From 648db9b817e24b263221f0ad9c23d136477457a1 Mon Sep 17 00:00:00 2001 From: "David Benson [draw.io]" <david@draw.io> Date: Thu, 26 Jul 2018 12:05:19 +0100 Subject: [PATCH] 8.9.9 release --- ChangeLog | 15 + VERSION | 2 +- etc/mxgraph/mxClient.js | 8 +- etc/vsd/README.txt | 27 +- .../VsdConverter/.vs/VsdConverter/v15/.suo | Bin 180224 -> 171520 bytes .../v15/Server/sqlite3/storage.ide | Bin 1662976 -> 2056192 bytes .../.vs/config/applicationhost.config | 2 +- .../Controllers/ConverterController.cs | 39 +- .../FolderProfile1.pubxml.user | 96 +- .../.vs/VsdConverterApp/v15/.suo | Bin 58880 -> 39424 bytes .../v15/Server/sqlite3/storage.ide | Bin 585728 -> 589824 bytes .../VsdConverterApp/Program.cs | 16 +- src/main/webapp/cache.manifest | 2 +- src/main/webapp/images/sidebar-veeam.png | Bin 91229 -> 122034 bytes src/main/webapp/js/app.min.js | 1735 +-- src/main/webapp/js/atlas-viewer.min.js | 1461 +- src/main/webapp/js/atlas.min.js | 2561 ++-- src/main/webapp/js/diagramly/App.js | 30 +- src/main/webapp/js/diagramly/Dialogs.js | 105 - src/main/webapp/js/diagramly/Editor.js | 122 +- src/main/webapp/js/diagramly/EditorUi.js | 291 +- src/main/webapp/js/diagramly/ElectronApp.js | 99 +- src/main/webapp/js/diagramly/Extensions.js | 81 +- src/main/webapp/js/diagramly/GraphViewer.js | 20 +- src/main/webapp/js/diagramly/Init.js | 2 +- src/main/webapp/js/diagramly/Menus.js | 2 +- src/main/webapp/js/diagramly/Minimal.js | 13 +- src/main/webapp/js/diagramly/Pages.js | 8 + .../webapp/js/diagramly/RealtimeMapping.js | 10 +- .../js/diagramly/sidebar/Sidebar-Veeam.js | 955 +- .../webapp/js/diagramly/sidebar/Sidebar.js | 2 +- src/main/webapp/js/diagramly/vsdx/importer.js | 2 +- .../js/diagramly/vsdx/mxVsdxCanvas2D.js | 15 +- src/main/webapp/js/embed-static.min.js | 231 +- src/main/webapp/js/extensions.min.js | 720 +- src/main/webapp/js/mxgraph/Actions.js | 5 +- src/main/webapp/js/mxgraph/Format.js | 7 +- src/main/webapp/js/mxgraph/Graph.js | 101 +- src/main/webapp/js/mxgraph/Sidebar.js | 10 + src/main/webapp/js/mxgraph/Toolbar.js | 13 +- src/main/webapp/js/reader.min.js | 231 +- src/main/webapp/js/stencils.min.js | 1 + src/main/webapp/js/viewer.min.js | 1461 +- src/main/webapp/resources/dia.txt | 4 +- src/main/webapp/resources/dia_am.txt | 4 +- src/main/webapp/resources/dia_bn.txt | 4 +- src/main/webapp/resources/dia_de.txt | 4 +- src/main/webapp/resources/dia_eo.txt | 4 +- src/main/webapp/resources/dia_gu.txt | 4 +- src/main/webapp/resources/dia_hi.txt | 4 +- src/main/webapp/resources/dia_hr.txt | 4 +- src/main/webapp/resources/dia_kn.txt | 4 +- src/main/webapp/resources/dia_lt.txt | 4 +- src/main/webapp/resources/dia_lv.txt | 4 +- src/main/webapp/resources/dia_ml.txt | 4 +- src/main/webapp/resources/dia_mr.txt | 4 +- src/main/webapp/resources/dia_sk.txt | 4 +- src/main/webapp/resources/dia_sl.txt | 4 +- src/main/webapp/resources/dia_sw.txt | 4 +- src/main/webapp/resources/dia_ta.txt | 4 +- src/main/webapp/resources/dia_te.txt | 4 +- src/main/webapp/stencils/veeam/veeam.xml | 12363 ++++++++++++++++ src/main/webapp/styles/atlas.css | 18 +- 63 files changed, 18078 insertions(+), 4876 deletions(-) create mode 100644 src/main/webapp/stencils/veeam/veeam.xml diff --git a/ChangeLog b/ChangeLog index 876ff9dcb..f9008a388 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +26-JUL-2018: 8.9.9 + +- Adds support for hierarchies in CSV import +- Uses mxGraph 3.9.9 beta 6 + +23-JUL-2018: 8.9.8 + +- Changes PlantUML autosize parameter to default to true +- Improves error handling, imports +- Uses mxGraph 3.9.9 beta 5 + +18-JUL-2018: 8.9.7 + +- Uses new PlantUML version + 18-JUL-2018: 8.9.6 - Fixes vertical offset for text editing with small fonts diff --git a/VERSION b/VERSION index e24389327..40bee9688 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.9.6 \ No newline at end of file +8.9.9 \ No newline at end of file diff --git a/etc/mxgraph/mxClient.js b/etc/mxgraph/mxClient.js index 25bb4c22e..3369cf05d 100644 --- a/etc/mxgraph/mxClient.js +++ b/etc/mxgraph/mxClient.js @@ -131,7 +131,7 @@ function mxXmlRequest(a,b,c,d,e,f){this.url=a;this.params=b;this.method=c||"POST mxXmlRequest.prototype.decodeSimulateValues=!1;mxXmlRequest.prototype.isBinary=function(){return this.binary};mxXmlRequest.prototype.setBinary=function(a){this.binary=a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.isReady=function(){return 4==this.request.readyState};mxXmlRequest.prototype.getDocumentElement=function(){var a=this.getXml();return null!=a?a.documentElement:null}; mxXmlRequest.prototype.getXml=function(){var a=this.request.responseXML;if(9<=document.documentMode||null==a||null==a.documentElement)a=mxUtils.parseXml(this.request.responseText);return a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.getStatus=function(){return this.request.status}; mxXmlRequest.prototype.create=function(){if(window.XMLHttpRequest)return function(){var a=new XMLHttpRequest;this.isBinary()&&a.overrideMimeType&&a.overrideMimeType("text/plain; charset=x-user-defined");return a};if("undefined"!=typeof ActiveXObject)return function(){return new ActiveXObject("Microsoft.XMLHTTP")}}(); -mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& +mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.request.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& window.XMLHttpRequest&&null!=c&&null!=d&&(this.request.timeout=c,this.request.ontimeout=d),this.request.send(this.params))};mxXmlRequest.prototype.setRequestHeaders=function(a,b){null!=b&&a.setRequestHeader("Content-Type","application/x-www-form-urlencoded")}; mxXmlRequest.prototype.simulate=function(a,b){a=a||document;var c=null;a==document&&(c=window.onbeforeunload,window.onbeforeunload=null);var d=a.createElement("form");d.setAttribute("method",this.method);d.setAttribute("action",this.url);null!=b&&d.setAttribute("target",b);d.style.display="none";d.style.visibility="hidden";for(var e=0<this.params.indexOf("&")?this.params.split("&"):this.params.split(),f=0;f<e.length;f++){var g=e[f].indexOf("=");if(0<g){var k=e[f].substring(0,g),g=e[f].substring(g+ 1);this.decodeSimulateValues&&(g=decodeURIComponent(g));var l=a.createElement("textarea");l.setAttribute("wrap","off");l.setAttribute("name",k);mxUtils.write(l,g);d.appendChild(l)}}a.body.appendChild(d);d.submit();null!=d.parentNode&&d.parentNode.removeChild(d);null!=c&&(window.onbeforeunload=c)}; @@ -1459,9 +1459,9 @@ mxConnectionHandler.prototype.reset=function(){null!=this.shape&&(this.shape.des mxConnectionHandler.prototype.drawPreview=function(){this.updatePreview(null==this.error);this.shape.redraw()};mxConnectionHandler.prototype.updatePreview=function(a){this.shape.strokewidth=this.getEdgeWidth(a);this.shape.stroke=this.getEdgeColor(a)};mxConnectionHandler.prototype.getEdgeColor=function(a){return a?mxConstants.VALID_COLOR:mxConstants.INVALID_COLOR};mxConnectionHandler.prototype.getEdgeWidth=function(a){return a?3:1}; mxConnectionHandler.prototype.connect=function(a,b,c,d){if(null!=b||this.isCreateTarget(c)||this.graph.allowDanglingEdges){var e=this.graph.getModel(),f=!1,g=null;e.beginUpdate();try{if(null!=a&&null==b&&!this.graph.isIgnoreTerminalEvent(c)&&this.isCreateTarget(c)&&(b=this.createTargetVertex(c,a),null!=b)){d=this.graph.getDropTarget([b],c,d);f=!0;if(null!=d&&this.graph.getModel().isEdge(d))d=this.graph.getDefaultParent();else{var k=this.graph.getView().getState(d);if(null!=k){var l=e.getGeometry(b); l.x-=k.origin.x;l.y-=k.origin.y}}this.graph.addCell(b,d)}var m=this.graph.getDefaultParent();null!=a&&null!=b&&e.getParent(a)==e.getParent(b)&&e.getParent(e.getParent(a))!=e.getRoot()&&(m=e.getParent(a),null!=a.geometry&&a.geometry.relative&&null!=b.geometry&&b.geometry.relative&&(m=e.getParent(m)));var n=k=null;null!=this.edgeState&&(k=this.edgeState.cell.value,n=this.edgeState.cell.style);g=this.insertEdge(m,null,k,a,b,n);if(null!=g){this.graph.setConnectionConstraint(g,a,!0,this.sourceConstraint); -this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){m=null;for(l=a;null!=l.parent&&null!=l.geometry&&l.geometry.relative&&l.parent!=g.parent;)l=this.graph.model.getParent(l);null!=l&&null!=l.parent&&l.parent==g.parent&&(m=l.parent.getIndex(l),l.parent.insert(g,m))}var p=e.getGeometry(g);null==p&&(p=new mxGeometry,p.relative=!0,e.setGeometry(g,p));if(null!= -this.waypoints&&0<this.waypoints.length){var q=this.graph.view.scale,r=this.graph.view.translate;p.points=[];for(a=0;a<this.waypoints.length;a++){var t=this.waypoints[a];p.points.push(new mxPoint(t.x/q-r.x,t.y/q-r.y))}}if(null==b){var u=this.graph.view.translate,q=this.graph.view.scale,t=null!=this.originalPoint?new mxPoint(this.originalPoint.x/q-u.x,this.originalPoint.y/q-u.y):new mxPoint(this.currentPoint.x/q-u.x,this.currentPoint.y/q-u.y);t.x-=this.graph.panDx/this.graph.view.scale;t.y-=this.graph.panDy/ -this.graph.view.scale;p.setTerminalPoint(t,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(x){mxLog.show(),mxLog.debug(x.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; +this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);m=e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){for(l=a;null!=l.parent&&null!=l.geometry&&l.geometry.relative&&l.parent!=g.parent;)l=this.graph.model.getParent(l);null!=l&&null!=l.parent&&l.parent==g.parent&&e.add(m,g,l.parent.getIndex(l))}var p=e.getGeometry(g);null==p&&(p=new mxGeometry,p.relative=!0,e.setGeometry(g,p));if(null!=this.waypoints&& +0<this.waypoints.length){var q=this.graph.view.scale,r=this.graph.view.translate;p.points=[];for(a=0;a<this.waypoints.length;a++){var t=this.waypoints[a];p.points.push(new mxPoint(t.x/q-r.x,t.y/q-r.y))}}if(null==b){var u=this.graph.view.translate,q=this.graph.view.scale,t=null!=this.originalPoint?new mxPoint(this.originalPoint.x/q-u.x,this.originalPoint.y/q-u.y):new mxPoint(this.currentPoint.x/q-u.x,this.currentPoint.y/q-u.y);t.x-=this.graph.panDx/this.graph.view.scale;t.y-=this.graph.panDy/this.graph.view.scale; +p.setTerminalPoint(t,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(x){mxLog.show(),mxLog.debug(x.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; mxConnectionHandler.prototype.insertEdge=function(a,b,c,d,e,f){if(null==this.factoryMethod)return this.graph.insertEdge(a,b,c,d,e,f);b=this.createEdge(c,d,e,f);return b=this.graph.addEdge(b,a,d,e)}; mxConnectionHandler.prototype.createTargetVertex=function(a,b){for(var c=this.graph.getCellGeometry(b);null!=c&&c.relative;)b=this.graph.getModel().getParent(b),c=this.graph.getCellGeometry(b);var d=this.graph.cloneCells([b])[0],c=this.graph.getModel().getGeometry(d);if(null!=c){var e=this.graph.view.translate,f=this.graph.view.scale,g=new mxPoint(this.currentPoint.x/f-e.x,this.currentPoint.y/f-e.y);c.x=Math.round(g.x-c.width/2-this.graph.panDx/f);c.y=Math.round(g.y-c.height/2-this.graph.panDy/f); g=this.getAlignmentTolerance();if(0<g){var k=this.graph.view.getState(b);if(null!=k){var l=k.x/f-e.x,e=k.y/f-e.y;Math.abs(l-c.x)<=g&&(c.x=Math.round(l));Math.abs(e-c.y)<=g&&(c.y=Math.round(e))}}}return d};mxConnectionHandler.prototype.getAlignmentTolerance=function(a){return this.graph.isGridEnabled()?this.graph.gridSize/2:this.graph.tolerance}; diff --git a/etc/vsd/README.txt b/etc/vsd/README.txt index dd7c83ec8..2242b6126 100644 --- a/etc/vsd/README.txt +++ b/etc/vsd/README.txt @@ -9,7 +9,32 @@ VsdConverter: AST.net web application that provides *.vsd files conversion service and acts as a client to the previous TCP server. ======================================== -Running the conversion site: +Running the conversion site without Hyper-V: + +1- Run VsdConverterApp TCP sever +2- Deploy VsdConverter to IIS manually + +2.1- Install IIS and enable ASP.NET + 2.1.a Open Control Panel, Programs and Features, Turn Windows features on or off. + 2.1.b Expand Internet Information Services, World Wide Web Services, and Application Development Features. + 2.1.c Make sure that ASP.NET 4.7 is selected. +2.2- After installing IIS, run IIS Manager to make sure that the .NET Framework version 4 is assigned to the default application pool. + 2.2.a Press WINDOWS+R to open the Run dialog box. + 2.2.b Enter "inetmgr", and then click OK. + 2.2.c In the Connections pane, expand the server node and select Application Pools. In the Application Pools pane, if DefaultAppPool is assigned to the .NET framework version 4, skip to (2.3). + 2.2.d In the Application Pools pane, click DefaultAppPool, and then in the Actions pane click Basic Settings. + 2.2.e In the Edit Application Pool dialog box, change .NET Framework version to .NET Framework v4.0.30319 and click OK. + 2.2.f IIS is now ready for you to publish a web application to it. +2.3- Create the deployment files from Visual Studio (Build-> Publish VsdConverter) and select folder deploy +2.4- Upload the folder (zipped) & the TCP server App (VsdConverterApp) to Google Drive and download it from the server +2.5- Unpack the files to IIS app in C:\VsdConverter && exe to VsdConverterLocalSrv +2.6- In folder: C:\inetpub\wwwroot\VsdConverter_deploy + 2.6.a create folder: App_Data + 2.6.b Open Properties of App_Data -> Security -> Edit + 2.6.c Give full control to Users: IIS_IUSRS +2.7- Website is ready +======================================== +Running the conversion site with Hyper-V: 1- Run VsdConverterApp TCP sever 2- Deploy VsdConverter to IIS (manually or using Web Deployment Tool). diff --git a/etc/vsd/VsdConverter/.vs/VsdConverter/v15/.suo b/etc/vsd/VsdConverter/.vs/VsdConverter/v15/.suo index 7994347df680be4df661fd674175103d6def185f..982e011bde6980d0ae0999ff9c56a66dfaf151e4 100644 GIT binary patch literal 171520 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 PnnC0?zW^4g8uI@EO>=KC delta 10385 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 diff --git a/etc/vsd/VsdConverter/.vs/VsdConverter/v15/Server/sqlite3/storage.ide b/etc/vsd/VsdConverter/.vs/VsdConverter/v15/Server/sqlite3/storage.ide index a926af91990a4df85d68ba2406f4f29cfdc4c4ff..2459639bd1e9bcd58efd838eb2f5bfdffb70af54 100644 GIT binary patch delta 22496 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 delta 2326 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 diff --git a/etc/vsd/VsdConverter/.vs/config/applicationhost.config b/etc/vsd/VsdConverter/.vs/config/applicationhost.config index 20e386b89..ccc4d1b2b 100644 --- a/etc/vsd/VsdConverter/.vs/config/applicationhost.config +++ b/etc/vsd/VsdConverter/.vs/config/applicationhost.config @@ -162,7 +162,7 @@ </site> <site name="VsdConverter" id="2"> <application path="/" applicationPool="Clr4IntegratedAppPool"> - <virtualDirectory path="/" physicalPath="C:\Users\ashra\source\repos\VsdConverter\VsdConverter" /> + <virtualDirectory path="/" physicalPath="C:\Users\ashra\Documents\drawio\etc\vsd\VsdConverter\VsdConverter" /> </application> <bindings> <binding protocol="http" bindingInformation="*:59769:localhost" /> diff --git a/etc/vsd/VsdConverter/VsdConverter/Controllers/ConverterController.cs b/etc/vsd/VsdConverter/VsdConverter/Controllers/ConverterController.cs index 86182b37e..23d08c088 100644 --- a/etc/vsd/VsdConverter/VsdConverter/Controllers/ConverterController.cs +++ b/etc/vsd/VsdConverter/VsdConverter/Controllers/ConverterController.cs @@ -88,7 +88,9 @@ namespace VsdConverter.Controllers { // Read the form data and return an async task. await Request.Content.ReadAsMultipartAsync(provider); - + String srcExt = "", dstExt = ""; + + //We assume one type for all files, otherwise, conversion will fail foreach (var file in provider.FileData) { string actualFileName = file.Headers.ContentDisposition.FileName; @@ -98,6 +100,17 @@ namespace VsdConverter.Controllers actualNames.Add(actualFileName); System.IO.File.Move(file.LocalFileName, file.LocalFileName + ".vsd"); + srcExt = ".vsd"; + dstExt = ".vsdx"; + } + else if (actualFileName.EndsWith(".vss\"")) + { + convertedFiles.Add(file.LocalFileName); + actualNames.Add(actualFileName); + + System.IO.File.Move(file.LocalFileName, file.LocalFileName + ".vss"); + srcExt = ".vss"; + dstExt = ".vssx"; } else { @@ -106,12 +119,14 @@ namespace VsdConverter.Controllers } StringBuilder allFiles = new StringBuilder(); - String newLine = ""; + allFiles.Append(srcExt); + allFiles.Append("\n"); + allFiles.Append(dstExt); + for (int i = 0; i < convertedFiles.Count; i++) { - allFiles.Append(newLine); + allFiles.Append("\n"); allFiles.Append(convertedFiles[i]); - newLine = "\n"; } //Ask the TCP Converter Server to do the job @@ -127,19 +142,19 @@ namespace VsdConverter.Controllers { var pushStreamContent = new PushStreamContent((stream, content, context) => { - FileStream fs = new FileStream(convertedFiles[0] + ".vsdx", FileMode.Open); + FileStream fs = new FileStream(convertedFiles[0] + dstExt, FileMode.Open); fs.CopyTo(stream); fs.Close(); stream.Close(); // After save we close the stream to signal that we are done writing. - System.IO.File.Delete(convertedFiles[0] + ".vsd"); - System.IO.File.Delete(convertedFiles[0] + ".vsdx"); + System.IO.File.Delete(convertedFiles[0] + srcExt); + System.IO.File.Delete(convertedFiles[0] + dstExt); }, "application/x-visio"); HttpResponseMessage response = new HttpResponseMessage(HttpStatusCode.OK) { Content = pushStreamContent }; response.Content.Headers.ContentDisposition = new ContentDispositionHeaderValue("attachment") { - FileName = Path.GetFileNameWithoutExtension(actualNames[0].Replace('"', ' ')) + ".vsdx" + FileName = Path.GetFileNameWithoutExtension(actualNames[0].Replace('"', ' ')) + dstExt }; response.Content.Headers.Add("Access-Control-Allow-Origin", "*"); return response; @@ -152,8 +167,8 @@ namespace VsdConverter.Controllers { var name = Path.GetFileNameWithoutExtension(actualNames[i].Replace('"', ' ')); var file = convertedFiles[i]; - var e = zipFile.AddFile(file + ".vsdx"); - e.FileName = name + ".vsdx"; + var e = zipFile.AddFile(file + dstExt); + e.FileName = name + dstExt; } var pushStreamContent = new PushStreamContent((stream, content, context) => @@ -163,8 +178,8 @@ namespace VsdConverter.Controllers foreach (string file in convertedFiles) { - System.IO.File.Delete(file + ".vsd"); - System.IO.File.Delete(file + ".vsdx"); + System.IO.File.Delete(file + srcExt); + System.IO.File.Delete(file + dstExt); } }, "application/zip"); diff --git a/etc/vsd/VsdConverter/VsdConverter/Properties/PublishProfiles/FolderProfile1.pubxml.user b/etc/vsd/VsdConverter/VsdConverter/Properties/PublishProfiles/FolderProfile1.pubxml.user index d20e02210..fc3c97901 100644 --- a/etc/vsd/VsdConverter/VsdConverter/Properties/PublishProfiles/FolderProfile1.pubxml.user +++ b/etc/vsd/VsdConverter/VsdConverter/Properties/PublishProfiles/FolderProfile1.pubxml.user @@ -10,70 +10,70 @@ by editing this MSBuild file. In order to learn more about this please visit htt </PropertyGroup> <ItemGroup> <File Include="ApplicationInsights.config"> - <publishTime>12/28/2017 15:07:25</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/HelpPage.css"> - <publishTime>12/28/2017 15:07:22</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/Api.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/ApiGroup.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/CollectionModelDescription.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/ComplexTypeModelDescription.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/DictionaryModelDescription.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/EnumTypeModelDescription.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/HelpPageApiModel.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/ImageSample.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/InvalidSample.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/KeyValuePairModelDescription.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/ModelDescriptionLink.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/Parameters.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/Samples.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/SimpleTypeModelDescription.cshtml"> - <publishTime>12/28/2017 15:07:20</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml"> - <publishTime>12/28/2017 15:07:19</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/Index.cshtml"> - <publishTime>12/28/2017 15:07:19</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Help/ResourceModel.cshtml"> - <publishTime>12/28/2017 15:07:19</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Shared/_Layout.cshtml"> - <publishTime>12/28/2017 15:07:19</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/Web.config"> - <publishTime>03/30/2018 14:53:40</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Areas/HelpPage/Views/_ViewStart.cshtml"> - <publishTime>12/28/2017 15:07:03</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="bin/Antlr3.Runtime.dll"> <publishTime>02/22/2013 08:43:40</publishTime> @@ -82,7 +82,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt <publishTime>02/22/2013 08:43:40</publishTime> </File> <File Include="bin/ApplicationInsights.config"> - <publishTime>12/28/2017 15:07:25</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="bin/Ionic.Zip.dll"> <publishTime>11/22/2017 14:06:00</publishTime> @@ -304,82 +304,82 @@ by editing this MSBuild file. In order to learn more about this please visit htt <publishTime>01/28/2015 04:04:30</publishTime> </File> <File Include="bin/VsdConverter.dll"> - <publishTime>03/31/2018 17:49:17</publishTime> + <publishTime>07/24/2018 15:54:46</publishTime> </File> <File Include="bin/VsdConverter.pdb"> - <publishTime>03/31/2018 17:49:17</publishTime> + <publishTime>07/24/2018 15:54:46</publishTime> </File> <File Include="bin/WebGrease.dll"> <publishTime>09/10/2013 17:28:38</publishTime> </File> <File Include="Content/bootstrap.css"> - <publishTime>12/28/2017 15:07:10</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Content/bootstrap.min.css"> - <publishTime>12/28/2017 15:07:10</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Content/Site.css"> - <publishTime>12/28/2017 15:07:03</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="favicon.ico"> - <publishTime>12/28/2017 15:07:03</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="fonts/glyphicons-halflings-regular.eot"> - <publishTime>12/28/2017 15:07:10</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="fonts/glyphicons-halflings-regular.svg"> - <publishTime>12/28/2017 15:07:10</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="fonts/glyphicons-halflings-regular.ttf"> - <publishTime>12/28/2017 15:07:10</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="fonts/glyphicons-halflings-regular.woff"> - <publishTime>12/28/2017 15:07:10</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Global.asax"> - <publishTime>12/28/2017 15:07:03</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Scripts/bootstrap.js"> - <publishTime>12/28/2017 15:07:10</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Scripts/bootstrap.min.js"> - <publishTime>12/28/2017 15:07:10</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Scripts/jquery-1.10.2.js"> - <publishTime>12/28/2017 15:07:14</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Scripts/jquery-1.10.2.min.js"> - <publishTime>12/28/2017 15:07:14</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Scripts/jquery-1.10.2.min.map"> - <publishTime>12/28/2017 15:07:14</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Scripts/modernizr-2.6.2.js"> - <publishTime>12/28/2017 15:07:22</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Scripts/respond.js"> - <publishTime>12/28/2017 15:07:24</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Scripts/respond.min.js"> - <publishTime>12/28/2017 15:07:24</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Views/Home/Index.cshtml"> - <publishTime>03/30/2018 15:59:48</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Views/Shared/Error.cshtml"> - <publishTime>12/28/2017 15:07:03</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Views/Shared/_Layout.cshtml"> - <publishTime>12/28/2017 15:07:03</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Views/Web.config"> - <publishTime>03/30/2018 14:53:40</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Views/_ViewStart.cshtml"> - <publishTime>12/28/2017 15:07:03</publishTime> + <publishTime>04/20/2018 13:27:12</publishTime> </File> <File Include="Web.config"> - <publishTime>03/31/2018 17:49:18</publishTime> + <publishTime>07/24/2018 15:54:47</publishTime> </File> </ItemGroup> </Project> \ No newline at end of file diff --git a/etc/vsd/VsdConverterApp/.vs/VsdConverterApp/v15/.suo b/etc/vsd/VsdConverterApp/.vs/VsdConverterApp/v15/.suo index 2de24dff87e0eef789d222c379a3cdb95d04c8c9..e69b137f82b1a0fb2815df79e00019581b9b9f8b 100644 GIT binary patch delta 3876 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 MZ=5mWr$B!F-yJvm^Z)<= delta 3774 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 J!?>0X>7O)x#c%)s diff --git a/etc/vsd/VsdConverterApp/.vs/VsdConverterApp/v15/Server/sqlite3/storage.ide b/etc/vsd/VsdConverterApp/.vs/VsdConverterApp/v15/Server/sqlite3/storage.ide index 703942af2fb5d067e32b7a2e40fb0a77392c40bb..54267a5a612b2ab2535af1f8d96ef01176fa1bfc 100644 GIT binary patch delta 2009 zcmb`GdrVVT9LLYOk8|65Z+pRM%TrrkMd4ygtANe`k>PL?0V9HT5iE$xHX<Oe0PSr- zREz`f3^R_6WDgcMww3;2)EYrI&CGDjxcG>Io5M|~nX-tFMc6HrY)ky3Ec@e|{LVe+ zdp_rPzUSI*gxhQpZNVf70BCF1Btz0!@F9oCk`F}6FF8o|ovfM~qN>n!l!lg~I249d zh#|+x2Tq}#v@)?c2sI}1#suD=XJWjA#k|2JUx0%^&kS#(=i?yQQ!e5c)6w4A#3wR3 z?|LI|h^L}(Fvl3r#|x@R0@w}9mzdX96qi?+3oEvi7n;+`EIZyPezUT|TvT3Iy|v6- zTxl^^VHHK9AtX}N1kDpWLv?Y2D#B;)Kde`Rbo}OU0tneYQ74^R@%G#x2^cnWU^<_x zm0-TL=!N|jLi3w6k}G2-N4&9$6DL+tE@R-gs?=Coia3@W1suVA#q41k7)Y1M&of8m zCgyYI1EvGLh*-1`g(EdNL5?yd%D1_tvKp#dHb@PlA@q_fO5aObSv(X@CmuUJ@FX5X z<AIYiylDZ02Tzt#;`66#De>s(^`69aGJFp7BpxNG3A+LM))@SE;*m4){%!Rn9#KLF z**;P|&Z)%1{|hjk4_ikFzP308^CYgd5JJX`j_6GsYFwtIK_v6%x~0%To5-eUFs|Dv z3}G&I`5_ib9~&IiV$bSzb3<SVV1}4{#kleS`+(h|sH5}fOI#RX!Q8M*)MU-3VF<Sy ze~hogLfeIFNWcg?iFLqJ6d&;X|I+(ty@#RTlX^m^#X8zXkj^Iu1|PXXbAArhQ99s< zKLXr-j!+&}X31%Vn!d-LU@fd1f20^g2Nk<eGCATD&f!)^sbg!CV{_Aeo6V*oKugwP zIl>Hj|JU8(d*fFR-O_AN%|4Hx*_g4EMKB&Hq$^k?spskDs-A)FHQKo28MV>==JIoX zS3ip`b6=n@o-Tc*;$}$7aKqM`R^iLw#G82$0~?H2?&n{YLFn=KNox7@VT>~Ji~H7b z`D%+kqO!PeMXzh@*^fz?H{K^>`VY7A+JUvRCaU&->>l3!>(S%qa=-cMl)`xrKKWXH zjr@JywdL+6$7rJY;#)gUzw>ls*+;o&|Aeo-T%)>cAMY;EH5QfJX*51;GW1qjTy6a$ z_w>IE_H1`_Q+><wZq-{m)!I+o&qnH7(lW0mr>p$$7R#ZKZOSa|o3(e}tBNG;hJX!) z1F`Z;kciX{73|P2Uh_hHXF<`<{eN_w+{AYp7aY7UH3OwaJOXw<2%sqiq>AZv-T0d3 zKC!Pp4>pS@>+^5{HH(zBHHsO8H@$bfWa^G*f8SvD-!-;v+3sVlMeCjK?v1;B%%!hA z0bO+MHbSkQTJ4CRTHSOZAaJy#xl24?EtL>936bx}X>7@9gpx2xxFkXnDG43PX{35n zl_XdR$Q9Tf_!#QI%Jx*XT&Q#GAnl~kC<?g&l#uVJCWYFLeIsbTFOQ5?V}=ALT3GZ$ zz}-vh8!n%<rpPuWoN0H6?%}i+T|ae1*Dt#g$9i&x90oW{8R_!Z1S%<sTO)BhCi<y` czK~e;^Drs^#H>ud<Jc*R^K4oBziz4j3s_aPfdBvi delta 470 zcmZo@P-%FeJVBb3g@J*gf1-jtBg@8wCH&0toW_&c1?)FAzUA0#EO|yuU7ic5K%Uct zfuDu@2zM8EEjJ@qI_Ej=ot!4z>$n$lPv=hOo5F9s*}-5F>&6K&%$rRtFR*b4@UI1G zW2l|X<Djsy@d49j9_QISY~}@r;zMRmUh5xjA;l!iz<rN9lJ_6qRGyDK8N5|o5nR{# zl~|IQ_OLQ=h_bVA8n9J!Eap7T-pl%(wUED)`3G}2lkCREhm4zLgPzDrb6;TK;^boB zpTy6?w~8--lZ#iJ>n+b-o@5@*jg7ZCgqwAn4m310XEdiZr!+Muf;gMGDzjMX?>96w zh_Ns<8?EAGV=^>oxg;U^DO67WmLX67FInxlYa7e_*cgo%7=i8wVFnIHMqVH#4aDZ` z_fDT~6ltCSF``KaVnmbr%bJffCUa{s2d(RGYHnx`uB^spgc#6>lcHxCQ>!P~>FG>b zpv0<IRaD;iu;Ids$qQ>F7#SzWSL-(i)U^lHF#<6Y5HkZY3lOscG28ZlI`%D&JS>dr c46N=<uNZ$Ys&8x*XKYtL$i7|uAjeHT02SwoTL1t6 diff --git a/etc/vsd/VsdConverterApp/VsdConverterApp/Program.cs b/etc/vsd/VsdConverterApp/VsdConverterApp/Program.cs index fe6b83a8b..7baf046fa 100644 --- a/etc/vsd/VsdConverterApp/VsdConverterApp/Program.cs +++ b/etc/vsd/VsdConverterApp/VsdConverterApp/Program.cs @@ -92,7 +92,17 @@ namespace VsdConverterApp //Now convert these vsd file pathes to vsdx Console.WriteLine("{0} - Converting ...", clientNum); - String[] files = allData.Split('\n'); + String[] info = allData.Split('\n'); + + if (info.Length < 3) + throw new Exception("Invalid number of arguments"); + + String[] files = new String[info.Length - 2]; + for (var o = 2; o < info.Length; o++) + files[o - 2] = info[o]; + + String srcExt = info[0]; + String dstExt = info[1]; //Using COM to call visio to convert the files Type VisioType = Type.GetTypeFromProgID("Visio.InvisibleApp"); @@ -104,8 +114,8 @@ namespace VsdConverterApp { if (file.Length > 0) { - var doc = VisioInst.Documents.Open(file + ".vsd"); - doc.SaveAs(file + ".vsdx"); + var doc = VisioInst.Documents.Open(file + srcExt); + doc.SaveAs(file + dstExt); doc.Close(); } } diff --git a/src/main/webapp/cache.manifest b/src/main/webapp/cache.manifest index 682356a33..63242b9b0 100644 --- a/src/main/webapp/cache.manifest +++ b/src/main/webapp/cache.manifest @@ -1,7 +1,7 @@ CACHE MANIFEST # THIS FILE WAS GENERATED. DO NOT MODIFY! -# 07/18/2018 05:43 PM +# 07/26/2018 10:35 AM app.html index.html?offline=1 diff --git a/src/main/webapp/images/sidebar-veeam.png b/src/main/webapp/images/sidebar-veeam.png index 071756b99d2ef959c0812954ef57a8bed975c6f8..78d87f18a456b6137b4a51421eea229bd7aed982 100644 GIT binary patch literal 122034 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%0AHtVV83f>IjJaC7>~h4gHd5;I?ceUer12ah&Eoy5 z|7FTT)%`fvB9wXHD$g#IeyRU;xL`4i=Wr~C(X(Q4H7ZOqcSeV?Y!DTs$809PJ~z=O zf6}R9zyqg_7N;z}mM=7)5~QPIn~e0+Ue1x(omK5I`h3uauelWtk$>u=7tzqnEhA5q z@<2`gp6)x25!sb}5Q+;sX_59S0}Z&OYRQO64n5NFeqvba|HB`bggO~Q0X2^NS;n#9 z;b&RI$5F*sxx%Q11FyFw>00ey%MV1OKez(dmXQ&38zq+G6wj#q)Pj3_p^?Tp;0wy& zbA}--AzEfAuQ@bJkM!B<;LkEF6h0u0{cjlN0bbQfP7Cho9xY~oBtMWRL9Eukdwv3U zh}Dk^-$zz~`|VYP(1J!0X+h4@$*qUThdTRs1CM#0D4~U;G~&yNAoj7UA5;f9R6@fL z7SGAVaH+lBUQydGgsMm6fXxPd0uJy8i0rx&5#MXcQ7YFjv|T?Le>UKc8VG3!|1rEC z3l{?+2CEifgkc#Pb^6^C1Sv&7ev8Ij&Ro0pId#gXA*PcdGz0mXvEH{Ip3&?WQq4n& z)pp}feDno=o6n=|1n1Ds&^p68T|k)bk=`g%YUJGK&-j7DmxoKin>D(hcUCJ9i(nEN zH=DH_4>9~>VY$J(`TL5scM_3k^!q4Lp!A87)x?f}RSb=sbxaN2hggQ${vWKC6}R<d z-?GJT2Xl|;M6LdF;s1;Ah;N*~A@!A7*Q|#}!Uz#vy0zoFU5V-{-;h^WpinRzC;t!c z>|Hk|hc50L)eQ*rSnjm+A8}K>7`6|uOCaC=H}K5hRk$jDw2et$J**`fGc-^-7b!6i z07@zS6<I?8Q*Rk)h=4#~U$3}h@AMy{Ur?i;;?_Qd$&ysOoe0=8XAH$j(VuG19#dY3 zcsJm_-1`p3e?kBgj8Z=fPwTaS#)JL2(D@Ng<_gpt8H0GRx*+CYY`6vRtl+WsqBD;{ zm}mp_8Ua@hc1p#5Fu?vrf{ZV_qqz;!GYrFnmwb0uaoaF?i<^5iAWx9OY+YvD;&3}p zh*&djT5-f$*a6eoiSJ}o;4?{@8bs>gKxyC<&))AtJ_ok2y@{Mt-fQBE@F+;9jAJN= zWqja&9CxsM1pic!R*ApkoWui<#s`8SQ9n$Ti~(MP_#nW&?iBtljnoZR$9?R>0JmNp zb>Vg+_q!if|Gj>%cpgOx_IifEkK_DiEF{+4s9!wKZHAu(tz$Uu=YyI53ZRE?uGZ>U z!P2K9D*FASPR$pGqe-dBc-YS$YG+#N)fxJnzAQ+$s<9l$P63`>rp?Fl3+t@81Kc$b zcSvHn!1FedpFV8|xGtRw5BYW&0O5ns=ozfKjps-C@<n&)Lai`C+-m9A930H|P_0~_ zWi35KcaS{2S4PDEb<ApRi#gTVI#xvTj6C@0!>3N!WXCNMG?(=<4kjL}l+b=OQu1mi z0^V)>WzFN-!5VF_>=y}n@bO1nvG3b$$|J1)W`WL@M=1&v%~0w<LmoJ;D(J_MK=@|u z6Ho{?Iy|L-t{c1mL|6i=i9N4ym#B(nquahCTmM!T2g0eaVM>y+D0=uKp{;R>+ZmYU z?j_`$p0vzZSq%ifzEb2-MqZajMfOQ)nTnbI2A|bD)4l!m<2TsNv2!%tl+Jv1OABaI z@tBHlGJ<S$x~wq`=rW$Ok`ZTnYt5ipX=%SZ#rWNTn-A?w+)k@>@-!qgjNAo&r;(dP zZiMWr`$H;8G`Gd`_N#nyf`}c*Y@|gSJ>PrTu5!Z7Z~uHXdX5{%go?^x;vr7bec6Qk zA->niUEjnOzOlG_7@9u_ntY%78-FK)XIc_3f$4j3`B=H%1&<`zBv>GdHDO+1Q|`b) z30|+g)ZxKBJ4p^b&V2&L8;c^VWq^EFH?N9fQ{(HI9^O6wr%h|HxJZ!>Be$taODxh> zD7gPuAqzZR_#y_a<Kk+J@N3RHyLM9?TI6vAHfuUL(bB&Ed`j>w4mE-loW0+qQ*XrV z>iK`zHF&O;ypLS=Q<~xa>CpX&Jxu{~uvf|9C?9}ZP?t#Sdn9G^xBD$0uJjNSiBR;L zr~7AU#Bvm_!kUezb9|%k$+s61WB5M#qw5_L9!h9^JVXUIfFKd416z1)6w6>Sx<W%g zgaT*mM4)3aoi<-(<Au+++Q+c;f|nA3XENY7l~^u<vTeGZ<KQ>v%IU_IqwBzF$Z~yQ zq9bp2tUU7UXuH+2$2(jd7{?5pY(<b>GCKCAwcv__CjL=ly!K6BJPnaK)v=2f0UKK1 zz7+Efpe-T%!yv3B1wQ*K`PN!hgf^Q1Asq-pAfEKP=utrJ*RL6Ir?Sa>YNY?1Uycn% z@wkl`p3`}n>E7lZT^+>yz`A$_$Ggw9gWpHIaer^KwY2IrtKkc$jbb0g6PU(&GBD4w z&;PM~`!M^2@&J_~ymiPrUU}&;Zul;qS=`i@8BTA}LN?K4WQlDh&p(BQ2^X!D$CLQ2 zbZ^e4iEqZl5c8-G(BMCcVC^B~4lb*|H^C%nT?x#x0?ASDnk>Q*gKx*oA1MTVJaMnf zPOqn_0&~jp>z?C5iAml(pupbe3A6DI5QM9CGC@WXJO;>x4t&_@on;JS{Q-XAHZFM3 zHIHef{PDga3~`SBVD~5xBJ|H{B(>KpiK37KCCA|i4I;!$Dx`LWRN6bppuBCJ<(VAM z)kndve_flCG;YY(`()rGsPo9eh+lKTL!YBSnR1y3quduMHHN-Q5+tK!Rk9);D1v+2 z@0Yw&#yA;b#}_8c_yS}R{uD=t20cg9SCW!*0@G3@-t|w4&=(asCH-=vA@91D?VP%) zqa}}pK>5P5I8{{AND*ARE6#sQ@`w;zR8=01Z~3MrJgTQI3DVZ%$^YPZ_cF7D_B@ma z3G^Al)_Mqj`EKZ4IIy9&u8>9Pp#Yqy$*dyw)Ba!hNFcr{tMpJAUM7WV;o`<zfU6QF zJWr+fgGCJ$Z#qj8(MFr%wLTyq${rX-%T3nNl(@iWPb19yI&?d}%})`&i3MfR4Sw6X z_g%69d2@q4Q4zv#q^SD-Bm`{MQ+5GeBL%jeRS7P>hP!G8pI*j|N&loc{xj$g+}vM~ zm$7D?dnh}mK3g3)rZ?aGhFhl-eC|2JV9s)d+=`jvsoU)t7%6Rq)xG<5G>M;*xVBT! zNc-$@mm+ZUmwS|;86b6?X4oef@L_MGVFO>ZL89a@4hV#v3sYyOrsmvLCJL|HQ=k#Q zvj6U9?;?xbsboU8!^3-&sgHV>f?tNR3=n_F4!{A9pm#z*JDy0l#x_<NrJIf3%*oMY z!hd(Vv|*#WeV+Z)3y52;n2p#AsXDa#KXBlG`*8jjE;zkUDXiwMCF=P@l_lCsD+z|d zU=hNZBk;h=wxP+u$)3Je2acus?^BCT>tVHfdbro}-Qh}KU+zs+Su}Yrw*1G!-^Jv= zT3a3W9;2NF@G>NaW#c2tH!3*Q&lB)U(ItUv;EP{tkX(P>nTYf=aQ!fGcJR$~WpCVo zs)@GzB-MZ98zt(`p2Gyi)9kMF2_tYEmpa$WpB7eQCaC)Qbyq;JFs&v{cbP(h?n0gd z(Hrr4yB0GZaAZ38>g+<C`SBKi{)Q;dK;d?TRB0Jk7F5uo=r6THsbG!3uU|?;7&FtM zmUur_C~Xm!en{v$3XA%;aFB?2voDzKvs2%bpff7!s8*(z4aU?XqSP=W16!PoWErBA zzprN<#9H@Vjsj$<Y!g~><^c{87aY`EVUaR6l+Zb<tiZgIZ-zkgYeqVod9xpe4)4o@ z(h6v~0L|if-rH+3nX;tfhvBpqDfzo1KEjMq!c^A<S+KPPh3`sC+w{OmbYZ(__NiwC zQU164;e}hB+w??jce2)x7L?ci*538F+b~QV%_VsB;WMsTFjX_z#{O#^0y8VLZqVa} zL%){JMhT4yRoE*vpDmWX`HYf=>L1DDa~=^JG`Grrzri-4Q+?UEL>VICIrsM<AY7A& z-{M+WO0Ia;hDfI+h0M~M6TZAa0zLHb0RrwUf1ujg`9UL?Mq#2m71HWb^$J=y)PlbO z0;!kQS(Kl`|G{N1o&2=MOg8xxlJ>5cSS#Juk%J4C3)94gy12(6NIRGjG}3^_%qr z7XhstTum7Q3z}3s(3q=I4sK3Bk*>*R$=-}&B~;jfZI;`<jTV(9Joo?}ZT&kERVQie zIQt2V6tQK@1rsR^uwu<({o8R=F?(Ad+h4qS*fi|9<Xny~yIl*S7Vcog`XgaQl%kJ4 z(@79E!=DuHw{JcTiE#kSM8B{;UbuEDxK>2tf_hRX6*6X;T^mXAapI~`cBLSft*9J) zIkF((Bo6tSZF7L}jy9Kq7sU;p^>a_2nGZ|<SBV22|Kt;y8-GO&L0JLKBu^uM>?Z3h z(XY5QuY;vF!<3u`kI0G4iTc-Fb_Yw-`_4sQ3?ax;Ok($bgWx1zYjkkj0BQrRv~`XZ zQFxBadvM;nw``!+bS8=@l;~amtcKm1`{hP-K+V4BZw+d7bAeo3m%6*A218piJEnP- zL&e#Lg`I!AI2=J^_B0SZLmzqwJHhO??U0s%`d_uik3pmiQNpw%;ZKp<@CcU<Fq?@% zy&6XTp&!%!i@%BG&>+>*L@@WLLYr}xd<9c+tuayf`$$?<4t$1qSVI))*R(5Y)Q_w9 z&#(e3fU47HX)xuK4jjnxD6&V<Cja(i*f?9E0{&&)bW0F08*GNAGOmYC$POty<~7x9 zo!;rWu0AbqD>$M&2En5X54i%>2ZF7y6#*ZI42o<vmGjEL4OJ^*3CiZiC(#a{(|cL| z{Bu?mznfp&@k=&y{D!}CfmjQ;`3OxJ{q0k0ctR)oI_agT2lpp&4oLwu)I+e7i}w8I zmzO3l@Zg@@3C>3)zmF|MQfyCiod~{vH}9SVljLB>@kIXiD-JVEYobEg;LGjAQGs97 zoIC;3;c{Nq4ds4m&OX$*eE^rSMyePr1p%|47qKDF-rBy&5%!jsZHP)!i+j}ve4?~6 zd%)aM;=F0PB>}9KK>KPF$4X%3$ZUdG5`aFR27h1v2lT;b4$!~~|9j12EGZQ~1pkci z2d$u%iz;>0?i$MwC;g|1Wo!(Ll6)lcskAHTC{Gwe%q*k)18c)Z3e2r%-jv0XniL_K z|GeIoSPCskLH=r5iIehqnf~(4b8LZNv297TWpAKl`aIDGc-B55edM)}WyPj*c*aBi z6>)%gj23T*Q6x^7DC+CiL>;ZlO=S`ET&YyW^q?gchVmyUf3l=h>TaW6R+cbDGv%#1 z(6!qkY>Jta{p_e`5~Zrs@KpKoZRo~^Ma*z!=DkCJc^otQ?s>*WC~EwZa}_R;3dI<y zM1*JsbCG$@#~!hrP+EF35(MeT%{SJu(Y3^mOHK*088AYnCmJ?5DMpd*c{;4EHKAz! zYigjU|8b<w{LA8W3@EA`TVSK)y=2;V#$N^8dds93_o9d>Q^CM9IcRPZ`Zo!KEn{D= z>9{&|(ZQbwJ~D?cyG4o11U|3heWPwJgJmr5v*7)M|E@p%`-#pm*vdIS*?hw=NS?%m ze;96Z*Q@6qN(2AtrF$sWO_-T0zovE=DqY)hWiWp8z`n|qt?~FxD;Xl*9FYDdLCM}L z6*>n{JskLb%^xg~1x9<XPE7R1TJ!HihKt_+bEwYsoeUX6Q0-kI=NUvf<iLHh0PVwC z&!D(|r5G1kbe*#`gQ{XB8!D}%pS449KlmRWm_*8S<97eey$1k}=+-i9_dcv)hIqSt zwVjYO5G<JVvE~prclYGp$-fUn(3XmTSax=50nyR{#nP%=mmvDdNL91Qv>C~lwLiPp z@E*zCN<~8C`7hNI7TOY>{1VleL$zXx(-~i1H6_LaQ{uT)pXni<B2s3K%2UhIf;X;! zkq4y1lq7Ql%nYS>8<mzO#QBU3iILt!gs@yhkes;#RbVm&CrYKYpdl<E$$G%b0l6Ul z{REte;*c?p*wEEzeoB#o$_QJnbXmo{7l6(%$)@63^GO&m8e?9}@!~c)6d~Is1~O45 zUHhOJPcV<Ch*9fQw%IJ1LJ~9OFcAR35JNUOmbzF(u`;uSQ<fnUA*H1LU#9UHd(Z~) zf`Ig0hPDUT`NQoYyFsBGmISY5#Je=nM)(^cyq`1b#{yq*Fq{e2)w2WDu4f+LCe8;s zJ4IjX5>+c*xc4UAk*A&B+Xl(PJkhUfA9>?af5X}6zPK@+Ft6TyRJV(@Ni4HSrg_Z; zD7VSLqm}=3T?ZT1d?F7SJt$H4|6KjGu8rkQ-C7LvnA>C%BX%jfA@+}XouRQm{;s`R zX9;|G4?hl5N63z!V47hanzDa&<h@cx{ww_QKM_sG)gSAfg}>bY8Nl3M!3Iwv7CGTH zF#0#*DQe2?E(e=o2U2mtO?j|&a*}hOfb(>(@lGc~smMXH60&oLn{qE~+?dB-Lqco$ zS{9~U0BaXOhim^d0u$}HM;LW!BC{}dz7vQw-#*{5(_Ao(@Yc;Chu0V8tX{Wr-cJgr zd?Y%t&q<Rc%6ZsuKFLCAbN{gZu!y96cEKc;P)$eSly)gDRdgb>NK{ta$r0N})TL=) zWW?&bKQ)#%3~|G7TE?mVD+0e+ZBqB{6r=T*7&JuOb7#Em)HGp`<}6kd$=Z!4smVRc zCQTFyOqtV1atJTAG@3;CQT>eGi)14SAcU|Dlwv^Cb;9AsPw@OR9Uk0s85MmxwXf5^ zj~;pEa=VWx841Vb_zYqa*4bTC0~3L*aqF^Yw7$?u7c%W}<VmFO%#;xDkmU4V)P(Z7 z=tbZ{Uotzc<s#d0QJ8GXK|`?0(=OV>*a~<fo^h-e#IpSJ8Y`%$*(eQighhRwts+Z6 zE!pA=HuRn_18{uhN$LnZ@@y~-i|(n+HD5ZhKE3#wQi1K_Y?I%T6m1%g`|(?=WH$EB znQ33Max61ckW9NssD;DW5*PEm@;lwKZzYaqEZ3UWQyk3jqmt|V9%hK`NQoQ{_2PPD zIy;C3YHnI4M}}~zepYA@Yn`?5GW%{!`1V``6YO&_coHN6f5Qjuo85T3^NNgm;b}qu z@dl%})}xYju*+CJfzOfVFJU;z0nzsuYsBaN3ksKuCXW5nnsf8=^?(xmd*@+iqcRyh z)9r18AZ%n@@Zwh}M6@_3o*zrlvSPK2Vwzbu(r@gc256Z)<!|%olb})x;u@eFRQAhd z8K0H~3@h9D`y%u?4J5Ca{Jqe3?R(_vtqXqc;SG`|z>xJ8DP}sB;=3G8x(CvVV{~QH z7Q?Zdh*FAQlz97tgrU3Zo0ua+6p=I3Rq64wOEFc}6&)5$cJ(us#Gv<rF#Lt=UgcR! zI_60%0D>2#lLyOkgPH>|L+LBpfv)&Wzg!Pjy;#rw+VB+`Z-{L62?9l$ytj=08RXTN z)xbJ#QE2=MlVe_TTUTQcqd%t1cDyN4Ct1jpdPp)7@{R6R($rBCQz;X4s#B-q{Mj}4 z>IqqtIjiP4buNkj*P%Dl5xDb&)V|xojTTppC2oxft)b729f@fk9*|VWq;iYsUHXQ( zMl>nHF8A`>E=|_P`j_S3sJ(dd_d~2J7~&M(sM9^@vV2rdTz6dQq_<K9H6;0iMw8<A zQ3Kk8FUXsB$a?~`TDBHk)I&y!S4wGbtulE5Nji<tCABBuW{v^o-AiO8P!Y#p+TZd^ zrCu`>ukNGH2l1p7Pf4xcK5>h9;O=#yy<K>-@@Y-=7(Rw@buccJ8J0EriS~=PqXwhp zM{niAm&;68*1t4{v+>I!q?YqgZOaKK;8~;pM%h~c#SuMwqqw_6kY!m&@IWBA+v4sT z*x(Q>1b2tP?gBvqfxzOf!66~QBEj7P!QI^+|9ijpef8?qeO0fkX3nWIXL@FOW=_xa z>HhU@{nx~um4<bDG?5>*B95Oo)S6seAbzfTHZG$4!56_hr=dlG)DV)f@+P1{`cw%$ zw`@R0;*c1wr0N8^bTAb}qi~P!Q|yq2=p}v}h@Q4OmhEZP<PH{uzWyaKWKwb_EwHzP zDHy!X$<3cL2zrv2|F?G6Om<RMGwoV;S?@1=??(6hA*n4aFdT;EW?489+!H1)or^M> zf!b9cLNAT`N~RJUBQcDEy;Qut^$DHS#zPh}e3Q5o-NEewkvMRsrExjDl*B82dH~+| z5vRW2H7{dZmxJP9gCl*o$P~!^yMOA=mvkX&8%PNlWNrzBa^0-hCn!7OjdoM~C=LgZ z+x|Hz^&gVM%~7yiPMRzQId~GCHNU)rxz_vLRi7F1kY0&0hK~Tgf6eeN!GxgX@L<io zPpli4=MRMNC~*u|w92kF3v|6Ksp6L2lxeqK`8{-}k+@G2^6eWeanURGZnHpNCG-l& z>e%{uDzu#ng3?u>b4aX6{$~1N+cog^O$Hib(ciYumZ1CgBkI47!;%^U3@91f2CH)o zn1aFU+u%B?EIHCh?e6cWVy)h_&9-}i@B@ZmLz=^ne`v1kpX~+8<y$q!=6o}N);hkC zUhkkT0G2NDkmtC}7xUl>S&MD1`R0JfOyiM-JOkHdH7rYxC>VU9O!y3*ug?khS!p&X z8R&C;Id@i>it>8smGVwD{@|}d1UQRHaHymqgrfT$RQrI!Na0?~?2wzD?NBdkK~med zdXJ_<>KxIWXw43%zsw4fl}5)ac$0{ed-bhuDTO%dv)0FnFVoRg1Llc%48B)u#A?<a zxmD*fSW`2UX&o!}*R;6G(SIL&qKpQ>R)jPfAEm;!QQ5bY$54q+0CPW0hS30~Q=|97 zkRJ_YI|Z}}vb2lZ*P_`?J$&LK^Cg6=`WJ7%Y-Q{zDN8oef|PkvE&<tcWZLNV4b-3Q z{tCS^H9=4qKhQ!S6rL5I$H_Xx!8JKQ$c;Wi>@EmF@awD<{u%Hv2`_M-ll$>0|Lai- z%@5Z<>-$36ZBCRvq{xu;benvILS7Lxytu=m7lSvA>%SN?r4#x0WX`nC%*uAI+j?k@ z-+0|VV-om;tZBS(P)Wq%@1q3;2?WbYFPw`+OqLKL-j*#G6>~6YX{3+rBc;E{<Jz?_ zZD5ohQ2EM>Y415Do*mQ^CsbHoxLKDCDsThd7kAW{4Um@XN37qVhI**1U0S_-29`ev zqpy6QZj)F@xNsgzt@_8~d}_*D>Q!XCrB{!BlFWUz0^YAcT5U|YJoXAz&__LCbN5B+ z>R%`i*JWGc_QTOnYA=lCIdFy2KF^{mJBeI1`5%%xEFTPqQ~VsEM-MURL`6^sN#6Hy zpZfOU=94p98xXXK=uxM8UkagXNqVlsW|%OPbq8s#YsPXMS&TW3*K}+lN^Q+O@X0BF zF_m*Ku2s-|8Kdr?aASLCH?WHP^`~Y(`4&kj#hB>u2Y2XG^`|QioNg_YNY3_r=+6yN zFXW0AeM`p6i$I33JkT`VZ8BoZG*XqvPD^h*jcb`D&3Km1d{;dCsOcs;J21k`HSvU@ zPDIlL3F~{@VzjChd93oG&5ph^(cLN@D<76a?rxFP!bKv=Aw<la8QsY~92w~UcYJ}$ z-9>mi+WSYwev6M>0nSAtRE>tYm(YWEnT^%$Xb~U?DLy$IYU3{wOM{b9U2S6HSGEvQ zudb(rl%h5eiV+fC0<4$B?(GtmoGRPllzj5tG9cc`{NQ>DA>(O&tyo9M&cgdLYQKAr zd4{lLW>YA`qi9LwdU_M+&C8q}ajP$PNp`Vvc<7#wl_wk`CBdkJ0JK|Y(mE8T|B8Iy zKQZTmH!R)F@XEdkjT;S*!x0aW3S9x4g$u5o)YY|KCdSey2j^i_8G5uyiCaFVi&B#v z%=y2{4lad;g18dN`z5@joOwW^IBO;G6KA-446>)z3>k(PBBD&e?lFg(bbVj3Y4hqb zpp01HUCSE%fXbso04#0u%`j&ek4#j&*ge-?h}kml$kkdOTm-6escPXWHXwUM1h+M? z9qOf`0>u6ZTOa)T#qPGm$)v)?g95qwb86Q?Hm`*sqww1TCS+dJyv{OpZ-YeH_%b;< zY*Ld{hdM2Onrd(Y`^Yv2=?BAf@TF*_8ZSJp`~E1A>LCukEy5NN#)FV3?Xw;zZn0z( zdbCmLD3sRftk@edxO1ZX-~}&9Cx`=0&PXJ%*%KqFkl&6xJyI$QmJ9DlnT=bLDhqkC zaCi2$?deTkcRPxSm-HRs)>c@-OSAR(0|+55x8``L{j8Fl&jzI39}$QNA&6{mr=g+i z;(W!pT^@?P6m<Tla@Hj?eytj}K~Wb>H9$1RM(rk8=Iv}jVu89ui-4*Pg4-Lt1Rv$K zBgNT|`1QIt14F`2+=LhNMHcin*PUVObV*}c8X85#naEyB6u+0y7UA}LUKOG#L?_z# zYzJpQl2BM=X|=~)aQ(A@_uGh+Z!A;pxFE%bhu^hr<Y4R~XsMJFbtR99>gdTckg4Ej z0j(bQK!zK&C6&oSC=uyL%ZE3w=6o>pT0@<gWmT#MFQKE>{(=bo*#a$oQ7U9yzI;_^ zn?nCVAry}^TlGVU1ph_4!|jWCY{-;c9MwxC-o+GDzQ*d}6)wejtW8%cbY#Mi4KjvO zEX!`MCka_(nJAPoRDjH}luaVPw@aHe5#Vx1i6ct^v97UUNr~_gPG$vu^4f8%rhjAs zt!U$NU1YDZQuuS}VHK#mUh+}q(r-PXgeEt~X>2d|eixP*vCX8WI4OEtEHa|r9hrgc zaZT)Nm^;zP%J57hOXBXG|F#rfo9Z_<m5GvV0#J=B$Bpa@IpxbK3yLw65BAl>Wt&lA zWBFgyj;ZUCI!f1}@uMWaXqRhmCzMy98{<O>B8IYd-Sldx?c7lpn>jWZ#2Be<@vJ0d z_^iyyj@^oP+BXad(yyu7$Iu#8giIEG50bIfd&JW!7^#}?2??PD$4Z-su&k%u!Wad) zWKGQQMT9K~=X!qfsiW`GXgL93UCO*V&vA9eM`-X(W?YH8>x_s37=x@u)Z`wsSa$-; zxMvz2n=$&%&)=?~ZeeEiroks{5cyz=o~M}eXQFs0>%SIJ{-c<bQ7O5BfaY?m6#hRM zwMi33?-=<L00$oCwHWM)Hx<*b<{lR5;P1ArQ@)q1d{8s#z6)9R1%Js)1@mV0qM_TF zRKQoXYi*@bgrtD)NhVaZo%YbAFASwyv(0vYo>dqyT0Z_u+lBixGifNI8OScT-M9}O z{gvwIH`?=t&dV#u+9uk);P@Owy_9qlg!st^;@z(nTav%IVgB$>gua$n%eIASxHV3r z@N2m{oh3>-88^xSYHfxX(3}b(wDopXwYkF86Y1bl<&;{D8WQGC!JlozHNHp$I51;y z7^|CvZHyDm)a5uxu8(vJSa#4$2GVRzu^DC#QdAFEClmz@__^f9`v-tsc$i?68i0p! zq6u_4#twQSrX<UyD-q-s)7$1NmT|%EV4tG6Yfav8iNi5wKC`I$ZDRnsE0J$HuZdK^ z?51mZdSi%tLbd?@e!iUb#}a#PH?%n(xx`kcB;p(CD<zd#+U>RZotlGDDN%^SupFI) z%k2&);C<{P?&;=TEA!tEii4ephZfy@RY!@wPaStRet#GSeJc!<`{lo=&V{Ibt7IbA zdCXGzOl}JKW)oI#T$hNv(CqMYzw$sX#rqGs4M9YnXwhgNkaP9Hv#mDt81G(({CXN~ z564%xvT_5kc~4CF`#kv@$t$ocTK6;_cc?dRvRlKZ&%YM!Z8I+kl=ztS^|re3jeJ6k z5DW6HpX*Cpj*CWo2><(0Ku1BULG+IXR%4G(-%bvaLbk)wu4w-&mTP$M_FK)rzdL6g zC<l<q<~u}lX?7*21Uog|oHHCCNT+WL`#8>=_kv2F-p0W}fTnM@#o)=Ls0Z+TwhOAk znz#0pxIZ<|QFd_#+q@JydmkY_fI~^I6Q6Qo=goHg7NO3K$Yeq2&fpF;Jn}>MnhK3n zkswza)>_eZOIb%jS#thXC~ksk1T<oZZ~f-n?eSc+$UU~43$$i(7m_AgIdx!EH|hQ# ze9Qk$)ZTk51^v(QoYz-0W8aCxS9~J~Fk=f@2o%I|-hBr$LbxJU-;adL{xB1FuEuf4 zw>c~Q8K)iXkrW%>NW>#X@jMr9z0nK74p%0zxMVtika*$LAI4x-^mp$#d28=1kjVed zH)S|TnJ}oS<ILexbES5C%7ij+PHW}H`<dx3DaLut@u!aj-0A`ZJ|zm_$YS|W07m{S z*9DfimjOKss6mrpg-Rq{!%>@T={NIM^;0bhB=g|rYsC4gsPX~%oHVb3&a1J;N=?a) zpCy%@?edVnV;6TLNUES~)fv&ji3!|>7U+1}6qHf>CE_t_*3YH1@uSrykW^~(B>tn1 z^J;?t13hb&UgGZA*IjQ4lb5MCl{Jj;c|dFeUHGO%l-9rMA*842_igDVOfve{C5-%u zqfJIQ`c~|xzyG<1_`huS{CF(0_;CtrTl%f~_|1!m)r+6&uQh*T2cvK^8Oua-7hhoL z9CM*0amb|W1|`6u-3KN}>`&ey3IDJqk2Xk7=MAkqg3sptkH6vU$bktaZ4%Rd1GxbU zHk|wZ%A&zALa$rxe^zI8p06d*lIx_w65{N+RKNYUZeE)ZrmN4$;`P2Knv)6eA}3^_ zNPlyBkMsjG=7Qtyq8d6;q)l5@b;Pbw>@7$=J_5yinOhC)lE~h6;b51^q(nj8&vm#V z{|5d@=nK%Z?h$#!xGris5U^vFw{*V1988|X3P(|M-`sKAF{d|99Z(%v!zqDH&O!6E zzwI7@4Tv2?*`o=Pl#0=OtY4psZ$P)nE%o*99hZncaI{)$JEFUyCkcOMF*+K!K^xr) zIbn;dV{ZP`I|l-Zps?Vi2(z_x`QHb#;1MCi4ZDD>p{`7?z0oL?9kFvR#Kt?&R+3dx zMNll+f2F<APOs^dyKPEkh2E0arp5fLo-S{{0f<}Y2FfW?qNj5(pfC(jS7Ru<2yS#J z{F1l|xll4|&~QI9S^LJn0g7K*()=ZCsYys!0(yQFA8faX)KO5ZXmAcYKL+M%Ew~AF zeZBs#7s5@~&ud|RF4aQwhc}!#=YK8H?X5HJDbc@B0wCGTkuOYZ@u?|ra7CNqnkyG| zc-|wtc9bU6YR2DM#w1ICu$;-+paE^;hx`#21irmeG-#e*l5=v7(mp_W&50z?&1o5V zUiMudr^<Njt3Fae?_J#n&^KtnIF*>Sl<RU*akU>%c8)S(HXG~5qR@M9A@^gY66<B* z(($%VTOn0hy5r=2n8)!)fMB{9G6)5g#&6B%2Ypwl`S_qTJfBxYFEQXdT|a8qqU<HM z9Ml&}6pM^HygXNGPD|uA^%gAGnM^D*@8rS)PPC}S0VjUnR)!jA2V1hx-PY2*!Y+%@ zE;D)#g=eaQ(V^%qNABY)N&_*H)k6>isSZD6%gV~=L-eu~u+yR-#;qT2Y@nbU3a~w! zbm^Tt$6!@iDJnRm{CDv&rS!lMt~i=9{MiMb2G_wia(3NSU<EiU2+AOoQN%VxQHB$Z z?-lsaz(H@C>A=SCpKj&<2sEt+GL#46BL{g4AF*Q}8{dK9X1EB0(b$3FQ*BVw@l{Bh zisUm>TQ+d0k(`jAH5DPd)3$oQD{#@|feo65{&$}l49~*m_v{m(7&Icqcc^P(;N^9i zV6M}bweTkiqwq-thagCaeX_YVLqSdZm+9ehAjA;x6a7oMJPTGtG6-yqFB665@e>z1 z^`1YfL!buA=Gf=ZZHoq4a}<Qqv(L#v7df|Oz@07)YNcQ>Q8>FFG0y=7_)A%XG|)#m z>U>6$K-o*JOE8SXpQJYTvgx<ZqUO9V$9OhMKjba>df(RJS$^HMEmVI-BiRuJ{;2C> z{9<9Q&{l#RO_&s}%tv~9M_zezA2#x^>NfkM%)Ul&=|FPFGHqn(YEQ=2D;FD(5eWvP z^YoI3t6d6n(4w=e?8|F?5XU?nS-n&7yFU9k`?Q}J?LFmtVs~Wm;4gl-nzHm*-8nt; z5F|9Mq;qW(2#S<KQ+9Du7sRz;PPM%8_%ZMYvsFYac0l(<gx;$;b&?EKK3uX(B{z{n zsYI!*7H?s+rk<p=lZ49$_sXxWop;@_BN>ku0PNG1RqPGYXIV@oP{N>DL4>aa)f=5c z$`?GT_;HK}8y6iL>E;aDHQfSQkJcj3j|0u`mxFUg6S>XGe%!U`^^@=O;KFN3Kn)eU z^SAEc@S*!bO`gP0tIjm=`E8XyV@f(fmrRu<_t&0_*`DI}4%ADhIaC#a4`q?!%s+xE z4pe0uQwPlcs*vLwk3q7S{%Y5eK-AYJniVU!$213h(dNxBye+d83~9|978?S$qHP$W z*M-R#XOvD+KrU3o#(dLe^YSIu%rL44x2E`a-B5w&EM!bdL5v+)BU`X(2C-4Q$&rVv z{^8i}Lu@R7$SKmX7ly4^0r`k~1z?9k=iYDU6|*VKfFbQA6OIVe=}x{n&&BS?YR`-E zKRH#y{~EppWgVNe9_hXapnD*Y0b1$!(?;$8lfYAUDf=#ZV#Ty01m_@@R_TrVo9^@= zX-32;IT9chJu>_co53w0>%coYC#Unc7Mkk0IwUKw{!w>Fv-GXkIhehd8Pn$GDC^;R zFY(^AW6kw1&&0o+&ZoxPwdZ^P@CgIN;5LLO(w>BH)R!i$6KU5vH{;GNz7&Kqf1$;w z%3GUZmc0<$Vv+J@3fJ|rERy1}v}Ce$-8(vyvSbE>;NOYK5po(#4LS=ZvO8|p%&JeN zMEk@0Zg%mngD4p=4TG(H>2?0@<MN;x^L@#Y7Y0e2>^`*FB(~Va5uMwA4)}-^N3Roy zEHvWvs-c1Ol?#ktn4%Z#!ph|W*E!`(gnPJ%aKG>kB2>Z<fAH7*<Wwev#9kBZSa4a; zj2|G3>1*?Z#PRsOY%{dMF-bCxy>xD*hetDEp#B2Dj++)j=Jqs*X~!A}z*i)XoPTI{ z1RouTgQ&w0jg&gf85%9urF0<(MbuRCDJzp1K{=xK7q;(^bTt~$5HlIef%-vahjY%4 zxV;Rm<!y?7yzuof=tPx3+WWt$oBycz<4a(<*MFkJE?VxuM+$Hd5}|x{czOn4Z{+G? zErU!6x!c)D@mrOP-4!o9)&JAxyc#xLQt6fRuDdU)8U8UTv&?ba!973%V&znAc%<9e z(9n?})fvH6?l0*+o9QuExIznrXr0DF`R@q9qQ$%(AL538OLzP(7UZIhqS%i7D>M&8 zgZE>}ttJJWn>l0(d~)~&{kaBCM9$#MVIqNm=nnkK%}U0sMjb5Gu?hzn<nd7Apa&GK z{hIvo9n$szS{@a89O}VAgM3cI5#A3~V@VXOpy;4M=#PH&E2h5_h3ez25B`nUc)5HN zm&%LIPHN*scA6Fq5k0Z+stuq-Qlq9<Wc50k51x29M{2LWSoa*P5%glY_Qu{Y<c|It z{02Sh!;fD<J08R2)e91Tet1k{G&jDSZgUbbZFHWieLwhx`~OurDDUx4t;<#lNcMP( z6k@k~cH8-{%2oq&!CP4hS%4--be}ng`YOJxM|o4=2e8xj2HN`o5t^%2Ogx@vR3GZX z3|zR4u=p`_53eli^KZxbF5Z{*EDC2DP?5e?Q%cSh&;Ja-_rhj;kKS)gC$K^p7=2W- zU`MD9oUo}^Z3}j<%upd$GD7YBlrE#Di9eci)OzLOwk37MsdezbA9Mw3)dmoOLv2X& zp@dp~dx-rmfmMda4i@Do=48Ne2DIh1_j=S@l@XNKpGyq>G&BWP5`0U9zr?a+f`2>7 znJ|0w`T^Mew2|~J{YR!XS#t}7Xky~iUn|IUlw=$u6EFcXQsRyq6U?03g{Mcd6(59f z_Nya)zG_wkqqCva>WSdXg?+<O&LE1-NB=#v06>X-okgcP=B*FKLQx|b7w!Wf2GT+a zW{|(0w;4;nZb%4U7p9jaM|=;R)e>2!iHdN>1NB*569huOjVqbN#0=yENTb5*q*X|p zqC?^jg|Psr$$<Ph_e5<c*lR}@fQnA94BmbcIC?!Wk#-6JvmB)th>z0qKt&$ABRXYJ z$e1~RL}bRnuW5C{cRnEutgEwzs(rv+&vO-T#2&Hop}wpDo@eW6J$B(=7zlenhE*3Z zC66Q+Aze;o%fJ>1tW14N6P|*Wmn=c4Blm(l9X#2-0WL7c0|}4=N+t$&^fe^DVv8K? zW4pY@V#f!AA1S~dAZ3qpkiXIerfRsr1c3SF4^N7IEav<ujCv3HacPxfcIY}7zP??s z!(LQO#vC6D-8gv2`d(O-%uG1jA>v7n&d$uf=>VmBWqZGazMYmFt`>nIf;s-dl(Y1E zEYuej;Fpw<+8+*8|JCyYO*-NEm)tG_qy$HNd<QN!<^bh9>%}s(v@A1n=7L=@l$vD$ zhebk1)n05nb~hY2KQZEit-Uz~#DG=KfSg%1(>af)HVdV{RE(d)unq$L>9%idb>RsJ zd?UAK4Pa)vdHhVbq8trs*({{i(ghf=N)<%uo=I?mB++YU)TGfMMEQUJPQQ_rooJXq zWD=EBxx7)(`tA@2dfj%!rGQ=QtH@Ns3<ZFw!~gz`v^$f@bX{<Cc=j0^KD4ulq##$U zz=%EX#L<zkk(KW5h6-ct<V|sfGdP-lEF#t0fvy`Y^`qr@(Pt#d{1b-;?4!LWd?O7! zV{s~Owfyo)OcED9Z=l>z7a9vyTTJ{^Z^*o6=Y0*HC|%EohUUEN(T*WgCB;<MuU<*8 z#`OBdCIe?Id&<b{hu&X`WJJz5^o}&_!hULW2T}6>teJ*43$WqAsaJGNKUA1Xk-|%% z9g<P%rTx$$uZ8h}uTDhS57Kx{Q7QXB&tRxXd!>|e@(lkCJ=#`f9;=l+h~7$Gkz80u zW5t|;mnfqBy#5^j-5TJ5K(5eYm$_{Y$hggtPyhL2>yRMuNBf2w5?gW%?dqVct?gBj ztd42A%+CC*GW0RQ%wod*{j=^9A41>x5Cx;QR1o2q>DbF;<lT7^CsTpTZu}U!>}bi1 z*5DdcRh@0hq$Q?JXZa!9j{)wh7Kfm(;`rNgx!U^|ZpU?WCw#xurzW=8{m%O*kMn>T z+<VmFCj(9pzk}QTWN#r8{%rdy{D9MLg1N+{;ENy?e*n;zfBhKYiwC;8eMV3O35Ljk z@p}a`Q%)`~_`p!Tm<T22o$*8m=y!y4Ugy;tX}V8FOsLO?cCr%3vkNaThVHs93SK&t zuk;wi&mb*B1t!a}m_=|fe^LanArtWW?{5|`z)z=rH+M)(=6-D%dJs8D>ijSo?iV5q zT|hWBs7Nl(sr{^Idm2@F>q|bMBCPn8BtAreyKJVOO`K=+i9m(}R6(C5pvkbWwMny2 zGcQSyaja&@r}`PuDEQ(#p4@HDt}zyWmKWGV0E*U6ATQr90w{55fMU=p`n>_mrKKy$ z4RGy-E5DJM_R%0bn+E^UDcXKLsw9aDUt{0sGEK81AykIH>+=P$6U%L0Q9JMmI!H2% zOR0i8zkCjZfZ6tP*KPsEs1)56)NnqYHU|%knCOIpevl~(Wa8kbC0Q*yp7xyQnGV&` z*SE^3<jl0Zy~`W=vit`PG$WA|;pDR70o|ZelH0#Ky(Z}cWQzQtY|%@WHlZCuNk0wc z9H$CyQ#3eP(8qvDliUj)cqUOlM87N0vE#5+Zj;h+a5i4<oAtH64E1YDI6OahM!#a? z?r)W#!+1atSVjA7n@m1{KA}SlWZix6wAS0IJHY&)#iYE7icDE~)_osS>z@5PM4r7) zQ@Y(vuAQYuE<xWuaoPPp)!lvHGQ-(hqA*k%MN%>Jc<u~lbo98%g~g|*k>Sgt*7Qw3 zX;Z|=b|5vUUIwFJiSxFS{4;qq6fsR2JZ%LJ_ct^-6FNlI*PgZztdl}9){&?pU}+*U zXgJ0?;Ni@z-w7AIF$af2LiHH`t1S??e!xzQc$6fqokN4(qI*C?=n+ieUT;VIo4<Tv zfEq?7^bSdThYpe6?^#ydI9*jFP4_rsN}Bjf&-Y#hVDo3@qd=IzAIi=upz&s>vAd{9 zBB)2j&|6uowWFJT85qW?4pi4?IFYOmKusRfMzT)vxmaDZZ-Ge}z>D52rji5-*mE%Q zM>z#TmD_A@Fz?0qwr|J*yr{nRe~yYAV&9n#gF@R-)@x0ByyyaG*Z%-%lPCdGas!6{ zyfWX>t^b)@iLjLBh)!TiD^gg_QZ)g5l&d_wxaRvhR{7k#7^|k%vjsy1PeHF<StcnU zO;Kvk)IC2XFH*Z^w)%c5UtorY>|fAurqvuI)lk(@&h4H&oy#$P>ZiWkrx+&^=~?2d zxhYNYK%NV;Ro28;);>b_)cu@7Q(8UVS&Knj9+=fhXmvvZvI9ix7;3*iLfK+$(AS+C zmuF{8EQ7%?Gdl0Fe#p>V%|u(xBeeIcAGjHx<cOZuUTvXc`coaH@SS$H0rFs@%`K)# zv<I5>+oAmST(*+DZ<kI7KSP*luJhEPypSH-{GunggAN41#zo4Y{pT+Ich&l^55N~2 z9TO8&hmDQ)A1j3PW7X%}(*LGv(_S7Id3X9JLIzQ<8#udRTu&Z%vGH%f(r+qKcO0^s zn8A&hl|uFze4{uTRn>nWL?nf5+O#}A9xi4@!6+HI3anmG#=Sb1n}Yf&{BhZQc+=~3 zA<vg9+Cz(F|G)Puf!9mf@<5oGQP6egSwqiJr-tA^$!&c7t+x;26y%Rzz3|$e@cGmq zU$PD2DG$e*V;ID`qBED0@_MLzbfrdCjYBZBb_B%JwTDb2NuE1^sulF4{X!f;;V%-i zP`6n#rMZF0NL*O-35<VKsJ2N3?g?xRF^GF#BgdIJeU<W(NWkR;PkS)4@Uz5A!}G@v z+@sZ7XWZ-tfEPF-9#~q<rS(F@=K{&fe8r!GwsZf@E(ls$Qfp6ey4+KLLR9G8|9MB7 z^lhoY`Y1f7qqnn%^*J{W8);Ds{!b!&>vJ+OGG|}6-|xwMpx*07?^p_7CE(~$=VlO_ zuwnK(8YvR1+cH-xXv7p#6C90n8E1j)`Uaz&0TQ&oZN9wGmCvR4+M{m>8XdB$(m)|5 zW&vMCkEw^DwUm1P21<>L{I1Qh?b!^dD{CXIl^=oqTqanTQ<hejIhr35RiJ|DR-SaN z0M(7x_y2)P_U7hEdWrB~FyP7tzg#xYbANj^h@yAa)veWEEw6!fRyHNV>`_T#)MqwZ zpNJyGfq9r}k5-5@r4Mtoira?kf)3gf!m%$+3U$nahNi<&-M`2}+Jxr2fiKor7F2np zlN7mNha52WdQp#m%b8)s=GGH_XlnhtW(0q}0$aIZTq)vxVq~E%jI&M|DkrG$EC$|? z`lc`To_->cZL<CoygC8vHT$@*L(CL<5nv;fLdADN<@~dMcEL$GQfGh}ZrZ#;VceyE zdfH`C7oUtEnkCe8pZf8xgHvfx`YZPB9)?EDIZ$W?nE@0L$d8ERI^Rb(o!-3`0(=6& z+xKvV6%MV}G~{FIr|1784(vLn;`dZt{*grCC>=Tp!9=W34N(QUS&=W~_-*gve3I{2 z(pkwUQ00wFLk-9*)i>qon;l_1m4a0AUqiJSmtIuIt3Jj)u6mOZ5PeGjaq0J%U#D9m z<~_<N@-j=80U{`Pg5=?8E{<_cyT?W}v9JcuvW8Q{$k4=zLRi9Irn}nCxcWWqr7FGx zQ_GU1jQDe+-zuMC{Ff2%KdTVIS5yV{d?$S@o`qFKLz#n;+U1{Pr5Mx6Ef<R~W^<cK zXoqAFQ7H0pIMRri|35{Cb*=Gbw}bbhKDVaSIrY_W|5%pfSkUQ&rbNBWN%I#nUqt=g zYR>p(TAbmZf=&0Ac1Ih(si_aPj_)j}IwvuDwoFtI_~nGbds&?(zDrK$*>w^kJB={g z0GzG=q}m`?3KO;%m62@}3ZG1yC9qI5fK)+c;wUyz=<31E^7FctBJ0DUFVpu_&aga@ zg9l%o8#tFWu;ChlwkJd9mgEU8#XF^z!OcJQbkdYWC{RXSWrG~#)H?T1R>KkVr8)mt z82B8kDc8}gl)vudN`Jr9BIR_0<R&|aT|W`;1HM*~AbtjK&_Wr!l2POdp!2+n0qKDF zmR7*sWbi1ddH4Z9)o+9bKA?pHEon!khA8U`jC#wzR8L`WhvUH{Qi~eNWi+tWp=O<3 zWK5FaFv0R~s9jB`jgmTOj#ii@ce!X*+7i@8ii<C<#y~7?5NxIf1}_0!Z#9(rF6~I1 zCU2d^f>DINR5rU1HWUY=l(i`c(<+{rX+5k3f7gd<T~ObSjy&%wls=d8eOYlFCl+*V zS$b|gR9=kLdej?5RiHYw9y^gE!fK&EXCRq;xWnU3v@{Bh_Uf%*<L_uf`1M9ZMi3#t z58ditLVjHXy_4cxR%y{F{*5rinEmmh2G&3#ZU~cbDM<h{Yydq>nurCd8#078zB}{l zKi88PMp%NbVo(0+Y&{$kF^8Qx36I_-=pqZb1sSa9OwA?aEGQ!rQU4bQ%v5YVw7KW- zCVX(2Wu%~F05rU)<HA9lUiX1}sxIr+O$@vnP0pb|MT|9Bexj8_E}Ut&Ut@!|@_Ypt zOo&s!gdu)*0l$F32W|p6v(Dbe>tmTOlRxr&U&R&~y((lq)yMve>!JK6za^J;R6Ysy zR9%b>rLU_w1kwLDWPg2EhOkZcE|M&ulj=Wv0$XlNZyYrB9+X3rXaUgzeMOnfrAy4{ zh(C$AU3_jlfHztLNDcWh4i~^d5aqhzbFc*sS6K~ATIZo4Ba;$gVDYJ&qJrKdlRUot z!{$66sxa0tCInA~eNG0t=BW89a~>LQX=562{mf_xWfwJa_d}SML!K>q$xMt&`)F*^ z!)^0;_0xOWP^txuP9kSEpc_FJYVGx@s~FTtEcBN{1*vzZ3Io$A{@@ys&Ws4cnD~`m zFfQ|yBR;rwAUC7nuk~vzxao@5;+HiaueU7$ISgYn-sd)f7BgISowt^jSMj9HIOmi$ zm~c^OmIeb+Z5vus%7h!oS~xuqT8NRxh}nTX;fH_5hC9SN&e1p+gnFazEbcz~(jZwG z%pIZi%M%31e^~$K3YF#=Nt$?3PCe7kZvZGe`u9pd?pB?nlJe2_34+U<wwVESVh1xt z#sMfu=Ix8A1PyAxRDc)(#20(DrKq9B%TxG)oJY#5L9+V59us+DP4vn)6l8vIe&j{i zp4}8?mL6oDB@&J}q4xk@c=?rM`+R~<&VTTan)ZAd&5~~Em9rP-q9k;Xv{V_Pl16R5 zGY=o46ZJ%Ie*GXD=!LDEBSR<WUxIxtC;e=0D1n7{2X`0W=>&)&%y#X+&uO{>o`QDf z0vDl{Os3ZxWm50v7shVk=2-$i3(s_@&BPG0g5V``izfXT-c~`co*%j>HwB`G?b(e) z5WJJyf*-p{=2=zJJf*a8Y`38f(JkpHZjE>iqsK3!j|s}?T8O%}MC!k*BOA$KmQ4Ds zlMC@pE`T>U{)MjZ<g+=egq4?2vr&Khxpp<k5m}AgI!lY~c{7+?emKcQvJ(r{?^L{0 z6T=L>Gy8ZlSv1VSyMT2nG^@oqNsqd@xBTVc*p84)Zw7q3kD~J}P>ZmY>OlE$Hfcow zJfAz9v0)6gv=cB2M)*bEPQHb%DKFs(Drvddd}AQ}B#7Js*+_yDCM$>2y{W3_usym7 z&h+ogC3W8CMaC(&N*4lZIx|Xl3q=fgRBZ>pi2lP;_60(Pl9zeFldK~|$h5P`v1H2w zG!X=<yn{TwQ=zVfdtOOmlZ=NS5c<hO3f!MSd{dyDxO-Yp0{NrqDIYn+v+exyACvu+ z06-V#Dm;sS&C^z6fo;h<Y#-_`ujQDyPnEGp<zTSnFeuH>xn0KXG0zVb(n<Q9X@hRF zzWv(<q-Ji4pw014fWfM9w=m>&JVECC2fuB9D;0ffST^bff3s|@o4&pVWXw;32oqme zsaPt}(M#0@R|(dJg2cSh?qqtqCJ#S?Zl*+`?=+J^iC(Ki$s*Zby`7Y;_5`73E?1$8 zXoh!&-iin4v{j!QM8-w2D$h;!=3d%VT<8IKouCVL09Ln#x@nc524axfg`-I9y`9rh z5z|Wy+^vD4*KI}WO@*$}6-$~@qg8Li79Z-P?>`=zHEg=6KtpiUm-^Iirc|JA3ph%% zXM~{>VF`u=iCmo~c+c3$zy0tMYXj_xjG+O2u4{$&j@;mw5h00jwuDuboeyK57hSRr zU>GlZzCZd|y$R|k2f4kA=@6tDz@=w<XrG?82X>R-pHJLu{15a|o<Zb~|6~GfOeP=t z8g^o@D{35<T~eO+MjuJ}>G7Yg?jw4MCQPu=a0e^#c=$O$0{maa)!_fBOCTRk0h*|_ zB=0ZC7jLoC388_aCg(fv^NwU1Db}?fKz<mJ#X$|h1ivthN5}L=2c><W+?aE;(sRo2 zL=<`bFkG_K;(YYQDvL&92<V#5%onO2zAyK>9Lx<Mq!I&Q`%vJ0G-+207x;55cs~*D z>{FZEU8{1dBaPKVgd|8(%-%icC!vCJU62#kYC~y39EO85{u=lGxcreAd=oq4XmHi> z@bdGA)m8s?ed7A77}L!SB^}m4Tv5`MoackD%_<l5G2nwMJHBBdGS(t;vd#DZgjEft z%!^`!x>DyY&;zP`K2KSM@mhr;5WEBVlCBnEden?wEqYb<Wa}hcqB@yZXrIusH?qI} z*RH%2sM%cKP{}e_udfLw6)FEEZvUEkY6Sp9hg(qN6H_(=)%ckH^)idK&i)D0Jo6i1 zM0bYLU`?f=Es}t*Ef~U2h|$OSJ>Ngil!cmU*;Wu(twNs}_lNy0N+X^`=D5j78f;gh zFj9i&*_tF!ksYIX@9Yd8I+~qmL9{m~a{yIGaa3uCkzv;(=HAyq0|Z%!CiB<Q@WV;Z z5HY`J2T%#8Q<VNEf^l&ufdytW^3$?yOwLsf&hbQ>Zayk_e{SwTLS8#nR-Dx(@l^5! zgvhYec=MWqc+2gxgj3?W2Cfd`gT@Cme6Z_sFc8oLz%G?dL5_UMURsvpI$>5WOQRNP zv^P4Hk(3R4y$X{C>g*dcY2x$mA?BXnUXkA<Cer+8kL0Ltkpx!d&hKr#z273kYFCK2 zH&PXx^XQ=nJciN93)Cx$-^pPFqQ+>}!K;zQbUIe3{eyR!7_$J~;$<9mDX~^#Mio49 zL|WN6t8X9bdaCRv1w#hnrf9La#jE5{`aHuAq4MzOj|SJ}rvlx~t6V>uu4jqNe@Ap_ zUwAB1r1bJ{g@IIv1(8aNzT)giadj?0&FSV_=zZH$08~}W#H6-v;eaA!z!91q;SpXZ z6NEk~)I#Q4eA!_v{WfqgL>U4LB?Ju<Is<NepKburlc8>PbxvZN^Jprgf)15f9&BKf zZ>>SUE^;p`cS=xCi}_=5-eJbRbouZ8>>^EqVy#OWC7xz4L`Hl8e<D2t?lm+uv1((f z`bX|YupD@@zRt}BcO}*2{kYXooSEOJd2ZL#3|>sCNxb0}Mdi+JcudGqY9xh>vRBN& zDzN5)`_yy8>^7q@eAiPMTBF|kl7Pq5d@+!2IS72@2d}<b7UY*_r~i^5HwjvqP=l?s zN`NJ57Z&a1CA$~u&5S^~;8wWvRuR*OvXpeP)wk3fR|B?(SmS6RgdP%Ke^tCeVi%l! zdk*zKz0Og3OYHH=zj$E}HjnfUDPQ(I!a7|riux`<Ruip+xl_E^hupIh@yexzUX^uA zyD}54jS{Xe*+(ure|Elo1_XQsz^*`<<8^1FEU)j24%vr)zBqUlHA)L|pu3b6f+n3U zbDC%-qMo);0`i;Nh+J(Y$XKnD$D0)@4a=rjbBQoTlKE5g#F_w1$f$y{nNKzsSBsxn zL)?X?YY72IZ)fpf`E1R<g2o8f9VKN#nCXe&9D3phutk~Woan8q4`KAB4FfA1OGaok zpKMrnc4RJjotT6c+%9tl$tA&fx;B6rqbw4G=+H$tlgAkccv6}>nC_Det+^ANWoW6j zhCpGbUnVGHMzU|joH3hj-L}9=Wd}#cpIHu<<ZmZxZIXGuyU-V050vbl7oTikm38D{ zpg;y%5wVic<zFQ-1O9$@0S83<0RsX*;$%AT$Wpf=|I?o=>GR*V7x5_=zhp>>5!ndE zPpV?BHjo&TRhtG0lyyH1N=NQ@iYUTT9Ku9TWnatu*n*z0kOW_PmyFnu6u;|QYvu#` zJUYf14G0}P5tyN1Bg!d4UxQA|N{2yhqfeY4<x<=pvB02uPoXa%?VoHKXdove?XX8* zMP@5I+8^~`#)v6B!-!E_L=dk8AtCg#wFblJuvfJ58s#yo6D-i_uGZ^F%aQ?@(JP&z z-yG&XH4CRds0ZJLNyi6$+c1YWR4EScjVa5xzHiHG8l3aqz&rhxl|Od+ScHu$G47{9 zubiwKwz#{jtszsHB@HK^tSx%I^KcKCx;>4XPPKc{UfZ4e{(ZE~%W~fEX}vdQGOnnK zPP;ZgI#Iyv{hpo`sTFok6)dz&7#?`VH*d4bL`gMgTmcTnIcjpT;{MOQP|(+Rt;iv^ zdy-DskrOoQR4+T2M}MJEBbw!@quVX<LEIyPC_0>8^>vvQB|j`%XZfiAe3*IOu+FW1 zfT)Y*d33@-eBnes&^@dJ%8vF&32aywMuEh2ES76ciNPLFlw{J}O)~oTH*_}L-q(s? z@?LIqZk3gP|AU5w@4mF2KVc%g4<=)X!kEw~lPVt!uAILZ45Rphp-68YOeu!f#YS9< z%4%#^MYWP!<$y1KFDS#N5Z?1Fk_w!~bs~QAI0=<MmQg#M*bw$hQ|k=Tj??<)+tl*~ zZ9__wcVcp_-cZ{8soHM7j{$_^o1$?i)vVb>m>;ipnLSY1%eSrpUpvc9-p;Q5MYzyP z{N}XWBi8_2_3(<Kf)7UBqYwYizag}zLCmg=BoXqHRdG6v1q_D^fHL{KtZMfGCxEB- z&%e~VLU||w$JZ)fGALA+tzK{eBh(-=rC?Sa7tGKU^~O2dF(D+meCcG`b|LZTN9w=` zNomXCDDuBQ-|c6hzIdH|WD(}_D@KgT?s0$5vjjL5hpQYI&cJ=D287i&?nE>0XQ_fb zCW?`pMNBELPGlZ9DMc!39JqP<Cb?^QP<KAY?aN;fddJaE)O&Q2f5fG+EJ99+DEv#V zM$F3t5ez`?!-~P1=<@voL(n*|z=%O{`-d#(c^*urDf)QEX_tjp1_V=2o8^afbbm&I zL=7Om`o{ZM&RZnP%DDB%{!D2s<F&tm2W~@@B19G2I`RgD-qq>l!oIM`_ESUTMhr;) z6&y=jd180u*I1-LMe11GPvsabh;;Aw1f-jq?Mo5|Qa*>{cGDjiKyH&|rC}~y*lsw( zMa=qldKfCob*K?!1-+}u7lr`=gA^2XUs3NwYrg^FMv)vc%+_;U!7zj(fG1Zx3Lub& zx)a<WCc@n#EGBC#nZVmEN{TW*>ldp6NE$#1i_m)p>%EbLhu9sG494j>o48wSBhO(( zAxsvDND5T|8mw+0#w(MtL4(EU{4>L?yDm@+HG|)Lu?Mw}`GtW1Gi|*CY(HMZJ-$vg z6s!Ou<hTPfeJa$f=Ydg3ZC}bTqtVbQ3~g?~5TZ9A8&V;5IHlb|EPeEiDXYTmcU?Zm zp0%ocKMgM3l@P`o;1sslF0l14hwn)yHLd9IH}Ff93~)vvCD=Y~n5A!<t}FYi=hgO4 zBGj4tfp%t+5`hOT%Q<%~h{(~Oc>3U-M)w(I3Lx2?P8sBVv~xG9cwJI^+71KfxImKt zuZO-t1%-ma%3E&!eK!SfpsG43fvghTr<9az%ChA;o`Br^I!*etkF5y##*L8^zcBb= zsh6cz9>g40sK2w{=d}1&aV><9eUEzX-U{26(jh=AwRKT@`q=?(vCD9T6z0tl15Q1I z5xZT{#<>Q!x=&hdB>)4<Ox7VcIutkE3;*<h=#@w}it1pyxq;zQmT1iG3Q1xVHq+#8 zn?j~nwRVRS3mv0nriklX&N$$j5OGT@uyuudZ6anLfvN<tA0+VpR>1qMRW9iTn`zN0 zu=~OFkGyU`w?thK%vx)`4c}5h_LDmh_TA-3Q|eycmJwG*2~TR-D`ELCWh9xRKNLsd zt-vg4yjj~pd_Yb<vW^P}VGo|H599VFMSPvwZ_`>j6p=qI)`zq)22qL__q{p=e%UUs zt(6od6L;Zk680B*LGF;*J176k`oSP8sI5&s*BE944cALkU^SUZc{3!S$poWX<*(2M z`E=)jsioD|nSxW#iUvz^N7JYrNQ0PS#TQ9X&+EcGZ|z7*qFRviR2Yw?7CUE`oc3(o za1;tEj7j$zTc;xyb80hBSJ$AHEz0I=wp=RM{rcD&O9K$=xiHLK8{(2btw8M8+ckSH zfC)^ctCLcPpw<4~!;+`V0%`IUh5h0qwOM`7*B2Ynx>VQ@eTJly*C2R(I23fLtAg+& zAlQ)eSc1s&XT*1F<`>6P<nYi>vyc%?q<_5%oY<b?))C<=7uq*iRf&g`w0tt^tnRpU z2J(SEHHVAJTi3W#t<71;0i(6vSi^*G%{!=-)K#;3=~;CamEvOWdhi|Bb8md+IE?fB z1rECe+Jla0V38-b?w)gzY~Tps-<STJ_<}JQAvOw!-;&z0Lr{J~zQuY8u^3QORSqgv zNXY3UVsnmz?8I&Tt``%KV9<EroaNpbj~rqf5A`GL-WQa|Gv0bN6o$ORQV3%uncFDu zU}AvXW1@bX6%<Q*HGYu`AhTd2j60W;k@qn8`*I4%`-qk9vubljimL!?nn?j4=Wr<e z^7wEONaHCVR1XGuWPw%i@(Y2%t_m6}PVzij5Z&vP<Lfs}4ME0%!7tF15S~3i{CtB9 zU4VH4Qdt}E1B1fXy2Y8%cqLmbDWJm|#+Du(gTc!a<FzUdq^?yB1dj&6?w!1i<m1Fl zsn9pSuu2}e@@Vq#^Y9F<=9?iV9ATbv3C5ZPUaOOB$J0ii$BDhj8;#Zx2C$RcJbAyP zadpnqeJEkYkoH8GE{JP74Mf&eVG+>D_ODe`Ax!8#XL13PUjWk{o$j+@{+PYM|6EMs zv7XMdjGA#E@_(Jv3T(xKe$$r3>W#>Y=bef_8{)ppS8$i9b~$@_iQrVM#eX~_uV?6q z!~gc34fUO#rpSbi0<hx9HI?&l?b-u6T2+*#%?*^AXH4Fu{Nx!Rg4C7R5N?P85!JuA zi2FLNOVkSokXQD2H$|7nQMi=Wi-U+sj?L1*(WXRi*2Dr}iM**!yzVr(3#*JOJR461 z-*ndFEE9#N)KqBMIf}^~qO;jG*XzmW`GE`rZnH#JP)|aj!iA+z_M6331NK!4`B0fi zpo5(#@UAnNflgfv1_!r-fCqbI{f<DDCSY>$w(6_#qKuQkaik%MgL>dfJVvl1drW<D z5~bn#F3VhTK*w7c3n#c4IMGE{65}NsB(pP6t5^%n*T7%}o+#9SQy|Iu4ihavp&4qJ zHZ-NMTlE*%0zv+TLLN2G3dGJ|lWPVtiuIBw(-~7D^9Tf1U<}AxH`xB}e7HNR3O0;C zf0I-ITor^;D1%eMvJi!3sJ`pLP1^p^7L#~AZod;bEoLe%M>tMb;FDT0iD4`PRWAl3 zj+vHJ*1iB~oQlk-2S*FPCylML_=*HoP-L(zyijak`eZr%cRC&q2C5+2$@FhxwJhg= zp{7!0C_$(qzlLzdnVIK+WjPec;J#)pH=pyVD1pkUVBK^r0U>hX4PbU6G3_H)eQ&)9 zLS53ssS`q+k|A+Cid|Esj<C^>tACv9=X`v0VMvQp)1ie)oSih9Ajs$6KWlFS+PA)4 zVv5hFiQC-&b=pPkP;s45xv`HaFIszWB$(u_VhyMK{OZAv2J9Rkr<4IoT1;zLAT`yu zD<gKY^28p?ygJd<!f8XPjKJrlx`r|JxXtW4EFX|>0ZKVnBp)sqa*cZCzCXLN;s$ep zJ`ZHhHK{#IR|~SqceZuGsc>62;F&S9oPCn*J10(N!@tUd1ENWi{EfbLXa2A-pwXkv zneI-FVf&LwikHuD@#Wm|oyF#h)rgc|I0~02;+|-)Us1-6#wnZ`9!<}_1JuZ0-CgoZ z*08qZc;6j7Vwl7&l9?L<sZ)JoUj^R6M@At)eNCH+m9bZ^4aM$G{DWT2Q+Q#r;R98_ z8qmW2eUMkl7YCA3!3G?bU1qLj14eI<lmrBdyl>{lr}Yo_``$LEYWuj!<KbBYKjS(# zzXwttVKS{>1ltkaw)F}EJ;ZtO4$j=p+)ZN5Fzz`iVb;|Sf6n%KpOcIcf_TYg0@1yl z<|Ow|Rn~pl|14(&vx|q^m1h~8a=nC;Llt0&aPXQp%y<6{tQ3=#oXhsAW9bmpr7XGq zYOFi!b0Bf+!Ixp#ux{Y^HP8bABs*BD`(xhAfNK!Hw0RB_T6B-WxU@4B9f}sY`s!g4 z%feer^UU-Z!NJedTHp;Nhee`(=+KP_B4M5!0+KbdMPE<OYmhxZ53i~?q@tKg71u*t zs7_qiQE8LJVF@{m#UW$jNqg55Hcl*LR+MoHR9tkv6D9yW;w13Ls8(Mm|MDcgo*t@9 z%K3Ro{%&dkS>Xo~Hc{F?j&WeV9@NA>Hu%7bKX!8;p<9oaF#z~Hm}>1n9qnC6aew@^ zBUom6@w4=ebn-T-P*wV&#cmKqNrKg6sm18Qg9L{}y;J<02?|*^<-`LSv@bs3x3nxQ zIvSLJ#E^#NyfD(}GgL|eQ!8?h03&AX)SVc1TFr!^ZB>s<0_9-}p1v4q&p-ucv~t2( zH&4ARO%1FK9!_e11nwCpADHRo#J9Kbqce5G(X`e8Q8w;do7ELXz^YK6u~Su-|Br$8 ze-FY>HHLka>JjcVeZl!LVZ@ls?BjW(tS%(+GK+EHUq-*D#A(&8C*o5S$tPm`o777& z!%hS0;b>%*$rb#uHtB;B5XC7g_iKIU883JW?YttAX9qXpUk5}9HH*34p1S?Vwd0x2 zrEWX!)kl7xo+1d?y)$`YRLmaeg+53c-X`UJBq(F|pnipf>ey#E-)R|wVnYO3DN5)@ zsdu_8;milCir34f;ofhE5r5mzr<?ojeHYTHszO5p>JQHG+ua=(j(B51M9%&fsR{Zy z_w^OA$vr*UuTy8LhkW9F%K4UL88>T*&Le>h(FSdWf{E`41j;@9=cl({o-APU!H*SK zEtcaBc7ff{_t?hY!3ACh3fGzcG8E09(8{)4tOCld)l**}H$#i;D6jEZ7s>O(MQ~F% zyP6`H1@98H5ME*AtONo^JZoJ`*yFTk{d<qX7*ImlRA{O-P3?aDSF&Rwj@yKIdRhel zPT1mRz(q$?TStb-JT3a7BP#*z9SekE!rJSDMy7hy_X4b_1T(yl55wQQW+W%a5(oR| z_gWIiowD$07Zf!Ui0-YTeVeG6yco7M*iGiKj6GYFa5_?(<*e9nuMVh&Bh|h)fD{?h zKmB6mB=Vr32p3^}ixLnwn1Q}h=Hqu`j~{eU1@$8W)#G=yaLrg5dCIcbynAnu5Y71` zJjeK^==VT2D>Lx_&}~m8ZT(wP3@u?DBhjCs74n$)Sa1oS7(iIAJpT9Gh{zCTY;6!D z#&>L)7(Cg}7bJ_iM1OutlR-yqw8Z88#z^+HiQDhc@2Q7{l`Vx@y>0D;z`ug#3U(Mf z{x7z^GANFqYZtfR?kupl1q&{VE)odt65QS0U3PH@?hssqhu|LEL-644c6r}h_pAHk zo0{tBuI_XCbk|JRnU?42UQW*pwlg*P&y_G;FYMMNOn{XWb=glzz`E5tbD@rom0JFu zLaZv~l~k)8wlI$<HH3<cVRT^o;@1faD%1|g9LEIYF3}>ke}`|eiey!NXGM-;*}P(f z?%QNp?`fNrB}(hHf;W5jqG<Z|bSM)g`THIStf8R+?|&6>p`tNy%u`(6j~$&O4-><( zs4Q;KUuqzz%B~Kx@|H>}r1$xDm@#Gt95XlCsGcij0*=BXYCC_Aq(h|icYgWeT1(t+ z(-3X+`2dyvlh#hukez}T{qum!&L~VOeYmf~qs;I!yg|D#Z~LRL?`2E(<+J~UL*xgv zL`~@QzIWwjrfKd6jv?z=o>pY4E=o=+HW}H*;iEh55|c$a`sB$epM#Mp<fMF3$^n|q zdRxDr2VG9y$4Tq%j3os_1H!YyB=%E@x+f(9bRtd`BAA)R2lx-ScK-I?bA$_Ln-w@t zv%g`i^m<0y<ldd<f7*lkFOG@~w0MW9js4qg>lL|<x--a><-{V>dU1D}N*D6|CGkM5 zzP$kN^&_-^k9Nb~_=60K0IUJwnE6x1j-GehzKHNl8P$2GLnhwu5(@q))4hWCNI&g} zWMcaob1eb97rWa@bqze~3TxcZ8IY1`F;A4$+(yae*TDg`)#~m{vex466z%2(T;h&5 zP}q7l&p~DfD%>hbd8n+n9xD9f!fnOE_q+b6u-3)%(wHy~n?#5x$@Vl+U?Q&8sc1_F zBhFv{F;TTgI&T+@M2>S}N@mKbVPR;m$bc}d4-I^YGj-zA>9*|AvuT^<bzyfT7QEDR zn9K9(R8hZG+~G&+3(b#@w;Go{z;RlTSGSf$=7k>@!98$_yAUl7U-&dL3eQ)+B|XXK z*7rzf4ov+^dXIYJMOfZ0ccmU}$oASq*MEB%qs@{x58*L4_B+d7^p0z5w0!Q`ClTnc z8k1amyM)tZwc&LdDLO1#21PebnR($$vAO^&`d(}DxITJLbad_0i%6u)s=bLo=Qb^k zF6ZY)>9=6-C7!t}{XOsUskVl`8OFWMC~G+bT(4gQOxhdyqG~SY+Pv?QBioDSf<N|M zdaqs7;<R1{FK!}ytdFmRD}H*HcMQhUQwLuf>q;Og-_sy|(>c^N{m_Aogp6438`N#- z-?zT|Nzbno;gY<)WBhF*d8^iVd&P+WGUZPXx-!;v2?z9`Di70uYB&w_E3|#S1Vuzj zR)5T$s1hisTLB^<+<k%FC@<r+*=e&@vbwI!^8U!iB&<S!%D$($bmDl7*Y}$lCYR@G z4gIXG|IFa_-f8|0?3rFQ$U2q$OTkhfBW>sq54#GisL)zAnqU<pwLqOFfqzaVB9vzk zy8F+|Bf`XVjtzG^YY(<yP$S+$CPXhn2G;d@jh>R{s(7vT?Hh8g)jO`JN^8)A@5jH) zu*XCb!nyRk!tK(pUpI~ovZD$aUk5iwGURZ;yzt+HKSyC(YKBE^nec>D;UIh^qvKjd zb#TIIB5a*u9thC}i`z+8Y1;MER3NZCRog$4`Ee{djelGo&+dVz}?rFQr_1rVx z04AKUp0aQm7jGkzU}%dVV+?ifxZX!248=hUO>`zrluku1i@U}Dntd|9A?G2VcsBb_ zZW)3S5^XP&o~At>>JS`nlkBG(L~^M-)1QX|BcZ1MEn!_wxgp3#{?4o-M-I;*MBop5 zqmW|N{PDe#{gtZEQ4@0VW-C5n1VPEYU?+AaC4qw4VKB|&JmTmh+~@Dd$msAtvPYbb zW|z^)Ny%4o;tu_kgrVwFMe5nJC0-)VC+pxoXPcN=grQ@~iYvoLw(pvFX&mgFaXZeK zEz-Pheav~T_BD%f+1fNZH+C`oKKbp7^4wH<u2ONP=Vn8#;YI9U2!qeZ&}jv-M_O8^ zQ+3xNV{NxuJ(&XaQVsk8ow*s9{So>KoK*E0c$ps?Si=OlaMPuv)rn<X_|I1MJ6uY; zhyIT9Wygj}WtAgmH7(BhoX<=Q$^FfcH_Km)EDGU}ZvlS==Hcb2RZCD%B4fx-kdp&v zz#_lDMHu3<dy4X7M=2gd-MFe-P4vujzXBs0=QAc1Y;NZ6NMl30ivQ&IcHlD*B1aed z<SX8YBNuYe(X@p%q9z<jCBbd5&$H@f8#(~<W=|FG3T2FL$!x@+Ladmin&fO+UT8Gl z<UkkQ#F_eKtq7m|a*E25lAtd2D`z`o@}f7{tzal#`3HW5_#M}X>g8CpuIpxG3?yWX zM10w?c_7ofY|>$H!yNp4S54)x21IjI^2&SCCRY~e^--1fA=^L8M>#4Jo;ozND~#U^ zm=`LATeh9_c<i$We<075^tkO*Cp4p6gq4=Qq5F`{Mx>__TV?F@@kjdyTBc=kOx%j2 z-i>yW!{9?UIT@NHyUD;SVHdGDhM9@$wFG`eT52HIxCQVqctwPGd2@U}kjF(k=Ry0$ zRGe3>ugK<jVRQ=sZKqt*6?*o`4^0b$hHX02NFu`-MOw!_KOCB{D|IOF<?=2UA$XBv zk}i;UE`4=|fGd#&lNts1SB725K3<lCYdChkI2MmokIUqCUD*lio9x^#p9opHIx8KB zdY1K_9Y}d-lcOuS4uj*j{woc~Ag7gwMMx%aX(bm%hEUlc@TJLkGEUi4gcysERG{1Y z>9y#CfIzZ!4+Sad&Dh`kuM^WK>3c2N-0}gDFwOucTz53eesnK6789)~gHCi~Cz>Bo z0{g#XTN8&u5#R&<bY9(tqfU0U6{S!nhW1_vVD*A%Dk#ZOSa(qZU%Zo`Mz5?<-RB<V z#f0DR4!S8#C%v2R-dB4&VS6YydVW~O&HgiaJ>XxA4sDe(+xGk6P)s@9P0p?AToabm z)Ilppofz7!c=)T!F|sj2Ij)EHpA3JlLeVPftZTOwCI!mQrm%#_&;$9uZ0@M}?a_>1 zcH~!&*WSgXqR&3&1mrJ(*51AHh>hL7=O04V`*Mbpx0$eq)8DD-6DM?X3<K9*Tlt?X z_{-4euPlx>w(yzN%fA#zgrgDsPvmjp&qF68&Y<%>!B?>LUyL|R5Xd82ToBQsiI|Pk zxaISoep5<|bj)VZmm^|Ut4Iten3H3g6AsHjFRTXVg~;HM%*D@LjAwHEj-qT@dT*KP z_;hpAAkQD`DOOqW|6Suq5Z~+ai&DYe0YmoeGG?!iR;{m`-;2EW^~=<lPmUOb*-ywj zh4P-Ta%U!$+-pZnXv!{a_Ae6mt%-c%l@2uMqV{JqI-EM!A9UK`Rou|y5I>pJ8Vz2_ z%l1pR`;;9T!Q^t@m3}{a_3Nb>0<#(0{W26gX<PToBg}Re-Znga!VfANKplKSX0?eM zSjRHOyL}uHNxs4`a|_9SawO?}uxAI|k;G!xBIbNvIw}*M!1Q4=l>0r>_O!XFT24Sn zJ?!z)@D*JmqJQ$0=|2V9b8lgx?l})G()%vx+EM`E?L}XB*gpR8jashbqg-`kfR^gp z-f3jy*hS|1NfMH!A=zPUp{Jvbci9_3AGVO}oAwSWN_Oe`VH$Yq`a~*rps?+KGcQXz z|LuCxUPW^eG}t+3b(+@z|F3e(6W<p@N(3-4rgCv9<^EqmDg-6d%2sMn@~MYG3m5n4 zzChwv<7-!dBbEfc;*rhFiJsgyz1yNQGThu2ca|v;?A-aVe$jv*kn^g*+Kt&zm`_B_ zg=t*^)u@=fWB7@pB)F6(E7YFnm*~PQsL}q<PSl$^Z-!#KprGRg&D-zhm~3RO5^&)6 zX4*_=afeyD|Hp1-pm3RS?Zzgxgw4tTLcRpjWf+#+*)}cN?FA0kW6lfcPRv^rFZVN= z_1X6K${2sYux$TzQamJ-gPz7beIH9IO5bJys)fGx?J3;-WeDU}v|G@!J24TmG{lEJ z)5ne3+L(A%yx){|$0IhJYl$bZ@^pXL(=@nFFCq9|#mvF-=|y00<e%lpvWp5!WOe1- z83pfdo))q5z&6&iX>&<K>HsMQvP)4t+~e&YErY)%RC&)Q$im8cYr)TxqQZCd`<WWq z-2TalzOcerzJK-w(k^#AK3BkW2<(j=8MHxO_U%yX5))%$74I(MY5RJin_Im_Eihe; zSX1yFg^ZCx0&hX`zB^NrFQN^qk7^$eV0sh?_RxfT%q3oH8qEbn`R}K*7+i&yr$R3L zw>S{$8qW~B-rE!vz<^;{Zl&N=JmsqBUFk0^N1*ry<EbY926t7WtND)u<;sECH53u~ z>Aq5I*59vh<mW-#0IFT$xM2_DUI4AV1115HGH~B}hRBvkdJ5(wL_~Kr@RxotL$Zp@ zi9%LlSz4y?M>rFzjqb!P#9FBhwiDmF9Dj!1yGIUdZxxI?9KIywvKqRn<egmXJR%9S z?!XCpBDf}L={Crx3TOo#4sNarGc7=J=IK5mE+k**$#4-+$M9WgY*RGm&S=u(++0L+ z_-bwpjsGz~y_~>e&W0BevJs#ti6)9EhPmoGVYM|9q|0drc4kAgda!NhsVPqREA(XC z))nB)HqY}Dx5E#dXv-wZ(FQrml1Q>irXDMbL!jmM1M82G=nX*2i5X#P%+GWDy`0#b zsookqMQgeHor&`_X&-k?$n92I>I97CmXoOZA{l8e=pw6kZ>yW-+T<B8+?RCe-Z$F^ zk!!N^FX2g_y4)HqEf1YGHc|;SPFcPP`cZW>k_-FqJ!M&1c>LM$!MvHOfULy(&02~) z(<ILByYVJWeoEBOk#ycwn56XwwbyrEp?{sjJs5P!vosPjMNKuTMe1{xpsDEdlsVF= zu0p;Ve(Cz-7V}H^(!7>4-o*4xb?Zt`oGa}mzz^nH9%!0*{{>?@vR=ROL7=dlA*p_C z^2Q2q@#46;XFo-+RQ^KMEu1L4CbITTk;cCPbSUx^uR;uRDG8kFp4C2VraUL>1kE~% zXh)zYZM<O`8UC^#oteRnM{Tf)s5G0P?I`+|Q*=#&tV6akCoHZi8;vde0#k>crMIzy zdQLmh^ZTh*jE7@z6D)H_J*+CTn7ovT6{SR@K_#1o1qv~07?3%C;08S1Zu>m)qtK95 z0t||}cK+S}d$}K`{&aPF%=bgZ{~1p%PYlUL8ap%Pi(h_l*mRgYiKvTM_ct&Hm24pv zC?<Mtu_%<Mpa{;86nqyH6br9<Hl*yF-DsKTJm-&si%p_9F+{b43TviGvtbdGeX8c< z*B{`Qt9{`h=H>o-wv02-NDOa8q2!nwai@M&V7sh&qY*@i^nTv2>jRAIXIP+ObqctZ zYD3Pf_V{4iLrlc?+@|a}6p5lU-_W;rYzT1~<FctmtbbJ543??|JEY{p-$5;2=p>Ww z@sK4=y+1a>@zJ7xx#98@a`cXQgRk@C&6lZA-ATS?tqfTuL>+NA6g(=-pbm<0+Om+i z&+-=>%F{k#qIf!(GX5_@F_lwZ<a|$0e@UaIZrKz3Djx$rTPYw?EVh|ey+oD;H3@gE znDyD}y$UA*42<c&lEnhn1N`VOK_3?u9c?SI+^05>qr-B~D6cArUKT@hwiB5hDVM!k zyq_wK=x`gPP%=Bc%|yYb_z(v%QQT;;u6!PwOxuP%gR>)!bP4$@5Dm`gU`>j0)oHq( zRsz^!infAsA8G_A=@Guk5?wOTY`@^WLnH$A5esPJTABr&nc|q|8j99FiB^43_s<wc zygv^*U*%Xx9iqpKUlexviZVkJp+sYuBg>8gxC!t>!0mby3iwn{k8Sc!AnV~lJ%_}C z?+*d<)DKqRhkb6l%R8jA<$Q@}i@5@aNTK)QdVWX96ib`~9lqRSKR(vhk&&n*`R6+B z{<-NWk*1=@JtEPPUgxOH&LH_cw+~eW4m7fgxb8y{NTfm4Hif!8MBv+PZs@-kOFi$x zq&;|d1q71*N-Vt0sz|;=_oipLqXN?23u>@lwmGG@v1{x4X^A*4g(yURENp@+5jgDg zWdrB5PU}+qz5Wjo=`<1YcguEzuUDEZj~}5QDxUaXCH1iuns^bw#~X1|x{e8ZP*1o% zOPKqhpY!9wi8}_i+T43FpI!Qze1nQJhAWeYEBD~(MD^#L=Od%5d_s17yvBU80pDJ+ zCK%pnTn~^zgA;|E6YbG1xD{tkLM}B>XyR03ly4-w#Kl({<fD4OM-Ul_nWrrn5><?u zw6AVg5W+EBPAH|q7Q+RS7kTQmZSHHh-~QNIh=o8^g+^XIvzQko1>EE=EnIj~w(tF{ z6&Lw+!W&mE?x&3iNEHoys3Id4u#Ao?a8D@!E{6KvlAXhXor;zJ_@Lm1U=bi+`sCl% z)ntp@2LL`0e%oBwqInn+f3L`|A+-CoA6rlF`tT?ciwY%5G$Q~=cK<~MQgPIyjpa6# zUnSgT{FkF=p;?oDSb{nJ*$GDfUpe4_7Ukvsq3f;XQrRy9e2;&gRpR-|nh-s5(<z6E zlC65QykWZ-FaakQ7qvBaF*`7|;g82;dzU_Tuz_uC)N^%3<a_H*RTJ6cxBI^7BW~zl zzt5v6@^|XF&Ll0NH>VR-dNA{q7SEsNZoK0A-};L+_UW=h$JaM{YS(A)ALb8A;LL@! z<~y)*mr=7E-0XxyD`B2;k1d5L9kN&~UoCWQU|@2ng(uMsuj1}F(AD>icB=dJ!T%A^ zW8mt?yv5nh+?AUp$8_{pFtB*`@o{eqA?Py*l|=C!9s~BL^uxo5FVRl7d<OLu)%Et9 zqp0tTzr%^Z?Bm*j8zGT0R<l=wb~<cl``n>l`z;Nki{zKlYn_F&g=*Kt+HQle?yd(X z4o0qpgu;r4?yifuea$lNI-ON9eo-pamNYKEv>UObwKm$jCqb9fwMk>0G2MlRfI3g4 z+Ru{C<bhk#X7DUO$Pus(dSfGht9@V&_Wl@#|GmisSpKCPm3>^2qBvt74flkOkO__1 zjnc=JZ%pYCi(mL2IkVMhfk$EWE*5k4@Tt>{MZ~Y*<@(#L%5Y-erV~FoX5{}oSVfy{ znpeyfkCh|MR%<}ks~VyQFSUS^l)#Vlw`IP{#Qr7v4veOxyFmd5RF4m3jEln|D%_*o z^tXXQ(Ju!xH8-g*o-DIVD~{Kri-e~SW&4j=e+UtJQ+ON1jp=W<5192>Qf5aGxyZV3 zb!=jCnc}Q#3>aczbC#z5_TfbWpe>%gUtQwOySsD@S5zt0afnfZjyk)g8<6R58@;w@ zXMG&CFmvb<zz45`ssWl31d_21=R+9wEjQymqlkD<D%U{u6{H*fbu-2N1)066XTI+! zm`vwqzjuGLC$Xw%WP>%NOL*x^2DH}7OrYixt_U#K82NFVoTnv5w3!zKESD_IpQ91z zp9d&4NzF2U=pFMLW3N$c$=sn2d_@0d2B&x|dvQ+9Z11`|T*2c)9C&?1uS4%P-5lFM zC0I1{BbmKRCkCX_k2!*ru{5>Aq|ZYNZK1^bv^+ART2r&3{Rs*ySz9!VMz2evt1hjf z4*vAB|CRfS_g8;_*-DW@w8+l1>5UB}UEWMK30US9#2`m17c#|EG6@UCpHDYei^{i0 zh(&5%TJpR6%RUlhW%5=*)W|A>_jF<Xz#Tm9#j;IWPs2OX*3zhUdiNCSN-Yz}pjG3h zU<ifzmyI@o^Nd}zA-fj@R)9^9VOl-;UGOoAwK7;bMve;*Af4qWI+eAQs4V2}esd1| z@bhJU><BVM$dnqVKX87N7Y^Kzop2}-tt(JF&bGH*BCQ5`3vf|Kvd!p!f3*2GbCGp^ zL+`-(Z+p4%a}weRDhUx~j`4ecmFA4+>Aqd=J~yHQ@Mu+CLr5Qse)-9q#C*k*QBqoV z>?N~4ENs#r{u+h;JF-Aw3@1Mptr>+BKGu>*254I4HrixHE^p=xu?>}?-&nm#`ou6~ zuM%EGpgxP?qD{lpupKhmf<-9JU!ofORyLgJt;@8(!SUBwytgTP^J$o7b~o}-Af7Hs z^(HHg81R8JR(}Ua@P^&0GfEqI?e6HdiTndk;o{TRmj^qjXeuKjpBk^ZBV$ZRcAZyp zEV=2v3?h$ds)0!6EL?nry6&SQ)MhqRCd-XT;<Lx6UK&O}Z1SPi;k*qGR7xC{%L^l% z<%&Qof`Ww%ha0O&1xT`s&TaNd<oD2Fn0Ym+S_&QETeYLpoW$Pm*UpX#wEQ+*%EZt- zAKnmgQ0%ck{cQOgYcaK8mu8dKB+6q(d-Cc^=SifAk8OjpXG$s4;RL)ZmbiuX*fzHJ z(FA2Pitx&lCJ?1K-nSN;rWOz&9@h544{dE7;Sr|A57Wmn5Xgn6oaIokuoJUlb0?Bg zVn!$m{4;#yc#FHZ{p4ktzD|AI|N2h;yrH0HNj#*Cf}gxA?()?<wFDPA)t+KTrTpI1 zU1he>SYIjHmTiVG%uZ*kQ=7<X4o?qa#nA)`Nno18?woG+Dma#BI9YdV`**VB{ubL+ zn>do3oK1BmFp;&L=6INB_0)2E6_9u5y}__A47b_@Fy#z7e(B2R=WI`_A;#TWvrCI_ zv`#AGZZ7V4$!}4VRRYCGhnTP><!k~=mZrn1&xbuaM`A%~C6W;j2``LPiXSK-*Mk?~ z&eD)?L6JAXQfe*`ZhFwAo&xJCmdRKlEiBEySH0lp<MY-ZtwYO$8V4cYJK#fDZ6nd+ z6J9d1KPtu=U_d@}?W;4$XxaQ;BVDF~gs!=Ki>;>MXcqU#<**kE)7G&HPtoxE_S+}^ zOOy8r5kGJ9au>Fl#+9N3+PqNlTKz`vj~4&{bX43{--B!B_tgsdRZs)6E}bMp?mc2( zi?Dq7X?uvCENE^uKrwIQS_OiwGo4r{0J$@)>Z4e@Ih#ZVY2uh=R|WaBlUc66Lpnv} zxd}4m5tSFzs*A6j2%mET_9cA@z~5RE`D{ihYd=$%v1)g}WQcO4NPLf)o*yrGz$pRG zt9%9V=}@mXh#zT=nblK=;3`B0C%o|Mo(cF15ZWCAFbX^S@#4?`_MaRRagzM<7G-z} zDRs+CMb`p~V{L&lnrb7HvC_Mg^)-}a<z;K76vXR<MvM-dT^9u%q!drfAPMFormQ8K zpkfzJQ*z*yCJr!laWW?9EW+U@DIl7JK~6l?QS4(~)>^>MUom3x3WS-XtuG#AQ8S|z zn%JuxPm4sJW)x46gyVCxL=lD+$One)_Vb7%0_!yj?f3=`xvmw#VRC;0GGR-*4!A5A z5#>@}KmF@FL8h-h_t-!O^C&2rTa_^HdleAO4B&wU)-g#W)r(DgS`8Mc){HYB`>+;0 znX|!wU!BG<au34C`v#T#29p8z@hbqPyoFNHC&^|PO;4c{GFwX+)Iywv$W<(UG#H^Q zIgfXQT{xrU*jZIQ<S)X|?N3Jq-b089pcRqmm+Hn>yopI4mPuWIAArK42d3ZyURxA< zGsdN#XDdY*Abn0eZEoey#vjkZNU3MzKqDjBi=p?IQ5PU&?Uz%GL)c1X1$JFc+|?%; z)Aaqe@LKeP%&k+<tTv#j>n(WGSNnA&z>2*txZm=UAp*3;J>eK%JlC*rr4DIs5eDF- zh4iaYIMIdhOf~eKsEXp`f1v%+=|3w@@*UNOk?HX2Zi8T0U@Yi*LJ9_GCq`2SaAsjL zvGP|)^8!a&x~0(gy|uE~-GJjQewQn6Q10YC0`_^x1@3A<xTp##=KZp%hRiik@#KrB zgdDm`yRV%cUQ<>gxFC~n=*@b8MYqeK(?)*Wr~<M19)hK+cMxvoVVW^(9g+{@D0zQH z8$4K@)6a${zE#Ms#IE;3>A)X~6G_ZW5)pT@--mh?K1e0bFq;Ns821iZ(y1{g?=jw( zQo`4M11|lIcA`{gR61(q{0ZWSn|)x0T+wYSOEXpvwtfo!Mcb}he=K4^Ox^XhT$cS` z$eai8@yWB)$L#t0?{b>qsyM>V0x@3Vr$MuAsfmzmT@B>uUnj^2>Np7pADb4U=t}vH z!{52K^CXp%rY=OlMJmntYKi?4?k3{X(*^LKWhYZrQbkq?BX_rV#)I{VBAY>lFu=O1 z6I&0+e`OhvnS>t}Ew@o{t)N)vlsA+?>N$i7h+-i;n&p&4tt5-!hej*cUH+p|aV0kA zLGhUTh}Fcbdi`v^bC=;iqqDy${xv!h0{PcAEM+0%H(&>TR!YK$aae^2-pj)CDxYlW zZNT=EGQTN6!6GcIta~wlmGRD-4-QvWD01|MU0ls1+-JuCrb7HuhcVxxLm;*4M%<^A zXEI6!B0wHV0%T3RE+R0rRw8R!L;>R0yM53hT?}w@P(&~!<6jnt`&>*gG~y%Ef)S*T zzQtb!7$~G-yOwu-JN>R3RGb;N>;r6RLUR=UQI7w4{~Xn-mPMGeLQts@e{v{OoYF(? zV}i46Zd%Gn<deIn*?|QAOuqj=^%Hs!E;RMGz6h@S$)erIo@#HafD6Fi59S?|)`?et zhhCu4pCK1LvZco4+yIbfchr#jLd@%JV8b_|GK0jqX{Q~zPZ@$s?^Lx;kVNT$FJ1r) zU&JnFi^4#MUBd66Jr~;6(tZfSb_NV;M87M=v>;LY0t_%=FOQ8*s94Efvfjui_jDyA zW7whilQRC8MI&ATghA*}stj^{JU9Div&P<^(P36R@`E_e<g<XWN^Qcf->C$}53ybu zH|1UoQ3pyilTE`^xjX_&x+K619OoDe2;pKm7nr9g%Dn2)su&kIhO_>L1x#1PsIC)* z8xss!Q|c!JkhpP|_%xWtv!u19N9&(R995&U4386g4)QRS=QK-f!b6a1U2kSwkjR?8 zAw)BOG^BdaiV$*bU(T$A^QO`c3CNC)bGezjazx8aZ-({G@aluROzdCo48Lr)24Uh7 z_?@RT1||K@H$b`+;)QH%$JXMv--h<^inG6}WC(sEk9H`w#4a|k(w@#2$zlR>MdvA} zL<c+%c#e)trk}fj-BZHzjA(|LW1>T*B*dCg*S)cY5v}Q1H2JI&A4>hUi$PCy(?pC# zx2FuaY7eUffNjTD05_d4{h5W~*D>%IDmYdLM?)<TnL8Zrf{!s-4j-)`e#r7fX|K|! zeTU4~Mvmo`<uI-aH}EMJJM;}Xj&bpvqNX5%)TaD@5B^j;2)Dmx@bsgFOVB(tbN<N= z5VU*54s>y`$Y$mxsSlvu^L`b$qna*ycQZN_WnvzqLW=XrUZCpzxCM5NoR~$>iz;k1 z>F}gN>O#A8^H?r1L}68hrP+p|9B&b{$bMs+T&>?W;)=ju$|Tg7X5rf!=}AdL(~4F< zU79ziG!d0=z5X1y)l>}tzs@tiv-lk7YAaso%KuR|(+T(mOI@+BgKjLtZIB)AwvU`A ztF7luIKWZ%tCx4|^CwN-$OSKviOB13+HUew8f5bXUu&YMzdwt0P0EVY0|VjCuQw4) zk*+)y6=M#3Ea8-KuY^M{!{u@wAUe(!ZnGS+KG}6Yb-i6V0CL=8bTLx*OuVHZUH@PY zu*=1Sm+W2fW*Aw_)*Qe&&1p1XPwQLYr4(_=kxZHuPO9C>aP6V)?~hRz(oSatXI_7n ziP?<)$@Rc}C5EyYJlR^vPb<fk#9%>xaw+94gD8?6VKVJvbs3pmhP{1Q#$pRn#!i!# z(uz>C821aX)82^1&Idhz1w66(_pwSRc}%;rQV}9PzauwsF}ski5Mk$M8||itGiouc zk39+3YuqvMJOhfD`1X3SOpA2!rKv}>sv3x{el-qb^x+rn7!BeHc#mE#F+>D*4U&A( zG(lvN%hC!|YGamQ;z|j0?@>CrPEIPL)9H^mmq)l@amhf|TO?rmgctL@C%a(?Cn#`i ze5VdJ2Gn2-Kd=>Qq=P4A9ppbxFgTQ^^HDGnA@A0_Gk~PdMLF$T(p{hi10*t*LImc^ zDfnHhhM4#6k9m#H&T?qx)DqjpkSn7}M^Q@if{d8mbQ~H{l(G4YA^1}ZSnr#EtHq*& zELu0>D_eQ$C)5{2pXO?@z*aDu_CAcR#i|Q2gKoD~LQ%{hQ5yWdA(q`gnxw&`S6;_i zN(q9EEpYg$lu|%$ydkPYuHa6en;AnFZ$q+e4S&e{j)Ru<&&Hz$OhejQ5cPM+N-OEz zDuSIq>&{<t-a*L}s8L-EuRT)BR5(l)HJB*(lZn5~>#!r!_n*5XLDaR7kP~k;Q70b= zTFK7av^4kj)00Q$MM9uf`eZ;4-h=H}5FtX|l}Nz12{=Hs;GWldRkJ@VqozQ^SnKL` z#74<6m~!ZNV?Ee9KYwR|OLfki1fwn#SUrwpaA$ZHA0I!>SJ_omlvtBnjv?Og2Xl0z zeN|Ae)GOQ2!;t_2>^D5soX~}Z2?tYN8z2tD#Q*m2m%XH#S*5B7L62*?byrh-B;H@} z?Cu_bYdFCNQVZ~dPa@$W?EishMe^7XlggXdPt+%MpIrV9Y<2W7gH*kr9-9}y`)lo? zU*-_xWT;thB#!!Y1S>McRYyQAo3$-7vljqacMC_Qi+9FQ%tI;s_jyH0AU$oIkkUs? zdM?;x#t>}q+7@Bz54>K)W>qH+^)LD?=`;@E;VarpKfV?${V2#OjH-^$iPv6={@dm1 za%IWoNzZM8M(~#DX}RTsayAxt>hh<P1tcN&*#|8^*URUdBzA;)5RkwoVia1$RN@l9 zFZ&T}a-i(IS=3fU{*plJ%ZaA)#PQBsqj`_U%tjZpmCp?WRIM6=rl<-GVkaOdAj+7k zL~c0>scwbR4%E9p^dRFhrS<U#;8~C(CUgU!CYxaSik*RrEn*bald)+TXC`X$U(m2b zcH_s|5I5DTjEAXkl0HFPCQTG3-a^`5RTI{n{k#e*07p3mYE+utA_c~?co>rRgW<h| z^!J(XnzV+HFSl+zB)(vzV5yi?CIZ9a_ZdH90Ut_68JJ~V_a3U^FceF)&$>c@$#f?G zUoN^HPnCYwQmsO@_8wGs^f#J+2j|bYxiH1*d&c1u`J_8)PzarWabak-yFlQi&`X{1 z$mDld<&7z{Ke-m_<^JHkZt-k!-r%$GJ^2!a=7s=9$kGoDjvt_3ky6eO+7G(beD5nh z3HQ=2W*)hpIF5W6z7&hPXw_$kS>D}1oq%1smj&8u9jS;`x>5dMEAGv^D7^fbYvU5? z5r<r`4F)2Y?UiqGbm?CYpi&J$c5B->6(;GY^Z{+XXE~IDbcYAC!K;K{LrX9z>qHl7 zyV%6II$M56-Fr&_KUdf#ZkeOfYmW}kHQ?y#=W4hv?ZWhfx)DiWW-o1_lAaqzm6U6= zoY$6f?5}gxuipu4BLbI2+QPY8H9!cY`9+sa`E6^t3A8#3aUfI}kcQq->lj%x;@Qqh zd!~i9av^}Lebc8iQ#FKUa?JUd#cfzqONeEZZQL8tx54ow*M{TAb%53YfRfZz-(1B? zTY`(gChLRNB9ew!OWPe^#?zNBtP#~4TmxydX$!0o?gnK$-W?P|r$DOWfq!}o<i;OA z?}BZ_)e&b*XkZ4!ZQ@VC3REDjO3BddB2*<TFIp_zo?fUj2D|A5MkCh915P&}{1ab? zX{L<y59NO|d!u^_#E(IyZV;V8Hy4YE0?3765+jljS0Ae-T-FZfc-#=w3c0#DhE<u% z<y~hZ#bh!O`PTE79FZTCa*~<DPY{@$X-P|pwCbB~JP3D!SR_nl3fZh})=!&52iZ}i zR@&4AMXu10C}JdWTt%MH1>I!&Jqim8FoY+2q&Ms|R81eZozgqt;OM`qisj0pcIp1w zeCim3{rr&}&dfawfk}50g@0yM<x&$-)l`=coM4UuyktiAJ{pB0!UCF^BXC+aKU}&$ z4MNXts~>T@bd%*$yD!^pVvxjeMzsh0UibRI|1tC3*JiB4z~Z81hsiWg8-ns5d<kX! zxln~B`zvkB&t!_RtZW<wrUKS%;u`kBN{CELDSfD3-2Ozbu+iSPqvmMUeU(0p(e&#p zk;&A)bmnX<d5&n#iJooF9{eTi&_9#5Hj+1876n*fdT)}G8P$jbl>i8~fg#EP2aJ6T zlOyOIAYnDI^AW(!S^?)hmRnz#o6pZ3vZy;BZa&4lzVHD(##zW;k^F8wcgG|elUo$h zegdas%mjz(#lKsAQ;2L9Plr=H%7qDzbN_dGy2BRT|I9N~XWl>s&iNy)+2rvV_7aDM zA>XB6+Esxvh=c`9C&yW*<J6SC8-h6|69?c;Lj<$WUONM4zQdVC%x439dQmgo1RAd9 zEw1p~p;!!O%61p9I)$Feiq_9IR)&z)r5J<?rBZYx>znlYVi;~2$XSMNd_bCPhwbjf zlK7r>w0J2>IXhlfRuKdlm~P+>^KYCv8j3|8eeC0}UnrU*u#yD+4kG+#0A=Du99}jT zuZp!5(EUo1fH3jbXQ%NTkcT*5J&COl^n5Ex+=zn(M%PPb(i;=>sC<ai-5g#ugb1|Z zCM$Y?l8AP9HK#a=_rd;z2z7-;Ze{^Uu!?1t^nzJ9C^H+-e{>vTnEH(v7%m)J<xP~V ziD(I8fdSj;^7;Vo@ng;0A0MJZMxj>1fN({0wMtwdec}lQS&cH1h{MQ%4TLTNHEI{J zEeH4e`Bh2+uhxB9p52)-at?5?I+24LOkk<Z4>7vsV$9fugM07>=>x*;SWAtgCst)= zL@+#*n8a-?N<WC-LO<>x4Mp7NPAR7NS5h%)LPk=(#k(yKI3}Ws`;sc=+n={$PL9CZ zE>G;jw#Rr3>LM;vr2VMaF`64~blV6zrb?gS!;?Jc4t4*igpOxb;BW!P1OZ>cm@ecS zm>-^`qn@1QAtY)(Lc2KuO+$3Ww1{$rf|Cr*mz4u8EHysGqe)aP@oOFYPG7$|i6s4@ z-wHEr`}=gaq{@OL{t3^3UcrZgi8Px`xg2dwKu2oM`i3xpoI|`6??v7hq)Kk_#pawH zWoOJl_E++5zTj3%#~-ThkV%mhLTy>8Y?XZ?#06SeY9;=(rWH~=aFWb1SkUw|mBP`e z0znQz)nr2tZC}@x4&p9e^<A7M!P<(@RDff+>501zjzb*=oJh#7!iuuAFS>@0-xpjw zb194gn7<ijv~fzi2nH(X(!%hT7}|ylqynO0qG62Z&}0`5^7RnGsv{D_e8Vi(i<ZWh z4*aV1GJ?21myBXJrvw!q9qS!?7%=eLYgxXrEod?#Gk6T7V?Ro%z!nm8$;ZXnvcI5X z!T>pv(4J4IFcY-2LP;reO{8cxm7=&2ig8!)L0f9ZuxPRCeFG2hxi5c#Y?8C+u{f&p z<piy05OJL`6<Ji-m``!E$|AN;aWwgh+-6j$3GPNPTW>Puw3sCOiC$3*mhErYMVh<9 zmzYP>A$ZCuF#1=+*a`Y|9_u4oe5rtfBfa*7>~5;7;rAZx`{&;O&-pc@tR77eZ-%M1 zl03Q;9(Sel;K7;z91KN}osmmWe>O~a7cx3Qg?orXs=Pw3J<d<~VWo00T@5WbikjYj z)=8Wvkk`fB=DdamCm@8HV(GJTCKkgd6cZ*~H)P+sC2|ZCIqvr@PZ|iUag)U=c_K6I zPvvQeEfR}N=3V&hjNPJ?Jj+(QC2Y7uDu{)V6pUmq`!=A)ZMdwy;t6j&7UNqZG;K5s zG1`>f4;@rn0xn)dHrH}r{+7ExlXX*_W0Y#{9;Q-4GGqe$A3tT&_PUH;mN`IZ#d7pL zLC+G2Bv%GE!*75#dUi6`pR){zak{eI%k?(Ly@}|TUr}YzViL*X<YWsG!D4AWOC1{! z`mJ})5Tk$5`iLE)G{qrTa$m48Ge6cFhwmOPSuyaj2&fV(mXP7me8tMP$F30}rgSOZ zfye4+U=oQH!7Z_j??e`5qk59^+nW8?`r^hd(6zD0ADFQ5;bL=Y^V`9*>m3Q3I=kUg z^oWfx%2M@9N@CsyJmF>jE{15m`E0{wWwWk}y>?pOLof7f(w`jHTWuK5;*CWxGHtpR z@fz&$$?NKktYNLw2j^`H^MiL3|7h)2TFVsp*`b<B3pne%&yJ>39i?CGokP^B7%zR% zHD+_8%7BsI<FQGub^S1Jqwp<{w)Vydsu4&vS6KA&f#;XF1<awTeKO*GHQzBg8UlXm z#!`c?j3Eo=NTmy=V{})IeKG>04HPLya*Qnn-Z?e>G8OUzSZOsl^;KFpq?U-{HQ}8d zCmLl$z<b}->OdQJJmXoLGE!;*w;>bt*8?xV-NXz3C-Lrb9f@Ml{_m7})+C-=BbJ&= znWXket;RFStnT{z6L3)Ls`UB{dVQ&DQ~wsrlPlwoZ*3GCqrJ8Rd)Oo3e~s0)t{FA9 zX#`x{2kn#fc9R85;tdCcmjvdjU=)cOSrsXMM3qbt{>T{yn!b<d|KB|>;OXBRX0cs+ zdNVZZ)B<N6D8sAB^NFK~Pt86j3sa&`T2pm!v<7y923IS5#;`{{`0i0pn*YOrBIdyC zjk=;ZP!8MV%-vx2H@v(g{O1b4sneNUK7<LFvl~~BNwZop3e1t2;uFJlyV`f6-~%N8 zY)V54lI1I(F8uK8fzU5yYmLsQK=!knr^3sf5us(tES#X(!!hE`k`j>=Xd$HcM`jk7 zt+)Ww#3sV^@*&38_ocevVN9u^V76v5_QNGy4Oj(SzdzVv=UwY(2x~Im6_5~Q>-!=Q zZ`Bhp9V59;W1wPMs1GfLs1+UQ&tGyu`g~u=anf%elL-&OCTptsqA?^BC#hVjgbm+` zKL1PEhX|ki>!w2t!c=B}B$<#?TjT2k@TL|O{QPSj&G58}InCtsK6JCUI#uvsuDl=& zSIPHNoBoB<0bno<fB7!XMLtMijV5saPma#ao$4=q?z9Y(h`0%VFOG|4tymfjMkZ;< z%DwBQks}kWG<B_IdSgj#$$G95{-wv*`U?b$!%2gR3KHfw{q7(&wYf&O<R?r)%yvG7 zXHh2BvOFSd6*Cn7X!5f{c=$E-2YLO3t#yn#kMhL>m14PR_9iOtRLIiJzSiiA5MN-t zkcAZd?NAsGhDLDFYrW?gr~SMN`Ogp1q3GPYaGr{p+mjaGz^mooPP7%*5B1e52;rQK zxk<nA*xSvL;LJ*|aJ~gWt=b&;{UX>AJ`?NB#aa1DTgEx##a&V1sT2*$PMBDPICD;K z)RygDdsFRtnAU8-g%8Z<1$YGP-~KtK4CL_`qEL611|@YhU5<nmUCuQRooXaifHhz; z|FE~t{SJ5t9@?PiseP;IKqTg%0CwG&dcJKIb;j*bHS8HCPGHBa$f&Z(PMmy*Z6ekJ z04Y{=q$6hWKEmlNH*{6rL?8fL#?s~NL+&CCI}E)H0~J0i4JZiJ<{7kKoG!m?zeGkx zCN2Q)Z4xLcC`H#c#6%T{<;WiZav=%ja5L`{55a|g5Ci(qs>lkVJJp)5)?bG0Ij=u# z)pjGyI@Tb9VXya*TYEQog6_rwSC6aLkJCQM*7m|Tw!YUC;gSx(JN)Al5x&*+^{yT= zF5gpq$E}uXKL`&D_f8bsrF}*047KMsVe~%52MiYw+~UzF^YzN>V~u+?@2Va%-ay*{ zyE(z_7|qlXA3EZTKZDO=@>-e~B%8K}pPLymDNrAQ_*Y8s9U{PYyk447CM=e%_&L8} z04U)xcgKlsv)pJmoHlxr3ey(bqJV3a?(3P#G;%IxKFZ#~w9FCfGm8*fXbGu<rD2?L z6mR4k{+Oc*XdIH>d35@51-kt*9Qr{=&qi^#fde!+%&Qa)30;R*)cv&{N--9q-qOO1 z2eCf6G<C5|A>0*#X+u3~8HPNzgRl{#s)kGU8*$R>f5(g?gq?$CSb?qTtTO32X4EQi zQuPL^(xlH{e~&ehpD>a)G^pxy!2;?Hl8yy(mlUv$yF9c?a39U<sgW6;tz>)t((YF9 znNYFT(a4EoGj4(a%YKk1;2YRfKPvnff;b9}o#y?-MNisb&-iO+LfpyCvsa{{K^ir( z;^-4w^VrTb#`Tz_xvidFYb}dl@y1%L3rS)MgKDa2D5AvHxDPrO@GB5f5$7xs7KbA< zG&~GeC*N_fi}PlCI`kw$l4Il>pmwyXuBZyz0{Yrv+>R}dReoP&;scmD@7<6c*M-J- zt(g!x7w`Y9<}IS>#bs&mk0_%F2b|CXF*zYcy|6OskJt7|9DP4O3yasbH@lzQ?yz^% zsJ6{<jG;KmOMk+*H0-IzY*FG&YzI7G=xNc-KrBTXGYL?gjH54B2!usciIXC*W<J^k z4Kh+ws-;^=f4<VpIi2{o)|&YH=`BY<(<9WS8V*aX-iVT=sP5<I%UlOrm3P}{+n6tJ zv&roHGklbrG`trY`CLzt)6C>WL}QOeL~RH@EKkB)SJFOl&<a4Qp=m3n8qHZU>n$9T zla6!2d5`~c`t@KN8tA4uVBfbhsT@5_4WHSw|LP3b#&?u<(1~3(sazCxi-!S{<vmS* zL&`Kr;-Cz@VQr+*@Pk;e3l26X%C(}mM27;WZL-MR9r^$KK6o_Vg6Z7QR(RYMWbJJg z<A($Zi&-w(I<VF<zUwvpVIiVS=OEXSnWOagH0(!iYmMx1TvD;Cn3D+N9hj7esu=3Z zzm=vk9p*G@>81_@P8?QG^sAOVom8iIv;}lExWh{vx~*E=La5I2t^=E^vx_B+4c{hk z_ikv58!Tv5EkM6Cv(j8HVIiGI-X1?HeTsJ4sJ!OT7+mfF6n+rNfIRmV8CDIC>9ntb ziPp^dw^89?YdWj%C`VKm-HI38-nCUF=IetgF~!~kPR~^`t)-oQ7~bl`0<~1ssq%u| zK3y<CW)o?&+Wn;pwX&K0fWJNn%t=0Nmy&|V%z95IhQsV{=$@B5`fD>oj?raEf+S^G zQan3QT2zIc2;J_7%2@ZVM=8H_x|=Y_ip2~OOF4}&vsun!BE&6WN`!Zw>`EeSn_(is zB`n2TWQo=^dt!I=Lxn0-*=#(5Cu6+(VBfAk3FDzqMKxWtJ3s)N2aye51-DqU!>mnb zb?x`_KieKhg%*XdIc#Y*=0C^;OlO?|VO6Edp2@B_t<%A~8X8R<>zW$PQ1LzH5tpD8 ze-UjcXL>C13=(pcFvN#@S+`epqP@IiVo-oafaK|!k`SFvVj)RZjq5wr$>HPchn&+B zkqU^f<DpLzDnUJsdG5RE(duRXT3u-W&RvoH;2{mQ$i6#pSU~(Dz|NXmR!NNR3aeUX z%z81K1W?kZi8TInlHM*|tR>idgA&bqz25R@<F!QC+KWoF`1$HFoZ7nl4<@TzSc?0* zY0r@I;hyG*+uep8R-C5mYmi<)_!zpf5-}J<OCX!Z+Uj2trFV#VN^%O4?u|(itu+z^ zZdJD-bpXXjJ1LK$AM!IWP;o-+u7v!kZDV#VCx6h%vI=~2kI|K(NmK0GrvnYLeIskq z{mcfI=%~t1Gl)=rm63iV5MwbTxniflCB9&BsJ^U4X2FFLdf`(OanJ)eL6MFQ?CY01 zeGJNiIz;wqHoRmlrFimH!z=Tst%DJ?y45WzdiA7iT8jaxdN`EQ!Da~5u-I(WT#{%; zFWSSFUPA+cukDcS@q{yH%l2K@?tR=e(O(0)+2v8nC`|YhEfb%kUz$~B!K0T^x8O@g z%_nK^b`zVtXLDPey_+KgzUbh7Z+TmoCcg)WYvI)Kjz%2WALq^5HOMFS^`uV<><)5m z+MhJAK1)k1c={0UjhzJ)*a=oUxFVKREmh6(9Gn(I$}{l8&I0bQ83O$|_inyP4uu0i z3B+4a7WHD*BOKAi(Z(WNNwkNl4?2sgK8l|b#+tHo_o|!~Xa@PY5K8Q;bA#LgxTR@L zY)QZ7k|;D6^$V<K>?U>I*>lXzf;4<%xN0|+M42jOP0sOi$d7Ppz_~VYl7@bp6?p^# zF28pbT8kmBvuoF`X14B+69S_uaK&`v+S_S(R4NKfW_%mVUkdC;tHAeZj7prWuOH0v z79BIJ^0>}Hr$1e*hS4BgHOSOzQ_XvpacAXC#H&58Qm{A;#gGF3Z1*g2-Dk`l1$g&w z{UF^rCEJ<HoStvE(>!*Q^R#DA*XvA!F?2@R-Y-Z+EIi)AR6uO{(&E%v<**cA5fnKR zjhfCb&S_GP?!RcKn&*4@%+?P-95+PS&2}a5U4C*yj=E$4T#QmtkVEmG*3EUS+OKft z6}IvcG~0P+m_alWgtmq~8(&>@=*7knqhUe9(hU1P*j)dVMH-Xsy*A-0WZwI9;I{S# z4F|Q5j*m~4bsMr5MoIq>F_OBFdL7-=xg$BvD8w8Nmq0A*Jmg)Ut6|_OM4+;vZE&y@ z7d0_H{N*=o0iz1uKGA3kWmw$gQyfa>+5O(HLIra>wWtY2A#E3Dg|L49zPgf_$T+rk z65JSTx?Jb6voye_KTyLghenBFv-35lVf<+EC^C)*)Mc2seY)_o8!gVOj<znBp`;p_ zdcO!I^XXk_cv%sBcoT7SNqnrH1xPTH8d2(f=~H}dhd|qQEs63G2B<*}k`7jrRdQeH ze3kUxzsXA%eIF>3%~8{Yyr!CC^r!wv08nYdJO8Q9yECDIi*sW2REI@f#dD&FA|Y~X zx;UyQZiTxW2uaNCjRaQ`E2UFLEHq^#?jT4!Nf%D{CFqwlYwrggb1W3`5R*?pra__z ze8eF|Rwf{s2TXAZ8Q;GU>gDqJ32iu=vTqn)#xnC5Sj(d#{2=JAx*5}B?@WDtsoZ_Y za*1YW-IURg{0zj0Gqn>jk~HtwPE@io`lKeB>UHg9T<Ud2af)+#Kv9ce`-IPOnEA)! zaS8kgV9MExk9~Kxn8?KMB_OD9XF;P)ZOm8X^5$2KERETq(esyH0m{@aHEPNB5Z2)9 zTej`Qu#sv^?do8dqj)W|9Hy^_7!ZSn)e{v{2p)L7v=b6nfA!bvE!T88s)>*!jMd}Z zXJ;~}H8<o2+(k*U!v!#{{0$<Tx8ob*a~b`;f2MQFQfF*UEiz*wcal!ngZwgM%k`Jq zQT+iRbQ2m{YP_-ITXvQxrgZkr0+3FQJ9T_4T<2Ej`tLV248HT%<sI4Kfed?-lxG)3 z^E(zzU3Ad*75iX^9|#8?aKK0NP8EWPIZqD{(oErc0fL6&^1g<PaZJLZ5DPn#FZDFD z^Cu-~6)&m-aAq>uUmqh*55wG`Ci)N7S9l7we9Iiw?(is?RSNqsIcfgQ|M4XWTuiy@ z`x;0Xj&3A++$=PTJ)^o+x*h=-TI9fHa#8>t>ORa2psVn-f9$be;*ou%^A%a39-`m+ zMVfu^IEICpqO@*R@Gk~TasMpFm4`EgS;<+B>+L)Lup|HL5j2+lTalXcZi%P_>jcb* zd}f-+X=7}#U61<JquBKeGtwox4wjMhN-bD=*eVReXRc~)79&(i$$T@iseF%$qn#Er zXMYk!KhbY*+%I3DR}ZSC>N$?nhn;N?kr$YX2biU8m1Hd@rd&<s$qchf|GAMWl6gtR z(s6oL%HvSyONKpYZZ#_PerZ&q;^Xt?g1>|sO`+5dnPIlkKWnj=`5C@x`x%NMZ$J8X zkMYz}Et=BVWS@DX3`H9$D}Q`^`v!FjpE^1_Mz1ZuNl}$&D*4}onDXNVvKXhCHQ}v% z5>5{frkb?u3}I&yqoKbAcR8sS4e6r92b5we>te5M;d{<{Ry#IzYiAna#2qoq98*VL zbUjLmf95C(JUhdtQOCyr{%!NEw63gFYv{Rq`|SPnLz?&Y;UfjlTT-7niDUAnd*_b3 zL;7`(p)zi(*`p$24Gi+HoRWwOWMR5M{zDz_z;MY@VoFnuv~<HN-O<gu^+(lo;o7T= z`xd^+Jdxlu=%hK%c!KZD{fzXJMtUQ&kcTH@474%XA+@!KneEG$g%MDu;eM5b`r%D$ z8pV(Q!`4^EMfFAP5<_>1AThwuDbhXU07`>2(j`cT(ukxmAPfx(LwC0{3?WE&58d5( z`M>vmyYH9%J7=H0cAuTkT95Aw?t+J~5tLVIMSZ2)4h;sbspD0fUTNHJMkCAnxCAui zAv&zml|Q-AS#~QzJ7=1_^?Cx4fd`ppZ?)gk^b<9Wkr%2qiBT`i3LavAuQ3wt)<SoW zNdGJN7UP!5p*9lkXl<fg3Nqn}VgA;H<&x&a)h!Zs5@LC7-X~f3^7?CY&y9nhkm^<A zcBcEYlH%ttqmMH=ax=Wi_0`CO{>R1R<A)K^<S()e_Cp$@w|I!^9>ViqCW_&JQ>?&% zcTaepC<+?d{lz9UOasl2?$LrkK!gahoT&TEpSo_!`U$CVCxIL6&FsSFLx+;#YB-_$ zbuWRJU`JB-zkzeCxx@K#Sc#wI?>A&+(Ib9wt2(gS++SN;m}1`-z~*0oA8og2+wMS< zhPpqO-c!csO%b|#Pi3v3F#Az-kW1)}Qi8OMonZa?-a-TlIA&e|v~OurqO?LYu_otc ze@BL2|1o5*#m0``l(Vug>t6hmRd~MO=%pMnaa1{GlT8mfcyY^7(oI8EHuQbfcZ&{! zB5jQLUbyhuBI4L?_-err$g5L?4Dg{fNIT~9?xsJReF*rMYH~$UcR&}Sm`#r$q>bA2 zO7Uhv=dMJr7nKVUy5YSd*srq`b|6{Uok=5VEMAZ3C93>NIKc(EDGBEN_F=)<u1o^D z$vQcuS{+i`vTAQ4-NiXB(ROd=>A4c3D9$E+wrxSaQ@*fYClecPTJgLwS_sqYbE6aT z5VysFzgqB(1&Y@v151FZi{i8_1iO_cMfqsZRxfBG&!ox12VO#y0eZ!=urRKh>TTbU z1Nbhm&N508S(&+al^MS;J>S;nZfw-xTnBL7&ueHf#KghP02?_>mvU1wN9~h<+G(Z! zgiJ~p{9)5`48;$NQuEay4$&=^trujaR@Yga#JUYu{>I+?-R-?Z=I=Vnr2MGf@zXGI zY3g8s?lVmrTsAEOjL0)Uy02RGkbauIiZ$_!YV1d0XC+VO4=Q;HhG@`5bE_oT0NG7m zo&cV&2|2F3skdMvIOHu`t!3^0DC<XYopf%tQZ~EXg!x7{>*Hmk$HVB)Kmr3(YL~6P z1eq!UC|g4y`kj`2&ML)8&H=(J*X!o87+s4)V^Xaw^OwTMw<qtLBH<SJ@8wPfUh7oc z=#U}*jtjSaBhNG`xKgXen>=E4Xxee9?cK7G$X@(ifuohZIUV`h);VCW(_5y>3d)wQ zu~?&-d5eY;!ZfF9HsUAF_OI6=HRm_e7uSn5SCaKQGUY$ID%{^JG%X6L?pmiA=nxE7 zjnlJOm@k#~uT0_WzrO7ZZ9?;Nem5G9VionDX@+QJ1iCz*<DG$XB*eWt?faYI)HrDB zbPyw%_RI-46@}QeSp1EhZgm+6)o(04G_NO7?ZXkg9|OQ>k>oRP@;sw6)wbDT8W<G} zis_3d-|gyu5GBN&1;FxkBG(;)<(qbY61O&*Z$E>x2ql$pFB(q2=o|*oY*(Nt+$0b= zL5Vhn09wHI>f66TDX(A0TJ@xqo3#4q1spinJ@`PDitF6}nO^;~2i;Y31|0vAjtjp4 zGY*wW3gn^n>S9DzXMSr2v=xfn^@#vesnLtcOH_*biacqQ=tI0(7i6hiy8w_w+j=_5 z66uG=#Zg>W%CR5sHFP!9rLz8_i9T!EF5Cvzs=ba1a;=kT4h=D*f-0#M`2fd%`w~D2 zJ&Ttg!$We`|DyQv)V=~cnBEb|ov$}GHBCzf(rik*zNbX?xV~tg0p_`RG?Z(jBUf`r zZEf?^KLtvONWMWQe@_HoO&Ixswn+yJe;HrG0ulctjQJCjcZ<e=J|P(6P{Fnw*i*uH z$0y1l({TK|@bh}P6oR&!3+*v+@V$u&9x_ig8MDE;?P7m*^#XxFyj_kv`DF|xG-a*D zYBX?%zf&th{fJc-ku}NdC0mxErKH=$lSb_i{jm16gR;^eB;=+_WYs<?YFF56l2`PU zL5EPP37x>-KwKE#(|mY1YH6yLVN^<%D@0AeCS9ZWagaWavTN9+h~Be6Bct@9N`TEv z3~3GzFAQtqvU0cp1C~-Vr9Hufx=Hz8y2XID!Rru~cqqG8Yza!W!qLK_mm(>cQH-Nk zoCrQ-nqu5mN{BrOjIJ&LI~*p4#|xQCb?11>(tPOyRwVVg7OE2=*KzxH=jOnQpN?8O zJ3D_oM-$(O>sCqtMiY%?@&%%2afn;l4o{<rk)BdKg%VZ2r&DakQOfcg69d{rR>4Gp z@A9Ynr}E-kZP1Xz!=?CV$h{yBIbpP72Gg`LomidA_zI4NPJ@@>i%krWGCHk^__YT{ z*n8FnDSYPP7%2q$W7D*$33O`aTj~9&;bkD&xcXdhP}rZ9nAoqmY*kt);*APFzKig& zp3xLt<inVVHpAopP=n>h#8~JU`}Q8Uii8jajAN*C@88w+GY-}$l@Nf{)G0%a!z@^L z+;o10z~g7f;ty6uv<OH+ExjAMA@Xt@=4as8ZOW=eF(BpcPHy^3&LYW~yJgK3$0<~M zicR9SCjyy(r`67%Xh`q3C43JjfMN|gaa8CI#PhNkgOox?G{I7tTPdsL8p)YvQ?WEs z;U)XaCxiIhy{wC;#J#LS3;NU1_FeO-p<og!Vy@@IYebW7c8+_?>`OG67i98<X+X_` z&rtB$9!;B6H63M@Nd3pe=xJyQsHe+#A7oozXZT6>Lsl@L(~I}c6cCj!!=bews+%^4 zQ<&_63P)q)`+LlkWV@od$?FFCy(?C2MCbqEtqk$912U&hDT5WB*rYc(#vlo`L?Jad zU2wnRqGVXA-?bAQ1lFl-M`sQX$XfGT2b0qj*KDCeQHa@d<UGL^-Z+Pa1qPS2b6_QU zngkwUl)3>0M?D%KJflfZQGv)RHUzmdU+4J6YHSojY+dh=$^P@keQP^=2whnR<kTAr zh`L#;;(<IFbN-!l2aRBnzfVR5pM24`6R~s+j+NTO@rAjU9r{Pf!&&!%1$j++0vn_4 z|5`2gtbBpGAXIorR#*H!cd*W>T(L2<?U#n#DZ?`^i4EYAFUa~WviII_ciMA&T7T;( z$LJ@pNw(OyBmW!yhoM%gqAj(6C$Ik^F+u^2bBg)I;;){d_fjcQkJfo*;l1WI&BLyx zz*Vs1yYsPWkQ=#V;JILdPF&lsguFnQ1-4z>4zK>iC;f9nYf@x9mRI(vy{(NL%8@`9 z%XG@rAOCj>liI}jH<Mr#?VpyNt_{*5Jp!0UZT<#wF67`rzCVtp4|4Z|jvHE2Q|geJ z1P-C{_QSFP#L%WUd<;zgxM)lYq4dFd|8p`{zSs}i6U)r(Eva?*7G*%!``Aaaa<Q*n zNp#Y|`2y^`6GDFJ{5x%#Rc^g{QUE#5Hing|UY0<$ZG*~Sx8LHlFSR#YUG8Lw13bjw zgcGiF?=hV!^bKOL57^8qtz!WO-XAkK!HDG8U87RQrZ~lb6@FrB9s;b+TBydK<lP_h z$0`XSLJvU>wk}rR(p;hWI<-t~{TYWiPg0Ko-5ii)+7W3rot9`?1A+Gi=;P_5{@7Y; za=KNyC2Ak2nk)Zk`>8wXy(Q6(I(#*bc6%+%kW+$}y|@9_gNL(X#W9<)GKl#j88tHe z1w<ZEh9evpX=%wp6Xru?XmoMOjcB*SxbCbpN)|n7z_Ek?eG9#^0GB%m6KstFwk;X; z#jwET!u%(Z)YA1=EH^i|IR$)Vv%7U08skbvVV(~x=%RRfPU%36tI1NHq&Zr^o#~CW z(_zaNczw8#o&blwGk%crfQjHJ=Ui3#qHu<3O53Ave)l&=RVnWWDqPWCQwyy&`oHhi zDUZlQTHTIMmu6afVp_4X%V$oQ3`u_rOG*h&DaU{boiR)})_v^V(*dV7^W6t!PBok9 z6=xt?H?N*1y%?c59XvR#(>r6jj2!Lh(tK^sv_%HW>KP)xDy>>Y%buvdFZtoS-wpz` zms*-6&PA(o?iRfNO&5BdoNJkV6u^6V`8+y}Is`AWojL-)el*Xn*GI>Bh+x{OAM-|3 zH{J!u%9lPmK<gD{DLR;KG6c5uNo>7h0N>}Uph^19p=06J{)3EniHSc?du0EOvjo7F zYCS4=^(d856_}tk0u_vqyn6lsdXoI^lTK2IaaY(YC-VJx1j)dQP{8Ma@DdVkHD(uE zFRlW;c?i>sYW%HrPq8}}DPbtKd*eS>GqaU8W@Z1kIcxzm(c-L=#J9q1W`O`-3NXi{ z>KBAz*TrBn88f%#T<ZxF(KU~lwRN96h%E@lWvIVZu9AjX#ABsxvF;lpFZk%Qc6GQJ zX0Ckr2Az!M=`Y3QRYgtBJdn3-fkoWy949(fz7AWKxEPgIsVn*gBr$X!u^vYaJpA6v zInWz+(4-**R>8XUo2p7;l0slM#Vz{Hs?htcDJB_yj!lfNsU<~b4sek7$NNQjAh{fZ z@EeV&BbTzU?6tEq<d9*g$`Ot&JP>lxs-vDYPp9lQg~ywK^xfh*PmkJ1JUaQ`OlwXP zlBXNZdRm3?`X7%KHk-9`%^j={BZdr_1Km4lf1+UE)}#jO>?@$LOOkZqBl5jpH9NlV zi?=#g#9O*9>Ayx-wN$E3zPvc-ciY&zYi;8xvr?7}15RaGk>68B=2z}j&)H1}o`TU- znV<{l*uQ|%_rniBQYt@}hlNdEd>R}x)oc&X%{{??@+~}%&y2YI8qfdmE2r&^@|~P8 zI*A>BDj6+7rx{dVoayrAJoY3t{0zQhC94x{6Ay#Yc)sPsJ-2Tc3(7C5knga$4)^z> z>Pao<(8Cn!x-a>I5)Bw3@Y#1VS}Ohx!HN0P*?Wvby+GHFsv`A+yZPa{Y!NMQJcGg5 zVfxZc1mHF6gB<W>{=6A3^sC3Gl~`c>x<gU!wxd;KY@%47{!Dxp;lv?L(fxVkc>GCS zWIb81*V~~@>=(#q+QyJQDTT;Vs#9$pTHkV67&a+;Io;4?d^6H5p6NKRg{MG_tKPk- zJdhNu6?Ndy;l)+GxEoLQ(bAp=x!>-_THPxDX&)u3q<n;zmtK7t1*)T(xSpJuSEns3 zfdeeE6JN0qpVmd^`t`DYM^2Lneq-iCX5a<2EnGfm=wJAx0S#O!z86|B(i6uMW`lez zpb@NZToWR1*sw;uJ)n5<{kL;+`Y0Vf0}<y}ZArA1EKg>rlj5Zvq%+h$BtQGeRWu8J zyzW&~pwQLP{9m1aSatQ%j1+A<X%Mf-`yTx-DXo*Z4PFV!?=y>-64%G`-=*(3x$TNl z`if5ZtIf0Weu-^O#I=p{TV&P*EG=BS`h9El*u%GWAEEf8-s)G6fB3I)pX_HuGi%iE zeI&D%591ow-yyr9tCx9&(^}bVJd3Qnq42L9`vn;utzYX8R=!-#-@P-2)n24>{<;wL z^7q`!Q}RBlu#n9=af_j63$L#w9!>jQc|S*}HP6*D&e{@*K_H<o<#V!n81Jf;W%J@G z|KGoYp=dZw<`AS6g{d`|fqR~G!=Pp34Gz2~Av)pl(b%u&fZkgvhn&gIw>c}Z@ZP=Q z?(FvIIGqV@MR2o4Cc28nHTSDN@78B^-tY$+^aOi8*O05X@H9!pjib#)<JTruUS%sS z*)hdtSlB*u=*4Y9B>Nyf0gn8px}ECz>4B43G#3fTvI$GyO(k2u1x)0+{jk4H^uoT$ zf0%#h73EZ9!0zeEB`KKyk8K|c{STyu&k)6IwV*Y7R+wNvDVVx)ku`t&b7Z~gLX*2K zwA)R@_WP!DK#tiRJP=L}{b|L*Fe4tel=sj_9%;qhd+y`oR3#5ZoV7UwL@mvDI_4W; zSwX83HFI9%419J3-cnAssXx)U8URvb5M0|e7@@>`OrOu5EoLJjJ@$fGJJc4+U^kDe zwoB?I>*V9+7m#o9{;v9j{qcDWkk+4*+iI<Xht+8On%SN?+;3uNsY#aEdzo}J%_fCE z5RZP=m8h~E;$NJ1#IWipV=R&c?UMDv>zP7Pe*Cb=&E3*Jnr{4A+49@7WdIFvcNckU zw+utqc56@J%zvq#JxJB({*HF^jiqRog{YN7&Wr#gSl~{QMc?9JLjsDT`5Es_>%i@S zyix#Q?{ajd2|G>!q`uQkESrNY!{&mk{36NX*%bZ8*zzEPHXL+nx0QQb;v-{x*35?D ze?s8JIK?s!M7$G{&9Re5JQJRZT;Az8>sb&3p)^!cmMj$;wxP*Z^=TarZJGEq61G11 z*OtU_Uf%5GEJLvxeFpHih21m|mSm=&G3vys+zp!NHSz7fr<%8Ku`}04lyPL!7r*|O zR<c%6pwD}(q?)zX30iOq@(ogjsIiyufNO4+Zn)p&`a=N8&>bNe@bp%M#UR$J7>sKh z#7zAoPhZV@u1=2fS=knR+B{?~2Q7O|LOwcK;OG1Ooih8Sy5egBa#XmpgyNF-ObJ|q zR^^?jXQJec6Df$~=gI5efa@nXW>c`h6dw#hLRiPG6gZB~zRCo~Zyx#`VO}+{A;BC% zdZ}g>Ad%py=<lZThf~{GqAGjPFptWenmw8JSO{~M0`Q94&rm?0<4f_QIU$6jj}&`7 zx%qkNw-?;g-}2HkIWABLO*ttNr6B8T+|vgj7ATm};s6c$VnftWp5Mr#L7%r`{Aa=m z!KcE-jz(03V%$SUG4<2(ku4r?M~n0+m>*U!S{wA*8h$aG|Dnlvrih4?w2k{i;<kV0 z9Z*{m-+J_A&8B`A)<*o>@$Ga7Cwuj1YW0S}-W~`xHJ7$ZJUOPn2PK3gFX(L$U@ivR zROpe2>wIUZsF*;Rt2Ga;4ECW7m`hsZ5UTDbw)*}d6rP{_3f31>JPpaG`^X*&&!NZM zvi|nk3o@8UKl<Bu$cDxxEg|91kE0Yr>!gN~y$+L>$7eB~1Bs@7MC1zgx@WJM_=tE~ z<LM(M>RolaZKQ+vDGEy$9d`0LQw5XvYFmC7N<_25WOLIlx%By)pf~eYT)B}oypnw9 zM6l@TSi9&m4?>11=<6hPX(#m7mai!kZ~V7=a&rFk8^I;=;>TKfVza*q{oQv!6S_dA zch*NQj+(@yt^YOhAn1Mq>UBcoL-_v=bM!D78f&Y=b0g*8o+`?`1FX@5?>7A`Lh!1i z5J2;Qj*Vn}%p^}PmKk#?NO&leK+8eW$(GBJ+>#XJ>nlqS|0~;Wz_F1nK5RpD5l#CN z!f#aXCW9tR6Oc$BchkX$K%~4;F}TX#@=Z<r=exX1R&)bI$AxM+<T2D_i+sdY-3z_= z!u<U1G<W$+=bn6+0{O$yIa~^&o=ZcJ)$#$HFxp@BQKQagoe|N0Bl?9Hlv{XWWka#P z`>Gz7pRq58bVzP4Bh@q^gc9rr6>33))3^b5a_ArE@b&4DRE(jCS|uxM%&)$_nbl0g zph75xZmU&dOui8LpkH?d`tT6{?xv7YTXJs_SLV%Tk2WUcb!MyrlYmLg3~S@Xi6j>J zrOX{I2h?TC*8vn*ZZ(^W2@GQa4Cqh)eLC~-CfnyW_v!#a(kXK^jdi$F#=a55Q;P-N zk>n+Y;CN8bS92`M=E_-i(JVKazTL@B5<FEB!mo7!BuT1h3jWYP+!D}>;`53FAE)c? zqyi$hnQ&~<@FY`69e(~Zn>@9y!1B-j;I;`(fPJ~cyI>|T3V+{C@CO<LH3{a>hy84k zps1eQL|ewM+7eM{h<*zJ%-yrbNuarm7W1mk!52)RBaH%ZPWmu_R{(ghXisYOhMZF2 z8NhcdQ=W>J%3W+Ycl%RIw+w2?-EXPgqs<S=CL=GPOyqrTFsmrY3+)H+E08^jfJ_3= z8vh?3=G@Xa98>v#d+CH^kd_Rn+%Y8T+OyRqGaOVJH>B%mfnjAa*spKl5Z29B*Sy&3 zbKo3PkTDqr?A6EDCj>z)B=SELZa}c>4A8CIlRi*`ibN;M&~R3!WrQ$|X`p{X6rg3= z{DT1W0gXFS?G!_HnUh@bluDZK>0e7-@EwoR#t6hPrq_S>M#si<u;Dd@JRu^it&vD3 zm-WL&2uP@b3W`?ip0A)0`q4o%q%{qfq`ZDJyY9fnQs8B@85II~OHc5P{<+y9u>cr3 zNCwbZ5aTR?YARuRts+rhf(7~m=L(4tpRf>XLOVO_uegIBxrA+YywuWJfB1!sgfvHS zthy+JmQZvt#!aW}0B2ol#V^8>S!UkwDHNb6kNA)vd9Mdv896iv5XTa(*1%|8aFeP; zs9!^+O_^RfI<73*xs)iGPwm0GCRI?W^Ymi+DOP)#K6x|!g^-67;!jaiPK?=!9jfv} z$7svWtc=qXlV~7pH|&zB&di0DRUA+OR;3Vfhnn{o2|A)NGNyr<1iV4aZ^zidN7dWl z00rs~+Y{XxW?rt?+3APj?5`ELyp*J%=jkgUZNdx70?kwC#d@X=y+~Z(<vNbr`l+~{ z%yhYS@$|*VeI06jMLYV`81k#+cpWq<4hqiYr;TaQ(eB^I>dIl3KS{u)5E4jrt9Dkj zCAv~djvRCxFQ`>rco5*~jrK*WGV<+TPW9ZMOc<ij8TjFvOt|o?<vnokyE2ogweVh_ z*#=UiZQU^wqy~4>!a@SA&796k0u$)V=8s;yS-nvEL+9(@3s~n*>~URde107A_om*y z=21LE;|!q>S*<OEdCO5ZEZ@*wJDND9Ty@_!1ig|DSt^YAbP1K&B8_3p*AuO=aHxB! z9*t&Y)V($T?OQj>`206|<@hSD1Kxc<>}q10w2|tP&3Bv)E9OPIhWa)?w)hcS#Wr$K z^zInOYVre4Z4Zrun-x?j_g81puMXNy7XhU^F#Cqpq*2=FUYl^4#aEqCpP<}Mt4?%~ zf^|J2m|?COtC-e-R)L=5sgLB9ER=ps?F-YAG^vcC_O?u7^;?$n$ITK^lp>GZn!0os z&!21>kTOB=4kdnx-sBEA5?Gn2b@1&diCyeC+!lZaJVY|}+>jh!)3)S96)0w1*WuMC z$<T!7Vd|?S(YS=*jnCw^PRWsm09Zp@Zp@jpg1#fcjBO38xz=HCTwiagvixd~8Hknd zt;v*EEoUvI)ab{>8{(Q(3{2_<AWk>1I=?pp2Kc$sb8;<*ol$mKpU+ssosO&Dbw;RY zPCJ!+L^)>-!9zP02toxp*&GVGfE5cqpXd>7lGE~iZPNSvlSwrKi<W(tFQm5kv`D}b z#~nolTIKs#r*=<<Pu{EL7@#Nuc^d@!)qHiHK=rz}8edi0QTvB+2d>pd^Qe&O=ExeR zEVz83aO8DvB?WX4Q#M*y8hzOCCI*pX^w>6ljx$92L6ricVAwn9AW4T3nLhmq)g4y+ zS<EL!!F`|>%?e(S{&Gi-M;TJK{PP`gS|mFZ{-!0+<JPmaMvlh<<5MRDu6IY#ppkKq zgctPJ>&R3moUGEkO@D|Z!_Z(7t<DdMsAla=6-b^6(|w*&i9ri4E*tmyb+E!CoC1V? z05CMh_H!i8ni~_V{?6hBIHzmwam>1PQ{{?fvI2!PrYB}LsGYBXcE#kW4g<Kt1&H(~ zr3CTF<y6jUF8NuD(g6m#pwfx=#3k4S+(R;beIq0j4u1Z25pm<wcBG)EkrhRlbppa| z+g?0VZAD>u_!>muwEs7L(aU99f;{oV)AuNM1!d<+44fh8-X!%8GR~`b=AN2npsN|D zm?0?>%sctsbpZ+0`zDA-nw_5{K?FFB-ivYhb`>u}DumU~7`8I9`K0Weg$=C_aqm^5 zvsL-f)lU`zh~nc6(sfimEqx}^`=!$epL}@y&YISiX8=WLarj#~4sxZlp#pJe7Vt++ zkUYnWzV><ZdYt?IM=>%LQV?RbdPd0p>50r!!QO9o?Uu9GIHZBwubVEw-dQ$HN%3$X zUk!C_jm!Ha&X6cy3`8l%cdDSC773TjZYv2#T9EFsa^YVesva7M&dpGhH4gCe*-QP? zo<UI2fV*&|Mh53^2bqKqu61HJAXl15StxUFsCyZ*tPV|UevFPsH0f=qe3-U7R_Bis zx2IVfz3kBCm5*zSORYKB$dYelhBTT*@GPcZ?q3%GF6C2(64;~{PtAhQP>z-pt3qSw zjrfYq5_329kiHR0XC!w|Lf3@Au_X{oXr`X3L0dYHAORJSv4a?2Un^58rwAkKRv*NO z{BH7Z)6)gS#U<QoaBqWNRet(In0E`^SA`Pxu69BkiVW$AqPT~Y;I1@@0)PXCdWbn` z1D5B?tso3yBBGNJbt#W&{Wk=sLEMG*V-MDHlfbK;|0D{@i^yyQ8%Z7+o7Jd858f&S zTT=lw*JfTK#G^Ce5=+uP@tFL+oeCPTkC7XQmpnZ8hRTs*UI7t(=SVePgCX2N;&yQz z7KqNqd-H1QyHlB5Yfkkdn#d@tq3DvWOG~Rm$MpyzeMUsV0M1!g<h+(ior<t%nG<i> zHy88nYY@@dZr1}|1c_5o%AD(!2lQW3U!d4>U|5J>vx{$kbgMXa9dppv_Ot_*e{y*| z^z?L+XE|w_=Bl{-Qo8C-4Y&oSR&R1X6J@?){r|W1W9<i-_B;6IH2w7TuHV0ygnA17 z^2{?9{iYo2x?&NLU}dFMPR<ER*bI}8l@%I14Iyo6(-?7sCqj+R`Z$k=-$?H_bX#Wo zZiUm_*Uh$XES!IlI{&hjx^#QokQ2pGT=<`}6F5;<GBev=__JJkaC>I&BSZUdK3+4C zp(k$tvVEe{+q}WwQW-1$b=FJGo<>>XtxqTWT=&AD^5~;;+hxwP)yJcUHTO=oXhYY4 z>!WL;*%cmT6M^jaf%8j7yyYW9^isOQj3OsqX8xT|rpo&{_lxPB5NiK*mGEq@JN@?G zl{w`yE~~UpHR{;4%{x+I-P<j!gm%&%!Ah>JZSpqufT5?>k}*wO!dBU}y3Qw-qA7)I z(Td;knXdOE8$)KHa(&CdN&zzr)=&CZd4{f+dz?QWX&EOKPJM;bU^D+jsD`lKuOYc9 z>3p_LA8*s?WlgNIuaEPgXLkj~HGU0JX3vVKCY-nx25*<d;E7%;*S}_-6YvZm=B@}_ z^b>@!mVD6*aWx#Zb&3?dZ(2+<4kejL4S`5qJZH8o`~Avza>mSx%SfdWSGfl_bf1%8 zB2c^SvnM+w<uSfNc&bR-c6%9vOp(K{ovbt5lya(nmwXll(%br!27ooc81%}V?e-h# zXUCee9Eia9;yry^eCX)b<m5<ZZ03JD=YEBlJ94A{Y$8C9_Ynl7I6Fm$U0a3#d|_RD z*1&=TlfNGCGYfs>z9R&e5aeH_l+x^j=S_dy{@qvE3YFwWFUpFO&R-k5cZ0GmTyA#9 zpt`MJsfwof2YYQQmd4%_fC|QJ6<ndV%+KXXxD&ZtwSxw|g~btZSpzleHzD8H(M3-$ zs;2$2ybsGlyI_kgk~fF5A+-K^(M&g7SlNzgTYJCzJm0O$Rj4ju#bI7(VzS$ceypVd z4W3(flZW=qDcNa8wRo9ln^MOwnAx~WXs*}nUtNhgbrY4lc1`K7%ayCHZYcXbryB~| z+7QmD)I$Yj&AHO^;bO9)Hf_)5+o3zRx8Zq-n@4xKBb%*|DSx_pU9Y^Q{OgE8Pzj#P zUo#Y!Rb8X1?oJmZGz4zYi`J)fGDXgy9%cZMkSJnq!SzbD*8A8^&4TyHOqGge@OyBn zO_e(L)2bLAaLsaMblq%*^lsHURH+Eh|07d3)`uHS`o%+zAo%8nndwgeX)>|MEE3~5 zI7tJ(iB~VY$=5qS>73GmMTI)ZghFa~hW*s`7i)jqV7}_dOxXDbUtG&B?Ebs@rxQ&S z<>CE*d>j2h6LqqoZ=vrD`H;f+2iF@*fATknyrcNa_ar{-)qe8Fq{InWiBBE(cjWd7 z8U<f~QOwC~OM5)mg0tR*10O#MZ6x2U2L1>IZC>W`JidgFe7?0v@WG7_#h=W1T%|vD z7IK>ZeJ&m~RjezAvh(J|C_9gVVs-Z5!dnW<ak`WplZvC{%fOy2^hM1onZ%=M%%z*e zg(kZ4=>9(qOwgnX0B3LZ_iq<(bQv$_yKjs^<ahWymurqCdEHocbZb)Pyo|m4K(Kv3 zOYr2l4K_ctz?SOGesL&h`!e(>8GT@Ch&2>|`M8hgE!@GcqKQu$hjVeOLo*Q-L8MXo z;^Bq_GV#IKFETI4Befgs1~$q+%*NxNlCm)kbi{$!sp3K=!+K{wlQ1Z-Lryv+CrJp* za^#{=s*IKL4^8#6GqJ52dk3sqV82agqIUt%#MUQeY0Ok1D(v|LLbroiJwc(#WR1ii z0R7If%uSAOEoC%Ur&8@4`(vZ~8xlySbxU)WIUj9G$mJ*|`#?WEF*>~5cWKzps5rD# zGnX7C?yM+2K@$Ka&E^<8bn#F~@&>s(eXx@$muG|qR~tNqjl{%QlF1~Too)irQB^;x z>Ov14QPBa!l?T<uTnZ@cm%*y9)}lC$AzO9^FA%uN`jTVgxNp#bx9$^nx4`=!XLls< zV?&<m;k|k{rTQW*afDfMFbb4ei##~-4yX!$+0OKaSh>*NMi%OmxSx^j*hPj0ku`0{ zhi8v*y;-0zpe|=b=#^6Jr&zRRqoDAkM7crT=>HRYSN3Y<+)hXpcl@!d8c{)s3gWIX zBODK|f>jO|JA3IzVaVa$v16cUbZBB~9laq(tTE{+@h{-Edy$4BDJzY$@E$Jofv?{D z+VOpKgDSwh5aU_^gLKcrggxR5GAtCwTvABWs7A*Ne}q^9CFxUwGNBgl?@KV+?a*_f zKy)4qL*;8>3FX+;dX+T!do?<<%Cxuhvzj>YMO!;pW{NTL(60sd0Z{@FpeHQYXSDVe z8B&#nSg@j<b?Y)3JWoY1MW9%Logl2vF_n?m#a!iEDO6vmDTfMQR9cKbQL>iFuPg6V zPaczTW5O~W5hw!g`aa4+)#eGr_)0d61o8_A`E|Zi*EymG-IeNA%1*EATLCTaS4H^; zfBe(Jg#Qxt+bRN1*mMxfD(?Iziw5PP|GB^GSAhQStv6{f0AM1Ea%fN-n56Spjf)wb zYQdJRtK0T0)~dXp>km9+a?Mk8Vc;b>H1hoJ*rt}$01fKWiGQ#Ap=f^(s97cwq!&|% zeZ^Ilf(A())sVk7F@mA*+I_Qm!w-qcaW8ubJbqmT@qH|eL4kK?169rTH??HC!u-Ms zJAaGmQ#z=E`z||U$!o1ep;Yf?GO{sAk*}<vd%lmxFhX?+R0Nc#+QY=mx5oW$xB=w` z6XS}@8Z4A1&0S8E#l-X-hv<al*)(!bHpX};LAWaF^GH7$9aQK8BT-nBwf+oCs-8>) zJ7=W7s;>l~92pD-<A0iNC7Hky<5#K1Cij;I`bLz3F;l%z;h_zaNtdFdAg$5;840%T zFl^n^R|O`yTof`P(}bzwXI-*@pf4{_*nf%yzU_`)po-oPor#ZEs59(Q!X6(tRs`(6 zGAkG7+QD8r!2v4V-rx;wZCn#6EpuySV1tsAUaRP*IRJw@Z%8OrP=X9`z@~KJHS`lo zv+>Ca<iB_%;^3D8Bv!!wue{IpO!H!KwInOd&ZAp|Uqcejy0lP14jWHR(G4nQj%^aU zeD`kj%kd;J)_y;Eh-Ro5AtK|q$@QJ%t}-uD<cobD8*4wOaB!pGRA-t3pdG-5gZ1C^ zp&te6etpfE#WI^ijoI|SK#0i!=7uI@vhb2!USL?AwFc;~{bCTz<$`=j%@0E2E5@Y0 z@%n{rm7DI$W}!lNCoitGm#eh*EBK<l2}9AA1@%7>Hbw6>6l*Q$2@5tV2oMq5bYsO3 zq63eRV)~24BMl-C^Yr};L(w|_v%}42zx5Y9etx$JG^hCW9Dja8x(i7TE(Lp(|Fhu{ z9aJ3EkFrqXtO?GKs*QOgLe(b9|8-UFIbktTm0?Z2lgmq^b)*w-I&tYOy3Vr@8uZkE zM2a$t-y^R%=X}Gq+JN4<s3xV;qwC=zr1i;rf5wbH58rM2?)B|^u2>ryL!s>|eud`I zpNlsoqZmUmvL+$7u4M^Ed)Vjas%LlEnWNqMn?Tn@qw=cRW<f60=b-a_?)_#?iiN5Y z(mtxR<^hxEr)%G>4NL>C&u@KaO8Pi%?pkqfy92wiu-pZy_`R_zK~rJpWKDT$o#B0M z2`bM4m2Q_vU^yWbql4S@UbcZhnvXx7oEX3PY$77vSn~dw0lC46y!_NtWziY0spfMd z+;>K}&V}O{x!v!c<R5W+L#zLhAp3zWu<<kegYgZk#Dn8TXSn+E;_BK2zvpA<`5V8n zU`)T#_~4N=;kAw&Y5PRwy|lU2F>P~`e+LgSrrtlnYa27crYn+b9nE70$L}>}7SC6v zFXKi>6O+WZUPxi0w*`o_TW)4wb?(<Tk64=g>wUNol?re+Kf2lYr)b>vydLh^_O|OA zq&hIu(U_s%)c$|BZrO9<mKjCnY}nEaT)3(ljh&?I&tSp32`8{6l3z9hDC`oS?t=Q+ z`58Z7D2h(NO+ot=3t#cu$wQ1##9P#Zc0TIka9Y+^)@qqzo_mwex<>!^p`FLO#UNIV zR;l5W;J#2Msp@iEARAO^|4}+^R89H`EW;RAZSj6PR08XK>}q2l%yEX`^vd4%gKld` zMFl(@0XKc&xD_5!2zM@eYw3VM=$S;9`eE1zmM<YPcc=fD@a*{dvOQn`qo0}{DH<DB zP2Vn!c=84QdpfsS&wCCQyD?EkA4rdE8{NLYzG=w5T$Pf!8bJ^Hvz_!mU(r4H`>`Oa zoGc56VjO2gr^$C)o#s_PMoTPjW!mmfRiQ+7vlx+qA>Nn1Pk7m~kN2mjXAC3+7>L2~ zJr3aict%}3-ds`*fKaP{ccLPeeOG^o-KL=5lJ70X5pe*E(27RUvu6ivMI+RIEkEA; zL`%Sh-bv(*&JVECbrxt`2l%a`DPut1Wi^j34%oIetN(g>yy?Jr4z(w7(kY;E!*;gg zZv_;57S&473DVgtx`!)lqHpfsAi#t7r{Fx$?RQEwnWIN`gbz;cpK6Kwji^jNSo=;c zdMW|vxF0Ji0lw{x5^Z)EB0u!Wc@Ui*TeWl=%lGcy4y-u1P$5Lk^jrl$IR^Bg=<)4T zXz^y7zN_6)(d@MXH!|}Q-r?rhJUIvLCz_*()kYt@P(|tAC|0f%wjVK@NWc5atwwCA z&{3fb#SP5d$f#r^4}>bCmn@dxQE{YJ@Ml1BHs+%|c6HA<z8m~h{259$%!Cy=h#p1+ zKW&n?)JPDtx$!`=$IKRjI(Gc5z~uii>Vu!B&VjOXLbyK#p0`7Bi%x6~eH$<<bLMU> z4BPz-WLkPDusrtns`FQI{FlNGqyz9xIx6V<5;!e2hdElwTb%&t8uRsN0BmSTfMgT) zcPVs0GVrM3@Rxv>;b_SG^emvS*)|$=`Wdp6#>#{nSQ8BEOYLziPNxC|)dwTjY1o8s ztZY@F=@v@Q<c>qg`1#qA5H6wA&H_c~m8#sy4vY|J%QJ$i+cav$36z_m5)BCCI8TU0 z;fJ;P)Kh_^Ns}J<SZNWd_iDJsTG{4hL2zY)>gBj&r}3cHex=^^YGYJVZ|g@=q)N@} zzw(yikQiqVCtzoM27953zj1l+MG-6HVuS2f7xhfYhIW|~{G#~SFnVO{Z6Z1FwOB)K zNJb<D-gC@jlQQFzuJ&~#k2i&`q?5(o7^!S2^b`>rIA<uJ9?2RvdKY-rPmYsYT10e* zEf%Q0BoG7cVK4Y=@leEY3fSpJaX;)MNU4+Oy9YF}g}VOXhaLlf*2z2H4li)2Z~vu& z)M-H#Vp`d$KcTqAT@s$q0NywN=+zfWB2+hqY<&4LpsU6+Pm1H|IEBtDaDMbAkD6W} zRQ`$>_!>)CA*YA{#Pf<%#_%pLp9Si>iYJ!*@44p`Es}2PK>@HpRCv;6DnX!NgS{Zj z_a4J17KA4~a-kh-T%_y8=;>`bh)4#u@&(&Z2e|KRA>a;#nZ+1L{1e4JivXv2=t5I> z5~`{>zzLE7$eYitgu7oRT%SsSe{`Sw0b-%m`dq#V9r03I8aguniWh4am*|}P*KIn` zQXnMY;R)zFL7%~DT>1jZ5Y!XxnnKw$sv^C+uQ2Q(rw8kQ3plOhNnbIgV?YQdre|`7 z3JgISsfz%j)b4Tzn>mxL&2B<AHM675=`dyN@x-a!H=lfrZJ~Xo$xOil4>++#NlscJ zaET3qU+Tu+xwkYeD#>9W45}jHPd@osK-vmXUxP>bP`}eJ(3>l{&!PN@1-+ornNtPd zh?$gm-&Tq{{ojqDm&BY3FE;0T_R;X`>25)Y8gzc&3}@#3`=C-)K!SBuvx;=1^+}Ib z(BjUYRT1K4ve37i>&;Vowi7rY2aERVw?kDjETht}P~=7!HL{O)#mDr$(s+;nCwR91 z5+%~mQ_9mc;k60a;#XJ(3Me1`62$o@mlU)T+&n+P73=~0o+s=69$Kio;zl$`wTn{f z7KfsWmQaA?!osnBB>;34&t>ICIN5)b-9sULy!lHyBjdN93b&;P(i4C6#sJ0_q$J3F z+<gppX{?paj@xJ;OO_!vQa%p?@k|c%=~CXEGW=E$jnNygA%b4Fk%G=-28iAe9Jc-I zT^o<`UzVUQ;#h$7V_INru??ahUT&Oo4_aYJ-uG@8ILp<M5kC+Eug_9M$i_-{AN$wF z(=fBeR2R~0tDNzj*FANiSo6F6;b)9HbMK|1ou$=Ta=<h9alwLjt*L#ukau*D9j2ZB z<couS@X@wGD8*(lT}hwr7OH9x`Mupa_T8z1<o#!8=J}-mQHqoleFrIUQ|iuj_x|)g z^dP(7$i3v~TxSOzrWday%H#jvq!cAlU4CP$LXR|uStUvBN!<O{#V&oX{BLR|Zh)hG z<57MW8{^j-W^FvOb2CKQ>Ia$rcCS32nOslvGn9*GOdC>q`qGHgNPdv@iX=CV+-TL< z)&2fBqU&HzoEA~0RmLWi*;RR`gjK)Zqw4{n$RJA^=t&l(7`qKA42+7ZD7=XS-eiv+ zXQ^fzyA5o*6*(sySE+W*uLNA*FJAj*sXF`8)k+fn**?~!w!NI03kZDJfai^$PGA4? zd9^LS7Z=!i`6#{Iw_BJSE4KH)JAtZeY~tXl@~0atRjj#xGCY^C6*9HMy*TL~$2^}E zo6oPS$V_++pFJVZo`FxxZ@o_@d<!OSZ+;Jt44YE-R|_o$2;QqJ{976D4EZ|ib=kji zVqYm<bL_eu_2QW@(O)F?vc)N?rni9p!<98X5{Zl?wpf^=|Mx?yTwFT$Y=2ycmHLhT zy!qww?vTX9;?()Xy|dNTMMs<XK}d$x#|s~#s^^sd&Ho))KUl|AAeP+h8y+4P$^Xn2 zIH@e=5>!{}>F9kl97oRU5YO!SCCW159be1cxFSX4{Nrgw____;Ljx<G1}DyL_}84x zAI~u;6EGii!_DqtcaYc}lgVoGcl^;|X4AI0xp{;`Qb?AoER-hE+E+`?L5a9FN<qC! zJh0{vx$^XMvwb+^Wy`=#%5R}h;9jNECC7&~ut|BH-Q_u(`PEF#)H&7So3>8D#N|!= zgJsV+BSMoB@dCmHbZZ)ycx(4GvFh2`@)7WGb=}{dRM6W-+U0<R@NZpQ{1H&QbV)W= z1A-|_XuOvyzGo$JEq?MbvEkMF`dvE6<{Q7GcP+VLTlGgW<n4XPoVuvO<c7w=amK>% z$HMQAr?yc`SyUl;HRg3pob<83Kezz)w}?*m6jf9xQ4m2d$7D>oM3h^!|7c{e5!zlW zL*j)fwk+7&ZNsgh7^wr#c4a9K{>X4wkS0#Pn~K?XZXESPuPJ`crF1i~GD!zdHG>p` z(jI=Aq0}Y|O}NKV4HgFkum79Y0Q98>*i<u<XU_MWpj_GOfSpkKTlAK|d<Xu7+!wma z9YifBNdtZYN5sQ&{}Az|0HtcvT72D$!H%ijd)^>>wDm_lnp6o}{8eIzN)#XAQ;N$@ z;-g%M5k!mxE@fg0JoWRn>N;r)QQwN{W^zDr7n+s%qB@bSug@{ddE<2ZioW(`I%T+x zt==k$>~Fc^^NG3rX8NYKJV&Sd$5R{-qJ5Wif+n&;4v*uzDLRx-4TK?0iS_|SD<&^P zxg9fMeA7*3{3$Q@Hhz!HH($h<>rXD_t53$!yfpS#++wN6Wc+3|ac2s6-gop|NfC@= zKRncBl+KsB<LaP%hu8hA&syO}JU@ylRFYKtMdWAIZs)N<2qI}TYH=(}`>6I-M#gW0 zyZk!#$LLC_rgGZhS`lM3aB{<0FYO<yn`drsINk<7o+s4mQ~Pdp+TaVEcQI;Bjxj}j zhBZZ}D9jzlsRNaR^{eBV^4{HxDlF~=%Nz6JsjVk{zKwbYAoj}t$%ub<(vZk|39ML) zH?`}6ws?0^jSC=@jVoN}Ljak&xXTvA3yxbGD~USn3}81a!CrVH{lxd8`Q__unS=+1 zBDGj@!py<f<<CY!sK~T)<W!>^=BLItXDJB5kUPM`t6J$TRXOO(-4<%iR%FKYS~7PK z4cCWEG6iVi?d~ws<-g?De^^PIzrLgvA>AU|!0E??wES1`I1d`<rX}P|Z;H7H<Vv7# zaj79D&3^wXyGh7+l%OPMPLj|FYT44)3OEzB7|_t0@6odwL|`ulRiC)dnmK&<AZgQ- z7%81Fcel>R;Mx`XY?(b-t_nX$7Z1N>?q80m5b>`-c9W2L`o9+J^4*;BV0=MT(&*iC zF$Udq6?fn<Y5-So9;Z74#41uuOu)Mw2O?2}PfN8PZAl4#e7XUQ1A8oN$Qhz`7xjf} zL((nLU`4?Qm1cZh%$><@LNoqU+?3Es+0sdCa;+}|@mmVpoHQWqlch{B00*1HU?frM zv04fuR^ye7_x`&j?kL9s@bG$$6^hC5qT=C_{C2u<mV}7|5~xM0Aiye}#BTQcz@-IU zwh#xZ^Oi{!+x(@LJxe~&_DDYwzP(1^Ugky6PXaQiE_v&I8q352jL)mo>N)BQsu2Sg zN&n`C7NTVQldsw{H@bv>^0Vpe47*qyfb-@_^>&*LBom?-uR$uPAox`;wNB|-Q6UpK zZ#)LhHTHX`d`RTD#1e>$L(<6l_%R|Q!_}1<$t^?up}V!p??1Hw<0G@^z-4Guu`J}9 zQ?^p~TS7N^%W>D@4<T`ysVcW_?aePDUR}Tv_%LvApRcYFllef`#z?bC-Wozy%qe2k zSgvsWQqgzdga?uwyH{4`L$I-n;!t^q9;nx6=xL3KTci5ije_gLepV6v@p`;yB(OIH z#!G@MA1uC%vy7=K6onin=3GSRr=#JBUF}iXzyAykeT$C<;Rk6f*5Xe^Q9wm#6CVE> zzNF=@MTNh7?Fv`6Q-J>T5t%P&bsOT0a-+P%t`PQv@}gUH&cq#z!`9<Q6-NlNeaF*m zWVF2CID(sy$?~D6txtF-h+=opbOr%f5v>HDG>Hf96l(QY^{f(1V805{Env;*(9#T$ zG>+%FzYnvDkl`5YqipCNa#U#utUCp1P(U<^_j@rjnZBfZf%Z<++cS(IOb`L4=?oj7 zg4xF;a1LM3JSx?P;Xgy&K@1Q{g?R^X4o_lR#^!MxGWqs6@DaxJ0uNtDBw@dZ080vo z)3$^1sY{O_!Da#xZw!+OiEVRzHYMRr&lvSxu4MH4gn=&9Zg8M8B$Gz8!>`i&-l7gD z=!Yrb2sYKXDf%ip^germYVmea(joCuoI|EB7fLzf64j_1u1CM&eilhUJLfnTZy50i z3++j(QHH8v2KrU$Vkq+|;qAh}EL5Qa1Kt*J=h(?Nf^P8YtpjF)%{!mTS8eCFE5fh| z=3spEUJ=dKC>muv)-$#>N~TNN$ZC`X4<B(@$GgzCoqmgNds5m5fmpgJ_I|ba{5|>z z1~((zI}cyiLu(~;r7Sur@w5mgRUgmo>9Q67a<+<36%tofHTBEBLYe{|R#7;7d8lbI z%kfr_As|jD1vDUq$PzWY2a~U_oElL(47KVqvcrI9zs7<6!2!NDiHe`M2nSC8i8p1Y zv30e!XEu3q5v*=?6sO;xe2gpq@|gTX;9KRCE1Z4{SVf*418~QgbVts1<=)#oVL)R8 zyo26&pudZ$@>CRg7?`S;IXeO^3tUC2>N`-z0nPLI)P?bifKvbrQ#)eADhCrIbpC@j zKAvme%^Kxb?G_xWo1KT};t>{dN?jg6^}D*7V*2;7G)0G3qi;lyqK0gMOsES$W)}X) z3S7KS9)nL`ySb?A(9Z;XruwbyT6!zWu#8Z5tzuZ23Efc0$jLZp?QgzyWKly^2j@<G zQkY?|zey=PGcGVAVZRe$P2`t5ZFJHD1TD(zuI&guSg9*$N5&&skNji&tB{ym3omeA zO3$d<79itgb&TT678G%py3e$8SYBUQI^J$cOpF!Q<&R@?VZ@cLbk3-)<EUVbyM%58 zz;q!}v{k6xE`IN_g?|UwKjIEeY*xguuj`@nW2$TU@uRteGKWnz5X)6Y_ry#&7eXkz z+cr@+B(H$z_$A=Z?Pxw*NvLg+D!mg9=-Y%#Fg?DPO^Q|d3mL_iY(*jDeiGoO%UC#< zvN%8)_tPYz%*+rs{C=9Ncc#KPu18v0S-py1{V9P@Uj&~hfaMC$3e^qy!~f1pQhxk~ zzcTxlDHsM`zf45{a9~O&RB@F-OSvpYsFB+i#^T(;OpvP=r6GXV8u;L5-w+iC;3YAR zB>}=ySj|Vm%<mpAL>rcPqh%(+<8H(V$%z2e*{%fMY#i?6zi>vms<evfzL*j@!(_vF z3mJEDrpw0qP^&)#w3KSVC6!GA@okVeC%JOCab^efFqAs~QY9`&Q>{fACm2P;)>_3; zDWo*S*{v7V`xRMqaF8WBQk_9f!HXOctgc?3jfb2@OV)H|MW%&ya|(45sG+5l&c|CC zP55-wW|tBr^xM{9(sj5k@<TL$Ii?igLTnta4+32bLWSm)xYa+|G_mb+1v7g~FZ-3C z>nH#|zyMhy2+DM+S;wd}vL|D+C1H@XIdL4IS|1ahdrGaeuKn|-lyw%p7$cGtB+@A| zER)3aDMA~&OOm=XMGk-c&2&e=%L?gfTu5ym$}dJBABkdNnTOSf9XHf>b7#UdK2-Hv zQ+Ru{jzG<)2+Z-(mv~en)pxt~43dbqqdxV+XW!cejmqP$%U-)7b?JZKma^gzzX~Q- zKun|j&{GTbHGSqQ&(@<}9lD!2cOW>xG`d?2GD456k0B6=0WWvFfvf)U!H5Rl4kwLq zM@<)G3k;B#05!1_=s&{owXoDbjT%BFwY4|q-ad0Ty&t!x0+~OY|1p5iz6AB@2eI$b z-UfJtWxU-CNuJtR?WTU|a+g{o2nCSA*c6zc4CZRs<9o~zLt#tD<Dn{-1@zTPQunfd zx|$exaqfzz5I+`73sF<gefXP<Q#UE8RRPN6EB<0}<j>j~5Y=7UCZOXKEyr7hZ_j5K z(;bTmQk|F(Lq_Ugd}SaOcSz#U&G?T&t6ykVzdWIvq-FE*m<;up$WMW&5aNzuH1(v- z29MicIY{!*4a6u7C``Z&q#o~A7XgQvtb2m{{2U1IVHe8vG6_88f}r497_&+9fxf;L z%K*&&70`9f!QE<8P7(?x;+UCuLpNN^_3Hu*<>*x^W|uO@Bvpt76afdm^4G<c^)nD_ zf}@}h@3D{sG{9h*T6anl>WREf=S6_lu}ZNaPR>zpy?Bgl2_`8dmTagU6;zN?k~b>> z5&KSe$k|SrQ#?8xUzl=7qG$w8U}&>P!@*rZiR5B1nMYSH|3772XEYp6v`-MCvqYk^ zHhPa5QC3~iq9%wER$amBb@gDiT{U|2Ac93iiwI)%Zml39N<<AdTJZM&<(+rVn=@bL z+_^J%?wmX4%*?&NJEJ(YVuE4Bt~|gO2t1g5P(*DA&z89Q=l4nwpdrGeOZ_6eu}o$R zZC3S>g2Mtlw%F`JcSybq^~u`A^s_)1meZUlK!XkL6#}!VBf*s+m4|Ftmshw$$$WZu z(fvYp`B(^#+Yc6f7wNB5AKin_qV&+7tB#_^&13+7@AJBE`f5c3R8~3LJ_TtDH*_CY zeWOVKBBb0;#JH2+45`H6tE=s8{nr*o*{1(7YvTWnGR3BNyF+~QEh}tAx>`LPqJr-R zmOl;E_^gyj#HvYD>}7)#Orhhnrxne{rf=1BE|6eGQ)QOjQ$u@gz|h<%j@&`Bjp319 zraq(n!RkbcXD#nPo!oM8V`gVDqbP5ELpwEZzeEOFry<${uKVwlj}6L5S|LkN2WaAJ z91+H6xtA8<SAtg>CCH8|DYp!C{aE%e5|6=q--3E_fB~wdr#tQKb`<EINav3}T@<}) zMpd88+chHn)`1N&_kQF(O3KzKp{~C#nyECyZ6~o!yr_L0sJHZ7gM5KVgtQW9PB<LN z7eaiCn%<4%EP=@^EB+{Ec;eHbQ58Kxgt2dD{`!Xb-X46AhadZOyr$C*1~_wGek$sR zQ3}3`8o3~}&TvO8Jvm`+l<7#K6GYH3dp(?A5#fz;Qn4G$!M8M#VRnZ9SSlcn#;Vht zmTRmo0++`e=ocHT><VHHAq@}nLPOguQC;^OMxGV<3#EP*`cx4<`=XRQQg^A{{qoN^ z!Otk%)I6UR!9|Jq7;xIY1D>v&D*9uul6L0P`4xQ@AE{-!0JoI#O}5zEUDaZL`}juY z^D=R-aO-`Jv7V^h=$*^g>dCodN+PQt?+Jd=4z#-e++12Hz@mwW8FEd`4k+=Gm>p0e zC^Kq2CZ^|}X6JEb52Mi$PkEYj38iB+69<_eT#|Z;ge!TaVx@=5WCv_qvLoI4ZAg4> zxpmKIz8hm_wN>xjv({BEC(@lJm~ha)DZif+-+VUzNu1P{_l6joHbN@Tti6-k8gro< zsid_KZL})J-LOi(FVX5?bDAxA#B3XO$7ib8%0c_;;0kD+FX_OR`)kCY7`n#Vc@mK# z+o;#6vy5oAHDcrN{UUYuMDDQTZ-5>8`7bn5!J)46e*GN@Zqbe)n!k60L*bP%Yn|7y zos;6vCy0MxFmEiQQw@oYxPOw_THVw_D$6*9osGqNQe>>Db%>SzP+FRzNc=|!!N%#* zf3Fm31eNyrv(l`bU%OI^ixd&=;yV;fb;49tHkj!{MLb`!n~$K?MXGv)X<LWC5H6N6 zaw)?<R23q;5n&@|tDI6+1{>?iRNg+Tg&C$y;$xW-BH-~));nv-%!L`#*BH^mo$pB> zRMUrnx1)LfZ`IDty*XGnT9C`jh57@=){P3(41@t}5TqIsj1}1O^|_7C1s!pVY{#b5 z65JpIBa-aH*9_K1Mc2u+HIzB5Kxj9$<RsI&v(h<X0vL75H#bs!6H9AZS0_2XyYMrp z{!O#&>EP{dIeY(2!6+cSZ)llC1525(Eq@O(AO87kbJlr%pVf20XCJ6jPmb4^J#uV1 zLs-io(Cy&GZ$O|tl)Zg@kLyCOFJ+LR4HT2Utl8W)(lBhfdYA9`9AT64w7h^FPvc?i ziOr*Px#c}d9?fow<9uL|B<>kBjvMd6sm>G#cPnm<znGhHFl@%|Y4q5J1;uE6<$UX- z5wIsSet6$iie!LrzE$9nL>|b$_ccl{O@jiXn81hb_3ylQZ~{+h2{&lK!cVD+i|BOU zL0pZqgY9M>F0ynC`GPzgvmbAlidj65!SRz!P2jE@6y<1U?BCmCqc@kB#Q@!jsd=L{ z(gnri&f$MO|IP=4=z=<LS^e7)7YSmZ`+P*G*B+|oN1IOSy#|nBy(f=UR)9CnlXuQU zQG_np?@W<MX{m6Q9^>Cfgm|aY`iKU_-4L-UHm`{zE<{>EqB)3XZnax0wM0f*+VT73 zPtI3I)!W-S^P7X4Z#I-UjyrXP4<&pz$5%C(wf;<k2f33XkzX5NJXk6zad5LYUu~`D z=P$O95-o<t1oh7j49(4$Clis>HwV<8KsA}I8%=hm7Lay5V;9SXYtWJWHZNz3KbnR3 zTl7p3Z6{0e?7kuLp=255eEt%ZWNzc>LTp5r<Zq8R704G^peJ(!uU__>0)#vA!XKW6 zF&rUqe{+Wv_XWRfL<XR0bz~st9f8H17;;L=79u{>4FKz~kDfu+&y-GtE_VC+LPZIh zjSX(K<HLoXGj+*8rlx!84WGrt#%2pgYBqbM@A=HTy-o=F1^`*N&H?IhDBLxD7%2PB z*rGmVdd;E23n*&jknq!Mj)ym@lqOxH&(W@Q91OP;MnSM?FXP_&;;S-NOhIWtWwK&2 z;!H-QK9Yr2`J|CEqTJmGM|yzZKn5IIe{+xrz1;P7>~e`QnN_V+md%P+ZG#}RaQ@oT zc`#VDPIZ{cw3fs&kGo4nSp`kC7PNY1ZGDw5g_IJ597||)FXXfUonVn8d%gXxrfBDE zyw7rX*T<{-|L$={LbHzfpo;D8lo-w+t1DL+?Dz$Vw;Q;$zjQx}NBGd39Oc^BFh&Lt zlUp#!g;H@h_@y~vgS*T2{5lsaWZ#m27_>iV0<evxw^PnR5?C^T@W*z$J7py{Z?T>s zDAyF%IB5u;g4xsp^o&a>L&&u;bUVE4(C4pZ_$&j+%%nR=A_gWM!(sFqxOQTRu%|Vl zn@w{VAqC6<A^7;1zZzku_s`divR*Bv6n8`dU?3!BD&(0c3lq4MnU+WQQw}+_?q>i? z(UJ<&W3olHv+EzyH|G1kC_K%+W(IBbcf^=xDw~1+N|y(rT;DpQ>{*{hdnlAo{c9rC z_I!WD>wR){7ZrK?%>g4o{wM~z^!-{ybC9Rk-E8ovPm*yhwmOlg(VmJY?V(jlEHc(Z z4Op+r4LQAiCsB2UZ<DY|F?fFZQ$Wo<%Ha{VQFw3-d7L6T$^(0^_eaypUqg#T5LfmD z{hxD^$={n0=CYSC<?`?k^q^z&)@S5fMJ~jMna}iJ57`nQ(5UjGWc}Nty~NBwk%x@n zYJT0|%l{O|1D^Dm7ji46vt?=ntDi{xGvV3i3Z;%F!J<_Mq!S{cvHW>OtZP<lOB7#` zeQbjins?bj8-!sVC+<ix^%p6cw%5{^wi;=p^nmlA^?BA6Cb0XXGE{{QRrIMW;126+ zHF2F$>eZRY6tRi_%h(t5f=WepS3^-KVR4ZTHQ_9EA6v&dEcJ|}yj!jDx=%hzRC9Ex zuUhs|RZs-j$5vHlc$>T85Uf=Saw_KZKg?YxOxFUhLiP$S1$g3*dGh!oqz9z!QIV8L z(DzcH-mrrfl4rg1N|kT`W+^uK8Xuox6c;A!{%bP$G8G0_{^H3`k7eZLcqN(WWZhWc znyn8oVGfVJM{)SJ1K?kO*I^El{GJ3d+==*g_8^PLzd+@p!+pQ0;j-b_4V^Z$9cXUb z%?b)Dufjc?86w5(o?Rsj!SAtD?gu}}{<I%c(caR_{8LSi=8E=crhU8}NE9VOrN}QY z=SxCzkF7O#Bs5h{1-ormx#pLJqepFQx6SB>g~-lsTJKFJ^AN<RHm}<IMb;G#x;`x1 zP6gi4tNayJ%D84cQ2we7DAo4g+7Q3Gs9NLaYUfm*@y+%U9Re=j|MUrPA0c>T;(h|k z?W-<2O*N7XC{6gvR`V^O5t^K4jWZ{E=WphB`J??fGw8(F=ODzqj6~5O+)C9<jwSgz z9^rDER8zzc_RCvzhG|_z7}L}w#i%8&+0CcFh=EjUm`{wuXfBt32!>;w47qSVSJ*8L zt;SG$y0r=G8*KwpHBAaFtC~05a&Yv@`LmN_mZ0`5BfpEA+<-8^;d!8Ufcqlh_%>96 zf0i}?HnTY^nlh>{j6$hbtuU(G$}~LJC?1n-+q(%=tay8S_|9O>PrMYkAfY$az&4^B zEenPVaEE5AxYiw5O4Kq)eAvFfN!b6fV>V4V=#U>;=VNnv@aIas&}ED5Y}T3;99<z_ zQYJj2JHcN>V+0SY7(b6XvxSXHC1n)5#L&4LzlYQkm3Wg4=(qTl;*M^7t`VNsCOQp; z>%Ng5?rBkYGm68kmc4R=sw28A$v7^nmMlbG3DQ8b;8z|8S0Ft@ve#NkS{}|I;hXw? zIL5ZEbDJANL=W}vy9$-qr%J^JJ1X<>;OKHZh2&lED;2#pH6FJ@8)@>!FX9Cilmd0% z6xE_D21H{7E`=aZk}2Hy6J4L#7kqy*^xx*rX}Czp_f=cSqdWx9?70V3Zfw2d<24@I zmVa(E&iWSio3Zz|fvJr2&hJNhwdsDs!D{M`qf<u<Trp(*L8yNk@1|CpV|FADdf9SG z${8%q6LgXexvy^p4GvKR2B>o@$jS!{s)+UyX#N6^;r48S_D@$W^Bx~gAoICF%S_dK z1W9a(%Vkj^RRrxFU|kly!YDc5p(E7*eO$d0H;vMe00}_EIeS|u-uc|GhdkhQ#jJB> z6D?1PTnP<H>FeL4PyKaZarE;$xx&&gSlk-&ktYS<0%8W0IZ^#acqd*0e3}8qJa5UZ zekp=&Ja;p<zX*VcDn3v6fo%KW*a(c0a?#?iM~5jn)rV^xlEOd=;^&JYu7S$R%I|zW z`Afi4`b4{2oCX47VxcItt@aw-nZF9>1JoO`>D>S|WboyrP^0_Mht@+djCf2vNB(IG z$Zg8&-^MG^Vw5ZFxJ|4SoBpY)jhVsxO2_GVXDoVC3vd$qd=kW9LEsM!p4!?*m5jZX z;Z_x$2QNl1uobk0N$=w4iYB}#a90AT?r%yFcLkyaQ`1sX%q{R>%_K2%Kebqq7^Jg} znRvQjtq@D>>)SmdKK(3%r3RnBki}GJicP&0>VMpDhmkJyn)I67MS4&<Im18WXh0O9 zI&|sEHH_FB?Uc`7yL|M;TBCca>4+wCRj*n;)iB_f-{xYXDBLwIb7C;nwm>L#a{Vb) z%NlfZ<wqGsDwj%-()4_=aK$cj8!Cg1z?V4kMLPm^)`@t?SMhVM%yM;Ns^)4-fvjJu zL)2*VVu~;Ua+FeqDTl8dzr1X1RHr=f(nJIm5MhGKY|^<R7X{FGhVi=_1lUaH)s=rh z?x8VU#+u_dU)BxI_$#2GA#ylw8{IoqR%e~O>RJ|mor#@V0P47~$VDt%7yxxw^;g0Y zLP|c4nJup$oeSm6e9DxfE8GdQmZfV8tFG4>FAMmfBBguoYXA(s7Oll<jE&ys&TW2$ zo%{o^?&~u9=;fmu4jNo+nGbH*Bl}^X__J_>;I%ilT_tdMV#qnhwYj<g$5#06Hs(== z_QE|8FMI{Zb~BsBm)opx)PC*Q%fm`VZdUZ*x?sMRx_92L*AT?Yq>AZEN&Fk>YVb*x zn{78DWh5#_zyj$Dmw;oP{GM7BNJg)6I9Gohr*?8rNd~UJ51nm0%dUXWt@&i)fxLMO z6;gbgc3E2Dh=G-(JwMy-`|wKf_|UfG+CVcHltsvk&7jC`blvq<QXj##?f}uqU&Y7S za-7M1r@pBRd~{xiY|^Rmk{e!r8iUo4=fHf#3{SeVB$`xMoc^25M7uL1M!y=L&PjfJ zBIu#ahn`N6YX3cLV7;{N%9+$`$UKv71kCEc@L^UFy+W=Y9d0x~Xn!lO9X$QMVYUsi zL6Znd+NLp#FrE*2r&V*PZ50+27p3p^MC4+>9P70|Y{YHB+E}9p&}G5BVN>lY(;GgC ztAb}mWqI0oyByK(E^T*kp!*5<peFoM`dz4&6k5XdxX0Eed#9b}#{Vz>>^zPShR}<q zKE1KNDxN(~srX-nHga*_B*T8zam6;j9}jdgS8d`r&+Ni+pp?erMBLVTT#s1mXvCWb z{#!UMq{Dpta3@2^Xpp3xb(N4}%QNcEY?NS*?&-=y(rl)XbmtD~Wdm%Ugcv#4rnB(2 zk7A@=2W9ZIsSJBaT%l!Wx6NIF6HYvDPGL}_e3+&Fymu(vWdpNuG2{?#4M;e;0I9b7 z{g|>ShiEDMtr*f~2r^AFUYqHY+JaBs_oD8M8-MH!v=(b6=0qo4ER=%aS(+Kc+Kl46 zd^8KnS?HnxYo9oC7TMjz0M`I~Z@#pc#vP@?CwXhOpOwGk?{m3FY3Dd@`FxJl`sFa- zg>CkL*XsiNVbZSN_+?Kid&VYZ%p_~Pr=vJ#M*%(08&00H2-ddhe-52+P06={TE5IE z3c`2^>AV7ZKl$_Q)*U7Ad@gck2Fl)6fCD1$H6(H;aRPF&az2W^rA(6cOqC8*@7n1D z?Wi)cGl<Ps4gw~2tGaoR*4<{-hQ#8eLQEM$FLT;}=6CSPi@SQr!h{6~>E>kkvv?U- z;ebc(e6$6cCoecls!prts}nPXfPoW48cX#w2F#jU-irRE@{aE~;7>jXQ@E^MdeJ~9 zl>Vkh*3gTOIK+SvP!`yg@*lr5+Bk$gaj#cp1lV;f2Uv;^f2}pwcYyUl8%>1I52Po1 zP)gw~H+(3F6tfZY+NRN*j<6JB|C%D5iD~*>jB9`*aU9-O^{X<-mq0ys(wJe&c6z01 z3x&jjx;oqLr(Ls21COc`v~tAT>0xMbA-)b>SeYQFq1$cRwnwk_dfhXJE1CYB-gK;x zE1u3_-J)t$7auRXXee|ao>gUTtK6dCGFnhJ{xO(!h6n~M=^zr?zAvSghGYb`c2$1g z^R|WR<5avR!`I@ivq0}h_@|Dna`e9HmpuPa#zm@F&P?_kBX#W`X(CW%_WSv&G|Kle zSI!Cp&o#(2;}rC6k@!pmr5I2=(=ii1B@_Msc5x%Jdmu2vj*X`KeRBGLWL+&o&G+i| G(f<P&d%a)) literal 91229 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 Sb0u2+C)d?9)Ig}ci2gsb76aP= diff --git a/src/main/webapp/js/app.min.js b/src/main/webapp/js/app.min.js index 942d5f203..1832ba9b8 100644 --- a/src/main/webapp/js/app.min.js +++ b/src/main/webapp/js/app.min.js @@ -96,7 +96,7 @@ ea;m.wa=m.normalizeRCData=e;m.xa=m.sanitize=function(a,b,d,e){return Q(a,ea(b,d, l--,_+=n[s++]<<u,u+=8}if(a.nlen=(31&_)+257,_>>>=5,u-=5,a.ndist=(31&_)+1,_>>>=5,u-=5,a.ncode=(15&_)+4,_>>>=4,u-=4,a.nlen>286||a.ndist>30){t.msg="too many length or distance symbols",a.mode=_t;break}a.have=0,a.mode=tt;case tt:for(;a.have<a.ncode;){for(;u<3;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}a.lens[At[a.have++]]=7&_,_>>>=3,u-=3}for(;a.have<19;)a.lens[At[a.have++]]=0;if(a.lencode=a.lendyn,a.lenbits=7,zt={bits:a.lenbits},xt=y(x,a.lens,0,19,a.lencode,0,a.work,zt),a.lenbits=zt.bits,xt){t.msg="invalid code lengths set",a.mode=_t;break}a.have=0,a.mode=et;case et:for(;a.have<a.nlen+a.ndist;){for(;St=a.lencode[_&(1<<a.lenbits)-1],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(wt<16)_>>>=gt,u-=gt,a.lens[a.have++]=wt;else{if(16===wt){for(Bt=gt+2;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(_>>>=gt,u-=gt,0===a.have){t.msg="invalid bit length repeat",a.mode=_t;break}yt=a.lens[a.have-1],g=3+(3&_),_>>>=2,u-=2}else if(17===wt){for(Bt=gt+3;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=gt,u-=gt,yt=0,g=3+(7&_),_>>>=3,u-=3}else{for(Bt=gt+7;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=gt,u-=gt,yt=0,g=11+(127&_),_>>>=7,u-=7}if(a.have+g>a.nlen+a.ndist){t.msg="invalid bit length repeat",a.mode=_t;break}for(;g--;)a.lens[a.have++]=yt}}if(a.mode===_t)break;if(0===a.lens[256]){t.msg="invalid code -- missing end-of-block",a.mode=_t;break}if(a.lenbits=9,zt={bits:a.lenbits},xt=y(z,a.lens,0,a.nlen,a.lencode,0,a.work,zt),a.lenbits=zt.bits,xt){t.msg="invalid literal/lengths set",a.mode=_t;break}if(a.distbits=6,a.distcode=a.distdyn,zt={bits:a.distbits},xt=y(B,a.lens,a.nlen,a.ndist,a.distcode,0,a.work,zt),a.distbits=zt.bits,xt){t.msg="invalid distances set",a.mode=_t;break}if(a.mode=at,e===A)break t;case at:a.mode=it;case it:if(l>=6&&h>=258){t.next_out=o,t.avail_out=h,t.next_in=s,t.avail_in=l,a.hold=_,a.bits=u,k(t,b),o=t.next_out,r=t.output,h=t.avail_out,s=t.next_in,n=t.input,l=t.avail_in,_=a.hold,u=a.bits,a.mode===X&&(a.back=-1);break}for(a.back=0;St=a.lencode[_&(1<<a.lenbits)-1],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(mt&&0===(240&mt)){for(pt=gt,vt=mt,kt=wt;St=a.lencode[kt+((_&(1<<pt+vt)-1)>>pt)],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(pt+gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=pt,u-=pt,a.back+=pt}if(_>>>=gt,u-=gt,a.back+=gt,a.length=wt,0===mt){a.mode=lt;break}if(32&mt){a.back=-1,a.mode=X;break}if(64&mt){t.msg="invalid literal/length code",a.mode=_t;break}a.extra=15&mt,a.mode=nt;case nt:if(a.extra){for(Bt=a.extra;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}a.length+=_&(1<<a.extra)-1,_>>>=a.extra,u-=a.extra,a.back+=a.extra}a.was=a.length,a.mode=rt;case rt:for(;St=a.distcode[_&(1<<a.distbits)-1],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(0===(240&mt)){for(pt=gt,vt=mt,kt=wt;St=a.distcode[kt+((_&(1<<pt+vt)-1)>>pt)],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(pt+gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=pt,u-=pt,a.back+=pt}if(_>>>=gt,u-=gt,a.back+=gt,64&mt){t.msg="invalid distance code",a.mode=_t;break}a.offset=wt,a.extra=15&mt,a.mode=st;case st:if(a.extra){for(Bt=a.extra;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}a.offset+=_&(1<<a.extra)-1,_>>>=a.extra,u-=a.extra,a.back+=a.extra}if(a.offset>a.dmax){t.msg="invalid distance too far back",a.mode=_t;break}a.mode=ot;case ot:if(0===h)break t;if(g=b-h,a.offset>g){if(g=a.offset-g,g>a.whave&&a.sane){t.msg="invalid distance too far back",a.mode=_t;break}g>a.wnext?(g-=a.wnext,m=a.wsize-g):m=a.wnext-g,g>a.length&&(g=a.length),bt=a.window}else bt=r,m=o-a.offset,g=a.length;g>h&&(g=h),h-=g,a.length-=g;do r[o++]=bt[m++];while(--g);0===a.length&&(a.mode=it);break;case lt:if(0===h)break t;r[o++]=a.length,h--,a.mode=it;break;case ht:if(a.wrap){for(;u<32;){if(0===l)break t;l--,_|=n[s++]<<u,u+=8}if(b-=h,t.total_out+=b,a.total+=b,b&&(t.adler=a.check=a.flags?v(a.check,r,b,o-b):p(a.check,r,b,o-b)),b=h,(a.flags?_:i(_))!==a.check){t.msg="incorrect data check",a.mode=_t;break}_=0,u=0}a.mode=dt;case dt:if(a.wrap&&a.flags){for(;u<32;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(_!==(4294967295&a.total)){t.msg="incorrect length check",a.mode=_t;break}_=0,u=0}a.mode=ft;case ft:xt=R;break t;case _t:xt=O;break t;case ut:return D;case ct:default:return N}return t.next_out=o,t.avail_out=h,t.next_in=s,t.avail_in=l,a.hold=_,a.bits=u,(a.wsize||b!==t.avail_out&&a.mode<_t&&(a.mode<ht||e!==S))&&f(t,t.output,t.next_out,b-t.avail_out)?(a.mode=ut,D):(c-=t.avail_in,b-=t.avail_out,t.total_in+=c,t.total_out+=b,a.total+=b,a.wrap&&b&&(t.adler=a.check=a.flags?v(a.check,r,b,t.next_out-b):p(a.check,r,b,t.next_out-b)),t.data_type=a.bits+(a.last?64:0)+(a.mode===X?128:0)+(a.mode===at||a.mode===Q?256:0),(0===c&&0===b||e===S)&&xt===Z&&(xt=I),xt)}function u(t){if(!t||!t.state)return N;var e=t.state;return e.window&&(e.window=null),t.state=null,Z}function c(t,e){var a;return t&&t.state?(a=t.state,0===(2&a.wrap)?N:(a.head=e,e.done=!1,Z)):N}function b(t,e){var a,i,n,r=e.length;return t&&t.state?(a=t.state,0!==a.wrap&&a.mode!==G?N:a.mode===G&&(i=1,i=p(i,e,r,0),i!==a.check)?O:(n=f(t,e,r,r))?(a.mode=ut,D):(a.havedict=1,Z)):N}var g,m,w=t("../utils/common"),p=t("./adler32"),v=t("./crc32"),k=t("./inffast"),y=t("./inftrees"),x=0,z=1,B=2,S=4,E=5,A=6,Z=0,R=1,C=2,N=-2,O=-3,D=-4,I=-5,U=8,T=1,F=2,L=3,H=4,j=5,K=6,M=7,P=8,Y=9,q=10,G=11,X=12,W=13,J=14,Q=15,V=16,$=17,tt=18,et=19,at=20,it=21,nt=22,rt=23,st=24,ot=25,lt=26,ht=27,dt=28,ft=29,_t=30,ut=31,ct=32,bt=852,gt=592,mt=15,wt=mt,pt=!0;a.inflateReset=s,a.inflateReset2=o,a.inflateResetKeep=r,a.inflateInit=h,a.inflateInit2=l,a.inflate=_,a.inflateEnd=u,a.inflateGetHeader=c,a.inflateSetDictionary=b,a.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":3,"./adler32":5,"./crc32":7,"./inffast":10,"./inftrees":12}],12:[function(t,e,a){"use strict";var i=t("../utils/common"),n=15,r=852,s=592,o=0,l=1,h=2,d=[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],f=[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,72,78],_=[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],u=[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];e.exports=function(t,e,a,c,b,g,m,w){var p,v,k,y,x,z,B,S,E,A=w.bits,Z=0,R=0,C=0,N=0,O=0,D=0,I=0,U=0,T=0,F=0,L=null,H=0,j=new i.Buf16(n+1),K=new i.Buf16(n+1),M=null,P=0;for(Z=0;Z<=n;Z++)j[Z]=0;for(R=0;R<c;R++)j[e[a+R]]++;for(O=A,N=n;N>=1&&0===j[N];N--);if(O>N&&(O=N),0===N)return b[g++]=20971520,b[g++]=20971520,w.bits=1,0;for(C=1;C<N&&0===j[C];C++);for(O<C&&(O=C),U=1,Z=1;Z<=n;Z++)if(U<<=1,U-=j[Z],U<0)return-1;if(U>0&&(t===o||1!==N))return-1;for(K[1]=0,Z=1;Z<n;Z++)K[Z+1]=K[Z]+j[Z];for(R=0;R<c;R++)0!==e[a+R]&&(m[K[e[a+R]]++]=R);if(t===o?(L=M=m,z=19):t===l?(L=d,H-=257,M=f,P-=257,z=256):(L=_,M=u,z=-1),F=0,R=0,Z=C,x=g,D=O,I=0,k=-1,T=1<<O,y=T-1,t===l&&T>r||t===h&&T>s)return 1;for(var Y=0;;){Y++,B=Z-I,m[R]<z?(S=0,E=m[R]):m[R]>z?(S=M[P+m[R]],E=L[H+m[R]]):(S=96,E=0),p=1<<Z-I,v=1<<D,C=v;do v-=p,b[x+(F>>I)+v]=B<<24|S<<16|E|0;while(0!==v);for(p=1<<Z-1;F&p;)p>>=1;if(0!==p?(F&=p-1,F+=p):F=0,R++,0===--j[Z]){if(Z===N)break;Z=e[a+m[R]]}if(Z>O&&(F&y)!==k){for(0===I&&(I=O),x+=C,D=Z-I,U=1<<D;D+I<N&&(U-=j[D+I],!(U<=0));)D++,U<<=1;if(T+=1<<D,t===l&&T>r||t===h&&T>s)return 1;k=F&y,b[k]=O<<24|D<<16|x-g|0}}return 0!==F&&(b[x+F]=Z-I<<24|64<<16|0),w.bits=O,0}},{"../utils/common":3}],13:[function(t,e,a){"use strict";e.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],14:[function(t,e,a){"use strict";function i(t){for(var e=t.length;--e>=0;)t[e]=0}function n(t,e,a,i,n){this.static_tree=t,this.extra_bits=e,this.extra_base=a,this.elems=i,this.max_length=n,this.has_stree=t&&t.length}function r(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function s(t){return t<256?lt[t]:lt[256+(t>>>7)]}function o(t,e){t.pending_buf[t.pending++]=255&e,t.pending_buf[t.pending++]=e>>>8&255}function l(t,e,a){t.bi_valid>W-a?(t.bi_buf|=e<<t.bi_valid&65535,o(t,t.bi_buf),t.bi_buf=e>>W-t.bi_valid,t.bi_valid+=a-W):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=a)}function h(t,e,a){l(t,a[2*e],a[2*e+1])}function d(t,e){var a=0;do a|=1&t,t>>>=1,a<<=1;while(--e>0);return a>>>1}function f(t){16===t.bi_valid?(o(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=255&t.bi_buf,t.bi_buf>>=8,t.bi_valid-=8)}function _(t,e){var a,i,n,r,s,o,l=e.dyn_tree,h=e.max_code,d=e.stat_desc.static_tree,f=e.stat_desc.has_stree,_=e.stat_desc.extra_bits,u=e.stat_desc.extra_base,c=e.stat_desc.max_length,b=0;for(r=0;r<=X;r++)t.bl_count[r]=0;for(l[2*t.heap[t.heap_max]+1]=0,a=t.heap_max+1;a<G;a++)i=t.heap[a],r=l[2*l[2*i+1]+1]+1,r>c&&(r=c,b++),l[2*i+1]=r,i>h||(t.bl_count[r]++,s=0,i>=u&&(s=_[i-u]),o=l[2*i],t.opt_len+=o*(r+s),f&&(t.static_len+=o*(d[2*i+1]+s)));if(0!==b){do{for(r=c-1;0===t.bl_count[r];)r--;t.bl_count[r]--,t.bl_count[r+1]+=2,t.bl_count[c]--,b-=2}while(b>0);for(r=c;0!==r;r--)for(i=t.bl_count[r];0!==i;)n=t.heap[--a],n>h||(l[2*n+1]!==r&&(t.opt_len+=(r-l[2*n+1])*l[2*n],l[2*n+1]=r),i--)}}function u(t,e,a){var i,n,r=new Array(X+1),s=0;for(i=1;i<=X;i++)r[i]=s=s+a[i-1]<<1;for(n=0;n<=e;n++){var o=t[2*n+1];0!==o&&(t[2*n]=d(r[o]++,o))}}function c(){var t,e,a,i,r,s=new Array(X+1);for(a=0,i=0;i<K-1;i++)for(dt[i]=a,t=0;t<1<<et[i];t++)ht[a++]=i;for(ht[a-1]=i,r=0,i=0;i<16;i++)for(ft[i]=r,t=0;t<1<<at[i];t++)lt[r++]=i;for(r>>=7;i<Y;i++)for(ft[i]=r<<7,t=0;t<1<<at[i]-7;t++)lt[256+r++]=i;for(e=0;e<=X;e++)s[e]=0;for(t=0;t<=143;)st[2*t+1]=8,t++,s[8]++;for(;t<=255;)st[2*t+1]=9,t++,s[9]++;for(;t<=279;)st[2*t+1]=7,t++,s[7]++;for(;t<=287;)st[2*t+1]=8,t++,s[8]++;for(u(st,P+1,s),t=0;t<Y;t++)ot[2*t+1]=5,ot[2*t]=d(t,5);_t=new n(st,et,M+1,P,X),ut=new n(ot,at,0,Y,X),ct=new n(new Array(0),it,0,q,J)}function b(t){var e;for(e=0;e<P;e++)t.dyn_ltree[2*e]=0;for(e=0;e<Y;e++)t.dyn_dtree[2*e]=0;for(e=0;e<q;e++)t.bl_tree[2*e]=0;t.dyn_ltree[2*Q]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}function g(t){t.bi_valid>8?o(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function m(t,e,a,i){g(t),i&&(o(t,a),o(t,~a)),N.arraySet(t.pending_buf,t.window,e,a,t.pending),t.pending+=a}function w(t,e,a,i){var n=2*e,r=2*a;return t[n]<t[r]||t[n]===t[r]&&i[e]<=i[a]}function p(t,e,a){for(var i=t.heap[a],n=a<<1;n<=t.heap_len&&(n<t.heap_len&&w(e,t.heap[n+1],t.heap[n],t.depth)&&n++,!w(e,i,t.heap[n],t.depth));)t.heap[a]=t.heap[n],a=n,n<<=1;t.heap[a]=i}function v(t,e,a){var i,n,r,o,d=0;if(0!==t.last_lit)do i=t.pending_buf[t.d_buf+2*d]<<8|t.pending_buf[t.d_buf+2*d+1],n=t.pending_buf[t.l_buf+d],d++,0===i?h(t,n,e):(r=ht[n],h(t,r+M+1,e),o=et[r],0!==o&&(n-=dt[r],l(t,n,o)),i--,r=s(i),h(t,r,a),o=at[r],0!==o&&(i-=ft[r],l(t,i,o)));while(d<t.last_lit);h(t,Q,e)}function k(t,e){var a,i,n,r=e.dyn_tree,s=e.stat_desc.static_tree,o=e.stat_desc.has_stree,l=e.stat_desc.elems,h=-1;for(t.heap_len=0,t.heap_max=G,a=0;a<l;a++)0!==r[2*a]?(t.heap[++t.heap_len]=h=a,t.depth[a]=0):r[2*a+1]=0;for(;t.heap_len<2;)n=t.heap[++t.heap_len]=h<2?++h:0,r[2*n]=1,t.depth[n]=0,t.opt_len--,o&&(t.static_len-=s[2*n+1]);for(e.max_code=h,a=t.heap_len>>1;a>=1;a--)p(t,r,a);n=l;do a=t.heap[1],t.heap[1]=t.heap[t.heap_len--],p(t,r,1),i=t.heap[1],t.heap[--t.heap_max]=a,t.heap[--t.heap_max]=i,r[2*n]=r[2*a]+r[2*i],t.depth[n]=(t.depth[a]>=t.depth[i]?t.depth[a]:t.depth[i])+1,r[2*a+1]=r[2*i+1]=n,t.heap[1]=n++,p(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],_(t,e),u(r,h,t.bl_count)}function y(t,e,a){var i,n,r=-1,s=e[1],o=0,l=7,h=4;for(0===s&&(l=138,h=3),e[2*(a+1)+1]=65535,i=0;i<=a;i++)n=s,s=e[2*(i+1)+1],++o<l&&n===s||(o<h?t.bl_tree[2*n]+=o:0!==n?(n!==r&&t.bl_tree[2*n]++,t.bl_tree[2*V]++):o<=10?t.bl_tree[2*$]++:t.bl_tree[2*tt]++,o=0,r=n,0===s?(l=138,h=3):n===s?(l=6,h=3):(l=7,h=4))}function x(t,e,a){var i,n,r=-1,s=e[1],o=0,d=7,f=4;for(0===s&&(d=138,f=3),i=0;i<=a;i++)if(n=s,s=e[2*(i+1)+1],!(++o<d&&n===s)){if(o<f){do h(t,n,t.bl_tree);while(0!==--o)}else 0!==n?(n!==r&&(h(t,n,t.bl_tree),o--),h(t,V,t.bl_tree),l(t,o-3,2)):o<=10?(h(t,$,t.bl_tree),l(t,o-3,3)):(h(t,tt,t.bl_tree),l(t,o-11,7));o=0,r=n,0===s?(d=138,f=3):n===s?(d=6,f=3):(d=7,f=4)}}function z(t){var e;for(y(t,t.dyn_ltree,t.l_desc.max_code),y(t,t.dyn_dtree,t.d_desc.max_code),k(t,t.bl_desc),e=q-1;e>=3&&0===t.bl_tree[2*nt[e]+1];e--);return t.opt_len+=3*(e+1)+5+5+4,e}function B(t,e,a,i){var n;for(l(t,e-257,5),l(t,a-1,5),l(t,i-4,4),n=0;n<i;n++)l(t,t.bl_tree[2*nt[n]+1],3);x(t,t.dyn_ltree,e-1),x(t,t.dyn_dtree,a-1)}function S(t){var e,a=4093624447;for(e=0;e<=31;e++,a>>>=1)if(1&a&&0!==t.dyn_ltree[2*e])return D;if(0!==t.dyn_ltree[18]||0!==t.dyn_ltree[20]||0!==t.dyn_ltree[26])return I;for(e=32;e<M;e++)if(0!==t.dyn_ltree[2*e])return I;return D}function E(t){bt||(c(),bt=!0),t.l_desc=new r(t.dyn_ltree,_t),t.d_desc=new r(t.dyn_dtree,ut),t.bl_desc=new r(t.bl_tree,ct),t.bi_buf=0,t.bi_valid=0,b(t)}function A(t,e,a,i){l(t,(T<<1)+(i?1:0),3),m(t,e,a,!0)}function Z(t){l(t,F<<1,3),h(t,Q,st),f(t)}function R(t,e,a,i){var n,r,s=0;t.level>0?(t.strm.data_type===U&&(t.strm.data_type=S(t)),k(t,t.l_desc),k(t,t.d_desc),s=z(t),n=t.opt_len+3+7>>>3,r=t.static_len+3+7>>>3,r<=n&&(n=r)):n=r=a+5,a+4<=n&&e!==-1?A(t,e,a,i):t.strategy===O||r===n?(l(t,(F<<1)+(i?1:0),3),v(t,st,ot)):(l(t,(L<<1)+(i?1:0),3),B(t,t.l_desc.max_code+1,t.d_desc.max_code+1,s+1),v(t,t.dyn_ltree,t.dyn_dtree)),b(t),i&&g(t)}function C(t,e,a){return t.pending_buf[t.d_buf+2*t.last_lit]=e>>>8&255,t.pending_buf[t.d_buf+2*t.last_lit+1]=255&e,t.pending_buf[t.l_buf+t.last_lit]=255&a,t.last_lit++,0===e?t.dyn_ltree[2*a]++:(t.matches++,e--,t.dyn_ltree[2*(ht[a]+M+1)]++,t.dyn_dtree[2*s(e)]++),t.last_lit===t.lit_bufsize-1}var N=t("../utils/common"),O=4,D=0,I=1,U=2,T=0,F=1,L=2,H=3,j=258,K=29,M=256,P=M+1+K,Y=30,q=19,G=2*P+1,X=15,W=16,J=7,Q=256,V=16,$=17,tt=18,et=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],at=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],it=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],nt=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],rt=512,st=new Array(2*(P+2));i(st);var ot=new Array(2*Y);i(ot);var lt=new Array(rt);i(lt);var ht=new Array(j-H+1);i(ht);var dt=new Array(K);i(dt);var ft=new Array(Y);i(ft);var _t,ut,ct,bt=!1;a._tr_init=E,a._tr_stored_block=A,a._tr_flush_block=R,a._tr_tally=C,a._tr_align=Z},{"../utils/common":3}],15:[function(t,e,a){"use strict";function i(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}e.exports=i},{}],"/":[function(t,e,a){"use strict";var i=t("./lib/utils/common").assign,n=t("./lib/deflate"),r=t("./lib/inflate"),s=t("./lib/zlib/constants"),o={};i(o,n,r,s),e.exports=o},{"./lib/deflate":1,"./lib/inflate":2,"./lib/utils/common":3,"./lib/zlib/constants":6}]},{},[])("/")}); var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(a,b){var c="",d,e,f,g,k,l,m=0;for(null!=b&&b||(a=Base64._utf8_encode(a));m<a.length;)d=a.charCodeAt(m++),e=a.charCodeAt(m++),f=a.charCodeAt(m++),g=d>>2,d=(d&3)<<4|e>>4,k=(e&15)<<2|f>>6,l=f&63,isNaN(e)?k=l=64:isNaN(f)&&(l=64),c=c+this._keyStr.charAt(g)+this._keyStr.charAt(d)+this._keyStr.charAt(k)+this._keyStr.charAt(l);return c},decode:function(a,b){b=null!=b?b:!1;var c="",d,e,f,g,k,l=0;for(a=a.replace(/[^A-Za-z0-9\+\/\=]/g, "");l<a.length;)d=this._keyStr.indexOf(a.charAt(l++)),e=this._keyStr.indexOf(a.charAt(l++)),g=this._keyStr.indexOf(a.charAt(l++)),k=this._keyStr.indexOf(a.charAt(l++)),d=d<<2|e>>4,e=(e&15)<<4|g>>2,f=(g&3)<<6|k,c+=String.fromCharCode(d),64!=g&&(c+=String.fromCharCode(e)),64!=k&&(c+=String.fromCharCode(f));b||(c=Base64._utf8_decode(c));return c},_utf8_encode:function(a){a=a.replace(/\r\n/g,"\n");for(var b="",c=0;c<a.length;c++){var d=a.charCodeAt(c);128>d?b+=String.fromCharCode(d):(127<d&&2048>d?b+= -String.fromCharCode(d>>6|192):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128)),b+=String.fromCharCode(d&63|128))}return b},_utf8_decode:function(a){var b="",c=0,d;for(c1=c2=0;c<a.length;)d=a.charCodeAt(c),128>d?(b+=String.fromCharCode(d),c++):191<d&&224>d?(c2=a.charCodeAt(c+1),b+=String.fromCharCode((d&31)<<6|c2&63),c+=2):(c2=a.charCodeAt(c+1),c3=a.charCodeAt(c+2),b+=String.fromCharCode((d&15)<<12|(c2&63)<<6|c3&63),c+=3);return b}};window.urlParams=window.urlParams||{};window.isLocalStorage=window.isLocalStorage||!1;window.isSvgBrowser=window.isSvgBrowser||0>navigator.userAgent.indexOf("MSIE")||9<=document.documentMode;window.EXPORT_URL=window.EXPORT_URL||"https://exp.draw.io/ImageExport4/export";window.PLANT_URL=window.PLANT_URL||"https://exp-plant.draw.io/plantuml2";window.VSD_CONVERT_URL=window.VSD_CONVERT_URL||"https://convert.draw.io/VsdConverter/api/converter";window.SAVE_URL=window.SAVE_URL||"save"; +String.fromCharCode(d>>6|192):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128)),b+=String.fromCharCode(d&63|128))}return b},_utf8_decode:function(a){var b="",c=0,d;for(c1=c2=0;c<a.length;)d=a.charCodeAt(c),128>d?(b+=String.fromCharCode(d),c++):191<d&&224>d?(c2=a.charCodeAt(c+1),b+=String.fromCharCode((d&31)<<6|c2&63),c+=2):(c2=a.charCodeAt(c+1),c3=a.charCodeAt(c+2),b+=String.fromCharCode((d&15)<<12|(c2&63)<<6|c3&63),c+=3);return b}};window.urlParams=window.urlParams||{};window.isLocalStorage=window.isLocalStorage||!1;window.isSvgBrowser=window.isSvgBrowser||0>navigator.userAgent.indexOf("MSIE")||9<=document.documentMode;window.EXPORT_URL=window.EXPORT_URL||"https://exp.draw.io/ImageExport4/export";window.PLANT_URL=window.PLANT_URL||"https://exp-plant.draw.io/plantuml3";window.VSD_CONVERT_URL=window.VSD_CONVERT_URL||"https://convert.draw.io/VsdConverter/api/converter";window.SAVE_URL=window.SAVE_URL||"save"; window.OPEN_URL=window.OPEN_URL||"open";window.PROXY_URL=window.PROXY_URL||"proxy";window.SHAPES_PATH=window.SHAPES_PATH||"shapes";window.GRAPH_IMAGE_PATH=window.GRAPH_IMAGE_PATH||"img";window.ICONSEARCH_PATH=window.ICONSEARCH_PATH||((0<=navigator.userAgent.indexOf("MSIE")||urlParams.dev)&&"file:"!=window.location.protocol?"iconSearch":"https://www.draw.io/iconSearch");window.TEMPLATE_PATH=window.TEMPLATE_PATH||"templates";window.RESOURCES_PATH=window.RESOURCES_PATH||"resources"; window.RESOURCE_BASE=window.RESOURCE_BASE||RESOURCES_PATH+"/dia";window.mxLoadResources=window.mxLoadResources||!1;window.mxLanguage=window.mxLanguage||function(){var a="1"==urlParams.offline?"en":urlParams.lang;if(null==a&&"undefined"!=typeof JSON&&isLocalStorage)try{var b=localStorage.getItem(".drawio-config");null!=b&&(a=JSON.parse(b).language||null)}catch(c){isLocalStorage=!1}return a}(); window.mxLanguageMap=window.mxLanguageMap||{i18n:"",id:"Bahasa Indonesia",ms:"Bahasa Melayu",bs:"Bosanski",bg:"Bulgarian",ca:"Català ",cs:"ÄŒeÅ¡tina",da:"Dansk",de:"Deutsch",et:"Eesti",en:"English",es:"Español",fil:"Filipino",fr:"Français",it:"Italiano",hu:"Magyar",nl:"Nederlands",no:"Norsk",pl:"Polski","pt-br":"Português (Brasil)",pt:"Português (Portugal)",ro:"Română",fi:"Suomi",sv:"Svenska",vi:"Tiếng Việt",tr:"Türkçe",el:"Ελληνικά",ru:"РуÑÑкий",sr:"СрпÑки",uk:"УкраїнÑька",he:"עברית",ar:"العربية",th:"ไทย", @@ -237,7 +237,7 @@ function mxXmlRequest(a,b,c,d,e,f){this.url=a;this.params=b;this.method=c||"POST mxXmlRequest.prototype.decodeSimulateValues=!1;mxXmlRequest.prototype.isBinary=function(){return this.binary};mxXmlRequest.prototype.setBinary=function(a){this.binary=a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.isReady=function(){return 4==this.request.readyState};mxXmlRequest.prototype.getDocumentElement=function(){var a=this.getXml();return null!=a?a.documentElement:null}; mxXmlRequest.prototype.getXml=function(){var a=this.request.responseXML;if(9<=document.documentMode||null==a||null==a.documentElement)a=mxUtils.parseXml(this.request.responseText);return a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.getStatus=function(){return this.request.status}; mxXmlRequest.prototype.create=function(){if(window.XMLHttpRequest)return function(){var a=new XMLHttpRequest;this.isBinary()&&a.overrideMimeType&&a.overrideMimeType("text/plain; charset=x-user-defined");return a};if("undefined"!=typeof ActiveXObject)return function(){return new ActiveXObject("Microsoft.XMLHTTP")}}(); -mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& +mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.request.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& window.XMLHttpRequest&&null!=c&&null!=d&&(this.request.timeout=c,this.request.ontimeout=d),this.request.send(this.params))};mxXmlRequest.prototype.setRequestHeaders=function(a,b){null!=b&&a.setRequestHeader("Content-Type","application/x-www-form-urlencoded")}; mxXmlRequest.prototype.simulate=function(a,b){a=a||document;var c=null;a==document&&(c=window.onbeforeunload,window.onbeforeunload=null);var d=a.createElement("form");d.setAttribute("method",this.method);d.setAttribute("action",this.url);null!=b&&d.setAttribute("target",b);d.style.display="none";d.style.visibility="hidden";for(var e=0<this.params.indexOf("&")?this.params.split("&"):this.params.split(),f=0;f<e.length;f++){var g=e[f].indexOf("=");if(0<g){var k=e[f].substring(0,g),g=e[f].substring(g+ 1);this.decodeSimulateValues&&(g=decodeURIComponent(g));var l=a.createElement("textarea");l.setAttribute("wrap","off");l.setAttribute("name",k);mxUtils.write(l,g);d.appendChild(l)}}a.body.appendChild(d);d.submit();null!=d.parentNode&&d.parentNode.removeChild(d);null!=c&&(window.onbeforeunload=c)}; @@ -1565,9 +1565,9 @@ mxConnectionHandler.prototype.reset=function(){null!=this.shape&&(this.shape.des mxConnectionHandler.prototype.drawPreview=function(){this.updatePreview(null==this.error);this.shape.redraw()};mxConnectionHandler.prototype.updatePreview=function(a){this.shape.strokewidth=this.getEdgeWidth(a);this.shape.stroke=this.getEdgeColor(a)};mxConnectionHandler.prototype.getEdgeColor=function(a){return a?mxConstants.VALID_COLOR:mxConstants.INVALID_COLOR};mxConnectionHandler.prototype.getEdgeWidth=function(a){return a?3:1}; mxConnectionHandler.prototype.connect=function(a,b,c,d){if(null!=b||this.isCreateTarget(c)||this.graph.allowDanglingEdges){var e=this.graph.getModel(),f=!1,g=null;e.beginUpdate();try{if(null!=a&&null==b&&!this.graph.isIgnoreTerminalEvent(c)&&this.isCreateTarget(c)&&(b=this.createTargetVertex(c,a),null!=b)){d=this.graph.getDropTarget([b],c,d);f=!0;if(null!=d&&this.graph.getModel().isEdge(d))d=this.graph.getDefaultParent();else{var k=this.graph.getView().getState(d);if(null!=k){var l=e.getGeometry(b); l.x-=k.origin.x;l.y-=k.origin.y}}this.graph.addCell(b,d)}var m=this.graph.getDefaultParent();null!=a&&null!=b&&e.getParent(a)==e.getParent(b)&&e.getParent(e.getParent(a))!=e.getRoot()&&(m=e.getParent(a),null!=a.geometry&&a.geometry.relative&&null!=b.geometry&&b.geometry.relative&&(m=e.getParent(m)));var n=k=null;null!=this.edgeState&&(k=this.edgeState.cell.value,n=this.edgeState.cell.style);g=this.insertEdge(m,null,k,a,b,n);if(null!=g){this.graph.setConnectionConstraint(g,a,!0,this.sourceConstraint); -this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){m=null;for(l=a;null!=l.parent&&null!=l.geometry&&l.geometry.relative&&l.parent!=g.parent;)l=this.graph.model.getParent(l);null!=l&&null!=l.parent&&l.parent==g.parent&&(m=l.parent.getIndex(l),l.parent.insert(g,m))}var p=e.getGeometry(g);null==p&&(p=new mxGeometry,p.relative=!0,e.setGeometry(g,p));if(null!= -this.waypoints&&0<this.waypoints.length){var q=this.graph.view.scale,r=this.graph.view.translate;p.points=[];for(a=0;a<this.waypoints.length;a++){var t=this.waypoints[a];p.points.push(new mxPoint(t.x/q-r.x,t.y/q-r.y))}}if(null==b){var u=this.graph.view.translate,q=this.graph.view.scale,t=null!=this.originalPoint?new mxPoint(this.originalPoint.x/q-u.x,this.originalPoint.y/q-u.y):new mxPoint(this.currentPoint.x/q-u.x,this.currentPoint.y/q-u.y);t.x-=this.graph.panDx/this.graph.view.scale;t.y-=this.graph.panDy/ -this.graph.view.scale;p.setTerminalPoint(t,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(x){mxLog.show(),mxLog.debug(x.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; +this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);m=e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){for(l=a;null!=l.parent&&null!=l.geometry&&l.geometry.relative&&l.parent!=g.parent;)l=this.graph.model.getParent(l);null!=l&&null!=l.parent&&l.parent==g.parent&&e.add(m,g,l.parent.getIndex(l))}var p=e.getGeometry(g);null==p&&(p=new mxGeometry,p.relative=!0,e.setGeometry(g,p));if(null!=this.waypoints&& +0<this.waypoints.length){var q=this.graph.view.scale,r=this.graph.view.translate;p.points=[];for(a=0;a<this.waypoints.length;a++){var t=this.waypoints[a];p.points.push(new mxPoint(t.x/q-r.x,t.y/q-r.y))}}if(null==b){var u=this.graph.view.translate,q=this.graph.view.scale,t=null!=this.originalPoint?new mxPoint(this.originalPoint.x/q-u.x,this.originalPoint.y/q-u.y):new mxPoint(this.currentPoint.x/q-u.x,this.currentPoint.y/q-u.y);t.x-=this.graph.panDx/this.graph.view.scale;t.y-=this.graph.panDy/this.graph.view.scale; +p.setTerminalPoint(t,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(x){mxLog.show(),mxLog.debug(x.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; mxConnectionHandler.prototype.insertEdge=function(a,b,c,d,e,f){if(null==this.factoryMethod)return this.graph.insertEdge(a,b,c,d,e,f);b=this.createEdge(c,d,e,f);return this.graph.addEdge(b,a,d,e)}; mxConnectionHandler.prototype.createTargetVertex=function(a,b){for(var c=this.graph.getCellGeometry(b);null!=c&&c.relative;)b=this.graph.getModel().getParent(b),c=this.graph.getCellGeometry(b);var d=this.graph.cloneCells([b])[0],c=this.graph.getModel().getGeometry(d);if(null!=c){var e=this.graph.view.translate,f=this.graph.view.scale,g=new mxPoint(this.currentPoint.x/f-e.x,this.currentPoint.y/f-e.y);c.x=Math.round(g.x-c.width/2-this.graph.panDx/f);c.y=Math.round(g.y-c.height/2-this.graph.panDy/f); g=this.getAlignmentTolerance();if(0<g){var k=this.graph.view.getState(b);if(null!=k){var l=k.x/f-e.x,e=k.y/f-e.y;Math.abs(l-c.x)<=g&&(c.x=Math.round(l));Math.abs(e-c.y)<=g&&(c.y=Math.round(e))}}}return d};mxConnectionHandler.prototype.getAlignmentTolerance=function(a){return this.graph.isGridEnabled()?this.graph.gridSize/2:this.graph.tolerance}; @@ -2358,7 +2358,7 @@ Math.floor(k.getCenterY()-this.triangleRight.height/2)+"px",D.style.left=z.style l=0;l<f.length;l++)null!=f[l].parentNode&&f[l].parentNode.removeChild(f[l]);u||null==v||v.setHandlesVisible(!0);g=mxEvent.isAltDown(e)&&!mxEvent.isShiftDown(e)||null!=w&&F==C?null:mxDragSource.prototype.getDropTarget.apply(this,arguments);f=a.getModel();if(null!=g&&(null!=F||!a.isSplitTarget(g,b,e))){for(;null!=g&&!a.isValidDropTarget(g,b,e)&&f.isVertex(f.getParent(g));)g=f.getParent(g);if(a.view.currentRoot==g||!a.isValidRoot(g)&&0==a.getModel().getChildCount(g)||a.isCellLocked(g)||f.isEdge(g))g= null}return g});q.stopDrag=function(){mxDragSource.prototype.stopDrag.apply(this,arguments);for(var a=[L,K,C,z,x,D,B],b=0;b<a.length;b++)null!=a[b].parentNode&&a[b].parentNode.removeChild(a[b]);null!=r&&null!=v&&v.reset();F=A=w=r=v=null};return q}; Sidebar.prototype.itemClicked=function(a,c,d,b){b=this.editorUi.editor.graph;b.container.focus();if(mxEvent.isAltDown(d)){if(1==b.getSelectionCount()&&b.model.isVertex(b.getSelectionCell())){c=null;for(var f=0;f<a.length&&null==c;f++)b.model.isVertex(a[f])&&(c=f);null!=c&&(b.setSelectionCells(this.dropAndConnect(b.getSelectionCell(),a,mxEvent.isMetaDown(d)||mxEvent.isControlDown(d)?mxEvent.isShiftDown(d)?mxConstants.DIRECTION_WEST:mxConstants.DIRECTION_NORTH:mxEvent.isShiftDown(d)?mxConstants.DIRECTION_EAST: -mxConstants.DIRECTION_SOUTH,c,d)),b.scrollCellToVisible(b.getSelectionCell()))}}else mxEvent.isShiftDown(d)&&!b.isSelectionEmpty()?(this.updateShapes(a[0],b.getSelectionCells()),b.scrollCellToVisible(b.getSelectionCell())):(a=b.getFreeInsertPoint(),c.drop(b,d,null,a.x,a.y,!0),null!=this.editorUi.hoverIcons&&(mxEvent.isTouchEvent(d)||mxEvent.isPenEvent(d))&&this.editorUi.hoverIcons.update(b.view.getState(b.getSelectionCell())))}; +mxConstants.DIRECTION_SOUTH,c,d)),b.scrollCellToVisible(b.getSelectionCell()))}}else if(mxEvent.isShiftDown(d)&&!b.isSelectionEmpty())this.updateShapes(a[0],b.getSelectionCells()),b.scrollCellToVisible(b.getSelectionCell());else{a=b.getFreeInsertPoint();if(mxEvent.isShiftDown(d)){var f=b.getGraphBounds(),e=b.view.translate,h=b.view.scale;a.x=f.x/h-e.x+f.width/h+b.gridSize;a.y=f.y/h-e.y}c.drop(b,d,null,a.x,a.y,!0);null!=this.editorUi.hoverIcons&&(mxEvent.isTouchEvent(d)||mxEvent.isPenEvent(d))&&this.editorUi.hoverIcons.update(b.view.getState(b.getSelectionCell()))}}; Sidebar.prototype.addClickHandler=function(a,c,d){var b=c.mouseDown,f=c.mouseMove,e=c.mouseUp,h=this.editorUi.editor.graph.tolerance,g=null,k=this;c.mouseDown=function(c){b.apply(this,arguments);g=new mxPoint(mxEvent.getClientX(c),mxEvent.getClientY(c));null!=this.dragElement&&(this.dragElement.style.display="none",mxUtils.setOpacity(a,50))};c.mouseMove=function(b){null!=this.dragElement&&"none"==this.dragElement.style.display&&null!=g&&(Math.abs(g.x-mxEvent.getClientX(b))>h||Math.abs(g.y-mxEvent.getClientY(b))> h)&&(this.dragElement.style.display="",mxUtils.setOpacity(a,100));f.apply(this,arguments)};c.mouseUp=function(b){mxEvent.isPopupTrigger(b)||null!=this.currentGraph||null==this.dragElement||"none"!=this.dragElement.style.display||k.itemClicked(d,c,b,a);e.apply(c,arguments);mxUtils.setOpacity(a,100);g=null;k.currentElt=a}}; Sidebar.prototype.createVertexTemplateEntry=function(a,c,d,b,f,e,h,g){g=null!=g&&0<g.length?g:f.toLowerCase();return this.addEntry(g,mxUtils.bind(this,function(){return this.createVertexTemplate(a,c,d,b,f,e,h)}))};Sidebar.prototype.createVertexTemplate=function(a,c,d,b,f,e,h,g){a=[new mxCell(null!=b?b:"",new mxGeometry(0,0,c,d),a)];a[0].vertex=!0;return this.createVertexTemplateFromCells(a,c,d,f,e,h,g)}; @@ -2414,7 +2414,7 @@ if(null!=a)if(a=a.parentNode,this.useCssTransforms){var c=a.getAttribute("transf mxGraphView.prototype.validateBackgroundPage=function(){var a=this.graph.useCssTransforms,d=this.scale,e=this.translate;a&&(this.scale=this.graph.currentScale,this.translate=this.graph.currentTranslate);c.apply(this,arguments);a&&(this.scale=d,this.translate=e)};var d=mxGraph.prototype.updatePageBreaks;mxGraph.prototype.updatePageBreaks=function(a,c,e){var b=this.useCssTransforms,g=this.view.scale,f=this.view.translate;b&&(this.view.scale=1,this.view.translate=new mxPoint(0,0),this.useCssTransforms= !1);d.apply(this,arguments);b&&(this.view.scale=g,this.view.translate=f,this.useCssTransforms=!0)}})();Graph.prototype.isLightboxView=function(){return this.lightbox};Graph.prototype.labelLinkClicked=function(a,c,d){c=c.getAttribute("href");if(null!=c&&!this.isCustomLink(c)&&mxEvent.isLeftMouseButton(d)&&!mxEvent.isPopupTrigger(d)||mxEvent.isTouchEvent(d)){if(!this.isEnabled()||this.isCellLocked(a.cell))a=this.isBlankLink(c)?this.linkTarget:"_top",this.openLink(this.getAbsoluteUrl(c),a);mxEvent.consume(d)}}; Graph.prototype.openLink=function(a,c){var d=window;if("_self"==c&&window!=window.top)window.location.href=a;else if(a.substring(0,this.baseUrl.length)==this.baseUrl&&"#"==a.charAt(this.baseUrl.length)&&"_top"==c&&window==window.top){var b=a.split("#")[1];window.location.hash=="#"+b&&(window.location.hash="");window.location.hash=b}else d=window.open(a,c);return d};Graph.prototype.getLinkTitle=function(a){return a.substring(a.lastIndexOf("/")+1)}; -Graph.prototype.isCustomLink=function(a){return"data:"==a.substring(0,5)};Graph.prototype.customLinkClicked=function(a){console.log("customLinkClicked not implemented")};Graph.prototype.isExternalProtocol=function(a){return"mailto:"===a.substring(0,7)};Graph.prototype.isBlankLink=function(a){return!this.isExternalProtocol(a)&&("blank"===this.linkPolicy||"self"!==this.linkPolicy&&!this.isRelativeUrl(a)&&a.substring(0,this.domainUrl.length)!==this.domainUrl)}; +Graph.prototype.isCustomLink=function(a){return"data:"==a.substring(0,5)};Graph.prototype.customLinkClicked=function(a){return!1};Graph.prototype.isExternalProtocol=function(a){return"mailto:"===a.substring(0,7)};Graph.prototype.isBlankLink=function(a){return!this.isExternalProtocol(a)&&("blank"===this.linkPolicy||"self"!==this.linkPolicy&&!this.isRelativeUrl(a)&&a.substring(0,this.domainUrl.length)!==this.domainUrl)}; Graph.prototype.isRelativeUrl=function(a){return null!=a&&!this.absoluteUrlPattern.test(a)&&"data:"!==a.substring(0,5)&&!this.isExternalProtocol(a)}; Graph.prototype.initLayoutManager=function(){this.layoutManager=new mxLayoutManager(this);this.layoutManager.getLayout=function(a){var c=this.graph.view.getState(a);a=null!=c?c.style:this.graph.getCellStyle(a);return"stackLayout"==a.childLayout?(c=new mxStackLayout(this.graph,!0),c.resizeParentMax="1"==mxUtils.getValue(a,"resizeParentMax","1"),c.horizontal="1"==mxUtils.getValue(a,"horizontalStack","1"),c.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),c.resizeLast="1"==mxUtils.getValue(a, "resizeLast","0"),c.spacing=a.stackSpacing||c.spacing,c.border=a.stackBorder||c.border,c.marginLeft=a.marginLeft||0,c.marginRight=a.marginRight||0,c.marginTop=a.marginTop||0,c.marginBottom=a.marginBottom||0,c.fill=!0,c):"treeLayout"==a.childLayout?(c=new mxCompactTreeLayout(this.graph),c.horizontal="1"==mxUtils.getValue(a,"horizontalTree","1"),c.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),c.groupPadding=mxUtils.getValue(a,"parentPadding",20),c.levelDistance=mxUtils.getValue(a,"treeLevelDistance", @@ -2544,52 +2544,53 @@ b.getGraphX(),b.getGraphY()))&&this.updateCurrentState(b))}},mouseUp:function(a, "data:"!==this.currentLink.substring(0,5)&&e||null==b||b(h,this.currentLink),mxEvent.isConsumed(h)||(h=mxEvent.isMiddleMouseButton(h)?"_blank":e?f.linkTarget:"_top",f.openLink(this.currentLink,h),d.consume())):null!=c&&!d.isConsumed()&&Math.abs(this.scrollLeft-f.container.scrollLeft)<g&&Math.abs(this.scrollTop-f.container.scrollTop)<g&&Math.abs(this.startX-d.getGraphX())<g&&Math.abs(this.startY-d.getGraphY())<g&&c(d.getEvent()));this.clear()},activate:function(a){this.currentLink=f.getAbsoluteUrl(f.getLinkForCell(a.cell)); null!=this.currentLink&&(f.container.style.cursor="pointer",null!=this.highlight&&this.highlight.highlight(a))},clear:function(){null!=f.container&&(f.container.style.cursor=e);this.currentLink=this.currentState=null;null!=this.highlight&&this.highlight.hide();null!=f.tooltipHandler&&f.tooltipHandler.hide()}};f.click=function(a){};f.addMouseListener(h);mxEvent.addListener(document,"mouseleave",function(a){h.clear()})};Graph.prototype.duplicateCells=function(a,b){a=null!=a?a:this.getSelectionCells(); b=null!=b?b:!0;a=this.model.getTopmostCells(a);var c=this.getModel(),d=this.gridSize,e=[];c.beginUpdate();try{for(var g=this.cloneCells(a,!1),f=0;f<a.length;f++){var h=c.getParent(a[f]),k=this.moveCells([g[f]],d,d,!1)[0];e.push(k);if(b)c.add(h,g[f]);else{var l=h.getIndex(a[f]);c.add(h,g[f],l+1)}}}finally{c.endUpdate()}return e};Graph.prototype.insertImage=function(a,b,c){if(null!=a){for(var d=this.cellEditor.textarea.getElementsByTagName("img"),e=[],g=0;g<d.length;g++)e.push(d[g]);document.execCommand("insertimage", -!1,a);a=this.cellEditor.textarea.getElementsByTagName("img");if(a.length==e.length+1)for(g=a.length-1;0<=g;g--)if(0==g||a[g]!=e[g-1]){a[g].setAttribute("width",b);a[g].setAttribute("height",c);break}}};Graph.prototype.insertLink=function(a){0==a.length?document.execCommand("unlink",!1):document.execCommand("createlink",!1,mxUtils.trim(a))};Graph.prototype.isCellResizable=function(a){var b=mxGraph.prototype.isCellResizable.apply(this,arguments),c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a); -return b||"0"!=mxUtils.getValue(c,mxConstants.STYLE_RESIZABLE,"1")&&"wrap"==c[mxConstants.STYLE_WHITE_SPACE]};Graph.prototype.distributeCells=function(a,b){null==b&&(b=this.getSelectionCells());if(null!=b&&1<b.length){for(var c=[],d=null,e=null,g=0;g<b.length;g++)if(this.getModel().isVertex(b[g])){var f=this.view.getState(b[g]);if(null!=f){var h=a?f.getCenterX():f.getCenterY(),d=null!=d?Math.max(d,h):h,e=null!=e?Math.min(e,h):h;c.push(f)}}if(2<c.length){c.sort(function(b,c){return a?b.x-c.x:b.y-c.y}); -f=this.view.translate;h=this.view.scale;e=e/h-(a?f.x:f.y);d=d/h-(a?f.x:f.y);this.getModel().beginUpdate();try{for(var k=(d-e)/(c.length-1),d=e,g=1;g<c.length-1;g++){var l=this.view.getState(this.model.getParent(c[g].cell)),m=this.getCellGeometry(c[g].cell),d=d+k;null!=m&&null!=l&&(m=m.clone(),a?m.x=Math.round(d-m.width/2)-l.origin.x:m.y=Math.round(d-m.height/2)-l.origin.y,this.getModel().setGeometry(c[g].cell,m))}}finally{this.getModel().endUpdate()}}}return b};Graph.prototype.isCloneEvent=function(a){return mxClient.IS_MAC&& -mxEvent.isMetaDown(a)||mxEvent.isControlDown(a)};Graph.prototype.encodeCells=function(a){for(var b=this.cloneCells(a),c=new mxDictionary,d=0;d<a.length;d++)c.put(a[d],!0);for(d=0;d<b.length;d++){var e=this.view.getState(a[d]);if(null!=e){var g=this.getCellGeometry(b[d]);null==g||!g.relative||this.model.isEdge(a[d])||c.get(this.model.getParent(a[d]))||(g.relative=!1,g.x=e.x/e.view.scale-e.view.translate.x,g.y=e.y/e.view.scale-e.view.translate.y)}}c=new mxCodec;e=new mxGraphModel;g=e.getChildAt(e.getRoot(), -0);for(d=0;d<a.length;d++)e.add(g,b[d]);return c.encode(e)};Graph.prototype.createSvgImageExport=function(){var a=new mxImageExport;a.getLinkForCellState=mxUtils.bind(this,function(a,b){return this.getLinkForCell(a.cell)});return a};Graph.prototype.getSvg=function(a,b,c,d,e,g,f,h){var k=this.useCssTransforms;k&&(this.useCssTransforms=!1,this.view.revalidate(),this.sizeDidChange());try{b=null!=b?b:1;c=null!=c?c:0;e=null!=e?e:!0;g=null!=g?g:!0;f=null!=f?f:!0;var l=g||d?this.getGraphBounds():this.getBoundingBox(this.getSelectionCells()); -if(null==l)throw Error(mxResources.get("drawingEmpty"));var m=this.view.scale,y=mxUtils.createXmlDocument(),n=null!=y.createElementNS?y.createElementNS(mxConstants.NS_SVG,"svg"):y.createElement("svg");null!=a&&(null!=n.style?n.style.backgroundColor=a:n.setAttribute("style","background-color:"+a));null==y.createElementNS?(n.setAttribute("xmlns",mxConstants.NS_SVG),n.setAttribute("xmlns:xlink",mxConstants.NS_XLINK)):n.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink",mxConstants.NS_XLINK); -a=b/m;n.setAttribute("width",Math.max(1,Math.ceil(l.width*a)+2*c)+"px");n.setAttribute("height",Math.max(1,Math.ceil(l.height*a)+2*c)+"px");n.setAttribute("version","1.1");d=n;if(e){var p=null!=y.createElementNS?y.createElementNS(mxConstants.NS_SVG,"g"):y.createElement("g");p.setAttribute("transform","translate(0.5,0.5)");n.appendChild(p);y.appendChild(n);d=p}else y.appendChild(n);var E=this.createSvgCanvas(d);E.foOffset=e?-.5:0;E.textOffset=e?-.5:0;E.imageOffset=e?-.5:0;E.translate(Math.floor((c/ -b-l.x)/m),Math.floor((c/b-l.y)/m));var t=document.createElement("textarea"),q=E.createAlternateContent;E.createAlternateContent=function(a,b,c,d,e,g,f,h,k,l,m,y,n){var p=this.state;if(null!=this.foAltText&&(0==d||0!=p.fontSize&&g.length<5*d/p.fontSize)){var E=this.createElement("text");E.setAttribute("x",Math.round(d/2));E.setAttribute("y",Math.round((e+p.fontSize)/2));E.setAttribute("fill",p.fontColor||"black");E.setAttribute("text-anchor","middle");E.setAttribute("font-size",Math.round(p.fontSize)+ -"px");E.setAttribute("font-family",p.fontFamily);(p.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&E.setAttribute("font-weight","bold");(p.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&E.setAttribute("font-style","italic");(p.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&E.setAttribute("text-decoration","underline");try{return t.innerHTML=g,E.textContent=t.value,E}catch(Ba){return q.apply(this,arguments)}}else return q.apply(this,arguments)};var H=this.backgroundImage; -if(null!=H){b=m/b;var r=this.view.translate,x=new mxRectangle(r.x*b,r.y*b,H.width*b,H.height*b);mxUtils.intersects(l,x)&&E.image(r.x,r.y,H.width,H.height,H.src,!0)}E.scale(a);E.textEnabled=f;h=null!=h?h:this.createSvgImageExport();var u=h.drawCellState;h.drawCellState=function(a,b){for(var c=a.view.graph,d=c.isCellSelected(a.cell),e=c.model.getParent(a.cell);!g&&!d&&null!=e;)d=c.isCellSelected(e),e=c.model.getParent(e);(g||d)&&u.apply(this,arguments)};h.drawState(this.getView().getState(this.model.root), -E);return n}finally{k&&(this.useCssTransforms=!0,this.view.revalidate(),this.sizeDidChange())}};Graph.prototype.createSvgCanvas=function(a){return new mxSvgCanvas2D(a)};Graph.prototype.getSelectedElement=function(){var a=null;if(window.getSelection){var b=window.getSelection();b.getRangeAt&&b.rangeCount&&(a=b.getRangeAt(0).commonAncestorContainer)}else document.selection&&(a=document.selection.createRange().parentElement());return a};Graph.prototype.getParentByName=function(a,b,c){for(;null!=a&&a.nodeName!= -b;){if(a==c)return null;a=a.parentNode}return a};Graph.prototype.selectNode=function(a){var b=null;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){var c=document.createRange();c.selectNode(a);b.removeAllRanges();b.addRange(c)}}else(b=document.selection)&&"Control"!=b.type&&(a=b.createRange(),a.collapse(!0),c=b.createRange(),c.setEndPoint("StartToStart",a),c.select())};Graph.prototype.insertRow=function(a,b){for(var c=a.tBodies[0],d=c.rows[0].cells,e=0,g=0;g<d.length;g++)var f= -d[g].getAttribute("colspan"),e=e+(null!=f?parseInt(f):1);c=c.insertRow(b);for(g=0;g<e;g++)mxUtils.br(c.insertCell(-1));return c.cells[0]};Graph.prototype.deleteRow=function(a,b){a.tBodies[0].deleteRow(b)};Graph.prototype.insertColumn=function(a,b){var c=a.tHead;if(null!=c)for(var d=0;d<c.rows.length;d++){var e=document.createElement("th");c.rows[d].appendChild(e);mxUtils.br(e)}c=a.tBodies[0];for(d=0;d<c.rows.length;d++)e=c.rows[d].insertCell(b),mxUtils.br(e);return c.rows[0].cells[0<=b?b:c.rows[0].cells.length- -1]};Graph.prototype.deleteColumn=function(a,b){if(0<=b)for(var c=a.tBodies[0].rows,d=0;d<c.length;d++)c[d].cells.length>b&&c[d].deleteCell(b)};Graph.prototype.pasteHtmlAtCaret=function(a){var b;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){b=b.getRangeAt(0);b.deleteContents();var c=document.createElement("div");c.innerHTML=a;a=document.createDocumentFragment();for(var d;d=c.firstChild;)lastNode=a.appendChild(d);b.insertNode(a)}}else(b=document.selection)&&"Control"!= -b.type&&b.createRange().pasteHTML(a)};Graph.prototype.createLinkForHint=function(a,b){b=null!=b?b:a;var c=document.createElement("a");c.setAttribute("href",this.getAbsoluteUrl(a));null==a||this.isCustomLink(a)||c.setAttribute("title",a);null!=this.linkTarget&&c.setAttribute("target",this.linkTarget);40<b.length&&(b=b.substring(0,26)+"..."+b.substring(b.length-10));mxUtils.write(c,b);return c};Graph.prototype.initTouch=function(){this.connectionHandler.marker.isEnabled=function(){return null!=this.graph.connectionHandler.first}; -this.addListener(mxEvent.START_EDITING,function(a,b){this.popupMenuHandler.hideMenu()});var a=this.updateMouseEvent;this.updateMouseEvent=function(b){b=a.apply(this,arguments);if(mxEvent.isTouchEvent(b.getEvent())&&null==b.getState()){var c=this.getCellAt(b.graphX,b.graphY);null!=c&&this.isSwimlane(c)&&this.hitsSwimlaneContent(c,b.graphX,b.graphY)||(b.state=this.view.getState(c),null!=b.state&&null!=b.state.shape&&(this.container.style.cursor=b.state.shape.node.style.cursor))}null==b.getState()&& -this.isEnabled()&&(this.container.style.cursor="default");return b};var b=!1,c=!1,d=!1,e=this.fireMouseEvent;this.fireMouseEvent=function(a,g,f){a==mxEvent.MOUSE_DOWN&&(g=this.updateMouseEvent(g),b=this.isCellSelected(g.getCell()),c=this.isSelectionEmpty(),d=this.popupMenuHandler.isMenuShowing());e.apply(this,arguments)};this.popupMenuHandler.mouseUp=mxUtils.bind(this,function(a,e){this.popupMenuHandler.popupTrigger=!this.isEditing()&&this.isEnabled()&&(null==e.getState()||!e.isSource(e.getState().control))&& -(this.popupMenuHandler.popupTrigger||!d&&!mxEvent.isMouseEvent(e.getEvent())&&(c&&null==e.getCell()&&this.isSelectionEmpty()||b&&this.isCellSelected(e.getCell())));mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler,arguments)})};mxCellEditor.prototype.isContentEditing=function(){var a=this.graph.view.getState(this.editingCell);return null!=a&&1==a.style.html};mxCellEditor.prototype.saveSelection=function(){if(window.getSelection){var a=window.getSelection();if(a.getRangeAt&&a.rangeCount){for(var b= -[],c=0,d=a.rangeCount;c<d;++c)b.push(a.getRangeAt(c));return b}}else if(document.selection&&document.selection.createRange)return document.selection.createRange();return null};mxCellEditor.prototype.restoreSelection=function(a){try{if(a)if(window.getSelection){sel=window.getSelection();sel.removeAllRanges();for(var b=0,c=a.length;b<c;++b)sel.addRange(a[b])}else document.selection&&a.select&&a.select()}catch(W){}};var f=mxCellRenderer.prototype.initializeLabel;mxCellRenderer.prototype.initializeLabel= -function(a){null!=a.text&&(a.text.replaceLinefeeds="0"!=mxUtils.getValue(a.style,"nl2Br","1"));f.apply(this,arguments)};var e=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update=function(a,b){this.isKeepFocusEvent(a)||!mxEvent.isAltDown(a.getEvent())?e.apply(this,arguments):this.reset()};mxGuide.prototype.createGuideShape=function(a){return new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH)};mxCellEditor.prototype.escapeCancelsEditing=!1;var h=mxCellEditor.prototype.startEditing; -mxCellEditor.prototype.startEditing=function(a,b){h.apply(this,arguments);var c=this.graph.view.getState(a);this.textarea.className=null!=c&&1==c.style.html?"mxCellEditor geContentEditable":"mxCellEditor mxPlainTextEditor";this.codeViewMode=!1;this.switchSelectionState=null;this.graph.setSelectionCell(a);var c=this.graph.getModel().getParent(a),d=this.graph.getCellGeometry(a);this.graph.getModel().isEdge(c)&&null!=d&&d.relative||this.graph.getModel().isEdge(a)?mxClient.IS_QUIRKS?this.textarea.style.border= -"gray dotted 1px":this.textarea.style.outline=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_FF&&mxClient.IS_WIN?"gray dotted 1px":"":mxClient.IS_QUIRKS&&(this.textarea.style.outline="none",this.textarea.style.border="")};var g=mxCellEditor.prototype.installListeners;mxCellEditor.prototype.installListeners=function(a){function b(a,c){c.originalNode=a;a=a.firstChild;for(var d=c.firstChild;null!=a&&null!=d;)b(a,d),a=a.nextSibling,d=d.nextSibling;return c}function c(a,b){if(null!=a)if(b.originalNode!= -a)d(a);else for(a=a.firstChild,b=b.firstChild;null!=a;){var e=a.nextSibling;null==b?d(a):(c(a,b),b=b.nextSibling);a=e}}function d(a){for(var b=a.firstChild;null!=b;){var c=b.nextSibling;d(b);b=c}1==a.nodeType&&("BR"===a.nodeName||null!=a.firstChild)||3==a.nodeType&&0!=mxUtils.trim(mxUtils.getTextContent(a)).length?(3==a.nodeType&&mxUtils.setTextContent(a,mxUtils.getTextContent(a).replace(/\n|\r/g,"")),1==a.nodeType&&(a.removeAttribute("style"),a.removeAttribute("class"),a.removeAttribute("width"), -a.removeAttribute("cellpadding"),a.removeAttribute("cellspacing"),a.removeAttribute("border"))):a.parentNode.removeChild(a)}g.apply(this,arguments);mxClient.IS_QUIRKS||7===document.documentMode||8===document.documentMode||mxEvent.addListener(this.textarea,"paste",mxUtils.bind(this,function(a){var d=b(this.textarea,this.textarea.cloneNode(!0));window.setTimeout(mxUtils.bind(this,function(){c(this.textarea,d)}),0)}))};mxCellEditor.prototype.toggleViewMode=function(){var a=this.graph.view.getState(this.editingCell), -b=null!=a&&"0"!=mxUtils.getValue(a.style,"nl2Br","1"),c=this.saveSelection();if(this.codeViewMode){h=mxUtils.extractTextWithWhitespace(this.textarea.childNodes);0<h.length&&"\n"==h.charAt(h.length-1)&&(h=h.substring(0,h.length-1));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"<br/>"):h,!0);this.textarea.className="mxCellEditor geContentEditable";var d=mxUtils.getValue(a.style,mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE),b=mxUtils.getValue(a.style,mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY), -e=mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),g=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD,f=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC,a=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+ -"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration=a?"underline":"";this.textarea.style.fontWeight=g?"bold":"normal";this.textarea.style.fontStyle=f?"italic":"";this.textarea.style.fontFamily=b;this.textarea.style.textAlign=e;this.textarea.style.padding="0px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h,0==this.textarea.innerHTML.length&&(this.textarea.innerHTML=this.getEmptyLabelText(),this.clearOnChange=0<this.textarea.innerHTML.length)); -this.codeViewMode=!1}else{this.clearOnChange&&this.textarea.innerHTML==this.getEmptyLabelText()&&(this.clearOnChange=!1,this.textarea.innerHTML="");var h=mxUtils.htmlEntities(this.textarea.innerHTML);mxClient.IS_QUIRKS||8==document.documentMode||(h=mxUtils.replaceTrailingNewlines(h,"<div><br></div>"));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"").replace(/<br\s*.?>/g,"<br>"):h,!0);this.textarea.className="mxCellEditor mxPlainTextEditor";var d=mxConstants.DEFAULT_FONTSIZE;this.textarea.style.lineHeight= -mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration="";this.textarea.style.fontWeight="normal";this.textarea.style.fontStyle="";this.textarea.style.fontFamily=mxConstants.DEFAULT_FONTFAMILY;this.textarea.style.textAlign="left";this.textarea.style.padding="2px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h);this.codeViewMode=!0}this.textarea.focus();null!=this.switchSelectionState&& -this.restoreSelection(this.switchSelectionState);this.switchSelectionState=c;this.resize()};var k=mxCellEditor.prototype.resize;mxCellEditor.prototype.resize=function(a,b){if(null!=this.textarea)if(a=this.graph.getView().getState(this.editingCell),this.codeViewMode&&null!=a){var c=a.view.scale;this.bounds=mxRectangle.fromRectangle(a);if(0==this.bounds.width&&0==this.bounds.height){this.bounds.width=160*c;this.bounds.height=60*c;var d=null!=a.text?a.text.margin:null;null==d&&(d=mxUtils.getAlignmentAsPoint(mxUtils.getValue(a.style, -mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),mxUtils.getValue(a.style,mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE)));this.bounds.x+=d.x*this.bounds.width;this.bounds.y+=d.y*this.bounds.height}this.textarea.style.width=Math.round((this.bounds.width-4)/c)+"px";this.textarea.style.height=Math.round((this.bounds.height-4)/c)+"px";this.textarea.style.overflow="auto";this.textarea.clientHeight<this.textarea.offsetHeight&&(this.textarea.style.height=Math.round(this.bounds.height/c)+(this.textarea.offsetHeight- -this.textarea.clientHeight)+"px",this.bounds.height=parseInt(this.textarea.style.height)*c);this.textarea.clientWidth<this.textarea.offsetWidth&&(this.textarea.style.width=Math.round(this.bounds.width/c)+(this.textarea.offsetWidth-this.textarea.clientWidth)+"px",this.bounds.width=parseInt(this.textarea.style.width)*c);this.textarea.style.left=Math.round(this.bounds.x)+"px";this.textarea.style.top=Math.round(this.bounds.y)+"px";mxClient.IS_VML?this.textarea.style.zoom=c:mxUtils.setPrefixedStyle(this.textarea.style, -"transform","scale("+c+","+c+")")}else this.textarea.style.height="",this.textarea.style.overflow="",k.apply(this,arguments)};mxCellEditorGetInitialValue=mxCellEditor.prototype.getInitialValue;mxCellEditor.prototype.getInitialValue=function(a,b){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetInitialValue.apply(this,arguments);var c=this.graph.getEditingValue(a.cell,b);"1"==mxUtils.getValue(a.style,"nl2Br","1")&&(c=c.replace(/\n/g,"<br/>"));return c=this.graph.sanitizeHtml(c,!0)}; -mxCellEditorGetCurrentValue=mxCellEditor.prototype.getCurrentValue;mxCellEditor.prototype.getCurrentValue=function(a){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetCurrentValue.apply(this,arguments);var b=this.graph.sanitizeHtml(this.textarea.innerHTML,!0);return b="1"==mxUtils.getValue(a.style,"nl2Br","1")?b.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>"):b.replace(/\r\n/g,"").replace(/\n/g,"")};var l=mxCellEditor.prototype.stopEditing;mxCellEditor.prototype.stopEditing=function(a){this.codeViewMode&& -this.toggleViewMode();l.apply(this,arguments);this.focusContainer()};mxCellEditor.prototype.focusContainer=function(){try{this.graph.container.focus()}catch(E){}};var m=mxCellEditor.prototype.applyValue;mxCellEditor.prototype.applyValue=function(a,b){this.graph.getModel().beginUpdate();try{if(m.apply(this,arguments),this.graph.isCellDeletable(a.cell)&&0==this.graph.model.getChildCount(a.cell)){var c=mxUtils.getValue(a.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),d=mxUtils.getValue(a.style, -mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);""==b&&c==mxConstants.NONE&&d==mxConstants.NONE&&this.graph.removeCells([a.cell],!1)}}finally{this.graph.getModel().endUpdate()}};mxCellEditor.prototype.getBackgroundColor=function(a){var b=null;if(this.graph.getModel().isEdge(a.cell)||this.graph.getModel().isEdge(this.graph.getModel().getParent(a.cell)))b=mxUtils.getValue(a.style,mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,null),b==mxConstants.NONE&&(b=null);return b};mxCellEditor.prototype.getMinimumSize= -function(a){var b=this.graph.getView().scale;return new mxRectangle(0,0,null==a.text?30:a.text.size*b+20,30)};var n=mxGraphHandler.prototype.moveCells;mxGraphHandler.prototype.moveCells=function(a,b,c,d,e,g){mxEvent.isAltDown(g)&&(e=null);n.apply(this,arguments)};mxGraphHandler.prototype.updateHint=function(b){if(null!=this.shape){null==this.hint&&(this.hint=a(),this.graph.container.appendChild(this.hint));var c=this.graph.view.translate,d=this.graph.view.scale;b=this.roundLength((this.bounds.x+this.currentDx)/ -d-c.x);c=this.roundLength((this.bounds.y+this.currentDy)/d-c.y);this.hint.innerHTML=b+", "+c;this.hint.style.left=this.shape.bounds.x+Math.round((this.shape.bounds.width-this.hint.clientWidth)/2)+"px";this.hint.style.top=this.shape.bounds.y+this.shape.bounds.height+12+"px"}};mxGraphHandler.prototype.removeHint=function(){null!=this.hint&&(this.hint.parentNode.removeChild(this.hint),this.hint=null)};mxVertexHandler.prototype.isRecursiveResize=function(a,b){return!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&& -!mxEvent.isControlDown(b.getEvent())&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null)};mxVertexHandler.prototype.isCenteredEvent=function(a,b){return!(!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null))&&mxEvent.isControlDown(b.getEvent())||mxEvent.isMetaDown(b.getEvent())}; -var p=mxVertexHandler.prototype.getHandlePadding;mxVertexHandler.prototype.getHandlePadding=function(){var a=new mxPoint(0,0),b=this.tolerance;this.graph.cellEditor.getEditingCell()==this.state.cell&&null!=this.sizers&&0<this.sizers.length&&null!=this.sizers[0]?(b/=2,a.x=this.sizers[0].bounds.width+b,a.y=this.sizers[0].bounds.height+b):a=p.apply(this,arguments);return a};mxVertexHandler.prototype.updateHint=function(b){this.index!=mxEvent.LABEL_HANDLE&&(null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint)), -this.index==mxEvent.ROTATION_HANDLE?this.hint.innerHTML=this.currentAlpha+"°":(b=this.state.view.scale,this.hint.innerHTML=this.roundLength(this.bounds.width/b)+" x "+this.roundLength(this.bounds.height/b)),b=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.state.style[mxConstants.STYLE_ROTATION]||"0"),null==b&&(b=this.bounds),this.hint.style.left=b.x+Math.round((b.width-this.hint.clientWidth)/2)+"px",this.hint.style.top=b.y+b.height+12+"px",null!=this.linkHint&& -(this.linkHint.style.display="none"))};mxVertexHandler.prototype.removeHint=function(){mxGraphHandler.prototype.removeHint.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.display="")};mxEdgeHandler.prototype.updateHint=function(b,c){null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint));var d=this.graph.view.translate,e=this.graph.view.scale,g=this.roundLength(c.x/e-d.x),d=this.roundLength(c.y/e-d.y);this.hint.innerHTML=g+", "+d;this.hint.style.visibility= -"visible";if(this.isSource||this.isTarget)null!=this.constraintHandler.currentConstraint&&null!=this.constraintHandler.currentFocus?(g=this.constraintHandler.currentConstraint.point,this.hint.innerHTML="["+Math.round(100*g.x)+"%, "+Math.round(100*g.y)+"%]"):this.marker.hasValidState()&&(this.hint.style.visibility="hidden");this.hint.style.left=Math.round(b.getGraphX()-this.hint.clientWidth/2)+"px";this.hint.style.top=Math.max(b.getGraphY(),c.y)+this.state.view.graph.gridSize+"px";null!=this.linkHint&& -(this.linkHint.style.display="none")};mxEdgeHandler.prototype.removeHint=mxVertexHandler.prototype.removeHint;HoverIcons.prototype.mainHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/>'):new mxImage(IMAGE_PATH+"/handle-main.png",17,17);HoverIcons.prototype.secondaryHandle=mxClient.IS_SVG?Graph.createSvgImage(16,16,'<path d="m 8 3 L 13 8 L 8 13 L 3 8 z" stroke="#fff" fill="#fca000"/>'):new mxImage(IMAGE_PATH+"/handle-secondary.png", -17,17);HoverIcons.prototype.fixedHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><path d="m 7 7 L 11 11 M 7 11 L 11 7" stroke="#fff"/>'):new mxImage(IMAGE_PATH+"/handle-fixed.png",17,17);HoverIcons.prototype.terminalHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><circle cx="9" cy="9" r="2" stroke="#fff" fill="transparent"/>'):new mxImage(IMAGE_PATH+ -"/handle-terminal.png",17,17);HoverIcons.prototype.rotationHandle=new mxImage(mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAYAAACkCdXRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAA6ZJREFUeNqM001IY1cUB/D/fYmm2sbR2lC1zYlgoRG6MpEyBlpxM9iFIGKFIm3s0lCKjOByhCLZCFqLBF1YFVJdSRbdFHRhBbULtRuFVBTzYRpJgo2mY5OX5N9Fo2TG+eiFA/dd3vvd8+65ByTxshARTdf1JySp6/oTEdFe9T5eg5lIcnBwkCSZyWS+exX40oyur68/KxaLf5Okw+H4X+A9JBaLfUySZ2dnnJqaosPhIAACeC34DJRKpb7IZrMcHx+nwWCgUopGo/EOKwf9fn/1CzERUevr6+9ls1mOjIwQAH0+H4PBIKPR6D2ofAQCgToRUeVYJUkuLy8TANfW1kiS8/PzCy84Mw4MDBAAZ2dnmc/nub+/X0MSEBF1cHDwMJVKsaGhgV6vl+l0mqOjo1+KyKfl1dze3l4NBoM/PZ+diFSLiIKIGBOJxA9bW1sEwNXVVSaTyQMRaRaRxrOzs+9J8ujoaE5EPhQRq67rcZ/PRwD0+/3Udf03EdEgIqZisZibnJykwWDg4eEhd3Z2xkXELCJvPpdBrYjUiEhL+Xo4HH4sIhUaAKNSqiIcDsNkMqG+vh6RSOQQQM7tdhsAQCkFAHC73UUATxcWFqypVApmsxnDw8OwWq2TADQNgAYAFosF+XweyWQSdru9BUBxcXFRB/4rEgDcPouIIx6P4+bmBi0tLSCpAzBqAIqnp6c/dnZ2IpfLYXNzE62traMADACKNputpr+/v8lms9UAKAAwiMjXe3t7KBQKqKurQy6Xi6K0i2l6evpROp1mbW0t29vbGY/Hb8/IVIqq2zlJXl1dsaOjg2azmefn5wwEAl+JSBVExCgi75PkzMwMlVJsbGxkIpFgPp8PX15ePopEIs3JZPITXdf/iEajbGpqolKKExMT1HWdHo/nIxGpgIgoEXnQ3d39kCTHxsYIgC6Xi3NzcwyHw8xkMozFYlxaWmJbWxuVUuzt7WUul6PX6/1cRN4WEe2uA0SkaWVl5XGpRVhdXU0A1DSNlZWVdz3qdDrZ09PDWCzG4+Pjn0XEWvp9KJKw2WwKwBsA3gHQHAqFfr24uMDGxgZ2d3cRiUQAAHa7HU6nE319fTg5Ofmlq6vrGwB/AngaCoWK6rbsNptNA1AJoA7Aux6Pp3NoaMhjsVg+QNmIRqO/u1yubwFEASRKUAEA7rASqABUAKgC8KAUb5XWCOAfAFcA/gJwDSB7C93DylCtdM8qABhLc5TumV6KQigUeubjfwcAHkQJ94ndWeYAAAAASUVORK5CYII=": +!1,a);a=this.cellEditor.textarea.getElementsByTagName("img");if(a.length==e.length+1)for(g=a.length-1;0<=g;g--)if(0==g||a[g]!=e[g-1]){a[g].setAttribute("width",b);a[g].setAttribute("height",c);break}}};Graph.prototype.insertLink=function(a){if(0==a.length)document.execCommand("unlink",!1);else if(mxClient.IS_FF){for(var b=this.cellEditor.textarea.getElementsByTagName("a"),c=[],d=0;d<b.length;d++)c.push(b[d]);document.execCommand("createlink",!1,mxUtils.trim(a));b=this.cellEditor.textarea.getElementsByTagName("a"); +if(b.length==c.length+1)for(d=b.length-1;0<=d;d--)if(b[d]!=c[d-1]){for(b=b[d].getElementsByTagName("a");0<b.length;){for(c=b[0].parentNode;null!=b[0].firstChild;)c.insertBefore(b[0].firstChild,b[0]);c.removeChild(b[0])}break}}else document.execCommand("createlink",!1,mxUtils.trim(a))};Graph.prototype.isCellResizable=function(a){var b=mxGraph.prototype.isCellResizable.apply(this,arguments),c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return b||"0"!=mxUtils.getValue(c,mxConstants.STYLE_RESIZABLE, +"1")&&"wrap"==c[mxConstants.STYLE_WHITE_SPACE]};Graph.prototype.distributeCells=function(a,b){null==b&&(b=this.getSelectionCells());if(null!=b&&1<b.length){for(var c=[],d=null,e=null,g=0;g<b.length;g++)if(this.getModel().isVertex(b[g])){var f=this.view.getState(b[g]);if(null!=f){var h=a?f.getCenterX():f.getCenterY(),d=null!=d?Math.max(d,h):h,e=null!=e?Math.min(e,h):h;c.push(f)}}if(2<c.length){c.sort(function(b,c){return a?b.x-c.x:b.y-c.y});f=this.view.translate;h=this.view.scale;e=e/h-(a?f.x:f.y); +d=d/h-(a?f.x:f.y);this.getModel().beginUpdate();try{for(var k=(d-e)/(c.length-1),d=e,g=1;g<c.length-1;g++){var l=this.view.getState(this.model.getParent(c[g].cell)),m=this.getCellGeometry(c[g].cell),d=d+k;null!=m&&null!=l&&(m=m.clone(),a?m.x=Math.round(d-m.width/2)-l.origin.x:m.y=Math.round(d-m.height/2)-l.origin.y,this.getModel().setGeometry(c[g].cell,m))}}finally{this.getModel().endUpdate()}}}return b};Graph.prototype.isCloneEvent=function(a){return mxClient.IS_MAC&&mxEvent.isMetaDown(a)||mxEvent.isControlDown(a)}; +Graph.prototype.encodeCells=function(a){for(var b=this.cloneCells(a),c=new mxDictionary,d=0;d<a.length;d++)c.put(a[d],!0);for(d=0;d<b.length;d++){var e=this.view.getState(a[d]);if(null!=e){var g=this.getCellGeometry(b[d]);null==g||!g.relative||this.model.isEdge(a[d])||c.get(this.model.getParent(a[d]))||(g.relative=!1,g.x=e.x/e.view.scale-e.view.translate.x,g.y=e.y/e.view.scale-e.view.translate.y)}}c=new mxCodec;e=new mxGraphModel;g=e.getChildAt(e.getRoot(),0);for(d=0;d<a.length;d++)e.add(g,b[d]); +return c.encode(e)};Graph.prototype.createSvgImageExport=function(){var a=new mxImageExport;a.getLinkForCellState=mxUtils.bind(this,function(a,b){return this.getLinkForCell(a.cell)});return a};Graph.prototype.getSvg=function(a,b,c,d,e,g,f,h){var k=this.useCssTransforms;k&&(this.useCssTransforms=!1,this.view.revalidate(),this.sizeDidChange());try{b=null!=b?b:1;c=null!=c?c:0;e=null!=e?e:!0;g=null!=g?g:!0;f=null!=f?f:!0;var l=g||d?this.getGraphBounds():this.getBoundingBox(this.getSelectionCells());if(null== +l)throw Error(mxResources.get("drawingEmpty"));var m=this.view.scale,y=mxUtils.createXmlDocument(),n=null!=y.createElementNS?y.createElementNS(mxConstants.NS_SVG,"svg"):y.createElement("svg");null!=a&&(null!=n.style?n.style.backgroundColor=a:n.setAttribute("style","background-color:"+a));null==y.createElementNS?(n.setAttribute("xmlns",mxConstants.NS_SVG),n.setAttribute("xmlns:xlink",mxConstants.NS_XLINK)):n.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink",mxConstants.NS_XLINK);a=b/m;n.setAttribute("width", +Math.max(1,Math.ceil(l.width*a)+2*c)+"px");n.setAttribute("height",Math.max(1,Math.ceil(l.height*a)+2*c)+"px");n.setAttribute("version","1.1");d=n;if(e){var p=null!=y.createElementNS?y.createElementNS(mxConstants.NS_SVG,"g"):y.createElement("g");p.setAttribute("transform","translate(0.5,0.5)");n.appendChild(p);y.appendChild(n);d=p}else y.appendChild(n);var E=this.createSvgCanvas(d);E.foOffset=e?-.5:0;E.textOffset=e?-.5:0;E.imageOffset=e?-.5:0;E.translate(Math.floor((c/b-l.x)/m),Math.floor((c/b-l.y)/ +m));var t=document.createElement("textarea"),q=E.createAlternateContent;E.createAlternateContent=function(a,b,c,d,e,g,f,h,k,l,m,y,n){var p=this.state;if(null!=this.foAltText&&(0==d||0!=p.fontSize&&g.length<5*d/p.fontSize)){var E=this.createElement("text");E.setAttribute("x",Math.round(d/2));E.setAttribute("y",Math.round((e+p.fontSize)/2));E.setAttribute("fill",p.fontColor||"black");E.setAttribute("text-anchor","middle");E.setAttribute("font-size",Math.round(p.fontSize)+"px");E.setAttribute("font-family", +p.fontFamily);(p.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&E.setAttribute("font-weight","bold");(p.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&E.setAttribute("font-style","italic");(p.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&E.setAttribute("text-decoration","underline");try{return t.innerHTML=g,E.textContent=t.value,E}catch(Ba){return q.apply(this,arguments)}}else return q.apply(this,arguments)};var H=this.backgroundImage;if(null!=H){b=m/b; +var r=this.view.translate,x=new mxRectangle(r.x*b,r.y*b,H.width*b,H.height*b);mxUtils.intersects(l,x)&&E.image(r.x,r.y,H.width,H.height,H.src,!0)}E.scale(a);E.textEnabled=f;h=null!=h?h:this.createSvgImageExport();var u=h.drawCellState;h.drawCellState=function(a,b){for(var c=a.view.graph,d=c.isCellSelected(a.cell),e=c.model.getParent(a.cell);!g&&!d&&null!=e;)d=c.isCellSelected(e),e=c.model.getParent(e);(g||d)&&u.apply(this,arguments)};h.drawState(this.getView().getState(this.model.root),E);return n}finally{k&& +(this.useCssTransforms=!0,this.view.revalidate(),this.sizeDidChange())}};Graph.prototype.createSvgCanvas=function(a){return new mxSvgCanvas2D(a)};Graph.prototype.getSelectedElement=function(){var a=null;if(window.getSelection){var b=window.getSelection();b.getRangeAt&&b.rangeCount&&(a=b.getRangeAt(0).commonAncestorContainer)}else document.selection&&(a=document.selection.createRange().parentElement());return a};Graph.prototype.getParentByName=function(a,b,c){for(;null!=a&&a.nodeName!=b;){if(a==c)return null; +a=a.parentNode}return a};Graph.prototype.selectNode=function(a){var b=null;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){var c=document.createRange();c.selectNode(a);b.removeAllRanges();b.addRange(c)}}else(b=document.selection)&&"Control"!=b.type&&(a=b.createRange(),a.collapse(!0),c=b.createRange(),c.setEndPoint("StartToStart",a),c.select())};Graph.prototype.insertRow=function(a,b){for(var c=a.tBodies[0],d=c.rows[0].cells,e=0,g=0;g<d.length;g++)var f=d[g].getAttribute("colspan"), +e=e+(null!=f?parseInt(f):1);c=c.insertRow(b);for(g=0;g<e;g++)mxUtils.br(c.insertCell(-1));return c.cells[0]};Graph.prototype.deleteRow=function(a,b){a.tBodies[0].deleteRow(b)};Graph.prototype.insertColumn=function(a,b){var c=a.tHead;if(null!=c)for(var d=0;d<c.rows.length;d++){var e=document.createElement("th");c.rows[d].appendChild(e);mxUtils.br(e)}c=a.tBodies[0];for(d=0;d<c.rows.length;d++)e=c.rows[d].insertCell(b),mxUtils.br(e);return c.rows[0].cells[0<=b?b:c.rows[0].cells.length-1]};Graph.prototype.deleteColumn= +function(a,b){if(0<=b)for(var c=a.tBodies[0].rows,d=0;d<c.length;d++)c[d].cells.length>b&&c[d].deleteCell(b)};Graph.prototype.pasteHtmlAtCaret=function(a){var b;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){b=b.getRangeAt(0);b.deleteContents();var c=document.createElement("div");c.innerHTML=a;a=document.createDocumentFragment();for(var d;d=c.firstChild;)lastNode=a.appendChild(d);b.insertNode(a)}}else(b=document.selection)&&"Control"!=b.type&&b.createRange().pasteHTML(a)}; +Graph.prototype.createLinkForHint=function(a,b){function c(a,b){a.length>b&&(a=a.substring(0,Math.round(b/2))+"..."+a.substring(a.length-Math.round(b/4)));return a}a=null!=a?a:"javascript:void(0);";if(null==b||0==b.length)b=this.isCustomLink(a)?this.getLinkTitle(a):a;var d=document.createElement("a");d.setAttribute("href",this.getAbsoluteUrl(a));d.setAttribute("title",c(this.isCustomLink(a)?this.getLinkTitle(a):a,80));null!=this.linkTarget&&d.setAttribute("target",this.linkTarget);mxUtils.write(d, +c(b,40));this.isCustomLink(a)&&mxEvent.addListener(d,"click",mxUtils.bind(this,function(b){this.customLinkClicked(a);mxEvent.consume(b)}));return d};Graph.prototype.initTouch=function(){this.connectionHandler.marker.isEnabled=function(){return null!=this.graph.connectionHandler.first};this.addListener(mxEvent.START_EDITING,function(a,b){this.popupMenuHandler.hideMenu()});var a=this.updateMouseEvent;this.updateMouseEvent=function(b){b=a.apply(this,arguments);if(mxEvent.isTouchEvent(b.getEvent())&& +null==b.getState()){var c=this.getCellAt(b.graphX,b.graphY);null!=c&&this.isSwimlane(c)&&this.hitsSwimlaneContent(c,b.graphX,b.graphY)||(b.state=this.view.getState(c),null!=b.state&&null!=b.state.shape&&(this.container.style.cursor=b.state.shape.node.style.cursor))}null==b.getState()&&this.isEnabled()&&(this.container.style.cursor="default");return b};var b=!1,c=!1,d=!1,e=this.fireMouseEvent;this.fireMouseEvent=function(a,g,f){a==mxEvent.MOUSE_DOWN&&(g=this.updateMouseEvent(g),b=this.isCellSelected(g.getCell()), +c=this.isSelectionEmpty(),d=this.popupMenuHandler.isMenuShowing());e.apply(this,arguments)};this.popupMenuHandler.mouseUp=mxUtils.bind(this,function(a,e){this.popupMenuHandler.popupTrigger=!this.isEditing()&&this.isEnabled()&&(null==e.getState()||!e.isSource(e.getState().control))&&(this.popupMenuHandler.popupTrigger||!d&&!mxEvent.isMouseEvent(e.getEvent())&&(c&&null==e.getCell()&&this.isSelectionEmpty()||b&&this.isCellSelected(e.getCell())));mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler, +arguments)})};mxCellEditor.prototype.isContentEditing=function(){var a=this.graph.view.getState(this.editingCell);return null!=a&&1==a.style.html};mxCellEditor.prototype.saveSelection=function(){if(window.getSelection){var a=window.getSelection();if(a.getRangeAt&&a.rangeCount){for(var b=[],c=0,d=a.rangeCount;c<d;++c)b.push(a.getRangeAt(c));return b}}else if(document.selection&&document.selection.createRange)return document.selection.createRange();return null};mxCellEditor.prototype.restoreSelection= +function(a){try{if(a)if(window.getSelection){sel=window.getSelection();sel.removeAllRanges();for(var b=0,c=a.length;b<c;++b)sel.addRange(a[b])}else document.selection&&a.select&&a.select()}catch(W){}};var f=mxCellRenderer.prototype.initializeLabel;mxCellRenderer.prototype.initializeLabel=function(a){null!=a.text&&(a.text.replaceLinefeeds="0"!=mxUtils.getValue(a.style,"nl2Br","1"));f.apply(this,arguments)};var e=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update=function(a,b){this.isKeepFocusEvent(a)|| +!mxEvent.isAltDown(a.getEvent())?e.apply(this,arguments):this.reset()};mxGuide.prototype.createGuideShape=function(a){return new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH)};mxCellEditor.prototype.escapeCancelsEditing=!1;var h=mxCellEditor.prototype.startEditing;mxCellEditor.prototype.startEditing=function(a,b){h.apply(this,arguments);var c=this.graph.view.getState(a);this.textarea.className=null!=c&&1==c.style.html?"mxCellEditor geContentEditable":"mxCellEditor mxPlainTextEditor"; +this.codeViewMode=!1;this.switchSelectionState=null;this.graph.setSelectionCell(a);var c=this.graph.getModel().getParent(a),d=this.graph.getCellGeometry(a);this.graph.getModel().isEdge(c)&&null!=d&&d.relative||this.graph.getModel().isEdge(a)?mxClient.IS_QUIRKS?this.textarea.style.border="gray dotted 1px":this.textarea.style.outline=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_FF&&mxClient.IS_WIN?"gray dotted 1px":"":mxClient.IS_QUIRKS&&(this.textarea.style.outline="none",this.textarea.style.border= +"")};var g=mxCellEditor.prototype.installListeners;mxCellEditor.prototype.installListeners=function(a){function b(a,c){c.originalNode=a;a=a.firstChild;for(var d=c.firstChild;null!=a&&null!=d;)b(a,d),a=a.nextSibling,d=d.nextSibling;return c}function c(a,b){if(null!=a)if(b.originalNode!=a)d(a);else for(a=a.firstChild,b=b.firstChild;null!=a;){var e=a.nextSibling;null==b?d(a):(c(a,b),b=b.nextSibling);a=e}}function d(a){for(var b=a.firstChild;null!=b;){var c=b.nextSibling;d(b);b=c}1==a.nodeType&&("BR"=== +a.nodeName||null!=a.firstChild)||3==a.nodeType&&0!=mxUtils.trim(mxUtils.getTextContent(a)).length?(3==a.nodeType&&mxUtils.setTextContent(a,mxUtils.getTextContent(a).replace(/\n|\r/g,"")),1==a.nodeType&&(a.removeAttribute("style"),a.removeAttribute("class"),a.removeAttribute("width"),a.removeAttribute("cellpadding"),a.removeAttribute("cellspacing"),a.removeAttribute("border"))):a.parentNode.removeChild(a)}g.apply(this,arguments);mxClient.IS_QUIRKS||7===document.documentMode||8===document.documentMode|| +mxEvent.addListener(this.textarea,"paste",mxUtils.bind(this,function(a){var d=b(this.textarea,this.textarea.cloneNode(!0));window.setTimeout(mxUtils.bind(this,function(){c(this.textarea,d)}),0)}))};mxCellEditor.prototype.toggleViewMode=function(){var a=this.graph.view.getState(this.editingCell),b=null!=a&&"0"!=mxUtils.getValue(a.style,"nl2Br","1"),c=this.saveSelection();if(this.codeViewMode){h=mxUtils.extractTextWithWhitespace(this.textarea.childNodes);0<h.length&&"\n"==h.charAt(h.length-1)&&(h=h.substring(0, +h.length-1));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"<br/>"):h,!0);this.textarea.className="mxCellEditor geContentEditable";var d=mxUtils.getValue(a.style,mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE),b=mxUtils.getValue(a.style,mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY),e=mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),g=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD,f=(mxUtils.getValue(a.style, +mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC,a=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration=a?"underline":"";this.textarea.style.fontWeight=g?"bold":"normal";this.textarea.style.fontStyle= +f?"italic":"";this.textarea.style.fontFamily=b;this.textarea.style.textAlign=e;this.textarea.style.padding="0px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h,0==this.textarea.innerHTML.length&&(this.textarea.innerHTML=this.getEmptyLabelText(),this.clearOnChange=0<this.textarea.innerHTML.length));this.codeViewMode=!1}else{this.clearOnChange&&this.textarea.innerHTML==this.getEmptyLabelText()&&(this.clearOnChange=!1,this.textarea.innerHTML="");var h=mxUtils.htmlEntities(this.textarea.innerHTML); +mxClient.IS_QUIRKS||8==document.documentMode||(h=mxUtils.replaceTrailingNewlines(h,"<div><br></div>"));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"").replace(/<br\s*.?>/g,"<br>"):h,!0);this.textarea.className="mxCellEditor mxPlainTextEditor";var d=mxConstants.DEFAULT_FONTSIZE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration=""; +this.textarea.style.fontWeight="normal";this.textarea.style.fontStyle="";this.textarea.style.fontFamily=mxConstants.DEFAULT_FONTFAMILY;this.textarea.style.textAlign="left";this.textarea.style.padding="2px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h);this.codeViewMode=!0}this.textarea.focus();null!=this.switchSelectionState&&this.restoreSelection(this.switchSelectionState);this.switchSelectionState=c;this.resize()};var k=mxCellEditor.prototype.resize;mxCellEditor.prototype.resize=function(a, +b){if(null!=this.textarea)if(a=this.graph.getView().getState(this.editingCell),this.codeViewMode&&null!=a){var c=a.view.scale;this.bounds=mxRectangle.fromRectangle(a);if(0==this.bounds.width&&0==this.bounds.height){this.bounds.width=160*c;this.bounds.height=60*c;var d=null!=a.text?a.text.margin:null;null==d&&(d=mxUtils.getAlignmentAsPoint(mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),mxUtils.getValue(a.style,mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE))); +this.bounds.x+=d.x*this.bounds.width;this.bounds.y+=d.y*this.bounds.height}this.textarea.style.width=Math.round((this.bounds.width-4)/c)+"px";this.textarea.style.height=Math.round((this.bounds.height-4)/c)+"px";this.textarea.style.overflow="auto";this.textarea.clientHeight<this.textarea.offsetHeight&&(this.textarea.style.height=Math.round(this.bounds.height/c)+(this.textarea.offsetHeight-this.textarea.clientHeight)+"px",this.bounds.height=parseInt(this.textarea.style.height)*c);this.textarea.clientWidth< +this.textarea.offsetWidth&&(this.textarea.style.width=Math.round(this.bounds.width/c)+(this.textarea.offsetWidth-this.textarea.clientWidth)+"px",this.bounds.width=parseInt(this.textarea.style.width)*c);this.textarea.style.left=Math.round(this.bounds.x)+"px";this.textarea.style.top=Math.round(this.bounds.y)+"px";mxClient.IS_VML?this.textarea.style.zoom=c:mxUtils.setPrefixedStyle(this.textarea.style,"transform","scale("+c+","+c+")")}else this.textarea.style.height="",this.textarea.style.overflow="", +k.apply(this,arguments)};mxCellEditorGetInitialValue=mxCellEditor.prototype.getInitialValue;mxCellEditor.prototype.getInitialValue=function(a,b){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetInitialValue.apply(this,arguments);var c=this.graph.getEditingValue(a.cell,b);"1"==mxUtils.getValue(a.style,"nl2Br","1")&&(c=c.replace(/\n/g,"<br/>"));return c=this.graph.sanitizeHtml(c,!0)};mxCellEditorGetCurrentValue=mxCellEditor.prototype.getCurrentValue;mxCellEditor.prototype.getCurrentValue= +function(a){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetCurrentValue.apply(this,arguments);var b=this.graph.sanitizeHtml(this.textarea.innerHTML,!0);return b="1"==mxUtils.getValue(a.style,"nl2Br","1")?b.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>"):b.replace(/\r\n/g,"").replace(/\n/g,"")};var l=mxCellEditor.prototype.stopEditing;mxCellEditor.prototype.stopEditing=function(a){this.codeViewMode&&this.toggleViewMode();l.apply(this,arguments);this.focusContainer()};mxCellEditor.prototype.focusContainer= +function(){try{this.graph.container.focus()}catch(E){}};var m=mxCellEditor.prototype.applyValue;mxCellEditor.prototype.applyValue=function(a,b){this.graph.getModel().beginUpdate();try{if(m.apply(this,arguments),this.graph.isCellDeletable(a.cell)&&0==this.graph.model.getChildCount(a.cell)){var c=mxUtils.getValue(a.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),d=mxUtils.getValue(a.style,mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);""==b&&c==mxConstants.NONE&&d==mxConstants.NONE&&this.graph.removeCells([a.cell], +!1)}}finally{this.graph.getModel().endUpdate()}};mxCellEditor.prototype.getBackgroundColor=function(a){var b=null;if(this.graph.getModel().isEdge(a.cell)||this.graph.getModel().isEdge(this.graph.getModel().getParent(a.cell)))b=mxUtils.getValue(a.style,mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,null),b==mxConstants.NONE&&(b=null);return b};mxCellEditor.prototype.getMinimumSize=function(a){var b=this.graph.getView().scale;return new mxRectangle(0,0,null==a.text?30:a.text.size*b+20,30)};var n=mxGraphHandler.prototype.moveCells; +mxGraphHandler.prototype.moveCells=function(a,b,c,d,e,g){mxEvent.isAltDown(g)&&(e=null);n.apply(this,arguments)};mxGraphHandler.prototype.updateHint=function(b){if(null!=this.shape){null==this.hint&&(this.hint=a(),this.graph.container.appendChild(this.hint));var c=this.graph.view.translate,d=this.graph.view.scale;b=this.roundLength((this.bounds.x+this.currentDx)/d-c.x);c=this.roundLength((this.bounds.y+this.currentDy)/d-c.y);this.hint.innerHTML=b+", "+c;this.hint.style.left=this.shape.bounds.x+Math.round((this.shape.bounds.width- +this.hint.clientWidth)/2)+"px";this.hint.style.top=this.shape.bounds.y+this.shape.bounds.height+12+"px"}};mxGraphHandler.prototype.removeHint=function(){null!=this.hint&&(this.hint.parentNode.removeChild(this.hint),this.hint=null)};mxVertexHandler.prototype.isRecursiveResize=function(a,b){return!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!mxEvent.isControlDown(b.getEvent())&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null== +mxUtils.getValue(a.style,"childLayout",null)};mxVertexHandler.prototype.isCenteredEvent=function(a,b){return!(!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null))&&mxEvent.isControlDown(b.getEvent())||mxEvent.isMetaDown(b.getEvent())};var p=mxVertexHandler.prototype.getHandlePadding;mxVertexHandler.prototype.getHandlePadding=function(){var a= +new mxPoint(0,0),b=this.tolerance;this.graph.cellEditor.getEditingCell()==this.state.cell&&null!=this.sizers&&0<this.sizers.length&&null!=this.sizers[0]?(b/=2,a.x=this.sizers[0].bounds.width+b,a.y=this.sizers[0].bounds.height+b):a=p.apply(this,arguments);return a};mxVertexHandler.prototype.updateHint=function(b){this.index!=mxEvent.LABEL_HANDLE&&(null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint)),this.index==mxEvent.ROTATION_HANDLE?this.hint.innerHTML=this.currentAlpha+ +"°":(b=this.state.view.scale,this.hint.innerHTML=this.roundLength(this.bounds.width/b)+" x "+this.roundLength(this.bounds.height/b)),b=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.state.style[mxConstants.STYLE_ROTATION]||"0"),null==b&&(b=this.bounds),this.hint.style.left=b.x+Math.round((b.width-this.hint.clientWidth)/2)+"px",this.hint.style.top=b.y+b.height+12+"px",null!=this.linkHint&&(this.linkHint.style.display="none"))};mxVertexHandler.prototype.removeHint= +function(){mxGraphHandler.prototype.removeHint.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.display="")};mxEdgeHandler.prototype.updateHint=function(b,c){null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint));var d=this.graph.view.translate,e=this.graph.view.scale,g=this.roundLength(c.x/e-d.x),d=this.roundLength(c.y/e-d.y);this.hint.innerHTML=g+", "+d;this.hint.style.visibility="visible";if(this.isSource||this.isTarget)null!=this.constraintHandler.currentConstraint&& +null!=this.constraintHandler.currentFocus?(g=this.constraintHandler.currentConstraint.point,this.hint.innerHTML="["+Math.round(100*g.x)+"%, "+Math.round(100*g.y)+"%]"):this.marker.hasValidState()&&(this.hint.style.visibility="hidden");this.hint.style.left=Math.round(b.getGraphX()-this.hint.clientWidth/2)+"px";this.hint.style.top=Math.max(b.getGraphY(),c.y)+this.state.view.graph.gridSize+"px";null!=this.linkHint&&(this.linkHint.style.display="none")};mxEdgeHandler.prototype.removeHint=mxVertexHandler.prototype.removeHint; +HoverIcons.prototype.mainHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/>'):new mxImage(IMAGE_PATH+"/handle-main.png",17,17);HoverIcons.prototype.secondaryHandle=mxClient.IS_SVG?Graph.createSvgImage(16,16,'<path d="m 8 3 L 13 8 L 8 13 L 3 8 z" stroke="#fff" fill="#fca000"/>'):new mxImage(IMAGE_PATH+"/handle-secondary.png",17,17);HoverIcons.prototype.fixedHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><path d="m 7 7 L 11 11 M 7 11 L 11 7" stroke="#fff"/>'): +new mxImage(IMAGE_PATH+"/handle-fixed.png",17,17);HoverIcons.prototype.terminalHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><circle cx="9" cy="9" r="2" stroke="#fff" fill="transparent"/>'):new mxImage(IMAGE_PATH+"/handle-terminal.png",17,17);HoverIcons.prototype.rotationHandle=new mxImage(mxClient.IS_SVG?"data:image/png;base64,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": IMAGE_PATH+"/handle-rotate.png",19,21);mxClient.IS_SVG&&(mxConstraintHandler.prototype.pointImage=Graph.createSvgImage(5,5,'<path d="m 0 0 L 5 5 M 0 5 L 5 0" stroke="#007dfc"/>'));mxVertexHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxVertexHandler.prototype.secondaryHandleImage=HoverIcons.prototype.secondaryHandle;mxEdgeHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxEdgeHandler.prototype.terminalHandleImage=HoverIcons.prototype.terminalHandle;mxEdgeHandler.prototype.fixedHandleImage= HoverIcons.prototype.fixedHandle;mxEdgeHandler.prototype.labelHandleImage=HoverIcons.prototype.secondaryHandle;mxOutline.prototype.sizerImage=HoverIcons.prototype.mainHandle;null!=window.Sidebar&&(Sidebar.prototype.triangleUp=HoverIcons.prototype.triangleUp,Sidebar.prototype.triangleRight=HoverIcons.prototype.triangleRight,Sidebar.prototype.triangleDown=HoverIcons.prototype.triangleDown,Sidebar.prototype.triangleLeft=HoverIcons.prototype.triangleLeft,Sidebar.prototype.refreshTarget=HoverIcons.prototype.refreshTarget, Sidebar.prototype.roundDrop=HoverIcons.prototype.roundDrop);mxClient.IS_SVG||((new Image).src=HoverIcons.prototype.mainHandle.src,(new Image).src=HoverIcons.prototype.fixedHandle.src,(new Image).src=HoverIcons.prototype.terminalHandle.src,(new Image).src=HoverIcons.prototype.secondaryHandle.src,(new Image).src=HoverIcons.prototype.rotationHandle.src,(new Image).src=HoverIcons.prototype.triangleUp.src,(new Image).src=HoverIcons.prototype.triangleRight.src,(new Image).src=HoverIcons.prototype.triangleDown.src, @@ -2710,9 +2711,9 @@ a=b.getSelectionCell();if("link"==f.style.shape||"flexArrow"==f.style.shape){if( !1)?(v.value=d.targetPoint.x,w.value=d.targetPoint.y):r.style.display="none"):(p.style.display="none",r.style.display="none")});l=this.addEdgeGeometryHandler(q,function(a,b){a.sourcePoint.x=b});m=this.addEdgeGeometryHandler(t,function(a,b){a.sourcePoint.y=b});g=this.addEdgeGeometryHandler(v,function(a,b){a.targetPoint.x=b});k=this.addEdgeGeometryHandler(w,function(a,b){a.targetPoint.y=b});b.getModel().addListener(mxEvent.CHANGE,u);this.listeners.push({destroy:function(){b.getModel().removeListener(u)}}); u()};TextFormatPanel=function(a,c,d){BaseFormatPanel.call(this,a,c,d);this.init()};mxUtils.extend(TextFormatPanel,BaseFormatPanel);TextFormatPanel.prototype.init=function(){this.container.style.borderBottom="none";this.addFont(this.container)}; TextFormatPanel.prototype.addFont=function(a){function c(a,b){mxClient.IS_IE&&(mxClient.IS_QUIRKS||10>document.documentMode)?a.style.filter=b?"progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#c5ecff', EndColorStr='#87d4fb', GradientType=0)":"":a.style.backgroundImage=b?"linear-gradient(#c5ecff 0px,#87d4fb 100%)":""}var d=this.editorUi,b=d.editor.graph,f=this.format.getSelectionState(),e=this.createTitle(mxResources.get("font"));e.style.paddingLeft="18px";e.style.paddingTop="10px";e.style.paddingBottom= -"6px";a.appendChild(e);e=this.createPanel();e.style.paddingTop="2px";e.style.paddingBottom="2px";e.style.position="relative";e.style.marginLeft="-2px";e.style.borderWidth="0px";e.className="geToolbarContainer";mxClient.IS_QUIRKS&&(e.style.display="block");if(b.cellEditor.isContentEditing()){var h=e.cloneNode(),g=this.editorUi.toolbar.addMenu(mxResources.get("style"),mxResources.get("style"),!0,"formatBlock",h);g.style.color="rgb(112, 112, 112)";g.style.whiteSpace="nowrap";g.style.overflow="hidden"; -g.style.margin="0px";this.addArrow(g);g.style.width="192px";g.style.height="15px";var k=g.getElementsByTagName("div")[0];k.style.cssFloat="right";a.appendChild(h);mxClient.IS_FF&&(g.getElementsByTagName("div")[0].style.marginTop="-18px")}a.appendChild(e);h=this.createPanel();h.style.marginTop="8px";h.style.borderTop="1px solid #c0c0c0";h.style.paddingTop="6px";h.style.paddingBottom="6px";var l=this.editorUi.toolbar.addMenu("Helvetica",mxResources.get("fontFamily"),!0,"fontFamily",e);l.style.color= -"rgb(112, 112, 112)";l.style.whiteSpace="nowrap";l.style.overflow="hidden";l.style.margin="0px";this.addArrow(l);l.style.width="192px";l.style.height="15px";mxClient.IS_FF&&(l.getElementsByTagName("div")[0].style.marginTop="-18px");k=e.cloneNode(!1);k.style.marginLeft="-3px";var m=this.editorUi.toolbar.addItems(["bold","italic","underline"],k,!0);m[0].setAttribute("title",mxResources.get("bold")+" ("+this.editorUi.actions.get("bold").shortcut+")");m[1].setAttribute("title",mxResources.get("italic")+ +"6px";a.appendChild(e);e=this.createPanel();e.style.paddingTop="2px";e.style.paddingBottom="2px";e.style.position="relative";e.style.marginLeft="-2px";e.style.borderWidth="0px";e.className="geToolbarContainer";mxClient.IS_QUIRKS&&(e.style.display="block");if(b.cellEditor.isContentEditing()){var h=e.cloneNode(),g=this.editorUi.toolbar.addMenu(mxResources.get("style"),mxResources.get("style"),!0,"formatBlock",h,null,!0);g.style.color="rgb(112, 112, 112)";g.style.whiteSpace="nowrap";g.style.overflow= +"hidden";g.style.margin="0px";this.addArrow(g);g.style.width="192px";g.style.height="15px";var k=g.getElementsByTagName("div")[0];k.style.cssFloat="right";a.appendChild(h);mxClient.IS_FF&&(g.getElementsByTagName("div")[0].style.marginTop="-18px")}a.appendChild(e);h=this.createPanel();h.style.marginTop="8px";h.style.borderTop="1px solid #c0c0c0";h.style.paddingTop="6px";h.style.paddingBottom="6px";var l=this.editorUi.toolbar.addMenu("Helvetica",mxResources.get("fontFamily"),!0,"fontFamily",e,null, +!0);l.style.color="rgb(112, 112, 112)";l.style.whiteSpace="nowrap";l.style.overflow="hidden";l.style.margin="0px";this.addArrow(l);l.style.width="192px";l.style.height="15px";mxClient.IS_FF&&(l.getElementsByTagName("div")[0].style.marginTop="-18px");k=e.cloneNode(!1);k.style.marginLeft="-3px";var m=this.editorUi.toolbar.addItems(["bold","italic","underline"],k,!0);m[0].setAttribute("title",mxResources.get("bold")+" ("+this.editorUi.actions.get("bold").shortcut+")");m[1].setAttribute("title",mxResources.get("italic")+ " ("+this.editorUi.actions.get("italic").shortcut+")");m[2].setAttribute("title",mxResources.get("underline")+" ("+this.editorUi.actions.get("underline").shortcut+")");var n=this.editorUi.toolbar.addItems(["vertical"],k,!0)[0];mxClient.IS_QUIRKS&&mxUtils.br(a);a.appendChild(k);this.styleButtons(m);this.styleButtons([n]);g=e.cloneNode(!1);g.style.marginLeft="-3px";g.style.paddingBottom="0px";var p=function(a){return function(){return a()}},q=this.editorUi.toolbar.addButton("geSprite-left",mxResources.get("left"), b.cellEditor.isContentEditing()?function(){document.execCommand("justifyleft",!1,null)}:p(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_ALIGN],[mxConstants.ALIGN_LEFT])),g),t=this.editorUi.toolbar.addButton("geSprite-center",mxResources.get("center"),b.cellEditor.isContentEditing()?function(){document.execCommand("justifycenter",!1,null)}:p(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_ALIGN],[mxConstants.ALIGN_CENTER])),g),r=this.editorUi.toolbar.addButton("geSprite-right", mxResources.get("right"),b.cellEditor.isContentEditing()?function(){document.execCommand("justifyright",!1,null)}:p(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_ALIGN],[mxConstants.ALIGN_RIGHT])),g);this.styleButtons([q,t,r]);if(b.cellEditor.isContentEditing()){var v=this.editorUi.toolbar.addButton("geSprite-removeformat",mxResources.get("removeFormat"),function(){document.execCommand("removeformat",!1,null)},k);this.styleButtons([v])}var w=this.editorUi.toolbar.addButton("geSprite-top", @@ -3070,7 +3071,7 @@ function(c,b){this.addMenuItems(c,["resetView","-"],b);for(var d=[.25,.5,.75,1,1 Menus.prototype.get=function(a){return this.menus[a]};Menus.prototype.addSubmenu=function(a,c,d,b){var f=this.get(a);null!=f&&(f=f.isEnabled(),c.showDisabled||f)&&(d=c.addItem(b||mxResources.get(a),null,null,d,null,f),this.addMenu(a,c,d))};Menus.prototype.addMenu=function(a,c,d){var b=this.get(a);null!=b&&(c.showDisabled||b.isEnabled())&&this.get(a).execute(c,d)}; Menus.prototype.addInsertTableItem=function(a){function c(a,b){for(var c=["<table>"],d=0;d<a;d++){c.push("<tr>");for(var e=0;e<b;e++)c.push("<td><br></td>");c.push("</tr>")}c.push("</table>");return c.join("")}var d=this.editorUi.editor.graph;a=a.addItem("",null,mxUtils.bind(this,function(a){var b=d.getParentByName(mxEvent.getSource(a),"TD");if(null!=b){var e=d.getParentByName(b,"TR"),f=d.cellEditor.textarea.getElementsByTagName("table");a=[];for(var h=0;h<f.length;h++)a.push(f[h]);d.container.focus(); d.pasteHtmlAtCaret(c(e.sectionRowIndex+1,b.cellIndex+1));b=d.cellEditor.textarea.getElementsByTagName("table");if(b.length==a.length+1)for(h=b.length-1;0<=h;h--)if(0==h||b[h]!=a[h-1]){d.selectNode(b[h].rows[0].cells[0]);break}}}));var b='<img src="'+mxClient.imageBasePath+'/transparent.gif" width="16" height="16"/>';a.firstChild.innerHTML="";var f=function(a,c){var d=document.createElement("table");d.setAttribute("border","1");d.style.borderCollapse="collapse";mxClient.IS_QUIRKS||d.setAttribute("cellPadding", -"8");for(var e=0;e<a;e++)for(var g=d.insertRow(e),f=0;f<c;f++){var h=g.insertCell(-1);mxClient.IS_QUIRKS&&(h.innerHTML=b)}return d}(5,5);a.firstChild.appendChild(f);var e=document.createElement("div");e.style.padding="4px";e.style.fontSize=Menus.prototype.defaultFontSize+"px";e.innerHTML="1x1";a.firstChild.appendChild(e);mxEvent.addListener(f,"mouseover",function(a){var c=d.getParentByName(mxEvent.getSource(a),"TD");if(null!=c){for(var h=d.getParentByName(c,"TR"),l=Math.min(20,h.sectionRowIndex+2), +"8");for(var e=0;e<a;e++)for(var f=d.insertRow(e),g=0;g<c;g++){var h=f.insertCell(-1);mxClient.IS_QUIRKS&&(h.innerHTML=b)}return d}(5,5);a.firstChild.appendChild(f);var e=document.createElement("div");e.style.padding="4px";e.style.fontSize=Menus.prototype.defaultFontSize+"px";e.innerHTML="1x1";a.firstChild.appendChild(e);mxEvent.addListener(f,"mouseover",function(a){var c=d.getParentByName(mxEvent.getSource(a),"TD");if(null!=c){for(var h=d.getParentByName(c,"TR"),l=Math.min(20,h.sectionRowIndex+2), m=Math.min(20,c.cellIndex+2),n=f.rows.length;n<l;n++)for(var p=f.insertRow(n),q=0;q<f.rows[0].cells.length;q++){var t=p.insertCell(-1);mxClient.IS_QUIRKS&&(t.innerHTML=b)}for(n=0;n<f.rows.length;n++)for(p=f.rows[n],q=p.cells.length;q<m;q++)t=p.insertCell(-1),mxClient.IS_QUIRKS&&(t.innerHTML=b);e.innerHTML=c.cellIndex+1+"x"+(h.sectionRowIndex+1);for(l=0;l<f.rows.length;l++)for(m=f.rows[l],n=0;n<m.cells.length;n++)m.cells[n].style.backgroundColor=l<=h.sectionRowIndex&&n<=c.cellIndex?"blue":"white"; mxEvent.consume(a)}})}; Menus.prototype.edgeStyleChange=function(a,c,d,b,f,e,h){return a.addItem(c,null,mxUtils.bind(this,function(){var a=this.editorUi.editor.graph;a.stopEditing(!1);a.getModel().beginUpdate();try{for(var c=a.getSelectionCells(),e=[],f=0;f<c.length;f++){var n=c[f];if(a.getModel().isEdge(n)){if(h){var p=a.getCellGeometry(n);null!=p&&(p=p.clone(),p.points=null,a.getModel().setGeometry(n,p))}for(var q=0;q<d.length;q++)a.setCellStyles(d[q],b[q],[n]);e.push(n)}}this.editorUi.fireEvent(new mxEventObject("styleChanged","keys", @@ -3129,7 +3130,7 @@ function(a,b,c,d){return"#"+("0"+Number(b).toString(16)).substr(-2)+("0"+Number( null,mxUtils.bind(this,function(){var a=g.style.backgroundColor.replace(/\brgb\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)/g,function(a,b,c,d){return"#"+("0"+Number(b).toString(16)).substr(-2)+("0"+Number(c).toString(16)).substr(-2)+("0"+Number(d).toString(16)).substr(-2)});this.editorUi.pickColor(a,function(a){g.style.backgroundColor=null==a||a==mxConstants.NONE?"":a})}),null,"geIcon geSprite geSprite-fillcolor");c.setAttribute("title",mxResources.get("backgroundColor"));c=b.addItem("",null,mxUtils.bind(this, function(){var a=g.getAttribute("cellPadding")||0,a=new FilenameDialog(this.editorUi,a,mxResources.get("apply"),mxUtils.bind(this,function(a){null!=a&&0<a.length?g.setAttribute("cellPadding",a):g.removeAttribute("cellPadding")}),mxResources.get("spacing"));this.editorUi.showDialog(a.container,300,80,!0,!0);a.init()}),null,"geIcon geSprite geSprite-fit");c.setAttribute("title",mxResources.get("spacing"));c=b.addItem("",null,mxUtils.bind(this,function(){g.setAttribute("align","left")}),null,"geIcon geSprite geSprite-left"); c.setAttribute("title",mxResources.get("left"));c=b.addItem("",null,mxUtils.bind(this,function(){g.setAttribute("align","center")}),null,"geIcon geSprite geSprite-center");c.setAttribute("title",mxResources.get("center"));c=b.addItem("",null,mxUtils.bind(this,function(){g.setAttribute("align","right")}),null,"geIcon geSprite geSprite-right");c.setAttribute("title",mxResources.get("right"))}}));d.style.position="relative";d.style.whiteSpace="nowrap";d.style.overflow="hidden";d.innerHTML='<div class="geSprite geSprite-table" style="margin-left:-2px;"></div>'+ -this.dropdownImageHtml;d.style.width=mxClient.IS_QUIRKS?"50px":"30px";EditorUi.compactUi&&(d.getElementsByTagName("img")[0].style.left="22px",d.getElementsByTagName("img")[0].style.top="5px")};Toolbar.prototype.hideMenu=function(){this.editorUi.hideCurrentMenu()};Toolbar.prototype.addMenu=function(a,c,d,b,f,e){var h=this.editorUi.menus.get(b),g=this.addMenuFunction(a,c,d,function(){h.funct.apply(h,arguments)},f,e);h.addListener("stateChanged",function(){g.setEnabled(h.enabled)});return g}; +this.dropdownImageHtml;d.style.width=mxClient.IS_QUIRKS?"50px":"30px";EditorUi.compactUi&&(d.getElementsByTagName("img")[0].style.left="22px",d.getElementsByTagName("img")[0].style.top="5px")};Toolbar.prototype.hideMenu=function(){this.editorUi.hideCurrentMenu()};Toolbar.prototype.addMenu=function(a,c,d,b,f,e,h){var g=this.editorUi.menus.get(b),k=this.addMenuFunction(a,c,d,function(){g.funct.apply(g,arguments)},f,e);h||g.addListener("stateChanged",function(){k.setEnabled(g.enabled)});return k}; Toolbar.prototype.addMenuFunction=function(a,c,d,b,f,e){return this.addMenuFunctionInContainer(null!=f?f:this.container,a,c,d,b,e)};Toolbar.prototype.addMenuFunctionInContainer=function(a,c,d,b,f,e){c=b?this.createLabel(c):this.createButton(c);this.initElement(c,d);this.addMenuHandler(c,b,f,e);a.appendChild(c);return c};Toolbar.prototype.addSeparator=function(a){a=null!=a?a:this.container;var c=document.createElement("div");c.className="geSeparator";a.appendChild(c);return c}; Toolbar.prototype.addItems=function(a,c,d){for(var b=[],f=0;f<a.length;f++){var e=a[f];"-"==e?b.push(this.addSeparator(c)):b.push(this.addItem("geSprite-"+e.toLowerCase(),e,c,d))}return b};Toolbar.prototype.addItem=function(a,c,d,b){var f=this.editorUi.actions.get(c),e=null;null!=f&&(c=f.label,null!=f.shortcut&&(c+=" ("+f.shortcut+")"),e=this.addButton(a,c,f.funct,d),b||(e.setEnabled(f.enabled),f.addListener("stateChanged",function(){e.setEnabled(f.enabled)})));return e}; Toolbar.prototype.addButton=function(a,c,d,b){a=this.createButton(a);b=null!=b?b:this.container;this.initElement(a,c);this.addClickHandler(a,d);b.appendChild(a);return a};Toolbar.prototype.initElement=function(a,c){null!=c&&a.setAttribute("title",c);this.addEnabledState(a)};Toolbar.prototype.addEnabledState=function(a){var c=a.className;a.setEnabled=function(d){a.enabled=d;a.className=d?c:c+" mxDisabled"};a.setEnabled(!0)}; @@ -3222,9 +3223,9 @@ Sidebar.prototype.gcp="Cards;Big Data;Compute;Developer Tools;Extras;Identity an Sidebar.prototype.cisco="Buildings;Computers and Peripherals;Controllers and Modules;Directors;Hubs and Gateways;Misc;Modems and Phones;People;Routers;Security;Servers;Storage;Switches;Wireless".split(";");Sidebar.prototype.cisco_safe=["Architecture","Capability","Design","Threat"];Sidebar.prototype.sysml="Model Elements;Blocks;Ports and Flows;Constraint Blocks;Activities;Interactions;State Machines;Use Cases;Allocations;Requirements;Profiles;Stereotypes".split(";");Sidebar.prototype.eip="Message Construction;Message Routing;Message Transformation;Messaging Channels;Messaging Endpoints;Messaging Systems;System Management".split(";"); Sidebar.prototype.gmdl="Bottom Navigation;Bottom Sheets;Buttons;Cards;Chips;Dialogs;Dividers;Grid Lists;Icons;Lists;Menus;Misc;Pickers;Selection Controls;Sliders;Steppers;Tabs;Text Fields".split(";");Sidebar.prototype.aws2="Analytics;Application Services;Compute;Database;Developer Tools;Enterprise Applications;Game Development;General;Internet of Things;Management Tools;Mobile Services;Networking;On-Demand Workforce;SDKs;Security and Identity;Storage and Content Delivery;Groups".split(";");Sidebar.prototype.aws3= "Analytics;Application Services;Artificial Intelligence;Business Productivity;Compute;Contact Center;Database;Desktop and App Streaming;Developer Tools;Game Development;General;Groups;Internet of Things;Management Tools;Messaging;Migration;Mobile Services;Networking and Content Delivery;On Demand Workforce;SDKs;Security Identity and Compliance;Storage".split(";");Sidebar.prototype.office="Clouds Communications Concepts Databases Devices Security Servers Services Sites Users".split(" ");Sidebar.prototype.veeam= -["2D","3D"];Sidebar.prototype.archimate3="Application;Business;Composite;Implementation and Migration;Motivation;Physical;Relationships;Strategy;Technology".split(";");Sidebar.prototype.electrical="LogicGates Resistors Capacitors Inductors SwitchesRelays Diodes Sources Transistors Misc Audio PlcLadder Abstract Optical VacuumTubes Waveforms Instruments RotMech Transmission".split(" ");Sidebar.prototype.configuration=[{id:"general",libs:["general","misc","advanced"]},{id:"uml"},{id:"search"},{id:"er"}, -{id:"ios",prefix:"ios",libs:["","7icons","7ui"]},{id:"android",prefix:"android",libs:[""]},{id:"aws3d"},{id:"flowchart"},{id:"basic"},{id:"infographic"},{id:"arrows"},{id:"arrows2"},{id:"lean_mapping"},{id:"citrix"},{id:"azure"},{id:"network"},{id:"sitemap"},{id:"mscae",prefix:"mscae",libs:"Cloud;Enterprise;General;General Symbols;Intune;OMS;OpsManager;Other;System Center;Virtual Machine;Deprecated;Cloud Color;Deprecated Color".split(";")},{id:"bpmn",prefix:"bpmn",libs:["","Gateways","Events"]},{id:"clipart", -prefix:null,libs:"computer finance clipart networking people telco".split(" ")},{id:"ibm",prefix:"ibm",libs:Sidebar.prototype.ibm},{id:"allied_telesis",prefix:"allied_telesis",libs:Sidebar.prototype.allied_telesis},{id:"eip",prefix:"eip",libs:Sidebar.prototype.eip},{id:"mockups",prefix:"mockup",libs:"Buttons Containers Forms Graphics Markup Misc Navigation Text".split(" ")},{id:"pid2",prefix:"pid2",libs:"Agitators;Apparatus Elements;Centrifuges;Compressors;Compressors ISO;Crushers Grinding;Driers;Engines;Feeders;Filters;Fittings;Flow Sensors;Heat Exchangers;Instruments;Misc;Mixers;Piping;Pumps;Pumps DIN;Pumps ISO;Separators;Shaping Machines;Valves;Vessels".split(";")}, +"Data Center;Misc;Software;Storage;UsersStatus;VASComponents;Backup Replication;Products;VMs and Tape;2D;3D".split(";");Sidebar.prototype.archimate3="Application;Business;Composite;Implementation and Migration;Motivation;Physical;Relationships;Strategy;Technology".split(";");Sidebar.prototype.electrical="LogicGates Resistors Capacitors Inductors SwitchesRelays Diodes Sources Transistors Misc Audio PlcLadder Abstract Optical VacuumTubes Waveforms Instruments RotMech Transmission".split(" ");Sidebar.prototype.configuration= +[{id:"general",libs:["general","misc","advanced"]},{id:"uml"},{id:"search"},{id:"er"},{id:"ios",prefix:"ios",libs:["","7icons","7ui"]},{id:"android",prefix:"android",libs:[""]},{id:"aws3d"},{id:"flowchart"},{id:"basic"},{id:"infographic"},{id:"arrows"},{id:"arrows2"},{id:"lean_mapping"},{id:"citrix"},{id:"azure"},{id:"network"},{id:"sitemap"},{id:"mscae",prefix:"mscae",libs:"Cloud;Enterprise;General;General Symbols;Intune;OMS;OpsManager;Other;System Center;Virtual Machine;Deprecated;Cloud Color;Deprecated Color".split(";")}, +{id:"bpmn",prefix:"bpmn",libs:["","Gateways","Events"]},{id:"clipart",prefix:null,libs:"computer finance clipart networking people telco".split(" ")},{id:"ibm",prefix:"ibm",libs:Sidebar.prototype.ibm},{id:"allied_telesis",prefix:"allied_telesis",libs:Sidebar.prototype.allied_telesis},{id:"eip",prefix:"eip",libs:Sidebar.prototype.eip},{id:"mockups",prefix:"mockup",libs:"Buttons Containers Forms Graphics Markup Misc Navigation Text".split(" ")},{id:"pid2",prefix:"pid2",libs:"Agitators;Apparatus Elements;Centrifuges;Compressors;Compressors ISO;Crushers Grinding;Driers;Engines;Feeders;Filters;Fittings;Flow Sensors;Heat Exchangers;Instruments;Misc;Mixers;Piping;Pumps;Pumps DIN;Pumps ISO;Separators;Shaping Machines;Valves;Vessels".split(";")}, {id:"signs",prefix:"signs",libs:Sidebar.prototype.signs},{id:"gcp",prefix:"gcp",libs:Sidebar.prototype.gcp},{id:"rack",prefix:"rack",libs:Sidebar.prototype.rack},{id:"electrical",prefix:"electrical",libs:Sidebar.prototype.electrical},{id:"aws2",prefix:"aws2",libs:Sidebar.prototype.aws2},{id:"aws3",prefix:"aws3",libs:Sidebar.prototype.aws3},{id:"pid",prefix:"pid",libs:Sidebar.prototype.pids},{id:"cisco",prefix:"cisco",libs:Sidebar.prototype.cisco},{id:"cisco_safe",prefix:"cisco_safe",libs:Sidebar.prototype.cisco_safe}, {id:"office",prefix:"office",libs:Sidebar.prototype.office},{id:"veeam",prefix:"veeam",libs:Sidebar.prototype.veeam},{id:"cabinets",libs:["cabinets"]},{id:"floorplan",libs:["floorplan"]},{id:"bootstrap",libs:["bootstrap"]},{id:"atlassian",libs:["atlassian"]},{id:"gmdl",prefix:"gmdl",libs:Sidebar.prototype.gmdl},{id:"archimate3",prefix:"archimate3",libs:Sidebar.prototype.archimate3},{id:"archimate",libs:["archimate"]},{id:"webicons",libs:["webicons","weblogos"]},{id:"sysml",prefix:"sysml",libs:Sidebar.prototype.sysml}]; var a=Sidebar.prototype.insertSearchHint;Sidebar.prototype.insertSearchHint=function(b,c,e,d,m,k,n,q){if(null!=q&&1==d){var l=null;if(0<=mxUtils.indexOf(q,"text"))l="Double click anywhere in the diagram to insert text.";else for(var f="line lines arrow arrows connect connection connections connector connectors curve curves link links directed directional bidirectional".split(" "),g=0;g<f.length;g++)if(0<=mxUtils.indexOf(q,f[g])){l="Need help with connections?";break}if(null!=l&&!this.hideSearchHint){var h= @@ -6610,101 +6611,168 @@ this.addDataEntry("sysml stereotype note",320,150,"Stereotype Note","rZRNj9owEIZ this.createVertexTemplateEntry("shape=rect;html=1;whiteSpace=wrap;align=center;",160,80,"<<stereotypeName>>\n{PropertyName=ValueString;\nBooleanPropertyName}\nNodeName","Stereotype (Node)",null,null,this.getTagsForStencil("","","sysml stereotype node").join(" ")),this.createVertexTemplateEntry("shape=rect;html=1;overflow=fill;whiteSpace=wrap;align=center;",400,100,'<p style="margin:0px;margin-top:4px;text-align:center;"><b>NodeName</b><hr/></p><p style="margin:0px;margin-left:10px;text-align:left;"><<stereotypeName>>{PropertyName=ValueString}ElementName<br/><<stereotypeName>>{PropertyName=ValueString};<br/>BooleanPropertyName<br/>ElementName</p>', "Stereotype (Compartment)",null,null,this.getTagsForStencil("","","sysml stereotype compartment").join(" ")),this.addDataEntry("sysml stereotype edge",200,180,"Stereotype (Edge)","3VTBboMwDP2a3CmZ2vOgXU+bKlXaPQM3iRYSZEwp+/oFCO2ytVJ32WEHJD8/G/OeQxjPq9MWRa2eXQmG8Q3jOTpHU1SdcjCGpYkuGV+zNE38w9KnG+xiZJNaIFi6pyGdGo7CtDBlNgaqoTldspQvEsazF1HBVNZQb0JZo0Q9hAiFH5QdnKV9YBceK6pMCDulCfa1KAau80p9ThgtrYeFnwToE+EzAAlON6WMqaBjC64Cwt6XdLokFSqC3ESBliq0LUNONBOW59aLMT4I3lz3if8Dn/pvHv2Fbw8/fPOGiWrQZmjU8xU1XiRQ72CyMlAyKpzR7DpbZTt0tXekH7v4+nUYtifUVsalmXMGhI3KV+udIHV1dWDLR0TXeWSdhXhbUEqYFxlYI97AZKJ4l+haW+bOOLyw8yoNHK4dhBHrjxEm50UPU6I1N67FAqIzSQIlUPQ733EYEIwgfYzf/otNe3i5pUYuusQ+AQ=="), this.createVertexTemplateEntry("shape=rect;html=1;overflow=fill;whiteSpace=wrap;align=center;",300,120,'<p style="margin:0px;margin-top:4px;text-align:center;"><b><<stereotypeName>></br>NodeName</b><hr/></p><p style="margin:0px;margin-left:10px;text-align:left;"><<stereotypeName>><br/>PropertyName=ValueString<br/>MultiPropertyName=ValueString, ValueString<br/>BooleanPropertyName<br/></p>',"Stereotype (Compartment)",null,null,this.getTagsForStencil("","","sysml stereotype compartment").join(" "))]; -this.addPalette("sysmlStereotypes","SysML / Stereotypes",a||!1,mxUtils.bind(this,function(a){for(var b=0;b<d.length;b++)a.appendChild(d[b](a))}))}})();(function(){Sidebar.prototype.addVeeamPalette=function(){this.addVeeam2DPalette();this.addVeeam3DPalette()};Sidebar.prototype.addVeeam2DPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1ftvm;",70,70,"","1FTVM",null,null,this.getTagsForStencil("mxgraph.veeam.2d","1ftvm","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1ftvm_error;",70,78,"","1FTVM Error",null,null,this.getTagsForStencil("mxgraph.veeam.2d","1ftvm error","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1ftvm_running;", -70,78,"","1FTVM Running",null,null,this.getTagsForStencil("mxgraph.veeam.2d","1frvm running","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1ftvm_unavailable;",70,78,"","1FTVM Unavailable",null,null,this.getTagsForStencil("mxgraph.veeam.2d","1ftvm unavailable","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1ftvm_warning;",70,78,"","1FTVM Warning",null,null,this.getTagsForStencil("mxgraph.veeam.2d","1ftvm warning","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1_click_failover_orchestration;", -44,44,"","1 Click Failover Orchestration",null,null,this.getTagsForStencil("mxgraph.veeam.2d","one click failover orchestration","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.2ftvm;",70,70,"","2FTVM",null,null,this.getTagsForStencil("mxgraph.veeam.2d","2ftvm","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.2ftvm_error;",70,78,"","2FTVM Error",null,null,this.getTagsForStencil("mxgraph.veeam.2d","2ftvm error","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.2ftvm_running;", -70,78,"","2FTVM Running",null,null,this.getTagsForStencil("mxgraph.veeam.2d","2ftvm running","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.2ftvm_unavailable;",70,78,"","2FTVM Unavailable",null,null,this.getTagsForStencil("mxgraph.veeam.2d","2ftvm unavailable","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.2ftvm_warning;",70,78,"","2FTVM Warning",null,null,this.getTagsForStencil("mxgraph.veeam.2d","2ftvm warning","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.agent;", -38,38,"","Agent",null,null,this.getTagsForStencil("mxgraph.veeam.2d","agent","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.alarm;",62,46,"","Alarm",null,null,this.getTagsForStencil("mxgraph.veeam.2d","alarm","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.alert;", -30,30,"","Alert",null,null,this.getTagsForStencil("mxgraph.veeam.2d","alert","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.assisted_failover_and_failback;",46,46,"","Assisted Failover and Failback",null,null,this.getTagsForStencil("mxgraph.veeam.2d","assisted failover and failback", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_browser;",46,46,"","Backup Browser",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup browser","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_from_storage_snapshots;", -46,46,"","Backup from Storage Snapshots",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup from storage snapshots","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_repository;",52,48,"","Backup Repository",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup repository", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_repository_2;",58,50,"","Backup Repository",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup repository","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.built_in_wan_acceleration;", -46,46,"","Built-in WAN Acceleration",null,null,this.getTagsForStencil("mxgraph.veeam.2d","built in wan acceleration wireless area network","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.cd;",46,46,"","CD",null,null,this.getTagsForStencil("mxgraph.veeam.2d","cd compact disc", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.cloud;",66,46,"","Cloud",null,null,this.getTagsForStencil("mxgraph.veeam.2d","cloud","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.cloud_gateway;", -46,46,"","Cloud Gateway",null,null,this.getTagsForStencil("mxgraph.veeam.2d","cloud gateway","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.database;",58,50,"","Database",null,null,this.getTagsForStencil("mxgraph.veeam.2d","database db","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.datastore;",44,44,"","Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.2d","datastore","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.datastore_snapshot;", -46,12,"","Datastore Snapshot",null,null,this.getTagsForStencil("mxgraph.veeam.2d","datastore snapshot","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.datastore_volume;",46,12,"","Datastore Volume",null,null,this.getTagsForStencil("mxgraph.veeam.2d","datastore volume","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.data_mover;",38,38,"","Data Mover",null,null,this.getTagsForStencil("mxgraph.veeam.2d","data mover","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.disaster_recovery;", -46,46,"","Disaster Recovery",null,null,this.getTagsForStencil("mxgraph.veeam.2d","disaster recovery","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.download;",46,46,"","Download",null,null,this.getTagsForStencil("mxgraph.veeam.2d","download","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.emc_data_domain_boost;",46,46,"","EMC Data Domain Boost",null,null,this.getTagsForStencil("mxgraph.veeam.2d","emc data domain boost","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.encryption_object;", -46,46,"","Encryption Object",null,null,this.getTagsForStencil("mxgraph.veeam.2d","encryption object","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.end_to_end_encryption;",46,46,"","End to end Encryption",null,null,this.getTagsForStencil("mxgraph.veeam.2d","end to end encryption", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.esx_esxi;",30,46,"","ESX/ESXi",null,null,this.getTagsForStencil("mxgraph.veeam.2d","esx esxi","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.exagrid;", -46,46,"","ExaGrid",null,null,this.getTagsForStencil("mxgraph.veeam.2d","exagrid","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.failover_protective_snapshot;",46,46,"","Failover Protective Snapshot",null,null,this.getTagsForStencil("mxgraph.veeam.2d","failover protective snapshot", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.failover_protective_snapshot_locked;",54,50,"","Failover Protective Snapshot Locked",null,null,this.getTagsForStencil("mxgraph.veeam.2d","failover protective snapshot locked","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.failover_protective_snapshot_running;",56,50,"","Failover Protective Snapshot Running",null,null,this.getTagsForStencil("mxgraph.veeam.2d","failover protective snapshot running","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.file;", -34,46,"","File",null,null,this.getTagsForStencil("mxgraph.veeam.2d","file","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.file_system_browser;",46,46,"","File System Browser",null,null,this.getTagsForStencil("mxgraph.veeam.2d","file system browser","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.folder;",48,46,"","Folder",null,null,this.getTagsForStencil("mxgraph.veeam.2d","folder","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.forward_incremental_backup_increment;fillColor=#999A98;", -34,24,"","Forward Incremental Backup - Increment (grey)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","forward incremental backup increment","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.forward_incremental_backup_increment;",34,24,"","Forward Incremental Backup - Increment (blue)", -null,null,this.getTagsForStencil("mxgraph.veeam.2d","forward incremental backup increment","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.free_datastore;",46,46,"","Free Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.2d","free datastore","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.full_datastore;",46,46,"","Full Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.2d","full datastore","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.full_veeam_backup;fillColor=#999A98;", -26,42,"","Full Veeam Backup (grey)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","full veeam backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.full_veeam_backup;fillColor=#24B14B;",26,42,"","Full Veeam Backup (green)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","full veeam backup", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.full_veeam_backup;fillColor=#EF8F21;",26,42,"","Full Veeam Backup (orange)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","full veeam backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.full_veeam_backup;fillColor=#FBB715;", -26,42,"","Full Veeam Backup (yellow)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","full veeam backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.group;",40,46,"","Group",null,null,this.getTagsForStencil("mxgraph.veeam.2d","group","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.hard_drive;",38,46,"","Hard Drive",null,null,this.getTagsForStencil("mxgraph.veeam.2d","hard drive","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.hp_storeonce;", -46,46,"","HP StoreOnce",null,null,this.getTagsForStencil("mxgraph.veeam.2d","hp storeonce","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.hyper_v_host;",124,120,"","Hyper-V Host",null,null,this.getTagsForStencil("mxgraph.veeam.2d","hyper host","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.hyper_v_vmware_host;",124,120,"","VMware/Hyper-V Host",null,null,this.getTagsForStencil("mxgraph.veeam.2d","hyper vmware host","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.letter;", -46,36,"","Letter",null,null,this.getTagsForStencil("mxgraph.veeam.2d","letter","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.license;",46,46,"","License",null,null,this.getTagsForStencil("mxgraph.veeam.2d","license","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.lost_space;",46,46,"","Lost Space",null,null,this.getTagsForStencil("mxgraph.veeam.2d","lost space","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.lun;", -58,22,"","LUN",null,null,this.getTagsForStencil("mxgraph.veeam.2d","lun","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.medium_datastore;",46,46,"","Medium Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.2d","medium datastore","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.monitoring_console;",46,46,"","Monitoring Console",null,null,this.getTagsForStencil("mxgraph.veeam.2d","monitoring console","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.native_tape_support;", -46,46,"","Native Tape Support",null,null,this.getTagsForStencil("mxgraph.veeam.2d","native tape support","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.network_card;",46,32,"","Network Card",null,null,this.getTagsForStencil("mxgraph.veeam.2d","network card","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.on_demand_sandbox;",46,46,"","On Demand Sandbox",null,null,this.getTagsForStencil("mxgraph.veeam.2d","on demand sandbox","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.physical_storage;", -76,26,"","Physical Storage",null,null,this.getTagsForStencil("mxgraph.veeam.2d","physical storage","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.powershell_extension;",46,46,"","PowerShell Extension",null,null,this.getTagsForStencil("mxgraph.veeam.2d","powershell extension", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.private_key;",56,52,"","Private Key",null,null,this.getTagsForStencil("mxgraph.veeam.2d","private key","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.privilege;", -50,48,"","Privilege",null,null,this.getTagsForStencil("mxgraph.veeam.2d","privilege","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.proxy;",46,46,"","Proxy",null,null,this.getTagsForStencil("mxgraph.veeam.2d","proxy","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.proxy_appliance;",46,46,"","Proxy Appliance",null,null,this.getTagsForStencil("mxgraph.veeam.2d","proxy appliance","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.quick_migration;", -46,46,"","Quick Migration",null,null,this.getTagsForStencil("mxgraph.veeam.2d","quick migration","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.remote_site;",42,44,"","Remote Site",null,null,this.getTagsForStencil("mxgraph.veeam.2d","remote site","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.remote_storage;",46,46,"","Remote Storage",null,null,this.getTagsForStencil("mxgraph.veeam.2d","remote storage","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.replication_from_a_backup;", -46,46,"","Replication from a Backup",null,null,this.getTagsForStencil("mxgraph.veeam.2d","replication from a backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.report;",34,46,"","Report",null,null,this.getTagsForStencil("mxgraph.veeam.2d","report","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.resource_pool;",46,46,"","Resource Pool",null,null,this.getTagsForStencil("mxgraph.veeam.2d","resource pool","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.restful_apis;", -46,46,"","RESTful APIs",null,null,this.getTagsForStencil("mxgraph.veeam.2d","restful apis api","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.restore_data_from_the_vm_backup;",46,46,"","Restore Data from the VM Backup",null,null,this.getTagsForStencil("mxgraph.veeam.2d","restore data from the vm backup", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.reversed_incremental_backup_increment;fillColor=#999A98;",34,24,"","Reversed Incremental Backup - Increment (grey)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","reversed incremental backup increment","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.reversed_incremental_backup_increment;fillColor=#6E5CA7;",34,24,"","Reversed Incremental Backup - Increment (purple)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","reversed incremental backup increment","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.role;", -34,46,"","Role",null,null,this.getTagsForStencil("mxgraph.veeam.2d","role","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.scheduled_backups;",46,46,"","Scheduled Backups",null,null,this.getTagsForStencil("mxgraph.veeam.2d","Scheduled Backups","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.search;",46,46,"","Search",null,null,this.getTagsForStencil("mxgraph.veeam.2d","search","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.self_service_recovery;", -46,46,"","Self-Service Recovery",null,null,this.getTagsForStencil("mxgraph.veeam.2d","self service recovery","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.service;",46,46,"","Service",null,null,this.getTagsForStencil("mxgraph.veeam.2d","service","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.service_console;",46,46,"","Service Console",null,null,this.getTagsForStencil("mxgraph.veeam.2d","service console","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.service_vnic;", -60,54,"","Service vNIC",null,null,this.getTagsForStencil("mxgraph.veeam.2d","service vnic","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.sure_backup;",46,46,"","SureBackup",null,null,this.getTagsForStencil("mxgraph.veeam.2d","sure backup","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.sure_replica;",46,46,"","SureReplica",null,null,this.getTagsForStencil("mxgraph.veeam.2d","sure replica","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.switch;", -74,12,"","Switch",null,null,this.getTagsForStencil("mxgraph.veeam.2d","switch","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape;",60,32,"","Tape",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_checked;", -70,42,"","Tape Checked",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape checked","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_device;",52,52,"","Tape Device",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape device","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_ejecting;",70,42,"","Tape Ejecting",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape ejecting","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_library;", -40,46,"","Tape Library",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape library","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_licensed;",68,38,"","Tape Licensed",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape licensed","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_recording;",70,42,"","Tape Recording",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape recording","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_server;", -74,72,"","Tape Server",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape server","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.transport_service;",38,38,"","Transport Service",null,null,this.getTagsForStencil("mxgraph.veeam.2d","transport service","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.user;",26,46,"","User",null,null,this.getTagsForStencil("mxgraph.veeam.2d","user","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.u_air;", -46,46,"","U-AIR",null,null,this.getTagsForStencil("mxgraph.veeam.2d","air","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vapp;",48,48,"","vApp",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vapp","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vapp_started;", -60,54,"","vApp Started",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vapp started","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeamzip;",46,46,"","VeeamZIP",null,null,this.getTagsForStencil("mxgraph.veeam.2d","veeamzip zip","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_availability_suite;",46,46,"","Veeam Availability Suite",null,null,this.getTagsForStencil("mxgraph.veeam.2d","availability suite","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_and_replication_server;", -74,72,"","Veeam Backup and Replication Server",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup and replication server","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_enterprise_manager_server;",74,72,"","Veeam Backup Enterprise Manager Server",null, -null,this.getTagsForStencil("mxgraph.veeam.2d","backup enterprise manager server","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_search_server;",74,72,"","Veeam Backup Search Server",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup search server","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_shell;",46,46,"","Veeam Backup Shell",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup shell","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_cloud_connect;", -46,46,"","Veeam Cloud Connect",null,null,this.getTagsForStencil("mxgraph.veeam.2d","cloud connect","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer;",46,46,"","Veeam Explorer",null,null,this.getTagsForStencil("mxgraph.veeam.2d","explorer","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_active_directory;",46,46,"","Veeam Explorer for Active Directory",null,null,this.getTagsForStencil("mxgraph.veeam.2d","explorer for active directory","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_exchange;", -46,46,"","Veeam Explorer for Exchange",null,null,this.getTagsForStencil("mxgraph.veeam.2d","explorer for exchange","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_sharepoint;",46,46,"","Veeam Explorer for SharePoint",null,null,this.getTagsForStencil("mxgraph.veeam.2d", -"explorer for sharepoint","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_sql;",46,46,"","Veeam Explorer for SQL",null,null,this.getTagsForStencil("mxgraph.veeam.2d","explorer for sql","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_logo;fillColor=#232020;", -144,38,"","Veeam Logo",null,null,this.getTagsForStencil("mxgraph.veeam.2d","logo","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_business_view;",46,46,"","Veeam ONE Business View",null,null,this.getTagsForStencil("mxgraph.veeam.2d","one business view","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_monitor;",46,46,"","Veeam ONE Monitor",null,null,this.getTagsForStencil("mxgraph.veeam.2d","one monitor","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_reporter;", -46,46,"","Veeam ONE Reporter",null,null,this.getTagsForStencil("mxgraph.veeam.2d","one reporter","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_server;",46,46,"","Veeam ONE Server",null,null,this.getTagsForStencil("mxgraph.veeam.2d","one server","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.virtual_lab;",46,46,"","Virtual Lab",null,null,this.getTagsForStencil("mxgraph.veeam.2d","virtual lab","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.virtual_machine;", -46,46,"","Virtual Machine",null,null,this.getTagsForStencil("mxgraph.veeam.2d","","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.virtual_switch;",46,46,"","Virtual Switch",null,null,this.getTagsForStencil("mxgraph.veeam.2d","switch","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vmware_host;",124,120,"","VMware Host",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vmware host","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_backup;", -50,46,"","VM Backup",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_failed;",56,54,"","VM Failed",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm failed","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_image_full_backup;",38,52,"","VM Image Full Backup",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm image full backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_image_incremental_backup;", -38,52,"","VM Image Incremental Backup",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm image incremental backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_linux;",46,84,"","VM Linux",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm linux","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_locked;",56,52,"","VM Locked",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm locked","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_no_network;", -54,52,"","VM No Network",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm no network","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_problem;",56,52,"","VM Problem",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm problem","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_running;",56,54,"","VM Running",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm running","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_saved_state;", -56,54,"","VM Saved State",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm saved state","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_windows;",46,84,"","VM Windows",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm windows","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vnic;",46,46,"","vNIC",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vnic","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vsb_file;", -34,46,"",".vsb File",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vsb file","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.wan_accelerator;",46,46,"","WAN Accelerator",null,null,this.getTagsForStencil("mxgraph.veeam.2d","wan accelerator wireless area network","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.web_console;",46,46,"","Web Console",null,null,this.getTagsForStencil("mxgraph.veeam.2d","web console","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.web_ui;", -46,46,"","Web UI",null,null,this.getTagsForStencil("mxgraph.veeam.2d","web ui user interface","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.workstation;",68,46,"","Workstation",null,null,this.getTagsForStencil("mxgraph.veeam.2d","workstation","veeam 2d two dimension vmware virtual machine ").join(" "))]; -this.addPalette("veeam2D","Veeam / 2D",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))};Sidebar.prototype.addVeeam3DPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.1ftvm;",68,62,"","1FTVM",null,null,this.getTagsForStencil("mxgraph.veeam.3d","1ftvm","veeam 3d three dimension vmware virtual machine ").join(" ")), +this.addPalette("sysmlStereotypes","SysML / Stereotypes",a||!1,mxUtils.bind(this,function(a){for(var b=0;b<d.length;b++)a.appendChild(d[b](a))}))}})();(function(){Sidebar.prototype.addVeeamPalette=function(){this.addVeeamDataCenterPalette();this.addVeeamMiscPalette();this.addVeeamSoftwarePalette();this.addVeeamStoragePalette();this.addVeeamUsersStatusPalette();this.addVeeamVASComponentsPalette();this.addVeeamBackupReplicationPalette();this.addVeeamProductsPalette();this.addVeeamVMsTapePalette();this.addVeeam3DPalette()};Sidebar.prototype.addVeeamDataCenterPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.hyper_v_vmware_host;", +108,104,"","VMware/Hyper-V Host",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","hyper vmware host","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.hyper_v_host;",108,104,"","Hyper-V Host",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","hyper host","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vmware_host;",108,104,"","VMware Host",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","vmware host","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.virtual_host;", +108,104,"","Virtual Host",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","virtual host","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.production_site;",44.8,44.8,"","Production Site",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","production site","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.dr_site;",44.8,44.8,"","DR Site",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","dr site","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.esx_esxi;", +33.2,50.8,"","Physical Server",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","esx esxi","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.server;",71.6,18.8,"","Server",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","esx esxi","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.server_stack;",57.2,49.6,"","Server stack",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","server stack","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.data_center;", +76,50,"","Data center",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","data center","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.cluster;",102.8,49.2,"","Cluster",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","cluster","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.controller;",44.8,44.8,"","Controller",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","controller","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.cpu;", +44.8,44.8,"","CPU",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","cpu","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.cpu_socket;",44.8,44.8,"","CPU socket",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","cpu socket","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.cloud_gateway;",44.8,44.8,"","Gateway",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","cloud gateway","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.laptop;", +58.4,44,"","Laptop",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","laptop","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.monitor;",43.2,47.6,"","Monitor",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","monitor","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.proxy;",44.8,44.8,"","Proxy",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","proxy","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.proxy_appliance;", +44.8,44.8,"","Proxy Appliance",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","proxy appliance","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ram;",48.4,25.2,"","RAM",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","ram random access memory","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.raid_controller;",42,29.2,"","RAID controller",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","raid controller","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.sd_card;", +32.4,38.8,"","SD card",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","sd card","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.workstation;",76.4,51.2,"","Workstation",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","workstation","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.wan_accelerator;",44.8,44.8,"","WAN Accelerator",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","wan accelerator wireless area network","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.usb;", +52.8,18.4,"","USB",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","usb","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.network_card;",42.8,30,"","Network Card",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","network card","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.switch;",64,10.8,"","Network Switch",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","network switch","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.service_vnic;", +56.8,54,"","Service vNIC",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","service vnic","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.virtual_switch;",44.8,44.8,"","Virtual Switch",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","switch","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vnic;",44.8,44.8,"","vNIC",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","vnic","veeam vmware virtual machine data center").join(" "))];this.addPalette("veeamData Center","Veeam / Data Center",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))}; +Sidebar.prototype.addVeeamMiscPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.alarm;",52.8,37.6,"","Alarm",null,null,this.getTagsForStencil("mxgraph.veeam.misc","alarm","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.building;", +63.2,55.2,"","Building",null,null,this.getTagsForStencil("mxgraph.veeam.misc","building","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.cloud;",58.8,41.6,"","Cloud",null,null,this.getTagsForStencil("mxgraph.veeam.misc","cloud","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.checked_doc;",50.8,61.6,"","Checked doc",null,null,this.getTagsForStencil("mxgraph.veeam.misc","checked doc document","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.download;", +44.8,44.8,"","Download",null,null,this.getTagsForStencil("mxgraph.veeam.misc","download","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.dns;",44.8,44.8,"","DNS",null,null,this.getTagsForStencil("mxgraph.veeam.misc","dns domain name server","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.encryption_key;",36.8,50.8,"","Encryption key",null,null,this.getTagsForStencil("mxgraph.veeam.misc","dns domain name server","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.file;", +36.8,50.8,"","File",null,null,this.getTagsForStencil("mxgraph.veeam.misc","file","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.folder;",55.2,51.2,"","Folder",null,null,this.getTagsForStencil("mxgraph.veeam.misc","folder","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.globe;",44.8,44.8,"","Globe",null,null,this.getTagsForStencil("mxgraph.veeam.misc","globe","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.iso;", +36.8,50.8,"","ISO",null,null,this.getTagsForStencil("mxgraph.veeam.misc","iso international standard organization","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.letter;",46.4,34.8,"","Letter",null,null,this.getTagsForStencil("mxgraph.veeam.misc","letter","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.library;",48,36.8,"","Library",null,null,this.getTagsForStencil("mxgraph.veeam.misc","library","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.license;", +50.8,56.4,"","License",null,null,this.getTagsForStencil("mxgraph.veeam.misc","license","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.magnifying_glass;",55.2,54.4,"","Magnifying Glass",null,null,this.getTagsForStencil("mxgraph.veeam.misc","magnifying glass","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.script;",44.8,44.8,"","Script",null,null,this.getTagsForStencil("mxgraph.veeam.misc","script","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.search;", +44.8,44.8,"","Search",null,null,this.getTagsForStencil("mxgraph.veeam.misc","search","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.smb;",80,56.4,"","SMB",null,null,this.getTagsForStencil("mxgraph.veeam.misc","smb","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.tasks;",36.8,50.8,"","Tasks",null,null,this.getTagsForStencil("mxgraph.veeam.misc","tasks","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.table;", +50.8,50.8,"","Table",null,null,this.getTagsForStencil("mxgraph.veeam.misc","table","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.time;",44.8,44.8,"","Time",null,null,this.getTagsForStencil("mxgraph.veeam.misc","time","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.resource_pool;",44.8,44.8,"","Part",null,null,this.getTagsForStencil("mxgraph.veeam.misc","resource pool","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.private_key;", +55.6,50.8,"","Private Key",null,null,this.getTagsForStencil("mxgraph.veeam.misc","private key","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.report;",36.8,50.8,"","Report",null,null,this.getTagsForStencil("mxgraph.veeam.misc","report","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.privilege;",60.4,58,"","Policy",null,null,this.getTagsForStencil("mxgraph.veeam.misc","policy","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.restore;", +44.8,44.8,"","Restore",null,null,this.getTagsForStencil("mxgraph.veeam.misc","restore","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.role;",36.8,50.8,"","Role",null,null,this.getTagsForStencil("mxgraph.veeam.misc","role","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.transportation;",55.2,38.4,"","Transportation",null,null,this.getTagsForStencil("mxgraph.veeam.misc","transportation","veeam vmware virtual machine misc miscellaneous").join(" "))];this.addPalette("veeamMisc","Veeam / Miscellaneous",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))}; +Sidebar.prototype.addVeeamSoftwarePalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#07B152;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.veeam_logo;",109.6,19.2,"","Veeam logo",null,null,this.getTagsForStencil("mxgraph.veeam.software","veeam logo","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.active_directory;", +44.8,44.8,"","Active Directory",null,null,this.getTagsForStencil("mxgraph.veeam.software","active directory","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.agent;",44.8,44.8,"","Agent",null,null,this.getTagsForStencil("mxgraph.veeam.software","agent","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.automated_testing;",44.8,44.8,"","Automated Testing",null,null,this.getTagsForStencil("mxgraph.veeam.software","automated testing","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_browser;", +44.8,44.8,"","Backup Browser",null,null,this.getTagsForStencil("mxgraph.veeam.software","backup browser","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.data_mover;",44.8,44.8,"","Data Mover",null,null,this.getTagsForStencil("mxgraph.veeam.software","data mover","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.database;",62.8,54,"","Database",null,null,this.getTagsForStencil("mxgraph.veeam.software","database db","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.deduplication;", +44.8,44.8,"","Deduplication",null,null,this.getTagsForStencil("mxgraph.veeam.software","deduplication","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.failover_plan;",38.4,54.4,"","Failover plan",null,null,this.getTagsForStencil("mxgraph.veeam.software","failover plan","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.file_system_browser;",44.8,44.8,"","File System Browser",null,null,this.getTagsForStencil("mxgraph.veeam.software","file system browser","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.failover_protective_snapshot;", +44.8,44.8,"","Failover Protection",null,null,this.getTagsForStencil("mxgraph.veeam.software","failover protection","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.interface;",44.8,44.8,"","Interface",null,null,this.getTagsForStencil("mxgraph.veeam.software","interface","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.monitoring_console;",44.8,44.8,"","Monitoring Console",null,null,this.getTagsForStencil("mxgraph.veeam.software","monitoring console","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.linux;", +44.8,44.8,"","Linux",null,null,this.getTagsForStencil("mxgraph.veeam.software","linux","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_sharepoint;",44.8,44.8,"","MS SharePoint",null,null,this.getTagsForStencil("mxgraph.veeam.software","sharepoint","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_sql;",44.8,44.8,"","MS SQL",null,null,this.getTagsForStencil("mxgraph.veeam.software","sql","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_exchange;", +44.8,44.8,"","MS Exchange",null,null,this.getTagsForStencil("mxgraph.veeam.software","exchange","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_exchange_items;",81.6,69.2,"","MS Exchange items",null,null,this.getTagsForStencil("mxgraph.veeam.software","exchange items","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_office;",44.8,44.8,"","MS Office",null,null,this.getTagsForStencil("mxgraph.veeam.software","office","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_outlook;", +44.8,44.8,"","MS Outlook",null,null,this.getTagsForStencil("mxgraph.veeam.software","outlook","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.web_console;",44.8,44.8,"","Web Console",null,null,this.getTagsForStencil("mxgraph.veeam.software","web console","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vpn;",54,38,"","VPN",null,null,this.getTagsForStencil("mxgraph.veeam.software","vpn virtual private network","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.service;", +33.2,33.2,"","Service",null,null,this.getTagsForStencil("mxgraph.veeam.software","service","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#75B4DB;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.volume_shadow_copy;",57.2,57.2,"","Volume shadow copy",null,null,this.getTagsForStencil("mxgraph.veeam.software","volume shadow copy","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_windows;",44.8,44.8,"","MS Windows",null,null,this.getTagsForStencil("mxgraph.veeam.software","windows","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.powershell_extension;", +44.8,44.8,"","PowerShell Extension",null,null,this.getTagsForStencil("mxgraph.veeam.software","powershell extension","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vcloud_director",44.8,44.8,"","vCloud Director",null,null,this.getTagsForStencil("mxgraph.veeam.software","vcloud director virtual cloud", +"veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vsphere",44.8,44.8,"","vSphere",null,null,this.getTagsForStencil("mxgraph.veeam.software","vsphere virtual sphere","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.web_ui;", +44.8,44.8,"","Web UI",null,null,this.getTagsForStencil("mxgraph.veeam.software","web ui user interface","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.transport_service;",44.8,44.8,"","Transport Service",null,null,this.getTagsForStencil("mxgraph.veeam.software","transport service","veeam vmware virtual machine software").join(" "))]; +this.addPalette("veeamSoftware","Veeam / Software",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))};Sidebar.prototype.addVeeamStoragePalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_repository;",54,50,"","Backup Repository",null,null,this.getTagsForStencil("mxgraph.veeam.storage", +"backup repository","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.remote_repository;",47.6,46.4,"","Remote Repository",null,null,this.getTagsForStencil("mxgraph.veeam.storage","remote repository","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.shared_folder;", +55.2,64,"","Shared Folder",null,null,this.getTagsForStencil("mxgraph.veeam.storage","shared folder","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.datastore;",44.4,45.2,"","Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.storage","datastore","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.snapshot;",55.6,48.8,"","Snapshot",null,null,this.getTagsForStencil("mxgraph.veeam.storage","snapshot","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.storage_cluster;", +55.6,56,"","Storage Cluster",null,null,this.getTagsForStencil("mxgraph.veeam.storage","storage cluster","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.datastore_volume;",63.2,16.8,"","Data Volume",null,null,this.getTagsForStencil("mxgraph.veeam.storage","data volume","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.physical_storage;",59.2,20,"","Physical Storage",null,null,this.getTagsForStencil("mxgraph.veeam.storage","physical storage","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#75B4DB;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.datastore;", +43.2,44.4,"","Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.storage","datastore","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.full_datastore;",43.2,44.4,"","Full Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.storage","full datastore","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.medium_datastore;",43.2,44.4,"","Medium Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.storage","medium datastore","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.free_datastore;", +43.2,44.4,"","Free Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.storage","free datastore","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.remote_storage;",46.4,46.4,"","Remote Storage",null,null,this.getTagsForStencil("mxgraph.veeam.storage","remote storage","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_backup;",57.2,53.2,"","VM Backup",null,null,this.getTagsForStencil("mxgraph.veeam.storage","vm backup","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.lost_space;", +43.2,44.4,"","Lost Space",null,null,this.getTagsForStencil("mxgraph.veeam.storage","lost space","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.hard_drive;",40,48,"","Hard Drive",null,null,this.getTagsForStencil("mxgraph.veeam.storage","hard drive","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.disk_partition;",57.2,57.2,"","Disk partition",null,null,this.getTagsForStencil("mxgraph.veeam.storage","disk partition","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.local_disk;", +57.2,56.8,"","Local disk",null,null,this.getTagsForStencil("mxgraph.veeam.storage","local disk","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.audio_file;",36.8,50.8,"","Audio file",null,null,this.getTagsForStencil("mxgraph.veeam.storage","audio file","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.backup_file;",57.6,53.2,"","Backup file",null,null,this.getTagsForStencil("mxgraph.veeam.storage","audio file","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.data_file;", +47.2,60.8,"","Data file",null,null,this.getTagsForStencil("mxgraph.veeam.storage","data file","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.google_document;",36.8,50.8,"","Google document",null,null,this.getTagsForStencil("mxgraph.veeam.storage","google document","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.video_file;",36.8,50.8,"","Video file",null,null,this.getTagsForStencil("mxgraph.veeam.storage","video file","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vsb_file;", +36.8,50.8,"","VSB file",null,null,this.getTagsForStencil("mxgraph.veeam.storage","vsb file","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.windows_repository;",53.2,49.2,"","Windows Repository",null,null,this.getTagsForStencil("mxgraph.veeam.storage","windows repository","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.linux_repository;",53.6,49.6,"","Linux Repository",null,null,this.getTagsForStencil("mxgraph.veeam.storage","linux repository","veeam vmware virtual machine storage").join(" "))];this.addPalette("veeamStorage","Veeam / Storage",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))}; +Sidebar.prototype.addVeeamUsersStatusPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.user;",32,58,"","User",null,null,this.getTagsForStencil("mxgraph.veeam.storage","user","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.group;", +53.6,60.4,"","User Group",null,null,this.getTagsForStencil("mxgraph.veeam.storage","user group","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.company_user;",44.4,48.8,"","Company User",null,null,this.getTagsForStencil("mxgraph.veeam.storage","company user","veeam vmware virtual machine users status").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.company_owner;",44.4,48.8,"","Company Owner",null,null,this.getTagsForStencil("mxgraph.veeam.storage","company owner","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.portal_admin;", +44.4,48.8,"","Portal Admin",null,null,this.getTagsForStencil("mxgraph.veeam.storage","portal admin","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.company_administrator;",44.4,48.8,"","Company Administrator",null,null,this.getTagsForStencil("mxgraph.veeam.storage","company administrator", +"veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.alert;",33.2,33.2,"","Alert",null,null,this.getTagsForStencil("mxgraph.veeam.storage","alert","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.zipped;", +6.8,57.2,"","Zipped",null,null,this.getTagsForStencil("mxgraph.veeam.storage","zipped","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.shared;",46,24.8,"","Shared",null,null,this.getTagsForStencil("mxgraph.veeam.storage","shared","veeam vmware virtual machine users status").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.checked;",36,36,"","Checked",null,null,this.getTagsForStencil("mxgraph.veeam.storage","checked","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.eject;", +36,36,"","Eject",null,null,this.getTagsForStencil("mxgraph.veeam.storage","eject","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.recording;",36,36,"","Recording",null,null,this.getTagsForStencil("mxgraph.veeam.storage","recording","veeam vmware virtual machine users status").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.powered;",36,36,"","Powered",null,null,this.getTagsForStencil("mxgraph.veeam.storage","powered","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.failed;", +36,36,"","Failed",null,null,this.getTagsForStencil("mxgraph.veeam.storage","failed","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.paused;",36,36,"","Paused",null,null,this.getTagsForStencil("mxgraph.veeam.storage","paused","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.unavailable;", +36,36,"","Unavailable",null,null,this.getTagsForStencil("mxgraph.veeam.storage","unavailable","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.active;",36,36,"","Active",null,null,this.getTagsForStencil("mxgraph.veeam.storage","active","veeam vmware virtual machine users status").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.delayed;",36,36,"","Delayed",null,null,this.getTagsForStencil("mxgraph.veeam.storage","delayed","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.restore;", +31.2,29.6,"","Restore",null,null,this.getTagsForStencil("mxgraph.veeam.storage","restore","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.locked;",30.4,34.4,"","Locked",null,null,this.getTagsForStencil("mxgraph.veeam.storage","locked","veeam vmware virtual machine users status").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.unlocked;",41.6,34.8,"","Unlocked",null,null,this.getTagsForStencil("mxgraph.veeam.storage","unlocked","veeam vmware virtual machine users status").join(" "))];this.addPalette("veeamUsersStatus","Veeam / Users and Status",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))}; +Sidebar.prototype.addVeeamVASComponentsPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.database_server;",76,72,"","Database Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","database server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.gateway_server;", +76,72,"","Gateway Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","gateway server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.mount_server;",76,72,"","Mount Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","mount server", +"veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.proxy_server;",76,72,"","Proxy Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","proxy server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.repository_server;", +76,72,"","Repository Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","repository server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_search_server;",76,72,"","Search Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent", +"backup search server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.tape_server;",76,72,"","Tape Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","tape server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vsphere_server;", +76,72,"","vSphere Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","vsphere server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.windows_linux_server;",76,72,"","Windows Linux Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent", +"windows linux server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_and_replication_server;",76,72,"","Backup and Replication Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","backup and replication server","veeam vmware virtual machine vas availability suite component").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_enterprise_manager_server;",76,72,"","Backup Enterprise Manager Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","backup enterprise manager server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.one_server;", +76,72,"","ONE Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","one server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_active_directory;",44.8,44.8,"","Explorer for Active Directory",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent", +"explorer for active directory","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_exchange;",44.8,44.8,"","Explorer for Exchange",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","explorer for exchange","veeam vmware virtual machine vas availability suite component").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.explorer_for_oracle;",44.8,44.8,"","Explorer for Oracle",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","explorer for oracle","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_sharepoint;", +44.8,44.8,"","Explorer for SharePoint",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","explorer for sharepoint","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.explorer_for_storage_snapshots;",44.8,44.8,"","Explorer for Storage Snapshots",null,null, +this.getTagsForStencil("mxgraph.veeam.vascomponent","explorer for storage snapshots","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_sql;",44.8,44.8,"","Explorer for SQL",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","explorer for sql", +"veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_availability_suite;",44.8,44.8,"","Availability Suite",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","availability suite","veeam vmware virtual machine vas availability suite component").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.backup_replication;",44.8,44.8,"","Backup and Replication",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","backup and replication","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.enterprise_manager;", +44.8,44.8,"","Enterprise Manager",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","enterprise manager","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.linux_repository;",48.8,44.8,"","Linux Repository",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent", +"linux repository","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.windows_repository;",48.8,44.8,"","Windows Repository",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","windows repository","veeam vmware virtual machine vas availability suite component").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.flr_helper_appliance;",49.6,50,"","FLR Helper Appliance",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","flr helper appliance","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.one_client;", +90.8,61.6,"","ONE client",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","one client","veeam vmware virtual machine vas availability suite component").join(" "))];this.addPalette("veeamVASComponents","Veeam / Availability Suite components",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))};Sidebar.prototype.addVeeamBackupReplicationPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.built_in_wan_acceleration;", +44.8,44.8,"","Built-in WAN Acceleration",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","built in wan acceleration wireless area network","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1_click_failover_orchestration;",44.8,44.8,"","1 Click Failover Orchestration", +null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","one click failover orchestration","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.advanced_refs_integration;",44.8,44.8,"","Advanced ReFS integration",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"advanced refs integration","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.assisted_failover_and_failback;",44.8,44.8,"","Assisted Failover and Failback",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","assisted failover and failback","veeam vmware virtual machine backup replication").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.chargeback_and_billing_capabilities;",44.8,44.8,"","Chargeback and billing capabilities",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","chargeback and billing capabilities","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_cloud_connect;", +44.8,44.8,"","Cloud Connect",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","cloud connect","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.built_in_management_for_agents;",44.8,44.8,"","Built-in Management for agents",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"built in management for agents","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.disaster_recovery;",44.8,44.8,"","Disaster Recovery",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","disaster recovery","veeam vmware virtual machine backup replication").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.emc_data_domain_boost;",44.8,44.8,"","Dell EMC Data Domain Boost",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","emc data domain boost","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.end_to_end_encryption;", +44.8,44.8,"","End-to-end Encryption",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","end to end encryption","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_from_storage_snapshots;",44.8,44.8,"","Backup from Storage Snapshots",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"backup from storage snapshots","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.direct_restore_to_ms_azure;",44.8,44.8,"","Direct Restore to MS Azure",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","direct restore to ms azure","veeam vmware virtual machine backup replication").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.draas_enhancements;",44.8,44.8,"","DRaaS Enhancements",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","draas enhancements","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.full_ms_integration;", +44.8,44.8,"","Full MS Integration",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","full ms integration","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.native_tape_support;",44.8,44.8,"","Native Tape Support",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"native tape support","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.enterprise_scalability_enhancements;",44.8,44.8,"","Enterprise scalability enhancements",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","enterprise scalability enhancements","veeam vmware virtual machine backup replication").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.on_demand_sandbox;",44.8,44.8,"","On Demand Sandbox",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","on demand sandbox","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.nas_backup;", +44.8,44.8,"","NAS Backup",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","nas backup","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.quick_migration;",44.8,44.8,"","Quick Migration",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","quick migration", +"veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.replication_from_a_backup;",44.8,44.8,"","Replication from a Backup",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","replication from a backup","veeam vmware virtual machine backup replication").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.primary_storage_integration;",44.8,44.8,"","Primary Storage integration",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","primary storage integration","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.sure_replica;", +44.8,44.8,"","Sure Replica",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","sure replica","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.archive_tier;",44.8,44.8,"","Archive Tier",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","archive tier", +"veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.restore_data_from_the_vm_backup;",44.8,44.8,"","Restore Data from VM Backup",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","restore data from vm backup","veeam vmware virtual machine backup replication").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.scheduled_backups;",44.8,44.8,"","Scheduled Backups",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","Scheduled Backups","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.restful_apis;", +44.8,44.8,"","RESTful API",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","restful apis api","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.self_service_recovery;",44.8,44.8,"","Self-Service Recovery",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"self service recovery","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.reporting;",44.8,44.8,"","Reporting",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","reporting","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.continuous_data_protection;", +44.8,44.8,"","Continuous Data Protection",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","continuous data protection","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vcloud_director_support;",44.8,44.8,"","vCloud Director Support",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"vcloud director support","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.virtual_lab;",44.8,44.8,"","Virtual Lab",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","virtual lab","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.sure_backup;", +44.8,44.8,"","SureBackup",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","sure backup","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.scale_out_repository;",64.8,57.2,"","Scale Out Repository",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"scale out repository","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeamzip;",44.8,44.8,"","VeeamZIP",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","veeamzip zip","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer;", +44.8,44.8,"","Veeam Explorer",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","explorer","veeam vmware virtual machine backup replication").join(" "))];this.addPalette("veeamBackup Replication","Veeam / Backup and Replication",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))};Sidebar.prototype.addVeeamProductsPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#07B152;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.veeam_logo;", +109.6,19.2,"","Veeam logo",null,null,this.getTagsForStencil("mxgraph.veeam.products","veeam logo","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.backup_replication;",44.8,44.8,"","Backup and Replication",null,null,this.getTagsForStencil("mxgraph.veeam.products","backup and replication", +"veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.enterprise_manager;",44.8,44.8,"","Enterprise Manager",null,null,this.getTagsForStencil("mxgraph.veeam.products","enterprise manager","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_availability_suite;", +44.8,44.8,"","Availability Suite",null,null,this.getTagsForStencil("mxgraph.veeam.products","availability suite","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.availability_console;",44.8,44.8,"","Availability Console",null,null,this.getTagsForStencil("mxgraph.veeam.products","availability console", +"veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.availability_orchestrator;",44.8,44.8,"","Availability Orchestrator",null,null,this.getTagsForStencil("mxgraph.veeam.products","availability orchestrator","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.agents;", +44.8,44.8,"","Agents",null,null,this.getTagsForStencil("mxgraph.veeam.products","agents","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.powered_network;",44.8,44.8,"","Powered Network",null,null,this.getTagsForStencil("mxgraph.veeam.products","powered network","veeam vmware virtual machine products").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.backup_for_office_365;",44.8,44.8,"","Backup for Office 365",null,null,this.getTagsForStencil("mxgraph.veeam.products","backup for office 365","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.endpoint_backup;", +44.8,44.8,"","Endpoint Backup",null,null,this.getTagsForStencil("mxgraph.veeam.products","endpoint backup","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_monitor;",44.8,44.8,"","ONE Monitor",null,null,this.getTagsForStencil("mxgraph.veeam.products","one monitor","veeam vmware virtual machine products").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_reporter;",44.8,44.8,"","ONE Reporter",null,null,this.getTagsForStencil("mxgraph.veeam.products","one reporter","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_business_view;", +44.8,44.8,"","ONE (Business View)",null,null,this.getTagsForStencil("mxgraph.veeam.products","one business view","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_server;",44.8,44.8,"","ONE Server",null,null,this.getTagsForStencil("mxgraph.veeam.products","one server","veeam vmware virtual machine products").join(" "))]; +this.addPalette("veeamProducts","Veeam / Products",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))};Sidebar.prototype.addVeeamVMsTapePalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.virtual_machine;",44.8,44,"","Virtual Machine",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape", +"","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vm_checked;",54,52,"","VM Checked",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","checked","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_running;", +54,52,"","VM Started",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm started","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_locked;",55.6,52,"","VM Locked",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm locked","veeam vmware virtual machine vm tape").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vm_paused;",54,52,"","VM Paused",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm paused","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_failed;", +54,52,"","VM Failed",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm failed","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vm_kernel;",54,52,"","VM Kernel",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm kernel","veeam vmware virtual machine vm tape").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vm_windows;",57.2,55.2,"","VM Windows",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm windows","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vm_linux;", +57.2,55.2,"","VM Linux",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm linux","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#A2C6E0;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vm_snapshot;",60.8,58.4,"","VM Snapshot",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm snapshot","veeam vmware virtual machine vm tape").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vapp;",44.8,44,"","vApp",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vapp","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape;", +62,33.6,"","Tape",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_device;",105.2,106,"","Tape Device",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape device","veeam vmware virtual machine vm tape").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.tape_library;",96.8,98,"","Tape Library",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape library","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.tape_writing_device;", +82.4,43.6,"","Tape writing device",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape writing device","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.media_pool;",74.4,71.6,"","Media pool",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","media pool","veeam vmware virtual machine vm tape").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.unknown_tape;",67.2,62.4,"","Unknown tape",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","unknown tape","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_ejecting;", +75.6,49.6,"","Tape eject",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape eject","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.tape_locked;",70.4,40,"","Tape locked",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape locked","veeam vmware virtual machine vm tape").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_licensed;",75.2,44.4,"","Tape Licensed",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape licensed","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_recording;", +71.2,47.2,"","Tape Recording",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape recording","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_checked;",75.2,45.6,"","Tape Checked",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape checked","veeam vmware virtual machine vm tape").join(" "))]; +this.addPalette("veeamVMs and Tape","Veeam / VMs and Tape",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))};Sidebar.prototype.addVeeam3DPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.1ftvm;",68,62,"","1FTVM",null,null,this.getTagsForStencil("mxgraph.veeam.3d","1ftvm","veeam 3d three dimension vmware virtual machine ").join(" ")), this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.1ftvm_error;",68,62,"","1FTVM Error",null,null,this.getTagsForStencil("mxgraph.veeam.3d","1ftvm error","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.1ftvm_running;", 68,62,"","1FTVM Running",null,null,this.getTagsForStencil("mxgraph.veeam.3d","1ftvm running","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.1ftvm_unavailable;",68,62,"","1FTVM Unavailable",null,null,this.getTagsForStencil("mxgraph.veeam.3d","1ftvm unavailable","veeam 3d three dimension vmware virtual machine ").join(" ")), this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.1ftvm_warning;",68,62,"","1FTVM Warning",null,null,this.getTagsForStencil("mxgraph.veeam.3d","1ftvm warning","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.2ftvm;", @@ -6735,9 +6803,8 @@ this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;ve this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.vapp;",92,62,"","vApp",null,null,this.getTagsForStencil("mxgraph.veeam.3d","vapp","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.vapp_started;", 92,62,"","vApp Started",null,null,this.getTagsForStencil("mxgraph.veeam.3d","vapp started","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_availability_suite;",46,46,"","Veeam Availability Suite",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam availability suite","veeam 3d three dimension vmware virtual machine ").join(" ")), this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_backup_and_replication_server;",46,46,"","Veeam Backup and Replication Server",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam backup and replication server","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_backup_enterprise_manager_server;", -46,46,"","Veeam Backup Enterprise Manager Server",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam backup enterprise manager server","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_backup_enterprise_manager_server_2d;",40,40,"","Veeam Backup Enterprise Manager Server 2D",null,null,this.getTagsForStencil("mxgraph.veeam.3d", -"veeam backup enterprise manager derver 2d two dimensional","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_backup_search_server;",46,46,"","Veeam Backup Search Server",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam backup search server","veeam 3d three dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_one_business_view;",46,46,"","Veeam ONE Business View",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam one business view","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_one_monitor;", +46,46,"","Veeam Backup Enterprise Manager Server",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam backup enterprise manager server","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_backup_search_server;",46,46,"","Veeam Backup Search Server",null,null,this.getTagsForStencil("mxgraph.veeam.3d", +"veeam backup search server","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_one_business_view;",46,46,"","Veeam ONE Business View",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam one business view","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_one_monitor;", 46,46,"","Veeam ONE Monitor",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam one monitor","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_one_reporter;",46,46,"","Veeam ONE Reporter",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam one reporter","veeam 3d three dimension vmware virtual machine ").join(" ")), this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_one_server;",46,46,"","Veeam ONE Server",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam one server","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.virtual_machine;", 46,46,"","Virtual Machine",null,null,this.getTagsForStencil("mxgraph.veeam.3d","virtual machine","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.vmware_host;",110,98,"","VMware Host",null,null,this.getTagsForStencil("mxgraph.veeam.3d","vmware host","veeam 3d three dimension vmware virtual machine ").join(" ")), @@ -6903,19 +6970,19 @@ StorageFile.prototype.isRenamable=function(){return!0};StorageFile.prototype.sav StorageFile.prototype.saveFile=function(a,b,c,d){if(this.isEditable()){var e=mxUtils.bind(this,function(){this.isRenamable()&&(this.title=a);try{this.ui.setLocalData(this.title,this.getData(),mxUtils.bind(this,function(){this.setModified(!1);this.contentChanged();null!=c&&c()}))}catch(g){null!=d&&d(g)}});this.isRenamable()&&"."==a.charAt(0)&&null!=d?d({message:mxResources.get("invalidName")}):this.ui.getLocalData(a,mxUtils.bind(this,function(b){this.isRenamable()&&this.getTitle()!=a&&null!=b?this.ui.confirm(mxResources.get("replaceIt", [a]),e,d):e()}))}else null!=c&&c()};StorageFile.prototype.rename=function(a,b,c){var d=this.getTitle();d!=a?this.ui.getLocalData(a,mxUtils.bind(this,function(e){var g=mxUtils.bind(this,function(){this.title=a;this.hasSameExtension(d,a)||this.setData(this.ui.getFileData());this.saveFile(a,!1,mxUtils.bind(this,function(){this.ui.removeLocalData(d,b)}),c)});null!=e?this.ui.confirm(mxResources.get("replaceIt",[a]),g,c):g()})):b()}; StorageFile.prototype.open=function(){DrawioFile.prototype.open.apply(this,arguments);this.saveFile(this.getTitle())};StorageFile.prototype.destroy=function(){DrawioFile.prototype.destroy.apply(this,arguments);null!=this.storageListener&&(mxEvent.removeListener(window,"storage",this.storageListener),this.storageListener=null)};StorageLibrary=function(a,b,c){StorageFile.call(this,a,b,c)};mxUtils.extend(StorageLibrary,StorageFile);StorageLibrary.prototype.isAutosave=function(){return!0};StorageLibrary.prototype.saveAs=function(a,b,c){this.saveFile(a,!1,b,c)};StorageLibrary.prototype.getHash=function(){return"L"+encodeURIComponent(this.title)};StorageLibrary.prototype.getTitle=function(){return".scratchpad"==this.title?mxResources.get("scratchpad"):this.title}; -StorageLibrary.prototype.isRenamable=function(a,b,c){return".scratchpad"!=this.title};StorageLibrary.prototype.open=function(){};UrlLibrary=function(a,b,c){StorageFile.call(this,a,b,c);a=c;b=a.lastIndexOf("/");0<=b&&(a=a.substring(b+1));this.fname=a};mxUtils.extend(UrlLibrary,StorageFile);UrlLibrary.prototype.getHash=function(){return"U"+encodeURIComponent(this.title)};UrlLibrary.prototype.getTitle=function(){return this.fname};UrlLibrary.prototype.isAutosave=function(){return!1};UrlLibrary.prototype.isEditable=function(a,b,c){return!1};UrlLibrary.prototype.saveAs=function(a,b,c){};UrlLibrary.prototype.open=function(){};var StorageDialog=function(a,b,c){function d(d,e,g,p,F,u){function v(){mxEvent.addListener(t,"click",null!=u?u:function(){g!=App.MODE_GOOGLE||a.isDriveDomain()?g==App.MODE_GOOGLE&&a.spinner.spin(document.body,mxResources.get("authorizing"))?a.drive.checkToken(mxUtils.bind(this,function(){a.spinner.stop();a.setMode(g,f.checked);b()})):(a.setMode(g,f.checked),b()):window.location.hostname=DriveClient.prototype.newAppHostname})}var t=document.createElement("a");t.style.overflow="hidden";t.style.display= -mxClient.IS_QUIRKS?"inline":"inline-block";t.className="geBaseButton";t.style.boxSizing="border-box";t.style.fontSize="11px";t.style.position="relative";t.style.margin="4px";t.style.padding="8px 10px 12px 10px";t.style.width="88px";t.style.height="100px";t.style.whiteSpace="nowrap";t.setAttribute("title",e);mxClient.IS_QUIRKS&&(t.style.cssFloat="left",t.style.zoom="1");var q=document.createElement("div");q.style.textOverflow="ellipsis";q.style.overflow="hidden";if(null!=d){var h=document.createElement("img"); -h.setAttribute("src",d);h.setAttribute("border","0");h.setAttribute("align","absmiddle");h.style.width="60px";h.style.height="60px";h.style.paddingBottom="6px";t.appendChild(h)}else q.style.paddingTop="5px",q.style.whiteSpace="normal",mxClient.IS_IOS?(t.style.padding="0px 10px 20px 10px",t.style.top="6px"):mxClient.IS_FF&&(q.style.paddingTop="0px",q.style.marginTop="-2px");t.appendChild(q);mxUtils.write(q,e);if(null!=F)for(d=0;d<F.length;d++)mxUtils.br(q),mxUtils.write(q,F[d]);if(null!=p&&null==a[p]){h.style.visibility= -"hidden";mxUtils.setOpacity(q,10);var B=new Spinner({lines:12,length:12,width:5,radius:10,rotate:0,color:"dark"==uiTheme?"#c0c0c0":"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"40%",zIndex:2E9});B.spin(t);var m=window.setTimeout(function(){null==a[p]&&(B.stop(),t.style.display="none")},3E4);a.addListener("clientLoaded",mxUtils.bind(this,function(){null!=a[p]&&(window.clearTimeout(m),mxUtils.setOpacity(q,100),h.style.visibility="",B.stop(),v(),"drive"==p&&null!=n.parentNode&&n.parentNode.removeChild(n))}))}else v(); -l.appendChild(t);++k>=c&&(mxUtils.br(l),k=0)}c=null!=c?c:2;var e=document.createElement("div");e.style.textAlign="center";e.style.whiteSpace="nowrap";e.style.paddingTop="0px";e.style.paddingBottom="20px";var g=a.addLanguageMenu(e,!0);null!=g&&(g.style.bottom=parseInt("28px")-2+"px");if(!a.isOffline()&&1<a.getServiceCount()){g=document.createElement("a");g.setAttribute("href","https://about.draw.io/support/");g.setAttribute("title",mxResources.get("help"));g.setAttribute("target","_blank");g.style.position= -"absolute";g.style.textDecoration="none";g.style.cursor="pointer";g.style.fontSize="12px";g.style.bottom="28px";g.style.left="26px";g.style.color="gray";var h=document.createElement("img");h.setAttribute("border","0");h.setAttribute("valign","bottom");h.setAttribute("src",Editor.helpImage);h.style.marginRight="2px";g.appendChild(h);mxUtils.write(g,mxResources.get("help"));e.appendChild(g)}var m=document.createElement("div");m.style.position="absolute";m.style.cursor="pointer";m.style.fontSize="12px"; -m.style.bottom="28px";m.style.color="gray";mxUtils.write(m,mxResources.get("decideLater"));a.isOfflineApp()?m.style.right="20px":(mxUtils.setPrefixedStyle(m.style,"transform","translate(-50%,0)"),m.style.left="50%");this.init=function(){if(mxClient.IS_QUIRKS||8==document.documentMode)m.style.marginLeft=-Math.round(m.clientWidth/2)+"px"};e.appendChild(m);mxEvent.addListener(m,"click",function(){a.hideDialog();var b=Editor.useLocalStorage;a.createFile(a.defaultFilename,null,null,null,null,null,null, -!0);Editor.useLocalStorage=b});var l=document.createElement("div");mxClient.IS_QUIRKS&&(l.style.whiteSpace="nowrap",l.style.cssFloat="left");l.style.border="1px solid #d3d3d3";l.style.borderWidth="1px 0px 1px 0px";l.style.padding="12px 0px 12px 0px";var f=document.createElement("input");f.setAttribute("type","checkbox");f.setAttribute("checked","checked");f.defaultChecked=!0;var k=0,n=document.createElement("p"),g=document.createElement("p");g.style.fontSize="16pt";g.style.padding="0px";g.style.paddingTop= +StorageLibrary.prototype.isRenamable=function(a,b,c){return".scratchpad"!=this.title};StorageLibrary.prototype.open=function(){};UrlLibrary=function(a,b,c){StorageFile.call(this,a,b,c);a=c;b=a.lastIndexOf("/");0<=b&&(a=a.substring(b+1));this.fname=a};mxUtils.extend(UrlLibrary,StorageFile);UrlLibrary.prototype.getHash=function(){return"U"+encodeURIComponent(this.title)};UrlLibrary.prototype.getTitle=function(){return this.fname};UrlLibrary.prototype.isAutosave=function(){return!1};UrlLibrary.prototype.isEditable=function(a,b,c){return!1};UrlLibrary.prototype.saveAs=function(a,b,c){};UrlLibrary.prototype.open=function(){};var StorageDialog=function(a,b,c){function d(d,e,g,q,E,t){function v(){mxEvent.addListener(u,"click",null!=t?t:function(){g!=App.MODE_GOOGLE||a.isDriveDomain()?g==App.MODE_GOOGLE&&a.spinner.spin(document.body,mxResources.get("authorizing"))?a.drive.checkToken(mxUtils.bind(this,function(){a.spinner.stop();a.setMode(g,f.checked);b()})):(a.setMode(g,f.checked),b()):window.location.hostname=DriveClient.prototype.newAppHostname})}var u=document.createElement("a");u.style.overflow="hidden";u.style.display= +mxClient.IS_QUIRKS?"inline":"inline-block";u.className="geBaseButton";u.style.boxSizing="border-box";u.style.fontSize="11px";u.style.position="relative";u.style.margin="4px";u.style.padding="8px 10px 12px 10px";u.style.width="88px";u.style.height="100px";u.style.whiteSpace="nowrap";u.setAttribute("title",e);mxClient.IS_QUIRKS&&(u.style.cssFloat="left",u.style.zoom="1");var p=document.createElement("div");p.style.textOverflow="ellipsis";p.style.overflow="hidden";if(null!=d){var z=document.createElement("img"); +z.setAttribute("src",d);z.setAttribute("border","0");z.setAttribute("align","absmiddle");z.style.width="60px";z.style.height="60px";z.style.paddingBottom="6px";u.appendChild(z)}else p.style.paddingTop="5px",p.style.whiteSpace="normal",mxClient.IS_IOS?(u.style.padding="0px 10px 20px 10px",u.style.top="6px"):mxClient.IS_FF&&(p.style.paddingTop="0px",p.style.marginTop="-2px");u.appendChild(p);mxUtils.write(p,e);if(null!=E)for(d=0;d<E.length;d++)mxUtils.br(p),mxUtils.write(p,E[d]);if(null!=q&&null==a[q]){z.style.visibility= +"hidden";mxUtils.setOpacity(p,10);var h=new Spinner({lines:12,length:12,width:5,radius:10,rotate:0,color:"dark"==uiTheme?"#c0c0c0":"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"40%",zIndex:2E9});h.spin(u);var l=window.setTimeout(function(){null==a[q]&&(h.stop(),u.style.display="none")},3E4);a.addListener("clientLoaded",mxUtils.bind(this,function(){null!=a[q]&&(window.clearTimeout(l),mxUtils.setOpacity(p,100),z.style.visibility="",h.stop(),v(),"drive"==q&&null!=n.parentNode&&n.parentNode.removeChild(n))}))}else v(); +m.appendChild(u);++k>=c&&(mxUtils.br(m),k=0)}c=null!=c?c:2;var e=document.createElement("div");e.style.textAlign="center";e.style.whiteSpace="nowrap";e.style.paddingTop="0px";e.style.paddingBottom="20px";var g=a.addLanguageMenu(e,!0);null!=g&&(g.style.bottom=parseInt("28px")-2+"px");if(!a.isOffline()&&1<a.getServiceCount()){g=document.createElement("a");g.setAttribute("href","https://about.draw.io/support/");g.setAttribute("title",mxResources.get("help"));g.setAttribute("target","_blank");g.style.position= +"absolute";g.style.textDecoration="none";g.style.cursor="pointer";g.style.fontSize="12px";g.style.bottom="28px";g.style.left="26px";g.style.color="gray";var h=document.createElement("img");h.setAttribute("border","0");h.setAttribute("valign","bottom");h.setAttribute("src",Editor.helpImage);h.style.marginRight="2px";g.appendChild(h);mxUtils.write(g,mxResources.get("help"));e.appendChild(g)}var l=document.createElement("div");l.style.position="absolute";l.style.cursor="pointer";l.style.fontSize="12px"; +l.style.bottom="28px";l.style.color="gray";mxUtils.write(l,mxResources.get("decideLater"));a.isOfflineApp()?l.style.right="20px":(mxUtils.setPrefixedStyle(l.style,"transform","translate(-50%,0)"),l.style.left="50%");this.init=function(){if(mxClient.IS_QUIRKS||8==document.documentMode)l.style.marginLeft=-Math.round(l.clientWidth/2)+"px"};e.appendChild(l);mxEvent.addListener(l,"click",function(){a.hideDialog();var b=Editor.useLocalStorage;a.createFile(a.defaultFilename,null,null,null,null,null,null, +!0);Editor.useLocalStorage=b});var m=document.createElement("div");mxClient.IS_QUIRKS&&(m.style.whiteSpace="nowrap",m.style.cssFloat="left");m.style.border="1px solid #d3d3d3";m.style.borderWidth="1px 0px 1px 0px";m.style.padding="12px 0px 12px 0px";var f=document.createElement("input");f.setAttribute("type","checkbox");f.setAttribute("checked","checked");f.defaultChecked=!0;var k=0,n=document.createElement("p"),g=document.createElement("p");g.style.fontSize="16pt";g.style.padding="0px";g.style.paddingTop= "4px";g.style.paddingBottom="16px";g.style.margin="0px";g.style.color="gray";mxUtils.write(g,mxResources.get("saveDiagramsTo")+":");e.appendChild(g);"function"===typeof window.DriveClient&&d(IMAGE_PATH+"/google-drive-logo.svg",mxResources.get("googleDrive"),App.MODE_GOOGLE,"drive");"function"===typeof window.OneDriveClient&&d(IMAGE_PATH+"/onedrive-logo.svg",mxResources.get("oneDrive"),App.MODE_ONEDRIVE,"oneDrive");mxClient.IS_IOS&&"device"!=urlParams.storage||d(IMAGE_PATH+"/osa_drive-harddisk.png", -mxResources.get("device"),App.MODE_DEVICE);!isLocalStorage||"1"!=urlParams.browser&&"1"!=urlParams.offline||d(IMAGE_PATH+"/osa_database.png",mxResources.get("browser"),App.MODE_BROWSER);e.appendChild(l);g=document.createElement("p");g.style.marginTop="12px";g.style.marginBottom="6px";g.appendChild(f);h=document.createElement("span");h.style.color="gray";h.style.fontSize="12px";mxUtils.write(h," "+mxResources.get("rememberThisSetting"));g.appendChild(h);mxUtils.br(g);var u=a.getRecent();if(null!=u&& -0<u.length){var t=document.createElement("select");t.style.marginTop="8px";t.style.width="140px";var q=document.createElement("option");q.setAttribute("value","");q.setAttribute("selected","selected");q.style.textAlign="center";mxUtils.write(q,mxResources.get("openRecent")+"...");t.appendChild(q);for(q=0;q<u.length;q++)(function(a){var b=a.mode;b==App.MODE_GOOGLE?b="googleDrive":b==App.MODE_ONEDRIVE&&(b="oneDrive");var c=document.createElement("option");c.setAttribute("value",a.id);mxUtils.write(c, -a.title+" ("+mxResources.get(b)+")");t.appendChild(c)})(u[q]);g.appendChild(t);mxEvent.addListener(t,"change",function(b){""!=t.value&&a.loadFile(t.value)})}else g.style.marginTop="20px",l.style.padding="30px 0px 26px 0px";!Graph.fileSupport||mxClient.IS_IE||mxClient.IS_IE11||(u=document.createElement("div"),u.style.cursor="pointer",u.style.padding="18px 0px 6px 0px",u.style.fontSize="12px",u.style.color="gray",mxUtils.write(u,mxResources.get("import")+": "+mxResources.get("gliffy")+", "+mxResources.get("formatVssx")+ -", "+mxResources.get("formatVsdx")+", "+mxResources.get("lucidchart")+"..."),mxEvent.addListener(u,"click",function(){var b=document.createElement("input");b.setAttribute("type","file");mxEvent.addListener(b,"change",function(){null!=b.files&&(a.hideDialog(),a.openFiles(b.files,!0))});b.click()}),g.appendChild(u),l.style.paddingBottom="4px");l.appendChild(g);mxEvent.addListener(h,"click",function(a){f.checked=!f.checked;mxEvent.consume(a)});mxClient.IS_SVG&&isLocalStorage&&"0"!=urlParams.gapi&&(null== +mxResources.get("device"),App.MODE_DEVICE);!isLocalStorage||"1"!=urlParams.browser&&"1"!=urlParams.offline||d(IMAGE_PATH+"/osa_database.png",mxResources.get("browser"),App.MODE_BROWSER);e.appendChild(m);g=document.createElement("p");g.style.marginTop="12px";g.style.marginBottom="6px";g.appendChild(f);h=document.createElement("span");h.style.color="gray";h.style.fontSize="12px";mxUtils.write(h," "+mxResources.get("rememberThisSetting"));g.appendChild(h);mxUtils.br(g);var t=a.getRecent();if(null!=t&& +0<t.length){var u=document.createElement("select");u.style.marginTop="8px";u.style.width="140px";var p=document.createElement("option");p.setAttribute("value","");p.setAttribute("selected","selected");p.style.textAlign="center";mxUtils.write(p,mxResources.get("openRecent")+"...");u.appendChild(p);for(p=0;p<t.length;p++)(function(a){var b=a.mode;b==App.MODE_GOOGLE?b="googleDrive":b==App.MODE_ONEDRIVE&&(b="oneDrive");var c=document.createElement("option");c.setAttribute("value",a.id);mxUtils.write(c, +a.title+" ("+mxResources.get(b)+")");u.appendChild(c)})(t[p]);g.appendChild(u);mxEvent.addListener(u,"change",function(b){""!=u.value&&a.loadFile(u.value)})}else g.style.marginTop="20px",m.style.padding="30px 0px 26px 0px";!Graph.fileSupport||mxClient.IS_IE||mxClient.IS_IE11||(t=document.createElement("div"),t.style.cursor="pointer",t.style.padding="18px 0px 6px 0px",t.style.fontSize="12px",t.style.color="gray",mxUtils.write(t,mxResources.get("import")+": "+mxResources.get("gliffy")+", "+mxResources.get("formatVssx")+ +", "+mxResources.get("formatVsdx")+", "+mxResources.get("lucidchart")+"..."),mxEvent.addListener(t,"click",function(){var b=document.createElement("input");b.setAttribute("type","file");mxEvent.addListener(b,"change",function(){null!=b.files&&(a.hideDialog(),a.openFiles(b.files,!0))});b.click()}),g.appendChild(t),m.style.paddingBottom="4px");m.appendChild(g);mxEvent.addListener(h,"click",function(a){f.checked=!f.checked;mxEvent.consume(a)});mxClient.IS_SVG&&isLocalStorage&&"0"!=urlParams.gapi&&(null== document.documentMode||10<=document.documentMode)&&window.setTimeout(function(){null==a.drive&&(n.style.padding="8px",n.style.fontSize="9pt",n.style.marginTop="-14px",n.innerHTML='<a style="background-color:#dcdcdc;padding:5px;color:black;text-decoration:none;" href="https://plus.google.com/u/0/+DrawIo1/posts/1HTrfsb5wDN" target="_blank"><img border="0" src="'+mxGraph.prototype.warningImage.src+'" align="top"> '+mxResources.get("googleDriveMissingClickHere")+"</a>",e.appendChild(n))},5E3);this.container= e},SplashDialog=function(a){var b=document.createElement("div");b.style.textAlign="center";a.addLanguageMenu(b,!0);var c=null,c=a.getServiceCount();if(!a.isOffline()&&1<c){c=document.createElement("a");c.setAttribute("href","https://about.draw.io/support/");c.setAttribute("title",mxResources.get("help"));c.setAttribute("target","_blank");c.style.position="absolute";c.style.fontSize="12px";c.style.textDecoration="none";c.style.cursor="pointer";c.style.bottom="22px";c.style.left="26px";c.style.color= "gray";var d=document.createElement("img");d.setAttribute("border","0");d.setAttribute("valign","bottom");d.setAttribute("src",Editor.helpImage);d.style.marginRight="2px";c.appendChild(d);mxUtils.write(c,mxResources.get("help"));b.appendChild(c)}c=document.createElement("p");c.style.fontSize="16pt";c.style.padding="0px";c.style.paddingTop="2px";c.style.margin="0px";c.style.color="gray";d=document.createElement("img");d.setAttribute("border","0");d.setAttribute("align","absmiddle");d.style.width="40px"; @@ -6927,238 +6994,236 @@ a.mode==App.MODE_TRELLO?c=mxResources.get("trello"):a.mode==App.MODE_DEVICE?c=mx function(){a.confirm(mxResources.get("areYouSure"),function(){b()})});g.appendChild(c)},d=null!=a.drive?a.drive.getUser():null,a.mode==App.MODE_GOOGLE&&null!=d?(h.style.marginBottom="24px",e=document.createElement("a"),e.setAttribute("href","javascript:void(0)"),e.style.display="block",e.style.marginTop="6px",mxUtils.write(e,mxResources.get("changeUser")+" ("+d.displayName+")"),h.style.marginBottom="16px",g.style.paddingBottom="18px",mxEvent.addListener(e,"click",function(){a.hideDialog();a.drive.clearUserId(); a.drive.setUser(null);gapi.auth.signOut();a.setMode(App.MODE_GOOGLE);a.hideDialog();a.showSplash();a.drive.authorize(!1,mxUtils.bind(this,mxUtils.bind(this,function(){a.hideDialog();a.showSplash()})),mxUtils.bind(this,function(b){a.handleError(b,null,function(){a.hideDialog();a.showSplash()})}))}),g.appendChild(e)):a.mode==App.MODE_ONEDRIVE&&null!=a.oneDrive?e(function(){a.oneDrive.logout()}):a.mode==App.MODE_GITHUB&&null!=a.gitHub?e(function(){a.gitHub.logout();a.openLink("https://www.github.com/logout")}): a.mode==App.MODE_TRELLO&&null!=a.trello?a.trello.isAuthorized()&&e(function(){a.trello.logout()}):a.mode==App.MODE_DROPBOX&&null!=a.dropbox&&e(function(){a.dropbox.logout();a.openLink("https://www.dropbox.com/logout")}),e=document.createElement("a"),e.setAttribute("href","javascript:void(0)"),e.style.display="block",e.style.marginTop="8px",mxUtils.write(e,mxResources.get("notUsingService",[c])),mxEvent.addListener(e,"click",function(){a.hideDialog(!1);a.setMode(null);a.clearMode();a.showSplash(!0)}), -g.appendChild(e));b.appendChild(g);this.container=b},ConfirmDialog=function(a,b,c,d,e,g,h,m,l){var f=document.createElement("div");f.style.textAlign="center";var k=document.createElement("div");k.style.padding="6px";k.style.overflow="auto";k.style.maxHeight="44px";mxClient.IS_QUIRKS&&(k.style.height="60px");mxUtils.write(k,b);f.appendChild(k);k=document.createElement("div");k.style.textAlign="center";k.style.whiteSpace="nowrap";var n=document.createElement("input");n.setAttribute("type","checkbox"); -g=mxUtils.button(g||mxResources.get("cancel"),function(){a.hideDialog();null!=d&&d(n.checked)});g.className="geBtn";null!=m&&(g.innerHTML=m+"<br>"+g.innerHTML,g.style.paddingBottom="8px",g.style.paddingTop="8px",g.style.height="auto",g.style.width="40%");a.editor.cancelFirst&&k.appendChild(g);e=mxUtils.button(e||mxResources.get("ok"),function(){a.hideDialog();null!=c&&c(n.checked)});k.appendChild(e);null!=h?(e.innerHTML=h+"<br>"+e.innerHTML+"<br>",e.style.paddingBottom="8px",e.style.paddingTop="8px", -e.style.height="auto",e.className="geBtn",e.style.width="40%"):e.className="geBtn gePrimaryBtn";a.editor.cancelFirst||k.appendChild(g);f.appendChild(k);l?(k.style.marginTop="10px",k=document.createElement("p"),k.style.marginTop="20px",k.appendChild(n),h=document.createElement("span"),mxUtils.write(h," "+mxResources.get("rememberThisSetting")),k.appendChild(h),f.appendChild(k),mxEvent.addListener(h,"click",function(a){n.checked=!n.checked;mxEvent.consume(a)})):k.style.marginTop="16px";this.container= -f},ErrorDialog=function(a,b,c,d,e,g,h,m,l,f,k){l=null!=l?l:!0;var n=document.createElement("div");n.style.textAlign="center";if(null!=b){var u=document.createElement("div");u.style.padding="0px";u.style.margin="0px";u.style.fontSize="18px";u.style.paddingBottom="16px";u.style.marginBottom="16px";u.style.borderBottom="1px solid #c0c0c0";u.style.color="gray";mxUtils.write(u,b);n.appendChild(u)}b=document.createElement("div");b.style.padding="6px";b.innerHTML=c;n.appendChild(b);c=document.createElement("div"); -c.style.marginTop="16px";c.style.textAlign="center";null!=g&&(b=mxUtils.button(mxResources.get("tryAgain"),function(){a.hideDialog();g()}),b.className="geBtn",c.appendChild(b),c.style.textAlign="center");null!=f&&(f=mxUtils.button(f,function(){null!=k&&k()}),f.className="geBtn",c.appendChild(f));var t=mxUtils.button(d,function(){l&&a.hideDialog();null!=e&&e()});t.className="geBtn";c.appendChild(t);null!=h&&(d=mxUtils.button(h,function(){l&&a.hideDialog();null!=m&&m()}),d.className="geBtn gePrimaryBtn", -c.appendChild(d));this.init=function(){t.focus()};n.appendChild(c);this.container=n},EmbedDialog=function(a,b,c,d,e,g){d=document.createElement("div");var h=/^https?:\/\//.test(b)||/^mailto:\/\//.test(b);null!=g?mxUtils.write(d,g):mxUtils.write(d,mxResources.get(5E5>b.length?h?"link":"mainEmbedNotice":"preview")+":");mxUtils.br(d);g=document.createElement("div");g.style.position="absolute";g.style.top="30px";g.style.right="30px";g.style.color="gray";mxUtils.write(g,a.formatFileSize(b.length));d.appendChild(g); -var m=document.createElement("textarea");m.setAttribute("autocomplete","off");m.setAttribute("autocorrect","off");m.setAttribute("autocapitalize","off");m.setAttribute("spellcheck","false");m.style.marginTop="10px";m.style.resize="none";m.style.height="150px";m.style.width="440px";m.style.border="1px solid gray";m.value=mxResources.get("updatingDocument");d.appendChild(m);mxUtils.br(d);this.init=function(){window.setTimeout(function(){5E5>b.length?(m.value=b,m.focus(),mxClient.IS_GC||mxClient.IS_FF|| -5<=document.documentMode||mxClient.IS_QUIRKS?m.select():document.execCommand("selectAll",!1,null)):(m.setAttribute("readonly","true"),m.value=b.substring(0,340)+"... ("+mxResources.get("drawingTooLarge")+")")},0)};g=document.createElement("div");g.style.position="absolute";g.style.bottom="36px";g.style.right="32px";var l=null;!EmbedDialog.showPreviewOption||mxClient.IS_CHROMEAPP&&!h||navigator.standalone||!(h||mxClient.IS_SVG&&(null==document.documentMode||9<document.documentMode))||(l=mxUtils.button(mxResources.get(5E5> -b.length?"preview":"openInNewWindow"),function(){var d=5E5>b.length?m.value:b;if(null!=e)e(d);else if(h)try{var f=a.openLink(d);null!=f&&(null==c||0<c)&&window.setTimeout(mxUtils.bind(this,function(){null!=f&&null!=f.location.href&&f.location.href.substring(0,8)!=d.substring(0,8)&&(f.close(),a.handleError({message:mxResources.get("drawingTooLarge")}))}),c||500)}catch(q){a.handleError({message:q.message||mxResources.get("drawingTooLarge")})}else{var k=window.open().document;k.writeln("<html><head><title>"+ -encodeURIComponent(mxResources.get("preview"))+'</title><meta charset="utf-8"></head><body>'+b+"</body></html>");k.close()}}),l.className="geBtn",g.appendChild(l));if(!h||7500<b.length){var f=mxUtils.button(mxResources.get("download"),function(){a.hideDialog();a.saveData("embed.txt","txt",b,"text/plain")});f.className="geBtn";g.appendChild(f)}if(h&&(!a.isOffline()||mxClient.IS_CHROMEAPP)){if(51200>b.length){var k=mxUtils.button("",function(){try{var b="https://www.facebook.com/sharer.php?p[url]="+ -encodeURIComponent(m.value);a.openLink(b)}catch(u){a.handleError({message:u.message||mxResources.get("drawingTooLarge")})}}),f=document.createElement("img");f.setAttribute("src",Editor.facebookImage);f.setAttribute("width","18");f.setAttribute("height","18");f.setAttribute("border","0");k.appendChild(f);k.setAttribute("title",mxResources.get("facebook")+" ("+a.formatFileSize(51200)+" max)");k.style.verticalAlign="bottom";k.style.paddingTop="4px";k.style.minWidth="46px";k.className="geBtn";g.appendChild(k)}7168> -b.length&&(k=mxUtils.button("",function(){try{var b="https://twitter.com/intent/tweet?text="+encodeURIComponent("Check out the diagram I made using @drawio")+"&url="+encodeURIComponent(m.value);a.openLink(b)}catch(u){a.handleError({message:u.message||mxResources.get("drawingTooLarge")})}}),f=document.createElement("img"),f.setAttribute("src",Editor.tweetImage),f.setAttribute("width","18"),f.setAttribute("height","18"),f.setAttribute("border","0"),f.style.marginBottom="5px",k.appendChild(f),k.setAttribute("title", -mxResources.get("twitter")+" ("+a.formatFileSize(7168)+" max)"),k.style.verticalAlign="bottom",k.style.paddingTop="4px",k.style.minWidth="46px",k.className="geBtn",g.appendChild(k))}f=mxUtils.button(mxResources.get("close"),function(){a.hideDialog()});g.appendChild(f);k=mxUtils.button(mxResources.get("copy"),function(){m.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?m.select():document.execCommand("selectAll",!1,null);document.execCommand("copy");a.alert(mxResources.get("copiedToClipboard"))}); -5E5>b.length?mxClient.IS_SF||null!=document.documentMode?f.className="geBtn gePrimaryBtn":(g.appendChild(k),k.className="geBtn gePrimaryBtn",f.className="geBtn"):(g.appendChild(l),f.className="geBtn",l.className="geBtn gePrimaryBtn");d.appendChild(g);this.container=d};EmbedDialog.showPreviewOption=!0; -var GoogleSitesDialog=function(a,b){function c(){var a=null!=w.getTitle()?w.getTitle():this.defaultFilename;if(B.checked&&""!=u.value){var b="https://www.draw.io/gadget.xml?type=4&diagram="+encodeURIComponent(mxUtils.htmlEntities(u.value));null!=a&&(b+="&title="+encodeURIComponent(a));0<E.length&&(b+="&s="+E);""!=t.value&&"0"!=t.value&&(b+="&border="+t.value);""!=n.value&&(b+="&height="+n.value);b+="&pan="+(q.checked?"1":"0");b+="&zoom="+(v.checked?"1":"0");b+="&fit="+(F.checked?"1":"0");b+="&resize="+ -(p.checked?"1":"0");b+="&x0="+Number(k.value);b+="&y0="+l;e.mathEnabled&&(b+="&math=1");z.checked?b+="&edit=_blank":x.checked&&(b+="&edit="+encodeURIComponent(mxUtils.htmlEntities(window.location.href)));f.value=b}else w.constructor==DriveFile||w.constructor==DropboxFile?(b="https://www.draw.io/gadget.xml?embed=0&diagram=",""!=u.value?b+=encodeURIComponent(mxUtils.htmlEntities(u.value))+"&type=3":(b+=w.getHash().substring(1),b=w.constructor==DropboxFile?b+"&type=2":b+"&type=1"),null!=a&&(b+="&title="+ -encodeURIComponent(a)),""!=n.value&&(a=parseInt(n.value)+parseInt(k.value),b+="&height="+a),f.value=b):f.value=""}var d=document.createElement("div"),e=a.editor.graph,g=e.getGraphBounds(),h=e.view.scale,m=Math.floor(g.x/h-e.view.translate.x),l=Math.floor(g.y/h-e.view.translate.y);mxUtils.write(d,mxResources.get("googleGadget")+":");mxUtils.br(d);var f=document.createElement("input");f.setAttribute("type","text");f.style.marginBottom="8px";f.style.marginTop="2px";f.style.width="410px";d.appendChild(f); -mxUtils.br(d);this.init=function(){f.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?f.select():document.execCommand("selectAll",!1,null)};mxUtils.write(d,mxResources.get("top")+":");var k=document.createElement("input");k.setAttribute("type","text");k.setAttribute("size","4");k.style.marginRight="16px";k.style.marginLeft="4px";k.value=m;d.appendChild(k);mxUtils.write(d,mxResources.get("height")+":");var n=document.createElement("input");n.setAttribute("type", -"text");n.setAttribute("size","4");n.style.marginLeft="4px";n.value=Math.ceil(g.height/h);d.appendChild(n);mxUtils.br(d);g=document.createElement("hr");g.setAttribute("size","1");g.style.marginBottom="16px";g.style.marginTop="16px";d.appendChild(g);mxUtils.write(d,mxResources.get("publicDiagramUrl")+":");mxUtils.br(d);var u=document.createElement("input");u.setAttribute("type","text");u.setAttribute("size","28");u.style.marginBottom="8px";u.style.marginTop="2px";u.style.width="410px";u.value=b||""; -d.appendChild(u);mxUtils.br(d);mxUtils.write(d,mxResources.get("borderWidth")+":");var t=document.createElement("input");t.setAttribute("type","text");t.setAttribute("size","3");t.style.marginBottom="8px";t.style.marginLeft="4px";t.value="0";d.appendChild(t);mxUtils.br(d);var q=document.createElement("input");q.setAttribute("type","checkbox");q.setAttribute("checked","checked");q.defaultChecked=!0;q.style.marginLeft="16px";d.appendChild(q);mxUtils.write(d,mxResources.get("pan")+" ");var v=document.createElement("input"); -v.setAttribute("type","checkbox");v.setAttribute("checked","checked");v.defaultChecked=!0;v.style.marginLeft="8px";d.appendChild(v);mxUtils.write(d,mxResources.get("zoom")+" ");var x=document.createElement("input");x.setAttribute("type","checkbox");x.style.marginLeft="8px";x.setAttribute("title",window.location.href);d.appendChild(x);mxUtils.write(d,mxResources.get("edit")+" ");var z=document.createElement("input");z.setAttribute("type","checkbox");z.style.marginLeft="8px";d.appendChild(z);mxUtils.write(d, -mxResources.get("asNew")+" ");mxUtils.br(d);var p=document.createElement("input");p.setAttribute("type","checkbox");p.setAttribute("checked","checked");p.defaultChecked=!0;p.style.marginLeft="16px";d.appendChild(p);mxUtils.write(d,mxResources.get("resize")+" ");var F=document.createElement("input");F.setAttribute("type","checkbox");F.style.marginLeft="8px";d.appendChild(F);mxUtils.write(d,mxResources.get("fit")+" ");var B=document.createElement("input");B.setAttribute("type","checkbox");B.style.marginLeft= -"8px";d.appendChild(B);mxUtils.write(d,mxResources.get("embed")+" ");var E=a.getBasenames().join(";"),w=a.getCurrentFile();mxEvent.addListener(q,"change",c);mxEvent.addListener(v,"change",c);mxEvent.addListener(p,"change",c);mxEvent.addListener(F,"change",c);mxEvent.addListener(x,"change",c);mxEvent.addListener(z,"change",c);mxEvent.addListener(B,"change",c);mxEvent.addListener(n,"change",c);mxEvent.addListener(k,"change",c);mxEvent.addListener(t,"change",c);mxEvent.addListener(u,"change",c);c(); +g.appendChild(e));b.appendChild(g);this.container=b},ConfirmDialog=function(a,b,c,d,e,g,h,l,m){var f=document.createElement("div");f.style.textAlign="center";var k=document.createElement("div");k.style.padding="6px";k.style.overflow="auto";k.style.maxHeight="44px";mxClient.IS_QUIRKS&&(k.style.height="60px");mxUtils.write(k,b);f.appendChild(k);k=document.createElement("div");k.style.textAlign="center";k.style.whiteSpace="nowrap";var n=document.createElement("input");n.setAttribute("type","checkbox"); +g=mxUtils.button(g||mxResources.get("cancel"),function(){a.hideDialog();null!=d&&d(n.checked)});g.className="geBtn";null!=l&&(g.innerHTML=l+"<br>"+g.innerHTML,g.style.paddingBottom="8px",g.style.paddingTop="8px",g.style.height="auto",g.style.width="40%");a.editor.cancelFirst&&k.appendChild(g);e=mxUtils.button(e||mxResources.get("ok"),function(){a.hideDialog();null!=c&&c(n.checked)});k.appendChild(e);null!=h?(e.innerHTML=h+"<br>"+e.innerHTML+"<br>",e.style.paddingBottom="8px",e.style.paddingTop="8px", +e.style.height="auto",e.className="geBtn",e.style.width="40%"):e.className="geBtn gePrimaryBtn";a.editor.cancelFirst||k.appendChild(g);f.appendChild(k);m?(k.style.marginTop="10px",k=document.createElement("p"),k.style.marginTop="20px",k.appendChild(n),h=document.createElement("span"),mxUtils.write(h," "+mxResources.get("rememberThisSetting")),k.appendChild(h),f.appendChild(k),mxEvent.addListener(h,"click",function(a){n.checked=!n.checked;mxEvent.consume(a)})):k.style.marginTop="16px";this.container= +f},EmbedDialog=function(a,b,c,d,e,g){d=document.createElement("div");var h=/^https?:\/\//.test(b)||/^mailto:\/\//.test(b);null!=g?mxUtils.write(d,g):mxUtils.write(d,mxResources.get(5E5>b.length?h?"link":"mainEmbedNotice":"preview")+":");mxUtils.br(d);g=document.createElement("div");g.style.position="absolute";g.style.top="30px";g.style.right="30px";g.style.color="gray";mxUtils.write(g,a.formatFileSize(b.length));d.appendChild(g);var l=document.createElement("textarea");l.setAttribute("autocomplete", +"off");l.setAttribute("autocorrect","off");l.setAttribute("autocapitalize","off");l.setAttribute("spellcheck","false");l.style.marginTop="10px";l.style.resize="none";l.style.height="150px";l.style.width="440px";l.style.border="1px solid gray";l.value=mxResources.get("updatingDocument");d.appendChild(l);mxUtils.br(d);this.init=function(){window.setTimeout(function(){5E5>b.length?(l.value=b,l.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?l.select():document.execCommand("selectAll", +!1,null)):(l.setAttribute("readonly","true"),l.value=b.substring(0,340)+"... ("+mxResources.get("drawingTooLarge")+")")},0)};g=document.createElement("div");g.style.position="absolute";g.style.bottom="36px";g.style.right="32px";var m=null;!EmbedDialog.showPreviewOption||mxClient.IS_CHROMEAPP&&!h||navigator.standalone||!(h||mxClient.IS_SVG&&(null==document.documentMode||9<document.documentMode))||(m=mxUtils.button(mxResources.get(5E5>b.length?"preview":"openInNewWindow"),function(){var d=5E5>b.length? +l.value:b;if(null!=e)e(d);else if(h)try{var f=a.openLink(d);null!=f&&(null==c||0<c)&&window.setTimeout(mxUtils.bind(this,function(){null!=f&&null!=f.location.href&&f.location.href.substring(0,8)!=d.substring(0,8)&&(f.close(),a.handleError({message:mxResources.get("drawingTooLarge")}))}),c||500)}catch(p){a.handleError({message:p.message||mxResources.get("drawingTooLarge")})}else{var k=window.open().document;k.writeln("<html><head><title>"+encodeURIComponent(mxResources.get("preview"))+'</title><meta charset="utf-8"></head><body>'+ +b+"</body></html>");k.close()}}),m.className="geBtn",g.appendChild(m));if(!h||7500<b.length){var f=mxUtils.button(mxResources.get("download"),function(){a.hideDialog();a.saveData("embed.txt","txt",b,"text/plain")});f.className="geBtn";g.appendChild(f)}if(h&&(!a.isOffline()||mxClient.IS_CHROMEAPP)){if(51200>b.length){var k=mxUtils.button("",function(){try{var b="https://www.facebook.com/sharer.php?p[url]="+encodeURIComponent(l.value);a.openLink(b)}catch(t){a.handleError({message:t.message||mxResources.get("drawingTooLarge")})}}), +f=document.createElement("img");f.setAttribute("src",Editor.facebookImage);f.setAttribute("width","18");f.setAttribute("height","18");f.setAttribute("border","0");k.appendChild(f);k.setAttribute("title",mxResources.get("facebook")+" ("+a.formatFileSize(51200)+" max)");k.style.verticalAlign="bottom";k.style.paddingTop="4px";k.style.minWidth="46px";k.className="geBtn";g.appendChild(k)}7168>b.length&&(k=mxUtils.button("",function(){try{var b="https://twitter.com/intent/tweet?text="+encodeURIComponent("Check out the diagram I made using @drawio")+ +"&url="+encodeURIComponent(l.value);a.openLink(b)}catch(t){a.handleError({message:t.message||mxResources.get("drawingTooLarge")})}}),f=document.createElement("img"),f.setAttribute("src",Editor.tweetImage),f.setAttribute("width","18"),f.setAttribute("height","18"),f.setAttribute("border","0"),f.style.marginBottom="5px",k.appendChild(f),k.setAttribute("title",mxResources.get("twitter")+" ("+a.formatFileSize(7168)+" max)"),k.style.verticalAlign="bottom",k.style.paddingTop="4px",k.style.minWidth="46px", +k.className="geBtn",g.appendChild(k))}f=mxUtils.button(mxResources.get("close"),function(){a.hideDialog()});g.appendChild(f);k=mxUtils.button(mxResources.get("copy"),function(){l.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?l.select():document.execCommand("selectAll",!1,null);document.execCommand("copy");a.alert(mxResources.get("copiedToClipboard"))});5E5>b.length?mxClient.IS_SF||null!=document.documentMode?f.className="geBtn gePrimaryBtn":(g.appendChild(k), +k.className="geBtn gePrimaryBtn",f.className="geBtn"):(g.appendChild(m),f.className="geBtn",m.className="geBtn gePrimaryBtn");d.appendChild(g);this.container=d};EmbedDialog.showPreviewOption=!0; +var GoogleSitesDialog=function(a,b){function c(){var a=null!=y.getTitle()?y.getTitle():this.defaultFilename;if(z.checked&&""!=t.value){var b="https://www.draw.io/gadget.xml?type=4&diagram="+encodeURIComponent(mxUtils.htmlEntities(t.value));null!=a&&(b+="&title="+encodeURIComponent(a));0<D.length&&(b+="&s="+D);""!=u.value&&"0"!=u.value&&(b+="&border="+u.value);""!=n.value&&(b+="&height="+n.value);b+="&pan="+(p.checked?"1":"0");b+="&zoom="+(v.checked?"1":"0");b+="&fit="+(E.checked?"1":"0");b+="&resize="+ +(q.checked?"1":"0");b+="&x0="+Number(k.value);b+="&y0="+m;e.mathEnabled&&(b+="&math=1");x.checked?b+="&edit=_blank":w.checked&&(b+="&edit="+encodeURIComponent(mxUtils.htmlEntities(window.location.href)));f.value=b}else y.constructor==DriveFile||y.constructor==DropboxFile?(b="https://www.draw.io/gadget.xml?embed=0&diagram=",""!=t.value?b+=encodeURIComponent(mxUtils.htmlEntities(t.value))+"&type=3":(b+=y.getHash().substring(1),b=y.constructor==DropboxFile?b+"&type=2":b+"&type=1"),null!=a&&(b+="&title="+ +encodeURIComponent(a)),""!=n.value&&(a=parseInt(n.value)+parseInt(k.value),b+="&height="+a),f.value=b):f.value=""}var d=document.createElement("div"),e=a.editor.graph,g=e.getGraphBounds(),h=e.view.scale,l=Math.floor(g.x/h-e.view.translate.x),m=Math.floor(g.y/h-e.view.translate.y);mxUtils.write(d,mxResources.get("googleGadget")+":");mxUtils.br(d);var f=document.createElement("input");f.setAttribute("type","text");f.style.marginBottom="8px";f.style.marginTop="2px";f.style.width="410px";d.appendChild(f); +mxUtils.br(d);this.init=function(){f.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?f.select():document.execCommand("selectAll",!1,null)};mxUtils.write(d,mxResources.get("top")+":");var k=document.createElement("input");k.setAttribute("type","text");k.setAttribute("size","4");k.style.marginRight="16px";k.style.marginLeft="4px";k.value=l;d.appendChild(k);mxUtils.write(d,mxResources.get("height")+":");var n=document.createElement("input");n.setAttribute("type", +"text");n.setAttribute("size","4");n.style.marginLeft="4px";n.value=Math.ceil(g.height/h);d.appendChild(n);mxUtils.br(d);g=document.createElement("hr");g.setAttribute("size","1");g.style.marginBottom="16px";g.style.marginTop="16px";d.appendChild(g);mxUtils.write(d,mxResources.get("publicDiagramUrl")+":");mxUtils.br(d);var t=document.createElement("input");t.setAttribute("type","text");t.setAttribute("size","28");t.style.marginBottom="8px";t.style.marginTop="2px";t.style.width="410px";t.value=b||""; +d.appendChild(t);mxUtils.br(d);mxUtils.write(d,mxResources.get("borderWidth")+":");var u=document.createElement("input");u.setAttribute("type","text");u.setAttribute("size","3");u.style.marginBottom="8px";u.style.marginLeft="4px";u.value="0";d.appendChild(u);mxUtils.br(d);var p=document.createElement("input");p.setAttribute("type","checkbox");p.setAttribute("checked","checked");p.defaultChecked=!0;p.style.marginLeft="16px";d.appendChild(p);mxUtils.write(d,mxResources.get("pan")+" ");var v=document.createElement("input"); +v.setAttribute("type","checkbox");v.setAttribute("checked","checked");v.defaultChecked=!0;v.style.marginLeft="8px";d.appendChild(v);mxUtils.write(d,mxResources.get("zoom")+" ");var w=document.createElement("input");w.setAttribute("type","checkbox");w.style.marginLeft="8px";w.setAttribute("title",window.location.href);d.appendChild(w);mxUtils.write(d,mxResources.get("edit")+" ");var x=document.createElement("input");x.setAttribute("type","checkbox");x.style.marginLeft="8px";d.appendChild(x);mxUtils.write(d, +mxResources.get("asNew")+" ");mxUtils.br(d);var q=document.createElement("input");q.setAttribute("type","checkbox");q.setAttribute("checked","checked");q.defaultChecked=!0;q.style.marginLeft="16px";d.appendChild(q);mxUtils.write(d,mxResources.get("resize")+" ");var E=document.createElement("input");E.setAttribute("type","checkbox");E.style.marginLeft="8px";d.appendChild(E);mxUtils.write(d,mxResources.get("fit")+" ");var z=document.createElement("input");z.setAttribute("type","checkbox");z.style.marginLeft= +"8px";d.appendChild(z);mxUtils.write(d,mxResources.get("embed")+" ");var D=a.getBasenames().join(";"),y=a.getCurrentFile();mxEvent.addListener(p,"change",c);mxEvent.addListener(v,"change",c);mxEvent.addListener(q,"change",c);mxEvent.addListener(E,"change",c);mxEvent.addListener(w,"change",c);mxEvent.addListener(x,"change",c);mxEvent.addListener(z,"change",c);mxEvent.addListener(n,"change",c);mxEvent.addListener(k,"change",c);mxEvent.addListener(u,"change",c);mxEvent.addListener(t,"change",c);c(); mxEvent.addListener(f,"click",function(){f.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?f.select():document.execCommand("selectAll",!1,null)});g=document.createElement("div");g.style.paddingTop="12px";g.style.textAlign="right";h=mxUtils.button(mxResources.get("close"),function(){a.hideDialog()});h.className="geBtn gePrimaryBtn";g.appendChild(h);d.appendChild(g);this.container=d},CreateGraphDialog=function(a,b,c){var d=document.createElement("div");d.style.textAlign= "right";this.init=function(){var b=document.createElement("div");b.style.position="relative";b.style.border="1px solid gray";b.style.width="100%";b.style.height="360px";b.style.overflow="hidden";b.style.marginBottom="16px";mxEvent.disableContextMenu(b);d.appendChild(b);var g=new Graph(b);g.setCellsCloneable(!0);g.setPanning(!0);g.setAllowDanglingEdges(!1);g.connectionHandler.select=!1;g.view.setTranslate(20,20);g.border=20;g.panningHandler.useLeftButtonForPanning=!0;var h="curved=1;";g.cellRenderer.installCellOverlayListeners= function(a,b,c){mxCellRenderer.prototype.installCellOverlayListeners.apply(this,arguments);mxEvent.addListener(c.node,mxClient.IS_POINTER?"pointerdown":"mousedown",function(c){b.fireEvent(new mxEventObject("pointerdown","event",c,"state",a))});!mxClient.IS_POINTER&&mxClient.IS_TOUCH&&mxEvent.addListener(c.node,"touchstart",function(c){b.fireEvent(new mxEventObject("pointerdown","event",c,"state",a))})};g.getAllConnectionConstraints=function(){return null};g.connectionHandler.marker.highlight.keepOnTop= -!1;g.connectionHandler.createEdgeState=function(a){a=g.createEdge(null,null,null,null,null,h);return new mxCellState(this.graph.view,a,this.graph.getCellStyle(a))};var m=g.getDefaultParent(),l=mxUtils.bind(this,function(a){var b=new mxCellOverlay(this.connectImage,"Add outgoing");b.cursor="hand";b.addListener(mxEvent.CLICK,function(b,c){g.connectionHandler.reset();g.clearSelection();var d=g.getCellGeometry(a),f;n(function(){f=g.insertVertex(m,null,"Entry",d.x,d.y,80,30,"rounded=1;");l(f);g.view.refresh(f); -g.insertEdge(m,null,"",a,f,h)},function(){g.scrollCellToVisible(f)})});b.addListener("pointerdown",function(a,b){var c=b.getProperty("event"),d=b.getProperty("state");g.popupMenuHandler.hideMenu();g.stopEditing(!1);var f=mxUtils.convertPoint(g.container,mxEvent.getClientX(c),mxEvent.getClientY(c));g.connectionHandler.start(d,f.x,f.y);g.isMouseDown=!0;g.isMouseTrigger=mxEvent.isMouseEvent(c);mxEvent.consume(c)});g.addCellOverlay(a,b)});g.getModel().beginUpdate();var f;try{f=g.insertVertex(m,null,"Start", -0,0,80,30,"ellipse"),l(f)}finally{g.getModel().endUpdate()}var k;"horizontalTree"==c?(k=new mxCompactTreeLayout(g),k.edgeRouting=!1,k.levelDistance=30,h="edgeStyle=elbowEdgeStyle;elbow=horizontal;"):"verticalTree"==c?(k=new mxCompactTreeLayout(g,!1),k.edgeRouting=!1,k.levelDistance=30,h="edgeStyle=elbowEdgeStyle;elbow=vertical;"):"radialTree"==c?(k=new mxRadialTreeLayout(g,!1),k.edgeRouting=!1,k.levelDistance=80):"verticalFlow"==c?k=new mxHierarchicalLayout(g,mxConstants.DIRECTION_NORTH):"horizontalFlow"== -c?k=new mxHierarchicalLayout(g,mxConstants.DIRECTION_WEST):"organic"==c?(k=new mxFastOrganicLayout(g,!1),k.forceConstant=80):"circle"==c&&(k=new mxCircleLayout(g));if(null!=k){var n=function(a,b){g.getModel().beginUpdate();try{null!=a&&a(),k.execute(g.getDefaultParent(),f)}catch(p){throw p;}finally{var c=new mxMorphing(g);c.addListener(mxEvent.DONE,mxUtils.bind(this,function(){g.getModel().endUpdate();null!=b&&b()}));c.startAnimation()}},u=mxEdgeHandler.prototype.connect;mxEdgeHandler.prototype.connect= -function(a,b,c,d,f){u.apply(this,arguments);n()};g.resizeCell=function(){mxGraph.prototype.resizeCell.apply(this,arguments);n()};g.connectionHandler.addListener(mxEvent.CONNECT,function(){n()})}var t=mxUtils.button(mxResources.get("close"),function(){a.confirm(mxResources.get("areYouSure"),function(){null!=b.parentNode&&(g.destroy(),b.parentNode.removeChild(b));a.hideDialog()})});t.className="geBtn";a.editor.cancelFirst&&d.appendChild(t);var q=mxUtils.button(mxResources.get("insert"),function(){g.clearCellOverlays(); -var c=a.editor.graph.getFreeInsertPoint(),c=a.editor.graph.importCells(g.getModel().getChildren(g.getDefaultParent()),c.x,c.y),d=a.editor.graph.view,f=d.getBounds(c);f.x-=d.translate.x;f.y-=d.translate.y;a.editor.graph.scrollRectToVisible(f);a.editor.graph.setSelectionCells(c);null!=b.parentNode&&(g.destroy(),b.parentNode.removeChild(b));a.hideDialog()});d.appendChild(q);q.className="geBtn gePrimaryBtn";a.editor.cancelFirst||d.appendChild(t)};this.container=d}; +!1;g.connectionHandler.createEdgeState=function(a){a=g.createEdge(null,null,null,null,null,h);return new mxCellState(this.graph.view,a,this.graph.getCellStyle(a))};var l=g.getDefaultParent(),m=mxUtils.bind(this,function(a){var b=new mxCellOverlay(this.connectImage,"Add outgoing");b.cursor="hand";b.addListener(mxEvent.CLICK,function(b,c){g.connectionHandler.reset();g.clearSelection();var d=g.getCellGeometry(a),f;n(function(){f=g.insertVertex(l,null,"Entry",d.x,d.y,80,30,"rounded=1;");m(f);g.view.refresh(f); +g.insertEdge(l,null,"",a,f,h)},function(){g.scrollCellToVisible(f)})});b.addListener("pointerdown",function(a,b){var c=b.getProperty("event"),d=b.getProperty("state");g.popupMenuHandler.hideMenu();g.stopEditing(!1);var f=mxUtils.convertPoint(g.container,mxEvent.getClientX(c),mxEvent.getClientY(c));g.connectionHandler.start(d,f.x,f.y);g.isMouseDown=!0;g.isMouseTrigger=mxEvent.isMouseEvent(c);mxEvent.consume(c)});g.addCellOverlay(a,b)});g.getModel().beginUpdate();var f;try{f=g.insertVertex(l,null,"Start", +0,0,80,30,"ellipse"),m(f)}finally{g.getModel().endUpdate()}var k;"horizontalTree"==c?(k=new mxCompactTreeLayout(g),k.edgeRouting=!1,k.levelDistance=30,h="edgeStyle=elbowEdgeStyle;elbow=horizontal;"):"verticalTree"==c?(k=new mxCompactTreeLayout(g,!1),k.edgeRouting=!1,k.levelDistance=30,h="edgeStyle=elbowEdgeStyle;elbow=vertical;"):"radialTree"==c?(k=new mxRadialTreeLayout(g,!1),k.edgeRouting=!1,k.levelDistance=80):"verticalFlow"==c?k=new mxHierarchicalLayout(g,mxConstants.DIRECTION_NORTH):"horizontalFlow"== +c?k=new mxHierarchicalLayout(g,mxConstants.DIRECTION_WEST):"organic"==c?(k=new mxFastOrganicLayout(g,!1),k.forceConstant=80):"circle"==c&&(k=new mxCircleLayout(g));if(null!=k){var n=function(a,b){g.getModel().beginUpdate();try{null!=a&&a(),k.execute(g.getDefaultParent(),f)}catch(q){throw q;}finally{var c=new mxMorphing(g);c.addListener(mxEvent.DONE,mxUtils.bind(this,function(){g.getModel().endUpdate();null!=b&&b()}));c.startAnimation()}},t=mxEdgeHandler.prototype.connect;mxEdgeHandler.prototype.connect= +function(a,b,c,d,f){t.apply(this,arguments);n()};g.resizeCell=function(){mxGraph.prototype.resizeCell.apply(this,arguments);n()};g.connectionHandler.addListener(mxEvent.CONNECT,function(){n()})}var u=mxUtils.button(mxResources.get("close"),function(){a.confirm(mxResources.get("areYouSure"),function(){null!=b.parentNode&&(g.destroy(),b.parentNode.removeChild(b));a.hideDialog()})});u.className="geBtn";a.editor.cancelFirst&&d.appendChild(u);var p=mxUtils.button(mxResources.get("insert"),function(){g.clearCellOverlays(); +var c=a.editor.graph.getFreeInsertPoint(),c=a.editor.graph.importCells(g.getModel().getChildren(g.getDefaultParent()),c.x,c.y),d=a.editor.graph.view,f=d.getBounds(c);f.x-=d.translate.x;f.y-=d.translate.y;a.editor.graph.scrollRectToVisible(f);a.editor.graph.setSelectionCells(c);null!=b.parentNode&&(g.destroy(),b.parentNode.removeChild(b));a.hideDialog()});d.appendChild(p);p.className="geBtn gePrimaryBtn";a.editor.cancelFirst||d.appendChild(u)};this.container=d}; CreateGraphDialog.prototype.connectImage=new mxImage(mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjQ3OTk0QjMyRDcyMTFFNThGQThGNDVBMjNBMjFDMzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjQ3OTk0QjQyRDcyMTFFNThGQThGNDVBMjNBMjFDMzkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjA0N0I2MjJENzExMUU1OEZBOEY0NUEyM0EyMUMzOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNDc5OTRCMjJENzIxMUU1OEZBOEY0NUEyM0EyMUMzOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjIf+MgAAATlSURBVHjanFZraFxFFD735u4ru3ls0yZG26ShgmJoKK1J2vhIYzBgRdtIURHyw1hQUH9IxIgI2h8iCEUF/1RRlNQYCsYfCTHVhiTtNolpZCEStqSC22xIsrs1bDfu7t37Gs/cO3Ozxs1DBw73zpk555vzmHNGgJ0NYatFgmNLYUHYUoHASMz5ijmgVLmxgfKCUiBxC4ACJAeSG8nb1dVVOTc3dyoSibwWDofPBIPBJzo7O8vpGtvjpDICGztxkciECpF2LS0tvZtOpwNkk5FKpcYXFxffwL1+JuPgllPj8nk1F6RoaGjoKCqZ5ApljZDZO4SMRA0SuG2QUJIQRV8HxMOM9vf3H0ZZH9Nhg20MMl2QkFwjIyNHWlpahtADnuUMwLcRHX5aNSBjCJYEsSSLUeLEbhGe3ytCmQtA1/XY+Pj46dbW1iDuyCJp9BC5ycBj4hoeHq5ra2sbw0Xn1ZgBZ+dVkA1Lc+6p0Ck2p0QS4Ox9EhwpEylYcmBg4LH29vYQLilIOt0u5FhDfevNZDI/u93uw6PLOrwTUtjxrbPYbhD42WgMrF8JmR894ICmCgnQjVe8Xu8pXEkzMJKbuo5oNPomBbm1ZsD7s2kwFA1JZ6QBUXWT1nmGNc/qoMgavDcrQzxjQGFh4aOYIJ0sFAXcEtui4uLiVjr5KpSBVFYDDZVrWUaKRRWSAYeK0fmKykgDXbVoNaPChRuyqdDv97czL5nXxQbq6empQmsaklkDBiNpSwFVrmr2P6UyicD5piI4f8wHh0oEm8/p4h8pyGiEWvVQd3e3nxtjAzU1NR2jP7NRBWQ8GbdEzzJAmc0V3RR4cI8Dvmwuhc8fKUFA0d6/ltHg5p+Kuaejo6OeY0jcNJ/PV00ZS0nFUoZRvvFS1bZFsKHCCQ2Pl8H0chY+C96B6ZUsrCQ1qKtwQVFRURW/QhIXMAzDPAZ6BgOr8tTa8dDxCmiYGApaJbJMxSzV+brE8pdgWkcpY5dbMF1AR9XH8/xu2ilef48bvn92n82ZwHh+8ssqTEXS9p7dHisiiURikd8PbpExNTU1UVNTA3V3Y7lC16n0gpB/NwpNcZjfa7dScC4Qh0kOQCwnlEgi3F/hMVl9fX0zvKrzSk2lfXjRhj0eT/2rvWG4+Pta3oJY7XfC3hInXAv/ldeFLx8shQ+eqQL0UAAz7ylkpej5eNZRVBWL6BU6ef14OYiY1oqyTtmsavr/5koaRucT1pzx+ZpL1+GV5nLutksUgIcmtwTRiuuVZXnU5XId7A2swJkfFsymRWC91hHg1Viw6x23+7vn9sPJ+j20BE1hCXqSWaNSQ8ScbknRZWxub1PGCw/fBV+c3AeijlUbY5bBjEqr9GuYZP4jP41WudGSC6erTRCqdGZm5i1WvXWeDHnbBCZGc2Nj4wBl/hZOwrmBBfgmlID1HmGJutHaF+tKoevp/XCgstDkjo2NtWKLuc6AVN4mNjY+s1XQxoenOoFuDPHGtnRbJj9ej5GvL0dI7+giuRyMk1giazc+DP6vgUDgOJVlOv7R+PJ12QIeL6SyeDz+Kfp8ZrNWjgDTsVjsQ7qXyTjztXJhm9ePxFLfMTg4eG9tbe1RTP9KFFYQfHliYmIS69kCC7jKYmKwxxD5P88tkVkqbPPcIps9t4T/+HjcuJ/s5BFJgf4WYABCtxGuxIZ90gAAAABJRU5ErkJggg==": IMAGE_PATH+"/handle-connect.png",26,26); var BackgroundImageDialog=function(a,b){var c=document.createElement("div");c.style.whiteSpace="nowrap";var d=document.createElement("h2");mxUtils.write(d,mxResources.get("backgroundImage"));d.style.marginTop="0px";c.appendChild(d);mxUtils.write(c,mxResources.get("image")+" "+mxResources.get("url")+":");mxUtils.br(c);var d=a.editor.graph.backgroundImage,e=document.createElement("input");e.setAttribute("type","text");e.style.marginTop="4px";e.style.marginBottom="4px";e.style.width="350px";e.value= -null!=d?d.src:"";var g=!1,h=function(){g||""==e.value||a.isOffline()?(m.value="",l.value=""):a.loadImage(mxUtils.trim(e.value),function(a){m.value=a.width;l.value=a.height},function(){a.showError(mxResources.get("error"),mxResources.get("fileNotFound"),mxResources.get("ok"));e.value="";m.value="";l.value=""})};this.init=function(){e.focus();if(Graph.fileSupport){e.setAttribute("placeholder",mxResources.get("dragImagesHere"));var b=c.parentNode,d=null;mxEvent.addListener(b,"dragleave",function(a){null!= +null!=d?d.src:"";var g=!1,h=function(){g||""==e.value||a.isOffline()?(l.value="",m.value=""):a.loadImage(mxUtils.trim(e.value),function(a){l.value=a.width;m.value=a.height},function(){a.showError(mxResources.get("error"),mxResources.get("fileNotFound"),mxResources.get("ok"));e.value="";l.value="";m.value=""})};this.init=function(){e.focus();if(Graph.fileSupport){e.setAttribute("placeholder",mxResources.get("dragImagesHere"));var b=c.parentNode,d=null;mxEvent.addListener(b,"dragleave",function(a){null!= d&&(d.parentNode.removeChild(d),d=null);a.stopPropagation();a.preventDefault()});mxEvent.addListener(b,"dragover",mxUtils.bind(this,function(c){null==d&&(!mxClient.IS_IE||10<document.documentMode)&&(d=a.highlightElement(b));c.stopPropagation();c.preventDefault()}));mxEvent.addListener(b,"drop",mxUtils.bind(this,function(b){null!=d&&(d.parentNode.removeChild(d),d=null);if(0<b.dataTransfer.files.length)a.importFiles(b.dataTransfer.files,0,0,a.maxBackgroundSize,function(a,b,c,d,f,k){e.value=a;h()},function(){}, -function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},!0,a.maxBackgroundBytes,a.maxBackgroundBytes);else if(0<=mxUtils.indexOf(b.dataTransfer.types,"text/uri-list")){var c=b.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(c)&&(e.value=decodeURIComponent(c),h())}b.stopPropagation();b.preventDefault()}),!1)}};c.appendChild(e);mxUtils.br(c);mxUtils.br(c);mxUtils.write(c,mxResources.get("width")+":");var m=document.createElement("input"); -m.setAttribute("type","text");m.style.width="60px";m.style.marginLeft="4px";m.style.marginRight="16px";m.value=null!=d?d.width:"";c.appendChild(m);mxUtils.write(c,mxResources.get("height")+":");var l=document.createElement("input");l.setAttribute("type","text");l.style.width="60px";l.style.marginLeft="4px";l.style.marginRight="16px";l.value=null!=d?d.height:"";c.appendChild(l);d=mxUtils.button(mxResources.get("reset"),function(){e.value="";m.value="";l.value="";g=!1});mxEvent.addListener(d,"mousedown", +function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},!0,a.maxBackgroundBytes,a.maxBackgroundBytes);else if(0<=mxUtils.indexOf(b.dataTransfer.types,"text/uri-list")){var c=b.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(c)&&(e.value=decodeURIComponent(c),h())}b.stopPropagation();b.preventDefault()}),!1)}};c.appendChild(e);mxUtils.br(c);mxUtils.br(c);mxUtils.write(c,mxResources.get("width")+":");var l=document.createElement("input"); +l.setAttribute("type","text");l.style.width="60px";l.style.marginLeft="4px";l.style.marginRight="16px";l.value=null!=d?d.width:"";c.appendChild(l);mxUtils.write(c,mxResources.get("height")+":");var m=document.createElement("input");m.setAttribute("type","text");m.style.width="60px";m.style.marginLeft="4px";m.style.marginRight="16px";m.value=null!=d?d.height:"";c.appendChild(m);d=mxUtils.button(mxResources.get("reset"),function(){e.value="";l.value="";m.value="";g=!1});mxEvent.addListener(d,"mousedown", function(){g=!0});mxEvent.addListener(d,"touchstart",function(){g=!0});d.className="geBtn";d.width="100";c.appendChild(d);mxUtils.br(c);mxEvent.addListener(e,"change",h);ImageDialog.filePicked=function(a){a.action==google.picker.Action.PICKED&&null!=a.docs[0].thumbnails&&(a=a.docs[0].thumbnails[a.docs[0].thumbnails.length-1],null!=a&&(e.value=a.url,h()));e.focus()};d=document.createElement("div");d.style.marginTop="40px";d.style.textAlign="right";var f=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()}); f.className="geBtn";a.editor.cancelFirst&&d.appendChild(f);if(!a.isOffline()&&"undefined"!=typeof google&&"undefined"!=typeof google.picker&&window.self===window.top){var k=mxUtils.button(mxResources.get("search"),function(){if(null==a.imageSearchPicker){var b=(new google.picker.PickerBuilder).setLocale(mxLanguage).addView(google.picker.ViewId.IMAGE_SEARCH).enableFeature(google.picker.Feature.NAV_HIDDEN);a.imageSearchPicker=b.setCallback(function(a){ImageDialog.filePicked(a)}).build()}a.imageSearchPicker.setVisible(!0)}); k.className="geBtn";d.appendChild(k);null!=a.drive&&"1"==urlParams.photos&&(k=mxUtils.button(mxResources.get("googlePlus"),function(){a.spinner.spin(document.body,mxResources.get("authorizing"))&&a.drive.checkToken(mxUtils.bind(this,function(){a.spinner.stop();if(null==a.photoPicker){var b=gapi.auth.getToken().access_token,b=(new google.picker.PickerBuilder).setAppId(a.drive.appId).setLocale(mxLanguage).setOAuthToken(b).addView(google.picker.ViewId.PHOTOS).addView(google.picker.ViewId.PHOTO_ALBUMS).addView(google.picker.ViewId.PHOTO_UPLOAD); -a.photoPicker=b.setCallback(function(a){ImageDialog.filePicked(a)}).build()}a.photoPicker.setVisible(!0)}))}),k.className="geBtn",d.appendChild(k))}k=mxUtils.button(mxResources.get("apply"),function(){a.hideDialog();b(""!=e.value?new mxImage(mxUtils.trim(e.value),m.value,l.value):null)});k.className="geBtn gePrimaryBtn";d.appendChild(k);a.editor.cancelFirst||d.appendChild(f);c.appendChild(d);this.container=c},ParseDialog=function(a,b,c){function d(b,c){var d=b.split("\n");if("plantUmlPng"==c||"plantUmlSvg"== +a.photoPicker=b.setCallback(function(a){ImageDialog.filePicked(a)}).build()}a.photoPicker.setVisible(!0)}))}),k.className="geBtn",d.appendChild(k))}k=mxUtils.button(mxResources.get("apply"),function(){a.hideDialog();b(""!=e.value?new mxImage(mxUtils.trim(e.value),l.value,m.value):null)});k.className="geBtn gePrimaryBtn";d.appendChild(k);a.editor.cancelFirst||d.appendChild(f);c.appendChild(d);this.container=c},ParseDialog=function(a,b,c){function d(b,c){var d=b.split("\n");if("plantUmlPng"==c||"plantUmlSvg"== c||"plantUmlTxt"==c){var d="plantUmlTxt"==c?PLANT_URL+"/txt/":"plantUmlPng"==c?PLANT_URL+"/png/":PLANT_URL+"/svg/",f=a.editor.graph;if(a.spinner.spin(document.body,mxResources.get("inserting"))){var k=function(a){if(10>a)return String.fromCharCode(48+a);a-=10;if(26>a)return String.fromCharCode(65+a);a-=26;if(26>a)return String.fromCharCode(97+a);a-=26;return 0==a?"-":1==a?"_":"?"},e=function(a,b,c){c1=a>>2;c2=(a&3)<<4|b>>4;c3=(b&15)<<2|c>>6;c4=c&63;r="";r+=k(c1&63);r+=k(c2&63);r+=k(c3&63);return r+= -k(c4&63)},p=new XMLHttpRequest;p.open("GET",d+function(a){r="";for(h=0;h<a.length;h+=3)r=h+2==a.length?r+e(a.charCodeAt(h),a.charCodeAt(h+1),0):h+1==a.length?r+e(a.charCodeAt(h),0,0):r+e(a.charCodeAt(h),a.charCodeAt(h+1),a.charCodeAt(h+2));return r}(f.bytesToString(pako.deflateRaw(unescape(encodeURIComponent(b))))),!0);"plantUmlTxt"!=c&&(p.responseType="blob");p.onload=function(d){if(200<=this.status&&300>this.status)if("plantUmlTxt"==c){a.spinner.stop();f.getModel().beginUpdate();try{cell=f.insertVertex(null, -null,"<pre>"+this.response+"</pre>",g.x,g.y,1,1,"text;html=1;overflow=fill;"),f.updateCellSize(cell,!0)}finally{f.getModel().endUpdate()}f.setSelectionCell(cell);f.scrollCellToVisible(f.getSelectionCell())}else d=new FileReader,d.readAsDataURL(this.response),d.onload=function(d){var c=new Image;c.onload=function(){a.spinner.stop();var p=c.width,k=c.height;if(0==p&&0==k){var e=d.target.result,n=e.indexOf(","),e=decodeURIComponent(escape(atob(e.substring(n+1)))),e=mxUtils.parseXml(e).getElementsByTagName("svg"); -0<e.length&&(p=parseFloat(e[0].getAttribute("width")),k=parseFloat(e[0].getAttribute("height")))}f.getModel().beginUpdate();try{cell=f.insertVertex(null,null,b,g.x,g.y,p,k,"shape=image;noLabel=1;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a.convertDataUri(d.target.result)+";")}finally{f.getModel().endUpdate()}f.setSelectionCell(cell);f.scrollCellToVisible(f.getSelectionCell())};c.src=d.target.result},d.onerror=function(b){a.handleError(b)};else a.spinner.stop(),a.handleError(d)};p.onerror= -function(b){a.handleError(b)};p.send()}}else if("table"==c){for(var n=null,u=[],t=0,h=0;h<d.length;h++)if(p=mxUtils.trim(d[h]),"create table"==p.substring(0,12).toLowerCase())p=mxUtils.trim(p.substring(12)),"("==p.charAt(p.length-1)&&(p=p.substring(0,p.lastIndexOf(" "))),n=new mxCell(p,new mxGeometry(t,0,160,26),"swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=26;fillColor=#e0e0e0;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;swimlaneFillColor=#ffffff;align=center;"), -n.vertex=!0,u.push(n),p=a.editor.graph.getPreferredSizeForCell(l),null!=p&&(n.geometry.width=p.width+10);else if(null!=n&&")"==p.charAt(0))t+=n.geometry.width+40,n=null;else if("("!=p&&null!=n&&(p=p.substring(0,","==p.charAt(p.length-1)?p.length-1:p.length),"primary key"!=p.substring(0,11).toLowerCase())){var m=p.toLowerCase().indexOf("primary key"),p=p.replace(/primary key/i,""),l=new mxCell(p,new mxGeometry(0,0,90,26),"shape=partialRectangle;top=0;left=0;right=0;bottom=0;align=left;verticalAlign=top;spacingTop=-2;fillColor=none;spacingLeft=34;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;dropTarget=0;"); -l.vertex=!0;p=sb.cloneCell(l,0<m?"PK":"");p.connectable=!1;p.style="shape=partialRectangle;top=0;left=0;bottom=0;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[];portConstraint=eastwest;part=1;";p.geometry.width=30;p.geometry.height=26;l.insert(p);p=a.editor.graph.getPreferredSizeForCell(l);null!=p&&n.geometry.width<p.width+10&&(n.geometry.width=Math.min(220,p.width+10));n.insert(l);n.geometry.height+=26}0<u.length&&(f=a.editor.graph, -d=f.view,p=f.getGraphBounds(),f.setSelectionCells(f.importCells(u,Math.ceil(Math.max(0,p.x/d.scale-d.translate.x)+4*f.gridSize),Math.ceil(Math.max(0,(p.y+p.height)/d.scale-d.translate.y)+4*f.gridSize))),f.scrollCellToVisible(f.getSelectionCell()))}else if("list"==c){if(0<d.length){f=a.editor.graph;n=new mxCell(d[0],new mxGeometry(0,0,160,30),"swimlane;fontStyle=1;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;swimlaneFillColor=#ffffff;"); -n.vertex=!0;p=f.getPreferredSizeForCell(n);null!=p&&n.geometry.width<p.width+10&&(n.geometry.width=p.width+10);l=[n];if(1<d.length)for(h=1;h<d.length;h++)"--"==d[h]?(p=new mxCell("",new mxGeometry(0,0,40,8),"line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;"),p.vertex=!0,n.geometry.height+=p.geometry.height,n.insert(p),l.push(p)):0<d[h].length&&";"!=d[h].charAt(0)&&(t=new mxCell(d[h], -new mxGeometry(0,0,60,26),"text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),t.vertex=!0,p=f.getPreferredSizeForCell(t),null!=p&&t.geometry.width<p.width&&(t.geometry.width=p.width),n.geometry.width=Math.max(n.geometry.width,t.geometry.width),n.geometry.height+=t.geometry.height,n.insert(t),l.push(t));f.getModel().beginUpdate();try{n=f.importCells([n],g.x,g.y)[0],f.fireEvent(new mxEventObject("cellsInserted", -"cells",[n].concat(n.children)))}finally{f.getModel().endUpdate()}f.setSelectionCell(n);f.scrollCellToVisible(f.getSelectionCell())}}else{for(var l=function(a){var b=C[a];null==b&&(b=new mxCell(a,new mxGeometry(0,0,80,30),"whiteSpace=wrap;html=1;"),b.vertex=!0,C[a]=b,u.push(b));return b},C={},u=[],h=0;h<d.length;h++)if(";"!=d[h].charAt(0)){var I=d[h].split("->");2<=I.length&&(t=l(I[0]),m=l(I[I.length-1]),I=new mxCell(2<I.length?I[1]:"",new mxGeometry),I.edge=!0,t.insertEdge(I,!0),m.insertEdge(I,!1), -u.push(I))}if(0<u.length){d=document.createElement("div");d.style.visibility="hidden";document.body.appendChild(d);f=new Graph(d);f.getModel().beginUpdate();try{u=f.importCells(u);for(h=0;h<u.length;h++)f.getModel().isVertex(u[h])&&(p=f.getPreferredSizeForCell(u[h]),u[h].geometry.width=Math.max(u[h].geometry.width,p.width),u[h].geometry.height=Math.max(u[h].geometry.height,p.height));n=new mxFastOrganicLayout(f);n.disableEdgeStyle=!1;n.forceConstant=120;n.execute(f.getDefaultParent())}finally{f.getModel().endUpdate()}f.clearCellOverlays(); -l=[];a.editor.graph.getModel().beginUpdate();try{l=a.editor.graph.importCells(f.getModel().getChildren(f.getDefaultParent()),g.x,g.y),a.editor.graph.fireEvent(new mxEventObject("cellsInserted","cells",l))}finally{a.editor.graph.getModel().endUpdate()}a.editor.graph.setSelectionCells(l);a.editor.graph.scrollCellToVisible(a.editor.graph.getSelectionCell());f.destroy();d.parentNode.removeChild(d)}}}function e(){return"list"==m.value?"Person\n-name: String\n-birthDate: Date\n--\n+getName(): String\n+setName(String): void\n+isBirthday(): boolean": -"table"==m.value?"CREATE TABLE Suppliers\n(\nsupplier_id int NOT NULL PRIMARY KEY,\nsupplier_name char(50) NOT NULL,\ncontact_name char(50),\n);\nCREATE TABLE Customers\n(\ncustomer_id int NOT NULL PRIMARY KEY,\ncustomer_name char(50) NOT NULL,\naddress char(50),\ncity char(50),\nstate char(25),\nzip_code char(10)\n);\n":"plantUmlPng"==m.value?"@startuml\nskinparam backgroundcolor transparent\nskinparam shadowing false\nAlice -> Bob: Authentication Request\nBob --\x3e Alice: Authentication Response\n\nAlice -> Bob: Another authentication Request\nAlice <-- Bob: another authentication Response\n@enduml": -"plantUmlSvg"==m.value||"plantUmlTxt"==m.value?"@startuml\nskinparam shadowing false\nAlice -> Bob: Authentication Request\nBob --\x3e Alice: Authentication Response\n\nAlice -> Bob: Another authentication Request\nAlice <-- Bob: another authentication Response\n@enduml":";Example:\na->b\nb->edge label->c\nc->a\n"}var g=a.editor.graph.getFreeInsertPoint();b=document.createElement("div");b.style.textAlign="right";var h=document.createElement("textarea");h.style.resize="none";h.style.width="100%";h.style.height= -"354px";h.style.marginBottom="16px";var m=document.createElement("select");"formatSql"==c&&(m.style.display="none");var l=document.createElement("option");l.setAttribute("value","list");mxUtils.write(l,mxResources.get("list"));"plantUml"!=c&&m.appendChild(l);null!=c&&"fromText"!=c||l.setAttribute("selected","selected");l=document.createElement("option");l.setAttribute("value","table");mxUtils.write(l,mxResources.get("formatSql"));"formatSql"==c&&(m.appendChild(l),l.setAttribute("selected","selected")); -l=document.createElement("option");l.setAttribute("value","diagram");mxUtils.write(l,mxResources.get("diagram"));"plantUml"!=c&&m.appendChild(l);l=document.createElement("option");l.setAttribute("value","plantUmlSvg");mxUtils.write(l,mxResources.get("plantUml")+" ("+mxResources.get("formatSvg")+")");"plantUml"==c&&l.setAttribute("selected","selected");var f=document.createElement("option");f.setAttribute("value","plantUmlPng");mxUtils.write(f,mxResources.get("plantUml")+" ("+mxResources.get("formatPng")+ -")");var k=document.createElement("option");k.setAttribute("value","plantUmlTxt");mxUtils.write(k,mxResources.get("plantUml")+" ("+mxResources.get("text")+")");EditorUi.enablePlantUml&&Graph.fileSupport&&!a.isOffline()&&"plantUml"==c&&(m.appendChild(l),m.appendChild(f),m.appendChild(k));var n=e();h.value=n;b.appendChild(h);this.init=function(){h.focus()};Graph.fileSupport&&(h.addEventListener("dragover",function(a){a.stopPropagation();a.preventDefault()},!1),h.addEventListener("drop",function(a){a.stopPropagation(); -a.preventDefault();if(0<a.dataTransfer.files.length){a=a.dataTransfer.files[0];var b=new FileReader;b.onload=function(a){h.value=a.target.result};b.readAsText(a)}},!1));b.appendChild(m);mxEvent.addListener(m,"change",function(){var a=e();if(0==h.value.length||h.value==n)n=a,h.value=n});c=mxUtils.button(mxResources.get("close"),function(){h.value==n?a.hideDialog():a.confirm(mxResources.get("areYouSure"),function(){a.hideDialog()})});c.className="geBtn";a.editor.cancelFirst&&b.appendChild(c);l=mxUtils.button(mxResources.get("insert"), -function(){a.hideDialog();d(h.value,m.value)});b.appendChild(l);l.className="geBtn gePrimaryBtn";a.editor.cancelFirst||b.appendChild(c);this.container=b},NewDialog=function(a,b,c,d,e,g,h,m,l,f,k,n,u,t,q){function v(){for(var a=!0;y<W.length&&(a||0!=mxUtils.mod(y,30));)a=W[y++],p(a.url,a.libs,a.title,a.tooltip?a.tooltip:a.title,a.select,a.imgUrl,a.info,a.onClick),a=!1}function x(){if(X)c||a.hideDialog(),t(X,R,G.value);else if(d)c||a.hideDialog(),d(aa,G.value);else{var b=G.value;null!=b&&0<b.length&& -a.pickFolder(a.mode==App.MODE_ONEDRIVE||a.mode==App.MODE_TRELLO||a.mode==App.MODE_GOOGLE&&(null==a.stateArg||null==a.stateArg.folderId)?a.mode:null,function(c){a.createFile(b,aa,null!=Y&&0<Y.length?Y:null,null,function(){a.hideDialog()},null,c)})}}function z(a,b,c,d,f){null!=O&&(O.style.backgroundColor="transparent",O.style.border="1px solid transparent");C.removeAttribute("disabled");aa=b;Y=c;O=a;X=d;R=f;O.style.backgroundColor=m;O.style.border=l}function p(a,b,c,d,f,p,k,e){var n=document.createElement("div"); -n.className="geTemplate";n.style.height=N+"px";n.style.width=S+"px";null!=d&&0<d.length&&n.setAttribute("title",d);if(null!=p)n.style.backgroundImage="url("+p+")",n.style.backgroundSize="contain",n.style.backgroundPosition="center center",n.style.backgroundRepeat="no-repeat",mxEvent.addListener(n,"click",function(b){z(n,null,null,a,k)}),mxEvent.addListener(n,"dblclick",function(a){x()});else if(null!=a&&0<a.length){a.substring(0,a.length-4);n.style.backgroundImage="url("+TEMPLATE_PATH+"/"+a.substring(0, -a.length-4)+".png)";n.style.backgroundPosition="center center";n.style.backgroundRepeat="no-repeat";var g=!1;mxEvent.addListener(n,"click",function(c){C.setAttribute("disabled","disabled");n.style.backgroundColor="transparent";n.style.border="1px solid transparent";mxUtils.get(TEMPLATE_PATH+"/"+a,mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()&&(z(n,a.getText(),b),g&&x())}))});mxEvent.addListener(n,"dblclick",function(a){g=!0})}else n.innerHTML='<table width="100%" height="100%"><tr><td align="center" valign="middle">'+ -mxResources.get(c)+"</td></tr></table>",f&&z(n),null!=e?mxEvent.addListener(n,"click",e):(mxEvent.addListener(n,"click",function(a){z(n)}),mxEvent.addListener(n,"dblclick",function(a){x()}));J.appendChild(n)}function F(){mxEvent.addListener(J,"scroll",function(a){J.scrollTop+J.clientHeight>=J.scrollHeight&&(v(),mxEvent.consume(a))});var a=null,b;for(b in U){var c=document.createElement("div"),d=mxResources.get(b),p=U[b];null==d&&(d=b.substring(0,1).toUpperCase()+b.substring(1));18<d.length&&(d=d.substring(0, -18)+"…");c.style.cssText="display:block;cursor:pointer;padding:6px;white-space:nowrap;margin-bottom:-1px;overflow:hidden;text-overflow:ellipsis;";c.setAttribute("title",d+" ("+p.length+")");mxUtils.write(c,c.getAttribute("title"));null!=f&&(c.style.padding=f);T.appendChild(c);null==a&&(a=c,a.style.backgroundColor=h);(function(b,d){mxEvent.addListener(c,"click",function(){a!=d&&(a.style.backgroundColor="",a=d,a.style.backgroundColor=h,J.scrollTop=0,J.innerHTML="",y=0,W=U[b],A=null,v())})})(b, -c)}v()}c=null!=c?c:!0;e=null!=e?e:!1;h=null!=h?h:"#ebf2f9";m=null!=m?m:"#e6eff8";l=null!=l?l:"1px solid #ccd9ea";k=null!=k?k:TEMPLATE_PATH+"/index.xml";var B=document.createElement("div");B.style.height="100%";var E=document.createElement("div");E.style.whiteSpace="nowrap";E.style.height="46px";c&&B.appendChild(E);var w=document.createElement("img");w.setAttribute("border","0");w.setAttribute("align","absmiddle");w.style.width="40px";w.style.height="40px";w.style.marginRight="10px";w.style.paddingBottom= -"4px";w.src=a.mode==App.MODE_GOOGLE?IMAGE_PATH+"/google-drive-logo.svg":a.mode==App.MODE_DROPBOX?IMAGE_PATH+"/dropbox-logo.svg":a.mode==App.MODE_ONEDRIVE?IMAGE_PATH+"/onedrive-logo.svg":a.mode==App.MODE_GITHUB?IMAGE_PATH+"/github-logo.svg":a.mode==App.MODE_TRELLO?IMAGE_PATH+"/trello-logo.svg":a.mode==App.MODE_BROWSER?IMAGE_PATH+"/osa_database.png":IMAGE_PATH+"/osa_drive-harddisk.png";!b&&c&&E.appendChild(w);c&&mxUtils.write(E,(null==a.mode||a.mode==App.MODE_GOOGLE||a.mode==App.MODE_BROWSER?mxResources.get("diagramName"): -mxResources.get("filename"))+":");w=".xml";a.mode==App.MODE_GOOGLE&&null!=a.drive?w=a.drive.extension:a.mode==App.MODE_DROPBOX&&null!=a.dropbox?w=a.dropbox.extension:a.mode==App.MODE_ONEDRIVE&&null!=a.oneDrive?w=a.oneDrive.extension:a.mode==App.MODE_GITHUB&&null!=a.gitHub?w=a.gitHub.extension:a.mode==App.MODE_TRELLO&&null!=a.trello&&(w=a.trello.extension);var G=document.createElement("input");G.setAttribute("value",a.defaultFilename+w);G.style.marginRight="20px";G.style.marginLeft="10px";G.style.width= -b?"220px":"430px";this.init=function(){c&&(G.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?G.select():document.execCommand("selectAll",!1,null))};c&&E.appendChild(G);var E=!1,y=0,C=mxUtils.button(mxResources.get("create"),function(){C.setAttribute("disabled","disabled");x();C.removeAttribute("disabled")});C.className="geBtn gePrimaryBtn";if(n||u){var I=[],A=null,D=function(a){C.setAttribute("disabled","disabled");for(var b=0;b<I.length;b++)I[b].className=b== -a?"geBtn gePrimaryBtn":"geBtn"},E=!0,w=document.createElement("div");w.style.whiteSpace="nowrap";w.style.height="30px";B.appendChild(w);var H=mxUtils.button(mxResources.get("Templates",null,"Templates"),function(){T.style.display="";J.style.left="160px";D(0);J.scrollTop=0;J.innerHTML="";y=0;A!=W&&(W=A,v(),A=null)});I.push(H);w.appendChild(H);var L=function(a){T.style.display="none";J.style.left="30px";D(a?-1:1);null==A&&(A=W);J.scrollTop=0;J.innerHTML="";var b=new Spinner({lines:12,length:10,width:5, -radius:10,rotate:0,color:"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"40%",zIndex:2E9});b.spin(J);y=0;var c=function(a,c){b.stop();W=a;c?J.innerHTML=c:0==a.length?J.innerHTML=mxResources.get("noDiagrams",null,"No Diagrams Found"):(J.innerHTML="",v())};a?u(M.value,c):n(c)};n&&(H=mxUtils.button(mxResources.get("Recent",null,"Recent"),function(){L()}),w.appendChild(H),I.push(H));if(u){H=document.createElement("span");H.style.marginLeft="10px";H.innerHTML=mxResources.get("search")+":";w.appendChild(H); -var M=document.createElement("input");M.style.marginRight="10px";M.style.marginLeft="10px";M.style.width="220px";mxEvent.addListener(M,"keypress",function(a){13==a.keyCode&&L(!0)});w.appendChild(M);H=mxUtils.button(mxResources.get("search"),function(){L(!0)});H.className="geBtn";w.appendChild(H)}D(0)}var Y=null,aa=null,O=null,X=null,R=null,J=document.createElement("div");J.style.border="1px solid #d3d3d3";J.style.position="absolute";J.style.left="160px";J.style.right="34px";E=(c?72:40)+(E?30:0);J.style.top= -E+"px";J.style.bottom="68px";J.style.margin="6px 0 0 -1px";J.style.padding="6px";J.style.overflow="auto";var T=document.createElement("div");T.style.cssText="position:absolute;left:30px;width:128px;top:"+E+"px;bottom:68px;margin-top:6px;overflow:auto;border:1px solid #d3d3d3;";var N=140,S=140,U={},K=1;U.basic=[{title:"blankDiagram",select:!0}];var W=U.basic;if(!b){B.appendChild(T);B.appendChild(J);var P=!1;mxUtils.get(k,function(a){if(!P){P=!0;for(a=a.getXml().documentElement.firstChild;null!=a;){if("undefined"!== -typeof a.getAttribute){var b=a.getAttribute("url");if(null!=b){var c=b.indexOf("/"),b=b.substring(0,c),c=U[b];null==c&&(K++,c=[],U[b]=c);c.push({url:a.getAttribute("url"),libs:a.getAttribute("libs"),title:a.getAttribute("title"),tooltip:a.getAttribute("url")})}}a=a.nextSibling}F()}})}mxEvent.addListener(G,"keypress",function(a){13==a.keyCode&&x()});k=document.createElement("div");k.style.marginTop=b?"4px":"16px";k.style.textAlign="right";k.style.position="absolute";k.style.left="40px";k.style.bottom= -"24px";k.style.right="40px";E=mxUtils.button(mxResources.get("cancel"),function(){null!=g&&g();a.hideDialog(!0)});E.className="geBtn";!a.editor.cancelFirst||e&&null==g||k.appendChild(E);b||a.isOffline()||!c||null!=d||e||(w=mxUtils.button(mxResources.get("help"),function(){a.openLink("https://support.draw.io/display/DO/Creating+and+Opening+Files")}),w.className="geBtn",k.appendChild(w));b||"1"==urlParams.embed||e||(b=mxUtils.button(mxResources.get("fromTemplateUrl"),function(){var b=new FilenameDialog(a, -"",mxResources.get("create"),function(b){null!=b&&0<b.length&&(b=a.getUrl(window.location.pathname+"?mode="+a.mode+"&title="+encodeURIComponent(G.value)+"&create="+encodeURIComponent(b)),null==a.getCurrentFile()?window.location.href=b:window.openWindow(b))},mxResources.get("url"));a.showDialog(b.container,300,80,!0,!0);b.init()}),b.className="geBtn",k.appendChild(b));Graph.fileSupport&&q&&(q=mxUtils.button(mxResources.get("import"),function(){var b=document.createElement("input");b.setAttribute("multiple", -"multiple");b.setAttribute("type","file");mxEvent.addListener(b,"change",function(c){a.openFiles(b.files,!0)});b.click()}),q.className="geBtn",k.appendChild(q));k.appendChild(C);a.editor.cancelFirst||null!=d||e&&null==g||k.appendChild(E);B.appendChild(k);this.container=B},CreateDialog=function(a,b,c,d,e,g,h,m,l,f,k,n,u,t,q){function v(c,d,f,p){function k(){mxEvent.addListener(e,"click",function(){var c=f;if(h){var d=F.value,p=d.lastIndexOf(".");if(0>b.lastIndexOf(".")&&0>p){var c=null!=c?c:w.value, -k="";c==App.MODE_GOOGLE?k=a.drive.extension:c==App.MODE_GITHUB?k=a.gitHub.extension:c==App.MODE_TRELLO?k=a.trello.extension:c==App.MODE_DROPBOX?k=a.dropbox.extension:c==App.MODE_ONEDRIVE?k=a.oneDrive.extension:c==App.MODE_DEVICE&&(k=".xml");0<=p&&(d=d.substring(0,p));F.value=d+k}}x(f)})}var e=document.createElement("a");e.style.overflow="hidden";var g=document.createElement("img");g.src=c;g.setAttribute("border","0");g.setAttribute("align","absmiddle");g.style.width="60px";g.style.height="60px";g.style.paddingBottom= -"6px";e.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";e.className="geBaseButton";e.style.position="relative";e.style.margin="4px";e.style.padding="8px 8px 10px 8px";e.style.whiteSpace="nowrap";e.appendChild(g);mxClient.IS_QUIRKS&&(e.style.cssFloat="left",e.style.zoom="1");e.style.color="gray";e.style.fontSize="11px";var t=document.createElement("div");e.appendChild(t);mxUtils.write(t,d);if(null!=p&&null==a[p]){g.style.visibility="hidden";mxUtils.setOpacity(t,10);var u=new Spinner({lines:12, -length:12,width:5,radius:10,rotate:0,color:"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"40%",zIndex:2E9});u.spin(e);var q=window.setTimeout(function(){null==a[p]&&(u.stop(),e.style.display="none")},3E4);a.addListener("clientLoaded",mxUtils.bind(this,function(){null!=a[p]&&(window.clearTimeout(q),mxUtils.setOpacity(t,100),g.style.visibility="",u.stop(),k())}))}else k();B.appendChild(e);++E==n&&(mxUtils.br(B),E=0)}function x(b){var d=F.value;if(null==b||null!=d&&0<d.length)a.hideDialog(),c(d, -b)}h=null!=h?h:!0;m=null!=m?m:!0;n=null!=n?n:4;var z=document.createElement("div");null==d&&a.addLanguageMenu(z);var p=document.createElement("h2");mxUtils.write(p,e||mxResources.get("create"));p.style.marginTop="0px";p.style.marginBottom="24px";z.appendChild(p);mxUtils.write(z,mxResources.get("filename")+":");var F=document.createElement("input");F.setAttribute("value",b);F.style.width="280px";F.style.marginLeft="10px";F.style.marginBottom="20px";this.init=function(){F.focus();mxClient.IS_GC||mxClient.IS_FF|| -5<=document.documentMode||mxClient.IS_QUIRKS?F.select():document.execCommand("selectAll",!1,null)};z.appendChild(F);null!=u&&null!=t&&"image/"==t.substring(0,6)&&(F.style.width="160px",e=null,"image/svg+xml"==t&&mxClient.IS_SVG?(e=document.createElement("div"),e.innerHTML=mxUtils.trim(u),u=e.getElementsByTagName("svg")[0],t=parseInt(u.getAttribute("width")),q=parseInt(u.getAttribute("height")),u.setAttribute("viewBox","0 0 "+t+" "+q),u.setAttribute("width","120px"),u.setAttribute("height","80px")): -(e=document.createElement("img"),e.setAttribute("src","data:"+t+(q?";base64,":";utf8,")+u)),e.style.position="absolute",e.style.top="70px",e.style.right="100px",e.style.maxWidth="120px",e.style.maxHeight="80px",mxUtils.setPrefixedStyle(e.style,"transform","translate(50%,-50%)"),z.appendChild(e),l&&Editor.popupsAllowed&&(e.style.cursor="pointer",mxEvent.addListener(e,"click",function(){x("_blank")})));mxUtils.br(z);var B=document.createElement("div");B.style.textAlign="center";var E=0;B.style.marginTop= -"6px";z.appendChild(B);var w=document.createElement("select");w.style.marginLeft="10px";a.isOfflineApp()||a.isOffline()||("function"===typeof window.DriveClient&&(e=document.createElement("option"),e.setAttribute("value",App.MODE_GOOGLE),mxUtils.write(e,mxResources.get("googleDrive")),w.appendChild(e),v(IMAGE_PATH+"/google-drive-logo.svg",mxResources.get("googleDrive"),App.MODE_GOOGLE,"drive")),"function"===typeof window.OneDriveClient&&(e=document.createElement("option"),e.setAttribute("value",App.MODE_ONEDRIVE), -mxUtils.write(e,mxResources.get("oneDrive")),w.appendChild(e),a.mode==App.MODE_ONEDRIVE&&e.setAttribute("selected","selected"),v(IMAGE_PATH+"/onedrive-logo.svg",mxResources.get("oneDrive"),App.MODE_ONEDRIVE,"oneDrive")),"function"===typeof window.DropboxClient&&(e=document.createElement("option"),e.setAttribute("value",App.MODE_DROPBOX),mxUtils.write(e,mxResources.get("dropbox")),w.appendChild(e),a.mode==App.MODE_DROPBOX&&e.setAttribute("selected","selected"),v(IMAGE_PATH+"/dropbox-logo.svg",mxResources.get("dropbox"), -App.MODE_DROPBOX,"dropbox")),null!=a.gitHub&&(e=document.createElement("option"),e.setAttribute("value",App.MODE_GITHUB),mxUtils.write(e,mxResources.get("github")),w.appendChild(e),v(IMAGE_PATH+"/github-logo.svg",mxResources.get("github"),App.MODE_GITHUB,"gitHub")),null!=a.trello&&(e=document.createElement("option"),e.setAttribute("value",App.MODE_TRELLO),mxUtils.write(e,mxResources.get("trello")),w.appendChild(e),v(IMAGE_PATH+"/trello-logo.svg",mxResources.get("trello"),App.MODE_TRELLO,"trello"))); -if(!Editor.useLocalStorage||"device"==urlParams.storage||null!=a.getCurrentFile()&&!mxClient.IS_IOS)e=document.createElement("option"),e.setAttribute("value",App.MODE_DEVICE),mxUtils.write(e,mxResources.get("device")),w.appendChild(e),a.mode!=App.MODE_DEVICE&&m||e.setAttribute("selected","selected"),k&&v(IMAGE_PATH+"/osa_drive-harddisk.png",mxResources.get("device"),App.MODE_DEVICE);m&&isLocalStorage&&"0"!=urlParams.browser&&(m=document.createElement("option"),m.setAttribute("value",App.MODE_BROWSER), -mxUtils.write(m,mxResources.get("browser")),w.appendChild(m),a.mode==App.MODE_BROWSER&&m.setAttribute("selected","selected"),v(IMAGE_PATH+"/osa_database.png",mxResources.get("browser"),App.MODE_BROWSER));m=document.createElement("div");m.style.marginTop="26px";m.style.textAlign="center";null!=f&&(e=mxUtils.button(mxResources.get("help"),function(){a.openLink(f)}),e.className="geBtn",m.appendChild(e));e=mxUtils.button(mxResources.get("cancel"),function(){null!=d?d():(a.fileLoaded(null),a.hideDialog(), -window.close(),window.location.href=a.getUrl())});e.className="geBtn";a.editor.cancelFirst&&m.appendChild(e);null==d&&(u=mxUtils.button(mxResources.get("decideLater"),function(){x(null)}),u.className="geBtn",m.appendChild(u));l&&Editor.popupsAllowed&&(l=mxUtils.button(mxResources.get("openInNewWindow"),function(){x("_blank")}),l.className="geBtn",m.appendChild(l));mxClient.IS_IOS||(g=mxUtils.button(g||mxResources.get("create"),function(){x(k?"download":App.MODE_DEVICE)}),g.className="geBtn gePrimaryBtn", -m.appendChild(g));a.editor.cancelFirst||m.appendChild(e);mxEvent.addListener(F,"keypress",function(b){13==b.keyCode?x(App.MODE_DEVICE):27==b.keyCode&&(a.fileLoaded(null),a.hideDialog(),window.close())});z.appendChild(m);this.container=z},PopupDialog=function(a,b,c,d,e){e=null!=e?e:!0;var g=document.createElement("div");g.style.textAlign="left";mxUtils.write(g,mxResources.get("fileOpenLocation"));mxUtils.br(g);mxUtils.br(g);var h=mxUtils.button(mxResources.get("openInThisWindow"),function(){e&&a.hideDialog(); -null!=d&&d()});h.className="geBtn";h.style.marginBottom="8px";h.style.width="280px";g.appendChild(h);mxUtils.br(g);var m=mxUtils.button(mxResources.get("openInNewWindow"),function(){e&&a.hideDialog();null!=c&&c();a.openLink(b)});m.className="geBtn gePrimaryBtn";m.style.width=h.style.width;g.appendChild(m);mxUtils.br(g);mxUtils.br(g);mxUtils.write(g,mxResources.get("allowPopups"));this.container=g},ImageDialog=function(a,b,c,d,e,g){g=null!=g?g:!0;var h=a.editor.graph,m=document.createElement("div"); -mxUtils.write(m,b);b=document.createElement("div");b.className="geTitle";b.style.backgroundColor="transparent";b.style.borderColor="transparent";b.style.whiteSpace="nowrap";b.style.textOverflow="clip";b.style.cursor="default";mxClient.IS_VML||(b.style.paddingRight="20px");var l=document.createElement("input");l.setAttribute("value",c);l.setAttribute("type","text");l.setAttribute("spellcheck","false");l.setAttribute("autocorrect","off");l.setAttribute("autocomplete","off");l.setAttribute("autocapitalize", -"off");l.style.marginTop="6px";l.style.width=(Graph.fileSupport?420:340)+(mxClient.IS_QUIRKS?20:-20)+"px";l.style.backgroundImage="url('"+Dialog.prototype.clearImage+"')";l.style.backgroundRepeat="no-repeat";l.style.backgroundPosition="100% 50%";l.style.paddingRight="14px";c=document.createElement("div");c.setAttribute("title",mxResources.get("reset"));c.style.position="relative";c.style.left="-16px";c.style.width="12px";c.style.height="14px";c.style.cursor="pointer";c.style.display=mxClient.IS_VML? -"inline":"inline-block";c.style.top=(mxClient.IS_VML?0:3)+"px";c.style.background="url('"+a.editor.transparentImage+"')";mxEvent.addListener(c,"click",function(){l.value="";l.focus()});b.appendChild(l);b.appendChild(c);m.appendChild(b);var f=function(b,c,f,k){var e="data:"==b.substring(0,5);!a.isOffline()||e&&"undefined"===typeof chrome?0<b.length&&a.spinner.spin(document.body,mxResources.get("inserting"))?a.loadImage(b,function(p){a.spinner.stop();a.hideDialog();var e=!1===k?1:null!=c&&null!=f?Math.max(c/ -p.width,f/p.height):Math.min(1,Math.min(520/p.width,520/p.height));g&&(b=a.convertDataUri(b));d(b,Math.round(Number(p.width)*e),Math.round(Number(p.height)*e))},function(){a.spinner.stop();d(null);a.showError(mxResources.get("error"),mxResources.get("fileNotFound"),mxResources.get("ok"))}):(a.hideDialog(),d(b)):(b=a.convertDataUri(b),c=null==c?120:c,f=null==f?100:f,a.hideDialog(),d(b,c,f))},k=function(b,c){if(null!=b){var k=e?null:h.getModel().getGeometry(h.getSelectionCell());null!=k?f(b,k.width, -k.height,c):f(b,null,null,c)}else a.hideDialog(),d(null)};this.init=function(){l.focus();if(Graph.fileSupport){l.setAttribute("placeholder",mxResources.get("dragImagesHere"));var b=m.parentNode,c=null;mxEvent.addListener(b,"dragleave",function(a){null!=c&&(c.parentNode.removeChild(c),c=null);a.stopPropagation();a.preventDefault()});mxEvent.addListener(b,"dragover",mxUtils.bind(this,function(d){null==c&&(!mxClient.IS_IE||10<document.documentMode)&&(c=a.highlightElement(b));d.stopPropagation();d.preventDefault()})); +k(c4&63)},q=new XMLHttpRequest;q.open("GET",d+function(a){r="";for(h=0;h<a.length;h+=3)r=h+2==a.length?r+e(a.charCodeAt(h),a.charCodeAt(h+1),0):h+1==a.length?r+e(a.charCodeAt(h),0,0):r+e(a.charCodeAt(h),a.charCodeAt(h+1),a.charCodeAt(h+2));return r}(f.bytesToString(pako.deflateRaw(unescape(encodeURIComponent(b))))),!0);"plantUmlTxt"!=c&&(q.responseType="blob");q.onload=function(d){if(200<=this.status&&300>this.status)if("plantUmlTxt"==c){a.spinner.stop();f.getModel().beginUpdate();try{cell=f.insertVertex(null, +null,"<pre>"+this.response+"</pre>",g.x,g.y,1,1,"text;html=1;overflow=fill;"),f.updateCellSize(cell,!0)}finally{f.getModel().endUpdate()}f.setSelectionCell(cell);f.scrollCellToVisible(f.getSelectionCell())}else d=new FileReader,d.readAsDataURL(this.response),d.onload=function(c){var d=new Image;d.onload=function(){a.spinner.stop();var k=d.width,q=d.height;if(0==k&&0==q){var e=c.target.result,n=e.indexOf(","),e=decodeURIComponent(escape(atob(e.substring(n+1)))),e=mxUtils.parseXml(e).getElementsByTagName("svg"); +0<e.length&&(k=parseFloat(e[0].getAttribute("width")),q=parseFloat(e[0].getAttribute("height")))}f.getModel().beginUpdate();try{cell=f.insertVertex(null,null,b,g.x,g.y,k,q,"shape=image;noLabel=1;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a.convertDataUri(c.target.result)+";")}finally{f.getModel().endUpdate()}f.setSelectionCell(cell);f.scrollCellToVisible(f.getSelectionCell())};d.src=c.target.result},d.onerror=function(b){a.handleError(b)};else a.spinner.stop(),a.handleError(d)};q.onerror= +function(b){a.handleError(b)};q.send()}}else if("table"==c){for(var n=null,t=[],u=0,h=0;h<d.length;h++)if(q=mxUtils.trim(d[h]),"create table"==q.substring(0,12).toLowerCase())q=mxUtils.trim(q.substring(12)),"("==q.charAt(q.length-1)&&(q=q.substring(0,q.lastIndexOf(" "))),n=new mxCell(q,new mxGeometry(u,0,160,26),"swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=26;fillColor=#e0e0e0;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;swimlaneFillColor=#ffffff;align=center;"), +n.vertex=!0,t.push(n),q=a.editor.graph.getPreferredSizeForCell(m),null!=q&&(n.geometry.width=q.width+10);else if(null!=n&&")"==q.charAt(0))u+=n.geometry.width+40,n=null;else if("("!=q&&null!=n&&(q=q.substring(0,","==q.charAt(q.length-1)?q.length-1:q.length),"primary key"!=q.substring(0,11).toLowerCase())){var l=q.toLowerCase().indexOf("primary key"),q=q.replace(/primary key/i,""),m=new mxCell(q,new mxGeometry(0,0,90,26),"shape=partialRectangle;top=0;left=0;right=0;bottom=0;align=left;verticalAlign=top;spacingTop=-2;fillColor=none;spacingLeft=34;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;dropTarget=0;"); +m.vertex=!0;q=sb.cloneCell(m,0<l?"PK":"");q.connectable=!1;q.style="shape=partialRectangle;top=0;left=0;bottom=0;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[];portConstraint=eastwest;part=1;";q.geometry.width=30;q.geometry.height=26;m.insert(q);q=a.editor.graph.getPreferredSizeForCell(m);null!=q&&n.geometry.width<q.width+10&&(n.geometry.width=Math.min(220,q.width+10));n.insert(m);n.geometry.height+=26}0<t.length&&(f=a.editor.graph, +d=f.view,q=f.getGraphBounds(),f.setSelectionCells(f.importCells(t,Math.ceil(Math.max(0,q.x/d.scale-d.translate.x)+4*f.gridSize),Math.ceil(Math.max(0,(q.y+q.height)/d.scale-d.translate.y)+4*f.gridSize))),f.scrollCellToVisible(f.getSelectionCell()))}else if("list"==c){if(0<d.length){f=a.editor.graph;n=new mxCell(d[0],new mxGeometry(0,0,160,30),"swimlane;fontStyle=1;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;swimlaneFillColor=#ffffff;"); +n.vertex=!0;q=f.getPreferredSizeForCell(n);null!=q&&n.geometry.width<q.width+10&&(n.geometry.width=q.width+10);m=[n];if(1<d.length)for(h=1;h<d.length;h++)"--"==d[h]?(q=new mxCell("",new mxGeometry(0,0,40,8),"line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;"),q.vertex=!0,n.geometry.height+=q.geometry.height,n.insert(q),m.push(q)):0<d[h].length&&";"!=d[h].charAt(0)&&(u=new mxCell(d[h], +new mxGeometry(0,0,60,26),"text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),u.vertex=!0,q=f.getPreferredSizeForCell(u),null!=q&&u.geometry.width<q.width&&(u.geometry.width=q.width),n.geometry.width=Math.max(n.geometry.width,u.geometry.width),n.geometry.height+=u.geometry.height,n.insert(u),m.push(u));f.getModel().beginUpdate();try{n=f.importCells([n],g.x,g.y)[0],f.fireEvent(new mxEventObject("cellsInserted", +"cells",[n].concat(n.children)))}finally{f.getModel().endUpdate()}f.setSelectionCell(n);f.scrollCellToVisible(f.getSelectionCell())}}else{for(var m=function(a){var b=G[a];null==b&&(b=new mxCell(a,new mxGeometry(0,0,80,30),"whiteSpace=wrap;html=1;"),b.vertex=!0,G[a]=b,t.push(b));return b},G={},t=[],h=0;h<d.length;h++)if(";"!=d[h].charAt(0)){var B=d[h].split("->");2<=B.length&&(u=m(B[0]),l=m(B[B.length-1]),B=new mxCell(2<B.length?B[1]:"",new mxGeometry),B.edge=!0,u.insertEdge(B,!0),l.insertEdge(B,!1), +t.push(B))}if(0<t.length){d=document.createElement("div");d.style.visibility="hidden";document.body.appendChild(d);f=new Graph(d);f.getModel().beginUpdate();try{t=f.importCells(t);for(h=0;h<t.length;h++)f.getModel().isVertex(t[h])&&(q=f.getPreferredSizeForCell(t[h]),t[h].geometry.width=Math.max(t[h].geometry.width,q.width),t[h].geometry.height=Math.max(t[h].geometry.height,q.height));n=new mxFastOrganicLayout(f);n.disableEdgeStyle=!1;n.forceConstant=120;n.execute(f.getDefaultParent())}finally{f.getModel().endUpdate()}f.clearCellOverlays(); +m=[];a.editor.graph.getModel().beginUpdate();try{m=a.editor.graph.importCells(f.getModel().getChildren(f.getDefaultParent()),g.x,g.y),a.editor.graph.fireEvent(new mxEventObject("cellsInserted","cells",m))}finally{a.editor.graph.getModel().endUpdate()}a.editor.graph.setSelectionCells(m);a.editor.graph.scrollCellToVisible(a.editor.graph.getSelectionCell());f.destroy();d.parentNode.removeChild(d)}}}function e(){return"list"==l.value?"Person\n-name: String\n-birthDate: Date\n--\n+getName(): String\n+setName(String): void\n+isBirthday(): boolean": +"table"==l.value?"CREATE TABLE Suppliers\n(\nsupplier_id int NOT NULL PRIMARY KEY,\nsupplier_name char(50) NOT NULL,\ncontact_name char(50),\n);\nCREATE TABLE Customers\n(\ncustomer_id int NOT NULL PRIMARY KEY,\ncustomer_name char(50) NOT NULL,\naddress char(50),\ncity char(50),\nstate char(25),\nzip_code char(10)\n);\n":"plantUmlPng"==l.value?"@startuml\nskinparam backgroundcolor transparent\nskinparam shadowing false\nAlice -> Bob: Authentication Request\nBob --\x3e Alice: Authentication Response\n\nAlice -> Bob: Another authentication Request\nAlice <-- Bob: another authentication Response\n@enduml": +"plantUmlSvg"==l.value||"plantUmlTxt"==l.value?"@startuml\nskinparam shadowing false\nAlice -> Bob: Authentication Request\nBob --\x3e Alice: Authentication Response\n\nAlice -> Bob: Another authentication Request\nAlice <-- Bob: another authentication Response\n@enduml":";Example:\na->b\nb->edge label->c\nc->a\n"}var g=a.editor.graph.getFreeInsertPoint();b=document.createElement("div");b.style.textAlign="right";var h=document.createElement("textarea");h.style.resize="none";h.style.width="100%";h.style.height= +"354px";h.style.marginBottom="16px";var l=document.createElement("select");"formatSql"==c&&(l.style.display="none");var m=document.createElement("option");m.setAttribute("value","list");mxUtils.write(m,mxResources.get("list"));"plantUml"!=c&&l.appendChild(m);null!=c&&"fromText"!=c||m.setAttribute("selected","selected");m=document.createElement("option");m.setAttribute("value","table");mxUtils.write(m,mxResources.get("formatSql"));"formatSql"==c&&(l.appendChild(m),m.setAttribute("selected","selected")); +m=document.createElement("option");m.setAttribute("value","diagram");mxUtils.write(m,mxResources.get("diagram"));"plantUml"!=c&&l.appendChild(m);m=document.createElement("option");m.setAttribute("value","plantUmlSvg");mxUtils.write(m,mxResources.get("plantUml")+" ("+mxResources.get("formatSvg")+")");"plantUml"==c&&m.setAttribute("selected","selected");var f=document.createElement("option");f.setAttribute("value","plantUmlPng");mxUtils.write(f,mxResources.get("plantUml")+" ("+mxResources.get("formatPng")+ +")");var k=document.createElement("option");k.setAttribute("value","plantUmlTxt");mxUtils.write(k,mxResources.get("plantUml")+" ("+mxResources.get("text")+")");EditorUi.enablePlantUml&&Graph.fileSupport&&!a.isOffline()&&"plantUml"==c&&(l.appendChild(m),l.appendChild(f),l.appendChild(k));var n=e();h.value=n;b.appendChild(h);this.init=function(){h.focus()};Graph.fileSupport&&(h.addEventListener("dragover",function(a){a.stopPropagation();a.preventDefault()},!1),h.addEventListener("drop",function(a){a.stopPropagation(); +a.preventDefault();if(0<a.dataTransfer.files.length){a=a.dataTransfer.files[0];var b=new FileReader;b.onload=function(a){h.value=a.target.result};b.readAsText(a)}},!1));b.appendChild(l);mxEvent.addListener(l,"change",function(){var a=e();if(0==h.value.length||h.value==n)n=a,h.value=n});c=mxUtils.button(mxResources.get("close"),function(){h.value==n?a.hideDialog():a.confirm(mxResources.get("areYouSure"),function(){a.hideDialog()})});c.className="geBtn";a.editor.cancelFirst&&b.appendChild(c);m=mxUtils.button(mxResources.get("insert"), +function(){a.hideDialog();d(h.value,l.value)});b.appendChild(m);m.className="geBtn gePrimaryBtn";a.editor.cancelFirst||b.appendChild(c);this.container=b},NewDialog=function(a,b,c,d,e,g,h,l,m,f,k,n,t,u,p){function v(){for(var a=!0;C<V.length&&(a||0!=mxUtils.mod(C,30));)a=V[C++],q(a.url,a.libs,a.title,a.tooltip?a.tooltip:a.title,a.select,a.imgUrl,a.info,a.onClick),a=!1}function w(){if(aa)c||a.hideDialog(),u(aa,X,F.value);else if(d)c||a.hideDialog(),d(U,F.value);else{var b=F.value;null!=b&&0<b.length&& +a.pickFolder(a.mode==App.MODE_ONEDRIVE||a.mode==App.MODE_TRELLO||a.mode==App.MODE_GOOGLE&&(null==a.stateArg||null==a.stateArg.folderId)?a.mode:null,function(c){a.createFile(b,U,null!=Q&&0<Q.length?Q:null,null,function(){a.hideDialog()},null,c)})}}function x(a,b,c,d,f){null!=T&&(T.style.backgroundColor="transparent",T.style.border="1px solid transparent");G.removeAttribute("disabled");U=b;Q=c;T=a;aa=d;X=f;T.style.backgroundColor=l;T.style.border=m}function q(a,b,c,d,f,k,q,e){var n=document.createElement("div"); +n.className="geTemplate";n.style.height=M+"px";n.style.width=ba+"px";null!=d&&0<d.length&&n.setAttribute("title",d);if(null!=k)n.style.backgroundImage="url("+k+")",n.style.backgroundSize="contain",n.style.backgroundPosition="center center",n.style.backgroundRepeat="no-repeat",mxEvent.addListener(n,"click",function(b){x(n,null,null,a,q)}),mxEvent.addListener(n,"dblclick",function(a){w()});else if(null!=a&&0<a.length){a.substring(0,a.length-4);n.style.backgroundImage="url("+TEMPLATE_PATH+"/"+a.substring(0, +a.length-4)+".png)";n.style.backgroundPosition="center center";n.style.backgroundRepeat="no-repeat";var g=!1;mxEvent.addListener(n,"click",function(c){G.setAttribute("disabled","disabled");n.style.backgroundColor="transparent";n.style.border="1px solid transparent";mxUtils.get(TEMPLATE_PATH+"/"+a,mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()&&(x(n,a.getText(),b),g&&w())}))});mxEvent.addListener(n,"dblclick",function(a){g=!0})}else n.innerHTML='<table width="100%" height="100%"><tr><td align="center" valign="middle">'+ +mxResources.get(c)+"</td></tr></table>",f&&x(n),null!=e?mxEvent.addListener(n,"click",e):(mxEvent.addListener(n,"click",function(a){x(n)}),mxEvent.addListener(n,"dblclick",function(a){w()}));N.appendChild(n)}function E(){mxEvent.addListener(N,"scroll",function(a){N.scrollTop+N.clientHeight>=N.scrollHeight&&(v(),mxEvent.consume(a))});var a=null,b;for(b in P){var c=document.createElement("div"),d=mxResources.get(b),k=P[b];null==d&&(d=b.substring(0,1).toUpperCase()+b.substring(1));18<d.length&&(d=d.substring(0, +18)+"…");c.style.cssText="display:block;cursor:pointer;padding:6px;white-space:nowrap;margin-bottom:-1px;overflow:hidden;text-overflow:ellipsis;";c.setAttribute("title",d+" ("+k.length+")");mxUtils.write(c,c.getAttribute("title"));null!=f&&(c.style.padding=f);O.appendChild(c);null==a&&(a=c,a.style.backgroundColor=h);(function(b,d){mxEvent.addListener(c,"click",function(){a!=d&&(a.style.backgroundColor="",a=d,a.style.backgroundColor=h,N.scrollTop=0,N.innerHTML="",C=0,V=P[b],A=null,v())})})(b, +c)}v()}c=null!=c?c:!0;e=null!=e?e:!1;h=null!=h?h:"#ebf2f9";l=null!=l?l:"#e6eff8";m=null!=m?m:"1px solid #ccd9ea";k=null!=k?k:TEMPLATE_PATH+"/index.xml";var z=document.createElement("div");z.style.height="100%";var D=document.createElement("div");D.style.whiteSpace="nowrap";D.style.height="46px";c&&z.appendChild(D);var y=document.createElement("img");y.setAttribute("border","0");y.setAttribute("align","absmiddle");y.style.width="40px";y.style.height="40px";y.style.marginRight="10px";y.style.paddingBottom= +"4px";y.src=a.mode==App.MODE_GOOGLE?IMAGE_PATH+"/google-drive-logo.svg":a.mode==App.MODE_DROPBOX?IMAGE_PATH+"/dropbox-logo.svg":a.mode==App.MODE_ONEDRIVE?IMAGE_PATH+"/onedrive-logo.svg":a.mode==App.MODE_GITHUB?IMAGE_PATH+"/github-logo.svg":a.mode==App.MODE_TRELLO?IMAGE_PATH+"/trello-logo.svg":a.mode==App.MODE_BROWSER?IMAGE_PATH+"/osa_database.png":IMAGE_PATH+"/osa_drive-harddisk.png";!b&&c&&D.appendChild(y);c&&mxUtils.write(D,(null==a.mode||a.mode==App.MODE_GOOGLE||a.mode==App.MODE_BROWSER?mxResources.get("diagramName"): +mxResources.get("filename"))+":");y=".xml";a.mode==App.MODE_GOOGLE&&null!=a.drive?y=a.drive.extension:a.mode==App.MODE_DROPBOX&&null!=a.dropbox?y=a.dropbox.extension:a.mode==App.MODE_ONEDRIVE&&null!=a.oneDrive?y=a.oneDrive.extension:a.mode==App.MODE_GITHUB&&null!=a.gitHub?y=a.gitHub.extension:a.mode==App.MODE_TRELLO&&null!=a.trello&&(y=a.trello.extension);var F=document.createElement("input");F.setAttribute("value",a.defaultFilename+y);F.style.marginRight="20px";F.style.marginLeft="10px";F.style.width= +b?"220px":"430px";this.init=function(){c&&(F.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?F.select():document.execCommand("selectAll",!1,null))};c&&D.appendChild(F);var D=!1,C=0,G=mxUtils.button(mxResources.get("create"),function(){G.setAttribute("disabled","disabled");w();G.removeAttribute("disabled")});G.className="geBtn gePrimaryBtn";if(n||t){var B=[],A=null,I=function(a){G.setAttribute("disabled","disabled");for(var b=0;b<B.length;b++)B[b].className=b== +a?"geBtn gePrimaryBtn":"geBtn"},D=!0,y=document.createElement("div");y.style.whiteSpace="nowrap";y.style.height="30px";z.appendChild(y);var H=mxUtils.button(mxResources.get("Templates",null,"Templates"),function(){O.style.display="";N.style.left="160px";I(0);N.scrollTop=0;N.innerHTML="";C=0;A!=V&&(V=A,v(),A=null)});B.push(H);y.appendChild(H);var J=function(a){O.style.display="none";N.style.left="30px";I(a?-1:1);null==A&&(A=V);N.scrollTop=0;N.innerHTML="";var b=new Spinner({lines:12,length:10,width:5, +radius:10,rotate:0,color:"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"40%",zIndex:2E9});b.spin(N);C=0;var c=function(a,c){b.stop();V=a;c?N.innerHTML=c:0==a.length?N.innerHTML=mxResources.get("noDiagrams",null,"No Diagrams Found"):(N.innerHTML="",v())};a?t(L.value,c):n(c)};n&&(H=mxUtils.button(mxResources.get("Recent",null,"Recent"),function(){J()}),y.appendChild(H),B.push(H));if(t){H=document.createElement("span");H.style.marginLeft="10px";H.innerHTML=mxResources.get("search")+":";y.appendChild(H); +var L=document.createElement("input");L.style.marginRight="10px";L.style.marginLeft="10px";L.style.width="220px";mxEvent.addListener(L,"keypress",function(a){13==a.keyCode&&J(!0)});y.appendChild(L);H=mxUtils.button(mxResources.get("search"),function(){J(!0)});H.className="geBtn";y.appendChild(H)}I(0)}var Q=null,U=null,T=null,aa=null,X=null,N=document.createElement("div");N.style.border="1px solid #d3d3d3";N.style.position="absolute";N.style.left="160px";N.style.right="34px";D=(c?72:40)+(D?30:0);N.style.top= +D+"px";N.style.bottom="68px";N.style.margin="6px 0 0 -1px";N.style.padding="6px";N.style.overflow="auto";var O=document.createElement("div");O.style.cssText="position:absolute;left:30px;width:128px;top:"+D+"px;bottom:68px;margin-top:6px;overflow:auto;border:1px solid #d3d3d3;";var M=140,ba=140,P={},S=1;P.basic=[{title:"blankDiagram",select:!0}];var V=P.basic;if(!b){z.appendChild(O);z.appendChild(N);var K=!1;mxUtils.get(k,function(a){if(!K){K=!0;for(a=a.getXml().documentElement.firstChild;null!=a;){if("undefined"!== +typeof a.getAttribute){var b=a.getAttribute("url");if(null!=b){var c=b.indexOf("/"),b=b.substring(0,c),c=P[b];null==c&&(S++,c=[],P[b]=c);c.push({url:a.getAttribute("url"),libs:a.getAttribute("libs"),title:a.getAttribute("title"),tooltip:a.getAttribute("url")})}}a=a.nextSibling}E()}})}mxEvent.addListener(F,"keypress",function(a){13==a.keyCode&&w()});k=document.createElement("div");k.style.marginTop=b?"4px":"16px";k.style.textAlign="right";k.style.position="absolute";k.style.left="40px";k.style.bottom= +"24px";k.style.right="40px";D=mxUtils.button(mxResources.get("cancel"),function(){null!=g&&g();a.hideDialog(!0)});D.className="geBtn";!a.editor.cancelFirst||e&&null==g||k.appendChild(D);b||a.isOffline()||!c||null!=d||e||(y=mxUtils.button(mxResources.get("help"),function(){a.openLink("https://support.draw.io/display/DO/Creating+and+Opening+Files")}),y.className="geBtn",k.appendChild(y));b||"1"==urlParams.embed||e||(b=mxUtils.button(mxResources.get("fromTemplateUrl"),function(){var b=new FilenameDialog(a, +"",mxResources.get("create"),function(b){null!=b&&0<b.length&&(b=a.getUrl(window.location.pathname+"?mode="+a.mode+"&title="+encodeURIComponent(F.value)+"&create="+encodeURIComponent(b)),null==a.getCurrentFile()?window.location.href=b:window.openWindow(b))},mxResources.get("url"));a.showDialog(b.container,300,80,!0,!0);b.init()}),b.className="geBtn",k.appendChild(b));Graph.fileSupport&&p&&(p=mxUtils.button(mxResources.get("import"),function(){var b=document.createElement("input");b.setAttribute("multiple", +"multiple");b.setAttribute("type","file");mxEvent.addListener(b,"change",function(c){a.openFiles(b.files,!0)});b.click()}),p.className="geBtn",k.appendChild(p));k.appendChild(G);a.editor.cancelFirst||null!=d||e&&null==g||k.appendChild(D);z.appendChild(k);this.container=z},CreateDialog=function(a,b,c,d,e,g,h,l,m,f,k,n,t,u,p){function v(c,d,f,k){function q(){mxEvent.addListener(e,"click",function(){var c=f;if(h){var d=E.value,k=d.lastIndexOf(".");if(0>b.lastIndexOf(".")&&0>k){var c=null!=c?c:y.value, +q="";c==App.MODE_GOOGLE?q=a.drive.extension:c==App.MODE_GITHUB?q=a.gitHub.extension:c==App.MODE_TRELLO?q=a.trello.extension:c==App.MODE_DROPBOX?q=a.dropbox.extension:c==App.MODE_ONEDRIVE?q=a.oneDrive.extension:c==App.MODE_DEVICE&&(q=".xml");0<=k&&(d=d.substring(0,k));E.value=d+q}}w(f)})}var e=document.createElement("a");e.style.overflow="hidden";var g=document.createElement("img");g.src=c;g.setAttribute("border","0");g.setAttribute("align","absmiddle");g.style.width="60px";g.style.height="60px";g.style.paddingBottom= +"6px";e.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";e.className="geBaseButton";e.style.position="relative";e.style.margin="4px";e.style.padding="8px 8px 10px 8px";e.style.whiteSpace="nowrap";e.appendChild(g);mxClient.IS_QUIRKS&&(e.style.cssFloat="left",e.style.zoom="1");e.style.color="gray";e.style.fontSize="11px";var t=document.createElement("div");e.appendChild(t);mxUtils.write(t,d);if(null!=k&&null==a[k]){g.style.visibility="hidden";mxUtils.setOpacity(t,10);var u=new Spinner({lines:12, +length:12,width:5,radius:10,rotate:0,color:"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"40%",zIndex:2E9});u.spin(e);var v=window.setTimeout(function(){null==a[k]&&(u.stop(),e.style.display="none")},3E4);a.addListener("clientLoaded",mxUtils.bind(this,function(){null!=a[k]&&(window.clearTimeout(v),mxUtils.setOpacity(t,100),g.style.visibility="",u.stop(),q())}))}else q();z.appendChild(e);++D==n&&(mxUtils.br(z),D=0)}function w(b){var d=E.value;if(null==b||null!=d&&0<d.length)a.hideDialog(),c(d, +b)}h=null!=h?h:!0;l=null!=l?l:!0;n=null!=n?n:4;var x=document.createElement("div");null==d&&a.addLanguageMenu(x);var q=document.createElement("h2");mxUtils.write(q,e||mxResources.get("create"));q.style.marginTop="0px";q.style.marginBottom="24px";x.appendChild(q);mxUtils.write(x,mxResources.get("filename")+":");var E=document.createElement("input");E.setAttribute("value",b);E.style.width="280px";E.style.marginLeft="10px";E.style.marginBottom="20px";this.init=function(){E.focus();mxClient.IS_GC||mxClient.IS_FF|| +5<=document.documentMode||mxClient.IS_QUIRKS?E.select():document.execCommand("selectAll",!1,null)};x.appendChild(E);null!=t&&null!=u&&"image/"==u.substring(0,6)&&(E.style.width="160px",e=null,"image/svg+xml"==u&&mxClient.IS_SVG?(e=document.createElement("div"),e.innerHTML=mxUtils.trim(t),t=e.getElementsByTagName("svg")[0],u=parseInt(t.getAttribute("width")),p=parseInt(t.getAttribute("height")),t.setAttribute("viewBox","0 0 "+u+" "+p),t.setAttribute("width","120px"),t.setAttribute("height","80px")): +(e=document.createElement("img"),e.setAttribute("src","data:"+u+(p?";base64,":";utf8,")+t)),e.style.position="absolute",e.style.top="70px",e.style.right="100px",e.style.maxWidth="120px",e.style.maxHeight="80px",mxUtils.setPrefixedStyle(e.style,"transform","translate(50%,-50%)"),x.appendChild(e),m&&Editor.popupsAllowed&&(e.style.cursor="pointer",mxEvent.addListener(e,"click",function(){w("_blank")})));mxUtils.br(x);var z=document.createElement("div");z.style.textAlign="center";var D=0;z.style.marginTop= +"6px";x.appendChild(z);var y=document.createElement("select");y.style.marginLeft="10px";a.isOfflineApp()||a.isOffline()||("function"===typeof window.DriveClient&&(e=document.createElement("option"),e.setAttribute("value",App.MODE_GOOGLE),mxUtils.write(e,mxResources.get("googleDrive")),y.appendChild(e),v(IMAGE_PATH+"/google-drive-logo.svg",mxResources.get("googleDrive"),App.MODE_GOOGLE,"drive")),"function"===typeof window.OneDriveClient&&(e=document.createElement("option"),e.setAttribute("value",App.MODE_ONEDRIVE), +mxUtils.write(e,mxResources.get("oneDrive")),y.appendChild(e),a.mode==App.MODE_ONEDRIVE&&e.setAttribute("selected","selected"),v(IMAGE_PATH+"/onedrive-logo.svg",mxResources.get("oneDrive"),App.MODE_ONEDRIVE,"oneDrive")),"function"===typeof window.DropboxClient&&(e=document.createElement("option"),e.setAttribute("value",App.MODE_DROPBOX),mxUtils.write(e,mxResources.get("dropbox")),y.appendChild(e),a.mode==App.MODE_DROPBOX&&e.setAttribute("selected","selected"),v(IMAGE_PATH+"/dropbox-logo.svg",mxResources.get("dropbox"), +App.MODE_DROPBOX,"dropbox")),null!=a.gitHub&&(e=document.createElement("option"),e.setAttribute("value",App.MODE_GITHUB),mxUtils.write(e,mxResources.get("github")),y.appendChild(e),v(IMAGE_PATH+"/github-logo.svg",mxResources.get("github"),App.MODE_GITHUB,"gitHub")),null!=a.trello&&(e=document.createElement("option"),e.setAttribute("value",App.MODE_TRELLO),mxUtils.write(e,mxResources.get("trello")),y.appendChild(e),v(IMAGE_PATH+"/trello-logo.svg",mxResources.get("trello"),App.MODE_TRELLO,"trello"))); +if(!Editor.useLocalStorage||"device"==urlParams.storage||null!=a.getCurrentFile()&&!mxClient.IS_IOS)e=document.createElement("option"),e.setAttribute("value",App.MODE_DEVICE),mxUtils.write(e,mxResources.get("device")),y.appendChild(e),a.mode!=App.MODE_DEVICE&&l||e.setAttribute("selected","selected"),k&&v(IMAGE_PATH+"/osa_drive-harddisk.png",mxResources.get("device"),App.MODE_DEVICE);l&&isLocalStorage&&"0"!=urlParams.browser&&(l=document.createElement("option"),l.setAttribute("value",App.MODE_BROWSER), +mxUtils.write(l,mxResources.get("browser")),y.appendChild(l),a.mode==App.MODE_BROWSER&&l.setAttribute("selected","selected"),v(IMAGE_PATH+"/osa_database.png",mxResources.get("browser"),App.MODE_BROWSER));l=document.createElement("div");l.style.marginTop="26px";l.style.textAlign="center";null!=f&&(e=mxUtils.button(mxResources.get("help"),function(){a.openLink(f)}),e.className="geBtn",l.appendChild(e));e=mxUtils.button(mxResources.get("cancel"),function(){null!=d?d():(a.fileLoaded(null),a.hideDialog(), +window.close(),window.location.href=a.getUrl())});e.className="geBtn";a.editor.cancelFirst&&l.appendChild(e);null==d&&(t=mxUtils.button(mxResources.get("decideLater"),function(){w(null)}),t.className="geBtn",l.appendChild(t));m&&Editor.popupsAllowed&&(m=mxUtils.button(mxResources.get("openInNewWindow"),function(){w("_blank")}),m.className="geBtn",l.appendChild(m));mxClient.IS_IOS||(g=mxUtils.button(g||mxResources.get("create"),function(){w(k?"download":App.MODE_DEVICE)}),g.className="geBtn gePrimaryBtn", +l.appendChild(g));a.editor.cancelFirst||l.appendChild(e);mxEvent.addListener(E,"keypress",function(b){13==b.keyCode?w(App.MODE_DEVICE):27==b.keyCode&&(a.fileLoaded(null),a.hideDialog(),window.close())});x.appendChild(l);this.container=x},PopupDialog=function(a,b,c,d,e){e=null!=e?e:!0;var g=document.createElement("div");g.style.textAlign="left";mxUtils.write(g,mxResources.get("fileOpenLocation"));mxUtils.br(g);mxUtils.br(g);var h=mxUtils.button(mxResources.get("openInThisWindow"),function(){e&&a.hideDialog(); +null!=d&&d()});h.className="geBtn";h.style.marginBottom="8px";h.style.width="280px";g.appendChild(h);mxUtils.br(g);var l=mxUtils.button(mxResources.get("openInNewWindow"),function(){e&&a.hideDialog();null!=c&&c();a.openLink(b)});l.className="geBtn gePrimaryBtn";l.style.width=h.style.width;g.appendChild(l);mxUtils.br(g);mxUtils.br(g);mxUtils.write(g,mxResources.get("allowPopups"));this.container=g},ImageDialog=function(a,b,c,d,e,g){g=null!=g?g:!0;var h=a.editor.graph,l=document.createElement("div"); +mxUtils.write(l,b);b=document.createElement("div");b.className="geTitle";b.style.backgroundColor="transparent";b.style.borderColor="transparent";b.style.whiteSpace="nowrap";b.style.textOverflow="clip";b.style.cursor="default";mxClient.IS_VML||(b.style.paddingRight="20px");var m=document.createElement("input");m.setAttribute("value",c);m.setAttribute("type","text");m.setAttribute("spellcheck","false");m.setAttribute("autocorrect","off");m.setAttribute("autocomplete","off");m.setAttribute("autocapitalize", +"off");m.style.marginTop="6px";m.style.width=(Graph.fileSupport?420:340)+(mxClient.IS_QUIRKS?20:-20)+"px";m.style.backgroundImage="url('"+Dialog.prototype.clearImage+"')";m.style.backgroundRepeat="no-repeat";m.style.backgroundPosition="100% 50%";m.style.paddingRight="14px";c=document.createElement("div");c.setAttribute("title",mxResources.get("reset"));c.style.position="relative";c.style.left="-16px";c.style.width="12px";c.style.height="14px";c.style.cursor="pointer";c.style.display=mxClient.IS_VML? +"inline":"inline-block";c.style.top=(mxClient.IS_VML?0:3)+"px";c.style.background="url('"+a.editor.transparentImage+"')";mxEvent.addListener(c,"click",function(){m.value="";m.focus()});b.appendChild(m);b.appendChild(c);l.appendChild(b);var f=function(b,c,f,k){var e="data:"==b.substring(0,5);!a.isOffline()||e&&"undefined"===typeof chrome?0<b.length&&a.spinner.spin(document.body,mxResources.get("inserting"))?a.loadImage(b,function(q){a.spinner.stop();a.hideDialog();var e=!1===k?1:null!=c&&null!=f?Math.max(c/ +q.width,f/q.height):Math.min(1,Math.min(520/q.width,520/q.height));g&&(b=a.convertDataUri(b));d(b,Math.round(Number(q.width)*e),Math.round(Number(q.height)*e))},function(){a.spinner.stop();d(null);a.showError(mxResources.get("error"),mxResources.get("fileNotFound"),mxResources.get("ok"))}):(a.hideDialog(),d(b)):(b=a.convertDataUri(b),c=null==c?120:c,f=null==f?100:f,a.hideDialog(),d(b,c,f))},k=function(b,c){if(null!=b){var k=e?null:h.getModel().getGeometry(h.getSelectionCell());null!=k?f(b,k.width, +k.height,c):f(b,null,null,c)}else a.hideDialog(),d(null)};this.init=function(){m.focus();if(Graph.fileSupport){m.setAttribute("placeholder",mxResources.get("dragImagesHere"));var b=l.parentNode,c=null;mxEvent.addListener(b,"dragleave",function(a){null!=c&&(c.parentNode.removeChild(c),c=null);a.stopPropagation();a.preventDefault()});mxEvent.addListener(b,"dragover",mxUtils.bind(this,function(d){null==c&&(!mxClient.IS_IE||10<document.documentMode)&&(c=a.highlightElement(b));d.stopPropagation();d.preventDefault()})); mxEvent.addListener(b,"drop",mxUtils.bind(this,function(b){null!=c&&(c.parentNode.removeChild(c),c=null);if(0<b.dataTransfer.files.length)a.importFiles(b.dataTransfer.files,0,0,a.maxImageSize,function(a,b,c,d,f,e,n,g){k(a,g)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},!mxEvent.isControlDown(b));else if(0<=mxUtils.indexOf(b.dataTransfer.types,"text/uri-list")){var d=b.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)($|\?)/i.test(d)&& -k(decodeURIComponent(d))}b.stopPropagation();b.preventDefault()}),!1)}};c=document.createElement("div");c.style.marginTop=mxClient.IS_QUIRKS?"22px":"14px";c.style.textAlign="right";b=mxUtils.button(mxResources.get("cancel"),function(){a.spinner.stop();a.hideDialog()});b.className="geBtn";a.editor.cancelFirst&&c.appendChild(b);ImageDialog.filePicked=function(a){a.action==google.picker.Action.PICKED&&null!=a.docs[0].thumbnails&&(a=a.docs[0].thumbnails[a.docs[0].thumbnails.length-1],null!=a&&(l.value= -a.url));l.focus()};if(Graph.fileSupport){var n=document.createElement("input");n.setAttribute("multiple","multiple");n.setAttribute("type","file");if(null==document.documentMode){mxEvent.addListener(n,"change",function(b){a.importFiles(n.files,0,0,a.maxImageSize,function(a,b,c,d,f,e){k(a)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},!0)});var u=mxUtils.button(mxResources.get("open"),function(){n.click()});u.className="geBtn";c.appendChild(u)}}document.createElement("canvas").getContext&& -"data:image/"==l.value.substring(0,11)&&"data:image/svg"!=l.value.substring(0,14)&&(u=mxUtils.button(mxResources.get("crop"),function(){var b=new CropImageDialog(a,l.value,function(a){l.value=a});a.showDialog(b.container,200,180,!0,!0);b.init()}),u.className="geBtn",c.appendChild(u));"undefined"!=typeof google&&"undefined"!=typeof google.picker&&window.self===window.top&&(u=mxUtils.button(mxResources.get("search"),function(){if(null==a.imageSearchPicker){var b=(new google.picker.PickerBuilder).setLocale(mxLanguage).addView(google.picker.ViewId.IMAGE_SEARCH).enableFeature(google.picker.Feature.NAV_HIDDEN); -a.imageSearchPicker=b.setCallback(function(a){ImageDialog.filePicked(a)}).build()}a.imageSearchPicker.setVisible(!0)}),u.className="geBtn",c.appendChild(u),null!=a.drive&&"1"==urlParams.photos&&(u=mxUtils.button(mxResources.get("googlePlus"),function(){a.spinner.spin(document.body,mxResources.get("authorizing"))&&a.drive.checkToken(mxUtils.bind(this,function(){a.spinner.stop();if(null==a.photoPicker){var b=gapi.auth.getToken().access_token,b=(new google.picker.PickerBuilder).setAppId(a.drive.appId).setLocale(mxLanguage).setOAuthToken(b).addView(google.picker.ViewId.PHOTOS).addView(google.picker.ViewId.PHOTO_ALBUMS).addView(google.picker.ViewId.PHOTO_UPLOAD); -a.photoPicker=b.setCallback(function(a){ImageDialog.filePicked(a)}).build()}a.photoPicker.setVisible(!0)}))}),u.className="geBtn",c.appendChild(u)));mxEvent.addListener(l,"keypress",function(a){13==a.keyCode&&k(l.value)});u=mxUtils.button(mxResources.get("apply"),function(){k(l.value)});u.className="geBtn gePrimaryBtn";c.appendChild(u);a.editor.cancelFirst||c.appendChild(b);Graph.fileSupport&&(c.style.marginTop="120px",m.style.backgroundImage="url('"+IMAGE_PATH+"/droptarget.png')",m.style.backgroundPosition= -"center 65%",m.style.backgroundRepeat="no-repeat",b=document.createElement("div"),b.style.position="absolute",b.style.width="420px",b.style.top="58%",b.style.textAlign="center",b.style.fontSize="18px",b.style.color="#a0c3ff",mxUtils.write(b,mxResources.get("dragImagesHere")),m.appendChild(b));m.appendChild(c);this.container=m},LinkDialog=function(a,b,c,d,e){function g(a,b,c){c=mxUtils.button("",c);c.className="geBtn";c.setAttribute("title",b);b=document.createElement("img");b.style.height="26px"; -b.style.width="26px";b.setAttribute("src",a);c.style.minWidth="42px";c.style.verticalAlign="middle";c.appendChild(b);x.appendChild(c)}var h=document.createElement("div");mxUtils.write(h,mxResources.get("editLink")+":");var m=document.createElement("div");m.className="geTitle";m.style.backgroundColor="transparent";m.style.borderColor="transparent";m.style.whiteSpace="nowrap";m.style.textOverflow="clip";m.style.cursor="default";mxClient.IS_VML||(m.style.paddingRight="20px");var l=document.createElement("input"); -l.setAttribute("placeholder",mxResources.get("dragUrlsHere"));l.setAttribute("type","text");l.style.marginTop="6px";l.style.width="440px";l.style.backgroundImage="url('"+Dialog.prototype.clearImage+"')";l.style.backgroundRepeat="no-repeat";l.style.backgroundPosition="100% 50%";l.style.paddingRight="14px";var f=document.createElement("div");f.setAttribute("title",mxResources.get("reset"));f.style.position="relative";f.style.left="-16px";f.style.width="12px";f.style.height="14px";f.style.cursor="pointer"; -f.style.display=mxClient.IS_VML?"inline":"inline-block";f.style.top=(mxClient.IS_VML?0:3)+"px";f.style.background="url('"+a.editor.transparentImage+"')";mxEvent.addListener(f,"click",function(){l.value="";l.focus()});var k=document.createElement("input");k.style.cssText="margin-right:8px;margin-bottom:8px;";k.setAttribute("value","url");k.setAttribute("type","radio");k.setAttribute("name","current-linkdialog");var n=document.createElement("input");n.style.cssText="margin-right:8px;margin-bottom:8px;"; -n.setAttribute("value","url");n.setAttribute("type","radio");n.setAttribute("name","current-linkdialog");var u=document.createElement("select");u.style.width="420px";if(e&&null!=a.pages){null!=b&&"data:page/id,"==b.substring(0,13)?(n.setAttribute("checked","checked"),n.defaultChecked=!0):(l.setAttribute("value",b),k.setAttribute("checked","checked"),k.defaultChecked=!0);l.style.width="420px";m.appendChild(k);m.appendChild(l);m.appendChild(f);mxUtils.br(m);m.appendChild(n);e=!1;for(f=0;f<a.pages.length;f++){var t= -document.createElement("option");mxUtils.write(t,a.pages[f].getName()||mxResources.get("pageWithNumber",[f+1]));t.setAttribute("value","data:page/id,"+a.pages[f].getId());b==t.getAttribute("value")&&(t.setAttribute("selected","selected"),e=!0);u.appendChild(t)}if(!e&&n.checked){var q=document.createElement("option");mxUtils.write(q,mxResources.get("pageNotFound"));q.setAttribute("disabled","disabled");q.setAttribute("selected","selected");q.setAttribute("value","pageNotFound");u.appendChild(q);mxEvent.addListener(u, -"change",function(){null==q.parentNode||q.selected||q.parentNode.removeChild(q)})}m.appendChild(u)}else l.setAttribute("value",b),m.appendChild(l),m.appendChild(f);h.appendChild(m);var v=mxUtils.button(c,function(){a.hideDialog();d(n.checked?"pageNotFound"!==u.value?u.value:b:l.value,LinkDialog.selectedDocs)});v.style.verticalAlign="middle";v.className="geBtn gePrimaryBtn";this.init=function(){n.checked?u.focus():(l.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS? -l.select():document.execCommand("selectAll",!1,null));mxEvent.addListener(u,"focus",function(){k.removeAttribute("checked");n.setAttribute("checked","checked");n.checked=!0});mxEvent.addListener(l,"focus",function(){n.removeAttribute("checked");k.setAttribute("checked","checked");k.checked=!0});if(Graph.fileSupport){var b=h.parentNode,c=null;mxEvent.addListener(b,"dragleave",function(a){null!=c&&(c.parentNode.removeChild(c),c=null);a.stopPropagation();a.preventDefault()});mxEvent.addListener(b,"dragover", -mxUtils.bind(this,function(d){null==c&&(!mxClient.IS_IE||10<document.documentMode)&&(c=a.highlightElement(b));d.stopPropagation();d.preventDefault()}));mxEvent.addListener(b,"drop",mxUtils.bind(this,function(a){null!=c&&(c.parentNode.removeChild(c),c=null);0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")&&(l.value=decodeURIComponent(a.dataTransfer.getData("text/uri-list")),k.setAttribute("checked","checked"),k.checked=!0,v.click());a.stopPropagation();a.preventDefault()}),!1)}};var x=document.createElement("div"); -x.style.marginTop="20px";x.style.textAlign="right";c=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});c.style.verticalAlign="middle";c.className="geBtn";a.editor.cancelFirst&&x.appendChild(c);m=mxUtils.button(mxResources.get("help"),function(){a.openLink("https://desk.draw.io/solution/articles/16000080137")});m.style.verticalAlign="middle";m.className="geBtn";x.appendChild(m);a.isOffline()&&!mxClient.IS_CHROMEAPP&&(m.style.display="none");LinkDialog.selectedDocs=null;LinkDialog.filePicked= +k(decodeURIComponent(d))}b.stopPropagation();b.preventDefault()}),!1)}};c=document.createElement("div");c.style.marginTop=mxClient.IS_QUIRKS?"22px":"14px";c.style.textAlign="right";b=mxUtils.button(mxResources.get("cancel"),function(){a.spinner.stop();a.hideDialog()});b.className="geBtn";a.editor.cancelFirst&&c.appendChild(b);ImageDialog.filePicked=function(a){a.action==google.picker.Action.PICKED&&null!=a.docs[0].thumbnails&&(a=a.docs[0].thumbnails[a.docs[0].thumbnails.length-1],null!=a&&(m.value= +a.url));m.focus()};if(Graph.fileSupport){var n=document.createElement("input");n.setAttribute("multiple","multiple");n.setAttribute("type","file");if(null==document.documentMode){mxEvent.addListener(n,"change",function(b){a.importFiles(n.files,0,0,a.maxImageSize,function(a,b,c,d,f,e){k(a)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},!0)});var t=mxUtils.button(mxResources.get("open"),function(){n.click()});t.className="geBtn";c.appendChild(t)}}document.createElement("canvas").getContext&& +"data:image/"==m.value.substring(0,11)&&"data:image/svg"!=m.value.substring(0,14)&&(t=mxUtils.button(mxResources.get("crop"),function(){var b=new CropImageDialog(a,m.value,function(a){m.value=a});a.showDialog(b.container,200,180,!0,!0);b.init()}),t.className="geBtn",c.appendChild(t));"undefined"!=typeof google&&"undefined"!=typeof google.picker&&window.self===window.top&&(t=mxUtils.button(mxResources.get("search"),function(){if(null==a.imageSearchPicker){var b=(new google.picker.PickerBuilder).setLocale(mxLanguage).addView(google.picker.ViewId.IMAGE_SEARCH).enableFeature(google.picker.Feature.NAV_HIDDEN); +a.imageSearchPicker=b.setCallback(function(a){ImageDialog.filePicked(a)}).build()}a.imageSearchPicker.setVisible(!0)}),t.className="geBtn",c.appendChild(t),null!=a.drive&&"1"==urlParams.photos&&(t=mxUtils.button(mxResources.get("googlePlus"),function(){a.spinner.spin(document.body,mxResources.get("authorizing"))&&a.drive.checkToken(mxUtils.bind(this,function(){a.spinner.stop();if(null==a.photoPicker){var b=gapi.auth.getToken().access_token,b=(new google.picker.PickerBuilder).setAppId(a.drive.appId).setLocale(mxLanguage).setOAuthToken(b).addView(google.picker.ViewId.PHOTOS).addView(google.picker.ViewId.PHOTO_ALBUMS).addView(google.picker.ViewId.PHOTO_UPLOAD); +a.photoPicker=b.setCallback(function(a){ImageDialog.filePicked(a)}).build()}a.photoPicker.setVisible(!0)}))}),t.className="geBtn",c.appendChild(t)));mxEvent.addListener(m,"keypress",function(a){13==a.keyCode&&k(m.value)});t=mxUtils.button(mxResources.get("apply"),function(){k(m.value)});t.className="geBtn gePrimaryBtn";c.appendChild(t);a.editor.cancelFirst||c.appendChild(b);Graph.fileSupport&&(c.style.marginTop="120px",l.style.backgroundImage="url('"+IMAGE_PATH+"/droptarget.png')",l.style.backgroundPosition= +"center 65%",l.style.backgroundRepeat="no-repeat",b=document.createElement("div"),b.style.position="absolute",b.style.width="420px",b.style.top="58%",b.style.textAlign="center",b.style.fontSize="18px",b.style.color="#a0c3ff",mxUtils.write(b,mxResources.get("dragImagesHere")),l.appendChild(b));l.appendChild(c);this.container=l},LinkDialog=function(a,b,c,d,e){function g(a,b,c){c=mxUtils.button("",c);c.className="geBtn";c.setAttribute("title",b);b=document.createElement("img");b.style.height="26px"; +b.style.width="26px";b.setAttribute("src",a);c.style.minWidth="42px";c.style.verticalAlign="middle";c.appendChild(b);w.appendChild(c)}var h=document.createElement("div");mxUtils.write(h,mxResources.get("editLink")+":");var l=document.createElement("div");l.className="geTitle";l.style.backgroundColor="transparent";l.style.borderColor="transparent";l.style.whiteSpace="nowrap";l.style.textOverflow="clip";l.style.cursor="default";mxClient.IS_VML||(l.style.paddingRight="20px");var m=document.createElement("input"); +m.setAttribute("placeholder",mxResources.get("dragUrlsHere"));m.setAttribute("type","text");m.style.marginTop="6px";m.style.width="440px";m.style.backgroundImage="url('"+Dialog.prototype.clearImage+"')";m.style.backgroundRepeat="no-repeat";m.style.backgroundPosition="100% 50%";m.style.paddingRight="14px";var f=document.createElement("div");f.setAttribute("title",mxResources.get("reset"));f.style.position="relative";f.style.left="-16px";f.style.width="12px";f.style.height="14px";f.style.cursor="pointer"; +f.style.display=mxClient.IS_VML?"inline":"inline-block";f.style.top=(mxClient.IS_VML?0:3)+"px";f.style.background="url('"+a.editor.transparentImage+"')";mxEvent.addListener(f,"click",function(){m.value="";m.focus()});var k=document.createElement("input");k.style.cssText="margin-right:8px;margin-bottom:8px;";k.setAttribute("value","url");k.setAttribute("type","radio");k.setAttribute("name","current-linkdialog");var n=document.createElement("input");n.style.cssText="margin-right:8px;margin-bottom:8px;"; +n.setAttribute("value","url");n.setAttribute("type","radio");n.setAttribute("name","current-linkdialog");var t=document.createElement("select");t.style.width="420px";if(e&&null!=a.pages){null!=b&&"data:page/id,"==b.substring(0,13)?(n.setAttribute("checked","checked"),n.defaultChecked=!0):(m.setAttribute("value",b),k.setAttribute("checked","checked"),k.defaultChecked=!0);m.style.width="420px";l.appendChild(k);l.appendChild(m);l.appendChild(f);mxUtils.br(l);l.appendChild(n);e=!1;for(f=0;f<a.pages.length;f++){var u= +document.createElement("option");mxUtils.write(u,a.pages[f].getName()||mxResources.get("pageWithNumber",[f+1]));u.setAttribute("value","data:page/id,"+a.pages[f].getId());b==u.getAttribute("value")&&(u.setAttribute("selected","selected"),e=!0);t.appendChild(u)}if(!e&&n.checked){var p=document.createElement("option");mxUtils.write(p,mxResources.get("pageNotFound"));p.setAttribute("disabled","disabled");p.setAttribute("selected","selected");p.setAttribute("value","pageNotFound");t.appendChild(p);mxEvent.addListener(t, +"change",function(){null==p.parentNode||p.selected||p.parentNode.removeChild(p)})}l.appendChild(t)}else m.setAttribute("value",b),l.appendChild(m),l.appendChild(f);h.appendChild(l);var v=mxUtils.button(c,function(){a.hideDialog();d(n.checked?"pageNotFound"!==t.value?t.value:b:m.value,LinkDialog.selectedDocs)});v.style.verticalAlign="middle";v.className="geBtn gePrimaryBtn";this.init=function(){n.checked?t.focus():(m.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS? +m.select():document.execCommand("selectAll",!1,null));mxEvent.addListener(t,"focus",function(){k.removeAttribute("checked");n.setAttribute("checked","checked");n.checked=!0});mxEvent.addListener(m,"focus",function(){n.removeAttribute("checked");k.setAttribute("checked","checked");k.checked=!0});if(Graph.fileSupport){var b=h.parentNode,c=null;mxEvent.addListener(b,"dragleave",function(a){null!=c&&(c.parentNode.removeChild(c),c=null);a.stopPropagation();a.preventDefault()});mxEvent.addListener(b,"dragover", +mxUtils.bind(this,function(d){null==c&&(!mxClient.IS_IE||10<document.documentMode)&&(c=a.highlightElement(b));d.stopPropagation();d.preventDefault()}));mxEvent.addListener(b,"drop",mxUtils.bind(this,function(a){null!=c&&(c.parentNode.removeChild(c),c=null);0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")&&(m.value=decodeURIComponent(a.dataTransfer.getData("text/uri-list")),k.setAttribute("checked","checked"),k.checked=!0,v.click());a.stopPropagation();a.preventDefault()}),!1)}};var w=document.createElement("div"); +w.style.marginTop="20px";w.style.textAlign="right";c=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});c.style.verticalAlign="middle";c.className="geBtn";a.editor.cancelFirst&&w.appendChild(c);l=mxUtils.button(mxResources.get("help"),function(){a.openLink("https://desk.draw.io/solution/articles/16000080137")});l.style.verticalAlign="middle";l.className="geBtn";w.appendChild(l);a.isOffline()&&!mxClient.IS_CHROMEAPP&&(l.style.display="none");LinkDialog.selectedDocs=null;LinkDialog.filePicked= function(a){if(a.action==google.picker.Action.PICKED){LinkDialog.selectedDocs=a.docs;var b=a.docs[0].url;"application/mxe"==a.docs[0].mimeType||"application/vnd.jgraph.mxfile"==a.docs[0].mimeType?(b=DriveClient.prototype.oldAppHostname,b="https://"+b+"/#G"+a.docs[0].id):"application/mxr"==a.docs[0].mimeType||"application/vnd.jgraph.mxfile.realtime"==a.docs[0].mimeType?(b=DriveClient.prototype.newAppHostname,b="https://"+b+"/#G"+a.docs[0].id):"application/vnd.google-apps.folder"==a.docs[0].mimeType&& -(b="https://drive.google.com/#folders/"+a.docs[0].id);l.value=b;l.focus()}else LinkDialog.selectedDocs=null;l.focus()};"undefined"!=typeof google&&"undefined"!=typeof google.picker&&null!=a.drive&&g(IMAGE_PATH+"/google-drive-logo.svg",mxResources.get("googlePlus"),function(){a.spinner.spin(document.body,mxResources.get("authorizing"))&&a.drive.checkToken(mxUtils.bind(this,function(){a.spinner.stop();if(null==a.linkPicker){var b=gapi.auth.getToken().access_token,c=(new google.picker.DocsView(google.picker.ViewId.FOLDERS)).setParent("root").setIncludeFolders(!0).setSelectFolderEnabled(!0), +(b="https://drive.google.com/#folders/"+a.docs[0].id);m.value=b;m.focus()}else LinkDialog.selectedDocs=null;m.focus()};"undefined"!=typeof google&&"undefined"!=typeof google.picker&&null!=a.drive&&g(IMAGE_PATH+"/google-drive-logo.svg",mxResources.get("googlePlus"),function(){a.spinner.spin(document.body,mxResources.get("authorizing"))&&a.drive.checkToken(mxUtils.bind(this,function(){a.spinner.stop();if(null==a.linkPicker){var b=gapi.auth.getToken().access_token,c=(new google.picker.DocsView(google.picker.ViewId.FOLDERS)).setParent("root").setIncludeFolders(!0).setSelectFolderEnabled(!0), d=(new google.picker.DocsView).setIncludeFolders(!0).setSelectFolderEnabled(!0),f=(new google.picker.DocsView).setIncludeFolders(!0).setEnableTeamDrives(!0).setSelectFolderEnabled(!0),b=(new google.picker.PickerBuilder).setAppId(a.drive.appId).setLocale(mxLanguage).setOAuthToken(b).enableFeature(google.picker.Feature.SUPPORT_TEAM_DRIVES).addView(c).addView(d).addView(f).addView(google.picker.ViewId.RECENTLY_PICKED).addView(google.picker.ViewId.IMAGE_SEARCH).addView(google.picker.ViewId.VIDEO_SEARCH).addView(google.picker.ViewId.MAPS); -"1"==urlParams.photos&&b.addView(google.picker.ViewId.PHOTOS).addView(google.picker.ViewId.PHOTO_ALBUMS).addView(google.picker.ViewId.PHOTO_UPLOAD);a.linkPicker=b.setCallback(function(a){LinkDialog.filePicked(a)}).build()}a.linkPicker.setVisible(!0)}))});"undefined"!=typeof Dropbox&&"undefined"!=typeof Dropbox.choose&&g(IMAGE_PATH+"/dropbox-logo.svg",mxResources.get("dropbox"),function(){Dropbox.choose({linkType:"direct",cancel:function(){},success:function(a){l.value=a[0].link;l.focus()}})});null!= -a.oneDrive&&g(IMAGE_PATH+"/onedrive-logo.svg",mxResources.get("oneDrive"),function(){a.oneDrive.pickFile(function(a,b){l.value=b.value[0].webUrl;l.focus()})});null!=a.gitHub&&g(IMAGE_PATH+"/github-logo.svg",mxResources.get("github"),function(){a.gitHub.pickFile(function(a){if(null!=a){a=a.split("/");var b=a[0],c=a[1],d=a[2];a=a.slice(3,a.length).join("/");l.value="https://github.com/"+b+"/"+c+"/blob/"+d+"/"+a;l.focus()}})});mxEvent.addListener(l,"keypress",function(b){13==b.keyCode&&(a.hideDialog(), -d(n.checked?u.value:l.value,LinkDialog.selectedDocs))});x.appendChild(v);a.editor.cancelFirst||x.appendChild(c);h.appendChild(x);this.container=h},AboutDialog=function(a){var b=document.createElement("div");b.style.marginTop="6px";b.setAttribute("align","center");var c=document.createElement("img");c.style.border="0px";mxClient.IS_SVG?(c.setAttribute("width","164"),c.setAttribute("height","221"),c.style.width="164px",c.style.height="221px",c.setAttribute("src",IMAGE_PATH+"/drawlogo-text-bottom.svg")): +"1"==urlParams.photos&&b.addView(google.picker.ViewId.PHOTOS).addView(google.picker.ViewId.PHOTO_ALBUMS).addView(google.picker.ViewId.PHOTO_UPLOAD);a.linkPicker=b.setCallback(function(a){LinkDialog.filePicked(a)}).build()}a.linkPicker.setVisible(!0)}))});"undefined"!=typeof Dropbox&&"undefined"!=typeof Dropbox.choose&&g(IMAGE_PATH+"/dropbox-logo.svg",mxResources.get("dropbox"),function(){Dropbox.choose({linkType:"direct",cancel:function(){},success:function(a){m.value=a[0].link;m.focus()}})});null!= +a.oneDrive&&g(IMAGE_PATH+"/onedrive-logo.svg",mxResources.get("oneDrive"),function(){a.oneDrive.pickFile(function(a,b){m.value=b.value[0].webUrl;m.focus()})});null!=a.gitHub&&g(IMAGE_PATH+"/github-logo.svg",mxResources.get("github"),function(){a.gitHub.pickFile(function(a){if(null!=a){a=a.split("/");var b=a[0],c=a[1],d=a[2];a=a.slice(3,a.length).join("/");m.value="https://github.com/"+b+"/"+c+"/blob/"+d+"/"+a;m.focus()}})});mxEvent.addListener(m,"keypress",function(b){13==b.keyCode&&(a.hideDialog(), +d(n.checked?t.value:m.value,LinkDialog.selectedDocs))});w.appendChild(v);a.editor.cancelFirst||w.appendChild(c);h.appendChild(w);this.container=h},AboutDialog=function(a){var b=document.createElement("div");b.style.marginTop="6px";b.setAttribute("align","center");var c=document.createElement("img");c.style.border="0px";mxClient.IS_SVG?(c.setAttribute("width","164"),c.setAttribute("height","221"),c.style.width="164px",c.style.height="221px",c.setAttribute("src",IMAGE_PATH+"/drawlogo-text-bottom.svg")): (c.setAttribute("width","176"),c.setAttribute("height","219"),c.style.width="170px",c.style.height="219px",c.setAttribute("src",IMAGE_PATH+"/logo-flat.png"));b.appendChild(c);mxUtils.br(b);c=document.createElement("small");c.innerHTML="v "+EditorUi.VERSION;c.style.color="#505050";b.appendChild(c);mxUtils.br(b);mxUtils.br(b);c=document.createElement("small");c.style.color="#505050";c.innerHTML='© 2005-2018 <a href="https://about.draw.io/" style="color:inherit;" target="_blank">JGraph Ltd</a>.<br>All Rights Reserved.'; b.appendChild(c);mxEvent.addListener(b,"click",function(b){"A"!=mxEvent.getSource(b).nodeName&&a.hideDialog()});this.container=b},FeedbackDialog=function(a){var b=document.createElement("div"),c=document.createElement("div");mxUtils.write(c,mxResources.get("sendYourFeedbackToDrawIo"));c.style.fontSize="18px";c.style.marginBottom="18px";b.appendChild(c);c=document.createElement("div");mxUtils.write(c,mxResources.get("yourEmailAddress")+" ("+mxResources.get("required")+")");b.appendChild(c);var d=document.createElement("input"); d.setAttribute("type","text");d.style.marginTop="6px";d.style.width="600px";var e=mxUtils.button(mxResources.get("sendMessage"),function(){var b=(h.checked?"\nDiagram:\n"+a.getFileData():"")+"\nBrowser:\n"+navigator.userAgent;b.length>FeedbackDialog.maxAttachmentSize?a.alert(mxResources.get("drawingTooLarge")):(a.hideDialog(),a.spinner.spin(document.body)&&mxUtils.post(null!=FeedbackDialog.feedbackUrl?FeedbackDialog.feedbackUrl:"/email","email="+encodeURIComponent(d.value)+"&version="+encodeURIComponent(EditorUi.VERSION)+ -"&url="+encodeURIComponent(window.location.href)+"&body="+encodeURIComponent("Feedback:\n"+l.value+b),function(b){a.spinner.stop();200<=b.getStatus()&&299>=b.getStatus()?a.alert(mxResources.get("feedbackSent")):a.alert(mxResources.get("errorSendingFeedback"))},function(){a.spinner.stop();a.alert(mxResources.get("errorSendingFeedback"))}))});e.className="geBtn gePrimaryBtn";e.setAttribute("disabled","disabled");var g=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; +"&url="+encodeURIComponent(window.location.href)+"&body="+encodeURIComponent("Feedback:\n"+m.value+b),function(b){a.spinner.stop();200<=b.getStatus()&&299>=b.getStatus()?a.alert(mxResources.get("feedbackSent")):a.alert(mxResources.get("errorSendingFeedback"))},function(){a.spinner.stop();a.alert(mxResources.get("errorSendingFeedback"))}))});e.className="geBtn gePrimaryBtn";e.setAttribute("disabled","disabled");var g=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; mxEvent.addListener(d,"change",function(){0<d.value.length&&0<g.test(d.value)?e.removeAttribute("disabled"):e.setAttribute("disabled","disabled")});mxEvent.addListener(d,"keyup",function(){0<d.value.length&&g.test(d.value)?e.removeAttribute("disabled"):e.setAttribute("disabled","disabled")});b.appendChild(d);this.init=function(){d.focus()};var h=document.createElement("input");h.setAttribute("type","checkbox");h.setAttribute("checked","checked");h.defaultChecked=!0;c=document.createElement("p");c.style.marginTop= -"14px";c.appendChild(h);var m=document.createElement("span");mxUtils.write(m," "+mxResources.get("includeCopyOfMyDiagram"));c.appendChild(m);mxEvent.addListener(m,"click",function(a){h.checked=!h.checked;mxEvent.consume(a)});b.appendChild(c);c=document.createElement("div");mxUtils.write(c,mxResources.get("feedback"));b.appendChild(c);var l=document.createElement("textarea");l.style.resize="none";l.style.width="600px";l.style.height="140px";l.style.marginTop="6px";l.setAttribute("placeholder",mxResources.get("commentsNotes")); -b.appendChild(l);c=document.createElement("div");c.style.marginTop="26px";c.style.textAlign="right";m=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});m.className="geBtn";a.editor.cancelFirst?(c.appendChild(m),c.appendChild(e)):(c.appendChild(e),c.appendChild(m));b.appendChild(c);this.container=b};FeedbackDialog.maxAttachmentSize=1E6; +"14px";c.appendChild(h);var l=document.createElement("span");mxUtils.write(l," "+mxResources.get("includeCopyOfMyDiagram"));c.appendChild(l);mxEvent.addListener(l,"click",function(a){h.checked=!h.checked;mxEvent.consume(a)});b.appendChild(c);c=document.createElement("div");mxUtils.write(c,mxResources.get("feedback"));b.appendChild(c);var m=document.createElement("textarea");m.style.resize="none";m.style.width="600px";m.style.height="140px";m.style.marginTop="6px";m.setAttribute("placeholder",mxResources.get("commentsNotes")); +b.appendChild(m);c=document.createElement("div");c.style.marginTop="26px";c.style.textAlign="right";l=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});l.className="geBtn";a.editor.cancelFirst?(c.appendChild(l),c.appendChild(e)):(c.appendChild(e),c.appendChild(l));b.appendChild(c);this.container=b};FeedbackDialog.maxAttachmentSize=1E6; var RevisionDialog=function(a,b,c){var d=document.createElement("div"),e=document.createElement("h3");e.style.marginTop="0px";mxUtils.write(e,mxResources.get("revisionHistory"));d.appendChild(e);var g=document.createElement("div");g.style.position="absolute";g.style.overflow="auto";g.style.width="170px";g.style.height="378px";d.appendChild(g);var h=document.createElement("div");h.style.position="absolute";h.style.border="1px solid lightGray";h.style.left="199px";h.style.width="470px";h.style.height= -"376px";h.style.overflow="hidden";mxEvent.disableContextMenu(h);d.appendChild(h);var m=new Graph(h);m.setEnabled(!1);m.setPanning(!0);m.panningHandler.ignoreCell=!0;m.panningHandler.useLeftButtonForPanning=!0;m.minFitScale=null;m.maxFitScale=null;m.centerZoom=!0;var l=0,f=null,k=0,n=m.getGlobalVariable;m.getGlobalVariable=function(a){return"page"==a&&null!=f&&null!=f[k]?f[k].getAttribute("name"):"pagenumber"==a?k+1:n.apply(this,arguments)};m.getLinkForCell=function(){return null};Editor.MathJaxRender&& -m.addListener(mxEvent.SIZE,mxUtils.bind(this,function(b,c){a.editor.graph.mathEnabled&&Editor.MathJaxRender(m.container)}));var u=new Spinner({lines:11,length:15,width:6,radius:10,corners:1,rotate:0,direction:1,color:"#000",speed:1.4,trail:60,shadow:!1,hwaccel:!1,className:"spinner",zIndex:2E9,top:"50%",left:"50%"}),t=a.getCurrentFile(),q=null,v=null,x=null,z=null,p=mxUtils.button("",function(){null!=x&&m.zoomIn()});p.className="geSprite geSprite-zoomin";p.setAttribute("title",mxResources.get("zoomIn")); -p.style.outline="none";p.style.border="none";p.style.margin="2px";p.setAttribute("disabled","disabled");mxUtils.setOpacity(p,20);var F=mxUtils.button("",function(){null!=x&&m.zoomOut()});F.className="geSprite geSprite-zoomout";F.setAttribute("title",mxResources.get("zoomOut"));F.style.outline="none";F.style.border="none";F.style.margin="2px";F.setAttribute("disabled","disabled");mxUtils.setOpacity(F,20);var B=mxUtils.button("",function(){null!=x&&(m.maxFitScale=8,m.fit(8),m.center())});B.className= -"geSprite geSprite-fit";B.setAttribute("title",mxResources.get("fit"));B.style.outline="none";B.style.border="none";B.style.margin="2px";B.setAttribute("disabled","disabled");mxUtils.setOpacity(B,20);var E=mxUtils.button("",function(){null!=x&&(m.zoomActual(),m.center())});E.className="geSprite geSprite-actualsize";E.setAttribute("title",mxResources.get("actualSize"));E.style.outline="none";E.style.border="none";E.style.margin="2px";E.setAttribute("disabled","disabled");mxUtils.setOpacity(E,20);var w= -document.createElement("div");w.style.position="absolute";w.style.textAlign="right";w.style.color="gray";w.style.marginTop="10px";w.style.backgroundColor="transparent";w.style.top="440px";w.style.right="32px";w.style.maxWidth="380px";w.style.cursor="default";var G=mxUtils.button(mxResources.get("download"),function(){if(null!=x){var b=a.getCurrentFile(),b=null!=b&&null!=b.getTitle()?b.getTitle():a.defaultFilename,c=mxUtils.getXml(x.documentElement);a.isLocalFileSave()?a.saveLocalFile(c,b,"text/xml"): -(c="undefined"===typeof pako?"&xml="+encodeURIComponent(c):"&data="+encodeURIComponent(a.editor.graph.compress(c)),(new mxXmlRequest(SAVE_URL,"filename="+encodeURIComponent(b)+"&format=xml"+c)).simulate(document,"_blank"))}});G.className="geBtn";G.setAttribute("disabled","disabled");var y=mxUtils.button(mxResources.get("restore"),function(){null!=x&&null!=z&&a.confirm(mxResources.get("areYouSure"),function(){null!=c?c(z):a.spinner.spin(document.body,mxResources.get("restoring"))&&t.save(!0,function(b){a.spinner.stop(); -a.replaceFileData(z);a.hideDialog()},function(b){a.spinner.stop();a.editor.setStatus("");a.handleError(b,null!=b?mxResources.get("errorSavingFile"):null)})})});y.className="geBtn";y.setAttribute("disabled","disabled");var C=document.createElement("select");C.setAttribute("disabled","disabled");C.style.maxWidth="80px";C.style.position="relative";C.style.top="-2px";C.style.verticalAlign="bottom";C.style.marginRight="6px";C.style.display="none";var I=null;mxEvent.addListener(C,"change",function(a){null!= -I&&(I(a),mxEvent.consume(a))});var A=mxUtils.button(mxResources.get("openInNewWindow"),function(){null!=x&&(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(mxUtils.getXml(x.documentElement)),window.openWindow(a.getUrl()))});A.className="geBtn";A.setAttribute("disabled","disabled");null!=c&&(A.style.display="none");var D=mxUtils.button(mxResources.get("show"),function(){null!=v&&a.openLink(v.getUrl())});D.className="geBtn gePrimaryBtn";D.setAttribute("disabled", -"disabled");null!=c&&(D.style.display="none",y.className="geBtn gePrimaryBtn");e=document.createElement("div");e.style.position="absolute";e.style.top="482px";e.style.width="640px";e.style.textAlign="right";var H=document.createElement("div");H.className="geToolbarContainer";H.style.backgroundColor="transparent";H.style.padding="2px";H.style.border="none";H.style.left="199px";H.style.top="442px";var L=null;if(null!=b&&0<b.length){h.style.cursor="move";var M=document.createElement("table");M.style.border= -"1px solid lightGray";M.style.borderCollapse="collapse";M.style.borderSpacing="0px";M.style.width="100%";var Y=document.createElement("tbody"),aa=(new Date).toDateString();null!=a.currentPage&&null!=a.pages&&(l=mxUtils.indexOf(a.pages,a.currentPage));for(var O=b.length-1;0<=O;O--){var X=function(c){var d=new Date(c.modifiedDate),e=null;if(0<=d.getTime()){var n=function(b){u.stop();var c=mxUtils.parseXml(b),n=a.editor.extractGraphModel(c.documentElement,!0);if(null!=n){var g=function(b){null!=b&&(b= -q(mxUtils.parseXml(a.editor.graph.decompress(mxUtils.getTextContent(b))).documentElement));return b},q=function(a){var b=a.getAttribute("background");if(null==b||""==b||b==mxConstants.NONE)b="#ffffff";h.style.backgroundColor=b;(new mxCodec(a.ownerDocument)).decode(a,m.getModel());m.maxFitScale=1;m.fit(8);m.center();return a};C.style.display="none";C.innerHTML="";x=c;z=b;f=parseSelectFunction=null;k=0;if("mxfile"==n.nodeName){c=n.getElementsByTagName("diagram");f=[];for(b=0;b<c.length;b++)f.push(c[b]); -k=Math.min(l,f.length-1);0<f.length&&g(f[k]);if(1<f.length)for(C.removeAttribute("disabled"),C.style.display="",b=0;b<f.length;b++)c=document.createElement("option"),mxUtils.write(c,f[b].getAttribute("name")||mxResources.get("pageWithNumber",[b+1])),c.setAttribute("value",b),b==k&&c.setAttribute("selected","selected"),C.appendChild(c);I=function(){k=l=parseInt(C.value);g(f[l])}}else q(n);w.innerHTML="";mxUtils.write(w,d.toLocaleDateString()+" "+d.toLocaleTimeString());w.setAttribute("title",e.getAttribute("title")); -p.removeAttribute("disabled");F.removeAttribute("disabled");B.removeAttribute("disabled");E.removeAttribute("disabled");null!=t&&t.isRestricted()||(a.editor.graph.isEnabled()&&y.removeAttribute("disabled"),G.removeAttribute("disabled"),D.removeAttribute("disabled"),A.removeAttribute("disabled"));mxUtils.setOpacity(p,60);mxUtils.setOpacity(F,60);mxUtils.setOpacity(B,60);mxUtils.setOpacity(E,60)}else C.style.display="none",C.innerHTML="",w.innerHTML="",mxUtils.write(w,mxResources.get("errorLoadingFile"))}, -e=document.createElement("tr");e.style.borderBottom="1px solid lightGray";e.style.fontSize="12px";e.style.cursor="pointer";var g=document.createElement("td");g.style.padding="6px";g.style.whiteSpace="nowrap";c==b[b.length-1]?mxUtils.write(g,mxResources.get("current")):d.toDateString()===aa?mxUtils.write(g,d.toLocaleTimeString()):mxUtils.write(g,d.toLocaleDateString()+" "+d.toLocaleTimeString());e.appendChild(g);e.setAttribute("title",d.toLocaleDateString()+" "+d.toLocaleTimeString()+" "+a.formatFileSize(parseInt(c.fileSize))+ -(null!=c.lastModifyingUserName?" "+c.lastModifyingUserName:""));mxEvent.addListener(e,"click",function(a){v!=c&&(u.stop(),null!=q&&(q.style.backgroundColor=""),v=c,q=e,q.style.backgroundColor="#ebf2f9",z=x=null,w.removeAttribute("title"),w.innerHTML=mxResources.get("loading")+"...",h.style.backgroundColor="#ffffff",m.getModel().clear(),y.setAttribute("disabled","disabled"),G.setAttribute("disabled","disabled"),p.setAttribute("disabled","disabled"),F.setAttribute("disabled","disabled"),E.setAttribute("disabled", -"disabled"),B.setAttribute("disabled","disabled"),A.setAttribute("disabled","disabled"),D.setAttribute("disabled","disabled"),C.setAttribute("disabled","disabled"),mxUtils.setOpacity(p,20),mxUtils.setOpacity(F,20),mxUtils.setOpacity(B,20),mxUtils.setOpacity(E,20),u.spin(h),c.getXml(function(a){v==c&&n(a)},function(a){u.stop();C.style.display="none";C.innerHTML="";w.innerHTML="";mxUtils.write(w,mxResources.get("errorLoadingFile"))}),mxEvent.consume(a))});mxEvent.addListener(e,"dblclick",function(a){D.click(); -window.getSelection?window.getSelection().removeAllRanges():document.selection&&document.selection.empty();mxEvent.consume(a)},!1);Y.appendChild(e)}return e}(b[O]);null!=X&&O==b.length-1&&(L=X)}M.appendChild(Y);g.appendChild(M)}else null==t||null==a.drive&&t.constructor==window.DriveFile||null==a.dropbox&&t.constructor==window.DropboxFile?(h.style.display="none",H.style.display="none",mxUtils.write(g,mxResources.get("notAvailable"))):(h.style.display="none",H.style.display="none",mxUtils.write(g, -mxResources.get("noRevisions")));this.init=function(){null!=L&&L.click()};g=mxUtils.button(mxResources.get("close"),function(){a.hideDialog()});g.className="geBtn";H.appendChild(C);H.appendChild(p);H.appendChild(F);H.appendChild(E);H.appendChild(B);a.editor.cancelFirst?(e.appendChild(g),e.appendChild(G),e.appendChild(A),e.appendChild(y),e.appendChild(D)):(e.appendChild(G),e.appendChild(A),e.appendChild(y),e.appendChild(D),e.appendChild(g));d.appendChild(e);d.appendChild(H);d.appendChild(w);this.container= -d},DraftDialog=function(a,b,c,d,e,g,h,m){var l=document.createElement("div"),f=document.createElement("div");f.style.marginTop="0px";f.style.whiteSpace="nowrap";f.style.overflow="auto";mxUtils.write(f,b);l.appendChild(f);var k=document.createElement("div");k.style.position="absolute";k.style.border="1px solid lightGray";k.style.marginTop="10px";k.style.width="640px";k.style.top="46px";k.style.bottom="74px";k.style.overflow="hidden";mxEvent.disableContextMenu(k);l.appendChild(k);var n=new Graph(k); -n.setEnabled(!1);n.setPanning(!0);n.panningHandler.ignoreCell=!0;n.panningHandler.useLeftButtonForPanning=!0;n.minFitScale=null;n.maxFitScale=null;n.centerZoom=!0;b=mxUtils.parseXml(c);var u=a.editor.extractGraphModel(b.documentElement,!0),t=0,q=null,v=n.getGlobalVariable;n.getGlobalVariable=function(a){return"page"==a&&null!=q&&null!=q[t]?q[t].getAttribute("name"):"pagenumber"==a?t+1:v.apply(this,arguments)};n.getLinkForCell=function(){return null};b=mxUtils.button("",function(){n.zoomIn()});b.className= +"376px";h.style.overflow="hidden";mxEvent.disableContextMenu(h);d.appendChild(h);var l=new Graph(h);l.setEnabled(!1);l.setPanning(!0);l.panningHandler.ignoreCell=!0;l.panningHandler.useLeftButtonForPanning=!0;l.minFitScale=null;l.maxFitScale=null;l.centerZoom=!0;var m=0,f=null,k=0,n=l.getGlobalVariable;l.getGlobalVariable=function(a){return"page"==a&&null!=f&&null!=f[k]?f[k].getAttribute("name"):"pagenumber"==a?k+1:n.apply(this,arguments)};l.getLinkForCell=function(){return null};Editor.MathJaxRender&& +l.addListener(mxEvent.SIZE,mxUtils.bind(this,function(b,c){a.editor.graph.mathEnabled&&Editor.MathJaxRender(l.container)}));var t=new Spinner({lines:11,length:15,width:6,radius:10,corners:1,rotate:0,direction:1,color:"#000",speed:1.4,trail:60,shadow:!1,hwaccel:!1,className:"spinner",zIndex:2E9,top:"50%",left:"50%"}),u=a.getCurrentFile(),p=null,v=null,w=null,x=null,q=mxUtils.button("",function(){null!=w&&l.zoomIn()});q.className="geSprite geSprite-zoomin";q.setAttribute("title",mxResources.get("zoomIn")); +q.style.outline="none";q.style.border="none";q.style.margin="2px";q.setAttribute("disabled","disabled");mxUtils.setOpacity(q,20);var E=mxUtils.button("",function(){null!=w&&l.zoomOut()});E.className="geSprite geSprite-zoomout";E.setAttribute("title",mxResources.get("zoomOut"));E.style.outline="none";E.style.border="none";E.style.margin="2px";E.setAttribute("disabled","disabled");mxUtils.setOpacity(E,20);var z=mxUtils.button("",function(){null!=w&&(l.maxFitScale=8,l.fit(8),l.center())});z.className= +"geSprite geSprite-fit";z.setAttribute("title",mxResources.get("fit"));z.style.outline="none";z.style.border="none";z.style.margin="2px";z.setAttribute("disabled","disabled");mxUtils.setOpacity(z,20);var D=mxUtils.button("",function(){null!=w&&(l.zoomActual(),l.center())});D.className="geSprite geSprite-actualsize";D.setAttribute("title",mxResources.get("actualSize"));D.style.outline="none";D.style.border="none";D.style.margin="2px";D.setAttribute("disabled","disabled");mxUtils.setOpacity(D,20);var y= +document.createElement("div");y.style.position="absolute";y.style.textAlign="right";y.style.color="gray";y.style.marginTop="10px";y.style.backgroundColor="transparent";y.style.top="440px";y.style.right="32px";y.style.maxWidth="380px";y.style.cursor="default";var F=mxUtils.button(mxResources.get("download"),function(){if(null!=w){var b=a.getCurrentFile(),b=null!=b&&null!=b.getTitle()?b.getTitle():a.defaultFilename,c=mxUtils.getXml(w.documentElement);a.isLocalFileSave()?a.saveLocalFile(c,b,"text/xml"): +(c="undefined"===typeof pako?"&xml="+encodeURIComponent(c):"&data="+encodeURIComponent(a.editor.graph.compress(c)),(new mxXmlRequest(SAVE_URL,"filename="+encodeURIComponent(b)+"&format=xml"+c)).simulate(document,"_blank"))}});F.className="geBtn";F.setAttribute("disabled","disabled");var C=mxUtils.button(mxResources.get("restore"),function(){null!=w&&null!=x&&a.confirm(mxResources.get("areYouSure"),function(){null!=c?c(x):a.spinner.spin(document.body,mxResources.get("restoring"))&&u.save(!0,function(b){a.spinner.stop(); +a.replaceFileData(x);a.hideDialog()},function(b){a.spinner.stop();a.editor.setStatus("");a.handleError(b,null!=b?mxResources.get("errorSavingFile"):null)})})});C.className="geBtn";C.setAttribute("disabled","disabled");var G=document.createElement("select");G.setAttribute("disabled","disabled");G.style.maxWidth="80px";G.style.position="relative";G.style.top="-2px";G.style.verticalAlign="bottom";G.style.marginRight="6px";G.style.display="none";var B=null;mxEvent.addListener(G,"change",function(a){null!= +B&&(B(a),mxEvent.consume(a))});var A=mxUtils.button(mxResources.get("openInNewWindow"),function(){null!=w&&(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(mxUtils.getXml(w.documentElement)),window.openWindow(a.getUrl()))});A.className="geBtn";A.setAttribute("disabled","disabled");null!=c&&(A.style.display="none");var I=mxUtils.button(mxResources.get("show"),function(){null!=v&&a.openLink(v.getUrl())});I.className="geBtn gePrimaryBtn";I.setAttribute("disabled", +"disabled");null!=c&&(I.style.display="none",C.className="geBtn gePrimaryBtn");e=document.createElement("div");e.style.position="absolute";e.style.top="482px";e.style.width="640px";e.style.textAlign="right";var H=document.createElement("div");H.className="geToolbarContainer";H.style.backgroundColor="transparent";H.style.padding="2px";H.style.border="none";H.style.left="199px";H.style.top="442px";var J=null;if(null!=b&&0<b.length){h.style.cursor="move";var L=document.createElement("table");L.style.border= +"1px solid lightGray";L.style.borderCollapse="collapse";L.style.borderSpacing="0px";L.style.width="100%";var Q=document.createElement("tbody"),U=(new Date).toDateString();null!=a.currentPage&&null!=a.pages&&(m=mxUtils.indexOf(a.pages,a.currentPage));for(var T=b.length-1;0<=T;T--){var aa=function(c){var d=new Date(c.modifiedDate),e=null;if(0<=d.getTime()){var n=function(b){t.stop();var c=mxUtils.parseXml(b),n=a.editor.extractGraphModel(c.documentElement,!0);if(null!=n){var g=function(b){null!=b&&(b= +v(mxUtils.parseXml(a.editor.graph.decompress(mxUtils.getTextContent(b))).documentElement));return b},v=function(a){var b=a.getAttribute("background");if(null==b||""==b||b==mxConstants.NONE)b="#ffffff";h.style.backgroundColor=b;(new mxCodec(a.ownerDocument)).decode(a,l.getModel());l.maxFitScale=1;l.fit(8);l.center();return a};G.style.display="none";G.innerHTML="";w=c;x=b;f=parseSelectFunction=null;k=0;if("mxfile"==n.nodeName){c=n.getElementsByTagName("diagram");f=[];for(b=0;b<c.length;b++)f.push(c[b]); +k=Math.min(m,f.length-1);0<f.length&&g(f[k]);if(1<f.length)for(G.removeAttribute("disabled"),G.style.display="",b=0;b<f.length;b++)c=document.createElement("option"),mxUtils.write(c,f[b].getAttribute("name")||mxResources.get("pageWithNumber",[b+1])),c.setAttribute("value",b),b==k&&c.setAttribute("selected","selected"),G.appendChild(c);B=function(){k=m=parseInt(G.value);g(f[m])}}else v(n);y.innerHTML="";mxUtils.write(y,d.toLocaleDateString()+" "+d.toLocaleTimeString());y.setAttribute("title",e.getAttribute("title")); +q.removeAttribute("disabled");E.removeAttribute("disabled");z.removeAttribute("disabled");D.removeAttribute("disabled");null!=u&&u.isRestricted()||(a.editor.graph.isEnabled()&&C.removeAttribute("disabled"),F.removeAttribute("disabled"),I.removeAttribute("disabled"),A.removeAttribute("disabled"));mxUtils.setOpacity(q,60);mxUtils.setOpacity(E,60);mxUtils.setOpacity(z,60);mxUtils.setOpacity(D,60)}else G.style.display="none",G.innerHTML="",y.innerHTML="",mxUtils.write(y,mxResources.get("errorLoadingFile"))}, +e=document.createElement("tr");e.style.borderBottom="1px solid lightGray";e.style.fontSize="12px";e.style.cursor="pointer";var g=document.createElement("td");g.style.padding="6px";g.style.whiteSpace="nowrap";c==b[b.length-1]?mxUtils.write(g,mxResources.get("current")):d.toDateString()===U?mxUtils.write(g,d.toLocaleTimeString()):mxUtils.write(g,d.toLocaleDateString()+" "+d.toLocaleTimeString());e.appendChild(g);e.setAttribute("title",d.toLocaleDateString()+" "+d.toLocaleTimeString()+" "+a.formatFileSize(parseInt(c.fileSize))+ +(null!=c.lastModifyingUserName?" "+c.lastModifyingUserName:""));mxEvent.addListener(e,"click",function(a){v!=c&&(t.stop(),null!=p&&(p.style.backgroundColor=""),v=c,p=e,p.style.backgroundColor="#ebf2f9",x=w=null,y.removeAttribute("title"),y.innerHTML=mxResources.get("loading")+"...",h.style.backgroundColor="#ffffff",l.getModel().clear(),C.setAttribute("disabled","disabled"),F.setAttribute("disabled","disabled"),q.setAttribute("disabled","disabled"),E.setAttribute("disabled","disabled"),D.setAttribute("disabled", +"disabled"),z.setAttribute("disabled","disabled"),A.setAttribute("disabled","disabled"),I.setAttribute("disabled","disabled"),G.setAttribute("disabled","disabled"),mxUtils.setOpacity(q,20),mxUtils.setOpacity(E,20),mxUtils.setOpacity(z,20),mxUtils.setOpacity(D,20),t.spin(h),c.getXml(function(a){v==c&&n(a)},function(a){t.stop();G.style.display="none";G.innerHTML="";y.innerHTML="";mxUtils.write(y,mxResources.get("errorLoadingFile"))}),mxEvent.consume(a))});mxEvent.addListener(e,"dblclick",function(a){I.click(); +window.getSelection?window.getSelection().removeAllRanges():document.selection&&document.selection.empty();mxEvent.consume(a)},!1);Q.appendChild(e)}return e}(b[T]);null!=aa&&T==b.length-1&&(J=aa)}L.appendChild(Q);g.appendChild(L)}else null==u||null==a.drive&&u.constructor==window.DriveFile||null==a.dropbox&&u.constructor==window.DropboxFile?(h.style.display="none",H.style.display="none",mxUtils.write(g,mxResources.get("notAvailable"))):(h.style.display="none",H.style.display="none",mxUtils.write(g, +mxResources.get("noRevisions")));this.init=function(){null!=J&&J.click()};g=mxUtils.button(mxResources.get("close"),function(){a.hideDialog()});g.className="geBtn";H.appendChild(G);H.appendChild(q);H.appendChild(E);H.appendChild(D);H.appendChild(z);a.editor.cancelFirst?(e.appendChild(g),e.appendChild(F),e.appendChild(A),e.appendChild(C),e.appendChild(I)):(e.appendChild(F),e.appendChild(A),e.appendChild(C),e.appendChild(I),e.appendChild(g));d.appendChild(e);d.appendChild(H);d.appendChild(y);this.container= +d},DraftDialog=function(a,b,c,d,e,g,h,l){var m=document.createElement("div"),f=document.createElement("div");f.style.marginTop="0px";f.style.whiteSpace="nowrap";f.style.overflow="auto";mxUtils.write(f,b);m.appendChild(f);var k=document.createElement("div");k.style.position="absolute";k.style.border="1px solid lightGray";k.style.marginTop="10px";k.style.width="640px";k.style.top="46px";k.style.bottom="74px";k.style.overflow="hidden";mxEvent.disableContextMenu(k);m.appendChild(k);var n=new Graph(k); +n.setEnabled(!1);n.setPanning(!0);n.panningHandler.ignoreCell=!0;n.panningHandler.useLeftButtonForPanning=!0;n.minFitScale=null;n.maxFitScale=null;n.centerZoom=!0;b=mxUtils.parseXml(c);var t=a.editor.extractGraphModel(b.documentElement,!0),u=0,p=null,v=n.getGlobalVariable;n.getGlobalVariable=function(a){return"page"==a&&null!=p&&null!=p[u]?p[u].getAttribute("name"):"pagenumber"==a?u+1:v.apply(this,arguments)};n.getLinkForCell=function(){return null};b=mxUtils.button("",function(){n.zoomIn()});b.className= "geSprite geSprite-zoomin";b.setAttribute("title",mxResources.get("zoomIn"));b.style.outline="none";b.style.border="none";b.style.margin="2px";mxUtils.setOpacity(b,60);c=mxUtils.button("",function(){n.zoomOut()});c.className="geSprite geSprite-zoomout";c.setAttribute("title",mxResources.get("zoomOut"));c.style.outline="none";c.style.border="none";c.style.margin="2px";mxUtils.setOpacity(c,60);f=mxUtils.button("",function(){n.maxFitScale=8;n.fit(8);n.center()});f.className="geSprite geSprite-fit";f.setAttribute("title", -mxResources.get("fit"));f.style.outline="none";f.style.border="none";f.style.margin="2px";mxUtils.setOpacity(f,60);var x=mxUtils.button("",function(){n.zoomActual();n.center()});x.className="geSprite geSprite-actualsize";x.setAttribute("title",mxResources.get("actualSize"));x.style.outline="none";x.style.border="none";x.style.margin="2px";mxUtils.setOpacity(x,60);e=mxUtils.button(h||mxResources.get("discard"),e);e.className="geBtn";var z=document.createElement("select");z.style.maxWidth="80px";z.style.position= -"relative";z.style.top="-2px";z.style.verticalAlign="bottom";z.style.marginRight="6px";z.style.display="none";d=mxUtils.button(g||mxResources.get("edit"),d);d.className="geBtn gePrimaryBtn";g=document.createElement("div");g.style.position="absolute";g.style.bottom="30px";g.style.width="640px";g.style.textAlign="right";h=document.createElement("div");h.className="geToolbarContainer";h.style.cssText="box-shadow:none !important;background-color:transparent;padding:2px;border-style:none !important;bottom:30px;"; -this.init=function(){function b(a){if(null!=a){var b=a.getAttribute("background");if(null==b||""==b||b==mxConstants.NONE)b="#ffffff";k.style.backgroundColor=b;(new mxCodec(a.ownerDocument)).decode(a,n.getModel());n.maxFitScale=1;n.fit(8);n.center()}}function c(c){null!=c&&(c=b(mxUtils.parseXml(a.editor.graph.decompress(mxUtils.getTextContent(c))).documentElement));return c}mxEvent.addListener(z,"change",function(a){t=parseInt(z.value);c(q[t]);mxEvent.consume(a)});if("mxfile"==u.nodeName){var d=u.getElementsByTagName("diagram"); -q=[];for(var f=0;f<d.length;f++)q.push(d[f]);0<q.length&&c(q[t]);if(1<q.length)for(z.style.display="",f=0;f<q.length;f++)d=document.createElement("option"),mxUtils.write(d,q[f].getAttribute("name")||mxResources.get("pageWithNumber",[f+1])),d.setAttribute("value",f),f==t&&d.setAttribute("selected","selected"),z.appendChild(d)}else b(u)};h.appendChild(z);h.appendChild(b);h.appendChild(c);h.appendChild(x);h.appendChild(f);b=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog(!0)});b.className= -"geBtn";m=null!=m?mxUtils.button(mxResources.get("ignore"),m):null;null!=m&&(m.className="geBtn");a.editor.cancelFirst?(g.appendChild(b),null!=m&&g.appendChild(m),g.appendChild(e),g.appendChild(d)):(g.appendChild(d),g.appendChild(e),null!=m&&g.appendChild(m),g.appendChild(b));l.appendChild(g);l.appendChild(h);this.container=l},FindWindow=function(a,b,c,d,e){function g(a,b,c){if("object"===typeof b.value&&null!=b.value.attributes){b=b.value.attributes;for(var d=0;d<b.length;d++)if("label"!=b[d].nodeName){var f= -mxUtils.trim(b[d].nodeValue.replace(/[\x00-\x1F\x7F-\x9F]|\s+/g," ")).toLowerCase();if(null==a&&f.substring(0,c.length)===c||null!=a&&a.test(f))return!0}}return!1}function h(){var a=l.model.getDescendants(l.model.getRoot()),b=u.value.toLowerCase(),c=t.checked?new RegExp(b):null,d=null;f!=b&&(f=b,k=null);var e=null==k;if(0<b.length)for(var n=0;n<a.length;n++){var h=l.view.getState(a[n]);if(null!=h&&null!=h.cell.value&&(e||null==d)&&(l.model.isVertex(h.cell)||l.model.isEdge(h.cell))&&(l.isHtmlLabel(h.cell)? -(q.innerHTML=l.getLabel(h.cell),label=mxUtils.extractTextWithWhitespace([q])):label=l.getLabel(h.cell),label=mxUtils.trim(label.replace(/[\x00-\x1F\x7F-\x9F]|\s+/g," ")).toLowerCase(),null==c&&(label.substring(0,b.length)===b||g(c,h.cell,b))||null!=c&&(c.test(label)||g(c,h.cell,b))))if(e){d=h;break}else null==d&&(d=h);e=e||h==k}null!=d?(k=d,l.scrollCellToVisible(k.cell),l.isEnabled()?l.setSelectionCell(k.cell):l.highlightCell(k.cell)):l.isEnabled()&&l.clearSelection();return 0==b.length||null!=d} -var m=a.actions.get("find"),l=a.editor.graph,f=null,k=null,n=document.createElement("div");n.style.userSelect="none";n.style.overflow="hidden";n.style.padding="10px";n.style.height="100%";var u=document.createElement("input");u.setAttribute("placeholder",mxResources.get("find"));u.setAttribute("type","text");u.style.marginTop="4px";u.style.marginBottom="6px";u.style.width="200px";u.style.fontSize="12px";u.style.borderRadius="4px";u.style.padding="6px";n.appendChild(u);mxUtils.br(n);var t=document.createElement("input"); -t.setAttribute("type","checkbox");t.style.marginRight="4px";n.appendChild(t);mxUtils.write(n,mxResources.get("regularExpression"));var q=document.createElement("div");mxUtils.br(n);var v=mxUtils.button(mxResources.get("reset"),function(){u.value="";u.style.backgroundColor="";f=k=null;u.focus()});v.setAttribute("title",mxResources.get("reset"));v.style.marginTop="6px";v.style.marginRight="4px";v.className="geBtn";n.appendChild(v);v=mxUtils.button(mxResources.get("find"),function(){try{u.style.backgroundColor= -h()?"":"#ffcfcf"}catch(x){a.handleError(x)}});v.setAttribute("title",mxResources.get("find")+" (Enter)");v.style.marginTop="6px";v.className="geBtn gePrimaryBtn";n.appendChild(v);mxEvent.addListener(u,"keyup",function(a){if(91==a.keyCode||17==a.keyCode)mxEvent.consume(a);else if(27==a.keyCode)m.funct();else if(f!=u.value.toLowerCase()||13==a.keyCode)try{u.style.backgroundColor=h()?"":"#ffcfcf"}catch(z){u.style.backgroundColor="#ffcfcf"}});mxEvent.addListener(n,"keydown",function(b){70==b.keyCode&& -a.keyHandler.isControlDown(b)&&!mxEvent.isShiftDown(b)&&(m.funct(),mxEvent.consume(b))});this.window=new mxWindow(mxResources.get("find"),n,b,c,d,e,!0,!0);this.window.destroyOnClose=!1;this.window.setMaximizable(!1);this.window.setResizable(!1);this.window.setClosable(!0);this.window.addListener("show",mxUtils.bind(this,function(){this.window.isVisible()?(u.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?u.select():document.execCommand("selectAll",!1,null)):l.container.focus()}))}, -TagsWindow=function(a,b,c,d,e){var g=a.editor.graph,h="tags",m=document.createElement("div");m.style.userSelect="none";m.style.overflow="hidden";m.style.padding="10px";m.style.height="100%";var l=document.createElement("input");l.setAttribute("placeholder",mxResources.get("allTags"));l.setAttribute("type","text");l.style.marginTop="4px";l.style.width="260px";l.style.fontSize="12px";l.style.borderRadius="4px";l.style.padding="6px";m.appendChild(l);if(!a.isOffline()||mxClient.IS_CHROMEAPP){l.style.width= -"240px";var f=a.menus.createHelpLink("https://desk.draw.io/support/solutions/articles/16000046966");f.firstChild.style.marginBottom="6px";f.style.marginLeft="6px";m.appendChild(f)}mxEvent.addListener(l,"dblclick",function(){var b=new FilenameDialog(a,h,mxResources.get("ok"),mxUtils.bind(this,function(a){null!=a&&0<a.length&&(h=a)}),mxResources.get("enterPropertyName"));a.showDialog(b.container,300,80,!0,!0);b.init()});l.setAttribute("title",mxResources.get("doubleClickChangeProperty"));mxUtils.br(m); -f=mxUtils.button(mxResources.get("hide"),function(){var a=g.getCellsForTags(l.value.split(" "),void 0,h);g.setCellsVisible(a,!1)});f.setAttribute("title",mxResources.get("hide"));f.style.marginTop="8px";f.style.marginRight="4px";f.className="geBtn";m.appendChild(f);f=mxUtils.button(mxResources.get("show"),function(){var a=g.getCellsForTags(l.value.split(" "),void 0,h);g.setCellsVisible(a,!0);if(g.isEnabled())g.setSelectionCells(a);else for(var b=0;b<a.length;b++)g.highlightCell(a[b])});f.setAttribute("title", -mxResources.get("show"));f.style.marginTop="8px";f.style.marginRight="4px";f.className="geBtn";m.appendChild(f);var k=a.actions.get("tags"),f=mxUtils.button(mxResources.get("close"),function(){k.funct()});f.setAttribute("title",mxResources.get("close")+" (Enter/Esc)");f.style.marginTop="8px";f.className="geBtn gePrimaryBtn";m.appendChild(f);mxEvent.addListener(l,"keyup",function(a){13!=a.keyCode&&27!=a.keyCode||k.funct()});this.window=new mxWindow(mxResources.get("tags"),m,b,c,d,e,!0,!0);this.window.destroyOnClose= -!1;this.window.setMaximizable(!1);this.window.setResizable(!1);this.window.setClosable(!0);this.window.addListener("show",mxUtils.bind(this,function(){this.window.isVisible()?(l.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?l.select():document.execCommand("selectAll",!1,null)):g.container.focus()}))},AuthDialog=function(a,b,c,d){var e=document.createElement("div");e.style.textAlign="center";var g=document.createElement("p");g.style.fontSize="16pt";g.style.padding= -"0px";g.style.margin="0px";g.style.color="gray";mxUtils.write(g,mxResources.get("authorizationRequired"));var h="Unknown",m=document.createElement("img");m.setAttribute("border","0");m.setAttribute("align","absmiddle");m.style.marginRight="10px";b==a.drive?(h=mxResources.get("googleDrive"),m.src=IMAGE_PATH+"/google-drive-logo-white.svg"):b==a.dropbox?(h=mxResources.get("dropbox"),m.src=IMAGE_PATH+"/dropbox-logo-white.svg"):b==a.oneDrive?(h=mxResources.get("oneDrive"),m.src=IMAGE_PATH+"/onedrive-logo-white.svg"): -b==a.gitHub?(h=mxResources.get("github"),m.src=IMAGE_PATH+"/github-logo-white.svg"):b==a.trello&&(h=mxResources.get("trello"),m.src=IMAGE_PATH+"/trello-logo-white.svg");a=document.createElement("p");mxUtils.write(a,mxResources.get("authorizeThisAppIn",[h]));var l=document.createElement("input");l.setAttribute("type","checkbox");h=mxUtils.button(mxResources.get("authorize"),function(){d(l.checked)});h.insertBefore(m,h.firstChild);h.style.marginTop="6px";h.className="geBigButton";e.appendChild(g);e.appendChild(a); -e.appendChild(h);c&&(c=document.createElement("p"),c.style.marginTop="20px",c.appendChild(l),g=document.createElement("span"),mxUtils.write(g," "+mxResources.get("rememberMe")),c.appendChild(g),e.appendChild(c),l.checked=!0,l.defaultChecked=!0,mxEvent.addListener(g,"click",function(a){l.checked=!l.checked;mxEvent.consume(a)}));this.container=e},MoreShapesDialog=function(a,b,c){c=null!=c?c:a.sidebar.entries;var d=document.createElement("div");if(b){b=document.createElement("div");b.className="geDialogTitle"; +mxResources.get("fit"));f.style.outline="none";f.style.border="none";f.style.margin="2px";mxUtils.setOpacity(f,60);var w=mxUtils.button("",function(){n.zoomActual();n.center()});w.className="geSprite geSprite-actualsize";w.setAttribute("title",mxResources.get("actualSize"));w.style.outline="none";w.style.border="none";w.style.margin="2px";mxUtils.setOpacity(w,60);e=mxUtils.button(h||mxResources.get("discard"),e);e.className="geBtn";var x=document.createElement("select");x.style.maxWidth="80px";x.style.position= +"relative";x.style.top="-2px";x.style.verticalAlign="bottom";x.style.marginRight="6px";x.style.display="none";d=mxUtils.button(g||mxResources.get("edit"),d);d.className="geBtn gePrimaryBtn";g=document.createElement("div");g.style.position="absolute";g.style.bottom="30px";g.style.width="640px";g.style.textAlign="right";h=document.createElement("div");h.className="geToolbarContainer";h.style.cssText="box-shadow:none !important;background-color:transparent;padding:2px;border-style:none !important;bottom:30px;"; +this.init=function(){function b(a){if(null!=a){var b=a.getAttribute("background");if(null==b||""==b||b==mxConstants.NONE)b="#ffffff";k.style.backgroundColor=b;(new mxCodec(a.ownerDocument)).decode(a,n.getModel());n.maxFitScale=1;n.fit(8);n.center()}}function c(c){null!=c&&(c=b(mxUtils.parseXml(a.editor.graph.decompress(mxUtils.getTextContent(c))).documentElement));return c}mxEvent.addListener(x,"change",function(a){u=parseInt(x.value);c(p[u]);mxEvent.consume(a)});if("mxfile"==t.nodeName){var d=t.getElementsByTagName("diagram"); +p=[];for(var f=0;f<d.length;f++)p.push(d[f]);0<p.length&&c(p[u]);if(1<p.length)for(x.style.display="",f=0;f<p.length;f++)d=document.createElement("option"),mxUtils.write(d,p[f].getAttribute("name")||mxResources.get("pageWithNumber",[f+1])),d.setAttribute("value",f),f==u&&d.setAttribute("selected","selected"),x.appendChild(d)}else b(t)};h.appendChild(x);h.appendChild(b);h.appendChild(c);h.appendChild(w);h.appendChild(f);b=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog(!0)});b.className= +"geBtn";l=null!=l?mxUtils.button(mxResources.get("ignore"),l):null;null!=l&&(l.className="geBtn");a.editor.cancelFirst?(g.appendChild(b),null!=l&&g.appendChild(l),g.appendChild(e),g.appendChild(d)):(g.appendChild(d),g.appendChild(e),null!=l&&g.appendChild(l),g.appendChild(b));m.appendChild(g);m.appendChild(h);this.container=m},FindWindow=function(a,b,c,d,e){function g(a,b,c){if("object"===typeof b.value&&null!=b.value.attributes){b=b.value.attributes;for(var d=0;d<b.length;d++)if("label"!=b[d].nodeName){var f= +mxUtils.trim(b[d].nodeValue.replace(/[\x00-\x1F\x7F-\x9F]|\s+/g," ")).toLowerCase();if(null==a&&f.substring(0,c.length)===c||null!=a&&a.test(f))return!0}}return!1}function h(){var a=m.model.getDescendants(m.model.getRoot()),b=t.value.toLowerCase(),c=u.checked?new RegExp(b):null,d=null;f!=b&&(f=b,k=null);var e=null==k;if(0<b.length)for(var n=0;n<a.length;n++){var h=m.view.getState(a[n]);if(null!=h&&null!=h.cell.value&&(e||null==d)&&(m.model.isVertex(h.cell)||m.model.isEdge(h.cell))&&(m.isHtmlLabel(h.cell)? +(p.innerHTML=m.getLabel(h.cell),label=mxUtils.extractTextWithWhitespace([p])):label=m.getLabel(h.cell),label=mxUtils.trim(label.replace(/[\x00-\x1F\x7F-\x9F]|\s+/g," ")).toLowerCase(),null==c&&(label.substring(0,b.length)===b||g(c,h.cell,b))||null!=c&&(c.test(label)||g(c,h.cell,b))))if(e){d=h;break}else null==d&&(d=h);e=e||h==k}null!=d?(k=d,m.scrollCellToVisible(k.cell),m.isEnabled()?m.setSelectionCell(k.cell):m.highlightCell(k.cell)):m.isEnabled()&&m.clearSelection();return 0==b.length||null!=d} +var l=a.actions.get("find"),m=a.editor.graph,f=null,k=null,n=document.createElement("div");n.style.userSelect="none";n.style.overflow="hidden";n.style.padding="10px";n.style.height="100%";var t=document.createElement("input");t.setAttribute("placeholder",mxResources.get("find"));t.setAttribute("type","text");t.style.marginTop="4px";t.style.marginBottom="6px";t.style.width="200px";t.style.fontSize="12px";t.style.borderRadius="4px";t.style.padding="6px";n.appendChild(t);mxUtils.br(n);var u=document.createElement("input"); +u.setAttribute("type","checkbox");u.style.marginRight="4px";n.appendChild(u);mxUtils.write(n,mxResources.get("regularExpression"));var p=document.createElement("div");mxUtils.br(n);var v=mxUtils.button(mxResources.get("reset"),function(){t.value="";t.style.backgroundColor="";f=k=null;t.focus()});v.setAttribute("title",mxResources.get("reset"));v.style.marginTop="6px";v.style.marginRight="4px";v.className="geBtn";n.appendChild(v);v=mxUtils.button(mxResources.get("find"),function(){try{t.style.backgroundColor= +h()?"":"#ffcfcf"}catch(w){a.handleError(w)}});v.setAttribute("title",mxResources.get("find")+" (Enter)");v.style.marginTop="6px";v.className="geBtn gePrimaryBtn";n.appendChild(v);mxEvent.addListener(t,"keyup",function(a){if(91==a.keyCode||17==a.keyCode)mxEvent.consume(a);else if(27==a.keyCode)l.funct();else if(f!=t.value.toLowerCase()||13==a.keyCode)try{t.style.backgroundColor=h()?"":"#ffcfcf"}catch(x){t.style.backgroundColor="#ffcfcf"}});mxEvent.addListener(n,"keydown",function(b){70==b.keyCode&& +a.keyHandler.isControlDown(b)&&!mxEvent.isShiftDown(b)&&(l.funct(),mxEvent.consume(b))});this.window=new mxWindow(mxResources.get("find"),n,b,c,d,e,!0,!0);this.window.destroyOnClose=!1;this.window.setMaximizable(!1);this.window.setResizable(!1);this.window.setClosable(!0);this.window.addListener("show",mxUtils.bind(this,function(){this.window.isVisible()?(t.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?t.select():document.execCommand("selectAll",!1,null)):m.container.focus()}))}, +TagsWindow=function(a,b,c,d,e){var g=a.editor.graph,h="tags",l=document.createElement("div");l.style.userSelect="none";l.style.overflow="hidden";l.style.padding="10px";l.style.height="100%";var m=document.createElement("input");m.setAttribute("placeholder",mxResources.get("allTags"));m.setAttribute("type","text");m.style.marginTop="4px";m.style.width="260px";m.style.fontSize="12px";m.style.borderRadius="4px";m.style.padding="6px";l.appendChild(m);if(!a.isOffline()||mxClient.IS_CHROMEAPP){m.style.width= +"240px";var f=a.menus.createHelpLink("https://desk.draw.io/support/solutions/articles/16000046966");f.firstChild.style.marginBottom="6px";f.style.marginLeft="6px";l.appendChild(f)}mxEvent.addListener(m,"dblclick",function(){var b=new FilenameDialog(a,h,mxResources.get("ok"),mxUtils.bind(this,function(a){null!=a&&0<a.length&&(h=a)}),mxResources.get("enterPropertyName"));a.showDialog(b.container,300,80,!0,!0);b.init()});m.setAttribute("title",mxResources.get("doubleClickChangeProperty"));mxUtils.br(l); +f=mxUtils.button(mxResources.get("hide"),function(){var a=g.getCellsForTags(m.value.split(" "),void 0,h);g.setCellsVisible(a,!1)});f.setAttribute("title",mxResources.get("hide"));f.style.marginTop="8px";f.style.marginRight="4px";f.className="geBtn";l.appendChild(f);f=mxUtils.button(mxResources.get("show"),function(){var a=g.getCellsForTags(m.value.split(" "),void 0,h);g.setCellsVisible(a,!0);if(g.isEnabled())g.setSelectionCells(a);else for(var b=0;b<a.length;b++)g.highlightCell(a[b])});f.setAttribute("title", +mxResources.get("show"));f.style.marginTop="8px";f.style.marginRight="4px";f.className="geBtn";l.appendChild(f);var k=a.actions.get("tags"),f=mxUtils.button(mxResources.get("close"),function(){k.funct()});f.setAttribute("title",mxResources.get("close")+" (Enter/Esc)");f.style.marginTop="8px";f.className="geBtn gePrimaryBtn";l.appendChild(f);mxEvent.addListener(m,"keyup",function(a){13!=a.keyCode&&27!=a.keyCode||k.funct()});this.window=new mxWindow(mxResources.get("tags"),l,b,c,d,e,!0,!0);this.window.destroyOnClose= +!1;this.window.setMaximizable(!1);this.window.setResizable(!1);this.window.setClosable(!0);this.window.addListener("show",mxUtils.bind(this,function(){this.window.isVisible()?(m.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?m.select():document.execCommand("selectAll",!1,null)):g.container.focus()}))},AuthDialog=function(a,b,c,d){var e=document.createElement("div");e.style.textAlign="center";var g=document.createElement("p");g.style.fontSize="16pt";g.style.padding= +"0px";g.style.margin="0px";g.style.color="gray";mxUtils.write(g,mxResources.get("authorizationRequired"));var h="Unknown",l=document.createElement("img");l.setAttribute("border","0");l.setAttribute("align","absmiddle");l.style.marginRight="10px";b==a.drive?(h=mxResources.get("googleDrive"),l.src=IMAGE_PATH+"/google-drive-logo-white.svg"):b==a.dropbox?(h=mxResources.get("dropbox"),l.src=IMAGE_PATH+"/dropbox-logo-white.svg"):b==a.oneDrive?(h=mxResources.get("oneDrive"),l.src=IMAGE_PATH+"/onedrive-logo-white.svg"): +b==a.gitHub?(h=mxResources.get("github"),l.src=IMAGE_PATH+"/github-logo-white.svg"):b==a.trello&&(h=mxResources.get("trello"),l.src=IMAGE_PATH+"/trello-logo-white.svg");a=document.createElement("p");mxUtils.write(a,mxResources.get("authorizeThisAppIn",[h]));var m=document.createElement("input");m.setAttribute("type","checkbox");h=mxUtils.button(mxResources.get("authorize"),function(){d(m.checked)});h.insertBefore(l,h.firstChild);h.style.marginTop="6px";h.className="geBigButton";e.appendChild(g);e.appendChild(a); +e.appendChild(h);c&&(c=document.createElement("p"),c.style.marginTop="20px",c.appendChild(m),g=document.createElement("span"),mxUtils.write(g," "+mxResources.get("rememberMe")),c.appendChild(g),e.appendChild(c),m.checked=!0,m.defaultChecked=!0,mxEvent.addListener(g,"click",function(a){m.checked=!m.checked;mxEvent.consume(a)}));this.container=e},MoreShapesDialog=function(a,b,c){c=null!=c?c:a.sidebar.entries;var d=document.createElement("div");if(b){b=document.createElement("div");b.className="geDialogTitle"; mxUtils.write(b,mxResources.get("shapes"));b.style.position="absolute";b.style.top="0px";b.style.left="0px";b.style.lineHeight="40px";b.style.height="40px";b.style.right="0px";mxClient.IS_QUIRKS&&(b.style.width="718px");var e=document.createElement("div"),g=document.createElement("div");e.style.position="absolute";e.style.top="40px";e.style.left="0px";e.style.width="202px";e.style.bottom="60px";e.style.overflow="auto";mxClient.IS_QUIRKS&&(e.style.height="437px",e.style.marginTop="1px");g.style.position= -"absolute";g.style.left="202px";g.style.right="0px";g.style.top="40px";g.style.bottom="60px";g.style.overflow="auto";g.style.borderLeft="1px solid rgb(211, 211, 211)";g.style.textAlign="center";mxClient.IS_QUIRKS&&(g.style.width=parseInt(b.style.width)-202+"px",g.style.height=e.style.height,g.style.marginTop=e.style.marginTop);var h=null,m=[],l=document.createElement("div");l.style.position="relative";l.style.left="0px";l.style.right="0px";for(var f=0;f<c.length;f++)(function(b){var c=l.cloneNode(!1); -c.style.fontWeight="bold";c.style.backgroundColor="dark"==uiTheme?"#505759":"#e5e5e5";c.style.padding="6px 0px 6px 20px";mxUtils.write(c,b.title);e.appendChild(c);for(var d=0;d<b.entries.length;d++)(function(b){var c=l.cloneNode(!1);c.style.cursor="pointer";c.style.padding="4px 0px 4px 20px";var k=document.createElement("input");k.setAttribute("type","checkbox");k.checked=a.sidebar.isEntryVisible(b.id);k.defaultChecked=k.checked;c.appendChild(k);mxUtils.write(c," "+b.title);e.appendChild(c);var p= -function(a){if(null==a||"INPUT"!=mxEvent.getSource(a).nodeName)null!=b.imageCallback?b.imageCallback(g):null!=b.image?g.innerHTML='<img border="0" src="'+b.image+'"/>':(g.innerHTML="<br>",mxUtils.write(g,mxResources.get("noPreview"))),null!=h&&(h.style.backgroundColor=""),h=c,h.style.backgroundColor="dark"==uiTheme?"#505759":"#ebf2f9",null!=a&&mxEvent.consume(a)};mxEvent.addListener(c,"click",p);mxEvent.addListener(c,"dblclick",function(a){k.checked=!k.checked;mxEvent.consume(a)});m.push(function(){return k.checked? -b.id:null});0==f&&0==d&&p()})(b.entries[d])})(c[f]);d.style.padding="30px";d.appendChild(b);d.appendChild(e);d.appendChild(g);c=document.createElement("div");c.className="geDialogFooter";c.style.position="absolute";c.style.paddingRight="16px";c.style.color="gray";c.style.left="0px";c.style.right="0px";c.style.bottom="0px";c.style.height="60px";c.style.lineHeight="52px";mxClient.IS_QUIRKS&&(c.style.width=b.style.width,c.style.paddingTop="12px");var k=document.createElement("input");k.setAttribute("type", +"absolute";g.style.left="202px";g.style.right="0px";g.style.top="40px";g.style.bottom="60px";g.style.overflow="auto";g.style.borderLeft="1px solid rgb(211, 211, 211)";g.style.textAlign="center";mxClient.IS_QUIRKS&&(g.style.width=parseInt(b.style.width)-202+"px",g.style.height=e.style.height,g.style.marginTop=e.style.marginTop);var h=null,l=[],m=document.createElement("div");m.style.position="relative";m.style.left="0px";m.style.right="0px";for(var f=0;f<c.length;f++)(function(b){var c=m.cloneNode(!1); +c.style.fontWeight="bold";c.style.backgroundColor="dark"==uiTheme?"#505759":"#e5e5e5";c.style.padding="6px 0px 6px 20px";mxUtils.write(c,b.title);e.appendChild(c);for(var d=0;d<b.entries.length;d++)(function(b){var c=m.cloneNode(!1);c.style.cursor="pointer";c.style.padding="4px 0px 4px 20px";var k=document.createElement("input");k.setAttribute("type","checkbox");k.checked=a.sidebar.isEntryVisible(b.id);k.defaultChecked=k.checked;c.appendChild(k);mxUtils.write(c," "+b.title);e.appendChild(c);var q= +function(a){if(null==a||"INPUT"!=mxEvent.getSource(a).nodeName)null!=b.imageCallback?b.imageCallback(g):null!=b.image?g.innerHTML='<img border="0" src="'+b.image+'"/>':(g.innerHTML="<br>",mxUtils.write(g,mxResources.get("noPreview"))),null!=h&&(h.style.backgroundColor=""),h=c,h.style.backgroundColor="dark"==uiTheme?"#505759":"#ebf2f9",null!=a&&mxEvent.consume(a)};mxEvent.addListener(c,"click",q);mxEvent.addListener(c,"dblclick",function(a){k.checked=!k.checked;mxEvent.consume(a)});l.push(function(){return k.checked? +b.id:null});0==f&&0==d&&q()})(b.entries[d])})(c[f]);d.style.padding="30px";d.appendChild(b);d.appendChild(e);d.appendChild(g);c=document.createElement("div");c.className="geDialogFooter";c.style.position="absolute";c.style.paddingRight="16px";c.style.color="gray";c.style.left="0px";c.style.right="0px";c.style.bottom="0px";c.style.height="60px";c.style.lineHeight="52px";mxClient.IS_QUIRKS&&(c.style.width=b.style.width,c.style.paddingTop="12px");var k=document.createElement("input");k.setAttribute("type", "checkbox");if(isLocalStorage||mxClient.IS_CHROMEAPP)b=document.createElement("span"),b.style.paddingRight="20px",b.appendChild(k),mxUtils.write(b," "+mxResources.get("rememberThisSetting")),k.checked=!0,k.defaultChecked=!0,mxEvent.addListener(b,"click",function(a){mxEvent.getSource(a)!=k&&(k.checked=!k.checked,mxEvent.consume(a))}),mxClient.IS_QUIRKS&&(b.style.position="relative",b.style.top="-6px"),c.appendChild(b);b=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});b.className= -"geBtn";var n=mxUtils.button(mxResources.get("apply"),function(){a.hideDialog();for(var b=[],c=0;c<m.length;c++){var d=m[c].apply(this,arguments);null!=d&&b.push(d)}a.sidebar.showEntries(b.join(";"),k.checked,!0)});n.className="geBtn gePrimaryBtn"}else{var u=document.createElement("table"),t=document.createElement("tbody");d.style.height="100%";d.style.overflow="auto";var q=document.createElement("tr");u.style.width="100%";b=document.createElement("td");var n=document.createElement("td"),v=document.createElement("td"), -x=mxUtils.bind(this,function(b,c,d){var f=document.createElement("input");f.type="checkbox";u.appendChild(f);f.checked=a.sidebar.isEntryVisible(d);var k=document.createElement("span");mxUtils.write(k,c);c=document.createElement("div");c.style.display="block";c.appendChild(f);c.appendChild(k);mxEvent.addListener(k,"click",function(a){f.checked=!f.checked;mxEvent.consume(a)});b.appendChild(c);return function(){return f.checked?d:null}});q.appendChild(b);q.appendChild(n);q.appendChild(v);t.appendChild(q); -u.appendChild(t);for(var m=[],z=0,f=0;f<c.length;f++)for(t=0;t<c[f].entries.length;t++)z++;for(var p=[b,n,v],F=0,f=0;f<c.length;f++)(function(a){for(var b=0;b<a.entries.length;b++){var c=a.entries[b];m.push(x(p[Math.floor(F/(z/3))],c.title,c.id));F++}})(c[f]);d.appendChild(u);c=document.createElement("div");c.style.marginTop="18px";c.style.textAlign="center";k=document.createElement("input");isLocalStorage&&(k.setAttribute("type","checkbox"),k.checked=!0,k.defaultChecked=!0,c.appendChild(k),b=document.createElement("span"), -mxUtils.write(b," "+mxResources.get("rememberThisSetting")),c.appendChild(b),mxEvent.addListener(b,"click",function(a){k.checked=!k.checked;mxEvent.consume(a)}));d.appendChild(c);b=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});b.className="geBtn";n=mxUtils.button(mxResources.get("apply"),function(){for(var b=["search"],c=0;c<m.length;c++){var d=m[c].apply(this,arguments);null!=d&&b.push(d)}a.sidebar.showEntries(0<b.length?b.join(";"):"",k.checked);a.hideDialog()});n.className= +"geBtn";var n=mxUtils.button(mxResources.get("apply"),function(){a.hideDialog();for(var b=[],c=0;c<l.length;c++){var d=l[c].apply(this,arguments);null!=d&&b.push(d)}a.sidebar.showEntries(b.join(";"),k.checked,!0)});n.className="geBtn gePrimaryBtn"}else{var t=document.createElement("table"),u=document.createElement("tbody");d.style.height="100%";d.style.overflow="auto";var p=document.createElement("tr");t.style.width="100%";b=document.createElement("td");var n=document.createElement("td"),v=document.createElement("td"), +w=mxUtils.bind(this,function(b,c,d){var f=document.createElement("input");f.type="checkbox";t.appendChild(f);f.checked=a.sidebar.isEntryVisible(d);var k=document.createElement("span");mxUtils.write(k,c);c=document.createElement("div");c.style.display="block";c.appendChild(f);c.appendChild(k);mxEvent.addListener(k,"click",function(a){f.checked=!f.checked;mxEvent.consume(a)});b.appendChild(c);return function(){return f.checked?d:null}});p.appendChild(b);p.appendChild(n);p.appendChild(v);u.appendChild(p); +t.appendChild(u);for(var l=[],x=0,f=0;f<c.length;f++)for(u=0;u<c[f].entries.length;u++)x++;for(var q=[b,n,v],E=0,f=0;f<c.length;f++)(function(a){for(var b=0;b<a.entries.length;b++){var c=a.entries[b];l.push(w(q[Math.floor(E/(x/3))],c.title,c.id));E++}})(c[f]);d.appendChild(t);c=document.createElement("div");c.style.marginTop="18px";c.style.textAlign="center";k=document.createElement("input");isLocalStorage&&(k.setAttribute("type","checkbox"),k.checked=!0,k.defaultChecked=!0,c.appendChild(k),b=document.createElement("span"), +mxUtils.write(b," "+mxResources.get("rememberThisSetting")),c.appendChild(b),mxEvent.addListener(b,"click",function(a){k.checked=!k.checked;mxEvent.consume(a)}));d.appendChild(c);b=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});b.className="geBtn";n=mxUtils.button(mxResources.get("apply"),function(){for(var b=["search"],c=0;c<l.length;c++){var d=l[c].apply(this,arguments);null!=d&&b.push(d)}a.sidebar.showEntries(0<b.length?b.join(";"):"",k.checked);a.hideDialog()});n.className= "geBtn gePrimaryBtn";c=document.createElement("div");c.style.marginTop="26px";c.style.textAlign="right"}a.editor.cancelFirst?(c.appendChild(b),c.appendChild(n)):(c.appendChild(n),c.appendChild(b));d.appendChild(c);this.container=d},PluginsDialog=function(a){function b(){if(0==e.length)d.innerHTML=mxResources.get("noPlugins");else{d.innerHTML="";for(var c=0;c<e.length;c++){var f=document.createElement("span");f.style.whiteSpace="nowrap";var g=document.createElement("span");g.className="geSprite geSprite-delete"; g.style.position="relative";g.style.cursor="pointer";g.style.top="5px";g.style.marginRight="4px";g.style.display="inline-block";f.appendChild(g);mxUtils.write(f,e[c]);d.appendChild(f);mxUtils.br(d);mxEvent.addListener(g,"click",function(c){return function(){a.confirm(window.parent.mxResources.get("delete")+' "'+e[c]+'"?',function(){e.splice(c,1);b()})}}(c))}}}var c=document.createElement("div"),d=document.createElement("div");d.style.height="120px";d.style.overflow="auto";var e=mxSettings.getPlugins().slice(); c.appendChild(d);b();var g=mxUtils.button(mxResources.get("add"),function(){var c="",d=urlParams.p;if(null!=d&&0<d.length){for(var f=d.split(";"),d=0;d<f.length;d++){var g=App.pluginRegistry[f[d]];null!=g&&(c+=g+";")}";"==c.charAt(c.length-1)&&(c=c.substring(0,c.length-1))}c=new FilenameDialog(a,c,mxResources.get("add"),function(a){if(null!=a&&0<a.length){f=a.split(";");for(a=0;a<f.length;a++){var c=f[a],d=App.pluginRegistry[c];null!=d&&(c=d);0<c.length&&0>mxUtils.indexOf(e,c)&&e.push(c)}b()}},mxResources.get("enterValue")+ -" ("+mxResources.get("url")+")");a.showDialog(c.container,300,80,!0,!0);c.init()});g.className="geBtn";var h=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});h.className="geBtn";var m=mxUtils.button(mxResources.get("apply"),function(){mxSettings.setPlugins(e);mxSettings.save();a.hideDialog();a.alert(mxResources.get("restartForChangeRequired"))});m.className="geBtn gePrimaryBtn";var l=mxUtils.button(mxResources.get("help"),function(){a.openLink("https://desk.draw.io/support/solutions/articles/16000056430")}); -l.className="geBtn";a.isOffline()&&!mxClient.IS_CHROMEAPP&&(l.style.display="none");var f=document.createElement("div");f.style.marginTop="14px";f.style.textAlign="right";a.editor.cancelFirst?(f.appendChild(h),f.appendChild(l),f.appendChild(g),f.appendChild(m)):(f.appendChild(l),f.appendChild(g),f.appendChild(m),f.appendChild(h));c.appendChild(f);this.container=c},CropImageDialog=function(a,b,c){var d=document.createElement("div"),e=document.createElement("table"),g=document.createElement("tbody"), -h=document.createElement("tr"),m=document.createElement("td");m.style.whiteSpace="nowrap";m.setAttribute("colspan","2");mxUtils.write(m,mxResources.get("loading")+"...");h.appendChild(m);g.appendChild(h);var h=document.createElement("tr"),l=document.createElement("td"),f=document.createElement("td");e.style.paddingLeft="6px";mxUtils.write(l,mxResources.get("left")+":");var k=document.createElement("input");k.setAttribute("type","text");k.style.width="100px";k.value="0";this.init=function(){k.focus(); -k.select()};f.appendChild(k);h.appendChild(l);h.appendChild(f);g.appendChild(h);h=document.createElement("tr");l=document.createElement("td");f=document.createElement("td");mxUtils.write(l,mxResources.get("top")+":");var n=document.createElement("input");n.setAttribute("type","text");n.style.width="100px";n.value="0";f.appendChild(n);h.appendChild(l);h.appendChild(f);g.appendChild(h);h=document.createElement("tr");l=document.createElement("td");f=document.createElement("td");mxUtils.write(l,mxResources.get("right")+ -":");var u=document.createElement("input");u.setAttribute("type","text");u.style.width="100px";u.value="0";f.appendChild(u);h.appendChild(l);h.appendChild(f);g.appendChild(h);h=document.createElement("tr");l=document.createElement("td");f=document.createElement("td");mxUtils.write(l,mxResources.get("bottom")+":");var t=document.createElement("input");t.setAttribute("type","text");t.style.width="100px";t.value="0";f.appendChild(t);h.appendChild(l);h.appendChild(f);g.appendChild(h);h=document.createElement("tr"); -l=document.createElement("td");f=document.createElement("td");mxUtils.write(l,mxResources.get("circle")+":");h.appendChild(l);var q=document.createElement("input");q.setAttribute("type","checkbox");f.appendChild(q);h.appendChild(f);g.appendChild(h);e.appendChild(g);d.appendChild(e);var e=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()}),v=new Image,x=mxUtils.button(mxResources.get("apply"),function(){a.hideDialog();var b=document.createElement("canvas"),d=b.getContext("2d"),f=v.width, -e=v.height,g=parseInt(k.value),h=parseInt(n.value),f=Math.max(1,f-g-parseInt(u.value)),e=Math.max(1,e-h-parseInt(t.value));b.width=f;b.height=e;q.checked&&(d.fillStyle="#000000",d.arc(f/2,e/2,Math.min(f/2,e/2),0,2*Math.PI),d.fill(),d.globalCompositeOperation="source-in");d.drawImage(v,g,h,f,e,0,0,f,e);c(b.toDataURL())});x.setAttribute("disabled","disabled");v.onload=function(){x.removeAttribute("disabled");m.innerHTML="";mxUtils.write(m,mxResources.get("width")+": "+v.width+" "+mxResources.get("height")+ -": "+v.height)};v.src=b;mxEvent.addListener(d,"keypress",function(a){13==a.keyCode&&x.click()});b=document.createElement("div");b.style.marginTop="20px";b.style.textAlign="right";a.editor.cancelFirst?(b.appendChild(e),b.appendChild(x)):(b.appendChild(x),b.appendChild(e));d.appendChild(b);this.container=d},EditGeometryDialog=function(a,b){var c=a.editor.graph,d=1==b.length?c.getCellGeometry(b[0]):null,e=document.createElement("div"),g=document.createElement("table"),h=document.createElement("tbody"), -m=document.createElement("tr"),l=document.createElement("td"),f=document.createElement("td");g.style.paddingLeft="6px";mxUtils.write(l,mxResources.get("relative")+":");var k=document.createElement("input");k.setAttribute("type","checkbox");null!=d&&d.relative&&(k.setAttribute("checked","checked"),k.defaultChecked=!0);this.init=function(){k.focus()};f.appendChild(k);m.appendChild(l);m.appendChild(f);h.appendChild(m);m=document.createElement("tr");l=document.createElement("td");f=document.createElement("td"); -mxUtils.write(l,mxResources.get("left")+":");var n=document.createElement("input");n.setAttribute("type","text");n.style.width="100px";n.value=null!=d?d.x:"";f.appendChild(n);m.appendChild(l);m.appendChild(f);h.appendChild(m);m=document.createElement("tr");l=document.createElement("td");f=document.createElement("td");mxUtils.write(l,mxResources.get("top")+":");var u=document.createElement("input");u.setAttribute("type","text");u.style.width="100px";u.value=null!=d?d.y:"";f.appendChild(u);m.appendChild(l); -m.appendChild(f);h.appendChild(m);m=document.createElement("tr");l=document.createElement("td");f=document.createElement("td");mxUtils.write(l,mxResources.get("dx")+":");var t=document.createElement("input");t.setAttribute("type","text");t.style.width="100px";t.value=null!=d&&null!=d.offset?d.offset.x:"";f.appendChild(t);m.appendChild(l);m.appendChild(f);h.appendChild(m);m=document.createElement("tr");l=document.createElement("td");f=document.createElement("td");mxUtils.write(l,mxResources.get("dy")+ -":");var q=document.createElement("input");q.setAttribute("type","text");q.style.width="100px";q.value=null!=d&&null!=d.offset?d.offset.y:"";f.appendChild(q);m.appendChild(l);m.appendChild(f);h.appendChild(m);m=document.createElement("tr");l=document.createElement("td");f=document.createElement("td");mxUtils.write(l,mxResources.get("width")+":");var v=document.createElement("input");v.setAttribute("type","text");v.style.width="100px";v.value=null!=d?d.width:"";f.appendChild(v);m.appendChild(l);m.appendChild(f); -h.appendChild(m);m=document.createElement("tr");l=document.createElement("td");f=document.createElement("td");mxUtils.write(l,mxResources.get("height")+":");var x=document.createElement("input");x.setAttribute("type","text");x.style.width="100px";x.value=null!=d?d.height:"";f.appendChild(x);m.appendChild(l);m.appendChild(f);h.appendChild(m);m=document.createElement("tr");l=document.createElement("td");f=document.createElement("td");mxUtils.write(l,mxResources.get("rotation")+":");var z=document.createElement("input"); -z.setAttribute("type","text");z.style.width="100px";z.value=1==b.length?mxUtils.getValue(c.getCellStyle(b[0]),mxConstants.STYLE_ROTATION,0):"";f.appendChild(z);m.appendChild(l);m.appendChild(f);h.appendChild(m);g.appendChild(h);e.appendChild(g);d=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});d.className="geBtn";var p=mxUtils.button(mxResources.get("apply"),function(){a.hideDialog();c.getModel().beginUpdate();try{for(var d=0;d<b.length;d++){var f=c.getCellGeometry(b[d]);null!= -f&&(f=f.clone(),c.isCellMovable(b[d])&&(f.relative=k.checked,0<mxUtils.trim(n.value).length&&(f.x=Number(n.value)),0<mxUtils.trim(u.value).length&&(f.y=Number(u.value)),0<mxUtils.trim(t.value).length&&(null==f.offset&&(f.offset=new mxPoint),f.offset.x=Number(t.value)),0<mxUtils.trim(q.value).length&&(null==f.offset&&(f.offset=new mxPoint),f.offset.y=Number(q.value))),c.isCellResizable(b[d])&&(0<mxUtils.trim(v.value).length&&(f.width=Number(v.value)),0<mxUtils.trim(x.value).length&&(f.height=Number(x.value))), -c.getModel().setGeometry(b[d],f));0<mxUtils.trim(z.value).length&&c.setCellStyles(mxConstants.STYLE_ROTATION,Number(z.value),[b[d]])}}finally{c.getModel().endUpdate()}});p.className="geBtn gePrimaryBtn";mxEvent.addListener(e,"keypress",function(a){13==a.keyCode&&p.click()});g=document.createElement("div");g.style.marginTop="20px";g.style.textAlign="right";a.editor.cancelFirst?(g.appendChild(d),g.appendChild(p)):(g.appendChild(p),g.appendChild(d));e.appendChild(g);this.container=e},LibraryDialog=function(a, -b,c,d,e,g){function h(a){for(a=document.elementFromPoint(a.clientX,a.clientY);null!=a&&a.parentNode!=t;)a=a.parentNode;var b=null;if(null!=a)for(var c=t.firstChild,b=0;null!=c&&c!=a;)c=c.nextSibling,b++;return b}function m(b,c,d,f,e,n,g,u,l){try{if(null==c||"image/"==c.substring(0,6))if(null==b&&null!=g||null==v[b]){var E=function(){D.innerHTML="";D.style.cursor="pointer";D.style.whiteSpace="nowrap";D.style.textOverflow="ellipsis";mxUtils.write(D,null!=L.title&&0<L.title.length?L.title:mxResources.get("untitled")); -D.style.color=null==L.title||0==L.title.length?"#d0d0d0":""};t.style.backgroundImage="";q.style.display="none";var A=e,G=n;if(e>a.maxImageSize||n>a.maxImageSize){var z=Math.min(1,Math.min(a.maxImageSize/Math.max(1,e)),a.maxImageSize/Math.max(1,n));e*=z;n*=z}A>G?(G=Math.round(100*G/A),A=100):(A=Math.round(100*A/G),G=100);var w=document.createElement("div");w.setAttribute("draggable","true");w.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";w.style.position="relative";w.style.cursor="move"; -mxUtils.setPrefixedStyle(w.style,"transition","transform .1s ease-in-out");if(null!=b){var y=document.createElement("img");y.setAttribute("src",F.convert(b));y.style.width=A+"px";y.style.height=G+"px";y.style.margin="10px";y.style.paddingBottom=Math.floor((100-G)/2)+"px";y.style.paddingLeft=Math.floor((100-A)/2)+"px";w.appendChild(y)}else if(null!=g){var H=a.stringToCells(a.editor.graph.decompress(g.xml));0<H.length&&(a.sidebar.createThumb(H,100,100,w,null,!0,!1),w.firstChild.style.display=mxClient.IS_QUIRKS? -"inline":"inline-block",w.firstChild.style.cursor="")}var C=document.createElement("img");C.setAttribute("src",Editor.closeImage);C.setAttribute("border","0");C.setAttribute("title",mxResources.get("delete"));C.setAttribute("align","top");C.style.paddingTop="4px";C.style.position="absolute";C.style.marginLeft="-12px";C.style.zIndex="1";C.style.cursor="pointer";mxEvent.addListener(C,"dragstart",function(a){mxEvent.consume(a)});(function(a,b,c){mxEvent.addListener(C,"click",function(d){v[b]=null;for(var f= -0;f<k.length;f++)if(null!=k[f].data&&k[f].data==b||null!=k[f].xml&&null!=c&&k[f].xml==c.xml){k.splice(f,1);break}w.parentNode.removeChild(a);0==k.length&&(t.style.backgroundImage="url('"+IMAGE_PATH+"/droptarget.png')",q.style.display="");mxEvent.consume(d)});mxEvent.addListener(C,"dblclick",function(a){mxEvent.consume(a)})})(w,b,g);w.appendChild(C);w.style.marginBottom="30px";var D=document.createElement("div");D.style.position="absolute";D.style.boxSizing="border-box";D.style.bottom="-18px";D.style.left= -"10px";D.style.right="10px";D.style.backgroundColor="#ffffff";D.style.overflow="hidden";D.style.textAlign="center";var L=null;null!=b?(L={data:b,w:e,h:n,title:l},null!=u&&(L.aspect=u),v[b]=y,k.push(L)):null!=g&&(g.aspect="fixed",k.push(g),L=g);mxEvent.addListener(D,"keydown",function(a){13==a.keyCode&&null!=p&&(p(),p=null,mxEvent.consume(a))});E();w.appendChild(D);mxEvent.addListener(D,"mousedown",function(a){"true"!=D.getAttribute("contentEditable")&&mxEvent.consume(a)});H=function(b){if(mxClient.IS_IOS|| -mxClient.IS_QUIRKS||mxClient.IS_FF||!(null==document.documentMode||9<document.documentMode)){var c=new FilenameDialog(a,L.title||"",mxResources.get("ok"),function(a){null!=a&&(L.title=a,E())},mxResources.get("enterValue"));a.showDialog(c.container,300,80,!0,!0);c.init();mxEvent.consume(b)}else if("true"!=D.getAttribute("contentEditable")){null!=p&&(p(),p=null);if(null==L.title||0==L.title.length)D.innerHTML="";D.style.textOverflow="";D.style.whiteSpace="";D.style.cursor="text";D.style.color="";D.setAttribute("contentEditable", -"true");D.focus();document.execCommand("selectAll",!1,null);p=function(){D.removeAttribute("contentEditable");D.style.cursor="pointer";L.title=D.innerHTML;E()};mxEvent.consume(b)}};mxEvent.addListener(D,"click",H);mxEvent.addListener(w,"dblclick",H);t.appendChild(w);mxEvent.addListener(w,"dragstart",function(a){null==b&&null!=g&&(C.style.visibility="hidden",D.style.visibility="hidden");mxClient.IS_FF&&null!=g.xml&&a.dataTransfer.setData("Text",g.xml);x=h(a);mxClient.IS_GC&&(w.style.opacity="0.9"); -window.setTimeout(function(){mxUtils.setPrefixedStyle(w.style,"transform","scale(0.5,0.5)");mxUtils.setOpacity(w,30);C.style.visibility="";D.style.visibility=""},0)});mxEvent.addListener(w,"dragend",function(a){"hidden"==C.style.visibility&&(C.style.visibility="",D.style.visibility="");x=null;mxUtils.setOpacity(w,100);mxUtils.setPrefixedStyle(w.style,"transform",null)})}else B||(B=!0,a.handleError({message:mxResources.get("fileExists")}));else{e=!1;try{if(a.spinner.stop(),A=mxUtils.parseXml(b),"mxlibrary"== -A.documentElement.nodeName){G=JSON.parse(mxUtils.getTextContent(A.documentElement));if(null!=G&&0<G.length)for(var M=0;M<G.length;M++)null!=G[M].xml?m(null,null,0,0,0,0,G[M]):m(G[M].data,null,0,0,G[M].w,G[M].h,null,"fixed",G[M].title);e=!0}else if("mxfile"==A.documentElement.nodeName){for(var I=A.documentElement.getElementsByTagName("diagram"),M=0;M<I.length;M++){var G=mxUtils.getTextContent(I[M]),H=a.stringToCells(a.editor.graph.decompress(G)),P=a.editor.graph.getBoundingBoxFromGeometry(H);m(null, -null,0,0,0,0,{xml:G,w:P.width,h:P.height})}e=!0}}catch(V){}e||(a.spinner.stop(),a.handleError({message:mxResources.get("errorLoadingFile")}))}}catch(V){}return null}function l(a){a.dataTransfer.dropEffect=null!=x?"move":"copy";a.stopPropagation();a.preventDefault()}function f(b){b.stopPropagation();b.preventDefault();B=!1;z=h(b);if(null!=x)null!=z&&z<t.children.length?(k.splice(z>x?z-1:z,0,k.splice(x,1)[0]),t.insertBefore(t.children[x],t.children[z])):(k.push(k.splice(x,1)[0]),t.appendChild(t.children[x])); -else if(0<b.dataTransfer.files.length)a.importFiles(b.dataTransfer.files,0,0,a.maxImageSize,E(b));else if(0<=mxUtils.indexOf(b.dataTransfer.types,"text/uri-list")){var c=decodeURIComponent(b.dataTransfer.getData("text/uri-list"));(/(\.jpg)($|\?)/i.test(c)||/(\.png)($|\?)/i.test(c)||/(\.gif)($|\?)/i.test(c)||/(\.svg)($|\?)/i.test(c))&&a.loadImage(c,function(a){m(c,null,0,0,a.width,a.height);t.scrollTop=t.scrollHeight})}b.stopPropagation();b.preventDefault()}var k=[];c=document.createElement("div"); -c.style.height="100%";var n=document.createElement("div");n.style.whiteSpace="nowrap";n.style.height="40px";c.appendChild(n);mxUtils.write(n,mxResources.get("filename")+":");null==b&&(b=a.defaultLibraryName+".xml");var u=document.createElement("input");u.setAttribute("value",b);u.style.marginRight="20px";u.style.marginLeft="10px";u.style.width="500px";null==e||e.isRenamable()||u.setAttribute("disabled","true");this.init=function(){if(null==e||e.isRenamable())u.focus(),mxClient.IS_GC||mxClient.IS_FF|| -5<=document.documentMode||mxClient.IS_QUIRKS?u.select():document.execCommand("selectAll",!1,null)};n.appendChild(u);var t=document.createElement("div");t.style.borderWidth="1px 0px 1px 0px";t.style.borderColor="#d3d3d3";t.style.borderStyle="solid";t.style.marginTop="6px";t.style.overflow="auto";t.style.height="340px";t.style.backgroundPosition="center center";t.style.backgroundRepeat="no-repeat";0==k.length&&Graph.fileSupport&&(t.style.backgroundImage="url('"+IMAGE_PATH+"/droptarget.png')");var q= -document.createElement("div");q.style.position="absolute";q.style.width="640px";q.style.top="260px";q.style.textAlign="center";q.style.fontSize="22px";q.style.color="#a0c3ff";mxUtils.write(q,mxResources.get("dragImagesHere"));c.appendChild(q);var v={},x=null,z=null,p=null;b=function(a){"true"!=mxEvent.getSource(a).getAttribute("contentEditable")&&null!=p&&(p(),p=null,mxEvent.consume(a))};mxEvent.addListener(t,"mousedown",b);mxEvent.addListener(t,"pointerdown",b);mxEvent.addListener(t,"touchstart", -b);var F=new mxUrlConverter,B=!1;if(null!=d)for(b=0;b<d.length;b++)n=d[b],m(n.data,null,0,0,n.w,n.h,n,n.aspect,n.title);mxEvent.addListener(t,"dragleave",function(a){q.style.cursor="";for(var b=mxEvent.getSource(a);null!=b;){if(b==t||b==q){a.stopPropagation();a.preventDefault();break}b=b.parentNode}});var E=function(b){return function(c,d,f,k,p,e,n,g,h){null!=h&&(/(\.vsdx)($|\?)/i.test(h.name)||/(\.vssx)($|\?)/i.test(h.name))?a.importVisio(h,mxUtils.bind(this,function(c){a.spinner.stop();m(c,d,f, -k,p,e,n,"fixed",mxEvent.isAltDown(b)?null:n.substring(0,n.lastIndexOf(".")).replace(/_/g," "))})):null!=h&&!a.isOffline()&&(new XMLHttpRequest).upload&&a.isRemoteFileFormat(c,h.name)?a.parseFile(h,mxUtils.bind(this,function(c){4==c.readyState&&(a.spinner.stop(),200<=c.status&&299>=c.status&&(m(c.responseText,d,f,k,p,e,n,"fixed",mxEvent.isAltDown(b)?null:n.substring(0,n.lastIndexOf(".")).replace(/_/g," ")),t.scrollTop=t.scrollHeight))})):(m(c,d,f,k,p,e,n,"fixed",mxEvent.isAltDown(b)?null:n.substring(0, -n.lastIndexOf(".")).replace(/_/g," ")),t.scrollTop=t.scrollHeight)}};mxEvent.addListener(t,"dragover",l);mxEvent.addListener(t,"drop",f);mxEvent.addListener(q,"dragover",l);mxEvent.addListener(q,"drop",f);c.appendChild(t);d=document.createElement("div");d.style.textAlign="right";d.style.marginTop="20px";b=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog(!0)});b.setAttribute("id","btnCancel");b.className="geBtn";a.editor.cancelFirst&&d.appendChild(b);n=mxUtils.button(mxResources.get("export"), -function(){var b=a.createLibraryDataFromImages(k),c=u.value;/(\.xml)$/i.test(c)||(c+=".xml");a.isLocalFileSave()?a.saveLocalFile(b,c,"text/xml",null,null,!0):(new mxXmlRequest(SAVE_URL,"filename="+encodeURIComponent(c)+"&format=xml&xml="+encodeURIComponent(b))).simulate(document,"_blank")});n.setAttribute("id","btnDownload");n.className="geBtn";d.appendChild(n);var w=document.createElement("input");w.setAttribute("multiple","multiple");w.setAttribute("type","file");null==document.documentMode&&(mxEvent.addListener(w, -"change",function(b){B=!1;a.importFiles(w.files,0,0,a.maxImageSize,function(a,c,d,f,k,p,e,n,g){E(b)(a,c,d,f,k,p,e,n,g);w.value=""});t.scrollTop=t.scrollHeight}),n=mxUtils.button(mxResources.get("import"),function(){null!=p&&(p(),p=null);w.click()}),n.setAttribute("id","btnAddImage"),n.className="geBtn",d.appendChild(n));n=mxUtils.button(mxResources.get("addImageUrl"),function(){null!=p&&(p(),p=null);a.showImageDialog(mxResources.get("addImageUrl"),"",function(a,b,c){B=!1;if(null!=a){if("data:image/"== -a.substring(0,11)){var d=a.indexOf(",");0<d&&(a=a.substring(0,d)+";base64,"+a.substring(d+1))}m(a,null,0,0,b,c);t.scrollTop=t.scrollHeight}})});n.setAttribute("id","btnAddImageUrl");n.className="geBtn";d.appendChild(n);this.saveBtnClickHandler=function(b,c,d,f){a.saveLibrary(b,c,d,f)};n=mxUtils.button(mxResources.get("save"),mxUtils.bind(this,function(){null!=p&&(p(),p=null);this.saveBtnClickHandler(u.value,k,e,g)}));n.setAttribute("id","btnSave");n.className="geBtn gePrimaryBtn";d.appendChild(n); -a.editor.cancelFirst||d.appendChild(b);c.appendChild(d);this.container=c},EditShapeDialog=function(a,b,c,d,e){d=null!=d?d:300;e=null!=e?e:120;var g,h,m=document.createElement("table"),l=document.createElement("tbody");m.style.cellPadding="4px";g=document.createElement("tr");h=document.createElement("td");h.setAttribute("colspan","2");h.style.fontSize="10pt";mxUtils.write(h,c);g.appendChild(h);l.appendChild(g);g=document.createElement("tr");h=document.createElement("td");var f=document.createElement("textarea"); +" ("+mxResources.get("url")+")");a.showDialog(c.container,300,80,!0,!0);c.init()});g.className="geBtn";var h=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});h.className="geBtn";var l=mxUtils.button(mxResources.get("apply"),function(){mxSettings.setPlugins(e);mxSettings.save();a.hideDialog();a.alert(mxResources.get("restartForChangeRequired"))});l.className="geBtn gePrimaryBtn";var m=mxUtils.button(mxResources.get("help"),function(){a.openLink("https://desk.draw.io/support/solutions/articles/16000056430")}); +m.className="geBtn";a.isOffline()&&!mxClient.IS_CHROMEAPP&&(m.style.display="none");var f=document.createElement("div");f.style.marginTop="14px";f.style.textAlign="right";a.editor.cancelFirst?(f.appendChild(h),f.appendChild(m),f.appendChild(g),f.appendChild(l)):(f.appendChild(m),f.appendChild(g),f.appendChild(l),f.appendChild(h));c.appendChild(f);this.container=c},CropImageDialog=function(a,b,c){var d=document.createElement("div"),e=document.createElement("table"),g=document.createElement("tbody"), +h=document.createElement("tr"),l=document.createElement("td");l.style.whiteSpace="nowrap";l.setAttribute("colspan","2");mxUtils.write(l,mxResources.get("loading")+"...");h.appendChild(l);g.appendChild(h);var h=document.createElement("tr"),m=document.createElement("td"),f=document.createElement("td");e.style.paddingLeft="6px";mxUtils.write(m,mxResources.get("left")+":");var k=document.createElement("input");k.setAttribute("type","text");k.style.width="100px";k.value="0";this.init=function(){k.focus(); +k.select()};f.appendChild(k);h.appendChild(m);h.appendChild(f);g.appendChild(h);h=document.createElement("tr");m=document.createElement("td");f=document.createElement("td");mxUtils.write(m,mxResources.get("top")+":");var n=document.createElement("input");n.setAttribute("type","text");n.style.width="100px";n.value="0";f.appendChild(n);h.appendChild(m);h.appendChild(f);g.appendChild(h);h=document.createElement("tr");m=document.createElement("td");f=document.createElement("td");mxUtils.write(m,mxResources.get("right")+ +":");var t=document.createElement("input");t.setAttribute("type","text");t.style.width="100px";t.value="0";f.appendChild(t);h.appendChild(m);h.appendChild(f);g.appendChild(h);h=document.createElement("tr");m=document.createElement("td");f=document.createElement("td");mxUtils.write(m,mxResources.get("bottom")+":");var u=document.createElement("input");u.setAttribute("type","text");u.style.width="100px";u.value="0";f.appendChild(u);h.appendChild(m);h.appendChild(f);g.appendChild(h);h=document.createElement("tr"); +m=document.createElement("td");f=document.createElement("td");mxUtils.write(m,mxResources.get("circle")+":");h.appendChild(m);var p=document.createElement("input");p.setAttribute("type","checkbox");f.appendChild(p);h.appendChild(f);g.appendChild(h);e.appendChild(g);d.appendChild(e);var e=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()}),v=new Image,w=mxUtils.button(mxResources.get("apply"),function(){a.hideDialog();var b=document.createElement("canvas"),d=b.getContext("2d"),f=v.width, +e=v.height,g=parseInt(k.value),h=parseInt(n.value),f=Math.max(1,f-g-parseInt(t.value)),e=Math.max(1,e-h-parseInt(u.value));b.width=f;b.height=e;p.checked&&(d.fillStyle="#000000",d.arc(f/2,e/2,Math.min(f/2,e/2),0,2*Math.PI),d.fill(),d.globalCompositeOperation="source-in");d.drawImage(v,g,h,f,e,0,0,f,e);c(b.toDataURL())});w.setAttribute("disabled","disabled");v.onload=function(){w.removeAttribute("disabled");l.innerHTML="";mxUtils.write(l,mxResources.get("width")+": "+v.width+" "+mxResources.get("height")+ +": "+v.height)};v.src=b;mxEvent.addListener(d,"keypress",function(a){13==a.keyCode&&w.click()});b=document.createElement("div");b.style.marginTop="20px";b.style.textAlign="right";a.editor.cancelFirst?(b.appendChild(e),b.appendChild(w)):(b.appendChild(w),b.appendChild(e));d.appendChild(b);this.container=d},EditGeometryDialog=function(a,b){var c=a.editor.graph,d=1==b.length?c.getCellGeometry(b[0]):null,e=document.createElement("div"),g=document.createElement("table"),h=document.createElement("tbody"), +l=document.createElement("tr"),m=document.createElement("td"),f=document.createElement("td");g.style.paddingLeft="6px";mxUtils.write(m,mxResources.get("relative")+":");var k=document.createElement("input");k.setAttribute("type","checkbox");null!=d&&d.relative&&(k.setAttribute("checked","checked"),k.defaultChecked=!0);this.init=function(){k.focus()};f.appendChild(k);l.appendChild(m);l.appendChild(f);h.appendChild(l);l=document.createElement("tr");m=document.createElement("td");f=document.createElement("td"); +mxUtils.write(m,mxResources.get("left")+":");var n=document.createElement("input");n.setAttribute("type","text");n.style.width="100px";n.value=null!=d?d.x:"";f.appendChild(n);l.appendChild(m);l.appendChild(f);h.appendChild(l);l=document.createElement("tr");m=document.createElement("td");f=document.createElement("td");mxUtils.write(m,mxResources.get("top")+":");var t=document.createElement("input");t.setAttribute("type","text");t.style.width="100px";t.value=null!=d?d.y:"";f.appendChild(t);l.appendChild(m); +l.appendChild(f);h.appendChild(l);l=document.createElement("tr");m=document.createElement("td");f=document.createElement("td");mxUtils.write(m,mxResources.get("dx")+":");var u=document.createElement("input");u.setAttribute("type","text");u.style.width="100px";u.value=null!=d&&null!=d.offset?d.offset.x:"";f.appendChild(u);l.appendChild(m);l.appendChild(f);h.appendChild(l);l=document.createElement("tr");m=document.createElement("td");f=document.createElement("td");mxUtils.write(m,mxResources.get("dy")+ +":");var p=document.createElement("input");p.setAttribute("type","text");p.style.width="100px";p.value=null!=d&&null!=d.offset?d.offset.y:"";f.appendChild(p);l.appendChild(m);l.appendChild(f);h.appendChild(l);l=document.createElement("tr");m=document.createElement("td");f=document.createElement("td");mxUtils.write(m,mxResources.get("width")+":");var v=document.createElement("input");v.setAttribute("type","text");v.style.width="100px";v.value=null!=d?d.width:"";f.appendChild(v);l.appendChild(m);l.appendChild(f); +h.appendChild(l);l=document.createElement("tr");m=document.createElement("td");f=document.createElement("td");mxUtils.write(m,mxResources.get("height")+":");var w=document.createElement("input");w.setAttribute("type","text");w.style.width="100px";w.value=null!=d?d.height:"";f.appendChild(w);l.appendChild(m);l.appendChild(f);h.appendChild(l);l=document.createElement("tr");m=document.createElement("td");f=document.createElement("td");mxUtils.write(m,mxResources.get("rotation")+":");var x=document.createElement("input"); +x.setAttribute("type","text");x.style.width="100px";x.value=1==b.length?mxUtils.getValue(c.getCellStyle(b[0]),mxConstants.STYLE_ROTATION,0):"";f.appendChild(x);l.appendChild(m);l.appendChild(f);h.appendChild(l);g.appendChild(h);e.appendChild(g);d=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});d.className="geBtn";var q=mxUtils.button(mxResources.get("apply"),function(){a.hideDialog();c.getModel().beginUpdate();try{for(var d=0;d<b.length;d++){var f=c.getCellGeometry(b[d]);null!= +f&&(f=f.clone(),c.isCellMovable(b[d])&&(f.relative=k.checked,0<mxUtils.trim(n.value).length&&(f.x=Number(n.value)),0<mxUtils.trim(t.value).length&&(f.y=Number(t.value)),0<mxUtils.trim(u.value).length&&(null==f.offset&&(f.offset=new mxPoint),f.offset.x=Number(u.value)),0<mxUtils.trim(p.value).length&&(null==f.offset&&(f.offset=new mxPoint),f.offset.y=Number(p.value))),c.isCellResizable(b[d])&&(0<mxUtils.trim(v.value).length&&(f.width=Number(v.value)),0<mxUtils.trim(w.value).length&&(f.height=Number(w.value))), +c.getModel().setGeometry(b[d],f));0<mxUtils.trim(x.value).length&&c.setCellStyles(mxConstants.STYLE_ROTATION,Number(x.value),[b[d]])}}finally{c.getModel().endUpdate()}});q.className="geBtn gePrimaryBtn";mxEvent.addListener(e,"keypress",function(a){13==a.keyCode&&q.click()});g=document.createElement("div");g.style.marginTop="20px";g.style.textAlign="right";a.editor.cancelFirst?(g.appendChild(d),g.appendChild(q)):(g.appendChild(q),g.appendChild(d));e.appendChild(g);this.container=e},LibraryDialog=function(a, +b,c,d,e,g){function h(a){for(a=document.elementFromPoint(a.clientX,a.clientY);null!=a&&a.parentNode!=u;)a=a.parentNode;var b=null;if(null!=a)for(var c=u.firstChild,b=0;null!=c&&c!=a;)c=c.nextSibling,b++;return b}function l(b,c,d,f,e,n,g,t,m){try{if(null==c||"image/"==c.substring(0,6))if(null==b&&null!=g||null==v[b]){var D=function(){J.innerHTML="";J.style.cursor="pointer";J.style.whiteSpace="nowrap";J.style.textOverflow="ellipsis";mxUtils.write(J,null!=G.title&&0<G.title.length?G.title:mxResources.get("untitled")); +J.style.color=null==G.title||0==G.title.length?"#d0d0d0":""};u.style.backgroundImage="";p.style.display="none";var A=e,F=n;if(e>a.maxImageSize||n>a.maxImageSize){var x=Math.min(1,Math.min(a.maxImageSize/Math.max(1,e)),a.maxImageSize/Math.max(1,n));e*=x;n*=x}A>F?(F=Math.round(100*F/A),A=100):(A=Math.round(100*A/F),F=100);var C=document.createElement("div");C.setAttribute("draggable","true");C.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";C.style.position="relative";C.style.cursor="move"; +mxUtils.setPrefixedStyle(C.style,"transition","transform .1s ease-in-out");if(null!=b){var y=document.createElement("img");y.setAttribute("src",E.convert(b));y.style.width=A+"px";y.style.height=F+"px";y.style.margin="10px";y.style.paddingBottom=Math.floor((100-F)/2)+"px";y.style.paddingLeft=Math.floor((100-A)/2)+"px";C.appendChild(y)}else if(null!=g){var I=a.stringToCells(a.editor.graph.decompress(g.xml));0<I.length&&(a.sidebar.createThumb(I,100,100,C,null,!0,!1),C.firstChild.style.display=mxClient.IS_QUIRKS? +"inline":"inline-block",C.firstChild.style.cursor="")}var H=document.createElement("img");H.setAttribute("src",Editor.closeImage);H.setAttribute("border","0");H.setAttribute("title",mxResources.get("delete"));H.setAttribute("align","top");H.style.paddingTop="4px";H.style.position="absolute";H.style.marginLeft="-12px";H.style.zIndex="1";H.style.cursor="pointer";mxEvent.addListener(H,"dragstart",function(a){mxEvent.consume(a)});(function(a,b,c){mxEvent.addListener(H,"click",function(d){v[b]=null;for(var f= +0;f<k.length;f++)if(null!=k[f].data&&k[f].data==b||null!=k[f].xml&&null!=c&&k[f].xml==c.xml){k.splice(f,1);break}C.parentNode.removeChild(a);0==k.length&&(u.style.backgroundImage="url('"+IMAGE_PATH+"/droptarget.png')",p.style.display="");mxEvent.consume(d)});mxEvent.addListener(H,"dblclick",function(a){mxEvent.consume(a)})})(C,b,g);C.appendChild(H);C.style.marginBottom="30px";var J=document.createElement("div");J.style.position="absolute";J.style.boxSizing="border-box";J.style.bottom="-18px";J.style.left= +"10px";J.style.right="10px";J.style.backgroundColor="#ffffff";J.style.overflow="hidden";J.style.textAlign="center";var G=null;null!=b?(G={data:b,w:e,h:n,title:m},null!=t&&(G.aspect=t),v[b]=y,k.push(G)):null!=g&&(g.aspect="fixed",k.push(g),G=g);mxEvent.addListener(J,"keydown",function(a){13==a.keyCode&&null!=q&&(q(),q=null,mxEvent.consume(a))});D();C.appendChild(J);mxEvent.addListener(J,"mousedown",function(a){"true"!=J.getAttribute("contentEditable")&&mxEvent.consume(a)});I=function(b){if(mxClient.IS_IOS|| +mxClient.IS_QUIRKS||mxClient.IS_FF||!(null==document.documentMode||9<document.documentMode)){var c=new FilenameDialog(a,G.title||"",mxResources.get("ok"),function(a){null!=a&&(G.title=a,D())},mxResources.get("enterValue"));a.showDialog(c.container,300,80,!0,!0);c.init();mxEvent.consume(b)}else if("true"!=J.getAttribute("contentEditable")){null!=q&&(q(),q=null);if(null==G.title||0==G.title.length)J.innerHTML="";J.style.textOverflow="";J.style.whiteSpace="";J.style.cursor="text";J.style.color="";J.setAttribute("contentEditable", +"true");J.focus();document.execCommand("selectAll",!1,null);q=function(){J.removeAttribute("contentEditable");J.style.cursor="pointer";G.title=J.innerHTML;D()};mxEvent.consume(b)}};mxEvent.addListener(J,"click",I);mxEvent.addListener(C,"dblclick",I);u.appendChild(C);mxEvent.addListener(C,"dragstart",function(a){null==b&&null!=g&&(H.style.visibility="hidden",J.style.visibility="hidden");mxClient.IS_FF&&null!=g.xml&&a.dataTransfer.setData("Text",g.xml);w=h(a);mxClient.IS_GC&&(C.style.opacity="0.9"); +window.setTimeout(function(){mxUtils.setPrefixedStyle(C.style,"transform","scale(0.5,0.5)");mxUtils.setOpacity(C,30);H.style.visibility="";J.style.visibility=""},0)});mxEvent.addListener(C,"dragend",function(a){"hidden"==H.style.visibility&&(H.style.visibility="",J.style.visibility="");w=null;mxUtils.setOpacity(C,100);mxUtils.setPrefixedStyle(C.style,"transform",null)})}else z||(z=!0,a.handleError({message:mxResources.get("fileExists")}));else{e=!1;try{if(a.spinner.stop(),A=mxUtils.parseXml(b),"mxlibrary"== +A.documentElement.nodeName){F=JSON.parse(mxUtils.getTextContent(A.documentElement));if(null!=F&&0<F.length)for(var L=0;L<F.length;L++)null!=F[L].xml?l(null,null,0,0,0,0,F[L]):l(F[L].data,null,0,0,F[L].w,F[L].h,null,"fixed",F[L].title);e=!0}else if("mxfile"==A.documentElement.nodeName){for(var B=A.documentElement.getElementsByTagName("diagram"),L=0;L<B.length;L++){var F=mxUtils.getTextContent(B[L]),I=a.stringToCells(a.editor.graph.decompress(F)),K=a.editor.graph.getBoundingBoxFromGeometry(I);l(null, +null,0,0,0,0,{xml:F,w:K.width,h:K.height})}e=!0}}catch(W){}e||(a.spinner.stop(),a.handleError({message:mxResources.get("errorLoadingFile")}))}}catch(W){}return null}function m(a){a.dataTransfer.dropEffect=null!=w?"move":"copy";a.stopPropagation();a.preventDefault()}function f(b){b.stopPropagation();b.preventDefault();z=!1;x=h(b);if(null!=w)null!=x&&x<u.children.length?(k.splice(x>w?x-1:x,0,k.splice(w,1)[0]),u.insertBefore(u.children[w],u.children[x])):(k.push(k.splice(w,1)[0]),u.appendChild(u.children[w])); +else if(0<b.dataTransfer.files.length)a.importFiles(b.dataTransfer.files,0,0,a.maxImageSize,D(b));else if(0<=mxUtils.indexOf(b.dataTransfer.types,"text/uri-list")){var c=decodeURIComponent(b.dataTransfer.getData("text/uri-list"));(/(\.jpg)($|\?)/i.test(c)||/(\.png)($|\?)/i.test(c)||/(\.gif)($|\?)/i.test(c)||/(\.svg)($|\?)/i.test(c))&&a.loadImage(c,function(a){l(c,null,0,0,a.width,a.height);u.scrollTop=u.scrollHeight})}b.stopPropagation();b.preventDefault()}var k=[];c=document.createElement("div"); +c.style.height="100%";var n=document.createElement("div");n.style.whiteSpace="nowrap";n.style.height="40px";c.appendChild(n);mxUtils.write(n,mxResources.get("filename")+":");null==b&&(b=a.defaultLibraryName+".xml");var t=document.createElement("input");t.setAttribute("value",b);t.style.marginRight="20px";t.style.marginLeft="10px";t.style.width="500px";null==e||e.isRenamable()||t.setAttribute("disabled","true");this.init=function(){if(null==e||e.isRenamable())t.focus(),mxClient.IS_GC||mxClient.IS_FF|| +5<=document.documentMode||mxClient.IS_QUIRKS?t.select():document.execCommand("selectAll",!1,null)};n.appendChild(t);var u=document.createElement("div");u.style.borderWidth="1px 0px 1px 0px";u.style.borderColor="#d3d3d3";u.style.borderStyle="solid";u.style.marginTop="6px";u.style.overflow="auto";u.style.height="340px";u.style.backgroundPosition="center center";u.style.backgroundRepeat="no-repeat";0==k.length&&Graph.fileSupport&&(u.style.backgroundImage="url('"+IMAGE_PATH+"/droptarget.png')");var p= +document.createElement("div");p.style.position="absolute";p.style.width="640px";p.style.top="260px";p.style.textAlign="center";p.style.fontSize="22px";p.style.color="#a0c3ff";mxUtils.write(p,mxResources.get("dragImagesHere"));c.appendChild(p);var v={},w=null,x=null,q=null;b=function(a){"true"!=mxEvent.getSource(a).getAttribute("contentEditable")&&null!=q&&(q(),q=null,mxEvent.consume(a))};mxEvent.addListener(u,"mousedown",b);mxEvent.addListener(u,"pointerdown",b);mxEvent.addListener(u,"touchstart", +b);var E=new mxUrlConverter,z=!1;if(null!=d)for(b=0;b<d.length;b++)n=d[b],l(n.data,null,0,0,n.w,n.h,n,n.aspect,n.title);mxEvent.addListener(u,"dragleave",function(a){p.style.cursor="";for(var b=mxEvent.getSource(a);null!=b;){if(b==u||b==p){a.stopPropagation();a.preventDefault();break}b=b.parentNode}});var D=function(b){return function(c,d,f,k,q,e,n,g,h){null!=h&&(/(\.vsdx)($|\?)/i.test(h.name)||/(\.vssx)($|\?)/i.test(h.name))?a.importVisio(h,mxUtils.bind(this,function(c){a.spinner.stop();l(c,d,f, +k,q,e,n,"fixed",mxEvent.isAltDown(b)?null:n.substring(0,n.lastIndexOf(".")).replace(/_/g," "))})):null!=h&&!a.isOffline()&&(new XMLHttpRequest).upload&&a.isRemoteFileFormat(c,h.name)?a.parseFile(h,mxUtils.bind(this,function(c){4==c.readyState&&(a.spinner.stop(),200<=c.status&&299>=c.status&&(l(c.responseText,d,f,k,q,e,n,"fixed",mxEvent.isAltDown(b)?null:n.substring(0,n.lastIndexOf(".")).replace(/_/g," ")),u.scrollTop=u.scrollHeight))})):(l(c,d,f,k,q,e,n,"fixed",mxEvent.isAltDown(b)?null:n.substring(0, +n.lastIndexOf(".")).replace(/_/g," ")),u.scrollTop=u.scrollHeight)}};mxEvent.addListener(u,"dragover",m);mxEvent.addListener(u,"drop",f);mxEvent.addListener(p,"dragover",m);mxEvent.addListener(p,"drop",f);c.appendChild(u);d=document.createElement("div");d.style.textAlign="right";d.style.marginTop="20px";b=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog(!0)});b.setAttribute("id","btnCancel");b.className="geBtn";a.editor.cancelFirst&&d.appendChild(b);n=mxUtils.button(mxResources.get("export"), +function(){var b=a.createLibraryDataFromImages(k),c=t.value;/(\.xml)$/i.test(c)||(c+=".xml");a.isLocalFileSave()?a.saveLocalFile(b,c,"text/xml",null,null,!0):(new mxXmlRequest(SAVE_URL,"filename="+encodeURIComponent(c)+"&format=xml&xml="+encodeURIComponent(b))).simulate(document,"_blank")});n.setAttribute("id","btnDownload");n.className="geBtn";d.appendChild(n);var y=document.createElement("input");y.setAttribute("multiple","multiple");y.setAttribute("type","file");null==document.documentMode&&(mxEvent.addListener(y, +"change",function(b){z=!1;a.importFiles(y.files,0,0,a.maxImageSize,function(a,c,d,f,k,q,e,n,g){D(b)(a,c,d,f,k,q,e,n,g);y.value=""});u.scrollTop=u.scrollHeight}),n=mxUtils.button(mxResources.get("import"),function(){null!=q&&(q(),q=null);y.click()}),n.setAttribute("id","btnAddImage"),n.className="geBtn",d.appendChild(n));n=mxUtils.button(mxResources.get("addImageUrl"),function(){null!=q&&(q(),q=null);a.showImageDialog(mxResources.get("addImageUrl"),"",function(a,b,c){z=!1;if(null!=a){if("data:image/"== +a.substring(0,11)){var d=a.indexOf(",");0<d&&(a=a.substring(0,d)+";base64,"+a.substring(d+1))}l(a,null,0,0,b,c);u.scrollTop=u.scrollHeight}})});n.setAttribute("id","btnAddImageUrl");n.className="geBtn";d.appendChild(n);this.saveBtnClickHandler=function(b,c,d,f){a.saveLibrary(b,c,d,f)};n=mxUtils.button(mxResources.get("save"),mxUtils.bind(this,function(){null!=q&&(q(),q=null);this.saveBtnClickHandler(t.value,k,e,g)}));n.setAttribute("id","btnSave");n.className="geBtn gePrimaryBtn";d.appendChild(n); +a.editor.cancelFirst||d.appendChild(b);c.appendChild(d);this.container=c},EditShapeDialog=function(a,b,c,d,e){d=null!=d?d:300;e=null!=e?e:120;var g,h,l=document.createElement("table"),m=document.createElement("tbody");l.style.cellPadding="4px";g=document.createElement("tr");h=document.createElement("td");h.setAttribute("colspan","2");h.style.fontSize="10pt";mxUtils.write(h,c);g.appendChild(h);m.appendChild(g);g=document.createElement("tr");h=document.createElement("td");var f=document.createElement("textarea"); f.style.outline="none";f.style.resize="none";f.style.width=d-200+"px";f.style.height=e+"px";this.textarea=f;this.init=function(){f.focus();f.scrollTop=0};h.appendChild(f);g.appendChild(h);h=document.createElement("td");c=document.createElement("div");c.style.position="relative";c.style.border="1px solid gray";c.style.top="6px";c.style.width="200px";c.style.height=e+4+"px";c.style.overflow="hidden";c.style.marginBottom="16px";mxEvent.disableContextMenu(c);h.appendChild(c);var k=new Graph(c);k.setEnabled(!1); -var n=a.editor.graph.cloneCells([b])[0];k.addCells([n]);c=k.view.getState(n);var u="";null!=c.shape&&null!=c.shape.stencil&&(u=mxUtils.getPrettyXml(c.shape.stencil.desc));mxUtils.write(f,u||"");c=k.getGraphBounds();e=Math.min(160/c.width,(e-40)/c.height);k.view.scaleAndTranslate(e,20/e-c.x,20/e-c.y);g.appendChild(h);l.appendChild(g);g=document.createElement("tr");h=document.createElement("td");h.setAttribute("colspan","2");h.style.paddingTop="2px";h.style.whiteSpace="nowrap";h.setAttribute("align", -"right");e=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});e.className="geBtn";a.editor.cancelFirst&&h.appendChild(e);a.isOffline()||(c=mxUtils.button(mxResources.get("help"),function(){a.openLink("https://desk.draw.io/support/solutions/articles/16000052874")}),c.className="geBtn",h.appendChild(c));var t=function(b,c,d){var k=f.value,p=mxUtils.parseXml(k),k=mxUtils.getPrettyXml(p.documentElement),p=p.documentElement.getElementsByTagName("parsererror");if(null!=p&&0<p.length)a.showError(mxResources.get("error"), -mxResources.get("containsValidationErrors"),mxResources.get("ok"));else if(d&&a.hideDialog(),p=!b.model.contains(c),!d||p||k!=u){k=a.editor.graph.compress(k);b.getModel().beginUpdate();try{if(p){var e=a.editor.graph.getInsertPoint();c.geometry.x=e.x;c.geometry.y=e.y;b.addCell(c)}b.setCellStyles(mxConstants.STYLE_SHAPE,"stencil("+k+")",[c])}catch(B){throw B;}finally{b.getModel().endUpdate()}p&&b.setSelectionCell(c)}};c=mxUtils.button(mxResources.get("preview"),function(){t(k,n,!1)});c.className="geBtn"; -h.appendChild(c);c=mxUtils.button(mxResources.get("apply"),function(){t(a.editor.graph,b,!0)});c.className="geBtn gePrimaryBtn";h.appendChild(c);a.editor.cancelFirst||h.appendChild(e);g.appendChild(h);l.appendChild(g);m.appendChild(l);this.container=m},CustomDialog=function(a,b,c,d,e,g,h,m){var l=document.createElement("div");l.appendChild(b);b=document.createElement("div");b.style.marginTop="16px";b.style.textAlign="center";null!=h&&b.appendChild(h);h=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog(); -null!=d&&d()});h.className="geBtn";m&&(h.style.display="none");a.editor.cancelFirst&&b.appendChild(h);a.isOffline()||null==g||(m=mxUtils.button(mxResources.get("help"),function(){a.openLink(g)}),m.className="geBtn",b.appendChild(m));e=mxUtils.button(e||mxResources.get("ok"),function(){a.hideDialog();null!=c&&c()});b.appendChild(e);e.className="geBtn gePrimaryBtn";a.editor.cancelFirst||b.appendChild(h);l.appendChild(b);this.cancelBtn=h;this.okButton=e;this.container=l};(function(){Editor.prototype.appName="draw.io";Editor.closeImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAApVBMVEUAAAD////k5OT///8AAAB1dXXMzMz9/f39/f37+/v5+fn+/v7///9iYmJaWlqFhYWnp6ejo6OHh4f////////////////7+/v5+fnx8fH///8AAAD///8bGxv7+/v5+fkoKCghISFDQ0MYGBjh4eHY2Njb29tQUFBvb29HR0c/Pz82NjYrKyu/v78SEhLu7u7s7OzV1dVVVVU7OzsVFRXAv78QEBBzqehMAAAAG3RSTlMAA/7p/vz5xZlrTiPL/v78+/v7+OXd2TYQDs8L70ZbAAABKUlEQVQoz3VS13LCMBBUXHChd8iukDslQChJ/v/TchaG4cXS+OSb1c7trU7V60OpdRz2ZtNZL4zXNlcN8BEtSG6+NxIXkeRPoBuQ1cjvZ31/VJFB10ISli6diYfH8iYO3WUNCcNlB0gTrXOtkxTo0O1aKKiBBMhhv2MNBQKoiA5wxlZo0JDzD3AYKbWacyj3fs01wxey0pyEP+R8pWKWXoqtIZ0DDg5pbki9krEKOa6LVDQsdoXEsi46Zqh69KFz7B1u7Hb2yDV8firXDKBlZ4UFiswKGRhXTS93/ECK7yxnJ3+S3y/ThpO+cfSD017nqa18aasabU0/t7d+tk0/1oMEJ1NaD67iwdF68OabFSLn+eHb0+vjy+uk8br9fdrftH0O2menfd7+AQfYM/lNjoDHAAAAAElFTkSuQmCC": +var n=a.editor.graph.cloneCells([b])[0];k.addCells([n]);c=k.view.getState(n);var t="";null!=c.shape&&null!=c.shape.stencil&&(t=mxUtils.getPrettyXml(c.shape.stencil.desc));mxUtils.write(f,t||"");c=k.getGraphBounds();e=Math.min(160/c.width,(e-40)/c.height);k.view.scaleAndTranslate(e,20/e-c.x,20/e-c.y);g.appendChild(h);m.appendChild(g);g=document.createElement("tr");h=document.createElement("td");h.setAttribute("colspan","2");h.style.paddingTop="2px";h.style.whiteSpace="nowrap";h.setAttribute("align", +"right");e=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});e.className="geBtn";a.editor.cancelFirst&&h.appendChild(e);a.isOffline()||(c=mxUtils.button(mxResources.get("help"),function(){a.openLink("https://desk.draw.io/support/solutions/articles/16000052874")}),c.className="geBtn",h.appendChild(c));var u=function(b,c,d){var k=f.value,q=mxUtils.parseXml(k),k=mxUtils.getPrettyXml(q.documentElement),q=q.documentElement.getElementsByTagName("parsererror");if(null!=q&&0<q.length)a.showError(mxResources.get("error"), +mxResources.get("containsValidationErrors"),mxResources.get("ok"));else if(d&&a.hideDialog(),q=!b.model.contains(c),!d||q||k!=t){k=a.editor.graph.compress(k);b.getModel().beginUpdate();try{if(q){var e=a.editor.graph.getInsertPoint();c.geometry.x=e.x;c.geometry.y=e.y;b.addCell(c)}b.setCellStyles(mxConstants.STYLE_SHAPE,"stencil("+k+")",[c])}catch(z){throw z;}finally{b.getModel().endUpdate()}q&&b.setSelectionCell(c)}};c=mxUtils.button(mxResources.get("preview"),function(){u(k,n,!1)});c.className="geBtn"; +h.appendChild(c);c=mxUtils.button(mxResources.get("apply"),function(){u(a.editor.graph,b,!0)});c.className="geBtn gePrimaryBtn";h.appendChild(c);a.editor.cancelFirst||h.appendChild(e);g.appendChild(h);m.appendChild(g);l.appendChild(m);this.container=l},CustomDialog=function(a,b,c,d,e,g,h,l){var m=document.createElement("div");m.appendChild(b);b=document.createElement("div");b.style.marginTop="16px";b.style.textAlign="center";null!=h&&b.appendChild(h);h=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog(); +null!=d&&d()});h.className="geBtn";l&&(h.style.display="none");a.editor.cancelFirst&&b.appendChild(h);a.isOffline()||null==g||(l=mxUtils.button(mxResources.get("help"),function(){a.openLink(g)}),l.className="geBtn",b.appendChild(l));e=mxUtils.button(e||mxResources.get("ok"),function(){a.hideDialog();null!=c&&c()});b.appendChild(e);e.className="geBtn gePrimaryBtn";a.editor.cancelFirst||b.appendChild(h);m.appendChild(b);this.cancelBtn=h;this.okButton=e;this.container=m};(function(){Editor.prototype.appName="draw.io";Editor.closeImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAApVBMVEUAAAD////k5OT///8AAAB1dXXMzMz9/f39/f37+/v5+fn+/v7///9iYmJaWlqFhYWnp6ejo6OHh4f////////////////7+/v5+fnx8fH///8AAAD///8bGxv7+/v5+fkoKCghISFDQ0MYGBjh4eHY2Njb29tQUFBvb29HR0c/Pz82NjYrKyu/v78SEhLu7u7s7OzV1dVVVVU7OzsVFRXAv78QEBBzqehMAAAAG3RSTlMAA/7p/vz5xZlrTiPL/v78+/v7+OXd2TYQDs8L70ZbAAABKUlEQVQoz3VS13LCMBBUXHChd8iukDslQChJ/v/TchaG4cXS+OSb1c7trU7V60OpdRz2ZtNZL4zXNlcN8BEtSG6+NxIXkeRPoBuQ1cjvZ31/VJFB10ISli6diYfH8iYO3WUNCcNlB0gTrXOtkxTo0O1aKKiBBMhhv2MNBQKoiA5wxlZo0JDzD3AYKbWacyj3fs01wxey0pyEP+R8pWKWXoqtIZ0DDg5pbki9krEKOa6LVDQsdoXEsi46Zqh69KFz7B1u7Hb2yDV8firXDKBlZ4UFiswKGRhXTS93/ECK7yxnJ3+S3y/ThpO+cfSD017nqa18aasabU0/t7d+tk0/1oMEJ1NaD67iwdF68OabFSLn+eHb0+vjy+uk8br9fdrftH0O2menfd7+AQfYM/lNjoDHAAAAAElFTkSuQmCC": IMAGE_PATH+"/delete.png";Editor.plusImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDdCMTdENjVCOEM4MTFFNDlCRjVBNDdCODU5NjNBNUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdCMTdENjZCOEM4MTFFNDlCRjVBNDdCODU5NjNBNUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowN0IxN0Q2M0I4QzgxMUU0OUJGNUE0N0I4NTk2M0E1QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowN0IxN0Q2NEI4QzgxMUU0OUJGNUE0N0I4NTk2M0E1QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtjrjmgAAAAtSURBVHjaYvz//z8DMigvLwcLdHZ2MiKLMzEQCaivkLGsrOw/dU0cAr4GCDAARQsQbTFrv10AAAAASUVORK5CYII=": IMAGE_PATH+"/plus.png";Editor.spinImage=mxClient.IS_SVG?"data:image/gif;base64,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": IMAGE_PATH+"/spin.gif";Editor.tweetImage=IMAGE_PATH+"/tweet.png";Editor.facebookImage=IMAGE_PATH+"/facebook.png";Editor.blankImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACklEQVR4nGMAAQAABQABDQottAAAAABJRU5ErkJggg==";Editor.hiResImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA+CAMAAACLMWy1AAAAh1BMVEUAAABMTExERERBQUFBQUFFRUVAQEBCQkJAQEA6OjpDQ0NKSkpBQUFBQUFERERERERBQUFCQkJCQkJCQkJJSUlBQUFCQkJDQ0NDQ0NCQkJDQ0NBQUFBQUFCQkJBQUFCQkJCQkJDQ0NCQkJHR0dBQUFCQkJCQkJAQEBCQkJDQ0NAQEBERERCQkIk1hS2AAAAKnRSTlMAAjj96BL7PgQFRwfu3TYazKuVjRXl1V1DPCn1uLGjnWNVIgy9hU40eGqPkM38AAACG0lEQVRYw+2X63KbMBCFzwZblgGDceN74muatpLe//m6MHV3gHGFAv2RjM94MAbxzdnVsQbBDKwH8AH8MDAyafzjqYeyOG04XE7RS8nIRDXg6BlT+rA0nmtAPh+NQRDxIASIMG44rAMrGunBgHwy3uUldxggIStGKp2f+DQc2O4h4eQsX3O2IFB/oEbsjOKbStnjAEA+zJ0ylZTbgvoDn8xNyn6Dbj5Kd4GsNpABa6duQPfSdEj88TgMAhKuCWjAkgmFXPLnsD0pWd3OFGdrMugQII/eOMPEiGOzqPMIeWrcSoMCg71W1pXBPvCP+gS/OdXqQ3uW23+93XGWLl/OaBb805bNcBPoEIcVJsnHzcxpZH86u5KZ9gDby5dQCcnKqdbke4ItI4Tzd7IW9hZQt4EO6GG9b9sYuuK9Wwn8TIr2xKbF2+3Nhr+qxChJ/AI6pIfCu4z4Zowp4ZUNihz79vewzctnHDwTvQO/hCdFBzrUGDOPn2Y/F8YKT4oOATLvlhOznzmBSdFBJWtc58y7r+UVFOCQczy3wpN6pegDqHtsCPTGvH9JuTO0Dyg8icldYPk+RB6g8Aofj4m2EKBvtTmUPD9xDd1pPcSReV2U5iD/ik2yrngtvvqBfPzOvKiDTKTsCdoHZJ7pLLffgTwlJ5vJdtJV2/jiAYaLvLGhMAEDO5QcDg2M/jOw/8Zn+K3ZwJvHT7ZffgC/NvA3zcybTeIfE4EAAAAASUVORK5CYII=": IMAGE_PATH+"/img-hi-res.png";Editor.loResImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA+CAMAAACLMWy1AAAAS1BMVEVAQEAAAAA1NTVBQUFDQ0NDQ0NFRUVERERBQUFBQUFBQUFAQEBBQUFBQUFCQkJCQkJCQkJBQUFCQkJDQ0NDQ0NCQkJCQkJCQkJGRkb5/XqTAAAAGXRSTlP+AAWODlASCsesX+Lc2LyWe3pwa1tCPjohjSJfoAAAAI1JREFUWMPt1MkKhTAMRuG0anvneXr/J71nUypKcdqI/N8yhLMKMZE1CahnClDQzMPB44ED3EgeCubgDWnWQMHpwTtKwTe+UHD4sJ94wbUEHHFGhILlYDeSnsQeabeCgsPBgB0MOZZ9oGA5GJFiJSfUULAfjLjARrhCwX7wh2YCDwVbwZkUBKqFFJRN+wOcwSgR2sREcgAAAABJRU5ErkJggg==": IMAGE_PATH+"/img-lo-res.png";Editor.cameraLargeImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KTMInWQAAA/BJREFUWAnFl0uIjWEYx885buPSuGwmSYwtwsY1ikKSNYNclmQnadgrZSPlsnBLSlaGBdNYKY0Vdi4L4zYzIqxGxmXG//d+7//0+uY7nWMiT/2/53mf+3v7vnNKpf9M5UbrDw8Pj4m+wzmeT1FBUS6Xf+YNox6reMONukijMXUTM3NmI75PyXcJPwRWg5kS7xysDLNmfEUxpx2rceNE50IlYjyRklcLf0prY+x4BTqfmx3ZUHQaO9ISGngYq38V/1EH+ECPa+QaK1u1kVBQirDMChiS3CTeIkwWvghtwhKBpZ8g1CO2B99FynVU/KowSRgQ3mlrBsVZ1awmQlS0SGbfXglfBPbdRGMm5O8RXg2P835pDCvzWjghTHETcLpZLHwS8kTCtBEK1SN83Egam8YxyVZqc+Do5qkwS+gT9grNwkUBG6cbsG/gs3BTuC/0ChCxq4QtwgzBMdwUZBPyN4Ftfi4sYPZHktbOSRlIuutRP5jYj0ueZp88xyYcS/zZoiLyQT1IA/cTj7eSlwnrhI+JnkQbCwo2Sx/2M7VJt17wdhVtgxvrpoFnAuSAbJQ97biZAlKxBfD9wgOhV+BgIR/AZtJ4kwD5PGSj7OmmekjWEy0oAQHAS3+KpBpzXqYK3UItopHpSRMno2N+cm7gDYnfRCcr3QBqriMHLJDkeyhFfiG5aVbK+8rhtP9M6QcIEJHX5Fp9NMAyQlYiu+OOJNlODCIXyka/P23bncTdiC7OydC1+v1Bsb+5r84DK8S3Rdmf5cRUFW3bXtWUSt1Rdk6G4SyJV2o1YId+vNUxr+x5yCJiapFtcxQzLjrxboGcMxvFJwEOKnLwjIbkx/sdSmeSaUY++SwTAxV+4DJT7RVwkbk46gNCsifIItuy0e9PF33Cb4homhN5YRyzL5q5V2VNkv98kqgoGTo3YF9CnMM5Y5rItFfvBSi9JulVXOgI+VwIntkt+SaZ6weQfcovJf7zpTfl86P/wAF7Fz18NeKwmvAWCaX0Z/uMHQr42ZxvR/Rxcw5xM+9J/CJq8w2gduDhmDgso/QrBH47dEXQ1IqczyHpIOfIRtnTtV7SwO1oKXKkU3fbToFGSDHtMWcaH1WBuVYnDbRFi99iqSMySdzxXckrazUh23KBVYGIcfNBkTxca0e4ATJ0KukGYVBgr/MnlhPOtQq/ksUfCbzh+EFCjtnCUoHfjhA/OsiTv2HcEvJMELp0VakZDliTmriTdPivxU4VmEhtPrGV+KJhO7ZKt0doFZh1fgZSBWIW2AGEHwg3BUWOnKtH+suqdw07tYMfglCrWPD5mw9qVYuniaXkT0OtWaSuo5LJTY1RBf+roF9X5+y/5qU+DAAAAABJRU5ErkJggg=="; -Editor.defaultCustomLibraries=[];Editor.enableCustomLibraries=!0;Editor.defaultCsvValue='##\n## Example CSV import. Use ## for comments and # for configuration. Paste CSV below.\n## The following names are reserved and should not be used (or ignored):\n## id, tooltip, placeholder(s), link and label (see below)\n##\n#\n## Node label with placeholders and HTML.\n## Default is \'%name_of_first_column%\'.\n#\n# label: %name%<br><i style="color:gray;">%position%</i><br><a href="mailto:%email%">Email</a>\n#\n## Node style (placeholders are replaced once).\n## Default is the current style for nodes.\n#\n# style: label;image=%image%;whiteSpace=wrap;html=1;rounded=1;fillColor=%fill%;strokeColor=%stroke%;\n#\n## Uses the given column name as the identity for cells (updates existing cells).\n## Default is no identity (empty value or -).\n#\n# identity: -\n#\n## Adds a prefix to the identity of cells to make sure they do not collide with existing cells (whose\n## IDs are numbers from 0..n, sometimes with a GUID prefix in the context of realtime collaboration).\n## Default is csvimport-.\n#\n# namespace: csvimport-\n#\n## Connections between rows ("from": source colum, "to": target column).\n## Label, style and invert are optional. Defaults are \'\', current style and false.\n## In addition to label, an optional fromlabel and tolabel can be used to name the column\n## that contains the text for the label in the edges source or target (invert ignored).\n## The label is concatenated in the form fromlabel + label + tolabel if all are defined.\n## The target column may contain a comma-separated list of values.\n## Multiple connect entries are allowed.\n#\n# connect: {"from": "manager", "to": "name", "invert": true, "label": "manages", \\\n# "style": "curved=1;endArrow=blockThin;endFill=1;fontSize=11;"}\n# connect: {"from": "refs", "to": "id", "style": "curved=1;fontSize=11;"}\n#\n## Node x-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# left: \n#\n## Node y-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# top: \n#\n## Node width. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the width. Default is auto.\n#\n# width: auto\n#\n## Node height. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the height. Default is auto.\n#\n# height: auto\n#\n## Padding for autosize. Default is 0.\n#\n# padding: -12\n#\n## Comma-separated list of ignored columns for metadata. (These can be\n## used for connections and styles but will not be added as metadata.)\n#\n# ignore: id,image,fill,stroke\n#\n## Column to be renamed to link attribute (used as link).\n#\n# link: url\n#\n## Spacing between nodes. Default is 40.\n#\n# nodespacing: 40\n#\n## Spacing between parallel edges. Default is 40.\n#\n# edgespacing: 40\n#\n## Name of layout. Possible values are auto, none, verticaltree, horizontaltree,\n## verticalflow, horizontalflow, organic, circle. Default is auto.\n#\n# layout: auto\n#\n## ---- CSV below this line. First line are column names. ----\nname,position,id,location,manager,email,fill,stroke,refs,url,image\nEvan Miller,CFO,emi,Office 1,,me@example.com,#dae8fc,#6c8ebf,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-9-2-128.png\nEdward Morrison,Brand Manager,emo,Office 2,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-10-3-128.png\nRon Donovan,System Admin,rdo,Office 3,Evan Miller,me@example.com,#d5e8d4,#82b366,"emo,tva",https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-2-128.png\nTessa Valet,HR Director,tva,Office 4,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-3-128.png\n'; +Editor.defaultCustomLibraries=[];Editor.enableCustomLibraries=!0;Editor.defaultCsvValue='##\n## Example CSV import. Use ## for comments and # for configuration. Paste CSV below.\n## The following names are reserved and should not be used (or ignored):\n## id, tooltip, placeholder(s), link and label (see below)\n##\n#\n## Node label with placeholders and HTML.\n## Default is \'%name_of_first_column%\'.\n#\n# label: %name%<br><i style="color:gray;">%position%</i><br><a href="mailto:%email%">Email</a>\n#\n## Node style (placeholders are replaced once).\n## Default is the current style for nodes.\n#\n# style: label;image=%image%;whiteSpace=wrap;html=1;rounded=1;fillColor=%fill%;strokeColor=%stroke%;\n#\n## Parent style for nodes with child nodes (placeholders are replaced once).\n#\n# parentstyle: swimlane;whiteSpace=wrap;html=1;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;\n#\n## Uses the given column name as the identity for cells (updates existing cells).\n## Default is no identity (empty value or -).\n#\n# identity: -\n#\n## Uses the given column name as the parent reference for cells. Default is no parent (empty or -).\n## The identity above is used for resolving the reference so it must be specified.\n#\n# parent: -\n#\n## Adds a prefix to the identity of cells to make sure they do not collide with existing cells (whose\n## IDs are numbers from 0..n, sometimes with a GUID prefix in the context of realtime collaboration).\n## Default is csvimport-.\n#\n# namespace: csvimport-\n#\n## Connections between rows ("from": source colum, "to": target column).\n## Label, style and invert are optional. Defaults are \'\', current style and false.\n## In addition to label, an optional fromlabel and tolabel can be used to name the column\n## that contains the text for the label in the edges source or target (invert ignored).\n## The label is concatenated in the form fromlabel + label + tolabel if all are defined.\n## The target column may contain a comma-separated list of values.\n## Multiple connect entries are allowed.\n#\n# connect: {"from": "manager", "to": "name", "invert": true, "label": "manages", \\\n# "style": "curved=1;endArrow=blockThin;endFill=1;fontSize=11;"}\n# connect: {"from": "refs", "to": "id", "style": "curved=1;fontSize=11;"}\n#\n## Node x-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# left: \n#\n## Node y-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# top: \n#\n## Node width. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the width. Default is auto.\n#\n# width: auto\n#\n## Node height. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the height. Default is auto.\n#\n# height: auto\n#\n## Padding for autosize. Default is 0.\n#\n# padding: -12\n#\n## Comma-separated list of ignored columns for metadata. (These can be\n## used for connections and styles but will not be added as metadata.)\n#\n# ignore: id,image,fill,stroke\n#\n## Column to be renamed to link attribute (used as link).\n#\n# link: url\n#\n## Spacing between nodes. Default is 40.\n#\n# nodespacing: 40\n#\n## Spacing between parallel edges. Default is 40.\n#\n# edgespacing: 40\n#\n## Name of layout. Possible values are auto, none, verticaltree, horizontaltree,\n## verticalflow, horizontalflow, organic, circle. Default is auto.\n#\n# layout: auto\n#\n## ---- CSV below this line. First line are column names. ----\nname,position,id,location,manager,email,fill,stroke,refs,url,image\nEvan Miller,CFO,emi,Office 1,,me@example.com,#dae8fc,#6c8ebf,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-9-2-128.png\nEdward Morrison,Brand Manager,emo,Office 2,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-10-3-128.png\nRon Donovan,System Admin,rdo,Office 3,Evan Miller,me@example.com,#d5e8d4,#82b366,"emo,tva",https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-2-128.png\nTessa Valet,HR Director,tva,Office 4,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-3-128.png\n'; Editor.shadowOptionEnabled=!0;Editor.config=null;Editor.configVersion=null;Editor.configure=function(a,b){if(null!=a){Editor.config=a;Editor.configVersion=a.version;Menus.prototype.defaultFonts=a.defaultFonts||Menus.prototype.defaultFonts;ColorDialog.prototype.presetColors=a.presetColors||ColorDialog.prototype.presetColors;ColorDialog.prototype.defaultColors=a.defaultColors||ColorDialog.prototype.defaultColors;StyleFormatPanel.prototype.defaultColorSchemes=a.defaultColorSchemes||StyleFormatPanel.prototype.defaultColorSchemes; Graph.prototype.defaultEdgeLength=a.defaultEdgeLength||Graph.prototype.defaultEdgeLength;if(null!=a.css){var c=document.createElement("style");c.setAttribute("type","text/css");c.appendChild(document.createTextNode(a.css));var d=document.getElementsByTagName("script")[0];d.parentNode.insertBefore(c,d)}null!=a.defaultLibraries&&(Sidebar.prototype.defaultEntries=a.defaultLibraries);null!=a.defaultCustomLibraries&&(Editor.defaultCustomLibraries=a.defaultCustomLibraries);null!=a.enableCustomLibraries&& (Editor.enableCustomLibraries=a.enableCustomLibraries);null!=a.defaultVertexStyle&&(Graph.prototype.defaultVertexStyle=a.defaultVertexStyle);null!=a.defaultEdgeStyle&&(Graph.prototype.defaultEdgeStyle=a.defaultEdgeStyle);a.emptyDiagramXml&&(EditorUi.prototype.emptyDiagramXml=a.emptyDiagramXml);a.thumbWidth&&(Sidebar.prototype.thumbWidth=a.thumbWidth);a.thumbHeight&&(Sidebar.prototype.thumbHeight=a.thumbHeight);a.emptyLibraryXml&&(EditorUi.prototype.emptyLibraryXml=a.emptyLibraryXml);a.sidebarWidth&& @@ -7168,7 +7233,7 @@ null!=d&&0<d.length&&(c=d[0]);throw{message:mxUtils.getTextContent(c)};}if("mxGr null!=d){var f=new mxCodec(d.ownerDocument);f.decode(d,this.graph.getStylesheet())}this.graph.currentStyle=c;this.graph.mathEnabled="1"==urlParams.math||"1"==b.getAttribute("math");c=b.getAttribute("backgroundImage");null!=c?(c=JSON.parse(c),this.graph.setBackgroundImage(new mxImage(c.src,c.width,c.height))):this.graph.setBackgroundImage(null);mxClient.NO_FO=this.graph.mathEnabled&&!this.useForeignObjectForMath?!0:this.originalNoForeignObject;this.graph.useCssTransforms=!mxClient.NO_FO&&this.isChromelessView()&& this.graph.isCssTransformsSupported();this.graph.updateCssTransform();this.graph.setShadowVisible("1"==b.getAttribute("shadow"),!1)}a.apply(this,arguments)}else throw{message:mxResources.get("notADiagramFile")||"Invalid data",toString:function(){return this.message}};};var b=Editor.prototype.getGraphXml;Editor.prototype.getGraphXml=function(a){a=null!=a?a:!0;var c=b.apply(this,arguments);null!=this.graph.currentStyle&&"default-style2"!=this.graph.currentStyle&&c.setAttribute("style",this.graph.currentStyle); null!=this.graph.backgroundImage&&c.setAttribute("backgroundImage",JSON.stringify(this.graph.backgroundImage));c.setAttribute("math",this.graph.mathEnabled?"1":"0");c.setAttribute("shadow",this.graph.shadowVisible?"1":"0");return c};Editor.prototype.isDataSvg=function(a){try{var b=mxUtils.parseXml(a).documentElement.getAttribute("content");if(null!=b&&(null!=b&&"<"!=b.charAt(0)&&"%"!=b.charAt(0)&&(b=unescape(window.atob?atob(b):Base64.decode(cont,b))),null!=b&&"%"==b.charAt(0)&&(b=decodeURIComponent(b)), -null!=b&&0<b.length)){var c=mxUtils.parseXml(b).documentElement;return"mxfile"==c.nodeName||"mxGraphModel"==c.nodeName}}catch(E){}return!1};Editor.prototype.extractGraphModel=function(a,b){if(null!=a&&"undefined"!==typeof pako){var c=a.ownerDocument.getElementsByTagName("div"),d=[];if(null!=c&&0<c.length)for(var f=0;f<c.length;f++)if("mxgraph"==c[f].getAttribute("class")){d.push(c[f]);break}0<d.length&&(c=d[0].getAttribute("data-mxgraph"),null!=c?(d=JSON.parse(c),null!=d&&null!=d.xml&&(d=mxUtils.parseXml(d.xml), +null!=b&&0<b.length)){var c=mxUtils.parseXml(b).documentElement;return"mxfile"==c.nodeName||"mxGraphModel"==c.nodeName}}catch(D){}return!1};Editor.prototype.extractGraphModel=function(a,b){if(null!=a&&"undefined"!==typeof pako){var c=a.ownerDocument.getElementsByTagName("div"),d=[];if(null!=c&&0<c.length)for(var f=0;f<c.length;f++)if("mxgraph"==c[f].getAttribute("class")){d.push(c[f]);break}0<d.length&&(c=d[0].getAttribute("data-mxgraph"),null!=c?(d=JSON.parse(c),null!=d&&null!=d.xml&&(d=mxUtils.parseXml(d.xml), a=d.documentElement)):(d=d[0].getElementsByTagName("div"),0<d.length&&(c=mxUtils.getTextContent(d[0]),c=this.graph.decompress(c),0<c.length&&(d=mxUtils.parseXml(c),a=d.documentElement))))}if(null!=a&&"svg"==a.nodeName)if(c=a.getAttribute("content"),null!=c&&"<"!=c.charAt(0)&&"%"!=c.charAt(0)&&(c=unescape(window.atob?atob(c):Base64.decode(cont,c))),null!=c&&"%"==c.charAt(0)&&(c=decodeURIComponent(c)),null!=c&&0<c.length)a=mxUtils.parseXml(c).documentElement;else throw{message:mxResources.get("notADiagramFile")}; null==a||b||(d=null,"diagram"==a.nodeName?d=a:"mxfile"==a.nodeName&&(c=a.getElementsByTagName("diagram"),0<c.length&&(d=c[Math.max(0,Math.min(c.length-1,urlParams.page||0))])),null!=d&&(c=this.graph.decompress(mxUtils.getTextContent(d)),null!=c&&0<c.length&&(a=mxUtils.parseXml(c).documentElement)));null==a||"mxGraphModel"==a.nodeName||b&&"mxfile"==a.nodeName||(a=null);return a};var c=Editor.prototype.resetGraph;Editor.prototype.resetGraph=function(){this.graph.mathEnabled="1"==urlParams.math;this.graph.view.x0= null;this.graph.view.y0=null;mxClient.NO_FO=this.graph.mathEnabled&&!this.useForeignObjectForMath?!0:this.originalNoForeignObject;this.graph.useCssTransforms=!mxClient.NO_FO&&this.isChromelessView()&&this.graph.isCssTransformsSupported();this.graph.updateCssTransform();c.apply(this,arguments)};var d=Editor.prototype.updateGraphComponents;Editor.prototype.updateGraphComponents=function(){d.apply(this,arguments);mxClient.NO_FO=this.graph.mathEnabled&&!this.useForeignObjectForMath&&null!=Editor.MathJaxRender? @@ -7177,8 +7242,8 @@ messageStyle:"none",AuthorInit:function(){MathJax.Hub.Config(b||{jax:["input/TeX Editor.MathJaxRender=function(a){"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub?Editor.doMathJaxRender(a):Editor.mathJaxQueue.push(a)};Editor.MathJaxClear=function(){Editor.mathJaxQueue=[]};var c=Editor.prototype.init;Editor.prototype.init=function(){c.apply(this,arguments);this.graph.addListener(mxEvent.SIZE,mxUtils.bind(this,function(a,b){null!=this.graph.container&&this.graph.mathEnabled&&Editor.MathJaxRender(this.graph.container)}))};var d=document.getElementsByTagName("script"); if(null!=d&&0<d.length){var f=document.createElement("script");f.type="text/javascript";f.src=a;d[0].parentNode.appendChild(f)}};Editor.prototype.csvToArray=function(a){if(!/^\s*(?:'[^'\\]*(?:\\[\S\s][^'\\]*)*'|"[^"\\]*(?:\\[\S\s][^"\\]*)*"|[^,'"\s\\]*(?:\s+[^,'"\s\\]+)*)\s*(?:,\s*(?:'[^'\\]*(?:\\[\S\s][^'\\]*)*'|"[^"\\]*(?:\\[\S\s][^"\\]*)*"|[^,'"\s\\]*(?:\s+[^,'"\s\\]+)*)\s*)*$/.test(a))return null;var b=[];a.replace(/(?!\s*$)\s*(?:'([^'\\]*(?:\\[\S\s][^'\\]*)*)'|"([^"\\]*(?:\\[\S\s][^"\\]*)*)"|([^,'"\s\\]*(?:\s+[^,'"\s\\]+)*))\s*(?:,|$)/g, function(a,c,d,f){void 0!==c?b.push(c.replace(/\\'/g,"'")):void 0!==d?b.push(d.replace(/\\"/g,'"')):void 0!==f&&b.push(f);return""});/,\s*$/.test(a)&&b.push("");return b};if(window.ColorDialog){var e=ColorDialog.addRecentColor;ColorDialog.addRecentColor=function(a,b){e.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors);mxSettings.save()};var g=ColorDialog.resetRecentColors;ColorDialog.resetRecentColors=function(){g.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors); -mxSettings.save()}}window.EditDataDialog&&(EditDataDialog.getDisplayIdForCell=function(a,b){var c=null;null!=a.editor.graph.getModel().getParent(b)?c=b.getId():null!=a.currentPage&&(c=a.currentPage.getId());return c});if(null!=window.StyleFormatPanel){var h=Format.prototype.init;Format.prototype.init=function(){h.apply(this,arguments);this.editorUi.editor.addListener("fileLoaded",this.update)};var m=Format.prototype.refresh;Format.prototype.refresh=function(){null!=this.editorUi.getCurrentFile()|| -"1"==urlParams.embed||this.editorUi.editor.chromeless?m.apply(this,arguments):this.clear()};DiagramFormatPanel.prototype.isShadowOptionVisible=function(){var a=this.editorUi.getCurrentFile();return"1"==urlParams.embed||null!=a&&a.isEditable()};DiagramFormatPanel.prototype.isMathOptionVisible=function(a){return!1};var l=DiagramFormatPanel.prototype.addView;DiagramFormatPanel.prototype.addView=function(a){a=l.apply(this,arguments);this.editorUi.getCurrentFile();if(mxClient.IS_SVG&&this.isShadowOptionVisible()){var b= +mxSettings.save()}}window.EditDataDialog&&(EditDataDialog.getDisplayIdForCell=function(a,b){var c=null;null!=a.editor.graph.getModel().getParent(b)?c=b.getId():null!=a.currentPage&&(c=a.currentPage.getId());return c});if(null!=window.StyleFormatPanel){var h=Format.prototype.init;Format.prototype.init=function(){h.apply(this,arguments);this.editorUi.editor.addListener("fileLoaded",this.update)};var l=Format.prototype.refresh;Format.prototype.refresh=function(){null!=this.editorUi.getCurrentFile()|| +"1"==urlParams.embed||this.editorUi.editor.chromeless?l.apply(this,arguments):this.clear()};DiagramFormatPanel.prototype.isShadowOptionVisible=function(){var a=this.editorUi.getCurrentFile();return"1"==urlParams.embed||null!=a&&a.isEditable()};DiagramFormatPanel.prototype.isMathOptionVisible=function(a){return!1};var m=DiagramFormatPanel.prototype.addView;DiagramFormatPanel.prototype.addView=function(a){a=m.apply(this,arguments);this.editorUi.getCurrentFile();if(mxClient.IS_SVG&&this.isShadowOptionVisible()){var b= this.editorUi,c=b.editor.graph,d=this.createOption(mxResources.get("shadow"),function(){return c.shadowVisible},function(a){var d=new ChangePageSetup(b);d.ignoreColor=!0;d.ignoreImage=!0;d.shadowVisible=a;c.model.execute(d)},{install:function(a){this.listener=function(){a(c.shadowVisible)};b.addListener("shadowVisibleChanged",this.listener)},destroy:function(){b.removeListener(this.listener)}});Editor.shadowOptionEnabled||(d.getElementsByTagName("input")[0].setAttribute("disabled","disabled"),mxUtils.setOpacity(d, 60));a.appendChild(d)}return a};var f=DiagramFormatPanel.prototype.addOptions;DiagramFormatPanel.prototype.addOptions=function(a){a=f.apply(this,arguments);var b=this.editorUi,c=b.editor.graph;if(c.isEnabled()){var d=b.getCurrentFile();null!=d&&d.isAutosaveOptional()&&(d=this.createOption(mxResources.get("autosave"),function(){return b.editor.autosave},function(a){b.editor.setAutosave(a)},{install:function(a){this.listener=function(){a(b.editor.autosave)};b.editor.addListener("autosaveChanged",this.listener)}, destroy:function(){b.editor.removeListener(this.listener)}}),a.appendChild(d))}if(this.isMathOptionVisible()&&c.isEnabled()&&"undefined"!==typeof MathJax){d=this.createOption(mxResources.get("mathematicalTypesetting"),function(){return c.mathEnabled},function(a){b.actions.get("mathematicalTypesetting").funct()},{install:function(a){this.listener=function(){a(c.mathEnabled)};b.addListener("mathEnabledChanged",this.listener)},destroy:function(){b.removeListener(this.listener)}});d.style.paddingTop= @@ -7191,20 +7256,20 @@ a.gradient)):(f=mxUtils.setStyle(f,mxConstants.STYLE_FILLCOLOR,"#ffffff"),f=mxUt a.fill+"', EndColorStr='"+a.gradient+"', GradientType=0)":b.style.backgroundImage="linear-gradient("+a.fill+" 0px,"+a.gradient+" 100%)":b.style.backgroundColor=a.fill,b.style.border="1px solid "+a.stroke):(b.style.backgroundColor="#ffffff",b.style.border="1px solid #000000");f.appendChild(b)}f.innerHTML="";for(var c=0;c<a.length;c++)0<c&&0==mxUtils.mod(c,4)&&mxUtils.br(f),b(a[c])}function c(a){mxEvent.addListener(a,"mouseenter",function(){a.style.opacity="1"});mxEvent.addListener(a,"mouseleave",function(){a.style.opacity= "0.5"})}var d=this.editorUi.editor.graph,f=document.createElement("div");f.style.whiteSpace="nowrap";f.style.paddingLeft="24px";f.style.paddingRight="20px";a.style.paddingLeft="16px";a.style.paddingBottom="6px";a.style.position="relative";a.appendChild(f);var k="plain-gray plain-blue plain-green plain-turquoise plain-orange plain-yellow plain-red plain-pink plain-purple gray blue green turquoise orange yellow red pink purple".split(" ");null==this.editorUi.currentScheme&&(this.editorUi.currentScheme= 0);var e=document.createElement("div");e.style.cssText="position:absolute;left:10px;top:8px;bottom:8px;width:20px;margin:4px;opacity:0.5;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAIVBMVEUAAAB2dnZ4eHh3d3d1dXVxcXF2dnZ2dnZ2dnZxcXF2dnYmb3w1AAAACnRSTlMAfCTkhhvb7cQSPH2JPgAAADRJREFUCNdjwACMAmBKaiGYs2oJmLPKAZ3DabU8AMRTXpUKopislqFyVzCAuUZgikkBZjoAcMYLnp53P/UAAAAASUVORK5CYII=);";mxEvent.addListener(e, -"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme-1,this.defaultColorSchemes.length);b(this.defaultColorSchemes[this.editorUi.currentScheme])}));var p=document.createElement("div");p.style.cssText="position:absolute;left:202px;top:8px;bottom:8px;width:20px;margin:4px;opacity:0.5;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAIVBMVEUAAAB2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnYBuwCcAAAACnRSTlMAfCTkhhvb7cQSPH2JPgAAADZJREFUCNdjQAOMAmBKaiGY8loF5rKswsZlrVo8AUiFrTICcbIWK8A5DF1gDoMymMPApIAwHwCS0Qx/U7qCBQAAAABJRU5ErkJggg==);"; -1<this.defaultColorSchemes.length&&(a.appendChild(e),a.appendChild(p));mxEvent.addListener(p,"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme+1,this.defaultColorSchemes.length);b(this.defaultColorSchemes[this.editorUi.currentScheme])}));c(e);c(p);b(this.defaultColorSchemes[this.editorUi.currentScheme]);return a};StyleFormatPanel.prototype.addEditOps=function(a){var b=this.format.getSelectionState(),c=null;1==this.editorUi.editor.graph.getSelectionCount()&& +"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme-1,this.defaultColorSchemes.length);b(this.defaultColorSchemes[this.editorUi.currentScheme])}));var q=document.createElement("div");q.style.cssText="position:absolute;left:202px;top:8px;bottom:8px;width:20px;margin:4px;opacity:0.5;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAIVBMVEUAAAB2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnYBuwCcAAAACnRSTlMAfCTkhhvb7cQSPH2JPgAAADZJREFUCNdjQAOMAmBKaiGY8loF5rKswsZlrVo8AUiFrTICcbIWK8A5DF1gDoMymMPApIAwHwCS0Qx/U7qCBQAAAABJRU5ErkJggg==);"; +1<this.defaultColorSchemes.length&&(a.appendChild(e),a.appendChild(q));mxEvent.addListener(q,"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme+1,this.defaultColorSchemes.length);b(this.defaultColorSchemes[this.editorUi.currentScheme])}));c(e);c(q);b(this.defaultColorSchemes[this.editorUi.currentScheme]);return a};StyleFormatPanel.prototype.addEditOps=function(a){var b=this.format.getSelectionState(),c=null;1==this.editorUi.editor.graph.getSelectionCount()&& (c=mxUtils.button(mxResources.get("editStyle"),mxUtils.bind(this,function(a){this.editorUi.actions.get("editStyle").funct()})),c.setAttribute("title",mxResources.get("editStyle")+" ("+this.editorUi.actions.get("editStyle").shortcut+")"),c.style.width="202px",c.style.marginBottom="2px",a.appendChild(c));var d=this.editorUi.editor.graph,f=d.view.getState(d.getSelectionCell());1==d.getSelectionCount()&&null!=f&&null!=f.shape&&null!=f.shape.stencil?(b=mxUtils.button(mxResources.get("editShape"),mxUtils.bind(this, function(a){this.editorUi.actions.get("editShape").funct()})),b.setAttribute("title",mxResources.get("editShape")),b.style.marginBottom="2px",null==c?b.style.width="202px":(c.style.width="100px",b.style.width="100px",b.style.marginLeft="2px"),a.appendChild(b)):b.image&&(b=mxUtils.button(mxResources.get("editImage"),mxUtils.bind(this,function(a){this.editorUi.actions.get("image").funct()})),b.setAttribute("title",mxResources.get("editImage")),b.style.marginBottom="2px",null==c?b.style.width="202px": (c.style.width="100px",b.style.width="100px",b.style.marginLeft="2px"),a.appendChild(b));return a}}Graph.prototype.defaultThemeName="default-style2";Graph.prototype.lastPasteXml=null;Graph.prototype.pasteCounter=0;Graph.prototype.defaultScrollbars="0"!=urlParams.sb;Graph.prototype.defaultPageVisible="0"!=urlParams.pv;Graph.prototype.shadowId="dropShadow";Graph.prototype.svgShadowColor="#3D4574";Graph.prototype.svgShadowOpacity="0.4";Graph.prototype.svgShadowBlur="1.7";Graph.prototype.svgShadowSize= -"3";Graph.prototype.edgeMode="move"!=urlParams.edge;var u=Graph.prototype.init;Graph.prototype.init=function(){function a(a){b=a;if(mxClient.IS_QUIRKS||7==document.documentMode||8==document.documentMode)b=mxUtils.clone(a)}u.apply(this,arguments);var b=null;mxEvent.addListener(this.container,"mouseenter",a);mxEvent.addListener(this.container,"mousemove",a);mxEvent.addListener(this.container,"mouseleave",function(a){b=null});this.isMouseInsertPoint=function(){return null!=b};var c=this.getInsertPoint; +"3";Graph.prototype.edgeMode="move"!=urlParams.edge;var t=Graph.prototype.init;Graph.prototype.init=function(){function a(a){b=a;if(mxClient.IS_QUIRKS||7==document.documentMode||8==document.documentMode)b=mxUtils.clone(a)}t.apply(this,arguments);var b=null;mxEvent.addListener(this.container,"mouseenter",a);mxEvent.addListener(this.container,"mousemove",a);mxEvent.addListener(this.container,"mouseleave",function(a){b=null});this.isMouseInsertPoint=function(){return null!=b};var c=this.getInsertPoint; this.getInsertPoint=function(){return null!=b?this.getPointForEvent(b):c.apply(this,arguments)};var d=this.layoutManager.getLayout;this.layoutManager.getLayout=function(a){var b=this.graph.view.getState(a),b=null!=b?b.style:this.graph.getCellStyle(a);if("undefined"!=typeof mxRackContainer&&"rack"==b.childLayout){var c=new mxStackLayout(this.graph,!1);c.setChildGeometry=function(a,b){b.height=Math.max(b.height,20);if(1<b.height/20){var c=b.height%20;b.height+=10<c?20-c:-c}this.graph.getModel().setGeometry(a, -b)};c.fill=!0;c.unitSize=mxRackContainer.unitSize|20;c.marginLeft=b.marginLeft||0;c.marginRight=b.marginRight||0;c.marginTop=b.marginTop||0;c.marginBottom=b.marginBottom||0;c.resizeParent=!1;return c}return d.apply(this,arguments)}};var t=Graph.prototype.isCssTransformsSupported;Graph.prototype.isCssTransformsSupported=function(){return t.apply(this,arguments)&&!mxClient.IS_SF};var q=mxGraphView.prototype.validateBackgroundPage;mxGraphView.prototype.validateBackgroundPage=function(){q.apply(this, +b)};c.fill=!0;c.unitSize=mxRackContainer.unitSize|20;c.marginLeft=b.marginLeft||0;c.marginRight=b.marginRight||0;c.marginTop=b.marginTop||0;c.marginBottom=b.marginBottom||0;c.resizeParent=!1;return c}return d.apply(this,arguments)}};var u=Graph.prototype.isCssTransformsSupported;Graph.prototype.isCssTransformsSupported=function(){return u.apply(this,arguments)&&!mxClient.IS_SF};var p=mxGraphView.prototype.validateBackgroundPage;mxGraphView.prototype.validateBackgroundPage=function(){p.apply(this, arguments);if(mxClient.IS_GC&&null!=this.getDrawPane()){var a=this.getDrawPane().parentNode;!this.graph.mathEnabled||mxClient.NO_FO||null!=this.webKitForceRepaintNode&&null!=this.webKitForceRepaintNode.parentNode||"svg"!=this.graph.container.firstChild.nodeName?null==this.webKitForceRepaintNode||this.graph.mathEnabled&&("svg"==this.graph.container.firstChild.nodeName||this.graph.container.firstChild==this.webKitForceRepaintNode)||(null!=this.webKitForceRepaintNode.parentNode&&this.webKitForceRepaintNode.parentNode.removeChild(this.webKitForceRepaintNode), this.webKitForceRepaintNode=null):(this.webKitForceRepaintNode=document.createElement("div"),this.webKitForceRepaintNode.style.cssText="position:absolute;",a.ownerSVGElement.parentNode.insertBefore(this.webKitForceRepaintNode,a.ownerSVGElement))}};var v=Graph.prototype.loadStylesheet;Graph.prototype.loadStylesheet=function(){v.apply(this,arguments);this.currentStyle="default-style2"};Graph.prototype.handleCustomLink=function(a){if("data:action/json,"==a.substring(0,17)&&(a=JSON.parse(a.substring(17)), -null!=a.actions)){for(var b=0;b<a.actions.length;b++)null!=a.actions[b].open&&(this.isCustomLink(a.actions[b].open)?this.customLinkClicked(a.actions[b].open):this.openLink(a.actions[b].open));this.model.beginUpdate();try{for(b=0;b<a.actions.length;b++)this.handleLinkAction(a.actions[b])}finally{this.model.endUpdate()}}};Graph.prototype.handleLinkAction=function(a){var b=[];null!=a.select&&this.isEnabled()&&(b=this.getCellsForAction(a.select),this.setSelectionCells(b));null!=a.highlight&&(b=this.getCellsForAction(a.highlight), -this.highlightCells(b,a.highlight.color,a.highlight.duration,a.highlight.opacity));null!=a.toggle&&this.toggleCells(this.getCellsForAction(a.toggle));null!=a.show&&this.setCellsVisible(this.getCellsForAction(a.show),!0);null!=a.hide&&this.setCellsVisible(this.getCellsForAction(a.hide),!1);null!=a.scroll&&(b=this.getCellsForAction(a.scroll));0<b.length&&this.scrollCellToVisible(b[0])};Graph.prototype.getCellsForAction=function(a){return this.getCellsById(a.cells).concat(this.getCellsForTags(a.tags))}; +null!=a.actions)){for(var b=0;b<a.actions.length;b++)if(null!=a.actions[b].open)if(this.isCustomLink(a.actions[b].open)){if(!this.customLinkClicked(a.actions[b].open))return}else this.openLink(a.actions[b].open);this.model.beginUpdate();try{for(b=0;b<a.actions.length;b++)this.handleLinkAction(a.actions[b])}finally{this.model.endUpdate()}}};Graph.prototype.handleLinkAction=function(a){var b=[];null!=a.select&&this.isEnabled()&&(b=this.getCellsForAction(a.select),this.setSelectionCells(b));null!=a.highlight&& +(b=this.getCellsForAction(a.highlight),this.highlightCells(b,a.highlight.color,a.highlight.duration,a.highlight.opacity));null!=a.toggle&&this.toggleCells(this.getCellsForAction(a.toggle));null!=a.show&&this.setCellsVisible(this.getCellsForAction(a.show),!0);null!=a.hide&&this.setCellsVisible(this.getCellsForAction(a.hide),!1);null!=a.scroll&&(b=this.getCellsForAction(a.scroll));0<b.length&&this.scrollCellToVisible(b[0])};Graph.prototype.getCellsForAction=function(a){return this.getCellsById(a.cells).concat(this.getCellsForTags(a.tags))}; Graph.prototype.getCellsById=function(a){var b=[];if(null!=a)for(var c=0;c<a.length;c++)if("*"==a[c])var d=this.getDefaultParent(),b=b.concat(this.model.filterDescendants(function(a){return a!=d},d));else{var f=this.model.getCell(a[c]);null!=f&&b.push(f)}return b};Graph.prototype.getCellsForTags=function(a,b,c){var d=[];if(null!=a){b=null!=b?b:this.model.getDescendants(this.model.getRoot());c=null!=c?c:"tags";for(var f=0;f<b.length;f++)if(this.model.isVertex(b[f])||this.model.isEdge(b[f])){var k= -null!=b[f].value&&"object"==typeof b[f].value?mxUtils.trim(b[f].value.getAttribute(c)||""):"",e=!0;if(0<k.length)for(var k=k.toLowerCase().split(" "),n=0;n<a.length&&e;n++)var p=mxUtils.trim(a[n]).toLowerCase(),e=e&&(0==p.length||0<=mxUtils.indexOf(k,p));else e=0==a.length;e&&d.push(b[f])}}return d};Graph.prototype.toggleCells=function(a){this.model.beginUpdate();try{for(var b=0;b<a.length;b++)this.model.setVisible(a[b],!this.model.isVisible(a[b]))}finally{this.model.endUpdate()}};Graph.prototype.setCellsVisible= +null!=b[f].value&&"object"==typeof b[f].value?mxUtils.trim(b[f].value.getAttribute(c)||""):"",e=!0;if(0<k.length)for(var k=k.toLowerCase().split(" "),n=0;n<a.length&&e;n++)var q=mxUtils.trim(a[n]).toLowerCase(),e=e&&(0==q.length||0<=mxUtils.indexOf(k,q));else e=0==a.length;e&&d.push(b[f])}}return d};Graph.prototype.toggleCells=function(a){this.model.beginUpdate();try{for(var b=0;b<a.length;b++)this.model.setVisible(a[b],!this.model.isVisible(a[b]))}finally{this.model.endUpdate()}};Graph.prototype.setCellsVisible= function(a,b){this.model.beginUpdate();try{for(var c=0;c<a.length;c++)this.model.setVisible(a[c],b)}finally{this.model.endUpdate()}};Graph.prototype.highlightCells=function(a,b,c,d){for(var f=0;f<a.length;f++)this.highlightCell(a[f],b,c,d)};Graph.prototype.highlightCell=function(a,b,c,d){b=null!=b?b:mxConstants.DEFAULT_VALID_COLOR;c=null!=c?c:1E3;a=this.view.getState(a);if(null!=a){var f=Math.max(5,mxUtils.getValue(a.style,mxConstants.STYLE_STROKEWIDTH,1)+4),k=new mxCellHighlight(this,b,f,!1);null!= d&&(k.opacity=d);k.highlight(a);window.setTimeout(function(){null!=k.shape&&(mxUtils.setPrefixedStyle(k.shape.node.style,"transition","all 1200ms ease-in-out"),k.shape.node.style.opacity=0);window.setTimeout(function(){k.destroy()},1200)},c)}};Graph.prototype.addSvgShadow=function(a,b,c){c=null!=c?c:!1;var d=a.ownerDocument,f=null!=d.createElementNS?d.createElementNS(mxConstants.NS_SVG,"filter"):d.createElement("filter");f.setAttribute("id",this.shadowId);var k=null!=d.createElementNS?d.createElementNS(mxConstants.NS_SVG, "feGaussianBlur"):d.createElement("feGaussianBlur");k.setAttribute("in","SourceAlpha");k.setAttribute("stdDeviation",this.svgShadowBlur);k.setAttribute("result","blur");f.appendChild(k);k=null!=d.createElementNS?d.createElementNS(mxConstants.NS_SVG,"feOffset"):d.createElement("feOffset");k.setAttribute("in","blur");k.setAttribute("dx",this.svgShadowSize);k.setAttribute("dy",this.svgShadowSize);k.setAttribute("result","offsetBlur");f.appendChild(k);k=null!=d.createElementNS?d.createElementNS(mxConstants.NS_SVG, @@ -7217,47 +7282,50 @@ b,c=0;do b=this.model.getChildAt(this.model.root,c);while(c++<a&&"1"==mxUtils.ge "/mxInfographic.js"];mxStencilRegistry.libraries["mockup/buttons"]=[SHAPES_PATH+"/mockup/mxMockupButtons.js"];mxStencilRegistry.libraries["mockup/containers"]=[SHAPES_PATH+"/mockup/mxMockupContainers.js"];mxStencilRegistry.libraries["mockup/forms"]=[SHAPES_PATH+"/mockup/mxMockupForms.js"];mxStencilRegistry.libraries["mockup/graphics"]=[SHAPES_PATH+"/mockup/mxMockupGraphics.js",STENCIL_PATH+"/mockup/misc.xml"];mxStencilRegistry.libraries["mockup/markup"]=[SHAPES_PATH+"/mockup/mxMockupMarkup.js"];mxStencilRegistry.libraries["mockup/misc"]= [SHAPES_PATH+"/mockup/mxMockupMisc.js",STENCIL_PATH+"/mockup/misc.xml"];mxStencilRegistry.libraries["mockup/navigation"]=[SHAPES_PATH+"/mockup/mxMockupNavigation.js",STENCIL_PATH+"/mockup/misc.xml"];mxStencilRegistry.libraries["mockup/text"]=[SHAPES_PATH+"/mockup/mxMockupText.js"];mxStencilRegistry.libraries.floorplan=[SHAPES_PATH+"/mxFloorplan.js",STENCIL_PATH+"/floorplan.xml"];mxStencilRegistry.libraries.bootstrap=[SHAPES_PATH+"/mxBootstrap.js",STENCIL_PATH+"/bootstrap.xml"];mxStencilRegistry.libraries.gmdl= [SHAPES_PATH+"/mxGmdl.js",STENCIL_PATH+"/gmdl.xml"];mxStencilRegistry.libraries.cabinets=[SHAPES_PATH+"/mxCabinets.js",STENCIL_PATH+"/cabinets.xml"];mxStencilRegistry.libraries.archimate=[SHAPES_PATH+"/mxArchiMate.js"];mxStencilRegistry.libraries.archimate3=[SHAPES_PATH+"/mxArchiMate3.js"];mxStencilRegistry.libraries.sysml=[SHAPES_PATH+"/mxSysML.js"];mxStencilRegistry.libraries.eip=[SHAPES_PATH+"/mxEip.js",STENCIL_PATH+"/eip.xml"];mxStencilRegistry.libraries.networks=[SHAPES_PATH+"/mxNetworks.js", -STENCIL_PATH+"/networks.xml"];mxStencilRegistry.libraries.aws3d=[SHAPES_PATH+"/mxAWS3D.js",STENCIL_PATH+"/aws3d.xml"];mxStencilRegistry.libraries.pid2inst=[SHAPES_PATH+"/pid2/mxPidInstruments.js"];mxStencilRegistry.libraries.pid2misc=[SHAPES_PATH+"/pid2/mxPidMisc.js",STENCIL_PATH+"/pid/misc.xml"];mxStencilRegistry.libraries.pid2valves=[SHAPES_PATH+"/pid2/mxPidValves.js"];mxStencilRegistry.libraries.pidFlowSensors=[STENCIL_PATH+"/pid/flow_sensors.xml"];mxMarker.getPackageForType=function(a){var b= -null;null!=a&&0<a.length&&("ER"==a.substring(0,2)?b="mxgraph.er":"sysML"==a.substring(0,5)&&(b="mxgraph.sysml"));return b};var x=mxMarker.createMarker;mxMarker.createMarker=function(a,b,c,d,f,k,e,n,g,h){if(null!=c&&null==mxMarker.markers[c]){var p=this.getPackageForType(c);null!=p&&mxStencilRegistry.getStencil(p)}return x.apply(this,arguments)};PrintDialog.prototype.create=function(a,b){function c(){m.value=Math.max(1,Math.min(n,Math.max(parseInt(m.value),parseInt(t.value))));t.value=Math.max(1,Math.min(n, -Math.min(parseInt(m.value),parseInt(t.value))))}function d(b){function c(b,c,f){var k=b.getGraphBounds(),e=0,n=0,p=ba.get(),g=1/b.pageScale,h=F.checked;if(h)var g=parseInt(V.value),u=parseInt(Z.value),g=Math.min(p.height*u/(k.height/b.view.scale),p.width*g/(k.width/b.view.scale));else g=parseInt(l.value)/(100*b.pageScale),isNaN(g)&&(d=1/b.pageScale,l.value="100 %");p=mxRectangle.fromRectangle(p);p.width=Math.ceil(p.width*d);p.height=Math.ceil(p.height*d);g*=d;!h&&b.pageVisible?(k=b.getPageLayout(), -e-=k.x*p.width,n-=k.y*p.height):h=!0;if(null==c){c=PrintDialog.createPrintPreview(b,g,p,0,e,n,h);c.pageSelector=!1;c.mathEnabled=!1;b=a.getCurrentFile();null!=b&&(c.title=b.getTitle());var t=c.writeHead;c.writeHead=function(b){t.apply(this,arguments);null!=a.editor.fontCss&&(b.writeln('<style type="text/css">'),b.writeln(a.editor.fontCss),b.writeln("</style>"))};if("undefined"!==typeof MathJax){var m=c.renderPage;c.renderPage=function(a,b,c,d,f,k){var e=mxClient.NO_FO;mxClient.NO_FO=this.graph.mathEnabled&& -!this.useForeignObjectForMath?!0:this.originalNoForeignObject;var n=m.apply(this,arguments);mxClient.NO_FO=e;this.graph.mathEnabled?this.mathEnabled=this.mathEnabled||!0:n.className="geDisableMathJax";return n}}c.open(null,null,f,!0)}else{p=b.background;if(null==p||""==p||p==mxConstants.NONE)p="#ffffff";c.backgroundColor=p;c.autoOrigin=h;c.appendGraph(b,g,e,n,f,!0)}return c}var d=parseInt(Q.value)/100;isNaN(d)&&(d=1,Q.value="100 %");var d=.75*d,k=t.value,e=m.value,n=!h.checked,g=null;n&&(n=k==p&& -e==p);if(!n&&null!=a.pages&&a.pages.length){var u=0,n=a.pages.length-1;h.checked||(u=parseInt(k)-1,n=parseInt(e)-1);for(var q=u;q<=n;q++){var v=a.pages[q],k=v==a.currentPage?f:null;if(null==k){var k=a.createTemporaryGraph(f.getStylesheet()),e=!0,u=!1,x=null,B=null;null==v.viewState&&null==v.mapping&&null==v.root&&a.updatePageRoot(v);null!=v.viewState?(e=v.viewState.pageVisible,u=v.viewState.mathEnabled,x=v.viewState.background,B=v.viewState.backgroundImage):null!=v.mapping&&null!=v.mapping.diagramMap&& -(u="0"!=v.mapping.diagramMap.get("mathEnabled"),x=v.mapping.diagramMap.get("background"),B=v.mapping.diagramMap.get("backgroundImage"),B=null!=B&&0<B.length?JSON.parse(B):null);k.background=x;k.backgroundImage=null!=B?new mxImage(B.src,B.width,B.height):null;k.pageVisible=e;k.mathEnabled=u;var A=k.getGlobalVariable;k.getGlobalVariable=function(a){return"page"==a?v.getName():"pagenumber"==a?q+1:A.apply(this,arguments)};document.body.appendChild(k.container);a.updatePageRoot(v);k.model.setRoot(v.root)}g= -c(k,g,q!=n);k!=f&&k.container.parentNode.removeChild(k.container)}}else g=c(f);g.mathEnabled&&(n=g.wnd.document,n.writeln('<script type="text/x-mathjax-config">'),n.writeln("MathJax.Hub.Config({"),n.writeln("showMathMenu: false,"),n.writeln('messageStyle: "none",'),n.writeln('jax: ["input/TeX", "input/MathML", "input/AsciiMath", "output/HTML-CSS"],'),n.writeln('extensions: ["tex2jax.js", "mml2jax.js", "asciimath2jax.js"],'),n.writeln('"HTML-CSS": {'),n.writeln("imageFont: null"),n.writeln("},"),n.writeln("TeX: {"), -n.writeln('extensions: ["AMSmath.js", "AMSsymbols.js", "noErrors.js", "noUndefined.js"]'),n.writeln("},"),n.writeln("tex2jax: {"),n.writeln('\tignoreClass: "geDisableMathJax"'),n.writeln("},"),n.writeln("asciimath2jax: {"),n.writeln('\tignoreClass: "geDisableMathJax"'),n.writeln("}"),n.writeln("});"),b&&(n.writeln("MathJax.Hub.Queue(function () {"),n.writeln("window.print();"),n.writeln("});")),n.writeln("\x3c/script>"),n.writeln('<script type="text/javascript" src="https://math.draw.io/current/MathJax.js">\x3c/script>')); -g.closeDocument();!g.mathEnabled&&b&&PrintDialog.printPreview(g)}var f=a.editor.graph,k=document.createElement("div"),e=document.createElement("h3");e.style.width="100%";e.style.textAlign="center";e.style.marginTop="0px";mxUtils.write(e,b||mxResources.get("print"));k.appendChild(e);var n=1,p=1,g=document.createElement("div");g.style.cssText="border-bottom:1px solid lightGray;padding-bottom:12px;margin-bottom:12px;";var h=document.createElement("input");h.style.cssText="margin-right:8px;margin-bottom:8px;"; -h.setAttribute("value","all");h.setAttribute("type","radio");h.setAttribute("name","pages-printdialog");g.appendChild(h);e=document.createElement("span");mxUtils.write(e,mxResources.get("printAllPages"));g.appendChild(e);mxUtils.br(g);var u=h.cloneNode(!0);h.setAttribute("checked","checked");u.setAttribute("value","range");g.appendChild(u);e=document.createElement("span");mxUtils.write(e,mxResources.get("pages")+":");g.appendChild(e);var t=document.createElement("input");t.style.cssText="margin:0 8px 0 8px;"; -t.setAttribute("value","1");t.setAttribute("type","number");t.setAttribute("min","1");t.style.width="50px";g.appendChild(t);e=document.createElement("span");mxUtils.write(e,mxResources.get("to"));g.appendChild(e);var m=t.cloneNode(!0);g.appendChild(m);mxEvent.addListener(t,"focus",function(){u.checked=!0});mxEvent.addListener(m,"focus",function(){u.checked=!0});mxEvent.addListener(t,"change",c);mxEvent.addListener(m,"change",c);if(null!=a.pages&&(n=a.pages.length,null!=a.currentPage))for(e=0;e<a.pages.length;e++)if(a.currentPage== -a.pages[e]){p=e+1;t.value=p;m.value=p;break}t.setAttribute("max",n);m.setAttribute("max",n);1<n&&k.appendChild(g);var q=document.createElement("div");q.style.marginBottom="10px";var v=document.createElement("input");v.style.marginRight="8px";v.setAttribute("value","adjust");v.setAttribute("type","radio");v.setAttribute("name","printZoom");q.appendChild(v);e=document.createElement("span");mxUtils.write(e,mxResources.get("adjustTo"));q.appendChild(e);var l=document.createElement("input");l.style.cssText= -"margin:0 8px 0 8px;";l.setAttribute("value","100 %");l.style.width="50px";q.appendChild(l);mxEvent.addListener(l,"focus",function(){v.checked=!0});k.appendChild(q);var g=g.cloneNode(!1),F=v.cloneNode(!0);F.setAttribute("value","fit");v.setAttribute("checked","checked");e=document.createElement("div");e.style.cssText="display:inline-block;height:100%;vertical-align:top;padding-top:2px;";e.appendChild(F);g.appendChild(e);q=document.createElement("table");q.style.display="inline-block";var x=document.createElement("tbody"), -z=document.createElement("tr"),T=z.cloneNode(!0),N=document.createElement("td"),S=N.cloneNode(!0),U=N.cloneNode(!0),K=N.cloneNode(!0),W=N.cloneNode(!0),P=N.cloneNode(!0);N.style.textAlign="right";K.style.textAlign="right";mxUtils.write(N,mxResources.get("fitTo"));var V=document.createElement("input");V.style.cssText="margin:0 8px 0 8px;";V.setAttribute("value","1");V.setAttribute("min","1");V.setAttribute("type","number");V.style.width="40px";S.appendChild(V);e=document.createElement("span");mxUtils.write(e, -mxResources.get("fitToSheetsAcross"));U.appendChild(e);mxUtils.write(K,mxResources.get("fitToBy"));var Z=V.cloneNode(!0);W.appendChild(Z);mxEvent.addListener(V,"focus",function(){F.checked=!0});mxEvent.addListener(Z,"focus",function(){F.checked=!0});e=document.createElement("span");mxUtils.write(e,mxResources.get("fitToSheetsDown"));P.appendChild(e);z.appendChild(N);z.appendChild(S);z.appendChild(U);T.appendChild(K);T.appendChild(W);T.appendChild(P);x.appendChild(z);x.appendChild(T);q.appendChild(x); -g.appendChild(q);k.appendChild(g);g=document.createElement("div");e=document.createElement("div");e.style.fontWeight="bold";e.style.marginBottom="12px";mxUtils.write(e,mxResources.get("paperSize"));g.appendChild(e);e=document.createElement("div");e.style.marginBottom="12px";var ba=PageSetupDialog.addPageFormatPanel(e,"printdialog",a.editor.graph.pageFormat||mxConstants.PAGE_FORMAT_A4_PORTRAIT);g.appendChild(e);e=document.createElement("span");mxUtils.write(e,mxResources.get("pageScale"));g.appendChild(e); -var Q=document.createElement("input");Q.style.cssText="margin:0 8px 0 8px;";Q.setAttribute("value","100 %");Q.style.width="60px";g.appendChild(Q);k.appendChild(g);e=document.createElement("div");e.style.cssText="text-align:right;margin:48px 0 0 0;";g=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});g.className="geBtn";a.editor.cancelFirst&&e.appendChild(g);a.isOffline()||(q=mxUtils.button(mxResources.get("help"),function(){f.openLink("https://desk.draw.io/support/solutions/articles/16000048947")}), -q.className="geBtn",e.appendChild(q));PrintDialog.previewEnabled&&(q=mxUtils.button(mxResources.get("preview"),function(){a.hideDialog();d(!1)}),q.className="geBtn",e.appendChild(q));q=mxUtils.button(mxResources.get(PrintDialog.previewEnabled?"print":"ok"),function(){a.hideDialog();d(!0)});q.className="geBtn gePrimaryBtn";e.appendChild(q);a.editor.cancelFirst||e.appendChild(g);k.appendChild(e);this.container=k};var z=ChangePageSetup.prototype.execute;ChangePageSetup.prototype.execute=function(){null== -this.page&&(this.page=this.ui.currentPage);this.page!=this.ui.currentPage?null!=this.page.viewState&&(this.ignoreColor||(this.page.viewState.background=this.color),this.ignoreImage||(this.page.viewState.backgroundImage=this.image),null!=this.format&&(this.page.viewState.pageFormat=this.format),null!=this.mathEnabled&&(this.page.viewState.mathEnabled=this.mathEnabled),null!=this.shadowVisible&&(this.page.viewState.shadowVisible=this.shadowVisible)):(z.apply(this,arguments),null!=this.mathEnabled&& +STENCIL_PATH+"/networks.xml"];mxStencilRegistry.libraries.aws3d=[SHAPES_PATH+"/mxAWS3D.js",STENCIL_PATH+"/aws3d.xml"];mxStencilRegistry.libraries.veeam=[STENCIL_PATH+"/veeam/2d.xml",STENCIL_PATH+"/veeam/3d.xml",STENCIL_PATH+"/veeam/veeam.xml"];mxStencilRegistry.libraries.pid2inst=[SHAPES_PATH+"/pid2/mxPidInstruments.js"];mxStencilRegistry.libraries.pid2misc=[SHAPES_PATH+"/pid2/mxPidMisc.js",STENCIL_PATH+"/pid/misc.xml"];mxStencilRegistry.libraries.pid2valves=[SHAPES_PATH+"/pid2/mxPidValves.js"];mxStencilRegistry.libraries.pidFlowSensors= +[STENCIL_PATH+"/pid/flow_sensors.xml"];mxMarker.getPackageForType=function(a){var b=null;null!=a&&0<a.length&&("ER"==a.substring(0,2)?b="mxgraph.er":"sysML"==a.substring(0,5)&&(b="mxgraph.sysml"));return b};var w=mxMarker.createMarker;mxMarker.createMarker=function(a,b,c,d,f,k,e,n,g,h){if(null!=c&&null==mxMarker.markers[c]){var q=this.getPackageForType(c);null!=q&&mxStencilRegistry.getStencil(q)}return w.apply(this,arguments)};PrintDialog.prototype.create=function(a,b){function c(){l.value=Math.max(1, +Math.min(n,Math.max(parseInt(l.value),parseInt(u.value))));u.value=Math.max(1,Math.min(n,Math.min(parseInt(l.value),parseInt(u.value))))}function d(b){function c(b,c,f){var k=b.getGraphBounds(),e=0,n=0,g=ga.get(),q=1/b.pageScale,h=E.checked;if(h)var q=parseInt(W.value),t=parseInt(R.value),q=Math.min(g.height*t/(k.height/b.view.scale),g.width*q/(k.width/b.view.scale));else q=parseInt(m.value)/(100*b.pageScale),isNaN(q)&&(d=1/b.pageScale,m.value="100 %");g=mxRectangle.fromRectangle(g);g.width=Math.ceil(g.width* +d);g.height=Math.ceil(g.height*d);q*=d;!h&&b.pageVisible?(k=b.getPageLayout(),e-=k.x*g.width,n-=k.y*g.height):h=!0;if(null==c){c=PrintDialog.createPrintPreview(b,q,g,0,e,n,h);c.pageSelector=!1;c.mathEnabled=!1;b=a.getCurrentFile();null!=b&&(c.title=b.getTitle());var u=c.writeHead;c.writeHead=function(b){u.apply(this,arguments);null!=a.editor.fontCss&&(b.writeln('<style type="text/css">'),b.writeln(a.editor.fontCss),b.writeln("</style>"))};if("undefined"!==typeof MathJax){var l=c.renderPage;c.renderPage= +function(a,b,c,d,f,k){var e=mxClient.NO_FO;mxClient.NO_FO=this.graph.mathEnabled&&!this.useForeignObjectForMath?!0:this.originalNoForeignObject;var n=l.apply(this,arguments);mxClient.NO_FO=e;this.graph.mathEnabled?this.mathEnabled=this.mathEnabled||!0:n.className="geDisableMathJax";return n}}c.open(null,null,f,!0)}else{g=b.background;if(null==g||""==g||g==mxConstants.NONE)g="#ffffff";c.backgroundColor=g;c.autoOrigin=h;c.appendGraph(b,q,e,n,f,!0)}return c}var d=parseInt(Y.value)/100;isNaN(d)&&(d=1, +Y.value="100 %");var d=.75*d,k=u.value,e=l.value,n=!h.checked,g=null;n&&(n=k==q&&e==q);if(!n&&null!=a.pages&&a.pages.length){var t=0,n=a.pages.length-1;h.checked||(t=parseInt(k)-1,n=parseInt(e)-1);for(var v=t;v<=n;v++){var p=a.pages[v],k=p==a.currentPage?f:null;if(null==k){var k=a.createTemporaryGraph(f.getStylesheet()),e=!0,t=!1,w=null,z=null;null==p.viewState&&null==p.mapping&&null==p.root&&a.updatePageRoot(p);null!=p.viewState?(e=p.viewState.pageVisible,t=p.viewState.mathEnabled,w=p.viewState.background, +z=p.viewState.backgroundImage):null!=p.mapping&&null!=p.mapping.diagramMap&&(t="0"!=p.mapping.diagramMap.get("mathEnabled"),w=p.mapping.diagramMap.get("background"),z=p.mapping.diagramMap.get("backgroundImage"),z=null!=z&&0<z.length?JSON.parse(z):null);k.background=w;k.backgroundImage=null!=z?new mxImage(z.src,z.width,z.height):null;k.pageVisible=e;k.mathEnabled=t;var x=k.getGlobalVariable;k.getGlobalVariable=function(a){return"page"==a?p.getName():"pagenumber"==a?v+1:x.apply(this,arguments)};document.body.appendChild(k.container); +a.updatePageRoot(p);k.model.setRoot(p.root)}g=c(k,g,v!=n);k!=f&&k.container.parentNode.removeChild(k.container)}}else g=c(f);g.mathEnabled&&(n=g.wnd.document,n.writeln('<script type="text/x-mathjax-config">'),n.writeln("MathJax.Hub.Config({"),n.writeln("showMathMenu: false,"),n.writeln('messageStyle: "none",'),n.writeln('jax: ["input/TeX", "input/MathML", "input/AsciiMath", "output/HTML-CSS"],'),n.writeln('extensions: ["tex2jax.js", "mml2jax.js", "asciimath2jax.js"],'),n.writeln('"HTML-CSS": {'), +n.writeln("imageFont: null"),n.writeln("},"),n.writeln("TeX: {"),n.writeln('extensions: ["AMSmath.js", "AMSsymbols.js", "noErrors.js", "noUndefined.js"]'),n.writeln("},"),n.writeln("tex2jax: {"),n.writeln('\tignoreClass: "geDisableMathJax"'),n.writeln("},"),n.writeln("asciimath2jax: {"),n.writeln('\tignoreClass: "geDisableMathJax"'),n.writeln("}"),n.writeln("});"),b&&(n.writeln("MathJax.Hub.Queue(function () {"),n.writeln("window.print();"),n.writeln("});")),n.writeln("\x3c/script>"),n.writeln('<script type="text/javascript" src="https://math.draw.io/current/MathJax.js">\x3c/script>')); +g.closeDocument();!g.mathEnabled&&b&&PrintDialog.printPreview(g)}var f=a.editor.graph,k=document.createElement("div"),e=document.createElement("h3");e.style.width="100%";e.style.textAlign="center";e.style.marginTop="0px";mxUtils.write(e,b||mxResources.get("print"));k.appendChild(e);var n=1,q=1,g=document.createElement("div");g.style.cssText="border-bottom:1px solid lightGray;padding-bottom:12px;margin-bottom:12px;";var h=document.createElement("input");h.style.cssText="margin-right:8px;margin-bottom:8px;"; +h.setAttribute("value","all");h.setAttribute("type","radio");h.setAttribute("name","pages-printdialog");g.appendChild(h);e=document.createElement("span");mxUtils.write(e,mxResources.get("printAllPages"));g.appendChild(e);mxUtils.br(g);var t=h.cloneNode(!0);h.setAttribute("checked","checked");t.setAttribute("value","range");g.appendChild(t);e=document.createElement("span");mxUtils.write(e,mxResources.get("pages")+":");g.appendChild(e);var u=document.createElement("input");u.style.cssText="margin:0 8px 0 8px;"; +u.setAttribute("value","1");u.setAttribute("type","number");u.setAttribute("min","1");u.style.width="50px";g.appendChild(u);e=document.createElement("span");mxUtils.write(e,mxResources.get("to"));g.appendChild(e);var l=u.cloneNode(!0);g.appendChild(l);mxEvent.addListener(u,"focus",function(){t.checked=!0});mxEvent.addListener(l,"focus",function(){t.checked=!0});mxEvent.addListener(u,"change",c);mxEvent.addListener(l,"change",c);if(null!=a.pages&&(n=a.pages.length,null!=a.currentPage))for(e=0;e<a.pages.length;e++)if(a.currentPage== +a.pages[e]){q=e+1;u.value=q;l.value=q;break}u.setAttribute("max",n);l.setAttribute("max",n);1<n&&k.appendChild(g);var v=document.createElement("div");v.style.marginBottom="10px";var p=document.createElement("input");p.style.marginRight="8px";p.setAttribute("value","adjust");p.setAttribute("type","radio");p.setAttribute("name","printZoom");v.appendChild(p);e=document.createElement("span");mxUtils.write(e,mxResources.get("adjustTo"));v.appendChild(e);var m=document.createElement("input");m.style.cssText= +"margin:0 8px 0 8px;";m.setAttribute("value","100 %");m.style.width="50px";v.appendChild(m);mxEvent.addListener(m,"focus",function(){p.checked=!0});k.appendChild(v);var g=g.cloneNode(!1),E=p.cloneNode(!0);E.setAttribute("value","fit");p.setAttribute("checked","checked");e=document.createElement("div");e.style.cssText="display:inline-block;height:100%;vertical-align:top;padding-top:2px;";e.appendChild(E);g.appendChild(e);v=document.createElement("table");v.style.display="inline-block";var w=document.createElement("tbody"), +x=document.createElement("tr"),O=x.cloneNode(!0),M=document.createElement("td"),ba=M.cloneNode(!0),P=M.cloneNode(!0),S=M.cloneNode(!0),V=M.cloneNode(!0),K=M.cloneNode(!0);M.style.textAlign="right";S.style.textAlign="right";mxUtils.write(M,mxResources.get("fitTo"));var W=document.createElement("input");W.style.cssText="margin:0 8px 0 8px;";W.setAttribute("value","1");W.setAttribute("min","1");W.setAttribute("type","number");W.style.width="40px";ba.appendChild(W);e=document.createElement("span");mxUtils.write(e, +mxResources.get("fitToSheetsAcross"));P.appendChild(e);mxUtils.write(S,mxResources.get("fitToBy"));var R=W.cloneNode(!0);V.appendChild(R);mxEvent.addListener(W,"focus",function(){E.checked=!0});mxEvent.addListener(R,"focus",function(){E.checked=!0});e=document.createElement("span");mxUtils.write(e,mxResources.get("fitToSheetsDown"));K.appendChild(e);x.appendChild(M);x.appendChild(ba);x.appendChild(P);O.appendChild(S);O.appendChild(V);O.appendChild(K);w.appendChild(x);w.appendChild(O);v.appendChild(w); +g.appendChild(v);k.appendChild(g);g=document.createElement("div");e=document.createElement("div");e.style.fontWeight="bold";e.style.marginBottom="12px";mxUtils.write(e,mxResources.get("paperSize"));g.appendChild(e);e=document.createElement("div");e.style.marginBottom="12px";var ga=PageSetupDialog.addPageFormatPanel(e,"printdialog",a.editor.graph.pageFormat||mxConstants.PAGE_FORMAT_A4_PORTRAIT);g.appendChild(e);e=document.createElement("span");mxUtils.write(e,mxResources.get("pageScale"));g.appendChild(e); +var Y=document.createElement("input");Y.style.cssText="margin:0 8px 0 8px;";Y.setAttribute("value","100 %");Y.style.width="60px";g.appendChild(Y);k.appendChild(g);e=document.createElement("div");e.style.cssText="text-align:right;margin:48px 0 0 0;";g=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});g.className="geBtn";a.editor.cancelFirst&&e.appendChild(g);a.isOffline()||(v=mxUtils.button(mxResources.get("help"),function(){f.openLink("https://desk.draw.io/support/solutions/articles/16000048947")}), +v.className="geBtn",e.appendChild(v));PrintDialog.previewEnabled&&(v=mxUtils.button(mxResources.get("preview"),function(){a.hideDialog();d(!1)}),v.className="geBtn",e.appendChild(v));v=mxUtils.button(mxResources.get(PrintDialog.previewEnabled?"print":"ok"),function(){a.hideDialog();d(!0)});v.className="geBtn gePrimaryBtn";e.appendChild(v);a.editor.cancelFirst||e.appendChild(g);k.appendChild(e);this.container=k};var x=ChangePageSetup.prototype.execute;ChangePageSetup.prototype.execute=function(){null== +this.page&&(this.page=this.ui.currentPage);this.page!=this.ui.currentPage?null!=this.page.viewState&&(this.ignoreColor||(this.page.viewState.background=this.color),this.ignoreImage||(this.page.viewState.backgroundImage=this.image),null!=this.format&&(this.page.viewState.pageFormat=this.format),null!=this.mathEnabled&&(this.page.viewState.mathEnabled=this.mathEnabled),null!=this.shadowVisible&&(this.page.viewState.shadowVisible=this.shadowVisible)):(x.apply(this,arguments),null!=this.mathEnabled&& this.mathEnabled!=this.ui.isMathEnabled()&&(this.ui.setMathEnabled(this.mathEnabled),this.mathEnabled=!this.mathEnabled),null!=this.shadowVisible&&this.shadowVisible!=this.ui.editor.graph.shadowVisible&&(this.ui.editor.graph.setShadowVisible(this.shadowVisible),this.shadowVisible=!this.shadowVisible))}})(); -(function(){var a=new mxObjectCodec(new ChangePageSetup,["ui","previousColor","previousImage","previousFormat"]);a.beforeDecode=function(a,c,d){d.ui=a.ui;return c};a.afterDecode=function(a,c,d){d.previousColor=d.color;d.previousImage=d.image;d.previousFormat=d.format;null!=d.foldingEnabled&&(d.foldingEnabled=!d.foldingEnabled);null!=d.mathEnabled&&(d.mathEnabled=!d.mathEnabled);null!=d.shadowVisible&&(d.shadowVisible=!d.shadowVisible);return d};mxCodecRegistry.register(a)})();(function(){EditorUi.VERSION="8.9.6";EditorUi.compactUi="atlas"!=uiTheme;EditorUi.enableLogging=/.*\.draw\.io$/.test(window.location.hostname)&&"support.draw.io"!=window.location.hostname;EditorUi.enablePlantUml=EditorUi.enableLogging;EditorUi.isElectronApp=null!=window&&null!=window.process&&null!=window.process.versions&&null!=window.process.versions.electron;EditorUi.scratchpadHelpLink="https://desk.draw.io/support/solutions/articles/16000042367";EditorUi.prototype.emptyDiagramXml='<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>'; +var ErrorDialog=function(a,b,c,d,e,g,h,l,m,f,k){m=null!=m?m:!0;var n=document.createElement("div");n.style.textAlign="center";if(null!=b){var t=document.createElement("div");t.style.padding="0px";t.style.margin="0px";t.style.fontSize="18px";t.style.paddingBottom="16px";t.style.marginBottom="16px";t.style.borderBottom="1px solid #c0c0c0";t.style.color="gray";mxUtils.write(t,b);n.appendChild(t)}b=document.createElement("div");b.style.padding="6px";b.innerHTML=c;n.appendChild(b);c=document.createElement("div"); +c.style.marginTop="16px";c.style.textAlign="center";null!=g&&(b=mxUtils.button(mxResources.get("tryAgain"),function(){a.hideDialog();g()}),b.className="geBtn",c.appendChild(b),c.style.textAlign="center");null!=f&&(f=mxUtils.button(f,function(){null!=k&&k()}),f.className="geBtn",c.appendChild(f));var u=mxUtils.button(d,function(){m&&a.hideDialog();null!=e&&e()});u.className="geBtn";c.appendChild(u);null!=h&&(d=mxUtils.button(h,function(){m&&a.hideDialog();null!=l&&l()}),d.className="geBtn gePrimaryBtn", +c.appendChild(d));this.init=function(){u.focus()};n.appendChild(c);this.container=n}; +(function(){var a=new mxObjectCodec(new ChangePageSetup,["ui","previousColor","previousImage","previousFormat"]);a.beforeDecode=function(a,c,d){d.ui=a.ui;return c};a.afterDecode=function(a,c,d){d.previousColor=d.color;d.previousImage=d.image;d.previousFormat=d.format;null!=d.foldingEnabled&&(d.foldingEnabled=!d.foldingEnabled);null!=d.mathEnabled&&(d.mathEnabled=!d.mathEnabled);null!=d.shadowVisible&&(d.shadowVisible=!d.shadowVisible);return d};mxCodecRegistry.register(a)})();(function(){EditorUi.VERSION="8.9.9";EditorUi.compactUi="atlas"!=uiTheme;EditorUi.enableLogging=/.*\.draw\.io$/.test(window.location.hostname)&&"support.draw.io"!=window.location.hostname;EditorUi.enablePlantUml=EditorUi.enableLogging;EditorUi.isElectronApp=null!=window&&null!=window.process&&null!=window.process.versions&&null!=window.process.versions.electron;EditorUi.scratchpadHelpLink="https://desk.draw.io/support/solutions/articles/16000042367";EditorUi.prototype.emptyDiagramXml='<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>'; EditorUi.prototype.emptyLibraryXml="<mxlibrary>[]</mxlibrary>";EditorUi.prototype.mode=null;EditorUi.prototype.sidebarFooterHeight=36;EditorUi.prototype.defaultCustomShapeStyle="shape=stencil(tZRtTsQgEEBPw1+DJR7AoN6DbWftpAgE0Ortd/jYRGq72R+YNE2YgTePloEJGWblgA18ZuKFDcMj5/Sm8boZq+BgjCX4pTyqk6ZlKROitwusOMXKQDODx5iy4pXxZ5qTHiFHawxB0JrQZH7lCabQ0Fr+XWC1/E8zcsT/gAi+Subo2/3Mh6d/oJb5nU1b5tW7r2knautaa3T+U32o7f7vZwpJkaNDLORJjcu7t59m2jXxqX9un+tt022acsfmoKaQZ+vhhswZtS6Ne/ThQGt0IV0N3Yyv6P3CeT9/tHO0XFI5cAE=);whiteSpace=wrap;html=1;"; EditorUi.prototype.svgBrokenImage=Graph.createSvgImage(10,10,'<rect x="0" y="0" width="10" height="10" stroke="#000" fill="transparent"/><path d="m 0 0 L 10 10 L 0 10 L 10 0" stroke="#000" fill="transparent"/>');EditorUi.prototype.crossOriginImages=!mxClient.IS_IE;EditorUi.prototype.maxBackgroundSize=1600;EditorUi.prototype.maxImageSize=520;EditorUi.prototype.resampleThreshold=1E5;EditorUi.prototype.maxImageBytes=1E6;EditorUi.prototype.maxBackgroundBytes=25E5;EditorUi.prototype.currentFile=null;EditorUi.prototype.printPdfExport= -!1;EditorUi.prototype.pdfPageExport=!0;EditorUi.prototype.formatEnabled="0"!=urlParams.format;EditorUi.prototype.closableScratchpad=!0;(function(){EditorUi.prototype.useCanvasForExport=!1;EditorUi.prototype.jpgSupported=!1;try{var a=document.createElement("canvas");EditorUi.prototype.canvasSupported=!(!a.getContext||!a.getContext("2d"))}catch(t){}try{var b=document.createElement("canvas"),c=new Image;c.onload=function(){try{b.getContext("2d").drawImage(c,0,0);var a=b.toDataURL("image/png");EditorUi.prototype.useCanvasForExport= -null!=a&&6<a.length}catch(q){}};c.src="data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1px" height="1px" version="1.1"><foreignObject pointer-events="all" width="1" height="1"><div xmlns="http://www.w3.org/1999/xhtml"></div></foreignObject></svg>')))}catch(t){}try{b=document.createElement("canvas");b.width=b.height=1;var d=b.toDataURL("image/jpeg");EditorUi.prototype.jpgSupported=null!==d.match("image/jpeg")}catch(t){}})(); +!1;EditorUi.prototype.pdfPageExport=!0;EditorUi.prototype.formatEnabled="0"!=urlParams.format;EditorUi.prototype.closableScratchpad=!0;(function(){EditorUi.prototype.useCanvasForExport=!1;EditorUi.prototype.jpgSupported=!1;try{var a=document.createElement("canvas");EditorUi.prototype.canvasSupported=!(!a.getContext||!a.getContext("2d"))}catch(u){}try{var b=document.createElement("canvas"),c=new Image;c.onload=function(){try{b.getContext("2d").drawImage(c,0,0);var a=b.toDataURL("image/png");EditorUi.prototype.useCanvasForExport= +null!=a&&6<a.length}catch(p){}};c.src="data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1px" height="1px" version="1.1"><foreignObject pointer-events="all" width="1" height="1"><div xmlns="http://www.w3.org/1999/xhtml"></div></foreignObject></svg>')))}catch(u){}try{b=document.createElement("canvas");b.width=b.height=1;var d=b.toDataURL("image/jpeg");EditorUi.prototype.jpgSupported=null!==d.match("image/jpeg")}catch(u){}})(); EditorUi.prototype.openLink=function(a,b){return this.editor.graph.openLink(a,b)};EditorUi.prototype.showSplash=function(a){};EditorUi.prototype.getLocalData=function(a,b){b(localStorage.getItem(a))};EditorUi.prototype.setLocalData=function(a,b,c){localStorage.setItem(a,b);null!=c&&c()};EditorUi.prototype.removeLocalData=function(a,b){localStorage.removeItem(a);b()};EditorUi.prototype.setMathEnabled=function(a){this.editor.graph.mathEnabled=a;this.editor.updateGraphComponents();this.editor.graph.refresh(); this.fireEvent(new mxEventObject("mathEnabledChanged"))};EditorUi.prototype.isMathEnabled=function(a){return this.editor.graph.mathEnabled};EditorUi.prototype.isAppCache=function(){return"1"==urlParams.appcache||this.isOfflineApp()};EditorUi.prototype.isOfflineApp=function(){return"1"==urlParams.offline};EditorUi.prototype.isOffline=function(){return this.isOfflineApp()||!navigator.onLine||"1"==urlParams.stealth};EditorUi.prototype.createSpinner=function(a,b,c){c=null!=c?c:24;var d=new Spinner({lines:12, length:c,width:Math.round(c/3),radius:Math.round(c/2),rotate:0,color:"dark"==uiTheme?"#c0c0c0":"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,zIndex:2E9}),f=d.spin;d.spin=function(c,k){var e=!1;this.active||(f.call(this,c),this.active=!0,null!=k&&(e=document.createElement("div"),e.style.position="absolute",e.style.whiteSpace="nowrap",e.style.background="#4B4243",e.style.color="white",e.style.fontFamily="Helvetica, Arial",e.style.fontSize="9pt",e.style.padding="6px",e.style.paddingLeft="10px",e.style.paddingRight= "10px",e.style.zIndex=2E9,e.style.left=Math.max(0,a)+"px",e.style.top=Math.max(0,b+70)+"px",mxUtils.setPrefixedStyle(e.style,"borderRadius","6px"),mxUtils.setPrefixedStyle(e.style,"transform","translate(-50%,-50%)"),"dark"!=uiTheme&&mxUtils.setPrefixedStyle(e.style,"boxShadow","2px 2px 3px 0px #ddd"),e.innerHTML=k+"...",c.appendChild(e),d.status=e,mxClient.IS_VML&&(null==document.documentMode||8>=document.documentMode)&&(e.style.left=Math.round(Math.max(0,a-e.offsetWidth/2))+"px",e.style.top=Math.round(Math.max(0, b+70-e.offsetHeight/2))+"px")),this.pause=mxUtils.bind(this,function(){var a=function(){};this.active&&(a=mxUtils.bind(this,function(){this.spin(c,k)}));this.stop();return a}),e=!0);return e};var k=d.stop;d.stop=function(){k.call(this);this.active=!1;null!=d.status&&(d.status.parentNode.removeChild(d.status),d.status=null)};d.pause=function(){return function(){}};return d};EditorUi.parsePng=function(a,b,c){function d(a,b){var c=k;k+=b;return a.substring(c,k)}function f(a){a=d(a,4);return a.charCodeAt(3)+ -(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}var k=0;if(d(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=c&&c();else if(d(a,4),"IHDR"!=d(a,4))null!=c&&c();else{d(a,17);do{c=f(a);var e=d(a,4);if(null!=b&&b(k-8,e,c))break;value=d(a,c);d(a,4);if("IEND"==e)break}while(c)}};EditorUi.prototype.isCompatibleString=function(a){try{var b=mxUtils.parseXml(a),c=this.editor.extractGraphModel(b.documentElement,!0);return null!=c&&0==c.getElementsByTagName("parsererror").length}catch(u){}return!1}; +(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}var k=0;if(d(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=c&&c();else if(d(a,4),"IHDR"!=d(a,4))null!=c&&c();else{d(a,17);do{c=f(a);var e=d(a,4);if(null!=b&&b(k-8,e,c))break;value=d(a,c);d(a,4);if("IEND"==e)break}while(c)}};EditorUi.prototype.isCompatibleString=function(a){try{var b=mxUtils.parseXml(a),c=this.editor.extractGraphModel(b.documentElement,!0);return null!=c&&0==c.getElementsByTagName("parsererror").length}catch(t){}return!1}; var a=EditorUi.prototype.extractGraphModelFromHtml;EditorUi.prototype.extractGraphModelFromHtml=function(b){var c=a.apply(this,arguments);if(null==c)try{var d=b.indexOf("<mxfile ");if(0<=d){var f=b.lastIndexOf("</mxfile>");f>d&&(c=b.substring(d,f+15).replace(/>/g,">").replace(/</g,"<").replace(/\\"/g,'"').replace(/\n/g,""))}else var e=mxUtils.parseXml(b),g=this.editor.extractGraphModel(e.documentElement,null!=this.pages||"hidden"==this.diagramContainer.style.visibility),c=null!= g?mxUtils.getXml(g):""}catch(v){}return c};EditorUi.prototype.validateFileData=function(a){if(null!=a&&0<a.length){var b=a.indexOf('<meta charset="utf-8">');0<=b&&(a=a.slice(0,b)+'<meta charset="utf-8"/>'+a.slice(b+23-1,a.length))}return a};EditorUi.prototype.replaceFileData=function(a){a=this.validateFileData(a);a=null!=a&&0<a.length?mxUtils.parseXml(a).documentElement:null;var b=null!=a?this.editor.extractGraphModel(a,!0):null;null!=b&&(a=b);if(null!=a){b=this.editor.graph;b.model.beginUpdate(); try{var c=null!=this.pages?this.pages.slice():null,d=a.getElementsByTagName("diagram");if("0"!=urlParams.pages||1<d.length||1==d.length&&d[0].hasAttribute("name")){this.fileNode=a;this.pages=null!=this.pages?this.pages:[];for(var f=d.length-1;0<=f;f--){var e=this.updatePageRoot(new DiagramPage(d[f]));null==e.getName()&&e.setName(mxResources.get("pageWithNumber",[f+1]));b.model.execute(new ChangePage(this,e,0==f?e:null,0))}}else"0"!=urlParams.pages&&null==this.fileNode&&(this.fileNode=a.ownerDocument.createElement("mxfile"), -this.currentPage=new DiagramPage(a.ownerDocument.createElement("diagram")),this.currentPage.setName(mxResources.get("pageWithNumber",[1])),b.model.execute(new ChangePage(this,this.currentPage,this.currentPage,0))),this.editor.setGraphXml(a),null!=this.currentPage&&(this.currentPage.root=this.editor.graph.model.root);if(null!=c)for(f=0;f<c.length;f++)b.model.execute(new ChangePage(this,c[f],null))}finally{b.model.endUpdate()}}};EditorUi.prototype.createFileData=function(a,b,c,d,e,g,h,m,l,p){b=null!= -b?b:this.editor.graph;e=null!=e?e:!1;l=null!=l?l:!0;var f,k=null;null==c||c.getMode()==App.MODE_DEVICE||c.getMode()==App.MODE_BROWSER?f="_blank":k=f=d;if(null==a)return"";var n=a;if("mxfile"!=n.nodeName.toLowerCase()){var u=b.zapGremlins(mxUtils.getXml(a)),n=b.compress(u);if(b.decompress(n)!=u)return u;u=a.ownerDocument.createElement("diagram");mxUtils.setTextContent(u,n);n=a.ownerDocument.createElement("mxfile");n.appendChild(u)}p?(n=n.cloneNode(!0),n.removeAttribute("userAgent"),n.removeAttribute("version"), +this.currentPage=new DiagramPage(a.ownerDocument.createElement("diagram")),this.currentPage.setName(mxResources.get("pageWithNumber",[1])),b.model.execute(new ChangePage(this,this.currentPage,this.currentPage,0))),this.editor.setGraphXml(a),null!=this.currentPage&&(this.currentPage.root=this.editor.graph.model.root);if(null!=c)for(f=0;f<c.length;f++)b.model.execute(new ChangePage(this,c[f],null))}finally{b.model.endUpdate()}}};EditorUi.prototype.createFileData=function(a,b,c,d,e,g,h,l,m,q){b=null!= +b?b:this.editor.graph;e=null!=e?e:!1;m=null!=m?m:!0;var f,k=null;null==c||c.getMode()==App.MODE_DEVICE||c.getMode()==App.MODE_BROWSER?f="_blank":k=f=d;if(null==a)return"";var n=a;if("mxfile"!=n.nodeName.toLowerCase()){var t=b.zapGremlins(mxUtils.getXml(a)),n=b.compress(t);if(b.decompress(n)!=t)return t;t=a.ownerDocument.createElement("diagram");mxUtils.setTextContent(t,n);n=a.ownerDocument.createElement("mxfile");n.appendChild(t)}q?(n=n.cloneNode(!0),n.removeAttribute("userAgent"),n.removeAttribute("version"), n.removeAttribute("editor"),n.removeAttribute("type")):(n.setAttribute("userAgent",navigator.userAgent),n.setAttribute("version",EditorUi.VERSION),n.setAttribute("editor","www.draw.io"),a=null!=c?c.getMode():this.mode,null!=a&&n.setAttribute("type",a));a=mxUtils.getXml(n);if(!g&&!e&&(h||null!=c&&/(\.html)$/i.test(c.getTitle())))a=this.getHtml2(mxUtils.getXml(n),b,null!=c?c.getTitle():null,f,k);else if(g||!e&&null!=c&&/(\.svg)$/i.test(c.getTitle()))null==c||c.getMode()!=App.MODE_DEVICE&&c.getMode()!= -App.MODE_BROWSER||(d=null),a=this.getEmbeddedSvg(a,b,d,null,m,l,k);return a};EditorUi.prototype.getXmlFileData=function(a,b){a=null!=a?a:!0;b=null!=b?b:!1;var c=this.editor.getGraphXml(a);if(a&&null!=this.fileNode&&null!=this.currentPage){var d=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(c)));mxUtils.setTextContent(this.currentPage.node,d);c=this.fileNode.cloneNode(!1);if(b)c.appendChild(this.currentPage.node);else for(var f=0;f<this.pages.length;f++){var k=this.pages[f].mapping; -this.currentPage!=this.pages[f]&&null!=k&&k.needsUpdate&&(d=(new mxCodec(mxUtils.createXmlDocument())).encode(k.graphModel),k.writeRealtimeToNode(d),d=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(d))),mxUtils.setTextContent(this.pages[f].node,d),k.needsUpdate=!1);c.appendChild(this.pages[f].node)}}return c};EditorUi.prototype.getFileData=function(a,b,c,d,e,g,h,m,l){e=null!=e?e:!0;h=null!=h?h:this.getXmlFileData(e,null!=g?g:!1);l=null!=l?l:this.getCurrentFile();g=this.editor.graph; -if(null!=this.pages&&this.currentPage!=this.pages[0]&&(b||!a&&null!=l&&/(\.svg)$/i.test(l.getTitle()))){g=this.createTemporaryGraph(g.getStylesheet());var f=g.getGlobalVariable,k=this.pages[0];g.getGlobalVariable=function(a){return"page"==a?k.getName():"pagenumber"==a?1:f.apply(this,arguments)};document.body.appendChild(g.container);g.model.setRoot(k.root)}a=this.createFileData(h,g,l,window.location.href,a,b,c,d,e,m);g!=this.editor.graph&&g.container.parentNode.removeChild(g.container);return a}; +App.MODE_BROWSER||(d=null),a=this.getEmbeddedSvg(a,b,d,null,l,m,k);return a};EditorUi.prototype.getXmlFileData=function(a,b){a=null!=a?a:!0;b=null!=b?b:!1;var c=this.editor.getGraphXml(a);if(a&&null!=this.fileNode&&null!=this.currentPage){var d=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(c)));mxUtils.setTextContent(this.currentPage.node,d);c=this.fileNode.cloneNode(!1);if(b)c.appendChild(this.currentPage.node);else for(var f=0;f<this.pages.length;f++){var k=this.pages[f].mapping; +this.currentPage!=this.pages[f]&&null!=k&&k.needsUpdate&&(d=(new mxCodec(mxUtils.createXmlDocument())).encode(k.graphModel),k.writeRealtimeToNode(d),d=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(d))),mxUtils.setTextContent(this.pages[f].node,d),k.needsUpdate=!1);c.appendChild(this.pages[f].node)}}return c};EditorUi.prototype.getFileData=function(a,b,c,d,e,g,h,l,m){e=null!=e?e:!0;h=null!=h?h:this.getXmlFileData(e,null!=g?g:!1);m=null!=m?m:this.getCurrentFile();g=this.editor.graph; +if(null!=this.pages&&this.currentPage!=this.pages[0]&&(b||!a&&null!=m&&/(\.svg)$/i.test(m.getTitle()))){g=this.createTemporaryGraph(g.getStylesheet());var f=g.getGlobalVariable,k=this.pages[0];g.getGlobalVariable=function(a){return"page"==a?k.getName():"pagenumber"==a?1:f.apply(this,arguments)};document.body.appendChild(g.container);g.model.setRoot(k.root)}a=this.createFileData(h,g,m,window.location.href,a,b,c,d,e,l);g!=this.editor.graph&&g.container.parentNode.removeChild(g.container);return a}; EditorUi.prototype.getHtml=function(a,b,c,d,e,g){g=null!=g?g:!0;var f=null,k="https://www.draw.io/js/embed-static.min.js";if(null!=b){var f=g?b.getGraphBounds():b.getBoundingBox(b.getSelectionCells()),n=b.view.scale;g=Math.floor(f.x/n-b.view.translate.x);n=Math.floor(f.y/n-b.view.translate.y);f=b.background;null==e&&(b=this.getBasenames().join(";"),0<b.length&&(k="https://www.draw.io/embed.js?s="+b));a.setAttribute("x0",g);a.setAttribute("y0",n)}null!=a&&(a.setAttribute("pan","1"),a.setAttribute("zoom", "1"),a.setAttribute("resize","0"),a.setAttribute("fit","0"),a.setAttribute("border","20"),a.setAttribute("links","1"),null!=d&&a.setAttribute("edit",d));null!=e&&(e=e.replace(/&/g,"&"));a=null!=a?this.editor.graph.zapGremlins(mxUtils.getXml(a)):"";d=this.editor.graph.compress(a);this.editor.graph.decompress(d)!=a&&(d=encodeURIComponent(a));return(null==e?'\x3c!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" ><![endif]--\x3e\n':"")+"<!DOCTYPE html>\n<html"+(null!=e?' xmlns="http://www.w3.org/1999/xhtml">': ">")+"\n<head>\n"+(null==e?null!=c?"<title>"+mxUtils.htmlEntities(c)+"</title>\n":"":"<title>Draw.io Diagram</title>\n")+(null!=e?'<meta http-equiv="refresh" content="0;URL=\''+e+"'\"/>\n":"")+"</head>\n<body"+(null==e&&null!=f&&f!=mxConstants.NONE?' style="background-color:'+f+';">':">")+'\n<div class="mxgraph" style="position:relative;overflow:auto;width:100%;">\n<div style="width:1px;height:1px;overflow:hidden;">'+d+"</div>\n</div>\n"+(null==e?'<script type="text/javascript" src="'+k+'">\x3c/script>': @@ -7268,46 +7336,46 @@ mxUtils.parseXml(a).documentElement:null;a=null!=b?this.editor.extractGraphModel 0))];b=this.currentPage.node}"0"!=urlParams.pages&&null==this.fileNode&&null!=b&&(this.fileNode=b.ownerDocument.createElement("mxfile"),this.currentPage=new DiagramPage(b.ownerDocument.createElement("diagram")),this.currentPage.setName(mxResources.get("pageWithNumber",[1])),this.pages=[this.currentPage]);this.editor.setGraphXml(b);null!=this.currentPage&&(this.currentPage.root=this.editor.graph.model.root)};EditorUi.prototype.getBaseFilename=function(a){var b=this.getCurrentFile(),b=null!=b&&null!= b.getTitle()?b.getTitle():this.defaultFilename;if(/(\.xml)$/i.test(b)||/(\.html)$/i.test(b)||/(\.svg)$/i.test(b)||/(\.png)$/i.test(b))b=b.substring(0,b.lastIndexOf("."));!a&&null!=this.pages&&1<this.pages.length&&null!=this.currentPage&&null!=this.currentPage.node.getAttribute("name")&&0<this.currentPage.getName().length&&(b=b+"-"+this.currentPage.getName());return b};EditorUi.prototype.downloadFile=function(a,b,c,d,e,g,h){try{d=null!=d?d:this.editor.graph.isSelectionEmpty();var f=this.getBaseFilename(!e), k=f+"."+a;if("xml"==a){var n='<?xml version="1.0" encoding="UTF-8"?>\n'+(b?mxUtils.getXml(this.editor.getGraphXml(d)):this.getFileData(!0,null,null,null,d,e));this.saveData(k,a,n,"text/xml")}else if("html"==a)n=this.getHtml2(this.getFileData(!0),this.editor.graph,f),this.saveData(k,a,n,"text/html");else if("svg"!=a&&"xmlsvg"!=a||!this.spinner.spin(document.body,mxResources.get("export")))"xmlpng"==a?k=f+".png":"jpeg"==a&&(k=f+".jpg"),this.saveRequest(k,a,mxUtils.bind(this,function(b,c){try{var f= -this.editor.graph.pageVisible;null!=g&&(this.editor.graph.pageVisible=g);var e=this.createDownloadRequest(b,a,d,c,h);this.editor.graph.pageVisible=f;return e}catch(A){this.handleError(A)}}));else{var m=null,u=mxUtils.bind(this,function(a){a.length<=MAX_REQUEST_SIZE?this.saveData(k,"svg",a,"image/svg+xml"):this.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(m)}))});if("svg"==a){var t=this.editor.graph.background;if(h||t== -mxConstants.NONE)t=null;var v=this.editor.graph.getSvg(t,null,null,null,null,d);c&&this.editor.graph.addSvgShadow(v);this.convertImages(v,mxUtils.bind(this,mxUtils.bind(this,function(a){this.spinner.stop();u('<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n'+mxUtils.getXml(a))})))}else k=f+".svg",m=this.getFileData(!1,!0,null,mxUtils.bind(this,function(a){this.spinner.stop();u(a)}),d)}}catch(G){this.handleError(G)}}; +this.editor.graph.pageVisible;null!=g&&(this.editor.graph.pageVisible=g);var e=this.createDownloadRequest(b,a,d,c,h);this.editor.graph.pageVisible=f;return e}catch(A){this.handleError(A)}}));else{var l=null,t=mxUtils.bind(this,function(a){a.length<=MAX_REQUEST_SIZE?this.saveData(k,"svg",a,"image/svg+xml"):this.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(l)}))});if("svg"==a){var v=this.editor.graph.background;if(h||v== +mxConstants.NONE)v=null;var u=this.editor.graph.getSvg(v,null,null,null,null,d);c&&this.editor.graph.addSvgShadow(u);this.convertImages(u,mxUtils.bind(this,mxUtils.bind(this,function(a){this.spinner.stop();t('<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n'+mxUtils.getXml(a))})))}else k=f+".svg",l=this.getFileData(!1,!0,null,mxUtils.bind(this,function(a){this.spinner.stop();t(a)}),d)}}catch(F){this.handleError(F)}}; EditorUi.prototype.createDownloadRequest=function(a,b,c,d,e){var f=this.editor.graph.getGraphBounds();c=this.getFileData(!0,null,null,null,c,"xmlpng"!=b);var k="";if(f.width*f.height>MAX_AREA||c.length>MAX_REQUEST_SIZE)throw{message:mxResources.get("drawingTooLarge")};f="0";if("xmlpng"==b&&(f="1",b="png",null!=this.pages&&null!=this.currentPage))for(var n=0;n<this.pages.length;n++)if(this.pages[n]==this.currentPage){k="&from="+n;break}n=this.editor.graph.background;"png"==b&&e&&(n=mxConstants.NONE); return new mxXmlRequest(EXPORT_URL,"format="+b+k+"&bg="+(null!=n?n:mxConstants.NONE)+"&base64="+d+"&embedXml="+f+"&xml="+encodeURIComponent(c)+(null!=a?"&filename="+encodeURIComponent(a):""))};EditorUi.prototype.setMode=function(a,b){this.mode=a};EditorUi.prototype.loadDescriptor=function(a,b,c){var d=window.location.hash,f=mxUtils.bind(this,function(c){var f=null!=a.data?a.data:"";null!=c&&0<c.length&&(0<f.length&&(f+="\n"),f+=c);c=new LocalFile(this,"csv"!=a.format&&0<f.length?f:this.emptyDiagramXml, null!=urlParams.title?decodeURIComponent(urlParams.title):this.defaultFilename,!0);c.getHash=function(){return d};this.fileLoaded(c);"csv"==a.format&&this.importCsv(f,mxUtils.bind(this,function(a){this.editor.undoManager.clear();this.editor.setModified(!1);this.editor.setStatus("")}));if(null!=a.update){var e=null!=a.interval?parseInt(a.interval):6E4,k=null,n=mxUtils.bind(this,function(){var b=this.currentPage;mxUtils.post(a.update,"xml="+encodeURIComponent(mxUtils.getXml(this.editor.getGraphXml())), -mxUtils.bind(this,function(a){b===this.currentPage&&(200<=a.getStatus()&&300>=a.getStatus()?(this.updateDiagram(a.getText()),g()):this.handleError({message:mxResources.get("error")+" "+a.getStatus()}))}),mxUtils.bind(this,function(a){this.handleError(a)}))}),g=mxUtils.bind(this,function(){window.clearTimeout(k);k=window.setTimeout(n,e)});this.editor.addListener("pageSelected",mxUtils.bind(this,function(){g();n()}));g();n()}null!=b&&b()});if(null!=a.url){var e=a.url;/^https?:\/\//.test(e)&&!this.isCorsEnabledForUrl(e)&& -(e=PROXY_URL+"?url="+encodeURIComponent(a.url));this.loadUrl(e,mxUtils.bind(this,function(a){f(a)}),mxUtils.bind(this,function(a){null!=c&&c(a)}))}else f(a.data)};EditorUi.prototype.updateDiagram=function(a){function b(a){var b=new mxCellOverlay(a.image||d.warningImage,a.tooltip,a.align,a.valign,a.offset);b.addListener(mxEvent.CLICK,function(b,c){editorUi.alert(a.tooltip)});return b}var c=null;if(null!=a&&0<a.length&&(c=mxUtils.parseXml(a),a=null!=c?c.documentElement:null,null!=a&&"updates"==a.nodeName)){var d= -this.editor.graph,f=d.getModel();f.beginUpdate();var e=null;try{for(a=a.firstChild;null!=a;){if("update"==a.nodeName){var g=f.getCell(a.getAttribute("id"));if(null!=g){try{var h=a.getAttribute("value");if(null!=h){var m=mxUtils.parseXml(h).documentElement;if(null!=m)if("1"==m.getAttribute("replace-value"))f.setValue(g,m);else for(var p=m.attributes,l=0;l<p.length;l++)d.setAttributeForCell(g,p[l].nodeName,0<p[l].nodeValue.length?p[l].nodeValue:null)}}catch(A){null!=window.console&&console.log("Error in value for "+ -g.id+": "+A)}try{var B=a.getAttribute("style");null!=B&&d.model.setStyle(g,B)}catch(A){null!=window.console&&console.log("Error in style for "+g.id+": "+A)}try{var E=a.getAttribute("icon");if(null!=E){var w=0<E.length?JSON.parse(E):null;null!=w&&w.append||d.removeCellOverlays(g);null!=w&&d.addCellOverlay(g,b(w))}}catch(A){null!=window.console&&console.log("Error in icon for "+g.id+": "+A)}try{var G=a.getAttribute("geometry");if(null!=G){var G=JSON.parse(G),y=d.getCellGeometry(g);if(null!=y){y=y.clone(); -for(key in G){var C=parseFloat(G[key]);"dx"==key?y.x+=C:"dy"==key?y.y+=C:"dw"==key?y.width+=C:"dh"==key?y.height+=C:y[key]=parseFloat(G[key])}d.model.setGeometry(g,y)}}}catch(A){null!=window.console&&console.log("Error in icon for "+g.id+": "+A)}}}else if("model"==a.nodeName){for(var I=a.firstChild;null!=I&&I.nodeType!=mxConstants.NODETYPE_ELEMENT;)I=I.nextSibling;null!=I&&(new mxCodec(a.firstChild)).decode(I,f)}else if("view"==a.nodeName){if(a.hasAttribute("scale")&&(d.view.scale=parseFloat(a.getAttribute("scale"))), -a.hasAttribute("dx")||a.hasAttribute("dy"))d.view.translate=new mxPoint(parseFloat(a.getAttribute("dx")||0),parseFloat(a.getAttribute("dy")||0))}else"fit"==a.nodeName&&(e=a.hasAttribute("max-scale")?parseFloat(a.getAttribute("max-scale")):1);a=a.nextSibling}}finally{f.endUpdate()}null!=e&&this.chromelessResize&&this.chromelessResize(!0,e)}return c};EditorUi.prototype.fileLoaded=function(a){var b=!1;this.hideDialog();var c=this.getCurrentFile();this.setCurrentFile(null);null!=c&&(c.removeListener(this.descriptorChangedListener), -c.close());this.editor.graph.model.clear();this.editor.undoManager.clear();var d=mxUtils.bind(this,function(){this.setGraphEnabled(!1);this.setCurrentFile(null);null!=c&&this.updateDocumentTitle();this.editor.graph.model.clear();this.editor.undoManager.clear();this.setBackgroundImage(null);null!=window.location.hash&&0<window.location.hash.length&&(window.location.hash="");null!=this.fname&&(this.fnameWrapper.style.display="none",this.fname.innerHTML="",this.fname.setAttribute("title",mxResources.get("rename"))); -this.editor.setStatus("");this.updateUi();this.showSplash()});if(null!=a)try{this.setCurrentFile(a);a.addListener("descriptorChanged",this.descriptorChangedListener);a.addListener("contentChanged",this.descriptorChangedListener);a.open();this.setGraphEnabled(!0);this.setMode(a.getMode());this.editor.undoManager.clear();this.descriptorChanged();this.updateUi();null==a.realtime&&(a.isEditable()?this.editor.setStatus(""):this.editor.setStatus('<span class="geStatusAlert" style="margin-left:8px;">'+mxUtils.htmlEntities(mxResources.get("readOnly"))+ -"</span>"));!this.editor.isChromelessView()||this.editor.editable?(this.editor.graph.selectUnlockedLayer(),this.showLayersDialog(),this.restoreLibraries(),window.self!==window.top&&window.focus()):this.editor.graph.isLightboxView()&&this.lightboxFit();this.chromelessResize&&this.chromelessResize();this.editor.fireEvent(new mxEventObject("fileLoaded"));b=!0;this.isOffline()||null==a.getMode()||this.logEvent({category:"File",action:"open",label:a.getMode()});if(this.mode==a.getMode()&&a.getMode()!= -App.MODE_DEVICE&&null!=a.getMode())try{this.addRecent({id:a.getHash(),title:a.getTitle(),mode:a.getMode()})}catch(t){}try{mxSettings.setOpenCounter(mxSettings.getOpenCounter()+1),mxSettings.save()}catch(t){}}catch(t){null!=window.console&&console.log("error in fileLoaded:",a,t);if(EditorUi.enableLogging&&!this.isOffline())try{(new Image).src=(null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"")+"/log?v="+encodeURIComponent(EditorUi.VERSION)+"&msg=errorInFileLoaded:url:"+encodeURIComponent(window.location.href)+ -(null!=t&&null!=t.message?":err:"+encodeURIComponent(t.message):"")+(null!=t&&null!=t.stack?"&stack="+encodeURIComponent(t.stack):"")}catch(q){}this.handleError(t,mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){null!=urlParams.url&&this.spinner.spin(document.body,mxResources.get("reconnecting"))?window.location.search=this.getSearch(["url"]):null!=c?c.constructor==DriveFile?this.loadFile(c.getHash()):this.fileLoaded(c):d()}))}else d();return b};EditorUi.prototype.descriptorChanged= -function(){};EditorUi.prototype.logEvent=function(a){if(EditorUi.enableLogging)try{var b=null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"";(new Image).src=b+"/images/1x1.png?v="+encodeURIComponent(EditorUi.VERSION)+(null!=a?"&data="+encodeURIComponent(JSON.stringify(a)):"")}catch(n){}};EditorUi.prototype.restoreLibraries=function(){};EditorUi.prototype.saveLibrary=function(a,b,c,d,e,g,h){};EditorUi.prototype.isScratchpadEnabled=function(){return isLocalStorage||mxClient.IS_CHROMEAPP};EditorUi.prototype.toggleScratchpad= -function(){this.isScratchpadEnabled()&&(null==this.scratchpad?this.getLocalData(".scratchpad",mxUtils.bind(this,function(a){null==a&&(a=this.emptyLibraryXml);this.loadLibrary(new StorageLibrary(this,a,".scratchpad"))})):this.closeLibrary(this.scratchpad))};EditorUi.prototype.createLibraryDataFromImages=function(a){var b=mxUtils.createXmlDocument(),c=b.createElement("mxlibrary");mxUtils.setTextContent(c,JSON.stringify(a));b.appendChild(c);return mxUtils.getXml(b)};EditorUi.prototype.closeLibrary=function(a){null!= -a&&(this.removeLibrarySidebar(a.getHash()),a.constructor!=LocalLibrary&&mxSettings.removeCustomLibrary(a.getHash()),".scratchpad"==a.title&&(this.scratchpad=null))};EditorUi.prototype.removeLibrarySidebar=function(a){var b=this.sidebar.palettes[a];if(null!=b){for(var c=0;c<b.length;c++)b[c].parentNode.removeChild(b[c]);delete this.sidebar.palettes[a]}};EditorUi.prototype.repositionLibrary=function(a){var b=this.sidebar.container;if(null==a){var c=this.sidebar.palettes["L.scratchpad"];null==c&&(c= -this.sidebar.palettes.search);null!=c&&(a=c[c.length-1].nextSibling)}a=null!=a?a:b.firstChild.nextSibling.nextSibling;var c=b.lastChild,d=c.previousSibling;b.insertBefore(c,a);b.insertBefore(d,c)};EditorUi.prototype.loadLibrary=function(a){var b=mxUtils.parseXml(a.getData());if("mxlibrary"==b.documentElement.nodeName){var c=JSON.parse(mxUtils.getTextContent(b.documentElement));this.libraryLoaded(a,c,b.documentElement.getAttribute("title"))}else throw{message:mxResources.get("notALibraryFile")};}; -EditorUi.prototype.getLibraryStorageHint=function(a){return""};EditorUi.prototype.libraryLoaded=function(a,b,c){if(null!=this.sidebar){a.constructor!=LocalLibrary&&mxSettings.addCustomLibrary(a.getHash());".scratchpad"==a.title&&(this.scratchpad=a);var d=this.sidebar.palettes[a.getHash()],d=null!=d?d[d.length-1].nextSibling:null;this.removeLibrarySidebar(a.getHash());var f=null,e=mxUtils.bind(this,function(b,c){if(0==b.length&&a.isEditable())null==f&&(f=document.createElement("div"),mxUtils.setPrefixedStyle(f.style, +mxUtils.bind(this,function(a){b===this.currentPage&&(200<=a.getStatus()&&300>=a.getStatus()?(this.updateDiagram(a.getText()),g()):this.handleError({message:mxResources.get("error")+" "+a.getStatus()}))}),mxUtils.bind(this,function(a){this.handleError(a)}))}),g=mxUtils.bind(this,function(){window.clearTimeout(k);k=window.setTimeout(n,e)});this.editor.addListener("pageSelected",mxUtils.bind(this,function(){g();n()}));g();n()}null!=b&&b()});if(null!=a.url&&0<a.url.length){var e=a.url;/^https?:\/\//.test(e)&& +!this.isCorsEnabledForUrl(e)&&(e=PROXY_URL+"?url="+encodeURIComponent(a.url));this.loadUrl(e,mxUtils.bind(this,function(a){f(a)}),mxUtils.bind(this,function(a){null!=c&&c(a)}))}else f("")};EditorUi.prototype.updateDiagram=function(a){function b(a){var b=new mxCellOverlay(a.image||d.warningImage,a.tooltip,a.align,a.valign,a.offset);b.addListener(mxEvent.CLICK,function(b,c){editorUi.alert(a.tooltip)});return b}var c=null;if(null!=a&&0<a.length&&(c=mxUtils.parseXml(a),a=null!=c?c.documentElement:null, +null!=a&&"updates"==a.nodeName)){var d=this.editor.graph,f=d.getModel();f.beginUpdate();var e=null;try{for(a=a.firstChild;null!=a;){if("update"==a.nodeName){var g=f.getCell(a.getAttribute("id"));if(null!=g){try{var h=a.getAttribute("value");if(null!=h){var l=mxUtils.parseXml(h).documentElement;if(null!=l)if("1"==l.getAttribute("replace-value"))f.setValue(g,l);else for(var q=l.attributes,m=0;m<q.length;m++)d.setAttributeForCell(g,q[m].nodeName,0<q[m].nodeValue.length?q[m].nodeValue:null)}}catch(A){null!= +window.console&&console.log("Error in value for "+g.id+": "+A)}try{var z=a.getAttribute("style");null!=z&&d.model.setStyle(g,z)}catch(A){null!=window.console&&console.log("Error in style for "+g.id+": "+A)}try{var D=a.getAttribute("icon");if(null!=D){var y=0<D.length?JSON.parse(D):null;null!=y&&y.append||d.removeCellOverlays(g);null!=y&&d.addCellOverlay(g,b(y))}}catch(A){null!=window.console&&console.log("Error in icon for "+g.id+": "+A)}try{var F=a.getAttribute("geometry");if(null!=F){var F=JSON.parse(F), +C=d.getCellGeometry(g);if(null!=C){C=C.clone();for(key in F){var G=parseFloat(F[key]);"dx"==key?C.x+=G:"dy"==key?C.y+=G:"dw"==key?C.width+=G:"dh"==key?C.height+=G:C[key]=parseFloat(F[key])}d.model.setGeometry(g,C)}}}catch(A){null!=window.console&&console.log("Error in icon for "+g.id+": "+A)}}}else if("model"==a.nodeName){for(var B=a.firstChild;null!=B&&B.nodeType!=mxConstants.NODETYPE_ELEMENT;)B=B.nextSibling;null!=B&&(new mxCodec(a.firstChild)).decode(B,f)}else if("view"==a.nodeName){if(a.hasAttribute("scale")&& +(d.view.scale=parseFloat(a.getAttribute("scale"))),a.hasAttribute("dx")||a.hasAttribute("dy"))d.view.translate=new mxPoint(parseFloat(a.getAttribute("dx")||0),parseFloat(a.getAttribute("dy")||0))}else"fit"==a.nodeName&&(e=a.hasAttribute("max-scale")?parseFloat(a.getAttribute("max-scale")):1);a=a.nextSibling}}finally{f.endUpdate()}null!=e&&this.chromelessResize&&this.chromelessResize(!0,e)}return c};EditorUi.prototype.fileLoaded=function(a){var b=!1;this.hideDialog();var c=this.getCurrentFile();this.setCurrentFile(null); +null!=c&&(c.removeListener(this.descriptorChangedListener),c.close());this.editor.graph.model.clear();this.editor.undoManager.clear();var d=mxUtils.bind(this,function(){this.setGraphEnabled(!1);this.setCurrentFile(null);null!=c&&this.updateDocumentTitle();this.editor.graph.model.clear();this.editor.undoManager.clear();this.setBackgroundImage(null);null!=window.location.hash&&0<window.location.hash.length&&(window.location.hash="");null!=this.fname&&(this.fnameWrapper.style.display="none",this.fname.innerHTML= +"",this.fname.setAttribute("title",mxResources.get("rename")));this.editor.setStatus("");this.updateUi();this.showSplash()});if(null!=a)try{this.setCurrentFile(a);a.addListener("descriptorChanged",this.descriptorChangedListener);a.addListener("contentChanged",this.descriptorChangedListener);a.open();this.setGraphEnabled(!0);this.setMode(a.getMode());this.editor.undoManager.clear();this.descriptorChanged();this.updateUi();null==a.realtime&&(a.isEditable()?this.editor.setStatus(""):this.editor.setStatus('<span class="geStatusAlert" style="margin-left:8px;">'+ +mxUtils.htmlEntities(mxResources.get("readOnly"))+"</span>"));!this.editor.isChromelessView()||this.editor.editable?(this.editor.graph.selectUnlockedLayer(),this.showLayersDialog(),this.restoreLibraries(),window.self!==window.top&&window.focus()):this.editor.graph.isLightboxView()&&this.lightboxFit();this.chromelessResize&&this.chromelessResize();this.editor.fireEvent(new mxEventObject("fileLoaded"));b=!0;this.isOffline()||null==a.getMode()||this.logEvent({category:"File",action:"open",label:a.getMode()}); +if(this.mode==a.getMode()&&a.getMode()!=App.MODE_DEVICE&&null!=a.getMode())try{this.addRecent({id:a.getHash(),title:a.getTitle(),mode:a.getMode()})}catch(u){}try{mxSettings.setOpenCounter(mxSettings.getOpenCounter()+1),mxSettings.save()}catch(u){}}catch(u){null!=window.console&&console.log("error in fileLoaded:",a,u);if(EditorUi.enableLogging&&!this.isOffline())try{(new Image).src=(null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"")+"/log?v="+encodeURIComponent(EditorUi.VERSION)+"&msg=errorInFileLoaded:url:"+ +encodeURIComponent(window.location.href)+(null!=u&&null!=u.message?":err:"+encodeURIComponent(u.message):"")+(null!=u&&null!=u.stack?"&stack="+encodeURIComponent(u.stack):"")}catch(p){}this.handleError(u,mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){null!=urlParams.url&&this.spinner.spin(document.body,mxResources.get("reconnecting"))?window.location.search=this.getSearch(["url"]):null!=c?c.constructor==DriveFile?this.loadFile(c.getHash()):this.fileLoaded(c):d()}))}else d();return b}; +EditorUi.prototype.descriptorChanged=function(){};EditorUi.prototype.logEvent=function(a){if(EditorUi.enableLogging)try{var b=null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"";(new Image).src=b+"/images/1x1.png?v="+encodeURIComponent(EditorUi.VERSION)+(null!=a?"&data="+encodeURIComponent(JSON.stringify(a)):"")}catch(n){}};EditorUi.prototype.restoreLibraries=function(){};EditorUi.prototype.saveLibrary=function(a,b,c,d,e,g,h){};EditorUi.prototype.isScratchpadEnabled=function(){return isLocalStorage|| +mxClient.IS_CHROMEAPP};EditorUi.prototype.toggleScratchpad=function(){this.isScratchpadEnabled()&&(null==this.scratchpad?this.getLocalData(".scratchpad",mxUtils.bind(this,function(a){null==a&&(a=this.emptyLibraryXml);this.loadLibrary(new StorageLibrary(this,a,".scratchpad"))})):this.closeLibrary(this.scratchpad))};EditorUi.prototype.createLibraryDataFromImages=function(a){var b=mxUtils.createXmlDocument(),c=b.createElement("mxlibrary");mxUtils.setTextContent(c,JSON.stringify(a));b.appendChild(c); +return mxUtils.getXml(b)};EditorUi.prototype.closeLibrary=function(a){null!=a&&(this.removeLibrarySidebar(a.getHash()),a.constructor!=LocalLibrary&&mxSettings.removeCustomLibrary(a.getHash()),".scratchpad"==a.title&&(this.scratchpad=null))};EditorUi.prototype.removeLibrarySidebar=function(a){var b=this.sidebar.palettes[a];if(null!=b){for(var c=0;c<b.length;c++)b[c].parentNode.removeChild(b[c]);delete this.sidebar.palettes[a]}};EditorUi.prototype.repositionLibrary=function(a){var b=this.sidebar.container; +if(null==a){var c=this.sidebar.palettes["L.scratchpad"];null==c&&(c=this.sidebar.palettes.search);null!=c&&(a=c[c.length-1].nextSibling)}a=null!=a?a:b.firstChild.nextSibling.nextSibling;var c=b.lastChild,d=c.previousSibling;b.insertBefore(c,a);b.insertBefore(d,c)};EditorUi.prototype.loadLibrary=function(a){var b=mxUtils.parseXml(a.getData());if("mxlibrary"==b.documentElement.nodeName){var c=JSON.parse(mxUtils.getTextContent(b.documentElement));this.libraryLoaded(a,c,b.documentElement.getAttribute("title"))}else throw{message:mxResources.get("notALibraryFile")}; +};EditorUi.prototype.getLibraryStorageHint=function(a){return""};EditorUi.prototype.libraryLoaded=function(a,b,c){if(null!=this.sidebar){a.constructor!=LocalLibrary&&mxSettings.addCustomLibrary(a.getHash());".scratchpad"==a.title&&(this.scratchpad=a);var d=this.sidebar.palettes[a.getHash()],d=null!=d?d[d.length-1].nextSibling:null;this.removeLibrarySidebar(a.getHash());var f=null,e=mxUtils.bind(this,function(b,c){if(0==b.length&&a.isEditable())null==f&&(f=document.createElement("div"),mxUtils.setPrefixedStyle(f.style, "borderRadius","6px"),f.style.border="3px dotted lightGray",f.style.textAlign="center",f.style.padding="8px",f.style.color="#B3B3B3",mxUtils.write(f,mxResources.get("dragElementsHere"))),c.appendChild(f);else for(var d=0;d<b.length;d++){var e=b[d],k=e.data;if(null!=k){var k=this.convertDataUri(k),g="shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;";"fixed"==e.aspect&&(g+="aspect=fixed;");c.appendChild(this.sidebar.createVertexTemplate(g+"image="+k,e.w,e.h,"",e.title||"",!1, !1,!0))}else null!=e.xml&&(k=this.stringToCells(this.editor.graph.decompress(e.xml)),0<k.length&&c.appendChild(this.sidebar.createVertexTemplateFromCells(k,e.w,e.h,e.title||"",!0,!1,!0)))}});if(null!=this.sidebar&&null!=b)for(var k=0;k<b.length;k++)mxUtils.bind(this,function(a){var b=a.data;null!=b&&null!=a.title?this.sidebar.addEntry(a.title,mxUtils.bind(this,function(){b=this.convertDataUri(b);var c="shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;";"fixed"==a.aspect&&(c+= "aspect=fixed;");return this.sidebar.createVertexTemplate(c+"image="+b,a.w,a.h,"",a.title||"",!1,!1,!0)})):null!=a.xml&&null!=a.title&&this.sidebar.addEntry(a.title,mxUtils.bind(this,function(){var b=this.stringToCells(this.editor.graph.decompress(a.xml));return this.sidebar.createVertexTemplateFromCells(b,a.w,a.h,a.title||"",!0,!1,!0)}))})(b[k]);c=null!=c&&0<c.length?c:a.getTitle();var g=this.sidebar.addPalette(a.getHash(),c,!0,mxUtils.bind(this,function(a){e(b,a)}));this.repositionLibrary(d);var n= -g.parentNode.previousSibling;c=n.getAttribute("title");null!=c&&0<c.length&&".scratchpad"!=a.title&&n.setAttribute("title",this.getLibraryStorageHint(a)+"\n"+c);var p=document.createElement("div");p.style.position="absolute";p.style.right="0px";p.style.top="0px";p.style.padding="8px";mxClient.IS_QUIRKS||8==document.documentMode||(p.style.backgroundColor="inherit");n.style.position="relative";var h=document.createElement("img");h.setAttribute("src",Dialog.prototype.closeImage);h.setAttribute("title", -mxResources.get("close"));h.setAttribute("valign","absmiddle");h.setAttribute("border","0");h.style.margin="0 3px";var m=null;if(".scratchpad"!=a.title||this.closableScratchpad)p.appendChild(h),mxEvent.addListener(h,"click",mxUtils.bind(this,function(b){if(!mxEvent.isConsumed(b)){var c=mxUtils.bind(this,function(){this.closeLibrary(a)});null!=m?this.confirm(mxResources.get("allChangesLost"),null,c,mxResources.get("cancel"),mxResources.get("discardChanges")):c();mxEvent.consume(b)}}));if(a.isEditable()){var l= -this.editor.graph,w=null,G=mxUtils.bind(this,function(c){this.showLibraryDialog(a.getTitle(),g,b,a,a.getMode());mxEvent.consume(c)}),y=mxUtils.bind(this,function(c){a.setModified(!0);a.isAutosave()?(null!=w&&null!=w.parentNode&&w.parentNode.removeChild(w),w=h.cloneNode(!1),w.setAttribute("src",Editor.spinImage),w.setAttribute("title",mxResources.get("saving")),w.style.cursor="default",w.style.marginRight="2px",w.style.marginTop="-2px",p.insertBefore(w,p.firstChild),n.style.paddingRight=18*p.childNodes.length+ -"px",this.saveLibrary(a.getTitle(),b,a,a.getMode(),!0,!0,function(){null!=w&&null!=w.parentNode&&(w.parentNode.removeChild(w),n.style.paddingRight=18*p.childNodes.length+"px")})):null==m&&(m=h.cloneNode(!1),m.setAttribute("src",IMAGE_PATH+"/download.png"),m.setAttribute("title",mxResources.get("save")),p.insertBefore(m,p.firstChild),mxEvent.addListener(m,"click",mxUtils.bind(this,function(c){this.saveLibrary(a.getTitle(),b,a,a.getMode(),a.constructor==LocalLibrary,!0,function(){null==m||a.isModified()|| -(n.style.paddingRight=18*p.childNodes.length+"px",m.parentNode.removeChild(m),m=null)});mxEvent.consume(c)})),n.style.paddingRight=18*p.childNodes.length+"px")}),C=mxUtils.bind(this,function(a,c,d,e){a=l.cloneCells(mxUtils.sortCells(l.model.getTopmostCells(a)));for(var k=0;k<a.length;k++){var n=l.getCellGeometry(a[k]);null!=n&&n.translate(-c.x,-c.y)}g.appendChild(this.sidebar.createVertexTemplateFromCells(a,c.width,c.height,e||"",!0,!1,!1));a={xml:this.editor.graph.compress(mxUtils.getXml(this.editor.graph.encodeCells(a))), -w:c.width,h:c.height};null!=e&&(a.title=e);b.push(a);y(d);null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null)}),I=mxUtils.bind(this,function(a){if(l.isSelectionEmpty())l.getRubberband().isActive()?(l.getRubberband().execute(a),l.getRubberband().reset()):this.showError(mxResources.get("error"),mxResources.get("nothingIsSelected"),mxResources.get("ok"));else{var b=l.getSelectionCells(),c=l.view.getBounds(b),d=l.view.scale;c.x/=d;c.y/=d;c.width/=d;c.height/=d;c.x-=l.view.translate.x; -c.y-=l.view.translate.y;C(b,c)}mxEvent.consume(a)});g.style.border="3px solid transparent";mxEvent.addGestureListeners(g,function(){},mxUtils.bind(this,function(a){l.isMouseDown&&null!=l.panningManager&&null!=l.graphHandler.shape&&(l.graphHandler.shape.node.style.visibility="hidden",null!=f?f.style.border="3px dotted rgb(254, 137, 12)":g.style.border="3px dotted rgb(254, 137, 12)",g.style.cursor="copy",l.panningManager.stop(),l.autoScroll=!1,null!=l.graphHandler.guide&&l.graphHandler.guide.setVisible(!1), -null!=l.graphHandler.hint&&(l.graphHandler.hint.style.visibility="hidden"),mxEvent.consume(a))}),mxUtils.bind(this,function(a){l.isMouseDown&&null!=l.panningManager&&null!=l.graphHandler&&(g.style.border="3px solid transparent",null!=f&&(f.style.border="3px dotted lightGray"),g.style.cursor="default",this.sidebar.showTooltips=!0,l.panningManager.stop(),l.graphHandler.reset(),l.isMouseDown=!1,l.autoScroll=!0,I(a),mxEvent.consume(a))}));mxEvent.addListener(g,"mouseleave",mxUtils.bind(this,function(a){l.isMouseDown&& -null!=l.graphHandler.shape&&(l.graphHandler.shape.node.style.visibility="visible",g.style.border="3px solid transparent",g.style.cursor="",l.autoScroll=!0,null!=l.graphHandler.guide&&l.graphHandler.guide.setVisible(!0),null!=l.graphHandler.hint&&(l.graphHandler.hint.style.visibility="visible"),null!=f&&(f.style.border="3px dotted lightGray"))}));Graph.fileSupport&&(mxEvent.addListener(g,"dragover",mxUtils.bind(this,function(a){null!=f?f.style.border="3px dotted rgb(254, 137, 12)":g.style.border="3px dotted rgb(254, 137, 12)"; -a.dataTransfer.dropEffect="copy";g.style.cursor="copy";this.sidebar.hideTooltip();a.stopPropagation();a.preventDefault()})),mxEvent.addListener(g,"drop",mxUtils.bind(this,function(a){g.style.border="3px solid transparent";g.style.cursor="";null!=f&&(f.style.border="3px dotted lightGray");0<a.dataTransfer.files.length&&this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,mxUtils.bind(this,function(c,d,k,n,p,h,m,u,l){if(null!=c&&"image/"==d.substring(0,6))c="shape=image;verticalLabelPosition=bottom;verticalAlign=top;aspect=fixed;image="+ -this.convertDataUri(c),c=[new mxCell("",new mxGeometry(0,0,p,h),c)],c[0].vertex=!0,C(c,new mxRectangle(0,0,p,h),a,mxEvent.isAltDown(a)?null:m.substring(0,m.lastIndexOf(".")).replace(/_/g," ")),null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null);else{var t=!1,v=mxUtils.bind(this,function(c,d){if(null!=c&&"text/xml"==d){var k=mxUtils.parseXml(c);if("mxlibrary"==k.documentElement.nodeName)try{var n=JSON.parse(mxUtils.getTextContent(k.documentElement));e(n,g);b=b.concat(n);y(a); -this.spinner.stop();t=!0}catch(Z){}else if("mxfile"==k.documentElement.nodeName)try{for(var p=k.documentElement.getElementsByTagName("diagram"),k=0;k<p.length;k++){var n=mxUtils.getTextContent(p[k]),h=this.stringToCells(this.editor.graph.decompress(n)),m=this.editor.graph.getBoundingBoxFromGeometry(h);C(h,new mxRectangle(0,0,m.width,m.height),a)}t=!0}catch(Z){null!=window.console&&console.log("error in drop handler:",Z)}}t||(this.spinner.stop(),this.handleError({message:mxResources.get("errorLoadingFile")})); -null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null)});null!=l&&null!=m&&(/(\.vsdx?)($|\?)/i.test(m)||/(\.vssx)($|\?)/i.test(m))?this.importVisio(l,function(a){v(a,"text/xml")},null,m):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,m)&&null!=l?this.parseFile(l,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status?v(a.responseText,"text/xml"):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge": -"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))})):v(c,d)}}));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(g,"dragleave",function(a){null!=f?f.style.border="3px dotted lightGray":(g.style.border="3px solid transparent",g.style.cursor="");a.stopPropagation();a.preventDefault()}));h=h.cloneNode(!1);h.setAttribute("src",Editor.editImage);h.setAttribute("title",mxResources.get("edit"));p.insertBefore(h,p.firstChild);mxEvent.addListener(h,"click",G);mxEvent.addListener(g, -"dblclick",function(a){mxEvent.getSource(a)==g&&G(a)});c=h.cloneNode(!1);c.setAttribute("src",Editor.plusImage);c.setAttribute("title",mxResources.get("add"));p.insertBefore(c,p.firstChild);mxEvent.addListener(c,"click",I);this.isOffline()||".scratchpad"!=a.title||null==EditorUi.scratchpadHelpLink||(c=document.createElement("span"),c.setAttribute("title",mxResources.get("help")),c.style.cssText="color:#a3a3a3;text-decoration:none;margin-right:2px;",mxUtils.write(c,"?"),mxEvent.addGestureListeners(c, -mxUtils.bind(this,function(a){this.openLink(EditorUi.scratchpadHelpLink);mxEvent.consume(a)})),p.insertBefore(c,p.firstChild))}n.appendChild(p);n.style.paddingRight=18*p.childNodes.length+"px"}};"1"==urlParams.offline||EditorUi.isElectronApp?EditorUi.prototype.footerHeight=4:("1"==urlParams.savesidebar&&(Sidebar.prototype.thumbWidth=64,Sidebar.prototype.thumbHeight=64),EditorUi.prototype.footerHeight=760<=screen.width&&240<=screen.height?46:0,EditorUi.prototype.createFooter=function(){var a=document.getElementById("geFooter"); +g.parentNode.previousSibling;c=n.getAttribute("title");null!=c&&0<c.length&&".scratchpad"!=a.title&&n.setAttribute("title",this.getLibraryStorageHint(a)+"\n"+c);var q=document.createElement("div");q.style.position="absolute";q.style.right="0px";q.style.top="0px";q.style.padding="8px";mxClient.IS_QUIRKS||8==document.documentMode||(q.style.backgroundColor="inherit");n.style.position="relative";var h=document.createElement("img");h.setAttribute("src",Dialog.prototype.closeImage);h.setAttribute("title", +mxResources.get("close"));h.setAttribute("valign","absmiddle");h.setAttribute("border","0");h.style.margin="0 3px";var l=null;if(".scratchpad"!=a.title||this.closableScratchpad)q.appendChild(h),mxEvent.addListener(h,"click",mxUtils.bind(this,function(b){if(!mxEvent.isConsumed(b)){var c=mxUtils.bind(this,function(){this.closeLibrary(a)});null!=l?this.confirm(mxResources.get("allChangesLost"),null,c,mxResources.get("cancel"),mxResources.get("discardChanges")):c();mxEvent.consume(b)}}));if(a.isEditable()){var m= +this.editor.graph,y=null,F=mxUtils.bind(this,function(c){this.showLibraryDialog(a.getTitle(),g,b,a,a.getMode());mxEvent.consume(c)}),C=mxUtils.bind(this,function(c){a.setModified(!0);a.isAutosave()?(null!=y&&null!=y.parentNode&&y.parentNode.removeChild(y),y=h.cloneNode(!1),y.setAttribute("src",Editor.spinImage),y.setAttribute("title",mxResources.get("saving")),y.style.cursor="default",y.style.marginRight="2px",y.style.marginTop="-2px",q.insertBefore(y,q.firstChild),n.style.paddingRight=18*q.childNodes.length+ +"px",this.saveLibrary(a.getTitle(),b,a,a.getMode(),!0,!0,function(){null!=y&&null!=y.parentNode&&(y.parentNode.removeChild(y),n.style.paddingRight=18*q.childNodes.length+"px")})):null==l&&(l=h.cloneNode(!1),l.setAttribute("src",IMAGE_PATH+"/download.png"),l.setAttribute("title",mxResources.get("save")),q.insertBefore(l,q.firstChild),mxEvent.addListener(l,"click",mxUtils.bind(this,function(c){this.saveLibrary(a.getTitle(),b,a,a.getMode(),a.constructor==LocalLibrary,!0,function(){null==l||a.isModified()|| +(n.style.paddingRight=18*q.childNodes.length+"px",l.parentNode.removeChild(l),l=null)});mxEvent.consume(c)})),n.style.paddingRight=18*q.childNodes.length+"px")}),G=mxUtils.bind(this,function(a,c,d,e){a=m.cloneCells(mxUtils.sortCells(m.model.getTopmostCells(a)));for(var k=0;k<a.length;k++){var n=m.getCellGeometry(a[k]);null!=n&&n.translate(-c.x,-c.y)}g.appendChild(this.sidebar.createVertexTemplateFromCells(a,c.width,c.height,e||"",!0,!1,!1));a={xml:this.editor.graph.compress(mxUtils.getXml(this.editor.graph.encodeCells(a))), +w:c.width,h:c.height};null!=e&&(a.title=e);b.push(a);C(d);null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null)}),B=mxUtils.bind(this,function(a){if(m.isSelectionEmpty())m.getRubberband().isActive()?(m.getRubberband().execute(a),m.getRubberband().reset()):this.showError(mxResources.get("error"),mxResources.get("nothingIsSelected"),mxResources.get("ok"));else{var b=m.getSelectionCells(),c=m.view.getBounds(b),d=m.view.scale;c.x/=d;c.y/=d;c.width/=d;c.height/=d;c.x-=m.view.translate.x; +c.y-=m.view.translate.y;G(b,c)}mxEvent.consume(a)});g.style.border="3px solid transparent";mxEvent.addGestureListeners(g,function(){},mxUtils.bind(this,function(a){m.isMouseDown&&null!=m.panningManager&&null!=m.graphHandler.shape&&(m.graphHandler.shape.node.style.visibility="hidden",null!=f?f.style.border="3px dotted rgb(254, 137, 12)":g.style.border="3px dotted rgb(254, 137, 12)",g.style.cursor="copy",m.panningManager.stop(),m.autoScroll=!1,null!=m.graphHandler.guide&&m.graphHandler.guide.setVisible(!1), +null!=m.graphHandler.hint&&(m.graphHandler.hint.style.visibility="hidden"),mxEvent.consume(a))}),mxUtils.bind(this,function(a){m.isMouseDown&&null!=m.panningManager&&null!=m.graphHandler&&(g.style.border="3px solid transparent",null!=f&&(f.style.border="3px dotted lightGray"),g.style.cursor="default",this.sidebar.showTooltips=!0,m.panningManager.stop(),m.graphHandler.reset(),m.isMouseDown=!1,m.autoScroll=!0,B(a),mxEvent.consume(a))}));mxEvent.addListener(g,"mouseleave",mxUtils.bind(this,function(a){m.isMouseDown&& +null!=m.graphHandler.shape&&(m.graphHandler.shape.node.style.visibility="visible",g.style.border="3px solid transparent",g.style.cursor="",m.autoScroll=!0,null!=m.graphHandler.guide&&m.graphHandler.guide.setVisible(!0),null!=m.graphHandler.hint&&(m.graphHandler.hint.style.visibility="visible"),null!=f&&(f.style.border="3px dotted lightGray"))}));Graph.fileSupport&&(mxEvent.addListener(g,"dragover",mxUtils.bind(this,function(a){null!=f?f.style.border="3px dotted rgb(254, 137, 12)":g.style.border="3px dotted rgb(254, 137, 12)"; +a.dataTransfer.dropEffect="copy";g.style.cursor="copy";this.sidebar.hideTooltip();a.stopPropagation();a.preventDefault()})),mxEvent.addListener(g,"drop",mxUtils.bind(this,function(a){g.style.border="3px solid transparent";g.style.cursor="";null!=f&&(f.style.border="3px dotted lightGray");0<a.dataTransfer.files.length&&this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,mxUtils.bind(this,function(c,d,k,n,q,h,l,t,m){if(null!=c&&"image/"==d.substring(0,6))c="shape=image;verticalLabelPosition=bottom;verticalAlign=top;aspect=fixed;image="+ +this.convertDataUri(c),c=[new mxCell("",new mxGeometry(0,0,q,h),c)],c[0].vertex=!0,G(c,new mxRectangle(0,0,q,h),a,mxEvent.isAltDown(a)?null:l.substring(0,l.lastIndexOf(".")).replace(/_/g," ")),null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null);else{var v=!1,u=mxUtils.bind(this,function(c,d){if(null!=c&&"text/xml"==d){var k=mxUtils.parseXml(c);if("mxlibrary"==k.documentElement.nodeName)try{var n=JSON.parse(mxUtils.getTextContent(k.documentElement));e(n,g);b=b.concat(n);C(a); +this.spinner.stop();v=!0}catch(R){}else if("mxfile"==k.documentElement.nodeName)try{for(var q=k.documentElement.getElementsByTagName("diagram"),k=0;k<q.length;k++){var n=mxUtils.getTextContent(q[k]),h=this.stringToCells(this.editor.graph.decompress(n)),l=this.editor.graph.getBoundingBoxFromGeometry(h);G(h,new mxRectangle(0,0,l.width,l.height),a)}v=!0}catch(R){null!=window.console&&console.log("error in drop handler:",R)}}v||(this.spinner.stop(),this.handleError({message:mxResources.get("errorLoadingFile")})); +null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null)});null!=m&&null!=l&&(/(\.vsdx?)($|\?)/i.test(l)||/(\.vssx?)($|\?)/i.test(l))?this.importVisio(m,function(a){u(a,"text/xml")},null,l):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,l)&&null!=m?this.parseFile(m,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status?u(a.responseText,"text/xml"):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge": +"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))})):u(c,d)}}));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(g,"dragleave",function(a){null!=f?f.style.border="3px dotted lightGray":(g.style.border="3px solid transparent",g.style.cursor="");a.stopPropagation();a.preventDefault()}));h=h.cloneNode(!1);h.setAttribute("src",Editor.editImage);h.setAttribute("title",mxResources.get("edit"));q.insertBefore(h,q.firstChild);mxEvent.addListener(h,"click",F);mxEvent.addListener(g, +"dblclick",function(a){mxEvent.getSource(a)==g&&F(a)});c=h.cloneNode(!1);c.setAttribute("src",Editor.plusImage);c.setAttribute("title",mxResources.get("add"));q.insertBefore(c,q.firstChild);mxEvent.addListener(c,"click",B);this.isOffline()||".scratchpad"!=a.title||null==EditorUi.scratchpadHelpLink||(c=document.createElement("span"),c.setAttribute("title",mxResources.get("help")),c.style.cssText="color:#a3a3a3;text-decoration:none;margin-right:2px;",mxUtils.write(c,"?"),mxEvent.addGestureListeners(c, +mxUtils.bind(this,function(a){this.openLink(EditorUi.scratchpadHelpLink);mxEvent.consume(a)})),q.insertBefore(c,q.firstChild))}n.appendChild(q);n.style.paddingRight=18*q.childNodes.length+"px"}};"1"==urlParams.offline||EditorUi.isElectronApp?EditorUi.prototype.footerHeight=4:("1"==urlParams.savesidebar&&(Sidebar.prototype.thumbWidth=64,Sidebar.prototype.thumbHeight=64),EditorUi.prototype.footerHeight=760<=screen.width&&240<=screen.height?46:0,EditorUi.prototype.createFooter=function(){var a=document.getElementById("geFooter"); if(null!=a){a.style.visibility="visible";var b=document.createElement("img");b.setAttribute("border","0");b.setAttribute("src",Dialog.prototype.closeImage);b.setAttribute("title",mxResources.get("hide"));a.appendChild(b);mxClient.IS_QUIRKS&&(b.style.position="relative",b.style.styleFloat="right",b.style.top="-30px",b.style.left="164px",b.style.cursor="pointer");mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.hideFooter()}))}return a});EditorUi.initTheme=function(){"atlas"==uiTheme? (mxClient.link("stylesheet",STYLE_PATH+"/atlas.css"),"undefined"!==typeof Toolbar&&(Toolbar.prototype.unselectedBackground=mxClient.IS_QUIRKS?"none":"linear-gradient(rgb(255, 255, 255) 0px, rgb(242, 242, 242) 100%)",Toolbar.prototype.selectedBackground="rgb(242, 242, 242)"),Editor.prototype.initialTopSpacing=3,EditorUi.prototype.menubarHeight=41,EditorUi.prototype.toolbarHeight=38,EditorUi.prototype.hsplitPosition=188,Sidebar.prototype.thumbWidth=46,Sidebar.prototype.thumbHeight=46,Sidebar.prototype.thumbPadding= 5<=document.documentMode?0:1,Sidebar.prototype.thumbBorder=2):"dark"==uiTheme&&(mxClient.link("stylesheet",STYLE_PATH+"/dark.css"),Dialog.backdropColor="#2a2a2a",Graph.prototype.defaultThemeName="darkTheme",Graph.prototype.defaultPageBackgroundColor="#2a2a2a",Graph.prototype.defaultGraphBackground=null,Graph.prototype.defaultPageBorderColor="#505759",Graph.prototype.svgShadowColor="#e0e0e0",Graph.prototype.svgShadowOpacity="0.6",Graph.prototype.svgShadowSize="0.8",Graph.prototype.svgShadowBlur="1.4", @@ -7317,16 +7385,16 @@ Editor.checkmarkImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAM !0;this.editor.graph.model.execute(a)});var b=new BackgroundImageDialog(this,mxUtils.bind(this,function(b){a(b)}));this.showDialog(b.container,360,200,!0,!0);b.init()};EditorUi.prototype.showLibraryDialog=function(a,b,c,d,e){a=new LibraryDialog(this,a,b,c,d,e);this.showDialog(a.container,620,440,!0,!1,mxUtils.bind(this,function(a){a&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash()}));a.init()};EditorUi.prototype.createSidebarFooterContainer=function(){var a=this.createDiv("geSidebarContainer"); a.style.position="absolute";a.style.overflow="hidden";a.style.borderWidth="3px";var b=document.createElement("a");b.setAttribute("href","javascript:void(0);");b.className="geTitle";b.style.height="100%";b.style.paddingTop="9px";mxUtils.write(b,mxResources.get("moreShapes")+"...");mxEvent.addListener(b,"click",mxUtils.bind(this,function(a){this.actions.get("shapes").funct();mxEvent.consume(a)}));a.appendChild(b);return a};EditorUi.prototype.handleError=function(a,b,c){var d=null!=this.spinner&&null!= this.spinner.pause?this.spinner.pause():function(){},f=null!=a&&null!=a.error?a.error:a;if(null!=f||null!=b){a=mxUtils.htmlEntities(mxResources.get("unknownError"));var e=mxResources.get("ok"),k=null;b=null!=b?b:mxResources.get("error");if(null!=f)if(null!=f.retry&&(e=mxResources.get("cancel"),k=function(){d();f.retry()}),"undefined"!=typeof gapi&&"undefined"!=typeof gapi.drive&&"undefined"!=typeof gapi.drive.realtime&&f.type==gapi.drive.realtime.ErrorType.FORBIDDEN)a=mxUtils.htmlEntities(mxResources.get("forbidden")); -else if(404==f.code||404==f.status||"undefined"!=typeof gapi&&"undefined"!=typeof gapi.drive&&"undefined"!=typeof gapi.drive.realtime&&f.type==gapi.drive.realtime.ErrorType.NOT_FOUND){a=mxUtils.htmlEntities(mxResources.get("fileNotFoundOrDenied"));var g=window.location.hash;null!=g&&"#G"==g.substring(0,2)&&(g=g.substring(2),a+=' <a href="https://drive.google.com/open?id='+g+'" target="_blank">'+mxUtils.htmlEntities(mxResources.get("tryOpeningViaThisPage"))+"</a>")}else f.code==App.ERROR_TIMEOUT?a= -mxUtils.htmlEntities(mxResources.get("timeout")):f.code==App.ERROR_BUSY?a=mxUtils.htmlEntities(mxResources.get("busy")):null!=f.message?a=mxUtils.htmlEntities(f.message):null!=f.response&&null!=f.response.error&&(a=mxUtils.htmlEntities(f.response.error));this.showError(b,a,e,c,k)}else null!=c&&c()};EditorUi.prototype.showError=function(a,b,c,d,e,g,h,m,l,p,F,B){a=new ErrorDialog(this,a,b,c||mxResources.get("ok"),d,e,g,h,B,m,l);this.showDialog(a.container,p||340,F||150,!0,!1);a.init()};EditorUi.prototype.alert= +else if(404==f.code||404==f.status||"undefined"!=typeof gapi&&"undefined"!=typeof gapi.drive&&"undefined"!=typeof gapi.drive.realtime&&f.type==gapi.drive.realtime.ErrorType.NOT_FOUND){a=mxUtils.htmlEntities(mxResources.get("fileNotFoundOrDenied"));var g=window.location.hash;null!=g&&"#G"==g.substring(0,2)&&(g=g.substring(2),a+=' <a href="https://drive.google.com/open?id='+g+'" target="_blank">'+mxUtils.htmlEntities(mxResources.get("tryOpeningViaThisPage"))+"</a>")}else null!=f.message?a=mxUtils.htmlEntities(f.message): +null!=f.response&&null!=f.response.error?a=mxUtils.htmlEntities(f.response.error):"undefined"!==window.App&&(f.code==App.ERROR_TIMEOUT?a=mxUtils.htmlEntities(mxResources.get("timeout")):f.code==App.ERROR_BUSY&&(a=mxUtils.htmlEntities(mxResources.get("busy"))));this.showError(b,a,e,c,k)}else null!=c&&c()};EditorUi.prototype.showError=function(a,b,c,d,e,g,h,l,m,q,E,z){a=new ErrorDialog(this,a,b,c||mxResources.get("ok"),d,e,g,h,z,l,m);this.showDialog(a.container,q||340,E||150,!0,!1);a.init()};EditorUi.prototype.alert= function(a,b){var c=new ErrorDialog(this,null,a,mxResources.get("ok"),b);this.showDialog(c.container,340,100,!0,!1);c.init()};EditorUi.prototype.confirm=function(a,b,c,d,e){var f=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){};this.showDialog((new ConfirmDialog(this,a,function(){f();null!=b&&b()},function(){f();null!=c&&c()},d,e)).container,340,90,!0,!1)};EditorUi.prototype.setCurrentFile=function(a){this.currentFile=a};EditorUi.prototype.getCurrentFile=function(){return this.currentFile}; EditorUi.prototype.isExportToCanvas=function(){return mxClient.IS_CHROMEAPP||!this.editor.graph.mathEnabled&&this.useCanvasForExport};EditorUi.prototype.createSvgDataUri=function(a){return"data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent(a)))};EditorUi.prototype.createImageDataUri=function(a,b,c){var d=a.toDataURL("image/"+c);if(6>=d.length||d==a.cloneNode(!1).toDataURL("image/"+c))throw{message:"Invalid image"};null!=b&&(d=this.writeGraphModelToPng(d,"zTXt","mxGraphModel",atob(this.editor.graph.compress(b)))); return d};EditorUi.prototype.saveCanvas=function(a,b,c){var d="jpeg"==c?"jpg":c,f=this.getBaseFilename()+"."+d;a=this.createImageDataUri(a,b,c);this.saveData(f,d,a.substring(a.lastIndexOf(",")+1),"image/"+c,!0)};EditorUi.prototype.isLocalFileSave=function(){return"remote"!=urlParams.save&&(mxClient.IS_IE||"undefined"!==typeof window.Blob&&"undefined"!==typeof window.URL)&&9!=document.documentMode&&8!=document.documentMode&&7!=document.documentMode&&!mxClient.IS_QUIRKS||this.isOfflineApp()||mxClient.IS_IOS}; EditorUi.prototype.doSaveLocalFile=function(a,b,c,d,e){if(window.Blob&&navigator.msSaveOrOpenBlob)a=d?this.base64ToBlob(a,c):new Blob([a],{type:c}),navigator.msSaveOrOpenBlob(a,b);else if(mxClient.IS_IE)c=window.open("about:blank","_blank"),null==c?mxUtils.popup(a,!0):(c.document.write(a),c.document.close(),c.document.execCommand("SaveAs",!0,b),c.close());else if(mxClient.IS_IOS)b=new TextareaDialog(this,b+":",a,null,null,mxResources.get("close")),b.textarea.style.width="600px",b.textarea.style.height= "380px",this.showDialog(b.container,620,460,!0,!0),b.init(),document.execCommand("selectall",!1,null);else{var f=document.createElement("a"),k=!mxClient.IS_SF&&0>navigator.userAgent.indexOf("PaleMoon/")&&"undefined"!==typeof f.download;if(mxClient.IS_GC)var g=navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./),k=65==(g?parseInt(g[2],10):!1)?!1:k;if(k||this.isOffline()){f.href=URL.createObjectURL(d?this.base64ToBlob(a,c):new Blob([a],{type:c}));k?f.download=b:f.setAttribute("target","_blank");document.body.appendChild(f); -try{window.setTimeout(function(){URL.revokeObjectURL(f.href)},0),f.click(),f.parentNode.removeChild(f)}catch(z){}}else this.createEchoRequest(a,b,c,d,e).simulate(document,"_blank")}};EditorUi.prototype.createEchoRequest=function(a,b,c,d,e,g){a="xml="+encodeURIComponent(a);return new mxXmlRequest(SAVE_URL,a+(null!=c?"&mime="+c:"")+(null!=e?"&format="+e:"")+(null!=g?"&base64="+g:"")+(null!=b?"&filename="+encodeURIComponent(b):"")+(d?"&binary=1":""))};EditorUi.prototype.base64ToBlob=function(a,b){b= -b||"";for(var c=atob(a),d=c.length,f=Math.ceil(d/1024),e=Array(f),k=0;k<f;++k){for(var g=1024*k,h=Math.min(g+1024,d),p=Array(h-g),m=0;g<h;++m,++g)p[m]=c[g].charCodeAt(0);e[k]=new Uint8Array(p)}return new Blob(e,{type:b})};EditorUi.prototype.saveLocalFile=function(a,b,c,d,e,g,h){g=null!=g?g:!1;h=null!=h?h:"vsdx"!=e&&(!mxClient.IS_IOS||!navigator.standalone);e=this.getServiceCount(g);b=new CreateDialog(this,b,mxUtils.bind(this,function(b,f){try{if("_blank"==f)if(null==c||"image/"!=c.substring(0,6)|| -"image/svg"==c.substring(0,9)&&!mxClient.IS_SVG){var e=window.open("about:blank");null==e?mxUtils.popup(a,!0):(e.document.write(mxUtils.htmlEntities(a,!1)),e.document.close())}else this.openInNewWindow(a,c,d);else f==App.MODE_DEVICE||"download"==f?this.doSaveLocalFile(a,b,c,d):null!=b&&0<b.length&&this.pickFolder(f,mxUtils.bind(this,function(e){try{this.exportFile(a,b,c,d,f,e)}catch(B){this.handleError(B)}}))}catch(F){this.handleError(F)}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"), +try{window.setTimeout(function(){URL.revokeObjectURL(f.href)},0),f.click(),f.parentNode.removeChild(f)}catch(x){}}else this.createEchoRequest(a,b,c,d,e).simulate(document,"_blank")}};EditorUi.prototype.createEchoRequest=function(a,b,c,d,e,g){a="xml="+encodeURIComponent(a);return new mxXmlRequest(SAVE_URL,a+(null!=c?"&mime="+c:"")+(null!=e?"&format="+e:"")+(null!=g?"&base64="+g:"")+(null!=b?"&filename="+encodeURIComponent(b):"")+(d?"&binary=1":""))};EditorUi.prototype.base64ToBlob=function(a,b){b= +b||"";for(var c=atob(a),d=c.length,f=Math.ceil(d/1024),e=Array(f),k=0;k<f;++k){for(var g=1024*k,h=Math.min(g+1024,d),q=Array(h-g),l=0;g<h;++l,++g)q[l]=c[g].charCodeAt(0);e[k]=new Uint8Array(q)}return new Blob(e,{type:b})};EditorUi.prototype.saveLocalFile=function(a,b,c,d,e,g,h){g=null!=g?g:!1;h=null!=h?h:"vsdx"!=e&&(!mxClient.IS_IOS||!navigator.standalone);e=this.getServiceCount(g);b=new CreateDialog(this,b,mxUtils.bind(this,function(b,f){try{if("_blank"==f)if(null==c||"image/"!=c.substring(0,6)|| +"image/svg"==c.substring(0,9)&&!mxClient.IS_SVG){var e=window.open("about:blank");null==e?mxUtils.popup(a,!0):(e.document.write(mxUtils.htmlEntities(a,!1)),e.document.close())}else this.openInNewWindow(a,c,d);else f==App.MODE_DEVICE||"download"==f?this.doSaveLocalFile(a,b,c,d):null!=b&&0<b.length&&this.pickFolder(f,mxUtils.bind(this,function(e){try{this.exportFile(a,b,c,d,f,e)}catch(z){this.handleError(z)}}))}catch(E){this.handleError(E)}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"), mxResources.get("download"),!1,g,h,null,1<e,4<e&&(!g||6>e)?3:4,a,c,d);this.showDialog(b.container,420,e==(mxClient.IS_IOS?0:1)?160:4<e?390:270,!0,!0);b.init()};EditorUi.prototype.openInNewWindow=function(a,b,c){if(mxClient.IS_GC||mxClient.IS_EDGE||11==document.documentMode||10==document.documentMode){var d=window.open("about:blank");null==d?mxUtils.popup(a,!0):("image/svg+xml"==b?d.document.write("<html>"+a+"</html>"):d.document.write('<html><img src="data:'+b+(c?";base64,"+a:";charset=utf8,"+encodeURIComponent(a))+ '"/></html>'),d.document.close())}else d=window.open("data:"+b+(c?";base64,"+a:";charset=utf8,"+encodeURIComponent(a))),null==d&&mxUtils.popup(a,!0)};var b=EditorUi.prototype.addChromelessToolbarItems;EditorUi.prototype.addChromelessToolbarItems=function(a){if(this.isExportToCanvas()){this.exportDialog=null;var c=a(mxUtils.bind(this,function(a){var b=mxUtils.bind(this,function(){mxEvent.removeListener(this.editor.graph.container,"click",b);null!=this.exportDialog&&(this.exportDialog.parentNode.removeChild(this.exportDialog), this.exportDialog=null)});if(null!=this.exportDialog)b.apply(this);else{this.exportDialog=document.createElement("div");var d=c.getBoundingClientRect();mxUtils.setPrefixedStyle(this.exportDialog.style,"borderRadius","5px");this.exportDialog.style.position="fixed";this.exportDialog.style.textAlign="center";this.exportDialog.style.fontFamily="Helvetica,Arial";this.exportDialog.style.backgroundColor="#000000";this.exportDialog.style.width="50px";this.exportDialog.style.height="50px";this.exportDialog.style.padding= @@ -7334,201 +7402,201 @@ this.exportDialog=null)});if(null!=this.exportDialog)b.apply(this);else{this.exp this.exportToCanvas(mxUtils.bind(this,function(a){f.stop();this.exportDialog.style.width="auto";this.exportDialog.style.height="auto";this.exportDialog.style.padding="10px";var c=this.createImageDataUri(a,null,"png");a=document.createElement("img");a.style.maxWidth="140px";a.style.maxHeight="140px";a.style.cursor="pointer";a.style.backgroundColor="white";a.setAttribute("title",mxResources.get("openInNewWindow"));a.setAttribute("border","0");a.setAttribute("src",c);this.exportDialog.appendChild(a); mxEvent.addListener(a,"click",mxUtils.bind(this,function(){this.openInNewWindow(c.substring(c.indexOf(",")+1),"image/png",!0);b.apply(this,arguments)}))}),null,this.thumbImageCache,null,mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}));mxEvent.addListener(this.editor.graph.container,"click",b);document.body.appendChild(this.exportDialog)}mxEvent.consume(a)}),Editor.cameraLargeImage,mxResources.get("export"))}b.apply(this,arguments)};EditorUi.prototype.saveData=function(a,b, c,d,e){this.isLocalFileSave()?this.saveLocalFile(c,a,d,e,b):this.saveRequest(a,b,mxUtils.bind(this,function(a,f){return this.createEchoRequest(c,a,d,e,b,f)}),c,e,d)};EditorUi.prototype.saveRequest=function(a,b,c,d,e,g,h){h=null!=h?h:!mxClient.IS_IOS||!navigator.standalone;var f=this.getServiceCount(!1);a=new CreateDialog(this,a,mxUtils.bind(this,function(a,f){if("_blank"==f||null!=a&&0<a.length){var e=c("_blank"==f?null:a,f==App.MODE_DEVICE||"download"==f||null==f||"_blank"==f?"0":"1");null!=e&&(f== -App.MODE_DEVICE||"download"==f||"_blank"==f?e.simulate(document,"_blank"):this.pickFolder(f,mxUtils.bind(this,function(c){g=null!=g?g:"pdf"==b?"application/pdf":"image/"+b;if(null!=d)try{this.exportFile(d,a,g,!0,f,c)}catch(E){this.handleError(E)}else this.spinner.spin(document.body,mxResources.get("saving"))&&e.send(mxUtils.bind(this,function(){this.spinner.stop();if(200<=e.getStatus()&&299>=e.getStatus())try{this.exportFile(e.getText(),a,g,!0,f,c)}catch(E){this.handleError(E)}else this.handleError({message:mxResources.get("errorSavingFile")})}), +App.MODE_DEVICE||"download"==f||"_blank"==f?e.simulate(document,"_blank"):this.pickFolder(f,mxUtils.bind(this,function(c){g=null!=g?g:"pdf"==b?"application/pdf":"image/"+b;if(null!=d)try{this.exportFile(d,a,g,!0,f,c)}catch(D){this.handleError(D)}else this.spinner.spin(document.body,mxResources.get("saving"))&&e.send(mxUtils.bind(this,function(){this.spinner.stop();if(200<=e.getStatus()&&299>=e.getStatus())try{this.exportFile(e.getText(),a,g,!0,f,c)}catch(D){this.handleError(D)}else this.handleError({message:mxResources.get("errorSavingFile")})}), function(a){this.spinner.stop();this.handleError(a)})})))}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"),mxResources.get("download"),!1,!1,h,null,1<f,4<f?3:4,d,g,e);this.showDialog(a.container,380,f==(mxClient.IS_IOS?0:1)?160:4<f?390:270,!0,!0);a.init()};EditorUi.prototype.getEditBlankXml=function(){return this.getFileData(!0)};EditorUi.prototype.exportFile=function(a,b,c,d,e,g){};EditorUi.prototype.pickFolder=function(a,b,c){b(null)};EditorUi.prototype.exportSvg=function(a, -b,c,d,e,g,h,m,l){if(this.spinner.spin(document.body,mxResources.get("export"))){var f=this.editor.graph.isSelectionEmpty();c=null!=c?c:f;f=b?null:this.editor.graph.background;f==mxConstants.NONE&&(f=null);null==f&&0==b&&(f="#ffffff");var k=this.editor.graph.getSvg(f,a,h,m,null,c);d&&this.editor.graph.addSvgShadow(k);var n=this.getBaseFilename()+".svg",u=mxUtils.bind(this,function(a){this.spinner.stop();e&&a.setAttribute("content",this.getFileData(!0,null,null,null,c,l));if(null!=this.editor.fontCss){var b= +b,c,d,e,g,h,l,m){if(this.spinner.spin(document.body,mxResources.get("export"))){var f=this.editor.graph.isSelectionEmpty();c=null!=c?c:f;f=b?null:this.editor.graph.background;f==mxConstants.NONE&&(f=null);null==f&&0==b&&(f="#ffffff");var k=this.editor.graph.getSvg(f,a,h,l,null,c);d&&this.editor.graph.addSvgShadow(k);var n=this.getBaseFilename()+".svg",t=mxUtils.bind(this,function(a){this.spinner.stop();e&&a.setAttribute("content",this.getFileData(!0,null,null,null,c,m));if(null!=this.editor.fontCss){var b= a.ownerDocument,b=null!=b.createElementNS?b.createElementNS(mxConstants.NS_SVG,"style"):b.createElement("style");b.setAttribute("type","text/css");mxUtils.setTextContent(b,this.editor.fontCss);a.getElementsByTagName("defs")[0].appendChild(b)}var d='<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n'+mxUtils.getXml(a);this.isLocalFileSave()||d.length<=MAX_REQUEST_SIZE?this.saveData(n,"svg",d,"image/svg+xml"):this.handleError({message:mxResources.get("drawingTooLarge")}, -mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(d)}))});this.convertMath(this.editor.graph,k,!1,mxUtils.bind(this,function(){g?(null==this.thumbImageCache&&(this.thumbImageCache={}),this.convertImages(k,u,this.thumbImageCache)):u(k)}))}};EditorUi.prototype.addCheckbox=function(a,b,c,d,e,g){g=null!=g?g:!0;var f=document.createElement("input");f.style.marginRight="8px";f.style.marginTop="16px";f.setAttribute("type","checkbox");c&&(f.setAttribute("checked","checked"),f.defaultChecked= +mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(d)}))});this.convertMath(this.editor.graph,k,!1,mxUtils.bind(this,function(){g?(null==this.thumbImageCache&&(this.thumbImageCache={}),this.convertImages(k,t,this.thumbImageCache)):t(k)}))}};EditorUi.prototype.addCheckbox=function(a,b,c,d,e,g){g=null!=g?g:!0;var f=document.createElement("input");f.style.marginRight="8px";f.style.marginTop="16px";f.setAttribute("type","checkbox");c&&(f.setAttribute("checked","checked"),f.defaultChecked= !0);d&&f.setAttribute("disabled","disabled");g&&(a.appendChild(f),c=document.createElement("span"),mxUtils.write(c,b),a.appendChild(c),e||mxUtils.br(a),mxEvent.addListener(c,"click",mxUtils.bind(this,function(a){"disabled"!=f.getAttribute("disabled")&&(f.checked=!f.checked,mxEvent.consume(a))})));return f};EditorUi.prototype.addEditButton=function(a,b){var c=this.addCheckbox(a,mxResources.get("edit")+":",!0,null,!0);c.style.marginLeft="24px";var d=this.getCurrentFile(),f="";null!=d&&d.getMode()!= App.MODE_DEVICE&&d.getMode()!=App.MODE_BROWSER&&(f=window.location.href);var e=document.createElement("select");e.style.width="120px";e.style.marginLeft="8px";e.style.marginRight="10px";e.className="geBtn";d=document.createElement("option");d.setAttribute("value","blank");mxUtils.write(d,mxResources.get("makeCopy"));e.appendChild(d);d=document.createElement("option");d.setAttribute("value","custom");mxUtils.write(d,mxResources.get("custom")+"...");e.appendChild(d);a.appendChild(e);mxEvent.addListener(e, "change",mxUtils.bind(this,function(){if("custom"==e.value){var a=new FilenameDialog(this,f,mxResources.get("ok"),function(a){null!=a?f=a:e.value="blank"},mxResources.get("url"),null,null,null,null,function(){e.value="blank"});this.showDialog(a.container,300,80,!0,!1);a.init()}}));mxEvent.addListener(c,"change",mxUtils.bind(this,function(){c.checked&&(null==b||b.checked)?e.removeAttribute("disabled"):e.setAttribute("disabled","disabled")}));mxUtils.br(a);return{getLink:function(){return c.checked? "blank"===e.value?"_blank":f:null},getEditInput:function(){return c},getEditSelect:function(){return e}}};EditorUi.prototype.addLinkSection=function(a,b){function c(){k.innerHTML='<div style="width:100%;height:100%;box-sizing:border-box;'+(null!=e&&e!=mxConstants.NONE?"border:1px solid black;background-color:"+e:"background-position:center center;background-repeat:no-repeat;background-image:url('"+Dialog.prototype.closeImage+"')")+';"></div>'}mxUtils.write(a,mxResources.get("links")+":");var d=document.createElement("select"); d.style.width="100px";d.style.marginLeft="8px";d.style.marginRight="10px";d.className="geBtn";var f=document.createElement("option");f.setAttribute("value","auto");mxUtils.write(f,mxResources.get("automatic"));d.appendChild(f);f=document.createElement("option");f.setAttribute("value","blank");mxUtils.write(f,mxResources.get("openInNewWindow"));d.appendChild(f);f=document.createElement("option");f.setAttribute("value","self");mxUtils.write(f,mxResources.get("openInThisWindow"));d.appendChild(f);b&& (f=document.createElement("option"),f.setAttribute("value","frame"),mxUtils.write(f,mxResources.get("openInThisWindow")+" ("+mxResources.get("iframe")+")"),d.appendChild(f));a.appendChild(d);mxUtils.write(a,mxResources.get("borderColor")+":");var e="#0000ff",k=null,k=mxUtils.button("",mxUtils.bind(this,function(a){this.pickColor(e||"none",function(a){e=a;c()});mxEvent.consume(a)}));c();k.style.padding=mxClient.IS_FF?"4px 2px 4px 2px":"4px";k.style.marginLeft="4px";k.style.height="22px";k.style.width= -"22px";k.style.position="relative";k.style.top=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_EDGE?"6px":"1px";k.className="geColorBtn";a.appendChild(k);mxUtils.br(a);return{getColor:function(){return e},getTarget:function(){return d.value},focus:function(){d.focus()}}};EditorUi.prototype.createLink=function(a,b,c,d,e,g,h,m){var f=this.getCurrentFile(),k=[];d&&(k.push("lightbox=1"),"auto"!=a&&k.push("target="+a),null!=b&&b!=mxConstants.NONE&&k.push("highlight="+("#"==b.charAt(0)?b.substring(1):b)), -null!=e&&0<e.length&&k.push("edit="+encodeURIComponent(e)),g&&k.push("layers=1"),this.editor.graph.foldingEnabled&&k.push("nav=1"));if(c&&null!=this.pages&&null!=this.currentPage)for(a=0;a<this.pages.length;a++)if(this.pages[a]==this.currentPage){0<a&&k.push("page="+a);break}a=!0;null!=h?c="#U"+encodeURIComponent(h):(f=this.getCurrentFile(),m||null==f||f.constructor!=window.DriveFile?c="#R"+encodeURIComponent(c?this.getFileData(!0,null,null,null,null,null,null,!0):this.editor.graph.compress(mxUtils.getXml(this.editor.getGraphXml()))): -(c="#"+f.getHash(),a=!1));a&&null!=f&&null!=f.getTitle()&&f.getTitle()!=this.defaultFilename&&k.push("title="+encodeURIComponent(f.getTitle()));return(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||!/.*\.draw\.io$/.test(window.location.hostname)?"https://www.draw.io/":"https://"+window.location.host+"/")+(0<k.length?"?"+k.join("&"):"")+c};EditorUi.prototype.createHtml=function(a,b,c,d,e,g,h,m,l,p,F){this.getBasenames();var f={};""!=e&&e!=mxConstants.NONE&&(f.highlight=e);"auto"!==d&&(f.target=d); -l||(f.lightbox=!1);f.nav=this.editor.graph.foldingEnabled;c=parseInt(c);isNaN(c)||100==c||(f.zoom=c/100);c=[];h&&(c.push("pages"),f.resize=!0,null!=this.pages&&null!=this.currentPage&&(f.page=mxUtils.indexOf(this.pages,this.currentPage)));b&&(c.push("zoom"),f.resize=!0);m&&c.push("layers");0<c.length&&(l&&c.push("lightbox"),f.toolbar=c.join(" "));null!=p&&0<p.length&&(f.edit=p);null!=a?f.url=a:f.xml=this.getFileData(!0,null,null,null,null,!h);b='<div class="mxgraph" style="'+(g?"max-width:100%;": -"")+(""!=c?"border:1px solid transparent;":"")+'" data-mxgraph="'+mxUtils.htmlEntities(JSON.stringify(f))+'"></div>';a=null!=a?"&fetch="+encodeURIComponent(a):"";F(b,'<script type="text/javascript" src="'+(0<a.length?("1"==urlParams.dev?"https://test.draw.io/embed2.js?dev=1":"https://www.draw.io/embed2.js?")+a:"1"==urlParams.dev?"https://test.draw.io/js/viewer.min.js":"https://www.draw.io/js/viewer.min.js")+'">\x3c/script>')};EditorUi.prototype.showHtmlDialog=function(a,b,c,d){var f=document.createElement("div"); +"22px";k.style.position="relative";k.style.top=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_EDGE?"6px":"1px";k.className="geColorBtn";a.appendChild(k);mxUtils.br(a);return{getColor:function(){return e},getTarget:function(){return d.value},focus:function(){d.focus()}}};EditorUi.prototype.createLink=function(a,b,c,d,e,g,h,l){var f=this.getCurrentFile(),k=[];d&&(k.push("lightbox=1"),"auto"!=a&&k.push("target="+a),null!=b&&b!=mxConstants.NONE&&k.push("highlight="+("#"==b.charAt(0)?b.substring(1):b)), +null!=e&&0<e.length&&k.push("edit="+encodeURIComponent(e)),g&&k.push("layers=1"),this.editor.graph.foldingEnabled&&k.push("nav=1"));if(c&&null!=this.pages&&null!=this.currentPage)for(a=0;a<this.pages.length;a++)if(this.pages[a]==this.currentPage){0<a&&k.push("page="+a);break}a=!0;null!=h?c="#U"+encodeURIComponent(h):(f=this.getCurrentFile(),l||null==f||f.constructor!=window.DriveFile?c="#R"+encodeURIComponent(c?this.getFileData(!0,null,null,null,null,null,null,!0):this.editor.graph.compress(mxUtils.getXml(this.editor.getGraphXml()))): +(c="#"+f.getHash(),a=!1));a&&null!=f&&null!=f.getTitle()&&f.getTitle()!=this.defaultFilename&&k.push("title="+encodeURIComponent(f.getTitle()));return(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||!/.*\.draw\.io$/.test(window.location.hostname)?"https://www.draw.io/":"https://"+window.location.host+"/")+(0<k.length?"?"+k.join("&"):"")+c};EditorUi.prototype.createHtml=function(a,b,c,d,e,g,h,l,m,q,E){this.getBasenames();var f={};""!=e&&e!=mxConstants.NONE&&(f.highlight=e);"auto"!==d&&(f.target=d); +m||(f.lightbox=!1);f.nav=this.editor.graph.foldingEnabled;c=parseInt(c);isNaN(c)||100==c||(f.zoom=c/100);c=[];h&&(c.push("pages"),f.resize=!0,null!=this.pages&&null!=this.currentPage&&(f.page=mxUtils.indexOf(this.pages,this.currentPage)));b&&(c.push("zoom"),f.resize=!0);l&&c.push("layers");0<c.length&&(m&&c.push("lightbox"),f.toolbar=c.join(" "));null!=q&&0<q.length&&(f.edit=q);null!=a?f.url=a:f.xml=this.getFileData(!0,null,null,null,null,!h);b='<div class="mxgraph" style="'+(g?"max-width:100%;": +"")+(""!=c?"border:1px solid transparent;":"")+'" data-mxgraph="'+mxUtils.htmlEntities(JSON.stringify(f))+'"></div>';a=null!=a?"&fetch="+encodeURIComponent(a):"";E(b,'<script type="text/javascript" src="'+(0<a.length?("1"==urlParams.dev?"https://test.draw.io/embed2.js?dev=1":"https://www.draw.io/embed2.js?")+a:"1"==urlParams.dev?"https://test.draw.io/js/viewer.min.js":"https://www.draw.io/js/viewer.min.js")+'">\x3c/script>')};EditorUi.prototype.showHtmlDialog=function(a,b,c,d){var f=document.createElement("div"); f.style.whiteSpace="nowrap";var e=document.createElement("h3");mxUtils.write(e,mxResources.get("html"));e.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";f.appendChild(e);var k=document.createElement("div");k.style.cssText="border-bottom:1px solid lightGray;padding-bottom:8px;margin-bottom:12px;";var g=document.createElement("input");g.style.cssText="margin-right:8px;margin-top:8px;margin-bottom:8px;";g.setAttribute("value","url");g.setAttribute("type","radio");g.setAttribute("name", -"type-embedhtmldialog");e=g.cloneNode(!0);e.setAttribute("value","copy");k.appendChild(e);var n=document.createElement("span");mxUtils.write(n,mxResources.get("includeCopyOfMyDiagram"));k.appendChild(n);mxUtils.br(k);k.appendChild(g);n=document.createElement("span");mxUtils.write(n,mxResources.get("publicDiagramUrl"));k.appendChild(n);var p=this.getCurrentFile();null==c&&null!=p&&p.constructor==window.DriveFile&&(n=document.createElement("a"),n.style.paddingLeft="12px",n.style.color="gray",n.setAttribute("href", -"javascript:void(0);"),mxUtils.write(n,mxResources.get("share")),k.appendChild(n),mxEvent.addListener(n,"click",mxUtils.bind(this,function(){this.hideDialog();this.drive.showPermissions(p.getId())})));e.setAttribute("checked","checked");null==c&&g.setAttribute("disabled","disabled");f.appendChild(k);var h=this.addLinkSection(f),m=this.addCheckbox(f,mxResources.get("zoom"),!0,null,!0);mxUtils.write(f,":");var l=document.createElement("input");l.setAttribute("type","text");l.style.marginRight="16px"; -l.style.width="60px";l.style.marginLeft="4px";l.style.marginRight="12px";l.value="100%";f.appendChild(l);var u=this.addCheckbox(f,mxResources.get("fit"),!0),k=null!=this.pages&&1<this.pages.length,G=G=this.addCheckbox(f,mxResources.get("allPages"),k,!k),y=this.addCheckbox(f,mxResources.get("layers"),!0),C=this.addCheckbox(f,mxResources.get("lightbox"),!0),I=this.addEditButton(f,C),A=I.getEditInput();A.style.marginBottom="16px";mxEvent.addListener(C,"change",function(){C.checked?A.removeAttribute("disabled"): -A.setAttribute("disabled","disabled");A.checked&&C.checked?I.getEditSelect().removeAttribute("disabled"):I.getEditSelect().setAttribute("disabled","disabled")});a=new CustomDialog(this,f,mxUtils.bind(this,function(){d(g.checked?c:null,m.checked,l.value,h.getTarget(),h.getColor(),u.checked,G.checked,y.checked,C.checked,I.getLink())}),null,a,b);this.showDialog(a.container,340,384,!0,!0);e.focus()};EditorUi.prototype.showPublishLinkDialog=function(a,b,c,d,e,g){var f=document.createElement("div");f.style.whiteSpace= -"nowrap";var k=document.createElement("h3");mxUtils.write(k,a||mxResources.get("link"));k.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";f.appendChild(k);var n=this.getCurrentFile(),k="https://desk.draw.io/support/solutions/articles/16000051941";a=0;if(null!=n&&n.constructor==window.DriveFile&&!b){a=80;var k="https://desk.draw.io/support/solutions/articles/16000039384",p=document.createElement("div");p.style.cssText="border-bottom:1px solid lightGray;padding-bottom:14px;padding-top:6px;margin-bottom:14px;text-align:center;"; -var h=document.createElement("div");h.style.whiteSpace="normal";mxUtils.write(h,mxResources.get("linkAccountRequired"));p.appendChild(h);h=mxUtils.button(mxResources.get("share"),mxUtils.bind(this,function(){this.drive.showPermissions(n.getId())}));h.style.marginTop="12px";h.className="geBtn";p.appendChild(h);f.appendChild(p);h=document.createElement("a");h.style.paddingLeft="12px";h.style.color="gray";h.style.fontSize="11px";h.setAttribute("href","javascript:void(0);");mxUtils.write(h,mxResources.get("check")); -p.appendChild(h);mxEvent.addListener(h,"click",mxUtils.bind(this,function(){this.spinner.spin(document.body,mxResources.get("loading"))&&this.getPublicUrl(this.getCurrentFile(),mxUtils.bind(this,function(a){this.spinner.stop();a=new ErrorDialog(this,null,mxResources.get(null!=a?"diagramIsPublic":"diagramIsNotPublic"),mxResources.get("ok"));this.showDialog(a.container,300,80,!0,!1);a.init()}))}))}var m=null,l=null;if(null!=c||null!=d)a+=30,mxUtils.write(f,mxResources.get("width")+":"),m=document.createElement("input"), -m.setAttribute("type","text"),m.style.marginRight="16px",m.style.width="50px",m.style.marginLeft="6px",m.style.marginRight="16px",m.style.marginBottom="10px",m.value="100%",f.appendChild(m),mxUtils.write(f,mxResources.get("height")+":"),l=document.createElement("input"),l.setAttribute("type","text"),l.style.width="50px",l.style.marginLeft="6px",l.style.marginBottom="10px",l.value=d+"px",f.appendChild(l),mxUtils.br(f);var u=this.addLinkSection(f,g);c=null!=this.pages&&1<this.pages.length;var t=null; -if(null==n||n.constructor!=window.DriveFile||b)t=this.addCheckbox(f,mxResources.get("allPages"),c,!c);var q=this.addCheckbox(f,mxResources.get("lightbox"),!0),C=this.addEditButton(f,q),I=C.getEditInput(),A=this.addCheckbox(f,mxResources.get("layers"),!0);A.style.marginLeft=I.style.marginLeft;A.style.marginBottom="16px";A.style.marginTop="8px";mxEvent.addListener(q,"change",function(){q.checked?(A.removeAttribute("disabled"),I.removeAttribute("disabled")):(A.setAttribute("disabled","disabled"),I.setAttribute("disabled", -"disabled"));I.checked&&q.checked?C.getEditSelect().removeAttribute("disabled"):C.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,f,mxUtils.bind(this,function(){e(u.getTarget(),u.getColor(),null==t?!0:t.checked,q.checked,C.getLink(),A.checked,null!=m?m.value:null,null!=l?l.value:null)}),null,mxResources.get("create"),k);this.showDialog(b.container,340,254+a,!0,!0);null!=m?(m.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?m.select(): -document.execCommand("selectAll",!1,null)):u.focus()};EditorUi.prototype.showRemoteExportDialog=function(a,b,c,d){var f=document.createElement("div");f.style.whiteSpace="nowrap";var e=document.createElement("h3");mxUtils.write(e,mxResources.get("image"));e.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";f.appendChild(e);var k=this.addCheckbox(f,mxResources.get("selectionOnly"),!1,this.editor.graph.isSelectionEmpty()),g=d?null:this.addCheckbox(f,mxResources.get("includeCopyOfMyDiagram"), -!0),e=this.editor.graph,n=d?null:this.addCheckbox(f,mxResources.get("transparentBackground"),e.background==mxConstants.NONE||null==e.background);null!=n&&(n.style.marginBottom="16px");a=new CustomDialog(this,f,mxUtils.bind(this,function(){c(!k.checked,null!=g?g.checked:!1,null!=n?n.checked:!1)}),null,a,b);this.showDialog(a.container,300,d?100:186,!0,!0)};EditorUi.prototype.showExportDialog=function(a,b,c,d,e,g,h,m){h=null!=h?h:!0;var f=document.createElement("div");f.style.whiteSpace="nowrap";var k= -this.editor.graph,n="jpeg"==m?196:300,l=document.createElement("h3");mxUtils.write(l,a);l.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:10px";f.appendChild(l);mxUtils.write(f,mxResources.get("zoom")+":");var u=document.createElement("input");u.setAttribute("type","text");u.style.marginRight="16px";u.style.width="60px";u.style.marginLeft="4px";u.style.marginRight="12px";u.value=this.lastExportZoom||"100%";f.appendChild(u);mxUtils.write(f,mxResources.get("borderWidth")+":"); -var t=document.createElement("input");t.setAttribute("type","text");t.style.marginRight="16px";t.style.width="60px";t.style.marginLeft="4px";t.value=this.lastExportBorder||"0";f.appendChild(t);mxUtils.br(f);var q=this.addCheckbox(f,mxResources.get("transparentBackground"),k.background==mxConstants.NONE||null==k.background,null,null,"jpeg"!=m),v=this.addCheckbox(f,mxResources.get("selectionOnly"),!1,k.isSelectionEmpty()),x=document.createElement("input");x.style.marginTop="16px";x.style.marginRight= -"8px";x.style.marginLeft="24px";x.setAttribute("disabled","disabled");x.setAttribute("type","checkbox");g&&(f.appendChild(x),mxUtils.write(f,mxResources.get("crop")),mxUtils.br(f),n+=26,mxEvent.addListener(v,"change",function(){v.checked?x.removeAttribute("disabled"):x.setAttribute("disabled","disabled")}));k.isSelectionEmpty()||(x.setAttribute("checked","checked"),x.defaultChecked=!0);var I=this.addCheckbox(f,mxResources.get("shadow"),k.shadowVisible),A=document.createElement("input");A.style.marginTop= -"16px";A.style.marginRight="8px";A.setAttribute("type","checkbox");!this.isOffline()&&this.canvasSupported||A.setAttribute("disabled","disabled");b&&(f.appendChild(A),mxUtils.write(f,mxResources.get("embedImages")),mxUtils.br(f),n+=26);var D=this.addCheckbox(f,mxResources.get("includeCopyOfMyDiagram"),h,null,null,"jpeg"!=m),H=null!=this.pages&&1<this.pages.length,L=this.addCheckbox(f,H?mxResources.get("allPages"):"",H,!H,null,"jpeg"!=m);L.style.marginLeft="24px";L.style.marginBottom="16px";H||(L.style.visibility= -"hidden");mxEvent.addListener(D,"change",function(){D.checked&&H?L.removeAttribute("disabled"):L.setAttribute("disabled","disabled")});h&&H||L.setAttribute("disabled","disabled");a=new CustomDialog(this,f,mxUtils.bind(this,function(){this.lastExportBorder=t.value;this.lastExportZoom=u.value;e(u.value,q.checked,!v.checked,I.checked,D.checked,A.checked,t.value,x.checked,!L.checked)}),null,c,d);this.showDialog(a.container,340,n,!0,!0);u.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode|| -mxClient.IS_QUIRKS?u.select():document.execCommand("selectAll",!1,null)};EditorUi.prototype.showEmbedImageDialog=function(a,b,c,d,e){var f=document.createElement("div");f.style.whiteSpace="nowrap";var k=this.editor.graph;if(null!=b){var g=document.createElement("h3");mxUtils.write(g,b);g.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";f.appendChild(g)}var n=this.addCheckbox(f,mxResources.get("fit"),!0),p=this.addCheckbox(f,mxResources.get("shadow"),k.shadowVisible&&d, -!d),h=this.addCheckbox(f,c),m=this.addCheckbox(f,mxResources.get("lightbox"),!0),l=this.addEditButton(f,m),u=l.getEditInput(),t=1<k.model.getChildCount(k.model.getRoot()),y=this.addCheckbox(f,mxResources.get("layers"),t,!t);y.style.marginLeft=u.style.marginLeft;y.style.marginBottom="12px";y.style.marginTop="8px";mxEvent.addListener(m,"change",function(){m.checked?(t&&y.removeAttribute("disabled"),u.removeAttribute("disabled")):(y.setAttribute("disabled","disabled"),u.setAttribute("disabled","disabled")); -u.checked&&m.checked?l.getEditSelect().removeAttribute("disabled"):l.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,f,mxUtils.bind(this,function(){a(n.checked,p.checked,h.checked,m.checked,l.getLink(),y.checked)}),null,mxResources.get("embed"),e);this.showDialog(b.container,280,280,!0,!0)};EditorUi.prototype.createEmbedImage=function(a,b,c,d,e,g,h,m){function f(b){var f=" ",p="";d&&(f=" onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ -(e?"&edit=_blank":"")+(g?"&layers=1":"")+"');}})(this);\"",p+="cursor:pointer;");a&&(p+="max-width:100%;");var n="";c&&(n=' width="'+Math.round(k.width)+'" height="'+Math.round(k.height)+'"');h('<img src="'+b+'"'+n+(""!=p?' style="'+p+'"':"")+f+"/>")}var k=this.editor.graph.getGraphBounds();if(this.isExportToCanvas())this.exportToCanvas(mxUtils.bind(this,function(a){var b=d?this.getFileData(!0):null;a=this.createImageDataUri(a,b,"png");f(a)}),null,null,null,mxUtils.bind(this,function(a){m({message:mxResources.get("unknownError")})}), -null,!0,c?2:1,null,b);else if(b=this.getFileData(!0),k.width*k.height<=MAX_AREA&&b.length<=MAX_REQUEST_SIZE){var n="";c&&(n="&w="+Math.round(2*k.width)+"&h="+Math.round(2*k.height));var l=new mxXmlRequest(EXPORT_URL,"format=png&base64=1&embedXml="+(d?"1":"0")+n+"&xml="+encodeURIComponent(b));l.send(mxUtils.bind(this,function(){200<=l.getStatus()&&299>=l.getStatus()?f("data:image/png;base64,"+l.getText()):m({message:mxResources.get("unknownError")})}))}else m({message:mxResources.get("drawingTooLarge")})}; -EditorUi.prototype.createEmbedSvg=function(a,b,c,d,e,g,h){var f=this.editor.graph.getSvg(),k=f.getElementsByTagName("a");if(null!=k)for(var p=0;p<k.length;p++){var n=k[p].getAttribute("href");null!=n&&"#"==n.charAt(0)&&"_blank"==k[p].getAttribute("target")&&k[p].removeAttribute("target")}d&&f.setAttribute("content",this.getFileData(!0));b&&this.editor.graph.addSvgShadow(f);if(c){var m=" ",l="";d&&(m="onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ -(e?"&edit=_blank":"")+(g?"&layers=1":"")+"');}})(this);\"",l+="cursor:pointer;");a&&(l+="max-width:100%;");this.convertImages(f,mxUtils.bind(this,function(a){h('<img src="'+this.createSvgDataUri(mxUtils.getXml(a))+'"'+(""!=l?' style="'+l+'"':"")+m+"/>")}))}else l="",d&&(f.setAttribute("onclick","(function(svg){var src=window.event.target||window.event.srcElement;while (src!=null&&src.nodeName.toLowerCase()!='a'){src=src.parentNode;}if(src==null){if(svg.wnd!=null&&!svg.wnd.closed){svg.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==svg.wnd){svg.wnd.postMessage(decodeURIComponent(svg.getAttribute('content')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);svg.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ -(e?"&edit=_blank":"")+(g?"&layers=1":"")+"');}}})(this);"),l+="cursor:pointer;"),a&&(a=parseInt(f.getAttribute("width")),b=parseInt(f.getAttribute("height")),f.setAttribute("viewBox","0 0 "+a+" "+b),l+="max-width:100%;max-height:"+b+"px;",f.removeAttribute("height")),""!=l&&f.setAttribute("style",l),h(mxUtils.getXml(f))};EditorUi.prototype.timeSince=function(a){a=Math.floor((new Date-a)/1E3);var b=Math.floor(a/31536E3);if(1<b)return b+" "+mxResources.get("years");b=Math.floor(a/2592E3);if(1<b)return b+ +"type-embedhtmldialog");e=g.cloneNode(!0);e.setAttribute("value","copy");k.appendChild(e);var n=document.createElement("span");mxUtils.write(n,mxResources.get("includeCopyOfMyDiagram"));k.appendChild(n);mxUtils.br(k);k.appendChild(g);n=document.createElement("span");mxUtils.write(n,mxResources.get("publicDiagramUrl"));k.appendChild(n);var q=this.getCurrentFile();null==c&&null!=q&&q.constructor==window.DriveFile&&(n=document.createElement("a"),n.style.paddingLeft="12px",n.style.color="gray",n.setAttribute("href", +"javascript:void(0);"),mxUtils.write(n,mxResources.get("share")),k.appendChild(n),mxEvent.addListener(n,"click",mxUtils.bind(this,function(){this.hideDialog();this.drive.showPermissions(q.getId())})));e.setAttribute("checked","checked");null==c&&g.setAttribute("disabled","disabled");f.appendChild(k);var h=this.addLinkSection(f),l=this.addCheckbox(f,mxResources.get("zoom"),!0,null,!0);mxUtils.write(f,":");var m=document.createElement("input");m.setAttribute("type","text");m.style.marginRight="16px"; +m.style.width="60px";m.style.marginLeft="4px";m.style.marginRight="12px";m.value="100%";f.appendChild(m);var t=this.addCheckbox(f,mxResources.get("fit"),!0),k=null!=this.pages&&1<this.pages.length,F=F=this.addCheckbox(f,mxResources.get("allPages"),k,!k),C=this.addCheckbox(f,mxResources.get("layers"),!0),G=this.addCheckbox(f,mxResources.get("lightbox"),!0),B=this.addEditButton(f,G),A=B.getEditInput();A.style.marginBottom="16px";mxEvent.addListener(G,"change",function(){G.checked?A.removeAttribute("disabled"): +A.setAttribute("disabled","disabled");A.checked&&G.checked?B.getEditSelect().removeAttribute("disabled"):B.getEditSelect().setAttribute("disabled","disabled")});a=new CustomDialog(this,f,mxUtils.bind(this,function(){d(g.checked?c:null,l.checked,m.value,h.getTarget(),h.getColor(),t.checked,F.checked,C.checked,G.checked,B.getLink())}),null,a,b);this.showDialog(a.container,340,384,!0,!0);e.focus()};EditorUi.prototype.showPublishLinkDialog=function(a,b,c,d,e,g){var f=document.createElement("div");f.style.whiteSpace= +"nowrap";var k=document.createElement("h3");mxUtils.write(k,a||mxResources.get("link"));k.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";f.appendChild(k);var n=this.getCurrentFile(),k="https://desk.draw.io/support/solutions/articles/16000051941";a=0;if(null!=n&&n.constructor==window.DriveFile&&!b){a=80;var k="https://desk.draw.io/support/solutions/articles/16000039384",q=document.createElement("div");q.style.cssText="border-bottom:1px solid lightGray;padding-bottom:14px;padding-top:6px;margin-bottom:14px;text-align:center;"; +var h=document.createElement("div");h.style.whiteSpace="normal";mxUtils.write(h,mxResources.get("linkAccountRequired"));q.appendChild(h);h=mxUtils.button(mxResources.get("share"),mxUtils.bind(this,function(){this.drive.showPermissions(n.getId())}));h.style.marginTop="12px";h.className="geBtn";q.appendChild(h);f.appendChild(q);h=document.createElement("a");h.style.paddingLeft="12px";h.style.color="gray";h.style.fontSize="11px";h.setAttribute("href","javascript:void(0);");mxUtils.write(h,mxResources.get("check")); +q.appendChild(h);mxEvent.addListener(h,"click",mxUtils.bind(this,function(){this.spinner.spin(document.body,mxResources.get("loading"))&&this.getPublicUrl(this.getCurrentFile(),mxUtils.bind(this,function(a){this.spinner.stop();a=new ErrorDialog(this,null,mxResources.get(null!=a?"diagramIsPublic":"diagramIsNotPublic"),mxResources.get("ok"));this.showDialog(a.container,300,80,!0,!1);a.init()}))}))}var l=null,m=null;if(null!=c||null!=d)a+=30,mxUtils.write(f,mxResources.get("width")+":"),l=document.createElement("input"), +l.setAttribute("type","text"),l.style.marginRight="16px",l.style.width="50px",l.style.marginLeft="6px",l.style.marginRight="16px",l.style.marginBottom="10px",l.value="100%",f.appendChild(l),mxUtils.write(f,mxResources.get("height")+":"),m=document.createElement("input"),m.setAttribute("type","text"),m.style.width="50px",m.style.marginLeft="6px",m.style.marginBottom="10px",m.value=d+"px",f.appendChild(m),mxUtils.br(f);var t=this.addLinkSection(f,g);c=null!=this.pages&&1<this.pages.length;var u=null; +if(null==n||n.constructor!=window.DriveFile||b)u=this.addCheckbox(f,mxResources.get("allPages"),c,!c);var p=this.addCheckbox(f,mxResources.get("lightbox"),!0),G=this.addEditButton(f,p),B=G.getEditInput(),A=this.addCheckbox(f,mxResources.get("layers"),!0);A.style.marginLeft=B.style.marginLeft;A.style.marginBottom="16px";A.style.marginTop="8px";mxEvent.addListener(p,"change",function(){p.checked?(A.removeAttribute("disabled"),B.removeAttribute("disabled")):(A.setAttribute("disabled","disabled"),B.setAttribute("disabled", +"disabled"));B.checked&&p.checked?G.getEditSelect().removeAttribute("disabled"):G.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,f,mxUtils.bind(this,function(){e(t.getTarget(),t.getColor(),null==u?!0:u.checked,p.checked,G.getLink(),A.checked,null!=l?l.value:null,null!=m?m.value:null)}),null,mxResources.get("create"),k);this.showDialog(b.container,340,254+a,!0,!0);null!=l?(l.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?l.select(): +document.execCommand("selectAll",!1,null)):t.focus()};EditorUi.prototype.showRemoteExportDialog=function(a,b,c,d){var f=document.createElement("div");f.style.whiteSpace="nowrap";var e=document.createElement("h3");mxUtils.write(e,mxResources.get("image"));e.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";f.appendChild(e);var k=this.addCheckbox(f,mxResources.get("selectionOnly"),!1,this.editor.graph.isSelectionEmpty()),g=d?null:this.addCheckbox(f,mxResources.get("includeCopyOfMyDiagram"), +!0),e=this.editor.graph,n=d?null:this.addCheckbox(f,mxResources.get("transparentBackground"),e.background==mxConstants.NONE||null==e.background);null!=n&&(n.style.marginBottom="16px");a=new CustomDialog(this,f,mxUtils.bind(this,function(){c(!k.checked,null!=g?g.checked:!1,null!=n?n.checked:!1)}),null,a,b);this.showDialog(a.container,300,d?100:186,!0,!0)};EditorUi.prototype.showExportDialog=function(a,b,c,d,e,g,h,l){h=null!=h?h:!0;var f=document.createElement("div");f.style.whiteSpace="nowrap";var k= +this.editor.graph,n="jpeg"==l?196:300,m=document.createElement("h3");mxUtils.write(m,a);m.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:10px";f.appendChild(m);mxUtils.write(f,mxResources.get("zoom")+":");var t=document.createElement("input");t.setAttribute("type","text");t.style.marginRight="16px";t.style.width="60px";t.style.marginLeft="4px";t.style.marginRight="12px";t.value=this.lastExportZoom||"100%";f.appendChild(t);mxUtils.write(f,mxResources.get("borderWidth")+":"); +var v=document.createElement("input");v.setAttribute("type","text");v.style.marginRight="16px";v.style.width="60px";v.style.marginLeft="4px";v.value=this.lastExportBorder||"0";f.appendChild(v);mxUtils.br(f);var p=this.addCheckbox(f,mxResources.get("transparentBackground"),k.background==mxConstants.NONE||null==k.background,null,null,"jpeg"!=l),u=this.addCheckbox(f,mxResources.get("selectionOnly"),!1,k.isSelectionEmpty()),w=document.createElement("input");w.style.marginTop="16px";w.style.marginRight= +"8px";w.style.marginLeft="24px";w.setAttribute("disabled","disabled");w.setAttribute("type","checkbox");g&&(f.appendChild(w),mxUtils.write(f,mxResources.get("crop")),mxUtils.br(f),n+=26,mxEvent.addListener(u,"change",function(){u.checked?w.removeAttribute("disabled"):w.setAttribute("disabled","disabled")}));k.isSelectionEmpty()||(w.setAttribute("checked","checked"),w.defaultChecked=!0);var B=this.addCheckbox(f,mxResources.get("shadow"),k.shadowVisible),A=document.createElement("input");A.style.marginTop= +"16px";A.style.marginRight="8px";A.setAttribute("type","checkbox");!this.isOffline()&&this.canvasSupported||A.setAttribute("disabled","disabled");b&&(f.appendChild(A),mxUtils.write(f,mxResources.get("embedImages")),mxUtils.br(f),n+=26);var I=this.addCheckbox(f,mxResources.get("includeCopyOfMyDiagram"),h,null,null,"jpeg"!=l),H=null!=this.pages&&1<this.pages.length,J=this.addCheckbox(f,H?mxResources.get("allPages"):"",H,!H,null,"jpeg"!=l);J.style.marginLeft="24px";J.style.marginBottom="16px";H||(J.style.visibility= +"hidden");mxEvent.addListener(I,"change",function(){I.checked&&H?J.removeAttribute("disabled"):J.setAttribute("disabled","disabled")});h&&H||J.setAttribute("disabled","disabled");a=new CustomDialog(this,f,mxUtils.bind(this,function(){this.lastExportBorder=v.value;this.lastExportZoom=t.value;e(t.value,p.checked,!u.checked,B.checked,I.checked,A.checked,v.value,w.checked,!J.checked)}),null,c,d);this.showDialog(a.container,340,n,!0,!0);t.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode|| +mxClient.IS_QUIRKS?t.select():document.execCommand("selectAll",!1,null)};EditorUi.prototype.showEmbedImageDialog=function(a,b,c,d,e){var f=document.createElement("div");f.style.whiteSpace="nowrap";var k=this.editor.graph;if(null!=b){var g=document.createElement("h3");mxUtils.write(g,b);g.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";f.appendChild(g)}var n=this.addCheckbox(f,mxResources.get("fit"),!0),q=this.addCheckbox(f,mxResources.get("shadow"),k.shadowVisible&&d, +!d),h=this.addCheckbox(f,c),l=this.addCheckbox(f,mxResources.get("lightbox"),!0),m=this.addEditButton(f,l),t=m.getEditInput(),u=1<k.model.getChildCount(k.model.getRoot()),C=this.addCheckbox(f,mxResources.get("layers"),u,!u);C.style.marginLeft=t.style.marginLeft;C.style.marginBottom="12px";C.style.marginTop="8px";mxEvent.addListener(l,"change",function(){l.checked?(u&&C.removeAttribute("disabled"),t.removeAttribute("disabled")):(C.setAttribute("disabled","disabled"),t.setAttribute("disabled","disabled")); +t.checked&&l.checked?m.getEditSelect().removeAttribute("disabled"):m.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,f,mxUtils.bind(this,function(){a(n.checked,q.checked,h.checked,l.checked,m.getLink(),C.checked)}),null,mxResources.get("embed"),e);this.showDialog(b.container,280,280,!0,!0)};EditorUi.prototype.createEmbedImage=function(a,b,c,d,e,g,h,l){function f(b){var f=" ",n="";d&&(f=" onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ +(e?"&edit=_blank":"")+(g?"&layers=1":"")+"');}})(this);\"",n+="cursor:pointer;");a&&(n+="max-width:100%;");var q="";c&&(q=' width="'+Math.round(k.width)+'" height="'+Math.round(k.height)+'"');h('<img src="'+b+'"'+q+(""!=n?' style="'+n+'"':"")+f+"/>")}var k=this.editor.graph.getGraphBounds();if(this.isExportToCanvas())this.exportToCanvas(mxUtils.bind(this,function(a){var b=d?this.getFileData(!0):null;a=this.createImageDataUri(a,b,"png");f(a)}),null,null,null,mxUtils.bind(this,function(a){l({message:mxResources.get("unknownError")})}), +null,!0,c?2:1,null,b);else if(b=this.getFileData(!0),k.width*k.height<=MAX_AREA&&b.length<=MAX_REQUEST_SIZE){var n="";c&&(n="&w="+Math.round(2*k.width)+"&h="+Math.round(2*k.height));var m=new mxXmlRequest(EXPORT_URL,"format=png&base64=1&embedXml="+(d?"1":"0")+n+"&xml="+encodeURIComponent(b));m.send(mxUtils.bind(this,function(){200<=m.getStatus()&&299>=m.getStatus()?f("data:image/png;base64,"+m.getText()):l({message:mxResources.get("unknownError")})}))}else l({message:mxResources.get("drawingTooLarge")})}; +EditorUi.prototype.createEmbedSvg=function(a,b,c,d,e,g,h){var f=this.editor.graph.getSvg(),k=f.getElementsByTagName("a");if(null!=k)for(var n=0;n<k.length;n++){var l=k[n].getAttribute("href");null!=l&&"#"==l.charAt(0)&&"_blank"==k[n].getAttribute("target")&&k[n].removeAttribute("target")}d&&f.setAttribute("content",this.getFileData(!0));b&&this.editor.graph.addSvgShadow(f);if(c){var m=" ",t="";d&&(m="onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ +(e?"&edit=_blank":"")+(g?"&layers=1":"")+"');}})(this);\"",t+="cursor:pointer;");a&&(t+="max-width:100%;");this.convertImages(f,mxUtils.bind(this,function(a){h('<img src="'+this.createSvgDataUri(mxUtils.getXml(a))+'"'+(""!=t?' style="'+t+'"':"")+m+"/>")}))}else t="",d&&(f.setAttribute("onclick","(function(svg){var src=window.event.target||window.event.srcElement;while (src!=null&&src.nodeName.toLowerCase()!='a'){src=src.parentNode;}if(src==null){if(svg.wnd!=null&&!svg.wnd.closed){svg.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==svg.wnd){svg.wnd.postMessage(decodeURIComponent(svg.getAttribute('content')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);svg.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ +(e?"&edit=_blank":"")+(g?"&layers=1":"")+"');}}})(this);"),t+="cursor:pointer;"),a&&(a=parseInt(f.getAttribute("width")),b=parseInt(f.getAttribute("height")),f.setAttribute("viewBox","0 0 "+a+" "+b),t+="max-width:100%;max-height:"+b+"px;",f.removeAttribute("height")),""!=t&&f.setAttribute("style",t),h(mxUtils.getXml(f))};EditorUi.prototype.timeSince=function(a){a=Math.floor((new Date-a)/1E3);var b=Math.floor(a/31536E3);if(1<b)return b+" "+mxResources.get("years");b=Math.floor(a/2592E3);if(1<b)return b+ " "+mxResources.get("months");b=Math.floor(a/86400);if(1<b)return b+" "+mxResources.get("days");b=Math.floor(a/3600);if(1<b)return b+" "+mxResources.get("hours");b=Math.floor(a/60);return 1<b?b+" "+mxResources.get("minutes"):1==b?b+" "+mxResources.get("minute"):null};EditorUi.prototype.convertMath=function(a,b,c,d){a.mathEnabled&&"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub?(Editor.MathJaxRender(b),window.setTimeout(mxUtils.bind(this,function(){MathJax.Hub.Queue(mxUtils.bind(this, function(){d()}))}),0)):d()};EditorUi.prototype.decodeNodeIntoGraph=function(a,b){if(null!=a){var c=null;if("diagram"==a.nodeName)c=a;else if("mxfile"==a.nodeName){var d=a.getElementsByTagName("diagram");if(0<d.length){var c=d[0],f=b.getGlobalVariable;b.getGlobalVariable=function(a){return"page"==a?c.getAttribute("name")||mxResources.get("pageWithNumber",[1]):"pagenumber"==a?1:f.apply(this,arguments)}}}null!=c&&(d=b.decompress(mxUtils.getTextContent(c)),null!=d&&0<d.length&&(a=mxUtils.parseXml(d).documentElement))}d= -this.editor.graph;try{this.editor.graph=b,this.editor.setGraphXml(a)}catch(q){}finally{this.editor.graph=d}return a};EditorUi.prototype.getEmbeddedPng=function(a,b,c){var d=this.editor.graph,f=null;if(null!=c&&0<c.length)d=this.createTemporaryGraph(this.editor.graph.getStylesheet()),document.body.appendChild(d.container),this.decodeNodeIntoGraph(this.editor.extractGraphModel(mxUtils.parseXml(c).documentElement,!0),d),f=c;else if(null!=this.pages&&this.currentPage!=this.pages[0]){var d=this.createTemporaryGraph(d.getStylesheet()), -e=d.getGlobalVariable,k=this.pages[0];d.getGlobalVariable=function(a){return"page"==a?k.getName():"pagenumber"==a?1:e.apply(this,arguments)};document.body.appendChild(d.container);d.model.setRoot(k.root)}this.exportToCanvas(mxUtils.bind(this,function(c){try{null==f&&(f=this.getFileData(!0));var e=c.toDataURL("image/png"),e=this.writeGraphModelToPng(e,"zTXt","mxGraphModel",atob(this.editor.graph.compress(f)));a(e.substring(e.lastIndexOf(",")+1));d!=this.editor.graph&&d.container.parentNode.removeChild(d.container)}catch(p){null!= -b&&b(p)}}),null,null,null,mxUtils.bind(this,function(a){null!=b&&b(a)}),null,null,null,null,d.shadowVisible,null,d)};EditorUi.prototype.getEmbeddedSvg=function(a,b,c,d,e,g,h){h=b.background;h==mxConstants.NONE&&(h=null);b=b.getSvg(h,null,null,null,null,g);null!=a&&b.setAttribute("content",a);null!=c&&b.setAttribute("resource",c);if(null!=e)this.convertImages(b,mxUtils.bind(this,function(a){e((d?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+ -mxUtils.getXml(a))}));else return(d?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+mxUtils.getXml(b)};EditorUi.prototype.exportImage=function(a,b,c,d,e,g,h,m,l){l=null!=l?l:"png";if(this.spinner.spin(document.body,mxResources.get("exporting"))){var f=this.editor.graph.isSelectionEmpty();c=null!=c?c:f;null==this.thumbImageCache&&(this.thumbImageCache={});try{this.exportToCanvas(mxUtils.bind(this,function(a){this.spinner.stop(); -try{this.saveCanvas(a,e?this.getFileData(!0,null,null,null,c,m):null,l)}catch(B){"Invalid image"==B.message?this.downloadFile(l):this.handleError(B)}}),null,this.thumbImageCache,null,mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}),null,c,a||1,b,d,null,null,g,h)}catch(F){this.spinner.stop(),this.handleError(F)}}};EditorUi.prototype.loadFonts=function(a){if(null!=this.editor.fontCss&&null==this.editor.resolvedFontCss){var b=function(a){return a.replace(RegExp("^[\\s\"']+","g"), -"").replace(RegExp("[\\s\"']+$","g"),"")},c=this.editor.fontCss.split("url("),d=0,f={},e=mxUtils.bind(this,function(){if(0==d){for(var e=[c[0]],k=1;k<c.length;k++){var g=c[k].indexOf(")");e.push('url("');e.push(f[b(c[k].substring(0,g))]);e.push('"'+c[k].substring(g))}this.editor.resolvedFontCss=e.join("");a()}});if(0<c.length)for(var g=1;g<c.length;g++){var h=c[g].indexOf(")"),m=null,p=c[g].indexOf("format(",h);0<p&&(m=b(c[g].substring(p+7,c[g].indexOf(")",p))));mxUtils.bind(this,function(a){if(null== -f[a]){f[a]=a;d++;var b="application/x-font-ttf";if("svg"==m||/(\.svg)($|\?)/i.test(a))b="image/svg+xml";else if("otf"==m||"embedded-opentype"==m||/(\.otf)($|\?)/i.test(a))b="application/x-font-opentype";else if("woff"==m||/(\.woff)($|\?)/i.test(a))b="application/font-woff";else if("woff2"==m||/(\.woff2)($|\?)/i.test(a))b="application/font-woff2";else if("eot"==m||/(\.eot)($|\?)/i.test(a))b="application/vnd.ms-fontobject";else if("sfnt"==m||/(\.sfnt)($|\?)/i.test(a))b="application/font-sfnt";var c= -a;/^https?:\/\//.test(c)&&!this.isCorsEnabledForUrl(c)&&(c=PROXY_URL+"?url="+encodeURIComponent(a));this.loadUrl(c,mxUtils.bind(this,function(b){f[a]=b;d--;e()}),mxUtils.bind(this,function(a){d--;e()}),!0,null,"data:"+b+";charset=utf-8;base64,")}})(b(c[g].substring(0,h)),m)}}else a()};EditorUi.prototype.exportToCanvas=function(a,b,c,d,e,g,h,m,l,p,F,B,E,w){g=null!=g?g:!0;B=null!=B?B:this.editor.graph;E=null!=E?E:0;var f=l?null:B.background;f==mxConstants.NONE&&(f=null);null==f&&(f=d);null==f&&0==l&& -(f=this.editor.graph.defaultPageBackgroundColor);this.convertImages(B.getSvg(f,null,null,w,null,null!=h?h:!0),mxUtils.bind(this,function(c){var d=new Image;d.onload=mxUtils.bind(this,function(){try{var k=document.createElement("canvas"),p=parseInt(c.getAttribute("width")),h=parseInt(c.getAttribute("height"));m=null!=m?m:1;null!=b&&(m=g?Math.min(1,Math.min(3*b/(4*h),b/p)):b/p);p=Math.ceil(m*p)+2*E;h=Math.ceil(m*h)+2*E;k.setAttribute("width",p);k.setAttribute("height",h);var n=k.getContext("2d");null!= -f&&(n.beginPath(),n.rect(0,0,p,h),n.fillStyle=f,n.fill());n.scale(m,m);mxClient.IS_SF?window.setTimeout(function(){n.drawImage(d,E/m,E/m);a(k)},0):(n.drawImage(d,E/m,E/m),a(k))}catch(M){null!=e&&e(M)}});d.onerror=function(a){null!=e&&e(a)};try{p&&this.editor.graph.addSvgShadow(c);var k=mxUtils.bind(this,function(){if(null!=this.editor.resolvedFontCss){var a=document.createElement("style");a.setAttribute("type","text/css");a.innerHTML=this.editor.resolvedFontCss;c.getElementsByTagName("defs")[0].appendChild(a)}this.convertMath(B, -c,!0,mxUtils.bind(this,function(){d.src=this.createSvgDataUri(mxUtils.getXml(c))}))});this.loadFonts(k)}catch(A){null!=e&&e(A)}}),c,F)};EditorUi.prototype.createImageUrlConverter=function(){var a=new mxUrlConverter;a.updateBaseUrl();var b=a.convert,c=this;a.convert=function(d){if(null!=d){var f="http://"==d.substring(0,7)||"https://"==d.substring(0,8);f&&!navigator.onLine?d=c.svgBrokenImage.src:!f||d.substring(0,a.baseUrl.length)==a.baseUrl||c.crossOriginImages&&c.isCorsEnabledForUrl(d)?"chrome-extension://"!= -d.substring(0,19)&&(d=b.apply(this,arguments)):d=PROXY_URL+"?url="+encodeURIComponent(d)}return d};return a};EditorUi.prototype.convertImages=function(a,b,c,d){null==d&&(d=this.createImageUrlConverter());var f=0,e=c||{};c=mxUtils.bind(this,function(c,k){for(var g=a.getElementsByTagName(c),p=0;p<g.length;p++)mxUtils.bind(this,function(c){var g=d.convert(c.getAttribute(k));if(null!=g&&"data:"!=g.substring(0,5)){var p=e[g];null==p?(f++,this.convertImageToDataUri(g,function(d){null!=d&&(e[g]=d,c.setAttribute(k, -d));f--;0==f&&b(a)})):c.setAttribute(k,p)}else null!=g&&c.setAttribute(k,g)})(g[p])});c("image","xlink:href");c("img","src");0==f&&b(a)};EditorUi.prototype.loadUrl=function(a,b,c,d,e,g){try{var f=d||/(\.png)($|\?)/i.test(a)||/(\.jpe?g)($|\?)/i.test(a)||/(\.gif)($|\?)/i.test(a);e=null!=e?e:!0;var k=mxUtils.bind(this,function(){mxUtils.get(a,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus()){if(null!=b){var d=a.getText();if(f){if((9==document.documentMode||10==document.documentMode)&& -"undefined"!==typeof window.mxUtilsBinaryToArray){a=mxUtilsBinaryToArray(a.request.responseBody).toArray();for(var d=Array(a.length),e=0;e<a.length;e++)d[e]=String.fromCharCode(a[e]);d=d.join("")}g=null!=g?g:"data:image/png;base64,";d=g+this.base64Encode(d)}b(d)}}else null!=c&&c({code:App.ERROR_UNKNOWN},a)}),function(){null!=c&&c({code:App.ERROR_UNKNOWN})},f,this.timeout,function(){e&&null!=c&&c({code:App.ERROR_TIMEOUT,retry:k})})});k()}catch(z){null!=c&&c(z)}};EditorUi.prototype.isCorsEnabledForUrl= +this.editor.graph;try{this.editor.graph=b,this.editor.setGraphXml(a)}catch(p){}finally{this.editor.graph=d}return a};EditorUi.prototype.getEmbeddedPng=function(a,b,c){var d=this.editor.graph,f=null;if(null!=c&&0<c.length)d=this.createTemporaryGraph(this.editor.graph.getStylesheet()),document.body.appendChild(d.container),this.decodeNodeIntoGraph(this.editor.extractGraphModel(mxUtils.parseXml(c).documentElement,!0),d),f=c;else if(null!=this.pages&&this.currentPage!=this.pages[0]){var d=this.createTemporaryGraph(d.getStylesheet()), +e=d.getGlobalVariable,k=this.pages[0];d.getGlobalVariable=function(a){return"page"==a?k.getName():"pagenumber"==a?1:e.apply(this,arguments)};document.body.appendChild(d.container);d.model.setRoot(k.root)}this.exportToCanvas(mxUtils.bind(this,function(c){try{null==f&&(f=this.getFileData(!0));var e=c.toDataURL("image/png"),e=this.writeGraphModelToPng(e,"zTXt","mxGraphModel",atob(this.editor.graph.compress(f)));a(e.substring(e.lastIndexOf(",")+1));d!=this.editor.graph&&d.container.parentNode.removeChild(d.container)}catch(q){null!= +b&&b(q)}}),null,null,null,mxUtils.bind(this,function(a){null!=b&&b(a)}),null,null,null,null,d.shadowVisible,null,d)};EditorUi.prototype.getEmbeddedSvg=function(a,b,c,d,e,g,h){h=b.background;h==mxConstants.NONE&&(h=null);b=b.getSvg(h,null,null,null,null,g);null!=a&&b.setAttribute("content",a);null!=c&&b.setAttribute("resource",c);if(null!=e)this.convertImages(b,mxUtils.bind(this,function(a){e((d?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+ +mxUtils.getXml(a))}));else return(d?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+mxUtils.getXml(b)};EditorUi.prototype.exportImage=function(a,b,c,d,e,g,h,l,m){m=null!=m?m:"png";if(this.spinner.spin(document.body,mxResources.get("exporting"))){var f=this.editor.graph.isSelectionEmpty();c=null!=c?c:f;null==this.thumbImageCache&&(this.thumbImageCache={});try{this.exportToCanvas(mxUtils.bind(this,function(a){this.spinner.stop(); +try{this.saveCanvas(a,e?this.getFileData(!0,null,null,null,c,l):null,m)}catch(z){"Invalid image"==z.message?this.downloadFile(m):this.handleError(z)}}),null,this.thumbImageCache,null,mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}),null,c,a||1,b,d,null,null,g,h)}catch(E){this.spinner.stop(),this.handleError(E)}}};EditorUi.prototype.loadFonts=function(a){if(null!=this.editor.fontCss&&null==this.editor.resolvedFontCss){var b=function(a){return a.replace(RegExp("^[\\s\"']+","g"), +"").replace(RegExp("[\\s\"']+$","g"),"")},c=this.editor.fontCss.split("url("),d=0,f={},e=mxUtils.bind(this,function(){if(0==d){for(var e=[c[0]],g=1;g<c.length;g++){var k=c[g].indexOf(")");e.push('url("');e.push(f[b(c[g].substring(0,k))]);e.push('"'+c[g].substring(k))}this.editor.resolvedFontCss=e.join("");a()}});if(0<c.length)for(var g=1;g<c.length;g++){var h=c[g].indexOf(")"),l=null,q=c[g].indexOf("format(",h);0<q&&(l=b(c[g].substring(q+7,c[g].indexOf(")",q))));mxUtils.bind(this,function(a){if(null== +f[a]){f[a]=a;d++;var b="application/x-font-ttf";if("svg"==l||/(\.svg)($|\?)/i.test(a))b="image/svg+xml";else if("otf"==l||"embedded-opentype"==l||/(\.otf)($|\?)/i.test(a))b="application/x-font-opentype";else if("woff"==l||/(\.woff)($|\?)/i.test(a))b="application/font-woff";else if("woff2"==l||/(\.woff2)($|\?)/i.test(a))b="application/font-woff2";else if("eot"==l||/(\.eot)($|\?)/i.test(a))b="application/vnd.ms-fontobject";else if("sfnt"==l||/(\.sfnt)($|\?)/i.test(a))b="application/font-sfnt";var c= +a;/^https?:\/\//.test(c)&&!this.isCorsEnabledForUrl(c)&&(c=PROXY_URL+"?url="+encodeURIComponent(a));this.loadUrl(c,mxUtils.bind(this,function(b){f[a]=b;d--;e()}),mxUtils.bind(this,function(a){d--;e()}),!0,null,"data:"+b+";charset=utf-8;base64,")}})(b(c[g].substring(0,h)),l)}}else a()};EditorUi.prototype.exportToCanvas=function(a,b,c,d,e,g,h,l,m,q,E,z,D,y){g=null!=g?g:!0;z=null!=z?z:this.editor.graph;D=null!=D?D:0;var f=m?null:z.background;f==mxConstants.NONE&&(f=null);null==f&&(f=d);null==f&&0==m&& +(f=this.editor.graph.defaultPageBackgroundColor);this.convertImages(z.getSvg(f,null,null,y,null,null!=h?h:!0),mxUtils.bind(this,function(c){var d=new Image;d.onload=mxUtils.bind(this,function(){try{var k=document.createElement("canvas"),h=parseInt(c.getAttribute("width")),q=parseInt(c.getAttribute("height"));l=null!=l?l:1;null!=b&&(l=g?Math.min(1,Math.min(3*b/(4*q),b/h)):b/h);h=Math.ceil(l*h)+2*D;q=Math.ceil(l*q)+2*D;k.setAttribute("width",h);k.setAttribute("height",q);var n=k.getContext("2d");null!= +f&&(n.beginPath(),n.rect(0,0,h,q),n.fillStyle=f,n.fill());n.scale(l,l);mxClient.IS_SF?window.setTimeout(function(){n.drawImage(d,D/l,D/l);a(k)},0):(n.drawImage(d,D/l,D/l),a(k))}catch(L){null!=e&&e(L)}});d.onerror=function(a){null!=e&&e(a)};try{q&&this.editor.graph.addSvgShadow(c);var k=mxUtils.bind(this,function(){if(null!=this.editor.resolvedFontCss){var a=document.createElement("style");a.setAttribute("type","text/css");a.innerHTML=this.editor.resolvedFontCss;c.getElementsByTagName("defs")[0].appendChild(a)}this.convertMath(z, +c,!0,mxUtils.bind(this,function(){d.src=this.createSvgDataUri(mxUtils.getXml(c))}))});this.loadFonts(k)}catch(A){null!=e&&e(A)}}),c,E)};EditorUi.prototype.createImageUrlConverter=function(){var a=new mxUrlConverter;a.updateBaseUrl();var b=a.convert,c=this;a.convert=function(d){if(null!=d){var e="http://"==d.substring(0,7)||"https://"==d.substring(0,8);e&&!navigator.onLine?d=c.svgBrokenImage.src:!e||d.substring(0,a.baseUrl.length)==a.baseUrl||c.crossOriginImages&&c.isCorsEnabledForUrl(d)?"chrome-extension://"!= +d.substring(0,19)&&(d=b.apply(this,arguments)):d=PROXY_URL+"?url="+encodeURIComponent(d)}return d};return a};EditorUi.prototype.convertImages=function(a,b,c,d){null==d&&(d=this.createImageUrlConverter());var e=0,f=c||{};c=mxUtils.bind(this,function(c,g){for(var k=a.getElementsByTagName(c),h=0;h<k.length;h++)mxUtils.bind(this,function(c){var k=d.convert(c.getAttribute(g));if(null!=k&&"data:"!=k.substring(0,5)){var h=f[k];null==h?(e++,this.convertImageToDataUri(k,function(d){null!=d&&(f[k]=d,c.setAttribute(g, +d));e--;0==e&&b(a)})):c.setAttribute(g,h)}else null!=k&&c.setAttribute(g,k)})(k[h])});c("image","xlink:href");c("img","src");0==e&&b(a)};EditorUi.prototype.loadUrl=function(a,b,c,d,e,g){try{var f=d||/(\.png)($|\?)/i.test(a)||/(\.jpe?g)($|\?)/i.test(a)||/(\.gif)($|\?)/i.test(a);e=null!=e?e:!0;var k=mxUtils.bind(this,function(){mxUtils.get(a,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus()){if(null!=b){var d=a.getText();if(f){if((9==document.documentMode||10==document.documentMode)&& +"undefined"!==typeof window.mxUtilsBinaryToArray){a=mxUtilsBinaryToArray(a.request.responseBody).toArray();for(var d=Array(a.length),e=0;e<a.length;e++)d[e]=String.fromCharCode(a[e]);d=d.join("")}g=null!=g?g:"data:image/png;base64,";d=g+this.base64Encode(d)}b(d)}}else null!=c&&c({code:App.ERROR_UNKNOWN},a)}),function(){null!=c&&c({code:App.ERROR_UNKNOWN})},f,this.timeout,function(){e&&null!=c&&c({code:App.ERROR_TIMEOUT,retry:k})})});k()}catch(x){null!=c&&c(x)}};EditorUi.prototype.isCorsEnabledForUrl= function(a){null!=urlParams.cors&&null==this.corsRegExp&&(this.corsRegExp=new RegExp(decodeURIComponent(urlParams.cors)));return null!=this.corsRegExp&&this.corsRegExp.test(a)||"https://raw.githubusercontent.com/"===a.substring(0,34)||"https://cdn.rawgit.com/"===a.substring(0,23)||"https://rawgit.com/"===a.substring(0,19)||/^https?:\/\/[^\/]*\.iconfinder.com\//.test(a)||/^https?:\/\/[^\/]*\.draw\.io\/proxy/.test(a)||/^https?:\/\/[^\/]*\.github\.io\//.test(a)};EditorUi.prototype.convertImageToDataUri= function(a,b){if(/(\.svg)$/i.test(a))mxUtils.get(a,mxUtils.bind(this,function(a){b(this.createSvgDataUri(a.getText()))}),function(){b(this.svgBrokenImage.src)});else{var c=new Image,d=this;this.crossOriginImages&&(c.crossOrigin="anonymous");c.onload=function(){var a=document.createElement("canvas"),e=a.getContext("2d");a.height=c.height;a.width=c.width;e.drawImage(c,0,0);try{b(a.toDataURL())}catch(v){b(d.svgBrokenImage.src)}};c.onerror=function(){b(d.svgBrokenImage.src)};c.src=a}};EditorUi.prototype.importXml= -function(a,b,c,d,e){b=null!=b?b:0;c=null!=c?c:0;var f=[];try{var g=this.editor.graph;if(null!=a&&0<a.length){var k=mxUtils.parseXml(a),h=this.editor.extractGraphModel(k.documentElement,null!=this.pages);if(null!=h&&"mxfile"==h.nodeName&&null!=this.pages){var p=h.getElementsByTagName("diagram");if(1==p.length)h=mxUtils.parseXml(g.decompress(mxUtils.getTextContent(p[0]))).documentElement;else if(1<p.length){g.model.beginUpdate();try{for(a=0;a<p.length;a++){p[a].removeAttribute("id");var n=this.updatePageRoot(new DiagramPage(p[a])), -m=this.pages.length;null==n.getName()&&n.setName(mxResources.get("pageWithNumber",[m+1]));g.model.execute(new ChangePage(this,n,n,m))}}finally{g.model.endUpdate()}}}null!=h&&"mxGraphModel"===h.nodeName&&(f=g.importGraphModel(h,b,c,d))}}catch(E){throw e||this.handleError(E,mxResources.get("invalidOrMissingFile")),E;}return f};EditorUi.prototype.importVisio=function(a,b,c,d){d=null!=d?d:a.name;c=null!=c?c:mxUtils.bind(this,function(a){this.handleError(a)});var e=mxUtils.bind(this,function(){this.loadingExtensions= -!1;if(this.doImportVisio)if(/(\.vsd)($|\?)/i.test(d)&&null!=VSD_CONVERT_URL){var e=new FormData;e.append("file1",a,d);var f=new XMLHttpRequest;f.open("POST",VSD_CONVERT_URL);f.responseType="blob";f.onreadystatechange=mxUtils.bind(this,function(){if(4==f.readyState)if(200<=f.status&&299>=f.status)try{this.doImportVisio(f.response,b,c)}catch(x){c(x)}else c({})});f.send(e)}else try{this.doImportVisio(a,b,c)}catch(x){c(x)}});this.doImportVisio||this.loadingExtensions||this.isOffline()?e():(this.loadingExtensions= -!0,mxscript("js/extensions.min.js",e))};EditorUi.prototype.exportVisio=function(){var a=mxUtils.bind(this,function(){this.loadingExtensions=!1;if("undefined"!==typeof VsdxExport)try{(new VsdxExport(this)).exportCurrentDiagrams()}catch(k){this.handleError(k)}});"undefined"!==typeof VsdxExport||this.loadingExtensions||this.isOffline()?a():(this.loadingExtensions=!0,mxscript("js/extensions.min.js",a))};EditorUi.prototype.importLucidChart=function(a,b,c,d,e){var f=mxUtils.bind(this,function(){this.loadingExtensions= -!1;if(this.pasteLucidChart)try{this.insertLucidChart(a,b,c,d,e)}catch(v){this.handleError(v)}finally{null!=e&&e()}});this.pasteLucidChart||this.loadingExtensions||this.isOffline()?window.setTimeout(f,0):(this.loadingExtensions=!0,"1"==urlParams.dev?mxscript("js/diagramly/Extensions.js",f):mxscript("js/extensions.min.js",f))};EditorUi.prototype.insertLucidChart=function(a,b,c,d,e){e=JSON.parse(a);a=[];if(null!=e.state){e=JSON.parse(e.state);for(var f in e.Pages)a.push(e.Pages[f]);a.sort(function(a, -b){return a.Properties.Order<b.Properties.Order?-1:a.Properties.Order>b.Properties.Order?1:0})}else a.push(e);if(0<a.length){this.editor.graph.getModel().beginUpdate();try{if(this.pasteLucidChart(a[0],b,c,d),null!=this.pages){var g=this.currentPage;for(b=1;b<a.length;b++)this.insertPage(),this.pasteLucidChart(a[b]);this.selectPage(g)}}finally{this.editor.graph.getModel().endUpdate()}}};EditorUi.prototype.insertTextAt=function(a,b,c,d,e,g,h){g=null!=g?g:!0;h=null!=h?h:!0;if(null!=a)if(Graph.fileSupport&& -!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a))this.parseFile(new Blob([a.replace(/\s+/g," ")],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&200<=a.status&&299>=a.status&&this.editor.graph.setSelectionCells(this.insertTextAt(a.responseText,b,c,!0))}));else if("data:"==a.substring(0,5)||!this.isOffline()&&(e||/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(a))){var f=this.editor.graph;if("data:image/png;base64,"==a.substring(0,22)){var k=this.extractGraphModelFromPng(a), -p=this.importXml(k,b,c,g,!0);if(0<p.length)return p}if("data:image/svg+xml;"==a.substring(0,19))try{if(k=null,"data:image/svg+xml;base64,"==a.substring(0,26)?(k=a.substring(a.indexOf(",")+1),k=window.atob&&!mxClient.IS_SF?atob(k):Base64.decode(k,!0)):k=decodeURIComponent(a.substring(a.indexOf(",")+1)),p=this.importXml(k,b,c,g,!0),0<p.length)return p}catch(F){}this.loadImage(a,mxUtils.bind(this,function(d){if("data:"==a.substring(0,5))this.resizeImage(d,a,mxUtils.bind(this,function(a,d,e){f.setSelectionCell(f.insertVertex(null, -null,"",f.snap(b),f.snap(c),d,e,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+this.convertDataUri(a)+";"))}),h,this.maxImageSize);else{var e=Math.min(1,Math.min(this.maxImageSize/d.width,this.maxImageSize/d.height)),g=Math.round(d.width*e);d=Math.round(d.height*e);f.setSelectionCell(f.insertVertex(null,null,"",f.snap(b),f.snap(c),g,d,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+ -a+";"))}}),mxUtils.bind(this,function(){var e=null;f.getModel().beginUpdate();try{e=f.insertVertex(f.getDefaultParent(),null,a,f.snap(b),f.snap(c),1,1,"text;"+(d?"html=1;":"")),f.updateCellSize(e),f.fireEvent(new mxEventObject("textInserted","cells",[e]))}finally{f.getModel().endUpdate()}f.setSelectionCell(e)}))}else{a=this.editor.graph.zapGremlins(mxUtils.trim(a));if(this.isCompatibleString(a))return this.importXml(a,b,c,g);if(0<a.length)if('{"state":"{\\"Properties\\":'==a.substring(0,26))this.importLucidChart(a, -b,c,g);else{f=this.editor.graph;e=null;f.getModel().beginUpdate();try{e=f.insertVertex(f.getDefaultParent(),null,"",f.snap(b),f.snap(c),1,1,"text;"+(d?"html=1;":"")),f.fireEvent(new mxEventObject("textInserted","cells",[e])),"<"==a.charAt(0)&&a.indexOf(">")==a.length-1&&(a=mxUtils.htmlEntities(a)),e.value=a,f.updateCellSize(e),/\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“â€â€˜â€™]))/i.test(e.value)&& -f.setLinkForCell(e,e.value),e.geometry.width+=f.gridSize,e.geometry.height+=f.gridSize}finally{f.getModel().endUpdate()}return[e]}}return[]};EditorUi.prototype.formatFileSize=function(a){var b=-1;do a/=1024,b++;while(1024<a);return Math.max(a,.1).toFixed(1)+" kB; MB; GB; TB;PB;EB;ZB;YB".split(";")[b]};EditorUi.prototype.convertDataUri=function(a){if("data:"==a.substring(0,5)){var b=a.indexOf(";");0<b&&(a=a.substring(0,b)+a.substring(a.indexOf(",",b+1)))}return a};EditorUi.prototype.isRemoteFileFormat= -function(a,b){return/(\"contentType\":\s*\"application\/gliffy\+json\")/.test(a)};EditorUi.prototype.importLocalFile=function(a,b){if(a&&Graph.fileSupport&&(!mxClient.IS_IE&&!mxClient.IS_IE11||0>navigator.appVersion.indexOf("Windows NT 6.1"))){var c=document.createElement("input");c.setAttribute("type","file");mxEvent.addListener(c,"change",mxUtils.bind(this,function(){null!=c.files&&this.importFiles(c.files,null,null,this.maxImageSize)}));c.click()}else{window.openNew=!1;window.openKey="import"; -if(!b){var d=Editor.useLocalStorage;Editor.useLocalStorage=!a}window.openFile=new OpenFile(mxUtils.bind(this,function(a){this.hideDialog(a)}));window.openFile.setConsumer(mxUtils.bind(this,function(a,b){if(null!=b&&Graph.fileSupport&&/(\.vsdx?)($|\?)/i.test(b)){var c=new Blob([a],{type:"application/octet-stream"});this.importVisio(c,mxUtils.bind(this,function(a){this.importXml(a)}),null,b)}else this.editor.graph.setSelectionCells(this.importXml(a))}));this.showDialog((new OpenDialog(this)).container, -360,220,!0,!0,function(){window.openFile=null});if(!b){var e=this.dialog,f=e.close;this.dialog.close=mxUtils.bind(this,function(a){Editor.useLocalStorage=d;f.apply(e,arguments);a&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash()})}}};EditorUi.prototype.importFile=function(a,b,c,d,e,g,h,m,l,p,F){p=null!=p?p:!0;var f=!1,k=null,n=mxUtils.bind(this,function(a){var b=null;null!=a&&"<mxlibrary"==a.substring(0,10)?this.loadLibrary(new LocalLibrary(this,a,h)):b=this.importXml(a,c,d,p); -null!=m&&m(b)});"image"==b.substring(0,5)?(l=!1,"image/png"==b.substring(0,9)&&(b=F?null:this.extractGraphModelFromPng(a),null!=b&&0<b.length&&(k=this.importXml(b,c,d,p),l=!0)),l||(k=this.editor.graph,b=a.indexOf(";"),0<b&&(a=a.substring(0,b)+a.substring(a.indexOf(",",b+1))),p&&k.isGridEnabled()&&(c=k.snap(c),d=k.snap(d)),k=[k.insertVertex(null,null,"",c,d,e,g,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a+";")])):/(\.*<graphml )/.test(a)&& -"undefined"!==typeof window.mxGraphMlCodec?(new mxGraphMlCodec).decode(a,mxUtils.bind(this,function(a){a=this.importXml(a,c,d,p);null!=m&&m(a)})):null!=l&&null!=h&&(/(\.vsdx?)($|\?)/i.test(h)||/(\.vssx)($|\?)/i.test(h))?(f=!0,this.importVisio(l,n)):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a,h)?(f=!0,this.parseFile(null!=l?l:new Blob([a],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&(200<=a.status&&299>=a.status?n(a.responseText):null!= -m&&m(null))}),h)):/(\.vsd)($|\?)/i.test(h)||(k=this.insertTextAt(this.validateFileData(a),c,d,!0,null,p));f||null==m||m(k);return k};EditorUi.prototype.base64Encode=function(a){for(var b="",c=0,d=a.length,e,f,g;c<d;){e=a.charCodeAt(c++)&255;if(c==d){b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4);b+="==";break}f=a.charCodeAt(c++);if(c==d){b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>> -2);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(f&240)>>4);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((f&15)<<2);b+="=";break}g=a.charCodeAt(c++);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(f&240)>>4);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((f&15)<<2|(g&192)>>6); -b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g&63)}return b};EditorUi.prototype.importFiles=function(a,b,c,d,e,g,h,m,l,p,F,B){b=null!=b?b:0;c=null!=c?c:0;d=null!=d?d:this.maxImageSize;p=null!=p?p:this.maxImageBytes;var f=null!=b&&null!=c,k=!0,n=!1;if(!mxClient.IS_CHROMEAPP&&null!=a)for(var u=F||this.resampleThreshold,q=0;q<a.length;q++)if("image/"==a[q].type.substring(0,6)&&a[q].size>u){n=!0;break}var v=mxUtils.bind(this,function(){var n=this.editor.graph,l=n.gridSize; -e=null!=e?e:mxUtils.bind(this,function(a,b,c,d,e,g,k,h,p){return null!=a&&"<mxlibrary"==a.substring(0,10)?(this.spinner.stop(),this.loadLibrary(new LocalLibrary(this,a,k)),null):this.importFile(a,b,c,d,e,g,k,h,p,f,B)});g=null!=g?g:mxUtils.bind(this,function(a){n.setSelectionCells(a)});if(this.spinner.spin(document.body,mxResources.get("loading")))for(var u=a.length,q=u,v=[],t=mxUtils.bind(this,function(a,b){v[a]=b;if(0==--q){this.spinner.stop();if(null!=m)m(v);else{var c=[];n.getModel().beginUpdate(); -try{for(var d=0;d<v.length;d++){var e=v[d]();null!=e&&(c=c.concat(e))}}finally{n.getModel().endUpdate()}}g(c)}}),x=0;x<u;x++)mxUtils.bind(this,function(f){var g=a[f],m=new FileReader;m.onload=mxUtils.bind(this,function(a){if(null==h||h(g))if("image/"==g.type.substring(0,6))if("image/svg"==g.type.substring(0,9)){var m=a.target.result,u=m.indexOf(","),q=decodeURIComponent(escape(atob(m.substring(u+1)))),v=mxUtils.parseXml(q),q=v.getElementsByTagName("svg");if(0<q.length){var q=q[0],A=B?null:q.getAttribute("content"); -null!=A&&"<"!=A.charAt(0)&&"%"!=A.charAt(0)&&(A=unescape(window.atob?atob(A):Base64.decode(A,!0)));null!=A&&"%"==A.charAt(0)&&(A=decodeURIComponent(A));null==A||"<mxfile "!==A.substring(0,8)&&"<mxGraphModel "!==A.substring(0,14)?t(f,mxUtils.bind(this,function(){try{if(m.substring(0,u+1),null!=v){var a=v.getElementsByTagName("svg");if(0<a.length){var h=a[0],p=parseFloat(h.getAttribute("width")),q=parseFloat(h.getAttribute("height")),t=h.getAttribute("viewBox");if(null==t||0==t.length)h.setAttribute("viewBox", -"0 0 "+p+" "+q);else if(isNaN(p)||isNaN(q)){var F=t.split(" ");3<F.length&&(p=parseFloat(F[2]),q=parseFloat(F[3]))}m=this.createSvgDataUri(mxUtils.getXml(h));var B=Math.min(1,Math.min(d/Math.max(1,p)),d/Math.max(1,q)),A=e(m,g.type,b+f*l,c+f*l,Math.max(1,Math.round(p*B)),Math.max(1,Math.round(q*B)),g.name,k);if(isNaN(p)||isNaN(q)){var x=new Image;x.onload=mxUtils.bind(this,function(){p=Math.max(1,x.width);q=Math.max(1,x.height);A[0].geometry.width=p;A[0].geometry.height=q;h.setAttribute("viewBox", -"0 0 "+p+" "+q);m=this.createSvgDataUri(mxUtils.getXml(h));var a=m.indexOf(";");0<a&&(m=m.substring(0,a)+m.substring(m.indexOf(",",a+1)));n.setCellStyles("image",m,[A[0]])});x.src=this.createSvgDataUri(mxUtils.getXml(h))}return A}}}catch(da){}return null})):t(f,mxUtils.bind(this,function(){return e(A,"text/xml",b+f*l,c+f*l,0,0,g.name)}))}}else{q=!1;if("image/png"==g.type){var x=B?null:this.extractGraphModelFromPng(a.target.result);if(null!=x&&0<x.length){var w=new Image;w.src=a.target.result;t(f, -mxUtils.bind(this,function(){return e(x,"text/xml",b+f*l,c+f*l,w.width,w.height,g.name)}));q=!0}}q||(mxClient.IS_CHROMEAPP?(this.spinner.stop(),this.showError(mxResources.get("error"),mxResources.get("dragAndDropNotSupported"),mxResources.get("cancel"),mxUtils.bind(this,function(){}),null,mxResources.get("ok"),mxUtils.bind(this,function(){this.actions.get("import").funct()}))):this.loadImage(a.target.result,mxUtils.bind(this,function(h){this.resizeImage(h,a.target.result,mxUtils.bind(this,function(h, -m,n){t(f,mxUtils.bind(this,function(){if(null!=h&&h.length<p){var u=k&&this.isResampleImage(a.target.result,F)?Math.min(1,Math.min(d/m,d/n)):1;return e(h,g.type,b+f*l,c+f*l,Math.round(m*u),Math.round(n*u),g.name)}this.handleError({message:mxResources.get("imageTooBig")});return null}))}),k,d,F)}),mxUtils.bind(this,function(){this.handleError({message:mxResources.get("invalidOrMissingFile")})})))}else e(a.target.result,g.type,b+f*l,c+f*l,240,160,g.name,function(a){t(f,function(){return a})})});/(\.vsdx?)($|\?)/i.test(g.name)|| -/(\.vssx)($|\?)/i.test(g.name)?e(null,g.type,b+f*l,c+f*l,240,160,g.name,function(a){t(f,function(){return a})},g):"image"==g.type.substring(0,5)?m.readAsDataURL(g):m.readAsText(g)})(x)});n?this.confirmImageResize(function(a){k=a;v()},l):v()};EditorUi.prototype.confirmImageResize=function(a,b){b=null!=b?b:!1;var c=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){},d=isLocalStorage||mxClient.IS_CHROMEAPP?mxSettings.getResizeImages():null,e=function(d,e){if(d||b)mxSettings.setResizeImages(d? +function(a,b,c,d,e){b=null!=b?b:0;c=null!=c?c:0;var f=[];try{var g=this.editor.graph;if(null!=a&&0<a.length){var k=mxUtils.parseXml(a),h=this.editor.extractGraphModel(k.documentElement,null!=this.pages);if(null!=h&&"mxfile"==h.nodeName&&null!=this.pages){var q=h.getElementsByTagName("diagram");if(1==q.length)h=mxUtils.parseXml(g.decompress(mxUtils.getTextContent(q[0]))).documentElement;else if(1<q.length){g.model.beginUpdate();try{for(a=0;a<q.length;a++){q[a].removeAttribute("id");var n=this.updatePageRoot(new DiagramPage(q[a])), +l=this.pages.length;null==n.getName()&&n.setName(mxResources.get("pageWithNumber",[l+1]));g.model.execute(new ChangePage(this,n,n,l))}}finally{g.model.endUpdate()}}}null!=h&&"mxGraphModel"===h.nodeName&&(f=g.importGraphModel(h,b,c,d))}}catch(D){throw e||this.handleError(D,mxResources.get("invalidOrMissingFile")),D;}return f};EditorUi.prototype.importVisio=function(a,b,c,d){d=null!=d?d:a.name;c=null!=c?c:mxUtils.bind(this,function(a){this.handleError(a)});var e=mxUtils.bind(this,function(){this.loadingExtensions= +!1;if(this.doImportVisio)if((/(\.vsd)($|\?)/i.test(d)||/(\.vss)($|\?)/i.test(d))&&null!=VSD_CONVERT_URL){var e=new FormData;e.append("file1",a,d);var f=new XMLHttpRequest;f.open("POST",VSD_CONVERT_URL);f.responseType="blob";f.onreadystatechange=mxUtils.bind(this,function(){if(4==f.readyState)if(200<=f.status&&299>=f.status)try{f.response.name=d,this.doImportVisio(f.response,b,c)}catch(w){c(w)}else c({})});f.send(e)}else try{this.doImportVisio(a,b,c)}catch(w){c(w)}});this.doImportVisio||this.loadingExtensions|| +this.isOffline()?e():(this.loadingExtensions=!0,mxscript("js/extensions.min.js",e))};EditorUi.prototype.exportVisio=function(){var a=mxUtils.bind(this,function(){this.loadingExtensions=!1;if("undefined"!==typeof VsdxExport)try{(new VsdxExport(this)).exportCurrentDiagrams()}catch(k){this.handleError(k)}});"undefined"!==typeof VsdxExport||this.loadingExtensions||this.isOffline()?a():(this.loadingExtensions=!0,mxscript("js/extensions.min.js",a))};EditorUi.prototype.convertLucidChart=function(a,b,c){var d= +mxUtils.bind(this,function(){this.loadingExtensions=!1;if("undefined"!==typeof window.LucidImporter)try{b(LucidImporter.importState(JSON.parse(a)))}catch(u){c(u)}else c({message:mxResources.get("serviceUnavailableOrBlocked")})});"undefined"!==typeof window.LucidImporter||this.loadingExtensions||this.isOffline()?window.setTimeout(d,0):(this.loadingExtensions=!0,"1"==urlParams.dev?mxscript("js/diagramly/Extensions.js",d):mxscript("js/extensions.min.js",d))};EditorUi.prototype.insertTextAt=function(a, +b,c,d,e,g,h){g=null!=g?g:!0;h=null!=h?h:!0;if(null!=a)if(Graph.fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a))this.parseFile(new Blob([a.replace(/\s+/g," ")],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&200<=a.status&&299>=a.status&&this.editor.graph.setSelectionCells(this.insertTextAt(a.responseText,b,c,!0))}));else if("data:"==a.substring(0,5)||!this.isOffline()&&(e||/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(a))){var f=this.editor.graph; +if("data:image/png;base64,"==a.substring(0,22)){var k=this.extractGraphModelFromPng(a),q=this.importXml(k,b,c,g,!0);if(0<q.length)return q}if("data:image/svg+xml;"==a.substring(0,19))try{if(k=null,"data:image/svg+xml;base64,"==a.substring(0,26)?(k=a.substring(a.indexOf(",")+1),k=window.atob&&!mxClient.IS_SF?atob(k):Base64.decode(k,!0)):k=decodeURIComponent(a.substring(a.indexOf(",")+1)),q=this.importXml(k,b,c,g,!0),0<q.length)return q}catch(E){}this.loadImage(a,mxUtils.bind(this,function(d){if("data:"== +a.substring(0,5))this.resizeImage(d,a,mxUtils.bind(this,function(a,d,e){f.setSelectionCell(f.insertVertex(null,null,"",f.snap(b),f.snap(c),d,e,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+this.convertDataUri(a)+";"))}),h,this.maxImageSize);else{var e=Math.min(1,Math.min(this.maxImageSize/d.width,this.maxImageSize/d.height)),g=Math.round(d.width*e);d=Math.round(d.height*e);f.setSelectionCell(f.insertVertex(null,null,"", +f.snap(b),f.snap(c),g,d,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a+";"))}}),mxUtils.bind(this,function(){var e=null;f.getModel().beginUpdate();try{e=f.insertVertex(f.getDefaultParent(),null,a,f.snap(b),f.snap(c),1,1,"text;"+(d?"html=1;":"")),f.updateCellSize(e),f.fireEvent(new mxEventObject("textInserted","cells",[e]))}finally{f.getModel().endUpdate()}f.setSelectionCell(e)}))}else{a=this.editor.graph.zapGremlins(mxUtils.trim(a)); +if(this.isCompatibleString(a))return this.importXml(a,b,c,g);if(0<a.length)if(this.isLucidChartData(a))this.convertLucidChart(a,mxUtils.bind(this,function(a){this.editor.graph.setSelectionCells(this.importXml(a,b,c,g))}),mxUtils.bind(this,function(a){this.handleError(a)}));else{f=this.editor.graph;e=null;f.getModel().beginUpdate();try{e=f.insertVertex(f.getDefaultParent(),null,"",f.snap(b),f.snap(c),1,1,"text;"+(d?"html=1;":"")),f.fireEvent(new mxEventObject("textInserted","cells",[e])),"<"==a.charAt(0)&& +a.indexOf(">")==a.length-1&&(a=mxUtils.htmlEntities(a)),e.value=a,f.updateCellSize(e),/\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“â€â€˜â€™]))/i.test(e.value)&&f.setLinkForCell(e,e.value),e.geometry.width+=f.gridSize,e.geometry.height+=f.gridSize}finally{f.getModel().endUpdate()}return[e]}}return[]};EditorUi.prototype.formatFileSize=function(a){var b=-1; +do a/=1024,b++;while(1024<a);return Math.max(a,.1).toFixed(1)+" kB; MB; GB; TB;PB;EB;ZB;YB".split(";")[b]};EditorUi.prototype.convertDataUri=function(a){if("data:"==a.substring(0,5)){var b=a.indexOf(";");0<b&&(a=a.substring(0,b)+a.substring(a.indexOf(",",b+1)))}return a};EditorUi.prototype.isRemoteFileFormat=function(a,b){return/(\"contentType\":\s*\"application\/gliffy\+json\")/.test(a)};EditorUi.prototype.isLucidChartData=function(a){return null!=a&&'{"state":"{\\"Properties\\":'==a.substring(0, +26)};EditorUi.prototype.importLocalFile=function(a,b){if(a&&Graph.fileSupport&&(!mxClient.IS_IE&&!mxClient.IS_IE11||0>navigator.appVersion.indexOf("Windows NT 6.1"))){var c=document.createElement("input");c.setAttribute("type","file");mxEvent.addListener(c,"change",mxUtils.bind(this,function(){null!=c.files&&this.importFiles(c.files,null,null,this.maxImageSize)}));c.click()}else{window.openNew=!1;window.openKey="import";if(!b){var d=Editor.useLocalStorage;Editor.useLocalStorage=!a}window.openFile= +new OpenFile(mxUtils.bind(this,function(a){this.hideDialog(a)}));window.openFile.setConsumer(mxUtils.bind(this,function(a,b){if(null!=b&&Graph.fileSupport&&/(\.vsdx?)($|\?)/i.test(b)){var c=new Blob([a],{type:"application/octet-stream"});this.importVisio(c,mxUtils.bind(this,function(a){this.importXml(a)}),null,b)}else this.editor.graph.setSelectionCells(this.importXml(a))}));this.showDialog((new OpenDialog(this)).container,360,220,!0,!0,function(){window.openFile=null});if(!b){var e=this.dialog,f= +e.close;this.dialog.close=mxUtils.bind(this,function(a){Editor.useLocalStorage=d;f.apply(e,arguments);a&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash()})}}};EditorUi.prototype.importFile=function(a,b,c,d,e,g,h,l,m,q,E){q=null!=q?q:!0;var f=!1,k=null,n=mxUtils.bind(this,function(a){var b=null;null!=a&&"<mxlibrary"==a.substring(0,10)?this.loadLibrary(new LocalLibrary(this,a,h)):b=this.importXml(a,c,d,q);null!=l&&l(b)});"image"==b.substring(0,5)?(m=!1,"image/png"==b.substring(0, +9)&&(b=E?null:this.extractGraphModelFromPng(a),null!=b&&0<b.length&&(k=this.importXml(b,c,d,q),m=!0)),m||(k=this.editor.graph,b=a.indexOf(";"),0<b&&(a=a.substring(0,b)+a.substring(a.indexOf(",",b+1))),q&&k.isGridEnabled()&&(c=k.snap(c),d=k.snap(d)),k=[k.insertVertex(null,null,"",c,d,e,g,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a+";")])):/(\.*<graphml )/.test(a)&&"undefined"!==typeof window.mxGraphMlCodec?(new mxGraphMlCodec).decode(a, +mxUtils.bind(this,function(a){a=this.importXml(a,c,d,q);null!=l&&l(a)})):null!=m&&null!=h&&(/(\.vsdx?)($|\?)/i.test(h)||/(\.vssx?)($|\?)/i.test(h))?(f=!0,this.importVisio(m,n)):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a,h)?(f=!0,this.parseFile(null!=m?m:new Blob([a],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&(200<=a.status&&299>=a.status?n(a.responseText):null!=l&&l(null))}),h)):/(\.vsd)($|\?)/i.test(h)||/(\.vss)($|\?)/i.test(h)|| +(k=this.insertTextAt(this.validateFileData(a),c,d,!0,null,q));f||null==l||l(k);return k};EditorUi.prototype.base64Encode=function(a){for(var b="",c=0,d=a.length,e,f,g;c<d;){e=a.charCodeAt(c++)&255;if(c==d){b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4);b+="==";break}f=a.charCodeAt(c++);if(c==d){b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2); +b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(f&240)>>4);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((f&15)<<2);b+="=";break}g=a.charCodeAt(c++);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(f&240)>>4);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((f&15)<<2|(g&192)>>6);b+= +"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g&63)}return b};EditorUi.prototype.importFiles=function(a,b,c,d,e,g,h,l,m,q,E,z){b=null!=b?b:0;c=null!=c?c:0;d=null!=d?d:this.maxImageSize;q=null!=q?q:this.maxImageBytes;var f=null!=b&&null!=c,k=!0,n=!1;if(!mxClient.IS_CHROMEAPP&&null!=a)for(var t=E||this.resampleThreshold,v=0;v<a.length;v++)if("image/"==a[v].type.substring(0,6)&&a[v].size>t){n=!0;break}var p=mxUtils.bind(this,function(){var n=this.editor.graph,m=n.gridSize; +e=null!=e?e:mxUtils.bind(this,function(a,b,c,d,e,g,k,h,q){return null!=a&&"<mxlibrary"==a.substring(0,10)?(this.spinner.stop(),this.loadLibrary(new LocalLibrary(this,a,k)),null):this.importFile(a,b,c,d,e,g,k,h,q,f,z)});g=null!=g?g:mxUtils.bind(this,function(a){n.setSelectionCells(a)});if(this.spinner.spin(document.body,mxResources.get("loading")))for(var t=a.length,v=t,p=[],u=mxUtils.bind(this,function(a,b){p[a]=b;if(0==--v){this.spinner.stop();if(null!=l)l(p);else{var c=[];n.getModel().beginUpdate(); +try{for(var d=0;d<p.length;d++){var e=p[d]();null!=e&&(c=c.concat(e))}}finally{n.getModel().endUpdate()}}g(c)}}),C=0;C<t;C++)mxUtils.bind(this,function(f){var g=a[f],l=new FileReader;l.onload=mxUtils.bind(this,function(a){if(null==h||h(g))if("image/"==g.type.substring(0,6))if("image/svg"==g.type.substring(0,9)){var l=a.target.result,t=l.indexOf(","),v=decodeURIComponent(escape(atob(l.substring(t+1)))),p=mxUtils.parseXml(v),v=p.getElementsByTagName("svg");if(0<v.length){var v=v[0],A=z?null:v.getAttribute("content"); +null!=A&&"<"!=A.charAt(0)&&"%"!=A.charAt(0)&&(A=unescape(window.atob?atob(A):Base64.decode(A,!0)));null!=A&&"%"==A.charAt(0)&&(A=decodeURIComponent(A));null==A||"<mxfile "!==A.substring(0,8)&&"<mxGraphModel "!==A.substring(0,14)?u(f,mxUtils.bind(this,function(){try{if(l.substring(0,t+1),null!=p){var a=p.getElementsByTagName("svg");if(0<a.length){var h=a[0],q=parseFloat(h.getAttribute("width")),v=parseFloat(h.getAttribute("height")),u=h.getAttribute("viewBox");if(null==u||0==u.length)h.setAttribute("viewBox", +"0 0 "+q+" "+v);else if(isNaN(q)||isNaN(v)){var E=u.split(" ");3<E.length&&(q=parseFloat(E[2]),v=parseFloat(E[3]))}l=this.createSvgDataUri(mxUtils.getXml(h));var z=Math.min(1,Math.min(d/Math.max(1,q)),d/Math.max(1,v)),A=e(l,g.type,b+f*m,c+f*m,Math.max(1,Math.round(q*z)),Math.max(1,Math.round(v*z)),g.name,k);if(isNaN(q)||isNaN(v)){var C=new Image;C.onload=mxUtils.bind(this,function(){q=Math.max(1,C.width);v=Math.max(1,C.height);A[0].geometry.width=q;A[0].geometry.height=v;h.setAttribute("viewBox", +"0 0 "+q+" "+v);l=this.createSvgDataUri(mxUtils.getXml(h));var a=l.indexOf(";");0<a&&(l=l.substring(0,a)+l.substring(l.indexOf(",",a+1)));n.setCellStyles("image",l,[A[0]])});C.src=this.createSvgDataUri(mxUtils.getXml(h))}return A}}}catch(ea){}return null})):u(f,mxUtils.bind(this,function(){return e(A,"text/xml",b+f*m,c+f*m,0,0,g.name)}))}}else{v=!1;if("image/png"==g.type){var C=z?null:this.extractGraphModelFromPng(a.target.result);if(null!=C&&0<C.length){var w=new Image;w.src=a.target.result;u(f, +mxUtils.bind(this,function(){return e(C,"text/xml",b+f*m,c+f*m,w.width,w.height,g.name)}));v=!0}}v||(mxClient.IS_CHROMEAPP?(this.spinner.stop(),this.showError(mxResources.get("error"),mxResources.get("dragAndDropNotSupported"),mxResources.get("cancel"),mxUtils.bind(this,function(){}),null,mxResources.get("ok"),mxUtils.bind(this,function(){this.actions.get("import").funct()}))):this.loadImage(a.target.result,mxUtils.bind(this,function(h){this.resizeImage(h,a.target.result,mxUtils.bind(this,function(h, +l,n){u(f,mxUtils.bind(this,function(){if(null!=h&&h.length<q){var t=k&&this.isResampleImage(a.target.result,E)?Math.min(1,Math.min(d/l,d/n)):1;return e(h,g.type,b+f*m,c+f*m,Math.round(l*t),Math.round(n*t),g.name)}this.handleError({message:mxResources.get("imageTooBig")});return null}))}),k,d,E)}),mxUtils.bind(this,function(){this.handleError({message:mxResources.get("invalidOrMissingFile")})})))}else e(a.target.result,g.type,b+f*m,c+f*m,240,160,g.name,function(a){u(f,function(){return a})})});/(\.vsdx?)($|\?)/i.test(g.name)|| +/(\.vssx?)($|\?)/i.test(g.name)?e(null,g.type,b+f*m,c+f*m,240,160,g.name,function(a){u(f,function(){return a})},g):"image"==g.type.substring(0,5)?l.readAsDataURL(g):l.readAsText(g)})(C)});n?this.confirmImageResize(function(a){k=a;p()},m):p()};EditorUi.prototype.confirmImageResize=function(a,b){b=null!=b?b:!1;var c=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){},d=isLocalStorage||mxClient.IS_CHROMEAPP?mxSettings.getResizeImages():null,e=function(d,e){if(d||b)mxSettings.setResizeImages(d? e:null),mxSettings.save();c();a(e)};null==d||b?this.showDialog((new ConfirmDialog(this,mxResources.get("resizeLargeImages"),function(a){e(a,!0)},function(a){e(a,!1)},mxResources.get("resize"),mxResources.get("actualSize"),'<img style="margin-top:8px;" src="'+Editor.loResImage+'"/>','<img style="margin-top:8px;" src="'+Editor.hiResImage+'"/>',isLocalStorage||mxClient.IS_CHROMEAPP)).container,340,isLocalStorage||mxClient.IS_CHROMEAPP?220:200,!0,!0):e(!1,d)};EditorUi.prototype.parseFile=function(a,b, -c){c=null!=c?c:a.name;var d=new FormData;d.append("format","xml");d.append("upfile",a,c);var e=new XMLHttpRequest;e.open("POST",OPEN_URL);e.onreadystatechange=function(){b(e)};e.send(d)};EditorUi.prototype.isResampleImage=function(a,b){b=null!=b?b:this.resampleThreshold;return a.length>b};EditorUi.prototype.resizeImage=function(a,b,c,d,e,g){e=null!=e?e:this.maxImageSize;var f=Math.max(1,a.width),k=Math.max(1,a.height);if(d&&this.isResampleImage(b,g))try{var h=Math.max(f/e,k/e);if(1<h){var p=Math.round(f/ -h),m=Math.round(k/h),n=document.createElement("canvas");n.width=p;n.height=m;n.getContext("2d").drawImage(a,0,0,p,m);var l=n.toDataURL();if(l.length<b.length){var u=document.createElement("canvas");u.width=p;u.height=m;var q=u.toDataURL();l!==q&&(b=l,f=p,k=m)}}}catch(y){}c(b,f,k)};EditorUi.prototype.crcTable=[];for(var c=0;256>c;c++)for(var d=c,e=0;8>e;e++)d=1==(d&1)?3988292384^d>>>1:d>>>1,EditorUi.prototype.crcTable[c]=d;EditorUi.prototype.updateCRC=function(a,b,c,d){for(var e=0;e<d;e++)a=EditorUi.prototype.crcTable[(a^ +c){c=null!=c?c:a.name;var d=new FormData;d.append("format","xml");d.append("upfile",a,c);var e=new XMLHttpRequest;e.open("POST",OPEN_URL);e.onreadystatechange=function(){b(e)};e.send(d)};EditorUi.prototype.isResampleImage=function(a,b){b=null!=b?b:this.resampleThreshold;return a.length>b};EditorUi.prototype.resizeImage=function(a,b,c,d,e,g){e=null!=e?e:this.maxImageSize;var f=Math.max(1,a.width),k=Math.max(1,a.height);if(d&&this.isResampleImage(b,g))try{var h=Math.max(f/e,k/e);if(1<h){var q=Math.round(f/ +h),l=Math.round(k/h),n=document.createElement("canvas");n.width=q;n.height=l;n.getContext("2d").drawImage(a,0,0,q,l);var m=n.toDataURL();if(m.length<b.length){var t=document.createElement("canvas");t.width=q;t.height=l;var p=t.toDataURL();m!==p&&(b=m,f=q,k=l)}}}catch(C){}c(b,f,k)};EditorUi.prototype.crcTable=[];for(var c=0;256>c;c++)for(var d=c,e=0;8>e;e++)d=1==(d&1)?3988292384^d>>>1:d>>>1,EditorUi.prototype.crcTable[c]=d;EditorUi.prototype.updateCRC=function(a,b,c,d){for(var e=0;e<d;e++)a=EditorUi.prototype.crcTable[(a^ b[c+e])&255]^a>>>8;return a};EditorUi.prototype.crc32=function(a){this.crcTable=this.crcTable||this.createCrcTable();for(var b=-1,c=0;c<a.length;c++)b=b>>>8^this.crcTable[(b^a.charCodeAt(c))&255];return(b^-1)>>>0};EditorUi.prototype.writeGraphModelToPng=function(a,b,c,d,e){function f(a,b){var c=h;h+=b;return a.substring(c,h)}function g(a){a=f(a,4);return a.charCodeAt(3)+(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}function k(a){return String.fromCharCode(a>>24&255,a>>16&255,a>> -8&255,a&255)}a=a.substring(a.indexOf(",")+1);a=window.atob?atob(a):Base64.decode(a,!0);var h=0;if(f(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=e&&e();else if(f(a,4),"IHDR"!=f(a,4))null!=e&&e();else{f(a,17);e=a.substring(0,h);do{var p=g(a);if("IDAT"==f(a,4)){e=a.substring(0,h-8);c=c+String.fromCharCode(0)+("zTXt"==b?String.fromCharCode(0):"")+d;d=4294967295;d=this.updateCRC(d,b,0,4);d=this.updateCRC(d,c,0,c.length);e+=k(c.length)+b+c+k(d^4294967295);e+=a.substring(h- -8,a.length);break}e+=a.substring(h-8,h-4+p);f(a,p);f(a,4)}while(p);return"data:image/png;base64,"+(window.btoa?btoa(e):Base64.encode(e,!0))}};EditorUi.prototype.extractGraphModelFromPng=function(a){var b=null;try{var c=a.substring(a.indexOf(",")+1),d=window.atob&&!mxClient.IS_SF?atob(c):Base64.decode(c,!0);EditorUi.parsePng(d,mxUtils.bind(this,function(a,c,e){a=d.substring(a+8,a+8+e);"zTXt"==c?(e=a.indexOf(String.fromCharCode(0)),"mxGraphModel"==a.substring(0,e)&&(a=this.editor.graph.bytesToString(pako.inflateRaw(a.substring(e+ -2))).replace(/\+/g," "),null!=a&&0<a.length&&(b=a))):"tEXt"==c&&(a=a.split(String.fromCharCode(0)),1<a.length&&"mxGraphModel"==a[0]&&(b=a[1]));if(null!=b||"IDAT"==c)return!0}))}catch(t){}null!=b&&"%"==b.charAt(0)&&(b=decodeURIComponent(b));null!=b&&"%"==b.charAt(0)&&(b=decodeURIComponent(b));return b};EditorUi.prototype.loadImage=function(a,b,c){var d=new Image;d.onload=function(){b(d)};null!=c&&(d.onerror=c);d.src=a};var g=EditorUi.prototype.init;EditorUi.prototype.init=function(){"undefined"!== -typeof window.mxSettings&&(this.formatWidth=mxSettings.getFormatWidth());var a=this,b=this.editor.graph;b.getLinkTitle=function(b){return a.getLinkTitle(b)};b.customLinkClicked=function(b){try{a.handleCustomLink(b)}catch(I){a.handleError(I)}};this.isOffline()||"undefined"===typeof window.EditDataDialog||(EditDataDialog.placeholderHelpLink="https://desk.draw.io/support/solutions/articles/16000051979");var c=a.editor.getEditBlankUrl;this.editor.getEditBlankUrl=function(b){b=null!=b?b:"";if(null!=a.pages&& -null!=a.currentPage)for(var d=0;d<a.pages.length;d++)if(a.pages[d]==a.currentPage){0<d&&(b+=(0<b.length?"&":"?")+"page="+d);break}"1"==urlParams.dev&&(b+=(0<b.length?"&":"?")+"dev=1&drawdev=1");return c.apply(this,arguments)};var d=b.addClickHandler;b.addClickHandler=function(a,c,e){var f=c;c=function(a,c){if(null==c){var d=mxEvent.getSource(a);"a"==d.nodeName.toLowerCase()&&(c=d.getAttribute("href"))}null==c||!b.isCustomLink(c)||!mxEvent.isTouchEvent(a)&&mxEvent.isPopupTrigger(a)||(b.customLinkClicked(c), -mxEvent.consume(a));null!=f&&f(a,c)};d.call(this,a,c,e)};g.apply(this,arguments);mxClient.IS_SVG&&this.editor.graph.addSvgShadow(b.view.canvas.ownerSVGElement,null,!0);a.actions.get("print").funct=function(){a.showDialog((new PrintDialog(a)).container,360,null!=a.pages&&1<a.pages.length?420:360,!0,!0)};this.defaultFilename=mxResources.get("untitledDiagram");var e=b.getGlobalVariable;b.getGlobalVariable=function(b){return"page"==b&&null!=a.currentPage?a.currentPage.getName():"pagenumber"==b?null!= -a.currentPage&&null!=a.pages?mxUtils.indexOf(a.pages,a.currentPage)+1:1:e.apply(this,arguments)};var h=b.createLinkForHint;b.createLinkForHint=function(a,c){null!=a&&b.isCustomLink(a)&&(c=b.getLinkTitle(a));var d=h.call(this,a,c);null!=a&&b.isCustomLink(a)&&mxEvent.addListener(d,"click",function(c){b.customLinkClicked(a);mxEvent.consume(c)});return d};var m=b.labelLinkClicked;b.labelLinkClicked=function(a,c,d){var e=c.getAttribute("href");if(null==e||!b.isCustomLink(e)||!mxEvent.isTouchEvent(d)&& -mxEvent.isPopupTrigger(d))m.apply(this,arguments);else{if(!b.isEnabled()||null!=a&&b.isCellLocked(a.cell))b.customLinkClicked(e),b.getRubberband().reset();mxEvent.consume(d)}};this.editor.getOrCreateFilename=function(){var b=a.defaultFilename,c=a.getCurrentFile();null!=c&&(b=null!=c.getTitle()?c.getTitle():b);return b};var l=this.actions.get("print");l.setEnabled(!mxClient.IS_IOS||!navigator.standalone);l.visible=l.isEnabled();if(!this.editor.chromeless||this.editor.editable){var z=function(){window.setTimeout(function(){p.innerHTML= -" ";p.focus();document.execCommand("selectAll",!1,null)},0)};this.keyHandler.bindAction(70,!0,"find");this.keyHandler.bindAction(67,!0,"copyStyle",!0);this.keyHandler.bindAction(86,!0,"pasteStyle",!0);this.keyHandler.bindAction(77,!0,"editGeometry",!0);this.keyHandler.bindAction(88,!0,"insertText",!0);this.keyHandler.bindAction(75,!0,"insertRectangle");this.keyHandler.bindAction(75,!0,"insertEllipse",!0);mxClient.IS_IE||b.container.addEventListener("paste",mxUtils.bind(this,function(a){var b= -this.editor.graph;if(!mxEvent.isConsumed(a))try{for(var c=a.clipboardData||a.originalEvent.clipboardData,d=!1,e=0;e<c.types.length;e++)if("text/"===c.types[e].substring(0,5)){d=!0;break}if(!d){var f=c.items;for(index in f){var g=f[index];if("file"===g.kind){if(b.isEditing())this.importFiles([g.getAsFile()],0,0,this.maxImageSize,function(a,c,d,e,f,g){b.insertImage(a,f,g)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()});else{var k=this.editor.graph.getInsertPoint(); -this.importFiles([g.getAsFile()],k.x,k.y,this.maxImageSize);mxEvent.consume(a)}break}}}}catch(aa){}}),!1);var p=document.createElement("div");p.style.position="absolute";p.style.whiteSpace="nowrap";p.style.overflow="hidden";p.style.display="block";p.contentEditable=!0;mxUtils.setOpacity(p,0);p.style.width="1px";p.style.height="1px";p.innerHTML=" ";var F=!1;this.keyHandler.bindControlKey(88,null);this.keyHandler.bindControlKey(67,null);this.keyHandler.bindControlKey(86,null);mxEvent.addListener(document, -"keydown",mxUtils.bind(this,function(a){var c=mxEvent.getSource(a);null==b.container||!b.isEnabled()||b.isMouseDown||b.isEditing()||null!=this.dialog||"INPUT"==c.nodeName||"TEXTAREA"==c.nodeName||!(224==a.keyCode||!mxClient.IS_MAC&&17==a.keyCode||mxClient.IS_MAC&&91==a.keyCode)||F||(p.style.left=b.container.scrollLeft+10+"px",p.style.top=b.container.scrollTop+10+"px",b.container.appendChild(p),F=!0,mxClient.IS_QUIRKS?window.setTimeout(function(){p.focus();document.execCommand("selectAll",!1,null)}, -0):(p.focus(),document.execCommand("selectAll",!1,null)))}));mxEvent.addListener(document,"keyup",mxUtils.bind(this,function(a){var c=a.keyCode;window.setTimeout(mxUtils.bind(this,function(){!F||224!=c&&17!=c&&91!=c||(F=!1,b.isEditing()||null!=this.dialog||null==b.container||b.container.focus(),p.parentNode.removeChild(p),null==this.dialog&&mxUtils.clearSelection())}),0)}));mxEvent.addListener(p,"copy",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(p),z())}));mxEvent.addListener(p, -"cut",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(p,!0),z())}));mxEvent.addListener(p,"paste",mxUtils.bind(this,function(a){b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())&&(p.innerHTML=" ",p.focus(),window.setTimeout(mxUtils.bind(this,function(){this.pasteCells(a,p);p.innerHTML=" "}),0))}),!0);var B=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==p?!0:B.apply(this,arguments)}}this.spinner=this.createSpinner(document.body.clientWidth/ -2-2,Math.max(document.body.clientHeight||0,document.documentElement.clientHeight||0)/2,24);Graph.fileSupport&&this.editor.graph.addListener(mxEvent.EDITING_STARTED,mxUtils.bind(this,function(a){var b=this.editor.graph,c=b.cellEditor.text2,d=null;null!=c&&(mxEvent.addListener(c,"dragleave",function(a){null!=d&&(d.parentNode.removeChild(d),d=null);a.stopPropagation();a.preventDefault()}),mxEvent.addListener(c,"dragover",mxUtils.bind(this,function(a){null==d&&(!mxClient.IS_IE||10<document.documentMode)&& -(d=this.highlightElement(c));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(c,"drop",mxUtils.bind(this,function(a){null!=d&&(d.parentNode.removeChild(d),d=null);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,function(a,c,d,e,f,g){b.insertImage(a,f,g)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},mxEvent.isControlDown(a));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var c= -a.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(c)?this.loadImage(decodeURIComponent(c),mxUtils.bind(this,function(a){var d=Math.max(1,a.width);a=Math.max(1,a.height);var e=this.maxImageSize,e=Math.min(1,Math.min(e/Math.max(1,d)),e/Math.max(1,a));b.insertImage(decodeURIComponent(c),d*e,a*e)})):document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain"))}else 0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")?document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/html")): -0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain"));a.stopPropagation();a.preventDefault()})))}));if("1"==urlParams.ruler&&"undefined"!==typeof mxRuler){l=document.createElement("div");l.style.position="absolute";l.style.top="95px";l.style.left="250px";l.style.width="2000px";l.style.height="30px";l.style.background="whiteSmoke";document.body.appendChild(l);var E=document.createElement("div");E.style.position="absolute"; -E.style.top="125px";E.style.left="220px";E.style.width="30px";E.style.height="1000px";E.style.background="whiteSmoke";document.body.appendChild(E);var w=document.createElement("div");w.style.position="absolute";w.style.top="95px";w.style.left="220px";w.style.width="30px";w.style.height="30px";w.style.background="whiteSmoke";document.body.appendChild(w);this.vRuler=new mxRuler(this.editor.graph,E,!0);this.hRuler=new mxRuler(this.editor.graph,l,!1)}if("1"==urlParams.test){l=document.getElementById("geFooter"); -null!=l&&(this.styleInput=document.createElement("input"),this.styleInput.setAttribute("type","text"),this.styleInput.style.position="absolute",this.styleInput.style.top="14px",this.styleInput.style.left="2px",this.styleInput.style.width="98%",this.styleInput.style.visibility="hidden",this.styleInput.style.opacity="0.9",mxEvent.addListener(this.styleInput,"change",mxUtils.bind(this,function(){this.editor.graph.getModel().setStyle(this.editor.graph.getSelectionCell(),this.styleInput.value)})),l.appendChild(this.styleInput), -this.editor.graph.getSelectionModel().addListener(mxEvent.CHANGE,mxUtils.bind(this,function(a,b){if(0<this.editor.graph.getSelectionCount()){var c=this.editor.graph.getSelectionCell(),c=this.editor.graph.getModel().getStyle(c);this.styleInput.value=c||"";this.styleInput.style.visibility="visible"}else this.styleInput.style.visibility="hidden"})));var G=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==this.styleInput?!0:G.apply(this,arguments)}}l=document.getElementById("geInfo"); -null!=l&&l.parentNode.removeChild(l);if(Graph.fileSupport&&(!this.editor.chromeless||this.editor.editable)){var y=null;mxEvent.addListener(b.container,"dragleave",function(a){b.isEnabled()&&(null!=y&&(y.parentNode.removeChild(y),y=null),a.stopPropagation(),a.preventDefault())});mxEvent.addListener(b.container,"dragover",mxUtils.bind(this,function(a){null==y&&(!mxClient.IS_IE||10<document.documentMode)&&(y=this.highlightElement(b.container));null!=this.sidebar&&this.sidebar.hideTooltip();a.stopPropagation(); -a.preventDefault()}));mxEvent.addListener(b.container,"drop",mxUtils.bind(this,function(a){null!=y&&(y.parentNode.removeChild(y),y=null);if(b.isEnabled()){var c=mxUtils.convertPoint(b.container,mxEvent.getClientX(a),mxEvent.getClientY(a)),d=b.view.translate,e=b.view.scale,f=c.x/e-d.x,g=c.y/e-d.y;mxEvent.isAltDown(a)&&(g=f=0);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,f,g,this.maxImageSize,null,null,null,null,mxEvent.isControlDown(a),null,null,mxEvent.isShiftDown(a));else{var k= -0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):null,c=this.extractGraphModelFromEvent(a,null!=this.pages);if(null!=c)b.setSelectionCells(this.importXml(c,f,g,!0));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")){var h=a.dataTransfer.getData("text/html"),c=document.createElement("div");c.innerHTML=h;var p=null,d=c.getElementsByTagName("img");null!=d&&1==d.length?(h=d[0].getAttribute("src"),/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(h)||(p= -!0)):(c=c.getElementsByTagName("a"),null!=c&&1==c.length&&(h=c[0].getAttribute("href")));var m=!0,n=mxUtils.bind(this,function(){b.setSelectionCells(this.insertTextAt(h,f,g,!0,p,null,m))});p&&h.length>this.resampleThreshold?this.confirmImageResize(function(a){m=a;n()},mxEvent.isControlDown(a)):n()}else null!=k&&/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(k)?this.loadImage(decodeURIComponent(k),mxUtils.bind(this,function(a){var c=Math.max(1,a.width);a=Math.max(1,a.height);var d=this.maxImageSize,d=Math.min(1, -Math.min(d/Math.max(1,c)),d/Math.max(1,a));b.setSelectionCell(b.insertVertex(null,null,"",f,g,c*d,a*d,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+k+";"))}),mxUtils.bind(this,function(a){b.setSelectionCells(this.insertTextAt(k,f,g,!0))})):0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&b.setSelectionCells(this.insertTextAt(a.dataTransfer.getData("text/plain"),f,g,!0))}}a.stopPropagation();a.preventDefault()}),!1)}this.initPages(); -"1"==urlParams.embed&&this.initializeEmbedMode();this.installSettings()};EditorUi.prototype.getLinkTitle=function(a){var b=Graph.prototype.getLinkTitle.apply(this,arguments);if("data:page/id,"==a.substring(0,13)){var c=a.indexOf(",");0<c&&(b=this.getPageById(a.substring(c+1)),b=null!=b?b.getName():mxResources.get("pageNotFound"))}else"data:"==a.substring(0,5)&&(b=mxResources.get("action"));return b};EditorUi.prototype.handleCustomLink=function(a){if("data:page/id,"==a.substring(0,13)){var b=a.indexOf(","); -(a=this.getPageById(a.substring(b+1)))&&this.selectPage(a)}else this.editor.graph.handleCustomLink(a)};EditorUi.prototype.isSettingsEnabled=function(){return"undefined"!==typeof window.mxSettings&&(isLocalStorage||mxClient.IS_CHROMEAPP)};EditorUi.prototype.installSettings=function(){if(this.isSettingsEnabled()){ColorDialog.recentColors=mxSettings.getRecentColors();this.editor.graph.currentEdgeStyle=mxSettings.getCurrentEdgeStyle();this.editor.graph.currentVertexStyle=mxSettings.getCurrentVertexStyle(); -this.fireEvent(new mxEventObject("styleChanged","keys",[],"values",[],"cells",[]));this.addListener("styleChanged",mxUtils.bind(this,function(a,b){mxSettings.setCurrentEdgeStyle(this.editor.graph.currentEdgeStyle);mxSettings.setCurrentVertexStyle(this.editor.graph.currentVertexStyle);mxSettings.save()}));this.editor.graph.connectionHandler.setCreateTarget(mxSettings.isCreateTarget());this.fireEvent(new mxEventObject("copyConnectChanged"));this.addListener("copyConnectChanged",mxUtils.bind(this,function(a, -b){mxSettings.setCreateTarget(this.editor.graph.connectionHandler.isCreateTarget());mxSettings.save()}));this.editor.graph.pageFormat=mxSettings.getPageFormat();this.addListener("pageFormatChanged",mxUtils.bind(this,function(a,b){mxSettings.setPageFormat(this.editor.graph.pageFormat);mxSettings.save()}));this.editor.graph.view.gridColor=mxSettings.getGridColor();this.addListener("gridColorChanged",mxUtils.bind(this,function(a,b){mxSettings.setGridColor(this.editor.graph.view.gridColor);mxSettings.save()})); -if(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)this.editor.addListener("autosaveChanged",mxUtils.bind(this,function(a,b){mxSettings.setAutosave(this.editor.autosave);mxSettings.save()})),this.editor.autosave=mxSettings.getAutosave();null!=this.sidebar&&this.sidebar.showPalette("search",mxSettings.settings.search);this.editor.chromeless&&!this.editor.editable||null==this.sidebar||!(mxSettings.settings.isNew||8>=parseInt(mxSettings.settings.version||0))||(this.toggleScratchpad(),mxSettings.save()); -this.addListener("formatWidthChanged",function(){mxSettings.setFormatWidth(this.formatWidth);mxSettings.save()})}};EditorUi.prototype.copyCells=function(a,b){var c=this.editor.graph;if(c.isSelectionEmpty())a.innerHTML="";else{var d=mxUtils.sortCells(c.model.getTopmostCells(c.getSelectionCells())),e=mxUtils.getXml(this.editor.graph.encodeCells(d));mxUtils.setTextContent(a,encodeURIComponent(e));b?(c.removeCells(d,!1),c.lastPasteXml=null):(c.lastPasteXml=e,c.pasteCounter=0);a.focus();document.execCommand("selectAll", -!1,null)}};EditorUi.prototype.pasteCells=function(a,b){if(!mxEvent.isConsumed(a)){var c=b.getElementsByTagName("span");if(null!=c&&0<c.length&&"application/vnd.lucid.chart.objects"===c[0].getAttribute("data-lucid-type")){var d=c[0].getAttribute("data-lucid-content");null!=d&&0<d.length&&(this.importLucidChart(d,0,0),mxEvent.consume(a))}else{var d=this.editor.graph,e=mxUtils.trim(mxClient.IS_QUIRKS||8==document.documentMode?mxUtils.getTextContent(b):b.textContent),f=!1;try{var g=e.lastIndexOf("%3E"); -0<=g&&g<e.length-3&&(e=e.substring(0,g+3))}catch(z){}try{var c=b.getElementsByTagName("span"),k=null!=c&&0<c.length?mxUtils.trim(decodeURIComponent(c[0].textContent)):decodeURIComponent(e);this.isCompatibleString(k)&&(f=!0,e=k)}catch(z){}d.lastPasteXml==e?d.pasteCounter++:(d.lastPasteXml=e,d.pasteCounter=0);c=d.pasteCounter*d.gridSize;if(null!=e&&0<e.length&&(f||this.isCompatibleString(e)?d.setSelectionCells(this.importXml(e,c,c)):(f=d.getInsertPoint(),d.isMouseInsertPoint()&&(c=0,d.lastPasteXml== -e&&0<d.pasteCounter&&d.pasteCounter--),d.setSelectionCells(this.insertTextAt(e,f.x+c,f.y+c,!0))),!d.isSelectionEmpty())){d.scrollCellToVisible(d.getSelectionCell());null!=this.hoverIcons&&this.hoverIcons.update(d.view.getState(d.getSelectionCell()));try{mxEvent.consume(a)}catch(z){}}}}};EditorUi.prototype.addFileDropHandler=function(a){if(Graph.fileSupport)for(var b=null,c=0;c<a.length;c++)mxEvent.addListener(a[c],"dragleave",function(a){null!=b&&(b.parentNode.removeChild(b),b=null);a.stopPropagation(); -a.preventDefault()}),mxEvent.addListener(a[c],"dragover",mxUtils.bind(this,function(a){(this.editor.graph.isEnabled()||"1"!=urlParams.embed)&&null==b&&(!mxClient.IS_IE||10<document.documentMode&&12>document.documentMode)&&(b=this.highlightElement());a.stopPropagation();a.preventDefault()})),mxEvent.addListener(a[c],"drop",mxUtils.bind(this,function(a){null!=b&&(b.parentNode.removeChild(b),b=null);if(this.editor.graph.isEnabled()||"1"!=urlParams.embed)if(0<a.dataTransfer.files.length)this.hideDialog(), -"1"==urlParams.embed?this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,null,null,null,null,!mxEvent.isControlDown(a)&&!mxEvent.isShiftDown(a)):this.openFiles(a.dataTransfer.files,!0);else{var c=this.extractGraphModelFromEvent(a);if(null==c){var d=null!=a.dataTransfer?a.dataTransfer:a.clipboardData;null!=d&&(10==document.documentMode||11==document.documentMode?c=d.getData("Text"):(c=null,c=0<=mxUtils.indexOf(d.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):0<=mxUtils.indexOf(d.types, -"text/html")?d.getData("text/html"):null,null!=c&&0<c.length?(d=document.createElement("div"),d.innerHTML=c,d=d.getElementsByTagName("img"),0<d.length&&(c=d[0].getAttribute("src"))):0<=mxUtils.indexOf(d.types,"text/plain")&&(c=d.getData("text/plain"))),null!=c&&("data:image/png;base64,"==c.substring(0,22)?(c=this.extractGraphModelFromPng(c),null!=c&&0<c.length&&this.openLocalFile(c,null,!0)):!this.isOffline()&&this.isRemoteFileFormat(c)?(new mxXmlRequest(OPEN_URL,"format=xml&data="+encodeURIComponent(c))).send(mxUtils.bind(this, -function(a){200<=a.getStatus()&&299>=a.getStatus()&&this.openLocalFile(a.getText(),null,!0)})):/^https?:\/\//.test(c)&&(null==this.getCurrentFile()?window.location.hash="#U"+encodeURIComponent(c):window.openWindow((mxClient.IS_CHROMEAPP?"https://www.draw.io/":"https://"+location.host+"/")+window.location.search+"#U"+encodeURIComponent(c)))))}else this.openLocalFile(c,null,!0)}a.stopPropagation();a.preventDefault()}))};EditorUi.prototype.highlightElement=function(a){var b=0,c=0,d,e;if(null==a){e=document.body; -var f=document.documentElement;d=(e.clientWidth||f.clientWidth)-3;e=Math.max(e.clientHeight||0,f.clientHeight)-3}else b=a.offsetTop,c=a.offsetLeft,d=a.clientWidth,e=a.clientHeight;f=document.createElement("div");f.style.zIndex=mxPopupMenu.prototype.zIndex+2;f.style.border="3px dotted rgb(254, 137, 12)";f.style.pointerEvents="none";f.style.position="absolute";f.style.top=b+"px";f.style.left=c+"px";f.style.width=Math.max(0,d-3)+"px";f.style.height=Math.max(0,e-3)+"px";null!=a&&a.parentNode==this.editor.graph.container? -this.editor.graph.container.appendChild(f):document.body.appendChild(f);return f};EditorUi.prototype.stringToCells=function(a){a=mxUtils.parseXml(a);var b=this.editor.extractGraphModel(a.documentElement);a=[];if(null!=b){var c=new mxCodec(b.ownerDocument),d=new mxGraphModel;c.decode(b,d);b=d.getChildAt(d.getRoot(),0);for(c=0;c<d.getChildCount(b);c++)a.push(d.getChildAt(b,c))}return a};EditorUi.prototype.openFiles=function(a,b){if(this.spinner.spin(document.body,mxResources.get("loading")))for(var c= -0;c<a.length;c++)mxUtils.bind(this,function(a){var c=new FileReader;c.onload=mxUtils.bind(this,function(c){var d=c.target.result,e=a.name;if(null!=e&&0<e.length){!this.useCanvasForExport&&/(\.png)$/i.test(e)&&(e=e.substring(0,e.length-4)+".xml");var f=mxUtils.bind(this,function(a){e=0<=e.lastIndexOf(".")?e.substring(0,e.lastIndexOf("."))+".xml":e+".xml";if("<mxlibrary"==a.substring(0,10)){null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename, -b);try{this.loadLibrary(new LocalLibrary(this,a,e))}catch(F){this.handleError(F,mxResources.get("errorLoadingFile"))}}else this.openLocalFile(a,e,b)});if(/(\.vsdx?)($|\?)/i.test(e)||/(\.vssx)($|\?)/i.test(e))this.importVisio(a,mxUtils.bind(this,function(a){this.spinner.stop();f(a)}));else if(Graph.fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(d,e))this.parseFile(a,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status? -f(a.responseText):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge":"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))}));else if('{"state":"{\\"Properties\\":'==d.substring(0,26))/(\.json)$/i.test(e)&&(e=e.substring(0,e.length-5)+".xml"),this.openLocalFile(this.emptyDiagramXml,e,b),this.importLucidChart(d,0,0,null,mxUtils.bind(this,function(){this.editor.undoManager.clear();this.spinner.stop()}));else if("<mxlibrary"==c.target.result.substring(0,10)){this.spinner.stop(); -null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename,b);try{this.loadLibrary(new LocalLibrary(this,c.target.result,a.name))}catch(p){this.handleError(p,mxResources.get("errorLoadingFile"))}}else"image/png"==a.type.substring(0,9)&&(d=this.extractGraphModelFromPng(d)),this.spinner.stop(),this.openLocalFile(d,e,b)}});c.onerror=mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a);window.openFile=null});"image"===a.type.substring(0, -5)&&"image/svg"!==a.type.substring(0,9)?c.readAsDataURL(a):c.readAsText(a)})(a[c])};EditorUi.prototype.openLocalFile=function(a,b,c){var d=this.getCurrentFile(),e=mxUtils.bind(this,function(){window.openFile=null;if(null==b&&null!=this.getCurrentFile()&&this.isDiagramEmpty()){var d=mxUtils.parseXml(a);null!=d&&(this.editor.setGraphXml(d.documentElement),this.editor.graph.selectAll())}else this.fileLoaded(new LocalFile(this,a,b||this.defaultFilename,c))});null!=a&&0<a.length&&(null==d||!d.isModified()&& -(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)?e():(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)&&null!=d&&d.isModified()?this.confirm(mxResources.get("allChangesLost"),null,e,mxResources.get("cancel"),mxResources.get("discardChanges")):(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(a,b),window.openWindow(this.getUrl(),null,mxUtils.bind(this,function(){this.confirm(mxResources.get("allChangesLost"),null,e,mxResources.get("cancel"),mxResources.get("discardChanges"))}))))}; -EditorUi.prototype.getBasenames=function(){var a={};if(null!=this.pages)for(var b=0;b<this.pages.length;b++)this.updatePageRoot(this.pages[b]),this.addBasenamesForCell(this.pages[b].root,a);else this.addBasenamesForCell(this.editor.graph.model.getRoot(),a);var b=[],c;for(c in a)b.push(c);return b};EditorUi.prototype.addBasenamesForCell=function(a,b){function c(a){if(null!=a){var c=a.lastIndexOf(".");0<c&&(a=a.substring(c+1,a.length));null==b[a]&&(b[a]=!0)}}var d=this.editor.graph,e=d.getCellStyle(a); -c(mxStencilRegistry.getBasenameForStencil(e[mxConstants.STYLE_SHAPE]));d.model.isEdge(a)&&(c(mxMarker.getPackageForType(e[mxConstants.STYLE_STARTARROW])),c(mxMarker.getPackageForType(e[mxConstants.STYLE_ENDARROW])));for(var e=d.model.getChildCount(a),f=0;f<e;f++)this.addBasenamesForCell(d.model.getChildAt(a,f),b)};EditorUi.prototype.setGraphEnabled=function(a){this.diagramContainer.style.visibility=a?"":"hidden";this.formatContainer.style.visibility=a?"":"hidden";this.sidebarFooterContainer.style.display= -a?"":"none";this.sidebarContainer.style.display=a?"":"none";this.hsplit.style.display=a?"":"none";this.editor.graph.setEnabled(a);null!=this.tabContainer&&(this.tabContainer.style.visibility=a?"":"hidden");a||(null!=this.actions.outlineWindow&&this.actions.outlineWindow.window.setVisible(!1),null!=this.actions.layersWindow&&this.actions.layersWindow.window.setVisible(!1),null!=this.menus.tagsWindow&&this.menus.tagsWindow.window.setVisible(!1),null!=this.menus.findWindow&&this.menus.findWindow.window.setVisible(!1))}; -EditorUi.prototype.initializeEmbedMode=function(){this.setGraphEnabled(!1);(window.opener||window.parent)!=window&&("1"!=urlParams.spin||this.spinner.spin(document.body,mxResources.get("loading")))&&this.installMessageHandler(mxUtils.bind(this,function(a,b,c){this.spinner.stop();this.addEmbedButtons();this.setGraphEnabled(!0);null!=a&&0<a.length?(this.setFileData(a),this.editor.isChromelessView()?this.editor.graph.isLightboxView()&&this.lightboxFit():this.showLayersDialog(),this.chromelessResize&& -this.chromelessResize()):(this.editor.graph.model.clear(),this.editor.fireEvent(new mxEventObject("resetGraphView")));this.editor.undoManager.clear();this.editor.modified=null!=c?c:!1;this.updateUi();window.self!==window.top&&window.focus();null!=this.format&&this.format.refresh()}))};EditorUi.prototype.showLayersDialog=function(){1<this.editor.graph.getModel().getChildCount(this.editor.graph.getModel().getRoot())&&(null==this.actions.layersWindow?this.actions.get("layers").funct():this.actions.layersWindow.window.setVisible(!0))}; -EditorUi.prototype.getPublicUrl=function(a,b){null!=a?a.getPublicUrl(b):b(null)};EditorUi.prototype.createLoadMessage=function(a){var b=this.editor.graph;return{event:a,pageVisible:b.pageVisible,translate:b.view.translate,scale:b.view.scale,page:b.view.getBackgroundPageBounds(),bounds:b.getGraphBounds()}};EditorUi.prototype.installMessageHandler=function(a){var b=null,c=!1,d=!1,e=null,f=mxUtils.bind(this,function(a,b){this.editor.modified&&"0"!=urlParams.modified?null!=urlParams.modified&&this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(urlParams.modified))): -this.editor.setStatus("")});this.editor.graph.model.addListener(mxEvent.CHANGE,f);mxEvent.addListener(window,"message",mxUtils.bind(this,function(f){function h(a){if(null!=a&&"function"===typeof a.charAt&&"<"!=a.charAt(0))try{"data:image/svg+xml;base64,"==a.substring(0,26)?a=atob(a.substring(26)):"data:image/svg+xml;utf8,"==a.substring(0,24)&&(a=a.substring(24)),null!=a&&("%"==a.charAt(0)?a=decodeURIComponent(a):"<"!=a.charAt(0)&&(a=this.editor.graph.decompress(a)))}catch(L){}return a}if(f.source== -(window.opener||window.parent)){var p=f.data;if("json"==urlParams.proto){try{p=JSON.parse(p)}catch(H){p=null}if(null==p)return;if("dialog"==p.action){this.showError(null!=p.titleKey?mxResources.get(p.titleKey):p.title,null!=p.messageKey?mxResources.get(p.messageKey):p.message,null!=p.buttonKey?mxResources.get(p.buttonKey):p.button);null!=p.modified&&(this.editor.modified=p.modified);return}if("prompt"==p.action){this.spinner.stop();var k=new FilenameDialog(this,p.defaultValue||"",null!=p.okKey?mxResources.get(p.okKey): -null,function(a){null!=a&&g.postMessage(JSON.stringify({event:"prompt",value:a,message:p}),"*")},null!=p.titleKey?mxResources.get(p.titleKey):p.title);this.showDialog(k.container,300,80,!0,!1);k.init();return}if("draft"==p.action){k=null;k="data:image/png;base64,"==p.xml.substring(0,22)?this.extractGraphModelFromPng(p.xml):h(p.xml);this.spinner.stop();k=new DraftDialog(this,mxResources.get("draftFound",[p.name||this.defaultFilename]),k,mxUtils.bind(this,function(){this.hideDialog();g.postMessage(JSON.stringify({event:"draft", -result:"edit",message:p}),"*")}),mxUtils.bind(this,function(){this.hideDialog();g.postMessage(JSON.stringify({event:"draft",result:"discard",message:p}),"*")}),p.editKey?mxResources.get(p.editKey):null,p.discardKey?mxResources.get(p.discardKey):null,p.ignore?mxUtils.bind(this,function(){this.hideDialog();g.postMessage(JSON.stringify({event:"draft",result:"ignore",message:p}),"*")}):null);this.showDialog(k.container,640,480,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()})); -try{k.init()}catch(H){g.postMessage(JSON.stringify({event:"draft",error:H.toString(),message:p}),"*")}return}if("template"==p.action){this.spinner.stop();var k=1==p.enableRecent,m=1==p.enableSearch,k=new NewDialog(this,!1,null!=p.callback,mxUtils.bind(this,function(b,c){b=b||this.emptyDiagramXml;null!=p.callback?g.postMessage(JSON.stringify({event:"template",xml:b,blank:b==this.emptyDiagramXml,name:c}),"*"):(a(b,f,b!=this.emptyDiagramXml),this.editor.modified||this.editor.setStatus(""))}),null,null, -null,null,null,null,null,k?mxUtils.bind(this,function(a){this.recentReadyCallback=a;g.postMessage(JSON.stringify({event:"recentDocs"}),"*")}):null,m?mxUtils.bind(this,function(a,b){this.searchReadyCallback=b;g.postMessage(JSON.stringify({event:"searchDocs",searchStr:a}),"*")}):null,function(a,b,c){g.postMessage(JSON.stringify({event:"template",docUrl:a,info:b,name:c}),"*")});this.showDialog(k.container,620,440,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()}));k.init();return}if("searchDocsList"== -p.action)this.searchReadyCallback(p.list,p.errorMsg);else if("recentDocsList"==p.action)this.recentReadyCallback(p.list,p.errorMsg);else{if("status"==p.action){null!=p.messageKey?this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(p.messageKey))):null!=p.message&&this.editor.setStatus(mxUtils.htmlEntities(p.message));null!=p.modified&&(this.editor.modified=p.modified);return}if("spinner"==p.action){var l=null!=p.messageKey?mxResources.get(p.messageKey):p.message;null==p.show||p.show?this.spinner.spin(document.body, -l):this.spinner.stop();return}if("export"==p.action){if("png"==p.format||"xmlpng"==p.format){if(null==p.spin&&null==p.spinKey||this.spinner.spin(document.body,null!=p.spinKey?mxResources.get(p.spinKey):p.spin)){var n=null!=p.xml?p.xml:this.getFileData(!0);this.editor.graph.setEnabled(!1);var u=this.editor.graph,q=mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();var b=this.createLoadMessage("export");b.format=p.format;b.message=p;b.data=a;b.xml=encodeURIComponent(n); -g.postMessage(JSON.stringify(b),"*")}),v=mxUtils.bind(this,function(a){null==a&&(a=Editor.blankImage);"xmlpng"==p.format&&(a=this.writeGraphModelToPng(a,"zTXt","mxGraphModel",atob(this.editor.graph.compress(n))));u!=this.editor.graph&&u.container.parentNode.removeChild(u.container);q(a)});if(this.isExportToCanvas()){if(null!=this.pages&&this.currentPage!=this.pages[0]){var u=this.createTemporaryGraph(u.getStylesheet()),t=u.getGlobalVariable,A=this.pages[0];u.getGlobalVariable=function(a){return"page"== -a?A.getName():"pagenumber"==a?1:t.apply(this,arguments)};document.body.appendChild(u.container);u.model.setRoot(A.root)}this.exportToCanvas(mxUtils.bind(this,function(a){v(a.toDataURL("image/png"))}),null,null,null,mxUtils.bind(this,function(){v(null)}),null,null,null,null,null,null,u)}else(new mxXmlRequest(EXPORT_URL,"format=png&embedXml="+("xmlpng"==p.format?"1":"0")+"&base64=1&xml="+encodeURIComponent(encodeURIComponent(n)))).send(mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()? -q("data:image/png;base64,"+a.getText()):v(null)}),mxUtils.bind(this,function(){v(null)}))}}else{null!=p.xml&&0<p.xml.length&&this.setFileData(p.xml);l=this.createLoadMessage("export");if("html2"==p.format||"html"==p.format&&("0"!=urlParams.pages||null!=this.pages&&1<this.pages.length))k=this.getXmlFileData(),l.xml=mxUtils.getXml(k),l.data=this.getFileData(null,null,!0,null,null,null,k),l.format=p.format;else if("html"==p.format)n=this.editor.getGraphXml(),l.data=this.getHtml(n,this.editor.graph), -l.xml=mxUtils.getXml(n),l.format=p.format;else{mxSvgCanvas2D.prototype.foAltText=null;k=this.editor.graph.background;k==mxConstants.NONE&&(k=null);l.xml=this.getFileData(!0);l.format="svg";if(p.embedImages||null==p.embedImages){if(null==p.spin&&null==p.spinKey||this.spinner.spin(document.body,null!=p.spinKey?mxResources.get(p.spinKey):p.spin))this.editor.graph.setEnabled(!1),"xmlsvg"==p.format?this.getEmbeddedSvg(l.xml,this.editor.graph,null,!0,mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0); -this.spinner.stop();l.data=this.createSvgDataUri(a);g.postMessage(JSON.stringify(l),"*")})):this.convertImages(this.editor.graph.getSvg(k),mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();l.data=this.createSvgDataUri(mxUtils.getXml(a));g.postMessage(JSON.stringify(l),"*")}));return}k="xmlsvg"==p.format?this.getEmbeddedSvg(this.getFileData(!0),this.editor.graph,null,!0):mxUtils.getXml(this.editor.graph.getSvg(k));l.data=this.createSvgDataUri(k)}g.postMessage(JSON.stringify(l), -"*")}return}if("load"==p.action)d=1==p.autosave,this.hideDialog(),null!=p.modified&&null==urlParams.modified&&(urlParams.modified=p.modified),null!=p.saveAndExit&&null==urlParams.saveAndExit&&(urlParams.saveAndExit=p.saveAndExit),null!=p.title&&null!=this.buttonContainer&&(k=document.createElement("span"),mxUtils.write(k,p.title),"atlas"==uiTheme?(this.buttonContainer.style.paddingRight="12px",this.buttonContainer.style.paddingTop="12px"):"min"!=uiTheme&&(this.buttonContainer.style.paddingRight="38px", -this.buttonContainer.style.paddingTop="6px"),null!=this.embedFilenameSpan&&this.embedFilenameSpan.parentNode.removeChild(this.embedFilenameSpan),this.buttonContainer.appendChild(k),this.embedFilenameSpan=k),p=null!=p.xmlpng?this.extractGraphModelFromPng(p.xmlpng):null!=p.xml&&"data:image/png;base64,"==p.xml.substring(0,22)?this.extractGraphModelFromPng(p.xml):p.xml;else{g.postMessage(JSON.stringify({error:"unknownMessage",data:JSON.stringify(p)}),"*");return}}}p=h(p);c=!0;try{a(p,f)}catch(H){this.handleError(H)}c= -!1;null!=urlParams.modified&&this.editor.setStatus("");var x=mxUtils.bind(this,function(){return"0"!=urlParams.pages||null!=this.pages&&1<this.pages.length?this.getFileData(!0):mxUtils.getXml(this.editor.getGraphXml())});e=x();d&&null==b&&(b=mxUtils.bind(this,function(a,b){var d=x();if(d!=e&&!c){var f=this.createLoadMessage("autosave");f.xml=d;d=JSON.stringify(f);(window.opener||window.parent).postMessage(d,"*")}e=d}),this.editor.graph.model.addListener(mxEvent.CHANGE,b),this.editor.graph.addListener("gridSizeChanged", -b),this.editor.graph.addListener("shadowVisibleChanged",b),this.addListener("pageFormatChanged",b),this.addListener("pageScaleChanged",b),this.addListener("backgroundColorChanged",b),this.addListener("backgroundImageChanged",b),this.addListener("foldingEnabledChanged",b),this.addListener("mathEnabledChanged",b),this.addListener("gridEnabledChanged",b),this.addListener("guidesEnabledChanged",b),this.addListener("pageViewChanged",b));"1"!=urlParams.returnbounds&&"json"!=urlParams.proto||g.postMessage(JSON.stringify(this.createLoadMessage("load")), -"*")}}));var g=window.opener||window.parent,f="json"==urlParams.proto?JSON.stringify({event:"init"}):urlParams.ready||"ready";g.postMessage(f,"*")};EditorUi.prototype.addEmbedButtons=function(){if(null!=this.menubar){var a=document.createElement("div");a.style.display="inline-block";a.style.position="absolute";a.style.paddingTop="atlas"==uiTheme?"2px":"3px";a.style.paddingLeft="8px";a.style.paddingBottom="2px";var b=document.createElement("button");mxUtils.write(b,mxResources.get("save"));b.setAttribute("title", -mxResources.get("save")+" ("+Editor.ctrlKey+"+S)");b.className="geBigButton";b.style.fontSize="12px";b.style.padding="4px 6px 4px 6px";b.style.borderRadius="3px";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("save").funct()}));a.appendChild(b);"1"==urlParams.saveAndExit&&(b=document.createElement("a"),mxUtils.write(b,mxResources.get("saveAndExit")),b.setAttribute("title",mxResources.get("saveAndExit")),b.style.fontSize="12px",b.style.marginLeft="6px",b.style.padding= -"4px",b.style.cursor="pointer",mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("saveAndExit").funct()})),a.appendChild(b));b=document.createElement("a");mxUtils.write(b,mxResources.get("exit"));b.setAttribute("title",mxResources.get("exit"));b.style.fontSize="12px";b.style.marginLeft="6px";b.style.marginRight="20px";b.style.padding="4px";b.style.cursor="pointer";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("exit").funct()}));a.appendChild(b); -this.toolbar.container.appendChild(a);this.toolbar.staticElements.push(a);a.style.right="atlas"!=uiTheme?"52px":"42px"}};EditorUi.prototype.showImportCsvDialog=function(){null==this.importCsvDialog&&(this.importCsvDialog=new TextareaDialog(this,mxResources.get("csv")+":",Editor.defaultCsvValue,mxUtils.bind(this,function(a){this.importCsv(a)}),null,null,620,430,null,!0,!0,mxResources.get("import")));this.showDialog(this.importCsvDialog.container,640,520,!0,!0);this.importCsvDialog.init()};EditorUi.prototype.importCsv= -function(a,b){try{var c=a.split("\n"),d=[];if(0<c.length){var e={},f=null,g=null,h="",k="auto",p="auto",m=null,l=null,E=40,w=40,G=0,y=this.editor.graph;y.getGraphBounds();for(var C=function(){null!=b?b(ba):(y.setSelectionCells(ba),y.scrollCellToVisible(y.getSelectionCell()))},I=y.getFreeInsertPoint(),A=I.x,D=I.y,I=D,H=null,L="auto",M=[],Y=null,aa=null,O=0;O<c.length&&"#"==c[O].charAt(0);){a=c[O];for(O++;O<c.length&&"\\"==a.charAt(a.length-1)&&"#"==c[O].charAt(0);)a=a.substring(0,a.length-1)+mxUtils.trim(c[O].substring(1)), -O++;if("#"!=a.charAt(1)){var X=a.indexOf(":");if(0<X){var R=mxUtils.trim(a.substring(1,X)),J=mxUtils.trim(a.substring(X+1));"label"==R?H=y.sanitizeHtml(J):"style"==R?f=J:"identity"==R&&0<J.length&&"-"!=J?g=J:"namespace"==R&&0<J.length&&"-"!=J?h=J:"width"==R?k=J:"height"==R?p=J:"left"==R&&0<J.length?m=J:"top"==R&&0<J.length?l=J:"ignore"==R?aa=J.split(","):"connect"==R?M.push(JSON.parse(J)):"link"==R?Y=J:"padding"==R?G=parseFloat(J):"edgespacing"==R?E=parseFloat(J):"nodespacing"==R?w=parseFloat(J): -"layout"==R&&(L=J)}}}var T=this.editor.csvToArray(c[O]),X=null;if(null!=g)for(var N=0;N<T.length;N++)if(g==T[N]){X=N;break}null==H&&(H="%"+T[0]+"%");if(null!=M)for(var S=0;S<M.length;S++)null==e[M[S].to]&&(e[M[S].to]={});y.model.beginUpdate();try{for(N=O+1;N<c.length;N++){var U=this.editor.csvToArray(c[N]);if(U.length==T.length){var K=null,W=null!=X?h+U[X]:null;null!=W&&(K=y.model.getCell(W));null==K&&(K=new mxCell(H,new mxGeometry(A,I,0,0),f||"whiteSpace=wrap;html=1;"),K.vertex=!0,K.id=W);for(var P= -0;P<U.length;P++)y.setAttributeForCell(K,T[P],U[P]);y.setAttributeForCell(K,"placeholders","1");K.style=y.replacePlaceholders(K,K.style);for(S=0;S<M.length;S++)e[M[S].to][K.getAttribute(M[S].to)]=K;null!=Y&&"link"!=Y&&(y.setLinkForCell(K,K.getAttribute(Y)),y.setAttributeForCell(K,Y,null));y.fireEvent(new mxEventObject("cellsInserted","cells",[K]));var V=this.editor.graph.getPreferredSizeForCell(K);K.vertex&&(null!=m&&null!=K.getAttribute(m)&&(K.geometry.x=A+parseFloat(K.getAttribute(m))),null!=l&& -null!=K.getAttribute(l)&&(K.geometry.y=D+parseFloat(K.getAttribute(l))),"@"==k.charAt(0)&&null!=K.getAttribute(k.substring(1))?K.geometry.width=parseFloat(K.getAttribute(k.substring(1))):K.geometry.width="auto"==k?V.width+G:parseFloat(k),"@"==p.charAt(0)&&null!=K.getAttribute(p.substring(1))?K.geometry.height=parseFloat(K.getAttribute(p.substring(1))):K.geometry.height="auto"==p?V.height+G:parseFloat(p),I+=K.geometry.height+w);d.push(y.addCell(K))}}for(var Z=d.slice(),ba=d.slice(),S=0;S<M.length;S++)for(var Q= -M[S],N=0;N<d.length;N++){var K=d[N],ia=K.getAttribute(Q.from);if(null!=ia){y.setAttributeForCell(K,Q.from,null);for(var ja=ia.split(","),P=0;P<ja.length;P++){var ca=e[Q.to][ja[P]];null!=ca&&(H=Q.label,null!=Q.fromlabel&&(H=(K.getAttribute(Q.fromlabel)||"")+(H||"")),null!=Q.tolabel&&(H=(H||"")+(ca.getAttribute(Q.tolabel)||"")),ba.push(y.insertEdge(null,null,H||"",Q.invert?ca:K,Q.invert?K:ca,Q.style||y.createCurrentEdgeStyle())),mxUtils.remove(Q.invert?K:ca,Z))}}}if(null!=aa)for(N=0;N<d.length;N++)for(K= -d[N],P=0;P<aa.length;P++)y.setAttributeForCell(K,mxUtils.trim(aa[P]),null);var fa=new mxParallelEdgeLayout(y);fa.spacing=E;var ka=function(){fa.execute(y.getDefaultParent());for(var a=0;a<d.length;a++){var b=y.getCellGeometry(d[a]);b.x=Math.round(y.snap(b.x));b.y=Math.round(y.snap(b.y));"auto"==k&&(b.width=Math.round(y.snap(b.width)));"auto"==p&&(b.height=Math.round(y.snap(b.height)))}};if("circle"==L){var da=new mxCircleLayout(y);da.resetEdges=!1;var la=da.isVertexIgnored;da.isVertexIgnored=function(a){return la.apply(this, -arguments)||0>mxUtils.indexOf(d,a)};this.executeLayout(function(){da.execute(y.getDefaultParent());ka()},!0,C);C=null}else if("horizontaltree"==L||"verticaltree"==L||"auto"==L&&ba.length==2*d.length-1&&1==Z.length){y.view.validate();var ga=new mxCompactTreeLayout(y,"horizontaltree"==L);ga.levelDistance=w;ga.edgeRouting=!1;ga.resetEdges=!1;this.executeLayout(function(){ga.execute(y.getDefaultParent(),0<Z.length?Z[0]:null)},!0,C);C=null}else if("horizontalflow"==L||"verticalflow"==L||"auto"==L&&1== -Z.length){y.view.validate();var ha=new mxHierarchicalLayout(y,"horizontalflow"==L?mxConstants.DIRECTION_WEST:mxConstants.DIRECTION_NORTH);ha.intraCellSpacing=w;ha.disableEdgeStyle=!1;this.executeLayout(function(){ha.execute(y.getDefaultParent(),ba);y.moveCells(ba,A,D)},!0,C);C=null}else if("organic"==L||"auto"==L&&ba.length>d.length){y.view.validate();var ea=new mxFastOrganicLayout(y);ea.forceConstant=3*w;ea.resetEdges=!1;var ma=ea.isVertexIgnored;ea.isVertexIgnored=function(a){return ma.apply(this, -arguments)||0>mxUtils.indexOf(d,a)};fa=new mxParallelEdgeLayout(y);fa.spacing=E;this.executeLayout(function(){ea.execute(y.getDefaultParent());ka()},!0,C);C=null}this.hideDialog()}finally{y.model.endUpdate()}null!=C&&C()}}catch(na){this.handleError(na)}};EditorUi.prototype.getSearch=function(a){var b="";if("1"!=urlParams.offline&&"1"!=urlParams.demo&&null!=a&&0<window.location.search.length){var c="?",d;for(d in urlParams)0>mxUtils.indexOf(a,d)&&null!=urlParams[d]&&(b+=c+d+"="+urlParams[d],c="&")}else b= -window.location.search;return b};EditorUi.prototype.getUrl=function(a){a=null!=a?a:window.location.pathname;var b=0<a.indexOf("?")?1:0;if("1"==urlParams.offline)a+=window.location.search;else{var c="tmp libs clibs state fileId code share notitle data url embed client create title splash".split(" "),d;for(d in urlParams)0>mxUtils.indexOf(c,d)&&(a=0==b?a+"?":a+"&",null!=urlParams[d]&&(a+=d+"="+urlParams[d],b++))}return a};EditorUi.prototype.showLinkDialog=function(a,b,c){a=new LinkDialog(this,a,b,c, -!0);this.showDialog(a.container,480,130,!0,!0);a.init()};var h=EditorUi.prototype.createOutline;EditorUi.prototype.createOutline=function(a){var b=h.apply(this,arguments),c=this.editor.graph,d=b.getSourceGraphBounds;b.getSourceGraphBounds=function(){if(mxUtils.hasScrollbars(c.container)&&c.pageVisible&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0,0,Math.ceil(this.source.minimumGraphSize.width-2*a.x/b),Math.ceil(this.source.minimumGraphSize.height- -2*a.y/b))}return d.apply(this,arguments)};var e=b.getSourceContainerSize;b.getSourceContainerSize=function(){if(mxUtils.hasScrollbars(c.container)&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0,0,Math.ceil(this.source.minimumGraphSize.width*b-2*a.x),Math.ceil(this.source.minimumGraphSize.height*b-2*a.y))}return e.apply(this,arguments)};b.getOutlineOffset=function(a){if(mxUtils.hasScrollbars(c.container)&&null!=this.source.minimumGraphSize){var d= -this.source.getPagePadding();return new mxPoint(Math.round(Math.max(0,(b.outline.container.clientWidth/a-(this.source.minimumGraphSize.width-2*d.x))/2)-d.x),Math.round(Math.max(0,(b.outline.container.clientHeight/a-(this.source.minimumGraphSize.height-2*d.y))/2)-d.y-5/a))}return new mxPoint(8/a,8/a)};var f=b.init;b.init=function(){f.apply(this,arguments);b.outline.view.getBackgroundPageBounds=function(){var a=c.getPageLayout(),b=c.getPageSize();return new mxRectangle(this.scale*(this.translate.x+ -a.x*b.width),this.scale*(this.translate.y+a.y*b.height),this.scale*a.width*b.width,this.scale*a.height*b.height)};b.outline.view.validateBackgroundPage()};this.editor.addListener("pageSelected",function(a,c){var d=c.getProperty("change"),e=b.source,f=b.outline;f.pageScale=e.pageScale;f.pageFormat=e.pageFormat;f.background=e.background;f.pageVisible=e.pageVisible;f.background=e.background;var g=mxUtils.getCurrentStyle(e.container);f.container.style.backgroundColor=g.backgroundColor;null!=e.view.backgroundPageShape&& -null!=f.view.backgroundPageShape&&(f.view.backgroundPageShape.fill=e.view.backgroundPageShape.fill);b.outline.view.clear(d.previousPage.root,!0);b.outline.view.validate()});return b};EditorUi.prototype.getServiceCount=function(a,b){var c=0;null==this.drive&&"function"!==typeof window.DriveClient||c++;b||null==this.dropbox&&"function"!==typeof window.DropboxClient||c++;null==this.oneDrive&&"function"!==typeof window.OneDriveClient||c++;b||null==this.gitHub||c++;b||null==this.trello&&"function"!==typeof window.TrelloClient|| -c++;a&&isLocalStorage&&("1"==urlParams.browser||mxClient.IS_IOS)&&c++;mxClient.IS_IOS||c++;return c};EditorUi.prototype.updateUi=function(){this.updateButtonContainer();this.updateActionStates();var a=this.getCurrentFile(),b=null!=a||"1"==urlParams.embed&&this.editor.graph.isEnabled();this.menus.get("viewPanels").setEnabled(b);this.menus.get("viewZoom").setEnabled(b);var c=("1"!=urlParams.embed||!this.editor.graph.isEnabled())&&(null==a||a.isRestricted());this.actions.get("makeCopy").setEnabled(!c); -this.actions.get("print").setEnabled(!c);this.menus.get("exportAs").setEnabled(!c);this.menus.get("embed").setEnabled(!c);c="1"!=urlParams.embed||this.editor.graph.isEnabled();this.menus.get("extras").setEnabled(c);Editor.enableCustomLibraries&&(this.menus.get("openLibraryFrom").setEnabled(c),this.menus.get("newLibrary").setEnabled(c));a="1"==urlParams.embed&&this.editor.graph.isEnabled()||null!=a&&a.isEditable();this.actions.get("image").setEnabled(b);this.actions.get("zoomIn").setEnabled(b);this.actions.get("zoomOut").setEnabled(b); -this.actions.get("resetView").setEnabled(b);this.menus.get("edit").setEnabled(b);this.menus.get("view").setEnabled(b);this.menus.get("importFrom").setEnabled(a);this.menus.get("arrange").setEnabled(a);null!=this.toolbar&&(null!=this.toolbar.edgeShapeMenu&&this.toolbar.edgeShapeMenu.setEnabled(a),null!=this.toolbar.edgeStyleMenu&&this.toolbar.edgeStyleMenu.setEnabled(a));if(this.isAppCache()){var d=applicationCache;if(null!=d&&null==this.offlineStatus){this.offlineStatus=document.createElement("div"); -this.offlineStatus.className="geItem";this.offlineStatus.style.position="absolute";this.offlineStatus.style.fontSize="8pt";this.offlineStatus.style.top="2px";this.offlineStatus.style.right="12px";this.offlineStatus.style.color="#666";this.offlineStatus.style.margin="4px";this.offlineStatus.style.padding="2px";this.offlineStatus.style.verticalAlign="middle";this.offlineStatus.innerHTML="";this.menubarContainer.appendChild(this.offlineStatus);mxEvent.addListener(this.offlineStatus,"click",mxUtils.bind(this, -function(){var a=this.offlineStatus.getElementsByTagName("img");null!=a&&0<a.length&&this.alert(a[0].getAttribute("title"))}));var d=window.applicationCache,e=null,b=mxUtils.bind(this,function(){var a=d.status,b;a==d.CHECKING&&(a=d.DOWNLOADING);switch(a){case d.UNCACHED:b="";break;case d.IDLE:b="min"==uiTheme?"":'<img title="draw.io is up to date." border="0" src="'+IMAGE_PATH+'/checkmark.gif"/>';break;case d.DOWNLOADING:b='<img title="Downloading new version..." border="0" src="'+IMAGE_PATH+'/spin.gif"/>'; -break;case d.UPDATEREADY:b='<img title="'+mxUtils.htmlEntities(mxResources.get("restartForChangeRequired"))+'" border="0" src="'+IMAGE_PATH+'/download.png"/>';break;case d.OBSOLETE:b='<img title="Obsolete" border="0" src="'+IMAGE_PATH+'/clear.gif"/>';break;default:b='<img title="Unknown" border="0" src="'+IMAGE_PATH+'/clear.gif"/>'}a!=e&&(this.offlineStatus.innerHTML=b,e=a)});mxEvent.addListener(d,"checking",b);mxEvent.addListener(d,"noupdate",b);mxEvent.addListener(d,"downloading",b);mxEvent.addListener(d, -"progress",b);mxEvent.addListener(d,"cached",b);mxEvent.addListener(d,"updateready",b);mxEvent.addListener(d,"obsolete",b);mxEvent.addListener(d,"error",b);b()}}else this.updateUserElement()};EditorUi.prototype.updateButtonContainer=function(){};EditorUi.prototype.updateUserElement=function(){};EditorUi.prototype.isDiagramActive=function(){var a=this.getCurrentFile();return null!=a&&a.isEditable()||"1"==urlParams.embed&&this.editor.graph.isEnabled()};var m=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates= -function(){m.apply(this,arguments);var a=this.editor.graph,b=this.isDiagramActive(),c=this.getCurrentFile();this.actions.get("pageSetup").setEnabled(b);this.actions.get("autosave").setEnabled(null!=c&&c.isEditable()&&c.isAutosaveOptional());this.actions.get("guides").setEnabled(b);this.actions.get("editData").setEnabled(b);this.actions.get("shadowVisible").setEnabled(b);this.actions.get("connectionArrows").setEnabled(b);this.actions.get("connectionPoints").setEnabled(b);this.actions.get("copyStyle").setEnabled(b&& -!a.isSelectionEmpty());this.actions.get("pasteStyle").setEnabled(b&&!a.isSelectionEmpty());this.actions.get("editGeometry").setEnabled(a.getModel().isVertex(a.getSelectionCell()));this.actions.get("createShape").setEnabled(b);this.actions.get("createRevision").setEnabled(b);this.actions.get("moveToFolder").setEnabled(null!=c);this.actions.get("makeCopy").setEnabled(null!=c&&!c.isRestricted());this.actions.get("editDiagram").setEnabled(b&&(null==c||!c.isRestricted()));this.actions.get("publishLink").setEnabled(null!= -c&&!c.isRestricted());this.actions.get("tags").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("find").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("layers").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("outline").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("rename").setEnabled(null!=c&&c.isRenamable()||"1"==urlParams.embed);this.actions.get("close").setEnabled(null!=c); -this.menus.get("publish").setEnabled(null!=c&&!c.isRestricted());a=a.view.getState(a.getSelectionCell());this.actions.get("editShape").setEnabled(b&&null!=a&&null!=a.shape&&null!=a.shape.stencil)};var l=EditorUi.prototype.destroy;EditorUi.prototype.destroy=function(){null!=this.exportDialog&&(this.exportDialog.parentNode.removeChild(this.exportDialog),this.exportDialog=null);l.apply(this,arguments)};null!=window.ExportDialog&&(ExportDialog.showXmlOption=!1,ExportDialog.showGifOption=!1,ExportDialog.exportFile= -function(a,b,c,d,e,g){var f=a.editor.graph;if("xml"==c)a.hideDialog(),a.saveData(b,"xml",mxUtils.getXml(a.editor.getGraphXml()),"text/xml");else if("svg"==c)a.hideDialog(),a.saveData(b,"svg",mxUtils.getXml(f.getSvg(d,e,g)),"image/svg+xml");else{var h=a.getFileData(!0,null,null,null,null,!0),m=f.getGraphBounds(),p=Math.floor(m.width*e/f.view.scale),k=Math.floor(m.height*e/f.view.scale);h.length<=MAX_REQUEST_SIZE&&p*k<MAX_AREA?(a.hideDialog(),a.saveRequest(b,c,function(a,b){return new mxXmlRequest(EXPORT_URL, -"format="+c+"&base64="+(b||"0")+(null!=a?"&filename="+encodeURIComponent(a):"")+"&bg="+(null!=d?d:"none")+"&w="+p+"&h="+k+"&border="+g+"&xml="+encodeURIComponent(h))})):mxUtils.alert(mxResources.get("drawingTooLarge"))}})})();var mxSettings={currentVersion:16,defaultFormatWidth:600>screen.width?"0":"240",key:".drawio-config",getLanguage:function(){return mxSettings.settings.language},setLanguage:function(a){mxSettings.settings.language=a},getUi:function(){return mxSettings.settings.ui},setUi:function(a){mxSettings.settings.ui=a},getShowStartScreen:function(){return mxSettings.settings.showStartScreen},setShowStartScreen:function(a){mxSettings.settings.showStartScreen=a},getGridColor:function(){return mxSettings.settings.gridColor}, +8&255,a&255)}a=a.substring(a.indexOf(",")+1);a=window.atob?atob(a):Base64.decode(a,!0);var h=0;if(f(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=e&&e();else if(f(a,4),"IHDR"!=f(a,4))null!=e&&e();else{f(a,17);e=a.substring(0,h);do{var q=g(a);if("IDAT"==f(a,4)){e=a.substring(0,h-8);c=c+String.fromCharCode(0)+("zTXt"==b?String.fromCharCode(0):"")+d;d=4294967295;d=this.updateCRC(d,b,0,4);d=this.updateCRC(d,c,0,c.length);e+=k(c.length)+b+c+k(d^4294967295);e+=a.substring(h- +8,a.length);break}e+=a.substring(h-8,h-4+q);f(a,q);f(a,4)}while(q);return"data:image/png;base64,"+(window.btoa?btoa(e):Base64.encode(e,!0))}};EditorUi.prototype.extractGraphModelFromPng=function(a){var b=null;try{var c=a.substring(a.indexOf(",")+1),d=window.atob&&!mxClient.IS_SF?atob(c):Base64.decode(c,!0);EditorUi.parsePng(d,mxUtils.bind(this,function(a,c,e){a=d.substring(a+8,a+8+e);"zTXt"==c?(e=a.indexOf(String.fromCharCode(0)),"mxGraphModel"==a.substring(0,e)&&(a=this.editor.graph.bytesToString(pako.inflateRaw(a.substring(e+ +2))).replace(/\+/g," "),null!=a&&0<a.length&&(b=a))):"tEXt"==c&&(a=a.split(String.fromCharCode(0)),1<a.length&&"mxGraphModel"==a[0]&&(b=a[1]));if(null!=b||"IDAT"==c)return!0}))}catch(u){}null!=b&&"%"==b.charAt(0)&&(b=decodeURIComponent(b));null!=b&&"%"==b.charAt(0)&&(b=decodeURIComponent(b));return b};EditorUi.prototype.loadImage=function(a,b,c){var d=new Image;d.onload=function(){b(d)};null!=c&&(d.onerror=c);d.src=a};var g=EditorUi.prototype.init;EditorUi.prototype.init=function(){mxStencilRegistry.allowEval= +!this.isOfflineApp();"undefined"!==typeof window.mxSettings&&(this.formatWidth=mxSettings.getFormatWidth());var a=this,b=this.editor.graph;b.getLinkTitle=function(b){return a.getLinkTitle(b)};b.customLinkClicked=function(b){var c=!1;try{a.handleCustomLink(b),c=!0}catch(B){a.handleError(B)}return c};this.isOffline()||"undefined"===typeof window.EditDataDialog||(EditDataDialog.placeholderHelpLink="https://desk.draw.io/support/solutions/articles/16000051979");var c=a.editor.getEditBlankUrl;this.editor.getEditBlankUrl= +function(b){b=null!=b?b:"";if(null!=a.pages&&null!=a.currentPage)for(var d=0;d<a.pages.length;d++)if(a.pages[d]==a.currentPage){0<d&&(b+=(0<b.length?"&":"?")+"page="+d);break}"1"==urlParams.dev&&(b+=(0<b.length?"&":"?")+"dev=1&drawdev=1");return c.apply(this,arguments)};var d=b.addClickHandler;b.addClickHandler=function(a,c,e){var f=c;c=function(a,c){if(null==c){var d=mxEvent.getSource(a);"a"==d.nodeName.toLowerCase()&&(c=d.getAttribute("href"))}null!=c&&b.isCustomLink(c)&&(mxEvent.isTouchEvent(a)|| +!mxEvent.isPopupTrigger(a))&&b.customLinkClicked(c)&&mxEvent.consume(a);null!=f&&f(a,c)};d.call(this,a,c,e)};g.apply(this,arguments);mxClient.IS_SVG&&this.editor.graph.addSvgShadow(b.view.canvas.ownerSVGElement,null,!0);a.actions.get("print").funct=function(){a.showDialog((new PrintDialog(a)).container,360,null!=a.pages&&1<a.pages.length?420:360,!0,!0)};this.defaultFilename=mxResources.get("untitledDiagram");var e=b.getGlobalVariable;b.getGlobalVariable=function(b){return"page"==b&&null!=a.currentPage? +a.currentPage.getName():"pagenumber"==b?null!=a.currentPage&&null!=a.pages?mxUtils.indexOf(a.pages,a.currentPage)+1:1:e.apply(this,arguments)};var h=b.labelLinkClicked;b.labelLinkClicked=function(a,c,d){var e=c.getAttribute("href");if(null==e||!b.isCustomLink(e)||!mxEvent.isTouchEvent(d)&&mxEvent.isPopupTrigger(d))h.apply(this,arguments);else{if(!b.isEnabled()||null!=a&&b.isCellLocked(a.cell))b.customLinkClicked(e),b.getRubberband().reset();mxEvent.consume(d)}};this.editor.getOrCreateFilename=function(){var b= +a.defaultFilename,c=a.getCurrentFile();null!=c&&(b=null!=c.getTitle()?c.getTitle():b);return b};var l=this.actions.get("print");l.setEnabled(!mxClient.IS_IOS||!navigator.standalone);l.visible=l.isEnabled();if(!this.editor.chromeless||this.editor.editable){var m=function(){window.setTimeout(function(){x.innerHTML=" ";x.focus();document.execCommand("selectAll",!1,null)},0)};this.keyHandler.bindAction(70,!0,"find");this.keyHandler.bindAction(67,!0,"copyStyle",!0);this.keyHandler.bindAction(86,!0, +"pasteStyle",!0);this.keyHandler.bindAction(77,!0,"editGeometry",!0);this.keyHandler.bindAction(88,!0,"insertText",!0);this.keyHandler.bindAction(75,!0,"insertRectangle");this.keyHandler.bindAction(75,!0,"insertEllipse",!0);mxClient.IS_IE||b.container.addEventListener("paste",mxUtils.bind(this,function(a){var b=this.editor.graph;if(!mxEvent.isConsumed(a))try{for(var c=a.clipboardData||a.originalEvent.clipboardData,d=!1,e=0;e<c.types.length;e++)if("text/"===c.types[e].substring(0,5)){d=!0;break}if(!d){var f= +c.items;for(index in f){var g=f[index];if("file"===g.kind){if(b.isEditing())this.importFiles([g.getAsFile()],0,0,this.maxImageSize,function(a,c,d,e,f,g){b.insertImage(a,f,g)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()});else{var k=this.editor.graph.getInsertPoint();this.importFiles([g.getAsFile()],k.x,k.y,this.maxImageSize);mxEvent.consume(a)}break}}}}catch(Q){}}),!1);var x=document.createElement("div");x.style.position="absolute"; +x.style.whiteSpace="nowrap";x.style.overflow="hidden";x.style.display="block";x.contentEditable=!0;mxUtils.setOpacity(x,0);x.style.width="1px";x.style.height="1px";x.innerHTML=" ";var q=!1;this.keyHandler.bindControlKey(88,null);this.keyHandler.bindControlKey(67,null);this.keyHandler.bindControlKey(86,null);mxEvent.addListener(document,"keydown",mxUtils.bind(this,function(a){var c=mxEvent.getSource(a);null==b.container||!b.isEnabled()||b.isMouseDown||b.isEditing()||null!=this.dialog||"INPUT"== +c.nodeName||"TEXTAREA"==c.nodeName||!(224==a.keyCode||!mxClient.IS_MAC&&17==a.keyCode||mxClient.IS_MAC&&91==a.keyCode)||q||(x.style.left=b.container.scrollLeft+10+"px",x.style.top=b.container.scrollTop+10+"px",b.container.appendChild(x),q=!0,mxClient.IS_QUIRKS?window.setTimeout(function(){x.focus();document.execCommand("selectAll",!1,null)},0):(x.focus(),document.execCommand("selectAll",!1,null)))}));mxEvent.addListener(document,"keyup",mxUtils.bind(this,function(a){var c=a.keyCode;window.setTimeout(mxUtils.bind(this, +function(){!q||224!=c&&17!=c&&91!=c||(q=!1,b.isEditing()||null!=this.dialog||null==b.container||b.container.focus(),x.parentNode.removeChild(x),null==this.dialog&&mxUtils.clearSelection())}),0)}));mxEvent.addListener(x,"copy",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(x),m())}));mxEvent.addListener(x,"cut",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(x,!0),m())}));mxEvent.addListener(x,"paste",mxUtils.bind(this,function(a){b.isEnabled()&& +!b.isCellLocked(b.getDefaultParent())&&(x.innerHTML=" ",x.focus(),window.setTimeout(mxUtils.bind(this,function(){this.pasteCells(a,x);x.innerHTML=" "}),0))}),!0);var E=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==x?!0:E.apply(this,arguments)}}this.spinner=this.createSpinner(document.body.clientWidth/2-2,Math.max(document.body.clientHeight||0,document.documentElement.clientHeight||0)/2,24);Graph.fileSupport&&this.editor.graph.addListener(mxEvent.EDITING_STARTED, +mxUtils.bind(this,function(a){var b=this.editor.graph,c=b.cellEditor.text2,d=null;null!=c&&(mxEvent.addListener(c,"dragleave",function(a){null!=d&&(d.parentNode.removeChild(d),d=null);a.stopPropagation();a.preventDefault()}),mxEvent.addListener(c,"dragover",mxUtils.bind(this,function(a){null==d&&(!mxClient.IS_IE||10<document.documentMode)&&(d=this.highlightElement(c));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(c,"drop",mxUtils.bind(this,function(a){null!=d&&(d.parentNode.removeChild(d), +d=null);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,function(a,c,d,e,f,g){b.insertImage(a,f,g)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},mxEvent.isControlDown(a));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var c=a.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(c)?this.loadImage(decodeURIComponent(c),mxUtils.bind(this,function(a){var d= +Math.max(1,a.width);a=Math.max(1,a.height);var e=this.maxImageSize,e=Math.min(1,Math.min(e/Math.max(1,d)),e/Math.max(1,a));b.insertImage(decodeURIComponent(c),d*e,a*e)})):document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain"))}else 0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")?document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/html")):0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain")); +a.stopPropagation();a.preventDefault()})))}));if("1"==urlParams.ruler&&"undefined"!==typeof mxRuler){l=document.createElement("div");l.style.position="absolute";l.style.top="95px";l.style.left="250px";l.style.width="2000px";l.style.height="30px";l.style.background="whiteSmoke";document.body.appendChild(l);var z=document.createElement("div");z.style.position="absolute";z.style.top="125px";z.style.left="220px";z.style.width="30px";z.style.height="1000px";z.style.background="whiteSmoke";document.body.appendChild(z); +var D=document.createElement("div");D.style.position="absolute";D.style.top="95px";D.style.left="220px";D.style.width="30px";D.style.height="30px";D.style.background="whiteSmoke";document.body.appendChild(D);this.vRuler=new mxRuler(this.editor.graph,z,!0);this.hRuler=new mxRuler(this.editor.graph,l,!1)}if("1"==urlParams.test){l=document.getElementById("geFooter");null!=l&&(this.styleInput=document.createElement("input"),this.styleInput.setAttribute("type","text"),this.styleInput.style.position="absolute", +this.styleInput.style.top="14px",this.styleInput.style.left="2px",this.styleInput.style.width="98%",this.styleInput.style.visibility="hidden",this.styleInput.style.opacity="0.9",mxEvent.addListener(this.styleInput,"change",mxUtils.bind(this,function(){this.editor.graph.getModel().setStyle(this.editor.graph.getSelectionCell(),this.styleInput.value)})),l.appendChild(this.styleInput),this.editor.graph.getSelectionModel().addListener(mxEvent.CHANGE,mxUtils.bind(this,function(a,b){if(0<this.editor.graph.getSelectionCount()){var c= +this.editor.graph.getSelectionCell(),c=this.editor.graph.getModel().getStyle(c);this.styleInput.value=c||"";this.styleInput.style.visibility="visible"}else this.styleInput.style.visibility="hidden"})));var y=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==this.styleInput?!0:y.apply(this,arguments)}}l=document.getElementById("geInfo");null!=l&&l.parentNode.removeChild(l);if(Graph.fileSupport&&(!this.editor.chromeless||this.editor.editable)){var F=null;mxEvent.addListener(b.container, +"dragleave",function(a){b.isEnabled()&&(null!=F&&(F.parentNode.removeChild(F),F=null),a.stopPropagation(),a.preventDefault())});mxEvent.addListener(b.container,"dragover",mxUtils.bind(this,function(a){null==F&&(!mxClient.IS_IE||10<document.documentMode)&&(F=this.highlightElement(b.container));null!=this.sidebar&&this.sidebar.hideTooltip();a.stopPropagation();a.preventDefault()}));mxEvent.addListener(b.container,"drop",mxUtils.bind(this,function(a){null!=F&&(F.parentNode.removeChild(F),F=null);if(b.isEnabled()){var c= +mxUtils.convertPoint(b.container,mxEvent.getClientX(a),mxEvent.getClientY(a)),d=b.view.translate,e=b.view.scale,f=c.x/e-d.x,g=c.y/e-d.y;mxEvent.isAltDown(a)&&(g=f=0);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,f,g,this.maxImageSize,null,null,null,null,mxEvent.isControlDown(a),null,null,mxEvent.isShiftDown(a));else{var k=0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):null,c=this.extractGraphModelFromEvent(a,null!=this.pages); +if(null!=c)b.setSelectionCells(this.importXml(c,f,g,!0));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")){var h=a.dataTransfer.getData("text/html"),c=document.createElement("div");c.innerHTML=h;var q=null,d=c.getElementsByTagName("img");null!=d&&1==d.length?(h=d[0].getAttribute("src"),/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(h)||(q=!0)):(c=c.getElementsByTagName("a"),null!=c&&1==c.length&&(h=c[0].getAttribute("href")));var l=!0,n=mxUtils.bind(this,function(){b.setSelectionCells(this.insertTextAt(h, +f,g,!0,q,null,l))});q&&h.length>this.resampleThreshold?this.confirmImageResize(function(a){l=a;n()},mxEvent.isControlDown(a)):n()}else null!=k&&/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(k)?this.loadImage(decodeURIComponent(k),mxUtils.bind(this,function(a){var c=Math.max(1,a.width);a=Math.max(1,a.height);var d=this.maxImageSize,d=Math.min(1,Math.min(d/Math.max(1,c)),d/Math.max(1,a));b.setSelectionCell(b.insertVertex(null,null,"",f,g,c*d,a*d,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+ +k+";"))}),mxUtils.bind(this,function(a){b.setSelectionCells(this.insertTextAt(k,f,g,!0))})):0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&b.setSelectionCells(this.insertTextAt(a.dataTransfer.getData("text/plain"),f,g,!0))}}a.stopPropagation();a.preventDefault()}),!1)}this.initPages();"1"==urlParams.embed&&this.initializeEmbedMode();this.installSettings()};EditorUi.prototype.getLinkTitle=function(a){var b=Graph.prototype.getLinkTitle.apply(this,arguments);if("data:page/id,"==a.substring(0, +13)){var c=a.indexOf(",");0<c&&(b=this.getPageById(a.substring(c+1)),b=null!=b?b.getName():mxResources.get("pageNotFound"))}else"data:"==a.substring(0,5)&&(b=mxResources.get("action"));return b};EditorUi.prototype.handleCustomLink=function(a){if("data:page/id,"==a.substring(0,13)){var b=a.indexOf(",");if(a=this.getPageById(a.substring(b+1)))this.selectPage(a);else throw Error(mxResources.get("pageNotFound")||"Page not found");}else this.editor.graph.handleCustomLink(a)};EditorUi.prototype.isSettingsEnabled= +function(){return"undefined"!==typeof window.mxSettings&&(isLocalStorage||mxClient.IS_CHROMEAPP)};EditorUi.prototype.installSettings=function(){if(this.isSettingsEnabled()){ColorDialog.recentColors=mxSettings.getRecentColors();this.editor.graph.currentEdgeStyle=mxSettings.getCurrentEdgeStyle();this.editor.graph.currentVertexStyle=mxSettings.getCurrentVertexStyle();this.fireEvent(new mxEventObject("styleChanged","keys",[],"values",[],"cells",[]));this.addListener("styleChanged",mxUtils.bind(this,function(a, +b){mxSettings.setCurrentEdgeStyle(this.editor.graph.currentEdgeStyle);mxSettings.setCurrentVertexStyle(this.editor.graph.currentVertexStyle);mxSettings.save()}));this.editor.graph.connectionHandler.setCreateTarget(mxSettings.isCreateTarget());this.fireEvent(new mxEventObject("copyConnectChanged"));this.addListener("copyConnectChanged",mxUtils.bind(this,function(a,b){mxSettings.setCreateTarget(this.editor.graph.connectionHandler.isCreateTarget());mxSettings.save()}));this.editor.graph.pageFormat=mxSettings.getPageFormat(); +this.addListener("pageFormatChanged",mxUtils.bind(this,function(a,b){mxSettings.setPageFormat(this.editor.graph.pageFormat);mxSettings.save()}));this.editor.graph.view.gridColor=mxSettings.getGridColor();this.addListener("gridColorChanged",mxUtils.bind(this,function(a,b){mxSettings.setGridColor(this.editor.graph.view.gridColor);mxSettings.save()}));if(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)this.editor.addListener("autosaveChanged",mxUtils.bind(this,function(a,b){mxSettings.setAutosave(this.editor.autosave); +mxSettings.save()})),this.editor.autosave=mxSettings.getAutosave();null!=this.sidebar&&this.sidebar.showPalette("search",mxSettings.settings.search);this.editor.chromeless&&!this.editor.editable||null==this.sidebar||!(mxSettings.settings.isNew||8>=parseInt(mxSettings.settings.version||0))||(this.toggleScratchpad(),mxSettings.save());this.addListener("formatWidthChanged",function(){mxSettings.setFormatWidth(this.formatWidth);mxSettings.save()})}};EditorUi.prototype.copyCells=function(a,b){var c=this.editor.graph; +if(c.isSelectionEmpty())a.innerHTML="";else{var d=mxUtils.sortCells(c.model.getTopmostCells(c.getSelectionCells())),e=mxUtils.getXml(this.editor.graph.encodeCells(d));mxUtils.setTextContent(a,encodeURIComponent(e));b?(c.removeCells(d,!1),c.lastPasteXml=null):(c.lastPasteXml=e,c.pasteCounter=0);a.focus();document.execCommand("selectAll",!1,null)}};EditorUi.prototype.pasteCells=function(a,b){if(!mxEvent.isConsumed(a)){var c=b.getElementsByTagName("span");if(null!=c&&0<c.length&&"application/vnd.lucid.chart.objects"=== +c[0].getAttribute("data-lucid-type")){var d=c[0].getAttribute("data-lucid-content");null!=d&&0<d.length&&(this.convertLucidChart(d,mxUtils.bind(this,function(a){this.editor.graph.setSelectionCells(this.importXml(a,0,0))}),mxUtils.bind(this,function(a){this.handleError(a)})),mxEvent.consume(a))}else{var d=this.editor.graph,e=mxUtils.trim(mxClient.IS_QUIRKS||8==document.documentMode?mxUtils.getTextContent(b):b.textContent),f=!1;try{var g=e.lastIndexOf("%3E");0<=g&&g<e.length-3&&(e=e.substring(0,g+3))}catch(x){}try{var c= +b.getElementsByTagName("span"),k=null!=c&&0<c.length?mxUtils.trim(decodeURIComponent(c[0].textContent)):decodeURIComponent(e);this.isCompatibleString(k)&&(f=!0,e=k)}catch(x){}d.lastPasteXml==e?d.pasteCounter++:(d.lastPasteXml=e,d.pasteCounter=0);c=d.pasteCounter*d.gridSize;if(null!=e&&0<e.length&&(f||this.isCompatibleString(e)?d.setSelectionCells(this.importXml(e,c,c)):(f=d.getInsertPoint(),d.isMouseInsertPoint()&&(c=0,d.lastPasteXml==e&&0<d.pasteCounter&&d.pasteCounter--),d.setSelectionCells(this.insertTextAt(e, +f.x+c,f.y+c,!0))),!d.isSelectionEmpty())){d.scrollCellToVisible(d.getSelectionCell());null!=this.hoverIcons&&this.hoverIcons.update(d.view.getState(d.getSelectionCell()));try{mxEvent.consume(a)}catch(x){}}}}};EditorUi.prototype.addFileDropHandler=function(a){if(Graph.fileSupport)for(var b=null,c=0;c<a.length;c++)mxEvent.addListener(a[c],"dragleave",function(a){null!=b&&(b.parentNode.removeChild(b),b=null);a.stopPropagation();a.preventDefault()}),mxEvent.addListener(a[c],"dragover",mxUtils.bind(this, +function(a){(this.editor.graph.isEnabled()||"1"!=urlParams.embed)&&null==b&&(!mxClient.IS_IE||10<document.documentMode&&12>document.documentMode)&&(b=this.highlightElement());a.stopPropagation();a.preventDefault()})),mxEvent.addListener(a[c],"drop",mxUtils.bind(this,function(a){null!=b&&(b.parentNode.removeChild(b),b=null);if(this.editor.graph.isEnabled()||"1"!=urlParams.embed)if(0<a.dataTransfer.files.length)this.hideDialog(),"1"==urlParams.embed?this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize, +null,null,null,null,!mxEvent.isControlDown(a)&&!mxEvent.isShiftDown(a)):this.openFiles(a.dataTransfer.files,!0);else{var c=this.extractGraphModelFromEvent(a);if(null==c){var d=null!=a.dataTransfer?a.dataTransfer:a.clipboardData;null!=d&&(10==document.documentMode||11==document.documentMode?c=d.getData("Text"):(c=null,c=0<=mxUtils.indexOf(d.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):0<=mxUtils.indexOf(d.types,"text/html")?d.getData("text/html"):null,null!=c&&0<c.length?(d=document.createElement("div"), +d.innerHTML=c,d=d.getElementsByTagName("img"),0<d.length&&(c=d[0].getAttribute("src"))):0<=mxUtils.indexOf(d.types,"text/plain")&&(c=d.getData("text/plain"))),null!=c&&("data:image/png;base64,"==c.substring(0,22)?(c=this.extractGraphModelFromPng(c),null!=c&&0<c.length&&this.openLocalFile(c,null,!0)):!this.isOffline()&&this.isRemoteFileFormat(c)?(new mxXmlRequest(OPEN_URL,"format=xml&data="+encodeURIComponent(c))).send(mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()&&this.openLocalFile(a.getText(), +null,!0)})):/^https?:\/\//.test(c)&&(null==this.getCurrentFile()?window.location.hash="#U"+encodeURIComponent(c):window.openWindow((mxClient.IS_CHROMEAPP?"https://www.draw.io/":"https://"+location.host+"/")+window.location.search+"#U"+encodeURIComponent(c)))))}else this.openLocalFile(c,null,!0)}a.stopPropagation();a.preventDefault()}))};EditorUi.prototype.highlightElement=function(a){var b=0,c=0,d,e;if(null==a){e=document.body;var f=document.documentElement;d=(e.clientWidth||f.clientWidth)-3;e=Math.max(e.clientHeight|| +0,f.clientHeight)-3}else b=a.offsetTop,c=a.offsetLeft,d=a.clientWidth,e=a.clientHeight;f=document.createElement("div");f.style.zIndex=mxPopupMenu.prototype.zIndex+2;f.style.border="3px dotted rgb(254, 137, 12)";f.style.pointerEvents="none";f.style.position="absolute";f.style.top=b+"px";f.style.left=c+"px";f.style.width=Math.max(0,d-3)+"px";f.style.height=Math.max(0,e-3)+"px";null!=a&&a.parentNode==this.editor.graph.container?this.editor.graph.container.appendChild(f):document.body.appendChild(f); +return f};EditorUi.prototype.stringToCells=function(a){a=mxUtils.parseXml(a);var b=this.editor.extractGraphModel(a.documentElement);a=[];if(null!=b){var c=new mxCodec(b.ownerDocument),d=new mxGraphModel;c.decode(b,d);b=d.getChildAt(d.getRoot(),0);for(c=0;c<d.getChildCount(b);c++)a.push(d.getChildAt(b,c))}return a};EditorUi.prototype.openFiles=function(a,b){if(this.spinner.spin(document.body,mxResources.get("loading")))for(var c=0;c<a.length;c++)mxUtils.bind(this,function(a){var c=new FileReader;c.onload= +mxUtils.bind(this,function(c){var d=c.target.result,e=a.name;if(null!=e&&0<e.length){!this.useCanvasForExport&&/(\.png)$/i.test(e)&&(e=e.substring(0,e.length-4)+".xml");var f=mxUtils.bind(this,function(a){e=0<=e.lastIndexOf(".")?e.substring(0,e.lastIndexOf("."))+".xml":e+".xml";if("<mxlibrary"==a.substring(0,10)){null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename,b);try{this.loadLibrary(new LocalLibrary(this,a,e))}catch(E){this.handleError(E, +mxResources.get("errorLoadingFile"))}}else this.openLocalFile(a,e,b)});if(/(\.vsdx?)($|\?)/i.test(e)||/(\.vssx?)($|\?)/i.test(e))this.importVisio(a,mxUtils.bind(this,function(a){this.spinner.stop();f(a)}));else if(Graph.fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(d,e))this.parseFile(a,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status?f(a.responseText):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge": +"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))}));else if(this.isLucidChartData(d))/(\.json)$/i.test(e)&&(e=e.substring(0,e.length-5)+".xml"),this.convertLucidChart(d,mxUtils.bind(this,function(a){this.spinner.stop();this.openLocalFile(a,e,b)}),mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}));else if("<mxlibrary"==c.target.result.substring(0,10)){this.spinner.stop();null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename, +b);try{this.loadLibrary(new LocalLibrary(this,c.target.result,a.name))}catch(q){this.handleError(q,mxResources.get("errorLoadingFile"))}}else"image/png"==a.type.substring(0,9)&&(d=this.extractGraphModelFromPng(d)),this.spinner.stop(),this.openLocalFile(d,e,b)}});c.onerror=mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a);window.openFile=null});"image"===a.type.substring(0,5)&&"image/svg"!==a.type.substring(0,9)?c.readAsDataURL(a):c.readAsText(a)})(a[c])};EditorUi.prototype.openLocalFile= +function(a,b,c){var d=this.getCurrentFile(),e=mxUtils.bind(this,function(){window.openFile=null;if(null==b&&null!=this.getCurrentFile()&&this.isDiagramEmpty()){var d=mxUtils.parseXml(a);null!=d&&(this.editor.setGraphXml(d.documentElement),this.editor.graph.selectAll())}else this.fileLoaded(new LocalFile(this,a,b||this.defaultFilename,c))});null!=a&&0<a.length&&(null==d||!d.isModified()&&(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)?e():(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)&&null!=d&&d.isModified()? +this.confirm(mxResources.get("allChangesLost"),null,e,mxResources.get("cancel"),mxResources.get("discardChanges")):(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(a,b),window.openWindow(this.getUrl(),null,mxUtils.bind(this,function(){null!=d&&d.isModified()?this.confirm(mxResources.get("allChangesLost"),null,e,mxResources.get("cancel"),mxResources.get("discardChanges")):e()}))))};EditorUi.prototype.getBasenames=function(){var a={};if(null!=this.pages)for(var b= +0;b<this.pages.length;b++)this.updatePageRoot(this.pages[b]),this.addBasenamesForCell(this.pages[b].root,a);else this.addBasenamesForCell(this.editor.graph.model.getRoot(),a);var b=[],c;for(c in a)b.push(c);return b};EditorUi.prototype.addBasenamesForCell=function(a,b){function c(a){if(null!=a){var c=a.lastIndexOf(".");0<c&&(a=a.substring(c+1,a.length));null==b[a]&&(b[a]=!0)}}var d=this.editor.graph,e=d.getCellStyle(a);c(mxStencilRegistry.getBasenameForStencil(e[mxConstants.STYLE_SHAPE]));d.model.isEdge(a)&& +(c(mxMarker.getPackageForType(e[mxConstants.STYLE_STARTARROW])),c(mxMarker.getPackageForType(e[mxConstants.STYLE_ENDARROW])));for(var e=d.model.getChildCount(a),f=0;f<e;f++)this.addBasenamesForCell(d.model.getChildAt(a,f),b)};EditorUi.prototype.setGraphEnabled=function(a){this.diagramContainer.style.visibility=a?"":"hidden";this.formatContainer.style.visibility=a?"":"hidden";this.sidebarFooterContainer.style.display=a?"":"none";this.sidebarContainer.style.display=a?"":"none";this.hsplit.style.display= +a?"":"none";this.editor.graph.setEnabled(a);null!=this.tabContainer&&(this.tabContainer.style.visibility=a?"":"hidden");a||(null!=this.actions.outlineWindow&&this.actions.outlineWindow.window.setVisible(!1),null!=this.actions.layersWindow&&this.actions.layersWindow.window.setVisible(!1),null!=this.menus.tagsWindow&&this.menus.tagsWindow.window.setVisible(!1),null!=this.menus.findWindow&&this.menus.findWindow.window.setVisible(!1))};EditorUi.prototype.initializeEmbedMode=function(){this.setGraphEnabled(!1); +(window.opener||window.parent)!=window&&("1"!=urlParams.spin||this.spinner.spin(document.body,mxResources.get("loading")))&&this.installMessageHandler(mxUtils.bind(this,function(a,b,c){this.spinner.stop();this.addEmbedButtons();this.setGraphEnabled(!0);null!=a&&0<a.length?(this.setFileData(a),this.editor.isChromelessView()?this.editor.graph.isLightboxView()&&this.lightboxFit():this.showLayersDialog(),this.chromelessResize&&this.chromelessResize()):(this.editor.graph.model.clear(),this.editor.fireEvent(new mxEventObject("resetGraphView"))); +this.editor.undoManager.clear();this.editor.modified=null!=c?c:!1;this.updateUi();window.self!==window.top&&window.focus();null!=this.format&&this.format.refresh()}))};EditorUi.prototype.showLayersDialog=function(){1<this.editor.graph.getModel().getChildCount(this.editor.graph.getModel().getRoot())&&(null==this.actions.layersWindow?this.actions.get("layers").funct():this.actions.layersWindow.window.setVisible(!0))};EditorUi.prototype.getPublicUrl=function(a,b){null!=a?a.getPublicUrl(b):b(null)};EditorUi.prototype.createLoadMessage= +function(a){var b=this.editor.graph;return{event:a,pageVisible:b.pageVisible,translate:b.view.translate,scale:b.view.scale,page:b.view.getBackgroundPageBounds(),bounds:b.getGraphBounds()}};EditorUi.prototype.installMessageHandler=function(a){var b=null,c=!1,d=!1,e=null,f=mxUtils.bind(this,function(a,b){this.editor.modified&&"0"!=urlParams.modified?null!=urlParams.modified&&this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(urlParams.modified))):this.editor.setStatus("")});this.editor.graph.model.addListener(mxEvent.CHANGE, +f);mxEvent.addListener(window,"message",mxUtils.bind(this,function(f){function h(a){if(null!=a&&"function"===typeof a.charAt&&"<"!=a.charAt(0))try{"data:image/svg+xml;base64,"==a.substring(0,26)?a=atob(a.substring(26)):"data:image/svg+xml;utf8,"==a.substring(0,24)&&(a=a.substring(24)),null!=a&&("%"==a.charAt(0)?a=decodeURIComponent(a):"<"!=a.charAt(0)&&(a=this.editor.graph.decompress(a)))}catch(J){}return a}if(f.source==(window.opener||window.parent)){var k=f.data;if("json"==urlParams.proto){try{k= +JSON.parse(k)}catch(H){k=null}if(null==k)return;if("dialog"==k.action){this.showError(null!=k.titleKey?mxResources.get(k.titleKey):k.title,null!=k.messageKey?mxResources.get(k.messageKey):k.message,null!=k.buttonKey?mxResources.get(k.buttonKey):k.button);null!=k.modified&&(this.editor.modified=k.modified);return}if("prompt"==k.action){this.spinner.stop();var l=new FilenameDialog(this,k.defaultValue||"",null!=k.okKey?mxResources.get(k.okKey):null,function(a){null!=a&&g.postMessage(JSON.stringify({event:"prompt", +value:a,message:k}),"*")},null!=k.titleKey?mxResources.get(k.titleKey):k.title);this.showDialog(l.container,300,80,!0,!1);l.init();return}if("draft"==k.action){l=null;l="data:image/png;base64,"==k.xml.substring(0,22)?this.extractGraphModelFromPng(k.xml):h(k.xml);this.spinner.stop();l=new DraftDialog(this,mxResources.get("draftFound",[k.name||this.defaultFilename]),l,mxUtils.bind(this,function(){this.hideDialog();g.postMessage(JSON.stringify({event:"draft",result:"edit",message:k}),"*")}),mxUtils.bind(this, +function(){this.hideDialog();g.postMessage(JSON.stringify({event:"draft",result:"discard",message:k}),"*")}),k.editKey?mxResources.get(k.editKey):null,k.discardKey?mxResources.get(k.discardKey):null,k.ignore?mxUtils.bind(this,function(){this.hideDialog();g.postMessage(JSON.stringify({event:"draft",result:"ignore",message:k}),"*")}):null);this.showDialog(l.container,640,480,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()}));try{l.init()}catch(H){g.postMessage(JSON.stringify({event:"draft", +error:H.toString(),message:k}),"*")}return}if("template"==k.action){this.spinner.stop();var l=1==k.enableRecent,m=1==k.enableSearch,l=new NewDialog(this,!1,null!=k.callback,mxUtils.bind(this,function(b,c){b=b||this.emptyDiagramXml;null!=k.callback?g.postMessage(JSON.stringify({event:"template",xml:b,blank:b==this.emptyDiagramXml,name:c}),"*"):(a(b,f,b!=this.emptyDiagramXml),this.editor.modified||this.editor.setStatus(""))}),null,null,null,null,null,null,null,l?mxUtils.bind(this,function(a){this.recentReadyCallback= +a;g.postMessage(JSON.stringify({event:"recentDocs"}),"*")}):null,m?mxUtils.bind(this,function(a,b){this.searchReadyCallback=b;g.postMessage(JSON.stringify({event:"searchDocs",searchStr:a}),"*")}):null,function(a,b,c){g.postMessage(JSON.stringify({event:"template",docUrl:a,info:b,name:c}),"*")});this.showDialog(l.container,620,440,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()}));l.init();return}if("searchDocsList"==k.action)this.searchReadyCallback(k.list,k.errorMsg);else if("recentDocsList"== +k.action)this.recentReadyCallback(k.list,k.errorMsg);else{if("status"==k.action){null!=k.messageKey?this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(k.messageKey))):null!=k.message&&this.editor.setStatus(mxUtils.htmlEntities(k.message));null!=k.modified&&(this.editor.modified=k.modified);return}if("spinner"==k.action){var n=null!=k.messageKey?mxResources.get(k.messageKey):k.message;null==k.show||k.show?this.spinner.spin(document.body,n):this.spinner.stop();return}if("export"==k.action){if("png"== +k.format||"xmlpng"==k.format){if(null==k.spin&&null==k.spinKey||this.spinner.spin(document.body,null!=k.spinKey?mxResources.get(k.spinKey):k.spin)){var v=null!=k.xml?k.xml:this.getFileData(!0);this.editor.graph.setEnabled(!1);var t=this.editor.graph,p=mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();var b=this.createLoadMessage("export");b.format=k.format;b.message=k;b.data=a;b.xml=encodeURIComponent(v);g.postMessage(JSON.stringify(b),"*")}),u=mxUtils.bind(this,function(a){null== +a&&(a=Editor.blankImage);"xmlpng"==k.format&&(a=this.writeGraphModelToPng(a,"zTXt","mxGraphModel",atob(this.editor.graph.compress(v))));t!=this.editor.graph&&t.container.parentNode.removeChild(t.container);p(a)});if(this.isExportToCanvas()){if(null!=this.pages&&this.currentPage!=this.pages[0]){var t=this.createTemporaryGraph(t.getStylesheet()),w=t.getGlobalVariable,A=this.pages[0];t.getGlobalVariable=function(a){return"page"==a?A.getName():"pagenumber"==a?1:w.apply(this,arguments)};document.body.appendChild(t.container); +t.model.setRoot(A.root)}this.exportToCanvas(mxUtils.bind(this,function(a){u(a.toDataURL("image/png"))}),null,null,null,mxUtils.bind(this,function(){u(null)}),null,null,null,null,null,null,t)}else(new mxXmlRequest(EXPORT_URL,"format=png&embedXml="+("xmlpng"==k.format?"1":"0")+"&base64=1&xml="+encodeURIComponent(encodeURIComponent(v)))).send(mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()?p("data:image/png;base64,"+a.getText()):u(null)}),mxUtils.bind(this,function(){u(null)}))}}else{null!= +k.xml&&0<k.xml.length&&this.setFileData(k.xml);n=this.createLoadMessage("export");if("html2"==k.format||"html"==k.format&&("0"!=urlParams.pages||null!=this.pages&&1<this.pages.length))l=this.getXmlFileData(),n.xml=mxUtils.getXml(l),n.data=this.getFileData(null,null,!0,null,null,null,l),n.format=k.format;else if("html"==k.format)v=this.editor.getGraphXml(),n.data=this.getHtml(v,this.editor.graph),n.xml=mxUtils.getXml(v),n.format=k.format;else{mxSvgCanvas2D.prototype.foAltText=null;l=this.editor.graph.background; +l==mxConstants.NONE&&(l=null);n.xml=this.getFileData(!0);n.format="svg";if(k.embedImages||null==k.embedImages){if(null==k.spin&&null==k.spinKey||this.spinner.spin(document.body,null!=k.spinKey?mxResources.get(k.spinKey):k.spin))this.editor.graph.setEnabled(!1),"xmlsvg"==k.format?this.getEmbeddedSvg(n.xml,this.editor.graph,null,!0,mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();n.data=this.createSvgDataUri(a);g.postMessage(JSON.stringify(n),"*")})):this.convertImages(this.editor.graph.getSvg(l), +mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();n.data=this.createSvgDataUri(mxUtils.getXml(a));g.postMessage(JSON.stringify(n),"*")}));return}l="xmlsvg"==k.format?this.getEmbeddedSvg(this.getFileData(!0),this.editor.graph,null,!0):mxUtils.getXml(this.editor.graph.getSvg(l));n.data=this.createSvgDataUri(l)}g.postMessage(JSON.stringify(n),"*")}return}if("load"==k.action)d=1==k.autosave,this.hideDialog(),null!=k.modified&&null==urlParams.modified&&(urlParams.modified= +k.modified),null!=k.saveAndExit&&null==urlParams.saveAndExit&&(urlParams.saveAndExit=k.saveAndExit),null!=k.title&&null!=this.buttonContainer&&(l=document.createElement("span"),mxUtils.write(l,k.title),"atlas"==uiTheme?(this.buttonContainer.style.paddingRight="12px",this.buttonContainer.style.paddingTop="12px"):"min"!=uiTheme&&(this.buttonContainer.style.paddingRight="38px",this.buttonContainer.style.paddingTop="6px"),null!=this.embedFilenameSpan&&this.embedFilenameSpan.parentNode.removeChild(this.embedFilenameSpan), +this.buttonContainer.appendChild(l),this.embedFilenameSpan=l),k=null!=k.xmlpng?this.extractGraphModelFromPng(k.xmlpng):null!=k.xml&&"data:image/png;base64,"==k.xml.substring(0,22)?this.extractGraphModelFromPng(k.xml):k.xml;else{g.postMessage(JSON.stringify({error:"unknownMessage",data:JSON.stringify(k)}),"*");return}}}k=h(k);c=!0;try{a(k,f)}catch(H){this.handleError(H)}c=!1;null!=urlParams.modified&&this.editor.setStatus("");var I=mxUtils.bind(this,function(){return"0"!=urlParams.pages||null!=this.pages&& +1<this.pages.length?this.getFileData(!0):mxUtils.getXml(this.editor.getGraphXml())});e=I();d&&null==b&&(b=mxUtils.bind(this,function(a,b){var d=I();if(d!=e&&!c){var f=this.createLoadMessage("autosave");f.xml=d;d=JSON.stringify(f);(window.opener||window.parent).postMessage(d,"*")}e=d}),this.editor.graph.model.addListener(mxEvent.CHANGE,b),this.editor.graph.addListener("gridSizeChanged",b),this.editor.graph.addListener("shadowVisibleChanged",b),this.addListener("pageFormatChanged",b),this.addListener("pageScaleChanged", +b),this.addListener("backgroundColorChanged",b),this.addListener("backgroundImageChanged",b),this.addListener("foldingEnabledChanged",b),this.addListener("mathEnabledChanged",b),this.addListener("gridEnabledChanged",b),this.addListener("guidesEnabledChanged",b),this.addListener("pageViewChanged",b));"1"!=urlParams.returnbounds&&"json"!=urlParams.proto||g.postMessage(JSON.stringify(this.createLoadMessage("load")),"*")}}));var g=window.opener||window.parent,f="json"==urlParams.proto?JSON.stringify({event:"init"}): +urlParams.ready||"ready";g.postMessage(f,"*")};EditorUi.prototype.addEmbedButtons=function(){if(null!=this.menubar){var a=document.createElement("div");a.style.display="inline-block";a.style.position="absolute";a.style.paddingTop="atlas"==uiTheme?"2px":"3px";a.style.paddingLeft="8px";a.style.paddingBottom="2px";var b=document.createElement("button");mxUtils.write(b,mxResources.get("save"));b.setAttribute("title",mxResources.get("save")+" ("+Editor.ctrlKey+"+S)");b.className="geBigButton";b.style.fontSize= +"12px";b.style.padding="4px 6px 4px 6px";b.style.borderRadius="3px";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("save").funct()}));a.appendChild(b);"1"==urlParams.saveAndExit&&(b=document.createElement("a"),mxUtils.write(b,mxResources.get("saveAndExit")),b.setAttribute("title",mxResources.get("saveAndExit")),b.style.fontSize="12px",b.style.marginLeft="6px",b.style.padding="4px",b.style.cursor="pointer",mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("saveAndExit").funct()})), +a.appendChild(b));b=document.createElement("a");mxUtils.write(b,mxResources.get("exit"));b.setAttribute("title",mxResources.get("exit"));b.style.fontSize="12px";b.style.marginLeft="6px";b.style.marginRight="20px";b.style.padding="4px";b.style.cursor="pointer";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("exit").funct()}));a.appendChild(b);this.toolbar.container.appendChild(a);this.toolbar.staticElements.push(a);a.style.right="atlas"!=uiTheme?"52px":"42px"}};EditorUi.prototype.showImportCsvDialog= +function(){null==this.importCsvDialog&&(this.importCsvDialog=new TextareaDialog(this,mxResources.get("csv")+":",Editor.defaultCsvValue,mxUtils.bind(this,function(a){this.importCsv(a)}),null,null,620,430,null,!0,!0,mxResources.get("import")));this.showDialog(this.importCsvDialog.container,640,520,!0,!0);this.importCsvDialog.init()};EditorUi.prototype.importCsv=function(a,b){try{var c=a.split("\n"),d=[];if(0<c.length){var e={},f=null,g=null,k=null,h=null,l="",m="auto",z="auto",D=null,y=null,F=40,C= +40,G=0,B=this.editor.graph;B.getGraphBounds();for(var A=function(){null!=b?b(ca):(B.setSelectionCells(ca),B.scrollCellToVisible(B.getSelectionCell()))},I=B.getFreeInsertPoint(),H=I.x,J=I.y,I=J,L=null,Q="auto",h=null,U=[],T=null,aa=null,X=0;X<c.length&&"#"==c[X].charAt(0);){a=c[X];for(X++;X<c.length&&"\\"==a.charAt(a.length-1)&&"#"==c[X].charAt(0);)a=a.substring(0,a.length-1)+mxUtils.trim(c[X].substring(1)),X++;if("#"!=a.charAt(1)){var N=a.indexOf(":");if(0<N){var O=mxUtils.trim(a.substring(1,N)), +M=mxUtils.trim(a.substring(N+1));"label"==O?L=B.sanitizeHtml(M):"style"==O?f=M:"parentstyle"==O?g=M:"identity"==O&&0<M.length&&"-"!=M?k=M:"parent"==O&&0<M.length&&"-"!=M?h=M:"namespace"==O&&0<M.length&&"-"!=M?l=M:"width"==O?m=M:"height"==O?z=M:"left"==O&&0<M.length?D=M:"top"==O&&0<M.length?y=M:"ignore"==O?aa=M.split(","):"connect"==O?U.push(JSON.parse(M)):"link"==O?T=M:"padding"==O?G=parseFloat(M):"edgespacing"==O?F=parseFloat(M):"nodespacing"==O?C=parseFloat(M):"layout"==O&&(Q=M)}}}var ba=this.editor.csvToArray(c[X]), +O=N=null;if(null!=k||null!=h)for(var P=0;P<ba.length;P++)k==ba[P]&&(N=P),h==ba[P]&&(O=P);null==L&&(L="%"+ba[0]+"%");if(null!=U)for(var S=0;S<U.length;S++)null==e[U[S].to]&&(e[U[S].to]={});B.model.beginUpdate();try{for(P=X+1;P<c.length;P++){var V=this.editor.csvToArray(c[P]);if(V.length==ba.length){var K=null,W=null!=N?l+V[N]:null;null!=W&&(K=B.model.getCell(W));null==K&&(K=new mxCell(L,new mxGeometry(H,I,0,0),f||"whiteSpace=wrap;html=1;"),K.vertex=!0,K.id=W);for(var R=0;R<V.length;R++)B.setAttributeForCell(K, +ba[R],V[R]);B.setAttributeForCell(K,"placeholders","1");K.style=B.replacePlaceholders(K,K.style);for(S=0;S<U.length;S++)e[U[S].to][K.getAttribute(U[S].to)]=K;null!=T&&"link"!=T&&(B.setLinkForCell(K,K.getAttribute(T)),B.setAttributeForCell(K,T,null));B.fireEvent(new mxEventObject("cellsInserted","cells",[K]));var ga=this.editor.graph.getPreferredSizeForCell(K);K.vertex&&(null!=D&&null!=K.getAttribute(D)&&(K.geometry.x=H+parseFloat(K.getAttribute(D))),null!=y&&null!=K.getAttribute(y)&&(K.geometry.y= +J+parseFloat(K.getAttribute(y))),"@"==m.charAt(0)&&null!=K.getAttribute(m.substring(1))?K.geometry.width=parseFloat(K.getAttribute(m.substring(1))):K.geometry.width="auto"==m?ga.width+G:parseFloat(m),"@"==z.charAt(0)&&null!=K.getAttribute(z.substring(1))?K.geometry.height=parseFloat(K.getAttribute(z.substring(1))):K.geometry.height="auto"==z?ga.height+G:parseFloat(z),I+=K.geometry.height+C);h=null!=O?B.model.getCell(l+V[O]):null;null!=h?(h.style=B.replacePlaceholders(h,g),B.addCell(K,h)):d.push(B.addCell(K))}}for(var Y= +d.slice(),ca=d.slice(),S=0;S<U.length;S++)for(var Z=U[S],P=0;P<d.length;P++){var K=d[P],ka=K.getAttribute(Z.from);if(null!=ka){B.setAttributeForCell(K,Z.from,null);for(var la=ka.split(","),R=0;R<la.length;R++){var da=e[Z.to][la[R]];null!=da&&(L=Z.label,null!=Z.fromlabel&&(L=(K.getAttribute(Z.fromlabel)||"")+(L||"")),null!=Z.tolabel&&(L=(L||"")+(da.getAttribute(Z.tolabel)||"")),ca.push(B.insertEdge(null,null,L||"",Z.invert?da:K,Z.invert?K:da,Z.style||B.createCurrentEdgeStyle())),mxUtils.remove(Z.invert? +K:da,Y))}}}if(null!=aa)for(P=0;P<d.length;P++)for(K=d[P],R=0;R<aa.length;R++)B.setAttributeForCell(K,mxUtils.trim(aa[R]),null);var ea=new mxParallelEdgeLayout(B);ea.spacing=F;var ma=function(){ea.execute(B.getDefaultParent());for(var a=0;a<d.length;a++){var b=B.getCellGeometry(d[a]);b.x=Math.round(B.snap(b.x));b.y=Math.round(B.snap(b.y));"auto"==m&&(b.width=Math.round(B.snap(b.width)));"auto"==z&&(b.height=Math.round(B.snap(b.height)))}};if("circle"==Q){var ha=new mxCircleLayout(B);ha.resetEdges= +!1;var oa=ha.isVertexIgnored;ha.isVertexIgnored=function(a){return oa.apply(this,arguments)||0>mxUtils.indexOf(d,a)};this.executeLayout(function(){ha.execute(B.getDefaultParent());ma()},!0,A);A=null}else if("horizontaltree"==Q||"verticaltree"==Q||"auto"==Q&&ca.length==2*d.length-1&&1==Y.length){B.view.validate();var ia=new mxCompactTreeLayout(B,"horizontaltree"==Q);ia.levelDistance=C;ia.edgeRouting=!1;ia.resetEdges=!1;this.executeLayout(function(){ia.execute(B.getDefaultParent(),0<Y.length?Y[0]:null)}, +!0,A);A=null}else if("horizontalflow"==Q||"verticalflow"==Q||"auto"==Q&&1==Y.length){B.view.validate();var ja=new mxHierarchicalLayout(B,"horizontalflow"==Q?mxConstants.DIRECTION_WEST:mxConstants.DIRECTION_NORTH);ja.intraCellSpacing=C;ja.disableEdgeStyle=!1;this.executeLayout(function(){ja.execute(B.getDefaultParent(),ca);B.moveCells(ca,H,J)},!0,A);A=null}else if("organic"==Q||"auto"==Q&&ca.length>d.length){B.view.validate();var fa=new mxFastOrganicLayout(B);fa.forceConstant=3*C;fa.resetEdges=!1; +var pa=fa.isVertexIgnored;fa.isVertexIgnored=function(a){return pa.apply(this,arguments)||0>mxUtils.indexOf(d,a)};ea=new mxParallelEdgeLayout(B);ea.spacing=F;this.executeLayout(function(){fa.execute(B.getDefaultParent());ma()},!0,A);A=null}this.hideDialog()}finally{B.model.endUpdate()}null!=A&&A()}}catch(na){this.handleError(na)}};EditorUi.prototype.getSearch=function(a){var b="";if("1"!=urlParams.offline&&"1"!=urlParams.demo&&null!=a&&0<window.location.search.length){var c="?",d;for(d in urlParams)0> +mxUtils.indexOf(a,d)&&null!=urlParams[d]&&(b+=c+d+"="+urlParams[d],c="&")}else b=window.location.search;return b};EditorUi.prototype.getUrl=function(a){a=null!=a?a:window.location.pathname;var b=0<a.indexOf("?")?1:0;if("1"==urlParams.offline)a+=window.location.search;else{var c="tmp libs clibs state fileId code share notitle data url embed client create title splash".split(" "),d;for(d in urlParams)0>mxUtils.indexOf(c,d)&&(a=0==b?a+"?":a+"&",null!=urlParams[d]&&(a+=d+"="+urlParams[d],b++))}return a}; +EditorUi.prototype.showLinkDialog=function(a,b,c){a=new LinkDialog(this,a,b,c,!0);this.showDialog(a.container,480,130,!0,!0);a.init()};var h=EditorUi.prototype.createOutline;EditorUi.prototype.createOutline=function(a){var b=h.apply(this,arguments),c=this.editor.graph,d=b.getSourceGraphBounds;b.getSourceGraphBounds=function(){if(mxUtils.hasScrollbars(c.container)&&c.pageVisible&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0, +0,Math.ceil(this.source.minimumGraphSize.width-2*a.x/b),Math.ceil(this.source.minimumGraphSize.height-2*a.y/b))}return d.apply(this,arguments)};var e=b.getSourceContainerSize;b.getSourceContainerSize=function(){if(mxUtils.hasScrollbars(c.container)&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0,0,Math.ceil(this.source.minimumGraphSize.width*b-2*a.x),Math.ceil(this.source.minimumGraphSize.height*b-2*a.y))}return e.apply(this, +arguments)};b.getOutlineOffset=function(a){if(mxUtils.hasScrollbars(c.container)&&null!=this.source.minimumGraphSize){var d=this.source.getPagePadding();return new mxPoint(Math.round(Math.max(0,(b.outline.container.clientWidth/a-(this.source.minimumGraphSize.width-2*d.x))/2)-d.x),Math.round(Math.max(0,(b.outline.container.clientHeight/a-(this.source.minimumGraphSize.height-2*d.y))/2)-d.y-5/a))}return new mxPoint(8/a,8/a)};var f=b.init;b.init=function(){f.apply(this,arguments);b.outline.view.getBackgroundPageBounds= +function(){var a=c.getPageLayout(),b=c.getPageSize();return new mxRectangle(this.scale*(this.translate.x+a.x*b.width),this.scale*(this.translate.y+a.y*b.height),this.scale*a.width*b.width,this.scale*a.height*b.height)};b.outline.view.validateBackgroundPage()};this.editor.addListener("pageSelected",function(a,c){var d=c.getProperty("change"),e=b.source,f=b.outline;f.pageScale=e.pageScale;f.pageFormat=e.pageFormat;f.background=e.background;f.pageVisible=e.pageVisible;f.background=e.background;var g= +mxUtils.getCurrentStyle(e.container);f.container.style.backgroundColor=g.backgroundColor;null!=e.view.backgroundPageShape&&null!=f.view.backgroundPageShape&&(f.view.backgroundPageShape.fill=e.view.backgroundPageShape.fill);b.outline.view.clear(d.previousPage.root,!0);b.outline.view.validate()});return b};EditorUi.prototype.getServiceCount=function(a,b){var c=0;null==this.drive&&"function"!==typeof window.DriveClient||c++;b||null==this.dropbox&&"function"!==typeof window.DropboxClient||c++;null==this.oneDrive&& +"function"!==typeof window.OneDriveClient||c++;b||null==this.gitHub||c++;b||null==this.trello&&"function"!==typeof window.TrelloClient||c++;a&&isLocalStorage&&("1"==urlParams.browser||mxClient.IS_IOS)&&c++;mxClient.IS_IOS||c++;return c};EditorUi.prototype.updateUi=function(){this.updateButtonContainer();this.updateActionStates();var a=this.getCurrentFile(),b=null!=a||"1"==urlParams.embed&&this.editor.graph.isEnabled();this.menus.get("viewPanels").setEnabled(b);this.menus.get("viewZoom").setEnabled(b); +var c=("1"!=urlParams.embed||!this.editor.graph.isEnabled())&&(null==a||a.isRestricted());this.actions.get("makeCopy").setEnabled(!c);this.actions.get("print").setEnabled(!c);this.menus.get("exportAs").setEnabled(!c);this.menus.get("embed").setEnabled(!c);c="1"!=urlParams.embed||this.editor.graph.isEnabled();this.menus.get("extras").setEnabled(c);Editor.enableCustomLibraries&&(this.menus.get("openLibraryFrom").setEnabled(c),this.menus.get("newLibrary").setEnabled(c));a="1"==urlParams.embed&&this.editor.graph.isEnabled()|| +null!=a&&a.isEditable();this.actions.get("image").setEnabled(b);this.actions.get("zoomIn").setEnabled(b);this.actions.get("zoomOut").setEnabled(b);this.actions.get("resetView").setEnabled(b);this.menus.get("edit").setEnabled(b);this.menus.get("view").setEnabled(b);this.menus.get("importFrom").setEnabled(a);this.menus.get("arrange").setEnabled(a);null!=this.toolbar&&(null!=this.toolbar.edgeShapeMenu&&this.toolbar.edgeShapeMenu.setEnabled(a),null!=this.toolbar.edgeStyleMenu&&this.toolbar.edgeStyleMenu.setEnabled(a)); +if(this.isAppCache()){var d=applicationCache;if(null!=d&&null==this.offlineStatus){this.offlineStatus=document.createElement("div");this.offlineStatus.className="geItem";this.offlineStatus.style.position="absolute";this.offlineStatus.style.fontSize="8pt";this.offlineStatus.style.top="2px";this.offlineStatus.style.right="12px";this.offlineStatus.style.color="#666";this.offlineStatus.style.margin="4px";this.offlineStatus.style.padding="2px";this.offlineStatus.style.verticalAlign="middle";this.offlineStatus.innerHTML= +"";this.menubarContainer.appendChild(this.offlineStatus);mxEvent.addListener(this.offlineStatus,"click",mxUtils.bind(this,function(){var a=this.offlineStatus.getElementsByTagName("img");null!=a&&0<a.length&&this.alert(a[0].getAttribute("title"))}));var d=window.applicationCache,e=null,b=mxUtils.bind(this,function(){var a=d.status,b;a==d.CHECKING&&(a=d.DOWNLOADING);switch(a){case d.UNCACHED:b="";break;case d.IDLE:b="min"==uiTheme?"":'<img title="draw.io is up to date." border="0" src="'+IMAGE_PATH+ +'/checkmark.gif"/>';break;case d.DOWNLOADING:b='<img title="Downloading new version..." border="0" src="'+IMAGE_PATH+'/spin.gif"/>';break;case d.UPDATEREADY:b='<img title="'+mxUtils.htmlEntities(mxResources.get("restartForChangeRequired"))+'" border="0" src="'+IMAGE_PATH+'/download.png"/>';break;case d.OBSOLETE:b='<img title="Obsolete" border="0" src="'+IMAGE_PATH+'/clear.gif"/>';break;default:b='<img title="Unknown" border="0" src="'+IMAGE_PATH+'/clear.gif"/>'}a!=e&&(this.offlineStatus.innerHTML= +b,e=a)});mxEvent.addListener(d,"checking",b);mxEvent.addListener(d,"noupdate",b);mxEvent.addListener(d,"downloading",b);mxEvent.addListener(d,"progress",b);mxEvent.addListener(d,"cached",b);mxEvent.addListener(d,"updateready",b);mxEvent.addListener(d,"obsolete",b);mxEvent.addListener(d,"error",b);b()}}else this.updateUserElement()};EditorUi.prototype.updateButtonContainer=function(){};EditorUi.prototype.updateUserElement=function(){};EditorUi.prototype.isDiagramActive=function(){var a=this.getCurrentFile(); +return null!=a&&a.isEditable()||"1"==urlParams.embed&&this.editor.graph.isEnabled()};var l=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates=function(){l.apply(this,arguments);var a=this.editor.graph,b=this.isDiagramActive(),c=this.getCurrentFile();this.actions.get("pageSetup").setEnabled(b);this.actions.get("autosave").setEnabled(null!=c&&c.isEditable()&&c.isAutosaveOptional());this.actions.get("guides").setEnabled(b);this.actions.get("editData").setEnabled(b);this.actions.get("shadowVisible").setEnabled(b); +this.actions.get("connectionArrows").setEnabled(b);this.actions.get("connectionPoints").setEnabled(b);this.actions.get("copyStyle").setEnabled(b&&!a.isSelectionEmpty());this.actions.get("pasteStyle").setEnabled(b&&!a.isSelectionEmpty());this.actions.get("editGeometry").setEnabled(a.getModel().isVertex(a.getSelectionCell()));this.actions.get("createShape").setEnabled(b);this.actions.get("createRevision").setEnabled(b);this.actions.get("moveToFolder").setEnabled(null!=c);this.actions.get("makeCopy").setEnabled(null!= +c&&!c.isRestricted());this.actions.get("editDiagram").setEnabled(b&&(null==c||!c.isRestricted()));this.actions.get("publishLink").setEnabled(null!=c&&!c.isRestricted());this.actions.get("tags").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("find").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("layers").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("outline").setEnabled("hidden"!=this.diagramContainer.style.visibility); +this.actions.get("rename").setEnabled(null!=c&&c.isRenamable()||"1"==urlParams.embed);this.actions.get("close").setEnabled(null!=c);this.menus.get("publish").setEnabled(null!=c&&!c.isRestricted());a=a.view.getState(a.getSelectionCell());this.actions.get("editShape").setEnabled(b&&null!=a&&null!=a.shape&&null!=a.shape.stencil)};var m=EditorUi.prototype.destroy;EditorUi.prototype.destroy=function(){null!=this.exportDialog&&(this.exportDialog.parentNode.removeChild(this.exportDialog),this.exportDialog= +null);m.apply(this,arguments)};null!=window.ExportDialog&&(ExportDialog.showXmlOption=!1,ExportDialog.showGifOption=!1,ExportDialog.exportFile=function(a,b,c,d,e,g){var f=a.editor.graph;if("xml"==c)a.hideDialog(),a.saveData(b,"xml",mxUtils.getXml(a.editor.getGraphXml()),"text/xml");else if("svg"==c)a.hideDialog(),a.saveData(b,"svg",mxUtils.getXml(f.getSvg(d,e,g)),"image/svg+xml");else{var h=a.getFileData(!0,null,null,null,null,!0),k=f.getGraphBounds(),l=Math.floor(k.width*e/f.view.scale),m=Math.floor(k.height* +e/f.view.scale);h.length<=MAX_REQUEST_SIZE&&l*m<MAX_AREA?(a.hideDialog(),a.saveRequest(b,c,function(a,b){return new mxXmlRequest(EXPORT_URL,"format="+c+"&base64="+(b||"0")+(null!=a?"&filename="+encodeURIComponent(a):"")+"&bg="+(null!=d?d:"none")+"&w="+l+"&h="+m+"&border="+g+"&xml="+encodeURIComponent(h))})):mxUtils.alert(mxResources.get("drawingTooLarge"))}})})();var mxSettings={currentVersion:16,defaultFormatWidth:600>screen.width?"0":"240",key:".drawio-config",getLanguage:function(){return mxSettings.settings.language},setLanguage:function(a){mxSettings.settings.language=a},getUi:function(){return mxSettings.settings.ui},setUi:function(a){mxSettings.settings.ui=a},getShowStartScreen:function(){return mxSettings.settings.showStartScreen},setShowStartScreen:function(a){mxSettings.settings.showStartScreen=a},getGridColor:function(){return mxSettings.settings.gridColor}, setGridColor:function(a){mxSettings.settings.gridColor=a},getAutosave:function(){return mxSettings.settings.autosave},setAutosave:function(a){mxSettings.settings.autosave=a},getResizeImages:function(){return mxSettings.settings.resizeImages},setResizeImages:function(a){mxSettings.settings.resizeImages=a},getOpenCounter:function(){return mxSettings.settings.openCounter},setOpenCounter:function(a){mxSettings.settings.openCounter=a},getLibraries:function(){return mxSettings.settings.libraries},setLibraries:function(a){mxSettings.settings.libraries= a},addCustomLibrary:function(a){mxSettings.load();0>mxUtils.indexOf(mxSettings.settings.customLibraries,a)&&("L.scratchpad"===a?mxSettings.settings.customLibraries.splice(0,0,a):mxSettings.settings.customLibraries.push(a));mxSettings.save()},removeCustomLibrary:function(a){mxSettings.load();mxUtils.remove(a,mxSettings.settings.customLibraries);mxSettings.save()},getCustomLibraries:function(){return mxSettings.settings.customLibraries},getPlugins:function(){return mxSettings.settings.plugins},setPlugins:function(a){mxSettings.settings.plugins= a},getRecentColors:function(){return mxSettings.settings.recentColors},setRecentColors:function(a){mxSettings.settings.recentColors=a},getFormatWidth:function(){return parseInt(mxSettings.settings.formatWidth)},setFormatWidth:function(a){mxSettings.settings.formatWidth=a},getCurrentEdgeStyle:function(){return mxSettings.settings.currentEdgeStyle},setCurrentEdgeStyle:function(a){mxSettings.settings.currentEdgeStyle=a},getCurrentVertexStyle:function(){return mxSettings.settings.currentVertexStyle}, @@ -7543,13 +7611,13 @@ Graph.prototype.defaultThemes.darkTheme=mxUtils.parseXml('<mxStylesheet><add as= mxAsyncCanvas.prototype.decWaitCounter=function(){this.waitCounter--;0==this.waitCounter&&null!=this.onComplete&&(this.onComplete(),this.onComplete=null)};mxAsyncCanvas.prototype.updateFont=function(){var a="";(this.state.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&(a+="bold ");(this.state.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&(a+="italic ");this.ctx.font=a+this.state.fontSize+"px "+this.state.fontFamily};mxAsyncCanvas.prototype.rotate=function(a,b,c,d,e){}; mxAsyncCanvas.prototype.setAlpha=function(a){this.state.alpha=a};mxAsyncCanvas.prototype.setFontColor=function(a){this.state.fontColor=a};mxAsyncCanvas.prototype.setFontBackgroundColor=function(a){a==mxConstants.NONE&&(a=null);this.state.fontBackgroundColor=a};mxAsyncCanvas.prototype.setFontBorderColor=function(a){a==mxConstants.NONE&&(a=null);this.state.fontBorderColor=a};mxAsyncCanvas.prototype.setFontSize=function(a){this.state.fontSize=a}; mxAsyncCanvas.prototype.setFontFamily=function(a){this.state.fontFamily=a};mxAsyncCanvas.prototype.setFontStyle=function(a){this.state.fontStyle=a};mxAsyncCanvas.prototype.rect=function(a,b,c,d){};mxAsyncCanvas.prototype.roundrect=function(a,b,c,d,e,g){};mxAsyncCanvas.prototype.ellipse=function(a,b,c,d){};mxAsyncCanvas.prototype.rewriteImageSource=function(a){if("http://"==a.substring(0,7)||"https://"==a.substring(0,8))a="/proxy?url="+encodeURIComponent(a);return a}; -mxAsyncCanvas.prototype.image=function(a,b,c,d,e,g,h,m){e=this.rewriteImageSource(e);a=this.htmlCanvas.images[e];null==a&&(a=new Image,a.onload=mxUtils.bind(this,function(){this.decWaitCounter()}),a.onerror=mxUtils.bind(this,function(){this.decWaitCounter()}),this.incWaitCounter(),this.htmlCanvas.images[e]=a,a.src=e)};mxAsyncCanvas.prototype.fill=function(){};mxAsyncCanvas.prototype.stroke=function(){};mxAsyncCanvas.prototype.fillAndStroke=function(){}; -mxAsyncCanvas.prototype.text=function(a,b,c,d,e,g,h,m,l,f,k,n){if(null!=e&&0!=e.length&&(a=this.state.scale,"html"==l&&"function"===typeof html2canvas)){this.incWaitCounter();var u=this.canvasIndex++;html2canvas(e,{onrendered:mxUtils.bind(this,function(a){this.htmlCanvas.subCanvas[u]=a;this.decWaitCounter()}),scale:a,logging:!0})}};mxAsyncCanvas.prototype.finish=function(a){0==this.waitCounter?a():this.onComplete=a};function mxJsCanvas(a){mxAbstractCanvas2D.call(this);this.ctx=a.getContext("2d");this.ctx.textBaseline="top";this.ctx.fillStyle="rgba(255,255,255,0)";this.ctx.strokeStyle="rgba(0, 0, 0, 0)";this.M_RAD_PER_DEG=Math.PI/180;this.images=null==this.images?[]:this.images;this.subCanvas=null==this.subCanvas?[]:this.subCanvas}mxUtils.extend(mxJsCanvas,mxAbstractCanvas2D);mxJsCanvas.prototype.ctx=null;mxJsCanvas.prototype.waitCounter=0;mxJsCanvas.prototype.onComplete=null;mxJsCanvas.prototype.images=null; +mxAsyncCanvas.prototype.image=function(a,b,c,d,e,g,h,l){e=this.rewriteImageSource(e);a=this.htmlCanvas.images[e];null==a&&(a=new Image,a.onload=mxUtils.bind(this,function(){this.decWaitCounter()}),a.onerror=mxUtils.bind(this,function(){this.decWaitCounter()}),this.incWaitCounter(),this.htmlCanvas.images[e]=a,a.src=e)};mxAsyncCanvas.prototype.fill=function(){};mxAsyncCanvas.prototype.stroke=function(){};mxAsyncCanvas.prototype.fillAndStroke=function(){}; +mxAsyncCanvas.prototype.text=function(a,b,c,d,e,g,h,l,m,f,k,n){if(null!=e&&0!=e.length&&(a=this.state.scale,"html"==m&&"function"===typeof html2canvas)){this.incWaitCounter();var t=this.canvasIndex++;html2canvas(e,{onrendered:mxUtils.bind(this,function(a){this.htmlCanvas.subCanvas[t]=a;this.decWaitCounter()}),scale:a,logging:!0})}};mxAsyncCanvas.prototype.finish=function(a){0==this.waitCounter?a():this.onComplete=a};function mxJsCanvas(a){mxAbstractCanvas2D.call(this);this.ctx=a.getContext("2d");this.ctx.textBaseline="top";this.ctx.fillStyle="rgba(255,255,255,0)";this.ctx.strokeStyle="rgba(0, 0, 0, 0)";this.M_RAD_PER_DEG=Math.PI/180;this.images=null==this.images?[]:this.images;this.subCanvas=null==this.subCanvas?[]:this.subCanvas}mxUtils.extend(mxJsCanvas,mxAbstractCanvas2D);mxJsCanvas.prototype.ctx=null;mxJsCanvas.prototype.waitCounter=0;mxJsCanvas.prototype.onComplete=null;mxJsCanvas.prototype.images=null; mxJsCanvas.prototype.subCanvas=null;mxJsCanvas.prototype.canvasIndex=0;mxJsCanvas.prototype.hexToRgb=function(a){a=a.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,function(a,c,d,e){return c+c+d+d+e+e});return(a=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(a))?{r:parseInt(a[1],16),g:parseInt(a[2],16),b:parseInt(a[3],16)}:null};mxJsCanvas.prototype.incWaitCounter=function(){this.waitCounter++}; mxJsCanvas.prototype.decWaitCounter=function(){this.waitCounter--;0==this.waitCounter&&null!=this.onComplete&&(this.onComplete(),this.onComplete=null)};mxJsCanvas.prototype.updateFont=function(){var a="";(this.state.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&(a+="bold ");(this.state.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&(a+="italic ");this.ctx.font=a+this.state.fontSize+"px "+this.state.fontFamily}; mxJsCanvas.prototype.save=function(){this.states.push(this.state);this.state=mxUtils.clone(this.state);this.ctx.save()};mxJsCanvas.prototype.restore=function(){this.state=this.states.pop();this.ctx.restore()};mxJsCanvas.prototype.scale=function(a){this.state.scale*=a;this.state.strokeWidth*=a;this.ctx.scale(a,a)};mxJsCanvas.prototype.translate=function(a,b){this.state.dx+=a;this.state.dy+=b;this.ctx.translate(a,b)}; mxJsCanvas.prototype.rotate=function(a,b,c,d,e){d-=this.state.dx;e-=this.state.dy;this.ctx.translate(d,e);(b||c)&&this.ctx.scale(b?-1:1,c?-1:1);this.ctx.rotate(a*this.M_RAD_PER_DEG);this.ctx.translate(-d,-e)};mxJsCanvas.prototype.setAlpha=function(a){this.state.alpha=a;this.ctx.globalAlpha=a};mxJsCanvas.prototype.setFillColor=function(a){a==mxConstants.NONE&&(a=null);this.state.fillColor=a;this.state.gradientColor=null;this.ctx.fillStyle=a}; -mxJsCanvas.prototype.setGradient=function(a,b,c,d,e,g,h,m,l){c=this.ctx.createLinearGradient(0,d,0,d+g);d=this.state;d.fillColor=a;d.fillAlpha=null!=m?m:1;d.gradientColor=b;d.gradientAlpha=null!=l?l:1;d.gradientDirection=h;a=this.hexToRgb(a);b=this.hexToRgb(b);null!=a&&c.addColorStop(0,"rgba("+a.r+","+a.g+","+a.b+","+d.fillAlpha+")");null!=b&&c.addColorStop(1,"rgba("+b.r+","+b.g+","+b.b+","+d.gradientAlpha+")");this.ctx.fillStyle=c}; +mxJsCanvas.prototype.setGradient=function(a,b,c,d,e,g,h,l,m){c=this.ctx.createLinearGradient(0,d,0,d+g);d=this.state;d.fillColor=a;d.fillAlpha=null!=l?l:1;d.gradientColor=b;d.gradientAlpha=null!=m?m:1;d.gradientDirection=h;a=this.hexToRgb(a);b=this.hexToRgb(b);null!=a&&c.addColorStop(0,"rgba("+a.r+","+a.g+","+a.b+","+d.fillAlpha+")");null!=b&&c.addColorStop(1,"rgba("+b.r+","+b.g+","+b.b+","+d.gradientAlpha+")");this.ctx.fillStyle=c}; mxJsCanvas.prototype.setStrokeColor=function(a){null!=a&&(a==mxConstants.NONE?(this.state.strokeColor=null,this.ctx.strokeStyle="rgba(0, 0, 0, 0)"):(this.ctx.strokeStyle=a,this.state.strokeColor=a))};mxJsCanvas.prototype.setStrokeWidth=function(a){this.ctx.lineWidth=a};mxJsCanvas.prototype.setDashed=function(a){if(this.state.dashed=a){a=this.state.dashPattern.split(" ");for(var b=0;b<a.length;b++)a[b]=parseInt(a[b],10);this.setLineDash(a)}else this.setLineDash([0])}; mxJsCanvas.prototype.setLineDash=function(a){try{"function"===typeof this.ctx.setLineDash&&this.ctx.setLineDash(a)}catch(b){}};mxJsCanvas.prototype.setDashPattern=function(a){this.state.dashPattern=a;if(this.state.dashed){a=a.split(" ");for(var b=0;b<a.length;b++)a[b]=parseInt(a[b],10);this.ctx.setLineDash(a)}};mxJsCanvas.prototype.setLineCap=function(a){this.ctx.lineCap=a};mxJsCanvas.prototype.setLineJoin=function(a){this.ctx.lineJoin=a}; mxJsCanvas.prototype.setMiterLimit=function(a){this.ctx.lineJoin=a};mxJsCanvas.prototype.setFontColor=function(a){this.ctx.fillStyle=a};mxJsCanvas.prototype.setFontBackgroundColor=function(a){a==mxConstants.NONE&&(a=null);this.state.fontBackgroundColor=a};mxJsCanvas.prototype.setFontBorderColor=function(a){a==mxConstants.NONE&&(a=null);this.state.fontBorderColor=a};mxJsCanvas.prototype.setFontSize=function(a){this.state.fontSize=a}; @@ -7559,13 +7627,13 @@ mxJsCanvas.prototype.setShadowOffset=function(a,b){this.state.shadowDx=a;this.st mxJsCanvas.prototype.arcTo=function(a,b,c,d,e,g,h){a=mxUtils.arcToCurves(this.lastMoveX,this.lastMoveY,a,b,c,d,e,g,h);if(null!=a)for(b=0;b<a.length;b+=6)this.curveTo(a[b],a[b+1],a[b+2],a[b+3],a[b+4],a[b+5])};mxJsCanvas.prototype.curveTo=function(a,b,c,d,e,g){this.ctx.bezierCurveTo(a,b,c,d,e,g);this.lastMoveX=e;this.lastMoveY=g};mxJsCanvas.prototype.rect=function(a,b,c,d){this.begin();this.moveTo(a,b);this.lineTo(a+c,b);this.lineTo(a+c,b+d);this.lineTo(a,b+d);this.close()}; mxJsCanvas.prototype.roundrect=function(a,b,c,d,e,g){this.begin();this.moveTo(a+e,b);this.lineTo(a+c-e,b);this.quadTo(a+c,b,a+c,b+g);this.lineTo(a+c,b+d-g);this.quadTo(a+c,b+d,a+c-e,b+d);this.lineTo(a+e,b+d);this.quadTo(a,b+d,a,b+d-g);this.lineTo(a,b+g);this.quadTo(a,b,a+e,b)};mxJsCanvas.prototype.ellipse=function(a,b,c,d){this.ctx.save();this.ctx.translate(a+c/2,b+d/2);this.ctx.scale(c/2,d/2);this.ctx.beginPath();this.ctx.arc(0,0,1,0,2*Math.PI,!1);this.ctx.restore()}; mxJsCanvas.prototype.rewriteImageSource=function(a){if("http://"==a.substring(0,7)||"https://"==a.substring(0,8))a="/proxy?url="+encodeURIComponent(a);return a}; -mxJsCanvas.prototype.image=function(a,b,c,d,e,g,h,m){e=this.rewriteImageSource(e);e=this.images[e];if(null!=e&&0<e.height&&0<e.width){var l=this.ctx;l.save();if(g){g=e.width;var f=e.height,k=Math.min(c/g,d/f);a+=(c-g*k)/2;b+=(d-f*k)/2;c=g*k;d=f*k}h&&(l.translate(2*a+c,0),l.scale(-1,1));m&&(l.translate(0,2*b+d),l.scale(1,-1));l.drawImage(e,a,b,c,d);l.restore()}};mxJsCanvas.prototype.begin=function(){this.ctx.beginPath()};mxJsCanvas.prototype.close=function(){this.ctx.closePath()}; +mxJsCanvas.prototype.image=function(a,b,c,d,e,g,h,l){e=this.rewriteImageSource(e);e=this.images[e];if(null!=e&&0<e.height&&0<e.width){var m=this.ctx;m.save();if(g){g=e.width;var f=e.height,k=Math.min(c/g,d/f);a+=(c-g*k)/2;b+=(d-f*k)/2;c=g*k;d=f*k}h&&(m.translate(2*a+c,0),m.scale(-1,1));l&&(m.translate(0,2*b+d),m.scale(1,-1));m.drawImage(e,a,b,c,d);m.restore()}};mxJsCanvas.prototype.begin=function(){this.ctx.beginPath()};mxJsCanvas.prototype.close=function(){this.ctx.closePath()}; mxJsCanvas.prototype.fill=function(){this.ctx.fill()};mxJsCanvas.prototype.stroke=function(){this.ctx.stroke()};mxJsCanvas.prototype.fillAndStroke=function(){if(this.state.shadow){this.ctx.stroke();this.ctx.fill();var a=this.ctx.shadowColor,b=this.ctx.shadowOffsetX,c=this.ctx.shadowOffsetY;this.ctx.shadowColor="transparent";this.ctx.shadowOffsetX=0;this.ctx.shadowOffsetY=0;this.ctx.stroke();this.ctx.shadowColor=a;this.ctx.shadowOffsetX=b;this.ctx.shadowOffsetY=c}else this.ctx.fill(),this.ctx.stroke()}; -mxJsCanvas.prototype.text=function(a,b,c,d,e,g,h,m,l,f,k,n){if(null!=e&&0!=e.length){c=this.state.scale;0!=n&&(this.ctx.translate(Math.round(a),Math.round(b)),this.ctx.rotate(n*Math.PI/180),this.ctx.translate(Math.round(-a),Math.round(-b)));if("html"==l){e=this.subCanvas[this.canvasIndex++];l=e.height;n=e.width;switch(h){case mxConstants.ALIGN_MIDDLE:b-=l/2/c;break;case mxConstants.ALIGN_BOTTOM:b-=l/c}switch(g){case mxConstants.ALIGN_CENTER:a-=n/2/c;break;case mxConstants.ALIGN_RIGHT:a-=n/c}this.ctx.save(); +mxJsCanvas.prototype.text=function(a,b,c,d,e,g,h,l,m,f,k,n){if(null!=e&&0!=e.length){c=this.state.scale;0!=n&&(this.ctx.translate(Math.round(a),Math.round(b)),this.ctx.rotate(n*Math.PI/180),this.ctx.translate(Math.round(-a),Math.round(-b)));if("html"==m){e=this.subCanvas[this.canvasIndex++];m=e.height;n=e.width;switch(h){case mxConstants.ALIGN_MIDDLE:b-=m/2/c;break;case mxConstants.ALIGN_BOTTOM:b-=m/c}switch(g){case mxConstants.ALIGN_CENTER:a-=n/2/c;break;case mxConstants.ALIGN_RIGHT:a-=n/c}this.ctx.save(); if(null!=this.state.fontBackgroundColor||null!=this.state.fontBorderColor)null!=this.state.fontBackgroundColor&&(this.ctx.fillStyle=this.state.fontBackgroundColor,this.ctx.fillRect(Math.round(a)-.5,Math.round(b)-.5,Math.round(e.width/c),Math.round(e.height/c))),null!=this.state.fontBorderColor&&(this.ctx.strokeStyle=this.state.fontBorderColor,this.ctx.lineWidth=1,this.ctx.strokeRect(Math.round(a)-.5,Math.round(b)-.5,Math.round(e.width/c),Math.round(e.height/c)));this.ctx.scale(1/c,1/c);this.ctx.drawImage(e, -Math.round(a*c),Math.round(b*c))}else{this.ctx.save();this.updateFont();n=document.createElement("div");n.innerHTML=e;n.style.position="absolute";n.style.top="-9999px";n.style.left="-9999px";n.style.fontFamily=this.state.fontFamily;n.style.fontWeight="bold";n.style.fontSize=this.state.fontSize+"pt";document.body.appendChild(n);l=[n.offsetWidth,n.offsetHeight];document.body.removeChild(n);e=e.split("\n");n=l[1];this.ctx.textBaseline="top";l=b;switch(h){case mxConstants.ALIGN_MIDDLE:this.ctx.textBaseline= -"middle";b-=(e.length-1)*n/2;l=b-this.state.fontSize/2;break;case mxConstants.ALIGN_BOTTOM:this.ctx.textBaseline="alphabetic",b-=n*(e.length-1),l=b-this.state.fontSize}h=[];n=[];for(c=0;c<e.length;c++)n[c]=a,h[c]=this.ctx.measureText(e[c]).width,null!=g&&g!=mxConstants.ALIGN_LEFT&&(n[c]-=h[c],g==mxConstants.ALIGN_CENTER&&(n[c]+=h[c]/2));if(null!=this.state.fontBackgroundColor||null!=this.state.fontBorderColor){a=n[0];g=h[0];for(c=1;c<e.length;c++)a=Math.min(a,n[c]),g=Math.max(g,h[c]);this.ctx.save(); -a=Math.round(a)-.5;l=Math.round(l)-.5;null!=this.state.fontBackgroundColor&&(this.ctx.fillStyle=this.state.fontBackgroundColor,this.ctx.fillRect(a,l,g,this.state.fontSize*mxConstants.LINE_HEIGHT*e.length));null!=this.state.fontBorderColor&&(this.ctx.strokeStyle=this.state.fontBorderColor,this.ctx.lineWidth=1,this.ctx.strokeRect(a,l,g,this.state.fontSize*mxConstants.LINE_HEIGHT*e.length));this.ctx.restore()}for(c=0;c<e.length;c++)this.ctx.fillText(e[c],n[c],b),b+=this.state.fontSize*mxConstants.LINE_HEIGHT}this.ctx.restore()}}; +Math.round(a*c),Math.round(b*c))}else{this.ctx.save();this.updateFont();n=document.createElement("div");n.innerHTML=e;n.style.position="absolute";n.style.top="-9999px";n.style.left="-9999px";n.style.fontFamily=this.state.fontFamily;n.style.fontWeight="bold";n.style.fontSize=this.state.fontSize+"pt";document.body.appendChild(n);m=[n.offsetWidth,n.offsetHeight];document.body.removeChild(n);e=e.split("\n");n=m[1];this.ctx.textBaseline="top";m=b;switch(h){case mxConstants.ALIGN_MIDDLE:this.ctx.textBaseline= +"middle";b-=(e.length-1)*n/2;m=b-this.state.fontSize/2;break;case mxConstants.ALIGN_BOTTOM:this.ctx.textBaseline="alphabetic",b-=n*(e.length-1),m=b-this.state.fontSize}h=[];n=[];for(c=0;c<e.length;c++)n[c]=a,h[c]=this.ctx.measureText(e[c]).width,null!=g&&g!=mxConstants.ALIGN_LEFT&&(n[c]-=h[c],g==mxConstants.ALIGN_CENTER&&(n[c]+=h[c]/2));if(null!=this.state.fontBackgroundColor||null!=this.state.fontBorderColor){a=n[0];g=h[0];for(c=1;c<e.length;c++)a=Math.min(a,n[c]),g=Math.max(g,h[c]);this.ctx.save(); +a=Math.round(a)-.5;m=Math.round(m)-.5;null!=this.state.fontBackgroundColor&&(this.ctx.fillStyle=this.state.fontBackgroundColor,this.ctx.fillRect(a,m,g,this.state.fontSize*mxConstants.LINE_HEIGHT*e.length));null!=this.state.fontBorderColor&&(this.ctx.strokeStyle=this.state.fontBorderColor,this.ctx.lineWidth=1,this.ctx.strokeRect(a,m,g,this.state.fontSize*mxConstants.LINE_HEIGHT*e.length));this.ctx.restore()}for(c=0;c<e.length;c++)this.ctx.fillText(e[c],n[c],b),b+=this.state.fontSize*mxConstants.LINE_HEIGHT}this.ctx.restore()}}; mxJsCanvas.prototype.getCanvas=function(){return canvas};mxJsCanvas.prototype.finish=function(a){0==this.waitCounter?a():this.onComplete=a};DrawioClient=function(a,b){mxEventSource.call(this);this.ui=a;this.cookieName=b;this.token=this.getPersistentToken()};mxUtils.extend(DrawioClient,mxEventSource);DrawioClient.prototype.token=null;DrawioClient.prototype.user=null;DrawioClient.prototype.setUser=function(a){this.user=a;this.fireEvent(new mxEventObject("userChanged"))};DrawioClient.prototype.getUser=function(){return this.user}; DrawioClient.prototype.clearPersistentToken=function(){if(isLocalStorage)localStorage.removeItem("."+this.cookieName);else if("undefined"!=typeof Storage){var a=new Date;a.setYear(a.getFullYear()-1);document.cookie=this.cookieName+"=; expires="+a.toUTCString()}}; DrawioClient.prototype.getPersistentToken=function(){var a=null;isLocalStorage&&(a=localStorage.getItem("."+this.cookieName));if(null==a&&"undefined"!=typeof Storage){var b=document.cookie,c=this.cookieName+"=",d=b.indexOf(c);0<=d&&(d+=c.length,a=b.indexOf(";",d),0>a?a=b.length:postCookie=b.substring(a),a=b.substring(d,a),a=0<a.length?a:null,null!=a&&isLocalStorage&&(b=new Date,b.setYear(b.getFullYear()-1),document.cookie=c+"; expires="+b.toUTCString(),localStorage.setItem("."+this.cookieName,a)))}return a}; @@ -7652,7 +7720,7 @@ b&&this.diagramMap.set("backgroundColor",b);this.diagramMap.set("pageFormat",a.g RealtimeMapping.prototype.activate=function(a){this.realtimePageFormatChanged(this.diagramMap.get("pageFormat"),a);this.realtimePageScaleChanged(this.diagramMap.get("pageScale"),a);this.realtimeMathEnabledChanged(this.diagramMap.get("mathEnabled"),a);this.realtimeBackgroundColorChanged(this.diagramMap.get("backgroundColor"),a);this.realtimeShadowVisibleChanged(this.diagramMap.get("shadowVisible"),a);this.realtimeFoldingEnabledChanged(this.diagramMap.get("foldingEnabled"),a);this.realtimePageVisibleChanged(this.diagramMap.get("pageVisible"), a);this.realtimeBackgroundImageChanged(this.diagramMap.get("backgroundImage"),a)}; RealtimeMapping.prototype.initRealtime=function(){this.rtModel.beginCompoundOperation();try{var a=this.createRealtimeCell(this.getGraphModel().getRoot());this.saveRealtimeCell(a.cell);this.diagramMap.set(this.driveRealtime.rootKey,a);if(null!=this.page.graphModelNode)this.writeNodeToRealtime(this.page.graphModelNode);else{var b=this.page.viewState,c=null!=b?b.pageFormat:mxSettings.getPageFormat();this.diagramMap.set("shadowVisible",null!=b&&b.shadowVisible?"1":"0");this.diagramMap.set("foldingEnabled", -null==b||b.foldingEnabled?"1":"0");this.diagramMap.set("mathEnabled",null!=b&&b.mathEnabled?"1":"0");this.diagramMap.set("pageScale",this.graph.pageScale);this.diagramMap.set("pageVisible",null==b||b.pageVisible?"1":"0");this.diagramMap.set("pageFormat",c.width+","+c.height);this.diagramMap.set("backgroundImage",null!=b&&null!=b.backgroundImage?JSON.stringify(b.backgroundImage):"");this.diagramMap.set("backgroundColor",null!=b&&null!=b.background?this.graph.background:"")}this.root.set("modifiedDate", +null==b||b.foldingEnabled?"1":"0");this.diagramMap.set("mathEnabled",null!=b&&b.mathEnabled?"1":"0");this.diagramMap.set("pageScale",null!=b?b.pageScale:mxGraph.prototype.pageScale);this.diagramMap.set("pageVisible",null==b||b.pageVisible?"1":"0");this.diagramMap.set("pageFormat",c.width+","+c.height);this.diagramMap.set("backgroundImage",null!=b&&null!=b.backgroundImage?JSON.stringify(b.backgroundImage):"");this.diagramMap.set("backgroundColor",null!=b&&null!=b.background?b.background:"")}this.root.set("modifiedDate", (new Date).getTime());this.rtModel.endCompoundOperation()}catch(d){this.rtModel.endCompoundOperation(),this.ui.handleError(d)}}; RealtimeMapping.prototype.createRealtimeCell=function(a){var b=a.rtCell;if(null==b){b=this.rtModel.create("Cell");b.children=this.rtModel.createList();b.cell=a;a.rtCell=b;b.cellId=a.id;b.type=a.vertex?"vertex":a.edge?"edge":"";b.connectable=null==a.connectable||a.connectable?"1":"0";mxUtils.isNode(a.value)?b.xmlValue=mxUtils.getXml(a.value):null!=a.value&&(b.value=a.value);b.style=null!=a.style?a.style:null;b.geometry=null!=a.geometry?mxUtils.getXml(this.driveRealtime.codec.encode(a.geometry)):null; b.visible=null==a.visible||a.visible?"1":"0";b.collapsed=null!=a.collapsed&&a.collapsed?"1":"0";for(var c=0;c<this.graphModel.getChildCount(a);c++){var d=this.graphModel.getChildAt(a,c);this.createRealtimeCell(d);null==d.rtCell.parent&&(d.rtCell.parent=b,b.children.push(d.rtCell))}this.installRealtimeCellListeners(b)}return b}; @@ -7695,8 +7763,8 @@ DriveClient.prototype.setUserId=function(a,b){if(b)if(isLocalStorage)localStorag DriveClient.prototype.getUserId=function(){var a=null;null!=this.user&&(a=this.user.id);null==a&&isLocalStorage&&(a=localStorage.getItem(".guid"));if(null==a&&"undefined"!=typeof Storage){for(var b=document.cookie.split(";"),c=0;c<b.length;c++){var d=mxUtils.trim(b[c]);if("GUID="==d.substring(0,5)){a=d.substring(5);break}}null!=a&&isLocalStorage&&(b=new Date,b.setYear(b.getFullYear()-1),document.cookie="GUID=; expires="+b.toUTCString(),localStorage.setItem(".guid",a))}return a}; DriveClient.prototype.execute=function(a){var b=mxUtils.bind(this,function(b){this.ui.showAuthDialog(this,!0,mxUtils.bind(this,function(b,c){this.authorize(!1,mxUtils.bind(this,function(){null!=c&&c();a()}),mxUtils.bind(this,function(a){var b=mxResources.get("cannotLogin");null!=a&&null!=a.error&&403==a.error.code&&null!=a.error.data&&0<a.error.data.length&&"domainPolicy"==a.error.data[0].reason&&(b=a.error.message);this.ui.drive.clearUserId();this.ui.drive.setUser(null);gapi.auth.signOut();this.ui.showError(mxResources.get("error"), b,mxResources.get("help"),mxUtils.bind(this,function(){this.ui.openLink("https://desk.draw.io/support/solutions/articles/16000074659")}),null,mxResources.get("ok"))}),b)}))});this.authorize(!0,a,b)}; -DriveClient.prototype.executeRequest=function(a,b,c){var d=!0,e=null,g=0;null!=this.requestThread&&window.clearTimeout(this.requestThread);var h=mxUtils.bind(this,function(){this.requestThread=null;this.currentRequest=a;null!=e&&window.clearTimeout(e);e=window.setTimeout(mxUtils.bind(this,function(){d=!1;null!=c&&c({code:App.ERROR_TIMEOUT,retry:h})}),this.ui.timeout);a.execute(mxUtils.bind(this,function(m){window.clearTimeout(e);d&&(null!=m&&null==m.error?null!=b&&b(m):null!=c&&null!=m&&null!=m.error&& -403==m.error.code&&("The requested mime type change is forbidden."==m.error.message||null!=m.error.data&&"domainPolicy"==m.error.data[0].reason)?c(m):null==m||null==m.error||401!=m.error.code&&403!=m.error.code?null!=m&&null!=m.error&&404!=m.error.code&&this.currentRequest==a&&g<this.maxRetries?(g++,this.requestThread=window.setTimeout(h,Math.round(Math.pow(2,g)*(1+.1*(Math.random()-.5))*1E3))):null!=c&&c(m):403==m.error.code&&null!=this.user?null!=c&&c(m):this.execute(h))}))});null==gapi.auth.getToken()? +DriveClient.prototype.executeRequest=function(a,b,c){var d=!0,e=null,g=0;null!=this.requestThread&&window.clearTimeout(this.requestThread);var h=mxUtils.bind(this,function(){this.requestThread=null;this.currentRequest=a;null!=e&&window.clearTimeout(e);e=window.setTimeout(mxUtils.bind(this,function(){d=!1;null!=c&&c({code:App.ERROR_TIMEOUT,retry:h})}),this.ui.timeout);a.execute(mxUtils.bind(this,function(l){window.clearTimeout(e);d&&(null!=l&&null==l.error?null!=b&&b(l):null!=c&&null!=l&&null!=l.error&& +403==l.error.code&&("The requested mime type change is forbidden."==l.error.message||null!=l.error.data&&"domainPolicy"==l.error.data[0].reason)?c(l):null==l||null==l.error||401!=l.error.code&&403!=l.error.code?null!=l&&null!=l.error&&404!=l.error.code&&this.currentRequest==a&&g<this.maxRetries?(g++,this.requestThread=window.setTimeout(h,Math.round(Math.pow(2,g)*(1+.1*(Math.random()-.5))*1E3))):null!=c&&c(l):403==l.error.code&&null!=this.user?null!=c&&c(l):this.execute(h))}))});null==gapi.auth.getToken()? this.execute(h):h()};DriveClient.prototype.authorize=function(a,b,c,d){var e=this.getUserId();null!=this.ui.stateArg&&null!=this.ui.stateArg.userId&&(e=this.ui.stateArg.userId);if(a&&null==e)null!=c&&c();else{var g={scope:this.scopes,client_id:this.clientId};a&&null!=e?(g.immediate=!0,g.user_id=e):(g.immediate=!1,g.authuser=-1);gapi.auth.authorize(g,mxUtils.bind(this,function(g){null!=g&&null==g.error?null!=this.user&&a&&this.user.id==e?null!=b&&b():this.updateUser(b,c,d):null!=c&&c(g);this.resetTokenRefresh(g)}))}}; DriveClient.prototype.resetTokenRefresh=function(a){null!=this.tokenRefreshThread&&(window.clearTimeout(this.tokenRefreshThread),this.tokenRefreshThread=null);null!=a&&null==a.error&&0<a.expires_in&&(this.tokenRefreshInterval=1E3*parseInt(a.expires_in),this.lastTokenRefresh=(new Date).getTime(),this.tokenRefreshThread=window.setTimeout(mxUtils.bind(this,function(){this.authorize(!0,mxUtils.bind(this,function(){}),mxUtils.bind(this,function(){}))}),900*a.expires_in))}; DriveClient.prototype.checkToken=function(a){var b=0<this.lastTokenRefresh;(new Date).getTime()-this.lastTokenRefresh>this.tokenRefreshInterval||null==this.tokenRefreshThread?this.execute(mxUtils.bind(this,function(){a();b&&this.fireEvent(new mxEventObject("disconnected"))})):a()}; @@ -7705,25 +7773,25 @@ DriveClient.prototype.copyFile=function(a,b,c,d){null!=a&&null!=b&&this.executeR DriveClient.prototype.createDriveRequest=function(a,b){return gapi.client.request({path:"/drive/v2/files/"+a,method:"PUT",params:{uploadType:"multipart",supportsTeamDrives:!0},headers:{"Content-Type":"application/json; charset=UTF-8"},body:JSON.stringify(b)})};DriveClient.prototype.getLibrary=function(a,b,c){return this.getFile(a,b,c,!0,!0)}; DriveClient.prototype.getFile=function(a,b,c,d,e){d=null!=d?d:!1;e=null!=e?e:!1;null!=urlParams.rev?this.executeRequest(gapi.client.drive.revisions.get({fileId:a,revisionId:urlParams.rev}),mxUtils.bind(this,function(a){this.getXmlFile(a,null,b,c)}),c):this.executeRequest(gapi.client.drive.files.get({fileId:a,supportsTeamDrives:!0}),mxUtils.bind(this,function(a){if(null!=this.user){var g=/\.png$/i.test(a.title);/\.vsdx?$/i.test(a.title)||/\.gliffy$/i.test(a.title)||!this.ui.useCanvasForExport&&g?(g= a.downloadUrl+"&access_token="+gapi.auth.getToken().access_token,this.ui.convertFile(g,a.title,a.mimeType,this.extension,b,c)):d||e||a.mimeType==this.libraryMimeType?this.getXmlFile(a,null,b,c,!0,e):this.loadRealtime(a,mxUtils.bind(this,function(d){try{null==d||null==d.getModel()||null==d.getModel().getRoot()||d.getModel().getRoot().isEmpty()||d.getModel().getRoot().has("cells")&&!d.getModel().getRoot().has(DriveRealtime.prototype.diagramsKey)?this.getXmlFile(a,d,b,c):b(new DriveFile(this.ui,null, -a,d))}catch(l){c(l)}}),c)}else c({message:mxResources.get("loggedOut")})}),c)}; +a,d))}catch(m){c(m)}}),c)}else c({message:mxResources.get("loggedOut")})}),c)}; DriveClient.prototype.loadRealtime=function(a,b,c){if("1"==urlParams.ignoremime||"420247213240"!=this.appId||"application/vnd.jgraph.mxfile.realtime"!=a.mimeType&&"application/mxr"!=a.mimeType)if("850530949725"!=this.appId&&(a.editable||"application/mxe"!=a.mimeType&&"application/vnd.jgraph.mxfile"!=a.mimeType)){var d=mxUtils.bind(this,function(){var e=!0,g=window.setTimeout(mxUtils.bind(this,function(){e=!1;c({code:App.ERROR_TIMEOUT,retry:d})}),this.ui.timeout);gapi.drive.realtime.load(a.id,mxUtils.bind(this, function(a){window.clearTimeout(g);e&&b(a)}))});d()}else b();else this.redirectToNewApp(c,a.id)}; -DriveClient.prototype.getXmlFile=function(a,b,c,d,e,g){var h=gapi.auth.getToken().access_token;this.ui.loadUrl(a.downloadUrl+"&access_token="+h,mxUtils.bind(this,function(h){if(null==h)d({message:mxResources.get("invalidOrMissingFile")});else if(a.mimeType==this.libraryMimeType||g)a.mimeType!=this.libraryMimeType||g?c(new DriveLibrary(this.ui,h,a)):d({message:mxResources.get("notADiagramFile")});else{if(/\.png$/i.test(a.title)){var m=h.lastIndexOf(",");0<m&&(m=this.ui.extractGraphModelFromPng(h.substring(m+ -1)),null!=m&&0<m.length&&(h=m))}var f=new DriveFile(this.ui,h,a,b);!e&&"850530949725"!=this.appId&&f.isEditable()&&a.mimeType!=this.mimeType?this.saveFile(f,!0,mxUtils.bind(this,function(a){f.desc=a;c(f)}),d,!0):c(f)}}),d,"image/"==a.mimeType.substring(0,6)&&"image/svg"!=a.mimeType.substring(0,9)||/\.png$/i.test(a.title)||/\.jpe?g$/i.test(a.title))}; -DriveClient.prototype.saveFile=function(a,b,c,d,e,g){if(a.isEditable()){var h=(new Date).getTime();e=null!=e?e:!this.ui.isLegacyDriveDomain()||"1"==urlParams.ignoremime;g=null!=g?g:!1;var m=mxUtils.bind(this,function(e,k,m){var f={mimeType:a.constructor==DriveLibrary?this.libraryMimeType:this.mimeType,title:a.getTitle()};m||(null!=e||g||(e=this.placeholderThumbnail,k=this.placeholderMimeType),null!=e&&null!=k&&(f.thumbnail={image:e,mimeType:k}));var l=function(){a.saveDelay=(new Date).getTime()-h; -c.apply(this,arguments)},n=mxUtils.bind(this,function(c,e){this.executeRequest(this.createUploadRequest(a.getId(),f,c,b||a.desc.mimeType!=this.mimeType&&a.desc.mimeType!=this.libraryMimeType,e),l,d)});this.ui.useCanvasForExport&&/(\.png)$/i.test(a.getTitle())?this.ui.getEmbeddedPng(mxUtils.bind(this,function(a){n(a,!0)}),d,this.ui.getCurrentFile()!=a?a.getData():null):n(a.getData(),!1)}),l=mxUtils.bind(this,function(){!g&&a.constructor!=DriveLibrary&&this.enableThumbnails&&"0"!=urlParams.thumb&&(null== -a.realtime||a.realtime.connected)&&this.ui.getThumbnail(this.thumbnailWidth,mxUtils.bind(this,function(a){var b=null;if(null!=a)try{b=a.toDataURL("image/png")}catch(n){}b=null==b||b.length>this.maxThumbnailSize?null:b.substring(b.indexOf(",")+1).replace(/\+/g,"-").replace(/\//g,"_");m(b,"image/png")}))||m(null,null,a.constructor!=DriveLibrary&&(null==a.realtime||a.realtime.connected))});e||!b?l():this.verifyMimeType(a.getId(),l,!0)}else this.ui.editor.graph.reset(),null!=d&&d({message:mxResources.get("readOnly")})}; +DriveClient.prototype.getXmlFile=function(a,b,c,d,e,g){var h=gapi.auth.getToken().access_token;this.ui.loadUrl(a.downloadUrl+"&access_token="+h,mxUtils.bind(this,function(h){if(null==h)d({message:mxResources.get("invalidOrMissingFile")});else if(a.mimeType==this.libraryMimeType||g)a.mimeType!=this.libraryMimeType||g?c(new DriveLibrary(this.ui,h,a)):d({message:mxResources.get("notADiagramFile")});else{if(/\.png$/i.test(a.title)){var l=h.lastIndexOf(",");0<l&&(l=this.ui.extractGraphModelFromPng(h.substring(l+ +1)),null!=l&&0<l.length&&(h=l))}var f=new DriveFile(this.ui,h,a,b);!e&&"850530949725"!=this.appId&&f.isEditable()&&a.mimeType!=this.mimeType?this.saveFile(f,!0,mxUtils.bind(this,function(a){f.desc=a;c(f)}),d,!0):c(f)}}),d,"image/"==a.mimeType.substring(0,6)&&"image/svg"!=a.mimeType.substring(0,9)||/\.png$/i.test(a.title)||/\.jpe?g$/i.test(a.title))}; +DriveClient.prototype.saveFile=function(a,b,c,d,e,g){if(a.isEditable()){var h=(new Date).getTime();e=null!=e?e:!this.ui.isLegacyDriveDomain()||"1"==urlParams.ignoremime;g=null!=g?g:!1;var l=mxUtils.bind(this,function(e,k,l){var f={mimeType:a.constructor==DriveLibrary?this.libraryMimeType:this.mimeType,title:a.getTitle()};l||(null!=e||g||(e=this.placeholderThumbnail,k=this.placeholderMimeType),null!=e&&null!=k&&(f.thumbnail={image:e,mimeType:k}));var m=function(){a.saveDelay=(new Date).getTime()-h; +c.apply(this,arguments)},n=mxUtils.bind(this,function(c,e){this.executeRequest(this.createUploadRequest(a.getId(),f,c,b||a.desc.mimeType!=this.mimeType&&a.desc.mimeType!=this.libraryMimeType,e),m,d)});this.ui.useCanvasForExport&&/(\.png)$/i.test(a.getTitle())?this.ui.getEmbeddedPng(mxUtils.bind(this,function(a){n(a,!0)}),d,this.ui.getCurrentFile()!=a?a.getData():null):n(a.getData(),!1)}),m=mxUtils.bind(this,function(){!g&&a.constructor!=DriveLibrary&&this.enableThumbnails&&"0"!=urlParams.thumb&&(null== +a.realtime||a.realtime.connected)&&this.ui.getThumbnail(this.thumbnailWidth,mxUtils.bind(this,function(a){var b=null;if(null!=a)try{b=a.toDataURL("image/png")}catch(n){}b=null==b||b.length>this.maxThumbnailSize?null:b.substring(b.indexOf(",")+1).replace(/\+/g,"-").replace(/\//g,"_");l(b,"image/png")}))||l(null,null,a.constructor!=DriveLibrary&&(null==a.realtime||a.realtime.connected))});e||!b?m():this.verifyMimeType(a.getId(),m,!0)}else this.ui.editor.graph.reset(),null!=d&&d({message:mxResources.get("readOnly")})}; DriveClient.prototype.verifyMimeType=function(a,b,c,d){null==this.lastMimeCheck&&(this.lastMimeCheck=0);var e=(new Date).getTime();if(c||e-this.lastMimeCheck>this.mimeTypeCheckCoolOff)this.lastMimeCheck=e,this.checkingMimeType||(this.checkingMimeType=!0,this.executeRequest(gapi.client.drive.files.get({fileId:a,fields:"mimeType",supportsTeamDrives:!0}),mxUtils.bind(this,function(c){this.checkingMimeType=!1;null!=c&&"application/vnd.jgraph.mxfile.realtime"==c.mimeType?this.redirectToNewApp(d,a):null!= b&&b()})))}; DriveClient.prototype.redirectToNewApp=function(a,b){this.ui.spinner.stop();if(!this.redirectDialogShowing){this.redirectDialogShowing=!0;var c=window.location.protocol+"//"+this.newAppHostname+"/"+this.ui.getSearch("create title mode url drive splash".split(" "))+"#G"+b;null!=a?this.ui.confirm(mxResources.get("redirectToNewApp"),mxUtils.bind(this,function(){this.redirectDialogShowing=!1;window.location.href=c}),mxUtils.bind(this,function(){this.redirectDialogShowing=!1;null!=a&&a()})):this.ui.alert(mxResources.get("redirectToNewApp"), mxUtils.bind(this,function(){this.redirectDialogShowing=!1;window.location.href=c}))}}; -DriveClient.prototype.insertFile=function(a,b,c,d,e,g,h,m){g=null!=g?g:this.mimeType;m=null!=m?m:!0;a={mimeType:g,title:a};null!=c&&(a.parents=[{kind:"drive#fileLink",id:c}]);this.executeRequest(this.createUploadRequest(null,a,b,!1,h),mxUtils.bind(this,function(a){g==this.libraryMimeType?d(new DriveLibrary(this.ui,b,a)):0==a?null!=e&&e({message:mxResources.get("errorSavingFile")}):m?this.loadRealtime(a,mxUtils.bind(this,function(c){null!=this.user?(c=new DriveFile(this.ui,b,a,c),c.lastAutosaveRevision= +DriveClient.prototype.insertFile=function(a,b,c,d,e,g,h,l){g=null!=g?g:this.mimeType;l=null!=l?l:!0;a={mimeType:g,title:a};null!=c&&(a.parents=[{kind:"drive#fileLink",id:c}]);this.executeRequest(this.createUploadRequest(null,a,b,!1,h),mxUtils.bind(this,function(a){g==this.libraryMimeType?d(new DriveLibrary(this.ui,b,a)):0==a?null!=e&&e({message:mxResources.get("errorSavingFile")}):l?this.loadRealtime(a,mxUtils.bind(this,function(c){null!=this.user?(c=new DriveFile(this.ui,b,a,c),c.lastAutosaveRevision= (new Date).getTime(),d(c)):null!=e&&e({message:mxResources.get("loggedOut")})}),e):d(a)}),e)}; DriveClient.prototype.createUploadRequest=function(a,b,c,d,e){e=null!=e?e:!1;a={path:"/upload/drive/v2/files"+(null!=a?"/"+a:""),method:null!=a?"PUT":"POST",params:{uploadType:"multipart"},headers:{"Content-Type":'multipart/mixed; boundary="-------314159265358979323846"'},body:"\r\n---------314159265358979323846\r\nContent-Type: application/json\r\n\r\n"+JSON.stringify(b)+"\r\n---------314159265358979323846\r\nContent-Type: application/octect-stream\r\nContent-Transfer-Encoding: base64\r\n\r\n"+(null!= c?e?c:Base64.encode(c):"")+"\r\n---------314159265358979323846--"};d||(a.params.newRevision=!1);a.params.supportsTeamDrives=!0;return gapi.client.request(a)}; DriveClient.prototype.pickFile=function(a,b){this.filePickerCallback=null!=a?a:mxUtils.bind(this,function(a){this.ui.loadFile("G"+a)});this.filePicked=mxUtils.bind(this,function(a){a.action==google.picker.Action.PICKED&&this.filePickerCallback(a.docs[0].id)});this.ui.spinner.spin(document.body,mxResources.get("authorizing"))&&this.execute(mxUtils.bind(this,function(){this.ui.spinner.stop();var a=gapi.auth.getToken().access_token,d=b?"genericPicker":"filePicker",e=mxUtils.bind(this,function(a){"picker modal-dialog-bg picker-dialog-bg"== -mxEvent.getSource(a).className&&(mxEvent.removeListener(document,"click",e),this[d].setVisible(!1))});if(null==this[d]||this[d+"Token"]!=a){this[d+"Token"]=a;var a=(new google.picker.DocsView(google.picker.ViewId.FOLDERS)).setParent("root").setIncludeFolders(!0),g=(new google.picker.DocsView).setIncludeFolders(!0),h=(new google.picker.DocsView).setEnableTeamDrives(!0).setIncludeFolders(!0),m=(new google.picker.DocsUploadView).setIncludeFolders(!0);b?(a.setMimeTypes("*/*"),g.setMimeTypes("*/*"),h.setMimeTypes("*/*")): -(a.setMimeTypes(this.mimeTypes),g.setMimeTypes(this.mimeTypes),h.setMimeTypes(this.mimeTypes));this[d]=(new google.picker.PickerBuilder).setOAuthToken(this[d+"Token"]).setLocale(mxLanguage).setAppId(this.appId).enableFeature(google.picker.Feature.SUPPORT_TEAM_DRIVES).addView(a).addView(g).addView(h).addView(google.picker.ViewId.RECENTLY_PICKED).addView(m).setCallback(mxUtils.bind(this,function(a){a.action!=google.picker.Action.PICKED&&a.action!=google.picker.Action.CANCEL||mxEvent.removeListener(document, +mxEvent.getSource(a).className&&(mxEvent.removeListener(document,"click",e),this[d].setVisible(!1))});if(null==this[d]||this[d+"Token"]!=a){this[d+"Token"]=a;var a=(new google.picker.DocsView(google.picker.ViewId.FOLDERS)).setParent("root").setIncludeFolders(!0),g=(new google.picker.DocsView).setIncludeFolders(!0),h=(new google.picker.DocsView).setEnableTeamDrives(!0).setIncludeFolders(!0),l=(new google.picker.DocsUploadView).setIncludeFolders(!0);b?(a.setMimeTypes("*/*"),g.setMimeTypes("*/*"),h.setMimeTypes("*/*")): +(a.setMimeTypes(this.mimeTypes),g.setMimeTypes(this.mimeTypes),h.setMimeTypes(this.mimeTypes));this[d]=(new google.picker.PickerBuilder).setOAuthToken(this[d+"Token"]).setLocale(mxLanguage).setAppId(this.appId).enableFeature(google.picker.Feature.SUPPORT_TEAM_DRIVES).addView(a).addView(g).addView(h).addView(google.picker.ViewId.RECENTLY_PICKED).addView(l).setCallback(mxUtils.bind(this,function(a){a.action!=google.picker.Action.PICKED&&a.action!=google.picker.Action.CANCEL||mxEvent.removeListener(document, "click",e);a.action==google.picker.Action.PICKED&&this.filePicked(a)})).build()}mxEvent.addListener(document,"click",e);this[d].setVisible(!0)}))}; DriveClient.prototype.pickFolder=function(a){this.folderPickerCallback=a;this.ui.spinner.spin(document.body,mxResources.get("authorizing"))&&mxUtils.bind(this,function(){this.execute(mxUtils.bind(this,function(){this.ui.spinner.stop();var a=gapi.auth.getToken().access_token,c=mxUtils.bind(this,function(a){"picker modal-dialog-bg picker-dialog-bg"==mxEvent.getSource(a).className&&(mxEvent.removeListener(document,"click",c),this.folderPicker.setVisible(!1))});if(null==this.folderPicker||this.folderPickerToken!= a){this.folderPickerToken=a;var a=(new google.picker.DocsView(google.picker.ViewId.FOLDERS)).setParent("root").setIncludeFolders(!0).setSelectFolderEnabled(!0).setMimeTypes("application/vnd.google-apps.folder"),d=(new google.picker.DocsView).setIncludeFolders(!0).setSelectFolderEnabled(!0).setMimeTypes("application/vnd.google-apps.folder"),e=(new google.picker.DocsView).setIncludeFolders(!0).setEnableTeamDrives(!0).setSelectFolderEnabled(!0).setMimeTypes("application/vnd.google-apps.folder");this.folderPicker= @@ -7734,32 +7802,32 @@ DriveClient.prototype.pickLibrary=function(a){this.filePickerCallback=a;this.fil e=(new google.picker.DocsView).setEnableTeamDrives(!0).setIncludeFolders(!0).setMimeTypes(this.libraryMimeType+",application/xml,text/plain,application/octet-stream"),g=(new google.picker.DocsUploadView).setIncludeFolders(!0);this.libraryPicker=(new google.picker.PickerBuilder).setOAuthToken(this.libraryPickerToken).setLocale(mxLanguage).setAppId(this.appId).enableFeature(google.picker.Feature.SUPPORT_TEAM_DRIVES).addView(c).addView(d).addView(e).addView(google.picker.ViewId.RECENTLY_PICKED).addView(g).setCallback(mxUtils.bind(this, function(b){b.action!=google.picker.Action.PICKED&&b.action!=google.picker.Action.CANCEL||mxEvent.removeListener(document,"click",a);b.action==google.picker.Action.PICKED&&this.filePicked(b)})).build()}mxEvent.addListener(document,"click",a);this.libraryPicker.setVisible(!0)}))};DriveClient.prototype.showPermissions=function(a){this.checkToken(mxUtils.bind(this,function(){var b=new gapi.drive.share.ShareClient(this.appId);b.setOAuthToken(gapi.auth.getToken().access_token);b.setItemIds([a]);b.showSettingsDialog()}))};DropboxFile=function(a,b,c){DrawioFile.call(this,a,b);this.stat=c};mxUtils.extend(DropboxFile,DrawioFile);DropboxFile.prototype.getHash=function(){return"D"+encodeURIComponent(this.stat.path_display.substring(1))};DropboxFile.prototype.getMode=function(){return App.MODE_DROPBOX};DropboxFile.prototype.isAutosaveOptional=function(){return!0};DropboxFile.prototype.getTitle=function(){return this.stat.name};DropboxFile.prototype.isRenamable=function(){return!0}; DropboxFile.prototype.save=function(a,b,c){this.doSave(this.getTitle(),b,c)};DropboxFile.prototype.saveAs=function(a,b,c){this.doSave(a,b,c)};DropboxFile.prototype.doSave=function(a,b,c){var d=this.stat.name;this.stat.name=a;DrawioFile.prototype.save.apply(this,arguments);this.stat.name=d;this.saveFile(a,!1,b,c)}; -DropboxFile.prototype.saveFile=function(a,b,c,d){this.isEditable()?this.savingFile?null!=d&&d({code:App.ERROR_BUSY}):(b=mxUtils.bind(this,function(b){if(b){this.savingFile=!0;var e=this.isModified,h=this.isModified(),m=mxUtils.bind(this,function(){this.setModified(!1);this.isModified=function(){return h}});m();var l=mxUtils.bind(this,function(b){var f=this.stat.path_display.lastIndexOf("/"),f=1<f?this.stat.path_display.substring(1,f+1):null;this.ui.dropbox.saveFile(a,b,mxUtils.bind(this,function(a){this.savingFile= -!1;this.isModified=e;this.stat=a;this.contentChanged();null!=c&&c()}),mxUtils.bind(this,function(a){this.savingFile=!1;this.isModified=e;this.setModified(h||this.isModified());if(null!=d){if(null!=a&&null!=a.retry){var b=a.retry;a.retry=function(){m();b()}}d(a)}}),f)});this.ui.useCanvasForExport&&/(\.png)$/i.test(this.getTitle())?this.ui.getEmbeddedPng(mxUtils.bind(this,function(a){l(this.ui.base64ToBlob(a,"image/png"))}),d,this.ui.getCurrentFile()!=this?this.getData():null):l(this.getData())}else null!= +DropboxFile.prototype.saveFile=function(a,b,c,d){this.isEditable()?this.savingFile?null!=d&&d({code:App.ERROR_BUSY}):(b=mxUtils.bind(this,function(b){if(b){this.savingFile=!0;var e=this.isModified,h=this.isModified(),l=mxUtils.bind(this,function(){this.setModified(!1);this.isModified=function(){return h}});l();var m=mxUtils.bind(this,function(b){var f=this.stat.path_display.lastIndexOf("/"),f=1<f?this.stat.path_display.substring(1,f+1):null;this.ui.dropbox.saveFile(a,b,mxUtils.bind(this,function(a){this.savingFile= +!1;this.isModified=e;this.stat=a;this.contentChanged();null!=c&&c()}),mxUtils.bind(this,function(a){this.savingFile=!1;this.isModified=e;this.setModified(h||this.isModified());if(null!=d){if(null!=a&&null!=a.retry){var b=a.retry;a.retry=function(){l();b()}}d(a)}}),f)});this.ui.useCanvasForExport&&/(\.png)$/i.test(this.getTitle())?this.ui.getEmbeddedPng(mxUtils.bind(this,function(a){m(this.ui.base64ToBlob(a,"image/png"))}),d,this.ui.getCurrentFile()!=this?this.getData():null):m(this.getData())}else null!= d&&d()}),this.getTitle()==a?b(!0):this.ui.dropbox.checkExists(a,b)):null!=c&&c()};DropboxFile.prototype.rename=function(a,b,c){this.ui.dropbox.renameFile(this,a,mxUtils.bind(this,function(d){this.hasSameExtension(a,this.getTitle())?(this.stat=d,this.descriptorChanged(),null!=b&&b()):(this.stat=d,this.descriptorChanged(),this.save(!0,b,c))}),c)};DropboxLibrary=function(a,b,c){DropboxFile.call(this,a,b,c)};mxUtils.extend(DropboxLibrary,DropboxFile);DropboxLibrary.prototype.isAutosave=function(){return!0};DropboxLibrary.prototype.doSave=function(a,b,c){this.saveFile(a,!1,b,c)};DropboxLibrary.prototype.open=function(){};DropboxClient=function(a){DrawioClient.call(this,a,"dbauth");this.client=new Dropbox({clientId:App.DROPBOX_APPKEY});this.client.setAccessToken(this.token)};mxUtils.extend(DropboxClient,DrawioClient);DropboxClient.prototype.appPath="/drawio/";DropboxClient.prototype.extension=".html";DropboxClient.prototype.writingFile=!1;DropboxClient.prototype.maxRetries=4; DropboxClient.prototype.logout=function(){this.clearPersistentToken();this.setUser(null);this.token=null;this.client.authTokenRevoke().then(mxUtils.bind(this,function(){this.client.setAccessToken(null)}))}; DropboxClient.prototype.updateUser=function(a,b,c){var d=!0,e=window.setTimeout(mxUtils.bind(this,function(){d=!1;b({code:App.ERROR_TIMEOUT})}),this.ui.timeout),g=this.client.usersGetCurrentAccount();g.then(mxUtils.bind(this,function(b){window.clearTimeout(e);d&&(this.setUser(new DrawioUser(b.account_id,b.email,b.name.display_name)),a())}));g["catch"](mxUtils.bind(this,function(g){window.clearTimeout(e);d&&(null==g||401!==g.status||c?b({message:mxResources.get("accessDenied")}):(this.setUser(null), this.client.setAccessToken(null),this.authenticate(mxUtils.bind(this,function(){this.updateUser(a,b,!0)}),b)))}))}; -DropboxClient.prototype.authenticate=function(a,b){if(null==window.onDropboxCallback){var c=mxUtils.bind(this,function(){var d=!0;this.ui.showAuthDialog(this,!0,mxUtils.bind(this,function(e,g){null!=window.open(this.client.getAuthenticationUrl("https://"+window.location.host+"/dropbox.html"),"dbauth")?window.onDropboxCallback=mxUtils.bind(this,function(h,m){if(d){window.onDropboxCallback=null;d=!1;try{null==h?b({message:mxResources.get("accessDenied"),retry:c}):(null!=g&&g(),this.client.setAccessToken(h), -this.setUser(null),e&&this.setPersistentToken(h),a())}catch(l){b(l)}finally{null!=m&&m.close()}}else null!=m&&m.close()}):b({message:mxResources.get("serviceUnavailableOrBlocked"),retry:c})}),mxUtils.bind(this,function(){d&&(window.onDropboxCallback=null,d=!1,b({message:mxResources.get("accessDenied"),retry:c}))}))});c()}else b({code:App.ERROR_BUSY})}; -DropboxClient.prototype.executePromise=function(a,b,c){var d=mxUtils.bind(this,function(g){var h=!0,m=window.setTimeout(mxUtils.bind(this,function(){h=!1;c({code:App.ERROR_TIMEOUT,retry:e})}),this.ui.timeout);a.then(mxUtils.bind(this,function(a){window.clearTimeout(m);h&&null!=b&&b(a)}));a["catch"](mxUtils.bind(this,function(a){window.clearTimeout(m);h&&(null==a||500!=a.status&&400!=a.status&&401!=a.status?c({message:mxResources.get("error")+" "+a.status}):(this.setUser(null),this.client.setAccessToken(null), +DropboxClient.prototype.authenticate=function(a,b){if(null==window.onDropboxCallback){var c=mxUtils.bind(this,function(){var d=!0;this.ui.showAuthDialog(this,!0,mxUtils.bind(this,function(e,g){null!=window.open(this.client.getAuthenticationUrl("https://"+window.location.host+"/dropbox.html"),"dbauth")?window.onDropboxCallback=mxUtils.bind(this,function(h,l){if(d){window.onDropboxCallback=null;d=!1;try{null==h?b({message:mxResources.get("accessDenied"),retry:c}):(null!=g&&g(),this.client.setAccessToken(h), +this.setUser(null),e&&this.setPersistentToken(h),a())}catch(m){b(m)}finally{null!=l&&l.close()}}else null!=l&&l.close()}):b({message:mxResources.get("serviceUnavailableOrBlocked"),retry:c})}),mxUtils.bind(this,function(){d&&(window.onDropboxCallback=null,d=!1,b({message:mxResources.get("accessDenied"),retry:c}))}))});c()}else b({code:App.ERROR_BUSY})}; +DropboxClient.prototype.executePromise=function(a,b,c){var d=mxUtils.bind(this,function(g){var h=!0,l=window.setTimeout(mxUtils.bind(this,function(){h=!1;c({code:App.ERROR_TIMEOUT,retry:e})}),this.ui.timeout);a.then(mxUtils.bind(this,function(a){window.clearTimeout(l);h&&null!=b&&b(a)}));a["catch"](mxUtils.bind(this,function(a){window.clearTimeout(l);h&&(null==a||500!=a.status&&400!=a.status&&401!=a.status?c({message:mxResources.get("error")+" "+a.status}):(this.setUser(null),this.client.setAccessToken(null), g?c({message:mxResources.get("accessDenied"),retry:mxUtils.bind(this,function(){this.authenticate(function(){e(!0)},c)})}):this.authenticate(function(){d(!0)},c)))}))}),e=mxUtils.bind(this,function(a){null==this.user?this.updateUser(function(){e(!0)},c,a):d(a)});null===this.client.getAccessToken()?this.authenticate(function(){e(!0)},c):e(!1)};DropboxClient.prototype.getLibrary=function(a,b,c){this.getFile(a,b,c,!0)}; DropboxClient.prototype.getFile=function(a,b,c,d){d=null!=d?d:!1;var e=/\.png$/i.test(a);if(/^https:\/\//i.test(a)||/\.vsdx?$/i.test(a)||/\.gliffy$/i.test(a)||!this.ui.useCanvasForExport&&e){var g=mxUtils.bind(this,function(){var d=a.split("/");this.ui.convertFile(a,0<d.length?d[d.length-1]:a,null,this.extension,b,c)});null!=this.token?g():this.authenticate(g,c)}else g={path:"/"+a},null!=urlParams.rev&&(g.rev=urlParams.rev),this.readFile(g,mxUtils.bind(this,function(c,g){var h=e?c.lastIndexOf(","): -1,f=null;0<h&&(h=this.ui.extractGraphModelFromPng(c.substring(h+1)),null!=h&&0<h.length?c=h:f=new LocalFile(this,c,a,!0));b(null!=f?f:d?new DropboxLibrary(this.ui,c,g):new DropboxFile(this.ui,c,g))}),c,e)}; -DropboxClient.prototype.readFile=function(a,b,c,d){var e=mxUtils.bind(this,function(h){var m=!0,l=window.setTimeout(mxUtils.bind(this,function(){m=!1;c({code:App.ERROR_TIMEOUT})}),this.ui.timeout),f=this.client.filesGetMetadata({path:"/"+a.path.substring(1),include_deleted:!1});f.then(mxUtils.bind(this,function(a){}));f["catch"](function(a){window.clearTimeout(l);m&&null!=a&&409==a.status&&(m=!1,c({message:mxResources.get("fileNotFound")}))});f=this.client.filesDownload(a);f.then(mxUtils.bind(this, -function(a){window.clearTimeout(l);if(m){m=!1;try{var e=new FileReader;e.onload=mxUtils.bind(this,function(c){b(e.result,a)});d?e.readAsDataURL(a.fileBlob):e.readAsText(a.fileBlob)}catch(u){c(u)}}}));f["catch"](mxUtils.bind(this,function(a){window.clearTimeout(l);m&&(m=!1,null==a||500!=a.status&&400!=a.status&&401!=a.status?c({message:mxResources.get("error")+" "+a.status}):(this.client.setAccessToken(null),this.setUser(null),h?c({message:mxResources.get("accessDenied"),retry:mxUtils.bind(this,function(){this.authenticate(function(){g(!0)}, +DropboxClient.prototype.readFile=function(a,b,c,d){var e=mxUtils.bind(this,function(h){var l=!0,m=window.setTimeout(mxUtils.bind(this,function(){l=!1;c({code:App.ERROR_TIMEOUT})}),this.ui.timeout),f=this.client.filesGetMetadata({path:"/"+a.path.substring(1),include_deleted:!1});f.then(mxUtils.bind(this,function(a){}));f["catch"](function(a){window.clearTimeout(m);l&&null!=a&&409==a.status&&(l=!1,c({message:mxResources.get("fileNotFound")}))});f=this.client.filesDownload(a);f.then(mxUtils.bind(this, +function(a){window.clearTimeout(m);if(l){l=!1;try{var e=new FileReader;e.onload=mxUtils.bind(this,function(c){b(e.result,a)});d?e.readAsDataURL(a.fileBlob):e.readAsText(a.fileBlob)}catch(t){c(t)}}}));f["catch"](mxUtils.bind(this,function(a){window.clearTimeout(m);l&&(l=!1,null==a||500!=a.status&&400!=a.status&&401!=a.status?c({message:mxResources.get("error")+" "+a.status}):(this.client.setAccessToken(null),this.setUser(null),h?c({message:mxResources.get("accessDenied"),retry:mxUtils.bind(this,function(){this.authenticate(function(){g(!0)}, c)})}):this.authenticate(function(){e(!0)},c)))}))}),g=mxUtils.bind(this,function(a){null==this.user?this.updateUser(function(){g(!0)},c,a):e(a)});null===this.client.getAccessToken()?this.authenticate(function(){g(!0)},c):g(!1)}; DropboxClient.prototype.checkExists=function(a,b,c){var d=this.client.filesGetMetadata({path:"/"+a.toLowerCase(),include_deleted:!1});this.executePromise(d,mxUtils.bind(this,function(d){c?b(!1,!0,d):this.ui.confirm(mxResources.get("replaceIt",[a]),function(){b(!0,!0,d)},function(){b(!1,!0,d)})}),function(a){b(!0,!1)})}; -DropboxClient.prototype.renameFile=function(a,b,c,d){if(/[\\\/:\?\*"\|]/.test(b))d({message:mxResources.get("dropboxCharsNotAllowed")});else{if(null!=a&&null!=b){var e=a.stat.path_display.substring(1),g=e.lastIndexOf("/");0<g&&(b=e.substring(0,g+1)+b)}null!=a&&null!=b&&a.stat.path_lower.substring(1)!==b.toLowerCase()?this.checkExists(b,mxUtils.bind(this,function(e,g,l){e?(e=mxUtils.bind(this,function(e){e=this.client.filesMove({from_path:a.stat.path_display,to_path:"/"+b,autorename:!1});this.executePromise(e, -c,d)}),g&&l.path_lower.substring(1)!==b.toLowerCase()?(g=this.client.filesDelete({path:"/"+b.toLowerCase()}),this.executePromise(g,e,d)):e()):d()})):d({message:mxResources.get("invalidName")})}};DropboxClient.prototype.insertLibrary=function(a,b,c,d){this.insertFile(a,b,c,d,!0)}; +DropboxClient.prototype.renameFile=function(a,b,c,d){if(/[\\\/:\?\*"\|]/.test(b))d({message:mxResources.get("dropboxCharsNotAllowed")});else{if(null!=a&&null!=b){var e=a.stat.path_display.substring(1),g=e.lastIndexOf("/");0<g&&(b=e.substring(0,g+1)+b)}null!=a&&null!=b&&a.stat.path_lower.substring(1)!==b.toLowerCase()?this.checkExists(b,mxUtils.bind(this,function(e,g,m){e?(e=mxUtils.bind(this,function(e){e=this.client.filesMove({from_path:a.stat.path_display,to_path:"/"+b,autorename:!1});this.executePromise(e, +c,d)}),g&&m.path_lower.substring(1)!==b.toLowerCase()?(g=this.client.filesDelete({path:"/"+b.toLowerCase()}),this.executePromise(g,e,d)):e()):d()})):d({message:mxResources.get("invalidName")})}};DropboxClient.prototype.insertLibrary=function(a,b,c,d){this.insertFile(a,b,c,d,!0)}; DropboxClient.prototype.insertFile=function(a,b,c,d,e){e=null!=e?e:!1;this.checkExists(a,mxUtils.bind(this,function(g){g?this.saveFile(a,b,mxUtils.bind(this,function(a){e?c(new DropboxLibrary(this.ui,b,a)):c(new DropboxFile(this.ui,b,a))}),d):d()}))}; DropboxClient.prototype.saveFile=function(a,b,c,d,e){/[\\\/:\?\*"\|]/.test(a)?d({message:mxResources.get("dropboxCharsNotAllowed")}):15E7<=b.length?d({message:mxResources.get("drawingTooLarge")+" ("+this.ui.formatFileSize(b.length)+" / 150 MB)"}):(a=this.client.filesUpload({path:"/"+(null!=e?e:"")+a,mode:{".tag":"overwrite"},mute:!0,contents:new Blob([b],{type:"text/plain"})}),this.executePromise(a,c,d))}; DropboxClient.prototype.pickLibrary=function(a){Dropbox.choose({linkType:"direct",cancel:mxUtils.bind(this,function(){}),success:mxUtils.bind(this,function(b){if(this.ui.spinner.spin(document.body,mxResources.get("loading"))){var c=mxUtils.bind(this,function(a){this.ui.spinner.stop();this.ui.handleError(a)}),d=b[0].link.indexOf(this.appPath);if(0<d){var e=decodeURIComponent(b[0].link.substring(d+this.appPath.length-1));this.readFile({path:e},mxUtils.bind(this,function(d,h){if(null!=h&&h.id==b[0].id)try{this.ui.spinner.stop(), -a(e.substring(1),new DropboxLibrary(this.ui,d,h))}catch(m){this.ui.handleError(m)}else this.createLibrary(b[0],a,c)}),c)}else this.createLibrary(b[0],a,c)}})})}; +a(e.substring(1),new DropboxLibrary(this.ui,d,h))}catch(l){this.ui.handleError(l)}else this.createLibrary(b[0],a,c)}),c)}else this.createLibrary(b[0],a,c)}})})}; DropboxClient.prototype.createLibrary=function(a,b,c){this.ui.confirm(mxResources.get("note")+": "+mxResources.get("fileWillBeSavedInAppFolder",[a.name]),mxUtils.bind(this,function(){this.ui.loadUrl(a.link,mxUtils.bind(this,function(d){this.insertFile(a.name,d,mxUtils.bind(this,function(a){try{this.ui.spinner.stop(),b(a.getHash().substring(1),a)}catch(g){c(g)}}),c,!0)}),c)}),mxUtils.bind(this,function(){this.ui.spinner.stop()}))}; DropboxClient.prototype.pickFile=function(a,b){null!=Dropbox.choose?(a=null!=a?a:mxUtils.bind(this,function(a,b){this.ui.loadFile(null!=a?"D"+encodeURIComponent(a):b.getHash(),null,b)}),Dropbox.choose({linkType:"direct",cancel:mxUtils.bind(this,function(){}),success:mxUtils.bind(this,function(c){if(this.ui.spinner.spin(document.body,mxResources.get("loading")))if(b)this.ui.spinner.stop(),a(c[0].link);else{var d=mxUtils.bind(this,function(a){this.ui.spinner.stop();this.ui.handleError(a)}),e=mxUtils.bind(this, -function(b,c){this.ui.spinner.stop();a(b,c)}),g=/\.png$/i.test(c[0].name);if(/\.vsdx$/i.test(c[0].name)||/\.gliffy$/i.test(c[0].name)||!this.ui.useCanvasForExport&&g)e(c[0].link);else{var h=c[0].link.indexOf(this.appPath);if(0<h){var m=decodeURIComponent(c[0].link.substring(h+this.appPath.length-1));this.readFile({path:m},mxUtils.bind(this,function(b,f){if(null!=f&&f.id==c[0].id){var h=g?b.lastIndexOf(","):-1;this.ui.spinner.stop();var l=null;0<h&&(h=this.ui.extractGraphModelFromPng(b.substring(h+ -1)),null!=h&&0<h.length?b=h:l=new LocalFile(this,b,m,!0));a(m.substring(1),null!=l?l:new DropboxFile(this.ui,b,f))}else this.createFile(c[0],e,d)}),d,g)}else this.createFile(c[0],e,d)}}})})):this.ui.handleError({message:mxResources.get("serviceUnavailableOrBlocked")})}; +function(b,c){this.ui.spinner.stop();a(b,c)}),g=/\.png$/i.test(c[0].name);if(/\.vsdx$/i.test(c[0].name)||/\.gliffy$/i.test(c[0].name)||!this.ui.useCanvasForExport&&g)e(c[0].link);else{var h=c[0].link.indexOf(this.appPath);if(0<h){var l=decodeURIComponent(c[0].link.substring(h+this.appPath.length-1));this.readFile({path:l},mxUtils.bind(this,function(b,f){if(null!=f&&f.id==c[0].id){var h=g?b.lastIndexOf(","):-1;this.ui.spinner.stop();var m=null;0<h&&(h=this.ui.extractGraphModelFromPng(b.substring(h+ +1)),null!=h&&0<h.length?b=h:m=new LocalFile(this,b,l,!0));a(l.substring(1),null!=m?m:new DropboxFile(this.ui,b,f))}else this.createFile(c[0],e,d)}),d,g)}else this.createFile(c[0],e,d)}}})})):this.ui.handleError({message:mxResources.get("serviceUnavailableOrBlocked")})}; DropboxClient.prototype.createFile=function(a,b,c){var d=/(\.png)$/i.test(a.name);this.ui.loadUrl(a.link,mxUtils.bind(this,function(e){null!=e&&0<e.length?this.ui.confirm(mxResources.get("note")+": "+mxResources.get("fileWillBeSavedInAppFolder",[a.name]),mxUtils.bind(this,function(){var g=d?e.lastIndexOf(","):-1;0<g&&(g=this.ui.extractGraphModelFromPng(e.substring(g+1)),null!=g&&0<g.length&&(e=g));this.insertFile(a.name,e,mxUtils.bind(this,function(c){b(a.name,c)}),c)}),mxUtils.bind(this,function(){this.ui.spinner.stop()})): (this.ui.spinner.stop(),c({message:mxResources.get("errorLoadingFile")}))}),c,d)};OneDriveFile=function(a,b,c){DrawioFile.call(this,a,b);this.meta=c};mxUtils.extend(OneDriveFile,DrawioFile);OneDriveFile.prototype.getHash=function(){return"W"+encodeURIComponent(this.meta.id)};OneDriveFile.prototype.getMode=function(){return App.MODE_ONEDRIVE};OneDriveFile.prototype.isAutosaveOptional=function(){return!0};OneDriveFile.prototype.getTitle=function(){return this.meta.name};OneDriveFile.prototype.isRenamable=function(){return!0}; OneDriveFile.prototype.save=function(a,b,c){this.doSave(this.getTitle(),b,c)};OneDriveFile.prototype.saveAs=function(a,b,c){this.doSave(a,b,c)};OneDriveFile.prototype.doSave=function(a,b,c){var d=this.meta.name;this.meta.name=a;DrawioFile.prototype.save.apply(this,arguments);this.meta.name=d;this.saveFile(a,!1,b,c)}; @@ -7770,20 +7838,20 @@ OneDriveClient.prototype.get=function(a,b,c){a=new mxXmlRequest(a,null,"GET");a. OneDriveClient.prototype.updateUser=function(a,b,c){var d=!0,e=window.setTimeout(mxUtils.bind(this,function(){d=!1;b({code:App.ERROR_TIMEOUT})}),this.ui.timeout);this.get(this.baseUrl+"/me",mxUtils.bind(this,function(g){window.clearTimeout(e);d&&(200>g.getStatus()||300<=g.getStatus()?c?b({message:mxResources.get("accessDenied")}):(this.logout(),this.authenticate(mxUtils.bind(this,function(){this.updateUser(a,b,!0)}),b)):(g=JSON.parse(g.getText()),this.setUser(new DrawioUser(g.id,null,g.displayName)), a()))}),b)}; OneDriveClient.prototype.authenticate=function(a,b){if(null==window.onOneDriveCallback){var c=mxUtils.bind(this,function(){var d=!0;this.ui.showAuthDialog(this,!0,mxUtils.bind(this,function(e,g){var h="https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id="+this.clientId+"&response_type=token&redirect_uri="+encodeURIComponent(this.redirectUri)+"&scope="+encodeURIComponent(this.scopes)+"&response_mode=fragment",h=window.open(h,"odauth",["width=525,height=525","top="+(window.screenY+ -Math.max(window.outerHeight-525,0)/2),"left="+(window.screenX+Math.max(window.outerWidth-525,0)/2),"status=no,resizable=yes,toolbar=no,menubar=no,scrollbars=yes"].join());null!=h&&(window.onOneDriveCallback=mxUtils.bind(this,function(h,l){if(d){window.onOneDriveCallback=null;d=!1;try{null==h?b({message:mxResources.get("accessDenied"),retry:c}):(null!=g&&g(),this.setUser(null),this.token=h,e&&this.setPersistentToken(h),a())}catch(f){b(f)}finally{null!=l&&l.close()}}else null!=l&&l.close()}),h.focus())}), +Math.max(window.outerHeight-525,0)/2),"left="+(window.screenX+Math.max(window.outerWidth-525,0)/2),"status=no,resizable=yes,toolbar=no,menubar=no,scrollbars=yes"].join());null!=h&&(window.onOneDriveCallback=mxUtils.bind(this,function(h,m){if(d){window.onOneDriveCallback=null;d=!1;try{null==h?b({message:mxResources.get("accessDenied"),retry:c}):(null!=g&&g(),this.setUser(null),this.token=h,e&&this.setPersistentToken(h),a())}catch(f){b(f)}finally{null!=m&&m.close()}}else null!=m&&m.close()}),h.focus())}), mxUtils.bind(this,function(){d&&(window.onOneDriveCallback=null,d=!1,b({message:mxResources.get("accessDenied"),retry:c}))}))});c()}else b({code:App.ERROR_BUSY})}; -OneDriveClient.prototype.executeRequest=function(a,b,c){var d=mxUtils.bind(this,function(g){var h=!0,m=window.setTimeout(mxUtils.bind(this,function(){h=!1;c({code:App.ERROR_TIMEOUT,retry:e})}),this.ui.timeout);this.get(a,mxUtils.bind(this,function(a){window.clearTimeout(m);h&&(200<=a.getStatus()&&299>=a.getStatus()||404==a.getStatus()?b(a):401===a.getStatus()||400===a.getStatus()?(this.clearPersistentToken(),this.setUser(null),this.token=null,g?c({message:mxResources.get("accessDenied"),retry:mxUtils.bind(this, +OneDriveClient.prototype.executeRequest=function(a,b,c){var d=mxUtils.bind(this,function(g){var h=!0,l=window.setTimeout(mxUtils.bind(this,function(){h=!1;c({code:App.ERROR_TIMEOUT,retry:e})}),this.ui.timeout);this.get(a,mxUtils.bind(this,function(a){window.clearTimeout(l);h&&(200<=a.getStatus()&&299>=a.getStatus()||404==a.getStatus()?b(a):401===a.getStatus()||400===a.getStatus()?(this.clearPersistentToken(),this.setUser(null),this.token=null,g?c({message:mxResources.get("accessDenied"),retry:mxUtils.bind(this, function(){this.authenticate(function(){e(!0)},c)})}):this.authenticate(function(){d(!0)},c)):c(this.parseRequestText(a)))}),c)}),e=mxUtils.bind(this,function(a){null==this.user?this.updateUser(function(){e(!0)},c,a):d(a)});null==this.token?this.authenticate(function(){e(!0)},c):e(!1)};OneDriveClient.prototype.getLibrary=function(a,b,c){this.getFile(a,b,c,!1,!0)}; -OneDriveClient.prototype.getFile=function(a,b,c,d,e){e=null!=e?e:!1;this.executeRequest(this.baseUrl+"/me/drive/items/"+a,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus()){var d=JSON.parse(a.getText()),g=/\.png$/i.test(d.name);if(/\.vsdx?$/i.test(d.name)||/\.gliffy$/i.test(d.name)||!this.ui.useCanvasForExport&&g)this.ui.convertFile(d["@microsoft.graph.downloadUrl"],d.name,null!=d.file?d.file.mimeType:null,this.extension,b,c);else{var l=!0,f=window.setTimeout(mxUtils.bind(this, -function(){l=!1;c({code:App.ERROR_TIMEOUT})}),this.ui.timeout);this.ui.loadUrl(d["@microsoft.graph.downloadUrl"],mxUtils.bind(this,function(a){window.clearTimeout(f);if(l){var c=g?a.lastIndexOf(","):-1,h=null;0<c&&(c=this.ui.extractGraphModelFromPng(a.substring(c+1)),null!=c&&0<c.length?a=c:h=new LocalFile(this.ui,a,d.name,!0));null!=h?b(h):e?b(new OneDriveLibrary(this.ui,a,d)):b(new OneDriveFile(this.ui,a,d))}}),mxUtils.bind(this,function(a){window.clearTimeout(f);l&&c(this.parseRequestText(a))}), +OneDriveClient.prototype.getFile=function(a,b,c,d,e){e=null!=e?e:!1;this.executeRequest(this.baseUrl+"/me/drive/items/"+a,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus()){var d=JSON.parse(a.getText()),g=/\.png$/i.test(d.name);if(/\.vsdx?$/i.test(d.name)||/\.gliffy$/i.test(d.name)||!this.ui.useCanvasForExport&&g)this.ui.convertFile(d["@microsoft.graph.downloadUrl"],d.name,null!=d.file?d.file.mimeType:null,this.extension,b,c);else{var m=!0,f=window.setTimeout(mxUtils.bind(this, +function(){m=!1;c({code:App.ERROR_TIMEOUT})}),this.ui.timeout);this.ui.loadUrl(d["@microsoft.graph.downloadUrl"],mxUtils.bind(this,function(a){window.clearTimeout(f);if(m){var c=g?a.lastIndexOf(","):-1,h=null;0<c&&(c=this.ui.extractGraphModelFromPng(a.substring(c+1)),null!=c&&0<c.length?a=c:h=new LocalFile(this.ui,a,d.name,!0));null!=h?b(h):e?b(new OneDriveLibrary(this.ui,a,d)):b(new OneDriveFile(this.ui,a,d))}}),mxUtils.bind(this,function(a){window.clearTimeout(f);m&&c(this.parseRequestText(a))}), g||null!=d.file&&null!=d.file.mimeType&&"image/"==d.file.mimeType.substring(0,6))}}else c(this.parseRequestText(a))}),c)};OneDriveClient.prototype.renameFile=function(a,b,c,d){null!=a&&null!=b&&this.checkExists(a.meta.parentReference.id,b,!1,mxUtils.bind(this,function(e){e?this.writeFile(this.baseUrl+"/me/drive/items/"+a.meta.id,JSON.stringify({name:b}),"PATCH","application/json",c,d):d()}))}; OneDriveClient.prototype.moveFile=function(a,b,c,d){this.writeFile(this.baseUrl+"/me/drive/items/"+a,JSON.stringify({parentReference:{id:b}}),"PATCH","application/json",c,d)};OneDriveClient.prototype.insertLibrary=function(a,b,c,d,e){this.insertFile(a,b,c,d,!0,e)}; OneDriveClient.prototype.insertFile=function(a,b,c,d,e,g){e=null!=e?e:!1;this.checkExists(g,a,!0,mxUtils.bind(this,function(h){h?this.writeFile(this.baseUrl+(null!=g?"/me/drive/items/"+g:"/me/drive/root")+"/children/"+a+"/content",b,"PUT",null,mxUtils.bind(this,function(a){e?c(new OneDriveLibrary(this.ui,b,a)):c(new OneDriveFile(this.ui,b,a))}),d):d()}))}; OneDriveClient.prototype.checkExists=function(a,b,c,d){this.executeRequest(this.baseUrl+(null!=a?"/me/drive/items/"+a:"/me/drive/root")+"/children/"+b,mxUtils.bind(this,function(a){404==a.getStatus()?d(!0):c?(this.ui.spinner.stop(),this.ui.confirm(mxResources.get("replaceIt",[b]),function(){d(!0)},function(){d(!1)})):(this.ui.spinner.stop(),this.ui.showError(mxResources.get("error"),mxResources.get("fileExists"),mxResources.get("ok"),function(){d(!1)}))}),function(a){d(!1)},!0)}; OneDriveClient.prototype.saveFile=function(a,b,c){var d=mxUtils.bind(this,function(d){this.writeFile(this.baseUrl+"/me/drive/items/"+a.meta.id+"/content/",d,"PUT",null,b,c)});this.ui.useCanvasForExport&&/(\.png)$/i.test(a.meta.name)?this.ui.getEmbeddedPng(mxUtils.bind(this,function(a){d(this.ui.base64ToBlob(a,"image/png"))}),c,this.ui.getCurrentFile()!=a?a.getData():null):d(a.getData())}; -OneDriveClient.prototype.writeFile=function(a,b,c,d,e,g){if(null!=a&&null!=b){var h=mxUtils.bind(this,function(l){var f=!0,k=window.setTimeout(mxUtils.bind(this,function(){f=!1;g({code:App.ERROR_TIMEOUT,retry:m})}),this.ui.timeout),n=new mxXmlRequest(a,b,c);n.setRequestHeaders=mxUtils.bind(this,function(a,b){a.setRequestHeader("Content-Type",d||" ");a.setRequestHeader("Authorization","Bearer "+this.token)});n.send(mxUtils.bind(this,function(a){window.clearTimeout(k);f&&(200<=a.getStatus()&&299>=a.getStatus()? -e(JSON.parse(a.getText())):401===a.getStatus()?(this.clearPersistentToken(),this.setUser(null),this.token=null,l?g({message:mxResources.get("accessDenied"),retry:mxUtils.bind(this,function(){this.authenticate(function(){m(!0)},g)})}):this.authenticate(function(){h(!0)},g)):g(this.parseRequestText(a)))}),mxUtils.bind(this,function(a){window.clearTimeout(k);f&&g(this.parseRequestText(a))}))}),m=mxUtils.bind(this,function(a){null==this.user?this.updateUser(function(){m(!0)},g,a):h(a)});null==this.token? -this.authenticate(function(){m(!0)},g):m(!1)}else g({message:mxResources.get("unknownError")})};OneDriveClient.prototype.parseRequestText=function(a){var b={message:mxResources.get("unknownError")};try{b=JSON.parse(a.getText())}catch(c){}return b};OneDriveClient.prototype.pickLibrary=function(a){this.pickFile(function(b){a(b)})}; +OneDriveClient.prototype.writeFile=function(a,b,c,d,e,g){if(null!=a&&null!=b){var h=mxUtils.bind(this,function(m){var f=!0,k=window.setTimeout(mxUtils.bind(this,function(){f=!1;g({code:App.ERROR_TIMEOUT,retry:l})}),this.ui.timeout),n=new mxXmlRequest(a,b,c);n.setRequestHeaders=mxUtils.bind(this,function(a,b){a.setRequestHeader("Content-Type",d||" ");a.setRequestHeader("Authorization","Bearer "+this.token)});n.send(mxUtils.bind(this,function(a){window.clearTimeout(k);f&&(200<=a.getStatus()&&299>=a.getStatus()? +e(JSON.parse(a.getText())):401===a.getStatus()?(this.clearPersistentToken(),this.setUser(null),this.token=null,m?g({message:mxResources.get("accessDenied"),retry:mxUtils.bind(this,function(){this.authenticate(function(){l(!0)},g)})}):this.authenticate(function(){h(!0)},g)):g(this.parseRequestText(a)))}),mxUtils.bind(this,function(a){window.clearTimeout(k);f&&g(this.parseRequestText(a))}))}),l=mxUtils.bind(this,function(a){null==this.user?this.updateUser(function(){l(!0)},g,a):h(a)});null==this.token? +this.authenticate(function(){l(!0)},g):l(!1)}else g({message:mxResources.get("unknownError")})};OneDriveClient.prototype.parseRequestText=function(a){var b={message:mxResources.get("unknownError")};try{b=JSON.parse(a.getText())}catch(c){}return b};OneDriveClient.prototype.pickLibrary=function(a){this.pickFile(function(b){a(b)})}; OneDriveClient.prototype.pickFolder=function(a){OneDrive.save({clientId:this.clientId,action:"query",openInNewWindow:!0,advanced:{redirectUri:this.redirectUri},success:mxUtils.bind(this,function(b){this.token=b.accessToken;a(b)}),cancel:function(){},error:mxUtils.bind(this,function(a){this.ui.showError(mxResources.get("error"),a)})})}; OneDriveClient.prototype.pickFile=function(a){a=null!=a?a:mxUtils.bind(this,function(a){this.ui.loadFile("W"+encodeURIComponent(a))});OneDrive.open({clientId:this.clientId,action:"query",multiSelect:!1,advanced:{redirectUri:this.redirectUri},success:mxUtils.bind(this,function(b){null!=b&&null!=b.value&&0<b.value.length&&(this.token=b.accessToken,a(b.value[0].id,b))}),cancel:function(){},error:mxUtils.bind(this,function(a){this.ui.showError(mxResources.get("error"),a)})})}; OneDriveClient.prototype.logout=function(){if(isLocalStorage){var a=localStorage.getItem("odpickerv7cache");null!=a&&'{"odsdkLoginHint":{'==a.substring(0,19)&&localStorage.removeItem("odpickerv7cache")}this.clearPersistentToken();this.setUser(null);this.token=null};GitHubFile=function(a,b,c){DrawioFile.call(this,a,b);this.meta=c};mxUtils.extend(GitHubFile,DrawioFile);GitHubFile.prototype.getHash=function(){return encodeURIComponent("H"+encodeURIComponent(this.meta.org)+"/"+(null!=this.meta.repo?encodeURIComponent(this.meta.repo)+"/"+(null!=this.meta.ref?this.meta.ref+(null!=this.meta.path?"/"+this.meta.path:""):""):""))}; @@ -7794,59 +7862,59 @@ this.contentChanged();null!=c&&c()}),mxUtils.bind(this,function(a){this.savingFi !1;null!=d&&d()}),!1,b)}));else null!=c&&c()};GitHubLibrary=function(a,b,c){GitHubFile.call(this,a,b,c)};mxUtils.extend(GitHubLibrary,GitHubFile);GitHubLibrary.prototype.doSave=function(a,b,c){this.saveFile(a,!1,b,c)};GitHubLibrary.prototype.open=function(){};GitHubClient=function(a){DrawioClient.call(this,a,"ghauth")};mxUtils.extend(GitHubClient,DrawioClient);GitHubClient.prototype.clientId="test.draw.io"==window.location.hostname?"23bc97120b9035515661":"89c9e4624ca416554489";GitHubClient.prototype.scope="repo";GitHubClient.prototype.extension=".xml";GitHubClient.prototype.baseUrl="https://api.github.com";GitHubClient.prototype.maxFileSize=1E6; GitHubClient.prototype.updateUser=function(a,b,c){var d=!0,e=window.setTimeout(mxUtils.bind(this,function(){d=!1;b({code:App.ERROR_TIMEOUT})}),this.ui.timeout);mxUtils.get(this.baseUrl+"/user?access_token="+this.token,mxUtils.bind(this,function(g){window.clearTimeout(e);d&&(401===g.getStatus()?c?b({message:mxResources.get("accessDenied")}):(this.logout(),this.authenticate(mxUtils.bind(this,function(){this.updateUser(a,b,!0)}),b)):200>g.getStatus()||300<=g.getStatus()?b({message:mxResources.get("accessDenied")}): (g=JSON.parse(g.getText()),this.setUser(new DrawioUser(g.id,g.email,g.name)),a()))}))}; -GitHubClient.prototype.authenticate=function(a,b){if(null==window.onGitHubCallback){var c=mxUtils.bind(this,function(){var d=!0;this.ui.showAuthDialog(this,!0,mxUtils.bind(this,function(e,g){null!=window.open("https://github.com/login/oauth/authorize?client_id="+this.clientId+"&scope="+this.scope,"ghauth")?window.onGitHubCallback=mxUtils.bind(this,function(h,m){if(d)if(window.onGitHubCallback=null,d=!1,null==h)b({message:mxResources.get("accessDenied"),retry:c});else{var l=mxUtils.bind(this,function(){var c= -!0,d=window.setTimeout(mxUtils.bind(this,function(){c=!1;b({code:App.ERROR_TIMEOUT,retry:l})}),this.ui.timeout);mxUtils.get("/github?client_id="+this.clientId+"&code="+h,mxUtils.bind(this,function(f){window.clearTimeout(d);if(c)try{if(200>f.getStatus()||300<=f.getStatus())b({message:mxResources.get("cannotLogin")});else{null!=g&&g();var h=f.getText();this.token=h.substring(h.indexOf("=")+1,h.indexOf("&"));this.setUser(null);e&&this.setPersistentToken(this.token);a()}}catch(t){b(t)}finally{null!=m&& -m.close()}}))});l()}else null!=m&&m.close()}):b({message:mxResources.get("serviceUnavailableOrBlocked"),retry:c})}),mxUtils.bind(this,function(){d&&(window.onGitHubCallback=null,d=!1,b({message:mxResources.get("accessDenied"),retry:c}))}))});c()}else b({code:App.ERROR_BUSY})}; -GitHubClient.prototype.executeRequest=function(a,b,c){var d=mxUtils.bind(this,function(g){var h=!0,m=window.setTimeout(mxUtils.bind(this,function(){h=!1;c({code:App.ERROR_TIMEOUT,retry:e})}),this.ui.timeout),l=this.token;a.setRequestHeaders=function(a,b){a.setRequestHeader("Authorization","token "+l)};a.send(mxUtils.bind(this,function(){window.clearTimeout(m);if(h)if(200<=a.getStatus()&&299>=a.getStatus())b(a);else if(401===a.getStatus())g?c({message:mxResources.get("accessDenied"),retry:mxUtils.bind(this, +GitHubClient.prototype.authenticate=function(a,b){if(null==window.onGitHubCallback){var c=mxUtils.bind(this,function(){var d=!0;this.ui.showAuthDialog(this,!0,mxUtils.bind(this,function(e,g){null!=window.open("https://github.com/login/oauth/authorize?client_id="+this.clientId+"&scope="+this.scope,"ghauth")?window.onGitHubCallback=mxUtils.bind(this,function(h,l){if(d)if(window.onGitHubCallback=null,d=!1,null==h)b({message:mxResources.get("accessDenied"),retry:c});else{var m=mxUtils.bind(this,function(){var c= +!0,d=window.setTimeout(mxUtils.bind(this,function(){c=!1;b({code:App.ERROR_TIMEOUT,retry:m})}),this.ui.timeout);mxUtils.get("/github?client_id="+this.clientId+"&code="+h,mxUtils.bind(this,function(f){window.clearTimeout(d);if(c)try{if(200>f.getStatus()||300<=f.getStatus())b({message:mxResources.get("cannotLogin")});else{null!=g&&g();var h=f.getText();this.token=h.substring(h.indexOf("=")+1,h.indexOf("&"));this.setUser(null);e&&this.setPersistentToken(this.token);a()}}catch(u){b(u)}finally{null!=l&& +l.close()}}))});m()}else null!=l&&l.close()}):b({message:mxResources.get("serviceUnavailableOrBlocked"),retry:c})}),mxUtils.bind(this,function(){d&&(window.onGitHubCallback=null,d=!1,b({message:mxResources.get("accessDenied"),retry:c}))}))});c()}else b({code:App.ERROR_BUSY})}; +GitHubClient.prototype.executeRequest=function(a,b,c){var d=mxUtils.bind(this,function(g){var h=!0,l=window.setTimeout(mxUtils.bind(this,function(){h=!1;c({code:App.ERROR_TIMEOUT,retry:e})}),this.ui.timeout),m=this.token;a.setRequestHeaders=function(a,b){a.setRequestHeader("Authorization","token "+m)};a.send(mxUtils.bind(this,function(){window.clearTimeout(l);if(h)if(200<=a.getStatus()&&299>=a.getStatus())b(a);else if(401===a.getStatus())g?c({message:mxResources.get("accessDenied"),retry:mxUtils.bind(this, function(){this.authenticate(function(){e(!0)},c)})}):this.authenticate(function(){d(!0)},c);else if(403===a.getStatus()){var f=!1;try{var k=JSON.parse(a.getText());null!=k&&null!=k.errors&&0<k.errors.length&&(f="too_large"==k.errors[0].code)}catch(n){}c({message:mxResources.get(f?"drawingTooLarge":"forbidden")})}else 404===a.getStatus()?c({message:mxResources.get("fileNotFound")}):409===a.getStatus()?c({status:409}):c({message:mxResources.get("error")+" "+a.getStatus()})}),c)}),e=mxUtils.bind(this, function(a){null==this.user?this.updateUser(function(){e(!0)},c,a):d(a)});null==this.token?this.authenticate(function(){e(!0)},c):e(!1)};GitHubClient.prototype.getLibrary=function(a,b,c){this.getFile(a,b,c,!0)}; -GitHubClient.prototype.getFile=function(a,b,c,d,e){d=null!=d?d:!1;var g=a.split("/"),h=g[0],m=g[1],l=g[2];a=g.slice(3,g.length).join("/");g=/\.png$/i.test(a);!e&&(/\.vsdx?$/i.test(a)||/\.gliffy$/i.test(a)||!this.ui.useCanvasForExport&&g)?null!=this.token?(e=this.baseUrl+"/repos/"+h+"/"+m+"/contents/"+a+"?ref="+l+"&token="+this.token,g=a.split("/"),this.ui.convertFile(e,0<g.length?g[g.length-1]:a,null,this.extension,b,c)):c({message:mxResources.get("accessDenied")}):(a=new mxXmlRequest(this.baseUrl+ -"/repos/"+h+"/"+m+"/contents/"+a+"?ref="+l,null,"GET"),this.executeRequest(a,mxUtils.bind(this,function(a){try{b(this.createGitHubFile(h,m,l,JSON.parse(a.getText()),d))}catch(k){c(k)}}),c))}; +GitHubClient.prototype.getFile=function(a,b,c,d,e){d=null!=d?d:!1;var g=a.split("/"),h=g[0],l=g[1],m=g[2];a=g.slice(3,g.length).join("/");g=/\.png$/i.test(a);!e&&(/\.vsdx?$/i.test(a)||/\.gliffy$/i.test(a)||!this.ui.useCanvasForExport&&g)?null!=this.token?(e=this.baseUrl+"/repos/"+h+"/"+l+"/contents/"+a+"?ref="+m+"&token="+this.token,g=a.split("/"),this.ui.convertFile(e,0<g.length?g[g.length-1]:a,null,this.extension,b,c)):c({message:mxResources.get("accessDenied")}):(a=new mxXmlRequest(this.baseUrl+ +"/repos/"+h+"/"+l+"/contents/"+a+"?ref="+m,null,"GET"),this.executeRequest(a,mxUtils.bind(this,function(a){try{b(this.createGitHubFile(h,l,m,JSON.parse(a.getText()),d))}catch(k){c(k)}}),c))}; GitHubClient.prototype.createGitHubFile=function(a,b,c,d,e){a={org:a,repo:b,ref:c,name:d.name,path:d.path,sha:d.sha,html_url:d.html_url,download_url:d.download_url};b=d.content;"base64"===d.encoding&&(/\.jpe?g$/i.test(d.name)?b="data:image/jpeg;base64,"+b:/\.gif$/i.test(d.name)?b="data:image/gif;base64,"+b:/\.png$/i.test(d.name)?(d=this.ui.extractGraphModelFromPng(b),b=null!=d&&0<d.length?d:"data:image/png;base64,"+b):b=Base64.decode(b));return e?new GitHubLibrary(this.ui,b,a):new GitHubFile(this.ui, b,a)};GitHubClient.prototype.insertLibrary=function(a,b,c,d,e){this.insertFile(a,b,c,d,!0,e,!1)}; -GitHubClient.prototype.insertFile=function(a,b,c,d,e,g,h){e=null!=e?e:!1;g=g.split("/");var m=g[0],l=g[1],f=g[2],k=g.slice(3,g.length).join("/");0<k.length&&(k+="/");k+=a;this.checkExists(m+"/"+l+"/"+f+"/"+k,!0,mxUtils.bind(this,function(g,u){g?e?(h||(b=Base64.encode(b)),this.showCommitDialog(a,!0,mxUtils.bind(this,function(a){this.writeFile(m,l,f,k,a,b,u,mxUtils.bind(this,function(a){try{var b=JSON.parse(a.getText());c(this.createGitHubFile(m,l,f,b.content,e))}catch(x){d(x)}}),d)}),d)):c(new GitHubFile(this.ui, -b,{org:m,repo:l,ref:f,name:a,path:k,sha:u,isNew:!0})):d()}))};GitHubClient.prototype.showCommitDialog=function(a,b,c,d){var e=this.ui.spinner.pause();a=new FilenameDialog(this.ui,mxResources.get(b?"addedFile":"updateFile",[a]),mxResources.get("ok"),mxUtils.bind(this,function(a){e();c(a)}),mxResources.get("commitMessage"),null,null,null,null,mxUtils.bind(this,function(){d()}));this.ui.showDialog(a.container,300,80,!0,!1);a.init()}; -GitHubClient.prototype.writeFile=function(a,b,c,d,e,g,h,m,l){g.length>=this.maxFileSize?l({message:mxResources.get("drawingTooLarge")+" ("+this.ui.formatFileSize(g.length)+" / 1 MB)"}):(c={path:d,branch:decodeURIComponent(c),message:e,content:g},null!=h&&(c.sha=h),a=new mxXmlRequest(this.baseUrl+"/repos/"+a+"/"+b+"/contents/"+d,JSON.stringify(c),"PUT"),this.executeRequest(a,mxUtils.bind(this,function(a){m(a)}),l))}; +GitHubClient.prototype.insertFile=function(a,b,c,d,e,g,h){e=null!=e?e:!1;g=g.split("/");var l=g[0],m=g[1],f=g[2],k=g.slice(3,g.length).join("/");0<k.length&&(k+="/");k+=a;this.checkExists(l+"/"+m+"/"+f+"/"+k,!0,mxUtils.bind(this,function(g,t){g?e?(h||(b=Base64.encode(b)),this.showCommitDialog(a,!0,mxUtils.bind(this,function(a){this.writeFile(l,m,f,k,a,b,t,mxUtils.bind(this,function(a){try{var b=JSON.parse(a.getText());c(this.createGitHubFile(l,m,f,b.content,e))}catch(w){d(w)}}),d)}),d)):c(new GitHubFile(this.ui, +b,{org:l,repo:m,ref:f,name:a,path:k,sha:t,isNew:!0})):d()}))};GitHubClient.prototype.showCommitDialog=function(a,b,c,d){var e=this.ui.spinner.pause();a=new FilenameDialog(this.ui,mxResources.get(b?"addedFile":"updateFile",[a]),mxResources.get("ok"),mxUtils.bind(this,function(a){e();c(a)}),mxResources.get("commitMessage"),null,null,null,null,mxUtils.bind(this,function(){d()}));this.ui.showDialog(a.container,300,80,!0,!1);a.init()}; +GitHubClient.prototype.writeFile=function(a,b,c,d,e,g,h,l,m){g.length>=this.maxFileSize?m({message:mxResources.get("drawingTooLarge")+" ("+this.ui.formatFileSize(g.length)+" / 1 MB)"}):(c={path:d,branch:decodeURIComponent(c),message:e,content:g},null!=h&&(c.sha=h),a=new mxXmlRequest(this.baseUrl+"/repos/"+a+"/"+b+"/contents/"+d,JSON.stringify(c),"PUT"),this.executeRequest(a,mxUtils.bind(this,function(a){l(a)}),m))}; GitHubClient.prototype.checkExists=function(a,b,c){this.getFile(a,mxUtils.bind(this,function(d){if(b&&null!=d.meta){var e=this.ui.spinner.pause();this.ui.confirm(mxResources.get("replaceIt",[a]),function(){e();c(!0,d.meta.sha)},function(){e();c(!1)})}else this.ui.spinner.stop(),this.ui.showError(mxResources.get("error"),mxResources.get("fileExists"),mxResources.get("ok"),function(){c(!1)})}),mxUtils.bind(this,function(a){c(!0)}),null,!0)}; -GitHubClient.prototype.saveFile=function(a,b,c){var d=a.meta.org,e=a.meta.repo,g=a.meta.ref,h=a.meta.path;this.showCommitDialog(a.meta.name,null==a.meta.sha||a.meta.isNew,mxUtils.bind(this,function(m){var l=mxUtils.bind(this,function(f,k){this.writeFile(d,e,g,h,m,k,f,mxUtils.bind(this,function(c){delete a.meta.isNew;b(JSON.parse(c.getText()))}),mxUtils.bind(this,function(a){null!=a&&409==a.status?(resume=this.ui.spinner.pause(),a=new ErrorDialog(this.ui,mxResources.get("errorSavingFile"),mxResources.get("fileChangedOverwrite"), -mxResources.get("cancel"),mxUtils.bind(this,function(){c()}),null,mxResources.get("overwrite"),mxUtils.bind(this,function(){resume();this.getFile(d+"/"+e+"/"+g+"/"+h,mxUtils.bind(this,function(a){l(a.meta.sha,k)}),mxUtils.bind(this,function(){l(null,k)}))})),this.ui.showDialog(a.container,340,150,!0,!1),a.init()):c(a)}))});this.ui.useCanvasForExport&&/(\.png)$/i.test(h)?this.ui.getEmbeddedPng(mxUtils.bind(this,function(b){l(a.meta.sha,b)}),c,this.ui.getCurrentFile()!=a?a.getData():null):l(a.meta.sha, +GitHubClient.prototype.saveFile=function(a,b,c){var d=a.meta.org,e=a.meta.repo,g=a.meta.ref,h=a.meta.path;this.showCommitDialog(a.meta.name,null==a.meta.sha||a.meta.isNew,mxUtils.bind(this,function(l){var m=mxUtils.bind(this,function(f,k){this.writeFile(d,e,g,h,l,k,f,mxUtils.bind(this,function(c){delete a.meta.isNew;b(JSON.parse(c.getText()))}),mxUtils.bind(this,function(a){null!=a&&409==a.status?(resume=this.ui.spinner.pause(),a=new ErrorDialog(this.ui,mxResources.get("errorSavingFile"),mxResources.get("fileChangedOverwrite"), +mxResources.get("cancel"),mxUtils.bind(this,function(){c()}),null,mxResources.get("overwrite"),mxUtils.bind(this,function(){resume();this.getFile(d+"/"+e+"/"+g+"/"+h,mxUtils.bind(this,function(a){m(a.meta.sha,k)}),mxUtils.bind(this,function(){m(null,k)}))})),this.ui.showDialog(a.container,340,150,!0,!1),a.init()):c(a)}))});this.ui.useCanvasForExport&&/(\.png)$/i.test(h)?this.ui.getEmbeddedPng(mxUtils.bind(this,function(b){m(a.meta.sha,b)}),c,this.ui.getCurrentFile()!=a?a.getData():null):m(a.meta.sha, Base64.encode(a.getData()))}),mxUtils.bind(this,function(){c()}))};GitHubClient.prototype.pickLibrary=function(a){this.pickFile(a)};GitHubClient.prototype.pickFolder=function(a){this.showGitHubDialog(!1,a)};GitHubClient.prototype.pickFile=function(a){a=null!=a?a:mxUtils.bind(this,function(a){this.ui.loadFile("H"+encodeURIComponent(a))});this.showGitHubDialog(!0,a)}; -GitHubClient.prototype.showGitHubDialog=function(a,b){var c=null,d=null,e=null,g=null,h=document.createElement("div");h.style.whiteSpace="nowrap";h.style.overflow="hidden";h.style.height="224px";var m=document.createElement("h3");mxUtils.write(m,mxResources.get(a?"selectFile":"selectFolder"));m.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";h.appendChild(m);var l=document.createElement("div");l.style.whiteSpace="nowrap";l.style.overflow="auto";l.style.height="194px"; -h.appendChild(l);var f=new CustomDialog(this.ui,h,mxUtils.bind(this,function(){b(c+"/"+d+"/"+encodeURIComponent(e)+"/"+g)}));this.ui.showDialog(f.container,340,270,!0,!0);a&&f.okButton.parentNode.removeChild(f.okButton);var k=mxUtils.bind(this,function(a,b){var c=document.createElement("a");c.setAttribute("href","javascript:void(0);");mxUtils.write(c,a);mxEvent.addListener(c,"click",b);return c}),n=mxUtils.bind(this,function(a){var b=document.createElement("div");b.style.marginBottom="8px";b.appendChild(k(c+ -"/"+d,mxUtils.bind(this,function(){g=null;z()})));a||(mxUtils.write(b," / "),b.appendChild(k(decodeURIComponent(e),mxUtils.bind(this,function(){g=null;x()}))));if(null!=g&&0<g.length){var f=g.split("/");for(a=0;a<f.length;a++)(function(a){mxUtils.write(b," / ");b.appendChild(k(f[a],mxUtils.bind(this,function(){g=f.slice(0,a+1).join("/");t()})))})(a)}l.appendChild(b)}),u=mxUtils.bind(this,function(a){this.ui.handleError(a,null,mxUtils.bind(this,function(){this.ui.spinner.stop();null!=this.getUser()? -(g=e=d=c=null,z()):this.ui.hideDialog()}))}),t=mxUtils.bind(this,function(){var h=new mxXmlRequest(this.baseUrl+"/repos/"+c+"/"+d+"/contents/"+g+"?ref="+encodeURIComponent(e),null,"GET");f.okButton.removeAttribute("disabled");l.innerHTML="";this.ui.spinner.spin(l,mxResources.get("loading"));this.executeRequest(h,mxUtils.bind(this,function(f){n();this.ui.spinner.stop();var h=JSON.parse(f.getText());l.appendChild(k("../ [Up]",mxUtils.bind(this,function(){if(""==g)g=null,z();else{var a=g.split("/"); -g=a.slice(0,a.length-1).join("/");t()}})));mxUtils.br(l);null==h||0==h.length?mxUtils.write(l,mxResources.get("noFiles")):(f=mxUtils.bind(this,function(f){for(var p=0;p<h.length;p++)mxUtils.bind(this,function(h){f==("dir"==h.type)&&(l.appendChild(k(h.name+("dir"==h.type?"/":""),mxUtils.bind(this,function(){"dir"==h.type?(g=h.path,t()):a&&"file"==h.type&&(this.ui.hideDialog(),b(c+"/"+d+"/"+encodeURIComponent(e)+"/"+h.path))}))),mxUtils.br(l))})(h[p])}),f(!0),a&&f(!1))}),u)}),q=null,v=null,x=mxUtils.bind(this, -function(a){null==a&&(l.innerHTML="",a=1);var b=new mxXmlRequest(this.baseUrl+"/repos/"+c+"/"+d+"/branches?per_page=100&page="+a,null,"GET");f.okButton.setAttribute("disabled","disabled");this.ui.spinner.spin(l,mxResources.get("loading"));null!=q&&null!=q.parentNode&&q.parentNode.removeChild(q);q=document.createElement("a");q.style.display="block";q.setAttribute("href","javascript:void(0);");mxUtils.write(q,mxResources.get("more")+"...");var h=mxUtils.bind(this,function(){mxEvent.removeListener(l, -"scroll",v);x(a+1)});mxEvent.addListener(q,"click",h);this.executeRequest(b,mxUtils.bind(this,function(b){this.ui.spinner.stop();1==a&&(n(!0),l.appendChild(k("../ [Up]",mxUtils.bind(this,function(){g=null;z()}))),mxUtils.br(l));b=JSON.parse(b.getText());if(null==b||0==b.length)mxUtils.write(l,mxResources.get("noFiles"));else{for(var c=0;c<b.length;c++)mxUtils.bind(this,function(a){l.appendChild(k(a.name,mxUtils.bind(this,function(){e=a.name;g="";t()})));mxUtils.br(l)})(b[c]);100==b.length&&(l.appendChild(q), -v=function(){l.scrollTop>=l.scrollHeight-l.offsetHeight&&h()},mxEvent.addListener(l,"scroll",v))}}),u)}),z=mxUtils.bind(this,function(a){null==a&&(l.innerHTML="",a=1);var b=new mxXmlRequest(this.baseUrl+"/user/repos?per_page=100&page="+a,null,"GET");f.okButton.setAttribute("disabled","disabled");this.ui.spinner.spin(l,mxResources.get("loading"));null!=q&&null!=q.parentNode&&q.parentNode.removeChild(q);q=document.createElement("a");q.style.display="block";q.setAttribute("href","javascript:void(0);"); -mxUtils.write(q,mxResources.get("more")+"...");var h=mxUtils.bind(this,function(){mxEvent.removeListener(l,"scroll",v);z(a+1)});mxEvent.addListener(q,"click",h);this.executeRequest(b,mxUtils.bind(this,function(b){this.ui.spinner.stop();b=JSON.parse(b.getText());if(null==b||0==b.length)mxUtils.write(l,mxResources.get("noFiles"));else{1==a&&(l.appendChild(k(mxResources.get("enterValue")+"...",mxUtils.bind(this,function(){var a=new FilenameDialog(this.ui,"org/repo/ref",mxResources.get("ok"),mxUtils.bind(this, -function(a){if(null!=a){var b=a.split("/");if(1<b.length){a=b[0];var f=b[1];3>b.length?(c=a,d=f,g=e=null,x()):this.ui.spinner.spin(l,mxResources.get("loading"))&&(b=encodeURIComponent(b.slice(2,b.length).join("/")),this.getFile(a+"/"+f+"/"+b,mxUtils.bind(this,function(a){this.ui.spinner.stop();c=a.meta.org;d=a.meta.repo;e=decodeURIComponent(a.meta.ref);g="";t()}),mxUtils.bind(this,function(a){this.ui.spinner.stop();this.ui.handleError({message:mxResources.get("fileNotFound")})})))}else this.ui.spinner.stop(), -this.ui.handleError({message:mxResources.get("invalidName")})}}),mxResources.get("enterValue"));this.ui.showDialog(a.container,300,80,!0,!1);a.init()}))),mxUtils.br(l),mxUtils.br(l));for(var f=0;f<b.length;f++)mxUtils.bind(this,function(a){l.appendChild(k(a.full_name,mxUtils.bind(this,function(){c=a.owner.login;d=a.name;e=a.default_branch;g="";t()})));mxUtils.br(l)})(b[f])}100==b.length&&(l.appendChild(q),v=function(){l.scrollTop>=l.scrollHeight-l.offsetHeight&&h()},mxEvent.addListener(l,"scroll", -v))}),u)});z()};GitHubClient.prototype.logout=function(){this.clearPersistentToken();this.setUser(null);this.token=null};TrelloFile=function(a,b,c){DrawioFile.call(this,a,b);this.meta=c;this.saveNeededCounter=0};mxUtils.extend(TrelloFile,DrawioFile);TrelloFile.prototype.getHash=function(){return"T"+encodeURIComponent(this.meta.compoundId)};TrelloFile.prototype.getMode=function(){return App.MODE_TRELLO};TrelloFile.prototype.isAutosave=function(){return!0};TrelloFile.prototype.getTitle=function(){return this.meta.name};TrelloFile.prototype.isRenamable=function(){return!1}; +GitHubClient.prototype.showGitHubDialog=function(a,b){var c=null,d=null,e=null,g=null,h=document.createElement("div");h.style.whiteSpace="nowrap";h.style.overflow="hidden";h.style.height="224px";var l=document.createElement("h3");mxUtils.write(l,mxResources.get(a?"selectFile":"selectFolder"));l.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";h.appendChild(l);var m=document.createElement("div");m.style.whiteSpace="nowrap";m.style.overflow="auto";m.style.height="194px"; +h.appendChild(m);var f=new CustomDialog(this.ui,h,mxUtils.bind(this,function(){b(c+"/"+d+"/"+encodeURIComponent(e)+"/"+g)}));this.ui.showDialog(f.container,340,270,!0,!0);a&&f.okButton.parentNode.removeChild(f.okButton);var k=mxUtils.bind(this,function(a,b){var c=document.createElement("a");c.setAttribute("href","javascript:void(0);");mxUtils.write(c,a);mxEvent.addListener(c,"click",b);return c}),n=mxUtils.bind(this,function(a){var b=document.createElement("div");b.style.marginBottom="8px";b.appendChild(k(c+ +"/"+d,mxUtils.bind(this,function(){g=null;x()})));a||(mxUtils.write(b," / "),b.appendChild(k(decodeURIComponent(e),mxUtils.bind(this,function(){g=null;w()}))));if(null!=g&&0<g.length){var f=g.split("/");for(a=0;a<f.length;a++)(function(a){mxUtils.write(b," / ");b.appendChild(k(f[a],mxUtils.bind(this,function(){g=f.slice(0,a+1).join("/");u()})))})(a)}m.appendChild(b)}),t=mxUtils.bind(this,function(a){this.ui.handleError(a,null,mxUtils.bind(this,function(){this.ui.spinner.stop();null!=this.getUser()? +(g=e=d=c=null,x()):this.ui.hideDialog()}))}),u=mxUtils.bind(this,function(){var h=new mxXmlRequest(this.baseUrl+"/repos/"+c+"/"+d+"/contents/"+g+"?ref="+encodeURIComponent(e),null,"GET");f.okButton.removeAttribute("disabled");m.innerHTML="";this.ui.spinner.spin(m,mxResources.get("loading"));this.executeRequest(h,mxUtils.bind(this,function(f){n();this.ui.spinner.stop();var h=JSON.parse(f.getText());m.appendChild(k("../ [Up]",mxUtils.bind(this,function(){if(""==g)g=null,x();else{var a=g.split("/"); +g=a.slice(0,a.length-1).join("/");u()}})));mxUtils.br(m);null==h||0==h.length?mxUtils.write(m,mxResources.get("noFiles")):(f=mxUtils.bind(this,function(f){for(var l=0;l<h.length;l++)mxUtils.bind(this,function(h){f==("dir"==h.type)&&(m.appendChild(k(h.name+("dir"==h.type?"/":""),mxUtils.bind(this,function(){"dir"==h.type?(g=h.path,u()):a&&"file"==h.type&&(this.ui.hideDialog(),b(c+"/"+d+"/"+encodeURIComponent(e)+"/"+h.path))}))),mxUtils.br(m))})(h[l])}),f(!0),a&&f(!1))}),t)}),p=null,v=null,w=mxUtils.bind(this, +function(a){null==a&&(m.innerHTML="",a=1);var b=new mxXmlRequest(this.baseUrl+"/repos/"+c+"/"+d+"/branches?per_page=100&page="+a,null,"GET");f.okButton.setAttribute("disabled","disabled");this.ui.spinner.spin(m,mxResources.get("loading"));null!=p&&null!=p.parentNode&&p.parentNode.removeChild(p);p=document.createElement("a");p.style.display="block";p.setAttribute("href","javascript:void(0);");mxUtils.write(p,mxResources.get("more")+"...");var h=mxUtils.bind(this,function(){mxEvent.removeListener(m, +"scroll",v);w(a+1)});mxEvent.addListener(p,"click",h);this.executeRequest(b,mxUtils.bind(this,function(b){this.ui.spinner.stop();1==a&&(n(!0),m.appendChild(k("../ [Up]",mxUtils.bind(this,function(){g=null;x()}))),mxUtils.br(m));b=JSON.parse(b.getText());if(null==b||0==b.length)mxUtils.write(m,mxResources.get("noFiles"));else{for(var c=0;c<b.length;c++)mxUtils.bind(this,function(a){m.appendChild(k(a.name,mxUtils.bind(this,function(){e=a.name;g="";u()})));mxUtils.br(m)})(b[c]);100==b.length&&(m.appendChild(p), +v=function(){m.scrollTop>=m.scrollHeight-m.offsetHeight&&h()},mxEvent.addListener(m,"scroll",v))}}),t)}),x=mxUtils.bind(this,function(a){null==a&&(m.innerHTML="",a=1);var b=new mxXmlRequest(this.baseUrl+"/user/repos?per_page=100&page="+a,null,"GET");f.okButton.setAttribute("disabled","disabled");this.ui.spinner.spin(m,mxResources.get("loading"));null!=p&&null!=p.parentNode&&p.parentNode.removeChild(p);p=document.createElement("a");p.style.display="block";p.setAttribute("href","javascript:void(0);"); +mxUtils.write(p,mxResources.get("more")+"...");var h=mxUtils.bind(this,function(){mxEvent.removeListener(m,"scroll",v);x(a+1)});mxEvent.addListener(p,"click",h);this.executeRequest(b,mxUtils.bind(this,function(b){this.ui.spinner.stop();b=JSON.parse(b.getText());if(null==b||0==b.length)mxUtils.write(m,mxResources.get("noFiles"));else{1==a&&(m.appendChild(k(mxResources.get("enterValue")+"...",mxUtils.bind(this,function(){var a=new FilenameDialog(this.ui,"org/repo/ref",mxResources.get("ok"),mxUtils.bind(this, +function(a){if(null!=a){var b=a.split("/");if(1<b.length){a=b[0];var f=b[1];3>b.length?(c=a,d=f,g=e=null,w()):this.ui.spinner.spin(m,mxResources.get("loading"))&&(b=encodeURIComponent(b.slice(2,b.length).join("/")),this.getFile(a+"/"+f+"/"+b,mxUtils.bind(this,function(a){this.ui.spinner.stop();c=a.meta.org;d=a.meta.repo;e=decodeURIComponent(a.meta.ref);g="";u()}),mxUtils.bind(this,function(a){this.ui.spinner.stop();this.ui.handleError({message:mxResources.get("fileNotFound")})})))}else this.ui.spinner.stop(), +this.ui.handleError({message:mxResources.get("invalidName")})}}),mxResources.get("enterValue"));this.ui.showDialog(a.container,300,80,!0,!1);a.init()}))),mxUtils.br(m),mxUtils.br(m));for(var f=0;f<b.length;f++)mxUtils.bind(this,function(a){m.appendChild(k(a.full_name,mxUtils.bind(this,function(){c=a.owner.login;d=a.name;e=a.default_branch;g="";u()})));mxUtils.br(m)})(b[f])}100==b.length&&(m.appendChild(p),v=function(){m.scrollTop>=m.scrollHeight-m.offsetHeight&&h()},mxEvent.addListener(m,"scroll", +v))}),t)});x()};GitHubClient.prototype.logout=function(){this.clearPersistentToken();this.setUser(null);this.token=null};TrelloFile=function(a,b,c){DrawioFile.call(this,a,b);this.meta=c;this.saveNeededCounter=0};mxUtils.extend(TrelloFile,DrawioFile);TrelloFile.prototype.getHash=function(){return"T"+encodeURIComponent(this.meta.compoundId)};TrelloFile.prototype.getMode=function(){return App.MODE_TRELLO};TrelloFile.prototype.isAutosave=function(){return!0};TrelloFile.prototype.getTitle=function(){return this.meta.name};TrelloFile.prototype.isRenamable=function(){return!1}; TrelloFile.prototype.save=function(a,b,c){this.doSave(this.getTitle(),b,c)};TrelloFile.prototype.saveAs=function(a,b,c){this.doSave(a,b,c)};TrelloFile.prototype.doSave=function(a,b,c){var d=this.meta.name;this.meta.name=a;DrawioFile.prototype.save.apply(this,arguments);this.meta.name=d;this.saveFile(a,!1,b,c)}; TrelloFile.prototype.saveFile=function(a,b,c,d){if(this.isEditable())if(this.savingFile)null!=d&&(this.saveNeededCounter++,d({code:App.ERROR_BUSY}));else if(this.savingFile=!0,this.getTitle()==a){var e=this.isModified,g=this.isModified(),h=mxUtils.bind(this,function(){this.setModified(!1);this.isModified=function(){return g}});h();this.ui.trello.saveFile(this,mxUtils.bind(this,function(g){this.savingFile=!1;this.isModified=e;this.meta=g;this.contentChanged();null!=c&&c();0<this.saveNeededCounter&& (this.saveNeededCounter--,this.saveFile(a,b,c,d))}),mxUtils.bind(this,function(a){this.savingFile=!1;this.isModified=e;this.setModified(g||this.isModified());if(null!=d){if(null!=a&&null!=a.retry){var b=a.retry;a.retry=function(){h();b()}}d(a)}}))}else this.ui.pickFolder(App.MODE_TRELLO,mxUtils.bind(this,function(e){this.ui.trello.insertFile(a,this.getData(),mxUtils.bind(this,function(e){this.savingFile=!1;null!=c&&c();this.ui.fileLoaded(e);0<this.saveNeededCounter&&(this.saveNeededCounter--,this.saveFile(a, b,c,d))}),mxUtils.bind(this,function(){this.savingFile=!1;null!=d&&d()}),!1,e)}));else null!=c&&c()};TrelloLibrary=function(a,b,c){TrelloFile.call(this,a,b,c)};mxUtils.extend(TrelloLibrary,TrelloFile);TrelloLibrary.prototype.doSave=function(a,b,c){this.saveFile(a,!1,b,c)};TrelloLibrary.prototype.open=function(){};TrelloClient=function(a){DrawioClient.call(this,a,"tauth");Trello.setKey(this.key)};mxUtils.extend(TrelloClient,DrawioClient);TrelloClient.prototype.key="e73615c79cf7e381aef91c85936e9553";TrelloClient.prototype.baseUrl="https://api.trello.com/1/";TrelloClient.prototype.SEPARATOR="|$|";TrelloClient.prototype.maxFileSize=1E7;TrelloClient.prototype.extension=".xml"; TrelloClient.prototype.authenticate=function(a,b,c){c&&this.logout();c=mxUtils.bind(this,function(c,e){Trello.authorize({type:"popup",name:"draw.io",scope:{read:"true",write:"true"},expiration:c?"never":"1hour",success:function(){null!=e&&e();a()},error:function(){null!=e&&e();null!=b&&b(mxResources.get("loggedOut"))}})});this.isAuthorized()?c(!0):this.ui.showAuthDialog(this,!0,c)};TrelloClient.prototype.getLibrary=function(a,b,c){this.getFile(a,b,c,!1,!0)}; -TrelloClient.prototype.getFile=function(a,b,c,d,e){e=null!=e?e:!1;var g=mxUtils.bind(this,function(){var d=a.split(this.SEPARATOR),m=!0,l=window.setTimeout(mxUtils.bind(this,function(){m=!1;c({code:App.ERROR_TIMEOUT,retry:g})}),this.ui.timeout);Trello.cards.get(d[0]+"/attachments/"+d[1],mxUtils.bind(this,function(d){window.clearTimeout(l);if(m){var f=/\.png$/i.test(d.name);/\.vsdx?$/i.test(d.name)||/\.gliffy$/i.test(d.name)||!this.ui.useCanvasForExport&&f?this.ui.convertFile(PROXY_URL+"?url="+encodeURIComponent(d.url), -d.name,d.mimeType,this.extension,b,c):(m=!0,l=window.setTimeout(mxUtils.bind(this,function(){m=!1;c({code:App.ERROR_TIMEOUT})}),this.ui.timeout),this.ui.loadUrl(PROXY_URL+"?url="+encodeURIComponent(d.url),mxUtils.bind(this,function(c){window.clearTimeout(l);if(m){d.compoundId=a;var g=f?c.lastIndexOf(","):-1;0<g&&(g=this.ui.extractGraphModelFromPng(c.substring(g+1)),null!=g&&0<g.length&&(c=g));e?b(new TrelloLibrary(this.ui,c,d)):b(new TrelloFile(this.ui,c,d))}}),mxUtils.bind(this,function(a,b){window.clearTimeout(l); -m&&(401==b.status?this.authenticate(g,c,!0):c())}),f||null!=d.mimeType&&"image/"==d.mimeType.substring(0,6)))}}),mxUtils.bind(this,function(a){window.clearTimeout(l);m&&(401==a.status?this.authenticate(g,c,!0):c())}))});this.authenticate(g,c)};TrelloClient.prototype.insertLibrary=function(a,b,c,d,e){this.insertFile(a,b,c,d,!0,e)}; +TrelloClient.prototype.getFile=function(a,b,c,d,e){e=null!=e?e:!1;var g=mxUtils.bind(this,function(){var d=a.split(this.SEPARATOR),l=!0,m=window.setTimeout(mxUtils.bind(this,function(){l=!1;c({code:App.ERROR_TIMEOUT,retry:g})}),this.ui.timeout);Trello.cards.get(d[0]+"/attachments/"+d[1],mxUtils.bind(this,function(d){window.clearTimeout(m);if(l){var f=/\.png$/i.test(d.name);/\.vsdx?$/i.test(d.name)||/\.gliffy$/i.test(d.name)||!this.ui.useCanvasForExport&&f?this.ui.convertFile(PROXY_URL+"?url="+encodeURIComponent(d.url), +d.name,d.mimeType,this.extension,b,c):(l=!0,m=window.setTimeout(mxUtils.bind(this,function(){l=!1;c({code:App.ERROR_TIMEOUT})}),this.ui.timeout),this.ui.loadUrl(PROXY_URL+"?url="+encodeURIComponent(d.url),mxUtils.bind(this,function(c){window.clearTimeout(m);if(l){d.compoundId=a;var g=f?c.lastIndexOf(","):-1;0<g&&(g=this.ui.extractGraphModelFromPng(c.substring(g+1)),null!=g&&0<g.length&&(c=g));e?b(new TrelloLibrary(this.ui,c,d)):b(new TrelloFile(this.ui,c,d))}}),mxUtils.bind(this,function(a,b){window.clearTimeout(m); +l&&(401==b.status?this.authenticate(g,c,!0):c())}),f||null!=d.mimeType&&"image/"==d.mimeType.substring(0,6)))}}),mxUtils.bind(this,function(a){window.clearTimeout(m);l&&(401==a.status?this.authenticate(g,c,!0):c())}))});this.authenticate(g,c)};TrelloClient.prototype.insertLibrary=function(a,b,c,d,e){this.insertFile(a,b,c,d,!0,e)}; TrelloClient.prototype.insertFile=function(a,b,c,d,e,g){e=null!=e?e:!1;var h=mxUtils.bind(this,function(){var h=mxUtils.bind(this,function(h){this.writeFile(a,h,g,mxUtils.bind(this,function(a){e?c(new TrelloLibrary(this.ui,b,a)):c(new TrelloFile(this.ui,b,a))}),d)});this.ui.useCanvasForExport&&/(\.png)$/i.test(a)?this.ui.getEmbeddedPng(mxUtils.bind(this,function(a){h(this.ui.base64ToBlob(a,"image/png"))}),d,b):h(b)});this.authenticate(h,d)}; TrelloClient.prototype.saveFile=function(a,b,c){var d=a.meta.compoundId.split(this.SEPARATOR),e=mxUtils.bind(this,function(e){this.writeFile(a.meta.name,e,d[0],function(a){Trello.del("cards/"+d[0]+"/attachments/"+d[1],mxUtils.bind(this,function(){b(a)}),mxUtils.bind(this,function(a){401==a.status?this.authenticate(g,c,!0):c()}))},c)}),g=mxUtils.bind(this,function(){this.ui.useCanvasForExport&&/(\.png)$/i.test(a.meta.name)?this.ui.getEmbeddedPng(mxUtils.bind(this,function(a){e(this.ui.base64ToBlob(a, "image/png"))}),c,this.ui.getCurrentFile()!=a?a.getData():null):e(a.getData())});this.authenticate(g,c)}; -TrelloClient.prototype.writeFile=function(a,b,c,d,e){if(null!=a&&null!=b)if(b.length>=this.maxFileSize)e({message:mxResources.get("drawingTooLarge")+" ("+this.ui.formatFileSize(b.length)+" / 10 MB)"});else{var g=mxUtils.bind(this,function(){var h=!0,m=window.setTimeout(mxUtils.bind(this,function(){h=!1;e({code:App.ERROR_TIMEOUT,retry:g})}),this.ui.timeout),l=new FormData;l.append("key",Trello.key());l.append("token",Trello.token());l.append("file","string"===typeof b?new Blob([b]):b,a);l.append("name", -a);var f=new XMLHttpRequest;f.responseType="json";f.onreadystatechange=mxUtils.bind(this,function(){if(4===f.readyState&&(window.clearTimeout(m),h))if(200==f.status){var a=f.response;a.compoundId=c+this.SEPARATOR+a.id;d(a)}else 401==f.status?this.authenticate(g,e,!0):e()});f.open("POST",this.baseUrl+"cards/"+c+"/attachments");f.send(l)});this.authenticate(g,e)}else e({message:mxResources.get("unknownError")})};TrelloClient.prototype.pickLibrary=function(a){this.pickFile(a)}; +TrelloClient.prototype.writeFile=function(a,b,c,d,e){if(null!=a&&null!=b)if(b.length>=this.maxFileSize)e({message:mxResources.get("drawingTooLarge")+" ("+this.ui.formatFileSize(b.length)+" / 10 MB)"});else{var g=mxUtils.bind(this,function(){var h=!0,l=window.setTimeout(mxUtils.bind(this,function(){h=!1;e({code:App.ERROR_TIMEOUT,retry:g})}),this.ui.timeout),m=new FormData;m.append("key",Trello.key());m.append("token",Trello.token());m.append("file","string"===typeof b?new Blob([b]):b,a);m.append("name", +a);var f=new XMLHttpRequest;f.responseType="json";f.onreadystatechange=mxUtils.bind(this,function(){if(4===f.readyState&&(window.clearTimeout(l),h))if(200==f.status){var a=f.response;a.compoundId=c+this.SEPARATOR+a.id;d(a)}else 401==f.status?this.authenticate(g,e,!0):e()});f.open("POST",this.baseUrl+"cards/"+c+"/attachments");f.send(m)});this.authenticate(g,e)}else e({message:mxResources.get("unknownError")})};TrelloClient.prototype.pickLibrary=function(a){this.pickFile(a)}; TrelloClient.prototype.pickFolder=function(a){this.authenticate(mxUtils.bind(this,function(){this.showTrelloDialog(!1,a)}),mxUtils.bind(this,function(a){this.ui.showError(mxResources.get("error"),a)}))};TrelloClient.prototype.pickFile=function(a,b){a=null!=a?a:mxUtils.bind(this,function(a){this.ui.loadFile("T"+encodeURIComponent(a))});this.authenticate(mxUtils.bind(this,function(){this.showTrelloDialog(!0,a)}),mxUtils.bind(this,function(a){this.ui.showError(mxResources.get("error"),a,mxResources.get("ok"))}))}; -TrelloClient.prototype.showTrelloDialog=function(a,b){var c=null,d="@me",e=0,g=document.createElement("div");g.style.whiteSpace="nowrap";g.style.overflow="hidden";g.style.height="224px";var h=document.createElement("h3");mxUtils.write(h,a?mxResources.get("selectFile"):mxResources.get("selectCard"));h.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";g.appendChild(h);var m=document.createElement("div");m.style.whiteSpace="nowrap";m.style.overflow="auto";m.style.height= -"194px";g.appendChild(m);g=new CustomDialog(this.ui,g);this.ui.showDialog(g.container,340,270,!0,!0);g.okButton.parentNode.removeChild(g.okButton);var l=mxUtils.bind(this,function(a,b,c){e++;var d=document.createElement("div");d.style="width:100%;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;background:"+(0==e%2?"#eee":"#fff");var f=document.createElement("a");f.setAttribute("href","javascript:void(0);");if(null!=c){var g=document.createElement("img");g.src=c.url;g.width=c.width;g.height= -c.height;g.style="border: 1px solid black;margin:5px;vertical-align:middle";f.appendChild(g)}mxUtils.write(f,a);mxEvent.addListener(f,"click",b);d.appendChild(f);return d}),f=mxUtils.bind(this,function(a){this.ui.handleError(a,null,mxUtils.bind(this,function(){this.ui.spinner.stop();this.ui.hideDialog()}))}),k=mxUtils.bind(this,function(){e=0;m.innerHTML="";this.ui.spinner.spin(m,mxResources.get("loading"));var a=mxUtils.bind(this,function(){Trello.cards.get(c+"/attachments",{fields:"id,name,previews"}, -mxUtils.bind(this,function(a){this.ui.spinner.stop();m.appendChild(l("../ [Up]",mxUtils.bind(this,function(){t()})));mxUtils.br(m);null==a||0==a.length?mxUtils.write(m,mxResources.get("noFiles")):mxUtils.bind(this,function(){for(var d=0;d<a.length;d++)mxUtils.bind(this,function(a){m.appendChild(l(a.name,mxUtils.bind(this,function(){this.ui.hideDialog();b(c+this.SEPARATOR+a.id)}),null!=a.previews?a.previews[0]:null))})(a[d])})()}),mxUtils.bind(this,function(b){401==b.status?this.authenticate(a,f,!0): -null!=f&&f(b)}))});a()}),n=null,u=null,t=mxUtils.bind(this,function(g){null==g&&(e=0,m.innerHTML="",g=1);this.ui.spinner.spin(m,mxResources.get("loading"));null!=n&&null!=n.parentNode&&n.parentNode.removeChild(n);n=document.createElement("a");n.style.display="block";n.setAttribute("href","javascript:void(0);");mxUtils.write(n,mxResources.get("more")+"...");var h=mxUtils.bind(this,function(){mxEvent.removeListener(m,"scroll",u);t(g+1)});mxEvent.addListener(n,"click",h);var q=mxUtils.bind(this,function(){Trello.get("search", -{query:""==mxUtils.trim(d)?"is:open":d,cards_limit:100,cards_page:g-1},mxUtils.bind(this,function(e){this.ui.spinner.stop();e=null!=e?e.cards:null;if(null==e||0==e.length)mxUtils.write(m,mxResources.get("noFiles"));else{1==g&&(m.appendChild(l(mxResources.get("filterCards")+"...",mxUtils.bind(this,function(){var a=new FilenameDialog(this.ui,d,mxResources.get("ok"),mxUtils.bind(this,function(a){null!=a&&(d=a,t())}),mxResources.get("filterCards"),null,null,"http://help.trello.com/article/808-searching-for-cards-all-boards"); -this.ui.showDialog(a.container,300,80,!0,!1);a.init()}))),mxUtils.br(m));for(var f=0;f<e.length;f++)mxUtils.bind(this,function(d){m.appendChild(l(d.name,mxUtils.bind(this,function(){a?(c=d.id,k()):(this.ui.hideDialog(),b(d.id))})))})(e[f]);100==e.length&&(m.appendChild(n),u=function(){m.scrollTop>=m.scrollHeight-m.offsetHeight&&h()},mxEvent.addListener(m,"scroll",u))}}),mxUtils.bind(this,function(a){401==a.status?this.authenticate(q,f,!0):null!=f&&f({message:a.responseText})}))});q()});t()}; -TrelloClient.prototype.isAuthorized=function(){try{return null!=localStorage.trello_token}catch(a){}return!1};TrelloClient.prototype.logout=function(){localStorage.removeItem("trello_token");Trello.deauthorize()};function ChatWindow(a,b,c,d,e,g,h,m){this.editorUi=a;this.doc=m.doc;this.rtModel=m.rt;this.chatHistory=m.chatHistory;this.chatMap=m.chatMap;this.configCollabInfo();c=document.createElement("div");c.id="mainDiv";m=document.createElement("div");m.style.padding="3px";c.appendChild(m);var l=document.createElement("div");l.style.paddingLeft="3px";l.style.paddingRight="15px";a.editor.graph.isEnabled()&&c.appendChild(l);this.chatArea=document.createElement("div");this.chatArea.style.backgroundColor="white"; -this.chatArea.style.overflowX="hidden";this.chatArea.style.overflowY="auto";this.chatArea.style.width="98%";this.chatArea.style.resize="none";m.appendChild(this.chatArea);this.chatLineArea=document.createElement("textarea");this.chatLineArea.style.resize="none";this.chatLineArea.rows=1;this.chatLineArea.onkeydown=mxUtils.bind(this,function(a){13==(a.keyCode||window.event.keyCode)&&""!=this.chatLineArea.value&&this.sendMessage()});this.sendBtn=document.createElement("button");this.sendBtn.style.cssFloat= -"right";this.sendBtn.style.styleFloat="right";mxUtils.write(this.sendBtn,mxResources.get("sendMessage"));mxEvent.addListener(this.sendBtn,"click",mxUtils.bind(this,function(a){""!=this.chatLineArea.value&&this.sendMessage()}));l.appendChild(this.chatLineArea);l.appendChild(this.sendBtn);this.window=new mxWindow(b,c,d,e,g,h,!0,!0);this.window.destroyOnClose=!1;this.window.setMaximizable(!0);this.window.setScrollable(!0);this.window.setResizable(!0);this.window.setClosable(!0);this.window.setVisible(!0); +TrelloClient.prototype.showTrelloDialog=function(a,b){var c=null,d="@me",e=0,g=document.createElement("div");g.style.whiteSpace="nowrap";g.style.overflow="hidden";g.style.height="224px";var h=document.createElement("h3");mxUtils.write(h,a?mxResources.get("selectFile"):mxResources.get("selectCard"));h.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";g.appendChild(h);var l=document.createElement("div");l.style.whiteSpace="nowrap";l.style.overflow="auto";l.style.height= +"194px";g.appendChild(l);g=new CustomDialog(this.ui,g);this.ui.showDialog(g.container,340,270,!0,!0);g.okButton.parentNode.removeChild(g.okButton);var m=mxUtils.bind(this,function(a,b,c){e++;var d=document.createElement("div");d.style="width:100%;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;background:"+(0==e%2?"#eee":"#fff");var g=document.createElement("a");g.setAttribute("href","javascript:void(0);");if(null!=c){var f=document.createElement("img");f.src=c.url;f.width=c.width;f.height= +c.height;f.style="border: 1px solid black;margin:5px;vertical-align:middle";g.appendChild(f)}mxUtils.write(g,a);mxEvent.addListener(g,"click",b);d.appendChild(g);return d}),f=mxUtils.bind(this,function(a){this.ui.handleError(a,null,mxUtils.bind(this,function(){this.ui.spinner.stop();this.ui.hideDialog()}))}),k=mxUtils.bind(this,function(){e=0;l.innerHTML="";this.ui.spinner.spin(l,mxResources.get("loading"));var a=mxUtils.bind(this,function(){Trello.cards.get(c+"/attachments",{fields:"id,name,previews"}, +mxUtils.bind(this,function(a){this.ui.spinner.stop();l.appendChild(m("../ [Up]",mxUtils.bind(this,function(){u()})));mxUtils.br(l);null==a||0==a.length?mxUtils.write(l,mxResources.get("noFiles")):mxUtils.bind(this,function(){for(var d=0;d<a.length;d++)mxUtils.bind(this,function(a){l.appendChild(m(a.name,mxUtils.bind(this,function(){this.ui.hideDialog();b(c+this.SEPARATOR+a.id)}),null!=a.previews?a.previews[0]:null))})(a[d])})()}),mxUtils.bind(this,function(b){401==b.status?this.authenticate(a,f,!0): +null!=f&&f(b)}))});a()}),n=null,t=null,u=mxUtils.bind(this,function(g){null==g&&(e=0,l.innerHTML="",g=1);this.ui.spinner.spin(l,mxResources.get("loading"));null!=n&&null!=n.parentNode&&n.parentNode.removeChild(n);n=document.createElement("a");n.style.display="block";n.setAttribute("href","javascript:void(0);");mxUtils.write(n,mxResources.get("more")+"...");var h=mxUtils.bind(this,function(){mxEvent.removeListener(l,"scroll",t);u(g+1)});mxEvent.addListener(n,"click",h);var p=mxUtils.bind(this,function(){Trello.get("search", +{query:""==mxUtils.trim(d)?"is:open":d,cards_limit:100,cards_page:g-1},mxUtils.bind(this,function(e){this.ui.spinner.stop();e=null!=e?e.cards:null;if(null==e||0==e.length)mxUtils.write(l,mxResources.get("noFiles"));else{1==g&&(l.appendChild(m(mxResources.get("filterCards")+"...",mxUtils.bind(this,function(){var a=new FilenameDialog(this.ui,d,mxResources.get("ok"),mxUtils.bind(this,function(a){null!=a&&(d=a,u())}),mxResources.get("filterCards"),null,null,"http://help.trello.com/article/808-searching-for-cards-all-boards"); +this.ui.showDialog(a.container,300,80,!0,!1);a.init()}))),mxUtils.br(l));for(var f=0;f<e.length;f++)mxUtils.bind(this,function(d){l.appendChild(m(d.name,mxUtils.bind(this,function(){a?(c=d.id,k()):(this.ui.hideDialog(),b(d.id))})))})(e[f]);100==e.length&&(l.appendChild(n),t=function(){l.scrollTop>=l.scrollHeight-l.offsetHeight&&h()},mxEvent.addListener(l,"scroll",t))}}),mxUtils.bind(this,function(a){401==a.status?this.authenticate(p,f,!0):null!=f&&f({message:a.responseText})}))});p()});u()}; +TrelloClient.prototype.isAuthorized=function(){try{return null!=localStorage.trello_token}catch(a){}return!1};TrelloClient.prototype.logout=function(){localStorage.removeItem("trello_token");Trello.deauthorize()};function ChatWindow(a,b,c,d,e,g,h,l){this.editorUi=a;this.doc=l.doc;this.rtModel=l.rt;this.chatHistory=l.chatHistory;this.chatMap=l.chatMap;this.configCollabInfo();c=document.createElement("div");c.id="mainDiv";l=document.createElement("div");l.style.padding="3px";c.appendChild(l);var m=document.createElement("div");m.style.paddingLeft="3px";m.style.paddingRight="15px";a.editor.graph.isEnabled()&&c.appendChild(m);this.chatArea=document.createElement("div");this.chatArea.style.backgroundColor="white"; +this.chatArea.style.overflowX="hidden";this.chatArea.style.overflowY="auto";this.chatArea.style.width="98%";this.chatArea.style.resize="none";l.appendChild(this.chatArea);this.chatLineArea=document.createElement("textarea");this.chatLineArea.style.resize="none";this.chatLineArea.rows=1;this.chatLineArea.onkeydown=mxUtils.bind(this,function(a){13==(a.keyCode||window.event.keyCode)&&""!=this.chatLineArea.value&&this.sendMessage()});this.sendBtn=document.createElement("button");this.sendBtn.style.cssFloat= +"right";this.sendBtn.style.styleFloat="right";mxUtils.write(this.sendBtn,mxResources.get("sendMessage"));mxEvent.addListener(this.sendBtn,"click",mxUtils.bind(this,function(a){""!=this.chatLineArea.value&&this.sendMessage()}));m.appendChild(this.chatLineArea);m.appendChild(this.sendBtn);this.window=new mxWindow(b,c,d,e,g,h,!0,!0);this.window.destroyOnClose=!1;this.window.setMaximizable(!0);this.window.setScrollable(!0);this.window.setResizable(!0);this.window.setClosable(!0);this.window.setVisible(!0); this.handleResize();this.window.addListener(mxEvent.RESIZE,mxUtils.bind(this,this.handleResize));this.window.addListener(mxEvent.MAXIMIZE,mxUtils.bind(this,this.handleResize));this.window.addListener(mxEvent.NORMALIZE,mxUtils.bind(this,this.handleResize));if(null!=this.chatHistory){for(a=Math.max(0,this.chatHistory.length-this.chatHistoryShow);a<this.chatHistory.length;a++)this.updateChatArea(this.chatHistory.get(a));this.chatHistory.addEventListener(gapi.drive.realtime.EventType.VALUES_ADDED,mxUtils.bind(this, function(a){this.updateChatArea(a.target.get(a.index))}))}this.doc.addEventListener(gapi.drive.realtime.EventType.COLLABORATOR_JOINED,mxUtils.bind(this,this.collaboratorListener));this.doc.addEventListener(gapi.drive.realtime.EventType.COLLABORATOR_LEFT,mxUtils.bind(this,this.collaboratorListener));null!=this.chatMap&&this.chatMap.addEventListener(gapi.drive.realtime.EventType.VALUE_CHANGED,mxUtils.bind(this,function(a){this.updateChatArea(a.target.get(a.property))}))} ChatWindow.prototype.window=null;ChatWindow.prototype.doc=null;ChatWindow.prototype.chatHistory=null;ChatWindow.prototype.chatMap=null;ChatWindow.prototype.chatHistoryShow=10;ChatWindow.prototype.chatHistorySize=0;ChatWindow.prototype.setChatMap=function(a){this.chatMap=a}; @@ -7855,7 +7923,7 @@ ChatWindow.prototype.updateChatArea=function(a){a='<span style="color : '+a.coll ChatWindow.prototype.handleResize=function(){var a=this.window.getElement(),b=this.editorUi.editor.graph.isEnabled()?70:40;this.chatArea.style.height=Math.max(0,a.offsetHeight-b)+"px";this.chatLineArea.style.width=a.offsetWidth-this.sendBtn.offsetWidth-40+"px"}; ChatWindow.prototype.collaboratorListener=function(a){if(!a.collaborator.isMe){if(a.type==gapi.drive.realtime.EventType.COLLABORATOR_JOINED)a='<span style="color : '+a.collaborator.color+';">▲</span><i>'+mxResources.get("chatJoined",[a.collaborator.displayName])+"</i>";else if(a.type==gapi.drive.realtime.EventType.COLLABORATOR_LEFT)a='<span style="color : '+a.collaborator.color+';">▼</span><i>'+mxResources.get("chatLeft",[a.collaborator.displayName])+"</i>";else return;this.chatArea.innerHTML= this.chatArea.innerHTML+a+"<br>";this.chatArea.scrollTop=this.chatArea.scrollHeight}};ChatWindow.prototype.configCollabInfo=function(){for(var a=this.doc.getCollaborators(),b=0;b<a.length;b++){var c=a[b];c.isMe&&(this.collabColor=c.color,this.displayName=c.displayName)}};ChatWindow.prototype.destroy=function(){this.window.destroy()};ChatWindow.prototype.htmlEscape=function(a){return a.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")};App=function(a,b,c){EditorUi.call(this,a,b,null!=c?c:"1"==urlParams.lightbox||"min"==uiTheme&&"0"!=urlParams.chrome);mxClient.IS_SVG?mxGraph.prototype.warningImage.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAE7SURBVHjaYvz//z8DJQAggBjwGXDuHMP/tWuD/uPTCxBAOA0AaQRK/f/+XeJ/cbHlf1wGAAQQTgPu3QNLgfHSpZo4DQAIIKwGwGyH4e/fFbG6AiQJEEAs2Ew2NFzH8OOHBMO6dT/A/KCg7wxGRh+wuhQggDBcALMdFIAcHBxgDGJjcwVIIUAAYbhAUXEdVos4OO4DXcGBIQ4QQCguQPY7sgtgAYruCpAgQACx4LJdU1OCwctLEcyWlLwPJF+AXQE0EMUBAAEEdwF6yMOiD4RRY0QT7gqQAEAAseDzu6XldYYPH9DD4joQa8L5AAEENgWb7SBcXa0JDQMBrK4AcQACiAlfyOMCEFdAnAYQQEz4FLa0XGf4/v0H0IIPONUABBAjyBmMjIwMS5cK/L927QORbtBkaG29DtYLEGAAH6f7oq3Zc+kAAAAASUVORK5CYII=": -(new Image).src=mxGraph.prototype.warningImage.src;window.openWindow=mxUtils.bind(this,function(a,b,c){var d=null;try{d=window.open(a)}catch(m){}null==d||void 0===d?this.showDialog((new PopupDialog(this,a,b,c)).container,320,140,!0,!0):null!=b&&b()});this.updateDocumentTitle();this.updateUi();window.showOpenAlert=mxUtils.bind(this,function(a){null!=window.openFile&&window.openFile.cancel(!0);this.handleError(a)});this.editor.chromeless&&!this.editor.editable||this.addFileDropHandler([document]);if(null!= +(new Image).src=mxGraph.prototype.warningImage.src;window.openWindow=mxUtils.bind(this,function(a,b,c){var d=null;try{d=window.open(a)}catch(l){}null==d||void 0===d?this.showDialog((new PopupDialog(this,a,b,c)).container,320,140,!0,!0):null!=b&&b()});this.updateDocumentTitle();this.updateUi();window.showOpenAlert=mxUtils.bind(this,function(a){null!=window.openFile&&window.openFile.cancel(!0);this.handleError(a)});this.editor.chromeless&&!this.editor.editable||this.addFileDropHandler([document]);if(null!= App.DrawPlugins){for(a=0;a<App.DrawPlugins.length;a++)try{App.DrawPlugins[a](this)}catch(d){null!=window.console&&console.log("Plugin Error:",d,App.DrawPlugins[a])}window.Draw.loadPlugin=mxUtils.bind(this,function(a){a(this)})}this.load()};App.ERROR_TIMEOUT="timeout";App.ERROR_BUSY="busy";App.ERROR_UNKNOWN="unknown";App.MODE_GOOGLE="google";App.MODE_DROPBOX="dropbox";App.MODE_ONEDRIVE="onedrive";App.MODE_GITHUB="github";App.MODE_DEVICE="device";App.MODE_BROWSER="browser";App.MODE_TRELLO="trello"; App.DROPBOX_APPKEY="libwls2fa9szdji";App.DROPBOX_URL="js/dropbox/Dropbox-sdk.min.js";App.DROPINS_URL="https://www.dropbox.com/static/api/2/dropins.js";App.ONEDRIVE_URL="https://js.live.net/v7.2/OneDrive.js";App.TRELLO_URL="https://api.trello.com/1/client.js";App.TRELLO_JQUERY_URL="https://code.jquery.com/jquery-1.7.1.min.js";App.FOOTER_PLUGIN_URL="https://www.jgraph.com/drawio-footer.js"; App.pluginRegistry={"4xAKTrabTpTzahoLthkwPNUn":"/plugins/explore.js",ex:"/plugins/explore.js",p1:"/plugins/p1.js",ac:"/plugins/connect.js",acj:"/plugins/connectJira.js",ac148:"/plugins/cConf-1-4-8.js",voice:"/plugins/voice.js",tips:"/plugins/tooltips.js",svgdata:"/plugins/svgdata.js",doors:"/plugins/doors.js",electron:"plugins/electron.js",number:"/plugins/number.js",sql:"/plugins/sql.js",props:"/plugins/props.js",text:"/plugins/text.js",anim:"/plugins/animation.js",update:"/plugins/update.js",trees:"/plugins/trees/trees.js", @@ -7869,11 +7937,11 @@ App.main=function(a,b){function c(d){mxUtils.getAll("1"!=urlParams.dev?[d]:[d,"d null!=window.DrawDropboxClientCallback&&("1"!=urlParams.embed&&"0"!=urlParams.db||"1"==urlParams.embed&&"1"==urlParams.db)&&isSvgBrowser&&(null==document.documentMode||9<document.documentMode))mxscript(App.DROPBOX_URL,function(){mxscript(App.DROPINS_URL,function(){DrawDropboxClientCallback()},"dropboxjs",App.DROPBOX_APPKEY)});else if("undefined"===typeof window.Dropbox||"undefined"===typeof window.Dropbox.choose)window.DropboxClient=null;"function"===typeof window.OneDriveClient&&"undefined"===typeof OneDrive&& null!=window.DrawOneDriveClientCallback&&("1"!=urlParams.embed&&"0"!=urlParams.od||"1"==urlParams.embed&&"1"==urlParams.od)&&(0>navigator.userAgent.indexOf("MSIE")||10<=document.documentMode)?mxscript(App.ONEDRIVE_URL,window.DrawOneDriveClientCallback):"undefined"===typeof window.OneDrive&&(window.OneDriveClient=null);"function"===typeof window.TrelloClient&&"undefined"===typeof window.Trello&&null!=window.DrawTrelloClientCallback&&("1"!=urlParams.embed&&"0"!=urlParams.tr||"1"==urlParams.embed&&"1"== urlParams.tr)&&(0>navigator.userAgent.indexOf("MSIE")||10<=document.documentMode)?mxscript(App.TRELLO_JQUERY_URL,function(){mxscript(App.TRELLO_URL,function(){DrawTrelloClientCallback()})}):"undefined"===typeof window.Trello&&(window.TrelloClient=null)}null!=a&&a(c);"0"!=urlParams.chrome&&"1"==urlParams.test&&(mxLog.show(),mxLog.debug("Started in "+((new Date).getTime()-t0.getTime())+"ms"),mxLog.debug("Export:",EXPORT_URL),mxLog.debug("Development mode:","1"==urlParams.dev?"active":"inactive"),mxLog.debug("Test mode:", -"1"==urlParams.test?"active":"inactive"))},function(a){document.getElementById("geStatus").innerHTML='Error loading page. <a href="javascript:void(0);">Please try refreshing.</a>';document.getElementById("geStatus").getElementsByTagName("a")[0].onclick=function(){mxLanguage="en";c(mxResources.getDefaultBundle(RESOURCE_BASE,mxLanguage)||mxResources.getSpecialBundle(RESOURCE_BASE,mxLanguage))}})}var d=null;EditorUi.enableLogging&&(window.onerror=function(a,b,c,e,f){try{if(a!=d&&(null==a||null==b||-1== -a.indexOf("Script error")&&-1==a.indexOf("extension"))&&null!=a&&0>a.indexOf("DocumentClosedError")){d=a;var g=new Image,h=0<=a.indexOf("NetworkError")||0<=a.indexOf("SecurityError")||0<=a.indexOf("NS_ERROR_FAILURE")||0<=a.indexOf("out of memory")?"CONFIG":"SEVERE";g.src=(null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"")+"/log?severity="+h+"&v="+encodeURIComponent(EditorUi.VERSION)+"&msg=clientError:"+encodeURIComponent(a)+":url:"+encodeURIComponent(window.location.href)+":lnum:"+encodeURIComponent(c)+ -(null!=e?":colno:"+encodeURIComponent(e):"")+(null!=f&&null!=f.stack?"&stack="+encodeURIComponent(f.stack):"")}}catch(z){}});if(null!=window.location.hash&&"#C"==window.location.hash.substring(0,2))try{var e=JSON.parse(decodeURIComponent(window.location.hash.substring(2)));Editor.configure(e,!0);window.location.hash=null!=e.open?e.open:""}catch(k){console.log(k)}if(null!=window.mxscript){if("1"==urlParams.offline||"1"==urlParams.appcache)mxscript("js/shapes.min.js"),mxscript("js/stencils.min.js"), -mxscript("js/extensions.min.js"),e=document.createElement("iframe"),e.setAttribute("width","0"),e.setAttribute("height","0"),e.setAttribute("src","offline.html"),document.body.appendChild(e);if("0"!=urlParams.plugins&&"1"!=urlParams.offline){var e=mxSettings.getPlugins(),g={},h=urlParams.p;App.initPluginCallback();if(null!=h){var m="";"1"==urlParams.drawdev&&(m=document.location.protocol+"//drawhost.jgraph.com/");for(var l=h.split(";"),h=0;h<l.length;h++){var f=App.pluginRegistry[l[h]];null!=f&&null== -g[f]?(g[f]=!0,mxscript(m+f)):null!=window.console&&console.log("Unknown plugin:",l[h])}}else"0"==urlParams.chrome||EditorUi.isElectronApp||mxscript(App.FOOTER_PLUGIN_URL,null,null,null,mxClient.IS_SVG);if(null!=e&&0<e.length&&"0"!=urlParams.plugins){m=window.location.protocol+"//"+window.location.host;l=!0;for(h=0;h<e.length&&l;h++)"/"!=e[h].charAt(0)&&e[h].substring(0,m.length)!=m&&(l=!1);if(l||mxUtils.confirm(mxResources.replacePlaceholders("The page has requested to load the following plugin(s):\n \n {1}\n \n Would you like to load these plugin(s) now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of doing so.\n", +"1"==urlParams.test?"active":"inactive"))},function(a){document.getElementById("geStatus").innerHTML='Error loading page. <a href="javascript:void(0);">Please try refreshing.</a>';document.getElementById("geStatus").getElementsByTagName("a")[0].onclick=function(){mxLanguage="en";c(mxResources.getDefaultBundle(RESOURCE_BASE,mxLanguage)||mxResources.getSpecialBundle(RESOURCE_BASE,mxLanguage))}})}var d=null;EditorUi.enableLogging&&(window.onerror=function(a,b,c,e,g){try{if(a!=d&&(null==a||null==b||-1== +a.indexOf("Script error")&&-1==a.indexOf("extension"))&&null!=a&&0>a.indexOf("DocumentClosedError")){d=a;var f=new Image,h=0<=a.indexOf("NetworkError")||0<=a.indexOf("SecurityError")||0<=a.indexOf("NS_ERROR_FAILURE")||0<=a.indexOf("out of memory")?"CONFIG":"SEVERE";f.src=(null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"")+"/log?severity="+h+"&v="+encodeURIComponent(EditorUi.VERSION)+"&msg=clientError:"+encodeURIComponent(a)+":url:"+encodeURIComponent(window.location.href)+":lnum:"+encodeURIComponent(c)+ +(null!=e?":colno:"+encodeURIComponent(e):"")+(null!=g&&null!=g.stack?"&stack="+encodeURIComponent(g.stack):"")}}catch(x){}});if(null!=window.location.hash&&"#C"==window.location.hash.substring(0,2))try{var e=JSON.parse(decodeURIComponent(window.location.hash.substring(2)));Editor.configure(e,!0);window.location.hash=null!=e.open?e.open:""}catch(k){console.log(k)}if(null!=window.mxscript){if("1"==urlParams.offline||"1"==urlParams.appcache)mxscript("js/shapes.min.js"),mxscript("js/stencils.min.js"), +mxscript("js/extensions.min.js"),e=document.createElement("iframe"),e.setAttribute("width","0"),e.setAttribute("height","0"),e.setAttribute("src","offline.html"),document.body.appendChild(e);if("0"!=urlParams.plugins&&"1"!=urlParams.offline){var e=mxSettings.getPlugins(),g={},h=urlParams.p;App.initPluginCallback();if(null!=h){var l="";"1"==urlParams.drawdev&&(l=document.location.protocol+"//drawhost.jgraph.com/");for(var m=h.split(";"),h=0;h<m.length;h++){var f=App.pluginRegistry[m[h]];null!=f&&null== +g[f]?(g[f]=!0,mxscript(l+f)):null!=window.console&&console.log("Unknown plugin:",m[h])}}else"0"==urlParams.chrome||EditorUi.isElectronApp||mxscript(App.FOOTER_PLUGIN_URL,null,null,null,mxClient.IS_SVG);if(null!=e&&0<e.length&&"0"!=urlParams.plugins){l=window.location.protocol+"//"+window.location.host;m=!0;for(h=0;h<e.length&&m;h++)"/"!=e[h].charAt(0)&&e[h].substring(0,l.length)!=l&&(m=!1);if(m||mxUtils.confirm(mxResources.replacePlaceholders("The page has requested to load the following plugin(s):\n \n {1}\n \n Would you like to load these plugin(s) now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of doing so.\n", [e.join("\n")]).replace(/\\n/g,"\n")))for(h=0;h<e.length;h++)try{null==g[e[h]]&&(g[f]=!0,mxscript(e[h]))}catch(k){}}}"function"===typeof window.DriveClient&&"undefined"===typeof gapi&&("1"!=urlParams.embed&&"0"!=urlParams.gapi||"1"==urlParams.embed&&"1"==urlParams.gapi)&&isSvgBrowser&&isLocalStorage&&(null==document.documentMode||10<=document.documentMode)?mxscript("https://apis.google.com/js/api.js?onload=DrawGapiClientCallback",null,null,null,mxClient.IS_SVG):"undefined"===typeof window.gapi&&(window.DriveClient= null)}"0"!=urlParams.math&&Editor.initMath();mxResources.loadDefaultBundle=!1;c(mxResources.getDefaultBundle(RESOURCE_BASE,mxLanguage)||mxResources.getSpecialBundle(RESOURCE_BASE,mxLanguage))};mxUtils.extend(App,EditorUi);App.prototype.defaultUserPicture="https://lh3.googleusercontent.com/-HIzvXUy6QUY/AAAAAAAAAAI/AAAAAAAAAAA/giuR7PQyjEk/photo.jpg?sz=30";App.prototype.shareImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowOTgwMTE3NDA3MjA2ODExODhDNkFGMDBEQkQ0RTgwOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjU2NzdEMTcwRDIxMUUxQjc0MDkxRDhCNUQzOEFGRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjU2NzdEMDcwRDIxMUUxQjc0MDkxRDhCNUQzOEFGRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNjgwMTE3NDA3MjA2ODExODcxRkM4MUY1OTFDMjQ5OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNzgwMTE3NDA3MjA2ODExODhDNkFGMDBEQkQ0RTgwOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrM/fs0AAADgSURBVHjaYmDAA/7//88MwgzkAKDGFiD+BsQ/QWxSNaf9RwN37twpI8WAS+gGfP78+RpQSoRYA36iG/D379+vQClNdLVMOMz4gi7w79+/n0CKg1gD9qELvH379hzIHGK9oA508ieY8//8+fO5rq4uFCilRKwL1JmYmNhhHEZGRiZ+fn6Q2meEbDYG4u3/cYCfP38uA7kOm0ZOIJ7zn0jw48ePPiDFhmzArv8kgi9fvuwB+w5qwH9ykjswbFSZyM4sEMDPBDTlL5BxkFSd7969OwZ2BZKYGhDzkmjOJ4AAAwBhpRqGnEFb8QAAAABJRU5ErkJggg=="; App.prototype.chevronUpImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDg2NEE3NUY1MUVBMTFFM0I3MUVEMTc0N0YyOUI4QzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDg2NEE3NjA1MUVBMTFFM0I3MUVEMTc0N0YyOUI4QzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0ODY0QTc1RDUxRUExMUUzQjcxRUQxNzQ3RjI5QjhDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0ODY0QTc1RTUxRUExMUUzQjcxRUQxNzQ3RjI5QjhDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg+qUokAAAAMUExURQAAANnZ2b+/v////5bgre4AAAAEdFJOU////wBAKqn0AAAAL0lEQVR42mJgRgMMRAswMKAKMDDARBjg8lARBoR6KImkH0wTbygT6YaS4DmAAAMAYPkClOEDDD0AAAAASUVORK5CYII=": @@ -7895,7 +7963,7 @@ null!=this.menubar&&(this.buttonContainer=document.createElement("div"),this.but IMAGE_PATH+"/logo-flat-small.png"),this.icon.setAttribute("title",mxResources.get("draw.io")),this.icon.style.paddingTop="11px",this.icon.style.marginLeft="4px",this.icon.style.marginRight="6px",mxClient.IS_QUIRKS&&(this.icon.style.marginTop="12px"),this.menubar.container.insertBefore(this.icon,this.menubar.container.firstChild))}; App.prototype.isDriveDomain=function(){return"0"!=urlParams.drive&&("test.draw.io"==window.location.hostname||"cdn.draw.io"==window.location.hostname||"www.draw.io"==window.location.hostname||"drive.draw.io"==window.location.hostname||"jgraph.github.io"==window.location.hostname)};App.prototype.isLegacyDriveDomain=function(){return 0==urlParams.drive||"legacy.draw.io"==window.location.hostname}; App.prototype.checkLicense=function(){var a=this.drive.getUser(),b=("1"==urlParams.dev?urlParams.lic:null)||(null!=a?a.email:null);if(!this.isOffline()&&!this.editor.chromeless&&null!=b){var c=b.lastIndexOf("@"),d=b;0<=c&&(d=b.substring(c+1),b=this.crc32(b.substring(0,c))+"@"+d);mxUtils.post("/license","domain="+encodeURIComponent(d)+"&email="+encodeURIComponent(b)+"&ds="+encodeURIComponent(a.displayName)+"&lc="+encodeURIComponent(a.locale)+"&ts="+(new Date).getTime(),mxUtils.bind(this,function(a){try{if(200<= -a.getStatus()&&299>=a.getStatus()){var b=a.getText();if(0<b.length){var c=JSON.parse(b);null!=c&&this.handleLicense(c,d)}}}catch(m){}}))}}; +a.getStatus()&&299>=a.getStatus()){var b=a.getText();if(0<b.length){var c=JSON.parse(b);null!=c&&this.handleLicense(c,d)}}}catch(l){}}))}}; App.prototype.handleLicense=function(a,b){var c=document.getElementById("geFooter"),d=null;if(null!=c&&null!=a)if(d=a.expiry,null!=a.footer)c.innerHTML=decodeURIComponent(a.footer);else if(this.hideFooter(),null!=d&&"never"!=d){var e=new Date(Date.parse(d)),g=Math.round((e-Date.now())/864E5);if(90>g){var h="https://support.draw.io/display/DKB/draw.io+footer+state+that+license+is+expiring+on+Google+For+Work+account?domain="+encodeURIComponent(b);c.style.height="100%";c.style.margin="0px";c.style.display= "";0>g?(this.footerHeight=80,c.innerHTML='<table height="100%"><tr><td valign="middle" align="center" class="geStatusAlert geBlink"><a href="'+h+'" style="padding-top:16px;" target="_blank"><img border="0" src="'+mxGraph.prototype.warningImage.src+'" align="top" style="margin-right:6px">'+mxResources.get("licenseHasExpired",[b,e.toLocaleDateString()])+"</a></td></tr></table>"):(this.footerHeight=46,c.innerHTML='<table height="100%"><tr><td valign="middle" align="center" class="geStatusAlert"><a href="'+ h+'" target="_blank"><img border="0" src="'+mxGraph.prototype.warningImage.src+'" align="top" style="margin-right:6px">'+mxResources.get("licenseWillExpire",[b,e.toLocaleDateString()])+"</a></td></tr></table>");this.refresh()}}return d};App.prototype.getEditBlankXml=function(){var a=this.getCurrentFile();return null!=a&&this.editor.isChromelessView()&&this.editor.graph.isLightboxView()&&null==a.realtime?a.getData():this.getFileData(!0)}; @@ -7905,9 +7973,9 @@ App.prototype.resetRecent=function(a){if(isLocalStorage&&null!=localStorage)try{ App.prototype.onBeforeUnload=function(){if("1"==urlParams.embed&&this.editor.modified)return mxResources.get("allChangesLost");var a=this.getCurrentFile();if(null!=a)if(a.constructor!=LocalFile||""!=a.getHash()||a.isModified()||"1"==urlParams.nowarn||this.isDiagramEmpty()||null!=urlParams.url||this.editor.isChromelessView()){if((a.constructor!=DriveFile||null==a.realtime||a.realtime.saving)&&a.isModified())return mxResources.get("allChangesLost");a.close(!0)}else return mxResources.get("ensureDataSaved")}; App.prototype.updateDocumentTitle=function(){if(!this.editor.graph.isLightboxView()){var a=this.editor.appName,b=this.getCurrentFile();this.isOfflineApp()&&(a+=" app");null!=b&&(a=(null!=b.getTitle()?b.getTitle():this.defaultFilename)+" - "+a);document.title=a}};App.prototype.createCrcTable=function(){for(var a=[],b,c=0;256>c;c++){b=c;for(var d=0;8>d;d++)b=b&1?3988292384^b>>>1:b>>>1;a[c]=b}return a}; App.prototype.getThumbnail=function(a,b){var c=!1;try{null==this.thumbImageCache&&(this.thumbImageCache={});var d=this.editor.graph;if(null!=this.pages&&this.currentPage!=this.pages[0]){var d=this.createTemporaryGraph(d.getStylesheet()),e=d.getGlobalVariable,g=this.pages[0];d.getGlobalVariable=function(a){return"page"==a?g.getName():"pagenumber"==a?1:e.apply(this,arguments)};document.body.appendChild(d.container);d.model.setRoot(g.root)}if(mxClient.IS_CHROMEAPP||!d.mathEnabled&&this.useCanvasForExport)this.exportToCanvas(mxUtils.bind(this, -function(a){d!=this.editor.graph&&d.container.parentNode.removeChild(d.container);b(a)}),a,this.thumbImageCache,"#ffffff",function(){b()},null,null,null,null,null,null,d),c=!0;else if(this.canvasSupported&&null!=this.getCurrentFile()){var h=document.createElement("canvas"),m=d.getGraphBounds(),l=a/m.width,l=Math.min(1,Math.min(3*a/(4*m.height),l)),f=Math.floor(m.x),k=Math.floor(m.y);h.setAttribute("width",Math.ceil(l*(m.width+4)));h.setAttribute("height",Math.ceil(l*(m.height+4)));var n=h.getContext("2d"); -n.scale(l,l);n.translate(-f,-k);var u=d.background;if(null==u||""==u||u==mxConstants.NONE)u="#ffffff";n.save();n.fillStyle=u;n.fillRect(f,k,Math.ceil(m.width+4),Math.ceil(m.height+4));n.restore();var t=new mxJsCanvas(h),q=new mxAsyncCanvas(this.thumbImageCache);t.images=this.thumbImageCache.images;var v=new mxImageExport;v.drawShape=function(a,b){a.shape instanceof mxShape&&a.shape.checkBounds()&&(b.save(),b.translate(.5,.5),a.shape.paint(b),b.translate(-.5,-.5),b.restore())};v.drawText=function(a, -b){};v.drawState(d.getView().getState(d.model.root),q);q.finish(mxUtils.bind(this,function(){v.drawState(d.getView().getState(d.model.root),t);d!=this.editor.graph&&d.container.parentNode.removeChild(d.container);b(h)}));c=!0}}catch(x){d!=this.editor.graph&&d.container.parentNode.removeChild(d.container)}return c}; +function(a){d!=this.editor.graph&&d.container.parentNode.removeChild(d.container);b(a)}),a,this.thumbImageCache,"#ffffff",function(){b()},null,null,null,null,null,null,d),c=!0;else if(this.canvasSupported&&null!=this.getCurrentFile()){var h=document.createElement("canvas"),l=d.getGraphBounds(),m=a/l.width,m=Math.min(1,Math.min(3*a/(4*l.height),m)),f=Math.floor(l.x),k=Math.floor(l.y);h.setAttribute("width",Math.ceil(m*(l.width+4)));h.setAttribute("height",Math.ceil(m*(l.height+4)));var n=h.getContext("2d"); +n.scale(m,m);n.translate(-f,-k);var t=d.background;if(null==t||""==t||t==mxConstants.NONE)t="#ffffff";n.save();n.fillStyle=t;n.fillRect(f,k,Math.ceil(l.width+4),Math.ceil(l.height+4));n.restore();var u=new mxJsCanvas(h),p=new mxAsyncCanvas(this.thumbImageCache);u.images=this.thumbImageCache.images;var v=new mxImageExport;v.drawShape=function(a,b){a.shape instanceof mxShape&&a.shape.checkBounds()&&(b.save(),b.translate(.5,.5),a.shape.paint(b),b.translate(-.5,-.5),b.restore())};v.drawText=function(a, +b){};v.drawState(d.getView().getState(d.model.root),p);p.finish(mxUtils.bind(this,function(){v.drawState(d.getView().getState(d.model.root),u);d!=this.editor.graph&&d.container.parentNode.removeChild(d.container);b(h)}));c=!0}}catch(w){d!=this.editor.graph&&d.container.parentNode.removeChild(d.container)}return c}; App.prototype.createBackground=function(){var a=this.createDiv("background");a.style.position="absolute";a.style.background="white";a.style.left="0px";a.style.top="0px";a.style.bottom="0px";a.style.right="0px";mxUtils.setOpacity(a,100);mxClient.IS_QUIRKS&&new mxDivResizer(a);return a}; (function(){var a=EditorUi.prototype.setMode;App.prototype.setMode=function(b,c){a.apply(this,arguments);null!=this.mode&&(Editor.useLocalStorage=this.mode==App.MODE_BROWSER);if(c)if(isLocalStorage)localStorage.setItem(".mode",b);else if("undefined"!=typeof Storage){var d=new Date;d.setYear(d.getFullYear()+1);document.cookie="MODE="+b+"; expires="+d.toUTCString()}null!=this.appIcon&&(d=this.getCurrentFile(),b=null!=d?d.getMode():null,b==App.MODE_GOOGLE?(this.appIcon.setAttribute("title",mxResources.get("openIt", [mxResources.get("googleDrive")])),this.appIcon.style.cursor="pointer"):b==App.MODE_DROPBOX?(this.appIcon.setAttribute("title",mxResources.get("openIt",[mxResources.get("dropbox")])),this.appIcon.style.cursor="pointer"):b==App.MODE_ONEDRIVE?(this.appIcon.setAttribute("title",mxResources.get("openIt",[mxResources.get("oneDrive")])),this.appIcon.style.cursor="pointer"):(this.appIcon.removeAttribute("title"),this.appIcon.style.cursor="default"))}})(); @@ -7920,15 +7988,15 @@ App.prototype.load=function(){if("1"!=urlParams.embed){if(this.spinner.spin(docu "G"+urlParams.fileId,window.location.search=this.getSearch(["fileId"])):null==this.drive?(this.mode==App.MODE_GOOGLE&&(this.mode=null),this.start()):this.loadGapi(mxUtils.bind(this,function(){this.start()}))}}else this.restoreLibraries(),"1"==urlParams.gapi&&this.loadGapi(function(){})}; App.prototype.showAlert=function(a){if(null!=a&&0<a.length){var b=document.createElement("div");b.className="geAlert";b.style.zIndex=2E9;b.style.left="50%";b.style.top="-100%";mxUtils.setPrefixedStyle(b.style,"transform","translate(-50%,0%)");mxUtils.setPrefixedStyle(b.style,"transition","all 1s ease");b.innerHTML=a;a=document.createElement("a");a.className="geAlertLink";a.style.textAlign="right";a.style.marginTop="20px";a.style.display="block";a.setAttribute("href","javascript:void(0);");a.setAttribute("title", mxResources.get("close"));a.innerHTML=mxResources.get("close");b.appendChild(a);mxEvent.addListener(a,"click",function(a){null!=b.parentNode&&(b.parentNode.removeChild(b),mxEvent.consume(a))});document.body.appendChild(b);window.setTimeout(function(){b.style.top="30px"},10);window.setTimeout(function(){mxUtils.setPrefixedStyle(b.style,"transition","all 2s ease");b.style.opacity="0";window.setTimeout(function(){null!=b.parentNode&&b.parentNode.removeChild(b)},2E3)},15E3)}}; -App.prototype.start=function(){this.bg.parentNode.removeChild(this.bg);this.restoreLibraries();this.spinner.stop();try{if("1"!=urlParams.client&&"1"!=urlParams.embed&&mxEvent.addListener(window,"hashchange",mxUtils.bind(this,function(a){try{var b=this.getDiagramId(),c=this.getCurrentFile();null!=c&&c.getHash()==b||this.loadFile(b,!0)}catch(m){null!=document.body&&this.handleError(m,mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){var a=this.getCurrentFile();window.location.hash=null!= +App.prototype.start=function(){this.bg.parentNode.removeChild(this.bg);this.restoreLibraries();this.spinner.stop();try{if("1"!=urlParams.client&&"1"!=urlParams.embed&&mxEvent.addListener(window,"hashchange",mxUtils.bind(this,function(a){try{var b=this.getDiagramId(),c=this.getCurrentFile();null!=c&&c.getHash()==b||this.loadFile(b,!0)}catch(l){null!=document.body&&this.handleError(l,mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){var a=this.getCurrentFile();window.location.hash=null!= a?a.getHash():""}))}})),(null==window.location.hash||1>=window.location.hash.length)&&null!=urlParams.url)this.loadFile("U"+urlParams.url,!0);else if(null==this.getCurrentFile()){var a=mxUtils.bind(this,function(){if("1"==urlParams.client&&(null==window.location.hash||0==window.location.hash.length||"#P"==window.location.hash.substring(0,2))){var a=mxUtils.bind(this,function(a){"data:image/png;base64,"==a.substring(0,22)&&(a=this.extractGraphModelFromPng(a));var b=urlParams.title,b=null!=b?decodeURIComponent(b): this.defaultFilename;a=new LocalFile(this,a,b,!0);null!=window.location.hash&&"#P"==window.location.hash.substring(0,2)&&(a.getHash=function(){return window.location.hash.substring(1)});this.fileLoaded(a);this.getCurrentFile().setModified(!this.editor.chromeless)}),b=window.opener||window.parent;if(b!=window){var c=urlParams.create;null!=c?a(b[decodeURIComponent(c)]):(c=urlParams.data,null!=c?a(decodeURIComponent(c)):this.installMessageHandler(mxUtils.bind(this,function(c,d){d.source==b&&a(c)})))}}else if(null== -this.dialog)if("1"==urlParams.demo)c=Editor.useLocalStorage,this.createFile(this.defaultFilename,null,null,null,null,null,null,!0),Editor.useLocalStorage=c;else{c=!1;try{c=null!=window.opener&&null!=window.opener.openFile}catch(f){}if(c)this.spinner.spin(document.body,mxResources.get("loading"));else if(c=this.getDiagramId(),"0"!=urlParams.splash||null!=c&&0!=c.length)this.loadFile(c);else if(!mxClient.IS_CHROMEAPP){var d=this.getDraft(),l=null!=d?d.data:this.getFileData(),c=Editor.useLocalStorage; -this.createFile(this.defaultFilename,l,null,null,null,null,null,!0);Editor.useLocalStorage=c;null!=d&&(c=this.getCurrentFile(),null!=c&&c.addUnsavedStatus())}}});null!=this.drive&&this.defineCustomObjects();var b=decodeURIComponent(urlParams.create||"");if((null==window.location.hash||1>=window.location.hash.length)&&null!=b&&0<b.length&&this.spinner.spin(document.body,mxResources.get("loading"))){var c=mxUtils.bind(this,function(){this.spinner.spin(document.body,mxResources.get("reconnecting"))&& +this.dialog)if("1"==urlParams.demo)c=Editor.useLocalStorage,this.createFile(this.defaultFilename,null,null,null,null,null,null,!0),Editor.useLocalStorage=c;else{c=!1;try{c=null!=window.opener&&null!=window.opener.openFile}catch(f){}if(c)this.spinner.spin(document.body,mxResources.get("loading"));else if(c=this.getDiagramId(),"0"!=urlParams.splash||null!=c&&0!=c.length)this.loadFile(c);else if(!mxClient.IS_CHROMEAPP){var d=this.getDraft(),m=null!=d?d.data:this.getFileData(),c=Editor.useLocalStorage; +this.createFile(this.defaultFilename,m,null,null,null,null,null,!0);Editor.useLocalStorage=c;null!=d&&(c=this.getCurrentFile(),null!=c&&c.addUnsavedStatus())}}});null!=this.drive&&this.defineCustomObjects();var b=decodeURIComponent(urlParams.create||"");if((null==window.location.hash||1>=window.location.hash.length)&&null!=b&&0<b.length&&this.spinner.spin(document.body,mxResources.get("loading"))){var c=mxUtils.bind(this,function(){this.spinner.spin(document.body,mxResources.get("reconnecting"))&& (window.location.search=this.getSearch(["create","title"]))}),d=mxUtils.bind(this,function(a){this.spinner.stop();if("0"!=urlParams.splash){this.fileLoaded(new LocalFile(this,a,null));this.editor.graph.setEnabled(!1);this.mode=urlParams.mode;var b=urlParams.title,b=null!=b?decodeURIComponent(b):this.defaultFilename;a=this.getServiceCount(!0);var c=4>=a?4:3,b=new CreateDialog(this,b,mxUtils.bind(this,function(a,b){if(null==b){this.hideDialog();var c=Editor.useLocalStorage;this.createFile(0<a.length? -a:this.defaultFilename,this.getFileData(),null,null,null,null,null,!0);Editor.useLocalStorage=c}else this.createFile(a,this.getFileData(!0),null,b)}),null,null,null,null,"1"==urlParams.browser,null,null,!0,c);this.showDialog(b.container,380,a>c?390:270,!0,!1,mxUtils.bind(this,function(a){a&&null==this.getCurrentFile()&&this.showSplash()}));b.init()}}),b=decodeURIComponent(b);if("http://"!=b.substring(0,7)&&"https://"!=b.substring(0,8))try{null!=window.opener&&null!=window.opener[b]?d(window.opener[b]): -this.handleError(null,mxResources.get("errorLoadingFile"))}catch(e){this.handleError(e,mxResources.get("errorLoadingFile"))}else this.loadTemplate(b,function(a){d(a)},mxUtils.bind(this,function(){this.handleError(null,mxResources.get("errorLoadingFile"),c)}))}else(null==window.location.hash||1>=window.location.hash.length)&&null!=urlParams.state&&null!=this.stateArg&&"open"==this.stateArg.action&&null!=this.stateArg.ids&&(window.location.hash="G"+this.stateArg.ids[0]),(null==window.location.hash|| -1>=window.location.hash.length)&&null!=this.drive&&null!=this.stateArg&&"create"==this.stateArg.action?(this.setMode(App.MODE_GOOGLE),this.actions.get("new").funct()):a()}}catch(e){this.handleError(e)}}; +a:this.defaultFilename,this.getFileData(),null,null,null,!0,null,!0);Editor.useLocalStorage=c}else this.pickFolder(b,mxUtils.bind(this,function(c){this.createFile(a,this.getFileData(!0),null,b,null,!0,c)}))}),null,null,null,null,"1"==urlParams.browser,null,null,!0,c);this.showDialog(b.container,380,a>c?390:270,!0,!1,mxUtils.bind(this,function(a){a&&null==this.getCurrentFile()&&this.showSplash()}));b.init()}}),b=decodeURIComponent(b);if("http://"!=b.substring(0,7)&&"https://"!=b.substring(0,8))try{null!= +window.opener&&null!=window.opener[b]?d(window.opener[b]):this.handleError(null,mxResources.get("errorLoadingFile"))}catch(e){this.handleError(e,mxResources.get("errorLoadingFile"))}else this.loadTemplate(b,function(a){d(a)},mxUtils.bind(this,function(){this.handleError(null,mxResources.get("errorLoadingFile"),c)}))}else(null==window.location.hash||1>=window.location.hash.length)&&null!=urlParams.state&&null!=this.stateArg&&"open"==this.stateArg.action&&null!=this.stateArg.ids&&(window.location.hash= +"G"+this.stateArg.ids[0]),(null==window.location.hash||1>=window.location.hash.length)&&null!=this.drive&&null!=this.stateArg&&"create"==this.stateArg.action?(this.setMode(App.MODE_GOOGLE),this.actions.get("new").funct()):a()}}catch(e){this.handleError(e)}}; App.prototype.showSplash=function(a){var b=this.getServiceCount(!0,!0),c=mxUtils.bind(this,function(){var a=new SplashDialog(this);this.showDialog(a.container,340,2>b||mxClient.IS_CHROMEAPP||EditorUi.isElectronApp?200:260,!0,!0,mxUtils.bind(this,function(a){a&&!mxClient.IS_CHROMEAPP&&(a=Editor.useLocalStorage,this.createFile(this.defaultFilename,null,null,null,null,null,null,"1"!=urlParams.local),Editor.useLocalStorage=a)}),!0)});if(this.editor.isChromelessView())this.handleError({message:mxResources.get("noFileSelected")}, mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){this.showSplash()}));else if(mxClient.IS_CHROMEAPP||null!=this.mode&&!a)null==urlParams.create&&c();else{a=4==b?2:3;var d=new StorageDialog(this,mxUtils.bind(this,function(){this.hideDialog();c()}),a);this.showDialog(d.container,3>a?260:300,4<=b?420:300,!0,!1);d.init()}}; App.prototype.addLanguageMenu=function(a,b){var c=null;if((!this.isOfflineApp()||mxClient.IS_CHROMEAPP)&&null!=this.menus.get("language")){c=document.createElement("div");c.setAttribute("title",mxResources.get("language"));c.className="geIcon geSprite geSprite-globe";c.style.position="absolute";c.style.cursor="pointer";c.style.bottom="20px";c.style.right="20px";if(b){c.style.direction="rtl";c.style.textAlign="right";c.style.right="24px";var d=document.createElement("span");d.style.display="inline-block"; @@ -7941,43 +8009,42 @@ App.prototype.pickFile=function(a){a=null!=a?a:this.mode;if(a==App.MODE_GOOGLE)n "change",mxUtils.bind(this,function(){null!=c.files&&this.openFiles(c.files)}));c.click()}else{this.hideDialog();window.openNew=null!=this.getCurrentFile()&&!this.isDiagramEmpty();window.baseUrl=this.getUrl();window.openKey="open";var d=Editor.useLocalStorage;Editor.useLocalStorage=a==App.MODE_BROWSER;this.openFile();window.openFile.setConsumer(mxUtils.bind(this,function(b,c){this.useCanvasForExport||".png"!=c.substring(c.length-4)||(c=c.substring(0,c.length-4)+".xml");this.fileLoaded(a==App.MODE_BROWSER? new StorageFile(this,b,c):new LocalFile(this,b,c))}));var e=this.dialog,g=e.close;this.dialog.close=mxUtils.bind(this,function(a){Editor.useLocalStorage=d;g.apply(e,arguments);null==this.getCurrentFile()&&this.showSplash()})}}}; App.prototype.pickLibrary=function(a){a=null!=a?a:this.mode;if(a==App.MODE_GOOGLE||a==App.MODE_DROPBOX||a==App.MODE_ONEDRIVE||a==App.MODE_GITHUB||a==App.MODE_TRELLO){var b=a==App.MODE_GOOGLE?this.drive:a==App.MODE_ONEDRIVE?this.oneDrive:a==App.MODE_GITHUB?this.gitHub:a==App.MODE_TRELLO?this.trello:this.dropbox;null!=b&&b.pickLibrary(mxUtils.bind(this,function(a,c){if(null!=c)try{this.loadLibrary(c)}catch(h){this.handleError(h,mxResources.get("errorLoadingFile"))}else this.spinner.spin(document.body, -mxResources.get("loading"))&&b.getLibrary(a,mxUtils.bind(this,function(a){this.spinner.stop();try{this.loadLibrary(a)}catch(m){this.handleError(m,mxResources.get("errorLoadingFile"))}}),mxUtils.bind(this,function(a){this.handleError(a,null!=a?mxResources.get("errorLoadingFile"):null)}))}))}else if(a!=App.MODE_DEVICE||!Graph.fileSupport||mxClient.IS_IE||mxClient.IS_IE11){window.openNew=!1;window.openKey="open";var c=Editor.useLocalStorage;Editor.useLocalStorage=a==App.MODE_BROWSER;window.openFile= +mxResources.get("loading"))&&b.getLibrary(a,mxUtils.bind(this,function(a){this.spinner.stop();try{this.loadLibrary(a)}catch(l){this.handleError(l,mxResources.get("errorLoadingFile"))}}),mxUtils.bind(this,function(a){this.handleError(a,null!=a?mxResources.get("errorLoadingFile"):null)}))}))}else if(a!=App.MODE_DEVICE||!Graph.fileSupport||mxClient.IS_IE||mxClient.IS_IE11){window.openNew=!1;window.openKey="open";var c=Editor.useLocalStorage;Editor.useLocalStorage=a==App.MODE_BROWSER;window.openFile= new OpenFile(mxUtils.bind(this,function(a){this.hideDialog(a)}));window.openFile.setConsumer(mxUtils.bind(this,function(b,c){try{this.loadLibrary(a==App.MODE_BROWSER?new StorageLibrary(this,b,c):new LocalLibrary(this,b,c))}catch(h){this.handleError(h,mxResources.get("errorLoadingFile"))}}));this.showDialog((new OpenDialog(this)).container,Editor.useLocalStorage?640:360,Editor.useLocalStorage?480:220,!0,!0,function(){Editor.useLocalStorage=c;window.openFile=null})}else{var d=document.createElement("input"); -d.setAttribute("type","file");mxEvent.addListener(d,"change",mxUtils.bind(this,function(){if(null!=d.files)for(var a=0;a<d.files.length;a++)mxUtils.bind(this,function(a){var b=new FileReader;b.onload=mxUtils.bind(this,function(b){try{this.loadLibrary(new LocalLibrary(this,b.target.result,a.name))}catch(l){this.handleError(l,mxResources.get("errorLoadingFile"))}});b.readAsText(a)})(d.files[a])}));d.click()}}; -App.prototype.saveLibrary=function(a,b,c,d,e,g,h){d=null!=d?d:this.mode;e=null!=e?e:!1;g=null!=g?g:!1;var m=this.createLibraryDataFromImages(b),l=mxUtils.bind(this,function(a){this.spinner.stop();null!=h&&h();this.handleError(a,null!=a?mxResources.get("errorSavingFile"):null)});null==c&&d==App.MODE_DEVICE&&(c=new LocalLibrary(this,m,a));if(null==c)this.pickFolder(d,mxUtils.bind(this,function(c){d==App.MODE_GOOGLE&&null!=this.drive&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.drive.insertFile(a, -m,c,mxUtils.bind(this,function(a){this.spinner.stop();this.hideDialog(!0);this.libraryLoaded(a,b)}),l,this.drive.libraryMimeType):d==App.MODE_GITHUB&&null!=this.gitHub&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.gitHub.insertLibrary(a,m,mxUtils.bind(this,function(a){this.spinner.stop();this.hideDialog(!0);this.libraryLoaded(a,b)}),l,c):d==App.MODE_TRELLO&&null!=this.trello&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.trello.insertLibrary(a,m,mxUtils.bind(this, -function(a){this.spinner.stop();this.hideDialog(!0);this.libraryLoaded(a,b)}),l,c):d==App.MODE_DROPBOX&&null!=this.dropbox&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.dropbox.insertLibrary(a,m,mxUtils.bind(this,function(a){this.spinner.stop();this.hideDialog(!0);this.libraryLoaded(a,b)}),l,c):d==App.MODE_ONEDRIVE&&null!=this.oneDrive&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.oneDrive.insertLibrary(a,m,mxUtils.bind(this,function(a){this.spinner.stop(); -this.hideDialog(!0);this.libraryLoaded(a,b)}),l,c):d==App.MODE_BROWSER?(c=mxUtils.bind(this,function(){var c=new StorageLibrary(this,m,a);c.saveFile(a,!1,mxUtils.bind(this,function(){this.hideDialog(!0);this.libraryLoaded(c,b)}),l)}),null==localStorage.getItem(a)?c():this.confirm(mxResources.get("replaceIt",[a]),c)):this.handleError({message:mxResources.get("serviceUnavailableOrBlocked")})}));else if(e||this.spinner.spin(document.body,mxResources.get("saving"))){c.setData(m);var f=mxUtils.bind(this, -function(){c.save(!0,mxUtils.bind(this,function(a){this.spinner.stop();this.hideDialog(!0);g||this.libraryLoaded(c,b);null!=h&&h()}),l)});if(a!=c.getTitle()){var k=c.getHash();c.rename(a,mxUtils.bind(this,function(a){c.constructor!=LocalLibrary&&k!=c.getHash()&&(mxSettings.removeCustomLibrary(k),mxSettings.addCustomLibrary(c.getHash()));this.removeLibrarySidebar(k);f()}),l)}else f()}}; +d.setAttribute("type","file");mxEvent.addListener(d,"change",mxUtils.bind(this,function(){if(null!=d.files)for(var a=0;a<d.files.length;a++)mxUtils.bind(this,function(a){var b=new FileReader;b.onload=mxUtils.bind(this,function(b){try{this.loadLibrary(new LocalLibrary(this,b.target.result,a.name))}catch(m){this.handleError(m,mxResources.get("errorLoadingFile"))}});b.readAsText(a)})(d.files[a])}));d.click()}}; +App.prototype.saveLibrary=function(a,b,c,d,e,g,h){d=null!=d?d:this.mode;e=null!=e?e:!1;g=null!=g?g:!1;var l=this.createLibraryDataFromImages(b),m=mxUtils.bind(this,function(a){this.spinner.stop();null!=h&&h();this.handleError(a,null!=a?mxResources.get("errorSavingFile"):null)});null==c&&d==App.MODE_DEVICE&&(c=new LocalLibrary(this,l,a));if(null==c)this.pickFolder(d,mxUtils.bind(this,function(c){d==App.MODE_GOOGLE&&null!=this.drive&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.drive.insertFile(a, +l,c,mxUtils.bind(this,function(a){this.spinner.stop();this.hideDialog(!0);this.libraryLoaded(a,b)}),m,this.drive.libraryMimeType):d==App.MODE_GITHUB&&null!=this.gitHub&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.gitHub.insertLibrary(a,l,mxUtils.bind(this,function(a){this.spinner.stop();this.hideDialog(!0);this.libraryLoaded(a,b)}),m,c):d==App.MODE_TRELLO&&null!=this.trello&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.trello.insertLibrary(a,l,mxUtils.bind(this, +function(a){this.spinner.stop();this.hideDialog(!0);this.libraryLoaded(a,b)}),m,c):d==App.MODE_DROPBOX&&null!=this.dropbox&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.dropbox.insertLibrary(a,l,mxUtils.bind(this,function(a){this.spinner.stop();this.hideDialog(!0);this.libraryLoaded(a,b)}),m,c):d==App.MODE_ONEDRIVE&&null!=this.oneDrive&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.oneDrive.insertLibrary(a,l,mxUtils.bind(this,function(a){this.spinner.stop(); +this.hideDialog(!0);this.libraryLoaded(a,b)}),m,c):d==App.MODE_BROWSER?(c=mxUtils.bind(this,function(){var c=new StorageLibrary(this,l,a);c.saveFile(a,!1,mxUtils.bind(this,function(){this.hideDialog(!0);this.libraryLoaded(c,b)}),m)}),null==localStorage.getItem(a)?c():this.confirm(mxResources.get("replaceIt",[a]),c)):this.handleError({message:mxResources.get("serviceUnavailableOrBlocked")})}));else if(e||this.spinner.spin(document.body,mxResources.get("saving"))){c.setData(l);var f=mxUtils.bind(this, +function(){c.save(!0,mxUtils.bind(this,function(a){this.spinner.stop();this.hideDialog(!0);g||this.libraryLoaded(c,b);null!=h&&h()}),m)});if(a!=c.getTitle()){var k=c.getHash();c.rename(a,mxUtils.bind(this,function(a){c.constructor!=LocalLibrary&&k!=c.getHash()&&(mxSettings.removeCustomLibrary(k),mxSettings.addCustomLibrary(c.getHash()));this.removeLibrarySidebar(k);f()}),m)}else f()}}; App.prototype.saveFile=function(a){var b=this.getCurrentFile();if(null!=b){var c=mxUtils.bind(this,function(){this.removeDraft();b.getMode()!=App.MODE_DEVICE?this.editor.setStatus(mxUtils.htmlEntities(mxResources.get("allChangesSaved"))):this.editor.setStatus("")});if(a||null==b.getTitle()||null==this.mode){var d=null!=b.getTitle()?b.getTitle():this.defaultFilename,e=!mxClient.IS_IOS||!navigator.standalone,g=this.mode;a=this.getServiceCount(!0);isLocalStorage&&a++;var h=4>=a?2:6<a?4:3,d=new CreateDialog(this, d,mxUtils.bind(this,function(a,b){null!=a&&0<a.length&&(null==g&&b==App.MODE_DEVICE?(this.setMode(App.MODE_DEVICE),this.save(a,c)):"download"==b?(new LocalFile(this,null,a)).save():"_blank"==b?(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(this.getFileData(!0)),this.openLink(this.getUrl(window.location.pathname))):g!=b?this.pickFolder(b,mxUtils.bind(this,function(d){this.createFile(a,this.getFileData(/(\.xml)$/i.test(a)||0>a.indexOf("."),/(\.svg)$/i.test(a), /(\.html)$/i.test(a)),null,b,c,null==this.mode,d)}),b!==App.MODE_GITHUB):null!=b&&this.save(a,c))}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"),mxResources.get("download"),null,null,e,this.isOffline()?null:"https://desk.draw.io/support/solutions/articles/16000042485",!0,h);this.showDialog(d.container,460,a>h?390:270,!0,!0);d.init()}else this.save(b.getTitle(),c)}}; -EditorUi.prototype.loadTemplate=function(a,b,c){var d=a;this.isCorsEnabledForUrl(d)||(d="t="+(new Date).getTime(),d=PROXY_URL+"?url="+encodeURIComponent(a)+"&"+d);this.loadUrl(d,mxUtils.bind(this,function(d){/(\.vsdx)($|\?)/i.test(a)?this.importVisio(this.base64ToBlob(d.substring(d.indexOf(",")+1)),function(a){b(a)},c,a):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(d,a)?this.parseFile(new Blob([d],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&& -200<=a.status&&299>=a.status&&"<mxGraphModel"==a.responseText.substring(0,13)&&b(a.responseText)}),a):'{"state":"{\\"Properties\\":'==d.substring(0,26)?this.importLucidChart(d,0,0,!1,mxUtils.bind(this,function(){b(this.getFileData(!0))})):(/(\.png)($|\?)/i.test(a)&&(d=this.extractGraphModelFromPng(d)),b(d))}),c,/(\.png)($|\?)/i.test(a)||/(\.vsdx)($|\?)/i.test(a))}; +App.prototype.loadTemplate=function(a,b,c){var d=a;this.isCorsEnabledForUrl(d)||(d="t="+(new Date).getTime(),d=PROXY_URL+"?url="+encodeURIComponent(a)+"&"+d);this.loadUrl(d,mxUtils.bind(this,function(d){/(\.vsdx)($|\?)/i.test(a)?this.importVisio(this.base64ToBlob(d.substring(d.indexOf(",")+1)),function(a){b(a)},c,a):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(d,a)?this.parseFile(new Blob([d],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&& +200<=a.status&&299>=a.status&&"<mxGraphModel"==a.responseText.substring(0,13)&&b(a.responseText)}),a):this.isLucidChartData(d)?this.convertLucidChart(d,mxUtils.bind(this,function(a){b(a)}),mxUtils.bind(this,function(a){c(a)})):(/(\.png)($|\?)/i.test(a)&&(d=this.extractGraphModelFromPng(d)),b(d))}),c,/(\.png)($|\?)/i.test(a)||/(\.vsdx)($|\?)/i.test(a))}; App.prototype.getPeerForMode=function(a){return a==App.MODE_GOOGLE?this.drive:a==App.MODE_GITHUB?this.gitHub:a==App.MODE_DROPBOX?this.dropbox:a==App.MODE_ONEDRIVE?this.oneDrive:a==App.MODE_TRELLO?this.trello:null}; -App.prototype.createFile=function(a,b,c,d,e,g,h,m){d=m?null:null!=d?d:this.mode;if(null!=a&&this.spinner.spin(document.body,mxResources.get("inserting"))){b=null!=b?b:this.emptyDiagramXml;var l=mxUtils.bind(this,function(){this.spinner.stop()}),f=mxUtils.bind(this,function(a){l();null==a&&null==this.getCurrentFile()&&null==this.dialog?this.showSplash():null!=a&&this.handleError(a)});d==App.MODE_GOOGLE&&null!=this.drive?(h=null!=this.stateArg?this.stateArg.folderId:h,this.drive.insertFile(a,b,h,mxUtils.bind(this, -function(a){l();this.fileCreated(a,c,g,e)}),f)):d==App.MODE_GITHUB&&null!=this.gitHub?this.pickFolder(d,mxUtils.bind(this,function(d){this.gitHub.insertFile(a,b,mxUtils.bind(this,function(a){l();this.fileCreated(a,c,g,e)}),f,!1,d)})):d==App.MODE_TRELLO&&null!=this.trello?this.trello.insertFile(a,b,mxUtils.bind(this,function(a){l();this.fileCreated(a,c,g,e)}),f,!1,h):d==App.MODE_DROPBOX&&null!=this.dropbox?this.dropbox.insertFile(a,b,mxUtils.bind(this,function(a){l();this.fileCreated(a,c,g,e)}),f): -d==App.MODE_ONEDRIVE&&null!=this.oneDrive?this.oneDrive.insertFile(a,b,mxUtils.bind(this,function(a){l();this.fileCreated(a,c,g,e)}),f,!1,h):d==App.MODE_BROWSER?(l(),d=mxUtils.bind(this,function(){var d=new StorageFile(this,b,a);d.saveFile(a,!1,mxUtils.bind(this,function(){this.fileCreated(d,c,g,e)}),f)}),null==localStorage.getItem(a)?d():this.confirm(mxResources.get("replaceIt",[a]),d,mxUtils.bind(this,function(){null==this.getCurrentFile()&&null==this.dialog&&this.showSplash()}))):(l(),this.fileCreated(new LocalFile(this, -b,a,null==d),c,g,e))}}; -App.prototype.fileCreated=function(a,b,c,d){var e=window.location.pathname;null!=b&&0<b.length&&(e+="?libs="+b);e=this.getUrl(e);a.getMode()!=App.MODE_DEVICE&&(e+="#"+a.getHash());if(this.spinner.spin(document.body,mxResources.get("inserting"))){var g=a.getData(),g=0<g.length?this.editor.extractGraphModel(mxUtils.parseXml(g).documentElement,!0):null,h=window.location.protocol+"//"+window.location.hostname+e,m=g,l=null;null!=g&&/\.svg$/i.test(a.getTitle())&&(l=this.createTemporaryGraph(this.editor.graph.getStylesheet()),document.body.appendChild(l.container), -m=this.decodeNodeIntoGraph(m,l));a.setData(this.createFileData(g,l,a,h));null!=l&&l.container.parentNode.removeChild(l.container);var f=mxUtils.bind(this,function(){this.spinner.stop()}),k=mxUtils.bind(this,function(){f();var g=this.getCurrentFile();null==c&&null!=g&&(c=!g.isModified()&&null==g.getMode());var h=mxUtils.bind(this,function(){window.openFile=null;this.fileLoaded(a);c&&this.editor.setStatus(mxUtils.htmlEntities(mxResources.get("allChangesSaved")));null!=b&&this.sidebar.showEntries(b)}), -k=mxUtils.bind(this,function(){c||null==g||!g.isModified()?h():this.confirm(mxResources.get("allChangesLost"),null,h,mxResources.get("cancel"),mxResources.get("discardChanges"))});null!=d&&d();null==c||c?k():(a.constructor==LocalFile&&(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(a.getData(),a.getTitle(),null==a.getMode())),null!=d&&d(),window.openWindow(e,null,k))});a.constructor==LocalFile||a.constructor==DriveFile?k():a.saveFile(a.getTitle(),!1,mxUtils.bind(this, -function(){k()}),mxUtils.bind(this,function(a){f();this.handleError(a)}))}}; +App.prototype.createFile=function(a,b,c,d,e,g,h,l){d=l?null:null!=d?d:this.mode;if(null!=a&&this.spinner.spin(document.body,mxResources.get("inserting"))){b=null!=b?b:this.emptyDiagramXml;var m=mxUtils.bind(this,function(){this.spinner.stop()}),f=mxUtils.bind(this,function(a){m();null==a&&null==this.getCurrentFile()&&null==this.dialog?this.showSplash():null!=a&&this.handleError(a)});d==App.MODE_GOOGLE&&null!=this.drive?(h=null!=this.stateArg?this.stateArg.folderId:h,this.drive.insertFile(a,b,h,mxUtils.bind(this, +function(a){m();this.fileCreated(a,c,g,e)}),f)):d==App.MODE_GITHUB&&null!=this.gitHub?this.gitHub.insertFile(a,b,mxUtils.bind(this,function(a){m();this.fileCreated(a,c,g,e)}),f,!1,h):d==App.MODE_TRELLO&&null!=this.trello?this.trello.insertFile(a,b,mxUtils.bind(this,function(a){m();this.fileCreated(a,c,g,e)}),f,!1,h):d==App.MODE_DROPBOX&&null!=this.dropbox?this.dropbox.insertFile(a,b,mxUtils.bind(this,function(a){m();this.fileCreated(a,c,g,e)}),f):d==App.MODE_ONEDRIVE&&null!=this.oneDrive?this.oneDrive.insertFile(a, +b,mxUtils.bind(this,function(a){m();this.fileCreated(a,c,g,e)}),f,!1,h):d==App.MODE_BROWSER?(m(),d=mxUtils.bind(this,function(){var d=new StorageFile(this,b,a);d.saveFile(a,!1,mxUtils.bind(this,function(){this.fileCreated(d,c,g,e)}),f)}),null==localStorage.getItem(a)?d():this.confirm(mxResources.get("replaceIt",[a]),d,mxUtils.bind(this,function(){null==this.getCurrentFile()&&null==this.dialog&&this.showSplash()}))):(m(),this.fileCreated(new LocalFile(this,b,a,null==d),c,g,e))}}; +App.prototype.fileCreated=function(a,b,c,d){var e=window.location.pathname;null!=b&&0<b.length&&(e+="?libs="+b);e=this.getUrl(e);a.getMode()!=App.MODE_DEVICE&&(e+="#"+a.getHash());if(this.spinner.spin(document.body,mxResources.get("inserting"))){var g=a.getData(),g=0<g.length?this.editor.extractGraphModel(mxUtils.parseXml(g).documentElement,!0):null,h=window.location.protocol+"//"+window.location.hostname+e,l=g,m=null;null!=g&&/\.svg$/i.test(a.getTitle())&&(m=this.createTemporaryGraph(this.editor.graph.getStylesheet()), +document.body.appendChild(m.container),l=this.decodeNodeIntoGraph(l,m));a.setData(this.createFileData(g,m,a,h));null!=m&&m.container.parentNode.removeChild(m.container);var f=mxUtils.bind(this,function(){this.spinner.stop()}),k=mxUtils.bind(this,function(){f();var g=this.getCurrentFile();null==c&&null!=g&&(c=!g.isModified()&&null==g.getMode());var h=mxUtils.bind(this,function(){window.openFile=null;this.fileLoaded(a);c&&this.editor.setStatus(mxUtils.htmlEntities(mxResources.get("allChangesSaved"))); +null!=b&&this.sidebar.showEntries(b)}),k=mxUtils.bind(this,function(){c||null==g||!g.isModified()?h():this.confirm(mxResources.get("allChangesLost"),null,h,mxResources.get("cancel"),mxResources.get("discardChanges"))});null!=d&&d();null==c||c?k():(a.constructor==LocalFile&&(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(a.getData(),a.getTitle(),null==a.getMode())),null!=d&&d(),window.openWindow(e,null,k))});a.constructor==LocalFile||a.constructor==DriveFile? +k():a.saveFile(a.getTitle(),!1,mxUtils.bind(this,function(){k()}),mxUtils.bind(this,function(a){f();this.handleError(a)}))}}; App.prototype.loadFile=function(a,b,c,d){this.hideDialog();var e=mxUtils.bind(this,function(){if(null==a||0==a.length)this.editor.setStatus(""),this.fileLoaded(null);else if(this.spinner.spin(document.body,mxResources.get("loading")))if("L"==a.charAt(0))if(this.spinner.stop(),isLocalStorage)try{a=decodeURIComponent(a.substring(1));var e=localStorage.getItem(a);if(null!=e)this.fileLoaded(new StorageFile(this,e,a)),null!=d&&d();else throw{message:mxResources.get("fileNotFound")};}catch(f){this.handleError(f, mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){var a=this.getCurrentFile();window.location.hash=null!=a?a.getHash():""}))}else this.handleError({message:mxResources.get("serviceUnavailableOrBlocked")},mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){var a=this.getCurrentFile();window.location.hash=null!=a?a.getHash():""}));else if(null!=c)this.spinner.stop(),this.fileLoaded(c),null!=d&&d();else if("S"==a.charAt(0)){this.spinner.stop();try{this.loadDescriptor(JSON.parse(this.editor.graph.decompress(a.substring(1))), d,mxUtils.bind(this,function(a){this.handleError(a,mxResources.get("errorLoadingFile"))}))}catch(f){this.handleError(f,mxResources.get("errorLoadingFile"))}}else if("R"==a.charAt(0))this.spinner.stop(),e=decodeURIComponent(a.substring(1)),"<"!=e.charAt(0)&&(e=this.editor.graph.decompress(e)),e=new LocalFile(this,e,null!=urlParams.title?decodeURIComponent(urlParams.title):this.defaultFilename,!0),e.getHash=function(){return a},this.fileLoaded(e),null!=d&&d();else if("U"==a.charAt(0)){var g=decodeURIComponent(a.substring(1)); -this.loadTemplate(g,mxUtils.bind(this,function(c){this.spinner.stop();if(null!=c&&0<c.length){var e=this.defaultFilename;if(null==urlParams.title&&"1"!=urlParams.notitle){var f=g,h=g.lastIndexOf("."),m=f.lastIndexOf("/");h>m&&0<m&&(f=f.substring(m+1,h),h=g.substring(h),this.useCanvasForExport||".png"!=h||(h=".xml"),".svg"===h||".xml"===h||".html"===h||".png"===h)&&(e=f+h)}c=new LocalFile(this,c,null!=urlParams.title?decodeURIComponent(urlParams.title):e,!0);c.getHash=function(){return a};this.fileLoaded(c)|| +this.loadTemplate(g,mxUtils.bind(this,function(c){this.spinner.stop();if(null!=c&&0<c.length){var e=this.defaultFilename;if(null==urlParams.title&&"1"!=urlParams.notitle){var f=g,h=g.lastIndexOf("."),l=f.lastIndexOf("/");h>l&&0<l&&(f=f.substring(l+1,h),h=g.substring(h),this.useCanvasForExport||".png"!=h||(h=".xml"),".svg"===h||".xml"===h||".html"===h||".png"===h)&&(e=f+h)}c=new LocalFile(this,c,null!=urlParams.title?decodeURIComponent(urlParams.title):e,!0);c.getHash=function(){return a};this.fileLoaded(c)|| "https://drive.google.com/uc?id="!=g.substring(0,31)||null==this.drive&&"function"!==typeof window.DriveClient||(this.hideDialog(),c=mxUtils.bind(this,function(){return null!=this.drive?(this.spinner.stop(),this.loadFile("G"+g.substring(31,g.lastIndexOf("&")),b,d),!0):!1}),!c()&&this.spinner.spin(document.body,mxResources.get("loading"))&&this.addListener("clientLoaded",c))}}),mxUtils.bind(this,function(){this.spinner.stop();this.handleError({message:mxResources.get("fileNotFound")},mxResources.get("errorLoadingFile"))}))}else e= null,"G"==a.charAt(0)?e=this.drive:"D"==a.charAt(0)?e=this.dropbox:"W"==a.charAt(0)?e=this.oneDrive:"H"==a.charAt(0)?e=this.gitHub:"T"==a.charAt(0)&&(e=this.trello),null==e?this.handleError({message:mxResources.get("serviceUnavailableOrBlocked")},mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){var a=this.getCurrentFile();window.location.hash=null!=a?a.getHash():""})):(a=decodeURIComponent(a.substring(1)),e.getFile(a,mxUtils.bind(this,function(a){this.spinner.stop();this.fileLoaded(a); null!=d&&d()}),mxUtils.bind(this,function(b){null!=window.console&&null!=b&&console.log("error in loadFile:",a,b);this.handleError(b,null!=b?mxResources.get("errorLoadingFile"):null,mxUtils.bind(this,function(){var a=this.getCurrentFile();null==a?(window.location.hash="",this.showSplash()):window.location.hash=a.getHash()}))})))}),g=this.getCurrentFile(),h=mxUtils.bind(this,function(){null!=g&&g.isModified()?this.confirm(mxResources.get("allChangesLost"),mxUtils.bind(this,function(){null!=g&&(window.location.hash= g.getHash())}),e,mxResources.get("cancel"),mxResources.get("discardChanges")):e()});null==a||0==a.length?h():null!=g&&g.isModified()&&!b?window.openWindow(this.getUrl()+"#"+a,null,h):h()}; App.prototype.getLibraryStorageHint=function(a){var b=a.getTitle();a.constructor!=LocalLibrary&&(b+="\n"+a.getHash());a.constructor==DriveLibrary?b+=" ("+mxResources.get("googleDrive")+")":a.constructor==GitHubLibrary?b+=" ("+mxResources.get("github")+")":a.constructor==TrelloLibrary?b+=" ("+mxResources.get("trello")+")":a.constructor==DropboxLibrary?b+=" ("+mxResources.get("dropbox")+")":a.constructor==OneDriveLibrary?b+=" ("+mxResources.get("oneDrive")+")":a.constructor==StorageLibrary?b+=" ("+ mxResources.get("browser")+")":a.constructor==LocalLibrary&&(b+=" ("+mxResources.get("device")+")");return b}; -App.prototype.restoreLibraries=function(){if(null!=this.sidebar){null==this.pendingLibraries&&(this.pendingLibraries={});var a=mxUtils.bind(this,function(a){mxSettings.removeCustomLibrary(a);delete this.pendingLibraries[a]}),b=mxUtils.bind(this,function(b,d){var c=0,g=[],h=mxUtils.bind(this,function(){if(0==c){if(null!=b)for(var a=b.length-1;0<=a;a--)null!=g[a]&&this.loadLibrary(g[a]);null!=d&&d()}});if(null!=b)for(var m=0;m<b.length;m++){var l=encodeURIComponent(decodeURIComponent(b[m]));mxUtils.bind(this, +App.prototype.restoreLibraries=function(){if(null!=this.sidebar){null==this.pendingLibraries&&(this.pendingLibraries={});var a=mxUtils.bind(this,function(a){mxSettings.removeCustomLibrary(a);delete this.pendingLibraries[a]}),b=mxUtils.bind(this,function(b,d){var c=0,g=[],h=mxUtils.bind(this,function(){if(0==c){if(null!=b)for(var a=b.length-1;0<=a;a--)null!=g[a]&&this.loadLibrary(g[a]);null!=d&&d()}});if(null!=b)for(var l=0;l<b.length;l++){var m=encodeURIComponent(decodeURIComponent(b[l]));mxUtils.bind(this, function(b,d){if(null!=b&&0<b.length&&null==this.pendingLibraries[b]&&null==this.sidebar.palettes[b]){c++;var e=mxUtils.bind(this,function(a){delete this.pendingLibraries[b];g[d]=a;c--;h()}),f=mxUtils.bind(this,function(){a(b);c--;h()});this.pendingLibraries[b]=!0;var k=b.substring(0,1);if("L"==k)(isLocalStorage||mxClient.IS_CHROMEAPP)&&window.setTimeout(mxUtils.bind(this,function(){try{var a=decodeURIComponent(b.substring(1));this.getLocalData(a,mxUtils.bind(this,function(b){".scratchpad"==a&&null== -b&&(b=this.emptyLibraryXml);null!=b?e(new StorageLibrary(this,b,a)):f()}))}catch(z){f()}}),0);else if("U"==k){var m=decodeURIComponent(b.substring(1));if(!this.isOffline()){k=m;this.isCorsEnabledForUrl(k)||(k="t="+(new Date).getTime(),k=PROXY_URL+"?url="+encodeURIComponent(m)+"&"+k);try{mxUtils.get(k,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus())try{e(new UrlLibrary(this,a.getText(),m))}catch(z){f()}else f()}),function(){f()})}catch(x){f()}}}else{var l=null;"G"==k?null!= -this.drive&&null!=this.drive.user&&(l=this.drive):"H"==k?null!=this.gitHub&&null!=this.gitHub.getUser()&&(l=this.gitHub):"T"==k?null!=this.trello&&this.trello.isAuthorized()&&(l=this.trello):"D"==k?null!=this.dropbox&&null!=this.dropbox.getUser()&&(l=this.dropbox):"W"==k&&null!=this.oneDrive&&null!=this.oneDrive.getUser()&&(l=this.oneDrive);null!=l?l.getLibrary(decodeURIComponent(b.substring(1)),mxUtils.bind(this,function(a){try{e(a)}catch(z){f()}}),function(a){f()}):(delete this.pendingLibraries[b], -f())}}})(l,m)}h()});b(mxSettings.getCustomLibraries(),function(){b((urlParams.clibs||"").split(";"))})}}; +b&&(b=this.emptyLibraryXml);null!=b?e(new StorageLibrary(this,b,a)):f()}))}catch(x){f()}}),0);else if("U"==k){var l=decodeURIComponent(b.substring(1));if(!this.isOffline()){k=l;this.isCorsEnabledForUrl(k)||(k="t="+(new Date).getTime(),k=PROXY_URL+"?url="+encodeURIComponent(l)+"&"+k);try{mxUtils.get(k,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus())try{e(new UrlLibrary(this,a.getText(),l))}catch(x){f()}else f()}),function(){f()})}catch(w){f()}}}else{var m=null;"G"==k?null!= +this.drive&&null!=this.drive.user&&(m=this.drive):"H"==k?null!=this.gitHub&&null!=this.gitHub.getUser()&&(m=this.gitHub):"T"==k?null!=this.trello&&this.trello.isAuthorized()&&(m=this.trello):"D"==k?null!=this.dropbox&&null!=this.dropbox.getUser()&&(m=this.dropbox):"W"==k&&null!=this.oneDrive&&null!=this.oneDrive.getUser()&&(m=this.oneDrive);null!=m?m.getLibrary(decodeURIComponent(b.substring(1)),mxUtils.bind(this,function(a){try{e(a)}catch(x){f()}}),function(a){f()}):(delete this.pendingLibraries[b], +f())}}})(m,l)}h()});b(mxSettings.getCustomLibraries(),function(){b((urlParams.clibs||"").split(";"))})}}; App.prototype.updateButtonContainer=function(){if(null!=this.buttonContainer){var a=this.getCurrentFile();null!=a&&a.constructor==DriveFile?null==this.shareButton&&(this.shareButton=document.createElement("div"),this.shareButton.className="geBtn gePrimaryBtn",this.shareButton.style.display="inline-block",this.shareButton.style.padding="0 10px 0 10px",this.shareButton.style.marginTop="-4px",this.shareButton.style.height="28px",this.shareButton.style.lineHeight="28px",this.shareButton.style.minWidth= "0px",this.shareButton.style.cssFloat="right",a=document.createElement("img"),a.setAttribute("src",this.shareImage),a.setAttribute("align","absmiddle"),a.style.marginRight="4px",a.style.marginTop="-3px",this.shareButton.appendChild(a),mxUtils.write(this.shareButton,mxResources.get("share")),mxEvent.addListener(this.shareButton,"click",mxUtils.bind(this,function(){this.actions.get("share").funct()})),this.buttonContainer.appendChild(this.shareButton)):null!=this.shareButton&&(this.shareButton.parentNode.removeChild(this.shareButton), this.shareButton=null)}}; @@ -7992,9 +8059,9 @@ c():this.confirm(mxResources.get("replaceIt",[b]),c))}; App.prototype.descriptorChanged=function(){var a=this.getCurrentFile();if(null!=a){if(null!=this.fname){this.fnameWrapper.style.display="block";this.fname.innerHTML="";var b=null!=a.getTitle()?a.getTitle():this.defaultFilename;mxUtils.write(this.fname,b);this.fname.setAttribute("title",b+" - "+mxResources.get("rename"))}this.editor.graph.setEnabled(a.isEditable());null==urlParams.rev&&(this.updateDocumentTitle(),a=a.getHash(),0<a.length?window.location.hash=a:0<window.location.hash.length&&(window.location.hash= ""))}};App.prototype.toggleChat=function(){var a=this.getCurrentFile();if(null!=a){if(null==a.chatWindow){var b=document.body.offsetWidth-300;a.chatWindow=new ChatWindow(this,mxResources.get("chatWindowTitle"),document.getElementById("geChat"),b,80,250,350,a.realtime);a.chatWindow.window.setVisible(!1)}a.chatWindow.window.setVisible(!a.chatWindow.window.isVisible())}}; App.prototype.showAuthDialog=function(a,b,c,d){var e=this.spinner.pause();this.showDialog((new AuthDialog(this,a,b,mxUtils.bind(this,function(a){try{null!=c&&c(a,mxUtils.bind(this,function(){this.hideDialog();e()}))}catch(h){this.editor.setStatus(mxUtils.htmlEntities(h.message))}}))).container,300,b?180:140,!0,!0,mxUtils.bind(this,function(a){null!=d&&d();a&&null==this.getCurrentFile()&&null==this.dialog&&this.showSplash()}))}; -App.prototype.convertFile=function(a,b,c,d,e,g){var h=b;/\.svg$/i.test(h)||(h=h.substring(0,b.lastIndexOf("."))+d);var m=!1;null!=this.gitHub&&a.substring(0,this.gitHub.baseUrl.length)==this.gitHub.baseUrl&&(m=!0);if(/\.vsdx?$/i.test(b)&&Graph.fileSupport&&(new XMLHttpRequest).upload&&"string"===typeof(new XMLHttpRequest).responseType){var l=new XMLHttpRequest;l.open("GET",a,!0);m||(l.responseType="blob");l.onload=mxUtils.bind(this,function(){var a=null;m?(a=JSON.parse(l.responseText),a=this.base64ToBlob(a.content, -"application/octet-stream")):a=new Blob([l.response],{type:"application/octet-stream"});this.importVisio(a,mxUtils.bind(this,function(a){e(new LocalFile(this,a,h,!0))}),g,b)});l.send()}else{var f=mxUtils.bind(this,function(c){try{/\.png$/i.test(b)?(temp=this.extractGraphModelFromPng(c),null!=temp?e(new LocalFile(this,temp,h,!0)):e(new LocalFile(this,c,b,!0))):Graph.fileSupport&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,a)?this.parseFile(new Blob([c],{type:"application/octet-stream"}), -mxUtils.bind(this,function(a){4==a.readyState&&(200<=a.status&&299>=a.status?e(new LocalFile(this,a.responseText,h,!0)):null!=g&&g({message:mxResources.get("errorLoadingFile")}))}),b):e(new LocalFile(this,c,h,!0))}catch(n){null!=g&&g(n)}});c=/\.png$/i.test(b)||/\.jpe?g$/i.test(b)||null!=c&&"image/"==c.substring(0,6);m?mxUtils.get(a,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus()){if(null!=e){a=JSON.parse(a.getText());var c=a.content;"base64"===a.encoding&&(c=/\.png$/i.test(b)? +App.prototype.convertFile=function(a,b,c,d,e,g){var h=b;/\.svg$/i.test(h)||(h=h.substring(0,b.lastIndexOf("."))+d);var l=!1;null!=this.gitHub&&a.substring(0,this.gitHub.baseUrl.length)==this.gitHub.baseUrl&&(l=!0);if(/\.vsdx?$/i.test(b)&&Graph.fileSupport&&(new XMLHttpRequest).upload&&"string"===typeof(new XMLHttpRequest).responseType){var m=new XMLHttpRequest;m.open("GET",a,!0);l||(m.responseType="blob");m.onload=mxUtils.bind(this,function(){var a=null;l?(a=JSON.parse(m.responseText),a=this.base64ToBlob(a.content, +"application/octet-stream")):a=new Blob([m.response],{type:"application/octet-stream"});this.importVisio(a,mxUtils.bind(this,function(a){e(new LocalFile(this,a,h,!0))}),g,b)});m.send()}else{var f=mxUtils.bind(this,function(c){try{/\.png$/i.test(b)?(temp=this.extractGraphModelFromPng(c),null!=temp?e(new LocalFile(this,temp,h,!0)):e(new LocalFile(this,c,b,!0))):Graph.fileSupport&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,a)?this.parseFile(new Blob([c],{type:"application/octet-stream"}), +mxUtils.bind(this,function(a){4==a.readyState&&(200<=a.status&&299>=a.status?e(new LocalFile(this,a.responseText,h,!0)):null!=g&&g({message:mxResources.get("errorLoadingFile")}))}),b):e(new LocalFile(this,c,h,!0))}catch(n){null!=g&&g(n)}});c=/\.png$/i.test(b)||/\.jpe?g$/i.test(b)||null!=c&&"image/"==c.substring(0,6);l?mxUtils.get(a,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus()){if(null!=e){a=JSON.parse(a.getText());var c=a.content;"base64"===a.encoding&&(c=/\.png$/i.test(b)? "data:image/png;base64,"+c:!window.atob||mxClient.IS_IE||mxClient.IS_IE11?Base64.decode(c):atob(c));f(c)}}else null!=g&&g({code:App.ERROR_UNKNOWN})}),function(){null!=g&&g({code:App.ERROR_UNKNOWN})},!1,this.timeout,function(){null!=g&&g({code:App.ERROR_TIMEOUT,retry:fn})}):this.loadUrl(a,f,g,c)}}; App.prototype.updateHeader=function(){if(null!=this.menubar){this.appIcon=document.createElement("a");this.appIcon.style.display="block";this.appIcon.style.position="absolute";this.appIcon.style.width="40px";this.appIcon.style.backgroundColor="#f18808";this.appIcon.style.height=this.menubarHeight+"px";mxEvent.disableContextMenu(this.appIcon);mxEvent.addListener(this.appIcon,"click",mxUtils.bind(this,function(a){this.appIconClicked(a)}));var a=mxClient.IS_SVG?"url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzA2LjE4NSAxMjAuMjk2IgogICB2aWV3Qm94PSIyNCAyNiA2OCA2OCIKICAgeT0iMHB4IgogICB4PSIwcHgiCiAgIHZlcnNpb249IjEuMSI+CiAgIAkgPGc+PGxpbmUKICAgICAgIHkyPSI3Mi4zOTQiCiAgICAgICB4Mj0iNDEuMDYxIgogICAgICAgeTE9IjQzLjM4NCIKICAgICAgIHgxPSI1OC4wNjkiCiAgICAgICBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiCiAgICAgICBzdHJva2Utd2lkdGg9IjMuNTUyOCIKICAgICAgIHN0cm9rZT0iI0ZGRkZGRiIKICAgICAgIGZpbGw9Im5vbmUiIC8+PGxpbmUKICAgICAgIHkyPSI3Mi4zOTQiCiAgICAgICB4Mj0iNzUuMDc2IgogICAgICAgeTE9IjQzLjM4NCIKICAgICAgIHgxPSI1OC4wNjgiCiAgICAgICBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiCiAgICAgICBzdHJva2Utd2lkdGg9IjMuNTAwOCIKICAgICAgIHN0cm9rZT0iI0ZGRkZGRiIKICAgICAgIGZpbGw9Im5vbmUiIC8+PGc+PHBhdGgKICAgICAgICAgZD0iTTUyLjc3Myw3Ny4wODRjMCwxLjk1NC0xLjU5OSwzLjU1My0zLjU1MywzLjU1M0gzNi45OTljLTEuOTU0LDAtMy41NTMtMS41OTktMy41NTMtMy41NTN2LTkuMzc5ICAgIGMwLTEuOTU0LDEuNTk5LTMuNTUzLDMuNTUzLTMuNTUzaDEyLjIyMmMxLjk1NCwwLDMuNTUzLDEuNTk5LDMuNTUzLDMuNTUzVjc3LjA4NHoiCiAgICAgICAgIGZpbGw9IiNGRkZGRkYiIC8+PC9nPjxnCiAgICAgICBpZD0iZzM0MTkiPjxwYXRoCiAgICAgICAgIGQ9Ik02Ny43NjIsNDguMDc0YzAsMS45NTQtMS41OTksMy41NTMtMy41NTMsMy41NTNINTEuOTg4Yy0xLjk1NCwwLTMuNTUzLTEuNTk5LTMuNTUzLTMuNTUzdi05LjM3OSAgICBjMC0xLjk1NCwxLjU5OS0zLjU1MywzLjU1My0zLjU1M0g2NC4yMWMxLjk1NCwwLDMuNTUzLDEuNTk5LDMuNTUzLDMuNTUzVjQ4LjA3NHoiCiAgICAgICAgIGZpbGw9IiNGRkZGRkYiIC8+PC9nPjxnPjxwYXRoCiAgICAgICAgIGQ9Ik04Mi43NTIsNzcuMDg0YzAsMS45NTQtMS41OTksMy41NTMtMy41NTMsMy41NTNINjYuOTc3Yy0xLjk1NCwwLTMuNTUzLTEuNTk5LTMuNTUzLTMuNTUzdi05LjM3OSAgICBjMC0xLjk1NCwxLjU5OS0zLjU1MywzLjU1My0zLjU1M2gxMi4yMjJjMS45NTQsMCwzLjU1MywxLjU5OSwzLjU1MywzLjU1M1Y3Ny4wODR6IgogICAgICAgICBmaWxsPSIjRkZGRkZGIiAvPjwvZz48L2c+PC9zdmc+)": "url('"+IMAGE_PATH+"/logo-white.png')";this.appIcon.style.backgroundImage=a;this.appIcon.style.backgroundPosition="center center";this.appIcon.style.backgroundRepeat="no-repeat";mxUtils.setPrefixedStyle(this.appIcon.style,"transition","all 125ms linear");mxEvent.addListener(this.appIcon,"mouseover",mxUtils.bind(this,function(){var a=this.getCurrentFile();null!=a&&(a=a.getMode(),a==App.MODE_GOOGLE?this.appIcon.style.backgroundImage="url("+IMAGE_PATH+"/google-drive-logo-white.svg)":a==App.MODE_DROPBOX? @@ -8020,8 +8087,8 @@ Dialog.prototype.closeImage);b.setAttribute("title",mxResources.get("close"));b. (null!=b.pictureUrl?'<img width="80" height="80" style="margin-right:10px;border-radius:50%;" src="'+b.pictureUrl+'"/>':'<img width="80" height="80" style="margin-right:4px;margin-top:2px;" src="'+this.defaultUserPicture+'"/>')+'</td><td valign="top" style="white-space:nowrap;'+(null!=b.pictureUrl?"padding-top:14px;":"")+'"><b>'+mxUtils.htmlEntities(b.displayName)+"</b><br><small>"+mxUtils.htmlEntities(b.email)+"</small><br><br><small>"+mxResources.get("googleDrive")+"</small></tr></table>",b=document.createElement("div"), b.style.textAlign="center",b.style.padding="12px",b.style.background="whiteSmoke",b.style.borderTop="1px solid #e0e0e0",b.style.whiteSpace="nowrap",b.appendChild(mxUtils.button(mxResources.get("signOut"),mxUtils.bind(this,function(){var a=this.getCurrentFile();null!=a&&a.constructor==DriveFile?this.confirm(mxResources.get("areYouSure"),mxUtils.bind(this,function(){this.spinner.spin(document.body,mxResources.get("signOut"));this.diagramContainer.style.display="none";this.formatContainer.style.display= "none";this.hsplit.style.display="none";this.sidebarContainer.style.display="none";this.sidebarFooterContainer.style.display="none";null!=this.tabContainer&&(this.tabContainer.style.display="none");a.close();window.setTimeout(mxUtils.bind(this,function(){this.showDialog=function(){};window.location.hash="";this.drive.clearUserId();gapi.auth.signOut();window.location.reload()}),null!=a&&a.constructor==DriveFile?2E3:0)})):(this.drive.clearUserId(),this.drive.setUser(null),gapi.auth.signOut())}))),this.userPanel.appendChild(b))); -b=mxUtils.bind(this,function(a,b,c,m){null!=a&&(d&&this.userPanel.appendChild(document.createElement("hr")),d=!0,this.userPanel.innerHTML+='<table style="font-size:10pt;padding:20px 20px 10px 10px;"><tr><td valign="top">'+(null!=b?'<img style="margin-right:10px;" src="'+b+'" width="40" height="40"/></td>':"")+'<td valign="middle" style="white-space:nowrap;"><b>'+mxUtils.htmlEntities(a.displayName)+"</b>"+(null!=a.email?'<br><font color="gray">'+mxUtils.htmlEntities(a.email)+"</font>":"")+(null!=m? -"<br><br><small>"+mxUtils.htmlEntities(m)+"</small>":"")+"</td></tr></table>",a=document.createElement("div"),a.style.textAlign="center",a.style.padding="12px",a.style.background="whiteSmoke",a.style.borderTop="1px solid #e0e0e0",a.style.whiteSpace="nowrap",null!=c&&a.appendChild(mxUtils.button(mxResources.get("signOut"),c)),this.userPanel.appendChild(a))});null!=this.dropbox&&b(this.dropbox.getUser(),IMAGE_PATH+"/dropbox-logo.svg",mxUtils.bind(this,function(){var a=this.getCurrentFile();if(null!= +b=mxUtils.bind(this,function(a,b,c,l){null!=a&&(d&&this.userPanel.appendChild(document.createElement("hr")),d=!0,this.userPanel.innerHTML+='<table style="font-size:10pt;padding:20px 20px 10px 10px;"><tr><td valign="top">'+(null!=b?'<img style="margin-right:10px;" src="'+b+'" width="40" height="40"/></td>':"")+'<td valign="middle" style="white-space:nowrap;"><b>'+mxUtils.htmlEntities(a.displayName)+"</b>"+(null!=a.email?'<br><font color="gray">'+mxUtils.htmlEntities(a.email)+"</font>":"")+(null!=l? +"<br><br><small>"+mxUtils.htmlEntities(l)+"</small>":"")+"</td></tr></table>",a=document.createElement("div"),a.style.textAlign="center",a.style.padding="12px",a.style.background="whiteSmoke",a.style.borderTop="1px solid #e0e0e0",a.style.whiteSpace="nowrap",null!=c&&a.appendChild(mxUtils.button(mxResources.get("signOut"),c)),this.userPanel.appendChild(a))});null!=this.dropbox&&b(this.dropbox.getUser(),IMAGE_PATH+"/dropbox-logo.svg",mxUtils.bind(this,function(){var a=this.getCurrentFile();if(null!= a&&a.constructor==DropboxFile){var b=mxUtils.bind(this,function(){this.dropbox.logout();window.location.hash=""});a.isModified()?this.confirm(mxResources.get("allChangesLost"),null,b,mxResources.get("cancel"),mxResources.get("discardChanges")):b()}else this.dropbox.logout()}),mxResources.get("dropbox"));null!=this.oneDrive&&b(this.oneDrive.getUser(),IMAGE_PATH+"/onedrive-logo.svg",mxUtils.bind(this,function(){var a=this.getCurrentFile();if(null!=a&&a.constructor==OneDriveFile){var b=mxUtils.bind(this, function(){this.oneDrive.logout();window.location.hash=""});a.isModified()?this.confirm(mxResources.get("allChangesLost"),null,b,mxResources.get("cancel"),mxResources.get("discardChanges")):b()}else this.oneDrive.logout()}),mxResources.get("oneDrive"));null!=this.gitHub&&b(this.gitHub.getUser(),IMAGE_PATH+"/github-logo.svg",mxUtils.bind(this,function(){var a=this.getCurrentFile();if(null!=a&&a.constructor==GitHubFile){var b=mxUtils.bind(this,function(){this.gitHub.logout();window.location.hash=""}); a.isModified()?this.confirm(mxResources.get("allChangesLost"),null,b,mxResources.get("cancel"),mxResources.get("discardChanges")):b()}else this.gitHub.logout()}),mxResources.get("github"));null!=this.trello&&b(this.trello.getUser(),IMAGE_PATH+"/trello-logo.svg",mxUtils.bind(this,function(){var a=this.getCurrentFile();if(null!=a&&a.constructor==TrelloFile){var b=mxUtils.bind(this,function(){this.trello.logout();window.location.hash=""});a.isModified()?this.confirm(mxResources.get("allChangesLost"), @@ -8029,34 +8096,34 @@ null,b,mxResources.get("cancel"),mxResources.get("discardChanges")):b()}else thi this.userPanel.parentNode.removeChild(this.userPanel)})));var a=null;null!=this.drive&&null!=this.drive.getUser()?a=this.drive.getUser():null!=this.oneDrive&&null!=this.oneDrive.getUser()?a=this.oneDrive.getUser():null!=this.dropbox&&null!=this.dropbox.getUser()?a=this.dropbox.getUser():null!=this.gitHub&&null!=this.gitHub.getUser()&&(a=this.gitHub.getUser());null!=a?(this.userElement.innerHTML="",560<screen.width&&(mxUtils.write(this.userElement,a.displayName),this.userElement.style.display="block")): this.userElement.style.display="none"}else null!=this.userElement&&(this.userElement.parentNode.removeChild(this.userElement),this.userElement=null)};var editorResetGraph=Editor.prototype.resetGraph;Editor.prototype.resetGraph=function(){editorResetGraph.apply(this,arguments);this.graph.pageFormat=mxSettings.getPageFormat()};(function(){var a=mxPopupMenu.prototype.showMenu;mxPopupMenu.prototype.showMenu=function(){a.apply(this,arguments);this.div.style.overflowY="auto";this.div.style.overflowX="hidden";this.div.style.maxHeight=Math.max(document.body.clientHeight,document.documentElement.clientHeight)-10+"px"};Menus.prototype.createHelpLink=function(a){var b=document.createElement("span");b.setAttribute("title",mxResources.get("help"));b.style.cssText="color:blue;text-decoration:underline;margin-left:12px;cursor:help;"; var c=document.createElement("img");c.setAttribute("border","0");c.setAttribute("valign","bottom");c.setAttribute("src",Editor.helpImage);b.appendChild(c);mxEvent.addGestureListeners(b,mxUtils.bind(this,function(b){null!=this.editorUi.menubar&&this.editorUi.menubar.hideMenu();this.editorUi.openLink(a);mxEvent.consume(b)}));return b};Menus.prototype.addLinkToItem=function(a,b){null!=a&&a.firstChild.nextSibling.appendChild(this.createHelpLink(b))};var b=Menus.prototype.init;Menus.prototype.init=function(){b.apply(this, -arguments);var a=this.editorUi,c=a.editor.graph,g=mxUtils.bind(c,c.isEnabled),h=("1"!=urlParams.embed&&"0"!=urlParams.gapi||"1"==urlParams.embed&&"1"==urlParams.gapi)&&mxClient.IS_SVG&&isLocalStorage&&(null==document.documentMode||10<=document.documentMode),m=("1"!=urlParams.embed&&"0"!=urlParams.db||"1"==urlParams.embed&&"1"==urlParams.db)&&mxClient.IS_SVG&&(null==document.documentMode||9<document.documentMode),l=("www.draw.io"==window.location.hostname||"test.draw.io"==window.location.hostname|| +arguments);var a=this.editorUi,c=a.editor.graph,g=mxUtils.bind(c,c.isEnabled),h=("1"!=urlParams.embed&&"0"!=urlParams.gapi||"1"==urlParams.embed&&"1"==urlParams.gapi)&&mxClient.IS_SVG&&isLocalStorage&&(null==document.documentMode||10<=document.documentMode),l=("1"!=urlParams.embed&&"0"!=urlParams.db||"1"==urlParams.embed&&"1"==urlParams.db)&&mxClient.IS_SVG&&(null==document.documentMode||9<document.documentMode),m=("www.draw.io"==window.location.hostname||"test.draw.io"==window.location.hostname|| "drive.draw.io"==window.location.hostname||"legacy.draw.io"==window.location.hostname)&&("1"!=urlParams.embed&&"0"!=urlParams.od||"1"==urlParams.embed&&"1"==urlParams.od)&&!navigator.userAgent.match(/(iPad|iPhone|iPod)/g)&&(0>navigator.userAgent.indexOf("MSIE")||10<=document.documentMode),f=("1"!=urlParams.embed&&"0"!=urlParams.tr||"1"==urlParams.embed&&"1"==urlParams.tr)&&mxClient.IS_SVG&&(null==document.documentMode||9<document.documentMode);mxClient.IS_SVG||a.isOffline()||((new Image).src=IMAGE_PATH+ -"/help.png");a.actions.addAction("new...",function(){var b=a.isOffline(),c=new NewDialog(a,b);a.showDialog(c.container,b?350:620,b?70:440,!0,!0,function(b){b&&null==a.getCurrentFile()&&a.showSplash()});c.init()});a.actions.put("exportSvg",new Action(mxResources.get("formatSvg")+"...",function(){a.showExportDialog(mxResources.get("formatSvg"),!0,mxResources.get("export"),"https://support.draw.io/display/DO/Exporting+Files",mxUtils.bind(this,function(b,c,d,e,f,g,h,k,m){b=parseInt(b);!isNaN(b)&&0<b&& -a.exportSvg(b/100,c,d,e,f,g,h,!k,m)}),!0,null,"svg")}));a.actions.put("exportXml",new Action(mxResources.get("formatXml")+"...",function(){var b=document.createElement("div");b.style.whiteSpace="nowrap";var d=null==a.pages||1>=a.pages.length,e=document.createElement("h3");mxUtils.write(e,mxResources.get("formatXml"));e.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";b.appendChild(e);var f=a.addCheckbox(b,mxResources.get("selectionOnly"),!1,c.isSelectionEmpty()),g=a.addCheckbox(b, +"/help.png");a.actions.addAction("new...",function(){var b=a.isOffline(),c=new NewDialog(a,b);a.showDialog(c.container,b?350:620,b?70:440,!0,!0,function(b){b&&null==a.getCurrentFile()&&a.showSplash()});c.init()});a.actions.put("exportSvg",new Action(mxResources.get("formatSvg")+"...",function(){a.showExportDialog(mxResources.get("formatSvg"),!0,mxResources.get("export"),"https://support.draw.io/display/DO/Exporting+Files",mxUtils.bind(this,function(b,c,d,e,f,g,h,k,l){b=parseInt(b);!isNaN(b)&&0<b&& +a.exportSvg(b/100,c,d,e,f,g,h,!k,l)}),!0,null,"svg")}));a.actions.put("exportXml",new Action(mxResources.get("formatXml")+"...",function(){var b=document.createElement("div");b.style.whiteSpace="nowrap";var d=null==a.pages||1>=a.pages.length,e=document.createElement("h3");mxUtils.write(e,mxResources.get("formatXml"));e.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";b.appendChild(e);var f=a.addCheckbox(b,mxResources.get("selectionOnly"),!1,c.isSelectionEmpty()),g=a.addCheckbox(b, mxResources.get(d?"compressed":"allPages"),!0);g.style.marginBottom="16px";mxEvent.addListener(f,"change",function(){f.checked?g.setAttribute("disabled","disabled"):g.removeAttribute("disabled")});b=new CustomDialog(a,b,mxUtils.bind(this,function(){a.downloadFile("xml",d?!g.checked:null,null,!f.checked,d?null:!g.checked)}),null,mxResources.get("export"));a.showDialog(b.container,300,146,!0,!0)}));a.actions.put("exportUrl",new Action(mxResources.get("url")+"...",function(){a.showPublishLinkDialog(mxResources.get("url"), -!0,null,null,function(b,c,d,e,f,g){b=new EmbedDialog(a,a.createLink(b,c,d,e,f,g,null,!0));a.showDialog(b.container,440,240,!0,!0);b.init()})}));a.actions.put("exportHtml",new Action(mxResources.get("formatHtmlEmbedded")+"...",function(){a.spinner.spin(document.body,mxResources.get("loading"))&&a.getPublicUrl(a.getCurrentFile(),function(b){a.spinner.stop();a.showHtmlDialog(mxResources.get("export"),null,b,function(b,c,d,e,f,g,h,p,k,m){a.createHtml(b,c,d,e,f,g,h,p,k,m,mxUtils.bind(this,function(b,c){var d= +!0,null,null,function(b,c,d,e,f,g){b=new EmbedDialog(a,a.createLink(b,c,d,e,f,g,null,!0));a.showDialog(b.container,440,240,!0,!0);b.init()})}));a.actions.put("exportHtml",new Action(mxResources.get("formatHtmlEmbedded")+"...",function(){a.spinner.spin(document.body,mxResources.get("loading"))&&a.getPublicUrl(a.getCurrentFile(),function(b){a.spinner.stop();a.showHtmlDialog(mxResources.get("export"),null,b,function(b,c,d,e,f,g,h,k,l,q){a.createHtml(b,c,d,e,f,g,h,k,l,q,mxUtils.bind(this,function(b,c){var d= a.getBaseFilename(h),e='\x3c!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" ><![endif]--\x3e\n<!DOCTYPE html>\n<html>\n<head>\n<title>'+mxUtils.htmlEntities(d)+'</title>\n<meta charset="utf-8"/>\n</head>\n<body>'+b+"\n"+c+"\n</body>\n</html>";a.saveData(d+".html","html",e,"text/html")}))})})}));a.actions.put("exportPdf",new Action(mxResources.get("formatPdf")+"...",function(){if(a.isOffline()||a.printPdfExport)a.showDialog((new PrintDialog(a,mxResources.get("formatPdf"))).container, 360,null!=a.pages&&1<a.pages.length?420:360,!0,!0);else{var b=document.createElement("div");b.style.whiteSpace="nowrap";var d=document.createElement("h3");mxUtils.write(d,mxResources.get("formatPdf"));d.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";b.appendChild(d);var e=a.addCheckbox(b,mxResources.get("selectionOnly"),!1,c.isSelectionEmpty()),f=a.addCheckbox(b,mxResources.get("crop"),!c.pageVisible||!a.pdfPageExport,!a.pdfPageExport);f.style.marginBottom="16px";a.pdfPageExport|| mxEvent.addListener(e,"change",function(){e.checked?f.removeAttribute("disabled"):f.setAttribute("disabled","disabled")});b=new CustomDialog(a,b,mxUtils.bind(this,function(){a.downloadFile("pdf",null,null,!e.checked,null,!f.checked)}),null,mxResources.get("export"));a.showDialog(b.container,300,146,!0,!0)}}));a.actions.addAction("open...",function(){a.pickFile()});a.actions.addAction("close",function(){function b(){a.fileLoaded(null)}var c=a.getCurrentFile();null!=c&&c.isModified()?a.confirm(mxResources.get("allChangesLost"), null,b,mxResources.get("cancel"),mxResources.get("discardChanges")):b()});a.actions.addAction("editShape...",mxUtils.bind(this,function(){c.getSelectionCells();if(1==c.getSelectionCount()){var b=c.getSelectionCell(),d=c.view.getState(b);null!=d&&null!=d.shape&&null!=d.shape.stencil&&(b=new EditShapeDialog(a,b,mxResources.get("editShape")+":",630,400),a.showDialog(b.container,640,480,!0,!1),b.init())}}));a.actions.addAction("revisionHistory...",function(){var b=a.getCurrentFile();if(null==b||b.constructor!= DriveFile&&b.constructor!=DropboxFile||null==a.drive&&b.constructor==DriveFile||null==a.dropbox&&b.constructor==DropboxFile)a.showError(mxResources.get("error"),mxResources.get("notAvailable"),mxResources.get("ok"));else if(a.spinner.spin(document.body,mxResources.get("loading")))if(b.constructor==DropboxFile){var c=a.dropbox.client.filesListRevisions({path:b.stat.path_lower,limit:100});c.then(mxUtils.bind(this,function(c){a.spinner.stop();try{for(var d=[],e=c.entries.length-1;0<=e;e--)(function(c){d.push({modifiedDate:c.client_modified, -fileSize:c.size,getXml:function(d,e){a.dropbox.readFile({path:b.stat.path_lower,rev:c.rev},d,e)},getUrl:function(){return a.getUrl(window.location.pathname+"?rev="+c.rev+"&chrome=0&edit=_blank")+window.location.hash}})})(c.entries[e]);var f=new RevisionDialog(a,d);a.showDialog(f.container,640,480,!0,!0);f.init()}catch(y){a.handleError(y)}}));c["catch"](function(b){a.spinner.stop();a.handleError(b)})}else a.drive.executeRequest(gapi.client.drive.revisions.list({fileId:b.getId()}),function(c){a.spinner.stop(); +fileSize:c.size,getXml:function(d,e){a.dropbox.readFile({path:b.stat.path_lower,rev:c.rev},d,e)},getUrl:function(){return a.getUrl(window.location.pathname+"?rev="+c.rev+"&chrome=0&edit=_blank")+window.location.hash}})})(c.entries[e]);var f=new RevisionDialog(a,d);a.showDialog(f.container,640,480,!0,!0);f.init()}catch(C){a.handleError(C)}}));c["catch"](function(b){a.spinner.stop();a.handleError(b)})}else a.drive.executeRequest(gapi.client.drive.revisions.list({fileId:b.getId()}),function(c){a.spinner.stop(); for(var d=0;d<c.items.length;d++)(function(d){d.getXml=function(e,f){a.drive.executeRequest(gapi.client.drive.revisions.get({fileId:b.getId(),revisionId:c.items[c.items.length-1]===d?b.desc.headRevisionId:d.id}),function(b){a.drive.getXmlFile(b,null,function(a){e(a.getData())},function(a){f(a)})},function(a){f(a)})};d.getUrl=function(){return a.getUrl(window.location.pathname+"?rev="+d.id+"&chrome=0&edit=_blank")+window.location.hash}})(c.items[d]);d=new RevisionDialog(a,c.items);a.showDialog(d.container, 640,480,!0,!0);d.init()},function(b){a.spinner.stop();a.handleError(b)})});a.actions.addAction("createRevision",function(){a.actions.get("save").funct()},null,null,Editor.ctrlKey+"+S");a.actions.addAction("upload...",function(){var b=a.getCurrentFile();null!=b&&(window.drawdata=a.getFileData(),b=null!=b.getTitle()?b.getTitle():a.defaultFilename,a.openLink(window.location.protocol+"//"+window.location.host+"/?create=drawdata&"+(a.mode==App.MODE_DROPBOX?"mode=dropbox&":"")+"title="+encodeURIComponent(b)))}); if("undefined"!==typeof MathJax){var k=a.actions.addAction("mathematicalTypesetting",function(){var b=new ChangePageSetup(a);b.ignoreColor=!0;b.ignoreImage=!0;b.mathEnabled=!a.isMathEnabled();c.model.execute(b)});k.setToggleAction(!0);k.setSelectedCallback(function(){return a.isMathEnabled()});k.isEnabled=g}if(isLocalStorage||mxClient.IS_CHROMEAPP)k=a.actions.addAction("showStartScreen",function(){mxSettings.setShowStartScreen(!mxSettings.getShowStartScreen());mxSettings.save()}),k.setToggleAction(!0), -k.setSelectedCallback(function(){return mxSettings.getShowStartScreen()});var n=a.actions.addAction("autosave",function(){a.editor.setAutosave(!a.editor.autosave)});n.setToggleAction(!0);n.setSelectedCallback(function(){return n.isEnabled()&&a.editor.autosave});a.actions.addAction("editGeometry...",function(){for(var b=c.getSelectionCells(),d=[],e=0;e<b.length;e++)c.getModel().isVertex(b[e])&&d.push(b[e]);0<d.length&&(b=new EditGeometryDialog(a,d),a.showDialog(b.container,190,250,!0,!0),b.init())}, -null,null,Editor.ctrlKey+"+Shift+M");var u="rounded shadow dashed dashPattern fontFamily fontSize fontColor fontStyle align verticalAlign strokeColor strokeWidth fillColor gradientColor swimlaneFillColor textOpacity gradientDirection glass labelBackgroundColor labelBorderColor opacity spacing spacingTop spacingLeft spacingBottom spacingRight endFill endArrow endSize startStill startArrow startSize arcSize".split(" ");a.actions.addAction("copyStyle",function(){var b=c.view.getState(c.getSelectionCell()); +k.setSelectedCallback(function(){return mxSettings.getShowStartScreen()});var n=a.actions.addAction("autosave",function(){a.editor.setAutosave(!a.editor.autosave)});n.setToggleAction(!0);n.setSelectedCallback(function(){return n.isEnabled()&&a.editor.autosave});a.actions.addAction("editGeometry...",function(){for(var b=c.getSelectionCells(),d=[],e=0;e<b.length;e++)c.getModel().isVertex(b[e])&&d.push(b[e]);0<d.length&&(b=new EditGeometryDialog(a,d),a.showDialog(b.container,200,250,!0,!0),b.init())}, +null,null,Editor.ctrlKey+"+Shift+M");var t="rounded shadow dashed dashPattern fontFamily fontSize fontColor fontStyle align verticalAlign strokeColor strokeWidth fillColor gradientColor swimlaneFillColor textOpacity gradientDirection glass labelBackgroundColor labelBorderColor opacity spacing spacingTop spacingLeft spacingBottom spacingRight endFill endArrow endSize startStill startArrow startSize arcSize".split(" ");a.actions.addAction("copyStyle",function(){var b=c.view.getState(c.getSelectionCell()); if(c.isEnabled()&&null!=b){a.copiedStyle=mxUtils.clone(b.style);for(var b=c.getModel().getStyle(b.cell),b=null!=b?b.split(";"):[],d=0;d<b.length;d++){var e=b[d],f=e.indexOf("=");if(0<=f){var g=e.substring(0,f),e=e.substring(f+1);null==a.copiedStyle[g]&&"none"==e&&(a.copiedStyle[g]="none")}}}},null,null,Editor.ctrlKey+"+Shift+C");a.actions.addAction("pasteStyle",function(){if(c.isEnabled()&&!c.isSelectionEmpty()&&null!=a.copiedStyle){c.getModel().beginUpdate();try{for(var b=c.getSelectionCells(),d= -0;d<b.length;d++)for(var e=c.view.getState(b[d]),f=0;f<u.length;f++){var g=u[f],h=a.copiedStyle[g];e.style[g]!=h&&c.setCellStyles(g,h,[b[d]])}}finally{c.getModel().endUpdate()}}},null,null,Editor.ctrlKey+"+Shift+V");a.actions.put("pageBackgroundImage",new Action(mxResources.get("backgroundImage")+"...",function(){if(!a.isOffline()){var b=new BackgroundImageDialog(a,function(b){a.setBackgroundImage(b)});a.showDialog(b.container,320,170,!0,!0);b.init()}}));a.actions.put("exportPng",new Action(mxResources.get("formatPng")+ -"...",function(){a.isExportToCanvas()?a.showExportDialog(mxResources.get("image"),!1,mxResources.get("export"),"https://support.draw.io/display/DO/Exporting+Files",mxUtils.bind(this,function(b,c,d,e,f,g,h,k,m){b=parseInt(b);!isNaN(b)&&0<b&&a.exportImage(b/100,c,d,e,f,h,!k,m)}),!0,!1,"png"):a.isOffline()||mxClient.IS_IOS&&navigator.standalone||a.showRemoteExportDialog(mxResources.get("export"),null,mxUtils.bind(this,function(b,c,d){a.downloadFile(c?"xmlpng":"png",null,null,b,null,null,d)}))}));a.actions.put("exportJpg", -new Action(mxResources.get("formatJpg")+"...",function(){a.isExportToCanvas()?a.showExportDialog(mxResources.get("image"),!1,mxResources.get("export"),"https://support.draw.io/display/DO/Exporting+Files",mxUtils.bind(this,function(b,c,d,e,f,g,h,k,m){b=parseInt(b);!isNaN(b)&&0<b&&a.exportImage(b/100,!1,d,e,!1,h,!k,!1,"jpeg")}),!0,!1,"jpeg"):a.isOffline()||mxClient.IS_IOS&&navigator.standalone||a.showRemoteExportDialog(mxResources.get("export"),null,mxUtils.bind(this,function(b,c){a.downloadFile("jpeg", -null,null,b)}),!0)}));k=a.actions.put("shadowVisible",new Action(mxResources.get("shadow"),function(){c.setShadowVisible(!c.shadowVisible)}));k.setToggleAction(!0);k.setSelectedCallback(function(){return c.shadowVisible});var t=!1;a.actions.put("about",new Action(mxResources.get("aboutDrawio")+"...",function(){t||(a.showDialog((new AboutDialog(a)).container,220,300,!0,!0,function(){t=!1}),t=!0)},null,null,"F1"));a.actions.addAction("userManual...",function(){a.openLink("https://support.draw.io/display/DO/Draw.io+Online+User+Manual")}); +0;d<b.length;d++)for(var e=c.view.getState(b[d]),f=0;f<t.length;f++){var g=t[f],h=a.copiedStyle[g];e.style[g]!=h&&c.setCellStyles(g,h,[b[d]])}}finally{c.getModel().endUpdate()}}},null,null,Editor.ctrlKey+"+Shift+V");a.actions.put("pageBackgroundImage",new Action(mxResources.get("backgroundImage")+"...",function(){if(!a.isOffline()){var b=new BackgroundImageDialog(a,function(b){a.setBackgroundImage(b)});a.showDialog(b.container,320,170,!0,!0);b.init()}}));a.actions.put("exportPng",new Action(mxResources.get("formatPng")+ +"...",function(){a.isExportToCanvas()?a.showExportDialog(mxResources.get("image"),!1,mxResources.get("export"),"https://support.draw.io/display/DO/Exporting+Files",mxUtils.bind(this,function(b,c,d,e,f,g,h,k,l){b=parseInt(b);!isNaN(b)&&0<b&&a.exportImage(b/100,c,d,e,f,h,!k,l)}),!0,!1,"png"):a.isOffline()||mxClient.IS_IOS&&navigator.standalone||a.showRemoteExportDialog(mxResources.get("export"),null,mxUtils.bind(this,function(b,c,d){a.downloadFile(c?"xmlpng":"png",null,null,b,null,null,d)}))}));a.actions.put("exportJpg", +new Action(mxResources.get("formatJpg")+"...",function(){a.isExportToCanvas()?a.showExportDialog(mxResources.get("image"),!1,mxResources.get("export"),"https://support.draw.io/display/DO/Exporting+Files",mxUtils.bind(this,function(b,c,d,e,f,g,h,k,l){b=parseInt(b);!isNaN(b)&&0<b&&a.exportImage(b/100,!1,d,e,!1,h,!k,!1,"jpeg")}),!0,!1,"jpeg"):a.isOffline()||mxClient.IS_IOS&&navigator.standalone||a.showRemoteExportDialog(mxResources.get("export"),null,mxUtils.bind(this,function(b,c){a.downloadFile("jpeg", +null,null,b)}),!0)}));k=a.actions.put("shadowVisible",new Action(mxResources.get("shadow"),function(){c.setShadowVisible(!c.shadowVisible)}));k.setToggleAction(!0);k.setSelectedCallback(function(){return c.shadowVisible});var u=!1;a.actions.put("about",new Action(mxResources.get("aboutDrawio")+"...",function(){u||(a.showDialog((new AboutDialog(a)).container,220,300,!0,!0,function(){u=!1}),u=!0)},null,null,"F1"));a.actions.addAction("userManual...",function(){a.openLink("https://support.draw.io/display/DO/Draw.io+Online+User+Manual")}); a.actions.addAction("support...",function(){a.openLink("https://about.draw.io/support/")});a.actions.addAction("exportOptionsDisabled...",function(){a.handleError({message:mxResources.get("exportOptionsDisabledDetails")},mxResources.get("exportOptionsDisabled"))});a.actions.addAction("keyboardShortcuts...",function(){mxClient.IS_CHROMEAPP||EditorUi.isElectronApp?a.openLink("https://www.draw.io/shortcuts.svg"):mxClient.IS_SVG?a.openLink("shortcuts.svg"):a.openLink("https://www.draw.io/?lightbox=1#Uhttps%3A%2F%2Fwww.draw.io%2Fshortcuts.svg")}); a.actions.addAction("feedback...",function(){var b=new FeedbackDialog(a);a.showDialog(b.container,610,360,!0,!0);b.init()});a.actions.addAction("quickStart...",function(){a.openLink("https://www.youtube.com/watch?v=Z0D96ZikMkc")});k=a.actions.addAction("tags...",mxUtils.bind(this,function(){null==this.tagsWindow?(this.tagsWindow=new TagsWindow(a,document.body.offsetWidth-380,230,300,120),this.tagsWindow.window.addListener("show",function(){a.fireEvent(new mxEventObject("tags"))}),this.tagsWindow.window.addListener("hide", function(){a.fireEvent(new mxEventObject("tags"))}),this.tagsWindow.window.setVisible(!0),a.fireEvent(new mxEventObject("tags"))):this.tagsWindow.window.setVisible(!this.tagsWindow.window.isVisible())}));k.setToggleAction(!0);k.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.tagsWindow&&this.tagsWindow.window.isVisible()}));k=a.actions.addAction("find...",mxUtils.bind(this,function(){null==this.findWindow?(this.findWindow=new FindWindow(a,document.body.offsetWidth-300,110,240,140), this.findWindow.window.addListener("show",function(){a.fireEvent(new mxEventObject("find"))}),this.findWindow.window.addListener("hide",function(){a.fireEvent(new mxEventObject("find"))}),this.findWindow.window.setVisible(!0),a.fireEvent(new mxEventObject("find"))):this.findWindow.window.setVisible(!this.findWindow.window.isVisible())}));k.setToggleAction(!0);k.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.findWindow&&this.findWindow.window.isVisible()}));a.actions.put("exportVsdx", new Action(mxResources.get("formatVsdx")+" (beta)...",function(){a.exportVisio()}));if(mxClient.IS_CHROMEAPP||isLocalStorage&&"1"!=urlParams.offline)if(this.put("language",new Menu(mxUtils.bind(this,function(b,c){var d=mxUtils.bind(this,function(d){var e=""==d?mxResources.get("automatic"):mxLanguageMap[d],f=null;""!=e&&(f=b.addItem(e,null,mxUtils.bind(this,function(){mxSettings.setLanguage(d);mxSettings.save();mxClient.language=d;mxResources.loadDefaultBundle=!1;mxResources.add(RESOURCE_BASE);a.alert(mxResources.get("restartForChangeRequired"))}), -c),(d==mxLanguage||""==d&&null==mxLanguage)&&b.addCheckmark(f,Editor.checkmarkImage));return f});d("");b.addSeparator(c);for(var e in mxLanguageMap)d(e)}))),"atlas"!=uiTheme){var q=Menus.prototype.createMenubar;Menus.prototype.createMenubar=function(a){var b=q.apply(this,arguments);if(null!=b){var c=this.get("language");null!=c&&(c=b.addMenu("",c.funct),c.setAttribute("title",mxResources.get("language")),c.style.width="16px",c.style.paddingTop="2px",c.style.paddingLeft="4px",c.innerHTML='<div class="geIcon geSprite geSprite-globe"/>', +c),(d==mxLanguage||""==d&&null==mxLanguage)&&b.addCheckmark(f,Editor.checkmarkImage));return f});d("");b.addSeparator(c);for(var e in mxLanguageMap)d(e)}))),"atlas"!=uiTheme){var p=Menus.prototype.createMenubar;Menus.prototype.createMenubar=function(a){var b=p.apply(this,arguments);if(null!=b){var c=this.get("language");null!=c&&(c=b.addMenu("",c.funct),c.setAttribute("title",mxResources.get("language")),c.style.width="16px",c.style.paddingTop="2px",c.style.paddingLeft="4px",c.innerHTML='<div class="geIcon geSprite geSprite-globe"/>', c.style.zIndex="1",c.style.position="absolute",c.style.top="2px",c.style.right="17px",c.style.display="block",mxClient.IS_VML||mxUtils.setOpacity(c,60),document.body.appendChild(c))}return b}}this.put("help",new Menu(mxUtils.bind(this,function(b,d){if(!mxClient.IS_CHROMEAPP&&a.isOffline())this.addMenuItems(b,["about"],d);else{var e=b.addItem("Search:",null,null,d,null,null,!1);e.style.backgroundColor="dark"==uiTheme?"#505759":"whiteSmoke";e.style.cursor="default";var f=document.createElement("input"); f.setAttribute("type","text");f.setAttribute("size","25");f.style.marginLeft="8px";mxEvent.addListener(f,"keydown",mxUtils.bind(this,function(a){var b=mxUtils.trim(f.value);13==a.keyCode&&0<b.length?(this.editorUi.openLink("https://desk.draw.io/support/search/solutions?term="+encodeURIComponent(b)),f.value="",this.editorUi.logEvent({category:"Help",action:"search",label:b}),null!=this.editorUi.menubar&&window.setTimeout(mxUtils.bind(this,function(){this.editorUi.menubar.hideMenu()}),0)):27==a.keyCode&& (f.value="")}));e.firstChild.nextSibling.appendChild(f);mxEvent.addGestureListeners(f,function(a){document.activeElement!=f&&f.focus();mxEvent.consume(a)},function(a){mxEvent.consume(a)},function(a){mxEvent.consume(a)});window.setTimeout(function(){f.focus()},0);this.addMenuItems(b,["-","quickStart","userManual","keyboardShortcuts","-"],d);mxClient.IS_CHROMEAPP||this.addMenuItems(b,["feedback"],d);this.addMenuItems(b,["support","-"],d);a.isOffline()||EditorUi.isElectronApp||navigator.standalone|| @@ -8064,29 +8131,29 @@ f.setAttribute("type","text");f.setAttribute("size","25");f.style.marginLeft="8p mxResources.parse("rulerCM=Ruler unit: CMs"),this.editorUi.actions.addAction("rulerCM",mxUtils.bind(this,function(){this.editorUi.vRuler.setUnit(mxRuler.prototype.CENTIMETER);this.editorUi.hRuler.setUnit(mxRuler.prototype.CENTIMETER);this.editorUi.vRuler.drawRuler(!0);this.editorUi.hRuler.drawRuler(!0)})),mxResources.parse("rulerPixel=Ruler unit: Pixels"),this.editorUi.actions.addAction("rulerPixel",mxUtils.bind(this,function(){this.editorUi.vRuler.setUnit(mxRuler.prototype.PIXELS);this.editorUi.hRuler.setUnit(mxRuler.prototype.PIXELS); this.editorUi.vRuler.drawRuler(!0);this.editorUi.hRuler.drawRuler(!0)})),this.addMenuItems(b,["-","rulerInch","rulerCM","rulerPixel"],d));"1"==urlParams.test&&(mxResources.parse("showBoundingBox=Show bounding box"),this.editorUi.actions.addAction("showBoundingBox",mxUtils.bind(this,function(){var a=c.getGraphBounds(),b=c.view.translate,e=c.view.scale;c.insertVertex(d,null,"",a.x/e-b.x,a.y/e-b.y,a.width/e,a.height/e,"fillColor=none;strokeColor=red;")})),mxResources.parse("createSidebarEntry=Create sidebar entry"), this.editorUi.actions.addAction("createSidebarEntry",mxUtils.bind(this,function(){c.isSelectionEmpty()||(mxLog.show(),mxLog.debug("sb.createVertexTemplateFromData('"+c.compress(mxUtils.getXml(c.encodeCells(c.getSelectionCells())))+"', width, height, 'Title');"))})),this.addMenuItems(b,["-","createSidebarEntry","showBoundingBox"],d),mxResources.parse("testXmlImageExport=XML Image Export"),this.editorUi.actions.addAction("testXmlImageExport",mxUtils.bind(this,function(){var a=new mxImageExport,b=c.getGraphBounds(), -d=c.view.scale,e=mxUtils.createXmlDocument(),f=e.createElement("output");e.appendChild(f);e=new mxXmlCanvas2D(f);e.translate(Math.floor((1-b.x)/d),Math.floor((1-b.y)/d));e.scale(1/d);var g=0,h=e.save;e.save=function(){g++;h.apply(this,arguments)};var p=e.restore;e.restore=function(){g--;p.apply(this,arguments)};var k=a.drawShape;a.drawShape=function(a){mxLog.debug("entering shape",a,g);k.apply(this,arguments);mxLog.debug("leaving shape",a,g)};a.drawState(c.getView().getState(c.model.root),e);mxLog.show(); +d=c.view.scale,e=mxUtils.createXmlDocument(),f=e.createElement("output");e.appendChild(f);e=new mxXmlCanvas2D(f);e.translate(Math.floor((1-b.x)/d),Math.floor((1-b.y)/d));e.scale(1/d);var g=0,h=e.save;e.save=function(){g++;h.apply(this,arguments)};var k=e.restore;e.restore=function(){g--;k.apply(this,arguments)};var l=a.drawShape;a.drawShape=function(a){mxLog.debug("entering shape",a,g);l.apply(this,arguments);mxLog.debug("leaving shape",a,g)};a.drawState(c.getView().getState(c.model.root),e);mxLog.show(); mxLog.debug(mxUtils.getXml(f));mxLog.debug("stateCounter",g)})),this.addMenuItems(b,["testXmlImageExport"],d),mxResources.parse("testShowRtModel=Show RT model"),mxResources.parse("testDebugRtModel=Debug RT model"),mxResources.parse("testDownloadRtModel=Download RT model"),this.editorUi.actions.addAction("testShowRtModel",mxUtils.bind(this,function(){null!=this.editorUi.getCurrentFile()&&null!=this.editorUi.getCurrentFile().realtime&&(console.log("bytesUsed",this.editorUi.getCurrentFile().realtime.rtModel.bytesUsed), console.log("root",this.editorUi.getCurrentFile().realtime.dumpRoot()),this.editorUi.getCurrentFile().realtime.check())})),this.editorUi.actions.addAction("testDebugRtModel",mxUtils.bind(this,function(){gapi.drive.realtime.debug()})),this.editorUi.actions.addAction("testDownloadRtModel",mxUtils.bind(this,function(){var b=this.editorUi.getCurrentFile();null!=b&&null!=b.realtime&&a.spinner.spin(document.body,mxResources.get("export"))&&(b=new mxXmlRequest("https://www.googleapis.com/drive/v2/files/"+ b.getHash().substring(1)+"/realtime",null,"GET"),b.setRequestHeaders=function(a){mxXmlRequest.prototype.setRequestHeaders.apply(this,arguments);var b=gapi.auth.getToken().access_token;a.setRequestHeader("authorization","Bearer "+b)},b.send(function(b){a.spinner.stop();200<=b.getStatus()&&299>=b.getStatus()&&a.saveLocalFile(b.getText(),"realtime.txt","text/plain")}))})),null!=this.editorUi.getCurrentFile()&&null!=this.editorUi.getCurrentFile().realtime&&this.addMenuItems(b,["-","testShowRtModel","testDebugRtModel", "testDownloadRtModel"],d),mxResources.parse("testShowConsole=Show Console"),this.editorUi.actions.addAction("testShowConsole",function(){mxLog.isVisible()?mxLog.window.fit():mxLog.show();mxLog.window.div.style.zIndex=mxPopupMenu.prototype.zIndex-1}),this.addMenuItems(b,["-","testShowConsole"]))})));a.actions.addAction("shapes...",function(){mxClient.IS_CHROMEAPP||!a.isOffline()?a.showDialog((new MoreShapesDialog(a,!0)).container,640,isLocalStorage?mxClient.IS_IOS?480:460:440,!0,!0):a.showDialog((new MoreShapesDialog(a, !1)).container,360,isLocalStorage?mxClient.IS_IOS?300:280:260,!0,!0)});a.actions.addAction("createShape...",function(){a.getCurrentFile();if(c.isEnabled()){var b=new mxCell("",new mxGeometry(0,0,120,120),a.defaultCustomShapeStyle);b.vertex=!0;b=new EditShapeDialog(a,b,mxResources.get("editShape")+":",630,400);a.showDialog(b.container,640,480,!0,!1);b.init()}});a.actions.put("embedHtml",new Action(mxResources.get("html")+"...",function(){a.spinner.spin(document.body,mxResources.get("loading"))&&a.getPublicUrl(a.getCurrentFile(), -function(b){a.spinner.stop();a.showHtmlDialog(mxResources.get("create"),"https://desk.draw.io/support/solutions/articles/16000042542",b,function(b,c,d,e,f,g,h,k,p,m){a.createHtml(b,c,d,e,f,g,h,k,p,m,mxUtils.bind(this,function(b,c){var d=new EmbedDialog(a,b+"\n"+c,null,null,function(){var a=window.open(),d=a.document;"CSS1Compat"===document.compatMode&&d.writeln("<!DOCTYPE html>");d.writeln("<html>");d.writeln("<head><title>"+encodeURIComponent(mxResources.get("preview"))+'</title><meta charset="utf-8"></head>'); +function(b){a.spinner.stop();a.showHtmlDialog(mxResources.get("create"),"https://desk.draw.io/support/solutions/articles/16000042542",b,function(b,c,d,e,f,g,h,k,l,m){a.createHtml(b,c,d,e,f,g,h,k,l,m,mxUtils.bind(this,function(b,c){var d=new EmbedDialog(a,b+"\n"+c,null,null,function(){var a=window.open(),d=a.document;"CSS1Compat"===document.compatMode&&d.writeln("<!DOCTYPE html>");d.writeln("<html>");d.writeln("<head><title>"+encodeURIComponent(mxResources.get("preview"))+'</title><meta charset="utf-8"></head>'); d.writeln("<body>");d.writeln(b);var e=mxClient.IS_IE||mxClient.IS_EDGE||null!=document.documentMode;e&&d.writeln(c);d.writeln("</body>");d.writeln("</html>");d.close();if(!e){var f=a.document.createElement("div");f.marginLeft="26px";f.marginTop="26px";mxUtils.write(f,mxResources.get("updatingDocument"));e=a.document.createElement("img");e.setAttribute("src",window.location.protocol+"//"+window.location.hostname+"/"+IMAGE_PATH+"/spin.gif");e.style.marginLeft="6px";f.appendChild(e);a.document.body.insertBefore(f, a.document.body.firstChild);window.setTimeout(function(){var a=document.createElement("script");a.type="text/javascript";a.src=/<script.*?src="(.*?)"/.exec(c)[1];d.body.appendChild(a);f.parentNode.removeChild(f)},20)}});a.showDialog(d.container,440,240,!0,!0);d.init()}))})})}));a.actions.put("liveImage",new Action("Live image...",function(){a.spinner.spin(document.body,mxResources.get("loading"))&&a.getPublicUrl(a.getCurrentFile(),function(b){a.spinner.stop();null!=b?(b=encodeURIComponent(b),b=new EmbedDialog(a, EXPORT_URL+"?format=png&url="+b,0),a.showDialog(b.container,440,240,!0,!0),b.init()):a.handleError({message:mxResources.get("invalidPublicUrl")})})}));a.actions.put("embedImage",new Action(mxResources.get("image")+"...",function(){a.showEmbedImageDialog(function(b,c,d,e,f,g){a.spinner.spin(document.body,mxResources.get("loading"))&&a.createEmbedImage(b,c,d,e,f,g,function(b){a.spinner.stop();b=new EmbedDialog(a,b);a.showDialog(b.container,440,240,!0,!0);b.init()},function(b){a.spinner.stop();a.handleError(b)})}, mxResources.get("image"),mxResources.get("retina"),a.isExportToCanvas())}));a.actions.put("embedSvg",new Action(mxResources.get("formatSvg")+"...",function(){a.showEmbedImageDialog(function(b,c,d,e,f,g){a.spinner.spin(document.body,mxResources.get("loading"))&&a.createEmbedSvg(b,c,d,e,f,g,function(b){a.spinner.stop();b=new EmbedDialog(a,b);a.showDialog(b.container,440,240,!0,!0);b.init()},function(b){a.spinner.stop();a.handleError(b)})},mxResources.get("formatSvg"),mxResources.get("image"),!0,"https://desk.draw.io/support/solutions/articles/16000042548")})); -a.actions.put("embedIframe",new Action(mxResources.get("iframe")+"...",function(){var b=c.getGraphBounds();a.showPublishLinkDialog(mxResources.get("iframe"),null,"100%",Math.ceil((b.y+b.height-c.view.translate.y)/c.view.scale)+2,function(b,c,d,e,f,g,h,k){a.spinner.spin(document.body,mxResources.get("loading"))&&a.getPublicUrl(a.getCurrentFile(),function(p){a.spinner.stop();p=new EmbedDialog(a,'<iframe frameborder="0" style="width:'+h+";height:"+k+';" src="'+a.createLink(b,c,d,e,f,g,p)+'"></iframe>'); -a.showDialog(p.container,440,240,!0,!0);p.init()})},!0)}));a.actions.put("publishLink",new Action(mxResources.get("link")+"...",function(){a.showPublishLinkDialog(null,null,null,null,function(b,c,d,e,f,g){a.spinner.spin(document.body,mxResources.get("loading"))&&a.getPublicUrl(a.getCurrentFile(),function(h){a.spinner.stop();h=new EmbedDialog(a,a.createLink(b,c,d,e,f,g,h));a.showDialog(h.container,440,240,!0,!0);h.init()})})}));a.actions.addAction("googleDocs...",function(){a.openLink("http://docsaddon.draw.io")}); +a.actions.put("embedIframe",new Action(mxResources.get("iframe")+"...",function(){var b=c.getGraphBounds();a.showPublishLinkDialog(mxResources.get("iframe"),null,"100%",Math.ceil((b.y+b.height-c.view.translate.y)/c.view.scale)+2,function(b,c,d,e,f,g,h,k){a.spinner.spin(document.body,mxResources.get("loading"))&&a.getPublicUrl(a.getCurrentFile(),function(l){a.spinner.stop();l=new EmbedDialog(a,'<iframe frameborder="0" style="width:'+h+";height:"+k+';" src="'+a.createLink(b,c,d,e,f,g,l)+'"></iframe>'); +a.showDialog(l.container,440,240,!0,!0);l.init()})},!0)}));a.actions.put("publishLink",new Action(mxResources.get("link")+"...",function(){a.showPublishLinkDialog(null,null,null,null,function(b,c,d,e,f,g){a.spinner.spin(document.body,mxResources.get("loading"))&&a.getPublicUrl(a.getCurrentFile(),function(h){a.spinner.stop();h=new EmbedDialog(a,a.createLink(b,c,d,e,f,g,h));a.showDialog(h.container,440,240,!0,!0);h.init()})})}));a.actions.addAction("googleDocs...",function(){a.openLink("http://docsaddon.draw.io")}); a.actions.addAction("googleSites...",function(){a.spinner.spin(document.body,mxResources.get("loading"))&&a.getPublicUrl(a.getCurrentFile(),function(b){a.spinner.stop();b=new GoogleSitesDialog(a,b);a.showDialog(b.container,420,256,!0,!0);b.init()})});if(isLocalStorage||mxClient.IS_CHROMEAPP)k=a.actions.addAction("scratchpad",function(){a.toggleScratchpad()}),k.setToggleAction(!0),k.setSelectedCallback(function(){return null!=a.scratchpad}),a.actions.addAction("plugins...",function(){a.showDialog((new PluginsDialog(a)).container, 360,170,!0,!1)});k=a.actions.addAction("search",function(){var b=a.sidebar.isEntryVisible("search");a.sidebar.showPalette("search",!b);isLocalStorage&&(mxSettings.settings.search=!b,mxSettings.save())});k.setToggleAction(!0);k.setSelectedCallback(function(){return a.sidebar.isEntryVisible("search")});"1"==urlParams.embed&&(a.actions.get("save").funct=function(b){c.isEditing()&&c.stopEditing();var d="0"!=urlParams.pages||null!=a.pages&&1<a.pages.length?a.getFileData(!0):mxUtils.getXml(a.editor.getGraphXml()); if("json"==urlParams.proto){var e=a.createLoadMessage("save");e.xml=d;b&&(e.exit=!0);d=JSON.stringify(e)}(window.opener||window.parent).postMessage(d,"*");"0"!=urlParams.modified&&"1"!=urlParams.keepmodified&&(a.editor.modified=!1,a.editor.setStatus(""));null!=a.getCurrentFile()&&a.saveFile()},a.actions.addAction("saveAndExit",function(){a.actions.get("save").funct(!0)}),a.actions.addAction("exit",function(){var b=function(){a.editor.modified=!1;var b="json"==urlParams.proto?JSON.stringify({event:"exit", modified:a.editor.modified}):"";(window.opener||window.parent).postMessage(b,"*")};a.editor.modified?a.confirm(mxResources.get("allChangesLost"),null,b,mxResources.get("cancel"),mxResources.get("discardChanges")):b()}));this.put("exportAs",new Menu(mxUtils.bind(this,function(b,c){a.isExportToCanvas()?(this.addMenuItems(b,["exportPng"],c),a.jpgSupported&&this.addMenuItems(b,["exportJpg"],c)):a.isOffline()||mxClient.IS_IOS&&navigator.standalone||this.addMenuItems(b,["exportPng","exportJpg"],c);this.addMenuItems(b, ["exportSvg","-"],c);a.isOffline()||a.printPdfExport?this.addMenuItems(b,["exportPdf"],c):a.isOffline()||mxClient.IS_IOS&&navigator.standalone||this.addMenuItems(b,["exportPdf"],c);mxClient.IS_IE11||mxClient.IS_IE||"undefined"===typeof VsdxExport&&a.isOffline()||this.addMenuItems(b,["exportVsdx"],c);this.addMenuItems(b,["-","exportHtml","exportXml","exportUrl"],c);a.isOffline()||(b.addSeparator(c),this.addMenuItem(b,"export",c).firstChild.nextSibling.innerHTML=mxResources.get("advanced")+"...")}))); this.editorUi.actions.addAction("chatWindowTitle...",mxUtils.bind(this.editorUi,this.editorUi.toggleChat));this.put("importFrom",new Menu(function(b,d){function e(b){b.pickFile(function(c){a.spinner.spin(document.body,mxResources.get("loading"))&&b.getFile(c,function(b){var c=k(b.getTitle());/\.svg$/i.test(b.getTitle())&&!a.editor.isDataSvg(b.getData())&&(b.setData(a.createSvgDataUri(b.getData())),c="image/svg+xml");g(b.getData(),c,b.getTitle())},function(b){a.handleError(b,null!=b?mxResources.get("errorLoadingFile"): -null)},b==a.drive)},!0)}var g=mxUtils.bind(this,function(b,d,e){var f=c.view,g=c.getGraphBounds(),h=c.snap(Math.ceil(Math.max(0,g.x/f.scale-f.translate.x)+4*c.gridSize)),k=c.snap(Math.ceil(Math.max(0,(g.y+g.height)/f.scale-f.translate.y)+4*c.gridSize));"data:image/"==b.substring(0,11)?a.loadImage(b,mxUtils.bind(this,function(f){var g=!0,m=mxUtils.bind(this,function(){a.resizeImage(f,b,mxUtils.bind(this,function(f,m,l){f=g?Math.min(1,Math.min(a.maxImageSize/m,a.maxImageSize/l)):1;a.importFile(b,d, -h,k,Math.round(m*f),Math.round(l*f),e,function(b){a.spinner.stop();c.setSelectionCells(b);c.scrollCellToVisible(c.getSelectionCell())})}),g)});b.length>a.resampleThreshold?a.confirmImageResize(function(a){g=a;m()}):m()}),mxUtils.bind(this,function(){a.handleError({message:mxResources.get("cannotOpenFile")})})):a.importFile(b,d,h,k,0,0,e,function(b){a.spinner.stop();c.setSelectionCells(b);c.scrollCellToVisible(c.getSelectionCell())})}),k=mxUtils.bind(this,function(a){var b="text/xml";/\.png$/i.test(a)? +null)},b==a.drive)},!0)}var g=mxUtils.bind(this,function(b,d,e){var f=c.view,g=c.getGraphBounds(),h=c.snap(Math.ceil(Math.max(0,g.x/f.scale-f.translate.x)+4*c.gridSize)),k=c.snap(Math.ceil(Math.max(0,(g.y+g.height)/f.scale-f.translate.y)+4*c.gridSize));"data:image/"==b.substring(0,11)?a.loadImage(b,mxUtils.bind(this,function(f){var g=!0,l=mxUtils.bind(this,function(){a.resizeImage(f,b,mxUtils.bind(this,function(f,l,m){f=g?Math.min(1,Math.min(a.maxImageSize/l,a.maxImageSize/m)):1;a.importFile(b,d, +h,k,Math.round(l*f),Math.round(m*f),e,function(b){a.spinner.stop();c.setSelectionCells(b);c.scrollCellToVisible(c.getSelectionCell())})}),g)});b.length>a.resampleThreshold?a.confirmImageResize(function(a){g=a;l()}):l()}),mxUtils.bind(this,function(){a.handleError({message:mxResources.get("cannotOpenFile")})})):a.importFile(b,d,h,k,0,0,e,function(b){a.spinner.stop();c.setSelectionCells(b);c.scrollCellToVisible(c.getSelectionCell())})}),k=mxUtils.bind(this,function(a){var b="text/xml";/\.png$/i.test(a)? b="image/png":/\.jpe?g$/i.test(a)?b="image/jpg":/\.gif$/i.test(a)&&(b="image/gif");return b});"undefined"!=typeof google&&"undefined"!=typeof google.picker&&(null!=a.drive?b.addItem(mxResources.get("googleDrive")+"...",null,function(){e(a.drive)},d):h&&b.addItem(mxResources.get("googleDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},d,null,!1));null!=a.gitHub&&b.addItem(mxResources.get("github")+"...",null,function(){e(a.gitHub)},d);null!=a.dropbox?b.addItem(mxResources.get("dropbox")+ -"...",null,function(){e(a.dropbox)},d):m&&b.addItem(mxResources.get("dropbox")+" ("+mxResources.get("loading")+"...)",null,function(){},d,null,!1);null!=a.oneDrive?b.addItem(mxResources.get("oneDrive")+"...",null,function(){e(a.oneDrive)},d):l&&b.addItem(mxResources.get("oneDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},d,null,!1);null!=a.trello?b.addItem(mxResources.get("trello")+"...",null,function(){e(a.trello)},d):f&&b.addItem(mxResources.get("trello")+" ("+mxResources.get("loading")+ +"...",null,function(){e(a.dropbox)},d):l&&b.addItem(mxResources.get("dropbox")+" ("+mxResources.get("loading")+"...)",null,function(){},d,null,!1);null!=a.oneDrive?b.addItem(mxResources.get("oneDrive")+"...",null,function(){e(a.oneDrive)},d):m&&b.addItem(mxResources.get("oneDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},d,null,!1);null!=a.trello?b.addItem(mxResources.get("trello")+"...",null,function(){e(a.trello)},d):f&&b.addItem(mxResources.get("trello")+" ("+mxResources.get("loading")+ "...)",null,function(){},d,null,!1);b.addSeparator(d);isLocalStorage&&"0"!=urlParams.browser&&b.addItem(mxResources.get("browser")+"...",null,function(){a.importLocalFile(!1)},d);mxClient.IS_IOS||b.addItem(mxResources.get("device")+"...",null,function(){a.importLocalFile(!0)},d);a.isOffline()||(b.addSeparator(d),b.addItem(mxResources.get("url")+"...",null,function(){var b=new FilenameDialog(a,"",mxResources.get("import"),function(b){if(null!=b&&0<b.length&&a.spinner.spin(document.body,mxResources.get("loading"))){var c= /(\.png)($|\?)/i.test(b)?"image/png":"text/xml";a.loadUrl(PROXY_URL+"?url="+encodeURIComponent(b),function(a){g(a,c,b)},function(){a.spinner.stop();a.handleError(null,mxResources.get("errorLoadingFile"))},"image/png"==c)}},mxResources.get("url"));a.showDialog(b.container,300,80,!0,!0);b.init()},d))})).isEnabled=g;this.put("theme",new Menu(mxUtils.bind(this,function(b,c){var d=b.addItem(mxResources.get("kennedy"),null,function(){mxSettings.setUi("");mxSettings.save();a.alert(mxResources.get("restartForChangeRequired"))}, c);"atlas"!=uiTheme&&"dark"!=uiTheme&&"min"!=uiTheme&&b.addCheckmark(d,Editor.checkmarkImage);d=b.addItem(mxResources.get("minimal"),null,function(){mxSettings.setUi("min");mxSettings.save();a.alert(mxResources.get("restartForChangeRequired"))},c);"min"==uiTheme&&b.addCheckmark(d,Editor.checkmarkImage);d=b.addItem(mxResources.get("atlas"),null,function(){mxSettings.setUi("atlas");mxSettings.save();a.alert(mxResources.get("restartForChangeRequired"))},c);"atlas"==uiTheme&&b.addCheckmark(d,Editor.checkmarkImage); @@ -8097,22 +8164,22 @@ function(c,d){"download"==d&&(d=App.MODE_GOOGLE);null!=c&&0<c.length&&(d==App.MO null,d))}),mxUtils.bind(this,function(){a.hideDialog()}),mxResources.get("makeCopy"),mxResources.get("create"),null,null,null,null,!0),a.showDialog(c.container,420,380,!0,!0),c.init()):a.editor.editAsNew(this.editorUi.getFileData(!0),c)}}));a.actions.addAction("moveToFolder...",mxUtils.bind(this,function(){var b=a.getCurrentFile();b.getMode()!=App.MODE_GOOGLE&&b.getMode()!=App.MODE_ONEDRIVE||a.pickFolder(b.getMode(),mxUtils.bind(this,function(c){a.spinner.spin(document.body,mxResources.get("moving"))&& b.move(c,mxUtils.bind(this,function(b){a.spinner.stop()}),mxUtils.bind(this,function(b){a.handleError(b)}))}))}));this.put("publish",new Menu(mxUtils.bind(this,function(a,b){this.addMenuItems(a,["publishLink"],b)})));a.actions.put("offline",new Action(mxResources.get("offline")+"...",function(){a.openLink("https://app.draw.io/")}));a.actions.put("download",new Action(mxResources.get("download")+"...",function(){a.openLink("https://get.draw.io/")}));this.editorUi.actions.addAction("share...",mxUtils.bind(this, function(){var a=this.editorUi.getCurrentFile();null!=a&&this.editorUi.drive.showPermissions(a.getId())}));this.put("embed",new Menu(mxUtils.bind(this,function(b,c){"1"==urlParams.test&&this.addMenuItems(b,["liveImage","-"],c);this.addMenuItems(b,["embedImage","embedSvg","-","embedHtml"],c);navigator.standalone||a.isOffline()||this.addMenuItems(b,["embedIframe"],c);a.isOffline()||this.addMenuItems(b,["-","googleSites","googleDocs"],c)})));var v=function(b,c,d,e){("plantUml"!=e||EditorUi.enablePlantUml&& -!a.isOffline())&&b.addItem(d,null,mxUtils.bind(this,function(){if("fromText"==e||"formatSql"==e||"plantUml"==e){var b=new ParseDialog(a,d,e);a.showDialog(b.container,620,420,!0,!1);a.dialog.container.style.overflow="auto"}else b=new CreateGraphDialog(a,d,e),a.showDialog(b.container,620,420,!0,!1);b.init()}),c)},x=function(a,b,d,e){var f=c.isMouseInsertPoint()?c.getInsertPoint():c.getFreeInsertPoint();a=new mxCell(a,new mxGeometry(f.x,f.y,b,d),e);a.vertex=!0;c.getModel().beginUpdate();try{a=c.addCell(a), -c.fireEvent(new mxEventObject("cellsInserted","cells",[a]))}finally{c.getModel().endUpdate()}c.scrollCellToVisible(a);c.setSelectionCell(a);c.container.focus();c.editAfterInsert&&c.startEditing(a);return a};a.actions.addAction("insertText",function(){c.isEnabled()&&!c.isCellLocked(c.getDefaultParent())&&c.startEditingAtCell(x("Text",40,20,"text;html=1;resizable=0;autosize=1;align=center;verticalAlign=middle;points=[];fillColor=none;strokeColor=none;rounded=0;"))},null,null,Editor.ctrlKey+"+Shift+X").isEnabled= -g;a.actions.addAction("insertRectangle",function(){c.isEnabled()&&!c.isCellLocked(c.getDefaultParent())&&x("",120,60,"whiteSpace=wrap;html=1;")},null,null,Editor.ctrlKey+"+K").isEnabled=g;a.actions.addAction("insertEllipse",function(){c.isEnabled()&&!c.isCellLocked(c.getDefaultParent())&&x("",80,80,"ellipse;whiteSpace=wrap;html=1;")},null,null,Editor.ctrlKey+"+Shift+K").isEnabled=g;a.actions.addAction("insertRhombus",function(){c.isEnabled()&&!c.isCellLocked(c.getDefaultParent())&&x("",80,80,"rhombus;whiteSpace=wrap;html=1;")}).isEnabled= -g;var z=mxUtils.bind(this,function(a,b,c){for(var d=0;d<c.length;d++)"-"==c[d]?a.addSeparator(b):v(a,b,mxResources.get(c[d])+"...",c[d])});this.put("insert",new Menu(mxUtils.bind(this,function(b,c){this.addMenuItems(b,"insertText insertRectangle - insertEllipse insertRhombus - insertLink insertImage".split(" "),c);b.addSeparator(c);this.addSubmenu("insertLayout",b,c,mxResources.get("layout"));b.addSeparator(c);z(b,c,["fromText","plantUml","-","formatSql"]);b.addItem(mxResources.get("csv")+"...",null, -function(){a.showImportCsvDialog()},c)})));this.put("insertLayout",new Menu(mxUtils.bind(this,function(a,b){z(a,b,"horizontalFlow verticalFlow - horizontalTree verticalTree radialTree - organic circle".split(" "))})));this.put("openRecent",new Menu(function(b,c){var d=a.getRecent();if(null!=d){for(var e=0;e<d.length;e++)(function(d){var e=d.mode;e==App.MODE_GOOGLE?e="googleDrive":e==App.MODE_ONEDRIVE&&(e="oneDrive");b.addItem(d.title+" ("+mxResources.get(e)+")",null,function(){a.loadFile(d.id)},c)})(d[e]); +!a.isOffline())&&b.addItem(d,null,mxUtils.bind(this,function(){if("fromText"==e||"formatSql"==e||"plantUml"==e){var b=new ParseDialog(a,d,e);a.showDialog(b.container,620,420,!0,!1);a.dialog.container.style.overflow="auto"}else b=new CreateGraphDialog(a,d,e),a.showDialog(b.container,620,420,!0,!1);b.init()}),c)},w=function(a,b,d,e){var f=c.isMouseInsertPoint()?c.getInsertPoint():c.getFreeInsertPoint();a=new mxCell(a,new mxGeometry(f.x,f.y,b,d),e);a.vertex=!0;c.getModel().beginUpdate();try{a=c.addCell(a), +c.fireEvent(new mxEventObject("cellsInserted","cells",[a]))}finally{c.getModel().endUpdate()}c.scrollCellToVisible(a);c.setSelectionCell(a);c.container.focus();c.editAfterInsert&&c.startEditing(a);return a};a.actions.addAction("insertText",function(){c.isEnabled()&&!c.isCellLocked(c.getDefaultParent())&&c.startEditingAtCell(w("Text",40,20,"text;html=1;resizable=0;autosize=1;align=center;verticalAlign=middle;points=[];fillColor=none;strokeColor=none;rounded=0;"))},null,null,Editor.ctrlKey+"+Shift+X").isEnabled= +g;a.actions.addAction("insertRectangle",function(){c.isEnabled()&&!c.isCellLocked(c.getDefaultParent())&&w("",120,60,"whiteSpace=wrap;html=1;")},null,null,Editor.ctrlKey+"+K").isEnabled=g;a.actions.addAction("insertEllipse",function(){c.isEnabled()&&!c.isCellLocked(c.getDefaultParent())&&w("",80,80,"ellipse;whiteSpace=wrap;html=1;")},null,null,Editor.ctrlKey+"+Shift+K").isEnabled=g;a.actions.addAction("insertRhombus",function(){c.isEnabled()&&!c.isCellLocked(c.getDefaultParent())&&w("",80,80,"rhombus;whiteSpace=wrap;html=1;")}).isEnabled= +g;var x=mxUtils.bind(this,function(a,b,c){for(var d=0;d<c.length;d++)"-"==c[d]?a.addSeparator(b):v(a,b,mxResources.get(c[d])+"...",c[d])});this.put("insert",new Menu(mxUtils.bind(this,function(b,c){this.addMenuItems(b,"insertText insertRectangle - insertEllipse insertRhombus - insertLink insertImage".split(" "),c);b.addSeparator(c);this.addSubmenu("insertLayout",b,c,mxResources.get("layout"));b.addSeparator(c);x(b,c,["fromText","plantUml","-","formatSql"]);b.addItem(mxResources.get("csv")+"...",null, +function(){a.showImportCsvDialog()},c)})));this.put("insertLayout",new Menu(mxUtils.bind(this,function(a,b){x(a,b,"horizontalFlow verticalFlow - horizontalTree verticalTree radialTree - organic circle".split(" "))})));this.put("openRecent",new Menu(function(b,c){var d=a.getRecent();if(null!=d){for(var e=0;e<d.length;e++)(function(d){var e=d.mode;e==App.MODE_GOOGLE?e="googleDrive":e==App.MODE_ONEDRIVE&&(e="oneDrive");b.addItem(d.title+" ("+mxResources.get(e)+")",null,function(){a.loadFile(d.id)},c)})(d[e]); b.addSeparator(c)}b.addItem(mxResources.get("reset"),null,function(){a.resetRecent()},c)}));this.put("openFrom",new Menu(function(b,c){null!=a.drive?b.addItem(mxResources.get("googleDrive")+"...",null,function(){a.pickFile(App.MODE_GOOGLE)},c):h&&b.addItem(mxResources.get("googleDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);null!=a.gitHub&&b.addItem(mxResources.get("github")+"...",null,function(){a.pickFile(App.MODE_GITHUB)},c);null!=a.dropbox?b.addItem(mxResources.get("dropbox")+ -"...",null,function(){a.pickFile(App.MODE_DROPBOX)},c):m&&b.addItem(mxResources.get("dropbox")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);null!=a.oneDrive?b.addItem(mxResources.get("oneDrive")+"...",null,function(){a.pickFile(App.MODE_ONEDRIVE)},c):l&&b.addItem(mxResources.get("oneDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);null!=a.trello?b.addItem(mxResources.get("trello")+"...",null,function(){a.pickFile(App.MODE_TRELLO)},c):f&&b.addItem(mxResources.get("trello")+ +"...",null,function(){a.pickFile(App.MODE_DROPBOX)},c):l&&b.addItem(mxResources.get("dropbox")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);null!=a.oneDrive?b.addItem(mxResources.get("oneDrive")+"...",null,function(){a.pickFile(App.MODE_ONEDRIVE)},c):m&&b.addItem(mxResources.get("oneDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);null!=a.trello?b.addItem(mxResources.get("trello")+"...",null,function(){a.pickFile(App.MODE_TRELLO)},c):f&&b.addItem(mxResources.get("trello")+ " ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);b.addSeparator(c);isLocalStorage&&"0"!=urlParams.browser&&b.addItem(mxResources.get("browser")+"...",null,function(){a.pickFile(App.MODE_BROWSER)},c);mxClient.IS_IOS||b.addItem(mxResources.get("device")+"...",null,function(){a.pickFile(App.MODE_DEVICE)},c);a.isOffline()||(b.addSeparator(c),b.addItem(mxResources.get("url")+"...",null,function(){var b=new FilenameDialog(a,"",mxResources.get("open"),function(b){null!=b&&0<b.length&& (null==a.getCurrentFile()?window.location.hash="#U"+encodeURIComponent(b):window.openWindow((mxClient.IS_CHROMEAPP?"https://www.draw.io/":"https://"+location.host+"/")+window.location.search+"#U"+encodeURIComponent(b)))},mxResources.get("url"));a.showDialog(b.container,300,80,!0,!0);b.init()},c))}));Editor.enableCustomLibraries&&(this.put("newLibrary",new Menu(function(b,c){"undefined"!=typeof google&&"undefined"!=typeof google.picker&&(null!=a.drive?b.addItem(mxResources.get("googleDrive")+"...", -null,function(){a.showLibraryDialog(null,null,null,null,App.MODE_GOOGLE)},c):h&&b.addItem(mxResources.get("googleDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1));null!=a.gitHub&&b.addItem(mxResources.get("github")+"...",null,function(){a.showLibraryDialog(null,null,null,null,App.MODE_GITHUB)},c);null!=a.dropbox?b.addItem(mxResources.get("dropbox")+"...",null,function(){a.showLibraryDialog(null,null,null,null,App.MODE_DROPBOX)},c):m&&b.addItem(mxResources.get("dropbox")+ -" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);null!=a.oneDrive?b.addItem(mxResources.get("oneDrive")+"...",null,function(){a.showLibraryDialog(null,null,null,null,App.MODE_ONEDRIVE)},c):l&&b.addItem(mxResources.get("oneDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);null!=a.trello?b.addItem(mxResources.get("trello")+"...",null,function(){a.showLibraryDialog(null,null,null,null,App.MODE_TRELLO)},c):f&&b.addItem(mxResources.get("trello")+" ("+mxResources.get("loading")+ +null,function(){a.showLibraryDialog(null,null,null,null,App.MODE_GOOGLE)},c):h&&b.addItem(mxResources.get("googleDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1));null!=a.gitHub&&b.addItem(mxResources.get("github")+"...",null,function(){a.showLibraryDialog(null,null,null,null,App.MODE_GITHUB)},c);null!=a.dropbox?b.addItem(mxResources.get("dropbox")+"...",null,function(){a.showLibraryDialog(null,null,null,null,App.MODE_DROPBOX)},c):l&&b.addItem(mxResources.get("dropbox")+ +" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);null!=a.oneDrive?b.addItem(mxResources.get("oneDrive")+"...",null,function(){a.showLibraryDialog(null,null,null,null,App.MODE_ONEDRIVE)},c):m&&b.addItem(mxResources.get("oneDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);null!=a.trello?b.addItem(mxResources.get("trello")+"...",null,function(){a.showLibraryDialog(null,null,null,null,App.MODE_TRELLO)},c):f&&b.addItem(mxResources.get("trello")+" ("+mxResources.get("loading")+ "...)",null,function(){},c,null,!1);b.addSeparator(c);isLocalStorage&&"0"!=urlParams.browser&&b.addItem(mxResources.get("browser")+"...",null,function(){a.showLibraryDialog(null,null,null,null,App.MODE_BROWSER)},c);mxClient.IS_IOS||b.addItem(mxResources.get("device")+"...",null,function(){a.showLibraryDialog(null,null,null,null,App.MODE_DEVICE)},c)})),this.put("openLibraryFrom",new Menu(function(b,c){"undefined"!=typeof google&&"undefined"!=typeof google.picker&&(null!=a.drive?b.addItem(mxResources.get("googleDrive")+ -"...",null,function(){a.pickLibrary(App.MODE_GOOGLE)},c):h&&b.addItem(mxResources.get("googleDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1));null!=a.gitHub&&b.addItem(mxResources.get("github")+"...",null,function(){a.pickLibrary(App.MODE_GITHUB)},c);null!=a.dropbox?b.addItem(mxResources.get("dropbox")+"...",null,function(){a.pickLibrary(App.MODE_DROPBOX)},c):m&&b.addItem(mxResources.get("dropbox")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);null!= -a.oneDrive?b.addItem(mxResources.get("oneDrive")+"...",null,function(){a.pickLibrary(App.MODE_ONEDRIVE)},c):l&&b.addItem(mxResources.get("oneDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);null!=a.trello?b.addItem(mxResources.get("trello")+"...",null,function(){a.pickLibrary(App.MODE_TRELLO)},c):f&&b.addItem(mxResources.get("trello")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);b.addSeparator(c);isLocalStorage&&"0"!=urlParams.browser&&b.addItem(mxResources.get("browser")+ +"...",null,function(){a.pickLibrary(App.MODE_GOOGLE)},c):h&&b.addItem(mxResources.get("googleDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1));null!=a.gitHub&&b.addItem(mxResources.get("github")+"...",null,function(){a.pickLibrary(App.MODE_GITHUB)},c);null!=a.dropbox?b.addItem(mxResources.get("dropbox")+"...",null,function(){a.pickLibrary(App.MODE_DROPBOX)},c):l&&b.addItem(mxResources.get("dropbox")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);null!= +a.oneDrive?b.addItem(mxResources.get("oneDrive")+"...",null,function(){a.pickLibrary(App.MODE_ONEDRIVE)},c):m&&b.addItem(mxResources.get("oneDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);null!=a.trello?b.addItem(mxResources.get("trello")+"...",null,function(){a.pickLibrary(App.MODE_TRELLO)},c):f&&b.addItem(mxResources.get("trello")+" ("+mxResources.get("loading")+"...)",null,function(){},c,null,!1);b.addSeparator(c);isLocalStorage&&"0"!=urlParams.browser&&b.addItem(mxResources.get("browser")+ "...",null,function(){a.pickLibrary(App.MODE_BROWSER)},c);mxClient.IS_IOS||b.addItem(mxResources.get("device")+"...",null,function(){a.pickLibrary(App.MODE_DEVICE)},c);a.isOffline()||(b.addSeparator(c),b.addItem(mxResources.get("url")+"...",null,function(){var b=new FilenameDialog(a,"",mxResources.get("open"),function(b){if(null!=b&&0<b.length&&a.spinner.spin(document.body,mxResources.get("loading"))){var c=b;a.isCorsEnabledForUrl(b)||(c=PROXY_URL+"?url="+encodeURIComponent(b));mxUtils.get(c,function(c){if(200<= -c.getStatus()&&299>=c.getStatus()){a.spinner.stop();try{a.loadLibrary(new UrlLibrary(this,c.getText(),b))}catch(y){a.handleError(y,mxResources.get("errorLoadingFile"))}}else a.spinner.stop(),a.handleError(null,mxResources.get("errorLoadingFile"))},function(){a.spinner.stop();a.handleError(null,mxResources.get("errorLoadingFile"))})}},mxResources.get("url"));a.showDialog(b.container,300,80,!0,!0);b.init()},c))})));this.put("edit",new Menu(mxUtils.bind(this,function(a,b){this.addMenuItems(a,"undo redo - cut copy paste delete - duplicate - find - editData editTooltip - editStyle editGeometry - edit - editLink openLink - selectVertices selectEdges selectAll selectNone - lockUnlock".split(" "))}))); +c.getStatus()&&299>=c.getStatus()){a.spinner.stop();try{a.loadLibrary(new UrlLibrary(this,c.getText(),b))}catch(C){a.handleError(C,mxResources.get("errorLoadingFile"))}}else a.spinner.stop(),a.handleError(null,mxResources.get("errorLoadingFile"))},function(){a.spinner.stop();a.handleError(null,mxResources.get("errorLoadingFile"))})}},mxResources.get("url"));a.showDialog(b.container,300,80,!0,!0);b.init()},c))})));this.put("edit",new Menu(mxUtils.bind(this,function(a,b){this.addMenuItems(a,"undo redo - cut copy paste delete - duplicate - find - editData editTooltip - editStyle editGeometry - edit - editLink openLink - selectVertices selectEdges selectAll selectNone - lockUnlock".split(" "))}))); this.put("view",new Menu(mxUtils.bind(this,function(b,c){this.addMenuItems(b,(null!=this.editorUi.format?["formatPanel"]:[]).concat(["outline","layers","-"]));this.addMenuItems(b,["-","search"],c);if(isLocalStorage||mxClient.IS_CHROMEAPP){var d=this.addMenuItem(b,"scratchpad",c);a.isOffline()&&!mxClient.IS_CHROMEAPP||this.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000042367")}this.addMenuItems(b,"shapes - pageView pageScale - scrollbars tooltips - grid guides".split(" "),c); mxClient.IS_SVG&&(null==document.documentMode||9<document.documentMode)&&this.addMenuItem(b,"shadowVisible",c);this.addMenuItems(b,"- connectionArrows connectionPoints - resetView zoomIn zoomOut".split(" "),c)})));this.put("extras",new Menu(mxUtils.bind(this,function(b,c){"1"!=urlParams.embed&&(this.addSubmenu("theme",b,c),b.addSeparator(c));this.addMenuItems(b,["copyConnect","collapseExpand","-"],c);if("undefined"!==typeof MathJax){var d=this.addMenuItem(b,"mathematicalTypesetting",c);this.addLinkToItem(d, "https://desk.draw.io/support/solutions/articles/16000032875")}"1"!=urlParams.embed&&this.addMenuItems(b,["autosave"],c);this.addMenuItems(b,["-","createShape","editDiagram"],c);b.addSeparator(c);"1"!=urlParams.embed&&(isLocalStorage||mxClient.IS_CHROMEAPP)&&this.addMenuItems(b,["showStartScreen"],c);!a.isOfflineApp()&&"1"!=urlParams.embed&&isLocalStorage&&(d=this.addMenuItem(b,"plugins",c),a.isOffline()||this.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000056430"));b.addSeparator(c); @@ -8140,8 +8207,8 @@ Graph.prototype.getViewState=function(){return{defaultParent:this.defaultParent, arrows:this.connectionArrowsEnabled,scale:this.view.scale,scrollLeft:this.container.scrollLeft-this.view.translate.x*this.view.scale,scrollTop:this.container.scrollTop-this.view.translate.y*this.view.scale,translate:this.view.translate.clone(),lastPasteXml:this.lastPasteXml,pasteCounter:this.pasteCounter,mathEnabled:this.mathEnabled}}; Graph.prototype.setViewState=function(a){null!=a?(this.lastPasteXml=a.lastPasteXml,this.pasteCounter=a.pasteCounter||0,this.mathEnabled=a.mathEnabled,this.gridEnabled=a.gridEnabled,this.gridSize=a.gridSize,this.graphHandler.guidesEnabled=a.guidesEnabled,this.foldingEnabled=a.foldingEnabled,this.setShadowVisible(a.shadowVisible,!1),this.scrollbars=a.scrollbars,this.pageVisible=a.pageVisible,this.background=a.background,this.backgroundImage=a.backgroundImage,this.pageScale=a.pageScale,this.pageFormat= a.pageFormat,this.view.scale=a.scale,this.view.currentRoot=a.currentRoot,this.defaultParent=a.defaultParent,this.connectionArrowsEnabled=a.arrows,this.setTooltips(a.tooltips),this.setConnectable(a.connect),this.model.contains(this.view.currentRoot)||(this.view.currentRoot=null),this.model.contains(this.defaultParent)||(this.setDefaultParent(null),this.selectUnlockedLayer()),null!=a.translate&&(this.view.translate=a.translate)):(this.view.currentRoot=null,this.view.scale=1,this.gridEnabled=!0,this.gridSize= -mxGraph.prototype.gridSize,this.pageScale=mxGraph.prototype.pageScale,this.pageFormat=mxSettings.getPageFormat(),this.pageVisible=this.defaultPageVisible,this.background=this.defaultGraphBackground,this.backgroundImage=null,this.scrollbars=this.defaultScrollbars,this.foldingEnabled=this.graphHandler.guidesEnabled=!0,this.defaultParent=null,this.setTooltips(!0),this.setConnectable(!0),this.lastPasteXml=null,this.pasteCounter=0,this.mathEnabled=!1,this.connectionArrowsEnabled=!0);this.preferPageSize= -this.pageBreaksVisible=this.pageVisible};EditorUi.prototype.updatePageRoot=function(a){if(null==a.root){var b=this.editor.extractGraphModel(a.node);if(null!=b){a.graphModelNode=b;a.viewState=this.editor.graph.createViewState(b);var c=new mxCodec(b.ownerDocument);a.root=c.decode(b).root}else a.root=this.editor.graph.model.createRoot()}return a}; +mxGraph.prototype.gridSize,this.pageScale=mxGraph.prototype.pageScale,this.pageFormat=mxSettings.getPageFormat(),this.pageVisible=this.defaultPageVisible,this.background=this.defaultGraphBackground,this.backgroundImage=null,this.scrollbars=this.defaultScrollbars,this.foldingEnabled=this.graphHandler.guidesEnabled=!0,this.setShadowVisible(!1,!1),this.defaultParent=null,this.setTooltips(!0),this.setConnectable(!0),this.lastPasteXml=null,this.pasteCounter=0,this.mathEnabled=!1,this.connectionArrowsEnabled= +!0);this.preferPageSize=this.pageBreaksVisible=this.pageVisible};EditorUi.prototype.updatePageRoot=function(a){if(null==a.root){var b=this.editor.extractGraphModel(a.node);if(null!=b){a.graphModelNode=b;a.viewState=this.editor.graph.createViewState(b);var c=new mxCodec(b.ownerDocument);a.root=c.decode(b).root}else a.root=this.editor.graph.model.createRoot()}return a}; EditorUi.prototype.selectPage=function(a,b){this.editor.graph.isEditing()&&this.editor.graph.stopEditing(!1);b=null!=b?b:!1;this.editor.graph.isMouseDown=!1;this.editor.graph.reset();var c=this.editor.graph.model.createUndoableEdit();c.ignoreEdit=!0;var d=new SelectPage(this,a);d.execute();c.add(d);c.notify();this.editor.graph.tooltipHandler.hide();b||this.editor.graph.model.fireEvent(new mxEventObject(mxEvent.UNDO,"edit",c))}; EditorUi.prototype.selectNextPage=function(a){var b=this.currentPage;null!=b&&null!=this.pages&&(b=mxUtils.indexOf(this.pages,b),a?this.selectPage(this.pages[mxUtils.mod(b+1,this.pages.length)]):a||this.selectPage(this.pages[mxUtils.mod(b-1,this.pages.length)]))};EditorUi.prototype.insertPage=function(a,b){if(this.editor.graph.isEnabled()){a=null!=a?a:this.createPage();b=null!=b?b:this.pages.length;var c=new ChangePage(this,a,a,b);this.editor.graph.model.execute(c)}return a}; EditorUi.prototype.createPage=function(a){var b=new DiagramPage(this.fileNode.ownerDocument.createElement("diagram"));b.setName(null!=a?a:this.createPageName());return b};EditorUi.prototype.createPageName=function(){for(var a={},b=0;b<this.pages.length;b++){var c=this.pages[b].getName();null!=c&&0<c.length&&(a[c]=c)}b=this.pages.length;do c=mxResources.get("pageWithNumber",[++b]);while(null!=a[c]);return c}; @@ -8152,9 +8219,9 @@ EditorUi.prototype.createTabContainer=function(){var a=document.createElement("d EditorUi.prototype.updateTabContainer=function(){if(null!=this.tabContainer&&null!=this.pages){var a=this.editor.graph,b=document.createElement("div");b.style.position="relative";b.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";b.style.verticalAlign="top";b.style.height=this.tabContainer.style.height;b.style.whiteSpace="nowrap";b.style.overflow="hidden";b.style.fontSize="12px";b.style.marginLeft="30px";for(var c=this.editor.isChromelessView()?29:59,d=Math.min(140,Math.max(20,(this.tabContainer.clientWidth- c)/this.pages.length)+1),e=null,g=0;g<this.pages.length;g++)mxUtils.bind(this,function(c,d){this.pages[c]==this.currentPage?(d.className="geActivePage",d.style.backgroundColor="dark"==uiTheme?"#2a2a2a":"#eeeeee",d.style.fontWeight="bold",d.style.borderTopStyle="none"):d.className="geInactivePage";d.setAttribute("draggable","true");mxEvent.addListener(d,"dragstart",mxUtils.bind(this,function(b){a.isEnabled()?(mxClient.IS_FF&&b.dataTransfer.setData("Text","<diagram/>"),e=c):mxEvent.consume(b)}));mxEvent.addListener(d, "dragend",mxUtils.bind(this,function(a){e=null;a.stopPropagation();a.preventDefault()}));mxEvent.addListener(d,"dragover",mxUtils.bind(this,function(a){null!=e&&(a.dataTransfer.dropEffect="move");a.stopPropagation();a.preventDefault()}));mxEvent.addListener(d,"drop",mxUtils.bind(this,function(a){null!=e&&c!=e&&this.movePage(e,c);a.stopPropagation();a.preventDefault()}));b.appendChild(d)})(g,this.createTabForPage(this.pages[g],d,this.pages[g]!=this.currentPage));this.tabContainer.innerHTML="";this.tabContainer.appendChild(b); -d=this.createPageMenuTab();this.tabContainer.appendChild(d);d=null;this.isPageInsertTabVisible()&&(d=this.createPageInsertTab(),this.tabContainer.appendChild(d));if(b.clientWidth>this.tabContainer.clientWidth-c){null!=d&&(d.style.position="absolute",d.style.right="0px",b.style.marginRight="30px");var h=this.createControlTab(4," ❮ ");h.style.position="absolute";h.style.right=this.editor.chromeless?"29px":"55px";h.style.fontSize="13pt";this.tabContainer.appendChild(h);var m=this.createControlTab(4, -" ❯");m.style.position="absolute";m.style.right=this.editor.chromeless?"0px":"29px";m.style.fontSize="13pt";this.tabContainer.appendChild(m);var l=Math.max(0,this.tabContainer.clientWidth-(this.editor.chromeless?86:116));b.style.width=l+"px";mxEvent.addListener(h,"click",mxUtils.bind(this,function(a){b.scrollLeft-=Math.max(20,l-20);mxUtils.setOpacity(h,0<b.scrollLeft?100:50);mxUtils.setOpacity(m,b.scrollLeft<b.scrollWidth-b.clientWidth?100:50);mxEvent.consume(a)}));mxUtils.setOpacity(h, -0<b.scrollLeft?100:50);mxUtils.setOpacity(m,b.scrollLeft<b.scrollWidth-b.clientWidth?100:50);mxEvent.addListener(m,"click",mxUtils.bind(this,function(a){b.scrollLeft+=Math.max(20,l-20);mxUtils.setOpacity(h,0<b.scrollLeft?100:50);mxUtils.setOpacity(m,b.scrollLeft<b.scrollWidth-b.clientWidth?100:50);mxEvent.consume(a)}))}}};EditorUi.prototype.isPageInsertTabVisible=function(){return 1==urlParams.embed||null!=this.getCurrentFile()&&this.getCurrentFile().isEditable()}; +d=this.createPageMenuTab();this.tabContainer.appendChild(d);d=null;this.isPageInsertTabVisible()&&(d=this.createPageInsertTab(),this.tabContainer.appendChild(d));if(b.clientWidth>this.tabContainer.clientWidth-c){null!=d&&(d.style.position="absolute",d.style.right="0px",b.style.marginRight="30px");var h=this.createControlTab(4," ❮ ");h.style.position="absolute";h.style.right=this.editor.chromeless?"29px":"55px";h.style.fontSize="13pt";this.tabContainer.appendChild(h);var l=this.createControlTab(4, +" ❯");l.style.position="absolute";l.style.right=this.editor.chromeless?"0px":"29px";l.style.fontSize="13pt";this.tabContainer.appendChild(l);var m=Math.max(0,this.tabContainer.clientWidth-(this.editor.chromeless?86:116));b.style.width=m+"px";mxEvent.addListener(h,"click",mxUtils.bind(this,function(a){b.scrollLeft-=Math.max(20,m-20);mxUtils.setOpacity(h,0<b.scrollLeft?100:50);mxUtils.setOpacity(l,b.scrollLeft<b.scrollWidth-b.clientWidth?100:50);mxEvent.consume(a)}));mxUtils.setOpacity(h, +0<b.scrollLeft?100:50);mxUtils.setOpacity(l,b.scrollLeft<b.scrollWidth-b.clientWidth?100:50);mxEvent.addListener(l,"click",mxUtils.bind(this,function(a){b.scrollLeft+=Math.max(20,m-20);mxUtils.setOpacity(h,0<b.scrollLeft?100:50);mxUtils.setOpacity(l,b.scrollLeft<b.scrollWidth-b.clientWidth?100:50);mxEvent.consume(a)}))}}};EditorUi.prototype.isPageInsertTabVisible=function(){return 1==urlParams.embed||null!=this.getCurrentFile()&&this.getCurrentFile().isEditable()}; EditorUi.prototype.createTab=function(a){var b=document.createElement("div");b.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";b.style.whiteSpace="nowrap";b.style.boxSizing="border-box";b.style.position="relative";b.style.overflow="hidden";b.style.marginLeft="-1px";b.style.height=this.tabContainer.clientHeight+"px";b.style.padding="8px 4px 8px 4px";b.style.border="dark"==uiTheme?"1px solid #505759":"1px solid #c0c0c0";b.style.borderBottomStyle="solid";b.style.backgroundColor=this.tabContainer.style.backgroundColor; b.style.cursor="move";b.style.color="gray";a&&(mxEvent.addListener(b,"mouseenter",mxUtils.bind(this,function(a){this.editor.graph.isMouseDown||(b.style.backgroundColor="dark"==uiTheme?"black":"#d3d3d3",mxEvent.consume(a))})),mxEvent.addListener(b,"mouseleave",mxUtils.bind(this,function(a){b.style.backgroundColor=this.tabContainer.style.backgroundColor;mxEvent.consume(a)})));return b}; EditorUi.prototype.createControlTab=function(a,b){var c=this.createTab(!0);c.style.paddingTop=a+"px";c.style.cursor="pointer";c.style.width="30px";c.style.lineHeight="30px";c.innerHTML=b;null!=c.firstChild&&null!=c.firstChild.style&&mxUtils.setOpacity(c.firstChild,40);return c}; @@ -8164,45 +8231,45 @@ null,mxUtils.bind(this,function(){this.renamePage(d,d.getName())}),b),a.addSepar mxEvent.consume(a)}));return a};EditorUi.prototype.createPageInsertTab=function(){var a=this.createControlTab(4,'<div class="geSprite geSprite-plus" style="display:inline-block;width:21px;height:21px;"></div>');a.setAttribute("title",mxResources.get("insertPage"));mxEvent.addListener(a,"click",mxUtils.bind(this,function(a){this.insertPage();mxEvent.consume(a)}));return a}; EditorUi.prototype.createTabForPage=function(a,b,c){c=this.createTab(c);var d=a.getName();c.setAttribute("title",d);mxUtils.write(c,d);c.style.maxWidth=b+"px";c.style.width=b+"px";this.addTabListeners(a,c);42<b&&(c.style.textOverflow="ellipsis");return c}; EditorUi.prototype.addTabListeners=function(a,b){mxEvent.disableContextMenu(b);var c=this.editor.graph;mxEvent.addListener(b,"dblclick",mxUtils.bind(this,function(b){this.renamePage(a);mxEvent.consume(b)}));var d=!1,e=!1;mxEvent.addGestureListeners(b,mxUtils.bind(this,function(b){d=null!=this.currentMenu;e=a==this.currentPage;c.isMouseDown||e||this.selectPage(a)}),null,mxUtils.bind(this,function(g){if(c.isEnabled()&&!c.isMouseDown&&(mxEvent.isTouchEvent(g)&&e||mxEvent.isPopupTrigger(g))){c.popupMenuHandler.hideMenu(); -this.hideCurrentMenu();if(!mxEvent.isTouchEvent(g)||!d){var h=new mxPopupMenu(this.createPageMenu(a));h.div.className+=" geMenubarMenu";h.smartSeparators=!0;h.showDisabled=!0;h.autoExpand=!0;h.hideMenu=mxUtils.bind(this,function(){mxPopupMenu.prototype.hideMenu.apply(h,arguments);this.resetCurrentMenu();h.destroy()});var m=mxEvent.getClientX(g),l=mxEvent.getClientY(g);h.popup(m,l,null,g);this.setCurrentMenu(h,b)}mxEvent.consume(g)}}))}; +this.hideCurrentMenu();if(!mxEvent.isTouchEvent(g)||!d){var h=new mxPopupMenu(this.createPageMenu(a));h.div.className+=" geMenubarMenu";h.smartSeparators=!0;h.showDisabled=!0;h.autoExpand=!0;h.hideMenu=mxUtils.bind(this,function(){mxPopupMenu.prototype.hideMenu.apply(h,arguments);this.resetCurrentMenu();h.destroy()});var l=mxEvent.getClientX(g),m=mxEvent.getClientY(g);h.popup(l,m,null,g);this.setCurrentMenu(h,b)}mxEvent.consume(g)}}))}; EditorUi.prototype.createPageMenu=function(a,b){return mxUtils.bind(this,function(c,d){c.addItem(mxResources.get("insert"),null,mxUtils.bind(this,function(){this.insertPage(null,mxUtils.indexOf(this.pages,a)+1)}),d);c.addItem(mxResources.get("delete"),null,mxUtils.bind(this,function(){this.removePage(a)}),d);c.addItem(mxResources.get("rename"),null,mxUtils.bind(this,function(){this.renamePage(a,b)}),d);c.addSeparator(d);c.addItem(mxResources.get("duplicate"),null,mxUtils.bind(this,function(){this.duplicatePage(a, -mxResources.get("copyOf",[a.getName()]))}),d)})};(function(){var a=EditorUi.prototype.refresh;EditorUi.prototype.refresh=function(b){a.apply(this,arguments);this.updateTabContainer()}})();(function(){var a=new mxObjectCodec(new MovePage,["ui"]);a.beforeDecode=function(a,c,d){d.ui=a.ui;return c};mxCodecRegistry.register(a)})(); +mxResources.get("copyOf",[a.getName()]))}),d)})};(function(){var a=EditorUi.prototype.refresh;EditorUi.prototype.refresh=function(b){a.apply(this,arguments);this.updateTabContainer()}})();(function(){mxCodecRegistry.getCodec(ChangePageSetup).exclude.push("page")})();(function(){var a=new mxObjectCodec(new MovePage,["ui"]);a.beforeDecode=function(a,c,d){d.ui=a.ui;return c};mxCodecRegistry.register(a)})(); (function(){var a=new mxObjectCodec(new RenamePage,["ui","page","previous"]);a.afterEncode=function(a,c,d){d.setAttribute("page",c.page.getId());return d};a.beforeDecode=function(a,c,d){d.ui=a.ui;return c};a.afterDecode=function(a,c,d){d.page=a.ui.getPageById(c.getAttribute("page"));d.previous=d.name;return d};mxCodecRegistry.register(a)})(); (function(){var a=new mxObjectCodec(new ChangePage,"ui relatedPage index neverShown page previousPage".split(" "));a.afterEncode=function(a,c,d){d.setAttribute("relatedPage",c.relatedPage.getId());null==c.index&&(d.setAttribute("name",c.relatedPage.getName()),null!=c.relatedPage.root&&a.encodeCell(c.relatedPage.root,d));return d};a.beforeDecode=function(a,c,d){d.ui=a.ui;d.relatedPage=d.ui.getPageById(c.getAttribute("relatedPage"));if(null==d.relatedPage){var b=document.createElement("diagram");b.setAttribute("id", c.getAttribute("relatedPage"));b.setAttribute("name",c.getAttribute("name"));d.relatedPage=new DiagramPage(b);c=c.cloneNode(!0);b=c.firstChild;if(null!=b)for(d.relatedPage.root=a.decodeCell(b,!1),d=b.nextSibling,b.parentNode.removeChild(b),b=d;null!=b;){d=b.nextSibling;if(b.nodeType==mxConstants.NODETYPE_ELEMENT){var g=b.getAttribute("id");null==a.lookup(g)&&a.decodeCell(b)}b.parentNode.removeChild(b);b=d}}return c};a.afterDecode=function(a,c,d){d.index=d.previousIndex;return d};mxCodecRegistry.register(a)})();(function(){var a=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAASFBMVEUAAAAAAAB/f3/9/f319fUfHx/7+/s+Pj69vb0AAAAAAAAAAAAAAAAAAAAAAAAAAAB2dnZ1dXUAAAAAAAAVFRX///8ZGRkGBgbOcI1hAAAAE3RSTlMA+vr9/f38+fb1893Bo00u+/tFvPJUBQAAAIRJREFUGNM0jEcSxCAQAxlydGqD///TNWxZBx1aXVIrWysplbapL3sFxgDq/idXBnHgBPK1nIxwc55vCXl6dRFtrV6svs/A/UjsPcpzA5tqyByD92HqQlMFh45BG6ND1DiKSoPDdm96N77bg5F+wyaEqRGb8ZiOwHQqdg9hehszcLAEIQB2lQ4p/sEpnAAAAABJRU5ErkJggg==":IMAGE_PATH+"/move.png",b=Graph.prototype.foldCells; -Graph.prototype.foldCells=function(a,c,d,m,l){c=null!=c?c:!1;null==d&&(d=this.getFoldableCells(this.getSelectionCells(),a));this.stopEditing();this.model.beginUpdate();try{for(var e=d.slice(),g=[],h=0;h<d.length;h++){var u=this.view.getState(d[h]),t=null!=u?u.style:this.getCellStyle(d[h]);"1"==mxUtils.getValue(t,"treeFolding","0")&&(this.traverse(d[h],!0,mxUtils.bind(this,function(a,b){null!=b&&g.push(b);a!=d[h]&&g.push(a);return a==d[h]||!this.model.isCollapsed(a)})),this.model.setCollapsed(d[h], -a))}for(h=0;h<g.length;h++)this.model.setVisible(g[h],!a);d=e;d=b.apply(this,arguments)}finally{this.model.endUpdate()}return d};var c=EditorUi.prototype.init;EditorUi.prototype.init=function(){c.apply(this,arguments);this.editor.isChromelessView()&&!this.editor.editable||this.addTrees()};EditorUi.prototype.addTrees=function(){function b(a){return v.isVertex(a)&&c(a)}function c(a){var b=!1;null!=a&&(a=v.getParent(a),b=q.view.getState(a),q.view.getState(a),b="tree"==(null!=b?b.style:q.getCellStyle(a)).containerType); -return b}function d(a){var b=!1;null!=a&&(a=v.getParent(a),b=q.view.getState(a),q.view.getState(a),b=null!=(null!=b?b.style:q.getCellStyle(a)).childLayout);return b}function m(a){a=q.view.getState(a);if(null!=a){var b=q.getIncomingEdges(a.cell);if(0<b.length&&(b=q.view.getState(b[0]),null!=b&&(b=b.absolutePoints,null!=b&&0<b.length&&(b=b[b.length-1],null!=b)))){if(b.y==a.y&&Math.abs(b.x-a.getCenterX())<a.width/2)return mxConstants.DIRECTION_SOUTH;if(b.y==a.y+a.height&&Math.abs(b.x-a.getCenterX())< -a.width/2)return mxConstants.DIRECTION_NORTH;if(b.x>a.getCenterX())return mxConstants.DIRECTION_WEST}}return mxConstants.DIRECTION_EAST}function l(a,b){b=null!=b?b:!0;q.model.beginUpdate();try{var c=q.model.getParent(a),d=q.getIncomingEdges(a),e=q.cloneCells([d[0],a]);q.model.setTerminal(e[0],q.model.getTerminal(d[0],!0),!0);var f=m(a),g=c.geometry;f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?e[1].geometry.x+=b?a.geometry.width+10:-e[1].geometry.width-10:e[1].geometry.y+=b?a.geometry.height+ -10:-e[1].geometry.height-10;f==mxConstants.DIRECTION_WEST&&(e[1].geometry.x=a.geometry.x+a.geometry.width-e[1].geometry.width);q.view.currentRoot!=c&&(e[1].geometry.x-=g.x,e[1].geometry.y-=g.y);var h=q.view.getState(a),k=q.view.scale;if(null!=h){var l=mxRectangle.fromRectangle(h);f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?l.x+=(b?a.geometry.width+10:-e[1].geometry.width-10)*k:l.y+=(b?a.geometry.height+10:-e[1].geometry.height-10)*k;var p=q.getOutgoingEdges(q.model.getTerminal(d[0], -!0));if(null!=p){for(var n=f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH,v=g=d=0;v<p.length;v++){var u=q.model.getTerminal(p[v],!1);if(f==m(u)){var t=q.view.getState(u);u!=a&&null!=t&&(n&&b!=t.getCenterX()<h.getCenterX()||!n&&b!=t.getCenterY()<h.getCenterY())&&mxUtils.intersects(l,t)&&(d=10+Math.max(d,(Math.min(l.x+l.width,t.x+t.width)-Math.max(l.x,t.x))/k),g=10+Math.max(g,(Math.min(l.y+l.height,t.y+t.height)-Math.max(l.y,t.y))/k))}}n?g=0:d=0;for(v=0;v<p.length;v++)if(u=q.model.getTerminal(p[v], -!1),f==m(u)&&(t=q.view.getState(u),u!=a&&null!=t&&(n&&b!=t.getCenterX()<h.getCenterX()||!n&&b!=t.getCenterY()<h.getCenterY()))){var A=[];q.traverse(t.cell,!0,function(a,b){null!=b&&A.push(b);A.push(a);return!0});q.moveCells(A,(b?1:-1)*d,(b?1:-1)*g)}}}return q.addCells(e,c)}finally{q.model.endUpdate()}}function f(a){q.model.beginUpdate();try{var b=m(a),c=q.getIncomingEdges(a),d=q.cloneCells([c[0],a]);q.model.setTerminal(c[0],d[1],!1);q.model.setTerminal(d[0],d[1],!0);q.model.setTerminal(d[0],a,!1); -var e=q.model.getParent(a),f=e.geometry,g=[];q.view.currentRoot!=e&&(d[1].geometry.x-=f.x,d[1].geometry.y-=f.y);q.traverse(a,!0,function(a,b){null!=b&&g.push(b);g.push(a);return!0});var h=a.geometry.width+40,k=a.geometry.height+40;b==mxConstants.DIRECTION_SOUTH?h=0:b==mxConstants.DIRECTION_NORTH?(h=0,k=-40):b==mxConstants.DIRECTION_WEST?(h=-40,k=0):b==mxConstants.DIRECTION_EAST&&(k=0);q.moveCells(g,h,k);return q.addCells(d,e)}finally{q.model.endUpdate()}}function k(a){q.model.beginUpdate();try{var b= -q.model.getParent(a),c=q.getIncomingEdges(a),d=q.cloneCells([c[0],a]);q.model.setTerminal(d[0],a,!0);var c=q.getOutgoingEdges(a),e=b.geometry,f=[];q.view.currentRoot==b&&(e=new mxRectangle);for(var g=0;g<c.length;g++){var h=q.model.getTerminal(c[g],!1);null!=h&&f.push(h)}var k=q.view.getBounds(f),l=m(a),p=q.view.translate,n=q.view.scale;l==mxConstants.DIRECTION_SOUTH?(d[1].geometry.x=null==k?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(k.x+k.width)/n-p.x-e.x+10,d[1].geometry.y+=a.geometry.height- -e.y+40):l==mxConstants.DIRECTION_NORTH?(d[1].geometry.x=null==k?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(k.x+k.width)/n-p.x+-e.x+10,d[1].geometry.y-=d[1].geometry.height-e.y+40):(d[1].geometry.x=l==mxConstants.DIRECTION_WEST?d[1].geometry.x-(d[1].geometry.width-e.x+40):d[1].geometry.x+(a.geometry.width-e.x+40),d[1].geometry.y=null==k?a.geometry.y+(a.geometry.height-d[1].geometry.height)/2:(k.y+k.height)/n-p.y+-e.y+10);return q.addCells(d,b)}finally{q.model.endUpdate()}}function n(a, -b,c){a=q.getOutgoingEdges(a);c=q.view.getState(c);var d=[];if(null!=c&&null!=a){for(var e=0;e<a.length;e++){var f=q.view.getState(q.model.getTerminal(a[e],!1));null!=f&&(!b&&Math.min(f.x+f.width,c.x+c.width)>=Math.max(f.x,c.x)||b&&Math.min(f.y+f.height,c.y+c.height)>=Math.max(f.y,c.y))&&d.push(f)}d.sort(function(a,c){return b?a.x+a.width-c.x-c.width:a.y+a.height-c.y-c.height})}return d}function u(a,b){var c=m(a),d=b==mxConstants.DIRECTION_EAST||b==mxConstants.DIRECTION_WEST;(c==mxConstants.DIRECTION_EAST|| -c==mxConstants.DIRECTION_WEST)==d&&c!=b?t.actions.get("selectParent").funct():c==b?(d=q.getOutgoingEdges(a),null!=d&&0<d.length&&q.setSelectionCell(q.model.getTerminal(d[0],!1))):(c=q.getIncomingEdges(a),null!=c&&0<c.length&&(d=n(q.model.getTerminal(c[0],!0),d,a),c=q.view.getState(a),null!=c&&(c=mxUtils.indexOf(d,c),0<=c&&(c+=b==mxConstants.DIRECTION_NORTH||b==mxConstants.DIRECTION_WEST?-1:1,0<=c&&c<=d.length-1&&q.setSelectionCell(d[c].cell)))))}var t=this,q=t.editor.graph,v=q.getModel();mxResources.parse("selectChildren=Select Children"); -mxResources.parse("selectSiblings=Select Siblings");mxResources.parse("selectDescendants=Select Descendants");mxResources.parse("selectParent=Select Parent");var x=t.menus.createPopupMenu;t.menus.createPopupMenu=function(a,c,d){x.apply(this,arguments);if(1==q.getSelectionCount()){c=q.getSelectionCell();var e=q.getOutgoingEdges(c);a.addSeparator();null!=e&&0<e.length&&(b(q.getSelectionCell())&&this.addMenuItems(a,["selectChildren"],null,d),this.addMenuItems(a,["selectDescendants"],null,d));b(q.getSelectionCell())&& -(a.addSeparator(),0<q.getIncomingEdges(c).length&&this.addMenuItems(a,["selectSiblings","selectParent"],null,d))}};t.actions.addAction("selectChildren",function(){if(q.isEnabled()&&1==q.getSelectionCount()){var a=q.getSelectionCell(),a=q.getOutgoingEdges(a);if(null!=a){for(var b=[],c=0;c<a.length;c++)b.push(q.model.getTerminal(a[c],!1));q.setSelectionCells(b)}}},null,null,"Alt+Shift+X");t.actions.addAction("selectSiblings",function(){if(q.isEnabled()&&1==q.getSelectionCount()){var a=q.getSelectionCell(), -a=q.getIncomingEdges(a);if(null!=a&&0<a.length&&(a=q.getOutgoingEdges(q.model.getTerminal(a[0],!0)),null!=a)){for(var b=[],c=0;c<a.length;c++)b.push(q.model.getTerminal(a[c],!1));q.setSelectionCells(b)}}},null,null,"Alt+Shift+S");t.actions.addAction("selectParent",function(){if(q.isEnabled()&&1==q.getSelectionCount()){var a=q.getSelectionCell(),a=q.getIncomingEdges(a);null!=a&&0<a.length&&q.setSelectionCell(q.model.getTerminal(a[0],!0))}},null,null,"Alt+Shift+P");t.actions.addAction("selectDescendants", -function(){if(q.isEnabled()&&1==q.getSelectionCount()){var a=q.getSelectionCell(),b=[];q.traverse(a,!0,function(a,c){null!=c&&b.push(c);b.push(a);return!0});q.setSelectionCells(b)}},null,null,"Alt+Shift+T");var z=q.removeCells;q.removeCells=function(a,d){d=null!=d?d:!0;null==a&&(a=this.getDeletableCells(this.getSelectionCells()));d&&(a=this.getDeletableCells(this.addAllEdges(a)));for(var e=[],f=0;f<a.length;f++){var g=a[f];v.isEdge(g)&&c(g)&&(e.push(g),g=v.getTerminal(g,!1));b(g)?(q.traverse(g,!0, -function(a,b){null!=b&&e.push(b);e.push(a);return!0}),g=q.getIncomingEdges(a[f]),a=a.concat(g)):e.push(a[f])}a=e;return z.apply(this,arguments)};t.hoverIcons.getStateAt=function(a,c,d){return b(a.cell)?null:this.graph.view.getState(this.graph.getCellAt(c,d))};var p=q.duplicateCells;q.duplicateCells=function(a,c){a=null!=a?a:this.getSelectionCells();for(var d=a.slice(0),e=0;e<d.length;e++){var f=q.view.getState(d[e]);if(null!=f&&b(f.cell))for(var g=q.getIncomingEdges(f.cell),f=0;f<g.length;f++)mxUtils.remove(g[f], -a)}this.model.beginUpdate();try{var h=p.call(this,a,c);if(h.length==a.length)for(e=0;e<a.length;e++)if(b(a[e])){var k=q.getIncomingEdges(h[e]),g=q.getIncomingEdges(a[e]);if(0==k.length&&0<g.length){var m=this.cloneCells([g[0]])[0];this.addEdge(m,q.getDefaultParent(),this.model.getTerminal(g[0],!0),h[e])}}}finally{this.model.endUpdate()}return h};var F=q.moveCells;q.moveCells=function(a,c,d,e,f,g,h){var k=null;this.model.beginUpdate();try{var m=f,l=this.view.getState(f),p=null!=l?l.style:this.getCellStyle(f); -if(null!=a&&b(f)&&"1"==mxUtils.getValue(p,"treeFolding","0")){for(var n=0;n<a.length;n++)if(b(a[n])||q.model.isEdge(a[n])&&null==q.model.getTerminal(a[n],!0)){f=q.model.getParent(a[n]);break}if(null!=m&&f!=m&&null!=this.view.getState(a[0])){var v=q.getIncomingEdges(a[0]);if(0<v.length){var t=q.view.getState(q.model.getTerminal(v[0],!0));if(null!=t){var u=q.view.getState(m);null!=u&&(c=(u.getCenterX()-t.getCenterX())/q.view.scale,d=(u.getCenterY()-t.getCenterY())/q.view.scale)}}}}k=F.apply(this,arguments); -if(null!=k&&null!=a&&k.length==a.length)for(n=0;n<k.length;n++)if(this.model.isEdge(k[n]))b(m)&&0>mxUtils.indexOf(k,this.model.getTerminal(k[n],!0))&&this.model.setTerminal(k[n],m,!0);else if(b(a[n])&&(v=q.getIncomingEdges(a[n]),0<v.length))if(!e)b(m)&&0>mxUtils.indexOf(a,this.model.getTerminal(v[0],!0))&&this.model.setTerminal(v[0],m,!0);else if(0==q.getIncomingEdges(k[n]).length){l=m;if(null==l||l==q.model.getParent(a[n]))l=q.model.getTerminal(v[0],!0);e=this.cloneCells([v[0]])[0];this.addEdge(e, -q.getDefaultParent(),l,k[n])}}finally{this.model.endUpdate()}return k};if(null!=t.sidebar){var B=t.sidebar.dropAndConnect;t.sidebar.dropAndConnect=function(a,c,d,e){var f=q.model,g=null;f.beginUpdate();try{if(g=B.apply(this,arguments),b(a))for(var h=0;h<g.length;h++)if(f.isEdge(g[h])&&null==f.getTerminal(g[h],!0)){f.setTerminal(g[h],a,!0);var k=q.getCellGeometry(g[h]);k.points=null;null!=k.getTerminalPoint(!0)&&k.setTerminalPoint(null,!0)}}finally{f.endUpdate()}return g}}var E={88:t.actions.get("selectChildren"), -84:t.actions.get("selectSubtree"),80:t.actions.get("selectParent"),83:t.actions.get("selectSiblings")},w=t.onKeyDown;t.onKeyDown=function(a){try{if(q.isEnabled()&&!q.isEditing()&&b(q.getSelectionCell())&&1==q.getSelectionCount()){var c=null;0<q.getIncomingEdges(q.getSelectionCell()).length&&(9==a.which?c=mxEvent.isShiftDown(a)?f(q.getSelectionCell()):k(q.getSelectionCell()):13==a.which&&(c=l(q.getSelectionCell(),!mxEvent.isShiftDown(a))));if(null!=c&&0<c.length)1==c.length&&q.model.isEdge(c[0])?q.setSelectionCell(q.model.getTerminal(c[0], -!1)):q.setSelectionCell(c[c.length-1]),null!=t.hoverIcons&&t.hoverIcons.update(q.view.getState(q.getSelectionCell())),q.startEditingAtCell(q.getSelectionCell()),mxEvent.consume(a);else if(mxEvent.isAltDown(a)&&mxEvent.isShiftDown(a)){var d=E[a.keyCode];null!=d&&(d.funct(a),mxEvent.consume(a))}else 37==a.keyCode?(u(q.getSelectionCell(),mxConstants.DIRECTION_WEST),mxEvent.consume(a)):38==a.keyCode?(u(q.getSelectionCell(),mxConstants.DIRECTION_NORTH),mxEvent.consume(a)):39==a.keyCode?(u(q.getSelectionCell(), -mxConstants.DIRECTION_EAST),mxEvent.consume(a)):40==a.keyCode&&(u(q.getSelectionCell(),mxConstants.DIRECTION_SOUTH),mxEvent.consume(a))}}catch(L){console.log("error",L)}mxEvent.isConsumed(a)||w.apply(this,arguments)};var G=q.connectVertex;q.connectVertex=function(a,c,d,e,g,h){var n=q.getIncomingEdges(a);return b(a)&&0<n.length?(d=m(a),e=d==mxConstants.DIRECTION_EAST||d==mxConstants.DIRECTION_WEST,g=c==mxConstants.DIRECTION_EAST||c==mxConstants.DIRECTION_WEST,d==c?k(a):e==g?f(a):l(a,c!=mxConstants.DIRECTION_NORTH&& -c!=mxConstants.DIRECTION_WEST)):G.call(this,a,c,d,e,g,h)};q.getSubtree=function(a){var c=[a];b(a)&&!d(a)&&q.traverse(a,!0,function(a,b){null!=b&&0>mxUtils.indexOf(c,b)&&c.push(b);0>mxUtils.indexOf(c,a)&&c.push(a);return!0});return c};var y=mxVertexHandler.prototype.init;mxVertexHandler.prototype.init=function(){y.apply(this,arguments);b(this.state.cell)&&0<this.graph.getOutgoingEdges(this.state.cell).length&&(this.moveHandle=mxUtils.createImage(a),this.moveHandle.setAttribute("title","Move Subtree"), +Graph.prototype.foldCells=function(a,c,d,l,m){c=null!=c?c:!1;null==d&&(d=this.getFoldableCells(this.getSelectionCells(),a));this.stopEditing();this.model.beginUpdate();try{for(var e=d.slice(),g=[],h=0;h<d.length;h++){var t=this.view.getState(d[h]),u=null!=t?t.style:this.getCellStyle(d[h]);"1"==mxUtils.getValue(u,"treeFolding","0")&&(this.traverse(d[h],!0,mxUtils.bind(this,function(a,b){null!=b&&g.push(b);a!=d[h]&&g.push(a);return a==d[h]||!this.model.isCollapsed(a)})),this.model.setCollapsed(d[h], +a))}for(h=0;h<g.length;h++)this.model.setVisible(g[h],!a);d=e;d=b.apply(this,arguments)}finally{this.model.endUpdate()}return d};var c=EditorUi.prototype.init;EditorUi.prototype.init=function(){c.apply(this,arguments);this.editor.isChromelessView()&&!this.editor.editable||this.addTrees()};EditorUi.prototype.addTrees=function(){function b(a){return v.isVertex(a)&&c(a)}function c(a){var b=!1;null!=a&&(a=v.getParent(a),b=p.view.getState(a),p.view.getState(a),b="tree"==(null!=b?b.style:p.getCellStyle(a)).containerType); +return b}function d(a){var b=!1;null!=a&&(a=v.getParent(a),b=p.view.getState(a),p.view.getState(a),b=null!=(null!=b?b.style:p.getCellStyle(a)).childLayout);return b}function l(a){a=p.view.getState(a);if(null!=a){var b=p.getIncomingEdges(a.cell);if(0<b.length&&(b=p.view.getState(b[0]),null!=b&&(b=b.absolutePoints,null!=b&&0<b.length&&(b=b[b.length-1],null!=b)))){if(b.y==a.y&&Math.abs(b.x-a.getCenterX())<a.width/2)return mxConstants.DIRECTION_SOUTH;if(b.y==a.y+a.height&&Math.abs(b.x-a.getCenterX())< +a.width/2)return mxConstants.DIRECTION_NORTH;if(b.x>a.getCenterX())return mxConstants.DIRECTION_WEST}}return mxConstants.DIRECTION_EAST}function m(a,b){b=null!=b?b:!0;p.model.beginUpdate();try{var c=p.model.getParent(a),d=p.getIncomingEdges(a),e=p.cloneCells([d[0],a]);p.model.setTerminal(e[0],p.model.getTerminal(d[0],!0),!0);var f=l(a),g=c.geometry;f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?e[1].geometry.x+=b?a.geometry.width+10:-e[1].geometry.width-10:e[1].geometry.y+=b?a.geometry.height+ +10:-e[1].geometry.height-10;f==mxConstants.DIRECTION_WEST&&(e[1].geometry.x=a.geometry.x+a.geometry.width-e[1].geometry.width);p.view.currentRoot!=c&&(e[1].geometry.x-=g.x,e[1].geometry.y-=g.y);var h=p.view.getState(a),k=p.view.scale;if(null!=h){var m=mxRectangle.fromRectangle(h);f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?m.x+=(b?a.geometry.width+10:-e[1].geometry.width-10)*k:m.y+=(b?a.geometry.height+10:-e[1].geometry.height-10)*k;var n=p.getOutgoingEdges(p.model.getTerminal(d[0], +!0));if(null!=n){for(var v=f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH,q=g=d=0;q<n.length;q++){var t=p.model.getTerminal(n[q],!1);if(f==l(t)){var u=p.view.getState(t);t!=a&&null!=u&&(v&&b!=u.getCenterX()<h.getCenterX()||!v&&b!=u.getCenterY()<h.getCenterY())&&mxUtils.intersects(m,u)&&(d=10+Math.max(d,(Math.min(m.x+m.width,u.x+u.width)-Math.max(m.x,u.x))/k),g=10+Math.max(g,(Math.min(m.y+m.height,u.y+u.height)-Math.max(m.y,u.y))/k))}}v?g=0:d=0;for(q=0;q<n.length;q++)if(t=p.model.getTerminal(n[q], +!1),f==l(t)&&(u=p.view.getState(t),t!=a&&null!=u&&(v&&b!=u.getCenterX()<h.getCenterX()||!v&&b!=u.getCenterY()<h.getCenterY()))){var A=[];p.traverse(u.cell,!0,function(a,b){null!=b&&A.push(b);A.push(a);return!0});p.moveCells(A,(b?1:-1)*d,(b?1:-1)*g)}}}return p.addCells(e,c)}finally{p.model.endUpdate()}}function f(a){p.model.beginUpdate();try{var b=l(a),c=p.getIncomingEdges(a),d=p.cloneCells([c[0],a]);p.model.setTerminal(c[0],d[1],!1);p.model.setTerminal(d[0],d[1],!0);p.model.setTerminal(d[0],a,!1); +var e=p.model.getParent(a),f=e.geometry,g=[];p.view.currentRoot!=e&&(d[1].geometry.x-=f.x,d[1].geometry.y-=f.y);p.traverse(a,!0,function(a,b){null!=b&&g.push(b);g.push(a);return!0});var h=a.geometry.width+40,k=a.geometry.height+40;b==mxConstants.DIRECTION_SOUTH?h=0:b==mxConstants.DIRECTION_NORTH?(h=0,k=-40):b==mxConstants.DIRECTION_WEST?(h=-40,k=0):b==mxConstants.DIRECTION_EAST&&(k=0);p.moveCells(g,h,k);return p.addCells(d,e)}finally{p.model.endUpdate()}}function k(a){p.model.beginUpdate();try{var b= +p.model.getParent(a),c=p.getIncomingEdges(a),d=p.cloneCells([c[0],a]);p.model.setTerminal(d[0],a,!0);var c=p.getOutgoingEdges(a),e=b.geometry,f=[];p.view.currentRoot==b&&(e=new mxRectangle);for(var g=0;g<c.length;g++){var h=p.model.getTerminal(c[g],!1);null!=h&&f.push(h)}var k=p.view.getBounds(f),m=l(a),n=p.view.translate,v=p.view.scale;m==mxConstants.DIRECTION_SOUTH?(d[1].geometry.x=null==k?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(k.x+k.width)/v-n.x-e.x+10,d[1].geometry.y+=a.geometry.height- +e.y+40):m==mxConstants.DIRECTION_NORTH?(d[1].geometry.x=null==k?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(k.x+k.width)/v-n.x+-e.x+10,d[1].geometry.y-=d[1].geometry.height-e.y+40):(d[1].geometry.x=m==mxConstants.DIRECTION_WEST?d[1].geometry.x-(d[1].geometry.width-e.x+40):d[1].geometry.x+(a.geometry.width-e.x+40),d[1].geometry.y=null==k?a.geometry.y+(a.geometry.height-d[1].geometry.height)/2:(k.y+k.height)/v-n.y+-e.y+10);return p.addCells(d,b)}finally{p.model.endUpdate()}}function n(a, +b,c){a=p.getOutgoingEdges(a);c=p.view.getState(c);var d=[];if(null!=c&&null!=a){for(var e=0;e<a.length;e++){var f=p.view.getState(p.model.getTerminal(a[e],!1));null!=f&&(!b&&Math.min(f.x+f.width,c.x+c.width)>=Math.max(f.x,c.x)||b&&Math.min(f.y+f.height,c.y+c.height)>=Math.max(f.y,c.y))&&d.push(f)}d.sort(function(a,c){return b?a.x+a.width-c.x-c.width:a.y+a.height-c.y-c.height})}return d}function t(a,b){var c=l(a),d=b==mxConstants.DIRECTION_EAST||b==mxConstants.DIRECTION_WEST;(c==mxConstants.DIRECTION_EAST|| +c==mxConstants.DIRECTION_WEST)==d&&c!=b?u.actions.get("selectParent").funct():c==b?(d=p.getOutgoingEdges(a),null!=d&&0<d.length&&p.setSelectionCell(p.model.getTerminal(d[0],!1))):(c=p.getIncomingEdges(a),null!=c&&0<c.length&&(d=n(p.model.getTerminal(c[0],!0),d,a),c=p.view.getState(a),null!=c&&(c=mxUtils.indexOf(d,c),0<=c&&(c+=b==mxConstants.DIRECTION_NORTH||b==mxConstants.DIRECTION_WEST?-1:1,0<=c&&c<=d.length-1&&p.setSelectionCell(d[c].cell)))))}var u=this,p=u.editor.graph,v=p.getModel();mxResources.parse("selectChildren=Select Children"); +mxResources.parse("selectSiblings=Select Siblings");mxResources.parse("selectDescendants=Select Descendants");mxResources.parse("selectParent=Select Parent");var w=u.menus.createPopupMenu;u.menus.createPopupMenu=function(a,c,d){w.apply(this,arguments);if(1==p.getSelectionCount()){c=p.getSelectionCell();var e=p.getOutgoingEdges(c);a.addSeparator();null!=e&&0<e.length&&(b(p.getSelectionCell())&&this.addMenuItems(a,["selectChildren"],null,d),this.addMenuItems(a,["selectDescendants"],null,d));b(p.getSelectionCell())&& +(a.addSeparator(),0<p.getIncomingEdges(c).length&&this.addMenuItems(a,["selectSiblings","selectParent"],null,d))}};u.actions.addAction("selectChildren",function(){if(p.isEnabled()&&1==p.getSelectionCount()){var a=p.getSelectionCell(),a=p.getOutgoingEdges(a);if(null!=a){for(var b=[],c=0;c<a.length;c++)b.push(p.model.getTerminal(a[c],!1));p.setSelectionCells(b)}}},null,null,"Alt+Shift+X");u.actions.addAction("selectSiblings",function(){if(p.isEnabled()&&1==p.getSelectionCount()){var a=p.getSelectionCell(), +a=p.getIncomingEdges(a);if(null!=a&&0<a.length&&(a=p.getOutgoingEdges(p.model.getTerminal(a[0],!0)),null!=a)){for(var b=[],c=0;c<a.length;c++)b.push(p.model.getTerminal(a[c],!1));p.setSelectionCells(b)}}},null,null,"Alt+Shift+S");u.actions.addAction("selectParent",function(){if(p.isEnabled()&&1==p.getSelectionCount()){var a=p.getSelectionCell(),a=p.getIncomingEdges(a);null!=a&&0<a.length&&p.setSelectionCell(p.model.getTerminal(a[0],!0))}},null,null,"Alt+Shift+P");u.actions.addAction("selectDescendants", +function(){if(p.isEnabled()&&1==p.getSelectionCount()){var a=p.getSelectionCell(),b=[];p.traverse(a,!0,function(a,c){null!=c&&b.push(c);b.push(a);return!0});p.setSelectionCells(b)}},null,null,"Alt+Shift+T");var x=p.removeCells;p.removeCells=function(a,d){d=null!=d?d:!0;null==a&&(a=this.getDeletableCells(this.getSelectionCells()));d&&(a=this.getDeletableCells(this.addAllEdges(a)));for(var e=[],f=0;f<a.length;f++){var g=a[f];v.isEdge(g)&&c(g)&&(e.push(g),g=v.getTerminal(g,!1));b(g)?(p.traverse(g,!0, +function(a,b){null!=b&&e.push(b);e.push(a);return!0}),g=p.getIncomingEdges(a[f]),a=a.concat(g)):e.push(a[f])}a=e;return x.apply(this,arguments)};u.hoverIcons.getStateAt=function(a,c,d){return b(a.cell)?null:this.graph.view.getState(this.graph.getCellAt(c,d))};var q=p.duplicateCells;p.duplicateCells=function(a,c){a=null!=a?a:this.getSelectionCells();for(var d=a.slice(0),e=0;e<d.length;e++){var f=p.view.getState(d[e]);if(null!=f&&b(f.cell))for(var g=p.getIncomingEdges(f.cell),f=0;f<g.length;f++)mxUtils.remove(g[f], +a)}this.model.beginUpdate();try{var h=q.call(this,a,c);if(h.length==a.length)for(e=0;e<a.length;e++)if(b(a[e])){var k=p.getIncomingEdges(h[e]),g=p.getIncomingEdges(a[e]);if(0==k.length&&0<g.length){var l=this.cloneCells([g[0]])[0];this.addEdge(l,p.getDefaultParent(),this.model.getTerminal(g[0],!0),h[e])}}}finally{this.model.endUpdate()}return h};var E=p.moveCells;p.moveCells=function(a,c,d,e,f,g,h){var k=null;this.model.beginUpdate();try{var l=f,m=this.view.getState(f),n=null!=m?m.style:this.getCellStyle(f); +if(null!=a&&b(f)&&"1"==mxUtils.getValue(n,"treeFolding","0")){for(var v=0;v<a.length;v++)if(b(a[v])||p.model.isEdge(a[v])&&null==p.model.getTerminal(a[v],!0)){f=p.model.getParent(a[v]);break}if(null!=l&&f!=l&&null!=this.view.getState(a[0])){var q=p.getIncomingEdges(a[0]);if(0<q.length){var t=p.view.getState(p.model.getTerminal(q[0],!0));if(null!=t){var u=p.view.getState(l);null!=u&&(c=(u.getCenterX()-t.getCenterX())/p.view.scale,d=(u.getCenterY()-t.getCenterY())/p.view.scale)}}}}k=E.apply(this,arguments); +if(null!=k&&null!=a&&k.length==a.length)for(v=0;v<k.length;v++)if(this.model.isEdge(k[v]))b(l)&&0>mxUtils.indexOf(k,this.model.getTerminal(k[v],!0))&&this.model.setTerminal(k[v],l,!0);else if(b(a[v])&&(q=p.getIncomingEdges(a[v]),0<q.length))if(!e)b(l)&&0>mxUtils.indexOf(a,this.model.getTerminal(q[0],!0))&&this.model.setTerminal(q[0],l,!0);else if(0==p.getIncomingEdges(k[v]).length){m=l;if(null==m||m==p.model.getParent(a[v]))m=p.model.getTerminal(q[0],!0);e=this.cloneCells([q[0]])[0];this.addEdge(e, +p.getDefaultParent(),m,k[v])}}finally{this.model.endUpdate()}return k};if(null!=u.sidebar){var z=u.sidebar.dropAndConnect;u.sidebar.dropAndConnect=function(a,c,d,e){var f=p.model,g=null;f.beginUpdate();try{if(g=z.apply(this,arguments),b(a))for(var h=0;h<g.length;h++)if(f.isEdge(g[h])&&null==f.getTerminal(g[h],!0)){f.setTerminal(g[h],a,!0);var k=p.getCellGeometry(g[h]);k.points=null;null!=k.getTerminalPoint(!0)&&k.setTerminalPoint(null,!0)}}finally{f.endUpdate()}return g}}var D={88:u.actions.get("selectChildren"), +84:u.actions.get("selectSubtree"),80:u.actions.get("selectParent"),83:u.actions.get("selectSiblings")},y=u.onKeyDown;u.onKeyDown=function(a){try{if(p.isEnabled()&&!p.isEditing()&&b(p.getSelectionCell())&&1==p.getSelectionCount()){var c=null;0<p.getIncomingEdges(p.getSelectionCell()).length&&(9==a.which?c=mxEvent.isShiftDown(a)?f(p.getSelectionCell()):k(p.getSelectionCell()):13==a.which&&(c=m(p.getSelectionCell(),!mxEvent.isShiftDown(a))));if(null!=c&&0<c.length)1==c.length&&p.model.isEdge(c[0])?p.setSelectionCell(p.model.getTerminal(c[0], +!1)):p.setSelectionCell(c[c.length-1]),null!=u.hoverIcons&&u.hoverIcons.update(p.view.getState(p.getSelectionCell())),p.startEditingAtCell(p.getSelectionCell()),mxEvent.consume(a);else if(mxEvent.isAltDown(a)&&mxEvent.isShiftDown(a)){var d=D[a.keyCode];null!=d&&(d.funct(a),mxEvent.consume(a))}else 37==a.keyCode?(t(p.getSelectionCell(),mxConstants.DIRECTION_WEST),mxEvent.consume(a)):38==a.keyCode?(t(p.getSelectionCell(),mxConstants.DIRECTION_NORTH),mxEvent.consume(a)):39==a.keyCode?(t(p.getSelectionCell(), +mxConstants.DIRECTION_EAST),mxEvent.consume(a)):40==a.keyCode&&(t(p.getSelectionCell(),mxConstants.DIRECTION_SOUTH),mxEvent.consume(a))}}catch(J){console.log("error",J)}mxEvent.isConsumed(a)||y.apply(this,arguments)};var F=p.connectVertex;p.connectVertex=function(a,c,d,e,g,h){var n=p.getIncomingEdges(a);return b(a)&&0<n.length?(d=l(a),e=d==mxConstants.DIRECTION_EAST||d==mxConstants.DIRECTION_WEST,g=c==mxConstants.DIRECTION_EAST||c==mxConstants.DIRECTION_WEST,d==c?k(a):e==g?f(a):m(a,c!=mxConstants.DIRECTION_NORTH&& +c!=mxConstants.DIRECTION_WEST)):F.call(this,a,c,d,e,g,h)};p.getSubtree=function(a){var c=[a];b(a)&&!d(a)&&p.traverse(a,!0,function(a,b){null!=b&&0>mxUtils.indexOf(c,b)&&c.push(b);0>mxUtils.indexOf(c,a)&&c.push(a);return!0});return c};var C=mxVertexHandler.prototype.init;mxVertexHandler.prototype.init=function(){C.apply(this,arguments);b(this.state.cell)&&0<this.graph.getOutgoingEdges(this.state.cell).length&&(this.moveHandle=mxUtils.createImage(a),this.moveHandle.setAttribute("title","Move Subtree"), this.moveHandle.style.position="absolute",this.moveHandle.style.cursor="pointer",this.moveHandle.style.width="18px",this.moveHandle.style.height="18px",this.graph.container.appendChild(this.moveHandle),mxEvent.addGestureListeners(this.moveHandle,mxUtils.bind(this,function(a){this.graph.graphHandler.start(this.state.cell,mxEvent.getClientX(a),mxEvent.getClientY(a));this.graph.graphHandler.cells=this.graph.getSubtree(this.state.cell);this.graph.graphHandler.bounds=this.state.view.getBounds(this.graph.graphHandler.cells); -this.graph.graphHandler.pBounds=this.graph.graphHandler.getPreviewBounds(this.graph.graphHandler.cells);this.graph.graphHandler.cellWasClicked=!0;this.graph.isMouseTrigger=mxEvent.isMouseEvent(a);this.graph.isMouseDown=!0;mxEvent.consume(a)})))};var C=mxVertexHandler.prototype.redrawHandles;mxVertexHandler.prototype.redrawHandles=function(){C.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.style.left=this.state.x+this.state.width+(40>this.state.width?10:0)+2+"px",this.moveHandle.style.top= -this.state.y+this.state.height+(40>this.state.height?10:0)+2+"px")};var I=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy=function(a,b){I.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.parentNode.removeChild(this.moveHandle),this.moveHandle=null)}};if("undefined"!==typeof Sidebar){var d=Sidebar.prototype.createAdvancedShapes;Sidebar.prototype.createAdvancedShapes=function(){var a=d.apply(this,arguments),b=this.editorUi.editor.graph;return a.concat([this.addEntry("tree container", +this.graph.graphHandler.pBounds=this.graph.graphHandler.getPreviewBounds(this.graph.graphHandler.cells);this.graph.graphHandler.cellWasClicked=!0;this.graph.isMouseTrigger=mxEvent.isMouseEvent(a);this.graph.isMouseDown=!0;mxEvent.consume(a)})))};var G=mxVertexHandler.prototype.redrawHandles;mxVertexHandler.prototype.redrawHandles=function(){G.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.style.left=this.state.x+this.state.width+(40>this.state.width?10:0)+2+"px",this.moveHandle.style.top= +this.state.y+this.state.height+(40>this.state.height?10:0)+2+"px")};var B=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy=function(a,b){B.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.parentNode.removeChild(this.moveHandle),this.moveHandle=null)}};if("undefined"!==typeof Sidebar){var d=Sidebar.prototype.createAdvancedShapes;Sidebar.prototype.createAdvancedShapes=function(){var a=d.apply(this,arguments),b=this.editorUi.editor.graph;return a.concat([this.addEntry("tree container", function(){var a=new mxCell("Tree Container",new mxGeometry(0,0,220,160),"swimlane;html=1;startSize=20;horizontal=1;containerType=tree;");a.vertex=!0;return sb.createVertexTemplateFromCells([a],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap central idea branch topic",function(){var a=new mxCell("Mindmap",new mxGeometry(0,0,420,126),"swimlane;html=1;startSize=20;horizontal=1;containerType=tree;");a.vertex=!0;var b=new mxCell("Central Idea",new mxGeometry(160,60,100,40),"ellipse;whiteSpace=wrap;html=1;align=center;container=1;recursiveResize=0;treeFolding=1;"); b.vertex=!0;var c=new mxCell("Topic",new mxGeometry(320,40,80,20),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");c.vertex=!0;var d=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");d.geometry.relative=!0;d.edge=!0;b.insertEdge(d,!0);c.insertEdge(d,!1);var e=new mxCell("Branch",new mxGeometry(320,80,72,26),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;"); -e.vertex=!0;var g=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");g.geometry.relative=!0;g.edge=!0;b.insertEdge(g,!0);e.insertEdge(g,!1);var u=new mxCell("Topic",new mxGeometry(20,40,80,20),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");u.vertex=!0;var t=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); -t.geometry.relative=!0;t.edge=!0;b.insertEdge(t,!0);u.insertEdge(t,!1);var q=new mxCell("Branch",new mxGeometry(20,80,72,26),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;");q.vertex=!0;var v=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); -v.geometry.relative=!0;v.edge=!0;b.insertEdge(v,!0);q.insertEdge(v,!1);a.insert(d);a.insert(g);a.insert(t);a.insert(v);a.insert(b);a.insert(c);a.insert(e);a.insert(u);a.insert(q);return sb.createVertexTemplateFromCells([a],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap central idea",function(){var a=new mxCell("Central Idea",new mxGeometry(0,0,100,40),"ellipse;whiteSpace=wrap;html=1;align=center;container=1;recursiveResize=0;treeFolding=1;");a.vertex=!0;return sb.createVertexTemplateFromCells([a], +e.vertex=!0;var g=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");g.geometry.relative=!0;g.edge=!0;b.insertEdge(g,!0);e.insertEdge(g,!1);var t=new mxCell("Topic",new mxGeometry(20,40,80,20),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");t.vertex=!0;var u=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); +u.geometry.relative=!0;u.edge=!0;b.insertEdge(u,!0);t.insertEdge(u,!1);var p=new mxCell("Branch",new mxGeometry(20,80,72,26),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;");p.vertex=!0;var v=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); +v.geometry.relative=!0;v.edge=!0;b.insertEdge(v,!0);p.insertEdge(v,!1);a.insert(d);a.insert(g);a.insert(u);a.insert(v);a.insert(b);a.insert(c);a.insert(e);a.insert(t);a.insert(p);return sb.createVertexTemplateFromCells([a],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap central idea",function(){var a=new mxCell("Central Idea",new mxGeometry(0,0,100,40),"ellipse;whiteSpace=wrap;html=1;align=center;container=1;recursiveResize=0;treeFolding=1;");a.vertex=!0;return sb.createVertexTemplateFromCells([a], a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap branch",function(){var a=new mxCell("Branch",new mxGeometry(0,0,80,20),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;");a.vertex=!0;var b=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); b.geometry.setTerminalPoint(new mxPoint(-40,40),!0);b.geometry.relative=!0;b.edge=!0;a.insertEdge(b,!1);return sb.createVertexTemplateFromCells([a,b],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap sub topic",function(){var a=new mxCell("Sub Topic",new mxGeometry(0,0,72,26),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");a.vertex=!0;var b=new mxCell("",new mxGeometry(0, 0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");b.geometry.setTerminalPoint(new mxPoint(-40,40),!0);b.geometry.relative=!0;b.edge=!0;a.insertEdge(b,!1);return sb.createVertexTemplateFromCells([a,b],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree orgchart organization division",function(){var a=new mxCell("Orgchart",new mxGeometry(0,0,280,220),"swimlane;html=1;startSize=20;horizontal=1;containerType=tree;");a.vertex=!0;var c=new mxCell("Organization", @@ -8211,7 +8278,7 @@ c.insertEdge(e,!0);d.insertEdge(e,!1);var g=new mxCell("Division",new mxGeometry a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree root",function(){var a=new mxCell("Organization",new mxGeometry(0,0,120,60),"whiteSpace=wrap;html=1;align=center;treeFolding=1;container=1;recursiveResize=0;");b.setAttributeForCell(a,"treeRoot","1");a.vertex=!0;return sb.createVertexTemplateFromCells([a],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree division",function(){var a=new mxCell("Division",new mxGeometry(20,40,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;"); a.vertex=!0;var b=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;elbow=vertical;startArrow=none;endArrow=none;rounded=0;");b.geometry.setTerminalPoint(new mxPoint(0,0),!0);b.geometry.relative=!0;b.edge=!0;a.insertEdge(b,!1);return sb.createVertexTemplateFromCells([a,b],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree sub sections",function(){var a=new mxCell("Sub Section",new mxGeometry(0,0,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;"); a.vertex=!0;var b=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;rounded=0;targetPortConstraint=eastwest;sourcePortConstraint=northsouth;");b.geometry.setTerminalPoint(new mxPoint(110,-40),!0);b.geometry.relative=!0;b.edge=!0;a.insertEdge(b,!1);var c=new mxCell("Sub Section",new mxGeometry(120,0,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;");c.vertex=!0;var d=new mxCell("",new mxGeometry(0, -0,0,0),"edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;rounded=0;targetPortConstraint=eastwest;sourcePortConstraint=northsouth;");d.geometry.setTerminalPoint(new mxPoint(110,-40),!0);d.geometry.relative=!0;d.edge=!0;c.insertEdge(d,!1);return sb.createVertexTemplateFromCells([b,d,a,c],220,60,"Sub Sections")})])}}})();EditorUi.initMinimalTheme=function(){function a(a){var b=a.editor.graph;b.popupMenuHandler.hideMenu();null==a.formatWindow?(a.formatWindow=new e(a,mxResources.get("format"),Math.max(20,a.diagramContainer.clientWidth-240-12),56,240,Math.min(546,b.container.clientHeight-10),function(b){b=a.createFormat(b);b.init();return b}),a.formatWindow.window.minimumSize=new mxRectangle(0,0,240,80),a.formatWindow.window.setVisible(!0)):a.formatWindow.window.setVisible(!a.formatWindow.window.isVisible());a.formatWindow.window.isVisible()&& +0,0,0),"edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;rounded=0;targetPortConstraint=eastwest;sourcePortConstraint=northsouth;");d.geometry.setTerminalPoint(new mxPoint(110,-40),!0);d.geometry.relative=!0;d.edge=!0;c.insertEdge(d,!1);return sb.createVertexTemplateFromCells([b,d,a,c],220,60,"Sub Sections")})])}}})();EditorUi.initMinimalTheme=function(){function a(a){var b=a.editor.graph;b.popupMenuHandler.hideMenu();null==a.formatWindow?(a.formatWindow=new e(a,mxResources.get("format"),Math.max(20,a.diagramContainer.clientWidth-240-12),56,240,Math.min(550,b.container.clientHeight-10),function(b){b=a.createFormat(b);b.init();return b}),a.formatWindow.window.minimumSize=new mxRectangle(0,0,240,80),a.formatWindow.window.setVisible(!0)):a.formatWindow.window.setVisible(!a.formatWindow.window.isVisible());a.formatWindow.window.isVisible()&& a.formatWindow.window.fit()}function b(a){var b=a.editor.graph;b.popupMenuHandler.hideMenu();new mxRectangle;if(null==a.sidebarWindow){var c=Math.min(b.container.clientWidth-10,266);a.sidebarWindow=new e(a,mxResources.get("shapes"),10,56,c-6,Math.min(650,b.container.clientHeight-30),function(b){function c(c,d){var f=a.menus.get(c),g=e.addMenu(d,mxUtils.bind(this,function(){f.funct.apply(this,arguments)}));g.style.cssText="position:absolute;border-top:1px solid lightgray;width:50%;height:24px;bottom:0px;text-align:center;cursor:pointer;padding:6px 0 0 0;"; g.className="geTitle";b.appendChild(g);return g}var d=document.createElement("div");d.style.cssText="position:absolute;left:0;right:0;border-top:1px solid lightgray;height:24px;bottom:31px;text-align:center;cursor:pointer;padding:6px 0 0 0;";d.className="geTitle";mxUtils.write(d,mxResources.get("moreShapes"));b.appendChild(d);mxEvent.addListener(d,"click",function(){a.actions.get("shapes").funct()});var e=new Menubar(a,b);if(!Editor.enableCustomLibraries||"1"==urlParams.embed&&"1"!=urlParams.libraries)d.style.bottom= "0";else if(null!=a.actions.get("newLibrary")){d=document.createElement("div");d.style.cssText="position:absolute;left:0px;width:50%;border-top:1px solid lightgray;height:30px;bottom:0px;text-align:center;cursor:pointer;padding:0px;";d.className="geTitle";var f=document.createElement("span");f.style.cssText="position:relative;top:6px;";mxUtils.write(f,mxResources.get("newLibrary"));d.appendChild(f);b.appendChild(d);mxEvent.addListener(d,"click",a.actions.get("newLibrary").funct);d=document.createElement("div"); @@ -8227,7 +8294,7 @@ HoverIcons.prototype.triangleLeft=Graph.createSvgImage(38,18,'<path d="m 1 9 L 1 Sidebar.prototype.triangleDown=HoverIcons.prototype.triangleDown,Sidebar.prototype.triangleLeft=HoverIcons.prototype.triangleLeft,Sidebar.prototype.refreshTarget=HoverIcons.prototype.refreshTarget,Sidebar.prototype.roundDrop=HoverIcons.prototype.roundDrop);mxConstants.VERTEX_SELECTION_COLOR="#C0C0C0";mxConstants.EDGE_SELECTION_COLOR="#C0C0C0";mxConstants.CONNECT_HANDLE_FILLCOLOR="#cee7ff";mxConstants.DEFAULT_VALID_COLOR="#29b6f2";mxConstants.GUIDE_COLOR="#C0C0C0";mxConstants.HIGHLIGHT_STROKEWIDTH= 5;mxConstants.HIGHLIGHT_OPACITY=35;mxConstants.HIGHLIGHT_SIZE=5;mxConstants.OUTLINE_COLOR="#29b6f2";mxConstants.OUTLINE_HANDLE_FILLCOLOR="#29b6f2";mxConstants.OUTLINE_HANDLE_STROKECOLOR="#fff";Graph.prototype.svgShadowColor="#3D4574";Graph.prototype.svgShadowOpacity="0.4";Graph.prototype.svgShadowSize="0.6";Graph.prototype.svgShadowBlur="1.2";Format.prototype.inactiveTabBackgroundColor="#f0f0f0";mxGraphHandler.prototype.previewColor="#C0C0C0";mxRubberband.prototype.defaultOpacity=50;HoverIcons.prototype.inactiveOpacity= 25;Format.prototype.showCloseButton=!1;EditorUi.prototype.closableScratchpad=!1;EditorUi.prototype.toolbarHeight=46;EditorUi.prototype.footerHeight=0;Graph.prototype.editAfterInsert=!0;Editor.prototype.isChromelessView=function(){return!1};Graph.prototype.isLightboxView=function(){return!1};var g=EditorUi.prototype.updateTabContainer;EditorUi.prototype.updateTabContainer=function(){null!=this.tabContainer&&(this.tabContainer.style.right="70px",this.diagramContainer.style.bottom="30px");g.apply(this, -arguments)};var h=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates=function(){h.apply(this,arguments);this.menus.get("save").setEnabled(null!=this.getCurrentFile()||"1"==urlParams.embed)};var m=Menus.prototype.addShortcut;Menus.prototype.addShortcut=function(a,b){null!=b.shortcut&&900>c&&!mxClient.IS_IOS?a.firstChild.nextSibling.setAttribute("title",b.shortcut):m.apply(this,arguments)};var l=App.prototype.updateUserElement;App.prototype.updateUserElement=function(){l.apply(this, +arguments)};var h=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates=function(){h.apply(this,arguments);this.menus.get("save").setEnabled(null!=this.getCurrentFile()||"1"==urlParams.embed)};var l=Menus.prototype.addShortcut;Menus.prototype.addShortcut=function(a,b){null!=b.shortcut&&900>c&&!mxClient.IS_IOS?a.firstChild.nextSibling.setAttribute("title",b.shortcut):l.apply(this,arguments)};var m=App.prototype.updateUserElement;App.prototype.updateUserElement=function(){m.apply(this, arguments);if(null!=this.userElement){var a=this.userElement;a.style.cssText="display:inline-block;position:relative;margin-right:4px;";a.className="";a.innerHTML="";a.style.backgroundImage="url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMTJjMi4yMSAwIDQtMS43OSA0LTRzLTEuNzktNC00LTQtNCAxLjc5LTQgNCAxLjc5IDQgNCA0em0wIDJjLTIuNjcgMC04IDEuMzQtOCA0djJoMTZ2LTJjMC0yLjY2LTUuMzMtNC04LTR6Ii8+PC9zdmc+)"; a.style.backgroundPosition="center center";a.style.backgroundRepeat="no-repeat";a.style.backgroundSize="24px 24px";a.style.height="24px";a.style.width="24px";mxUtils.setOpacity(a,30);a.setAttribute("title",mxResources.get("changeUser"))}};var f=App.prototype.updateButtonContainer;App.prototype.updateButtonContainer=function(){f.apply(this,arguments);if(null!=this.shareButton){var a=this.shareButton;a.style.cssText="display:inline-block;position:relative;box-sizing:border-box;margin-right:4px;cursor:pointer;"; a.className="";a.innerHTML="";a.style.backgroundImage="url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTggMTYuMDhjLS43NiAwLTEuNDQuMy0xLjk2Ljc3TDguOTEgMTIuN2MuMDUtLjIzLjA5LS40Ni4wOS0uN3MtLjA0LS40Ny0uMDktLjdsNy4wNS00LjExYy41NC41IDEuMjUuODEgMi4wNC44MSAxLjY2IDAgMy0xLjM0IDMtM3MtMS4zNC0zLTMtMy0zIDEuMzQtMyAzYzAgLjI0LjA0LjQ3LjA5LjdMOC4wNCA5LjgxQzcuNSA5LjMxIDYuNzkgOSA2IDljLTEuNjYgMC0zIDEuMzQtMyAzczEuMzQgMyAzIDNjLjc5IDAgMS41LS4zMSAyLjA0LS44MWw3LjEyIDQuMTZjLS4wNS4yMS0uMDguNDMtLjA4LjY1IDAgMS42MSAxLjMxIDIuOTIgMi45MiAyLjkyIDEuNjEgMCAyLjkyLTEuMzEgMi45Mi0yLjkycy0xLjMxLTIuOTItMi45Mi0yLjkyeiIvPjwvc3ZnPg==)"; @@ -8239,7 +8306,7 @@ mxUtils.bind(this,function(a,b){var c=new FilenameDialog(this.editorUi,a,mxResou null,c),a.addSeparator(),this.addSubmenu("layout",a)):d.isSelectionEmpty()&&d.isEnabled()?(a.addSeparator(),this.addMenuItems(a,["editData"],null,c),a.addSeparator(),this.addSubmenu("insert",a),this.addSubmenu("layout",a),a.addSeparator(),this.addSubmenu("view",a,null,mxResources.get("options")),this.addMenuItems(a,["-","exitGroup"],null,c)):d.isEnabled()&&this.addMenuItems(a,["-","lockUnlock"],null,c)};EditorUi.prototype.toggleFormatPanel=function(b){null!=this.formatWindow?this.formatWindow.window.setVisible(b? !1:!this.formatWindow.window.isVisible()):a(this)};DiagramFormatPanel.prototype.isMathOptionVisible=function(){return!0};var n=EditorUi.prototype.destroy;EditorUi.prototype.destroy=function(){null!=this.sidebarWindow&&(this.sidebarWindow.window.setVisible(!1),this.sidebarWindow.window.destroy(),this.sidebarWindow=null);null!=this.formatWindow&&(this.formatWindow.window.setVisible(!1),this.formatWindow.window.destroy(),this.formatWindow=null);null!=this.actions.outlineWindow&&(this.actions.outlineWindow.window.setVisible(!1), this.actions.outlineWindow.window.destroy(),this.actions.outlineWindow=null);null!=this.actions.layersWindow&&(this.actions.layersWindow.window.setVisible(!1),this.actions.layersWindow.window.destroy(),this.actions.layersWindow=null);null!=this.menus.tagsWindow&&(this.menus.tagsWindow.window.setVisible(!1),this.menus.tagsWindow.window.destroy(),this.menus.tagsWindow=null);null!=this.menus.findWindow&&(this.menus.findWindow.window.setVisible(!1),this.menus.findWindow.window.destroy(),this.menus.findWindow= -null);n.apply(this,arguments)};var u=EditorUi.prototype.setGraphEnabled;EditorUi.prototype.setGraphEnabled=function(a){u.apply(this,arguments);a||(null!=this.sidebarWindow&&this.sidebarWindow.window.setVisible(!1),null!=this.formatWindow&&this.formatWindow.window.setVisible(!1))};EditorUi.prototype.chromelessWindowResize=function(){};var t=Menus.prototype.init;Menus.prototype.init=function(){t.apply(this,arguments);var c=this.editorUi,d=c.editor.graph;c.actions.get("insertText").label=mxResources.get("text"); +null);n.apply(this,arguments)};var t=EditorUi.prototype.setGraphEnabled;EditorUi.prototype.setGraphEnabled=function(a){t.apply(this,arguments);a||(null!=this.sidebarWindow&&this.sidebarWindow.window.setVisible(!1),null!=this.formatWindow&&this.formatWindow.window.setVisible(!1))};EditorUi.prototype.chromelessWindowResize=function(){};var u=Menus.prototype.init;Menus.prototype.init=function(){u.apply(this,arguments);var c=this.editorUi,d=c.editor.graph;c.actions.get("insertText").label=mxResources.get("text"); c.actions.get("insertText").label=mxResources.get("text");c.actions.get("editDiagram").label=mxResources.get("formatXml")+"...";c.actions.get("insertRectangle").label=mxResources.get("rectangle");c.actions.get("insertEllipse").label=mxResources.get("ellipse");c.actions.get("insertRhombus").label=mxResources.get("rhombus");c.actions.get("insertImage").label=mxResources.get("image")+"...";c.actions.get("insertLink").label=mxResources.get("link")+"...";c.actions.get("createShape").label=mxResources.get("shape")+ "...";c.actions.get("outline").label=mxResources.get("outline")+"...";c.actions.get("layers").label=mxResources.get("layers")+"...";c.actions.put("importFile",new Action("File...",function(){d.popupMenuHandler.hideMenu();var a=document.createElement("input");a.setAttribute("type","file");mxEvent.addListener(a,"change",function(){null!=a.files&&c.importFiles(a.files,null,null,c.maxImageSize)});a.click()}));c.actions.put("importCsv",new Action(mxResources.get("csv")+"...",function(){d.popupMenuHandler.hideMenu(); c.showImportCsvDialog()}));c.actions.put("importText",new Action(mxResources.get("text")+"...",function(){var a=new ParseDialog(c,"Insert from Text");c.showDialog(a.container,620,420,!0,!1);a.init()}));c.actions.put("formatSql",new Action(mxResources.get("formatSql")+"...",function(){var a=new ParseDialog(c,"Insert from Text","formatSql");c.showDialog(a.container,620,420,!0,!1);a.init()}));c.actions.put("toggleShapes",new Action(mxResources.get("shapes")+"...",function(){b(c)}));c.actions.put("toggleFormat", @@ -8249,16 +8316,16 @@ b),a.addSeparator(b));c.menus.addMenuItems(a,["-","outline","layers","-","find"] f=e.funct;e.funct=function(a,b){f.apply(this,arguments);a.addSeparator(b);c.menus.addSubmenu("openRecent",a,b)}}this.put("save",new Menu(mxUtils.bind(this,function(a,b){var d=c.getCurrentFile();null!=d&&d.constructor==DriveFile?c.menus.addMenuItems(a,["createRevision","makeCopy","-","rename","moveToFolder"],b):c.menus.addMenuItems(a,["save","saveAs","-","rename","makeCopy"],b);null==d||d.constructor!=DriveFile&&d.constructor!=DropboxFile||c.menus.addMenuItems(a,["-","revisionHistory"],b);c.menus.addMenuItems(a, ["-","autosave"],b)})));var g=this.get("exportAs");this.put("exportAs",new Menu(mxUtils.bind(this,function(a,b){g.funct(a,b);a.addSeparator(b);c.menus.addSubmenu("embed",a,b);mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||c.menus.addMenuItems(a,["publishLink"],b)})));var h=this.get("language");this.put("extras",new Menu(mxUtils.bind(this,function(a,b){"1"!=urlParams.embed&&c.menus.addSubmenu("theme",a,b);null!=h&&c.menus.addSubmenu("language",a,b);a.addSeparator(b);c.menus.addMenuItems(a,["scrollbars", "tooltips"],b);"1"!=urlParams.embed&&(isLocalStorage||mxClient.IS_CHROMEAPP)&&c.menus.addMenuItems(a,["-","search","scratchpad","-","showStartScreen"],b);if(!c.isOfflineApp()&&"1"!=urlParams.embed&&isLocalStorage){a.addSeparator(b);var d=c.menus.addMenuItem(a,"plugins",b);c.isOffline()||c.menus.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000056430")}})));this.put("insertAdvanced",new Menu(mxUtils.bind(this,function(a,b){c.menus.addMenuItems(a,"importText plantUml - formatSql importCsv - createShape editDiagram".split(" "), -b)})));mxResources.parse("insertLayout="+mxResources.get("layout"));mxResources.parse("insertAdvanced="+mxResources.get("advanced"));this.put("insert",new Menu(mxUtils.bind(this,function(a,b){c.menus.addMenuItems(a,"insertRectangle insertEllipse insertRhombus - insertText insertLink - insertImage".split(" "),b);c.menus.addSubmenu("importFrom",a,b);a.addSeparator(b);c.menus.addSubmenu("insertLayout",a,b);c.menus.addSubmenu("insertAdvanced",a,b)})));var k="horizontalFlow verticalFlow - horizontalTree verticalTree radialTree - organic circle".split(" "), -l=function(a,b,d,e){a.addItem(d,null,mxUtils.bind(this,function(){var a=new CreateGraphDialog(c,d,e);c.showDialog(a.container,620,420,!0,!1);a.init()}),b)};this.put("insertLayout",new Menu(mxUtils.bind(this,function(a,b){for(var c=0;c<k.length;c++)"-"==k[c]?a.addSeparator(b):l(a,b,mxResources.get(k[c])+"...",k[c])})));this.put("view",new Menu(mxUtils.bind(this,function(a,b){c.menus.addMenuItems(a,"grid guides - connectionArrows connectionPoints -".split(" "),b);if("undefined"!==typeof MathJax){var d= -c.menus.addMenuItem(a,"mathematicalTypesetting",b);c.menus.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000032875")}c.menus.addMenuItems(a,["copyConnect","collapseExpand","-","pageScale"],b)})))};var q=EditorUi.prototype.init;EditorUi.prototype.init=function(){function a(a,b,c,d){var e=g.menus.get(a),f=m.addMenu(mxResources.get(a),mxUtils.bind(this,function(){e.funct.apply(this,arguments)}),l);f.className="geMenuItem";f.style.display="inline-block";f.style.boxSizing="border-box"; -f.style.top="6px";f.style.marginRight="6px";f.style.height="30px";f.style.paddingTop="6px";f.style.paddingBottom="6px";f.setAttribute("title",mxResources.get(a));g.menus.menuCreated(e,f,"geMenuItem");null!=c?(f.style.backgroundImage="url("+c+")",f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.width="34px",f.innerHTML="",mxUtils.setOpacity(f,d||40)):b||(f.style.backgroundImage="url("+mxWindow.prototype.normalizeImage+")",f.style.backgroundPosition= -"right 6px center",f.style.backgroundRepeat="no-repeat",f.style.paddingRight="22px");return f}function b(a,b,c,d,e,f){var h=document.createElement("a");h.setAttribute("href","javascript:void(0)");h.className="geMenuItem";h.style.display="inline-block";h.style.boxSizing="border-box";h.style.height="30px";h.style.padding="6px";h.style.position="relative";h.style.verticalAlign="top";h.style.top="0px";null!=g.statusContainer?k.insertBefore(h,g.statusContainer):k.appendChild(h);null!=f?(h.style.backgroundImage= -"url("+f+")",h.style.backgroundPosition="center center",h.style.backgroundRepeat="no-repeat",h.style.backgroundSize="24px 24px",h.style.width="34px"):mxUtils.write(h,a);mxEvent.addListener(h,"click",function(a){"disabled"!=h.getAttribute("disabled")&&b(a);mxEvent.consume(a)});null==c&&(h.style.marginRight="4px");null!=d&&h.setAttribute("title",d);mxUtils.setOpacity(h,null!=f?40:100);null!=e&&(a=function(){e.isEnabled()?(h.removeAttribute("disabled"),mxUtils.setOpacity(h,null!=f?40:100),h.style.cursor= -""):(h.setAttribute("disabled","disabled"),mxUtils.setOpacity(h,null!=f?10:20),h.style.cursor="default")},e.addListener("stateChanged",a),a());return h}function d(a){var b=document.createElement("div");b.className="geMenuItem";b.style.display="inline-block";b.style.verticalAlign="top";b.style.marginRight="6px";b.style.padding="0 4px 0 4px";b.style.height="30px";b.style.position="relative";b.style.top="0px";for(var c=0;c<a.length;c++)null!=a[c]&&(a[c].style.margin="0px",a[c].style.boxShadow="none", -b.appendChild(a[c]));null!=g.statusContainer?k.insertBefore(b,g.statusContainer):k.appendChild(b);return b}function e(){for(var e=k.firstChild;null!=e;){var f=e.nextSibling;"geMenuItem"!=e.className&&"geItem"!=e.className||e.parentNode.removeChild(e);e=f}l=k.firstChild;c=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;(e=900>c)||a("diagram");d([e?a("diagram",null,IMAGE_PATH+"/drawlogo-gray.svg",100):null,b(mxResources.get("shapes"),g.actions.get("toggleShapes").funct, -null,mxResources.get("shapes"),g.actions.get("image"),e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMgMTN2OGg4di04aC04ek0zIDIxaDh2LThIM3Y4ek0zIDN2OGg4VjNIM3ptMTMuNjYtMS4zMUwxMSA3LjM0IDE2LjY2IDEzbDUuNjYtNS42Ni01LjY2LTUuNjV6Ii8+PC9zdmc+":null),b(mxResources.get("format"),g.actions.get("toggleFormat").funct,null,mxResources.get("format")+" ("+g.actions.get("formatPanel").shortcut+")",g.actions.get("image"), -e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgM2MtNC45NyAwLTkgNC4wMy05IDlzNC4wMyA5IDkgOWMuODMgMCAxLjUtLjY3IDEuNS0xLjUgMC0uMzktLjE1LS43NC0uMzktMS4wMS0uMjMtLjI2LS4zOC0uNjEtLjM4LS45OSAwLS44My42Ny0xLjUgMS41LTEuNUgxNmMyLjc2IDAgNS0yLjI0IDUtNSAwLTQuNDItNC4wMy04LTktOHptLTUuNSA5Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTNS42NyA5IDYuNSA5IDggOS42NyA4IDEwLjUgNy4zMyAxMiA2LjUgMTJ6bTMtNEM4LjY3IDggOCA3LjMzIDggNi41UzguNjcgNSA5LjUgNXMxLjUuNjcgMS41IDEuNVMxMC4zMyA4IDkuNSA4em01IDBjLS44MyAwLTEuNS0uNjctMS41LTEuNVMxMy42NyA1IDE0LjUgNXMxLjUuNjcgMS41IDEuNVMxNS4zMyA4IDE0LjUgOHptMyA0Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTMTYuNjcgOSAxNy41IDlzMS41LjY3IDEuNSAxLjUtLjY3IDEuNS0xLjUgMS41eiIvPjwvc3ZnPg==": +b)})));mxResources.parse("insertLayout="+mxResources.get("layout"));mxResources.parse("insertAdvanced="+mxResources.get("advanced"));this.put("insert",new Menu(mxUtils.bind(this,function(a,b){c.menus.addMenuItems(a,"insertRectangle insertEllipse insertRhombus - insertText insertLink - insertImage".split(" "),b);mxClient.IS_CHROMEAPP||EditorUi.isElectronApp?c.menus.addMenuItems(a,["import"],b):c.menus.addSubmenu("importFrom",a,b);a.addSeparator(b);c.menus.addSubmenu("insertLayout",a,b);c.menus.addSubmenu("insertAdvanced", +a,b)})));var k="horizontalFlow verticalFlow - horizontalTree verticalTree radialTree - organic circle".split(" "),l=function(a,b,d,e){a.addItem(d,null,mxUtils.bind(this,function(){var a=new CreateGraphDialog(c,d,e);c.showDialog(a.container,620,420,!0,!1);a.init()}),b)};this.put("insertLayout",new Menu(mxUtils.bind(this,function(a,b){for(var c=0;c<k.length;c++)"-"==k[c]?a.addSeparator(b):l(a,b,mxResources.get(k[c])+"...",k[c])})));this.put("view",new Menu(mxUtils.bind(this,function(a,b){c.menus.addMenuItems(a, +"grid guides - connectionArrows connectionPoints -".split(" "),b);if("undefined"!==typeof MathJax){var d=c.menus.addMenuItem(a,"mathematicalTypesetting",b);c.menus.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000032875")}c.menus.addMenuItems(a,["copyConnect","collapseExpand","-","pageScale"],b)})))};var p=EditorUi.prototype.init;EditorUi.prototype.init=function(){function a(a,b,c,d){var e=g.menus.get(a),f=m.addMenu(mxResources.get(a),mxUtils.bind(this,function(){e.funct.apply(this, +arguments)}),l);f.className="geMenuItem";f.style.display="inline-block";f.style.boxSizing="border-box";f.style.top="6px";f.style.marginRight="6px";f.style.height="30px";f.style.paddingTop="6px";f.style.paddingBottom="6px";f.setAttribute("title",mxResources.get(a));g.menus.menuCreated(e,f,"geMenuItem");null!=c?(f.style.backgroundImage="url("+c+")",f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.width="34px",f.innerHTML="",mxUtils.setOpacity(f, +d||40)):b||(f.style.backgroundImage="url("+mxWindow.prototype.normalizeImage+")",f.style.backgroundPosition="right 6px center",f.style.backgroundRepeat="no-repeat",f.style.paddingRight="22px");return f}function b(a,b,c,d,e,f){var h=document.createElement("a");h.setAttribute("href","javascript:void(0)");h.className="geMenuItem";h.style.display="inline-block";h.style.boxSizing="border-box";h.style.height="30px";h.style.padding="6px";h.style.position="relative";h.style.verticalAlign="top";h.style.top= +"0px";null!=g.statusContainer?k.insertBefore(h,g.statusContainer):k.appendChild(h);null!=f?(h.style.backgroundImage="url("+f+")",h.style.backgroundPosition="center center",h.style.backgroundRepeat="no-repeat",h.style.backgroundSize="24px 24px",h.style.width="34px"):mxUtils.write(h,a);mxEvent.addListener(h,"click",function(a){"disabled"!=h.getAttribute("disabled")&&b(a);mxEvent.consume(a)});null==c&&(h.style.marginRight="4px");null!=d&&h.setAttribute("title",d);mxUtils.setOpacity(h,null!=f?40:100); +null!=e&&(a=function(){e.isEnabled()?(h.removeAttribute("disabled"),mxUtils.setOpacity(h,null!=f?40:100),h.style.cursor=""):(h.setAttribute("disabled","disabled"),mxUtils.setOpacity(h,null!=f?10:20),h.style.cursor="default")},e.addListener("stateChanged",a),a());return h}function d(a){var b=document.createElement("div");b.className="geMenuItem";b.style.display="inline-block";b.style.verticalAlign="top";b.style.marginRight="6px";b.style.padding="0 4px 0 4px";b.style.height="30px";b.style.position= +"relative";b.style.top="0px";for(var c=0;c<a.length;c++)null!=a[c]&&(a[c].style.margin="0px",a[c].style.boxShadow="none",b.appendChild(a[c]));null!=g.statusContainer?k.insertBefore(b,g.statusContainer):k.appendChild(b);return b}function e(){for(var e=k.firstChild;null!=e;){var f=e.nextSibling;"geMenuItem"!=e.className&&"geItem"!=e.className||e.parentNode.removeChild(e);e=f}l=k.firstChild;c=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;(e=900>c)||a("diagram");d([e? +a("diagram",null,IMAGE_PATH+"/drawlogo-gray.svg",100):null,b(mxResources.get("shapes"),g.actions.get("toggleShapes").funct,null,mxResources.get("shapes"),g.actions.get("image"),e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMgMTN2OGg4di04aC04ek0zIDIxaDh2LThIM3Y4ek0zIDN2OGg4VjNIM3ptMTMuNjYtMS4zMUwxMSA3LjM0IDE2LjY2IDEzbDUuNjYtNS42Ni01LjY2LTUuNjV6Ii8+PC9zdmc+":null),b(mxResources.get("format"), +g.actions.get("toggleFormat").funct,null,mxResources.get("format")+" ("+g.actions.get("formatPanel").shortcut+")",g.actions.get("image"),e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgM2MtNC45NyAwLTkgNC4wMy05IDlzNC4wMyA5IDkgOWMuODMgMCAxLjUtLjY3IDEuNS0xLjUgMC0uMzktLjE1LS43NC0uMzktMS4wMS0uMjMtLjI2LS4zOC0uNjEtLjM4LS45OSAwLS44My42Ny0xLjUgMS41LTEuNUgxNmMyLjc2IDAgNS0yLjI0IDUtNSAwLTQuNDItNC4wMy04LTktOHptLTUuNSA5Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTNS42NyA5IDYuNSA5IDggOS42NyA4IDEwLjUgNy4zMyAxMiA2LjUgMTJ6bTMtNEM4LjY3IDggOCA3LjMzIDggNi41UzguNjcgNSA5LjUgNXMxLjUuNjcgMS41IDEuNVMxMC4zMyA4IDkuNSA4em01IDBjLS44MyAwLTEuNS0uNjctMS41LTEuNVMxMy42NyA1IDE0LjUgNXMxLjUuNjcgMS41IDEuNVMxNS4zMyA4IDE0LjUgOHptMyA0Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTMTYuNjcgOSAxNy41IDlzMS41LjY3IDEuNSAxLjUtLjY3IDEuNS0xLjUgMS41eiIvPjwvc3ZnPg==": null)]);f=a("insert",!0,e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTNoLTZ2NmgtMnYtNkg1di0yaDZWNWgydjZoNnYyeiIvPjwvc3ZnPg==":null,40);d([f,b(mxResources.get("delete"),g.actions.get("delete").funct,null,mxResources.get("delete"),g.actions.get("delete"),e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNiAxOWMwIDEuMS45IDIgMiAyaDhjMS4xIDAgMi0uOSAyLTJWN0g2djEyek0xOSA0aC0zLjVsLTEtMWgtNWwtMSAxSDV2MmgxNFY0eiIvPjwvc3ZnPg==": null)]);if(480<=c&&(f=g.actions.get("undo"),e=g.actions.get("redo"),f=b("",f.funct,null,mxResources.get("undo")+" ("+f.shortcut+")",f,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIuNSA4Yy0yLjY1IDAtNS4wNS45OS02LjkgMi42TDIgN3Y5aDlsLTMuNjItMy42MmMxLjM5LTEuMTYgMy4xNi0xLjg4IDUuMTItMS44OCAzLjU0IDAgNi41NSAyLjMxIDcuNiA1LjVsMi4zNy0uNzhDMjEuMDggMTEuMDMgMTcuMTUgOCAxMi41IDh6Ii8+PC9zdmc+"),e=b("",e.funct, null,mxResources.get("redo")+" ("+e.shortcut+")",e,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTguNCAxMC42QzE2LjU1IDguOTkgMTQuMTUgOCAxMS41IDhjLTQuNjUgMC04LjU4IDMuMDMtOS45NiA3LjIyTDMuOSAxNmMxLjA1LTMuMTkgNC4wNS01LjUgNy42LTUuNSAxLjk1IDAgMy43My43MiA1LjEyIDEuODhMMTMgMTZoOVY3bC0zLjYgMy42eiIvPjwvc3ZnPg=="),d([f,e]),560<=c)){var e=g.actions.get("zoomIn"),f=g.actions.get("zoomOut"),n=g.actions.get("resetView"); @@ -8266,13 +8333,13 @@ d([b("",function(){h.popupMenuHandler.hideMenu();var a=h.view.scale,b=h.view.tra 640<=c?b("",e.funct,!0,mxResources.get("zoomIn")+" ("+Editor.ctrlKey+" +)",e,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHptMi41LTRoLTJ2Mkg5di0ySDdWOWgyVjdoMXYyaDJ2MXoiLz48L3N2Zz4="): null,640<=c?b("",f.funct,!0,mxResources.get("zoomOut")+" ("+Editor.ctrlKey+" -)",f,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHpNNyA5aDV2MUg3eiIvPjwvc3ZnPg=="): null])}e=g.menus.get("language");null!=e&&!mxClient.IS_CHROMEAPP&&!EditorUi.isElectronApp&&480<=c?(f=m.addMenu("",e.funct),f.setAttribute("title",mxResources.get("language")),f.style.backgroundImage="url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTEuOTkgMkM2LjQ3IDIgMiA2LjQ4IDIgMTJzNC40NyAxMCA5Ljk5IDEwQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyUzE3LjUyIDIgMTEuOTkgMnptNi45MyA2aC0yLjk1Yy0uMzItMS4yNS0uNzgtMi40NS0xLjM4LTMuNTYgMS44NC42MyAzLjM3IDEuOTEgNC4zMyAzLjU2ek0xMiA0LjA0Yy44MyAxLjIgMS40OCAyLjUzIDEuOTEgMy45NmgtMy44MmMuNDMtMS40MyAxLjA4LTIuNzYgMS45MS0zLjk2ek00LjI2IDE0QzQuMSAxMy4zNiA0IDEyLjY5IDQgMTJzLjEtMS4zNi4yNi0yaDMuMzhjLS4wOC42Ni0uMTQgMS4zMi0uMTQgMiAwIC42OC4wNiAxLjM0LjE0IDJINC4yNnptLjgyIDJoMi45NWMuMzIgMS4yNS43OCAyLjQ1IDEuMzggMy41Ni0xLjg0LS42My0zLjM3LTEuOS00LjMzLTMuNTZ6bTIuOTUtOEg1LjA4Yy45Ni0xLjY2IDIuNDktMi45MyA0LjMzLTMuNTZDOC44MSA1LjU1IDguMzUgNi43NSA4LjAzIDh6TTEyIDE5Ljk2Yy0uODMtMS4yLTEuNDgtMi41My0xLjkxLTMuOTZoMy44MmMtLjQzIDEuNDMtMS4wOCAyLjc2LTEuOTEgMy45NnpNMTQuMzQgMTRIOS42NmMtLjA5LS42Ni0uMTYtMS4zMi0uMTYtMiAwLS42OC4wNy0xLjM1LjE2LTJoNC42OGMuMDkuNjUuMTYgMS4zMi4xNiAyIDAgLjY4LS4wNyAxLjM0LS4xNiAyem0uMjUgNS41NmMuNi0xLjExIDEuMDYtMi4zMSAxLjM4LTMuNTZoMi45NWMtLjk2IDEuNjUtMi40OSAyLjkzLTQuMzMgMy41NnpNMTYuMzYgMTRjLjA4LS42Ni4xNC0xLjMyLjE0LTIgMC0uNjgtLjA2LTEuMzQtLjE0LTJoMy4zOGMuMTYuNjQuMjYgMS4zMS4yNiAycy0uMSAxLjM2LS4yNiAyaC0zLjM4eiIvPjwvc3ZnPg==)", -f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.position="absolute",f.style.height="24px",f.style.width="24px",f.style.zIndex="1",f.style.top="11px",f.style.right="14px",mxUtils.setOpacity(f,30),k.appendChild(f),g.buttonContainer.style.right="40px"):g.buttonContainer.style.right="14px"}q.apply(this,arguments);var f=document.createElement("div");f.style.cssText="position:absolute;left:0px;right:0px;top:0px;overflow-y:auto;overflow-x:hidden;"; +f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.position="absolute",f.style.height="24px",f.style.width="24px",f.style.zIndex="1",f.style.top="11px",f.style.right="14px",mxUtils.setOpacity(f,30),k.appendChild(f),g.buttonContainer.style.right="40px"):g.buttonContainer.style.right="14px"}p.apply(this,arguments);var f=document.createElement("div");f.style.cssText="position:absolute;left:0px;right:0px;top:0px;overflow-y:auto;overflow-x:hidden;"; f.style.bottom="1"!=urlParams.embed||"1"==urlParams.libraries?"63px":"32px";this.sidebar=this.createSidebar(f);var g=this,h=g.editor.graph;g.toolbar=this.createToolbar(g.createDiv("geToolbar"));g.defaultLibraryName=mxResources.get("untitledLibrary");var k=document.createElement("div");k.style.cssText="position:absolute;left:0px;right:0px;top:0px;height:30px;padding:8px;border-bottom:1px solid lightgray;background-color:#ffffff;text-align:left;white-space:nowrap;";var l=null,m=new Menubar(g,k);g.statusContainer= g.createStatusContainer();g.statusContainer.style.position="relative";g.statusContainer.style.maxWidth="";g.statusContainer.style.marginTop="7px";g.statusContainer.style.marginLeft="6px";g.statusContainer.style.color="gray";g.statusContainer.style.cursor="default";g.editor.addListener("statusChanged",mxUtils.bind(this,function(){g.setStatusText(g.editor.getStatus())}));var n=g.descriptorChanged;g.descriptorChanged=function(){n.apply(this,arguments);var a=g.getCurrentFile();if(null!=a&&null!=a.getTitle()){var b= a.getMode();"google"==b?b="googleDrive":"github"==b?b="gitHub":"onedrive"==b&&(b="oneDrive");b=mxResources.get(b);k.setAttribute("title",a.getTitle()+(null!=b?" ("+b+")":""))}else k.removeAttribute("title")};g.setStatusText(g.editor.getStatus());k.appendChild(g.statusContainer);g.buttonContainer=document.createElement("div");g.buttonContainer.style.cssText="position:absolute;right:40px;top:12px;white-space:nowrap;";k.appendChild(g.buttonContainer);g.menubarContainer=g.buttonContainer;g.tabContainer= document.createElement("div");g.tabContainer.style.cssText="position:absolute;left:0px;right:0px;bottom:0px;height:30px;white-space:nowrap;border-bottom:1px solid lightgray;background-color:#ffffff;border-top:1px solid lightgray;margin-bottom:-2px;visibility:hidden;";var f=g.diagramContainer.parentNode,t=document.createElement("div");t.style.cssText="position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;";g.diagramContainer.style.top="47px";var u=g.menus.get("viewZoom");if(null!= -u){this.tabContainer.style.right="70px";var D=m.addMenu("100%",u.funct);D.setAttribute("title",mxResources.get("zoom")+" (Alt+Mousewheel)");D.style.whiteSpace="nowrap";D.style.backgroundImage="url("+mxWindow.prototype.minimizeImage+")";D.style.backgroundPosition="right 6px center";D.style.backgroundRepeat="no-repeat";D.style.backgroundColor="#ffffff";D.style.paddingRight="10px";D.style.display="block";D.style.position="absolute";D.style.textDecoration="none";D.style.textDecoration="none";D.style.right= -"0px";D.style.bottom="0px";D.style.overflow="hidden";D.style.visibility="hidden";D.style.textAlign="center";D.style.color="#000";D.style.fontSize="12px";D.style.color="#707070";D.style.width="59px";D.style.borderTop="1px solid lightgray";D.style.borderLeft="1px solid lightgray";D.style.height=parseInt(g.tabContainer.style.height)-1+"px";D.style.lineHeight=parseInt(g.tabContainer.style.height)+1+"px";t.appendChild(D);u=mxUtils.bind(this,function(){D.innerHTML=Math.round(100*g.editor.graph.view.scale)+ -"%"});g.editor.graph.view.addListener(mxEvent.EVENT_SCALE,u);g.editor.addListener("resetGraphView",u);g.editor.addListener("pageSelected",u);var H=g.setGraphEnabled;g.setGraphEnabled=function(){H.apply(this,arguments);null!=this.tabContainer&&(D.style.visibility=this.tabContainer.style.visibility,this.diagramContainer.style.bottom="hidden"!=this.tabContainer.style.visibility?"30px":"0px")}}t.appendChild(g.tabContainer);t.appendChild(k);t.appendChild(g.diagramContainer);f.appendChild(t);g.updateTabContainer(); +u){this.tabContainer.style.right="70px";var I=m.addMenu("100%",u.funct);I.setAttribute("title",mxResources.get("zoom")+" (Alt+Mousewheel)");I.style.whiteSpace="nowrap";I.style.backgroundImage="url("+mxWindow.prototype.minimizeImage+")";I.style.backgroundPosition="right 6px center";I.style.backgroundRepeat="no-repeat";I.style.backgroundColor="#ffffff";I.style.paddingRight="10px";I.style.display="block";I.style.position="absolute";I.style.textDecoration="none";I.style.textDecoration="none";I.style.right= +"0px";I.style.bottom="0px";I.style.overflow="hidden";I.style.visibility="hidden";I.style.textAlign="center";I.style.color="#000";I.style.fontSize="12px";I.style.color="#707070";I.style.width="59px";I.style.borderTop="1px solid lightgray";I.style.borderLeft="1px solid lightgray";I.style.height=parseInt(g.tabContainer.style.height)-1+"px";I.style.lineHeight=parseInt(g.tabContainer.style.height)+1+"px";t.appendChild(I);u=mxUtils.bind(this,function(){I.innerHTML=Math.round(100*g.editor.graph.view.scale)+ +"%"});g.editor.graph.view.addListener(mxEvent.EVENT_SCALE,u);g.editor.addListener("resetGraphView",u);g.editor.addListener("pageSelected",u);var H=g.setGraphEnabled;g.setGraphEnabled=function(){H.apply(this,arguments);null!=this.tabContainer&&(I.style.visibility=this.tabContainer.style.visibility,this.diagramContainer.style.bottom="hidden"!=this.tabContainer.style.visibility?"30px":"0px")}}t.appendChild(g.tabContainer);t.appendChild(k);t.appendChild(g.diagramContainer);f.appendChild(t);g.updateTabContainer(); e();mxEvent.addListener(window,"resize",function(){e();null!=g.sidebarWindow&&g.sidebarWindow.window.fit();null!=g.formatWindow&&g.formatWindow.window.fit();null!=g.actions.outlineWindow&&g.actions.outlineWindow.window.fit();null!=g.actions.layersWindow&&g.actions.layersWindow.window.fit();null!=g.menus.tagsWindow&&g.menus.tagsWindow.window.fit();null!=g.menus.findWindow&&g.menus.findWindow.window.fit()})}}}; (function(){var a=!1;"min"!=uiTheme||a||mxClient.IS_CHROMEAPP||(EditorUi.initMinimalTheme(),a=!0);var b=EditorUi.initTheme;EditorUi.initTheme=function(){b.apply(this,arguments);"min"!=uiTheme||a||(this.initMinimalTheme(),a=!0)}})(); diff --git a/src/main/webapp/js/atlas-viewer.min.js b/src/main/webapp/js/atlas-viewer.min.js index 2a9a21068..d4b216d15 100644 --- a/src/main/webapp/js/atlas-viewer.min.js +++ b/src/main/webapp/js/atlas-viewer.min.js @@ -97,7 +97,7 @@ ea;m.wa=m.normalizeRCData=e;m.xa=m.sanitize=function(a,b,d,e){return Q(a,ea(b,d, l--,_+=n[s++]<<u,u+=8}if(a.nlen=(31&_)+257,_>>>=5,u-=5,a.ndist=(31&_)+1,_>>>=5,u-=5,a.ncode=(15&_)+4,_>>>=4,u-=4,a.nlen>286||a.ndist>30){t.msg="too many length or distance symbols",a.mode=_t;break}a.have=0,a.mode=tt;case tt:for(;a.have<a.ncode;){for(;u<3;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}a.lens[At[a.have++]]=7&_,_>>>=3,u-=3}for(;a.have<19;)a.lens[At[a.have++]]=0;if(a.lencode=a.lendyn,a.lenbits=7,zt={bits:a.lenbits},xt=y(x,a.lens,0,19,a.lencode,0,a.work,zt),a.lenbits=zt.bits,xt){t.msg="invalid code lengths set",a.mode=_t;break}a.have=0,a.mode=et;case et:for(;a.have<a.nlen+a.ndist;){for(;St=a.lencode[_&(1<<a.lenbits)-1],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(wt<16)_>>>=gt,u-=gt,a.lens[a.have++]=wt;else{if(16===wt){for(Bt=gt+2;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(_>>>=gt,u-=gt,0===a.have){t.msg="invalid bit length repeat",a.mode=_t;break}yt=a.lens[a.have-1],g=3+(3&_),_>>>=2,u-=2}else if(17===wt){for(Bt=gt+3;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=gt,u-=gt,yt=0,g=3+(7&_),_>>>=3,u-=3}else{for(Bt=gt+7;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=gt,u-=gt,yt=0,g=11+(127&_),_>>>=7,u-=7}if(a.have+g>a.nlen+a.ndist){t.msg="invalid bit length repeat",a.mode=_t;break}for(;g--;)a.lens[a.have++]=yt}}if(a.mode===_t)break;if(0===a.lens[256]){t.msg="invalid code -- missing end-of-block",a.mode=_t;break}if(a.lenbits=9,zt={bits:a.lenbits},xt=y(z,a.lens,0,a.nlen,a.lencode,0,a.work,zt),a.lenbits=zt.bits,xt){t.msg="invalid literal/lengths set",a.mode=_t;break}if(a.distbits=6,a.distcode=a.distdyn,zt={bits:a.distbits},xt=y(B,a.lens,a.nlen,a.ndist,a.distcode,0,a.work,zt),a.distbits=zt.bits,xt){t.msg="invalid distances set",a.mode=_t;break}if(a.mode=at,e===A)break t;case at:a.mode=it;case it:if(l>=6&&h>=258){t.next_out=o,t.avail_out=h,t.next_in=s,t.avail_in=l,a.hold=_,a.bits=u,k(t,b),o=t.next_out,r=t.output,h=t.avail_out,s=t.next_in,n=t.input,l=t.avail_in,_=a.hold,u=a.bits,a.mode===X&&(a.back=-1);break}for(a.back=0;St=a.lencode[_&(1<<a.lenbits)-1],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(mt&&0===(240&mt)){for(pt=gt,vt=mt,kt=wt;St=a.lencode[kt+((_&(1<<pt+vt)-1)>>pt)],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(pt+gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=pt,u-=pt,a.back+=pt}if(_>>>=gt,u-=gt,a.back+=gt,a.length=wt,0===mt){a.mode=lt;break}if(32&mt){a.back=-1,a.mode=X;break}if(64&mt){t.msg="invalid literal/length code",a.mode=_t;break}a.extra=15&mt,a.mode=nt;case nt:if(a.extra){for(Bt=a.extra;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}a.length+=_&(1<<a.extra)-1,_>>>=a.extra,u-=a.extra,a.back+=a.extra}a.was=a.length,a.mode=rt;case rt:for(;St=a.distcode[_&(1<<a.distbits)-1],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(0===(240&mt)){for(pt=gt,vt=mt,kt=wt;St=a.distcode[kt+((_&(1<<pt+vt)-1)>>pt)],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(pt+gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=pt,u-=pt,a.back+=pt}if(_>>>=gt,u-=gt,a.back+=gt,64&mt){t.msg="invalid distance code",a.mode=_t;break}a.offset=wt,a.extra=15&mt,a.mode=st;case st:if(a.extra){for(Bt=a.extra;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}a.offset+=_&(1<<a.extra)-1,_>>>=a.extra,u-=a.extra,a.back+=a.extra}if(a.offset>a.dmax){t.msg="invalid distance too far back",a.mode=_t;break}a.mode=ot;case ot:if(0===h)break t;if(g=b-h,a.offset>g){if(g=a.offset-g,g>a.whave&&a.sane){t.msg="invalid distance too far back",a.mode=_t;break}g>a.wnext?(g-=a.wnext,m=a.wsize-g):m=a.wnext-g,g>a.length&&(g=a.length),bt=a.window}else bt=r,m=o-a.offset,g=a.length;g>h&&(g=h),h-=g,a.length-=g;do r[o++]=bt[m++];while(--g);0===a.length&&(a.mode=it);break;case lt:if(0===h)break t;r[o++]=a.length,h--,a.mode=it;break;case ht:if(a.wrap){for(;u<32;){if(0===l)break t;l--,_|=n[s++]<<u,u+=8}if(b-=h,t.total_out+=b,a.total+=b,b&&(t.adler=a.check=a.flags?v(a.check,r,b,o-b):p(a.check,r,b,o-b)),b=h,(a.flags?_:i(_))!==a.check){t.msg="incorrect data check",a.mode=_t;break}_=0,u=0}a.mode=dt;case dt:if(a.wrap&&a.flags){for(;u<32;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(_!==(4294967295&a.total)){t.msg="incorrect length check",a.mode=_t;break}_=0,u=0}a.mode=ft;case ft:xt=R;break t;case _t:xt=O;break t;case ut:return D;case ct:default:return N}return t.next_out=o,t.avail_out=h,t.next_in=s,t.avail_in=l,a.hold=_,a.bits=u,(a.wsize||b!==t.avail_out&&a.mode<_t&&(a.mode<ht||e!==S))&&f(t,t.output,t.next_out,b-t.avail_out)?(a.mode=ut,D):(c-=t.avail_in,b-=t.avail_out,t.total_in+=c,t.total_out+=b,a.total+=b,a.wrap&&b&&(t.adler=a.check=a.flags?v(a.check,r,b,t.next_out-b):p(a.check,r,b,t.next_out-b)),t.data_type=a.bits+(a.last?64:0)+(a.mode===X?128:0)+(a.mode===at||a.mode===Q?256:0),(0===c&&0===b||e===S)&&xt===Z&&(xt=I),xt)}function u(t){if(!t||!t.state)return N;var e=t.state;return e.window&&(e.window=null),t.state=null,Z}function c(t,e){var a;return t&&t.state?(a=t.state,0===(2&a.wrap)?N:(a.head=e,e.done=!1,Z)):N}function b(t,e){var a,i,n,r=e.length;return t&&t.state?(a=t.state,0!==a.wrap&&a.mode!==G?N:a.mode===G&&(i=1,i=p(i,e,r,0),i!==a.check)?O:(n=f(t,e,r,r))?(a.mode=ut,D):(a.havedict=1,Z)):N}var g,m,w=t("../utils/common"),p=t("./adler32"),v=t("./crc32"),k=t("./inffast"),y=t("./inftrees"),x=0,z=1,B=2,S=4,E=5,A=6,Z=0,R=1,C=2,N=-2,O=-3,D=-4,I=-5,U=8,T=1,F=2,L=3,H=4,j=5,K=6,M=7,P=8,Y=9,q=10,G=11,X=12,W=13,J=14,Q=15,V=16,$=17,tt=18,et=19,at=20,it=21,nt=22,rt=23,st=24,ot=25,lt=26,ht=27,dt=28,ft=29,_t=30,ut=31,ct=32,bt=852,gt=592,mt=15,wt=mt,pt=!0;a.inflateReset=s,a.inflateReset2=o,a.inflateResetKeep=r,a.inflateInit=h,a.inflateInit2=l,a.inflate=_,a.inflateEnd=u,a.inflateGetHeader=c,a.inflateSetDictionary=b,a.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":3,"./adler32":5,"./crc32":7,"./inffast":10,"./inftrees":12}],12:[function(t,e,a){"use strict";var i=t("../utils/common"),n=15,r=852,s=592,o=0,l=1,h=2,d=[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],f=[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,72,78],_=[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],u=[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];e.exports=function(t,e,a,c,b,g,m,w){var p,v,k,y,x,z,B,S,E,A=w.bits,Z=0,R=0,C=0,N=0,O=0,D=0,I=0,U=0,T=0,F=0,L=null,H=0,j=new i.Buf16(n+1),K=new i.Buf16(n+1),M=null,P=0;for(Z=0;Z<=n;Z++)j[Z]=0;for(R=0;R<c;R++)j[e[a+R]]++;for(O=A,N=n;N>=1&&0===j[N];N--);if(O>N&&(O=N),0===N)return b[g++]=20971520,b[g++]=20971520,w.bits=1,0;for(C=1;C<N&&0===j[C];C++);for(O<C&&(O=C),U=1,Z=1;Z<=n;Z++)if(U<<=1,U-=j[Z],U<0)return-1;if(U>0&&(t===o||1!==N))return-1;for(K[1]=0,Z=1;Z<n;Z++)K[Z+1]=K[Z]+j[Z];for(R=0;R<c;R++)0!==e[a+R]&&(m[K[e[a+R]]++]=R);if(t===o?(L=M=m,z=19):t===l?(L=d,H-=257,M=f,P-=257,z=256):(L=_,M=u,z=-1),F=0,R=0,Z=C,x=g,D=O,I=0,k=-1,T=1<<O,y=T-1,t===l&&T>r||t===h&&T>s)return 1;for(var Y=0;;){Y++,B=Z-I,m[R]<z?(S=0,E=m[R]):m[R]>z?(S=M[P+m[R]],E=L[H+m[R]]):(S=96,E=0),p=1<<Z-I,v=1<<D,C=v;do v-=p,b[x+(F>>I)+v]=B<<24|S<<16|E|0;while(0!==v);for(p=1<<Z-1;F&p;)p>>=1;if(0!==p?(F&=p-1,F+=p):F=0,R++,0===--j[Z]){if(Z===N)break;Z=e[a+m[R]]}if(Z>O&&(F&y)!==k){for(0===I&&(I=O),x+=C,D=Z-I,U=1<<D;D+I<N&&(U-=j[D+I],!(U<=0));)D++,U<<=1;if(T+=1<<D,t===l&&T>r||t===h&&T>s)return 1;k=F&y,b[k]=O<<24|D<<16|x-g|0}}return 0!==F&&(b[x+F]=Z-I<<24|64<<16|0),w.bits=O,0}},{"../utils/common":3}],13:[function(t,e,a){"use strict";e.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],14:[function(t,e,a){"use strict";function i(t){for(var e=t.length;--e>=0;)t[e]=0}function n(t,e,a,i,n){this.static_tree=t,this.extra_bits=e,this.extra_base=a,this.elems=i,this.max_length=n,this.has_stree=t&&t.length}function r(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function s(t){return t<256?lt[t]:lt[256+(t>>>7)]}function o(t,e){t.pending_buf[t.pending++]=255&e,t.pending_buf[t.pending++]=e>>>8&255}function l(t,e,a){t.bi_valid>W-a?(t.bi_buf|=e<<t.bi_valid&65535,o(t,t.bi_buf),t.bi_buf=e>>W-t.bi_valid,t.bi_valid+=a-W):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=a)}function h(t,e,a){l(t,a[2*e],a[2*e+1])}function d(t,e){var a=0;do a|=1&t,t>>>=1,a<<=1;while(--e>0);return a>>>1}function f(t){16===t.bi_valid?(o(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=255&t.bi_buf,t.bi_buf>>=8,t.bi_valid-=8)}function _(t,e){var a,i,n,r,s,o,l=e.dyn_tree,h=e.max_code,d=e.stat_desc.static_tree,f=e.stat_desc.has_stree,_=e.stat_desc.extra_bits,u=e.stat_desc.extra_base,c=e.stat_desc.max_length,b=0;for(r=0;r<=X;r++)t.bl_count[r]=0;for(l[2*t.heap[t.heap_max]+1]=0,a=t.heap_max+1;a<G;a++)i=t.heap[a],r=l[2*l[2*i+1]+1]+1,r>c&&(r=c,b++),l[2*i+1]=r,i>h||(t.bl_count[r]++,s=0,i>=u&&(s=_[i-u]),o=l[2*i],t.opt_len+=o*(r+s),f&&(t.static_len+=o*(d[2*i+1]+s)));if(0!==b){do{for(r=c-1;0===t.bl_count[r];)r--;t.bl_count[r]--,t.bl_count[r+1]+=2,t.bl_count[c]--,b-=2}while(b>0);for(r=c;0!==r;r--)for(i=t.bl_count[r];0!==i;)n=t.heap[--a],n>h||(l[2*n+1]!==r&&(t.opt_len+=(r-l[2*n+1])*l[2*n],l[2*n+1]=r),i--)}}function u(t,e,a){var i,n,r=new Array(X+1),s=0;for(i=1;i<=X;i++)r[i]=s=s+a[i-1]<<1;for(n=0;n<=e;n++){var o=t[2*n+1];0!==o&&(t[2*n]=d(r[o]++,o))}}function c(){var t,e,a,i,r,s=new Array(X+1);for(a=0,i=0;i<K-1;i++)for(dt[i]=a,t=0;t<1<<et[i];t++)ht[a++]=i;for(ht[a-1]=i,r=0,i=0;i<16;i++)for(ft[i]=r,t=0;t<1<<at[i];t++)lt[r++]=i;for(r>>=7;i<Y;i++)for(ft[i]=r<<7,t=0;t<1<<at[i]-7;t++)lt[256+r++]=i;for(e=0;e<=X;e++)s[e]=0;for(t=0;t<=143;)st[2*t+1]=8,t++,s[8]++;for(;t<=255;)st[2*t+1]=9,t++,s[9]++;for(;t<=279;)st[2*t+1]=7,t++,s[7]++;for(;t<=287;)st[2*t+1]=8,t++,s[8]++;for(u(st,P+1,s),t=0;t<Y;t++)ot[2*t+1]=5,ot[2*t]=d(t,5);_t=new n(st,et,M+1,P,X),ut=new n(ot,at,0,Y,X),ct=new n(new Array(0),it,0,q,J)}function b(t){var e;for(e=0;e<P;e++)t.dyn_ltree[2*e]=0;for(e=0;e<Y;e++)t.dyn_dtree[2*e]=0;for(e=0;e<q;e++)t.bl_tree[2*e]=0;t.dyn_ltree[2*Q]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}function g(t){t.bi_valid>8?o(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function m(t,e,a,i){g(t),i&&(o(t,a),o(t,~a)),N.arraySet(t.pending_buf,t.window,e,a,t.pending),t.pending+=a}function w(t,e,a,i){var n=2*e,r=2*a;return t[n]<t[r]||t[n]===t[r]&&i[e]<=i[a]}function p(t,e,a){for(var i=t.heap[a],n=a<<1;n<=t.heap_len&&(n<t.heap_len&&w(e,t.heap[n+1],t.heap[n],t.depth)&&n++,!w(e,i,t.heap[n],t.depth));)t.heap[a]=t.heap[n],a=n,n<<=1;t.heap[a]=i}function v(t,e,a){var i,n,r,o,d=0;if(0!==t.last_lit)do i=t.pending_buf[t.d_buf+2*d]<<8|t.pending_buf[t.d_buf+2*d+1],n=t.pending_buf[t.l_buf+d],d++,0===i?h(t,n,e):(r=ht[n],h(t,r+M+1,e),o=et[r],0!==o&&(n-=dt[r],l(t,n,o)),i--,r=s(i),h(t,r,a),o=at[r],0!==o&&(i-=ft[r],l(t,i,o)));while(d<t.last_lit);h(t,Q,e)}function k(t,e){var a,i,n,r=e.dyn_tree,s=e.stat_desc.static_tree,o=e.stat_desc.has_stree,l=e.stat_desc.elems,h=-1;for(t.heap_len=0,t.heap_max=G,a=0;a<l;a++)0!==r[2*a]?(t.heap[++t.heap_len]=h=a,t.depth[a]=0):r[2*a+1]=0;for(;t.heap_len<2;)n=t.heap[++t.heap_len]=h<2?++h:0,r[2*n]=1,t.depth[n]=0,t.opt_len--,o&&(t.static_len-=s[2*n+1]);for(e.max_code=h,a=t.heap_len>>1;a>=1;a--)p(t,r,a);n=l;do a=t.heap[1],t.heap[1]=t.heap[t.heap_len--],p(t,r,1),i=t.heap[1],t.heap[--t.heap_max]=a,t.heap[--t.heap_max]=i,r[2*n]=r[2*a]+r[2*i],t.depth[n]=(t.depth[a]>=t.depth[i]?t.depth[a]:t.depth[i])+1,r[2*a+1]=r[2*i+1]=n,t.heap[1]=n++,p(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],_(t,e),u(r,h,t.bl_count)}function y(t,e,a){var i,n,r=-1,s=e[1],o=0,l=7,h=4;for(0===s&&(l=138,h=3),e[2*(a+1)+1]=65535,i=0;i<=a;i++)n=s,s=e[2*(i+1)+1],++o<l&&n===s||(o<h?t.bl_tree[2*n]+=o:0!==n?(n!==r&&t.bl_tree[2*n]++,t.bl_tree[2*V]++):o<=10?t.bl_tree[2*$]++:t.bl_tree[2*tt]++,o=0,r=n,0===s?(l=138,h=3):n===s?(l=6,h=3):(l=7,h=4))}function x(t,e,a){var i,n,r=-1,s=e[1],o=0,d=7,f=4;for(0===s&&(d=138,f=3),i=0;i<=a;i++)if(n=s,s=e[2*(i+1)+1],!(++o<d&&n===s)){if(o<f){do h(t,n,t.bl_tree);while(0!==--o)}else 0!==n?(n!==r&&(h(t,n,t.bl_tree),o--),h(t,V,t.bl_tree),l(t,o-3,2)):o<=10?(h(t,$,t.bl_tree),l(t,o-3,3)):(h(t,tt,t.bl_tree),l(t,o-11,7));o=0,r=n,0===s?(d=138,f=3):n===s?(d=6,f=3):(d=7,f=4)}}function z(t){var e;for(y(t,t.dyn_ltree,t.l_desc.max_code),y(t,t.dyn_dtree,t.d_desc.max_code),k(t,t.bl_desc),e=q-1;e>=3&&0===t.bl_tree[2*nt[e]+1];e--);return t.opt_len+=3*(e+1)+5+5+4,e}function B(t,e,a,i){var n;for(l(t,e-257,5),l(t,a-1,5),l(t,i-4,4),n=0;n<i;n++)l(t,t.bl_tree[2*nt[n]+1],3);x(t,t.dyn_ltree,e-1),x(t,t.dyn_dtree,a-1)}function S(t){var e,a=4093624447;for(e=0;e<=31;e++,a>>>=1)if(1&a&&0!==t.dyn_ltree[2*e])return D;if(0!==t.dyn_ltree[18]||0!==t.dyn_ltree[20]||0!==t.dyn_ltree[26])return I;for(e=32;e<M;e++)if(0!==t.dyn_ltree[2*e])return I;return D}function E(t){bt||(c(),bt=!0),t.l_desc=new r(t.dyn_ltree,_t),t.d_desc=new r(t.dyn_dtree,ut),t.bl_desc=new r(t.bl_tree,ct),t.bi_buf=0,t.bi_valid=0,b(t)}function A(t,e,a,i){l(t,(T<<1)+(i?1:0),3),m(t,e,a,!0)}function Z(t){l(t,F<<1,3),h(t,Q,st),f(t)}function R(t,e,a,i){var n,r,s=0;t.level>0?(t.strm.data_type===U&&(t.strm.data_type=S(t)),k(t,t.l_desc),k(t,t.d_desc),s=z(t),n=t.opt_len+3+7>>>3,r=t.static_len+3+7>>>3,r<=n&&(n=r)):n=r=a+5,a+4<=n&&e!==-1?A(t,e,a,i):t.strategy===O||r===n?(l(t,(F<<1)+(i?1:0),3),v(t,st,ot)):(l(t,(L<<1)+(i?1:0),3),B(t,t.l_desc.max_code+1,t.d_desc.max_code+1,s+1),v(t,t.dyn_ltree,t.dyn_dtree)),b(t),i&&g(t)}function C(t,e,a){return t.pending_buf[t.d_buf+2*t.last_lit]=e>>>8&255,t.pending_buf[t.d_buf+2*t.last_lit+1]=255&e,t.pending_buf[t.l_buf+t.last_lit]=255&a,t.last_lit++,0===e?t.dyn_ltree[2*a]++:(t.matches++,e--,t.dyn_ltree[2*(ht[a]+M+1)]++,t.dyn_dtree[2*s(e)]++),t.last_lit===t.lit_bufsize-1}var N=t("../utils/common"),O=4,D=0,I=1,U=2,T=0,F=1,L=2,H=3,j=258,K=29,M=256,P=M+1+K,Y=30,q=19,G=2*P+1,X=15,W=16,J=7,Q=256,V=16,$=17,tt=18,et=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],at=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],it=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],nt=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],rt=512,st=new Array(2*(P+2));i(st);var ot=new Array(2*Y);i(ot);var lt=new Array(rt);i(lt);var ht=new Array(j-H+1);i(ht);var dt=new Array(K);i(dt);var ft=new Array(Y);i(ft);var _t,ut,ct,bt=!1;a._tr_init=E,a._tr_stored_block=A,a._tr_flush_block=R,a._tr_tally=C,a._tr_align=Z},{"../utils/common":3}],15:[function(t,e,a){"use strict";function i(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}e.exports=i},{}],"/":[function(t,e,a){"use strict";var i=t("./lib/utils/common").assign,n=t("./lib/deflate"),r=t("./lib/inflate"),s=t("./lib/zlib/constants"),o={};i(o,n,r,s),e.exports=o},{"./lib/deflate":1,"./lib/inflate":2,"./lib/utils/common":3,"./lib/zlib/constants":6}]},{},[])("/")}); var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(a,b){var c="",d,e,f,g,k,l,m=0;for(null!=b&&b||(a=Base64._utf8_encode(a));m<a.length;)d=a.charCodeAt(m++),e=a.charCodeAt(m++),f=a.charCodeAt(m++),g=d>>2,d=(d&3)<<4|e>>4,k=(e&15)<<2|f>>6,l=f&63,isNaN(e)?k=l=64:isNaN(f)&&(l=64),c=c+this._keyStr.charAt(g)+this._keyStr.charAt(d)+this._keyStr.charAt(k)+this._keyStr.charAt(l);return c},decode:function(a,b){b=null!=b?b:!1;var c="",d,e,f,g,k,l=0;for(a=a.replace(/[^A-Za-z0-9\+\/\=]/g, "");l<a.length;)d=this._keyStr.indexOf(a.charAt(l++)),e=this._keyStr.indexOf(a.charAt(l++)),g=this._keyStr.indexOf(a.charAt(l++)),k=this._keyStr.indexOf(a.charAt(l++)),d=d<<2|e>>4,e=(e&15)<<4|g>>2,f=(g&3)<<6|k,c+=String.fromCharCode(d),64!=g&&(c+=String.fromCharCode(e)),64!=k&&(c+=String.fromCharCode(f));b||(c=Base64._utf8_decode(c));return c},_utf8_encode:function(a){a=a.replace(/\r\n/g,"\n");for(var b="",c=0;c<a.length;c++){var d=a.charCodeAt(c);128>d?b+=String.fromCharCode(d):(127<d&&2048>d?b+= -String.fromCharCode(d>>6|192):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128)),b+=String.fromCharCode(d&63|128))}return b},_utf8_decode:function(a){var b="",c=0,d;for(c1=c2=0;c<a.length;)d=a.charCodeAt(c),128>d?(b+=String.fromCharCode(d),c++):191<d&&224>d?(c2=a.charCodeAt(c+1),b+=String.fromCharCode((d&31)<<6|c2&63),c+=2):(c2=a.charCodeAt(c+1),c3=a.charCodeAt(c+2),b+=String.fromCharCode((d&15)<<12|(c2&63)<<6|c3&63),c+=3);return b}};window.urlParams=window.urlParams||{};window.isLocalStorage=window.isLocalStorage||!1;window.isSvgBrowser=window.isSvgBrowser||0>navigator.userAgent.indexOf("MSIE")||9<=document.documentMode;window.EXPORT_URL=window.EXPORT_URL||"https://exp.draw.io/ImageExport4/export";window.PLANT_URL=window.PLANT_URL||"https://exp-plant.draw.io/plantuml2";window.VSD_CONVERT_URL=window.VSD_CONVERT_URL||"https://convert.draw.io/VsdConverter/api/converter";window.SAVE_URL=window.SAVE_URL||"save"; +String.fromCharCode(d>>6|192):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128)),b+=String.fromCharCode(d&63|128))}return b},_utf8_decode:function(a){var b="",c=0,d;for(c1=c2=0;c<a.length;)d=a.charCodeAt(c),128>d?(b+=String.fromCharCode(d),c++):191<d&&224>d?(c2=a.charCodeAt(c+1),b+=String.fromCharCode((d&31)<<6|c2&63),c+=2):(c2=a.charCodeAt(c+1),c3=a.charCodeAt(c+2),b+=String.fromCharCode((d&15)<<12|(c2&63)<<6|c3&63),c+=3);return b}};window.urlParams=window.urlParams||{};window.isLocalStorage=window.isLocalStorage||!1;window.isSvgBrowser=window.isSvgBrowser||0>navigator.userAgent.indexOf("MSIE")||9<=document.documentMode;window.EXPORT_URL=window.EXPORT_URL||"https://exp.draw.io/ImageExport4/export";window.PLANT_URL=window.PLANT_URL||"https://exp-plant.draw.io/plantuml3";window.VSD_CONVERT_URL=window.VSD_CONVERT_URL||"https://convert.draw.io/VsdConverter/api/converter";window.SAVE_URL=window.SAVE_URL||"save"; window.OPEN_URL=window.OPEN_URL||"open";window.PROXY_URL=window.PROXY_URL||"proxy";window.SHAPES_PATH=window.SHAPES_PATH||"shapes";window.GRAPH_IMAGE_PATH=window.GRAPH_IMAGE_PATH||"img";window.ICONSEARCH_PATH=window.ICONSEARCH_PATH||((0<=navigator.userAgent.indexOf("MSIE")||urlParams.dev)&&"file:"!=window.location.protocol?"iconSearch":"https://www.draw.io/iconSearch");window.TEMPLATE_PATH=window.TEMPLATE_PATH||"templates";window.RESOURCES_PATH=window.RESOURCES_PATH||"resources"; window.RESOURCE_BASE=window.RESOURCE_BASE||RESOURCES_PATH+"/dia";window.mxLoadResources=window.mxLoadResources||!1;window.mxLanguage=window.mxLanguage||function(){var a="1"==urlParams.offline?"en":urlParams.lang;if(null==a&&"undefined"!=typeof JSON&&isLocalStorage)try{var b=localStorage.getItem(".drawio-config");null!=b&&(a=JSON.parse(b).language||null)}catch(c){isLocalStorage=!1}return a}(); window.mxLanguageMap=window.mxLanguageMap||{i18n:"",id:"Bahasa Indonesia",ms:"Bahasa Melayu",bs:"Bosanski",bg:"Bulgarian",ca:"Català ",cs:"ÄŒeÅ¡tina",da:"Dansk",de:"Deutsch",et:"Eesti",en:"English",es:"Español",fil:"Filipino",fr:"Français",it:"Italiano",hu:"Magyar",nl:"Nederlands",no:"Norsk",pl:"Polski","pt-br":"Português (Brasil)",pt:"Português (Portugal)",ro:"Română",fi:"Suomi",sv:"Svenska",vi:"Tiếng Việt",tr:"Türkçe",el:"Ελληνικά",ru:"РуÑÑкий",sr:"СрпÑки",uk:"УкраїнÑька",he:"עברית",ar:"العربية",th:"ไทย", @@ -238,7 +238,7 @@ function mxXmlRequest(a,b,c,d,e,f){this.url=a;this.params=b;this.method=c||"POST mxXmlRequest.prototype.decodeSimulateValues=!1;mxXmlRequest.prototype.isBinary=function(){return this.binary};mxXmlRequest.prototype.setBinary=function(a){this.binary=a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.isReady=function(){return 4==this.request.readyState};mxXmlRequest.prototype.getDocumentElement=function(){var a=this.getXml();return null!=a?a.documentElement:null}; mxXmlRequest.prototype.getXml=function(){var a=this.request.responseXML;if(9<=document.documentMode||null==a||null==a.documentElement)a=mxUtils.parseXml(this.request.responseText);return a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.getStatus=function(){return this.request.status}; mxXmlRequest.prototype.create=function(){if(window.XMLHttpRequest)return function(){var a=new XMLHttpRequest;this.isBinary()&&a.overrideMimeType&&a.overrideMimeType("text/plain; charset=x-user-defined");return a};if("undefined"!=typeof ActiveXObject)return function(){return new ActiveXObject("Microsoft.XMLHTTP")}}(); -mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& +mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.request.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& window.XMLHttpRequest&&null!=c&&null!=d&&(this.request.timeout=c,this.request.ontimeout=d),this.request.send(this.params))};mxXmlRequest.prototype.setRequestHeaders=function(a,b){null!=b&&a.setRequestHeader("Content-Type","application/x-www-form-urlencoded")}; mxXmlRequest.prototype.simulate=function(a,b){a=a||document;var c=null;a==document&&(c=window.onbeforeunload,window.onbeforeunload=null);var d=a.createElement("form");d.setAttribute("method",this.method);d.setAttribute("action",this.url);null!=b&&d.setAttribute("target",b);d.style.display="none";d.style.visibility="hidden";for(var e=0<this.params.indexOf("&")?this.params.split("&"):this.params.split(),f=0;f<e.length;f++){var g=e[f].indexOf("=");if(0<g){var k=e[f].substring(0,g),g=e[f].substring(g+ 1);this.decodeSimulateValues&&(g=decodeURIComponent(g));var l=a.createElement("textarea");l.setAttribute("wrap","off");l.setAttribute("name",k);mxUtils.write(l,g);d.appendChild(l)}}a.body.appendChild(d);d.submit();null!=d.parentNode&&d.parentNode.removeChild(d);null!=c&&(window.onbeforeunload=c)}; @@ -1566,9 +1566,9 @@ mxConnectionHandler.prototype.reset=function(){null!=this.shape&&(this.shape.des mxConnectionHandler.prototype.drawPreview=function(){this.updatePreview(null==this.error);this.shape.redraw()};mxConnectionHandler.prototype.updatePreview=function(a){this.shape.strokewidth=this.getEdgeWidth(a);this.shape.stroke=this.getEdgeColor(a)};mxConnectionHandler.prototype.getEdgeColor=function(a){return a?mxConstants.VALID_COLOR:mxConstants.INVALID_COLOR};mxConnectionHandler.prototype.getEdgeWidth=function(a){return a?3:1}; mxConnectionHandler.prototype.connect=function(a,b,c,d){if(null!=b||this.isCreateTarget(c)||this.graph.allowDanglingEdges){var e=this.graph.getModel(),f=!1,g=null;e.beginUpdate();try{if(null!=a&&null==b&&!this.graph.isIgnoreTerminalEvent(c)&&this.isCreateTarget(c)&&(b=this.createTargetVertex(c,a),null!=b)){d=this.graph.getDropTarget([b],c,d);f=!0;if(null!=d&&this.graph.getModel().isEdge(d))d=this.graph.getDefaultParent();else{var k=this.graph.getView().getState(d);if(null!=k){var l=e.getGeometry(b); l.x-=k.origin.x;l.y-=k.origin.y}}this.graph.addCell(b,d)}var m=this.graph.getDefaultParent();null!=a&&null!=b&&e.getParent(a)==e.getParent(b)&&e.getParent(e.getParent(a))!=e.getRoot()&&(m=e.getParent(a),null!=a.geometry&&a.geometry.relative&&null!=b.geometry&&b.geometry.relative&&(m=e.getParent(m)));var n=k=null;null!=this.edgeState&&(k=this.edgeState.cell.value,n=this.edgeState.cell.style);g=this.insertEdge(m,null,k,a,b,n);if(null!=g){this.graph.setConnectionConstraint(g,a,!0,this.sourceConstraint); -this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){m=null;for(l=a;null!=l.parent&&null!=l.geometry&&l.geometry.relative&&l.parent!=g.parent;)l=this.graph.model.getParent(l);null!=l&&null!=l.parent&&l.parent==g.parent&&(m=l.parent.getIndex(l),l.parent.insert(g,m))}var p=e.getGeometry(g);null==p&&(p=new mxGeometry,p.relative=!0,e.setGeometry(g,p));if(null!= -this.waypoints&&0<this.waypoints.length){var q=this.graph.view.scale,r=this.graph.view.translate;p.points=[];for(a=0;a<this.waypoints.length;a++){var t=this.waypoints[a];p.points.push(new mxPoint(t.x/q-r.x,t.y/q-r.y))}}if(null==b){var u=this.graph.view.translate,q=this.graph.view.scale,t=null!=this.originalPoint?new mxPoint(this.originalPoint.x/q-u.x,this.originalPoint.y/q-u.y):new mxPoint(this.currentPoint.x/q-u.x,this.currentPoint.y/q-u.y);t.x-=this.graph.panDx/this.graph.view.scale;t.y-=this.graph.panDy/ -this.graph.view.scale;p.setTerminalPoint(t,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(x){mxLog.show(),mxLog.debug(x.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; +this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);m=e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){for(l=a;null!=l.parent&&null!=l.geometry&&l.geometry.relative&&l.parent!=g.parent;)l=this.graph.model.getParent(l);null!=l&&null!=l.parent&&l.parent==g.parent&&e.add(m,g,l.parent.getIndex(l))}var p=e.getGeometry(g);null==p&&(p=new mxGeometry,p.relative=!0,e.setGeometry(g,p));if(null!=this.waypoints&& +0<this.waypoints.length){var q=this.graph.view.scale,r=this.graph.view.translate;p.points=[];for(a=0;a<this.waypoints.length;a++){var t=this.waypoints[a];p.points.push(new mxPoint(t.x/q-r.x,t.y/q-r.y))}}if(null==b){var u=this.graph.view.translate,q=this.graph.view.scale,t=null!=this.originalPoint?new mxPoint(this.originalPoint.x/q-u.x,this.originalPoint.y/q-u.y):new mxPoint(this.currentPoint.x/q-u.x,this.currentPoint.y/q-u.y);t.x-=this.graph.panDx/this.graph.view.scale;t.y-=this.graph.panDy/this.graph.view.scale; +p.setTerminalPoint(t,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(x){mxLog.show(),mxLog.debug(x.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; mxConnectionHandler.prototype.insertEdge=function(a,b,c,d,e,f){if(null==this.factoryMethod)return this.graph.insertEdge(a,b,c,d,e,f);b=this.createEdge(c,d,e,f);return this.graph.addEdge(b,a,d,e)}; mxConnectionHandler.prototype.createTargetVertex=function(a,b){for(var c=this.graph.getCellGeometry(b);null!=c&&c.relative;)b=this.graph.getModel().getParent(b),c=this.graph.getCellGeometry(b);var d=this.graph.cloneCells([b])[0],c=this.graph.getModel().getGeometry(d);if(null!=c){var e=this.graph.view.translate,f=this.graph.view.scale,g=new mxPoint(this.currentPoint.x/f-e.x,this.currentPoint.y/f-e.y);c.x=Math.round(g.x-c.width/2-this.graph.panDx/f);c.y=Math.round(g.y-c.height/2-this.graph.panDy/f); g=this.getAlignmentTolerance();if(0<g){var k=this.graph.view.getState(b);if(null!=k){var l=k.x/f-e.x,e=k.y/f-e.y;Math.abs(l-c.x)<=g&&(c.x=Math.round(l));Math.abs(e-c.y)<=g&&(c.y=Math.round(e))}}}return d};mxConnectionHandler.prototype.getAlignmentTolerance=function(a){return this.graph.isGridEnabled()?this.graph.gridSize/2:this.graph.tolerance}; @@ -1987,11 +1987,11 @@ a.setAttribute("pageHeight",this.graph.pageFormat.height);null!=this.graph.backg Editor.prototype.createUndoManager=function(){var a=this.graph,c=new mxUndoManager;this.undoListener=function(a,e){c.undoableEditHappened(e.getProperty("edit"))};var e=mxUtils.bind(this,function(a,c){this.undoListener.apply(this,arguments)});a.getModel().addListener(mxEvent.UNDO,e);a.getView().addListener(mxEvent.UNDO,e);e=function(b,c){for(var e=a.getSelectionCellsForChanges(c.getProperty("edit").changes),h=a.getModel(),r=[],u=0;u<e.length;u++)(h.isVertex(e[u])||h.isEdge(e[u]))&&null!=a.view.getState(e[u])&& r.push(e[u]);a.setSelectionCells(r)};c.addListener(mxEvent.UNDO,e);c.addListener(mxEvent.REDO,e);return c};Editor.prototype.initStencilRegistry=function(){};Editor.prototype.destroy=function(){null!=this.graph&&(this.graph.destroy(),this.graph=null)};OpenFile=function(a){this.consumer=this.producer=null;this.done=a;this.args=null};OpenFile.prototype.setConsumer=function(a){this.consumer=a;this.execute()};OpenFile.prototype.setData=function(){this.args=arguments;this.execute()}; OpenFile.prototype.error=function(a){this.cancel(!0);mxUtils.alert(a)};OpenFile.prototype.execute=function(){null!=this.consumer&&null!=this.args&&(this.cancel(!1),this.consumer.apply(this,this.args))};OpenFile.prototype.cancel=function(a){null!=this.done&&this.done(null!=a?a:!0)}; -function Dialog(a,c,e,b,h,n,m,r){var u=0;mxClient.IS_VML&&(null==document.documentMode||8>document.documentMode)&&(u=80);e+=u;b+=u;var d=e,f=b,g=0<document.documentElement.clientHeight?document.documentElement.clientHeight:Math.max(document.body.clientHeight||0,document.documentElement.clientHeight),p=Math.max(1,Math.round((document.body.clientWidth-e-64)/2)),t=Math.max(1,Math.round((g-b-a.footerHeight)/3));mxClient.IS_QUIRKS||(c.style.maxHeight="100%");e=Math.min(e,document.body.scrollWidth-64); -b=Math.min(b,g-64);0<a.dialogs.length&&(this.zIndex+=2*a.dialogs.length);null==this.bg&&(this.bg=a.createDiv("background"),this.bg.style.position="absolute",this.bg.style.background=Dialog.backdropColor,this.bg.style.height=g+"px",this.bg.style.right="0px",this.bg.style.zIndex=this.zIndex-2,mxUtils.setOpacity(this.bg,this.bgOpacity),mxClient.IS_QUIRKS&&new mxDivResizer(this.bg));var k=mxUtils.getDocumentScrollOrigin(document);this.bg.style.left=k.x+"px";this.bg.style.top=k.y+"px";p+=k.x;t+=k.y;h&& -document.body.appendChild(this.bg);var q=a.createDiv("geDialog");h=this.getPosition(p,t,e,b);p=h.x;t=h.y;q.style.width=e+"px";q.style.height=b+"px";q.style.left=p+"px";q.style.top=t+"px";q.style.zIndex=this.zIndex;q.appendChild(c);document.body.appendChild(q);!r&&c.clientHeight>q.clientHeight-64&&(c.style.overflowY="auto");n&&(n=document.createElement("img"),n.setAttribute("src",Dialog.prototype.closeImage),n.setAttribute("title",mxResources.get("close")),n.className="geDialogClose",n.style.top=t+ -14+"px",n.style.left=p+e+38-u+"px",n.style.zIndex=this.zIndex,mxEvent.addListener(n,"click",mxUtils.bind(this,function(){a.hideDialog(!0)})),document.body.appendChild(n),this.dialogImg=n,mxEvent.addGestureListeners(this.bg,null,null,mxUtils.bind(this,function(d){a.hideDialog(!0)})));this.resizeListener=mxUtils.bind(this,function(){g=Math.max(document.body.clientHeight,document.documentElement.clientHeight);this.bg.style.height=g+"px";p=Math.max(1,Math.round((document.body.clientWidth-e-64)/2));t= -Math.max(1,Math.round((g-b-a.footerHeight)/3));e=Math.min(d,document.body.scrollWidth-64);b=Math.min(f,g-64);var k=this.getPosition(p,t,e,b);p=k.x;t=k.y;q.style.left=p+"px";q.style.top=t+"px";q.style.width=e+"px";q.style.height=b+"px";!r&&c.clientHeight>q.clientHeight-64&&(c.style.overflowY="auto");null!=this.dialogImg&&(this.dialogImg.style.top=t+14+"px",this.dialogImg.style.left=p+e+38-u+"px")});mxEvent.addListener(window,"resize",this.resizeListener);this.onDialogClose=m;this.container=q;a.editor.fireEvent(new mxEventObject("showDialog"))} +function Dialog(a,c,e,b,h,p,n,r){var u=0;mxClient.IS_VML&&(null==document.documentMode||8>document.documentMode)&&(u=80);e+=u;b+=u;var d=e,f=b,g=0<document.documentElement.clientHeight?document.documentElement.clientHeight:Math.max(document.body.clientHeight||0,document.documentElement.clientHeight),q=Math.max(1,Math.round((document.body.clientWidth-e-64)/2)),t=Math.max(1,Math.round((g-b-a.footerHeight)/3));mxClient.IS_QUIRKS||(c.style.maxHeight="100%");e=Math.min(e,document.body.scrollWidth-64); +b=Math.min(b,g-64);0<a.dialogs.length&&(this.zIndex+=2*a.dialogs.length);null==this.bg&&(this.bg=a.createDiv("background"),this.bg.style.position="absolute",this.bg.style.background=Dialog.backdropColor,this.bg.style.height=g+"px",this.bg.style.right="0px",this.bg.style.zIndex=this.zIndex-2,mxUtils.setOpacity(this.bg,this.bgOpacity),mxClient.IS_QUIRKS&&new mxDivResizer(this.bg));var m=mxUtils.getDocumentScrollOrigin(document);this.bg.style.left=m.x+"px";this.bg.style.top=m.y+"px";q+=m.x;t+=m.y;h&& +document.body.appendChild(this.bg);var l=a.createDiv("geDialog");h=this.getPosition(q,t,e,b);q=h.x;t=h.y;l.style.width=e+"px";l.style.height=b+"px";l.style.left=q+"px";l.style.top=t+"px";l.style.zIndex=this.zIndex;l.appendChild(c);document.body.appendChild(l);!r&&c.clientHeight>l.clientHeight-64&&(c.style.overflowY="auto");p&&(p=document.createElement("img"),p.setAttribute("src",Dialog.prototype.closeImage),p.setAttribute("title",mxResources.get("close")),p.className="geDialogClose",p.style.top=t+ +14+"px",p.style.left=q+e+38-u+"px",p.style.zIndex=this.zIndex,mxEvent.addListener(p,"click",mxUtils.bind(this,function(){a.hideDialog(!0)})),document.body.appendChild(p),this.dialogImg=p,mxEvent.addGestureListeners(this.bg,null,null,mxUtils.bind(this,function(d){a.hideDialog(!0)})));this.resizeListener=mxUtils.bind(this,function(){g=Math.max(document.body.clientHeight,document.documentElement.clientHeight);this.bg.style.height=g+"px";q=Math.max(1,Math.round((document.body.clientWidth-e-64)/2));t= +Math.max(1,Math.round((g-b-a.footerHeight)/3));e=Math.min(d,document.body.scrollWidth-64);b=Math.min(f,g-64);var m=this.getPosition(q,t,e,b);q=m.x;t=m.y;l.style.left=q+"px";l.style.top=t+"px";l.style.width=e+"px";l.style.height=b+"px";!r&&c.clientHeight>l.clientHeight-64&&(c.style.overflowY="auto");null!=this.dialogImg&&(this.dialogImg.style.top=t+14+"px",this.dialogImg.style.left=q+e+38-u+"px")});mxEvent.addListener(window,"resize",this.resizeListener);this.onDialogClose=n;this.container=l;a.editor.fireEvent(new mxEventObject("showDialog"))} Dialog.backdropColor="white";Dialog.prototype.zIndex=mxPopupMenu.prototype.zIndex-1; Dialog.prototype.noColorImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzRDlBMUUwODYxMTExRTFCMzA4RDdDMjJBMEMxRDM3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzRDlBMUUxODYxMTExRTFCMzA4RDdDMjJBMEMxRDM3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTNEOUExREU4NjExMTFFMUIzMDhEN0MyMkEwQzFEMzciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTNEOUExREY4NjExMTFFMUIzMDhEN0MyMkEwQzFEMzciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5xh3fmAAAABlBMVEX////MzMw46qqDAAAAGElEQVR42mJggAJGKGAYIIGBth8KAAIMAEUQAIElnLuQAAAAAElFTkSuQmCC":IMAGE_PATH+ "/nocolor.png";Dialog.prototype.closeImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJAQMAAADaX5RTAAAABlBMVEV7mr3///+wksspAAAAAnRSTlP/AOW3MEoAAAAdSURBVAgdY9jXwCDDwNDRwHCwgeExmASygSL7GgB12QiqNHZZIwAAAABJRU5ErkJggg==":IMAGE_PATH+"/close.png"; @@ -2002,66 +2002,66 @@ Dialog.prototype.lockedImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoA Dialog.prototype.unlockedImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzdDMDZCN0QxNzIxMTFFNUI0RTk5NTg4OTcyMUUyODEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzdDMDZCN0UxNzIxMTFFNUI0RTk5NTg4OTcyMUUyODEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozN0MwNkI3QjE3MjExMUU1QjRFOTk1ODg5NzIxRTI4MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozN0MwNkI3QzE3MjExMUU1QjRFOTk1ODg5NzIxRTI4MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkKMpVwAAAAYUExURZmZmbKysr+/v6ysrOXl5czMzLGxsf///zHN5lwAAAAIdFJOU/////////8A3oO9WQAAADxJREFUeNpUzFESACAEBNBVsfe/cZJU+8Mzs8CIABCidtfGOndnYsT40HDSiCcbPdoJo10o9aI677cpwACRoAF3dFNlswAAAABJRU5ErkJggg==":IMAGE_PATH+ "/unlocked.png";Dialog.prototype.bgOpacity=80;Dialog.prototype.getPosition=function(a,c){return new mxPoint(a,c)};Dialog.prototype.close=function(a){null!=this.onDialogClose&&(this.onDialogClose(a),this.onDialogClose=null);null!=this.dialogImg&&(this.dialogImg.parentNode.removeChild(this.dialogImg),this.dialogImg=null);null!=this.bg&&null!=this.bg.parentNode&&this.bg.parentNode.removeChild(this.bg);mxEvent.removeListener(window,"resize",this.resizeListener);this.container.parentNode.removeChild(this.container)}; var PrintDialog=function(a,c){this.create(a,c)}; -PrintDialog.prototype.create=function(a){function c(a){var b=r.checked||d.checked,c=parseInt(g.value)/100;isNaN(c)&&(c=1,g.value="100%");var c=.75*c,p=e.pageFormat||mxConstants.PAGE_FORMAT_A4_PORTRAIT,t=1/e.pageScale;if(b){var l=r.checked?1:parseInt(f.value);isNaN(l)||(t=mxUtils.getScaleForPageCount(l,e,p))}e.getGraphBounds();var y=l=0,p=mxRectangle.fromRectangle(p);p.width=Math.ceil(p.width*c);p.height=Math.ceil(p.height*c);t*=c;!b&&e.pageVisible?(c=e.getPageLayout(),l-=c.x*p.width,y-=c.y*p.height): -b=!0;b=PrintDialog.createPrintPreview(e,t,p,0,l,y,b);b.open();a&&PrintDialog.printPreview(b)}var e=a.editor.graph,b,h,n=document.createElement("table");n.style.width="100%";n.style.height="100%";var m=document.createElement("tbody");b=document.createElement("tr");var r=document.createElement("input");r.setAttribute("type","checkbox");h=document.createElement("td");h.setAttribute("colspan","2");h.style.fontSize="10pt";h.appendChild(r);var u=document.createElement("span");mxUtils.write(u," "+mxResources.get("fitPage")); -h.appendChild(u);mxEvent.addListener(u,"click",function(a){r.checked=!r.checked;d.checked=!r.checked;mxEvent.consume(a)});mxEvent.addListener(r,"change",function(){d.checked=!r.checked});b.appendChild(h);m.appendChild(b);b=b.cloneNode(!1);var d=document.createElement("input");d.setAttribute("type","checkbox");h=document.createElement("td");h.style.fontSize="10pt";h.appendChild(d);u=document.createElement("span");mxUtils.write(u," "+mxResources.get("posterPrint")+":");h.appendChild(u);mxEvent.addListener(u, -"click",function(a){d.checked=!d.checked;r.checked=!d.checked;mxEvent.consume(a)});b.appendChild(h);var f=document.createElement("input");f.setAttribute("value","1");f.setAttribute("type","number");f.setAttribute("min","1");f.setAttribute("size","4");f.setAttribute("disabled","disabled");f.style.width="50px";h=document.createElement("td");h.style.fontSize="10pt";h.appendChild(f);mxUtils.write(h," "+mxResources.get("pages")+" (max)");b.appendChild(h);m.appendChild(b);mxEvent.addListener(d,"change", -function(){d.checked?f.removeAttribute("disabled"):f.setAttribute("disabled","disabled");r.checked=!d.checked});b=b.cloneNode(!1);h=document.createElement("td");mxUtils.write(h,mxResources.get("pageScale")+":");b.appendChild(h);h=document.createElement("td");var g=document.createElement("input");g.setAttribute("value","100 %");g.setAttribute("size","5");g.style.width="50px";h.appendChild(g);b.appendChild(h);m.appendChild(b);b=document.createElement("tr");h=document.createElement("td");h.colSpan=2; -h.style.paddingTop="20px";h.setAttribute("align","right");u=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});u.className="geBtn";a.editor.cancelFirst&&h.appendChild(u);if(PrintDialog.previewEnabled){var p=mxUtils.button(mxResources.get("preview"),function(){a.hideDialog();c(!1)});p.className="geBtn";h.appendChild(p)}p=mxUtils.button(mxResources.get(PrintDialog.previewEnabled?"print":"ok"),function(){a.hideDialog();c(!0)});p.className="geBtn gePrimaryBtn";h.appendChild(p);a.editor.cancelFirst|| -h.appendChild(u);b.appendChild(h);m.appendChild(b);n.appendChild(m);this.container=n};PrintDialog.printPreview=function(a){if(null!=a.wnd){var c=function(){a.wnd.focus();a.wnd.print();a.wnd.close()};mxClient.IS_GC?window.setTimeout(c,500):c()}}; -PrintDialog.createPrintPreview=function(a,c,e,b,h,n,m){c=new mxPrintPreview(a,c,e,b,h,n);c.title=mxResources.get("preview");c.printBackgroundImage=!0;c.autoOrigin=m;a=a.background;if(null==a||""==a||a==mxConstants.NONE)a="#ffffff";c.backgroundColor=a;var r=c.writeHead;c.writeHead=function(a){r.apply(this,arguments);a.writeln('<style type="text/css">');a.writeln("@media screen {");a.writeln(" body > div { padding:30px;box-sizing:content-box; }");a.writeln("}");a.writeln("</style>")};return c}; +PrintDialog.prototype.create=function(a){function c(a){var b=r.checked||d.checked,c=parseInt(g.value)/100;isNaN(c)&&(c=1,g.value="100%");var c=.75*c,q=e.pageFormat||mxConstants.PAGE_FORMAT_A4_PORTRAIT,t=1/e.pageScale;if(b){var k=r.checked?1:parseInt(f.value);isNaN(k)||(t=mxUtils.getScaleForPageCount(k,e,q))}e.getGraphBounds();var w=k=0,q=mxRectangle.fromRectangle(q);q.width=Math.ceil(q.width*c);q.height=Math.ceil(q.height*c);t*=c;!b&&e.pageVisible?(c=e.getPageLayout(),k-=c.x*q.width,w-=c.y*q.height): +b=!0;b=PrintDialog.createPrintPreview(e,t,q,0,k,w,b);b.open();a&&PrintDialog.printPreview(b)}var e=a.editor.graph,b,h,p=document.createElement("table");p.style.width="100%";p.style.height="100%";var n=document.createElement("tbody");b=document.createElement("tr");var r=document.createElement("input");r.setAttribute("type","checkbox");h=document.createElement("td");h.setAttribute("colspan","2");h.style.fontSize="10pt";h.appendChild(r);var u=document.createElement("span");mxUtils.write(u," "+mxResources.get("fitPage")); +h.appendChild(u);mxEvent.addListener(u,"click",function(a){r.checked=!r.checked;d.checked=!r.checked;mxEvent.consume(a)});mxEvent.addListener(r,"change",function(){d.checked=!r.checked});b.appendChild(h);n.appendChild(b);b=b.cloneNode(!1);var d=document.createElement("input");d.setAttribute("type","checkbox");h=document.createElement("td");h.style.fontSize="10pt";h.appendChild(d);u=document.createElement("span");mxUtils.write(u," "+mxResources.get("posterPrint")+":");h.appendChild(u);mxEvent.addListener(u, +"click",function(a){d.checked=!d.checked;r.checked=!d.checked;mxEvent.consume(a)});b.appendChild(h);var f=document.createElement("input");f.setAttribute("value","1");f.setAttribute("type","number");f.setAttribute("min","1");f.setAttribute("size","4");f.setAttribute("disabled","disabled");f.style.width="50px";h=document.createElement("td");h.style.fontSize="10pt";h.appendChild(f);mxUtils.write(h," "+mxResources.get("pages")+" (max)");b.appendChild(h);n.appendChild(b);mxEvent.addListener(d,"change", +function(){d.checked?f.removeAttribute("disabled"):f.setAttribute("disabled","disabled");r.checked=!d.checked});b=b.cloneNode(!1);h=document.createElement("td");mxUtils.write(h,mxResources.get("pageScale")+":");b.appendChild(h);h=document.createElement("td");var g=document.createElement("input");g.setAttribute("value","100 %");g.setAttribute("size","5");g.style.width="50px";h.appendChild(g);b.appendChild(h);n.appendChild(b);b=document.createElement("tr");h=document.createElement("td");h.colSpan=2; +h.style.paddingTop="20px";h.setAttribute("align","right");u=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});u.className="geBtn";a.editor.cancelFirst&&h.appendChild(u);if(PrintDialog.previewEnabled){var q=mxUtils.button(mxResources.get("preview"),function(){a.hideDialog();c(!1)});q.className="geBtn";h.appendChild(q)}q=mxUtils.button(mxResources.get(PrintDialog.previewEnabled?"print":"ok"),function(){a.hideDialog();c(!0)});q.className="geBtn gePrimaryBtn";h.appendChild(q);a.editor.cancelFirst|| +h.appendChild(u);b.appendChild(h);n.appendChild(b);p.appendChild(n);this.container=p};PrintDialog.printPreview=function(a){if(null!=a.wnd){var c=function(){a.wnd.focus();a.wnd.print();a.wnd.close()};mxClient.IS_GC?window.setTimeout(c,500):c()}}; +PrintDialog.createPrintPreview=function(a,c,e,b,h,p,n){c=new mxPrintPreview(a,c,e,b,h,p);c.title=mxResources.get("preview");c.printBackgroundImage=!0;c.autoOrigin=n;a=a.background;if(null==a||""==a||a==mxConstants.NONE)a="#ffffff";c.backgroundColor=a;var r=c.writeHead;c.writeHead=function(a){r.apply(this,arguments);a.writeln('<style type="text/css">');a.writeln("@media screen {");a.writeln(" body > div { padding:30px;box-sizing:content-box; }");a.writeln("}");a.writeln("</style>")};return c}; PrintDialog.previewEnabled=!0; -var PageSetupDialog=function(a){function c(){null==f||f==mxConstants.NONE?(d.style.backgroundColor="",d.style.backgroundImage="url('"+Dialog.prototype.noColorImage+"')"):(d.style.backgroundColor=f,d.style.backgroundImage="")}function e(){null==t?(p.removeAttribute("title"),p.style.fontSize="",p.innerHTML=mxResources.get("change")+"..."):(p.setAttribute("title",t.src),p.style.fontSize="11px",p.innerHTML=t.src.substring(0,42)+"...")}var b=a.editor.graph,h,n,m=document.createElement("table");m.style.width= -"100%";m.style.height="100%";var r=document.createElement("tbody");h=document.createElement("tr");n=document.createElement("td");n.style.verticalAlign="top";n.style.fontSize="10pt";mxUtils.write(n,mxResources.get("paperSize")+":");h.appendChild(n);n=document.createElement("td");n.style.verticalAlign="top";n.style.fontSize="10pt";var u=PageSetupDialog.addPageFormatPanel(n,"pagesetupdialog",b.pageFormat);h.appendChild(n);r.appendChild(h);h=document.createElement("tr");n=document.createElement("td"); -mxUtils.write(n,mxResources.get("background")+":");h.appendChild(n);n=document.createElement("td");n.style.whiteSpace="nowrap";document.createElement("input").setAttribute("type","text");var d=document.createElement("button");d.style.width="18px";d.style.height="18px";d.style.marginRight="20px";d.style.backgroundPosition="center center";d.style.backgroundRepeat="no-repeat";var f=b.background;c();mxEvent.addListener(d,"click",function(d){a.pickColor(f||"none",function(a){f=a;c()});mxEvent.consume(d)}); -n.appendChild(d);mxUtils.write(n,mxResources.get("gridSize")+":");var g=document.createElement("input");g.setAttribute("type","number");g.setAttribute("min","0");g.style.width="40px";g.style.marginLeft="6px";g.value=b.getGridSize();n.appendChild(g);mxEvent.addListener(g,"change",function(){var a=parseInt(g.value);g.value=Math.max(1,isNaN(a)?b.getGridSize():a)});h.appendChild(n);r.appendChild(h);h=document.createElement("tr");n=document.createElement("td");mxUtils.write(n,mxResources.get("image")+ -":");h.appendChild(n);n=document.createElement("td");var p=document.createElement("a");p.style.textDecoration="underline";p.style.cursor="pointer";p.style.color="#a0a0a0";var t=b.backgroundImage;mxEvent.addListener(p,"click",function(d){a.showBackgroundImageDialog(function(a){t=a;e()});mxEvent.consume(d)});e();n.appendChild(p);h.appendChild(n);r.appendChild(h);h=document.createElement("tr");n=document.createElement("td");n.colSpan=2;n.style.paddingTop="16px";n.setAttribute("align","right");var k= -mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});k.className="geBtn";a.editor.cancelFirst&&n.appendChild(k);var q=mxUtils.button(mxResources.get("apply"),function(){a.hideDialog();b.gridSize!==g.value&&b.setGridSize(parseInt(g.value));var d=new ChangePageSetup(a,f,t,u.get());d.ignoreColor=b.background==f;d.ignoreImage=(null!=b.backgroundImage?b.backgroundImage.src:null)===(null!=t?t.src:null);b.pageFormat.width==d.previousFormat.width&&b.pageFormat.height==d.previousFormat.height&& -d.ignoreColor&&d.ignoreImage||b.model.execute(d)});q.className="geBtn gePrimaryBtn";n.appendChild(q);a.editor.cancelFirst||n.appendChild(k);h.appendChild(n);r.appendChild(h);m.appendChild(r);this.container=m}; -PageSetupDialog.addPageFormatPanel=function(a,c,e,b){function h(a,d,b){if(b||g!=document.activeElement&&p!=document.activeElement){a=!1;for(d=0;d<k.length;d++)b=k[d],l?"custom"==b.key&&(r.value=b.key,l=!1):null!=b.format&&("a4"==b.key?826==e.width?(e=mxRectangle.fromRectangle(e),e.width=827):826==e.height&&(e=mxRectangle.fromRectangle(e),e.height=827):"a5"==b.key&&(584==e.width?(e=mxRectangle.fromRectangle(e),e.width=583):584==e.height&&(e=mxRectangle.fromRectangle(e),e.height=583)),e.width==b.format.width&& -e.height==b.format.height?(r.value=b.key,n.setAttribute("checked","checked"),n.defaultChecked=!0,n.checked=!0,m.removeAttribute("checked"),m.defaultChecked=!1,m.checked=!1,a=!0):e.width==b.format.height&&e.height==b.format.width&&(r.value=b.key,n.removeAttribute("checked"),n.defaultChecked=!1,n.checked=!1,m.setAttribute("checked","checked"),m.defaultChecked=!0,a=m.checked=!0));a?(u.style.display="",f.style.display="none"):(g.value=e.width/100,p.value=e.height/100,n.setAttribute("checked","checked"), -r.value="custom",u.style.display="none",f.style.display="")}}c="format-"+c;var n=document.createElement("input");n.setAttribute("name",c);n.setAttribute("type","radio");n.setAttribute("value","portrait");var m=document.createElement("input");m.setAttribute("name",c);m.setAttribute("type","radio");m.setAttribute("value","landscape");var r=document.createElement("select");r.style.marginBottom="8px";r.style.width="202px";var u=document.createElement("div");u.style.marginLeft="4px";u.style.width="210px"; -u.style.height="24px";n.style.marginRight="6px";u.appendChild(n);c=document.createElement("span");c.style.maxWidth="100px";mxUtils.write(c,mxResources.get("portrait"));u.appendChild(c);m.style.marginLeft="10px";m.style.marginRight="6px";u.appendChild(m);var d=document.createElement("span");d.style.width="100px";mxUtils.write(d,mxResources.get("landscape"));u.appendChild(d);var f=document.createElement("div");f.style.marginLeft="4px";f.style.width="210px";f.style.height="24px";var g=document.createElement("input"); -g.setAttribute("size","7");g.style.textAlign="right";f.appendChild(g);mxUtils.write(f," in x ");var p=document.createElement("input");p.setAttribute("size","7");p.style.textAlign="right";f.appendChild(p);mxUtils.write(f," in");u.style.display="none";f.style.display="none";for(var t={},k=PageSetupDialog.getFormats(),q=0;q<k.length;q++){var x=k[q];t[x.key]=x;var B=document.createElement("option");B.setAttribute("value",x.key);mxUtils.write(B,x.title);r.appendChild(B)}var l=!1;h();a.appendChild(r);mxUtils.br(a); -a.appendChild(u);a.appendChild(f);var y=e,v=function(a,d){var c=t[r.value];null!=c.format?(g.value=c.format.width/100,p.value=c.format.height/100,f.style.display="none",u.style.display=""):(u.style.display="none",f.style.display="");isNaN(parseFloat(g.value))&&(g.value=e.width/100);isNaN(parseFloat(p.value))&&(p.value=e.height/100);c=new mxRectangle(0,0,Math.floor(100*parseFloat(g.value)),Math.floor(100*parseFloat(p.value)));"custom"!=r.value&&m.checked&&(c=new mxRectangle(0,0,c.height,c.width)); -d&&l||c.width==y.width&&c.height==y.height||(y=c,null!=b&&b(y))};mxEvent.addListener(c,"click",function(a){n.checked=!0;v(a);mxEvent.consume(a)});mxEvent.addListener(d,"click",function(a){m.checked=!0;v(a);mxEvent.consume(a)});mxEvent.addListener(g,"blur",v);mxEvent.addListener(g,"click",v);mxEvent.addListener(p,"blur",v);mxEvent.addListener(p,"click",v);mxEvent.addListener(m,"change",v);mxEvent.addListener(n,"change",v);mxEvent.addListener(r,"change",function(a){l="custom"==r.value;v(a,!0)});v(); -return{set:function(a){e=a;h(null,null,!0)},get:function(){return y},widthInput:g,heightInput:p}}; +var PageSetupDialog=function(a){function c(){null==f||f==mxConstants.NONE?(d.style.backgroundColor="",d.style.backgroundImage="url('"+Dialog.prototype.noColorImage+"')"):(d.style.backgroundColor=f,d.style.backgroundImage="")}function e(){null==t?(q.removeAttribute("title"),q.style.fontSize="",q.innerHTML=mxResources.get("change")+"..."):(q.setAttribute("title",t.src),q.style.fontSize="11px",q.innerHTML=t.src.substring(0,42)+"...")}var b=a.editor.graph,h,p,n=document.createElement("table");n.style.width= +"100%";n.style.height="100%";var r=document.createElement("tbody");h=document.createElement("tr");p=document.createElement("td");p.style.verticalAlign="top";p.style.fontSize="10pt";mxUtils.write(p,mxResources.get("paperSize")+":");h.appendChild(p);p=document.createElement("td");p.style.verticalAlign="top";p.style.fontSize="10pt";var u=PageSetupDialog.addPageFormatPanel(p,"pagesetupdialog",b.pageFormat);h.appendChild(p);r.appendChild(h);h=document.createElement("tr");p=document.createElement("td"); +mxUtils.write(p,mxResources.get("background")+":");h.appendChild(p);p=document.createElement("td");p.style.whiteSpace="nowrap";document.createElement("input").setAttribute("type","text");var d=document.createElement("button");d.style.width="18px";d.style.height="18px";d.style.marginRight="20px";d.style.backgroundPosition="center center";d.style.backgroundRepeat="no-repeat";var f=b.background;c();mxEvent.addListener(d,"click",function(d){a.pickColor(f||"none",function(a){f=a;c()});mxEvent.consume(d)}); +p.appendChild(d);mxUtils.write(p,mxResources.get("gridSize")+":");var g=document.createElement("input");g.setAttribute("type","number");g.setAttribute("min","0");g.style.width="40px";g.style.marginLeft="6px";g.value=b.getGridSize();p.appendChild(g);mxEvent.addListener(g,"change",function(){var a=parseInt(g.value);g.value=Math.max(1,isNaN(a)?b.getGridSize():a)});h.appendChild(p);r.appendChild(h);h=document.createElement("tr");p=document.createElement("td");mxUtils.write(p,mxResources.get("image")+ +":");h.appendChild(p);p=document.createElement("td");var q=document.createElement("a");q.style.textDecoration="underline";q.style.cursor="pointer";q.style.color="#a0a0a0";var t=b.backgroundImage;mxEvent.addListener(q,"click",function(d){a.showBackgroundImageDialog(function(a){t=a;e()});mxEvent.consume(d)});e();p.appendChild(q);h.appendChild(p);r.appendChild(h);h=document.createElement("tr");p=document.createElement("td");p.colSpan=2;p.style.paddingTop="16px";p.setAttribute("align","right");var m= +mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});m.className="geBtn";a.editor.cancelFirst&&p.appendChild(m);var l=mxUtils.button(mxResources.get("apply"),function(){a.hideDialog();b.gridSize!==g.value&&b.setGridSize(parseInt(g.value));var d=new ChangePageSetup(a,f,t,u.get());d.ignoreColor=b.background==f;d.ignoreImage=(null!=b.backgroundImage?b.backgroundImage.src:null)===(null!=t?t.src:null);b.pageFormat.width==d.previousFormat.width&&b.pageFormat.height==d.previousFormat.height&& +d.ignoreColor&&d.ignoreImage||b.model.execute(d)});l.className="geBtn gePrimaryBtn";p.appendChild(l);a.editor.cancelFirst||p.appendChild(m);h.appendChild(p);r.appendChild(h);n.appendChild(r);this.container=n}; +PageSetupDialog.addPageFormatPanel=function(a,c,e,b){function h(a,d,b){if(b||g!=document.activeElement&&q!=document.activeElement){a=!1;for(d=0;d<m.length;d++)b=m[d],k?"custom"==b.key&&(r.value=b.key,k=!1):null!=b.format&&("a4"==b.key?826==e.width?(e=mxRectangle.fromRectangle(e),e.width=827):826==e.height&&(e=mxRectangle.fromRectangle(e),e.height=827):"a5"==b.key&&(584==e.width?(e=mxRectangle.fromRectangle(e),e.width=583):584==e.height&&(e=mxRectangle.fromRectangle(e),e.height=583)),e.width==b.format.width&& +e.height==b.format.height?(r.value=b.key,p.setAttribute("checked","checked"),p.defaultChecked=!0,p.checked=!0,n.removeAttribute("checked"),n.defaultChecked=!1,n.checked=!1,a=!0):e.width==b.format.height&&e.height==b.format.width&&(r.value=b.key,p.removeAttribute("checked"),p.defaultChecked=!1,p.checked=!1,n.setAttribute("checked","checked"),n.defaultChecked=!0,a=n.checked=!0));a?(u.style.display="",f.style.display="none"):(g.value=e.width/100,q.value=e.height/100,p.setAttribute("checked","checked"), +r.value="custom",u.style.display="none",f.style.display="")}}c="format-"+c;var p=document.createElement("input");p.setAttribute("name",c);p.setAttribute("type","radio");p.setAttribute("value","portrait");var n=document.createElement("input");n.setAttribute("name",c);n.setAttribute("type","radio");n.setAttribute("value","landscape");var r=document.createElement("select");r.style.marginBottom="8px";r.style.width="202px";var u=document.createElement("div");u.style.marginLeft="4px";u.style.width="210px"; +u.style.height="24px";p.style.marginRight="6px";u.appendChild(p);c=document.createElement("span");c.style.maxWidth="100px";mxUtils.write(c,mxResources.get("portrait"));u.appendChild(c);n.style.marginLeft="10px";n.style.marginRight="6px";u.appendChild(n);var d=document.createElement("span");d.style.width="100px";mxUtils.write(d,mxResources.get("landscape"));u.appendChild(d);var f=document.createElement("div");f.style.marginLeft="4px";f.style.width="210px";f.style.height="24px";var g=document.createElement("input"); +g.setAttribute("size","7");g.style.textAlign="right";f.appendChild(g);mxUtils.write(f," in x ");var q=document.createElement("input");q.setAttribute("size","7");q.style.textAlign="right";f.appendChild(q);mxUtils.write(f," in");u.style.display="none";f.style.display="none";for(var t={},m=PageSetupDialog.getFormats(),l=0;l<m.length;l++){var C=m[l];t[C.key]=C;var y=document.createElement("option");y.setAttribute("value",C.key);mxUtils.write(y,C.title);r.appendChild(y)}var k=!1;h();a.appendChild(r);mxUtils.br(a); +a.appendChild(u);a.appendChild(f);var w=e,v=function(a,d){var c=t[r.value];null!=c.format?(g.value=c.format.width/100,q.value=c.format.height/100,f.style.display="none",u.style.display=""):(u.style.display="none",f.style.display="");isNaN(parseFloat(g.value))&&(g.value=e.width/100);isNaN(parseFloat(q.value))&&(q.value=e.height/100);c=new mxRectangle(0,0,Math.floor(100*parseFloat(g.value)),Math.floor(100*parseFloat(q.value)));"custom"!=r.value&&n.checked&&(c=new mxRectangle(0,0,c.height,c.width)); +d&&k||c.width==w.width&&c.height==w.height||(w=c,null!=b&&b(w))};mxEvent.addListener(c,"click",function(a){p.checked=!0;v(a);mxEvent.consume(a)});mxEvent.addListener(d,"click",function(a){n.checked=!0;v(a);mxEvent.consume(a)});mxEvent.addListener(g,"blur",v);mxEvent.addListener(g,"click",v);mxEvent.addListener(q,"blur",v);mxEvent.addListener(q,"click",v);mxEvent.addListener(n,"change",v);mxEvent.addListener(p,"change",v);mxEvent.addListener(r,"change",function(a){k="custom"==r.value;v(a,!0)});v(); +return{set:function(a){e=a;h(null,null,!0)},get:function(){return w},widthInput:g,heightInput:q}}; PageSetupDialog.getFormats=function(){return[{key:"letter",title:'US-Letter (8,5" x 11")',format:mxConstants.PAGE_FORMAT_LETTER_PORTRAIT},{key:"legal",title:'US-Legal (8,5" x 14")',format:new mxRectangle(0,0,850,1400)},{key:"tabloid",title:"US-Tabloid (279 mm x 432 mm)",format:new mxRectangle(0,0,1100,1700)},{key:"a0",title:"A0 (841 mm x 1189 mm)",format:new mxRectangle(0,0,3300,4681)},{key:"a1",title:"A1 (594 mm x 841 mm)",format:new mxRectangle(0,0,2339,3300)},{key:"a2",title:"A2 (420 mm x 594 mm)", format:new mxRectangle(0,0,1654,2336)},{key:"a3",title:"A3 (297 mm x 420 mm)",format:new mxRectangle(0,0,1169,1654)},{key:"a4",title:"A4 (210 mm x 297 mm)",format:mxConstants.PAGE_FORMAT_A4_PORTRAIT},{key:"a5",title:"A5 (148 mm x 210 mm)",format:new mxRectangle(0,0,583,827)},{key:"a6",title:"A6 (105 mm x 148 mm)",format:new mxRectangle(0,0,413,583)},{key:"a7",title:"A7 (74 mm x 105 mm)",format:new mxRectangle(0,0,291,413)},{key:"custom",title:mxResources.get("custom"),format:null}]}; (function(){mxGraphView.prototype.validateBackgroundPage=function(){var a=this.graph;if(null!=a.container&&!a.transparentBackground){if(a.pageVisible){var b=this.getBackgroundPageBounds();if(null==this.backgroundPageShape){for(var d=a.container.firstChild;null!=d&&d.nodeType!=mxConstants.NODETYPE_ELEMENT;)d=d.nextSibling;null!=d&&(this.backgroundPageShape=this.createBackgroundPageShape(b),this.backgroundPageShape.scale=1,this.backgroundPageShape.isShadow=!mxClient.IS_QUIRKS,this.backgroundPageShape.dialect= mxConstants.DIALECT_STRICTHTML,this.backgroundPageShape.init(a.container),d.style.position="absolute",a.container.insertBefore(this.backgroundPageShape.node,d),this.backgroundPageShape.redraw(),this.backgroundPageShape.node.className="geBackgroundPage",mxEvent.addListener(this.backgroundPageShape.node,"dblclick",mxUtils.bind(this,function(d){a.dblClick(d)})),mxEvent.addGestureListeners(this.backgroundPageShape.node,mxUtils.bind(this,function(d){a.fireMouseEvent(mxEvent.MOUSE_DOWN,new mxMouseEvent(d))}), mxUtils.bind(this,function(d){null!=a.tooltipHandler&&a.tooltipHandler.isHideOnHover()&&a.tooltipHandler.hide();a.isMouseDown&&!mxEvent.isConsumed(d)&&a.fireMouseEvent(mxEvent.MOUSE_MOVE,new mxMouseEvent(d))}),mxUtils.bind(this,function(d){a.fireMouseEvent(mxEvent.MOUSE_UP,new mxMouseEvent(d))})))}else this.backgroundPageShape.scale=1,this.backgroundPageShape.bounds=b,this.backgroundPageShape.redraw()}else null!=this.backgroundPageShape&&(this.backgroundPageShape.destroy(),this.backgroundPageShape= -null);this.validateBackgroundStyles()}};mxGraphView.prototype.validateBackgroundStyles=function(){var a=this.graph,b=null==a.background||a.background==mxConstants.NONE?a.defaultPageBackgroundColor:a.background,d=null!=b&&this.gridColor!=b.toLowerCase()?this.gridColor:"#ffffff",f="none",c="";if(a.isGridEnabled()){c=10;mxClient.IS_SVG?(f=unescape(encodeURIComponent(this.createSvgGrid(d))),f=window.btoa?btoa(f):Base64.encode(f,!0),f="url(data:image/svg+xml;base64,"+f+")",c=a.gridSize*this.scale*this.gridSteps): -f="url("+this.gridImage+")";var e=d=0;null!=a.view.backgroundPageShape&&(e=this.getBackgroundPageBounds(),d=1+e.x,e=1+e.y);c=-Math.round(c-mxUtils.mod(this.translate.x*this.scale-d,c))+"px "+-Math.round(c-mxUtils.mod(this.translate.y*this.scale-e,c))+"px"}d=a.view.canvas;null!=d.ownerSVGElement&&(d=d.ownerSVGElement);null!=a.view.backgroundPageShape?(a.view.backgroundPageShape.node.style.backgroundPosition=c,a.view.backgroundPageShape.node.style.backgroundImage=f,a.view.backgroundPageShape.node.style.backgroundColor= -b,a.container.className="geDiagramContainer geDiagramBackdrop",d.style.backgroundImage="none",d.style.backgroundColor=""):(a.container.className="geDiagramContainer",d.style.backgroundPosition=c,d.style.backgroundColor=b,d.style.backgroundImage=f)};mxGraphView.prototype.createSvgGrid=function(a){for(var b=this.graph.gridSize*this.scale;b<this.minGridSize;)b*=2;for(var d=this.gridSteps*b,c=[],g=1;g<this.gridSteps;g++){var e=g*b;c.push("M 0 "+e+" L "+d+" "+e+" M "+e+" 0 L "+e+" "+d)}return'<svg width="'+ +null);this.validateBackgroundStyles()}};mxGraphView.prototype.validateBackgroundStyles=function(){var a=this.graph,b=null==a.background||a.background==mxConstants.NONE?a.defaultPageBackgroundColor:a.background,d=null!=b&&this.gridColor!=b.toLowerCase()?this.gridColor:"#ffffff",c="none",g="";if(a.isGridEnabled()){g=10;mxClient.IS_SVG?(c=unescape(encodeURIComponent(this.createSvgGrid(d))),c=window.btoa?btoa(c):Base64.encode(c,!0),c="url(data:image/svg+xml;base64,"+c+")",g=a.gridSize*this.scale*this.gridSteps): +c="url("+this.gridImage+")";var e=d=0;null!=a.view.backgroundPageShape&&(e=this.getBackgroundPageBounds(),d=1+e.x,e=1+e.y);g=-Math.round(g-mxUtils.mod(this.translate.x*this.scale-d,g))+"px "+-Math.round(g-mxUtils.mod(this.translate.y*this.scale-e,g))+"px"}d=a.view.canvas;null!=d.ownerSVGElement&&(d=d.ownerSVGElement);null!=a.view.backgroundPageShape?(a.view.backgroundPageShape.node.style.backgroundPosition=g,a.view.backgroundPageShape.node.style.backgroundImage=c,a.view.backgroundPageShape.node.style.backgroundColor= +b,a.container.className="geDiagramContainer geDiagramBackdrop",d.style.backgroundImage="none",d.style.backgroundColor=""):(a.container.className="geDiagramContainer",d.style.backgroundPosition=g,d.style.backgroundColor=b,d.style.backgroundImage=c)};mxGraphView.prototype.createSvgGrid=function(a){for(var b=this.graph.gridSize*this.scale;b<this.minGridSize;)b*=2;for(var d=this.gridSteps*b,c=[],g=1;g<this.gridSteps;g++){var e=g*b;c.push("M 0 "+e+" L "+d+" "+e+" M "+e+" 0 L "+e+" "+d)}return'<svg width="'+ d+'" height="'+d+'" xmlns="'+mxConstants.NS_SVG+'"><defs><pattern id="grid" width="'+d+'" height="'+d+'" patternUnits="userSpaceOnUse"><path d="'+c.join(" ")+'" fill="none" stroke="'+a+'" opacity="0.2" stroke-width="1"/><path d="M '+d+" 0 L 0 0 0 "+d+'" fill="none" stroke="'+a+'" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(#grid)"/></svg>'};var a=mxGraph.prototype.panGraph;mxGraph.prototype.panGraph=function(b,c){a.apply(this,arguments);if(null!=this.shiftPreview1){var d= -this.view.canvas;null!=d.ownerSVGElement&&(d=d.ownerSVGElement);var f=this.gridSize*this.view.scale*this.view.gridSteps,f=-Math.round(f-mxUtils.mod(this.view.translate.x*this.view.scale+b,f))+"px "+-Math.round(f-mxUtils.mod(this.view.translate.y*this.view.scale+c,f))+"px";d.style.backgroundPosition=f}};mxGraph.prototype.updatePageBreaks=function(a,b,d){var c=this.view.scale,g=this.view.translate,e=this.pageFormat,t=c*this.pageScale,k=this.view.getBackgroundPageBounds();b=k.width;d=k.height;var q= -new mxRectangle(c*g.x,c*g.y,e.width*t,e.height*t),x=(a=a&&Math.min(q.width,q.height)>this.minPageBreakDist)?Math.ceil(d/q.height)-1:0,h=a?Math.ceil(b/q.width)-1:0,l=k.x+b,y=k.y+d;null==this.horizontalPageBreaks&&0<x&&(this.horizontalPageBreaks=[]);null==this.verticalPageBreaks&&0<h&&(this.verticalPageBreaks=[]);a=mxUtils.bind(this,function(a){if(null!=a){for(var d=a==this.horizontalPageBreaks?x:h,b=0;b<=d;b++){var c=a==this.horizontalPageBreaks?[new mxPoint(Math.round(k.x),Math.round(k.y+(b+1)*q.height)), -new mxPoint(Math.round(l),Math.round(k.y+(b+1)*q.height))]:[new mxPoint(Math.round(k.x+(b+1)*q.width),Math.round(k.y)),new mxPoint(Math.round(k.x+(b+1)*q.width),Math.round(y))];null!=a[b]?(a[b].points=c,a[b].redraw()):(c=new mxPolyline(c,this.pageBreakColor),c.dialect=this.dialect,c.isDashed=this.pageBreakDashed,c.pointerEvents=!1,c.init(this.view.backgroundPane),c.redraw(),a[b]=c)}for(b=d;b<a.length;b++)a[b].destroy();a.splice(d,a.length-d)}});a(this.horizontalPageBreaks);a(this.verticalPageBreaks)}; +this.view.canvas;null!=d.ownerSVGElement&&(d=d.ownerSVGElement);var f=this.gridSize*this.view.scale*this.view.gridSteps,f=-Math.round(f-mxUtils.mod(this.view.translate.x*this.view.scale+b,f))+"px "+-Math.round(f-mxUtils.mod(this.view.translate.y*this.view.scale+c,f))+"px";d.style.backgroundPosition=f}};mxGraph.prototype.updatePageBreaks=function(a,b,d){var c=this.view.scale,g=this.view.translate,e=this.pageFormat,t=c*this.pageScale,m=this.view.getBackgroundPageBounds();b=m.width;d=m.height;var l= +new mxRectangle(c*g.x,c*g.y,e.width*t,e.height*t),h=(a=a&&Math.min(l.width,l.height)>this.minPageBreakDist)?Math.ceil(d/l.height)-1:0,r=a?Math.ceil(b/l.width)-1:0,k=m.x+b,w=m.y+d;null==this.horizontalPageBreaks&&0<h&&(this.horizontalPageBreaks=[]);null==this.verticalPageBreaks&&0<r&&(this.verticalPageBreaks=[]);a=mxUtils.bind(this,function(a){if(null!=a){for(var d=a==this.horizontalPageBreaks?h:r,b=0;b<=d;b++){var c=a==this.horizontalPageBreaks?[new mxPoint(Math.round(m.x),Math.round(m.y+(b+1)*l.height)), +new mxPoint(Math.round(k),Math.round(m.y+(b+1)*l.height))]:[new mxPoint(Math.round(m.x+(b+1)*l.width),Math.round(m.y)),new mxPoint(Math.round(m.x+(b+1)*l.width),Math.round(w))];null!=a[b]?(a[b].points=c,a[b].redraw()):(c=new mxPolyline(c,this.pageBreakColor),c.dialect=this.dialect,c.isDashed=this.pageBreakDashed,c.pointerEvents=!1,c.init(this.view.backgroundPane),c.redraw(),a[b]=c)}for(b=d;b<a.length;b++)a[b].destroy();a.splice(d,a.length-d)}});a(this.horizontalPageBreaks);a(this.verticalPageBreaks)}; var c=mxGraphHandler.prototype.shouldRemoveCellsFromParent;mxGraphHandler.prototype.shouldRemoveCellsFromParent=function(a,b,d){for(var f=0;f<b.length;f++)if(this.graph.getModel().isVertex(b[f])){var g=this.graph.getCellGeometry(b[f]);if(null!=g&&g.relative)return!1}return c.apply(this,arguments)};var e=mxConnectionHandler.prototype.createMarker;mxConnectionHandler.prototype.createMarker=function(){var a=e.apply(this,arguments);a.intersects=mxUtils.bind(this,function(b,d){return this.isConnecting()? !0:mxCellMarker.prototype.intersects.apply(a,arguments)});return a};mxGraphView.prototype.createBackgroundPageShape=function(a){return new mxRectangleShape(a,"#ffffff",this.graph.defaultPageBorderColor)};mxGraphView.prototype.getBackgroundPageBounds=function(){var a=this.getGraphBounds(),b=0<a.width?a.x/this.scale-this.translate.x:0,d=0<a.height?a.y/this.scale-this.translate.y:0,c=this.graph.pageFormat,g=this.graph.pageScale,e=c.width*g,c=c.height*g,g=Math.floor(Math.min(0,b)/e),t=Math.floor(Math.min(0, d)/c);return new mxRectangle(this.scale*(this.translate.x+g*e),this.scale*(this.translate.y+t*c),this.scale*(Math.ceil(Math.max(1,b+a.width/this.scale)/e)-g)*e,this.scale*(Math.ceil(Math.max(1,d+a.height/this.scale)/c)-t)*c)};var b=mxGraph.prototype.panGraph;mxGraph.prototype.panGraph=function(a,c){b.apply(this,arguments);this.dialect==mxConstants.DIALECT_SVG||null==this.view.backgroundPageShape||this.useScrollbarsForPanning&&mxUtils.hasScrollbars(this.container)||(this.view.backgroundPageShape.node.style.marginLeft= -a+"px",this.view.backgroundPageShape.node.style.marginTop=c+"px")};var h=mxPopupMenu.prototype.addItem;mxPopupMenu.prototype.addItem=function(a,b,d,c,g,e){var f=h.apply(this,arguments);null==e||e||mxEvent.addListener(f,"mousedown",function(a){mxEvent.consume(a)});return f};var n=mxGraphHandler.prototype.getInitialCellForEvent;mxGraphHandler.prototype.getInitialCellForEvent=function(a){var b=this.graph.getModel(),d=b.getParent(this.graph.getSelectionCell()),c=n.apply(this,arguments),g=b.getParent(c); -if(null==d||d!=c&&d!=g)for(;!this.graph.isCellSelected(c)&&!this.graph.isCellSelected(g)&&b.isVertex(g)&&!this.graph.isContainer(g);)c=g,g=this.graph.getModel().getParent(c);return c};var m=mxGraphHandler.prototype.isDelayedSelection;mxGraphHandler.prototype.isDelayedSelection=function(a,b){var d=m.apply(this,arguments);if(!d)for(var c=this.graph.getModel(),g=c.getParent(a);null!=g;){if(this.graph.isCellSelected(g)&&c.isVertex(g)){d=!0;break}g=c.getParent(g)}return d};mxGraphHandler.prototype.selectDelayed= +a+"px",this.view.backgroundPageShape.node.style.marginTop=c+"px")};var h=mxPopupMenu.prototype.addItem;mxPopupMenu.prototype.addItem=function(a,b,d,c,g,e){var f=h.apply(this,arguments);null==e||e||mxEvent.addListener(f,"mousedown",function(a){mxEvent.consume(a)});return f};var p=mxGraphHandler.prototype.getInitialCellForEvent;mxGraphHandler.prototype.getInitialCellForEvent=function(a){var b=this.graph.getModel(),d=b.getParent(this.graph.getSelectionCell()),c=p.apply(this,arguments),g=b.getParent(c); +if(null==d||d!=c&&d!=g)for(;!this.graph.isCellSelected(c)&&!this.graph.isCellSelected(g)&&b.isVertex(g)&&!this.graph.isContainer(g);)c=g,g=this.graph.getModel().getParent(c);return c};var n=mxGraphHandler.prototype.isDelayedSelection;mxGraphHandler.prototype.isDelayedSelection=function(a,b){var d=n.apply(this,arguments);if(!d)for(var c=this.graph.getModel(),g=c.getParent(a);null!=g;){if(this.graph.isCellSelected(g)&&c.isVertex(g)){d=!0;break}g=c.getParent(g)}return d};mxGraphHandler.prototype.selectDelayed= function(a){if(!this.graph.popupMenuHandler.isPopupTrigger(a)){var b=a.getCell();null==b&&(b=this.cell);var d=this.graph.view.getState(b);if(null==d||!a.isSource(d.control))for(var d=this.graph.getModel(),c=d.getParent(b);!this.graph.isCellSelected(c)&&d.isVertex(c);)b=c,c=d.getParent(b);this.graph.selectCellForEvent(b,a.getEvent())}};mxPopupMenuHandler.prototype.getCellForPopupEvent=function(a){a=a.getCell();for(var b=this.graph.getModel(),d=b.getParent(a);b.isVertex(d)&&!this.graph.isContainer(d);)this.graph.isCellSelected(d)&& (a=d),d=b.getParent(d);return a}})();EditorUi=function(a,c,e){mxEventSource.call(this);this.destroyFunctions=[];this.editor=a||new Editor;this.container=c||document.body;var b=this.editor.graph;b.lightbox=e;b.useCssTransforms&&(this.lazyZoomDelay=0);mxClient.IS_SVG?mxPopupMenu.prototype.submenuImage="data:image/gif;base64,R0lGODlhCQAJAIAAAP///zMzMyH5BAEAAAAALAAAAAAJAAkAAAIPhI8WebHsHopSOVgb26AAADs=":(new Image).src=mxPopupMenu.prototype.submenuImage;mxClient.IS_SVG||null==mxConnectionHandler.prototype.connectImage||((new Image).src=mxConnectionHandler.prototype.connectImage.src); this.editor.chromeless&&!this.editor.editable&&(this.footerHeight=0,b.isEnabled=function(){return!1},b.panningHandler.isForcePanningEvent=function(a){return!mxEvent.isPopupTrigger(a.getEvent())});this.actions=new Actions(this);this.menus=this.createMenus();this.createDivs();this.createUi();this.refresh();var h=mxUtils.bind(this,function(a){null==a&&(a=window.event);return this.isSelectionAllowed(a)||b.isEditing()});this.container==document.body&&(this.menubarContainer.onselectstart=h,this.menubarContainer.onmousedown= h,this.toolbarContainer.onselectstart=h,this.toolbarContainer.onmousedown=h,this.diagramContainer.onselectstart=h,this.diagramContainer.onmousedown=h,this.sidebarContainer.onselectstart=h,this.sidebarContainer.onmousedown=h,this.formatContainer.onselectstart=h,this.formatContainer.onmousedown=h,this.footerContainer.onselectstart=h,this.footerContainer.onmousedown=h,null!=this.tabContainer&&(this.tabContainer.onselectstart=h));!this.editor.chromeless||this.editor.editable?(c=function(a){var d=mxEvent.getSource(a); if("A"==d.nodeName)for(;null!=d;){if("geHint"==d.className)return!0;d=d.parentNode}return h(a)},mxClient.IS_IE&&("undefined"===typeof document.documentMode||9>document.documentMode)?mxEvent.addListener(this.diagramContainer,"contextmenu",c):this.diagramContainer.oncontextmenu=c):b.panningHandler.usePopupTrigger=!1;b.init(this.diagramContainer);mxClient.IS_SVG&&null!=b.view.getDrawPane()&&(c=b.view.getDrawPane().ownerSVGElement,null!=c&&(c.style.position="absolute"));this.hoverIcons=this.createHoverIcons(); -mxEvent.addListener(this.diagramContainer,"mousemove",mxUtils.bind(this,function(a){var d=mxUtils.getOffset(this.diagramContainer);0<mxEvent.getClientX(a)-d.x-this.diagramContainer.clientWidth||0<mxEvent.getClientY(a)-d.y-this.diagramContainer.clientHeight?this.diagramContainer.setAttribute("title",mxResources.get("panTooltip")):this.diagramContainer.removeAttribute("title")}));var n=!1,m=this.hoverIcons.isResetEvent;this.hoverIcons.isResetEvent=function(a,d){return n||m.apply(this,arguments)};this.keydownHandler= -mxUtils.bind(this,function(a){32==a.which?(n=!0,this.hoverIcons.reset(),b.container.style.cursor="move",b.isEditing()||mxEvent.getSource(a)!=b.container||mxEvent.consume(a)):mxEvent.isConsumed(a)||27!=a.keyCode||this.hideDialog()});mxEvent.addListener(document,"keydown",this.keydownHandler);this.keyupHandler=mxUtils.bind(this,function(a){b.container.style.cursor="";n=!1});mxEvent.addListener(document,"keyup",this.keyupHandler);var r=b.panningHandler.isForcePanningEvent;b.panningHandler.isForcePanningEvent= -function(a){return r.apply(this,arguments)||n||mxEvent.isMouseEvent(a.getEvent())&&(this.usePopupTrigger||!mxEvent.isPopupTrigger(a.getEvent()))&&(!mxEvent.isControlDown(a.getEvent())&&mxEvent.isRightMouseButton(a.getEvent())||mxEvent.isMiddleMouseButton(a.getEvent()))};var u=b.cellEditor.isStopEditingEvent;b.cellEditor.isStopEditingEvent=function(a){return u.apply(this,arguments)||13==a.keyCode&&(!mxClient.IS_SF&&mxEvent.isControlDown(a)||mxClient.IS_MAC&&mxEvent.isMetaDown(a)||mxClient.IS_SF&&mxEvent.isShiftDown(a))}; -var d=!1,f=null,g=null,p=null,t=mxUtils.bind(this,function(){if(null!=this.toolbar&&d!=b.cellEditor.isContentEditing()){for(var a=this.toolbar.container.firstChild,c=[];null!=a;){var e=a.nextSibling;0>mxUtils.indexOf(this.toolbar.staticElements,a)&&(a.parentNode.removeChild(a),c.push(a));a=e}a=this.toolbar.fontMenu;e=this.toolbar.sizeMenu;if(null==p)this.toolbar.createTextToolbar();else{for(var l=0;l<p.length;l++)this.toolbar.container.appendChild(p[l]);this.toolbar.fontMenu=f;this.toolbar.sizeMenu= -g}d=b.cellEditor.isContentEditing();f=a;g=e;p=c}}),k=this,q=b.cellEditor.startEditing;b.cellEditor.startEditing=function(){q.apply(this,arguments);t();if(b.cellEditor.isContentEditing()){var a=!1,d=function(){a||(a=!0,window.setTimeout(function(){for(var d=b.getSelectedElement();null!=d&&d.nodeType!=mxConstants.NODETYPE_ELEMENT;)d=d.parentNode;if(null!=d&&(d=mxUtils.getCurrentStyle(d),null!=d&&null!=k.toolbar)){var c=d.fontFamily;"'"==c.charAt(0)&&(c=c.substring(1));"'"==c.charAt(c.length-1)&&(c= -c.substring(0,c.length-1));k.toolbar.setFontName(c);k.toolbar.setFontSize(parseInt(d.fontSize))}a=!1},0))};mxEvent.addListener(b.cellEditor.textarea,"input",d);mxEvent.addListener(b.cellEditor.textarea,"touchend",d);mxEvent.addListener(b.cellEditor.textarea,"mouseup",d);mxEvent.addListener(b.cellEditor.textarea,"keyup",d);d()}};var x=b.cellEditor.stopEditing;b.cellEditor.stopEditing=function(a,d){x.apply(this,arguments);t()};b.container.setAttribute("tabindex","0");b.container.style.cursor="default"; -if(window.self===window.top&&null!=b.container.parentNode)try{b.container.focus()}catch(w){}var B=b.fireMouseEvent;b.fireMouseEvent=function(a,d,b){a==mxEvent.MOUSE_DOWN&&this.container.focus();B.apply(this,arguments)};b.popupMenuHandler.autoExpand=!0;null!=this.menus&&(b.popupMenuHandler.factoryMethod=mxUtils.bind(this,function(a,d,b){this.menus.createPopupMenu(a,d,b)}));mxEvent.addGestureListeners(document,mxUtils.bind(this,function(a){b.popupMenuHandler.hideMenu()}));this.keyHandler=this.createKeyHandler(a); -this.getKeyHandler=function(){return keyHandler};var l="rounded shadow glass dashed dashPattern comic labelBackgroundColor".split(" "),y="shape edgeStyle curved rounded elbow comic jumpStyle jumpSize".split(" ");this.setDefaultStyle=function(a){var d=b.view.getState(a);if(null!=d){a=a.clone();a.style="";a=b.getCellStyle(a);var c=[],f=[],g;for(g in d.style)a[g]!=d.style[g]&&(c.push(d.style[g]),f.push(g));g=b.getModel().getStyle(d.cell);for(var e=null!=g?g.split(";"):[],l=0;l<e.length;l++){var p=e[l], -k=p.indexOf("=");0<=k&&(g=p.substring(0,k),p=p.substring(k+1),null!=a[g]&&"none"==p&&(c.push(p),f.push(g)))}b.getModel().isEdge(d.cell)?b.currentEdgeStyle={}:b.currentVertexStyle={};this.fireEvent(new mxEventObject("styleChanged","keys",f,"values",c,"cells",[d.cell]))}};this.clearDefaultStyle=function(){b.currentEdgeStyle=mxUtils.clone(b.defaultEdgeStyle);b.currentVertexStyle=mxUtils.clone(b.defaultVertexStyle);this.fireEvent(new mxEventObject("styleChanged","keys",[],"values",[],"cells",[]))};var v= -["fontFamily","fontSize","fontColor"],A="edgeStyle startArrow startFill startSize endArrow endFill endSize jettySize orthogonalLoop".split(" "),H=["startArrow startFill startSize endArrow endFill endSize jettySize orthogonalLoop".split(" "),["strokeColor","strokeWidth"],["fillColor","gradientColor"],v,["opacity"],["align"],["html"]];for(a=0;a<H.length;a++)for(c=0;c<H[a].length;c++)l.push(H[a][c]);for(a=0;a<y.length;a++)0>mxUtils.indexOf(l,y[a])&&l.push(y[a]);var F=function(a,d){var c=b.getModel(); -c.beginUpdate();try{if(d)for(var f=c.isEdge(k),g=f?b.currentEdgeStyle:b.currentVertexStyle,f=["fontSize","fontFamily","fontColor"],e=0;e<f.length;e++){var p=g[f[e]];null!=p&&b.setCellStyles(f[e],p,a)}else for(p=0;p<a.length;p++){for(var k=a[p],q=c.getStyle(k),t=null!=q?q.split(";"):[],O=l.slice(),e=0;e<t.length;e++){var v=t[e],A=v.indexOf("=");if(0<=A){var h=v.substring(0,A),x=mxUtils.indexOf(O,h);0<=x&&O.splice(x,1);for(var r=0;r<H.length;r++){var w=H[r];if(0<=mxUtils.indexOf(w,h))for(var B=0;B< -w.length;B++){var m=mxUtils.indexOf(O,w[B]);0<=m&&O.splice(m,1)}}}}for(var g=(f=c.isEdge(k))?b.currentEdgeStyle:b.currentVertexStyle,n=c.getStyle(k),e=0;e<O.length;e++){var h=O[e],F=g[h];null==F||"shape"==h&&!f||f&&!(0>mxUtils.indexOf(y,h))||(n=mxUtils.setStyle(n,h,F))}c.setStyle(k,n)}}finally{c.endUpdate()}};b.addListener("cellsInserted",function(a,d){F(d.getProperty("cells"))});b.addListener("textInserted",function(a,d){F(d.getProperty("cells"),!0)});b.connectionHandler.addListener(mxEvent.CONNECT, -function(a,d){var b=[d.getProperty("cell")];d.getProperty("terminalInserted")&&b.push(d.getProperty("terminal"));F(b)});this.addListener("styleChanged",mxUtils.bind(this,function(a,d){var c=d.getProperty("cells"),f=!1,g=!1;if(0<c.length)for(var e=0;e<c.length&&(f=b.getModel().isVertex(c[e])||f,!(g=b.getModel().isEdge(c[e])||g)||!f);e++);else g=f=!0;for(var c=d.getProperty("keys"),p=d.getProperty("values"),e=0;e<c.length;e++){var k=0<=mxUtils.indexOf(v,c[e]);if("strokeColor"!=c[e]||null!=p[e]&&"none"!= -p[e])if(0<=mxUtils.indexOf(y,c[e]))g||0<=mxUtils.indexOf(A,c[e])?null==p[e]?delete b.currentEdgeStyle[c[e]]:b.currentEdgeStyle[c[e]]=p[e]:f&&0<=mxUtils.indexOf(l,c[e])&&(null==p[e]?delete b.currentVertexStyle[c[e]]:b.currentVertexStyle[c[e]]=p[e]);else if(0<=mxUtils.indexOf(l,c[e])){if(f||k)null==p[e]?delete b.currentVertexStyle[c[e]]:b.currentVertexStyle[c[e]]=p[e];if(g||k||0<=mxUtils.indexOf(A,c[e]))null==p[e]?delete b.currentEdgeStyle[c[e]]:b.currentEdgeStyle[c[e]]=p[e]}}null!=this.toolbar&&(this.toolbar.setFontName(b.currentVertexStyle.fontFamily|| +mxEvent.addListener(this.diagramContainer,"mousemove",mxUtils.bind(this,function(a){var d=mxUtils.getOffset(this.diagramContainer);0<mxEvent.getClientX(a)-d.x-this.diagramContainer.clientWidth||0<mxEvent.getClientY(a)-d.y-this.diagramContainer.clientHeight?this.diagramContainer.setAttribute("title",mxResources.get("panTooltip")):this.diagramContainer.removeAttribute("title")}));var p=!1,n=this.hoverIcons.isResetEvent;this.hoverIcons.isResetEvent=function(a,d){return p||n.apply(this,arguments)};this.keydownHandler= +mxUtils.bind(this,function(a){32==a.which?(p=!0,this.hoverIcons.reset(),b.container.style.cursor="move",b.isEditing()||mxEvent.getSource(a)!=b.container||mxEvent.consume(a)):mxEvent.isConsumed(a)||27!=a.keyCode||this.hideDialog()});mxEvent.addListener(document,"keydown",this.keydownHandler);this.keyupHandler=mxUtils.bind(this,function(a){b.container.style.cursor="";p=!1});mxEvent.addListener(document,"keyup",this.keyupHandler);var r=b.panningHandler.isForcePanningEvent;b.panningHandler.isForcePanningEvent= +function(a){return r.apply(this,arguments)||p||mxEvent.isMouseEvent(a.getEvent())&&(this.usePopupTrigger||!mxEvent.isPopupTrigger(a.getEvent()))&&(!mxEvent.isControlDown(a.getEvent())&&mxEvent.isRightMouseButton(a.getEvent())||mxEvent.isMiddleMouseButton(a.getEvent()))};var u=b.cellEditor.isStopEditingEvent;b.cellEditor.isStopEditingEvent=function(a){return u.apply(this,arguments)||13==a.keyCode&&(!mxClient.IS_SF&&mxEvent.isControlDown(a)||mxClient.IS_MAC&&mxEvent.isMetaDown(a)||mxClient.IS_SF&&mxEvent.isShiftDown(a))}; +var d=!1,f=null,g=null,q=null,t=mxUtils.bind(this,function(){if(null!=this.toolbar&&d!=b.cellEditor.isContentEditing()){for(var a=this.toolbar.container.firstChild,c=[];null!=a;){var e=a.nextSibling;0>mxUtils.indexOf(this.toolbar.staticElements,a)&&(a.parentNode.removeChild(a),c.push(a));a=e}a=this.toolbar.fontMenu;e=this.toolbar.sizeMenu;if(null==q)this.toolbar.createTextToolbar();else{for(var k=0;k<q.length;k++)this.toolbar.container.appendChild(q[k]);this.toolbar.fontMenu=f;this.toolbar.sizeMenu= +g}d=b.cellEditor.isContentEditing();f=a;g=e;q=c}}),m=this,l=b.cellEditor.startEditing;b.cellEditor.startEditing=function(){l.apply(this,arguments);t();if(b.cellEditor.isContentEditing()){var a=!1,d=function(){a||(a=!0,window.setTimeout(function(){for(var d=b.getSelectedElement();null!=d&&d.nodeType!=mxConstants.NODETYPE_ELEMENT;)d=d.parentNode;if(null!=d&&(d=mxUtils.getCurrentStyle(d),null!=d&&null!=m.toolbar)){var c=d.fontFamily;"'"==c.charAt(0)&&(c=c.substring(1));"'"==c.charAt(c.length-1)&&(c= +c.substring(0,c.length-1));m.toolbar.setFontName(c);m.toolbar.setFontSize(parseInt(d.fontSize))}a=!1},0))};mxEvent.addListener(b.cellEditor.textarea,"input",d);mxEvent.addListener(b.cellEditor.textarea,"touchend",d);mxEvent.addListener(b.cellEditor.textarea,"mouseup",d);mxEvent.addListener(b.cellEditor.textarea,"keyup",d);d()}};var C=b.cellEditor.stopEditing;b.cellEditor.stopEditing=function(a,d){C.apply(this,arguments);t()};b.container.setAttribute("tabindex","0");b.container.style.cursor="default"; +if(window.self===window.top&&null!=b.container.parentNode)try{b.container.focus()}catch(B){}var y=b.fireMouseEvent;b.fireMouseEvent=function(a,d,b){a==mxEvent.MOUSE_DOWN&&this.container.focus();y.apply(this,arguments)};b.popupMenuHandler.autoExpand=!0;null!=this.menus&&(b.popupMenuHandler.factoryMethod=mxUtils.bind(this,function(a,d,b){this.menus.createPopupMenu(a,d,b)}));mxEvent.addGestureListeners(document,mxUtils.bind(this,function(a){b.popupMenuHandler.hideMenu()}));this.keyHandler=this.createKeyHandler(a); +this.getKeyHandler=function(){return keyHandler};var k="rounded shadow glass dashed dashPattern comic labelBackgroundColor".split(" "),w="shape edgeStyle curved rounded elbow comic jumpStyle jumpSize".split(" ");this.setDefaultStyle=function(a){var d=b.view.getState(a);if(null!=d){a=a.clone();a.style="";a=b.getCellStyle(a);var c=[],f=[],g;for(g in d.style)a[g]!=d.style[g]&&(c.push(d.style[g]),f.push(g));g=b.getModel().getStyle(d.cell);for(var e=null!=g?g.split(";"):[],q=0;q<e.length;q++){var k=e[q], +l=k.indexOf("=");0<=l&&(g=k.substring(0,l),k=k.substring(l+1),null!=a[g]&&"none"==k&&(c.push(k),f.push(g)))}b.getModel().isEdge(d.cell)?b.currentEdgeStyle={}:b.currentVertexStyle={};this.fireEvent(new mxEventObject("styleChanged","keys",f,"values",c,"cells",[d.cell]))}};this.clearDefaultStyle=function(){b.currentEdgeStyle=mxUtils.clone(b.defaultEdgeStyle);b.currentVertexStyle=mxUtils.clone(b.defaultVertexStyle);this.fireEvent(new mxEventObject("styleChanged","keys",[],"values",[],"cells",[]))};var v= +["fontFamily","fontSize","fontColor"],A="edgeStyle startArrow startFill startSize endArrow endFill endSize jettySize orthogonalLoop".split(" "),J=["startArrow startFill startSize endArrow endFill endSize jettySize orthogonalLoop".split(" "),["strokeColor","strokeWidth"],["fillColor","gradientColor"],v,["opacity"],["align"],["html"]];for(a=0;a<J.length;a++)for(c=0;c<J[a].length;c++)k.push(J[a][c]);for(a=0;a<w.length;a++)0>mxUtils.indexOf(k,w[a])&&k.push(w[a]);var F=function(a,d){var c=b.getModel(); +c.beginUpdate();try{if(d)for(var f=c.isEdge(l),g=f?b.currentEdgeStyle:b.currentVertexStyle,f=["fontSize","fontFamily","fontColor"],e=0;e<f.length;e++){var q=g[f[e]];null!=q&&b.setCellStyles(f[e],q,a)}else for(q=0;q<a.length;q++){for(var l=a[q],m=c.getStyle(l),t=null!=m?m.split(";"):[],S=k.slice(),e=0;e<t.length;e++){var v=t[e],h=v.indexOf("=");if(0<=h){var A=v.substring(0,h),C=mxUtils.indexOf(S,A);0<=C&&S.splice(C,1);for(var r=0;r<J.length;r++){var B=J[r];if(0<=mxUtils.indexOf(B,A))for(var y=0;y< +B.length;y++){var n=mxUtils.indexOf(S,B[y]);0<=n&&S.splice(n,1)}}}}for(var g=(f=c.isEdge(l))?b.currentEdgeStyle:b.currentVertexStyle,p=c.getStyle(l),e=0;e<S.length;e++){var A=S[e],F=g[A];null==F||"shape"==A&&!f||f&&!(0>mxUtils.indexOf(w,A))||(p=mxUtils.setStyle(p,A,F))}c.setStyle(l,p)}}finally{c.endUpdate()}};b.addListener("cellsInserted",function(a,d){F(d.getProperty("cells"))});b.addListener("textInserted",function(a,d){F(d.getProperty("cells"),!0)});b.connectionHandler.addListener(mxEvent.CONNECT, +function(a,d){var b=[d.getProperty("cell")];d.getProperty("terminalInserted")&&b.push(d.getProperty("terminal"));F(b)});this.addListener("styleChanged",mxUtils.bind(this,function(a,d){var c=d.getProperty("cells"),f=!1,g=!1;if(0<c.length)for(var e=0;e<c.length&&(f=b.getModel().isVertex(c[e])||f,!(g=b.getModel().isEdge(c[e])||g)||!f);e++);else g=f=!0;for(var c=d.getProperty("keys"),q=d.getProperty("values"),e=0;e<c.length;e++){var l=0<=mxUtils.indexOf(v,c[e]);if("strokeColor"!=c[e]||null!=q[e]&&"none"!= +q[e])if(0<=mxUtils.indexOf(w,c[e]))g||0<=mxUtils.indexOf(A,c[e])?null==q[e]?delete b.currentEdgeStyle[c[e]]:b.currentEdgeStyle[c[e]]=q[e]:f&&0<=mxUtils.indexOf(k,c[e])&&(null==q[e]?delete b.currentVertexStyle[c[e]]:b.currentVertexStyle[c[e]]=q[e]);else if(0<=mxUtils.indexOf(k,c[e])){if(f||l)null==q[e]?delete b.currentVertexStyle[c[e]]:b.currentVertexStyle[c[e]]=q[e];if(g||l||0<=mxUtils.indexOf(A,c[e]))null==q[e]?delete b.currentEdgeStyle[c[e]]:b.currentEdgeStyle[c[e]]=q[e]}}null!=this.toolbar&&(this.toolbar.setFontName(b.currentVertexStyle.fontFamily|| Menus.prototype.defaultFont),this.toolbar.setFontSize(b.currentVertexStyle.fontSize||Menus.prototype.defaultFontSize),null!=this.toolbar.edgeStyleMenu&&(this.toolbar.edgeStyleMenu.getElementsByTagName("div")[0].className="orthogonalEdgeStyle"==b.currentEdgeStyle.edgeStyle&&"1"==b.currentEdgeStyle.curved?"geSprite geSprite-curved":"straight"==b.currentEdgeStyle.edgeStyle||"none"==b.currentEdgeStyle.edgeStyle||null==b.currentEdgeStyle.edgeStyle?"geSprite geSprite-straight":"entityRelationEdgeStyle"== b.currentEdgeStyle.edgeStyle?"geSprite geSprite-entity":"elbowEdgeStyle"==b.currentEdgeStyle.edgeStyle?"geSprite geSprite-"+("vertical"==b.currentEdgeStyle.elbow?"verticalelbow":"horizontalelbow"):"isometricEdgeStyle"==b.currentEdgeStyle.edgeStyle?"geSprite geSprite-"+("vertical"==b.currentEdgeStyle.elbow?"verticalisometric":"horizontalisometric"):"geSprite geSprite-orthogonal"),null!=this.toolbar.edgeShapeMenu&&(this.toolbar.edgeShapeMenu.getElementsByTagName("div")[0].className="link"==b.currentEdgeStyle.shape? "geSprite geSprite-linkedge":"flexArrow"==b.currentEdgeStyle.shape?"geSprite geSprite-arrow":"arrow"==b.currentEdgeStyle.shape?"geSprite geSprite-simplearrow":"geSprite geSprite-connection"),null!=this.toolbar.lineStartMenu&&(this.toolbar.lineStartMenu.getElementsByTagName("div")[0].className=this.getCssClassForMarker("start",b.currentEdgeStyle.shape,b.currentEdgeStyle[mxConstants.STYLE_STARTARROW],mxUtils.getValue(b.currentEdgeStyle,"startFill","1"))),null!=this.toolbar.lineEndMenu&&(this.toolbar.lineEndMenu.getElementsByTagName("div")[0].className= @@ -2081,31 +2081,31 @@ a+"openthin":e==mxConstants.ARROW_BLOCK?"1"==b?"geSprite geSprite-"+a+"block":"g a+"ermany":"ERoneToMany"==e?"geSprite geSprite-"+a+"eronetomany":"ERzeroToOne"==e?"geSprite geSprite-"+a+"eroneopt":"ERzeroToMany"==e?"geSprite geSprite-"+a+"ermanyopt":"geSprite geSprite-noarrow"};EditorUi.prototype.createMenus=function(){return null}; EditorUi.prototype.updatePasteActionStates=function(){var a=this.editor.graph,c=this.actions.get("paste"),e=this.actions.get("pasteHere");c.setEnabled(this.editor.graph.cellEditor.isContentEditing()||!mxClipboard.isEmpty()&&a.isEnabled()&&!a.isCellLocked(a.getDefaultParent()));e.setEnabled(c.isEnabled())}; EditorUi.prototype.initClipboard=function(){var a=this,c=mxClipboard.cut;mxClipboard.cut=function(b){b.cellEditor.isContentEditing()?document.execCommand("cut",!1,null):c.apply(this,arguments);a.updatePasteActionStates()};var e=mxClipboard.copy;mxClipboard.copy=function(b){b.cellEditor.isContentEditing()?document.execCommand("copy",!1,null):e.apply(this,arguments);a.updatePasteActionStates()};var b=mxClipboard.paste;mxClipboard.paste=function(c){var e=null;c.cellEditor.isContentEditing()?document.execCommand("paste", -!1,null):e=b.apply(this,arguments);a.updatePasteActionStates();return e};var h=this.editor.graph.cellEditor.startEditing;this.editor.graph.cellEditor.startEditing=function(){h.apply(this,arguments);a.updatePasteActionStates()};var n=this.editor.graph.cellEditor.stopEditing;this.editor.graph.cellEditor.stopEditing=function(b,c){n.apply(this,arguments);a.updatePasteActionStates()};this.updatePasteActionStates()};EditorUi.prototype.lazyZoomDelay=20; +!1,null):e=b.apply(this,arguments);a.updatePasteActionStates();return e};var h=this.editor.graph.cellEditor.startEditing;this.editor.graph.cellEditor.startEditing=function(){h.apply(this,arguments);a.updatePasteActionStates()};var p=this.editor.graph.cellEditor.stopEditing;this.editor.graph.cellEditor.stopEditing=function(b,c){p.apply(this,arguments);a.updatePasteActionStates()};this.updatePasteActionStates()};EditorUi.prototype.lazyZoomDelay=20; EditorUi.prototype.initCanvas=function(){var a=this.editor.graph;a.timerAutoScroll=!0;a.getPagePadding=function(){return new mxPoint(Math.max(0,Math.round((a.container.offsetWidth-34)/a.view.scale)),Math.max(0,Math.round((a.container.offsetHeight-34)/a.view.scale)))};a.view.getBackgroundPageBounds=function(){var a=this.graph.getPageLayout(),d=this.graph.getPageSize();return new mxRectangle(this.scale*(this.translate.x+a.x*d.width),this.scale*(this.translate.y+a.y*d.height),this.scale*a.width*d.width, -this.scale*a.height*d.height)};a.getPreferredPageSize=function(a,d,b){a=this.getPageLayout();d=this.getPageSize();return new mxRectangle(0,0,a.width*d.width,a.height*d.height)};var c=null,e=this;if(this.editor.isChromelessView()){this.chromelessResize=c=mxUtils.bind(this,function(d,b,c,f){if(null!=a.container){c=null!=c?c:0;f=null!=f?f:0;var g=a.pageVisible?a.view.getBackgroundPageBounds():a.getGraphBounds(),e=mxUtils.hasScrollbars(a.container),l=a.view.translate,p=a.view.scale,k=mxRectangle.fromRectangle(g); -k.x=k.x/p-l.x;k.y=k.y/p-l.y;k.width/=p;k.height/=p;var l=a.container.scrollTop,q=a.container.scrollLeft,t=mxClient.IS_QUIRKS||8<=document.documentMode?20:14;if(8==document.documentMode||9==document.documentMode)t+=3;var v=a.container.offsetWidth-t,t=a.container.offsetHeight-t;d=d?Math.max(.3,Math.min(b||1,v/k.width)):p;b=(v-d*k.width)/2/d;var h=0==this.lightboxVerticalDivider?0:(t-d*k.height)/this.lightboxVerticalDivider/d;e&&(b=Math.max(b,0),h=Math.max(h,0));if(e||g.width<v||g.height<t)a.view.scaleAndTranslate(d, -Math.floor(b-k.x),Math.floor(h-k.y)),a.container.scrollTop=l*d/p,a.container.scrollLeft=q*d/p;else if(0!=c||0!=f)g=a.view.translate,a.view.setTranslate(Math.floor(g.x+c/p),Math.floor(g.y+f/p))}});this.chromelessWindowResize=mxUtils.bind(this,function(){this.chromelessResize(!1)});var b=mxUtils.bind(this,function(){this.chromelessWindowResize(!1)});mxEvent.addListener(window,"resize",b);this.destroyFunctions.push(function(){mxEvent.removeListener(window,"resize",b)});this.editor.addListener("resetGraphView", +this.scale*a.height*d.height)};a.getPreferredPageSize=function(a,d,b){a=this.getPageLayout();d=this.getPageSize();return new mxRectangle(0,0,a.width*d.width,a.height*d.height)};var c=null,e=this;if(this.editor.isChromelessView()){this.chromelessResize=c=mxUtils.bind(this,function(d,b,c,f){if(null!=a.container){c=null!=c?c:0;f=null!=f?f:0;var g=a.pageVisible?a.view.getBackgroundPageBounds():a.getGraphBounds(),e=mxUtils.hasScrollbars(a.container),q=a.view.translate,k=a.view.scale,l=mxRectangle.fromRectangle(g); +l.x=l.x/k-q.x;l.y=l.y/k-q.y;l.width/=k;l.height/=k;var q=a.container.scrollTop,m=a.container.scrollLeft,t=mxClient.IS_QUIRKS||8<=document.documentMode?20:14;if(8==document.documentMode||9==document.documentMode)t+=3;var v=a.container.offsetWidth-t,t=a.container.offsetHeight-t;d=d?Math.max(.3,Math.min(b||1,v/l.width)):k;b=(v-d*l.width)/2/d;var h=0==this.lightboxVerticalDivider?0:(t-d*l.height)/this.lightboxVerticalDivider/d;e&&(b=Math.max(b,0),h=Math.max(h,0));if(e||g.width<v||g.height<t)a.view.scaleAndTranslate(d, +Math.floor(b-l.x),Math.floor(h-l.y)),a.container.scrollTop=q*d/k,a.container.scrollLeft=m*d/k;else if(0!=c||0!=f)g=a.view.translate,a.view.setTranslate(Math.floor(g.x+c/k),Math.floor(g.y+f/k))}});this.chromelessWindowResize=mxUtils.bind(this,function(){this.chromelessResize(!1)});var b=mxUtils.bind(this,function(){this.chromelessWindowResize(!1)});mxEvent.addListener(window,"resize",b);this.destroyFunctions.push(function(){mxEvent.removeListener(window,"resize",b)});this.editor.addListener("resetGraphView", mxUtils.bind(this,function(){this.chromelessResize(!0)}));this.actions.get("zoomIn").funct=mxUtils.bind(this,function(d){a.zoomIn();this.chromelessResize(!1)});this.actions.get("zoomOut").funct=mxUtils.bind(this,function(d){a.zoomOut();this.chromelessResize(!1)});if("0"!=urlParams.toolbar){this.chromelessToolbar=document.createElement("div");this.chromelessToolbar.style.position="fixed";this.chromelessToolbar.style.overflow="hidden";this.chromelessToolbar.style.boxSizing="border-box";this.chromelessToolbar.style.whiteSpace= "nowrap";this.chromelessToolbar.style.backgroundColor="#000000";this.chromelessToolbar.style.padding="10px 10px 8px 10px";this.chromelessToolbar.style.left="50%";mxClient.IS_VML||(mxUtils.setPrefixedStyle(this.chromelessToolbar.style,"borderRadius","20px"),mxUtils.setPrefixedStyle(this.chromelessToolbar.style,"transition","opacity 600ms ease-in-out"));var h=mxUtils.bind(this,function(){var d=mxUtils.getCurrentStyle(a.container);this.chromelessToolbar.style.bottom=(null!=d?parseInt(d["margin-bottom"]|| -0):0)+(null!=this.tabContainer?20+parseInt(this.tabContainer.style.height):20)+"px"});this.editor.addListener("resetGraphView",h);h();var n=0,h=mxUtils.bind(this,function(a,d,b){n++;var c=document.createElement("span");c.style.paddingLeft="8px";c.style.paddingRight="8px";c.style.cursor="pointer";mxEvent.addListener(c,"click",a);null!=b&&c.setAttribute("title",b);a=document.createElement("img");a.setAttribute("border","0");a.setAttribute("src",d);c.appendChild(a);this.chromelessToolbar.appendChild(c); -return c}),m=h(mxUtils.bind(this,function(a){this.actions.get("previousPage").funct();mxEvent.consume(a)}),Editor.previousLargeImage,mxResources.get("previousPage")),r=document.createElement("div");r.style.display="inline-block";r.style.verticalAlign="top";r.style.fontFamily="Helvetica,Arial";r.style.marginTop="8px";r.style.color="#ffffff";this.chromelessToolbar.appendChild(r);var u=h(mxUtils.bind(this,function(a){this.actions.get("nextPage").funct();mxEvent.consume(a)}),Editor.nextLargeImage,mxResources.get("nextPage")), -d=mxUtils.bind(this,function(){null!=this.pages&&1<this.pages.length&&null!=this.currentPage&&(r.innerHTML="",mxUtils.write(r,mxUtils.indexOf(this.pages,this.currentPage)+1+" / "+this.pages.length))});m.style.paddingLeft="0px";m.style.paddingRight="4px";u.style.paddingLeft="4px";u.style.paddingRight="0px";var f=mxUtils.bind(this,function(){null!=this.pages&&1<this.pages.length&&null!=this.currentPage?(u.style.display="",m.style.display="",r.style.display="inline-block"):(u.style.display="none",m.style.display= +0):0)+(null!=this.tabContainer?20+parseInt(this.tabContainer.style.height):20)+"px"});this.editor.addListener("resetGraphView",h);h();var p=0,h=mxUtils.bind(this,function(a,d,b){p++;var c=document.createElement("span");c.style.paddingLeft="8px";c.style.paddingRight="8px";c.style.cursor="pointer";mxEvent.addListener(c,"click",a);null!=b&&c.setAttribute("title",b);a=document.createElement("img");a.setAttribute("border","0");a.setAttribute("src",d);c.appendChild(a);this.chromelessToolbar.appendChild(c); +return c}),n=h(mxUtils.bind(this,function(a){this.actions.get("previousPage").funct();mxEvent.consume(a)}),Editor.previousLargeImage,mxResources.get("previousPage")),r=document.createElement("div");r.style.display="inline-block";r.style.verticalAlign="top";r.style.fontFamily="Helvetica,Arial";r.style.marginTop="8px";r.style.color="#ffffff";this.chromelessToolbar.appendChild(r);var u=h(mxUtils.bind(this,function(a){this.actions.get("nextPage").funct();mxEvent.consume(a)}),Editor.nextLargeImage,mxResources.get("nextPage")), +d=mxUtils.bind(this,function(){null!=this.pages&&1<this.pages.length&&null!=this.currentPage&&(r.innerHTML="",mxUtils.write(r,mxUtils.indexOf(this.pages,this.currentPage)+1+" / "+this.pages.length))});n.style.paddingLeft="0px";n.style.paddingRight="4px";u.style.paddingLeft="4px";u.style.paddingRight="0px";var f=mxUtils.bind(this,function(){null!=this.pages&&1<this.pages.length&&null!=this.currentPage?(u.style.display="",n.style.display="",r.style.display="inline-block"):(u.style.display="none",n.style.display= "none",r.style.display="none");d()});this.editor.addListener("resetGraphView",f);this.editor.addListener("pageSelected",d);h(mxUtils.bind(this,function(a){this.actions.get("zoomOut").funct();mxEvent.consume(a)}),Editor.zoomOutLargeImage,mxResources.get("zoomOut")+" (Alt+Mousewheel)");h(mxUtils.bind(this,function(a){this.actions.get("zoomIn").funct();mxEvent.consume(a)}),Editor.zoomInLargeImage,mxResources.get("zoomIn")+" (Alt+Mousewheel)");h(mxUtils.bind(this,function(d){a.isLightboxView()?(1==a.view.scale? -this.lightboxFit():a.zoomTo(1),this.chromelessResize(!1)):this.chromelessResize(!0);mxEvent.consume(d)}),Editor.actualSizeLargeImage,mxResources.get("fit"));var g=null,p=null,t=mxUtils.bind(this,function(a){null!=g&&(window.clearTimeout(g),fadeThead=null);null!=p&&(window.clearTimeout(p),fadeThead2=null);g=window.setTimeout(mxUtils.bind(this,function(){mxUtils.setOpacity(this.chromelessToolbar,0);g=null;p=window.setTimeout(mxUtils.bind(this,function(){this.chromelessToolbar.style.display="none";p= -null}),600)}),a||200)}),k=mxUtils.bind(this,function(a){null!=g&&(window.clearTimeout(g),fadeThead=null);null!=p&&(window.clearTimeout(p),fadeThead2=null);this.chromelessToolbar.style.display="";mxUtils.setOpacity(this.chromelessToolbar,a||30)});if("1"==urlParams.layers){this.layersDialog=null;var q=h(mxUtils.bind(this,function(d){if(null!=this.layersDialog)this.layersDialog.parentNode.removeChild(this.layersDialog),this.layersDialog=null;else{this.layersDialog=a.createLayersDialog();mxEvent.addListener(this.layersDialog, -"mouseleave",mxUtils.bind(this,function(){this.layersDialog.parentNode.removeChild(this.layersDialog);this.layersDialog=null}));var b=q.getBoundingClientRect();mxUtils.setPrefixedStyle(this.layersDialog.style,"borderRadius","5px");this.layersDialog.style.position="fixed";this.layersDialog.style.fontFamily="Helvetica,Arial";this.layersDialog.style.backgroundColor="#000000";this.layersDialog.style.width="160px";this.layersDialog.style.padding="4px 2px 4px 2px";this.layersDialog.style.color="#ffffff"; -mxUtils.setOpacity(this.layersDialog,70);this.layersDialog.style.left=b.left+"px";this.layersDialog.style.bottom=parseInt(this.chromelessToolbar.style.bottom)+this.chromelessToolbar.offsetHeight+4+"px";b=mxUtils.getCurrentStyle(this.editor.graph.container);this.layersDialog.style.zIndex=b.zIndex;document.body.appendChild(this.layersDialog)}mxEvent.consume(d)}),Editor.layersLargeImage,mxResources.get("layers")),x=a.getModel();x.addListener(mxEvent.CHANGE,function(){q.style.display=1<x.getChildCount(x.root)? +this.lightboxFit():a.zoomTo(1),this.chromelessResize(!1)):this.chromelessResize(!0);mxEvent.consume(d)}),Editor.actualSizeLargeImage,mxResources.get("fit"));var g=null,q=null,t=mxUtils.bind(this,function(a){null!=g&&(window.clearTimeout(g),fadeThead=null);null!=q&&(window.clearTimeout(q),fadeThead2=null);g=window.setTimeout(mxUtils.bind(this,function(){mxUtils.setOpacity(this.chromelessToolbar,0);g=null;q=window.setTimeout(mxUtils.bind(this,function(){this.chromelessToolbar.style.display="none";q= +null}),600)}),a||200)}),m=mxUtils.bind(this,function(a){null!=g&&(window.clearTimeout(g),fadeThead=null);null!=q&&(window.clearTimeout(q),fadeThead2=null);this.chromelessToolbar.style.display="";mxUtils.setOpacity(this.chromelessToolbar,a||30)});if("1"==urlParams.layers){this.layersDialog=null;var l=h(mxUtils.bind(this,function(d){if(null!=this.layersDialog)this.layersDialog.parentNode.removeChild(this.layersDialog),this.layersDialog=null;else{this.layersDialog=a.createLayersDialog();mxEvent.addListener(this.layersDialog, +"mouseleave",mxUtils.bind(this,function(){this.layersDialog.parentNode.removeChild(this.layersDialog);this.layersDialog=null}));var c=l.getBoundingClientRect();mxUtils.setPrefixedStyle(this.layersDialog.style,"borderRadius","5px");this.layersDialog.style.position="fixed";this.layersDialog.style.fontFamily="Helvetica,Arial";this.layersDialog.style.backgroundColor="#000000";this.layersDialog.style.width="160px";this.layersDialog.style.padding="4px 2px 4px 2px";this.layersDialog.style.color="#ffffff"; +mxUtils.setOpacity(this.layersDialog,70);this.layersDialog.style.left=c.left+"px";this.layersDialog.style.bottom=parseInt(this.chromelessToolbar.style.bottom)+this.chromelessToolbar.offsetHeight+4+"px";c=mxUtils.getCurrentStyle(this.editor.graph.container);this.layersDialog.style.zIndex=c.zIndex;document.body.appendChild(this.layersDialog)}mxEvent.consume(d)}),Editor.layersLargeImage,mxResources.get("layers")),C=a.getModel();C.addListener(mxEvent.CHANGE,function(){l.style.display=1<C.getChildCount(C.root)? "":"none"})}this.addChromelessToolbarItems(h);null==this.editor.editButtonLink&&null==this.editor.editButtonFunc||h(mxUtils.bind(this,function(d){null!=this.editor.editButtonFunc?this.editor.editButtonFunc():"_blank"==this.editor.editButtonLink?this.editor.editAsNew(this.getEditBlankXml()):a.openLink(this.editor.editButtonLink,"editWindow");mxEvent.consume(d)}),Editor.editLargeImage,mxResources.get("edit"));!a.lightbox||"1"!=urlParams.close&&this.container==document.body||h(mxUtils.bind(this,function(a){"1"== -urlParams.close?window.close():(this.destroy(),mxEvent.consume(a))}),Editor.closeLargeImage,mxResources.get("close")+" (Escape)");this.chromelessToolbar.style.display="none";mxUtils.setPrefixedStyle(this.chromelessToolbar.style,"transform","translate(-50%,0)");a.container.appendChild(this.chromelessToolbar);mxEvent.addListener(a.container,mxClient.IS_POINTER?"pointermove":"mousemove",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||(mxEvent.isShiftDown(a)||k(30),t())}));mxEvent.addListener(this.chromelessToolbar, -mxClient.IS_POINTER?"pointermove":"mousemove",function(a){mxEvent.consume(a)});mxEvent.addListener(this.chromelessToolbar,"mouseenter",mxUtils.bind(this,function(a){mxEvent.isShiftDown(a)?t():k(100)}));mxEvent.addListener(this.chromelessToolbar,"mousemove",mxUtils.bind(this,function(a){mxEvent.isShiftDown(a)?t():k(100);mxEvent.consume(a)}));mxEvent.addListener(this.chromelessToolbar,"mouseleave",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||k(30)}));var B=a.getTolerance();a.addMouseListener({startX:0, -startY:0,scrollLeft:0,scrollTop:0,mouseDown:function(d,b){this.startX=b.getGraphX();this.startY=b.getGraphY();this.scrollLeft=a.container.scrollLeft;this.scrollTop=a.container.scrollTop},mouseMove:function(a,d){},mouseUp:function(d,b){mxEvent.isTouchEvent(b.getEvent())&&Math.abs(this.scrollLeft-a.container.scrollLeft)<B&&Math.abs(this.scrollTop-a.container.scrollTop)<B&&Math.abs(this.startX-b.getGraphX())<B&&Math.abs(this.startY-b.getGraphY())<B&&(0<parseFloat(e.chromelessToolbar.style.opacity||0)? -t():k(30))}})}this.editor.editable||this.addChromelessClickHandler()}else if(this.editor.extendCanvas){var l=a.view.validate;a.view.validate=function(){if(null!=this.graph.container&&mxUtils.hasScrollbars(this.graph.container)){var a=this.graph.getPagePadding(),d=this.graph.getPageSize();this.translate.x=a.x-(this.x0||0)*d.width;this.translate.y=a.y-(this.y0||0)*d.height}l.apply(this,arguments)};var y=a.sizeDidChange;a.sizeDidChange=function(){if(null!=this.container&&mxUtils.hasScrollbars(this.container)){var d= -this.getPageLayout(),b=this.getPagePadding(),c=this.getPageSize(),f=Math.ceil(2*b.x+d.width*c.width),g=Math.ceil(2*b.y+d.height*c.height),e=a.minimumGraphSize;if(null==e||e.width!=f||e.height!=g)a.minimumGraphSize=new mxRectangle(0,0,f,g);f=b.x-d.x*c.width;b=b.y-d.y*c.height;this.autoTranslate||this.view.translate.x==f&&this.view.translate.y==b?y.apply(this,arguments):(this.autoTranslate=!0,this.view.x0=d.x,this.view.y0=d.y,d=a.view.translate.x,c=a.view.translate.y,a.view.setTranslate(f,b),a.container.scrollLeft+= -Math.round((f-d)*a.view.scale),a.container.scrollTop+=Math.round((b-c)*a.view.scale),this.autoTranslate=!1)}}}a.updateZoomTimeout=null;a.cumulativeZoomFactor=1;var v=null;a.lazyZoom=function(d){null!=this.updateZoomTimeout&&window.clearTimeout(this.updateZoomTimeout);d?.15>this.view.scale*this.cumulativeZoomFactor?this.cumulativeZoomFactor=(this.view.scale+.01)/this.view.scale:(this.cumulativeZoomFactor*=this.zoomFactor,this.cumulativeZoomFactor=Math.round(this.view.scale*this.cumulativeZoomFactor* +urlParams.close?window.close():(this.destroy(),mxEvent.consume(a))}),Editor.closeLargeImage,mxResources.get("close")+" (Escape)");this.chromelessToolbar.style.display="none";mxUtils.setPrefixedStyle(this.chromelessToolbar.style,"transform","translate(-50%,0)");a.container.appendChild(this.chromelessToolbar);mxEvent.addListener(a.container,mxClient.IS_POINTER?"pointermove":"mousemove",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||(mxEvent.isShiftDown(a)||m(30),t())}));mxEvent.addListener(this.chromelessToolbar, +mxClient.IS_POINTER?"pointermove":"mousemove",function(a){mxEvent.consume(a)});mxEvent.addListener(this.chromelessToolbar,"mouseenter",mxUtils.bind(this,function(a){mxEvent.isShiftDown(a)?t():m(100)}));mxEvent.addListener(this.chromelessToolbar,"mousemove",mxUtils.bind(this,function(a){mxEvent.isShiftDown(a)?t():m(100);mxEvent.consume(a)}));mxEvent.addListener(this.chromelessToolbar,"mouseleave",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||m(30)}));var y=a.getTolerance();a.addMouseListener({startX:0, +startY:0,scrollLeft:0,scrollTop:0,mouseDown:function(d,c){this.startX=c.getGraphX();this.startY=c.getGraphY();this.scrollLeft=a.container.scrollLeft;this.scrollTop=a.container.scrollTop},mouseMove:function(a,d){},mouseUp:function(d,c){mxEvent.isTouchEvent(c.getEvent())&&Math.abs(this.scrollLeft-a.container.scrollLeft)<y&&Math.abs(this.scrollTop-a.container.scrollTop)<y&&Math.abs(this.startX-c.getGraphX())<y&&Math.abs(this.startY-c.getGraphY())<y&&(0<parseFloat(e.chromelessToolbar.style.opacity||0)? +t():m(30))}})}this.editor.editable||this.addChromelessClickHandler()}else if(this.editor.extendCanvas){var k=a.view.validate;a.view.validate=function(){if(null!=this.graph.container&&mxUtils.hasScrollbars(this.graph.container)){var a=this.graph.getPagePadding(),d=this.graph.getPageSize();this.translate.x=a.x-(this.x0||0)*d.width;this.translate.y=a.y-(this.y0||0)*d.height}k.apply(this,arguments)};var w=a.sizeDidChange;a.sizeDidChange=function(){if(null!=this.container&&mxUtils.hasScrollbars(this.container)){var d= +this.getPageLayout(),c=this.getPagePadding(),b=this.getPageSize(),f=Math.ceil(2*c.x+d.width*b.width),g=Math.ceil(2*c.y+d.height*b.height),e=a.minimumGraphSize;if(null==e||e.width!=f||e.height!=g)a.minimumGraphSize=new mxRectangle(0,0,f,g);f=c.x-d.x*b.width;c=c.y-d.y*b.height;this.autoTranslate||this.view.translate.x==f&&this.view.translate.y==c?w.apply(this,arguments):(this.autoTranslate=!0,this.view.x0=d.x,this.view.y0=d.y,d=a.view.translate.x,b=a.view.translate.y,a.view.setTranslate(f,c),a.container.scrollLeft+= +Math.round((f-d)*a.view.scale),a.container.scrollTop+=Math.round((c-b)*a.view.scale),this.autoTranslate=!1)}}}a.updateZoomTimeout=null;a.cumulativeZoomFactor=1;var v=null;a.lazyZoom=function(d){null!=this.updateZoomTimeout&&window.clearTimeout(this.updateZoomTimeout);d?.15>this.view.scale*this.cumulativeZoomFactor?this.cumulativeZoomFactor=(this.view.scale+.01)/this.view.scale:(this.cumulativeZoomFactor*=this.zoomFactor,this.cumulativeZoomFactor=Math.round(this.view.scale*this.cumulativeZoomFactor* 20)/20/this.view.scale):.15>=this.view.scale*this.cumulativeZoomFactor?this.cumulativeZoomFactor=(this.view.scale-.01)/this.view.scale:(this.cumulativeZoomFactor/=this.zoomFactor,this.cumulativeZoomFactor=Math.round(this.view.scale*this.cumulativeZoomFactor*20)/20/this.view.scale);this.cumulativeZoomFactor=Math.max(.01,Math.min(this.view.scale*this.cumulativeZoomFactor,160)/this.view.scale);this.updateZoomTimeout=window.setTimeout(mxUtils.bind(this,function(){var d=mxUtils.getOffset(a.container), b=0,f=0;null!=v&&(b=a.container.offsetWidth/2-v.x+d.x,f=a.container.offsetHeight/2-v.y+d.y);d=this.view.scale;this.zoom(this.cumulativeZoomFactor);this.view.scale!=d&&(null!=c&&e.chromelessResize(!1,null,b*(this.cumulativeZoomFactor-1),f*(this.cumulativeZoomFactor-1)),!mxUtils.hasScrollbars(a.container)||0==b&&0==f||(a.container.scrollLeft-=b*(this.cumulativeZoomFactor-1),a.container.scrollTop-=f*(this.cumulativeZoomFactor-1)));this.cumulativeZoomFactor=1;this.updateZoomTimeout=null}),this.lazyZoomDelay)}; -mxEvent.addMouseWheelListener(mxUtils.bind(this,function(d,b){if((null==this.dialogs||0==this.dialogs.length)&&a.isZoomWheelEvent(d))for(var c=mxEvent.getSource(d);null!=c;){if(c==a.container){v=new mxPoint(mxEvent.getClientX(d),mxEvent.getClientY(d));a.lazyZoom(b);mxEvent.consume(d);break}c=c.parentNode}}))};EditorUi.prototype.addChromelessToolbarItems=function(a){a(mxUtils.bind(this,function(a){this.actions.get("print").funct();mxEvent.consume(a)}),Editor.printLargeImage,mxResources.get("print"))}; +mxEvent.addMouseWheelListener(mxUtils.bind(this,function(d,c){if((null==this.dialogs||0==this.dialogs.length)&&a.isZoomWheelEvent(d))for(var b=mxEvent.getSource(d);null!=b;){if(b==a.container){v=new mxPoint(mxEvent.getClientX(d),mxEvent.getClientY(d));a.lazyZoom(c);mxEvent.consume(d);break}b=b.parentNode}}))};EditorUi.prototype.addChromelessToolbarItems=function(a){a(mxUtils.bind(this,function(a){this.actions.get("print").funct();mxEvent.consume(a)}),Editor.printLargeImage,mxResources.get("print"))}; EditorUi.prototype.createTemporaryGraph=function(a){a=new Graph(document.createElement("div"),null,null,a);a.resetViewOnRootChange=!1;a.setConnectable(!1);a.gridEnabled=!1;a.autoScroll=!1;a.setTooltips(!1);a.setEnabled(!1);a.container.style.visibility="hidden";a.container.style.position="absolute";a.container.style.overflow="hidden";a.container.style.height="1px";a.container.style.width="1px";return a}; EditorUi.prototype.addChromelessClickHandler=function(){var a=urlParams.highlight;null!=a&&0<a.length&&(a="#"+a);this.editor.graph.addClickHandler(a)};EditorUi.prototype.toggleFormatPanel=function(a){this.formatWidth=a||0<this.formatWidth?0:240;this.formatContainer.style.display=a||0<this.formatWidth?"":"none";this.refresh();this.format.refresh();this.fireEvent(new mxEventObject("formatWidthChanged"))}; EditorUi.prototype.lightboxFit=function(a){if(this.isDiagramEmpty())this.editor.graph.view.setScale(1);else{var c=urlParams.border,e=60;null!=c&&(e=parseInt(c));this.editor.graph.maxFitScale=this.lightboxMaxFitScale;this.editor.graph.fit(e,null,null,null,null,null,a);this.editor.graph.maxFitScale=null}};EditorUi.prototype.isDiagramEmpty=function(){var a=this.editor.graph.getModel();return 1==a.getChildCount(a.root)&&0==a.getChildCount(a.getChildAt(a.root,0))}; @@ -2128,19 +2128,19 @@ this.previousFormat=c);null!=this.foldingEnabled&&this.foldingEnabled!=this.ui.e EditorUi.prototype.setBackgroundColor=function(a){this.editor.graph.background=a;this.editor.graph.view.validateBackground();this.fireEvent(new mxEventObject("backgroundColorChanged"))};EditorUi.prototype.setFoldingEnabled=function(a){this.editor.graph.foldingEnabled=a;this.editor.graph.view.revalidate();this.fireEvent(new mxEventObject("foldingEnabledChanged"))}; EditorUi.prototype.setPageFormat=function(a){this.editor.graph.pageFormat=a;this.editor.graph.pageVisible?(this.editor.graph.view.validateBackground(),this.editor.graph.sizeDidChange()):this.actions.get("pageView").funct();this.fireEvent(new mxEventObject("pageFormatChanged"))};EditorUi.prototype.setPageScale=function(a){this.editor.graph.pageScale=a;this.editor.graph.pageVisible?(this.editor.graph.view.validateBackground(),this.editor.graph.sizeDidChange()):this.actions.get("pageView").funct();this.fireEvent(new mxEventObject("pageScaleChanged"))}; EditorUi.prototype.setGridColor=function(a){this.editor.graph.view.gridColor=a;this.editor.graph.view.validateBackground();this.fireEvent(new mxEventObject("gridColorChanged"))}; -EditorUi.prototype.addUndoListener=function(){var a=this.actions.get("undo"),c=this.actions.get("redo"),e=this.editor.undoManager,b=mxUtils.bind(this,function(){a.setEnabled(this.canUndo());c.setEnabled(this.canRedo())});e.addListener(mxEvent.ADD,b);e.addListener(mxEvent.UNDO,b);e.addListener(mxEvent.REDO,b);e.addListener(mxEvent.CLEAR,b);var h=this.editor.graph.cellEditor.startEditing;this.editor.graph.cellEditor.startEditing=function(){h.apply(this,arguments);b()};var n=this.editor.graph.cellEditor.stopEditing; -this.editor.graph.cellEditor.stopEditing=function(a,c){n.apply(this,arguments);b()};b()}; -EditorUi.prototype.updateActionStates=function(){var a=this.editor.graph,c=!a.isSelectionEmpty(),e=!1,b=!1,h=a.getSelectionCells();if(null!=h)for(var n=0;n<h.length;n++){var m=h[n];a.getModel().isEdge(m)&&(b=!0);a.getModel().isVertex(m)&&(e=!0);if(b&&e)break}h="cut copy bold italic underline delete duplicate editStyle editTooltip editLink backgroundColor borderColor edit toFront toBack lockUnlock solid dashed pasteSize dotted fillColor gradientColor shadow fontColor formattedText rounded toggleRounded sharp strokeColor".split(" ");for(n= -0;n<h.length;n++)this.actions.get(h[n]).setEnabled(c);this.actions.get("setAsDefaultStyle").setEnabled(1==a.getSelectionCount());this.actions.get("clearWaypoints").setEnabled(!a.isSelectionEmpty());this.actions.get("copySize").setEnabled(1==a.getSelectionCount());this.actions.get("turn").setEnabled(!a.isSelectionEmpty());this.actions.get("curved").setEnabled(b);this.actions.get("rotation").setEnabled(e);this.actions.get("wordWrap").setEnabled(e);this.actions.get("autosize").setEnabled(e);b=e&&1== +EditorUi.prototype.addUndoListener=function(){var a=this.actions.get("undo"),c=this.actions.get("redo"),e=this.editor.undoManager,b=mxUtils.bind(this,function(){a.setEnabled(this.canUndo());c.setEnabled(this.canRedo())});e.addListener(mxEvent.ADD,b);e.addListener(mxEvent.UNDO,b);e.addListener(mxEvent.REDO,b);e.addListener(mxEvent.CLEAR,b);var h=this.editor.graph.cellEditor.startEditing;this.editor.graph.cellEditor.startEditing=function(){h.apply(this,arguments);b()};var p=this.editor.graph.cellEditor.stopEditing; +this.editor.graph.cellEditor.stopEditing=function(a,c){p.apply(this,arguments);b()};b()}; +EditorUi.prototype.updateActionStates=function(){var a=this.editor.graph,c=!a.isSelectionEmpty(),e=!1,b=!1,h=a.getSelectionCells();if(null!=h)for(var p=0;p<h.length;p++){var n=h[p];a.getModel().isEdge(n)&&(b=!0);a.getModel().isVertex(n)&&(e=!0);if(b&&e)break}h="cut copy bold italic underline delete duplicate editStyle editTooltip editLink backgroundColor borderColor edit toFront toBack lockUnlock solid dashed pasteSize dotted fillColor gradientColor shadow fontColor formattedText rounded toggleRounded sharp strokeColor".split(" ");for(p= +0;p<h.length;p++)this.actions.get(h[p]).setEnabled(c);this.actions.get("setAsDefaultStyle").setEnabled(1==a.getSelectionCount());this.actions.get("clearWaypoints").setEnabled(!a.isSelectionEmpty());this.actions.get("copySize").setEnabled(1==a.getSelectionCount());this.actions.get("turn").setEnabled(!a.isSelectionEmpty());this.actions.get("curved").setEnabled(b);this.actions.get("rotation").setEnabled(e);this.actions.get("wordWrap").setEnabled(e);this.actions.get("autosize").setEnabled(e);b=e&&1== a.getSelectionCount();this.actions.get("group").setEnabled(1<a.getSelectionCount()||b&&!a.isContainer(a.getSelectionCell()));this.actions.get("ungroup").setEnabled(1==a.getSelectionCount()&&(0<a.getModel().getChildCount(a.getSelectionCell())||b&&a.isContainer(a.getSelectionCell())));this.actions.get("removeFromGroup").setEnabled(b&&a.getModel().isVertex(a.getModel().getParent(a.getSelectionCell())));a.view.getState(a.getSelectionCell());this.menus.get("navigation").setEnabled(c||null!=a.view.currentRoot); this.actions.get("collapsible").setEnabled(e&&(a.isContainer(a.getSelectionCell())||0<a.model.getChildCount(a.getSelectionCell())));this.actions.get("home").setEnabled(null!=a.view.currentRoot);this.actions.get("exitGroup").setEnabled(null!=a.view.currentRoot);this.actions.get("enterGroup").setEnabled(1==a.getSelectionCount()&&a.isValidRoot(a.getSelectionCell()));c=1==a.getSelectionCount()&&a.isCellFoldable(a.getSelectionCell());this.actions.get("expand").setEnabled(c);this.actions.get("collapse").setEnabled(c); this.actions.get("editLink").setEnabled(1==a.getSelectionCount());this.actions.get("openLink").setEnabled(1==a.getSelectionCount()&&null!=a.getLinkForCell(a.getSelectionCell()));this.actions.get("guides").setEnabled(a.isEnabled());this.actions.get("grid").setEnabled(!this.editor.chromeless||this.editor.editable);c=a.isEnabled()&&!a.isCellLocked(a.getDefaultParent());this.menus.get("layout").setEnabled(c);this.menus.get("insert").setEnabled(c);this.menus.get("direction").setEnabled(c&&e);this.menus.get("align").setEnabled(c&& e&&1<a.getSelectionCount());this.menus.get("distribute").setEnabled(c&&e&&1<a.getSelectionCount());this.actions.get("selectVertices").setEnabled(c);this.actions.get("selectEdges").setEnabled(c);this.actions.get("selectAll").setEnabled(c);this.actions.get("selectNone").setEnabled(c);this.updatePasteActionStates()}; EditorUi.prototype.refresh=function(a){a=null!=a?a:!0;var c=mxClient.IS_IE&&(null==document.documentMode||5==document.documentMode),e=this.container.clientWidth,b=this.container.clientHeight;this.container==document.body&&(e=document.body.clientWidth||document.documentElement.clientWidth,b=c?document.body.clientHeight||document.documentElement.clientHeight:document.documentElement.clientHeight);var h=0;mxClient.IS_IOS&&!window.navigator.standalone&&window.innerHeight!=document.documentElement.clientHeight&& -(h=document.documentElement.clientHeight-window.innerHeight,window.scrollTo(0,0));var n=Math.max(0,Math.min(this.hsplitPosition,e-this.splitSize-20)),m=0;null!=this.menubar&&(this.menubarContainer.style.height=this.menubarHeight+"px",m+=this.menubarHeight);null!=this.toolbar&&(this.toolbarContainer.style.top=this.menubarHeight+"px",this.toolbarContainer.style.height=this.toolbarHeight+"px",m+=this.toolbarHeight);0<m&&!mxClient.IS_QUIRKS&&(m+=1);var r=0;if(null!=this.sidebarFooterContainer){var u= -this.footerHeight+h,r=Math.max(0,Math.min(b-m-u,this.sidebarFooterHeight));this.sidebarFooterContainer.style.width=n+"px";this.sidebarFooterContainer.style.height=r+"px";this.sidebarFooterContainer.style.bottom=u+"px"}u=null!=this.format?this.formatWidth:0;this.sidebarContainer.style.top=m+"px";this.sidebarContainer.style.width=n+"px";this.formatContainer.style.top=m+"px";this.formatContainer.style.width=u+"px";this.formatContainer.style.display=null!=this.format?"":"none";this.diagramContainer.style.left= -null!=this.hsplit.parentNode?n+this.splitSize+"px":"0px";this.diagramContainer.style.top=this.sidebarContainer.style.top;this.footerContainer.style.height=this.footerHeight+"px";this.hsplit.style.top=this.sidebarContainer.style.top;this.hsplit.style.bottom=this.footerHeight+h+"px";this.hsplit.style.left=n+"px";null!=this.tabContainer&&(this.tabContainer.style.left=this.diagramContainer.style.left);c?(this.menubarContainer.style.width=e+"px",this.toolbarContainer.style.width=this.menubarContainer.style.width, -c=Math.max(0,b-this.footerHeight-this.menubarHeight-this.toolbarHeight),this.sidebarContainer.style.height=c-r+"px",this.formatContainer.style.height=c+"px",this.diagramContainer.style.width=null!=this.hsplit.parentNode?Math.max(0,e-n-this.splitSize-u)+"px":e+"px",this.footerContainer.style.width=this.menubarContainer.style.width,r=Math.max(0,b-this.footerHeight-this.menubarHeight-this.toolbarHeight),null!=this.tabContainer&&(this.tabContainer.style.width=this.diagramContainer.style.width,this.tabContainer.style.bottom= +(h=document.documentElement.clientHeight-window.innerHeight,window.scrollTo(0,0));var p=Math.max(0,Math.min(this.hsplitPosition,e-this.splitSize-20)),n=0;null!=this.menubar&&(this.menubarContainer.style.height=this.menubarHeight+"px",n+=this.menubarHeight);null!=this.toolbar&&(this.toolbarContainer.style.top=this.menubarHeight+"px",this.toolbarContainer.style.height=this.toolbarHeight+"px",n+=this.toolbarHeight);0<n&&!mxClient.IS_QUIRKS&&(n+=1);var r=0;if(null!=this.sidebarFooterContainer){var u= +this.footerHeight+h,r=Math.max(0,Math.min(b-n-u,this.sidebarFooterHeight));this.sidebarFooterContainer.style.width=p+"px";this.sidebarFooterContainer.style.height=r+"px";this.sidebarFooterContainer.style.bottom=u+"px"}u=null!=this.format?this.formatWidth:0;this.sidebarContainer.style.top=n+"px";this.sidebarContainer.style.width=p+"px";this.formatContainer.style.top=n+"px";this.formatContainer.style.width=u+"px";this.formatContainer.style.display=null!=this.format?"":"none";this.diagramContainer.style.left= +null!=this.hsplit.parentNode?p+this.splitSize+"px":"0px";this.diagramContainer.style.top=this.sidebarContainer.style.top;this.footerContainer.style.height=this.footerHeight+"px";this.hsplit.style.top=this.sidebarContainer.style.top;this.hsplit.style.bottom=this.footerHeight+h+"px";this.hsplit.style.left=p+"px";null!=this.tabContainer&&(this.tabContainer.style.left=this.diagramContainer.style.left);c?(this.menubarContainer.style.width=e+"px",this.toolbarContainer.style.width=this.menubarContainer.style.width, +c=Math.max(0,b-this.footerHeight-this.menubarHeight-this.toolbarHeight),this.sidebarContainer.style.height=c-r+"px",this.formatContainer.style.height=c+"px",this.diagramContainer.style.width=null!=this.hsplit.parentNode?Math.max(0,e-p-this.splitSize-u)+"px":e+"px",this.footerContainer.style.width=this.menubarContainer.style.width,r=Math.max(0,b-this.footerHeight-this.menubarHeight-this.toolbarHeight),null!=this.tabContainer&&(this.tabContainer.style.width=this.diagramContainer.style.width,this.tabContainer.style.bottom= this.footerHeight+h+"px",r-=this.tabContainer.clientHeight),this.diagramContainer.style.height=r+"px",this.hsplit.style.height=r+"px"):(0<this.footerHeight&&(this.footerContainer.style.bottom=h+"px"),this.diagramContainer.style.right=u+"px",e=0,null!=this.tabContainer&&(this.tabContainer.style.bottom=this.footerHeight+h+"px",this.tabContainer.style.right=this.diagramContainer.style.right,e=this.tabContainer.clientHeight),this.sidebarContainer.style.bottom=this.footerHeight+r+h+"px",this.formatContainer.style.bottom= this.footerHeight+h+"px",this.diagramContainer.style.bottom=this.footerHeight+h+e+"px");a&&this.editor.graph.sizeDidChange()};EditorUi.prototype.createTabContainer=function(){return null}; EditorUi.prototype.createDivs=function(){this.menubarContainer=this.createDiv("geMenubarContainer");this.toolbarContainer=this.createDiv("geToolbarContainer");this.sidebarContainer=this.createDiv("geSidebarContainer");this.formatContainer=this.createDiv("geSidebarContainer geFormatContainer");this.diagramContainer=this.createDiv("geDiagramContainer");this.footerContainer=this.createDiv("geFooterContainer");this.hsplit=this.createDiv("geHsplit");this.hsplit.setAttribute("title",mxResources.get("collapseExpand")); @@ -2151,9 +2151,9 @@ this.sidebar=this.editor.chromeless?null:this.createSidebar(this.sidebarContaine this.container.appendChild(this.sidebarFooterContainer);this.container.appendChild(this.diagramContainer);null!=this.container&&null!=this.tabContainer&&this.container.appendChild(this.tabContainer);this.toolbar=this.editor.chromeless?null:this.createToolbar(this.createDiv("geToolbar"));null!=this.toolbar&&(this.toolbarContainer.appendChild(this.toolbar.container),this.container.appendChild(this.toolbarContainer));null!=this.sidebar&&(this.container.appendChild(this.hsplit),this.addSplitHandler(this.hsplit, !0,0,mxUtils.bind(this,function(a){this.hsplitPosition=a;this.refresh()})))};EditorUi.prototype.createStatusContainer=function(){var a=document.createElement("a");a.className="geItem geStatus";420>screen.width&&(a.style.maxWidth=Math.max(20,screen.width-320)+"px",a.style.overflow="hidden");return a};EditorUi.prototype.setStatusText=function(a){this.statusContainer.innerHTML=a};EditorUi.prototype.createToolbar=function(a){return new Toolbar(this,a)}; EditorUi.prototype.createSidebar=function(a){return new Sidebar(this,a)};EditorUi.prototype.createFormat=function(a){return new Format(this,a)};EditorUi.prototype.createFooter=function(){return this.createDiv("geFooter")};EditorUi.prototype.createDiv=function(a){var c=document.createElement("div");c.className=a;return c}; -EditorUi.prototype.addSplitHandler=function(a,c,e,b){function h(a){if(null!=m){var g=new mxPoint(mxEvent.getClientX(a),mxEvent.getClientY(a));b(Math.max(0,r+(c?g.x-m.x:m.y-g.y)-e));mxEvent.consume(a);r!=f()&&(u=!0,d=null)}}function n(a){h(a);m=r=null}var m=null,r=null,u=!0,d=null;mxClient.IS_POINTER&&(a.style.touchAction="none");var f=mxUtils.bind(this,function(){var d=parseInt(c?a.style.left:a.style.bottom);c||(d=d+e-this.footerHeight);return d});mxEvent.addGestureListeners(a,function(a){m=new mxPoint(mxEvent.getClientX(a), -mxEvent.getClientY(a));r=f();u=!1;mxEvent.consume(a)});mxEvent.addListener(a,"click",mxUtils.bind(this,function(a){if(!u&&this.hsplitClickEnabled){var c=null!=d?d-e:0;d=f();b(c);mxEvent.consume(a)}}));mxEvent.addGestureListeners(document,null,h,n);this.destroyFunctions.push(function(){mxEvent.removeGestureListeners(document,null,h,n)})}; -EditorUi.prototype.showDialog=function(a,c,e,b,h,n,m){this.editor.graph.tooltipHandler.hideTooltip();null==this.dialogs&&(this.dialogs=[]);this.dialog=new Dialog(this,a,c,e,b,h,n,m);this.dialogs.push(this.dialog)}; +EditorUi.prototype.addSplitHandler=function(a,c,e,b){function h(a){if(null!=n){var g=new mxPoint(mxEvent.getClientX(a),mxEvent.getClientY(a));b(Math.max(0,r+(c?g.x-n.x:n.y-g.y)-e));mxEvent.consume(a);r!=f()&&(u=!0,d=null)}}function p(a){h(a);n=r=null}var n=null,r=null,u=!0,d=null;mxClient.IS_POINTER&&(a.style.touchAction="none");var f=mxUtils.bind(this,function(){var d=parseInt(c?a.style.left:a.style.bottom);c||(d=d+e-this.footerHeight);return d});mxEvent.addGestureListeners(a,function(a){n=new mxPoint(mxEvent.getClientX(a), +mxEvent.getClientY(a));r=f();u=!1;mxEvent.consume(a)});mxEvent.addListener(a,"click",mxUtils.bind(this,function(a){if(!u&&this.hsplitClickEnabled){var c=null!=d?d-e:0;d=f();b(c);mxEvent.consume(a)}}));mxEvent.addGestureListeners(document,null,h,p);this.destroyFunctions.push(function(){mxEvent.removeGestureListeners(document,null,h,p)})}; +EditorUi.prototype.showDialog=function(a,c,e,b,h,p,n){this.editor.graph.tooltipHandler.hideTooltip();null==this.dialogs&&(this.dialogs=[]);this.dialog=new Dialog(this,a,c,e,b,h,p,n);this.dialogs.push(this.dialog)}; EditorUi.prototype.hideDialog=function(a){null!=this.dialogs&&0<this.dialogs.length&&(this.dialogs.pop().close(a),this.dialog=0<this.dialogs.length?this.dialogs[this.dialogs.length-1]:null,null==this.dialog&&"hidden"!=this.editor.graph.container.style.visibility&&this.editor.graph.container.focus(),mxUtils.clearSelection(),this.editor.fireEvent(new mxEventObject("hideDialog")))}; EditorUi.prototype.pickColor=function(a,c){var e=this.editor.graph,b=e.cellEditor.saveSelection(),h=new ColorDialog(this,a||"none",function(a){e.cellEditor.restoreSelection(b);c(a)},function(){e.cellEditor.restoreSelection(b)});this.showDialog(h.container,230,430,!0,!1);h.init()}; EditorUi.prototype.openFile=function(){window.openFile=new OpenFile(mxUtils.bind(this,function(a){this.hideDialog(a)}));this.showDialog((new OpenDialog(this)).container,Editor.useLocalStorage?640:320,Editor.useLocalStorage?480:220,!0,!0,function(){window.openFile=null})}; @@ -2163,18 +2163,18 @@ EditorUi.prototype.extractGraphModelFromEvent=function(a){var c=null,e=null;null EditorUi.prototype.save=function(a){if(null!=a){this.editor.graph.isEditing()&&this.editor.graph.stopEditing();var c=mxUtils.getXml(this.editor.getGraphXml());try{if(Editor.useLocalStorage){if(null!=localStorage.getItem(a)&&!mxUtils.confirm(mxResources.get("replaceIt",[a])))return;localStorage.setItem(a,c);this.editor.setStatus(mxUtils.htmlEntities(mxResources.get("saved"))+" "+new Date)}else if(c.length<MAX_REQUEST_SIZE)(new mxXmlRequest(SAVE_URL,"filename="+encodeURIComponent(a)+"&xml="+encodeURIComponent(c))).simulate(document, "_blank");else{mxUtils.alert(mxResources.get("drawingTooLarge"));mxUtils.popup(c);return}this.editor.setModified(!1);this.editor.setFilename(a);this.updateDocumentTitle()}catch(e){this.editor.setStatus(mxUtils.htmlEntities(mxResources.get("errorSavingFile")))}}}; EditorUi.prototype.executeLayout=function(a,c,e){var b=this.editor.graph;if(b.isEnabled()){b.getModel().beginUpdate();try{a()}catch(h){throw h;}finally{this.allowAnimation&&c&&0>navigator.userAgent.indexOf("Camino")?(a=new mxMorphing(b),a.addListener(mxEvent.DONE,mxUtils.bind(this,function(){b.getModel().endUpdate();null!=e&&e()})),a.startAnimation()):(b.getModel().endUpdate(),null!=e&&e())}}}; -EditorUi.prototype.showImageDialog=function(a,c,e,b){b=this.editor.graph.cellEditor;var h=b.saveSelection(),n=mxUtils.prompt(a,c);b.restoreSelection(h);if(null!=n&&0<n.length){var m=new Image;m.onload=function(){e(n,m.width,m.height)};m.onerror=function(){e(null);mxUtils.alert(mxResources.get("fileNotFound"))};m.src=n}else e(null)};EditorUi.prototype.showLinkDialog=function(a,c,e){a=new LinkDialog(this,a,c,e);this.showDialog(a.container,420,90,!0,!0);a.init()}; +EditorUi.prototype.showImageDialog=function(a,c,e,b){b=this.editor.graph.cellEditor;var h=b.saveSelection(),p=mxUtils.prompt(a,c);b.restoreSelection(h);if(null!=p&&0<p.length){var n=new Image;n.onload=function(){e(p,n.width,n.height)};n.onerror=function(){e(null);mxUtils.alert(mxResources.get("fileNotFound"))};n.src=p}else e(null)};EditorUi.prototype.showLinkDialog=function(a,c,e){a=new LinkDialog(this,a,c,e);this.showDialog(a.container,420,90,!0,!0);a.init()}; EditorUi.prototype.showDataDialog=function(a){null!=a&&(a=new EditDataDialog(this,a),this.showDialog(a.container,340,340,!0,!1,null,!1),a.init())}; EditorUi.prototype.showBackgroundImageDialog=function(a){a=null!=a?a:mxUtils.bind(this,function(a){a=new ChangePageSetup(this,null,a);a.ignoreColor=!0;this.editor.graph.model.execute(a)});var c=mxUtils.prompt(mxResources.get("backgroundImage"),"");if(null!=c&&0<c.length){var e=new Image;e.onload=function(){a(new mxImage(c,e.width,e.height))};e.onerror=function(){a(null);mxUtils.alert(mxResources.get("fileNotFound"))};e.src=c}else a(null)}; EditorUi.prototype.setBackgroundImage=function(a){this.editor.graph.setBackgroundImage(a);this.editor.graph.view.validateBackgroundImage();this.fireEvent(new mxEventObject("backgroundImageChanged"))};EditorUi.prototype.confirm=function(a,c,e){mxUtils.confirm(a)?null!=c&&c():null!=e&&e()}; EditorUi.prototype.createOutline=function(a){var c=new mxOutline(this.editor.graph);c.border=20;mxEvent.addListener(window,"resize",function(){c.update()});this.addListener("pageFormatChanged",function(){c.update()});return c}; -EditorUi.prototype.createKeyHandler=function(a){function c(a,d,c){m.push(function(){if(!b.isSelectionEmpty()&&b.isEnabled())if(d=null!=d?d:1,c){b.getModel().beginUpdate();try{for(var f=b.getSelectionCells(),g=0;g<f.length;g++)if(b.getModel().isVertex(f[g])&&b.isCellResizable(f[g])){var e=b.getCellGeometry(f[g]);null!=e&&(e=e.clone(),37==a?e.width=Math.max(0,e.width-d):38==a?e.height=Math.max(0,e.height-d):39==a?e.width+=d:40==a&&(e.height+=d),b.getModel().setGeometry(f[g],e))}}finally{b.getModel().endUpdate()}}else f= +EditorUi.prototype.createKeyHandler=function(a){function c(a,d,c){n.push(function(){if(!b.isSelectionEmpty()&&b.isEnabled())if(d=null!=d?d:1,c){b.getModel().beginUpdate();try{for(var f=b.getSelectionCells(),g=0;g<f.length;g++)if(b.getModel().isVertex(f[g])&&b.isCellResizable(f[g])){var e=b.getCellGeometry(f[g]);null!=e&&(e=e.clone(),37==a?e.width=Math.max(0,e.width-d):38==a?e.height=Math.max(0,e.height-d):39==a?e.width+=d:40==a&&(e.height+=d),b.getModel().setGeometry(f[g],e))}}finally{b.getModel().endUpdate()}}else f= b.getSelectionCell(),g=b.model.getParent(f),e=null,1==b.getSelectionCount()&&b.model.isVertex(f)&&null!=b.layoutManager&&!b.isCellLocked(f)&&(e=b.layoutManager.getLayout(g)),null!=e&&e.constructor==mxStackLayout?(e=g.getIndex(f),37==a||38==a?b.model.add(g,f,Math.max(0,e-1)):39!=a&&40!=a||b.model.add(g,f,Math.min(b.model.getChildCount(g),e+1))):(g=f=0,37==a?f=-d:38==a?g=-d:39==a?f=d:40==a&&(g=d),b.moveCells(b.getMovableCells(b.getSelectionCells()),f,g))});null!=r&&window.clearTimeout(r);r=window.setTimeout(function(){if(0< -m.length){b.getModel().beginUpdate();try{for(var a=0;a<m.length;a++)m[a]();m=[]}finally{b.getModel().endUpdate()}b.scrollCellToVisible(b.getSelectionCell())}},200)}var e=this,b=this.editor.graph,h=new mxKeyHandler(b),n=h.isEventIgnored;h.isEventIgnored=function(a){return(!this.isControlDown(a)||mxEvent.isShiftDown(a)||90!=a.keyCode&&89!=a.keyCode&&188!=a.keyCode&&190!=a.keyCode&&85!=a.keyCode)&&(66!=a.keyCode&&73!=a.keyCode||!this.isControlDown(a)||this.graph.cellEditor.isContentEditing()&&!mxClient.IS_FF&& -!mxClient.IS_SF)&&n.apply(this,arguments)};h.isEnabledForEvent=function(a){return!mxEvent.isConsumed(a)&&this.isGraphEvent(a)&&this.isEnabled()&&(null==e.dialogs||0==e.dialogs.length)};h.isControlDown=function(a){return mxEvent.isControlDown(a)||mxClient.IS_MAC&&a.metaKey};var m=[],r=null,u={37:mxConstants.DIRECTION_WEST,38:mxConstants.DIRECTION_NORTH,39:mxConstants.DIRECTION_EAST,40:mxConstants.DIRECTION_SOUTH},d=h.getFunction,f={67:this.actions.get("clearWaypoints"),65:this.actions.get("connectionArrows"), +n.length){b.getModel().beginUpdate();try{for(var a=0;a<n.length;a++)n[a]();n=[]}finally{b.getModel().endUpdate()}b.scrollCellToVisible(b.getSelectionCell())}},200)}var e=this,b=this.editor.graph,h=new mxKeyHandler(b),p=h.isEventIgnored;h.isEventIgnored=function(a){return(!this.isControlDown(a)||mxEvent.isShiftDown(a)||90!=a.keyCode&&89!=a.keyCode&&188!=a.keyCode&&190!=a.keyCode&&85!=a.keyCode)&&(66!=a.keyCode&&73!=a.keyCode||!this.isControlDown(a)||this.graph.cellEditor.isContentEditing()&&!mxClient.IS_FF&& +!mxClient.IS_SF)&&p.apply(this,arguments)};h.isEnabledForEvent=function(a){return!mxEvent.isConsumed(a)&&this.isGraphEvent(a)&&this.isEnabled()&&(null==e.dialogs||0==e.dialogs.length)};h.isControlDown=function(a){return mxEvent.isControlDown(a)||mxClient.IS_MAC&&a.metaKey};var n=[],r=null,u={37:mxConstants.DIRECTION_WEST,38:mxConstants.DIRECTION_NORTH,39:mxConstants.DIRECTION_EAST,40:mxConstants.DIRECTION_SOUTH},d=h.getFunction,f={67:this.actions.get("clearWaypoints"),65:this.actions.get("connectionArrows"), 76:this.actions.get("editLink"),80:this.actions.get("connectionPoints"),84:this.actions.get("editTooltip"),86:this.actions.get("pasteSize"),88:this.actions.get("copySize")};mxKeyHandler.prototype.getFunction=function(a){if(b.isEnabled()){if(mxEvent.isShiftDown(a)&&mxEvent.isAltDown(a)){var g=f[a.keyCode];if(null!=g)return g.funct}if(9==a.keyCode&&mxEvent.isAltDown(a))return mxEvent.isShiftDown(a)?function(){b.selectParentCell()}:function(){b.selectChildCell()};if(null!=u[a.keyCode]&&!b.isSelectionEmpty())if(mxEvent.isShiftDown(a)&& mxEvent.isAltDown(a)){if(b.model.isVertex(b.getSelectionCell()))return function(){var d=b.connectVertex(b.getSelectionCell(),u[a.keyCode],b.defaultEdgeLength,a,!0);null!=d&&0<d.length&&(1==d.length&&b.model.isEdge(d[0])?b.setSelectionCell(b.model.getTerminal(d[0],!1)):b.setSelectionCell(d[d.length-1]),b.scrollCellToVisible(b.getSelectionCell()),null!=e.hoverIcons&&e.hoverIcons.update(b.view.getState(b.getSelectionCell())))}}else return this.isControlDown(a)?function(){c(a.keyCode,mxEvent.isShiftDown(a)? -b.gridSize:null,!0)}:function(){c(a.keyCode,mxEvent.isShiftDown(a)?b.gridSize:null)}}return d.apply(this,arguments)};h.bindAction=mxUtils.bind(this,function(a,d,b,c){var f=this.actions.get(b);null!=f&&(b=function(){f.isEnabled()&&f.funct()},d?c?h.bindControlShiftKey(a,b):h.bindControlKey(a,b):c?h.bindShiftKey(a,b):h.bindKey(a,b))});var g=h.escape;h.escape=function(a){g.apply(this,arguments)};h.enter=function(){};h.bindControlShiftKey(36,function(){b.exitGroup()});h.bindControlShiftKey(35,function(){b.enterGroup()}); +b.gridSize:null,!0)}:function(){c(a.keyCode,mxEvent.isShiftDown(a)?b.gridSize:null)}}return d.apply(this,arguments)};h.bindAction=mxUtils.bind(this,function(a,d,c,b){var f=this.actions.get(c);null!=f&&(c=function(){f.isEnabled()&&f.funct()},d?b?h.bindControlShiftKey(a,c):h.bindControlKey(a,c):b?h.bindShiftKey(a,c):h.bindKey(a,c))});var g=h.escape;h.escape=function(a){g.apply(this,arguments)};h.enter=function(){};h.bindControlShiftKey(36,function(){b.exitGroup()});h.bindControlShiftKey(35,function(){b.enterGroup()}); h.bindKey(36,function(){b.home()});h.bindKey(35,function(){b.refresh()});h.bindAction(107,!0,"zoomIn");h.bindAction(109,!0,"zoomOut");h.bindAction(80,!0,"print");h.bindAction(79,!0,"outline",!0);h.bindAction(112,!1,"about");if(!this.editor.chromeless||this.editor.editable)h.bindControlKey(36,function(){b.isEnabled()&&b.foldCells(!0)}),h.bindControlKey(35,function(){b.isEnabled()&&b.foldCells(!1)}),h.bindControlKey(13,function(){b.isEnabled()&&b.setSelectionCells(b.duplicateCells(b.getSelectionCells(), !1))}),h.bindAction(8,!1,"delete"),h.bindAction(8,!0,"deleteAll"),h.bindAction(46,!1,"delete"),h.bindAction(46,!0,"deleteAll"),h.bindAction(72,!0,"resetView"),h.bindAction(72,!0,"fitWindow",!0),h.bindAction(74,!0,"fitPage"),h.bindAction(74,!0,"fitTwoPages",!0),h.bindAction(48,!0,"customZoom"),h.bindAction(82,!0,"turn"),h.bindAction(82,!0,"clearDefaultStyle",!0),h.bindAction(83,!0,"save"),h.bindAction(83,!0,"saveAs",!0),h.bindAction(65,!0,"selectAll"),h.bindAction(65,!0,"selectNone",!0),h.bindAction(73, !0,"selectVertices",!0),h.bindAction(69,!0,"selectEdges",!0),h.bindAction(69,!0,"editStyle"),h.bindAction(66,!0,"bold"),h.bindAction(66,!0,"toBack",!0),h.bindAction(70,!0,"toFront",!0),h.bindAction(68,!0,"duplicate"),h.bindAction(68,!0,"setAsDefaultStyle",!0),h.bindAction(90,!0,"undo"),h.bindAction(89,!0,"autosize",!0),h.bindAction(88,!0,"cut"),h.bindAction(67,!0,"copy"),h.bindAction(86,!0,"paste"),h.bindAction(71,!0,"group"),h.bindAction(77,!0,"editData"),h.bindAction(71,!0,"grid",!0),h.bindAction(73, @@ -2185,78 +2185,78 @@ EditorUi.prototype.destroy=function(){null!=this.editor&&(this.editor.destroy(), (function(){try{if(null!=navigator&&null!=navigator.language){var a=navigator.language.toLowerCase();mxGraph.prototype.pageFormat="en-us"===a||"en-ca"===a||"es-mx"===a?mxConstants.PAGE_FORMAT_LETTER_PORTRAIT:mxConstants.PAGE_FORMAT_A4_PORTRAIT}}catch(c){}})();mxText.prototype.baseSpacingTop=5;mxText.prototype.baseSpacingBottom=1;mxGraphModel.prototype.ignoreRelativeEdgeParent=!1; mxGraphView.prototype.gridImage=mxClient.IS_SVG?"data:image/gif;base64,R0lGODlhCgAKAJEAAAAAAP///8zMzP///yH5BAEAAAMALAAAAAAKAAoAAAIJ1I6py+0Po2wFADs=":IMAGE_PATH+"/grid.gif";mxGraphView.prototype.gridSteps=4;mxGraphView.prototype.minGridSize=4;mxGraphView.prototype.gridColor="#e0e0e0";mxSvgCanvas2D.prototype.foAltText="[Not supported by viewer]"; Graph=function(a,c,e,b,h){mxGraph.call(this,a,c,e,b);this.themes=h||this.defaultThemes;this.currentEdgeStyle=mxUtils.clone(this.defaultEdgeStyle);this.currentVertexStyle=mxUtils.clone(this.defaultVertexStyle);a=this.baseUrl;c=a.indexOf("//");this.domainPathUrl=this.domainUrl="";0<c&&(c=a.indexOf("/",c+2),0<c&&(this.domainUrl=a.substring(0,c)),c=a.lastIndexOf("/"),0<c&&(this.domainPathUrl=a.substring(0,c+1)));this.isHtmlLabel=function(a){var d=this.view.getState(a);a=null!=d?d.style:this.getCellStyle(a); -return"1"==a.html||"wrap"==a[mxConstants.STYLE_WHITE_SPACE]};if(this.edgeMode){var n=null,m=null,r=null,u=null,d=!1;this.addListener(mxEvent.FIRE_MOUSE_EVENT,mxUtils.bind(this,function(a,b){if("mouseDown"==b.getProperty("eventName")&&this.isEnabled()){var c=b.getProperty("event");if(!mxEvent.isControlDown(c.getEvent())&&!mxEvent.isShiftDown(c.getEvent())){var f=c.getState();null!=f&&this.model.isEdge(f.cell)&&(n=new mxPoint(c.getGraphX(),c.getGraphY()),d=this.isCellSelected(f.cell),r=f,m=c,null!= -f.text&&null!=f.text.boundingBox&&mxUtils.contains(f.text.boundingBox,c.getGraphX(),c.getGraphY())?u=mxEvent.LABEL_HANDLE:(f=this.selectionCellsHandler.getHandler(f.cell),null!=f&&null!=f.bends&&0<f.bends.length&&(u=f.getHandleForEvent(c))))}}}));this.addMouseListener({mouseDown:function(a,d){},mouseMove:mxUtils.bind(this,function(a,b){var c=this.selectionCellsHandler.handlers.map,f;for(f in c)if(null!=c[f].index)return;if(this.isEnabled()&&!this.panningHandler.isActive()&&!mxEvent.isControlDown(b.getEvent())&& -!mxEvent.isShiftDown(b.getEvent())&&!mxEvent.isAltDown(b.getEvent()))if(f=this.tolerance,null!=n&&null!=r&&null!=m){if(c=r,Math.abs(n.x-b.getGraphX())>f||Math.abs(n.y-b.getGraphY())>f){this.isCellSelected(c.cell)||this.setSelectionCell(c.cell);var g=this.selectionCellsHandler.getHandler(c.cell);if(null!=g&&null!=g.bends&&0<g.bends.length){var e=g.getHandleForEvent(m),l=this.view.getEdgeStyle(c);f=l==mxEdgeStyle.EntityRelation;d||u!=mxEvent.LABEL_HANDLE||(e=u);if(f&&0!=e&&e!=g.bends.length-1&&e!=mxEvent.LABEL_HANDLE)!f|| -null==c.visibleSourceState&&null==c.visibleTargetState||(this.graphHandler.reset(),b.consume());else if(e==mxEvent.LABEL_HANDLE||0==e||null!=c.visibleSourceState||e==g.bends.length-1||null!=c.visibleTargetState)f||e==mxEvent.LABEL_HANDLE||(f=c.absolutePoints,null!=f&&(null==l&&null==e||l==mxEdgeStyle.OrthConnector)&&(e=u,null==e&&(e=new mxRectangle(n.x,n.y),e.grow(mxEdgeHandler.prototype.handleImage.width/2),mxUtils.contains(e,f[0].x,f[0].y)?e=0:mxUtils.contains(e,f[f.length-1].x,f[f.length-1].y)? -e=g.bends.length-1:null!=l&&(2==f.length||3==f.length&&(0==Math.round(f[0].x-f[1].x)&&0==Math.round(f[1].x-f[2].x)||0==Math.round(f[0].y-f[1].y)&&0==Math.round(f[1].y-f[2].y)))?e=2:(e=mxUtils.findNearestSegment(c,n.x,n.y),e=null==l?mxEvent.VIRTUAL_HANDLE-e:e+1))),null==e&&(e=mxEvent.VIRTUAL_HANDLE)),g.start(b.getGraphX(),b.getGraphX(),e),u=n=m=r=null,d=!1,b.consume(),this.graphHandler.reset()}}}else if(c=b.getState(),null!=c&&this.model.isEdge(c.cell)){g=null;f=c.absolutePoints;if(null!=f)if(e=new mxRectangle(b.getGraphX(), -b.getGraphY()),e.grow(mxEdgeHandler.prototype.handleImage.width/2),null!=c.text&&null!=c.text.boundingBox&&mxUtils.contains(c.text.boundingBox,b.getGraphX(),b.getGraphY()))g="move";else if(mxUtils.contains(e,f[0].x,f[0].y)||mxUtils.contains(e,f[f.length-1].x,f[f.length-1].y))g="pointer";else if(null!=c.visibleSourceState||null!=c.visibleTargetState)l=this.view.getEdgeStyle(c),g="crosshair",l!=mxEdgeStyle.EntityRelation&&this.isOrthogonal(c)&&(l=mxUtils.findNearestSegment(c,b.getGraphX(),b.getGraphY()), -l<f.length-1&&0<=l&&(g=0==Math.round(f[l].x-f[l+1].x)?"col-resize":"row-resize"));null!=g&&c.setCursor(g)}}),mouseUp:mxUtils.bind(this,function(a,d){u=n=m=r=null})})}this.cellRenderer.getLabelValue=function(a){var d=mxCellRenderer.prototype.getLabelValue.apply(this,arguments);a.view.graph.isHtmlLabel(a.cell)&&(d=1!=a.style.html?mxUtils.htmlEntities(d,!1):a.view.graph.sanitizeHtml(d));return d};if("undefined"!==typeof mxVertexHandler){this.setConnectable(!0);this.setDropEnabled(!0);this.setPanning(!0); +return"1"==a.html||"wrap"==a[mxConstants.STYLE_WHITE_SPACE]};if(this.edgeMode){var p=null,n=null,r=null,u=null,d=!1;this.addListener(mxEvent.FIRE_MOUSE_EVENT,mxUtils.bind(this,function(a,c){if("mouseDown"==c.getProperty("eventName")&&this.isEnabled()){var b=c.getProperty("event");if(!mxEvent.isControlDown(b.getEvent())&&!mxEvent.isShiftDown(b.getEvent())){var f=b.getState();null!=f&&this.model.isEdge(f.cell)&&(p=new mxPoint(b.getGraphX(),b.getGraphY()),d=this.isCellSelected(f.cell),r=f,n=b,null!= +f.text&&null!=f.text.boundingBox&&mxUtils.contains(f.text.boundingBox,b.getGraphX(),b.getGraphY())?u=mxEvent.LABEL_HANDLE:(f=this.selectionCellsHandler.getHandler(f.cell),null!=f&&null!=f.bends&&0<f.bends.length&&(u=f.getHandleForEvent(b))))}}}));this.addMouseListener({mouseDown:function(a,d){},mouseMove:mxUtils.bind(this,function(a,c){var b=this.selectionCellsHandler.handlers.map,f;for(f in b)if(null!=b[f].index)return;if(this.isEnabled()&&!this.panningHandler.isActive()&&!mxEvent.isControlDown(c.getEvent())&& +!mxEvent.isShiftDown(c.getEvent())&&!mxEvent.isAltDown(c.getEvent()))if(f=this.tolerance,null!=p&&null!=r&&null!=n){if(b=r,Math.abs(p.x-c.getGraphX())>f||Math.abs(p.y-c.getGraphY())>f){this.isCellSelected(b.cell)||this.setSelectionCell(b.cell);var g=this.selectionCellsHandler.getHandler(b.cell);if(null!=g&&null!=g.bends&&0<g.bends.length){var e=g.getHandleForEvent(n),k=this.view.getEdgeStyle(b);f=k==mxEdgeStyle.EntityRelation;d||u!=mxEvent.LABEL_HANDLE||(e=u);if(f&&0!=e&&e!=g.bends.length-1&&e!=mxEvent.LABEL_HANDLE)!f|| +null==b.visibleSourceState&&null==b.visibleTargetState||(this.graphHandler.reset(),c.consume());else if(e==mxEvent.LABEL_HANDLE||0==e||null!=b.visibleSourceState||e==g.bends.length-1||null!=b.visibleTargetState)f||e==mxEvent.LABEL_HANDLE||(f=b.absolutePoints,null!=f&&(null==k&&null==e||k==mxEdgeStyle.OrthConnector)&&(e=u,null==e&&(e=new mxRectangle(p.x,p.y),e.grow(mxEdgeHandler.prototype.handleImage.width/2),mxUtils.contains(e,f[0].x,f[0].y)?e=0:mxUtils.contains(e,f[f.length-1].x,f[f.length-1].y)? +e=g.bends.length-1:null!=k&&(2==f.length||3==f.length&&(0==Math.round(f[0].x-f[1].x)&&0==Math.round(f[1].x-f[2].x)||0==Math.round(f[0].y-f[1].y)&&0==Math.round(f[1].y-f[2].y)))?e=2:(e=mxUtils.findNearestSegment(b,p.x,p.y),e=null==k?mxEvent.VIRTUAL_HANDLE-e:e+1))),null==e&&(e=mxEvent.VIRTUAL_HANDLE)),g.start(c.getGraphX(),c.getGraphX(),e),u=p=n=r=null,d=!1,c.consume(),this.graphHandler.reset()}}}else if(b=c.getState(),null!=b&&this.model.isEdge(b.cell)){g=null;f=b.absolutePoints;if(null!=f)if(e=new mxRectangle(c.getGraphX(), +c.getGraphY()),e.grow(mxEdgeHandler.prototype.handleImage.width/2),null!=b.text&&null!=b.text.boundingBox&&mxUtils.contains(b.text.boundingBox,c.getGraphX(),c.getGraphY()))g="move";else if(mxUtils.contains(e,f[0].x,f[0].y)||mxUtils.contains(e,f[f.length-1].x,f[f.length-1].y))g="pointer";else if(null!=b.visibleSourceState||null!=b.visibleTargetState)k=this.view.getEdgeStyle(b),g="crosshair",k!=mxEdgeStyle.EntityRelation&&this.isOrthogonal(b)&&(k=mxUtils.findNearestSegment(b,c.getGraphX(),c.getGraphY()), +k<f.length-1&&0<=k&&(g=0==Math.round(f[k].x-f[k+1].x)?"col-resize":"row-resize"));null!=g&&b.setCursor(g)}}),mouseUp:mxUtils.bind(this,function(a,d){u=p=n=r=null})})}this.cellRenderer.getLabelValue=function(a){var d=mxCellRenderer.prototype.getLabelValue.apply(this,arguments);a.view.graph.isHtmlLabel(a.cell)&&(d=1!=a.style.html?mxUtils.htmlEntities(d,!1):a.view.graph.sanitizeHtml(d));return d};if("undefined"!==typeof mxVertexHandler){this.setConnectable(!0);this.setDropEnabled(!0);this.setPanning(!0); this.setTooltips(!0);this.setAllowLoops(!0);this.allowAutoPanning=!0;this.constrainChildren=this.resetEdgesOnConnect=!1;this.constrainRelativeChildren=!0;this.graphHandler.scrollOnMove=!1;this.graphHandler.scaleGrid=!0;this.connectionHandler.setCreateTarget(!1);this.connectionHandler.insertBeforeSource=!0;this.connectionHandler.isValidSource=function(a,d){return!1};this.alternateEdgeStyle="vertical";null==b&&this.loadStylesheet();var f=this.graphHandler.getGuideStates;this.graphHandler.getGuideStates= -function(){var a=f.apply(this,arguments);if(this.graph.pageVisible){for(var d=[],b=this.graph.pageFormat,c=this.graph.pageScale,g=b.width*c,b=b.height*c,c=this.graph.view.translate,e=this.graph.view.scale,l=this.graph.getPageLayout(),k=0;k<l.width;k++)d.push(new mxRectangle(((l.x+k)*g+c.x)*e,(l.y*b+c.y)*e,g*e,b*e));for(k=0;k<l.height;k++)d.push(new mxRectangle((l.x*g+c.x)*e,((l.y+k)*b+c.y)*e,g*e,b*e));a=d.concat(a)}return a};mxDragSource.prototype.dragElementZIndex=mxPopupMenu.prototype.zIndex;mxGuide.prototype.getGuideColor= +function(){var a=f.apply(this,arguments);if(this.graph.pageVisible){for(var d=[],b=this.graph.pageFormat,c=this.graph.pageScale,g=b.width*c,b=b.height*c,c=this.graph.view.translate,e=this.graph.view.scale,k=this.graph.getPageLayout(),l=0;l<k.width;l++)d.push(new mxRectangle(((k.x+l)*g+c.x)*e,(k.y*b+c.y)*e,g*e,b*e));for(l=0;l<k.height;l++)d.push(new mxRectangle((k.x*g+c.x)*e,((k.y+l)*b+c.y)*e,g*e,b*e));a=d.concat(a)}return a};mxDragSource.prototype.dragElementZIndex=mxPopupMenu.prototype.zIndex;mxGuide.prototype.getGuideColor= function(a,d){return null==a.cell?"#ffa500":mxConstants.GUIDE_COLOR};this.graphHandler.createPreviewShape=function(a){this.previewColor="#000000"==this.graph.background?"#ffffff":mxGraphHandler.prototype.previewColor;return mxGraphHandler.prototype.createPreviewShape.apply(this,arguments)};this.graphHandler.getCells=function(a){for(var d=mxGraphHandler.prototype.getCells.apply(this,arguments),b=[],c=0;c<d.length;c++){var f=this.graph.view.getState(d[c]),f=null!=f?f.style:this.graph.getCellStyle(d[c]); "1"==mxUtils.getValue(f,"part","0")?(f=this.graph.model.getParent(d[c]),this.graph.model.isVertex(f)&&0>mxUtils.indexOf(d,f)&&b.push(f)):b.push(d[c])}return b};this.connectionHandler.createTargetVertex=function(a,d){var b=this.graph.view.getState(d),b=null!=b?b.style:this.graph.getCellStyle(d);mxUtils.getValue(b,"part",!1)&&(b=this.graph.model.getParent(d),this.graph.model.isVertex(b)&&(d=b));return mxConnectionHandler.prototype.createTargetVertex.apply(this,arguments)};var g=new mxRubberband(this); -this.getRubberband=function(){return g};var p=(new Date).getTime(),t=0,k=this.connectionHandler.mouseMove;this.connectionHandler.mouseMove=function(){var a=this.currentState;k.apply(this,arguments);a!=this.currentState?(p=(new Date).getTime(),t=0):t=(new Date).getTime()-p};var q=this.connectionHandler.isOutlineConnectEvent;this.connectionHandler.isOutlineConnectEvent=function(a){return null!=this.currentState&&a.getState()==this.currentState&&2E3<t||(null==this.currentState||"0"!=mxUtils.getValue(this.currentState.style, -"outlineConnect","1"))&&q.apply(this,arguments)};var x=this.isToggleEvent;this.isToggleEvent=function(a){return x.apply(this,arguments)||mxEvent.isShiftDown(a)};var B=g.isForceRubberbandEvent;g.isForceRubberbandEvent=function(a){return B.apply(this,arguments)||mxUtils.hasScrollbars(this.graph.container)&&mxClient.IS_FF&&mxClient.IS_WIN&&null==a.getState()&&mxEvent.isTouchEvent(a.getEvent())};var l=null;this.panningHandler.addListener(mxEvent.PAN_START,mxUtils.bind(this,function(){this.isEnabled()&& -(l=this.container.style.cursor,this.container.style.cursor="move")}));this.panningHandler.addListener(mxEvent.PAN_END,mxUtils.bind(this,function(){this.isEnabled()&&(this.container.style.cursor=l)}));this.popupMenuHandler.autoExpand=!0;this.popupMenuHandler.isSelectOnPopup=function(a){return mxEvent.isMouseEvent(a.getEvent())};var y=this.click;this.click=function(a){var d=null==a.state&&null!=a.sourceState&&this.isCellLocked(a.sourceState.cell);if(this.isEnabled()&&!d||a.isConsumed())return y.apply(this, +this.getRubberband=function(){return g};var q=(new Date).getTime(),t=0,m=this.connectionHandler.mouseMove;this.connectionHandler.mouseMove=function(){var a=this.currentState;m.apply(this,arguments);a!=this.currentState?(q=(new Date).getTime(),t=0):t=(new Date).getTime()-q};var l=this.connectionHandler.isOutlineConnectEvent;this.connectionHandler.isOutlineConnectEvent=function(a){return null!=this.currentState&&a.getState()==this.currentState&&2E3<t||(null==this.currentState||"0"!=mxUtils.getValue(this.currentState.style, +"outlineConnect","1"))&&l.apply(this,arguments)};var C=this.isToggleEvent;this.isToggleEvent=function(a){return C.apply(this,arguments)||mxEvent.isShiftDown(a)};var y=g.isForceRubberbandEvent;g.isForceRubberbandEvent=function(a){return y.apply(this,arguments)||mxUtils.hasScrollbars(this.graph.container)&&mxClient.IS_FF&&mxClient.IS_WIN&&null==a.getState()&&mxEvent.isTouchEvent(a.getEvent())};var k=null;this.panningHandler.addListener(mxEvent.PAN_START,mxUtils.bind(this,function(){this.isEnabled()&& +(k=this.container.style.cursor,this.container.style.cursor="move")}));this.panningHandler.addListener(mxEvent.PAN_END,mxUtils.bind(this,function(){this.isEnabled()&&(this.container.style.cursor=k)}));this.popupMenuHandler.autoExpand=!0;this.popupMenuHandler.isSelectOnPopup=function(a){return mxEvent.isMouseEvent(a.getEvent())};var w=this.click;this.click=function(a){var d=null==a.state&&null!=a.sourceState&&this.isCellLocked(a.sourceState.cell);if(this.isEnabled()&&!d||a.isConsumed())return w.apply(this, arguments);d=d?a.sourceState.cell:a.getCell();null!=d&&(d=this.getLinkForCell(d),null!=d&&(this.isCustomLink(d)?this.customLinkClicked(d):this.openLink(d)))};this.tooltipHandler.getStateForEvent=function(a){return a.sourceState};this.getCursorForMouseEvent=function(a){var d=null==a.state&&null!=a.sourceState&&this.isCellLocked(a.sourceState.cell);return this.getCursorForCell(d?a.sourceState.cell:a.getCell())};var v=this.getCursorForCell;this.getCursorForCell=function(a){if(!this.isEnabled()||this.isCellLocked(a)){if(null!= -this.getLinkForCell(a))return"pointer";if(this.isCellLocked(a))return"default"}return v.apply(this,arguments)};this.selectRegion=function(a,d){var b=this.getAllCells(a.x,a.y,a.width,a.height);this.selectCellsForEvent(b,d);return b};this.getAllCells=function(a,d,b,c,f,e){e=null!=e?e:[];if(0<b||0<c){var g=this.getModel(),l=a+b,k=d+c;null==f&&(f=this.getCurrentRoot(),null==f&&(f=g.getRoot()));if(null!=f)for(var p=g.getChildCount(f),q=0;q<p;q++){var t=g.getChildAt(f,q),v=this.view.getState(t);if(null!= -v&&this.isCellVisible(t)&&"1"!=mxUtils.getValue(v.style,"locked","0")){var h=mxUtils.getValue(v.style,mxConstants.STYLE_ROTATION)||0;0!=h&&(v=mxUtils.getBoundingBox(v,h));(g.isEdge(t)||g.isVertex(t))&&v.x>=a&&v.y+v.height<=k&&v.y>=d&&v.x+v.width<=l&&e.push(t);this.getAllCells(a,d,b,c,t,e)}}}return e};var A=this.graphHandler.shouldRemoveCellsFromParent;this.graphHandler.shouldRemoveCellsFromParent=function(a,d,b){return this.graph.isCellSelected(a)?!1:A.apply(this,arguments)};this.isCellLocked=function(a){for(a= -this.view.getState(a);null!=a;){if("1"==mxUtils.getValue(a.style,"locked","0"))return!0;a=this.view.getState(this.model.getParent(a.cell))}return!1};var H=null;this.addListener(mxEvent.FIRE_MOUSE_EVENT,mxUtils.bind(this,function(a,d){if("mouseDown"==d.getProperty("eventName")){var b=d.getProperty("event").getState();H=null==b||this.isSelectionEmpty()||this.isCellSelected(b.cell)?null:this.getSelectionCells()}}));this.addListener(mxEvent.TAP_AND_HOLD,mxUtils.bind(this,function(a,d){if(!mxEvent.isMultiTouchEvent(d)){var b= -d.getProperty("event"),c=d.getProperty("cell");null==c?(b=mxUtils.convertPoint(this.container,mxEvent.getClientX(b),mxEvent.getClientY(b)),g.start(b.x,b.y)):null!=H?this.addSelectionCells(H):1<this.getSelectionCount()&&this.isCellSelected(c)&&this.removeSelectionCell(c);H=null;d.consume()}}));this.connectionHandler.selectCells=function(a,d){this.graph.setSelectionCell(d||a)};this.connectionHandler.constraintHandler.isStateIgnored=function(a,d){return d&&a.view.graph.isCellSelected(a.cell)};this.selectionModel.addListener(mxEvent.CHANGE, +this.getLinkForCell(a))return"pointer";if(this.isCellLocked(a))return"default"}return v.apply(this,arguments)};this.selectRegion=function(a,d){var b=this.getAllCells(a.x,a.y,a.width,a.height);this.selectCellsForEvent(b,d);return b};this.getAllCells=function(a,d,b,c,f,g){g=null!=g?g:[];if(0<b||0<c){var e=this.getModel(),k=a+b,l=d+c;null==f&&(f=this.getCurrentRoot(),null==f&&(f=e.getRoot()));if(null!=f)for(var q=e.getChildCount(f),m=0;m<q;m++){var t=e.getChildAt(f,m),v=this.view.getState(t);if(null!= +v&&this.isCellVisible(t)&&"1"!=mxUtils.getValue(v.style,"locked","0")){var h=mxUtils.getValue(v.style,mxConstants.STYLE_ROTATION)||0;0!=h&&(v=mxUtils.getBoundingBox(v,h));(e.isEdge(t)||e.isVertex(t))&&v.x>=a&&v.y+v.height<=l&&v.y>=d&&v.x+v.width<=k&&g.push(t);this.getAllCells(a,d,b,c,t,g)}}}return g};var A=this.graphHandler.shouldRemoveCellsFromParent;this.graphHandler.shouldRemoveCellsFromParent=function(a,d,b){return this.graph.isCellSelected(a)?!1:A.apply(this,arguments)};this.isCellLocked=function(a){for(a= +this.view.getState(a);null!=a;){if("1"==mxUtils.getValue(a.style,"locked","0"))return!0;a=this.view.getState(this.model.getParent(a.cell))}return!1};var J=null;this.addListener(mxEvent.FIRE_MOUSE_EVENT,mxUtils.bind(this,function(a,d){if("mouseDown"==d.getProperty("eventName")){var b=d.getProperty("event").getState();J=null==b||this.isSelectionEmpty()||this.isCellSelected(b.cell)?null:this.getSelectionCells()}}));this.addListener(mxEvent.TAP_AND_HOLD,mxUtils.bind(this,function(a,d){if(!mxEvent.isMultiTouchEvent(d)){var b= +d.getProperty("event"),c=d.getProperty("cell");null==c?(b=mxUtils.convertPoint(this.container,mxEvent.getClientX(b),mxEvent.getClientY(b)),g.start(b.x,b.y)):null!=J?this.addSelectionCells(J):1<this.getSelectionCount()&&this.isCellSelected(c)&&this.removeSelectionCell(c);J=null;d.consume()}}));this.connectionHandler.selectCells=function(a,d){this.graph.setSelectionCell(d||a)};this.connectionHandler.constraintHandler.isStateIgnored=function(a,d){return d&&a.view.graph.isCellSelected(a.cell)};this.selectionModel.addListener(mxEvent.CHANGE, mxUtils.bind(this,function(){var a=this.connectionHandler.constraintHandler;null!=a.currentFocus&&a.isStateIgnored(a.currentFocus,!0)&&(a.currentFocus=null,a.constraints=null,a.destroyIcons());a.destroyFocusHighlight()}));Graph.touchStyle&&this.initTouch();var F=this.updateMouseEvent;this.updateMouseEvent=function(a){a=F.apply(this,arguments);null!=a.state&&this.isCellLocked(a.getCell())&&(a.state=null);return a}}this.currentTranslate=new mxPoint(0,0)}; Graph.touchStyle=mxClient.IS_TOUCH||mxClient.IS_FF&&mxClient.IS_WIN||0<navigator.maxTouchPoints||0<navigator.msMaxTouchPoints||null==window.urlParams||"1"==urlParams.touch;Graph.fileSupport=null!=window.File&&null!=window.FileReader&&null!=window.FileList&&(null==window.urlParams||"0"!=urlParams.filesupport);Graph.lineJumpsEnabled=!0;Graph.defaultJumpSize=6; Graph.createSvgImage=function(a,c,e){e=unescape(encodeURIComponent('<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="'+a+'px" height="'+c+'px" version="1.1">'+e+"</svg>"));return new mxImage("data:image/svg+xml;base64,"+(window.btoa?btoa(e):Base64.encode(e,!0)),a,c)};mxUtils.extend(Graph,mxGraph);Graph.prototype.minFitScale=null;Graph.prototype.maxFitScale=null; Graph.prototype.linkPolicy="frame"==urlParams.target?"blank":urlParams.target||"auto";Graph.prototype.linkTarget="frame"==urlParams.target?"_self":"_blank";Graph.prototype.defaultScrollbars=!mxClient.IS_IOS;Graph.prototype.defaultPageVisible=!0;Graph.prototype.lightbox=!1;Graph.prototype.defaultPageBackgroundColor="#ffffff";Graph.prototype.defaultPageBorderColor="#ffffff";Graph.prototype.defaultGraphBackground="#ffffff";Graph.prototype.scrollTileSize=new mxRectangle(0,0,400,400); Graph.prototype.transparentBackground=!0;Graph.prototype.defaultEdgeLength=80;Graph.prototype.edgeMode=!1;Graph.prototype.connectionArrowsEnabled=!0;Graph.prototype.placeholderPattern=RegExp("%(date{.*}|[^%^{^}]+)%","g");Graph.prototype.absoluteUrlPattern=/^(?:[a-z]+:)?\/\//i;Graph.prototype.defaultThemeName="default";Graph.prototype.defaultThemes={};Graph.prototype.baseUrl=null!=urlParams.base?decodeURIComponent(urlParams.base):(window!=window.top?document.referrer:document.location.toString()).split("#")[0]; Graph.prototype.editAfterInsert=!1; -Graph.prototype.init=function(a){mxGraph.prototype.init.apply(this,arguments);this.cellRenderer.initializeLabel=function(a,e){mxCellRenderer.prototype.initializeLabel.apply(this,arguments);var b=a.view.graph.tolerance,c=!0,n=null,m=mxUtils.bind(this,function(a){c=!0;n=new mxPoint(mxEvent.getClientX(a),mxEvent.getClientY(a))}),r=mxUtils.bind(this,function(a){c=c&&null!=n&&Math.abs(n.x-mxEvent.getClientX(a))<b&&Math.abs(n.y-mxEvent.getClientY(a))<b}),u=mxUtils.bind(this,function(d){if(c)for(var b=mxEvent.getSource(d);null!= -b&&b!=e.node;){if("a"==b.nodeName.toLowerCase()){a.view.graph.labelLinkClicked(a,b,d);break}b=b.parentNode}});mxEvent.addGestureListeners(e.node,m,r,u);mxEvent.addListener(e.node,"click",function(a){mxEvent.consume(a)})};this.initLayoutManager()}; -(function(){Graph.prototype.useCssTransforms=!1;Graph.prototype.currentScale=1;Graph.prototype.currentTranslate=new mxPoint(0,0);Graph.prototype.isCssTransformsSupported=function(){return this.dialect==mxConstants.DIALECT_SVG&&!mxClient.NO_FO};Graph.prototype.getCellAt=function(a,c,e,m,r,u){this.useCssTransforms&&(a=a/this.currentScale-this.currentTranslate.x,c=c/this.currentScale-this.currentTranslate.y);return this.getScaledCellAt.apply(this,arguments)};Graph.prototype.getScaledCellAt=function(a, -c,e,m,r,u){m=null!=m?m:!0;r=null!=r?r:!0;null==e&&(e=this.getCurrentRoot(),null==e&&(e=this.getModel().getRoot()));if(null!=e)for(var d=this.model.getChildCount(e)-1;0<=d;d--){var b=this.model.getChildAt(e,d),g=this.getScaledCellAt(a,c,b,m,r,u);if(null!=g)return g;if(this.isCellVisible(b)&&(r&&this.model.isEdge(b)||m&&this.model.isVertex(b))&&(g=this.view.getState(b),null!=g&&(null==u||!u(g,a,c))&&this.intersects(g,a,c)))return b}return null};mxCellHighlight.prototype.getStrokeWidth=function(a){a= +Graph.prototype.init=function(a){mxGraph.prototype.init.apply(this,arguments);this.cellRenderer.initializeLabel=function(a,e){mxCellRenderer.prototype.initializeLabel.apply(this,arguments);var b=a.view.graph.tolerance,c=!0,p=null,n=mxUtils.bind(this,function(a){c=!0;p=new mxPoint(mxEvent.getClientX(a),mxEvent.getClientY(a))}),r=mxUtils.bind(this,function(a){c=c&&null!=p&&Math.abs(p.x-mxEvent.getClientX(a))<b&&Math.abs(p.y-mxEvent.getClientY(a))<b}),u=mxUtils.bind(this,function(d){if(c)for(var b=mxEvent.getSource(d);null!= +b&&b!=e.node;){if("a"==b.nodeName.toLowerCase()){a.view.graph.labelLinkClicked(a,b,d);break}b=b.parentNode}});mxEvent.addGestureListeners(e.node,n,r,u);mxEvent.addListener(e.node,"click",function(a){mxEvent.consume(a)})};this.initLayoutManager()}; +(function(){Graph.prototype.useCssTransforms=!1;Graph.prototype.currentScale=1;Graph.prototype.currentTranslate=new mxPoint(0,0);Graph.prototype.isCssTransformsSupported=function(){return this.dialect==mxConstants.DIALECT_SVG&&!mxClient.NO_FO};Graph.prototype.getCellAt=function(a,c,e,n,r,u){this.useCssTransforms&&(a=a/this.currentScale-this.currentTranslate.x,c=c/this.currentScale-this.currentTranslate.y);return this.getScaledCellAt.apply(this,arguments)};Graph.prototype.getScaledCellAt=function(a, +c,e,n,r,u){n=null!=n?n:!0;r=null!=r?r:!0;null==e&&(e=this.getCurrentRoot(),null==e&&(e=this.getModel().getRoot()));if(null!=e)for(var d=this.model.getChildCount(e)-1;0<=d;d--){var b=this.model.getChildAt(e,d),g=this.getScaledCellAt(a,c,b,n,r,u);if(null!=g)return g;if(this.isCellVisible(b)&&(r&&this.model.isEdge(b)||n&&this.model.isVertex(b))&&(g=this.view.getState(b),null!=g&&(null==u||!u(g,a,c))&&this.intersects(g,a,c)))return b}return null};mxCellHighlight.prototype.getStrokeWidth=function(a){a= this.strokeWidth;this.graph.useCssTransforms&&(a/=this.graph.currentScale);return a};mxGraphView.prototype.getGraphBounds=function(){var a=this.graphBounds;if(this.graph.useCssTransforms)var c=this.graph.currentTranslate,e=this.graph.currentScale,a=new mxRectangle((a.x+c.x)*e,(a.y+c.y)*e,a.width*e,a.height*e);return a};mxGraphView.prototype.viewStateChanged=function(){this.graph.useCssTransforms?this.validate():this.revalidate();this.graph.sizeDidChange()};var a=mxGraphView.prototype.validate;mxGraphView.prototype.validate= function(b){this.graph.useCssTransforms&&(this.graph.currentScale=this.scale,this.graph.currentTranslate.x=this.translate.x,this.graph.currentTranslate.y=this.translate.y,this.scale=1,this.translate.x=0,this.translate.y=0);a.apply(this,arguments);this.graph.useCssTransforms&&(this.graph.updateCssTransform(),this.scale=this.graph.currentScale,this.translate.x=this.graph.currentTranslate.x,this.translate.y=this.graph.currentTranslate.y)};Graph.prototype.updateCssTransform=function(){var a=this.view.getDrawPane(); -if(null!=a)if(a=a.parentNode,this.useCssTransforms){var c=a.getAttribute("transform");a.setAttribute("transformOrigin","0 0");a.setAttribute("transform","scale("+this.currentScale+","+this.currentScale+")translate("+this.currentTranslate.x+","+this.currentTranslate.y+")");if(c!=a.getAttribute("transform"))try{if(mxClient.IS_EDGE){var e=a.style.display;a.style.display="none";a.getBBox();a.style.display=e}}catch(m){}}else a.removeAttribute("transformOrigin"),a.removeAttribute("transform")};var c=mxGraphView.prototype.validateBackgroundPage; -mxGraphView.prototype.validateBackgroundPage=function(){var a=this.graph.useCssTransforms,e=this.scale,n=this.translate;a&&(this.scale=this.graph.currentScale,this.translate=this.graph.currentTranslate);c.apply(this,arguments);a&&(this.scale=e,this.translate=n)};var e=mxGraph.prototype.updatePageBreaks;mxGraph.prototype.updatePageBreaks=function(a,c,n){var b=this.useCssTransforms,h=this.view.scale,u=this.view.translate;b&&(this.view.scale=1,this.view.translate=new mxPoint(0,0),this.useCssTransforms= +if(null!=a)if(a=a.parentNode,this.useCssTransforms){var c=a.getAttribute("transform");a.setAttribute("transformOrigin","0 0");a.setAttribute("transform","scale("+this.currentScale+","+this.currentScale+")translate("+this.currentTranslate.x+","+this.currentTranslate.y+")");if(c!=a.getAttribute("transform"))try{if(mxClient.IS_EDGE){var e=a.style.display;a.style.display="none";a.getBBox();a.style.display=e}}catch(n){}}else a.removeAttribute("transformOrigin"),a.removeAttribute("transform")};var c=mxGraphView.prototype.validateBackgroundPage; +mxGraphView.prototype.validateBackgroundPage=function(){var a=this.graph.useCssTransforms,e=this.scale,p=this.translate;a&&(this.scale=this.graph.currentScale,this.translate=this.graph.currentTranslate);c.apply(this,arguments);a&&(this.scale=e,this.translate=p)};var e=mxGraph.prototype.updatePageBreaks;mxGraph.prototype.updatePageBreaks=function(a,c,p){var b=this.useCssTransforms,h=this.view.scale,u=this.view.translate;b&&(this.view.scale=1,this.view.translate=new mxPoint(0,0),this.useCssTransforms= !1);e.apply(this,arguments);b&&(this.view.scale=h,this.view.translate=u,this.useCssTransforms=!0)}})();Graph.prototype.isLightboxView=function(){return this.lightbox};Graph.prototype.labelLinkClicked=function(a,c,e){c=c.getAttribute("href");if(null!=c&&!this.isCustomLink(c)&&mxEvent.isLeftMouseButton(e)&&!mxEvent.isPopupTrigger(e)||mxEvent.isTouchEvent(e)){if(!this.isEnabled()||this.isCellLocked(a.cell))a=this.isBlankLink(c)?this.linkTarget:"_top",this.openLink(this.getAbsoluteUrl(c),a);mxEvent.consume(e)}}; Graph.prototype.openLink=function(a,c){var e=window;if("_self"==c&&window!=window.top)window.location.href=a;else if(a.substring(0,this.baseUrl.length)==this.baseUrl&&"#"==a.charAt(this.baseUrl.length)&&"_top"==c&&window==window.top){var b=a.split("#")[1];window.location.hash=="#"+b&&(window.location.hash="");window.location.hash=b}else e=window.open(a,c);return e};Graph.prototype.getLinkTitle=function(a){return a.substring(a.lastIndexOf("/")+1)}; -Graph.prototype.isCustomLink=function(a){return"data:"==a.substring(0,5)};Graph.prototype.customLinkClicked=function(a){console.log("customLinkClicked not implemented")};Graph.prototype.isExternalProtocol=function(a){return"mailto:"===a.substring(0,7)};Graph.prototype.isBlankLink=function(a){return!this.isExternalProtocol(a)&&("blank"===this.linkPolicy||"self"!==this.linkPolicy&&!this.isRelativeUrl(a)&&a.substring(0,this.domainUrl.length)!==this.domainUrl)}; +Graph.prototype.isCustomLink=function(a){return"data:"==a.substring(0,5)};Graph.prototype.customLinkClicked=function(a){return!1};Graph.prototype.isExternalProtocol=function(a){return"mailto:"===a.substring(0,7)};Graph.prototype.isBlankLink=function(a){return!this.isExternalProtocol(a)&&("blank"===this.linkPolicy||"self"!==this.linkPolicy&&!this.isRelativeUrl(a)&&a.substring(0,this.domainUrl.length)!==this.domainUrl)}; Graph.prototype.isRelativeUrl=function(a){return null!=a&&!this.absoluteUrlPattern.test(a)&&"data:"!==a.substring(0,5)&&!this.isExternalProtocol(a)}; Graph.prototype.initLayoutManager=function(){this.layoutManager=new mxLayoutManager(this);this.layoutManager.getLayout=function(a){var c=this.graph.view.getState(a);a=null!=c?c.style:this.graph.getCellStyle(a);return"stackLayout"==a.childLayout?(c=new mxStackLayout(this.graph,!0),c.resizeParentMax="1"==mxUtils.getValue(a,"resizeParentMax","1"),c.horizontal="1"==mxUtils.getValue(a,"horizontalStack","1"),c.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),c.resizeLast="1"==mxUtils.getValue(a, "resizeLast","0"),c.spacing=a.stackSpacing||c.spacing,c.border=a.stackBorder||c.border,c.marginLeft=a.marginLeft||0,c.marginRight=a.marginRight||0,c.marginTop=a.marginTop||0,c.marginBottom=a.marginBottom||0,c.fill=!0,c):"treeLayout"==a.childLayout?(c=new mxCompactTreeLayout(this.graph),c.horizontal="1"==mxUtils.getValue(a,"horizontalTree","1"),c.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),c.groupPadding=mxUtils.getValue(a,"parentPadding",20),c.levelDistance=mxUtils.getValue(a,"treeLevelDistance", 30),c.maintainParentLocation=!0,c.edgeRouting=!1,c.resetEdges=!1,c):"flowLayout"==a.childLayout?(c=new mxHierarchicalLayout(this.graph,mxUtils.getValue(a,"flowOrientation",mxConstants.DIRECTION_EAST)),c.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),c.parentBorder=mxUtils.getValue(a,"parentPadding",20),c.maintainParentLocation=!0,c.intraCellSpacing=mxUtils.getValue(a,"intraCellSpacing",mxHierarchicalLayout.prototype.intraCellSpacing),c.interRankCellSpacing=mxUtils.getValue(a,"interRankCellSpacing", mxHierarchicalLayout.prototype.interRankCellSpacing),c.interHierarchySpacing=mxUtils.getValue(a,"interHierarchySpacing",mxHierarchicalLayout.prototype.interHierarchySpacing),c.parallelEdgeSpacing=mxUtils.getValue(a,"parallelEdgeSpacing",mxHierarchicalLayout.prototype.parallelEdgeSpacing),c):null}};Graph.prototype.getPageSize=function(){return this.pageVisible?new mxRectangle(0,0,this.pageFormat.width*this.pageScale,this.pageFormat.height*this.pageScale):this.scrollTileSize}; -Graph.prototype.getPageLayout=function(){var a=this.getPageSize(),c=this.getGraphBounds();if(0==c.width||0==c.height)return new mxRectangle(0,0,1,1);var e=Math.ceil(c.x/this.view.scale-this.view.translate.x),b=Math.ceil(c.y/this.view.scale-this.view.translate.y),h=Math.floor(e/a.width),n=Math.floor(b/a.height);return new mxRectangle(h,n,Math.ceil((e+Math.floor(c.width/this.view.scale))/a.width)-h,Math.ceil((b+Math.floor(c.height/this.view.scale))/a.height)-n)}; +Graph.prototype.getPageLayout=function(){var a=this.getPageSize(),c=this.getGraphBounds();if(0==c.width||0==c.height)return new mxRectangle(0,0,1,1);var e=Math.ceil(c.x/this.view.scale-this.view.translate.x),b=Math.ceil(c.y/this.view.scale-this.view.translate.y),h=Math.floor(e/a.width),p=Math.floor(b/a.height);return new mxRectangle(h,p,Math.ceil((e+Math.floor(c.width/this.view.scale))/a.width)-h,Math.ceil((b+Math.floor(c.height/this.view.scale))/a.height)-p)}; Graph.prototype.sanitizeHtml=function(a,c){return html_sanitize(a,function(a){return null!=a&&"javascript:"!==a.toString().toLowerCase().substring(0,11)?a:null},function(a){return a})};Graph.prototype.updatePlaceholders=function(){var a=!1,c;for(c in this.model.cells){var e=this.model.cells[c];this.isReplacePlaceholders(e)&&(this.view.invalidate(e,!1,!1),a=!0)}a&&this.view.validate()};Graph.prototype.isReplacePlaceholders=function(a){return null!=a.value&&"object"==typeof a.value&&"1"==a.value.getAttribute("placeholders")}; Graph.prototype.isZoomWheelEvent=function(a){return mxEvent.isAltDown(a)||mxEvent.isMetaDown(a)&&mxClient.IS_MAC||mxEvent.isControlDown(a)&&!mxClient.IS_MAC};Graph.prototype.isTransparentClickEvent=function(a){return mxEvent.isAltDown(a)};Graph.prototype.isIgnoreTerminalEvent=function(a){return mxEvent.isShiftDown(a)&&mxEvent.isControlDown(a)}; Graph.prototype.isSplitTarget=function(a,c,e){return!this.model.isEdge(c[0])&&!mxEvent.isAltDown(e)&&!mxEvent.isShiftDown(e)&&mxGraph.prototype.isSplitTarget.apply(this,arguments)};Graph.prototype.getLabel=function(a){var c=mxGraph.prototype.getLabel.apply(this,arguments);null!=c&&this.isReplacePlaceholders(a)&&null==a.getAttribute("placeholder")&&(c=this.replacePlaceholders(a,c));return c}; Graph.prototype.isLabelMovable=function(a){var c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return!this.isCellLocked(a)&&(this.model.isEdge(a)&&this.edgeLabelsMovable||this.model.isVertex(a)&&(this.vertexLabelsMovable||"1"==mxUtils.getValue(c,"labelMovable","0")))};Graph.prototype.setGridSize=function(a){this.gridSize=a;this.fireEvent(new mxEventObject("gridSizeChanged"))}; Graph.prototype.getGlobalVariable=function(a){var c=null;"date"==a?c=(new Date).toLocaleDateString():"time"==a?c=(new Date).toLocaleTimeString():"timestamp"==a?c=(new Date).toLocaleString():"date{"==a.substring(0,5)&&(a=a.substring(5,a.length-1),c=this.formatDate(new Date,a));return c}; Graph.prototype.formatDate=function(a,c,e){null==this.dateFormatCache&&(this.dateFormatCache={i18n:{dayNames:"Sun Mon Tue Wed Thu Fri Sat Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),monthNames:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec January February March April May June July August September October November December".split(" ")},masks:{"default":"ddd mmm dd yyyy HH:MM:ss",shortDate:"m/d/yy",mediumDate:"mmm d, yyyy",longDate:"mmmm d, yyyy",fullDate:"dddd, mmmm d, yyyy", -shortTime:"h:MM TT",mediumTime:"h:MM:ss TT",longTime:"h:MM:ss TT Z",isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:ss",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'"}});var b=this.dateFormatCache,h=/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,n=/[^-+\dA-Z]/g,m=function(a,d){a=String(a);for(d=d||2;a.length<d;)a="0"+a;return a};1!=arguments.length||"[object String]"!=Object.prototype.toString.call(a)|| -/\d/.test(a)||(c=a,a=void 0);a=a?new Date(a):new Date;if(isNaN(a))throw SyntaxError("invalid date");c=String(b.masks[c]||c||b.masks["default"]);"UTC:"==c.slice(0,4)&&(c=c.slice(4),e=!0);var r=e?"getUTC":"get",u=a[r+"Date"](),d=a[r+"Day"](),f=a[r+"Month"](),g=a[r+"FullYear"](),p=a[r+"Hours"](),t=a[r+"Minutes"](),k=a[r+"Seconds"](),r=a[r+"Milliseconds"](),q=e?0:a.getTimezoneOffset(),x={d:u,dd:m(u),ddd:b.i18n.dayNames[d],dddd:b.i18n.dayNames[d+7],m:f+1,mm:m(f+1),mmm:b.i18n.monthNames[f],mmmm:b.i18n.monthNames[f+ -12],yy:String(g).slice(2),yyyy:g,h:p%12||12,hh:m(p%12||12),H:p,HH:m(p),M:t,MM:m(t),s:k,ss:m(k),l:m(r,3),L:m(99<r?Math.round(r/10):r),t:12>p?"a":"p",tt:12>p?"am":"pm",T:12>p?"A":"P",TT:12>p?"AM":"PM",Z:e?"UTC":(String(a).match(h)||[""]).pop().replace(n,""),o:(0<q?"-":"+")+m(100*Math.floor(Math.abs(q)/60)+Math.abs(q)%60,4),S:["th","st","nd","rd"][3<u%10?0:(10!=u%100-u%10)*u%10]};return c.replace(/d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZ]|"[^"]*"|'[^']*'/g,function(a){return a in x?x[a]:a.slice(1, +shortTime:"h:MM TT",mediumTime:"h:MM:ss TT",longTime:"h:MM:ss TT Z",isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:ss",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'"}});var b=this.dateFormatCache,h=/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,p=/[^-+\dA-Z]/g,n=function(a,d){a=String(a);for(d=d||2;a.length<d;)a="0"+a;return a};1!=arguments.length||"[object String]"!=Object.prototype.toString.call(a)|| +/\d/.test(a)||(c=a,a=void 0);a=a?new Date(a):new Date;if(isNaN(a))throw SyntaxError("invalid date");c=String(b.masks[c]||c||b.masks["default"]);"UTC:"==c.slice(0,4)&&(c=c.slice(4),e=!0);var r=e?"getUTC":"get",u=a[r+"Date"](),d=a[r+"Day"](),f=a[r+"Month"](),g=a[r+"FullYear"](),q=a[r+"Hours"](),t=a[r+"Minutes"](),m=a[r+"Seconds"](),r=a[r+"Milliseconds"](),l=e?0:a.getTimezoneOffset(),C={d:u,dd:n(u),ddd:b.i18n.dayNames[d],dddd:b.i18n.dayNames[d+7],m:f+1,mm:n(f+1),mmm:b.i18n.monthNames[f],mmmm:b.i18n.monthNames[f+ +12],yy:String(g).slice(2),yyyy:g,h:q%12||12,hh:n(q%12||12),H:q,HH:n(q),M:t,MM:n(t),s:m,ss:n(m),l:n(r,3),L:n(99<r?Math.round(r/10):r),t:12>q?"a":"p",tt:12>q?"am":"pm",T:12>q?"A":"P",TT:12>q?"AM":"PM",Z:e?"UTC":(String(a).match(h)||[""]).pop().replace(p,""),o:(0<l?"-":"+")+n(100*Math.floor(Math.abs(l)/60)+Math.abs(l)%60,4),S:["th","st","nd","rd"][3<u%10?0:(10!=u%100-u%10)*u%10]};return c.replace(/d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZ]|"[^"]*"|'[^']*'/g,function(a){return a in C?C[a]:a.slice(1, a.length-1)})}; Graph.prototype.createLayersDialog=function(){var a=document.createElement("div");a.style.position="absolute";for(var c=this.getModel(),e=c.getChildCount(c.root),b=0;b<e;b++)mxUtils.bind(this,function(b){var e=document.createElement("div");e.style.overflow="hidden";e.style.textOverflow="ellipsis";e.style.padding="2px";e.style.whiteSpace="nowrap";var h=document.createElement("input");h.style.display="inline-block";h.setAttribute("type","checkbox");c.isVisible(b)&&(h.setAttribute("checked","checked"), h.defaultChecked=!0);e.appendChild(h);var r=this.convertValueToString(b)||mxResources.get("background")||"Background";e.setAttribute("title",r);mxUtils.write(e,r);a.appendChild(e);mxEvent.addListener(h,"click",function(){null!=h.getAttribute("checked")?h.removeAttribute("checked"):h.setAttribute("checked","checked");c.setVisible(b,h.checked)})})(c.getChildAt(c.root,b));return a}; -Graph.prototype.replacePlaceholders=function(a,c){var e=[];if(null!=c){for(var b=0;match=this.placeholderPattern.exec(c);){var h=match[0];if(2<h.length&&"%label%"!=h&&"%tooltip%"!=h){var n=null;if(match.index>b&&"%"==c.charAt(match.index-1))n=h.substring(1);else{var m=h.substring(1,h.length-1);if(0>m.indexOf("{"))for(var r=a;null==n&&null!=r;)null!=r.value&&"object"==typeof r.value&&(n=r.hasAttribute(m)?null!=r.getAttribute(m)?r.getAttribute(m):"":null),r=this.model.getParent(r);null==n&&(n=this.getGlobalVariable(m))}e.push(c.substring(b, -match.index)+(null!=n?n:h));b=match.index+h.length}}e.push(c.substring(b))}return e.join("")};Graph.prototype.selectCellsForConnectVertex=function(a,c,e){2==a.length&&this.model.isVertex(a[1])?(this.setSelectionCell(a[1]),null!=e&&(mxEvent.isTouchEvent(c)?e.update(e.getState(this.view.getState(a[1]))):e.reset()),this.scrollCellToVisible(a[1])):this.setSelectionCells(a)}; -Graph.prototype.connectVertex=function(a,c,e,b,h,n){n=n?n:!1;var m=a.geometry.relative&&null!=a.parent.geometry?new mxPoint(a.parent.geometry.width*a.geometry.x,a.parent.geometry.height*a.geometry.y):new mxPoint(a.geometry.x,a.geometry.y);c==mxConstants.DIRECTION_NORTH?(m.x+=a.geometry.width/2,m.y-=e):c==mxConstants.DIRECTION_SOUTH?(m.x+=a.geometry.width/2,m.y+=a.geometry.height+e):(m.x=c==mxConstants.DIRECTION_WEST?m.x-e:m.x+(a.geometry.width+e),m.y+=a.geometry.height/2);e=this.view.getState(this.model.getParent(a)); -var r=this.view.scale,u=this.view.translate,d=u.x*r,u=u.y*r;this.model.isVertex(e.cell)&&(d=e.x,u=e.y);this.model.isVertex(a.parent)&&a.geometry.relative&&(m.x+=a.parent.geometry.x,m.y+=a.parent.geometry.y);n=n||mxEvent.isControlDown(b)&&!h?null:this.getCellAt(d+m.x*r,u+m.y*r);this.model.isAncestor(n,a)&&(n=null);for(e=n;null!=e;){if(this.isCellLocked(e)){n=null;break}e=this.model.getParent(e)}null!=n&&(e=this.view.getState(a),r=this.view.getState(n),null!=e&&null!=r&&mxUtils.intersects(e,r)&&(n= -null));if(h=!mxEvent.isShiftDown(b)||h)c==mxConstants.DIRECTION_NORTH?m.y-=a.geometry.height/2:c==mxConstants.DIRECTION_SOUTH?m.y+=a.geometry.height/2:m.x=c==mxConstants.DIRECTION_WEST?m.x-a.geometry.width/2:m.x+a.geometry.width/2;null==n||this.isCellConnectable(n)||(e=this.getModel().getParent(n),this.getModel().isVertex(e)&&this.isCellConnectable(e)&&(n=e));if(n==a||this.model.isEdge(n)||!this.isCellConnectable(n))n=null;e=[];this.model.beginUpdate();try{r=n;if(null==r&&h){for(var d=a,f=this.getCellGeometry(a);null!= -f&&f.relative;)d=this.getModel().getParent(d),f=this.getCellGeometry(d);var g=this.view.getState(d),p=null!=g?g.style:this.getCellStyle(d);if(mxUtils.getValue(p,"part",!1)){var t=this.model.getParent(d);this.model.isVertex(t)&&(d=t)}r=this.duplicateCells([d],!1)[0];f=this.getCellGeometry(r);null!=f&&(f.x=m.x-f.width/2,f.y=m.y-f.height/2)}f=null;null!=this.layoutManager&&(f=this.layoutManager.getLayout(this.model.getParent(a)));var k=mxEvent.isControlDown(b)&&h||null==n&&null!=f&&f.constructor==mxStackLayout? -null:this.insertEdge(this.model.getParent(a),null,"",a,r,this.createCurrentEdgeStyle());if(null!=k&&this.connectionHandler.insertBeforeSource){var q=null;for(b=a;null!=b.parent&&null!=b.geometry&&b.geometry.relative&&b.parent!=k.parent;)b=this.model.getParent(b);null!=b&&null!=b.parent&&b.parent==k.parent&&(q=b.parent.getIndex(b),this.model.add(b.parent,k,q))}null==n&&null!=r&&null!=f&&null!=a.parent&&f.constructor==mxStackLayout&&c==mxConstants.DIRECTION_WEST&&(q=a.parent.getIndex(a),this.model.add(a.parent, -r,q));null!=k&&e.push(k);null==n&&null!=r&&e.push(r);null==r&&null!=k&&k.geometry.setTerminalPoint(m,!1);null!=k&&this.fireEvent(new mxEventObject("cellsInserted","cells",[k]))}finally{this.model.endUpdate()}return e}; +Graph.prototype.replacePlaceholders=function(a,c){var e=[];if(null!=c){for(var b=0;match=this.placeholderPattern.exec(c);){var h=match[0];if(2<h.length&&"%label%"!=h&&"%tooltip%"!=h){var p=null;if(match.index>b&&"%"==c.charAt(match.index-1))p=h.substring(1);else{var n=h.substring(1,h.length-1);if(0>n.indexOf("{"))for(var r=a;null==p&&null!=r;)null!=r.value&&"object"==typeof r.value&&(p=r.hasAttribute(n)?null!=r.getAttribute(n)?r.getAttribute(n):"":null),r=this.model.getParent(r);null==p&&(p=this.getGlobalVariable(n))}e.push(c.substring(b, +match.index)+(null!=p?p:h));b=match.index+h.length}}e.push(c.substring(b))}return e.join("")};Graph.prototype.selectCellsForConnectVertex=function(a,c,e){2==a.length&&this.model.isVertex(a[1])?(this.setSelectionCell(a[1]),null!=e&&(mxEvent.isTouchEvent(c)?e.update(e.getState(this.view.getState(a[1]))):e.reset()),this.scrollCellToVisible(a[1])):this.setSelectionCells(a)}; +Graph.prototype.connectVertex=function(a,c,e,b,h,p){p=p?p:!1;var n=a.geometry.relative&&null!=a.parent.geometry?new mxPoint(a.parent.geometry.width*a.geometry.x,a.parent.geometry.height*a.geometry.y):new mxPoint(a.geometry.x,a.geometry.y);c==mxConstants.DIRECTION_NORTH?(n.x+=a.geometry.width/2,n.y-=e):c==mxConstants.DIRECTION_SOUTH?(n.x+=a.geometry.width/2,n.y+=a.geometry.height+e):(n.x=c==mxConstants.DIRECTION_WEST?n.x-e:n.x+(a.geometry.width+e),n.y+=a.geometry.height/2);e=this.view.getState(this.model.getParent(a)); +var r=this.view.scale,u=this.view.translate,d=u.x*r,u=u.y*r;this.model.isVertex(e.cell)&&(d=e.x,u=e.y);this.model.isVertex(a.parent)&&a.geometry.relative&&(n.x+=a.parent.geometry.x,n.y+=a.parent.geometry.y);p=p||mxEvent.isControlDown(b)&&!h?null:this.getCellAt(d+n.x*r,u+n.y*r);this.model.isAncestor(p,a)&&(p=null);for(e=p;null!=e;){if(this.isCellLocked(e)){p=null;break}e=this.model.getParent(e)}null!=p&&(e=this.view.getState(a),r=this.view.getState(p),null!=e&&null!=r&&mxUtils.intersects(e,r)&&(p= +null));if(h=!mxEvent.isShiftDown(b)||h)c==mxConstants.DIRECTION_NORTH?n.y-=a.geometry.height/2:c==mxConstants.DIRECTION_SOUTH?n.y+=a.geometry.height/2:n.x=c==mxConstants.DIRECTION_WEST?n.x-a.geometry.width/2:n.x+a.geometry.width/2;null==p||this.isCellConnectable(p)||(e=this.getModel().getParent(p),this.getModel().isVertex(e)&&this.isCellConnectable(e)&&(p=e));if(p==a||this.model.isEdge(p)||!this.isCellConnectable(p))p=null;e=[];this.model.beginUpdate();try{r=p;if(null==r&&h){for(var d=a,f=this.getCellGeometry(a);null!= +f&&f.relative;)d=this.getModel().getParent(d),f=this.getCellGeometry(d);var g=this.view.getState(d),q=null!=g?g.style:this.getCellStyle(d);if(mxUtils.getValue(q,"part",!1)){var t=this.model.getParent(d);this.model.isVertex(t)&&(d=t)}r=this.duplicateCells([d],!1)[0];f=this.getCellGeometry(r);null!=f&&(f.x=n.x-f.width/2,f.y=n.y-f.height/2)}f=null;null!=this.layoutManager&&(f=this.layoutManager.getLayout(this.model.getParent(a)));var m=mxEvent.isControlDown(b)&&h||null==p&&null!=f&&f.constructor==mxStackLayout? +null:this.insertEdge(this.model.getParent(a),null,"",a,r,this.createCurrentEdgeStyle());if(null!=m&&this.connectionHandler.insertBeforeSource){var l=null;for(b=a;null!=b.parent&&null!=b.geometry&&b.geometry.relative&&b.parent!=m.parent;)b=this.model.getParent(b);null!=b&&null!=b.parent&&b.parent==m.parent&&(l=b.parent.getIndex(b),this.model.add(b.parent,m,l))}null==p&&null!=r&&null!=f&&null!=a.parent&&f.constructor==mxStackLayout&&c==mxConstants.DIRECTION_WEST&&(l=a.parent.getIndex(a),this.model.add(a.parent, +r,l));null!=m&&e.push(m);null==p&&null!=r&&e.push(r);null==r&&null!=m&&m.geometry.setTerminalPoint(n,!1);null!=m&&this.fireEvent(new mxEventObject("cellsInserted","cells",[m]))}finally{this.model.endUpdate()}return e}; Graph.prototype.getIndexableText=function(){var a=document.createElement("div"),c=[],e,b;for(b in this.model.cells)if(e=this.model.cells[b],this.model.isVertex(e)||this.model.isEdge(e))this.isHtmlLabel(e)?(a.innerHTML=this.getLabel(e),e=mxUtils.extractTextWithWhitespace([a])):e=this.getLabel(e),e=mxUtils.trim(e.replace(/[\x00-\x1F\x7F-\x9F]|\s+/g," ")),0<e.length&&c.push(e);return c.join(" ")}; Graph.prototype.convertValueToString=function(a){if(null!=a.value&&"object"==typeof a.value){if(this.isReplacePlaceholders(a)&&null!=a.getAttribute("placeholder")){for(var c=a.getAttribute("placeholder"),e=a,b=null;null==b&&null!=e;)null!=e.value&&"object"==typeof e.value&&(b=e.hasAttribute(c)?null!=e.getAttribute(c)?e.getAttribute(c):"":null),e=this.model.getParent(e);return b||""}return a.value.getAttribute("label")||""}return mxGraph.prototype.convertValueToString.apply(this,arguments)}; Graph.prototype.getLinksForState=function(a){return null!=a&&null!=a.text&&null!=a.text.node?a.text.node.getElementsByTagName("a"):null};Graph.prototype.getLinkForCell=function(a){return null!=a.value&&"object"==typeof a.value?(a=a.value.getAttribute("link"),null!=a&&"javascript:"===a.toLowerCase().substring(0,11)&&(a=a.substring(11)),a):null}; Graph.prototype.getCellStyle=function(a){var c=mxGraph.prototype.getCellStyle.apply(this,arguments);if(null!=a&&null!=this.layoutManager){var e=this.model.getParent(a);this.model.isVertex(e)&&this.isCellCollapsed(a)&&(e=this.layoutManager.getLayout(e),null!=e&&e.constructor==mxStackLayout&&(c[mxConstants.STYLE_HORIZONTAL]=!e.horizontal))}return c}; Graph.prototype.updateAlternateBounds=function(a,c,e){if(null!=a&&null!=c&&null!=this.layoutManager&&null!=c.alternateBounds){var b=this.layoutManager.getLayout(this.model.getParent(a));null!=b&&b.constructor==mxStackLayout&&(b.horizontal?c.alternateBounds.height=0:c.alternateBounds.width=0)}mxGraph.prototype.updateAlternateBounds.apply(this,arguments)};Graph.prototype.isMoveCellsEvent=function(a){return mxEvent.isShiftDown(a)}; -Graph.prototype.foldCells=function(a,c,e,b,h){c=null!=c?c:!1;null==e&&(e=this.getFoldableCells(this.getSelectionCells(),a));if(null!=e){this.model.beginUpdate();try{if(mxGraph.prototype.foldCells.apply(this,arguments),null!=this.layoutManager)for(var n=0;n<e.length;n++){var m=this.view.getState(e[n]),r=this.getCellGeometry(e[n]);if(null!=m&&null!=r){var u=Math.round(r.width-m.width/this.view.scale),d=Math.round(r.height-m.height/this.view.scale);if(0!=d||0!=u){var f=this.model.getParent(e[n]),g=this.layoutManager.getLayout(f); -null==g?null!=h&&this.isMoveCellsEvent(h)&&this.moveSiblings(m,f,u,d):null!=h&&mxEvent.isAltDown(h)||g.constructor!=mxStackLayout||g.resizeLast||this.resizeParentStacks(f,g,u,d)}}}}finally{this.model.endUpdate()}this.isEnabled()&&this.setSelectionCells(e)}}; -Graph.prototype.moveSiblings=function(a,c,e,b){this.model.beginUpdate();try{var h=this.getCellsBeyond(a.x,a.y,c,!0,!0);for(c=0;c<h.length;c++)if(h[c]!=a.cell){var n=this.view.getState(h[c]),m=this.getCellGeometry(h[c]);null!=n&&null!=m&&(m=m.clone(),m.translate(Math.round(e*Math.max(0,Math.min(1,(n.x-a.x)/a.width))),Math.round(b*Math.max(0,Math.min(1,(n.y-a.y)/a.height)))),this.model.setGeometry(h[c],m))}}finally{this.model.endUpdate()}}; -Graph.prototype.resizeParentStacks=function(a,c,e,b){if(null!=this.layoutManager&&null!=c&&c.constructor==mxStackLayout&&!c.resizeLast){this.model.beginUpdate();try{for(var h=c.horizontal;null!=a&&null!=c&&c.constructor==mxStackLayout&&c.horizontal==h&&!c.resizeLast;){var n=this.getCellGeometry(a),m=this.view.getState(a);null!=m&&null!=n&&(n=n.clone(),c.horizontal?n.width+=e+Math.min(0,m.width/this.view.scale-n.width):n.height+=b+Math.min(0,m.height/this.view.scale-n.height),this.model.setGeometry(a, -n));a=this.model.getParent(a);c=this.layoutManager.getLayout(a)}}finally{this.model.endUpdate()}}};Graph.prototype.isContainer=function(a){var c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return this.isSwimlane(a)?"0"!=c.container:"1"==c.container};Graph.prototype.isCellConnectable=function(a){var c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return null!=c.connectable?"0"!=c.connectable:mxGraph.prototype.isCellConnectable.apply(this,arguments)}; +Graph.prototype.foldCells=function(a,c,e,b,h){c=null!=c?c:!1;null==e&&(e=this.getFoldableCells(this.getSelectionCells(),a));if(null!=e){this.model.beginUpdate();try{if(mxGraph.prototype.foldCells.apply(this,arguments),null!=this.layoutManager)for(var p=0;p<e.length;p++){var n=this.view.getState(e[p]),r=this.getCellGeometry(e[p]);if(null!=n&&null!=r){var u=Math.round(r.width-n.width/this.view.scale),d=Math.round(r.height-n.height/this.view.scale);if(0!=d||0!=u){var f=this.model.getParent(e[p]),g=this.layoutManager.getLayout(f); +null==g?null!=h&&this.isMoveCellsEvent(h)&&this.moveSiblings(n,f,u,d):null!=h&&mxEvent.isAltDown(h)||g.constructor!=mxStackLayout||g.resizeLast||this.resizeParentStacks(f,g,u,d)}}}}finally{this.model.endUpdate()}this.isEnabled()&&this.setSelectionCells(e)}}; +Graph.prototype.moveSiblings=function(a,c,e,b){this.model.beginUpdate();try{var h=this.getCellsBeyond(a.x,a.y,c,!0,!0);for(c=0;c<h.length;c++)if(h[c]!=a.cell){var p=this.view.getState(h[c]),n=this.getCellGeometry(h[c]);null!=p&&null!=n&&(n=n.clone(),n.translate(Math.round(e*Math.max(0,Math.min(1,(p.x-a.x)/a.width))),Math.round(b*Math.max(0,Math.min(1,(p.y-a.y)/a.height)))),this.model.setGeometry(h[c],n))}}finally{this.model.endUpdate()}}; +Graph.prototype.resizeParentStacks=function(a,c,e,b){if(null!=this.layoutManager&&null!=c&&c.constructor==mxStackLayout&&!c.resizeLast){this.model.beginUpdate();try{for(var h=c.horizontal;null!=a&&null!=c&&c.constructor==mxStackLayout&&c.horizontal==h&&!c.resizeLast;){var p=this.getCellGeometry(a),n=this.view.getState(a);null!=n&&null!=p&&(p=p.clone(),c.horizontal?p.width+=e+Math.min(0,n.width/this.view.scale-p.width):p.height+=b+Math.min(0,n.height/this.view.scale-p.height),this.model.setGeometry(a, +p));a=this.model.getParent(a);c=this.layoutManager.getLayout(a)}}finally{this.model.endUpdate()}}};Graph.prototype.isContainer=function(a){var c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return this.isSwimlane(a)?"0"!=c.container:"1"==c.container};Graph.prototype.isCellConnectable=function(a){var c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return null!=c.connectable?"0"!=c.connectable:mxGraph.prototype.isCellConnectable.apply(this,arguments)}; Graph.prototype.selectAll=function(a){a=a||this.getDefaultParent();this.isCellLocked(a)||mxGraph.prototype.selectAll.apply(this,arguments)};Graph.prototype.selectCells=function(a,c,e){e=e||this.getDefaultParent();this.isCellLocked(e)||mxGraph.prototype.selectCells.apply(this,arguments)};Graph.prototype.getSwimlaneAt=function(a,c,e){e=e||this.getDefaultParent();return this.isCellLocked(e)?null:mxGraph.prototype.getSwimlaneAt.apply(this,arguments)}; Graph.prototype.isCellFoldable=function(a){var c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return this.foldingEnabled&&!this.isCellLocked(a)&&(this.isContainer(a)&&"0"!=c.collapsible||!this.isContainer(a)&&"1"==c.collapsible)};Graph.prototype.reset=function(){this.isEditing()&&this.stopEditing(!0);this.escape();this.isSelectionEmpty()||this.clearSelection()}; Graph.prototype.zoom=function(a,c){a=Math.max(.01,Math.min(this.view.scale*a,160))/this.view.scale;mxGraph.prototype.zoom.apply(this,arguments)};Graph.prototype.zoomIn=function(){.15>this.view.scale?this.zoom((this.view.scale+.01)/this.view.scale):this.zoom(Math.round(this.view.scale*this.zoomFactor*20)/20/this.view.scale)};Graph.prototype.zoomOut=function(){.15>=this.view.scale?this.zoom((this.view.scale-.01)/this.view.scale):this.zoom(Math.round(1/this.zoomFactor*this.view.scale*20)/20/this.view.scale)}; @@ -2272,7 +2272,7 @@ HoverIcons.prototype.refreshTarget=new mxImage(mxClient.IS_SVG?"data:image/png;b HoverIcons.prototype.init=function(){this.arrowUp=this.createArrow(this.triangleUp,mxResources.get("plusTooltip"));this.arrowRight=this.createArrow(this.triangleRight,mxResources.get("plusTooltip"));this.arrowDown=this.createArrow(this.triangleDown,mxResources.get("plusTooltip"));this.arrowLeft=this.createArrow(this.triangleLeft,mxResources.get("plusTooltip"));this.elts=[this.arrowUp,this.arrowRight,this.arrowDown,this.arrowLeft];this.repaintHandler=mxUtils.bind(this,function(){this.repaint()});this.graph.selectionModel.addListener(mxEvent.CHANGE, this.repaintHandler);this.graph.model.addListener(mxEvent.CHANGE,this.repaintHandler);this.graph.view.addListener(mxEvent.SCALE_AND_TRANSLATE,this.repaintHandler);this.graph.view.addListener(mxEvent.TRANSLATE,this.repaintHandler);this.graph.view.addListener(mxEvent.SCALE,this.repaintHandler);this.graph.view.addListener(mxEvent.DOWN,this.repaintHandler);this.graph.view.addListener(mxEvent.UP,this.repaintHandler);this.graph.addListener(mxEvent.ROOT,this.repaintHandler);this.graph.addListener(mxEvent.ESCAPE, mxUtils.bind(this,function(){this.mouseDownPoint=null}));mxEvent.addListener(this.graph.container,"mouseleave",mxUtils.bind(this,function(a){null!=a.relatedTarget&&mxEvent.getSource(a)==this.graph.container&&this.setDisplay("none")}));this.graph.addListener(mxEvent.START_EDITING,mxUtils.bind(this,function(a){this.reset()}));var a=this.graph.click;this.graph.click=mxUtils.bind(this,function(c){a.apply(this.graph,arguments);null==this.currentState||this.graph.isCellSelected(this.currentState.cell)|| -!mxEvent.isTouchEvent(c.getEvent())||this.graph.model.isVertex(c.getCell())||this.reset()});var c=!1;this.graph.addMouseListener({mouseDown:mxUtils.bind(this,function(a,b){c=!1;var e=b.getEvent();if(this.isResetEvent(e))this.reset();else if(!this.isActive()){var n=this.getState(b.getState());null==n&&mxEvent.isTouchEvent(e)||this.update(n)}this.setDisplay("none")}),mouseMove:mxUtils.bind(this,function(a,b){var e=b.getEvent();this.isResetEvent(e)?this.reset():this.graph.isMouseDown||mxEvent.isTouchEvent(e)|| +!mxEvent.isTouchEvent(c.getEvent())||this.graph.model.isVertex(c.getCell())||this.reset()});var c=!1;this.graph.addMouseListener({mouseDown:mxUtils.bind(this,function(a,b){c=!1;var e=b.getEvent();if(this.isResetEvent(e))this.reset();else if(!this.isActive()){var p=this.getState(b.getState());null==p&&mxEvent.isTouchEvent(e)||this.update(p)}this.setDisplay("none")}),mouseMove:mxUtils.bind(this,function(a,b){var e=b.getEvent();this.isResetEvent(e)?this.reset():this.graph.isMouseDown||mxEvent.isTouchEvent(e)|| this.update(this.getState(b.getState()),b.getGraphX(),b.getGraphY());null!=this.graph.connectionHandler&&null!=this.graph.connectionHandler.shape&&(c=!0)}),mouseUp:mxUtils.bind(this,function(a,b){var e=b.getEvent();this.isResetEvent(e)?this.reset():this.isActive()&&null!=this.mouseDownPoint&&Math.abs(b.getGraphX()-this.mouseDownPoint.x)<this.graph.tolerance&&Math.abs(b.getGraphY()-this.mouseDownPoint.y)<this.graph.tolerance?c||this.click(this.currentState,this.getDirection(),b):this.isActive()?1== this.graph.getSelectionCount()&&this.graph.model.isEdge(this.graph.getSelectionCell())?this.reset():this.update(this.getState(this.graph.view.getState(this.graph.getCellAt(b.getGraphX(),b.getGraphY())))):mxEvent.isTouchEvent(e)||null!=this.bbox&&mxUtils.contains(this.bbox,b.getGraphX(),b.getGraphY())?(this.setDisplay(""),this.repaint()):mxEvent.isTouchEvent(e)||this.reset();c=!1;this.resetActiveArrow()})})}; HoverIcons.prototype.isResetEvent=function(a,c){return mxEvent.isAltDown(a)||null==this.activeArrow&&mxEvent.isShiftDown(a)||mxEvent.isMetaDown(a)||mxEvent.isPopupTrigger(a)&&!mxEvent.isControlDown(a)}; @@ -2282,14 +2282,14 @@ this.activeArrow=e,this.setDisplay("none"),mxEvent.consume(a))}));mxEvent.redire this.resetActiveArrow()}));return e};HoverIcons.prototype.resetActiveArrow=function(){null!=this.activeArrow&&(mxUtils.setOpacity(this.activeArrow,this.inactiveOpacity),this.activeArrow=null)};HoverIcons.prototype.getDirection=function(){var a=mxConstants.DIRECTION_EAST;this.activeArrow==this.arrowUp?a=mxConstants.DIRECTION_NORTH:this.activeArrow==this.arrowDown?a=mxConstants.DIRECTION_SOUTH:this.activeArrow==this.arrowLeft&&(a=mxConstants.DIRECTION_WEST);return a}; HoverIcons.prototype.visitNodes=function(a){for(var c=0;c<this.elts.length;c++)null!=this.elts[c]&&a(this.elts[c])};HoverIcons.prototype.removeNodes=function(){this.visitNodes(function(a){null!=a.parentNode&&a.parentNode.removeChild(a)})};HoverIcons.prototype.setDisplay=function(a){this.visitNodes(function(c){c.style.display=a})};HoverIcons.prototype.isActive=function(){return null!=this.activeArrow&&null!=this.currentState}; HoverIcons.prototype.drag=function(a,c,e){this.graph.popupMenuHandler.hideMenu();this.graph.stopEditing(!1);null!=this.currentState&&(this.graph.connectionHandler.start(this.currentState,c,e),this.graph.isMouseTrigger=mxEvent.isMouseEvent(a),this.graph.isMouseDown=!0,a=this.graph.selectionCellsHandler.getHandler(this.currentState.cell),null!=a&&a.setHandlesVisible(!1))};HoverIcons.prototype.getStateAt=function(a,c,e){return this.graph.view.getState(this.graph.getCellAt(c,e))}; -HoverIcons.prototype.click=function(a,c,e){var b=e.getEvent(),h=e.getGraphX(),n=e.getGraphY(),h=this.getStateAt(a,h,n);null==h||!this.graph.model.isEdge(h.cell)||mxEvent.isControlDown(b)||h.getVisibleTerminalState(!0)!=a&&h.getVisibleTerminalState(!1)!=a?null!=a&&(a=this.graph.connectVertex(a.cell,c,this.graph.defaultEdgeLength,b),this.graph.selectCellsForConnectVertex(a,b,this),2==a.length&&this.graph.model.isVertex(a[1])?(this.graph.setSelectionCell(a[1]),mxEvent.isTouchEvent(b)?this.update(this.getState(this.graph.view.getState(a[1]))): +HoverIcons.prototype.click=function(a,c,e){var b=e.getEvent(),h=e.getGraphX(),p=e.getGraphY(),h=this.getStateAt(a,h,p);null==h||!this.graph.model.isEdge(h.cell)||mxEvent.isControlDown(b)||h.getVisibleTerminalState(!0)!=a&&h.getVisibleTerminalState(!1)!=a?null!=a&&(a=this.graph.connectVertex(a.cell,c,this.graph.defaultEdgeLength,b),this.graph.selectCellsForConnectVertex(a,b,this),2==a.length&&this.graph.model.isVertex(a[1])?(this.graph.setSelectionCell(a[1]),mxEvent.isTouchEvent(b)?this.update(this.getState(this.graph.view.getState(a[1]))): this.reset(),this.graph.scrollCellToVisible(a[1])):this.graph.setSelectionCells(a)):(this.graph.setSelectionCell(h.cell),this.reset());e.consume()};HoverIcons.prototype.reset=function(a){null!=a&&!a||null==this.updateThread||window.clearTimeout(this.updateThread);this.activeArrow=this.currentState=this.mouseDownPoint=null;this.removeNodes();this.bbox=null}; HoverIcons.prototype.repaint=function(){this.bbox=null;if(null!=this.currentState){this.currentState=this.getState(this.currentState);if(null!=this.currentState&&this.graph.model.isVertex(this.currentState.cell)&&this.graph.isCellConnectable(this.currentState.cell)){var a=mxRectangle.fromRectangle(this.currentState);null!=this.currentState.shape&&null!=this.currentState.shape.boundingBox&&(a=mxRectangle.fromRectangle(this.currentState.shape.boundingBox));a.grow(this.graph.tolerance);a.grow(this.arrowSpacing); var c=this.graph.selectionCellsHandler.getHandler(this.currentState.cell);null!=c&&(a.x-=c.horizontalOffset/2,a.y-=c.verticalOffset/2,a.width+=c.horizontalOffset,a.height+=c.verticalOffset,null!=c.rotationShape&&null!=c.rotationShape.node&&"hidden"!=c.rotationShape.node.style.visibility&&"none"!=c.rotationShape.node.style.display&&null!=c.rotationShape.boundingBox&&a.add(c.rotationShape.boundingBox));this.arrowUp.style.left=Math.round(this.currentState.getCenterX()-this.triangleUp.width/2-this.tolerance)+ "px";this.arrowUp.style.top=Math.round(a.y-this.triangleUp.height-this.tolerance)+"px";mxUtils.setOpacity(this.arrowUp,this.inactiveOpacity);this.arrowRight.style.left=Math.round(a.x+a.width-this.tolerance)+"px";this.arrowRight.style.top=Math.round(this.currentState.getCenterY()-this.triangleRight.height/2-this.tolerance)+"px";mxUtils.setOpacity(this.arrowRight,this.inactiveOpacity);this.arrowDown.style.left=this.arrowUp.style.left;this.arrowDown.style.top=Math.round(a.y+a.height-this.tolerance)+ "px";mxUtils.setOpacity(this.arrowDown,this.inactiveOpacity);this.arrowLeft.style.left=Math.round(a.x-this.triangleLeft.width-this.tolerance)+"px";this.arrowLeft.style.top=this.arrowRight.style.top;mxUtils.setOpacity(this.arrowLeft,this.inactiveOpacity);if(this.checkCollisions){var c=this.graph.getCellAt(a.x+a.width+this.triangleRight.width/2,this.currentState.getCenterY()),e=this.graph.getCellAt(a.x-this.triangleLeft.width/2,this.currentState.getCenterY()),b=this.graph.getCellAt(this.currentState.getCenterX(), -a.y-this.triangleUp.height/2),a=this.graph.getCellAt(this.currentState.getCenterX(),a.y+a.height+this.triangleDown.height/2);null!=c&&c==e&&e==b&&b==a&&(a=b=e=c=null);var h=this.graph.getCellGeometry(this.currentState.cell),n=mxUtils.bind(this,function(a,c){var b=this.graph.model.isVertex(a)&&this.graph.getCellGeometry(a);null!=a&&!this.graph.model.isAncestor(a,this.currentState.cell)&&(null==b||null==h||b.height<6*h.height&&b.width<6*h.width)?c.style.visibility="hidden":c.style.visibility="visible"}); -n(c,this.arrowRight);n(e,this.arrowLeft);n(b,this.arrowUp);n(a,this.arrowDown)}else this.arrowLeft.style.visibility="visible",this.arrowRight.style.visibility="visible",this.arrowUp.style.visibility="visible",this.arrowDown.style.visibility="visible";this.graph.tooltipHandler.isEnabled()?(this.arrowLeft.setAttribute("title",mxResources.get("plusTooltip")),this.arrowRight.setAttribute("title",mxResources.get("plusTooltip")),this.arrowUp.setAttribute("title",mxResources.get("plusTooltip")),this.arrowDown.setAttribute("title", +a.y-this.triangleUp.height/2),a=this.graph.getCellAt(this.currentState.getCenterX(),a.y+a.height+this.triangleDown.height/2);null!=c&&c==e&&e==b&&b==a&&(a=b=e=c=null);var h=this.graph.getCellGeometry(this.currentState.cell),p=mxUtils.bind(this,function(a,c){var b=this.graph.model.isVertex(a)&&this.graph.getCellGeometry(a);null!=a&&!this.graph.model.isAncestor(a,this.currentState.cell)&&(null==b||null==h||b.height<6*h.height&&b.width<6*h.width)?c.style.visibility="hidden":c.style.visibility="visible"}); +p(c,this.arrowRight);p(e,this.arrowLeft);p(b,this.arrowUp);p(a,this.arrowDown)}else this.arrowLeft.style.visibility="visible",this.arrowRight.style.visibility="visible",this.arrowUp.style.visibility="visible",this.arrowDown.style.visibility="visible";this.graph.tooltipHandler.isEnabled()?(this.arrowLeft.setAttribute("title",mxResources.get("plusTooltip")),this.arrowRight.setAttribute("title",mxResources.get("plusTooltip")),this.arrowUp.setAttribute("title",mxResources.get("plusTooltip")),this.arrowDown.setAttribute("title", mxResources.get("plusTooltip"))):(this.arrowLeft.removeAttribute("title"),this.arrowRight.removeAttribute("title"),this.arrowUp.removeAttribute("title"),this.arrowDown.removeAttribute("title"))}else this.reset();null!=this.currentState&&(this.bbox=this.computeBoundingBox(),null!=this.bbox&&this.bbox.grow(10))}}; HoverIcons.prototype.computeBoundingBox=function(){var a=this.graph.model.isEdge(this.currentState.cell)?null:mxRectangle.fromRectangle(this.currentState);this.visitNodes(function(c){null!=c.parentNode&&(c=new mxRectangle(c.offsetLeft,c.offsetTop,c.offsetWidth,c.offsetHeight),null==a?a=c:a.add(c))});return a}; HoverIcons.prototype.getState=function(a){if(null!=a){a=a.cell;if(this.graph.getModel().isVertex(a)&&!this.graph.isCellConnectable(a)){var c=this.graph.getModel().getParent(a);this.graph.getModel().isVertex(c)&&this.graph.isCellConnectable(c)&&(a=c)}if(this.graph.isCellLocked(a)||this.graph.model.isEdge(a))a=null;a=this.graph.view.getState(a)}return a}; @@ -2298,23 +2298,23 @@ this.setDisplay("");null!=this.currentState&&this.currentState!=a&&b<this.activa this.reset())}else this.reset()};HoverIcons.prototype.setCurrentState=function(a){"eastwest"!=a.style.portConstraint&&(this.graph.container.appendChild(this.arrowUp),this.graph.container.appendChild(this.arrowDown));this.graph.container.appendChild(this.arrowRight);this.graph.container.appendChild(this.arrowLeft);this.currentState=a}; (function(){var a=mxGraphView.prototype.resetValidationState;mxGraphView.prototype.resetValidationState=function(){a.apply(this,arguments);this.validEdges=[]};var c=mxGraphView.prototype.validateCellState;mxGraphView.prototype.validateCellState=function(a,d){var b=this.getState(a);null!=b&&this.graph.model.isEdge(b.cell)&&null!=b.style&&1!=b.style[mxConstants.STYLE_CURVED]&&!b.invalid&&this.updateLineJumps(b)&&this.graph.cellRenderer.redraw(b,!1,this.isRendering());b=c.apply(this,arguments);null!= b&&this.graph.model.isEdge(b.cell)&&1!=b.style[mxConstants.STYLE_CURVED]&&this.validEdges.push(b);return b};var e=mxCellRenderer.prototype.isShapeInvalid;mxCellRenderer.prototype.isShapeInvalid=function(a,d){return e.apply(this,arguments)||null!=a.routedPoints&&null!=d.routedPoints&&!mxUtils.equalPoints(d.routedPoints,a.routedPoints)};var b=mxGraphView.prototype.updateCellState;mxGraphView.prototype.updateCellState=function(a){b.apply(this,arguments);this.graph.model.isEdge(a.cell)&&1!=a.style[mxConstants.STYLE_CURVED]&& -this.updateLineJumps(a)};mxGraphView.prototype.updateLineJumps=function(a){var d=a.absolutePoints;if(Graph.lineJumpsEnabled){var c=null!=a.routedPoints,b=null;if(null!=d&&null!=this.validEdges&&"none"!==mxUtils.getValue(a.style,"jumpStyle","none")){for(var e=function(d,c,f){var e=new mxPoint(c,f);e.type=d;b.push(e);e=null!=a.routedPoints?a.routedPoints[b.length-1]:null;return null==e||e.type!=d||e.x!=c||e.y!=f},t=.5*this.scale,c=!1,b=[],k=0;k<d.length-1;k++){for(var q=d[k+1],h=d[k],r=[],l=d[k+2];k< -d.length-2&&mxUtils.ptSegDistSq(h.x,h.y,l.x,l.y,q.x,q.y)<1*this.scale*this.scale;)q=l,k++,l=d[k+2];for(var c=e(0,h.x,h.y)||c,y=0;y<this.validEdges.length;y++){var v=this.validEdges[y],A=v.absolutePoints;if(null!=A&&mxUtils.intersects(a,v)&&"1"!=v.style.noJump)for(v=0;v<A.length-1;v++){for(var m=A[v+1],n=A[v],l=A[v+2];v<A.length-2&&mxUtils.ptSegDistSq(n.x,n.y,l.x,l.y,m.x,m.y)<1*this.scale*this.scale;)m=l,v++,l=A[v+2];l=mxUtils.intersection(h.x,h.y,q.x,q.y,n.x,n.y,m.x,m.y);if(null!=l&&(Math.abs(l.x- -n.x)>t||Math.abs(l.y-n.y)>t)&&(Math.abs(l.x-m.x)>t||Math.abs(l.y-m.y)>t)){m=l.x-h.x;n=l.y-h.y;l={distSq:m*m+n*n,x:l.x,y:l.y};for(m=0;m<r.length;m++)if(r[m].distSq>l.distSq){r.splice(m,0,l);l=null;break}null==l||0!=r.length&&r[r.length-1].x===l.x&&r[r.length-1].y===l.y||r.push(l)}}}for(v=0;v<r.length;v++)c=e(1,r[v].x,r[v].y)||c}l=d[d.length-1];c=e(0,l.x,l.y)||c}a.routedPoints=b;return c}return!1};var h=mxConnector.prototype.paintLine;mxConnector.prototype.paintLine=function(a,d,c){this.routedPoints= -null!=this.state?this.state.routedPoints:null;if(this.outline||null==this.state||null==this.style||null==this.state.routedPoints||0==this.state.routedPoints.length)h.apply(this,arguments);else{var b=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2,f=(parseInt(mxUtils.getValue(this.style,"jumpSize",Graph.defaultJumpSize))-2)/2+this.strokewidth,e=mxUtils.getValue(this.style,"jumpStyle","none"),k,q=!0,x=null,r=null;k=[];var l=null;a.begin();for(var y=0;y<this.state.routedPoints.length;y++){var v= -this.state.routedPoints[y],A=new mxPoint(v.x/this.scale,v.y/this.scale);0==y?A=d[0]:y==this.state.routedPoints.length-1&&(A=d[d.length-1]);var m=!1;if(null!=x&&1==v.type){var n=this.state.routedPoints[y+1],v=n.x/this.scale-A.x,n=n.y/this.scale-A.y,v=v*v+n*n;null==l&&(l=new mxPoint(A.x-x.x,A.y-x.y),r=Math.sqrt(l.x*l.x+l.y*l.y),l.x=l.x*f/r,l.y=l.y*f/r);v>f*f&&0<r&&(v=x.x-A.x,n=x.y-A.y,v=v*v+n*n,v>f*f&&(m=new mxPoint(A.x-l.x,A.y-l.y),v=new mxPoint(A.x+l.x,A.y+l.y),k.push(m),this.addPoints(a,k,c,b,!1, -null,q),k=0>Math.round(l.x)||0==Math.round(l.x)&&0>=Math.round(l.y)?1:-1,q=!1,"sharp"==e?(a.lineTo(m.x-l.y*k,m.y+l.x*k),a.lineTo(v.x-l.y*k,v.y+l.x*k),a.lineTo(v.x,v.y)):"arc"==e?(k*=1.3,a.curveTo(m.x-l.y*k,m.y+l.x*k,v.x-l.y*k,v.y+l.x*k,v.x,v.y)):(a.moveTo(v.x,v.y),q=!0),k=[v],m=!0))}else l=null;m||(k.push(A),x=A)}this.addPoints(a,k,c,b,!1,null,q);a.stroke()}};var n=mxGraphView.prototype.updateFloatingTerminalPoint;mxGraphView.prototype.updateFloatingTerminalPoint=function(a,d,c,b){if(null==d||null== -a||"1"!=d.style.snapToPoint&&"1"!=a.style.snapToPoint)n.apply(this,arguments);else{d=this.getTerminalPort(a,d,b);var f=this.getNextPoint(a,c,b),e=this.graph.isOrthogonal(a),g=mxUtils.toRadians(Number(d.style[mxConstants.STYLE_ROTATION]||"0")),q=new mxPoint(d.getCenterX(),d.getCenterY());if(0!=g)var h=Math.cos(-g),r=Math.sin(-g),f=mxUtils.getRotatedPoint(f,h,r,q);h=parseFloat(a.style[mxConstants.STYLE_PERIMETER_SPACING]||0);h+=parseFloat(a.style[b?mxConstants.STYLE_SOURCE_PERIMETER_SPACING:mxConstants.STYLE_TARGET_PERIMETER_SPACING]|| -0);f=this.getPerimeterPoint(d,f,0==g&&e,h);0!=g&&(h=Math.cos(g),r=Math.sin(g),f=mxUtils.getRotatedPoint(f,h,r,q));a.setAbsoluteTerminalPoint(this.snapToAnchorPoint(a,d,c,b,f),b)}};mxGraphView.prototype.snapToAnchorPoint=function(a,d,c,b,e){if(null!=d&&null!=a){a=this.graph.getAllConnectionConstraints(d);b=c=null;if(null!=a)for(var f=0;f<a.length;f++){var g=this.graph.getConnectionPoint(d,a[f]);if(null!=g){var p=(g.x-e.x)*(g.x-e.x)+(g.y-e.y)*(g.y-e.y);if(null==b||p<b)c=g,b=p}}null!=c&&(e=c)}return e}; -var m=mxStencil.prototype.evaluateTextAttribute;mxStencil.prototype.evaluateTextAttribute=function(a,d,c){var b=m.apply(this,arguments);"1"==a.getAttribute("placeholders")&&null!=c.state&&(b=c.state.view.graph.replacePlaceholders(c.state.cell,b));return b};var r=mxCellRenderer.prototype.createShape;mxCellRenderer.prototype.createShape=function(a){if(null!=a.style&&"undefined"!==typeof pako){var d=mxUtils.getValue(a.style,mxConstants.STYLE_SHAPE,null);if(null!=d&&"stencil("==d.substring(0,8))try{var c= -d.substring(8,d.length-1),b=mxUtils.parseXml(a.view.graph.decompress(c));return new mxShape(new mxStencil(b.documentElement))}catch(p){null!=window.console&&console.log("Error in shape: "+p)}}return r.apply(this,arguments)}})();mxStencilRegistry.libraries={};mxStencilRegistry.dynamicLoading=!0;mxStencilRegistry.allowEval=!0;mxStencilRegistry.packages=[]; -mxStencilRegistry.getStencil=function(a){var c=mxStencilRegistry.stencils[a];if(null==c&&null==mxCellRenderer.defaultShapes[a]&&mxStencilRegistry.dynamicLoading){var e=mxStencilRegistry.getBasenameForStencil(a);if(null!=e){c=mxStencilRegistry.libraries[e];if(null!=c){if(null==mxStencilRegistry.packages[e]){for(var b=0;b<c.length;b++){var h=c[b];if(".xml"==h.toLowerCase().substring(h.length-4,h.length))mxStencilRegistry.loadStencilSet(h,null);else if(".js"==h.toLowerCase().substring(h.length-3,h.length))try{if(mxStencilRegistry.allowEval){var n= -mxUtils.load(h);null!=n&&200<=n.getStatus()&&299>=n.getStatus()&&eval.call(window,n.getText())}}catch(m){null!=window.console&&console.log("error in getStencil:",h,m)}}mxStencilRegistry.packages[e]=1}}else e=e.replace("_-_","_"),mxStencilRegistry.loadStencilSet(STENCIL_PATH+"/"+e+".xml",null);c=mxStencilRegistry.stencils[a]}}return c}; +this.updateLineJumps(a)};mxGraphView.prototype.updateLineJumps=function(a){var d=a.absolutePoints;if(Graph.lineJumpsEnabled){var c=null!=a.routedPoints,b=null;if(null!=d&&null!=this.validEdges&&"none"!==mxUtils.getValue(a.style,"jumpStyle","none")){for(var e=function(d,c,f){var e=new mxPoint(c,f);e.type=d;b.push(e);e=null!=a.routedPoints?a.routedPoints[b.length-1]:null;return null==e||e.type!=d||e.x!=c||e.y!=f},t=.5*this.scale,c=!1,b=[],m=0;m<d.length-1;m++){for(var l=d[m+1],h=d[m],r=[],k=d[m+2];m< +d.length-2&&mxUtils.ptSegDistSq(h.x,h.y,k.x,k.y,l.x,l.y)<1*this.scale*this.scale;)l=k,m++,k=d[m+2];for(var c=e(0,h.x,h.y)||c,w=0;w<this.validEdges.length;w++){var v=this.validEdges[w],A=v.absolutePoints;if(null!=A&&mxUtils.intersects(a,v)&&"1"!=v.style.noJump)for(v=0;v<A.length-1;v++){for(var n=A[v+1],p=A[v],k=A[v+2];v<A.length-2&&mxUtils.ptSegDistSq(p.x,p.y,k.x,k.y,n.x,n.y)<1*this.scale*this.scale;)n=k,v++,k=A[v+2];k=mxUtils.intersection(h.x,h.y,l.x,l.y,p.x,p.y,n.x,n.y);if(null!=k&&(Math.abs(k.x- +p.x)>t||Math.abs(k.y-p.y)>t)&&(Math.abs(k.x-n.x)>t||Math.abs(k.y-n.y)>t)){n=k.x-h.x;p=k.y-h.y;k={distSq:n*n+p*p,x:k.x,y:k.y};for(n=0;n<r.length;n++)if(r[n].distSq>k.distSq){r.splice(n,0,k);k=null;break}null==k||0!=r.length&&r[r.length-1].x===k.x&&r[r.length-1].y===k.y||r.push(k)}}}for(v=0;v<r.length;v++)c=e(1,r[v].x,r[v].y)||c}k=d[d.length-1];c=e(0,k.x,k.y)||c}a.routedPoints=b;return c}return!1};var h=mxConnector.prototype.paintLine;mxConnector.prototype.paintLine=function(a,d,c){this.routedPoints= +null!=this.state?this.state.routedPoints:null;if(this.outline||null==this.state||null==this.style||null==this.state.routedPoints||0==this.state.routedPoints.length)h.apply(this,arguments);else{var b=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2,f=(parseInt(mxUtils.getValue(this.style,"jumpSize",Graph.defaultJumpSize))-2)/2+this.strokewidth,e=mxUtils.getValue(this.style,"jumpStyle","none"),m,l=!0,r=null,y=null;m=[];var k=null;a.begin();for(var w=0;w<this.state.routedPoints.length;w++){var v= +this.state.routedPoints[w],A=new mxPoint(v.x/this.scale,v.y/this.scale);0==w?A=d[0]:w==this.state.routedPoints.length-1&&(A=d[d.length-1]);var n=!1;if(null!=r&&1==v.type){var p=this.state.routedPoints[w+1],v=p.x/this.scale-A.x,p=p.y/this.scale-A.y,v=v*v+p*p;null==k&&(k=new mxPoint(A.x-r.x,A.y-r.y),y=Math.sqrt(k.x*k.x+k.y*k.y),k.x=k.x*f/y,k.y=k.y*f/y);v>f*f&&0<y&&(v=r.x-A.x,p=r.y-A.y,v=v*v+p*p,v>f*f&&(n=new mxPoint(A.x-k.x,A.y-k.y),v=new mxPoint(A.x+k.x,A.y+k.y),m.push(n),this.addPoints(a,m,c,b,!1, +null,l),m=0>Math.round(k.x)||0==Math.round(k.x)&&0>=Math.round(k.y)?1:-1,l=!1,"sharp"==e?(a.lineTo(n.x-k.y*m,n.y+k.x*m),a.lineTo(v.x-k.y*m,v.y+k.x*m),a.lineTo(v.x,v.y)):"arc"==e?(m*=1.3,a.curveTo(n.x-k.y*m,n.y+k.x*m,v.x-k.y*m,v.y+k.x*m,v.x,v.y)):(a.moveTo(v.x,v.y),l=!0),m=[v],n=!0))}else k=null;n||(m.push(A),r=A)}this.addPoints(a,m,c,b,!1,null,l);a.stroke()}};var p=mxGraphView.prototype.updateFloatingTerminalPoint;mxGraphView.prototype.updateFloatingTerminalPoint=function(a,d,c,b){if(null==d||null== +a||"1"!=d.style.snapToPoint&&"1"!=a.style.snapToPoint)p.apply(this,arguments);else{d=this.getTerminalPort(a,d,b);var f=this.getNextPoint(a,c,b),e=this.graph.isOrthogonal(a),g=mxUtils.toRadians(Number(d.style[mxConstants.STYLE_ROTATION]||"0")),l=new mxPoint(d.getCenterX(),d.getCenterY());if(0!=g)var h=Math.cos(-g),r=Math.sin(-g),f=mxUtils.getRotatedPoint(f,h,r,l);h=parseFloat(a.style[mxConstants.STYLE_PERIMETER_SPACING]||0);h+=parseFloat(a.style[b?mxConstants.STYLE_SOURCE_PERIMETER_SPACING:mxConstants.STYLE_TARGET_PERIMETER_SPACING]|| +0);f=this.getPerimeterPoint(d,f,0==g&&e,h);0!=g&&(h=Math.cos(g),r=Math.sin(g),f=mxUtils.getRotatedPoint(f,h,r,l));a.setAbsoluteTerminalPoint(this.snapToAnchorPoint(a,d,c,b,f),b)}};mxGraphView.prototype.snapToAnchorPoint=function(a,d,c,b,e){if(null!=d&&null!=a){a=this.graph.getAllConnectionConstraints(d);b=c=null;if(null!=a)for(var f=0;f<a.length;f++){var g=this.graph.getConnectionPoint(d,a[f]);if(null!=g){var l=(g.x-e.x)*(g.x-e.x)+(g.y-e.y)*(g.y-e.y);if(null==b||l<b)c=g,b=l}}null!=c&&(e=c)}return e}; +var n=mxStencil.prototype.evaluateTextAttribute;mxStencil.prototype.evaluateTextAttribute=function(a,d,c){var b=n.apply(this,arguments);"1"==a.getAttribute("placeholders")&&null!=c.state&&(b=c.state.view.graph.replacePlaceholders(c.state.cell,b));return b};var r=mxCellRenderer.prototype.createShape;mxCellRenderer.prototype.createShape=function(a){if(null!=a.style&&"undefined"!==typeof pako){var d=mxUtils.getValue(a.style,mxConstants.STYLE_SHAPE,null);if(null!=d&&"stencil("==d.substring(0,8))try{var c= +d.substring(8,d.length-1),b=mxUtils.parseXml(a.view.graph.decompress(c));return new mxShape(new mxStencil(b.documentElement))}catch(q){null!=window.console&&console.log("Error in shape: "+q)}}return r.apply(this,arguments)}})();mxStencilRegistry.libraries={};mxStencilRegistry.dynamicLoading=!0;mxStencilRegistry.allowEval=!0;mxStencilRegistry.packages=[]; +mxStencilRegistry.getStencil=function(a){var c=mxStencilRegistry.stencils[a];if(null==c&&null==mxCellRenderer.defaultShapes[a]&&mxStencilRegistry.dynamicLoading){var e=mxStencilRegistry.getBasenameForStencil(a);if(null!=e){c=mxStencilRegistry.libraries[e];if(null!=c){if(null==mxStencilRegistry.packages[e]){for(var b=0;b<c.length;b++){var h=c[b];if(".xml"==h.toLowerCase().substring(h.length-4,h.length))mxStencilRegistry.loadStencilSet(h,null);else if(".js"==h.toLowerCase().substring(h.length-3,h.length))try{if(mxStencilRegistry.allowEval){var p= +mxUtils.load(h);null!=p&&200<=p.getStatus()&&299>=p.getStatus()&&eval.call(window,p.getText())}}catch(n){null!=window.console&&console.log("error in getStencil:",h,n)}}mxStencilRegistry.packages[e]=1}}else e=e.replace("_-_","_"),mxStencilRegistry.loadStencilSet(STENCIL_PATH+"/"+e+".xml",null);c=mxStencilRegistry.stencils[a]}}return c}; mxStencilRegistry.getBasenameForStencil=function(a){var c=null;if(null!=a&&(a=a.split("."),0<a.length&&"mxgraph"==a[0]))for(var c=a[1],e=2;e<a.length-1;e++)c+="/"+a[e];return c}; -mxStencilRegistry.loadStencilSet=function(a,c,e,b){var h=mxStencilRegistry.packages[a];if(null!=e&&e||null==h){var n=!1;if(null==h)try{if(b){mxStencilRegistry.loadStencil(a,mxUtils.bind(this,function(b){null!=b&&null!=b.documentElement&&(mxStencilRegistry.packages[a]=b,n=!0,mxStencilRegistry.parseStencilSet(b.documentElement,c,n))}));return}h=mxStencilRegistry.loadStencil(a);mxStencilRegistry.packages[a]=h;n=!0}catch(m){null!=window.console&&console.log("error in loadStencilSet:",a,m)}null!=h&&null!= -h.documentElement&&mxStencilRegistry.parseStencilSet(h.documentElement,c,n)}};mxStencilRegistry.loadStencil=function(a,c){if(null!=c)mxUtils.get(a,mxUtils.bind(this,function(a){c(200<=a.getStatus()&&299>=a.getStatus()?a.getXml():null)}));else return mxUtils.load(a).getXml()};mxStencilRegistry.parseStencilSets=function(a){for(var c=0;c<a.length;c++)mxStencilRegistry.parseStencilSet(mxUtils.parseXml(a[c]).documentElement)}; -mxStencilRegistry.parseStencilSet=function(a,c,e){if("stencils"==a.nodeName)for(var b=a.firstChild;null!=b;)"shapes"==b.nodeName&&mxStencilRegistry.parseStencilSet(b,c,e),b=b.nextSibling;else{e=null!=e?e:!0;var b=a.firstChild,h="";a=a.getAttribute("name");for(null!=a&&(h=a+".");null!=b;){if(b.nodeType==mxConstants.NODETYPE_ELEMENT&&(a=b.getAttribute("name"),null!=a)){var h=h.toLowerCase(),n=a.replace(/ /g,"_");e&&mxStencilRegistry.addStencil(h+n.toLowerCase(),new mxStencil(b));if(null!=c){var m=b.getAttribute("w"), -r=b.getAttribute("h"),m=null==m?80:parseInt(m,10),r=null==r?80:parseInt(r,10);c(h,n,a,m,r)}}b=b.nextSibling}}}; +mxStencilRegistry.loadStencilSet=function(a,c,e,b){var h=mxStencilRegistry.packages[a];if(null!=e&&e||null==h){var p=!1;if(null==h)try{if(b){mxStencilRegistry.loadStencil(a,mxUtils.bind(this,function(b){null!=b&&null!=b.documentElement&&(mxStencilRegistry.packages[a]=b,p=!0,mxStencilRegistry.parseStencilSet(b.documentElement,c,p))}));return}h=mxStencilRegistry.loadStencil(a);mxStencilRegistry.packages[a]=h;p=!0}catch(n){null!=window.console&&console.log("error in loadStencilSet:",a,n)}null!=h&&null!= +h.documentElement&&mxStencilRegistry.parseStencilSet(h.documentElement,c,p)}};mxStencilRegistry.loadStencil=function(a,c){if(null!=c)mxUtils.get(a,mxUtils.bind(this,function(a){c(200<=a.getStatus()&&299>=a.getStatus()?a.getXml():null)}));else return mxUtils.load(a).getXml()};mxStencilRegistry.parseStencilSets=function(a){for(var c=0;c<a.length;c++)mxStencilRegistry.parseStencilSet(mxUtils.parseXml(a[c]).documentElement)}; +mxStencilRegistry.parseStencilSet=function(a,c,e){if("stencils"==a.nodeName)for(var b=a.firstChild;null!=b;)"shapes"==b.nodeName&&mxStencilRegistry.parseStencilSet(b,c,e),b=b.nextSibling;else{e=null!=e?e:!0;var b=a.firstChild,h="";a=a.getAttribute("name");for(null!=a&&(h=a+".");null!=b;){if(b.nodeType==mxConstants.NODETYPE_ELEMENT&&(a=b.getAttribute("name"),null!=a)){var h=h.toLowerCase(),p=a.replace(/ /g,"_");e&&mxStencilRegistry.addStencil(h+p.toLowerCase(),new mxStencil(b));if(null!=c){var n=b.getAttribute("w"), +r=b.getAttribute("h"),n=null==n?80:parseInt(n,10),r=null==r?80:parseInt(r,10);c(h,p,a,n,r)}}b=b.nextSibling}}}; "undefined"!=typeof mxVertexHandler&&function(){function a(){var a=document.createElement("div");a.className="geHint";a.style.whiteSpace="nowrap";a.style.position="absolute";return a}mxConstants.HANDLE_FILLCOLOR="#99ccff";mxConstants.HANDLE_STROKECOLOR="#0088cf";mxConstants.VERTEX_SELECTION_COLOR="#00a8ff";mxConstants.OUTLINE_COLOR="#00a8ff";mxConstants.OUTLINE_HANDLE_FILLCOLOR="#99ccff";mxConstants.OUTLINE_HANDLE_STROKECOLOR="#00a8ff";mxConstants.CONNECT_HANDLE_FILLCOLOR="#cee7ff";mxConstants.EDGE_SELECTION_COLOR= "#00a8ff";mxConstants.DEFAULT_VALID_COLOR="#00a8ff";mxConstants.LABEL_HANDLE_FILLCOLOR="#cee7ff";mxConstants.GUIDE_COLOR="#0088cf";mxConstants.HIGHLIGHT_OPACITY=30;mxConstants.HIGHLIGHT_SIZE=8;mxEdgeHandler.prototype.snapToTerminals=!0;mxGraphHandler.prototype.guidesEnabled=!0;mxRubberband.prototype.fadeOut=!0;mxGuide.prototype.isEnabledForEvent=function(a){return!mxEvent.isAltDown(a)};var c=mxConnectionHandler.prototype.isCreateTarget;mxConnectionHandler.prototype.isCreateTarget=function(a){return mxEvent.isControlDown(a)|| c.apply(this,arguments)};mxConstraintHandler.prototype.createHighlightShape=function(){var a=new mxEllipse(null,this.highlightColor,this.highlightColor,0);a.opacity=mxConstants.HIGHLIGHT_OPACITY;return a};mxConnectionHandler.prototype.livePreview=!0;mxConnectionHandler.prototype.cursor="crosshair";mxConnectionHandler.prototype.createEdgeState=function(a){a=this.graph.createCurrentEdgeStyle();a=this.graph.createEdge(null,null,null,null,null,a);a=new mxCellState(this.graph.view,a,this.graph.getCellStyle(a)); @@ -2322,17 +2322,17 @@ for(var d in this.graph.currentEdgeStyle)a.style[d]=this.graph.currentEdgeStyle[ a.getCell=mxUtils.bind(this,function(a){var c=d.apply(this,arguments);this.error=null;return c});return a};mxConnectionHandler.prototype.isCellEnabled=function(a){return!this.graph.isCellLocked(a)};Graph.prototype.defaultVertexStyle={};Graph.prototype.defaultEdgeStyle={edgeStyle:"orthogonalEdgeStyle",rounded:"0",jettySize:"auto",orthogonalLoop:"1"};Graph.prototype.createCurrentEdgeStyle=function(){var a="edgeStyle="+(this.currentEdgeStyle.edgeStyle||"none")+";";null!=this.currentEdgeStyle.shape&& (a+="shape="+this.currentEdgeStyle.shape+";");null!=this.currentEdgeStyle.curved&&(a+="curved="+this.currentEdgeStyle.curved+";");null!=this.currentEdgeStyle.rounded&&(a+="rounded="+this.currentEdgeStyle.rounded+";");null!=this.currentEdgeStyle.comic&&(a+="comic="+this.currentEdgeStyle.comic+";");null!=this.currentEdgeStyle.jumpStyle&&(a+="jumpStyle="+this.currentEdgeStyle.jumpStyle+";");null!=this.currentEdgeStyle.jumpSize&&(a+="jumpSize="+this.currentEdgeStyle.jumpSize+";");"elbowEdgeStyle"==this.currentEdgeStyle.edgeStyle&& null!=this.currentEdgeStyle.elbow&&(a+="elbow="+this.currentEdgeStyle.elbow+";");return a=null!=this.currentEdgeStyle.html?a+("html="+this.currentEdgeStyle.html+";"):a+"html=1;"};Graph.prototype.getPagePadding=function(){return new mxPoint(0,0)};Graph.prototype.loadStylesheet=function(){var a=null!=this.themes?this.themes[this.defaultThemeName]:mxStyleRegistry.dynamicLoading?mxUtils.load(STYLE_PATH+"/default.xml").getDocumentElement():null;null!=a&&(new mxCodec(a.ownerDocument)).decode(a,this.getStylesheet())}; -Graph.prototype.importGraphModel=function(a,d,c,b){d=null!=d?d:0;c=null!=c?c:0;var f=[],e=new mxGraphModel;(new mxCodec(a.ownerDocument)).decode(a,e);a=e.getChildCount(e.getRoot());this.model.getChildCount(this.model.getRoot());this.model.beginUpdate();try{for(var g={},l=0;l<a;l++){var k=e.getChildAt(e.getRoot(),l);if(1!=a||this.isCellLocked(this.getDefaultParent()))k=this.importCells([k],0,0,this.model.getRoot(),null,g)[0],p=this.model.getChildren(k),this.moveCells(p,d,c),f=f.concat(p);else var p= -e.getChildren(k),f=f.concat(this.importCells(p,d,c,this.getDefaultParent(),null,g))}if(b){this.isGridEnabled()&&(d=this.snap(d),c=this.snap(c));var q=this.getBoundingBoxFromGeometry(f,!0);null!=q&&this.moveCells(f,d-q.x,c-q.y)}}finally{this.model.endUpdate()}return f};Graph.prototype.getAllConnectionConstraints=function(a,d){if(null!=a){var c=mxUtils.getValue(a.style,"points",null);if(null!=c){var b=[];try{for(var f=JSON.parse(c),c=0;c<f.length;c++){var e=f[c];b.push(new mxConnectionConstraint(new mxPoint(e[0], -e[1]),2<e.length?"0"!=e[2]:!0))}}catch(Q){}return b}if(null!=a.shape)if(null!=a.shape.stencil){if(null!=a.shape.stencil)return a.shape.stencil.constraints}else if(null!=a.shape.constraints)return a.shape.constraints}return null};Graph.prototype.flipEdge=function(a){if(null!=a){var d=this.view.getState(a),d=null!=d?d.style:this.getCellStyle(a);null!=d&&(d=mxUtils.getValue(d,mxConstants.STYLE_ELBOW,mxConstants.ELBOW_HORIZONTAL)==mxConstants.ELBOW_HORIZONTAL?mxConstants.ELBOW_VERTICAL:mxConstants.ELBOW_HORIZONTAL, +Graph.prototype.importGraphModel=function(a,d,c,b){d=null!=d?d:0;c=null!=c?c:0;var f=[],e=new mxGraphModel;(new mxCodec(a.ownerDocument)).decode(a,e);a=e.getChildCount(e.getRoot());this.model.getChildCount(this.model.getRoot());this.model.beginUpdate();try{for(var g={},k=0;k<a;k++){var l=e.getChildAt(e.getRoot(),k);if(1!=a||this.isCellLocked(this.getDefaultParent()))l=this.importCells([l],0,0,this.model.getRoot(),null,g)[0],q=this.model.getChildren(l),this.moveCells(q,d,c),f=f.concat(q);else var q= +e.getChildren(l),f=f.concat(this.importCells(q,d,c,this.getDefaultParent(),null,g))}if(b){this.isGridEnabled()&&(d=this.snap(d),c=this.snap(c));var m=this.getBoundingBoxFromGeometry(f,!0);null!=m&&this.moveCells(f,d-m.x,c-m.y)}}finally{this.model.endUpdate()}return f};Graph.prototype.getAllConnectionConstraints=function(a,d){if(null!=a){var c=mxUtils.getValue(a.style,"points",null);if(null!=c){var b=[];try{for(var f=JSON.parse(c),c=0;c<f.length;c++){var e=f[c];b.push(new mxConnectionConstraint(new mxPoint(e[0], +e[1]),2<e.length?"0"!=e[2]:!0))}}catch(Z){}return b}if(null!=a.shape)if(null!=a.shape.stencil){if(null!=a.shape.stencil)return a.shape.stencil.constraints}else if(null!=a.shape.constraints)return a.shape.constraints}return null};Graph.prototype.flipEdge=function(a){if(null!=a){var d=this.view.getState(a),d=null!=d?d.style:this.getCellStyle(a);null!=d&&(d=mxUtils.getValue(d,mxConstants.STYLE_ELBOW,mxConstants.ELBOW_HORIZONTAL)==mxConstants.ELBOW_HORIZONTAL?mxConstants.ELBOW_VERTICAL:mxConstants.ELBOW_HORIZONTAL, this.setCellStyles(mxConstants.STYLE_ELBOW,d,[a]))}};Graph.prototype.isValidRoot=function(a){for(var d=this.model.getChildCount(a),c=0,b=0;b<d;b++){var f=this.model.getChildAt(a,b);this.model.isVertex(f)&&(f=this.getCellGeometry(f),null==f||f.relative||c++)}return 0<c||this.isContainer(a)};Graph.prototype.isValidDropTarget=function(a){var d=this.view.getState(a),d=null!=d?d.style:this.getCellStyle(a);return"1"!=mxUtils.getValue(d,"part","0")&&(this.isContainer(a)||mxGraph.prototype.isValidDropTarget.apply(this, arguments)&&"0"!=mxUtils.getValue(d,"dropTarget","1"))};Graph.prototype.createGroupCell=function(){var a=mxGraph.prototype.createGroupCell.apply(this,arguments);a.setStyle("group");return a};Graph.prototype.isExtendParentsOnAdd=function(a){var d=mxGraph.prototype.isExtendParentsOnAdd.apply(this,arguments);if(d&&null!=a&&null!=this.layoutManager){var c=this.model.getParent(a);null!=c&&(c=this.layoutManager.getLayout(c),null!=c&&c.constructor==mxStackLayout&&(d=!1))}return d};Graph.prototype.getPreferredSizeForCell= -function(a){var d=mxGraph.prototype.getPreferredSizeForCell.apply(this,arguments);null!=d&&(d.width+=10,d.height+=4,this.gridEnabled&&(d.width=this.snap(d.width),d.height=this.snap(d.height)));return d};Graph.prototype.turnShapes=function(a){var d=this.getModel(),c=[];d.beginUpdate();try{for(var b=0;b<a.length;b++){var f=a[b];if(d.isEdge(f)){var e=d.getTerminal(f,!0),g=d.getTerminal(f,!1);d.setTerminal(f,g,!0);d.setTerminal(f,e,!1);var l=d.getGeometry(f);if(null!=l){l=l.clone();null!=l.points&&l.points.reverse(); -var k=l.getTerminalPoint(!0),p=l.getTerminalPoint(!1);l.setTerminalPoint(k,!1);l.setTerminalPoint(p,!0);d.setGeometry(f,l);var q=this.view.getState(f),t=this.view.getState(e),v=this.view.getState(g);if(null!=q){var O=null!=t?this.getConnectionConstraint(q,t,!0):null,h=null!=v?this.getConnectionConstraint(q,v,!1):null;this.setConnectionConstraint(f,e,!0,h);this.setConnectionConstraint(f,g,!1,O)}c.push(f)}}else if(d.isVertex(f)&&(l=this.getCellGeometry(f),null!=l)){l=l.clone();l.x+=l.width/2-l.height/ -2;l.y+=l.height/2-l.width/2;var y=l.width;l.width=l.height;l.height=y;d.setGeometry(f,l);var r=this.view.getState(f);if(null!=r){var x=r.style[mxConstants.STYLE_DIRECTION]||"east";"east"==x?x="south":"south"==x?x="west":"west"==x?x="north":"north"==x&&(x="east");this.setCellStyles(mxConstants.STYLE_DIRECTION,x,[f])}c.push(f)}}}finally{d.endUpdate()}return c};Graph.prototype.stencilHasPlaceholders=function(a){if(null!=a&&null!=a.fgNode)for(a=a.fgNode.firstChild;null!=a;){if("text"==a.nodeName&&"1"== +function(a){var d=mxGraph.prototype.getPreferredSizeForCell.apply(this,arguments);null!=d&&(d.width+=10,d.height+=4,this.gridEnabled&&(d.width=this.snap(d.width),d.height=this.snap(d.height)));return d};Graph.prototype.turnShapes=function(a){var d=this.getModel(),c=[];d.beginUpdate();try{for(var b=0;b<a.length;b++){var f=a[b];if(d.isEdge(f)){var e=d.getTerminal(f,!0),g=d.getTerminal(f,!1);d.setTerminal(f,g,!0);d.setTerminal(f,e,!1);var k=d.getGeometry(f);if(null!=k){k=k.clone();null!=k.points&&k.points.reverse(); +var l=k.getTerminalPoint(!0),q=k.getTerminalPoint(!1);k.setTerminalPoint(l,!1);k.setTerminalPoint(q,!0);d.setGeometry(f,k);var m=this.view.getState(f),t=this.view.getState(e),v=this.view.getState(g);if(null!=m){var S=null!=t?this.getConnectionConstraint(m,t,!0):null,h=null!=v?this.getConnectionConstraint(m,v,!1):null;this.setConnectionConstraint(f,e,!0,h);this.setConnectionConstraint(f,g,!1,S)}c.push(f)}}else if(d.isVertex(f)&&(k=this.getCellGeometry(f),null!=k)){k=k.clone();k.x+=k.width/2-k.height/ +2;k.y+=k.height/2-k.width/2;var w=k.width;k.width=k.height;k.height=w;d.setGeometry(f,k);var r=this.view.getState(f);if(null!=r){var C=r.style[mxConstants.STYLE_DIRECTION]||"east";"east"==C?C="south":"south"==C?C="west":"west"==C?C="north":"north"==C&&(C="east");this.setCellStyles(mxConstants.STYLE_DIRECTION,C,[f])}c.push(f)}}}finally{d.endUpdate()}return c};Graph.prototype.stencilHasPlaceholders=function(a){if(null!=a&&null!=a.fgNode)for(a=a.fgNode.firstChild;null!=a;){if("text"==a.nodeName&&"1"== a.getAttribute("placeholders"))return!0;a=a.nextSibling}return!1};Graph.prototype.processChange=function(a){mxGraph.prototype.processChange.apply(this,arguments);if(a instanceof mxValueChange&&null!=a.cell&&null!=a.cell.value&&"object"==typeof a.cell.value){var d=this.model.getDescendants(a.cell);if(0<d.length)for(var c=0;c<d.length;c++){var b=this.view.getState(d[c]);null!=b&&null!=b.shape&&null!=b.shape.stencil&&this.stencilHasPlaceholders(b.shape.stencil)?this.removeStateForCell(d[c]):this.isReplacePlaceholders(d[c])&& this.view.invalidate(d[c],!1,!1)}}};Graph.prototype.replaceElement=function(a,d){for(var c=a.ownerDocument.createElement(null!=d?d:"span"),b=Array.prototype.slice.call(a.attributes);attr=b.pop();)c.setAttribute(attr.nodeName,attr.nodeValue);c.innerHTML=a.innerHTML;a.parentNode.replaceChild(c,a)};Graph.prototype.updateLabelElements=function(a,d,c){a=null!=a?a:this.getSelectionCells();for(var b=document.createElement("div"),f=0;f<a.length;f++)if(this.isHtmlLabel(a[f])){var e=this.convertValueToString(a[f]); -if(null!=e&&0<e.length){b.innerHTML=e;for(var g=b.getElementsByTagName(null!=c?c:"*"),l=0;l<g.length;l++)d(g[l]);b.innerHTML!=e&&this.cellLabelChanged(a[f],b.innerHTML)}}};Graph.prototype.cellLabelChanged=function(a,d,c){d=this.zapGremlins(d);this.model.beginUpdate();try{if(null!=a.value&&"object"==typeof a.value){if(this.isReplacePlaceholders(a)&&null!=a.getAttribute("placeholder"))for(var b=a.getAttribute("placeholder"),f=a;null!=f;){if(f==this.model.getRoot()||null!=f.value&&"object"==typeof f.value&& +if(null!=e&&0<e.length){b.innerHTML=e;for(var g=b.getElementsByTagName(null!=c?c:"*"),k=0;k<g.length;k++)d(g[k]);b.innerHTML!=e&&this.cellLabelChanged(a[f],b.innerHTML)}}};Graph.prototype.cellLabelChanged=function(a,d,c){d=this.zapGremlins(d);this.model.beginUpdate();try{if(null!=a.value&&"object"==typeof a.value){if(this.isReplacePlaceholders(a)&&null!=a.getAttribute("placeholder"))for(var b=a.getAttribute("placeholder"),f=a;null!=f;){if(f==this.model.getRoot()||null!=f.value&&"object"==typeof f.value&& f.hasAttribute(b)){this.setAttributeForCell(f,b,d);break}f=this.model.getParent(f)}var e=a.value.cloneNode(!0);e.setAttribute("label",d);d=e}mxGraph.prototype.cellLabelChanged.apply(this,arguments)}finally{this.model.endUpdate()}};Graph.prototype.cellsRemoved=function(a){if(null!=a){for(var d=new mxDictionary,c=0;c<a.length;c++)d.put(a[c],!0);for(var b=[],c=0;c<a.length;c++){var f=this.model.getParent(a[c]);null==f||d.get(f)||(d.put(f,!0),b.push(f))}for(c=0;c<b.length;c++)if(f=this.view.getState(b[c]), null!=f&&(this.model.isEdge(f.cell)||this.model.isVertex(f.cell))&&this.isCellDeletable(f.cell)){var e=mxUtils.getValue(f.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),g=mxUtils.getValue(f.style,mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);if(e==mxConstants.NONE&&g==mxConstants.NONE){e=!0;for(g=0;g<this.model.getChildCount(f.cell)&&e;g++)d.get(this.model.getChildAt(f.cell,g))||(e=!1);e&&a.push(f.cell)}}}mxGraph.prototype.cellsRemoved.apply(this,arguments)};Graph.prototype.removeCellsAfterUngroup= function(a){for(var d=[],c=0;c<a.length;c++)if(this.isCellDeletable(a[c])){var b=this.view.getState(a[c]);if(null!=b){var f=mxUtils.getValue(b.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),b=mxUtils.getValue(b.style,mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);f==mxConstants.NONE&&b==mxConstants.NONE&&d.push(a[c])}}a=d;mxGraph.prototype.removeCellsAfterUngroup.apply(this,arguments)};Graph.prototype.setLinkForCell=function(a,d){this.setAttributeForCell(a,"link",d)};Graph.prototype.setTooltipForCell= @@ -2343,59 +2343,60 @@ this.view.scale-this.view.translate.x,c=this.container.scrollTop/this.view.scale (d.y+d.height)/a.scale-a.translate.y+2*this.gridSize)));return new mxPoint(b,a)};Graph.prototype.isMouseInsertPoint=function(){return!1};Graph.prototype.addText=function(a,d,c){var b=new mxCell;b.value="Text";b.style="text;html=1;resizable=0;points=[];";b.geometry=new mxGeometry(0,0,0,0);b.vertex=!0;if(null!=c){b.style+="align=center;verticalAlign=middle;labelBackgroundColor=#ffffff;";b.geometry.relative=!0;b.connectable=!1;var f=this.view.getRelativePoint(c,a,d);b.geometry.x=Math.round(1E4*f.x)/ 1E4;b.geometry.y=Math.round(f.y);b.geometry.offset=new mxPoint(0,0);var f=this.view.getPoint(c,b.geometry),e=this.view.scale;b.geometry.offset=new mxPoint(Math.round((a-f.x)/e),Math.round((d-f.y)/e))}else b.style+="autosize=1;align=left;verticalAlign=top;spacingTop=-4;",f=this.view.translate,b.geometry.width=40,b.geometry.height=20,b.geometry.x=Math.round(a/this.view.scale)-f.x,b.geometry.y=Math.round(d/this.view.scale)-f.y;this.getModel().beginUpdate();try{this.addCells([b],null!=c?c.cell:null), this.fireEvent(new mxEventObject("textInserted","cells",[b])),this.autoSizeCell(b)}finally{this.getModel().endUpdate()}return b};Graph.prototype.getAbsoluteUrl=function(a){null!=a&&this.isRelativeUrl(a)&&(a="#"==a.charAt(0)?this.baseUrl+a:"/"==a.charAt(0)?this.domainUrl+a:this.domainPathUrl+a);return a};Graph.prototype.addClickHandler=function(a,d,c){var b=mxUtils.bind(this,function(){var a=this.container.getElementsByTagName("a");if(null!=a)for(var c=0;c<a.length;c++){var b=this.getAbsoluteUrl(a[c].getAttribute("href")); -null!=b&&(a[c].setAttribute("href",b),null!=d&&mxEvent.addGestureListeners(a[c],null,null,d))}});this.model.addListener(mxEvent.CHANGE,b);b();var f=this.container.style.cursor,e=this.getTolerance(),g=this,l={currentState:null,currentLink:null,highlight:null!=a&&""!=a&&a!=mxConstants.NONE?new mxCellHighlight(g,a,4):null,startX:0,startY:0,scrollLeft:0,scrollTop:0,updateCurrentState:function(a){var d=a.sourceState;if(null==d||null==g.getLinkForCell(d.cell))a=g.getCellAt(a.getGraphX(),a.getGraphY(),null, +null!=b&&(a[c].setAttribute("href",b),null!=d&&mxEvent.addGestureListeners(a[c],null,null,d))}});this.model.addListener(mxEvent.CHANGE,b);b();var f=this.container.style.cursor,e=this.getTolerance(),g=this,k={currentState:null,currentLink:null,highlight:null!=a&&""!=a&&a!=mxConstants.NONE?new mxCellHighlight(g,a,4):null,startX:0,startY:0,scrollLeft:0,scrollTop:0,updateCurrentState:function(a){var d=a.sourceState;if(null==d||null==g.getLinkForCell(d.cell))a=g.getCellAt(a.getGraphX(),a.getGraphY(),null, null,null,function(a,d,c){return null==g.getLinkForCell(a.cell)}),d=g.view.getState(a);d!=this.currentState&&(null!=this.currentState&&this.clear(),this.currentState=d,null!=this.currentState&&this.activate(this.currentState))},mouseDown:function(a,d){this.startX=d.getGraphX();this.startY=d.getGraphY();this.scrollLeft=g.container.scrollLeft;this.scrollTop=g.container.scrollTop;null==this.currentLink&&"auto"==g.container.style.overflow&&(g.container.style.cursor="move");this.updateCurrentState(d)}, mouseMove:function(a,d){if(g.isMouseDown){if(null!=this.currentLink){var c=Math.abs(this.startX-d.getGraphX()),b=Math.abs(this.startY-d.getGraphY());(c>e||b>e)&&this.clear()}}else{for(c=d.getSource();null!=c&&"a"!=c.nodeName.toLowerCase();)c=c.parentNode;null!=c?this.clear():(null!=g.tooltipHandler&&null!=this.currentLink&&null!=this.currentState&&g.tooltipHandler.reset(d,!0,this.currentState),(null==this.currentState||d.getState()!=this.currentState&&null!=d.sourceState||!g.intersects(this.currentState, -d.getGraphX(),d.getGraphY()))&&this.updateCurrentState(d))}},mouseUp:function(a,b){for(var f=b.getSource(),l=b.getEvent();null!=f&&"a"!=f.nodeName.toLowerCase();)f=f.parentNode;null==f&&Math.abs(this.scrollLeft-g.container.scrollLeft)<e&&Math.abs(this.scrollTop-g.container.scrollTop)<e&&(null==b.sourceState||!b.isSource(b.sourceState.control))&&((mxEvent.isLeftMouseButton(l)||mxEvent.isMiddleMouseButton(l))&&!mxEvent.isPopupTrigger(l)||mxEvent.isTouchEvent(l))&&(null!=this.currentLink?(f=g.isBlankLink(this.currentLink), -"data:"!==this.currentLink.substring(0,5)&&f||null==d||d(l,this.currentLink),mxEvent.isConsumed(l)||(l=mxEvent.isMiddleMouseButton(l)?"_blank":f?g.linkTarget:"_top",g.openLink(this.currentLink,l),b.consume())):null!=c&&!b.isConsumed()&&Math.abs(this.scrollLeft-g.container.scrollLeft)<e&&Math.abs(this.scrollTop-g.container.scrollTop)<e&&Math.abs(this.startX-b.getGraphX())<e&&Math.abs(this.startY-b.getGraphY())<e&&c(b.getEvent()));this.clear()},activate:function(a){this.currentLink=g.getAbsoluteUrl(g.getLinkForCell(a.cell)); -null!=this.currentLink&&(g.container.style.cursor="pointer",null!=this.highlight&&this.highlight.highlight(a))},clear:function(){null!=g.container&&(g.container.style.cursor=f);this.currentLink=this.currentState=null;null!=this.highlight&&this.highlight.hide();null!=g.tooltipHandler&&g.tooltipHandler.hide()}};g.click=function(a){};g.addMouseListener(l);mxEvent.addListener(document,"mouseleave",function(a){l.clear()})};Graph.prototype.duplicateCells=function(a,d){a=null!=a?a:this.getSelectionCells(); -d=null!=d?d:!0;a=this.model.getTopmostCells(a);var c=this.getModel(),b=this.gridSize,f=[];c.beginUpdate();try{for(var e=this.cloneCells(a,!1),g=0;g<a.length;g++){var l=c.getParent(a[g]),k=this.moveCells([e[g]],b,b,!1)[0];f.push(k);if(d)c.add(l,e[g]);else{var p=l.getIndex(a[g]);c.add(l,e[g],p+1)}}}finally{c.endUpdate()}return f};Graph.prototype.insertImage=function(a,d,c){if(null!=a){for(var b=this.cellEditor.textarea.getElementsByTagName("img"),f=[],e=0;e<b.length;e++)f.push(b[e]);document.execCommand("insertimage", -!1,a);a=this.cellEditor.textarea.getElementsByTagName("img");if(a.length==f.length+1)for(e=a.length-1;0<=e;e--)if(0==e||a[e]!=f[e-1]){a[e].setAttribute("width",d);a[e].setAttribute("height",c);break}}};Graph.prototype.insertLink=function(a){0==a.length?document.execCommand("unlink",!1):document.execCommand("createlink",!1,mxUtils.trim(a))};Graph.prototype.isCellResizable=function(a){var d=mxGraph.prototype.isCellResizable.apply(this,arguments),c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a); -return d||"0"!=mxUtils.getValue(c,mxConstants.STYLE_RESIZABLE,"1")&&"wrap"==c[mxConstants.STYLE_WHITE_SPACE]};Graph.prototype.distributeCells=function(a,d){null==d&&(d=this.getSelectionCells());if(null!=d&&1<d.length){for(var c=[],b=null,f=null,e=0;e<d.length;e++)if(this.getModel().isVertex(d[e])){var g=this.view.getState(d[e]);if(null!=g){var l=a?g.getCenterX():g.getCenterY(),b=null!=b?Math.max(b,l):l,f=null!=f?Math.min(f,l):l;c.push(g)}}if(2<c.length){c.sort(function(d,c){return a?d.x-c.x:d.y-c.y}); -g=this.view.translate;l=this.view.scale;f=f/l-(a?g.x:g.y);b=b/l-(a?g.x:g.y);this.getModel().beginUpdate();try{for(var k=(b-f)/(c.length-1),b=f,e=1;e<c.length-1;e++){var p=this.view.getState(this.model.getParent(c[e].cell)),q=this.getCellGeometry(c[e].cell),b=b+k;null!=q&&null!=p&&(q=q.clone(),a?q.x=Math.round(b-q.width/2)-p.origin.x:q.y=Math.round(b-q.height/2)-p.origin.y,this.getModel().setGeometry(c[e].cell,q))}}finally{this.getModel().endUpdate()}}}return d};Graph.prototype.isCloneEvent=function(a){return mxClient.IS_MAC&& -mxEvent.isMetaDown(a)||mxEvent.isControlDown(a)};Graph.prototype.encodeCells=function(a){for(var d=this.cloneCells(a),c=new mxDictionary,b=0;b<a.length;b++)c.put(a[b],!0);for(b=0;b<d.length;b++){var f=this.view.getState(a[b]);if(null!=f){var e=this.getCellGeometry(d[b]);null==e||!e.relative||this.model.isEdge(a[b])||c.get(this.model.getParent(a[b]))||(e.relative=!1,e.x=f.x/f.view.scale-f.view.translate.x,e.y=f.y/f.view.scale-f.view.translate.y)}}c=new mxCodec;f=new mxGraphModel;e=f.getChildAt(f.getRoot(), -0);for(b=0;b<a.length;b++)f.add(e,d[b]);return c.encode(f)};Graph.prototype.createSvgImageExport=function(){var a=new mxImageExport;a.getLinkForCellState=mxUtils.bind(this,function(a,d){return this.getLinkForCell(a.cell)});return a};Graph.prototype.getSvg=function(a,d,c,b,f,e,g,l){var k=this.useCssTransforms;k&&(this.useCssTransforms=!1,this.view.revalidate(),this.sizeDidChange());try{d=null!=d?d:1;c=null!=c?c:0;f=null!=f?f:!0;e=null!=e?e:!0;g=null!=g?g:!0;var p=e||b?this.getGraphBounds():this.getBoundingBox(this.getSelectionCells()); -if(null==p)throw Error(mxResources.get("drawingEmpty"));var q=this.view.scale,t=mxUtils.createXmlDocument(),v=null!=t.createElementNS?t.createElementNS(mxConstants.NS_SVG,"svg"):t.createElement("svg");null!=a&&(null!=v.style?v.style.backgroundColor=a:v.setAttribute("style","background-color:"+a));null==t.createElementNS?(v.setAttribute("xmlns",mxConstants.NS_SVG),v.setAttribute("xmlns:xlink",mxConstants.NS_XLINK)):v.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink",mxConstants.NS_XLINK); -a=d/q;v.setAttribute("width",Math.max(1,Math.ceil(p.width*a)+2*c)+"px");v.setAttribute("height",Math.max(1,Math.ceil(p.height*a)+2*c)+"px");v.setAttribute("version","1.1");b=v;if(f){var h=null!=t.createElementNS?t.createElementNS(mxConstants.NS_SVG,"g"):t.createElement("g");h.setAttribute("transform","translate(0.5,0.5)");v.appendChild(h);t.appendChild(v);b=h}else t.appendChild(v);var y=this.createSvgCanvas(b);y.foOffset=f?-.5:0;y.textOffset=f?-.5:0;y.imageOffset=f?-.5:0;y.translate(Math.floor((c/ -d-p.x)/q),Math.floor((c/d-p.y)/q));var r=document.createElement("textarea"),x=y.createAlternateContent;y.createAlternateContent=function(a,d,c,b,f,e,g,l,k,p,q,t,v){var h=this.state;if(null!=this.foAltText&&(0==b||0!=h.fontSize&&e.length<5*b/h.fontSize)){var y=this.createElement("text");y.setAttribute("x",Math.round(b/2));y.setAttribute("y",Math.round((f+h.fontSize)/2));y.setAttribute("fill",h.fontColor||"black");y.setAttribute("text-anchor","middle");y.setAttribute("font-size",Math.round(h.fontSize)+ -"px");y.setAttribute("font-family",h.fontFamily);(h.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&y.setAttribute("font-weight","bold");(h.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&y.setAttribute("font-style","italic");(h.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&y.setAttribute("text-decoration","underline");try{return r.innerHTML=e,y.textContent=r.value,y}catch(za){return x.apply(this,arguments)}}else return x.apply(this,arguments)};var z=this.backgroundImage; -if(null!=z){d=q/d;var A=this.view.translate,m=new mxRectangle(A.x*d,A.y*d,z.width*d,z.height*d);mxUtils.intersects(p,m)&&y.image(A.x,A.y,z.width,z.height,z.src,!0)}y.scale(a);y.textEnabled=g;l=null!=l?l:this.createSvgImageExport();var n=l.drawCellState;l.drawCellState=function(a,d){for(var c=a.view.graph,b=c.isCellSelected(a.cell),f=c.model.getParent(a.cell);!e&&!b&&null!=f;)b=c.isCellSelected(f),f=c.model.getParent(f);(e||b)&&n.apply(this,arguments)};l.drawState(this.getView().getState(this.model.root), -y);return v}finally{k&&(this.useCssTransforms=!0,this.view.revalidate(),this.sizeDidChange())}};Graph.prototype.createSvgCanvas=function(a){return new mxSvgCanvas2D(a)};Graph.prototype.getSelectedElement=function(){var a=null;if(window.getSelection){var d=window.getSelection();d.getRangeAt&&d.rangeCount&&(a=d.getRangeAt(0).commonAncestorContainer)}else document.selection&&(a=document.selection.createRange().parentElement());return a};Graph.prototype.getParentByName=function(a,d,c){for(;null!=a&&a.nodeName!= -d;){if(a==c)return null;a=a.parentNode}return a};Graph.prototype.selectNode=function(a){var d=null;if(window.getSelection){if(d=window.getSelection(),d.getRangeAt&&d.rangeCount){var c=document.createRange();c.selectNode(a);d.removeAllRanges();d.addRange(c)}}else(d=document.selection)&&"Control"!=d.type&&(a=d.createRange(),a.collapse(!0),c=d.createRange(),c.setEndPoint("StartToStart",a),c.select())};Graph.prototype.insertRow=function(a,d){for(var c=a.tBodies[0],b=c.rows[0].cells,f=0,e=0;e<b.length;e++)var g= -b[e].getAttribute("colspan"),f=f+(null!=g?parseInt(g):1);c=c.insertRow(d);for(e=0;e<f;e++)mxUtils.br(c.insertCell(-1));return c.cells[0]};Graph.prototype.deleteRow=function(a,d){a.tBodies[0].deleteRow(d)};Graph.prototype.insertColumn=function(a,d){var c=a.tHead;if(null!=c)for(var b=0;b<c.rows.length;b++){var f=document.createElement("th");c.rows[b].appendChild(f);mxUtils.br(f)}c=a.tBodies[0];for(b=0;b<c.rows.length;b++)f=c.rows[b].insertCell(d),mxUtils.br(f);return c.rows[0].cells[0<=d?d:c.rows[0].cells.length- -1]};Graph.prototype.deleteColumn=function(a,d){if(0<=d)for(var c=a.tBodies[0].rows,b=0;b<c.length;b++)c[b].cells.length>d&&c[b].deleteCell(d)};Graph.prototype.pasteHtmlAtCaret=function(a){var d;if(window.getSelection){if(d=window.getSelection(),d.getRangeAt&&d.rangeCount){d=d.getRangeAt(0);d.deleteContents();var c=document.createElement("div");c.innerHTML=a;a=document.createDocumentFragment();for(var b;b=c.firstChild;)lastNode=a.appendChild(b);d.insertNode(a)}}else(d=document.selection)&&"Control"!= -d.type&&d.createRange().pasteHTML(a)};Graph.prototype.createLinkForHint=function(a,d){d=null!=d?d:a;var c=document.createElement("a");c.setAttribute("href",this.getAbsoluteUrl(a));null==a||this.isCustomLink(a)||c.setAttribute("title",a);null!=this.linkTarget&&c.setAttribute("target",this.linkTarget);40<d.length&&(d=d.substring(0,26)+"..."+d.substring(d.length-10));mxUtils.write(c,d);return c};Graph.prototype.initTouch=function(){this.connectionHandler.marker.isEnabled=function(){return null!=this.graph.connectionHandler.first}; -this.addListener(mxEvent.START_EDITING,function(a,d){this.popupMenuHandler.hideMenu()});var a=this.updateMouseEvent;this.updateMouseEvent=function(d){d=a.apply(this,arguments);if(mxEvent.isTouchEvent(d.getEvent())&&null==d.getState()){var c=this.getCellAt(d.graphX,d.graphY);null!=c&&this.isSwimlane(c)&&this.hitsSwimlaneContent(c,d.graphX,d.graphY)||(d.state=this.view.getState(c),null!=d.state&&null!=d.state.shape&&(this.container.style.cursor=d.state.shape.node.style.cursor))}null==d.getState()&& -this.isEnabled()&&(this.container.style.cursor="default");return d};var d=!1,c=!1,b=!1,f=this.fireMouseEvent;this.fireMouseEvent=function(a,e,g){a==mxEvent.MOUSE_DOWN&&(e=this.updateMouseEvent(e),d=this.isCellSelected(e.getCell()),c=this.isSelectionEmpty(),b=this.popupMenuHandler.isMenuShowing());f.apply(this,arguments)};this.popupMenuHandler.mouseUp=mxUtils.bind(this,function(a,f){this.popupMenuHandler.popupTrigger=!this.isEditing()&&this.isEnabled()&&(null==f.getState()||!f.isSource(f.getState().control))&& -(this.popupMenuHandler.popupTrigger||!b&&!mxEvent.isMouseEvent(f.getEvent())&&(c&&null==f.getCell()&&this.isSelectionEmpty()||d&&this.isCellSelected(f.getCell())));mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler,arguments)})};mxCellEditor.prototype.isContentEditing=function(){var a=this.graph.view.getState(this.editingCell);return null!=a&&1==a.style.html};mxCellEditor.prototype.saveSelection=function(){if(window.getSelection){var a=window.getSelection();if(a.getRangeAt&&a.rangeCount){for(var d= -[],c=0,b=a.rangeCount;c<b;++c)d.push(a.getRangeAt(c));return d}}else if(document.selection&&document.selection.createRange)return document.selection.createRange();return null};mxCellEditor.prototype.restoreSelection=function(a){try{if(a)if(window.getSelection){sel=window.getSelection();sel.removeAllRanges();for(var d=0,c=a.length;d<c;++d)sel.addRange(a[d])}else document.selection&&a.select&&a.select()}catch(L){}};var h=mxCellRenderer.prototype.initializeLabel;mxCellRenderer.prototype.initializeLabel= -function(a){null!=a.text&&(a.text.replaceLinefeeds="0"!=mxUtils.getValue(a.style,"nl2Br","1"));h.apply(this,arguments)};var n=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update=function(a,d){this.isKeepFocusEvent(a)||!mxEvent.isAltDown(a.getEvent())?n.apply(this,arguments):this.reset()};mxGuide.prototype.createGuideShape=function(a){return new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH)};mxCellEditor.prototype.escapeCancelsEditing=!1;var m=mxCellEditor.prototype.startEditing; -mxCellEditor.prototype.startEditing=function(a,d){m.apply(this,arguments);var c=this.graph.view.getState(a);this.textarea.className=null!=c&&1==c.style.html?"mxCellEditor geContentEditable":"mxCellEditor mxPlainTextEditor";this.codeViewMode=!1;this.switchSelectionState=null;this.graph.setSelectionCell(a);var c=this.graph.getModel().getParent(a),b=this.graph.getCellGeometry(a);this.graph.getModel().isEdge(c)&&null!=b&&b.relative||this.graph.getModel().isEdge(a)?mxClient.IS_QUIRKS?this.textarea.style.border= -"gray dotted 1px":this.textarea.style.outline=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_FF&&mxClient.IS_WIN?"gray dotted 1px":"":mxClient.IS_QUIRKS&&(this.textarea.style.outline="none",this.textarea.style.border="")};var r=mxCellEditor.prototype.installListeners;mxCellEditor.prototype.installListeners=function(a){function d(a,c){c.originalNode=a;a=a.firstChild;for(var b=c.firstChild;null!=a&&null!=b;)d(a,b),a=a.nextSibling,b=b.nextSibling;return c}function c(a,d){if(null!=a)if(d.originalNode!= -a)b(a);else for(a=a.firstChild,d=d.firstChild;null!=a;){var f=a.nextSibling;null==d?b(a):(c(a,d),d=d.nextSibling);a=f}}function b(a){for(var d=a.firstChild;null!=d;){var c=d.nextSibling;b(d);d=c}1==a.nodeType&&("BR"===a.nodeName||null!=a.firstChild)||3==a.nodeType&&0!=mxUtils.trim(mxUtils.getTextContent(a)).length?(3==a.nodeType&&mxUtils.setTextContent(a,mxUtils.getTextContent(a).replace(/\n|\r/g,"")),1==a.nodeType&&(a.removeAttribute("style"),a.removeAttribute("class"),a.removeAttribute("width"), -a.removeAttribute("cellpadding"),a.removeAttribute("cellspacing"),a.removeAttribute("border"))):a.parentNode.removeChild(a)}r.apply(this,arguments);mxClient.IS_QUIRKS||7===document.documentMode||8===document.documentMode||mxEvent.addListener(this.textarea,"paste",mxUtils.bind(this,function(a){var b=d(this.textarea,this.textarea.cloneNode(!0));window.setTimeout(mxUtils.bind(this,function(){c(this.textarea,b)}),0)}))};mxCellEditor.prototype.toggleViewMode=function(){var a=this.graph.view.getState(this.editingCell), -d=null!=a&&"0"!=mxUtils.getValue(a.style,"nl2Br","1"),c=this.saveSelection();if(this.codeViewMode){l=mxUtils.extractTextWithWhitespace(this.textarea.childNodes);0<l.length&&"\n"==l.charAt(l.length-1)&&(l=l.substring(0,l.length-1));l=this.graph.sanitizeHtml(d?l.replace(/\n/g,"<br/>"):l,!0);this.textarea.className="mxCellEditor geContentEditable";var b=mxUtils.getValue(a.style,mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE),d=mxUtils.getValue(a.style,mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY), -f=mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),e=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD,g=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC,a=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(b*mxConstants.LINE_HEIGHT)+ -"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(b)+"px";this.textarea.style.textDecoration=a?"underline":"";this.textarea.style.fontWeight=e?"bold":"normal";this.textarea.style.fontStyle=g?"italic":"";this.textarea.style.fontFamily=d;this.textarea.style.textAlign=f;this.textarea.style.padding="0px";this.textarea.innerHTML!=l&&(this.textarea.innerHTML=l,0==this.textarea.innerHTML.length&&(this.textarea.innerHTML=this.getEmptyLabelText(),this.clearOnChange=0<this.textarea.innerHTML.length)); -this.codeViewMode=!1}else{this.clearOnChange&&this.textarea.innerHTML==this.getEmptyLabelText()&&(this.clearOnChange=!1,this.textarea.innerHTML="");var l=mxUtils.htmlEntities(this.textarea.innerHTML);mxClient.IS_QUIRKS||8==document.documentMode||(l=mxUtils.replaceTrailingNewlines(l,"<div><br></div>"));l=this.graph.sanitizeHtml(d?l.replace(/\n/g,"").replace(/<br\s*.?>/g,"<br>"):l,!0);this.textarea.className="mxCellEditor mxPlainTextEditor";var b=mxConstants.DEFAULT_FONTSIZE;this.textarea.style.lineHeight= -mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(b*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(b)+"px";this.textarea.style.textDecoration="";this.textarea.style.fontWeight="normal";this.textarea.style.fontStyle="";this.textarea.style.fontFamily=mxConstants.DEFAULT_FONTFAMILY;this.textarea.style.textAlign="left";this.textarea.style.padding="2px";this.textarea.innerHTML!=l&&(this.textarea.innerHTML=l);this.codeViewMode=!0}this.textarea.focus();null!=this.switchSelectionState&& -this.restoreSelection(this.switchSelectionState);this.switchSelectionState=c;this.resize()};var u=mxCellEditor.prototype.resize;mxCellEditor.prototype.resize=function(a,d){if(null!=this.textarea)if(a=this.graph.getView().getState(this.editingCell),this.codeViewMode&&null!=a){var c=a.view.scale;this.bounds=mxRectangle.fromRectangle(a);if(0==this.bounds.width&&0==this.bounds.height){this.bounds.width=160*c;this.bounds.height=60*c;var b=null!=a.text?a.text.margin:null;null==b&&(b=mxUtils.getAlignmentAsPoint(mxUtils.getValue(a.style, -mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),mxUtils.getValue(a.style,mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE)));this.bounds.x+=b.x*this.bounds.width;this.bounds.y+=b.y*this.bounds.height}this.textarea.style.width=Math.round((this.bounds.width-4)/c)+"px";this.textarea.style.height=Math.round((this.bounds.height-4)/c)+"px";this.textarea.style.overflow="auto";this.textarea.clientHeight<this.textarea.offsetHeight&&(this.textarea.style.height=Math.round(this.bounds.height/c)+(this.textarea.offsetHeight- -this.textarea.clientHeight)+"px",this.bounds.height=parseInt(this.textarea.style.height)*c);this.textarea.clientWidth<this.textarea.offsetWidth&&(this.textarea.style.width=Math.round(this.bounds.width/c)+(this.textarea.offsetWidth-this.textarea.clientWidth)+"px",this.bounds.width=parseInt(this.textarea.style.width)*c);this.textarea.style.left=Math.round(this.bounds.x)+"px";this.textarea.style.top=Math.round(this.bounds.y)+"px";mxClient.IS_VML?this.textarea.style.zoom=c:mxUtils.setPrefixedStyle(this.textarea.style, -"transform","scale("+c+","+c+")")}else this.textarea.style.height="",this.textarea.style.overflow="",u.apply(this,arguments)};mxCellEditorGetInitialValue=mxCellEditor.prototype.getInitialValue;mxCellEditor.prototype.getInitialValue=function(a,d){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetInitialValue.apply(this,arguments);var c=this.graph.getEditingValue(a.cell,d);"1"==mxUtils.getValue(a.style,"nl2Br","1")&&(c=c.replace(/\n/g,"<br/>"));return c=this.graph.sanitizeHtml(c,!0)}; -mxCellEditorGetCurrentValue=mxCellEditor.prototype.getCurrentValue;mxCellEditor.prototype.getCurrentValue=function(a){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetCurrentValue.apply(this,arguments);var d=this.graph.sanitizeHtml(this.textarea.innerHTML,!0);return d="1"==mxUtils.getValue(a.style,"nl2Br","1")?d.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>"):d.replace(/\r\n/g,"").replace(/\n/g,"")};var d=mxCellEditor.prototype.stopEditing;mxCellEditor.prototype.stopEditing=function(a){this.codeViewMode&& -this.toggleViewMode();d.apply(this,arguments);this.focusContainer()};mxCellEditor.prototype.focusContainer=function(){try{this.graph.container.focus()}catch(O){}};var f=mxCellEditor.prototype.applyValue;mxCellEditor.prototype.applyValue=function(a,d){this.graph.getModel().beginUpdate();try{if(f.apply(this,arguments),this.graph.isCellDeletable(a.cell)&&0==this.graph.model.getChildCount(a.cell)){var c=mxUtils.getValue(a.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),b=mxUtils.getValue(a.style, -mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);""==d&&c==mxConstants.NONE&&b==mxConstants.NONE&&this.graph.removeCells([a.cell],!1)}}finally{this.graph.getModel().endUpdate()}};mxCellEditor.prototype.getBackgroundColor=function(a){var d=null;if(this.graph.getModel().isEdge(a.cell)||this.graph.getModel().isEdge(this.graph.getModel().getParent(a.cell)))d=mxUtils.getValue(a.style,mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,null),d==mxConstants.NONE&&(d=null);return d};mxCellEditor.prototype.getMinimumSize= -function(a){var d=this.graph.getView().scale;return new mxRectangle(0,0,null==a.text?30:a.text.size*d+20,30)};var g=mxGraphHandler.prototype.moveCells;mxGraphHandler.prototype.moveCells=function(a,d,c,b,f,e){mxEvent.isAltDown(e)&&(f=null);g.apply(this,arguments)};mxGraphHandler.prototype.updateHint=function(d){if(null!=this.shape){null==this.hint&&(this.hint=a(),this.graph.container.appendChild(this.hint));var c=this.graph.view.translate,b=this.graph.view.scale;d=this.roundLength((this.bounds.x+this.currentDx)/ -b-c.x);c=this.roundLength((this.bounds.y+this.currentDy)/b-c.y);this.hint.innerHTML=d+", "+c;this.hint.style.left=this.shape.bounds.x+Math.round((this.shape.bounds.width-this.hint.clientWidth)/2)+"px";this.hint.style.top=this.shape.bounds.y+this.shape.bounds.height+12+"px"}};mxGraphHandler.prototype.removeHint=function(){null!=this.hint&&(this.hint.parentNode.removeChild(this.hint),this.hint=null)};mxVertexHandler.prototype.isRecursiveResize=function(a,d){return!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&& -!mxEvent.isControlDown(d.getEvent())&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null)};mxVertexHandler.prototype.isCenteredEvent=function(a,d){return!(!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null))&&mxEvent.isControlDown(d.getEvent())||mxEvent.isMetaDown(d.getEvent())}; -var p=mxVertexHandler.prototype.getHandlePadding;mxVertexHandler.prototype.getHandlePadding=function(){var a=new mxPoint(0,0),d=this.tolerance;this.graph.cellEditor.getEditingCell()==this.state.cell&&null!=this.sizers&&0<this.sizers.length&&null!=this.sizers[0]?(d/=2,a.x=this.sizers[0].bounds.width+d,a.y=this.sizers[0].bounds.height+d):a=p.apply(this,arguments);return a};mxVertexHandler.prototype.updateHint=function(d){this.index!=mxEvent.LABEL_HANDLE&&(null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint)), -this.index==mxEvent.ROTATION_HANDLE?this.hint.innerHTML=this.currentAlpha+"°":(d=this.state.view.scale,this.hint.innerHTML=this.roundLength(this.bounds.width/d)+" x "+this.roundLength(this.bounds.height/d)),d=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.state.style[mxConstants.STYLE_ROTATION]||"0"),null==d&&(d=this.bounds),this.hint.style.left=d.x+Math.round((d.width-this.hint.clientWidth)/2)+"px",this.hint.style.top=d.y+d.height+12+"px",null!=this.linkHint&& -(this.linkHint.style.display="none"))};mxVertexHandler.prototype.removeHint=function(){mxGraphHandler.prototype.removeHint.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.display="")};mxEdgeHandler.prototype.updateHint=function(d,c){null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint));var b=this.graph.view.translate,f=this.graph.view.scale,e=this.roundLength(c.x/f-b.x),b=this.roundLength(c.y/f-b.y);this.hint.innerHTML=e+", "+b;this.hint.style.visibility= -"visible";if(this.isSource||this.isTarget)null!=this.constraintHandler.currentConstraint&&null!=this.constraintHandler.currentFocus?(e=this.constraintHandler.currentConstraint.point,this.hint.innerHTML="["+Math.round(100*e.x)+"%, "+Math.round(100*e.y)+"%]"):this.marker.hasValidState()&&(this.hint.style.visibility="hidden");this.hint.style.left=Math.round(d.getGraphX()-this.hint.clientWidth/2)+"px";this.hint.style.top=Math.max(d.getGraphY(),c.y)+this.state.view.graph.gridSize+"px";null!=this.linkHint&& -(this.linkHint.style.display="none")};mxEdgeHandler.prototype.removeHint=mxVertexHandler.prototype.removeHint;HoverIcons.prototype.mainHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/>'):new mxImage(IMAGE_PATH+"/handle-main.png",17,17);HoverIcons.prototype.secondaryHandle=mxClient.IS_SVG?Graph.createSvgImage(16,16,'<path d="m 8 3 L 13 8 L 8 13 L 3 8 z" stroke="#fff" fill="#fca000"/>'):new mxImage(IMAGE_PATH+"/handle-secondary.png", -17,17);HoverIcons.prototype.fixedHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><path d="m 7 7 L 11 11 M 7 11 L 11 7" stroke="#fff"/>'):new mxImage(IMAGE_PATH+"/handle-fixed.png",17,17);HoverIcons.prototype.terminalHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><circle cx="9" cy="9" r="2" stroke="#fff" fill="transparent"/>'):new mxImage(IMAGE_PATH+ -"/handle-terminal.png",17,17);HoverIcons.prototype.rotationHandle=new mxImage(mxClient.IS_SVG?"data:image/png;base64,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": +d.getGraphX(),d.getGraphY()))&&this.updateCurrentState(d))}},mouseUp:function(a,b){for(var f=b.getSource(),k=b.getEvent();null!=f&&"a"!=f.nodeName.toLowerCase();)f=f.parentNode;null==f&&Math.abs(this.scrollLeft-g.container.scrollLeft)<e&&Math.abs(this.scrollTop-g.container.scrollTop)<e&&(null==b.sourceState||!b.isSource(b.sourceState.control))&&((mxEvent.isLeftMouseButton(k)||mxEvent.isMiddleMouseButton(k))&&!mxEvent.isPopupTrigger(k)||mxEvent.isTouchEvent(k))&&(null!=this.currentLink?(f=g.isBlankLink(this.currentLink), +"data:"!==this.currentLink.substring(0,5)&&f||null==d||d(k,this.currentLink),mxEvent.isConsumed(k)||(k=mxEvent.isMiddleMouseButton(k)?"_blank":f?g.linkTarget:"_top",g.openLink(this.currentLink,k),b.consume())):null!=c&&!b.isConsumed()&&Math.abs(this.scrollLeft-g.container.scrollLeft)<e&&Math.abs(this.scrollTop-g.container.scrollTop)<e&&Math.abs(this.startX-b.getGraphX())<e&&Math.abs(this.startY-b.getGraphY())<e&&c(b.getEvent()));this.clear()},activate:function(a){this.currentLink=g.getAbsoluteUrl(g.getLinkForCell(a.cell)); +null!=this.currentLink&&(g.container.style.cursor="pointer",null!=this.highlight&&this.highlight.highlight(a))},clear:function(){null!=g.container&&(g.container.style.cursor=f);this.currentLink=this.currentState=null;null!=this.highlight&&this.highlight.hide();null!=g.tooltipHandler&&g.tooltipHandler.hide()}};g.click=function(a){};g.addMouseListener(k);mxEvent.addListener(document,"mouseleave",function(a){k.clear()})};Graph.prototype.duplicateCells=function(a,d){a=null!=a?a:this.getSelectionCells(); +d=null!=d?d:!0;a=this.model.getTopmostCells(a);var c=this.getModel(),b=this.gridSize,f=[];c.beginUpdate();try{for(var e=this.cloneCells(a,!1),g=0;g<a.length;g++){var k=c.getParent(a[g]),l=this.moveCells([e[g]],b,b,!1)[0];f.push(l);if(d)c.add(k,e[g]);else{var q=k.getIndex(a[g]);c.add(k,e[g],q+1)}}}finally{c.endUpdate()}return f};Graph.prototype.insertImage=function(a,d,c){if(null!=a){for(var b=this.cellEditor.textarea.getElementsByTagName("img"),f=[],e=0;e<b.length;e++)f.push(b[e]);document.execCommand("insertimage", +!1,a);a=this.cellEditor.textarea.getElementsByTagName("img");if(a.length==f.length+1)for(e=a.length-1;0<=e;e--)if(0==e||a[e]!=f[e-1]){a[e].setAttribute("width",d);a[e].setAttribute("height",c);break}}};Graph.prototype.insertLink=function(a){if(0==a.length)document.execCommand("unlink",!1);else if(mxClient.IS_FF){for(var d=this.cellEditor.textarea.getElementsByTagName("a"),c=[],b=0;b<d.length;b++)c.push(d[b]);document.execCommand("createlink",!1,mxUtils.trim(a));d=this.cellEditor.textarea.getElementsByTagName("a"); +if(d.length==c.length+1)for(b=d.length-1;0<=b;b--)if(d[b]!=c[b-1]){for(d=d[b].getElementsByTagName("a");0<d.length;){for(c=d[0].parentNode;null!=d[0].firstChild;)c.insertBefore(d[0].firstChild,d[0]);c.removeChild(d[0])}break}}else document.execCommand("createlink",!1,mxUtils.trim(a))};Graph.prototype.isCellResizable=function(a){var d=mxGraph.prototype.isCellResizable.apply(this,arguments),c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return d||"0"!=mxUtils.getValue(c,mxConstants.STYLE_RESIZABLE, +"1")&&"wrap"==c[mxConstants.STYLE_WHITE_SPACE]};Graph.prototype.distributeCells=function(a,d){null==d&&(d=this.getSelectionCells());if(null!=d&&1<d.length){for(var c=[],b=null,f=null,e=0;e<d.length;e++)if(this.getModel().isVertex(d[e])){var g=this.view.getState(d[e]);if(null!=g){var k=a?g.getCenterX():g.getCenterY(),b=null!=b?Math.max(b,k):k,f=null!=f?Math.min(f,k):k;c.push(g)}}if(2<c.length){c.sort(function(d,c){return a?d.x-c.x:d.y-c.y});g=this.view.translate;k=this.view.scale;f=f/k-(a?g.x:g.y); +b=b/k-(a?g.x:g.y);this.getModel().beginUpdate();try{for(var l=(b-f)/(c.length-1),b=f,e=1;e<c.length-1;e++){var q=this.view.getState(this.model.getParent(c[e].cell)),m=this.getCellGeometry(c[e].cell),b=b+l;null!=m&&null!=q&&(m=m.clone(),a?m.x=Math.round(b-m.width/2)-q.origin.x:m.y=Math.round(b-m.height/2)-q.origin.y,this.getModel().setGeometry(c[e].cell,m))}}finally{this.getModel().endUpdate()}}}return d};Graph.prototype.isCloneEvent=function(a){return mxClient.IS_MAC&&mxEvent.isMetaDown(a)||mxEvent.isControlDown(a)}; +Graph.prototype.encodeCells=function(a){for(var d=this.cloneCells(a),c=new mxDictionary,b=0;b<a.length;b++)c.put(a[b],!0);for(b=0;b<d.length;b++){var f=this.view.getState(a[b]);if(null!=f){var e=this.getCellGeometry(d[b]);null==e||!e.relative||this.model.isEdge(a[b])||c.get(this.model.getParent(a[b]))||(e.relative=!1,e.x=f.x/f.view.scale-f.view.translate.x,e.y=f.y/f.view.scale-f.view.translate.y)}}c=new mxCodec;f=new mxGraphModel;e=f.getChildAt(f.getRoot(),0);for(b=0;b<a.length;b++)f.add(e,d[b]); +return c.encode(f)};Graph.prototype.createSvgImageExport=function(){var a=new mxImageExport;a.getLinkForCellState=mxUtils.bind(this,function(a,d){return this.getLinkForCell(a.cell)});return a};Graph.prototype.getSvg=function(a,d,c,b,f,e,g,k){var l=this.useCssTransforms;l&&(this.useCssTransforms=!1,this.view.revalidate(),this.sizeDidChange());try{d=null!=d?d:1;c=null!=c?c:0;f=null!=f?f:!0;e=null!=e?e:!0;g=null!=g?g:!0;var q=e||b?this.getGraphBounds():this.getBoundingBox(this.getSelectionCells());if(null== +q)throw Error(mxResources.get("drawingEmpty"));var m=this.view.scale,t=mxUtils.createXmlDocument(),v=null!=t.createElementNS?t.createElementNS(mxConstants.NS_SVG,"svg"):t.createElement("svg");null!=a&&(null!=v.style?v.style.backgroundColor=a:v.setAttribute("style","background-color:"+a));null==t.createElementNS?(v.setAttribute("xmlns",mxConstants.NS_SVG),v.setAttribute("xmlns:xlink",mxConstants.NS_XLINK)):v.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink",mxConstants.NS_XLINK);a=d/m;v.setAttribute("width", +Math.max(1,Math.ceil(q.width*a)+2*c)+"px");v.setAttribute("height",Math.max(1,Math.ceil(q.height*a)+2*c)+"px");v.setAttribute("version","1.1");b=v;if(f){var h=null!=t.createElementNS?t.createElementNS(mxConstants.NS_SVG,"g"):t.createElement("g");h.setAttribute("transform","translate(0.5,0.5)");v.appendChild(h);t.appendChild(v);b=h}else t.appendChild(v);var w=this.createSvgCanvas(b);w.foOffset=f?-.5:0;w.textOffset=f?-.5:0;w.imageOffset=f?-.5:0;w.translate(Math.floor((c/d-q.x)/m),Math.floor((c/d-q.y)/ +m));var r=document.createElement("textarea"),C=w.createAlternateContent;w.createAlternateContent=function(a,d,c,b,f,e,g,k,l,q,m,t,v){var w=this.state;if(null!=this.foAltText&&(0==b||0!=w.fontSize&&e.length<5*b/w.fontSize)){var h=this.createElement("text");h.setAttribute("x",Math.round(b/2));h.setAttribute("y",Math.round((f+w.fontSize)/2));h.setAttribute("fill",w.fontColor||"black");h.setAttribute("text-anchor","middle");h.setAttribute("font-size",Math.round(w.fontSize)+"px");h.setAttribute("font-family", +w.fontFamily);(w.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&h.setAttribute("font-weight","bold");(w.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&h.setAttribute("font-style","italic");(w.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&h.setAttribute("text-decoration","underline");try{return r.innerHTML=e,h.textContent=r.value,h}catch(Aa){return C.apply(this,arguments)}}else return C.apply(this,arguments)};var z=this.backgroundImage;if(null!=z){d=m/d; +var A=this.view.translate,n=new mxRectangle(A.x*d,A.y*d,z.width*d,z.height*d);mxUtils.intersects(q,n)&&w.image(A.x,A.y,z.width,z.height,z.src,!0)}w.scale(a);w.textEnabled=g;k=null!=k?k:this.createSvgImageExport();var y=k.drawCellState;k.drawCellState=function(a,d){for(var c=a.view.graph,b=c.isCellSelected(a.cell),f=c.model.getParent(a.cell);!e&&!b&&null!=f;)b=c.isCellSelected(f),f=c.model.getParent(f);(e||b)&&y.apply(this,arguments)};k.drawState(this.getView().getState(this.model.root),w);return v}finally{l&& +(this.useCssTransforms=!0,this.view.revalidate(),this.sizeDidChange())}};Graph.prototype.createSvgCanvas=function(a){return new mxSvgCanvas2D(a)};Graph.prototype.getSelectedElement=function(){var a=null;if(window.getSelection){var d=window.getSelection();d.getRangeAt&&d.rangeCount&&(a=d.getRangeAt(0).commonAncestorContainer)}else document.selection&&(a=document.selection.createRange().parentElement());return a};Graph.prototype.getParentByName=function(a,d,c){for(;null!=a&&a.nodeName!=d;){if(a==c)return null; +a=a.parentNode}return a};Graph.prototype.selectNode=function(a){var d=null;if(window.getSelection){if(d=window.getSelection(),d.getRangeAt&&d.rangeCount){var c=document.createRange();c.selectNode(a);d.removeAllRanges();d.addRange(c)}}else(d=document.selection)&&"Control"!=d.type&&(a=d.createRange(),a.collapse(!0),c=d.createRange(),c.setEndPoint("StartToStart",a),c.select())};Graph.prototype.insertRow=function(a,d){for(var c=a.tBodies[0],b=c.rows[0].cells,f=0,e=0;e<b.length;e++)var g=b[e].getAttribute("colspan"), +f=f+(null!=g?parseInt(g):1);c=c.insertRow(d);for(e=0;e<f;e++)mxUtils.br(c.insertCell(-1));return c.cells[0]};Graph.prototype.deleteRow=function(a,d){a.tBodies[0].deleteRow(d)};Graph.prototype.insertColumn=function(a,d){var c=a.tHead;if(null!=c)for(var b=0;b<c.rows.length;b++){var f=document.createElement("th");c.rows[b].appendChild(f);mxUtils.br(f)}c=a.tBodies[0];for(b=0;b<c.rows.length;b++)f=c.rows[b].insertCell(d),mxUtils.br(f);return c.rows[0].cells[0<=d?d:c.rows[0].cells.length-1]};Graph.prototype.deleteColumn= +function(a,d){if(0<=d)for(var c=a.tBodies[0].rows,b=0;b<c.length;b++)c[b].cells.length>d&&c[b].deleteCell(d)};Graph.prototype.pasteHtmlAtCaret=function(a){var d;if(window.getSelection){if(d=window.getSelection(),d.getRangeAt&&d.rangeCount){d=d.getRangeAt(0);d.deleteContents();var c=document.createElement("div");c.innerHTML=a;a=document.createDocumentFragment();for(var b;b=c.firstChild;)lastNode=a.appendChild(b);d.insertNode(a)}}else(d=document.selection)&&"Control"!=d.type&&d.createRange().pasteHTML(a)}; +Graph.prototype.createLinkForHint=function(a,d){function c(a,d){a.length>d&&(a=a.substring(0,Math.round(d/2))+"..."+a.substring(a.length-Math.round(d/4)));return a}a=null!=a?a:"javascript:void(0);";if(null==d||0==d.length)d=this.isCustomLink(a)?this.getLinkTitle(a):a;var b=document.createElement("a");b.setAttribute("href",this.getAbsoluteUrl(a));b.setAttribute("title",c(this.isCustomLink(a)?this.getLinkTitle(a):a,80));null!=this.linkTarget&&b.setAttribute("target",this.linkTarget);mxUtils.write(b, +c(d,40));this.isCustomLink(a)&&mxEvent.addListener(b,"click",mxUtils.bind(this,function(d){this.customLinkClicked(a);mxEvent.consume(d)}));return b};Graph.prototype.initTouch=function(){this.connectionHandler.marker.isEnabled=function(){return null!=this.graph.connectionHandler.first};this.addListener(mxEvent.START_EDITING,function(a,d){this.popupMenuHandler.hideMenu()});var a=this.updateMouseEvent;this.updateMouseEvent=function(d){d=a.apply(this,arguments);if(mxEvent.isTouchEvent(d.getEvent())&& +null==d.getState()){var c=this.getCellAt(d.graphX,d.graphY);null!=c&&this.isSwimlane(c)&&this.hitsSwimlaneContent(c,d.graphX,d.graphY)||(d.state=this.view.getState(c),null!=d.state&&null!=d.state.shape&&(this.container.style.cursor=d.state.shape.node.style.cursor))}null==d.getState()&&this.isEnabled()&&(this.container.style.cursor="default");return d};var d=!1,c=!1,b=!1,f=this.fireMouseEvent;this.fireMouseEvent=function(a,e,g){a==mxEvent.MOUSE_DOWN&&(e=this.updateMouseEvent(e),d=this.isCellSelected(e.getCell()), +c=this.isSelectionEmpty(),b=this.popupMenuHandler.isMenuShowing());f.apply(this,arguments)};this.popupMenuHandler.mouseUp=mxUtils.bind(this,function(a,f){this.popupMenuHandler.popupTrigger=!this.isEditing()&&this.isEnabled()&&(null==f.getState()||!f.isSource(f.getState().control))&&(this.popupMenuHandler.popupTrigger||!b&&!mxEvent.isMouseEvent(f.getEvent())&&(c&&null==f.getCell()&&this.isSelectionEmpty()||d&&this.isCellSelected(f.getCell())));mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler, +arguments)})};mxCellEditor.prototype.isContentEditing=function(){var a=this.graph.view.getState(this.editingCell);return null!=a&&1==a.style.html};mxCellEditor.prototype.saveSelection=function(){if(window.getSelection){var a=window.getSelection();if(a.getRangeAt&&a.rangeCount){for(var d=[],c=0,b=a.rangeCount;c<b;++c)d.push(a.getRangeAt(c));return d}}else if(document.selection&&document.selection.createRange)return document.selection.createRange();return null};mxCellEditor.prototype.restoreSelection= +function(a){try{if(a)if(window.getSelection){sel=window.getSelection();sel.removeAllRanges();for(var d=0,c=a.length;d<c;++d)sel.addRange(a[d])}else document.selection&&a.select&&a.select()}catch(Y){}};var h=mxCellRenderer.prototype.initializeLabel;mxCellRenderer.prototype.initializeLabel=function(a){null!=a.text&&(a.text.replaceLinefeeds="0"!=mxUtils.getValue(a.style,"nl2Br","1"));h.apply(this,arguments)};var p=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update=function(a,d){this.isKeepFocusEvent(a)|| +!mxEvent.isAltDown(a.getEvent())?p.apply(this,arguments):this.reset()};mxGuide.prototype.createGuideShape=function(a){return new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH)};mxCellEditor.prototype.escapeCancelsEditing=!1;var n=mxCellEditor.prototype.startEditing;mxCellEditor.prototype.startEditing=function(a,d){n.apply(this,arguments);var c=this.graph.view.getState(a);this.textarea.className=null!=c&&1==c.style.html?"mxCellEditor geContentEditable":"mxCellEditor mxPlainTextEditor"; +this.codeViewMode=!1;this.switchSelectionState=null;this.graph.setSelectionCell(a);var c=this.graph.getModel().getParent(a),b=this.graph.getCellGeometry(a);this.graph.getModel().isEdge(c)&&null!=b&&b.relative||this.graph.getModel().isEdge(a)?mxClient.IS_QUIRKS?this.textarea.style.border="gray dotted 1px":this.textarea.style.outline=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_FF&&mxClient.IS_WIN?"gray dotted 1px":"":mxClient.IS_QUIRKS&&(this.textarea.style.outline="none",this.textarea.style.border= +"")};var r=mxCellEditor.prototype.installListeners;mxCellEditor.prototype.installListeners=function(a){function d(a,c){c.originalNode=a;a=a.firstChild;for(var b=c.firstChild;null!=a&&null!=b;)d(a,b),a=a.nextSibling,b=b.nextSibling;return c}function c(a,d){if(null!=a)if(d.originalNode!=a)b(a);else for(a=a.firstChild,d=d.firstChild;null!=a;){var f=a.nextSibling;null==d?b(a):(c(a,d),d=d.nextSibling);a=f}}function b(a){for(var d=a.firstChild;null!=d;){var c=d.nextSibling;b(d);d=c}1==a.nodeType&&("BR"=== +a.nodeName||null!=a.firstChild)||3==a.nodeType&&0!=mxUtils.trim(mxUtils.getTextContent(a)).length?(3==a.nodeType&&mxUtils.setTextContent(a,mxUtils.getTextContent(a).replace(/\n|\r/g,"")),1==a.nodeType&&(a.removeAttribute("style"),a.removeAttribute("class"),a.removeAttribute("width"),a.removeAttribute("cellpadding"),a.removeAttribute("cellspacing"),a.removeAttribute("border"))):a.parentNode.removeChild(a)}r.apply(this,arguments);mxClient.IS_QUIRKS||7===document.documentMode||8===document.documentMode|| +mxEvent.addListener(this.textarea,"paste",mxUtils.bind(this,function(a){var b=d(this.textarea,this.textarea.cloneNode(!0));window.setTimeout(mxUtils.bind(this,function(){c(this.textarea,b)}),0)}))};mxCellEditor.prototype.toggleViewMode=function(){var a=this.graph.view.getState(this.editingCell),d=null!=a&&"0"!=mxUtils.getValue(a.style,"nl2Br","1"),c=this.saveSelection();if(this.codeViewMode){k=mxUtils.extractTextWithWhitespace(this.textarea.childNodes);0<k.length&&"\n"==k.charAt(k.length-1)&&(k=k.substring(0, +k.length-1));k=this.graph.sanitizeHtml(d?k.replace(/\n/g,"<br/>"):k,!0);this.textarea.className="mxCellEditor geContentEditable";var b=mxUtils.getValue(a.style,mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE),d=mxUtils.getValue(a.style,mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY),f=mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),e=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD,g=(mxUtils.getValue(a.style, +mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC,a=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(b*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(b)+"px";this.textarea.style.textDecoration=a?"underline":"";this.textarea.style.fontWeight=e?"bold":"normal";this.textarea.style.fontStyle= +g?"italic":"";this.textarea.style.fontFamily=d;this.textarea.style.textAlign=f;this.textarea.style.padding="0px";this.textarea.innerHTML!=k&&(this.textarea.innerHTML=k,0==this.textarea.innerHTML.length&&(this.textarea.innerHTML=this.getEmptyLabelText(),this.clearOnChange=0<this.textarea.innerHTML.length));this.codeViewMode=!1}else{this.clearOnChange&&this.textarea.innerHTML==this.getEmptyLabelText()&&(this.clearOnChange=!1,this.textarea.innerHTML="");var k=mxUtils.htmlEntities(this.textarea.innerHTML); +mxClient.IS_QUIRKS||8==document.documentMode||(k=mxUtils.replaceTrailingNewlines(k,"<div><br></div>"));k=this.graph.sanitizeHtml(d?k.replace(/\n/g,"").replace(/<br\s*.?>/g,"<br>"):k,!0);this.textarea.className="mxCellEditor mxPlainTextEditor";var b=mxConstants.DEFAULT_FONTSIZE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(b*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(b)+"px";this.textarea.style.textDecoration=""; +this.textarea.style.fontWeight="normal";this.textarea.style.fontStyle="";this.textarea.style.fontFamily=mxConstants.DEFAULT_FONTFAMILY;this.textarea.style.textAlign="left";this.textarea.style.padding="2px";this.textarea.innerHTML!=k&&(this.textarea.innerHTML=k);this.codeViewMode=!0}this.textarea.focus();null!=this.switchSelectionState&&this.restoreSelection(this.switchSelectionState);this.switchSelectionState=c;this.resize()};var u=mxCellEditor.prototype.resize;mxCellEditor.prototype.resize=function(a, +d){if(null!=this.textarea)if(a=this.graph.getView().getState(this.editingCell),this.codeViewMode&&null!=a){var c=a.view.scale;this.bounds=mxRectangle.fromRectangle(a);if(0==this.bounds.width&&0==this.bounds.height){this.bounds.width=160*c;this.bounds.height=60*c;var b=null!=a.text?a.text.margin:null;null==b&&(b=mxUtils.getAlignmentAsPoint(mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),mxUtils.getValue(a.style,mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE))); +this.bounds.x+=b.x*this.bounds.width;this.bounds.y+=b.y*this.bounds.height}this.textarea.style.width=Math.round((this.bounds.width-4)/c)+"px";this.textarea.style.height=Math.round((this.bounds.height-4)/c)+"px";this.textarea.style.overflow="auto";this.textarea.clientHeight<this.textarea.offsetHeight&&(this.textarea.style.height=Math.round(this.bounds.height/c)+(this.textarea.offsetHeight-this.textarea.clientHeight)+"px",this.bounds.height=parseInt(this.textarea.style.height)*c);this.textarea.clientWidth< +this.textarea.offsetWidth&&(this.textarea.style.width=Math.round(this.bounds.width/c)+(this.textarea.offsetWidth-this.textarea.clientWidth)+"px",this.bounds.width=parseInt(this.textarea.style.width)*c);this.textarea.style.left=Math.round(this.bounds.x)+"px";this.textarea.style.top=Math.round(this.bounds.y)+"px";mxClient.IS_VML?this.textarea.style.zoom=c:mxUtils.setPrefixedStyle(this.textarea.style,"transform","scale("+c+","+c+")")}else this.textarea.style.height="",this.textarea.style.overflow="", +u.apply(this,arguments)};mxCellEditorGetInitialValue=mxCellEditor.prototype.getInitialValue;mxCellEditor.prototype.getInitialValue=function(a,d){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetInitialValue.apply(this,arguments);var c=this.graph.getEditingValue(a.cell,d);"1"==mxUtils.getValue(a.style,"nl2Br","1")&&(c=c.replace(/\n/g,"<br/>"));return c=this.graph.sanitizeHtml(c,!0)};mxCellEditorGetCurrentValue=mxCellEditor.prototype.getCurrentValue;mxCellEditor.prototype.getCurrentValue= +function(a){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetCurrentValue.apply(this,arguments);var d=this.graph.sanitizeHtml(this.textarea.innerHTML,!0);return d="1"==mxUtils.getValue(a.style,"nl2Br","1")?d.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>"):d.replace(/\r\n/g,"").replace(/\n/g,"")};var d=mxCellEditor.prototype.stopEditing;mxCellEditor.prototype.stopEditing=function(a){this.codeViewMode&&this.toggleViewMode();d.apply(this,arguments);this.focusContainer()};mxCellEditor.prototype.focusContainer= +function(){try{this.graph.container.focus()}catch(S){}};var f=mxCellEditor.prototype.applyValue;mxCellEditor.prototype.applyValue=function(a,d){this.graph.getModel().beginUpdate();try{if(f.apply(this,arguments),this.graph.isCellDeletable(a.cell)&&0==this.graph.model.getChildCount(a.cell)){var c=mxUtils.getValue(a.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),b=mxUtils.getValue(a.style,mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);""==d&&c==mxConstants.NONE&&b==mxConstants.NONE&&this.graph.removeCells([a.cell], +!1)}}finally{this.graph.getModel().endUpdate()}};mxCellEditor.prototype.getBackgroundColor=function(a){var d=null;if(this.graph.getModel().isEdge(a.cell)||this.graph.getModel().isEdge(this.graph.getModel().getParent(a.cell)))d=mxUtils.getValue(a.style,mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,null),d==mxConstants.NONE&&(d=null);return d};mxCellEditor.prototype.getMinimumSize=function(a){var d=this.graph.getView().scale;return new mxRectangle(0,0,null==a.text?30:a.text.size*d+20,30)};var g=mxGraphHandler.prototype.moveCells; +mxGraphHandler.prototype.moveCells=function(a,d,c,b,f,e){mxEvent.isAltDown(e)&&(f=null);g.apply(this,arguments)};mxGraphHandler.prototype.updateHint=function(d){if(null!=this.shape){null==this.hint&&(this.hint=a(),this.graph.container.appendChild(this.hint));var c=this.graph.view.translate,b=this.graph.view.scale;d=this.roundLength((this.bounds.x+this.currentDx)/b-c.x);c=this.roundLength((this.bounds.y+this.currentDy)/b-c.y);this.hint.innerHTML=d+", "+c;this.hint.style.left=this.shape.bounds.x+Math.round((this.shape.bounds.width- +this.hint.clientWidth)/2)+"px";this.hint.style.top=this.shape.bounds.y+this.shape.bounds.height+12+"px"}};mxGraphHandler.prototype.removeHint=function(){null!=this.hint&&(this.hint.parentNode.removeChild(this.hint),this.hint=null)};mxVertexHandler.prototype.isRecursiveResize=function(a,d){return!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!mxEvent.isControlDown(d.getEvent())&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null== +mxUtils.getValue(a.style,"childLayout",null)};mxVertexHandler.prototype.isCenteredEvent=function(a,d){return!(!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null))&&mxEvent.isControlDown(d.getEvent())||mxEvent.isMetaDown(d.getEvent())};var q=mxVertexHandler.prototype.getHandlePadding;mxVertexHandler.prototype.getHandlePadding=function(){var a= +new mxPoint(0,0),d=this.tolerance;this.graph.cellEditor.getEditingCell()==this.state.cell&&null!=this.sizers&&0<this.sizers.length&&null!=this.sizers[0]?(d/=2,a.x=this.sizers[0].bounds.width+d,a.y=this.sizers[0].bounds.height+d):a=q.apply(this,arguments);return a};mxVertexHandler.prototype.updateHint=function(d){this.index!=mxEvent.LABEL_HANDLE&&(null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint)),this.index==mxEvent.ROTATION_HANDLE?this.hint.innerHTML=this.currentAlpha+ +"°":(d=this.state.view.scale,this.hint.innerHTML=this.roundLength(this.bounds.width/d)+" x "+this.roundLength(this.bounds.height/d)),d=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.state.style[mxConstants.STYLE_ROTATION]||"0"),null==d&&(d=this.bounds),this.hint.style.left=d.x+Math.round((d.width-this.hint.clientWidth)/2)+"px",this.hint.style.top=d.y+d.height+12+"px",null!=this.linkHint&&(this.linkHint.style.display="none"))};mxVertexHandler.prototype.removeHint= +function(){mxGraphHandler.prototype.removeHint.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.display="")};mxEdgeHandler.prototype.updateHint=function(d,c){null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint));var b=this.graph.view.translate,f=this.graph.view.scale,e=this.roundLength(c.x/f-b.x),b=this.roundLength(c.y/f-b.y);this.hint.innerHTML=e+", "+b;this.hint.style.visibility="visible";if(this.isSource||this.isTarget)null!=this.constraintHandler.currentConstraint&& +null!=this.constraintHandler.currentFocus?(e=this.constraintHandler.currentConstraint.point,this.hint.innerHTML="["+Math.round(100*e.x)+"%, "+Math.round(100*e.y)+"%]"):this.marker.hasValidState()&&(this.hint.style.visibility="hidden");this.hint.style.left=Math.round(d.getGraphX()-this.hint.clientWidth/2)+"px";this.hint.style.top=Math.max(d.getGraphY(),c.y)+this.state.view.graph.gridSize+"px";null!=this.linkHint&&(this.linkHint.style.display="none")};mxEdgeHandler.prototype.removeHint=mxVertexHandler.prototype.removeHint; +HoverIcons.prototype.mainHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/>'):new mxImage(IMAGE_PATH+"/handle-main.png",17,17);HoverIcons.prototype.secondaryHandle=mxClient.IS_SVG?Graph.createSvgImage(16,16,'<path d="m 8 3 L 13 8 L 8 13 L 3 8 z" stroke="#fff" fill="#fca000"/>'):new mxImage(IMAGE_PATH+"/handle-secondary.png",17,17);HoverIcons.prototype.fixedHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><path d="m 7 7 L 11 11 M 7 11 L 11 7" stroke="#fff"/>'): +new mxImage(IMAGE_PATH+"/handle-fixed.png",17,17);HoverIcons.prototype.terminalHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><circle cx="9" cy="9" r="2" stroke="#fff" fill="transparent"/>'):new mxImage(IMAGE_PATH+"/handle-terminal.png",17,17);HoverIcons.prototype.rotationHandle=new mxImage(mxClient.IS_SVG?"data:image/png;base64,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": IMAGE_PATH+"/handle-rotate.png",19,21);mxClient.IS_SVG&&(mxConstraintHandler.prototype.pointImage=Graph.createSvgImage(5,5,'<path d="m 0 0 L 5 5 M 0 5 L 5 0" stroke="#007dfc"/>'));mxVertexHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxVertexHandler.prototype.secondaryHandleImage=HoverIcons.prototype.secondaryHandle;mxEdgeHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxEdgeHandler.prototype.terminalHandleImage=HoverIcons.prototype.terminalHandle;mxEdgeHandler.prototype.fixedHandleImage= HoverIcons.prototype.fixedHandle;mxEdgeHandler.prototype.labelHandleImage=HoverIcons.prototype.secondaryHandle;mxOutline.prototype.sizerImage=HoverIcons.prototype.mainHandle;null!=window.Sidebar&&(Sidebar.prototype.triangleUp=HoverIcons.prototype.triangleUp,Sidebar.prototype.triangleRight=HoverIcons.prototype.triangleRight,Sidebar.prototype.triangleDown=HoverIcons.prototype.triangleDown,Sidebar.prototype.triangleLeft=HoverIcons.prototype.triangleLeft,Sidebar.prototype.refreshTarget=HoverIcons.prototype.refreshTarget, Sidebar.prototype.roundDrop=HoverIcons.prototype.roundDrop);mxClient.IS_SVG||((new Image).src=HoverIcons.prototype.mainHandle.src,(new Image).src=HoverIcons.prototype.fixedHandle.src,(new Image).src=HoverIcons.prototype.terminalHandle.src,(new Image).src=HoverIcons.prototype.secondaryHandle.src,(new Image).src=HoverIcons.prototype.rotationHandle.src,(new Image).src=HoverIcons.prototype.triangleUp.src,(new Image).src=HoverIcons.prototype.triangleRight.src,(new Image).src=HoverIcons.prototype.triangleDown.src, @@ -2404,184 +2405,184 @@ Sidebar.prototype.roundDrop=HoverIcons.prototype.roundDrop);mxClient.IS_SVG||((n if(Graph.touchStyle){if(mxClient.IS_TOUCH||0<navigator.maxTouchPoints||0<navigator.msMaxTouchPoints)mxShape.prototype.svgStrokeTolerance=18,mxVertexHandler.prototype.tolerance=12,mxEdgeHandler.prototype.tolerance=12,Graph.prototype.tolerance=12,mxVertexHandler.prototype.rotationHandleVSpacing=-24,mxConstraintHandler.prototype.getTolerance=function(a){return mxEvent.isMouseEvent(a.getEvent())?4:this.graph.getTolerance()};mxPanningHandler.prototype.isPanningTrigger=function(a){var d=a.getEvent();return null== a.getState()&&!mxEvent.isMouseEvent(d)||mxEvent.isPopupTrigger(d)&&(null==a.getState()||mxEvent.isControlDown(d)||mxEvent.isShiftDown(d))};var t=mxGraphHandler.prototype.mouseDown;mxGraphHandler.prototype.mouseDown=function(a,d){t.apply(this,arguments);mxEvent.isTouchEvent(d.getEvent())&&this.graph.isCellSelected(d.getCell())&&1<this.graph.getSelectionCount()&&(this.delayedSelection=!1)}}else mxPanningHandler.prototype.isPanningTrigger=function(a){var d=a.getEvent();return mxEvent.isLeftMouseButton(d)&& (this.useLeftButtonForPanning&&null==a.getState()||mxEvent.isControlDown(d)&&!mxEvent.isShiftDown(d))||this.usePopupTrigger&&mxEvent.isPopupTrigger(d)};mxRubberband.prototype.isSpaceEvent=function(a){return this.graph.isEnabled()&&!this.graph.isCellLocked(this.graph.getDefaultParent())&&mxEvent.isControlDown(a.getEvent())&&mxEvent.isShiftDown(a.getEvent())};mxRubberband.prototype.mouseUp=function(a,d){var c=null!=this.div&&"none"!=this.div.style.display,b=null,f=null,e=null,g=null;null!=this.first&& -null!=this.currentX&&null!=this.currentY&&(b=this.first.x,f=this.first.y,e=(this.currentX-b)/this.graph.view.scale,g=(this.currentY-f)/this.graph.view.scale,mxEvent.isAltDown(d.getEvent())||(e=this.graph.snap(e),g=this.graph.snap(g),this.graph.isGridEnabled()||(Math.abs(e)<this.graph.tolerance&&(e=0),Math.abs(g)<this.graph.tolerance&&(g=0))));this.reset();if(c){if(mxEvent.isAltDown(d.getEvent())&&this.graph.isToggleEvent(d.getEvent())){var e=new mxRectangle(this.x,this.y,this.width,this.height),l= -this.graph.getCells(e.x,e.y,e.width,e.height);this.graph.removeSelectionCells(l)}else if(this.isSpaceEvent(d)){this.graph.model.beginUpdate();try{for(l=this.graph.getCellsBeyond(b,f,this.graph.getDefaultParent(),!0,!0),c=0;c<l.length;c++)if(this.graph.isCellMovable(l[c])){var k=this.graph.view.getState(l[c]),p=this.graph.getCellGeometry(l[c]);null!=k&&null!=p&&(p=p.clone(),p.translate(e,g),this.graph.model.setGeometry(l[c],p))}}finally{this.graph.model.endUpdate()}}else e=new mxRectangle(this.x,this.y, +null!=this.currentX&&null!=this.currentY&&(b=this.first.x,f=this.first.y,e=(this.currentX-b)/this.graph.view.scale,g=(this.currentY-f)/this.graph.view.scale,mxEvent.isAltDown(d.getEvent())||(e=this.graph.snap(e),g=this.graph.snap(g),this.graph.isGridEnabled()||(Math.abs(e)<this.graph.tolerance&&(e=0),Math.abs(g)<this.graph.tolerance&&(g=0))));this.reset();if(c){if(mxEvent.isAltDown(d.getEvent())&&this.graph.isToggleEvent(d.getEvent())){var e=new mxRectangle(this.x,this.y,this.width,this.height),k= +this.graph.getCells(e.x,e.y,e.width,e.height);this.graph.removeSelectionCells(k)}else if(this.isSpaceEvent(d)){this.graph.model.beginUpdate();try{for(k=this.graph.getCellsBeyond(b,f,this.graph.getDefaultParent(),!0,!0),c=0;c<k.length;c++)if(this.graph.isCellMovable(k[c])){var l=this.graph.view.getState(k[c]),q=this.graph.getCellGeometry(k[c]);null!=l&&null!=q&&(q=q.clone(),q.translate(e,g),this.graph.model.setGeometry(k[c],q))}}finally{this.graph.model.endUpdate()}}else e=new mxRectangle(this.x,this.y, this.width,this.height),this.graph.selectRegion(e,d.getEvent());d.consume()}};mxRubberband.prototype.mouseMove=function(a,d){if(!d.isConsumed()&&null!=this.first){var c=mxUtils.getScrollOrigin(this.graph.container),b=mxUtils.getOffset(this.graph.container);c.x-=b.x;c.y-=b.y;var b=d.getX()+c.x,c=d.getY()+c.y,f=this.first.x-b,e=this.first.y-c,g=this.graph.tolerance;if(null!=this.div||Math.abs(f)>g||Math.abs(e)>g)null==this.div&&(this.div=this.createShape()),mxUtils.clearSelection(),this.update(b,c), this.isSpaceEvent(d)?(b=this.x+this.width,c=this.y+this.height,f=this.graph.view.scale,mxEvent.isAltDown(d.getEvent())||(this.width=this.graph.snap(this.width/f)*f,this.height=this.graph.snap(this.height/f)*f,this.graph.isGridEnabled()||(this.width<this.graph.tolerance&&(this.width=0),this.height<this.graph.tolerance&&(this.height=0)),this.x<this.first.x&&(this.x=b-this.width),this.y<this.first.y&&(this.y=c-this.height)),this.div.style.borderStyle="dashed",this.div.style.backgroundColor="white",this.div.style.left= this.x+"px",this.div.style.top=this.y+"px",this.div.style.width=Math.max(0,this.width)+"px",this.div.style.height=this.graph.container.clientHeight+"px",this.div.style.borderWidth=0>=this.width?"0px 1px 0px 0px":"0px 1px 0px 1px",null==this.secondDiv&&(this.secondDiv=this.div.cloneNode(!0),this.div.parentNode.appendChild(this.secondDiv)),this.secondDiv.style.left=this.x+"px",this.secondDiv.style.top=this.y+"px",this.secondDiv.style.width=this.graph.container.clientWidth+"px",this.secondDiv.style.height= -Math.max(0,this.height)+"px",this.secondDiv.style.borderWidth=0>=this.height?"1px 0px 0px 0px":"1px 0px 1px 0px"):(this.div.style.backgroundColor="",this.div.style.borderWidth="",this.div.style.borderStyle="",null!=this.secondDiv&&(this.secondDiv.parentNode.removeChild(this.secondDiv),this.secondDiv=null)),d.consume()}};var k=mxRubberband.prototype.reset;mxRubberband.prototype.reset=function(){null!=this.secondDiv&&(this.secondDiv.parentNode.removeChild(this.secondDiv),this.secondDiv=null);k.apply(this, -arguments)};var q=(new Date).getTime(),x=0,B=mxEdgeHandler.prototype.updatePreviewState;mxEdgeHandler.prototype.updatePreviewState=function(a,d,c,b){B.apply(this,arguments);c!=this.currentTerminalState?(q=(new Date).getTime(),x=0):x=(new Date).getTime()-q;this.currentTerminalState=c};var l=mxEdgeHandler.prototype.isOutlineConnectEvent;mxEdgeHandler.prototype.isOutlineConnectEvent=function(a){return null!=this.currentTerminalState&&a.getState()==this.currentTerminalState&&2E3<x||(null==this.currentTerminalState|| -"0"!=mxUtils.getValue(this.currentTerminalState.style,"outlineConnect","1"))&&l.apply(this,arguments)};mxVertexHandler.prototype.isCustomHandleEvent=function(a){return!mxEvent.isShiftDown(a.getEvent())};mxEdgeHandler.prototype.createHandleShape=function(a,d){var c=null!=a&&0==a,b=this.state.getVisibleTerminalState(c),f=null!=a&&(0==a||a>=this.state.absolutePoints.length-1||this.constructor==mxElbowEdgeHandler&&2==a)?this.graph.getConnectionConstraint(this.state,b,c):null,c=null!=(null!=f?this.graph.getConnectionPoint(this.state.getVisibleTerminalState(c), -f):null)?this.fixedHandleImage:null!=f&&null!=b?this.terminalHandleImage:this.handleImage;if(null!=c)return c=new mxImageShape(new mxRectangle(0,0,c.width,c.height),c.src),c.preserveImageAspect=!1,c;c=mxConstants.HANDLE_SIZE;this.preferHtml&&--c;return new mxRectangleShape(new mxRectangle(0,0,c,c),mxConstants.HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR)};var y=mxVertexHandler.prototype.createSizerShape;mxVertexHandler.prototype.createSizerShape=function(a,d,c){this.handleImage=d==mxEvent.ROTATION_HANDLE? -HoverIcons.prototype.rotationHandle:d==mxEvent.LABEL_HANDLE?this.secondaryHandleImage:this.handleImage;return y.apply(this,arguments)};var v=mxGraphHandler.prototype.getBoundingBox;mxGraphHandler.prototype.getBoundingBox=function(a){if(null!=a&&1==a.length){var d=this.graph.getModel(),c=d.getParent(a[0]),b=this.graph.getCellGeometry(a[0]);if(d.isEdge(c)&&null!=b&&b.relative&&(d=this.graph.view.getState(a[0]),null!=d&&2>d.width&&2>d.height&&null!=d.text&&null!=d.text.boundingBox))return mxRectangle.fromRectangle(d.text.boundingBox)}return v.apply(this, -arguments)};var A=mxVertexHandler.prototype.getSelectionBounds;mxVertexHandler.prototype.getSelectionBounds=function(a){var d=this.graph.getModel(),c=d.getParent(a.cell),b=this.graph.getCellGeometry(a.cell);return d.isEdge(c)&&null!=b&&b.relative&&2>a.width&&2>a.height&&null!=a.text&&null!=a.text.boundingBox?(d=a.text.unrotatedBoundingBox||a.text.boundingBox,new mxRectangle(Math.round(d.x),Math.round(d.y),Math.round(d.width),Math.round(d.height))):A.apply(this,arguments)};var H=mxVertexHandler.prototype.mouseDown; -mxVertexHandler.prototype.mouseDown=function(a,d){var c=this.graph.getModel(),b=c.getParent(this.state.cell),f=this.graph.getCellGeometry(this.state.cell);(this.getHandleForEvent(d)==mxEvent.ROTATION_HANDLE||!c.isEdge(b)||null==f||!f.relative||null==this.state||2<=this.state.width||2<=this.state.height)&&H.apply(this,arguments)};mxVertexHandler.prototype.isRotationHandleVisible=function(){return this.graph.isEnabled()&&this.rotationEnabled&&this.graph.isCellRotatable(this.state.cell)&&(0>=mxGraphHandler.prototype.maxCells|| -this.graph.getSelectionCount()<mxGraphHandler.prototype.maxCells)};mxVertexHandler.prototype.rotateClick=function(){this.state.view.graph.turnShapes([this.state.cell])};var F=mxVertexHandler.prototype.mouseMove;mxVertexHandler.prototype.mouseMove=function(a,d){F.apply(this,arguments);null!=this.graph.graphHandler.first&&null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display="none")};var w=mxVertexHandler.prototype.mouseUp;mxVertexHandler.prototype.mouseUp= -function(a,d){w.apply(this,arguments);null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display=1==this.graph.getSelectionCount()?"":"none")};var G=mxVertexHandler.prototype.init;mxVertexHandler.prototype.init=function(){G.apply(this,arguments);var a=!1;null!=this.rotationShape&&this.rotationShape.node.setAttribute("title",mxResources.get("rotateTooltip"));var d=mxUtils.bind(this,function(){null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display= +Math.max(0,this.height)+"px",this.secondDiv.style.borderWidth=0>=this.height?"1px 0px 0px 0px":"1px 0px 1px 0px"):(this.div.style.backgroundColor="",this.div.style.borderWidth="",this.div.style.borderStyle="",null!=this.secondDiv&&(this.secondDiv.parentNode.removeChild(this.secondDiv),this.secondDiv=null)),d.consume()}};var m=mxRubberband.prototype.reset;mxRubberband.prototype.reset=function(){null!=this.secondDiv&&(this.secondDiv.parentNode.removeChild(this.secondDiv),this.secondDiv=null);m.apply(this, +arguments)};var l=(new Date).getTime(),C=0,y=mxEdgeHandler.prototype.updatePreviewState;mxEdgeHandler.prototype.updatePreviewState=function(a,d,c,b){y.apply(this,arguments);c!=this.currentTerminalState?(l=(new Date).getTime(),C=0):C=(new Date).getTime()-l;this.currentTerminalState=c};var k=mxEdgeHandler.prototype.isOutlineConnectEvent;mxEdgeHandler.prototype.isOutlineConnectEvent=function(a){return null!=this.currentTerminalState&&a.getState()==this.currentTerminalState&&2E3<C||(null==this.currentTerminalState|| +"0"!=mxUtils.getValue(this.currentTerminalState.style,"outlineConnect","1"))&&k.apply(this,arguments)};mxVertexHandler.prototype.isCustomHandleEvent=function(a){return!mxEvent.isShiftDown(a.getEvent())};mxEdgeHandler.prototype.createHandleShape=function(a,d){var c=null!=a&&0==a,b=this.state.getVisibleTerminalState(c),f=null!=a&&(0==a||a>=this.state.absolutePoints.length-1||this.constructor==mxElbowEdgeHandler&&2==a)?this.graph.getConnectionConstraint(this.state,b,c):null,c=null!=(null!=f?this.graph.getConnectionPoint(this.state.getVisibleTerminalState(c), +f):null)?this.fixedHandleImage:null!=f&&null!=b?this.terminalHandleImage:this.handleImage;if(null!=c)return c=new mxImageShape(new mxRectangle(0,0,c.width,c.height),c.src),c.preserveImageAspect=!1,c;c=mxConstants.HANDLE_SIZE;this.preferHtml&&--c;return new mxRectangleShape(new mxRectangle(0,0,c,c),mxConstants.HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR)};var w=mxVertexHandler.prototype.createSizerShape;mxVertexHandler.prototype.createSizerShape=function(a,d,c){this.handleImage=d==mxEvent.ROTATION_HANDLE? +HoverIcons.prototype.rotationHandle:d==mxEvent.LABEL_HANDLE?this.secondaryHandleImage:this.handleImage;return w.apply(this,arguments)};var v=mxGraphHandler.prototype.getBoundingBox;mxGraphHandler.prototype.getBoundingBox=function(a){if(null!=a&&1==a.length){var d=this.graph.getModel(),c=d.getParent(a[0]),b=this.graph.getCellGeometry(a[0]);if(d.isEdge(c)&&null!=b&&b.relative&&(d=this.graph.view.getState(a[0]),null!=d&&2>d.width&&2>d.height&&null!=d.text&&null!=d.text.boundingBox))return mxRectangle.fromRectangle(d.text.boundingBox)}return v.apply(this, +arguments)};var A=mxVertexHandler.prototype.getSelectionBounds;mxVertexHandler.prototype.getSelectionBounds=function(a){var d=this.graph.getModel(),c=d.getParent(a.cell),b=this.graph.getCellGeometry(a.cell);return d.isEdge(c)&&null!=b&&b.relative&&2>a.width&&2>a.height&&null!=a.text&&null!=a.text.boundingBox?(d=a.text.unrotatedBoundingBox||a.text.boundingBox,new mxRectangle(Math.round(d.x),Math.round(d.y),Math.round(d.width),Math.round(d.height))):A.apply(this,arguments)};var J=mxVertexHandler.prototype.mouseDown; +mxVertexHandler.prototype.mouseDown=function(a,d){var c=this.graph.getModel(),b=c.getParent(this.state.cell),f=this.graph.getCellGeometry(this.state.cell);(this.getHandleForEvent(d)==mxEvent.ROTATION_HANDLE||!c.isEdge(b)||null==f||!f.relative||null==this.state||2<=this.state.width||2<=this.state.height)&&J.apply(this,arguments)};mxVertexHandler.prototype.isRotationHandleVisible=function(){return this.graph.isEnabled()&&this.rotationEnabled&&this.graph.isCellRotatable(this.state.cell)&&(0>=mxGraphHandler.prototype.maxCells|| +this.graph.getSelectionCount()<mxGraphHandler.prototype.maxCells)};mxVertexHandler.prototype.rotateClick=function(){this.state.view.graph.turnShapes([this.state.cell])};var F=mxVertexHandler.prototype.mouseMove;mxVertexHandler.prototype.mouseMove=function(a,d){F.apply(this,arguments);null!=this.graph.graphHandler.first&&null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display="none")};var B=mxVertexHandler.prototype.mouseUp;mxVertexHandler.prototype.mouseUp= +function(a,d){B.apply(this,arguments);null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display=1==this.graph.getSelectionCount()?"":"none")};var M=mxVertexHandler.prototype.init;mxVertexHandler.prototype.init=function(){M.apply(this,arguments);var a=!1;null!=this.rotationShape&&this.rotationShape.node.setAttribute("title",mxResources.get("rotateTooltip"));var d=mxUtils.bind(this,function(){null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display= 1==this.graph.getSelectionCount()?"":"none");null!=this.specialHandle&&(this.specialHandle.node.style.display=this.graph.isEnabled()&&this.graph.getSelectionCount()<this.graph.graphHandler.maxCells?"":"none");this.redrawHandles()});this.selectionHandler=mxUtils.bind(this,function(a,c){d()});this.graph.getSelectionModel().addListener(mxEvent.CHANGE,this.selectionHandler);this.changeHandler=mxUtils.bind(this,function(a,c){this.updateLinkHint(this.graph.getLinkForCell(this.state.cell),this.graph.getLinksForState(this.state)); d()});this.graph.getModel().addListener(mxEvent.CHANGE,this.changeHandler);this.editingHandler=mxUtils.bind(this,function(a,d){this.redrawHandles()});this.graph.addListener(mxEvent.EDITING_STOPPED,this.editingHandler);var c=this.graph.getLinkForCell(this.state.cell),b=this.graph.getLinksForState(this.state);this.updateLinkHint(c,b);if(null!=c||null!=b&&0<b.length)a=!0;a&&this.redrawHandles()};mxVertexHandler.prototype.updateLinkHint=function(d,c){if(null==d&&(null==c||0==c.length)||1<this.graph.getSelectionCount())null!= this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);else if(null!=d||null!=c&&0<c.length){null==this.linkHint&&(this.linkHint=a(),this.linkHint.style.padding="6px 8px 6px 8px",this.linkHint.style.opacity="1",this.linkHint.style.filter="",this.graph.container.appendChild(this.linkHint));this.linkHint.innerHTML="";if(null!=d&&(this.linkHint.appendChild(this.graph.createLinkForHint(d)),this.graph.isEnabled()&&"function"===typeof this.graph.editLink)){var b=document.createElement("img"); b.setAttribute("src",Editor.editImage);b.setAttribute("title",mxResources.get("editLink"));b.setAttribute("width","11");b.setAttribute("height","11");b.style.marginLeft="10px";b.style.marginBottom="-1px";b.style.cursor="pointer";this.linkHint.appendChild(b);mxEvent.addListener(b,"click",mxUtils.bind(this,function(a){this.graph.setSelectionCell(this.state.cell);this.graph.editLink();mxEvent.consume(a)}));b=document.createElement("img");b.setAttribute("src",Dialog.prototype.clearImage);b.setAttribute("title", mxResources.get("removeIt",[mxResources.get("link")]));b.setAttribute("width","13");b.setAttribute("height","10");b.style.marginLeft="4px";b.style.marginBottom="-1px";b.style.cursor="pointer";this.linkHint.appendChild(b);mxEvent.addListener(b,"click",mxUtils.bind(this,function(a){this.graph.setLinkForCell(this.state.cell,null);mxEvent.consume(a)}))}if(null!=c)for(b=0;b<c.length;b++){var f=document.createElement("div");f.style.marginTop=null!=d||0<b?"6px":"0px";f.appendChild(this.graph.createLinkForHint(c[b].getAttribute("href"), -mxUtils.getTextContent(c[b])));this.linkHint.appendChild(f)}}};mxEdgeHandler.prototype.updateLinkHint=mxVertexHandler.prototype.updateLinkHint;var I=mxEdgeHandler.prototype.init;mxEdgeHandler.prototype.init=function(){I.apply(this,arguments);this.constraintHandler.isEnabled=mxUtils.bind(this,function(){return this.state.view.graph.connectionHandler.isEnabled()});var a=mxUtils.bind(this,function(){null!=this.linkHint&&(this.linkHint.style.display=1==this.graph.getSelectionCount()?"":"none");null!= +mxUtils.getTextContent(c[b])));this.linkHint.appendChild(f)}}};mxEdgeHandler.prototype.updateLinkHint=mxVertexHandler.prototype.updateLinkHint;var x=mxEdgeHandler.prototype.init;mxEdgeHandler.prototype.init=function(){x.apply(this,arguments);this.constraintHandler.isEnabled=mxUtils.bind(this,function(){return this.state.view.graph.connectionHandler.isEnabled()});var a=mxUtils.bind(this,function(){null!=this.linkHint&&(this.linkHint.style.display=1==this.graph.getSelectionCount()?"":"none");null!= this.labelShape&&(this.labelShape.node.style.display=this.graph.isEnabled()&&this.graph.getSelectionCount()<this.graph.graphHandler.maxCells?"":"none")});this.selectionHandler=mxUtils.bind(this,function(d,c){a()});this.graph.getSelectionModel().addListener(mxEvent.CHANGE,this.selectionHandler);this.changeHandler=mxUtils.bind(this,function(d,c){this.updateLinkHint(this.graph.getLinkForCell(this.state.cell),this.graph.getLinksForState(this.state));a();this.redrawHandles()});this.graph.getModel().addListener(mxEvent.CHANGE, this.changeHandler);var d=this.graph.getLinkForCell(this.state.cell),c=this.graph.getLinksForState(this.state);if(null!=d||null!=c&&0<c.length)this.updateLinkHint(d,c),this.redrawHandles()};var z=mxConnectionHandler.prototype.init;mxConnectionHandler.prototype.init=function(){z.apply(this,arguments);this.constraintHandler.isEnabled=mxUtils.bind(this,function(){return this.graph.connectionHandler.isEnabled()})};var D=mxVertexHandler.prototype.redrawHandles;mxVertexHandler.prototype.redrawHandles=function(){D.apply(this); if(null!=this.state&&null!=this.linkHint){var a=new mxPoint(this.state.getCenterX(),this.state.getCenterY()),d=new mxRectangle(this.state.x,this.state.y-22,this.state.width+24,this.state.height+22),c=mxUtils.getBoundingBox(d,this.state.style[mxConstants.STYLE_ROTATION]||"0",a),a=null!=c?mxUtils.getBoundingBox(this.state,this.state.style[mxConstants.STYLE_ROTATION]||"0"):this.state,d=null!=this.state.text?this.state.text.boundingBox:null;null==c&&(c=this.state);c=c.y+c.height;null!=d&&(c=Math.max(c, -d.y+d.height));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(c+this.verticalOffset/2+6+this.state.view.graph.tolerance)+"px"}};var E=mxVertexHandler.prototype.reset;mxVertexHandler.prototype.reset=function(){E.apply(this,arguments);null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display=1==this.graph.getSelectionCount()?"":"none")};var J=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy= -function(){J.apply(this,arguments);null!=this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);null!=this.selectionHandler&&(this.graph.getSelectionModel().removeListener(this.selectionHandler),this.selectionHandler=null);null!=this.changeHandler&&(this.graph.getModel().removeListener(this.changeHandler),this.changeHandler=null);null!=this.editingHandler&&(this.graph.removeListener(this.editingHandler),this.editingHandler=null)};var S=mxEdgeHandler.prototype.redrawHandles; -mxEdgeHandler.prototype.redrawHandles=function(){if(null!=this.marker&&(S.apply(this),null!=this.state&&null!=this.linkHint)){var a=this.state;null!=this.state.text&&null!=this.state.text.bounds&&(a=new mxRectangle(a.x,a.y,a.width,a.height),a.add(this.state.text.bounds));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(a.y+a.height+6+this.state.view.graph.tolerance)+"px"}};var Y=mxEdgeHandler.prototype.reset;mxEdgeHandler.prototype.reset= -function(){Y.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.visibility="")};var aa=mxEdgeHandler.prototype.destroy;mxEdgeHandler.prototype.destroy=function(){aa.apply(this,arguments);null!=this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);null!=this.selectionHandler&&(this.graph.getSelectionModel().removeListener(this.selectionHandler),this.selectionHandler=null);null!=this.changeHandler&&(this.graph.getModel().removeListener(this.changeHandler), -this.changeHandler=null)}}();(function(){function a(){mxCylinder.call(this)}function c(){mxActor.call(this)}function e(){mxCylinder.call(this)}function b(){mxCylinder.call(this)}function h(){mxCylinder.call(this)}function n(){mxActor.call(this)}function m(){mxCylinder.call(this)}function r(){mxActor.call(this)}function u(){mxActor.call(this)}function d(){mxActor.call(this)}function f(){mxActor.call(this)}function g(){mxActor.call(this)}function p(){mxActor.call(this)}function t(){mxActor.call(this)}function k(a,d){this.canvas= -a;this.canvas.setLineJoin("round");this.canvas.setLineCap("round");this.defaultVariation=d;this.originalLineTo=this.canvas.lineTo;this.canvas.lineTo=mxUtils.bind(this,k.prototype.lineTo);this.originalMoveTo=this.canvas.moveTo;this.canvas.moveTo=mxUtils.bind(this,k.prototype.moveTo);this.originalClose=this.canvas.close;this.canvas.close=mxUtils.bind(this,k.prototype.close);this.originalQuadTo=this.canvas.quadTo;this.canvas.quadTo=mxUtils.bind(this,k.prototype.quadTo);this.originalCurveTo=this.canvas.curveTo; -this.canvas.curveTo=mxUtils.bind(this,k.prototype.curveTo);this.originalArcTo=this.canvas.arcTo;this.canvas.arcTo=mxUtils.bind(this,k.prototype.arcTo)}function q(){mxRectangleShape.call(this)}function x(){mxRectangleShape.call(this)}function B(){mxActor.call(this)}function l(){mxActor.call(this)}function y(){mxActor.call(this)}function v(){mxRectangleShape.call(this)}function A(){mxRectangleShape.call(this)}function H(){mxCylinder.call(this)}function F(){mxShape.call(this)}function w(){mxShape.call(this)} -function G(){mxEllipse.call(this)}function I(){mxShape.call(this)}function z(){mxShape.call(this)}function D(){mxRectangleShape.call(this)}function E(){mxShape.call(this)}function J(){mxShape.call(this)}function S(){mxShape.call(this)}function Y(){mxCylinder.call(this)}function aa(){mxDoubleEllipse.call(this)}function O(){mxDoubleEllipse.call(this)}function Z(){mxArrowConnector.call(this);this.spacing=0}function P(){mxArrowConnector.call(this);this.spacing=0}function L(){mxActor.call(this)}function T(){mxRectangleShape.call(this)} -function K(){mxActor.call(this)}function Q(){mxActor.call(this)}function W(){mxActor.call(this)}function C(){mxActor.call(this)}function ca(){mxActor.call(this)}function R(){mxActor.call(this)}function U(){mxActor.call(this)}function V(){mxActor.call(this)}function X(){mxActor.call(this)}function M(){mxActor.call(this)}function ma(){mxEllipse.call(this)}function na(){mxEllipse.call(this)}function da(){mxEllipse.call(this)}function ka(){mxRhombus.call(this)}function qa(){mxEllipse.call(this)}function ga(){mxEllipse.call(this)} -function ra(){mxEllipse.call(this)}function ea(){mxEllipse.call(this)}function ia(){mxActor.call(this)}function ba(){mxActor.call(this)}function ja(){mxActor.call(this)}function fa(){mxConnector.call(this)}function Ba(a,d,c,b,f,e,g,l,k,p){g+=k;var pa=b.clone();b.x-=f*(2*g+k);b.y-=e*(2*g+k);f*=g+k;e*=g+k;return function(){a.ellipse(pa.x-f-g,pa.y-e-g,2*g,2*g);p?a.fillAndStroke():a.stroke()}}mxUtils.extend(a,mxCylinder);a.prototype.size=20;a.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.max(0,Math.min(b, +d.y+d.height));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(c+this.verticalOffset/2+6+this.state.view.graph.tolerance)+"px"}};var I=mxVertexHandler.prototype.reset;mxVertexHandler.prototype.reset=function(){I.apply(this,arguments);null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display=1==this.graph.getSelectionCount()?"":"none")};var P=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy= +function(){P.apply(this,arguments);null!=this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);null!=this.selectionHandler&&(this.graph.getSelectionModel().removeListener(this.selectionHandler),this.selectionHandler=null);null!=this.changeHandler&&(this.graph.getModel().removeListener(this.changeHandler),this.changeHandler=null);null!=this.editingHandler&&(this.graph.removeListener(this.editingHandler),this.editingHandler=null)};var R=mxEdgeHandler.prototype.redrawHandles; +mxEdgeHandler.prototype.redrawHandles=function(){if(null!=this.marker&&(R.apply(this),null!=this.state&&null!=this.linkHint)){var a=this.state;null!=this.state.text&&null!=this.state.text.bounds&&(a=new mxRectangle(a.x,a.y,a.width,a.height),a.add(this.state.text.bounds));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(a.y+a.height+6+this.state.view.graph.tolerance)+"px"}};var Q=mxEdgeHandler.prototype.reset;mxEdgeHandler.prototype.reset= +function(){Q.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.visibility="")};var U=mxEdgeHandler.prototype.destroy;mxEdgeHandler.prototype.destroy=function(){U.apply(this,arguments);null!=this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);null!=this.selectionHandler&&(this.graph.getSelectionModel().removeListener(this.selectionHandler),this.selectionHandler=null);null!=this.changeHandler&&(this.graph.getModel().removeListener(this.changeHandler), +this.changeHandler=null)}}();(function(){function a(){mxCylinder.call(this)}function c(){mxActor.call(this)}function e(){mxCylinder.call(this)}function b(){mxCylinder.call(this)}function h(){mxCylinder.call(this)}function p(){mxActor.call(this)}function n(){mxCylinder.call(this)}function r(){mxActor.call(this)}function u(){mxActor.call(this)}function d(){mxActor.call(this)}function f(){mxActor.call(this)}function g(){mxActor.call(this)}function q(){mxActor.call(this)}function t(){mxActor.call(this)}function m(a,d){this.canvas= +a;this.canvas.setLineJoin("round");this.canvas.setLineCap("round");this.defaultVariation=d;this.originalLineTo=this.canvas.lineTo;this.canvas.lineTo=mxUtils.bind(this,m.prototype.lineTo);this.originalMoveTo=this.canvas.moveTo;this.canvas.moveTo=mxUtils.bind(this,m.prototype.moveTo);this.originalClose=this.canvas.close;this.canvas.close=mxUtils.bind(this,m.prototype.close);this.originalQuadTo=this.canvas.quadTo;this.canvas.quadTo=mxUtils.bind(this,m.prototype.quadTo);this.originalCurveTo=this.canvas.curveTo; +this.canvas.curveTo=mxUtils.bind(this,m.prototype.curveTo);this.originalArcTo=this.canvas.arcTo;this.canvas.arcTo=mxUtils.bind(this,m.prototype.arcTo)}function l(){mxRectangleShape.call(this)}function C(){mxRectangleShape.call(this)}function y(){mxActor.call(this)}function k(){mxActor.call(this)}function w(){mxActor.call(this)}function v(){mxRectangleShape.call(this)}function A(){mxRectangleShape.call(this)}function J(){mxCylinder.call(this)}function F(){mxShape.call(this)}function B(){mxShape.call(this)} +function M(){mxEllipse.call(this)}function x(){mxShape.call(this)}function z(){mxShape.call(this)}function D(){mxRectangleShape.call(this)}function I(){mxShape.call(this)}function P(){mxShape.call(this)}function R(){mxShape.call(this)}function Q(){mxCylinder.call(this)}function U(){mxDoubleEllipse.call(this)}function S(){mxDoubleEllipse.call(this)}function da(){mxArrowConnector.call(this);this.spacing=0}function V(){mxArrowConnector.call(this);this.spacing=0}function Y(){mxActor.call(this)}function H(){mxRectangleShape.call(this)} +function G(){mxActor.call(this)}function Z(){mxActor.call(this)}function K(){mxActor.call(this)}function L(){mxActor.call(this)}function aa(){mxActor.call(this)}function E(){mxActor.call(this)}function W(){mxActor.call(this)}function O(){mxActor.call(this)}function ea(){mxActor.call(this)}function T(){mxActor.call(this)}function ca(){mxEllipse.call(this)}function X(){mxEllipse.call(this)}function na(){mxEllipse.call(this)}function ra(){mxRhombus.call(this)}function ia(){mxEllipse.call(this)}function ja(){mxEllipse.call(this)} +function pa(){mxEllipse.call(this)}function ha(){mxEllipse.call(this)}function qa(){mxActor.call(this)}function fa(){mxActor.call(this)}function ga(){mxActor.call(this)}function ba(){mxConnector.call(this)}function va(a,d,c,b,f,e,g,k,l,q){g+=l;var la=b.clone();b.x-=f*(2*g+l);b.y-=e*(2*g+l);f*=g+l;e*=g+l;return function(){a.ellipse(la.x-f-g,la.y-e-g,2*g,2*g);q?a.fillAndStroke():a.stroke()}}mxUtils.extend(a,mxCylinder);a.prototype.size=20;a.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.max(0,Math.min(b, Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size)))));e?(a.moveTo(d,f),a.lineTo(d,d),a.lineTo(0,0),a.moveTo(d,d),a.lineTo(b,d)):(a.moveTo(0,0),a.lineTo(b-d,0),a.lineTo(b,d),a.lineTo(b,f),a.lineTo(d,f),a.lineTo(0,f-d),a.lineTo(0,0),a.close());a.end()};a.prototype.getLabelMargins=function(a){return mxUtils.getValue(this.style,"boundedLbl",!1)?(a=parseFloat(mxUtils.getValue(this.style,"size",this.size))*this.scale,new mxRectangle(a,a,0,0)):null};mxCellRenderer.registerShape("cube", -a);var ya=Math.tan(mxUtils.toRadians(30)),oa=(.5-ya)/2;mxUtils.extend(c,mxActor);c.prototype.size=20;c.prototype.redrawPath=function(a,d,c,b,f){d=Math.min(b,f/ya);a.translate((b-d)/2,(f-d)/2+d/4);a.moveTo(0,.25*d);a.lineTo(.5*d,d*oa);a.lineTo(d,.25*d);a.lineTo(.5*d,(.5-oa)*d);a.lineTo(0,.25*d);a.close();a.end()};mxCellRenderer.registerShape("isoRectangle",c);mxUtils.extend(e,mxCylinder);e.prototype.size=20;e.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.min(b,f/(.5+ya));e?(a.moveTo(0,.25*d),a.lineTo(.5* +a);var sa=Math.tan(mxUtils.toRadians(30)),oa=(.5-sa)/2;mxUtils.extend(c,mxActor);c.prototype.size=20;c.prototype.redrawPath=function(a,d,c,b,f){d=Math.min(b,f/sa);a.translate((b-d)/2,(f-d)/2+d/4);a.moveTo(0,.25*d);a.lineTo(.5*d,d*oa);a.lineTo(d,.25*d);a.lineTo(.5*d,(.5-oa)*d);a.lineTo(0,.25*d);a.close();a.end()};mxCellRenderer.registerShape("isoRectangle",c);mxUtils.extend(e,mxCylinder);e.prototype.size=20;e.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.min(b,f/(.5+sa));e?(a.moveTo(0,.25*d),a.lineTo(.5* d,(.5-oa)*d),a.lineTo(d,.25*d),a.moveTo(.5*d,(.5-oa)*d),a.lineTo(.5*d,(1-oa)*d)):(a.translate((b-d)/2,(f-d)/2),a.moveTo(0,.25*d),a.lineTo(.5*d,d*oa),a.lineTo(d,.25*d),a.lineTo(d,.75*d),a.lineTo(.5*d,(1-oa)*d),a.lineTo(0,.75*d),a.close());a.end()};mxCellRenderer.registerShape("isoCube",e);mxUtils.extend(b,mxCylinder);b.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.min(f/2,Math.round(f/8)+this.strokewidth-1);if(e&&null!=this.fill||!e&&null==this.fill)a.moveTo(0,d),a.curveTo(0,2*d,b,2*d,b,d),e|| (a.stroke(),a.begin()),a.translate(0,d/2),a.moveTo(0,d),a.curveTo(0,2*d,b,2*d,b,d),e||(a.stroke(),a.begin()),a.translate(0,d/2),a.moveTo(0,d),a.curveTo(0,2*d,b,2*d,b,d),e||(a.stroke(),a.begin()),a.translate(0,-d);e||(a.moveTo(0,d),a.curveTo(0,-d/3,b,-d/3,b,d),a.lineTo(b,f-d),a.curveTo(b,f+d/3,0,f+d/3,0,f-d),a.close())};b.prototype.getLabelMargins=function(a){return new mxRectangle(0,2.5*Math.min(a.height/2,Math.round(a.height/8)+this.strokewidth-1)*this.scale,0,0)};mxCellRenderer.registerShape("datastore", -b);mxUtils.extend(h,mxCylinder);h.prototype.size=30;h.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.max(0,Math.min(b,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size)))));e?(a.moveTo(b-d,0),a.lineTo(b-d,d),a.lineTo(b,d)):(a.moveTo(0,0),a.lineTo(b-d,0),a.lineTo(b,d),a.lineTo(b,f),a.lineTo(0,f),a.lineTo(0,0),a.close());a.end()};mxCellRenderer.registerShape("note",h);mxUtils.extend(n,mxActor);n.prototype.redrawPath=function(a,d,c,b,f){a.moveTo(0,0);a.quadTo(b/2,.5*f,b,0);a.quadTo(.5* -b,f/2,b,f);a.quadTo(b/2,.5*f,0,f);a.quadTo(.5*b,f/2,0,0);a.end()};mxCellRenderer.registerShape("switch",n);mxUtils.extend(m,mxCylinder);m.prototype.tabWidth=60;m.prototype.tabHeight=20;m.prototype.tabPosition="right";m.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"tabWidth",this.tabWidth))));c=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"tabHeight",this.tabHeight))));var g=mxUtils.getValue(this.style,"tabPosition",this.tabPosition); -e?"left"==g?(a.moveTo(0,c),a.lineTo(d,c)):(a.moveTo(b-d,c),a.lineTo(b,c)):("left"==g?(a.moveTo(0,0),a.lineTo(d,0),a.lineTo(d,c),a.lineTo(b,c)):(a.moveTo(0,c),a.lineTo(b-d,c),a.lineTo(b-d,0),a.lineTo(b,0)),a.lineTo(b,f),a.lineTo(0,f),a.lineTo(0,c),a.close());a.end()};mxCellRenderer.registerShape("folder",m);mxUtils.extend(r,mxActor);r.prototype.size=30;r.prototype.redrawPath=function(a,d,c,b,f){d=Math.max(0,Math.min(b,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size)))));c=mxUtils.getValue(this.style, +b);mxUtils.extend(h,mxCylinder);h.prototype.size=30;h.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.max(0,Math.min(b,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size)))));e?(a.moveTo(b-d,0),a.lineTo(b-d,d),a.lineTo(b,d)):(a.moveTo(0,0),a.lineTo(b-d,0),a.lineTo(b,d),a.lineTo(b,f),a.lineTo(0,f),a.lineTo(0,0),a.close());a.end()};mxCellRenderer.registerShape("note",h);mxUtils.extend(p,mxActor);p.prototype.redrawPath=function(a,d,c,b,f){a.moveTo(0,0);a.quadTo(b/2,.5*f,b,0);a.quadTo(.5* +b,f/2,b,f);a.quadTo(b/2,.5*f,0,f);a.quadTo(.5*b,f/2,0,0);a.end()};mxCellRenderer.registerShape("switch",p);mxUtils.extend(n,mxCylinder);n.prototype.tabWidth=60;n.prototype.tabHeight=20;n.prototype.tabPosition="right";n.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"tabWidth",this.tabWidth))));c=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"tabHeight",this.tabHeight))));var g=mxUtils.getValue(this.style,"tabPosition",this.tabPosition); +e?"left"==g?(a.moveTo(0,c),a.lineTo(d,c)):(a.moveTo(b-d,c),a.lineTo(b,c)):("left"==g?(a.moveTo(0,0),a.lineTo(d,0),a.lineTo(d,c),a.lineTo(b,c)):(a.moveTo(0,c),a.lineTo(b-d,c),a.lineTo(b-d,0),a.lineTo(b,0)),a.lineTo(b,f),a.lineTo(0,f),a.lineTo(0,c),a.close());a.end()};mxCellRenderer.registerShape("folder",n);mxUtils.extend(r,mxActor);r.prototype.size=30;r.prototype.redrawPath=function(a,d,c,b,f){d=Math.max(0,Math.min(b,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size)))));c=mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(d,0),new mxPoint(b,0),new mxPoint(b,f),new mxPoint(0,f),new mxPoint(0,d)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("card",r);mxUtils.extend(u,mxActor);u.prototype.size=.4;u.prototype.redrawPath=function(a,d,c,b,f){d=f*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));a.moveTo(0,d/2);a.quadTo(b/4,1.4*d,b/2,d/2);a.quadTo(3*b/4,d*(1-1.4),b,d/2);a.lineTo(b,f-d/2);a.quadTo(3* b/4,f-1.4*d,b/2,f-d/2);a.quadTo(b/4,f-d*(1-1.4),0,f-d/2);a.lineTo(0,d/2);a.close();a.end()};u.prototype.getLabelBounds=function(a){if(mxUtils.getValue(this.style,"boundedLbl",!1)){var d=mxUtils.getValue(this.style,"size",this.size),c=a.width,b=a.height;if(null==this.direction||this.direction==mxConstants.DIRECTION_EAST||this.direction==mxConstants.DIRECTION_WEST)return d*=b,new mxRectangle(a.x,a.y+d,c,b-2*d);d*=c;return new mxRectangle(a.x+d,a.y,c-2*d,b)}return a};mxCellRenderer.registerShape("tape", u);mxUtils.extend(d,mxActor);d.prototype.size=.3;d.prototype.getLabelMargins=function(a){return mxUtils.getValue(this.style,"boundedLbl",!1)?new mxRectangle(0,0,0,parseFloat(mxUtils.getValue(this.style,"size",this.size))*a.height):null};d.prototype.redrawPath=function(a,d,c,b,f){d=f*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));a.moveTo(0,0);a.lineTo(b,0);a.lineTo(b,f-d/2);a.quadTo(3*b/4,f-1.4*d,b/2,f-d/2);a.quadTo(b/4,f-d*(1-1.4),0,f-d/2);a.lineTo(0,d/2);a.close(); a.end()};mxCellRenderer.registerShape("document",d);var Ea=mxCylinder.prototype.getCylinderSize;mxCylinder.prototype.getCylinderSize=function(a,d,c,b){var f=mxUtils.getValue(this.style,"size");return null!=f?b*Math.max(0,Math.min(1,f)):Ea.apply(this,arguments)};mxCylinder.prototype.getLabelMargins=function(a){if(mxUtils.getValue(this.style,"boundedLbl",!1)){var d=2*mxUtils.getValue(this.style,"size",.15);return new mxRectangle(0,Math.min(this.maxHeight*this.scale,a.height*d),0,0)}return null};mxUtils.extend(f, mxActor);f.prototype.size=.2;f.prototype.redrawPath=function(a,d,c,b,f){d=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f),new mxPoint(d,0),new mxPoint(b,0),new mxPoint(b-d,f)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("parallelogram",f);mxUtils.extend(g,mxActor);g.prototype.size=.2;g.prototype.redrawPath=function(a,d,c,b,f){d=b* -Math.max(0,Math.min(.5,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f),new mxPoint(d,0),new mxPoint(b-d,0),new mxPoint(b,f)],this.isRounded,c,!0)};mxCellRenderer.registerShape("trapezoid",g);mxUtils.extend(p,mxActor);p.prototype.size=.5;p.prototype.redrawPath=function(a,d,c,b,f){a.setFillColor(null);d=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size", -this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(b,0),new mxPoint(d,0),new mxPoint(d,f/2),new mxPoint(0,f/2),new mxPoint(d,f/2),new mxPoint(d,f),new mxPoint(b,f)],this.isRounded,c,!1);a.end()};mxCellRenderer.registerShape("curlyBracket",p);mxUtils.extend(t,mxActor);t.prototype.redrawPath=function(a,d,c,b,f){a.setStrokeWidth(1);a.setFillColor(this.stroke);d=b/5;a.rect(0,0,d,f);a.fillAndStroke();a.rect(2*d,0,d,f);a.fillAndStroke(); -a.rect(4*d,0,d,f);a.fillAndStroke()};mxCellRenderer.registerShape("parallelMarker",t);k.prototype.moveTo=function(a,d){this.originalMoveTo.apply(this.canvas,arguments);this.lastX=a;this.lastY=d;this.firstX=a;this.firstY=d};k.prototype.close=function(){null!=this.firstX&&null!=this.firstY&&(this.lineTo(this.firstX,this.firstY),this.originalClose.apply(this.canvas,arguments));this.originalClose.apply(this.canvas,arguments)};k.prototype.quadTo=function(a,d,c,b){this.originalQuadTo.apply(this.canvas, -arguments);this.lastX=c;this.lastY=b};k.prototype.curveTo=function(a,d,c,b,f,e){this.originalCurveTo.apply(this.canvas,arguments);this.lastX=f;this.lastY=e};k.prototype.arcTo=function(a,d,c,b,f,e,g){this.originalArcTo.apply(this.canvas,arguments);this.lastX=e;this.lastY=g};k.prototype.lineTo=function(a,d){if(null!=this.lastX&&null!=this.lastY){var c=function(a){return"number"===typeof a?a?0>a?-1:1:a===a?0:NaN:NaN},b=Math.abs(a-this.lastX),f=Math.abs(d-this.lastY),e=Math.sqrt(b*b+f*f);if(2>e){this.originalLineTo.apply(this.canvas, -arguments);this.lastX=a;this.lastY=d;return}var g=Math.round(e/10),l=this.defaultVariation;5>g&&(g=5,l/=3);for(var pa=c(a-this.lastX)*b/g,c=c(d-this.lastY)*f/g,b=b/e,f=f/e,e=0;e<g;e++){var k=(Math.random()-.5)*l;this.originalLineTo.call(this.canvas,pa*e+this.lastX-k*f,c*e+this.lastY-k*b)}this.originalLineTo.call(this.canvas,a,d)}else this.originalLineTo.apply(this.canvas,arguments);this.lastX=a;this.lastY=d};k.prototype.destroy=function(){this.canvas.lineTo=this.originalLineTo;this.canvas.moveTo= -this.originalMoveTo;this.canvas.close=this.originalClose;this.canvas.quadTo=this.originalQuadTo;this.canvas.curveTo=this.originalCurveTo;this.canvas.arcTo=this.originalArcTo};var Fa=mxShape.prototype.paint;mxShape.prototype.defaultJiggle=1.5;mxShape.prototype.paint=function(a){null!=this.style&&"0"!=mxUtils.getValue(this.style,"comic","0")&&null==a.handHiggle&&(a.handJiggle=new k(a,mxUtils.getValue(this.style,"jiggle",this.defaultJiggle)));Fa.apply(this,arguments);null!=a.handJiggle&&(a.handJiggle.destroy(), +Math.max(0,Math.min(.5,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f),new mxPoint(d,0),new mxPoint(b-d,0),new mxPoint(b,f)],this.isRounded,c,!0)};mxCellRenderer.registerShape("trapezoid",g);mxUtils.extend(q,mxActor);q.prototype.size=.5;q.prototype.redrawPath=function(a,d,b,c,f){a.setFillColor(null);d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size", +this.size))));b=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(c,0),new mxPoint(d,0),new mxPoint(d,f/2),new mxPoint(0,f/2),new mxPoint(d,f/2),new mxPoint(d,f),new mxPoint(c,f)],this.isRounded,b,!1);a.end()};mxCellRenderer.registerShape("curlyBracket",q);mxUtils.extend(t,mxActor);t.prototype.redrawPath=function(a,d,c,b,f){a.setStrokeWidth(1);a.setFillColor(this.stroke);d=b/5;a.rect(0,0,d,f);a.fillAndStroke();a.rect(2*d,0,d,f);a.fillAndStroke(); +a.rect(4*d,0,d,f);a.fillAndStroke()};mxCellRenderer.registerShape("parallelMarker",t);m.prototype.moveTo=function(a,d){this.originalMoveTo.apply(this.canvas,arguments);this.lastX=a;this.lastY=d;this.firstX=a;this.firstY=d};m.prototype.close=function(){null!=this.firstX&&null!=this.firstY&&(this.lineTo(this.firstX,this.firstY),this.originalClose.apply(this.canvas,arguments));this.originalClose.apply(this.canvas,arguments)};m.prototype.quadTo=function(a,d,b,c){this.originalQuadTo.apply(this.canvas, +arguments);this.lastX=b;this.lastY=c};m.prototype.curveTo=function(a,d,b,c,f,e){this.originalCurveTo.apply(this.canvas,arguments);this.lastX=f;this.lastY=e};m.prototype.arcTo=function(a,d,b,c,f,e,g){this.originalArcTo.apply(this.canvas,arguments);this.lastX=e;this.lastY=g};m.prototype.lineTo=function(a,d){if(null!=this.lastX&&null!=this.lastY){var b=function(a){return"number"===typeof a?a?0>a?-1:1:a===a?0:NaN:NaN},c=Math.abs(a-this.lastX),f=Math.abs(d-this.lastY),e=Math.sqrt(c*c+f*f);if(2>e){this.originalLineTo.apply(this.canvas, +arguments);this.lastX=a;this.lastY=d;return}var g=Math.round(e/10),k=this.defaultVariation;5>g&&(g=5,k/=3);for(var la=b(a-this.lastX)*c/g,b=b(d-this.lastY)*f/g,c=c/e,f=f/e,e=0;e<g;e++){var l=(Math.random()-.5)*k;this.originalLineTo.call(this.canvas,la*e+this.lastX-l*f,b*e+this.lastY-l*c)}this.originalLineTo.call(this.canvas,a,d)}else this.originalLineTo.apply(this.canvas,arguments);this.lastX=a;this.lastY=d};m.prototype.destroy=function(){this.canvas.lineTo=this.originalLineTo;this.canvas.moveTo= +this.originalMoveTo;this.canvas.close=this.originalClose;this.canvas.quadTo=this.originalQuadTo;this.canvas.curveTo=this.originalCurveTo;this.canvas.arcTo=this.originalArcTo};var Fa=mxShape.prototype.paint;mxShape.prototype.defaultJiggle=1.5;mxShape.prototype.paint=function(a){null!=this.style&&"0"!=mxUtils.getValue(this.style,"comic","0")&&null==a.handHiggle&&(a.handJiggle=new m(a,mxUtils.getValue(this.style,"jiggle",this.defaultJiggle)));Fa.apply(this,arguments);null!=a.handJiggle&&(a.handJiggle.destroy(), delete a.handJiggle)};mxRhombus.prototype.defaultJiggle=2;var Ga=mxRectangleShape.prototype.isHtmlAllowed;mxRectangleShape.prototype.isHtmlAllowed=function(){return(null==this.style||"0"==mxUtils.getValue(this.style,"comic","0"))&&Ga.apply(this,arguments)};var Ha=mxRectangleShape.prototype.paintBackground;mxRectangleShape.prototype.paintBackground=function(a,d,c,b,f){if(null==a.handJiggle)Ha.apply(this,arguments);else{var e=!0;null!=this.style&&(e="1"==mxUtils.getValue(this.style,mxConstants.STYLE_POINTER_EVENTS, "1"));if(e||null!=this.fill&&this.fill!=mxConstants.NONE||null!=this.stroke&&this.stroke!=mxConstants.NONE)e||null!=this.fill&&this.fill!=mxConstants.NONE||(a.pointerEvents=!1),a.begin(),this.isRounded?("1"==mxUtils.getValue(this.style,mxConstants.STYLE_ABSOLUTE_ARCSIZE,0)?e=Math.min(b/2,Math.min(f/2,mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2)):(e=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,e=Math.min(b* -e,f*e)),a.moveTo(d+e,c),a.lineTo(d+b-e,c),a.quadTo(d+b,c,d+b,c+e),a.lineTo(d+b,c+f-e),a.quadTo(d+b,c+f,d+b-e,c+f),a.lineTo(d+e,c+f),a.quadTo(d,c+f,d,c+f-e),a.lineTo(d,c+e),a.quadTo(d,c,d+e,c)):(a.moveTo(d,c),a.lineTo(d+b,c),a.lineTo(d+b,c+f),a.lineTo(d,c+f),a.lineTo(d,c)),a.close(),a.end(),a.fillAndStroke()}};var Ia=mxRectangleShape.prototype.paintForeground;mxRectangleShape.prototype.paintForeground=function(a,d,c,b,f){null==a.handJiggle&&Ia.apply(this,arguments)};mxUtils.extend(q,mxRectangleShape); -q.prototype.size=.1;q.prototype.isHtmlAllowed=function(){return!1};q.prototype.getLabelBounds=function(a){if(mxUtils.getValue(this.state.style,mxConstants.STYLE_HORIZONTAL,!0)==(null==this.direction||this.direction==mxConstants.DIRECTION_EAST||this.direction==mxConstants.DIRECTION_WEST)){var d=a.width,c=a.height;a=new mxRectangle(a.x,a.y,d,c);var b=d*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));if(this.isRounded)var f=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE, -100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,b=Math.max(b,Math.min(d*f,c*f));a.x+=Math.round(b);a.width-=Math.round(2*b)}return a};q.prototype.paintForeground=function(a,d,c,b,f){var e=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));if(this.isRounded)var g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,e=Math.max(e,Math.min(b*g,f*g));e=Math.round(e);a.begin();a.moveTo(d+e,c);a.lineTo(d+e,c+f);a.moveTo(d+b- -e,c);a.lineTo(d+b-e,c+f);a.end();a.stroke();mxRectangleShape.prototype.paintForeground.apply(this,arguments)};mxCellRenderer.registerShape("process",q);mxUtils.extend(x,mxRectangleShape);x.prototype.paintBackground=function(a,d,c,b,f){a.setFillColor(mxConstants.NONE);a.rect(d,c,b,f);a.fill()};x.prototype.paintForeground=function(a,d,c,b,f){};mxCellRenderer.registerShape("transparent",x);mxUtils.extend(B,mxHexagon);B.prototype.size=30;B.prototype.position=.5;B.prototype.position2=.5;B.prototype.base= -20;B.prototype.getLabelMargins=function(){return new mxRectangle(0,0,0,parseFloat(mxUtils.getValue(this.style,"size",this.size))*this.scale)};B.prototype.redrawPath=function(a,d,c,b,f){d=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;c=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size))));var e=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"position",this.position)))),g=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style, -"position2",this.position2)))),l=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"base",this.base))));this.addPoints(a,[new mxPoint(0,0),new mxPoint(b,0),new mxPoint(b,f-c),new mxPoint(Math.min(b,e+l),f-c),new mxPoint(g,f),new mxPoint(Math.max(0,e),f-c),new mxPoint(0,f-c)],this.isRounded,d,!0,[4])};mxCellRenderer.registerShape("callout",B);mxUtils.extend(l,mxActor);l.prototype.size=.2;l.prototype.fixedSize=20;l.prototype.redrawPath=function(a,d,c,b,f){d="0"!=mxUtils.getValue(this.style, -"fixedSize","0")?Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"size",this.fixedSize)))):b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(b-d,0),new mxPoint(b,f/2),new mxPoint(b-d,f),new mxPoint(0,f),new mxPoint(d,f/2)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("step",l);mxUtils.extend(y,mxHexagon);y.prototype.size= -.25;y.prototype.redrawPath=function(a,d,c,b,f){d=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(d,0),new mxPoint(b-d,0),new mxPoint(b,.5*f),new mxPoint(b-d,f),new mxPoint(d,f),new mxPoint(0,.5*f)],this.isRounded,c,!0)};mxCellRenderer.registerShape("hexagon",y);mxUtils.extend(v,mxRectangleShape);v.prototype.isHtmlAllowed=function(){return!1};v.prototype.paintForeground= +e,f*e)),a.moveTo(d+e,c),a.lineTo(d+b-e,c),a.quadTo(d+b,c,d+b,c+e),a.lineTo(d+b,c+f-e),a.quadTo(d+b,c+f,d+b-e,c+f),a.lineTo(d+e,c+f),a.quadTo(d,c+f,d,c+f-e),a.lineTo(d,c+e),a.quadTo(d,c,d+e,c)):(a.moveTo(d,c),a.lineTo(d+b,c),a.lineTo(d+b,c+f),a.lineTo(d,c+f),a.lineTo(d,c)),a.close(),a.end(),a.fillAndStroke()}};var Ia=mxRectangleShape.prototype.paintForeground;mxRectangleShape.prototype.paintForeground=function(a,d,c,b,f){null==a.handJiggle&&Ia.apply(this,arguments)};mxUtils.extend(l,mxRectangleShape); +l.prototype.size=.1;l.prototype.isHtmlAllowed=function(){return!1};l.prototype.getLabelBounds=function(a){if(mxUtils.getValue(this.state.style,mxConstants.STYLE_HORIZONTAL,!0)==(null==this.direction||this.direction==mxConstants.DIRECTION_EAST||this.direction==mxConstants.DIRECTION_WEST)){var d=a.width,c=a.height;a=new mxRectangle(a.x,a.y,d,c);var b=d*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));if(this.isRounded)var f=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE, +100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,b=Math.max(b,Math.min(d*f,c*f));a.x+=Math.round(b);a.width-=Math.round(2*b)}return a};l.prototype.paintForeground=function(a,d,c,b,f){var e=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));if(this.isRounded)var g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,e=Math.max(e,Math.min(b*g,f*g));e=Math.round(e);a.begin();a.moveTo(d+e,c);a.lineTo(d+e,c+f);a.moveTo(d+b- +e,c);a.lineTo(d+b-e,c+f);a.end();a.stroke();mxRectangleShape.prototype.paintForeground.apply(this,arguments)};mxCellRenderer.registerShape("process",l);mxUtils.extend(C,mxRectangleShape);C.prototype.paintBackground=function(a,d,c,b,f){a.setFillColor(mxConstants.NONE);a.rect(d,c,b,f);a.fill()};C.prototype.paintForeground=function(a,d,c,b,f){};mxCellRenderer.registerShape("transparent",C);mxUtils.extend(y,mxHexagon);y.prototype.size=30;y.prototype.position=.5;y.prototype.position2=.5;y.prototype.base= +20;y.prototype.getLabelMargins=function(){return new mxRectangle(0,0,0,parseFloat(mxUtils.getValue(this.style,"size",this.size))*this.scale)};y.prototype.redrawPath=function(a,d,c,b,f){d=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;c=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size))));var e=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"position",this.position)))),g=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style, +"position2",this.position2)))),k=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"base",this.base))));this.addPoints(a,[new mxPoint(0,0),new mxPoint(b,0),new mxPoint(b,f-c),new mxPoint(Math.min(b,e+k),f-c),new mxPoint(g,f),new mxPoint(Math.max(0,e),f-c),new mxPoint(0,f-c)],this.isRounded,d,!0,[4])};mxCellRenderer.registerShape("callout",y);mxUtils.extend(k,mxActor);k.prototype.size=.2;k.prototype.fixedSize=20;k.prototype.redrawPath=function(a,d,c,b,f){d="0"!=mxUtils.getValue(this.style, +"fixedSize","0")?Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"size",this.fixedSize)))):b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(b-d,0),new mxPoint(b,f/2),new mxPoint(b-d,f),new mxPoint(0,f),new mxPoint(d,f/2)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("step",k);mxUtils.extend(w,mxHexagon);w.prototype.size= +.25;w.prototype.redrawPath=function(a,d,c,b,f){d=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(d,0),new mxPoint(b-d,0),new mxPoint(b,.5*f),new mxPoint(b-d,f),new mxPoint(d,f),new mxPoint(0,.5*f)],this.isRounded,c,!0)};mxCellRenderer.registerShape("hexagon",w);mxUtils.extend(v,mxRectangleShape);v.prototype.isHtmlAllowed=function(){return!1};v.prototype.paintForeground= function(a,d,c,b,f){var e=Math.min(b/5,f/5)+1;a.begin();a.moveTo(d+b/2,c+e);a.lineTo(d+b/2,c+f-e);a.moveTo(d+e,c+f/2);a.lineTo(d+b-e,c+f/2);a.end();a.stroke();mxRectangleShape.prototype.paintForeground.apply(this,arguments)};mxCellRenderer.registerShape("plus",v);var Ca=mxRhombus.prototype.paintVertexShape;mxRhombus.prototype.getLabelBounds=function(a){if(1==this.style["double"]){var d=(2*Math.max(2,this.strokewidth+1)+parseFloat(this.style[mxConstants.STYLE_MARGIN]||0))*this.scale;return new mxRectangle(a.x+ d,a.y+d,a.width-2*d,a.height-2*d)}return a};mxRhombus.prototype.paintVertexShape=function(a,d,c,b,f){Ca.apply(this,arguments);if(!this.outline&&1==this.style["double"]){var e=2*Math.max(2,this.strokewidth+1)+parseFloat(this.style[mxConstants.STYLE_MARGIN]||0);d+=e;c+=e;b-=2*e;f-=2*e;0<b&&0<f&&(a.setShadow(!1),Ca.apply(this,[a,d,c,b,f]))}};mxUtils.extend(A,mxRectangleShape);A.prototype.isHtmlAllowed=function(){return!1};A.prototype.getLabelBounds=function(a){if(1==this.style["double"]){var d=(Math.max(2, this.strokewidth+1)+parseFloat(this.style[mxConstants.STYLE_MARGIN]||0))*this.scale;return new mxRectangle(a.x+d,a.y+d,a.width-2*d,a.height-2*d)}return a};A.prototype.paintForeground=function(a,d,c,b,f){if(null!=this.style){if(!this.outline&&1==this.style["double"]){var e=Math.max(2,this.strokewidth+1)+parseFloat(this.style[mxConstants.STYLE_MARGIN]||0);d+=e;c+=e;b-=2*e;f-=2*e;0<b&&0<f&&mxRectangleShape.prototype.paintBackground.apply(this,arguments)}a.setDashed(!1);var e=0,g;do{g=mxCellRenderer.defaultShapes[this.style["symbol"+ -e]];if(null!=g){var l=this.style["symbol"+e+"Align"],pa=this.style["symbol"+e+"VerticalAlign"],k=this.style["symbol"+e+"Width"],p=this.style["symbol"+e+"Height"],q=this.style["symbol"+e+"Spacing"]||0,t=this.style["symbol"+e+"VSpacing"]||q,v=this.style["symbol"+e+"ArcSpacing"];null!=v&&(v*=this.getArcSize(b+this.strokewidth,f+this.strokewidth),q+=v,t+=v);var v=d,h=c,v=l==mxConstants.ALIGN_CENTER?v+(b-k)/2:l==mxConstants.ALIGN_RIGHT?v+(b-k-q):v+q,h=pa==mxConstants.ALIGN_MIDDLE?h+(f-p)/2:pa==mxConstants.ALIGN_BOTTOM? -h+(f-p-t):h+t;a.save();l=new g;l.style=this.style;g.prototype.paintVertexShape.call(l,a,v,h,k,p);a.restore()}e++}while(null!=g)}mxRectangleShape.prototype.paintForeground.apply(this,arguments)};mxCellRenderer.registerShape("ext",A);mxUtils.extend(H,mxCylinder);H.prototype.redrawPath=function(a,d,c,b,f,e){e?(a.moveTo(0,0),a.lineTo(b/2,f/2),a.lineTo(b,0),a.end()):(a.moveTo(0,0),a.lineTo(b,0),a.lineTo(b,f),a.lineTo(0,f),a.close())};mxCellRenderer.registerShape("message",H);mxUtils.extend(F,mxShape); -F.prototype.paintBackground=function(a,d,c,b,f){a.translate(d,c);a.ellipse(b/4,0,b/2,f/4);a.fillAndStroke();a.begin();a.moveTo(b/2,f/4);a.lineTo(b/2,2*f/3);a.moveTo(b/2,f/3);a.lineTo(0,f/3);a.moveTo(b/2,f/3);a.lineTo(b,f/3);a.moveTo(b/2,2*f/3);a.lineTo(0,f);a.moveTo(b/2,2*f/3);a.lineTo(b,f);a.end();a.stroke()};mxCellRenderer.registerShape("umlActor",F);mxUtils.extend(w,mxShape);w.prototype.getLabelMargins=function(a){return new mxRectangle(a.width/6,0,0,0)};w.prototype.paintBackground=function(a, -d,b,c,f){a.translate(d,b);a.begin();a.moveTo(0,f/4);a.lineTo(0,3*f/4);a.end();a.stroke();a.begin();a.moveTo(0,f/2);a.lineTo(c/6,f/2);a.end();a.stroke();a.ellipse(c/6,0,5*c/6,f);a.fillAndStroke()};mxCellRenderer.registerShape("umlBoundary",w);mxUtils.extend(G,mxEllipse);G.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.begin();a.moveTo(d+c/8,b+f);a.lineTo(d+7*c/8,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("umlEntity",G);mxUtils.extend(I, -mxShape);I.prototype.paintVertexShape=function(a,d,b,c,f){a.translate(d,b);a.begin();a.moveTo(c,0);a.lineTo(0,f);a.moveTo(0,0);a.lineTo(c,f);a.end();a.stroke()};mxCellRenderer.registerShape("umlDestroy",I);mxUtils.extend(z,mxShape);z.prototype.getLabelBounds=function(a){return new mxRectangle(a.x,a.y+a.height/8,a.width,7*a.height/8)};z.prototype.paintBackground=function(a,d,b,c,f){a.translate(d,b);a.begin();a.moveTo(3*c/8,f/8*1.1);a.lineTo(5*c/8,0);a.end();a.stroke();a.ellipse(0,f/8,c,7*f/8);a.fillAndStroke()}; +e]];if(null!=g){var k=this.style["symbol"+e+"Align"],l=this.style["symbol"+e+"VerticalAlign"],la=this.style["symbol"+e+"Width"],q=this.style["symbol"+e+"Height"],m=this.style["symbol"+e+"Spacing"]||0,t=this.style["symbol"+e+"VSpacing"]||m,v=this.style["symbol"+e+"ArcSpacing"];null!=v&&(v*=this.getArcSize(b+this.strokewidth,f+this.strokewidth),m+=v,t+=v);var v=d,w=c,v=k==mxConstants.ALIGN_CENTER?v+(b-la)/2:k==mxConstants.ALIGN_RIGHT?v+(b-la-m):v+m,w=l==mxConstants.ALIGN_MIDDLE?w+(f-q)/2:l==mxConstants.ALIGN_BOTTOM? +w+(f-q-t):w+t;a.save();k=new g;k.style=this.style;g.prototype.paintVertexShape.call(k,a,v,w,la,q);a.restore()}e++}while(null!=g)}mxRectangleShape.prototype.paintForeground.apply(this,arguments)};mxCellRenderer.registerShape("ext",A);mxUtils.extend(J,mxCylinder);J.prototype.redrawPath=function(a,d,b,c,f,e){e?(a.moveTo(0,0),a.lineTo(c/2,f/2),a.lineTo(c,0),a.end()):(a.moveTo(0,0),a.lineTo(c,0),a.lineTo(c,f),a.lineTo(0,f),a.close())};mxCellRenderer.registerShape("message",J);mxUtils.extend(F,mxShape); +F.prototype.paintBackground=function(a,d,c,b,f){a.translate(d,c);a.ellipse(b/4,0,b/2,f/4);a.fillAndStroke();a.begin();a.moveTo(b/2,f/4);a.lineTo(b/2,2*f/3);a.moveTo(b/2,f/3);a.lineTo(0,f/3);a.moveTo(b/2,f/3);a.lineTo(b,f/3);a.moveTo(b/2,2*f/3);a.lineTo(0,f);a.moveTo(b/2,2*f/3);a.lineTo(b,f);a.end();a.stroke()};mxCellRenderer.registerShape("umlActor",F);mxUtils.extend(B,mxShape);B.prototype.getLabelMargins=function(a){return new mxRectangle(a.width/6,0,0,0)};B.prototype.paintBackground=function(a, +d,b,c,f){a.translate(d,b);a.begin();a.moveTo(0,f/4);a.lineTo(0,3*f/4);a.end();a.stroke();a.begin();a.moveTo(0,f/2);a.lineTo(c/6,f/2);a.end();a.stroke();a.ellipse(c/6,0,5*c/6,f);a.fillAndStroke()};mxCellRenderer.registerShape("umlBoundary",B);mxUtils.extend(M,mxEllipse);M.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.begin();a.moveTo(d+c/8,b+f);a.lineTo(d+7*c/8,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("umlEntity",M);mxUtils.extend(x, +mxShape);x.prototype.paintVertexShape=function(a,d,b,c,f){a.translate(d,b);a.begin();a.moveTo(c,0);a.lineTo(0,f);a.moveTo(0,0);a.lineTo(c,f);a.end();a.stroke()};mxCellRenderer.registerShape("umlDestroy",x);mxUtils.extend(z,mxShape);z.prototype.getLabelBounds=function(a){return new mxRectangle(a.x,a.y+a.height/8,a.width,7*a.height/8)};z.prototype.paintBackground=function(a,d,b,c,f){a.translate(d,b);a.begin();a.moveTo(3*c/8,f/8*1.1);a.lineTo(5*c/8,0);a.end();a.stroke();a.ellipse(0,f/8,c,7*f/8);a.fillAndStroke()}; z.prototype.paintForeground=function(a,d,b,c,f){a.begin();a.moveTo(3*c/8,f/8*1.1);a.lineTo(5*c/8,f/4);a.end();a.stroke()};mxCellRenderer.registerShape("umlControl",z);mxUtils.extend(D,mxRectangleShape);D.prototype.size=40;D.prototype.isHtmlAllowed=function(){return!1};D.prototype.getLabelBounds=function(a){var d=Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(this.style,"size",this.size))*this.scale));return new mxRectangle(a.x,a.y,a.width,d)};D.prototype.paintBackground=function(a,d,b,c, f){var e=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size)))),g=mxUtils.getValue(this.style,"participant");null==g||null==this.state?mxRectangleShape.prototype.paintBackground.call(this,a,d,b,c,e):(g=this.state.view.graph.cellRenderer.getShape(g),null!=g&&g!=D&&(g=new g,g.apply(this.state),a.save(),g.paintVertexShape(a,d,b,c,e),a.restore()));e<f&&(a.setDashed(!0),a.begin(),a.moveTo(d+c/2,b+e),a.lineTo(d+c/2,b+f),a.end(),a.stroke())};D.prototype.paintForeground=function(a, -d,b,c,f){var e=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size))));mxRectangleShape.prototype.paintForeground.call(this,a,d,b,c,Math.min(f,e))};mxCellRenderer.registerShape("umlLifeline",D);mxUtils.extend(E,mxShape);E.prototype.width=60;E.prototype.height=30;E.prototype.corner=10;E.prototype.getLabelMargins=function(a){return new mxRectangle(0,0,a.width-parseFloat(mxUtils.getValue(this.style,"width",this.width)*this.scale),a.height-parseFloat(mxUtils.getValue(this.style, -"height",this.height)*this.scale))};E.prototype.paintBackground=function(a,d,b,c,f){var e=this.corner,g=Math.min(c,Math.max(e,parseFloat(mxUtils.getValue(this.style,"width",this.width)))),l=Math.min(f,Math.max(1.5*e,parseFloat(mxUtils.getValue(this.style,"height",this.height)))),k=mxUtils.getValue(this.style,mxConstants.STYLE_SWIMLANE_FILLCOLOR,mxConstants.NONE);k!=mxConstants.NONE&&(a.setFillColor(k),a.rect(d,b,c,f),a.fill());null!=this.fill&&this.fill!=mxConstants.NONE&&this.gradient&&this.gradient!= -mxConstants.NONE?(this.getGradientBounds(a,d,b,c,f),a.setGradient(this.fill,this.gradient,d,b,c,f,this.gradientDirection)):a.setFillColor(this.fill);a.begin();a.moveTo(d,b);a.lineTo(d+g,b);a.lineTo(d+g,b+Math.max(0,l-1.5*e));a.lineTo(d+Math.max(0,g-e),b+l);a.lineTo(d,b+l);a.close();a.fillAndStroke();a.begin();a.moveTo(d+g,b);a.lineTo(d+c,b);a.lineTo(d+c,b+f);a.lineTo(d,b+f);a.lineTo(d,b+l);a.stroke()};mxCellRenderer.registerShape("umlFrame",E);mxPerimeter.LifelinePerimeter=function(a,d,b,c){c=D.prototype.size; +d,b,c,f){var e=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size))));mxRectangleShape.prototype.paintForeground.call(this,a,d,b,c,Math.min(f,e))};mxCellRenderer.registerShape("umlLifeline",D);mxUtils.extend(I,mxShape);I.prototype.width=60;I.prototype.height=30;I.prototype.corner=10;I.prototype.getLabelMargins=function(a){return new mxRectangle(0,0,a.width-parseFloat(mxUtils.getValue(this.style,"width",this.width)*this.scale),a.height-parseFloat(mxUtils.getValue(this.style, +"height",this.height)*this.scale))};I.prototype.paintBackground=function(a,d,b,c,f){var e=this.corner,g=Math.min(c,Math.max(e,parseFloat(mxUtils.getValue(this.style,"width",this.width)))),k=Math.min(f,Math.max(1.5*e,parseFloat(mxUtils.getValue(this.style,"height",this.height)))),l=mxUtils.getValue(this.style,mxConstants.STYLE_SWIMLANE_FILLCOLOR,mxConstants.NONE);l!=mxConstants.NONE&&(a.setFillColor(l),a.rect(d,b,c,f),a.fill());null!=this.fill&&this.fill!=mxConstants.NONE&&this.gradient&&this.gradient!= +mxConstants.NONE?(this.getGradientBounds(a,d,b,c,f),a.setGradient(this.fill,this.gradient,d,b,c,f,this.gradientDirection)):a.setFillColor(this.fill);a.begin();a.moveTo(d,b);a.lineTo(d+g,b);a.lineTo(d+g,b+Math.max(0,k-1.5*e));a.lineTo(d+Math.max(0,g-e),b+k);a.lineTo(d,b+k);a.close();a.fillAndStroke();a.begin();a.moveTo(d+g,b);a.lineTo(d+c,b);a.lineTo(d+c,b+f);a.lineTo(d,b+f);a.lineTo(d,b+k);a.stroke()};mxCellRenderer.registerShape("umlFrame",I);mxPerimeter.LifelinePerimeter=function(a,d,b,c){c=D.prototype.size; null!=d&&(c=mxUtils.getValue(d.style,"size",c)*d.view.scale);d=parseFloat(d.style[mxConstants.STYLE_STROKEWIDTH]||1)*d.view.scale/2-1;b.x<a.getCenterX()&&(d=-1*(d+1));return new mxPoint(a.getCenterX()+d,Math.min(a.y+a.height,Math.max(a.y+c,b.y)))};mxStyleRegistry.putValue("lifelinePerimeter",mxPerimeter.LifelinePerimeter);mxPerimeter.OrthogonalPerimeter=function(a,d,b,c){c=!0;return mxPerimeter.RectanglePerimeter.apply(this,arguments)};mxStyleRegistry.putValue("orthogonalPerimeter",mxPerimeter.OrthogonalPerimeter); mxPerimeter.BackbonePerimeter=function(a,d,b,c){c=parseFloat(d.style[mxConstants.STYLE_STROKEWIDTH]||1)*d.view.scale/2-1;null!=d.style.backboneSize&&(c+=parseFloat(d.style.backboneSize)*d.view.scale/2-1);if("south"==d.style[mxConstants.STYLE_DIRECTION]||"north"==d.style[mxConstants.STYLE_DIRECTION])return b.x<a.getCenterX()&&(c=-1*(c+1)),new mxPoint(a.getCenterX()+c,Math.min(a.y+a.height,Math.max(a.y,b.y)));b.y<a.getCenterY()&&(c=-1*(c+1));return new mxPoint(Math.min(a.x+a.width,Math.max(a.x,b.x)), -a.getCenterY()+c)};mxStyleRegistry.putValue("backbonePerimeter",mxPerimeter.BackbonePerimeter);mxPerimeter.CalloutPerimeter=function(a,d,b,c){return mxPerimeter.RectanglePerimeter(mxUtils.getDirectedBounds(a,new mxRectangle(0,0,0,Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(d.style,"size",B.prototype.size))*d.view.scale))),d.style),d,b,c)};mxStyleRegistry.putValue("calloutPerimeter",mxPerimeter.CalloutPerimeter);mxPerimeter.ParallelogramPerimeter=function(a,d,b,c){var e=f.prototype.size; -null!=d&&(e=mxUtils.getValue(d.style,"size",e));var g=a.x,l=a.y,k=a.width,p=a.height;d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST;d==mxConstants.DIRECTION_NORTH||d==mxConstants.DIRECTION_SOUTH?(e=p*Math.max(0,Math.min(1,e)),l=[new mxPoint(g,l),new mxPoint(g+k,l+e),new mxPoint(g+k,l+p),new mxPoint(g,l+p-e),new mxPoint(g,l)]):(e=k*Math.max(0,Math.min(1,e)),l=[new mxPoint(g+e,l),new mxPoint(g+k,l),new mxPoint(g+k-e,l+p),new mxPoint(g, -l+p),new mxPoint(g+e,l)]);p=a.getCenterX();a=a.getCenterY();a=new mxPoint(p,a);c&&(b.x<g||b.x>g+k?a.y=b.y:a.x=b.x);return mxUtils.getPerimeterPoint(l,a,b)};mxStyleRegistry.putValue("parallelogramPerimeter",mxPerimeter.ParallelogramPerimeter);mxPerimeter.TrapezoidPerimeter=function(a,d,b,c){var f=g.prototype.size;null!=d&&(f=mxUtils.getValue(d.style,"size",f));var e=a.x,l=a.y,k=a.width,p=a.height;d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST; -d==mxConstants.DIRECTION_EAST?(f=k*Math.max(0,Math.min(1,f)),l=[new mxPoint(e+f,l),new mxPoint(e+k-f,l),new mxPoint(e+k,l+p),new mxPoint(e,l+p),new mxPoint(e+f,l)]):d==mxConstants.DIRECTION_WEST?(f=k*Math.max(0,Math.min(1,f)),l=[new mxPoint(e,l),new mxPoint(e+k,l),new mxPoint(e+k-f,l+p),new mxPoint(e+f,l+p),new mxPoint(e,l)]):d==mxConstants.DIRECTION_NORTH?(f=p*Math.max(0,Math.min(1,f)),l=[new mxPoint(e,l+f),new mxPoint(e+k,l),new mxPoint(e+k,l+p),new mxPoint(e,l+p-f),new mxPoint(e,l+f)]):(f=p*Math.max(0, -Math.min(1,f)),l=[new mxPoint(e,l),new mxPoint(e+k,l+f),new mxPoint(e+k,l+p-f),new mxPoint(e,l+p),new mxPoint(e,l)]);p=a.getCenterX();a=a.getCenterY();a=new mxPoint(p,a);c&&(b.x<e||b.x>e+k?a.y=b.y:a.x=b.x);return mxUtils.getPerimeterPoint(l,a,b)};mxStyleRegistry.putValue("trapezoidPerimeter",mxPerimeter.TrapezoidPerimeter);mxPerimeter.StepPerimeter=function(a,d,b,c){var f="0"!=mxUtils.getValue(d.style,"fixedSize","0"),e=f?l.prototype.fixedSize:l.prototype.size;null!=d&&(e=mxUtils.getValue(d.style, -"size",e));var g=a.x,k=a.y,p=a.width,q=a.height,t=a.getCenterX();a=a.getCenterY();d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST;d==mxConstants.DIRECTION_EAST?(f=f?Math.max(0,Math.min(p,e)):p*Math.max(0,Math.min(1,e)),k=[new mxPoint(g,k),new mxPoint(g+p-f,k),new mxPoint(g+p,a),new mxPoint(g+p-f,k+q),new mxPoint(g,k+q),new mxPoint(g+f,a),new mxPoint(g,k)]):d==mxConstants.DIRECTION_WEST?(f=f?Math.max(0,Math.min(p,e)):p*Math.max(0, -Math.min(1,e)),k=[new mxPoint(g+f,k),new mxPoint(g+p,k),new mxPoint(g+p-f,a),new mxPoint(g+p,k+q),new mxPoint(g+f,k+q),new mxPoint(g,a),new mxPoint(g+f,k)]):d==mxConstants.DIRECTION_NORTH?(f=f?Math.max(0,Math.min(q,e)):q*Math.max(0,Math.min(1,e)),k=[new mxPoint(g,k+f),new mxPoint(t,k),new mxPoint(g+p,k+f),new mxPoint(g+p,k+q),new mxPoint(t,k+q-f),new mxPoint(g,k+q),new mxPoint(g,k+f)]):(f=f?Math.max(0,Math.min(q,e)):q*Math.max(0,Math.min(1,e)),k=[new mxPoint(g,k),new mxPoint(t,k+f),new mxPoint(g+ -p,k),new mxPoint(g+p,k+q-f),new mxPoint(t,k+q),new mxPoint(g,k+q-f),new mxPoint(g,k)]);t=new mxPoint(t,a);c&&(b.x<g||b.x>g+p?t.y=b.y:t.x=b.x);return mxUtils.getPerimeterPoint(k,t,b)};mxStyleRegistry.putValue("stepPerimeter",mxPerimeter.StepPerimeter);mxPerimeter.HexagonPerimeter2=function(a,d,b,c){var f=y.prototype.size;null!=d&&(f=mxUtils.getValue(d.style,"size",f));var e=a.x,g=a.y,l=a.width,k=a.height,p=a.getCenterX();a=a.getCenterY();d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION, -mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST;d==mxConstants.DIRECTION_NORTH||d==mxConstants.DIRECTION_SOUTH?(f=k*Math.max(0,Math.min(1,f)),g=[new mxPoint(p,g),new mxPoint(e+l,g+f),new mxPoint(e+l,g+k-f),new mxPoint(p,g+k),new mxPoint(e,g+k-f),new mxPoint(e,g+f),new mxPoint(p,g)]):(f=l*Math.max(0,Math.min(1,f)),g=[new mxPoint(e+f,g),new mxPoint(e+l-f,g),new mxPoint(e+l,a),new mxPoint(e+l-f,g+k),new mxPoint(e+f,g+k),new mxPoint(e,a),new mxPoint(e+f,g)]);p=new mxPoint(p,a);c&&(b.x<e||b.x>e+ -l?p.y=b.y:p.x=b.x);return mxUtils.getPerimeterPoint(g,p,b)};mxStyleRegistry.putValue("hexagonPerimeter2",mxPerimeter.HexagonPerimeter2);mxUtils.extend(J,mxShape);J.prototype.size=10;J.prototype.paintBackground=function(a,d,b,c,f){var e=parseFloat(mxUtils.getValue(this.style,"size",this.size));a.translate(d,b);a.ellipse((c-e)/2,0,e,e);a.fillAndStroke();a.begin();a.moveTo(c/2,e);a.lineTo(c/2,f);a.end();a.stroke()};mxCellRenderer.registerShape("lollipop",J);mxUtils.extend(S,mxShape);S.prototype.size= -10;S.prototype.inset=2;S.prototype.paintBackground=function(a,d,b,c,f){var e=parseFloat(mxUtils.getValue(this.style,"size",this.size)),g=parseFloat(mxUtils.getValue(this.style,"inset",this.inset))+this.strokewidth;a.translate(d,b);a.begin();a.moveTo(c/2,e+g);a.lineTo(c/2,f);a.end();a.stroke();a.begin();a.moveTo((c-e)/2-g,e/2);a.quadTo((c-e)/2-g,e+g,c/2,e+g);a.quadTo((c+e)/2+g,e+g,(c+e)/2+g,e/2);a.end();a.stroke()};mxCellRenderer.registerShape("requires",S);mxUtils.extend(Y,mxCylinder);Y.prototype.jettyWidth= -32;Y.prototype.jettyHeight=12;Y.prototype.redrawPath=function(a,d,b,c,f,e){var g=parseFloat(mxUtils.getValue(this.style,"jettyWidth",this.jettyWidth));d=parseFloat(mxUtils.getValue(this.style,"jettyHeight",this.jettyHeight));b=g/2;var g=b+g/2,l=.3*f-d/2,k=.7*f-d/2;e?(a.moveTo(b,l),a.lineTo(g,l),a.lineTo(g,l+d),a.lineTo(b,l+d),a.moveTo(b,k),a.lineTo(g,k),a.lineTo(g,k+d),a.lineTo(b,k+d)):(a.moveTo(b,0),a.lineTo(c,0),a.lineTo(c,f),a.lineTo(b,f),a.lineTo(b,k+d),a.lineTo(0,k+d),a.lineTo(0,k),a.lineTo(b, -k),a.lineTo(b,l+d),a.lineTo(0,l+d),a.lineTo(0,l),a.lineTo(b,l),a.close());a.end()};mxCellRenderer.registerShape("component",Y);mxUtils.extend(aa,mxDoubleEllipse);aa.prototype.outerStroke=!0;aa.prototype.paintVertexShape=function(a,d,b,c,f){var e=Math.min(4,Math.min(c/5,f/5));0<c&&0<f&&(a.ellipse(d+e,b+e,c-2*e,f-2*e),a.fillAndStroke());a.setShadow(!1);this.outerStroke&&(a.ellipse(d,b,c,f),a.stroke())};mxCellRenderer.registerShape("endState",aa);mxUtils.extend(O,aa);O.prototype.outerStroke=!1;mxCellRenderer.registerShape("startState", -O);mxUtils.extend(Z,mxArrowConnector);Z.prototype.defaultWidth=4;Z.prototype.isOpenEnded=function(){return!0};Z.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};Z.prototype.isArrowRounded=function(){return this.isRounded};mxCellRenderer.registerShape("link",Z);mxUtils.extend(P,mxArrowConnector);P.prototype.defaultWidth=10;P.prototype.defaultArrowWidth=20;P.prototype.getStartArrowWidth=function(){return this.getEdgeWidth()+ -mxUtils.getNumber(this.style,"startWidth",this.defaultArrowWidth)};P.prototype.getEndArrowWidth=function(){return this.getEdgeWidth()+mxUtils.getNumber(this.style,"endWidth",this.defaultArrowWidth)};P.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};mxCellRenderer.registerShape("flexArrow",P);mxUtils.extend(L,mxActor);L.prototype.size=30;L.prototype.redrawPath=function(a,d,b,c,f){d=Math.min(f,parseFloat(mxUtils.getValue(this.style, -"size",this.size)));b=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f),new mxPoint(0,d),new mxPoint(c,0),new mxPoint(c,f)],this.isRounded,b,!0);a.end()};mxCellRenderer.registerShape("manualInput",L);mxUtils.extend(T,mxRectangleShape);T.prototype.dx=20;T.prototype.dy=20;T.prototype.isHtmlAllowed=function(){return!1};T.prototype.paintForeground=function(a,d,b,c,f){mxRectangleShape.prototype.paintForeground.apply(this,arguments);var e= -0;if(this.isRounded)var g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,e=Math.max(e,Math.min(c*g,f*g));g=Math.max(e,Math.min(c,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));e=Math.max(e,Math.min(f,parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));a.begin();a.moveTo(d,b+e);a.lineTo(d+c,b+e);a.end();a.stroke();a.begin();a.moveTo(d+g,b);a.lineTo(d+g,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("internalStorage",T);mxUtils.extend(K, -mxActor);K.prototype.dx=20;K.prototype.dy=20;K.prototype.redrawPath=function(a,d,b,c,f){d=Math.max(0,Math.min(c,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));b=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));parseFloat(mxUtils.getValue(this.style,"size",this.size));var e=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(c,0),new mxPoint(c,b),new mxPoint(d,b),new mxPoint(d,f),new mxPoint(0, -f)],this.isRounded,e,!0);a.end()};mxCellRenderer.registerShape("corner",K);mxUtils.extend(Q,mxActor);Q.prototype.redrawPath=function(a,d,b,c,f){a.moveTo(0,0);a.lineTo(0,f);a.end();a.moveTo(c,0);a.lineTo(c,f);a.end();a.moveTo(0,f/2);a.lineTo(c,f/2);a.end()};mxCellRenderer.registerShape("crossbar",Q);mxUtils.extend(W,mxActor);W.prototype.dx=20;W.prototype.dy=20;W.prototype.redrawPath=function(a,d,b,c,f){d=Math.max(0,Math.min(c,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));b=Math.max(0,Math.min(f, -parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));parseFloat(mxUtils.getValue(this.style,"size",this.size));var e=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(c,0),new mxPoint(c,b),new mxPoint((c+d)/2,b),new mxPoint((c+d)/2,f),new mxPoint((c-d)/2,f),new mxPoint((c-d)/2,b),new mxPoint(0,b)],this.isRounded,e,!0);a.end()};mxCellRenderer.registerShape("tee",W);mxUtils.extend(C,mxActor);C.prototype.arrowWidth=.3; -C.prototype.arrowSize=.2;C.prototype.redrawPath=function(a,d,b,c,f){var e=f*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowWidth",this.arrowWidth))));d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowSize",this.arrowSize))));b=(f-e)/2;var e=b+e,g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,b),new mxPoint(c-d,b),new mxPoint(c-d,0),new mxPoint(c,f/2),new mxPoint(c-d,f),new mxPoint(c-d,e),new mxPoint(0, -e)],this.isRounded,g,!0);a.end()};mxCellRenderer.registerShape("singleArrow",C);mxUtils.extend(ca,mxActor);ca.prototype.redrawPath=function(a,d,b,c,f){var e=f*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowWidth",C.prototype.arrowWidth))));d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowSize",C.prototype.arrowSize))));b=(f-e)/2;var e=b+e,g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f/ -2),new mxPoint(d,0),new mxPoint(d,b),new mxPoint(c-d,b),new mxPoint(c-d,0),new mxPoint(c,f/2),new mxPoint(c-d,f),new mxPoint(c-d,e),new mxPoint(d,e),new mxPoint(d,f)],this.isRounded,g,!0);a.end()};mxCellRenderer.registerShape("doubleArrow",ca);mxUtils.extend(R,mxActor);R.prototype.size=.1;R.prototype.redrawPath=function(a,d,b,c,f){d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));a.moveTo(d,0);a.lineTo(c,0);a.quadTo(c-2*d,f/2,c,f);a.lineTo(d,f);a.quadTo(d-2*d,f/ -2,d,0);a.close();a.end()};mxCellRenderer.registerShape("dataStorage",R);mxUtils.extend(U,mxActor);U.prototype.redrawPath=function(a,d,b,c,f){a.moveTo(0,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,0,f);a.close();a.end()};mxCellRenderer.registerShape("or",U);mxUtils.extend(V,mxActor);V.prototype.redrawPath=function(a,d,b,c,f){a.moveTo(0,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,0,f);a.quadTo(c/2,f/2,0,0);a.close();a.end()};mxCellRenderer.registerShape("xor",V);mxUtils.extend(X,mxActor);X.prototype.size=20;X.prototype.redrawPath= -function(a,d,c,b,f){d=Math.min(b/2,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(d,0),new mxPoint(b-d,0),new mxPoint(b,.8*d),new mxPoint(b,f),new mxPoint(0,f),new mxPoint(0,.8*d)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("loopLimit",X);mxUtils.extend(M,mxActor);M.prototype.size=.375;M.prototype.redrawPath=function(a,d,c,b,f){d=f*Math.max(0,Math.min(1, -parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(b,0),new mxPoint(b,f-d),new mxPoint(b/2,f),new mxPoint(0,f-d)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("offPageConnector",M);mxUtils.extend(ma,mxEllipse);ma.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.begin();a.moveTo(d+c/2,b+f); -a.lineTo(d+c,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("tapeData",ma);mxUtils.extend(na,mxEllipse);na.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1);a.begin();a.moveTo(d,b+f/2);a.lineTo(d+c,b+f/2);a.end();a.stroke();a.begin();a.moveTo(d+c/2,b);a.lineTo(d+c/2,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("orEllipse",na);mxUtils.extend(da,mxEllipse);da.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this, -arguments);a.setShadow(!1);a.begin();a.moveTo(d+.145*c,b+.145*f);a.lineTo(d+.855*c,b+.855*f);a.end();a.stroke();a.begin();a.moveTo(d+.855*c,b+.145*f);a.lineTo(d+.145*c,b+.855*f);a.end();a.stroke()};mxCellRenderer.registerShape("sumEllipse",da);mxUtils.extend(ka,mxRhombus);ka.prototype.paintVertexShape=function(a,d,b,c,f){mxRhombus.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1);a.begin();a.moveTo(d,b+f/2);a.lineTo(d+c,b+f/2);a.end();a.stroke()};mxCellRenderer.registerShape("sortShape", -ka);mxUtils.extend(qa,mxEllipse);qa.prototype.paintVertexShape=function(a,d,b,c,f){a.begin();a.moveTo(d,b);a.lineTo(d+c,b);a.lineTo(d+c/2,b+f/2);a.close();a.fillAndStroke();a.begin();a.moveTo(d,b+f);a.lineTo(d+c,b+f);a.lineTo(d+c/2,b+f/2);a.close();a.fillAndStroke()};mxCellRenderer.registerShape("collate",qa);mxUtils.extend(ga,mxEllipse);ga.prototype.paintVertexShape=function(a,d,b,c,f){var e=b+f-5;a.begin();a.moveTo(d,b);a.lineTo(d,b+f);a.moveTo(d,e);a.lineTo(d+10,e-5);a.moveTo(d,e);a.lineTo(d+10, -e+5);a.moveTo(d,e);a.lineTo(d+c,e);a.moveTo(d+c,b);a.lineTo(d+c,b+f);a.moveTo(d+c,e);a.lineTo(d+c-10,e-5);a.moveTo(d+c,e);a.lineTo(d+c-10,e+5);a.end();a.stroke()};mxCellRenderer.registerShape("dimension",ga);mxUtils.extend(ra,mxEllipse);ra.prototype.paintVertexShape=function(a,d,b,c,f){this.outline||a.setStrokeColor(null);mxRectangleShape.prototype.paintBackground.apply(this,arguments);null!=this.style&&(a.setStrokeColor(this.stroke),a.rect(d,b,c,f),a.fill(),a.begin(),a.moveTo(d,b),"1"==mxUtils.getValue(this.style, -"top","1")?a.lineTo(d+c,b):a.moveTo(d+c,b),"1"==mxUtils.getValue(this.style,"right","1")?a.lineTo(d+c,b+f):a.moveTo(d+c,b+f),"1"==mxUtils.getValue(this.style,"bottom","1")?a.lineTo(d,b+f):a.moveTo(d,b+f),"1"==mxUtils.getValue(this.style,"left","1")&&a.lineTo(d,b-this.strokewidth/2),a.end(),a.stroke())};mxCellRenderer.registerShape("partialRectangle",ra);mxUtils.extend(ea,mxEllipse);ea.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1); -a.begin();"vertical"==mxUtils.getValue(this.style,"line")?(a.moveTo(d+c/2,b),a.lineTo(d+c/2,b+f)):(a.moveTo(d,b+f/2),a.lineTo(d+c,b+f/2));a.end();a.stroke()};mxCellRenderer.registerShape("lineEllipse",ea);mxUtils.extend(ia,mxActor);ia.prototype.redrawPath=function(a,d,b,c,f){d=Math.min(c,f/2);a.moveTo(0,0);a.lineTo(c-d,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,c-d,f);a.lineTo(0,f);a.close();a.end()};mxCellRenderer.registerShape("delay",ia);mxUtils.extend(ba,mxActor);ba.prototype.size=.2;ba.prototype.redrawPath= -function(a,d,b,c,f){d=Math.min(f,c);var e=Math.max(0,Math.min(d,d*parseFloat(mxUtils.getValue(this.style,"size",this.size))));d=(f-e)/2;b=d+e;var g=(c-e)/2,e=g+e;a.moveTo(0,d);a.lineTo(g,d);a.lineTo(g,0);a.lineTo(e,0);a.lineTo(e,d);a.lineTo(c,d);a.lineTo(c,b);a.lineTo(e,b);a.lineTo(e,f);a.lineTo(g,f);a.lineTo(g,b);a.lineTo(0,b);a.close();a.end()};mxCellRenderer.registerShape("cross",ba);mxUtils.extend(ja,mxActor);ja.prototype.size=.25;ja.prototype.redrawPath=function(a,d,b,c,f){d=Math.min(c,f/2); -b=Math.min(c-d,Math.max(0,parseFloat(mxUtils.getValue(this.style,"size",this.size)))*c);a.moveTo(0,f/2);a.lineTo(b,0);a.lineTo(c-d,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,c-d,f);a.lineTo(b,f);a.close();a.end()};mxCellRenderer.registerShape("display",ja);mxUtils.extend(fa,mxConnector);fa.prototype.origPaintEdgeShape=fa.prototype.paintEdgeShape;fa.prototype.paintEdgeShape=function(a,d,c){for(var b=[],f=0;f<d.length;f++)b.push(mxUtils.clone(d[f]));var f=a.state.dashed,e=a.state.fixDash;fa.prototype.origPaintEdgeShape.apply(this, -[a,b,c]);3<=a.state.strokeWidth&&(b=mxUtils.getValue(this.style,"fillColor",null),null!=b&&(a.setStrokeColor(b),a.setStrokeWidth(a.state.strokeWidth-2),a.setDashed(f,e),fa.prototype.origPaintEdgeShape.apply(this,[a,d,c])))};mxCellRenderer.registerShape("filledEdge",fa);"undefined"!==typeof StyleFormatPanel&&function(){var a=StyleFormatPanel.prototype.getCustomColors;StyleFormatPanel.prototype.getCustomColors=function(){var d=this.format.getSelectionState(),b=a.apply(this,arguments);"umlFrame"==d.style.shape&& -b.push({title:mxResources.get("laneColor"),key:"swimlaneFillColor",defaultValue:"#ffffff"});return b}}();mxMarker.addMarker("dash",function(a,d,b,c,f,e,g,l,k,p){var q=f*(g+k+1),t=e*(g+k+1);return function(){a.begin();a.moveTo(c.x-q/2-t/2,c.y-t/2+q/2);a.lineTo(c.x+t/2-3*q/2,c.y-3*t/2-q/2);a.stroke()}});mxMarker.addMarker("cross",function(a,d,c,b,f,e,g,l,k,p){var q=f*(g+k+1),t=e*(g+k+1);return function(){a.begin();a.moveTo(b.x-q/2-t/2,b.y-t/2+q/2);a.lineTo(b.x+t/2-3*q/2,b.y-3*t/2-q/2);a.moveTo(b.x- -q/2+t/2,b.y-t/2-q/2);a.lineTo(b.x-t/2-3*q/2,b.y-3*t/2+q/2);a.stroke()}});mxMarker.addMarker("circle",Ba);mxMarker.addMarker("circlePlus",function(a,d,b,c,f,e,g,l,k,p){var q=c.clone(),t=Ba.apply(this,arguments),v=f*(g+2*k),h=e*(g+2*k);return function(){t.apply(this,arguments);a.begin();a.moveTo(q.x-f*k,q.y-e*k);a.lineTo(q.x-2*v+f*k,q.y-2*h+e*k);a.moveTo(q.x-v-h+e*k,q.y-h+v-f*k);a.lineTo(q.x+h-v-e*k,q.y-h-v+f*k);a.stroke()}});mxMarker.addMarker("async",function(a,d,b,c,f,e,g,l,k,p){d=f*k*1.118;b=e* -k*1.118;f*=g+k;e*=g+k;var q=c.clone();q.x-=d;q.y-=b;c.x+=1*-f-d;c.y+=1*-e-b;return function(){a.begin();a.moveTo(q.x,q.y);l?a.lineTo(q.x-f-e/2,q.y-e+f/2):a.lineTo(q.x+e/2-f,q.y-e-f/2);a.lineTo(q.x-f,q.y-e);a.close();p?a.fillAndStroke():a.stroke()}});mxMarker.addMarker("openAsync",function(a){a=null!=a?a:2;return function(d,b,c,f,e,g,l,k,p,q){e*=l+p;g*=l+p;var t=f.clone();return function(){d.begin();d.moveTo(t.x,t.y);k?d.lineTo(t.x-e-g/a,t.y-g+e/a):d.lineTo(t.x+g/a-e,t.y-g-e/a);d.stroke()}}}(2));if("undefined"!== -typeof mxVertexHandler){var za=function(a,d,b){return sa(a,["width"],d,function(d,c,f,e,g){g=a.shape.getEdgeWidth()*a.view.scale+b;return new mxPoint(e.x+c*d/4+f*g/2,e.y+f*d/4-c*g/2)},function(d,c,f,e,g,l){d=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,l.x,l.y));a.style.width=Math.round(2*d)/a.view.scale-b})},sa=function(a,d,b,c,f){return N(a,d,function(d){var f=a.absolutePoints,e=f.length-1;d=a.view.translate;var g=a.view.scale,l=b?f[0]:f[e],f=b?f[1]:f[e-1],e=f.x-l.x,k=f.y-l.y,p=Math.sqrt(e*e+k* -k),l=c.call(this,p,e/p,k/p,l,f);return new mxPoint(l.x/g-d.x,l.y/g-d.y)},function(d,c,e){var g=a.absolutePoints,l=g.length-1;d=a.view.translate;var k=a.view.scale,p=b?g[0]:g[l],g=b?g[1]:g[l-1],l=g.x-p.x,q=g.y-p.y,t=Math.sqrt(l*l+q*q);c.x=(c.x+d.x)*k;c.y=(c.y+d.y)*k;f.call(this,t,l/t,q/t,p,g,c,e)})},la=function(a){return function(d){return[N(d,["arrowWidth","arrowSize"],function(d){var b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"arrowWidth",C.prototype.arrowWidth))),c=Math.max(0,Math.min(a, -mxUtils.getValue(this.state.style,"arrowSize",C.prototype.arrowSize)));return new mxPoint(d.x+(1-c)*d.width,d.y+(1-b)*d.height/2)},function(d,b){this.state.style.arrowWidth=Math.max(0,Math.min(1,Math.abs(d.y+d.height/2-b.y)/d.height*2));this.state.style.arrowSize=Math.max(0,Math.min(a,(d.x+d.width-b.x)/d.width))})]}},Aa=function(a,d,b){return function(c){var f=[N(c,["size"],function(b){var c=Math.max(0,Math.min(b.width,Math.min(b.height,parseFloat(mxUtils.getValue(this.state.style,"size",d)))))*a; -return new mxPoint(b.x+c,b.y+c)},function(d,b){this.state.style.size=Math.round(Math.max(0,Math.min(Math.min(d.width,b.x-d.x),Math.min(d.height,b.y-d.y)))/a)})];b&&mxUtils.getValue(c.style,mxConstants.STYLE_ROUNDED,!1)&&f.push(ha(c));return f}},ua=function(a,d,b,c,f){b=null!=b?b:1;return function(e){var g=[N(e,["size"],function(d){var b=null!=f?"0"!=mxUtils.getValue(this.state.style,"fixedSize","0"):null,c=parseFloat(mxUtils.getValue(this.state.style,"size",b?f:a));return new mxPoint(d.x+Math.max(0, -Math.min(d.width,c*(b?1:d.width))),d.getCenterY())},function(a,d,c){var g=null!=f?"0"!=mxUtils.getValue(this.state.style,"fixedSize","0"):null;a=g?d.x-a.x:Math.max(0,Math.min(b,(d.x-a.x)/a.width));g&&!mxEvent.isAltDown(c.getEvent())&&(a=e.view.graph.snap(a));this.state.style.size=a},null,c)];d&&mxUtils.getValue(e.style,mxConstants.STYLE_ROUNDED,!1)&&g.push(ha(e));return g}},Da=function(a){return function(d){var b=[N(d,["size"],function(d){var b=Math.max(0,Math.min(a,parseFloat(mxUtils.getValue(this.state.style, -"size",g.prototype.size))));return new mxPoint(d.x+b*d.width*.75,d.y+d.height/4)},function(d,b){this.state.style.size=Math.max(0,Math.min(a,(b.x-d.x)/(.75*d.width)))},null,!0)];mxUtils.getValue(d.style,mxConstants.STYLE_ROUNDED,!1)&&b.push(ha(d));return b}},ta=function(){return function(a){var d=[];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&d.push(ha(a));return d}},ha=function(a,d){return N(a,[mxConstants.STYLE_ARCSIZE],function(b){var c=null!=d?d:b.height/8;if("1"==mxUtils.getValue(a.style, +a.getCenterY()+c)};mxStyleRegistry.putValue("backbonePerimeter",mxPerimeter.BackbonePerimeter);mxPerimeter.CalloutPerimeter=function(a,d,b,c){return mxPerimeter.RectanglePerimeter(mxUtils.getDirectedBounds(a,new mxRectangle(0,0,0,Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(d.style,"size",y.prototype.size))*d.view.scale))),d.style),d,b,c)};mxStyleRegistry.putValue("calloutPerimeter",mxPerimeter.CalloutPerimeter);mxPerimeter.ParallelogramPerimeter=function(a,d,b,c){var e=f.prototype.size; +null!=d&&(e=mxUtils.getValue(d.style,"size",e));var g=a.x,k=a.y,l=a.width,q=a.height;d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST;d==mxConstants.DIRECTION_NORTH||d==mxConstants.DIRECTION_SOUTH?(e=q*Math.max(0,Math.min(1,e)),k=[new mxPoint(g,k),new mxPoint(g+l,k+e),new mxPoint(g+l,k+q),new mxPoint(g,k+q-e),new mxPoint(g,k)]):(e=l*Math.max(0,Math.min(1,e)),k=[new mxPoint(g+e,k),new mxPoint(g+l,k),new mxPoint(g+l-e,k+q),new mxPoint(g, +k+q),new mxPoint(g+e,k)]);q=a.getCenterX();a=a.getCenterY();a=new mxPoint(q,a);c&&(b.x<g||b.x>g+l?a.y=b.y:a.x=b.x);return mxUtils.getPerimeterPoint(k,a,b)};mxStyleRegistry.putValue("parallelogramPerimeter",mxPerimeter.ParallelogramPerimeter);mxPerimeter.TrapezoidPerimeter=function(a,d,b,c){var f=g.prototype.size;null!=d&&(f=mxUtils.getValue(d.style,"size",f));var e=a.x,k=a.y,l=a.width,q=a.height;d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST; +d==mxConstants.DIRECTION_EAST?(f=l*Math.max(0,Math.min(1,f)),k=[new mxPoint(e+f,k),new mxPoint(e+l-f,k),new mxPoint(e+l,k+q),new mxPoint(e,k+q),new mxPoint(e+f,k)]):d==mxConstants.DIRECTION_WEST?(f=l*Math.max(0,Math.min(1,f)),k=[new mxPoint(e,k),new mxPoint(e+l,k),new mxPoint(e+l-f,k+q),new mxPoint(e+f,k+q),new mxPoint(e,k)]):d==mxConstants.DIRECTION_NORTH?(f=q*Math.max(0,Math.min(1,f)),k=[new mxPoint(e,k+f),new mxPoint(e+l,k),new mxPoint(e+l,k+q),new mxPoint(e,k+q-f),new mxPoint(e,k+f)]):(f=q*Math.max(0, +Math.min(1,f)),k=[new mxPoint(e,k),new mxPoint(e+l,k+f),new mxPoint(e+l,k+q-f),new mxPoint(e,k+q),new mxPoint(e,k)]);q=a.getCenterX();a=a.getCenterY();a=new mxPoint(q,a);c&&(b.x<e||b.x>e+l?a.y=b.y:a.x=b.x);return mxUtils.getPerimeterPoint(k,a,b)};mxStyleRegistry.putValue("trapezoidPerimeter",mxPerimeter.TrapezoidPerimeter);mxPerimeter.StepPerimeter=function(a,d,b,c){var f="0"!=mxUtils.getValue(d.style,"fixedSize","0"),e=f?k.prototype.fixedSize:k.prototype.size;null!=d&&(e=mxUtils.getValue(d.style, +"size",e));var g=a.x,l=a.y,q=a.width,m=a.height,t=a.getCenterX();a=a.getCenterY();d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST;d==mxConstants.DIRECTION_EAST?(f=f?Math.max(0,Math.min(q,e)):q*Math.max(0,Math.min(1,e)),l=[new mxPoint(g,l),new mxPoint(g+q-f,l),new mxPoint(g+q,a),new mxPoint(g+q-f,l+m),new mxPoint(g,l+m),new mxPoint(g+f,a),new mxPoint(g,l)]):d==mxConstants.DIRECTION_WEST?(f=f?Math.max(0,Math.min(q,e)):q*Math.max(0, +Math.min(1,e)),l=[new mxPoint(g+f,l),new mxPoint(g+q,l),new mxPoint(g+q-f,a),new mxPoint(g+q,l+m),new mxPoint(g+f,l+m),new mxPoint(g,a),new mxPoint(g+f,l)]):d==mxConstants.DIRECTION_NORTH?(f=f?Math.max(0,Math.min(m,e)):m*Math.max(0,Math.min(1,e)),l=[new mxPoint(g,l+f),new mxPoint(t,l),new mxPoint(g+q,l+f),new mxPoint(g+q,l+m),new mxPoint(t,l+m-f),new mxPoint(g,l+m),new mxPoint(g,l+f)]):(f=f?Math.max(0,Math.min(m,e)):m*Math.max(0,Math.min(1,e)),l=[new mxPoint(g,l),new mxPoint(t,l+f),new mxPoint(g+ +q,l),new mxPoint(g+q,l+m-f),new mxPoint(t,l+m),new mxPoint(g,l+m-f),new mxPoint(g,l)]);t=new mxPoint(t,a);c&&(b.x<g||b.x>g+q?t.y=b.y:t.x=b.x);return mxUtils.getPerimeterPoint(l,t,b)};mxStyleRegistry.putValue("stepPerimeter",mxPerimeter.StepPerimeter);mxPerimeter.HexagonPerimeter2=function(a,d,b,c){var f=w.prototype.size;null!=d&&(f=mxUtils.getValue(d.style,"size",f));var e=a.x,g=a.y,k=a.width,l=a.height,q=a.getCenterX();a=a.getCenterY();d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION, +mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST;d==mxConstants.DIRECTION_NORTH||d==mxConstants.DIRECTION_SOUTH?(f=l*Math.max(0,Math.min(1,f)),g=[new mxPoint(q,g),new mxPoint(e+k,g+f),new mxPoint(e+k,g+l-f),new mxPoint(q,g+l),new mxPoint(e,g+l-f),new mxPoint(e,g+f),new mxPoint(q,g)]):(f=k*Math.max(0,Math.min(1,f)),g=[new mxPoint(e+f,g),new mxPoint(e+k-f,g),new mxPoint(e+k,a),new mxPoint(e+k-f,g+l),new mxPoint(e+f,g+l),new mxPoint(e,a),new mxPoint(e+f,g)]);q=new mxPoint(q,a);c&&(b.x<e||b.x>e+ +k?q.y=b.y:q.x=b.x);return mxUtils.getPerimeterPoint(g,q,b)};mxStyleRegistry.putValue("hexagonPerimeter2",mxPerimeter.HexagonPerimeter2);mxUtils.extend(P,mxShape);P.prototype.size=10;P.prototype.paintBackground=function(a,d,b,c,f){var e=parseFloat(mxUtils.getValue(this.style,"size",this.size));a.translate(d,b);a.ellipse((c-e)/2,0,e,e);a.fillAndStroke();a.begin();a.moveTo(c/2,e);a.lineTo(c/2,f);a.end();a.stroke()};mxCellRenderer.registerShape("lollipop",P);mxUtils.extend(R,mxShape);R.prototype.size= +10;R.prototype.inset=2;R.prototype.paintBackground=function(a,d,b,c,f){var e=parseFloat(mxUtils.getValue(this.style,"size",this.size)),g=parseFloat(mxUtils.getValue(this.style,"inset",this.inset))+this.strokewidth;a.translate(d,b);a.begin();a.moveTo(c/2,e+g);a.lineTo(c/2,f);a.end();a.stroke();a.begin();a.moveTo((c-e)/2-g,e/2);a.quadTo((c-e)/2-g,e+g,c/2,e+g);a.quadTo((c+e)/2+g,e+g,(c+e)/2+g,e/2);a.end();a.stroke()};mxCellRenderer.registerShape("requires",R);mxUtils.extend(Q,mxCylinder);Q.prototype.jettyWidth= +32;Q.prototype.jettyHeight=12;Q.prototype.redrawPath=function(a,d,b,c,f,e){var g=parseFloat(mxUtils.getValue(this.style,"jettyWidth",this.jettyWidth));d=parseFloat(mxUtils.getValue(this.style,"jettyHeight",this.jettyHeight));b=g/2;var g=b+g/2,k=.3*f-d/2,l=.7*f-d/2;e?(a.moveTo(b,k),a.lineTo(g,k),a.lineTo(g,k+d),a.lineTo(b,k+d),a.moveTo(b,l),a.lineTo(g,l),a.lineTo(g,l+d),a.lineTo(b,l+d)):(a.moveTo(b,0),a.lineTo(c,0),a.lineTo(c,f),a.lineTo(b,f),a.lineTo(b,l+d),a.lineTo(0,l+d),a.lineTo(0,l),a.lineTo(b, +l),a.lineTo(b,k+d),a.lineTo(0,k+d),a.lineTo(0,k),a.lineTo(b,k),a.close());a.end()};mxCellRenderer.registerShape("component",Q);mxUtils.extend(U,mxDoubleEllipse);U.prototype.outerStroke=!0;U.prototype.paintVertexShape=function(a,d,b,c,f){var e=Math.min(4,Math.min(c/5,f/5));0<c&&0<f&&(a.ellipse(d+e,b+e,c-2*e,f-2*e),a.fillAndStroke());a.setShadow(!1);this.outerStroke&&(a.ellipse(d,b,c,f),a.stroke())};mxCellRenderer.registerShape("endState",U);mxUtils.extend(S,U);S.prototype.outerStroke=!1;mxCellRenderer.registerShape("startState", +S);mxUtils.extend(da,mxArrowConnector);da.prototype.defaultWidth=4;da.prototype.isOpenEnded=function(){return!0};da.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};da.prototype.isArrowRounded=function(){return this.isRounded};mxCellRenderer.registerShape("link",da);mxUtils.extend(V,mxArrowConnector);V.prototype.defaultWidth=10;V.prototype.defaultArrowWidth=20;V.prototype.getStartArrowWidth=function(){return this.getEdgeWidth()+ +mxUtils.getNumber(this.style,"startWidth",this.defaultArrowWidth)};V.prototype.getEndArrowWidth=function(){return this.getEdgeWidth()+mxUtils.getNumber(this.style,"endWidth",this.defaultArrowWidth)};V.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};mxCellRenderer.registerShape("flexArrow",V);mxUtils.extend(Y,mxActor);Y.prototype.size=30;Y.prototype.redrawPath=function(a,d,b,c,f){d=Math.min(f,parseFloat(mxUtils.getValue(this.style, +"size",this.size)));b=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f),new mxPoint(0,d),new mxPoint(c,0),new mxPoint(c,f)],this.isRounded,b,!0);a.end()};mxCellRenderer.registerShape("manualInput",Y);mxUtils.extend(H,mxRectangleShape);H.prototype.dx=20;H.prototype.dy=20;H.prototype.isHtmlAllowed=function(){return!1};H.prototype.paintForeground=function(a,d,b,c,f){mxRectangleShape.prototype.paintForeground.apply(this,arguments);var e= +0;if(this.isRounded)var g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,e=Math.max(e,Math.min(c*g,f*g));g=Math.max(e,Math.min(c,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));e=Math.max(e,Math.min(f,parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));a.begin();a.moveTo(d,b+e);a.lineTo(d+c,b+e);a.end();a.stroke();a.begin();a.moveTo(d+g,b);a.lineTo(d+g,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("internalStorage",H);mxUtils.extend(G, +mxActor);G.prototype.dx=20;G.prototype.dy=20;G.prototype.redrawPath=function(a,d,b,c,f){d=Math.max(0,Math.min(c,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));b=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));parseFloat(mxUtils.getValue(this.style,"size",this.size));var e=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(c,0),new mxPoint(c,b),new mxPoint(d,b),new mxPoint(d,f),new mxPoint(0, +f)],this.isRounded,e,!0);a.end()};mxCellRenderer.registerShape("corner",G);mxUtils.extend(Z,mxActor);Z.prototype.redrawPath=function(a,d,b,c,f){a.moveTo(0,0);a.lineTo(0,f);a.end();a.moveTo(c,0);a.lineTo(c,f);a.end();a.moveTo(0,f/2);a.lineTo(c,f/2);a.end()};mxCellRenderer.registerShape("crossbar",Z);mxUtils.extend(K,mxActor);K.prototype.dx=20;K.prototype.dy=20;K.prototype.redrawPath=function(a,d,b,c,f){d=Math.max(0,Math.min(c,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));b=Math.max(0,Math.min(f, +parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));parseFloat(mxUtils.getValue(this.style,"size",this.size));var e=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(c,0),new mxPoint(c,b),new mxPoint((c+d)/2,b),new mxPoint((c+d)/2,f),new mxPoint((c-d)/2,f),new mxPoint((c-d)/2,b),new mxPoint(0,b)],this.isRounded,e,!0);a.end()};mxCellRenderer.registerShape("tee",K);mxUtils.extend(L,mxActor);L.prototype.arrowWidth=.3; +L.prototype.arrowSize=.2;L.prototype.redrawPath=function(a,d,b,c,f){var e=f*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowWidth",this.arrowWidth))));d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowSize",this.arrowSize))));b=(f-e)/2;var e=b+e,g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,b),new mxPoint(c-d,b),new mxPoint(c-d,0),new mxPoint(c,f/2),new mxPoint(c-d,f),new mxPoint(c-d,e),new mxPoint(0, +e)],this.isRounded,g,!0);a.end()};mxCellRenderer.registerShape("singleArrow",L);mxUtils.extend(aa,mxActor);aa.prototype.redrawPath=function(a,d,b,c,f){var e=f*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowWidth",L.prototype.arrowWidth))));d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowSize",L.prototype.arrowSize))));b=(f-e)/2;var e=b+e,g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f/ +2),new mxPoint(d,0),new mxPoint(d,b),new mxPoint(c-d,b),new mxPoint(c-d,0),new mxPoint(c,f/2),new mxPoint(c-d,f),new mxPoint(c-d,e),new mxPoint(d,e),new mxPoint(d,f)],this.isRounded,g,!0);a.end()};mxCellRenderer.registerShape("doubleArrow",aa);mxUtils.extend(E,mxActor);E.prototype.size=.1;E.prototype.redrawPath=function(a,d,b,c,f){d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));a.moveTo(d,0);a.lineTo(c,0);a.quadTo(c-2*d,f/2,c,f);a.lineTo(d,f);a.quadTo(d-2*d,f/ +2,d,0);a.close();a.end()};mxCellRenderer.registerShape("dataStorage",E);mxUtils.extend(W,mxActor);W.prototype.redrawPath=function(a,d,b,c,f){a.moveTo(0,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,0,f);a.close();a.end()};mxCellRenderer.registerShape("or",W);mxUtils.extend(O,mxActor);O.prototype.redrawPath=function(a,d,b,c,f){a.moveTo(0,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,0,f);a.quadTo(c/2,f/2,0,0);a.close();a.end()};mxCellRenderer.registerShape("xor",O);mxUtils.extend(ea,mxActor);ea.prototype.size=20;ea.prototype.redrawPath= +function(a,d,c,b,f){d=Math.min(b/2,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(d,0),new mxPoint(b-d,0),new mxPoint(b,.8*d),new mxPoint(b,f),new mxPoint(0,f),new mxPoint(0,.8*d)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("loopLimit",ea);mxUtils.extend(T,mxActor);T.prototype.size=.375;T.prototype.redrawPath=function(a,d,c,b,f){d=f*Math.max(0,Math.min(1, +parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(b,0),new mxPoint(b,f-d),new mxPoint(b/2,f),new mxPoint(0,f-d)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("offPageConnector",T);mxUtils.extend(ca,mxEllipse);ca.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.begin();a.moveTo(d+c/2,b+f); +a.lineTo(d+c,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("tapeData",ca);mxUtils.extend(X,mxEllipse);X.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1);a.begin();a.moveTo(d,b+f/2);a.lineTo(d+c,b+f/2);a.end();a.stroke();a.begin();a.moveTo(d+c/2,b);a.lineTo(d+c/2,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("orEllipse",X);mxUtils.extend(na,mxEllipse);na.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this, +arguments);a.setShadow(!1);a.begin();a.moveTo(d+.145*c,b+.145*f);a.lineTo(d+.855*c,b+.855*f);a.end();a.stroke();a.begin();a.moveTo(d+.855*c,b+.145*f);a.lineTo(d+.145*c,b+.855*f);a.end();a.stroke()};mxCellRenderer.registerShape("sumEllipse",na);mxUtils.extend(ra,mxRhombus);ra.prototype.paintVertexShape=function(a,d,b,c,f){mxRhombus.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1);a.begin();a.moveTo(d,b+f/2);a.lineTo(d+c,b+f/2);a.end();a.stroke()};mxCellRenderer.registerShape("sortShape", +ra);mxUtils.extend(ia,mxEllipse);ia.prototype.paintVertexShape=function(a,d,b,c,f){a.begin();a.moveTo(d,b);a.lineTo(d+c,b);a.lineTo(d+c/2,b+f/2);a.close();a.fillAndStroke();a.begin();a.moveTo(d,b+f);a.lineTo(d+c,b+f);a.lineTo(d+c/2,b+f/2);a.close();a.fillAndStroke()};mxCellRenderer.registerShape("collate",ia);mxUtils.extend(ja,mxEllipse);ja.prototype.paintVertexShape=function(a,d,b,c,f){var e=b+f-5;a.begin();a.moveTo(d,b);a.lineTo(d,b+f);a.moveTo(d,e);a.lineTo(d+10,e-5);a.moveTo(d,e);a.lineTo(d+10, +e+5);a.moveTo(d,e);a.lineTo(d+c,e);a.moveTo(d+c,b);a.lineTo(d+c,b+f);a.moveTo(d+c,e);a.lineTo(d+c-10,e-5);a.moveTo(d+c,e);a.lineTo(d+c-10,e+5);a.end();a.stroke()};mxCellRenderer.registerShape("dimension",ja);mxUtils.extend(pa,mxEllipse);pa.prototype.paintVertexShape=function(a,d,b,c,f){this.outline||a.setStrokeColor(null);mxRectangleShape.prototype.paintBackground.apply(this,arguments);null!=this.style&&(a.setStrokeColor(this.stroke),a.rect(d,b,c,f),a.fill(),a.begin(),a.moveTo(d,b),"1"==mxUtils.getValue(this.style, +"top","1")?a.lineTo(d+c,b):a.moveTo(d+c,b),"1"==mxUtils.getValue(this.style,"right","1")?a.lineTo(d+c,b+f):a.moveTo(d+c,b+f),"1"==mxUtils.getValue(this.style,"bottom","1")?a.lineTo(d,b+f):a.moveTo(d,b+f),"1"==mxUtils.getValue(this.style,"left","1")&&a.lineTo(d,b-this.strokewidth/2),a.end(),a.stroke())};mxCellRenderer.registerShape("partialRectangle",pa);mxUtils.extend(ha,mxEllipse);ha.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1); +a.begin();"vertical"==mxUtils.getValue(this.style,"line")?(a.moveTo(d+c/2,b),a.lineTo(d+c/2,b+f)):(a.moveTo(d,b+f/2),a.lineTo(d+c,b+f/2));a.end();a.stroke()};mxCellRenderer.registerShape("lineEllipse",ha);mxUtils.extend(qa,mxActor);qa.prototype.redrawPath=function(a,d,b,c,f){d=Math.min(c,f/2);a.moveTo(0,0);a.lineTo(c-d,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,c-d,f);a.lineTo(0,f);a.close();a.end()};mxCellRenderer.registerShape("delay",qa);mxUtils.extend(fa,mxActor);fa.prototype.size=.2;fa.prototype.redrawPath= +function(a,d,b,c,f){d=Math.min(f,c);var e=Math.max(0,Math.min(d,d*parseFloat(mxUtils.getValue(this.style,"size",this.size))));d=(f-e)/2;b=d+e;var g=(c-e)/2,e=g+e;a.moveTo(0,d);a.lineTo(g,d);a.lineTo(g,0);a.lineTo(e,0);a.lineTo(e,d);a.lineTo(c,d);a.lineTo(c,b);a.lineTo(e,b);a.lineTo(e,f);a.lineTo(g,f);a.lineTo(g,b);a.lineTo(0,b);a.close();a.end()};mxCellRenderer.registerShape("cross",fa);mxUtils.extend(ga,mxActor);ga.prototype.size=.25;ga.prototype.redrawPath=function(a,d,b,c,f){d=Math.min(c,f/2); +b=Math.min(c-d,Math.max(0,parseFloat(mxUtils.getValue(this.style,"size",this.size)))*c);a.moveTo(0,f/2);a.lineTo(b,0);a.lineTo(c-d,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,c-d,f);a.lineTo(b,f);a.close();a.end()};mxCellRenderer.registerShape("display",ga);mxUtils.extend(ba,mxConnector);ba.prototype.origPaintEdgeShape=ba.prototype.paintEdgeShape;ba.prototype.paintEdgeShape=function(a,d,c){for(var b=[],f=0;f<d.length;f++)b.push(mxUtils.clone(d[f]));var f=a.state.dashed,e=a.state.fixDash;ba.prototype.origPaintEdgeShape.apply(this, +[a,b,c]);3<=a.state.strokeWidth&&(b=mxUtils.getValue(this.style,"fillColor",null),null!=b&&(a.setStrokeColor(b),a.setStrokeWidth(a.state.strokeWidth-2),a.setDashed(f,e),ba.prototype.origPaintEdgeShape.apply(this,[a,d,c])))};mxCellRenderer.registerShape("filledEdge",ba);"undefined"!==typeof StyleFormatPanel&&function(){var a=StyleFormatPanel.prototype.getCustomColors;StyleFormatPanel.prototype.getCustomColors=function(){var d=this.format.getSelectionState(),b=a.apply(this,arguments);"umlFrame"==d.style.shape&& +b.push({title:mxResources.get("laneColor"),key:"swimlaneFillColor",defaultValue:"#ffffff"});return b}}();mxMarker.addMarker("dash",function(a,d,b,c,f,e,g,k,l,q){var m=f*(g+l+1),t=e*(g+l+1);return function(){a.begin();a.moveTo(c.x-m/2-t/2,c.y-t/2+m/2);a.lineTo(c.x+t/2-3*m/2,c.y-3*t/2-m/2);a.stroke()}});mxMarker.addMarker("cross",function(a,d,c,b,f,e,g,k,l,q){var m=f*(g+l+1),t=e*(g+l+1);return function(){a.begin();a.moveTo(b.x-m/2-t/2,b.y-t/2+m/2);a.lineTo(b.x+t/2-3*m/2,b.y-3*t/2-m/2);a.moveTo(b.x- +m/2+t/2,b.y-t/2-m/2);a.lineTo(b.x-t/2-3*m/2,b.y-3*t/2+m/2);a.stroke()}});mxMarker.addMarker("circle",va);mxMarker.addMarker("circlePlus",function(a,d,b,c,f,e,g,k,l,q){var m=c.clone(),t=va.apply(this,arguments),v=f*(g+2*l),w=e*(g+2*l);return function(){t.apply(this,arguments);a.begin();a.moveTo(m.x-f*l,m.y-e*l);a.lineTo(m.x-2*v+f*l,m.y-2*w+e*l);a.moveTo(m.x-v-w+e*l,m.y-w+v-f*l);a.lineTo(m.x+w-v-e*l,m.y-w-v+f*l);a.stroke()}});mxMarker.addMarker("async",function(a,d,b,c,f,e,g,k,l,q){d=f*l*1.118;b=e* +l*1.118;f*=g+l;e*=g+l;var m=c.clone();m.x-=d;m.y-=b;c.x+=1*-f-d;c.y+=1*-e-b;return function(){a.begin();a.moveTo(m.x,m.y);k?a.lineTo(m.x-f-e/2,m.y-e+f/2):a.lineTo(m.x+e/2-f,m.y-e-f/2);a.lineTo(m.x-f,m.y-e);a.close();q?a.fillAndStroke():a.stroke()}});mxMarker.addMarker("openAsync",function(a){a=null!=a?a:2;return function(d,b,c,f,e,g,k,l,q,m){e*=k+q;g*=k+q;var t=f.clone();return function(){d.begin();d.moveTo(t.x,t.y);l?d.lineTo(t.x-e-g/a,t.y-g+e/a):d.lineTo(t.x+g/a-e,t.y-g-e/a);d.stroke()}}}(2));if("undefined"!== +typeof mxVertexHandler){var Aa=function(a,d,b){return ta(a,["width"],d,function(d,c,f,e,g){g=a.shape.getEdgeWidth()*a.view.scale+b;return new mxPoint(e.x+c*d/4+f*g/2,e.y+f*d/4-c*g/2)},function(d,c,f,e,g,k){d=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,k.x,k.y));a.style.width=Math.round(2*d)/a.view.scale-b})},ta=function(a,d,b,c,f){return N(a,d,function(d){var f=a.absolutePoints,e=f.length-1;d=a.view.translate;var g=a.view.scale,k=b?f[0]:f[e],f=b?f[1]:f[e-1],e=f.x-k.x,l=f.y-k.y,q=Math.sqrt(e*e+l* +l),k=c.call(this,q,e/q,l/q,k,f);return new mxPoint(k.x/g-d.x,k.y/g-d.y)},function(d,c,e){var g=a.absolutePoints,k=g.length-1;d=a.view.translate;var l=a.view.scale,q=b?g[0]:g[k],g=b?g[1]:g[k-1],k=g.x-q.x,m=g.y-q.y,t=Math.sqrt(k*k+m*m);c.x=(c.x+d.x)*l;c.y=(c.y+d.y)*l;f.call(this,t,k/t,m/t,q,g,c,e)})},ma=function(a){return function(d){return[N(d,["arrowWidth","arrowSize"],function(d){var b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"arrowWidth",L.prototype.arrowWidth))),c=Math.max(0,Math.min(a, +mxUtils.getValue(this.state.style,"arrowSize",L.prototype.arrowSize)));return new mxPoint(d.x+(1-c)*d.width,d.y+(1-b)*d.height/2)},function(d,b){this.state.style.arrowWidth=Math.max(0,Math.min(1,Math.abs(d.y+d.height/2-b.y)/d.height*2));this.state.style.arrowSize=Math.max(0,Math.min(a,(d.x+d.width-b.x)/d.width))})]}},Ba=function(a,d,b){return function(c){var f=[N(c,["size"],function(b){var c=Math.max(0,Math.min(b.width,Math.min(b.height,parseFloat(mxUtils.getValue(this.state.style,"size",d)))))*a; +return new mxPoint(b.x+c,b.y+c)},function(d,b){this.state.style.size=Math.round(Math.max(0,Math.min(Math.min(d.width,b.x-d.x),Math.min(d.height,b.y-d.y)))/a)})];b&&mxUtils.getValue(c.style,mxConstants.STYLE_ROUNDED,!1)&&f.push(ka(c));return f}},wa=function(a,d,b,c,f){b=null!=b?b:1;return function(e){var g=[N(e,["size"],function(d){var b=null!=f?"0"!=mxUtils.getValue(this.state.style,"fixedSize","0"):null,c=parseFloat(mxUtils.getValue(this.state.style,"size",b?f:a));return new mxPoint(d.x+Math.max(0, +Math.min(d.width,c*(b?1:d.width))),d.getCenterY())},function(a,d,c){var g=null!=f?"0"!=mxUtils.getValue(this.state.style,"fixedSize","0"):null;a=g?d.x-a.x:Math.max(0,Math.min(b,(d.x-a.x)/a.width));g&&!mxEvent.isAltDown(c.getEvent())&&(a=e.view.graph.snap(a));this.state.style.size=a},null,c)];d&&mxUtils.getValue(e.style,mxConstants.STYLE_ROUNDED,!1)&&g.push(ka(e));return g}},Da=function(a){return function(d){var b=[N(d,["size"],function(d){var b=Math.max(0,Math.min(a,parseFloat(mxUtils.getValue(this.state.style, +"size",g.prototype.size))));return new mxPoint(d.x+b*d.width*.75,d.y+d.height/4)},function(d,b){this.state.style.size=Math.max(0,Math.min(a,(b.x-d.x)/(.75*d.width)))},null,!0)];mxUtils.getValue(d.style,mxConstants.STYLE_ROUNDED,!1)&&b.push(ka(d));return b}},ua=function(){return function(a){var d=[];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&d.push(ka(a));return d}},ka=function(a,d){return N(a,[mxConstants.STYLE_ARCSIZE],function(b){var c=null!=d?d:b.height/8;if("1"==mxUtils.getValue(a.style, mxConstants.STYLE_ABSOLUTE_ARCSIZE,0)){var f=mxUtils.getValue(a.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;return new mxPoint(b.x+b.width-Math.min(b.width/2,f),b.y+c)}f=Math.max(0,parseFloat(mxUtils.getValue(a.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)))/100;return new mxPoint(b.x+b.width-Math.min(Math.max(b.width/2,b.height/2),Math.min(b.width,b.height)*f),b.y+c)},function(d,b,c){"1"==mxUtils.getValue(a.style,mxConstants.STYLE_ABSOLUTE_ARCSIZE,0)? -this.state.style[mxConstants.STYLE_ARCSIZE]=Math.round(Math.max(0,Math.min(d.width,2*(d.x+d.width-b.x)))):this.state.style[mxConstants.STYLE_ARCSIZE]=Math.round(Math.min(50,Math.max(0,100*(d.width-b.x+d.x)/Math.min(d.width,d.height))))})},N=function(a,d,b,c,f,e){var g=new mxHandle(a,null,mxVertexHandler.prototype.secondaryHandleImage);g.execute=function(){for(var a=0;a<d.length;a++)this.copyStyle(d[a])};g.getPosition=b;g.setPosition=c;g.ignoreGrid=null!=f?f:!0;if(e){var l=g.positionChanged;g.positionChanged= -function(){l.apply(this,arguments);a.view.invalidate(this.state.cell);a.view.validate()}}return g},va={link:function(a){return[za(a,!0,10),za(a,!1,10)]},flexArrow:function(a){var d=a.view.graph.gridSize/a.view.scale,b=[];mxUtils.getValue(a.style,mxConstants.STYLE_STARTARROW,mxConstants.NONE)!=mxConstants.NONE&&(b.push(sa(a,["width",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE],!0,function(d,b,c,f,e){d=(a.shape.getEdgeWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style, -mxConstants.STYLE_STARTSIZE,mxConstants.ARROW_SIZE/5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)+c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)-b*d/2)},function(b,c,f,e,g,l,k){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,l.x,l.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,l.x,l.y);a.style[mxConstants.STYLE_STARTSIZE]=Math.round(100*(c-a.shape.strokewidth)/3)/100/a.view.scale;a.style.width=Math.round(2*b)/a.view.scale;mxEvent.isControlDown(k.getEvent())&&(a.style[mxConstants.STYLE_ENDSIZE]= -a.style[mxConstants.STYLE_STARTSIZE]);mxEvent.isAltDown(k.getEvent())||Math.abs(parseFloat(a.style[mxConstants.STYLE_STARTSIZE])-parseFloat(a.style[mxConstants.STYLE_ENDSIZE]))<d/6&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE])})),b.push(sa(a,["startWidth","endWidth",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE],!0,function(d,b,c,f,e){d=(a.shape.getStartArrowWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.ARROW_SIZE/ -5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)+c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)-b*d/2)},function(b,c,f,e,g,l,k){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,l.x,l.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,l.x,l.y);a.style[mxConstants.STYLE_STARTSIZE]=Math.round(100*(c-a.shape.strokewidth)/3)/100/a.view.scale;a.style.startWidth=Math.max(0,Math.round(2*b)-a.shape.getEdgeWidth())/a.view.scale;mxEvent.isControlDown(k.getEvent())&&(a.style[mxConstants.STYLE_ENDSIZE]= -a.style[mxConstants.STYLE_STARTSIZE],a.style.endWidth=a.style.startWidth);mxEvent.isAltDown(k.getEvent())||(Math.abs(parseFloat(a.style[mxConstants.STYLE_STARTSIZE])-parseFloat(a.style[mxConstants.STYLE_ENDSIZE]))<d/6&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE]),Math.abs(parseFloat(a.style.startWidth)-parseFloat(a.style.endWidth))<d&&(a.style.startWidth=a.style.endWidth))})));mxUtils.getValue(a.style,mxConstants.STYLE_ENDARROW,mxConstants.NONE)!=mxConstants.NONE&&(b.push(sa(a, -["width",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE],!1,function(d,b,c,f,e){d=(a.shape.getEdgeWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style,mxConstants.STYLE_ENDSIZE,mxConstants.ARROW_SIZE/5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)-c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)+b*d/2)},function(b,c,f,e,g,l,k){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,l.x,l.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,l.x,l.y);a.style[mxConstants.STYLE_ENDSIZE]= -Math.round(100*(c-a.shape.strokewidth)/3)/100/a.view.scale;a.style.width=Math.round(2*b)/a.view.scale;mxEvent.isControlDown(k.getEvent())&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE]);mxEvent.isAltDown(k.getEvent())||Math.abs(parseFloat(a.style[mxConstants.STYLE_ENDSIZE])-parseFloat(a.style[mxConstants.STYLE_STARTSIZE]))<d/6&&(a.style[mxConstants.STYLE_ENDSIZE]=a.style[mxConstants.STYLE_STARTSIZE])})),b.push(sa(a,["startWidth","endWidth",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE], -!1,function(d,b,c,f,e){d=(a.shape.getEndArrowWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style,mxConstants.STYLE_ENDSIZE,mxConstants.ARROW_SIZE/5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)-c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)+b*d/2)},function(b,c,f,e,g,l,k){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,l.x,l.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,l.x,l.y);a.style[mxConstants.STYLE_ENDSIZE]=Math.round(100*(c-a.shape.strokewidth)/ -3)/100/a.view.scale;a.style.endWidth=Math.max(0,Math.round(2*b)-a.shape.getEdgeWidth())/a.view.scale;mxEvent.isControlDown(k.getEvent())&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE],a.style.startWidth=a.style.endWidth);mxEvent.isAltDown(k.getEvent())||(Math.abs(parseFloat(a.style[mxConstants.STYLE_ENDSIZE])-parseFloat(a.style[mxConstants.STYLE_STARTSIZE]))<d/6&&(a.style[mxConstants.STYLE_ENDSIZE]=a.style[mxConstants.STYLE_STARTSIZE]),Math.abs(parseFloat(a.style.endWidth)- +this.state.style[mxConstants.STYLE_ARCSIZE]=Math.round(Math.max(0,Math.min(d.width,2*(d.x+d.width-b.x)))):this.state.style[mxConstants.STYLE_ARCSIZE]=Math.round(Math.min(50,Math.max(0,100*(d.width-b.x+d.x)/Math.min(d.width,d.height))))})},N=function(a,d,b,c,f,e){var g=new mxHandle(a,null,mxVertexHandler.prototype.secondaryHandleImage);g.execute=function(){for(var a=0;a<d.length;a++)this.copyStyle(d[a])};g.getPosition=b;g.setPosition=c;g.ignoreGrid=null!=f?f:!0;if(e){var k=g.positionChanged;g.positionChanged= +function(){k.apply(this,arguments);a.view.invalidate(this.state.cell);a.view.validate()}}return g},xa={link:function(a){return[Aa(a,!0,10),Aa(a,!1,10)]},flexArrow:function(a){var d=a.view.graph.gridSize/a.view.scale,b=[];mxUtils.getValue(a.style,mxConstants.STYLE_STARTARROW,mxConstants.NONE)!=mxConstants.NONE&&(b.push(ta(a,["width",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE],!0,function(d,b,c,f,e){d=(a.shape.getEdgeWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style, +mxConstants.STYLE_STARTSIZE,mxConstants.ARROW_SIZE/5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)+c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)-b*d/2)},function(b,c,f,e,g,k,l){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,k.x,k.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,k.x,k.y);a.style[mxConstants.STYLE_STARTSIZE]=Math.round(100*(c-a.shape.strokewidth)/3)/100/a.view.scale;a.style.width=Math.round(2*b)/a.view.scale;mxEvent.isControlDown(l.getEvent())&&(a.style[mxConstants.STYLE_ENDSIZE]= +a.style[mxConstants.STYLE_STARTSIZE]);mxEvent.isAltDown(l.getEvent())||Math.abs(parseFloat(a.style[mxConstants.STYLE_STARTSIZE])-parseFloat(a.style[mxConstants.STYLE_ENDSIZE]))<d/6&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE])})),b.push(ta(a,["startWidth","endWidth",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE],!0,function(d,b,c,f,e){d=(a.shape.getStartArrowWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.ARROW_SIZE/ +5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)+c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)-b*d/2)},function(b,c,f,e,g,k,l){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,k.x,k.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,k.x,k.y);a.style[mxConstants.STYLE_STARTSIZE]=Math.round(100*(c-a.shape.strokewidth)/3)/100/a.view.scale;a.style.startWidth=Math.max(0,Math.round(2*b)-a.shape.getEdgeWidth())/a.view.scale;mxEvent.isControlDown(l.getEvent())&&(a.style[mxConstants.STYLE_ENDSIZE]= +a.style[mxConstants.STYLE_STARTSIZE],a.style.endWidth=a.style.startWidth);mxEvent.isAltDown(l.getEvent())||(Math.abs(parseFloat(a.style[mxConstants.STYLE_STARTSIZE])-parseFloat(a.style[mxConstants.STYLE_ENDSIZE]))<d/6&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE]),Math.abs(parseFloat(a.style.startWidth)-parseFloat(a.style.endWidth))<d&&(a.style.startWidth=a.style.endWidth))})));mxUtils.getValue(a.style,mxConstants.STYLE_ENDARROW,mxConstants.NONE)!=mxConstants.NONE&&(b.push(ta(a, +["width",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE],!1,function(d,b,c,f,e){d=(a.shape.getEdgeWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style,mxConstants.STYLE_ENDSIZE,mxConstants.ARROW_SIZE/5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)-c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)+b*d/2)},function(b,c,f,e,g,k,l){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,k.x,k.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,k.x,k.y);a.style[mxConstants.STYLE_ENDSIZE]= +Math.round(100*(c-a.shape.strokewidth)/3)/100/a.view.scale;a.style.width=Math.round(2*b)/a.view.scale;mxEvent.isControlDown(l.getEvent())&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE]);mxEvent.isAltDown(l.getEvent())||Math.abs(parseFloat(a.style[mxConstants.STYLE_ENDSIZE])-parseFloat(a.style[mxConstants.STYLE_STARTSIZE]))<d/6&&(a.style[mxConstants.STYLE_ENDSIZE]=a.style[mxConstants.STYLE_STARTSIZE])})),b.push(ta(a,["startWidth","endWidth",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE], +!1,function(d,b,c,f,e){d=(a.shape.getEndArrowWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style,mxConstants.STYLE_ENDSIZE,mxConstants.ARROW_SIZE/5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)-c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)+b*d/2)},function(b,c,f,e,g,k,l){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,k.x,k.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,k.x,k.y);a.style[mxConstants.STYLE_ENDSIZE]=Math.round(100*(c-a.shape.strokewidth)/ +3)/100/a.view.scale;a.style.endWidth=Math.max(0,Math.round(2*b)-a.shape.getEdgeWidth())/a.view.scale;mxEvent.isControlDown(l.getEvent())&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE],a.style.startWidth=a.style.endWidth);mxEvent.isAltDown(l.getEvent())||(Math.abs(parseFloat(a.style[mxConstants.STYLE_ENDSIZE])-parseFloat(a.style[mxConstants.STYLE_STARTSIZE]))<d/6&&(a.style[mxConstants.STYLE_ENDSIZE]=a.style[mxConstants.STYLE_STARTSIZE]),Math.abs(parseFloat(a.style.endWidth)- parseFloat(a.style.startWidth))<d&&(a.style.endWidth=a.style.startWidth))})));return b},swimlane:function(a){var d=[N(a,[mxConstants.STYLE_STARTSIZE],function(d){var b=parseFloat(mxUtils.getValue(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));return 1==mxUtils.getValue(a.style,mxConstants.STYLE_HORIZONTAL,1)?new mxPoint(d.getCenterX(),d.y+Math.max(0,Math.min(d.height,b))):new mxPoint(d.x+Math.max(0,Math.min(d.width,b)),d.getCenterY())},function(d,b){a.style[mxConstants.STYLE_STARTSIZE]= -1==mxUtils.getValue(this.state.style,mxConstants.STYLE_HORIZONTAL,1)?Math.round(Math.max(0,Math.min(d.height,b.y-d.y))):Math.round(Math.max(0,Math.min(d.width,b.x-d.x)))})];if(mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED)){var b=parseFloat(mxUtils.getValue(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));d.push(ha(a,b/2))}return d},label:ta(),ext:ta(),rectangle:ta(),triangle:ta(),rhombus:ta(),umlLifeline:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(a.height, -parseFloat(mxUtils.getValue(this.state.style,"size",D.prototype.size))));return new mxPoint(a.getCenterX(),a.y+d)},function(a,d){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))},!1)]},umlFrame:function(a){return[N(a,["width","height"],function(a){var d=Math.max(E.prototype.corner,Math.min(a.width,mxUtils.getValue(this.state.style,"width",E.prototype.width))),b=Math.max(1.5*E.prototype.corner,Math.min(a.height,mxUtils.getValue(this.state.style,"height",E.prototype.height))); -return new mxPoint(a.x+d,a.y+b)},function(a,d){this.state.style.width=Math.round(Math.max(E.prototype.corner,Math.min(a.width,d.x-a.x)));this.state.style.height=Math.round(Math.max(1.5*E.prototype.corner,Math.min(a.height,d.y-a.y)))},!1)]},process:function(a){var d=[N(a,["size"],function(a){var d=Math.max(0,Math.min(.5,parseFloat(mxUtils.getValue(this.state.style,"size",q.prototype.size))));return new mxPoint(a.x+a.width*d,a.y+a.height/4)},function(a,d){this.state.style.size=Math.max(0,Math.min(.5, -(d.x-a.x)/a.width))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&d.push(ha(a));return d},cross:function(a){return[N(a,["size"],function(a){var d=Math.min(a.width,a.height),d=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"size",ba.prototype.size)))*d/2;return new mxPoint(a.getCenterX()-d,a.getCenterY()-d)},function(a,d){var b=Math.min(a.width,a.height);this.state.style.size=Math.max(0,Math.min(1,Math.min(Math.max(0,a.getCenterY()-d.y)/b*2,Math.max(0,a.getCenterX()-d.x)/b*2)))})]}, -note:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(a.width,Math.min(a.height,parseFloat(mxUtils.getValue(this.state.style,"size",h.prototype.size)))));return new mxPoint(a.x+a.width-d,a.y+d)},function(a,d){this.state.style.size=Math.round(Math.max(0,Math.min(Math.min(a.width,a.x+a.width-d.x),Math.min(a.height,d.y-a.y))))})]},manualInput:function(a){var d=[N(a,["size"],function(a){var d=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"size",L.prototype.size))); -return new mxPoint(a.x+a.width/4,a.y+3*d/4)},function(a,d){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,4*(d.y-a.y)/3)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&d.push(ha(a));return d},dataStorage:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",R.prototype.size))));return new mxPoint(a.x+(1-d)*a.width,a.getCenterY())},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(a.x+a.width- -d.x)/a.width))})]},callout:function(a){var d=[N(a,["size","position"],function(a){var d=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"size",B.prototype.size))),b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position",B.prototype.position)));mxUtils.getValue(this.state.style,"base",B.prototype.base);return new mxPoint(a.x+b*a.width,a.y+a.height-d)},function(a,d){mxUtils.getValue(this.state.style,"base",B.prototype.base);this.state.style.size=Math.round(Math.max(0,Math.min(a.height, -a.y+a.height-d.y)));this.state.style.position=Math.round(100*Math.max(0,Math.min(1,(d.x-a.x)/a.width)))/100}),N(a,["position2"],function(a){var d=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position2",B.prototype.position2)));return new mxPoint(a.x+d*a.width,a.y+a.height)},function(a,d){this.state.style.position2=Math.round(100*Math.max(0,Math.min(1,(d.x-a.x)/a.width)))/100}),N(a,["base"],function(a){var d=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"size",B.prototype.size))), -b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position",B.prototype.position))),c=Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"base",B.prototype.base)));return new mxPoint(a.x+Math.min(a.width,b*a.width+c),a.y+a.height-d)},function(a,d){var b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position",B.prototype.position)));this.state.style.base=Math.round(Math.max(0,Math.min(a.width,d.x-a.x-b*a.width)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED, -!1)&&d.push(ha(a));return d},internalStorage:function(a){var d=[N(a,["dx","dy"],function(a){var d=Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"dx",T.prototype.dx))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"dy",T.prototype.dy)));return new mxPoint(a.x+d,a.y+b)},function(a,d){this.state.style.dx=Math.round(Math.max(0,Math.min(a.width,d.x-a.x)));this.state.style.dy=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED, -!1)&&d.push(ha(a));return d},corner:function(a){return[N(a,["dx","dy"],function(a){var d=Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"dx",K.prototype.dx))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"dy",K.prototype.dy)));return new mxPoint(a.x+d,a.y+b)},function(a,d){this.state.style.dx=Math.round(Math.max(0,Math.min(a.width,d.x-a.x)));this.state.style.dy=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})]},tee:function(a){return[N(a,["dx","dy"],function(a){var d= -Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"dx",W.prototype.dx))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"dy",W.prototype.dy)));return new mxPoint(a.x+(a.width+d)/2,a.y+b)},function(a,d){this.state.style.dx=Math.round(Math.max(0,2*Math.min(a.width/2,d.x-a.x-a.width/2)));this.state.style.dy=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})]},singleArrow:la(1),doubleArrow:la(.5),folder:function(a){return[N(a,["tabWidth","tabHeight"],function(a){var d= -Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"tabWidth",m.prototype.tabWidth))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"tabHeight",m.prototype.tabHeight)));mxUtils.getValue(this.state.style,"tabPosition",m.prototype.tabPosition)==mxConstants.ALIGN_RIGHT&&(d=a.width-d);return new mxPoint(a.x+d,a.y+b)},function(a,d){var b=Math.max(0,Math.min(a.width,d.x-a.x));mxUtils.getValue(this.state.style,"tabPosition",m.prototype.tabPosition)==mxConstants.ALIGN_RIGHT&& +1==mxUtils.getValue(this.state.style,mxConstants.STYLE_HORIZONTAL,1)?Math.round(Math.max(0,Math.min(d.height,b.y-d.y))):Math.round(Math.max(0,Math.min(d.width,b.x-d.x)))})];if(mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED)){var b=parseFloat(mxUtils.getValue(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));d.push(ka(a,b/2))}return d},label:ua(),ext:ua(),rectangle:ua(),triangle:ua(),rhombus:ua(),umlLifeline:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(a.height, +parseFloat(mxUtils.getValue(this.state.style,"size",D.prototype.size))));return new mxPoint(a.getCenterX(),a.y+d)},function(a,d){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))},!1)]},umlFrame:function(a){return[N(a,["width","height"],function(a){var d=Math.max(I.prototype.corner,Math.min(a.width,mxUtils.getValue(this.state.style,"width",I.prototype.width))),b=Math.max(1.5*I.prototype.corner,Math.min(a.height,mxUtils.getValue(this.state.style,"height",I.prototype.height))); +return new mxPoint(a.x+d,a.y+b)},function(a,d){this.state.style.width=Math.round(Math.max(I.prototype.corner,Math.min(a.width,d.x-a.x)));this.state.style.height=Math.round(Math.max(1.5*I.prototype.corner,Math.min(a.height,d.y-a.y)))},!1)]},process:function(a){var d=[N(a,["size"],function(a){var d=Math.max(0,Math.min(.5,parseFloat(mxUtils.getValue(this.state.style,"size",l.prototype.size))));return new mxPoint(a.x+a.width*d,a.y+a.height/4)},function(a,d){this.state.style.size=Math.max(0,Math.min(.5, +(d.x-a.x)/a.width))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&d.push(ka(a));return d},cross:function(a){return[N(a,["size"],function(a){var d=Math.min(a.width,a.height),d=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"size",fa.prototype.size)))*d/2;return new mxPoint(a.getCenterX()-d,a.getCenterY()-d)},function(a,d){var b=Math.min(a.width,a.height);this.state.style.size=Math.max(0,Math.min(1,Math.min(Math.max(0,a.getCenterY()-d.y)/b*2,Math.max(0,a.getCenterX()-d.x)/b*2)))})]}, +note:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(a.width,Math.min(a.height,parseFloat(mxUtils.getValue(this.state.style,"size",h.prototype.size)))));return new mxPoint(a.x+a.width-d,a.y+d)},function(a,d){this.state.style.size=Math.round(Math.max(0,Math.min(Math.min(a.width,a.x+a.width-d.x),Math.min(a.height,d.y-a.y))))})]},manualInput:function(a){var d=[N(a,["size"],function(a){var d=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"size",Y.prototype.size))); +return new mxPoint(a.x+a.width/4,a.y+3*d/4)},function(a,d){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,4*(d.y-a.y)/3)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&d.push(ka(a));return d},dataStorage:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",E.prototype.size))));return new mxPoint(a.x+(1-d)*a.width,a.getCenterY())},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(a.x+a.width- +d.x)/a.width))})]},callout:function(a){var d=[N(a,["size","position"],function(a){var d=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"size",y.prototype.size))),b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position",y.prototype.position)));mxUtils.getValue(this.state.style,"base",y.prototype.base);return new mxPoint(a.x+b*a.width,a.y+a.height-d)},function(a,d){mxUtils.getValue(this.state.style,"base",y.prototype.base);this.state.style.size=Math.round(Math.max(0,Math.min(a.height, +a.y+a.height-d.y)));this.state.style.position=Math.round(100*Math.max(0,Math.min(1,(d.x-a.x)/a.width)))/100}),N(a,["position2"],function(a){var d=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position2",y.prototype.position2)));return new mxPoint(a.x+d*a.width,a.y+a.height)},function(a,d){this.state.style.position2=Math.round(100*Math.max(0,Math.min(1,(d.x-a.x)/a.width)))/100}),N(a,["base"],function(a){var d=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"size",y.prototype.size))), +b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position",y.prototype.position))),c=Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"base",y.prototype.base)));return new mxPoint(a.x+Math.min(a.width,b*a.width+c),a.y+a.height-d)},function(a,d){var b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position",y.prototype.position)));this.state.style.base=Math.round(Math.max(0,Math.min(a.width,d.x-a.x-b*a.width)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED, +!1)&&d.push(ka(a));return d},internalStorage:function(a){var d=[N(a,["dx","dy"],function(a){var d=Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"dx",H.prototype.dx))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"dy",H.prototype.dy)));return new mxPoint(a.x+d,a.y+b)},function(a,d){this.state.style.dx=Math.round(Math.max(0,Math.min(a.width,d.x-a.x)));this.state.style.dy=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED, +!1)&&d.push(ka(a));return d},corner:function(a){return[N(a,["dx","dy"],function(a){var d=Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"dx",G.prototype.dx))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"dy",G.prototype.dy)));return new mxPoint(a.x+d,a.y+b)},function(a,d){this.state.style.dx=Math.round(Math.max(0,Math.min(a.width,d.x-a.x)));this.state.style.dy=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})]},tee:function(a){return[N(a,["dx","dy"],function(a){var d= +Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"dx",K.prototype.dx))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"dy",K.prototype.dy)));return new mxPoint(a.x+(a.width+d)/2,a.y+b)},function(a,d){this.state.style.dx=Math.round(Math.max(0,2*Math.min(a.width/2,d.x-a.x-a.width/2)));this.state.style.dy=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})]},singleArrow:ma(1),doubleArrow:ma(.5),folder:function(a){return[N(a,["tabWidth","tabHeight"],function(a){var d= +Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"tabWidth",n.prototype.tabWidth))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"tabHeight",n.prototype.tabHeight)));mxUtils.getValue(this.state.style,"tabPosition",n.prototype.tabPosition)==mxConstants.ALIGN_RIGHT&&(d=a.width-d);return new mxPoint(a.x+d,a.y+b)},function(a,d){var b=Math.max(0,Math.min(a.width,d.x-a.x));mxUtils.getValue(this.state.style,"tabPosition",n.prototype.tabPosition)==mxConstants.ALIGN_RIGHT&& (b=a.width-b);this.state.style.tabWidth=Math.round(b);this.state.style.tabHeight=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})]},document:function(a){return[N(a,["size"],function(a){var b=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",d.prototype.size))));return new mxPoint(a.x+3*a.width/4,a.y+(1-b)*a.height)},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(a.y+a.height-d.y)/a.height))})]},tape:function(a){return[N(a,["size"],function(a){var d=Math.max(0, -Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",u.prototype.size))));return new mxPoint(a.getCenterX(),a.y+d*a.height/2)},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(d.y-a.y)/a.height*2))})]},offPageConnector:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",M.prototype.size))));return new mxPoint(a.getCenterX(),a.y+(1-d)*a.height)},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(a.y+ -a.height-d.y)/a.height))})]},step:ua(l.prototype.size,!0,null,!0,l.prototype.fixedSize),hexagon:ua(y.prototype.size,!0,.5,!0),curlyBracket:ua(p.prototype.size,!1),display:ua(ja.prototype.size,!1),cube:Aa(1,a.prototype.size,!1),card:Aa(.5,r.prototype.size,!0),loopLimit:Aa(.5,X.prototype.size,!0),trapezoid:Da(.5),parallelogram:Da(1)};Graph.createHandle=N;Graph.handleFactory=va;mxVertexHandler.prototype.createCustomHandles=function(){if(1==this.state.view.graph.getSelectionCount()&&this.graph.isCellRotatable(this.state.cell)){var a= -this.state.style.shape;null==mxCellRenderer.defaultShapes[a]&&null==mxStencilRegistry.getStencil(a)&&(a=mxConstants.SHAPE_RECTANGLE);a=va[a];null==a&&null!=this.state.shape&&this.state.shape.isRoundable()&&(a=va[mxConstants.SHAPE_RECTANGLE]);if(null!=a)return a(this.state)}return null};mxEdgeHandler.prototype.createCustomHandles=function(){if(1==this.state.view.graph.getSelectionCount()){var a=this.state.style.shape;null==mxCellRenderer.defaultShapes[a]&&null==mxStencilRegistry.getStencil(a)&&(a= -mxConstants.SHAPE_CONNECTOR);a=va[a];if(null!=a)return a(this.state)}return null}}else Graph.createHandle=function(){},Graph.handleFactory={};var wa=new mxPoint(1,0),xa=new mxPoint(1,0),la=mxUtils.toRadians(-30),wa=mxUtils.getRotatedPoint(wa,Math.cos(la),Math.sin(la)),la=mxUtils.toRadians(-150),xa=mxUtils.getRotatedPoint(xa,Math.cos(la),Math.sin(la));mxEdgeStyle.IsometricConnector=function(a,d,b,c,f){var e=a.view;c=null!=c&&0<c.length?c[0]:null;var g=a.absolutePoints,l=g[0],g=g[g.length-1];null!= -c&&(c=e.transformControlPoint(a,c));null==l&&null!=d&&(l=new mxPoint(d.getCenterX(),d.getCenterY()));null==g&&null!=b&&(g=new mxPoint(b.getCenterX(),b.getCenterY()));var k=wa.x,p=wa.y,q=xa.x,t=xa.y,v="horizontal"==mxUtils.getValue(a.style,"elbow","horizontal");if(null!=g&&null!=l){a=function(a,d,b){a-=h.x;var c=d-h.y;d=(t*a-q*c)/(k*t-p*q);a=(p*a-k*c)/(p*q-k*t);v?(b&&(h=new mxPoint(h.x+k*d,h.y+p*d),f.push(h)),h=new mxPoint(h.x+q*a,h.y+t*a)):(b&&(h=new mxPoint(h.x+q*a,h.y+t*a),f.push(h)),h=new mxPoint(h.x+ -k*d,h.y+p*d));f.push(h)};var h=l;null==c&&(c=new mxPoint(l.x+(g.x-l.x)/2,l.y+(g.y-l.y)/2));a(c.x,c.y,!0);a(g.x,g.y,!1)}};mxStyleRegistry.putValue("isometricEdgeStyle",mxEdgeStyle.IsometricConnector);var Ja=Graph.prototype.createEdgeHandler;Graph.prototype.createEdgeHandler=function(a,d){if(d==mxEdgeStyle.IsometricConnector){var b=new mxElbowEdgeHandler(a);b.snapToTerminals=!1;return b}return Ja.apply(this,arguments)};c.prototype.constraints=[];e.prototype.constraints=[];B.prototype.constraints=[]; +Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",u.prototype.size))));return new mxPoint(a.getCenterX(),a.y+d*a.height/2)},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(d.y-a.y)/a.height*2))})]},offPageConnector:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",T.prototype.size))));return new mxPoint(a.getCenterX(),a.y+(1-d)*a.height)},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(a.y+ +a.height-d.y)/a.height))})]},step:wa(k.prototype.size,!0,null,!0,k.prototype.fixedSize),hexagon:wa(w.prototype.size,!0,.5,!0),curlyBracket:wa(q.prototype.size,!1),display:wa(ga.prototype.size,!1),cube:Ba(1,a.prototype.size,!1),card:Ba(.5,r.prototype.size,!0),loopLimit:Ba(.5,ea.prototype.size,!0),trapezoid:Da(.5),parallelogram:Da(1)};Graph.createHandle=N;Graph.handleFactory=xa;mxVertexHandler.prototype.createCustomHandles=function(){if(1==this.state.view.graph.getSelectionCount()&&this.graph.isCellRotatable(this.state.cell)){var a= +this.state.style.shape;null==mxCellRenderer.defaultShapes[a]&&null==mxStencilRegistry.getStencil(a)&&(a=mxConstants.SHAPE_RECTANGLE);a=xa[a];null==a&&null!=this.state.shape&&this.state.shape.isRoundable()&&(a=xa[mxConstants.SHAPE_RECTANGLE]);if(null!=a)return a(this.state)}return null};mxEdgeHandler.prototype.createCustomHandles=function(){if(1==this.state.view.graph.getSelectionCount()){var a=this.state.style.shape;null==mxCellRenderer.defaultShapes[a]&&null==mxStencilRegistry.getStencil(a)&&(a= +mxConstants.SHAPE_CONNECTOR);a=xa[a];if(null!=a)return a(this.state)}return null}}else Graph.createHandle=function(){},Graph.handleFactory={};var ya=new mxPoint(1,0),za=new mxPoint(1,0),ma=mxUtils.toRadians(-30),ya=mxUtils.getRotatedPoint(ya,Math.cos(ma),Math.sin(ma)),ma=mxUtils.toRadians(-150),za=mxUtils.getRotatedPoint(za,Math.cos(ma),Math.sin(ma));mxEdgeStyle.IsometricConnector=function(a,d,b,c,f){var e=a.view;c=null!=c&&0<c.length?c[0]:null;var g=a.absolutePoints,k=g[0],g=g[g.length-1];null!= +c&&(c=e.transformControlPoint(a,c));null==k&&null!=d&&(k=new mxPoint(d.getCenterX(),d.getCenterY()));null==g&&null!=b&&(g=new mxPoint(b.getCenterX(),b.getCenterY()));var l=ya.x,q=ya.y,m=za.x,t=za.y,v="horizontal"==mxUtils.getValue(a.style,"elbow","horizontal");if(null!=g&&null!=k){a=function(a,d,b){a-=w.x;var c=d-w.y;d=(t*a-m*c)/(l*t-q*m);a=(q*a-l*c)/(q*m-l*t);v?(b&&(w=new mxPoint(w.x+l*d,w.y+q*d),f.push(w)),w=new mxPoint(w.x+m*a,w.y+t*a)):(b&&(w=new mxPoint(w.x+m*a,w.y+t*a),f.push(w)),w=new mxPoint(w.x+ +l*d,w.y+q*d));f.push(w)};var w=k;null==c&&(c=new mxPoint(k.x+(g.x-k.x)/2,k.y+(g.y-k.y)/2));a(c.x,c.y,!0);a(g.x,g.y,!1)}};mxStyleRegistry.putValue("isometricEdgeStyle",mxEdgeStyle.IsometricConnector);var Ja=Graph.prototype.createEdgeHandler;Graph.prototype.createEdgeHandler=function(a,d){if(d==mxEdgeStyle.IsometricConnector){var b=new mxElbowEdgeHandler(a);b.snapToTerminals=!1;return b}return Ja.apply(this,arguments)};c.prototype.constraints=[];e.prototype.constraints=[];y.prototype.constraints=[]; mxRectangleShape.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75,0),!0),new mxConnectionConstraint(new mxPoint(0,.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0),new mxConnectionConstraint(new mxPoint(.25, 1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,1),!0)];mxEllipse.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,0),!0),new mxConnectionConstraint(new mxPoint(1,0),!0),new mxConnectionConstraint(new mxPoint(0,1),!0),new mxConnectionConstraint(new mxPoint(1,1),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(1, -.5))];mxLabel.prototype.constraints=mxRectangleShape.prototype.constraints;mxImageShape.prototype.constraints=mxRectangleShape.prototype.constraints;mxSwimlane.prototype.constraints=mxRectangleShape.prototype.constraints;v.prototype.constraints=mxRectangleShape.prototype.constraints;h.prototype.constraints=mxRectangleShape.prototype.constraints;r.prototype.constraints=mxRectangleShape.prototype.constraints;a.prototype.constraints=mxRectangleShape.prototype.constraints;m.prototype.constraints=mxRectangleShape.prototype.constraints; -T.prototype.constraints=mxRectangleShape.prototype.constraints;R.prototype.constraints=mxRectangleShape.prototype.constraints;ma.prototype.constraints=mxEllipse.prototype.constraints;na.prototype.constraints=mxEllipse.prototype.constraints;da.prototype.constraints=mxEllipse.prototype.constraints;ea.prototype.constraints=mxEllipse.prototype.constraints;L.prototype.constraints=mxRectangleShape.prototype.constraints;ia.prototype.constraints=mxRectangleShape.prototype.constraints;ja.prototype.constraints= -mxRectangleShape.prototype.constraints;X.prototype.constraints=mxRectangleShape.prototype.constraints;M.prototype.constraints=mxRectangleShape.prototype.constraints;mxCylinder.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.15,.05),!1),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.85,.05),!1),new mxConnectionConstraint(new mxPoint(0,.3),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.7),!0),new mxConnectionConstraint(new mxPoint(1, +.5))];mxLabel.prototype.constraints=mxRectangleShape.prototype.constraints;mxImageShape.prototype.constraints=mxRectangleShape.prototype.constraints;mxSwimlane.prototype.constraints=mxRectangleShape.prototype.constraints;v.prototype.constraints=mxRectangleShape.prototype.constraints;h.prototype.constraints=mxRectangleShape.prototype.constraints;r.prototype.constraints=mxRectangleShape.prototype.constraints;a.prototype.constraints=mxRectangleShape.prototype.constraints;n.prototype.constraints=mxRectangleShape.prototype.constraints; +H.prototype.constraints=mxRectangleShape.prototype.constraints;E.prototype.constraints=mxRectangleShape.prototype.constraints;ca.prototype.constraints=mxEllipse.prototype.constraints;X.prototype.constraints=mxEllipse.prototype.constraints;na.prototype.constraints=mxEllipse.prototype.constraints;ha.prototype.constraints=mxEllipse.prototype.constraints;Y.prototype.constraints=mxRectangleShape.prototype.constraints;qa.prototype.constraints=mxRectangleShape.prototype.constraints;ga.prototype.constraints= +mxRectangleShape.prototype.constraints;ea.prototype.constraints=mxRectangleShape.prototype.constraints;T.prototype.constraints=mxRectangleShape.prototype.constraints;mxCylinder.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.15,.05),!1),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.85,.05),!1),new mxConnectionConstraint(new mxPoint(0,.3),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.7),!0),new mxConnectionConstraint(new mxPoint(1, .3),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.7),!0),new mxConnectionConstraint(new mxPoint(.15,.95),!1),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.85,.95),!1)];F.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,.1),!1),new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.75,.1),!1),new mxConnectionConstraint(new mxPoint(0,1/3),!1),new mxConnectionConstraint(new mxPoint(0, -1),!1),new mxConnectionConstraint(new mxPoint(1,1/3),!1),new mxConnectionConstraint(new mxPoint(1,1),!1),new mxConnectionConstraint(new mxPoint(.5,.5),!1)];Y.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75,0),!0),new mxConnectionConstraint(new mxPoint(0,.3),!0),new mxConnectionConstraint(new mxPoint(0,.7),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1, +1),!1),new mxConnectionConstraint(new mxPoint(1,1/3),!1),new mxConnectionConstraint(new mxPoint(1,1),!1),new mxConnectionConstraint(new mxPoint(.5,.5),!1)];Q.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75,0),!0),new mxConnectionConstraint(new mxPoint(0,.3),!0),new mxConnectionConstraint(new mxPoint(0,.7),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1, .5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0),new mxConnectionConstraint(new mxPoint(.25,1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,1),!0)];mxActor.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.25,.2),!1),new mxConnectionConstraint(new mxPoint(.1,.5),!1),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(.75,.25),!1),new mxConnectionConstraint(new mxPoint(.9, -.5),!1),new mxConnectionConstraint(new mxPoint(1,.75),!0),new mxConnectionConstraint(new mxPoint(.25,1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,1),!0)];n.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,0),!1),new mxConnectionConstraint(new mxPoint(.5,.25),!1),new mxConnectionConstraint(new mxPoint(1,0),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(0, +.5),!1),new mxConnectionConstraint(new mxPoint(1,.75),!0),new mxConnectionConstraint(new mxPoint(.25,1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,1),!0)];p.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,0),!1),new mxConnectionConstraint(new mxPoint(.5,.25),!1),new mxConnectionConstraint(new mxPoint(1,0),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(0, 1),!1),new mxConnectionConstraint(new mxPoint(.5,.75),!1),new mxConnectionConstraint(new mxPoint(1,1),!1)];u.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.35),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0,.65),!1),new mxConnectionConstraint(new mxPoint(1,.35),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(1,.65),!1),new mxConnectionConstraint(new mxPoint(.25,1),!1),new mxConnectionConstraint(new mxPoint(.75, -0),!1)];l.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75,0),!0),new mxConnectionConstraint(new mxPoint(.25,1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,1),!0),new mxConnectionConstraint(new mxPoint(0,.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1, -.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0)];mxLine.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];J.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.5,1),!1)];mxDoubleEllipse.prototype.constraints= +0),!1)];k.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75,0),!0),new mxConnectionConstraint(new mxPoint(.25,1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,1),!0),new mxConnectionConstraint(new mxPoint(0,.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1, +.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0)];mxLine.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];P.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.5,1),!1)];mxDoubleEllipse.prototype.constraints= mxEllipse.prototype.constraints;mxRhombus.prototype.constraints=mxEllipse.prototype.constraints;mxTriangle.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0)];mxHexagon.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.375, 0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.625,0),!0),new mxConnectionConstraint(new mxPoint(0,.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0),new mxConnectionConstraint(new mxPoint(.375,1),!0),new mxConnectionConstraint(new mxPoint(.5,1), !0),new mxConnectionConstraint(new mxPoint(.625,1),!0)];mxCloud.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,.25),!1),new mxConnectionConstraint(new mxPoint(.4,.1),!1),new mxConnectionConstraint(new mxPoint(.16,.55),!1),new mxConnectionConstraint(new mxPoint(.07,.4),!1),new mxConnectionConstraint(new mxPoint(.31,.8),!1),new mxConnectionConstraint(new mxPoint(.13,.77),!1),new mxConnectionConstraint(new mxPoint(.8,.8),!1),new mxConnectionConstraint(new mxPoint(.55,.95),!1),new mxConnectionConstraint(new mxPoint(.875, .5),!1),new mxConnectionConstraint(new mxPoint(.96,.7),!1),new mxConnectionConstraint(new mxPoint(.625,.2),!1),new mxConnectionConstraint(new mxPoint(.88,.25),!1)];f.prototype.constraints=mxRectangleShape.prototype.constraints;g.prototype.constraints=mxRectangleShape.prototype.constraints;d.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75,0),!0),new mxConnectionConstraint(new mxPoint(0, -.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0)];mxArrow.prototype.constraints=null;W.prototype.constraints=null;K.prototype.constraints=null;Q.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,0),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0, -1),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.5,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(1,0),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(1,1),!1)];C.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];ca.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1), -new mxConnectionConstraint(new mxPoint(1,.5),!1)];ba.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.5,1),!1)];D.prototype.constraints=null;U.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.25),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0,.75),!1),new mxConnectionConstraint(new mxPoint(1, -.5),!1),new mxConnectionConstraint(new mxPoint(.7,.1),!1),new mxConnectionConstraint(new mxPoint(.7,.9),!1)];V.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.175,.25),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.175,.75),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.7,.1),!1),new mxConnectionConstraint(new mxPoint(.7,.9),!1)]})();function Actions(a){this.editorUi=a;this.actions={};this.init()} +.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0)];mxArrow.prototype.constraints=null;K.prototype.constraints=null;G.prototype.constraints=null;Z.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,0),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0, +1),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.5,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(1,0),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(1,1),!1)];L.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];aa.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1), +new mxConnectionConstraint(new mxPoint(1,.5),!1)];fa.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.5,1),!1)];D.prototype.constraints=null;W.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.25),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0,.75),!1),new mxConnectionConstraint(new mxPoint(1, +.5),!1),new mxConnectionConstraint(new mxPoint(.7,.1),!1),new mxConnectionConstraint(new mxPoint(.7,.9),!1)];O.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.175,.25),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.175,.75),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.7,.1),!1),new mxConnectionConstraint(new mxPoint(.7,.9),!1)]})();function Actions(a){this.editorUi=a;this.actions={};this.init()} Actions.prototype.init=function(){function a(a){b.escape();var c=b.getDeletableCells(b.getSelectionCells());if(null!=c&&0<c.length){var d=b.model.getParents(c);b.removeCells(c,a);if(null!=d){a=[];for(c=0;c<d.length;c++)b.model.contains(d[c])&&(b.model.isVertex(d[c])||b.model.isEdge(d[c]))&&a.push(d[c]);b.setSelectionCells(a)}}}var c=this.editorUi,e=c.editor,b=e.graph,h=function(){return Action.prototype.isEnabled.apply(this,arguments)&&b.isEnabled()};this.addAction("new...",function(){b.openLink(c.getUrl())}); this.addAction("open...",function(){window.openNew=!0;window.openKey="open";c.openFile()});this.addAction("import...",function(){window.openNew=!1;window.openKey="import";window.openFile=new OpenFile(mxUtils.bind(this,function(){c.hideDialog()}));window.openFile.setConsumer(mxUtils.bind(this,function(a,b){try{var d=mxUtils.parseXml(a);e.graph.setSelectionCells(e.graph.importGraphModel(d.documentElement))}catch(f){mxUtils.alert(mxResources.get("invalidOrMissingFile")+": "+f.message)}}));c.showDialog((new OpenDialog(this)).container, 320,220,!0,!0,function(){window.openFile=null})}).isEnabled=h;this.addAction("save",function(){c.saveFile(!1)},null,null,Editor.ctrlKey+"+S").isEnabled=h;this.addAction("saveAs...",function(){c.saveFile(!0)},null,null,Editor.ctrlKey+"+Shift+S").isEnabled=h;this.addAction("export...",function(){c.showDialog((new ExportDialog(c)).container,300,230,!0,!0)});this.addAction("editDiagram...",function(){var a=new EditDiagramDialog(c);c.showDialog(a.container,620,420,!0,!1);a.init()});this.addAction("pageSetup...", function(){c.showDialog((new PageSetupDialog(c)).container,320,220,!0,!0)}).isEnabled=h;this.addAction("print...",function(){c.showDialog((new PrintDialog(c)).container,300,180,!0,!0)},null,"sprite-print",Editor.ctrlKey+"+P");this.addAction("preview",function(){mxUtils.show(b,null,10,10)});this.addAction("undo",function(){c.undo()},null,"sprite-undo",Editor.ctrlKey+"+Z");this.addAction("redo",function(){c.redo()},null,"sprite-redo",mxClient.IS_WIN?Editor.ctrlKey+"+Y":Editor.ctrlKey+"+Shift+Z");this.addAction("cut", function(){mxClipboard.cut(b)},null,"sprite-cut",Editor.ctrlKey+"+X");this.addAction("copy",function(){mxClipboard.copy(b)},null,"sprite-copy",Editor.ctrlKey+"+C");this.addAction("paste",function(){b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())&&mxClipboard.paste(b)},!1,"sprite-paste",Editor.ctrlKey+"+V");this.addAction("pasteHere",function(a){if(b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())){b.getModel().beginUpdate();try{var c=mxClipboard.paste(b);if(null!=c){a=!0;for(var d=0;d<c.length&& -a;d++)a=a&&b.model.isEdge(c[d]);var f=b.view.translate,e=b.view.scale,p=f.x,t=f.y,f=null;if(1==c.length&&a){var k=b.getCellGeometry(c[0]);null!=k&&(f=k.getTerminalPoint(!0))}f=null!=f?f:b.getBoundingBoxFromGeometry(c,a);if(null!=f){var q=Math.round(b.snap(b.popupMenuHandler.triggerX/e-p)),h=Math.round(b.snap(b.popupMenuHandler.triggerY/e-t));b.cellsMoved(c,q-f.x,h-f.y)}}}finally{b.getModel().endUpdate()}}});this.addAction("copySize",function(a){a=b.getSelectionCell();b.isEnabled()&&null!=a&&b.getModel().isVertex(a)&& +a;d++)a=a&&b.model.isEdge(c[d]);var f=b.view.translate,e=b.view.scale,q=f.x,t=f.y,f=null;if(1==c.length&&a){var m=b.getCellGeometry(c[0]);null!=m&&(f=m.getTerminalPoint(!0))}f=null!=f?f:b.getBoundingBoxFromGeometry(c,a);if(null!=f){var l=Math.round(b.snap(b.popupMenuHandler.triggerX/e-q)),h=Math.round(b.snap(b.popupMenuHandler.triggerY/e-t));b.cellsMoved(c,l-f.x,h-f.y)}}}finally{b.getModel().endUpdate()}}});this.addAction("copySize",function(a){a=b.getSelectionCell();b.isEnabled()&&null!=a&&b.getModel().isVertex(a)&& (a=b.getCellGeometry(a),null!=a&&(c.copiedSize=new mxRectangle(a.x,a.y,a.width,a.height)))},null,null,"Alt+Shit+X");this.addAction("pasteSize",function(a){if(b.isEnabled()&&!b.isSelectionEmpty()&&null!=c.copiedSize){b.getModel().beginUpdate();try{var e=b.getSelectionCells();for(a=0;a<e.length;a++)if(b.getModel().isVertex(e[a])){var d=b.getCellGeometry(e[a]);null!=d&&(d=d.clone(),d.width=c.copiedSize.width,d.height=c.copiedSize.height,b.getModel().setGeometry(e[a],d))}}finally{b.getModel().endUpdate()}}}, null,null,"Alt+Shit+V");this.addAction("delete",function(b){a(null!=b&&mxEvent.isShiftDown(b))},null,null,"Delete");this.addAction("deleteAll",function(){a(!0)},null,null,Editor.ctrlKey+"+Delete");this.addAction("duplicate",function(){b.setSelectionCells(b.duplicateCells())},null,null,Editor.ctrlKey+"+D");this.put("turn",new Action(mxResources.get("turn")+" / "+mxResources.get("reverse"),function(){b.turnShapes(b.getSelectionCells())},null,null,Editor.ctrlKey+"+R"));this.addAction("selectVertices", function(){b.selectVertices()},null,null,Editor.ctrlKey+"+Shift+I");this.addAction("selectEdges",function(){b.selectEdges()},null,null,Editor.ctrlKey+"+Shift+E");this.addAction("selectAll",function(){b.selectAll(null,!0)},null,null,Editor.ctrlKey+"+A");this.addAction("selectNone",function(){b.clearSelection()},null,null,Editor.ctrlKey+"+Shift+A");this.addAction("lockUnlock",function(){if(!b.isSelectionEmpty()){b.getModel().beginUpdate();try{var a=b.isCellMovable(b.getSelectionCell())?1:0;b.toggleCellStyles(mxConstants.STYLE_MOVABLE, @@ -2591,8 +2592,8 @@ null,null,Editor.ctrlKey+"+Shift+End");this.addAction("collapse",function(){b.fo c.showDataDialog(a)},null,null,Editor.ctrlKey+"+M");this.addAction("editTooltip...",function(){var a=c.editor.graph;if(a.isEnabled()&&!a.isSelectionEmpty()){var b=a.getSelectionCell(),d="";if(mxUtils.isNode(b.value)){var f=b.value.getAttribute("tooltip");null!=f&&(d=f)}d=new TextareaDialog(c,mxResources.get("editTooltip")+":",d,function(d){a.setTooltipForCell(b,d)});c.showDialog(d.container,320,200,!0,!0);d.init()}},null,null,"Alt+Shift+T");this.addAction("openLink",function(){var a=b.getLinkForCell(b.getSelectionCell()); null!=a&&b.openLink(a)});this.addAction("editLink...",function(){var a=c.editor.graph;if(a.isEnabled()&&!a.isSelectionEmpty()){var b=a.getSelectionCell(),d=a.getLinkForCell(b)||"";c.showLinkDialog(d,mxResources.get("apply"),function(d){d=mxUtils.trim(d);a.setLinkForCell(b,0<d.length?d:null)})}},null,null,"Alt+Shift+L");this.addAction("insertLink...",function(){b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())&&c.showLinkDialog("",mxResources.get("insert"),function(a,c){a=mxUtils.trim(a);if(0<a.length){var d= null,f=b.getLinkTitle(a);null!=c&&0<c.length&&(d=c[0].iconUrl,f=c[0].name||c[0].type,f=f.charAt(0).toUpperCase()+f.substring(1),30<f.length&&(f=f.substring(0,30)+"..."));var e=b.getFreeInsertPoint(),d=new mxCell(f,new mxGeometry(e.x,e.y,100,40),"fontColor=#0000EE;fontStyle=4;rounded=1;overflow=hidden;"+(null!=d?"shape=label;imageWidth=16;imageHeight=16;spacingLeft=26;align=left;image="+d:"spacing=10;"));d.vertex=!0;b.setLinkForCell(d,a);b.cellSizeUpdated(d,!0);b.getModel().beginUpdate();try{d=b.addCell(d), -b.fireEvent(new mxEventObject("cellsInserted","cells",[d]))}finally{b.getModel().endUpdate()}b.setSelectionCell(d);b.scrollCellToVisible(b.getSelectionCell())}})}).isEnabled=h;this.addAction("link...",mxUtils.bind(this,function(){var a=c.editor.graph;if(a.isEnabled())if(a.cellEditor.isContentEditing()){var b=a.getSelectedElement(),d=a.getParentByName(b,"A",a.cellEditor.textarea),f="";if(null==d&&null!=b&&null!=b.getElementsByTagName)for(var e=b.getElementsByTagName("a"),p=0;p<e.length&&null==d;p++)e[p].textContent== -b.textContent&&(a.selectNode(e[p]),d=e[p]);null!=d&&"A"==d.nodeName&&(f=d.getAttribute("href")||"");var t=a.cellEditor.saveSelection();c.showLinkDialog(f,mxResources.get("apply"),mxUtils.bind(this,function(d){a.cellEditor.restoreSelection(t);null!=d&&a.insertLink(d)}))}else a.isSelectionEmpty()?this.get("insertLink").funct():this.get("editLink").funct()})).isEnabled=h;this.addAction("autosize",function(){var a=b.getSelectionCells();if(null!=a){b.getModel().beginUpdate();try{for(var c=0;c<a.length;c++){var d= +b.fireEvent(new mxEventObject("cellsInserted","cells",[d]))}finally{b.getModel().endUpdate()}b.setSelectionCell(d);b.scrollCellToVisible(b.getSelectionCell())}})}).isEnabled=h;this.addAction("link...",mxUtils.bind(this,function(){var a=c.editor.graph;if(a.isEnabled())if(a.cellEditor.isContentEditing()){var b=a.getSelectedElement(),d=a.getParentByName(b,"A",a.cellEditor.textarea),f="";if(null==d&&null!=b&&null!=b.getElementsByTagName)for(var e=b.getElementsByTagName("a"),q=0;q<e.length&&null==d;q++)e[q].textContent== +b.textContent&&(a.selectNode(e[q]),d=e[q]);null!=d&&"A"==d.nodeName&&(f=d.getAttribute("href")||"");var t=a.cellEditor.saveSelection();c.showLinkDialog(f,mxResources.get("apply"),mxUtils.bind(this,function(d){a.cellEditor.restoreSelection(t);null!=d&&a.insertLink(d)}))}else a.isSelectionEmpty()?this.get("insertLink").funct():this.get("editLink").funct()})).isEnabled=h;this.addAction("autosize",function(){var a=b.getSelectionCells();if(null!=a){b.getModel().beginUpdate();try{for(var c=0;c<a.length;c++){var d= a[c];if(b.getModel().getChildCount(d))b.updateGroupBounds([d],20);else{var f=b.view.getState(d),e=b.getCellGeometry(d);b.getModel().isVertex(d)&&null!=f&&null!=f.text&&null!=e&&b.isWrapping(d)?(e=e.clone(),e.height=f.text.boundingBox.height/b.view.scale,b.getModel().setGeometry(d,e)):b.updateCellSize(d)}}}finally{b.getModel().endUpdate()}}},null,null,Editor.ctrlKey+"+Shift+Y");this.addAction("formattedText",function(){var a=b.getView().getState(b.getSelectionCell());if(null!=a){var e="1";b.stopEditing(); b.getModel().beginUpdate();try{if("1"==a.style.html){var e=null,d=b.convertValueToString(a.cell);"0"!=mxUtils.getValue(a.style,"nl2Br","1")&&(d=d.replace(/\n/g,"").replace(/<br\s*.?>/g,"\n"));var f=document.createElement("div");f.innerHTML=d;d=mxUtils.extractTextWithWhitespace(f.childNodes);b.cellLabelChanged(a.cell,d)}else d=mxUtils.htmlEntities(b.convertValueToString(a.cell),!1),"0"!=mxUtils.getValue(a.style,"nl2Br","1")&&(d=d.replace(/\n/g,"<br/>")),b.cellLabelChanged(a.cell,b.sanitizeHtml(d)); b.setCellStyles("html",e);c.fireEvent(new mxEventObject("styleChanged","keys",["html"],"values",[null!=e?e:"0"],"cells",b.getSelectionCells()))}finally{b.getModel().endUpdate()}}});this.addAction("wordWrap",function(){var a=b.getView().getState(b.getSelectionCell()),c="wrap";b.stopEditing();null!=a&&"wrap"==a.style[mxConstants.STYLE_WHITE_SPACE]&&(c=null);b.setCellStyles(mxConstants.STYLE_WHITE_SPACE,c)});this.addAction("rotation",function(){var a="0",e=b.getView().getState(b.getSelectionCell()); @@ -2601,14 +2602,14 @@ this.addAction("zoomOut",function(a){b.zoomOut()},null,null,Editor.ctrlKey+" - ( a.y*b.view.scale-1,b.container.scrollLeft=Math.min(a.x*b.view.scale,(b.container.scrollWidth-b.container.clientWidth)/2)-1)}),null,null,Editor.ctrlKey+"+J");this.addAction("fitTwoPages",mxUtils.bind(this,function(){b.pageVisible||this.get("pageView").funct();var a=b.pageFormat,c=b.pageScale;b.zoomTo(Math.floor(20*Math.min((b.container.clientWidth-10)/(2*a.width)/c,(b.container.clientHeight-10)/a.height/c))/20);mxUtils.hasScrollbars(b.container)&&(a=b.getPagePadding(),b.container.scrollTop=Math.min(a.y, (b.container.scrollHeight-b.container.clientHeight)/2),b.container.scrollLeft=Math.min(a.x,(b.container.scrollWidth-b.container.clientWidth)/2))}),null,null,Editor.ctrlKey+"+Shift+J");this.addAction("fitPageWidth",mxUtils.bind(this,function(){b.pageVisible||this.get("pageView").funct();b.zoomTo(Math.floor(20*(b.container.clientWidth-10)/b.pageFormat.width/b.pageScale)/20);if(mxUtils.hasScrollbars(b.container)){var a=b.getPagePadding();b.container.scrollLeft=Math.min(a.x*b.view.scale,(b.container.scrollWidth- b.container.clientWidth)/2)}}));this.put("customZoom",new Action(mxResources.get("custom")+"...",mxUtils.bind(this,function(){var a=new FilenameDialog(this.editorUi,parseInt(100*b.getView().getScale()),mxResources.get("apply"),mxUtils.bind(this,function(a){a=parseInt(a);!isNaN(a)&&0<a&&b.zoomTo(a/100)}),mxResources.get("zoom")+" (%)");this.editorUi.showDialog(a.container,300,80,!0,!0);a.init()}),null,null,Editor.ctrlKey+"+0"));this.addAction("pageScale...",mxUtils.bind(this,function(){var a=new FilenameDialog(this.editorUi, -parseInt(100*b.pageScale),mxResources.get("apply"),mxUtils.bind(this,function(a){a=parseInt(a);!isNaN(a)&&0<a&&c.setPageScale(a/100)}),mxResources.get("pageScale")+" (%)");this.editorUi.showDialog(a.container,300,80,!0,!0);a.init()}));var n=null,n=this.addAction("grid",function(){b.setGridEnabled(!b.isGridEnabled());c.fireEvent(new mxEventObject("gridEnabledChanged"))},null,null,Editor.ctrlKey+"+Shift+G");n.setToggleAction(!0);n.setSelectedCallback(function(){return b.isGridEnabled()});n.setEnabled(!1); -n=this.addAction("guides",function(){b.graphHandler.guidesEnabled=!b.graphHandler.guidesEnabled;c.fireEvent(new mxEventObject("guidesEnabledChanged"))});n.setToggleAction(!0);n.setSelectedCallback(function(){return b.graphHandler.guidesEnabled});n.setEnabled(!1);n=this.addAction("tooltips",function(){b.tooltipHandler.setEnabled(!b.tooltipHandler.isEnabled())});n.setToggleAction(!0);n.setSelectedCallback(function(){return b.tooltipHandler.isEnabled()});n=this.addAction("collapseExpand",function(){var a= -new ChangePageSetup(c);a.ignoreColor=!0;a.ignoreImage=!0;a.foldingEnabled=!b.foldingEnabled;b.model.execute(a)});n.setToggleAction(!0);n.setSelectedCallback(function(){return b.foldingEnabled});n.isEnabled=h;n=this.addAction("scrollbars",function(){c.setScrollbars(!c.hasScrollbars())});n.setToggleAction(!0);n.setSelectedCallback(function(){return b.scrollbars});n=this.addAction("pageView",mxUtils.bind(this,function(){c.setPageVisible(!b.pageVisible)}));n.setToggleAction(!0);n.setSelectedCallback(function(){return b.pageVisible}); -n=this.addAction("connectionArrows",function(){b.connectionArrowsEnabled=!b.connectionArrowsEnabled;c.fireEvent(new mxEventObject("connectionArrowsChanged"))},null,null,"Alt+Shift+A");n.setToggleAction(!0);n.setSelectedCallback(function(){return b.connectionArrowsEnabled});n=this.addAction("connectionPoints",function(){b.setConnectable(!b.connectionHandler.isEnabled());c.fireEvent(new mxEventObject("connectionPointsChanged"))},null,null,"Alt+Shift+P");n.setToggleAction(!0);n.setSelectedCallback(function(){return b.connectionHandler.isEnabled()}); -n=this.addAction("copyConnect",function(){b.connectionHandler.setCreateTarget(!b.connectionHandler.isCreateTarget());c.fireEvent(new mxEventObject("copyConnectChanged"))});n.setToggleAction(!0);n.setSelectedCallback(function(){return b.connectionHandler.isCreateTarget()});n.isEnabled=h;n=this.addAction("autosave",function(){c.editor.setAutosave(!c.editor.autosave)});n.setToggleAction(!0);n.setSelectedCallback(function(){return c.editor.autosave});n.isEnabled=h;n.visible=!1;this.addAction("help",function(){var a= -"";mxResources.isLanguageSupported(mxClient.language)&&(a="_"+mxClient.language);b.openLink(RESOURCES_PATH+"/help"+a+".html")});var m=!1;this.put("about",new Action(mxResources.get("about")+" Graph Editor...",function(){m||(c.showDialog((new AboutDialog(c)).container,320,280,!0,!0,function(){m=!1}),m=!0)},null,null,"F1"));n=mxUtils.bind(this,function(a,c,d,f){return this.addAction(a,function(){if(null!=d&&b.cellEditor.isContentEditing())d();else{b.stopEditing(!1);b.getModel().beginUpdate();try{b.toggleCellStyleFlags(mxConstants.STYLE_FONTSTYLE, +parseInt(100*b.pageScale),mxResources.get("apply"),mxUtils.bind(this,function(a){a=parseInt(a);!isNaN(a)&&0<a&&c.setPageScale(a/100)}),mxResources.get("pageScale")+" (%)");this.editorUi.showDialog(a.container,300,80,!0,!0);a.init()}));var p=null,p=this.addAction("grid",function(){b.setGridEnabled(!b.isGridEnabled());c.fireEvent(new mxEventObject("gridEnabledChanged"))},null,null,Editor.ctrlKey+"+Shift+G");p.setToggleAction(!0);p.setSelectedCallback(function(){return b.isGridEnabled()});p.setEnabled(!1); +p=this.addAction("guides",function(){b.graphHandler.guidesEnabled=!b.graphHandler.guidesEnabled;c.fireEvent(new mxEventObject("guidesEnabledChanged"))});p.setToggleAction(!0);p.setSelectedCallback(function(){return b.graphHandler.guidesEnabled});p.setEnabled(!1);p=this.addAction("tooltips",function(){b.tooltipHandler.setEnabled(!b.tooltipHandler.isEnabled())});p.setToggleAction(!0);p.setSelectedCallback(function(){return b.tooltipHandler.isEnabled()});p=this.addAction("collapseExpand",function(){var a= +new ChangePageSetup(c);a.ignoreColor=!0;a.ignoreImage=!0;a.foldingEnabled=!b.foldingEnabled;b.model.execute(a)});p.setToggleAction(!0);p.setSelectedCallback(function(){return b.foldingEnabled});p.isEnabled=h;p=this.addAction("scrollbars",function(){c.setScrollbars(!c.hasScrollbars())});p.setToggleAction(!0);p.setSelectedCallback(function(){return b.scrollbars});p=this.addAction("pageView",mxUtils.bind(this,function(){c.setPageVisible(!b.pageVisible)}));p.setToggleAction(!0);p.setSelectedCallback(function(){return b.pageVisible}); +p=this.addAction("connectionArrows",function(){b.connectionArrowsEnabled=!b.connectionArrowsEnabled;c.fireEvent(new mxEventObject("connectionArrowsChanged"))},null,null,"Alt+Shift+A");p.setToggleAction(!0);p.setSelectedCallback(function(){return b.connectionArrowsEnabled});p=this.addAction("connectionPoints",function(){b.setConnectable(!b.connectionHandler.isEnabled());c.fireEvent(new mxEventObject("connectionPointsChanged"))},null,null,"Alt+Shift+P");p.setToggleAction(!0);p.setSelectedCallback(function(){return b.connectionHandler.isEnabled()}); +p=this.addAction("copyConnect",function(){b.connectionHandler.setCreateTarget(!b.connectionHandler.isCreateTarget());c.fireEvent(new mxEventObject("copyConnectChanged"))});p.setToggleAction(!0);p.setSelectedCallback(function(){return b.connectionHandler.isCreateTarget()});p.isEnabled=h;p=this.addAction("autosave",function(){c.editor.setAutosave(!c.editor.autosave)});p.setToggleAction(!0);p.setSelectedCallback(function(){return c.editor.autosave});p.isEnabled=h;p.visible=!1;this.addAction("help",function(){var a= +"";mxResources.isLanguageSupported(mxClient.language)&&(a="_"+mxClient.language);b.openLink(RESOURCES_PATH+"/help"+a+".html")});var n=!1;this.put("about",new Action(mxResources.get("about")+" Graph Editor...",function(){n||(c.showDialog((new AboutDialog(c)).container,320,280,!0,!0,function(){n=!1}),n=!0)},null,null,"F1"));p=mxUtils.bind(this,function(a,c,d,f){return this.addAction(a,function(){if(null!=d&&b.cellEditor.isContentEditing())d();else{b.stopEditing(!1);b.getModel().beginUpdate();try{b.toggleCellStyleFlags(mxConstants.STYLE_FONTSTYLE, c),(c&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD?b.updateLabelElements(b.getSelectionCells(),function(a){a.style.fontWeight=null;"B"==a.nodeName&&b.replaceElement(a)}):(c&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC?b.updateLabelElements(b.getSelectionCells(),function(a){a.style.fontStyle=null;"I"==a.nodeName&&b.replaceElement(a)}):(c&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&b.updateLabelElements(b.getSelectionCells(),function(a){a.style.textDecoration=null;"U"==a.nodeName&& -b.replaceElement(a)})}finally{b.getModel().endUpdate()}}},null,null,f)});n("bold",mxConstants.FONT_BOLD,function(){document.execCommand("bold",!1,null)},Editor.ctrlKey+"+B");n("italic",mxConstants.FONT_ITALIC,function(){document.execCommand("italic",!1,null)},Editor.ctrlKey+"+I");n("underline",mxConstants.FONT_UNDERLINE,function(){document.execCommand("underline",!1,null)},Editor.ctrlKey+"+U");this.addAction("fontColor...",function(){c.menus.pickColor(mxConstants.STYLE_FONTCOLOR,"forecolor","000000")}); +b.replaceElement(a)})}finally{b.getModel().endUpdate()}}},null,null,f)});p("bold",mxConstants.FONT_BOLD,function(){document.execCommand("bold",!1,null)},Editor.ctrlKey+"+B");p("italic",mxConstants.FONT_ITALIC,function(){document.execCommand("italic",!1,null)},Editor.ctrlKey+"+I");p("underline",mxConstants.FONT_UNDERLINE,function(){document.execCommand("underline",!1,null)},Editor.ctrlKey+"+U");this.addAction("fontColor...",function(){c.menus.pickColor(mxConstants.STYLE_FONTCOLOR,"forecolor","000000")}); this.addAction("strokeColor...",function(){c.menus.pickColor(mxConstants.STYLE_STROKECOLOR)});this.addAction("fillColor...",function(){c.menus.pickColor(mxConstants.STYLE_FILLCOLOR)});this.addAction("gradientColor...",function(){c.menus.pickColor(mxConstants.STYLE_GRADIENTCOLOR)});this.addAction("backgroundColor...",function(){c.menus.pickColor(mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,"backcolor")});this.addAction("borderColor...",function(){c.menus.pickColor(mxConstants.STYLE_LABEL_BORDERCOLOR)}); this.addAction("vertical",function(){c.menus.toggleStyle(mxConstants.STYLE_HORIZONTAL,!0)});this.addAction("shadow",function(){c.menus.toggleStyle(mxConstants.STYLE_SHADOW)});this.addAction("solid",function(){b.getModel().beginUpdate();try{b.setCellStyles(mxConstants.STYLE_DASHED,null),b.setCellStyles(mxConstants.STYLE_DASH_PATTERN,null),c.fireEvent(new mxEventObject("styleChanged","keys",[mxConstants.STYLE_DASHED,mxConstants.STYLE_DASH_PATTERN],"values",[null,null],"cells",b.getSelectionCells()))}finally{b.getModel().endUpdate()}}); this.addAction("dashed",function(){b.getModel().beginUpdate();try{b.setCellStyles(mxConstants.STYLE_DASHED,"1"),b.setCellStyles(mxConstants.STYLE_DASH_PATTERN,null),c.fireEvent(new mxEventObject("styleChanged","keys",[mxConstants.STYLE_DASHED,mxConstants.STYLE_DASH_PATTERN],"values",["1",null],"cells",b.getSelectionCells()))}finally{b.getModel().endUpdate()}});this.addAction("dotted",function(){b.getModel().beginUpdate();try{b.setCellStyles(mxConstants.STYLE_DASHED,"1"),b.setCellStyles(mxConstants.STYLE_DASH_PATTERN, @@ -2617,16 +2618,16 @@ this.addAction("rounded",function(){b.getModel().beginUpdate();try{b.setCellStyl d=null!=e?e.style:b.getCellStyle(a[0]),f="1"==mxUtils.getValue(d,mxConstants.STYLE_ROUNDED,"0")?"0":"1";b.setCellStyles(mxConstants.STYLE_ROUNDED,f);b.setCellStyles(mxConstants.STYLE_CURVED,null);c.fireEvent(new mxEventObject("styleChanged","keys",[mxConstants.STYLE_ROUNDED,mxConstants.STYLE_CURVED],"values",[f,"0"],"cells",b.getSelectionCells()))}finally{b.getModel().endUpdate()}}});this.addAction("curved",function(){b.getModel().beginUpdate();try{b.setCellStyles(mxConstants.STYLE_ROUNDED,"0"),b.setCellStyles(mxConstants.STYLE_CURVED, "1"),c.fireEvent(new mxEventObject("styleChanged","keys",[mxConstants.STYLE_ROUNDED,mxConstants.STYLE_CURVED],"values",["0","1"],"cells",b.getSelectionCells()))}finally{b.getModel().endUpdate()}});this.addAction("collapsible",function(){var a=b.view.getState(b.getSelectionCell()),e="1";null!=a&&null!=b.getFoldingImage(a)&&(e="0");b.setCellStyles("collapsible",e);c.fireEvent(new mxEventObject("styleChanged","keys",["collapsible"],"values",[e],"cells",b.getSelectionCells()))});this.addAction("editStyle...", mxUtils.bind(this,function(){var a=b.getSelectionCells();if(null!=a&&0<a.length){var c=b.getModel(),c=new TextareaDialog(this.editorUi,mxResources.get("editStyle")+":",c.getStyle(a[0])||"",function(d){null!=d&&b.setCellStyle(mxUtils.trim(d),a)},null,null,400,220);this.editorUi.showDialog(c.container,420,300,!0,!0);c.init()}}),null,null,Editor.ctrlKey+"+E");this.addAction("setAsDefaultStyle",function(){b.isEnabled()&&!b.isSelectionEmpty()&&c.setDefaultStyle(b.getSelectionCell())},null,null,Editor.ctrlKey+ -"+Shift+D");this.addAction("clearDefaultStyle",function(){b.isEnabled()&&c.clearDefaultStyle()},null,null,Editor.ctrlKey+"+Shift+R");this.addAction("addWaypoint",function(){var a=b.getSelectionCell();if(null!=a&&b.getModel().isEdge(a)){var c=e.graph.selectionCellsHandler.getHandler(a);if(c instanceof mxEdgeHandler){for(var d=b.view.translate,f=b.view.scale,g=d.x,d=d.y,a=b.getModel().getParent(a),p=b.getCellGeometry(a);b.getModel().isVertex(a)&&null!=p;)g+=p.x,d+=p.y,a=b.getModel().getParent(a),p= +"+Shift+D");this.addAction("clearDefaultStyle",function(){b.isEnabled()&&c.clearDefaultStyle()},null,null,Editor.ctrlKey+"+Shift+R");this.addAction("addWaypoint",function(){var a=b.getSelectionCell();if(null!=a&&b.getModel().isEdge(a)){var c=e.graph.selectionCellsHandler.getHandler(a);if(c instanceof mxEdgeHandler){for(var d=b.view.translate,f=b.view.scale,g=d.x,d=d.y,a=b.getModel().getParent(a),q=b.getCellGeometry(a);b.getModel().isVertex(a)&&null!=q;)g+=q.x,d+=q.y,a=b.getModel().getParent(a),q= b.getCellGeometry(a);g=Math.round(b.snap(b.popupMenuHandler.triggerX/f-g));f=Math.round(b.snap(b.popupMenuHandler.triggerY/f-d));c.addPointAt(c.state,g,f)}}});this.addAction("removeWaypoint",function(){var a=c.actions.get("removeWaypoint");null!=a.handler&&a.handler.removePoint(a.handler.state,a.index)});this.addAction("clearWaypoints",function(){var a=b.getSelectionCells();if(null!=a){a=b.addAllEdges(a);b.getModel().beginUpdate();try{for(var c=0;c<a.length;c++){var d=a[c];if(b.getModel().isEdge(d)){var f= -b.getCellGeometry(d);null!=f&&(f=f.clone(),f.points=null,b.getModel().setGeometry(d,f))}}}finally{b.getModel().endUpdate()}}},null,null,"Alt+Shift+C");n=this.addAction("subscript",mxUtils.bind(this,function(){b.cellEditor.isContentEditing()&&document.execCommand("subscript",!1,null)}),null,null,Editor.ctrlKey+"+,");n=this.addAction("superscript",mxUtils.bind(this,function(){b.cellEditor.isContentEditing()&&document.execCommand("superscript",!1,null)}),null,null,Editor.ctrlKey+"+.");this.addAction("image...", +b.getCellGeometry(d);null!=f&&(f=f.clone(),f.points=null,b.getModel().setGeometry(d,f))}}}finally{b.getModel().endUpdate()}}},null,null,"Alt+Shift+C");p=this.addAction("subscript",mxUtils.bind(this,function(){b.cellEditor.isContentEditing()&&document.execCommand("subscript",!1,null)}),null,null,Editor.ctrlKey+"+,");p=this.addAction("superscript",mxUtils.bind(this,function(){b.cellEditor.isContentEditing()&&document.execCommand("superscript",!1,null)}),null,null,Editor.ctrlKey+"+.");this.addAction("image...", function(){if(b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())){var a=mxResources.get("image")+" ("+mxResources.get("url")+"):",e=b.getView().getState(b.getSelectionCell()),d="";null!=e&&(d=e.style[mxConstants.STYLE_IMAGE]||d);var f=b.cellEditor.saveSelection();c.showImageDialog(a,d,function(a,d,c){if(b.cellEditor.isContentEditing())b.cellEditor.restoreSelection(f),b.insertImage(a,d,c);else{var e=b.getSelectionCells();if(null!=a&&(0<a.length||0<e.length)){var g=null;b.getModel().beginUpdate(); -try{if(0==e.length){var p=b.getFreeInsertPoint(),g=e=[b.insertVertex(b.getDefaultParent(),null,"",p.x,p.y,d,c,"shape=image;imageAspect=0;aspect=fixed;verticalLabelPosition=bottom;verticalAlign=top;")];b.fireEvent(new mxEventObject("cellsInserted","cells",g))}b.setCellStyles(mxConstants.STYLE_IMAGE,0<a.length?a:null,e);var t=b.view.getState(e[0]),l=null!=t?t.style:b.getCellStyle(e[0]);"image"!=l[mxConstants.STYLE_SHAPE]&&"label"!=l[mxConstants.STYLE_SHAPE]?b.setCellStyles(mxConstants.STYLE_SHAPE,"image", -e):0==a.length&&b.setCellStyles(mxConstants.STYLE_SHAPE,null,e);if(1==b.getSelectionCount()&&null!=d&&null!=c){var h=e[0],v=b.getModel().getGeometry(h);null!=v&&(v=v.clone(),v.width=d,v.height=c,b.getModel().setGeometry(h,v))}}finally{b.getModel().endUpdate()}null!=g&&(b.setSelectionCells(g),b.scrollCellToVisible(g[0]))}}},b.cellEditor.isContentEditing(),!b.cellEditor.isContentEditing())}}).isEnabled=h;this.addAction("insertImage...",function(){b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())&& -(b.clearSelection(),c.actions.get("image").funct())}).isEnabled=h;n=this.addAction("layers",mxUtils.bind(this,function(){null==this.layersWindow?(this.layersWindow=new LayersWindow(c,document.body.offsetWidth-280,120,220,180),this.layersWindow.window.addListener("show",function(){c.fireEvent(new mxEventObject("layers"))}),this.layersWindow.window.addListener("hide",function(){c.fireEvent(new mxEventObject("layers"))}),this.layersWindow.window.setVisible(!0),c.fireEvent(new mxEventObject("layers"))): -this.layersWindow.window.setVisible(!this.layersWindow.window.isVisible())}),null,null,Editor.ctrlKey+"+Shift+L");n.setToggleAction(!0);n.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.layersWindow&&this.layersWindow.window.isVisible()}));n=this.addAction("formatPanel",mxUtils.bind(this,function(){c.toggleFormatPanel()}),null,null,Editor.ctrlKey+"+Shift+P");n.setToggleAction(!0);n.setSelectedCallback(mxUtils.bind(this,function(){return 0<c.formatWidth}));n=this.addAction("outline", +try{if(0==e.length){var q=b.getFreeInsertPoint(),g=e=[b.insertVertex(b.getDefaultParent(),null,"",q.x,q.y,d,c,"shape=image;imageAspect=0;aspect=fixed;verticalLabelPosition=bottom;verticalAlign=top;")];b.fireEvent(new mxEventObject("cellsInserted","cells",g))}b.setCellStyles(mxConstants.STYLE_IMAGE,0<a.length?a:null,e);var t=b.view.getState(e[0]),k=null!=t?t.style:b.getCellStyle(e[0]);"image"!=k[mxConstants.STYLE_SHAPE]&&"label"!=k[mxConstants.STYLE_SHAPE]?b.setCellStyles(mxConstants.STYLE_SHAPE,"image", +e):0==a.length&&b.setCellStyles(mxConstants.STYLE_SHAPE,null,e);if(1==b.getSelectionCount()&&null!=d&&null!=c){var w=e[0],v=b.getModel().getGeometry(w);null!=v&&(v=v.clone(),v.width=d,v.height=c,b.getModel().setGeometry(w,v))}}finally{b.getModel().endUpdate()}null!=g&&(b.setSelectionCells(g),b.scrollCellToVisible(g[0]))}}},b.cellEditor.isContentEditing(),!b.cellEditor.isContentEditing())}}).isEnabled=h;this.addAction("insertImage...",function(){b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())&& +(b.clearSelection(),c.actions.get("image").funct())}).isEnabled=h;p=this.addAction("layers",mxUtils.bind(this,function(){null==this.layersWindow?(this.layersWindow=new LayersWindow(c,document.body.offsetWidth-280,120,220,180),this.layersWindow.window.addListener("show",function(){c.fireEvent(new mxEventObject("layers"))}),this.layersWindow.window.addListener("hide",function(){c.fireEvent(new mxEventObject("layers"))}),this.layersWindow.window.setVisible(!0),c.fireEvent(new mxEventObject("layers"))): +this.layersWindow.window.setVisible(!this.layersWindow.window.isVisible())}),null,null,Editor.ctrlKey+"+Shift+L");p.setToggleAction(!0);p.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.layersWindow&&this.layersWindow.window.isVisible()}));p=this.addAction("formatPanel",mxUtils.bind(this,function(){c.toggleFormatPanel()}),null,null,Editor.ctrlKey+"+Shift+P");p.setToggleAction(!0);p.setSelectedCallback(mxUtils.bind(this,function(){return 0<c.formatWidth}));p=this.addAction("outline", mxUtils.bind(this,function(){null==this.outlineWindow?(this.outlineWindow=new OutlineWindow(c,document.body.offsetWidth-260,100,180,180),this.outlineWindow.window.addListener("show",function(){c.fireEvent(new mxEventObject("outline"))}),this.outlineWindow.window.addListener("hide",function(){c.fireEvent(new mxEventObject("outline"))}),this.outlineWindow.window.setVisible(!0),c.fireEvent(new mxEventObject("outline"))):this.outlineWindow.window.setVisible(!this.outlineWindow.window.isVisible())}),null, -null,Editor.ctrlKey+"+Shift+O");n.setToggleAction(!0);n.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.outlineWindow&&this.outlineWindow.window.isVisible()}))};Actions.prototype.addAction=function(a,c,e,b,h){var n;"..."==a.substring(a.length-3)?(a=a.substring(0,a.length-3),n=mxResources.get(a)+"..."):n=mxResources.get(a);return this.put(a,new Action(n,c,e,b,h))};Actions.prototype.put=function(a,c){return this.actions[a]=c};Actions.prototype.get=function(a){return this.actions[a]}; +null,Editor.ctrlKey+"+Shift+O");p.setToggleAction(!0);p.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.outlineWindow&&this.outlineWindow.window.isVisible()}))};Actions.prototype.addAction=function(a,c,e,b,h){var p;"..."==a.substring(a.length-3)?(a=a.substring(0,a.length-3),p=mxResources.get(a)+"..."):p=mxResources.get(a);return this.put(a,new Action(p,c,e,b,h))};Actions.prototype.put=function(a,c){return this.actions[a]=c};Actions.prototype.get=function(a){return this.actions[a]}; function Action(a,c,e,b,h){mxEventSource.call(this);this.label=a;this.funct=this.createFunction(c);this.enabled=null!=e?e:!0;this.iconCls=b;this.shortcut=h;this.visible=!0}mxUtils.extend(Action,mxEventSource);Action.prototype.createFunction=function(a){return a};Action.prototype.setEnabled=function(a){this.enabled!=a&&(this.enabled=a,this.fireEvent(new mxEventObject("stateChanged")))};Action.prototype.isEnabled=function(){return this.enabled}; Action.prototype.setToggleAction=function(a){this.toggleAction=a};Action.prototype.setSelectedCallback=function(a){this.selectedCallback=a};Action.prototype.isSelected=function(){return this.selectedCallback()};DrawioFile=function(a,c){mxEventSource.call(this);this.ui=a;this.data=c||""};mxUtils.extend(DrawioFile,mxEventSource);DrawioFile.prototype.autosaveDelay=1500;DrawioFile.prototype.maxAutosaveDelay=3E4;DrawioFile.prototype.autosaveThread=null;DrawioFile.prototype.lastAutosave=null;DrawioFile.prototype.modified=!1;DrawioFile.prototype.changeListenerEnabled=!0;DrawioFile.prototype.lastAutosaveRevision=null;DrawioFile.prototype.maxAutosaveRevisionDelay=18E5;DrawioFile.prototype.descriptorChanged=function(){this.fireEvent(new mxEventObject("descriptorChanged"))}; DrawioFile.prototype.contentChanged=function(){this.fireEvent(new mxEventObject("contentChanged"))};DrawioFile.prototype.save=function(a,c,e,b){this.updateFileData();this.clearAutosave()};DrawioFile.prototype.updateFileData=function(){this.setData(this.ui.getFileData(null,null,null,null,null,null,null,null,this))};DrawioFile.prototype.saveAs=function(a,c,e){};DrawioFile.prototype.saveFile=function(a,c,e,b){};DrawioFile.prototype.getPublicUrl=function(a){a(null)}; @@ -2641,15 +2642,15 @@ DrawioFile.prototype.autosave=function(a,c,e,b){null==this.lastAutosave&&(this.l mxUtils.bind(this,function(a){null!=b&&b(a)}))}else null!=e&&e(null)}),a)};DrawioFile.prototype.isAutosaveNow=function(){return!0};DrawioFile.prototype.autosaveCompleted=function(){};DrawioFile.prototype.clearAutosave=function(){null!=this.autosaveThread&&(window.clearTimeout(this.autosaveThread),this.autosaveThread=null)};DrawioFile.prototype.isAutosaveRevision=function(){var a=(new Date).getTime();return null==this.lastAutosaveRevision||a-this.lastAutosaveRevision>this.maxAutosaveRevisionDelay}; DrawioFile.prototype.close=function(a){this.isAutosave()&&this.isModified()&&this.save(this.isAutosaveRevision(),null,null,a);this.destroy()};DrawioFile.prototype.hasSameExtension=function(a,c){if(null!=a&&null!=c){var e=a.lastIndexOf("."),b=0<e?a.substring(e):"",e=c.lastIndexOf(".");return b===(0<e?c.substring(e):"")}return a==c}; DrawioFile.prototype.destroy=function(){this.clearAutosave();null!=this.changeListener&&(this.ui.editor.graph.model.removeListener(this.changeListener),this.ui.editor.graph.removeListener(this.changeListener),this.ui.removeListener(this.changeListener),this.changeListener=null)};LocalFile=function(a,c,e,b){DrawioFile.call(this,a,c);this.title=e;this.mode=b?null:App.MODE_DEVICE};mxUtils.extend(LocalFile,DrawioFile);LocalFile.prototype.isAutosave=function(){return!1};LocalFile.prototype.getMode=function(){return this.mode};LocalFile.prototype.getTitle=function(){return this.title};LocalFile.prototype.isRenamable=function(){return!0};LocalFile.prototype.save=function(a,c,e){this.saveAs(this.title,c,e)};LocalFile.prototype.saveAs=function(a,c,e){this.saveFile(a,!1,c,e)}; -LocalFile.prototype.saveFile=function(a,c,e,b){this.title=a;this.updateFileData();c=this.getData();var h=this.ui.useCanvasForExport&&/(\.png)$/i.test(this.getTitle()),n=mxUtils.bind(this,function(b){if(this.ui.isOfflineApp()||this.ui.isLocalFileSave())this.ui.doSaveLocalFile(b,a,h?"image/png":"text/xml",h);else if(b.length<MAX_REQUEST_SIZE){var c=a.lastIndexOf("."),c=0<c?a.substring(c+1):"xml";(new mxXmlRequest(SAVE_URL,"format="+c+"&xml="+encodeURIComponent(b)+"&filename="+encodeURIComponent(a)+ -(h?"&binary=1":""))).simulate(document,"_blank")}else this.ui.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(b)}));this.setModified(!1);this.contentChanged();null!=e&&e()});h?this.ui.getEmbeddedPng(mxUtils.bind(this,function(a){n(a)}),b,this.ui.getCurrentFile()!=this?this.getData():null):n(c)};LocalFile.prototype.rename=function(a,c,e){this.title=a;this.descriptorChanged();null!=c&&c()}; +LocalFile.prototype.saveFile=function(a,c,e,b){this.title=a;this.updateFileData();c=this.getData();var h=this.ui.useCanvasForExport&&/(\.png)$/i.test(this.getTitle()),p=mxUtils.bind(this,function(b){if(this.ui.isOfflineApp()||this.ui.isLocalFileSave())this.ui.doSaveLocalFile(b,a,h?"image/png":"text/xml",h);else if(b.length<MAX_REQUEST_SIZE){var c=a.lastIndexOf("."),c=0<c?a.substring(c+1):"xml";(new mxXmlRequest(SAVE_URL,"format="+c+"&xml="+encodeURIComponent(b)+"&filename="+encodeURIComponent(a)+ +(h?"&binary=1":""))).simulate(document,"_blank")}else this.ui.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(b)}));this.setModified(!1);this.contentChanged();null!=e&&e()});h?this.ui.getEmbeddedPng(mxUtils.bind(this,function(a){p(a)}),b,this.ui.getCurrentFile()!=this?this.getData():null):p(c)};LocalFile.prototype.rename=function(a,c,e){this.title=a;this.descriptorChanged();null!=c&&c()}; LocalFile.prototype.open=function(){this.ui.setFileData(this.getData());this.changeListener=mxUtils.bind(this,function(a,c){this.setModified(!0);this.addUnsavedStatus()});this.ui.editor.graph.model.addListener(mxEvent.CHANGE,this.changeListener)};(function(){Editor.prototype.appName="draw.io";Editor.closeImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAApVBMVEUAAAD////k5OT///8AAAB1dXXMzMz9/f39/f37+/v5+fn+/v7///9iYmJaWlqFhYWnp6ejo6OHh4f////////////////7+/v5+fnx8fH///8AAAD///8bGxv7+/v5+fkoKCghISFDQ0MYGBjh4eHY2Njb29tQUFBvb29HR0c/Pz82NjYrKyu/v78SEhLu7u7s7OzV1dVVVVU7OzsVFRXAv78QEBBzqehMAAAAG3RSTlMAA/7p/vz5xZlrTiPL/v78+/v7+OXd2TYQDs8L70ZbAAABKUlEQVQoz3VS13LCMBBUXHChd8iukDslQChJ/v/TchaG4cXS+OSb1c7trU7V60OpdRz2ZtNZL4zXNlcN8BEtSG6+NxIXkeRPoBuQ1cjvZ31/VJFB10ISli6diYfH8iYO3WUNCcNlB0gTrXOtkxTo0O1aKKiBBMhhv2MNBQKoiA5wxlZo0JDzD3AYKbWacyj3fs01wxey0pyEP+R8pWKWXoqtIZ0DDg5pbki9krEKOa6LVDQsdoXEsi46Zqh69KFz7B1u7Hb2yDV8firXDKBlZ4UFiswKGRhXTS93/ECK7yxnJ3+S3y/ThpO+cfSD017nqa18aasabU0/t7d+tk0/1oMEJ1NaD67iwdF68OabFSLn+eHb0+vjy+uk8br9fdrftH0O2menfd7+AQfYM/lNjoDHAAAAAElFTkSuQmCC": IMAGE_PATH+"/delete.png";Editor.plusImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDdCMTdENjVCOEM4MTFFNDlCRjVBNDdCODU5NjNBNUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdCMTdENjZCOEM4MTFFNDlCRjVBNDdCODU5NjNBNUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowN0IxN0Q2M0I4QzgxMUU0OUJGNUE0N0I4NTk2M0E1QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowN0IxN0Q2NEI4QzgxMUU0OUJGNUE0N0I4NTk2M0E1QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtjrjmgAAAAtSURBVHjaYvz//z8DMigvLwcLdHZ2MiKLMzEQCaivkLGsrOw/dU0cAr4GCDAARQsQbTFrv10AAAAASUVORK5CYII=": IMAGE_PATH+"/plus.png";Editor.spinImage=mxClient.IS_SVG?"data:image/gif;base64,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": IMAGE_PATH+"/spin.gif";Editor.tweetImage=IMAGE_PATH+"/tweet.png";Editor.facebookImage=IMAGE_PATH+"/facebook.png";Editor.blankImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACklEQVR4nGMAAQAABQABDQottAAAAABJRU5ErkJggg==";Editor.hiResImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA+CAMAAACLMWy1AAAAh1BMVEUAAABMTExERERBQUFBQUFFRUVAQEBCQkJAQEA6OjpDQ0NKSkpBQUFBQUFERERERERBQUFCQkJCQkJCQkJJSUlBQUFCQkJDQ0NDQ0NCQkJDQ0NBQUFBQUFCQkJBQUFCQkJCQkJDQ0NCQkJHR0dBQUFCQkJCQkJAQEBCQkJDQ0NAQEBERERCQkIk1hS2AAAAKnRSTlMAAjj96BL7PgQFRwfu3TYazKuVjRXl1V1DPCn1uLGjnWNVIgy9hU40eGqPkM38AAACG0lEQVRYw+2X63KbMBCFzwZblgGDceN74muatpLe//m6MHV3gHGFAv2RjM94MAbxzdnVsQbBDKwH8AH8MDAyafzjqYeyOG04XE7RS8nIRDXg6BlT+rA0nmtAPh+NQRDxIASIMG44rAMrGunBgHwy3uUldxggIStGKp2f+DQc2O4h4eQsX3O2IFB/oEbsjOKbStnjAEA+zJ0ylZTbgvoDn8xNyn6Dbj5Kd4GsNpABa6duQPfSdEj88TgMAhKuCWjAkgmFXPLnsD0pWd3OFGdrMugQII/eOMPEiGOzqPMIeWrcSoMCg71W1pXBPvCP+gS/OdXqQ3uW23+93XGWLl/OaBb805bNcBPoEIcVJsnHzcxpZH86u5KZ9gDby5dQCcnKqdbke4ItI4Tzd7IW9hZQt4EO6GG9b9sYuuK9Wwn8TIr2xKbF2+3Nhr+qxChJ/AI6pIfCu4z4Zowp4ZUNihz79vewzctnHDwTvQO/hCdFBzrUGDOPn2Y/F8YKT4oOATLvlhOznzmBSdFBJWtc58y7r+UVFOCQczy3wpN6pegDqHtsCPTGvH9JuTO0Dyg8icldYPk+RB6g8Aofj4m2EKBvtTmUPD9xDd1pPcSReV2U5iD/ik2yrngtvvqBfPzOvKiDTKTsCdoHZJ7pLLffgTwlJ5vJdtJV2/jiAYaLvLGhMAEDO5QcDg2M/jOw/8Zn+K3ZwJvHT7ZffgC/NvA3zcybTeIfE4EAAAAASUVORK5CYII=": IMAGE_PATH+"/img-hi-res.png";Editor.loResImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA+CAMAAACLMWy1AAAAS1BMVEVAQEAAAAA1NTVBQUFDQ0NDQ0NFRUVERERBQUFBQUFBQUFAQEBBQUFBQUFCQkJCQkJCQkJBQUFCQkJDQ0NDQ0NCQkJCQkJCQkJGRkb5/XqTAAAAGXRSTlP+AAWODlASCsesX+Lc2LyWe3pwa1tCPjohjSJfoAAAAI1JREFUWMPt1MkKhTAMRuG0anvneXr/J71nUypKcdqI/N8yhLMKMZE1CahnClDQzMPB44ED3EgeCubgDWnWQMHpwTtKwTe+UHD4sJ94wbUEHHFGhILlYDeSnsQeabeCgsPBgB0MOZZ9oGA5GJFiJSfUULAfjLjARrhCwX7wh2YCDwVbwZkUBKqFFJRN+wOcwSgR2sREcgAAAABJRU5ErkJggg==": IMAGE_PATH+"/img-lo-res.png";Editor.cameraLargeImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KTMInWQAAA/BJREFUWAnFl0uIjWEYx885buPSuGwmSYwtwsY1ikKSNYNclmQnadgrZSPlsnBLSlaGBdNYKY0Vdi4L4zYzIqxGxmXG//d+7//0+uY7nWMiT/2/53mf+3v7vnNKpf9M5UbrDw8Pj4m+wzmeT1FBUS6Xf+YNox6reMONukijMXUTM3NmI75PyXcJPwRWg5kS7xysDLNmfEUxpx2rceNE50IlYjyRklcLf0prY+x4BTqfmx3ZUHQaO9ISGngYq38V/1EH+ECPa+QaK1u1kVBQirDMChiS3CTeIkwWvghtwhKBpZ8g1CO2B99FynVU/KowSRgQ3mlrBsVZ1awmQlS0SGbfXglfBPbdRGMm5O8RXg2P835pDCvzWjghTHETcLpZLHwS8kTCtBEK1SN83Egam8YxyVZqc+Do5qkwS+gT9grNwkUBG6cbsG/gs3BTuC/0ChCxq4QtwgzBMdwUZBPyN4Ftfi4sYPZHktbOSRlIuutRP5jYj0ueZp88xyYcS/zZoiLyQT1IA/cTj7eSlwnrhI+JnkQbCwo2Sx/2M7VJt17wdhVtgxvrpoFnAuSAbJQ97biZAlKxBfD9wgOhV+BgIR/AZtJ4kwD5PGSj7OmmekjWEy0oAQHAS3+KpBpzXqYK3UItopHpSRMno2N+cm7gDYnfRCcr3QBqriMHLJDkeyhFfiG5aVbK+8rhtP9M6QcIEJHX5Fp9NMAyQlYiu+OOJNlODCIXyka/P23bncTdiC7OydC1+v1Bsb+5r84DK8S3Rdmf5cRUFW3bXtWUSt1Rdk6G4SyJV2o1YId+vNUxr+x5yCJiapFtcxQzLjrxboGcMxvFJwEOKnLwjIbkx/sdSmeSaUY++SwTAxV+4DJT7RVwkbk46gNCsifIItuy0e9PF33Cb4homhN5YRyzL5q5V2VNkv98kqgoGTo3YF9CnMM5Y5rItFfvBSi9JulVXOgI+VwIntkt+SaZ6weQfcovJf7zpTfl86P/wAF7Fz18NeKwmvAWCaX0Z/uMHQr42ZxvR/Rxcw5xM+9J/CJq8w2gduDhmDgso/QrBH47dEXQ1IqczyHpIOfIRtnTtV7SwO1oKXKkU3fbToFGSDHtMWcaH1WBuVYnDbRFi99iqSMySdzxXckrazUh23KBVYGIcfNBkTxca0e4ATJ0KukGYVBgr/MnlhPOtQq/ksUfCbzh+EFCjtnCUoHfjhA/OsiTv2HcEvJMELp0VakZDliTmriTdPivxU4VmEhtPrGV+KJhO7ZKt0doFZh1fgZSBWIW2AGEHwg3BUWOnKtH+suqdw07tYMfglCrWPD5mw9qVYuniaXkT0OtWaSuo5LJTY1RBf+roF9X5+y/5qU+DAAAAABJRU5ErkJggg=="; -Editor.defaultCustomLibraries=[];Editor.enableCustomLibraries=!0;Editor.defaultCsvValue='##\n## Example CSV import. Use ## for comments and # for configuration. Paste CSV below.\n## The following names are reserved and should not be used (or ignored):\n## id, tooltip, placeholder(s), link and label (see below)\n##\n#\n## Node label with placeholders and HTML.\n## Default is \'%name_of_first_column%\'.\n#\n# label: %name%<br><i style="color:gray;">%position%</i><br><a href="mailto:%email%">Email</a>\n#\n## Node style (placeholders are replaced once).\n## Default is the current style for nodes.\n#\n# style: label;image=%image%;whiteSpace=wrap;html=1;rounded=1;fillColor=%fill%;strokeColor=%stroke%;\n#\n## Uses the given column name as the identity for cells (updates existing cells).\n## Default is no identity (empty value or -).\n#\n# identity: -\n#\n## Adds a prefix to the identity of cells to make sure they do not collide with existing cells (whose\n## IDs are numbers from 0..n, sometimes with a GUID prefix in the context of realtime collaboration).\n## Default is csvimport-.\n#\n# namespace: csvimport-\n#\n## Connections between rows ("from": source colum, "to": target column).\n## Label, style and invert are optional. Defaults are \'\', current style and false.\n## In addition to label, an optional fromlabel and tolabel can be used to name the column\n## that contains the text for the label in the edges source or target (invert ignored).\n## The label is concatenated in the form fromlabel + label + tolabel if all are defined.\n## The target column may contain a comma-separated list of values.\n## Multiple connect entries are allowed.\n#\n# connect: {"from": "manager", "to": "name", "invert": true, "label": "manages", \\\n# "style": "curved=1;endArrow=blockThin;endFill=1;fontSize=11;"}\n# connect: {"from": "refs", "to": "id", "style": "curved=1;fontSize=11;"}\n#\n## Node x-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# left: \n#\n## Node y-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# top: \n#\n## Node width. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the width. Default is auto.\n#\n# width: auto\n#\n## Node height. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the height. Default is auto.\n#\n# height: auto\n#\n## Padding for autosize. Default is 0.\n#\n# padding: -12\n#\n## Comma-separated list of ignored columns for metadata. (These can be\n## used for connections and styles but will not be added as metadata.)\n#\n# ignore: id,image,fill,stroke\n#\n## Column to be renamed to link attribute (used as link).\n#\n# link: url\n#\n## Spacing between nodes. Default is 40.\n#\n# nodespacing: 40\n#\n## Spacing between parallel edges. Default is 40.\n#\n# edgespacing: 40\n#\n## Name of layout. Possible values are auto, none, verticaltree, horizontaltree,\n## verticalflow, horizontalflow, organic, circle. Default is auto.\n#\n# layout: auto\n#\n## ---- CSV below this line. First line are column names. ----\nname,position,id,location,manager,email,fill,stroke,refs,url,image\nEvan Miller,CFO,emi,Office 1,,me@example.com,#dae8fc,#6c8ebf,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-9-2-128.png\nEdward Morrison,Brand Manager,emo,Office 2,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-10-3-128.png\nRon Donovan,System Admin,rdo,Office 3,Evan Miller,me@example.com,#d5e8d4,#82b366,"emo,tva",https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-2-128.png\nTessa Valet,HR Director,tva,Office 4,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-3-128.png\n'; +Editor.defaultCustomLibraries=[];Editor.enableCustomLibraries=!0;Editor.defaultCsvValue='##\n## Example CSV import. Use ## for comments and # for configuration. Paste CSV below.\n## The following names are reserved and should not be used (or ignored):\n## id, tooltip, placeholder(s), link and label (see below)\n##\n#\n## Node label with placeholders and HTML.\n## Default is \'%name_of_first_column%\'.\n#\n# label: %name%<br><i style="color:gray;">%position%</i><br><a href="mailto:%email%">Email</a>\n#\n## Node style (placeholders are replaced once).\n## Default is the current style for nodes.\n#\n# style: label;image=%image%;whiteSpace=wrap;html=1;rounded=1;fillColor=%fill%;strokeColor=%stroke%;\n#\n## Parent style for nodes with child nodes (placeholders are replaced once).\n#\n# parentstyle: swimlane;whiteSpace=wrap;html=1;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;\n#\n## Uses the given column name as the identity for cells (updates existing cells).\n## Default is no identity (empty value or -).\n#\n# identity: -\n#\n## Uses the given column name as the parent reference for cells. Default is no parent (empty or -).\n## The identity above is used for resolving the reference so it must be specified.\n#\n# parent: -\n#\n## Adds a prefix to the identity of cells to make sure they do not collide with existing cells (whose\n## IDs are numbers from 0..n, sometimes with a GUID prefix in the context of realtime collaboration).\n## Default is csvimport-.\n#\n# namespace: csvimport-\n#\n## Connections between rows ("from": source colum, "to": target column).\n## Label, style and invert are optional. Defaults are \'\', current style and false.\n## In addition to label, an optional fromlabel and tolabel can be used to name the column\n## that contains the text for the label in the edges source or target (invert ignored).\n## The label is concatenated in the form fromlabel + label + tolabel if all are defined.\n## The target column may contain a comma-separated list of values.\n## Multiple connect entries are allowed.\n#\n# connect: {"from": "manager", "to": "name", "invert": true, "label": "manages", \\\n# "style": "curved=1;endArrow=blockThin;endFill=1;fontSize=11;"}\n# connect: {"from": "refs", "to": "id", "style": "curved=1;fontSize=11;"}\n#\n## Node x-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# left: \n#\n## Node y-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# top: \n#\n## Node width. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the width. Default is auto.\n#\n# width: auto\n#\n## Node height. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the height. Default is auto.\n#\n# height: auto\n#\n## Padding for autosize. Default is 0.\n#\n# padding: -12\n#\n## Comma-separated list of ignored columns for metadata. (These can be\n## used for connections and styles but will not be added as metadata.)\n#\n# ignore: id,image,fill,stroke\n#\n## Column to be renamed to link attribute (used as link).\n#\n# link: url\n#\n## Spacing between nodes. Default is 40.\n#\n# nodespacing: 40\n#\n## Spacing between parallel edges. Default is 40.\n#\n# edgespacing: 40\n#\n## Name of layout. Possible values are auto, none, verticaltree, horizontaltree,\n## verticalflow, horizontalflow, organic, circle. Default is auto.\n#\n# layout: auto\n#\n## ---- CSV below this line. First line are column names. ----\nname,position,id,location,manager,email,fill,stroke,refs,url,image\nEvan Miller,CFO,emi,Office 1,,me@example.com,#dae8fc,#6c8ebf,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-9-2-128.png\nEdward Morrison,Brand Manager,emo,Office 2,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-10-3-128.png\nRon Donovan,System Admin,rdo,Office 3,Evan Miller,me@example.com,#d5e8d4,#82b366,"emo,tva",https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-2-128.png\nTessa Valet,HR Director,tva,Office 4,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-3-128.png\n'; Editor.shadowOptionEnabled=!0;Editor.config=null;Editor.configVersion=null;Editor.configure=function(a,d){if(null!=a){Editor.config=a;Editor.configVersion=a.version;Menus.prototype.defaultFonts=a.defaultFonts||Menus.prototype.defaultFonts;ColorDialog.prototype.presetColors=a.presetColors||ColorDialog.prototype.presetColors;ColorDialog.prototype.defaultColors=a.defaultColors||ColorDialog.prototype.defaultColors;StyleFormatPanel.prototype.defaultColorSchemes=a.defaultColorSchemes||StyleFormatPanel.prototype.defaultColorSchemes; Graph.prototype.defaultEdgeLength=a.defaultEdgeLength||Graph.prototype.defaultEdgeLength;if(null!=a.css){var b=document.createElement("style");b.setAttribute("type","text/css");b.appendChild(document.createTextNode(a.css));var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c)}null!=a.defaultLibraries&&(Sidebar.prototype.defaultEntries=a.defaultLibraries);null!=a.defaultCustomLibraries&&(Editor.defaultCustomLibraries=a.defaultCustomLibraries);null!=a.enableCustomLibraries&& (Editor.enableCustomLibraries=a.enableCustomLibraries);null!=a.defaultVertexStyle&&(Graph.prototype.defaultVertexStyle=a.defaultVertexStyle);null!=a.defaultEdgeStyle&&(Graph.prototype.defaultEdgeStyle=a.defaultEdgeStyle);a.emptyDiagramXml&&(EditorUi.prototype.emptyDiagramXml=a.emptyDiagramXml);a.thumbWidth&&(Sidebar.prototype.thumbWidth=a.thumbWidth);a.thumbHeight&&(Sidebar.prototype.thumbHeight=a.thumbHeight);a.emptyLibraryXml&&(EditorUi.prototype.emptyLibraryXml=a.emptyLibraryXml);a.sidebarWidth&& @@ -2667,8 +2668,8 @@ null;this.graph.view.y0=null;mxClient.NO_FO=this.graph.mathEnabled&&!this.useFor messageStyle:"none",AuthorInit:function(){MathJax.Hub.Config(d||{jax:["input/TeX","input/MathML","input/AsciiMath","output/HTML-CSS"],extensions:["tex2jax.js","mml2jax.js","asciimath2jax.js"],"HTML-CSS":{imageFont:null},TeX:{extensions:["AMSmath.js","AMSsymbols.js","noErrors.js","noUndefined.js"]},tex2jax:{ignoreClass:"mxCellEditor"},asciimath2jax:{ignoreClass:"mxCellEditor"}});MathJax.Hub.Register.StartupHook("Begin",function(){for(var a=0;a<Editor.mathJaxQueue.length;a++)Editor.doMathJaxRender(Editor.mathJaxQueue[a])})}}; Editor.MathJaxRender=function(a){"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub?Editor.doMathJaxRender(a):Editor.mathJaxQueue.push(a)};Editor.MathJaxClear=function(){Editor.mathJaxQueue=[]};var b=Editor.prototype.init;Editor.prototype.init=function(){b.apply(this,arguments);this.graph.addListener(mxEvent.SIZE,mxUtils.bind(this,function(a,d){null!=this.graph.container&&this.graph.mathEnabled&&Editor.MathJaxRender(this.graph.container)}))};var c=document.getElementsByTagName("script"); if(null!=c&&0<c.length){var f=document.createElement("script");f.type="text/javascript";f.src=a;c[0].parentNode.appendChild(f)}};Editor.prototype.csvToArray=function(a){if(!/^\s*(?:'[^'\\]*(?:\\[\S\s][^'\\]*)*'|"[^"\\]*(?:\\[\S\s][^"\\]*)*"|[^,'"\s\\]*(?:\s+[^,'"\s\\]+)*)\s*(?:,\s*(?:'[^'\\]*(?:\\[\S\s][^'\\]*)*'|"[^"\\]*(?:\\[\S\s][^"\\]*)*"|[^,'"\s\\]*(?:\s+[^,'"\s\\]+)*)\s*)*$/.test(a))return null;var d=[];a.replace(/(?!\s*$)\s*(?:'([^'\\]*(?:\\[\S\s][^'\\]*)*)'|"([^"\\]*(?:\\[\S\s][^"\\]*)*)"|([^,'"\s\\]*(?:\s+[^,'"\s\\]+)*))\s*(?:,|$)/g, -function(a,b,c,f){void 0!==b?d.push(b.replace(/\\'/g,"'")):void 0!==c?d.push(c.replace(/\\"/g,'"')):void 0!==f&&d.push(f);return""});/,\s*$/.test(a)&&d.push("");return d};if(window.ColorDialog){var h=ColorDialog.addRecentColor;ColorDialog.addRecentColor=function(a,d){h.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors);mxSettings.save()};var n=ColorDialog.resetRecentColors;ColorDialog.resetRecentColors=function(){n.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors); -mxSettings.save()}}window.EditDataDialog&&(EditDataDialog.getDisplayIdForCell=function(a,d){var b=null;null!=a.editor.graph.getModel().getParent(d)?b=d.getId():null!=a.currentPage&&(b=a.currentPage.getId());return b});if(null!=window.StyleFormatPanel){var m=Format.prototype.init;Format.prototype.init=function(){m.apply(this,arguments);this.editorUi.editor.addListener("fileLoaded",this.update)};var r=Format.prototype.refresh;Format.prototype.refresh=function(){null!=this.editorUi.getCurrentFile()|| +function(a,b,c,f){void 0!==b?d.push(b.replace(/\\'/g,"'")):void 0!==c?d.push(c.replace(/\\"/g,'"')):void 0!==f&&d.push(f);return""});/,\s*$/.test(a)&&d.push("");return d};if(window.ColorDialog){var h=ColorDialog.addRecentColor;ColorDialog.addRecentColor=function(a,d){h.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors);mxSettings.save()};var p=ColorDialog.resetRecentColors;ColorDialog.resetRecentColors=function(){p.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors); +mxSettings.save()}}window.EditDataDialog&&(EditDataDialog.getDisplayIdForCell=function(a,d){var b=null;null!=a.editor.graph.getModel().getParent(d)?b=d.getId():null!=a.currentPage&&(b=a.currentPage.getId());return b});if(null!=window.StyleFormatPanel){var n=Format.prototype.init;Format.prototype.init=function(){n.apply(this,arguments);this.editorUi.editor.addListener("fileLoaded",this.update)};var r=Format.prototype.refresh;Format.prototype.refresh=function(){null!=this.editorUi.getCurrentFile()|| "1"==urlParams.embed||this.editorUi.editor.chromeless?r.apply(this,arguments):this.clear()};DiagramFormatPanel.prototype.isShadowOptionVisible=function(){var a=this.editorUi.getCurrentFile();return"1"==urlParams.embed||null!=a&&a.isEditable()};DiagramFormatPanel.prototype.isMathOptionVisible=function(a){return!1};var u=DiagramFormatPanel.prototype.addView;DiagramFormatPanel.prototype.addView=function(a){a=u.apply(this,arguments);this.editorUi.getCurrentFile();if(mxClient.IS_SVG&&this.isShadowOptionVisible()){var d= this.editorUi,b=d.editor.graph,c=this.createOption(mxResources.get("shadow"),function(){return b.shadowVisible},function(a){var c=new ChangePageSetup(d);c.ignoreColor=!0;c.ignoreImage=!0;c.shadowVisible=a;b.model.execute(c)},{install:function(a){this.listener=function(){a(b.shadowVisible)};d.addListener("shadowVisibleChanged",this.listener)},destroy:function(){d.removeListener(this.listener)}});Editor.shadowOptionEnabled||(c.getElementsByTagName("input")[0].setAttribute("disabled","disabled"),mxUtils.setOpacity(c, 60));a.appendChild(c)}return a};var d=DiagramFormatPanel.prototype.addOptions;DiagramFormatPanel.prototype.addOptions=function(a){a=d.apply(this,arguments);var b=this.editorUi,c=b.editor.graph;if(c.isEnabled()){var f=b.getCurrentFile();null!=f&&f.isAutosaveOptional()&&(f=this.createOption(mxResources.get("autosave"),function(){return b.editor.autosave},function(a){b.editor.setAutosave(a)},{install:function(a){this.listener=function(){a(b.editor.autosave)};b.editor.addListener("autosaveChanged",this.listener)}, @@ -2682,18 +2683,18 @@ a.gradient)):(f=mxUtils.setStyle(f,mxConstants.STYLE_FILLCOLOR,"#ffffff"),f=mxUt a.fill+"', EndColorStr='"+a.gradient+"', GradientType=0)":d.style.backgroundImage="linear-gradient("+a.fill+" 0px,"+a.gradient+" 100%)":d.style.backgroundColor=a.fill,d.style.border="1px solid "+a.stroke):(d.style.backgroundColor="#ffffff",d.style.border="1px solid #000000");f.appendChild(d)}f.innerHTML="";for(var b=0;b<a.length;b++)0<b&&0==mxUtils.mod(b,4)&&mxUtils.br(f),d(a[b])}function b(a){mxEvent.addListener(a,"mouseenter",function(){a.style.opacity="1"});mxEvent.addListener(a,"mouseleave",function(){a.style.opacity= "0.5"})}var c=this.editorUi.editor.graph,f=document.createElement("div");f.style.whiteSpace="nowrap";f.style.paddingLeft="24px";f.style.paddingRight="20px";a.style.paddingLeft="16px";a.style.paddingBottom="6px";a.style.position="relative";a.appendChild(f);var e="plain-gray plain-blue plain-green plain-turquoise plain-orange plain-yellow plain-red plain-pink plain-purple gray blue green turquoise orange yellow red pink purple".split(" ");null==this.editorUi.currentScheme&&(this.editorUi.currentScheme= 0);var g=document.createElement("div");g.style.cssText="position:absolute;left:10px;top:8px;bottom:8px;width:20px;margin:4px;opacity:0.5;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAIVBMVEUAAAB2dnZ4eHh3d3d1dXVxcXF2dnZ2dnZ2dnZxcXF2dnYmb3w1AAAACnRSTlMAfCTkhhvb7cQSPH2JPgAAADRJREFUCNdjwACMAmBKaiGYs2oJmLPKAZ3DabU8AMRTXpUKopislqFyVzCAuUZgikkBZjoAcMYLnp53P/UAAAAASUVORK5CYII=);";mxEvent.addListener(g, -"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme-1,this.defaultColorSchemes.length);d(this.defaultColorSchemes[this.editorUi.currentScheme])}));var l=document.createElement("div");l.style.cssText="position:absolute;left:202px;top:8px;bottom:8px;width:20px;margin:4px;opacity:0.5;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAIVBMVEUAAAB2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnYBuwCcAAAACnRSTlMAfCTkhhvb7cQSPH2JPgAAADZJREFUCNdjQAOMAmBKaiGY8loF5rKswsZlrVo8AUiFrTICcbIWK8A5DF1gDoMymMPApIAwHwCS0Qx/U7qCBQAAAABJRU5ErkJggg==);"; -1<this.defaultColorSchemes.length&&(a.appendChild(g),a.appendChild(l));mxEvent.addListener(l,"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme+1,this.defaultColorSchemes.length);d(this.defaultColorSchemes[this.editorUi.currentScheme])}));b(g);b(l);d(this.defaultColorSchemes[this.editorUi.currentScheme]);return a};StyleFormatPanel.prototype.addEditOps=function(a){var d=this.format.getSelectionState(),b=null;1==this.editorUi.editor.graph.getSelectionCount()&& +"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme-1,this.defaultColorSchemes.length);d(this.defaultColorSchemes[this.editorUi.currentScheme])}));var k=document.createElement("div");k.style.cssText="position:absolute;left:202px;top:8px;bottom:8px;width:20px;margin:4px;opacity:0.5;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAIVBMVEUAAAB2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnYBuwCcAAAACnRSTlMAfCTkhhvb7cQSPH2JPgAAADZJREFUCNdjQAOMAmBKaiGY8loF5rKswsZlrVo8AUiFrTICcbIWK8A5DF1gDoMymMPApIAwHwCS0Qx/U7qCBQAAAABJRU5ErkJggg==);"; +1<this.defaultColorSchemes.length&&(a.appendChild(g),a.appendChild(k));mxEvent.addListener(k,"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme+1,this.defaultColorSchemes.length);d(this.defaultColorSchemes[this.editorUi.currentScheme])}));b(g);b(k);d(this.defaultColorSchemes[this.editorUi.currentScheme]);return a};StyleFormatPanel.prototype.addEditOps=function(a){var d=this.format.getSelectionState(),b=null;1==this.editorUi.editor.graph.getSelectionCount()&& (b=mxUtils.button(mxResources.get("editStyle"),mxUtils.bind(this,function(a){this.editorUi.actions.get("editStyle").funct()})),b.setAttribute("title",mxResources.get("editStyle")+" ("+this.editorUi.actions.get("editStyle").shortcut+")"),b.style.width="202px",b.style.marginBottom="2px",a.appendChild(b));var c=this.editorUi.editor.graph,f=c.view.getState(c.getSelectionCell());1==c.getSelectionCount()&&null!=f&&null!=f.shape&&null!=f.shape.stencil?(d=mxUtils.button(mxResources.get("editShape"),mxUtils.bind(this, function(a){this.editorUi.actions.get("editShape").funct()})),d.setAttribute("title",mxResources.get("editShape")),d.style.marginBottom="2px",null==b?d.style.width="202px":(b.style.width="100px",d.style.width="100px",d.style.marginLeft="2px"),a.appendChild(d)):d.image&&(d=mxUtils.button(mxResources.get("editImage"),mxUtils.bind(this,function(a){this.editorUi.actions.get("image").funct()})),d.setAttribute("title",mxResources.get("editImage")),d.style.marginBottom="2px",null==b?d.style.width="202px": (b.style.width="100px",d.style.width="100px",d.style.marginLeft="2px"),a.appendChild(d));return a}}Graph.prototype.defaultThemeName="default-style2";Graph.prototype.lastPasteXml=null;Graph.prototype.pasteCounter=0;Graph.prototype.defaultScrollbars="0"!=urlParams.sb;Graph.prototype.defaultPageVisible="0"!=urlParams.pv;Graph.prototype.shadowId="dropShadow";Graph.prototype.svgShadowColor="#3D4574";Graph.prototype.svgShadowOpacity="0.4";Graph.prototype.svgShadowBlur="1.7";Graph.prototype.svgShadowSize= -"3";Graph.prototype.edgeMode="move"!=urlParams.edge;var p=Graph.prototype.init;Graph.prototype.init=function(){function a(a){d=a;if(mxClient.IS_QUIRKS||7==document.documentMode||8==document.documentMode)d=mxUtils.clone(a)}p.apply(this,arguments);var d=null;mxEvent.addListener(this.container,"mouseenter",a);mxEvent.addListener(this.container,"mousemove",a);mxEvent.addListener(this.container,"mouseleave",function(a){d=null});this.isMouseInsertPoint=function(){return null!=d};var b=this.getInsertPoint; +"3";Graph.prototype.edgeMode="move"!=urlParams.edge;var q=Graph.prototype.init;Graph.prototype.init=function(){function a(a){d=a;if(mxClient.IS_QUIRKS||7==document.documentMode||8==document.documentMode)d=mxUtils.clone(a)}q.apply(this,arguments);var d=null;mxEvent.addListener(this.container,"mouseenter",a);mxEvent.addListener(this.container,"mousemove",a);mxEvent.addListener(this.container,"mouseleave",function(a){d=null});this.isMouseInsertPoint=function(){return null!=d};var b=this.getInsertPoint; this.getInsertPoint=function(){return null!=d?this.getPointForEvent(d):b.apply(this,arguments)};var c=this.layoutManager.getLayout;this.layoutManager.getLayout=function(a){var d=this.graph.view.getState(a),d=null!=d?d.style:this.graph.getCellStyle(a);if("undefined"!=typeof mxRackContainer&&"rack"==d.childLayout){var b=new mxStackLayout(this.graph,!1);b.setChildGeometry=function(a,d){d.height=Math.max(d.height,20);if(1<d.height/20){var b=d.height%20;d.height+=10<b?20-b:-b}this.graph.getModel().setGeometry(a, -d)};b.fill=!0;b.unitSize=mxRackContainer.unitSize|20;b.marginLeft=d.marginLeft||0;b.marginRight=d.marginRight||0;b.marginTop=d.marginTop||0;b.marginBottom=d.marginBottom||0;b.resizeParent=!1;return b}return c.apply(this,arguments)}};var t=Graph.prototype.isCssTransformsSupported;Graph.prototype.isCssTransformsSupported=function(){return t.apply(this,arguments)&&!mxClient.IS_SF};var k=mxGraphView.prototype.validateBackgroundPage;mxGraphView.prototype.validateBackgroundPage=function(){k.apply(this, +d)};b.fill=!0;b.unitSize=mxRackContainer.unitSize|20;b.marginLeft=d.marginLeft||0;b.marginRight=d.marginRight||0;b.marginTop=d.marginTop||0;b.marginBottom=d.marginBottom||0;b.resizeParent=!1;return b}return c.apply(this,arguments)}};var t=Graph.prototype.isCssTransformsSupported;Graph.prototype.isCssTransformsSupported=function(){return t.apply(this,arguments)&&!mxClient.IS_SF};var m=mxGraphView.prototype.validateBackgroundPage;mxGraphView.prototype.validateBackgroundPage=function(){m.apply(this, arguments);if(mxClient.IS_GC&&null!=this.getDrawPane()){var a=this.getDrawPane().parentNode;!this.graph.mathEnabled||mxClient.NO_FO||null!=this.webKitForceRepaintNode&&null!=this.webKitForceRepaintNode.parentNode||"svg"!=this.graph.container.firstChild.nodeName?null==this.webKitForceRepaintNode||this.graph.mathEnabled&&("svg"==this.graph.container.firstChild.nodeName||this.graph.container.firstChild==this.webKitForceRepaintNode)||(null!=this.webKitForceRepaintNode.parentNode&&this.webKitForceRepaintNode.parentNode.removeChild(this.webKitForceRepaintNode), -this.webKitForceRepaintNode=null):(this.webKitForceRepaintNode=document.createElement("div"),this.webKitForceRepaintNode.style.cssText="position:absolute;",a.ownerSVGElement.parentNode.insertBefore(this.webKitForceRepaintNode,a.ownerSVGElement))}};var q=Graph.prototype.loadStylesheet;Graph.prototype.loadStylesheet=function(){q.apply(this,arguments);this.currentStyle="default-style2"};Graph.prototype.handleCustomLink=function(a){if("data:action/json,"==a.substring(0,17)&&(a=JSON.parse(a.substring(17)), -null!=a.actions)){for(var d=0;d<a.actions.length;d++)null!=a.actions[d].open&&(this.isCustomLink(a.actions[d].open)?this.customLinkClicked(a.actions[d].open):this.openLink(a.actions[d].open));this.model.beginUpdate();try{for(d=0;d<a.actions.length;d++)this.handleLinkAction(a.actions[d])}finally{this.model.endUpdate()}}};Graph.prototype.handleLinkAction=function(a){var d=[];null!=a.select&&this.isEnabled()&&(d=this.getCellsForAction(a.select),this.setSelectionCells(d));null!=a.highlight&&(d=this.getCellsForAction(a.highlight), -this.highlightCells(d,a.highlight.color,a.highlight.duration,a.highlight.opacity));null!=a.toggle&&this.toggleCells(this.getCellsForAction(a.toggle));null!=a.show&&this.setCellsVisible(this.getCellsForAction(a.show),!0);null!=a.hide&&this.setCellsVisible(this.getCellsForAction(a.hide),!1);null!=a.scroll&&(d=this.getCellsForAction(a.scroll));0<d.length&&this.scrollCellToVisible(d[0])};Graph.prototype.getCellsForAction=function(a){return this.getCellsById(a.cells).concat(this.getCellsForTags(a.tags))}; +this.webKitForceRepaintNode=null):(this.webKitForceRepaintNode=document.createElement("div"),this.webKitForceRepaintNode.style.cssText="position:absolute;",a.ownerSVGElement.parentNode.insertBefore(this.webKitForceRepaintNode,a.ownerSVGElement))}};var l=Graph.prototype.loadStylesheet;Graph.prototype.loadStylesheet=function(){l.apply(this,arguments);this.currentStyle="default-style2"};Graph.prototype.handleCustomLink=function(a){if("data:action/json,"==a.substring(0,17)&&(a=JSON.parse(a.substring(17)), +null!=a.actions)){for(var d=0;d<a.actions.length;d++)if(null!=a.actions[d].open)if(this.isCustomLink(a.actions[d].open)){if(!this.customLinkClicked(a.actions[d].open))return}else this.openLink(a.actions[d].open);this.model.beginUpdate();try{for(d=0;d<a.actions.length;d++)this.handleLinkAction(a.actions[d])}finally{this.model.endUpdate()}}};Graph.prototype.handleLinkAction=function(a){var d=[];null!=a.select&&this.isEnabled()&&(d=this.getCellsForAction(a.select),this.setSelectionCells(d));null!=a.highlight&& +(d=this.getCellsForAction(a.highlight),this.highlightCells(d,a.highlight.color,a.highlight.duration,a.highlight.opacity));null!=a.toggle&&this.toggleCells(this.getCellsForAction(a.toggle));null!=a.show&&this.setCellsVisible(this.getCellsForAction(a.show),!0);null!=a.hide&&this.setCellsVisible(this.getCellsForAction(a.hide),!1);null!=a.scroll&&(d=this.getCellsForAction(a.scroll));0<d.length&&this.scrollCellToVisible(d[0])};Graph.prototype.getCellsForAction=function(a){return this.getCellsById(a.cells).concat(this.getCellsForTags(a.tags))}; Graph.prototype.getCellsById=function(a){var d=[];if(null!=a)for(var b=0;b<a.length;b++)if("*"==a[b])var c=this.getDefaultParent(),d=d.concat(this.model.filterDescendants(function(a){return a!=c},c));else{var f=this.model.getCell(a[b]);null!=f&&d.push(f)}return d};Graph.prototype.getCellsForTags=function(a,d,b){var c=[];if(null!=a){d=null!=d?d:this.model.getDescendants(this.model.getRoot());b=null!=b?b:"tags";for(var f=0;f<d.length;f++)if(this.model.isVertex(d[f])||this.model.isEdge(d[f])){var e= null!=d[f].value&&"object"==typeof d[f].value?mxUtils.trim(d[f].value.getAttribute(b)||""):"",g=!0;if(0<e.length)for(var e=e.toLowerCase().split(" "),l=0;l<a.length&&g;l++)var k=mxUtils.trim(a[l]).toLowerCase(),g=g&&(0==k.length||0<=mxUtils.indexOf(e,k));else g=0==a.length;g&&c.push(d[f])}}return c};Graph.prototype.toggleCells=function(a){this.model.beginUpdate();try{for(var d=0;d<a.length;d++)this.model.setVisible(a[d],!this.model.isVisible(a[d]))}finally{this.model.endUpdate()}};Graph.prototype.setCellsVisible= function(a,d){this.model.beginUpdate();try{for(var b=0;b<a.length;b++)this.model.setVisible(a[b],d)}finally{this.model.endUpdate()}};Graph.prototype.highlightCells=function(a,d,b,c){for(var f=0;f<a.length;f++)this.highlightCell(a[f],d,b,c)};Graph.prototype.highlightCell=function(a,d,b,c){d=null!=d?d:mxConstants.DEFAULT_VALID_COLOR;b=null!=b?b:1E3;a=this.view.getState(a);if(null!=a){var f=Math.max(5,mxUtils.getValue(a.style,mxConstants.STYLE_STROKEWIDTH,1)+4),e=new mxCellHighlight(this,d,f,!1);null!= @@ -2708,48 +2709,51 @@ d,b=0;do d=this.model.getChildAt(this.model.root,b);while(b++<a&&"1"==mxUtils.ge "/mxInfographic.js"];mxStencilRegistry.libraries["mockup/buttons"]=[SHAPES_PATH+"/mockup/mxMockupButtons.js"];mxStencilRegistry.libraries["mockup/containers"]=[SHAPES_PATH+"/mockup/mxMockupContainers.js"];mxStencilRegistry.libraries["mockup/forms"]=[SHAPES_PATH+"/mockup/mxMockupForms.js"];mxStencilRegistry.libraries["mockup/graphics"]=[SHAPES_PATH+"/mockup/mxMockupGraphics.js",STENCIL_PATH+"/mockup/misc.xml"];mxStencilRegistry.libraries["mockup/markup"]=[SHAPES_PATH+"/mockup/mxMockupMarkup.js"];mxStencilRegistry.libraries["mockup/misc"]= [SHAPES_PATH+"/mockup/mxMockupMisc.js",STENCIL_PATH+"/mockup/misc.xml"];mxStencilRegistry.libraries["mockup/navigation"]=[SHAPES_PATH+"/mockup/mxMockupNavigation.js",STENCIL_PATH+"/mockup/misc.xml"];mxStencilRegistry.libraries["mockup/text"]=[SHAPES_PATH+"/mockup/mxMockupText.js"];mxStencilRegistry.libraries.floorplan=[SHAPES_PATH+"/mxFloorplan.js",STENCIL_PATH+"/floorplan.xml"];mxStencilRegistry.libraries.bootstrap=[SHAPES_PATH+"/mxBootstrap.js",STENCIL_PATH+"/bootstrap.xml"];mxStencilRegistry.libraries.gmdl= [SHAPES_PATH+"/mxGmdl.js",STENCIL_PATH+"/gmdl.xml"];mxStencilRegistry.libraries.cabinets=[SHAPES_PATH+"/mxCabinets.js",STENCIL_PATH+"/cabinets.xml"];mxStencilRegistry.libraries.archimate=[SHAPES_PATH+"/mxArchiMate.js"];mxStencilRegistry.libraries.archimate3=[SHAPES_PATH+"/mxArchiMate3.js"];mxStencilRegistry.libraries.sysml=[SHAPES_PATH+"/mxSysML.js"];mxStencilRegistry.libraries.eip=[SHAPES_PATH+"/mxEip.js",STENCIL_PATH+"/eip.xml"];mxStencilRegistry.libraries.networks=[SHAPES_PATH+"/mxNetworks.js", -STENCIL_PATH+"/networks.xml"];mxStencilRegistry.libraries.aws3d=[SHAPES_PATH+"/mxAWS3D.js",STENCIL_PATH+"/aws3d.xml"];mxStencilRegistry.libraries.pid2inst=[SHAPES_PATH+"/pid2/mxPidInstruments.js"];mxStencilRegistry.libraries.pid2misc=[SHAPES_PATH+"/pid2/mxPidMisc.js",STENCIL_PATH+"/pid/misc.xml"];mxStencilRegistry.libraries.pid2valves=[SHAPES_PATH+"/pid2/mxPidValves.js"];mxStencilRegistry.libraries.pidFlowSensors=[STENCIL_PATH+"/pid/flow_sensors.xml"];mxMarker.getPackageForType=function(a){var d= -null;null!=a&&0<a.length&&("ER"==a.substring(0,2)?d="mxgraph.er":"sysML"==a.substring(0,5)&&(d="mxgraph.sysml"));return d};var x=mxMarker.createMarker;mxMarker.createMarker=function(a,d,b,c,f,e,g,k,p,q){if(null!=b&&null==mxMarker.markers[b]){var l=this.getPackageForType(b);null!=l&&mxStencilRegistry.getStencil(l)}return x.apply(this,arguments)};PrintDialog.prototype.create=function(a,d){function b(){x.value=Math.max(1,Math.min(k,Math.max(parseInt(x.value),parseInt(h.value))));h.value=Math.max(1,Math.min(k, -Math.min(parseInt(x.value),parseInt(h.value))))}function c(d){function b(d,b,f){var e=d.getGraphBounds(),g=0,k=0,p=X.get(),l=1/d.pageScale,q=y.checked;if(q)var l=parseInt(U.value),t=parseInt(V.value),l=Math.min(p.height*t/(e.height/d.view.scale),p.width*l/(e.width/d.view.scale));else l=parseInt(B.value)/(100*d.pageScale),isNaN(l)&&(c=1/d.pageScale,B.value="100 %");p=mxRectangle.fromRectangle(p);p.width=Math.ceil(p.width*c);p.height=Math.ceil(p.height*c);l*=c;!q&&d.pageVisible?(e=d.getPageLayout(), -g-=e.x*p.width,k-=e.y*p.height):q=!0;if(null==b){b=PrintDialog.createPrintPreview(d,l,p,0,g,k,q);b.pageSelector=!1;b.mathEnabled=!1;d=a.getCurrentFile();null!=d&&(b.title=d.getTitle());var h=b.writeHead;b.writeHead=function(d){h.apply(this,arguments);null!=a.editor.fontCss&&(d.writeln('<style type="text/css">'),d.writeln(a.editor.fontCss),d.writeln("</style>"))};if("undefined"!==typeof MathJax){var x=b.renderPage;b.renderPage=function(a,d,b,c,f,e){var g=mxClient.NO_FO;mxClient.NO_FO=this.graph.mathEnabled&& -!this.useForeignObjectForMath?!0:this.originalNoForeignObject;var k=x.apply(this,arguments);mxClient.NO_FO=g;this.graph.mathEnabled?this.mathEnabled=this.mathEnabled||!0:k.className="geDisableMathJax";return k}}b.open(null,null,f,!0)}else{p=d.background;if(null==p||""==p||p==mxConstants.NONE)p="#ffffff";b.backgroundColor=p;b.autoOrigin=q;b.appendGraph(d,l,g,k,f,!0)}return b}var c=parseInt(M.value)/100;isNaN(c)&&(c=1,M.value="100 %");var c=.75*c,e=h.value,g=x.value,k=!q.checked,p=null;k&&(k=e==l&& -g==l);if(!k&&null!=a.pages&&a.pages.length){var t=0,k=a.pages.length-1;q.checked||(t=parseInt(e)-1,k=parseInt(g)-1);for(var v=t;v<=k;v++){var m=a.pages[v],e=m==a.currentPage?f:null;if(null==e){var e=a.createTemporaryGraph(f.getStylesheet()),g=!0,t=!1,n=null,z=null;null==m.viewState&&null==m.mapping&&null==m.root&&a.updatePageRoot(m);null!=m.viewState?(g=m.viewState.pageVisible,t=m.viewState.mathEnabled,n=m.viewState.background,z=m.viewState.backgroundImage):null!=m.mapping&&null!=m.mapping.diagramMap&& -(t="0"!=m.mapping.diagramMap.get("mathEnabled"),n=m.mapping.diagramMap.get("background"),z=m.mapping.diagramMap.get("backgroundImage"),z=null!=z&&0<z.length?JSON.parse(z):null);e.background=n;e.backgroundImage=null!=z?new mxImage(z.src,z.width,z.height):null;e.pageVisible=g;e.mathEnabled=t;var A=e.getGlobalVariable;e.getGlobalVariable=function(a){return"page"==a?m.getName():"pagenumber"==a?v+1:A.apply(this,arguments)};document.body.appendChild(e.container);a.updatePageRoot(m);e.model.setRoot(m.root)}p= -b(e,p,v!=k);e!=f&&e.container.parentNode.removeChild(e.container)}}else p=b(f);p.mathEnabled&&(k=p.wnd.document,k.writeln('<script type="text/x-mathjax-config">'),k.writeln("MathJax.Hub.Config({"),k.writeln("showMathMenu: false,"),k.writeln('messageStyle: "none",'),k.writeln('jax: ["input/TeX", "input/MathML", "input/AsciiMath", "output/HTML-CSS"],'),k.writeln('extensions: ["tex2jax.js", "mml2jax.js", "asciimath2jax.js"],'),k.writeln('"HTML-CSS": {'),k.writeln("imageFont: null"),k.writeln("},"),k.writeln("TeX: {"), -k.writeln('extensions: ["AMSmath.js", "AMSsymbols.js", "noErrors.js", "noUndefined.js"]'),k.writeln("},"),k.writeln("tex2jax: {"),k.writeln('\tignoreClass: "geDisableMathJax"'),k.writeln("},"),k.writeln("asciimath2jax: {"),k.writeln('\tignoreClass: "geDisableMathJax"'),k.writeln("}"),k.writeln("});"),d&&(k.writeln("MathJax.Hub.Queue(function () {"),k.writeln("window.print();"),k.writeln("});")),k.writeln("\x3c/script>"),k.writeln('<script type="text/javascript" src="https://math.draw.io/current/MathJax.js">\x3c/script>')); -p.closeDocument();!p.mathEnabled&&d&&PrintDialog.printPreview(p)}var f=a.editor.graph,e=document.createElement("div"),g=document.createElement("h3");g.style.width="100%";g.style.textAlign="center";g.style.marginTop="0px";mxUtils.write(g,d||mxResources.get("print"));e.appendChild(g);var k=1,l=1,p=document.createElement("div");p.style.cssText="border-bottom:1px solid lightGray;padding-bottom:12px;margin-bottom:12px;";var q=document.createElement("input");q.style.cssText="margin-right:8px;margin-bottom:8px;"; -q.setAttribute("value","all");q.setAttribute("type","radio");q.setAttribute("name","pages-printdialog");p.appendChild(q);g=document.createElement("span");mxUtils.write(g,mxResources.get("printAllPages"));p.appendChild(g);mxUtils.br(p);var t=q.cloneNode(!0);q.setAttribute("checked","checked");t.setAttribute("value","range");p.appendChild(t);g=document.createElement("span");mxUtils.write(g,mxResources.get("pages")+":");p.appendChild(g);var h=document.createElement("input");h.style.cssText="margin:0 8px 0 8px;"; -h.setAttribute("value","1");h.setAttribute("type","number");h.setAttribute("min","1");h.style.width="50px";p.appendChild(h);g=document.createElement("span");mxUtils.write(g,mxResources.get("to"));p.appendChild(g);var x=h.cloneNode(!0);p.appendChild(x);mxEvent.addListener(h,"focus",function(){t.checked=!0});mxEvent.addListener(x,"focus",function(){t.checked=!0});mxEvent.addListener(h,"change",b);mxEvent.addListener(x,"change",b);if(null!=a.pages&&(k=a.pages.length,null!=a.currentPage))for(g=0;g<a.pages.length;g++)if(a.currentPage== -a.pages[g]){l=g+1;h.value=l;x.value=l;break}h.setAttribute("max",k);x.setAttribute("max",k);1<k&&e.appendChild(p);var m=document.createElement("div");m.style.marginBottom="10px";var n=document.createElement("input");n.style.marginRight="8px";n.setAttribute("value","adjust");n.setAttribute("type","radio");n.setAttribute("name","printZoom");m.appendChild(n);g=document.createElement("span");mxUtils.write(g,mxResources.get("adjustTo"));m.appendChild(g);var B=document.createElement("input");B.style.cssText= -"margin:0 8px 0 8px;";B.setAttribute("value","100 %");B.style.width="50px";m.appendChild(B);mxEvent.addListener(B,"focus",function(){n.checked=!0});e.appendChild(m);var p=p.cloneNode(!1),y=n.cloneNode(!0);y.setAttribute("value","fit");n.setAttribute("checked","checked");g=document.createElement("div");g.style.cssText="display:inline-block;height:100%;vertical-align:top;padding-top:2px;";g.appendChild(y);p.appendChild(g);m=document.createElement("table");m.style.display="inline-block";var r=document.createElement("tbody"), -u=document.createElement("tr"),T=u.cloneNode(!0),K=document.createElement("td"),Q=K.cloneNode(!0),W=K.cloneNode(!0),C=K.cloneNode(!0),ca=K.cloneNode(!0),R=K.cloneNode(!0);K.style.textAlign="right";C.style.textAlign="right";mxUtils.write(K,mxResources.get("fitTo"));var U=document.createElement("input");U.style.cssText="margin:0 8px 0 8px;";U.setAttribute("value","1");U.setAttribute("min","1");U.setAttribute("type","number");U.style.width="40px";Q.appendChild(U);g=document.createElement("span");mxUtils.write(g, -mxResources.get("fitToSheetsAcross"));W.appendChild(g);mxUtils.write(C,mxResources.get("fitToBy"));var V=U.cloneNode(!0);ca.appendChild(V);mxEvent.addListener(U,"focus",function(){y.checked=!0});mxEvent.addListener(V,"focus",function(){y.checked=!0});g=document.createElement("span");mxUtils.write(g,mxResources.get("fitToSheetsDown"));R.appendChild(g);u.appendChild(K);u.appendChild(Q);u.appendChild(W);T.appendChild(C);T.appendChild(ca);T.appendChild(R);r.appendChild(u);r.appendChild(T);m.appendChild(r); -p.appendChild(m);e.appendChild(p);p=document.createElement("div");g=document.createElement("div");g.style.fontWeight="bold";g.style.marginBottom="12px";mxUtils.write(g,mxResources.get("paperSize"));p.appendChild(g);g=document.createElement("div");g.style.marginBottom="12px";var X=PageSetupDialog.addPageFormatPanel(g,"printdialog",a.editor.graph.pageFormat||mxConstants.PAGE_FORMAT_A4_PORTRAIT);p.appendChild(g);g=document.createElement("span");mxUtils.write(g,mxResources.get("pageScale"));p.appendChild(g); -var M=document.createElement("input");M.style.cssText="margin:0 8px 0 8px;";M.setAttribute("value","100 %");M.style.width="60px";p.appendChild(M);e.appendChild(p);g=document.createElement("div");g.style.cssText="text-align:right;margin:48px 0 0 0;";p=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});p.className="geBtn";a.editor.cancelFirst&&g.appendChild(p);a.isOffline()||(m=mxUtils.button(mxResources.get("help"),function(){f.openLink("https://desk.draw.io/support/solutions/articles/16000048947")}), -m.className="geBtn",g.appendChild(m));PrintDialog.previewEnabled&&(m=mxUtils.button(mxResources.get("preview"),function(){a.hideDialog();c(!1)}),m.className="geBtn",g.appendChild(m));m=mxUtils.button(mxResources.get(PrintDialog.previewEnabled?"print":"ok"),function(){a.hideDialog();c(!0)});m.className="geBtn gePrimaryBtn";g.appendChild(m);a.editor.cancelFirst||g.appendChild(p);e.appendChild(g);this.container=e};var B=ChangePageSetup.prototype.execute;ChangePageSetup.prototype.execute=function(){null== -this.page&&(this.page=this.ui.currentPage);this.page!=this.ui.currentPage?null!=this.page.viewState&&(this.ignoreColor||(this.page.viewState.background=this.color),this.ignoreImage||(this.page.viewState.backgroundImage=this.image),null!=this.format&&(this.page.viewState.pageFormat=this.format),null!=this.mathEnabled&&(this.page.viewState.mathEnabled=this.mathEnabled),null!=this.shadowVisible&&(this.page.viewState.shadowVisible=this.shadowVisible)):(B.apply(this,arguments),null!=this.mathEnabled&& +STENCIL_PATH+"/networks.xml"];mxStencilRegistry.libraries.aws3d=[SHAPES_PATH+"/mxAWS3D.js",STENCIL_PATH+"/aws3d.xml"];mxStencilRegistry.libraries.veeam=[STENCIL_PATH+"/veeam/2d.xml",STENCIL_PATH+"/veeam/3d.xml",STENCIL_PATH+"/veeam/veeam.xml"];mxStencilRegistry.libraries.pid2inst=[SHAPES_PATH+"/pid2/mxPidInstruments.js"];mxStencilRegistry.libraries.pid2misc=[SHAPES_PATH+"/pid2/mxPidMisc.js",STENCIL_PATH+"/pid/misc.xml"];mxStencilRegistry.libraries.pid2valves=[SHAPES_PATH+"/pid2/mxPidValves.js"];mxStencilRegistry.libraries.pidFlowSensors= +[STENCIL_PATH+"/pid/flow_sensors.xml"];mxMarker.getPackageForType=function(a){var d=null;null!=a&&0<a.length&&("ER"==a.substring(0,2)?d="mxgraph.er":"sysML"==a.substring(0,5)&&(d="mxgraph.sysml"));return d};var C=mxMarker.createMarker;mxMarker.createMarker=function(a,d,b,c,f,e,g,l,q,m){if(null!=b&&null==mxMarker.markers[b]){var k=this.getPackageForType(b);null!=k&&mxStencilRegistry.getStencil(k)}return C.apply(this,arguments)};PrintDialog.prototype.create=function(a,d){function b(){C.value=Math.max(1, +Math.min(l,Math.max(parseInt(C.value),parseInt(h.value))));h.value=Math.max(1,Math.min(l,Math.min(parseInt(C.value),parseInt(h.value))))}function c(d){function b(d,b,f){var e=d.getGraphBounds(),g=0,l=0,k=ea.get(),q=1/d.pageScale,m=w.checked;if(m)var q=parseInt(W.value),t=parseInt(O.value),q=Math.min(k.height*t/(e.height/d.view.scale),k.width*q/(e.width/d.view.scale));else q=parseInt(p.value)/(100*d.pageScale),isNaN(q)&&(c=1/d.pageScale,p.value="100 %");k=mxRectangle.fromRectangle(k);k.width=Math.ceil(k.width* +c);k.height=Math.ceil(k.height*c);q*=c;!m&&d.pageVisible?(e=d.getPageLayout(),g-=e.x*k.width,l-=e.y*k.height):m=!0;if(null==b){b=PrintDialog.createPrintPreview(d,q,k,0,g,l,m);b.pageSelector=!1;b.mathEnabled=!1;d=a.getCurrentFile();null!=d&&(b.title=d.getTitle());var h=b.writeHead;b.writeHead=function(d){h.apply(this,arguments);null!=a.editor.fontCss&&(d.writeln('<style type="text/css">'),d.writeln(a.editor.fontCss),d.writeln("</style>"))};if("undefined"!==typeof MathJax){var v=b.renderPage;b.renderPage= +function(a,d,b,c,f,e){var g=mxClient.NO_FO;mxClient.NO_FO=this.graph.mathEnabled&&!this.useForeignObjectForMath?!0:this.originalNoForeignObject;var l=v.apply(this,arguments);mxClient.NO_FO=g;this.graph.mathEnabled?this.mathEnabled=this.mathEnabled||!0:l.className="geDisableMathJax";return l}}b.open(null,null,f,!0)}else{k=d.background;if(null==k||""==k||k==mxConstants.NONE)k="#ffffff";b.backgroundColor=k;b.autoOrigin=m;b.appendGraph(d,q,g,l,f,!0)}return b}var c=parseInt(T.value)/100;isNaN(c)&&(c=1, +T.value="100 %");var c=.75*c,e=h.value,g=C.value,l=!m.checked,k=null;l&&(l=e==q&&g==q);if(!l&&null!=a.pages&&a.pages.length){var t=0,l=a.pages.length-1;m.checked||(t=parseInt(e)-1,l=parseInt(g)-1);for(var v=t;v<=l;v++){var n=a.pages[v],e=n==a.currentPage?f:null;if(null==e){var e=a.createTemporaryGraph(f.getStylesheet()),g=!0,t=!1,y=null,z=null;null==n.viewState&&null==n.mapping&&null==n.root&&a.updatePageRoot(n);null!=n.viewState?(g=n.viewState.pageVisible,t=n.viewState.mathEnabled,y=n.viewState.background, +z=n.viewState.backgroundImage):null!=n.mapping&&null!=n.mapping.diagramMap&&(t="0"!=n.mapping.diagramMap.get("mathEnabled"),y=n.mapping.diagramMap.get("background"),z=n.mapping.diagramMap.get("backgroundImage"),z=null!=z&&0<z.length?JSON.parse(z):null);e.background=y;e.backgroundImage=null!=z?new mxImage(z.src,z.width,z.height):null;e.pageVisible=g;e.mathEnabled=t;var A=e.getGlobalVariable;e.getGlobalVariable=function(a){return"page"==a?n.getName():"pagenumber"==a?v+1:A.apply(this,arguments)};document.body.appendChild(e.container); +a.updatePageRoot(n);e.model.setRoot(n.root)}k=b(e,k,v!=l);e!=f&&e.container.parentNode.removeChild(e.container)}}else k=b(f);k.mathEnabled&&(l=k.wnd.document,l.writeln('<script type="text/x-mathjax-config">'),l.writeln("MathJax.Hub.Config({"),l.writeln("showMathMenu: false,"),l.writeln('messageStyle: "none",'),l.writeln('jax: ["input/TeX", "input/MathML", "input/AsciiMath", "output/HTML-CSS"],'),l.writeln('extensions: ["tex2jax.js", "mml2jax.js", "asciimath2jax.js"],'),l.writeln('"HTML-CSS": {'), +l.writeln("imageFont: null"),l.writeln("},"),l.writeln("TeX: {"),l.writeln('extensions: ["AMSmath.js", "AMSsymbols.js", "noErrors.js", "noUndefined.js"]'),l.writeln("},"),l.writeln("tex2jax: {"),l.writeln('\tignoreClass: "geDisableMathJax"'),l.writeln("},"),l.writeln("asciimath2jax: {"),l.writeln('\tignoreClass: "geDisableMathJax"'),l.writeln("}"),l.writeln("});"),d&&(l.writeln("MathJax.Hub.Queue(function () {"),l.writeln("window.print();"),l.writeln("});")),l.writeln("\x3c/script>"),l.writeln('<script type="text/javascript" src="https://math.draw.io/current/MathJax.js">\x3c/script>')); +k.closeDocument();!k.mathEnabled&&d&&PrintDialog.printPreview(k)}var f=a.editor.graph,e=document.createElement("div"),g=document.createElement("h3");g.style.width="100%";g.style.textAlign="center";g.style.marginTop="0px";mxUtils.write(g,d||mxResources.get("print"));e.appendChild(g);var l=1,q=1,k=document.createElement("div");k.style.cssText="border-bottom:1px solid lightGray;padding-bottom:12px;margin-bottom:12px;";var m=document.createElement("input");m.style.cssText="margin-right:8px;margin-bottom:8px;"; +m.setAttribute("value","all");m.setAttribute("type","radio");m.setAttribute("name","pages-printdialog");k.appendChild(m);g=document.createElement("span");mxUtils.write(g,mxResources.get("printAllPages"));k.appendChild(g);mxUtils.br(k);var t=m.cloneNode(!0);m.setAttribute("checked","checked");t.setAttribute("value","range");k.appendChild(t);g=document.createElement("span");mxUtils.write(g,mxResources.get("pages")+":");k.appendChild(g);var h=document.createElement("input");h.style.cssText="margin:0 8px 0 8px;"; +h.setAttribute("value","1");h.setAttribute("type","number");h.setAttribute("min","1");h.style.width="50px";k.appendChild(h);g=document.createElement("span");mxUtils.write(g,mxResources.get("to"));k.appendChild(g);var C=h.cloneNode(!0);k.appendChild(C);mxEvent.addListener(h,"focus",function(){t.checked=!0});mxEvent.addListener(C,"focus",function(){t.checked=!0});mxEvent.addListener(h,"change",b);mxEvent.addListener(C,"change",b);if(null!=a.pages&&(l=a.pages.length,null!=a.currentPage))for(g=0;g<a.pages.length;g++)if(a.currentPage== +a.pages[g]){q=g+1;h.value=q;C.value=q;break}h.setAttribute("max",l);C.setAttribute("max",l);1<l&&e.appendChild(k);var n=document.createElement("div");n.style.marginBottom="10px";var y=document.createElement("input");y.style.marginRight="8px";y.setAttribute("value","adjust");y.setAttribute("type","radio");y.setAttribute("name","printZoom");n.appendChild(y);g=document.createElement("span");mxUtils.write(g,mxResources.get("adjustTo"));n.appendChild(g);var p=document.createElement("input");p.style.cssText= +"margin:0 8px 0 8px;";p.setAttribute("value","100 %");p.style.width="50px";n.appendChild(p);mxEvent.addListener(p,"focus",function(){y.checked=!0});e.appendChild(n);var k=k.cloneNode(!1),w=y.cloneNode(!0);w.setAttribute("value","fit");y.setAttribute("checked","checked");g=document.createElement("div");g.style.cssText="display:inline-block;height:100%;vertical-align:top;padding-top:2px;";g.appendChild(w);k.appendChild(g);n=document.createElement("table");n.style.display="inline-block";var r=document.createElement("tbody"), +u=document.createElement("tr"),H=u.cloneNode(!0),G=document.createElement("td"),Z=G.cloneNode(!0),K=G.cloneNode(!0),L=G.cloneNode(!0),aa=G.cloneNode(!0),E=G.cloneNode(!0);G.style.textAlign="right";L.style.textAlign="right";mxUtils.write(G,mxResources.get("fitTo"));var W=document.createElement("input");W.style.cssText="margin:0 8px 0 8px;";W.setAttribute("value","1");W.setAttribute("min","1");W.setAttribute("type","number");W.style.width="40px";Z.appendChild(W);g=document.createElement("span");mxUtils.write(g, +mxResources.get("fitToSheetsAcross"));K.appendChild(g);mxUtils.write(L,mxResources.get("fitToBy"));var O=W.cloneNode(!0);aa.appendChild(O);mxEvent.addListener(W,"focus",function(){w.checked=!0});mxEvent.addListener(O,"focus",function(){w.checked=!0});g=document.createElement("span");mxUtils.write(g,mxResources.get("fitToSheetsDown"));E.appendChild(g);u.appendChild(G);u.appendChild(Z);u.appendChild(K);H.appendChild(L);H.appendChild(aa);H.appendChild(E);r.appendChild(u);r.appendChild(H);n.appendChild(r); +k.appendChild(n);e.appendChild(k);k=document.createElement("div");g=document.createElement("div");g.style.fontWeight="bold";g.style.marginBottom="12px";mxUtils.write(g,mxResources.get("paperSize"));k.appendChild(g);g=document.createElement("div");g.style.marginBottom="12px";var ea=PageSetupDialog.addPageFormatPanel(g,"printdialog",a.editor.graph.pageFormat||mxConstants.PAGE_FORMAT_A4_PORTRAIT);k.appendChild(g);g=document.createElement("span");mxUtils.write(g,mxResources.get("pageScale"));k.appendChild(g); +var T=document.createElement("input");T.style.cssText="margin:0 8px 0 8px;";T.setAttribute("value","100 %");T.style.width="60px";k.appendChild(T);e.appendChild(k);g=document.createElement("div");g.style.cssText="text-align:right;margin:48px 0 0 0;";k=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});k.className="geBtn";a.editor.cancelFirst&&g.appendChild(k);a.isOffline()||(n=mxUtils.button(mxResources.get("help"),function(){f.openLink("https://desk.draw.io/support/solutions/articles/16000048947")}), +n.className="geBtn",g.appendChild(n));PrintDialog.previewEnabled&&(n=mxUtils.button(mxResources.get("preview"),function(){a.hideDialog();c(!1)}),n.className="geBtn",g.appendChild(n));n=mxUtils.button(mxResources.get(PrintDialog.previewEnabled?"print":"ok"),function(){a.hideDialog();c(!0)});n.className="geBtn gePrimaryBtn";g.appendChild(n);a.editor.cancelFirst||g.appendChild(k);e.appendChild(g);this.container=e};var y=ChangePageSetup.prototype.execute;ChangePageSetup.prototype.execute=function(){null== +this.page&&(this.page=this.ui.currentPage);this.page!=this.ui.currentPage?null!=this.page.viewState&&(this.ignoreColor||(this.page.viewState.background=this.color),this.ignoreImage||(this.page.viewState.backgroundImage=this.image),null!=this.format&&(this.page.viewState.pageFormat=this.format),null!=this.mathEnabled&&(this.page.viewState.mathEnabled=this.mathEnabled),null!=this.shadowVisible&&(this.page.viewState.shadowVisible=this.shadowVisible)):(y.apply(this,arguments),null!=this.mathEnabled&& this.mathEnabled!=this.ui.isMathEnabled()&&(this.ui.setMathEnabled(this.mathEnabled),this.mathEnabled=!this.mathEnabled),null!=this.shadowVisible&&this.shadowVisible!=this.ui.editor.graph.shadowVisible&&(this.ui.editor.graph.setShadowVisible(this.shadowVisible),this.shadowVisible=!this.shadowVisible))}})(); +var ErrorDialog=function(a,c,e,b,h,p,n,r,u,d,f){u=null!=u?u:!0;var g=document.createElement("div");g.style.textAlign="center";if(null!=c){var q=document.createElement("div");q.style.padding="0px";q.style.margin="0px";q.style.fontSize="18px";q.style.paddingBottom="16px";q.style.marginBottom="16px";q.style.borderBottom="1px solid #c0c0c0";q.style.color="gray";mxUtils.write(q,c);g.appendChild(q)}c=document.createElement("div");c.style.padding="6px";c.innerHTML=e;g.appendChild(c);e=document.createElement("div"); +e.style.marginTop="16px";e.style.textAlign="center";null!=p&&(c=mxUtils.button(mxResources.get("tryAgain"),function(){a.hideDialog();p()}),c.className="geBtn",e.appendChild(c),e.style.textAlign="center");null!=d&&(d=mxUtils.button(d,function(){null!=f&&f()}),d.className="geBtn",e.appendChild(d));var t=mxUtils.button(b,function(){u&&a.hideDialog();null!=h&&h()});t.className="geBtn";e.appendChild(t);null!=n&&(b=mxUtils.button(n,function(){u&&a.hideDialog();null!=r&&r()}),b.className="geBtn gePrimaryBtn", +e.appendChild(b));this.init=function(){t.focus()};g.appendChild(e);this.container=g}; (function(){var a=new mxObjectCodec(new ChangePageSetup,["ui","previousColor","previousImage","previousFormat"]);a.beforeDecode=function(a,e,b){b.ui=a.ui;return e};a.afterDecode=function(a,e,b){b.previousColor=b.color;b.previousImage=b.image;b.previousFormat=b.format;null!=b.foldingEnabled&&(b.foldingEnabled=!b.foldingEnabled);null!=b.mathEnabled&&(b.mathEnabled=!b.mathEnabled);null!=b.shadowVisible&&(b.shadowVisible=!b.shadowVisible);return b};mxCodecRegistry.register(a)})();(function(){EditorUi.VERSION="@DRAWIO-VERSION@";EditorUi.compactUi="atlas"!=uiTheme;EditorUi.enableLogging=/.*\.draw\.io$/.test(window.location.hostname)&&"support.draw.io"!=window.location.hostname;EditorUi.enablePlantUml=EditorUi.enableLogging;EditorUi.isElectronApp=null!=window&&null!=window.process&&null!=window.process.versions&&null!=window.process.versions.electron;EditorUi.scratchpadHelpLink="https://desk.draw.io/support/solutions/articles/16000042367";EditorUi.prototype.emptyDiagramXml='<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>'; EditorUi.prototype.emptyLibraryXml="<mxlibrary>[]</mxlibrary>";EditorUi.prototype.mode=null;EditorUi.prototype.sidebarFooterHeight=36;EditorUi.prototype.defaultCustomShapeStyle="shape=stencil(tZRtTsQgEEBPw1+DJR7AoN6DbWftpAgE0Ortd/jYRGq72R+YNE2YgTePloEJGWblgA18ZuKFDcMj5/Sm8boZq+BgjCX4pTyqk6ZlKROitwusOMXKQDODx5iy4pXxZ5qTHiFHawxB0JrQZH7lCabQ0Fr+XWC1/E8zcsT/gAi+Subo2/3Mh6d/oJb5nU1b5tW7r2knautaa3T+U32o7f7vZwpJkaNDLORJjcu7t59m2jXxqX9un+tt022acsfmoKaQZ+vhhswZtS6Ne/ThQGt0IV0N3Yyv6P3CeT9/tHO0XFI5cAE=);whiteSpace=wrap;html=1;"; EditorUi.prototype.svgBrokenImage=Graph.createSvgImage(10,10,'<rect x="0" y="0" width="10" height="10" stroke="#000" fill="transparent"/><path d="m 0 0 L 10 10 L 0 10 L 10 0" stroke="#000" fill="transparent"/>');EditorUi.prototype.crossOriginImages=!mxClient.IS_IE;EditorUi.prototype.maxBackgroundSize=1600;EditorUi.prototype.maxImageSize=520;EditorUi.prototype.resampleThreshold=1E5;EditorUi.prototype.maxImageBytes=1E6;EditorUi.prototype.maxBackgroundBytes=25E5;EditorUi.prototype.currentFile=null;EditorUi.prototype.printPdfExport= !1;EditorUi.prototype.pdfPageExport=!0;EditorUi.prototype.formatEnabled="0"!=urlParams.format;EditorUi.prototype.closableScratchpad=!0;(function(){EditorUi.prototype.useCanvasForExport=!1;EditorUi.prototype.jpgSupported=!1;try{var a=document.createElement("canvas");EditorUi.prototype.canvasSupported=!(!a.getContext||!a.getContext("2d"))}catch(t){}try{var b=document.createElement("canvas"),c=new Image;c.onload=function(){try{b.getContext("2d").drawImage(c,0,0);var a=b.toDataURL("image/png");EditorUi.prototype.useCanvasForExport= -null!=a&&6<a.length}catch(k){}};c.src="data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1px" height="1px" version="1.1"><foreignObject pointer-events="all" width="1" height="1"><div xmlns="http://www.w3.org/1999/xhtml"></div></foreignObject></svg>')))}catch(t){}try{b=document.createElement("canvas");b.width=b.height=1;var e=b.toDataURL("image/jpeg");EditorUi.prototype.jpgSupported=null!==e.match("image/jpeg")}catch(t){}})(); +null!=a&&6<a.length}catch(m){}};c.src="data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1px" height="1px" version="1.1"><foreignObject pointer-events="all" width="1" height="1"><div xmlns="http://www.w3.org/1999/xhtml"></div></foreignObject></svg>')))}catch(t){}try{b=document.createElement("canvas");b.width=b.height=1;var e=b.toDataURL("image/jpeg");EditorUi.prototype.jpgSupported=null!==e.match("image/jpeg")}catch(t){}})(); EditorUi.prototype.openLink=function(a,b){return this.editor.graph.openLink(a,b)};EditorUi.prototype.showSplash=function(a){};EditorUi.prototype.getLocalData=function(a,b){b(localStorage.getItem(a))};EditorUi.prototype.setLocalData=function(a,b,c){localStorage.setItem(a,b);null!=c&&c()};EditorUi.prototype.removeLocalData=function(a,b){localStorage.removeItem(a);b()};EditorUi.prototype.setMathEnabled=function(a){this.editor.graph.mathEnabled=a;this.editor.updateGraphComponents();this.editor.graph.refresh(); this.fireEvent(new mxEventObject("mathEnabledChanged"))};EditorUi.prototype.isMathEnabled=function(a){return this.editor.graph.mathEnabled};EditorUi.prototype.isAppCache=function(){return"1"==urlParams.appcache||this.isOfflineApp()};EditorUi.prototype.isOfflineApp=function(){return"1"==urlParams.offline};EditorUi.prototype.isOffline=function(){return this.isOfflineApp()||!navigator.onLine||"1"==urlParams.stealth};EditorUi.prototype.createSpinner=function(a,b,c){c=null!=c?c:24;var d=new Spinner({lines:12, length:c,width:Math.round(c/3),radius:Math.round(c/2),rotate:0,color:"dark"==uiTheme?"#c0c0c0":"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,zIndex:2E9}),f=d.spin;d.spin=function(c,e){var g=!1;this.active||(f.call(this,c),this.active=!0,null!=e&&(g=document.createElement("div"),g.style.position="absolute",g.style.whiteSpace="nowrap",g.style.background="#4B4243",g.style.color="white",g.style.fontFamily="Helvetica, Arial",g.style.fontSize="9pt",g.style.padding="6px",g.style.paddingLeft="10px",g.style.paddingRight= "10px",g.style.zIndex=2E9,g.style.left=Math.max(0,a)+"px",g.style.top=Math.max(0,b+70)+"px",mxUtils.setPrefixedStyle(g.style,"borderRadius","6px"),mxUtils.setPrefixedStyle(g.style,"transform","translate(-50%,-50%)"),"dark"!=uiTheme&&mxUtils.setPrefixedStyle(g.style,"boxShadow","2px 2px 3px 0px #ddd"),g.innerHTML=e+"...",c.appendChild(g),d.status=g,mxClient.IS_VML&&(null==document.documentMode||8>=document.documentMode)&&(g.style.left=Math.round(Math.max(0,a-g.offsetWidth/2))+"px",g.style.top=Math.round(Math.max(0, b+70-g.offsetHeight/2))+"px")),this.pause=mxUtils.bind(this,function(){var a=function(){};this.active&&(a=mxUtils.bind(this,function(){this.spin(c,e)}));this.stop();return a}),g=!0);return g};var e=d.stop;d.stop=function(){e.call(this);this.active=!1;null!=d.status&&(d.status.parentNode.removeChild(d.status),d.status=null)};d.pause=function(){return function(){}};return d};EditorUi.parsePng=function(a,b,c){function d(a,d){var b=e;e+=d;return a.substring(b,e)}function f(a){a=d(a,4);return a.charCodeAt(3)+ -(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}var e=0;if(d(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=c&&c();else if(d(a,4),"IHDR"!=d(a,4))null!=c&&c();else{d(a,17);do{c=f(a);var g=d(a,4);if(null!=b&&b(e-8,g,c))break;value=d(a,c);d(a,4);if("IEND"==g)break}while(c)}};EditorUi.prototype.isCompatibleString=function(a){try{var d=mxUtils.parseXml(a),b=this.editor.extractGraphModel(d.documentElement,!0);return null!=b&&0==b.getElementsByTagName("parsererror").length}catch(p){}return!1}; -var a=EditorUi.prototype.extractGraphModelFromHtml;EditorUi.prototype.extractGraphModelFromHtml=function(d){var b=a.apply(this,arguments);if(null==b)try{var c=d.indexOf("<mxfile ");if(0<=c){var e=d.lastIndexOf("</mxfile>");e>c&&(b=d.substring(c,e+15).replace(/>/g,">").replace(/</g,"<").replace(/\\"/g,'"').replace(/\n/g,""))}else var t=mxUtils.parseXml(d),k=this.editor.extractGraphModel(t.documentElement,null!=this.pages||"hidden"==this.diagramContainer.style.visibility),b=null!= -k?mxUtils.getXml(k):""}catch(q){}return b};EditorUi.prototype.validateFileData=function(a){if(null!=a&&0<a.length){var d=a.indexOf('<meta charset="utf-8">');0<=d&&(a=a.slice(0,d)+'<meta charset="utf-8"/>'+a.slice(d+23-1,a.length))}return a};EditorUi.prototype.replaceFileData=function(a){a=this.validateFileData(a);a=null!=a&&0<a.length?mxUtils.parseXml(a).documentElement:null;var d=null!=a?this.editor.extractGraphModel(a,!0):null;null!=d&&(a=d);if(null!=a){d=this.editor.graph;d.model.beginUpdate(); -try{var b=null!=this.pages?this.pages.slice():null,c=a.getElementsByTagName("diagram");if("0"!=urlParams.pages||1<c.length||1==c.length&&c[0].hasAttribute("name")){this.fileNode=a;this.pages=null!=this.pages?this.pages:[];for(var e=c.length-1;0<=e;e--){var k=this.updatePageRoot(new DiagramPage(c[e]));null==k.getName()&&k.setName(mxResources.get("pageWithNumber",[e+1]));d.model.execute(new ChangePage(this,k,0==e?k:null,0))}}else"0"!=urlParams.pages&&null==this.fileNode&&(this.fileNode=a.ownerDocument.createElement("mxfile"), -this.currentPage=new DiagramPage(a.ownerDocument.createElement("diagram")),this.currentPage.setName(mxResources.get("pageWithNumber",[1])),d.model.execute(new ChangePage(this,this.currentPage,this.currentPage,0))),this.editor.setGraphXml(a),null!=this.currentPage&&(this.currentPage.root=this.editor.graph.model.root);if(null!=b)for(e=0;e<b.length;e++)d.model.execute(new ChangePage(this,b[e],null))}finally{d.model.endUpdate()}}};EditorUi.prototype.createFileData=function(a,b,c,e,t,k,q,h,m,l){b=null!= -b?b:this.editor.graph;t=null!=t?t:!1;m=null!=m?m:!0;var d,f=null;null==c||c.getMode()==App.MODE_DEVICE||c.getMode()==App.MODE_BROWSER?d="_blank":f=d=e;if(null==a)return"";var g=a;if("mxfile"!=g.nodeName.toLowerCase()){var p=b.zapGremlins(mxUtils.getXml(a)),g=b.compress(p);if(b.decompress(g)!=p)return p;p=a.ownerDocument.createElement("diagram");mxUtils.setTextContent(p,g);g=a.ownerDocument.createElement("mxfile");g.appendChild(p)}l?(g=g.cloneNode(!0),g.removeAttribute("userAgent"),g.removeAttribute("version"), -g.removeAttribute("editor"),g.removeAttribute("type")):(g.setAttribute("userAgent",navigator.userAgent),g.setAttribute("version",EditorUi.VERSION),g.setAttribute("editor","www.draw.io"),a=null!=c?c.getMode():this.mode,null!=a&&g.setAttribute("type",a));a=mxUtils.getXml(g);if(!k&&!t&&(q||null!=c&&/(\.html)$/i.test(c.getTitle())))a=this.getHtml2(mxUtils.getXml(g),b,null!=c?c.getTitle():null,d,f);else if(k||!t&&null!=c&&/(\.svg)$/i.test(c.getTitle()))null==c||c.getMode()!=App.MODE_DEVICE&&c.getMode()!= -App.MODE_BROWSER||(e=null),a=this.getEmbeddedSvg(a,b,e,null,h,m,f);return a};EditorUi.prototype.getXmlFileData=function(a,b){a=null!=a?a:!0;b=null!=b?b:!1;var d=this.editor.getGraphXml(a);if(a&&null!=this.fileNode&&null!=this.currentPage){var c=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(d)));mxUtils.setTextContent(this.currentPage.node,c);d=this.fileNode.cloneNode(!1);if(b)d.appendChild(this.currentPage.node);else for(var f=0;f<this.pages.length;f++){var e=this.pages[f].mapping; -this.currentPage!=this.pages[f]&&null!=e&&e.needsUpdate&&(c=(new mxCodec(mxUtils.createXmlDocument())).encode(e.graphModel),e.writeRealtimeToNode(c),c=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(c))),mxUtils.setTextContent(this.pages[f].node,c),e.needsUpdate=!1);d.appendChild(this.pages[f].node)}}return d};EditorUi.prototype.getFileData=function(a,b,c,e,t,k,q,h,m){t=null!=t?t:!0;q=null!=q?q:this.getXmlFileData(t,null!=k?k:!1);m=null!=m?m:this.getCurrentFile();k=this.editor.graph; -if(null!=this.pages&&this.currentPage!=this.pages[0]&&(b||!a&&null!=m&&/(\.svg)$/i.test(m.getTitle()))){k=this.createTemporaryGraph(k.getStylesheet());var d=k.getGlobalVariable,f=this.pages[0];k.getGlobalVariable=function(a){return"page"==a?f.getName():"pagenumber"==a?1:d.apply(this,arguments)};document.body.appendChild(k.container);k.model.setRoot(f.root)}a=this.createFileData(q,k,m,window.location.href,a,b,c,e,t,h);k!=this.editor.graph&&k.container.parentNode.removeChild(k.container);return a}; -EditorUi.prototype.getHtml=function(a,b,c,e,t,k){k=null!=k?k:!0;var d=null,f="https://www.draw.io/js/embed-static.min.js";if(null!=b){var d=k?b.getGraphBounds():b.getBoundingBox(b.getSelectionCells()),g=b.view.scale;k=Math.floor(d.x/g-b.view.translate.x);g=Math.floor(d.y/g-b.view.translate.y);d=b.background;null==t&&(b=this.getBasenames().join(";"),0<b.length&&(f="https://www.draw.io/embed.js?s="+b));a.setAttribute("x0",k);a.setAttribute("y0",g)}null!=a&&(a.setAttribute("pan","1"),a.setAttribute("zoom", +(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}var e=0;if(d(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=c&&c();else if(d(a,4),"IHDR"!=d(a,4))null!=c&&c();else{d(a,17);do{c=f(a);var g=d(a,4);if(null!=b&&b(e-8,g,c))break;value=d(a,c);d(a,4);if("IEND"==g)break}while(c)}};EditorUi.prototype.isCompatibleString=function(a){try{var d=mxUtils.parseXml(a),b=this.editor.extractGraphModel(d.documentElement,!0);return null!=b&&0==b.getElementsByTagName("parsererror").length}catch(q){}return!1}; +var a=EditorUi.prototype.extractGraphModelFromHtml;EditorUi.prototype.extractGraphModelFromHtml=function(d){var b=a.apply(this,arguments);if(null==b)try{var c=d.indexOf("<mxfile ");if(0<=c){var e=d.lastIndexOf("</mxfile>");e>c&&(b=d.substring(c,e+15).replace(/>/g,">").replace(/</g,"<").replace(/\\"/g,'"').replace(/\n/g,""))}else var t=mxUtils.parseXml(d),m=this.editor.extractGraphModel(t.documentElement,null!=this.pages||"hidden"==this.diagramContainer.style.visibility),b=null!= +m?mxUtils.getXml(m):""}catch(l){}return b};EditorUi.prototype.validateFileData=function(a){if(null!=a&&0<a.length){var d=a.indexOf('<meta charset="utf-8">');0<=d&&(a=a.slice(0,d)+'<meta charset="utf-8"/>'+a.slice(d+23-1,a.length))}return a};EditorUi.prototype.replaceFileData=function(a){a=this.validateFileData(a);a=null!=a&&0<a.length?mxUtils.parseXml(a).documentElement:null;var d=null!=a?this.editor.extractGraphModel(a,!0):null;null!=d&&(a=d);if(null!=a){d=this.editor.graph;d.model.beginUpdate(); +try{var b=null!=this.pages?this.pages.slice():null,c=a.getElementsByTagName("diagram");if("0"!=urlParams.pages||1<c.length||1==c.length&&c[0].hasAttribute("name")){this.fileNode=a;this.pages=null!=this.pages?this.pages:[];for(var e=c.length-1;0<=e;e--){var m=this.updatePageRoot(new DiagramPage(c[e]));null==m.getName()&&m.setName(mxResources.get("pageWithNumber",[e+1]));d.model.execute(new ChangePage(this,m,0==e?m:null,0))}}else"0"!=urlParams.pages&&null==this.fileNode&&(this.fileNode=a.ownerDocument.createElement("mxfile"), +this.currentPage=new DiagramPage(a.ownerDocument.createElement("diagram")),this.currentPage.setName(mxResources.get("pageWithNumber",[1])),d.model.execute(new ChangePage(this,this.currentPage,this.currentPage,0))),this.editor.setGraphXml(a),null!=this.currentPage&&(this.currentPage.root=this.editor.graph.model.root);if(null!=b)for(e=0;e<b.length;e++)d.model.execute(new ChangePage(this,b[e],null))}finally{d.model.endUpdate()}}};EditorUi.prototype.createFileData=function(a,b,c,e,t,m,l,h,n,k){b=null!= +b?b:this.editor.graph;t=null!=t?t:!1;n=null!=n?n:!0;var d,f=null;null==c||c.getMode()==App.MODE_DEVICE||c.getMode()==App.MODE_BROWSER?d="_blank":f=d=e;if(null==a)return"";var g=a;if("mxfile"!=g.nodeName.toLowerCase()){var q=b.zapGremlins(mxUtils.getXml(a)),g=b.compress(q);if(b.decompress(g)!=q)return q;q=a.ownerDocument.createElement("diagram");mxUtils.setTextContent(q,g);g=a.ownerDocument.createElement("mxfile");g.appendChild(q)}k?(g=g.cloneNode(!0),g.removeAttribute("userAgent"),g.removeAttribute("version"), +g.removeAttribute("editor"),g.removeAttribute("type")):(g.setAttribute("userAgent",navigator.userAgent),g.setAttribute("version",EditorUi.VERSION),g.setAttribute("editor","www.draw.io"),a=null!=c?c.getMode():this.mode,null!=a&&g.setAttribute("type",a));a=mxUtils.getXml(g);if(!m&&!t&&(l||null!=c&&/(\.html)$/i.test(c.getTitle())))a=this.getHtml2(mxUtils.getXml(g),b,null!=c?c.getTitle():null,d,f);else if(m||!t&&null!=c&&/(\.svg)$/i.test(c.getTitle()))null==c||c.getMode()!=App.MODE_DEVICE&&c.getMode()!= +App.MODE_BROWSER||(e=null),a=this.getEmbeddedSvg(a,b,e,null,h,n,f);return a};EditorUi.prototype.getXmlFileData=function(a,b){a=null!=a?a:!0;b=null!=b?b:!1;var d=this.editor.getGraphXml(a);if(a&&null!=this.fileNode&&null!=this.currentPage){var c=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(d)));mxUtils.setTextContent(this.currentPage.node,c);d=this.fileNode.cloneNode(!1);if(b)d.appendChild(this.currentPage.node);else for(var f=0;f<this.pages.length;f++){var e=this.pages[f].mapping; +this.currentPage!=this.pages[f]&&null!=e&&e.needsUpdate&&(c=(new mxCodec(mxUtils.createXmlDocument())).encode(e.graphModel),e.writeRealtimeToNode(c),c=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(c))),mxUtils.setTextContent(this.pages[f].node,c),e.needsUpdate=!1);d.appendChild(this.pages[f].node)}}return d};EditorUi.prototype.getFileData=function(a,b,c,e,t,m,l,h,n){t=null!=t?t:!0;l=null!=l?l:this.getXmlFileData(t,null!=m?m:!1);n=null!=n?n:this.getCurrentFile();m=this.editor.graph; +if(null!=this.pages&&this.currentPage!=this.pages[0]&&(b||!a&&null!=n&&/(\.svg)$/i.test(n.getTitle()))){m=this.createTemporaryGraph(m.getStylesheet());var d=m.getGlobalVariable,f=this.pages[0];m.getGlobalVariable=function(a){return"page"==a?f.getName():"pagenumber"==a?1:d.apply(this,arguments)};document.body.appendChild(m.container);m.model.setRoot(f.root)}a=this.createFileData(l,m,n,window.location.href,a,b,c,e,t,h);m!=this.editor.graph&&m.container.parentNode.removeChild(m.container);return a}; +EditorUi.prototype.getHtml=function(a,b,c,e,t,m){m=null!=m?m:!0;var d=null,f="https://www.draw.io/js/embed-static.min.js";if(null!=b){var d=m?b.getGraphBounds():b.getBoundingBox(b.getSelectionCells()),g=b.view.scale;m=Math.floor(d.x/g-b.view.translate.x);g=Math.floor(d.y/g-b.view.translate.y);d=b.background;null==t&&(b=this.getBasenames().join(";"),0<b.length&&(f="https://www.draw.io/embed.js?s="+b));a.setAttribute("x0",m);a.setAttribute("y0",g)}null!=a&&(a.setAttribute("pan","1"),a.setAttribute("zoom", "1"),a.setAttribute("resize","0"),a.setAttribute("fit","0"),a.setAttribute("border","20"),a.setAttribute("links","1"),null!=e&&a.setAttribute("edit",e));null!=t&&(t=t.replace(/&/g,"&"));a=null!=a?this.editor.graph.zapGremlins(mxUtils.getXml(a)):"";e=this.editor.graph.compress(a);this.editor.graph.decompress(e)!=a&&(e=encodeURIComponent(a));return(null==t?'\x3c!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" ><![endif]--\x3e\n':"")+"<!DOCTYPE html>\n<html"+(null!=t?' xmlns="http://www.w3.org/1999/xhtml">': ">")+"\n<head>\n"+(null==t?null!=c?"<title>"+mxUtils.htmlEntities(c)+"</title>\n":"":"<title>Draw.io Diagram</title>\n")+(null!=t?'<meta http-equiv="refresh" content="0;URL=\''+t+"'\"/>\n":"")+"</head>\n<body"+(null==t&&null!=d&&d!=mxConstants.NONE?' style="background-color:'+d+';">':">")+'\n<div class="mxgraph" style="position:relative;overflow:auto;width:100%;">\n<div style="width:1px;height:1px;overflow:hidden;">'+e+"</div>\n</div>\n"+(null==t?'<script type="text/javascript" src="'+f+'">\x3c/script>': '<a style="position:absolute;top:50%;left:50%;margin-top:-128px;margin-left:-64px;" href="'+t+'" target="_blank"><img border="0" src="https://www.draw.io/images/drawlogo128.png"/></a>')+"\n</body>\n</html>\n"};EditorUi.prototype.getHtml2=function(a,b,c,e,t){null!=t&&(t=t.replace(/&/g,"&"));a={highlight:"#0000ff",nav:this.editor.graph.foldingEnabled,resize:!0,xml:this.editor.graph.zapGremlins(a),toolbar:"pages zoom layers lightbox"};null!=this.pages&&null!=this.currentPage&&(a.page=mxUtils.indexOf(this.pages, @@ -2757,48 +2761,48 @@ this.currentPage));return(null==t?'\x3c!--[if IE]><meta http-equiv="X-UA-Compati mxUtils.htmlEntities(JSON.stringify(a))+'"></div>\n'+(null==t?'<script type="text/javascript" src="https://www.draw.io/js/viewer.min.js">\x3c/script>':'<a style="position:absolute;top:50%;left:50%;margin-top:-128px;margin-left:-64px;" href="'+t+'" target="_blank"><img border="0" src="https://www.draw.io/images/drawlogo128.png"/></a>')+"\n</body>\n</html>\n"};EditorUi.prototype.setFileData=function(a){a=this.validateFileData(a);this.pages=this.fileNode=this.currentPage=null;var d=null!=a&&0<a.length? mxUtils.parseXml(a).documentElement:null;a=null!=d?this.editor.extractGraphModel(d,!0):null;null!=a&&(d=a);if(null!=d&&"mxfile"==d.nodeName&&(a=d.getElementsByTagName("diagram"),"0"!=urlParams.pages||1<a.length||1==a.length&&a[0].hasAttribute("name"))){this.fileNode=d;this.pages=[];for(d=0;d<a.length;d++){var b=new DiagramPage(a[d]);null==b.getName()&&b.setName(mxResources.get("pageWithNumber",[d+1]));this.pages.push(b)}this.currentPage=this.pages[Math.max(0,Math.min(this.pages.length-1,urlParams.page|| 0))];d=this.currentPage.node}"0"!=urlParams.pages&&null==this.fileNode&&null!=d&&(this.fileNode=d.ownerDocument.createElement("mxfile"),this.currentPage=new DiagramPage(d.ownerDocument.createElement("diagram")),this.currentPage.setName(mxResources.get("pageWithNumber",[1])),this.pages=[this.currentPage]);this.editor.setGraphXml(d);null!=this.currentPage&&(this.currentPage.root=this.editor.graph.model.root)};EditorUi.prototype.getBaseFilename=function(a){var d=this.getCurrentFile(),d=null!=d&&null!= -d.getTitle()?d.getTitle():this.defaultFilename;if(/(\.xml)$/i.test(d)||/(\.html)$/i.test(d)||/(\.svg)$/i.test(d)||/(\.png)$/i.test(d))d=d.substring(0,d.lastIndexOf("."));!a&&null!=this.pages&&1<this.pages.length&&null!=this.currentPage&&null!=this.currentPage.node.getAttribute("name")&&0<this.currentPage.getName().length&&(d=d+"-"+this.currentPage.getName());return d};EditorUi.prototype.downloadFile=function(a,b,c,e,t,k,q){try{e=null!=e?e:this.editor.graph.isSelectionEmpty();var d=this.getBaseFilename(!t), +d.getTitle()?d.getTitle():this.defaultFilename;if(/(\.xml)$/i.test(d)||/(\.html)$/i.test(d)||/(\.svg)$/i.test(d)||/(\.png)$/i.test(d))d=d.substring(0,d.lastIndexOf("."));!a&&null!=this.pages&&1<this.pages.length&&null!=this.currentPage&&null!=this.currentPage.node.getAttribute("name")&&0<this.currentPage.getName().length&&(d=d+"-"+this.currentPage.getName());return d};EditorUi.prototype.downloadFile=function(a,b,c,e,t,m,l){try{e=null!=e?e:this.editor.graph.isSelectionEmpty();var d=this.getBaseFilename(!t), f=d+"."+a;if("xml"==a){var g='<?xml version="1.0" encoding="UTF-8"?>\n'+(b?mxUtils.getXml(this.editor.getGraphXml(e)):this.getFileData(!0,null,null,null,e,t));this.saveData(f,a,g,"text/xml")}else if("html"==a)g=this.getHtml2(this.getFileData(!0),this.editor.graph,d),this.saveData(f,a,g,"text/html");else if("svg"!=a&&"xmlsvg"!=a||!this.spinner.spin(document.body,mxResources.get("export")))"xmlpng"==a?f=d+".png":"jpeg"==a&&(f=d+".jpg"),this.saveRequest(f,a,mxUtils.bind(this,function(d,b){try{var c= -this.editor.graph.pageVisible;null!=k&&(this.editor.graph.pageVisible=k);var f=this.createDownloadRequest(d,a,e,b,q);this.editor.graph.pageVisible=c;return f}catch(z){this.handleError(z)}}));else{var p=null,h=mxUtils.bind(this,function(a){a.length<=MAX_REQUEST_SIZE?this.saveData(f,"svg",a,"image/svg+xml"):this.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(p)}))});if("svg"==a){var m=this.editor.graph.background;if(q||m== -mxConstants.NONE)m=null;var n=this.editor.graph.getSvg(m,null,null,null,null,e);c&&this.editor.graph.addSvgShadow(n);this.convertImages(n,mxUtils.bind(this,mxUtils.bind(this,function(a){this.spinner.stop();h('<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n'+mxUtils.getXml(a))})))}else f=d+".svg",p=this.getFileData(!1,!0,null,mxUtils.bind(this,function(a){this.spinner.stop();h(a)}),e)}}catch(F){this.handleError(F)}}; +this.editor.graph.pageVisible;null!=m&&(this.editor.graph.pageVisible=m);var f=this.createDownloadRequest(d,a,e,b,l);this.editor.graph.pageVisible=c;return f}catch(z){this.handleError(z)}}));else{var q=null,h=mxUtils.bind(this,function(a){a.length<=MAX_REQUEST_SIZE?this.saveData(f,"svg",a,"image/svg+xml"):this.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(q)}))});if("svg"==a){var n=this.editor.graph.background;if(l||n== +mxConstants.NONE)n=null;var p=this.editor.graph.getSvg(n,null,null,null,null,e);c&&this.editor.graph.addSvgShadow(p);this.convertImages(p,mxUtils.bind(this,mxUtils.bind(this,function(a){this.spinner.stop();h('<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n'+mxUtils.getXml(a))})))}else f=d+".svg",q=this.getFileData(!1,!0,null,mxUtils.bind(this,function(a){this.spinner.stop();h(a)}),e)}}catch(F){this.handleError(F)}}; EditorUi.prototype.createDownloadRequest=function(a,b,c,e,t){var d=this.editor.graph.getGraphBounds();c=this.getFileData(!0,null,null,null,c,"xmlpng"!=b);var f="";if(d.width*d.height>MAX_AREA||c.length>MAX_REQUEST_SIZE)throw{message:mxResources.get("drawingTooLarge")};d="0";if("xmlpng"==b&&(d="1",b="png",null!=this.pages&&null!=this.currentPage))for(var g=0;g<this.pages.length;g++)if(this.pages[g]==this.currentPage){f="&from="+g;break}g=this.editor.graph.background;"png"==b&&t&&(g=mxConstants.NONE); return new mxXmlRequest(EXPORT_URL,"format="+b+f+"&bg="+(null!=g?g:mxConstants.NONE)+"&base64="+e+"&embedXml="+d+"&xml="+encodeURIComponent(c)+(null!=a?"&filename="+encodeURIComponent(a):""))};EditorUi.prototype.setMode=function(a,b){this.mode=a};EditorUi.prototype.loadDescriptor=function(a,b,c){var d=window.location.hash,f=mxUtils.bind(this,function(c){var f=null!=a.data?a.data:"";null!=c&&0<c.length&&(0<f.length&&(f+="\n"),f+=c);c=new LocalFile(this,"csv"!=a.format&&0<f.length?f:this.emptyDiagramXml, -null!=urlParams.title?decodeURIComponent(urlParams.title):this.defaultFilename,!0);c.getHash=function(){return d};this.fileLoaded(c);"csv"==a.format&&this.importCsv(f,mxUtils.bind(this,function(a){this.editor.undoManager.clear();this.editor.setModified(!1);this.editor.setStatus("")}));if(null!=a.update){var e=null!=a.interval?parseInt(a.interval):6E4,g=null,k=mxUtils.bind(this,function(){var d=this.currentPage;mxUtils.post(a.update,"xml="+encodeURIComponent(mxUtils.getXml(this.editor.getGraphXml())), -mxUtils.bind(this,function(a){d===this.currentPage&&(200<=a.getStatus()&&300>=a.getStatus()?(this.updateDiagram(a.getText()),p()):this.handleError({message:mxResources.get("error")+" "+a.getStatus()}))}),mxUtils.bind(this,function(a){this.handleError(a)}))}),p=mxUtils.bind(this,function(){window.clearTimeout(g);g=window.setTimeout(k,e)});this.editor.addListener("pageSelected",mxUtils.bind(this,function(){p();k()}));p();k()}null!=b&&b()});if(null!=a.url){var e=a.url;/^https?:\/\//.test(e)&&!this.isCorsEnabledForUrl(e)&& -(e=PROXY_URL+"?url="+encodeURIComponent(a.url));this.loadUrl(e,mxUtils.bind(this,function(a){f(a)}),mxUtils.bind(this,function(a){null!=c&&c(a)}))}else f(a.data)};EditorUi.prototype.updateDiagram=function(a){function d(a){var d=new mxCellOverlay(a.image||c.warningImage,a.tooltip,a.align,a.valign,a.offset);d.addListener(mxEvent.CLICK,function(d,b){editorUi.alert(a.tooltip)});return d}var b=null;if(null!=a&&0<a.length&&(b=mxUtils.parseXml(a),a=null!=b?b.documentElement:null,null!=a&&"updates"==a.nodeName)){var c= -this.editor.graph,e=c.getModel();e.beginUpdate();var k=null;try{for(a=a.firstChild;null!=a;){if("update"==a.nodeName){var q=e.getCell(a.getAttribute("id"));if(null!=q){try{var h=a.getAttribute("value");if(null!=h){var m=mxUtils.parseXml(h).documentElement;if(null!=m)if("1"==m.getAttribute("replace-value"))e.setValue(q,m);else for(var l=m.attributes,n=0;n<l.length;n++)c.setAttributeForCell(q,l[n].nodeName,0<l[n].nodeValue.length?l[n].nodeValue:null)}}catch(z){null!=window.console&&console.log("Error in value for "+ -q.id+": "+z)}try{var v=a.getAttribute("style");null!=v&&c.model.setStyle(q,v)}catch(z){null!=window.console&&console.log("Error in style for "+q.id+": "+z)}try{var r=a.getAttribute("icon");if(null!=r){var u=0<r.length?JSON.parse(r):null;null!=u&&u.append||c.removeCellOverlays(q);null!=u&&c.addCellOverlay(q,d(u))}}catch(z){null!=window.console&&console.log("Error in icon for "+q.id+": "+z)}try{var F=a.getAttribute("geometry");if(null!=F){var F=JSON.parse(F),w=c.getCellGeometry(q);if(null!=w){w=w.clone(); -for(key in F){var G=parseFloat(F[key]);"dx"==key?w.x+=G:"dy"==key?w.y+=G:"dw"==key?w.width+=G:"dh"==key?w.height+=G:w[key]=parseFloat(F[key])}c.model.setGeometry(q,w)}}}catch(z){null!=window.console&&console.log("Error in icon for "+q.id+": "+z)}}}else if("model"==a.nodeName){for(var I=a.firstChild;null!=I&&I.nodeType!=mxConstants.NODETYPE_ELEMENT;)I=I.nextSibling;null!=I&&(new mxCodec(a.firstChild)).decode(I,e)}else if("view"==a.nodeName){if(a.hasAttribute("scale")&&(c.view.scale=parseFloat(a.getAttribute("scale"))), -a.hasAttribute("dx")||a.hasAttribute("dy"))c.view.translate=new mxPoint(parseFloat(a.getAttribute("dx")||0),parseFloat(a.getAttribute("dy")||0))}else"fit"==a.nodeName&&(k=a.hasAttribute("max-scale")?parseFloat(a.getAttribute("max-scale")):1);a=a.nextSibling}}finally{e.endUpdate()}null!=k&&this.chromelessResize&&this.chromelessResize(!0,k)}return b};EditorUi.prototype.fileLoaded=function(a){var d=!1;this.hideDialog();var b=this.getCurrentFile();this.setCurrentFile(null);null!=b&&(b.removeListener(this.descriptorChangedListener), -b.close());this.editor.graph.model.clear();this.editor.undoManager.clear();var c=mxUtils.bind(this,function(){this.setGraphEnabled(!1);this.setCurrentFile(null);null!=b&&this.updateDocumentTitle();this.editor.graph.model.clear();this.editor.undoManager.clear();this.setBackgroundImage(null);null!=window.location.hash&&0<window.location.hash.length&&(window.location.hash="");null!=this.fname&&(this.fnameWrapper.style.display="none",this.fname.innerHTML="",this.fname.setAttribute("title",mxResources.get("rename"))); -this.editor.setStatus("");this.updateUi();this.showSplash()});if(null!=a)try{this.setCurrentFile(a);a.addListener("descriptorChanged",this.descriptorChangedListener);a.addListener("contentChanged",this.descriptorChangedListener);a.open();this.setGraphEnabled(!0);this.setMode(a.getMode());this.editor.undoManager.clear();this.descriptorChanged();this.updateUi();null==a.realtime&&(a.isEditable()?this.editor.setStatus(""):this.editor.setStatus('<span class="geStatusAlert" style="margin-left:8px;">'+mxUtils.htmlEntities(mxResources.get("readOnly"))+ -"</span>"));!this.editor.isChromelessView()||this.editor.editable?(this.editor.graph.selectUnlockedLayer(),this.showLayersDialog(),this.restoreLibraries(),window.self!==window.top&&window.focus()):this.editor.graph.isLightboxView()&&this.lightboxFit();this.chromelessResize&&this.chromelessResize();this.editor.fireEvent(new mxEventObject("fileLoaded"));d=!0;this.isOffline()||null==a.getMode()||this.logEvent({category:"File",action:"open",label:a.getMode()});if(this.mode==a.getMode()&&a.getMode()!= -App.MODE_DEVICE&&null!=a.getMode())try{this.addRecent({id:a.getHash(),title:a.getTitle(),mode:a.getMode()})}catch(t){}try{mxSettings.setOpenCounter(mxSettings.getOpenCounter()+1),mxSettings.save()}catch(t){}}catch(t){null!=window.console&&console.log("error in fileLoaded:",a,t);if(EditorUi.enableLogging&&!this.isOffline())try{(new Image).src=(null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"")+"/log?v="+encodeURIComponent(EditorUi.VERSION)+"&msg=errorInFileLoaded:url:"+encodeURIComponent(window.location.href)+ -(null!=t&&null!=t.message?":err:"+encodeURIComponent(t.message):"")+(null!=t&&null!=t.stack?"&stack="+encodeURIComponent(t.stack):"")}catch(k){}this.handleError(t,mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){null!=urlParams.url&&this.spinner.spin(document.body,mxResources.get("reconnecting"))?window.location.search=this.getSearch(["url"]):null!=b?b.constructor==DriveFile?this.loadFile(b.getHash()):this.fileLoaded(b):c()}))}else c();return d};EditorUi.prototype.descriptorChanged= -function(){};EditorUi.prototype.logEvent=function(a){if(EditorUi.enableLogging)try{var d=null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"";(new Image).src=d+"/images/1x1.png?v="+encodeURIComponent(EditorUi.VERSION)+(null!=a?"&data="+encodeURIComponent(JSON.stringify(a)):"")}catch(g){}};EditorUi.prototype.restoreLibraries=function(){};EditorUi.prototype.saveLibrary=function(a,b,c,e,t,k,q){};EditorUi.prototype.isScratchpadEnabled=function(){return isLocalStorage||mxClient.IS_CHROMEAPP};EditorUi.prototype.toggleScratchpad= -function(){this.isScratchpadEnabled()&&(null==this.scratchpad?this.getLocalData(".scratchpad",mxUtils.bind(this,function(a){null==a&&(a=this.emptyLibraryXml);this.loadLibrary(new StorageLibrary(this,a,".scratchpad"))})):this.closeLibrary(this.scratchpad))};EditorUi.prototype.createLibraryDataFromImages=function(a){var d=mxUtils.createXmlDocument(),b=d.createElement("mxlibrary");mxUtils.setTextContent(b,JSON.stringify(a));d.appendChild(b);return mxUtils.getXml(d)};EditorUi.prototype.closeLibrary=function(a){null!= -a&&(this.removeLibrarySidebar(a.getHash()),a.constructor!=LocalLibrary&&mxSettings.removeCustomLibrary(a.getHash()),".scratchpad"==a.title&&(this.scratchpad=null))};EditorUi.prototype.removeLibrarySidebar=function(a){var d=this.sidebar.palettes[a];if(null!=d){for(var b=0;b<d.length;b++)d[b].parentNode.removeChild(d[b]);delete this.sidebar.palettes[a]}};EditorUi.prototype.repositionLibrary=function(a){var d=this.sidebar.container;if(null==a){var b=this.sidebar.palettes["L.scratchpad"];null==b&&(b= -this.sidebar.palettes.search);null!=b&&(a=b[b.length-1].nextSibling)}a=null!=a?a:d.firstChild.nextSibling.nextSibling;var b=d.lastChild,c=b.previousSibling;d.insertBefore(b,a);d.insertBefore(c,b)};EditorUi.prototype.loadLibrary=function(a){var d=mxUtils.parseXml(a.getData());if("mxlibrary"==d.documentElement.nodeName){var b=JSON.parse(mxUtils.getTextContent(d.documentElement));this.libraryLoaded(a,b,d.documentElement.getAttribute("title"))}else throw{message:mxResources.get("notALibraryFile")};}; -EditorUi.prototype.getLibraryStorageHint=function(a){return""};EditorUi.prototype.libraryLoaded=function(a,b,c){if(null!=this.sidebar){a.constructor!=LocalLibrary&&mxSettings.addCustomLibrary(a.getHash());".scratchpad"==a.title&&(this.scratchpad=a);var d=this.sidebar.palettes[a.getHash()],d=null!=d?d[d.length-1].nextSibling:null;this.removeLibrarySidebar(a.getHash());var f=null,e=mxUtils.bind(this,function(d,b){if(0==d.length&&a.isEditable())null==f&&(f=document.createElement("div"),mxUtils.setPrefixedStyle(f.style, -"borderRadius","6px"),f.style.border="3px dotted lightGray",f.style.textAlign="center",f.style.padding="8px",f.style.color="#B3B3B3",mxUtils.write(f,mxResources.get("dragElementsHere"))),b.appendChild(f);else for(var c=0;c<d.length;c++){var e=d[c],g=e.data;if(null!=g){var g=this.convertDataUri(g),k="shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;";"fixed"==e.aspect&&(k+="aspect=fixed;");b.appendChild(this.sidebar.createVertexTemplate(k+"image="+g,e.w,e.h,"",e.title||"",!1, +null!=urlParams.title?decodeURIComponent(urlParams.title):this.defaultFilename,!0);c.getHash=function(){return d};this.fileLoaded(c);"csv"==a.format&&this.importCsv(f,mxUtils.bind(this,function(a){this.editor.undoManager.clear();this.editor.setModified(!1);this.editor.setStatus("")}));if(null!=a.update){var e=null!=a.interval?parseInt(a.interval):6E4,g=null,l=mxUtils.bind(this,function(){var d=this.currentPage;mxUtils.post(a.update,"xml="+encodeURIComponent(mxUtils.getXml(this.editor.getGraphXml())), +mxUtils.bind(this,function(a){d===this.currentPage&&(200<=a.getStatus()&&300>=a.getStatus()?(this.updateDiagram(a.getText()),m()):this.handleError({message:mxResources.get("error")+" "+a.getStatus()}))}),mxUtils.bind(this,function(a){this.handleError(a)}))}),m=mxUtils.bind(this,function(){window.clearTimeout(g);g=window.setTimeout(l,e)});this.editor.addListener("pageSelected",mxUtils.bind(this,function(){m();l()}));m();l()}null!=b&&b()});if(null!=a.url&&0<a.url.length){var e=a.url;/^https?:\/\//.test(e)&& +!this.isCorsEnabledForUrl(e)&&(e=PROXY_URL+"?url="+encodeURIComponent(a.url));this.loadUrl(e,mxUtils.bind(this,function(a){f(a)}),mxUtils.bind(this,function(a){null!=c&&c(a)}))}else f("")};EditorUi.prototype.updateDiagram=function(a){function d(a){var d=new mxCellOverlay(a.image||c.warningImage,a.tooltip,a.align,a.valign,a.offset);d.addListener(mxEvent.CLICK,function(d,b){editorUi.alert(a.tooltip)});return d}var b=null;if(null!=a&&0<a.length&&(b=mxUtils.parseXml(a),a=null!=b?b.documentElement:null, +null!=a&&"updates"==a.nodeName)){var c=this.editor.graph,e=c.getModel();e.beginUpdate();var m=null;try{for(a=a.firstChild;null!=a;){if("update"==a.nodeName){var l=e.getCell(a.getAttribute("id"));if(null!=l){try{var h=a.getAttribute("value");if(null!=h){var n=mxUtils.parseXml(h).documentElement;if(null!=n)if("1"==n.getAttribute("replace-value"))e.setValue(l,n);else for(var k=n.attributes,p=0;p<k.length;p++)c.setAttributeForCell(l,k[p].nodeName,0<k[p].nodeValue.length?k[p].nodeValue:null)}}catch(z){null!= +window.console&&console.log("Error in value for "+l.id+": "+z)}try{var v=a.getAttribute("style");null!=v&&c.model.setStyle(l,v)}catch(z){null!=window.console&&console.log("Error in style for "+l.id+": "+z)}try{var r=a.getAttribute("icon");if(null!=r){var u=0<r.length?JSON.parse(r):null;null!=u&&u.append||c.removeCellOverlays(l);null!=u&&c.addCellOverlay(l,d(u))}}catch(z){null!=window.console&&console.log("Error in icon for "+l.id+": "+z)}try{var F=a.getAttribute("geometry");if(null!=F){var F=JSON.parse(F), +B=c.getCellGeometry(l);if(null!=B){B=B.clone();for(key in F){var M=parseFloat(F[key]);"dx"==key?B.x+=M:"dy"==key?B.y+=M:"dw"==key?B.width+=M:"dh"==key?B.height+=M:B[key]=parseFloat(F[key])}c.model.setGeometry(l,B)}}}catch(z){null!=window.console&&console.log("Error in icon for "+l.id+": "+z)}}}else if("model"==a.nodeName){for(var x=a.firstChild;null!=x&&x.nodeType!=mxConstants.NODETYPE_ELEMENT;)x=x.nextSibling;null!=x&&(new mxCodec(a.firstChild)).decode(x,e)}else if("view"==a.nodeName){if(a.hasAttribute("scale")&& +(c.view.scale=parseFloat(a.getAttribute("scale"))),a.hasAttribute("dx")||a.hasAttribute("dy"))c.view.translate=new mxPoint(parseFloat(a.getAttribute("dx")||0),parseFloat(a.getAttribute("dy")||0))}else"fit"==a.nodeName&&(m=a.hasAttribute("max-scale")?parseFloat(a.getAttribute("max-scale")):1);a=a.nextSibling}}finally{e.endUpdate()}null!=m&&this.chromelessResize&&this.chromelessResize(!0,m)}return b};EditorUi.prototype.fileLoaded=function(a){var d=!1;this.hideDialog();var b=this.getCurrentFile();this.setCurrentFile(null); +null!=b&&(b.removeListener(this.descriptorChangedListener),b.close());this.editor.graph.model.clear();this.editor.undoManager.clear();var c=mxUtils.bind(this,function(){this.setGraphEnabled(!1);this.setCurrentFile(null);null!=b&&this.updateDocumentTitle();this.editor.graph.model.clear();this.editor.undoManager.clear();this.setBackgroundImage(null);null!=window.location.hash&&0<window.location.hash.length&&(window.location.hash="");null!=this.fname&&(this.fnameWrapper.style.display="none",this.fname.innerHTML= +"",this.fname.setAttribute("title",mxResources.get("rename")));this.editor.setStatus("");this.updateUi();this.showSplash()});if(null!=a)try{this.setCurrentFile(a);a.addListener("descriptorChanged",this.descriptorChangedListener);a.addListener("contentChanged",this.descriptorChangedListener);a.open();this.setGraphEnabled(!0);this.setMode(a.getMode());this.editor.undoManager.clear();this.descriptorChanged();this.updateUi();null==a.realtime&&(a.isEditable()?this.editor.setStatus(""):this.editor.setStatus('<span class="geStatusAlert" style="margin-left:8px;">'+ +mxUtils.htmlEntities(mxResources.get("readOnly"))+"</span>"));!this.editor.isChromelessView()||this.editor.editable?(this.editor.graph.selectUnlockedLayer(),this.showLayersDialog(),this.restoreLibraries(),window.self!==window.top&&window.focus()):this.editor.graph.isLightboxView()&&this.lightboxFit();this.chromelessResize&&this.chromelessResize();this.editor.fireEvent(new mxEventObject("fileLoaded"));d=!0;this.isOffline()||null==a.getMode()||this.logEvent({category:"File",action:"open",label:a.getMode()}); +if(this.mode==a.getMode()&&a.getMode()!=App.MODE_DEVICE&&null!=a.getMode())try{this.addRecent({id:a.getHash(),title:a.getTitle(),mode:a.getMode()})}catch(t){}try{mxSettings.setOpenCounter(mxSettings.getOpenCounter()+1),mxSettings.save()}catch(t){}}catch(t){null!=window.console&&console.log("error in fileLoaded:",a,t);if(EditorUi.enableLogging&&!this.isOffline())try{(new Image).src=(null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"")+"/log?v="+encodeURIComponent(EditorUi.VERSION)+"&msg=errorInFileLoaded:url:"+ +encodeURIComponent(window.location.href)+(null!=t&&null!=t.message?":err:"+encodeURIComponent(t.message):"")+(null!=t&&null!=t.stack?"&stack="+encodeURIComponent(t.stack):"")}catch(m){}this.handleError(t,mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){null!=urlParams.url&&this.spinner.spin(document.body,mxResources.get("reconnecting"))?window.location.search=this.getSearch(["url"]):null!=b?b.constructor==DriveFile?this.loadFile(b.getHash()):this.fileLoaded(b):c()}))}else c();return d}; +EditorUi.prototype.descriptorChanged=function(){};EditorUi.prototype.logEvent=function(a){if(EditorUi.enableLogging)try{var d=null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"";(new Image).src=d+"/images/1x1.png?v="+encodeURIComponent(EditorUi.VERSION)+(null!=a?"&data="+encodeURIComponent(JSON.stringify(a)):"")}catch(g){}};EditorUi.prototype.restoreLibraries=function(){};EditorUi.prototype.saveLibrary=function(a,b,c,e,t,m,l){};EditorUi.prototype.isScratchpadEnabled=function(){return isLocalStorage|| +mxClient.IS_CHROMEAPP};EditorUi.prototype.toggleScratchpad=function(){this.isScratchpadEnabled()&&(null==this.scratchpad?this.getLocalData(".scratchpad",mxUtils.bind(this,function(a){null==a&&(a=this.emptyLibraryXml);this.loadLibrary(new StorageLibrary(this,a,".scratchpad"))})):this.closeLibrary(this.scratchpad))};EditorUi.prototype.createLibraryDataFromImages=function(a){var d=mxUtils.createXmlDocument(),b=d.createElement("mxlibrary");mxUtils.setTextContent(b,JSON.stringify(a));d.appendChild(b); +return mxUtils.getXml(d)};EditorUi.prototype.closeLibrary=function(a){null!=a&&(this.removeLibrarySidebar(a.getHash()),a.constructor!=LocalLibrary&&mxSettings.removeCustomLibrary(a.getHash()),".scratchpad"==a.title&&(this.scratchpad=null))};EditorUi.prototype.removeLibrarySidebar=function(a){var d=this.sidebar.palettes[a];if(null!=d){for(var b=0;b<d.length;b++)d[b].parentNode.removeChild(d[b]);delete this.sidebar.palettes[a]}};EditorUi.prototype.repositionLibrary=function(a){var d=this.sidebar.container; +if(null==a){var b=this.sidebar.palettes["L.scratchpad"];null==b&&(b=this.sidebar.palettes.search);null!=b&&(a=b[b.length-1].nextSibling)}a=null!=a?a:d.firstChild.nextSibling.nextSibling;var b=d.lastChild,c=b.previousSibling;d.insertBefore(b,a);d.insertBefore(c,b)};EditorUi.prototype.loadLibrary=function(a){var d=mxUtils.parseXml(a.getData());if("mxlibrary"==d.documentElement.nodeName){var b=JSON.parse(mxUtils.getTextContent(d.documentElement));this.libraryLoaded(a,b,d.documentElement.getAttribute("title"))}else throw{message:mxResources.get("notALibraryFile")}; +};EditorUi.prototype.getLibraryStorageHint=function(a){return""};EditorUi.prototype.libraryLoaded=function(a,b,c){if(null!=this.sidebar){a.constructor!=LocalLibrary&&mxSettings.addCustomLibrary(a.getHash());".scratchpad"==a.title&&(this.scratchpad=a);var d=this.sidebar.palettes[a.getHash()],d=null!=d?d[d.length-1].nextSibling:null;this.removeLibrarySidebar(a.getHash());var f=null,e=mxUtils.bind(this,function(d,b){if(0==d.length&&a.isEditable())null==f&&(f=document.createElement("div"),mxUtils.setPrefixedStyle(f.style, +"borderRadius","6px"),f.style.border="3px dotted lightGray",f.style.textAlign="center",f.style.padding="8px",f.style.color="#B3B3B3",mxUtils.write(f,mxResources.get("dragElementsHere"))),b.appendChild(f);else for(var c=0;c<d.length;c++){var e=d[c],g=e.data;if(null!=g){var g=this.convertDataUri(g),l="shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;";"fixed"==e.aspect&&(l+="aspect=fixed;");b.appendChild(this.sidebar.createVertexTemplate(l+"image="+g,e.w,e.h,"",e.title||"",!1, !1,!0))}else null!=e.xml&&(g=this.stringToCells(this.editor.graph.decompress(e.xml)),0<g.length&&b.appendChild(this.sidebar.createVertexTemplateFromCells(g,e.w,e.h,e.title||"",!0,!1,!0)))}});if(null!=this.sidebar&&null!=b)for(var g=0;g<b.length;g++)mxUtils.bind(this,function(a){var d=a.data;null!=d&&null!=a.title?this.sidebar.addEntry(a.title,mxUtils.bind(this,function(){d=this.convertDataUri(d);var b="shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;";"fixed"==a.aspect&&(b+= -"aspect=fixed;");return this.sidebar.createVertexTemplate(b+"image="+d,a.w,a.h,"",a.title||"",!1,!1,!0)})):null!=a.xml&&null!=a.title&&this.sidebar.addEntry(a.title,mxUtils.bind(this,function(){var d=this.stringToCells(this.editor.graph.decompress(a.xml));return this.sidebar.createVertexTemplateFromCells(d,a.w,a.h,a.title||"",!0,!1,!0)}))})(b[g]);c=null!=c&&0<c.length?c:a.getTitle();var h=this.sidebar.addPalette(a.getHash(),c,!0,mxUtils.bind(this,function(a){e(b,a)}));this.repositionLibrary(d);var m= -h.parentNode.previousSibling;c=m.getAttribute("title");null!=c&&0<c.length&&".scratchpad"!=a.title&&m.setAttribute("title",this.getLibraryStorageHint(a)+"\n"+c);var l=document.createElement("div");l.style.position="absolute";l.style.right="0px";l.style.top="0px";l.style.padding="8px";mxClient.IS_QUIRKS||8==document.documentMode||(l.style.backgroundColor="inherit");m.style.position="relative";var n=document.createElement("img");n.setAttribute("src",Dialog.prototype.closeImage);n.setAttribute("title", -mxResources.get("close"));n.setAttribute("valign","absmiddle");n.setAttribute("border","0");n.style.margin="0 3px";var v=null;if(".scratchpad"!=a.title||this.closableScratchpad)l.appendChild(n),mxEvent.addListener(n,"click",mxUtils.bind(this,function(d){if(!mxEvent.isConsumed(d)){var b=mxUtils.bind(this,function(){this.closeLibrary(a)});null!=v?this.confirm(mxResources.get("allChangesLost"),null,b,mxResources.get("cancel"),mxResources.get("discardChanges")):b();mxEvent.consume(d)}}));if(a.isEditable()){var r= -this.editor.graph,u=null,F=mxUtils.bind(this,function(d){this.showLibraryDialog(a.getTitle(),h,b,a,a.getMode());mxEvent.consume(d)}),w=mxUtils.bind(this,function(d){a.setModified(!0);a.isAutosave()?(null!=u&&null!=u.parentNode&&u.parentNode.removeChild(u),u=n.cloneNode(!1),u.setAttribute("src",Editor.spinImage),u.setAttribute("title",mxResources.get("saving")),u.style.cursor="default",u.style.marginRight="2px",u.style.marginTop="-2px",l.insertBefore(u,l.firstChild),m.style.paddingRight=18*l.childNodes.length+ -"px",this.saveLibrary(a.getTitle(),b,a,a.getMode(),!0,!0,function(){null!=u&&null!=u.parentNode&&(u.parentNode.removeChild(u),m.style.paddingRight=18*l.childNodes.length+"px")})):null==v&&(v=n.cloneNode(!1),v.setAttribute("src",IMAGE_PATH+"/download.png"),v.setAttribute("title",mxResources.get("save")),l.insertBefore(v,l.firstChild),mxEvent.addListener(v,"click",mxUtils.bind(this,function(d){this.saveLibrary(a.getTitle(),b,a,a.getMode(),a.constructor==LocalLibrary,!0,function(){null==v||a.isModified()|| -(m.style.paddingRight=18*l.childNodes.length+"px",v.parentNode.removeChild(v),v=null)});mxEvent.consume(d)})),m.style.paddingRight=18*l.childNodes.length+"px")}),G=mxUtils.bind(this,function(a,d,c,e){a=r.cloneCells(mxUtils.sortCells(r.model.getTopmostCells(a)));for(var g=0;g<a.length;g++){var k=r.getCellGeometry(a[g]);null!=k&&k.translate(-d.x,-d.y)}h.appendChild(this.sidebar.createVertexTemplateFromCells(a,d.width,d.height,e||"",!0,!1,!1));a={xml:this.editor.graph.compress(mxUtils.getXml(this.editor.graph.encodeCells(a))), -w:d.width,h:d.height};null!=e&&(a.title=e);b.push(a);w(c);null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null)}),I=mxUtils.bind(this,function(a){if(r.isSelectionEmpty())r.getRubberband().isActive()?(r.getRubberband().execute(a),r.getRubberband().reset()):this.showError(mxResources.get("error"),mxResources.get("nothingIsSelected"),mxResources.get("ok"));else{var d=r.getSelectionCells(),b=r.view.getBounds(d),c=r.view.scale;b.x/=c;b.y/=c;b.width/=c;b.height/=c;b.x-=r.view.translate.x; -b.y-=r.view.translate.y;G(d,b)}mxEvent.consume(a)});h.style.border="3px solid transparent";mxEvent.addGestureListeners(h,function(){},mxUtils.bind(this,function(a){r.isMouseDown&&null!=r.panningManager&&null!=r.graphHandler.shape&&(r.graphHandler.shape.node.style.visibility="hidden",null!=f?f.style.border="3px dotted rgb(254, 137, 12)":h.style.border="3px dotted rgb(254, 137, 12)",h.style.cursor="copy",r.panningManager.stop(),r.autoScroll=!1,null!=r.graphHandler.guide&&r.graphHandler.guide.setVisible(!1), -null!=r.graphHandler.hint&&(r.graphHandler.hint.style.visibility="hidden"),mxEvent.consume(a))}),mxUtils.bind(this,function(a){r.isMouseDown&&null!=r.panningManager&&null!=r.graphHandler&&(h.style.border="3px solid transparent",null!=f&&(f.style.border="3px dotted lightGray"),h.style.cursor="default",this.sidebar.showTooltips=!0,r.panningManager.stop(),r.graphHandler.reset(),r.isMouseDown=!1,r.autoScroll=!0,I(a),mxEvent.consume(a))}));mxEvent.addListener(h,"mouseleave",mxUtils.bind(this,function(a){r.isMouseDown&& +"aspect=fixed;");return this.sidebar.createVertexTemplate(b+"image="+d,a.w,a.h,"",a.title||"",!1,!1,!0)})):null!=a.xml&&null!=a.title&&this.sidebar.addEntry(a.title,mxUtils.bind(this,function(){var d=this.stringToCells(this.editor.graph.decompress(a.xml));return this.sidebar.createVertexTemplateFromCells(d,a.w,a.h,a.title||"",!0,!1,!0)}))})(b[g]);c=null!=c&&0<c.length?c:a.getTitle();var h=this.sidebar.addPalette(a.getHash(),c,!0,mxUtils.bind(this,function(a){e(b,a)}));this.repositionLibrary(d);var n= +h.parentNode.previousSibling;c=n.getAttribute("title");null!=c&&0<c.length&&".scratchpad"!=a.title&&n.setAttribute("title",this.getLibraryStorageHint(a)+"\n"+c);var k=document.createElement("div");k.style.position="absolute";k.style.right="0px";k.style.top="0px";k.style.padding="8px";mxClient.IS_QUIRKS||8==document.documentMode||(k.style.backgroundColor="inherit");n.style.position="relative";var p=document.createElement("img");p.setAttribute("src",Dialog.prototype.closeImage);p.setAttribute("title", +mxResources.get("close"));p.setAttribute("valign","absmiddle");p.setAttribute("border","0");p.style.margin="0 3px";var v=null;if(".scratchpad"!=a.title||this.closableScratchpad)k.appendChild(p),mxEvent.addListener(p,"click",mxUtils.bind(this,function(d){if(!mxEvent.isConsumed(d)){var b=mxUtils.bind(this,function(){this.closeLibrary(a)});null!=v?this.confirm(mxResources.get("allChangesLost"),null,b,mxResources.get("cancel"),mxResources.get("discardChanges")):b();mxEvent.consume(d)}}));if(a.isEditable()){var r= +this.editor.graph,u=null,F=mxUtils.bind(this,function(d){this.showLibraryDialog(a.getTitle(),h,b,a,a.getMode());mxEvent.consume(d)}),B=mxUtils.bind(this,function(d){a.setModified(!0);a.isAutosave()?(null!=u&&null!=u.parentNode&&u.parentNode.removeChild(u),u=p.cloneNode(!1),u.setAttribute("src",Editor.spinImage),u.setAttribute("title",mxResources.get("saving")),u.style.cursor="default",u.style.marginRight="2px",u.style.marginTop="-2px",k.insertBefore(u,k.firstChild),n.style.paddingRight=18*k.childNodes.length+ +"px",this.saveLibrary(a.getTitle(),b,a,a.getMode(),!0,!0,function(){null!=u&&null!=u.parentNode&&(u.parentNode.removeChild(u),n.style.paddingRight=18*k.childNodes.length+"px")})):null==v&&(v=p.cloneNode(!1),v.setAttribute("src",IMAGE_PATH+"/download.png"),v.setAttribute("title",mxResources.get("save")),k.insertBefore(v,k.firstChild),mxEvent.addListener(v,"click",mxUtils.bind(this,function(d){this.saveLibrary(a.getTitle(),b,a,a.getMode(),a.constructor==LocalLibrary,!0,function(){null==v||a.isModified()|| +(n.style.paddingRight=18*k.childNodes.length+"px",v.parentNode.removeChild(v),v=null)});mxEvent.consume(d)})),n.style.paddingRight=18*k.childNodes.length+"px")}),M=mxUtils.bind(this,function(a,d,c,e){a=r.cloneCells(mxUtils.sortCells(r.model.getTopmostCells(a)));for(var g=0;g<a.length;g++){var l=r.getCellGeometry(a[g]);null!=l&&l.translate(-d.x,-d.y)}h.appendChild(this.sidebar.createVertexTemplateFromCells(a,d.width,d.height,e||"",!0,!1,!1));a={xml:this.editor.graph.compress(mxUtils.getXml(this.editor.graph.encodeCells(a))), +w:d.width,h:d.height};null!=e&&(a.title=e);b.push(a);B(c);null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null)}),x=mxUtils.bind(this,function(a){if(r.isSelectionEmpty())r.getRubberband().isActive()?(r.getRubberband().execute(a),r.getRubberband().reset()):this.showError(mxResources.get("error"),mxResources.get("nothingIsSelected"),mxResources.get("ok"));else{var d=r.getSelectionCells(),b=r.view.getBounds(d),c=r.view.scale;b.x/=c;b.y/=c;b.width/=c;b.height/=c;b.x-=r.view.translate.x; +b.y-=r.view.translate.y;M(d,b)}mxEvent.consume(a)});h.style.border="3px solid transparent";mxEvent.addGestureListeners(h,function(){},mxUtils.bind(this,function(a){r.isMouseDown&&null!=r.panningManager&&null!=r.graphHandler.shape&&(r.graphHandler.shape.node.style.visibility="hidden",null!=f?f.style.border="3px dotted rgb(254, 137, 12)":h.style.border="3px dotted rgb(254, 137, 12)",h.style.cursor="copy",r.panningManager.stop(),r.autoScroll=!1,null!=r.graphHandler.guide&&r.graphHandler.guide.setVisible(!1), +null!=r.graphHandler.hint&&(r.graphHandler.hint.style.visibility="hidden"),mxEvent.consume(a))}),mxUtils.bind(this,function(a){r.isMouseDown&&null!=r.panningManager&&null!=r.graphHandler&&(h.style.border="3px solid transparent",null!=f&&(f.style.border="3px dotted lightGray"),h.style.cursor="default",this.sidebar.showTooltips=!0,r.panningManager.stop(),r.graphHandler.reset(),r.isMouseDown=!1,r.autoScroll=!0,x(a),mxEvent.consume(a))}));mxEvent.addListener(h,"mouseleave",mxUtils.bind(this,function(a){r.isMouseDown&& null!=r.graphHandler.shape&&(r.graphHandler.shape.node.style.visibility="visible",h.style.border="3px solid transparent",h.style.cursor="",r.autoScroll=!0,null!=r.graphHandler.guide&&r.graphHandler.guide.setVisible(!0),null!=r.graphHandler.hint&&(r.graphHandler.hint.style.visibility="visible"),null!=f&&(f.style.border="3px dotted lightGray"))}));Graph.fileSupport&&(mxEvent.addListener(h,"dragover",mxUtils.bind(this,function(a){null!=f?f.style.border="3px dotted rgb(254, 137, 12)":h.style.border="3px dotted rgb(254, 137, 12)"; -a.dataTransfer.dropEffect="copy";h.style.cursor="copy";this.sidebar.hideTooltip();a.stopPropagation();a.preventDefault()})),mxEvent.addListener(h,"drop",mxUtils.bind(this,function(a){h.style.border="3px solid transparent";h.style.cursor="";null!=f&&(f.style.border="3px dotted lightGray");0<a.dataTransfer.files.length&&this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,mxUtils.bind(this,function(d,c,g,k,l,p,q,t,m){if(null!=d&&"image/"==c.substring(0,6))d="shape=image;verticalLabelPosition=bottom;verticalAlign=top;aspect=fixed;image="+ -this.convertDataUri(d),d=[new mxCell("",new mxGeometry(0,0,l,p),d)],d[0].vertex=!0,G(d,new mxRectangle(0,0,l,p),a,mxEvent.isAltDown(a)?null:q.substring(0,q.lastIndexOf(".")).replace(/_/g," ")),null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null);else{var v=!1,n=mxUtils.bind(this,function(d,c){if(null!=d&&"text/xml"==c){var g=mxUtils.parseXml(d);if("mxlibrary"==g.documentElement.nodeName)try{var k=JSON.parse(mxUtils.getTextContent(g.documentElement));e(k,h);b=b.concat(k);w(a); -this.spinner.stop();v=!0}catch(V){}else if("mxfile"==g.documentElement.nodeName)try{for(var l=g.documentElement.getElementsByTagName("diagram"),g=0;g<l.length;g++){var k=mxUtils.getTextContent(l[g]),p=this.stringToCells(this.editor.graph.decompress(k)),q=this.editor.graph.getBoundingBoxFromGeometry(p);G(p,new mxRectangle(0,0,q.width,q.height),a)}v=!0}catch(V){null!=window.console&&console.log("error in drop handler:",V)}}v||(this.spinner.stop(),this.handleError({message:mxResources.get("errorLoadingFile")})); -null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null)});null!=m&&null!=q&&(/(\.vsdx?)($|\?)/i.test(q)||/(\.vssx)($|\?)/i.test(q))?this.importVisio(m,function(a){n(a,"text/xml")},null,q):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(d,q)&&null!=m?this.parseFile(m,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status?n(a.responseText,"text/xml"):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge": -"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))})):n(d,c)}}));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(h,"dragleave",function(a){null!=f?f.style.border="3px dotted lightGray":(h.style.border="3px solid transparent",h.style.cursor="");a.stopPropagation();a.preventDefault()}));n=n.cloneNode(!1);n.setAttribute("src",Editor.editImage);n.setAttribute("title",mxResources.get("edit"));l.insertBefore(n,l.firstChild);mxEvent.addListener(n,"click",F);mxEvent.addListener(h, -"dblclick",function(a){mxEvent.getSource(a)==h&&F(a)});c=n.cloneNode(!1);c.setAttribute("src",Editor.plusImage);c.setAttribute("title",mxResources.get("add"));l.insertBefore(c,l.firstChild);mxEvent.addListener(c,"click",I);this.isOffline()||".scratchpad"!=a.title||null==EditorUi.scratchpadHelpLink||(c=document.createElement("span"),c.setAttribute("title",mxResources.get("help")),c.style.cssText="color:#a3a3a3;text-decoration:none;margin-right:2px;",mxUtils.write(c,"?"),mxEvent.addGestureListeners(c, -mxUtils.bind(this,function(a){this.openLink(EditorUi.scratchpadHelpLink);mxEvent.consume(a)})),l.insertBefore(c,l.firstChild))}m.appendChild(l);m.style.paddingRight=18*l.childNodes.length+"px"}};"1"==urlParams.offline||EditorUi.isElectronApp?EditorUi.prototype.footerHeight=4:("1"==urlParams.savesidebar&&(Sidebar.prototype.thumbWidth=64,Sidebar.prototype.thumbHeight=64),EditorUi.prototype.footerHeight=760<=screen.width&&240<=screen.height?46:0,EditorUi.prototype.createFooter=function(){var a=document.getElementById("geFooter"); +a.dataTransfer.dropEffect="copy";h.style.cursor="copy";this.sidebar.hideTooltip();a.stopPropagation();a.preventDefault()})),mxEvent.addListener(h,"drop",mxUtils.bind(this,function(a){h.style.border="3px solid transparent";h.style.cursor="";null!=f&&(f.style.border="3px dotted lightGray");0<a.dataTransfer.files.length&&this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,mxUtils.bind(this,function(d,c,g,l,k,m,q,t,n){if(null!=d&&"image/"==c.substring(0,6))d="shape=image;verticalLabelPosition=bottom;verticalAlign=top;aspect=fixed;image="+ +this.convertDataUri(d),d=[new mxCell("",new mxGeometry(0,0,k,m),d)],d[0].vertex=!0,M(d,new mxRectangle(0,0,k,m),a,mxEvent.isAltDown(a)?null:q.substring(0,q.lastIndexOf(".")).replace(/_/g," ")),null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null);else{var v=!1,p=mxUtils.bind(this,function(d,c){if(null!=d&&"text/xml"==c){var g=mxUtils.parseXml(d);if("mxlibrary"==g.documentElement.nodeName)try{var l=JSON.parse(mxUtils.getTextContent(g.documentElement));e(l,h);b=b.concat(l);B(a); +this.spinner.stop();v=!0}catch(O){}else if("mxfile"==g.documentElement.nodeName)try{for(var k=g.documentElement.getElementsByTagName("diagram"),g=0;g<k.length;g++){var l=mxUtils.getTextContent(k[g]),m=this.stringToCells(this.editor.graph.decompress(l)),q=this.editor.graph.getBoundingBoxFromGeometry(m);M(m,new mxRectangle(0,0,q.width,q.height),a)}v=!0}catch(O){null!=window.console&&console.log("error in drop handler:",O)}}v||(this.spinner.stop(),this.handleError({message:mxResources.get("errorLoadingFile")})); +null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null)});null!=n&&null!=q&&(/(\.vsdx?)($|\?)/i.test(q)||/(\.vssx?)($|\?)/i.test(q))?this.importVisio(n,function(a){p(a,"text/xml")},null,q):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(d,q)&&null!=n?this.parseFile(n,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status?p(a.responseText,"text/xml"):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge": +"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))})):p(d,c)}}));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(h,"dragleave",function(a){null!=f?f.style.border="3px dotted lightGray":(h.style.border="3px solid transparent",h.style.cursor="");a.stopPropagation();a.preventDefault()}));p=p.cloneNode(!1);p.setAttribute("src",Editor.editImage);p.setAttribute("title",mxResources.get("edit"));k.insertBefore(p,k.firstChild);mxEvent.addListener(p,"click",F);mxEvent.addListener(h, +"dblclick",function(a){mxEvent.getSource(a)==h&&F(a)});c=p.cloneNode(!1);c.setAttribute("src",Editor.plusImage);c.setAttribute("title",mxResources.get("add"));k.insertBefore(c,k.firstChild);mxEvent.addListener(c,"click",x);this.isOffline()||".scratchpad"!=a.title||null==EditorUi.scratchpadHelpLink||(c=document.createElement("span"),c.setAttribute("title",mxResources.get("help")),c.style.cssText="color:#a3a3a3;text-decoration:none;margin-right:2px;",mxUtils.write(c,"?"),mxEvent.addGestureListeners(c, +mxUtils.bind(this,function(a){this.openLink(EditorUi.scratchpadHelpLink);mxEvent.consume(a)})),k.insertBefore(c,k.firstChild))}n.appendChild(k);n.style.paddingRight=18*k.childNodes.length+"px"}};"1"==urlParams.offline||EditorUi.isElectronApp?EditorUi.prototype.footerHeight=4:("1"==urlParams.savesidebar&&(Sidebar.prototype.thumbWidth=64,Sidebar.prototype.thumbHeight=64),EditorUi.prototype.footerHeight=760<=screen.width&&240<=screen.height?46:0,EditorUi.prototype.createFooter=function(){var a=document.getElementById("geFooter"); if(null!=a){a.style.visibility="visible";var b=document.createElement("img");b.setAttribute("border","0");b.setAttribute("src",Dialog.prototype.closeImage);b.setAttribute("title",mxResources.get("hide"));a.appendChild(b);mxClient.IS_QUIRKS&&(b.style.position="relative",b.style.styleFloat="right",b.style.top="-30px",b.style.left="164px",b.style.cursor="pointer");mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.hideFooter()}))}return a});EditorUi.initTheme=function(){"atlas"==uiTheme? (mxClient.link("stylesheet",STYLE_PATH+"/atlas.css"),"undefined"!==typeof Toolbar&&(Toolbar.prototype.unselectedBackground=mxClient.IS_QUIRKS?"none":"linear-gradient(rgb(255, 255, 255) 0px, rgb(242, 242, 242) 100%)",Toolbar.prototype.selectedBackground="rgb(242, 242, 242)"),Editor.prototype.initialTopSpacing=3,EditorUi.prototype.menubarHeight=41,EditorUi.prototype.toolbarHeight=38,EditorUi.prototype.hsplitPosition=188,Sidebar.prototype.thumbWidth=46,Sidebar.prototype.thumbHeight=46,Sidebar.prototype.thumbPadding= 5<=document.documentMode?0:1,Sidebar.prototype.thumbBorder=2):"dark"==uiTheme&&(mxClient.link("stylesheet",STYLE_PATH+"/dark.css"),Dialog.backdropColor="#2a2a2a",Graph.prototype.defaultThemeName="darkTheme",Graph.prototype.defaultPageBackgroundColor="#2a2a2a",Graph.prototype.defaultGraphBackground=null,Graph.prototype.defaultPageBorderColor="#505759",Graph.prototype.svgShadowColor="#e0e0e0",Graph.prototype.svgShadowOpacity="0.6",Graph.prototype.svgShadowSize="0.8",Graph.prototype.svgShadowBlur="1.4", @@ -2808,218 +2812,218 @@ Editor.checkmarkImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAM !0;this.editor.graph.model.execute(a)});var d=new BackgroundImageDialog(this,mxUtils.bind(this,function(d){a(d)}));this.showDialog(d.container,360,200,!0,!0);d.init()};EditorUi.prototype.showLibraryDialog=function(a,b,c,e,t){a=new LibraryDialog(this,a,b,c,e,t);this.showDialog(a.container,620,440,!0,!1,mxUtils.bind(this,function(a){a&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash()}));a.init()};EditorUi.prototype.createSidebarFooterContainer=function(){var a=this.createDiv("geSidebarContainer"); a.style.position="absolute";a.style.overflow="hidden";a.style.borderWidth="3px";var b=document.createElement("a");b.setAttribute("href","javascript:void(0);");b.className="geTitle";b.style.height="100%";b.style.paddingTop="9px";mxUtils.write(b,mxResources.get("moreShapes")+"...");mxEvent.addListener(b,"click",mxUtils.bind(this,function(a){this.actions.get("shapes").funct();mxEvent.consume(a)}));a.appendChild(b);return a};EditorUi.prototype.handleError=function(a,b,c){var d=null!=this.spinner&&null!= this.spinner.pause?this.spinner.pause():function(){},f=null!=a&&null!=a.error?a.error:a;if(null!=f||null!=b){a=mxUtils.htmlEntities(mxResources.get("unknownError"));var e=mxResources.get("ok"),g=null;b=null!=b?b:mxResources.get("error");if(null!=f)if(null!=f.retry&&(e=mxResources.get("cancel"),g=function(){d();f.retry()}),"undefined"!=typeof gapi&&"undefined"!=typeof gapi.drive&&"undefined"!=typeof gapi.drive.realtime&&f.type==gapi.drive.realtime.ErrorType.FORBIDDEN)a=mxUtils.htmlEntities(mxResources.get("forbidden")); -else if(404==f.code||404==f.status||"undefined"!=typeof gapi&&"undefined"!=typeof gapi.drive&&"undefined"!=typeof gapi.drive.realtime&&f.type==gapi.drive.realtime.ErrorType.NOT_FOUND){a=mxUtils.htmlEntities(mxResources.get("fileNotFoundOrDenied"));var h=window.location.hash;null!=h&&"#G"==h.substring(0,2)&&(h=h.substring(2),a+=' <a href="https://drive.google.com/open?id='+h+'" target="_blank">'+mxUtils.htmlEntities(mxResources.get("tryOpeningViaThisPage"))+"</a>")}else f.code==App.ERROR_TIMEOUT?a= -mxUtils.htmlEntities(mxResources.get("timeout")):f.code==App.ERROR_BUSY?a=mxUtils.htmlEntities(mxResources.get("busy")):null!=f.message?a=mxUtils.htmlEntities(f.message):null!=f.response&&null!=f.response.error&&(a=mxUtils.htmlEntities(f.response.error));this.showError(b,a,e,c,g)}else null!=c&&c()};EditorUi.prototype.showError=function(a,b,c,e,h,k,q,m,n,l,r,v){a=new ErrorDialog(this,a,b,c||mxResources.get("ok"),e,h,k,q,v,m,n);this.showDialog(a.container,l||340,r||150,!0,!1);a.init()};EditorUi.prototype.alert= -function(a,b){var d=new ErrorDialog(this,null,a,mxResources.get("ok"),b);this.showDialog(d.container,340,100,!0,!1);d.init()};EditorUi.prototype.confirm=function(a,b,c,e,h){var d=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){};this.showDialog((new ConfirmDialog(this,a,function(){d();null!=b&&b()},function(){d();null!=c&&c()},e,h)).container,340,90,!0,!1)};EditorUi.prototype.setCurrentFile=function(a){this.currentFile=a};EditorUi.prototype.getCurrentFile=function(){return this.currentFile}; +else if(404==f.code||404==f.status||"undefined"!=typeof gapi&&"undefined"!=typeof gapi.drive&&"undefined"!=typeof gapi.drive.realtime&&f.type==gapi.drive.realtime.ErrorType.NOT_FOUND){a=mxUtils.htmlEntities(mxResources.get("fileNotFoundOrDenied"));var h=window.location.hash;null!=h&&"#G"==h.substring(0,2)&&(h=h.substring(2),a+=' <a href="https://drive.google.com/open?id='+h+'" target="_blank">'+mxUtils.htmlEntities(mxResources.get("tryOpeningViaThisPage"))+"</a>")}else null!=f.message?a=mxUtils.htmlEntities(f.message): +null!=f.response&&null!=f.response.error?a=mxUtils.htmlEntities(f.response.error):"undefined"!==window.App&&(f.code==App.ERROR_TIMEOUT?a=mxUtils.htmlEntities(mxResources.get("timeout")):f.code==App.ERROR_BUSY&&(a=mxUtils.htmlEntities(mxResources.get("busy"))));this.showError(b,a,e,c,g)}else null!=c&&c()};EditorUi.prototype.showError=function(a,b,c,e,t,m,l,h,n,k,p,v){a=new ErrorDialog(this,a,b,c||mxResources.get("ok"),e,t,m,l,v,h,n);this.showDialog(a.container,k||340,p||150,!0,!1);a.init()};EditorUi.prototype.alert= +function(a,b){var d=new ErrorDialog(this,null,a,mxResources.get("ok"),b);this.showDialog(d.container,340,100,!0,!1);d.init()};EditorUi.prototype.confirm=function(a,b,c,e,t){var d=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){};this.showDialog((new ConfirmDialog(this,a,function(){d();null!=b&&b()},function(){d();null!=c&&c()},e,t)).container,340,90,!0,!1)};EditorUi.prototype.setCurrentFile=function(a){this.currentFile=a};EditorUi.prototype.getCurrentFile=function(){return this.currentFile}; EditorUi.prototype.isExportToCanvas=function(){return mxClient.IS_CHROMEAPP||!this.editor.graph.mathEnabled&&this.useCanvasForExport};EditorUi.prototype.createSvgDataUri=function(a){return"data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent(a)))};EditorUi.prototype.createImageDataUri=function(a,b,c){var d=a.toDataURL("image/"+c);if(6>=d.length||d==a.cloneNode(!1).toDataURL("image/"+c))throw{message:"Invalid image"};null!=b&&(d=this.writeGraphModelToPng(d,"zTXt","mxGraphModel",atob(this.editor.graph.compress(b)))); return d};EditorUi.prototype.saveCanvas=function(a,b,c){var d="jpeg"==c?"jpg":c,f=this.getBaseFilename()+"."+d;a=this.createImageDataUri(a,b,c);this.saveData(f,d,a.substring(a.lastIndexOf(",")+1),"image/"+c,!0)};EditorUi.prototype.isLocalFileSave=function(){return"remote"!=urlParams.save&&(mxClient.IS_IE||"undefined"!==typeof window.Blob&&"undefined"!==typeof window.URL)&&9!=document.documentMode&&8!=document.documentMode&&7!=document.documentMode&&!mxClient.IS_QUIRKS||this.isOfflineApp()||mxClient.IS_IOS}; -EditorUi.prototype.doSaveLocalFile=function(a,b,c,e,h){if(window.Blob&&navigator.msSaveOrOpenBlob)a=e?this.base64ToBlob(a,c):new Blob([a],{type:c}),navigator.msSaveOrOpenBlob(a,b);else if(mxClient.IS_IE)c=window.open("about:blank","_blank"),null==c?mxUtils.popup(a,!0):(c.document.write(a),c.document.close(),c.document.execCommand("SaveAs",!0,b),c.close());else if(mxClient.IS_IOS)b=new TextareaDialog(this,b+":",a,null,null,mxResources.get("close")),b.textarea.style.width="600px",b.textarea.style.height= +EditorUi.prototype.doSaveLocalFile=function(a,b,c,e,t){if(window.Blob&&navigator.msSaveOrOpenBlob)a=e?this.base64ToBlob(a,c):new Blob([a],{type:c}),navigator.msSaveOrOpenBlob(a,b);else if(mxClient.IS_IE)c=window.open("about:blank","_blank"),null==c?mxUtils.popup(a,!0):(c.document.write(a),c.document.close(),c.document.execCommand("SaveAs",!0,b),c.close());else if(mxClient.IS_IOS)b=new TextareaDialog(this,b+":",a,null,null,mxResources.get("close")),b.textarea.style.width="600px",b.textarea.style.height= "380px",this.showDialog(b.container,620,460,!0,!0),b.init(),document.execCommand("selectall",!1,null);else{var d=document.createElement("a"),f=!mxClient.IS_SF&&0>navigator.userAgent.indexOf("PaleMoon/")&&"undefined"!==typeof d.download;if(mxClient.IS_GC)var g=navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./),f=65==(g?parseInt(g[2],10):!1)?!1:f;if(f||this.isOffline()){d.href=URL.createObjectURL(e?this.base64ToBlob(a,c):new Blob([a],{type:c}));f?d.download=b:d.setAttribute("target","_blank");document.body.appendChild(d); -try{window.setTimeout(function(){URL.revokeObjectURL(d.href)},0),d.click(),d.parentNode.removeChild(d)}catch(B){}}else this.createEchoRequest(a,b,c,e,h).simulate(document,"_blank")}};EditorUi.prototype.createEchoRequest=function(a,b,c,e,h,k){a="xml="+encodeURIComponent(a);return new mxXmlRequest(SAVE_URL,a+(null!=c?"&mime="+c:"")+(null!=h?"&format="+h:"")+(null!=k?"&base64="+k:"")+(null!=b?"&filename="+encodeURIComponent(b):"")+(e?"&binary=1":""))};EditorUi.prototype.base64ToBlob=function(a,b){b= -b||"";for(var d=atob(a),c=d.length,f=Math.ceil(c/1024),e=Array(f),q=0;q<f;++q){for(var h=1024*q,m=Math.min(h+1024,c),l=Array(m-h),n=0;h<m;++n,++h)l[n]=d[h].charCodeAt(0);e[q]=new Uint8Array(l)}return new Blob(e,{type:b})};EditorUi.prototype.saveLocalFile=function(a,b,c,e,h,k,q){k=null!=k?k:!1;q=null!=q?q:"vsdx"!=h&&(!mxClient.IS_IOS||!navigator.standalone);h=this.getServiceCount(k);b=new CreateDialog(this,b,mxUtils.bind(this,function(d,b){try{if("_blank"==b)if(null==c||"image/"!=c.substring(0,6)|| -"image/svg"==c.substring(0,9)&&!mxClient.IS_SVG){var f=window.open("about:blank");null==f?mxUtils.popup(a,!0):(f.document.write(mxUtils.htmlEntities(a,!1)),f.document.close())}else this.openInNewWindow(a,c,e);else b==App.MODE_DEVICE||"download"==b?this.doSaveLocalFile(a,d,c,e):null!=d&&0<d.length&&this.pickFolder(b,mxUtils.bind(this,function(f){try{this.exportFile(a,d,c,e,b,f)}catch(v){this.handleError(v)}}))}catch(y){this.handleError(y)}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"), -mxResources.get("download"),!1,k,q,null,1<h,4<h&&(!k||6>h)?3:4,a,c,e);this.showDialog(b.container,420,h==(mxClient.IS_IOS?0:1)?160:4<h?390:270,!0,!0);b.init()};EditorUi.prototype.openInNewWindow=function(a,b,c){if(mxClient.IS_GC||mxClient.IS_EDGE||11==document.documentMode||10==document.documentMode){var d=window.open("about:blank");null==d?mxUtils.popup(a,!0):("image/svg+xml"==b?d.document.write("<html>"+a+"</html>"):d.document.write('<html><img src="data:'+b+(c?";base64,"+a:";charset=utf8,"+encodeURIComponent(a))+ +try{window.setTimeout(function(){URL.revokeObjectURL(d.href)},0),d.click(),d.parentNode.removeChild(d)}catch(y){}}else this.createEchoRequest(a,b,c,e,t).simulate(document,"_blank")}};EditorUi.prototype.createEchoRequest=function(a,b,c,e,t,m){a="xml="+encodeURIComponent(a);return new mxXmlRequest(SAVE_URL,a+(null!=c?"&mime="+c:"")+(null!=t?"&format="+t:"")+(null!=m?"&base64="+m:"")+(null!=b?"&filename="+encodeURIComponent(b):"")+(e?"&binary=1":""))};EditorUi.prototype.base64ToBlob=function(a,b){b= +b||"";for(var d=atob(a),c=d.length,e=Math.ceil(c/1024),f=Array(e),l=0;l<e;++l){for(var h=1024*l,n=Math.min(h+1024,c),k=Array(n-h),p=0;h<n;++p,++h)k[p]=d[h].charCodeAt(0);f[l]=new Uint8Array(k)}return new Blob(f,{type:b})};EditorUi.prototype.saveLocalFile=function(a,b,c,e,t,m,l){m=null!=m?m:!1;l=null!=l?l:"vsdx"!=t&&(!mxClient.IS_IOS||!navigator.standalone);t=this.getServiceCount(m);b=new CreateDialog(this,b,mxUtils.bind(this,function(d,b){try{if("_blank"==b)if(null==c||"image/"!=c.substring(0,6)|| +"image/svg"==c.substring(0,9)&&!mxClient.IS_SVG){var f=window.open("about:blank");null==f?mxUtils.popup(a,!0):(f.document.write(mxUtils.htmlEntities(a,!1)),f.document.close())}else this.openInNewWindow(a,c,e);else b==App.MODE_DEVICE||"download"==b?this.doSaveLocalFile(a,d,c,e):null!=d&&0<d.length&&this.pickFolder(b,mxUtils.bind(this,function(f){try{this.exportFile(a,d,c,e,b,f)}catch(v){this.handleError(v)}}))}catch(w){this.handleError(w)}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"), +mxResources.get("download"),!1,m,l,null,1<t,4<t&&(!m||6>t)?3:4,a,c,e);this.showDialog(b.container,420,t==(mxClient.IS_IOS?0:1)?160:4<t?390:270,!0,!0);b.init()};EditorUi.prototype.openInNewWindow=function(a,b,c){if(mxClient.IS_GC||mxClient.IS_EDGE||11==document.documentMode||10==document.documentMode){var d=window.open("about:blank");null==d?mxUtils.popup(a,!0):("image/svg+xml"==b?d.document.write("<html>"+a+"</html>"):d.document.write('<html><img src="data:'+b+(c?";base64,"+a:";charset=utf8,"+encodeURIComponent(a))+ '"/></html>'),d.document.close())}else d=window.open("data:"+b+(c?";base64,"+a:";charset=utf8,"+encodeURIComponent(a))),null==d&&mxUtils.popup(a,!0)};var c=EditorUi.prototype.addChromelessToolbarItems;EditorUi.prototype.addChromelessToolbarItems=function(a){if(this.isExportToCanvas()){this.exportDialog=null;var d=a(mxUtils.bind(this,function(a){var b=mxUtils.bind(this,function(){mxEvent.removeListener(this.editor.graph.container,"click",b);null!=this.exportDialog&&(this.exportDialog.parentNode.removeChild(this.exportDialog), this.exportDialog=null)});if(null!=this.exportDialog)b.apply(this);else{this.exportDialog=document.createElement("div");var c=d.getBoundingClientRect();mxUtils.setPrefixedStyle(this.exportDialog.style,"borderRadius","5px");this.exportDialog.style.position="fixed";this.exportDialog.style.textAlign="center";this.exportDialog.style.fontFamily="Helvetica,Arial";this.exportDialog.style.backgroundColor="#000000";this.exportDialog.style.width="50px";this.exportDialog.style.height="50px";this.exportDialog.style.padding= -"4px 2px 4px 2px";this.exportDialog.style.color="#ffffff";mxUtils.setOpacity(this.exportDialog,70);this.exportDialog.style.left=c.left+"px";this.exportDialog.style.bottom=parseInt(this.chromelessToolbar.style.bottom)+this.chromelessToolbar.offsetHeight+4+"px";c=mxUtils.getCurrentStyle(this.editor.graph.container);this.exportDialog.style.zIndex=c.zIndex;var f=new Spinner({lines:8,length:6,width:5,radius:6,rotate:0,color:"#fff",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"28px",zIndex:2E9});f.spin(this.exportDialog); -this.exportToCanvas(mxUtils.bind(this,function(a){f.stop();this.exportDialog.style.width="auto";this.exportDialog.style.height="auto";this.exportDialog.style.padding="10px";var d=this.createImageDataUri(a,null,"png");a=document.createElement("img");a.style.maxWidth="140px";a.style.maxHeight="140px";a.style.cursor="pointer";a.style.backgroundColor="white";a.setAttribute("title",mxResources.get("openInNewWindow"));a.setAttribute("border","0");a.setAttribute("src",d);this.exportDialog.appendChild(a); +"4px 2px 4px 2px";this.exportDialog.style.color="#ffffff";mxUtils.setOpacity(this.exportDialog,70);this.exportDialog.style.left=c.left+"px";this.exportDialog.style.bottom=parseInt(this.chromelessToolbar.style.bottom)+this.chromelessToolbar.offsetHeight+4+"px";c=mxUtils.getCurrentStyle(this.editor.graph.container);this.exportDialog.style.zIndex=c.zIndex;var e=new Spinner({lines:8,length:6,width:5,radius:6,rotate:0,color:"#fff",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"28px",zIndex:2E9});e.spin(this.exportDialog); +this.exportToCanvas(mxUtils.bind(this,function(a){e.stop();this.exportDialog.style.width="auto";this.exportDialog.style.height="auto";this.exportDialog.style.padding="10px";var d=this.createImageDataUri(a,null,"png");a=document.createElement("img");a.style.maxWidth="140px";a.style.maxHeight="140px";a.style.cursor="pointer";a.style.backgroundColor="white";a.setAttribute("title",mxResources.get("openInNewWindow"));a.setAttribute("border","0");a.setAttribute("src",d);this.exportDialog.appendChild(a); mxEvent.addListener(a,"click",mxUtils.bind(this,function(){this.openInNewWindow(d.substring(d.indexOf(",")+1),"image/png",!0);b.apply(this,arguments)}))}),null,this.thumbImageCache,null,mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}));mxEvent.addListener(this.editor.graph.container,"click",b);document.body.appendChild(this.exportDialog)}mxEvent.consume(a)}),Editor.cameraLargeImage,mxResources.get("export"))}c.apply(this,arguments)};EditorUi.prototype.saveData=function(a,b, -c,e,h){this.isLocalFileSave()?this.saveLocalFile(c,a,e,h,b):this.saveRequest(a,b,mxUtils.bind(this,function(a,d){return this.createEchoRequest(c,a,e,h,b,d)}),c,h,e)};EditorUi.prototype.saveRequest=function(a,b,c,e,h,k,q){q=null!=q?q:!mxClient.IS_IOS||!navigator.standalone;var d=this.getServiceCount(!1);a=new CreateDialog(this,a,mxUtils.bind(this,function(a,d){if("_blank"==d||null!=a&&0<a.length){var f=c("_blank"==d?null:a,d==App.MODE_DEVICE||"download"==d||null==d||"_blank"==d?"0":"1");null!=f&&(d== -App.MODE_DEVICE||"download"==d||"_blank"==d?f.simulate(document,"_blank"):this.pickFolder(d,mxUtils.bind(this,function(c){k=null!=k?k:"pdf"==b?"application/pdf":"image/"+b;if(null!=e)try{this.exportFile(e,a,k,!0,d,c)}catch(A){this.handleError(A)}else this.spinner.spin(document.body,mxResources.get("saving"))&&f.send(mxUtils.bind(this,function(){this.spinner.stop();if(200<=f.getStatus()&&299>=f.getStatus())try{this.exportFile(f.getText(),a,k,!0,d,c)}catch(A){this.handleError(A)}else this.handleError({message:mxResources.get("errorSavingFile")})}), -function(a){this.spinner.stop();this.handleError(a)})})))}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"),mxResources.get("download"),!1,!1,q,null,1<d,4<d?3:4,e,k,h);this.showDialog(a.container,380,d==(mxClient.IS_IOS?0:1)?160:4<d?390:270,!0,!0);a.init()};EditorUi.prototype.getEditBlankXml=function(){return this.getFileData(!0)};EditorUi.prototype.exportFile=function(a,b,c,e,h,k){};EditorUi.prototype.pickFolder=function(a,b,c){b(null)};EditorUi.prototype.exportSvg=function(a, -b,c,e,h,k,q,m,n){if(this.spinner.spin(document.body,mxResources.get("export"))){var d=this.editor.graph.isSelectionEmpty();c=null!=c?c:d;d=b?null:this.editor.graph.background;d==mxConstants.NONE&&(d=null);null==d&&0==b&&(d="#ffffff");var f=this.editor.graph.getSvg(d,a,q,m,null,c);e&&this.editor.graph.addSvgShadow(f);var g=this.getBaseFilename()+".svg",p=mxUtils.bind(this,function(a){this.spinner.stop();h&&a.setAttribute("content",this.getFileData(!0,null,null,null,c,n));if(null!=this.editor.fontCss){var d= +c,e,t){this.isLocalFileSave()?this.saveLocalFile(c,a,e,t,b):this.saveRequest(a,b,mxUtils.bind(this,function(a,d){return this.createEchoRequest(c,a,e,t,b,d)}),c,t,e)};EditorUi.prototype.saveRequest=function(a,b,c,e,t,m,l){l=null!=l?l:!mxClient.IS_IOS||!navigator.standalone;var d=this.getServiceCount(!1);a=new CreateDialog(this,a,mxUtils.bind(this,function(a,d){if("_blank"==d||null!=a&&0<a.length){var f=c("_blank"==d?null:a,d==App.MODE_DEVICE||"download"==d||null==d||"_blank"==d?"0":"1");null!=f&&(d== +App.MODE_DEVICE||"download"==d||"_blank"==d?f.simulate(document,"_blank"):this.pickFolder(d,mxUtils.bind(this,function(c){m=null!=m?m:"pdf"==b?"application/pdf":"image/"+b;if(null!=e)try{this.exportFile(e,a,m,!0,d,c)}catch(A){this.handleError(A)}else this.spinner.spin(document.body,mxResources.get("saving"))&&f.send(mxUtils.bind(this,function(){this.spinner.stop();if(200<=f.getStatus()&&299>=f.getStatus())try{this.exportFile(f.getText(),a,m,!0,d,c)}catch(A){this.handleError(A)}else this.handleError({message:mxResources.get("errorSavingFile")})}), +function(a){this.spinner.stop();this.handleError(a)})})))}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"),mxResources.get("download"),!1,!1,l,null,1<d,4<d?3:4,e,m,t);this.showDialog(a.container,380,d==(mxClient.IS_IOS?0:1)?160:4<d?390:270,!0,!0);a.init()};EditorUi.prototype.getEditBlankXml=function(){return this.getFileData(!0)};EditorUi.prototype.exportFile=function(a,b,c,e,t,m){};EditorUi.prototype.pickFolder=function(a,b,c){b(null)};EditorUi.prototype.exportSvg=function(a, +b,c,e,t,m,l,h,n){if(this.spinner.spin(document.body,mxResources.get("export"))){var d=this.editor.graph.isSelectionEmpty();c=null!=c?c:d;d=b?null:this.editor.graph.background;d==mxConstants.NONE&&(d=null);null==d&&0==b&&(d="#ffffff");var f=this.editor.graph.getSvg(d,a,l,h,null,c);e&&this.editor.graph.addSvgShadow(f);var g=this.getBaseFilename()+".svg",q=mxUtils.bind(this,function(a){this.spinner.stop();t&&a.setAttribute("content",this.getFileData(!0,null,null,null,c,n));if(null!=this.editor.fontCss){var d= a.ownerDocument,d=null!=d.createElementNS?d.createElementNS(mxConstants.NS_SVG,"style"):d.createElement("style");d.setAttribute("type","text/css");mxUtils.setTextContent(d,this.editor.fontCss);a.getElementsByTagName("defs")[0].appendChild(d)}var b='<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n'+mxUtils.getXml(a);this.isLocalFileSave()||b.length<=MAX_REQUEST_SIZE?this.saveData(g,"svg",b,"image/svg+xml"):this.handleError({message:mxResources.get("drawingTooLarge")}, -mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(b)}))});this.convertMath(this.editor.graph,f,!1,mxUtils.bind(this,function(){k?(null==this.thumbImageCache&&(this.thumbImageCache={}),this.convertImages(f,p,this.thumbImageCache)):p(f)}))}};EditorUi.prototype.addCheckbox=function(a,b,c,e,h,k){k=null!=k?k:!0;var d=document.createElement("input");d.style.marginRight="8px";d.style.marginTop="16px";d.setAttribute("type","checkbox");c&&(d.setAttribute("checked","checked"),d.defaultChecked= -!0);e&&d.setAttribute("disabled","disabled");k&&(a.appendChild(d),c=document.createElement("span"),mxUtils.write(c,b),a.appendChild(c),h||mxUtils.br(a),mxEvent.addListener(c,"click",mxUtils.bind(this,function(a){"disabled"!=d.getAttribute("disabled")&&(d.checked=!d.checked,mxEvent.consume(a))})));return d};EditorUi.prototype.addEditButton=function(a,b){var d=this.addCheckbox(a,mxResources.get("edit")+":",!0,null,!0);d.style.marginLeft="24px";var c=this.getCurrentFile(),f="";null!=c&&c.getMode()!= -App.MODE_DEVICE&&c.getMode()!=App.MODE_BROWSER&&(f=window.location.href);var e=document.createElement("select");e.style.width="120px";e.style.marginLeft="8px";e.style.marginRight="10px";e.className="geBtn";c=document.createElement("option");c.setAttribute("value","blank");mxUtils.write(c,mxResources.get("makeCopy"));e.appendChild(c);c=document.createElement("option");c.setAttribute("value","custom");mxUtils.write(c,mxResources.get("custom")+"...");e.appendChild(c);a.appendChild(e);mxEvent.addListener(e, -"change",mxUtils.bind(this,function(){if("custom"==e.value){var a=new FilenameDialog(this,f,mxResources.get("ok"),function(a){null!=a?f=a:e.value="blank"},mxResources.get("url"),null,null,null,null,function(){e.value="blank"});this.showDialog(a.container,300,80,!0,!1);a.init()}}));mxEvent.addListener(d,"change",mxUtils.bind(this,function(){d.checked&&(null==b||b.checked)?e.removeAttribute("disabled"):e.setAttribute("disabled","disabled")}));mxUtils.br(a);return{getLink:function(){return d.checked? -"blank"===e.value?"_blank":f:null},getEditInput:function(){return d},getEditSelect:function(){return e}}};EditorUi.prototype.addLinkSection=function(a,b){function d(){q.innerHTML='<div style="width:100%;height:100%;box-sizing:border-box;'+(null!=f&&f!=mxConstants.NONE?"border:1px solid black;background-color:"+f:"background-position:center center;background-repeat:no-repeat;background-image:url('"+Dialog.prototype.closeImage+"')")+';"></div>'}mxUtils.write(a,mxResources.get("links")+":");var c=document.createElement("select"); +mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(b)}))});this.convertMath(this.editor.graph,f,!1,mxUtils.bind(this,function(){m?(null==this.thumbImageCache&&(this.thumbImageCache={}),this.convertImages(f,q,this.thumbImageCache)):q(f)}))}};EditorUi.prototype.addCheckbox=function(a,b,c,e,t,m){m=null!=m?m:!0;var d=document.createElement("input");d.style.marginRight="8px";d.style.marginTop="16px";d.setAttribute("type","checkbox");c&&(d.setAttribute("checked","checked"),d.defaultChecked= +!0);e&&d.setAttribute("disabled","disabled");m&&(a.appendChild(d),c=document.createElement("span"),mxUtils.write(c,b),a.appendChild(c),t||mxUtils.br(a),mxEvent.addListener(c,"click",mxUtils.bind(this,function(a){"disabled"!=d.getAttribute("disabled")&&(d.checked=!d.checked,mxEvent.consume(a))})));return d};EditorUi.prototype.addEditButton=function(a,b){var d=this.addCheckbox(a,mxResources.get("edit")+":",!0,null,!0);d.style.marginLeft="24px";var c=this.getCurrentFile(),e="";null!=c&&c.getMode()!= +App.MODE_DEVICE&&c.getMode()!=App.MODE_BROWSER&&(e=window.location.href);var f=document.createElement("select");f.style.width="120px";f.style.marginLeft="8px";f.style.marginRight="10px";f.className="geBtn";c=document.createElement("option");c.setAttribute("value","blank");mxUtils.write(c,mxResources.get("makeCopy"));f.appendChild(c);c=document.createElement("option");c.setAttribute("value","custom");mxUtils.write(c,mxResources.get("custom")+"...");f.appendChild(c);a.appendChild(f);mxEvent.addListener(f, +"change",mxUtils.bind(this,function(){if("custom"==f.value){var a=new FilenameDialog(this,e,mxResources.get("ok"),function(a){null!=a?e=a:f.value="blank"},mxResources.get("url"),null,null,null,null,function(){f.value="blank"});this.showDialog(a.container,300,80,!0,!1);a.init()}}));mxEvent.addListener(d,"change",mxUtils.bind(this,function(){d.checked&&(null==b||b.checked)?f.removeAttribute("disabled"):f.setAttribute("disabled","disabled")}));mxUtils.br(a);return{getLink:function(){return d.checked? +"blank"===f.value?"_blank":e:null},getEditInput:function(){return d},getEditSelect:function(){return f}}};EditorUi.prototype.addLinkSection=function(a,b){function d(){l.innerHTML='<div style="width:100%;height:100%;box-sizing:border-box;'+(null!=f&&f!=mxConstants.NONE?"border:1px solid black;background-color:"+f:"background-position:center center;background-repeat:no-repeat;background-image:url('"+Dialog.prototype.closeImage+"')")+';"></div>'}mxUtils.write(a,mxResources.get("links")+":");var c=document.createElement("select"); c.style.width="100px";c.style.marginLeft="8px";c.style.marginRight="10px";c.className="geBtn";var e=document.createElement("option");e.setAttribute("value","auto");mxUtils.write(e,mxResources.get("automatic"));c.appendChild(e);e=document.createElement("option");e.setAttribute("value","blank");mxUtils.write(e,mxResources.get("openInNewWindow"));c.appendChild(e);e=document.createElement("option");e.setAttribute("value","self");mxUtils.write(e,mxResources.get("openInThisWindow"));c.appendChild(e);b&& -(e=document.createElement("option"),e.setAttribute("value","frame"),mxUtils.write(e,mxResources.get("openInThisWindow")+" ("+mxResources.get("iframe")+")"),c.appendChild(e));a.appendChild(c);mxUtils.write(a,mxResources.get("borderColor")+":");var f="#0000ff",q=null,q=mxUtils.button("",mxUtils.bind(this,function(a){this.pickColor(f||"none",function(a){f=a;d()});mxEvent.consume(a)}));d();q.style.padding=mxClient.IS_FF?"4px 2px 4px 2px":"4px";q.style.marginLeft="4px";q.style.height="22px";q.style.width= -"22px";q.style.position="relative";q.style.top=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_EDGE?"6px":"1px";q.className="geColorBtn";a.appendChild(q);mxUtils.br(a);return{getColor:function(){return f},getTarget:function(){return c.value},focus:function(){c.focus()}}};EditorUi.prototype.createLink=function(a,b,c,e,h,k,q,m){var d=this.getCurrentFile(),f=[];e&&(f.push("lightbox=1"),"auto"!=a&&f.push("target="+a),null!=b&&b!=mxConstants.NONE&&f.push("highlight="+("#"==b.charAt(0)?b.substring(1):b)), -null!=h&&0<h.length&&f.push("edit="+encodeURIComponent(h)),k&&f.push("layers=1"),this.editor.graph.foldingEnabled&&f.push("nav=1"));if(c&&null!=this.pages&&null!=this.currentPage)for(a=0;a<this.pages.length;a++)if(this.pages[a]==this.currentPage){0<a&&f.push("page="+a);break}a=!0;null!=q?c="#U"+encodeURIComponent(q):(d=this.getCurrentFile(),m||null==d||d.constructor!=window.DriveFile?c="#R"+encodeURIComponent(c?this.getFileData(!0,null,null,null,null,null,null,!0):this.editor.graph.compress(mxUtils.getXml(this.editor.getGraphXml()))): -(c="#"+d.getHash(),a=!1));a&&null!=d&&null!=d.getTitle()&&d.getTitle()!=this.defaultFilename&&f.push("title="+encodeURIComponent(d.getTitle()));return(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||!/.*\.draw\.io$/.test(window.location.hostname)?"https://www.draw.io/":"https://"+window.location.host+"/")+(0<f.length?"?"+f.join("&"):"")+c};EditorUi.prototype.createHtml=function(a,b,c,e,h,k,q,m,n,l,r){this.getBasenames();var d={};""!=h&&h!=mxConstants.NONE&&(d.highlight=h);"auto"!==e&&(d.target=e); -n||(d.lightbox=!1);d.nav=this.editor.graph.foldingEnabled;c=parseInt(c);isNaN(c)||100==c||(d.zoom=c/100);c=[];q&&(c.push("pages"),d.resize=!0,null!=this.pages&&null!=this.currentPage&&(d.page=mxUtils.indexOf(this.pages,this.currentPage)));b&&(c.push("zoom"),d.resize=!0);m&&c.push("layers");0<c.length&&(n&&c.push("lightbox"),d.toolbar=c.join(" "));null!=l&&0<l.length&&(d.edit=l);null!=a?d.url=a:d.xml=this.getFileData(!0,null,null,null,null,!q);b='<div class="mxgraph" style="'+(k?"max-width:100%;": +(e=document.createElement("option"),e.setAttribute("value","frame"),mxUtils.write(e,mxResources.get("openInThisWindow")+" ("+mxResources.get("iframe")+")"),c.appendChild(e));a.appendChild(c);mxUtils.write(a,mxResources.get("borderColor")+":");var f="#0000ff",l=null,l=mxUtils.button("",mxUtils.bind(this,function(a){this.pickColor(f||"none",function(a){f=a;d()});mxEvent.consume(a)}));d();l.style.padding=mxClient.IS_FF?"4px 2px 4px 2px":"4px";l.style.marginLeft="4px";l.style.height="22px";l.style.width= +"22px";l.style.position="relative";l.style.top=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_EDGE?"6px":"1px";l.className="geColorBtn";a.appendChild(l);mxUtils.br(a);return{getColor:function(){return f},getTarget:function(){return c.value},focus:function(){c.focus()}}};EditorUi.prototype.createLink=function(a,b,c,e,h,m,l,n){var d=this.getCurrentFile(),f=[];e&&(f.push("lightbox=1"),"auto"!=a&&f.push("target="+a),null!=b&&b!=mxConstants.NONE&&f.push("highlight="+("#"==b.charAt(0)?b.substring(1):b)), +null!=h&&0<h.length&&f.push("edit="+encodeURIComponent(h)),m&&f.push("layers=1"),this.editor.graph.foldingEnabled&&f.push("nav=1"));if(c&&null!=this.pages&&null!=this.currentPage)for(a=0;a<this.pages.length;a++)if(this.pages[a]==this.currentPage){0<a&&f.push("page="+a);break}a=!0;null!=l?c="#U"+encodeURIComponent(l):(d=this.getCurrentFile(),n||null==d||d.constructor!=window.DriveFile?c="#R"+encodeURIComponent(c?this.getFileData(!0,null,null,null,null,null,null,!0):this.editor.graph.compress(mxUtils.getXml(this.editor.getGraphXml()))): +(c="#"+d.getHash(),a=!1));a&&null!=d&&null!=d.getTitle()&&d.getTitle()!=this.defaultFilename&&f.push("title="+encodeURIComponent(d.getTitle()));return(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||!/.*\.draw\.io$/.test(window.location.hostname)?"https://www.draw.io/":"https://"+window.location.host+"/")+(0<f.length?"?"+f.join("&"):"")+c};EditorUi.prototype.createHtml=function(a,b,c,e,h,m,l,n,p,k,r){this.getBasenames();var d={};""!=h&&h!=mxConstants.NONE&&(d.highlight=h);"auto"!==e&&(d.target=e); +p||(d.lightbox=!1);d.nav=this.editor.graph.foldingEnabled;c=parseInt(c);isNaN(c)||100==c||(d.zoom=c/100);c=[];l&&(c.push("pages"),d.resize=!0,null!=this.pages&&null!=this.currentPage&&(d.page=mxUtils.indexOf(this.pages,this.currentPage)));b&&(c.push("zoom"),d.resize=!0);n&&c.push("layers");0<c.length&&(p&&c.push("lightbox"),d.toolbar=c.join(" "));null!=k&&0<k.length&&(d.edit=k);null!=a?d.url=a:d.xml=this.getFileData(!0,null,null,null,null,!l);b='<div class="mxgraph" style="'+(m?"max-width:100%;": "")+(""!=c?"border:1px solid transparent;":"")+'" data-mxgraph="'+mxUtils.htmlEntities(JSON.stringify(d))+'"></div>';a=null!=a?"&fetch="+encodeURIComponent(a):"";r(b,'<script type="text/javascript" src="'+(0<a.length?("1"==urlParams.dev?"https://test.draw.io/embed2.js?dev=1":"https://www.draw.io/embed2.js?")+a:"1"==urlParams.dev?"https://test.draw.io/js/viewer.min.js":"https://www.draw.io/js/viewer.min.js")+'">\x3c/script>')};EditorUi.prototype.showHtmlDialog=function(a,b,c,e){var d=document.createElement("div"); -d.style.whiteSpace="nowrap";var f=document.createElement("h3");mxUtils.write(f,mxResources.get("html"));f.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";d.appendChild(f);var g=document.createElement("div");g.style.cssText="border-bottom:1px solid lightGray;padding-bottom:8px;margin-bottom:12px;";var p=document.createElement("input");p.style.cssText="margin-right:8px;margin-top:8px;margin-bottom:8px;";p.setAttribute("value","url");p.setAttribute("type","radio");p.setAttribute("name", -"type-embedhtmldialog");f=p.cloneNode(!0);f.setAttribute("value","copy");g.appendChild(f);var h=document.createElement("span");mxUtils.write(h,mxResources.get("includeCopyOfMyDiagram"));g.appendChild(h);mxUtils.br(g);g.appendChild(p);h=document.createElement("span");mxUtils.write(h,mxResources.get("publicDiagramUrl"));g.appendChild(h);var l=this.getCurrentFile();null==c&&null!=l&&l.constructor==window.DriveFile&&(h=document.createElement("a"),h.style.paddingLeft="12px",h.style.color="gray",h.setAttribute("href", -"javascript:void(0);"),mxUtils.write(h,mxResources.get("share")),g.appendChild(h),mxEvent.addListener(h,"click",mxUtils.bind(this,function(){this.hideDialog();this.drive.showPermissions(l.getId())})));f.setAttribute("checked","checked");null==c&&p.setAttribute("disabled","disabled");d.appendChild(g);var m=this.addLinkSection(d),n=this.addCheckbox(d,mxResources.get("zoom"),!0,null,!0);mxUtils.write(d,":");var r=document.createElement("input");r.setAttribute("type","text");r.style.marginRight="16px"; -r.style.width="60px";r.style.marginLeft="4px";r.style.marginRight="12px";r.value="100%";d.appendChild(r);var u=this.addCheckbox(d,mxResources.get("fit"),!0),g=null!=this.pages&&1<this.pages.length,F=F=this.addCheckbox(d,mxResources.get("allPages"),g,!g),w=this.addCheckbox(d,mxResources.get("layers"),!0),G=this.addCheckbox(d,mxResources.get("lightbox"),!0),I=this.addEditButton(d,G),z=I.getEditInput();z.style.marginBottom="16px";mxEvent.addListener(G,"change",function(){G.checked?z.removeAttribute("disabled"): -z.setAttribute("disabled","disabled");z.checked&&G.checked?I.getEditSelect().removeAttribute("disabled"):I.getEditSelect().setAttribute("disabled","disabled")});a=new CustomDialog(this,d,mxUtils.bind(this,function(){e(p.checked?c:null,n.checked,r.value,m.getTarget(),m.getColor(),u.checked,F.checked,w.checked,G.checked,I.getLink())}),null,a,b);this.showDialog(a.container,340,384,!0,!0);f.focus()};EditorUi.prototype.showPublishLinkDialog=function(a,b,c,e,h,k){var d=document.createElement("div");d.style.whiteSpace= -"nowrap";var f=document.createElement("h3");mxUtils.write(f,a||mxResources.get("link"));f.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";d.appendChild(f);var g=this.getCurrentFile(),f="https://desk.draw.io/support/solutions/articles/16000051941";a=0;if(null!=g&&g.constructor==window.DriveFile&&!b){a=80;var f="https://desk.draw.io/support/solutions/articles/16000039384",l=document.createElement("div");l.style.cssText="border-bottom:1px solid lightGray;padding-bottom:14px;padding-top:6px;margin-bottom:14px;text-align:center;"; -var p=document.createElement("div");p.style.whiteSpace="normal";mxUtils.write(p,mxResources.get("linkAccountRequired"));l.appendChild(p);p=mxUtils.button(mxResources.get("share"),mxUtils.bind(this,function(){this.drive.showPermissions(g.getId())}));p.style.marginTop="12px";p.className="geBtn";l.appendChild(p);d.appendChild(l);p=document.createElement("a");p.style.paddingLeft="12px";p.style.color="gray";p.style.fontSize="11px";p.setAttribute("href","javascript:void(0);");mxUtils.write(p,mxResources.get("check")); -l.appendChild(p);mxEvent.addListener(p,"click",mxUtils.bind(this,function(){this.spinner.spin(document.body,mxResources.get("loading"))&&this.getPublicUrl(this.getCurrentFile(),mxUtils.bind(this,function(a){this.spinner.stop();a=new ErrorDialog(this,null,mxResources.get(null!=a?"diagramIsPublic":"diagramIsNotPublic"),mxResources.get("ok"));this.showDialog(a.container,300,80,!0,!1);a.init()}))}))}var t=null,m=null;if(null!=c||null!=e)a+=30,mxUtils.write(d,mxResources.get("width")+":"),t=document.createElement("input"), -t.setAttribute("type","text"),t.style.marginRight="16px",t.style.width="50px",t.style.marginLeft="6px",t.style.marginRight="16px",t.style.marginBottom="10px",t.value="100%",d.appendChild(t),mxUtils.write(d,mxResources.get("height")+":"),m=document.createElement("input"),m.setAttribute("type","text"),m.style.width="50px",m.style.marginLeft="6px",m.style.marginBottom="10px",m.value=e+"px",d.appendChild(m),mxUtils.br(d);var n=this.addLinkSection(d,k);c=null!=this.pages&&1<this.pages.length;var r=null; -if(null==g||g.constructor!=window.DriveFile||b)r=this.addCheckbox(d,mxResources.get("allPages"),c,!c);var u=this.addCheckbox(d,mxResources.get("lightbox"),!0),G=this.addEditButton(d,u),I=G.getEditInput(),z=this.addCheckbox(d,mxResources.get("layers"),!0);z.style.marginLeft=I.style.marginLeft;z.style.marginBottom="16px";z.style.marginTop="8px";mxEvent.addListener(u,"change",function(){u.checked?(z.removeAttribute("disabled"),I.removeAttribute("disabled")):(z.setAttribute("disabled","disabled"),I.setAttribute("disabled", -"disabled"));I.checked&&u.checked?G.getEditSelect().removeAttribute("disabled"):G.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,d,mxUtils.bind(this,function(){h(n.getTarget(),n.getColor(),null==r?!0:r.checked,u.checked,G.getLink(),z.checked,null!=t?t.value:null,null!=m?m.value:null)}),null,mxResources.get("create"),f);this.showDialog(b.container,340,254+a,!0,!0);null!=t?(t.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?t.select(): -document.execCommand("selectAll",!1,null)):n.focus()};EditorUi.prototype.showRemoteExportDialog=function(a,b,c,e){var d=document.createElement("div");d.style.whiteSpace="nowrap";var f=document.createElement("h3");mxUtils.write(f,mxResources.get("image"));f.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";d.appendChild(f);var g=this.addCheckbox(d,mxResources.get("selectionOnly"),!1,this.editor.graph.isSelectionEmpty()),p=e?null:this.addCheckbox(d,mxResources.get("includeCopyOfMyDiagram"), -!0),f=this.editor.graph,h=e?null:this.addCheckbox(d,mxResources.get("transparentBackground"),f.background==mxConstants.NONE||null==f.background);null!=h&&(h.style.marginBottom="16px");a=new CustomDialog(this,d,mxUtils.bind(this,function(){c(!g.checked,null!=p?p.checked:!1,null!=h?h.checked:!1)}),null,a,b);this.showDialog(a.container,300,e?100:186,!0,!0)};EditorUi.prototype.showExportDialog=function(a,b,c,e,h,k,q,m){q=null!=q?q:!0;var d=document.createElement("div");d.style.whiteSpace="nowrap";var f= -this.editor.graph,g="jpeg"==m?196:300,p=document.createElement("h3");mxUtils.write(p,a);p.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:10px";d.appendChild(p);mxUtils.write(d,mxResources.get("zoom")+":");var t=document.createElement("input");t.setAttribute("type","text");t.style.marginRight="16px";t.style.width="60px";t.style.marginLeft="4px";t.style.marginRight="12px";t.value=this.lastExportZoom||"100%";d.appendChild(t);mxUtils.write(d,mxResources.get("borderWidth")+":"); -var n=document.createElement("input");n.setAttribute("type","text");n.style.marginRight="16px";n.style.width="60px";n.style.marginLeft="4px";n.value=this.lastExportBorder||"0";d.appendChild(n);mxUtils.br(d);var r=this.addCheckbox(d,mxResources.get("transparentBackground"),f.background==mxConstants.NONE||null==f.background,null,null,"jpeg"!=m),x=this.addCheckbox(d,mxResources.get("selectionOnly"),!1,f.isSelectionEmpty()),u=document.createElement("input");u.style.marginTop="16px";u.style.marginRight= -"8px";u.style.marginLeft="24px";u.setAttribute("disabled","disabled");u.setAttribute("type","checkbox");k&&(d.appendChild(u),mxUtils.write(d,mxResources.get("crop")),mxUtils.br(d),g+=26,mxEvent.addListener(x,"change",function(){x.checked?u.removeAttribute("disabled"):u.setAttribute("disabled","disabled")}));f.isSelectionEmpty()||(u.setAttribute("checked","checked"),u.defaultChecked=!0);var I=this.addCheckbox(d,mxResources.get("shadow"),f.shadowVisible),z=document.createElement("input");z.style.marginTop= -"16px";z.style.marginRight="8px";z.setAttribute("type","checkbox");!this.isOffline()&&this.canvasSupported||z.setAttribute("disabled","disabled");b&&(d.appendChild(z),mxUtils.write(d,mxResources.get("embedImages")),mxUtils.br(d),g+=26);var D=this.addCheckbox(d,mxResources.get("includeCopyOfMyDiagram"),q,null,null,"jpeg"!=m),E=null!=this.pages&&1<this.pages.length,J=this.addCheckbox(d,E?mxResources.get("allPages"):"",E,!E,null,"jpeg"!=m);J.style.marginLeft="24px";J.style.marginBottom="16px";E||(J.style.visibility= -"hidden");mxEvent.addListener(D,"change",function(){D.checked&&E?J.removeAttribute("disabled"):J.setAttribute("disabled","disabled")});q&&E||J.setAttribute("disabled","disabled");a=new CustomDialog(this,d,mxUtils.bind(this,function(){this.lastExportBorder=n.value;this.lastExportZoom=t.value;h(t.value,r.checked,!x.checked,I.checked,D.checked,z.checked,n.value,u.checked,!J.checked)}),null,c,e);this.showDialog(a.container,340,g,!0,!0);t.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode|| -mxClient.IS_QUIRKS?t.select():document.execCommand("selectAll",!1,null)};EditorUi.prototype.showEmbedImageDialog=function(a,b,c,e,h){var d=document.createElement("div");d.style.whiteSpace="nowrap";var f=this.editor.graph;if(null!=b){var g=document.createElement("h3");mxUtils.write(g,b);g.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";d.appendChild(g)}var p=this.addCheckbox(d,mxResources.get("fit"),!0),l=this.addCheckbox(d,mxResources.get("shadow"),f.shadowVisible&&e, -!e),t=this.addCheckbox(d,c),m=this.addCheckbox(d,mxResources.get("lightbox"),!0),n=this.addEditButton(d,m),r=n.getEditInput(),u=1<f.model.getChildCount(f.model.getRoot()),w=this.addCheckbox(d,mxResources.get("layers"),u,!u);w.style.marginLeft=r.style.marginLeft;w.style.marginBottom="12px";w.style.marginTop="8px";mxEvent.addListener(m,"change",function(){m.checked?(u&&w.removeAttribute("disabled"),r.removeAttribute("disabled")):(w.setAttribute("disabled","disabled"),r.setAttribute("disabled","disabled")); -r.checked&&m.checked?n.getEditSelect().removeAttribute("disabled"):n.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,d,mxUtils.bind(this,function(){a(p.checked,l.checked,t.checked,m.checked,n.getLink(),w.checked)}),null,mxResources.get("embed"),h);this.showDialog(b.container,280,280,!0,!0)};EditorUi.prototype.createEmbedImage=function(a,b,c,e,h,k,q,m){function d(d){var b=" ",g="";e&&(b=" onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ -(h?"&edit=_blank":"")+(k?"&layers=1":"")+"');}})(this);\"",g+="cursor:pointer;");a&&(g+="max-width:100%;");var l="";c&&(l=' width="'+Math.round(f.width)+'" height="'+Math.round(f.height)+'"');q('<img src="'+d+'"'+l+(""!=g?' style="'+g+'"':"")+b+"/>")}var f=this.editor.graph.getGraphBounds();if(this.isExportToCanvas())this.exportToCanvas(mxUtils.bind(this,function(a){var b=e?this.getFileData(!0):null;a=this.createImageDataUri(a,b,"png");d(a)}),null,null,null,mxUtils.bind(this,function(a){m({message:mxResources.get("unknownError")})}), -null,!0,c?2:1,null,b);else if(b=this.getFileData(!0),f.width*f.height<=MAX_AREA&&b.length<=MAX_REQUEST_SIZE){var g="";c&&(g="&w="+Math.round(2*f.width)+"&h="+Math.round(2*f.height));var p=new mxXmlRequest(EXPORT_URL,"format=png&base64=1&embedXml="+(e?"1":"0")+g+"&xml="+encodeURIComponent(b));p.send(mxUtils.bind(this,function(){200<=p.getStatus()&&299>=p.getStatus()?d("data:image/png;base64,"+p.getText()):m({message:mxResources.get("unknownError")})}))}else m({message:mxResources.get("drawingTooLarge")})}; -EditorUi.prototype.createEmbedSvg=function(a,b,c,e,h,k,q){var d=this.editor.graph.getSvg(),f=d.getElementsByTagName("a");if(null!=f)for(var g=0;g<f.length;g++){var p=f[g].getAttribute("href");null!=p&&"#"==p.charAt(0)&&"_blank"==f[g].getAttribute("target")&&f[g].removeAttribute("target")}e&&d.setAttribute("content",this.getFileData(!0));b&&this.editor.graph.addSvgShadow(d);if(c){var t=" ",m="";e&&(t="onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ -(h?"&edit=_blank":"")+(k?"&layers=1":"")+"');}})(this);\"",m+="cursor:pointer;");a&&(m+="max-width:100%;");this.convertImages(d,mxUtils.bind(this,function(a){q('<img src="'+this.createSvgDataUri(mxUtils.getXml(a))+'"'+(""!=m?' style="'+m+'"':"")+t+"/>")}))}else m="",e&&(d.setAttribute("onclick","(function(svg){var src=window.event.target||window.event.srcElement;while (src!=null&&src.nodeName.toLowerCase()!='a'){src=src.parentNode;}if(src==null){if(svg.wnd!=null&&!svg.wnd.closed){svg.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==svg.wnd){svg.wnd.postMessage(decodeURIComponent(svg.getAttribute('content')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);svg.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ -(h?"&edit=_blank":"")+(k?"&layers=1":"")+"');}}})(this);"),m+="cursor:pointer;"),a&&(a=parseInt(d.getAttribute("width")),b=parseInt(d.getAttribute("height")),d.setAttribute("viewBox","0 0 "+a+" "+b),m+="max-width:100%;max-height:"+b+"px;",d.removeAttribute("height")),""!=m&&d.setAttribute("style",m),q(mxUtils.getXml(d))};EditorUi.prototype.timeSince=function(a){a=Math.floor((new Date-a)/1E3);var d=Math.floor(a/31536E3);if(1<d)return d+" "+mxResources.get("years");d=Math.floor(a/2592E3);if(1<d)return d+ +d.style.whiteSpace="nowrap";var f=document.createElement("h3");mxUtils.write(f,mxResources.get("html"));f.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";d.appendChild(f);var g=document.createElement("div");g.style.cssText="border-bottom:1px solid lightGray;padding-bottom:8px;margin-bottom:12px;";var q=document.createElement("input");q.style.cssText="margin-right:8px;margin-top:8px;margin-bottom:8px;";q.setAttribute("value","url");q.setAttribute("type","radio");q.setAttribute("name", +"type-embedhtmldialog");f=q.cloneNode(!0);f.setAttribute("value","copy");g.appendChild(f);var h=document.createElement("span");mxUtils.write(h,mxResources.get("includeCopyOfMyDiagram"));g.appendChild(h);mxUtils.br(g);g.appendChild(q);h=document.createElement("span");mxUtils.write(h,mxResources.get("publicDiagramUrl"));g.appendChild(h);var k=this.getCurrentFile();null==c&&null!=k&&k.constructor==window.DriveFile&&(h=document.createElement("a"),h.style.paddingLeft="12px",h.style.color="gray",h.setAttribute("href", +"javascript:void(0);"),mxUtils.write(h,mxResources.get("share")),g.appendChild(h),mxEvent.addListener(h,"click",mxUtils.bind(this,function(){this.hideDialog();this.drive.showPermissions(k.getId())})));f.setAttribute("checked","checked");null==c&&q.setAttribute("disabled","disabled");d.appendChild(g);var n=this.addLinkSection(d),v=this.addCheckbox(d,mxResources.get("zoom"),!0,null,!0);mxUtils.write(d,":");var p=document.createElement("input");p.setAttribute("type","text");p.style.marginRight="16px"; +p.style.width="60px";p.style.marginLeft="4px";p.style.marginRight="12px";p.value="100%";d.appendChild(p);var r=this.addCheckbox(d,mxResources.get("fit"),!0),g=null!=this.pages&&1<this.pages.length,u=u=this.addCheckbox(d,mxResources.get("allPages"),g,!g),B=this.addCheckbox(d,mxResources.get("layers"),!0),M=this.addCheckbox(d,mxResources.get("lightbox"),!0),x=this.addEditButton(d,M),z=x.getEditInput();z.style.marginBottom="16px";mxEvent.addListener(M,"change",function(){M.checked?z.removeAttribute("disabled"): +z.setAttribute("disabled","disabled");z.checked&&M.checked?x.getEditSelect().removeAttribute("disabled"):x.getEditSelect().setAttribute("disabled","disabled")});a=new CustomDialog(this,d,mxUtils.bind(this,function(){e(q.checked?c:null,v.checked,p.value,n.getTarget(),n.getColor(),r.checked,u.checked,B.checked,M.checked,x.getLink())}),null,a,b);this.showDialog(a.container,340,384,!0,!0);f.focus()};EditorUi.prototype.showPublishLinkDialog=function(a,b,c,e,h,m){var d=document.createElement("div");d.style.whiteSpace= +"nowrap";var f=document.createElement("h3");mxUtils.write(f,a||mxResources.get("link"));f.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";d.appendChild(f);var g=this.getCurrentFile(),f="https://desk.draw.io/support/solutions/articles/16000051941";a=0;if(null!=g&&g.constructor==window.DriveFile&&!b){a=80;var f="https://desk.draw.io/support/solutions/articles/16000039384",k=document.createElement("div");k.style.cssText="border-bottom:1px solid lightGray;padding-bottom:14px;padding-top:6px;margin-bottom:14px;text-align:center;"; +var q=document.createElement("div");q.style.whiteSpace="normal";mxUtils.write(q,mxResources.get("linkAccountRequired"));k.appendChild(q);q=mxUtils.button(mxResources.get("share"),mxUtils.bind(this,function(){this.drive.showPermissions(g.getId())}));q.style.marginTop="12px";q.className="geBtn";k.appendChild(q);d.appendChild(k);q=document.createElement("a");q.style.paddingLeft="12px";q.style.color="gray";q.style.fontSize="11px";q.setAttribute("href","javascript:void(0);");mxUtils.write(q,mxResources.get("check")); +k.appendChild(q);mxEvent.addListener(q,"click",mxUtils.bind(this,function(){this.spinner.spin(document.body,mxResources.get("loading"))&&this.getPublicUrl(this.getCurrentFile(),mxUtils.bind(this,function(a){this.spinner.stop();a=new ErrorDialog(this,null,mxResources.get(null!=a?"diagramIsPublic":"diagramIsNotPublic"),mxResources.get("ok"));this.showDialog(a.container,300,80,!0,!1);a.init()}))}))}var t=null,n=null;if(null!=c||null!=e)a+=30,mxUtils.write(d,mxResources.get("width")+":"),t=document.createElement("input"), +t.setAttribute("type","text"),t.style.marginRight="16px",t.style.width="50px",t.style.marginLeft="6px",t.style.marginRight="16px",t.style.marginBottom="10px",t.value="100%",d.appendChild(t),mxUtils.write(d,mxResources.get("height")+":"),n=document.createElement("input"),n.setAttribute("type","text"),n.style.width="50px",n.style.marginLeft="6px",n.style.marginBottom="10px",n.value=e+"px",d.appendChild(n),mxUtils.br(d);var p=this.addLinkSection(d,m);c=null!=this.pages&&1<this.pages.length;var r=null; +if(null==g||g.constructor!=window.DriveFile||b)r=this.addCheckbox(d,mxResources.get("allPages"),c,!c);var B=this.addCheckbox(d,mxResources.get("lightbox"),!0),u=this.addEditButton(d,B),x=u.getEditInput(),z=this.addCheckbox(d,mxResources.get("layers"),!0);z.style.marginLeft=x.style.marginLeft;z.style.marginBottom="16px";z.style.marginTop="8px";mxEvent.addListener(B,"change",function(){B.checked?(z.removeAttribute("disabled"),x.removeAttribute("disabled")):(z.setAttribute("disabled","disabled"),x.setAttribute("disabled", +"disabled"));x.checked&&B.checked?u.getEditSelect().removeAttribute("disabled"):u.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,d,mxUtils.bind(this,function(){h(p.getTarget(),p.getColor(),null==r?!0:r.checked,B.checked,u.getLink(),z.checked,null!=t?t.value:null,null!=n?n.value:null)}),null,mxResources.get("create"),f);this.showDialog(b.container,340,254+a,!0,!0);null!=t?(t.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?t.select(): +document.execCommand("selectAll",!1,null)):p.focus()};EditorUi.prototype.showRemoteExportDialog=function(a,b,c,e){var d=document.createElement("div");d.style.whiteSpace="nowrap";var f=document.createElement("h3");mxUtils.write(f,mxResources.get("image"));f.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";d.appendChild(f);var g=this.addCheckbox(d,mxResources.get("selectionOnly"),!1,this.editor.graph.isSelectionEmpty()),q=e?null:this.addCheckbox(d,mxResources.get("includeCopyOfMyDiagram"), +!0),f=this.editor.graph,h=e?null:this.addCheckbox(d,mxResources.get("transparentBackground"),f.background==mxConstants.NONE||null==f.background);null!=h&&(h.style.marginBottom="16px");a=new CustomDialog(this,d,mxUtils.bind(this,function(){c(!g.checked,null!=q?q.checked:!1,null!=h?h.checked:!1)}),null,a,b);this.showDialog(a.container,300,e?100:186,!0,!0)};EditorUi.prototype.showExportDialog=function(a,b,c,e,h,m,l,n){l=null!=l?l:!0;var d=document.createElement("div");d.style.whiteSpace="nowrap";var f= +this.editor.graph,g="jpeg"==n?196:300,q=document.createElement("h3");mxUtils.write(q,a);q.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:10px";d.appendChild(q);mxUtils.write(d,mxResources.get("zoom")+":");var t=document.createElement("input");t.setAttribute("type","text");t.style.marginRight="16px";t.style.width="60px";t.style.marginLeft="4px";t.style.marginRight="12px";t.value=this.lastExportZoom||"100%";d.appendChild(t);mxUtils.write(d,mxResources.get("borderWidth")+":"); +var p=document.createElement("input");p.setAttribute("type","text");p.style.marginRight="16px";p.style.width="60px";p.style.marginLeft="4px";p.value=this.lastExportBorder||"0";d.appendChild(p);mxUtils.br(d);var r=this.addCheckbox(d,mxResources.get("transparentBackground"),f.background==mxConstants.NONE||null==f.background,null,null,"jpeg"!=n),C=this.addCheckbox(d,mxResources.get("selectionOnly"),!1,f.isSelectionEmpty()),u=document.createElement("input");u.style.marginTop="16px";u.style.marginRight= +"8px";u.style.marginLeft="24px";u.setAttribute("disabled","disabled");u.setAttribute("type","checkbox");m&&(d.appendChild(u),mxUtils.write(d,mxResources.get("crop")),mxUtils.br(d),g+=26,mxEvent.addListener(C,"change",function(){C.checked?u.removeAttribute("disabled"):u.setAttribute("disabled","disabled")}));f.isSelectionEmpty()||(u.setAttribute("checked","checked"),u.defaultChecked=!0);var x=this.addCheckbox(d,mxResources.get("shadow"),f.shadowVisible),z=document.createElement("input");z.style.marginTop= +"16px";z.style.marginRight="8px";z.setAttribute("type","checkbox");!this.isOffline()&&this.canvasSupported||z.setAttribute("disabled","disabled");b&&(d.appendChild(z),mxUtils.write(d,mxResources.get("embedImages")),mxUtils.br(d),g+=26);var D=this.addCheckbox(d,mxResources.get("includeCopyOfMyDiagram"),l,null,null,"jpeg"!=n),I=null!=this.pages&&1<this.pages.length,P=this.addCheckbox(d,I?mxResources.get("allPages"):"",I,!I,null,"jpeg"!=n);P.style.marginLeft="24px";P.style.marginBottom="16px";I||(P.style.visibility= +"hidden");mxEvent.addListener(D,"change",function(){D.checked&&I?P.removeAttribute("disabled"):P.setAttribute("disabled","disabled")});l&&I||P.setAttribute("disabled","disabled");a=new CustomDialog(this,d,mxUtils.bind(this,function(){this.lastExportBorder=p.value;this.lastExportZoom=t.value;h(t.value,r.checked,!C.checked,x.checked,D.checked,z.checked,p.value,u.checked,!P.checked)}),null,c,e);this.showDialog(a.container,340,g,!0,!0);t.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode|| +mxClient.IS_QUIRKS?t.select():document.execCommand("selectAll",!1,null)};EditorUi.prototype.showEmbedImageDialog=function(a,b,c,e,h){var d=document.createElement("div");d.style.whiteSpace="nowrap";var f=this.editor.graph;if(null!=b){var g=document.createElement("h3");mxUtils.write(g,b);g.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";d.appendChild(g)}var q=this.addCheckbox(d,mxResources.get("fit"),!0),k=this.addCheckbox(d,mxResources.get("shadow"),f.shadowVisible&&e, +!e),t=this.addCheckbox(d,c),n=this.addCheckbox(d,mxResources.get("lightbox"),!0),p=this.addEditButton(d,n),r=p.getEditInput(),u=1<f.model.getChildCount(f.model.getRoot()),B=this.addCheckbox(d,mxResources.get("layers"),u,!u);B.style.marginLeft=r.style.marginLeft;B.style.marginBottom="12px";B.style.marginTop="8px";mxEvent.addListener(n,"change",function(){n.checked?(u&&B.removeAttribute("disabled"),r.removeAttribute("disabled")):(B.setAttribute("disabled","disabled"),r.setAttribute("disabled","disabled")); +r.checked&&n.checked?p.getEditSelect().removeAttribute("disabled"):p.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,d,mxUtils.bind(this,function(){a(q.checked,k.checked,t.checked,n.checked,p.getLink(),B.checked)}),null,mxResources.get("embed"),h);this.showDialog(b.container,280,280,!0,!0)};EditorUi.prototype.createEmbedImage=function(a,b,c,e,h,m,l,n){function d(d){var b=" ",g="";e&&(b=" onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ +(h?"&edit=_blank":"")+(m?"&layers=1":"")+"');}})(this);\"",g+="cursor:pointer;");a&&(g+="max-width:100%;");var k="";c&&(k=' width="'+Math.round(f.width)+'" height="'+Math.round(f.height)+'"');l('<img src="'+d+'"'+k+(""!=g?' style="'+g+'"':"")+b+"/>")}var f=this.editor.graph.getGraphBounds();if(this.isExportToCanvas())this.exportToCanvas(mxUtils.bind(this,function(a){var b=e?this.getFileData(!0):null;a=this.createImageDataUri(a,b,"png");d(a)}),null,null,null,mxUtils.bind(this,function(a){n({message:mxResources.get("unknownError")})}), +null,!0,c?2:1,null,b);else if(b=this.getFileData(!0),f.width*f.height<=MAX_AREA&&b.length<=MAX_REQUEST_SIZE){var g="";c&&(g="&w="+Math.round(2*f.width)+"&h="+Math.round(2*f.height));var q=new mxXmlRequest(EXPORT_URL,"format=png&base64=1&embedXml="+(e?"1":"0")+g+"&xml="+encodeURIComponent(b));q.send(mxUtils.bind(this,function(){200<=q.getStatus()&&299>=q.getStatus()?d("data:image/png;base64,"+q.getText()):n({message:mxResources.get("unknownError")})}))}else n({message:mxResources.get("drawingTooLarge")})}; +EditorUi.prototype.createEmbedSvg=function(a,b,c,e,h,m,l){var d=this.editor.graph.getSvg(),f=d.getElementsByTagName("a");if(null!=f)for(var g=0;g<f.length;g++){var q=f[g].getAttribute("href");null!=q&&"#"==q.charAt(0)&&"_blank"==f[g].getAttribute("target")&&f[g].removeAttribute("target")}e&&d.setAttribute("content",this.getFileData(!0));b&&this.editor.graph.addSvgShadow(d);if(c){var t=" ",n="";e&&(t="onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ +(h?"&edit=_blank":"")+(m?"&layers=1":"")+"');}})(this);\"",n+="cursor:pointer;");a&&(n+="max-width:100%;");this.convertImages(d,mxUtils.bind(this,function(a){l('<img src="'+this.createSvgDataUri(mxUtils.getXml(a))+'"'+(""!=n?' style="'+n+'"':"")+t+"/>")}))}else n="",e&&(d.setAttribute("onclick","(function(svg){var src=window.event.target||window.event.srcElement;while (src!=null&&src.nodeName.toLowerCase()!='a'){src=src.parentNode;}if(src==null){if(svg.wnd!=null&&!svg.wnd.closed){svg.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==svg.wnd){svg.wnd.postMessage(decodeURIComponent(svg.getAttribute('content')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);svg.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ +(h?"&edit=_blank":"")+(m?"&layers=1":"")+"');}}})(this);"),n+="cursor:pointer;"),a&&(a=parseInt(d.getAttribute("width")),b=parseInt(d.getAttribute("height")),d.setAttribute("viewBox","0 0 "+a+" "+b),n+="max-width:100%;max-height:"+b+"px;",d.removeAttribute("height")),""!=n&&d.setAttribute("style",n),l(mxUtils.getXml(d))};EditorUi.prototype.timeSince=function(a){a=Math.floor((new Date-a)/1E3);var d=Math.floor(a/31536E3);if(1<d)return d+" "+mxResources.get("years");d=Math.floor(a/2592E3);if(1<d)return d+ " "+mxResources.get("months");d=Math.floor(a/86400);if(1<d)return d+" "+mxResources.get("days");d=Math.floor(a/3600);if(1<d)return d+" "+mxResources.get("hours");d=Math.floor(a/60);return 1<d?d+" "+mxResources.get("minutes"):1==d?d+" "+mxResources.get("minute"):null};EditorUi.prototype.convertMath=function(a,b,c,e){a.mathEnabled&&"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub?(Editor.MathJaxRender(b),window.setTimeout(mxUtils.bind(this,function(){MathJax.Hub.Queue(mxUtils.bind(this, function(){e()}))}),0)):e()};EditorUi.prototype.decodeNodeIntoGraph=function(a,b){if(null!=a){var d=null;if("diagram"==a.nodeName)d=a;else if("mxfile"==a.nodeName){var c=a.getElementsByTagName("diagram");if(0<c.length){var d=c[0],e=b.getGlobalVariable;b.getGlobalVariable=function(a){return"page"==a?d.getAttribute("name")||mxResources.get("pageWithNumber",[1]):"pagenumber"==a?1:e.apply(this,arguments)}}}null!=d&&(c=b.decompress(mxUtils.getTextContent(d)),null!=c&&0<c.length&&(a=mxUtils.parseXml(c).documentElement))}c= -this.editor.graph;try{this.editor.graph=b,this.editor.setGraphXml(a)}catch(k){}finally{this.editor.graph=c}return a};EditorUi.prototype.getEmbeddedPng=function(a,b,c){var d=this.editor.graph,e=null;if(null!=c&&0<c.length)d=this.createTemporaryGraph(this.editor.graph.getStylesheet()),document.body.appendChild(d.container),this.decodeNodeIntoGraph(this.editor.extractGraphModel(mxUtils.parseXml(c).documentElement,!0),d),e=c;else if(null!=this.pages&&this.currentPage!=this.pages[0]){var d=this.createTemporaryGraph(d.getStylesheet()), -f=d.getGlobalVariable,g=this.pages[0];d.getGlobalVariable=function(a){return"page"==a?g.getName():"pagenumber"==a?1:f.apply(this,arguments)};document.body.appendChild(d.container);d.model.setRoot(g.root)}this.exportToCanvas(mxUtils.bind(this,function(c){try{null==e&&(e=this.getFileData(!0));var f=c.toDataURL("image/png"),f=this.writeGraphModelToPng(f,"zTXt","mxGraphModel",atob(this.editor.graph.compress(e)));a(f.substring(f.lastIndexOf(",")+1));d!=this.editor.graph&&d.container.parentNode.removeChild(d.container)}catch(l){null!= -b&&b(l)}}),null,null,null,mxUtils.bind(this,function(a){null!=b&&b(a)}),null,null,null,null,d.shadowVisible,null,d)};EditorUi.prototype.getEmbeddedSvg=function(a,b,c,e,h,k,q){q=b.background;q==mxConstants.NONE&&(q=null);b=b.getSvg(q,null,null,null,null,k);null!=a&&b.setAttribute("content",a);null!=c&&b.setAttribute("resource",c);if(null!=h)this.convertImages(b,mxUtils.bind(this,function(a){h((e?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+ -mxUtils.getXml(a))}));else return(e?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+mxUtils.getXml(b)};EditorUi.prototype.exportImage=function(a,b,c,e,h,k,q,m,n){n=null!=n?n:"png";if(this.spinner.spin(document.body,mxResources.get("exporting"))){var d=this.editor.graph.isSelectionEmpty();c=null!=c?c:d;null==this.thumbImageCache&&(this.thumbImageCache={});try{this.exportToCanvas(mxUtils.bind(this,function(a){this.spinner.stop(); -try{this.saveCanvas(a,h?this.getFileData(!0,null,null,null,c,m):null,n)}catch(v){"Invalid image"==v.message?this.downloadFile(n):this.handleError(v)}}),null,this.thumbImageCache,null,mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}),null,c,a||1,b,e,null,null,k,q)}catch(y){this.spinner.stop(),this.handleError(y)}}};EditorUi.prototype.loadFonts=function(a){if(null!=this.editor.fontCss&&null==this.editor.resolvedFontCss){var d=function(a){return a.replace(RegExp("^[\\s\"']+","g"), -"").replace(RegExp("[\\s\"']+$","g"),"")},b=this.editor.fontCss.split("url("),c=0,e={},k=mxUtils.bind(this,function(){if(0==c){for(var f=[b[0]],g=1;g<b.length;g++){var k=b[g].indexOf(")");f.push('url("');f.push(e[d(b[g].substring(0,k))]);f.push('"'+b[g].substring(k))}this.editor.resolvedFontCss=f.join("");a()}});if(0<b.length)for(var h=1;h<b.length;h++){var m=b[h].indexOf(")"),n=null,l=b[h].indexOf("format(",m);0<l&&(n=d(b[h].substring(l+7,b[h].indexOf(")",l))));mxUtils.bind(this,function(a){if(null== +this.editor.graph;try{this.editor.graph=b,this.editor.setGraphXml(a)}catch(m){}finally{this.editor.graph=c}return a};EditorUi.prototype.getEmbeddedPng=function(a,b,c){var d=this.editor.graph,e=null;if(null!=c&&0<c.length)d=this.createTemporaryGraph(this.editor.graph.getStylesheet()),document.body.appendChild(d.container),this.decodeNodeIntoGraph(this.editor.extractGraphModel(mxUtils.parseXml(c).documentElement,!0),d),e=c;else if(null!=this.pages&&this.currentPage!=this.pages[0]){var d=this.createTemporaryGraph(d.getStylesheet()), +f=d.getGlobalVariable,g=this.pages[0];d.getGlobalVariable=function(a){return"page"==a?g.getName():"pagenumber"==a?1:f.apply(this,arguments)};document.body.appendChild(d.container);d.model.setRoot(g.root)}this.exportToCanvas(mxUtils.bind(this,function(c){try{null==e&&(e=this.getFileData(!0));var f=c.toDataURL("image/png"),f=this.writeGraphModelToPng(f,"zTXt","mxGraphModel",atob(this.editor.graph.compress(e)));a(f.substring(f.lastIndexOf(",")+1));d!=this.editor.graph&&d.container.parentNode.removeChild(d.container)}catch(k){null!= +b&&b(k)}}),null,null,null,mxUtils.bind(this,function(a){null!=b&&b(a)}),null,null,null,null,d.shadowVisible,null,d)};EditorUi.prototype.getEmbeddedSvg=function(a,b,c,e,h,m,l){l=b.background;l==mxConstants.NONE&&(l=null);b=b.getSvg(l,null,null,null,null,m);null!=a&&b.setAttribute("content",a);null!=c&&b.setAttribute("resource",c);if(null!=h)this.convertImages(b,mxUtils.bind(this,function(a){h((e?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+ +mxUtils.getXml(a))}));else return(e?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+mxUtils.getXml(b)};EditorUi.prototype.exportImage=function(a,b,c,e,h,m,l,n,p){p=null!=p?p:"png";if(this.spinner.spin(document.body,mxResources.get("exporting"))){var d=this.editor.graph.isSelectionEmpty();c=null!=c?c:d;null==this.thumbImageCache&&(this.thumbImageCache={});try{this.exportToCanvas(mxUtils.bind(this,function(a){this.spinner.stop(); +try{this.saveCanvas(a,h?this.getFileData(!0,null,null,null,c,n):null,p)}catch(v){"Invalid image"==v.message?this.downloadFile(p):this.handleError(v)}}),null,this.thumbImageCache,null,mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}),null,c,a||1,b,e,null,null,m,l)}catch(w){this.spinner.stop(),this.handleError(w)}}};EditorUi.prototype.loadFonts=function(a){if(null!=this.editor.fontCss&&null==this.editor.resolvedFontCss){var d=function(a){return a.replace(RegExp("^[\\s\"']+","g"), +"").replace(RegExp("[\\s\"']+$","g"),"")},b=this.editor.fontCss.split("url("),c=0,e={},m=mxUtils.bind(this,function(){if(0==c){for(var f=[b[0]],g=1;g<b.length;g++){var l=b[g].indexOf(")");f.push('url("');f.push(e[d(b[g].substring(0,l))]);f.push('"'+b[g].substring(l))}this.editor.resolvedFontCss=f.join("");a()}});if(0<b.length)for(var l=1;l<b.length;l++){var h=b[l].indexOf(")"),n=null,k=b[l].indexOf("format(",h);0<k&&(n=d(b[l].substring(k+7,b[l].indexOf(")",k))));mxUtils.bind(this,function(a){if(null== e[a]){e[a]=a;c++;var d="application/x-font-ttf";if("svg"==n||/(\.svg)($|\?)/i.test(a))d="image/svg+xml";else if("otf"==n||"embedded-opentype"==n||/(\.otf)($|\?)/i.test(a))d="application/x-font-opentype";else if("woff"==n||/(\.woff)($|\?)/i.test(a))d="application/font-woff";else if("woff2"==n||/(\.woff2)($|\?)/i.test(a))d="application/font-woff2";else if("eot"==n||/(\.eot)($|\?)/i.test(a))d="application/vnd.ms-fontobject";else if("sfnt"==n||/(\.sfnt)($|\?)/i.test(a))d="application/font-sfnt";var b= -a;/^https?:\/\//.test(b)&&!this.isCorsEnabledForUrl(b)&&(b=PROXY_URL+"?url="+encodeURIComponent(a));this.loadUrl(b,mxUtils.bind(this,function(d){e[a]=d;c--;k()}),mxUtils.bind(this,function(a){c--;k()}),!0,null,"data:"+d+";charset=utf-8;base64,")}})(d(b[h].substring(0,m)),n)}}else a()};EditorUi.prototype.exportToCanvas=function(a,b,c,e,h,k,q,m,n,l,r,v,u,H){k=null!=k?k:!0;v=null!=v?v:this.editor.graph;u=null!=u?u:0;var d=n?null:v.background;d==mxConstants.NONE&&(d=null);null==d&&(d=e);null==d&&0==n&& -(d=this.editor.graph.defaultPageBackgroundColor);this.convertImages(v.getSvg(d,null,null,H,null,null!=q?q:!0),mxUtils.bind(this,function(c){var e=new Image;e.onload=mxUtils.bind(this,function(){try{var f=document.createElement("canvas"),g=parseInt(c.getAttribute("width")),l=parseInt(c.getAttribute("height"));m=null!=m?m:1;null!=b&&(m=k?Math.min(1,Math.min(3*b/(4*l),b/g)):b/g);g=Math.ceil(m*g)+2*u;l=Math.ceil(m*l)+2*u;f.setAttribute("width",g);f.setAttribute("height",l);var q=f.getContext("2d");null!= -d&&(q.beginPath(),q.rect(0,0,g,l),q.fillStyle=d,q.fill());q.scale(m,m);mxClient.IS_SF?window.setTimeout(function(){q.drawImage(e,u/m,u/m);a(f)},0):(q.drawImage(e,u/m,u/m),a(f))}catch(S){null!=h&&h(S)}});e.onerror=function(a){null!=h&&h(a)};try{l&&this.editor.graph.addSvgShadow(c);var f=mxUtils.bind(this,function(){if(null!=this.editor.resolvedFontCss){var a=document.createElement("style");a.setAttribute("type","text/css");a.innerHTML=this.editor.resolvedFontCss;c.getElementsByTagName("defs")[0].appendChild(a)}this.convertMath(v, +a;/^https?:\/\//.test(b)&&!this.isCorsEnabledForUrl(b)&&(b=PROXY_URL+"?url="+encodeURIComponent(a));this.loadUrl(b,mxUtils.bind(this,function(d){e[a]=d;c--;m()}),mxUtils.bind(this,function(a){c--;m()}),!0,null,"data:"+d+";charset=utf-8;base64,")}})(d(b[l].substring(0,h)),n)}}else a()};EditorUi.prototype.exportToCanvas=function(a,b,c,e,h,m,l,n,p,k,r,v,u,J){m=null!=m?m:!0;v=null!=v?v:this.editor.graph;u=null!=u?u:0;var d=p?null:v.background;d==mxConstants.NONE&&(d=null);null==d&&(d=e);null==d&&0==p&& +(d=this.editor.graph.defaultPageBackgroundColor);this.convertImages(v.getSvg(d,null,null,J,null,null!=l?l:!0),mxUtils.bind(this,function(c){var e=new Image;e.onload=mxUtils.bind(this,function(){try{var f=document.createElement("canvas"),g=parseInt(c.getAttribute("width")),l=parseInt(c.getAttribute("height"));n=null!=n?n:1;null!=b&&(n=m?Math.min(1,Math.min(3*b/(4*l),b/g)):b/g);g=Math.ceil(n*g)+2*u;l=Math.ceil(n*l)+2*u;f.setAttribute("width",g);f.setAttribute("height",l);var k=f.getContext("2d");null!= +d&&(k.beginPath(),k.rect(0,0,g,l),k.fillStyle=d,k.fill());k.scale(n,n);mxClient.IS_SF?window.setTimeout(function(){k.drawImage(e,u/n,u/n);a(f)},0):(k.drawImage(e,u/n,u/n),a(f))}catch(R){null!=h&&h(R)}});e.onerror=function(a){null!=h&&h(a)};try{k&&this.editor.graph.addSvgShadow(c);var f=mxUtils.bind(this,function(){if(null!=this.editor.resolvedFontCss){var a=document.createElement("style");a.setAttribute("type","text/css");a.innerHTML=this.editor.resolvedFontCss;c.getElementsByTagName("defs")[0].appendChild(a)}this.convertMath(v, c,!0,mxUtils.bind(this,function(){e.src=this.createSvgDataUri(mxUtils.getXml(c))}))});this.loadFonts(f)}catch(z){null!=h&&h(z)}}),c,r)};EditorUi.prototype.createImageUrlConverter=function(){var a=new mxUrlConverter;a.updateBaseUrl();var b=a.convert,c=this;a.convert=function(d){if(null!=d){var e="http://"==d.substring(0,7)||"https://"==d.substring(0,8);e&&!navigator.onLine?d=c.svgBrokenImage.src:!e||d.substring(0,a.baseUrl.length)==a.baseUrl||c.crossOriginImages&&c.isCorsEnabledForUrl(d)?"chrome-extension://"!= -d.substring(0,19)&&(d=b.apply(this,arguments)):d=PROXY_URL+"?url="+encodeURIComponent(d)}return d};return a};EditorUi.prototype.convertImages=function(a,b,c,e){null==e&&(e=this.createImageUrlConverter());var d=0,f=c||{};c=mxUtils.bind(this,function(c,g){for(var k=a.getElementsByTagName(c),l=0;l<k.length;l++)mxUtils.bind(this,function(c){var k=e.convert(c.getAttribute(g));if(null!=k&&"data:"!=k.substring(0,5)){var l=f[k];null==l?(d++,this.convertImageToDataUri(k,function(e){null!=e&&(f[k]=e,c.setAttribute(g, -e));d--;0==d&&b(a)})):c.setAttribute(g,l)}else null!=k&&c.setAttribute(g,k)})(k[l])});c("image","xlink:href");c("img","src");0==d&&b(a)};EditorUi.prototype.loadUrl=function(a,b,c,e,h,k){try{var d=e||/(\.png)($|\?)/i.test(a)||/(\.jpe?g)($|\?)/i.test(a)||/(\.gif)($|\?)/i.test(a);h=null!=h?h:!0;var f=mxUtils.bind(this,function(){mxUtils.get(a,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus()){if(null!=b){var e=a.getText();if(d){if((9==document.documentMode||10==document.documentMode)&& -"undefined"!==typeof window.mxUtilsBinaryToArray){a=mxUtilsBinaryToArray(a.request.responseBody).toArray();for(var e=Array(a.length),f=0;f<a.length;f++)e[f]=String.fromCharCode(a[f]);e=e.join("")}k=null!=k?k:"data:image/png;base64,";e=k+this.base64Encode(e)}b(e)}}else null!=c&&c({code:App.ERROR_UNKNOWN},a)}),function(){null!=c&&c({code:App.ERROR_UNKNOWN})},d,this.timeout,function(){h&&null!=c&&c({code:App.ERROR_TIMEOUT,retry:f})})});f()}catch(B){null!=c&&c(B)}};EditorUi.prototype.isCorsEnabledForUrl= +d.substring(0,19)&&(d=b.apply(this,arguments)):d=PROXY_URL+"?url="+encodeURIComponent(d)}return d};return a};EditorUi.prototype.convertImages=function(a,b,c,e){null==e&&(e=this.createImageUrlConverter());var d=0,f=c||{};c=mxUtils.bind(this,function(c,g){for(var l=a.getElementsByTagName(c),k=0;k<l.length;k++)mxUtils.bind(this,function(c){var l=e.convert(c.getAttribute(g));if(null!=l&&"data:"!=l.substring(0,5)){var k=f[l];null==k?(d++,this.convertImageToDataUri(l,function(e){null!=e&&(f[l]=e,c.setAttribute(g, +e));d--;0==d&&b(a)})):c.setAttribute(g,k)}else null!=l&&c.setAttribute(g,l)})(l[k])});c("image","xlink:href");c("img","src");0==d&&b(a)};EditorUi.prototype.loadUrl=function(a,b,c,e,h,m){try{var d=e||/(\.png)($|\?)/i.test(a)||/(\.jpe?g)($|\?)/i.test(a)||/(\.gif)($|\?)/i.test(a);h=null!=h?h:!0;var f=mxUtils.bind(this,function(){mxUtils.get(a,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus()){if(null!=b){var e=a.getText();if(d){if((9==document.documentMode||10==document.documentMode)&& +"undefined"!==typeof window.mxUtilsBinaryToArray){a=mxUtilsBinaryToArray(a.request.responseBody).toArray();for(var e=Array(a.length),f=0;f<a.length;f++)e[f]=String.fromCharCode(a[f]);e=e.join("")}m=null!=m?m:"data:image/png;base64,";e=m+this.base64Encode(e)}b(e)}}else null!=c&&c({code:App.ERROR_UNKNOWN},a)}),function(){null!=c&&c({code:App.ERROR_UNKNOWN})},d,this.timeout,function(){h&&null!=c&&c({code:App.ERROR_TIMEOUT,retry:f})})});f()}catch(y){null!=c&&c(y)}};EditorUi.prototype.isCorsEnabledForUrl= function(a){null!=urlParams.cors&&null==this.corsRegExp&&(this.corsRegExp=new RegExp(decodeURIComponent(urlParams.cors)));return null!=this.corsRegExp&&this.corsRegExp.test(a)||"https://raw.githubusercontent.com/"===a.substring(0,34)||"https://cdn.rawgit.com/"===a.substring(0,23)||"https://rawgit.com/"===a.substring(0,19)||/^https?:\/\/[^\/]*\.iconfinder.com\//.test(a)||/^https?:\/\/[^\/]*\.draw\.io\/proxy/.test(a)||/^https?:\/\/[^\/]*\.github\.io\//.test(a)};EditorUi.prototype.convertImageToDataUri= -function(a,b){if(/(\.svg)$/i.test(a))mxUtils.get(a,mxUtils.bind(this,function(a){b(this.createSvgDataUri(a.getText()))}),function(){b(this.svgBrokenImage.src)});else{var d=new Image,c=this;this.crossOriginImages&&(d.crossOrigin="anonymous");d.onload=function(){var a=document.createElement("canvas"),e=a.getContext("2d");a.height=d.height;a.width=d.width;e.drawImage(d,0,0);try{b(a.toDataURL())}catch(q){b(c.svgBrokenImage.src)}};d.onerror=function(){b(c.svgBrokenImage.src)};d.src=a}};EditorUi.prototype.importXml= -function(a,b,c,e,h){b=null!=b?b:0;c=null!=c?c:0;var d=[];try{var f=this.editor.graph;if(null!=a&&0<a.length){var g=mxUtils.parseXml(a),p=this.editor.extractGraphModel(g.documentElement,null!=this.pages);if(null!=p&&"mxfile"==p.nodeName&&null!=this.pages){var l=p.getElementsByTagName("diagram");if(1==l.length)p=mxUtils.parseXml(f.decompress(mxUtils.getTextContent(l[0]))).documentElement;else if(1<l.length){f.model.beginUpdate();try{for(a=0;a<l.length;a++){l[a].removeAttribute("id");var m=this.updatePageRoot(new DiagramPage(l[a])), -t=this.pages.length;null==m.getName()&&m.setName(mxResources.get("pageWithNumber",[t+1]));f.model.execute(new ChangePage(this,m,m,t))}}finally{f.model.endUpdate()}}}null!=p&&"mxGraphModel"===p.nodeName&&(d=f.importGraphModel(p,b,c,e))}}catch(A){throw h||this.handleError(A,mxResources.get("invalidOrMissingFile")),A;}return d};EditorUi.prototype.importVisio=function(a,b,c,e){e=null!=e?e:a.name;c=null!=c?c:mxUtils.bind(this,function(a){this.handleError(a)});var d=mxUtils.bind(this,function(){this.loadingExtensions= -!1;if(this.doImportVisio)if(/(\.vsd)($|\?)/i.test(e)&&null!=VSD_CONVERT_URL){var d=new FormData;d.append("file1",a,e);var f=new XMLHttpRequest;f.open("POST",VSD_CONVERT_URL);f.responseType="blob";f.onreadystatechange=mxUtils.bind(this,function(){if(4==f.readyState)if(200<=f.status&&299>=f.status)try{this.doImportVisio(f.response,b,c)}catch(x){c(x)}else c({})});f.send(d)}else try{this.doImportVisio(a,b,c)}catch(x){c(x)}});this.doImportVisio||this.loadingExtensions||this.isOffline()?d():(this.loadingExtensions= -!0,mxscript("js/extensions.min.js",d))};EditorUi.prototype.exportVisio=function(){var a=mxUtils.bind(this,function(){this.loadingExtensions=!1;if("undefined"!==typeof VsdxExport)try{(new VsdxExport(this)).exportCurrentDiagrams()}catch(f){this.handleError(f)}});"undefined"!==typeof VsdxExport||this.loadingExtensions||this.isOffline()?a():(this.loadingExtensions=!0,mxscript("js/extensions.min.js",a))};EditorUi.prototype.importLucidChart=function(a,b,c,e,h){var d=mxUtils.bind(this,function(){this.loadingExtensions= -!1;if(this.pasteLucidChart)try{this.insertLucidChart(a,b,c,e,h)}catch(q){this.handleError(q)}finally{null!=h&&h()}});this.pasteLucidChart||this.loadingExtensions||this.isOffline()?window.setTimeout(d,0):(this.loadingExtensions=!0,"1"==urlParams.dev?mxscript("js/diagramly/Extensions.js",d):mxscript("js/extensions.min.js",d))};EditorUi.prototype.insertLucidChart=function(a,b,c,e,h){h=JSON.parse(a);a=[];if(null!=h.state){h=JSON.parse(h.state);for(var d in h.Pages)a.push(h.Pages[d]);a.sort(function(a, -d){return a.Properties.Order<d.Properties.Order?-1:a.Properties.Order>d.Properties.Order?1:0})}else a.push(h);if(0<a.length){this.editor.graph.getModel().beginUpdate();try{if(this.pasteLucidChart(a[0],b,c,e),null!=this.pages){var f=this.currentPage;for(b=1;b<a.length;b++)this.insertPage(),this.pasteLucidChart(a[b]);this.selectPage(f)}}finally{this.editor.graph.getModel().endUpdate()}}};EditorUi.prototype.insertTextAt=function(a,b,c,e,h,k,q){k=null!=k?k:!0;q=null!=q?q:!0;if(null!=a)if(Graph.fileSupport&& -!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a))this.parseFile(new Blob([a.replace(/\s+/g," ")],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&200<=a.status&&299>=a.status&&this.editor.graph.setSelectionCells(this.insertTextAt(a.responseText,b,c,!0))}));else if("data:"==a.substring(0,5)||!this.isOffline()&&(h||/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(a))){var d=this.editor.graph;if("data:image/png;base64,"==a.substring(0,22)){var f=this.extractGraphModelFromPng(a), -g=this.importXml(f,b,c,k,!0);if(0<g.length)return g}if("data:image/svg+xml;"==a.substring(0,19))try{if(f=null,"data:image/svg+xml;base64,"==a.substring(0,26)?(f=a.substring(a.indexOf(",")+1),f=window.atob&&!mxClient.IS_SF?atob(f):Base64.decode(f,!0)):f=decodeURIComponent(a.substring(a.indexOf(",")+1)),g=this.importXml(f,b,c,k,!0),0<g.length)return g}catch(y){}this.loadImage(a,mxUtils.bind(this,function(e){if("data:"==a.substring(0,5))this.resizeImage(e,a,mxUtils.bind(this,function(a,e,f){d.setSelectionCell(d.insertVertex(null, -null,"",d.snap(b),d.snap(c),e,f,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+this.convertDataUri(a)+";"))}),q,this.maxImageSize);else{var f=Math.min(1,Math.min(this.maxImageSize/e.width,this.maxImageSize/e.height)),g=Math.round(e.width*f);e=Math.round(e.height*f);d.setSelectionCell(d.insertVertex(null,null,"",d.snap(b),d.snap(c),g,e,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+ -a+";"))}}),mxUtils.bind(this,function(){var f=null;d.getModel().beginUpdate();try{f=d.insertVertex(d.getDefaultParent(),null,a,d.snap(b),d.snap(c),1,1,"text;"+(e?"html=1;":"")),d.updateCellSize(f),d.fireEvent(new mxEventObject("textInserted","cells",[f]))}finally{d.getModel().endUpdate()}d.setSelectionCell(f)}))}else{a=this.editor.graph.zapGremlins(mxUtils.trim(a));if(this.isCompatibleString(a))return this.importXml(a,b,c,k);if(0<a.length)if('{"state":"{\\"Properties\\":'==a.substring(0,26))this.importLucidChart(a, -b,c,k);else{d=this.editor.graph;h=null;d.getModel().beginUpdate();try{h=d.insertVertex(d.getDefaultParent(),null,"",d.snap(b),d.snap(c),1,1,"text;"+(e?"html=1;":"")),d.fireEvent(new mxEventObject("textInserted","cells",[h])),"<"==a.charAt(0)&&a.indexOf(">")==a.length-1&&(a=mxUtils.htmlEntities(a)),h.value=a,d.updateCellSize(h),/\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“â€â€˜â€™]))/i.test(h.value)&& -d.setLinkForCell(h,h.value),h.geometry.width+=d.gridSize,h.geometry.height+=d.gridSize}finally{d.getModel().endUpdate()}return[h]}}return[]};EditorUi.prototype.formatFileSize=function(a){var d=-1;do a/=1024,d++;while(1024<a);return Math.max(a,.1).toFixed(1)+" kB; MB; GB; TB;PB;EB;ZB;YB".split(";")[d]};EditorUi.prototype.convertDataUri=function(a){if("data:"==a.substring(0,5)){var d=a.indexOf(";");0<d&&(a=a.substring(0,d)+a.substring(a.indexOf(",",d+1)))}return a};EditorUi.prototype.isRemoteFileFormat= -function(a,b){return/(\"contentType\":\s*\"application\/gliffy\+json\")/.test(a)};EditorUi.prototype.importLocalFile=function(a,b){if(a&&Graph.fileSupport&&(!mxClient.IS_IE&&!mxClient.IS_IE11||0>navigator.appVersion.indexOf("Windows NT 6.1"))){var d=document.createElement("input");d.setAttribute("type","file");mxEvent.addListener(d,"change",mxUtils.bind(this,function(){null!=d.files&&this.importFiles(d.files,null,null,this.maxImageSize)}));d.click()}else{window.openNew=!1;window.openKey="import"; -if(!b){var c=Editor.useLocalStorage;Editor.useLocalStorage=!a}window.openFile=new OpenFile(mxUtils.bind(this,function(a){this.hideDialog(a)}));window.openFile.setConsumer(mxUtils.bind(this,function(a,d){if(null!=d&&Graph.fileSupport&&/(\.vsdx?)($|\?)/i.test(d)){var b=new Blob([a],{type:"application/octet-stream"});this.importVisio(b,mxUtils.bind(this,function(a){this.importXml(a)}),null,d)}else this.editor.graph.setSelectionCells(this.importXml(a))}));this.showDialog((new OpenDialog(this)).container, -360,220,!0,!0,function(){window.openFile=null});if(!b){var e=this.dialog,f=e.close;this.dialog.close=mxUtils.bind(this,function(a){Editor.useLocalStorage=c;f.apply(e,arguments);a&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash()})}}};EditorUi.prototype.importFile=function(a,b,c,e,h,k,q,m,n,l,r){l=null!=l?l:!0;var d=!1,f=null,g=mxUtils.bind(this,function(a){var d=null;null!=a&&"<mxlibrary"==a.substring(0,10)?this.loadLibrary(new LocalLibrary(this,a,q)):d=this.importXml(a,c,e,l); -null!=m&&m(d)});"image"==b.substring(0,5)?(n=!1,"image/png"==b.substring(0,9)&&(b=r?null:this.extractGraphModelFromPng(a),null!=b&&0<b.length&&(f=this.importXml(b,c,e,l),n=!0)),n||(f=this.editor.graph,b=a.indexOf(";"),0<b&&(a=a.substring(0,b)+a.substring(a.indexOf(",",b+1))),l&&f.isGridEnabled()&&(c=f.snap(c),e=f.snap(e)),f=[f.insertVertex(null,null,"",c,e,h,k,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a+";")])):/(\.*<graphml )/.test(a)&& -"undefined"!==typeof window.mxGraphMlCodec?(new mxGraphMlCodec).decode(a,mxUtils.bind(this,function(a){a=this.importXml(a,c,e,l);null!=m&&m(a)})):null!=n&&null!=q&&(/(\.vsdx?)($|\?)/i.test(q)||/(\.vssx)($|\?)/i.test(q))?(d=!0,this.importVisio(n,g)):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a,q)?(d=!0,this.parseFile(null!=n?n:new Blob([a],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&(200<=a.status&&299>=a.status?g(a.responseText):null!= -m&&m(null))}),q)):/(\.vsd)($|\?)/i.test(q)||(f=this.insertTextAt(this.validateFileData(a),c,e,!0,null,l));d||null==m||m(f);return f};EditorUi.prototype.base64Encode=function(a){for(var d="",b=0,c=a.length,e,k,h;b<c;){e=a.charCodeAt(b++)&255;if(b==c){d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4);d+="==";break}k=a.charCodeAt(b++);if(b==c){d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>> -2);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(k&240)>>4);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((k&15)<<2);d+="=";break}h=a.charCodeAt(b++);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(k&240)>>4);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((k&15)<<2|(h&192)>>6); -d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(h&63)}return d};EditorUi.prototype.importFiles=function(a,b,c,e,h,k,q,m,n,l,r,v){b=null!=b?b:0;c=null!=c?c:0;e=null!=e?e:this.maxImageSize;l=null!=l?l:this.maxImageBytes;var d=null!=b&&null!=c,f=!0,g=!1;if(!mxClient.IS_CHROMEAPP&&null!=a)for(var p=r||this.resampleThreshold,t=0;t<a.length;t++)if("image/"==a[t].type.substring(0,6)&&a[t].size>p){g=!0;break}var u=mxUtils.bind(this,function(){var g=this.editor.graph,p=g.gridSize; -h=null!=h?h:mxUtils.bind(this,function(a,b,c,e,f,g,k,h,l){return null!=a&&"<mxlibrary"==a.substring(0,10)?(this.spinner.stop(),this.loadLibrary(new LocalLibrary(this,a,k)),null):this.importFile(a,b,c,e,f,g,k,h,l,d,v)});k=null!=k?k:mxUtils.bind(this,function(a){g.setSelectionCells(a)});if(this.spinner.spin(document.body,mxResources.get("loading")))for(var n=a.length,t=n,u=[],x=mxUtils.bind(this,function(a,d){u[a]=d;if(0==--t){this.spinner.stop();if(null!=m)m(u);else{var b=[];g.getModel().beginUpdate(); -try{for(var c=0;c<u.length;c++){var e=u[c]();null!=e&&(b=b.concat(e))}}finally{g.getModel().endUpdate()}}k(b)}}),w=0;w<n;w++)mxUtils.bind(this,function(d){var k=a[d],m=new FileReader;m.onload=mxUtils.bind(this,function(a){if(null==q||q(k))if("image/"==k.type.substring(0,6))if("image/svg"==k.type.substring(0,9)){var m=a.target.result,n=m.indexOf(","),t=decodeURIComponent(escape(atob(m.substring(n+1)))),z=mxUtils.parseXml(t),t=z.getElementsByTagName("svg");if(0<t.length){var t=t[0],u=v?null:t.getAttribute("content"); -null!=u&&"<"!=u.charAt(0)&&"%"!=u.charAt(0)&&(u=unescape(window.atob?atob(u):Base64.decode(u,!0)));null!=u&&"%"==u.charAt(0)&&(u=decodeURIComponent(u));null==u||"<mxfile "!==u.substring(0,8)&&"<mxGraphModel "!==u.substring(0,14)?x(d,mxUtils.bind(this,function(){try{if(m.substring(0,n+1),null!=z){var a=z.getElementsByTagName("svg");if(0<a.length){var l=a[0],q=parseFloat(l.getAttribute("width")),t=parseFloat(l.getAttribute("height")),r=l.getAttribute("viewBox");if(null==r||0==r.length)l.setAttribute("viewBox", -"0 0 "+q+" "+t);else if(isNaN(q)||isNaN(t)){var v=r.split(" ");3<v.length&&(q=parseFloat(v[2]),t=parseFloat(v[3]))}m=this.createSvgDataUri(mxUtils.getXml(l));var u=Math.min(1,Math.min(e/Math.max(1,q)),e/Math.max(1,t)),x=h(m,k.type,b+d*p,c+d*p,Math.max(1,Math.round(q*u)),Math.max(1,Math.round(t*u)),k.name,f);if(isNaN(q)||isNaN(t)){var E=new Image;E.onload=mxUtils.bind(this,function(){q=Math.max(1,E.width);t=Math.max(1,E.height);x[0].geometry.width=q;x[0].geometry.height=t;l.setAttribute("viewBox", -"0 0 "+q+" "+t);m=this.createSvgDataUri(mxUtils.getXml(l));var a=m.indexOf(";");0<a&&(m=m.substring(0,a)+m.substring(m.indexOf(",",a+1)));g.setCellStyles("image",m,[x[0]])});E.src=this.createSvgDataUri(mxUtils.getXml(l))}return x}}}catch(ga){}return null})):x(d,mxUtils.bind(this,function(){return h(u,"text/xml",b+d*p,c+d*p,0,0,k.name)}))}}else{t=!1;if("image/png"==k.type){var E=v?null:this.extractGraphModelFromPng(a.target.result);if(null!=E&&0<E.length){var J=new Image;J.src=a.target.result;x(d, -mxUtils.bind(this,function(){return h(E,"text/xml",b+d*p,c+d*p,J.width,J.height,k.name)}));t=!0}}t||(mxClient.IS_CHROMEAPP?(this.spinner.stop(),this.showError(mxResources.get("error"),mxResources.get("dragAndDropNotSupported"),mxResources.get("cancel"),mxUtils.bind(this,function(){}),null,mxResources.get("ok"),mxUtils.bind(this,function(){this.actions.get("import").funct()}))):this.loadImage(a.target.result,mxUtils.bind(this,function(g){this.resizeImage(g,a.target.result,mxUtils.bind(this,function(g, -q,m){x(d,mxUtils.bind(this,function(){if(null!=g&&g.length<l){var n=f&&this.isResampleImage(a.target.result,r)?Math.min(1,Math.min(e/q,e/m)):1;return h(g,k.type,b+d*p,c+d*p,Math.round(q*n),Math.round(m*n),k.name)}this.handleError({message:mxResources.get("imageTooBig")});return null}))}),f,e,r)}),mxUtils.bind(this,function(){this.handleError({message:mxResources.get("invalidOrMissingFile")})})))}else h(a.target.result,k.type,b+d*p,c+d*p,240,160,k.name,function(a){x(d,function(){return a})})});/(\.vsdx?)($|\?)/i.test(k.name)|| -/(\.vssx)($|\?)/i.test(k.name)?h(null,k.type,b+d*p,c+d*p,240,160,k.name,function(a){x(d,function(){return a})},k):"image"==k.type.substring(0,5)?m.readAsDataURL(k):m.readAsText(k)})(w)});g?this.confirmImageResize(function(a){f=a;u()},n):u()};EditorUi.prototype.confirmImageResize=function(a,b){b=null!=b?b:!1;var d=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){},c=isLocalStorage||mxClient.IS_CHROMEAPP?mxSettings.getResizeImages():null,e=function(c,e){if(c||b)mxSettings.setResizeImages(c? +function(a,b){if(/(\.svg)$/i.test(a))mxUtils.get(a,mxUtils.bind(this,function(a){b(this.createSvgDataUri(a.getText()))}),function(){b(this.svgBrokenImage.src)});else{var d=new Image,c=this;this.crossOriginImages&&(d.crossOrigin="anonymous");d.onload=function(){var a=document.createElement("canvas"),e=a.getContext("2d");a.height=d.height;a.width=d.width;e.drawImage(d,0,0);try{b(a.toDataURL())}catch(l){b(c.svgBrokenImage.src)}};d.onerror=function(){b(c.svgBrokenImage.src)};d.src=a}};EditorUi.prototype.importXml= +function(a,b,c,e,h){b=null!=b?b:0;c=null!=c?c:0;var d=[];try{var f=this.editor.graph;if(null!=a&&0<a.length){var g=mxUtils.parseXml(a),q=this.editor.extractGraphModel(g.documentElement,null!=this.pages);if(null!=q&&"mxfile"==q.nodeName&&null!=this.pages){var k=q.getElementsByTagName("diagram");if(1==k.length)q=mxUtils.parseXml(f.decompress(mxUtils.getTextContent(k[0]))).documentElement;else if(1<k.length){f.model.beginUpdate();try{for(a=0;a<k.length;a++){k[a].removeAttribute("id");var n=this.updatePageRoot(new DiagramPage(k[a])), +t=this.pages.length;null==n.getName()&&n.setName(mxResources.get("pageWithNumber",[t+1]));f.model.execute(new ChangePage(this,n,n,t))}}finally{f.model.endUpdate()}}}null!=q&&"mxGraphModel"===q.nodeName&&(d=f.importGraphModel(q,b,c,e))}}catch(A){throw h||this.handleError(A,mxResources.get("invalidOrMissingFile")),A;}return d};EditorUi.prototype.importVisio=function(a,b,c,e){e=null!=e?e:a.name;c=null!=c?c:mxUtils.bind(this,function(a){this.handleError(a)});var d=mxUtils.bind(this,function(){this.loadingExtensions= +!1;if(this.doImportVisio)if((/(\.vsd)($|\?)/i.test(e)||/(\.vss)($|\?)/i.test(e))&&null!=VSD_CONVERT_URL){var d=new FormData;d.append("file1",a,e);var f=new XMLHttpRequest;f.open("POST",VSD_CONVERT_URL);f.responseType="blob";f.onreadystatechange=mxUtils.bind(this,function(){if(4==f.readyState)if(200<=f.status&&299>=f.status)try{f.response.name=e,this.doImportVisio(f.response,b,c)}catch(C){c(C)}else c({})});f.send(d)}else try{this.doImportVisio(a,b,c)}catch(C){c(C)}});this.doImportVisio||this.loadingExtensions|| +this.isOffline()?d():(this.loadingExtensions=!0,mxscript("js/extensions.min.js",d))};EditorUi.prototype.exportVisio=function(){var a=mxUtils.bind(this,function(){this.loadingExtensions=!1;if("undefined"!==typeof VsdxExport)try{(new VsdxExport(this)).exportCurrentDiagrams()}catch(f){this.handleError(f)}});"undefined"!==typeof VsdxExport||this.loadingExtensions||this.isOffline()?a():(this.loadingExtensions=!0,mxscript("js/extensions.min.js",a))};EditorUi.prototype.convertLucidChart=function(a,b,c){var d= +mxUtils.bind(this,function(){this.loadingExtensions=!1;if("undefined"!==typeof window.LucidImporter)try{b(LucidImporter.importState(JSON.parse(a)))}catch(t){c(t)}else c({message:mxResources.get("serviceUnavailableOrBlocked")})});"undefined"!==typeof window.LucidImporter||this.loadingExtensions||this.isOffline()?window.setTimeout(d,0):(this.loadingExtensions=!0,"1"==urlParams.dev?mxscript("js/diagramly/Extensions.js",d):mxscript("js/extensions.min.js",d))};EditorUi.prototype.insertTextAt=function(a, +b,c,e,h,m,l){m=null!=m?m:!0;l=null!=l?l:!0;if(null!=a)if(Graph.fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a))this.parseFile(new Blob([a.replace(/\s+/g," ")],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&200<=a.status&&299>=a.status&&this.editor.graph.setSelectionCells(this.insertTextAt(a.responseText,b,c,!0))}));else if("data:"==a.substring(0,5)||!this.isOffline()&&(h||/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(a))){var d=this.editor.graph; +if("data:image/png;base64,"==a.substring(0,22)){var f=this.extractGraphModelFromPng(a),g=this.importXml(f,b,c,m,!0);if(0<g.length)return g}if("data:image/svg+xml;"==a.substring(0,19))try{if(f=null,"data:image/svg+xml;base64,"==a.substring(0,26)?(f=a.substring(a.indexOf(",")+1),f=window.atob&&!mxClient.IS_SF?atob(f):Base64.decode(f,!0)):f=decodeURIComponent(a.substring(a.indexOf(",")+1)),g=this.importXml(f,b,c,m,!0),0<g.length)return g}catch(w){}this.loadImage(a,mxUtils.bind(this,function(e){if("data:"== +a.substring(0,5))this.resizeImage(e,a,mxUtils.bind(this,function(a,e,f){d.setSelectionCell(d.insertVertex(null,null,"",d.snap(b),d.snap(c),e,f,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+this.convertDataUri(a)+";"))}),l,this.maxImageSize);else{var f=Math.min(1,Math.min(this.maxImageSize/e.width,this.maxImageSize/e.height)),g=Math.round(e.width*f);e=Math.round(e.height*f);d.setSelectionCell(d.insertVertex(null,null,"", +d.snap(b),d.snap(c),g,e,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a+";"))}}),mxUtils.bind(this,function(){var f=null;d.getModel().beginUpdate();try{f=d.insertVertex(d.getDefaultParent(),null,a,d.snap(b),d.snap(c),1,1,"text;"+(e?"html=1;":"")),d.updateCellSize(f),d.fireEvent(new mxEventObject("textInserted","cells",[f]))}finally{d.getModel().endUpdate()}d.setSelectionCell(f)}))}else{a=this.editor.graph.zapGremlins(mxUtils.trim(a)); +if(this.isCompatibleString(a))return this.importXml(a,b,c,m);if(0<a.length)if(this.isLucidChartData(a))this.convertLucidChart(a,mxUtils.bind(this,function(a){this.editor.graph.setSelectionCells(this.importXml(a,b,c,m))}),mxUtils.bind(this,function(a){this.handleError(a)}));else{d=this.editor.graph;h=null;d.getModel().beginUpdate();try{h=d.insertVertex(d.getDefaultParent(),null,"",d.snap(b),d.snap(c),1,1,"text;"+(e?"html=1;":"")),d.fireEvent(new mxEventObject("textInserted","cells",[h])),"<"==a.charAt(0)&& +a.indexOf(">")==a.length-1&&(a=mxUtils.htmlEntities(a)),h.value=a,d.updateCellSize(h),/\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“â€â€˜â€™]))/i.test(h.value)&&d.setLinkForCell(h,h.value),h.geometry.width+=d.gridSize,h.geometry.height+=d.gridSize}finally{d.getModel().endUpdate()}return[h]}}return[]};EditorUi.prototype.formatFileSize=function(a){var d=-1; +do a/=1024,d++;while(1024<a);return Math.max(a,.1).toFixed(1)+" kB; MB; GB; TB;PB;EB;ZB;YB".split(";")[d]};EditorUi.prototype.convertDataUri=function(a){if("data:"==a.substring(0,5)){var d=a.indexOf(";");0<d&&(a=a.substring(0,d)+a.substring(a.indexOf(",",d+1)))}return a};EditorUi.prototype.isRemoteFileFormat=function(a,b){return/(\"contentType\":\s*\"application\/gliffy\+json\")/.test(a)};EditorUi.prototype.isLucidChartData=function(a){return null!=a&&'{"state":"{\\"Properties\\":'==a.substring(0, +26)};EditorUi.prototype.importLocalFile=function(a,b){if(a&&Graph.fileSupport&&(!mxClient.IS_IE&&!mxClient.IS_IE11||0>navigator.appVersion.indexOf("Windows NT 6.1"))){var d=document.createElement("input");d.setAttribute("type","file");mxEvent.addListener(d,"change",mxUtils.bind(this,function(){null!=d.files&&this.importFiles(d.files,null,null,this.maxImageSize)}));d.click()}else{window.openNew=!1;window.openKey="import";if(!b){var c=Editor.useLocalStorage;Editor.useLocalStorage=!a}window.openFile= +new OpenFile(mxUtils.bind(this,function(a){this.hideDialog(a)}));window.openFile.setConsumer(mxUtils.bind(this,function(a,d){if(null!=d&&Graph.fileSupport&&/(\.vsdx?)($|\?)/i.test(d)){var b=new Blob([a],{type:"application/octet-stream"});this.importVisio(b,mxUtils.bind(this,function(a){this.importXml(a)}),null,d)}else this.editor.graph.setSelectionCells(this.importXml(a))}));this.showDialog((new OpenDialog(this)).container,360,220,!0,!0,function(){window.openFile=null});if(!b){var e=this.dialog,f= +e.close;this.dialog.close=mxUtils.bind(this,function(a){Editor.useLocalStorage=c;f.apply(e,arguments);a&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash()})}}};EditorUi.prototype.importFile=function(a,b,c,e,h,m,l,n,p,k,r){k=null!=k?k:!0;var d=!1,f=null,g=mxUtils.bind(this,function(a){var d=null;null!=a&&"<mxlibrary"==a.substring(0,10)?this.loadLibrary(new LocalLibrary(this,a,l)):d=this.importXml(a,c,e,k);null!=n&&n(d)});"image"==b.substring(0,5)?(p=!1,"image/png"==b.substring(0, +9)&&(b=r?null:this.extractGraphModelFromPng(a),null!=b&&0<b.length&&(f=this.importXml(b,c,e,k),p=!0)),p||(f=this.editor.graph,b=a.indexOf(";"),0<b&&(a=a.substring(0,b)+a.substring(a.indexOf(",",b+1))),k&&f.isGridEnabled()&&(c=f.snap(c),e=f.snap(e)),f=[f.insertVertex(null,null,"",c,e,h,m,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a+";")])):/(\.*<graphml )/.test(a)&&"undefined"!==typeof window.mxGraphMlCodec?(new mxGraphMlCodec).decode(a, +mxUtils.bind(this,function(a){a=this.importXml(a,c,e,k);null!=n&&n(a)})):null!=p&&null!=l&&(/(\.vsdx?)($|\?)/i.test(l)||/(\.vssx?)($|\?)/i.test(l))?(d=!0,this.importVisio(p,g)):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a,l)?(d=!0,this.parseFile(null!=p?p:new Blob([a],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&(200<=a.status&&299>=a.status?g(a.responseText):null!=n&&n(null))}),l)):/(\.vsd)($|\?)/i.test(l)||/(\.vss)($|\?)/i.test(l)|| +(f=this.insertTextAt(this.validateFileData(a),c,e,!0,null,k));d||null==n||n(f);return f};EditorUi.prototype.base64Encode=function(a){for(var d="",b=0,c=a.length,e,h,l;b<c;){e=a.charCodeAt(b++)&255;if(b==c){d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4);d+="==";break}h=a.charCodeAt(b++);if(b==c){d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2); +d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(h&240)>>4);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((h&15)<<2);d+="=";break}l=a.charCodeAt(b++);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(h&240)>>4);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((h&15)<<2|(l&192)>>6);d+= +"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(l&63)}return d};EditorUi.prototype.importFiles=function(a,b,c,e,h,m,l,n,p,k,r,v){b=null!=b?b:0;c=null!=c?c:0;e=null!=e?e:this.maxImageSize;k=null!=k?k:this.maxImageBytes;var d=null!=b&&null!=c,f=!0,g=!1;if(!mxClient.IS_CHROMEAPP&&null!=a)for(var q=r||this.resampleThreshold,t=0;t<a.length;t++)if("image/"==a[t].type.substring(0,6)&&a[t].size>q){g=!0;break}var u=mxUtils.bind(this,function(){var g=this.editor.graph,q=g.gridSize; +h=null!=h?h:mxUtils.bind(this,function(a,b,c,e,f,g,l,k,h){return null!=a&&"<mxlibrary"==a.substring(0,10)?(this.spinner.stop(),this.loadLibrary(new LocalLibrary(this,a,l)),null):this.importFile(a,b,c,e,f,g,l,k,h,d,v)});m=null!=m?m:mxUtils.bind(this,function(a){g.setSelectionCells(a)});if(this.spinner.spin(document.body,mxResources.get("loading")))for(var t=a.length,p=t,u=[],B=mxUtils.bind(this,function(a,d){u[a]=d;if(0==--p){this.spinner.stop();if(null!=n)n(u);else{var b=[];g.getModel().beginUpdate(); +try{for(var c=0;c<u.length;c++){var e=u[c]();null!=e&&(b=b.concat(e))}}finally{g.getModel().endUpdate()}}m(b)}}),w=0;w<t;w++)mxUtils.bind(this,function(d){var m=a[d],n=new FileReader;n.onload=mxUtils.bind(this,function(a){if(null==l||l(m))if("image/"==m.type.substring(0,6))if("image/svg"==m.type.substring(0,9)){var n=a.target.result,t=n.indexOf(","),p=decodeURIComponent(escape(atob(n.substring(t+1)))),z=mxUtils.parseXml(p),p=z.getElementsByTagName("svg");if(0<p.length){var p=p[0],u=v?null:p.getAttribute("content"); +null!=u&&"<"!=u.charAt(0)&&"%"!=u.charAt(0)&&(u=unescape(window.atob?atob(u):Base64.decode(u,!0)));null!=u&&"%"==u.charAt(0)&&(u=decodeURIComponent(u));null==u||"<mxfile "!==u.substring(0,8)&&"<mxGraphModel "!==u.substring(0,14)?B(d,mxUtils.bind(this,function(){try{if(n.substring(0,t+1),null!=z){var a=z.getElementsByTagName("svg");if(0<a.length){var l=a[0],k=parseFloat(l.getAttribute("width")),p=parseFloat(l.getAttribute("height")),r=l.getAttribute("viewBox");if(null==r||0==r.length)l.setAttribute("viewBox", +"0 0 "+k+" "+p);else if(isNaN(k)||isNaN(p)){var v=r.split(" ");3<v.length&&(k=parseFloat(v[2]),p=parseFloat(v[3]))}n=this.createSvgDataUri(mxUtils.getXml(l));var u=Math.min(1,Math.min(e/Math.max(1,k)),e/Math.max(1,p)),B=h(n,m.type,b+d*q,c+d*q,Math.max(1,Math.round(k*u)),Math.max(1,Math.round(p*u)),m.name,f);if(isNaN(k)||isNaN(p)){var w=new Image;w.onload=mxUtils.bind(this,function(){k=Math.max(1,w.width);p=Math.max(1,w.height);B[0].geometry.width=k;B[0].geometry.height=p;l.setAttribute("viewBox", +"0 0 "+k+" "+p);n=this.createSvgDataUri(mxUtils.getXml(l));var a=n.indexOf(";");0<a&&(n=n.substring(0,a)+n.substring(n.indexOf(",",a+1)));g.setCellStyles("image",n,[B[0]])});w.src=this.createSvgDataUri(mxUtils.getXml(l))}return B}}}catch(ja){}return null})):B(d,mxUtils.bind(this,function(){return h(u,"text/xml",b+d*q,c+d*q,0,0,m.name)}))}}else{p=!1;if("image/png"==m.type){var w=v?null:this.extractGraphModelFromPng(a.target.result);if(null!=w&&0<w.length){var D=new Image;D.src=a.target.result;B(d, +mxUtils.bind(this,function(){return h(w,"text/xml",b+d*q,c+d*q,D.width,D.height,m.name)}));p=!0}}p||(mxClient.IS_CHROMEAPP?(this.spinner.stop(),this.showError(mxResources.get("error"),mxResources.get("dragAndDropNotSupported"),mxResources.get("cancel"),mxUtils.bind(this,function(){}),null,mxResources.get("ok"),mxUtils.bind(this,function(){this.actions.get("import").funct()}))):this.loadImage(a.target.result,mxUtils.bind(this,function(g){this.resizeImage(g,a.target.result,mxUtils.bind(this,function(g, +l,n){B(d,mxUtils.bind(this,function(){if(null!=g&&g.length<k){var p=f&&this.isResampleImage(a.target.result,r)?Math.min(1,Math.min(e/l,e/n)):1;return h(g,m.type,b+d*q,c+d*q,Math.round(l*p),Math.round(n*p),m.name)}this.handleError({message:mxResources.get("imageTooBig")});return null}))}),f,e,r)}),mxUtils.bind(this,function(){this.handleError({message:mxResources.get("invalidOrMissingFile")})})))}else h(a.target.result,m.type,b+d*q,c+d*q,240,160,m.name,function(a){B(d,function(){return a})})});/(\.vsdx?)($|\?)/i.test(m.name)|| +/(\.vssx?)($|\?)/i.test(m.name)?h(null,m.type,b+d*q,c+d*q,240,160,m.name,function(a){B(d,function(){return a})},m):"image"==m.type.substring(0,5)?n.readAsDataURL(m):n.readAsText(m)})(w)});g?this.confirmImageResize(function(a){f=a;u()},p):u()};EditorUi.prototype.confirmImageResize=function(a,b){b=null!=b?b:!1;var d=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){},c=isLocalStorage||mxClient.IS_CHROMEAPP?mxSettings.getResizeImages():null,e=function(c,e){if(c||b)mxSettings.setResizeImages(c? e:null),mxSettings.save();d();a(e)};null==c||b?this.showDialog((new ConfirmDialog(this,mxResources.get("resizeLargeImages"),function(a){e(a,!0)},function(a){e(a,!1)},mxResources.get("resize"),mxResources.get("actualSize"),'<img style="margin-top:8px;" src="'+Editor.loResImage+'"/>','<img style="margin-top:8px;" src="'+Editor.hiResImage+'"/>',isLocalStorage||mxClient.IS_CHROMEAPP)).container,340,isLocalStorage||mxClient.IS_CHROMEAPP?220:200,!0,!0):e(!1,c)};EditorUi.prototype.parseFile=function(a,b, -c){c=null!=c?c:a.name;var d=new FormData;d.append("format","xml");d.append("upfile",a,c);var e=new XMLHttpRequest;e.open("POST",OPEN_URL);e.onreadystatechange=function(){b(e)};e.send(d)};EditorUi.prototype.isResampleImage=function(a,b){b=null!=b?b:this.resampleThreshold;return a.length>b};EditorUi.prototype.resizeImage=function(a,b,c,e,h,k){h=null!=h?h:this.maxImageSize;var d=Math.max(1,a.width),f=Math.max(1,a.height);if(e&&this.isResampleImage(b,k))try{var g=Math.max(d/h,f/h);if(1<g){var l=Math.round(d/ -g),p=Math.round(f/g),m=document.createElement("canvas");m.width=l;m.height=p;m.getContext("2d").drawImage(a,0,0,l,p);var n=m.toDataURL();if(n.length<b.length){var t=document.createElement("canvas");t.width=l;t.height=p;var r=t.toDataURL();n!==r&&(b=n,d=l,f=p)}}}catch(w){}c(b,d,f)};EditorUi.prototype.crcTable=[];for(var e=0;256>e;e++)for(var b=e,h=0;8>h;h++)b=1==(b&1)?3988292384^b>>>1:b>>>1,EditorUi.prototype.crcTable[e]=b;EditorUi.prototype.updateCRC=function(a,b,c,e){for(var d=0;d<e;d++)a=EditorUi.prototype.crcTable[(a^ -b[c+d])&255]^a>>>8;return a};EditorUi.prototype.crc32=function(a){this.crcTable=this.crcTable||this.createCrcTable();for(var d=-1,b=0;b<a.length;b++)d=d>>>8^this.crcTable[(d^a.charCodeAt(b))&255];return(d^-1)>>>0};EditorUi.prototype.writeGraphModelToPng=function(a,b,c,e,h){function d(a,d){var b=p;p+=d;return a.substring(b,p)}function f(a){a=d(a,4);return a.charCodeAt(3)+(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}function g(a){return String.fromCharCode(a>>24&255,a>>16&255,a>> -8&255,a&255)}a=a.substring(a.indexOf(",")+1);a=window.atob?atob(a):Base64.decode(a,!0);var p=0;if(d(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=h&&h();else if(d(a,4),"IHDR"!=d(a,4))null!=h&&h();else{d(a,17);h=a.substring(0,p);do{var l=f(a);if("IDAT"==d(a,4)){h=a.substring(0,p-8);c=c+String.fromCharCode(0)+("zTXt"==b?String.fromCharCode(0):"")+e;e=4294967295;e=this.updateCRC(e,b,0,4);e=this.updateCRC(e,c,0,c.length);h+=g(c.length)+b+c+g(e^4294967295);h+=a.substring(p- -8,a.length);break}h+=a.substring(p-8,p-4+l);d(a,l);d(a,4)}while(l);return"data:image/png;base64,"+(window.btoa?btoa(h):Base64.encode(h,!0))}};EditorUi.prototype.extractGraphModelFromPng=function(a){var d=null;try{var b=a.substring(a.indexOf(",")+1),c=window.atob&&!mxClient.IS_SF?atob(b):Base64.decode(b,!0);EditorUi.parsePng(c,mxUtils.bind(this,function(a,b,e){a=c.substring(a+8,a+8+e);"zTXt"==b?(e=a.indexOf(String.fromCharCode(0)),"mxGraphModel"==a.substring(0,e)&&(a=this.editor.graph.bytesToString(pako.inflateRaw(a.substring(e+ -2))).replace(/\+/g," "),null!=a&&0<a.length&&(d=a))):"tEXt"==b&&(a=a.split(String.fromCharCode(0)),1<a.length&&"mxGraphModel"==a[0]&&(d=a[1]));if(null!=d||"IDAT"==b)return!0}))}catch(t){}null!=d&&"%"==d.charAt(0)&&(d=decodeURIComponent(d));null!=d&&"%"==d.charAt(0)&&(d=decodeURIComponent(d));return d};EditorUi.prototype.loadImage=function(a,b,c){var d=new Image;d.onload=function(){b(d)};null!=c&&(d.onerror=c);d.src=a};var n=EditorUi.prototype.init;EditorUi.prototype.init=function(){"undefined"!== -typeof window.mxSettings&&(this.formatWidth=mxSettings.getFormatWidth());var a=this,b=this.editor.graph;b.getLinkTitle=function(d){return a.getLinkTitle(d)};b.customLinkClicked=function(d){try{a.handleCustomLink(d)}catch(I){a.handleError(I)}};this.isOffline()||"undefined"===typeof window.EditDataDialog||(EditDataDialog.placeholderHelpLink="https://desk.draw.io/support/solutions/articles/16000051979");var c=a.editor.getEditBlankUrl;this.editor.getEditBlankUrl=function(d){d=null!=d?d:"";if(null!=a.pages&& -null!=a.currentPage)for(var b=0;b<a.pages.length;b++)if(a.pages[b]==a.currentPage){0<b&&(d+=(0<d.length?"&":"?")+"page="+b);break}"1"==urlParams.dev&&(d+=(0<d.length?"&":"?")+"dev=1&drawdev=1");return c.apply(this,arguments)};var e=b.addClickHandler;b.addClickHandler=function(a,d,c){var f=d;d=function(a,d){if(null==d){var c=mxEvent.getSource(a);"a"==c.nodeName.toLowerCase()&&(d=c.getAttribute("href"))}null==d||!b.isCustomLink(d)||!mxEvent.isTouchEvent(a)&&mxEvent.isPopupTrigger(a)||(b.customLinkClicked(d), -mxEvent.consume(a));null!=f&&f(a,d)};e.call(this,a,d,c)};n.apply(this,arguments);mxClient.IS_SVG&&this.editor.graph.addSvgShadow(b.view.canvas.ownerSVGElement,null,!0);a.actions.get("print").funct=function(){a.showDialog((new PrintDialog(a)).container,360,null!=a.pages&&1<a.pages.length?420:360,!0,!0)};this.defaultFilename=mxResources.get("untitledDiagram");var h=b.getGlobalVariable;b.getGlobalVariable=function(d){return"page"==d&&null!=a.currentPage?a.currentPage.getName():"pagenumber"==d?null!= -a.currentPage&&null!=a.pages?mxUtils.indexOf(a.pages,a.currentPage)+1:1:h.apply(this,arguments)};var k=b.createLinkForHint;b.createLinkForHint=function(a,d){null!=a&&b.isCustomLink(a)&&(d=b.getLinkTitle(a));var c=k.call(this,a,d);null!=a&&b.isCustomLink(a)&&mxEvent.addListener(c,"click",function(d){b.customLinkClicked(a);mxEvent.consume(d)});return c};var q=b.labelLinkClicked;b.labelLinkClicked=function(a,d,c){var e=d.getAttribute("href");if(null==e||!b.isCustomLink(e)||!mxEvent.isTouchEvent(c)&& -mxEvent.isPopupTrigger(c))q.apply(this,arguments);else{if(!b.isEnabled()||null!=a&&b.isCellLocked(a.cell))b.customLinkClicked(e),b.getRubberband().reset();mxEvent.consume(c)}};this.editor.getOrCreateFilename=function(){var d=a.defaultFilename,b=a.getCurrentFile();null!=b&&(d=null!=b.getTitle()?b.getTitle():d);return d};var m=this.actions.get("print");m.setEnabled(!mxClient.IS_IOS||!navigator.standalone);m.visible=m.isEnabled();if(!this.editor.chromeless||this.editor.editable){var r=function(){window.setTimeout(function(){l.innerHTML= -" ";l.focus();document.execCommand("selectAll",!1,null)},0)};this.keyHandler.bindAction(70,!0,"find");this.keyHandler.bindAction(67,!0,"copyStyle",!0);this.keyHandler.bindAction(86,!0,"pasteStyle",!0);this.keyHandler.bindAction(77,!0,"editGeometry",!0);this.keyHandler.bindAction(88,!0,"insertText",!0);this.keyHandler.bindAction(75,!0,"insertRectangle");this.keyHandler.bindAction(75,!0,"insertEllipse",!0);mxClient.IS_IE||b.container.addEventListener("paste",mxUtils.bind(this,function(a){var d= -this.editor.graph;if(!mxEvent.isConsumed(a))try{for(var b=a.clipboardData||a.originalEvent.clipboardData,c=!1,e=0;e<b.types.length;e++)if("text/"===b.types[e].substring(0,5)){c=!0;break}if(!c){var f=b.items;for(index in f){var g=f[index];if("file"===g.kind){if(d.isEditing())this.importFiles([g.getAsFile()],0,0,this.maxImageSize,function(a,b,c,e,f,g){d.insertImage(a,f,g)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var d=0;d<a.length;d++)a[d]()});else{var k=this.editor.graph.getInsertPoint(); -this.importFiles([g.getAsFile()],k.x,k.y,this.maxImageSize);mxEvent.consume(a)}break}}}}catch(aa){}}),!1);var l=document.createElement("div");l.style.position="absolute";l.style.whiteSpace="nowrap";l.style.overflow="hidden";l.style.display="block";l.contentEditable=!0;mxUtils.setOpacity(l,0);l.style.width="1px";l.style.height="1px";l.innerHTML=" ";var u=!1;this.keyHandler.bindControlKey(88,null);this.keyHandler.bindControlKey(67,null);this.keyHandler.bindControlKey(86,null);mxEvent.addListener(document, -"keydown",mxUtils.bind(this,function(a){var d=mxEvent.getSource(a);null==b.container||!b.isEnabled()||b.isMouseDown||b.isEditing()||null!=this.dialog||"INPUT"==d.nodeName||"TEXTAREA"==d.nodeName||!(224==a.keyCode||!mxClient.IS_MAC&&17==a.keyCode||mxClient.IS_MAC&&91==a.keyCode)||u||(l.style.left=b.container.scrollLeft+10+"px",l.style.top=b.container.scrollTop+10+"px",b.container.appendChild(l),u=!0,mxClient.IS_QUIRKS?window.setTimeout(function(){l.focus();document.execCommand("selectAll",!1,null)}, -0):(l.focus(),document.execCommand("selectAll",!1,null)))}));mxEvent.addListener(document,"keyup",mxUtils.bind(this,function(a){var d=a.keyCode;window.setTimeout(mxUtils.bind(this,function(){!u||224!=d&&17!=d&&91!=d||(u=!1,b.isEditing()||null!=this.dialog||null==b.container||b.container.focus(),l.parentNode.removeChild(l),null==this.dialog&&mxUtils.clearSelection())}),0)}));mxEvent.addListener(l,"copy",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(l),r())}));mxEvent.addListener(l, -"cut",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(l,!0),r())}));mxEvent.addListener(l,"paste",mxUtils.bind(this,function(a){b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())&&(l.innerHTML=" ",l.focus(),window.setTimeout(mxUtils.bind(this,function(){this.pasteCells(a,l);l.innerHTML=" "}),0))}),!0);var v=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==l?!0:v.apply(this,arguments)}}this.spinner=this.createSpinner(document.body.clientWidth/ -2-2,Math.max(document.body.clientHeight||0,document.documentElement.clientHeight||0)/2,24);Graph.fileSupport&&this.editor.graph.addListener(mxEvent.EDITING_STARTED,mxUtils.bind(this,function(a){var d=this.editor.graph,b=d.cellEditor.text2,c=null;null!=b&&(mxEvent.addListener(b,"dragleave",function(a){null!=c&&(c.parentNode.removeChild(c),c=null);a.stopPropagation();a.preventDefault()}),mxEvent.addListener(b,"dragover",mxUtils.bind(this,function(a){null==c&&(!mxClient.IS_IE||10<document.documentMode)&& -(c=this.highlightElement(b));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(b,"drop",mxUtils.bind(this,function(a){null!=c&&(c.parentNode.removeChild(c),c=null);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,function(a,b,c,e,f,g){d.insertImage(a,f,g)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var d=0;d<a.length;d++)a[d]()},mxEvent.isControlDown(a));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var b= -a.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(b)?this.loadImage(decodeURIComponent(b),mxUtils.bind(this,function(a){var c=Math.max(1,a.width);a=Math.max(1,a.height);var e=this.maxImageSize,e=Math.min(1,Math.min(e/Math.max(1,c)),e/Math.max(1,a));d.insertImage(decodeURIComponent(b),c*e,a*e)})):document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain"))}else 0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")?document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/html")): -0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain"));a.stopPropagation();a.preventDefault()})))}));if("1"==urlParams.ruler&&"undefined"!==typeof mxRuler){m=document.createElement("div");m.style.position="absolute";m.style.top="95px";m.style.left="250px";m.style.width="2000px";m.style.height="30px";m.style.background="whiteSmoke";document.body.appendChild(m);var A=document.createElement("div");A.style.position="absolute"; -A.style.top="125px";A.style.left="220px";A.style.width="30px";A.style.height="1000px";A.style.background="whiteSmoke";document.body.appendChild(A);var H=document.createElement("div");H.style.position="absolute";H.style.top="95px";H.style.left="220px";H.style.width="30px";H.style.height="30px";H.style.background="whiteSmoke";document.body.appendChild(H);this.vRuler=new mxRuler(this.editor.graph,A,!0);this.hRuler=new mxRuler(this.editor.graph,m,!1)}if("1"==urlParams.test){m=document.getElementById("geFooter"); -null!=m&&(this.styleInput=document.createElement("input"),this.styleInput.setAttribute("type","text"),this.styleInput.style.position="absolute",this.styleInput.style.top="14px",this.styleInput.style.left="2px",this.styleInput.style.width="98%",this.styleInput.style.visibility="hidden",this.styleInput.style.opacity="0.9",mxEvent.addListener(this.styleInput,"change",mxUtils.bind(this,function(){this.editor.graph.getModel().setStyle(this.editor.graph.getSelectionCell(),this.styleInput.value)})),m.appendChild(this.styleInput), -this.editor.graph.getSelectionModel().addListener(mxEvent.CHANGE,mxUtils.bind(this,function(a,d){if(0<this.editor.graph.getSelectionCount()){var b=this.editor.graph.getSelectionCell(),b=this.editor.graph.getModel().getStyle(b);this.styleInput.value=b||"";this.styleInput.style.visibility="visible"}else this.styleInput.style.visibility="hidden"})));var F=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==this.styleInput?!0:F.apply(this,arguments)}}m=document.getElementById("geInfo"); -null!=m&&m.parentNode.removeChild(m);if(Graph.fileSupport&&(!this.editor.chromeless||this.editor.editable)){var w=null;mxEvent.addListener(b.container,"dragleave",function(a){b.isEnabled()&&(null!=w&&(w.parentNode.removeChild(w),w=null),a.stopPropagation(),a.preventDefault())});mxEvent.addListener(b.container,"dragover",mxUtils.bind(this,function(a){null==w&&(!mxClient.IS_IE||10<document.documentMode)&&(w=this.highlightElement(b.container));null!=this.sidebar&&this.sidebar.hideTooltip();a.stopPropagation(); -a.preventDefault()}));mxEvent.addListener(b.container,"drop",mxUtils.bind(this,function(a){null!=w&&(w.parentNode.removeChild(w),w=null);if(b.isEnabled()){var d=mxUtils.convertPoint(b.container,mxEvent.getClientX(a),mxEvent.getClientY(a)),c=b.view.translate,e=b.view.scale,f=d.x/e-c.x,g=d.y/e-c.y;mxEvent.isAltDown(a)&&(g=f=0);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,f,g,this.maxImageSize,null,null,null,null,mxEvent.isControlDown(a),null,null,mxEvent.isShiftDown(a));else{var k= -0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):null,d=this.extractGraphModelFromEvent(a,null!=this.pages);if(null!=d)b.setSelectionCells(this.importXml(d,f,g,!0));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")){var h=a.dataTransfer.getData("text/html"),d=document.createElement("div");d.innerHTML=h;var l=null,c=d.getElementsByTagName("img");null!=c&&1==c.length?(h=c[0].getAttribute("src"),/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(h)||(l= -!0)):(d=d.getElementsByTagName("a"),null!=d&&1==d.length&&(h=d[0].getAttribute("href")));var q=!0,m=mxUtils.bind(this,function(){b.setSelectionCells(this.insertTextAt(h,f,g,!0,l,null,q))});l&&h.length>this.resampleThreshold?this.confirmImageResize(function(a){q=a;m()},mxEvent.isControlDown(a)):m()}else null!=k&&/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(k)?this.loadImage(decodeURIComponent(k),mxUtils.bind(this,function(a){var d=Math.max(1,a.width);a=Math.max(1,a.height);var c=this.maxImageSize,c=Math.min(1, -Math.min(c/Math.max(1,d)),c/Math.max(1,a));b.setSelectionCell(b.insertVertex(null,null,"",f,g,d*c,a*c,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+k+";"))}),mxUtils.bind(this,function(a){b.setSelectionCells(this.insertTextAt(k,f,g,!0))})):0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&b.setSelectionCells(this.insertTextAt(a.dataTransfer.getData("text/plain"),f,g,!0))}}a.stopPropagation();a.preventDefault()}),!1)}this.initPages(); -"1"==urlParams.embed&&this.initializeEmbedMode();this.installSettings()};EditorUi.prototype.getLinkTitle=function(a){var d=Graph.prototype.getLinkTitle.apply(this,arguments);if("data:page/id,"==a.substring(0,13)){var b=a.indexOf(",");0<b&&(d=this.getPageById(a.substring(b+1)),d=null!=d?d.getName():mxResources.get("pageNotFound"))}else"data:"==a.substring(0,5)&&(d=mxResources.get("action"));return d};EditorUi.prototype.handleCustomLink=function(a){if("data:page/id,"==a.substring(0,13)){var d=a.indexOf(","); -(a=this.getPageById(a.substring(d+1)))&&this.selectPage(a)}else this.editor.graph.handleCustomLink(a)};EditorUi.prototype.isSettingsEnabled=function(){return"undefined"!==typeof window.mxSettings&&(isLocalStorage||mxClient.IS_CHROMEAPP)};EditorUi.prototype.installSettings=function(){if(this.isSettingsEnabled()){ColorDialog.recentColors=mxSettings.getRecentColors();this.editor.graph.currentEdgeStyle=mxSettings.getCurrentEdgeStyle();this.editor.graph.currentVertexStyle=mxSettings.getCurrentVertexStyle(); -this.fireEvent(new mxEventObject("styleChanged","keys",[],"values",[],"cells",[]));this.addListener("styleChanged",mxUtils.bind(this,function(a,b){mxSettings.setCurrentEdgeStyle(this.editor.graph.currentEdgeStyle);mxSettings.setCurrentVertexStyle(this.editor.graph.currentVertexStyle);mxSettings.save()}));this.editor.graph.connectionHandler.setCreateTarget(mxSettings.isCreateTarget());this.fireEvent(new mxEventObject("copyConnectChanged"));this.addListener("copyConnectChanged",mxUtils.bind(this,function(a, -b){mxSettings.setCreateTarget(this.editor.graph.connectionHandler.isCreateTarget());mxSettings.save()}));this.editor.graph.pageFormat=mxSettings.getPageFormat();this.addListener("pageFormatChanged",mxUtils.bind(this,function(a,b){mxSettings.setPageFormat(this.editor.graph.pageFormat);mxSettings.save()}));this.editor.graph.view.gridColor=mxSettings.getGridColor();this.addListener("gridColorChanged",mxUtils.bind(this,function(a,b){mxSettings.setGridColor(this.editor.graph.view.gridColor);mxSettings.save()})); -if(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)this.editor.addListener("autosaveChanged",mxUtils.bind(this,function(a,b){mxSettings.setAutosave(this.editor.autosave);mxSettings.save()})),this.editor.autosave=mxSettings.getAutosave();null!=this.sidebar&&this.sidebar.showPalette("search",mxSettings.settings.search);this.editor.chromeless&&!this.editor.editable||null==this.sidebar||!(mxSettings.settings.isNew||8>=parseInt(mxSettings.settings.version||0))||(this.toggleScratchpad(),mxSettings.save()); -this.addListener("formatWidthChanged",function(){mxSettings.setFormatWidth(this.formatWidth);mxSettings.save()})}};EditorUi.prototype.copyCells=function(a,b){var d=this.editor.graph;if(d.isSelectionEmpty())a.innerHTML="";else{var c=mxUtils.sortCells(d.model.getTopmostCells(d.getSelectionCells())),e=mxUtils.getXml(this.editor.graph.encodeCells(c));mxUtils.setTextContent(a,encodeURIComponent(e));b?(d.removeCells(c,!1),d.lastPasteXml=null):(d.lastPasteXml=e,d.pasteCounter=0);a.focus();document.execCommand("selectAll", -!1,null)}};EditorUi.prototype.pasteCells=function(a,b){if(!mxEvent.isConsumed(a)){var d=b.getElementsByTagName("span");if(null!=d&&0<d.length&&"application/vnd.lucid.chart.objects"===d[0].getAttribute("data-lucid-type")){var c=d[0].getAttribute("data-lucid-content");null!=c&&0<c.length&&(this.importLucidChart(c,0,0),mxEvent.consume(a))}else{var c=this.editor.graph,e=mxUtils.trim(mxClient.IS_QUIRKS||8==document.documentMode?mxUtils.getTextContent(b):b.textContent),f=!1;try{var h=e.lastIndexOf("%3E"); -0<=h&&h<e.length-3&&(e=e.substring(0,h+3))}catch(B){}try{var d=b.getElementsByTagName("span"),m=null!=d&&0<d.length?mxUtils.trim(decodeURIComponent(d[0].textContent)):decodeURIComponent(e);this.isCompatibleString(m)&&(f=!0,e=m)}catch(B){}c.lastPasteXml==e?c.pasteCounter++:(c.lastPasteXml=e,c.pasteCounter=0);d=c.pasteCounter*c.gridSize;if(null!=e&&0<e.length&&(f||this.isCompatibleString(e)?c.setSelectionCells(this.importXml(e,d,d)):(f=c.getInsertPoint(),c.isMouseInsertPoint()&&(d=0,c.lastPasteXml== -e&&0<c.pasteCounter&&c.pasteCounter--),c.setSelectionCells(this.insertTextAt(e,f.x+d,f.y+d,!0))),!c.isSelectionEmpty())){c.scrollCellToVisible(c.getSelectionCell());null!=this.hoverIcons&&this.hoverIcons.update(c.view.getState(c.getSelectionCell()));try{mxEvent.consume(a)}catch(B){}}}}};EditorUi.prototype.addFileDropHandler=function(a){if(Graph.fileSupport)for(var d=null,b=0;b<a.length;b++)mxEvent.addListener(a[b],"dragleave",function(a){null!=d&&(d.parentNode.removeChild(d),d=null);a.stopPropagation(); -a.preventDefault()}),mxEvent.addListener(a[b],"dragover",mxUtils.bind(this,function(a){(this.editor.graph.isEnabled()||"1"!=urlParams.embed)&&null==d&&(!mxClient.IS_IE||10<document.documentMode&&12>document.documentMode)&&(d=this.highlightElement());a.stopPropagation();a.preventDefault()})),mxEvent.addListener(a[b],"drop",mxUtils.bind(this,function(a){null!=d&&(d.parentNode.removeChild(d),d=null);if(this.editor.graph.isEnabled()||"1"!=urlParams.embed)if(0<a.dataTransfer.files.length)this.hideDialog(), -"1"==urlParams.embed?this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,null,null,null,null,!mxEvent.isControlDown(a)&&!mxEvent.isShiftDown(a)):this.openFiles(a.dataTransfer.files,!0);else{var b=this.extractGraphModelFromEvent(a);if(null==b){var c=null!=a.dataTransfer?a.dataTransfer:a.clipboardData;null!=c&&(10==document.documentMode||11==document.documentMode?b=c.getData("Text"):(b=null,b=0<=mxUtils.indexOf(c.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):0<=mxUtils.indexOf(c.types, -"text/html")?c.getData("text/html"):null,null!=b&&0<b.length?(c=document.createElement("div"),c.innerHTML=b,c=c.getElementsByTagName("img"),0<c.length&&(b=c[0].getAttribute("src"))):0<=mxUtils.indexOf(c.types,"text/plain")&&(b=c.getData("text/plain"))),null!=b&&("data:image/png;base64,"==b.substring(0,22)?(b=this.extractGraphModelFromPng(b),null!=b&&0<b.length&&this.openLocalFile(b,null,!0)):!this.isOffline()&&this.isRemoteFileFormat(b)?(new mxXmlRequest(OPEN_URL,"format=xml&data="+encodeURIComponent(b))).send(mxUtils.bind(this, -function(a){200<=a.getStatus()&&299>=a.getStatus()&&this.openLocalFile(a.getText(),null,!0)})):/^https?:\/\//.test(b)&&(null==this.getCurrentFile()?window.location.hash="#U"+encodeURIComponent(b):window.openWindow((mxClient.IS_CHROMEAPP?"https://www.draw.io/":"https://"+location.host+"/")+window.location.search+"#U"+encodeURIComponent(b)))))}else this.openLocalFile(b,null,!0)}a.stopPropagation();a.preventDefault()}))};EditorUi.prototype.highlightElement=function(a){var d=0,b=0,c,e;if(null==a){e=document.body; -var h=document.documentElement;c=(e.clientWidth||h.clientWidth)-3;e=Math.max(e.clientHeight||0,h.clientHeight)-3}else d=a.offsetTop,b=a.offsetLeft,c=a.clientWidth,e=a.clientHeight;h=document.createElement("div");h.style.zIndex=mxPopupMenu.prototype.zIndex+2;h.style.border="3px dotted rgb(254, 137, 12)";h.style.pointerEvents="none";h.style.position="absolute";h.style.top=d+"px";h.style.left=b+"px";h.style.width=Math.max(0,c-3)+"px";h.style.height=Math.max(0,e-3)+"px";null!=a&&a.parentNode==this.editor.graph.container? -this.editor.graph.container.appendChild(h):document.body.appendChild(h);return h};EditorUi.prototype.stringToCells=function(a){a=mxUtils.parseXml(a);var d=this.editor.extractGraphModel(a.documentElement);a=[];if(null!=d){var b=new mxCodec(d.ownerDocument),c=new mxGraphModel;b.decode(d,c);d=c.getChildAt(c.getRoot(),0);for(b=0;b<c.getChildCount(d);b++)a.push(c.getChildAt(d,b))}return a};EditorUi.prototype.openFiles=function(a,b){if(this.spinner.spin(document.body,mxResources.get("loading")))for(var d= -0;d<a.length;d++)mxUtils.bind(this,function(a){var d=new FileReader;d.onload=mxUtils.bind(this,function(d){var c=d.target.result,e=a.name;if(null!=e&&0<e.length){!this.useCanvasForExport&&/(\.png)$/i.test(e)&&(e=e.substring(0,e.length-4)+".xml");var f=mxUtils.bind(this,function(a){e=0<=e.lastIndexOf(".")?e.substring(0,e.lastIndexOf("."))+".xml":e+".xml";if("<mxlibrary"==a.substring(0,10)){null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename, -b);try{this.loadLibrary(new LocalLibrary(this,a,e))}catch(y){this.handleError(y,mxResources.get("errorLoadingFile"))}}else this.openLocalFile(a,e,b)});if(/(\.vsdx?)($|\?)/i.test(e)||/(\.vssx)($|\?)/i.test(e))this.importVisio(a,mxUtils.bind(this,function(a){this.spinner.stop();f(a)}));else if(Graph.fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,e))this.parseFile(a,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status? -f(a.responseText):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge":"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))}));else if('{"state":"{\\"Properties\\":'==c.substring(0,26))/(\.json)$/i.test(e)&&(e=e.substring(0,e.length-5)+".xml"),this.openLocalFile(this.emptyDiagramXml,e,b),this.importLucidChart(c,0,0,null,mxUtils.bind(this,function(){this.editor.undoManager.clear();this.spinner.stop()}));else if("<mxlibrary"==d.target.result.substring(0,10)){this.spinner.stop(); -null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename,b);try{this.loadLibrary(new LocalLibrary(this,d.target.result,a.name))}catch(l){this.handleError(l,mxResources.get("errorLoadingFile"))}}else"image/png"==a.type.substring(0,9)&&(c=this.extractGraphModelFromPng(c)),this.spinner.stop(),this.openLocalFile(c,e,b)}});d.onerror=mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a);window.openFile=null});"image"===a.type.substring(0, -5)&&"image/svg"!==a.type.substring(0,9)?d.readAsDataURL(a):d.readAsText(a)})(a[d])};EditorUi.prototype.openLocalFile=function(a,b,c){var d=this.getCurrentFile(),e=mxUtils.bind(this,function(){window.openFile=null;if(null==b&&null!=this.getCurrentFile()&&this.isDiagramEmpty()){var d=mxUtils.parseXml(a);null!=d&&(this.editor.setGraphXml(d.documentElement),this.editor.graph.selectAll())}else this.fileLoaded(new LocalFile(this,a,b||this.defaultFilename,c))});null!=a&&0<a.length&&(null==d||!d.isModified()&& -(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)?e():(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)&&null!=d&&d.isModified()?this.confirm(mxResources.get("allChangesLost"),null,e,mxResources.get("cancel"),mxResources.get("discardChanges")):(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(a,b),window.openWindow(this.getUrl(),null,mxUtils.bind(this,function(){this.confirm(mxResources.get("allChangesLost"),null,e,mxResources.get("cancel"),mxResources.get("discardChanges"))}))))}; -EditorUi.prototype.getBasenames=function(){var a={};if(null!=this.pages)for(var b=0;b<this.pages.length;b++)this.updatePageRoot(this.pages[b]),this.addBasenamesForCell(this.pages[b].root,a);else this.addBasenamesForCell(this.editor.graph.model.getRoot(),a);var b=[],c;for(c in a)b.push(c);return b};EditorUi.prototype.addBasenamesForCell=function(a,b){function d(a){if(null!=a){var d=a.lastIndexOf(".");0<d&&(a=a.substring(d+1,a.length));null==b[a]&&(b[a]=!0)}}var c=this.editor.graph,e=c.getCellStyle(a); -d(mxStencilRegistry.getBasenameForStencil(e[mxConstants.STYLE_SHAPE]));c.model.isEdge(a)&&(d(mxMarker.getPackageForType(e[mxConstants.STYLE_STARTARROW])),d(mxMarker.getPackageForType(e[mxConstants.STYLE_ENDARROW])));for(var e=c.model.getChildCount(a),f=0;f<e;f++)this.addBasenamesForCell(c.model.getChildAt(a,f),b)};EditorUi.prototype.setGraphEnabled=function(a){this.diagramContainer.style.visibility=a?"":"hidden";this.formatContainer.style.visibility=a?"":"hidden";this.sidebarFooterContainer.style.display= -a?"":"none";this.sidebarContainer.style.display=a?"":"none";this.hsplit.style.display=a?"":"none";this.editor.graph.setEnabled(a);null!=this.tabContainer&&(this.tabContainer.style.visibility=a?"":"hidden");a||(null!=this.actions.outlineWindow&&this.actions.outlineWindow.window.setVisible(!1),null!=this.actions.layersWindow&&this.actions.layersWindow.window.setVisible(!1),null!=this.menus.tagsWindow&&this.menus.tagsWindow.window.setVisible(!1),null!=this.menus.findWindow&&this.menus.findWindow.window.setVisible(!1))}; -EditorUi.prototype.initializeEmbedMode=function(){this.setGraphEnabled(!1);(window.opener||window.parent)!=window&&("1"!=urlParams.spin||this.spinner.spin(document.body,mxResources.get("loading")))&&this.installMessageHandler(mxUtils.bind(this,function(a,b,c){this.spinner.stop();this.addEmbedButtons();this.setGraphEnabled(!0);null!=a&&0<a.length?(this.setFileData(a),this.editor.isChromelessView()?this.editor.graph.isLightboxView()&&this.lightboxFit():this.showLayersDialog(),this.chromelessResize&& -this.chromelessResize()):(this.editor.graph.model.clear(),this.editor.fireEvent(new mxEventObject("resetGraphView")));this.editor.undoManager.clear();this.editor.modified=null!=c?c:!1;this.updateUi();window.self!==window.top&&window.focus();null!=this.format&&this.format.refresh()}))};EditorUi.prototype.showLayersDialog=function(){1<this.editor.graph.getModel().getChildCount(this.editor.graph.getModel().getRoot())&&(null==this.actions.layersWindow?this.actions.get("layers").funct():this.actions.layersWindow.window.setVisible(!0))}; -EditorUi.prototype.getPublicUrl=function(a,b){null!=a?a.getPublicUrl(b):b(null)};EditorUi.prototype.createLoadMessage=function(a){var b=this.editor.graph;return{event:a,pageVisible:b.pageVisible,translate:b.view.translate,scale:b.view.scale,page:b.view.getBackgroundPageBounds(),bounds:b.getGraphBounds()}};EditorUi.prototype.installMessageHandler=function(a){var b=null,d=!1,c=!1,e=null,h=mxUtils.bind(this,function(a,b){this.editor.modified&&"0"!=urlParams.modified?null!=urlParams.modified&&this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(urlParams.modified))): -this.editor.setStatus("")});this.editor.graph.model.addListener(mxEvent.CHANGE,h);mxEvent.addListener(window,"message",mxUtils.bind(this,function(f){function g(a){if(null!=a&&"function"===typeof a.charAt&&"<"!=a.charAt(0))try{"data:image/svg+xml;base64,"==a.substring(0,26)?a=atob(a.substring(26)):"data:image/svg+xml;utf8,"==a.substring(0,24)&&(a=a.substring(24)),null!=a&&("%"==a.charAt(0)?a=decodeURIComponent(a):"<"!=a.charAt(0)&&(a=this.editor.graph.decompress(a)))}catch(J){}return a}if(f.source== -(window.opener||window.parent)){var h=f.data;if("json"==urlParams.proto){try{h=JSON.parse(h)}catch(E){h=null}if(null==h)return;if("dialog"==h.action){this.showError(null!=h.titleKey?mxResources.get(h.titleKey):h.title,null!=h.messageKey?mxResources.get(h.messageKey):h.message,null!=h.buttonKey?mxResources.get(h.buttonKey):h.button);null!=h.modified&&(this.editor.modified=h.modified);return}if("prompt"==h.action){this.spinner.stop();var k=new FilenameDialog(this,h.defaultValue||"",null!=h.okKey?mxResources.get(h.okKey): -null,function(a){null!=a&&q.postMessage(JSON.stringify({event:"prompt",value:a,message:h}),"*")},null!=h.titleKey?mxResources.get(h.titleKey):h.title);this.showDialog(k.container,300,80,!0,!1);k.init();return}if("draft"==h.action){k=null;k="data:image/png;base64,"==h.xml.substring(0,22)?this.extractGraphModelFromPng(h.xml):g(h.xml);this.spinner.stop();k=new DraftDialog(this,mxResources.get("draftFound",[h.name||this.defaultFilename]),k,mxUtils.bind(this,function(){this.hideDialog();q.postMessage(JSON.stringify({event:"draft", -result:"edit",message:h}),"*")}),mxUtils.bind(this,function(){this.hideDialog();q.postMessage(JSON.stringify({event:"draft",result:"discard",message:h}),"*")}),h.editKey?mxResources.get(h.editKey):null,h.discardKey?mxResources.get(h.discardKey):null,h.ignore?mxUtils.bind(this,function(){this.hideDialog();q.postMessage(JSON.stringify({event:"draft",result:"ignore",message:h}),"*")}):null);this.showDialog(k.container,640,480,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()})); -try{k.init()}catch(E){q.postMessage(JSON.stringify({event:"draft",error:E.toString(),message:h}),"*")}return}if("template"==h.action){this.spinner.stop();var k=1==h.enableRecent,m=1==h.enableSearch,k=new NewDialog(this,!1,null!=h.callback,mxUtils.bind(this,function(b,d){b=b||this.emptyDiagramXml;null!=h.callback?q.postMessage(JSON.stringify({event:"template",xml:b,blank:b==this.emptyDiagramXml,name:d}),"*"):(a(b,f,b!=this.emptyDiagramXml),this.editor.modified||this.editor.setStatus(""))}),null,null, -null,null,null,null,null,k?mxUtils.bind(this,function(a){this.recentReadyCallback=a;q.postMessage(JSON.stringify({event:"recentDocs"}),"*")}):null,m?mxUtils.bind(this,function(a,b){this.searchReadyCallback=b;q.postMessage(JSON.stringify({event:"searchDocs",searchStr:a}),"*")}):null,function(a,b,d){q.postMessage(JSON.stringify({event:"template",docUrl:a,info:b,name:d}),"*")});this.showDialog(k.container,620,440,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()}));k.init();return}if("searchDocsList"== -h.action)this.searchReadyCallback(h.list,h.errorMsg);else if("recentDocsList"==h.action)this.recentReadyCallback(h.list,h.errorMsg);else{if("status"==h.action){null!=h.messageKey?this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(h.messageKey))):null!=h.message&&this.editor.setStatus(mxUtils.htmlEntities(h.message));null!=h.modified&&(this.editor.modified=h.modified);return}if("spinner"==h.action){var p=null!=h.messageKey?mxResources.get(h.messageKey):h.message;null==h.show||h.show?this.spinner.spin(document.body, -p):this.spinner.stop();return}if("export"==h.action){if("png"==h.format||"xmlpng"==h.format){if(null==h.spin&&null==h.spinKey||this.spinner.spin(document.body,null!=h.spinKey?mxResources.get(h.spinKey):h.spin)){var n=null!=h.xml?h.xml:this.getFileData(!0);this.editor.graph.setEnabled(!1);var r=this.editor.graph,t=mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();var b=this.createLoadMessage("export");b.format=h.format;b.message=h;b.data=a;b.xml=encodeURIComponent(n); -q.postMessage(JSON.stringify(b),"*")}),u=mxUtils.bind(this,function(a){null==a&&(a=Editor.blankImage);"xmlpng"==h.format&&(a=this.writeGraphModelToPng(a,"zTXt","mxGraphModel",atob(this.editor.graph.compress(n))));r!=this.editor.graph&&r.container.parentNode.removeChild(r.container);t(a)});if(this.isExportToCanvas()){if(null!=this.pages&&this.currentPage!=this.pages[0]){var r=this.createTemporaryGraph(r.getStylesheet()),x=r.getGlobalVariable,z=this.pages[0];r.getGlobalVariable=function(a){return"page"== -a?z.getName():"pagenumber"==a?1:x.apply(this,arguments)};document.body.appendChild(r.container);r.model.setRoot(z.root)}this.exportToCanvas(mxUtils.bind(this,function(a){u(a.toDataURL("image/png"))}),null,null,null,mxUtils.bind(this,function(){u(null)}),null,null,null,null,null,null,r)}else(new mxXmlRequest(EXPORT_URL,"format=png&embedXml="+("xmlpng"==h.format?"1":"0")+"&base64=1&xml="+encodeURIComponent(encodeURIComponent(n)))).send(mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()? -t("data:image/png;base64,"+a.getText()):u(null)}),mxUtils.bind(this,function(){u(null)}))}}else{null!=h.xml&&0<h.xml.length&&this.setFileData(h.xml);p=this.createLoadMessage("export");if("html2"==h.format||"html"==h.format&&("0"!=urlParams.pages||null!=this.pages&&1<this.pages.length))k=this.getXmlFileData(),p.xml=mxUtils.getXml(k),p.data=this.getFileData(null,null,!0,null,null,null,k),p.format=h.format;else if("html"==h.format)n=this.editor.getGraphXml(),p.data=this.getHtml(n,this.editor.graph), -p.xml=mxUtils.getXml(n),p.format=h.format;else{mxSvgCanvas2D.prototype.foAltText=null;k=this.editor.graph.background;k==mxConstants.NONE&&(k=null);p.xml=this.getFileData(!0);p.format="svg";if(h.embedImages||null==h.embedImages){if(null==h.spin&&null==h.spinKey||this.spinner.spin(document.body,null!=h.spinKey?mxResources.get(h.spinKey):h.spin))this.editor.graph.setEnabled(!1),"xmlsvg"==h.format?this.getEmbeddedSvg(p.xml,this.editor.graph,null,!0,mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0); -this.spinner.stop();p.data=this.createSvgDataUri(a);q.postMessage(JSON.stringify(p),"*")})):this.convertImages(this.editor.graph.getSvg(k),mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();p.data=this.createSvgDataUri(mxUtils.getXml(a));q.postMessage(JSON.stringify(p),"*")}));return}k="xmlsvg"==h.format?this.getEmbeddedSvg(this.getFileData(!0),this.editor.graph,null,!0):mxUtils.getXml(this.editor.graph.getSvg(k));p.data=this.createSvgDataUri(k)}q.postMessage(JSON.stringify(p), -"*")}return}if("load"==h.action)c=1==h.autosave,this.hideDialog(),null!=h.modified&&null==urlParams.modified&&(urlParams.modified=h.modified),null!=h.saveAndExit&&null==urlParams.saveAndExit&&(urlParams.saveAndExit=h.saveAndExit),null!=h.title&&null!=this.buttonContainer&&(k=document.createElement("span"),mxUtils.write(k,h.title),"atlas"==uiTheme?(this.buttonContainer.style.paddingRight="12px",this.buttonContainer.style.paddingTop="12px"):"min"!=uiTheme&&(this.buttonContainer.style.paddingRight="38px", -this.buttonContainer.style.paddingTop="6px"),null!=this.embedFilenameSpan&&this.embedFilenameSpan.parentNode.removeChild(this.embedFilenameSpan),this.buttonContainer.appendChild(k),this.embedFilenameSpan=k),h=null!=h.xmlpng?this.extractGraphModelFromPng(h.xmlpng):null!=h.xml&&"data:image/png;base64,"==h.xml.substring(0,22)?this.extractGraphModelFromPng(h.xml):h.xml;else{q.postMessage(JSON.stringify({error:"unknownMessage",data:JSON.stringify(h)}),"*");return}}}h=g(h);d=!0;try{a(h,f)}catch(E){this.handleError(E)}d= -!1;null!=urlParams.modified&&this.editor.setStatus("");var D=mxUtils.bind(this,function(){return"0"!=urlParams.pages||null!=this.pages&&1<this.pages.length?this.getFileData(!0):mxUtils.getXml(this.editor.getGraphXml())});e=D();c&&null==b&&(b=mxUtils.bind(this,function(a,b){var c=D();if(c!=e&&!d){var f=this.createLoadMessage("autosave");f.xml=c;c=JSON.stringify(f);(window.opener||window.parent).postMessage(c,"*")}e=c}),this.editor.graph.model.addListener(mxEvent.CHANGE,b),this.editor.graph.addListener("gridSizeChanged", -b),this.editor.graph.addListener("shadowVisibleChanged",b),this.addListener("pageFormatChanged",b),this.addListener("pageScaleChanged",b),this.addListener("backgroundColorChanged",b),this.addListener("backgroundImageChanged",b),this.addListener("foldingEnabledChanged",b),this.addListener("mathEnabledChanged",b),this.addListener("gridEnabledChanged",b),this.addListener("guidesEnabledChanged",b),this.addListener("pageViewChanged",b));"1"!=urlParams.returnbounds&&"json"!=urlParams.proto||q.postMessage(JSON.stringify(this.createLoadMessage("load")), -"*")}}));var q=window.opener||window.parent,h="json"==urlParams.proto?JSON.stringify({event:"init"}):urlParams.ready||"ready";q.postMessage(h,"*")};EditorUi.prototype.addEmbedButtons=function(){if(null!=this.menubar){var a=document.createElement("div");a.style.display="inline-block";a.style.position="absolute";a.style.paddingTop="atlas"==uiTheme?"2px":"3px";a.style.paddingLeft="8px";a.style.paddingBottom="2px";var b=document.createElement("button");mxUtils.write(b,mxResources.get("save"));b.setAttribute("title", -mxResources.get("save")+" ("+Editor.ctrlKey+"+S)");b.className="geBigButton";b.style.fontSize="12px";b.style.padding="4px 6px 4px 6px";b.style.borderRadius="3px";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("save").funct()}));a.appendChild(b);"1"==urlParams.saveAndExit&&(b=document.createElement("a"),mxUtils.write(b,mxResources.get("saveAndExit")),b.setAttribute("title",mxResources.get("saveAndExit")),b.style.fontSize="12px",b.style.marginLeft="6px",b.style.padding= -"4px",b.style.cursor="pointer",mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("saveAndExit").funct()})),a.appendChild(b));b=document.createElement("a");mxUtils.write(b,mxResources.get("exit"));b.setAttribute("title",mxResources.get("exit"));b.style.fontSize="12px";b.style.marginLeft="6px";b.style.marginRight="20px";b.style.padding="4px";b.style.cursor="pointer";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("exit").funct()}));a.appendChild(b); -this.toolbar.container.appendChild(a);this.toolbar.staticElements.push(a);a.style.right="atlas"!=uiTheme?"52px":"42px"}};EditorUi.prototype.showImportCsvDialog=function(){null==this.importCsvDialog&&(this.importCsvDialog=new TextareaDialog(this,mxResources.get("csv")+":",Editor.defaultCsvValue,mxUtils.bind(this,function(a){this.importCsv(a)}),null,null,620,430,null,!0,!0,mxResources.get("import")));this.showDialog(this.importCsvDialog.container,640,520,!0,!0);this.importCsvDialog.init()};EditorUi.prototype.importCsv= -function(a,b){try{var d=a.split("\n"),c=[];if(0<d.length){var e={},f=null,h=null,m="",n="auto",l="auto",r=null,v=null,u=40,H=40,F=0,w=this.editor.graph;w.getGraphBounds();for(var G=function(){null!=b?b(X):(w.setSelectionCells(X),w.scrollCellToVisible(w.getSelectionCell()))},I=w.getFreeInsertPoint(),z=I.x,D=I.y,I=D,E=null,J="auto",S=[],Y=null,aa=null,O=0;O<d.length&&"#"==d[O].charAt(0);){a=d[O];for(O++;O<d.length&&"\\"==a.charAt(a.length-1)&&"#"==d[O].charAt(0);)a=a.substring(0,a.length-1)+mxUtils.trim(d[O].substring(1)), -O++;if("#"!=a.charAt(1)){var Z=a.indexOf(":");if(0<Z){var P=mxUtils.trim(a.substring(1,Z)),L=mxUtils.trim(a.substring(Z+1));"label"==P?E=w.sanitizeHtml(L):"style"==P?f=L:"identity"==P&&0<L.length&&"-"!=L?h=L:"namespace"==P&&0<L.length&&"-"!=L?m=L:"width"==P?n=L:"height"==P?l=L:"left"==P&&0<L.length?r=L:"top"==P&&0<L.length?v=L:"ignore"==P?aa=L.split(","):"connect"==P?S.push(JSON.parse(L)):"link"==P?Y=L:"padding"==P?F=parseFloat(L):"edgespacing"==P?u=parseFloat(L):"nodespacing"==P?H=parseFloat(L): -"layout"==P&&(J=L)}}}var T=this.editor.csvToArray(d[O]),Z=null;if(null!=h)for(var K=0;K<T.length;K++)if(h==T[K]){Z=K;break}null==E&&(E="%"+T[0]+"%");if(null!=S)for(var Q=0;Q<S.length;Q++)null==e[S[Q].to]&&(e[S[Q].to]={});w.model.beginUpdate();try{for(K=O+1;K<d.length;K++){var W=this.editor.csvToArray(d[K]);if(W.length==T.length){var C=null,ca=null!=Z?m+W[Z]:null;null!=ca&&(C=w.model.getCell(ca));null==C&&(C=new mxCell(E,new mxGeometry(z,I,0,0),f||"whiteSpace=wrap;html=1;"),C.vertex=!0,C.id=ca);for(var R= -0;R<W.length;R++)w.setAttributeForCell(C,T[R],W[R]);w.setAttributeForCell(C,"placeholders","1");C.style=w.replacePlaceholders(C,C.style);for(Q=0;Q<S.length;Q++)e[S[Q].to][C.getAttribute(S[Q].to)]=C;null!=Y&&"link"!=Y&&(w.setLinkForCell(C,C.getAttribute(Y)),w.setAttributeForCell(C,Y,null));w.fireEvent(new mxEventObject("cellsInserted","cells",[C]));var U=this.editor.graph.getPreferredSizeForCell(C);C.vertex&&(null!=r&&null!=C.getAttribute(r)&&(C.geometry.x=z+parseFloat(C.getAttribute(r))),null!=v&& -null!=C.getAttribute(v)&&(C.geometry.y=D+parseFloat(C.getAttribute(v))),"@"==n.charAt(0)&&null!=C.getAttribute(n.substring(1))?C.geometry.width=parseFloat(C.getAttribute(n.substring(1))):C.geometry.width="auto"==n?U.width+F:parseFloat(n),"@"==l.charAt(0)&&null!=C.getAttribute(l.substring(1))?C.geometry.height=parseFloat(C.getAttribute(l.substring(1))):C.geometry.height="auto"==l?U.height+F:parseFloat(l),I+=C.geometry.height+H);c.push(w.addCell(C))}}for(var V=c.slice(),X=c.slice(),Q=0;Q<S.length;Q++)for(var M= -S[Q],K=0;K<c.length;K++){var C=c[K],ma=C.getAttribute(M.from);if(null!=ma){w.setAttributeForCell(C,M.from,null);for(var na=ma.split(","),R=0;R<na.length;R++){var da=e[M.to][na[R]];null!=da&&(E=M.label,null!=M.fromlabel&&(E=(C.getAttribute(M.fromlabel)||"")+(E||"")),null!=M.tolabel&&(E=(E||"")+(da.getAttribute(M.tolabel)||"")),X.push(w.insertEdge(null,null,E||"",M.invert?da:C,M.invert?C:da,M.style||w.createCurrentEdgeStyle())),mxUtils.remove(M.invert?C:da,V))}}}if(null!=aa)for(K=0;K<c.length;K++)for(C= -c[K],R=0;R<aa.length;R++)w.setAttributeForCell(C,mxUtils.trim(aa[R]),null);var ka=new mxParallelEdgeLayout(w);ka.spacing=u;var qa=function(){ka.execute(w.getDefaultParent());for(var a=0;a<c.length;a++){var b=w.getCellGeometry(c[a]);b.x=Math.round(w.snap(b.x));b.y=Math.round(w.snap(b.y));"auto"==n&&(b.width=Math.round(w.snap(b.width)));"auto"==l&&(b.height=Math.round(w.snap(b.height)))}};if("circle"==J){var ga=new mxCircleLayout(w);ga.resetEdges=!1;var ra=ga.isVertexIgnored;ga.isVertexIgnored=function(a){return ra.apply(this, -arguments)||0>mxUtils.indexOf(c,a)};this.executeLayout(function(){ga.execute(w.getDefaultParent());qa()},!0,G);G=null}else if("horizontaltree"==J||"verticaltree"==J||"auto"==J&&X.length==2*c.length-1&&1==V.length){w.view.validate();var ea=new mxCompactTreeLayout(w,"horizontaltree"==J);ea.levelDistance=H;ea.edgeRouting=!1;ea.resetEdges=!1;this.executeLayout(function(){ea.execute(w.getDefaultParent(),0<V.length?V[0]:null)},!0,G);G=null}else if("horizontalflow"==J||"verticalflow"==J||"auto"==J&&1==V.length){w.view.validate(); -var ia=new mxHierarchicalLayout(w,"horizontalflow"==J?mxConstants.DIRECTION_WEST:mxConstants.DIRECTION_NORTH);ia.intraCellSpacing=H;ia.disableEdgeStyle=!1;this.executeLayout(function(){ia.execute(w.getDefaultParent(),X);w.moveCells(X,z,D)},!0,G);G=null}else if("organic"==J||"auto"==J&&X.length>c.length){w.view.validate();var ba=new mxFastOrganicLayout(w);ba.forceConstant=3*H;ba.resetEdges=!1;var ja=ba.isVertexIgnored;ba.isVertexIgnored=function(a){return ja.apply(this,arguments)||0>mxUtils.indexOf(c, -a)};ka=new mxParallelEdgeLayout(w);ka.spacing=u;this.executeLayout(function(){ba.execute(w.getDefaultParent());qa()},!0,G);G=null}this.hideDialog()}finally{w.model.endUpdate()}null!=G&&G()}}catch(fa){this.handleError(fa)}};EditorUi.prototype.getSearch=function(a){var b="";if("1"!=urlParams.offline&&"1"!=urlParams.demo&&null!=a&&0<window.location.search.length){var d="?",c;for(c in urlParams)0>mxUtils.indexOf(a,c)&&null!=urlParams[c]&&(b+=d+c+"="+urlParams[c],d="&")}else b=window.location.search;return b}; -EditorUi.prototype.getUrl=function(a){a=null!=a?a:window.location.pathname;var b=0<a.indexOf("?")?1:0;if("1"==urlParams.offline)a+=window.location.search;else{var d="tmp libs clibs state fileId code share notitle data url embed client create title splash".split(" "),c;for(c in urlParams)0>mxUtils.indexOf(d,c)&&(a=0==b?a+"?":a+"&",null!=urlParams[c]&&(a+=c+"="+urlParams[c],b++))}return a};EditorUi.prototype.showLinkDialog=function(a,b,c){a=new LinkDialog(this,a,b,c,!0);this.showDialog(a.container, -480,130,!0,!0);a.init()};var m=EditorUi.prototype.createOutline;EditorUi.prototype.createOutline=function(a){var b=m.apply(this,arguments),d=this.editor.graph,c=b.getSourceGraphBounds;b.getSourceGraphBounds=function(){if(mxUtils.hasScrollbars(d.container)&&d.pageVisible&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0,0,Math.ceil(this.source.minimumGraphSize.width-2*a.x/b),Math.ceil(this.source.minimumGraphSize.height-2*a.y/ -b))}return c.apply(this,arguments)};var e=b.getSourceContainerSize;b.getSourceContainerSize=function(){if(mxUtils.hasScrollbars(d.container)&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0,0,Math.ceil(this.source.minimumGraphSize.width*b-2*a.x),Math.ceil(this.source.minimumGraphSize.height*b-2*a.y))}return e.apply(this,arguments)};b.getOutlineOffset=function(a){if(mxUtils.hasScrollbars(d.container)&&null!=this.source.minimumGraphSize){var c= -this.source.getPagePadding();return new mxPoint(Math.round(Math.max(0,(b.outline.container.clientWidth/a-(this.source.minimumGraphSize.width-2*c.x))/2)-c.x),Math.round(Math.max(0,(b.outline.container.clientHeight/a-(this.source.minimumGraphSize.height-2*c.y))/2)-c.y-5/a))}return new mxPoint(8/a,8/a)};var h=b.init;b.init=function(){h.apply(this,arguments);b.outline.view.getBackgroundPageBounds=function(){var a=d.getPageLayout(),b=d.getPageSize();return new mxRectangle(this.scale*(this.translate.x+ -a.x*b.width),this.scale*(this.translate.y+a.y*b.height),this.scale*a.width*b.width,this.scale*a.height*b.height)};b.outline.view.validateBackgroundPage()};this.editor.addListener("pageSelected",function(a,d){var c=d.getProperty("change"),e=b.source,f=b.outline;f.pageScale=e.pageScale;f.pageFormat=e.pageFormat;f.background=e.background;f.pageVisible=e.pageVisible;f.background=e.background;var g=mxUtils.getCurrentStyle(e.container);f.container.style.backgroundColor=g.backgroundColor;null!=e.view.backgroundPageShape&& -null!=f.view.backgroundPageShape&&(f.view.backgroundPageShape.fill=e.view.backgroundPageShape.fill);b.outline.view.clear(c.previousPage.root,!0);b.outline.view.validate()});return b};EditorUi.prototype.getServiceCount=function(a,b){var d=0;null==this.drive&&"function"!==typeof window.DriveClient||d++;b||null==this.dropbox&&"function"!==typeof window.DropboxClient||d++;null==this.oneDrive&&"function"!==typeof window.OneDriveClient||d++;b||null==this.gitHub||d++;b||null==this.trello&&"function"!==typeof window.TrelloClient|| -d++;a&&isLocalStorage&&("1"==urlParams.browser||mxClient.IS_IOS)&&d++;mxClient.IS_IOS||d++;return d};EditorUi.prototype.updateUi=function(){this.updateButtonContainer();this.updateActionStates();var a=this.getCurrentFile(),b=null!=a||"1"==urlParams.embed&&this.editor.graph.isEnabled();this.menus.get("viewPanels").setEnabled(b);this.menus.get("viewZoom").setEnabled(b);var c=("1"!=urlParams.embed||!this.editor.graph.isEnabled())&&(null==a||a.isRestricted());this.actions.get("makeCopy").setEnabled(!c); -this.actions.get("print").setEnabled(!c);this.menus.get("exportAs").setEnabled(!c);this.menus.get("embed").setEnabled(!c);c="1"!=urlParams.embed||this.editor.graph.isEnabled();this.menus.get("extras").setEnabled(c);Editor.enableCustomLibraries&&(this.menus.get("openLibraryFrom").setEnabled(c),this.menus.get("newLibrary").setEnabled(c));a="1"==urlParams.embed&&this.editor.graph.isEnabled()||null!=a&&a.isEditable();this.actions.get("image").setEnabled(b);this.actions.get("zoomIn").setEnabled(b);this.actions.get("zoomOut").setEnabled(b); -this.actions.get("resetView").setEnabled(b);this.menus.get("edit").setEnabled(b);this.menus.get("view").setEnabled(b);this.menus.get("importFrom").setEnabled(a);this.menus.get("arrange").setEnabled(a);null!=this.toolbar&&(null!=this.toolbar.edgeShapeMenu&&this.toolbar.edgeShapeMenu.setEnabled(a),null!=this.toolbar.edgeStyleMenu&&this.toolbar.edgeStyleMenu.setEnabled(a));if(this.isAppCache()){var e=applicationCache;if(null!=e&&null==this.offlineStatus){this.offlineStatus=document.createElement("div"); -this.offlineStatus.className="geItem";this.offlineStatus.style.position="absolute";this.offlineStatus.style.fontSize="8pt";this.offlineStatus.style.top="2px";this.offlineStatus.style.right="12px";this.offlineStatus.style.color="#666";this.offlineStatus.style.margin="4px";this.offlineStatus.style.padding="2px";this.offlineStatus.style.verticalAlign="middle";this.offlineStatus.innerHTML="";this.menubarContainer.appendChild(this.offlineStatus);mxEvent.addListener(this.offlineStatus,"click",mxUtils.bind(this, -function(){var a=this.offlineStatus.getElementsByTagName("img");null!=a&&0<a.length&&this.alert(a[0].getAttribute("title"))}));var e=window.applicationCache,h=null,b=mxUtils.bind(this,function(){var a=e.status,b;a==e.CHECKING&&(a=e.DOWNLOADING);switch(a){case e.UNCACHED:b="";break;case e.IDLE:b="min"==uiTheme?"":'<img title="draw.io is up to date." border="0" src="'+IMAGE_PATH+'/checkmark.gif"/>';break;case e.DOWNLOADING:b='<img title="Downloading new version..." border="0" src="'+IMAGE_PATH+'/spin.gif"/>'; -break;case e.UPDATEREADY:b='<img title="'+mxUtils.htmlEntities(mxResources.get("restartForChangeRequired"))+'" border="0" src="'+IMAGE_PATH+'/download.png"/>';break;case e.OBSOLETE:b='<img title="Obsolete" border="0" src="'+IMAGE_PATH+'/clear.gif"/>';break;default:b='<img title="Unknown" border="0" src="'+IMAGE_PATH+'/clear.gif"/>'}a!=h&&(this.offlineStatus.innerHTML=b,h=a)});mxEvent.addListener(e,"checking",b);mxEvent.addListener(e,"noupdate",b);mxEvent.addListener(e,"downloading",b);mxEvent.addListener(e, -"progress",b);mxEvent.addListener(e,"cached",b);mxEvent.addListener(e,"updateready",b);mxEvent.addListener(e,"obsolete",b);mxEvent.addListener(e,"error",b);b()}}else this.updateUserElement()};EditorUi.prototype.updateButtonContainer=function(){};EditorUi.prototype.updateUserElement=function(){};EditorUi.prototype.isDiagramActive=function(){var a=this.getCurrentFile();return null!=a&&a.isEditable()||"1"==urlParams.embed&&this.editor.graph.isEnabled()};var r=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates= -function(){r.apply(this,arguments);var a=this.editor.graph,b=this.isDiagramActive(),c=this.getCurrentFile();this.actions.get("pageSetup").setEnabled(b);this.actions.get("autosave").setEnabled(null!=c&&c.isEditable()&&c.isAutosaveOptional());this.actions.get("guides").setEnabled(b);this.actions.get("editData").setEnabled(b);this.actions.get("shadowVisible").setEnabled(b);this.actions.get("connectionArrows").setEnabled(b);this.actions.get("connectionPoints").setEnabled(b);this.actions.get("copyStyle").setEnabled(b&& -!a.isSelectionEmpty());this.actions.get("pasteStyle").setEnabled(b&&!a.isSelectionEmpty());this.actions.get("editGeometry").setEnabled(a.getModel().isVertex(a.getSelectionCell()));this.actions.get("createShape").setEnabled(b);this.actions.get("createRevision").setEnabled(b);this.actions.get("moveToFolder").setEnabled(null!=c);this.actions.get("makeCopy").setEnabled(null!=c&&!c.isRestricted());this.actions.get("editDiagram").setEnabled(b&&(null==c||!c.isRestricted()));this.actions.get("publishLink").setEnabled(null!= -c&&!c.isRestricted());this.actions.get("tags").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("find").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("layers").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("outline").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("rename").setEnabled(null!=c&&c.isRenamable()||"1"==urlParams.embed);this.actions.get("close").setEnabled(null!=c); -this.menus.get("publish").setEnabled(null!=c&&!c.isRestricted());a=a.view.getState(a.getSelectionCell());this.actions.get("editShape").setEnabled(b&&null!=a&&null!=a.shape&&null!=a.shape.stencil)};var u=EditorUi.prototype.destroy;EditorUi.prototype.destroy=function(){null!=this.exportDialog&&(this.exportDialog.parentNode.removeChild(this.exportDialog),this.exportDialog=null);u.apply(this,arguments)};null!=window.ExportDialog&&(ExportDialog.showXmlOption=!1,ExportDialog.showGifOption=!1,ExportDialog.exportFile= -function(a,b,c,e,h,k){var d=a.editor.graph;if("xml"==c)a.hideDialog(),a.saveData(b,"xml",mxUtils.getXml(a.editor.getGraphXml()),"text/xml");else if("svg"==c)a.hideDialog(),a.saveData(b,"svg",mxUtils.getXml(d.getSvg(e,h,k)),"image/svg+xml");else{var f=a.getFileData(!0,null,null,null,null,!0),g=d.getGraphBounds(),m=Math.floor(g.width*h/d.view.scale),n=Math.floor(g.height*h/d.view.scale);f.length<=MAX_REQUEST_SIZE&&m*n<MAX_AREA?(a.hideDialog(),a.saveRequest(b,c,function(a,b){return new mxXmlRequest(EXPORT_URL, -"format="+c+"&base64="+(b||"0")+(null!=a?"&filename="+encodeURIComponent(a):"")+"&bg="+(null!=e?e:"none")+"&w="+m+"&h="+n+"&border="+k+"&xml="+encodeURIComponent(f))})):mxUtils.alert(mxResources.get("drawingTooLarge"))}})})();function DiagramPage(a){this.node=a;(null==this.node.hasAttribute&&null==this.node.getAttribute("id")||null!=this.node.hasAttribute&&!this.node.hasAttribute("id"))&&this.node.setAttribute("id",function(){function a(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return a()+a()+"-"+a()+"-"+a()+"-"+a()+"-"+a()+a()+a()}())}DiagramPage.prototype.node=null;DiagramPage.prototype.root=null;DiagramPage.prototype.viewState=null;DiagramPage.prototype.getId=function(){return this.node.getAttribute("id")}; +c){c=null!=c?c:a.name;var d=new FormData;d.append("format","xml");d.append("upfile",a,c);var e=new XMLHttpRequest;e.open("POST",OPEN_URL);e.onreadystatechange=function(){b(e)};e.send(d)};EditorUi.prototype.isResampleImage=function(a,b){b=null!=b?b:this.resampleThreshold;return a.length>b};EditorUi.prototype.resizeImage=function(a,b,c,e,h,m){h=null!=h?h:this.maxImageSize;var d=Math.max(1,a.width),f=Math.max(1,a.height);if(e&&this.isResampleImage(b,m))try{var g=Math.max(d/h,f/h);if(1<g){var k=Math.round(d/ +g),n=Math.round(f/g),q=document.createElement("canvas");q.width=k;q.height=n;q.getContext("2d").drawImage(a,0,0,k,n);var p=q.toDataURL();if(p.length<b.length){var t=document.createElement("canvas");t.width=k;t.height=n;var r=t.toDataURL();p!==r&&(b=p,d=k,f=n)}}}catch(B){}c(b,d,f)};EditorUi.prototype.crcTable=[];for(var e=0;256>e;e++)for(var b=e,h=0;8>h;h++)b=1==(b&1)?3988292384^b>>>1:b>>>1,EditorUi.prototype.crcTable[e]=b;EditorUi.prototype.updateCRC=function(a,b,c,e){for(var d=0;d<e;d++)a=EditorUi.prototype.crcTable[(a^ +b[c+d])&255]^a>>>8;return a};EditorUi.prototype.crc32=function(a){this.crcTable=this.crcTable||this.createCrcTable();for(var d=-1,b=0;b<a.length;b++)d=d>>>8^this.crcTable[(d^a.charCodeAt(b))&255];return(d^-1)>>>0};EditorUi.prototype.writeGraphModelToPng=function(a,b,c,e,h){function d(a,d){var b=n;n+=d;return a.substring(b,n)}function f(a){a=d(a,4);return a.charCodeAt(3)+(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}function g(a){return String.fromCharCode(a>>24&255,a>>16&255,a>> +8&255,a&255)}a=a.substring(a.indexOf(",")+1);a=window.atob?atob(a):Base64.decode(a,!0);var n=0;if(d(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=h&&h();else if(d(a,4),"IHDR"!=d(a,4))null!=h&&h();else{d(a,17);h=a.substring(0,n);do{var k=f(a);if("IDAT"==d(a,4)){h=a.substring(0,n-8);c=c+String.fromCharCode(0)+("zTXt"==b?String.fromCharCode(0):"")+e;e=4294967295;e=this.updateCRC(e,b,0,4);e=this.updateCRC(e,c,0,c.length);h+=g(c.length)+b+c+g(e^4294967295);h+=a.substring(n- +8,a.length);break}h+=a.substring(n-8,n-4+k);d(a,k);d(a,4)}while(k);return"data:image/png;base64,"+(window.btoa?btoa(h):Base64.encode(h,!0))}};EditorUi.prototype.extractGraphModelFromPng=function(a){var d=null;try{var b=a.substring(a.indexOf(",")+1),c=window.atob&&!mxClient.IS_SF?atob(b):Base64.decode(b,!0);EditorUi.parsePng(c,mxUtils.bind(this,function(a,b,e){a=c.substring(a+8,a+8+e);"zTXt"==b?(e=a.indexOf(String.fromCharCode(0)),"mxGraphModel"==a.substring(0,e)&&(a=this.editor.graph.bytesToString(pako.inflateRaw(a.substring(e+ +2))).replace(/\+/g," "),null!=a&&0<a.length&&(d=a))):"tEXt"==b&&(a=a.split(String.fromCharCode(0)),1<a.length&&"mxGraphModel"==a[0]&&(d=a[1]));if(null!=d||"IDAT"==b)return!0}))}catch(t){}null!=d&&"%"==d.charAt(0)&&(d=decodeURIComponent(d));null!=d&&"%"==d.charAt(0)&&(d=decodeURIComponent(d));return d};EditorUi.prototype.loadImage=function(a,b,c){var d=new Image;d.onload=function(){b(d)};null!=c&&(d.onerror=c);d.src=a};var p=EditorUi.prototype.init;EditorUi.prototype.init=function(){mxStencilRegistry.allowEval= +!this.isOfflineApp();"undefined"!==typeof window.mxSettings&&(this.formatWidth=mxSettings.getFormatWidth());var a=this,b=this.editor.graph;b.getLinkTitle=function(d){return a.getLinkTitle(d)};b.customLinkClicked=function(d){var b=!1;try{a.handleCustomLink(d),b=!0}catch(x){a.handleError(x)}return b};this.isOffline()||"undefined"===typeof window.EditDataDialog||(EditDataDialog.placeholderHelpLink="https://desk.draw.io/support/solutions/articles/16000051979");var c=a.editor.getEditBlankUrl;this.editor.getEditBlankUrl= +function(d){d=null!=d?d:"";if(null!=a.pages&&null!=a.currentPage)for(var b=0;b<a.pages.length;b++)if(a.pages[b]==a.currentPage){0<b&&(d+=(0<d.length?"&":"?")+"page="+b);break}"1"==urlParams.dev&&(d+=(0<d.length?"&":"?")+"dev=1&drawdev=1");return c.apply(this,arguments)};var e=b.addClickHandler;b.addClickHandler=function(a,d,c){var f=d;d=function(a,d){if(null==d){var c=mxEvent.getSource(a);"a"==c.nodeName.toLowerCase()&&(d=c.getAttribute("href"))}null!=d&&b.isCustomLink(d)&&(mxEvent.isTouchEvent(a)|| +!mxEvent.isPopupTrigger(a))&&b.customLinkClicked(d)&&mxEvent.consume(a);null!=f&&f(a,d)};e.call(this,a,d,c)};p.apply(this,arguments);mxClient.IS_SVG&&this.editor.graph.addSvgShadow(b.view.canvas.ownerSVGElement,null,!0);a.actions.get("print").funct=function(){a.showDialog((new PrintDialog(a)).container,360,null!=a.pages&&1<a.pages.length?420:360,!0,!0)};this.defaultFilename=mxResources.get("untitledDiagram");var h=b.getGlobalVariable;b.getGlobalVariable=function(d){return"page"==d&&null!=a.currentPage? +a.currentPage.getName():"pagenumber"==d?null!=a.currentPage&&null!=a.pages?mxUtils.indexOf(a.pages,a.currentPage)+1:1:h.apply(this,arguments)};var m=b.labelLinkClicked;b.labelLinkClicked=function(a,d,c){var e=d.getAttribute("href");if(null==e||!b.isCustomLink(e)||!mxEvent.isTouchEvent(c)&&mxEvent.isPopupTrigger(c))m.apply(this,arguments);else{if(!b.isEnabled()||null!=a&&b.isCellLocked(a.cell))b.customLinkClicked(e),b.getRubberband().reset();mxEvent.consume(c)}};this.editor.getOrCreateFilename=function(){var d= +a.defaultFilename,b=a.getCurrentFile();null!=b&&(d=null!=b.getTitle()?b.getTitle():d);return d};var l=this.actions.get("print");l.setEnabled(!mxClient.IS_IOS||!navigator.standalone);l.visible=l.isEnabled();if(!this.editor.chromeless||this.editor.editable){var n=function(){window.setTimeout(function(){r.innerHTML=" ";r.focus();document.execCommand("selectAll",!1,null)},0)};this.keyHandler.bindAction(70,!0,"find");this.keyHandler.bindAction(67,!0,"copyStyle",!0);this.keyHandler.bindAction(86,!0, +"pasteStyle",!0);this.keyHandler.bindAction(77,!0,"editGeometry",!0);this.keyHandler.bindAction(88,!0,"insertText",!0);this.keyHandler.bindAction(75,!0,"insertRectangle");this.keyHandler.bindAction(75,!0,"insertEllipse",!0);mxClient.IS_IE||b.container.addEventListener("paste",mxUtils.bind(this,function(a){var d=this.editor.graph;if(!mxEvent.isConsumed(a))try{for(var b=a.clipboardData||a.originalEvent.clipboardData,c=!1,e=0;e<b.types.length;e++)if("text/"===b.types[e].substring(0,5)){c=!0;break}if(!c){var f= +b.items;for(index in f){var g=f[index];if("file"===g.kind){if(d.isEditing())this.importFiles([g.getAsFile()],0,0,this.maxImageSize,function(a,b,c,e,f,g){d.insertImage(a,f,g)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var d=0;d<a.length;d++)a[d]()});else{var l=this.editor.graph.getInsertPoint();this.importFiles([g.getAsFile()],l.x,l.y,this.maxImageSize);mxEvent.consume(a)}break}}}}catch(Q){}}),!1);var r=document.createElement("div");r.style.position="absolute"; +r.style.whiteSpace="nowrap";r.style.overflow="hidden";r.style.display="block";r.contentEditable=!0;mxUtils.setOpacity(r,0);r.style.width="1px";r.style.height="1px";r.innerHTML=" ";var k=!1;this.keyHandler.bindControlKey(88,null);this.keyHandler.bindControlKey(67,null);this.keyHandler.bindControlKey(86,null);mxEvent.addListener(document,"keydown",mxUtils.bind(this,function(a){var d=mxEvent.getSource(a);null==b.container||!b.isEnabled()||b.isMouseDown||b.isEditing()||null!=this.dialog||"INPUT"== +d.nodeName||"TEXTAREA"==d.nodeName||!(224==a.keyCode||!mxClient.IS_MAC&&17==a.keyCode||mxClient.IS_MAC&&91==a.keyCode)||k||(r.style.left=b.container.scrollLeft+10+"px",r.style.top=b.container.scrollTop+10+"px",b.container.appendChild(r),k=!0,mxClient.IS_QUIRKS?window.setTimeout(function(){r.focus();document.execCommand("selectAll",!1,null)},0):(r.focus(),document.execCommand("selectAll",!1,null)))}));mxEvent.addListener(document,"keyup",mxUtils.bind(this,function(a){var d=a.keyCode;window.setTimeout(mxUtils.bind(this, +function(){!k||224!=d&&17!=d&&91!=d||(k=!1,b.isEditing()||null!=this.dialog||null==b.container||b.container.focus(),r.parentNode.removeChild(r),null==this.dialog&&mxUtils.clearSelection())}),0)}));mxEvent.addListener(r,"copy",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(r),n())}));mxEvent.addListener(r,"cut",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(r,!0),n())}));mxEvent.addListener(r,"paste",mxUtils.bind(this,function(a){b.isEnabled()&& +!b.isCellLocked(b.getDefaultParent())&&(r.innerHTML=" ",r.focus(),window.setTimeout(mxUtils.bind(this,function(){this.pasteCells(a,r);r.innerHTML=" "}),0))}),!0);var u=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==r?!0:u.apply(this,arguments)}}this.spinner=this.createSpinner(document.body.clientWidth/2-2,Math.max(document.body.clientHeight||0,document.documentElement.clientHeight||0)/2,24);Graph.fileSupport&&this.editor.graph.addListener(mxEvent.EDITING_STARTED, +mxUtils.bind(this,function(a){var d=this.editor.graph,b=d.cellEditor.text2,c=null;null!=b&&(mxEvent.addListener(b,"dragleave",function(a){null!=c&&(c.parentNode.removeChild(c),c=null);a.stopPropagation();a.preventDefault()}),mxEvent.addListener(b,"dragover",mxUtils.bind(this,function(a){null==c&&(!mxClient.IS_IE||10<document.documentMode)&&(c=this.highlightElement(b));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(b,"drop",mxUtils.bind(this,function(a){null!=c&&(c.parentNode.removeChild(c), +c=null);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,function(a,b,c,e,f,g){d.insertImage(a,f,g)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var d=0;d<a.length;d++)a[d]()},mxEvent.isControlDown(a));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var b=a.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(b)?this.loadImage(decodeURIComponent(b),mxUtils.bind(this,function(a){var c= +Math.max(1,a.width);a=Math.max(1,a.height);var e=this.maxImageSize,e=Math.min(1,Math.min(e/Math.max(1,c)),e/Math.max(1,a));d.insertImage(decodeURIComponent(b),c*e,a*e)})):document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain"))}else 0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")?document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/html")):0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain")); +a.stopPropagation();a.preventDefault()})))}));if("1"==urlParams.ruler&&"undefined"!==typeof mxRuler){l=document.createElement("div");l.style.position="absolute";l.style.top="95px";l.style.left="250px";l.style.width="2000px";l.style.height="30px";l.style.background="whiteSmoke";document.body.appendChild(l);var v=document.createElement("div");v.style.position="absolute";v.style.top="125px";v.style.left="220px";v.style.width="30px";v.style.height="1000px";v.style.background="whiteSmoke";document.body.appendChild(v); +var A=document.createElement("div");A.style.position="absolute";A.style.top="95px";A.style.left="220px";A.style.width="30px";A.style.height="30px";A.style.background="whiteSmoke";document.body.appendChild(A);this.vRuler=new mxRuler(this.editor.graph,v,!0);this.hRuler=new mxRuler(this.editor.graph,l,!1)}if("1"==urlParams.test){l=document.getElementById("geFooter");null!=l&&(this.styleInput=document.createElement("input"),this.styleInput.setAttribute("type","text"),this.styleInput.style.position="absolute", +this.styleInput.style.top="14px",this.styleInput.style.left="2px",this.styleInput.style.width="98%",this.styleInput.style.visibility="hidden",this.styleInput.style.opacity="0.9",mxEvent.addListener(this.styleInput,"change",mxUtils.bind(this,function(){this.editor.graph.getModel().setStyle(this.editor.graph.getSelectionCell(),this.styleInput.value)})),l.appendChild(this.styleInput),this.editor.graph.getSelectionModel().addListener(mxEvent.CHANGE,mxUtils.bind(this,function(a,d){if(0<this.editor.graph.getSelectionCount()){var b= +this.editor.graph.getSelectionCell(),b=this.editor.graph.getModel().getStyle(b);this.styleInput.value=b||"";this.styleInput.style.visibility="visible"}else this.styleInput.style.visibility="hidden"})));var J=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==this.styleInput?!0:J.apply(this,arguments)}}l=document.getElementById("geInfo");null!=l&&l.parentNode.removeChild(l);if(Graph.fileSupport&&(!this.editor.chromeless||this.editor.editable)){var F=null;mxEvent.addListener(b.container, +"dragleave",function(a){b.isEnabled()&&(null!=F&&(F.parentNode.removeChild(F),F=null),a.stopPropagation(),a.preventDefault())});mxEvent.addListener(b.container,"dragover",mxUtils.bind(this,function(a){null==F&&(!mxClient.IS_IE||10<document.documentMode)&&(F=this.highlightElement(b.container));null!=this.sidebar&&this.sidebar.hideTooltip();a.stopPropagation();a.preventDefault()}));mxEvent.addListener(b.container,"drop",mxUtils.bind(this,function(a){null!=F&&(F.parentNode.removeChild(F),F=null);if(b.isEnabled()){var d= +mxUtils.convertPoint(b.container,mxEvent.getClientX(a),mxEvent.getClientY(a)),c=b.view.translate,e=b.view.scale,f=d.x/e-c.x,g=d.y/e-c.y;mxEvent.isAltDown(a)&&(g=f=0);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,f,g,this.maxImageSize,null,null,null,null,mxEvent.isControlDown(a),null,null,mxEvent.isShiftDown(a));else{var l=0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):null,d=this.extractGraphModelFromEvent(a,null!=this.pages); +if(null!=d)b.setSelectionCells(this.importXml(d,f,g,!0));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")){var k=a.dataTransfer.getData("text/html"),d=document.createElement("div");d.innerHTML=k;var h=null,c=d.getElementsByTagName("img");null!=c&&1==c.length?(k=c[0].getAttribute("src"),/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(k)||(h=!0)):(d=d.getElementsByTagName("a"),null!=d&&1==d.length&&(k=d[0].getAttribute("href")));var m=!0,n=mxUtils.bind(this,function(){b.setSelectionCells(this.insertTextAt(k, +f,g,!0,h,null,m))});h&&k.length>this.resampleThreshold?this.confirmImageResize(function(a){m=a;n()},mxEvent.isControlDown(a)):n()}else null!=l&&/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(l)?this.loadImage(decodeURIComponent(l),mxUtils.bind(this,function(a){var d=Math.max(1,a.width);a=Math.max(1,a.height);var c=this.maxImageSize,c=Math.min(1,Math.min(c/Math.max(1,d)),c/Math.max(1,a));b.setSelectionCell(b.insertVertex(null,null,"",f,g,d*c,a*c,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+ +l+";"))}),mxUtils.bind(this,function(a){b.setSelectionCells(this.insertTextAt(l,f,g,!0))})):0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&b.setSelectionCells(this.insertTextAt(a.dataTransfer.getData("text/plain"),f,g,!0))}}a.stopPropagation();a.preventDefault()}),!1)}this.initPages();"1"==urlParams.embed&&this.initializeEmbedMode();this.installSettings()};EditorUi.prototype.getLinkTitle=function(a){var d=Graph.prototype.getLinkTitle.apply(this,arguments);if("data:page/id,"==a.substring(0, +13)){var b=a.indexOf(",");0<b&&(d=this.getPageById(a.substring(b+1)),d=null!=d?d.getName():mxResources.get("pageNotFound"))}else"data:"==a.substring(0,5)&&(d=mxResources.get("action"));return d};EditorUi.prototype.handleCustomLink=function(a){if("data:page/id,"==a.substring(0,13)){var d=a.indexOf(",");if(a=this.getPageById(a.substring(d+1)))this.selectPage(a);else throw Error(mxResources.get("pageNotFound")||"Page not found");}else this.editor.graph.handleCustomLink(a)};EditorUi.prototype.isSettingsEnabled= +function(){return"undefined"!==typeof window.mxSettings&&(isLocalStorage||mxClient.IS_CHROMEAPP)};EditorUi.prototype.installSettings=function(){if(this.isSettingsEnabled()){ColorDialog.recentColors=mxSettings.getRecentColors();this.editor.graph.currentEdgeStyle=mxSettings.getCurrentEdgeStyle();this.editor.graph.currentVertexStyle=mxSettings.getCurrentVertexStyle();this.fireEvent(new mxEventObject("styleChanged","keys",[],"values",[],"cells",[]));this.addListener("styleChanged",mxUtils.bind(this,function(a, +b){mxSettings.setCurrentEdgeStyle(this.editor.graph.currentEdgeStyle);mxSettings.setCurrentVertexStyle(this.editor.graph.currentVertexStyle);mxSettings.save()}));this.editor.graph.connectionHandler.setCreateTarget(mxSettings.isCreateTarget());this.fireEvent(new mxEventObject("copyConnectChanged"));this.addListener("copyConnectChanged",mxUtils.bind(this,function(a,b){mxSettings.setCreateTarget(this.editor.graph.connectionHandler.isCreateTarget());mxSettings.save()}));this.editor.graph.pageFormat=mxSettings.getPageFormat(); +this.addListener("pageFormatChanged",mxUtils.bind(this,function(a,b){mxSettings.setPageFormat(this.editor.graph.pageFormat);mxSettings.save()}));this.editor.graph.view.gridColor=mxSettings.getGridColor();this.addListener("gridColorChanged",mxUtils.bind(this,function(a,b){mxSettings.setGridColor(this.editor.graph.view.gridColor);mxSettings.save()}));if(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)this.editor.addListener("autosaveChanged",mxUtils.bind(this,function(a,b){mxSettings.setAutosave(this.editor.autosave); +mxSettings.save()})),this.editor.autosave=mxSettings.getAutosave();null!=this.sidebar&&this.sidebar.showPalette("search",mxSettings.settings.search);this.editor.chromeless&&!this.editor.editable||null==this.sidebar||!(mxSettings.settings.isNew||8>=parseInt(mxSettings.settings.version||0))||(this.toggleScratchpad(),mxSettings.save());this.addListener("formatWidthChanged",function(){mxSettings.setFormatWidth(this.formatWidth);mxSettings.save()})}};EditorUi.prototype.copyCells=function(a,b){var d=this.editor.graph; +if(d.isSelectionEmpty())a.innerHTML="";else{var c=mxUtils.sortCells(d.model.getTopmostCells(d.getSelectionCells())),e=mxUtils.getXml(this.editor.graph.encodeCells(c));mxUtils.setTextContent(a,encodeURIComponent(e));b?(d.removeCells(c,!1),d.lastPasteXml=null):(d.lastPasteXml=e,d.pasteCounter=0);a.focus();document.execCommand("selectAll",!1,null)}};EditorUi.prototype.pasteCells=function(a,b){if(!mxEvent.isConsumed(a)){var d=b.getElementsByTagName("span");if(null!=d&&0<d.length&&"application/vnd.lucid.chart.objects"=== +d[0].getAttribute("data-lucid-type")){var c=d[0].getAttribute("data-lucid-content");null!=c&&0<c.length&&(this.convertLucidChart(c,mxUtils.bind(this,function(a){this.editor.graph.setSelectionCells(this.importXml(a,0,0))}),mxUtils.bind(this,function(a){this.handleError(a)})),mxEvent.consume(a))}else{var c=this.editor.graph,e=mxUtils.trim(mxClient.IS_QUIRKS||8==document.documentMode?mxUtils.getTextContent(b):b.textContent),f=!1;try{var l=e.lastIndexOf("%3E");0<=l&&l<e.length-3&&(e=e.substring(0,l+3))}catch(y){}try{var d= +b.getElementsByTagName("span"),h=null!=d&&0<d.length?mxUtils.trim(decodeURIComponent(d[0].textContent)):decodeURIComponent(e);this.isCompatibleString(h)&&(f=!0,e=h)}catch(y){}c.lastPasteXml==e?c.pasteCounter++:(c.lastPasteXml=e,c.pasteCounter=0);d=c.pasteCounter*c.gridSize;if(null!=e&&0<e.length&&(f||this.isCompatibleString(e)?c.setSelectionCells(this.importXml(e,d,d)):(f=c.getInsertPoint(),c.isMouseInsertPoint()&&(d=0,c.lastPasteXml==e&&0<c.pasteCounter&&c.pasteCounter--),c.setSelectionCells(this.insertTextAt(e, +f.x+d,f.y+d,!0))),!c.isSelectionEmpty())){c.scrollCellToVisible(c.getSelectionCell());null!=this.hoverIcons&&this.hoverIcons.update(c.view.getState(c.getSelectionCell()));try{mxEvent.consume(a)}catch(y){}}}}};EditorUi.prototype.addFileDropHandler=function(a){if(Graph.fileSupport)for(var d=null,b=0;b<a.length;b++)mxEvent.addListener(a[b],"dragleave",function(a){null!=d&&(d.parentNode.removeChild(d),d=null);a.stopPropagation();a.preventDefault()}),mxEvent.addListener(a[b],"dragover",mxUtils.bind(this, +function(a){(this.editor.graph.isEnabled()||"1"!=urlParams.embed)&&null==d&&(!mxClient.IS_IE||10<document.documentMode&&12>document.documentMode)&&(d=this.highlightElement());a.stopPropagation();a.preventDefault()})),mxEvent.addListener(a[b],"drop",mxUtils.bind(this,function(a){null!=d&&(d.parentNode.removeChild(d),d=null);if(this.editor.graph.isEnabled()||"1"!=urlParams.embed)if(0<a.dataTransfer.files.length)this.hideDialog(),"1"==urlParams.embed?this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize, +null,null,null,null,!mxEvent.isControlDown(a)&&!mxEvent.isShiftDown(a)):this.openFiles(a.dataTransfer.files,!0);else{var b=this.extractGraphModelFromEvent(a);if(null==b){var c=null!=a.dataTransfer?a.dataTransfer:a.clipboardData;null!=c&&(10==document.documentMode||11==document.documentMode?b=c.getData("Text"):(b=null,b=0<=mxUtils.indexOf(c.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):0<=mxUtils.indexOf(c.types,"text/html")?c.getData("text/html"):null,null!=b&&0<b.length?(c=document.createElement("div"), +c.innerHTML=b,c=c.getElementsByTagName("img"),0<c.length&&(b=c[0].getAttribute("src"))):0<=mxUtils.indexOf(c.types,"text/plain")&&(b=c.getData("text/plain"))),null!=b&&("data:image/png;base64,"==b.substring(0,22)?(b=this.extractGraphModelFromPng(b),null!=b&&0<b.length&&this.openLocalFile(b,null,!0)):!this.isOffline()&&this.isRemoteFileFormat(b)?(new mxXmlRequest(OPEN_URL,"format=xml&data="+encodeURIComponent(b))).send(mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()&&this.openLocalFile(a.getText(), +null,!0)})):/^https?:\/\//.test(b)&&(null==this.getCurrentFile()?window.location.hash="#U"+encodeURIComponent(b):window.openWindow((mxClient.IS_CHROMEAPP?"https://www.draw.io/":"https://"+location.host+"/")+window.location.search+"#U"+encodeURIComponent(b)))))}else this.openLocalFile(b,null,!0)}a.stopPropagation();a.preventDefault()}))};EditorUi.prototype.highlightElement=function(a){var d=0,b=0,c,e;if(null==a){e=document.body;var h=document.documentElement;c=(e.clientWidth||h.clientWidth)-3;e=Math.max(e.clientHeight|| +0,h.clientHeight)-3}else d=a.offsetTop,b=a.offsetLeft,c=a.clientWidth,e=a.clientHeight;h=document.createElement("div");h.style.zIndex=mxPopupMenu.prototype.zIndex+2;h.style.border="3px dotted rgb(254, 137, 12)";h.style.pointerEvents="none";h.style.position="absolute";h.style.top=d+"px";h.style.left=b+"px";h.style.width=Math.max(0,c-3)+"px";h.style.height=Math.max(0,e-3)+"px";null!=a&&a.parentNode==this.editor.graph.container?this.editor.graph.container.appendChild(h):document.body.appendChild(h); +return h};EditorUi.prototype.stringToCells=function(a){a=mxUtils.parseXml(a);var d=this.editor.extractGraphModel(a.documentElement);a=[];if(null!=d){var b=new mxCodec(d.ownerDocument),c=new mxGraphModel;b.decode(d,c);d=c.getChildAt(c.getRoot(),0);for(b=0;b<c.getChildCount(d);b++)a.push(c.getChildAt(d,b))}return a};EditorUi.prototype.openFiles=function(a,b){if(this.spinner.spin(document.body,mxResources.get("loading")))for(var d=0;d<a.length;d++)mxUtils.bind(this,function(a){var d=new FileReader;d.onload= +mxUtils.bind(this,function(d){var c=d.target.result,e=a.name;if(null!=e&&0<e.length){!this.useCanvasForExport&&/(\.png)$/i.test(e)&&(e=e.substring(0,e.length-4)+".xml");var f=mxUtils.bind(this,function(a){e=0<=e.lastIndexOf(".")?e.substring(0,e.lastIndexOf("."))+".xml":e+".xml";if("<mxlibrary"==a.substring(0,10)){null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename,b);try{this.loadLibrary(new LocalLibrary(this,a,e))}catch(w){this.handleError(w, +mxResources.get("errorLoadingFile"))}}else this.openLocalFile(a,e,b)});if(/(\.vsdx?)($|\?)/i.test(e)||/(\.vssx?)($|\?)/i.test(e))this.importVisio(a,mxUtils.bind(this,function(a){this.spinner.stop();f(a)}));else if(Graph.fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,e))this.parseFile(a,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status?f(a.responseText):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge": +"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))}));else if(this.isLucidChartData(c))/(\.json)$/i.test(e)&&(e=e.substring(0,e.length-5)+".xml"),this.convertLucidChart(c,mxUtils.bind(this,function(a){this.spinner.stop();this.openLocalFile(a,e,b)}),mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}));else if("<mxlibrary"==d.target.result.substring(0,10)){this.spinner.stop();null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename, +b);try{this.loadLibrary(new LocalLibrary(this,d.target.result,a.name))}catch(k){this.handleError(k,mxResources.get("errorLoadingFile"))}}else"image/png"==a.type.substring(0,9)&&(c=this.extractGraphModelFromPng(c)),this.spinner.stop(),this.openLocalFile(c,e,b)}});d.onerror=mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a);window.openFile=null});"image"===a.type.substring(0,5)&&"image/svg"!==a.type.substring(0,9)?d.readAsDataURL(a):d.readAsText(a)})(a[d])};EditorUi.prototype.openLocalFile= +function(a,b,c){var d=this.getCurrentFile(),e=mxUtils.bind(this,function(){window.openFile=null;if(null==b&&null!=this.getCurrentFile()&&this.isDiagramEmpty()){var d=mxUtils.parseXml(a);null!=d&&(this.editor.setGraphXml(d.documentElement),this.editor.graph.selectAll())}else this.fileLoaded(new LocalFile(this,a,b||this.defaultFilename,c))});null!=a&&0<a.length&&(null==d||!d.isModified()&&(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)?e():(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)&&null!=d&&d.isModified()? +this.confirm(mxResources.get("allChangesLost"),null,e,mxResources.get("cancel"),mxResources.get("discardChanges")):(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(a,b),window.openWindow(this.getUrl(),null,mxUtils.bind(this,function(){null!=d&&d.isModified()?this.confirm(mxResources.get("allChangesLost"),null,e,mxResources.get("cancel"),mxResources.get("discardChanges")):e()}))))};EditorUi.prototype.getBasenames=function(){var a={};if(null!=this.pages)for(var b= +0;b<this.pages.length;b++)this.updatePageRoot(this.pages[b]),this.addBasenamesForCell(this.pages[b].root,a);else this.addBasenamesForCell(this.editor.graph.model.getRoot(),a);var b=[],c;for(c in a)b.push(c);return b};EditorUi.prototype.addBasenamesForCell=function(a,b){function d(a){if(null!=a){var d=a.lastIndexOf(".");0<d&&(a=a.substring(d+1,a.length));null==b[a]&&(b[a]=!0)}}var c=this.editor.graph,e=c.getCellStyle(a);d(mxStencilRegistry.getBasenameForStencil(e[mxConstants.STYLE_SHAPE]));c.model.isEdge(a)&& +(d(mxMarker.getPackageForType(e[mxConstants.STYLE_STARTARROW])),d(mxMarker.getPackageForType(e[mxConstants.STYLE_ENDARROW])));for(var e=c.model.getChildCount(a),f=0;f<e;f++)this.addBasenamesForCell(c.model.getChildAt(a,f),b)};EditorUi.prototype.setGraphEnabled=function(a){this.diagramContainer.style.visibility=a?"":"hidden";this.formatContainer.style.visibility=a?"":"hidden";this.sidebarFooterContainer.style.display=a?"":"none";this.sidebarContainer.style.display=a?"":"none";this.hsplit.style.display= +a?"":"none";this.editor.graph.setEnabled(a);null!=this.tabContainer&&(this.tabContainer.style.visibility=a?"":"hidden");a||(null!=this.actions.outlineWindow&&this.actions.outlineWindow.window.setVisible(!1),null!=this.actions.layersWindow&&this.actions.layersWindow.window.setVisible(!1),null!=this.menus.tagsWindow&&this.menus.tagsWindow.window.setVisible(!1),null!=this.menus.findWindow&&this.menus.findWindow.window.setVisible(!1))};EditorUi.prototype.initializeEmbedMode=function(){this.setGraphEnabled(!1); +(window.opener||window.parent)!=window&&("1"!=urlParams.spin||this.spinner.spin(document.body,mxResources.get("loading")))&&this.installMessageHandler(mxUtils.bind(this,function(a,b,c){this.spinner.stop();this.addEmbedButtons();this.setGraphEnabled(!0);null!=a&&0<a.length?(this.setFileData(a),this.editor.isChromelessView()?this.editor.graph.isLightboxView()&&this.lightboxFit():this.showLayersDialog(),this.chromelessResize&&this.chromelessResize()):(this.editor.graph.model.clear(),this.editor.fireEvent(new mxEventObject("resetGraphView"))); +this.editor.undoManager.clear();this.editor.modified=null!=c?c:!1;this.updateUi();window.self!==window.top&&window.focus();null!=this.format&&this.format.refresh()}))};EditorUi.prototype.showLayersDialog=function(){1<this.editor.graph.getModel().getChildCount(this.editor.graph.getModel().getRoot())&&(null==this.actions.layersWindow?this.actions.get("layers").funct():this.actions.layersWindow.window.setVisible(!0))};EditorUi.prototype.getPublicUrl=function(a,b){null!=a?a.getPublicUrl(b):b(null)};EditorUi.prototype.createLoadMessage= +function(a){var b=this.editor.graph;return{event:a,pageVisible:b.pageVisible,translate:b.view.translate,scale:b.view.scale,page:b.view.getBackgroundPageBounds(),bounds:b.getGraphBounds()}};EditorUi.prototype.installMessageHandler=function(a){var b=null,d=!1,c=!1,e=null,h=mxUtils.bind(this,function(a,b){this.editor.modified&&"0"!=urlParams.modified?null!=urlParams.modified&&this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(urlParams.modified))):this.editor.setStatus("")});this.editor.graph.model.addListener(mxEvent.CHANGE, +h);mxEvent.addListener(window,"message",mxUtils.bind(this,function(f){function g(a){if(null!=a&&"function"===typeof a.charAt&&"<"!=a.charAt(0))try{"data:image/svg+xml;base64,"==a.substring(0,26)?a=atob(a.substring(26)):"data:image/svg+xml;utf8,"==a.substring(0,24)&&(a=a.substring(24)),null!=a&&("%"==a.charAt(0)?a=decodeURIComponent(a):"<"!=a.charAt(0)&&(a=this.editor.graph.decompress(a)))}catch(P){}return a}if(f.source==(window.opener||window.parent)){var k=f.data;if("json"==urlParams.proto){try{k= +JSON.parse(k)}catch(I){k=null}if(null==k)return;if("dialog"==k.action){this.showError(null!=k.titleKey?mxResources.get(k.titleKey):k.title,null!=k.messageKey?mxResources.get(k.messageKey):k.message,null!=k.buttonKey?mxResources.get(k.buttonKey):k.button);null!=k.modified&&(this.editor.modified=k.modified);return}if("prompt"==k.action){this.spinner.stop();var h=new FilenameDialog(this,k.defaultValue||"",null!=k.okKey?mxResources.get(k.okKey):null,function(a){null!=a&&l.postMessage(JSON.stringify({event:"prompt", +value:a,message:k}),"*")},null!=k.titleKey?mxResources.get(k.titleKey):k.title);this.showDialog(h.container,300,80,!0,!1);h.init();return}if("draft"==k.action){h=null;h="data:image/png;base64,"==k.xml.substring(0,22)?this.extractGraphModelFromPng(k.xml):g(k.xml);this.spinner.stop();h=new DraftDialog(this,mxResources.get("draftFound",[k.name||this.defaultFilename]),h,mxUtils.bind(this,function(){this.hideDialog();l.postMessage(JSON.stringify({event:"draft",result:"edit",message:k}),"*")}),mxUtils.bind(this, +function(){this.hideDialog();l.postMessage(JSON.stringify({event:"draft",result:"discard",message:k}),"*")}),k.editKey?mxResources.get(k.editKey):null,k.discardKey?mxResources.get(k.discardKey):null,k.ignore?mxUtils.bind(this,function(){this.hideDialog();l.postMessage(JSON.stringify({event:"draft",result:"ignore",message:k}),"*")}):null);this.showDialog(h.container,640,480,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()}));try{h.init()}catch(I){l.postMessage(JSON.stringify({event:"draft", +error:I.toString(),message:k}),"*")}return}if("template"==k.action){this.spinner.stop();var h=1==k.enableRecent,n=1==k.enableSearch,h=new NewDialog(this,!1,null!=k.callback,mxUtils.bind(this,function(b,d){b=b||this.emptyDiagramXml;null!=k.callback?l.postMessage(JSON.stringify({event:"template",xml:b,blank:b==this.emptyDiagramXml,name:d}),"*"):(a(b,f,b!=this.emptyDiagramXml),this.editor.modified||this.editor.setStatus(""))}),null,null,null,null,null,null,null,h?mxUtils.bind(this,function(a){this.recentReadyCallback= +a;l.postMessage(JSON.stringify({event:"recentDocs"}),"*")}):null,n?mxUtils.bind(this,function(a,b){this.searchReadyCallback=b;l.postMessage(JSON.stringify({event:"searchDocs",searchStr:a}),"*")}):null,function(a,b,d){l.postMessage(JSON.stringify({event:"template",docUrl:a,info:b,name:d}),"*")});this.showDialog(h.container,620,440,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()}));h.init();return}if("searchDocsList"==k.action)this.searchReadyCallback(k.list,k.errorMsg);else if("recentDocsList"== +k.action)this.recentReadyCallback(k.list,k.errorMsg);else{if("status"==k.action){null!=k.messageKey?this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(k.messageKey))):null!=k.message&&this.editor.setStatus(mxUtils.htmlEntities(k.message));null!=k.modified&&(this.editor.modified=k.modified);return}if("spinner"==k.action){var m=null!=k.messageKey?mxResources.get(k.messageKey):k.message;null==k.show||k.show?this.spinner.spin(document.body,m):this.spinner.stop();return}if("export"==k.action){if("png"== +k.format||"xmlpng"==k.format){if(null==k.spin&&null==k.spinKey||this.spinner.spin(document.body,null!=k.spinKey?mxResources.get(k.spinKey):k.spin)){var p=null!=k.xml?k.xml:this.getFileData(!0);this.editor.graph.setEnabled(!1);var q=this.editor.graph,r=mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();var b=this.createLoadMessage("export");b.format=k.format;b.message=k;b.data=a;b.xml=encodeURIComponent(p);l.postMessage(JSON.stringify(b),"*")}),t=mxUtils.bind(this,function(a){null== +a&&(a=Editor.blankImage);"xmlpng"==k.format&&(a=this.writeGraphModelToPng(a,"zTXt","mxGraphModel",atob(this.editor.graph.compress(p))));q!=this.editor.graph&&q.container.parentNode.removeChild(q.container);r(a)});if(this.isExportToCanvas()){if(null!=this.pages&&this.currentPage!=this.pages[0]){var q=this.createTemporaryGraph(q.getStylesheet()),u=q.getGlobalVariable,z=this.pages[0];q.getGlobalVariable=function(a){return"page"==a?z.getName():"pagenumber"==a?1:u.apply(this,arguments)};document.body.appendChild(q.container); +q.model.setRoot(z.root)}this.exportToCanvas(mxUtils.bind(this,function(a){t(a.toDataURL("image/png"))}),null,null,null,mxUtils.bind(this,function(){t(null)}),null,null,null,null,null,null,q)}else(new mxXmlRequest(EXPORT_URL,"format=png&embedXml="+("xmlpng"==k.format?"1":"0")+"&base64=1&xml="+encodeURIComponent(encodeURIComponent(p)))).send(mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()?r("data:image/png;base64,"+a.getText()):t(null)}),mxUtils.bind(this,function(){t(null)}))}}else{null!= +k.xml&&0<k.xml.length&&this.setFileData(k.xml);m=this.createLoadMessage("export");if("html2"==k.format||"html"==k.format&&("0"!=urlParams.pages||null!=this.pages&&1<this.pages.length))h=this.getXmlFileData(),m.xml=mxUtils.getXml(h),m.data=this.getFileData(null,null,!0,null,null,null,h),m.format=k.format;else if("html"==k.format)p=this.editor.getGraphXml(),m.data=this.getHtml(p,this.editor.graph),m.xml=mxUtils.getXml(p),m.format=k.format;else{mxSvgCanvas2D.prototype.foAltText=null;h=this.editor.graph.background; +h==mxConstants.NONE&&(h=null);m.xml=this.getFileData(!0);m.format="svg";if(k.embedImages||null==k.embedImages){if(null==k.spin&&null==k.spinKey||this.spinner.spin(document.body,null!=k.spinKey?mxResources.get(k.spinKey):k.spin))this.editor.graph.setEnabled(!1),"xmlsvg"==k.format?this.getEmbeddedSvg(m.xml,this.editor.graph,null,!0,mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();m.data=this.createSvgDataUri(a);l.postMessage(JSON.stringify(m),"*")})):this.convertImages(this.editor.graph.getSvg(h), +mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();m.data=this.createSvgDataUri(mxUtils.getXml(a));l.postMessage(JSON.stringify(m),"*")}));return}h="xmlsvg"==k.format?this.getEmbeddedSvg(this.getFileData(!0),this.editor.graph,null,!0):mxUtils.getXml(this.editor.graph.getSvg(h));m.data=this.createSvgDataUri(h)}l.postMessage(JSON.stringify(m),"*")}return}if("load"==k.action)c=1==k.autosave,this.hideDialog(),null!=k.modified&&null==urlParams.modified&&(urlParams.modified= +k.modified),null!=k.saveAndExit&&null==urlParams.saveAndExit&&(urlParams.saveAndExit=k.saveAndExit),null!=k.title&&null!=this.buttonContainer&&(h=document.createElement("span"),mxUtils.write(h,k.title),"atlas"==uiTheme?(this.buttonContainer.style.paddingRight="12px",this.buttonContainer.style.paddingTop="12px"):"min"!=uiTheme&&(this.buttonContainer.style.paddingRight="38px",this.buttonContainer.style.paddingTop="6px"),null!=this.embedFilenameSpan&&this.embedFilenameSpan.parentNode.removeChild(this.embedFilenameSpan), +this.buttonContainer.appendChild(h),this.embedFilenameSpan=h),k=null!=k.xmlpng?this.extractGraphModelFromPng(k.xmlpng):null!=k.xml&&"data:image/png;base64,"==k.xml.substring(0,22)?this.extractGraphModelFromPng(k.xml):k.xml;else{l.postMessage(JSON.stringify({error:"unknownMessage",data:JSON.stringify(k)}),"*");return}}}k=g(k);d=!0;try{a(k,f)}catch(I){this.handleError(I)}d=!1;null!=urlParams.modified&&this.editor.setStatus("");var D=mxUtils.bind(this,function(){return"0"!=urlParams.pages||null!=this.pages&& +1<this.pages.length?this.getFileData(!0):mxUtils.getXml(this.editor.getGraphXml())});e=D();c&&null==b&&(b=mxUtils.bind(this,function(a,b){var c=D();if(c!=e&&!d){var f=this.createLoadMessage("autosave");f.xml=c;c=JSON.stringify(f);(window.opener||window.parent).postMessage(c,"*")}e=c}),this.editor.graph.model.addListener(mxEvent.CHANGE,b),this.editor.graph.addListener("gridSizeChanged",b),this.editor.graph.addListener("shadowVisibleChanged",b),this.addListener("pageFormatChanged",b),this.addListener("pageScaleChanged", +b),this.addListener("backgroundColorChanged",b),this.addListener("backgroundImageChanged",b),this.addListener("foldingEnabledChanged",b),this.addListener("mathEnabledChanged",b),this.addListener("gridEnabledChanged",b),this.addListener("guidesEnabledChanged",b),this.addListener("pageViewChanged",b));"1"!=urlParams.returnbounds&&"json"!=urlParams.proto||l.postMessage(JSON.stringify(this.createLoadMessage("load")),"*")}}));var l=window.opener||window.parent,h="json"==urlParams.proto?JSON.stringify({event:"init"}): +urlParams.ready||"ready";l.postMessage(h,"*")};EditorUi.prototype.addEmbedButtons=function(){if(null!=this.menubar){var a=document.createElement("div");a.style.display="inline-block";a.style.position="absolute";a.style.paddingTop="atlas"==uiTheme?"2px":"3px";a.style.paddingLeft="8px";a.style.paddingBottom="2px";var b=document.createElement("button");mxUtils.write(b,mxResources.get("save"));b.setAttribute("title",mxResources.get("save")+" ("+Editor.ctrlKey+"+S)");b.className="geBigButton";b.style.fontSize= +"12px";b.style.padding="4px 6px 4px 6px";b.style.borderRadius="3px";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("save").funct()}));a.appendChild(b);"1"==urlParams.saveAndExit&&(b=document.createElement("a"),mxUtils.write(b,mxResources.get("saveAndExit")),b.setAttribute("title",mxResources.get("saveAndExit")),b.style.fontSize="12px",b.style.marginLeft="6px",b.style.padding="4px",b.style.cursor="pointer",mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("saveAndExit").funct()})), +a.appendChild(b));b=document.createElement("a");mxUtils.write(b,mxResources.get("exit"));b.setAttribute("title",mxResources.get("exit"));b.style.fontSize="12px";b.style.marginLeft="6px";b.style.marginRight="20px";b.style.padding="4px";b.style.cursor="pointer";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("exit").funct()}));a.appendChild(b);this.toolbar.container.appendChild(a);this.toolbar.staticElements.push(a);a.style.right="atlas"!=uiTheme?"52px":"42px"}};EditorUi.prototype.showImportCsvDialog= +function(){null==this.importCsvDialog&&(this.importCsvDialog=new TextareaDialog(this,mxResources.get("csv")+":",Editor.defaultCsvValue,mxUtils.bind(this,function(a){this.importCsv(a)}),null,null,620,430,null,!0,!0,mxResources.get("import")));this.showDialog(this.importCsvDialog.container,640,520,!0,!0);this.importCsvDialog.init()};EditorUi.prototype.importCsv=function(a,b){try{var d=a.split("\n"),c=[];if(0<d.length){var e={},f=null,l=null,h=null,n=null,k="",p="auto",r="auto",u=null,J=null,F=40,B= +40,M=0,x=this.editor.graph;x.getGraphBounds();for(var z=function(){null!=b?b(ca):(x.setSelectionCells(ca),x.scrollCellToVisible(x.getSelectionCell()))},D=x.getFreeInsertPoint(),I=D.x,P=D.y,D=P,R=null,Q="auto",n=null,U=[],S=null,da=null,V=0;V<d.length&&"#"==d[V].charAt(0);){a=d[V];for(V++;V<d.length&&"\\"==a.charAt(a.length-1)&&"#"==d[V].charAt(0);)a=a.substring(0,a.length-1)+mxUtils.trim(d[V].substring(1)),V++;if("#"!=a.charAt(1)){var Y=a.indexOf(":");if(0<Y){var H=mxUtils.trim(a.substring(1,Y)), +G=mxUtils.trim(a.substring(Y+1));"label"==H?R=x.sanitizeHtml(G):"style"==H?f=G:"parentstyle"==H?l=G:"identity"==H&&0<G.length&&"-"!=G?h=G:"parent"==H&&0<G.length&&"-"!=G?n=G:"namespace"==H&&0<G.length&&"-"!=G?k=G:"width"==H?p=G:"height"==H?r=G:"left"==H&&0<G.length?u=G:"top"==H&&0<G.length?J=G:"ignore"==H?da=G.split(","):"connect"==H?U.push(JSON.parse(G)):"link"==H?S=G:"padding"==H?M=parseFloat(G):"edgespacing"==H?F=parseFloat(G):"nodespacing"==H?B=parseFloat(G):"layout"==H&&(Q=G)}}}var Z=this.editor.csvToArray(d[V]), +H=Y=null;if(null!=h||null!=n)for(var K=0;K<Z.length;K++)h==Z[K]&&(Y=K),n==Z[K]&&(H=K);null==R&&(R="%"+Z[0]+"%");if(null!=U)for(var L=0;L<U.length;L++)null==e[U[L].to]&&(e[U[L].to]={});x.model.beginUpdate();try{for(K=V+1;K<d.length;K++){var aa=this.editor.csvToArray(d[K]);if(aa.length==Z.length){var E=null,W=null!=Y?k+aa[Y]:null;null!=W&&(E=x.model.getCell(W));null==E&&(E=new mxCell(R,new mxGeometry(I,D,0,0),f||"whiteSpace=wrap;html=1;"),E.vertex=!0,E.id=W);for(var O=0;O<aa.length;O++)x.setAttributeForCell(E, +Z[O],aa[O]);x.setAttributeForCell(E,"placeholders","1");E.style=x.replacePlaceholders(E,E.style);for(L=0;L<U.length;L++)e[U[L].to][E.getAttribute(U[L].to)]=E;null!=S&&"link"!=S&&(x.setLinkForCell(E,E.getAttribute(S)),x.setAttributeForCell(E,S,null));x.fireEvent(new mxEventObject("cellsInserted","cells",[E]));var ea=this.editor.graph.getPreferredSizeForCell(E);E.vertex&&(null!=u&&null!=E.getAttribute(u)&&(E.geometry.x=I+parseFloat(E.getAttribute(u))),null!=J&&null!=E.getAttribute(J)&&(E.geometry.y= +P+parseFloat(E.getAttribute(J))),"@"==p.charAt(0)&&null!=E.getAttribute(p.substring(1))?E.geometry.width=parseFloat(E.getAttribute(p.substring(1))):E.geometry.width="auto"==p?ea.width+M:parseFloat(p),"@"==r.charAt(0)&&null!=E.getAttribute(r.substring(1))?E.geometry.height=parseFloat(E.getAttribute(r.substring(1))):E.geometry.height="auto"==r?ea.height+M:parseFloat(r),D+=E.geometry.height+B);n=null!=H?x.model.getCell(k+aa[H]):null;null!=n?(n.style=x.replacePlaceholders(n,l),x.addCell(E,n)):c.push(x.addCell(E))}}for(var T= +c.slice(),ca=c.slice(),L=0;L<U.length;L++)for(var X=U[L],K=0;K<c.length;K++){var E=c[K],na=E.getAttribute(X.from);if(null!=na){x.setAttributeForCell(E,X.from,null);for(var ra=na.split(","),O=0;O<ra.length;O++){var ia=e[X.to][ra[O]];null!=ia&&(R=X.label,null!=X.fromlabel&&(R=(E.getAttribute(X.fromlabel)||"")+(R||"")),null!=X.tolabel&&(R=(R||"")+(ia.getAttribute(X.tolabel)||"")),ca.push(x.insertEdge(null,null,R||"",X.invert?ia:E,X.invert?E:ia,X.style||x.createCurrentEdgeStyle())),mxUtils.remove(X.invert? +E:ia,T))}}}if(null!=da)for(K=0;K<c.length;K++)for(E=c[K],O=0;O<da.length;O++)x.setAttributeForCell(E,mxUtils.trim(da[O]),null);var ja=new mxParallelEdgeLayout(x);ja.spacing=F;var pa=function(){ja.execute(x.getDefaultParent());for(var a=0;a<c.length;a++){var b=x.getCellGeometry(c[a]);b.x=Math.round(x.snap(b.x));b.y=Math.round(x.snap(b.y));"auto"==p&&(b.width=Math.round(x.snap(b.width)));"auto"==r&&(b.height=Math.round(x.snap(b.height)))}};if("circle"==Q){var ha=new mxCircleLayout(x);ha.resetEdges= +!1;var qa=ha.isVertexIgnored;ha.isVertexIgnored=function(a){return qa.apply(this,arguments)||0>mxUtils.indexOf(c,a)};this.executeLayout(function(){ha.execute(x.getDefaultParent());pa()},!0,z);z=null}else if("horizontaltree"==Q||"verticaltree"==Q||"auto"==Q&&ca.length==2*c.length-1&&1==T.length){x.view.validate();var fa=new mxCompactTreeLayout(x,"horizontaltree"==Q);fa.levelDistance=B;fa.edgeRouting=!1;fa.resetEdges=!1;this.executeLayout(function(){fa.execute(x.getDefaultParent(),0<T.length?T[0]:null)}, +!0,z);z=null}else if("horizontalflow"==Q||"verticalflow"==Q||"auto"==Q&&1==T.length){x.view.validate();var ga=new mxHierarchicalLayout(x,"horizontalflow"==Q?mxConstants.DIRECTION_WEST:mxConstants.DIRECTION_NORTH);ga.intraCellSpacing=B;ga.disableEdgeStyle=!1;this.executeLayout(function(){ga.execute(x.getDefaultParent(),ca);x.moveCells(ca,I,P)},!0,z);z=null}else if("organic"==Q||"auto"==Q&&ca.length>c.length){x.view.validate();var ba=new mxFastOrganicLayout(x);ba.forceConstant=3*B;ba.resetEdges=!1; +var va=ba.isVertexIgnored;ba.isVertexIgnored=function(a){return va.apply(this,arguments)||0>mxUtils.indexOf(c,a)};ja=new mxParallelEdgeLayout(x);ja.spacing=F;this.executeLayout(function(){ba.execute(x.getDefaultParent());pa()},!0,z);z=null}this.hideDialog()}finally{x.model.endUpdate()}null!=z&&z()}}catch(sa){this.handleError(sa)}};EditorUi.prototype.getSearch=function(a){var b="";if("1"!=urlParams.offline&&"1"!=urlParams.demo&&null!=a&&0<window.location.search.length){var d="?",c;for(c in urlParams)0> +mxUtils.indexOf(a,c)&&null!=urlParams[c]&&(b+=d+c+"="+urlParams[c],d="&")}else b=window.location.search;return b};EditorUi.prototype.getUrl=function(a){a=null!=a?a:window.location.pathname;var b=0<a.indexOf("?")?1:0;if("1"==urlParams.offline)a+=window.location.search;else{var d="tmp libs clibs state fileId code share notitle data url embed client create title splash".split(" "),c;for(c in urlParams)0>mxUtils.indexOf(d,c)&&(a=0==b?a+"?":a+"&",null!=urlParams[c]&&(a+=c+"="+urlParams[c],b++))}return a}; +EditorUi.prototype.showLinkDialog=function(a,b,c){a=new LinkDialog(this,a,b,c,!0);this.showDialog(a.container,480,130,!0,!0);a.init()};var n=EditorUi.prototype.createOutline;EditorUi.prototype.createOutline=function(a){var b=n.apply(this,arguments),d=this.editor.graph,c=b.getSourceGraphBounds;b.getSourceGraphBounds=function(){if(mxUtils.hasScrollbars(d.container)&&d.pageVisible&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0, +0,Math.ceil(this.source.minimumGraphSize.width-2*a.x/b),Math.ceil(this.source.minimumGraphSize.height-2*a.y/b))}return c.apply(this,arguments)};var e=b.getSourceContainerSize;b.getSourceContainerSize=function(){if(mxUtils.hasScrollbars(d.container)&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0,0,Math.ceil(this.source.minimumGraphSize.width*b-2*a.x),Math.ceil(this.source.minimumGraphSize.height*b-2*a.y))}return e.apply(this, +arguments)};b.getOutlineOffset=function(a){if(mxUtils.hasScrollbars(d.container)&&null!=this.source.minimumGraphSize){var c=this.source.getPagePadding();return new mxPoint(Math.round(Math.max(0,(b.outline.container.clientWidth/a-(this.source.minimumGraphSize.width-2*c.x))/2)-c.x),Math.round(Math.max(0,(b.outline.container.clientHeight/a-(this.source.minimumGraphSize.height-2*c.y))/2)-c.y-5/a))}return new mxPoint(8/a,8/a)};var h=b.init;b.init=function(){h.apply(this,arguments);b.outline.view.getBackgroundPageBounds= +function(){var a=d.getPageLayout(),b=d.getPageSize();return new mxRectangle(this.scale*(this.translate.x+a.x*b.width),this.scale*(this.translate.y+a.y*b.height),this.scale*a.width*b.width,this.scale*a.height*b.height)};b.outline.view.validateBackgroundPage()};this.editor.addListener("pageSelected",function(a,d){var c=d.getProperty("change"),e=b.source,f=b.outline;f.pageScale=e.pageScale;f.pageFormat=e.pageFormat;f.background=e.background;f.pageVisible=e.pageVisible;f.background=e.background;var g= +mxUtils.getCurrentStyle(e.container);f.container.style.backgroundColor=g.backgroundColor;null!=e.view.backgroundPageShape&&null!=f.view.backgroundPageShape&&(f.view.backgroundPageShape.fill=e.view.backgroundPageShape.fill);b.outline.view.clear(c.previousPage.root,!0);b.outline.view.validate()});return b};EditorUi.prototype.getServiceCount=function(a,b){var d=0;null==this.drive&&"function"!==typeof window.DriveClient||d++;b||null==this.dropbox&&"function"!==typeof window.DropboxClient||d++;null==this.oneDrive&& +"function"!==typeof window.OneDriveClient||d++;b||null==this.gitHub||d++;b||null==this.trello&&"function"!==typeof window.TrelloClient||d++;a&&isLocalStorage&&("1"==urlParams.browser||mxClient.IS_IOS)&&d++;mxClient.IS_IOS||d++;return d};EditorUi.prototype.updateUi=function(){this.updateButtonContainer();this.updateActionStates();var a=this.getCurrentFile(),b=null!=a||"1"==urlParams.embed&&this.editor.graph.isEnabled();this.menus.get("viewPanels").setEnabled(b);this.menus.get("viewZoom").setEnabled(b); +var c=("1"!=urlParams.embed||!this.editor.graph.isEnabled())&&(null==a||a.isRestricted());this.actions.get("makeCopy").setEnabled(!c);this.actions.get("print").setEnabled(!c);this.menus.get("exportAs").setEnabled(!c);this.menus.get("embed").setEnabled(!c);c="1"!=urlParams.embed||this.editor.graph.isEnabled();this.menus.get("extras").setEnabled(c);Editor.enableCustomLibraries&&(this.menus.get("openLibraryFrom").setEnabled(c),this.menus.get("newLibrary").setEnabled(c));a="1"==urlParams.embed&&this.editor.graph.isEnabled()|| +null!=a&&a.isEditable();this.actions.get("image").setEnabled(b);this.actions.get("zoomIn").setEnabled(b);this.actions.get("zoomOut").setEnabled(b);this.actions.get("resetView").setEnabled(b);this.menus.get("edit").setEnabled(b);this.menus.get("view").setEnabled(b);this.menus.get("importFrom").setEnabled(a);this.menus.get("arrange").setEnabled(a);null!=this.toolbar&&(null!=this.toolbar.edgeShapeMenu&&this.toolbar.edgeShapeMenu.setEnabled(a),null!=this.toolbar.edgeStyleMenu&&this.toolbar.edgeStyleMenu.setEnabled(a)); +if(this.isAppCache()){var e=applicationCache;if(null!=e&&null==this.offlineStatus){this.offlineStatus=document.createElement("div");this.offlineStatus.className="geItem";this.offlineStatus.style.position="absolute";this.offlineStatus.style.fontSize="8pt";this.offlineStatus.style.top="2px";this.offlineStatus.style.right="12px";this.offlineStatus.style.color="#666";this.offlineStatus.style.margin="4px";this.offlineStatus.style.padding="2px";this.offlineStatus.style.verticalAlign="middle";this.offlineStatus.innerHTML= +"";this.menubarContainer.appendChild(this.offlineStatus);mxEvent.addListener(this.offlineStatus,"click",mxUtils.bind(this,function(){var a=this.offlineStatus.getElementsByTagName("img");null!=a&&0<a.length&&this.alert(a[0].getAttribute("title"))}));var e=window.applicationCache,h=null,b=mxUtils.bind(this,function(){var a=e.status,b;a==e.CHECKING&&(a=e.DOWNLOADING);switch(a){case e.UNCACHED:b="";break;case e.IDLE:b="min"==uiTheme?"":'<img title="draw.io is up to date." border="0" src="'+IMAGE_PATH+ +'/checkmark.gif"/>';break;case e.DOWNLOADING:b='<img title="Downloading new version..." border="0" src="'+IMAGE_PATH+'/spin.gif"/>';break;case e.UPDATEREADY:b='<img title="'+mxUtils.htmlEntities(mxResources.get("restartForChangeRequired"))+'" border="0" src="'+IMAGE_PATH+'/download.png"/>';break;case e.OBSOLETE:b='<img title="Obsolete" border="0" src="'+IMAGE_PATH+'/clear.gif"/>';break;default:b='<img title="Unknown" border="0" src="'+IMAGE_PATH+'/clear.gif"/>'}a!=h&&(this.offlineStatus.innerHTML= +b,h=a)});mxEvent.addListener(e,"checking",b);mxEvent.addListener(e,"noupdate",b);mxEvent.addListener(e,"downloading",b);mxEvent.addListener(e,"progress",b);mxEvent.addListener(e,"cached",b);mxEvent.addListener(e,"updateready",b);mxEvent.addListener(e,"obsolete",b);mxEvent.addListener(e,"error",b);b()}}else this.updateUserElement()};EditorUi.prototype.updateButtonContainer=function(){};EditorUi.prototype.updateUserElement=function(){};EditorUi.prototype.isDiagramActive=function(){var a=this.getCurrentFile(); +return null!=a&&a.isEditable()||"1"==urlParams.embed&&this.editor.graph.isEnabled()};var r=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates=function(){r.apply(this,arguments);var a=this.editor.graph,b=this.isDiagramActive(),c=this.getCurrentFile();this.actions.get("pageSetup").setEnabled(b);this.actions.get("autosave").setEnabled(null!=c&&c.isEditable()&&c.isAutosaveOptional());this.actions.get("guides").setEnabled(b);this.actions.get("editData").setEnabled(b);this.actions.get("shadowVisible").setEnabled(b); +this.actions.get("connectionArrows").setEnabled(b);this.actions.get("connectionPoints").setEnabled(b);this.actions.get("copyStyle").setEnabled(b&&!a.isSelectionEmpty());this.actions.get("pasteStyle").setEnabled(b&&!a.isSelectionEmpty());this.actions.get("editGeometry").setEnabled(a.getModel().isVertex(a.getSelectionCell()));this.actions.get("createShape").setEnabled(b);this.actions.get("createRevision").setEnabled(b);this.actions.get("moveToFolder").setEnabled(null!=c);this.actions.get("makeCopy").setEnabled(null!= +c&&!c.isRestricted());this.actions.get("editDiagram").setEnabled(b&&(null==c||!c.isRestricted()));this.actions.get("publishLink").setEnabled(null!=c&&!c.isRestricted());this.actions.get("tags").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("find").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("layers").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("outline").setEnabled("hidden"!=this.diagramContainer.style.visibility); +this.actions.get("rename").setEnabled(null!=c&&c.isRenamable()||"1"==urlParams.embed);this.actions.get("close").setEnabled(null!=c);this.menus.get("publish").setEnabled(null!=c&&!c.isRestricted());a=a.view.getState(a.getSelectionCell());this.actions.get("editShape").setEnabled(b&&null!=a&&null!=a.shape&&null!=a.shape.stencil)};var u=EditorUi.prototype.destroy;EditorUi.prototype.destroy=function(){null!=this.exportDialog&&(this.exportDialog.parentNode.removeChild(this.exportDialog),this.exportDialog= +null);u.apply(this,arguments)};null!=window.ExportDialog&&(ExportDialog.showXmlOption=!1,ExportDialog.showGifOption=!1,ExportDialog.exportFile=function(a,b,c,e,h,n){var d=a.editor.graph;if("xml"==c)a.hideDialog(),a.saveData(b,"xml",mxUtils.getXml(a.editor.getGraphXml()),"text/xml");else if("svg"==c)a.hideDialog(),a.saveData(b,"svg",mxUtils.getXml(d.getSvg(e,h,n)),"image/svg+xml");else{var f=a.getFileData(!0,null,null,null,null,!0),g=d.getGraphBounds(),k=Math.floor(g.width*h/d.view.scale),m=Math.floor(g.height* +h/d.view.scale);f.length<=MAX_REQUEST_SIZE&&k*m<MAX_AREA?(a.hideDialog(),a.saveRequest(b,c,function(a,b){return new mxXmlRequest(EXPORT_URL,"format="+c+"&base64="+(b||"0")+(null!=a?"&filename="+encodeURIComponent(a):"")+"&bg="+(null!=e?e:"none")+"&w="+k+"&h="+m+"&border="+n+"&xml="+encodeURIComponent(f))})):mxUtils.alert(mxResources.get("drawingTooLarge"))}})})();function DiagramPage(a){this.node=a;(null==this.node.hasAttribute&&null==this.node.getAttribute("id")||null!=this.node.hasAttribute&&!this.node.hasAttribute("id"))&&this.node.setAttribute("id",function(){function a(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return a()+a()+"-"+a()+"-"+a()+"-"+a()+"-"+a()+a()+a()}())}DiagramPage.prototype.node=null;DiagramPage.prototype.root=null;DiagramPage.prototype.viewState=null;DiagramPage.prototype.getId=function(){return this.node.getAttribute("id")}; DiagramPage.prototype.getName=function(){return this.node.getAttribute("name")};DiagramPage.prototype.setName=function(a){null==a?this.node.removeAttribute("name"):this.node.setAttribute("name",a)};function RenamePage(a,c,e){this.ui=a;this.page=c;this.previous=this.name=e}RenamePage.prototype.execute=function(){var a=this.page.getName();this.page.setName(this.previous);this.previous=a;this.ui.editor.graph.updatePlaceholders();this.ui.editor.fireEvent(new mxEventObject("pageRenamed"))}; function MovePage(a,c,e){this.ui=a;this.oldIndex=c;this.newIndex=e}MovePage.prototype.execute=function(){this.ui.pages.splice(this.newIndex,0,this.ui.pages.splice(this.oldIndex,1)[0]);var a=this.oldIndex;this.oldIndex=this.newIndex;this.newIndex=a;this.ui.editor.graph.updatePlaceholders();this.ui.editor.fireEvent(new mxEventObject("pageMoved"))}; function SelectPage(a,c){this.ui=a;this.previousPage=this.page=c;this.neverShown=!0;null!=c&&(this.neverShown=null==c.viewState,this.ui.updatePageRoot(c))} @@ -3032,15 +3036,15 @@ EditorUi.prototype.initPages=function(){this.actions.addAction("previousPage",mx null==this.fileNode||null==this.pages||1==this.pages.length&&"0"==urlParams.pages?"0px":"30px";b!=this.tabContainer.style.height&&this.refresh(!1)}c.apply(a.view,arguments)});var e=null,b=mxUtils.bind(this,function(){this.updateTabContainer();var b=this.currentPage;null!=b&&b!=e&&(null==b.viewState||null==b.viewState.scrollLeft?(this.resetScrollbars(),a.isLightboxView()&&this.lightboxFit(),null!=this.chromelessResize&&(a.container.scrollLeft=0,a.container.scrollTop=0,this.chromelessResize())):(a.container.scrollLeft= a.view.translate.x*a.view.scale+b.viewState.scrollLeft,a.container.scrollTop=a.view.translate.y*a.view.scale+b.viewState.scrollTop),e=b);null!=this.actions.layersWindow&&this.actions.layersWindow.refreshLayers();"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub?1!=MathJax.Hub.queue.pending||null==this.editor||this.editor.graph.mathEnabled||MathJax.Hub.Queue(mxUtils.bind(this,function(){null!=this.editor&&this.editor.graph.refresh()})):"undefined"===typeof Editor.MathJaxClear||null!=this.editor&& this.editor.graph.mathEnabled||Editor.MathJaxClear()});this.editor.graph.model.addListener(mxEvent.CHANGE,mxUtils.bind(this,function(a,c){for(var e=c.getProperty("edit").changes,h=0;h<e.length;h++)if(e[h]instanceof SelectPage||e[h]instanceof RenamePage||e[h]instanceof MovePage||e[h]instanceof mxRootChange){b();break}}));null!=this.toolbar&&this.editor.addListener("pageSelected",this.toolbar.updateZoom)}; -Graph.prototype.createViewState=function(a){var c=a.getAttribute("page"),e=a.getAttribute("pageScale"),b=a.getAttribute("pageWidth"),h=a.getAttribute("pageHeight"),n=a.getAttribute("background"),m=a.getAttribute("backgroundImage"),m=null!=m&&0<m.length?JSON.parse(m):null;return{gridEnabled:"0"!=a.getAttribute("grid"),gridSize:parseFloat(a.getAttribute("gridSize"))||mxGraph.prototype.gridSize,guidesEnabled:"0"!=a.getAttribute("guides"),foldingEnabled:"0"!=a.getAttribute("fold"),shadowVisible:"1"== -a.getAttribute("shadow"),pageVisible:this.isLightboxView()?!1:null!=c?"0"!=c:this.defaultPageVisible,background:null!=n&&0<n.length?n:this.defaultGraphBackground,backgroundImage:null!=m?new mxImage(m.src,m.width,m.height):null,pageScale:null!=e?e:mxGraph.prototype.pageScale,pageFormat:null!=b&&null!=h?new mxRectangle(0,0,parseFloat(b),parseFloat(h)):this.pageFormat,tooltips:"0"!=a.getAttribute("tooltips"),connect:"0"!=a.getAttribute("connect"),arrows:"0"!=a.getAttribute("arrows"),mathEnabled:"1"== +Graph.prototype.createViewState=function(a){var c=a.getAttribute("page"),e=a.getAttribute("pageScale"),b=a.getAttribute("pageWidth"),h=a.getAttribute("pageHeight"),p=a.getAttribute("background"),n=a.getAttribute("backgroundImage"),n=null!=n&&0<n.length?JSON.parse(n):null;return{gridEnabled:"0"!=a.getAttribute("grid"),gridSize:parseFloat(a.getAttribute("gridSize"))||mxGraph.prototype.gridSize,guidesEnabled:"0"!=a.getAttribute("guides"),foldingEnabled:"0"!=a.getAttribute("fold"),shadowVisible:"1"== +a.getAttribute("shadow"),pageVisible:this.isLightboxView()?!1:null!=c?"0"!=c:this.defaultPageVisible,background:null!=p&&0<p.length?p:this.defaultGraphBackground,backgroundImage:null!=n?new mxImage(n.src,n.width,n.height):null,pageScale:null!=e?e:mxGraph.prototype.pageScale,pageFormat:null!=b&&null!=h?new mxRectangle(0,0,parseFloat(b),parseFloat(h)):this.pageFormat,tooltips:"0"!=a.getAttribute("tooltips"),connect:"0"!=a.getAttribute("connect"),arrows:"0"!=a.getAttribute("arrows"),mathEnabled:"1"== a.getAttribute("math"),selectionCells:null,defaultParent:null,scrollbars:this.defaultScrollbars,scale:1}}; Graph.prototype.getViewState=function(){return{defaultParent:this.defaultParent,currentRoot:this.view.currentRoot,gridEnabled:this.gridEnabled,gridSize:this.gridSize,guidesEnabled:this.graphHandler.guidesEnabled,foldingEnabled:this.foldingEnabled,shadowVisible:this.shadowVisible,scrollbars:this.scrollbars,pageVisible:this.pageVisible,background:this.background,backgroundImage:this.backgroundImage,pageScale:this.pageScale,pageFormat:this.pageFormat,tooltips:this.tooltipHandler.isEnabled(),connect:this.connectionHandler.isEnabled(), arrows:this.connectionArrowsEnabled,scale:this.view.scale,scrollLeft:this.container.scrollLeft-this.view.translate.x*this.view.scale,scrollTop:this.container.scrollTop-this.view.translate.y*this.view.scale,translate:this.view.translate.clone(),lastPasteXml:this.lastPasteXml,pasteCounter:this.pasteCounter,mathEnabled:this.mathEnabled}}; Graph.prototype.setViewState=function(a){null!=a?(this.lastPasteXml=a.lastPasteXml,this.pasteCounter=a.pasteCounter||0,this.mathEnabled=a.mathEnabled,this.gridEnabled=a.gridEnabled,this.gridSize=a.gridSize,this.graphHandler.guidesEnabled=a.guidesEnabled,this.foldingEnabled=a.foldingEnabled,this.setShadowVisible(a.shadowVisible,!1),this.scrollbars=a.scrollbars,this.pageVisible=a.pageVisible,this.background=a.background,this.backgroundImage=a.backgroundImage,this.pageScale=a.pageScale,this.pageFormat= a.pageFormat,this.view.scale=a.scale,this.view.currentRoot=a.currentRoot,this.defaultParent=a.defaultParent,this.connectionArrowsEnabled=a.arrows,this.setTooltips(a.tooltips),this.setConnectable(a.connect),this.model.contains(this.view.currentRoot)||(this.view.currentRoot=null),this.model.contains(this.defaultParent)||(this.setDefaultParent(null),this.selectUnlockedLayer()),null!=a.translate&&(this.view.translate=a.translate)):(this.view.currentRoot=null,this.view.scale=1,this.gridEnabled=!0,this.gridSize= -mxGraph.prototype.gridSize,this.pageScale=mxGraph.prototype.pageScale,this.pageFormat=mxSettings.getPageFormat(),this.pageVisible=this.defaultPageVisible,this.background=this.defaultGraphBackground,this.backgroundImage=null,this.scrollbars=this.defaultScrollbars,this.foldingEnabled=this.graphHandler.guidesEnabled=!0,this.defaultParent=null,this.setTooltips(!0),this.setConnectable(!0),this.lastPasteXml=null,this.pasteCounter=0,this.mathEnabled=!1,this.connectionArrowsEnabled=!0);this.preferPageSize= -this.pageBreaksVisible=this.pageVisible};EditorUi.prototype.updatePageRoot=function(a){if(null==a.root){var c=this.editor.extractGraphModel(a.node);if(null!=c){a.graphModelNode=c;a.viewState=this.editor.graph.createViewState(c);var e=new mxCodec(c.ownerDocument);a.root=e.decode(c).root}else a.root=this.editor.graph.model.createRoot()}return a}; +mxGraph.prototype.gridSize,this.pageScale=mxGraph.prototype.pageScale,this.pageFormat=mxSettings.getPageFormat(),this.pageVisible=this.defaultPageVisible,this.background=this.defaultGraphBackground,this.backgroundImage=null,this.scrollbars=this.defaultScrollbars,this.foldingEnabled=this.graphHandler.guidesEnabled=!0,this.setShadowVisible(!1,!1),this.defaultParent=null,this.setTooltips(!0),this.setConnectable(!0),this.lastPasteXml=null,this.pasteCounter=0,this.mathEnabled=!1,this.connectionArrowsEnabled= +!0);this.preferPageSize=this.pageBreaksVisible=this.pageVisible};EditorUi.prototype.updatePageRoot=function(a){if(null==a.root){var c=this.editor.extractGraphModel(a.node);if(null!=c){a.graphModelNode=c;a.viewState=this.editor.graph.createViewState(c);var e=new mxCodec(c.ownerDocument);a.root=e.decode(c).root}else a.root=this.editor.graph.model.createRoot()}return a}; EditorUi.prototype.selectPage=function(a,c){this.editor.graph.isEditing()&&this.editor.graph.stopEditing(!1);c=null!=c?c:!1;this.editor.graph.isMouseDown=!1;this.editor.graph.reset();var e=this.editor.graph.model.createUndoableEdit();e.ignoreEdit=!0;var b=new SelectPage(this,a);b.execute();e.add(b);e.notify();this.editor.graph.tooltipHandler.hide();c||this.editor.graph.model.fireEvent(new mxEventObject(mxEvent.UNDO,"edit",e))}; EditorUi.prototype.selectNextPage=function(a){var c=this.currentPage;null!=c&&null!=this.pages&&(c=mxUtils.indexOf(this.pages,c),a?this.selectPage(this.pages[mxUtils.mod(c+1,this.pages.length)]):a||this.selectPage(this.pages[mxUtils.mod(c-1,this.pages.length)]))};EditorUi.prototype.insertPage=function(a,c){if(this.editor.graph.isEnabled()){a=null!=a?a:this.createPage();c=null!=c?c:this.pages.length;var e=new ChangePage(this,a,a,c);this.editor.graph.model.execute(e)}return a}; EditorUi.prototype.createPage=function(a){var c=new DiagramPage(this.fileNode.ownerDocument.createElement("diagram"));c.setName(null!=a?a:this.createPageName());return c};EditorUi.prototype.createPageName=function(){for(var a={},c=0;c<this.pages.length;c++){var e=this.pages[c].getName();null!=e&&0<e.length&&(a[e]=e)}c=this.pages.length;do e=mxResources.get("pageWithNumber",[++c]);while(null!=a[e]);return e}; @@ -3049,11 +3053,11 @@ EditorUi.prototype.duplicatePage=function(a,c){var e=this.editor.graph,b=null;e. EditorUi.prototype.renamePage=function(a){if(this.editor.graph.isEnabled()){var c=new FilenameDialog(this,a.getName(),mxResources.get("rename"),mxUtils.bind(this,function(c){null!=c&&0<c.length&&this.editor.graph.model.execute(new RenamePage(this,a,c))}),mxResources.get("rename"));this.showDialog(c.container,300,80,!0,!0);c.init()}return a};EditorUi.prototype.movePage=function(a,c){this.editor.graph.model.execute(new MovePage(this,a,c))}; EditorUi.prototype.createTabContainer=function(){var a=document.createElement("div");a.style.backgroundColor="dark"==uiTheme?"#2a2a2a":"#dcdcdc";a.style.position="absolute";a.style.whiteSpace="nowrap";a.style.overflow="hidden";a.style.height="0px";return a}; EditorUi.prototype.updateTabContainer=function(){if(null!=this.tabContainer&&null!=this.pages){var a=this.editor.graph,c=document.createElement("div");c.style.position="relative";c.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";c.style.verticalAlign="top";c.style.height=this.tabContainer.style.height;c.style.whiteSpace="nowrap";c.style.overflow="hidden";c.style.fontSize="12px";c.style.marginLeft="30px";for(var e=this.editor.isChromelessView()?29:59,b=Math.min(140,Math.max(20,(this.tabContainer.clientWidth- -e)/this.pages.length)+1),h=null,n=0;n<this.pages.length;n++)mxUtils.bind(this,function(b,e){this.pages[b]==this.currentPage?(e.className="geActivePage",e.style.backgroundColor="dark"==uiTheme?"#2a2a2a":"#eeeeee",e.style.fontWeight="bold",e.style.borderTopStyle="none"):e.className="geInactivePage";e.setAttribute("draggable","true");mxEvent.addListener(e,"dragstart",mxUtils.bind(this,function(d){a.isEnabled()?(mxClient.IS_FF&&d.dataTransfer.setData("Text","<diagram/>"),h=b):mxEvent.consume(d)}));mxEvent.addListener(e, -"dragend",mxUtils.bind(this,function(a){h=null;a.stopPropagation();a.preventDefault()}));mxEvent.addListener(e,"dragover",mxUtils.bind(this,function(a){null!=h&&(a.dataTransfer.dropEffect="move");a.stopPropagation();a.preventDefault()}));mxEvent.addListener(e,"drop",mxUtils.bind(this,function(a){null!=h&&b!=h&&this.movePage(h,b);a.stopPropagation();a.preventDefault()}));c.appendChild(e)})(n,this.createTabForPage(this.pages[n],b,this.pages[n]!=this.currentPage));this.tabContainer.innerHTML="";this.tabContainer.appendChild(c); -b=this.createPageMenuTab();this.tabContainer.appendChild(b);b=null;this.isPageInsertTabVisible()&&(b=this.createPageInsertTab(),this.tabContainer.appendChild(b));if(c.clientWidth>this.tabContainer.clientWidth-e){null!=b&&(b.style.position="absolute",b.style.right="0px",c.style.marginRight="30px");var m=this.createControlTab(4," ❮ ");m.style.position="absolute";m.style.right=this.editor.chromeless?"29px":"55px";m.style.fontSize="13pt";this.tabContainer.appendChild(m);var r=this.createControlTab(4, -" ❯");r.style.position="absolute";r.style.right=this.editor.chromeless?"0px":"29px";r.style.fontSize="13pt";this.tabContainer.appendChild(r);var u=Math.max(0,this.tabContainer.clientWidth-(this.editor.chromeless?86:116));c.style.width=u+"px";mxEvent.addListener(m,"click",mxUtils.bind(this,function(a){c.scrollLeft-=Math.max(20,u-20);mxUtils.setOpacity(m,0<c.scrollLeft?100:50);mxUtils.setOpacity(r,c.scrollLeft<c.scrollWidth-c.clientWidth?100:50);mxEvent.consume(a)}));mxUtils.setOpacity(m, -0<c.scrollLeft?100:50);mxUtils.setOpacity(r,c.scrollLeft<c.scrollWidth-c.clientWidth?100:50);mxEvent.addListener(r,"click",mxUtils.bind(this,function(a){c.scrollLeft+=Math.max(20,u-20);mxUtils.setOpacity(m,0<c.scrollLeft?100:50);mxUtils.setOpacity(r,c.scrollLeft<c.scrollWidth-c.clientWidth?100:50);mxEvent.consume(a)}))}}};EditorUi.prototype.isPageInsertTabVisible=function(){return 1==urlParams.embed||null!=this.getCurrentFile()&&this.getCurrentFile().isEditable()}; +e)/this.pages.length)+1),h=null,p=0;p<this.pages.length;p++)mxUtils.bind(this,function(b,e){this.pages[b]==this.currentPage?(e.className="geActivePage",e.style.backgroundColor="dark"==uiTheme?"#2a2a2a":"#eeeeee",e.style.fontWeight="bold",e.style.borderTopStyle="none"):e.className="geInactivePage";e.setAttribute("draggable","true");mxEvent.addListener(e,"dragstart",mxUtils.bind(this,function(d){a.isEnabled()?(mxClient.IS_FF&&d.dataTransfer.setData("Text","<diagram/>"),h=b):mxEvent.consume(d)}));mxEvent.addListener(e, +"dragend",mxUtils.bind(this,function(a){h=null;a.stopPropagation();a.preventDefault()}));mxEvent.addListener(e,"dragover",mxUtils.bind(this,function(a){null!=h&&(a.dataTransfer.dropEffect="move");a.stopPropagation();a.preventDefault()}));mxEvent.addListener(e,"drop",mxUtils.bind(this,function(a){null!=h&&b!=h&&this.movePage(h,b);a.stopPropagation();a.preventDefault()}));c.appendChild(e)})(p,this.createTabForPage(this.pages[p],b,this.pages[p]!=this.currentPage));this.tabContainer.innerHTML="";this.tabContainer.appendChild(c); +b=this.createPageMenuTab();this.tabContainer.appendChild(b);b=null;this.isPageInsertTabVisible()&&(b=this.createPageInsertTab(),this.tabContainer.appendChild(b));if(c.clientWidth>this.tabContainer.clientWidth-e){null!=b&&(b.style.position="absolute",b.style.right="0px",c.style.marginRight="30px");var n=this.createControlTab(4," ❮ ");n.style.position="absolute";n.style.right=this.editor.chromeless?"29px":"55px";n.style.fontSize="13pt";this.tabContainer.appendChild(n);var r=this.createControlTab(4, +" ❯");r.style.position="absolute";r.style.right=this.editor.chromeless?"0px":"29px";r.style.fontSize="13pt";this.tabContainer.appendChild(r);var u=Math.max(0,this.tabContainer.clientWidth-(this.editor.chromeless?86:116));c.style.width=u+"px";mxEvent.addListener(n,"click",mxUtils.bind(this,function(a){c.scrollLeft-=Math.max(20,u-20);mxUtils.setOpacity(n,0<c.scrollLeft?100:50);mxUtils.setOpacity(r,c.scrollLeft<c.scrollWidth-c.clientWidth?100:50);mxEvent.consume(a)}));mxUtils.setOpacity(n, +0<c.scrollLeft?100:50);mxUtils.setOpacity(r,c.scrollLeft<c.scrollWidth-c.clientWidth?100:50);mxEvent.addListener(r,"click",mxUtils.bind(this,function(a){c.scrollLeft+=Math.max(20,u-20);mxUtils.setOpacity(n,0<c.scrollLeft?100:50);mxUtils.setOpacity(r,c.scrollLeft<c.scrollWidth-c.clientWidth?100:50);mxEvent.consume(a)}))}}};EditorUi.prototype.isPageInsertTabVisible=function(){return 1==urlParams.embed||null!=this.getCurrentFile()&&this.getCurrentFile().isEditable()}; EditorUi.prototype.createTab=function(a){var c=document.createElement("div");c.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";c.style.whiteSpace="nowrap";c.style.boxSizing="border-box";c.style.position="relative";c.style.overflow="hidden";c.style.marginLeft="-1px";c.style.height=this.tabContainer.clientHeight+"px";c.style.padding="8px 4px 8px 4px";c.style.border="dark"==uiTheme?"1px solid #505759":"1px solid #c0c0c0";c.style.borderBottomStyle="solid";c.style.backgroundColor=this.tabContainer.style.backgroundColor; c.style.cursor="move";c.style.color="gray";a&&(mxEvent.addListener(c,"mouseenter",mxUtils.bind(this,function(a){this.editor.graph.isMouseDown||(c.style.backgroundColor="dark"==uiTheme?"black":"#d3d3d3",mxEvent.consume(a))})),mxEvent.addListener(c,"mouseleave",mxUtils.bind(this,function(a){c.style.backgroundColor=this.tabContainer.style.backgroundColor;mxEvent.consume(a)})));return c}; EditorUi.prototype.createControlTab=function(a,c){var e=this.createTab(!0);e.style.paddingTop=a+"px";e.style.cursor="pointer";e.style.width="30px";e.style.lineHeight="30px";e.innerHTML=c;null!=e.firstChild&&null!=e.firstChild.style&&mxUtils.setOpacity(e.firstChild,40);return e}; @@ -3062,46 +3066,46 @@ function(d){var c=a.addItem(this.pages[d].getName(),null,mxUtils.bind(this,funct null,mxUtils.bind(this,function(){this.renamePage(e,e.getName())}),b),a.addSeparator(b),a.addItem(mxResources.get("duplicate"),null,mxUtils.bind(this,function(){this.duplicatePage(e,mxResources.get("copyOf",[e.getName()]))}),b))}}));c.div.className+=" geMenubarMenu";c.smartSeparators=!0;c.showDisabled=!0;c.autoExpand=!0;c.hideMenu=mxUtils.bind(this,function(){mxPopupMenu.prototype.hideMenu.apply(c,arguments);c.destroy()});var b=mxEvent.getClientX(a),h=mxEvent.getClientY(a);c.popup(b,h,null,a);this.setCurrentMenu(c); mxEvent.consume(a)}));return a};EditorUi.prototype.createPageInsertTab=function(){var a=this.createControlTab(4,'<div class="geSprite geSprite-plus" style="display:inline-block;width:21px;height:21px;"></div>');a.setAttribute("title",mxResources.get("insertPage"));mxEvent.addListener(a,"click",mxUtils.bind(this,function(a){this.insertPage();mxEvent.consume(a)}));return a}; EditorUi.prototype.createTabForPage=function(a,c,e){e=this.createTab(e);var b=a.getName();e.setAttribute("title",b);mxUtils.write(e,b);e.style.maxWidth=c+"px";e.style.width=c+"px";this.addTabListeners(a,e);42<c&&(e.style.textOverflow="ellipsis");return e}; -EditorUi.prototype.addTabListeners=function(a,c){mxEvent.disableContextMenu(c);var e=this.editor.graph;mxEvent.addListener(c,"dblclick",mxUtils.bind(this,function(b){this.renamePage(a);mxEvent.consume(b)}));var b=!1,h=!1;mxEvent.addGestureListeners(c,mxUtils.bind(this,function(c){b=null!=this.currentMenu;h=a==this.currentPage;e.isMouseDown||h||this.selectPage(a)}),null,mxUtils.bind(this,function(n){if(e.isEnabled()&&!e.isMouseDown&&(mxEvent.isTouchEvent(n)&&h||mxEvent.isPopupTrigger(n))){e.popupMenuHandler.hideMenu(); -this.hideCurrentMenu();if(!mxEvent.isTouchEvent(n)||!b){var m=new mxPopupMenu(this.createPageMenu(a));m.div.className+=" geMenubarMenu";m.smartSeparators=!0;m.showDisabled=!0;m.autoExpand=!0;m.hideMenu=mxUtils.bind(this,function(){mxPopupMenu.prototype.hideMenu.apply(m,arguments);this.resetCurrentMenu();m.destroy()});var r=mxEvent.getClientX(n),u=mxEvent.getClientY(n);m.popup(r,u,null,n);this.setCurrentMenu(m,c)}mxEvent.consume(n)}}))}; +EditorUi.prototype.addTabListeners=function(a,c){mxEvent.disableContextMenu(c);var e=this.editor.graph;mxEvent.addListener(c,"dblclick",mxUtils.bind(this,function(b){this.renamePage(a);mxEvent.consume(b)}));var b=!1,h=!1;mxEvent.addGestureListeners(c,mxUtils.bind(this,function(c){b=null!=this.currentMenu;h=a==this.currentPage;e.isMouseDown||h||this.selectPage(a)}),null,mxUtils.bind(this,function(p){if(e.isEnabled()&&!e.isMouseDown&&(mxEvent.isTouchEvent(p)&&h||mxEvent.isPopupTrigger(p))){e.popupMenuHandler.hideMenu(); +this.hideCurrentMenu();if(!mxEvent.isTouchEvent(p)||!b){var n=new mxPopupMenu(this.createPageMenu(a));n.div.className+=" geMenubarMenu";n.smartSeparators=!0;n.showDisabled=!0;n.autoExpand=!0;n.hideMenu=mxUtils.bind(this,function(){mxPopupMenu.prototype.hideMenu.apply(n,arguments);this.resetCurrentMenu();n.destroy()});var r=mxEvent.getClientX(p),u=mxEvent.getClientY(p);n.popup(r,u,null,p);this.setCurrentMenu(n,c)}mxEvent.consume(p)}}))}; EditorUi.prototype.createPageMenu=function(a,c){return mxUtils.bind(this,function(e,b){e.addItem(mxResources.get("insert"),null,mxUtils.bind(this,function(){this.insertPage(null,mxUtils.indexOf(this.pages,a)+1)}),b);e.addItem(mxResources.get("delete"),null,mxUtils.bind(this,function(){this.removePage(a)}),b);e.addItem(mxResources.get("rename"),null,mxUtils.bind(this,function(){this.renamePage(a,c)}),b);e.addSeparator(b);e.addItem(mxResources.get("duplicate"),null,mxUtils.bind(this,function(){this.duplicatePage(a, -mxResources.get("copyOf",[a.getName()]))}),b)})};(function(){var a=EditorUi.prototype.refresh;EditorUi.prototype.refresh=function(c){a.apply(this,arguments);this.updateTabContainer()}})();(function(){var a=new mxObjectCodec(new MovePage,["ui"]);a.beforeDecode=function(a,e,b){b.ui=a.ui;return e};mxCodecRegistry.register(a)})(); +mxResources.get("copyOf",[a.getName()]))}),b)})};(function(){var a=EditorUi.prototype.refresh;EditorUi.prototype.refresh=function(c){a.apply(this,arguments);this.updateTabContainer()}})();(function(){mxCodecRegistry.getCodec(ChangePageSetup).exclude.push("page")})();(function(){var a=new mxObjectCodec(new MovePage,["ui"]);a.beforeDecode=function(a,e,b){b.ui=a.ui;return e};mxCodecRegistry.register(a)})(); (function(){var a=new mxObjectCodec(new RenamePage,["ui","page","previous"]);a.afterEncode=function(a,e,b){b.setAttribute("page",e.page.getId());return b};a.beforeDecode=function(a,e,b){b.ui=a.ui;return e};a.afterDecode=function(a,e,b){b.page=a.ui.getPageById(e.getAttribute("page"));b.previous=b.name;return b};mxCodecRegistry.register(a)})(); (function(){var a=new mxObjectCodec(new ChangePage,"ui relatedPage index neverShown page previousPage".split(" "));a.afterEncode=function(a,e,b){b.setAttribute("relatedPage",e.relatedPage.getId());null==e.index&&(b.setAttribute("name",e.relatedPage.getName()),null!=e.relatedPage.root&&a.encodeCell(e.relatedPage.root,b));return b};a.beforeDecode=function(a,e,b){b.ui=a.ui;b.relatedPage=b.ui.getPageById(e.getAttribute("relatedPage"));if(null==b.relatedPage){var c=document.createElement("diagram");c.setAttribute("id", -e.getAttribute("relatedPage"));c.setAttribute("name",e.getAttribute("name"));b.relatedPage=new DiagramPage(c);e=e.cloneNode(!0);c=e.firstChild;if(null!=c)for(b.relatedPage.root=a.decodeCell(c,!1),b=c.nextSibling,c.parentNode.removeChild(c),c=b;null!=c;){b=c.nextSibling;if(c.nodeType==mxConstants.NODETYPE_ELEMENT){var n=c.getAttribute("id");null==a.lookup(n)&&a.decodeCell(c)}c.parentNode.removeChild(c);c=b}}return e};a.afterDecode=function(a,e,b){b.index=b.previousIndex;return b};mxCodecRegistry.register(a)})();(function(){var a=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAASFBMVEUAAAAAAAB/f3/9/f319fUfHx/7+/s+Pj69vb0AAAAAAAAAAAAAAAAAAAAAAAAAAAB2dnZ1dXUAAAAAAAAVFRX///8ZGRkGBgbOcI1hAAAAE3RSTlMA+vr9/f38+fb1893Bo00u+/tFvPJUBQAAAIRJREFUGNM0jEcSxCAQAxlydGqD///TNWxZBx1aXVIrWysplbapL3sFxgDq/idXBnHgBPK1nIxwc55vCXl6dRFtrV6svs/A/UjsPcpzA5tqyByD92HqQlMFh45BG6ND1DiKSoPDdm96N77bg5F+wyaEqRGb8ZiOwHQqdg9hehszcLAEIQB2lQ4p/sEpnAAAAABJRU5ErkJggg==":IMAGE_PATH+"/move.png",c=Graph.prototype.foldCells; -Graph.prototype.foldCells=function(a,b,e,r,u){b=null!=b?b:!1;null==e&&(e=this.getFoldableCells(this.getSelectionCells(),a));this.stopEditing();this.model.beginUpdate();try{for(var d=e.slice(),f=[],g=0;g<e.length;g++){var h=this.view.getState(e[g]),m=null!=h?h.style:this.getCellStyle(e[g]);"1"==mxUtils.getValue(m,"treeFolding","0")&&(this.traverse(e[g],!0,mxUtils.bind(this,function(a,b){null!=b&&f.push(b);a!=e[g]&&f.push(a);return a==e[g]||!this.model.isCollapsed(a)})),this.model.setCollapsed(e[g], -a))}for(g=0;g<f.length;g++)this.model.setVisible(f[g],!a);e=d;e=c.apply(this,arguments)}finally{this.model.endUpdate()}return e};var e=EditorUi.prototype.init;EditorUi.prototype.init=function(){e.apply(this,arguments);this.editor.isChromelessView()&&!this.editor.editable||this.addTrees()};EditorUi.prototype.addTrees=function(){function b(a){return q.isVertex(a)&&c(a)}function c(a){var b=!1;null!=a&&(a=q.getParent(a),b=k.view.getState(a),k.view.getState(a),b="tree"==(null!=b?b.style:k.getCellStyle(a)).containerType); -return b}function e(a){var b=!1;null!=a&&(a=q.getParent(a),b=k.view.getState(a),k.view.getState(a),b=null!=(null!=b?b.style:k.getCellStyle(a)).childLayout);return b}function r(a){a=k.view.getState(a);if(null!=a){var b=k.getIncomingEdges(a.cell);if(0<b.length&&(b=k.view.getState(b[0]),null!=b&&(b=b.absolutePoints,null!=b&&0<b.length&&(b=b[b.length-1],null!=b)))){if(b.y==a.y&&Math.abs(b.x-a.getCenterX())<a.width/2)return mxConstants.DIRECTION_SOUTH;if(b.y==a.y+a.height&&Math.abs(b.x-a.getCenterX())< -a.width/2)return mxConstants.DIRECTION_NORTH;if(b.x>a.getCenterX())return mxConstants.DIRECTION_WEST}}return mxConstants.DIRECTION_EAST}function u(a,b){b=null!=b?b:!0;k.model.beginUpdate();try{var c=k.model.getParent(a),d=k.getIncomingEdges(a),e=k.cloneCells([d[0],a]);k.model.setTerminal(e[0],k.model.getTerminal(d[0],!0),!0);var f=r(a),g=c.geometry;f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?e[1].geometry.x+=b?a.geometry.width+10:-e[1].geometry.width-10:e[1].geometry.y+=b?a.geometry.height+ -10:-e[1].geometry.height-10;f==mxConstants.DIRECTION_WEST&&(e[1].geometry.x=a.geometry.x+a.geometry.width-e[1].geometry.width);k.view.currentRoot!=c&&(e[1].geometry.x-=g.x,e[1].geometry.y-=g.y);var h=k.view.getState(a),l=k.view.scale;if(null!=h){var m=mxRectangle.fromRectangle(h);f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?m.x+=(b?a.geometry.width+10:-e[1].geometry.width-10)*l:m.y+=(b?a.geometry.height+10:-e[1].geometry.height-10)*l;var q=k.getOutgoingEdges(k.model.getTerminal(d[0], -!0));if(null!=q){for(var n=f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH,p=g=d=0;p<q.length;p++){var v=k.model.getTerminal(q[p],!1);if(f==r(v)){var t=k.view.getState(v);v!=a&&null!=t&&(n&&b!=t.getCenterX()<h.getCenterX()||!n&&b!=t.getCenterY()<h.getCenterY())&&mxUtils.intersects(m,t)&&(d=10+Math.max(d,(Math.min(m.x+m.width,t.x+t.width)-Math.max(m.x,t.x))/l),g=10+Math.max(g,(Math.min(m.y+m.height,t.y+t.height)-Math.max(m.y,t.y))/l))}}n?g=0:d=0;for(p=0;p<q.length;p++)if(v=k.model.getTerminal(q[p], -!1),f==r(v)&&(t=k.view.getState(v),v!=a&&null!=t&&(n&&b!=t.getCenterX()<h.getCenterX()||!n&&b!=t.getCenterY()<h.getCenterY()))){var u=[];k.traverse(t.cell,!0,function(a,b){null!=b&&u.push(b);u.push(a);return!0});k.moveCells(u,(b?1:-1)*d,(b?1:-1)*g)}}}return k.addCells(e,c)}finally{k.model.endUpdate()}}function d(a){k.model.beginUpdate();try{var b=r(a),d=k.getIncomingEdges(a),c=k.cloneCells([d[0],a]);k.model.setTerminal(d[0],c[1],!1);k.model.setTerminal(c[0],c[1],!0);k.model.setTerminal(c[0],a,!1); -var e=k.model.getParent(a),f=e.geometry,g=[];k.view.currentRoot!=e&&(c[1].geometry.x-=f.x,c[1].geometry.y-=f.y);k.traverse(a,!0,function(a,b){null!=b&&g.push(b);g.push(a);return!0});var h=a.geometry.width+40,l=a.geometry.height+40;b==mxConstants.DIRECTION_SOUTH?h=0:b==mxConstants.DIRECTION_NORTH?(h=0,l=-40):b==mxConstants.DIRECTION_WEST?(h=-40,l=0):b==mxConstants.DIRECTION_EAST&&(l=0);k.moveCells(g,h,l);return k.addCells(c,e)}finally{k.model.endUpdate()}}function f(a){k.model.beginUpdate();try{var b= -k.model.getParent(a),c=k.getIncomingEdges(a),d=k.cloneCells([c[0],a]);k.model.setTerminal(d[0],a,!0);var c=k.getOutgoingEdges(a),e=b.geometry,f=[];k.view.currentRoot==b&&(e=new mxRectangle);for(var g=0;g<c.length;g++){var h=k.model.getTerminal(c[g],!1);null!=h&&f.push(h)}var l=k.view.getBounds(f),m=r(a),q=k.view.translate,n=k.view.scale;m==mxConstants.DIRECTION_SOUTH?(d[1].geometry.x=null==l?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(l.x+l.width)/n-q.x-e.x+10,d[1].geometry.y+=a.geometry.height- -e.y+40):m==mxConstants.DIRECTION_NORTH?(d[1].geometry.x=null==l?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(l.x+l.width)/n-q.x+-e.x+10,d[1].geometry.y-=d[1].geometry.height-e.y+40):(d[1].geometry.x=m==mxConstants.DIRECTION_WEST?d[1].geometry.x-(d[1].geometry.width-e.x+40):d[1].geometry.x+(a.geometry.width-e.x+40),d[1].geometry.y=null==l?a.geometry.y+(a.geometry.height-d[1].geometry.height)/2:(l.y+l.height)/n-q.y+-e.y+10);return k.addCells(d,b)}finally{k.model.endUpdate()}}function g(a, -b,d){a=k.getOutgoingEdges(a);d=k.view.getState(d);var c=[];if(null!=d&&null!=a){for(var e=0;e<a.length;e++){var f=k.view.getState(k.model.getTerminal(a[e],!1));null!=f&&(!b&&Math.min(f.x+f.width,d.x+d.width)>=Math.max(f.x,d.x)||b&&Math.min(f.y+f.height,d.y+d.height)>=Math.max(f.y,d.y))&&c.push(f)}c.sort(function(a,d){return b?a.x+a.width-d.x-d.width:a.y+a.height-d.y-d.height})}return c}function p(a,b){var d=r(a),c=b==mxConstants.DIRECTION_EAST||b==mxConstants.DIRECTION_WEST;(d==mxConstants.DIRECTION_EAST|| -d==mxConstants.DIRECTION_WEST)==c&&d!=b?t.actions.get("selectParent").funct():d==b?(c=k.getOutgoingEdges(a),null!=c&&0<c.length&&k.setSelectionCell(k.model.getTerminal(c[0],!1))):(d=k.getIncomingEdges(a),null!=d&&0<d.length&&(c=g(k.model.getTerminal(d[0],!0),c,a),d=k.view.getState(a),null!=d&&(d=mxUtils.indexOf(c,d),0<=d&&(d+=b==mxConstants.DIRECTION_NORTH||b==mxConstants.DIRECTION_WEST?-1:1,0<=d&&d<=c.length-1&&k.setSelectionCell(c[d].cell)))))}var t=this,k=t.editor.graph,q=k.getModel();mxResources.parse("selectChildren=Select Children"); -mxResources.parse("selectSiblings=Select Siblings");mxResources.parse("selectDescendants=Select Descendants");mxResources.parse("selectParent=Select Parent");var x=t.menus.createPopupMenu;t.menus.createPopupMenu=function(a,d,c){x.apply(this,arguments);if(1==k.getSelectionCount()){d=k.getSelectionCell();var e=k.getOutgoingEdges(d);a.addSeparator();null!=e&&0<e.length&&(b(k.getSelectionCell())&&this.addMenuItems(a,["selectChildren"],null,c),this.addMenuItems(a,["selectDescendants"],null,c));b(k.getSelectionCell())&& -(a.addSeparator(),0<k.getIncomingEdges(d).length&&this.addMenuItems(a,["selectSiblings","selectParent"],null,c))}};t.actions.addAction("selectChildren",function(){if(k.isEnabled()&&1==k.getSelectionCount()){var a=k.getSelectionCell(),a=k.getOutgoingEdges(a);if(null!=a){for(var b=[],d=0;d<a.length;d++)b.push(k.model.getTerminal(a[d],!1));k.setSelectionCells(b)}}},null,null,"Alt+Shift+X");t.actions.addAction("selectSiblings",function(){if(k.isEnabled()&&1==k.getSelectionCount()){var a=k.getSelectionCell(), -a=k.getIncomingEdges(a);if(null!=a&&0<a.length&&(a=k.getOutgoingEdges(k.model.getTerminal(a[0],!0)),null!=a)){for(var b=[],d=0;d<a.length;d++)b.push(k.model.getTerminal(a[d],!1));k.setSelectionCells(b)}}},null,null,"Alt+Shift+S");t.actions.addAction("selectParent",function(){if(k.isEnabled()&&1==k.getSelectionCount()){var a=k.getSelectionCell(),a=k.getIncomingEdges(a);null!=a&&0<a.length&&k.setSelectionCell(k.model.getTerminal(a[0],!0))}},null,null,"Alt+Shift+P");t.actions.addAction("selectDescendants", -function(){if(k.isEnabled()&&1==k.getSelectionCount()){var a=k.getSelectionCell(),b=[];k.traverse(a,!0,function(a,d){null!=d&&b.push(d);b.push(a);return!0});k.setSelectionCells(b)}},null,null,"Alt+Shift+T");var B=k.removeCells;k.removeCells=function(a,d){d=null!=d?d:!0;null==a&&(a=this.getDeletableCells(this.getSelectionCells()));d&&(a=this.getDeletableCells(this.addAllEdges(a)));for(var e=[],f=0;f<a.length;f++){var g=a[f];q.isEdge(g)&&c(g)&&(e.push(g),g=q.getTerminal(g,!1));b(g)?(k.traverse(g,!0, -function(a,b){null!=b&&e.push(b);e.push(a);return!0}),g=k.getIncomingEdges(a[f]),a=a.concat(g)):e.push(a[f])}a=e;return B.apply(this,arguments)};t.hoverIcons.getStateAt=function(a,d,c){return b(a.cell)?null:this.graph.view.getState(this.graph.getCellAt(d,c))};var l=k.duplicateCells;k.duplicateCells=function(a,d){a=null!=a?a:this.getSelectionCells();for(var c=a.slice(0),e=0;e<c.length;e++){var f=k.view.getState(c[e]);if(null!=f&&b(f.cell))for(var g=k.getIncomingEdges(f.cell),f=0;f<g.length;f++)mxUtils.remove(g[f], -a)}this.model.beginUpdate();try{var h=l.call(this,a,d);if(h.length==a.length)for(e=0;e<a.length;e++)if(b(a[e])){var m=k.getIncomingEdges(h[e]),g=k.getIncomingEdges(a[e]);if(0==m.length&&0<g.length){var q=this.cloneCells([g[0]])[0];this.addEdge(q,k.getDefaultParent(),this.model.getTerminal(g[0],!0),h[e])}}}finally{this.model.endUpdate()}return h};var y=k.moveCells;k.moveCells=function(a,d,c,e,f,g,h){var l=null;this.model.beginUpdate();try{var m=f,q=this.view.getState(f),n=null!=q?q.style:this.getCellStyle(f); -if(null!=a&&b(f)&&"1"==mxUtils.getValue(n,"treeFolding","0")){for(var p=0;p<a.length;p++)if(b(a[p])||k.model.isEdge(a[p])&&null==k.model.getTerminal(a[p],!0)){f=k.model.getParent(a[p]);break}if(null!=m&&f!=m&&null!=this.view.getState(a[0])){var r=k.getIncomingEdges(a[0]);if(0<r.length){var t=k.view.getState(k.model.getTerminal(r[0],!0));if(null!=t){var v=k.view.getState(m);null!=v&&(d=(v.getCenterX()-t.getCenterX())/k.view.scale,c=(v.getCenterY()-t.getCenterY())/k.view.scale)}}}}l=y.apply(this,arguments); -if(null!=l&&null!=a&&l.length==a.length)for(p=0;p<l.length;p++)if(this.model.isEdge(l[p]))b(m)&&0>mxUtils.indexOf(l,this.model.getTerminal(l[p],!0))&&this.model.setTerminal(l[p],m,!0);else if(b(a[p])&&(r=k.getIncomingEdges(a[p]),0<r.length))if(!e)b(m)&&0>mxUtils.indexOf(a,this.model.getTerminal(r[0],!0))&&this.model.setTerminal(r[0],m,!0);else if(0==k.getIncomingEdges(l[p]).length){q=m;if(null==q||q==k.model.getParent(a[p]))q=k.model.getTerminal(r[0],!0);e=this.cloneCells([r[0]])[0];this.addEdge(e, -k.getDefaultParent(),q,l[p])}}finally{this.model.endUpdate()}return l};if(null!=t.sidebar){var v=t.sidebar.dropAndConnect;t.sidebar.dropAndConnect=function(a,d,c,e){var f=k.model,g=null;f.beginUpdate();try{if(g=v.apply(this,arguments),b(a))for(var h=0;h<g.length;h++)if(f.isEdge(g[h])&&null==f.getTerminal(g[h],!0)){f.setTerminal(g[h],a,!0);var l=k.getCellGeometry(g[h]);l.points=null;null!=l.getTerminalPoint(!0)&&l.setTerminalPoint(null,!0)}}finally{f.endUpdate()}return g}}var A={88:t.actions.get("selectChildren"), -84:t.actions.get("selectSubtree"),80:t.actions.get("selectParent"),83:t.actions.get("selectSiblings")},H=t.onKeyDown;t.onKeyDown=function(a){try{if(k.isEnabled()&&!k.isEditing()&&b(k.getSelectionCell())&&1==k.getSelectionCount()){var c=null;0<k.getIncomingEdges(k.getSelectionCell()).length&&(9==a.which?c=mxEvent.isShiftDown(a)?d(k.getSelectionCell()):f(k.getSelectionCell()):13==a.which&&(c=u(k.getSelectionCell(),!mxEvent.isShiftDown(a))));if(null!=c&&0<c.length)1==c.length&&k.model.isEdge(c[0])?k.setSelectionCell(k.model.getTerminal(c[0], -!1)):k.setSelectionCell(c[c.length-1]),null!=t.hoverIcons&&t.hoverIcons.update(k.view.getState(k.getSelectionCell())),k.startEditingAtCell(k.getSelectionCell()),mxEvent.consume(a);else if(mxEvent.isAltDown(a)&&mxEvent.isShiftDown(a)){var e=A[a.keyCode];null!=e&&(e.funct(a),mxEvent.consume(a))}else 37==a.keyCode?(p(k.getSelectionCell(),mxConstants.DIRECTION_WEST),mxEvent.consume(a)):38==a.keyCode?(p(k.getSelectionCell(),mxConstants.DIRECTION_NORTH),mxEvent.consume(a)):39==a.keyCode?(p(k.getSelectionCell(), -mxConstants.DIRECTION_EAST),mxEvent.consume(a)):40==a.keyCode&&(p(k.getSelectionCell(),mxConstants.DIRECTION_SOUTH),mxEvent.consume(a))}}catch(J){console.log("error",J)}mxEvent.isConsumed(a)||H.apply(this,arguments)};var F=k.connectVertex;k.connectVertex=function(a,c,e,g,h,l){var m=k.getIncomingEdges(a);return b(a)&&0<m.length?(e=r(a),g=e==mxConstants.DIRECTION_EAST||e==mxConstants.DIRECTION_WEST,h=c==mxConstants.DIRECTION_EAST||c==mxConstants.DIRECTION_WEST,e==c?f(a):g==h?d(a):u(a,c!=mxConstants.DIRECTION_NORTH&& -c!=mxConstants.DIRECTION_WEST)):F.call(this,a,c,e,g,h,l)};k.getSubtree=function(a){var d=[a];b(a)&&!e(a)&&k.traverse(a,!0,function(a,b){null!=b&&0>mxUtils.indexOf(d,b)&&d.push(b);0>mxUtils.indexOf(d,a)&&d.push(a);return!0});return d};var w=mxVertexHandler.prototype.init;mxVertexHandler.prototype.init=function(){w.apply(this,arguments);b(this.state.cell)&&0<this.graph.getOutgoingEdges(this.state.cell).length&&(this.moveHandle=mxUtils.createImage(a),this.moveHandle.setAttribute("title","Move Subtree"), +e.getAttribute("relatedPage"));c.setAttribute("name",e.getAttribute("name"));b.relatedPage=new DiagramPage(c);e=e.cloneNode(!0);c=e.firstChild;if(null!=c)for(b.relatedPage.root=a.decodeCell(c,!1),b=c.nextSibling,c.parentNode.removeChild(c),c=b;null!=c;){b=c.nextSibling;if(c.nodeType==mxConstants.NODETYPE_ELEMENT){var p=c.getAttribute("id");null==a.lookup(p)&&a.decodeCell(c)}c.parentNode.removeChild(c);c=b}}return e};a.afterDecode=function(a,e,b){b.index=b.previousIndex;return b};mxCodecRegistry.register(a)})();(function(){var a=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAASFBMVEUAAAAAAAB/f3/9/f319fUfHx/7+/s+Pj69vb0AAAAAAAAAAAAAAAAAAAAAAAAAAAB2dnZ1dXUAAAAAAAAVFRX///8ZGRkGBgbOcI1hAAAAE3RSTlMA+vr9/f38+fb1893Bo00u+/tFvPJUBQAAAIRJREFUGNM0jEcSxCAQAxlydGqD///TNWxZBx1aXVIrWysplbapL3sFxgDq/idXBnHgBPK1nIxwc55vCXl6dRFtrV6svs/A/UjsPcpzA5tqyByD92HqQlMFh45BG6ND1DiKSoPDdm96N77bg5F+wyaEqRGb8ZiOwHQqdg9hehszcLAEIQB2lQ4p/sEpnAAAAABJRU5ErkJggg==":IMAGE_PATH+"/move.png",c=Graph.prototype.foldCells; +Graph.prototype.foldCells=function(a,b,e,r,u){b=null!=b?b:!1;null==e&&(e=this.getFoldableCells(this.getSelectionCells(),a));this.stopEditing();this.model.beginUpdate();try{for(var d=e.slice(),f=[],g=0;g<e.length;g++){var h=this.view.getState(e[g]),n=null!=h?h.style:this.getCellStyle(e[g]);"1"==mxUtils.getValue(n,"treeFolding","0")&&(this.traverse(e[g],!0,mxUtils.bind(this,function(a,b){null!=b&&f.push(b);a!=e[g]&&f.push(a);return a==e[g]||!this.model.isCollapsed(a)})),this.model.setCollapsed(e[g], +a))}for(g=0;g<f.length;g++)this.model.setVisible(f[g],!a);e=d;e=c.apply(this,arguments)}finally{this.model.endUpdate()}return e};var e=EditorUi.prototype.init;EditorUi.prototype.init=function(){e.apply(this,arguments);this.editor.isChromelessView()&&!this.editor.editable||this.addTrees()};EditorUi.prototype.addTrees=function(){function b(a){return l.isVertex(a)&&c(a)}function c(a){var b=!1;null!=a&&(a=l.getParent(a),b=m.view.getState(a),m.view.getState(a),b="tree"==(null!=b?b.style:m.getCellStyle(a)).containerType); +return b}function e(a){var b=!1;null!=a&&(a=l.getParent(a),b=m.view.getState(a),m.view.getState(a),b=null!=(null!=b?b.style:m.getCellStyle(a)).childLayout);return b}function r(a){a=m.view.getState(a);if(null!=a){var b=m.getIncomingEdges(a.cell);if(0<b.length&&(b=m.view.getState(b[0]),null!=b&&(b=b.absolutePoints,null!=b&&0<b.length&&(b=b[b.length-1],null!=b)))){if(b.y==a.y&&Math.abs(b.x-a.getCenterX())<a.width/2)return mxConstants.DIRECTION_SOUTH;if(b.y==a.y+a.height&&Math.abs(b.x-a.getCenterX())< +a.width/2)return mxConstants.DIRECTION_NORTH;if(b.x>a.getCenterX())return mxConstants.DIRECTION_WEST}}return mxConstants.DIRECTION_EAST}function u(a,b){b=null!=b?b:!0;m.model.beginUpdate();try{var c=m.model.getParent(a),d=m.getIncomingEdges(a),e=m.cloneCells([d[0],a]);m.model.setTerminal(e[0],m.model.getTerminal(d[0],!0),!0);var f=r(a),g=c.geometry;f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?e[1].geometry.x+=b?a.geometry.width+10:-e[1].geometry.width-10:e[1].geometry.y+=b?a.geometry.height+ +10:-e[1].geometry.height-10;f==mxConstants.DIRECTION_WEST&&(e[1].geometry.x=a.geometry.x+a.geometry.width-e[1].geometry.width);m.view.currentRoot!=c&&(e[1].geometry.x-=g.x,e[1].geometry.y-=g.y);var l=m.view.getState(a),k=m.view.scale;if(null!=l){var h=mxRectangle.fromRectangle(l);f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?h.x+=(b?a.geometry.width+10:-e[1].geometry.width-10)*k:h.y+=(b?a.geometry.height+10:-e[1].geometry.height-10)*k;var n=m.getOutgoingEdges(m.model.getTerminal(d[0], +!0));if(null!=n){for(var p=f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH,q=g=d=0;q<n.length;q++){var t=m.model.getTerminal(n[q],!1);if(f==r(t)){var v=m.view.getState(t);t!=a&&null!=v&&(p&&b!=v.getCenterX()<l.getCenterX()||!p&&b!=v.getCenterY()<l.getCenterY())&&mxUtils.intersects(h,v)&&(d=10+Math.max(d,(Math.min(h.x+h.width,v.x+v.width)-Math.max(h.x,v.x))/k),g=10+Math.max(g,(Math.min(h.y+h.height,v.y+v.height)-Math.max(h.y,v.y))/k))}}p?g=0:d=0;for(q=0;q<n.length;q++)if(t=m.model.getTerminal(n[q], +!1),f==r(t)&&(v=m.view.getState(t),t!=a&&null!=v&&(p&&b!=v.getCenterX()<l.getCenterX()||!p&&b!=v.getCenterY()<l.getCenterY()))){var u=[];m.traverse(v.cell,!0,function(a,b){null!=b&&u.push(b);u.push(a);return!0});m.moveCells(u,(b?1:-1)*d,(b?1:-1)*g)}}}return m.addCells(e,c)}finally{m.model.endUpdate()}}function d(a){m.model.beginUpdate();try{var b=r(a),d=m.getIncomingEdges(a),c=m.cloneCells([d[0],a]);m.model.setTerminal(d[0],c[1],!1);m.model.setTerminal(c[0],c[1],!0);m.model.setTerminal(c[0],a,!1); +var e=m.model.getParent(a),f=e.geometry,g=[];m.view.currentRoot!=e&&(c[1].geometry.x-=f.x,c[1].geometry.y-=f.y);m.traverse(a,!0,function(a,b){null!=b&&g.push(b);g.push(a);return!0});var l=a.geometry.width+40,k=a.geometry.height+40;b==mxConstants.DIRECTION_SOUTH?l=0:b==mxConstants.DIRECTION_NORTH?(l=0,k=-40):b==mxConstants.DIRECTION_WEST?(l=-40,k=0):b==mxConstants.DIRECTION_EAST&&(k=0);m.moveCells(g,l,k);return m.addCells(c,e)}finally{m.model.endUpdate()}}function f(a){m.model.beginUpdate();try{var b= +m.model.getParent(a),c=m.getIncomingEdges(a),d=m.cloneCells([c[0],a]);m.model.setTerminal(d[0],a,!0);var c=m.getOutgoingEdges(a),e=b.geometry,f=[];m.view.currentRoot==b&&(e=new mxRectangle);for(var g=0;g<c.length;g++){var l=m.model.getTerminal(c[g],!1);null!=l&&f.push(l)}var k=m.view.getBounds(f),h=r(a),n=m.view.translate,p=m.view.scale;h==mxConstants.DIRECTION_SOUTH?(d[1].geometry.x=null==k?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(k.x+k.width)/p-n.x-e.x+10,d[1].geometry.y+=a.geometry.height- +e.y+40):h==mxConstants.DIRECTION_NORTH?(d[1].geometry.x=null==k?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(k.x+k.width)/p-n.x+-e.x+10,d[1].geometry.y-=d[1].geometry.height-e.y+40):(d[1].geometry.x=h==mxConstants.DIRECTION_WEST?d[1].geometry.x-(d[1].geometry.width-e.x+40):d[1].geometry.x+(a.geometry.width-e.x+40),d[1].geometry.y=null==k?a.geometry.y+(a.geometry.height-d[1].geometry.height)/2:(k.y+k.height)/p-n.y+-e.y+10);return m.addCells(d,b)}finally{m.model.endUpdate()}}function g(a, +b,d){a=m.getOutgoingEdges(a);d=m.view.getState(d);var c=[];if(null!=d&&null!=a){for(var e=0;e<a.length;e++){var f=m.view.getState(m.model.getTerminal(a[e],!1));null!=f&&(!b&&Math.min(f.x+f.width,d.x+d.width)>=Math.max(f.x,d.x)||b&&Math.min(f.y+f.height,d.y+d.height)>=Math.max(f.y,d.y))&&c.push(f)}c.sort(function(a,d){return b?a.x+a.width-d.x-d.width:a.y+a.height-d.y-d.height})}return c}function q(a,b){var d=r(a),c=b==mxConstants.DIRECTION_EAST||b==mxConstants.DIRECTION_WEST;(d==mxConstants.DIRECTION_EAST|| +d==mxConstants.DIRECTION_WEST)==c&&d!=b?t.actions.get("selectParent").funct():d==b?(c=m.getOutgoingEdges(a),null!=c&&0<c.length&&m.setSelectionCell(m.model.getTerminal(c[0],!1))):(d=m.getIncomingEdges(a),null!=d&&0<d.length&&(c=g(m.model.getTerminal(d[0],!0),c,a),d=m.view.getState(a),null!=d&&(d=mxUtils.indexOf(c,d),0<=d&&(d+=b==mxConstants.DIRECTION_NORTH||b==mxConstants.DIRECTION_WEST?-1:1,0<=d&&d<=c.length-1&&m.setSelectionCell(c[d].cell)))))}var t=this,m=t.editor.graph,l=m.getModel();mxResources.parse("selectChildren=Select Children"); +mxResources.parse("selectSiblings=Select Siblings");mxResources.parse("selectDescendants=Select Descendants");mxResources.parse("selectParent=Select Parent");var C=t.menus.createPopupMenu;t.menus.createPopupMenu=function(a,d,c){C.apply(this,arguments);if(1==m.getSelectionCount()){d=m.getSelectionCell();var e=m.getOutgoingEdges(d);a.addSeparator();null!=e&&0<e.length&&(b(m.getSelectionCell())&&this.addMenuItems(a,["selectChildren"],null,c),this.addMenuItems(a,["selectDescendants"],null,c));b(m.getSelectionCell())&& +(a.addSeparator(),0<m.getIncomingEdges(d).length&&this.addMenuItems(a,["selectSiblings","selectParent"],null,c))}};t.actions.addAction("selectChildren",function(){if(m.isEnabled()&&1==m.getSelectionCount()){var a=m.getSelectionCell(),a=m.getOutgoingEdges(a);if(null!=a){for(var b=[],d=0;d<a.length;d++)b.push(m.model.getTerminal(a[d],!1));m.setSelectionCells(b)}}},null,null,"Alt+Shift+X");t.actions.addAction("selectSiblings",function(){if(m.isEnabled()&&1==m.getSelectionCount()){var a=m.getSelectionCell(), +a=m.getIncomingEdges(a);if(null!=a&&0<a.length&&(a=m.getOutgoingEdges(m.model.getTerminal(a[0],!0)),null!=a)){for(var b=[],d=0;d<a.length;d++)b.push(m.model.getTerminal(a[d],!1));m.setSelectionCells(b)}}},null,null,"Alt+Shift+S");t.actions.addAction("selectParent",function(){if(m.isEnabled()&&1==m.getSelectionCount()){var a=m.getSelectionCell(),a=m.getIncomingEdges(a);null!=a&&0<a.length&&m.setSelectionCell(m.model.getTerminal(a[0],!0))}},null,null,"Alt+Shift+P");t.actions.addAction("selectDescendants", +function(){if(m.isEnabled()&&1==m.getSelectionCount()){var a=m.getSelectionCell(),b=[];m.traverse(a,!0,function(a,d){null!=d&&b.push(d);b.push(a);return!0});m.setSelectionCells(b)}},null,null,"Alt+Shift+T");var y=m.removeCells;m.removeCells=function(a,d){d=null!=d?d:!0;null==a&&(a=this.getDeletableCells(this.getSelectionCells()));d&&(a=this.getDeletableCells(this.addAllEdges(a)));for(var e=[],f=0;f<a.length;f++){var g=a[f];l.isEdge(g)&&c(g)&&(e.push(g),g=l.getTerminal(g,!1));b(g)?(m.traverse(g,!0, +function(a,b){null!=b&&e.push(b);e.push(a);return!0}),g=m.getIncomingEdges(a[f]),a=a.concat(g)):e.push(a[f])}a=e;return y.apply(this,arguments)};t.hoverIcons.getStateAt=function(a,d,c){return b(a.cell)?null:this.graph.view.getState(this.graph.getCellAt(d,c))};var k=m.duplicateCells;m.duplicateCells=function(a,d){a=null!=a?a:this.getSelectionCells();for(var c=a.slice(0),e=0;e<c.length;e++){var f=m.view.getState(c[e]);if(null!=f&&b(f.cell))for(var g=m.getIncomingEdges(f.cell),f=0;f<g.length;f++)mxUtils.remove(g[f], +a)}this.model.beginUpdate();try{var l=k.call(this,a,d);if(l.length==a.length)for(e=0;e<a.length;e++)if(b(a[e])){var h=m.getIncomingEdges(l[e]),g=m.getIncomingEdges(a[e]);if(0==h.length&&0<g.length){var n=this.cloneCells([g[0]])[0];this.addEdge(n,m.getDefaultParent(),this.model.getTerminal(g[0],!0),l[e])}}}finally{this.model.endUpdate()}return l};var w=m.moveCells;m.moveCells=function(a,d,c,e,f,g,l){var k=null;this.model.beginUpdate();try{var h=f,n=this.view.getState(f),p=null!=n?n.style:this.getCellStyle(f); +if(null!=a&&b(f)&&"1"==mxUtils.getValue(p,"treeFolding","0")){for(var q=0;q<a.length;q++)if(b(a[q])||m.model.isEdge(a[q])&&null==m.model.getTerminal(a[q],!0)){f=m.model.getParent(a[q]);break}if(null!=h&&f!=h&&null!=this.view.getState(a[0])){var r=m.getIncomingEdges(a[0]);if(0<r.length){var t=m.view.getState(m.model.getTerminal(r[0],!0));if(null!=t){var v=m.view.getState(h);null!=v&&(d=(v.getCenterX()-t.getCenterX())/m.view.scale,c=(v.getCenterY()-t.getCenterY())/m.view.scale)}}}}k=w.apply(this,arguments); +if(null!=k&&null!=a&&k.length==a.length)for(q=0;q<k.length;q++)if(this.model.isEdge(k[q]))b(h)&&0>mxUtils.indexOf(k,this.model.getTerminal(k[q],!0))&&this.model.setTerminal(k[q],h,!0);else if(b(a[q])&&(r=m.getIncomingEdges(a[q]),0<r.length))if(!e)b(h)&&0>mxUtils.indexOf(a,this.model.getTerminal(r[0],!0))&&this.model.setTerminal(r[0],h,!0);else if(0==m.getIncomingEdges(k[q]).length){n=h;if(null==n||n==m.model.getParent(a[q]))n=m.model.getTerminal(r[0],!0);e=this.cloneCells([r[0]])[0];this.addEdge(e, +m.getDefaultParent(),n,k[q])}}finally{this.model.endUpdate()}return k};if(null!=t.sidebar){var v=t.sidebar.dropAndConnect;t.sidebar.dropAndConnect=function(a,d,c,e){var f=m.model,g=null;f.beginUpdate();try{if(g=v.apply(this,arguments),b(a))for(var k=0;k<g.length;k++)if(f.isEdge(g[k])&&null==f.getTerminal(g[k],!0)){f.setTerminal(g[k],a,!0);var l=m.getCellGeometry(g[k]);l.points=null;null!=l.getTerminalPoint(!0)&&l.setTerminalPoint(null,!0)}}finally{f.endUpdate()}return g}}var A={88:t.actions.get("selectChildren"), +84:t.actions.get("selectSubtree"),80:t.actions.get("selectParent"),83:t.actions.get("selectSiblings")},J=t.onKeyDown;t.onKeyDown=function(a){try{if(m.isEnabled()&&!m.isEditing()&&b(m.getSelectionCell())&&1==m.getSelectionCount()){var c=null;0<m.getIncomingEdges(m.getSelectionCell()).length&&(9==a.which?c=mxEvent.isShiftDown(a)?d(m.getSelectionCell()):f(m.getSelectionCell()):13==a.which&&(c=u(m.getSelectionCell(),!mxEvent.isShiftDown(a))));if(null!=c&&0<c.length)1==c.length&&m.model.isEdge(c[0])?m.setSelectionCell(m.model.getTerminal(c[0], +!1)):m.setSelectionCell(c[c.length-1]),null!=t.hoverIcons&&t.hoverIcons.update(m.view.getState(m.getSelectionCell())),m.startEditingAtCell(m.getSelectionCell()),mxEvent.consume(a);else if(mxEvent.isAltDown(a)&&mxEvent.isShiftDown(a)){var e=A[a.keyCode];null!=e&&(e.funct(a),mxEvent.consume(a))}else 37==a.keyCode?(q(m.getSelectionCell(),mxConstants.DIRECTION_WEST),mxEvent.consume(a)):38==a.keyCode?(q(m.getSelectionCell(),mxConstants.DIRECTION_NORTH),mxEvent.consume(a)):39==a.keyCode?(q(m.getSelectionCell(), +mxConstants.DIRECTION_EAST),mxEvent.consume(a)):40==a.keyCode&&(q(m.getSelectionCell(),mxConstants.DIRECTION_SOUTH),mxEvent.consume(a))}}catch(P){console.log("error",P)}mxEvent.isConsumed(a)||J.apply(this,arguments)};var F=m.connectVertex;m.connectVertex=function(a,c,e,g,k,l){var h=m.getIncomingEdges(a);return b(a)&&0<h.length?(e=r(a),g=e==mxConstants.DIRECTION_EAST||e==mxConstants.DIRECTION_WEST,k=c==mxConstants.DIRECTION_EAST||c==mxConstants.DIRECTION_WEST,e==c?f(a):g==k?d(a):u(a,c!=mxConstants.DIRECTION_NORTH&& +c!=mxConstants.DIRECTION_WEST)):F.call(this,a,c,e,g,k,l)};m.getSubtree=function(a){var d=[a];b(a)&&!e(a)&&m.traverse(a,!0,function(a,b){null!=b&&0>mxUtils.indexOf(d,b)&&d.push(b);0>mxUtils.indexOf(d,a)&&d.push(a);return!0});return d};var B=mxVertexHandler.prototype.init;mxVertexHandler.prototype.init=function(){B.apply(this,arguments);b(this.state.cell)&&0<this.graph.getOutgoingEdges(this.state.cell).length&&(this.moveHandle=mxUtils.createImage(a),this.moveHandle.setAttribute("title","Move Subtree"), this.moveHandle.style.position="absolute",this.moveHandle.style.cursor="pointer",this.moveHandle.style.width="18px",this.moveHandle.style.height="18px",this.graph.container.appendChild(this.moveHandle),mxEvent.addGestureListeners(this.moveHandle,mxUtils.bind(this,function(a){this.graph.graphHandler.start(this.state.cell,mxEvent.getClientX(a),mxEvent.getClientY(a));this.graph.graphHandler.cells=this.graph.getSubtree(this.state.cell);this.graph.graphHandler.bounds=this.state.view.getBounds(this.graph.graphHandler.cells); -this.graph.graphHandler.pBounds=this.graph.graphHandler.getPreviewBounds(this.graph.graphHandler.cells);this.graph.graphHandler.cellWasClicked=!0;this.graph.isMouseTrigger=mxEvent.isMouseEvent(a);this.graph.isMouseDown=!0;mxEvent.consume(a)})))};var G=mxVertexHandler.prototype.redrawHandles;mxVertexHandler.prototype.redrawHandles=function(){G.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.style.left=this.state.x+this.state.width+(40>this.state.width?10:0)+2+"px",this.moveHandle.style.top= -this.state.y+this.state.height+(40>this.state.height?10:0)+2+"px")};var I=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy=function(a,b){I.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.parentNode.removeChild(this.moveHandle),this.moveHandle=null)}};if("undefined"!==typeof Sidebar){var b=Sidebar.prototype.createAdvancedShapes;Sidebar.prototype.createAdvancedShapes=function(){var a=b.apply(this,arguments),c=this.editorUi.editor.graph;return a.concat([this.addEntry("tree container", +this.graph.graphHandler.pBounds=this.graph.graphHandler.getPreviewBounds(this.graph.graphHandler.cells);this.graph.graphHandler.cellWasClicked=!0;this.graph.isMouseTrigger=mxEvent.isMouseEvent(a);this.graph.isMouseDown=!0;mxEvent.consume(a)})))};var M=mxVertexHandler.prototype.redrawHandles;mxVertexHandler.prototype.redrawHandles=function(){M.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.style.left=this.state.x+this.state.width+(40>this.state.width?10:0)+2+"px",this.moveHandle.style.top= +this.state.y+this.state.height+(40>this.state.height?10:0)+2+"px")};var x=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy=function(a,b){x.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.parentNode.removeChild(this.moveHandle),this.moveHandle=null)}};if("undefined"!==typeof Sidebar){var b=Sidebar.prototype.createAdvancedShapes;Sidebar.prototype.createAdvancedShapes=function(){var a=b.apply(this,arguments),c=this.editorUi.editor.graph;return a.concat([this.addEntry("tree container", function(){var a=new mxCell("Tree Container",new mxGeometry(0,0,220,160),"swimlane;html=1;startSize=20;horizontal=1;containerType=tree;");a.vertex=!0;return sb.createVertexTemplateFromCells([a],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap central idea branch topic",function(){var a=new mxCell("Mindmap",new mxGeometry(0,0,420,126),"swimlane;html=1;startSize=20;horizontal=1;containerType=tree;");a.vertex=!0;var b=new mxCell("Central Idea",new mxGeometry(160,60,100,40),"ellipse;whiteSpace=wrap;html=1;align=center;container=1;recursiveResize=0;treeFolding=1;"); b.vertex=!0;var c=new mxCell("Topic",new mxGeometry(320,40,80,20),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");c.vertex=!0;var d=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");d.geometry.relative=!0;d.edge=!0;b.insertEdge(d,!0);c.insertEdge(d,!1);var e=new mxCell("Branch",new mxGeometry(320,80,72,26),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;"); -e.vertex=!0;var g=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");g.geometry.relative=!0;g.edge=!0;b.insertEdge(g,!0);e.insertEdge(g,!1);var h=new mxCell("Topic",new mxGeometry(20,40,80,20),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");h.vertex=!0;var n=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); -n.geometry.relative=!0;n.edge=!0;b.insertEdge(n,!0);h.insertEdge(n,!1);var k=new mxCell("Branch",new mxGeometry(20,80,72,26),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;");k.vertex=!0;var q=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); -q.geometry.relative=!0;q.edge=!0;b.insertEdge(q,!0);k.insertEdge(q,!1);a.insert(d);a.insert(g);a.insert(n);a.insert(q);a.insert(b);a.insert(c);a.insert(e);a.insert(h);a.insert(k);return sb.createVertexTemplateFromCells([a],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap central idea",function(){var a=new mxCell("Central Idea",new mxGeometry(0,0,100,40),"ellipse;whiteSpace=wrap;html=1;align=center;container=1;recursiveResize=0;treeFolding=1;");a.vertex=!0;return sb.createVertexTemplateFromCells([a], +e.vertex=!0;var g=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");g.geometry.relative=!0;g.edge=!0;b.insertEdge(g,!0);e.insertEdge(g,!1);var h=new mxCell("Topic",new mxGeometry(20,40,80,20),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");h.vertex=!0;var p=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); +p.geometry.relative=!0;p.edge=!0;b.insertEdge(p,!0);h.insertEdge(p,!1);var m=new mxCell("Branch",new mxGeometry(20,80,72,26),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;");m.vertex=!0;var l=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); +l.geometry.relative=!0;l.edge=!0;b.insertEdge(l,!0);m.insertEdge(l,!1);a.insert(d);a.insert(g);a.insert(p);a.insert(l);a.insert(b);a.insert(c);a.insert(e);a.insert(h);a.insert(m);return sb.createVertexTemplateFromCells([a],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap central idea",function(){var a=new mxCell("Central Idea",new mxGeometry(0,0,100,40),"ellipse;whiteSpace=wrap;html=1;align=center;container=1;recursiveResize=0;treeFolding=1;");a.vertex=!0;return sb.createVertexTemplateFromCells([a], a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap branch",function(){var a=new mxCell("Branch",new mxGeometry(0,0,80,20),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;");a.vertex=!0;var b=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); b.geometry.setTerminalPoint(new mxPoint(-40,40),!0);b.geometry.relative=!0;b.edge=!0;a.insertEdge(b,!1);return sb.createVertexTemplateFromCells([a,b],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap sub topic",function(){var a=new mxCell("Sub Topic",new mxGeometry(0,0,72,26),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");a.vertex=!0;var b=new mxCell("",new mxGeometry(0, 0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");b.geometry.setTerminalPoint(new mxPoint(-40,40),!0);b.geometry.relative=!0;b.edge=!0;a.insertEdge(b,!1);return sb.createVertexTemplateFromCells([a,b],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree orgchart organization division",function(){var a=new mxCell("Orgchart",new mxGeometry(0,0,280,220),"swimlane;html=1;startSize=20;horizontal=1;containerType=tree;");a.vertex=!0;var b=new mxCell("Organization", @@ -3110,14 +3114,14 @@ b.insertEdge(d,!0);e.insertEdge(d,!1);var f=new mxCell("Division",new mxGeometry a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree root",function(){var a=new mxCell("Organization",new mxGeometry(0,0,120,60),"whiteSpace=wrap;html=1;align=center;treeFolding=1;container=1;recursiveResize=0;");c.setAttributeForCell(a,"treeRoot","1");a.vertex=!0;return sb.createVertexTemplateFromCells([a],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree division",function(){var a=new mxCell("Division",new mxGeometry(20,40,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;"); a.vertex=!0;var b=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;elbow=vertical;startArrow=none;endArrow=none;rounded=0;");b.geometry.setTerminalPoint(new mxPoint(0,0),!0);b.geometry.relative=!0;b.edge=!0;a.insertEdge(b,!1);return sb.createVertexTemplateFromCells([a,b],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree sub sections",function(){var a=new mxCell("Sub Section",new mxGeometry(0,0,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;"); a.vertex=!0;var b=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;rounded=0;targetPortConstraint=eastwest;sourcePortConstraint=northsouth;");b.geometry.setTerminalPoint(new mxPoint(110,-40),!0);b.geometry.relative=!0;b.edge=!0;a.insertEdge(b,!1);var c=new mxCell("Sub Section",new mxGeometry(120,0,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;");c.vertex=!0;var d=new mxCell("",new mxGeometry(0, -0,0,0),"edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;rounded=0;targetPortConstraint=eastwest;sourcePortConstraint=northsouth;");d.geometry.setTerminalPoint(new mxPoint(110,-40),!0);d.geometry.relative=!0;d.edge=!0;c.insertEdge(d,!1);return sb.createVertexTemplateFromCells([b,d,a,c],220,60,"Sub Sections")})])}}})();EditorUi.initMinimalTheme=function(){function a(a){var b=a.editor.graph;b.popupMenuHandler.hideMenu();null==a.formatWindow?(a.formatWindow=new h(a,mxResources.get("format"),Math.max(20,a.diagramContainer.clientWidth-240-12),56,240,Math.min(546,b.container.clientHeight-10),function(b){b=a.createFormat(b);b.init();return b}),a.formatWindow.window.minimumSize=new mxRectangle(0,0,240,80),a.formatWindow.window.setVisible(!0)):a.formatWindow.window.setVisible(!a.formatWindow.window.isVisible());a.formatWindow.window.isVisible()&& +0,0,0),"edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;rounded=0;targetPortConstraint=eastwest;sourcePortConstraint=northsouth;");d.geometry.setTerminalPoint(new mxPoint(110,-40),!0);d.geometry.relative=!0;d.edge=!0;c.insertEdge(d,!1);return sb.createVertexTemplateFromCells([b,d,a,c],220,60,"Sub Sections")})])}}})();EditorUi.initMinimalTheme=function(){function a(a){var b=a.editor.graph;b.popupMenuHandler.hideMenu();null==a.formatWindow?(a.formatWindow=new h(a,mxResources.get("format"),Math.max(20,a.diagramContainer.clientWidth-240-12),56,240,Math.min(550,b.container.clientHeight-10),function(b){b=a.createFormat(b);b.init();return b}),a.formatWindow.window.minimumSize=new mxRectangle(0,0,240,80),a.formatWindow.window.setVisible(!0)):a.formatWindow.window.setVisible(!a.formatWindow.window.isVisible());a.formatWindow.window.isVisible()&& a.formatWindow.window.fit()}function c(a){var b=a.editor.graph;b.popupMenuHandler.hideMenu();new mxRectangle;if(null==a.sidebarWindow){var d=Math.min(b.container.clientWidth-10,266);a.sidebarWindow=new h(a,mxResources.get("shapes"),10,56,d-6,Math.min(650,b.container.clientHeight-30),function(b){function d(c,d){var f=a.menus.get(c),g=e.addMenu(d,mxUtils.bind(this,function(){f.funct.apply(this,arguments)}));g.style.cssText="position:absolute;border-top:1px solid lightgray;width:50%;height:24px;bottom:0px;text-align:center;cursor:pointer;padding:6px 0 0 0;"; g.className="geTitle";b.appendChild(g);return g}var c=document.createElement("div");c.style.cssText="position:absolute;left:0;right:0;border-top:1px solid lightgray;height:24px;bottom:31px;text-align:center;cursor:pointer;padding:6px 0 0 0;";c.className="geTitle";mxUtils.write(c,mxResources.get("moreShapes"));b.appendChild(c);mxEvent.addListener(c,"click",function(){a.actions.get("shapes").funct()});var e=new Menubar(a,b);if(!Editor.enableCustomLibraries||"1"==urlParams.embed&&"1"!=urlParams.libraries)c.style.bottom= "0";else if(null!=a.actions.get("newLibrary")){c=document.createElement("div");c.style.cssText="position:absolute;left:0px;width:50%;border-top:1px solid lightgray;height:30px;bottom:0px;text-align:center;cursor:pointer;padding:0px;";c.className="geTitle";var f=document.createElement("span");f.style.cssText="position:relative;top:6px;";mxUtils.write(f,mxResources.get("newLibrary"));c.appendChild(f);b.appendChild(c);mxEvent.addListener(c,"click",a.actions.get("newLibrary").funct);c=document.createElement("div"); c.style.cssText="position:absolute;left:50%;width:50%;border-top:1px solid lightgray;height:30px;bottom:0px;text-align:center;cursor:pointer;padding:0px;border-left: 1px solid lightgray;";c.className="geTitle";f=document.createElement("span");f.style.cssText="position:relative;top:6px;";mxUtils.write(f,mxResources.get("openLibrary"));c.appendChild(f);b.appendChild(c);mxEvent.addListener(c,"click",a.actions.get("openLibrary").funct)}else c=d("newLibrary",mxResources.get("newLibrary")),c.style.left= "0",c=d("openLibraryFrom",mxResources.get("openLibraryFrom")),c.style.borderLeft="1px solid lightgray",c.style.left="50%";b.appendChild(a.sidebar.container);b.style.overflow="hidden";return b});a.sidebarWindow.window.minimumSize=new mxRectangle(0,0,90,90);a.sidebarWindow.window.setVisible(!0);a.getLocalData("sidebar",function(b){a.sidebar.showEntries(b,null,!0)});a.restoreLibraries()}else a.sidebarWindow.window.setVisible(!a.sidebarWindow.window.isVisible());a.sidebarWindow.window.isVisible()&&a.sidebarWindow.window.fit()} if("1"!=urlParams.lightbox&&"0"!=urlParams.chrome){var e=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;try{var b=document.createElement("style");b.type="text/css";b.innerHTML="* { -webkit-font-smoothing: antialiased; }html body .mxWindow button.geBtn { font-size:12px !important; margin-left: 0;}html body div.diagramContainer button, html body button.geBtn { font-size:14px; font-weight:700;border-radius: 5px; }html body button.geBtn:active { opacity: 0.6; }.geDialog input, .geToolbarContainer input, .mxWindow input {padding:2px !important;display:inline-block !important; }div.geDialog { border-radius: 5px; }html body div.geDialog button.geBigButton { color: #fff !important; }.mxWindow button, .geDialog select, .mxWindow select { display:inline-block; }.mxWindow .geColorBtn, .geDialog .geColorBtn { background: none !important; }html body div.diagramContainer button, html body .mxWindow button, html body .geDialog button { min-width: 0px; border-radius: 5px; color: #353535 !important; border-color: rgb(216, 216, 216); }div.diagramContainer button.geBtn, .mxWindow button.geBtn, .geDialog button.geBtn { min-width:72px; font-weight: 600; background: none; }div.diagramContainer button.geBtn:hover, .mxWindow button.geBtn:hover, .geDialog button.geBtn:hover { box-shadow: none; border-color: rgb(216, 216, 216); }div.diagramContainer button.gePrimaryBtn, .mxWindow button.gePrimaryBtn, .geDialog button.gePrimaryBtn, html body .gePrimaryBtn { background: #29b6f2; color: #fff !important; border: none; box-shadow: none; }html body .gePrimaryBtn:hover { background: #29b6f2; border: none; box-shadow: inherit; }html body button.gePrimaryBtn:hover { background: #29b6f2; border: none; }.geBtn button { min-width:72px !important; }div.geToolbarContainer a.geButton { margin:2px; padding: 0 2px 4px 2px; } .geDialog, .mxWindow td.mxWindowPane *, div.geSprite, td.mxWindowTitle, .geDiagramContainer { box-sizing:content-box; }.mxWindow div button.geStyleButton { box-sizing: border-box; }table.mxWindow td.mxWindowPane button.geColorBtn { padding:0px; box-sizing: border-box; }td.mxWindowPane .geSidebarContainer button { padding:2px 0 2px 0; box-sizing: border-box; }html body .geMenuItem { font-size:14px; text-decoration: none; font-weight: normal; padding: 6px 10px 6px 10px; border: none; border-radius: 5px; color: #353535; box-shadow: inset 0 0 0 1px rgba(0,0,0,.11), inset 0 -1px 0 0 rgba(0,0,0,.08), 0 1px 2px 0 rgba(0,0,0,.04); }a.geMenuItem:active { opacity: 0.4; }.geToolbarContainer { background:#fff !important; }div.mxWindow .geSidebarContainer .geTitle { background-color:#fdfdfd; }div.mxWindow .geSidebarContainer .geTitle:hover { background-color:#fafafa; }div.geSidebar { background-color: #fff !important;}div.mxWindow td.mxWindowPane button { background-image: none; float: none; }td.mxWindowTitle { height: 22px !important; background: none !important; font-size: 13px !important; text-align:center !important; border-bottom:1px solid lightgray; }div.mxWindow, div.mxWindowTitle { background-image: none !important; background-color:#fff !important; }div.mxWindow { border-radius:5px; box-shadow: 0px 0px 2px #C0C0C0 !important;}div.mxWindow * { font-family: inherit !important; }html div.geVerticalHandle { position:absolute;bottom:0px;left:50%;cursor:row-resize;width:11px;height:11px;background:white;margin-bottom:-6px; margin-left:-6px; border: none; border-radius: 6px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.11), inset 0 -1px 0 0 rgba(0,0,0,.08), 0 1px 2px 0 rgba(0,0,0,.04); }html div.geInactivePage { background: rgb(249, 249, 249) !important; color:lightgray !important; } html div.geActivePage { background: white !important;color: #353535 !important; } html div.mxRubberband { border:1px solid; border-color: #29b6f2 !important; background:rgba(41,182,242,0.5) !important; } html body div.mxPopupMenu { border-radius:5px; border:1px solid #c0c0c0; padding:5px 0 5px 0; box-shadow: 0px 4px 17px -4px rgba(96,96,96,1); } html table.mxPopupMenu td.mxPopupMenuItem { color: #353535; font-size: 14px; padding-top: 4px; padding-bottom: 4px; }html table.mxPopupMenu tr.mxPopupMenuItemHover { background-color: #29b6f2; }html tr.mxPopupMenuItemHover td.mxPopupMenuItem, html tr.mxPopupMenuItemHover td.mxPopupMenuItem span { color: #fff !important; }html tr.mxPopupMenuItem, html td.mxPopupMenuItem { transition-property: none !important; }html table.mxPopupMenu hr { height: 2px; background-color: rgba(0,0,0,.07); margin: 5px 0; }"; -document.getElementsByTagName("head")[0].appendChild(b)}catch(q){}var h=function(a,b,c,d,e,f,g){a=document.createElement("div");a.className="geSidebarContainer";a.style.position="absolute";a.style.width="100%";a.style.height="100%";a.style.border="1px solid whiteSmoke";a.style.overflowX="hidden";a.style.overflowY="auto";g(a);this.window=new mxWindow(b,a,c,d,e,f,!0,!0);this.window.destroyOnClose=!1;this.window.setMaximizable(!1);this.window.setResizable(!0);this.window.setClosable(!0);this.window.setVisible(!0); +document.getElementsByTagName("head")[0].appendChild(b)}catch(l){}var h=function(a,b,c,d,e,f,g){a=document.createElement("div");a.className="geSidebarContainer";a.style.position="absolute";a.style.width="100%";a.style.height="100%";a.style.border="1px solid whiteSmoke";a.style.overflowX="hidden";a.style.overflowY="auto";g(a);this.window=new mxWindow(b,a,c,d,e,f,!0,!0);this.window.destroyOnClose=!1;this.window.setMaximizable(!1);this.window.setResizable(!0);this.window.setClosable(!0);this.window.setVisible(!0); this.window.setLocation=function(a,b){var c=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;a=Math.max(0,Math.min(a,(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)-this.table.clientWidth));b=Math.max(0,Math.min(b,c-this.table.clientHeight-48));this.getX()==a&&this.getY()==b||mxWindow.prototype.setLocation.apply(this,arguments)}};Editor.checkmarkImage=Graph.createSvgImage(22,18,'<path transform="translate(4 0)" d="M7.181,15.007a1,1,0,0,1-.793-0.391L3.222,10.5A1,1,0,1,1,4.808,9.274L7.132,12.3l6.044-8.86A1,1,0,1,1,14.83,4.569l-6.823,10a1,1,0,0,1-.8.437H7.181Z" fill="#29b6f2"/>').src; mxWindow.prototype.closeImage=Graph.createSvgImage(18,10,'<path d="M 5 1 L 13 9 M 13 1 L 5 9" stroke="#C0C0C0" stroke-width="2"/>').src;mxWindow.prototype.minimizeImage=Graph.createSvgImage(14,10,'<path d="M 3 7 L 7 3 L 11 7" stroke="#C0C0C0" stroke-width="2" fill="#ffffff"/>').src;mxWindow.prototype.normalizeImage=Graph.createSvgImage(14,10,'<path d="M 3 3 L 7 7 L 11 3" stroke="#C0C0C0" stroke-width="2" fill="#ffffff"/>').src;mxVertexHandler.prototype.handleImage=Graph.createSvgImage(16,16,'<circle cx="8" cy="8" r="5" stroke="#ffffff" fill="#29b6f2"/>'); mxEdgeHandler.prototype.handleImage=mxVertexHandler.prototype.handleImage;mxEdgeHandler.prototype.terminalHandleImage=Graph.createSvgImage(16,16,'<circle cx="8" cy="8" r="5" stroke="#ffffff" fill="#29b6f2"/><circle cx="8" cy="8" r="3" stroke="#ffffff" fill="#29b6f2"/>');mxEdgeHandler.prototype.fixedHandleImage=Graph.createSvgImage(16,16,'<circle cx="8" cy="8" r="5" stroke="#ffffff" fill="#29b6f2"/><path d="m 6 6 L 10 10 M 6 10 L 10 6" stroke="#ffffff"/>');mxConstraintHandler.prototype.pointImage= @@ -3125,8 +3129,8 @@ Graph.createSvgImage(5,5,'<path d="m 0 0 L 5 5 M 0 5 L 5 0" stroke="#29b6f2"/>') HoverIcons.prototype.triangleLeft=Graph.createSvgImage(38,18,'<path d="m 1 9 L 12 1 L 12 6 L 36 6 L 36 12 L 12 12 L 12 18 z" stroke="#fff" fill="#29b6f2"/>');HoverIcons.prototype.roundDrop=Graph.createSvgImage(26,26,'<circle cx="13" cy="13" r="12" stroke="#fff" fill="#29b6f2"/>');HoverIcons.prototype.arrowSpacing=0;mxOutline.prototype.sizerImage=null;null!=window.Sidebar&&(Sidebar.prototype.triangleUp=HoverIcons.prototype.triangleUp,Sidebar.prototype.triangleRight=HoverIcons.prototype.triangleRight, Sidebar.prototype.triangleDown=HoverIcons.prototype.triangleDown,Sidebar.prototype.triangleLeft=HoverIcons.prototype.triangleLeft,Sidebar.prototype.refreshTarget=HoverIcons.prototype.refreshTarget,Sidebar.prototype.roundDrop=HoverIcons.prototype.roundDrop);mxConstants.VERTEX_SELECTION_COLOR="#C0C0C0";mxConstants.EDGE_SELECTION_COLOR="#C0C0C0";mxConstants.CONNECT_HANDLE_FILLCOLOR="#cee7ff";mxConstants.DEFAULT_VALID_COLOR="#29b6f2";mxConstants.GUIDE_COLOR="#C0C0C0";mxConstants.HIGHLIGHT_STROKEWIDTH= 5;mxConstants.HIGHLIGHT_OPACITY=35;mxConstants.HIGHLIGHT_SIZE=5;mxConstants.OUTLINE_COLOR="#29b6f2";mxConstants.OUTLINE_HANDLE_FILLCOLOR="#29b6f2";mxConstants.OUTLINE_HANDLE_STROKECOLOR="#fff";Graph.prototype.svgShadowColor="#3D4574";Graph.prototype.svgShadowOpacity="0.4";Graph.prototype.svgShadowSize="0.6";Graph.prototype.svgShadowBlur="1.2";Format.prototype.inactiveTabBackgroundColor="#f0f0f0";mxGraphHandler.prototype.previewColor="#C0C0C0";mxRubberband.prototype.defaultOpacity=50;HoverIcons.prototype.inactiveOpacity= -25;Format.prototype.showCloseButton=!1;EditorUi.prototype.closableScratchpad=!1;EditorUi.prototype.toolbarHeight=46;EditorUi.prototype.footerHeight=0;Graph.prototype.editAfterInsert=!0;Editor.prototype.isChromelessView=function(){return!1};Graph.prototype.isLightboxView=function(){return!1};var n=EditorUi.prototype.updateTabContainer;EditorUi.prototype.updateTabContainer=function(){null!=this.tabContainer&&(this.tabContainer.style.right="70px",this.diagramContainer.style.bottom="30px");n.apply(this, -arguments)};var m=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates=function(){m.apply(this,arguments);this.menus.get("save").setEnabled(null!=this.getCurrentFile()||"1"==urlParams.embed)};var r=Menus.prototype.addShortcut;Menus.prototype.addShortcut=function(a,b){null!=b.shortcut&&900>e&&!mxClient.IS_IOS?a.firstChild.nextSibling.setAttribute("title",b.shortcut):r.apply(this,arguments)};var u=App.prototype.updateUserElement;App.prototype.updateUserElement=function(){u.apply(this, +25;Format.prototype.showCloseButton=!1;EditorUi.prototype.closableScratchpad=!1;EditorUi.prototype.toolbarHeight=46;EditorUi.prototype.footerHeight=0;Graph.prototype.editAfterInsert=!0;Editor.prototype.isChromelessView=function(){return!1};Graph.prototype.isLightboxView=function(){return!1};var p=EditorUi.prototype.updateTabContainer;EditorUi.prototype.updateTabContainer=function(){null!=this.tabContainer&&(this.tabContainer.style.right="70px",this.diagramContainer.style.bottom="30px");p.apply(this, +arguments)};var n=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates=function(){n.apply(this,arguments);this.menus.get("save").setEnabled(null!=this.getCurrentFile()||"1"==urlParams.embed)};var r=Menus.prototype.addShortcut;Menus.prototype.addShortcut=function(a,b){null!=b.shortcut&&900>e&&!mxClient.IS_IOS?a.firstChild.nextSibling.setAttribute("title",b.shortcut):r.apply(this,arguments)};var u=App.prototype.updateUserElement;App.prototype.updateUserElement=function(){u.apply(this, arguments);if(null!=this.userElement){var a=this.userElement;a.style.cssText="display:inline-block;position:relative;margin-right:4px;";a.className="";a.innerHTML="";a.style.backgroundImage="url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMTJjMi4yMSAwIDQtMS43OSA0LTRzLTEuNzktNC00LTQtNCAxLjc5LTQgNCAxLjc5IDQgNCA0em0wIDJjLTIuNjcgMC04IDEuMzQtOCA0djJoMTZ2LTJjMC0yLjY2LTUuMzMtNC04LTR6Ii8+PC9zdmc+)"; a.style.backgroundPosition="center center";a.style.backgroundRepeat="no-repeat";a.style.backgroundSize="24px 24px";a.style.height="24px";a.style.width="24px";mxUtils.setOpacity(a,30);a.setAttribute("title",mxResources.get("changeUser"))}};var d=App.prototype.updateButtonContainer;App.prototype.updateButtonContainer=function(){d.apply(this,arguments);if(null!=this.shareButton){var a=this.shareButton;a.style.cssText="display:inline-block;position:relative;box-sizing:border-box;margin-right:4px;cursor:pointer;"; a.className="";a.innerHTML="";a.style.backgroundImage="url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTggMTYuMDhjLS43NiAwLTEuNDQuMy0xLjk2Ljc3TDguOTEgMTIuN2MuMDUtLjIzLjA5LS40Ni4wOS0uN3MtLjA0LS40Ny0uMDktLjdsNy4wNS00LjExYy41NC41IDEuMjUuODEgMi4wNC44MSAxLjY2IDAgMy0xLjM0IDMtM3MtMS4zNC0zLTMtMy0zIDEuMzQtMyAzYzAgLjI0LjA0LjQ3LjA5LjdMOC4wNCA5LjgxQzcuNSA5LjMxIDYuNzkgOSA2IDljLTEuNjYgMC0zIDEuMzQtMyAzczEuMzQgMyAzIDNjLjc5IDAgMS41LS4zMSAyLjA0LS44MWw3LjEyIDQuMTZjLS4wNS4yMS0uMDguNDMtLjA4LjY1IDAgMS42MSAxLjMxIDIuOTIgMi45MiAyLjkyIDEuNjEgMCAyLjkyLTEuMzEgMi45Mi0yLjkycy0xLjMxLTIuOTItMi45Mi0yLjkyeiIvPjwvc3ZnPg==)"; @@ -3138,7 +3142,7 @@ mxUtils.bind(this,function(a,b){var c=new FilenameDialog(this.editorUi,a,mxResou null,c),a.addSeparator(),this.addSubmenu("layout",a)):d.isSelectionEmpty()&&d.isEnabled()?(a.addSeparator(),this.addMenuItems(a,["editData"],null,c),a.addSeparator(),this.addSubmenu("insert",a),this.addSubmenu("layout",a),a.addSeparator(),this.addSubmenu("view",a,null,mxResources.get("options")),this.addMenuItems(a,["-","exitGroup"],null,c)):d.isEnabled()&&this.addMenuItems(a,["-","lockUnlock"],null,c)};EditorUi.prototype.toggleFormatPanel=function(b){null!=this.formatWindow?this.formatWindow.window.setVisible(b? !1:!this.formatWindow.window.isVisible()):a(this)};DiagramFormatPanel.prototype.isMathOptionVisible=function(){return!0};var g=EditorUi.prototype.destroy;EditorUi.prototype.destroy=function(){null!=this.sidebarWindow&&(this.sidebarWindow.window.setVisible(!1),this.sidebarWindow.window.destroy(),this.sidebarWindow=null);null!=this.formatWindow&&(this.formatWindow.window.setVisible(!1),this.formatWindow.window.destroy(),this.formatWindow=null);null!=this.actions.outlineWindow&&(this.actions.outlineWindow.window.setVisible(!1), this.actions.outlineWindow.window.destroy(),this.actions.outlineWindow=null);null!=this.actions.layersWindow&&(this.actions.layersWindow.window.setVisible(!1),this.actions.layersWindow.window.destroy(),this.actions.layersWindow=null);null!=this.menus.tagsWindow&&(this.menus.tagsWindow.window.setVisible(!1),this.menus.tagsWindow.window.destroy(),this.menus.tagsWindow=null);null!=this.menus.findWindow&&(this.menus.findWindow.window.setVisible(!1),this.menus.findWindow.window.destroy(),this.menus.findWindow= -null);g.apply(this,arguments)};var p=EditorUi.prototype.setGraphEnabled;EditorUi.prototype.setGraphEnabled=function(a){p.apply(this,arguments);a||(null!=this.sidebarWindow&&this.sidebarWindow.window.setVisible(!1),null!=this.formatWindow&&this.formatWindow.window.setVisible(!1))};EditorUi.prototype.chromelessWindowResize=function(){};var t=Menus.prototype.init;Menus.prototype.init=function(){t.apply(this,arguments);var b=this.editorUi,d=b.editor.graph;b.actions.get("insertText").label=mxResources.get("text"); +null);g.apply(this,arguments)};var q=EditorUi.prototype.setGraphEnabled;EditorUi.prototype.setGraphEnabled=function(a){q.apply(this,arguments);a||(null!=this.sidebarWindow&&this.sidebarWindow.window.setVisible(!1),null!=this.formatWindow&&this.formatWindow.window.setVisible(!1))};EditorUi.prototype.chromelessWindowResize=function(){};var t=Menus.prototype.init;Menus.prototype.init=function(){t.apply(this,arguments);var b=this.editorUi,d=b.editor.graph;b.actions.get("insertText").label=mxResources.get("text"); b.actions.get("insertText").label=mxResources.get("text");b.actions.get("editDiagram").label=mxResources.get("formatXml")+"...";b.actions.get("insertRectangle").label=mxResources.get("rectangle");b.actions.get("insertEllipse").label=mxResources.get("ellipse");b.actions.get("insertRhombus").label=mxResources.get("rhombus");b.actions.get("insertImage").label=mxResources.get("image")+"...";b.actions.get("insertLink").label=mxResources.get("link")+"...";b.actions.get("createShape").label=mxResources.get("shape")+ "...";b.actions.get("outline").label=mxResources.get("outline")+"...";b.actions.get("layers").label=mxResources.get("layers")+"...";b.actions.put("importFile",new Action("File...",function(){d.popupMenuHandler.hideMenu();var a=document.createElement("input");a.setAttribute("type","file");mxEvent.addListener(a,"change",function(){null!=a.files&&b.importFiles(a.files,null,null,b.maxImageSize)});a.click()}));b.actions.put("importCsv",new Action(mxResources.get("csv")+"...",function(){d.popupMenuHandler.hideMenu(); b.showImportCsvDialog()}));b.actions.put("importText",new Action(mxResources.get("text")+"...",function(){var a=new ParseDialog(b,"Insert from Text");b.showDialog(a.container,620,420,!0,!1);a.init()}));b.actions.put("formatSql",new Action(mxResources.get("formatSql")+"...",function(){var a=new ParseDialog(b,"Insert from Text","formatSql");b.showDialog(a.container,620,420,!0,!1);a.init()}));b.actions.put("toggleShapes",new Action(mxResources.get("shapes")+"...",function(){c(b)}));b.actions.put("toggleFormat", @@ -3148,70 +3152,71 @@ c),a.addSeparator(c));b.menus.addMenuItems(a,["-","outline","layers","-","find"] f=e.funct;e.funct=function(a,c){f.apply(this,arguments);a.addSeparator(c);b.menus.addSubmenu("openRecent",a,c)}}this.put("save",new Menu(mxUtils.bind(this,function(a,c){var d=b.getCurrentFile();null!=d&&d.constructor==DriveFile?b.menus.addMenuItems(a,["createRevision","makeCopy","-","rename","moveToFolder"],c):b.menus.addMenuItems(a,["save","saveAs","-","rename","makeCopy"],c);null==d||d.constructor!=DriveFile&&d.constructor!=DropboxFile||b.menus.addMenuItems(a,["-","revisionHistory"],c);b.menus.addMenuItems(a, ["-","autosave"],c)})));var g=this.get("exportAs");this.put("exportAs",new Menu(mxUtils.bind(this,function(a,c){g.funct(a,c);a.addSeparator(c);b.menus.addSubmenu("embed",a,c);mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||b.menus.addMenuItems(a,["publishLink"],c)})));var h=this.get("language");this.put("extras",new Menu(mxUtils.bind(this,function(a,c){"1"!=urlParams.embed&&b.menus.addSubmenu("theme",a,c);null!=h&&b.menus.addSubmenu("language",a,c);a.addSeparator(c);b.menus.addMenuItems(a,["scrollbars", "tooltips"],c);"1"!=urlParams.embed&&(isLocalStorage||mxClient.IS_CHROMEAPP)&&b.menus.addMenuItems(a,["-","search","scratchpad","-","showStartScreen"],c);if(!b.isOfflineApp()&&"1"!=urlParams.embed&&isLocalStorage){a.addSeparator(c);var d=b.menus.addMenuItem(a,"plugins",c);b.isOffline()||b.menus.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000056430")}})));this.put("insertAdvanced",new Menu(mxUtils.bind(this,function(a,c){b.menus.addMenuItems(a,"importText plantUml - formatSql importCsv - createShape editDiagram".split(" "), -c)})));mxResources.parse("insertLayout="+mxResources.get("layout"));mxResources.parse("insertAdvanced="+mxResources.get("advanced"));this.put("insert",new Menu(mxUtils.bind(this,function(a,c){b.menus.addMenuItems(a,"insertRectangle insertEllipse insertRhombus - insertText insertLink - insertImage".split(" "),c);b.menus.addSubmenu("importFrom",a,c);a.addSeparator(c);b.menus.addSubmenu("insertLayout",a,c);b.menus.addSubmenu("insertAdvanced",a,c)})));var k="horizontalFlow verticalFlow - horizontalTree verticalTree radialTree - organic circle".split(" "), -m=function(a,c,d,e){a.addItem(d,null,mxUtils.bind(this,function(){var a=new CreateGraphDialog(b,d,e);b.showDialog(a.container,620,420,!0,!1);a.init()}),c)};this.put("insertLayout",new Menu(mxUtils.bind(this,function(a,b){for(var c=0;c<k.length;c++)"-"==k[c]?a.addSeparator(b):m(a,b,mxResources.get(k[c])+"...",k[c])})));this.put("view",new Menu(mxUtils.bind(this,function(a,c){b.menus.addMenuItems(a,"grid guides - connectionArrows connectionPoints -".split(" "),c);if("undefined"!==typeof MathJax){var d= -b.menus.addMenuItem(a,"mathematicalTypesetting",c);b.menus.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000032875")}b.menus.addMenuItems(a,["copyConnect","collapseExpand","-","pageScale"],c)})))};var k=EditorUi.prototype.init;EditorUi.prototype.init=function(){function a(a,b,c,d){var e=g.menus.get(a),f=p.addMenu(mxResources.get(a),mxUtils.bind(this,function(){e.funct.apply(this,arguments)}),n);f.className="geMenuItem";f.style.display="inline-block";f.style.boxSizing="border-box"; -f.style.top="6px";f.style.marginRight="6px";f.style.height="30px";f.style.paddingTop="6px";f.style.paddingBottom="6px";f.setAttribute("title",mxResources.get(a));g.menus.menuCreated(e,f,"geMenuItem");null!=c?(f.style.backgroundImage="url("+c+")",f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.width="34px",f.innerHTML="",mxUtils.setOpacity(f,d||40)):b||(f.style.backgroundImage="url("+mxWindow.prototype.normalizeImage+")",f.style.backgroundPosition= -"right 6px center",f.style.backgroundRepeat="no-repeat",f.style.paddingRight="22px");return f}function b(a,b,c,d,e,f){var h=document.createElement("a");h.setAttribute("href","javascript:void(0)");h.className="geMenuItem";h.style.display="inline-block";h.style.boxSizing="border-box";h.style.height="30px";h.style.padding="6px";h.style.position="relative";h.style.verticalAlign="top";h.style.top="0px";null!=g.statusContainer?m.insertBefore(h,g.statusContainer):m.appendChild(h);null!=f?(h.style.backgroundImage= -"url("+f+")",h.style.backgroundPosition="center center",h.style.backgroundRepeat="no-repeat",h.style.backgroundSize="24px 24px",h.style.width="34px"):mxUtils.write(h,a);mxEvent.addListener(h,"click",function(a){"disabled"!=h.getAttribute("disabled")&&b(a);mxEvent.consume(a)});null==c&&(h.style.marginRight="4px");null!=d&&h.setAttribute("title",d);mxUtils.setOpacity(h,null!=f?40:100);null!=e&&(a=function(){e.isEnabled()?(h.removeAttribute("disabled"),mxUtils.setOpacity(h,null!=f?40:100),h.style.cursor= -""):(h.setAttribute("disabled","disabled"),mxUtils.setOpacity(h,null!=f?10:20),h.style.cursor="default")},e.addListener("stateChanged",a),a());return h}function c(a){var b=document.createElement("div");b.className="geMenuItem";b.style.display="inline-block";b.style.verticalAlign="top";b.style.marginRight="6px";b.style.padding="0 4px 0 4px";b.style.height="30px";b.style.position="relative";b.style.top="0px";for(var c=0;c<a.length;c++)null!=a[c]&&(a[c].style.margin="0px",a[c].style.boxShadow="none", -b.appendChild(a[c]));null!=g.statusContainer?m.insertBefore(b,g.statusContainer):m.appendChild(b);return b}function d(){for(var d=m.firstChild;null!=d;){var f=d.nextSibling;"geMenuItem"!=d.className&&"geItem"!=d.className||d.parentNode.removeChild(d);d=f}n=m.firstChild;e=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;(d=900>e)||a("diagram");c([d?a("diagram",null,IMAGE_PATH+"/drawlogo-gray.svg",100):null,b(mxResources.get("shapes"),g.actions.get("toggleShapes").funct, -null,mxResources.get("shapes"),g.actions.get("image"),d?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMgMTN2OGg4di04aC04ek0zIDIxaDh2LThIM3Y4ek0zIDN2OGg4VjNIM3ptMTMuNjYtMS4zMUwxMSA3LjM0IDE2LjY2IDEzbDUuNjYtNS42Ni01LjY2LTUuNjV6Ii8+PC9zdmc+":null),b(mxResources.get("format"),g.actions.get("toggleFormat").funct,null,mxResources.get("format")+" ("+g.actions.get("formatPanel").shortcut+")",g.actions.get("image"), -d?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgM2MtNC45NyAwLTkgNC4wMy05IDlzNC4wMyA5IDkgOWMuODMgMCAxLjUtLjY3IDEuNS0xLjUgMC0uMzktLjE1LS43NC0uMzktMS4wMS0uMjMtLjI2LS4zOC0uNjEtLjM4LS45OSAwLS44My42Ny0xLjUgMS41LTEuNUgxNmMyLjc2IDAgNS0yLjI0IDUtNSAwLTQuNDItNC4wMy04LTktOHptLTUuNSA5Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTNS42NyA5IDYuNSA5IDggOS42NyA4IDEwLjUgNy4zMyAxMiA2LjUgMTJ6bTMtNEM4LjY3IDggOCA3LjMzIDggNi41UzguNjcgNSA5LjUgNXMxLjUuNjcgMS41IDEuNVMxMC4zMyA4IDkuNSA4em01IDBjLS44MyAwLTEuNS0uNjctMS41LTEuNVMxMy42NyA1IDE0LjUgNXMxLjUuNjcgMS41IDEuNVMxNS4zMyA4IDE0LjUgOHptMyA0Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTMTYuNjcgOSAxNy41IDlzMS41LjY3IDEuNSAxLjUtLjY3IDEuNS0xLjUgMS41eiIvPjwvc3ZnPg==": +c)})));mxResources.parse("insertLayout="+mxResources.get("layout"));mxResources.parse("insertAdvanced="+mxResources.get("advanced"));this.put("insert",new Menu(mxUtils.bind(this,function(a,c){b.menus.addMenuItems(a,"insertRectangle insertEllipse insertRhombus - insertText insertLink - insertImage".split(" "),c);mxClient.IS_CHROMEAPP||EditorUi.isElectronApp?b.menus.addMenuItems(a,["import"],c):b.menus.addSubmenu("importFrom",a,c);a.addSeparator(c);b.menus.addSubmenu("insertLayout",a,c);b.menus.addSubmenu("insertAdvanced", +a,c)})));var m="horizontalFlow verticalFlow - horizontalTree verticalTree radialTree - organic circle".split(" "),n=function(a,c,d,e){a.addItem(d,null,mxUtils.bind(this,function(){var a=new CreateGraphDialog(b,d,e);b.showDialog(a.container,620,420,!0,!1);a.init()}),c)};this.put("insertLayout",new Menu(mxUtils.bind(this,function(a,b){for(var c=0;c<m.length;c++)"-"==m[c]?a.addSeparator(b):n(a,b,mxResources.get(m[c])+"...",m[c])})));this.put("view",new Menu(mxUtils.bind(this,function(a,c){b.menus.addMenuItems(a, +"grid guides - connectionArrows connectionPoints -".split(" "),c);if("undefined"!==typeof MathJax){var d=b.menus.addMenuItem(a,"mathematicalTypesetting",c);b.menus.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000032875")}b.menus.addMenuItems(a,["copyConnect","collapseExpand","-","pageScale"],c)})))};var m=EditorUi.prototype.init;EditorUi.prototype.init=function(){function a(a,b,c,d){var e=g.menus.get(a),f=q.addMenu(mxResources.get(a),mxUtils.bind(this,function(){e.funct.apply(this, +arguments)}),p);f.className="geMenuItem";f.style.display="inline-block";f.style.boxSizing="border-box";f.style.top="6px";f.style.marginRight="6px";f.style.height="30px";f.style.paddingTop="6px";f.style.paddingBottom="6px";f.setAttribute("title",mxResources.get(a));g.menus.menuCreated(e,f,"geMenuItem");null!=c?(f.style.backgroundImage="url("+c+")",f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.width="34px",f.innerHTML="",mxUtils.setOpacity(f, +d||40)):b||(f.style.backgroundImage="url("+mxWindow.prototype.normalizeImage+")",f.style.backgroundPosition="right 6px center",f.style.backgroundRepeat="no-repeat",f.style.paddingRight="22px");return f}function b(a,b,c,d,e,f){var h=document.createElement("a");h.setAttribute("href","javascript:void(0)");h.className="geMenuItem";h.style.display="inline-block";h.style.boxSizing="border-box";h.style.height="30px";h.style.padding="6px";h.style.position="relative";h.style.verticalAlign="top";h.style.top= +"0px";null!=g.statusContainer?n.insertBefore(h,g.statusContainer):n.appendChild(h);null!=f?(h.style.backgroundImage="url("+f+")",h.style.backgroundPosition="center center",h.style.backgroundRepeat="no-repeat",h.style.backgroundSize="24px 24px",h.style.width="34px"):mxUtils.write(h,a);mxEvent.addListener(h,"click",function(a){"disabled"!=h.getAttribute("disabled")&&b(a);mxEvent.consume(a)});null==c&&(h.style.marginRight="4px");null!=d&&h.setAttribute("title",d);mxUtils.setOpacity(h,null!=f?40:100); +null!=e&&(a=function(){e.isEnabled()?(h.removeAttribute("disabled"),mxUtils.setOpacity(h,null!=f?40:100),h.style.cursor=""):(h.setAttribute("disabled","disabled"),mxUtils.setOpacity(h,null!=f?10:20),h.style.cursor="default")},e.addListener("stateChanged",a),a());return h}function c(a){var b=document.createElement("div");b.className="geMenuItem";b.style.display="inline-block";b.style.verticalAlign="top";b.style.marginRight="6px";b.style.padding="0 4px 0 4px";b.style.height="30px";b.style.position= +"relative";b.style.top="0px";for(var c=0;c<a.length;c++)null!=a[c]&&(a[c].style.margin="0px",a[c].style.boxShadow="none",b.appendChild(a[c]));null!=g.statusContainer?n.insertBefore(b,g.statusContainer):n.appendChild(b);return b}function d(){for(var d=n.firstChild;null!=d;){var f=d.nextSibling;"geMenuItem"!=d.className&&"geItem"!=d.className||d.parentNode.removeChild(d);d=f}p=n.firstChild;e=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;(d=900>e)||a("diagram");c([d? +a("diagram",null,IMAGE_PATH+"/drawlogo-gray.svg",100):null,b(mxResources.get("shapes"),g.actions.get("toggleShapes").funct,null,mxResources.get("shapes"),g.actions.get("image"),d?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMgMTN2OGg4di04aC04ek0zIDIxaDh2LThIM3Y4ek0zIDN2OGg4VjNIM3ptMTMuNjYtMS4zMUwxMSA3LjM0IDE2LjY2IDEzbDUuNjYtNS42Ni01LjY2LTUuNjV6Ii8+PC9zdmc+":null),b(mxResources.get("format"), +g.actions.get("toggleFormat").funct,null,mxResources.get("format")+" ("+g.actions.get("formatPanel").shortcut+")",g.actions.get("image"),d?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgM2MtNC45NyAwLTkgNC4wMy05IDlzNC4wMyA5IDkgOWMuODMgMCAxLjUtLjY3IDEuNS0xLjUgMC0uMzktLjE1LS43NC0uMzktMS4wMS0uMjMtLjI2LS4zOC0uNjEtLjM4LS45OSAwLS44My42Ny0xLjUgMS41LTEuNUgxNmMyLjc2IDAgNS0yLjI0IDUtNSAwLTQuNDItNC4wMy04LTktOHptLTUuNSA5Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTNS42NyA5IDYuNSA5IDggOS42NyA4IDEwLjUgNy4zMyAxMiA2LjUgMTJ6bTMtNEM4LjY3IDggOCA3LjMzIDggNi41UzguNjcgNSA5LjUgNXMxLjUuNjcgMS41IDEuNVMxMC4zMyA4IDkuNSA4em01IDBjLS44MyAwLTEuNS0uNjctMS41LTEuNVMxMy42NyA1IDE0LjUgNXMxLjUuNjcgMS41IDEuNVMxNS4zMyA4IDE0LjUgOHptMyA0Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTMTYuNjcgOSAxNy41IDlzMS41LjY3IDEuNSAxLjUtLjY3IDEuNS0xLjUgMS41eiIvPjwvc3ZnPg==": null)]);f=a("insert",!0,d?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTNoLTZ2NmgtMnYtNkg1di0yaDZWNWgydjZoNnYyeiIvPjwvc3ZnPg==":null,40);c([f,b(mxResources.get("delete"),g.actions.get("delete").funct,null,mxResources.get("delete"),g.actions.get("delete"),d?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNiAxOWMwIDEuMS45IDIgMiAyaDhjMS4xIDAgMi0uOSAyLTJWN0g2djEyek0xOSA0aC0zLjVsLTEtMWgtNWwtMSAxSDV2MmgxNFY0eiIvPjwvc3ZnPg==": null)]);if(480<=e&&(f=g.actions.get("undo"),d=g.actions.get("redo"),f=b("",f.funct,null,mxResources.get("undo")+" ("+f.shortcut+")",f,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIuNSA4Yy0yLjY1IDAtNS4wNS45OS02LjkgMi42TDIgN3Y5aDlsLTMuNjItMy42MmMxLjM5LTEuMTYgMy4xNi0xLjg4IDUuMTItMS44OCAzLjU0IDAgNi41NSAyLjMxIDcuNiA1LjVsMi4zNy0uNzhDMjEuMDggMTEuMDMgMTcuMTUgOCAxMi41IDh6Ii8+PC9zdmc+"),d=b("",d.funct, null,mxResources.get("redo")+" ("+d.shortcut+")",d,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTguNCAxMC42QzE2LjU1IDguOTkgMTQuMTUgOCAxMS41IDhjLTQuNjUgMC04LjU4IDMuMDMtOS45NiA3LjIyTDMuOSAxNmMxLjA1LTMuMTkgNC4wNS01LjUgNy42LTUuNSAxLjk1IDAgMy43My43MiA1LjEyIDEuODhMMTMgMTZoOVY3bC0zLjYgMy42eiIvPjwvc3ZnPg=="),c([f,d]),560<=e)){var d=g.actions.get("zoomIn"),f=g.actions.get("zoomOut"),k=g.actions.get("resetView"); c([b("",function(){h.popupMenuHandler.hideMenu();var a=h.view.scale,b=h.view.translate.x,c=h.view.translate.y;g.actions.get("resetView").funct();1E-5>Math.abs(a-h.view.scale)&&b==h.view.translate.x&&c==h.view.translate.y&&g.actions.get(h.pageVisible?"fitPage":"fitWindow").funct()},!0,mxResources.get("fit")+" ("+Editor.ctrlKey+"+H)",k,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMyA1djRoMlY1aDRWM0g1Yy0xLjEgMC0yIC45LTIgMnptMiAxMEgzdjRjMCAxLjEuOSAyIDIgMmg0di0ySDV2LTR6bTE0IDRoLTR2Mmg0YzEuMSAwIDItLjkgMi0ydi00aC0ydjR6bTAtMTZoLTR2Mmg0djRoMlY1YzAtMS4xLS45LTItMi0yeiIvPjwvc3ZnPg=="), 640<=e?b("",d.funct,!0,mxResources.get("zoomIn")+" ("+Editor.ctrlKey+" +)",d,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHptMi41LTRoLTJ2Mkg5di0ySDdWOWgyVjdoMXYyaDJ2MXoiLz48L3N2Zz4="): null,640<=e?b("",f.funct,!0,mxResources.get("zoomOut")+" ("+Editor.ctrlKey+" -)",f,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHpNNyA5aDV2MUg3eiIvPjwvc3ZnPg=="): -null])}d=g.menus.get("language");null!=d&&!mxClient.IS_CHROMEAPP&&!EditorUi.isElectronApp&&480<=e?(f=p.addMenu("",d.funct),f.setAttribute("title",mxResources.get("language")),f.style.backgroundImage="url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTEuOTkgMkM2LjQ3IDIgMiA2LjQ4IDIgMTJzNC40NyAxMCA5Ljk5IDEwQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyUzE3LjUyIDIgMTEuOTkgMnptNi45MyA2aC0yLjk1Yy0uMzItMS4yNS0uNzgtMi40NS0xLjM4LTMuNTYgMS44NC42MyAzLjM3IDEuOTEgNC4zMyAzLjU2ek0xMiA0LjA0Yy44MyAxLjIgMS40OCAyLjUzIDEuOTEgMy45NmgtMy44MmMuNDMtMS40MyAxLjA4LTIuNzYgMS45MS0zLjk2ek00LjI2IDE0QzQuMSAxMy4zNiA0IDEyLjY5IDQgMTJzLjEtMS4zNi4yNi0yaDMuMzhjLS4wOC42Ni0uMTQgMS4zMi0uMTQgMiAwIC42OC4wNiAxLjM0LjE0IDJINC4yNnptLjgyIDJoMi45NWMuMzIgMS4yNS43OCAyLjQ1IDEuMzggMy41Ni0xLjg0LS42My0zLjM3LTEuOS00LjMzLTMuNTZ6bTIuOTUtOEg1LjA4Yy45Ni0xLjY2IDIuNDktMi45MyA0LjMzLTMuNTZDOC44MSA1LjU1IDguMzUgNi43NSA4LjAzIDh6TTEyIDE5Ljk2Yy0uODMtMS4yLTEuNDgtMi41My0xLjkxLTMuOTZoMy44MmMtLjQzIDEuNDMtMS4wOCAyLjc2LTEuOTEgMy45NnpNMTQuMzQgMTRIOS42NmMtLjA5LS42Ni0uMTYtMS4zMi0uMTYtMiAwLS42OC4wNy0xLjM1LjE2LTJoNC42OGMuMDkuNjUuMTYgMS4zMi4xNiAyIDAgLjY4LS4wNyAxLjM0LS4xNiAyem0uMjUgNS41NmMuNi0xLjExIDEuMDYtMi4zMSAxLjM4LTMuNTZoMi45NWMtLjk2IDEuNjUtMi40OSAyLjkzLTQuMzMgMy41NnpNMTYuMzYgMTRjLjA4LS42Ni4xNC0xLjMyLjE0LTIgMC0uNjgtLjA2LTEuMzQtLjE0LTJoMy4zOGMuMTYuNjQuMjYgMS4zMS4yNiAycy0uMSAxLjM2LS4yNiAyaC0zLjM4eiIvPjwvc3ZnPg==)", -f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.position="absolute",f.style.height="24px",f.style.width="24px",f.style.zIndex="1",f.style.top="11px",f.style.right="14px",mxUtils.setOpacity(f,30),m.appendChild(f),g.buttonContainer.style.right="40px"):g.buttonContainer.style.right="14px"}k.apply(this,arguments);var f=document.createElement("div");f.style.cssText="position:absolute;left:0px;right:0px;top:0px;overflow-y:auto;overflow-x:hidden;"; -f.style.bottom="1"!=urlParams.embed||"1"==urlParams.libraries?"63px":"32px";this.sidebar=this.createSidebar(f);var g=this,h=g.editor.graph;g.toolbar=this.createToolbar(g.createDiv("geToolbar"));g.defaultLibraryName=mxResources.get("untitledLibrary");var m=document.createElement("div");m.style.cssText="position:absolute;left:0px;right:0px;top:0px;height:30px;padding:8px;border-bottom:1px solid lightgray;background-color:#ffffff;text-align:left;white-space:nowrap;";var n=null,p=new Menubar(g,m);g.statusContainer= +null])}d=g.menus.get("language");null!=d&&!mxClient.IS_CHROMEAPP&&!EditorUi.isElectronApp&&480<=e?(f=q.addMenu("",d.funct),f.setAttribute("title",mxResources.get("language")),f.style.backgroundImage="url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTEuOTkgMkM2LjQ3IDIgMiA2LjQ4IDIgMTJzNC40NyAxMCA5Ljk5IDEwQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyUzE3LjUyIDIgMTEuOTkgMnptNi45MyA2aC0yLjk1Yy0uMzItMS4yNS0uNzgtMi40NS0xLjM4LTMuNTYgMS44NC42MyAzLjM3IDEuOTEgNC4zMyAzLjU2ek0xMiA0LjA0Yy44MyAxLjIgMS40OCAyLjUzIDEuOTEgMy45NmgtMy44MmMuNDMtMS40MyAxLjA4LTIuNzYgMS45MS0zLjk2ek00LjI2IDE0QzQuMSAxMy4zNiA0IDEyLjY5IDQgMTJzLjEtMS4zNi4yNi0yaDMuMzhjLS4wOC42Ni0uMTQgMS4zMi0uMTQgMiAwIC42OC4wNiAxLjM0LjE0IDJINC4yNnptLjgyIDJoMi45NWMuMzIgMS4yNS43OCAyLjQ1IDEuMzggMy41Ni0xLjg0LS42My0zLjM3LTEuOS00LjMzLTMuNTZ6bTIuOTUtOEg1LjA4Yy45Ni0xLjY2IDIuNDktMi45MyA0LjMzLTMuNTZDOC44MSA1LjU1IDguMzUgNi43NSA4LjAzIDh6TTEyIDE5Ljk2Yy0uODMtMS4yLTEuNDgtMi41My0xLjkxLTMuOTZoMy44MmMtLjQzIDEuNDMtMS4wOCAyLjc2LTEuOTEgMy45NnpNMTQuMzQgMTRIOS42NmMtLjA5LS42Ni0uMTYtMS4zMi0uMTYtMiAwLS42OC4wNy0xLjM1LjE2LTJoNC42OGMuMDkuNjUuMTYgMS4zMi4xNiAyIDAgLjY4LS4wNyAxLjM0LS4xNiAyem0uMjUgNS41NmMuNi0xLjExIDEuMDYtMi4zMSAxLjM4LTMuNTZoMi45NWMtLjk2IDEuNjUtMi40OSAyLjkzLTQuMzMgMy41NnpNMTYuMzYgMTRjLjA4LS42Ni4xNC0xLjMyLjE0LTIgMC0uNjgtLjA2LTEuMzQtLjE0LTJoMy4zOGMuMTYuNjQuMjYgMS4zMS4yNiAycy0uMSAxLjM2LS4yNiAyaC0zLjM4eiIvPjwvc3ZnPg==)", +f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.position="absolute",f.style.height="24px",f.style.width="24px",f.style.zIndex="1",f.style.top="11px",f.style.right="14px",mxUtils.setOpacity(f,30),n.appendChild(f),g.buttonContainer.style.right="40px"):g.buttonContainer.style.right="14px"}m.apply(this,arguments);var f=document.createElement("div");f.style.cssText="position:absolute;left:0px;right:0px;top:0px;overflow-y:auto;overflow-x:hidden;"; +f.style.bottom="1"!=urlParams.embed||"1"==urlParams.libraries?"63px":"32px";this.sidebar=this.createSidebar(f);var g=this,h=g.editor.graph;g.toolbar=this.createToolbar(g.createDiv("geToolbar"));g.defaultLibraryName=mxResources.get("untitledLibrary");var n=document.createElement("div");n.style.cssText="position:absolute;left:0px;right:0px;top:0px;height:30px;padding:8px;border-bottom:1px solid lightgray;background-color:#ffffff;text-align:left;white-space:nowrap;";var p=null,q=new Menubar(g,n);g.statusContainer= g.createStatusContainer();g.statusContainer.style.position="relative";g.statusContainer.style.maxWidth="";g.statusContainer.style.marginTop="7px";g.statusContainer.style.marginLeft="6px";g.statusContainer.style.color="gray";g.statusContainer.style.cursor="default";g.editor.addListener("statusChanged",mxUtils.bind(this,function(){g.setStatusText(g.editor.getStatus())}));var r=g.descriptorChanged;g.descriptorChanged=function(){r.apply(this,arguments);var a=g.getCurrentFile();if(null!=a&&null!=a.getTitle()){var b= -a.getMode();"google"==b?b="googleDrive":"github"==b?b="gitHub":"onedrive"==b&&(b="oneDrive");b=mxResources.get(b);m.setAttribute("title",a.getTitle()+(null!=b?" ("+b+")":""))}else m.removeAttribute("title")};g.setStatusText(g.editor.getStatus());m.appendChild(g.statusContainer);g.buttonContainer=document.createElement("div");g.buttonContainer.style.cssText="position:absolute;right:40px;top:12px;white-space:nowrap;";m.appendChild(g.buttonContainer);g.menubarContainer=g.buttonContainer;g.tabContainer= +a.getMode();"google"==b?b="googleDrive":"github"==b?b="gitHub":"onedrive"==b&&(b="oneDrive");b=mxResources.get(b);n.setAttribute("title",a.getTitle()+(null!=b?" ("+b+")":""))}else n.removeAttribute("title")};g.setStatusText(g.editor.getStatus());n.appendChild(g.statusContainer);g.buttonContainer=document.createElement("div");g.buttonContainer.style.cssText="position:absolute;right:40px;top:12px;white-space:nowrap;";n.appendChild(g.buttonContainer);g.menubarContainer=g.buttonContainer;g.tabContainer= document.createElement("div");g.tabContainer.style.cssText="position:absolute;left:0px;right:0px;bottom:0px;height:30px;white-space:nowrap;border-bottom:1px solid lightgray;background-color:#ffffff;border-top:1px solid lightgray;margin-bottom:-2px;visibility:hidden;";var f=g.diagramContainer.parentNode,t=document.createElement("div");t.style.cssText="position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;";g.diagramContainer.style.top="47px";var u=g.menus.get("viewZoom");if(null!= -u){this.tabContainer.style.right="70px";var D=p.addMenu("100%",u.funct);D.setAttribute("title",mxResources.get("zoom")+" (Alt+Mousewheel)");D.style.whiteSpace="nowrap";D.style.backgroundImage="url("+mxWindow.prototype.minimizeImage+")";D.style.backgroundPosition="right 6px center";D.style.backgroundRepeat="no-repeat";D.style.backgroundColor="#ffffff";D.style.paddingRight="10px";D.style.display="block";D.style.position="absolute";D.style.textDecoration="none";D.style.textDecoration="none";D.style.right= +u){this.tabContainer.style.right="70px";var D=q.addMenu("100%",u.funct);D.setAttribute("title",mxResources.get("zoom")+" (Alt+Mousewheel)");D.style.whiteSpace="nowrap";D.style.backgroundImage="url("+mxWindow.prototype.minimizeImage+")";D.style.backgroundPosition="right 6px center";D.style.backgroundRepeat="no-repeat";D.style.backgroundColor="#ffffff";D.style.paddingRight="10px";D.style.display="block";D.style.position="absolute";D.style.textDecoration="none";D.style.textDecoration="none";D.style.right= "0px";D.style.bottom="0px";D.style.overflow="hidden";D.style.visibility="hidden";D.style.textAlign="center";D.style.color="#000";D.style.fontSize="12px";D.style.color="#707070";D.style.width="59px";D.style.borderTop="1px solid lightgray";D.style.borderLeft="1px solid lightgray";D.style.height=parseInt(g.tabContainer.style.height)-1+"px";D.style.lineHeight=parseInt(g.tabContainer.style.height)+1+"px";t.appendChild(D);u=mxUtils.bind(this,function(){D.innerHTML=Math.round(100*g.editor.graph.view.scale)+ -"%"});g.editor.graph.view.addListener(mxEvent.EVENT_SCALE,u);g.editor.addListener("resetGraphView",u);g.editor.addListener("pageSelected",u);var E=g.setGraphEnabled;g.setGraphEnabled=function(){E.apply(this,arguments);null!=this.tabContainer&&(D.style.visibility=this.tabContainer.style.visibility,this.diagramContainer.style.bottom="hidden"!=this.tabContainer.style.visibility?"30px":"0px")}}t.appendChild(g.tabContainer);t.appendChild(m);t.appendChild(g.diagramContainer);f.appendChild(t);g.updateTabContainer(); +"%"});g.editor.graph.view.addListener(mxEvent.EVENT_SCALE,u);g.editor.addListener("resetGraphView",u);g.editor.addListener("pageSelected",u);var I=g.setGraphEnabled;g.setGraphEnabled=function(){I.apply(this,arguments);null!=this.tabContainer&&(D.style.visibility=this.tabContainer.style.visibility,this.diagramContainer.style.bottom="hidden"!=this.tabContainer.style.visibility?"30px":"0px")}}t.appendChild(g.tabContainer);t.appendChild(n);t.appendChild(g.diagramContainer);f.appendChild(t);g.updateTabContainer(); d();mxEvent.addListener(window,"resize",function(){d();null!=g.sidebarWindow&&g.sidebarWindow.window.fit();null!=g.formatWindow&&g.formatWindow.window.fit();null!=g.actions.outlineWindow&&g.actions.outlineWindow.window.fit();null!=g.actions.layersWindow&&g.actions.layersWindow.window.fit();null!=g.menus.tagsWindow&&g.menus.tagsWindow.window.fit();null!=g.menus.findWindow&&g.menus.findWindow.window.fit()})}}}; -(function(){var a=!1;"min"!=uiTheme||a||mxClient.IS_CHROMEAPP||(EditorUi.initMinimalTheme(),a=!0);var c=EditorUi.initTheme;EditorUi.initTheme=function(){c.apply(this,arguments);"min"!=uiTheme||a||(this.initMinimalTheme(),a=!0)}})();mxResources.parse("# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*\n# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE\naboutDrawio=About draw.io\naccessDenied=Access Denied\naction=Action\nactualSize=Actual Size\nadd=Add\naddedFile=Added {1}\naddImages=Add Images\naddImageUrl=Add Image URL\naddLayer=Add Layer\naddProperty=Add Property\naddress=Address\naddToExistingDrawing=Add to Existing Drawing\naddWaypoint=Add Waypoint\nadjustTo=Adjust to\nadvanced=Advanced\nalign=Align\nalignment=Alignment\nallChangesLost=All changes will be lost!\nallPages=All Pages\nallProjects=All Projects\nallSpaces=All Spaces\nallTags=All Tags\nanchor=Anchor\nandroid=Android\nangle=Angle\narc=Arc\nareYouSure=Are you sure?\nensureDataSaved=Please ensure your data is saved before closing.\nallChangesSaved=All changes saved\nallChangesSavedInDrive=All changes saved in Drive\nallowPopups=Allow pop-ups to avoid this dialog.\nallowRelativeUrl=Allow relative URL\nalreadyConnected=Nodes already connected\napply=Apply\narchiMate21=ArchiMate 2.1\narrange=Arrange\narrow=Arrow\narrows=Arrows\nasNew=As New\natlas=Atlas\nauthor=Author\nauthorizationRequired=Authorization required\nauthorizeThisAppIn=Authorize this app in {1}:\nauthorize=Authorize\nauthorizing=Authorizing\nautomatic=Automatic\nautosave=Autosave\nautosize=Autosize\nattachments=Attachments\naws=AWS\naws3d=AWS 3D\nazure=Azure\nbackground=Background\nbackgroundColor=Background Color\nbackgroundImage=Background Image\nbasic=Basic\nblankDrawing=Blank Drawing\nblankDiagram=Blank Diagram\nblock=Block\nblockquote=Blockquote\nblog=Blog\nbold=Bold\nbootstrap=Bootstrap\nborder=Border\nborderColor=Border Color\nborderWidth=Borderwidth\nbottom=Bottom\nbottomAlign=Bottom Align\nbottomLeft=Bottom Left\nbottomRight=Bottom Right\nbpmn=BPMN\nbrowser=Browser\nbulletedList=Bulleted List\nbusiness=Business\nbusy=Operation in progress\ncabinets=Cabinets\ncancel=Cancel\ncenter=Center\ncannotLoad=Load attempts failed. Please try again later.\ncannotLogin=Log in attempts failed. Please try again later.\ncannotOpenFile=Cannot open file\nchange=Change\nchangeOrientation=Change Orientation\nchangeUser=Change user\nchangesNotSaved=Changes have not been saved\nchatJoined={1} has joined\nchatLeft={1} has left\nchatWindowTitle=Chat\nchooseAnOption=Choose an option\nchromeApp=Chrome App\ncompressed=Compressed\ncommitMessage=Commit Message\ncsv=CSV\ndark=Dark\ndraftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.\ndragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?\ndropboxCharsNotAllowed=The following characters are not allowed: / : ? * \" |\ncheck=Check\ncircle=Circle\ncisco=Cisco\nclassic=Classic\nclearDefaultStyle=Clear Default Style\nclearWaypoints=Clear Waypoints\nclipart=Clipart\nclose=Close\ncollaborator=Collaborator\ncollaborators=Collaborators\ncollapse=Collapse\ncollapseExpand=Collapse/Expand\ncollapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect group size\ncollapsible=Collapsible\ncomic=Comic\ncomment=Comment\ncommentsNotes=Comments/Notes\ncompress=Compress\nconnect=Connect\nconnecting=Connecting\nconnectWithDrive=Connect with Google Drive\nconnection=Connection\nconnectionArrows=Connection Arrows\nconnectionPoints=Connection Points\nconstrainProportions=Constrain Proportions\ncontainsValidationErrors=Contains validation errors\ncopiedToClipboard=Copied to clipboard\ncopy=Copy\ncopyConnect=Copy on connect\ncopyOf=Copy of {1}\ncopyOfDrawing=Copy of Drawing\ncopySize=Copy Size\ncopyStyle=Copy Style\ncreate=Create\ncreateNewDiagram=Create New Diagram\ncreateRevision=Create Revision\ncreateShape=Create Shape\ncrop=Crop\ncurved=Curved\ncustom=Custom\ncurrent=Current\ncut=Cut\ndashed=Dashed\ndecideLater=Decide later\ndefault=Default\ndelete=Delete\ndeleteColumn=Delete Column\ndeleteLibrary401=Insufficient permissions to delete this library\ndeleteLibrary404=Selected library could not be found\ndeleteLibrary500=Error deleting library\ndeleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?\ndeleteRow=Delete Row\ndescription=Description\ndevice=Device\ndiagram=Diagram\ndiagramContent=Diagram Content\ndiagramLocked=Diagram has been locked to prevent further data loss.\ndiagramLockedBySince=The diagram is locked by {1} since {2} ago\ndiagramName=Diagram Name\ndiagramIsPublic=Diagram is public\ndiagramIsNotPublic=Diagram is not public\ndiamond=Diamond\ndiamondThin=Diamond (thin)\ndidYouKnow=Did you know...\ndirection=Direction\ndiscard=Discard\ndiscardChangesAndReconnect=Discard Changes and Reconnect\ngoogleDriveMissingClickHere=Google Drive missing? Click here!\ndiscardChanges=Discard Changes\ndisconnected=Disconnected\ndistribute=Distribute\ndone=Done\ndotted=Dotted\ndoubleClickOrientation=Doubleclick to change orientation\ndoubleClickTooltip=Doubleclick to insert text\ndoubleClickChangeProperty=Doubleclick to change property name\ndownload=Download\ndownloadAs=Download as\nclickHereToSave=Click here to save.\ndraftDiscarded=Draft discarded\ndraftSaved=Draft saved\ndragElementsHere=Drag elements here\ndragImagesHere=Drag images or URLs here\ndragUrlsHere=Drag URLs here\ndraw.io=draw.io\ndrawing=Drawing{1}\ndrawingEmpty=Drawing is empty\ndrawingTooLarge=Drawing is too large\ndrawioForWork=Draw.io for GSuite\ndropbox=Dropbox\nduplicate=Duplicate\nduplicateIt=Duplicate {1}\ndivider=Divider\ndx=Dx\ndy=Dy\neast=East\nedit=Edit\neditData=Edit Data\neditDiagram=Edit Diagram\neditGeometry=Edit Geometry\neditImage=Edit Image\neditImageUrl=Edit Image URL\neditLink=Edit Link\neditShape=Edit Shape\neditStyle=Edit Style\neditText=Edit Text\neditTooltip=Edit Tooltip\nglass=Glass\ngoogleImages=Google Images\nimageSearch=Image Search\neip=EIP\nembed=Embed\nembedImages=Embed Images\nmainEmbedNotice=Paste this into the page\nelectrical=Electrical\nellipse=Ellipse\nembedNotice=Paste this once at the end of the page\nenterGroup=Enter Group\nenterName=Enter Name\nenterPropertyName=Enter Property Name\nenterValue=Enter Value\nentityRelation=Entity Relation\nerror=Error\nerrorDeletingFile=Error Deleting File\nerrorLoadingFile=Error loading file\nerrorRenamingFile=Error renaming file.\nerrorRenamingFileNotFound=Error renaming file. File was not found.\nerrorRenamingFileForbidden=Error renaming file. Insufficient access rights.\nerrorSavingDraft=Error saving draft\nerrorSavingFile=Error saving file\nerrorSavingFileUnknown=Error authorizing with Google's servers. Please refresh the page to re-attempt.\nerrorSavingFileForbidden=Error saving file. Insufficient access rights.\nerrorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.\nerrorSavingFileNotFound=Error saving file. File was not found.\nerrorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.\nerrorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.\nerrorSendingFeedback=Error sending feedback.\nerrorUpdatingPreview=Error updating preview.\nexit=Exit\nexitGroup=Exit Group\nexpand=Expand\nexport=Export\nexporting=Exporting\nexportAs=Export as\nexportOptionsDisabled=Export options disabled\nexportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.\nextras=Extras\nfacebook=Facebook\nfailedToSaveTryReconnect=Failed to save, trying to reconnect\nfeatureRequest=Feature Request\nfeedback=Feedback\nfeedbackSent=Feedback successfully sent.\nfloorplans=Floorplans\nfile=File\nfileChangedOverwrite=File was changed. Overwrite changes?\noverwrite=Overwrite\nfilename=Filename\nfileExists=File already exists\nfileNearlyFullSeeFaq=File nearly full, please see FAQ\nfileNotFound=File not found\nrepositoryNotFound=Repository not found\nfileNotFoundOrDenied=The file was not found. It does not exist or you do not have read access.\nfileNotLoaded=File not loaded\nfileNotSaved=File not saved\nfileOpenLocation=How would you like to open these file(s)?\nfileWillBeSavedInAppFolder={1} will be saved in the app folder.\nfill=Fill\nfillColor=Fill Color\nfilterCards=Filter Cards\nfind=Find\nfit=Fit\nfitContainer=Resize Container\nfitIntoContainer=Fit into Container\nfitPage=Fit Page\nfitPageWidth=Fit Page Width\nfitTo=Fit to\nfitToSheetsAcross=sheet(s) across\nfitToBy=by\nfitToSheetsDown=sheet(s) down\nfitTwoPages=Two Pages\nfitWindow=Fit Window\nflip=Flip\nflipH=Flip Horizontal\nflipV=Flip Vertical\nflowchart=Flowchart\nfolder=Folder\nfont=Font\nfontColor=Font Color\nfontFamily=Font Family\nfontSize=Font Size\nforbidden=You are not authorized to access this file\nformat=Format\nformatPanel=Format Panel\nformatted=Formatted\nformattedText=Formatted Text\nformatPng=PNG\nformatGif=GIF\nformatJpg=JPEG\nformatPdf=PDF\nformatSql=SQL\nformatSvg=SVG\nformatHtmlEmbedded=HTML\nformatSvgEmbedded=SVG (with XML)\nformatVsdx=VSDX\nformatVssx=VSSX\nformatXmlPlain=XML (Plain)\nformatXml=XML\nforum=Discussion/Help Forums\nfromTemplate=From Template\nfromTemplateUrl=From Template URL\nfromText=From Text\nfromUrl=From URL\nfromThisPage=From this page\nfullscreen=Fullscreen\ngap=Gap\ngeneral=General\ngithub=GitHub\ngliffy=Gliffy\nglobal=Global\ngoogleDocs=Google Docs\ngoogleDrive=Google Drive\ngoogleGadget=Google Gadget\ngooglePlus=Google+\ngoogleSites=Google Sites\ngradient=Gradient\ngradientColor=Color\ngrid=Grid\ngridColor=Grid Color\ngridSize=Grid Size\ngroup=Group\nguides=Guides\nhateApp=I hate draw.io\nheading=Heading\nheight=Height\nhelp=Help\nhelpTranslate=Help us translate this application\nhide=Hide\nhideIt=Hide {1}\nhidden=Hidden\nhome=Home\nhorizontal=Horizontal\nhorizontalFlow=Horizontal Flow\nhorizontalTree=Horizontal Tree\nhowTranslate=How good is the translation in your language?\nhtml=HTML\nhtmlText=HTML Text\nid=ID\niframe=IFrame\nignore=Ignore\nimage=Image\nimageUrl=Image URL\nimages=Images\nimagePreviewError=This image couldn't be loaded for preview. Please check the URL.\nimageTooBig=Image too big\nimgur=Imgur\nimport=Import\nimportFrom=Import from\nincludeCopyOfMyDiagram=Include a copy of my diagram\nincreaseIndent=Increase Indent\ndecreaseIndent=Decrease Indent\ninsert=Insert\ninsertColumnBefore=Insert Column Left\ninsertColumnAfter=Insert Column Right\ninsertEllipse=Insert Ellipse\ninsertImage=Insert Image\ninsertHorizontalRule=Insert Horizontal Rule\ninsertLink=Insert Link\ninsertPage=Insert Page\ninsertRectangle=Insert Rectangle\ninsertRhombus=Insert Rhombus\ninsertRowBefore=Insert Row Above\ninsertRowAfter=Insert Row After\ninsertText=Insert Text\ninserting=Inserting\ninvalidFilename=Diagram names must not contain the following characters: / | : ; { } < > & + ? = \"\ninvalidLicenseSeeThisPage=Your license is invalid, please see this <a target=\"_blank\" href=\"https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin\">page</a>.\ninvalidName=Invalid name\ninvalidOrMissingFile=Invalid or missing file\ninvalidPublicUrl=Invalid public URL\nisometric=Isometric\nios=iOS\nitalic=Italic\nkennedy=Kennedy\nkeyboardShortcuts=Keyboard Shortcuts\nlayers=Layers\nlandscape=Landscape\nlanguage=Language\nleanMapping=Lean Mapping\nlastChange=Last change {1} ago\nlessThanAMinute=less than a minute\nlicensingError=Licensing Error\nlicenseHasExpired=The license for {1} has expired on {2}. Click here.\nlicenseWillExpire=The license for {1} will expire on {2}. Click here.\nlineJumps=Line jumps\nlinkAccountRequired=If the diagram is not public a Google account is required to view the link.\nlinkText=Link Text\nlist=List\nminute=minute\nminutes=minutes\nhours=hours\ndays=days\nmonths=months\nyears=years\nrestartForChangeRequired=Changes will take effect after page refresh.\nlaneColor=Lanecolor\nlastModified=Last modified\nlayout=Layout\nleft=Left\nleftAlign=Left Align\nleftToRight=Left to right\nlibraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.\nlightbox=Lightbox\nline=Line\nlineend=Line end\nlineheight=Line Height\nlinestart=Line start\nlinewidth=Linewidth\nlink=Link\nlinks=Links\nloading=Loading\nlockUnlock=Lock/Unlock\nloggedOut=Logged Out\nlogIn=log in\nloveIt=I love {1}\nlucidchart=Lucidchart\nmaps=Maps\nmathematicalTypesetting=Mathematical Typesetting\nmakeCopy=Make a Copy\nmanual=Manual\nmiddle=Middle\nminimal=Minimal\nmisc=Misc\nmockups=Mockups\nmodificationDate=Modification date\nmodifiedBy=Modified by\nmore=More\nmoreResults=More Results\nmoreShapes=More Shapes\nmove=Move\nmoveToFolder=Move to Folder\nmoving=Moving\nmoveSelectionTo=Move selection to {1}\nname=Name\nnavigation=Navigation\nnetwork=Network\nnetworking=Networking\nnew=New\nnewLibrary=New Library\nnextPage=Next Page\nnoAttachments=No attachments found\nnoColor=No Color\nnoFiles=No Files\nnoFileSelected=No file selected\nnoLibraries=No libraries found\nnoMoreResults=No more results\nnone=None\nnoOtherViewers=No other viewers\nnoPlugins=No plugins\nnoPreview=No preview\nnoResponse=No response from server\nnoResultsFor=No results for '{1}'\nnoRevisions=No revisions\nnoSearchResults=No search results found\nnoPageContentOrNotSaved=No anchors found on this page or it hasn't been saved yet\nnormal=Normal\nnorth=North\nnotADiagramFile=Not a diagram file\nnotALibraryFile=Not a library file\nnotAvailable=Not available\nnotAUtf8File=Not a UTF-8 file\nnotConnected=Not connected\nnote=Note\nnotUsingService=Not using {1}?\nnumberedList=Numbered list\noffline=Offline\nok=OK\noneDrive=OneDrive\nonline=Online\nopacity=Opacity\nopen=Open\nopenArrow=Open Arrow\nopenExistingDiagram=Open Existing Diagram\nopenFile=Open File\nopenFrom=Open from\nopenLibrary=Open Library\nopenLibraryFrom=Open Library from\nopenLink=Open Link\nopenInNewWindow=Open in New Window\nopenInThisWindow=Open in This Window\nopenIt=Open {1}\nopenRecent=Open Recent\nopenSupported=Supported formats are files saved from this software (.xml), .vsdx and .gliffy\noptions=Options\norganic=Organic\northogonal=Orthogonal\notherViewer=other viewer\notherViewers=other viewers\noutline=Outline\noval=Oval\npage=Page\npageContent=Page Content\npageNotFound=Page not found\npageWithNumber=Page-{1}\npages=Pages\npageView=Page View\npageSetup=Page Setup\npageScale=Page Scale\npan=Pan\npanTooltip=Space+Drag to pan\npaperSize=Paper Size\npattern=Pattern\npaste=Paste\npasteHere=Paste here\npasteSize=Paste Size\npasteStyle=Paste Style\nperimeter=Perimeter\npermissionAnyone=Anyone can edit\npermissionAuthor=Owner and admins can edit\npickFolder=Pick a folder\npickLibraryDialogTitle=Select Library\npublicDiagramUrl=Public URL of the diagram\nplaceholders=Placeholders\nplantUml=PlantUML\nplugins=Plugins\npluginUrl=Plugin URL\npluginWarning=The page has requested to load the following plugin(s):\n \n {1}\n \n Would you like to load these plugin(s) now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of doing so.\n\nplusTooltip=Click to connect and clone (ctrl+click to clone, shift+click to connect). Drag to connect (ctrl+drag to clone).\nportrait=Portrait\nposition=Position\nposterPrint=Poster Print\npreferences=Preferences\npreview=Preview\npreviousPage=Previous Page\nprint=Print\nprintAllPages=Print All Pages\nprocEng=Proc. Eng.\nproject=Project\npriority=Priority\nproperties=Properties\npublish=Publish\nquickStart=Quick Start Video\nrack=Rack\nradialTree=Radial Tree\nreadOnly=Read-only\nreconnecting=Reconnecting\nrecentlyUpdated=Recently Updated\nrecentlyViewed=Recently Viewed\nrectangle=Rectangle\nredirectToNewApp=This file was created or modified in a newer version of this app. You will be redirected now.\nrealtimeTimeout=It looks like you've made a few changes while offline. We're sorry, these changes cannot be saved.\nredo=Redo\nrefresh=Refresh\nregularExpression=Regular Expression\nrelative=Relative\nrelativeUrlNotAllowed=Relative URL not allowed\nrememberMe=Remember me\nrememberThisSetting=Remember this setting\nremoveFormat=Clear Formatting\nremoveFromGroup=Remove from Group\nremoveIt=Remove {1}\nremoveWaypoint=Remove Waypoint\nrename=Rename\nrenamed=Renamed\nrenameIt=Rename {1}\nrenaming=Renaming\nreplace=Replace\nreplaceIt={1} already exists. Do you want to replace it?\nreplaceExistingDrawing=Replace existing drawing\nrequired=required\nreset=Reset\nresetView=Reset View\nresize=Resize\nresizeLargeImages=Do you want to resize large images to make the application run faster?\nretina=Retina\nresponsive=Responsive\nrestore=Restore\nrestoring=Restoring\nretryingIn=Retrying in {1} second(s)\nretryingLoad=Load failed. Retrying...\nretryingLogin=Login time out. Retrying...\nreverse=Reverse\nrevision=Revision\nrevisionHistory=Revision History\nrhombus=Rhombus\nright=Right\nrightAlign=Right Align\nrightToLeft=Right to left\nrotate=Rotate\nrotateTooltip=Click and drag to rotate, click to turn by 90 degrees\nrotation=Rotation\nrounded=Rounded\nsave=Save\nsaveAndExit=Save & Exit\nsaveAs=Save as\nsaveAsXmlFile=Save as XML file?\nsaved=Saved\nsaveDiagramsTo=Save diagrams to\nsaveLibrary403=Insufficient permissions to edit this library\nsaveLibrary500=There was an error while saving the library\nsaving=Saving\nscratchpad=Scratchpad\nscrollbars=Scrollbars\nsearch=Search\nsearchShapes=Search Shapes\nselectAll=Select All\nselectionOnly=Selection Only\nselectCard=Select Card\nselectEdges=Select Edges\nselectFile=Select File\nselectFolder=Select Folder\nselectFont=Select Font\nselectNone=Select None\nselectTemplate=Select Template\nselectVertices=Select Vertices\nsendMessage=Send\nsendYourFeedbackToDrawIo=Send your feedback to draw.io\nserviceUnavailableOrBlocked=Service unavailable or blocked\nsessionExpired=Your session has expired. Please refresh the browser window.\nsessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. \nsetAsDefaultStyle=Set as Default Style\nshadow=Shadow\nshape=Shape\nshapes=Shapes\nshare=Share\nshareLink=Link for shared editing\nsharp=Sharp\nshow=Show\nshowStartScreen=Show Start Screen\nsidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.\nsigns=Signs\nsignOut=Sign out\nsimple=Simple\nsimpleArrow=Simple Arrow\nsize=Size\nsolid=Solid\nsourceSpacing=Source Spacing\nsouth=South\nsoftware=Software\nspace=Space\nspacing=Spacing\nspecialLink=Special Link\nstandard=Standard\nstarting=Starting\nstraight=Straight\nstrokeColor=Line Color\nstyle=Style\nsubscript=Subscript\nsummary=Summary\nsuperscript=Superscript\nsupport=Support\nsysml=SysML\ntags=Tags\ntable=Table\ntables=Tables\ntakeOver=Take Over\ntargetSpacing=Target Spacing\ntemplate=Template\ntemplates=Templates\ntext=Text\ntextAlignment=Text Alignment\ntextOpacity=Text Opacity\ntheme=Theme\ntimeout=Timeout\ntitle=Title\nto=to\ntoBack=To Back\ntoFront=To Front\ntooltips=Tooltips\ntop=Top\ntopAlign=Top Align\ntopLeft=Top Left\ntopRight=Top Right\ntransparent=Transparent\ntransparentBackground=Transparent Background\ntrello=Trello\ntryAgain=Try again\ntryOpeningViaThisPage=Try opening via this page.\nturn=Rotate 90°\ntype=Type\ntwitter=Twitter\numl=UML\nunderline=Underline\nundo=Undo\nungroup=Ungroup\nunsavedChanges=Unsaved changes\nunsavedChangesClickHereToSave=Unsaved changes. Click here to save.\nuntitled=Untitled\nuntitledDiagram=Untitled Diagram\nuntitledLayer=Untitled Layer\nuntitledLibrary=Untitled Library\nunknownError=Unknown error\nupdateFile=Update {1}\nupdatingDocument=Updating Document. Please wait...\nupdatingPreview=Updating Preview. Please wait...\nupdatingSelection=Updating Selection. Please wait...\nupload=Upload\nurl=URL\nuseRootFolder=Use root folder?\nuserManual=User Manual\nvertical=Vertical\nverticalFlow=Vertical Flow\nverticalTree=Vertical Tree\nview=View\nviewUrl=Link to view: {1}\nvoiceAssistant=Voice Assistant (beta)\nwarning=Warning\nwaypoints=Waypoints\nwest=West\nwidth=Width\nwiki=Wiki\nwordWrap=Word Wrap\nwritingDirection=Writing Direction\nyourEmailAddress=Your email address\nzoom=Zoom\nzoomIn=Zoom In\nzoomOut=Zoom Out\nbasic=Basic\nbusinessprocess=Business Processes\ncharts=Charts\nengineering=Engineering\nflowcharts=Flowcharts\ngmdl=Material Design\nmindmaps=Mindmaps\nmockups=Mockups\nnetworkdiagrams=Network Diagrams\nnothingIsSelected=Nothing is selected\nother=Other\nsoftwaredesign=Software Design\nvenndiagrams=Venn Diagrams\nwebEmailOrOther=Web, email or any other internet address\nwebLink=Web Link\nwireframes=Wireframes\n");Graph.prototype.defaultThemes[Graph.prototype.defaultThemeName]=mxUtils.parseXml('<mxStylesheet><add as="defaultVertex"><add as="shape" value="label"/><add as="perimeter" value="rectanglePerimeter"/><add as="fontSize" value="12"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="fillColor" value="#ffffff"/><add as="strokeColor" value="#000000"/><add as="fontColor" value="#000000"/></add><add as="defaultEdge"><add as="shape" value="connector"/><add as="labelBackgroundColor" value="#ffffff"/><add as="endArrow" value="classic"/><add as="fontSize" value="11"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="rounded" value="1"/><add as="strokeColor" value="#000000"/><add as="fontColor" value="#000000"/></add><add as="fancy"><add as="shadow" value="1"/><add as="glass" value="1"/></add><add as="gray" extend="fancy"><add as="gradientColor" value="#B3B3B3"/><add as="fillColor" value="#F5F5F5"/><add as="strokeColor" value="#666666"/></add><add as="blue" extend="fancy"><add as="gradientColor" value="#7EA6E0"/><add as="fillColor" value="#DAE8FC"/><add as="strokeColor" value="#6C8EBF"/></add><add as="green" extend="fancy"><add as="gradientColor" value="#97D077"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#82B366"/></add><add as="turquoise" extend="fancy"><add as="gradientColor" value="#67AB9F"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#6A9153"/></add><add as="yellow" extend="fancy"><add as="gradientColor" value="#FFD966"/><add as="fillColor" value="#FFF2CC"/><add as="strokeColor" value="#D6B656"/></add><add as="orange" extend="fancy"><add as="gradientColor" value="#FFA500"/><add as="fillColor" value="#FFCD28"/><add as="strokeColor" value="#D79B00"/></add><add as="red" extend="fancy"><add as="gradientColor" value="#EA6B66"/><add as="fillColor" value="#F8CECC"/><add as="strokeColor" value="#B85450"/></add><add as="pink" extend="fancy"><add as="gradientColor" value="#B5739D"/><add as="fillColor" value="#E6D0DE"/><add as="strokeColor" value="#996185"/></add><add as="purple" extend="fancy"><add as="gradientColor" value="#8C6C9C"/><add as="fillColor" value="#E1D5E7"/><add as="strokeColor" value="#9673A6"/></add><add as="plain-gray"><add as="gradientColor" value="#B3B3B3"/><add as="fillColor" value="#F5F5F5"/><add as="strokeColor" value="#666666"/></add><add as="plain-blue"><add as="gradientColor" value="#7EA6E0"/><add as="fillColor" value="#DAE8FC"/><add as="strokeColor" value="#6C8EBF"/></add><add as="plain-green"><add as="gradientColor" value="#97D077"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#82B366"/></add><add as="plain-turquoise"><add as="gradientColor" value="#67AB9F"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#6A9153"/></add><add as="plain-yellow"><add as="gradientColor" value="#FFD966"/><add as="fillColor" value="#FFF2CC"/><add as="strokeColor" value="#D6B656"/></add><add as="plain-orange"><add as="gradientColor" value="#FFA500"/><add as="fillColor" value="#FFCD28"/><add as="strokeColor" value="#D79B00"/></add><add as="plain-red"><add as="gradientColor" value="#EA6B66"/><add as="fillColor" value="#F8CECC"/><add as="strokeColor" value="#B85450"/></add><add as="plain-pink"><add as="gradientColor" value="#B5739D"/><add as="fillColor" value="#E6D0DE"/><add as="strokeColor" value="#996185"/></add><add as="plain-purple"><add as="gradientColor" value="#8C6C9C"/><add as="fillColor" value="#E1D5E7"/><add as="strokeColor" value="#9673A6"/></add><add as="text"><add as="fillColor" value="none"/><add as="gradientColor" value="none"/><add as="strokeColor" value="none"/><add as="align" value="left"/><add as="verticalAlign" value="top"/></add><add as="label"><add as="fontStyle" value="1"/><add as="align" value="left"/><add as="verticalAlign" value="middle"/><add as="spacing" value="2"/><add as="spacingLeft" value="52"/><add as="imageWidth" value="42"/><add as="imageHeight" value="42"/><add as="rounded" value="1"/></add><add as="icon" extend="label"><add as="align" value="center"/><add as="imageAlign" value="center"/><add as="verticalLabelPosition" value="bottom"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="4"/><add as="labelBackgroundColor" value="#ffffff"/><add as="spacing" value="0"/><add as="spacingLeft" value="0"/><add as="spacingTop" value="6"/><add as="fontStyle" value="0"/><add as="imageWidth" value="48"/><add as="imageHeight" value="48"/></add><add as="swimlane"><add as="shape" value="swimlane"/><add as="fontSize" value="12"/><add as="fontStyle" value="1"/><add as="startSize" value="23"/></add><add as="group"><add as="verticalAlign" value="top"/><add as="fillColor" value="none"/><add as="strokeColor" value="none"/><add as="gradientColor" value="none"/><add as="pointerEvents" value="0"/></add><add as="ellipse"><add as="shape" value="ellipse"/><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombus"><add as="shape" value="rhombus"/><add as="perimeter" value="rhombusPerimeter"/></add><add as="triangle"><add as="shape" value="triangle"/><add as="perimeter" value="trianglePerimeter"/></add><add as="line"><add as="shape" value="line"/><add as="strokeWidth" value="4"/><add as="labelBackgroundColor" value="#ffffff"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="8"/></add><add as="image"><add as="shape" value="image"/><add as="labelBackgroundColor" value="white"/><add as="verticalAlign" value="top"/><add as="verticalLabelPosition" value="bottom"/></add><add as="roundImage" extend="image"><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombusImage" extend="image"><add as="perimeter" value="rhombusPerimeter"/></add><add as="arrow"><add as="shape" value="arrow"/><add as="edgeStyle" value="none"/><add as="fillColor" value="#ffffff"/></add></mxStylesheet>').documentElement; +(function(){var a=!1;"min"!=uiTheme||a||mxClient.IS_CHROMEAPP||(EditorUi.initMinimalTheme(),a=!0);var c=EditorUi.initTheme;EditorUi.initTheme=function(){c.apply(this,arguments);"min"!=uiTheme||a||(this.initMinimalTheme(),a=!0)}})();mxResources.parse("# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*\n# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE\naboutDrawio=About draw.io\naccessDenied=Access Denied\naction=Action\nactualSize=Actual Size\nadd=Add\naddedFile=Added {1}\naddImages=Add Images\naddImageUrl=Add Image URL\naddLayer=Add Layer\naddProperty=Add Property\naddress=Address\naddToExistingDrawing=Add to Existing Drawing\naddWaypoint=Add Waypoint\nadjustTo=Adjust to\nadvanced=Advanced\nalign=Align\nalignment=Alignment\nallChangesLost=All changes will be lost!\nallPages=All Pages\nallProjects=All Projects\nallSpaces=All Spaces\nallTags=All Tags\nanchor=Anchor\nandroid=Android\nangle=Angle\narc=Arc\nareYouSure=Are you sure?\nensureDataSaved=Please ensure your data is saved before closing.\nallChangesSaved=All changes saved\nallChangesSavedInDrive=All changes saved in Drive\nallowPopups=Allow pop-ups to avoid this dialog.\nallowRelativeUrl=Allow relative URL\nalreadyConnected=Nodes already connected\napply=Apply\narchiMate21=ArchiMate 2.1\narrange=Arrange\narrow=Arrow\narrows=Arrows\nasNew=As New\natlas=Atlas\nauthor=Author\nauthorizationRequired=Authorization required\nauthorizeThisAppIn=Authorize this app in {1}:\nauthorize=Authorize\nauthorizing=Authorizing\nautomatic=Automatic\nautosave=Autosave\nautosize=Autosize\nattachments=Attachments\naws=AWS\naws3d=AWS 3D\nazure=Azure\nbackground=Background\nbackgroundColor=Background Color\nbackgroundImage=Background Image\nbasic=Basic\nblankDrawing=Blank Drawing\nblankDiagram=Blank Diagram\nblock=Block\nblockquote=Blockquote\nblog=Blog\nbold=Bold\nbootstrap=Bootstrap\nborder=Border\nborderColor=Border Color\nborderWidth=Borderwidth\nbottom=Bottom\nbottomAlign=Bottom Align\nbottomLeft=Bottom Left\nbottomRight=Bottom Right\nbpmn=BPMN\nbrowser=Browser\nbulletedList=Bulleted List\nbusiness=Business\nbusy=Operation in progress\ncabinets=Cabinets\ncancel=Cancel\ncenter=Center\ncannotLoad=Load attempts failed. Please try again later.\ncannotLogin=Log in attempts failed. Please try again later.\ncannotOpenFile=Cannot open file\nchange=Change\nchangeOrientation=Change Orientation\nchangeUser=Change user\nchangesNotSaved=Changes have not been saved\nchatJoined={1} has joined\nchatLeft={1} has left\nchatWindowTitle=Chat\nchooseAnOption=Choose an option\nchromeApp=Chrome App\ncompressed=Compressed\ncommitMessage=Commit Message\ncsv=CSV\ndark=Dark\ndraftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.\ndragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?\ndropboxCharsNotAllowed=The following characters are not allowed: / : ? * \" |\ncheck=Check\ncircle=Circle\ncisco=Cisco\nclassic=Classic\nclearDefaultStyle=Clear Default Style\nclearWaypoints=Clear Waypoints\nclipart=Clipart\nclose=Close\ncollaborator=Collaborator\ncollaborators=Collaborators\ncollapse=Collapse\ncollapseExpand=Collapse/Expand\ncollapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect group size\ncollapsible=Collapsible\ncomic=Comic\ncomment=Comment\ncommentsNotes=Comments/Notes\ncompress=Compress\nconnect=Connect\nconnecting=Connecting\nconnectWithDrive=Connect with Google Drive\nconnection=Connection\nconnectionArrows=Connection Arrows\nconnectionPoints=Connection Points\nconstrainProportions=Constrain Proportions\ncontainsValidationErrors=Contains validation errors\ncopiedToClipboard=Copied to clipboard\ncopy=Copy\ncopyConnect=Copy on connect\ncopyOf=Copy of {1}\ncopyOfDrawing=Copy of Drawing\ncopySize=Copy Size\ncopyStyle=Copy Style\ncreate=Create\ncreateNewDiagram=Create New Diagram\ncreateRevision=Create Revision\ncreateShape=Create Shape\ncrop=Crop\ncurved=Curved\ncustom=Custom\ncurrent=Current\ncut=Cut\ndashed=Dashed\ndecideLater=Decide later\ndefault=Default\ndelete=Delete\ndeleteColumn=Delete Column\ndeleteLibrary401=Insufficient permissions to delete this library\ndeleteLibrary404=Selected library could not be found\ndeleteLibrary500=Error deleting library\ndeleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?\ndeleteRow=Delete Row\ndescription=Description\ndevice=Device\ndiagram=Diagram\ndiagramContent=Diagram Content\ndiagramLocked=Diagram has been locked to prevent further data loss.\ndiagramLockedBySince=The diagram is locked by {1} since {2} ago\ndiagramName=Diagram Name\ndiagramIsPublic=Diagram is public\ndiagramIsNotPublic=Diagram is not public\ndiamond=Diamond\ndiamondThin=Diamond (thin)\ndidYouKnow=Did you know...\ndirection=Direction\ndiscard=Discard\ndiscardChangesAndReconnect=Discard Changes and Reconnect\ngoogleDriveMissingClickHere=Google Drive missing? Click here!\ndiscardChanges=Discard Changes\ndisconnected=Disconnected\ndistribute=Distribute\ndone=Done\ndotted=Dotted\ndoubleClickOrientation=Doubleclick to change orientation\ndoubleClickTooltip=Doubleclick to insert text\ndoubleClickChangeProperty=Doubleclick to change property name\ndownload=Download\ndownloadAs=Download as\nclickHereToSave=Click here to save.\ndraftDiscarded=Draft discarded\ndraftSaved=Draft saved\ndragElementsHere=Drag elements here\ndragImagesHere=Drag images or URLs here\ndragUrlsHere=Drag URLs here\ndraw.io=draw.io\ndrawing=Drawing{1}\ndrawingEmpty=Drawing is empty\ndrawingTooLarge=Drawing is too large\ndrawioForWork=Draw.io for GSuite\ndropbox=Dropbox\nduplicate=Duplicate\nduplicateIt=Duplicate {1}\ndivider=Divider\ndx=Dx\ndy=Dy\neast=East\nedit=Edit\neditData=Edit Data\neditDiagram=Edit Diagram\neditGeometry=Edit Geometry\neditImage=Edit Image\neditImageUrl=Edit Image URL\neditLink=Edit Link\neditShape=Edit Shape\neditStyle=Edit Style\neditText=Edit Text\neditTooltip=Edit Tooltip\nglass=Glass\ngoogleImages=Google Images\nimageSearch=Image Search\neip=EIP\nembed=Embed\nembedImages=Embed Images\nmainEmbedNotice=Paste this into the page\nelectrical=Electrical\nellipse=Ellipse\nembedNotice=Paste this once at the end of the page\nenterGroup=Enter Group\nenterName=Enter Name\nenterPropertyName=Enter Property Name\nenterValue=Enter Value\nentityRelation=Entity Relation\nerror=Error\nerrorDeletingFile=Error Deleting File\nerrorLoadingFile=Error loading file\nerrorRenamingFile=Error renaming file.\nerrorRenamingFileNotFound=Error renaming file. File was not found.\nerrorRenamingFileForbidden=Error renaming file. Insufficient access rights.\nerrorSavingDraft=Error saving draft\nerrorSavingFile=Error saving file\nerrorSavingFileUnknown=Error authorizing with Google's servers. Please refresh the page to re-attempt.\nerrorSavingFileForbidden=Error saving file. Insufficient access rights.\nerrorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.\nerrorSavingFileNotFound=Error saving file. File was not found.\nerrorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.\nerrorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.\nerrorSendingFeedback=Error sending feedback.\nerrorUpdatingPreview=Error updating preview.\nexit=Exit\nexitGroup=Exit Group\nexpand=Expand\nexport=Export\nexporting=Exporting\nexportAs=Export as\nexportOptionsDisabled=Export options disabled\nexportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.\nextras=Extras\nfacebook=Facebook\nfailedToSaveTryReconnect=Failed to save, trying to reconnect\nfeatureRequest=Feature Request\nfeedback=Feedback\nfeedbackSent=Feedback successfully sent.\nfloorplans=Floorplans\nfile=File\nfileChangedOverwrite=File was changed. Overwrite changes?\noverwrite=Overwrite\nfilename=Filename\nfileExists=File already exists\nfileNearlyFullSeeFaq=File nearly full, please see FAQ\nfileNotFound=File not found\nrepositoryNotFound=Repository not found\nfileNotFoundOrDenied=The file was not found. It does not exist or you do not have read access.\nfileNotLoaded=File not loaded\nfileNotSaved=File not saved\nfileOpenLocation=How would you like to open these file(s)?\nfileWillBeSavedInAppFolder={1} will be saved in the app folder.\nfill=Fill\nfillColor=Fill Color\nfilterCards=Filter Cards\nfind=Find\nfit=Fit\nfitContainer=Resize Container\nfitIntoContainer=Fit into Container\nfitPage=Fit Page\nfitPageWidth=Fit Page Width\nfitTo=Fit to\nfitToSheetsAcross=sheet(s) across\nfitToBy=by\nfitToSheetsDown=sheet(s) down\nfitTwoPages=Two Pages\nfitWindow=Fit Window\nflip=Flip\nflipH=Flip Horizontal\nflipV=Flip Vertical\nflowchart=Flowchart\nfolder=Folder\nfont=Font\nfontColor=Font Color\nfontFamily=Font Family\nfontSize=Font Size\nforbidden=You are not authorized to access this file\nformat=Format\nformatPanel=Format Panel\nformatted=Formatted\nformattedText=Formatted Text\nformatPng=PNG\nformatGif=GIF\nformatJpg=JPEG\nformatPdf=PDF\nformatSql=SQL\nformatSvg=SVG\nformatHtmlEmbedded=HTML\nformatSvgEmbedded=SVG (with XML)\nformatVsdx=VSDX\nformatVssx=VSSX\nformatXmlPlain=XML (Plain)\nformatXml=XML\nforum=Discussion/Help Forums\nfromTemplate=From Template\nfromTemplateUrl=From Template URL\nfromText=From Text\nfromUrl=From URL\nfromThisPage=From this page\nfullscreen=Fullscreen\ngap=Gap\ngeneral=General\ngithub=GitHub\ngliffy=Gliffy\nglobal=Global\ngoogleDocs=Google Docs\ngoogleDrive=Google Drive\ngoogleGadget=Google Gadget\ngooglePlus=Google+\ngoogleSites=Google Sites\ngradient=Gradient\ngradientColor=Color\ngrid=Grid\ngridColor=Grid Color\ngridSize=Grid Size\ngroup=Group\nguides=Guides\nhateApp=I hate draw.io\nheading=Heading\nheight=Height\nhelp=Help\nhelpTranslate=Help us translate this application\nhide=Hide\nhideIt=Hide {1}\nhidden=Hidden\nhome=Home\nhorizontal=Horizontal\nhorizontalFlow=Horizontal Flow\nhorizontalTree=Horizontal Tree\nhowTranslate=How good is the translation in your language?\nhtml=HTML\nhtmlText=HTML Text\nid=ID\niframe=IFrame\nignore=Ignore\nimage=Image\nimageUrl=Image URL\nimages=Images\nimagePreviewError=This image couldn't be loaded for preview. Please check the URL.\nimageTooBig=Image too big\nimgur=Imgur\nimport=Import\nimportFrom=Import from\nincludeCopyOfMyDiagram=Include a copy of my diagram\nincreaseIndent=Increase Indent\ndecreaseIndent=Decrease Indent\ninsert=Insert\ninsertColumnBefore=Insert Column Left\ninsertColumnAfter=Insert Column Right\ninsertEllipse=Insert Ellipse\ninsertImage=Insert Image\ninsertHorizontalRule=Insert Horizontal Rule\ninsertLink=Insert Link\ninsertPage=Insert Page\ninsertRectangle=Insert Rectangle\ninsertRhombus=Insert Rhombus\ninsertRowBefore=Insert Row Above\ninsertRowAfter=Insert Row After\ninsertText=Insert Text\ninserting=Inserting\ninvalidFilename=Diagram names must not contain the following characters: / | : ; { } < > & + ? = \"\ninvalidLicenseSeeThisPage=Your license is invalid, please see this <a target=\"_blank\" href=\"https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin\">page</a>.\ninvalidName=Invalid name\ninvalidOrMissingFile=Invalid or missing file\ninvalidPublicUrl=Invalid public URL\nisometric=Isometric\nios=iOS\nitalic=Italic\nkennedy=Kennedy\nkeyboardShortcuts=Keyboard Shortcuts\nlayers=Layers\nlandscape=Landscape\nlanguage=Language\nleanMapping=Lean Mapping\nlastChange=Last change {1} ago\nlessThanAMinute=less than a minute\nlicensingError=Licensing Error\nlicenseHasExpired=The license for {1} has expired on {2}. Click here.\nlicenseWillExpire=The license for {1} will expire on {2}. Click here.\nlineJumps=Line jumps\nlinkAccountRequired=If the diagram is not public a Google account is required to view the link.\nlinkText=Link Text\nlist=List\nminute=minute\nminutes=minutes\nhours=hours\ndays=days\nmonths=months\nyears=years\nrestartForChangeRequired=Changes will take effect after page refresh.\nlaneColor=Lanecolor\nlastModified=Last modified\nlayout=Layout\nleft=Left\nleftAlign=Left Align\nleftToRight=Left to right\nlibraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.\nlightbox=Lightbox\nline=Line\nlineend=Line end\nlineheight=Line Height\nlinestart=Line start\nlinewidth=Linewidth\nlink=Link\nlinks=Links\nloading=Loading\nlockUnlock=Lock/Unlock\nloggedOut=Logged Out\nlogIn=log in\nloveIt=I love {1}\nlucidchart=Lucidchart\nmaps=Maps\nmathematicalTypesetting=Mathematical Typesetting\nmakeCopy=Make a Copy\nmanual=Manual\nmiddle=Middle\nminimal=Minimal\nmisc=Misc\nmockups=Mockups\nmodificationDate=Modification date\nmodifiedBy=Modified by\nmore=More\nmoreResults=More Results\nmoreShapes=More Shapes\nmove=Move\nmoveToFolder=Move to Folder\nmoving=Moving\nmoveSelectionTo=Move selection to {1}\nname=Name\nnavigation=Navigation\nnetwork=Network\nnetworking=Networking\nnew=New\nnewLibrary=New Library\nnextPage=Next Page\nnoAttachments=No attachments found\nnoColor=No Color\nnoFiles=No Files\nnoFileSelected=No file selected\nnoLibraries=No libraries found\nnoMoreResults=No more results\nnone=None\nnoOtherViewers=No other viewers\nnoPlugins=No plugins\nnoPreview=No preview\nnoResponse=No response from server\nnoResultsFor=No results for '{1}'\nnoRevisions=No revisions\nnoSearchResults=No search results found\nnoPageContentOrNotSaved=No anchors found on this page or it hasn't been saved yet\nnormal=Normal\nnorth=North\nnotADiagramFile=Not a diagram file\nnotALibraryFile=Not a library file\nnotAvailable=Not available\nnotAUtf8File=Not a UTF-8 file\nnotConnected=Not connected\nnote=Note\nnotUsingService=Not using {1}?\nnumberedList=Numbered list\noffline=Offline\nok=OK\noneDrive=OneDrive\nonline=Online\nopacity=Opacity\nopen=Open\nopenArrow=Open Arrow\nopenExistingDiagram=Open Existing Diagram\nopenFile=Open File\nopenFrom=Open from\nopenLibrary=Open Library\nopenLibraryFrom=Open Library from\nopenLink=Open Link\nopenInNewWindow=Open in New Window\nopenInThisWindow=Open in This Window\nopenIt=Open {1}\nopenRecent=Open Recent\nopenSupported=Supported formats are files saved from this software (.xml), .vsdx and .gliffy\noptions=Options\norganic=Organic\northogonal=Orthogonal\notherViewer=other viewer\notherViewers=other viewers\noutline=Outline\noval=Oval\npage=Page\npageContent=Page Content\npageNotFound=Page not found\npageWithNumber=Page-{1}\npages=Pages\npageView=Page View\npageSetup=Page Setup\npageScale=Page Scale\npan=Pan\npanTooltip=Space+Drag to pan\npaperSize=Paper Size\npattern=Pattern\npaste=Paste\npasteHere=Paste here\npasteSize=Paste Size\npasteStyle=Paste Style\nperimeter=Perimeter\npermissionAnyone=Anyone can edit\npermissionAuthor=Owner and admins can edit\npickFolder=Pick a folder\npickLibraryDialogTitle=Select Library\npublicDiagramUrl=Public URL of the diagram\nplaceholders=Placeholders\nplantUml=PlantUML\nplugins=Plugins\npluginUrl=Plugin URL\npluginWarning=The page has requested to load the following plugin(s):\n \n {1}\n \n Would you like to load these plugin(s) now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of doing so.\n\nplusTooltip=Click to connect and clone (ctrl+click to clone, shift+click to connect). Drag to connect (ctrl+drag to clone).\nportrait=Portrait\nposition=Position\nposterPrint=Poster Print\npreferences=Preferences\npreview=Preview\npreviousPage=Previous Page\nprint=Print\nprintAllPages=Print All Pages\nprocEng=Proc. Eng.\nproject=Project\npriority=Priority\nproperties=Properties\npublish=Publish\nquickStart=Quick Start Video\nrack=Rack\nradialTree=Radial Tree\nreadOnly=Read-only\nreconnecting=Reconnecting\nrecentlyUpdated=Recently Updated\nrecentlyViewed=Recently Viewed\nrectangle=Rectangle\nredirectToNewApp=This file was created or modified in a newer version of this app. You will be redirected now.\nrealtimeTimeout=It looks like you've made a few changes while offline. We're sorry, these changes cannot be saved.\nredo=Redo\nrefresh=Refresh\nregularExpression=Regular Expression\nrelative=Relative\nrelativeUrlNotAllowed=Relative URL not allowed\nrememberMe=Remember me\nrememberThisSetting=Remember this setting\nremoveFormat=Clear Formatting\nremoveFromGroup=Remove from Group\nremoveIt=Remove {1}\nremoveWaypoint=Remove Waypoint\nrename=Rename\nrenamed=Renamed\nrenameIt=Rename {1}\nrenaming=Renaming\nreplace=Replace\nreplaceIt={1} already exists. Do you want to replace it?\nreplaceExistingDrawing=Replace existing drawing\nrequired=required\nreset=Reset\nresetView=Reset View\nresize=Resize\nresizeLargeImages=Do you want to resize large images to make the application run faster?\nretina=Retina\nresponsive=Responsive\nrestore=Restore\nrestoring=Restoring\nretryingIn=Retrying in {1} second(s)\nretryingLoad=Load failed. Retrying...\nretryingLogin=Login time out. Retrying...\nreverse=Reverse\nrevision=Revision\nrevisionHistory=Revision History\nrhombus=Rhombus\nright=Right\nrightAlign=Right Align\nrightToLeft=Right to left\nrotate=Rotate\nrotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees\nrotation=Rotation\nrounded=Rounded\nsave=Save\nsaveAndExit=Save & Exit\nsaveAs=Save as\nsaveAsXmlFile=Save as XML file?\nsaved=Saved\nsaveDiagramsTo=Save diagrams to\nsaveLibrary403=Insufficient permissions to edit this library\nsaveLibrary500=There was an error while saving the library\nsaving=Saving\nscratchpad=Scratchpad\nscrollbars=Scrollbars\nsearch=Search\nsearchShapes=Search Shapes\nselectAll=Select All\nselectionOnly=Selection Only\nselectCard=Select Card\nselectEdges=Select Edges\nselectFile=Select File\nselectFolder=Select Folder\nselectFont=Select Font\nselectNone=Select None\nselectTemplate=Select Template\nselectVertices=Select Vertices\nsendMessage=Send\nsendYourFeedbackToDrawIo=Send your feedback to draw.io\nserviceUnavailableOrBlocked=Service unavailable or blocked\nsessionExpired=Your session has expired. Please refresh the browser window.\nsessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. \nsetAsDefaultStyle=Set as Default Style\nshadow=Shadow\nshape=Shape\nshapes=Shapes\nshare=Share\nshareLink=Link for shared editing\nsharp=Sharp\nshow=Show\nshowStartScreen=Show Start Screen\nsidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.\nsigns=Signs\nsignOut=Sign out\nsimple=Simple\nsimpleArrow=Simple Arrow\nsize=Size\nsolid=Solid\nsourceSpacing=Source Spacing\nsouth=South\nsoftware=Software\nspace=Space\nspacing=Spacing\nspecialLink=Special Link\nstandard=Standard\nstarting=Starting\nstraight=Straight\nstrokeColor=Line Color\nstyle=Style\nsubscript=Subscript\nsummary=Summary\nsuperscript=Superscript\nsupport=Support\nsysml=SysML\ntags=Tags\ntable=Table\ntables=Tables\ntakeOver=Take Over\ntargetSpacing=Target Spacing\ntemplate=Template\ntemplates=Templates\ntext=Text\ntextAlignment=Text Alignment\ntextOpacity=Text Opacity\ntheme=Theme\ntimeout=Timeout\ntitle=Title\nto=to\ntoBack=To Back\ntoFront=To Front\ntooltips=Tooltips\ntop=Top\ntopAlign=Top Align\ntopLeft=Top Left\ntopRight=Top Right\ntransparent=Transparent\ntransparentBackground=Transparent Background\ntrello=Trello\ntryAgain=Try again\ntryOpeningViaThisPage=Try opening via this page.\nturn=Rotate shape only by 90°\ntype=Type\ntwitter=Twitter\numl=UML\nunderline=Underline\nundo=Undo\nungroup=Ungroup\nunsavedChanges=Unsaved changes\nunsavedChangesClickHereToSave=Unsaved changes. Click here to save.\nuntitled=Untitled\nuntitledDiagram=Untitled Diagram\nuntitledLayer=Untitled Layer\nuntitledLibrary=Untitled Library\nunknownError=Unknown error\nupdateFile=Update {1}\nupdatingDocument=Updating Document. Please wait...\nupdatingPreview=Updating Preview. Please wait...\nupdatingSelection=Updating Selection. Please wait...\nupload=Upload\nurl=URL\nuseRootFolder=Use root folder?\nuserManual=User Manual\nvertical=Vertical\nverticalFlow=Vertical Flow\nverticalTree=Vertical Tree\nview=View\nviewUrl=Link to view: {1}\nvoiceAssistant=Voice Assistant (beta)\nwarning=Warning\nwaypoints=Waypoints\nwest=West\nwidth=Width\nwiki=Wiki\nwordWrap=Word Wrap\nwritingDirection=Writing Direction\nyourEmailAddress=Your email address\nzoom=Zoom\nzoomIn=Zoom In\nzoomOut=Zoom Out\nbasic=Basic\nbusinessprocess=Business Processes\ncharts=Charts\nengineering=Engineering\nflowcharts=Flowcharts\ngmdl=Material Design\nmindmaps=Mindmaps\nmockups=Mockups\nnetworkdiagrams=Network Diagrams\nnothingIsSelected=Nothing is selected\nother=Other\nsoftwaredesign=Software Design\nvenndiagrams=Venn Diagrams\nwebEmailOrOther=Web, email or any other internet address\nwebLink=Web Link\nwireframes=Wireframes\n");Graph.prototype.defaultThemes[Graph.prototype.defaultThemeName]=mxUtils.parseXml('<mxStylesheet><add as="defaultVertex"><add as="shape" value="label"/><add as="perimeter" value="rectanglePerimeter"/><add as="fontSize" value="12"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="fillColor" value="#ffffff"/><add as="strokeColor" value="#000000"/><add as="fontColor" value="#000000"/></add><add as="defaultEdge"><add as="shape" value="connector"/><add as="labelBackgroundColor" value="#ffffff"/><add as="endArrow" value="classic"/><add as="fontSize" value="11"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="rounded" value="1"/><add as="strokeColor" value="#000000"/><add as="fontColor" value="#000000"/></add><add as="fancy"><add as="shadow" value="1"/><add as="glass" value="1"/></add><add as="gray" extend="fancy"><add as="gradientColor" value="#B3B3B3"/><add as="fillColor" value="#F5F5F5"/><add as="strokeColor" value="#666666"/></add><add as="blue" extend="fancy"><add as="gradientColor" value="#7EA6E0"/><add as="fillColor" value="#DAE8FC"/><add as="strokeColor" value="#6C8EBF"/></add><add as="green" extend="fancy"><add as="gradientColor" value="#97D077"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#82B366"/></add><add as="turquoise" extend="fancy"><add as="gradientColor" value="#67AB9F"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#6A9153"/></add><add as="yellow" extend="fancy"><add as="gradientColor" value="#FFD966"/><add as="fillColor" value="#FFF2CC"/><add as="strokeColor" value="#D6B656"/></add><add as="orange" extend="fancy"><add as="gradientColor" value="#FFA500"/><add as="fillColor" value="#FFCD28"/><add as="strokeColor" value="#D79B00"/></add><add as="red" extend="fancy"><add as="gradientColor" value="#EA6B66"/><add as="fillColor" value="#F8CECC"/><add as="strokeColor" value="#B85450"/></add><add as="pink" extend="fancy"><add as="gradientColor" value="#B5739D"/><add as="fillColor" value="#E6D0DE"/><add as="strokeColor" value="#996185"/></add><add as="purple" extend="fancy"><add as="gradientColor" value="#8C6C9C"/><add as="fillColor" value="#E1D5E7"/><add as="strokeColor" value="#9673A6"/></add><add as="plain-gray"><add as="gradientColor" value="#B3B3B3"/><add as="fillColor" value="#F5F5F5"/><add as="strokeColor" value="#666666"/></add><add as="plain-blue"><add as="gradientColor" value="#7EA6E0"/><add as="fillColor" value="#DAE8FC"/><add as="strokeColor" value="#6C8EBF"/></add><add as="plain-green"><add as="gradientColor" value="#97D077"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#82B366"/></add><add as="plain-turquoise"><add as="gradientColor" value="#67AB9F"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#6A9153"/></add><add as="plain-yellow"><add as="gradientColor" value="#FFD966"/><add as="fillColor" value="#FFF2CC"/><add as="strokeColor" value="#D6B656"/></add><add as="plain-orange"><add as="gradientColor" value="#FFA500"/><add as="fillColor" value="#FFCD28"/><add as="strokeColor" value="#D79B00"/></add><add as="plain-red"><add as="gradientColor" value="#EA6B66"/><add as="fillColor" value="#F8CECC"/><add as="strokeColor" value="#B85450"/></add><add as="plain-pink"><add as="gradientColor" value="#B5739D"/><add as="fillColor" value="#E6D0DE"/><add as="strokeColor" value="#996185"/></add><add as="plain-purple"><add as="gradientColor" value="#8C6C9C"/><add as="fillColor" value="#E1D5E7"/><add as="strokeColor" value="#9673A6"/></add><add as="text"><add as="fillColor" value="none"/><add as="gradientColor" value="none"/><add as="strokeColor" value="none"/><add as="align" value="left"/><add as="verticalAlign" value="top"/></add><add as="label"><add as="fontStyle" value="1"/><add as="align" value="left"/><add as="verticalAlign" value="middle"/><add as="spacing" value="2"/><add as="spacingLeft" value="52"/><add as="imageWidth" value="42"/><add as="imageHeight" value="42"/><add as="rounded" value="1"/></add><add as="icon" extend="label"><add as="align" value="center"/><add as="imageAlign" value="center"/><add as="verticalLabelPosition" value="bottom"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="4"/><add as="labelBackgroundColor" value="#ffffff"/><add as="spacing" value="0"/><add as="spacingLeft" value="0"/><add as="spacingTop" value="6"/><add as="fontStyle" value="0"/><add as="imageWidth" value="48"/><add as="imageHeight" value="48"/></add><add as="swimlane"><add as="shape" value="swimlane"/><add as="fontSize" value="12"/><add as="fontStyle" value="1"/><add as="startSize" value="23"/></add><add as="group"><add as="verticalAlign" value="top"/><add as="fillColor" value="none"/><add as="strokeColor" value="none"/><add as="gradientColor" value="none"/><add as="pointerEvents" value="0"/></add><add as="ellipse"><add as="shape" value="ellipse"/><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombus"><add as="shape" value="rhombus"/><add as="perimeter" value="rhombusPerimeter"/></add><add as="triangle"><add as="shape" value="triangle"/><add as="perimeter" value="trianglePerimeter"/></add><add as="line"><add as="shape" value="line"/><add as="strokeWidth" value="4"/><add as="labelBackgroundColor" value="#ffffff"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="8"/></add><add as="image"><add as="shape" value="image"/><add as="labelBackgroundColor" value="white"/><add as="verticalAlign" value="top"/><add as="verticalLabelPosition" value="bottom"/></add><add as="roundImage" extend="image"><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombusImage" extend="image"><add as="perimeter" value="rhombusPerimeter"/></add><add as="arrow"><add as="shape" value="arrow"/><add as="edgeStyle" value="none"/><add as="fillColor" value="#ffffff"/></add></mxStylesheet>').documentElement; Graph.prototype.defaultThemes.darkTheme=mxUtils.parseXml('<mxStylesheet><add as="defaultVertex"><add as="shape" value="label"/><add as="perimeter" value="rectanglePerimeter"/><add as="fontSize" value="12"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="fillColor" value="#2a2a2a"/><add as="strokeColor" value="#f0f0f0"/><add as="fontColor" value="#f0f0f0"/></add><add as="defaultEdge"><add as="shape" value="connector"/><add as="labelBackgroundColor" value="#2a2a2a"/><add as="endArrow" value="classic"/><add as="fontSize" value="11"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="rounded" value="1"/><add as="strokeColor" value="#f0f0f0"/><add as="fontColor" value="#f0f0f0"/></add><add as="text"><add as="fillColor" value="none"/><add as="gradientColor" value="none"/><add as="strokeColor" value="none"/><add as="align" value="left"/><add as="verticalAlign" value="top"/></add><add as="label"><add as="fontStyle" value="1"/><add as="align" value="left"/><add as="verticalAlign" value="middle"/><add as="spacing" value="2"/><add as="spacingLeft" value="52"/><add as="imageWidth" value="42"/><add as="imageHeight" value="42"/><add as="rounded" value="1"/></add><add as="icon" extend="label"><add as="align" value="center"/><add as="imageAlign" value="center"/><add as="verticalLabelPosition" value="bottom"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="4"/><add as="labelBackgroundColor" value="#2a2a2a"/><add as="spacing" value="0"/><add as="spacingLeft" value="0"/><add as="spacingTop" value="6"/><add as="fontStyle" value="0"/><add as="imageWidth" value="48"/><add as="imageHeight" value="48"/></add><add as="swimlane"><add as="shape" value="swimlane"/><add as="fontSize" value="12"/><add as="fontStyle" value="1"/><add as="startSize" value="23"/></add><add as="group"><add as="verticalAlign" value="top"/><add as="fillColor" value="none"/><add as="strokeColor" value="none"/><add as="gradientColor" value="none"/><add as="pointerEvents" value="0"/></add><add as="ellipse"><add as="shape" value="ellipse"/><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombus"><add as="shape" value="rhombus"/><add as="perimeter" value="rhombusPerimeter"/></add><add as="triangle"><add as="shape" value="triangle"/><add as="perimeter" value="trianglePerimeter"/></add><add as="line"><add as="shape" value="line"/><add as="strokeWidth" value="4"/><add as="labelBackgroundColor" value="#2a2a2a"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="8"/></add><add as="image"><add as="shape" value="image"/><add as="labelBackgroundColor" value="#2a2a2a"/><add as="verticalAlign" value="top"/><add as="verticalLabelPosition" value="bottom"/></add><add as="roundImage" extend="image"><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombusImage" extend="image"><add as="perimeter" value="rhombusPerimeter"/></add><add as="arrow"><add as="shape" value="arrow"/><add as="edgeStyle" value="none"/><add as="fillColor" value="#2a2a2a"/></add></mxStylesheet>').documentElement;GraphViewer=function(a,c,e){this.init(a,c,e)};mxUtils.extend(GraphViewer,mxEventSource);GraphViewer.prototype.editBlankUrl="https://www.draw.io/";GraphViewer.prototype.imageBaseUrl="https://www.draw.io/";GraphViewer.prototype.toolbarHeight="BackCompat"==document.compatMode?28:30;GraphViewer.prototype.lightboxChrome=!0;GraphViewer.prototype.lightboxZIndex=999;GraphViewer.prototype.toolbarZIndex=999;GraphViewer.prototype.autoFit=!0;GraphViewer.prototype.allowZoomIn=!1; GraphViewer.prototype.showTitleAsTooltip=!1;GraphViewer.prototype.checkVisibleState=!0; GraphViewer.prototype.init=function(a,c,e){this.graphConfig=null!=e?e:{};this.autoFit=null!=this.graphConfig["auto-fit"]?this.graphConfig["auto-fit"]:this.autoFit;this.allowZoomIn=null!=this.graphConfig["allow-zoom-in"]?this.graphConfig["allow-zoom-in"]:this.allowZoomIn;this.checkVisibleState=null!=this.graphConfig["check-visible-state"]?this.graphConfig["check-visible-state"]:this.checkVisibleState;this.toolbarItems=null!=this.graphConfig.toolbar?this.graphConfig.toolbar.split(" "):[];this.zoomEnabled= 0<=mxUtils.indexOf(this.toolbarItems,"zoom");this.layersEnabled=0<=mxUtils.indexOf(this.toolbarItems,"layers");this.lightboxEnabled=0<=mxUtils.indexOf(this.toolbarItems,"lightbox");this.lightboxClickEnabled=0!=this.graphConfig.lightbox;this.initialWidth=null!=a?a.style.width:null;this.widthIsEmpty=null!=this.initialWidth?""==this.initialWidth:!0;this.currentPage=parseInt(this.graphConfig.page)||0;this.editor=null;if(null!=c&&(this.xmlDocument=c.ownerDocument,this.xmlNode=c,this.xml=mxUtils.getXml(c), null!=a)){var b=mxUtils.bind(this,function(){this.graph=new Graph(a);this.graph.transparentBackground=!1;this.graphConfig.move&&(this.graph.isMoveCellsEvent=function(a){return!0});this.lightboxClickEnabled&&(a.style.cursor="pointer");this.editor=new Editor(!0,null,null,this.graph);this.editor.editBlankUrl=this.editBlankUrl;this.graph.lightbox=!0;this.graph.centerZoom=!1;this.graph.autoExtend=!1;this.graph.autoScroll=!1;this.graph.setEnabled(!1);var b=this;this.graph.getImageFromBundles=function(a){return b.getImageUrl(a)}; mxClient.IS_SVG&&this.editor.graph.addSvgShadow(this.graph.view.canvas.ownerSVGElement,null,!0);if("mxfile"==c.nodeName){var e=c.getElementsByTagName("diagram");if(0<e.length){var h=this.graph.getGlobalVariable,b=this;this.graph.getGlobalVariable=function(a){var c=e[b.currentPage];return"page"==a?c.getAttribute("name")||"Page-"+(b.currentPage+1):"pagenumber"==a?b.currentPage+1:h.apply(this,arguments)}}}this.diagrams=[];var d=null;this.selectPage=function(a){this.currentPage=mxUtils.mod(a,this.diagrams.length); -this.updateGraphXml(mxUtils.parseXml(this.graph.decompress(mxUtils.getTextContent(this.diagrams[this.currentPage]))).documentElement)};this.selectPageById=function(a){for(var b=0;b<this.diagrams.length;b++)if(this.diagrams[b].getAttribute("id")==a){this.selectPage(b);break}};var f=mxUtils.bind(this,function(){if(null==this.xmlNode||"mxfile"!=this.xmlNode.nodeName)this.diagrams=[];this.xmlNode!=d&&(this.diagrams=this.xmlNode.getElementsByTagName("diagram"),d=this.xmlNode)});this.addListener("xmlNodeChanged", +this.updateGraphXml(mxUtils.parseXml(this.graph.decompress(mxUtils.getTextContent(this.diagrams[this.currentPage]))).documentElement)};this.selectPageById=function(a){for(var b=!1,c=0;c<this.diagrams.length;c++)if(this.diagrams[c].getAttribute("id")==a){this.selectPage(c);b=!0;break}return b};var f=mxUtils.bind(this,function(){if(null==this.xmlNode||"mxfile"!=this.xmlNode.nodeName)this.diagrams=[];this.xmlNode!=d&&(this.diagrams=this.xmlNode.getElementsByTagName("diagram"),d=this.xmlNode)});this.addListener("xmlNodeChanged", f);f();urlParams.page=b.currentPage;this.graph.getModel().beginUpdate();try{urlParams.nav=0!=this.graphConfig.nav?"1":"0",this.editor.setGraphXml(this.xmlNode),this.graph.border=null!=this.graphConfig.border?this.graphConfig.border:8,this.graph.view.scale=this.graphConfig.zoom||1}finally{this.graph.getModel().endUpdate()}this.graph.panningHandler.useLeftButtonForPanning=!0;this.graph.panningHandler.isForcePanningEvent=function(a){return!mxEvent.isPopupTrigger(a.getEvent())&&"auto"==this.graph.container.style.overflow}; -this.graph.panningHandler.usePopupTrigger=!1;this.graph.panningHandler.pinchEnabled=!1;this.graph.panningHandler.ignoreCell=!0;this.graph.setPanning(!1);this.addSizeHandler();this.showLayers(this.graph);this.addClickHandler(this.graph);this.graph.setTooltips(0!=this.graphConfig.tooltips);this.graph.initialViewState={translate:this.graph.view.translate.clone(),scale:this.graph.view.scale};b=this;this.graph.customLinkClicked=function(a){if("data:page/id,"==a.substring(0,13)){var c=a.indexOf(",");b.selectPageById(a.substring(c+ -1))}else this.handleCustomLink(a)};null!=this.graphConfig.toolbar?this.addToolbar():null!=this.graphConfig.title&&this.showTitleAsTooltip&&a.setAttribute("title",this.graphConfig.title);this.fireEvent(new mxEventObject("render"))});e=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;if(this.checkVisibleState&&0==a.offsetWidth&&"undefined"!==typeof e){var h=this.getObservableParent(a),n=new e(mxUtils.bind(this,function(c){0<a.offsetWidth&&(n.disconnect(),b())}));n.observe(h, -{attributes:!0})}else b()}};GraphViewer.prototype.getObservableParent=function(a){for(a=a.parentNode;a!=document.body&&null!=a.parentNode&&"none"!==mxUtils.getCurrentStyle(a).display;)a=a.parentNode;return a};GraphViewer.prototype.getImageUrl=function(a){null!=a&&"http://"!=a.substring(0,7)&&"https://"!=a.substring(0,8)&&"data:image"!=a.substring(0,10)&&("/"==a.charAt(0)&&(a=a.substring(1,a.length)),a=this.imageBaseUrl+a);return a}; -GraphViewer.prototype.setXmlNode=function(a){this.xmlDocument=a.ownerDocument;this.xml=mxUtils.getXml(a);this.xmlNode=a;this.updateGraphXml(a);this.fireEvent(new mxEventObject("xmlNodeChanged"))};GraphViewer.prototype.setFileNode=function(a){null==this.xmlNode&&(this.xmlDocument=a.ownerDocument,this.xml=mxUtils.getXml(a),this.xmlNode=a);this.setGraphXml(a)};GraphViewer.prototype.updateGraphXml=function(a){this.setGraphXml(a);this.fireEvent(new mxEventObject("graphChanged"))}; +this.graph.panningHandler.usePopupTrigger=!1;this.graph.panningHandler.pinchEnabled=!1;this.graph.panningHandler.ignoreCell=!0;this.graph.setPanning(!1);this.addSizeHandler();this.showLayers(this.graph);this.addClickHandler(this.graph);this.graph.setTooltips(0!=this.graphConfig.tooltips);this.graph.initialViewState={translate:this.graph.view.translate.clone(),scale:this.graph.view.scale};b=this;this.graph.customLinkClicked=function(a){var c=!0;if("data:page/id,"==a.substring(0,13)){var d=a.indexOf(","); +b.selectPageById(a.substring(d+1))||(c=!1,alert(mxResources.get("pageNotFound")||"Page not found"))}else this.handleCustomLink(a);return c};null!=this.graphConfig.toolbar?this.addToolbar():null!=this.graphConfig.title&&this.showTitleAsTooltip&&a.setAttribute("title",this.graphConfig.title);this.fireEvent(new mxEventObject("render"))});e=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;if(this.checkVisibleState&&0==a.offsetWidth&&"undefined"!==typeof e){var h=this.getObservableParent(a), +p=new e(mxUtils.bind(this,function(c){0<a.offsetWidth&&(p.disconnect(),b())}));p.observe(h,{attributes:!0})}else b()}};GraphViewer.prototype.getObservableParent=function(a){for(a=a.parentNode;a!=document.body&&null!=a.parentNode&&"none"!==mxUtils.getCurrentStyle(a).display;)a=a.parentNode;return a}; +GraphViewer.prototype.getImageUrl=function(a){null!=a&&"http://"!=a.substring(0,7)&&"https://"!=a.substring(0,8)&&"data:image"!=a.substring(0,10)&&("/"==a.charAt(0)&&(a=a.substring(1,a.length)),a=this.imageBaseUrl+a);return a};GraphViewer.prototype.setXmlNode=function(a){this.xmlDocument=a.ownerDocument;this.xml=mxUtils.getXml(a);this.xmlNode=a;this.updateGraphXml(a);this.fireEvent(new mxEventObject("xmlNodeChanged"))}; +GraphViewer.prototype.setFileNode=function(a){null==this.xmlNode&&(this.xmlDocument=a.ownerDocument,this.xml=mxUtils.getXml(a),this.xmlNode=a);this.setGraphXml(a)};GraphViewer.prototype.updateGraphXml=function(a){this.setGraphXml(a);this.fireEvent(new mxEventObject("graphChanged"))}; GraphViewer.prototype.setGraphXml=function(a){null!=this.graph&&(this.graph.view.translate=new mxPoint,this.graph.view.scale=1,this.graph.getModel().clear(),this.editor.setGraphXml(a),this.widthIsEmpty?(this.graph.container.style.width="",this.graph.container.style.height=""):this.graph.container.style.width=this.initialWidth,this.positionGraph(),this.graph.initialViewState={translate:this.graph.view.translate.clone(),scale:this.graph.view.scale})}; GraphViewer.prototype.addSizeHandler=function(){var a=this.graph.container,c=this.graph.getGraphBounds(),e=!1;a.style.overflow="hidden";var b=mxUtils.bind(this,function(){if(!e){e=!0;var b=this.graph.getGraphBounds();a.style.overflow=a.offsetWidth<=b.width+2*this.graph.border*this.graph.view.scale?"auto":"hidden";if(null!=this.toolbar){var b=a.getBoundingClientRect(),c=mxUtils.getScrollOrigin(document.body),c="relative"===document.body.style.position?document.body.getBoundingClientRect():{left:-c.x, -top:-c.y},b={left:b.left-c.left,top:b.top-c.top,bottom:b.bottom-c.top,right:b.right-c.left};this.toolbar.style.left=b.left+"px";"bottom"==this.graphConfig["toolbar-position"]?this.toolbar.style.top=b.bottom-1+"px":"inline"!=this.graphConfig["toolbar-position"]?(this.toolbar.style.width=Math.max(this.minToolbarWidth,a.offsetWidth)+"px",this.toolbar.style.top=b.top+1+"px"):this.toolbar.style.top=b.top+"px"}e=!1}}),h=null,n=!1;this.fitGraph=function(b){var c=a.offsetWidth;c==h||n||(n=!0,this.graph.maxFitScale= -null!=b?b:this.graphConfig.zoom||(this.allowZoomIn?null:1),this.graph.fit(null,null,null,null,!1,!0),this.graph.maxFitScale=null,b=this.graph.getGraphBounds(),this.updateContainerHeight(a,b.height+2*this.graph.border+1),this.graph.initialViewState={translate:this.graph.view.translate.clone(),scale:this.graph.view.scale},h=c,window.setTimeout(function(){n=!1},0))};GraphViewer.useResizeSensor&&(mxClient.IS_QUIRKS||9>=document.documentMode?(mxEvent.addListener(window,"resize",b),this.graph.addListener("size", -b)):new ResizeSensor(this.graph.container,b));if(this.graphConfig.resize||(this.zoomEnabled||!this.autoFit)&&0!=this.graphConfig.resize)this.graph.minimumContainerSize=new mxRectangle(0,0,100,1),this.graph.resizeContainer=!0;else if(this.widthIsEmpty&&this.updateContainerWidth(a,c.width+2*this.graph.border),this.updateContainerHeight(a,c.height+2*this.graph.border+1),!this.zoomEnabled&&this.autoFit){var m=h=null,b=mxUtils.bind(this,function(){window.clearTimeout(m);n||(m=window.setTimeout(mxUtils.bind(this, +top:-c.y},b={left:b.left-c.left,top:b.top-c.top,bottom:b.bottom-c.top,right:b.right-c.left};this.toolbar.style.left=b.left+"px";"bottom"==this.graphConfig["toolbar-position"]?this.toolbar.style.top=b.bottom-1+"px":"inline"!=this.graphConfig["toolbar-position"]?(this.toolbar.style.width=Math.max(this.minToolbarWidth,a.offsetWidth)+"px",this.toolbar.style.top=b.top+1+"px"):this.toolbar.style.top=b.top+"px"}e=!1}}),h=null,p=!1;this.fitGraph=function(b){var c=a.offsetWidth;c==h||p||(p=!0,this.graph.maxFitScale= +null!=b?b:this.graphConfig.zoom||(this.allowZoomIn?null:1),this.graph.fit(null,null,null,null,!1,!0),this.graph.maxFitScale=null,b=this.graph.getGraphBounds(),this.updateContainerHeight(a,b.height+2*this.graph.border+1),this.graph.initialViewState={translate:this.graph.view.translate.clone(),scale:this.graph.view.scale},h=c,window.setTimeout(function(){p=!1},0))};GraphViewer.useResizeSensor&&(mxClient.IS_QUIRKS||9>=document.documentMode?(mxEvent.addListener(window,"resize",b),this.graph.addListener("size", +b)):new ResizeSensor(this.graph.container,b));if(this.graphConfig.resize||(this.zoomEnabled||!this.autoFit)&&0!=this.graphConfig.resize)this.graph.minimumContainerSize=new mxRectangle(0,0,100,1),this.graph.resizeContainer=!0;else if(this.widthIsEmpty&&this.updateContainerWidth(a,c.width+2*this.graph.border),this.updateContainerHeight(a,c.height+2*this.graph.border+1),!this.zoomEnabled&&this.autoFit){var n=h=null,b=mxUtils.bind(this,function(){window.clearTimeout(n);p||(n=window.setTimeout(mxUtils.bind(this, this.fitGraph),100))});GraphViewer.useResizeSensor&&(mxClient.IS_QUIRKS||9>=document.documentMode?mxEvent.addListener(window,"resize",b):new ResizeSensor(this.graph.container,b))}else mxClient.IS_QUIRKS||9>=document.documentMode||this.graph.addListener("size",b);var r=mxUtils.bind(this,function(){var b=a.style.minWidth;this.widthIsEmpty&&(a.style.minWidth="100%");if(0<a.offsetWidth&&(this.allowZoomIn||c.width+2*this.graph.border>a.offsetWidth||c.height+2*this.graph.border>this.graphConfig["max-height"])){var d= null;null!=this.graphConfig["max-height"]&&(d=this.graphConfig["max-height"]/(c.height+2*this.graph.border));this.fitGraph(d)}else this.graph.view.setTranslate(Math.floor((this.graph.border-c.x)/this.graph.view.scale),Math.floor((this.graph.border-c.y)/this.graph.view.scale)),h=a.offsetWidth;a.style.minWidth=b});mxClient.IS_QUIRKS||8==document.documentMode?window.setTimeout(r,0):r();this.positionGraph=function(){c=this.graph.getGraphBounds();h=null;r()}}; GraphViewer.prototype.updateContainerWidth=function(a,c){a.style.width=c+"px"};GraphViewer.prototype.updateContainerHeight=function(a,c){if(this.zoomEnabled||!this.autoFit||"BackCompat"==document.compatMode||mxClient.IS_QUIRKS||8==document.documentMode)a.style.height=c+"px"}; -GraphViewer.prototype.showLayers=function(a,c){var e=this.graphConfig.layers;if(null!=e||null!=c)if(e=null!=e?e.split(" "):null,null!=c||0<e.length){var b=null!=c?c.getModel():null,h=a.getModel();h.beginUpdate();try{for(var n=h.getChildCount(h.root),m=0;m<n;m++)h.setVisible(h.getChildAt(h.root,m),null!=c?b.isVisible(b.getChildAt(b.root,m)):!1);if(null==b)for(m=0;m<e.length;m++)h.setVisible(h.getChildAt(h.root,parseInt(e[m])),!0)}finally{h.endUpdate()}}}; +GraphViewer.prototype.showLayers=function(a,c){var e=this.graphConfig.layers;if(null!=e||null!=c)if(e=null!=e?e.split(" "):null,null!=c||0<e.length){var b=null!=c?c.getModel():null,h=a.getModel();h.beginUpdate();try{for(var p=h.getChildCount(h.root),n=0;n<p;n++)h.setVisible(h.getChildAt(h.root,n),null!=c?b.isVisible(b.getChildAt(b.root,n)):!1);if(null==b)for(n=0;n<e.length;n++)h.setVisible(h.getChildAt(h.root,parseInt(e[n])),!0)}finally{h.endUpdate()}}}; GraphViewer.prototype.addToolbar=function(){function a(a,b,c,d){var g=document.createElement("div");g.style.borderRight="1px solid #d0d0d0";g.style.padding="3px 6px 3px 6px";mxEvent.addListener(g,"click",a);null!=c&&g.setAttribute("title",c);g.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";a=document.createElement("img");a.setAttribute("border","0");a.setAttribute("src",b);null==d||d?(mxEvent.addListener(g,"mouseenter",function(){g.style.backgroundColor="#ddd"}),mxEvent.addListener(g,"mouseleave", function(){g.style.backgroundColor="#eee"}),mxUtils.setOpacity(a,60),g.style.cursor="pointer"):mxUtils.setOpacity(g,30);g.appendChild(a);e.appendChild(g);f++;return g}var c=this.graph.container;"bottom"==this.graphConfig["toolbar-position"]?c.style.marginBottom=this.toolbarHeight+"px":"inline"!=this.graphConfig["toolbar-position"]&&(c.style.marginTop=this.toolbarHeight+"px");var e=c.ownerDocument.createElement("div");e.style.position="absolute";e.style.overflow="hidden";e.style.boxSizing="border-box"; -e.style.whiteSpace="nowrap";e.style.zIndex=this.toolbarZIndex;e.style.backgroundColor="#eee";e.style.height=this.toolbarHeight+"px";this.toolbar=e;if("inline"==this.graphConfig["toolbar-position"]){mxUtils.setPrefixedStyle(e.style,"transition","opacity 100ms ease-in-out");mxUtils.setOpacity(e,30);var b=null,h=null,n=mxUtils.bind(this,function(a){null!=b&&(window.clearTimeout(b),fadeThead=null);null!=h&&(window.clearTimeout(h),fadeThead2=null);b=window.setTimeout(mxUtils.bind(this,function(){mxUtils.setOpacity(e, -0);b=null;h=window.setTimeout(mxUtils.bind(this,function(){e.style.display="none";h=null}),100)}),a||200)}),m=mxUtils.bind(this,function(a){null!=b&&(window.clearTimeout(b),fadeThead=null);null!=h&&(window.clearTimeout(h),fadeThead2=null);e.style.display="";mxUtils.setOpacity(e,a||30)});mxEvent.addListener(this.graph.container,mxClient.IS_POINTER?"pointermove":"mousemove",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||(m(30),n())}));mxEvent.addListener(e,mxClient.IS_POINTER?"pointermove": -"mousemove",function(a){mxEvent.consume(a)});mxEvent.addListener(e,"mouseenter",mxUtils.bind(this,function(a){m(100)}));mxEvent.addListener(e,"mousemove",mxUtils.bind(this,function(a){m(100);mxEvent.consume(a)}));mxEvent.addListener(e,"mouseleave",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||m(30)}));var r=this.graph,u=r.getTolerance();r.addMouseListener({startX:0,startY:0,scrollLeft:0,scrollTop:0,mouseDown:function(a,b){this.startX=b.getGraphX();this.startY=b.getGraphY();this.scrollLeft= -r.container.scrollLeft;this.scrollTop=r.container.scrollTop},mouseMove:function(a,b){},mouseUp:function(a,b){mxEvent.isTouchEvent(b.getEvent())&&Math.abs(this.scrollLeft-r.container.scrollLeft)<u&&Math.abs(this.scrollTop-r.container.scrollTop)<u&&Math.abs(this.startX-b.getGraphX())<u&&Math.abs(this.startY-b.getGraphY())<u&&(0<parseFloat(e.style.opacity||0)?n():m(30))}})}for(var d=this.toolbarItems,f=0,g=null,p=null,t=0;t<d.length;t++){var k=d[t];if("pages"==k){p=c.ownerDocument.createElement("div"); -p.style.cssText="display:inline-block;position:relative;padding:3px 4px 0 4px;vertical-align:top;font-family:Helvetica,Arial;font-size:12px;top:4px;cursor:default;";mxUtils.setOpacity(p,70);var q=a(mxUtils.bind(this,function(){this.selectPage(this.currentPage-1)}),Editor.previousImage,mxResources.get("previousPage")||"Previous Page");q.style.borderRightStyle="none";q.style.paddingLeft="0px";q.style.paddingRight="0px";e.appendChild(p);var x=a(mxUtils.bind(this,function(){this.selectPage(this.currentPage+ -1)}),Editor.nextImage,mxResources.get("nextPage")||"Next Page");x.style.paddingLeft="0px";x.style.paddingRight="0px";k=mxUtils.bind(this,function(){p.innerHTML="";mxUtils.write(p,this.currentPage+1+" / "+this.diagrams.length);p.style.display=1<this.diagrams.length?"inline-block":"none";q.style.display=p.style.display;x.style.display=p.style.display});this.addListener("graphChanged",k);k()}else if("zoom"==k)this.zoomEnabled&&(a(mxUtils.bind(this,function(){this.graph.zoomOut()}),Editor.zoomOutImage, -mxResources.get("zoomOut")||"Zoom Out"),a(mxUtils.bind(this,function(){this.graph.zoomIn()}),Editor.zoomInImage,mxResources.get("zoomIn")||"Zoom In"),a(mxUtils.bind(this,function(){this.graph.view.scaleAndTranslate(this.graph.initialViewState.scale,this.graph.initialViewState.translate.x,this.graph.initialViewState.translate.y)}),Editor.zoomFitImage,mxResources.get("fit")||"Fit"));else if("layers"==k){if(this.layersEnabled){var B=this.graph.getModel(),l=a(mxUtils.bind(this,function(a){if(null!=g)g.parentNode.removeChild(g), -g=null;else{g=this.graph.createLayersDialog();mxEvent.addListener(g,"mouseleave",function(){g.parentNode.removeChild(g);g=null});a=l.getBoundingClientRect();g.style.width="140px";g.style.padding="2px 0px 2px 0px";g.style.border="1px solid #d0d0d0";g.style.backgroundColor="#eee";g.style.fontFamily="Helvetica Neue,Helvetica,Arial Unicode MS,Arial";g.style.fontSize="11px";g.style.zIndex=this.toolbarZIndex+1;mxUtils.setOpacity(g,80);var b=mxUtils.getDocumentScrollOrigin(document);g.style.left=b.x+a.left+ -"px";g.style.top=b.y+a.bottom+"px";document.body.appendChild(g)}}),Editor.layersImage,mxResources.get("layers")||"Layers");B.addListener(mxEvent.CHANGE,function(){l.style.display=1<B.getChildCount(B.root)?"inline-block":"none"});l.style.display=1<B.getChildCount(B.root)?"inline-block":"none"}}else"lightbox"==k?this.lightboxEnabled&&a(mxUtils.bind(this,function(){this.showLightbox()}),Editor.maximizeImage,mxResources.get("show")||"Show"):null!=this.graphConfig["toolbar-buttons"]&&(k=this.graphConfig["toolbar-buttons"][k], -null!=k&&a(null==k.enabled||k.enabled?k.handler:function(){},k.image,k.title,k.enabled))}null!=this.graph.minimumContainerSize&&(this.graph.minimumContainerSize.width=34*f);null!=this.graphConfig.title&&(d=c.ownerDocument.createElement("div"),d.style.cssText="display:inline-block;position:relative;padding:3px 6px 0 6px;vertical-align:top;font-family:Helvetica,Arial;font-size:12px;top:4px;cursor:default;",d.setAttribute("title",this.graphConfig.title),mxUtils.write(d,this.graphConfig.title),mxUtils.setOpacity(d, -70),e.appendChild(d));this.minToolbarWidth=34*f;var y=c.style.border,d=mxUtils.bind(this,function(){var a=c.getBoundingClientRect(),b=mxUtils.getScrollOrigin(document.body),b="relative"===document.body.style.position?document.body.getBoundingClientRect():{left:-b.x,top:-b.y},a={left:a.left-b.left,top:a.top-b.top,bottom:a.bottom-b.top,right:a.right-b.left};e.style.left=a.left+"px";e.style.width="inline"==this.graphConfig["toolbar-position"]?"auto":Math.max(this.minToolbarWidth,c.offsetWidth)+"px"; -e.style.border="1px solid #d0d0d0";"bottom"==this.graphConfig["toolbar-position"]?e.style.top=a.bottom-1+"px":"inline"!=this.graphConfig["toolbar-position"]?(e.style.marginTop=-this.toolbarHeight+"px",e.style.top=a.top+1+"px"):e.style.top=a.top+"px";"1px solid transparent"==y&&(c.style.border="1px solid #d0d0d0");document.body.appendChild(e);var d=mxUtils.bind(this,function(){1!=this.graphConfig["toolbar-nohide"]&&(null!=e.parentNode&&e.parentNode.removeChild(e),null!=g&&(g.parentNode.removeChild(g), -g=null),c.style.border=y)});mxEvent.addListener(document,"mousemove",function(a){for(a=mxEvent.getSource(a);null!=a;){if(a==c||a==e||a==g)return;a=a.parentNode}d()});mxEvent.addListener(document,"mouseleave",function(a){d()})});mxEvent.addListener(c,"mouseenter",d)}; -GraphViewer.prototype.addClickHandler=function(a,c){a.linkPolicy=this.graphConfig.target||a.linkPolicy;a.addClickHandler(this.graphConfig.highlight,mxUtils.bind(this,function(e,b){if(null==b){var h=mxEvent.getSource(e);"a"==h.nodeName.toLowerCase()&&(b=h.getAttribute("href"))}null!=c?null==b||a.isExternalProtocol(b)||a.isBlankLink(b)||window.setTimeout(function(){c.destroy()},0):null==b||null!=c||!a.isCustomLink(b)||!mxEvent.isTouchEvent(e)&&mxEvent.isPopupTrigger(e)||(a.customLinkClicked(b),mxEvent.consume(e))}), +e.style.whiteSpace="nowrap";e.style.zIndex=this.toolbarZIndex;e.style.backgroundColor="#eee";e.style.height=this.toolbarHeight+"px";this.toolbar=e;if("inline"==this.graphConfig["toolbar-position"]){mxUtils.setPrefixedStyle(e.style,"transition","opacity 100ms ease-in-out");mxUtils.setOpacity(e,30);var b=null,h=null,p=mxUtils.bind(this,function(a){null!=b&&(window.clearTimeout(b),fadeThead=null);null!=h&&(window.clearTimeout(h),fadeThead2=null);b=window.setTimeout(mxUtils.bind(this,function(){mxUtils.setOpacity(e, +0);b=null;h=window.setTimeout(mxUtils.bind(this,function(){e.style.display="none";h=null}),100)}),a||200)}),n=mxUtils.bind(this,function(a){null!=b&&(window.clearTimeout(b),fadeThead=null);null!=h&&(window.clearTimeout(h),fadeThead2=null);e.style.display="";mxUtils.setOpacity(e,a||30)});mxEvent.addListener(this.graph.container,mxClient.IS_POINTER?"pointermove":"mousemove",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||(n(30),p())}));mxEvent.addListener(e,mxClient.IS_POINTER?"pointermove": +"mousemove",function(a){mxEvent.consume(a)});mxEvent.addListener(e,"mouseenter",mxUtils.bind(this,function(a){n(100)}));mxEvent.addListener(e,"mousemove",mxUtils.bind(this,function(a){n(100);mxEvent.consume(a)}));mxEvent.addListener(e,"mouseleave",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||n(30)}));var r=this.graph,u=r.getTolerance();r.addMouseListener({startX:0,startY:0,scrollLeft:0,scrollTop:0,mouseDown:function(a,b){this.startX=b.getGraphX();this.startY=b.getGraphY();this.scrollLeft= +r.container.scrollLeft;this.scrollTop=r.container.scrollTop},mouseMove:function(a,b){},mouseUp:function(a,b){mxEvent.isTouchEvent(b.getEvent())&&Math.abs(this.scrollLeft-r.container.scrollLeft)<u&&Math.abs(this.scrollTop-r.container.scrollTop)<u&&Math.abs(this.startX-b.getGraphX())<u&&Math.abs(this.startY-b.getGraphY())<u&&(0<parseFloat(e.style.opacity||0)?p():n(30))}})}for(var d=this.toolbarItems,f=0,g=null,q=null,t=0;t<d.length;t++){var m=d[t];if("pages"==m){q=c.ownerDocument.createElement("div"); +q.style.cssText="display:inline-block;position:relative;padding:3px 4px 0 4px;vertical-align:top;font-family:Helvetica,Arial;font-size:12px;top:4px;cursor:default;";mxUtils.setOpacity(q,70);var l=a(mxUtils.bind(this,function(){this.selectPage(this.currentPage-1)}),Editor.previousImage,mxResources.get("previousPage")||"Previous Page");l.style.borderRightStyle="none";l.style.paddingLeft="0px";l.style.paddingRight="0px";e.appendChild(q);var C=a(mxUtils.bind(this,function(){this.selectPage(this.currentPage+ +1)}),Editor.nextImage,mxResources.get("nextPage")||"Next Page");C.style.paddingLeft="0px";C.style.paddingRight="0px";m=mxUtils.bind(this,function(){q.innerHTML="";mxUtils.write(q,this.currentPage+1+" / "+this.diagrams.length);q.style.display=1<this.diagrams.length?"inline-block":"none";l.style.display=q.style.display;C.style.display=q.style.display});this.addListener("graphChanged",m);m()}else if("zoom"==m)this.zoomEnabled&&(a(mxUtils.bind(this,function(){this.graph.zoomOut()}),Editor.zoomOutImage, +mxResources.get("zoomOut")||"Zoom Out"),a(mxUtils.bind(this,function(){this.graph.zoomIn()}),Editor.zoomInImage,mxResources.get("zoomIn")||"Zoom In"),a(mxUtils.bind(this,function(){this.graph.view.scaleAndTranslate(this.graph.initialViewState.scale,this.graph.initialViewState.translate.x,this.graph.initialViewState.translate.y)}),Editor.zoomFitImage,mxResources.get("fit")||"Fit"));else if("layers"==m){if(this.layersEnabled){var y=this.graph.getModel(),k=a(mxUtils.bind(this,function(a){if(null!=g)g.parentNode.removeChild(g), +g=null;else{g=this.graph.createLayersDialog();mxEvent.addListener(g,"mouseleave",function(){g.parentNode.removeChild(g);g=null});a=k.getBoundingClientRect();g.style.width="140px";g.style.padding="2px 0px 2px 0px";g.style.border="1px solid #d0d0d0";g.style.backgroundColor="#eee";g.style.fontFamily="Helvetica Neue,Helvetica,Arial Unicode MS,Arial";g.style.fontSize="11px";g.style.zIndex=this.toolbarZIndex+1;mxUtils.setOpacity(g,80);var b=mxUtils.getDocumentScrollOrigin(document);g.style.left=b.x+a.left+ +"px";g.style.top=b.y+a.bottom+"px";document.body.appendChild(g)}}),Editor.layersImage,mxResources.get("layers")||"Layers");y.addListener(mxEvent.CHANGE,function(){k.style.display=1<y.getChildCount(y.root)?"inline-block":"none"});k.style.display=1<y.getChildCount(y.root)?"inline-block":"none"}}else"lightbox"==m?this.lightboxEnabled&&a(mxUtils.bind(this,function(){this.showLightbox()}),Editor.maximizeImage,mxResources.get("show")||"Show"):null!=this.graphConfig["toolbar-buttons"]&&(m=this.graphConfig["toolbar-buttons"][m], +null!=m&&a(null==m.enabled||m.enabled?m.handler:function(){},m.image,m.title,m.enabled))}null!=this.graph.minimumContainerSize&&(this.graph.minimumContainerSize.width=34*f);null!=this.graphConfig.title&&(d=c.ownerDocument.createElement("div"),d.style.cssText="display:inline-block;position:relative;padding:3px 6px 0 6px;vertical-align:top;font-family:Helvetica,Arial;font-size:12px;top:4px;cursor:default;",d.setAttribute("title",this.graphConfig.title),mxUtils.write(d,this.graphConfig.title),mxUtils.setOpacity(d, +70),e.appendChild(d));this.minToolbarWidth=34*f;var w=c.style.border,d=mxUtils.bind(this,function(){var a=c.getBoundingClientRect(),b=mxUtils.getScrollOrigin(document.body),b="relative"===document.body.style.position?document.body.getBoundingClientRect():{left:-b.x,top:-b.y},a={left:a.left-b.left,top:a.top-b.top,bottom:a.bottom-b.top,right:a.right-b.left};e.style.left=a.left+"px";e.style.width="inline"==this.graphConfig["toolbar-position"]?"auto":Math.max(this.minToolbarWidth,c.offsetWidth)+"px"; +e.style.border="1px solid #d0d0d0";"bottom"==this.graphConfig["toolbar-position"]?e.style.top=a.bottom-1+"px":"inline"!=this.graphConfig["toolbar-position"]?(e.style.marginTop=-this.toolbarHeight+"px",e.style.top=a.top+1+"px"):e.style.top=a.top+"px";"1px solid transparent"==w&&(c.style.border="1px solid #d0d0d0");document.body.appendChild(e);var d=mxUtils.bind(this,function(){1!=this.graphConfig["toolbar-nohide"]&&(null!=e.parentNode&&e.parentNode.removeChild(e),null!=g&&(g.parentNode.removeChild(g), +g=null),c.style.border=w)});mxEvent.addListener(document,"mousemove",function(a){for(a=mxEvent.getSource(a);null!=a;){if(a==c||a==e||a==g)return;a=a.parentNode}d()});mxEvent.addListener(document,"mouseleave",function(a){d()})});mxEvent.addListener(c,"mouseenter",d)}; +GraphViewer.prototype.addClickHandler=function(a,c){a.linkPolicy=this.graphConfig.target||a.linkPolicy;a.addClickHandler(this.graphConfig.highlight,mxUtils.bind(this,function(e,b){if(null==b){var h=mxEvent.getSource(e);"a"==h.nodeName.toLowerCase()&&(b=h.getAttribute("href"))}null!=c?null==b||a.isExternalProtocol(b)||a.isBlankLink(b)||window.setTimeout(function(){c.destroy()},0):null!=b&&null==c&&a.isCustomLink(b)&&(mxEvent.isTouchEvent(e)||!mxEvent.isPopupTrigger(e))&&a.customLinkClicked(b)&&mxEvent.consume(e)}), mxUtils.bind(this,function(a){null!=c||!this.lightboxClickEnabled||mxEvent.isTouchEvent(a)&&0!=this.toolbarItems.length||this.showLightbox()}))}; GraphViewer.prototype.showLightbox=function(a,c,e){if("open"==this.graphConfig.lightbox||window.self!==window.top)if(null==this.lightboxWindow||this.lightboxWindow.closed){a=null!=a?a:null!=this.graphConfig.editable?this.graphConfig.editable:!0;e={client:1,lightbox:1,target:null!=e?e:"blank"};a&&(e.edit=this.graphConfig.edit||"_blank");if(null!=c?c:1)e.close=1;this.layersEnabled&&(e.layers=1);null!=this.graphConfig&&0!=this.graphConfig.nav&&(e.nav=1);null!=this.graphConfig&&null!=this.graphConfig.highlight&& (e.highlight=this.graphConfig.highlight.substring(1));null!=this.currentPage&&0<this.currentPage&&(e.page=this.currentPage);"undefined"!==typeof window.postMessage&&(null==document.documentMode||10<=document.documentMode)?null==this.lightboxWindow&&mxEvent.addListener(window,"message",mxUtils.bind(this,function(a){"ready"==a.data&&a.source==this.lightboxWindow&&this.lightboxWindow.postMessage(this.xml,"*")})):e.data=encodeURIComponent(this.xml);a="www.draw.io";"1"==urlParams.dev&&(e.dev="1",e.drawdev= @@ -3219,17 +3224,17 @@ GraphViewer.prototype.showLightbox=function(a,c,e){if("open"==this.graphConfig.l GraphViewer.prototype.showLocalLightbox=function(){var a=mxUtils.getDocumentScrollOrigin(document),c=document.createElement("div");mxClient.IS_QUIRKS?(c.style.position="absolute",c.style.left=a.x+"px",c.style.top=a.y+"px",c.style.width=document.body.offsetWidth+"px",c.style.height=document.body.offsetHeight+"px"):c.style.cssText="position:fixed;top:0;left:0;bottom:0;right:0;";c.style.zIndex=this.lightboxZIndex;c.style.backgroundColor="#000000";mxUtils.setOpacity(c,70);document.body.appendChild(c); var e=document.createElement("img");e.setAttribute("border","0");e.setAttribute("src",Editor.closeImage);mxClient.IS_QUIRKS?(e.style.position="absolute",e.style.right="32px",e.style.top=a.y+32+"px"):e.style.cssText="position:fixed;top:32px;right:32px;";e.style.cursor="pointer";mxEvent.addListener(e,"click",function(){b.destroy()});urlParams.pages="1";urlParams.page=this.currentPage;urlParams.nav=0!=this.graphConfig.nav?"1":"0";urlParams.layers=this.layersEnabled?"1":"0";if(null==document.documentMode|| 10<=document.documentMode)Editor.prototype.editButtonLink=this.graphConfig.edit,Editor.prototype.editButtonFunc=this.graphConfig.editFunc;EditorUi.prototype.updateActionStates=function(){};EditorUi.prototype.addBeforeUnloadListener=function(){};EditorUi.prototype.addChromelessClickHandler=function(){};Graph.prototype.shadowId="lightboxDropShadow";var b=new EditorUi(new Editor(!0),document.createElement("div"),!0);b.editor.editBlankUrl=this.editBlankUrl;Graph.prototype.shadowId="dropShadow";b.refresh= -function(){};var h=mxUtils.bind(this,function(a){27==a.keyCode&&b.destroy()}),n=b.destroy;b.destroy=function(){mxEvent.removeListener(document.documentElement,"keydown",h);document.body.removeChild(c);document.body.removeChild(e);document.body.style.overflow="auto";GraphViewer.resizeSensorEnabled=!0;n.apply(this,arguments)};var m=b.editor.graph,r=m.container;r.style.overflow="hidden";this.lightboxChrome?(r.style.border="1px solid #c0c0c0",r.style.margin="40px",mxEvent.addListener(document.documentElement, -"keydown",h)):(c.style.display="none",e.style.display="none");var u=this;m.getImageFromBundles=function(a){return u.getImageUrl(a)};var d=b.createTemporaryGraph;b.createTemporaryGraph=function(){var a=d.apply(this,arguments);a.getImageFromBundles=function(a){return u.getImageUrl(a)};return a};this.graphConfig.move&&(m.isMoveCellsEvent=function(a){return!0});mxClient.IS_QUIRKS||(mxUtils.setPrefixedStyle(r.style,"border-radius","4px"),r.style.position="fixed");GraphViewer.resizeSensorEnabled=!1;document.body.style.overflow= -"hidden";mxClient.IS_SF||mxClient.IS_EDGE||(mxUtils.setPrefixedStyle(r.style,"transform","rotateY(90deg)"),mxUtils.setPrefixedStyle(r.style,"transition","all .25s ease-in-out"));this.addClickHandler(m,b);window.setTimeout(mxUtils.bind(this,function(){r.style.outline="none";r.style.zIndex=this.lightboxZIndex;e.style.zIndex=this.lightboxZIndex;document.body.appendChild(r);document.body.appendChild(e);b.setFileData(this.xml);mxUtils.setPrefixedStyle(r.style,"transform","rotateY(0deg)");b.chromelessToolbar.style.bottom= +function(){};var h=mxUtils.bind(this,function(a){27==a.keyCode&&b.destroy()}),p=b.destroy;b.destroy=function(){mxEvent.removeListener(document.documentElement,"keydown",h);document.body.removeChild(c);document.body.removeChild(e);document.body.style.overflow="auto";GraphViewer.resizeSensorEnabled=!0;p.apply(this,arguments)};var n=b.editor.graph,r=n.container;r.style.overflow="hidden";this.lightboxChrome?(r.style.border="1px solid #c0c0c0",r.style.margin="40px",mxEvent.addListener(document.documentElement, +"keydown",h)):(c.style.display="none",e.style.display="none");var u=this;n.getImageFromBundles=function(a){return u.getImageUrl(a)};var d=b.createTemporaryGraph;b.createTemporaryGraph=function(){var a=d.apply(this,arguments);a.getImageFromBundles=function(a){return u.getImageUrl(a)};return a};this.graphConfig.move&&(n.isMoveCellsEvent=function(a){return!0});mxClient.IS_QUIRKS||(mxUtils.setPrefixedStyle(r.style,"border-radius","4px"),r.style.position="fixed");GraphViewer.resizeSensorEnabled=!1;document.body.style.overflow= +"hidden";mxClient.IS_SF||mxClient.IS_EDGE||(mxUtils.setPrefixedStyle(r.style,"transform","rotateY(90deg)"),mxUtils.setPrefixedStyle(r.style,"transition","all .25s ease-in-out"));this.addClickHandler(n,b);window.setTimeout(mxUtils.bind(this,function(){r.style.outline="none";r.style.zIndex=this.lightboxZIndex;e.style.zIndex=this.lightboxZIndex;document.body.appendChild(r);document.body.appendChild(e);b.setFileData(this.xml);mxUtils.setPrefixedStyle(r.style,"transform","rotateY(0deg)");b.chromelessToolbar.style.bottom= "60px";b.chromelessToolbar.style.zIndex=this.lightboxZIndex;document.body.appendChild(b.chromelessToolbar);b.getEditBlankXml=mxUtils.bind(this,function(){return this.xml});mxClient.IS_QUIRKS&&(r.style.position="absolute",r.style.display="block",r.style.left=a.x+"px",r.style.top=a.y+"px",r.style.width=document.body.clientWidth-80+"px",r.style.height=document.body.clientHeight-80+"px",r.style.backgroundColor="white",b.chromelessToolbar.style.display="block",b.chromelessToolbar.style.position="absolute", -b.chromelessToolbar.style.bottom="",b.chromelessToolbar.style.top=a.y+document.body.clientHeight-100+"px");b.lightboxFit();b.chromelessResize();this.showLayers(m,this.graph);mxEvent.addListener(c,"click",function(){b.destroy()})}),0);return b};GraphViewer.processElements=function(a){mxUtils.forEach(GraphViewer.getElementsByClassName(a||"mxgraph"),function(a){try{a.innerHTML="",GraphViewer.createViewerForElement(a)}catch(e){throw a.innerHTML=e.message,e;}})}; +b.chromelessToolbar.style.bottom="",b.chromelessToolbar.style.top=a.y+document.body.clientHeight-100+"px");b.lightboxFit();b.chromelessResize();this.showLayers(n,this.graph);mxEvent.addListener(c,"click",function(){b.destroy()})}),0);return b};GraphViewer.processElements=function(a){mxUtils.forEach(GraphViewer.getElementsByClassName(a||"mxgraph"),function(a){try{a.innerHTML="",GraphViewer.createViewerForElement(a)}catch(e){throw a.innerHTML=e.message,e;}})}; GraphViewer.getElementsByClassName=function(a){if(document.getElementsByClassName){var c=document.getElementsByClassName(a);a=[];for(var e=0;e<c.length;e++)a.push(c[e]);return a}for(var b=document.getElementsByTagName("*"),c=[],e=0;e<b.length;e++){var h=b[e].className;null!=h&&0<h.length&&(h=h.split(" "),0<=mxUtils.indexOf(h,a)&&c.push(b[e]))}return c}; GraphViewer.createViewerForElement=function(a,c){var e=a.getAttribute("data-mxgraph");if(null!=e){var b=JSON.parse(e),h=function(e){e=mxUtils.parseXml(e);e=new GraphViewer(a,e.documentElement,b);null!=c&&c(e)};null!=b.url?GraphViewer.getUrl(b.url,function(a){h(a)}):h(b.xml)}}; GraphViewer.initCss=function(){try{var a=document.createElement("style");a.type="text/css";a.innerHTML="div.mxTooltip {\n-webkit-box-shadow: 3px 3px 12px #C0C0C0;\n-moz-box-shadow: 3px 3px 12px #C0C0C0;\nbox-shadow: 3px 3px 12px #C0C0C0;\nbackground: #FFFFCC;\nborder-style: solid;\nborder-width: 1px;\nborder-color: black;\nfont-family: Arial;\nfont-size: 8pt;\nposition: absolute;\ncursor: default;\npadding: 4px;\ncolor: black;}\ntd.mxPopupMenuIcon div {\nwidth:16px;\nheight:16px;}\nhtml div.mxPopupMenu {\n-webkit-box-shadow:2px 2px 3px #d5d5d5;\n-moz-box-shadow:2px 2px 3px #d5d5d5;\nbox-shadow:2px 2px 3px #d5d5d5;\n_filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color='#d0d0d0',Positive='true');\nbackground:white;\nposition:absolute;\nborder:3px solid #e7e7e7;\npadding:3px;}\nhtml table.mxPopupMenu {\nborder-collapse:collapse;\nmargin:0px;}\nhtml td.mxPopupMenuItem {\npadding:7px 30px 7px 30px;\nfont-family:Helvetica Neue,Helvetica,Arial Unicode MS,Arial;\nfont-size:10pt;}\nhtml td.mxPopupMenuIcon {\nbackground-color:white;\npadding:0px;}\ntd.mxPopupMenuIcon .geIcon {\npadding:2px;\npadding-bottom:4px;\nmargin:2px;\nborder:1px solid transparent;\nopacity:0.5;\n_width:26px;\n_height:26px;}\ntd.mxPopupMenuIcon .geIcon:hover {\nborder:1px solid gray;\nborder-radius:2px;\nopacity:1;}\nhtml tr.mxPopupMenuItemHover {\nbackground-color: #eeeeee;\ncolor: black;}\ntable.mxPopupMenu hr {\ncolor:#cccccc;\nbackground-color:#cccccc;\nborder:none;\nheight:1px;}\ntable.mxPopupMenu tr {\tfont-size:4pt;}\n.geDialog { font-family:Helvetica Neue,Helvetica,Arial Unicode MS,Arial;\nfont-size:10pt;\nborder:none;\nmargin:0px;}\n.geDialog {\tposition:absolute;\tbackground:white;\toverflow:hidden;\tpadding:30px;\tborder:1px solid #acacac;\t-webkit-box-shadow:0px 0px 2px 2px #d5d5d5;\t-moz-box-shadow:0px 0px 2px 2px #d5d5d5;\tbox-shadow:0px 0px 2px 2px #d5d5d5;\t_filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color='#d5d5d5', Positive='true');\tz-index: 2;}.geDialogClose {\tposition:absolute;\twidth:9px;\theight:9px;\topacity:0.5;\tcursor:pointer;\t_filter:alpha(opacity=50);}.geDialogClose:hover {\topacity:1;}.geDialogTitle {\tbox-sizing:border-box;\twhite-space:nowrap;\tbackground:rgb(229, 229, 229);\tborder-bottom:1px solid rgb(192, 192, 192);\tfont-size:15px;\tfont-weight:bold;\ttext-align:center;\tcolor:rgb(35, 86, 149);}.geDialogFooter {\tbackground:whiteSmoke;\twhite-space:nowrap;\ttext-align:right;\tbox-sizing:border-box;\tborder-top:1px solid #e5e5e5;\tcolor:darkGray;}\n.geBtn {\tbackground-color: #f5f5f5;\tborder-radius: 2px;\tborder: 1px solid #d8d8d8;\tcolor: #333;\tcursor: default;\tfont-size: 11px;\tfont-weight: bold;\theight: 29px;\tline-height: 27px;\tmargin: 0 0 0 8px;\tmin-width: 72px;\toutline: 0;\tpadding: 0 8px;\tcursor: pointer;}.geBtn:hover, .geBtn:focus {\t-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);\t-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);\tbox-shadow: 0px 1px 1px rgba(0,0,0,0.1);\tborder: 1px solid #c6c6c6;\tbackground-color: #f8f8f8;\tbackground-image: linear-gradient(#f8f8f8 0px,#f1f1f1 100%);\tcolor: #111;}.geBtn:disabled {\topacity: .5;}.gePrimaryBtn {\tbackground-color: #4d90fe;\tbackground-image: linear-gradient(#4d90fe 0px,#4787ed 100%);\tborder: 1px solid #3079ed;\tcolor: #fff;}.gePrimaryBtn:hover, .gePrimaryBtn:focus {\tbackground-color: #357ae8;\tbackground-image: linear-gradient(#4d90fe 0px,#357ae8 100%);\tborder: 1px solid #2f5bb7;\tcolor: #fff;}.gePrimaryBtn:disabled {\topacity: .5;}";document.getElementsByTagName("head")[0].appendChild(a)}catch(c){}}; GraphViewer.cachedUrls={};GraphViewer.getUrl=function(a,c,e){if(null!=GraphViewer.cachedUrls[a])c(GraphViewer.cachedUrls[a]);else{var b=0<navigator.userAgent.indexOf("MSIE 9")?new XDomainRequest:new XMLHttpRequest;b.open("GET",a);b.onload=function(){c(null!=b.getText?b.getText():b.responseText)};b.onerror=e;b.send()}};GraphViewer.resizeSensorEnabled=!0;GraphViewer.useResizeSensor=!0; -(function(){var a=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||function(a){return window.setTimeout(a,20)},c=function(e,b){function h(){this.q=[];this.add=function(a){this.q.push(a)};var a,b;this.call=function(){a=0;for(b=this.q.length;a<b;a++)this.q[a].call()}}function n(a,b){return a.currentStyle?a.currentStyle[b]:window.getComputedStyle?window.getComputedStyle(a,null).getPropertyValue(b):a.style[b]}function m(b,c){if(!b.resizedAttached)b.resizedAttached= +(function(){var a=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||function(a){return window.setTimeout(a,20)},c=function(e,b){function h(){this.q=[];this.add=function(a){this.q.push(a)};var a,b;this.call=function(){a=0;for(b=this.q.length;a<b;a++)this.q[a].call()}}function p(a,b){return a.currentStyle?a.currentStyle[b]:window.getComputedStyle?window.getComputedStyle(a,null).getPropertyValue(b):a.style[b]}function n(b,c){if(!b.resizedAttached)b.resizedAttached= new h,b.resizedAttached.add(c);else if(b.resizedAttached){b.resizedAttached.add(c);return}b.resizeSensor=document.createElement("div");b.resizeSensor.className="resize-sensor";b.resizeSensor.style.cssText="position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; visibility: hidden;";b.resizeSensor.innerHTML='<div class="resize-sensor-expand" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; visibility: hidden;"><div style="position: absolute; left: 0; top: 0; transition: 0s;"></div></div><div class="resize-sensor-shrink" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; visibility: hidden;"><div style="position: absolute; left: 0; top: 0; transition: 0s; width: 200%; height: 200%"></div></div>'; -b.appendChild(b.resizeSensor);"static"==n(b,"position")&&(b.style.position="relative");var d=b.resizeSensor.childNodes[0],e=d.childNodes[0],f=b.resizeSensor.childNodes[1],g=function(){e.style.width="100000px";e.style.height="100000px";d.scrollLeft=1E5;d.scrollTop=1E5;f.scrollLeft=1E5;f.scrollTop=1E5};g();var m=!1,l=function(){b.resizedAttached&&(m&&(b.resizedAttached.call(),m=!1),a(l))};a(l);var p,r,u,H,F=function(){if((u=b.offsetWidth)!=p||(H=b.offsetHeight)!=r)m=!0,p=u,r=H;g()},w=function(a,b,c){a.attachEvent? -a.attachEvent("on"+b,c):a.addEventListener(b,c)};w(d,"scroll",F);w(f,"scroll",F)}var r=function(){GraphViewer.resizeSensorEnabled&&b()},u=Object.prototype.toString.call(e),d="[object Array]"===u||"[object NodeList]"===u||"[object HTMLCollection]"===u||"undefined"!==typeof jQuery&&e instanceof jQuery||"undefined"!==typeof Elements&&e instanceof Elements;if(d)for(var u=0,f=e.length;u<f;u++)m(e[u],r);else m(e,r);this.detach=function(){if(d)for(var a=0,b=e.length;a<b;a++)c.detach(e[a]);else c.detach(e)}}; +b.appendChild(b.resizeSensor);"static"==p(b,"position")&&(b.style.position="relative");var d=b.resizeSensor.childNodes[0],e=d.childNodes[0],f=b.resizeSensor.childNodes[1],g=function(){e.style.width="100000px";e.style.height="100000px";d.scrollLeft=1E5;d.scrollTop=1E5;f.scrollLeft=1E5;f.scrollTop=1E5};g();var n=!1,k=function(){b.resizedAttached&&(n&&(b.resizedAttached.call(),n=!1),a(k))};a(k);var q,r,u,J,F=function(){if((u=b.offsetWidth)!=q||(J=b.offsetHeight)!=r)n=!0,q=u,r=J;g()},B=function(a,b,c){a.attachEvent? +a.attachEvent("on"+b,c):a.addEventListener(b,c)};B(d,"scroll",F);B(f,"scroll",F)}var r=function(){GraphViewer.resizeSensorEnabled&&b()},u=Object.prototype.toString.call(e),d="[object Array]"===u||"[object NodeList]"===u||"[object HTMLCollection]"===u||"undefined"!==typeof jQuery&&e instanceof jQuery||"undefined"!==typeof Elements&&e instanceof Elements;if(d)for(var u=0,f=e.length;u<f;u++)n(e[u],r);else n(e,r);this.detach=function(){if(d)for(var a=0,b=e.length;a<b;a++)c.detach(e[a]);else c.detach(e)}}; c.detach=function(a){a.resizeSensor&&(a.removeChild(a.resizeSensor),delete a.resizeSensor,delete a.resizedAttached)};window.ResizeSensor=c})(); diff --git a/src/main/webapp/js/atlas.min.js b/src/main/webapp/js/atlas.min.js index 654ba58a1..c19355442 100644 --- a/src/main/webapp/js/atlas.min.js +++ b/src/main/webapp/js/atlas.min.js @@ -96,7 +96,7 @@ ea;m.wa=m.normalizeRCData=e;m.xa=m.sanitize=function(a,b,d,e){return Q(a,ea(b,d, l--,_+=n[s++]<<u,u+=8}if(a.nlen=(31&_)+257,_>>>=5,u-=5,a.ndist=(31&_)+1,_>>>=5,u-=5,a.ncode=(15&_)+4,_>>>=4,u-=4,a.nlen>286||a.ndist>30){t.msg="too many length or distance symbols",a.mode=_t;break}a.have=0,a.mode=tt;case tt:for(;a.have<a.ncode;){for(;u<3;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}a.lens[At[a.have++]]=7&_,_>>>=3,u-=3}for(;a.have<19;)a.lens[At[a.have++]]=0;if(a.lencode=a.lendyn,a.lenbits=7,zt={bits:a.lenbits},xt=y(x,a.lens,0,19,a.lencode,0,a.work,zt),a.lenbits=zt.bits,xt){t.msg="invalid code lengths set",a.mode=_t;break}a.have=0,a.mode=et;case et:for(;a.have<a.nlen+a.ndist;){for(;St=a.lencode[_&(1<<a.lenbits)-1],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(wt<16)_>>>=gt,u-=gt,a.lens[a.have++]=wt;else{if(16===wt){for(Bt=gt+2;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(_>>>=gt,u-=gt,0===a.have){t.msg="invalid bit length repeat",a.mode=_t;break}yt=a.lens[a.have-1],g=3+(3&_),_>>>=2,u-=2}else if(17===wt){for(Bt=gt+3;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=gt,u-=gt,yt=0,g=3+(7&_),_>>>=3,u-=3}else{for(Bt=gt+7;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=gt,u-=gt,yt=0,g=11+(127&_),_>>>=7,u-=7}if(a.have+g>a.nlen+a.ndist){t.msg="invalid bit length repeat",a.mode=_t;break}for(;g--;)a.lens[a.have++]=yt}}if(a.mode===_t)break;if(0===a.lens[256]){t.msg="invalid code -- missing end-of-block",a.mode=_t;break}if(a.lenbits=9,zt={bits:a.lenbits},xt=y(z,a.lens,0,a.nlen,a.lencode,0,a.work,zt),a.lenbits=zt.bits,xt){t.msg="invalid literal/lengths set",a.mode=_t;break}if(a.distbits=6,a.distcode=a.distdyn,zt={bits:a.distbits},xt=y(B,a.lens,a.nlen,a.ndist,a.distcode,0,a.work,zt),a.distbits=zt.bits,xt){t.msg="invalid distances set",a.mode=_t;break}if(a.mode=at,e===A)break t;case at:a.mode=it;case it:if(l>=6&&h>=258){t.next_out=o,t.avail_out=h,t.next_in=s,t.avail_in=l,a.hold=_,a.bits=u,k(t,b),o=t.next_out,r=t.output,h=t.avail_out,s=t.next_in,n=t.input,l=t.avail_in,_=a.hold,u=a.bits,a.mode===X&&(a.back=-1);break}for(a.back=0;St=a.lencode[_&(1<<a.lenbits)-1],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(mt&&0===(240&mt)){for(pt=gt,vt=mt,kt=wt;St=a.lencode[kt+((_&(1<<pt+vt)-1)>>pt)],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(pt+gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=pt,u-=pt,a.back+=pt}if(_>>>=gt,u-=gt,a.back+=gt,a.length=wt,0===mt){a.mode=lt;break}if(32&mt){a.back=-1,a.mode=X;break}if(64&mt){t.msg="invalid literal/length code",a.mode=_t;break}a.extra=15&mt,a.mode=nt;case nt:if(a.extra){for(Bt=a.extra;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}a.length+=_&(1<<a.extra)-1,_>>>=a.extra,u-=a.extra,a.back+=a.extra}a.was=a.length,a.mode=rt;case rt:for(;St=a.distcode[_&(1<<a.distbits)-1],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(0===(240&mt)){for(pt=gt,vt=mt,kt=wt;St=a.distcode[kt+((_&(1<<pt+vt)-1)>>pt)],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(pt+gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=pt,u-=pt,a.back+=pt}if(_>>>=gt,u-=gt,a.back+=gt,64&mt){t.msg="invalid distance code",a.mode=_t;break}a.offset=wt,a.extra=15&mt,a.mode=st;case st:if(a.extra){for(Bt=a.extra;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}a.offset+=_&(1<<a.extra)-1,_>>>=a.extra,u-=a.extra,a.back+=a.extra}if(a.offset>a.dmax){t.msg="invalid distance too far back",a.mode=_t;break}a.mode=ot;case ot:if(0===h)break t;if(g=b-h,a.offset>g){if(g=a.offset-g,g>a.whave&&a.sane){t.msg="invalid distance too far back",a.mode=_t;break}g>a.wnext?(g-=a.wnext,m=a.wsize-g):m=a.wnext-g,g>a.length&&(g=a.length),bt=a.window}else bt=r,m=o-a.offset,g=a.length;g>h&&(g=h),h-=g,a.length-=g;do r[o++]=bt[m++];while(--g);0===a.length&&(a.mode=it);break;case lt:if(0===h)break t;r[o++]=a.length,h--,a.mode=it;break;case ht:if(a.wrap){for(;u<32;){if(0===l)break t;l--,_|=n[s++]<<u,u+=8}if(b-=h,t.total_out+=b,a.total+=b,b&&(t.adler=a.check=a.flags?v(a.check,r,b,o-b):p(a.check,r,b,o-b)),b=h,(a.flags?_:i(_))!==a.check){t.msg="incorrect data check",a.mode=_t;break}_=0,u=0}a.mode=dt;case dt:if(a.wrap&&a.flags){for(;u<32;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(_!==(4294967295&a.total)){t.msg="incorrect length check",a.mode=_t;break}_=0,u=0}a.mode=ft;case ft:xt=R;break t;case _t:xt=O;break t;case ut:return D;case ct:default:return N}return t.next_out=o,t.avail_out=h,t.next_in=s,t.avail_in=l,a.hold=_,a.bits=u,(a.wsize||b!==t.avail_out&&a.mode<_t&&(a.mode<ht||e!==S))&&f(t,t.output,t.next_out,b-t.avail_out)?(a.mode=ut,D):(c-=t.avail_in,b-=t.avail_out,t.total_in+=c,t.total_out+=b,a.total+=b,a.wrap&&b&&(t.adler=a.check=a.flags?v(a.check,r,b,t.next_out-b):p(a.check,r,b,t.next_out-b)),t.data_type=a.bits+(a.last?64:0)+(a.mode===X?128:0)+(a.mode===at||a.mode===Q?256:0),(0===c&&0===b||e===S)&&xt===Z&&(xt=I),xt)}function u(t){if(!t||!t.state)return N;var e=t.state;return e.window&&(e.window=null),t.state=null,Z}function c(t,e){var a;return t&&t.state?(a=t.state,0===(2&a.wrap)?N:(a.head=e,e.done=!1,Z)):N}function b(t,e){var a,i,n,r=e.length;return t&&t.state?(a=t.state,0!==a.wrap&&a.mode!==G?N:a.mode===G&&(i=1,i=p(i,e,r,0),i!==a.check)?O:(n=f(t,e,r,r))?(a.mode=ut,D):(a.havedict=1,Z)):N}var g,m,w=t("../utils/common"),p=t("./adler32"),v=t("./crc32"),k=t("./inffast"),y=t("./inftrees"),x=0,z=1,B=2,S=4,E=5,A=6,Z=0,R=1,C=2,N=-2,O=-3,D=-4,I=-5,U=8,T=1,F=2,L=3,H=4,j=5,K=6,M=7,P=8,Y=9,q=10,G=11,X=12,W=13,J=14,Q=15,V=16,$=17,tt=18,et=19,at=20,it=21,nt=22,rt=23,st=24,ot=25,lt=26,ht=27,dt=28,ft=29,_t=30,ut=31,ct=32,bt=852,gt=592,mt=15,wt=mt,pt=!0;a.inflateReset=s,a.inflateReset2=o,a.inflateResetKeep=r,a.inflateInit=h,a.inflateInit2=l,a.inflate=_,a.inflateEnd=u,a.inflateGetHeader=c,a.inflateSetDictionary=b,a.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":3,"./adler32":5,"./crc32":7,"./inffast":10,"./inftrees":12}],12:[function(t,e,a){"use strict";var i=t("../utils/common"),n=15,r=852,s=592,o=0,l=1,h=2,d=[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],f=[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,72,78],_=[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],u=[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];e.exports=function(t,e,a,c,b,g,m,w){var p,v,k,y,x,z,B,S,E,A=w.bits,Z=0,R=0,C=0,N=0,O=0,D=0,I=0,U=0,T=0,F=0,L=null,H=0,j=new i.Buf16(n+1),K=new i.Buf16(n+1),M=null,P=0;for(Z=0;Z<=n;Z++)j[Z]=0;for(R=0;R<c;R++)j[e[a+R]]++;for(O=A,N=n;N>=1&&0===j[N];N--);if(O>N&&(O=N),0===N)return b[g++]=20971520,b[g++]=20971520,w.bits=1,0;for(C=1;C<N&&0===j[C];C++);for(O<C&&(O=C),U=1,Z=1;Z<=n;Z++)if(U<<=1,U-=j[Z],U<0)return-1;if(U>0&&(t===o||1!==N))return-1;for(K[1]=0,Z=1;Z<n;Z++)K[Z+1]=K[Z]+j[Z];for(R=0;R<c;R++)0!==e[a+R]&&(m[K[e[a+R]]++]=R);if(t===o?(L=M=m,z=19):t===l?(L=d,H-=257,M=f,P-=257,z=256):(L=_,M=u,z=-1),F=0,R=0,Z=C,x=g,D=O,I=0,k=-1,T=1<<O,y=T-1,t===l&&T>r||t===h&&T>s)return 1;for(var Y=0;;){Y++,B=Z-I,m[R]<z?(S=0,E=m[R]):m[R]>z?(S=M[P+m[R]],E=L[H+m[R]]):(S=96,E=0),p=1<<Z-I,v=1<<D,C=v;do v-=p,b[x+(F>>I)+v]=B<<24|S<<16|E|0;while(0!==v);for(p=1<<Z-1;F&p;)p>>=1;if(0!==p?(F&=p-1,F+=p):F=0,R++,0===--j[Z]){if(Z===N)break;Z=e[a+m[R]]}if(Z>O&&(F&y)!==k){for(0===I&&(I=O),x+=C,D=Z-I,U=1<<D;D+I<N&&(U-=j[D+I],!(U<=0));)D++,U<<=1;if(T+=1<<D,t===l&&T>r||t===h&&T>s)return 1;k=F&y,b[k]=O<<24|D<<16|x-g|0}}return 0!==F&&(b[x+F]=Z-I<<24|64<<16|0),w.bits=O,0}},{"../utils/common":3}],13:[function(t,e,a){"use strict";e.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],14:[function(t,e,a){"use strict";function i(t){for(var e=t.length;--e>=0;)t[e]=0}function n(t,e,a,i,n){this.static_tree=t,this.extra_bits=e,this.extra_base=a,this.elems=i,this.max_length=n,this.has_stree=t&&t.length}function r(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function s(t){return t<256?lt[t]:lt[256+(t>>>7)]}function o(t,e){t.pending_buf[t.pending++]=255&e,t.pending_buf[t.pending++]=e>>>8&255}function l(t,e,a){t.bi_valid>W-a?(t.bi_buf|=e<<t.bi_valid&65535,o(t,t.bi_buf),t.bi_buf=e>>W-t.bi_valid,t.bi_valid+=a-W):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=a)}function h(t,e,a){l(t,a[2*e],a[2*e+1])}function d(t,e){var a=0;do a|=1&t,t>>>=1,a<<=1;while(--e>0);return a>>>1}function f(t){16===t.bi_valid?(o(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=255&t.bi_buf,t.bi_buf>>=8,t.bi_valid-=8)}function _(t,e){var a,i,n,r,s,o,l=e.dyn_tree,h=e.max_code,d=e.stat_desc.static_tree,f=e.stat_desc.has_stree,_=e.stat_desc.extra_bits,u=e.stat_desc.extra_base,c=e.stat_desc.max_length,b=0;for(r=0;r<=X;r++)t.bl_count[r]=0;for(l[2*t.heap[t.heap_max]+1]=0,a=t.heap_max+1;a<G;a++)i=t.heap[a],r=l[2*l[2*i+1]+1]+1,r>c&&(r=c,b++),l[2*i+1]=r,i>h||(t.bl_count[r]++,s=0,i>=u&&(s=_[i-u]),o=l[2*i],t.opt_len+=o*(r+s),f&&(t.static_len+=o*(d[2*i+1]+s)));if(0!==b){do{for(r=c-1;0===t.bl_count[r];)r--;t.bl_count[r]--,t.bl_count[r+1]+=2,t.bl_count[c]--,b-=2}while(b>0);for(r=c;0!==r;r--)for(i=t.bl_count[r];0!==i;)n=t.heap[--a],n>h||(l[2*n+1]!==r&&(t.opt_len+=(r-l[2*n+1])*l[2*n],l[2*n+1]=r),i--)}}function u(t,e,a){var i,n,r=new Array(X+1),s=0;for(i=1;i<=X;i++)r[i]=s=s+a[i-1]<<1;for(n=0;n<=e;n++){var o=t[2*n+1];0!==o&&(t[2*n]=d(r[o]++,o))}}function c(){var t,e,a,i,r,s=new Array(X+1);for(a=0,i=0;i<K-1;i++)for(dt[i]=a,t=0;t<1<<et[i];t++)ht[a++]=i;for(ht[a-1]=i,r=0,i=0;i<16;i++)for(ft[i]=r,t=0;t<1<<at[i];t++)lt[r++]=i;for(r>>=7;i<Y;i++)for(ft[i]=r<<7,t=0;t<1<<at[i]-7;t++)lt[256+r++]=i;for(e=0;e<=X;e++)s[e]=0;for(t=0;t<=143;)st[2*t+1]=8,t++,s[8]++;for(;t<=255;)st[2*t+1]=9,t++,s[9]++;for(;t<=279;)st[2*t+1]=7,t++,s[7]++;for(;t<=287;)st[2*t+1]=8,t++,s[8]++;for(u(st,P+1,s),t=0;t<Y;t++)ot[2*t+1]=5,ot[2*t]=d(t,5);_t=new n(st,et,M+1,P,X),ut=new n(ot,at,0,Y,X),ct=new n(new Array(0),it,0,q,J)}function b(t){var e;for(e=0;e<P;e++)t.dyn_ltree[2*e]=0;for(e=0;e<Y;e++)t.dyn_dtree[2*e]=0;for(e=0;e<q;e++)t.bl_tree[2*e]=0;t.dyn_ltree[2*Q]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}function g(t){t.bi_valid>8?o(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function m(t,e,a,i){g(t),i&&(o(t,a),o(t,~a)),N.arraySet(t.pending_buf,t.window,e,a,t.pending),t.pending+=a}function w(t,e,a,i){var n=2*e,r=2*a;return t[n]<t[r]||t[n]===t[r]&&i[e]<=i[a]}function p(t,e,a){for(var i=t.heap[a],n=a<<1;n<=t.heap_len&&(n<t.heap_len&&w(e,t.heap[n+1],t.heap[n],t.depth)&&n++,!w(e,i,t.heap[n],t.depth));)t.heap[a]=t.heap[n],a=n,n<<=1;t.heap[a]=i}function v(t,e,a){var i,n,r,o,d=0;if(0!==t.last_lit)do i=t.pending_buf[t.d_buf+2*d]<<8|t.pending_buf[t.d_buf+2*d+1],n=t.pending_buf[t.l_buf+d],d++,0===i?h(t,n,e):(r=ht[n],h(t,r+M+1,e),o=et[r],0!==o&&(n-=dt[r],l(t,n,o)),i--,r=s(i),h(t,r,a),o=at[r],0!==o&&(i-=ft[r],l(t,i,o)));while(d<t.last_lit);h(t,Q,e)}function k(t,e){var a,i,n,r=e.dyn_tree,s=e.stat_desc.static_tree,o=e.stat_desc.has_stree,l=e.stat_desc.elems,h=-1;for(t.heap_len=0,t.heap_max=G,a=0;a<l;a++)0!==r[2*a]?(t.heap[++t.heap_len]=h=a,t.depth[a]=0):r[2*a+1]=0;for(;t.heap_len<2;)n=t.heap[++t.heap_len]=h<2?++h:0,r[2*n]=1,t.depth[n]=0,t.opt_len--,o&&(t.static_len-=s[2*n+1]);for(e.max_code=h,a=t.heap_len>>1;a>=1;a--)p(t,r,a);n=l;do a=t.heap[1],t.heap[1]=t.heap[t.heap_len--],p(t,r,1),i=t.heap[1],t.heap[--t.heap_max]=a,t.heap[--t.heap_max]=i,r[2*n]=r[2*a]+r[2*i],t.depth[n]=(t.depth[a]>=t.depth[i]?t.depth[a]:t.depth[i])+1,r[2*a+1]=r[2*i+1]=n,t.heap[1]=n++,p(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],_(t,e),u(r,h,t.bl_count)}function y(t,e,a){var i,n,r=-1,s=e[1],o=0,l=7,h=4;for(0===s&&(l=138,h=3),e[2*(a+1)+1]=65535,i=0;i<=a;i++)n=s,s=e[2*(i+1)+1],++o<l&&n===s||(o<h?t.bl_tree[2*n]+=o:0!==n?(n!==r&&t.bl_tree[2*n]++,t.bl_tree[2*V]++):o<=10?t.bl_tree[2*$]++:t.bl_tree[2*tt]++,o=0,r=n,0===s?(l=138,h=3):n===s?(l=6,h=3):(l=7,h=4))}function x(t,e,a){var i,n,r=-1,s=e[1],o=0,d=7,f=4;for(0===s&&(d=138,f=3),i=0;i<=a;i++)if(n=s,s=e[2*(i+1)+1],!(++o<d&&n===s)){if(o<f){do h(t,n,t.bl_tree);while(0!==--o)}else 0!==n?(n!==r&&(h(t,n,t.bl_tree),o--),h(t,V,t.bl_tree),l(t,o-3,2)):o<=10?(h(t,$,t.bl_tree),l(t,o-3,3)):(h(t,tt,t.bl_tree),l(t,o-11,7));o=0,r=n,0===s?(d=138,f=3):n===s?(d=6,f=3):(d=7,f=4)}}function z(t){var e;for(y(t,t.dyn_ltree,t.l_desc.max_code),y(t,t.dyn_dtree,t.d_desc.max_code),k(t,t.bl_desc),e=q-1;e>=3&&0===t.bl_tree[2*nt[e]+1];e--);return t.opt_len+=3*(e+1)+5+5+4,e}function B(t,e,a,i){var n;for(l(t,e-257,5),l(t,a-1,5),l(t,i-4,4),n=0;n<i;n++)l(t,t.bl_tree[2*nt[n]+1],3);x(t,t.dyn_ltree,e-1),x(t,t.dyn_dtree,a-1)}function S(t){var e,a=4093624447;for(e=0;e<=31;e++,a>>>=1)if(1&a&&0!==t.dyn_ltree[2*e])return D;if(0!==t.dyn_ltree[18]||0!==t.dyn_ltree[20]||0!==t.dyn_ltree[26])return I;for(e=32;e<M;e++)if(0!==t.dyn_ltree[2*e])return I;return D}function E(t){bt||(c(),bt=!0),t.l_desc=new r(t.dyn_ltree,_t),t.d_desc=new r(t.dyn_dtree,ut),t.bl_desc=new r(t.bl_tree,ct),t.bi_buf=0,t.bi_valid=0,b(t)}function A(t,e,a,i){l(t,(T<<1)+(i?1:0),3),m(t,e,a,!0)}function Z(t){l(t,F<<1,3),h(t,Q,st),f(t)}function R(t,e,a,i){var n,r,s=0;t.level>0?(t.strm.data_type===U&&(t.strm.data_type=S(t)),k(t,t.l_desc),k(t,t.d_desc),s=z(t),n=t.opt_len+3+7>>>3,r=t.static_len+3+7>>>3,r<=n&&(n=r)):n=r=a+5,a+4<=n&&e!==-1?A(t,e,a,i):t.strategy===O||r===n?(l(t,(F<<1)+(i?1:0),3),v(t,st,ot)):(l(t,(L<<1)+(i?1:0),3),B(t,t.l_desc.max_code+1,t.d_desc.max_code+1,s+1),v(t,t.dyn_ltree,t.dyn_dtree)),b(t),i&&g(t)}function C(t,e,a){return t.pending_buf[t.d_buf+2*t.last_lit]=e>>>8&255,t.pending_buf[t.d_buf+2*t.last_lit+1]=255&e,t.pending_buf[t.l_buf+t.last_lit]=255&a,t.last_lit++,0===e?t.dyn_ltree[2*a]++:(t.matches++,e--,t.dyn_ltree[2*(ht[a]+M+1)]++,t.dyn_dtree[2*s(e)]++),t.last_lit===t.lit_bufsize-1}var N=t("../utils/common"),O=4,D=0,I=1,U=2,T=0,F=1,L=2,H=3,j=258,K=29,M=256,P=M+1+K,Y=30,q=19,G=2*P+1,X=15,W=16,J=7,Q=256,V=16,$=17,tt=18,et=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],at=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],it=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],nt=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],rt=512,st=new Array(2*(P+2));i(st);var ot=new Array(2*Y);i(ot);var lt=new Array(rt);i(lt);var ht=new Array(j-H+1);i(ht);var dt=new Array(K);i(dt);var ft=new Array(Y);i(ft);var _t,ut,ct,bt=!1;a._tr_init=E,a._tr_stored_block=A,a._tr_flush_block=R,a._tr_tally=C,a._tr_align=Z},{"../utils/common":3}],15:[function(t,e,a){"use strict";function i(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}e.exports=i},{}],"/":[function(t,e,a){"use strict";var i=t("./lib/utils/common").assign,n=t("./lib/deflate"),r=t("./lib/inflate"),s=t("./lib/zlib/constants"),o={};i(o,n,r,s),e.exports=o},{"./lib/deflate":1,"./lib/inflate":2,"./lib/utils/common":3,"./lib/zlib/constants":6}]},{},[])("/")}); var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(a,b){var c="",d,e,f,g,k,l,m=0;for(null!=b&&b||(a=Base64._utf8_encode(a));m<a.length;)d=a.charCodeAt(m++),e=a.charCodeAt(m++),f=a.charCodeAt(m++),g=d>>2,d=(d&3)<<4|e>>4,k=(e&15)<<2|f>>6,l=f&63,isNaN(e)?k=l=64:isNaN(f)&&(l=64),c=c+this._keyStr.charAt(g)+this._keyStr.charAt(d)+this._keyStr.charAt(k)+this._keyStr.charAt(l);return c},decode:function(a,b){b=null!=b?b:!1;var c="",d,e,f,g,k,l=0;for(a=a.replace(/[^A-Za-z0-9\+\/\=]/g, "");l<a.length;)d=this._keyStr.indexOf(a.charAt(l++)),e=this._keyStr.indexOf(a.charAt(l++)),g=this._keyStr.indexOf(a.charAt(l++)),k=this._keyStr.indexOf(a.charAt(l++)),d=d<<2|e>>4,e=(e&15)<<4|g>>2,f=(g&3)<<6|k,c+=String.fromCharCode(d),64!=g&&(c+=String.fromCharCode(e)),64!=k&&(c+=String.fromCharCode(f));b||(c=Base64._utf8_decode(c));return c},_utf8_encode:function(a){a=a.replace(/\r\n/g,"\n");for(var b="",c=0;c<a.length;c++){var d=a.charCodeAt(c);128>d?b+=String.fromCharCode(d):(127<d&&2048>d?b+= -String.fromCharCode(d>>6|192):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128)),b+=String.fromCharCode(d&63|128))}return b},_utf8_decode:function(a){var b="",c=0,d;for(c1=c2=0;c<a.length;)d=a.charCodeAt(c),128>d?(b+=String.fromCharCode(d),c++):191<d&&224>d?(c2=a.charCodeAt(c+1),b+=String.fromCharCode((d&31)<<6|c2&63),c+=2):(c2=a.charCodeAt(c+1),c3=a.charCodeAt(c+2),b+=String.fromCharCode((d&15)<<12|(c2&63)<<6|c3&63),c+=3);return b}};window.urlParams=window.urlParams||{};window.isLocalStorage=window.isLocalStorage||!1;window.isSvgBrowser=window.isSvgBrowser||0>navigator.userAgent.indexOf("MSIE")||9<=document.documentMode;window.EXPORT_URL=window.EXPORT_URL||"https://exp.draw.io/ImageExport4/export";window.PLANT_URL=window.PLANT_URL||"https://exp-plant.draw.io/plantuml2";window.VSD_CONVERT_URL=window.VSD_CONVERT_URL||"https://convert.draw.io/VsdConverter/api/converter";window.SAVE_URL=window.SAVE_URL||"save"; +String.fromCharCode(d>>6|192):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128)),b+=String.fromCharCode(d&63|128))}return b},_utf8_decode:function(a){var b="",c=0,d;for(c1=c2=0;c<a.length;)d=a.charCodeAt(c),128>d?(b+=String.fromCharCode(d),c++):191<d&&224>d?(c2=a.charCodeAt(c+1),b+=String.fromCharCode((d&31)<<6|c2&63),c+=2):(c2=a.charCodeAt(c+1),c3=a.charCodeAt(c+2),b+=String.fromCharCode((d&15)<<12|(c2&63)<<6|c3&63),c+=3);return b}};window.urlParams=window.urlParams||{};window.isLocalStorage=window.isLocalStorage||!1;window.isSvgBrowser=window.isSvgBrowser||0>navigator.userAgent.indexOf("MSIE")||9<=document.documentMode;window.EXPORT_URL=window.EXPORT_URL||"https://exp.draw.io/ImageExport4/export";window.PLANT_URL=window.PLANT_URL||"https://exp-plant.draw.io/plantuml3";window.VSD_CONVERT_URL=window.VSD_CONVERT_URL||"https://convert.draw.io/VsdConverter/api/converter";window.SAVE_URL=window.SAVE_URL||"save"; window.OPEN_URL=window.OPEN_URL||"open";window.PROXY_URL=window.PROXY_URL||"proxy";window.SHAPES_PATH=window.SHAPES_PATH||"shapes";window.GRAPH_IMAGE_PATH=window.GRAPH_IMAGE_PATH||"img";window.ICONSEARCH_PATH=window.ICONSEARCH_PATH||((0<=navigator.userAgent.indexOf("MSIE")||urlParams.dev)&&"file:"!=window.location.protocol?"iconSearch":"https://www.draw.io/iconSearch");window.TEMPLATE_PATH=window.TEMPLATE_PATH||"templates";window.RESOURCES_PATH=window.RESOURCES_PATH||"resources"; window.RESOURCE_BASE=window.RESOURCE_BASE||RESOURCES_PATH+"/dia";window.mxLoadResources=window.mxLoadResources||!1;window.mxLanguage=window.mxLanguage||function(){var a="1"==urlParams.offline?"en":urlParams.lang;if(null==a&&"undefined"!=typeof JSON&&isLocalStorage)try{var b=localStorage.getItem(".drawio-config");null!=b&&(a=JSON.parse(b).language||null)}catch(c){isLocalStorage=!1}return a}(); window.mxLanguageMap=window.mxLanguageMap||{i18n:"",id:"Bahasa Indonesia",ms:"Bahasa Melayu",bs:"Bosanski",bg:"Bulgarian",ca:"Català ",cs:"ÄŒeÅ¡tina",da:"Dansk",de:"Deutsch",et:"Eesti",en:"English",es:"Español",fil:"Filipino",fr:"Français",it:"Italiano",hu:"Magyar",nl:"Nederlands",no:"Norsk",pl:"Polski","pt-br":"Português (Brasil)",pt:"Português (Portugal)",ro:"Română",fi:"Suomi",sv:"Svenska",vi:"Tiếng Việt",tr:"Türkçe",el:"Ελληνικά",ru:"РуÑÑкий",sr:"СрпÑки",uk:"УкраїнÑька",he:"עברית",ar:"العربية",th:"ไทย", @@ -237,7 +237,7 @@ function mxXmlRequest(a,b,c,d,e,f){this.url=a;this.params=b;this.method=c||"POST mxXmlRequest.prototype.decodeSimulateValues=!1;mxXmlRequest.prototype.isBinary=function(){return this.binary};mxXmlRequest.prototype.setBinary=function(a){this.binary=a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.isReady=function(){return 4==this.request.readyState};mxXmlRequest.prototype.getDocumentElement=function(){var a=this.getXml();return null!=a?a.documentElement:null}; mxXmlRequest.prototype.getXml=function(){var a=this.request.responseXML;if(9<=document.documentMode||null==a||null==a.documentElement)a=mxUtils.parseXml(this.request.responseText);return a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.getStatus=function(){return this.request.status}; mxXmlRequest.prototype.create=function(){if(window.XMLHttpRequest)return function(){var a=new XMLHttpRequest;this.isBinary()&&a.overrideMimeType&&a.overrideMimeType("text/plain; charset=x-user-defined");return a};if("undefined"!=typeof ActiveXObject)return function(){return new ActiveXObject("Microsoft.XMLHTTP")}}(); -mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& +mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.request.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& window.XMLHttpRequest&&null!=c&&null!=d&&(this.request.timeout=c,this.request.ontimeout=d),this.request.send(this.params))};mxXmlRequest.prototype.setRequestHeaders=function(a,b){null!=b&&a.setRequestHeader("Content-Type","application/x-www-form-urlencoded")}; mxXmlRequest.prototype.simulate=function(a,b){a=a||document;var c=null;a==document&&(c=window.onbeforeunload,window.onbeforeunload=null);var d=a.createElement("form");d.setAttribute("method",this.method);d.setAttribute("action",this.url);null!=b&&d.setAttribute("target",b);d.style.display="none";d.style.visibility="hidden";for(var e=0<this.params.indexOf("&")?this.params.split("&"):this.params.split(),f=0;f<e.length;f++){var g=e[f].indexOf("=");if(0<g){var k=e[f].substring(0,g),g=e[f].substring(g+ 1);this.decodeSimulateValues&&(g=decodeURIComponent(g));var l=a.createElement("textarea");l.setAttribute("wrap","off");l.setAttribute("name",k);mxUtils.write(l,g);d.appendChild(l)}}a.body.appendChild(d);d.submit();null!=d.parentNode&&d.parentNode.removeChild(d);null!=c&&(window.onbeforeunload=c)}; @@ -1565,9 +1565,9 @@ mxConnectionHandler.prototype.reset=function(){null!=this.shape&&(this.shape.des mxConnectionHandler.prototype.drawPreview=function(){this.updatePreview(null==this.error);this.shape.redraw()};mxConnectionHandler.prototype.updatePreview=function(a){this.shape.strokewidth=this.getEdgeWidth(a);this.shape.stroke=this.getEdgeColor(a)};mxConnectionHandler.prototype.getEdgeColor=function(a){return a?mxConstants.VALID_COLOR:mxConstants.INVALID_COLOR};mxConnectionHandler.prototype.getEdgeWidth=function(a){return a?3:1}; mxConnectionHandler.prototype.connect=function(a,b,c,d){if(null!=b||this.isCreateTarget(c)||this.graph.allowDanglingEdges){var e=this.graph.getModel(),f=!1,g=null;e.beginUpdate();try{if(null!=a&&null==b&&!this.graph.isIgnoreTerminalEvent(c)&&this.isCreateTarget(c)&&(b=this.createTargetVertex(c,a),null!=b)){d=this.graph.getDropTarget([b],c,d);f=!0;if(null!=d&&this.graph.getModel().isEdge(d))d=this.graph.getDefaultParent();else{var k=this.graph.getView().getState(d);if(null!=k){var l=e.getGeometry(b); l.x-=k.origin.x;l.y-=k.origin.y}}this.graph.addCell(b,d)}var m=this.graph.getDefaultParent();null!=a&&null!=b&&e.getParent(a)==e.getParent(b)&&e.getParent(e.getParent(a))!=e.getRoot()&&(m=e.getParent(a),null!=a.geometry&&a.geometry.relative&&null!=b.geometry&&b.geometry.relative&&(m=e.getParent(m)));var n=k=null;null!=this.edgeState&&(k=this.edgeState.cell.value,n=this.edgeState.cell.style);g=this.insertEdge(m,null,k,a,b,n);if(null!=g){this.graph.setConnectionConstraint(g,a,!0,this.sourceConstraint); -this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){m=null;for(l=a;null!=l.parent&&null!=l.geometry&&l.geometry.relative&&l.parent!=g.parent;)l=this.graph.model.getParent(l);null!=l&&null!=l.parent&&l.parent==g.parent&&(m=l.parent.getIndex(l),l.parent.insert(g,m))}var p=e.getGeometry(g);null==p&&(p=new mxGeometry,p.relative=!0,e.setGeometry(g,p));if(null!= -this.waypoints&&0<this.waypoints.length){var q=this.graph.view.scale,r=this.graph.view.translate;p.points=[];for(a=0;a<this.waypoints.length;a++){var t=this.waypoints[a];p.points.push(new mxPoint(t.x/q-r.x,t.y/q-r.y))}}if(null==b){var u=this.graph.view.translate,q=this.graph.view.scale,t=null!=this.originalPoint?new mxPoint(this.originalPoint.x/q-u.x,this.originalPoint.y/q-u.y):new mxPoint(this.currentPoint.x/q-u.x,this.currentPoint.y/q-u.y);t.x-=this.graph.panDx/this.graph.view.scale;t.y-=this.graph.panDy/ -this.graph.view.scale;p.setTerminalPoint(t,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(x){mxLog.show(),mxLog.debug(x.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; +this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);m=e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){for(l=a;null!=l.parent&&null!=l.geometry&&l.geometry.relative&&l.parent!=g.parent;)l=this.graph.model.getParent(l);null!=l&&null!=l.parent&&l.parent==g.parent&&e.add(m,g,l.parent.getIndex(l))}var p=e.getGeometry(g);null==p&&(p=new mxGeometry,p.relative=!0,e.setGeometry(g,p));if(null!=this.waypoints&& +0<this.waypoints.length){var q=this.graph.view.scale,r=this.graph.view.translate;p.points=[];for(a=0;a<this.waypoints.length;a++){var t=this.waypoints[a];p.points.push(new mxPoint(t.x/q-r.x,t.y/q-r.y))}}if(null==b){var u=this.graph.view.translate,q=this.graph.view.scale,t=null!=this.originalPoint?new mxPoint(this.originalPoint.x/q-u.x,this.originalPoint.y/q-u.y):new mxPoint(this.currentPoint.x/q-u.x,this.currentPoint.y/q-u.y);t.x-=this.graph.panDx/this.graph.view.scale;t.y-=this.graph.panDy/this.graph.view.scale; +p.setTerminalPoint(t,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(x){mxLog.show(),mxLog.debug(x.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; mxConnectionHandler.prototype.insertEdge=function(a,b,c,d,e,f){if(null==this.factoryMethod)return this.graph.insertEdge(a,b,c,d,e,f);b=this.createEdge(c,d,e,f);return this.graph.addEdge(b,a,d,e)}; mxConnectionHandler.prototype.createTargetVertex=function(a,b){for(var c=this.graph.getCellGeometry(b);null!=c&&c.relative;)b=this.graph.getModel().getParent(b),c=this.graph.getCellGeometry(b);var d=this.graph.cloneCells([b])[0],c=this.graph.getModel().getGeometry(d);if(null!=c){var e=this.graph.view.translate,f=this.graph.view.scale,g=new mxPoint(this.currentPoint.x/f-e.x,this.currentPoint.y/f-e.y);c.x=Math.round(g.x-c.width/2-this.graph.panDx/f);c.y=Math.round(g.y-c.height/2-this.graph.panDy/f); g=this.getAlignmentTolerance();if(0<g){var k=this.graph.view.getState(b);if(null!=k){var l=k.x/f-e.x,e=k.y/f-e.y;Math.abs(l-c.x)<=g&&(c.x=Math.round(l));Math.abs(e-c.y)<=g&&(c.y=Math.round(e))}}}return d};mxConnectionHandler.prototype.getAlignmentTolerance=function(a){return this.graph.isGridEnabled()?this.graph.gridSize/2:this.graph.tolerance}; @@ -2358,7 +2358,7 @@ Math.floor(k.getCenterY()-this.triangleRight.height/2)+"px",D.style.left=z.style l=0;l<f.length;l++)null!=f[l].parentNode&&f[l].parentNode.removeChild(f[l]);u||null==v||v.setHandlesVisible(!0);g=mxEvent.isAltDown(e)&&!mxEvent.isShiftDown(e)||null!=w&&F==C?null:mxDragSource.prototype.getDropTarget.apply(this,arguments);f=a.getModel();if(null!=g&&(null!=F||!a.isSplitTarget(g,b,e))){for(;null!=g&&!a.isValidDropTarget(g,b,e)&&f.isVertex(f.getParent(g));)g=f.getParent(g);if(a.view.currentRoot==g||!a.isValidRoot(g)&&0==a.getModel().getChildCount(g)||a.isCellLocked(g)||f.isEdge(g))g= null}return g});q.stopDrag=function(){mxDragSource.prototype.stopDrag.apply(this,arguments);for(var a=[L,K,C,z,x,D,B],b=0;b<a.length;b++)null!=a[b].parentNode&&a[b].parentNode.removeChild(a[b]);null!=r&&null!=v&&v.reset();F=A=w=r=v=null};return q}; Sidebar.prototype.itemClicked=function(a,c,d,b){b=this.editorUi.editor.graph;b.container.focus();if(mxEvent.isAltDown(d)){if(1==b.getSelectionCount()&&b.model.isVertex(b.getSelectionCell())){c=null;for(var f=0;f<a.length&&null==c;f++)b.model.isVertex(a[f])&&(c=f);null!=c&&(b.setSelectionCells(this.dropAndConnect(b.getSelectionCell(),a,mxEvent.isMetaDown(d)||mxEvent.isControlDown(d)?mxEvent.isShiftDown(d)?mxConstants.DIRECTION_WEST:mxConstants.DIRECTION_NORTH:mxEvent.isShiftDown(d)?mxConstants.DIRECTION_EAST: -mxConstants.DIRECTION_SOUTH,c,d)),b.scrollCellToVisible(b.getSelectionCell()))}}else mxEvent.isShiftDown(d)&&!b.isSelectionEmpty()?(this.updateShapes(a[0],b.getSelectionCells()),b.scrollCellToVisible(b.getSelectionCell())):(a=b.getFreeInsertPoint(),c.drop(b,d,null,a.x,a.y,!0),null!=this.editorUi.hoverIcons&&(mxEvent.isTouchEvent(d)||mxEvent.isPenEvent(d))&&this.editorUi.hoverIcons.update(b.view.getState(b.getSelectionCell())))}; +mxConstants.DIRECTION_SOUTH,c,d)),b.scrollCellToVisible(b.getSelectionCell()))}}else if(mxEvent.isShiftDown(d)&&!b.isSelectionEmpty())this.updateShapes(a[0],b.getSelectionCells()),b.scrollCellToVisible(b.getSelectionCell());else{a=b.getFreeInsertPoint();if(mxEvent.isShiftDown(d)){var f=b.getGraphBounds(),e=b.view.translate,h=b.view.scale;a.x=f.x/h-e.x+f.width/h+b.gridSize;a.y=f.y/h-e.y}c.drop(b,d,null,a.x,a.y,!0);null!=this.editorUi.hoverIcons&&(mxEvent.isTouchEvent(d)||mxEvent.isPenEvent(d))&&this.editorUi.hoverIcons.update(b.view.getState(b.getSelectionCell()))}}; Sidebar.prototype.addClickHandler=function(a,c,d){var b=c.mouseDown,f=c.mouseMove,e=c.mouseUp,h=this.editorUi.editor.graph.tolerance,g=null,k=this;c.mouseDown=function(c){b.apply(this,arguments);g=new mxPoint(mxEvent.getClientX(c),mxEvent.getClientY(c));null!=this.dragElement&&(this.dragElement.style.display="none",mxUtils.setOpacity(a,50))};c.mouseMove=function(b){null!=this.dragElement&&"none"==this.dragElement.style.display&&null!=g&&(Math.abs(g.x-mxEvent.getClientX(b))>h||Math.abs(g.y-mxEvent.getClientY(b))> h)&&(this.dragElement.style.display="",mxUtils.setOpacity(a,100));f.apply(this,arguments)};c.mouseUp=function(b){mxEvent.isPopupTrigger(b)||null!=this.currentGraph||null==this.dragElement||"none"!=this.dragElement.style.display||k.itemClicked(d,c,b,a);e.apply(c,arguments);mxUtils.setOpacity(a,100);g=null;k.currentElt=a}}; Sidebar.prototype.createVertexTemplateEntry=function(a,c,d,b,f,e,h,g){g=null!=g&&0<g.length?g:f.toLowerCase();return this.addEntry(g,mxUtils.bind(this,function(){return this.createVertexTemplate(a,c,d,b,f,e,h)}))};Sidebar.prototype.createVertexTemplate=function(a,c,d,b,f,e,h,g){a=[new mxCell(null!=b?b:"",new mxGeometry(0,0,c,d),a)];a[0].vertex=!0;return this.createVertexTemplateFromCells(a,c,d,f,e,h,g)}; @@ -2414,7 +2414,7 @@ if(null!=a)if(a=a.parentNode,this.useCssTransforms){var c=a.getAttribute("transf mxGraphView.prototype.validateBackgroundPage=function(){var a=this.graph.useCssTransforms,d=this.scale,e=this.translate;a&&(this.scale=this.graph.currentScale,this.translate=this.graph.currentTranslate);c.apply(this,arguments);a&&(this.scale=d,this.translate=e)};var d=mxGraph.prototype.updatePageBreaks;mxGraph.prototype.updatePageBreaks=function(a,c,e){var b=this.useCssTransforms,g=this.view.scale,f=this.view.translate;b&&(this.view.scale=1,this.view.translate=new mxPoint(0,0),this.useCssTransforms= !1);d.apply(this,arguments);b&&(this.view.scale=g,this.view.translate=f,this.useCssTransforms=!0)}})();Graph.prototype.isLightboxView=function(){return this.lightbox};Graph.prototype.labelLinkClicked=function(a,c,d){c=c.getAttribute("href");if(null!=c&&!this.isCustomLink(c)&&mxEvent.isLeftMouseButton(d)&&!mxEvent.isPopupTrigger(d)||mxEvent.isTouchEvent(d)){if(!this.isEnabled()||this.isCellLocked(a.cell))a=this.isBlankLink(c)?this.linkTarget:"_top",this.openLink(this.getAbsoluteUrl(c),a);mxEvent.consume(d)}}; Graph.prototype.openLink=function(a,c){var d=window;if("_self"==c&&window!=window.top)window.location.href=a;else if(a.substring(0,this.baseUrl.length)==this.baseUrl&&"#"==a.charAt(this.baseUrl.length)&&"_top"==c&&window==window.top){var b=a.split("#")[1];window.location.hash=="#"+b&&(window.location.hash="");window.location.hash=b}else d=window.open(a,c);return d};Graph.prototype.getLinkTitle=function(a){return a.substring(a.lastIndexOf("/")+1)}; -Graph.prototype.isCustomLink=function(a){return"data:"==a.substring(0,5)};Graph.prototype.customLinkClicked=function(a){console.log("customLinkClicked not implemented")};Graph.prototype.isExternalProtocol=function(a){return"mailto:"===a.substring(0,7)};Graph.prototype.isBlankLink=function(a){return!this.isExternalProtocol(a)&&("blank"===this.linkPolicy||"self"!==this.linkPolicy&&!this.isRelativeUrl(a)&&a.substring(0,this.domainUrl.length)!==this.domainUrl)}; +Graph.prototype.isCustomLink=function(a){return"data:"==a.substring(0,5)};Graph.prototype.customLinkClicked=function(a){return!1};Graph.prototype.isExternalProtocol=function(a){return"mailto:"===a.substring(0,7)};Graph.prototype.isBlankLink=function(a){return!this.isExternalProtocol(a)&&("blank"===this.linkPolicy||"self"!==this.linkPolicy&&!this.isRelativeUrl(a)&&a.substring(0,this.domainUrl.length)!==this.domainUrl)}; Graph.prototype.isRelativeUrl=function(a){return null!=a&&!this.absoluteUrlPattern.test(a)&&"data:"!==a.substring(0,5)&&!this.isExternalProtocol(a)}; Graph.prototype.initLayoutManager=function(){this.layoutManager=new mxLayoutManager(this);this.layoutManager.getLayout=function(a){var c=this.graph.view.getState(a);a=null!=c?c.style:this.graph.getCellStyle(a);return"stackLayout"==a.childLayout?(c=new mxStackLayout(this.graph,!0),c.resizeParentMax="1"==mxUtils.getValue(a,"resizeParentMax","1"),c.horizontal="1"==mxUtils.getValue(a,"horizontalStack","1"),c.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),c.resizeLast="1"==mxUtils.getValue(a, "resizeLast","0"),c.spacing=a.stackSpacing||c.spacing,c.border=a.stackBorder||c.border,c.marginLeft=a.marginLeft||0,c.marginRight=a.marginRight||0,c.marginTop=a.marginTop||0,c.marginBottom=a.marginBottom||0,c.fill=!0,c):"treeLayout"==a.childLayout?(c=new mxCompactTreeLayout(this.graph),c.horizontal="1"==mxUtils.getValue(a,"horizontalTree","1"),c.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),c.groupPadding=mxUtils.getValue(a,"parentPadding",20),c.levelDistance=mxUtils.getValue(a,"treeLevelDistance", @@ -2544,52 +2544,53 @@ b.getGraphX(),b.getGraphY()))&&this.updateCurrentState(b))}},mouseUp:function(a, "data:"!==this.currentLink.substring(0,5)&&e||null==b||b(h,this.currentLink),mxEvent.isConsumed(h)||(h=mxEvent.isMiddleMouseButton(h)?"_blank":e?f.linkTarget:"_top",f.openLink(this.currentLink,h),d.consume())):null!=c&&!d.isConsumed()&&Math.abs(this.scrollLeft-f.container.scrollLeft)<g&&Math.abs(this.scrollTop-f.container.scrollTop)<g&&Math.abs(this.startX-d.getGraphX())<g&&Math.abs(this.startY-d.getGraphY())<g&&c(d.getEvent()));this.clear()},activate:function(a){this.currentLink=f.getAbsoluteUrl(f.getLinkForCell(a.cell)); null!=this.currentLink&&(f.container.style.cursor="pointer",null!=this.highlight&&this.highlight.highlight(a))},clear:function(){null!=f.container&&(f.container.style.cursor=e);this.currentLink=this.currentState=null;null!=this.highlight&&this.highlight.hide();null!=f.tooltipHandler&&f.tooltipHandler.hide()}};f.click=function(a){};f.addMouseListener(h);mxEvent.addListener(document,"mouseleave",function(a){h.clear()})};Graph.prototype.duplicateCells=function(a,b){a=null!=a?a:this.getSelectionCells(); b=null!=b?b:!0;a=this.model.getTopmostCells(a);var c=this.getModel(),d=this.gridSize,e=[];c.beginUpdate();try{for(var g=this.cloneCells(a,!1),f=0;f<a.length;f++){var h=c.getParent(a[f]),k=this.moveCells([g[f]],d,d,!1)[0];e.push(k);if(b)c.add(h,g[f]);else{var l=h.getIndex(a[f]);c.add(h,g[f],l+1)}}}finally{c.endUpdate()}return e};Graph.prototype.insertImage=function(a,b,c){if(null!=a){for(var d=this.cellEditor.textarea.getElementsByTagName("img"),e=[],g=0;g<d.length;g++)e.push(d[g]);document.execCommand("insertimage", -!1,a);a=this.cellEditor.textarea.getElementsByTagName("img");if(a.length==e.length+1)for(g=a.length-1;0<=g;g--)if(0==g||a[g]!=e[g-1]){a[g].setAttribute("width",b);a[g].setAttribute("height",c);break}}};Graph.prototype.insertLink=function(a){0==a.length?document.execCommand("unlink",!1):document.execCommand("createlink",!1,mxUtils.trim(a))};Graph.prototype.isCellResizable=function(a){var b=mxGraph.prototype.isCellResizable.apply(this,arguments),c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a); -return b||"0"!=mxUtils.getValue(c,mxConstants.STYLE_RESIZABLE,"1")&&"wrap"==c[mxConstants.STYLE_WHITE_SPACE]};Graph.prototype.distributeCells=function(a,b){null==b&&(b=this.getSelectionCells());if(null!=b&&1<b.length){for(var c=[],d=null,e=null,g=0;g<b.length;g++)if(this.getModel().isVertex(b[g])){var f=this.view.getState(b[g]);if(null!=f){var h=a?f.getCenterX():f.getCenterY(),d=null!=d?Math.max(d,h):h,e=null!=e?Math.min(e,h):h;c.push(f)}}if(2<c.length){c.sort(function(b,c){return a?b.x-c.x:b.y-c.y}); -f=this.view.translate;h=this.view.scale;e=e/h-(a?f.x:f.y);d=d/h-(a?f.x:f.y);this.getModel().beginUpdate();try{for(var k=(d-e)/(c.length-1),d=e,g=1;g<c.length-1;g++){var l=this.view.getState(this.model.getParent(c[g].cell)),m=this.getCellGeometry(c[g].cell),d=d+k;null!=m&&null!=l&&(m=m.clone(),a?m.x=Math.round(d-m.width/2)-l.origin.x:m.y=Math.round(d-m.height/2)-l.origin.y,this.getModel().setGeometry(c[g].cell,m))}}finally{this.getModel().endUpdate()}}}return b};Graph.prototype.isCloneEvent=function(a){return mxClient.IS_MAC&& -mxEvent.isMetaDown(a)||mxEvent.isControlDown(a)};Graph.prototype.encodeCells=function(a){for(var b=this.cloneCells(a),c=new mxDictionary,d=0;d<a.length;d++)c.put(a[d],!0);for(d=0;d<b.length;d++){var e=this.view.getState(a[d]);if(null!=e){var g=this.getCellGeometry(b[d]);null==g||!g.relative||this.model.isEdge(a[d])||c.get(this.model.getParent(a[d]))||(g.relative=!1,g.x=e.x/e.view.scale-e.view.translate.x,g.y=e.y/e.view.scale-e.view.translate.y)}}c=new mxCodec;e=new mxGraphModel;g=e.getChildAt(e.getRoot(), -0);for(d=0;d<a.length;d++)e.add(g,b[d]);return c.encode(e)};Graph.prototype.createSvgImageExport=function(){var a=new mxImageExport;a.getLinkForCellState=mxUtils.bind(this,function(a,b){return this.getLinkForCell(a.cell)});return a};Graph.prototype.getSvg=function(a,b,c,d,e,g,f,h){var k=this.useCssTransforms;k&&(this.useCssTransforms=!1,this.view.revalidate(),this.sizeDidChange());try{b=null!=b?b:1;c=null!=c?c:0;e=null!=e?e:!0;g=null!=g?g:!0;f=null!=f?f:!0;var l=g||d?this.getGraphBounds():this.getBoundingBox(this.getSelectionCells()); -if(null==l)throw Error(mxResources.get("drawingEmpty"));var m=this.view.scale,y=mxUtils.createXmlDocument(),n=null!=y.createElementNS?y.createElementNS(mxConstants.NS_SVG,"svg"):y.createElement("svg");null!=a&&(null!=n.style?n.style.backgroundColor=a:n.setAttribute("style","background-color:"+a));null==y.createElementNS?(n.setAttribute("xmlns",mxConstants.NS_SVG),n.setAttribute("xmlns:xlink",mxConstants.NS_XLINK)):n.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink",mxConstants.NS_XLINK); -a=b/m;n.setAttribute("width",Math.max(1,Math.ceil(l.width*a)+2*c)+"px");n.setAttribute("height",Math.max(1,Math.ceil(l.height*a)+2*c)+"px");n.setAttribute("version","1.1");d=n;if(e){var p=null!=y.createElementNS?y.createElementNS(mxConstants.NS_SVG,"g"):y.createElement("g");p.setAttribute("transform","translate(0.5,0.5)");n.appendChild(p);y.appendChild(n);d=p}else y.appendChild(n);var E=this.createSvgCanvas(d);E.foOffset=e?-.5:0;E.textOffset=e?-.5:0;E.imageOffset=e?-.5:0;E.translate(Math.floor((c/ -b-l.x)/m),Math.floor((c/b-l.y)/m));var t=document.createElement("textarea"),q=E.createAlternateContent;E.createAlternateContent=function(a,b,c,d,e,g,f,h,k,l,m,y,n){var p=this.state;if(null!=this.foAltText&&(0==d||0!=p.fontSize&&g.length<5*d/p.fontSize)){var E=this.createElement("text");E.setAttribute("x",Math.round(d/2));E.setAttribute("y",Math.round((e+p.fontSize)/2));E.setAttribute("fill",p.fontColor||"black");E.setAttribute("text-anchor","middle");E.setAttribute("font-size",Math.round(p.fontSize)+ -"px");E.setAttribute("font-family",p.fontFamily);(p.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&E.setAttribute("font-weight","bold");(p.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&E.setAttribute("font-style","italic");(p.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&E.setAttribute("text-decoration","underline");try{return t.innerHTML=g,E.textContent=t.value,E}catch(Ba){return q.apply(this,arguments)}}else return q.apply(this,arguments)};var H=this.backgroundImage; -if(null!=H){b=m/b;var r=this.view.translate,x=new mxRectangle(r.x*b,r.y*b,H.width*b,H.height*b);mxUtils.intersects(l,x)&&E.image(r.x,r.y,H.width,H.height,H.src,!0)}E.scale(a);E.textEnabled=f;h=null!=h?h:this.createSvgImageExport();var u=h.drawCellState;h.drawCellState=function(a,b){for(var c=a.view.graph,d=c.isCellSelected(a.cell),e=c.model.getParent(a.cell);!g&&!d&&null!=e;)d=c.isCellSelected(e),e=c.model.getParent(e);(g||d)&&u.apply(this,arguments)};h.drawState(this.getView().getState(this.model.root), -E);return n}finally{k&&(this.useCssTransforms=!0,this.view.revalidate(),this.sizeDidChange())}};Graph.prototype.createSvgCanvas=function(a){return new mxSvgCanvas2D(a)};Graph.prototype.getSelectedElement=function(){var a=null;if(window.getSelection){var b=window.getSelection();b.getRangeAt&&b.rangeCount&&(a=b.getRangeAt(0).commonAncestorContainer)}else document.selection&&(a=document.selection.createRange().parentElement());return a};Graph.prototype.getParentByName=function(a,b,c){for(;null!=a&&a.nodeName!= -b;){if(a==c)return null;a=a.parentNode}return a};Graph.prototype.selectNode=function(a){var b=null;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){var c=document.createRange();c.selectNode(a);b.removeAllRanges();b.addRange(c)}}else(b=document.selection)&&"Control"!=b.type&&(a=b.createRange(),a.collapse(!0),c=b.createRange(),c.setEndPoint("StartToStart",a),c.select())};Graph.prototype.insertRow=function(a,b){for(var c=a.tBodies[0],d=c.rows[0].cells,e=0,g=0;g<d.length;g++)var f= -d[g].getAttribute("colspan"),e=e+(null!=f?parseInt(f):1);c=c.insertRow(b);for(g=0;g<e;g++)mxUtils.br(c.insertCell(-1));return c.cells[0]};Graph.prototype.deleteRow=function(a,b){a.tBodies[0].deleteRow(b)};Graph.prototype.insertColumn=function(a,b){var c=a.tHead;if(null!=c)for(var d=0;d<c.rows.length;d++){var e=document.createElement("th");c.rows[d].appendChild(e);mxUtils.br(e)}c=a.tBodies[0];for(d=0;d<c.rows.length;d++)e=c.rows[d].insertCell(b),mxUtils.br(e);return c.rows[0].cells[0<=b?b:c.rows[0].cells.length- -1]};Graph.prototype.deleteColumn=function(a,b){if(0<=b)for(var c=a.tBodies[0].rows,d=0;d<c.length;d++)c[d].cells.length>b&&c[d].deleteCell(b)};Graph.prototype.pasteHtmlAtCaret=function(a){var b;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){b=b.getRangeAt(0);b.deleteContents();var c=document.createElement("div");c.innerHTML=a;a=document.createDocumentFragment();for(var d;d=c.firstChild;)lastNode=a.appendChild(d);b.insertNode(a)}}else(b=document.selection)&&"Control"!= -b.type&&b.createRange().pasteHTML(a)};Graph.prototype.createLinkForHint=function(a,b){b=null!=b?b:a;var c=document.createElement("a");c.setAttribute("href",this.getAbsoluteUrl(a));null==a||this.isCustomLink(a)||c.setAttribute("title",a);null!=this.linkTarget&&c.setAttribute("target",this.linkTarget);40<b.length&&(b=b.substring(0,26)+"..."+b.substring(b.length-10));mxUtils.write(c,b);return c};Graph.prototype.initTouch=function(){this.connectionHandler.marker.isEnabled=function(){return null!=this.graph.connectionHandler.first}; -this.addListener(mxEvent.START_EDITING,function(a,b){this.popupMenuHandler.hideMenu()});var a=this.updateMouseEvent;this.updateMouseEvent=function(b){b=a.apply(this,arguments);if(mxEvent.isTouchEvent(b.getEvent())&&null==b.getState()){var c=this.getCellAt(b.graphX,b.graphY);null!=c&&this.isSwimlane(c)&&this.hitsSwimlaneContent(c,b.graphX,b.graphY)||(b.state=this.view.getState(c),null!=b.state&&null!=b.state.shape&&(this.container.style.cursor=b.state.shape.node.style.cursor))}null==b.getState()&& -this.isEnabled()&&(this.container.style.cursor="default");return b};var b=!1,c=!1,d=!1,e=this.fireMouseEvent;this.fireMouseEvent=function(a,g,f){a==mxEvent.MOUSE_DOWN&&(g=this.updateMouseEvent(g),b=this.isCellSelected(g.getCell()),c=this.isSelectionEmpty(),d=this.popupMenuHandler.isMenuShowing());e.apply(this,arguments)};this.popupMenuHandler.mouseUp=mxUtils.bind(this,function(a,e){this.popupMenuHandler.popupTrigger=!this.isEditing()&&this.isEnabled()&&(null==e.getState()||!e.isSource(e.getState().control))&& -(this.popupMenuHandler.popupTrigger||!d&&!mxEvent.isMouseEvent(e.getEvent())&&(c&&null==e.getCell()&&this.isSelectionEmpty()||b&&this.isCellSelected(e.getCell())));mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler,arguments)})};mxCellEditor.prototype.isContentEditing=function(){var a=this.graph.view.getState(this.editingCell);return null!=a&&1==a.style.html};mxCellEditor.prototype.saveSelection=function(){if(window.getSelection){var a=window.getSelection();if(a.getRangeAt&&a.rangeCount){for(var b= -[],c=0,d=a.rangeCount;c<d;++c)b.push(a.getRangeAt(c));return b}}else if(document.selection&&document.selection.createRange)return document.selection.createRange();return null};mxCellEditor.prototype.restoreSelection=function(a){try{if(a)if(window.getSelection){sel=window.getSelection();sel.removeAllRanges();for(var b=0,c=a.length;b<c;++b)sel.addRange(a[b])}else document.selection&&a.select&&a.select()}catch(W){}};var f=mxCellRenderer.prototype.initializeLabel;mxCellRenderer.prototype.initializeLabel= -function(a){null!=a.text&&(a.text.replaceLinefeeds="0"!=mxUtils.getValue(a.style,"nl2Br","1"));f.apply(this,arguments)};var e=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update=function(a,b){this.isKeepFocusEvent(a)||!mxEvent.isAltDown(a.getEvent())?e.apply(this,arguments):this.reset()};mxGuide.prototype.createGuideShape=function(a){return new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH)};mxCellEditor.prototype.escapeCancelsEditing=!1;var h=mxCellEditor.prototype.startEditing; -mxCellEditor.prototype.startEditing=function(a,b){h.apply(this,arguments);var c=this.graph.view.getState(a);this.textarea.className=null!=c&&1==c.style.html?"mxCellEditor geContentEditable":"mxCellEditor mxPlainTextEditor";this.codeViewMode=!1;this.switchSelectionState=null;this.graph.setSelectionCell(a);var c=this.graph.getModel().getParent(a),d=this.graph.getCellGeometry(a);this.graph.getModel().isEdge(c)&&null!=d&&d.relative||this.graph.getModel().isEdge(a)?mxClient.IS_QUIRKS?this.textarea.style.border= -"gray dotted 1px":this.textarea.style.outline=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_FF&&mxClient.IS_WIN?"gray dotted 1px":"":mxClient.IS_QUIRKS&&(this.textarea.style.outline="none",this.textarea.style.border="")};var g=mxCellEditor.prototype.installListeners;mxCellEditor.prototype.installListeners=function(a){function b(a,c){c.originalNode=a;a=a.firstChild;for(var d=c.firstChild;null!=a&&null!=d;)b(a,d),a=a.nextSibling,d=d.nextSibling;return c}function c(a,b){if(null!=a)if(b.originalNode!= -a)d(a);else for(a=a.firstChild,b=b.firstChild;null!=a;){var e=a.nextSibling;null==b?d(a):(c(a,b),b=b.nextSibling);a=e}}function d(a){for(var b=a.firstChild;null!=b;){var c=b.nextSibling;d(b);b=c}1==a.nodeType&&("BR"===a.nodeName||null!=a.firstChild)||3==a.nodeType&&0!=mxUtils.trim(mxUtils.getTextContent(a)).length?(3==a.nodeType&&mxUtils.setTextContent(a,mxUtils.getTextContent(a).replace(/\n|\r/g,"")),1==a.nodeType&&(a.removeAttribute("style"),a.removeAttribute("class"),a.removeAttribute("width"), -a.removeAttribute("cellpadding"),a.removeAttribute("cellspacing"),a.removeAttribute("border"))):a.parentNode.removeChild(a)}g.apply(this,arguments);mxClient.IS_QUIRKS||7===document.documentMode||8===document.documentMode||mxEvent.addListener(this.textarea,"paste",mxUtils.bind(this,function(a){var d=b(this.textarea,this.textarea.cloneNode(!0));window.setTimeout(mxUtils.bind(this,function(){c(this.textarea,d)}),0)}))};mxCellEditor.prototype.toggleViewMode=function(){var a=this.graph.view.getState(this.editingCell), -b=null!=a&&"0"!=mxUtils.getValue(a.style,"nl2Br","1"),c=this.saveSelection();if(this.codeViewMode){h=mxUtils.extractTextWithWhitespace(this.textarea.childNodes);0<h.length&&"\n"==h.charAt(h.length-1)&&(h=h.substring(0,h.length-1));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"<br/>"):h,!0);this.textarea.className="mxCellEditor geContentEditable";var d=mxUtils.getValue(a.style,mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE),b=mxUtils.getValue(a.style,mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY), -e=mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),g=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD,f=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC,a=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+ -"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration=a?"underline":"";this.textarea.style.fontWeight=g?"bold":"normal";this.textarea.style.fontStyle=f?"italic":"";this.textarea.style.fontFamily=b;this.textarea.style.textAlign=e;this.textarea.style.padding="0px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h,0==this.textarea.innerHTML.length&&(this.textarea.innerHTML=this.getEmptyLabelText(),this.clearOnChange=0<this.textarea.innerHTML.length)); -this.codeViewMode=!1}else{this.clearOnChange&&this.textarea.innerHTML==this.getEmptyLabelText()&&(this.clearOnChange=!1,this.textarea.innerHTML="");var h=mxUtils.htmlEntities(this.textarea.innerHTML);mxClient.IS_QUIRKS||8==document.documentMode||(h=mxUtils.replaceTrailingNewlines(h,"<div><br></div>"));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"").replace(/<br\s*.?>/g,"<br>"):h,!0);this.textarea.className="mxCellEditor mxPlainTextEditor";var d=mxConstants.DEFAULT_FONTSIZE;this.textarea.style.lineHeight= -mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration="";this.textarea.style.fontWeight="normal";this.textarea.style.fontStyle="";this.textarea.style.fontFamily=mxConstants.DEFAULT_FONTFAMILY;this.textarea.style.textAlign="left";this.textarea.style.padding="2px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h);this.codeViewMode=!0}this.textarea.focus();null!=this.switchSelectionState&& -this.restoreSelection(this.switchSelectionState);this.switchSelectionState=c;this.resize()};var k=mxCellEditor.prototype.resize;mxCellEditor.prototype.resize=function(a,b){if(null!=this.textarea)if(a=this.graph.getView().getState(this.editingCell),this.codeViewMode&&null!=a){var c=a.view.scale;this.bounds=mxRectangle.fromRectangle(a);if(0==this.bounds.width&&0==this.bounds.height){this.bounds.width=160*c;this.bounds.height=60*c;var d=null!=a.text?a.text.margin:null;null==d&&(d=mxUtils.getAlignmentAsPoint(mxUtils.getValue(a.style, -mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),mxUtils.getValue(a.style,mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE)));this.bounds.x+=d.x*this.bounds.width;this.bounds.y+=d.y*this.bounds.height}this.textarea.style.width=Math.round((this.bounds.width-4)/c)+"px";this.textarea.style.height=Math.round((this.bounds.height-4)/c)+"px";this.textarea.style.overflow="auto";this.textarea.clientHeight<this.textarea.offsetHeight&&(this.textarea.style.height=Math.round(this.bounds.height/c)+(this.textarea.offsetHeight- -this.textarea.clientHeight)+"px",this.bounds.height=parseInt(this.textarea.style.height)*c);this.textarea.clientWidth<this.textarea.offsetWidth&&(this.textarea.style.width=Math.round(this.bounds.width/c)+(this.textarea.offsetWidth-this.textarea.clientWidth)+"px",this.bounds.width=parseInt(this.textarea.style.width)*c);this.textarea.style.left=Math.round(this.bounds.x)+"px";this.textarea.style.top=Math.round(this.bounds.y)+"px";mxClient.IS_VML?this.textarea.style.zoom=c:mxUtils.setPrefixedStyle(this.textarea.style, -"transform","scale("+c+","+c+")")}else this.textarea.style.height="",this.textarea.style.overflow="",k.apply(this,arguments)};mxCellEditorGetInitialValue=mxCellEditor.prototype.getInitialValue;mxCellEditor.prototype.getInitialValue=function(a,b){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetInitialValue.apply(this,arguments);var c=this.graph.getEditingValue(a.cell,b);"1"==mxUtils.getValue(a.style,"nl2Br","1")&&(c=c.replace(/\n/g,"<br/>"));return c=this.graph.sanitizeHtml(c,!0)}; -mxCellEditorGetCurrentValue=mxCellEditor.prototype.getCurrentValue;mxCellEditor.prototype.getCurrentValue=function(a){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetCurrentValue.apply(this,arguments);var b=this.graph.sanitizeHtml(this.textarea.innerHTML,!0);return b="1"==mxUtils.getValue(a.style,"nl2Br","1")?b.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>"):b.replace(/\r\n/g,"").replace(/\n/g,"")};var l=mxCellEditor.prototype.stopEditing;mxCellEditor.prototype.stopEditing=function(a){this.codeViewMode&& -this.toggleViewMode();l.apply(this,arguments);this.focusContainer()};mxCellEditor.prototype.focusContainer=function(){try{this.graph.container.focus()}catch(E){}};var m=mxCellEditor.prototype.applyValue;mxCellEditor.prototype.applyValue=function(a,b){this.graph.getModel().beginUpdate();try{if(m.apply(this,arguments),this.graph.isCellDeletable(a.cell)&&0==this.graph.model.getChildCount(a.cell)){var c=mxUtils.getValue(a.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),d=mxUtils.getValue(a.style, -mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);""==b&&c==mxConstants.NONE&&d==mxConstants.NONE&&this.graph.removeCells([a.cell],!1)}}finally{this.graph.getModel().endUpdate()}};mxCellEditor.prototype.getBackgroundColor=function(a){var b=null;if(this.graph.getModel().isEdge(a.cell)||this.graph.getModel().isEdge(this.graph.getModel().getParent(a.cell)))b=mxUtils.getValue(a.style,mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,null),b==mxConstants.NONE&&(b=null);return b};mxCellEditor.prototype.getMinimumSize= -function(a){var b=this.graph.getView().scale;return new mxRectangle(0,0,null==a.text?30:a.text.size*b+20,30)};var n=mxGraphHandler.prototype.moveCells;mxGraphHandler.prototype.moveCells=function(a,b,c,d,e,g){mxEvent.isAltDown(g)&&(e=null);n.apply(this,arguments)};mxGraphHandler.prototype.updateHint=function(b){if(null!=this.shape){null==this.hint&&(this.hint=a(),this.graph.container.appendChild(this.hint));var c=this.graph.view.translate,d=this.graph.view.scale;b=this.roundLength((this.bounds.x+this.currentDx)/ -d-c.x);c=this.roundLength((this.bounds.y+this.currentDy)/d-c.y);this.hint.innerHTML=b+", "+c;this.hint.style.left=this.shape.bounds.x+Math.round((this.shape.bounds.width-this.hint.clientWidth)/2)+"px";this.hint.style.top=this.shape.bounds.y+this.shape.bounds.height+12+"px"}};mxGraphHandler.prototype.removeHint=function(){null!=this.hint&&(this.hint.parentNode.removeChild(this.hint),this.hint=null)};mxVertexHandler.prototype.isRecursiveResize=function(a,b){return!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&& -!mxEvent.isControlDown(b.getEvent())&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null)};mxVertexHandler.prototype.isCenteredEvent=function(a,b){return!(!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null))&&mxEvent.isControlDown(b.getEvent())||mxEvent.isMetaDown(b.getEvent())}; -var p=mxVertexHandler.prototype.getHandlePadding;mxVertexHandler.prototype.getHandlePadding=function(){var a=new mxPoint(0,0),b=this.tolerance;this.graph.cellEditor.getEditingCell()==this.state.cell&&null!=this.sizers&&0<this.sizers.length&&null!=this.sizers[0]?(b/=2,a.x=this.sizers[0].bounds.width+b,a.y=this.sizers[0].bounds.height+b):a=p.apply(this,arguments);return a};mxVertexHandler.prototype.updateHint=function(b){this.index!=mxEvent.LABEL_HANDLE&&(null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint)), -this.index==mxEvent.ROTATION_HANDLE?this.hint.innerHTML=this.currentAlpha+"°":(b=this.state.view.scale,this.hint.innerHTML=this.roundLength(this.bounds.width/b)+" x "+this.roundLength(this.bounds.height/b)),b=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.state.style[mxConstants.STYLE_ROTATION]||"0"),null==b&&(b=this.bounds),this.hint.style.left=b.x+Math.round((b.width-this.hint.clientWidth)/2)+"px",this.hint.style.top=b.y+b.height+12+"px",null!=this.linkHint&& -(this.linkHint.style.display="none"))};mxVertexHandler.prototype.removeHint=function(){mxGraphHandler.prototype.removeHint.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.display="")};mxEdgeHandler.prototype.updateHint=function(b,c){null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint));var d=this.graph.view.translate,e=this.graph.view.scale,g=this.roundLength(c.x/e-d.x),d=this.roundLength(c.y/e-d.y);this.hint.innerHTML=g+", "+d;this.hint.style.visibility= -"visible";if(this.isSource||this.isTarget)null!=this.constraintHandler.currentConstraint&&null!=this.constraintHandler.currentFocus?(g=this.constraintHandler.currentConstraint.point,this.hint.innerHTML="["+Math.round(100*g.x)+"%, "+Math.round(100*g.y)+"%]"):this.marker.hasValidState()&&(this.hint.style.visibility="hidden");this.hint.style.left=Math.round(b.getGraphX()-this.hint.clientWidth/2)+"px";this.hint.style.top=Math.max(b.getGraphY(),c.y)+this.state.view.graph.gridSize+"px";null!=this.linkHint&& -(this.linkHint.style.display="none")};mxEdgeHandler.prototype.removeHint=mxVertexHandler.prototype.removeHint;HoverIcons.prototype.mainHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/>'):new mxImage(IMAGE_PATH+"/handle-main.png",17,17);HoverIcons.prototype.secondaryHandle=mxClient.IS_SVG?Graph.createSvgImage(16,16,'<path d="m 8 3 L 13 8 L 8 13 L 3 8 z" stroke="#fff" fill="#fca000"/>'):new mxImage(IMAGE_PATH+"/handle-secondary.png", -17,17);HoverIcons.prototype.fixedHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><path d="m 7 7 L 11 11 M 7 11 L 11 7" stroke="#fff"/>'):new mxImage(IMAGE_PATH+"/handle-fixed.png",17,17);HoverIcons.prototype.terminalHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><circle cx="9" cy="9" r="2" stroke="#fff" fill="transparent"/>'):new mxImage(IMAGE_PATH+ -"/handle-terminal.png",17,17);HoverIcons.prototype.rotationHandle=new mxImage(mxClient.IS_SVG?"data:image/png;base64,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": +!1,a);a=this.cellEditor.textarea.getElementsByTagName("img");if(a.length==e.length+1)for(g=a.length-1;0<=g;g--)if(0==g||a[g]!=e[g-1]){a[g].setAttribute("width",b);a[g].setAttribute("height",c);break}}};Graph.prototype.insertLink=function(a){if(0==a.length)document.execCommand("unlink",!1);else if(mxClient.IS_FF){for(var b=this.cellEditor.textarea.getElementsByTagName("a"),c=[],d=0;d<b.length;d++)c.push(b[d]);document.execCommand("createlink",!1,mxUtils.trim(a));b=this.cellEditor.textarea.getElementsByTagName("a"); +if(b.length==c.length+1)for(d=b.length-1;0<=d;d--)if(b[d]!=c[d-1]){for(b=b[d].getElementsByTagName("a");0<b.length;){for(c=b[0].parentNode;null!=b[0].firstChild;)c.insertBefore(b[0].firstChild,b[0]);c.removeChild(b[0])}break}}else document.execCommand("createlink",!1,mxUtils.trim(a))};Graph.prototype.isCellResizable=function(a){var b=mxGraph.prototype.isCellResizable.apply(this,arguments),c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return b||"0"!=mxUtils.getValue(c,mxConstants.STYLE_RESIZABLE, +"1")&&"wrap"==c[mxConstants.STYLE_WHITE_SPACE]};Graph.prototype.distributeCells=function(a,b){null==b&&(b=this.getSelectionCells());if(null!=b&&1<b.length){for(var c=[],d=null,e=null,g=0;g<b.length;g++)if(this.getModel().isVertex(b[g])){var f=this.view.getState(b[g]);if(null!=f){var h=a?f.getCenterX():f.getCenterY(),d=null!=d?Math.max(d,h):h,e=null!=e?Math.min(e,h):h;c.push(f)}}if(2<c.length){c.sort(function(b,c){return a?b.x-c.x:b.y-c.y});f=this.view.translate;h=this.view.scale;e=e/h-(a?f.x:f.y); +d=d/h-(a?f.x:f.y);this.getModel().beginUpdate();try{for(var k=(d-e)/(c.length-1),d=e,g=1;g<c.length-1;g++){var l=this.view.getState(this.model.getParent(c[g].cell)),m=this.getCellGeometry(c[g].cell),d=d+k;null!=m&&null!=l&&(m=m.clone(),a?m.x=Math.round(d-m.width/2)-l.origin.x:m.y=Math.round(d-m.height/2)-l.origin.y,this.getModel().setGeometry(c[g].cell,m))}}finally{this.getModel().endUpdate()}}}return b};Graph.prototype.isCloneEvent=function(a){return mxClient.IS_MAC&&mxEvent.isMetaDown(a)||mxEvent.isControlDown(a)}; +Graph.prototype.encodeCells=function(a){for(var b=this.cloneCells(a),c=new mxDictionary,d=0;d<a.length;d++)c.put(a[d],!0);for(d=0;d<b.length;d++){var e=this.view.getState(a[d]);if(null!=e){var g=this.getCellGeometry(b[d]);null==g||!g.relative||this.model.isEdge(a[d])||c.get(this.model.getParent(a[d]))||(g.relative=!1,g.x=e.x/e.view.scale-e.view.translate.x,g.y=e.y/e.view.scale-e.view.translate.y)}}c=new mxCodec;e=new mxGraphModel;g=e.getChildAt(e.getRoot(),0);for(d=0;d<a.length;d++)e.add(g,b[d]); +return c.encode(e)};Graph.prototype.createSvgImageExport=function(){var a=new mxImageExport;a.getLinkForCellState=mxUtils.bind(this,function(a,b){return this.getLinkForCell(a.cell)});return a};Graph.prototype.getSvg=function(a,b,c,d,e,g,f,h){var k=this.useCssTransforms;k&&(this.useCssTransforms=!1,this.view.revalidate(),this.sizeDidChange());try{b=null!=b?b:1;c=null!=c?c:0;e=null!=e?e:!0;g=null!=g?g:!0;f=null!=f?f:!0;var l=g||d?this.getGraphBounds():this.getBoundingBox(this.getSelectionCells());if(null== +l)throw Error(mxResources.get("drawingEmpty"));var m=this.view.scale,y=mxUtils.createXmlDocument(),n=null!=y.createElementNS?y.createElementNS(mxConstants.NS_SVG,"svg"):y.createElement("svg");null!=a&&(null!=n.style?n.style.backgroundColor=a:n.setAttribute("style","background-color:"+a));null==y.createElementNS?(n.setAttribute("xmlns",mxConstants.NS_SVG),n.setAttribute("xmlns:xlink",mxConstants.NS_XLINK)):n.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink",mxConstants.NS_XLINK);a=b/m;n.setAttribute("width", +Math.max(1,Math.ceil(l.width*a)+2*c)+"px");n.setAttribute("height",Math.max(1,Math.ceil(l.height*a)+2*c)+"px");n.setAttribute("version","1.1");d=n;if(e){var p=null!=y.createElementNS?y.createElementNS(mxConstants.NS_SVG,"g"):y.createElement("g");p.setAttribute("transform","translate(0.5,0.5)");n.appendChild(p);y.appendChild(n);d=p}else y.appendChild(n);var E=this.createSvgCanvas(d);E.foOffset=e?-.5:0;E.textOffset=e?-.5:0;E.imageOffset=e?-.5:0;E.translate(Math.floor((c/b-l.x)/m),Math.floor((c/b-l.y)/ +m));var t=document.createElement("textarea"),q=E.createAlternateContent;E.createAlternateContent=function(a,b,c,d,e,g,f,h,k,l,m,y,n){var p=this.state;if(null!=this.foAltText&&(0==d||0!=p.fontSize&&g.length<5*d/p.fontSize)){var E=this.createElement("text");E.setAttribute("x",Math.round(d/2));E.setAttribute("y",Math.round((e+p.fontSize)/2));E.setAttribute("fill",p.fontColor||"black");E.setAttribute("text-anchor","middle");E.setAttribute("font-size",Math.round(p.fontSize)+"px");E.setAttribute("font-family", +p.fontFamily);(p.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&E.setAttribute("font-weight","bold");(p.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&E.setAttribute("font-style","italic");(p.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&E.setAttribute("text-decoration","underline");try{return t.innerHTML=g,E.textContent=t.value,E}catch(Ba){return q.apply(this,arguments)}}else return q.apply(this,arguments)};var H=this.backgroundImage;if(null!=H){b=m/b; +var r=this.view.translate,x=new mxRectangle(r.x*b,r.y*b,H.width*b,H.height*b);mxUtils.intersects(l,x)&&E.image(r.x,r.y,H.width,H.height,H.src,!0)}E.scale(a);E.textEnabled=f;h=null!=h?h:this.createSvgImageExport();var u=h.drawCellState;h.drawCellState=function(a,b){for(var c=a.view.graph,d=c.isCellSelected(a.cell),e=c.model.getParent(a.cell);!g&&!d&&null!=e;)d=c.isCellSelected(e),e=c.model.getParent(e);(g||d)&&u.apply(this,arguments)};h.drawState(this.getView().getState(this.model.root),E);return n}finally{k&& +(this.useCssTransforms=!0,this.view.revalidate(),this.sizeDidChange())}};Graph.prototype.createSvgCanvas=function(a){return new mxSvgCanvas2D(a)};Graph.prototype.getSelectedElement=function(){var a=null;if(window.getSelection){var b=window.getSelection();b.getRangeAt&&b.rangeCount&&(a=b.getRangeAt(0).commonAncestorContainer)}else document.selection&&(a=document.selection.createRange().parentElement());return a};Graph.prototype.getParentByName=function(a,b,c){for(;null!=a&&a.nodeName!=b;){if(a==c)return null; +a=a.parentNode}return a};Graph.prototype.selectNode=function(a){var b=null;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){var c=document.createRange();c.selectNode(a);b.removeAllRanges();b.addRange(c)}}else(b=document.selection)&&"Control"!=b.type&&(a=b.createRange(),a.collapse(!0),c=b.createRange(),c.setEndPoint("StartToStart",a),c.select())};Graph.prototype.insertRow=function(a,b){for(var c=a.tBodies[0],d=c.rows[0].cells,e=0,g=0;g<d.length;g++)var f=d[g].getAttribute("colspan"), +e=e+(null!=f?parseInt(f):1);c=c.insertRow(b);for(g=0;g<e;g++)mxUtils.br(c.insertCell(-1));return c.cells[0]};Graph.prototype.deleteRow=function(a,b){a.tBodies[0].deleteRow(b)};Graph.prototype.insertColumn=function(a,b){var c=a.tHead;if(null!=c)for(var d=0;d<c.rows.length;d++){var e=document.createElement("th");c.rows[d].appendChild(e);mxUtils.br(e)}c=a.tBodies[0];for(d=0;d<c.rows.length;d++)e=c.rows[d].insertCell(b),mxUtils.br(e);return c.rows[0].cells[0<=b?b:c.rows[0].cells.length-1]};Graph.prototype.deleteColumn= +function(a,b){if(0<=b)for(var c=a.tBodies[0].rows,d=0;d<c.length;d++)c[d].cells.length>b&&c[d].deleteCell(b)};Graph.prototype.pasteHtmlAtCaret=function(a){var b;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){b=b.getRangeAt(0);b.deleteContents();var c=document.createElement("div");c.innerHTML=a;a=document.createDocumentFragment();for(var d;d=c.firstChild;)lastNode=a.appendChild(d);b.insertNode(a)}}else(b=document.selection)&&"Control"!=b.type&&b.createRange().pasteHTML(a)}; +Graph.prototype.createLinkForHint=function(a,b){function c(a,b){a.length>b&&(a=a.substring(0,Math.round(b/2))+"..."+a.substring(a.length-Math.round(b/4)));return a}a=null!=a?a:"javascript:void(0);";if(null==b||0==b.length)b=this.isCustomLink(a)?this.getLinkTitle(a):a;var d=document.createElement("a");d.setAttribute("href",this.getAbsoluteUrl(a));d.setAttribute("title",c(this.isCustomLink(a)?this.getLinkTitle(a):a,80));null!=this.linkTarget&&d.setAttribute("target",this.linkTarget);mxUtils.write(d, +c(b,40));this.isCustomLink(a)&&mxEvent.addListener(d,"click",mxUtils.bind(this,function(b){this.customLinkClicked(a);mxEvent.consume(b)}));return d};Graph.prototype.initTouch=function(){this.connectionHandler.marker.isEnabled=function(){return null!=this.graph.connectionHandler.first};this.addListener(mxEvent.START_EDITING,function(a,b){this.popupMenuHandler.hideMenu()});var a=this.updateMouseEvent;this.updateMouseEvent=function(b){b=a.apply(this,arguments);if(mxEvent.isTouchEvent(b.getEvent())&& +null==b.getState()){var c=this.getCellAt(b.graphX,b.graphY);null!=c&&this.isSwimlane(c)&&this.hitsSwimlaneContent(c,b.graphX,b.graphY)||(b.state=this.view.getState(c),null!=b.state&&null!=b.state.shape&&(this.container.style.cursor=b.state.shape.node.style.cursor))}null==b.getState()&&this.isEnabled()&&(this.container.style.cursor="default");return b};var b=!1,c=!1,d=!1,e=this.fireMouseEvent;this.fireMouseEvent=function(a,g,f){a==mxEvent.MOUSE_DOWN&&(g=this.updateMouseEvent(g),b=this.isCellSelected(g.getCell()), +c=this.isSelectionEmpty(),d=this.popupMenuHandler.isMenuShowing());e.apply(this,arguments)};this.popupMenuHandler.mouseUp=mxUtils.bind(this,function(a,e){this.popupMenuHandler.popupTrigger=!this.isEditing()&&this.isEnabled()&&(null==e.getState()||!e.isSource(e.getState().control))&&(this.popupMenuHandler.popupTrigger||!d&&!mxEvent.isMouseEvent(e.getEvent())&&(c&&null==e.getCell()&&this.isSelectionEmpty()||b&&this.isCellSelected(e.getCell())));mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler, +arguments)})};mxCellEditor.prototype.isContentEditing=function(){var a=this.graph.view.getState(this.editingCell);return null!=a&&1==a.style.html};mxCellEditor.prototype.saveSelection=function(){if(window.getSelection){var a=window.getSelection();if(a.getRangeAt&&a.rangeCount){for(var b=[],c=0,d=a.rangeCount;c<d;++c)b.push(a.getRangeAt(c));return b}}else if(document.selection&&document.selection.createRange)return document.selection.createRange();return null};mxCellEditor.prototype.restoreSelection= +function(a){try{if(a)if(window.getSelection){sel=window.getSelection();sel.removeAllRanges();for(var b=0,c=a.length;b<c;++b)sel.addRange(a[b])}else document.selection&&a.select&&a.select()}catch(W){}};var f=mxCellRenderer.prototype.initializeLabel;mxCellRenderer.prototype.initializeLabel=function(a){null!=a.text&&(a.text.replaceLinefeeds="0"!=mxUtils.getValue(a.style,"nl2Br","1"));f.apply(this,arguments)};var e=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update=function(a,b){this.isKeepFocusEvent(a)|| +!mxEvent.isAltDown(a.getEvent())?e.apply(this,arguments):this.reset()};mxGuide.prototype.createGuideShape=function(a){return new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH)};mxCellEditor.prototype.escapeCancelsEditing=!1;var h=mxCellEditor.prototype.startEditing;mxCellEditor.prototype.startEditing=function(a,b){h.apply(this,arguments);var c=this.graph.view.getState(a);this.textarea.className=null!=c&&1==c.style.html?"mxCellEditor geContentEditable":"mxCellEditor mxPlainTextEditor"; +this.codeViewMode=!1;this.switchSelectionState=null;this.graph.setSelectionCell(a);var c=this.graph.getModel().getParent(a),d=this.graph.getCellGeometry(a);this.graph.getModel().isEdge(c)&&null!=d&&d.relative||this.graph.getModel().isEdge(a)?mxClient.IS_QUIRKS?this.textarea.style.border="gray dotted 1px":this.textarea.style.outline=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_FF&&mxClient.IS_WIN?"gray dotted 1px":"":mxClient.IS_QUIRKS&&(this.textarea.style.outline="none",this.textarea.style.border= +"")};var g=mxCellEditor.prototype.installListeners;mxCellEditor.prototype.installListeners=function(a){function b(a,c){c.originalNode=a;a=a.firstChild;for(var d=c.firstChild;null!=a&&null!=d;)b(a,d),a=a.nextSibling,d=d.nextSibling;return c}function c(a,b){if(null!=a)if(b.originalNode!=a)d(a);else for(a=a.firstChild,b=b.firstChild;null!=a;){var e=a.nextSibling;null==b?d(a):(c(a,b),b=b.nextSibling);a=e}}function d(a){for(var b=a.firstChild;null!=b;){var c=b.nextSibling;d(b);b=c}1==a.nodeType&&("BR"=== +a.nodeName||null!=a.firstChild)||3==a.nodeType&&0!=mxUtils.trim(mxUtils.getTextContent(a)).length?(3==a.nodeType&&mxUtils.setTextContent(a,mxUtils.getTextContent(a).replace(/\n|\r/g,"")),1==a.nodeType&&(a.removeAttribute("style"),a.removeAttribute("class"),a.removeAttribute("width"),a.removeAttribute("cellpadding"),a.removeAttribute("cellspacing"),a.removeAttribute("border"))):a.parentNode.removeChild(a)}g.apply(this,arguments);mxClient.IS_QUIRKS||7===document.documentMode||8===document.documentMode|| +mxEvent.addListener(this.textarea,"paste",mxUtils.bind(this,function(a){var d=b(this.textarea,this.textarea.cloneNode(!0));window.setTimeout(mxUtils.bind(this,function(){c(this.textarea,d)}),0)}))};mxCellEditor.prototype.toggleViewMode=function(){var a=this.graph.view.getState(this.editingCell),b=null!=a&&"0"!=mxUtils.getValue(a.style,"nl2Br","1"),c=this.saveSelection();if(this.codeViewMode){h=mxUtils.extractTextWithWhitespace(this.textarea.childNodes);0<h.length&&"\n"==h.charAt(h.length-1)&&(h=h.substring(0, +h.length-1));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"<br/>"):h,!0);this.textarea.className="mxCellEditor geContentEditable";var d=mxUtils.getValue(a.style,mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE),b=mxUtils.getValue(a.style,mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY),e=mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),g=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD,f=(mxUtils.getValue(a.style, +mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC,a=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration=a?"underline":"";this.textarea.style.fontWeight=g?"bold":"normal";this.textarea.style.fontStyle= +f?"italic":"";this.textarea.style.fontFamily=b;this.textarea.style.textAlign=e;this.textarea.style.padding="0px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h,0==this.textarea.innerHTML.length&&(this.textarea.innerHTML=this.getEmptyLabelText(),this.clearOnChange=0<this.textarea.innerHTML.length));this.codeViewMode=!1}else{this.clearOnChange&&this.textarea.innerHTML==this.getEmptyLabelText()&&(this.clearOnChange=!1,this.textarea.innerHTML="");var h=mxUtils.htmlEntities(this.textarea.innerHTML); +mxClient.IS_QUIRKS||8==document.documentMode||(h=mxUtils.replaceTrailingNewlines(h,"<div><br></div>"));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"").replace(/<br\s*.?>/g,"<br>"):h,!0);this.textarea.className="mxCellEditor mxPlainTextEditor";var d=mxConstants.DEFAULT_FONTSIZE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration=""; +this.textarea.style.fontWeight="normal";this.textarea.style.fontStyle="";this.textarea.style.fontFamily=mxConstants.DEFAULT_FONTFAMILY;this.textarea.style.textAlign="left";this.textarea.style.padding="2px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h);this.codeViewMode=!0}this.textarea.focus();null!=this.switchSelectionState&&this.restoreSelection(this.switchSelectionState);this.switchSelectionState=c;this.resize()};var k=mxCellEditor.prototype.resize;mxCellEditor.prototype.resize=function(a, +b){if(null!=this.textarea)if(a=this.graph.getView().getState(this.editingCell),this.codeViewMode&&null!=a){var c=a.view.scale;this.bounds=mxRectangle.fromRectangle(a);if(0==this.bounds.width&&0==this.bounds.height){this.bounds.width=160*c;this.bounds.height=60*c;var d=null!=a.text?a.text.margin:null;null==d&&(d=mxUtils.getAlignmentAsPoint(mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),mxUtils.getValue(a.style,mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE))); +this.bounds.x+=d.x*this.bounds.width;this.bounds.y+=d.y*this.bounds.height}this.textarea.style.width=Math.round((this.bounds.width-4)/c)+"px";this.textarea.style.height=Math.round((this.bounds.height-4)/c)+"px";this.textarea.style.overflow="auto";this.textarea.clientHeight<this.textarea.offsetHeight&&(this.textarea.style.height=Math.round(this.bounds.height/c)+(this.textarea.offsetHeight-this.textarea.clientHeight)+"px",this.bounds.height=parseInt(this.textarea.style.height)*c);this.textarea.clientWidth< +this.textarea.offsetWidth&&(this.textarea.style.width=Math.round(this.bounds.width/c)+(this.textarea.offsetWidth-this.textarea.clientWidth)+"px",this.bounds.width=parseInt(this.textarea.style.width)*c);this.textarea.style.left=Math.round(this.bounds.x)+"px";this.textarea.style.top=Math.round(this.bounds.y)+"px";mxClient.IS_VML?this.textarea.style.zoom=c:mxUtils.setPrefixedStyle(this.textarea.style,"transform","scale("+c+","+c+")")}else this.textarea.style.height="",this.textarea.style.overflow="", +k.apply(this,arguments)};mxCellEditorGetInitialValue=mxCellEditor.prototype.getInitialValue;mxCellEditor.prototype.getInitialValue=function(a,b){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetInitialValue.apply(this,arguments);var c=this.graph.getEditingValue(a.cell,b);"1"==mxUtils.getValue(a.style,"nl2Br","1")&&(c=c.replace(/\n/g,"<br/>"));return c=this.graph.sanitizeHtml(c,!0)};mxCellEditorGetCurrentValue=mxCellEditor.prototype.getCurrentValue;mxCellEditor.prototype.getCurrentValue= +function(a){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetCurrentValue.apply(this,arguments);var b=this.graph.sanitizeHtml(this.textarea.innerHTML,!0);return b="1"==mxUtils.getValue(a.style,"nl2Br","1")?b.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>"):b.replace(/\r\n/g,"").replace(/\n/g,"")};var l=mxCellEditor.prototype.stopEditing;mxCellEditor.prototype.stopEditing=function(a){this.codeViewMode&&this.toggleViewMode();l.apply(this,arguments);this.focusContainer()};mxCellEditor.prototype.focusContainer= +function(){try{this.graph.container.focus()}catch(E){}};var m=mxCellEditor.prototype.applyValue;mxCellEditor.prototype.applyValue=function(a,b){this.graph.getModel().beginUpdate();try{if(m.apply(this,arguments),this.graph.isCellDeletable(a.cell)&&0==this.graph.model.getChildCount(a.cell)){var c=mxUtils.getValue(a.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),d=mxUtils.getValue(a.style,mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);""==b&&c==mxConstants.NONE&&d==mxConstants.NONE&&this.graph.removeCells([a.cell], +!1)}}finally{this.graph.getModel().endUpdate()}};mxCellEditor.prototype.getBackgroundColor=function(a){var b=null;if(this.graph.getModel().isEdge(a.cell)||this.graph.getModel().isEdge(this.graph.getModel().getParent(a.cell)))b=mxUtils.getValue(a.style,mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,null),b==mxConstants.NONE&&(b=null);return b};mxCellEditor.prototype.getMinimumSize=function(a){var b=this.graph.getView().scale;return new mxRectangle(0,0,null==a.text?30:a.text.size*b+20,30)};var n=mxGraphHandler.prototype.moveCells; +mxGraphHandler.prototype.moveCells=function(a,b,c,d,e,g){mxEvent.isAltDown(g)&&(e=null);n.apply(this,arguments)};mxGraphHandler.prototype.updateHint=function(b){if(null!=this.shape){null==this.hint&&(this.hint=a(),this.graph.container.appendChild(this.hint));var c=this.graph.view.translate,d=this.graph.view.scale;b=this.roundLength((this.bounds.x+this.currentDx)/d-c.x);c=this.roundLength((this.bounds.y+this.currentDy)/d-c.y);this.hint.innerHTML=b+", "+c;this.hint.style.left=this.shape.bounds.x+Math.round((this.shape.bounds.width- +this.hint.clientWidth)/2)+"px";this.hint.style.top=this.shape.bounds.y+this.shape.bounds.height+12+"px"}};mxGraphHandler.prototype.removeHint=function(){null!=this.hint&&(this.hint.parentNode.removeChild(this.hint),this.hint=null)};mxVertexHandler.prototype.isRecursiveResize=function(a,b){return!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!mxEvent.isControlDown(b.getEvent())&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null== +mxUtils.getValue(a.style,"childLayout",null)};mxVertexHandler.prototype.isCenteredEvent=function(a,b){return!(!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null))&&mxEvent.isControlDown(b.getEvent())||mxEvent.isMetaDown(b.getEvent())};var p=mxVertexHandler.prototype.getHandlePadding;mxVertexHandler.prototype.getHandlePadding=function(){var a= +new mxPoint(0,0),b=this.tolerance;this.graph.cellEditor.getEditingCell()==this.state.cell&&null!=this.sizers&&0<this.sizers.length&&null!=this.sizers[0]?(b/=2,a.x=this.sizers[0].bounds.width+b,a.y=this.sizers[0].bounds.height+b):a=p.apply(this,arguments);return a};mxVertexHandler.prototype.updateHint=function(b){this.index!=mxEvent.LABEL_HANDLE&&(null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint)),this.index==mxEvent.ROTATION_HANDLE?this.hint.innerHTML=this.currentAlpha+ +"°":(b=this.state.view.scale,this.hint.innerHTML=this.roundLength(this.bounds.width/b)+" x "+this.roundLength(this.bounds.height/b)),b=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.state.style[mxConstants.STYLE_ROTATION]||"0"),null==b&&(b=this.bounds),this.hint.style.left=b.x+Math.round((b.width-this.hint.clientWidth)/2)+"px",this.hint.style.top=b.y+b.height+12+"px",null!=this.linkHint&&(this.linkHint.style.display="none"))};mxVertexHandler.prototype.removeHint= +function(){mxGraphHandler.prototype.removeHint.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.display="")};mxEdgeHandler.prototype.updateHint=function(b,c){null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint));var d=this.graph.view.translate,e=this.graph.view.scale,g=this.roundLength(c.x/e-d.x),d=this.roundLength(c.y/e-d.y);this.hint.innerHTML=g+", "+d;this.hint.style.visibility="visible";if(this.isSource||this.isTarget)null!=this.constraintHandler.currentConstraint&& +null!=this.constraintHandler.currentFocus?(g=this.constraintHandler.currentConstraint.point,this.hint.innerHTML="["+Math.round(100*g.x)+"%, "+Math.round(100*g.y)+"%]"):this.marker.hasValidState()&&(this.hint.style.visibility="hidden");this.hint.style.left=Math.round(b.getGraphX()-this.hint.clientWidth/2)+"px";this.hint.style.top=Math.max(b.getGraphY(),c.y)+this.state.view.graph.gridSize+"px";null!=this.linkHint&&(this.linkHint.style.display="none")};mxEdgeHandler.prototype.removeHint=mxVertexHandler.prototype.removeHint; +HoverIcons.prototype.mainHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/>'):new mxImage(IMAGE_PATH+"/handle-main.png",17,17);HoverIcons.prototype.secondaryHandle=mxClient.IS_SVG?Graph.createSvgImage(16,16,'<path d="m 8 3 L 13 8 L 8 13 L 3 8 z" stroke="#fff" fill="#fca000"/>'):new mxImage(IMAGE_PATH+"/handle-secondary.png",17,17);HoverIcons.prototype.fixedHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><path d="m 7 7 L 11 11 M 7 11 L 11 7" stroke="#fff"/>'): +new mxImage(IMAGE_PATH+"/handle-fixed.png",17,17);HoverIcons.prototype.terminalHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><circle cx="9" cy="9" r="2" stroke="#fff" fill="transparent"/>'):new mxImage(IMAGE_PATH+"/handle-terminal.png",17,17);HoverIcons.prototype.rotationHandle=new mxImage(mxClient.IS_SVG?"data:image/png;base64,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": IMAGE_PATH+"/handle-rotate.png",19,21);mxClient.IS_SVG&&(mxConstraintHandler.prototype.pointImage=Graph.createSvgImage(5,5,'<path d="m 0 0 L 5 5 M 0 5 L 5 0" stroke="#007dfc"/>'));mxVertexHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxVertexHandler.prototype.secondaryHandleImage=HoverIcons.prototype.secondaryHandle;mxEdgeHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxEdgeHandler.prototype.terminalHandleImage=HoverIcons.prototype.terminalHandle;mxEdgeHandler.prototype.fixedHandleImage= HoverIcons.prototype.fixedHandle;mxEdgeHandler.prototype.labelHandleImage=HoverIcons.prototype.secondaryHandle;mxOutline.prototype.sizerImage=HoverIcons.prototype.mainHandle;null!=window.Sidebar&&(Sidebar.prototype.triangleUp=HoverIcons.prototype.triangleUp,Sidebar.prototype.triangleRight=HoverIcons.prototype.triangleRight,Sidebar.prototype.triangleDown=HoverIcons.prototype.triangleDown,Sidebar.prototype.triangleLeft=HoverIcons.prototype.triangleLeft,Sidebar.prototype.refreshTarget=HoverIcons.prototype.refreshTarget, Sidebar.prototype.roundDrop=HoverIcons.prototype.roundDrop);mxClient.IS_SVG||((new Image).src=HoverIcons.prototype.mainHandle.src,(new Image).src=HoverIcons.prototype.fixedHandle.src,(new Image).src=HoverIcons.prototype.terminalHandle.src,(new Image).src=HoverIcons.prototype.secondaryHandle.src,(new Image).src=HoverIcons.prototype.rotationHandle.src,(new Image).src=HoverIcons.prototype.triangleUp.src,(new Image).src=HoverIcons.prototype.triangleRight.src,(new Image).src=HoverIcons.prototype.triangleDown.src, @@ -2710,9 +2711,9 @@ a=b.getSelectionCell();if("link"==f.style.shape||"flexArrow"==f.style.shape){if( !1)?(v.value=d.targetPoint.x,w.value=d.targetPoint.y):r.style.display="none"):(p.style.display="none",r.style.display="none")});l=this.addEdgeGeometryHandler(q,function(a,b){a.sourcePoint.x=b});m=this.addEdgeGeometryHandler(t,function(a,b){a.sourcePoint.y=b});g=this.addEdgeGeometryHandler(v,function(a,b){a.targetPoint.x=b});k=this.addEdgeGeometryHandler(w,function(a,b){a.targetPoint.y=b});b.getModel().addListener(mxEvent.CHANGE,u);this.listeners.push({destroy:function(){b.getModel().removeListener(u)}}); u()};TextFormatPanel=function(a,c,d){BaseFormatPanel.call(this,a,c,d);this.init()};mxUtils.extend(TextFormatPanel,BaseFormatPanel);TextFormatPanel.prototype.init=function(){this.container.style.borderBottom="none";this.addFont(this.container)}; TextFormatPanel.prototype.addFont=function(a){function c(a,b){mxClient.IS_IE&&(mxClient.IS_QUIRKS||10>document.documentMode)?a.style.filter=b?"progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#c5ecff', EndColorStr='#87d4fb', GradientType=0)":"":a.style.backgroundImage=b?"linear-gradient(#c5ecff 0px,#87d4fb 100%)":""}var d=this.editorUi,b=d.editor.graph,f=this.format.getSelectionState(),e=this.createTitle(mxResources.get("font"));e.style.paddingLeft="18px";e.style.paddingTop="10px";e.style.paddingBottom= -"6px";a.appendChild(e);e=this.createPanel();e.style.paddingTop="2px";e.style.paddingBottom="2px";e.style.position="relative";e.style.marginLeft="-2px";e.style.borderWidth="0px";e.className="geToolbarContainer";mxClient.IS_QUIRKS&&(e.style.display="block");if(b.cellEditor.isContentEditing()){var h=e.cloneNode(),g=this.editorUi.toolbar.addMenu(mxResources.get("style"),mxResources.get("style"),!0,"formatBlock",h);g.style.color="rgb(112, 112, 112)";g.style.whiteSpace="nowrap";g.style.overflow="hidden"; -g.style.margin="0px";this.addArrow(g);g.style.width="192px";g.style.height="15px";var k=g.getElementsByTagName("div")[0];k.style.cssFloat="right";a.appendChild(h);mxClient.IS_FF&&(g.getElementsByTagName("div")[0].style.marginTop="-18px")}a.appendChild(e);h=this.createPanel();h.style.marginTop="8px";h.style.borderTop="1px solid #c0c0c0";h.style.paddingTop="6px";h.style.paddingBottom="6px";var l=this.editorUi.toolbar.addMenu("Helvetica",mxResources.get("fontFamily"),!0,"fontFamily",e);l.style.color= -"rgb(112, 112, 112)";l.style.whiteSpace="nowrap";l.style.overflow="hidden";l.style.margin="0px";this.addArrow(l);l.style.width="192px";l.style.height="15px";mxClient.IS_FF&&(l.getElementsByTagName("div")[0].style.marginTop="-18px");k=e.cloneNode(!1);k.style.marginLeft="-3px";var m=this.editorUi.toolbar.addItems(["bold","italic","underline"],k,!0);m[0].setAttribute("title",mxResources.get("bold")+" ("+this.editorUi.actions.get("bold").shortcut+")");m[1].setAttribute("title",mxResources.get("italic")+ +"6px";a.appendChild(e);e=this.createPanel();e.style.paddingTop="2px";e.style.paddingBottom="2px";e.style.position="relative";e.style.marginLeft="-2px";e.style.borderWidth="0px";e.className="geToolbarContainer";mxClient.IS_QUIRKS&&(e.style.display="block");if(b.cellEditor.isContentEditing()){var h=e.cloneNode(),g=this.editorUi.toolbar.addMenu(mxResources.get("style"),mxResources.get("style"),!0,"formatBlock",h,null,!0);g.style.color="rgb(112, 112, 112)";g.style.whiteSpace="nowrap";g.style.overflow= +"hidden";g.style.margin="0px";this.addArrow(g);g.style.width="192px";g.style.height="15px";var k=g.getElementsByTagName("div")[0];k.style.cssFloat="right";a.appendChild(h);mxClient.IS_FF&&(g.getElementsByTagName("div")[0].style.marginTop="-18px")}a.appendChild(e);h=this.createPanel();h.style.marginTop="8px";h.style.borderTop="1px solid #c0c0c0";h.style.paddingTop="6px";h.style.paddingBottom="6px";var l=this.editorUi.toolbar.addMenu("Helvetica",mxResources.get("fontFamily"),!0,"fontFamily",e,null, +!0);l.style.color="rgb(112, 112, 112)";l.style.whiteSpace="nowrap";l.style.overflow="hidden";l.style.margin="0px";this.addArrow(l);l.style.width="192px";l.style.height="15px";mxClient.IS_FF&&(l.getElementsByTagName("div")[0].style.marginTop="-18px");k=e.cloneNode(!1);k.style.marginLeft="-3px";var m=this.editorUi.toolbar.addItems(["bold","italic","underline"],k,!0);m[0].setAttribute("title",mxResources.get("bold")+" ("+this.editorUi.actions.get("bold").shortcut+")");m[1].setAttribute("title",mxResources.get("italic")+ " ("+this.editorUi.actions.get("italic").shortcut+")");m[2].setAttribute("title",mxResources.get("underline")+" ("+this.editorUi.actions.get("underline").shortcut+")");var n=this.editorUi.toolbar.addItems(["vertical"],k,!0)[0];mxClient.IS_QUIRKS&&mxUtils.br(a);a.appendChild(k);this.styleButtons(m);this.styleButtons([n]);g=e.cloneNode(!1);g.style.marginLeft="-3px";g.style.paddingBottom="0px";var p=function(a){return function(){return a()}},q=this.editorUi.toolbar.addButton("geSprite-left",mxResources.get("left"), b.cellEditor.isContentEditing()?function(){document.execCommand("justifyleft",!1,null)}:p(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_ALIGN],[mxConstants.ALIGN_LEFT])),g),t=this.editorUi.toolbar.addButton("geSprite-center",mxResources.get("center"),b.cellEditor.isContentEditing()?function(){document.execCommand("justifycenter",!1,null)}:p(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_ALIGN],[mxConstants.ALIGN_CENTER])),g),r=this.editorUi.toolbar.addButton("geSprite-right", mxResources.get("right"),b.cellEditor.isContentEditing()?function(){document.execCommand("justifyright",!1,null)}:p(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_ALIGN],[mxConstants.ALIGN_RIGHT])),g);this.styleButtons([q,t,r]);if(b.cellEditor.isContentEditing()){var v=this.editorUi.toolbar.addButton("geSprite-removeformat",mxResources.get("removeFormat"),function(){document.execCommand("removeformat",!1,null)},k);this.styleButtons([v])}var w=this.editorUi.toolbar.addButton("geSprite-top", @@ -3070,7 +3071,7 @@ function(c,b){this.addMenuItems(c,["resetView","-"],b);for(var d=[.25,.5,.75,1,1 Menus.prototype.get=function(a){return this.menus[a]};Menus.prototype.addSubmenu=function(a,c,d,b){var f=this.get(a);null!=f&&(f=f.isEnabled(),c.showDisabled||f)&&(d=c.addItem(b||mxResources.get(a),null,null,d,null,f),this.addMenu(a,c,d))};Menus.prototype.addMenu=function(a,c,d){var b=this.get(a);null!=b&&(c.showDisabled||b.isEnabled())&&this.get(a).execute(c,d)}; Menus.prototype.addInsertTableItem=function(a){function c(a,b){for(var c=["<table>"],d=0;d<a;d++){c.push("<tr>");for(var e=0;e<b;e++)c.push("<td><br></td>");c.push("</tr>")}c.push("</table>");return c.join("")}var d=this.editorUi.editor.graph;a=a.addItem("",null,mxUtils.bind(this,function(a){var b=d.getParentByName(mxEvent.getSource(a),"TD");if(null!=b){var e=d.getParentByName(b,"TR"),f=d.cellEditor.textarea.getElementsByTagName("table");a=[];for(var h=0;h<f.length;h++)a.push(f[h]);d.container.focus(); d.pasteHtmlAtCaret(c(e.sectionRowIndex+1,b.cellIndex+1));b=d.cellEditor.textarea.getElementsByTagName("table");if(b.length==a.length+1)for(h=b.length-1;0<=h;h--)if(0==h||b[h]!=a[h-1]){d.selectNode(b[h].rows[0].cells[0]);break}}}));var b='<img src="'+mxClient.imageBasePath+'/transparent.gif" width="16" height="16"/>';a.firstChild.innerHTML="";var f=function(a,c){var d=document.createElement("table");d.setAttribute("border","1");d.style.borderCollapse="collapse";mxClient.IS_QUIRKS||d.setAttribute("cellPadding", -"8");for(var e=0;e<a;e++)for(var g=d.insertRow(e),f=0;f<c;f++){var h=g.insertCell(-1);mxClient.IS_QUIRKS&&(h.innerHTML=b)}return d}(5,5);a.firstChild.appendChild(f);var e=document.createElement("div");e.style.padding="4px";e.style.fontSize=Menus.prototype.defaultFontSize+"px";e.innerHTML="1x1";a.firstChild.appendChild(e);mxEvent.addListener(f,"mouseover",function(a){var c=d.getParentByName(mxEvent.getSource(a),"TD");if(null!=c){for(var h=d.getParentByName(c,"TR"),l=Math.min(20,h.sectionRowIndex+2), +"8");for(var e=0;e<a;e++)for(var f=d.insertRow(e),g=0;g<c;g++){var h=f.insertCell(-1);mxClient.IS_QUIRKS&&(h.innerHTML=b)}return d}(5,5);a.firstChild.appendChild(f);var e=document.createElement("div");e.style.padding="4px";e.style.fontSize=Menus.prototype.defaultFontSize+"px";e.innerHTML="1x1";a.firstChild.appendChild(e);mxEvent.addListener(f,"mouseover",function(a){var c=d.getParentByName(mxEvent.getSource(a),"TD");if(null!=c){for(var h=d.getParentByName(c,"TR"),l=Math.min(20,h.sectionRowIndex+2), m=Math.min(20,c.cellIndex+2),n=f.rows.length;n<l;n++)for(var p=f.insertRow(n),q=0;q<f.rows[0].cells.length;q++){var t=p.insertCell(-1);mxClient.IS_QUIRKS&&(t.innerHTML=b)}for(n=0;n<f.rows.length;n++)for(p=f.rows[n],q=p.cells.length;q<m;q++)t=p.insertCell(-1),mxClient.IS_QUIRKS&&(t.innerHTML=b);e.innerHTML=c.cellIndex+1+"x"+(h.sectionRowIndex+1);for(l=0;l<f.rows.length;l++)for(m=f.rows[l],n=0;n<m.cells.length;n++)m.cells[n].style.backgroundColor=l<=h.sectionRowIndex&&n<=c.cellIndex?"blue":"white"; mxEvent.consume(a)}})}; Menus.prototype.edgeStyleChange=function(a,c,d,b,f,e,h){return a.addItem(c,null,mxUtils.bind(this,function(){var a=this.editorUi.editor.graph;a.stopEditing(!1);a.getModel().beginUpdate();try{for(var c=a.getSelectionCells(),e=[],f=0;f<c.length;f++){var n=c[f];if(a.getModel().isEdge(n)){if(h){var p=a.getCellGeometry(n);null!=p&&(p=p.clone(),p.points=null,a.getModel().setGeometry(n,p))}for(var q=0;q<d.length;q++)a.setCellStyles(d[q],b[q],[n]);e.push(n)}}this.editorUi.fireEvent(new mxEventObject("styleChanged","keys", @@ -3129,7 +3130,7 @@ function(a,b,c,d){return"#"+("0"+Number(b).toString(16)).substr(-2)+("0"+Number( null,mxUtils.bind(this,function(){var a=g.style.backgroundColor.replace(/\brgb\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)/g,function(a,b,c,d){return"#"+("0"+Number(b).toString(16)).substr(-2)+("0"+Number(c).toString(16)).substr(-2)+("0"+Number(d).toString(16)).substr(-2)});this.editorUi.pickColor(a,function(a){g.style.backgroundColor=null==a||a==mxConstants.NONE?"":a})}),null,"geIcon geSprite geSprite-fillcolor");c.setAttribute("title",mxResources.get("backgroundColor"));c=b.addItem("",null,mxUtils.bind(this, function(){var a=g.getAttribute("cellPadding")||0,a=new FilenameDialog(this.editorUi,a,mxResources.get("apply"),mxUtils.bind(this,function(a){null!=a&&0<a.length?g.setAttribute("cellPadding",a):g.removeAttribute("cellPadding")}),mxResources.get("spacing"));this.editorUi.showDialog(a.container,300,80,!0,!0);a.init()}),null,"geIcon geSprite geSprite-fit");c.setAttribute("title",mxResources.get("spacing"));c=b.addItem("",null,mxUtils.bind(this,function(){g.setAttribute("align","left")}),null,"geIcon geSprite geSprite-left"); c.setAttribute("title",mxResources.get("left"));c=b.addItem("",null,mxUtils.bind(this,function(){g.setAttribute("align","center")}),null,"geIcon geSprite geSprite-center");c.setAttribute("title",mxResources.get("center"));c=b.addItem("",null,mxUtils.bind(this,function(){g.setAttribute("align","right")}),null,"geIcon geSprite geSprite-right");c.setAttribute("title",mxResources.get("right"))}}));d.style.position="relative";d.style.whiteSpace="nowrap";d.style.overflow="hidden";d.innerHTML='<div class="geSprite geSprite-table" style="margin-left:-2px;"></div>'+ -this.dropdownImageHtml;d.style.width=mxClient.IS_QUIRKS?"50px":"30px";EditorUi.compactUi&&(d.getElementsByTagName("img")[0].style.left="22px",d.getElementsByTagName("img")[0].style.top="5px")};Toolbar.prototype.hideMenu=function(){this.editorUi.hideCurrentMenu()};Toolbar.prototype.addMenu=function(a,c,d,b,f,e){var h=this.editorUi.menus.get(b),g=this.addMenuFunction(a,c,d,function(){h.funct.apply(h,arguments)},f,e);h.addListener("stateChanged",function(){g.setEnabled(h.enabled)});return g}; +this.dropdownImageHtml;d.style.width=mxClient.IS_QUIRKS?"50px":"30px";EditorUi.compactUi&&(d.getElementsByTagName("img")[0].style.left="22px",d.getElementsByTagName("img")[0].style.top="5px")};Toolbar.prototype.hideMenu=function(){this.editorUi.hideCurrentMenu()};Toolbar.prototype.addMenu=function(a,c,d,b,f,e,h){var g=this.editorUi.menus.get(b),k=this.addMenuFunction(a,c,d,function(){g.funct.apply(g,arguments)},f,e);h||g.addListener("stateChanged",function(){k.setEnabled(g.enabled)});return k}; Toolbar.prototype.addMenuFunction=function(a,c,d,b,f,e){return this.addMenuFunctionInContainer(null!=f?f:this.container,a,c,d,b,e)};Toolbar.prototype.addMenuFunctionInContainer=function(a,c,d,b,f,e){c=b?this.createLabel(c):this.createButton(c);this.initElement(c,d);this.addMenuHandler(c,b,f,e);a.appendChild(c);return c};Toolbar.prototype.addSeparator=function(a){a=null!=a?a:this.container;var c=document.createElement("div");c.className="geSeparator";a.appendChild(c);return c}; Toolbar.prototype.addItems=function(a,c,d){for(var b=[],f=0;f<a.length;f++){var e=a[f];"-"==e?b.push(this.addSeparator(c)):b.push(this.addItem("geSprite-"+e.toLowerCase(),e,c,d))}return b};Toolbar.prototype.addItem=function(a,c,d,b){var f=this.editorUi.actions.get(c),e=null;null!=f&&(c=f.label,null!=f.shortcut&&(c+=" ("+f.shortcut+")"),e=this.addButton(a,c,f.funct,d),b||(e.setEnabled(f.enabled),f.addListener("stateChanged",function(){e.setEnabled(f.enabled)})));return e}; Toolbar.prototype.addButton=function(a,c,d,b){a=this.createButton(a);b=null!=b?b:this.container;this.initElement(a,c);this.addClickHandler(a,d);b.appendChild(a);return a};Toolbar.prototype.initElement=function(a,c){null!=c&&a.setAttribute("title",c);this.addEnabledState(a)};Toolbar.prototype.addEnabledState=function(a){var c=a.className;a.setEnabled=function(d){a.enabled=d;a.className=d?c:c+" mxDisabled"};a.setEnabled(!0)}; @@ -3222,9 +3223,9 @@ Sidebar.prototype.gcp="Cards;Big Data;Compute;Developer Tools;Extras;Identity an Sidebar.prototype.cisco="Buildings;Computers and Peripherals;Controllers and Modules;Directors;Hubs and Gateways;Misc;Modems and Phones;People;Routers;Security;Servers;Storage;Switches;Wireless".split(";");Sidebar.prototype.cisco_safe=["Architecture","Capability","Design","Threat"];Sidebar.prototype.sysml="Model Elements;Blocks;Ports and Flows;Constraint Blocks;Activities;Interactions;State Machines;Use Cases;Allocations;Requirements;Profiles;Stereotypes".split(";");Sidebar.prototype.eip="Message Construction;Message Routing;Message Transformation;Messaging Channels;Messaging Endpoints;Messaging Systems;System Management".split(";"); Sidebar.prototype.gmdl="Bottom Navigation;Bottom Sheets;Buttons;Cards;Chips;Dialogs;Dividers;Grid Lists;Icons;Lists;Menus;Misc;Pickers;Selection Controls;Sliders;Steppers;Tabs;Text Fields".split(";");Sidebar.prototype.aws2="Analytics;Application Services;Compute;Database;Developer Tools;Enterprise Applications;Game Development;General;Internet of Things;Management Tools;Mobile Services;Networking;On-Demand Workforce;SDKs;Security and Identity;Storage and Content Delivery;Groups".split(";");Sidebar.prototype.aws3= "Analytics;Application Services;Artificial Intelligence;Business Productivity;Compute;Contact Center;Database;Desktop and App Streaming;Developer Tools;Game Development;General;Groups;Internet of Things;Management Tools;Messaging;Migration;Mobile Services;Networking and Content Delivery;On Demand Workforce;SDKs;Security Identity and Compliance;Storage".split(";");Sidebar.prototype.office="Clouds Communications Concepts Databases Devices Security Servers Services Sites Users".split(" ");Sidebar.prototype.veeam= -["2D","3D"];Sidebar.prototype.archimate3="Application;Business;Composite;Implementation and Migration;Motivation;Physical;Relationships;Strategy;Technology".split(";");Sidebar.prototype.electrical="LogicGates Resistors Capacitors Inductors SwitchesRelays Diodes Sources Transistors Misc Audio PlcLadder Abstract Optical VacuumTubes Waveforms Instruments RotMech Transmission".split(" ");Sidebar.prototype.configuration=[{id:"general",libs:["general","misc","advanced"]},{id:"uml"},{id:"search"},{id:"er"}, -{id:"ios",prefix:"ios",libs:["","7icons","7ui"]},{id:"android",prefix:"android",libs:[""]},{id:"aws3d"},{id:"flowchart"},{id:"basic"},{id:"infographic"},{id:"arrows"},{id:"arrows2"},{id:"lean_mapping"},{id:"citrix"},{id:"azure"},{id:"network"},{id:"sitemap"},{id:"mscae",prefix:"mscae",libs:"Cloud;Enterprise;General;General Symbols;Intune;OMS;OpsManager;Other;System Center;Virtual Machine;Deprecated;Cloud Color;Deprecated Color".split(";")},{id:"bpmn",prefix:"bpmn",libs:["","Gateways","Events"]},{id:"clipart", -prefix:null,libs:"computer finance clipart networking people telco".split(" ")},{id:"ibm",prefix:"ibm",libs:Sidebar.prototype.ibm},{id:"allied_telesis",prefix:"allied_telesis",libs:Sidebar.prototype.allied_telesis},{id:"eip",prefix:"eip",libs:Sidebar.prototype.eip},{id:"mockups",prefix:"mockup",libs:"Buttons Containers Forms Graphics Markup Misc Navigation Text".split(" ")},{id:"pid2",prefix:"pid2",libs:"Agitators;Apparatus Elements;Centrifuges;Compressors;Compressors ISO;Crushers Grinding;Driers;Engines;Feeders;Filters;Fittings;Flow Sensors;Heat Exchangers;Instruments;Misc;Mixers;Piping;Pumps;Pumps DIN;Pumps ISO;Separators;Shaping Machines;Valves;Vessels".split(";")}, +"Data Center;Misc;Software;Storage;UsersStatus;VASComponents;Backup Replication;Products;VMs and Tape;2D;3D".split(";");Sidebar.prototype.archimate3="Application;Business;Composite;Implementation and Migration;Motivation;Physical;Relationships;Strategy;Technology".split(";");Sidebar.prototype.electrical="LogicGates Resistors Capacitors Inductors SwitchesRelays Diodes Sources Transistors Misc Audio PlcLadder Abstract Optical VacuumTubes Waveforms Instruments RotMech Transmission".split(" ");Sidebar.prototype.configuration= +[{id:"general",libs:["general","misc","advanced"]},{id:"uml"},{id:"search"},{id:"er"},{id:"ios",prefix:"ios",libs:["","7icons","7ui"]},{id:"android",prefix:"android",libs:[""]},{id:"aws3d"},{id:"flowchart"},{id:"basic"},{id:"infographic"},{id:"arrows"},{id:"arrows2"},{id:"lean_mapping"},{id:"citrix"},{id:"azure"},{id:"network"},{id:"sitemap"},{id:"mscae",prefix:"mscae",libs:"Cloud;Enterprise;General;General Symbols;Intune;OMS;OpsManager;Other;System Center;Virtual Machine;Deprecated;Cloud Color;Deprecated Color".split(";")}, +{id:"bpmn",prefix:"bpmn",libs:["","Gateways","Events"]},{id:"clipart",prefix:null,libs:"computer finance clipart networking people telco".split(" ")},{id:"ibm",prefix:"ibm",libs:Sidebar.prototype.ibm},{id:"allied_telesis",prefix:"allied_telesis",libs:Sidebar.prototype.allied_telesis},{id:"eip",prefix:"eip",libs:Sidebar.prototype.eip},{id:"mockups",prefix:"mockup",libs:"Buttons Containers Forms Graphics Markup Misc Navigation Text".split(" ")},{id:"pid2",prefix:"pid2",libs:"Agitators;Apparatus Elements;Centrifuges;Compressors;Compressors ISO;Crushers Grinding;Driers;Engines;Feeders;Filters;Fittings;Flow Sensors;Heat Exchangers;Instruments;Misc;Mixers;Piping;Pumps;Pumps DIN;Pumps ISO;Separators;Shaping Machines;Valves;Vessels".split(";")}, {id:"signs",prefix:"signs",libs:Sidebar.prototype.signs},{id:"gcp",prefix:"gcp",libs:Sidebar.prototype.gcp},{id:"rack",prefix:"rack",libs:Sidebar.prototype.rack},{id:"electrical",prefix:"electrical",libs:Sidebar.prototype.electrical},{id:"aws2",prefix:"aws2",libs:Sidebar.prototype.aws2},{id:"aws3",prefix:"aws3",libs:Sidebar.prototype.aws3},{id:"pid",prefix:"pid",libs:Sidebar.prototype.pids},{id:"cisco",prefix:"cisco",libs:Sidebar.prototype.cisco},{id:"cisco_safe",prefix:"cisco_safe",libs:Sidebar.prototype.cisco_safe}, {id:"office",prefix:"office",libs:Sidebar.prototype.office},{id:"veeam",prefix:"veeam",libs:Sidebar.prototype.veeam},{id:"cabinets",libs:["cabinets"]},{id:"floorplan",libs:["floorplan"]},{id:"bootstrap",libs:["bootstrap"]},{id:"atlassian",libs:["atlassian"]},{id:"gmdl",prefix:"gmdl",libs:Sidebar.prototype.gmdl},{id:"archimate3",prefix:"archimate3",libs:Sidebar.prototype.archimate3},{id:"archimate",libs:["archimate"]},{id:"webicons",libs:["webicons","weblogos"]},{id:"sysml",prefix:"sysml",libs:Sidebar.prototype.sysml}]; var a=Sidebar.prototype.insertSearchHint;Sidebar.prototype.insertSearchHint=function(b,c,e,d,m,k,n,q){if(null!=q&&1==d){var l=null;if(0<=mxUtils.indexOf(q,"text"))l="Double click anywhere in the diagram to insert text.";else for(var f="line lines arrow arrows connect connection connections connector connectors curve curves link links directed directional bidirectional".split(" "),g=0;g<f.length;g++)if(0<=mxUtils.indexOf(q,f[g])){l="Need help with connections?";break}if(null!=l&&!this.hideSearchHint){var h= @@ -6610,101 +6611,168 @@ this.addDataEntry("sysml stereotype note",320,150,"Stereotype Note","rZRNj9owEIZ this.createVertexTemplateEntry("shape=rect;html=1;whiteSpace=wrap;align=center;",160,80,"<<stereotypeName>>\n{PropertyName=ValueString;\nBooleanPropertyName}\nNodeName","Stereotype (Node)",null,null,this.getTagsForStencil("","","sysml stereotype node").join(" ")),this.createVertexTemplateEntry("shape=rect;html=1;overflow=fill;whiteSpace=wrap;align=center;",400,100,'<p style="margin:0px;margin-top:4px;text-align:center;"><b>NodeName</b><hr/></p><p style="margin:0px;margin-left:10px;text-align:left;"><<stereotypeName>>{PropertyName=ValueString}ElementName<br/><<stereotypeName>>{PropertyName=ValueString};<br/>BooleanPropertyName<br/>ElementName</p>', "Stereotype (Compartment)",null,null,this.getTagsForStencil("","","sysml stereotype compartment").join(" ")),this.addDataEntry("sysml stereotype edge",200,180,"Stereotype (Edge)","3VTBboMwDP2a3CmZ2vOgXU+bKlXaPQM3iRYSZEwp+/oFCO2ytVJ32WEHJD8/G/OeQxjPq9MWRa2eXQmG8Q3jOTpHU1SdcjCGpYkuGV+zNE38w9KnG+xiZJNaIFi6pyGdGo7CtDBlNgaqoTldspQvEsazF1HBVNZQb0JZo0Q9hAiFH5QdnKV9YBceK6pMCDulCfa1KAau80p9ThgtrYeFnwToE+EzAAlON6WMqaBjC64Cwt6XdLokFSqC3ESBliq0LUNONBOW59aLMT4I3lz3if8Dn/pvHv2Fbw8/fPOGiWrQZmjU8xU1XiRQ72CyMlAyKpzR7DpbZTt0tXekH7v4+nUYtifUVsalmXMGhI3KV+udIHV1dWDLR0TXeWSdhXhbUEqYFxlYI97AZKJ4l+haW+bOOLyw8yoNHK4dhBHrjxEm50UPU6I1N67FAqIzSQIlUPQ733EYEIwgfYzf/otNe3i5pUYuusQ+AQ=="), this.createVertexTemplateEntry("shape=rect;html=1;overflow=fill;whiteSpace=wrap;align=center;",300,120,'<p style="margin:0px;margin-top:4px;text-align:center;"><b><<stereotypeName>></br>NodeName</b><hr/></p><p style="margin:0px;margin-left:10px;text-align:left;"><<stereotypeName>><br/>PropertyName=ValueString<br/>MultiPropertyName=ValueString, ValueString<br/>BooleanPropertyName<br/></p>',"Stereotype (Compartment)",null,null,this.getTagsForStencil("","","sysml stereotype compartment").join(" "))]; -this.addPalette("sysmlStereotypes","SysML / Stereotypes",a||!1,mxUtils.bind(this,function(a){for(var b=0;b<d.length;b++)a.appendChild(d[b](a))}))}})();(function(){Sidebar.prototype.addVeeamPalette=function(){this.addVeeam2DPalette();this.addVeeam3DPalette()};Sidebar.prototype.addVeeam2DPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1ftvm;",70,70,"","1FTVM",null,null,this.getTagsForStencil("mxgraph.veeam.2d","1ftvm","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1ftvm_error;",70,78,"","1FTVM Error",null,null,this.getTagsForStencil("mxgraph.veeam.2d","1ftvm error","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1ftvm_running;", -70,78,"","1FTVM Running",null,null,this.getTagsForStencil("mxgraph.veeam.2d","1frvm running","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1ftvm_unavailable;",70,78,"","1FTVM Unavailable",null,null,this.getTagsForStencil("mxgraph.veeam.2d","1ftvm unavailable","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1ftvm_warning;",70,78,"","1FTVM Warning",null,null,this.getTagsForStencil("mxgraph.veeam.2d","1ftvm warning","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1_click_failover_orchestration;", -44,44,"","1 Click Failover Orchestration",null,null,this.getTagsForStencil("mxgraph.veeam.2d","one click failover orchestration","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.2ftvm;",70,70,"","2FTVM",null,null,this.getTagsForStencil("mxgraph.veeam.2d","2ftvm","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.2ftvm_error;",70,78,"","2FTVM Error",null,null,this.getTagsForStencil("mxgraph.veeam.2d","2ftvm error","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.2ftvm_running;", -70,78,"","2FTVM Running",null,null,this.getTagsForStencil("mxgraph.veeam.2d","2ftvm running","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.2ftvm_unavailable;",70,78,"","2FTVM Unavailable",null,null,this.getTagsForStencil("mxgraph.veeam.2d","2ftvm unavailable","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.2ftvm_warning;",70,78,"","2FTVM Warning",null,null,this.getTagsForStencil("mxgraph.veeam.2d","2ftvm warning","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.agent;", -38,38,"","Agent",null,null,this.getTagsForStencil("mxgraph.veeam.2d","agent","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.alarm;",62,46,"","Alarm",null,null,this.getTagsForStencil("mxgraph.veeam.2d","alarm","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.alert;", -30,30,"","Alert",null,null,this.getTagsForStencil("mxgraph.veeam.2d","alert","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.assisted_failover_and_failback;",46,46,"","Assisted Failover and Failback",null,null,this.getTagsForStencil("mxgraph.veeam.2d","assisted failover and failback", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_browser;",46,46,"","Backup Browser",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup browser","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_from_storage_snapshots;", -46,46,"","Backup from Storage Snapshots",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup from storage snapshots","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_repository;",52,48,"","Backup Repository",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup repository", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_repository_2;",58,50,"","Backup Repository",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup repository","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.built_in_wan_acceleration;", -46,46,"","Built-in WAN Acceleration",null,null,this.getTagsForStencil("mxgraph.veeam.2d","built in wan acceleration wireless area network","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.cd;",46,46,"","CD",null,null,this.getTagsForStencil("mxgraph.veeam.2d","cd compact disc", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.cloud;",66,46,"","Cloud",null,null,this.getTagsForStencil("mxgraph.veeam.2d","cloud","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.cloud_gateway;", -46,46,"","Cloud Gateway",null,null,this.getTagsForStencil("mxgraph.veeam.2d","cloud gateway","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.database;",58,50,"","Database",null,null,this.getTagsForStencil("mxgraph.veeam.2d","database db","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.datastore;",44,44,"","Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.2d","datastore","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.datastore_snapshot;", -46,12,"","Datastore Snapshot",null,null,this.getTagsForStencil("mxgraph.veeam.2d","datastore snapshot","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.datastore_volume;",46,12,"","Datastore Volume",null,null,this.getTagsForStencil("mxgraph.veeam.2d","datastore volume","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.data_mover;",38,38,"","Data Mover",null,null,this.getTagsForStencil("mxgraph.veeam.2d","data mover","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.disaster_recovery;", -46,46,"","Disaster Recovery",null,null,this.getTagsForStencil("mxgraph.veeam.2d","disaster recovery","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.download;",46,46,"","Download",null,null,this.getTagsForStencil("mxgraph.veeam.2d","download","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.emc_data_domain_boost;",46,46,"","EMC Data Domain Boost",null,null,this.getTagsForStencil("mxgraph.veeam.2d","emc data domain boost","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.encryption_object;", -46,46,"","Encryption Object",null,null,this.getTagsForStencil("mxgraph.veeam.2d","encryption object","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.end_to_end_encryption;",46,46,"","End to end Encryption",null,null,this.getTagsForStencil("mxgraph.veeam.2d","end to end encryption", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.esx_esxi;",30,46,"","ESX/ESXi",null,null,this.getTagsForStencil("mxgraph.veeam.2d","esx esxi","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.exagrid;", -46,46,"","ExaGrid",null,null,this.getTagsForStencil("mxgraph.veeam.2d","exagrid","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.failover_protective_snapshot;",46,46,"","Failover Protective Snapshot",null,null,this.getTagsForStencil("mxgraph.veeam.2d","failover protective snapshot", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.failover_protective_snapshot_locked;",54,50,"","Failover Protective Snapshot Locked",null,null,this.getTagsForStencil("mxgraph.veeam.2d","failover protective snapshot locked","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.failover_protective_snapshot_running;",56,50,"","Failover Protective Snapshot Running",null,null,this.getTagsForStencil("mxgraph.veeam.2d","failover protective snapshot running","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.file;", -34,46,"","File",null,null,this.getTagsForStencil("mxgraph.veeam.2d","file","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.file_system_browser;",46,46,"","File System Browser",null,null,this.getTagsForStencil("mxgraph.veeam.2d","file system browser","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.folder;",48,46,"","Folder",null,null,this.getTagsForStencil("mxgraph.veeam.2d","folder","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.forward_incremental_backup_increment;fillColor=#999A98;", -34,24,"","Forward Incremental Backup - Increment (grey)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","forward incremental backup increment","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.forward_incremental_backup_increment;",34,24,"","Forward Incremental Backup - Increment (blue)", -null,null,this.getTagsForStencil("mxgraph.veeam.2d","forward incremental backup increment","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.free_datastore;",46,46,"","Free Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.2d","free datastore","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.full_datastore;",46,46,"","Full Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.2d","full datastore","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.full_veeam_backup;fillColor=#999A98;", -26,42,"","Full Veeam Backup (grey)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","full veeam backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.full_veeam_backup;fillColor=#24B14B;",26,42,"","Full Veeam Backup (green)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","full veeam backup", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.full_veeam_backup;fillColor=#EF8F21;",26,42,"","Full Veeam Backup (orange)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","full veeam backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.full_veeam_backup;fillColor=#FBB715;", -26,42,"","Full Veeam Backup (yellow)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","full veeam backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.group;",40,46,"","Group",null,null,this.getTagsForStencil("mxgraph.veeam.2d","group","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.hard_drive;",38,46,"","Hard Drive",null,null,this.getTagsForStencil("mxgraph.veeam.2d","hard drive","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.hp_storeonce;", -46,46,"","HP StoreOnce",null,null,this.getTagsForStencil("mxgraph.veeam.2d","hp storeonce","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.hyper_v_host;",124,120,"","Hyper-V Host",null,null,this.getTagsForStencil("mxgraph.veeam.2d","hyper host","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.hyper_v_vmware_host;",124,120,"","VMware/Hyper-V Host",null,null,this.getTagsForStencil("mxgraph.veeam.2d","hyper vmware host","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.letter;", -46,36,"","Letter",null,null,this.getTagsForStencil("mxgraph.veeam.2d","letter","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.license;",46,46,"","License",null,null,this.getTagsForStencil("mxgraph.veeam.2d","license","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.lost_space;",46,46,"","Lost Space",null,null,this.getTagsForStencil("mxgraph.veeam.2d","lost space","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.lun;", -58,22,"","LUN",null,null,this.getTagsForStencil("mxgraph.veeam.2d","lun","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.medium_datastore;",46,46,"","Medium Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.2d","medium datastore","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.monitoring_console;",46,46,"","Monitoring Console",null,null,this.getTagsForStencil("mxgraph.veeam.2d","monitoring console","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.native_tape_support;", -46,46,"","Native Tape Support",null,null,this.getTagsForStencil("mxgraph.veeam.2d","native tape support","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.network_card;",46,32,"","Network Card",null,null,this.getTagsForStencil("mxgraph.veeam.2d","network card","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.on_demand_sandbox;",46,46,"","On Demand Sandbox",null,null,this.getTagsForStencil("mxgraph.veeam.2d","on demand sandbox","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.physical_storage;", -76,26,"","Physical Storage",null,null,this.getTagsForStencil("mxgraph.veeam.2d","physical storage","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.powershell_extension;",46,46,"","PowerShell Extension",null,null,this.getTagsForStencil("mxgraph.veeam.2d","powershell extension", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.private_key;",56,52,"","Private Key",null,null,this.getTagsForStencil("mxgraph.veeam.2d","private key","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.privilege;", -50,48,"","Privilege",null,null,this.getTagsForStencil("mxgraph.veeam.2d","privilege","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.proxy;",46,46,"","Proxy",null,null,this.getTagsForStencil("mxgraph.veeam.2d","proxy","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.proxy_appliance;",46,46,"","Proxy Appliance",null,null,this.getTagsForStencil("mxgraph.veeam.2d","proxy appliance","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.quick_migration;", -46,46,"","Quick Migration",null,null,this.getTagsForStencil("mxgraph.veeam.2d","quick migration","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.remote_site;",42,44,"","Remote Site",null,null,this.getTagsForStencil("mxgraph.veeam.2d","remote site","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.remote_storage;",46,46,"","Remote Storage",null,null,this.getTagsForStencil("mxgraph.veeam.2d","remote storage","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.replication_from_a_backup;", -46,46,"","Replication from a Backup",null,null,this.getTagsForStencil("mxgraph.veeam.2d","replication from a backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.report;",34,46,"","Report",null,null,this.getTagsForStencil("mxgraph.veeam.2d","report","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.resource_pool;",46,46,"","Resource Pool",null,null,this.getTagsForStencil("mxgraph.veeam.2d","resource pool","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.restful_apis;", -46,46,"","RESTful APIs",null,null,this.getTagsForStencil("mxgraph.veeam.2d","restful apis api","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.restore_data_from_the_vm_backup;",46,46,"","Restore Data from the VM Backup",null,null,this.getTagsForStencil("mxgraph.veeam.2d","restore data from the vm backup", -"veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.reversed_incremental_backup_increment;fillColor=#999A98;",34,24,"","Reversed Incremental Backup - Increment (grey)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","reversed incremental backup increment","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.reversed_incremental_backup_increment;fillColor=#6E5CA7;",34,24,"","Reversed Incremental Backup - Increment (purple)",null,null,this.getTagsForStencil("mxgraph.veeam.2d","reversed incremental backup increment","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.role;", -34,46,"","Role",null,null,this.getTagsForStencil("mxgraph.veeam.2d","role","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.scheduled_backups;",46,46,"","Scheduled Backups",null,null,this.getTagsForStencil("mxgraph.veeam.2d","Scheduled Backups","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.search;",46,46,"","Search",null,null,this.getTagsForStencil("mxgraph.veeam.2d","search","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.self_service_recovery;", -46,46,"","Self-Service Recovery",null,null,this.getTagsForStencil("mxgraph.veeam.2d","self service recovery","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.service;",46,46,"","Service",null,null,this.getTagsForStencil("mxgraph.veeam.2d","service","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.service_console;",46,46,"","Service Console",null,null,this.getTagsForStencil("mxgraph.veeam.2d","service console","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.service_vnic;", -60,54,"","Service vNIC",null,null,this.getTagsForStencil("mxgraph.veeam.2d","service vnic","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.sure_backup;",46,46,"","SureBackup",null,null,this.getTagsForStencil("mxgraph.veeam.2d","sure backup","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.sure_replica;",46,46,"","SureReplica",null,null,this.getTagsForStencil("mxgraph.veeam.2d","sure replica","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.switch;", -74,12,"","Switch",null,null,this.getTagsForStencil("mxgraph.veeam.2d","switch","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape;",60,32,"","Tape",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_checked;", -70,42,"","Tape Checked",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape checked","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_device;",52,52,"","Tape Device",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape device","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_ejecting;",70,42,"","Tape Ejecting",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape ejecting","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_library;", -40,46,"","Tape Library",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape library","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_licensed;",68,38,"","Tape Licensed",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape licensed","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_recording;",70,42,"","Tape Recording",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape recording","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_server;", -74,72,"","Tape Server",null,null,this.getTagsForStencil("mxgraph.veeam.2d","tape server","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.transport_service;",38,38,"","Transport Service",null,null,this.getTagsForStencil("mxgraph.veeam.2d","transport service","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.user;",26,46,"","User",null,null,this.getTagsForStencil("mxgraph.veeam.2d","user","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.u_air;", -46,46,"","U-AIR",null,null,this.getTagsForStencil("mxgraph.veeam.2d","air","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vapp;",48,48,"","vApp",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vapp","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vapp_started;", -60,54,"","vApp Started",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vapp started","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeamzip;",46,46,"","VeeamZIP",null,null,this.getTagsForStencil("mxgraph.veeam.2d","veeamzip zip","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_availability_suite;",46,46,"","Veeam Availability Suite",null,null,this.getTagsForStencil("mxgraph.veeam.2d","availability suite","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_and_replication_server;", -74,72,"","Veeam Backup and Replication Server",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup and replication server","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_enterprise_manager_server;",74,72,"","Veeam Backup Enterprise Manager Server",null, -null,this.getTagsForStencil("mxgraph.veeam.2d","backup enterprise manager server","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_search_server;",74,72,"","Veeam Backup Search Server",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup search server","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_shell;",46,46,"","Veeam Backup Shell",null,null,this.getTagsForStencil("mxgraph.veeam.2d","backup shell","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_cloud_connect;", -46,46,"","Veeam Cloud Connect",null,null,this.getTagsForStencil("mxgraph.veeam.2d","cloud connect","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer;",46,46,"","Veeam Explorer",null,null,this.getTagsForStencil("mxgraph.veeam.2d","explorer","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_active_directory;",46,46,"","Veeam Explorer for Active Directory",null,null,this.getTagsForStencil("mxgraph.veeam.2d","explorer for active directory","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_exchange;", -46,46,"","Veeam Explorer for Exchange",null,null,this.getTagsForStencil("mxgraph.veeam.2d","explorer for exchange","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_sharepoint;",46,46,"","Veeam Explorer for SharePoint",null,null,this.getTagsForStencil("mxgraph.veeam.2d", -"explorer for sharepoint","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_sql;",46,46,"","Veeam Explorer for SQL",null,null,this.getTagsForStencil("mxgraph.veeam.2d","explorer for sql","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_logo;fillColor=#232020;", -144,38,"","Veeam Logo",null,null,this.getTagsForStencil("mxgraph.veeam.2d","logo","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_business_view;",46,46,"","Veeam ONE Business View",null,null,this.getTagsForStencil("mxgraph.veeam.2d","one business view","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_monitor;",46,46,"","Veeam ONE Monitor",null,null,this.getTagsForStencil("mxgraph.veeam.2d","one monitor","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_reporter;", -46,46,"","Veeam ONE Reporter",null,null,this.getTagsForStencil("mxgraph.veeam.2d","one reporter","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_server;",46,46,"","Veeam ONE Server",null,null,this.getTagsForStencil("mxgraph.veeam.2d","one server","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.virtual_lab;",46,46,"","Virtual Lab",null,null,this.getTagsForStencil("mxgraph.veeam.2d","virtual lab","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.virtual_machine;", -46,46,"","Virtual Machine",null,null,this.getTagsForStencil("mxgraph.veeam.2d","","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.virtual_switch;",46,46,"","Virtual Switch",null,null,this.getTagsForStencil("mxgraph.veeam.2d","switch","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vmware_host;",124,120,"","VMware Host",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vmware host","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_backup;", -50,46,"","VM Backup",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_failed;",56,54,"","VM Failed",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm failed","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_image_full_backup;",38,52,"","VM Image Full Backup",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm image full backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_image_incremental_backup;", -38,52,"","VM Image Incremental Backup",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm image incremental backup","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_linux;",46,84,"","VM Linux",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm linux","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_locked;",56,52,"","VM Locked",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm locked","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_no_network;", -54,52,"","VM No Network",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm no network","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_problem;",56,52,"","VM Problem",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm problem","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_running;",56,54,"","VM Running",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm running","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_saved_state;", -56,54,"","VM Saved State",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm saved state","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_windows;",46,84,"","VM Windows",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vm windows","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vnic;",46,46,"","vNIC",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vnic","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vsb_file;", -34,46,"",".vsb File",null,null,this.getTagsForStencil("mxgraph.veeam.2d","vsb file","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.wan_accelerator;",46,46,"","WAN Accelerator",null,null,this.getTagsForStencil("mxgraph.veeam.2d","wan accelerator wireless area network","veeam 2d two dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.web_console;",46,46,"","Web Console",null,null,this.getTagsForStencil("mxgraph.veeam.2d","web console","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.web_ui;", -46,46,"","Web UI",null,null,this.getTagsForStencil("mxgraph.veeam.2d","web ui user interface","veeam 2d two dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.workstation;",68,46,"","Workstation",null,null,this.getTagsForStencil("mxgraph.veeam.2d","workstation","veeam 2d two dimension vmware virtual machine ").join(" "))]; -this.addPalette("veeam2D","Veeam / 2D",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))};Sidebar.prototype.addVeeam3DPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.1ftvm;",68,62,"","1FTVM",null,null,this.getTagsForStencil("mxgraph.veeam.3d","1ftvm","veeam 3d three dimension vmware virtual machine ").join(" ")), +this.addPalette("sysmlStereotypes","SysML / Stereotypes",a||!1,mxUtils.bind(this,function(a){for(var b=0;b<d.length;b++)a.appendChild(d[b](a))}))}})();(function(){Sidebar.prototype.addVeeamPalette=function(){this.addVeeamDataCenterPalette();this.addVeeamMiscPalette();this.addVeeamSoftwarePalette();this.addVeeamStoragePalette();this.addVeeamUsersStatusPalette();this.addVeeamVASComponentsPalette();this.addVeeamBackupReplicationPalette();this.addVeeamProductsPalette();this.addVeeamVMsTapePalette();this.addVeeam3DPalette()};Sidebar.prototype.addVeeamDataCenterPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.hyper_v_vmware_host;", +108,104,"","VMware/Hyper-V Host",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","hyper vmware host","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.hyper_v_host;",108,104,"","Hyper-V Host",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","hyper host","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vmware_host;",108,104,"","VMware Host",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","vmware host","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.virtual_host;", +108,104,"","Virtual Host",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","virtual host","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.production_site;",44.8,44.8,"","Production Site",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","production site","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.dr_site;",44.8,44.8,"","DR Site",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","dr site","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.esx_esxi;", +33.2,50.8,"","Physical Server",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","esx esxi","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.server;",71.6,18.8,"","Server",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","esx esxi","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.server_stack;",57.2,49.6,"","Server stack",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","server stack","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.data_center;", +76,50,"","Data center",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","data center","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.cluster;",102.8,49.2,"","Cluster",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","cluster","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.controller;",44.8,44.8,"","Controller",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","controller","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.cpu;", +44.8,44.8,"","CPU",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","cpu","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.cpu_socket;",44.8,44.8,"","CPU socket",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","cpu socket","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.cloud_gateway;",44.8,44.8,"","Gateway",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","cloud gateway","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.laptop;", +58.4,44,"","Laptop",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","laptop","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.monitor;",43.2,47.6,"","Monitor",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","monitor","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.proxy;",44.8,44.8,"","Proxy",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","proxy","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.proxy_appliance;", +44.8,44.8,"","Proxy Appliance",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","proxy appliance","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ram;",48.4,25.2,"","RAM",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","ram random access memory","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.raid_controller;",42,29.2,"","RAID controller",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","raid controller","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.sd_card;", +32.4,38.8,"","SD card",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","sd card","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.workstation;",76.4,51.2,"","Workstation",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","workstation","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.wan_accelerator;",44.8,44.8,"","WAN Accelerator",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","wan accelerator wireless area network","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.usb;", +52.8,18.4,"","USB",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","usb","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.network_card;",42.8,30,"","Network Card",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","network card","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.switch;",64,10.8,"","Network Switch",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","network switch","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.service_vnic;", +56.8,54,"","Service vNIC",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","service vnic","veeam vmware virtual machine data center").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.virtual_switch;",44.8,44.8,"","Virtual Switch",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","switch","veeam vmware virtual machine data center").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vnic;",44.8,44.8,"","vNIC",null,null,this.getTagsForStencil("mxgraph.veeam.data_center","vnic","veeam vmware virtual machine data center").join(" "))];this.addPalette("veeamData Center","Veeam / Data Center",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))}; +Sidebar.prototype.addVeeamMiscPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.alarm;",52.8,37.6,"","Alarm",null,null,this.getTagsForStencil("mxgraph.veeam.misc","alarm","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.building;", +63.2,55.2,"","Building",null,null,this.getTagsForStencil("mxgraph.veeam.misc","building","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.cloud;",58.8,41.6,"","Cloud",null,null,this.getTagsForStencil("mxgraph.veeam.misc","cloud","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.checked_doc;",50.8,61.6,"","Checked doc",null,null,this.getTagsForStencil("mxgraph.veeam.misc","checked doc document","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.download;", +44.8,44.8,"","Download",null,null,this.getTagsForStencil("mxgraph.veeam.misc","download","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.dns;",44.8,44.8,"","DNS",null,null,this.getTagsForStencil("mxgraph.veeam.misc","dns domain name server","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.encryption_key;",36.8,50.8,"","Encryption key",null,null,this.getTagsForStencil("mxgraph.veeam.misc","dns domain name server","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.file;", +36.8,50.8,"","File",null,null,this.getTagsForStencil("mxgraph.veeam.misc","file","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.folder;",55.2,51.2,"","Folder",null,null,this.getTagsForStencil("mxgraph.veeam.misc","folder","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.globe;",44.8,44.8,"","Globe",null,null,this.getTagsForStencil("mxgraph.veeam.misc","globe","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.iso;", +36.8,50.8,"","ISO",null,null,this.getTagsForStencil("mxgraph.veeam.misc","iso international standard organization","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.letter;",46.4,34.8,"","Letter",null,null,this.getTagsForStencil("mxgraph.veeam.misc","letter","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.library;",48,36.8,"","Library",null,null,this.getTagsForStencil("mxgraph.veeam.misc","library","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.license;", +50.8,56.4,"","License",null,null,this.getTagsForStencil("mxgraph.veeam.misc","license","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.magnifying_glass;",55.2,54.4,"","Magnifying Glass",null,null,this.getTagsForStencil("mxgraph.veeam.misc","magnifying glass","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.script;",44.8,44.8,"","Script",null,null,this.getTagsForStencil("mxgraph.veeam.misc","script","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.search;", +44.8,44.8,"","Search",null,null,this.getTagsForStencil("mxgraph.veeam.misc","search","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.smb;",80,56.4,"","SMB",null,null,this.getTagsForStencil("mxgraph.veeam.misc","smb","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.tasks;",36.8,50.8,"","Tasks",null,null,this.getTagsForStencil("mxgraph.veeam.misc","tasks","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.table;", +50.8,50.8,"","Table",null,null,this.getTagsForStencil("mxgraph.veeam.misc","table","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.time;",44.8,44.8,"","Time",null,null,this.getTagsForStencil("mxgraph.veeam.misc","time","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.resource_pool;",44.8,44.8,"","Part",null,null,this.getTagsForStencil("mxgraph.veeam.misc","resource pool","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.private_key;", +55.6,50.8,"","Private Key",null,null,this.getTagsForStencil("mxgraph.veeam.misc","private key","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.report;",36.8,50.8,"","Report",null,null,this.getTagsForStencil("mxgraph.veeam.misc","report","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.privilege;",60.4,58,"","Policy",null,null,this.getTagsForStencil("mxgraph.veeam.misc","policy","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.restore;", +44.8,44.8,"","Restore",null,null,this.getTagsForStencil("mxgraph.veeam.misc","restore","veeam vmware virtual machine misc miscellaneous").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.role;",36.8,50.8,"","Role",null,null,this.getTagsForStencil("mxgraph.veeam.misc","role","veeam vmware virtual machine misc miscellaneous").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.transportation;",55.2,38.4,"","Transportation",null,null,this.getTagsForStencil("mxgraph.veeam.misc","transportation","veeam vmware virtual machine misc miscellaneous").join(" "))];this.addPalette("veeamMisc","Veeam / Miscellaneous",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))}; +Sidebar.prototype.addVeeamSoftwarePalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#07B152;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.veeam_logo;",109.6,19.2,"","Veeam logo",null,null,this.getTagsForStencil("mxgraph.veeam.software","veeam logo","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.active_directory;", +44.8,44.8,"","Active Directory",null,null,this.getTagsForStencil("mxgraph.veeam.software","active directory","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.agent;",44.8,44.8,"","Agent",null,null,this.getTagsForStencil("mxgraph.veeam.software","agent","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.automated_testing;",44.8,44.8,"","Automated Testing",null,null,this.getTagsForStencil("mxgraph.veeam.software","automated testing","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_browser;", +44.8,44.8,"","Backup Browser",null,null,this.getTagsForStencil("mxgraph.veeam.software","backup browser","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.data_mover;",44.8,44.8,"","Data Mover",null,null,this.getTagsForStencil("mxgraph.veeam.software","data mover","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.database;",62.8,54,"","Database",null,null,this.getTagsForStencil("mxgraph.veeam.software","database db","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.deduplication;", +44.8,44.8,"","Deduplication",null,null,this.getTagsForStencil("mxgraph.veeam.software","deduplication","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.failover_plan;",38.4,54.4,"","Failover plan",null,null,this.getTagsForStencil("mxgraph.veeam.software","failover plan","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.file_system_browser;",44.8,44.8,"","File System Browser",null,null,this.getTagsForStencil("mxgraph.veeam.software","file system browser","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.failover_protective_snapshot;", +44.8,44.8,"","Failover Protection",null,null,this.getTagsForStencil("mxgraph.veeam.software","failover protection","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.interface;",44.8,44.8,"","Interface",null,null,this.getTagsForStencil("mxgraph.veeam.software","interface","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.monitoring_console;",44.8,44.8,"","Monitoring Console",null,null,this.getTagsForStencil("mxgraph.veeam.software","monitoring console","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.linux;", +44.8,44.8,"","Linux",null,null,this.getTagsForStencil("mxgraph.veeam.software","linux","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_sharepoint;",44.8,44.8,"","MS SharePoint",null,null,this.getTagsForStencil("mxgraph.veeam.software","sharepoint","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_sql;",44.8,44.8,"","MS SQL",null,null,this.getTagsForStencil("mxgraph.veeam.software","sql","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_exchange;", +44.8,44.8,"","MS Exchange",null,null,this.getTagsForStencil("mxgraph.veeam.software","exchange","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_exchange_items;",81.6,69.2,"","MS Exchange items",null,null,this.getTagsForStencil("mxgraph.veeam.software","exchange items","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_office;",44.8,44.8,"","MS Office",null,null,this.getTagsForStencil("mxgraph.veeam.software","office","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_outlook;", +44.8,44.8,"","MS Outlook",null,null,this.getTagsForStencil("mxgraph.veeam.software","outlook","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.web_console;",44.8,44.8,"","Web Console",null,null,this.getTagsForStencil("mxgraph.veeam.software","web console","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vpn;",54,38,"","VPN",null,null,this.getTagsForStencil("mxgraph.veeam.software","vpn virtual private network","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.service;", +33.2,33.2,"","Service",null,null,this.getTagsForStencil("mxgraph.veeam.software","service","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#75B4DB;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.volume_shadow_copy;",57.2,57.2,"","Volume shadow copy",null,null,this.getTagsForStencil("mxgraph.veeam.software","volume shadow copy","veeam vmware virtual machine software").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.ms_windows;",44.8,44.8,"","MS Windows",null,null,this.getTagsForStencil("mxgraph.veeam.software","windows","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.powershell_extension;", +44.8,44.8,"","PowerShell Extension",null,null,this.getTagsForStencil("mxgraph.veeam.software","powershell extension","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vcloud_director",44.8,44.8,"","vCloud Director",null,null,this.getTagsForStencil("mxgraph.veeam.software","vcloud director virtual cloud", +"veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vsphere",44.8,44.8,"","vSphere",null,null,this.getTagsForStencil("mxgraph.veeam.software","vsphere virtual sphere","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.web_ui;", +44.8,44.8,"","Web UI",null,null,this.getTagsForStencil("mxgraph.veeam.software","web ui user interface","veeam vmware virtual machine software").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.transport_service;",44.8,44.8,"","Transport Service",null,null,this.getTagsForStencil("mxgraph.veeam.software","transport service","veeam vmware virtual machine software").join(" "))]; +this.addPalette("veeamSoftware","Veeam / Software",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))};Sidebar.prototype.addVeeamStoragePalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_repository;",54,50,"","Backup Repository",null,null,this.getTagsForStencil("mxgraph.veeam.storage", +"backup repository","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.remote_repository;",47.6,46.4,"","Remote Repository",null,null,this.getTagsForStencil("mxgraph.veeam.storage","remote repository","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.shared_folder;", +55.2,64,"","Shared Folder",null,null,this.getTagsForStencil("mxgraph.veeam.storage","shared folder","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.datastore;",44.4,45.2,"","Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.storage","datastore","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.snapshot;",55.6,48.8,"","Snapshot",null,null,this.getTagsForStencil("mxgraph.veeam.storage","snapshot","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.storage_cluster;", +55.6,56,"","Storage Cluster",null,null,this.getTagsForStencil("mxgraph.veeam.storage","storage cluster","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.datastore_volume;",63.2,16.8,"","Data Volume",null,null,this.getTagsForStencil("mxgraph.veeam.storage","data volume","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.physical_storage;",59.2,20,"","Physical Storage",null,null,this.getTagsForStencil("mxgraph.veeam.storage","physical storage","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#75B4DB;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.datastore;", +43.2,44.4,"","Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.storage","datastore","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.full_datastore;",43.2,44.4,"","Full Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.storage","full datastore","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.medium_datastore;",43.2,44.4,"","Medium Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.storage","medium datastore","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.free_datastore;", +43.2,44.4,"","Free Datastore",null,null,this.getTagsForStencil("mxgraph.veeam.storage","free datastore","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.remote_storage;",46.4,46.4,"","Remote Storage",null,null,this.getTagsForStencil("mxgraph.veeam.storage","remote storage","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_backup;",57.2,53.2,"","VM Backup",null,null,this.getTagsForStencil("mxgraph.veeam.storage","vm backup","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.lost_space;", +43.2,44.4,"","Lost Space",null,null,this.getTagsForStencil("mxgraph.veeam.storage","lost space","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.hard_drive;",40,48,"","Hard Drive",null,null,this.getTagsForStencil("mxgraph.veeam.storage","hard drive","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.disk_partition;",57.2,57.2,"","Disk partition",null,null,this.getTagsForStencil("mxgraph.veeam.storage","disk partition","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.local_disk;", +57.2,56.8,"","Local disk",null,null,this.getTagsForStencil("mxgraph.veeam.storage","local disk","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.audio_file;",36.8,50.8,"","Audio file",null,null,this.getTagsForStencil("mxgraph.veeam.storage","audio file","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.backup_file;",57.6,53.2,"","Backup file",null,null,this.getTagsForStencil("mxgraph.veeam.storage","audio file","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.data_file;", +47.2,60.8,"","Data file",null,null,this.getTagsForStencil("mxgraph.veeam.storage","data file","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.google_document;",36.8,50.8,"","Google document",null,null,this.getTagsForStencil("mxgraph.veeam.storage","google document","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.video_file;",36.8,50.8,"","Video file",null,null,this.getTagsForStencil("mxgraph.veeam.storage","video file","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vsb_file;", +36.8,50.8,"","VSB file",null,null,this.getTagsForStencil("mxgraph.veeam.storage","vsb file","veeam vmware virtual machine storage").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.windows_repository;",53.2,49.2,"","Windows Repository",null,null,this.getTagsForStencil("mxgraph.veeam.storage","windows repository","veeam vmware virtual machine storage").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.linux_repository;",53.6,49.6,"","Linux Repository",null,null,this.getTagsForStencil("mxgraph.veeam.storage","linux repository","veeam vmware virtual machine storage").join(" "))];this.addPalette("veeamStorage","Veeam / Storage",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))}; +Sidebar.prototype.addVeeamUsersStatusPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.user;",32,58,"","User",null,null,this.getTagsForStencil("mxgraph.veeam.storage","user","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.group;", +53.6,60.4,"","User Group",null,null,this.getTagsForStencil("mxgraph.veeam.storage","user group","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.company_user;",44.4,48.8,"","Company User",null,null,this.getTagsForStencil("mxgraph.veeam.storage","company user","veeam vmware virtual machine users status").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.company_owner;",44.4,48.8,"","Company Owner",null,null,this.getTagsForStencil("mxgraph.veeam.storage","company owner","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.portal_admin;", +44.4,48.8,"","Portal Admin",null,null,this.getTagsForStencil("mxgraph.veeam.storage","portal admin","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.company_administrator;",44.4,48.8,"","Company Administrator",null,null,this.getTagsForStencil("mxgraph.veeam.storage","company administrator", +"veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.alert;",33.2,33.2,"","Alert",null,null,this.getTagsForStencil("mxgraph.veeam.storage","alert","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.zipped;", +6.8,57.2,"","Zipped",null,null,this.getTagsForStencil("mxgraph.veeam.storage","zipped","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.shared;",46,24.8,"","Shared",null,null,this.getTagsForStencil("mxgraph.veeam.storage","shared","veeam vmware virtual machine users status").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.checked;",36,36,"","Checked",null,null,this.getTagsForStencil("mxgraph.veeam.storage","checked","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.eject;", +36,36,"","Eject",null,null,this.getTagsForStencil("mxgraph.veeam.storage","eject","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.recording;",36,36,"","Recording",null,null,this.getTagsForStencil("mxgraph.veeam.storage","recording","veeam vmware virtual machine users status").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.powered;",36,36,"","Powered",null,null,this.getTagsForStencil("mxgraph.veeam.storage","powered","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.failed;", +36,36,"","Failed",null,null,this.getTagsForStencil("mxgraph.veeam.storage","failed","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.paused;",36,36,"","Paused",null,null,this.getTagsForStencil("mxgraph.veeam.storage","paused","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.unavailable;", +36,36,"","Unavailable",null,null,this.getTagsForStencil("mxgraph.veeam.storage","unavailable","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.active;",36,36,"","Active",null,null,this.getTagsForStencil("mxgraph.veeam.storage","active","veeam vmware virtual machine users status").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.delayed;",36,36,"","Delayed",null,null,this.getTagsForStencil("mxgraph.veeam.storage","delayed","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.restore;", +31.2,29.6,"","Restore",null,null,this.getTagsForStencil("mxgraph.veeam.storage","restore","veeam vmware virtual machine users status").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.locked;",30.4,34.4,"","Locked",null,null,this.getTagsForStencil("mxgraph.veeam.storage","locked","veeam vmware virtual machine users status").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.unlocked;",41.6,34.8,"","Unlocked",null,null,this.getTagsForStencil("mxgraph.veeam.storage","unlocked","veeam vmware virtual machine users status").join(" "))];this.addPalette("veeamUsersStatus","Veeam / Users and Status",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))}; +Sidebar.prototype.addVeeamVASComponentsPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.database_server;",76,72,"","Database Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","database server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.gateway_server;", +76,72,"","Gateway Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","gateway server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.mount_server;",76,72,"","Mount Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","mount server", +"veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.proxy_server;",76,72,"","Proxy Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","proxy server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.repository_server;", +76,72,"","Repository Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","repository server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_search_server;",76,72,"","Search Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent", +"backup search server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.tape_server;",76,72,"","Tape Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","tape server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vsphere_server;", +76,72,"","vSphere Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","vsphere server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.windows_linux_server;",76,72,"","Windows Linux Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent", +"windows linux server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_and_replication_server;",76,72,"","Backup and Replication Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","backup and replication server","veeam vmware virtual machine vas availability suite component").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_backup_enterprise_manager_server;",76,72,"","Backup Enterprise Manager Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","backup enterprise manager server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.one_server;", +76,72,"","ONE Server",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","one server","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_active_directory;",44.8,44.8,"","Explorer for Active Directory",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent", +"explorer for active directory","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_exchange;",44.8,44.8,"","Explorer for Exchange",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","explorer for exchange","veeam vmware virtual machine vas availability suite component").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.explorer_for_oracle;",44.8,44.8,"","Explorer for Oracle",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","explorer for oracle","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_sharepoint;", +44.8,44.8,"","Explorer for SharePoint",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","explorer for sharepoint","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.explorer_for_storage_snapshots;",44.8,44.8,"","Explorer for Storage Snapshots",null,null, +this.getTagsForStencil("mxgraph.veeam.vascomponent","explorer for storage snapshots","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer_for_sql;",44.8,44.8,"","Explorer for SQL",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","explorer for sql", +"veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_availability_suite;",44.8,44.8,"","Availability Suite",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","availability suite","veeam vmware virtual machine vas availability suite component").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.backup_replication;",44.8,44.8,"","Backup and Replication",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","backup and replication","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.enterprise_manager;", +44.8,44.8,"","Enterprise Manager",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","enterprise manager","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.linux_repository;",48.8,44.8,"","Linux Repository",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent", +"linux repository","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.windows_repository;",48.8,44.8,"","Windows Repository",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","windows repository","veeam vmware virtual machine vas availability suite component").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.flr_helper_appliance;",49.6,50,"","FLR Helper Appliance",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","flr helper appliance","veeam vmware virtual machine vas availability suite component").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.one_client;", +90.8,61.6,"","ONE client",null,null,this.getTagsForStencil("mxgraph.veeam.vascomponent","one client","veeam vmware virtual machine vas availability suite component").join(" "))];this.addPalette("veeamVASComponents","Veeam / Availability Suite components",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))};Sidebar.prototype.addVeeamBackupReplicationPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.built_in_wan_acceleration;", +44.8,44.8,"","Built-in WAN Acceleration",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","built in wan acceleration wireless area network","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.1_click_failover_orchestration;",44.8,44.8,"","1 Click Failover Orchestration", +null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","one click failover orchestration","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.advanced_refs_integration;",44.8,44.8,"","Advanced ReFS integration",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"advanced refs integration","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.assisted_failover_and_failback;",44.8,44.8,"","Assisted Failover and Failback",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","assisted failover and failback","veeam vmware virtual machine backup replication").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.chargeback_and_billing_capabilities;",44.8,44.8,"","Chargeback and billing capabilities",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","chargeback and billing capabilities","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_cloud_connect;", +44.8,44.8,"","Cloud Connect",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","cloud connect","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.built_in_management_for_agents;",44.8,44.8,"","Built-in Management for agents",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"built in management for agents","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.disaster_recovery;",44.8,44.8,"","Disaster Recovery",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","disaster recovery","veeam vmware virtual machine backup replication").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.emc_data_domain_boost;",44.8,44.8,"","Dell EMC Data Domain Boost",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","emc data domain boost","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.end_to_end_encryption;", +44.8,44.8,"","End-to-end Encryption",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","end to end encryption","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.backup_from_storage_snapshots;",44.8,44.8,"","Backup from Storage Snapshots",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"backup from storage snapshots","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.direct_restore_to_ms_azure;",44.8,44.8,"","Direct Restore to MS Azure",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","direct restore to ms azure","veeam vmware virtual machine backup replication").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.draas_enhancements;",44.8,44.8,"","DRaaS Enhancements",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","draas enhancements","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.full_ms_integration;", +44.8,44.8,"","Full MS Integration",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","full ms integration","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.native_tape_support;",44.8,44.8,"","Native Tape Support",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"native tape support","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.enterprise_scalability_enhancements;",44.8,44.8,"","Enterprise scalability enhancements",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","enterprise scalability enhancements","veeam vmware virtual machine backup replication").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.on_demand_sandbox;",44.8,44.8,"","On Demand Sandbox",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","on demand sandbox","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.nas_backup;", +44.8,44.8,"","NAS Backup",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","nas backup","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.quick_migration;",44.8,44.8,"","Quick Migration",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","quick migration", +"veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.replication_from_a_backup;",44.8,44.8,"","Replication from a Backup",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","replication from a backup","veeam vmware virtual machine backup replication").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.primary_storage_integration;",44.8,44.8,"","Primary Storage integration",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","primary storage integration","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.sure_replica;", +44.8,44.8,"","Sure Replica",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","sure replica","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.archive_tier;",44.8,44.8,"","Archive Tier",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","archive tier", +"veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.restore_data_from_the_vm_backup;",44.8,44.8,"","Restore Data from VM Backup",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","restore data from vm backup","veeam vmware virtual machine backup replication").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.scheduled_backups;",44.8,44.8,"","Scheduled Backups",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","Scheduled Backups","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.restful_apis;", +44.8,44.8,"","RESTful API",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","restful apis api","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.self_service_recovery;",44.8,44.8,"","Self-Service Recovery",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"self service recovery","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.reporting;",44.8,44.8,"","Reporting",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","reporting","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.continuous_data_protection;", +44.8,44.8,"","Continuous Data Protection",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","continuous data protection","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vcloud_director_support;",44.8,44.8,"","vCloud Director Support",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"vcloud director support","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.virtual_lab;",44.8,44.8,"","Virtual Lab",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","virtual lab","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.sure_backup;", +44.8,44.8,"","SureBackup",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","sure backup","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.scale_out_repository;",64.8,57.2,"","Scale Out Repository",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication", +"scale out repository","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeamzip;",44.8,44.8,"","VeeamZIP",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","veeamzip zip","veeam vmware virtual machine backup replication").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_explorer;", +44.8,44.8,"","Veeam Explorer",null,null,this.getTagsForStencil("mxgraph.veeam.backup_replication","explorer","veeam vmware virtual machine backup replication").join(" "))];this.addPalette("veeamBackup Replication","Veeam / Backup and Replication",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))};Sidebar.prototype.addVeeamProductsPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#07B152;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.veeam_logo;", +109.6,19.2,"","Veeam logo",null,null,this.getTagsForStencil("mxgraph.veeam.products","veeam logo","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.backup_replication;",44.8,44.8,"","Backup and Replication",null,null,this.getTagsForStencil("mxgraph.veeam.products","backup and replication", +"veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.enterprise_manager;",44.8,44.8,"","Enterprise Manager",null,null,this.getTagsForStencil("mxgraph.veeam.products","enterprise manager","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_availability_suite;", +44.8,44.8,"","Availability Suite",null,null,this.getTagsForStencil("mxgraph.veeam.products","availability suite","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.availability_console;",44.8,44.8,"","Availability Console",null,null,this.getTagsForStencil("mxgraph.veeam.products","availability console", +"veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.availability_orchestrator;",44.8,44.8,"","Availability Orchestrator",null,null,this.getTagsForStencil("mxgraph.veeam.products","availability orchestrator","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.agents;", +44.8,44.8,"","Agents",null,null,this.getTagsForStencil("mxgraph.veeam.products","agents","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.powered_network;",44.8,44.8,"","Powered Network",null,null,this.getTagsForStencil("mxgraph.veeam.products","powered network","veeam vmware virtual machine products").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.backup_for_office_365;",44.8,44.8,"","Backup for Office 365",null,null,this.getTagsForStencil("mxgraph.veeam.products","backup for office 365","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.endpoint_backup;", +44.8,44.8,"","Endpoint Backup",null,null,this.getTagsForStencil("mxgraph.veeam.products","endpoint backup","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_monitor;",44.8,44.8,"","ONE Monitor",null,null,this.getTagsForStencil("mxgraph.veeam.products","one monitor","veeam vmware virtual machine products").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_reporter;",44.8,44.8,"","ONE Reporter",null,null,this.getTagsForStencil("mxgraph.veeam.products","one reporter","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_business_view;", +44.8,44.8,"","ONE (Business View)",null,null,this.getTagsForStencil("mxgraph.veeam.products","one business view","veeam vmware virtual machine products").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.veeam_one_server;",44.8,44.8,"","ONE Server",null,null,this.getTagsForStencil("mxgraph.veeam.products","one server","veeam vmware virtual machine products").join(" "))]; +this.addPalette("veeamProducts","Veeam / Products",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))};Sidebar.prototype.addVeeamVMsTapePalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.virtual_machine;",44.8,44,"","Virtual Machine",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape", +"","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vm_checked;",54,52,"","VM Checked",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","checked","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_running;", +54,52,"","VM Started",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm started","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_locked;",55.6,52,"","VM Locked",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm locked","veeam vmware virtual machine vm tape").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vm_paused;",54,52,"","VM Paused",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm paused","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vm_failed;", +54,52,"","VM Failed",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm failed","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vm_kernel;",54,52,"","VM Kernel",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm kernel","veeam vmware virtual machine vm tape").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vm_windows;",57.2,55.2,"","VM Windows",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm windows","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vm_linux;", +57.2,55.2,"","VM Linux",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm linux","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#A2C6E0;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vm_snapshot;",60.8,58.4,"","VM Snapshot",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vm snapshot","veeam vmware virtual machine vm tape").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.vapp;",44.8,44,"","vApp",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","vapp","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape;", +62,33.6,"","Tape",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_device;",105.2,106,"","Tape Device",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape device","veeam vmware virtual machine vm tape").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.tape_library;",96.8,98,"","Tape Library",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape library","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.tape_writing_device;", +82.4,43.6,"","Tape writing device",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape writing device","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.media_pool;",74.4,71.6,"","Media pool",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","media pool","veeam vmware virtual machine vm tape").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.unknown_tape;",67.2,62.4,"","Unknown tape",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","unknown tape","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_ejecting;", +75.6,49.6,"","Tape eject",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape eject","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.tape_locked;",70.4,40,"","Tape locked",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape locked","veeam vmware virtual machine vm tape").join(" ")), +this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_licensed;",75.2,44.4,"","Tape Licensed",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape licensed","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_recording;", +71.2,47.2,"","Tape Recording",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape recording","veeam vmware virtual machine vm tape").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.tape_checked;",75.2,45.6,"","Tape Checked",null,null,this.getTagsForStencil("mxgraph.veeam.vmstape","tape checked","veeam vmware virtual machine vm tape").join(" "))]; +this.addPalette("veeamVMs and Tape","Veeam / VMs and Tape",!1,mxUtils.bind(this,function(d){for(var e=0;e<a.length;e++)d.appendChild(a[e](d))}))};Sidebar.prototype.addVeeam3DPalette=function(){var a=[this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.1ftvm;",68,62,"","1FTVM",null,null,this.getTagsForStencil("mxgraph.veeam.3d","1ftvm","veeam 3d three dimension vmware virtual machine ").join(" ")), this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.1ftvm_error;",68,62,"","1FTVM Error",null,null,this.getTagsForStencil("mxgraph.veeam.3d","1ftvm error","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.1ftvm_running;", 68,62,"","1FTVM Running",null,null,this.getTagsForStencil("mxgraph.veeam.3d","1ftvm running","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.1ftvm_unavailable;",68,62,"","1FTVM Unavailable",null,null,this.getTagsForStencil("mxgraph.veeam.3d","1ftvm unavailable","veeam 3d three dimension vmware virtual machine ").join(" ")), this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.1ftvm_warning;",68,62,"","1FTVM Warning",null,null,this.getTagsForStencil("mxgraph.veeam.3d","1ftvm warning","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.2ftvm;", @@ -6735,9 +6803,8 @@ this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;ve this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.vapp;",92,62,"","vApp",null,null,this.getTagsForStencil("mxgraph.veeam.3d","vapp","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.vapp_started;", 92,62,"","vApp Started",null,null,this.getTagsForStencil("mxgraph.veeam.3d","vapp started","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_availability_suite;",46,46,"","Veeam Availability Suite",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam availability suite","veeam 3d three dimension vmware virtual machine ").join(" ")), this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_backup_and_replication_server;",46,46,"","Veeam Backup and Replication Server",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam backup and replication server","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_backup_enterprise_manager_server;", -46,46,"","Veeam Backup Enterprise Manager Server",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam backup enterprise manager server","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_backup_enterprise_manager_server_2d;",40,40,"","Veeam Backup Enterprise Manager Server 2D",null,null,this.getTagsForStencil("mxgraph.veeam.3d", -"veeam backup enterprise manager derver 2d two dimensional","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_backup_search_server;",46,46,"","Veeam Backup Search Server",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam backup search server","veeam 3d three dimension vmware virtual machine ").join(" ")), -this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_one_business_view;",46,46,"","Veeam ONE Business View",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam one business view","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_one_monitor;", +46,46,"","Veeam Backup Enterprise Manager Server",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam backup enterprise manager server","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_backup_search_server;",46,46,"","Veeam Backup Search Server",null,null,this.getTagsForStencil("mxgraph.veeam.3d", +"veeam backup search server","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_one_business_view;",46,46,"","Veeam ONE Business View",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam one business view","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_one_monitor;", 46,46,"","Veeam ONE Monitor",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam one monitor","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_one_reporter;",46,46,"","Veeam ONE Reporter",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam one reporter","veeam 3d three dimension vmware virtual machine ").join(" ")), this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.veeam_one_server;",46,46,"","Veeam ONE Server",null,null,this.getTagsForStencil("mxgraph.veeam.3d","veeam one server","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.virtual_machine;", 46,46,"","Virtual Machine",null,null,this.getTagsForStencil("mxgraph.veeam.3d","virtual machine","veeam 3d three dimension vmware virtual machine ").join(" ")),this.createVertexTemplateEntry("shadow=0;dashed=0;html=1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.3d.vmware_host;",110,98,"","VMware Host",null,null,this.getTagsForStencil("mxgraph.veeam.3d","vmware host","veeam 3d three dimension vmware virtual machine ").join(" ")), @@ -6896,418 +6963,419 @@ DrawioFile.prototype.autosave=function(b,e,d,c){null==this.lastAutosave&&(this.l mxUtils.bind(this,function(b){null!=c&&c(b)}))}else null!=d&&d(null)}),b)};DrawioFile.prototype.isAutosaveNow=function(){return!0};DrawioFile.prototype.autosaveCompleted=function(){};DrawioFile.prototype.clearAutosave=function(){null!=this.autosaveThread&&(window.clearTimeout(this.autosaveThread),this.autosaveThread=null)};DrawioFile.prototype.isAutosaveRevision=function(){var b=(new Date).getTime();return null==this.lastAutosaveRevision||b-this.lastAutosaveRevision>this.maxAutosaveRevisionDelay}; DrawioFile.prototype.close=function(b){this.isAutosave()&&this.isModified()&&this.save(this.isAutosaveRevision(),null,null,b);this.destroy()};DrawioFile.prototype.hasSameExtension=function(b,e){if(null!=b&&null!=e){var d=b.lastIndexOf("."),c=0<d?b.substring(d):"",d=e.lastIndexOf(".");return c===(0<d?e.substring(d):"")}return b==e}; DrawioFile.prototype.destroy=function(){this.clearAutosave();null!=this.changeListener&&(this.ui.editor.graph.model.removeListener(this.changeListener),this.ui.editor.graph.removeListener(this.changeListener),this.ui.removeListener(this.changeListener),this.changeListener=null)};LocalFile=function(b,e,d,c){DrawioFile.call(this,b,e);this.title=d;this.mode=c?null:App.MODE_DEVICE};mxUtils.extend(LocalFile,DrawioFile);LocalFile.prototype.isAutosave=function(){return!1};LocalFile.prototype.getMode=function(){return this.mode};LocalFile.prototype.getTitle=function(){return this.title};LocalFile.prototype.isRenamable=function(){return!0};LocalFile.prototype.save=function(b,e,d){this.saveAs(this.title,e,d)};LocalFile.prototype.saveAs=function(b,e,d){this.saveFile(b,!1,e,d)}; -LocalFile.prototype.saveFile=function(b,e,d,c){this.title=b;this.updateFileData();e=this.getData();var h=this.ui.useCanvasForExport&&/(\.png)$/i.test(this.getTitle()),k=mxUtils.bind(this,function(c){if(this.ui.isOfflineApp()||this.ui.isLocalFileSave())this.ui.doSaveLocalFile(c,b,h?"image/png":"text/xml",h);else if(c.length<MAX_REQUEST_SIZE){var e=b.lastIndexOf("."),e=0<e?b.substring(e+1):"xml";(new mxXmlRequest(SAVE_URL,"format="+e+"&xml="+encodeURIComponent(c)+"&filename="+encodeURIComponent(b)+ -(h?"&binary=1":""))).simulate(document,"_blank")}else this.ui.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(c)}));this.setModified(!1);this.contentChanged();null!=d&&d()});h?this.ui.getEmbeddedPng(mxUtils.bind(this,function(b){k(b)}),c,this.ui.getCurrentFile()!=this?this.getData():null):k(e)};LocalFile.prototype.rename=function(b,e,d){this.title=b;this.descriptorChanged();null!=e&&e()}; +LocalFile.prototype.saveFile=function(b,e,d,c){this.title=b;this.updateFileData();e=this.getData();var g=this.ui.useCanvasForExport&&/(\.png)$/i.test(this.getTitle()),k=mxUtils.bind(this,function(c){if(this.ui.isOfflineApp()||this.ui.isLocalFileSave())this.ui.doSaveLocalFile(c,b,g?"image/png":"text/xml",g);else if(c.length<MAX_REQUEST_SIZE){var e=b.lastIndexOf("."),e=0<e?b.substring(e+1):"xml";(new mxXmlRequest(SAVE_URL,"format="+e+"&xml="+encodeURIComponent(c)+"&filename="+encodeURIComponent(b)+ +(g?"&binary=1":""))).simulate(document,"_blank")}else this.ui.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(c)}));this.setModified(!1);this.contentChanged();null!=d&&d()});g?this.ui.getEmbeddedPng(mxUtils.bind(this,function(b){k(b)}),c,this.ui.getCurrentFile()!=this?this.getData():null):k(e)};LocalFile.prototype.rename=function(b,e,d){this.title=b;this.descriptorChanged();null!=e&&e()}; LocalFile.prototype.open=function(){this.ui.setFileData(this.getData());this.changeListener=mxUtils.bind(this,function(b,e){this.setModified(!0);this.addUnsavedStatus()});this.ui.editor.graph.model.addListener(mxEvent.CHANGE,this.changeListener)};LocalLibrary=function(b,e,d){LocalFile.call(this,b,e,d)};mxUtils.extend(LocalLibrary,LocalFile);LocalLibrary.prototype.getHash=function(){return"F"+this.getTitle()};LocalLibrary.prototype.isAutosave=function(){return!1};LocalLibrary.prototype.saveAs=function(b,e,d){this.saveFile(b,!1,e,d)};LocalLibrary.prototype.updateFileData=function(){};LocalLibrary.prototype.open=function(){};StorageFile=function(b,e,d){DrawioFile.call(this,b,e);this.title=d};mxUtils.extend(StorageFile,DrawioFile);StorageFile.prototype.autosaveDelay=2E3;StorageFile.prototype.maxAutosaveDelay=2E4;StorageFile.prototype.getMode=function(){return App.MODE_BROWSER};StorageFile.prototype.isAutosaveOptional=function(){return!0};StorageFile.prototype.getHash=function(){return"L"+encodeURIComponent(this.getTitle())};StorageFile.prototype.getTitle=function(){return this.title}; StorageFile.prototype.isRenamable=function(){return!0};StorageFile.prototype.save=function(b,e,d){this.saveAs(this.getTitle(),e,d)};StorageFile.prototype.saveAs=function(b,e,d){DrawioFile.prototype.save.apply(this,arguments);this.saveFile(b,!1,e,d)}; -StorageFile.prototype.saveFile=function(b,e,d,c){if(this.isEditable()){var h=mxUtils.bind(this,function(){this.isRenamable()&&(this.title=b);try{this.ui.setLocalData(this.title,this.getData(),mxUtils.bind(this,function(){this.setModified(!1);this.contentChanged();null!=d&&d()}))}catch(k){null!=c&&c(k)}});this.isRenamable()&&"."==b.charAt(0)&&null!=c?c({message:mxResources.get("invalidName")}):this.ui.getLocalData(b,mxUtils.bind(this,function(d){this.isRenamable()&&this.getTitle()!=b&&null!=d?this.ui.confirm(mxResources.get("replaceIt", -[b]),h,c):h()}))}else null!=d&&d()};StorageFile.prototype.rename=function(b,e,d){var c=this.getTitle();c!=b?this.ui.getLocalData(b,mxUtils.bind(this,function(h){var k=mxUtils.bind(this,function(){this.title=b;this.hasSameExtension(c,b)||this.setData(this.ui.getFileData());this.saveFile(b,!1,mxUtils.bind(this,function(){this.ui.removeLocalData(c,e)}),d)});null!=h?this.ui.confirm(mxResources.get("replaceIt",[b]),k,d):k()})):e()}; +StorageFile.prototype.saveFile=function(b,e,d,c){if(this.isEditable()){var g=mxUtils.bind(this,function(){this.isRenamable()&&(this.title=b);try{this.ui.setLocalData(this.title,this.getData(),mxUtils.bind(this,function(){this.setModified(!1);this.contentChanged();null!=d&&d()}))}catch(k){null!=c&&c(k)}});this.isRenamable()&&"."==b.charAt(0)&&null!=c?c({message:mxResources.get("invalidName")}):this.ui.getLocalData(b,mxUtils.bind(this,function(d){this.isRenamable()&&this.getTitle()!=b&&null!=d?this.ui.confirm(mxResources.get("replaceIt", +[b]),g,c):g()}))}else null!=d&&d()};StorageFile.prototype.rename=function(b,e,d){var c=this.getTitle();c!=b?this.ui.getLocalData(b,mxUtils.bind(this,function(g){var k=mxUtils.bind(this,function(){this.title=b;this.hasSameExtension(c,b)||this.setData(this.ui.getFileData());this.saveFile(b,!1,mxUtils.bind(this,function(){this.ui.removeLocalData(c,e)}),d)});null!=g?this.ui.confirm(mxResources.get("replaceIt",[b]),k,d):k()})):e()}; StorageFile.prototype.open=function(){DrawioFile.prototype.open.apply(this,arguments);this.saveFile(this.getTitle())};StorageFile.prototype.destroy=function(){DrawioFile.prototype.destroy.apply(this,arguments);null!=this.storageListener&&(mxEvent.removeListener(window,"storage",this.storageListener),this.storageListener=null)};StorageLibrary=function(b,e,d){StorageFile.call(this,b,e,d)};mxUtils.extend(StorageLibrary,StorageFile);StorageLibrary.prototype.isAutosave=function(){return!0};StorageLibrary.prototype.saveAs=function(b,e,d){this.saveFile(b,!1,e,d)};StorageLibrary.prototype.getHash=function(){return"L"+encodeURIComponent(this.title)};StorageLibrary.prototype.getTitle=function(){return".scratchpad"==this.title?mxResources.get("scratchpad"):this.title}; -StorageLibrary.prototype.isRenamable=function(b,e,d){return".scratchpad"!=this.title};StorageLibrary.prototype.open=function(){};UrlLibrary=function(b,e,d){StorageFile.call(this,b,e,d);b=d;e=b.lastIndexOf("/");0<=e&&(b=b.substring(e+1));this.fname=b};mxUtils.extend(UrlLibrary,StorageFile);UrlLibrary.prototype.getHash=function(){return"U"+encodeURIComponent(this.title)};UrlLibrary.prototype.getTitle=function(){return this.fname};UrlLibrary.prototype.isAutosave=function(){return!1};UrlLibrary.prototype.isEditable=function(b,e,d){return!1};UrlLibrary.prototype.saveAs=function(b,e,d){};UrlLibrary.prototype.open=function(){};var StorageDialog=function(b,e,d){function c(c,q,t,f,w,u){function v(){mxEvent.addListener(B,"click",null!=u?u:function(){t!=App.MODE_GOOGLE||b.isDriveDomain()?t==App.MODE_GOOGLE&&b.spinner.spin(document.body,mxResources.get("authorizing"))?b.drive.checkToken(mxUtils.bind(this,function(){b.spinner.stop();b.setMode(t,a.checked);e()})):(b.setMode(t,a.checked),e()):window.location.hostname=DriveClient.prototype.newAppHostname})}var B=document.createElement("a");B.style.overflow="hidden";B.style.display= -mxClient.IS_QUIRKS?"inline":"inline-block";B.className="geBaseButton";B.style.boxSizing="border-box";B.style.fontSize="11px";B.style.position="relative";B.style.margin="4px";B.style.padding="8px 10px 12px 10px";B.style.width="88px";B.style.height="100px";B.style.whiteSpace="nowrap";B.setAttribute("title",q);mxClient.IS_QUIRKS&&(B.style.cssFloat="left",B.style.zoom="1");var h=document.createElement("div");h.style.textOverflow="ellipsis";h.style.overflow="hidden";if(null!=c){var x=document.createElement("img"); -x.setAttribute("src",c);x.setAttribute("border","0");x.setAttribute("align","absmiddle");x.style.width="60px";x.style.height="60px";x.style.paddingBottom="6px";B.appendChild(x)}else h.style.paddingTop="5px",h.style.whiteSpace="normal",mxClient.IS_IOS?(B.style.padding="0px 10px 20px 10px",B.style.top="6px"):mxClient.IS_FF&&(h.style.paddingTop="0px",h.style.marginTop="-2px");B.appendChild(h);mxUtils.write(h,q);if(null!=w)for(c=0;c<w.length;c++)mxUtils.br(h),mxUtils.write(h,w[c]);if(null!=f&&null==b[f]){x.style.visibility= -"hidden";mxUtils.setOpacity(h,10);var k=new Spinner({lines:12,length:12,width:5,radius:10,rotate:0,color:"dark"==uiTheme?"#c0c0c0":"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"40%",zIndex:2E9});k.spin(B);var m=window.setTimeout(function(){null==b[f]&&(k.stop(),B.style.display="none")},3E4);b.addListener("clientLoaded",mxUtils.bind(this,function(){null!=b[f]&&(window.clearTimeout(m),mxUtils.setOpacity(h,100),x.style.visibility="",k.stop(),v(),"drive"==f&&null!=l.parentNode&&l.parentNode.removeChild(l))}))}else v(); -p.appendChild(B);++g>=d&&(mxUtils.br(p),g=0)}d=null!=d?d:2;var h=document.createElement("div");h.style.textAlign="center";h.style.whiteSpace="nowrap";h.style.paddingTop="0px";h.style.paddingBottom="20px";var k=b.addLanguageMenu(h,!0);null!=k&&(k.style.bottom=parseInt("28px")-2+"px");if(!b.isOffline()&&1<b.getServiceCount()){k=document.createElement("a");k.setAttribute("href","https://about.draw.io/support/");k.setAttribute("title",mxResources.get("help"));k.setAttribute("target","_blank");k.style.position= -"absolute";k.style.textDecoration="none";k.style.cursor="pointer";k.style.fontSize="12px";k.style.bottom="28px";k.style.left="26px";k.style.color="gray";var m=document.createElement("img");m.setAttribute("border","0");m.setAttribute("valign","bottom");m.setAttribute("src",Editor.helpImage);m.style.marginRight="2px";k.appendChild(m);mxUtils.write(k,mxResources.get("help"));h.appendChild(k)}var n=document.createElement("div");n.style.position="absolute";n.style.cursor="pointer";n.style.fontSize="12px"; -n.style.bottom="28px";n.style.color="gray";mxUtils.write(n,mxResources.get("decideLater"));b.isOfflineApp()?n.style.right="20px":(mxUtils.setPrefixedStyle(n.style,"transform","translate(-50%,0)"),n.style.left="50%");this.init=function(){if(mxClient.IS_QUIRKS||8==document.documentMode)n.style.marginLeft=-Math.round(n.clientWidth/2)+"px"};h.appendChild(n);mxEvent.addListener(n,"click",function(){b.hideDialog();var a=Editor.useLocalStorage;b.createFile(b.defaultFilename,null,null,null,null,null,null, -!0);Editor.useLocalStorage=a});var p=document.createElement("div");mxClient.IS_QUIRKS&&(p.style.whiteSpace="nowrap",p.style.cssFloat="left");p.style.border="1px solid #d3d3d3";p.style.borderWidth="1px 0px 1px 0px";p.style.padding="12px 0px 12px 0px";var a=document.createElement("input");a.setAttribute("type","checkbox");a.setAttribute("checked","checked");a.defaultChecked=!0;var g=0,l=document.createElement("p"),k=document.createElement("p");k.style.fontSize="16pt";k.style.padding="0px";k.style.paddingTop= -"4px";k.style.paddingBottom="16px";k.style.margin="0px";k.style.color="gray";mxUtils.write(k,mxResources.get("saveDiagramsTo")+":");h.appendChild(k);"function"===typeof window.DriveClient&&c(IMAGE_PATH+"/google-drive-logo.svg",mxResources.get("googleDrive"),App.MODE_GOOGLE,"drive");"function"===typeof window.OneDriveClient&&c(IMAGE_PATH+"/onedrive-logo.svg",mxResources.get("oneDrive"),App.MODE_ONEDRIVE,"oneDrive");mxClient.IS_IOS&&"device"!=urlParams.storage||c(IMAGE_PATH+"/osa_drive-harddisk.png", -mxResources.get("device"),App.MODE_DEVICE);!isLocalStorage||"1"!=urlParams.browser&&"1"!=urlParams.offline||c(IMAGE_PATH+"/osa_database.png",mxResources.get("browser"),App.MODE_BROWSER);h.appendChild(p);k=document.createElement("p");k.style.marginTop="12px";k.style.marginBottom="6px";k.appendChild(a);m=document.createElement("span");m.style.color="gray";m.style.fontSize="12px";mxUtils.write(m," "+mxResources.get("rememberThisSetting"));k.appendChild(m);mxUtils.br(k);var t=b.getRecent();if(null!=t&& -0<t.length){var q=document.createElement("select");q.style.marginTop="8px";q.style.width="140px";var u=document.createElement("option");u.setAttribute("value","");u.setAttribute("selected","selected");u.style.textAlign="center";mxUtils.write(u,mxResources.get("openRecent")+"...");q.appendChild(u);for(u=0;u<t.length;u++)(function(a){var b=a.mode;b==App.MODE_GOOGLE?b="googleDrive":b==App.MODE_ONEDRIVE&&(b="oneDrive");var g=document.createElement("option");g.setAttribute("value",a.id);mxUtils.write(g, -a.title+" ("+mxResources.get(b)+")");q.appendChild(g)})(t[u]);k.appendChild(q);mxEvent.addListener(q,"change",function(a){""!=q.value&&b.loadFile(q.value)})}else k.style.marginTop="20px",p.style.padding="30px 0px 26px 0px";!Graph.fileSupport||mxClient.IS_IE||mxClient.IS_IE11||(t=document.createElement("div"),t.style.cursor="pointer",t.style.padding="18px 0px 6px 0px",t.style.fontSize="12px",t.style.color="gray",mxUtils.write(t,mxResources.get("import")+": "+mxResources.get("gliffy")+", "+mxResources.get("formatVssx")+ -", "+mxResources.get("formatVsdx")+", "+mxResources.get("lucidchart")+"..."),mxEvent.addListener(t,"click",function(){var a=document.createElement("input");a.setAttribute("type","file");mxEvent.addListener(a,"change",function(){null!=a.files&&(b.hideDialog(),b.openFiles(a.files,!0))});a.click()}),k.appendChild(t),p.style.paddingBottom="4px");p.appendChild(k);mxEvent.addListener(m,"click",function(b){a.checked=!a.checked;mxEvent.consume(b)});mxClient.IS_SVG&&isLocalStorage&&"0"!=urlParams.gapi&&(null== -document.documentMode||10<=document.documentMode)&&window.setTimeout(function(){null==b.drive&&(l.style.padding="8px",l.style.fontSize="9pt",l.style.marginTop="-14px",l.innerHTML='<a style="background-color:#dcdcdc;padding:5px;color:black;text-decoration:none;" href="https://plus.google.com/u/0/+DrawIo1/posts/1HTrfsb5wDN" target="_blank"><img border="0" src="'+mxGraph.prototype.warningImage.src+'" align="top"> '+mxResources.get("googleDriveMissingClickHere")+"</a>",h.appendChild(l))},5E3);this.container= -h},SplashDialog=function(b){var e=document.createElement("div");e.style.textAlign="center";b.addLanguageMenu(e,!0);var d=null,d=b.getServiceCount();if(!b.isOffline()&&1<d){d=document.createElement("a");d.setAttribute("href","https://about.draw.io/support/");d.setAttribute("title",mxResources.get("help"));d.setAttribute("target","_blank");d.style.position="absolute";d.style.fontSize="12px";d.style.textDecoration="none";d.style.cursor="pointer";d.style.bottom="22px";d.style.left="26px";d.style.color= +StorageLibrary.prototype.isRenamable=function(b,e,d){return".scratchpad"!=this.title};StorageLibrary.prototype.open=function(){};UrlLibrary=function(b,e,d){StorageFile.call(this,b,e,d);b=d;e=b.lastIndexOf("/");0<=e&&(b=b.substring(e+1));this.fname=b};mxUtils.extend(UrlLibrary,StorageFile);UrlLibrary.prototype.getHash=function(){return"U"+encodeURIComponent(this.title)};UrlLibrary.prototype.getTitle=function(){return this.fname};UrlLibrary.prototype.isAutosave=function(){return!1};UrlLibrary.prototype.isEditable=function(b,e,d){return!1};UrlLibrary.prototype.saveAs=function(b,e,d){};UrlLibrary.prototype.open=function(){};var StorageDialog=function(b,e,d){function c(c,q,u,h,w,C){function v(){mxEvent.addListener(t,"click",null!=C?C:function(){u!=App.MODE_GOOGLE||b.isDriveDomain()?u==App.MODE_GOOGLE&&b.spinner.spin(document.body,mxResources.get("authorizing"))?b.drive.checkToken(mxUtils.bind(this,function(){b.spinner.stop();b.setMode(u,a.checked);e()})):(b.setMode(u,a.checked),e()):window.location.hostname=DriveClient.prototype.newAppHostname})}var t=document.createElement("a");t.style.overflow="hidden";t.style.display= +mxClient.IS_QUIRKS?"inline":"inline-block";t.className="geBaseButton";t.style.boxSizing="border-box";t.style.fontSize="11px";t.style.position="relative";t.style.margin="4px";t.style.padding="8px 10px 12px 10px";t.style.width="88px";t.style.height="100px";t.style.whiteSpace="nowrap";t.setAttribute("title",q);mxClient.IS_QUIRKS&&(t.style.cssFloat="left",t.style.zoom="1");var g=document.createElement("div");g.style.textOverflow="ellipsis";g.style.overflow="hidden";if(null!=c){var x=document.createElement("img"); +x.setAttribute("src",c);x.setAttribute("border","0");x.setAttribute("align","absmiddle");x.style.width="60px";x.style.height="60px";x.style.paddingBottom="6px";t.appendChild(x)}else g.style.paddingTop="5px",g.style.whiteSpace="normal",mxClient.IS_IOS?(t.style.padding="0px 10px 20px 10px",t.style.top="6px"):mxClient.IS_FF&&(g.style.paddingTop="0px",g.style.marginTop="-2px");t.appendChild(g);mxUtils.write(g,q);if(null!=w)for(c=0;c<w.length;c++)mxUtils.br(g),mxUtils.write(g,w[c]);if(null!=h&&null==b[h]){x.style.visibility= +"hidden";mxUtils.setOpacity(g,10);var k=new Spinner({lines:12,length:12,width:5,radius:10,rotate:0,color:"dark"==uiTheme?"#c0c0c0":"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"40%",zIndex:2E9});k.spin(t);var m=window.setTimeout(function(){null==b[h]&&(k.stop(),t.style.display="none")},3E4);b.addListener("clientLoaded",mxUtils.bind(this,function(){null!=b[h]&&(window.clearTimeout(m),mxUtils.setOpacity(g,100),x.style.visibility="",k.stop(),v(),"drive"==h&&null!=l.parentNode&&l.parentNode.removeChild(l))}))}else v(); +p.appendChild(t);++f>=d&&(mxUtils.br(p),f=0)}d=null!=d?d:2;var g=document.createElement("div");g.style.textAlign="center";g.style.whiteSpace="nowrap";g.style.paddingTop="0px";g.style.paddingBottom="20px";var k=b.addLanguageMenu(g,!0);null!=k&&(k.style.bottom=parseInt("28px")-2+"px");if(!b.isOffline()&&1<b.getServiceCount()){k=document.createElement("a");k.setAttribute("href","https://about.draw.io/support/");k.setAttribute("title",mxResources.get("help"));k.setAttribute("target","_blank");k.style.position= +"absolute";k.style.textDecoration="none";k.style.cursor="pointer";k.style.fontSize="12px";k.style.bottom="28px";k.style.left="26px";k.style.color="gray";var m=document.createElement("img");m.setAttribute("border","0");m.setAttribute("valign","bottom");m.setAttribute("src",Editor.helpImage);m.style.marginRight="2px";k.appendChild(m);mxUtils.write(k,mxResources.get("help"));g.appendChild(k)}var n=document.createElement("div");n.style.position="absolute";n.style.cursor="pointer";n.style.fontSize="12px"; +n.style.bottom="28px";n.style.color="gray";mxUtils.write(n,mxResources.get("decideLater"));b.isOfflineApp()?n.style.right="20px":(mxUtils.setPrefixedStyle(n.style,"transform","translate(-50%,0)"),n.style.left="50%");this.init=function(){if(mxClient.IS_QUIRKS||8==document.documentMode)n.style.marginLeft=-Math.round(n.clientWidth/2)+"px"};g.appendChild(n);mxEvent.addListener(n,"click",function(){b.hideDialog();var a=Editor.useLocalStorage;b.createFile(b.defaultFilename,null,null,null,null,null,null, +!0);Editor.useLocalStorage=a});var p=document.createElement("div");mxClient.IS_QUIRKS&&(p.style.whiteSpace="nowrap",p.style.cssFloat="left");p.style.border="1px solid #d3d3d3";p.style.borderWidth="1px 0px 1px 0px";p.style.padding="12px 0px 12px 0px";var a=document.createElement("input");a.setAttribute("type","checkbox");a.setAttribute("checked","checked");a.defaultChecked=!0;var f=0,l=document.createElement("p"),k=document.createElement("p");k.style.fontSize="16pt";k.style.padding="0px";k.style.paddingTop= +"4px";k.style.paddingBottom="16px";k.style.margin="0px";k.style.color="gray";mxUtils.write(k,mxResources.get("saveDiagramsTo")+":");g.appendChild(k);"function"===typeof window.DriveClient&&c(IMAGE_PATH+"/google-drive-logo.svg",mxResources.get("googleDrive"),App.MODE_GOOGLE,"drive");"function"===typeof window.OneDriveClient&&c(IMAGE_PATH+"/onedrive-logo.svg",mxResources.get("oneDrive"),App.MODE_ONEDRIVE,"oneDrive");mxClient.IS_IOS&&"device"!=urlParams.storage||c(IMAGE_PATH+"/osa_drive-harddisk.png", +mxResources.get("device"),App.MODE_DEVICE);!isLocalStorage||"1"!=urlParams.browser&&"1"!=urlParams.offline||c(IMAGE_PATH+"/osa_database.png",mxResources.get("browser"),App.MODE_BROWSER);g.appendChild(p);k=document.createElement("p");k.style.marginTop="12px";k.style.marginBottom="6px";k.appendChild(a);m=document.createElement("span");m.style.color="gray";m.style.fontSize="12px";mxUtils.write(m," "+mxResources.get("rememberThisSetting"));k.appendChild(m);mxUtils.br(k);var q=b.getRecent();if(null!=q&& +0<q.length){var u=document.createElement("select");u.style.marginTop="8px";u.style.width="140px";var t=document.createElement("option");t.setAttribute("value","");t.setAttribute("selected","selected");t.style.textAlign="center";mxUtils.write(t,mxResources.get("openRecent")+"...");u.appendChild(t);for(t=0;t<q.length;t++)(function(a){var b=a.mode;b==App.MODE_GOOGLE?b="googleDrive":b==App.MODE_ONEDRIVE&&(b="oneDrive");var f=document.createElement("option");f.setAttribute("value",a.id);mxUtils.write(f, +a.title+" ("+mxResources.get(b)+")");u.appendChild(f)})(q[t]);k.appendChild(u);mxEvent.addListener(u,"change",function(a){""!=u.value&&b.loadFile(u.value)})}else k.style.marginTop="20px",p.style.padding="30px 0px 26px 0px";!Graph.fileSupport||mxClient.IS_IE||mxClient.IS_IE11||(q=document.createElement("div"),q.style.cursor="pointer",q.style.padding="18px 0px 6px 0px",q.style.fontSize="12px",q.style.color="gray",mxUtils.write(q,mxResources.get("import")+": "+mxResources.get("gliffy")+", "+mxResources.get("formatVssx")+ +", "+mxResources.get("formatVsdx")+", "+mxResources.get("lucidchart")+"..."),mxEvent.addListener(q,"click",function(){var a=document.createElement("input");a.setAttribute("type","file");mxEvent.addListener(a,"change",function(){null!=a.files&&(b.hideDialog(),b.openFiles(a.files,!0))});a.click()}),k.appendChild(q),p.style.paddingBottom="4px");p.appendChild(k);mxEvent.addListener(m,"click",function(b){a.checked=!a.checked;mxEvent.consume(b)});mxClient.IS_SVG&&isLocalStorage&&"0"!=urlParams.gapi&&(null== +document.documentMode||10<=document.documentMode)&&window.setTimeout(function(){null==b.drive&&(l.style.padding="8px",l.style.fontSize="9pt",l.style.marginTop="-14px",l.innerHTML='<a style="background-color:#dcdcdc;padding:5px;color:black;text-decoration:none;" href="https://plus.google.com/u/0/+DrawIo1/posts/1HTrfsb5wDN" target="_blank"><img border="0" src="'+mxGraph.prototype.warningImage.src+'" align="top"> '+mxResources.get("googleDriveMissingClickHere")+"</a>",g.appendChild(l))},5E3);this.container= +g},SplashDialog=function(b){var e=document.createElement("div");e.style.textAlign="center";b.addLanguageMenu(e,!0);var d=null,d=b.getServiceCount();if(!b.isOffline()&&1<d){d=document.createElement("a");d.setAttribute("href","https://about.draw.io/support/");d.setAttribute("title",mxResources.get("help"));d.setAttribute("target","_blank");d.style.position="absolute";d.style.fontSize="12px";d.style.textDecoration="none";d.style.cursor="pointer";d.style.bottom="22px";d.style.left="26px";d.style.color= "gray";var c=document.createElement("img");c.setAttribute("border","0");c.setAttribute("valign","bottom");c.setAttribute("src",Editor.helpImage);c.style.marginRight="2px";d.appendChild(c);mxUtils.write(d,mxResources.get("help"));e.appendChild(d)}d=document.createElement("p");d.style.fontSize="16pt";d.style.padding="0px";d.style.paddingTop="2px";d.style.margin="0px";d.style.color="gray";c=document.createElement("img");c.setAttribute("border","0");c.setAttribute("align","absmiddle");c.style.width="40px"; -c.style.height="40px";c.style.marginRight="12px";c.style.paddingBottom="4px";var h="";b.mode==App.MODE_GOOGLE?(c.src=IMAGE_PATH+"/google-drive-logo.svg",h=mxResources.get("googleDrive")):b.mode==App.MODE_DROPBOX?(c.src=IMAGE_PATH+"/dropbox-logo.svg",h=mxResources.get("dropbox")):b.mode==App.MODE_ONEDRIVE?(c.src=IMAGE_PATH+"/onedrive-logo.svg",h=mxResources.get("oneDrive")):b.mode==App.MODE_GITHUB?(c.src=IMAGE_PATH+"/github-logo.svg",h=mxResources.get("github")):b.mode==App.MODE_TRELLO?(c.src=IMAGE_PATH+ -"/trello-logo.svg",h=mxResources.get("trello")):b.mode==App.MODE_BROWSER?(c.src=IMAGE_PATH+"/osa_database.png",h=mxResources.get("browser")):(c.src=IMAGE_PATH+"/osa_drive-harddisk.png",h=mxResources.get("device"));var k=document.createElement("div");k.style.margin="4px 0px 0px 0px";var m=document.createElement("button");m.className="geBigButton";m.style.overflow="hidden";m.style.width="340px";mxClient.IS_CHROMEAPP||EditorUi.isElectronApp?(k.style.padding="42px 0px 56px 0px",m.style.marginBottom="12px"): -(d.appendChild(c),mxUtils.write(d,h),e.appendChild(d),k.style.border="1px solid #d3d3d3",k.style.borderWidth="1px 0px 1px 0px",k.style.padding="18px 0px 24px 0px",m.style.marginBottom="8px");mxClient.IS_QUIRKS&&(k.style.whiteSpace="nowrap",k.style.cssFloat="left");mxClient.IS_QUIRKS&&(m.style.width="340px");mxUtils.write(m,mxResources.get("createNewDiagram"));mxEvent.addListener(m,"click",function(){b.hideDialog();b.actions.get("new").funct()});k.appendChild(m);mxUtils.br(k);m=document.createElement("button"); +c.style.height="40px";c.style.marginRight="12px";c.style.paddingBottom="4px";var g="";b.mode==App.MODE_GOOGLE?(c.src=IMAGE_PATH+"/google-drive-logo.svg",g=mxResources.get("googleDrive")):b.mode==App.MODE_DROPBOX?(c.src=IMAGE_PATH+"/dropbox-logo.svg",g=mxResources.get("dropbox")):b.mode==App.MODE_ONEDRIVE?(c.src=IMAGE_PATH+"/onedrive-logo.svg",g=mxResources.get("oneDrive")):b.mode==App.MODE_GITHUB?(c.src=IMAGE_PATH+"/github-logo.svg",g=mxResources.get("github")):b.mode==App.MODE_TRELLO?(c.src=IMAGE_PATH+ +"/trello-logo.svg",g=mxResources.get("trello")):b.mode==App.MODE_BROWSER?(c.src=IMAGE_PATH+"/osa_database.png",g=mxResources.get("browser")):(c.src=IMAGE_PATH+"/osa_drive-harddisk.png",g=mxResources.get("device"));var k=document.createElement("div");k.style.margin="4px 0px 0px 0px";var m=document.createElement("button");m.className="geBigButton";m.style.overflow="hidden";m.style.width="340px";mxClient.IS_CHROMEAPP||EditorUi.isElectronApp?(k.style.padding="42px 0px 56px 0px",m.style.marginBottom="12px"): +(d.appendChild(c),mxUtils.write(d,g),e.appendChild(d),k.style.border="1px solid #d3d3d3",k.style.borderWidth="1px 0px 1px 0px",k.style.padding="18px 0px 24px 0px",m.style.marginBottom="8px");mxClient.IS_QUIRKS&&(k.style.whiteSpace="nowrap",k.style.cssFloat="left");mxClient.IS_QUIRKS&&(m.style.width="340px");mxUtils.write(m,mxResources.get("createNewDiagram"));mxEvent.addListener(m,"click",function(){b.hideDialog();b.actions.get("new").funct()});k.appendChild(m);mxUtils.br(k);m=document.createElement("button"); m.className="geBigButton";m.style.marginBottom="22px";m.style.overflow="hidden";m.style.width="340px";mxClient.IS_QUIRKS&&(m.style.width="340px");mxUtils.write(m,mxResources.get("openExistingDiagram"));mxEvent.addListener(m,"click",function(){b.actions.get("open").funct()});k.appendChild(m);d="undefined";b.mode==App.MODE_GOOGLE?d=mxResources.get("googleDrive"):b.mode==App.MODE_DROPBOX?d=mxResources.get("dropbox"):b.mode==App.MODE_ONEDRIVE?d=mxResources.get("oneDrive"):b.mode==App.MODE_GITHUB?d=mxResources.get("github"): -b.mode==App.MODE_TRELLO?d=mxResources.get("trello"):b.mode==App.MODE_DEVICE?d=mxResources.get("device"):b.mode==App.MODE_BROWSER&&(d=mxResources.get("browser"));mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||(h=function(c){m.style.marginBottom="24px";var d=document.createElement("a");d.setAttribute("href","javascript:void(0)");d.style.display="block";d.style.marginTop="6px";mxUtils.write(d,mxResources.get("signOut"));m.style.marginBottom="16px";k.style.paddingBottom="18px";mxEvent.addListener(d,"click", -function(){b.confirm(mxResources.get("areYouSure"),function(){c()})});k.appendChild(d)},c=null!=b.drive?b.drive.getUser():null,b.mode==App.MODE_GOOGLE&&null!=c?(m.style.marginBottom="24px",h=document.createElement("a"),h.setAttribute("href","javascript:void(0)"),h.style.display="block",h.style.marginTop="6px",mxUtils.write(h,mxResources.get("changeUser")+" ("+c.displayName+")"),m.style.marginBottom="16px",k.style.paddingBottom="18px",mxEvent.addListener(h,"click",function(){b.hideDialog();b.drive.clearUserId(); -b.drive.setUser(null);gapi.auth.signOut();b.setMode(App.MODE_GOOGLE);b.hideDialog();b.showSplash();b.drive.authorize(!1,mxUtils.bind(this,mxUtils.bind(this,function(){b.hideDialog();b.showSplash()})),mxUtils.bind(this,function(c){b.handleError(c,null,function(){b.hideDialog();b.showSplash()})}))}),k.appendChild(h)):b.mode==App.MODE_ONEDRIVE&&null!=b.oneDrive?h(function(){b.oneDrive.logout()}):b.mode==App.MODE_GITHUB&&null!=b.gitHub?h(function(){b.gitHub.logout();b.openLink("https://www.github.com/logout")}): -b.mode==App.MODE_TRELLO&&null!=b.trello?b.trello.isAuthorized()&&h(function(){b.trello.logout()}):b.mode==App.MODE_DROPBOX&&null!=b.dropbox&&h(function(){b.dropbox.logout();b.openLink("https://www.dropbox.com/logout")}),h=document.createElement("a"),h.setAttribute("href","javascript:void(0)"),h.style.display="block",h.style.marginTop="8px",mxUtils.write(h,mxResources.get("notUsingService",[d])),mxEvent.addListener(h,"click",function(){b.hideDialog(!1);b.setMode(null);b.clearMode();b.showSplash(!0)}), -k.appendChild(h));e.appendChild(k);this.container=e},ConfirmDialog=function(b,e,d,c,h,k,m,n,p){var a=document.createElement("div");a.style.textAlign="center";var g=document.createElement("div");g.style.padding="6px";g.style.overflow="auto";g.style.maxHeight="44px";mxClient.IS_QUIRKS&&(g.style.height="60px");mxUtils.write(g,e);a.appendChild(g);g=document.createElement("div");g.style.textAlign="center";g.style.whiteSpace="nowrap";var l=document.createElement("input");l.setAttribute("type","checkbox"); -k=mxUtils.button(k||mxResources.get("cancel"),function(){b.hideDialog();null!=c&&c(l.checked)});k.className="geBtn";null!=n&&(k.innerHTML=n+"<br>"+k.innerHTML,k.style.paddingBottom="8px",k.style.paddingTop="8px",k.style.height="auto",k.style.width="40%");b.editor.cancelFirst&&g.appendChild(k);h=mxUtils.button(h||mxResources.get("ok"),function(){b.hideDialog();null!=d&&d(l.checked)});g.appendChild(h);null!=m?(h.innerHTML=m+"<br>"+h.innerHTML+"<br>",h.style.paddingBottom="8px",h.style.paddingTop="8px", -h.style.height="auto",h.className="geBtn",h.style.width="40%"):h.className="geBtn gePrimaryBtn";b.editor.cancelFirst||g.appendChild(k);a.appendChild(g);p?(g.style.marginTop="10px",g=document.createElement("p"),g.style.marginTop="20px",g.appendChild(l),m=document.createElement("span"),mxUtils.write(m," "+mxResources.get("rememberThisSetting")),g.appendChild(m),a.appendChild(g),mxEvent.addListener(m,"click",function(a){l.checked=!l.checked;mxEvent.consume(a)})):g.style.marginTop="16px";this.container= -a},ErrorDialog=function(b,e,d,c,h,k,m,n,p,a,g){p=null!=p?p:!0;var l=document.createElement("div");l.style.textAlign="center";if(null!=e){var t=document.createElement("div");t.style.padding="0px";t.style.margin="0px";t.style.fontSize="18px";t.style.paddingBottom="16px";t.style.marginBottom="16px";t.style.borderBottom="1px solid #c0c0c0";t.style.color="gray";mxUtils.write(t,e);l.appendChild(t)}e=document.createElement("div");e.style.padding="6px";e.innerHTML=d;l.appendChild(e);d=document.createElement("div"); -d.style.marginTop="16px";d.style.textAlign="center";null!=k&&(e=mxUtils.button(mxResources.get("tryAgain"),function(){b.hideDialog();k()}),e.className="geBtn",d.appendChild(e),d.style.textAlign="center");null!=a&&(a=mxUtils.button(a,function(){null!=g&&g()}),a.className="geBtn",d.appendChild(a));var q=mxUtils.button(c,function(){p&&b.hideDialog();null!=h&&h()});q.className="geBtn";d.appendChild(q);null!=m&&(c=mxUtils.button(m,function(){p&&b.hideDialog();null!=n&&n()}),c.className="geBtn gePrimaryBtn", -d.appendChild(c));this.init=function(){q.focus()};l.appendChild(d);this.container=l},EmbedDialog=function(b,e,d,c,h,k){c=document.createElement("div");var m=/^https?:\/\//.test(e)||/^mailto:\/\//.test(e);null!=k?mxUtils.write(c,k):mxUtils.write(c,mxResources.get(5E5>e.length?m?"link":"mainEmbedNotice":"preview")+":");mxUtils.br(c);k=document.createElement("div");k.style.position="absolute";k.style.top="30px";k.style.right="30px";k.style.color="gray";mxUtils.write(k,b.formatFileSize(e.length));c.appendChild(k); -var n=document.createElement("textarea");n.setAttribute("autocomplete","off");n.setAttribute("autocorrect","off");n.setAttribute("autocapitalize","off");n.setAttribute("spellcheck","false");n.style.marginTop="10px";n.style.resize="none";n.style.height="150px";n.style.width="440px";n.style.border="1px solid gray";n.value=mxResources.get("updatingDocument");c.appendChild(n);mxUtils.br(c);this.init=function(){window.setTimeout(function(){5E5>e.length?(n.value=e,n.focus(),mxClient.IS_GC||mxClient.IS_FF|| -5<=document.documentMode||mxClient.IS_QUIRKS?n.select():document.execCommand("selectAll",!1,null)):(n.setAttribute("readonly","true"),n.value=e.substring(0,340)+"... ("+mxResources.get("drawingTooLarge")+")")},0)};k=document.createElement("div");k.style.position="absolute";k.style.bottom="36px";k.style.right="32px";var p=null;!EmbedDialog.showPreviewOption||mxClient.IS_CHROMEAPP&&!m||navigator.standalone||!(m||mxClient.IS_SVG&&(null==document.documentMode||9<document.documentMode))||(p=mxUtils.button(mxResources.get(5E5> -e.length?"preview":"openInNewWindow"),function(){var a=5E5>e.length?n.value:e;if(null!=h)h(a);else if(m)try{var g=b.openLink(a);null!=g&&(null==d||0<d)&&window.setTimeout(mxUtils.bind(this,function(){null!=g&&null!=g.location.href&&g.location.href.substring(0,8)!=a.substring(0,8)&&(g.close(),b.handleError({message:mxResources.get("drawingTooLarge")}))}),d||500)}catch(u){b.handleError({message:u.message||mxResources.get("drawingTooLarge")})}else{var c=window.open().document;c.writeln("<html><head><title>"+ -encodeURIComponent(mxResources.get("preview"))+'</title><meta charset="utf-8"></head><body>'+e+"</body></html>");c.close()}}),p.className="geBtn",k.appendChild(p));if(!m||7500<e.length){var a=mxUtils.button(mxResources.get("download"),function(){b.hideDialog();b.saveData("embed.txt","txt",e,"text/plain")});a.className="geBtn";k.appendChild(a)}if(m&&(!b.isOffline()||mxClient.IS_CHROMEAPP)){if(51200>e.length){var g=mxUtils.button("",function(){try{var a="https://www.facebook.com/sharer.php?p[url]="+ -encodeURIComponent(n.value);b.openLink(a)}catch(t){b.handleError({message:t.message||mxResources.get("drawingTooLarge")})}}),a=document.createElement("img");a.setAttribute("src",Editor.facebookImage);a.setAttribute("width","18");a.setAttribute("height","18");a.setAttribute("border","0");g.appendChild(a);g.setAttribute("title",mxResources.get("facebook")+" ("+b.formatFileSize(51200)+" max)");g.style.verticalAlign="bottom";g.style.paddingTop="4px";g.style.minWidth="46px";g.className="geBtn";k.appendChild(g)}7168> -e.length&&(g=mxUtils.button("",function(){try{var a="https://twitter.com/intent/tweet?text="+encodeURIComponent("Check out the diagram I made using @drawio")+"&url="+encodeURIComponent(n.value);b.openLink(a)}catch(t){b.handleError({message:t.message||mxResources.get("drawingTooLarge")})}}),a=document.createElement("img"),a.setAttribute("src",Editor.tweetImage),a.setAttribute("width","18"),a.setAttribute("height","18"),a.setAttribute("border","0"),a.style.marginBottom="5px",g.appendChild(a),g.setAttribute("title", -mxResources.get("twitter")+" ("+b.formatFileSize(7168)+" max)"),g.style.verticalAlign="bottom",g.style.paddingTop="4px",g.style.minWidth="46px",g.className="geBtn",k.appendChild(g))}a=mxUtils.button(mxResources.get("close"),function(){b.hideDialog()});k.appendChild(a);g=mxUtils.button(mxResources.get("copy"),function(){n.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?n.select():document.execCommand("selectAll",!1,null);document.execCommand("copy");b.alert(mxResources.get("copiedToClipboard"))}); -5E5>e.length?mxClient.IS_SF||null!=document.documentMode?a.className="geBtn gePrimaryBtn":(k.appendChild(g),g.className="geBtn gePrimaryBtn",a.className="geBtn"):(k.appendChild(p),a.className="geBtn",p.className="geBtn gePrimaryBtn");c.appendChild(k);this.container=c};EmbedDialog.showPreviewOption=!0; -var GoogleSitesDialog=function(b,e){function d(){var b=null!=y.getTitle()?y.getTitle():this.defaultFilename;if(B.checked&&""!=t.value){var c="https://www.draw.io/gadget.xml?type=4&diagram="+encodeURIComponent(mxUtils.htmlEntities(t.value));null!=b&&(c+="&title="+encodeURIComponent(b));0<E.length&&(c+="&s="+E);""!=q.value&&"0"!=q.value&&(c+="&border="+q.value);""!=l.value&&(c+="&height="+l.value);c+="&pan="+(u.checked?"1":"0");c+="&zoom="+(v.checked?"1":"0");c+="&fit="+(w.checked?"1":"0");c+="&resize="+ -(f.checked?"1":"0");c+="&x0="+Number(g.value);c+="&y0="+p;h.mathEnabled&&(c+="&math=1");z.checked?c+="&edit=_blank":x.checked&&(c+="&edit="+encodeURIComponent(mxUtils.htmlEntities(window.location.href)));a.value=c}else y.constructor==DriveFile||y.constructor==DropboxFile?(c="https://www.draw.io/gadget.xml?embed=0&diagram=",""!=t.value?c+=encodeURIComponent(mxUtils.htmlEntities(t.value))+"&type=3":(c+=y.getHash().substring(1),c=y.constructor==DropboxFile?c+"&type=2":c+"&type=1"),null!=b&&(c+="&title="+ -encodeURIComponent(b)),""!=l.value&&(b=parseInt(l.value)+parseInt(g.value),c+="&height="+b),a.value=c):a.value=""}var c=document.createElement("div"),h=b.editor.graph,k=h.getGraphBounds(),m=h.view.scale,n=Math.floor(k.x/m-h.view.translate.x),p=Math.floor(k.y/m-h.view.translate.y);mxUtils.write(c,mxResources.get("googleGadget")+":");mxUtils.br(c);var a=document.createElement("input");a.setAttribute("type","text");a.style.marginBottom="8px";a.style.marginTop="2px";a.style.width="410px";c.appendChild(a); -mxUtils.br(c);this.init=function(){a.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?a.select():document.execCommand("selectAll",!1,null)};mxUtils.write(c,mxResources.get("top")+":");var g=document.createElement("input");g.setAttribute("type","text");g.setAttribute("size","4");g.style.marginRight="16px";g.style.marginLeft="4px";g.value=n;c.appendChild(g);mxUtils.write(c,mxResources.get("height")+":");var l=document.createElement("input");l.setAttribute("type", -"text");l.setAttribute("size","4");l.style.marginLeft="4px";l.value=Math.ceil(k.height/m);c.appendChild(l);mxUtils.br(c);k=document.createElement("hr");k.setAttribute("size","1");k.style.marginBottom="16px";k.style.marginTop="16px";c.appendChild(k);mxUtils.write(c,mxResources.get("publicDiagramUrl")+":");mxUtils.br(c);var t=document.createElement("input");t.setAttribute("type","text");t.setAttribute("size","28");t.style.marginBottom="8px";t.style.marginTop="2px";t.style.width="410px";t.value=e||""; -c.appendChild(t);mxUtils.br(c);mxUtils.write(c,mxResources.get("borderWidth")+":");var q=document.createElement("input");q.setAttribute("type","text");q.setAttribute("size","3");q.style.marginBottom="8px";q.style.marginLeft="4px";q.value="0";c.appendChild(q);mxUtils.br(c);var u=document.createElement("input");u.setAttribute("type","checkbox");u.setAttribute("checked","checked");u.defaultChecked=!0;u.style.marginLeft="16px";c.appendChild(u);mxUtils.write(c,mxResources.get("pan")+" ");var v=document.createElement("input"); +b.mode==App.MODE_TRELLO?d=mxResources.get("trello"):b.mode==App.MODE_DEVICE?d=mxResources.get("device"):b.mode==App.MODE_BROWSER&&(d=mxResources.get("browser"));mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||(g=function(c){m.style.marginBottom="24px";var d=document.createElement("a");d.setAttribute("href","javascript:void(0)");d.style.display="block";d.style.marginTop="6px";mxUtils.write(d,mxResources.get("signOut"));m.style.marginBottom="16px";k.style.paddingBottom="18px";mxEvent.addListener(d,"click", +function(){b.confirm(mxResources.get("areYouSure"),function(){c()})});k.appendChild(d)},c=null!=b.drive?b.drive.getUser():null,b.mode==App.MODE_GOOGLE&&null!=c?(m.style.marginBottom="24px",g=document.createElement("a"),g.setAttribute("href","javascript:void(0)"),g.style.display="block",g.style.marginTop="6px",mxUtils.write(g,mxResources.get("changeUser")+" ("+c.displayName+")"),m.style.marginBottom="16px",k.style.paddingBottom="18px",mxEvent.addListener(g,"click",function(){b.hideDialog();b.drive.clearUserId(); +b.drive.setUser(null);gapi.auth.signOut();b.setMode(App.MODE_GOOGLE);b.hideDialog();b.showSplash();b.drive.authorize(!1,mxUtils.bind(this,mxUtils.bind(this,function(){b.hideDialog();b.showSplash()})),mxUtils.bind(this,function(c){b.handleError(c,null,function(){b.hideDialog();b.showSplash()})}))}),k.appendChild(g)):b.mode==App.MODE_ONEDRIVE&&null!=b.oneDrive?g(function(){b.oneDrive.logout()}):b.mode==App.MODE_GITHUB&&null!=b.gitHub?g(function(){b.gitHub.logout();b.openLink("https://www.github.com/logout")}): +b.mode==App.MODE_TRELLO&&null!=b.trello?b.trello.isAuthorized()&&g(function(){b.trello.logout()}):b.mode==App.MODE_DROPBOX&&null!=b.dropbox&&g(function(){b.dropbox.logout();b.openLink("https://www.dropbox.com/logout")}),g=document.createElement("a"),g.setAttribute("href","javascript:void(0)"),g.style.display="block",g.style.marginTop="8px",mxUtils.write(g,mxResources.get("notUsingService",[d])),mxEvent.addListener(g,"click",function(){b.hideDialog(!1);b.setMode(null);b.clearMode();b.showSplash(!0)}), +k.appendChild(g));e.appendChild(k);this.container=e},ConfirmDialog=function(b,e,d,c,g,k,m,n,p){var a=document.createElement("div");a.style.textAlign="center";var f=document.createElement("div");f.style.padding="6px";f.style.overflow="auto";f.style.maxHeight="44px";mxClient.IS_QUIRKS&&(f.style.height="60px");mxUtils.write(f,e);a.appendChild(f);f=document.createElement("div");f.style.textAlign="center";f.style.whiteSpace="nowrap";var l=document.createElement("input");l.setAttribute("type","checkbox"); +k=mxUtils.button(k||mxResources.get("cancel"),function(){b.hideDialog();null!=c&&c(l.checked)});k.className="geBtn";null!=n&&(k.innerHTML=n+"<br>"+k.innerHTML,k.style.paddingBottom="8px",k.style.paddingTop="8px",k.style.height="auto",k.style.width="40%");b.editor.cancelFirst&&f.appendChild(k);g=mxUtils.button(g||mxResources.get("ok"),function(){b.hideDialog();null!=d&&d(l.checked)});f.appendChild(g);null!=m?(g.innerHTML=m+"<br>"+g.innerHTML+"<br>",g.style.paddingBottom="8px",g.style.paddingTop="8px", +g.style.height="auto",g.className="geBtn",g.style.width="40%"):g.className="geBtn gePrimaryBtn";b.editor.cancelFirst||f.appendChild(k);a.appendChild(f);p?(f.style.marginTop="10px",f=document.createElement("p"),f.style.marginTop="20px",f.appendChild(l),m=document.createElement("span"),mxUtils.write(m," "+mxResources.get("rememberThisSetting")),f.appendChild(m),a.appendChild(f),mxEvent.addListener(m,"click",function(a){l.checked=!l.checked;mxEvent.consume(a)})):f.style.marginTop="16px";this.container= +a},EmbedDialog=function(b,e,d,c,g,k){c=document.createElement("div");var m=/^https?:\/\//.test(e)||/^mailto:\/\//.test(e);null!=k?mxUtils.write(c,k):mxUtils.write(c,mxResources.get(5E5>e.length?m?"link":"mainEmbedNotice":"preview")+":");mxUtils.br(c);k=document.createElement("div");k.style.position="absolute";k.style.top="30px";k.style.right="30px";k.style.color="gray";mxUtils.write(k,b.formatFileSize(e.length));c.appendChild(k);var n=document.createElement("textarea");n.setAttribute("autocomplete", +"off");n.setAttribute("autocorrect","off");n.setAttribute("autocapitalize","off");n.setAttribute("spellcheck","false");n.style.marginTop="10px";n.style.resize="none";n.style.height="150px";n.style.width="440px";n.style.border="1px solid gray";n.value=mxResources.get("updatingDocument");c.appendChild(n);mxUtils.br(c);this.init=function(){window.setTimeout(function(){5E5>e.length?(n.value=e,n.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?n.select():document.execCommand("selectAll", +!1,null)):(n.setAttribute("readonly","true"),n.value=e.substring(0,340)+"... ("+mxResources.get("drawingTooLarge")+")")},0)};k=document.createElement("div");k.style.position="absolute";k.style.bottom="36px";k.style.right="32px";var p=null;!EmbedDialog.showPreviewOption||mxClient.IS_CHROMEAPP&&!m||navigator.standalone||!(m||mxClient.IS_SVG&&(null==document.documentMode||9<document.documentMode))||(p=mxUtils.button(mxResources.get(5E5>e.length?"preview":"openInNewWindow"),function(){var a=5E5>e.length? +n.value:e;if(null!=g)g(a);else if(m)try{var f=b.openLink(a);null!=f&&(null==d||0<d)&&window.setTimeout(mxUtils.bind(this,function(){null!=f&&null!=f.location.href&&f.location.href.substring(0,8)!=a.substring(0,8)&&(f.close(),b.handleError({message:mxResources.get("drawingTooLarge")}))}),d||500)}catch(t){b.handleError({message:t.message||mxResources.get("drawingTooLarge")})}else{var c=window.open().document;c.writeln("<html><head><title>"+encodeURIComponent(mxResources.get("preview"))+'</title><meta charset="utf-8"></head><body>'+ +e+"</body></html>");c.close()}}),p.className="geBtn",k.appendChild(p));if(!m||7500<e.length){var a=mxUtils.button(mxResources.get("download"),function(){b.hideDialog();b.saveData("embed.txt","txt",e,"text/plain")});a.className="geBtn";k.appendChild(a)}if(m&&(!b.isOffline()||mxClient.IS_CHROMEAPP)){if(51200>e.length){var f=mxUtils.button("",function(){try{var a="https://www.facebook.com/sharer.php?p[url]="+encodeURIComponent(n.value);b.openLink(a)}catch(q){b.handleError({message:q.message||mxResources.get("drawingTooLarge")})}}), +a=document.createElement("img");a.setAttribute("src",Editor.facebookImage);a.setAttribute("width","18");a.setAttribute("height","18");a.setAttribute("border","0");f.appendChild(a);f.setAttribute("title",mxResources.get("facebook")+" ("+b.formatFileSize(51200)+" max)");f.style.verticalAlign="bottom";f.style.paddingTop="4px";f.style.minWidth="46px";f.className="geBtn";k.appendChild(f)}7168>e.length&&(f=mxUtils.button("",function(){try{var a="https://twitter.com/intent/tweet?text="+encodeURIComponent("Check out the diagram I made using @drawio")+ +"&url="+encodeURIComponent(n.value);b.openLink(a)}catch(q){b.handleError({message:q.message||mxResources.get("drawingTooLarge")})}}),a=document.createElement("img"),a.setAttribute("src",Editor.tweetImage),a.setAttribute("width","18"),a.setAttribute("height","18"),a.setAttribute("border","0"),a.style.marginBottom="5px",f.appendChild(a),f.setAttribute("title",mxResources.get("twitter")+" ("+b.formatFileSize(7168)+" max)"),f.style.verticalAlign="bottom",f.style.paddingTop="4px",f.style.minWidth="46px", +f.className="geBtn",k.appendChild(f))}a=mxUtils.button(mxResources.get("close"),function(){b.hideDialog()});k.appendChild(a);f=mxUtils.button(mxResources.get("copy"),function(){n.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?n.select():document.execCommand("selectAll",!1,null);document.execCommand("copy");b.alert(mxResources.get("copiedToClipboard"))});5E5>e.length?mxClient.IS_SF||null!=document.documentMode?a.className="geBtn gePrimaryBtn":(k.appendChild(f), +f.className="geBtn gePrimaryBtn",a.className="geBtn"):(k.appendChild(p),a.className="geBtn",p.className="geBtn gePrimaryBtn");c.appendChild(k);this.container=c};EmbedDialog.showPreviewOption=!0; +var GoogleSitesDialog=function(b,e){function d(){var b=null!=y.getTitle()?y.getTitle():this.defaultFilename;if(C.checked&&""!=q.value){var c="https://www.draw.io/gadget.xml?type=4&diagram="+encodeURIComponent(mxUtils.htmlEntities(q.value));null!=b&&(c+="&title="+encodeURIComponent(b));0<D.length&&(c+="&s="+D);""!=u.value&&"0"!=u.value&&(c+="&border="+u.value);""!=l.value&&(c+="&height="+l.value);c+="&pan="+(t.checked?"1":"0");c+="&zoom="+(v.checked?"1":"0");c+="&fit="+(w.checked?"1":"0");c+="&resize="+ +(h.checked?"1":"0");c+="&x0="+Number(f.value);c+="&y0="+p;g.mathEnabled&&(c+="&math=1");z.checked?c+="&edit=_blank":x.checked&&(c+="&edit="+encodeURIComponent(mxUtils.htmlEntities(window.location.href)));a.value=c}else y.constructor==DriveFile||y.constructor==DropboxFile?(c="https://www.draw.io/gadget.xml?embed=0&diagram=",""!=q.value?c+=encodeURIComponent(mxUtils.htmlEntities(q.value))+"&type=3":(c+=y.getHash().substring(1),c=y.constructor==DropboxFile?c+"&type=2":c+"&type=1"),null!=b&&(c+="&title="+ +encodeURIComponent(b)),""!=l.value&&(b=parseInt(l.value)+parseInt(f.value),c+="&height="+b),a.value=c):a.value=""}var c=document.createElement("div"),g=b.editor.graph,k=g.getGraphBounds(),m=g.view.scale,n=Math.floor(k.x/m-g.view.translate.x),p=Math.floor(k.y/m-g.view.translate.y);mxUtils.write(c,mxResources.get("googleGadget")+":");mxUtils.br(c);var a=document.createElement("input");a.setAttribute("type","text");a.style.marginBottom="8px";a.style.marginTop="2px";a.style.width="410px";c.appendChild(a); +mxUtils.br(c);this.init=function(){a.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?a.select():document.execCommand("selectAll",!1,null)};mxUtils.write(c,mxResources.get("top")+":");var f=document.createElement("input");f.setAttribute("type","text");f.setAttribute("size","4");f.style.marginRight="16px";f.style.marginLeft="4px";f.value=n;c.appendChild(f);mxUtils.write(c,mxResources.get("height")+":");var l=document.createElement("input");l.setAttribute("type", +"text");l.setAttribute("size","4");l.style.marginLeft="4px";l.value=Math.ceil(k.height/m);c.appendChild(l);mxUtils.br(c);k=document.createElement("hr");k.setAttribute("size","1");k.style.marginBottom="16px";k.style.marginTop="16px";c.appendChild(k);mxUtils.write(c,mxResources.get("publicDiagramUrl")+":");mxUtils.br(c);var q=document.createElement("input");q.setAttribute("type","text");q.setAttribute("size","28");q.style.marginBottom="8px";q.style.marginTop="2px";q.style.width="410px";q.value=e||""; +c.appendChild(q);mxUtils.br(c);mxUtils.write(c,mxResources.get("borderWidth")+":");var u=document.createElement("input");u.setAttribute("type","text");u.setAttribute("size","3");u.style.marginBottom="8px";u.style.marginLeft="4px";u.value="0";c.appendChild(u);mxUtils.br(c);var t=document.createElement("input");t.setAttribute("type","checkbox");t.setAttribute("checked","checked");t.defaultChecked=!0;t.style.marginLeft="16px";c.appendChild(t);mxUtils.write(c,mxResources.get("pan")+" ");var v=document.createElement("input"); v.setAttribute("type","checkbox");v.setAttribute("checked","checked");v.defaultChecked=!0;v.style.marginLeft="8px";c.appendChild(v);mxUtils.write(c,mxResources.get("zoom")+" ");var x=document.createElement("input");x.setAttribute("type","checkbox");x.style.marginLeft="8px";x.setAttribute("title",window.location.href);c.appendChild(x);mxUtils.write(c,mxResources.get("edit")+" ");var z=document.createElement("input");z.setAttribute("type","checkbox");z.style.marginLeft="8px";c.appendChild(z);mxUtils.write(c, -mxResources.get("asNew")+" ");mxUtils.br(c);var f=document.createElement("input");f.setAttribute("type","checkbox");f.setAttribute("checked","checked");f.defaultChecked=!0;f.style.marginLeft="16px";c.appendChild(f);mxUtils.write(c,mxResources.get("resize")+" ");var w=document.createElement("input");w.setAttribute("type","checkbox");w.style.marginLeft="8px";c.appendChild(w);mxUtils.write(c,mxResources.get("fit")+" ");var B=document.createElement("input");B.setAttribute("type","checkbox");B.style.marginLeft= -"8px";c.appendChild(B);mxUtils.write(c,mxResources.get("embed")+" ");var E=b.getBasenames().join(";"),y=b.getCurrentFile();mxEvent.addListener(u,"change",d);mxEvent.addListener(v,"change",d);mxEvent.addListener(f,"change",d);mxEvent.addListener(w,"change",d);mxEvent.addListener(x,"change",d);mxEvent.addListener(z,"change",d);mxEvent.addListener(B,"change",d);mxEvent.addListener(l,"change",d);mxEvent.addListener(g,"change",d);mxEvent.addListener(q,"change",d);mxEvent.addListener(t,"change",d);d(); +mxResources.get("asNew")+" ");mxUtils.br(c);var h=document.createElement("input");h.setAttribute("type","checkbox");h.setAttribute("checked","checked");h.defaultChecked=!0;h.style.marginLeft="16px";c.appendChild(h);mxUtils.write(c,mxResources.get("resize")+" ");var w=document.createElement("input");w.setAttribute("type","checkbox");w.style.marginLeft="8px";c.appendChild(w);mxUtils.write(c,mxResources.get("fit")+" ");var C=document.createElement("input");C.setAttribute("type","checkbox");C.style.marginLeft= +"8px";c.appendChild(C);mxUtils.write(c,mxResources.get("embed")+" ");var D=b.getBasenames().join(";"),y=b.getCurrentFile();mxEvent.addListener(t,"change",d);mxEvent.addListener(v,"change",d);mxEvent.addListener(h,"change",d);mxEvent.addListener(w,"change",d);mxEvent.addListener(x,"change",d);mxEvent.addListener(z,"change",d);mxEvent.addListener(C,"change",d);mxEvent.addListener(l,"change",d);mxEvent.addListener(f,"change",d);mxEvent.addListener(u,"change",d);mxEvent.addListener(q,"change",d);d(); mxEvent.addListener(a,"click",function(){a.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?a.select():document.execCommand("selectAll",!1,null)});k=document.createElement("div");k.style.paddingTop="12px";k.style.textAlign="right";m=mxUtils.button(mxResources.get("close"),function(){b.hideDialog()});m.className="geBtn gePrimaryBtn";k.appendChild(m);c.appendChild(k);this.container=c},CreateGraphDialog=function(b,e,d){var c=document.createElement("div");c.style.textAlign= "right";this.init=function(){var e=document.createElement("div");e.style.position="relative";e.style.border="1px solid gray";e.style.width="100%";e.style.height="360px";e.style.overflow="hidden";e.style.marginBottom="16px";mxEvent.disableContextMenu(e);c.appendChild(e);var k=new Graph(e);k.setCellsCloneable(!0);k.setPanning(!0);k.setAllowDanglingEdges(!1);k.connectionHandler.select=!1;k.view.setTranslate(20,20);k.border=20;k.panningHandler.useLeftButtonForPanning=!0;var m="curved=1;";k.cellRenderer.installCellOverlayListeners= -function(a,b,g){mxCellRenderer.prototype.installCellOverlayListeners.apply(this,arguments);mxEvent.addListener(g.node,mxClient.IS_POINTER?"pointerdown":"mousedown",function(f){b.fireEvent(new mxEventObject("pointerdown","event",f,"state",a))});!mxClient.IS_POINTER&&mxClient.IS_TOUCH&&mxEvent.addListener(g.node,"touchstart",function(f){b.fireEvent(new mxEventObject("pointerdown","event",f,"state",a))})};k.getAllConnectionConstraints=function(){return null};k.connectionHandler.marker.highlight.keepOnTop= -!1;k.connectionHandler.createEdgeState=function(a){a=k.createEdge(null,null,null,null,null,m);return new mxCellState(this.graph.view,a,this.graph.getCellStyle(a))};var n=k.getDefaultParent(),p=mxUtils.bind(this,function(a){var b=new mxCellOverlay(this.connectImage,"Add outgoing");b.cursor="hand";b.addListener(mxEvent.CLICK,function(b,f){k.connectionHandler.reset();k.clearSelection();var g=k.getCellGeometry(a),c;l(function(){c=k.insertVertex(n,null,"Entry",g.x,g.y,80,30,"rounded=1;");p(c);k.view.refresh(c); -k.insertEdge(n,null,"",a,c,m)},function(){k.scrollCellToVisible(c)})});b.addListener("pointerdown",function(a,f){var b=f.getProperty("event"),g=f.getProperty("state");k.popupMenuHandler.hideMenu();k.stopEditing(!1);var c=mxUtils.convertPoint(k.container,mxEvent.getClientX(b),mxEvent.getClientY(b));k.connectionHandler.start(g,c.x,c.y);k.isMouseDown=!0;k.isMouseTrigger=mxEvent.isMouseEvent(b);mxEvent.consume(b)});k.addCellOverlay(a,b)});k.getModel().beginUpdate();var a;try{a=k.insertVertex(n,null,"Start", -0,0,80,30,"ellipse"),p(a)}finally{k.getModel().endUpdate()}var g;"horizontalTree"==d?(g=new mxCompactTreeLayout(k),g.edgeRouting=!1,g.levelDistance=30,m="edgeStyle=elbowEdgeStyle;elbow=horizontal;"):"verticalTree"==d?(g=new mxCompactTreeLayout(k,!1),g.edgeRouting=!1,g.levelDistance=30,m="edgeStyle=elbowEdgeStyle;elbow=vertical;"):"radialTree"==d?(g=new mxRadialTreeLayout(k,!1),g.edgeRouting=!1,g.levelDistance=80):"verticalFlow"==d?g=new mxHierarchicalLayout(k,mxConstants.DIRECTION_NORTH):"horizontalFlow"== -d?g=new mxHierarchicalLayout(k,mxConstants.DIRECTION_WEST):"organic"==d?(g=new mxFastOrganicLayout(k,!1),g.forceConstant=80):"circle"==d&&(g=new mxCircleLayout(k));if(null!=g){var l=function(b,c){k.getModel().beginUpdate();try{null!=b&&b(),g.execute(k.getDefaultParent(),a)}catch(f){throw f;}finally{var l=new mxMorphing(k);l.addListener(mxEvent.DONE,mxUtils.bind(this,function(){k.getModel().endUpdate();null!=c&&c()}));l.startAnimation()}},t=mxEdgeHandler.prototype.connect;mxEdgeHandler.prototype.connect= -function(a,b,g,f,c){t.apply(this,arguments);l()};k.resizeCell=function(){mxGraph.prototype.resizeCell.apply(this,arguments);l()};k.connectionHandler.addListener(mxEvent.CONNECT,function(){l()})}var q=mxUtils.button(mxResources.get("close"),function(){b.confirm(mxResources.get("areYouSure"),function(){null!=e.parentNode&&(k.destroy(),e.parentNode.removeChild(e));b.hideDialog()})});q.className="geBtn";b.editor.cancelFirst&&c.appendChild(q);var u=mxUtils.button(mxResources.get("insert"),function(){k.clearCellOverlays(); -var a=b.editor.graph.getFreeInsertPoint(),a=b.editor.graph.importCells(k.getModel().getChildren(k.getDefaultParent()),a.x,a.y),g=b.editor.graph.view,c=g.getBounds(a);c.x-=g.translate.x;c.y-=g.translate.y;b.editor.graph.scrollRectToVisible(c);b.editor.graph.setSelectionCells(a);null!=e.parentNode&&(k.destroy(),e.parentNode.removeChild(e));b.hideDialog()});c.appendChild(u);u.className="geBtn gePrimaryBtn";b.editor.cancelFirst||c.appendChild(q)};this.container=c}; +function(a,b,f){mxCellRenderer.prototype.installCellOverlayListeners.apply(this,arguments);mxEvent.addListener(f.node,mxClient.IS_POINTER?"pointerdown":"mousedown",function(h){b.fireEvent(new mxEventObject("pointerdown","event",h,"state",a))});!mxClient.IS_POINTER&&mxClient.IS_TOUCH&&mxEvent.addListener(f.node,"touchstart",function(h){b.fireEvent(new mxEventObject("pointerdown","event",h,"state",a))})};k.getAllConnectionConstraints=function(){return null};k.connectionHandler.marker.highlight.keepOnTop= +!1;k.connectionHandler.createEdgeState=function(a){a=k.createEdge(null,null,null,null,null,m);return new mxCellState(this.graph.view,a,this.graph.getCellStyle(a))};var n=k.getDefaultParent(),p=mxUtils.bind(this,function(a){var b=new mxCellOverlay(this.connectImage,"Add outgoing");b.cursor="hand";b.addListener(mxEvent.CLICK,function(b,h){k.connectionHandler.reset();k.clearSelection();var f=k.getCellGeometry(a),c;l(function(){c=k.insertVertex(n,null,"Entry",f.x,f.y,80,30,"rounded=1;");p(c);k.view.refresh(c); +k.insertEdge(n,null,"",a,c,m)},function(){k.scrollCellToVisible(c)})});b.addListener("pointerdown",function(a,b){var h=b.getProperty("event"),f=b.getProperty("state");k.popupMenuHandler.hideMenu();k.stopEditing(!1);var c=mxUtils.convertPoint(k.container,mxEvent.getClientX(h),mxEvent.getClientY(h));k.connectionHandler.start(f,c.x,c.y);k.isMouseDown=!0;k.isMouseTrigger=mxEvent.isMouseEvent(h);mxEvent.consume(h)});k.addCellOverlay(a,b)});k.getModel().beginUpdate();var a;try{a=k.insertVertex(n,null,"Start", +0,0,80,30,"ellipse"),p(a)}finally{k.getModel().endUpdate()}var f;"horizontalTree"==d?(f=new mxCompactTreeLayout(k),f.edgeRouting=!1,f.levelDistance=30,m="edgeStyle=elbowEdgeStyle;elbow=horizontal;"):"verticalTree"==d?(f=new mxCompactTreeLayout(k,!1),f.edgeRouting=!1,f.levelDistance=30,m="edgeStyle=elbowEdgeStyle;elbow=vertical;"):"radialTree"==d?(f=new mxRadialTreeLayout(k,!1),f.edgeRouting=!1,f.levelDistance=80):"verticalFlow"==d?f=new mxHierarchicalLayout(k,mxConstants.DIRECTION_NORTH):"horizontalFlow"== +d?f=new mxHierarchicalLayout(k,mxConstants.DIRECTION_WEST):"organic"==d?(f=new mxFastOrganicLayout(k,!1),f.forceConstant=80):"circle"==d&&(f=new mxCircleLayout(k));if(null!=f){var l=function(b,c){k.getModel().beginUpdate();try{null!=b&&b(),f.execute(k.getDefaultParent(),a)}catch(h){throw h;}finally{var l=new mxMorphing(k);l.addListener(mxEvent.DONE,mxUtils.bind(this,function(){k.getModel().endUpdate();null!=c&&c()}));l.startAnimation()}},q=mxEdgeHandler.prototype.connect;mxEdgeHandler.prototype.connect= +function(a,b,f,h,c){q.apply(this,arguments);l()};k.resizeCell=function(){mxGraph.prototype.resizeCell.apply(this,arguments);l()};k.connectionHandler.addListener(mxEvent.CONNECT,function(){l()})}var u=mxUtils.button(mxResources.get("close"),function(){b.confirm(mxResources.get("areYouSure"),function(){null!=e.parentNode&&(k.destroy(),e.parentNode.removeChild(e));b.hideDialog()})});u.className="geBtn";b.editor.cancelFirst&&c.appendChild(u);var t=mxUtils.button(mxResources.get("insert"),function(){k.clearCellOverlays(); +var a=b.editor.graph.getFreeInsertPoint(),a=b.editor.graph.importCells(k.getModel().getChildren(k.getDefaultParent()),a.x,a.y),f=b.editor.graph.view,c=f.getBounds(a);c.x-=f.translate.x;c.y-=f.translate.y;b.editor.graph.scrollRectToVisible(c);b.editor.graph.setSelectionCells(a);null!=e.parentNode&&(k.destroy(),e.parentNode.removeChild(e));b.hideDialog()});c.appendChild(t);t.className="geBtn gePrimaryBtn";b.editor.cancelFirst||c.appendChild(u)};this.container=c}; CreateGraphDialog.prototype.connectImage=new mxImage(mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjQ3OTk0QjMyRDcyMTFFNThGQThGNDVBMjNBMjFDMzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjQ3OTk0QjQyRDcyMTFFNThGQThGNDVBMjNBMjFDMzkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjA0N0I2MjJENzExMUU1OEZBOEY0NUEyM0EyMUMzOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNDc5OTRCMjJENzIxMUU1OEZBOEY0NUEyM0EyMUMzOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjIf+MgAAATlSURBVHjanFZraFxFFD735u4ru3ls0yZG26ShgmJoKK1J2vhIYzBgRdtIURHyw1hQUH9IxIgI2h8iCEUF/1RRlNQYCsYfCTHVhiTtNolpZCEStqSC22xIsrs1bDfu7t37Gs/cO3Ozxs1DBw73zpk555vzmHNGgJ0NYatFgmNLYUHYUoHASMz5ijmgVLmxgfKCUiBxC4ACJAeSG8nb1dVVOTc3dyoSibwWDofPBIPBJzo7O8vpGtvjpDICGztxkciECpF2LS0tvZtOpwNkk5FKpcYXFxffwL1+JuPgllPj8nk1F6RoaGjoKCqZ5ApljZDZO4SMRA0SuG2QUJIQRV8HxMOM9vf3H0ZZH9Nhg20MMl2QkFwjIyNHWlpahtADnuUMwLcRHX5aNSBjCJYEsSSLUeLEbhGe3ytCmQtA1/XY+Pj46dbW1iDuyCJp9BC5ycBj4hoeHq5ra2sbw0Xn1ZgBZ+dVkA1Lc+6p0Ck2p0QS4Ox9EhwpEylYcmBg4LH29vYQLilIOt0u5FhDfevNZDI/u93uw6PLOrwTUtjxrbPYbhD42WgMrF8JmR894ICmCgnQjVe8Xu8pXEkzMJKbuo5oNPomBbm1ZsD7s2kwFA1JZ6QBUXWT1nmGNc/qoMgavDcrQzxjQGFh4aOYIJ0sFAXcEtui4uLiVjr5KpSBVFYDDZVrWUaKRRWSAYeK0fmKykgDXbVoNaPChRuyqdDv97czL5nXxQbq6empQmsaklkDBiNpSwFVrmr2P6UyicD5piI4f8wHh0oEm8/p4h8pyGiEWvVQd3e3nxtjAzU1NR2jP7NRBWQ8GbdEzzJAmc0V3RR4cI8Dvmwuhc8fKUFA0d6/ltHg5p+Kuaejo6OeY0jcNJ/PV00ZS0nFUoZRvvFS1bZFsKHCCQ2Pl8H0chY+C96B6ZUsrCQ1qKtwQVFRURW/QhIXMAzDPAZ6BgOr8tTa8dDxCmiYGApaJbJMxSzV+brE8pdgWkcpY5dbMF1AR9XH8/xu2ilef48bvn92n82ZwHh+8ssqTEXS9p7dHisiiURikd8PbpExNTU1UVNTA3V3Y7lC16n0gpB/NwpNcZjfa7dScC4Qh0kOQCwnlEgi3F/hMVl9fX0zvKrzSk2lfXjRhj0eT/2rvWG4+Pta3oJY7XfC3hInXAv/ldeFLx8shQ+eqQL0UAAz7ylkpej5eNZRVBWL6BU6ef14OYiY1oqyTtmsavr/5koaRucT1pzx+ZpL1+GV5nLutksUgIcmtwTRiuuVZXnU5XId7A2swJkfFsymRWC91hHg1Viw6x23+7vn9sPJ+j20BE1hCXqSWaNSQ8ScbknRZWxub1PGCw/fBV+c3AeijlUbY5bBjEqr9GuYZP4jP41WudGSC6erTRCqdGZm5i1WvXWeDHnbBCZGc2Nj4wBl/hZOwrmBBfgmlID1HmGJutHaF+tKoevp/XCgstDkjo2NtWKLuc6AVN4mNjY+s1XQxoenOoFuDPHGtnRbJj9ej5GvL0dI7+giuRyMk1giazc+DP6vgUDgOJVlOv7R+PJ12QIeL6SyeDz+Kfp8ZrNWjgDTsVjsQ7qXyTjztXJhm9ePxFLfMTg4eG9tbe1RTP9KFFYQfHliYmIS69kCC7jKYmKwxxD5P88tkVkqbPPcIps9t4T/+HjcuJ/s5BFJgf4WYABCtxGuxIZ90gAAAABJRU5ErkJggg==": IMAGE_PATH+"/handle-connect.png",26,26); -var BackgroundImageDialog=function(b,e){var d=document.createElement("div");d.style.whiteSpace="nowrap";var c=document.createElement("h2");mxUtils.write(c,mxResources.get("backgroundImage"));c.style.marginTop="0px";d.appendChild(c);mxUtils.write(d,mxResources.get("image")+" "+mxResources.get("url")+":");mxUtils.br(d);var c=b.editor.graph.backgroundImage,h=document.createElement("input");h.setAttribute("type","text");h.style.marginTop="4px";h.style.marginBottom="4px";h.style.width="350px";h.value= -null!=c?c.src:"";var k=!1,m=function(){k||""==h.value||b.isOffline()?(n.value="",p.value=""):b.loadImage(mxUtils.trim(h.value),function(a){n.value=a.width;p.value=a.height},function(){b.showError(mxResources.get("error"),mxResources.get("fileNotFound"),mxResources.get("ok"));h.value="";n.value="";p.value=""})};this.init=function(){h.focus();if(Graph.fileSupport){h.setAttribute("placeholder",mxResources.get("dragImagesHere"));var a=d.parentNode,g=null;mxEvent.addListener(a,"dragleave",function(a){null!= -g&&(g.parentNode.removeChild(g),g=null);a.stopPropagation();a.preventDefault()});mxEvent.addListener(a,"dragover",mxUtils.bind(this,function(c){null==g&&(!mxClient.IS_IE||10<document.documentMode)&&(g=b.highlightElement(a));c.stopPropagation();c.preventDefault()}));mxEvent.addListener(a,"drop",mxUtils.bind(this,function(a){null!=g&&(g.parentNode.removeChild(g),g=null);if(0<a.dataTransfer.files.length)b.importFiles(a.dataTransfer.files,0,0,b.maxBackgroundSize,function(a,b,g,f,c,l){h.value=a;m()},function(){}, -function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},!0,b.maxBackgroundBytes,b.maxBackgroundBytes);else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var c=a.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(c)&&(h.value=decodeURIComponent(c),m())}a.stopPropagation();a.preventDefault()}),!1)}};d.appendChild(h);mxUtils.br(d);mxUtils.br(d);mxUtils.write(d,mxResources.get("width")+":");var n=document.createElement("input"); -n.setAttribute("type","text");n.style.width="60px";n.style.marginLeft="4px";n.style.marginRight="16px";n.value=null!=c?c.width:"";d.appendChild(n);mxUtils.write(d,mxResources.get("height")+":");var p=document.createElement("input");p.setAttribute("type","text");p.style.width="60px";p.style.marginLeft="4px";p.style.marginRight="16px";p.value=null!=c?c.height:"";d.appendChild(p);c=mxUtils.button(mxResources.get("reset"),function(){h.value="";n.value="";p.value="";k=!1});mxEvent.addListener(c,"mousedown", -function(){k=!0});mxEvent.addListener(c,"touchstart",function(){k=!0});c.className="geBtn";c.width="100";d.appendChild(c);mxUtils.br(d);mxEvent.addListener(h,"change",m);ImageDialog.filePicked=function(a){a.action==google.picker.Action.PICKED&&null!=a.docs[0].thumbnails&&(a=a.docs[0].thumbnails[a.docs[0].thumbnails.length-1],null!=a&&(h.value=a.url,m()));h.focus()};c=document.createElement("div");c.style.marginTop="40px";c.style.textAlign="right";var a=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()}); -a.className="geBtn";b.editor.cancelFirst&&c.appendChild(a);if(!b.isOffline()&&"undefined"!=typeof google&&"undefined"!=typeof google.picker&&window.self===window.top){var g=mxUtils.button(mxResources.get("search"),function(){if(null==b.imageSearchPicker){var a=(new google.picker.PickerBuilder).setLocale(mxLanguage).addView(google.picker.ViewId.IMAGE_SEARCH).enableFeature(google.picker.Feature.NAV_HIDDEN);b.imageSearchPicker=a.setCallback(function(a){ImageDialog.filePicked(a)}).build()}b.imageSearchPicker.setVisible(!0)}); -g.className="geBtn";c.appendChild(g);null!=b.drive&&"1"==urlParams.photos&&(g=mxUtils.button(mxResources.get("googlePlus"),function(){b.spinner.spin(document.body,mxResources.get("authorizing"))&&b.drive.checkToken(mxUtils.bind(this,function(){b.spinner.stop();if(null==b.photoPicker){var a=gapi.auth.getToken().access_token,a=(new google.picker.PickerBuilder).setAppId(b.drive.appId).setLocale(mxLanguage).setOAuthToken(a).addView(google.picker.ViewId.PHOTOS).addView(google.picker.ViewId.PHOTO_ALBUMS).addView(google.picker.ViewId.PHOTO_UPLOAD); -b.photoPicker=a.setCallback(function(a){ImageDialog.filePicked(a)}).build()}b.photoPicker.setVisible(!0)}))}),g.className="geBtn",c.appendChild(g))}g=mxUtils.button(mxResources.get("apply"),function(){b.hideDialog();e(""!=h.value?new mxImage(mxUtils.trim(h.value),n.value,p.value):null)});g.className="geBtn gePrimaryBtn";c.appendChild(g);b.editor.cancelFirst||c.appendChild(a);d.appendChild(c);this.container=d},ParseDialog=function(b,e,d){function c(a,g){var c=a.split("\n");if("plantUmlPng"==g||"plantUmlSvg"== -g||"plantUmlTxt"==g){var c="plantUmlTxt"==g?PLANT_URL+"/txt/":"plantUmlPng"==g?PLANT_URL+"/png/":PLANT_URL+"/svg/",l=b.editor.graph;if(b.spinner.spin(document.body,mxResources.get("inserting"))){var d=function(a){if(10>a)return String.fromCharCode(48+a);a-=10;if(26>a)return String.fromCharCode(65+a);a-=26;if(26>a)return String.fromCharCode(97+a);a-=26;return 0==a?"-":1==a?"_":"?"},e=function(a,f,b){c1=a>>2;c2=(a&3)<<4|f>>4;c3=(f&15)<<2|b>>6;c4=b&63;r="";r+=d(c1&63);r+=d(c2&63);r+=d(c3&63);return r+= -d(c4&63)},f=new XMLHttpRequest;f.open("GET",c+function(a){r="";for(h=0;h<a.length;h+=3)r=h+2==a.length?r+e(a.charCodeAt(h),a.charCodeAt(h+1),0):h+1==a.length?r+e(a.charCodeAt(h),0,0):r+e(a.charCodeAt(h),a.charCodeAt(h+1),a.charCodeAt(h+2));return r}(l.bytesToString(pako.deflateRaw(unescape(encodeURIComponent(a))))),!0);"plantUmlTxt"!=g&&(f.responseType="blob");f.onload=function(f){if(200<=this.status&&300>this.status)if("plantUmlTxt"==g){b.spinner.stop();l.getModel().beginUpdate();try{cell=l.insertVertex(null, -null,"<pre>"+this.response+"</pre>",k.x,k.y,1,1,"text;html=1;overflow=fill;"),l.updateCellSize(cell,!0)}finally{l.getModel().endUpdate()}l.setSelectionCell(cell);l.scrollCellToVisible(l.getSelectionCell())}else f=new FileReader,f.readAsDataURL(this.response),f.onload=function(f){var g=new Image;g.onload=function(){b.spinner.stop();var c=g.width,w=g.height;if(0==c&&0==w){var d=f.target.result,q=d.indexOf(","),d=decodeURIComponent(escape(atob(d.substring(q+1)))),d=mxUtils.parseXml(d).getElementsByTagName("svg"); -0<d.length&&(c=parseFloat(d[0].getAttribute("width")),w=parseFloat(d[0].getAttribute("height")))}l.getModel().beginUpdate();try{cell=l.insertVertex(null,null,a,k.x,k.y,c,w,"shape=image;noLabel=1;verticalAlign=top;aspect=fixed;imageAspect=0;image="+b.convertDataUri(f.target.result)+";")}finally{l.getModel().endUpdate()}l.setSelectionCell(cell);l.scrollCellToVisible(l.getSelectionCell())};g.src=f.target.result},f.onerror=function(a){b.handleError(a)};else b.spinner.stop(),b.handleError(f)};f.onerror= -function(a){b.handleError(a)};f.send()}}else if("table"==g){for(var w=null,q=[],t=0,h=0;h<c.length;h++)if(f=mxUtils.trim(c[h]),"create table"==f.substring(0,12).toLowerCase())f=mxUtils.trim(f.substring(12)),"("==f.charAt(f.length-1)&&(f=f.substring(0,f.lastIndexOf(" "))),w=new mxCell(f,new mxGeometry(t,0,160,26),"swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=26;fillColor=#e0e0e0;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;swimlaneFillColor=#ffffff;align=center;"), -w.vertex=!0,q.push(w),f=b.editor.graph.getPreferredSizeForCell(n),null!=f&&(w.geometry.width=f.width+10);else if(null!=w&&")"==f.charAt(0))t+=w.geometry.width+40,w=null;else if("("!=f&&null!=w&&(f=f.substring(0,","==f.charAt(f.length-1)?f.length-1:f.length),"primary key"!=f.substring(0,11).toLowerCase())){var m=f.toLowerCase().indexOf("primary key"),f=f.replace(/primary key/i,""),n=new mxCell(f,new mxGeometry(0,0,90,26),"shape=partialRectangle;top=0;left=0;right=0;bottom=0;align=left;verticalAlign=top;spacingTop=-2;fillColor=none;spacingLeft=34;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;dropTarget=0;"); -n.vertex=!0;f=sb.cloneCell(n,0<m?"PK":"");f.connectable=!1;f.style="shape=partialRectangle;top=0;left=0;bottom=0;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[];portConstraint=eastwest;part=1;";f.geometry.width=30;f.geometry.height=26;n.insert(f);f=b.editor.graph.getPreferredSizeForCell(n);null!=f&&w.geometry.width<f.width+10&&(w.geometry.width=Math.min(220,f.width+10));w.insert(n);w.geometry.height+=26}0<q.length&&(l=b.editor.graph, -c=l.view,f=l.getGraphBounds(),l.setSelectionCells(l.importCells(q,Math.ceil(Math.max(0,f.x/c.scale-c.translate.x)+4*l.gridSize),Math.ceil(Math.max(0,(f.y+f.height)/c.scale-c.translate.y)+4*l.gridSize))),l.scrollCellToVisible(l.getSelectionCell()))}else if("list"==g){if(0<c.length){l=b.editor.graph;w=new mxCell(c[0],new mxGeometry(0,0,160,30),"swimlane;fontStyle=1;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;swimlaneFillColor=#ffffff;"); -w.vertex=!0;f=l.getPreferredSizeForCell(w);null!=f&&w.geometry.width<f.width+10&&(w.geometry.width=f.width+10);n=[w];if(1<c.length)for(h=1;h<c.length;h++)"--"==c[h]?(f=new mxCell("",new mxGeometry(0,0,40,8),"line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;"),f.vertex=!0,w.geometry.height+=f.geometry.height,w.insert(f),n.push(f)):0<c[h].length&&";"!=c[h].charAt(0)&&(t=new mxCell(c[h], -new mxGeometry(0,0,60,26),"text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),t.vertex=!0,f=l.getPreferredSizeForCell(t),null!=f&&t.geometry.width<f.width&&(t.geometry.width=f.width),w.geometry.width=Math.max(w.geometry.width,t.geometry.width),w.geometry.height+=t.geometry.height,w.insert(t),n.push(t));l.getModel().beginUpdate();try{w=l.importCells([w],k.x,k.y)[0],l.fireEvent(new mxEventObject("cellsInserted", -"cells",[w].concat(w.children)))}finally{l.getModel().endUpdate()}l.setSelectionCell(w);l.scrollCellToVisible(l.getSelectionCell())}}else{for(var n=function(a){var f=p[a];null==f&&(f=new mxCell(a,new mxGeometry(0,0,80,30),"whiteSpace=wrap;html=1;"),f.vertex=!0,p[a]=f,q.push(f));return f},p={},q=[],h=0;h<c.length;h++)if(";"!=c[h].charAt(0)){var I=c[h].split("->");2<=I.length&&(t=n(I[0]),m=n(I[I.length-1]),I=new mxCell(2<I.length?I[1]:"",new mxGeometry),I.edge=!0,t.insertEdge(I,!0),m.insertEdge(I,!1), -q.push(I))}if(0<q.length){c=document.createElement("div");c.style.visibility="hidden";document.body.appendChild(c);l=new Graph(c);l.getModel().beginUpdate();try{q=l.importCells(q);for(h=0;h<q.length;h++)l.getModel().isVertex(q[h])&&(f=l.getPreferredSizeForCell(q[h]),q[h].geometry.width=Math.max(q[h].geometry.width,f.width),q[h].geometry.height=Math.max(q[h].geometry.height,f.height));w=new mxFastOrganicLayout(l);w.disableEdgeStyle=!1;w.forceConstant=120;w.execute(l.getDefaultParent())}finally{l.getModel().endUpdate()}l.clearCellOverlays(); -n=[];b.editor.graph.getModel().beginUpdate();try{n=b.editor.graph.importCells(l.getModel().getChildren(l.getDefaultParent()),k.x,k.y),b.editor.graph.fireEvent(new mxEventObject("cellsInserted","cells",n))}finally{b.editor.graph.getModel().endUpdate()}b.editor.graph.setSelectionCells(n);b.editor.graph.scrollCellToVisible(b.editor.graph.getSelectionCell());l.destroy();c.parentNode.removeChild(c)}}}function h(){return"list"==n.value?"Person\n-name: String\n-birthDate: Date\n--\n+getName(): String\n+setName(String): void\n+isBirthday(): boolean": +var BackgroundImageDialog=function(b,e){var d=document.createElement("div");d.style.whiteSpace="nowrap";var c=document.createElement("h2");mxUtils.write(c,mxResources.get("backgroundImage"));c.style.marginTop="0px";d.appendChild(c);mxUtils.write(d,mxResources.get("image")+" "+mxResources.get("url")+":");mxUtils.br(d);var c=b.editor.graph.backgroundImage,g=document.createElement("input");g.setAttribute("type","text");g.style.marginTop="4px";g.style.marginBottom="4px";g.style.width="350px";g.value= +null!=c?c.src:"";var k=!1,m=function(){k||""==g.value||b.isOffline()?(n.value="",p.value=""):b.loadImage(mxUtils.trim(g.value),function(a){n.value=a.width;p.value=a.height},function(){b.showError(mxResources.get("error"),mxResources.get("fileNotFound"),mxResources.get("ok"));g.value="";n.value="";p.value=""})};this.init=function(){g.focus();if(Graph.fileSupport){g.setAttribute("placeholder",mxResources.get("dragImagesHere"));var a=d.parentNode,f=null;mxEvent.addListener(a,"dragleave",function(a){null!= +f&&(f.parentNode.removeChild(f),f=null);a.stopPropagation();a.preventDefault()});mxEvent.addListener(a,"dragover",mxUtils.bind(this,function(c){null==f&&(!mxClient.IS_IE||10<document.documentMode)&&(f=b.highlightElement(a));c.stopPropagation();c.preventDefault()}));mxEvent.addListener(a,"drop",mxUtils.bind(this,function(a){null!=f&&(f.parentNode.removeChild(f),f=null);if(0<a.dataTransfer.files.length)b.importFiles(a.dataTransfer.files,0,0,b.maxBackgroundSize,function(a,b,f,h,c,l){g.value=a;m()},function(){}, +function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},!0,b.maxBackgroundBytes,b.maxBackgroundBytes);else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var c=a.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(c)&&(g.value=decodeURIComponent(c),m())}a.stopPropagation();a.preventDefault()}),!1)}};d.appendChild(g);mxUtils.br(d);mxUtils.br(d);mxUtils.write(d,mxResources.get("width")+":");var n=document.createElement("input"); +n.setAttribute("type","text");n.style.width="60px";n.style.marginLeft="4px";n.style.marginRight="16px";n.value=null!=c?c.width:"";d.appendChild(n);mxUtils.write(d,mxResources.get("height")+":");var p=document.createElement("input");p.setAttribute("type","text");p.style.width="60px";p.style.marginLeft="4px";p.style.marginRight="16px";p.value=null!=c?c.height:"";d.appendChild(p);c=mxUtils.button(mxResources.get("reset"),function(){g.value="";n.value="";p.value="";k=!1});mxEvent.addListener(c,"mousedown", +function(){k=!0});mxEvent.addListener(c,"touchstart",function(){k=!0});c.className="geBtn";c.width="100";d.appendChild(c);mxUtils.br(d);mxEvent.addListener(g,"change",m);ImageDialog.filePicked=function(a){a.action==google.picker.Action.PICKED&&null!=a.docs[0].thumbnails&&(a=a.docs[0].thumbnails[a.docs[0].thumbnails.length-1],null!=a&&(g.value=a.url,m()));g.focus()};c=document.createElement("div");c.style.marginTop="40px";c.style.textAlign="right";var a=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()}); +a.className="geBtn";b.editor.cancelFirst&&c.appendChild(a);if(!b.isOffline()&&"undefined"!=typeof google&&"undefined"!=typeof google.picker&&window.self===window.top){var f=mxUtils.button(mxResources.get("search"),function(){if(null==b.imageSearchPicker){var a=(new google.picker.PickerBuilder).setLocale(mxLanguage).addView(google.picker.ViewId.IMAGE_SEARCH).enableFeature(google.picker.Feature.NAV_HIDDEN);b.imageSearchPicker=a.setCallback(function(a){ImageDialog.filePicked(a)}).build()}b.imageSearchPicker.setVisible(!0)}); +f.className="geBtn";c.appendChild(f);null!=b.drive&&"1"==urlParams.photos&&(f=mxUtils.button(mxResources.get("googlePlus"),function(){b.spinner.spin(document.body,mxResources.get("authorizing"))&&b.drive.checkToken(mxUtils.bind(this,function(){b.spinner.stop();if(null==b.photoPicker){var a=gapi.auth.getToken().access_token,a=(new google.picker.PickerBuilder).setAppId(b.drive.appId).setLocale(mxLanguage).setOAuthToken(a).addView(google.picker.ViewId.PHOTOS).addView(google.picker.ViewId.PHOTO_ALBUMS).addView(google.picker.ViewId.PHOTO_UPLOAD); +b.photoPicker=a.setCallback(function(a){ImageDialog.filePicked(a)}).build()}b.photoPicker.setVisible(!0)}))}),f.className="geBtn",c.appendChild(f))}f=mxUtils.button(mxResources.get("apply"),function(){b.hideDialog();e(""!=g.value?new mxImage(mxUtils.trim(g.value),n.value,p.value):null)});f.className="geBtn gePrimaryBtn";c.appendChild(f);b.editor.cancelFirst||c.appendChild(a);d.appendChild(c);this.container=d},ParseDialog=function(b,e,d){function c(a,f){var c=a.split("\n");if("plantUmlPng"==f||"plantUmlSvg"== +f||"plantUmlTxt"==f){var c="plantUmlTxt"==f?PLANT_URL+"/txt/":"plantUmlPng"==f?PLANT_URL+"/png/":PLANT_URL+"/svg/",l=b.editor.graph;if(b.spinner.spin(document.body,mxResources.get("inserting"))){var d=function(a){if(10>a)return String.fromCharCode(48+a);a-=10;if(26>a)return String.fromCharCode(65+a);a-=26;if(26>a)return String.fromCharCode(97+a);a-=26;return 0==a?"-":1==a?"_":"?"},e=function(a,b,h){c1=a>>2;c2=(a&3)<<4|b>>4;c3=(b&15)<<2|h>>6;c4=h&63;r="";r+=d(c1&63);r+=d(c2&63);r+=d(c3&63);return r+= +d(c4&63)},h=new XMLHttpRequest;h.open("GET",c+function(a){r="";for(g=0;g<a.length;g+=3)r=g+2==a.length?r+e(a.charCodeAt(g),a.charCodeAt(g+1),0):g+1==a.length?r+e(a.charCodeAt(g),0,0):r+e(a.charCodeAt(g),a.charCodeAt(g+1),a.charCodeAt(g+2));return r}(l.bytesToString(pako.deflateRaw(unescape(encodeURIComponent(a))))),!0);"plantUmlTxt"!=f&&(h.responseType="blob");h.onload=function(h){if(200<=this.status&&300>this.status)if("plantUmlTxt"==f){b.spinner.stop();l.getModel().beginUpdate();try{cell=l.insertVertex(null, +null,"<pre>"+this.response+"</pre>",k.x,k.y,1,1,"text;html=1;overflow=fill;"),l.updateCellSize(cell,!0)}finally{l.getModel().endUpdate()}l.setSelectionCell(cell);l.scrollCellToVisible(l.getSelectionCell())}else h=new FileReader,h.readAsDataURL(this.response),h.onload=function(h){var f=new Image;f.onload=function(){b.spinner.stop();var c=f.width,w=f.height;if(0==c&&0==w){var d=h.target.result,q=d.indexOf(","),d=decodeURIComponent(escape(atob(d.substring(q+1)))),d=mxUtils.parseXml(d).getElementsByTagName("svg"); +0<d.length&&(c=parseFloat(d[0].getAttribute("width")),w=parseFloat(d[0].getAttribute("height")))}l.getModel().beginUpdate();try{cell=l.insertVertex(null,null,a,k.x,k.y,c,w,"shape=image;noLabel=1;verticalAlign=top;aspect=fixed;imageAspect=0;image="+b.convertDataUri(h.target.result)+";")}finally{l.getModel().endUpdate()}l.setSelectionCell(cell);l.scrollCellToVisible(l.getSelectionCell())};f.src=h.target.result},h.onerror=function(a){b.handleError(a)};else b.spinner.stop(),b.handleError(h)};h.onerror= +function(a){b.handleError(a)};h.send()}}else if("table"==f){for(var w=null,q=[],u=0,g=0;g<c.length;g++)if(h=mxUtils.trim(c[g]),"create table"==h.substring(0,12).toLowerCase())h=mxUtils.trim(h.substring(12)),"("==h.charAt(h.length-1)&&(h=h.substring(0,h.lastIndexOf(" "))),w=new mxCell(h,new mxGeometry(u,0,160,26),"swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=26;fillColor=#e0e0e0;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;swimlaneFillColor=#ffffff;align=center;"), +w.vertex=!0,q.push(w),h=b.editor.graph.getPreferredSizeForCell(n),null!=h&&(w.geometry.width=h.width+10);else if(null!=w&&")"==h.charAt(0))u+=w.geometry.width+40,w=null;else if("("!=h&&null!=w&&(h=h.substring(0,","==h.charAt(h.length-1)?h.length-1:h.length),"primary key"!=h.substring(0,11).toLowerCase())){var m=h.toLowerCase().indexOf("primary key"),h=h.replace(/primary key/i,""),n=new mxCell(h,new mxGeometry(0,0,90,26),"shape=partialRectangle;top=0;left=0;right=0;bottom=0;align=left;verticalAlign=top;spacingTop=-2;fillColor=none;spacingLeft=34;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;dropTarget=0;"); +n.vertex=!0;h=sb.cloneCell(n,0<m?"PK":"");h.connectable=!1;h.style="shape=partialRectangle;top=0;left=0;bottom=0;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[];portConstraint=eastwest;part=1;";h.geometry.width=30;h.geometry.height=26;n.insert(h);h=b.editor.graph.getPreferredSizeForCell(n);null!=h&&w.geometry.width<h.width+10&&(w.geometry.width=Math.min(220,h.width+10));w.insert(n);w.geometry.height+=26}0<q.length&&(l=b.editor.graph, +c=l.view,h=l.getGraphBounds(),l.setSelectionCells(l.importCells(q,Math.ceil(Math.max(0,h.x/c.scale-c.translate.x)+4*l.gridSize),Math.ceil(Math.max(0,(h.y+h.height)/c.scale-c.translate.y)+4*l.gridSize))),l.scrollCellToVisible(l.getSelectionCell()))}else if("list"==f){if(0<c.length){l=b.editor.graph;w=new mxCell(c[0],new mxGeometry(0,0,160,30),"swimlane;fontStyle=1;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;marginBottom=0;swimlaneFillColor=#ffffff;"); +w.vertex=!0;h=l.getPreferredSizeForCell(w);null!=h&&w.geometry.width<h.width+10&&(w.geometry.width=h.width+10);n=[w];if(1<c.length)for(g=1;g<c.length;g++)"--"==c[g]?(h=new mxCell("",new mxGeometry(0,0,40,8),"line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;"),h.vertex=!0,w.geometry.height+=h.geometry.height,w.insert(h),n.push(h)):0<c[g].length&&";"!=c[g].charAt(0)&&(u=new mxCell(c[g], +new mxGeometry(0,0,60,26),"text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),u.vertex=!0,h=l.getPreferredSizeForCell(u),null!=h&&u.geometry.width<h.width&&(u.geometry.width=h.width),w.geometry.width=Math.max(w.geometry.width,u.geometry.width),w.geometry.height+=u.geometry.height,w.insert(u),n.push(u));l.getModel().beginUpdate();try{w=l.importCells([w],k.x,k.y)[0],l.fireEvent(new mxEventObject("cellsInserted", +"cells",[w].concat(w.children)))}finally{l.getModel().endUpdate()}l.setSelectionCell(w);l.scrollCellToVisible(l.getSelectionCell())}}else{for(var n=function(a){var b=p[a];null==b&&(b=new mxCell(a,new mxGeometry(0,0,80,30),"whiteSpace=wrap;html=1;"),b.vertex=!0,p[a]=b,q.push(b));return b},p={},q=[],g=0;g<c.length;g++)if(";"!=c[g].charAt(0)){var A=c[g].split("->");2<=A.length&&(u=n(A[0]),m=n(A[A.length-1]),A=new mxCell(2<A.length?A[1]:"",new mxGeometry),A.edge=!0,u.insertEdge(A,!0),m.insertEdge(A,!1), +q.push(A))}if(0<q.length){c=document.createElement("div");c.style.visibility="hidden";document.body.appendChild(c);l=new Graph(c);l.getModel().beginUpdate();try{q=l.importCells(q);for(g=0;g<q.length;g++)l.getModel().isVertex(q[g])&&(h=l.getPreferredSizeForCell(q[g]),q[g].geometry.width=Math.max(q[g].geometry.width,h.width),q[g].geometry.height=Math.max(q[g].geometry.height,h.height));w=new mxFastOrganicLayout(l);w.disableEdgeStyle=!1;w.forceConstant=120;w.execute(l.getDefaultParent())}finally{l.getModel().endUpdate()}l.clearCellOverlays(); +n=[];b.editor.graph.getModel().beginUpdate();try{n=b.editor.graph.importCells(l.getModel().getChildren(l.getDefaultParent()),k.x,k.y),b.editor.graph.fireEvent(new mxEventObject("cellsInserted","cells",n))}finally{b.editor.graph.getModel().endUpdate()}b.editor.graph.setSelectionCells(n);b.editor.graph.scrollCellToVisible(b.editor.graph.getSelectionCell());l.destroy();c.parentNode.removeChild(c)}}}function g(){return"list"==n.value?"Person\n-name: String\n-birthDate: Date\n--\n+getName(): String\n+setName(String): void\n+isBirthday(): boolean": "table"==n.value?"CREATE TABLE Suppliers\n(\nsupplier_id int NOT NULL PRIMARY KEY,\nsupplier_name char(50) NOT NULL,\ncontact_name char(50),\n);\nCREATE TABLE Customers\n(\ncustomer_id int NOT NULL PRIMARY KEY,\ncustomer_name char(50) NOT NULL,\naddress char(50),\ncity char(50),\nstate char(25),\nzip_code char(10)\n);\n":"plantUmlPng"==n.value?"@startuml\nskinparam backgroundcolor transparent\nskinparam shadowing false\nAlice -> Bob: Authentication Request\nBob --\x3e Alice: Authentication Response\n\nAlice -> Bob: Another authentication Request\nAlice <-- Bob: another authentication Response\n@enduml": "plantUmlSvg"==n.value||"plantUmlTxt"==n.value?"@startuml\nskinparam shadowing false\nAlice -> Bob: Authentication Request\nBob --\x3e Alice: Authentication Response\n\nAlice -> Bob: Another authentication Request\nAlice <-- Bob: another authentication Response\n@enduml":";Example:\na->b\nb->edge label->c\nc->a\n"}var k=b.editor.graph.getFreeInsertPoint();e=document.createElement("div");e.style.textAlign="right";var m=document.createElement("textarea");m.style.resize="none";m.style.width="100%";m.style.height= "354px";m.style.marginBottom="16px";var n=document.createElement("select");"formatSql"==d&&(n.style.display="none");var p=document.createElement("option");p.setAttribute("value","list");mxUtils.write(p,mxResources.get("list"));"plantUml"!=d&&n.appendChild(p);null!=d&&"fromText"!=d||p.setAttribute("selected","selected");p=document.createElement("option");p.setAttribute("value","table");mxUtils.write(p,mxResources.get("formatSql"));"formatSql"==d&&(n.appendChild(p),p.setAttribute("selected","selected")); p=document.createElement("option");p.setAttribute("value","diagram");mxUtils.write(p,mxResources.get("diagram"));"plantUml"!=d&&n.appendChild(p);p=document.createElement("option");p.setAttribute("value","plantUmlSvg");mxUtils.write(p,mxResources.get("plantUml")+" ("+mxResources.get("formatSvg")+")");"plantUml"==d&&p.setAttribute("selected","selected");var a=document.createElement("option");a.setAttribute("value","plantUmlPng");mxUtils.write(a,mxResources.get("plantUml")+" ("+mxResources.get("formatPng")+ -")");var g=document.createElement("option");g.setAttribute("value","plantUmlTxt");mxUtils.write(g,mxResources.get("plantUml")+" ("+mxResources.get("text")+")");EditorUi.enablePlantUml&&Graph.fileSupport&&!b.isOffline()&&"plantUml"==d&&(n.appendChild(p),n.appendChild(a),n.appendChild(g));var l=h();m.value=l;e.appendChild(m);this.init=function(){m.focus()};Graph.fileSupport&&(m.addEventListener("dragover",function(a){a.stopPropagation();a.preventDefault()},!1),m.addEventListener("drop",function(a){a.stopPropagation(); -a.preventDefault();if(0<a.dataTransfer.files.length){a=a.dataTransfer.files[0];var b=new FileReader;b.onload=function(a){m.value=a.target.result};b.readAsText(a)}},!1));e.appendChild(n);mxEvent.addListener(n,"change",function(){var a=h();if(0==m.value.length||m.value==l)l=a,m.value=l});d=mxUtils.button(mxResources.get("close"),function(){m.value==l?b.hideDialog():b.confirm(mxResources.get("areYouSure"),function(){b.hideDialog()})});d.className="geBtn";b.editor.cancelFirst&&e.appendChild(d);p=mxUtils.button(mxResources.get("insert"), -function(){b.hideDialog();c(m.value,n.value)});e.appendChild(p);p.className="geBtn gePrimaryBtn";b.editor.cancelFirst||e.appendChild(d);this.container=e},NewDialog=function(b,e,d,c,h,k,m,n,p,a,g,l,t,q,u){function v(){for(var a=!0;A<W.length&&(a||0!=mxUtils.mod(A,30));)a=W[A++],f(a.url,a.libs,a.title,a.tooltip?a.tooltip:a.title,a.select,a.imgUrl,a.info,a.onClick),a=!1}function x(){if(X)d||b.hideDialog(),q(X,R,J.value);else if(c)d||b.hideDialog(),c(aa,J.value);else{var a=J.value;null!=a&&0<a.length&& -b.pickFolder(b.mode==App.MODE_ONEDRIVE||b.mode==App.MODE_TRELLO||b.mode==App.MODE_GOOGLE&&(null==b.stateArg||null==b.stateArg.folderId)?b.mode:null,function(f){b.createFile(a,aa,null!=Y&&0<Y.length?Y:null,null,function(){b.hideDialog()},null,f)})}}function z(a,f,b,g,c){null!=O&&(O.style.backgroundColor="transparent",O.style.border="1px solid transparent");D.removeAttribute("disabled");aa=f;Y=b;O=a;X=g;R=c;O.style.backgroundColor=n;O.style.border=p}function f(a,f,b,g,c,l,w,d){var q=document.createElement("div"); -q.className="geTemplate";q.style.height=N+"px";q.style.width=S+"px";null!=g&&0<g.length&&q.setAttribute("title",g);if(null!=l)q.style.backgroundImage="url("+l+")",q.style.backgroundSize="contain",q.style.backgroundPosition="center center",q.style.backgroundRepeat="no-repeat",mxEvent.addListener(q,"click",function(f){z(q,null,null,a,w)}),mxEvent.addListener(q,"dblclick",function(a){x()});else if(null!=a&&0<a.length){a.substring(0,a.length-4);q.style.backgroundImage="url("+TEMPLATE_PATH+"/"+a.substring(0, -a.length-4)+".png)";q.style.backgroundPosition="center center";q.style.backgroundRepeat="no-repeat";var e=!1;mxEvent.addListener(q,"click",function(b){D.setAttribute("disabled","disabled");q.style.backgroundColor="transparent";q.style.border="1px solid transparent";mxUtils.get(TEMPLATE_PATH+"/"+a,mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()&&(z(q,a.getText(),f),e&&x())}))});mxEvent.addListener(q,"dblclick",function(a){e=!0})}else q.innerHTML='<table width="100%" height="100%"><tr><td align="center" valign="middle">'+ -mxResources.get(b)+"</td></tr></table>",c&&z(q),null!=d?mxEvent.addListener(q,"click",d):(mxEvent.addListener(q,"click",function(a){z(q)}),mxEvent.addListener(q,"dblclick",function(a){x()}));K.appendChild(q)}function w(){mxEvent.addListener(K,"scroll",function(a){K.scrollTop+K.clientHeight>=K.scrollHeight&&(v(),mxEvent.consume(a))});var f=null,b;for(b in U){var g=document.createElement("div"),c=mxResources.get(b),l=U[b];null==c&&(c=b.substring(0,1).toUpperCase()+b.substring(1));18<c.length&&(c=c.substring(0, -18)+"…");g.style.cssText="display:block;cursor:pointer;padding:6px;white-space:nowrap;margin-bottom:-1px;overflow:hidden;text-overflow:ellipsis;";g.setAttribute("title",c+" ("+l.length+")");mxUtils.write(g,g.getAttribute("title"));null!=a&&(g.style.padding=a);T.appendChild(g);null==f&&(f=g,f.style.backgroundColor=m);(function(a,b){mxEvent.addListener(g,"click",function(){f!=b&&(f.style.backgroundColor="",f=b,f.style.backgroundColor=m,K.scrollTop=0,K.innerHTML="",A=0,W=U[a],C=null,v())})})(b, -g)}v()}d=null!=d?d:!0;h=null!=h?h:!1;m=null!=m?m:"#ebf2f9";n=null!=n?n:"#e6eff8";p=null!=p?p:"1px solid #ccd9ea";g=null!=g?g:TEMPLATE_PATH+"/index.xml";var B=document.createElement("div");B.style.height="100%";var E=document.createElement("div");E.style.whiteSpace="nowrap";E.style.height="46px";d&&B.appendChild(E);var y=document.createElement("img");y.setAttribute("border","0");y.setAttribute("align","absmiddle");y.style.width="40px";y.style.height="40px";y.style.marginRight="10px";y.style.paddingBottom= -"4px";y.src=b.mode==App.MODE_GOOGLE?IMAGE_PATH+"/google-drive-logo.svg":b.mode==App.MODE_DROPBOX?IMAGE_PATH+"/dropbox-logo.svg":b.mode==App.MODE_ONEDRIVE?IMAGE_PATH+"/onedrive-logo.svg":b.mode==App.MODE_GITHUB?IMAGE_PATH+"/github-logo.svg":b.mode==App.MODE_TRELLO?IMAGE_PATH+"/trello-logo.svg":b.mode==App.MODE_BROWSER?IMAGE_PATH+"/osa_database.png":IMAGE_PATH+"/osa_drive-harddisk.png";!e&&d&&E.appendChild(y);d&&mxUtils.write(E,(null==b.mode||b.mode==App.MODE_GOOGLE||b.mode==App.MODE_BROWSER?mxResources.get("diagramName"): -mxResources.get("filename"))+":");y=".xml";b.mode==App.MODE_GOOGLE&&null!=b.drive?y=b.drive.extension:b.mode==App.MODE_DROPBOX&&null!=b.dropbox?y=b.dropbox.extension:b.mode==App.MODE_ONEDRIVE&&null!=b.oneDrive?y=b.oneDrive.extension:b.mode==App.MODE_GITHUB&&null!=b.gitHub?y=b.gitHub.extension:b.mode==App.MODE_TRELLO&&null!=b.trello&&(y=b.trello.extension);var J=document.createElement("input");J.setAttribute("value",b.defaultFilename+y);J.style.marginRight="20px";J.style.marginLeft="10px";J.style.width= -e?"220px":"430px";this.init=function(){d&&(J.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?J.select():document.execCommand("selectAll",!1,null))};d&&E.appendChild(J);var E=!1,A=0,D=mxUtils.button(mxResources.get("create"),function(){D.setAttribute("disabled","disabled");x();D.removeAttribute("disabled")});D.className="geBtn gePrimaryBtn";if(l||t){var I=[],C=null,F=function(a){D.setAttribute("disabled","disabled");for(var f=0;f<I.length;f++)I[f].className=f== -a?"geBtn gePrimaryBtn":"geBtn"},E=!0,y=document.createElement("div");y.style.whiteSpace="nowrap";y.style.height="30px";B.appendChild(y);var H=mxUtils.button(mxResources.get("Templates",null,"Templates"),function(){T.style.display="";K.style.left="160px";F(0);K.scrollTop=0;K.innerHTML="";A=0;C!=W&&(W=C,v(),C=null)});I.push(H);y.appendChild(H);var G=function(a){T.style.display="none";K.style.left="30px";F(a?-1:1);null==C&&(C=W);K.scrollTop=0;K.innerHTML="";var f=new Spinner({lines:12,length:10,width:5, -radius:10,rotate:0,color:"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"40%",zIndex:2E9});f.spin(K);A=0;var b=function(a,b){f.stop();W=a;b?K.innerHTML=b:0==a.length?K.innerHTML=mxResources.get("noDiagrams",null,"No Diagrams Found"):(K.innerHTML="",v())};a?t(M.value,b):l(b)};l&&(H=mxUtils.button(mxResources.get("Recent",null,"Recent"),function(){G()}),y.appendChild(H),I.push(H));if(t){H=document.createElement("span");H.style.marginLeft="10px";H.innerHTML=mxResources.get("search")+":";y.appendChild(H); -var M=document.createElement("input");M.style.marginRight="10px";M.style.marginLeft="10px";M.style.width="220px";mxEvent.addListener(M,"keypress",function(a){13==a.keyCode&&G(!0)});y.appendChild(M);H=mxUtils.button(mxResources.get("search"),function(){G(!0)});H.className="geBtn";y.appendChild(H)}F(0)}var Y=null,aa=null,O=null,X=null,R=null,K=document.createElement("div");K.style.border="1px solid #d3d3d3";K.style.position="absolute";K.style.left="160px";K.style.right="34px";E=(d?72:40)+(E?30:0);K.style.top= -E+"px";K.style.bottom="68px";K.style.margin="6px 0 0 -1px";K.style.padding="6px";K.style.overflow="auto";var T=document.createElement("div");T.style.cssText="position:absolute;left:30px;width:128px;top:"+E+"px;bottom:68px;margin-top:6px;overflow:auto;border:1px solid #d3d3d3;";var N=140,S=140,U={},L=1;U.basic=[{title:"blankDiagram",select:!0}];var W=U.basic;if(!e){B.appendChild(T);B.appendChild(K);var P=!1;mxUtils.get(g,function(a){if(!P){P=!0;for(a=a.getXml().documentElement.firstChild;null!=a;){if("undefined"!== -typeof a.getAttribute){var f=a.getAttribute("url");if(null!=f){var b=f.indexOf("/"),f=f.substring(0,b),b=U[f];null==b&&(L++,b=[],U[f]=b);b.push({url:a.getAttribute("url"),libs:a.getAttribute("libs"),title:a.getAttribute("title"),tooltip:a.getAttribute("url")})}}a=a.nextSibling}w()}})}mxEvent.addListener(J,"keypress",function(a){13==a.keyCode&&x()});g=document.createElement("div");g.style.marginTop=e?"4px":"16px";g.style.textAlign="right";g.style.position="absolute";g.style.left="40px";g.style.bottom= -"24px";g.style.right="40px";E=mxUtils.button(mxResources.get("cancel"),function(){null!=k&&k();b.hideDialog(!0)});E.className="geBtn";!b.editor.cancelFirst||h&&null==k||g.appendChild(E);e||b.isOffline()||!d||null!=c||h||(y=mxUtils.button(mxResources.get("help"),function(){b.openLink("https://support.draw.io/display/DO/Creating+and+Opening+Files")}),y.className="geBtn",g.appendChild(y));e||"1"==urlParams.embed||h||(e=mxUtils.button(mxResources.get("fromTemplateUrl"),function(){var a=new FilenameDialog(b, -"",mxResources.get("create"),function(a){null!=a&&0<a.length&&(a=b.getUrl(window.location.pathname+"?mode="+b.mode+"&title="+encodeURIComponent(J.value)+"&create="+encodeURIComponent(a)),null==b.getCurrentFile()?window.location.href=a:window.openWindow(a))},mxResources.get("url"));b.showDialog(a.container,300,80,!0,!0);a.init()}),e.className="geBtn",g.appendChild(e));Graph.fileSupport&&u&&(u=mxUtils.button(mxResources.get("import"),function(){var a=document.createElement("input");a.setAttribute("multiple", -"multiple");a.setAttribute("type","file");mxEvent.addListener(a,"change",function(f){b.openFiles(a.files,!0)});a.click()}),u.className="geBtn",g.appendChild(u));g.appendChild(D);b.editor.cancelFirst||null!=c||h&&null==k||g.appendChild(E);B.appendChild(g);this.container=B},CreateDialog=function(b,e,d,c,h,k,m,n,p,a,g,l,t,q,u){function v(a,f,g,c){function d(){mxEvent.addListener(q,"click",function(){var a=g;if(m){var f=w.value,c=f.lastIndexOf(".");if(0>e.lastIndexOf(".")&&0>c){var a=null!=a?a:y.value, -l="";a==App.MODE_GOOGLE?l=b.drive.extension:a==App.MODE_GITHUB?l=b.gitHub.extension:a==App.MODE_TRELLO?l=b.trello.extension:a==App.MODE_DROPBOX?l=b.dropbox.extension:a==App.MODE_ONEDRIVE?l=b.oneDrive.extension:a==App.MODE_DEVICE&&(l=".xml");0<=c&&(f=f.substring(0,c));w.value=f+l}}x(g)})}var q=document.createElement("a");q.style.overflow="hidden";var t=document.createElement("img");t.src=a;t.setAttribute("border","0");t.setAttribute("align","absmiddle");t.style.width="60px";t.style.height="60px";t.style.paddingBottom= -"6px";q.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";q.className="geBaseButton";q.style.position="relative";q.style.margin="4px";q.style.padding="8px 8px 10px 8px";q.style.whiteSpace="nowrap";q.appendChild(t);mxClient.IS_QUIRKS&&(q.style.cssFloat="left",q.style.zoom="1");q.style.color="gray";q.style.fontSize="11px";var h=document.createElement("div");q.appendChild(h);mxUtils.write(h,f);if(null!=c&&null==b[c]){t.style.visibility="hidden";mxUtils.setOpacity(h,10);var v=new Spinner({lines:12, -length:12,width:5,radius:10,rotate:0,color:"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"40%",zIndex:2E9});v.spin(q);var u=window.setTimeout(function(){null==b[c]&&(v.stop(),q.style.display="none")},3E4);b.addListener("clientLoaded",mxUtils.bind(this,function(){null!=b[c]&&(window.clearTimeout(u),mxUtils.setOpacity(h,100),t.style.visibility="",v.stop(),d())}))}else d();B.appendChild(q);++E==l&&(mxUtils.br(B),E=0)}function x(a){var f=w.value;if(null==a||null!=f&&0<f.length)b.hideDialog(),d(f, -a)}m=null!=m?m:!0;n=null!=n?n:!0;l=null!=l?l:4;var z=document.createElement("div");null==c&&b.addLanguageMenu(z);var f=document.createElement("h2");mxUtils.write(f,h||mxResources.get("create"));f.style.marginTop="0px";f.style.marginBottom="24px";z.appendChild(f);mxUtils.write(z,mxResources.get("filename")+":");var w=document.createElement("input");w.setAttribute("value",e);w.style.width="280px";w.style.marginLeft="10px";w.style.marginBottom="20px";this.init=function(){w.focus();mxClient.IS_GC||mxClient.IS_FF|| -5<=document.documentMode||mxClient.IS_QUIRKS?w.select():document.execCommand("selectAll",!1,null)};z.appendChild(w);null!=t&&null!=q&&"image/"==q.substring(0,6)&&(w.style.width="160px",h=null,"image/svg+xml"==q&&mxClient.IS_SVG?(h=document.createElement("div"),h.innerHTML=mxUtils.trim(t),t=h.getElementsByTagName("svg")[0],q=parseInt(t.getAttribute("width")),u=parseInt(t.getAttribute("height")),t.setAttribute("viewBox","0 0 "+q+" "+u),t.setAttribute("width","120px"),t.setAttribute("height","80px")): -(h=document.createElement("img"),h.setAttribute("src","data:"+q+(u?";base64,":";utf8,")+t)),h.style.position="absolute",h.style.top="70px",h.style.right="100px",h.style.maxWidth="120px",h.style.maxHeight="80px",mxUtils.setPrefixedStyle(h.style,"transform","translate(50%,-50%)"),z.appendChild(h),p&&Editor.popupsAllowed&&(h.style.cursor="pointer",mxEvent.addListener(h,"click",function(){x("_blank")})));mxUtils.br(z);var B=document.createElement("div");B.style.textAlign="center";var E=0;B.style.marginTop= -"6px";z.appendChild(B);var y=document.createElement("select");y.style.marginLeft="10px";b.isOfflineApp()||b.isOffline()||("function"===typeof window.DriveClient&&(h=document.createElement("option"),h.setAttribute("value",App.MODE_GOOGLE),mxUtils.write(h,mxResources.get("googleDrive")),y.appendChild(h),v(IMAGE_PATH+"/google-drive-logo.svg",mxResources.get("googleDrive"),App.MODE_GOOGLE,"drive")),"function"===typeof window.OneDriveClient&&(h=document.createElement("option"),h.setAttribute("value",App.MODE_ONEDRIVE), -mxUtils.write(h,mxResources.get("oneDrive")),y.appendChild(h),b.mode==App.MODE_ONEDRIVE&&h.setAttribute("selected","selected"),v(IMAGE_PATH+"/onedrive-logo.svg",mxResources.get("oneDrive"),App.MODE_ONEDRIVE,"oneDrive")),"function"===typeof window.DropboxClient&&(h=document.createElement("option"),h.setAttribute("value",App.MODE_DROPBOX),mxUtils.write(h,mxResources.get("dropbox")),y.appendChild(h),b.mode==App.MODE_DROPBOX&&h.setAttribute("selected","selected"),v(IMAGE_PATH+"/dropbox-logo.svg",mxResources.get("dropbox"), -App.MODE_DROPBOX,"dropbox")),null!=b.gitHub&&(h=document.createElement("option"),h.setAttribute("value",App.MODE_GITHUB),mxUtils.write(h,mxResources.get("github")),y.appendChild(h),v(IMAGE_PATH+"/github-logo.svg",mxResources.get("github"),App.MODE_GITHUB,"gitHub")),null!=b.trello&&(h=document.createElement("option"),h.setAttribute("value",App.MODE_TRELLO),mxUtils.write(h,mxResources.get("trello")),y.appendChild(h),v(IMAGE_PATH+"/trello-logo.svg",mxResources.get("trello"),App.MODE_TRELLO,"trello"))); -if(!Editor.useLocalStorage||"device"==urlParams.storage||null!=b.getCurrentFile()&&!mxClient.IS_IOS)h=document.createElement("option"),h.setAttribute("value",App.MODE_DEVICE),mxUtils.write(h,mxResources.get("device")),y.appendChild(h),b.mode!=App.MODE_DEVICE&&n||h.setAttribute("selected","selected"),g&&v(IMAGE_PATH+"/osa_drive-harddisk.png",mxResources.get("device"),App.MODE_DEVICE);n&&isLocalStorage&&"0"!=urlParams.browser&&(n=document.createElement("option"),n.setAttribute("value",App.MODE_BROWSER), -mxUtils.write(n,mxResources.get("browser")),y.appendChild(n),b.mode==App.MODE_BROWSER&&n.setAttribute("selected","selected"),v(IMAGE_PATH+"/osa_database.png",mxResources.get("browser"),App.MODE_BROWSER));n=document.createElement("div");n.style.marginTop="26px";n.style.textAlign="center";null!=a&&(h=mxUtils.button(mxResources.get("help"),function(){b.openLink(a)}),h.className="geBtn",n.appendChild(h));h=mxUtils.button(mxResources.get("cancel"),function(){null!=c?c():(b.fileLoaded(null),b.hideDialog(), -window.close(),window.location.href=b.getUrl())});h.className="geBtn";b.editor.cancelFirst&&n.appendChild(h);null==c&&(t=mxUtils.button(mxResources.get("decideLater"),function(){x(null)}),t.className="geBtn",n.appendChild(t));p&&Editor.popupsAllowed&&(p=mxUtils.button(mxResources.get("openInNewWindow"),function(){x("_blank")}),p.className="geBtn",n.appendChild(p));mxClient.IS_IOS||(k=mxUtils.button(k||mxResources.get("create"),function(){x(g?"download":App.MODE_DEVICE)}),k.className="geBtn gePrimaryBtn", -n.appendChild(k));b.editor.cancelFirst||n.appendChild(h);mxEvent.addListener(w,"keypress",function(a){13==a.keyCode?x(App.MODE_DEVICE):27==a.keyCode&&(b.fileLoaded(null),b.hideDialog(),window.close())});z.appendChild(n);this.container=z},PopupDialog=function(b,e,d,c,h){h=null!=h?h:!0;var k=document.createElement("div");k.style.textAlign="left";mxUtils.write(k,mxResources.get("fileOpenLocation"));mxUtils.br(k);mxUtils.br(k);var m=mxUtils.button(mxResources.get("openInThisWindow"),function(){h&&b.hideDialog(); -null!=c&&c()});m.className="geBtn";m.style.marginBottom="8px";m.style.width="280px";k.appendChild(m);mxUtils.br(k);var n=mxUtils.button(mxResources.get("openInNewWindow"),function(){h&&b.hideDialog();null!=d&&d();b.openLink(e)});n.className="geBtn gePrimaryBtn";n.style.width=m.style.width;k.appendChild(n);mxUtils.br(k);mxUtils.br(k);mxUtils.write(k,mxResources.get("allowPopups"));this.container=k},ImageDialog=function(b,e,d,c,h,k){k=null!=k?k:!0;var m=b.editor.graph,n=document.createElement("div"); +")");var f=document.createElement("option");f.setAttribute("value","plantUmlTxt");mxUtils.write(f,mxResources.get("plantUml")+" ("+mxResources.get("text")+")");EditorUi.enablePlantUml&&Graph.fileSupport&&!b.isOffline()&&"plantUml"==d&&(n.appendChild(p),n.appendChild(a),n.appendChild(f));var l=g();m.value=l;e.appendChild(m);this.init=function(){m.focus()};Graph.fileSupport&&(m.addEventListener("dragover",function(a){a.stopPropagation();a.preventDefault()},!1),m.addEventListener("drop",function(a){a.stopPropagation(); +a.preventDefault();if(0<a.dataTransfer.files.length){a=a.dataTransfer.files[0];var b=new FileReader;b.onload=function(a){m.value=a.target.result};b.readAsText(a)}},!1));e.appendChild(n);mxEvent.addListener(n,"change",function(){var a=g();if(0==m.value.length||m.value==l)l=a,m.value=l});d=mxUtils.button(mxResources.get("close"),function(){m.value==l?b.hideDialog():b.confirm(mxResources.get("areYouSure"),function(){b.hideDialog()})});d.className="geBtn";b.editor.cancelFirst&&e.appendChild(d);p=mxUtils.button(mxResources.get("insert"), +function(){b.hideDialog();c(m.value,n.value)});e.appendChild(p);p.className="geBtn gePrimaryBtn";b.editor.cancelFirst||e.appendChild(d);this.container=e},NewDialog=function(b,e,d,c,g,k,m,n,p,a,f,l,q,u,t){function v(){for(var a=!0;E<V.length&&(a||0!=mxUtils.mod(E,30));)a=V[E++],h(a.url,a.libs,a.title,a.tooltip?a.tooltip:a.title,a.select,a.imgUrl,a.info,a.onClick),a=!1}function x(){if(aa)d||b.hideDialog(),u(aa,X,G.value);else if(c)d||b.hideDialog(),c(U,G.value);else{var a=G.value;null!=a&&0<a.length&& +b.pickFolder(b.mode==App.MODE_ONEDRIVE||b.mode==App.MODE_TRELLO||b.mode==App.MODE_GOOGLE&&(null==b.stateArg||null==b.stateArg.folderId)?b.mode:null,function(h){b.createFile(a,U,null!=Q&&0<Q.length?Q:null,null,function(){b.hideDialog()},null,h)})}}function z(a,b,h,f,c){null!=T&&(T.style.backgroundColor="transparent",T.style.border="1px solid transparent");F.removeAttribute("disabled");U=b;Q=h;T=a;aa=f;X=c;T.style.backgroundColor=n;T.style.border=p}function h(a,b,h,f,c,l,w,d){var e=document.createElement("div"); +e.className="geTemplate";e.style.height=M+"px";e.style.width=ba+"px";null!=f&&0<f.length&&e.setAttribute("title",f);if(null!=l)e.style.backgroundImage="url("+l+")",e.style.backgroundSize="contain",e.style.backgroundPosition="center center",e.style.backgroundRepeat="no-repeat",mxEvent.addListener(e,"click",function(b){z(e,null,null,a,w)}),mxEvent.addListener(e,"dblclick",function(a){x()});else if(null!=a&&0<a.length){a.substring(0,a.length-4);e.style.backgroundImage="url("+TEMPLATE_PATH+"/"+a.substring(0, +a.length-4)+".png)";e.style.backgroundPosition="center center";e.style.backgroundRepeat="no-repeat";var u=!1;mxEvent.addListener(e,"click",function(h){F.setAttribute("disabled","disabled");e.style.backgroundColor="transparent";e.style.border="1px solid transparent";mxUtils.get(TEMPLATE_PATH+"/"+a,mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()&&(z(e,a.getText(),b),u&&x())}))});mxEvent.addListener(e,"dblclick",function(a){u=!0})}else e.innerHTML='<table width="100%" height="100%"><tr><td align="center" valign="middle">'+ +mxResources.get(h)+"</td></tr></table>",c&&z(e),null!=d?mxEvent.addListener(e,"click",d):(mxEvent.addListener(e,"click",function(a){z(e)}),mxEvent.addListener(e,"dblclick",function(a){x()}));N.appendChild(e)}function w(){mxEvent.addListener(N,"scroll",function(a){N.scrollTop+N.clientHeight>=N.scrollHeight&&(v(),mxEvent.consume(a))});var b=null,h;for(h in P){var f=document.createElement("div"),c=mxResources.get(h),l=P[h];null==c&&(c=h.substring(0,1).toUpperCase()+h.substring(1));18<c.length&&(c=c.substring(0, +18)+"…");f.style.cssText="display:block;cursor:pointer;padding:6px;white-space:nowrap;margin-bottom:-1px;overflow:hidden;text-overflow:ellipsis;";f.setAttribute("title",c+" ("+l.length+")");mxUtils.write(f,f.getAttribute("title"));null!=a&&(f.style.padding=a);O.appendChild(f);null==b&&(b=f,b.style.backgroundColor=m);(function(a,h){mxEvent.addListener(f,"click",function(){b!=h&&(b.style.backgroundColor="",b=h,b.style.backgroundColor=m,N.scrollTop=0,N.innerHTML="",E=0,V=P[a],B=null,v())})})(h, +f)}v()}d=null!=d?d:!0;g=null!=g?g:!1;m=null!=m?m:"#ebf2f9";n=null!=n?n:"#e6eff8";p=null!=p?p:"1px solid #ccd9ea";f=null!=f?f:TEMPLATE_PATH+"/index.xml";var C=document.createElement("div");C.style.height="100%";var D=document.createElement("div");D.style.whiteSpace="nowrap";D.style.height="46px";d&&C.appendChild(D);var y=document.createElement("img");y.setAttribute("border","0");y.setAttribute("align","absmiddle");y.style.width="40px";y.style.height="40px";y.style.marginRight="10px";y.style.paddingBottom= +"4px";y.src=b.mode==App.MODE_GOOGLE?IMAGE_PATH+"/google-drive-logo.svg":b.mode==App.MODE_DROPBOX?IMAGE_PATH+"/dropbox-logo.svg":b.mode==App.MODE_ONEDRIVE?IMAGE_PATH+"/onedrive-logo.svg":b.mode==App.MODE_GITHUB?IMAGE_PATH+"/github-logo.svg":b.mode==App.MODE_TRELLO?IMAGE_PATH+"/trello-logo.svg":b.mode==App.MODE_BROWSER?IMAGE_PATH+"/osa_database.png":IMAGE_PATH+"/osa_drive-harddisk.png";!e&&d&&D.appendChild(y);d&&mxUtils.write(D,(null==b.mode||b.mode==App.MODE_GOOGLE||b.mode==App.MODE_BROWSER?mxResources.get("diagramName"): +mxResources.get("filename"))+":");y=".xml";b.mode==App.MODE_GOOGLE&&null!=b.drive?y=b.drive.extension:b.mode==App.MODE_DROPBOX&&null!=b.dropbox?y=b.dropbox.extension:b.mode==App.MODE_ONEDRIVE&&null!=b.oneDrive?y=b.oneDrive.extension:b.mode==App.MODE_GITHUB&&null!=b.gitHub?y=b.gitHub.extension:b.mode==App.MODE_TRELLO&&null!=b.trello&&(y=b.trello.extension);var G=document.createElement("input");G.setAttribute("value",b.defaultFilename+y);G.style.marginRight="20px";G.style.marginLeft="10px";G.style.width= +e?"220px":"430px";this.init=function(){d&&(G.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?G.select():document.execCommand("selectAll",!1,null))};d&&D.appendChild(G);var D=!1,E=0,F=mxUtils.button(mxResources.get("create"),function(){F.setAttribute("disabled","disabled");x();F.removeAttribute("disabled")});F.className="geBtn gePrimaryBtn";if(l||q){var A=[],B=null,I=function(a){F.setAttribute("disabled","disabled");for(var b=0;b<A.length;b++)A[b].className=b== +a?"geBtn gePrimaryBtn":"geBtn"},D=!0,y=document.createElement("div");y.style.whiteSpace="nowrap";y.style.height="30px";C.appendChild(y);var H=mxUtils.button(mxResources.get("Templates",null,"Templates"),function(){O.style.display="";N.style.left="160px";I(0);N.scrollTop=0;N.innerHTML="";E=0;B!=V&&(V=B,v(),B=null)});A.push(H);y.appendChild(H);var J=function(a){O.style.display="none";N.style.left="30px";I(a?-1:1);null==B&&(B=V);N.scrollTop=0;N.innerHTML="";var b=new Spinner({lines:12,length:10,width:5, +radius:10,rotate:0,color:"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"40%",zIndex:2E9});b.spin(N);E=0;var h=function(a,h){b.stop();V=a;h?N.innerHTML=h:0==a.length?N.innerHTML=mxResources.get("noDiagrams",null,"No Diagrams Found"):(N.innerHTML="",v())};a?q(L.value,h):l(h)};l&&(H=mxUtils.button(mxResources.get("Recent",null,"Recent"),function(){J()}),y.appendChild(H),A.push(H));if(q){H=document.createElement("span");H.style.marginLeft="10px";H.innerHTML=mxResources.get("search")+":";y.appendChild(H); +var L=document.createElement("input");L.style.marginRight="10px";L.style.marginLeft="10px";L.style.width="220px";mxEvent.addListener(L,"keypress",function(a){13==a.keyCode&&J(!0)});y.appendChild(L);H=mxUtils.button(mxResources.get("search"),function(){J(!0)});H.className="geBtn";y.appendChild(H)}I(0)}var Q=null,U=null,T=null,aa=null,X=null,N=document.createElement("div");N.style.border="1px solid #d3d3d3";N.style.position="absolute";N.style.left="160px";N.style.right="34px";D=(d?72:40)+(D?30:0);N.style.top= +D+"px";N.style.bottom="68px";N.style.margin="6px 0 0 -1px";N.style.padding="6px";N.style.overflow="auto";var O=document.createElement("div");O.style.cssText="position:absolute;left:30px;width:128px;top:"+D+"px;bottom:68px;margin-top:6px;overflow:auto;border:1px solid #d3d3d3;";var M=140,ba=140,P={},S=1;P.basic=[{title:"blankDiagram",select:!0}];var V=P.basic;if(!e){C.appendChild(O);C.appendChild(N);var K=!1;mxUtils.get(f,function(a){if(!K){K=!0;for(a=a.getXml().documentElement.firstChild;null!=a;){if("undefined"!== +typeof a.getAttribute){var b=a.getAttribute("url");if(null!=b){var h=b.indexOf("/"),b=b.substring(0,h),h=P[b];null==h&&(S++,h=[],P[b]=h);h.push({url:a.getAttribute("url"),libs:a.getAttribute("libs"),title:a.getAttribute("title"),tooltip:a.getAttribute("url")})}}a=a.nextSibling}w()}})}mxEvent.addListener(G,"keypress",function(a){13==a.keyCode&&x()});f=document.createElement("div");f.style.marginTop=e?"4px":"16px";f.style.textAlign="right";f.style.position="absolute";f.style.left="40px";f.style.bottom= +"24px";f.style.right="40px";D=mxUtils.button(mxResources.get("cancel"),function(){null!=k&&k();b.hideDialog(!0)});D.className="geBtn";!b.editor.cancelFirst||g&&null==k||f.appendChild(D);e||b.isOffline()||!d||null!=c||g||(y=mxUtils.button(mxResources.get("help"),function(){b.openLink("https://support.draw.io/display/DO/Creating+and+Opening+Files")}),y.className="geBtn",f.appendChild(y));e||"1"==urlParams.embed||g||(e=mxUtils.button(mxResources.get("fromTemplateUrl"),function(){var a=new FilenameDialog(b, +"",mxResources.get("create"),function(a){null!=a&&0<a.length&&(a=b.getUrl(window.location.pathname+"?mode="+b.mode+"&title="+encodeURIComponent(G.value)+"&create="+encodeURIComponent(a)),null==b.getCurrentFile()?window.location.href=a:window.openWindow(a))},mxResources.get("url"));b.showDialog(a.container,300,80,!0,!0);a.init()}),e.className="geBtn",f.appendChild(e));Graph.fileSupport&&t&&(t=mxUtils.button(mxResources.get("import"),function(){var a=document.createElement("input");a.setAttribute("multiple", +"multiple");a.setAttribute("type","file");mxEvent.addListener(a,"change",function(h){b.openFiles(a.files,!0)});a.click()}),t.className="geBtn",f.appendChild(t));f.appendChild(F);b.editor.cancelFirst||null!=c||g&&null==k||f.appendChild(D);C.appendChild(f);this.container=C},CreateDialog=function(b,e,d,c,g,k,m,n,p,a,f,l,q,u,t){function v(a,h,f,c){function d(){mxEvent.addListener(u,"click",function(){var a=f;if(m){var h=w.value,c=h.lastIndexOf(".");if(0>e.lastIndexOf(".")&&0>c){var a=null!=a?a:y.value, +l="";a==App.MODE_GOOGLE?l=b.drive.extension:a==App.MODE_GITHUB?l=b.gitHub.extension:a==App.MODE_TRELLO?l=b.trello.extension:a==App.MODE_DROPBOX?l=b.dropbox.extension:a==App.MODE_ONEDRIVE?l=b.oneDrive.extension:a==App.MODE_DEVICE&&(l=".xml");0<=c&&(h=h.substring(0,c));w.value=h+l}}x(f)})}var u=document.createElement("a");u.style.overflow="hidden";var q=document.createElement("img");q.src=a;q.setAttribute("border","0");q.setAttribute("align","absmiddle");q.style.width="60px";q.style.height="60px";q.style.paddingBottom= +"6px";u.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";u.className="geBaseButton";u.style.position="relative";u.style.margin="4px";u.style.padding="8px 8px 10px 8px";u.style.whiteSpace="nowrap";u.appendChild(q);mxClient.IS_QUIRKS&&(u.style.cssFloat="left",u.style.zoom="1");u.style.color="gray";u.style.fontSize="11px";var g=document.createElement("div");u.appendChild(g);mxUtils.write(g,h);if(null!=c&&null==b[c]){q.style.visibility="hidden";mxUtils.setOpacity(g,10);var v=new Spinner({lines:12, +length:12,width:5,radius:10,rotate:0,color:"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"40%",zIndex:2E9});v.spin(u);var t=window.setTimeout(function(){null==b[c]&&(v.stop(),u.style.display="none")},3E4);b.addListener("clientLoaded",mxUtils.bind(this,function(){null!=b[c]&&(window.clearTimeout(t),mxUtils.setOpacity(g,100),q.style.visibility="",v.stop(),d())}))}else d();C.appendChild(u);++D==l&&(mxUtils.br(C),D=0)}function x(a){var h=w.value;if(null==a||null!=h&&0<h.length)b.hideDialog(),d(h, +a)}m=null!=m?m:!0;n=null!=n?n:!0;l=null!=l?l:4;var z=document.createElement("div");null==c&&b.addLanguageMenu(z);var h=document.createElement("h2");mxUtils.write(h,g||mxResources.get("create"));h.style.marginTop="0px";h.style.marginBottom="24px";z.appendChild(h);mxUtils.write(z,mxResources.get("filename")+":");var w=document.createElement("input");w.setAttribute("value",e);w.style.width="280px";w.style.marginLeft="10px";w.style.marginBottom="20px";this.init=function(){w.focus();mxClient.IS_GC||mxClient.IS_FF|| +5<=document.documentMode||mxClient.IS_QUIRKS?w.select():document.execCommand("selectAll",!1,null)};z.appendChild(w);null!=q&&null!=u&&"image/"==u.substring(0,6)&&(w.style.width="160px",g=null,"image/svg+xml"==u&&mxClient.IS_SVG?(g=document.createElement("div"),g.innerHTML=mxUtils.trim(q),q=g.getElementsByTagName("svg")[0],u=parseInt(q.getAttribute("width")),t=parseInt(q.getAttribute("height")),q.setAttribute("viewBox","0 0 "+u+" "+t),q.setAttribute("width","120px"),q.setAttribute("height","80px")): +(g=document.createElement("img"),g.setAttribute("src","data:"+u+(t?";base64,":";utf8,")+q)),g.style.position="absolute",g.style.top="70px",g.style.right="100px",g.style.maxWidth="120px",g.style.maxHeight="80px",mxUtils.setPrefixedStyle(g.style,"transform","translate(50%,-50%)"),z.appendChild(g),p&&Editor.popupsAllowed&&(g.style.cursor="pointer",mxEvent.addListener(g,"click",function(){x("_blank")})));mxUtils.br(z);var C=document.createElement("div");C.style.textAlign="center";var D=0;C.style.marginTop= +"6px";z.appendChild(C);var y=document.createElement("select");y.style.marginLeft="10px";b.isOfflineApp()||b.isOffline()||("function"===typeof window.DriveClient&&(g=document.createElement("option"),g.setAttribute("value",App.MODE_GOOGLE),mxUtils.write(g,mxResources.get("googleDrive")),y.appendChild(g),v(IMAGE_PATH+"/google-drive-logo.svg",mxResources.get("googleDrive"),App.MODE_GOOGLE,"drive")),"function"===typeof window.OneDriveClient&&(g=document.createElement("option"),g.setAttribute("value",App.MODE_ONEDRIVE), +mxUtils.write(g,mxResources.get("oneDrive")),y.appendChild(g),b.mode==App.MODE_ONEDRIVE&&g.setAttribute("selected","selected"),v(IMAGE_PATH+"/onedrive-logo.svg",mxResources.get("oneDrive"),App.MODE_ONEDRIVE,"oneDrive")),"function"===typeof window.DropboxClient&&(g=document.createElement("option"),g.setAttribute("value",App.MODE_DROPBOX),mxUtils.write(g,mxResources.get("dropbox")),y.appendChild(g),b.mode==App.MODE_DROPBOX&&g.setAttribute("selected","selected"),v(IMAGE_PATH+"/dropbox-logo.svg",mxResources.get("dropbox"), +App.MODE_DROPBOX,"dropbox")),null!=b.gitHub&&(g=document.createElement("option"),g.setAttribute("value",App.MODE_GITHUB),mxUtils.write(g,mxResources.get("github")),y.appendChild(g),v(IMAGE_PATH+"/github-logo.svg",mxResources.get("github"),App.MODE_GITHUB,"gitHub")),null!=b.trello&&(g=document.createElement("option"),g.setAttribute("value",App.MODE_TRELLO),mxUtils.write(g,mxResources.get("trello")),y.appendChild(g),v(IMAGE_PATH+"/trello-logo.svg",mxResources.get("trello"),App.MODE_TRELLO,"trello"))); +if(!Editor.useLocalStorage||"device"==urlParams.storage||null!=b.getCurrentFile()&&!mxClient.IS_IOS)g=document.createElement("option"),g.setAttribute("value",App.MODE_DEVICE),mxUtils.write(g,mxResources.get("device")),y.appendChild(g),b.mode!=App.MODE_DEVICE&&n||g.setAttribute("selected","selected"),f&&v(IMAGE_PATH+"/osa_drive-harddisk.png",mxResources.get("device"),App.MODE_DEVICE);n&&isLocalStorage&&"0"!=urlParams.browser&&(n=document.createElement("option"),n.setAttribute("value",App.MODE_BROWSER), +mxUtils.write(n,mxResources.get("browser")),y.appendChild(n),b.mode==App.MODE_BROWSER&&n.setAttribute("selected","selected"),v(IMAGE_PATH+"/osa_database.png",mxResources.get("browser"),App.MODE_BROWSER));n=document.createElement("div");n.style.marginTop="26px";n.style.textAlign="center";null!=a&&(g=mxUtils.button(mxResources.get("help"),function(){b.openLink(a)}),g.className="geBtn",n.appendChild(g));g=mxUtils.button(mxResources.get("cancel"),function(){null!=c?c():(b.fileLoaded(null),b.hideDialog(), +window.close(),window.location.href=b.getUrl())});g.className="geBtn";b.editor.cancelFirst&&n.appendChild(g);null==c&&(q=mxUtils.button(mxResources.get("decideLater"),function(){x(null)}),q.className="geBtn",n.appendChild(q));p&&Editor.popupsAllowed&&(p=mxUtils.button(mxResources.get("openInNewWindow"),function(){x("_blank")}),p.className="geBtn",n.appendChild(p));mxClient.IS_IOS||(k=mxUtils.button(k||mxResources.get("create"),function(){x(f?"download":App.MODE_DEVICE)}),k.className="geBtn gePrimaryBtn", +n.appendChild(k));b.editor.cancelFirst||n.appendChild(g);mxEvent.addListener(w,"keypress",function(a){13==a.keyCode?x(App.MODE_DEVICE):27==a.keyCode&&(b.fileLoaded(null),b.hideDialog(),window.close())});z.appendChild(n);this.container=z},PopupDialog=function(b,e,d,c,g){g=null!=g?g:!0;var k=document.createElement("div");k.style.textAlign="left";mxUtils.write(k,mxResources.get("fileOpenLocation"));mxUtils.br(k);mxUtils.br(k);var m=mxUtils.button(mxResources.get("openInThisWindow"),function(){g&&b.hideDialog(); +null!=c&&c()});m.className="geBtn";m.style.marginBottom="8px";m.style.width="280px";k.appendChild(m);mxUtils.br(k);var n=mxUtils.button(mxResources.get("openInNewWindow"),function(){g&&b.hideDialog();null!=d&&d();b.openLink(e)});n.className="geBtn gePrimaryBtn";n.style.width=m.style.width;k.appendChild(n);mxUtils.br(k);mxUtils.br(k);mxUtils.write(k,mxResources.get("allowPopups"));this.container=k},ImageDialog=function(b,e,d,c,g,k){k=null!=k?k:!0;var m=b.editor.graph,n=document.createElement("div"); mxUtils.write(n,e);e=document.createElement("div");e.className="geTitle";e.style.backgroundColor="transparent";e.style.borderColor="transparent";e.style.whiteSpace="nowrap";e.style.textOverflow="clip";e.style.cursor="default";mxClient.IS_VML||(e.style.paddingRight="20px");var p=document.createElement("input");p.setAttribute("value",d);p.setAttribute("type","text");p.setAttribute("spellcheck","false");p.setAttribute("autocorrect","off");p.setAttribute("autocomplete","off");p.setAttribute("autocapitalize", "off");p.style.marginTop="6px";p.style.width=(Graph.fileSupport?420:340)+(mxClient.IS_QUIRKS?20:-20)+"px";p.style.backgroundImage="url('"+Dialog.prototype.clearImage+"')";p.style.backgroundRepeat="no-repeat";p.style.backgroundPosition="100% 50%";p.style.paddingRight="14px";d=document.createElement("div");d.setAttribute("title",mxResources.get("reset"));d.style.position="relative";d.style.left="-16px";d.style.width="12px";d.style.height="14px";d.style.cursor="pointer";d.style.display=mxClient.IS_VML? -"inline":"inline-block";d.style.top=(mxClient.IS_VML?0:3)+"px";d.style.background="url('"+b.editor.transparentImage+"')";mxEvent.addListener(d,"click",function(){p.value="";p.focus()});e.appendChild(p);e.appendChild(d);n.appendChild(e);var a=function(a,g,l,d){var q="data:"==a.substring(0,5);!b.isOffline()||q&&"undefined"===typeof chrome?0<a.length&&b.spinner.spin(document.body,mxResources.get("inserting"))?b.loadImage(a,function(f){b.spinner.stop();b.hideDialog();var w=!1===d?1:null!=g&&null!=l?Math.max(g/ -f.width,l/f.height):Math.min(1,Math.min(520/f.width,520/f.height));k&&(a=b.convertDataUri(a));c(a,Math.round(Number(f.width)*w),Math.round(Number(f.height)*w))},function(){b.spinner.stop();c(null);b.showError(mxResources.get("error"),mxResources.get("fileNotFound"),mxResources.get("ok"))}):(b.hideDialog(),c(a)):(a=b.convertDataUri(a),g=null==g?120:g,l=null==l?100:l,b.hideDialog(),c(a,g,l))},g=function(g,l){if(null!=g){var d=h?null:m.getModel().getGeometry(m.getSelectionCell());null!=d?a(g,d.width, -d.height,l):a(g,null,null,l)}else b.hideDialog(),c(null)};this.init=function(){p.focus();if(Graph.fileSupport){p.setAttribute("placeholder",mxResources.get("dragImagesHere"));var a=n.parentNode,c=null;mxEvent.addListener(a,"dragleave",function(a){null!=c&&(c.parentNode.removeChild(c),c=null);a.stopPropagation();a.preventDefault()});mxEvent.addListener(a,"dragover",mxUtils.bind(this,function(g){null==c&&(!mxClient.IS_IE||10<document.documentMode)&&(c=b.highlightElement(a));g.stopPropagation();g.preventDefault()})); -mxEvent.addListener(a,"drop",mxUtils.bind(this,function(a){null!=c&&(c.parentNode.removeChild(c),c=null);if(0<a.dataTransfer.files.length)b.importFiles(a.dataTransfer.files,0,0,b.maxImageSize,function(a,f,b,c,l,d,q,e){g(a,e)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var f=0;f<a.length;f++)a[f]()},!mxEvent.isControlDown(a));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var l=a.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)($|\?)/i.test(l)&& -g(decodeURIComponent(l))}a.stopPropagation();a.preventDefault()}),!1)}};d=document.createElement("div");d.style.marginTop=mxClient.IS_QUIRKS?"22px":"14px";d.style.textAlign="right";e=mxUtils.button(mxResources.get("cancel"),function(){b.spinner.stop();b.hideDialog()});e.className="geBtn";b.editor.cancelFirst&&d.appendChild(e);ImageDialog.filePicked=function(a){a.action==google.picker.Action.PICKED&&null!=a.docs[0].thumbnails&&(a=a.docs[0].thumbnails[a.docs[0].thumbnails.length-1],null!=a&&(p.value= -a.url));p.focus()};if(Graph.fileSupport){var l=document.createElement("input");l.setAttribute("multiple","multiple");l.setAttribute("type","file");if(null==document.documentMode){mxEvent.addListener(l,"change",function(a){b.importFiles(l.files,0,0,b.maxImageSize,function(a,b,c,l,f,w){g(a)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},!0)});var t=mxUtils.button(mxResources.get("open"),function(){l.click()});t.className="geBtn";d.appendChild(t)}}document.createElement("canvas").getContext&& -"data:image/"==p.value.substring(0,11)&&"data:image/svg"!=p.value.substring(0,14)&&(t=mxUtils.button(mxResources.get("crop"),function(){var a=new CropImageDialog(b,p.value,function(a){p.value=a});b.showDialog(a.container,200,180,!0,!0);a.init()}),t.className="geBtn",d.appendChild(t));"undefined"!=typeof google&&"undefined"!=typeof google.picker&&window.self===window.top&&(t=mxUtils.button(mxResources.get("search"),function(){if(null==b.imageSearchPicker){var a=(new google.picker.PickerBuilder).setLocale(mxLanguage).addView(google.picker.ViewId.IMAGE_SEARCH).enableFeature(google.picker.Feature.NAV_HIDDEN); -b.imageSearchPicker=a.setCallback(function(a){ImageDialog.filePicked(a)}).build()}b.imageSearchPicker.setVisible(!0)}),t.className="geBtn",d.appendChild(t),null!=b.drive&&"1"==urlParams.photos&&(t=mxUtils.button(mxResources.get("googlePlus"),function(){b.spinner.spin(document.body,mxResources.get("authorizing"))&&b.drive.checkToken(mxUtils.bind(this,function(){b.spinner.stop();if(null==b.photoPicker){var a=gapi.auth.getToken().access_token,a=(new google.picker.PickerBuilder).setAppId(b.drive.appId).setLocale(mxLanguage).setOAuthToken(a).addView(google.picker.ViewId.PHOTOS).addView(google.picker.ViewId.PHOTO_ALBUMS).addView(google.picker.ViewId.PHOTO_UPLOAD); -b.photoPicker=a.setCallback(function(a){ImageDialog.filePicked(a)}).build()}b.photoPicker.setVisible(!0)}))}),t.className="geBtn",d.appendChild(t)));mxEvent.addListener(p,"keypress",function(a){13==a.keyCode&&g(p.value)});t=mxUtils.button(mxResources.get("apply"),function(){g(p.value)});t.className="geBtn gePrimaryBtn";d.appendChild(t);b.editor.cancelFirst||d.appendChild(e);Graph.fileSupport&&(d.style.marginTop="120px",n.style.backgroundImage="url('"+IMAGE_PATH+"/droptarget.png')",n.style.backgroundPosition= -"center 65%",n.style.backgroundRepeat="no-repeat",e=document.createElement("div"),e.style.position="absolute",e.style.width="420px",e.style.top="58%",e.style.textAlign="center",e.style.fontSize="18px",e.style.color="#a0c3ff",mxUtils.write(e,mxResources.get("dragImagesHere")),n.appendChild(e));n.appendChild(d);this.container=n},LinkDialog=function(b,e,d,c,h){function k(a,f,b){b=mxUtils.button("",b);b.className="geBtn";b.setAttribute("title",f);f=document.createElement("img");f.style.height="26px"; -f.style.width="26px";f.setAttribute("src",a);b.style.minWidth="42px";b.style.verticalAlign="middle";b.appendChild(f);x.appendChild(b)}var m=document.createElement("div");mxUtils.write(m,mxResources.get("editLink")+":");var n=document.createElement("div");n.className="geTitle";n.style.backgroundColor="transparent";n.style.borderColor="transparent";n.style.whiteSpace="nowrap";n.style.textOverflow="clip";n.style.cursor="default";mxClient.IS_VML||(n.style.paddingRight="20px");var p=document.createElement("input"); +"inline":"inline-block";d.style.top=(mxClient.IS_VML?0:3)+"px";d.style.background="url('"+b.editor.transparentImage+"')";mxEvent.addListener(d,"click",function(){p.value="";p.focus()});e.appendChild(p);e.appendChild(d);n.appendChild(e);var a=function(a,f,l,d){var e="data:"==a.substring(0,5);!b.isOffline()||e&&"undefined"===typeof chrome?0<a.length&&b.spinner.spin(document.body,mxResources.get("inserting"))?b.loadImage(a,function(h){b.spinner.stop();b.hideDialog();var w=!1===d?1:null!=f&&null!=l?Math.max(f/ +h.width,l/h.height):Math.min(1,Math.min(520/h.width,520/h.height));k&&(a=b.convertDataUri(a));c(a,Math.round(Number(h.width)*w),Math.round(Number(h.height)*w))},function(){b.spinner.stop();c(null);b.showError(mxResources.get("error"),mxResources.get("fileNotFound"),mxResources.get("ok"))}):(b.hideDialog(),c(a)):(a=b.convertDataUri(a),f=null==f?120:f,l=null==l?100:l,b.hideDialog(),c(a,f,l))},f=function(f,l){if(null!=f){var d=g?null:m.getModel().getGeometry(m.getSelectionCell());null!=d?a(f,d.width, +d.height,l):a(f,null,null,l)}else b.hideDialog(),c(null)};this.init=function(){p.focus();if(Graph.fileSupport){p.setAttribute("placeholder",mxResources.get("dragImagesHere"));var a=n.parentNode,c=null;mxEvent.addListener(a,"dragleave",function(a){null!=c&&(c.parentNode.removeChild(c),c=null);a.stopPropagation();a.preventDefault()});mxEvent.addListener(a,"dragover",mxUtils.bind(this,function(f){null==c&&(!mxClient.IS_IE||10<document.documentMode)&&(c=b.highlightElement(a));f.stopPropagation();f.preventDefault()})); +mxEvent.addListener(a,"drop",mxUtils.bind(this,function(a){null!=c&&(c.parentNode.removeChild(c),c=null);if(0<a.dataTransfer.files.length)b.importFiles(a.dataTransfer.files,0,0,b.maxImageSize,function(a,b,c,l,d,e,q,u){f(a,u)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},!mxEvent.isControlDown(a));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var l=a.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)($|\?)/i.test(l)&& +f(decodeURIComponent(l))}a.stopPropagation();a.preventDefault()}),!1)}};d=document.createElement("div");d.style.marginTop=mxClient.IS_QUIRKS?"22px":"14px";d.style.textAlign="right";e=mxUtils.button(mxResources.get("cancel"),function(){b.spinner.stop();b.hideDialog()});e.className="geBtn";b.editor.cancelFirst&&d.appendChild(e);ImageDialog.filePicked=function(a){a.action==google.picker.Action.PICKED&&null!=a.docs[0].thumbnails&&(a=a.docs[0].thumbnails[a.docs[0].thumbnails.length-1],null!=a&&(p.value= +a.url));p.focus()};if(Graph.fileSupport){var l=document.createElement("input");l.setAttribute("multiple","multiple");l.setAttribute("type","file");if(null==document.documentMode){mxEvent.addListener(l,"change",function(a){b.importFiles(l.files,0,0,b.maxImageSize,function(a,b,c,l,h,w){f(a)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},!0)});var q=mxUtils.button(mxResources.get("open"),function(){l.click()});q.className="geBtn";d.appendChild(q)}}document.createElement("canvas").getContext&& +"data:image/"==p.value.substring(0,11)&&"data:image/svg"!=p.value.substring(0,14)&&(q=mxUtils.button(mxResources.get("crop"),function(){var a=new CropImageDialog(b,p.value,function(a){p.value=a});b.showDialog(a.container,200,180,!0,!0);a.init()}),q.className="geBtn",d.appendChild(q));"undefined"!=typeof google&&"undefined"!=typeof google.picker&&window.self===window.top&&(q=mxUtils.button(mxResources.get("search"),function(){if(null==b.imageSearchPicker){var a=(new google.picker.PickerBuilder).setLocale(mxLanguage).addView(google.picker.ViewId.IMAGE_SEARCH).enableFeature(google.picker.Feature.NAV_HIDDEN); +b.imageSearchPicker=a.setCallback(function(a){ImageDialog.filePicked(a)}).build()}b.imageSearchPicker.setVisible(!0)}),q.className="geBtn",d.appendChild(q),null!=b.drive&&"1"==urlParams.photos&&(q=mxUtils.button(mxResources.get("googlePlus"),function(){b.spinner.spin(document.body,mxResources.get("authorizing"))&&b.drive.checkToken(mxUtils.bind(this,function(){b.spinner.stop();if(null==b.photoPicker){var a=gapi.auth.getToken().access_token,a=(new google.picker.PickerBuilder).setAppId(b.drive.appId).setLocale(mxLanguage).setOAuthToken(a).addView(google.picker.ViewId.PHOTOS).addView(google.picker.ViewId.PHOTO_ALBUMS).addView(google.picker.ViewId.PHOTO_UPLOAD); +b.photoPicker=a.setCallback(function(a){ImageDialog.filePicked(a)}).build()}b.photoPicker.setVisible(!0)}))}),q.className="geBtn",d.appendChild(q)));mxEvent.addListener(p,"keypress",function(a){13==a.keyCode&&f(p.value)});q=mxUtils.button(mxResources.get("apply"),function(){f(p.value)});q.className="geBtn gePrimaryBtn";d.appendChild(q);b.editor.cancelFirst||d.appendChild(e);Graph.fileSupport&&(d.style.marginTop="120px",n.style.backgroundImage="url('"+IMAGE_PATH+"/droptarget.png')",n.style.backgroundPosition= +"center 65%",n.style.backgroundRepeat="no-repeat",e=document.createElement("div"),e.style.position="absolute",e.style.width="420px",e.style.top="58%",e.style.textAlign="center",e.style.fontSize="18px",e.style.color="#a0c3ff",mxUtils.write(e,mxResources.get("dragImagesHere")),n.appendChild(e));n.appendChild(d);this.container=n},LinkDialog=function(b,e,d,c,g){function k(a,b,f){f=mxUtils.button("",f);f.className="geBtn";f.setAttribute("title",b);b=document.createElement("img");b.style.height="26px"; +b.style.width="26px";b.setAttribute("src",a);f.style.minWidth="42px";f.style.verticalAlign="middle";f.appendChild(b);x.appendChild(f)}var m=document.createElement("div");mxUtils.write(m,mxResources.get("editLink")+":");var n=document.createElement("div");n.className="geTitle";n.style.backgroundColor="transparent";n.style.borderColor="transparent";n.style.whiteSpace="nowrap";n.style.textOverflow="clip";n.style.cursor="default";mxClient.IS_VML||(n.style.paddingRight="20px");var p=document.createElement("input"); p.setAttribute("placeholder",mxResources.get("dragUrlsHere"));p.setAttribute("type","text");p.style.marginTop="6px";p.style.width="440px";p.style.backgroundImage="url('"+Dialog.prototype.clearImage+"')";p.style.backgroundRepeat="no-repeat";p.style.backgroundPosition="100% 50%";p.style.paddingRight="14px";var a=document.createElement("div");a.setAttribute("title",mxResources.get("reset"));a.style.position="relative";a.style.left="-16px";a.style.width="12px";a.style.height="14px";a.style.cursor="pointer"; -a.style.display=mxClient.IS_VML?"inline":"inline-block";a.style.top=(mxClient.IS_VML?0:3)+"px";a.style.background="url('"+b.editor.transparentImage+"')";mxEvent.addListener(a,"click",function(){p.value="";p.focus()});var g=document.createElement("input");g.style.cssText="margin-right:8px;margin-bottom:8px;";g.setAttribute("value","url");g.setAttribute("type","radio");g.setAttribute("name","current-linkdialog");var l=document.createElement("input");l.style.cssText="margin-right:8px;margin-bottom:8px;"; -l.setAttribute("value","url");l.setAttribute("type","radio");l.setAttribute("name","current-linkdialog");var t=document.createElement("select");t.style.width="420px";if(h&&null!=b.pages){null!=e&&"data:page/id,"==e.substring(0,13)?(l.setAttribute("checked","checked"),l.defaultChecked=!0):(p.setAttribute("value",e),g.setAttribute("checked","checked"),g.defaultChecked=!0);p.style.width="420px";n.appendChild(g);n.appendChild(p);n.appendChild(a);mxUtils.br(n);n.appendChild(l);h=!1;for(a=0;a<b.pages.length;a++){var q= -document.createElement("option");mxUtils.write(q,b.pages[a].getName()||mxResources.get("pageWithNumber",[a+1]));q.setAttribute("value","data:page/id,"+b.pages[a].getId());e==q.getAttribute("value")&&(q.setAttribute("selected","selected"),h=!0);t.appendChild(q)}if(!h&&l.checked){var u=document.createElement("option");mxUtils.write(u,mxResources.get("pageNotFound"));u.setAttribute("disabled","disabled");u.setAttribute("selected","selected");u.setAttribute("value","pageNotFound");t.appendChild(u);mxEvent.addListener(t, -"change",function(){null==u.parentNode||u.selected||u.parentNode.removeChild(u)})}n.appendChild(t)}else p.setAttribute("value",e),n.appendChild(p),n.appendChild(a);m.appendChild(n);var v=mxUtils.button(d,function(){b.hideDialog();c(l.checked?"pageNotFound"!==t.value?t.value:e:p.value,LinkDialog.selectedDocs)});v.style.verticalAlign="middle";v.className="geBtn gePrimaryBtn";this.init=function(){l.checked?t.focus():(p.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS? -p.select():document.execCommand("selectAll",!1,null));mxEvent.addListener(t,"focus",function(){g.removeAttribute("checked");l.setAttribute("checked","checked");l.checked=!0});mxEvent.addListener(p,"focus",function(){l.removeAttribute("checked");g.setAttribute("checked","checked");g.checked=!0});if(Graph.fileSupport){var a=m.parentNode,f=null;mxEvent.addListener(a,"dragleave",function(a){null!=f&&(f.parentNode.removeChild(f),f=null);a.stopPropagation();a.preventDefault()});mxEvent.addListener(a,"dragover", -mxUtils.bind(this,function(g){null==f&&(!mxClient.IS_IE||10<document.documentMode)&&(f=b.highlightElement(a));g.stopPropagation();g.preventDefault()}));mxEvent.addListener(a,"drop",mxUtils.bind(this,function(a){null!=f&&(f.parentNode.removeChild(f),f=null);0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")&&(p.value=decodeURIComponent(a.dataTransfer.getData("text/uri-list")),g.setAttribute("checked","checked"),g.checked=!0,v.click());a.stopPropagation();a.preventDefault()}),!1)}};var x=document.createElement("div"); +a.style.display=mxClient.IS_VML?"inline":"inline-block";a.style.top=(mxClient.IS_VML?0:3)+"px";a.style.background="url('"+b.editor.transparentImage+"')";mxEvent.addListener(a,"click",function(){p.value="";p.focus()});var f=document.createElement("input");f.style.cssText="margin-right:8px;margin-bottom:8px;";f.setAttribute("value","url");f.setAttribute("type","radio");f.setAttribute("name","current-linkdialog");var l=document.createElement("input");l.style.cssText="margin-right:8px;margin-bottom:8px;"; +l.setAttribute("value","url");l.setAttribute("type","radio");l.setAttribute("name","current-linkdialog");var q=document.createElement("select");q.style.width="420px";if(g&&null!=b.pages){null!=e&&"data:page/id,"==e.substring(0,13)?(l.setAttribute("checked","checked"),l.defaultChecked=!0):(p.setAttribute("value",e),f.setAttribute("checked","checked"),f.defaultChecked=!0);p.style.width="420px";n.appendChild(f);n.appendChild(p);n.appendChild(a);mxUtils.br(n);n.appendChild(l);g=!1;for(a=0;a<b.pages.length;a++){var u= +document.createElement("option");mxUtils.write(u,b.pages[a].getName()||mxResources.get("pageWithNumber",[a+1]));u.setAttribute("value","data:page/id,"+b.pages[a].getId());e==u.getAttribute("value")&&(u.setAttribute("selected","selected"),g=!0);q.appendChild(u)}if(!g&&l.checked){var t=document.createElement("option");mxUtils.write(t,mxResources.get("pageNotFound"));t.setAttribute("disabled","disabled");t.setAttribute("selected","selected");t.setAttribute("value","pageNotFound");q.appendChild(t);mxEvent.addListener(q, +"change",function(){null==t.parentNode||t.selected||t.parentNode.removeChild(t)})}n.appendChild(q)}else p.setAttribute("value",e),n.appendChild(p),n.appendChild(a);m.appendChild(n);var v=mxUtils.button(d,function(){b.hideDialog();c(l.checked?"pageNotFound"!==q.value?q.value:e:p.value,LinkDialog.selectedDocs)});v.style.verticalAlign="middle";v.className="geBtn gePrimaryBtn";this.init=function(){l.checked?q.focus():(p.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS? +p.select():document.execCommand("selectAll",!1,null));mxEvent.addListener(q,"focus",function(){f.removeAttribute("checked");l.setAttribute("checked","checked");l.checked=!0});mxEvent.addListener(p,"focus",function(){l.removeAttribute("checked");f.setAttribute("checked","checked");f.checked=!0});if(Graph.fileSupport){var a=m.parentNode,h=null;mxEvent.addListener(a,"dragleave",function(a){null!=h&&(h.parentNode.removeChild(h),h=null);a.stopPropagation();a.preventDefault()});mxEvent.addListener(a,"dragover", +mxUtils.bind(this,function(f){null==h&&(!mxClient.IS_IE||10<document.documentMode)&&(h=b.highlightElement(a));f.stopPropagation();f.preventDefault()}));mxEvent.addListener(a,"drop",mxUtils.bind(this,function(a){null!=h&&(h.parentNode.removeChild(h),h=null);0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")&&(p.value=decodeURIComponent(a.dataTransfer.getData("text/uri-list")),f.setAttribute("checked","checked"),f.checked=!0,v.click());a.stopPropagation();a.preventDefault()}),!1)}};var x=document.createElement("div"); x.style.marginTop="20px";x.style.textAlign="right";d=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()});d.style.verticalAlign="middle";d.className="geBtn";b.editor.cancelFirst&&x.appendChild(d);n=mxUtils.button(mxResources.get("help"),function(){b.openLink("https://desk.draw.io/solution/articles/16000080137")});n.style.verticalAlign="middle";n.className="geBtn";x.appendChild(n);b.isOffline()&&!mxClient.IS_CHROMEAPP&&(n.style.display="none");LinkDialog.selectedDocs=null;LinkDialog.filePicked= -function(a){if(a.action==google.picker.Action.PICKED){LinkDialog.selectedDocs=a.docs;var f=a.docs[0].url;"application/mxe"==a.docs[0].mimeType||"application/vnd.jgraph.mxfile"==a.docs[0].mimeType?(f=DriveClient.prototype.oldAppHostname,f="https://"+f+"/#G"+a.docs[0].id):"application/mxr"==a.docs[0].mimeType||"application/vnd.jgraph.mxfile.realtime"==a.docs[0].mimeType?(f=DriveClient.prototype.newAppHostname,f="https://"+f+"/#G"+a.docs[0].id):"application/vnd.google-apps.folder"==a.docs[0].mimeType&& -(f="https://drive.google.com/#folders/"+a.docs[0].id);p.value=f;p.focus()}else LinkDialog.selectedDocs=null;p.focus()};"undefined"!=typeof google&&"undefined"!=typeof google.picker&&null!=b.drive&&k(IMAGE_PATH+"/google-drive-logo.svg",mxResources.get("googlePlus"),function(){b.spinner.spin(document.body,mxResources.get("authorizing"))&&b.drive.checkToken(mxUtils.bind(this,function(){b.spinner.stop();if(null==b.linkPicker){var a=gapi.auth.getToken().access_token,f=(new google.picker.DocsView(google.picker.ViewId.FOLDERS)).setParent("root").setIncludeFolders(!0).setSelectFolderEnabled(!0), -g=(new google.picker.DocsView).setIncludeFolders(!0).setSelectFolderEnabled(!0),c=(new google.picker.DocsView).setIncludeFolders(!0).setEnableTeamDrives(!0).setSelectFolderEnabled(!0),a=(new google.picker.PickerBuilder).setAppId(b.drive.appId).setLocale(mxLanguage).setOAuthToken(a).enableFeature(google.picker.Feature.SUPPORT_TEAM_DRIVES).addView(f).addView(g).addView(c).addView(google.picker.ViewId.RECENTLY_PICKED).addView(google.picker.ViewId.IMAGE_SEARCH).addView(google.picker.ViewId.VIDEO_SEARCH).addView(google.picker.ViewId.MAPS); +function(a){if(a.action==google.picker.Action.PICKED){LinkDialog.selectedDocs=a.docs;var b=a.docs[0].url;"application/mxe"==a.docs[0].mimeType||"application/vnd.jgraph.mxfile"==a.docs[0].mimeType?(b=DriveClient.prototype.oldAppHostname,b="https://"+b+"/#G"+a.docs[0].id):"application/mxr"==a.docs[0].mimeType||"application/vnd.jgraph.mxfile.realtime"==a.docs[0].mimeType?(b=DriveClient.prototype.newAppHostname,b="https://"+b+"/#G"+a.docs[0].id):"application/vnd.google-apps.folder"==a.docs[0].mimeType&& +(b="https://drive.google.com/#folders/"+a.docs[0].id);p.value=b;p.focus()}else LinkDialog.selectedDocs=null;p.focus()};"undefined"!=typeof google&&"undefined"!=typeof google.picker&&null!=b.drive&&k(IMAGE_PATH+"/google-drive-logo.svg",mxResources.get("googlePlus"),function(){b.spinner.spin(document.body,mxResources.get("authorizing"))&&b.drive.checkToken(mxUtils.bind(this,function(){b.spinner.stop();if(null==b.linkPicker){var a=gapi.auth.getToken().access_token,h=(new google.picker.DocsView(google.picker.ViewId.FOLDERS)).setParent("root").setIncludeFolders(!0).setSelectFolderEnabled(!0), +f=(new google.picker.DocsView).setIncludeFolders(!0).setSelectFolderEnabled(!0),c=(new google.picker.DocsView).setIncludeFolders(!0).setEnableTeamDrives(!0).setSelectFolderEnabled(!0),a=(new google.picker.PickerBuilder).setAppId(b.drive.appId).setLocale(mxLanguage).setOAuthToken(a).enableFeature(google.picker.Feature.SUPPORT_TEAM_DRIVES).addView(h).addView(f).addView(c).addView(google.picker.ViewId.RECENTLY_PICKED).addView(google.picker.ViewId.IMAGE_SEARCH).addView(google.picker.ViewId.VIDEO_SEARCH).addView(google.picker.ViewId.MAPS); "1"==urlParams.photos&&a.addView(google.picker.ViewId.PHOTOS).addView(google.picker.ViewId.PHOTO_ALBUMS).addView(google.picker.ViewId.PHOTO_UPLOAD);b.linkPicker=a.setCallback(function(a){LinkDialog.filePicked(a)}).build()}b.linkPicker.setVisible(!0)}))});"undefined"!=typeof Dropbox&&"undefined"!=typeof Dropbox.choose&&k(IMAGE_PATH+"/dropbox-logo.svg",mxResources.get("dropbox"),function(){Dropbox.choose({linkType:"direct",cancel:function(){},success:function(a){p.value=a[0].link;p.focus()}})});null!= -b.oneDrive&&k(IMAGE_PATH+"/onedrive-logo.svg",mxResources.get("oneDrive"),function(){b.oneDrive.pickFile(function(a,f){p.value=f.value[0].webUrl;p.focus()})});null!=b.gitHub&&k(IMAGE_PATH+"/github-logo.svg",mxResources.get("github"),function(){b.gitHub.pickFile(function(a){if(null!=a){a=a.split("/");var f=a[0],b=a[1],g=a[2];a=a.slice(3,a.length).join("/");p.value="https://github.com/"+f+"/"+b+"/blob/"+g+"/"+a;p.focus()}})});mxEvent.addListener(p,"keypress",function(a){13==a.keyCode&&(b.hideDialog(), -c(l.checked?t.value:p.value,LinkDialog.selectedDocs))});x.appendChild(v);b.editor.cancelFirst||x.appendChild(d);m.appendChild(x);this.container=m},AboutDialog=function(b){var e=document.createElement("div");e.style.marginTop="6px";e.setAttribute("align","center");var d=document.createElement("img");d.style.border="0px";mxClient.IS_SVG?(d.setAttribute("width","164"),d.setAttribute("height","221"),d.style.width="164px",d.style.height="221px",d.setAttribute("src",IMAGE_PATH+"/drawlogo-text-bottom.svg")): +b.oneDrive&&k(IMAGE_PATH+"/onedrive-logo.svg",mxResources.get("oneDrive"),function(){b.oneDrive.pickFile(function(a,b){p.value=b.value[0].webUrl;p.focus()})});null!=b.gitHub&&k(IMAGE_PATH+"/github-logo.svg",mxResources.get("github"),function(){b.gitHub.pickFile(function(a){if(null!=a){a=a.split("/");var b=a[0],f=a[1],c=a[2];a=a.slice(3,a.length).join("/");p.value="https://github.com/"+b+"/"+f+"/blob/"+c+"/"+a;p.focus()}})});mxEvent.addListener(p,"keypress",function(a){13==a.keyCode&&(b.hideDialog(), +c(l.checked?q.value:p.value,LinkDialog.selectedDocs))});x.appendChild(v);b.editor.cancelFirst||x.appendChild(d);m.appendChild(x);this.container=m},AboutDialog=function(b){var e=document.createElement("div");e.style.marginTop="6px";e.setAttribute("align","center");var d=document.createElement("img");d.style.border="0px";mxClient.IS_SVG?(d.setAttribute("width","164"),d.setAttribute("height","221"),d.style.width="164px",d.style.height="221px",d.setAttribute("src",IMAGE_PATH+"/drawlogo-text-bottom.svg")): (d.setAttribute("width","176"),d.setAttribute("height","219"),d.style.width="170px",d.style.height="219px",d.setAttribute("src",IMAGE_PATH+"/logo-flat.png"));e.appendChild(d);mxUtils.br(e);d=document.createElement("small");d.innerHTML="v "+EditorUi.VERSION;d.style.color="#505050";e.appendChild(d);mxUtils.br(e);mxUtils.br(e);d=document.createElement("small");d.style.color="#505050";d.innerHTML='© 2005-2018 <a href="https://about.draw.io/" style="color:inherit;" target="_blank">JGraph Ltd</a>.<br>All Rights Reserved.'; e.appendChild(d);mxEvent.addListener(e,"click",function(c){"A"!=mxEvent.getSource(c).nodeName&&b.hideDialog()});this.container=e},FeedbackDialog=function(b){var e=document.createElement("div"),d=document.createElement("div");mxUtils.write(d,mxResources.get("sendYourFeedbackToDrawIo"));d.style.fontSize="18px";d.style.marginBottom="18px";e.appendChild(d);d=document.createElement("div");mxUtils.write(d,mxResources.get("yourEmailAddress")+" ("+mxResources.get("required")+")");e.appendChild(d);var c=document.createElement("input"); -c.setAttribute("type","text");c.style.marginTop="6px";c.style.width="600px";var h=mxUtils.button(mxResources.get("sendMessage"),function(){var a=(m.checked?"\nDiagram:\n"+b.getFileData():"")+"\nBrowser:\n"+navigator.userAgent;a.length>FeedbackDialog.maxAttachmentSize?b.alert(mxResources.get("drawingTooLarge")):(b.hideDialog(),b.spinner.spin(document.body)&&mxUtils.post(null!=FeedbackDialog.feedbackUrl?FeedbackDialog.feedbackUrl:"/email","email="+encodeURIComponent(c.value)+"&version="+encodeURIComponent(EditorUi.VERSION)+ -"&url="+encodeURIComponent(window.location.href)+"&body="+encodeURIComponent("Feedback:\n"+p.value+a),function(a){b.spinner.stop();200<=a.getStatus()&&299>=a.getStatus()?b.alert(mxResources.get("feedbackSent")):b.alert(mxResources.get("errorSendingFeedback"))},function(){b.spinner.stop();b.alert(mxResources.get("errorSendingFeedback"))}))});h.className="geBtn gePrimaryBtn";h.setAttribute("disabled","disabled");var k=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; -mxEvent.addListener(c,"change",function(){0<c.value.length&&0<k.test(c.value)?h.removeAttribute("disabled"):h.setAttribute("disabled","disabled")});mxEvent.addListener(c,"keyup",function(){0<c.value.length&&k.test(c.value)?h.removeAttribute("disabled"):h.setAttribute("disabled","disabled")});e.appendChild(c);this.init=function(){c.focus()};var m=document.createElement("input");m.setAttribute("type","checkbox");m.setAttribute("checked","checked");m.defaultChecked=!0;d=document.createElement("p");d.style.marginTop= +c.setAttribute("type","text");c.style.marginTop="6px";c.style.width="600px";var g=mxUtils.button(mxResources.get("sendMessage"),function(){var a=(m.checked?"\nDiagram:\n"+b.getFileData():"")+"\nBrowser:\n"+navigator.userAgent;a.length>FeedbackDialog.maxAttachmentSize?b.alert(mxResources.get("drawingTooLarge")):(b.hideDialog(),b.spinner.spin(document.body)&&mxUtils.post(null!=FeedbackDialog.feedbackUrl?FeedbackDialog.feedbackUrl:"/email","email="+encodeURIComponent(c.value)+"&version="+encodeURIComponent(EditorUi.VERSION)+ +"&url="+encodeURIComponent(window.location.href)+"&body="+encodeURIComponent("Feedback:\n"+p.value+a),function(a){b.spinner.stop();200<=a.getStatus()&&299>=a.getStatus()?b.alert(mxResources.get("feedbackSent")):b.alert(mxResources.get("errorSendingFeedback"))},function(){b.spinner.stop();b.alert(mxResources.get("errorSendingFeedback"))}))});g.className="geBtn gePrimaryBtn";g.setAttribute("disabled","disabled");var k=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; +mxEvent.addListener(c,"change",function(){0<c.value.length&&0<k.test(c.value)?g.removeAttribute("disabled"):g.setAttribute("disabled","disabled")});mxEvent.addListener(c,"keyup",function(){0<c.value.length&&k.test(c.value)?g.removeAttribute("disabled"):g.setAttribute("disabled","disabled")});e.appendChild(c);this.init=function(){c.focus()};var m=document.createElement("input");m.setAttribute("type","checkbox");m.setAttribute("checked","checked");m.defaultChecked=!0;d=document.createElement("p");d.style.marginTop= "14px";d.appendChild(m);var n=document.createElement("span");mxUtils.write(n," "+mxResources.get("includeCopyOfMyDiagram"));d.appendChild(n);mxEvent.addListener(n,"click",function(a){m.checked=!m.checked;mxEvent.consume(a)});e.appendChild(d);d=document.createElement("div");mxUtils.write(d,mxResources.get("feedback"));e.appendChild(d);var p=document.createElement("textarea");p.style.resize="none";p.style.width="600px";p.style.height="140px";p.style.marginTop="6px";p.setAttribute("placeholder",mxResources.get("commentsNotes")); -e.appendChild(p);d=document.createElement("div");d.style.marginTop="26px";d.style.textAlign="right";n=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()});n.className="geBtn";b.editor.cancelFirst?(d.appendChild(n),d.appendChild(h)):(d.appendChild(h),d.appendChild(n));e.appendChild(d);this.container=e};FeedbackDialog.maxAttachmentSize=1E6; -var RevisionDialog=function(b,e,d){var c=document.createElement("div"),h=document.createElement("h3");h.style.marginTop="0px";mxUtils.write(h,mxResources.get("revisionHistory"));c.appendChild(h);var k=document.createElement("div");k.style.position="absolute";k.style.overflow="auto";k.style.width="170px";k.style.height="378px";c.appendChild(k);var m=document.createElement("div");m.style.position="absolute";m.style.border="1px solid lightGray";m.style.left="199px";m.style.width="470px";m.style.height= -"376px";m.style.overflow="hidden";mxEvent.disableContextMenu(m);c.appendChild(m);var n=new Graph(m);n.setEnabled(!1);n.setPanning(!0);n.panningHandler.ignoreCell=!0;n.panningHandler.useLeftButtonForPanning=!0;n.minFitScale=null;n.maxFitScale=null;n.centerZoom=!0;var p=0,a=null,g=0,l=n.getGlobalVariable;n.getGlobalVariable=function(f){return"page"==f&&null!=a&&null!=a[g]?a[g].getAttribute("name"):"pagenumber"==f?g+1:l.apply(this,arguments)};n.getLinkForCell=function(){return null};Editor.MathJaxRender&& -n.addListener(mxEvent.SIZE,mxUtils.bind(this,function(a,f){b.editor.graph.mathEnabled&&Editor.MathJaxRender(n.container)}));var t=new Spinner({lines:11,length:15,width:6,radius:10,corners:1,rotate:0,direction:1,color:"#000",speed:1.4,trail:60,shadow:!1,hwaccel:!1,className:"spinner",zIndex:2E9,top:"50%",left:"50%"}),q=b.getCurrentFile(),u=null,v=null,x=null,z=null,f=mxUtils.button("",function(){null!=x&&n.zoomIn()});f.className="geSprite geSprite-zoomin";f.setAttribute("title",mxResources.get("zoomIn")); -f.style.outline="none";f.style.border="none";f.style.margin="2px";f.setAttribute("disabled","disabled");mxUtils.setOpacity(f,20);var w=mxUtils.button("",function(){null!=x&&n.zoomOut()});w.className="geSprite geSprite-zoomout";w.setAttribute("title",mxResources.get("zoomOut"));w.style.outline="none";w.style.border="none";w.style.margin="2px";w.setAttribute("disabled","disabled");mxUtils.setOpacity(w,20);var B=mxUtils.button("",function(){null!=x&&(n.maxFitScale=8,n.fit(8),n.center())});B.className= -"geSprite geSprite-fit";B.setAttribute("title",mxResources.get("fit"));B.style.outline="none";B.style.border="none";B.style.margin="2px";B.setAttribute("disabled","disabled");mxUtils.setOpacity(B,20);var E=mxUtils.button("",function(){null!=x&&(n.zoomActual(),n.center())});E.className="geSprite geSprite-actualsize";E.setAttribute("title",mxResources.get("actualSize"));E.style.outline="none";E.style.border="none";E.style.margin="2px";E.setAttribute("disabled","disabled");mxUtils.setOpacity(E,20);var y= -document.createElement("div");y.style.position="absolute";y.style.textAlign="right";y.style.color="gray";y.style.marginTop="10px";y.style.backgroundColor="transparent";y.style.top="440px";y.style.right="32px";y.style.maxWidth="380px";y.style.cursor="default";var J=mxUtils.button(mxResources.get("download"),function(){if(null!=x){var a=b.getCurrentFile(),a=null!=a&&null!=a.getTitle()?a.getTitle():b.defaultFilename,f=mxUtils.getXml(x.documentElement);b.isLocalFileSave()?b.saveLocalFile(f,a,"text/xml"): -(f="undefined"===typeof pako?"&xml="+encodeURIComponent(f):"&data="+encodeURIComponent(b.editor.graph.compress(f)),(new mxXmlRequest(SAVE_URL,"filename="+encodeURIComponent(a)+"&format=xml"+f)).simulate(document,"_blank"))}});J.className="geBtn";J.setAttribute("disabled","disabled");var A=mxUtils.button(mxResources.get("restore"),function(){null!=x&&null!=z&&b.confirm(mxResources.get("areYouSure"),function(){null!=d?d(z):b.spinner.spin(document.body,mxResources.get("restoring"))&&q.save(!0,function(a){b.spinner.stop(); -b.replaceFileData(z);b.hideDialog()},function(a){b.spinner.stop();b.editor.setStatus("");b.handleError(a,null!=a?mxResources.get("errorSavingFile"):null)})})});A.className="geBtn";A.setAttribute("disabled","disabled");var D=document.createElement("select");D.setAttribute("disabled","disabled");D.style.maxWidth="80px";D.style.position="relative";D.style.top="-2px";D.style.verticalAlign="bottom";D.style.marginRight="6px";D.style.display="none";var I=null;mxEvent.addListener(D,"change",function(a){null!= -I&&(I(a),mxEvent.consume(a))});var C=mxUtils.button(mxResources.get("openInNewWindow"),function(){null!=x&&(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(mxUtils.getXml(x.documentElement)),window.openWindow(b.getUrl()))});C.className="geBtn";C.setAttribute("disabled","disabled");null!=d&&(C.style.display="none");var F=mxUtils.button(mxResources.get("show"),function(){null!=v&&b.openLink(v.getUrl())});F.className="geBtn gePrimaryBtn";F.setAttribute("disabled", -"disabled");null!=d&&(F.style.display="none",A.className="geBtn gePrimaryBtn");h=document.createElement("div");h.style.position="absolute";h.style.top="482px";h.style.width="640px";h.style.textAlign="right";var H=document.createElement("div");H.className="geToolbarContainer";H.style.backgroundColor="transparent";H.style.padding="2px";H.style.border="none";H.style.left="199px";H.style.top="442px";var G=null;if(null!=e&&0<e.length){m.style.cursor="move";var M=document.createElement("table");M.style.border= -"1px solid lightGray";M.style.borderCollapse="collapse";M.style.borderSpacing="0px";M.style.width="100%";var Y=document.createElement("tbody"),aa=(new Date).toDateString();null!=b.currentPage&&null!=b.pages&&(p=mxUtils.indexOf(b.pages,b.currentPage));for(var O=e.length-1;0<=O;O--){var X=function(c){var l=new Date(c.modifiedDate),d=null;if(0<=l.getTime()){var h=function(c){t.stop();var e=mxUtils.parseXml(c),h=b.editor.extractGraphModel(e.documentElement,!0);if(null!=h){var v=function(a){null!=a&&(a= -u(mxUtils.parseXml(b.editor.graph.decompress(mxUtils.getTextContent(a))).documentElement));return a},u=function(a){var f=a.getAttribute("background");if(null==f||""==f||f==mxConstants.NONE)f="#ffffff";m.style.backgroundColor=f;(new mxCodec(a.ownerDocument)).decode(a,n.getModel());n.maxFitScale=1;n.fit(8);n.center();return a};D.style.display="none";D.innerHTML="";x=e;z=c;a=parseSelectFunction=null;g=0;if("mxfile"==h.nodeName){e=h.getElementsByTagName("diagram");a=[];for(c=0;c<e.length;c++)a.push(e[c]); -g=Math.min(p,a.length-1);0<a.length&&v(a[g]);if(1<a.length)for(D.removeAttribute("disabled"),D.style.display="",c=0;c<a.length;c++)e=document.createElement("option"),mxUtils.write(e,a[c].getAttribute("name")||mxResources.get("pageWithNumber",[c+1])),e.setAttribute("value",c),c==g&&e.setAttribute("selected","selected"),D.appendChild(e);I=function(){g=p=parseInt(D.value);v(a[p])}}else u(h);y.innerHTML="";mxUtils.write(y,l.toLocaleDateString()+" "+l.toLocaleTimeString());y.setAttribute("title",d.getAttribute("title")); -f.removeAttribute("disabled");w.removeAttribute("disabled");B.removeAttribute("disabled");E.removeAttribute("disabled");null!=q&&q.isRestricted()||(b.editor.graph.isEnabled()&&A.removeAttribute("disabled"),J.removeAttribute("disabled"),F.removeAttribute("disabled"),C.removeAttribute("disabled"));mxUtils.setOpacity(f,60);mxUtils.setOpacity(w,60);mxUtils.setOpacity(B,60);mxUtils.setOpacity(E,60)}else D.style.display="none",D.innerHTML="",y.innerHTML="",mxUtils.write(y,mxResources.get("errorLoadingFile"))}, -d=document.createElement("tr");d.style.borderBottom="1px solid lightGray";d.style.fontSize="12px";d.style.cursor="pointer";var k=document.createElement("td");k.style.padding="6px";k.style.whiteSpace="nowrap";c==e[e.length-1]?mxUtils.write(k,mxResources.get("current")):l.toDateString()===aa?mxUtils.write(k,l.toLocaleTimeString()):mxUtils.write(k,l.toLocaleDateString()+" "+l.toLocaleTimeString());d.appendChild(k);d.setAttribute("title",l.toLocaleDateString()+" "+l.toLocaleTimeString()+" "+b.formatFileSize(parseInt(c.fileSize))+ -(null!=c.lastModifyingUserName?" "+c.lastModifyingUserName:""));mxEvent.addListener(d,"click",function(a){v!=c&&(t.stop(),null!=u&&(u.style.backgroundColor=""),v=c,u=d,u.style.backgroundColor="#ebf2f9",z=x=null,y.removeAttribute("title"),y.innerHTML=mxResources.get("loading")+"...",m.style.backgroundColor="#ffffff",n.getModel().clear(),A.setAttribute("disabled","disabled"),J.setAttribute("disabled","disabled"),f.setAttribute("disabled","disabled"),w.setAttribute("disabled","disabled"),E.setAttribute("disabled", -"disabled"),B.setAttribute("disabled","disabled"),C.setAttribute("disabled","disabled"),F.setAttribute("disabled","disabled"),D.setAttribute("disabled","disabled"),mxUtils.setOpacity(f,20),mxUtils.setOpacity(w,20),mxUtils.setOpacity(B,20),mxUtils.setOpacity(E,20),t.spin(m),c.getXml(function(a){v==c&&h(a)},function(a){t.stop();D.style.display="none";D.innerHTML="";y.innerHTML="";mxUtils.write(y,mxResources.get("errorLoadingFile"))}),mxEvent.consume(a))});mxEvent.addListener(d,"dblclick",function(a){F.click(); -window.getSelection?window.getSelection().removeAllRanges():document.selection&&document.selection.empty();mxEvent.consume(a)},!1);Y.appendChild(d)}return d}(e[O]);null!=X&&O==e.length-1&&(G=X)}M.appendChild(Y);k.appendChild(M)}else null==q||null==b.drive&&q.constructor==window.DriveFile||null==b.dropbox&&q.constructor==window.DropboxFile?(m.style.display="none",H.style.display="none",mxUtils.write(k,mxResources.get("notAvailable"))):(m.style.display="none",H.style.display="none",mxUtils.write(k, -mxResources.get("noRevisions")));this.init=function(){null!=G&&G.click()};k=mxUtils.button(mxResources.get("close"),function(){b.hideDialog()});k.className="geBtn";H.appendChild(D);H.appendChild(f);H.appendChild(w);H.appendChild(E);H.appendChild(B);b.editor.cancelFirst?(h.appendChild(k),h.appendChild(J),h.appendChild(C),h.appendChild(A),h.appendChild(F)):(h.appendChild(J),h.appendChild(C),h.appendChild(A),h.appendChild(F),h.appendChild(k));c.appendChild(h);c.appendChild(H);c.appendChild(y);this.container= -c},DraftDialog=function(b,e,d,c,h,k,m,n){var p=document.createElement("div"),a=document.createElement("div");a.style.marginTop="0px";a.style.whiteSpace="nowrap";a.style.overflow="auto";mxUtils.write(a,e);p.appendChild(a);var g=document.createElement("div");g.style.position="absolute";g.style.border="1px solid lightGray";g.style.marginTop="10px";g.style.width="640px";g.style.top="46px";g.style.bottom="74px";g.style.overflow="hidden";mxEvent.disableContextMenu(g);p.appendChild(g);var l=new Graph(g); -l.setEnabled(!1);l.setPanning(!0);l.panningHandler.ignoreCell=!0;l.panningHandler.useLeftButtonForPanning=!0;l.minFitScale=null;l.maxFitScale=null;l.centerZoom=!0;e=mxUtils.parseXml(d);var t=b.editor.extractGraphModel(e.documentElement,!0),q=0,u=null,v=l.getGlobalVariable;l.getGlobalVariable=function(a){return"page"==a&&null!=u&&null!=u[q]?u[q].getAttribute("name"):"pagenumber"==a?q+1:v.apply(this,arguments)};l.getLinkForCell=function(){return null};e=mxUtils.button("",function(){l.zoomIn()});e.className= +e.appendChild(p);d=document.createElement("div");d.style.marginTop="26px";d.style.textAlign="right";n=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()});n.className="geBtn";b.editor.cancelFirst?(d.appendChild(n),d.appendChild(g)):(d.appendChild(g),d.appendChild(n));e.appendChild(d);this.container=e};FeedbackDialog.maxAttachmentSize=1E6; +var RevisionDialog=function(b,e,d){var c=document.createElement("div"),g=document.createElement("h3");g.style.marginTop="0px";mxUtils.write(g,mxResources.get("revisionHistory"));c.appendChild(g);var k=document.createElement("div");k.style.position="absolute";k.style.overflow="auto";k.style.width="170px";k.style.height="378px";c.appendChild(k);var m=document.createElement("div");m.style.position="absolute";m.style.border="1px solid lightGray";m.style.left="199px";m.style.width="470px";m.style.height= +"376px";m.style.overflow="hidden";mxEvent.disableContextMenu(m);c.appendChild(m);var n=new Graph(m);n.setEnabled(!1);n.setPanning(!0);n.panningHandler.ignoreCell=!0;n.panningHandler.useLeftButtonForPanning=!0;n.minFitScale=null;n.maxFitScale=null;n.centerZoom=!0;var p=0,a=null,f=0,l=n.getGlobalVariable;n.getGlobalVariable=function(b){return"page"==b&&null!=a&&null!=a[f]?a[f].getAttribute("name"):"pagenumber"==b?f+1:l.apply(this,arguments)};n.getLinkForCell=function(){return null};Editor.MathJaxRender&& +n.addListener(mxEvent.SIZE,mxUtils.bind(this,function(a,h){b.editor.graph.mathEnabled&&Editor.MathJaxRender(n.container)}));var q=new Spinner({lines:11,length:15,width:6,radius:10,corners:1,rotate:0,direction:1,color:"#000",speed:1.4,trail:60,shadow:!1,hwaccel:!1,className:"spinner",zIndex:2E9,top:"50%",left:"50%"}),u=b.getCurrentFile(),t=null,v=null,x=null,z=null,h=mxUtils.button("",function(){null!=x&&n.zoomIn()});h.className="geSprite geSprite-zoomin";h.setAttribute("title",mxResources.get("zoomIn")); +h.style.outline="none";h.style.border="none";h.style.margin="2px";h.setAttribute("disabled","disabled");mxUtils.setOpacity(h,20);var w=mxUtils.button("",function(){null!=x&&n.zoomOut()});w.className="geSprite geSprite-zoomout";w.setAttribute("title",mxResources.get("zoomOut"));w.style.outline="none";w.style.border="none";w.style.margin="2px";w.setAttribute("disabled","disabled");mxUtils.setOpacity(w,20);var C=mxUtils.button("",function(){null!=x&&(n.maxFitScale=8,n.fit(8),n.center())});C.className= +"geSprite geSprite-fit";C.setAttribute("title",mxResources.get("fit"));C.style.outline="none";C.style.border="none";C.style.margin="2px";C.setAttribute("disabled","disabled");mxUtils.setOpacity(C,20);var D=mxUtils.button("",function(){null!=x&&(n.zoomActual(),n.center())});D.className="geSprite geSprite-actualsize";D.setAttribute("title",mxResources.get("actualSize"));D.style.outline="none";D.style.border="none";D.style.margin="2px";D.setAttribute("disabled","disabled");mxUtils.setOpacity(D,20);var y= +document.createElement("div");y.style.position="absolute";y.style.textAlign="right";y.style.color="gray";y.style.marginTop="10px";y.style.backgroundColor="transparent";y.style.top="440px";y.style.right="32px";y.style.maxWidth="380px";y.style.cursor="default";var G=mxUtils.button(mxResources.get("download"),function(){if(null!=x){var a=b.getCurrentFile(),a=null!=a&&null!=a.getTitle()?a.getTitle():b.defaultFilename,h=mxUtils.getXml(x.documentElement);b.isLocalFileSave()?b.saveLocalFile(h,a,"text/xml"): +(h="undefined"===typeof pako?"&xml="+encodeURIComponent(h):"&data="+encodeURIComponent(b.editor.graph.compress(h)),(new mxXmlRequest(SAVE_URL,"filename="+encodeURIComponent(a)+"&format=xml"+h)).simulate(document,"_blank"))}});G.className="geBtn";G.setAttribute("disabled","disabled");var E=mxUtils.button(mxResources.get("restore"),function(){null!=x&&null!=z&&b.confirm(mxResources.get("areYouSure"),function(){null!=d?d(z):b.spinner.spin(document.body,mxResources.get("restoring"))&&u.save(!0,function(a){b.spinner.stop(); +b.replaceFileData(z);b.hideDialog()},function(a){b.spinner.stop();b.editor.setStatus("");b.handleError(a,null!=a?mxResources.get("errorSavingFile"):null)})})});E.className="geBtn";E.setAttribute("disabled","disabled");var F=document.createElement("select");F.setAttribute("disabled","disabled");F.style.maxWidth="80px";F.style.position="relative";F.style.top="-2px";F.style.verticalAlign="bottom";F.style.marginRight="6px";F.style.display="none";var A=null;mxEvent.addListener(F,"change",function(a){null!= +A&&(A(a),mxEvent.consume(a))});var B=mxUtils.button(mxResources.get("openInNewWindow"),function(){null!=x&&(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(mxUtils.getXml(x.documentElement)),window.openWindow(b.getUrl()))});B.className="geBtn";B.setAttribute("disabled","disabled");null!=d&&(B.style.display="none");var I=mxUtils.button(mxResources.get("show"),function(){null!=v&&b.openLink(v.getUrl())});I.className="geBtn gePrimaryBtn";I.setAttribute("disabled", +"disabled");null!=d&&(I.style.display="none",E.className="geBtn gePrimaryBtn");g=document.createElement("div");g.style.position="absolute";g.style.top="482px";g.style.width="640px";g.style.textAlign="right";var H=document.createElement("div");H.className="geToolbarContainer";H.style.backgroundColor="transparent";H.style.padding="2px";H.style.border="none";H.style.left="199px";H.style.top="442px";var J=null;if(null!=e&&0<e.length){m.style.cursor="move";var L=document.createElement("table");L.style.border= +"1px solid lightGray";L.style.borderCollapse="collapse";L.style.borderSpacing="0px";L.style.width="100%";var Q=document.createElement("tbody"),U=(new Date).toDateString();null!=b.currentPage&&null!=b.pages&&(p=mxUtils.indexOf(b.pages,b.currentPage));for(var T=e.length-1;0<=T;T--){var aa=function(c){var l=new Date(c.modifiedDate),d=null;if(0<=l.getTime()){var g=function(c){q.stop();var e=mxUtils.parseXml(c),g=b.editor.extractGraphModel(e.documentElement,!0);if(null!=g){var v=function(a){null!=a&&(a= +t(mxUtils.parseXml(b.editor.graph.decompress(mxUtils.getTextContent(a))).documentElement));return a},t=function(a){var b=a.getAttribute("background");if(null==b||""==b||b==mxConstants.NONE)b="#ffffff";m.style.backgroundColor=b;(new mxCodec(a.ownerDocument)).decode(a,n.getModel());n.maxFitScale=1;n.fit(8);n.center();return a};F.style.display="none";F.innerHTML="";x=e;z=c;a=parseSelectFunction=null;f=0;if("mxfile"==g.nodeName){e=g.getElementsByTagName("diagram");a=[];for(c=0;c<e.length;c++)a.push(e[c]); +f=Math.min(p,a.length-1);0<a.length&&v(a[f]);if(1<a.length)for(F.removeAttribute("disabled"),F.style.display="",c=0;c<a.length;c++)e=document.createElement("option"),mxUtils.write(e,a[c].getAttribute("name")||mxResources.get("pageWithNumber",[c+1])),e.setAttribute("value",c),c==f&&e.setAttribute("selected","selected"),F.appendChild(e);A=function(){f=p=parseInt(F.value);v(a[p])}}else t(g);y.innerHTML="";mxUtils.write(y,l.toLocaleDateString()+" "+l.toLocaleTimeString());y.setAttribute("title",d.getAttribute("title")); +h.removeAttribute("disabled");w.removeAttribute("disabled");C.removeAttribute("disabled");D.removeAttribute("disabled");null!=u&&u.isRestricted()||(b.editor.graph.isEnabled()&&E.removeAttribute("disabled"),G.removeAttribute("disabled"),I.removeAttribute("disabled"),B.removeAttribute("disabled"));mxUtils.setOpacity(h,60);mxUtils.setOpacity(w,60);mxUtils.setOpacity(C,60);mxUtils.setOpacity(D,60)}else F.style.display="none",F.innerHTML="",y.innerHTML="",mxUtils.write(y,mxResources.get("errorLoadingFile"))}, +d=document.createElement("tr");d.style.borderBottom="1px solid lightGray";d.style.fontSize="12px";d.style.cursor="pointer";var k=document.createElement("td");k.style.padding="6px";k.style.whiteSpace="nowrap";c==e[e.length-1]?mxUtils.write(k,mxResources.get("current")):l.toDateString()===U?mxUtils.write(k,l.toLocaleTimeString()):mxUtils.write(k,l.toLocaleDateString()+" "+l.toLocaleTimeString());d.appendChild(k);d.setAttribute("title",l.toLocaleDateString()+" "+l.toLocaleTimeString()+" "+b.formatFileSize(parseInt(c.fileSize))+ +(null!=c.lastModifyingUserName?" "+c.lastModifyingUserName:""));mxEvent.addListener(d,"click",function(a){v!=c&&(q.stop(),null!=t&&(t.style.backgroundColor=""),v=c,t=d,t.style.backgroundColor="#ebf2f9",z=x=null,y.removeAttribute("title"),y.innerHTML=mxResources.get("loading")+"...",m.style.backgroundColor="#ffffff",n.getModel().clear(),E.setAttribute("disabled","disabled"),G.setAttribute("disabled","disabled"),h.setAttribute("disabled","disabled"),w.setAttribute("disabled","disabled"),D.setAttribute("disabled", +"disabled"),C.setAttribute("disabled","disabled"),B.setAttribute("disabled","disabled"),I.setAttribute("disabled","disabled"),F.setAttribute("disabled","disabled"),mxUtils.setOpacity(h,20),mxUtils.setOpacity(w,20),mxUtils.setOpacity(C,20),mxUtils.setOpacity(D,20),q.spin(m),c.getXml(function(a){v==c&&g(a)},function(a){q.stop();F.style.display="none";F.innerHTML="";y.innerHTML="";mxUtils.write(y,mxResources.get("errorLoadingFile"))}),mxEvent.consume(a))});mxEvent.addListener(d,"dblclick",function(a){I.click(); +window.getSelection?window.getSelection().removeAllRanges():document.selection&&document.selection.empty();mxEvent.consume(a)},!1);Q.appendChild(d)}return d}(e[T]);null!=aa&&T==e.length-1&&(J=aa)}L.appendChild(Q);k.appendChild(L)}else null==u||null==b.drive&&u.constructor==window.DriveFile||null==b.dropbox&&u.constructor==window.DropboxFile?(m.style.display="none",H.style.display="none",mxUtils.write(k,mxResources.get("notAvailable"))):(m.style.display="none",H.style.display="none",mxUtils.write(k, +mxResources.get("noRevisions")));this.init=function(){null!=J&&J.click()};k=mxUtils.button(mxResources.get("close"),function(){b.hideDialog()});k.className="geBtn";H.appendChild(F);H.appendChild(h);H.appendChild(w);H.appendChild(D);H.appendChild(C);b.editor.cancelFirst?(g.appendChild(k),g.appendChild(G),g.appendChild(B),g.appendChild(E),g.appendChild(I)):(g.appendChild(G),g.appendChild(B),g.appendChild(E),g.appendChild(I),g.appendChild(k));c.appendChild(g);c.appendChild(H);c.appendChild(y);this.container= +c},DraftDialog=function(b,e,d,c,g,k,m,n){var p=document.createElement("div"),a=document.createElement("div");a.style.marginTop="0px";a.style.whiteSpace="nowrap";a.style.overflow="auto";mxUtils.write(a,e);p.appendChild(a);var f=document.createElement("div");f.style.position="absolute";f.style.border="1px solid lightGray";f.style.marginTop="10px";f.style.width="640px";f.style.top="46px";f.style.bottom="74px";f.style.overflow="hidden";mxEvent.disableContextMenu(f);p.appendChild(f);var l=new Graph(f); +l.setEnabled(!1);l.setPanning(!0);l.panningHandler.ignoreCell=!0;l.panningHandler.useLeftButtonForPanning=!0;l.minFitScale=null;l.maxFitScale=null;l.centerZoom=!0;e=mxUtils.parseXml(d);var q=b.editor.extractGraphModel(e.documentElement,!0),u=0,t=null,v=l.getGlobalVariable;l.getGlobalVariable=function(a){return"page"==a&&null!=t&&null!=t[u]?t[u].getAttribute("name"):"pagenumber"==a?u+1:v.apply(this,arguments)};l.getLinkForCell=function(){return null};e=mxUtils.button("",function(){l.zoomIn()});e.className= "geSprite geSprite-zoomin";e.setAttribute("title",mxResources.get("zoomIn"));e.style.outline="none";e.style.border="none";e.style.margin="2px";mxUtils.setOpacity(e,60);d=mxUtils.button("",function(){l.zoomOut()});d.className="geSprite geSprite-zoomout";d.setAttribute("title",mxResources.get("zoomOut"));d.style.outline="none";d.style.border="none";d.style.margin="2px";mxUtils.setOpacity(d,60);a=mxUtils.button("",function(){l.maxFitScale=8;l.fit(8);l.center()});a.className="geSprite geSprite-fit";a.setAttribute("title", -mxResources.get("fit"));a.style.outline="none";a.style.border="none";a.style.margin="2px";mxUtils.setOpacity(a,60);var x=mxUtils.button("",function(){l.zoomActual();l.center()});x.className="geSprite geSprite-actualsize";x.setAttribute("title",mxResources.get("actualSize"));x.style.outline="none";x.style.border="none";x.style.margin="2px";mxUtils.setOpacity(x,60);h=mxUtils.button(m||mxResources.get("discard"),h);h.className="geBtn";var z=document.createElement("select");z.style.maxWidth="80px";z.style.position= +mxResources.get("fit"));a.style.outline="none";a.style.border="none";a.style.margin="2px";mxUtils.setOpacity(a,60);var x=mxUtils.button("",function(){l.zoomActual();l.center()});x.className="geSprite geSprite-actualsize";x.setAttribute("title",mxResources.get("actualSize"));x.style.outline="none";x.style.border="none";x.style.margin="2px";mxUtils.setOpacity(x,60);g=mxUtils.button(m||mxResources.get("discard"),g);g.className="geBtn";var z=document.createElement("select");z.style.maxWidth="80px";z.style.position= "relative";z.style.top="-2px";z.style.verticalAlign="bottom";z.style.marginRight="6px";z.style.display="none";c=mxUtils.button(k||mxResources.get("edit"),c);c.className="geBtn gePrimaryBtn";k=document.createElement("div");k.style.position="absolute";k.style.bottom="30px";k.style.width="640px";k.style.textAlign="right";m=document.createElement("div");m.className="geToolbarContainer";m.style.cssText="box-shadow:none !important;background-color:transparent;padding:2px;border-style:none !important;bottom:30px;"; -this.init=function(){function a(a){if(null!=a){var f=a.getAttribute("background");if(null==f||""==f||f==mxConstants.NONE)f="#ffffff";g.style.backgroundColor=f;(new mxCodec(a.ownerDocument)).decode(a,l.getModel());l.maxFitScale=1;l.fit(8);l.center()}}function c(f){null!=f&&(f=a(mxUtils.parseXml(b.editor.graph.decompress(mxUtils.getTextContent(f))).documentElement));return f}mxEvent.addListener(z,"change",function(a){q=parseInt(z.value);c(u[q]);mxEvent.consume(a)});if("mxfile"==t.nodeName){var d=t.getElementsByTagName("diagram"); -u=[];for(var e=0;e<d.length;e++)u.push(d[e]);0<u.length&&c(u[q]);if(1<u.length)for(z.style.display="",e=0;e<u.length;e++)d=document.createElement("option"),mxUtils.write(d,u[e].getAttribute("name")||mxResources.get("pageWithNumber",[e+1])),d.setAttribute("value",e),e==q&&d.setAttribute("selected","selected"),z.appendChild(d)}else a(t)};m.appendChild(z);m.appendChild(e);m.appendChild(d);m.appendChild(x);m.appendChild(a);e=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog(!0)});e.className= -"geBtn";n=null!=n?mxUtils.button(mxResources.get("ignore"),n):null;null!=n&&(n.className="geBtn");b.editor.cancelFirst?(k.appendChild(e),null!=n&&k.appendChild(n),k.appendChild(h),k.appendChild(c)):(k.appendChild(c),k.appendChild(h),null!=n&&k.appendChild(n),k.appendChild(e));p.appendChild(k);p.appendChild(m);this.container=p},FindWindow=function(b,e,d,c,h){function k(a,b,f){if("object"===typeof b.value&&null!=b.value.attributes){b=b.value.attributes;for(var g=0;g<b.length;g++)if("label"!=b[g].nodeName){var c= -mxUtils.trim(b[g].nodeValue.replace(/[\x00-\x1F\x7F-\x9F]|\s+/g," ")).toLowerCase();if(null==a&&c.substring(0,f.length)===f||null!=a&&a.test(c))return!0}}return!1}function m(){var b=p.model.getDescendants(p.model.getRoot()),c=t.value.toLowerCase(),f=q.checked?new RegExp(c):null,l=null;a!=c&&(a=c,g=null);var d=null==g;if(0<c.length)for(var e=0;e<b.length;e++){var h=p.view.getState(b[e]);if(null!=h&&null!=h.cell.value&&(d||null==l)&&(p.model.isVertex(h.cell)||p.model.isEdge(h.cell))&&(p.isHtmlLabel(h.cell)? -(u.innerHTML=p.getLabel(h.cell),label=mxUtils.extractTextWithWhitespace([u])):label=p.getLabel(h.cell),label=mxUtils.trim(label.replace(/[\x00-\x1F\x7F-\x9F]|\s+/g," ")).toLowerCase(),null==f&&(label.substring(0,c.length)===c||k(f,h.cell,c))||null!=f&&(f.test(label)||k(f,h.cell,c))))if(d){l=h;break}else null==l&&(l=h);d=d||h==g}null!=l?(g=l,p.scrollCellToVisible(g.cell),p.isEnabled()?p.setSelectionCell(g.cell):p.highlightCell(g.cell)):p.isEnabled()&&p.clearSelection();return 0==c.length||null!=l} -var n=b.actions.get("find"),p=b.editor.graph,a=null,g=null,l=document.createElement("div");l.style.userSelect="none";l.style.overflow="hidden";l.style.padding="10px";l.style.height="100%";var t=document.createElement("input");t.setAttribute("placeholder",mxResources.get("find"));t.setAttribute("type","text");t.style.marginTop="4px";t.style.marginBottom="6px";t.style.width="200px";t.style.fontSize="12px";t.style.borderRadius="4px";t.style.padding="6px";l.appendChild(t);mxUtils.br(l);var q=document.createElement("input"); -q.setAttribute("type","checkbox");q.style.marginRight="4px";l.appendChild(q);mxUtils.write(l,mxResources.get("regularExpression"));var u=document.createElement("div");mxUtils.br(l);var v=mxUtils.button(mxResources.get("reset"),function(){t.value="";t.style.backgroundColor="";a=g=null;t.focus()});v.setAttribute("title",mxResources.get("reset"));v.style.marginTop="6px";v.style.marginRight="4px";v.className="geBtn";l.appendChild(v);v=mxUtils.button(mxResources.get("find"),function(){try{t.style.backgroundColor= -m()?"":"#ffcfcf"}catch(x){b.handleError(x)}});v.setAttribute("title",mxResources.get("find")+" (Enter)");v.style.marginTop="6px";v.className="geBtn gePrimaryBtn";l.appendChild(v);mxEvent.addListener(t,"keyup",function(b){if(91==b.keyCode||17==b.keyCode)mxEvent.consume(b);else if(27==b.keyCode)n.funct();else if(a!=t.value.toLowerCase()||13==b.keyCode)try{t.style.backgroundColor=m()?"":"#ffcfcf"}catch(z){t.style.backgroundColor="#ffcfcf"}});mxEvent.addListener(l,"keydown",function(a){70==a.keyCode&& -b.keyHandler.isControlDown(a)&&!mxEvent.isShiftDown(a)&&(n.funct(),mxEvent.consume(a))});this.window=new mxWindow(mxResources.get("find"),l,e,d,c,h,!0,!0);this.window.destroyOnClose=!1;this.window.setMaximizable(!1);this.window.setResizable(!1);this.window.setClosable(!0);this.window.addListener("show",mxUtils.bind(this,function(){this.window.isVisible()?(t.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?t.select():document.execCommand("selectAll",!1,null)):p.container.focus()}))}, -TagsWindow=function(b,e,d,c,h){var k=b.editor.graph,m="tags",n=document.createElement("div");n.style.userSelect="none";n.style.overflow="hidden";n.style.padding="10px";n.style.height="100%";var p=document.createElement("input");p.setAttribute("placeholder",mxResources.get("allTags"));p.setAttribute("type","text");p.style.marginTop="4px";p.style.width="260px";p.style.fontSize="12px";p.style.borderRadius="4px";p.style.padding="6px";n.appendChild(p);if(!b.isOffline()||mxClient.IS_CHROMEAPP){p.style.width= +this.init=function(){function a(a){if(null!=a){var b=a.getAttribute("background");if(null==b||""==b||b==mxConstants.NONE)b="#ffffff";f.style.backgroundColor=b;(new mxCodec(a.ownerDocument)).decode(a,l.getModel());l.maxFitScale=1;l.fit(8);l.center()}}function c(h){null!=h&&(h=a(mxUtils.parseXml(b.editor.graph.decompress(mxUtils.getTextContent(h))).documentElement));return h}mxEvent.addListener(z,"change",function(a){u=parseInt(z.value);c(t[u]);mxEvent.consume(a)});if("mxfile"==q.nodeName){var d=q.getElementsByTagName("diagram"); +t=[];for(var e=0;e<d.length;e++)t.push(d[e]);0<t.length&&c(t[u]);if(1<t.length)for(z.style.display="",e=0;e<t.length;e++)d=document.createElement("option"),mxUtils.write(d,t[e].getAttribute("name")||mxResources.get("pageWithNumber",[e+1])),d.setAttribute("value",e),e==u&&d.setAttribute("selected","selected"),z.appendChild(d)}else a(q)};m.appendChild(z);m.appendChild(e);m.appendChild(d);m.appendChild(x);m.appendChild(a);e=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog(!0)});e.className= +"geBtn";n=null!=n?mxUtils.button(mxResources.get("ignore"),n):null;null!=n&&(n.className="geBtn");b.editor.cancelFirst?(k.appendChild(e),null!=n&&k.appendChild(n),k.appendChild(g),k.appendChild(c)):(k.appendChild(c),k.appendChild(g),null!=n&&k.appendChild(n),k.appendChild(e));p.appendChild(k);p.appendChild(m);this.container=p},FindWindow=function(b,e,d,c,g){function k(a,b,h){if("object"===typeof b.value&&null!=b.value.attributes){b=b.value.attributes;for(var f=0;f<b.length;f++)if("label"!=b[f].nodeName){var c= +mxUtils.trim(b[f].nodeValue.replace(/[\x00-\x1F\x7F-\x9F]|\s+/g," ")).toLowerCase();if(null==a&&c.substring(0,h.length)===h||null!=a&&a.test(c))return!0}}return!1}function m(){var b=p.model.getDescendants(p.model.getRoot()),c=q.value.toLowerCase(),h=u.checked?new RegExp(c):null,l=null;a!=c&&(a=c,f=null);var d=null==f;if(0<c.length)for(var e=0;e<b.length;e++){var g=p.view.getState(b[e]);if(null!=g&&null!=g.cell.value&&(d||null==l)&&(p.model.isVertex(g.cell)||p.model.isEdge(g.cell))&&(p.isHtmlLabel(g.cell)? +(t.innerHTML=p.getLabel(g.cell),label=mxUtils.extractTextWithWhitespace([t])):label=p.getLabel(g.cell),label=mxUtils.trim(label.replace(/[\x00-\x1F\x7F-\x9F]|\s+/g," ")).toLowerCase(),null==h&&(label.substring(0,c.length)===c||k(h,g.cell,c))||null!=h&&(h.test(label)||k(h,g.cell,c))))if(d){l=g;break}else null==l&&(l=g);d=d||g==f}null!=l?(f=l,p.scrollCellToVisible(f.cell),p.isEnabled()?p.setSelectionCell(f.cell):p.highlightCell(f.cell)):p.isEnabled()&&p.clearSelection();return 0==c.length||null!=l} +var n=b.actions.get("find"),p=b.editor.graph,a=null,f=null,l=document.createElement("div");l.style.userSelect="none";l.style.overflow="hidden";l.style.padding="10px";l.style.height="100%";var q=document.createElement("input");q.setAttribute("placeholder",mxResources.get("find"));q.setAttribute("type","text");q.style.marginTop="4px";q.style.marginBottom="6px";q.style.width="200px";q.style.fontSize="12px";q.style.borderRadius="4px";q.style.padding="6px";l.appendChild(q);mxUtils.br(l);var u=document.createElement("input"); +u.setAttribute("type","checkbox");u.style.marginRight="4px";l.appendChild(u);mxUtils.write(l,mxResources.get("regularExpression"));var t=document.createElement("div");mxUtils.br(l);var v=mxUtils.button(mxResources.get("reset"),function(){q.value="";q.style.backgroundColor="";a=f=null;q.focus()});v.setAttribute("title",mxResources.get("reset"));v.style.marginTop="6px";v.style.marginRight="4px";v.className="geBtn";l.appendChild(v);v=mxUtils.button(mxResources.get("find"),function(){try{q.style.backgroundColor= +m()?"":"#ffcfcf"}catch(x){b.handleError(x)}});v.setAttribute("title",mxResources.get("find")+" (Enter)");v.style.marginTop="6px";v.className="geBtn gePrimaryBtn";l.appendChild(v);mxEvent.addListener(q,"keyup",function(b){if(91==b.keyCode||17==b.keyCode)mxEvent.consume(b);else if(27==b.keyCode)n.funct();else if(a!=q.value.toLowerCase()||13==b.keyCode)try{q.style.backgroundColor=m()?"":"#ffcfcf"}catch(z){q.style.backgroundColor="#ffcfcf"}});mxEvent.addListener(l,"keydown",function(a){70==a.keyCode&& +b.keyHandler.isControlDown(a)&&!mxEvent.isShiftDown(a)&&(n.funct(),mxEvent.consume(a))});this.window=new mxWindow(mxResources.get("find"),l,e,d,c,g,!0,!0);this.window.destroyOnClose=!1;this.window.setMaximizable(!1);this.window.setResizable(!1);this.window.setClosable(!0);this.window.addListener("show",mxUtils.bind(this,function(){this.window.isVisible()?(q.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?q.select():document.execCommand("selectAll",!1,null)):p.container.focus()}))}, +TagsWindow=function(b,e,d,c,g){var k=b.editor.graph,m="tags",n=document.createElement("div");n.style.userSelect="none";n.style.overflow="hidden";n.style.padding="10px";n.style.height="100%";var p=document.createElement("input");p.setAttribute("placeholder",mxResources.get("allTags"));p.setAttribute("type","text");p.style.marginTop="4px";p.style.width="260px";p.style.fontSize="12px";p.style.borderRadius="4px";p.style.padding="6px";n.appendChild(p);if(!b.isOffline()||mxClient.IS_CHROMEAPP){p.style.width= "240px";var a=b.menus.createHelpLink("https://desk.draw.io/support/solutions/articles/16000046966");a.firstChild.style.marginBottom="6px";a.style.marginLeft="6px";n.appendChild(a)}mxEvent.addListener(p,"dblclick",function(){var a=new FilenameDialog(b,m,mxResources.get("ok"),mxUtils.bind(this,function(a){null!=a&&0<a.length&&(m=a)}),mxResources.get("enterPropertyName"));b.showDialog(a.container,300,80,!0,!0);a.init()});p.setAttribute("title",mxResources.get("doubleClickChangeProperty"));mxUtils.br(n); a=mxUtils.button(mxResources.get("hide"),function(){var a=k.getCellsForTags(p.value.split(" "),void 0,m);k.setCellsVisible(a,!1)});a.setAttribute("title",mxResources.get("hide"));a.style.marginTop="8px";a.style.marginRight="4px";a.className="geBtn";n.appendChild(a);a=mxUtils.button(mxResources.get("show"),function(){var a=k.getCellsForTags(p.value.split(" "),void 0,m);k.setCellsVisible(a,!0);if(k.isEnabled())k.setSelectionCells(a);else for(var b=0;b<a.length;b++)k.highlightCell(a[b])});a.setAttribute("title", -mxResources.get("show"));a.style.marginTop="8px";a.style.marginRight="4px";a.className="geBtn";n.appendChild(a);var g=b.actions.get("tags"),a=mxUtils.button(mxResources.get("close"),function(){g.funct()});a.setAttribute("title",mxResources.get("close")+" (Enter/Esc)");a.style.marginTop="8px";a.className="geBtn gePrimaryBtn";n.appendChild(a);mxEvent.addListener(p,"keyup",function(a){13!=a.keyCode&&27!=a.keyCode||g.funct()});this.window=new mxWindow(mxResources.get("tags"),n,e,d,c,h,!0,!0);this.window.destroyOnClose= -!1;this.window.setMaximizable(!1);this.window.setResizable(!1);this.window.setClosable(!0);this.window.addListener("show",mxUtils.bind(this,function(){this.window.isVisible()?(p.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?p.select():document.execCommand("selectAll",!1,null)):k.container.focus()}))},AuthDialog=function(b,e,d,c){var h=document.createElement("div");h.style.textAlign="center";var k=document.createElement("p");k.style.fontSize="16pt";k.style.padding= +mxResources.get("show"));a.style.marginTop="8px";a.style.marginRight="4px";a.className="geBtn";n.appendChild(a);var f=b.actions.get("tags"),a=mxUtils.button(mxResources.get("close"),function(){f.funct()});a.setAttribute("title",mxResources.get("close")+" (Enter/Esc)");a.style.marginTop="8px";a.className="geBtn gePrimaryBtn";n.appendChild(a);mxEvent.addListener(p,"keyup",function(a){13!=a.keyCode&&27!=a.keyCode||f.funct()});this.window=new mxWindow(mxResources.get("tags"),n,e,d,c,g,!0,!0);this.window.destroyOnClose= +!1;this.window.setMaximizable(!1);this.window.setResizable(!1);this.window.setClosable(!0);this.window.addListener("show",mxUtils.bind(this,function(){this.window.isVisible()?(p.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?p.select():document.execCommand("selectAll",!1,null)):k.container.focus()}))},AuthDialog=function(b,e,d,c){var g=document.createElement("div");g.style.textAlign="center";var k=document.createElement("p");k.style.fontSize="16pt";k.style.padding= "0px";k.style.margin="0px";k.style.color="gray";mxUtils.write(k,mxResources.get("authorizationRequired"));var m="Unknown",n=document.createElement("img");n.setAttribute("border","0");n.setAttribute("align","absmiddle");n.style.marginRight="10px";e==b.drive?(m=mxResources.get("googleDrive"),n.src=IMAGE_PATH+"/google-drive-logo-white.svg"):e==b.dropbox?(m=mxResources.get("dropbox"),n.src=IMAGE_PATH+"/dropbox-logo-white.svg"):e==b.oneDrive?(m=mxResources.get("oneDrive"),n.src=IMAGE_PATH+"/onedrive-logo-white.svg"): -e==b.gitHub?(m=mxResources.get("github"),n.src=IMAGE_PATH+"/github-logo-white.svg"):e==b.trello&&(m=mxResources.get("trello"),n.src=IMAGE_PATH+"/trello-logo-white.svg");b=document.createElement("p");mxUtils.write(b,mxResources.get("authorizeThisAppIn",[m]));var p=document.createElement("input");p.setAttribute("type","checkbox");m=mxUtils.button(mxResources.get("authorize"),function(){c(p.checked)});m.insertBefore(n,m.firstChild);m.style.marginTop="6px";m.className="geBigButton";h.appendChild(k);h.appendChild(b); -h.appendChild(m);d&&(d=document.createElement("p"),d.style.marginTop="20px",d.appendChild(p),k=document.createElement("span"),mxUtils.write(k," "+mxResources.get("rememberMe")),d.appendChild(k),h.appendChild(d),p.checked=!0,p.defaultChecked=!0,mxEvent.addListener(k,"click",function(a){p.checked=!p.checked;mxEvent.consume(a)}));this.container=h},MoreShapesDialog=function(b,e,d){d=null!=d?d:b.sidebar.entries;var c=document.createElement("div");if(e){e=document.createElement("div");e.className="geDialogTitle"; -mxUtils.write(e,mxResources.get("shapes"));e.style.position="absolute";e.style.top="0px";e.style.left="0px";e.style.lineHeight="40px";e.style.height="40px";e.style.right="0px";mxClient.IS_QUIRKS&&(e.style.width="718px");var h=document.createElement("div"),k=document.createElement("div");h.style.position="absolute";h.style.top="40px";h.style.left="0px";h.style.width="202px";h.style.bottom="60px";h.style.overflow="auto";mxClient.IS_QUIRKS&&(h.style.height="437px",h.style.marginTop="1px");k.style.position= -"absolute";k.style.left="202px";k.style.right="0px";k.style.top="40px";k.style.bottom="60px";k.style.overflow="auto";k.style.borderLeft="1px solid rgb(211, 211, 211)";k.style.textAlign="center";mxClient.IS_QUIRKS&&(k.style.width=parseInt(e.style.width)-202+"px",k.style.height=h.style.height,k.style.marginTop=h.style.marginTop);var m=null,n=[],p=document.createElement("div");p.style.position="relative";p.style.left="0px";p.style.right="0px";for(var a=0;a<d.length;a++)(function(f){var g=p.cloneNode(!1); -g.style.fontWeight="bold";g.style.backgroundColor="dark"==uiTheme?"#505759":"#e5e5e5";g.style.padding="6px 0px 6px 20px";mxUtils.write(g,f.title);h.appendChild(g);for(var c=0;c<f.entries.length;c++)(function(f){var g=p.cloneNode(!1);g.style.cursor="pointer";g.style.padding="4px 0px 4px 20px";var l=document.createElement("input");l.setAttribute("type","checkbox");l.checked=b.sidebar.isEntryVisible(f.id);l.defaultChecked=l.checked;g.appendChild(l);mxUtils.write(g," "+f.title);h.appendChild(g);var d= -function(a){if(null==a||"INPUT"!=mxEvent.getSource(a).nodeName)null!=f.imageCallback?f.imageCallback(k):null!=f.image?k.innerHTML='<img border="0" src="'+f.image+'"/>':(k.innerHTML="<br>",mxUtils.write(k,mxResources.get("noPreview"))),null!=m&&(m.style.backgroundColor=""),m=g,m.style.backgroundColor="dark"==uiTheme?"#505759":"#ebf2f9",null!=a&&mxEvent.consume(a)};mxEvent.addListener(g,"click",d);mxEvent.addListener(g,"dblclick",function(a){l.checked=!l.checked;mxEvent.consume(a)});n.push(function(){return l.checked? -f.id:null});0==a&&0==c&&d()})(f.entries[c])})(d[a]);c.style.padding="30px";c.appendChild(e);c.appendChild(h);c.appendChild(k);d=document.createElement("div");d.className="geDialogFooter";d.style.position="absolute";d.style.paddingRight="16px";d.style.color="gray";d.style.left="0px";d.style.right="0px";d.style.bottom="0px";d.style.height="60px";d.style.lineHeight="52px";mxClient.IS_QUIRKS&&(d.style.width=e.style.width,d.style.paddingTop="12px");var g=document.createElement("input");g.setAttribute("type", -"checkbox");if(isLocalStorage||mxClient.IS_CHROMEAPP)e=document.createElement("span"),e.style.paddingRight="20px",e.appendChild(g),mxUtils.write(e," "+mxResources.get("rememberThisSetting")),g.checked=!0,g.defaultChecked=!0,mxEvent.addListener(e,"click",function(a){mxEvent.getSource(a)!=g&&(g.checked=!g.checked,mxEvent.consume(a))}),mxClient.IS_QUIRKS&&(e.style.position="relative",e.style.top="-6px"),d.appendChild(e);e=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()});e.className= -"geBtn";var l=mxUtils.button(mxResources.get("apply"),function(){b.hideDialog();for(var a=[],f=0;f<n.length;f++){var c=n[f].apply(this,arguments);null!=c&&a.push(c)}b.sidebar.showEntries(a.join(";"),g.checked,!0)});l.className="geBtn gePrimaryBtn"}else{var t=document.createElement("table"),q=document.createElement("tbody");c.style.height="100%";c.style.overflow="auto";var u=document.createElement("tr");t.style.width="100%";e=document.createElement("td");var l=document.createElement("td"),v=document.createElement("td"), -x=mxUtils.bind(this,function(a,f,g){var c=document.createElement("input");c.type="checkbox";t.appendChild(c);c.checked=b.sidebar.isEntryVisible(g);var l=document.createElement("span");mxUtils.write(l,f);f=document.createElement("div");f.style.display="block";f.appendChild(c);f.appendChild(l);mxEvent.addListener(l,"click",function(a){c.checked=!c.checked;mxEvent.consume(a)});a.appendChild(f);return function(){return c.checked?g:null}});u.appendChild(e);u.appendChild(l);u.appendChild(v);q.appendChild(u); -t.appendChild(q);for(var n=[],z=0,a=0;a<d.length;a++)for(q=0;q<d[a].entries.length;q++)z++;for(var f=[e,l,v],w=0,a=0;a<d.length;a++)(function(a){for(var b=0;b<a.entries.length;b++){var g=a.entries[b];n.push(x(f[Math.floor(w/(z/3))],g.title,g.id));w++}})(d[a]);c.appendChild(t);d=document.createElement("div");d.style.marginTop="18px";d.style.textAlign="center";g=document.createElement("input");isLocalStorage&&(g.setAttribute("type","checkbox"),g.checked=!0,g.defaultChecked=!0,d.appendChild(g),e=document.createElement("span"), -mxUtils.write(e," "+mxResources.get("rememberThisSetting")),d.appendChild(e),mxEvent.addListener(e,"click",function(a){g.checked=!g.checked;mxEvent.consume(a)}));c.appendChild(d);e=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()});e.className="geBtn";l=mxUtils.button(mxResources.get("apply"),function(){for(var a=["search"],f=0;f<n.length;f++){var c=n[f].apply(this,arguments);null!=c&&a.push(c)}b.sidebar.showEntries(0<a.length?a.join(";"):"",g.checked);b.hideDialog()});l.className= -"geBtn gePrimaryBtn";d=document.createElement("div");d.style.marginTop="26px";d.style.textAlign="right"}b.editor.cancelFirst?(d.appendChild(e),d.appendChild(l)):(d.appendChild(l),d.appendChild(e));c.appendChild(d);this.container=c},PluginsDialog=function(b){function e(){if(0==h.length)c.innerHTML=mxResources.get("noPlugins");else{c.innerHTML="";for(var a=0;a<h.length;a++){var l=document.createElement("span");l.style.whiteSpace="nowrap";var d=document.createElement("span");d.className="geSprite geSprite-delete"; -d.style.position="relative";d.style.cursor="pointer";d.style.top="5px";d.style.marginRight="4px";d.style.display="inline-block";l.appendChild(d);mxUtils.write(l,h[a]);c.appendChild(l);mxUtils.br(c);mxEvent.addListener(d,"click",function(a){return function(){b.confirm(window.parent.mxResources.get("delete")+' "'+h[a]+'"?',function(){h.splice(a,1);e()})}}(a))}}}var d=document.createElement("div"),c=document.createElement("div");c.style.height="120px";c.style.overflow="auto";var h=mxSettings.getPlugins().slice(); -d.appendChild(c);e();var k=mxUtils.button(mxResources.get("add"),function(){var a="",c=urlParams.p;if(null!=c&&0<c.length){for(var d=c.split(";"),c=0;c<d.length;c++){var q=App.pluginRegistry[d[c]];null!=q&&(a+=q+";")}";"==a.charAt(a.length-1)&&(a=a.substring(0,a.length-1))}a=new FilenameDialog(b,a,mxResources.get("add"),function(a){if(null!=a&&0<a.length){d=a.split(";");for(a=0;a<d.length;a++){var b=d[a],c=App.pluginRegistry[b];null!=c&&(b=c);0<b.length&&0>mxUtils.indexOf(h,b)&&h.push(b)}e()}},mxResources.get("enterValue")+ -" ("+mxResources.get("url")+")");b.showDialog(a.container,300,80,!0,!0);a.init()});k.className="geBtn";var m=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()});m.className="geBtn";var n=mxUtils.button(mxResources.get("apply"),function(){mxSettings.setPlugins(h);mxSettings.save();b.hideDialog();b.alert(mxResources.get("restartForChangeRequired"))});n.className="geBtn gePrimaryBtn";var p=mxUtils.button(mxResources.get("help"),function(){b.openLink("https://desk.draw.io/support/solutions/articles/16000056430")}); -p.className="geBtn";b.isOffline()&&!mxClient.IS_CHROMEAPP&&(p.style.display="none");var a=document.createElement("div");a.style.marginTop="14px";a.style.textAlign="right";b.editor.cancelFirst?(a.appendChild(m),a.appendChild(p),a.appendChild(k),a.appendChild(n)):(a.appendChild(p),a.appendChild(k),a.appendChild(n),a.appendChild(m));d.appendChild(a);this.container=d},CropImageDialog=function(b,e,d){var c=document.createElement("div"),h=document.createElement("table"),k=document.createElement("tbody"), -m=document.createElement("tr"),n=document.createElement("td");n.style.whiteSpace="nowrap";n.setAttribute("colspan","2");mxUtils.write(n,mxResources.get("loading")+"...");m.appendChild(n);k.appendChild(m);var m=document.createElement("tr"),p=document.createElement("td"),a=document.createElement("td");h.style.paddingLeft="6px";mxUtils.write(p,mxResources.get("left")+":");var g=document.createElement("input");g.setAttribute("type","text");g.style.width="100px";g.value="0";this.init=function(){g.focus(); -g.select()};a.appendChild(g);m.appendChild(p);m.appendChild(a);k.appendChild(m);m=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("top")+":");var l=document.createElement("input");l.setAttribute("type","text");l.style.width="100px";l.value="0";a.appendChild(l);m.appendChild(p);m.appendChild(a);k.appendChild(m);m=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("right")+ -":");var t=document.createElement("input");t.setAttribute("type","text");t.style.width="100px";t.value="0";a.appendChild(t);m.appendChild(p);m.appendChild(a);k.appendChild(m);m=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("bottom")+":");var q=document.createElement("input");q.setAttribute("type","text");q.style.width="100px";q.value="0";a.appendChild(q);m.appendChild(p);m.appendChild(a);k.appendChild(m);m=document.createElement("tr"); -p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("circle")+":");m.appendChild(p);var u=document.createElement("input");u.setAttribute("type","checkbox");a.appendChild(u);m.appendChild(a);k.appendChild(m);h.appendChild(k);c.appendChild(h);var h=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()}),v=new Image,x=mxUtils.button(mxResources.get("apply"),function(){b.hideDialog();var a=document.createElement("canvas"),f=a.getContext("2d"),c=v.width, -e=v.height,h=parseInt(g.value),k=parseInt(l.value),c=Math.max(1,c-h-parseInt(t.value)),e=Math.max(1,e-k-parseInt(q.value));a.width=c;a.height=e;u.checked&&(f.fillStyle="#000000",f.arc(c/2,e/2,Math.min(c/2,e/2),0,2*Math.PI),f.fill(),f.globalCompositeOperation="source-in");f.drawImage(v,h,k,c,e,0,0,c,e);d(a.toDataURL())});x.setAttribute("disabled","disabled");v.onload=function(){x.removeAttribute("disabled");n.innerHTML="";mxUtils.write(n,mxResources.get("width")+": "+v.width+" "+mxResources.get("height")+ -": "+v.height)};v.src=e;mxEvent.addListener(c,"keypress",function(a){13==a.keyCode&&x.click()});e=document.createElement("div");e.style.marginTop="20px";e.style.textAlign="right";b.editor.cancelFirst?(e.appendChild(h),e.appendChild(x)):(e.appendChild(x),e.appendChild(h));c.appendChild(e);this.container=c},EditGeometryDialog=function(b,e){var d=b.editor.graph,c=1==e.length?d.getCellGeometry(e[0]):null,h=document.createElement("div"),k=document.createElement("table"),m=document.createElement("tbody"), -n=document.createElement("tr"),p=document.createElement("td"),a=document.createElement("td");k.style.paddingLeft="6px";mxUtils.write(p,mxResources.get("relative")+":");var g=document.createElement("input");g.setAttribute("type","checkbox");null!=c&&c.relative&&(g.setAttribute("checked","checked"),g.defaultChecked=!0);this.init=function(){g.focus()};a.appendChild(g);n.appendChild(p);n.appendChild(a);m.appendChild(n);n=document.createElement("tr");p=document.createElement("td");a=document.createElement("td"); -mxUtils.write(p,mxResources.get("left")+":");var l=document.createElement("input");l.setAttribute("type","text");l.style.width="100px";l.value=null!=c?c.x:"";a.appendChild(l);n.appendChild(p);n.appendChild(a);m.appendChild(n);n=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("top")+":");var t=document.createElement("input");t.setAttribute("type","text");t.style.width="100px";t.value=null!=c?c.y:"";a.appendChild(t);n.appendChild(p); -n.appendChild(a);m.appendChild(n);n=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("dx")+":");var q=document.createElement("input");q.setAttribute("type","text");q.style.width="100px";q.value=null!=c&&null!=c.offset?c.offset.x:"";a.appendChild(q);n.appendChild(p);n.appendChild(a);m.appendChild(n);n=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("dy")+ -":");var u=document.createElement("input");u.setAttribute("type","text");u.style.width="100px";u.value=null!=c&&null!=c.offset?c.offset.y:"";a.appendChild(u);n.appendChild(p);n.appendChild(a);m.appendChild(n);n=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("width")+":");var v=document.createElement("input");v.setAttribute("type","text");v.style.width="100px";v.value=null!=c?c.width:"";a.appendChild(v);n.appendChild(p);n.appendChild(a); +e==b.gitHub?(m=mxResources.get("github"),n.src=IMAGE_PATH+"/github-logo-white.svg"):e==b.trello&&(m=mxResources.get("trello"),n.src=IMAGE_PATH+"/trello-logo-white.svg");b=document.createElement("p");mxUtils.write(b,mxResources.get("authorizeThisAppIn",[m]));var p=document.createElement("input");p.setAttribute("type","checkbox");m=mxUtils.button(mxResources.get("authorize"),function(){c(p.checked)});m.insertBefore(n,m.firstChild);m.style.marginTop="6px";m.className="geBigButton";g.appendChild(k);g.appendChild(b); +g.appendChild(m);d&&(d=document.createElement("p"),d.style.marginTop="20px",d.appendChild(p),k=document.createElement("span"),mxUtils.write(k," "+mxResources.get("rememberMe")),d.appendChild(k),g.appendChild(d),p.checked=!0,p.defaultChecked=!0,mxEvent.addListener(k,"click",function(a){p.checked=!p.checked;mxEvent.consume(a)}));this.container=g},MoreShapesDialog=function(b,e,d){d=null!=d?d:b.sidebar.entries;var c=document.createElement("div");if(e){e=document.createElement("div");e.className="geDialogTitle"; +mxUtils.write(e,mxResources.get("shapes"));e.style.position="absolute";e.style.top="0px";e.style.left="0px";e.style.lineHeight="40px";e.style.height="40px";e.style.right="0px";mxClient.IS_QUIRKS&&(e.style.width="718px");var g=document.createElement("div"),k=document.createElement("div");g.style.position="absolute";g.style.top="40px";g.style.left="0px";g.style.width="202px";g.style.bottom="60px";g.style.overflow="auto";mxClient.IS_QUIRKS&&(g.style.height="437px",g.style.marginTop="1px");k.style.position= +"absolute";k.style.left="202px";k.style.right="0px";k.style.top="40px";k.style.bottom="60px";k.style.overflow="auto";k.style.borderLeft="1px solid rgb(211, 211, 211)";k.style.textAlign="center";mxClient.IS_QUIRKS&&(k.style.width=parseInt(e.style.width)-202+"px",k.style.height=g.style.height,k.style.marginTop=g.style.marginTop);var m=null,n=[],p=document.createElement("div");p.style.position="relative";p.style.left="0px";p.style.right="0px";for(var a=0;a<d.length;a++)(function(h){var f=p.cloneNode(!1); +f.style.fontWeight="bold";f.style.backgroundColor="dark"==uiTheme?"#505759":"#e5e5e5";f.style.padding="6px 0px 6px 20px";mxUtils.write(f,h.title);g.appendChild(f);for(var c=0;c<h.entries.length;c++)(function(h){var f=p.cloneNode(!1);f.style.cursor="pointer";f.style.padding="4px 0px 4px 20px";var l=document.createElement("input");l.setAttribute("type","checkbox");l.checked=b.sidebar.isEntryVisible(h.id);l.defaultChecked=l.checked;f.appendChild(l);mxUtils.write(f," "+h.title);g.appendChild(f);var d= +function(a){if(null==a||"INPUT"!=mxEvent.getSource(a).nodeName)null!=h.imageCallback?h.imageCallback(k):null!=h.image?k.innerHTML='<img border="0" src="'+h.image+'"/>':(k.innerHTML="<br>",mxUtils.write(k,mxResources.get("noPreview"))),null!=m&&(m.style.backgroundColor=""),m=f,m.style.backgroundColor="dark"==uiTheme?"#505759":"#ebf2f9",null!=a&&mxEvent.consume(a)};mxEvent.addListener(f,"click",d);mxEvent.addListener(f,"dblclick",function(a){l.checked=!l.checked;mxEvent.consume(a)});n.push(function(){return l.checked? +h.id:null});0==a&&0==c&&d()})(h.entries[c])})(d[a]);c.style.padding="30px";c.appendChild(e);c.appendChild(g);c.appendChild(k);d=document.createElement("div");d.className="geDialogFooter";d.style.position="absolute";d.style.paddingRight="16px";d.style.color="gray";d.style.left="0px";d.style.right="0px";d.style.bottom="0px";d.style.height="60px";d.style.lineHeight="52px";mxClient.IS_QUIRKS&&(d.style.width=e.style.width,d.style.paddingTop="12px");var f=document.createElement("input");f.setAttribute("type", +"checkbox");if(isLocalStorage||mxClient.IS_CHROMEAPP)e=document.createElement("span"),e.style.paddingRight="20px",e.appendChild(f),mxUtils.write(e," "+mxResources.get("rememberThisSetting")),f.checked=!0,f.defaultChecked=!0,mxEvent.addListener(e,"click",function(a){mxEvent.getSource(a)!=f&&(f.checked=!f.checked,mxEvent.consume(a))}),mxClient.IS_QUIRKS&&(e.style.position="relative",e.style.top="-6px"),d.appendChild(e);e=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()});e.className= +"geBtn";var l=mxUtils.button(mxResources.get("apply"),function(){b.hideDialog();for(var a=[],h=0;h<n.length;h++){var c=n[h].apply(this,arguments);null!=c&&a.push(c)}b.sidebar.showEntries(a.join(";"),f.checked,!0)});l.className="geBtn gePrimaryBtn"}else{var q=document.createElement("table"),u=document.createElement("tbody");c.style.height="100%";c.style.overflow="auto";var t=document.createElement("tr");q.style.width="100%";e=document.createElement("td");var l=document.createElement("td"),v=document.createElement("td"), +x=mxUtils.bind(this,function(a,h,f){var c=document.createElement("input");c.type="checkbox";q.appendChild(c);c.checked=b.sidebar.isEntryVisible(f);var l=document.createElement("span");mxUtils.write(l,h);h=document.createElement("div");h.style.display="block";h.appendChild(c);h.appendChild(l);mxEvent.addListener(l,"click",function(a){c.checked=!c.checked;mxEvent.consume(a)});a.appendChild(h);return function(){return c.checked?f:null}});t.appendChild(e);t.appendChild(l);t.appendChild(v);u.appendChild(t); +q.appendChild(u);for(var n=[],z=0,a=0;a<d.length;a++)for(u=0;u<d[a].entries.length;u++)z++;for(var h=[e,l,v],w=0,a=0;a<d.length;a++)(function(a){for(var b=0;b<a.entries.length;b++){var f=a.entries[b];n.push(x(h[Math.floor(w/(z/3))],f.title,f.id));w++}})(d[a]);c.appendChild(q);d=document.createElement("div");d.style.marginTop="18px";d.style.textAlign="center";f=document.createElement("input");isLocalStorage&&(f.setAttribute("type","checkbox"),f.checked=!0,f.defaultChecked=!0,d.appendChild(f),e=document.createElement("span"), +mxUtils.write(e," "+mxResources.get("rememberThisSetting")),d.appendChild(e),mxEvent.addListener(e,"click",function(a){f.checked=!f.checked;mxEvent.consume(a)}));c.appendChild(d);e=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()});e.className="geBtn";l=mxUtils.button(mxResources.get("apply"),function(){for(var a=["search"],h=0;h<n.length;h++){var c=n[h].apply(this,arguments);null!=c&&a.push(c)}b.sidebar.showEntries(0<a.length?a.join(";"):"",f.checked);b.hideDialog()});l.className= +"geBtn gePrimaryBtn";d=document.createElement("div");d.style.marginTop="26px";d.style.textAlign="right"}b.editor.cancelFirst?(d.appendChild(e),d.appendChild(l)):(d.appendChild(l),d.appendChild(e));c.appendChild(d);this.container=c},PluginsDialog=function(b){function e(){if(0==g.length)c.innerHTML=mxResources.get("noPlugins");else{c.innerHTML="";for(var a=0;a<g.length;a++){var l=document.createElement("span");l.style.whiteSpace="nowrap";var d=document.createElement("span");d.className="geSprite geSprite-delete"; +d.style.position="relative";d.style.cursor="pointer";d.style.top="5px";d.style.marginRight="4px";d.style.display="inline-block";l.appendChild(d);mxUtils.write(l,g[a]);c.appendChild(l);mxUtils.br(c);mxEvent.addListener(d,"click",function(a){return function(){b.confirm(window.parent.mxResources.get("delete")+' "'+g[a]+'"?',function(){g.splice(a,1);e()})}}(a))}}}var d=document.createElement("div"),c=document.createElement("div");c.style.height="120px";c.style.overflow="auto";var g=mxSettings.getPlugins().slice(); +d.appendChild(c);e();var k=mxUtils.button(mxResources.get("add"),function(){var a="",c=urlParams.p;if(null!=c&&0<c.length){for(var d=c.split(";"),c=0;c<d.length;c++){var u=App.pluginRegistry[d[c]];null!=u&&(a+=u+";")}";"==a.charAt(a.length-1)&&(a=a.substring(0,a.length-1))}a=new FilenameDialog(b,a,mxResources.get("add"),function(a){if(null!=a&&0<a.length){d=a.split(";");for(a=0;a<d.length;a++){var b=d[a],c=App.pluginRegistry[b];null!=c&&(b=c);0<b.length&&0>mxUtils.indexOf(g,b)&&g.push(b)}e()}},mxResources.get("enterValue")+ +" ("+mxResources.get("url")+")");b.showDialog(a.container,300,80,!0,!0);a.init()});k.className="geBtn";var m=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()});m.className="geBtn";var n=mxUtils.button(mxResources.get("apply"),function(){mxSettings.setPlugins(g);mxSettings.save();b.hideDialog();b.alert(mxResources.get("restartForChangeRequired"))});n.className="geBtn gePrimaryBtn";var p=mxUtils.button(mxResources.get("help"),function(){b.openLink("https://desk.draw.io/support/solutions/articles/16000056430")}); +p.className="geBtn";b.isOffline()&&!mxClient.IS_CHROMEAPP&&(p.style.display="none");var a=document.createElement("div");a.style.marginTop="14px";a.style.textAlign="right";b.editor.cancelFirst?(a.appendChild(m),a.appendChild(p),a.appendChild(k),a.appendChild(n)):(a.appendChild(p),a.appendChild(k),a.appendChild(n),a.appendChild(m));d.appendChild(a);this.container=d},CropImageDialog=function(b,e,d){var c=document.createElement("div"),g=document.createElement("table"),k=document.createElement("tbody"), +m=document.createElement("tr"),n=document.createElement("td");n.style.whiteSpace="nowrap";n.setAttribute("colspan","2");mxUtils.write(n,mxResources.get("loading")+"...");m.appendChild(n);k.appendChild(m);var m=document.createElement("tr"),p=document.createElement("td"),a=document.createElement("td");g.style.paddingLeft="6px";mxUtils.write(p,mxResources.get("left")+":");var f=document.createElement("input");f.setAttribute("type","text");f.style.width="100px";f.value="0";this.init=function(){f.focus(); +f.select()};a.appendChild(f);m.appendChild(p);m.appendChild(a);k.appendChild(m);m=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("top")+":");var l=document.createElement("input");l.setAttribute("type","text");l.style.width="100px";l.value="0";a.appendChild(l);m.appendChild(p);m.appendChild(a);k.appendChild(m);m=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("right")+ +":");var q=document.createElement("input");q.setAttribute("type","text");q.style.width="100px";q.value="0";a.appendChild(q);m.appendChild(p);m.appendChild(a);k.appendChild(m);m=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("bottom")+":");var u=document.createElement("input");u.setAttribute("type","text");u.style.width="100px";u.value="0";a.appendChild(u);m.appendChild(p);m.appendChild(a);k.appendChild(m);m=document.createElement("tr"); +p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("circle")+":");m.appendChild(p);var t=document.createElement("input");t.setAttribute("type","checkbox");a.appendChild(t);m.appendChild(a);k.appendChild(m);g.appendChild(k);c.appendChild(g);var g=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()}),v=new Image,x=mxUtils.button(mxResources.get("apply"),function(){b.hideDialog();var a=document.createElement("canvas"),h=a.getContext("2d"),c=v.width, +e=v.height,g=parseInt(f.value),k=parseInt(l.value),c=Math.max(1,c-g-parseInt(q.value)),e=Math.max(1,e-k-parseInt(u.value));a.width=c;a.height=e;t.checked&&(h.fillStyle="#000000",h.arc(c/2,e/2,Math.min(c/2,e/2),0,2*Math.PI),h.fill(),h.globalCompositeOperation="source-in");h.drawImage(v,g,k,c,e,0,0,c,e);d(a.toDataURL())});x.setAttribute("disabled","disabled");v.onload=function(){x.removeAttribute("disabled");n.innerHTML="";mxUtils.write(n,mxResources.get("width")+": "+v.width+" "+mxResources.get("height")+ +": "+v.height)};v.src=e;mxEvent.addListener(c,"keypress",function(a){13==a.keyCode&&x.click()});e=document.createElement("div");e.style.marginTop="20px";e.style.textAlign="right";b.editor.cancelFirst?(e.appendChild(g),e.appendChild(x)):(e.appendChild(x),e.appendChild(g));c.appendChild(e);this.container=c},EditGeometryDialog=function(b,e){var d=b.editor.graph,c=1==e.length?d.getCellGeometry(e[0]):null,g=document.createElement("div"),k=document.createElement("table"),m=document.createElement("tbody"), +n=document.createElement("tr"),p=document.createElement("td"),a=document.createElement("td");k.style.paddingLeft="6px";mxUtils.write(p,mxResources.get("relative")+":");var f=document.createElement("input");f.setAttribute("type","checkbox");null!=c&&c.relative&&(f.setAttribute("checked","checked"),f.defaultChecked=!0);this.init=function(){f.focus()};a.appendChild(f);n.appendChild(p);n.appendChild(a);m.appendChild(n);n=document.createElement("tr");p=document.createElement("td");a=document.createElement("td"); +mxUtils.write(p,mxResources.get("left")+":");var l=document.createElement("input");l.setAttribute("type","text");l.style.width="100px";l.value=null!=c?c.x:"";a.appendChild(l);n.appendChild(p);n.appendChild(a);m.appendChild(n);n=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("top")+":");var q=document.createElement("input");q.setAttribute("type","text");q.style.width="100px";q.value=null!=c?c.y:"";a.appendChild(q);n.appendChild(p); +n.appendChild(a);m.appendChild(n);n=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("dx")+":");var u=document.createElement("input");u.setAttribute("type","text");u.style.width="100px";u.value=null!=c&&null!=c.offset?c.offset.x:"";a.appendChild(u);n.appendChild(p);n.appendChild(a);m.appendChild(n);n=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("dy")+ +":");var t=document.createElement("input");t.setAttribute("type","text");t.style.width="100px";t.value=null!=c&&null!=c.offset?c.offset.y:"";a.appendChild(t);n.appendChild(p);n.appendChild(a);m.appendChild(n);n=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("width")+":");var v=document.createElement("input");v.setAttribute("type","text");v.style.width="100px";v.value=null!=c?c.width:"";a.appendChild(v);n.appendChild(p);n.appendChild(a); m.appendChild(n);n=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("height")+":");var x=document.createElement("input");x.setAttribute("type","text");x.style.width="100px";x.value=null!=c?c.height:"";a.appendChild(x);n.appendChild(p);n.appendChild(a);m.appendChild(n);n=document.createElement("tr");p=document.createElement("td");a=document.createElement("td");mxUtils.write(p,mxResources.get("rotation")+":");var z=document.createElement("input"); -z.setAttribute("type","text");z.style.width="100px";z.value=1==e.length?mxUtils.getValue(d.getCellStyle(e[0]),mxConstants.STYLE_ROTATION,0):"";a.appendChild(z);n.appendChild(p);n.appendChild(a);m.appendChild(n);k.appendChild(m);h.appendChild(k);c=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()});c.className="geBtn";var f=mxUtils.button(mxResources.get("apply"),function(){b.hideDialog();d.getModel().beginUpdate();try{for(var a=0;a<e.length;a++){var f=d.getCellGeometry(e[a]);null!= -f&&(f=f.clone(),d.isCellMovable(e[a])&&(f.relative=g.checked,0<mxUtils.trim(l.value).length&&(f.x=Number(l.value)),0<mxUtils.trim(t.value).length&&(f.y=Number(t.value)),0<mxUtils.trim(q.value).length&&(null==f.offset&&(f.offset=new mxPoint),f.offset.x=Number(q.value)),0<mxUtils.trim(u.value).length&&(null==f.offset&&(f.offset=new mxPoint),f.offset.y=Number(u.value))),d.isCellResizable(e[a])&&(0<mxUtils.trim(v.value).length&&(f.width=Number(v.value)),0<mxUtils.trim(x.value).length&&(f.height=Number(x.value))), -d.getModel().setGeometry(e[a],f));0<mxUtils.trim(z.value).length&&d.setCellStyles(mxConstants.STYLE_ROTATION,Number(z.value),[e[a]])}}finally{d.getModel().endUpdate()}});f.className="geBtn gePrimaryBtn";mxEvent.addListener(h,"keypress",function(a){13==a.keyCode&&f.click()});k=document.createElement("div");k.style.marginTop="20px";k.style.textAlign="right";b.editor.cancelFirst?(k.appendChild(c),k.appendChild(f)):(k.appendChild(f),k.appendChild(c));h.appendChild(k);this.container=h},LibraryDialog=function(b, -e,d,c,h,k){function m(a){for(a=document.elementFromPoint(a.clientX,a.clientY);null!=a&&a.parentNode!=q;)a=a.parentNode;var f=null;if(null!=a)for(var b=q.firstChild,f=0;null!=b&&b!=a;)b=b.nextSibling,f++;return f}function n(a,c,l,d,e,h,t,k,E){try{if(null==c||"image/"==c.substring(0,6))if(null==a&&null!=t||null==v[a]){var C=function(){G.innerHTML="";G.style.cursor="pointer";G.style.whiteSpace="nowrap";G.style.textOverflow="ellipsis";mxUtils.write(G,null!=D.title&&0<D.title.length?D.title:mxResources.get("untitled")); -G.style.color=null==D.title||0==D.title.length?"#d0d0d0":""};q.style.backgroundImage="";u.style.display="none";var J=e,y=h;if(e>b.maxImageSize||h>b.maxImageSize){var A=Math.min(1,Math.min(b.maxImageSize/Math.max(1,e)),b.maxImageSize/Math.max(1,h));e*=A;h*=A}J>y?(y=Math.round(100*y/J),J=100):(J=Math.round(100*J/y),y=100);var z=document.createElement("div");z.setAttribute("draggable","true");z.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";z.style.position="relative";z.style.cursor="move"; -mxUtils.setPrefixedStyle(z.style,"transition","transform .1s ease-in-out");if(null!=a){var p=document.createElement("img");p.setAttribute("src",w.convert(a));p.style.width=J+"px";p.style.height=y+"px";p.style.margin="10px";p.style.paddingBottom=Math.floor((100-y)/2)+"px";p.style.paddingLeft=Math.floor((100-J)/2)+"px";z.appendChild(p)}else if(null!=t){var H=b.stringToCells(b.editor.graph.decompress(t.xml));0<H.length&&(b.sidebar.createThumb(H,100,100,z,null,!0,!1),z.firstChild.style.display=mxClient.IS_QUIRKS? -"inline":"inline-block",z.firstChild.style.cursor="")}var F=document.createElement("img");F.setAttribute("src",Editor.closeImage);F.setAttribute("border","0");F.setAttribute("title",mxResources.get("delete"));F.setAttribute("align","top");F.style.paddingTop="4px";F.style.position="absolute";F.style.marginLeft="-12px";F.style.zIndex="1";F.style.cursor="pointer";mxEvent.addListener(F,"dragstart",function(a){mxEvent.consume(a)});(function(a,f,b){mxEvent.addListener(F,"click",function(c){v[f]=null;for(var l= -0;l<g.length;l++)if(null!=g[l].data&&g[l].data==f||null!=g[l].xml&&null!=b&&g[l].xml==b.xml){g.splice(l,1);break}z.parentNode.removeChild(a);0==g.length&&(q.style.backgroundImage="url('"+IMAGE_PATH+"/droptarget.png')",u.style.display="");mxEvent.consume(c)});mxEvent.addListener(F,"dblclick",function(a){mxEvent.consume(a)})})(z,a,t);z.appendChild(F);z.style.marginBottom="30px";var G=document.createElement("div");G.style.position="absolute";G.style.boxSizing="border-box";G.style.bottom="-18px";G.style.left= -"10px";G.style.right="10px";G.style.backgroundColor="#ffffff";G.style.overflow="hidden";G.style.textAlign="center";var D=null;null!=a?(D={data:a,w:e,h:h,title:E},null!=k&&(D.aspect=k),v[a]=p,g.push(D)):null!=t&&(t.aspect="fixed",g.push(t),D=t);mxEvent.addListener(G,"keydown",function(a){13==a.keyCode&&null!=f&&(f(),f=null,mxEvent.consume(a))});C();z.appendChild(G);mxEvent.addListener(G,"mousedown",function(a){"true"!=G.getAttribute("contentEditable")&&mxEvent.consume(a)});H=function(a){if(mxClient.IS_IOS|| -mxClient.IS_QUIRKS||mxClient.IS_FF||!(null==document.documentMode||9<document.documentMode)){var c=new FilenameDialog(b,D.title||"",mxResources.get("ok"),function(a){null!=a&&(D.title=a,C())},mxResources.get("enterValue"));b.showDialog(c.container,300,80,!0,!0);c.init();mxEvent.consume(a)}else if("true"!=G.getAttribute("contentEditable")){null!=f&&(f(),f=null);if(null==D.title||0==D.title.length)G.innerHTML="";G.style.textOverflow="";G.style.whiteSpace="";G.style.cursor="text";G.style.color="";G.setAttribute("contentEditable", -"true");G.focus();document.execCommand("selectAll",!1,null);f=function(){G.removeAttribute("contentEditable");G.style.cursor="pointer";D.title=G.innerHTML;C()};mxEvent.consume(a)}};mxEvent.addListener(G,"click",H);mxEvent.addListener(z,"dblclick",H);q.appendChild(z);mxEvent.addListener(z,"dragstart",function(f){null==a&&null!=t&&(F.style.visibility="hidden",G.style.visibility="hidden");mxClient.IS_FF&&null!=t.xml&&f.dataTransfer.setData("Text",t.xml);x=m(f);mxClient.IS_GC&&(z.style.opacity="0.9"); -window.setTimeout(function(){mxUtils.setPrefixedStyle(z.style,"transform","scale(0.5,0.5)");mxUtils.setOpacity(z,30);F.style.visibility="";G.style.visibility=""},0)});mxEvent.addListener(z,"dragend",function(a){"hidden"==F.style.visibility&&(F.style.visibility="",G.style.visibility="");x=null;mxUtils.setOpacity(z,100);mxUtils.setPrefixedStyle(z.style,"transform",null)})}else B||(B=!0,b.handleError({message:mxResources.get("fileExists")}));else{e=!1;try{if(b.spinner.stop(),J=mxUtils.parseXml(a),"mxlibrary"== -J.documentElement.nodeName){y=JSON.parse(mxUtils.getTextContent(J.documentElement));if(null!=y&&0<y.length)for(var M=0;M<y.length;M++)null!=y[M].xml?n(null,null,0,0,0,0,y[M]):n(y[M].data,null,0,0,y[M].w,y[M].h,null,"fixed",y[M].title);e=!0}else if("mxfile"==J.documentElement.nodeName){for(var I=J.documentElement.getElementsByTagName("diagram"),M=0;M<I.length;M++){var y=mxUtils.getTextContent(I[M]),H=b.stringToCells(b.editor.graph.decompress(y)),P=b.editor.graph.getBoundingBoxFromGeometry(H);n(null, -null,0,0,0,0,{xml:y,w:P.width,h:P.height})}e=!0}}catch(V){}e||(b.spinner.stop(),b.handleError({message:mxResources.get("errorLoadingFile")}))}}catch(V){}return null}function p(a){a.dataTransfer.dropEffect=null!=x?"move":"copy";a.stopPropagation();a.preventDefault()}function a(a){a.stopPropagation();a.preventDefault();B=!1;z=m(a);if(null!=x)null!=z&&z<q.children.length?(g.splice(z>x?z-1:z,0,g.splice(x,1)[0]),q.insertBefore(q.children[x],q.children[z])):(g.push(g.splice(x,1)[0]),q.appendChild(q.children[x])); -else if(0<a.dataTransfer.files.length)b.importFiles(a.dataTransfer.files,0,0,b.maxImageSize,E(a));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var f=decodeURIComponent(a.dataTransfer.getData("text/uri-list"));(/(\.jpg)($|\?)/i.test(f)||/(\.png)($|\?)/i.test(f)||/(\.gif)($|\?)/i.test(f)||/(\.svg)($|\?)/i.test(f))&&b.loadImage(f,function(a){n(f,null,0,0,a.width,a.height);q.scrollTop=q.scrollHeight})}a.stopPropagation();a.preventDefault()}var g=[];d=document.createElement("div"); -d.style.height="100%";var l=document.createElement("div");l.style.whiteSpace="nowrap";l.style.height="40px";d.appendChild(l);mxUtils.write(l,mxResources.get("filename")+":");null==e&&(e=b.defaultLibraryName+".xml");var t=document.createElement("input");t.setAttribute("value",e);t.style.marginRight="20px";t.style.marginLeft="10px";t.style.width="500px";null==h||h.isRenamable()||t.setAttribute("disabled","true");this.init=function(){if(null==h||h.isRenamable())t.focus(),mxClient.IS_GC||mxClient.IS_FF|| -5<=document.documentMode||mxClient.IS_QUIRKS?t.select():document.execCommand("selectAll",!1,null)};l.appendChild(t);var q=document.createElement("div");q.style.borderWidth="1px 0px 1px 0px";q.style.borderColor="#d3d3d3";q.style.borderStyle="solid";q.style.marginTop="6px";q.style.overflow="auto";q.style.height="340px";q.style.backgroundPosition="center center";q.style.backgroundRepeat="no-repeat";0==g.length&&Graph.fileSupport&&(q.style.backgroundImage="url('"+IMAGE_PATH+"/droptarget.png')");var u= -document.createElement("div");u.style.position="absolute";u.style.width="640px";u.style.top="260px";u.style.textAlign="center";u.style.fontSize="22px";u.style.color="#a0c3ff";mxUtils.write(u,mxResources.get("dragImagesHere"));d.appendChild(u);var v={},x=null,z=null,f=null;e=function(a){"true"!=mxEvent.getSource(a).getAttribute("contentEditable")&&null!=f&&(f(),f=null,mxEvent.consume(a))};mxEvent.addListener(q,"mousedown",e);mxEvent.addListener(q,"pointerdown",e);mxEvent.addListener(q,"touchstart", -e);var w=new mxUrlConverter,B=!1;if(null!=c)for(e=0;e<c.length;e++)l=c[e],n(l.data,null,0,0,l.w,l.h,l,l.aspect,l.title);mxEvent.addListener(q,"dragleave",function(a){u.style.cursor="";for(var f=mxEvent.getSource(a);null!=f;){if(f==q||f==u){a.stopPropagation();a.preventDefault();break}f=f.parentNode}});var E=function(a){return function(f,c,g,l,d,w,e,h,t){null!=t&&(/(\.vsdx)($|\?)/i.test(t.name)||/(\.vssx)($|\?)/i.test(t.name))?b.importVisio(t,mxUtils.bind(this,function(f){b.spinner.stop();n(f,c,g, -l,d,w,e,"fixed",mxEvent.isAltDown(a)?null:e.substring(0,e.lastIndexOf(".")).replace(/_/g," "))})):null!=t&&!b.isOffline()&&(new XMLHttpRequest).upload&&b.isRemoteFileFormat(f,t.name)?b.parseFile(t,mxUtils.bind(this,function(f){4==f.readyState&&(b.spinner.stop(),200<=f.status&&299>=f.status&&(n(f.responseText,c,g,l,d,w,e,"fixed",mxEvent.isAltDown(a)?null:e.substring(0,e.lastIndexOf(".")).replace(/_/g," ")),q.scrollTop=q.scrollHeight))})):(n(f,c,g,l,d,w,e,"fixed",mxEvent.isAltDown(a)?null:e.substring(0, -e.lastIndexOf(".")).replace(/_/g," ")),q.scrollTop=q.scrollHeight)}};mxEvent.addListener(q,"dragover",p);mxEvent.addListener(q,"drop",a);mxEvent.addListener(u,"dragover",p);mxEvent.addListener(u,"drop",a);d.appendChild(q);c=document.createElement("div");c.style.textAlign="right";c.style.marginTop="20px";e=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog(!0)});e.setAttribute("id","btnCancel");e.className="geBtn";b.editor.cancelFirst&&c.appendChild(e);l=mxUtils.button(mxResources.get("export"), -function(){var a=b.createLibraryDataFromImages(g),f=t.value;/(\.xml)$/i.test(f)||(f+=".xml");b.isLocalFileSave()?b.saveLocalFile(a,f,"text/xml",null,null,!0):(new mxXmlRequest(SAVE_URL,"filename="+encodeURIComponent(f)+"&format=xml&xml="+encodeURIComponent(a))).simulate(document,"_blank")});l.setAttribute("id","btnDownload");l.className="geBtn";c.appendChild(l);var y=document.createElement("input");y.setAttribute("multiple","multiple");y.setAttribute("type","file");null==document.documentMode&&(mxEvent.addListener(y, -"change",function(a){B=!1;b.importFiles(y.files,0,0,b.maxImageSize,function(f,b,c,g,l,d,w,e,q){E(a)(f,b,c,g,l,d,w,e,q);y.value=""});q.scrollTop=q.scrollHeight}),l=mxUtils.button(mxResources.get("import"),function(){null!=f&&(f(),f=null);y.click()}),l.setAttribute("id","btnAddImage"),l.className="geBtn",c.appendChild(l));l=mxUtils.button(mxResources.get("addImageUrl"),function(){null!=f&&(f(),f=null);b.showImageDialog(mxResources.get("addImageUrl"),"",function(a,f,b){B=!1;if(null!=a){if("data:image/"== -a.substring(0,11)){var c=a.indexOf(",");0<c&&(a=a.substring(0,c)+";base64,"+a.substring(c+1))}n(a,null,0,0,f,b);q.scrollTop=q.scrollHeight}})});l.setAttribute("id","btnAddImageUrl");l.className="geBtn";c.appendChild(l);this.saveBtnClickHandler=function(a,f,c,g){b.saveLibrary(a,f,c,g)};l=mxUtils.button(mxResources.get("save"),mxUtils.bind(this,function(){null!=f&&(f(),f=null);this.saveBtnClickHandler(t.value,g,h,k)}));l.setAttribute("id","btnSave");l.className="geBtn gePrimaryBtn";c.appendChild(l); -b.editor.cancelFirst||c.appendChild(e);d.appendChild(c);this.container=d},EditShapeDialog=function(b,e,d,c,h){c=null!=c?c:300;h=null!=h?h:120;var k,m,n=document.createElement("table"),p=document.createElement("tbody");n.style.cellPadding="4px";k=document.createElement("tr");m=document.createElement("td");m.setAttribute("colspan","2");m.style.fontSize="10pt";mxUtils.write(m,d);k.appendChild(m);p.appendChild(k);k=document.createElement("tr");m=document.createElement("td");var a=document.createElement("textarea"); -a.style.outline="none";a.style.resize="none";a.style.width=c-200+"px";a.style.height=h+"px";this.textarea=a;this.init=function(){a.focus();a.scrollTop=0};m.appendChild(a);k.appendChild(m);m=document.createElement("td");d=document.createElement("div");d.style.position="relative";d.style.border="1px solid gray";d.style.top="6px";d.style.width="200px";d.style.height=h+4+"px";d.style.overflow="hidden";d.style.marginBottom="16px";mxEvent.disableContextMenu(d);m.appendChild(d);var g=new Graph(d);g.setEnabled(!1); -var l=b.editor.graph.cloneCells([e])[0];g.addCells([l]);d=g.view.getState(l);var t="";null!=d.shape&&null!=d.shape.stencil&&(t=mxUtils.getPrettyXml(d.shape.stencil.desc));mxUtils.write(a,t||"");d=g.getGraphBounds();h=Math.min(160/d.width,(h-40)/d.height);g.view.scaleAndTranslate(h,20/h-d.x,20/h-d.y);k.appendChild(m);p.appendChild(k);k=document.createElement("tr");m=document.createElement("td");m.setAttribute("colspan","2");m.style.paddingTop="2px";m.style.whiteSpace="nowrap";m.setAttribute("align", -"right");h=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()});h.className="geBtn";b.editor.cancelFirst&&m.appendChild(h);b.isOffline()||(d=mxUtils.button(mxResources.get("help"),function(){b.openLink("https://desk.draw.io/support/solutions/articles/16000052874")}),d.className="geBtn",m.appendChild(d));var q=function(c,g,l){var d=a.value,f=mxUtils.parseXml(d),d=mxUtils.getPrettyXml(f.documentElement),f=f.documentElement.getElementsByTagName("parsererror");if(null!=f&&0<f.length)b.showError(mxResources.get("error"), -mxResources.get("containsValidationErrors"),mxResources.get("ok"));else if(l&&b.hideDialog(),f=!c.model.contains(g),!l||f||d!=t){d=b.editor.graph.compress(d);c.getModel().beginUpdate();try{if(f){var w=b.editor.graph.getInsertPoint();g.geometry.x=w.x;g.geometry.y=w.y;c.addCell(g)}c.setCellStyles(mxConstants.STYLE_SHAPE,"stencil("+d+")",[g])}catch(B){throw B;}finally{c.getModel().endUpdate()}f&&c.setSelectionCell(g)}};d=mxUtils.button(mxResources.get("preview"),function(){q(g,l,!1)});d.className="geBtn"; -m.appendChild(d);d=mxUtils.button(mxResources.get("apply"),function(){q(b.editor.graph,e,!0)});d.className="geBtn gePrimaryBtn";m.appendChild(d);b.editor.cancelFirst||m.appendChild(h);k.appendChild(m);p.appendChild(k);n.appendChild(p);this.container=n},CustomDialog=function(b,e,d,c,h,k,m,n){var p=document.createElement("div");p.appendChild(e);e=document.createElement("div");e.style.marginTop="16px";e.style.textAlign="center";null!=m&&e.appendChild(m);m=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog(); -null!=c&&c()});m.className="geBtn";n&&(m.style.display="none");b.editor.cancelFirst&&e.appendChild(m);b.isOffline()||null==k||(n=mxUtils.button(mxResources.get("help"),function(){b.openLink(k)}),n.className="geBtn",e.appendChild(n));h=mxUtils.button(h||mxResources.get("ok"),function(){b.hideDialog();null!=d&&d()});e.appendChild(h);h.className="geBtn gePrimaryBtn";b.editor.cancelFirst||e.appendChild(m);p.appendChild(e);this.cancelBtn=m;this.okButton=h;this.container=p};(function(){Editor.prototype.appName="draw.io";Editor.closeImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAApVBMVEUAAAD////k5OT///8AAAB1dXXMzMz9/f39/f37+/v5+fn+/v7///9iYmJaWlqFhYWnp6ejo6OHh4f////////////////7+/v5+fnx8fH///8AAAD///8bGxv7+/v5+fkoKCghISFDQ0MYGBjh4eHY2Njb29tQUFBvb29HR0c/Pz82NjYrKyu/v78SEhLu7u7s7OzV1dVVVVU7OzsVFRXAv78QEBBzqehMAAAAG3RSTlMAA/7p/vz5xZlrTiPL/v78+/v7+OXd2TYQDs8L70ZbAAABKUlEQVQoz3VS13LCMBBUXHChd8iukDslQChJ/v/TchaG4cXS+OSb1c7trU7V60OpdRz2ZtNZL4zXNlcN8BEtSG6+NxIXkeRPoBuQ1cjvZ31/VJFB10ISli6diYfH8iYO3WUNCcNlB0gTrXOtkxTo0O1aKKiBBMhhv2MNBQKoiA5wxlZo0JDzD3AYKbWacyj3fs01wxey0pyEP+R8pWKWXoqtIZ0DDg5pbki9krEKOa6LVDQsdoXEsi46Zqh69KFz7B1u7Hb2yDV8firXDKBlZ4UFiswKGRhXTS93/ECK7yxnJ3+S3y/ThpO+cfSD017nqa18aasabU0/t7d+tk0/1oMEJ1NaD67iwdF68OabFSLn+eHb0+vjy+uk8br9fdrftH0O2menfd7+AQfYM/lNjoDHAAAAAElFTkSuQmCC": +z.setAttribute("type","text");z.style.width="100px";z.value=1==e.length?mxUtils.getValue(d.getCellStyle(e[0]),mxConstants.STYLE_ROTATION,0):"";a.appendChild(z);n.appendChild(p);n.appendChild(a);m.appendChild(n);k.appendChild(m);g.appendChild(k);c=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()});c.className="geBtn";var h=mxUtils.button(mxResources.get("apply"),function(){b.hideDialog();d.getModel().beginUpdate();try{for(var a=0;a<e.length;a++){var h=d.getCellGeometry(e[a]);null!= +h&&(h=h.clone(),d.isCellMovable(e[a])&&(h.relative=f.checked,0<mxUtils.trim(l.value).length&&(h.x=Number(l.value)),0<mxUtils.trim(q.value).length&&(h.y=Number(q.value)),0<mxUtils.trim(u.value).length&&(null==h.offset&&(h.offset=new mxPoint),h.offset.x=Number(u.value)),0<mxUtils.trim(t.value).length&&(null==h.offset&&(h.offset=new mxPoint),h.offset.y=Number(t.value))),d.isCellResizable(e[a])&&(0<mxUtils.trim(v.value).length&&(h.width=Number(v.value)),0<mxUtils.trim(x.value).length&&(h.height=Number(x.value))), +d.getModel().setGeometry(e[a],h));0<mxUtils.trim(z.value).length&&d.setCellStyles(mxConstants.STYLE_ROTATION,Number(z.value),[e[a]])}}finally{d.getModel().endUpdate()}});h.className="geBtn gePrimaryBtn";mxEvent.addListener(g,"keypress",function(a){13==a.keyCode&&h.click()});k=document.createElement("div");k.style.marginTop="20px";k.style.textAlign="right";b.editor.cancelFirst?(k.appendChild(c),k.appendChild(h)):(k.appendChild(h),k.appendChild(c));g.appendChild(k);this.container=g},LibraryDialog=function(b, +e,d,c,g,k){function m(a){for(a=document.elementFromPoint(a.clientX,a.clientY);null!=a&&a.parentNode!=u;)a=a.parentNode;var b=null;if(null!=a)for(var h=u.firstChild,b=0;null!=h&&h!=a;)h=h.nextSibling,b++;return b}function n(a,c,l,d,e,g,q,k,D){try{if(null==c||"image/"==c.substring(0,6))if(null==a&&null!=q||null==v[a]){var B=function(){J.innerHTML="";J.style.cursor="pointer";J.style.whiteSpace="nowrap";J.style.textOverflow="ellipsis";mxUtils.write(J,null!=F.title&&0<F.title.length?F.title:mxResources.get("untitled")); +J.style.color=null==F.title||0==F.title.length?"#d0d0d0":""};u.style.backgroundImage="";t.style.display="none";var G=e,z=g;if(e>b.maxImageSize||g>b.maxImageSize){var E=Math.min(1,Math.min(b.maxImageSize/Math.max(1,e)),b.maxImageSize/Math.max(1,g));e*=E;g*=E}G>z?(z=Math.round(100*z/G),G=100):(G=Math.round(100*G/z),z=100);var y=document.createElement("div");y.setAttribute("draggable","true");y.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";y.style.position="relative";y.style.cursor="move"; +mxUtils.setPrefixedStyle(y.style,"transition","transform .1s ease-in-out");if(null!=a){var p=document.createElement("img");p.setAttribute("src",w.convert(a));p.style.width=G+"px";p.style.height=z+"px";p.style.margin="10px";p.style.paddingBottom=Math.floor((100-z)/2)+"px";p.style.paddingLeft=Math.floor((100-G)/2)+"px";y.appendChild(p)}else if(null!=q){var I=b.stringToCells(b.editor.graph.decompress(q.xml));0<I.length&&(b.sidebar.createThumb(I,100,100,y,null,!0,!1),y.firstChild.style.display=mxClient.IS_QUIRKS? +"inline":"inline-block",y.firstChild.style.cursor="")}var H=document.createElement("img");H.setAttribute("src",Editor.closeImage);H.setAttribute("border","0");H.setAttribute("title",mxResources.get("delete"));H.setAttribute("align","top");H.style.paddingTop="4px";H.style.position="absolute";H.style.marginLeft="-12px";H.style.zIndex="1";H.style.cursor="pointer";mxEvent.addListener(H,"dragstart",function(a){mxEvent.consume(a)});(function(a,b,h){mxEvent.addListener(H,"click",function(c){v[b]=null;for(var l= +0;l<f.length;l++)if(null!=f[l].data&&f[l].data==b||null!=f[l].xml&&null!=h&&f[l].xml==h.xml){f.splice(l,1);break}y.parentNode.removeChild(a);0==f.length&&(u.style.backgroundImage="url('"+IMAGE_PATH+"/droptarget.png')",t.style.display="");mxEvent.consume(c)});mxEvent.addListener(H,"dblclick",function(a){mxEvent.consume(a)})})(y,a,q);y.appendChild(H);y.style.marginBottom="30px";var J=document.createElement("div");J.style.position="absolute";J.style.boxSizing="border-box";J.style.bottom="-18px";J.style.left= +"10px";J.style.right="10px";J.style.backgroundColor="#ffffff";J.style.overflow="hidden";J.style.textAlign="center";var F=null;null!=a?(F={data:a,w:e,h:g,title:D},null!=k&&(F.aspect=k),v[a]=p,f.push(F)):null!=q&&(q.aspect="fixed",f.push(q),F=q);mxEvent.addListener(J,"keydown",function(a){13==a.keyCode&&null!=h&&(h(),h=null,mxEvent.consume(a))});B();y.appendChild(J);mxEvent.addListener(J,"mousedown",function(a){"true"!=J.getAttribute("contentEditable")&&mxEvent.consume(a)});I=function(a){if(mxClient.IS_IOS|| +mxClient.IS_QUIRKS||mxClient.IS_FF||!(null==document.documentMode||9<document.documentMode)){var c=new FilenameDialog(b,F.title||"",mxResources.get("ok"),function(a){null!=a&&(F.title=a,B())},mxResources.get("enterValue"));b.showDialog(c.container,300,80,!0,!0);c.init();mxEvent.consume(a)}else if("true"!=J.getAttribute("contentEditable")){null!=h&&(h(),h=null);if(null==F.title||0==F.title.length)J.innerHTML="";J.style.textOverflow="";J.style.whiteSpace="";J.style.cursor="text";J.style.color="";J.setAttribute("contentEditable", +"true");J.focus();document.execCommand("selectAll",!1,null);h=function(){J.removeAttribute("contentEditable");J.style.cursor="pointer";F.title=J.innerHTML;B()};mxEvent.consume(a)}};mxEvent.addListener(J,"click",I);mxEvent.addListener(y,"dblclick",I);u.appendChild(y);mxEvent.addListener(y,"dragstart",function(b){null==a&&null!=q&&(H.style.visibility="hidden",J.style.visibility="hidden");mxClient.IS_FF&&null!=q.xml&&b.dataTransfer.setData("Text",q.xml);x=m(b);mxClient.IS_GC&&(y.style.opacity="0.9"); +window.setTimeout(function(){mxUtils.setPrefixedStyle(y.style,"transform","scale(0.5,0.5)");mxUtils.setOpacity(y,30);H.style.visibility="";J.style.visibility=""},0)});mxEvent.addListener(y,"dragend",function(a){"hidden"==H.style.visibility&&(H.style.visibility="",J.style.visibility="");x=null;mxUtils.setOpacity(y,100);mxUtils.setPrefixedStyle(y.style,"transform",null)})}else C||(C=!0,b.handleError({message:mxResources.get("fileExists")}));else{e=!1;try{if(b.spinner.stop(),G=mxUtils.parseXml(a),"mxlibrary"== +G.documentElement.nodeName){z=JSON.parse(mxUtils.getTextContent(G.documentElement));if(null!=z&&0<z.length)for(var L=0;L<z.length;L++)null!=z[L].xml?n(null,null,0,0,0,0,z[L]):n(z[L].data,null,0,0,z[L].w,z[L].h,null,"fixed",z[L].title);e=!0}else if("mxfile"==G.documentElement.nodeName){for(var A=G.documentElement.getElementsByTagName("diagram"),L=0;L<A.length;L++){var z=mxUtils.getTextContent(A[L]),I=b.stringToCells(b.editor.graph.decompress(z)),K=b.editor.graph.getBoundingBoxFromGeometry(I);n(null, +null,0,0,0,0,{xml:z,w:K.width,h:K.height})}e=!0}}catch(W){}e||(b.spinner.stop(),b.handleError({message:mxResources.get("errorLoadingFile")}))}}catch(W){}return null}function p(a){a.dataTransfer.dropEffect=null!=x?"move":"copy";a.stopPropagation();a.preventDefault()}function a(a){a.stopPropagation();a.preventDefault();C=!1;z=m(a);if(null!=x)null!=z&&z<u.children.length?(f.splice(z>x?z-1:z,0,f.splice(x,1)[0]),u.insertBefore(u.children[x],u.children[z])):(f.push(f.splice(x,1)[0]),u.appendChild(u.children[x])); +else if(0<a.dataTransfer.files.length)b.importFiles(a.dataTransfer.files,0,0,b.maxImageSize,D(a));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var h=decodeURIComponent(a.dataTransfer.getData("text/uri-list"));(/(\.jpg)($|\?)/i.test(h)||/(\.png)($|\?)/i.test(h)||/(\.gif)($|\?)/i.test(h)||/(\.svg)($|\?)/i.test(h))&&b.loadImage(h,function(a){n(h,null,0,0,a.width,a.height);u.scrollTop=u.scrollHeight})}a.stopPropagation();a.preventDefault()}var f=[];d=document.createElement("div"); +d.style.height="100%";var l=document.createElement("div");l.style.whiteSpace="nowrap";l.style.height="40px";d.appendChild(l);mxUtils.write(l,mxResources.get("filename")+":");null==e&&(e=b.defaultLibraryName+".xml");var q=document.createElement("input");q.setAttribute("value",e);q.style.marginRight="20px";q.style.marginLeft="10px";q.style.width="500px";null==g||g.isRenamable()||q.setAttribute("disabled","true");this.init=function(){if(null==g||g.isRenamable())q.focus(),mxClient.IS_GC||mxClient.IS_FF|| +5<=document.documentMode||mxClient.IS_QUIRKS?q.select():document.execCommand("selectAll",!1,null)};l.appendChild(q);var u=document.createElement("div");u.style.borderWidth="1px 0px 1px 0px";u.style.borderColor="#d3d3d3";u.style.borderStyle="solid";u.style.marginTop="6px";u.style.overflow="auto";u.style.height="340px";u.style.backgroundPosition="center center";u.style.backgroundRepeat="no-repeat";0==f.length&&Graph.fileSupport&&(u.style.backgroundImage="url('"+IMAGE_PATH+"/droptarget.png')");var t= +document.createElement("div");t.style.position="absolute";t.style.width="640px";t.style.top="260px";t.style.textAlign="center";t.style.fontSize="22px";t.style.color="#a0c3ff";mxUtils.write(t,mxResources.get("dragImagesHere"));d.appendChild(t);var v={},x=null,z=null,h=null;e=function(a){"true"!=mxEvent.getSource(a).getAttribute("contentEditable")&&null!=h&&(h(),h=null,mxEvent.consume(a))};mxEvent.addListener(u,"mousedown",e);mxEvent.addListener(u,"pointerdown",e);mxEvent.addListener(u,"touchstart", +e);var w=new mxUrlConverter,C=!1;if(null!=c)for(e=0;e<c.length;e++)l=c[e],n(l.data,null,0,0,l.w,l.h,l,l.aspect,l.title);mxEvent.addListener(u,"dragleave",function(a){t.style.cursor="";for(var b=mxEvent.getSource(a);null!=b;){if(b==u||b==t){a.stopPropagation();a.preventDefault();break}b=b.parentNode}});var D=function(a){return function(h,c,f,l,d,e,w,g,q){null!=q&&(/(\.vsdx)($|\?)/i.test(q.name)||/(\.vssx)($|\?)/i.test(q.name))?b.importVisio(q,mxUtils.bind(this,function(h){b.spinner.stop();n(h,c,f, +l,d,e,w,"fixed",mxEvent.isAltDown(a)?null:w.substring(0,w.lastIndexOf(".")).replace(/_/g," "))})):null!=q&&!b.isOffline()&&(new XMLHttpRequest).upload&&b.isRemoteFileFormat(h,q.name)?b.parseFile(q,mxUtils.bind(this,function(h){4==h.readyState&&(b.spinner.stop(),200<=h.status&&299>=h.status&&(n(h.responseText,c,f,l,d,e,w,"fixed",mxEvent.isAltDown(a)?null:w.substring(0,w.lastIndexOf(".")).replace(/_/g," ")),u.scrollTop=u.scrollHeight))})):(n(h,c,f,l,d,e,w,"fixed",mxEvent.isAltDown(a)?null:w.substring(0, +w.lastIndexOf(".")).replace(/_/g," ")),u.scrollTop=u.scrollHeight)}};mxEvent.addListener(u,"dragover",p);mxEvent.addListener(u,"drop",a);mxEvent.addListener(t,"dragover",p);mxEvent.addListener(t,"drop",a);d.appendChild(u);c=document.createElement("div");c.style.textAlign="right";c.style.marginTop="20px";e=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog(!0)});e.setAttribute("id","btnCancel");e.className="geBtn";b.editor.cancelFirst&&c.appendChild(e);l=mxUtils.button(mxResources.get("export"), +function(){var a=b.createLibraryDataFromImages(f),h=q.value;/(\.xml)$/i.test(h)||(h+=".xml");b.isLocalFileSave()?b.saveLocalFile(a,h,"text/xml",null,null,!0):(new mxXmlRequest(SAVE_URL,"filename="+encodeURIComponent(h)+"&format=xml&xml="+encodeURIComponent(a))).simulate(document,"_blank")});l.setAttribute("id","btnDownload");l.className="geBtn";c.appendChild(l);var y=document.createElement("input");y.setAttribute("multiple","multiple");y.setAttribute("type","file");null==document.documentMode&&(mxEvent.addListener(y, +"change",function(a){C=!1;b.importFiles(y.files,0,0,b.maxImageSize,function(b,h,c,f,l,d,e,w,g){D(a)(b,h,c,f,l,d,e,w,g);y.value=""});u.scrollTop=u.scrollHeight}),l=mxUtils.button(mxResources.get("import"),function(){null!=h&&(h(),h=null);y.click()}),l.setAttribute("id","btnAddImage"),l.className="geBtn",c.appendChild(l));l=mxUtils.button(mxResources.get("addImageUrl"),function(){null!=h&&(h(),h=null);b.showImageDialog(mxResources.get("addImageUrl"),"",function(a,b,h){C=!1;if(null!=a){if("data:image/"== +a.substring(0,11)){var c=a.indexOf(",");0<c&&(a=a.substring(0,c)+";base64,"+a.substring(c+1))}n(a,null,0,0,b,h);u.scrollTop=u.scrollHeight}})});l.setAttribute("id","btnAddImageUrl");l.className="geBtn";c.appendChild(l);this.saveBtnClickHandler=function(a,h,c,f){b.saveLibrary(a,h,c,f)};l=mxUtils.button(mxResources.get("save"),mxUtils.bind(this,function(){null!=h&&(h(),h=null);this.saveBtnClickHandler(q.value,f,g,k)}));l.setAttribute("id","btnSave");l.className="geBtn gePrimaryBtn";c.appendChild(l); +b.editor.cancelFirst||c.appendChild(e);d.appendChild(c);this.container=d},EditShapeDialog=function(b,e,d,c,g){c=null!=c?c:300;g=null!=g?g:120;var k,m,n=document.createElement("table"),p=document.createElement("tbody");n.style.cellPadding="4px";k=document.createElement("tr");m=document.createElement("td");m.setAttribute("colspan","2");m.style.fontSize="10pt";mxUtils.write(m,d);k.appendChild(m);p.appendChild(k);k=document.createElement("tr");m=document.createElement("td");var a=document.createElement("textarea"); +a.style.outline="none";a.style.resize="none";a.style.width=c-200+"px";a.style.height=g+"px";this.textarea=a;this.init=function(){a.focus();a.scrollTop=0};m.appendChild(a);k.appendChild(m);m=document.createElement("td");d=document.createElement("div");d.style.position="relative";d.style.border="1px solid gray";d.style.top="6px";d.style.width="200px";d.style.height=g+4+"px";d.style.overflow="hidden";d.style.marginBottom="16px";mxEvent.disableContextMenu(d);m.appendChild(d);var f=new Graph(d);f.setEnabled(!1); +var l=b.editor.graph.cloneCells([e])[0];f.addCells([l]);d=f.view.getState(l);var q="";null!=d.shape&&null!=d.shape.stencil&&(q=mxUtils.getPrettyXml(d.shape.stencil.desc));mxUtils.write(a,q||"");d=f.getGraphBounds();g=Math.min(160/d.width,(g-40)/d.height);f.view.scaleAndTranslate(g,20/g-d.x,20/g-d.y);k.appendChild(m);p.appendChild(k);k=document.createElement("tr");m=document.createElement("td");m.setAttribute("colspan","2");m.style.paddingTop="2px";m.style.whiteSpace="nowrap";m.setAttribute("align", +"right");g=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog()});g.className="geBtn";b.editor.cancelFirst&&m.appendChild(g);b.isOffline()||(d=mxUtils.button(mxResources.get("help"),function(){b.openLink("https://desk.draw.io/support/solutions/articles/16000052874")}),d.className="geBtn",m.appendChild(d));var u=function(c,f,l){var d=a.value,h=mxUtils.parseXml(d),d=mxUtils.getPrettyXml(h.documentElement),h=h.documentElement.getElementsByTagName("parsererror");if(null!=h&&0<h.length)b.showError(mxResources.get("error"), +mxResources.get("containsValidationErrors"),mxResources.get("ok"));else if(l&&b.hideDialog(),h=!c.model.contains(f),!l||h||d!=q){d=b.editor.graph.compress(d);c.getModel().beginUpdate();try{if(h){var e=b.editor.graph.getInsertPoint();f.geometry.x=e.x;f.geometry.y=e.y;c.addCell(f)}c.setCellStyles(mxConstants.STYLE_SHAPE,"stencil("+d+")",[f])}catch(C){throw C;}finally{c.getModel().endUpdate()}h&&c.setSelectionCell(f)}};d=mxUtils.button(mxResources.get("preview"),function(){u(f,l,!1)});d.className="geBtn"; +m.appendChild(d);d=mxUtils.button(mxResources.get("apply"),function(){u(b.editor.graph,e,!0)});d.className="geBtn gePrimaryBtn";m.appendChild(d);b.editor.cancelFirst||m.appendChild(g);k.appendChild(m);p.appendChild(k);n.appendChild(p);this.container=n},CustomDialog=function(b,e,d,c,g,k,m,n){var p=document.createElement("div");p.appendChild(e);e=document.createElement("div");e.style.marginTop="16px";e.style.textAlign="center";null!=m&&e.appendChild(m);m=mxUtils.button(mxResources.get("cancel"),function(){b.hideDialog(); +null!=c&&c()});m.className="geBtn";n&&(m.style.display="none");b.editor.cancelFirst&&e.appendChild(m);b.isOffline()||null==k||(n=mxUtils.button(mxResources.get("help"),function(){b.openLink(k)}),n.className="geBtn",e.appendChild(n));g=mxUtils.button(g||mxResources.get("ok"),function(){b.hideDialog();null!=d&&d()});e.appendChild(g);g.className="geBtn gePrimaryBtn";b.editor.cancelFirst||e.appendChild(m);p.appendChild(e);this.cancelBtn=m;this.okButton=g;this.container=p};(function(){Editor.prototype.appName="draw.io";Editor.closeImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAApVBMVEUAAAD////k5OT///8AAAB1dXXMzMz9/f39/f37+/v5+fn+/v7///9iYmJaWlqFhYWnp6ejo6OHh4f////////////////7+/v5+fnx8fH///8AAAD///8bGxv7+/v5+fkoKCghISFDQ0MYGBjh4eHY2Njb29tQUFBvb29HR0c/Pz82NjYrKyu/v78SEhLu7u7s7OzV1dVVVVU7OzsVFRXAv78QEBBzqehMAAAAG3RSTlMAA/7p/vz5xZlrTiPL/v78+/v7+OXd2TYQDs8L70ZbAAABKUlEQVQoz3VS13LCMBBUXHChd8iukDslQChJ/v/TchaG4cXS+OSb1c7trU7V60OpdRz2ZtNZL4zXNlcN8BEtSG6+NxIXkeRPoBuQ1cjvZ31/VJFB10ISli6diYfH8iYO3WUNCcNlB0gTrXOtkxTo0O1aKKiBBMhhv2MNBQKoiA5wxlZo0JDzD3AYKbWacyj3fs01wxey0pyEP+R8pWKWXoqtIZ0DDg5pbki9krEKOa6LVDQsdoXEsi46Zqh69KFz7B1u7Hb2yDV8firXDKBlZ4UFiswKGRhXTS93/ECK7yxnJ3+S3y/ThpO+cfSD017nqa18aasabU0/t7d+tk0/1oMEJ1NaD67iwdF68OabFSLn+eHb0+vjy+uk8br9fdrftH0O2menfd7+AQfYM/lNjoDHAAAAAElFTkSuQmCC": IMAGE_PATH+"/delete.png";Editor.plusImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDdCMTdENjVCOEM4MTFFNDlCRjVBNDdCODU5NjNBNUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdCMTdENjZCOEM4MTFFNDlCRjVBNDdCODU5NjNBNUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowN0IxN0Q2M0I4QzgxMUU0OUJGNUE0N0I4NTk2M0E1QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowN0IxN0Q2NEI4QzgxMUU0OUJGNUE0N0I4NTk2M0E1QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtjrjmgAAAAtSURBVHjaYvz//z8DMigvLwcLdHZ2MiKLMzEQCaivkLGsrOw/dU0cAr4GCDAARQsQbTFrv10AAAAASUVORK5CYII=": IMAGE_PATH+"/plus.png";Editor.spinImage=mxClient.IS_SVG?"data:image/gif;base64,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": IMAGE_PATH+"/spin.gif";Editor.tweetImage=IMAGE_PATH+"/tweet.png";Editor.facebookImage=IMAGE_PATH+"/facebook.png";Editor.blankImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACklEQVR4nGMAAQAABQABDQottAAAAABJRU5ErkJggg==";Editor.hiResImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA+CAMAAACLMWy1AAAAh1BMVEUAAABMTExERERBQUFBQUFFRUVAQEBCQkJAQEA6OjpDQ0NKSkpBQUFBQUFERERERERBQUFCQkJCQkJCQkJJSUlBQUFCQkJDQ0NDQ0NCQkJDQ0NBQUFBQUFCQkJBQUFCQkJCQkJDQ0NCQkJHR0dBQUFCQkJCQkJAQEBCQkJDQ0NAQEBERERCQkIk1hS2AAAAKnRSTlMAAjj96BL7PgQFRwfu3TYazKuVjRXl1V1DPCn1uLGjnWNVIgy9hU40eGqPkM38AAACG0lEQVRYw+2X63KbMBCFzwZblgGDceN74muatpLe//m6MHV3gHGFAv2RjM94MAbxzdnVsQbBDKwH8AH8MDAyafzjqYeyOG04XE7RS8nIRDXg6BlT+rA0nmtAPh+NQRDxIASIMG44rAMrGunBgHwy3uUldxggIStGKp2f+DQc2O4h4eQsX3O2IFB/oEbsjOKbStnjAEA+zJ0ylZTbgvoDn8xNyn6Dbj5Kd4GsNpABa6duQPfSdEj88TgMAhKuCWjAkgmFXPLnsD0pWd3OFGdrMugQII/eOMPEiGOzqPMIeWrcSoMCg71W1pXBPvCP+gS/OdXqQ3uW23+93XGWLl/OaBb805bNcBPoEIcVJsnHzcxpZH86u5KZ9gDby5dQCcnKqdbke4ItI4Tzd7IW9hZQt4EO6GG9b9sYuuK9Wwn8TIr2xKbF2+3Nhr+qxChJ/AI6pIfCu4z4Zowp4ZUNihz79vewzctnHDwTvQO/hCdFBzrUGDOPn2Y/F8YKT4oOATLvlhOznzmBSdFBJWtc58y7r+UVFOCQczy3wpN6pegDqHtsCPTGvH9JuTO0Dyg8icldYPk+RB6g8Aofj4m2EKBvtTmUPD9xDd1pPcSReV2U5iD/ik2yrngtvvqBfPzOvKiDTKTsCdoHZJ7pLLffgTwlJ5vJdtJV2/jiAYaLvLGhMAEDO5QcDg2M/jOw/8Zn+K3ZwJvHT7ZffgC/NvA3zcybTeIfE4EAAAAASUVORK5CYII=": IMAGE_PATH+"/img-hi-res.png";Editor.loResImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA+CAMAAACLMWy1AAAAS1BMVEVAQEAAAAA1NTVBQUFDQ0NDQ0NFRUVERERBQUFBQUFBQUFAQEBBQUFBQUFCQkJCQkJCQkJBQUFCQkJDQ0NDQ0NCQkJCQkJCQkJGRkb5/XqTAAAAGXRSTlP+AAWODlASCsesX+Lc2LyWe3pwa1tCPjohjSJfoAAAAI1JREFUWMPt1MkKhTAMRuG0anvneXr/J71nUypKcdqI/N8yhLMKMZE1CahnClDQzMPB44ED3EgeCubgDWnWQMHpwTtKwTe+UHD4sJ94wbUEHHFGhILlYDeSnsQeabeCgsPBgB0MOZZ9oGA5GJFiJSfUULAfjLjARrhCwX7wh2YCDwVbwZkUBKqFFJRN+wOcwSgR2sREcgAAAABJRU5ErkJggg==": IMAGE_PATH+"/img-lo-res.png";Editor.cameraLargeImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KTMInWQAAA/BJREFUWAnFl0uIjWEYx885buPSuGwmSYwtwsY1ikKSNYNclmQnadgrZSPlsnBLSlaGBdNYKY0Vdi4L4zYzIqxGxmXG//d+7//0+uY7nWMiT/2/53mf+3v7vnNKpf9M5UbrDw8Pj4m+wzmeT1FBUS6Xf+YNox6reMONukijMXUTM3NmI75PyXcJPwRWg5kS7xysDLNmfEUxpx2rceNE50IlYjyRklcLf0prY+x4BTqfmx3ZUHQaO9ISGngYq38V/1EH+ECPa+QaK1u1kVBQirDMChiS3CTeIkwWvghtwhKBpZ8g1CO2B99FynVU/KowSRgQ3mlrBsVZ1awmQlS0SGbfXglfBPbdRGMm5O8RXg2P835pDCvzWjghTHETcLpZLHwS8kTCtBEK1SN83Egam8YxyVZqc+Do5qkwS+gT9grNwkUBG6cbsG/gs3BTuC/0ChCxq4QtwgzBMdwUZBPyN4Ftfi4sYPZHktbOSRlIuutRP5jYj0ueZp88xyYcS/zZoiLyQT1IA/cTj7eSlwnrhI+JnkQbCwo2Sx/2M7VJt17wdhVtgxvrpoFnAuSAbJQ97biZAlKxBfD9wgOhV+BgIR/AZtJ4kwD5PGSj7OmmekjWEy0oAQHAS3+KpBpzXqYK3UItopHpSRMno2N+cm7gDYnfRCcr3QBqriMHLJDkeyhFfiG5aVbK+8rhtP9M6QcIEJHX5Fp9NMAyQlYiu+OOJNlODCIXyka/P23bncTdiC7OydC1+v1Bsb+5r84DK8S3Rdmf5cRUFW3bXtWUSt1Rdk6G4SyJV2o1YId+vNUxr+x5yCJiapFtcxQzLjrxboGcMxvFJwEOKnLwjIbkx/sdSmeSaUY++SwTAxV+4DJT7RVwkbk46gNCsifIItuy0e9PF33Cb4homhN5YRyzL5q5V2VNkv98kqgoGTo3YF9CnMM5Y5rItFfvBSi9JulVXOgI+VwIntkt+SaZ6weQfcovJf7zpTfl86P/wAF7Fz18NeKwmvAWCaX0Z/uMHQr42ZxvR/Rxcw5xM+9J/CJq8w2gduDhmDgso/QrBH47dEXQ1IqczyHpIOfIRtnTtV7SwO1oKXKkU3fbToFGSDHtMWcaH1WBuVYnDbRFi99iqSMySdzxXckrazUh23KBVYGIcfNBkTxca0e4ATJ0KukGYVBgr/MnlhPOtQq/ksUfCbzh+EFCjtnCUoHfjhA/OsiTv2HcEvJMELp0VakZDliTmriTdPivxU4VmEhtPrGV+KJhO7ZKt0doFZh1fgZSBWIW2AGEHwg3BUWOnKtH+suqdw07tYMfglCrWPD5mw9qVYuniaXkT0OtWaSuo5LJTY1RBf+roF9X5+y/5qU+DAAAAABJRU5ErkJggg=="; -Editor.defaultCustomLibraries=[];Editor.enableCustomLibraries=!0;Editor.defaultCsvValue='##\n## Example CSV import. Use ## for comments and # for configuration. Paste CSV below.\n## The following names are reserved and should not be used (or ignored):\n## id, tooltip, placeholder(s), link and label (see below)\n##\n#\n## Node label with placeholders and HTML.\n## Default is \'%name_of_first_column%\'.\n#\n# label: %name%<br><i style="color:gray;">%position%</i><br><a href="mailto:%email%">Email</a>\n#\n## Node style (placeholders are replaced once).\n## Default is the current style for nodes.\n#\n# style: label;image=%image%;whiteSpace=wrap;html=1;rounded=1;fillColor=%fill%;strokeColor=%stroke%;\n#\n## Uses the given column name as the identity for cells (updates existing cells).\n## Default is no identity (empty value or -).\n#\n# identity: -\n#\n## Adds a prefix to the identity of cells to make sure they do not collide with existing cells (whose\n## IDs are numbers from 0..n, sometimes with a GUID prefix in the context of realtime collaboration).\n## Default is csvimport-.\n#\n# namespace: csvimport-\n#\n## Connections between rows ("from": source colum, "to": target column).\n## Label, style and invert are optional. Defaults are \'\', current style and false.\n## In addition to label, an optional fromlabel and tolabel can be used to name the column\n## that contains the text for the label in the edges source or target (invert ignored).\n## The label is concatenated in the form fromlabel + label + tolabel if all are defined.\n## The target column may contain a comma-separated list of values.\n## Multiple connect entries are allowed.\n#\n# connect: {"from": "manager", "to": "name", "invert": true, "label": "manages", \\\n# "style": "curved=1;endArrow=blockThin;endFill=1;fontSize=11;"}\n# connect: {"from": "refs", "to": "id", "style": "curved=1;fontSize=11;"}\n#\n## Node x-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# left: \n#\n## Node y-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# top: \n#\n## Node width. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the width. Default is auto.\n#\n# width: auto\n#\n## Node height. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the height. Default is auto.\n#\n# height: auto\n#\n## Padding for autosize. Default is 0.\n#\n# padding: -12\n#\n## Comma-separated list of ignored columns for metadata. (These can be\n## used for connections and styles but will not be added as metadata.)\n#\n# ignore: id,image,fill,stroke\n#\n## Column to be renamed to link attribute (used as link).\n#\n# link: url\n#\n## Spacing between nodes. Default is 40.\n#\n# nodespacing: 40\n#\n## Spacing between parallel edges. Default is 40.\n#\n# edgespacing: 40\n#\n## Name of layout. Possible values are auto, none, verticaltree, horizontaltree,\n## verticalflow, horizontalflow, organic, circle. Default is auto.\n#\n# layout: auto\n#\n## ---- CSV below this line. First line are column names. ----\nname,position,id,location,manager,email,fill,stroke,refs,url,image\nEvan Miller,CFO,emi,Office 1,,me@example.com,#dae8fc,#6c8ebf,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-9-2-128.png\nEdward Morrison,Brand Manager,emo,Office 2,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-10-3-128.png\nRon Donovan,System Admin,rdo,Office 3,Evan Miller,me@example.com,#d5e8d4,#82b366,"emo,tva",https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-2-128.png\nTessa Valet,HR Director,tva,Office 4,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-3-128.png\n'; +Editor.defaultCustomLibraries=[];Editor.enableCustomLibraries=!0;Editor.defaultCsvValue='##\n## Example CSV import. Use ## for comments and # for configuration. Paste CSV below.\n## The following names are reserved and should not be used (or ignored):\n## id, tooltip, placeholder(s), link and label (see below)\n##\n#\n## Node label with placeholders and HTML.\n## Default is \'%name_of_first_column%\'.\n#\n# label: %name%<br><i style="color:gray;">%position%</i><br><a href="mailto:%email%">Email</a>\n#\n## Node style (placeholders are replaced once).\n## Default is the current style for nodes.\n#\n# style: label;image=%image%;whiteSpace=wrap;html=1;rounded=1;fillColor=%fill%;strokeColor=%stroke%;\n#\n## Parent style for nodes with child nodes (placeholders are replaced once).\n#\n# parentstyle: swimlane;whiteSpace=wrap;html=1;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;\n#\n## Uses the given column name as the identity for cells (updates existing cells).\n## Default is no identity (empty value or -).\n#\n# identity: -\n#\n## Uses the given column name as the parent reference for cells. Default is no parent (empty or -).\n## The identity above is used for resolving the reference so it must be specified.\n#\n# parent: -\n#\n## Adds a prefix to the identity of cells to make sure they do not collide with existing cells (whose\n## IDs are numbers from 0..n, sometimes with a GUID prefix in the context of realtime collaboration).\n## Default is csvimport-.\n#\n# namespace: csvimport-\n#\n## Connections between rows ("from": source colum, "to": target column).\n## Label, style and invert are optional. Defaults are \'\', current style and false.\n## In addition to label, an optional fromlabel and tolabel can be used to name the column\n## that contains the text for the label in the edges source or target (invert ignored).\n## The label is concatenated in the form fromlabel + label + tolabel if all are defined.\n## The target column may contain a comma-separated list of values.\n## Multiple connect entries are allowed.\n#\n# connect: {"from": "manager", "to": "name", "invert": true, "label": "manages", \\\n# "style": "curved=1;endArrow=blockThin;endFill=1;fontSize=11;"}\n# connect: {"from": "refs", "to": "id", "style": "curved=1;fontSize=11;"}\n#\n## Node x-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# left: \n#\n## Node y-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# top: \n#\n## Node width. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the width. Default is auto.\n#\n# width: auto\n#\n## Node height. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the height. Default is auto.\n#\n# height: auto\n#\n## Padding for autosize. Default is 0.\n#\n# padding: -12\n#\n## Comma-separated list of ignored columns for metadata. (These can be\n## used for connections and styles but will not be added as metadata.)\n#\n# ignore: id,image,fill,stroke\n#\n## Column to be renamed to link attribute (used as link).\n#\n# link: url\n#\n## Spacing between nodes. Default is 40.\n#\n# nodespacing: 40\n#\n## Spacing between parallel edges. Default is 40.\n#\n# edgespacing: 40\n#\n## Name of layout. Possible values are auto, none, verticaltree, horizontaltree,\n## verticalflow, horizontalflow, organic, circle. Default is auto.\n#\n# layout: auto\n#\n## ---- CSV below this line. First line are column names. ----\nname,position,id,location,manager,email,fill,stroke,refs,url,image\nEvan Miller,CFO,emi,Office 1,,me@example.com,#dae8fc,#6c8ebf,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-9-2-128.png\nEdward Morrison,Brand Manager,emo,Office 2,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-10-3-128.png\nRon Donovan,System Admin,rdo,Office 3,Evan Miller,me@example.com,#d5e8d4,#82b366,"emo,tva",https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-2-128.png\nTessa Valet,HR Director,tva,Office 4,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-3-128.png\n'; Editor.shadowOptionEnabled=!0;Editor.config=null;Editor.configVersion=null;Editor.configure=function(a,b){if(null!=a){Editor.config=a;Editor.configVersion=a.version;Menus.prototype.defaultFonts=a.defaultFonts||Menus.prototype.defaultFonts;ColorDialog.prototype.presetColors=a.presetColors||ColorDialog.prototype.presetColors;ColorDialog.prototype.defaultColors=a.defaultColors||ColorDialog.prototype.defaultColors;StyleFormatPanel.prototype.defaultColorSchemes=a.defaultColorSchemes||StyleFormatPanel.prototype.defaultColorSchemes; -Graph.prototype.defaultEdgeLength=a.defaultEdgeLength||Graph.prototype.defaultEdgeLength;if(null!=a.css){var f=document.createElement("style");f.setAttribute("type","text/css");f.appendChild(document.createTextNode(a.css));var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(f,c)}null!=a.defaultLibraries&&(Sidebar.prototype.defaultEntries=a.defaultLibraries);null!=a.defaultCustomLibraries&&(Editor.defaultCustomLibraries=a.defaultCustomLibraries);null!=a.enableCustomLibraries&& +Graph.prototype.defaultEdgeLength=a.defaultEdgeLength||Graph.prototype.defaultEdgeLength;if(null!=a.css){var h=document.createElement("style");h.setAttribute("type","text/css");h.appendChild(document.createTextNode(a.css));var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(h,c)}null!=a.defaultLibraries&&(Sidebar.prototype.defaultEntries=a.defaultLibraries);null!=a.defaultCustomLibraries&&(Editor.defaultCustomLibraries=a.defaultCustomLibraries);null!=a.enableCustomLibraries&& (Editor.enableCustomLibraries=a.enableCustomLibraries);null!=a.defaultVertexStyle&&(Graph.prototype.defaultVertexStyle=a.defaultVertexStyle);null!=a.defaultEdgeStyle&&(Graph.prototype.defaultEdgeStyle=a.defaultEdgeStyle);a.emptyDiagramXml&&(EditorUi.prototype.emptyDiagramXml=a.emptyDiagramXml);a.thumbWidth&&(Sidebar.prototype.thumbWidth=a.thumbWidth);a.thumbHeight&&(Sidebar.prototype.thumbHeight=a.thumbHeight);a.emptyLibraryXml&&(EditorUi.prototype.emptyLibraryXml=a.emptyLibraryXml);a.sidebarWidth&& -(EditorUi.prototype.hsplitPosition=a.sidebarWidth);a.fontCss&&(f=document.createElement("style"),f.setAttribute("type","text/css"),f.appendChild(document.createTextNode(a.fontCss)),c=document.getElementsByTagName("script")[0],c.parentNode.insertBefore(f,c),Editor.prototype.fontCss=a.fontCss);if(null!=a.plugins&&!b)for(App.initPluginCallback(),f=0;f<a.plugins.length;f++)mxscript(a.plugins[f])}};Editor.s4=function(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)};Editor.guid=function(){return Editor.s4()+ -Editor.s4()+"-"+Editor.s4()+"-"+Editor.s4()+"-"+Editor.s4()+"-"+Editor.s4()+Editor.s4()+Editor.s4()};Editor.prototype.useForeignObjectForMath=!1;Editor.prototype.editButtonLink=null!=urlParams.edit?decodeURIComponent(urlParams.edit):null;var b=Editor.prototype.setGraphXml;Editor.prototype.setGraphXml=function(a){a=null!=a&&"mxlibrary"!=a.nodeName?this.extractGraphModel(a):null;if(null!=a){var f=a.getElementsByTagName("parsererror");if(null!=f&&0<f.length){var f=f[0],c=f.getElementsByTagName("div"); -null!=c&&0<c.length&&(f=c[0]);throw{message:mxUtils.getTextContent(f)};}if("mxGraphModel"==a.nodeName){f=a.getAttribute("style")||"default-style2";if("1"==urlParams.embed||null!=f&&""!=f)f!=this.graph.currentStyle&&(c=null!=this.graph.themes?this.graph.themes[f]:mxUtils.load(STYLE_PATH+"/"+f+".xml").getDocumentElement(),null!=c&&(g=new mxCodec(c.ownerDocument),g.decode(c,this.graph.getStylesheet())));else if(c=null!=this.graph.themes?this.graph.themes["default-old"]:mxUtils.load(STYLE_PATH+"/default-old.xml").getDocumentElement(), -null!=c){var g=new mxCodec(c.ownerDocument);g.decode(c,this.graph.getStylesheet())}this.graph.currentStyle=f;this.graph.mathEnabled="1"==urlParams.math||"1"==a.getAttribute("math");f=a.getAttribute("backgroundImage");null!=f?(f=JSON.parse(f),this.graph.setBackgroundImage(new mxImage(f.src,f.width,f.height))):this.graph.setBackgroundImage(null);mxClient.NO_FO=this.graph.mathEnabled&&!this.useForeignObjectForMath?!0:this.originalNoForeignObject;this.graph.useCssTransforms=!mxClient.NO_FO&&this.isChromelessView()&& -this.graph.isCssTransformsSupported();this.graph.updateCssTransform();this.graph.setShadowVisible("1"==a.getAttribute("shadow"),!1)}b.apply(this,arguments)}else throw{message:mxResources.get("notADiagramFile")||"Invalid data",toString:function(){return this.message}};};var e=Editor.prototype.getGraphXml;Editor.prototype.getGraphXml=function(a){a=null!=a?a:!0;var f=e.apply(this,arguments);null!=this.graph.currentStyle&&"default-style2"!=this.graph.currentStyle&&f.setAttribute("style",this.graph.currentStyle); -null!=this.graph.backgroundImage&&f.setAttribute("backgroundImage",JSON.stringify(this.graph.backgroundImage));f.setAttribute("math",this.graph.mathEnabled?"1":"0");f.setAttribute("shadow",this.graph.shadowVisible?"1":"0");return f};Editor.prototype.isDataSvg=function(a){try{var f=mxUtils.parseXml(a).documentElement.getAttribute("content");if(null!=f&&(null!=f&&"<"!=f.charAt(0)&&"%"!=f.charAt(0)&&(f=unescape(window.atob?atob(f):Base64.decode(cont,f))),null!=f&&"%"==f.charAt(0)&&(f=decodeURIComponent(f)), -null!=f&&0<f.length)){var b=mxUtils.parseXml(f).documentElement;return"mxfile"==b.nodeName||"mxGraphModel"==b.nodeName}}catch(E){}return!1};Editor.prototype.extractGraphModel=function(a,b){if(null!=a&&"undefined"!==typeof pako){var f=a.ownerDocument.getElementsByTagName("div"),c=[];if(null!=f&&0<f.length)for(var g=0;g<f.length;g++)if("mxgraph"==f[g].getAttribute("class")){c.push(f[g]);break}0<c.length&&(f=c[0].getAttribute("data-mxgraph"),null!=f?(c=JSON.parse(f),null!=c&&null!=c.xml&&(c=mxUtils.parseXml(c.xml), -a=c.documentElement)):(c=c[0].getElementsByTagName("div"),0<c.length&&(f=mxUtils.getTextContent(c[0]),f=this.graph.decompress(f),0<f.length&&(c=mxUtils.parseXml(f),a=c.documentElement))))}if(null!=a&&"svg"==a.nodeName)if(f=a.getAttribute("content"),null!=f&&"<"!=f.charAt(0)&&"%"!=f.charAt(0)&&(f=unescape(window.atob?atob(f):Base64.decode(cont,f))),null!=f&&"%"==f.charAt(0)&&(f=decodeURIComponent(f)),null!=f&&0<f.length)a=mxUtils.parseXml(f).documentElement;else throw{message:mxResources.get("notADiagramFile")}; -null==a||b||(c=null,"diagram"==a.nodeName?c=a:"mxfile"==a.nodeName&&(f=a.getElementsByTagName("diagram"),0<f.length&&(c=f[Math.max(0,Math.min(f.length-1,urlParams.page||0))])),null!=c&&(f=this.graph.decompress(mxUtils.getTextContent(c)),null!=f&&0<f.length&&(a=mxUtils.parseXml(f).documentElement)));null==a||"mxGraphModel"==a.nodeName||b&&"mxfile"==a.nodeName||(a=null);return a};var d=Editor.prototype.resetGraph;Editor.prototype.resetGraph=function(){this.graph.mathEnabled="1"==urlParams.math;this.graph.view.x0= +(EditorUi.prototype.hsplitPosition=a.sidebarWidth);a.fontCss&&(h=document.createElement("style"),h.setAttribute("type","text/css"),h.appendChild(document.createTextNode(a.fontCss)),c=document.getElementsByTagName("script")[0],c.parentNode.insertBefore(h,c),Editor.prototype.fontCss=a.fontCss);if(null!=a.plugins&&!b)for(App.initPluginCallback(),h=0;h<a.plugins.length;h++)mxscript(a.plugins[h])}};Editor.s4=function(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)};Editor.guid=function(){return Editor.s4()+ +Editor.s4()+"-"+Editor.s4()+"-"+Editor.s4()+"-"+Editor.s4()+"-"+Editor.s4()+Editor.s4()+Editor.s4()};Editor.prototype.useForeignObjectForMath=!1;Editor.prototype.editButtonLink=null!=urlParams.edit?decodeURIComponent(urlParams.edit):null;var b=Editor.prototype.setGraphXml;Editor.prototype.setGraphXml=function(a){a=null!=a&&"mxlibrary"!=a.nodeName?this.extractGraphModel(a):null;if(null!=a){var h=a.getElementsByTagName("parsererror");if(null!=h&&0<h.length){var h=h[0],c=h.getElementsByTagName("div"); +null!=c&&0<c.length&&(h=c[0]);throw{message:mxUtils.getTextContent(h)};}if("mxGraphModel"==a.nodeName){h=a.getAttribute("style")||"default-style2";if("1"==urlParams.embed||null!=h&&""!=h)h!=this.graph.currentStyle&&(c=null!=this.graph.themes?this.graph.themes[h]:mxUtils.load(STYLE_PATH+"/"+h+".xml").getDocumentElement(),null!=c&&(f=new mxCodec(c.ownerDocument),f.decode(c,this.graph.getStylesheet())));else if(c=null!=this.graph.themes?this.graph.themes["default-old"]:mxUtils.load(STYLE_PATH+"/default-old.xml").getDocumentElement(), +null!=c){var f=new mxCodec(c.ownerDocument);f.decode(c,this.graph.getStylesheet())}this.graph.currentStyle=h;this.graph.mathEnabled="1"==urlParams.math||"1"==a.getAttribute("math");h=a.getAttribute("backgroundImage");null!=h?(h=JSON.parse(h),this.graph.setBackgroundImage(new mxImage(h.src,h.width,h.height))):this.graph.setBackgroundImage(null);mxClient.NO_FO=this.graph.mathEnabled&&!this.useForeignObjectForMath?!0:this.originalNoForeignObject;this.graph.useCssTransforms=!mxClient.NO_FO&&this.isChromelessView()&& +this.graph.isCssTransformsSupported();this.graph.updateCssTransform();this.graph.setShadowVisible("1"==a.getAttribute("shadow"),!1)}b.apply(this,arguments)}else throw{message:mxResources.get("notADiagramFile")||"Invalid data",toString:function(){return this.message}};};var e=Editor.prototype.getGraphXml;Editor.prototype.getGraphXml=function(a){a=null!=a?a:!0;var b=e.apply(this,arguments);null!=this.graph.currentStyle&&"default-style2"!=this.graph.currentStyle&&b.setAttribute("style",this.graph.currentStyle); +null!=this.graph.backgroundImage&&b.setAttribute("backgroundImage",JSON.stringify(this.graph.backgroundImage));b.setAttribute("math",this.graph.mathEnabled?"1":"0");b.setAttribute("shadow",this.graph.shadowVisible?"1":"0");return b};Editor.prototype.isDataSvg=function(a){try{var b=mxUtils.parseXml(a).documentElement.getAttribute("content");if(null!=b&&(null!=b&&"<"!=b.charAt(0)&&"%"!=b.charAt(0)&&(b=unescape(window.atob?atob(b):Base64.decode(cont,b))),null!=b&&"%"==b.charAt(0)&&(b=decodeURIComponent(b)), +null!=b&&0<b.length)){var h=mxUtils.parseXml(b).documentElement;return"mxfile"==h.nodeName||"mxGraphModel"==h.nodeName}}catch(D){}return!1};Editor.prototype.extractGraphModel=function(a,b){if(null!=a&&"undefined"!==typeof pako){var c=a.ownerDocument.getElementsByTagName("div"),h=[];if(null!=c&&0<c.length)for(var f=0;f<c.length;f++)if("mxgraph"==c[f].getAttribute("class")){h.push(c[f]);break}0<h.length&&(c=h[0].getAttribute("data-mxgraph"),null!=c?(h=JSON.parse(c),null!=h&&null!=h.xml&&(h=mxUtils.parseXml(h.xml), +a=h.documentElement)):(h=h[0].getElementsByTagName("div"),0<h.length&&(c=mxUtils.getTextContent(h[0]),c=this.graph.decompress(c),0<c.length&&(h=mxUtils.parseXml(c),a=h.documentElement))))}if(null!=a&&"svg"==a.nodeName)if(c=a.getAttribute("content"),null!=c&&"<"!=c.charAt(0)&&"%"!=c.charAt(0)&&(c=unescape(window.atob?atob(c):Base64.decode(cont,c))),null!=c&&"%"==c.charAt(0)&&(c=decodeURIComponent(c)),null!=c&&0<c.length)a=mxUtils.parseXml(c).documentElement;else throw{message:mxResources.get("notADiagramFile")}; +null==a||b||(h=null,"diagram"==a.nodeName?h=a:"mxfile"==a.nodeName&&(c=a.getElementsByTagName("diagram"),0<c.length&&(h=c[Math.max(0,Math.min(c.length-1,urlParams.page||0))])),null!=h&&(c=this.graph.decompress(mxUtils.getTextContent(h)),null!=c&&0<c.length&&(a=mxUtils.parseXml(c).documentElement)));null==a||"mxGraphModel"==a.nodeName||b&&"mxfile"==a.nodeName||(a=null);return a};var d=Editor.prototype.resetGraph;Editor.prototype.resetGraph=function(){this.graph.mathEnabled="1"==urlParams.math;this.graph.view.x0= null;this.graph.view.y0=null;mxClient.NO_FO=this.graph.mathEnabled&&!this.useForeignObjectForMath?!0:this.originalNoForeignObject;this.graph.useCssTransforms=!mxClient.NO_FO&&this.isChromelessView()&&this.graph.isCssTransformsSupported();this.graph.updateCssTransform();d.apply(this,arguments)};var c=Editor.prototype.updateGraphComponents;Editor.prototype.updateGraphComponents=function(){c.apply(this,arguments);mxClient.NO_FO=this.graph.mathEnabled&&!this.useForeignObjectForMath&&null!=Editor.MathJaxRender? !0:this.originalNoForeignObject;this.graph.useCssTransforms=!mxClient.NO_FO&&this.isChromelessView()&&this.graph.isCssTransformsSupported();this.graph.updateCssTransform()};Editor.initMath=function(a,b){a=null!=a?a:"https://math.draw.io/current/MathJax.js?config=TeX-MML-AM_HTMLorMML";Editor.mathJaxQueue=[];Editor.doMathJaxRender=function(a){window.setTimeout(function(){"hidden"!=a.style.visibility&&MathJax.Hub.Queue(["Typeset",MathJax.Hub,a])},0)};window.MathJax={skipStartupTypeset:!0,showMathMenu:!1, messageStyle:"none",AuthorInit:function(){MathJax.Hub.Config(b||{jax:["input/TeX","input/MathML","input/AsciiMath","output/HTML-CSS"],extensions:["tex2jax.js","mml2jax.js","asciimath2jax.js"],"HTML-CSS":{imageFont:null},TeX:{extensions:["AMSmath.js","AMSsymbols.js","noErrors.js","noUndefined.js"]},tex2jax:{ignoreClass:"mxCellEditor"},asciimath2jax:{ignoreClass:"mxCellEditor"}});MathJax.Hub.Register.StartupHook("Begin",function(){for(var a=0;a<Editor.mathJaxQueue.length;a++)Editor.doMathJaxRender(Editor.mathJaxQueue[a])})}}; -Editor.MathJaxRender=function(a){"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub?Editor.doMathJaxRender(a):Editor.mathJaxQueue.push(a)};Editor.MathJaxClear=function(){Editor.mathJaxQueue=[]};var f=Editor.prototype.init;Editor.prototype.init=function(){f.apply(this,arguments);this.graph.addListener(mxEvent.SIZE,mxUtils.bind(this,function(a,f){null!=this.graph.container&&this.graph.mathEnabled&&Editor.MathJaxRender(this.graph.container)}))};var c=document.getElementsByTagName("script"); -if(null!=c&&0<c.length){var g=document.createElement("script");g.type="text/javascript";g.src=a;c[0].parentNode.appendChild(g)}};Editor.prototype.csvToArray=function(a){if(!/^\s*(?:'[^'\\]*(?:\\[\S\s][^'\\]*)*'|"[^"\\]*(?:\\[\S\s][^"\\]*)*"|[^,'"\s\\]*(?:\s+[^,'"\s\\]+)*)\s*(?:,\s*(?:'[^'\\]*(?:\\[\S\s][^'\\]*)*'|"[^"\\]*(?:\\[\S\s][^"\\]*)*"|[^,'"\s\\]*(?:\s+[^,'"\s\\]+)*)\s*)*$/.test(a))return null;var f=[];a.replace(/(?!\s*$)\s*(?:'([^'\\]*(?:\\[\S\s][^'\\]*)*)'|"([^"\\]*(?:\\[\S\s][^"\\]*)*)"|([^,'"\s\\]*(?:\s+[^,'"\s\\]+)*))\s*(?:,|$)/g, -function(a,b,c,g){void 0!==b?f.push(b.replace(/\\'/g,"'")):void 0!==c?f.push(c.replace(/\\"/g,'"')):void 0!==g&&f.push(g);return""});/,\s*$/.test(a)&&f.push("");return f};if(window.ColorDialog){var h=ColorDialog.addRecentColor;ColorDialog.addRecentColor=function(a,b){h.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors);mxSettings.save()};var k=ColorDialog.resetRecentColors;ColorDialog.resetRecentColors=function(){k.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors); -mxSettings.save()}}window.EditDataDialog&&(EditDataDialog.getDisplayIdForCell=function(a,b){var f=null;null!=a.editor.graph.getModel().getParent(b)?f=b.getId():null!=a.currentPage&&(f=a.currentPage.getId());return f});if(null!=window.StyleFormatPanel){var m=Format.prototype.init;Format.prototype.init=function(){m.apply(this,arguments);this.editorUi.editor.addListener("fileLoaded",this.update)};var n=Format.prototype.refresh;Format.prototype.refresh=function(){null!=this.editorUi.getCurrentFile()|| -"1"==urlParams.embed||this.editorUi.editor.chromeless?n.apply(this,arguments):this.clear()};DiagramFormatPanel.prototype.isShadowOptionVisible=function(){var a=this.editorUi.getCurrentFile();return"1"==urlParams.embed||null!=a&&a.isEditable()};DiagramFormatPanel.prototype.isMathOptionVisible=function(a){return!1};var p=DiagramFormatPanel.prototype.addView;DiagramFormatPanel.prototype.addView=function(a){a=p.apply(this,arguments);this.editorUi.getCurrentFile();if(mxClient.IS_SVG&&this.isShadowOptionVisible()){var f= -this.editorUi,b=f.editor.graph,c=this.createOption(mxResources.get("shadow"),function(){return b.shadowVisible},function(a){var c=new ChangePageSetup(f);c.ignoreColor=!0;c.ignoreImage=!0;c.shadowVisible=a;b.model.execute(c)},{install:function(a){this.listener=function(){a(b.shadowVisible)};f.addListener("shadowVisibleChanged",this.listener)},destroy:function(){f.removeListener(this.listener)}});Editor.shadowOptionEnabled||(c.getElementsByTagName("input")[0].setAttribute("disabled","disabled"),mxUtils.setOpacity(c, -60));a.appendChild(c)}return a};var a=DiagramFormatPanel.prototype.addOptions;DiagramFormatPanel.prototype.addOptions=function(f){f=a.apply(this,arguments);var b=this.editorUi,c=b.editor.graph;if(c.isEnabled()){var g=b.getCurrentFile();null!=g&&g.isAutosaveOptional()&&(g=this.createOption(mxResources.get("autosave"),function(){return b.editor.autosave},function(a){b.editor.setAutosave(a)},{install:function(a){this.listener=function(){a(b.editor.autosave)};b.editor.addListener("autosaveChanged",this.listener)}, -destroy:function(){b.editor.removeListener(this.listener)}}),f.appendChild(g))}if(this.isMathOptionVisible()&&c.isEnabled()&&"undefined"!==typeof MathJax){g=this.createOption(mxResources.get("mathematicalTypesetting"),function(){return c.mathEnabled},function(a){b.actions.get("mathematicalTypesetting").funct()},{install:function(a){this.listener=function(){a(c.mathEnabled)};b.addListener("mathEnabledChanged",this.listener)},destroy:function(){b.removeListener(this.listener)}});g.style.paddingTop= -"0px";f.appendChild(g);var l=b.menus.createHelpLink("https://desk.draw.io/support/solutions/articles/16000032875");l.style.position="relative";l.style.top="4px";g.appendChild(l)}return f};StyleFormatPanel.prototype.defaultColorSchemes=[[null,{fill:"#f5f5f5",stroke:"#666666"},{fill:"#dae8fc",stroke:"#6c8ebf"},{fill:"#d5e8d4",stroke:"#82b366"},{fill:"#ffe6cc",stroke:"#d79b00"},{fill:"#fff2cc",stroke:"#d6b656"},{fill:"#f8cecc",stroke:"#b85450"},{fill:"#e1d5e7",stroke:"#9673a6"}],[null,{fill:"#f5f5f5", +Editor.MathJaxRender=function(a){"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub?Editor.doMathJaxRender(a):Editor.mathJaxQueue.push(a)};Editor.MathJaxClear=function(){Editor.mathJaxQueue=[]};var c=Editor.prototype.init;Editor.prototype.init=function(){c.apply(this,arguments);this.graph.addListener(mxEvent.SIZE,mxUtils.bind(this,function(a,b){null!=this.graph.container&&this.graph.mathEnabled&&Editor.MathJaxRender(this.graph.container)}))};var h=document.getElementsByTagName("script"); +if(null!=h&&0<h.length){var f=document.createElement("script");f.type="text/javascript";f.src=a;h[0].parentNode.appendChild(f)}};Editor.prototype.csvToArray=function(a){if(!/^\s*(?:'[^'\\]*(?:\\[\S\s][^'\\]*)*'|"[^"\\]*(?:\\[\S\s][^"\\]*)*"|[^,'"\s\\]*(?:\s+[^,'"\s\\]+)*)\s*(?:,\s*(?:'[^'\\]*(?:\\[\S\s][^'\\]*)*'|"[^"\\]*(?:\\[\S\s][^"\\]*)*"|[^,'"\s\\]*(?:\s+[^,'"\s\\]+)*)\s*)*$/.test(a))return null;var b=[];a.replace(/(?!\s*$)\s*(?:'([^'\\]*(?:\\[\S\s][^'\\]*)*)'|"([^"\\]*(?:\\[\S\s][^"\\]*)*)"|([^,'"\s\\]*(?:\s+[^,'"\s\\]+)*))\s*(?:,|$)/g, +function(a,c,h,f){void 0!==c?b.push(c.replace(/\\'/g,"'")):void 0!==h?b.push(h.replace(/\\"/g,'"')):void 0!==f&&b.push(f);return""});/,\s*$/.test(a)&&b.push("");return b};if(window.ColorDialog){var g=ColorDialog.addRecentColor;ColorDialog.addRecentColor=function(a,b){g.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors);mxSettings.save()};var k=ColorDialog.resetRecentColors;ColorDialog.resetRecentColors=function(){k.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors); +mxSettings.save()}}window.EditDataDialog&&(EditDataDialog.getDisplayIdForCell=function(a,b){var c=null;null!=a.editor.graph.getModel().getParent(b)?c=b.getId():null!=a.currentPage&&(c=a.currentPage.getId());return c});if(null!=window.StyleFormatPanel){var m=Format.prototype.init;Format.prototype.init=function(){m.apply(this,arguments);this.editorUi.editor.addListener("fileLoaded",this.update)};var n=Format.prototype.refresh;Format.prototype.refresh=function(){null!=this.editorUi.getCurrentFile()|| +"1"==urlParams.embed||this.editorUi.editor.chromeless?n.apply(this,arguments):this.clear()};DiagramFormatPanel.prototype.isShadowOptionVisible=function(){var a=this.editorUi.getCurrentFile();return"1"==urlParams.embed||null!=a&&a.isEditable()};DiagramFormatPanel.prototype.isMathOptionVisible=function(a){return!1};var p=DiagramFormatPanel.prototype.addView;DiagramFormatPanel.prototype.addView=function(a){a=p.apply(this,arguments);this.editorUi.getCurrentFile();if(mxClient.IS_SVG&&this.isShadowOptionVisible()){var b= +this.editorUi,c=b.editor.graph,h=this.createOption(mxResources.get("shadow"),function(){return c.shadowVisible},function(a){var h=new ChangePageSetup(b);h.ignoreColor=!0;h.ignoreImage=!0;h.shadowVisible=a;c.model.execute(h)},{install:function(a){this.listener=function(){a(c.shadowVisible)};b.addListener("shadowVisibleChanged",this.listener)},destroy:function(){b.removeListener(this.listener)}});Editor.shadowOptionEnabled||(h.getElementsByTagName("input")[0].setAttribute("disabled","disabled"),mxUtils.setOpacity(h, +60));a.appendChild(h)}return a};var a=DiagramFormatPanel.prototype.addOptions;DiagramFormatPanel.prototype.addOptions=function(b){b=a.apply(this,arguments);var c=this.editorUi,h=c.editor.graph;if(h.isEnabled()){var f=c.getCurrentFile();null!=f&&f.isAutosaveOptional()&&(f=this.createOption(mxResources.get("autosave"),function(){return c.editor.autosave},function(a){c.editor.setAutosave(a)},{install:function(a){this.listener=function(){a(c.editor.autosave)};c.editor.addListener("autosaveChanged",this.listener)}, +destroy:function(){c.editor.removeListener(this.listener)}}),b.appendChild(f))}if(this.isMathOptionVisible()&&h.isEnabled()&&"undefined"!==typeof MathJax){f=this.createOption(mxResources.get("mathematicalTypesetting"),function(){return h.mathEnabled},function(a){c.actions.get("mathematicalTypesetting").funct()},{install:function(a){this.listener=function(){a(h.mathEnabled)};c.addListener("mathEnabledChanged",this.listener)},destroy:function(){c.removeListener(this.listener)}});f.style.paddingTop= +"0px";b.appendChild(f);var l=c.menus.createHelpLink("https://desk.draw.io/support/solutions/articles/16000032875");l.style.position="relative";l.style.top="4px";f.appendChild(l)}return b};StyleFormatPanel.prototype.defaultColorSchemes=[[null,{fill:"#f5f5f5",stroke:"#666666"},{fill:"#dae8fc",stroke:"#6c8ebf"},{fill:"#d5e8d4",stroke:"#82b366"},{fill:"#ffe6cc",stroke:"#d79b00"},{fill:"#fff2cc",stroke:"#d6b656"},{fill:"#f8cecc",stroke:"#b85450"},{fill:"#e1d5e7",stroke:"#9673a6"}],[null,{fill:"#f5f5f5", stroke:"#666666",gradient:"#b3b3b3"},{fill:"#dae8fc",stroke:"#6c8ebf",gradient:"#7ea6e0"},{fill:"#d5e8d4",stroke:"#82b366",gradient:"#97d077"},{fill:"#ffcd28",stroke:"#d79b00",gradient:"#ffa500"},{fill:"#fff2cc",stroke:"#d6b656",gradient:"#ffd966"},{fill:"#f8cecc",stroke:"#b85450",gradient:"#ea6b66"},{fill:"#e6d0de",stroke:"#996185",gradient:"#d5739d"}],[null,{fill:"#eeeeee",stroke:"#36393d"},{fill:"#f9f7ed",stroke:"#36393d"},{fill:"#ffcc99",stroke:"#36393d"},{fill:"#cce5ff",stroke:"#36393d"},{fill:"#ffff88", -stroke:"#36393d"},{fill:"#cdeb8b",stroke:"#36393d"},{fill:"#ffcccc",stroke:"#36393d"}]];var g=StyleFormatPanel.prototype.init;StyleFormatPanel.prototype.init=function(){"image"!=this.format.createSelectionState().style.shape&&this.container.appendChild(this.addStyles(this.createPanel()));g.apply(this,arguments)};var l=StyleFormatPanel.prototype.addStyleOps;StyleFormatPanel.prototype.addStyleOps=function(a){var f=mxUtils.button(mxResources.get("copyStyle"),mxUtils.bind(this,function(a){this.editorUi.actions.get("copyStyle").funct()})); -f.setAttribute("title",mxResources.get("copyStyle")+" ("+this.editorUi.actions.get("copyStyle").shortcut+")");f.style.marginBottom="2px";f.style.width="100px";f.style.marginRight="2px";a.appendChild(f);f=mxUtils.button(mxResources.get("pasteStyle"),mxUtils.bind(this,function(a){this.editorUi.actions.get("pasteStyle").funct()}));f.setAttribute("title",mxResources.get("pasteStyle")+" ("+this.editorUi.actions.get("pasteStyle").shortcut+")");f.style.marginBottom="2px";f.style.width="100px";a.appendChild(f); -mxUtils.br(a);return l.apply(this,arguments)};StyleFormatPanel.prototype.addStyles=function(a){function f(a){function f(a){var f=mxUtils.button("",function(f){c.getModel().beginUpdate();try{var b=c.getSelectionCells();for(f=0;f<b.length;f++){for(var g=c.getModel().getStyle(b[f]),d=0;d<l.length;d++)g=mxUtils.removeStylename(g,l[d]);null!=a?(g=mxUtils.setStyle(g,mxConstants.STYLE_FILLCOLOR,a.fill),g=mxUtils.setStyle(g,mxConstants.STYLE_STROKECOLOR,a.stroke),g=mxUtils.setStyle(g,mxConstants.STYLE_GRADIENTCOLOR, -a.gradient)):(g=mxUtils.setStyle(g,mxConstants.STYLE_FILLCOLOR,"#ffffff"),g=mxUtils.setStyle(g,mxConstants.STYLE_STROKECOLOR,"#000000"),g=mxUtils.setStyle(g,mxConstants.STYLE_GRADIENTCOLOR,null));c.getModel().setStyle(b[f],g)}}finally{c.getModel().endUpdate()}});f.className="geStyleButton";f.style.width="36px";f.style.height="30px";f.style.margin="0px 6px 6px 0px";null!=a?(null!=a.gradient?mxClient.IS_IE&&(mxClient.IS_QUIRKS||10>document.documentMode)?f.style.filter="progid:DXImageTransform.Microsoft.Gradient(StartColorStr='"+ -a.fill+"', EndColorStr='"+a.gradient+"', GradientType=0)":f.style.backgroundImage="linear-gradient("+a.fill+" 0px,"+a.gradient+" 100%)":f.style.backgroundColor=a.fill,f.style.border="1px solid "+a.stroke):(f.style.backgroundColor="#ffffff",f.style.border="1px solid #000000");g.appendChild(f)}g.innerHTML="";for(var b=0;b<a.length;b++)0<b&&0==mxUtils.mod(b,4)&&mxUtils.br(g),f(a[b])}function b(a){mxEvent.addListener(a,"mouseenter",function(){a.style.opacity="1"});mxEvent.addListener(a,"mouseleave",function(){a.style.opacity= -"0.5"})}var c=this.editorUi.editor.graph,g=document.createElement("div");g.style.whiteSpace="nowrap";g.style.paddingLeft="24px";g.style.paddingRight="20px";a.style.paddingLeft="16px";a.style.paddingBottom="6px";a.style.position="relative";a.appendChild(g);var l="plain-gray plain-blue plain-green plain-turquoise plain-orange plain-yellow plain-red plain-pink plain-purple gray blue green turquoise orange yellow red pink purple".split(" ");null==this.editorUi.currentScheme&&(this.editorUi.currentScheme= +stroke:"#36393d"},{fill:"#cdeb8b",stroke:"#36393d"},{fill:"#ffcccc",stroke:"#36393d"}]];var f=StyleFormatPanel.prototype.init;StyleFormatPanel.prototype.init=function(){"image"!=this.format.createSelectionState().style.shape&&this.container.appendChild(this.addStyles(this.createPanel()));f.apply(this,arguments)};var l=StyleFormatPanel.prototype.addStyleOps;StyleFormatPanel.prototype.addStyleOps=function(a){var b=mxUtils.button(mxResources.get("copyStyle"),mxUtils.bind(this,function(a){this.editorUi.actions.get("copyStyle").funct()})); +b.setAttribute("title",mxResources.get("copyStyle")+" ("+this.editorUi.actions.get("copyStyle").shortcut+")");b.style.marginBottom="2px";b.style.width="100px";b.style.marginRight="2px";a.appendChild(b);b=mxUtils.button(mxResources.get("pasteStyle"),mxUtils.bind(this,function(a){this.editorUi.actions.get("pasteStyle").funct()}));b.setAttribute("title",mxResources.get("pasteStyle")+" ("+this.editorUi.actions.get("pasteStyle").shortcut+")");b.style.marginBottom="2px";b.style.width="100px";a.appendChild(b); +mxUtils.br(a);return l.apply(this,arguments)};StyleFormatPanel.prototype.addStyles=function(a){function b(a){function b(a){var b=mxUtils.button("",function(b){h.getModel().beginUpdate();try{var c=h.getSelectionCells();for(b=0;b<c.length;b++){for(var f=h.getModel().getStyle(c[b]),d=0;d<l.length;d++)f=mxUtils.removeStylename(f,l[d]);null!=a?(f=mxUtils.setStyle(f,mxConstants.STYLE_FILLCOLOR,a.fill),f=mxUtils.setStyle(f,mxConstants.STYLE_STROKECOLOR,a.stroke),f=mxUtils.setStyle(f,mxConstants.STYLE_GRADIENTCOLOR, +a.gradient)):(f=mxUtils.setStyle(f,mxConstants.STYLE_FILLCOLOR,"#ffffff"),f=mxUtils.setStyle(f,mxConstants.STYLE_STROKECOLOR,"#000000"),f=mxUtils.setStyle(f,mxConstants.STYLE_GRADIENTCOLOR,null));h.getModel().setStyle(c[b],f)}}finally{h.getModel().endUpdate()}});b.className="geStyleButton";b.style.width="36px";b.style.height="30px";b.style.margin="0px 6px 6px 0px";null!=a?(null!=a.gradient?mxClient.IS_IE&&(mxClient.IS_QUIRKS||10>document.documentMode)?b.style.filter="progid:DXImageTransform.Microsoft.Gradient(StartColorStr='"+ +a.fill+"', EndColorStr='"+a.gradient+"', GradientType=0)":b.style.backgroundImage="linear-gradient("+a.fill+" 0px,"+a.gradient+" 100%)":b.style.backgroundColor=a.fill,b.style.border="1px solid "+a.stroke):(b.style.backgroundColor="#ffffff",b.style.border="1px solid #000000");f.appendChild(b)}f.innerHTML="";for(var c=0;c<a.length;c++)0<c&&0==mxUtils.mod(c,4)&&mxUtils.br(f),b(a[c])}function c(a){mxEvent.addListener(a,"mouseenter",function(){a.style.opacity="1"});mxEvent.addListener(a,"mouseleave",function(){a.style.opacity= +"0.5"})}var h=this.editorUi.editor.graph,f=document.createElement("div");f.style.whiteSpace="nowrap";f.style.paddingLeft="24px";f.style.paddingRight="20px";a.style.paddingLeft="16px";a.style.paddingBottom="6px";a.style.position="relative";a.appendChild(f);var l="plain-gray plain-blue plain-green plain-turquoise plain-orange plain-yellow plain-red plain-pink plain-purple gray blue green turquoise orange yellow red pink purple".split(" ");null==this.editorUi.currentScheme&&(this.editorUi.currentScheme= 0);var d=document.createElement("div");d.style.cssText="position:absolute;left:10px;top:8px;bottom:8px;width:20px;margin:4px;opacity:0.5;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAIVBMVEUAAAB2dnZ4eHh3d3d1dXVxcXF2dnZ2dnZ2dnZxcXF2dnYmb3w1AAAACnRSTlMAfCTkhhvb7cQSPH2JPgAAADRJREFUCNdjwACMAmBKaiGYs2oJmLPKAZ3DabU8AMRTXpUKopislqFyVzCAuUZgikkBZjoAcMYLnp53P/UAAAAASUVORK5CYII=);";mxEvent.addListener(d, -"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme-1,this.defaultColorSchemes.length);f(this.defaultColorSchemes[this.editorUi.currentScheme])}));var e=document.createElement("div");e.style.cssText="position:absolute;left:202px;top:8px;bottom:8px;width:20px;margin:4px;opacity:0.5;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAIVBMVEUAAAB2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnYBuwCcAAAACnRSTlMAfCTkhhvb7cQSPH2JPgAAADZJREFUCNdjQAOMAmBKaiGY8loF5rKswsZlrVo8AUiFrTICcbIWK8A5DF1gDoMymMPApIAwHwCS0Qx/U7qCBQAAAABJRU5ErkJggg==);"; -1<this.defaultColorSchemes.length&&(a.appendChild(d),a.appendChild(e));mxEvent.addListener(e,"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme+1,this.defaultColorSchemes.length);f(this.defaultColorSchemes[this.editorUi.currentScheme])}));b(d);b(e);f(this.defaultColorSchemes[this.editorUi.currentScheme]);return a};StyleFormatPanel.prototype.addEditOps=function(a){var f=this.format.getSelectionState(),b=null;1==this.editorUi.editor.graph.getSelectionCount()&& -(b=mxUtils.button(mxResources.get("editStyle"),mxUtils.bind(this,function(a){this.editorUi.actions.get("editStyle").funct()})),b.setAttribute("title",mxResources.get("editStyle")+" ("+this.editorUi.actions.get("editStyle").shortcut+")"),b.style.width="202px",b.style.marginBottom="2px",a.appendChild(b));var c=this.editorUi.editor.graph,g=c.view.getState(c.getSelectionCell());1==c.getSelectionCount()&&null!=g&&null!=g.shape&&null!=g.shape.stencil?(f=mxUtils.button(mxResources.get("editShape"),mxUtils.bind(this, -function(a){this.editorUi.actions.get("editShape").funct()})),f.setAttribute("title",mxResources.get("editShape")),f.style.marginBottom="2px",null==b?f.style.width="202px":(b.style.width="100px",f.style.width="100px",f.style.marginLeft="2px"),a.appendChild(f)):f.image&&(f=mxUtils.button(mxResources.get("editImage"),mxUtils.bind(this,function(a){this.editorUi.actions.get("image").funct()})),f.setAttribute("title",mxResources.get("editImage")),f.style.marginBottom="2px",null==b?f.style.width="202px": -(b.style.width="100px",f.style.width="100px",f.style.marginLeft="2px"),a.appendChild(f));return a}}Graph.prototype.defaultThemeName="default-style2";Graph.prototype.lastPasteXml=null;Graph.prototype.pasteCounter=0;Graph.prototype.defaultScrollbars="0"!=urlParams.sb;Graph.prototype.defaultPageVisible="0"!=urlParams.pv;Graph.prototype.shadowId="dropShadow";Graph.prototype.svgShadowColor="#3D4574";Graph.prototype.svgShadowOpacity="0.4";Graph.prototype.svgShadowBlur="1.7";Graph.prototype.svgShadowSize= -"3";Graph.prototype.edgeMode="move"!=urlParams.edge;var t=Graph.prototype.init;Graph.prototype.init=function(){function a(a){b=a;if(mxClient.IS_QUIRKS||7==document.documentMode||8==document.documentMode)b=mxUtils.clone(a)}t.apply(this,arguments);var b=null;mxEvent.addListener(this.container,"mouseenter",a);mxEvent.addListener(this.container,"mousemove",a);mxEvent.addListener(this.container,"mouseleave",function(a){b=null});this.isMouseInsertPoint=function(){return null!=b};var c=this.getInsertPoint; -this.getInsertPoint=function(){return null!=b?this.getPointForEvent(b):c.apply(this,arguments)};var g=this.layoutManager.getLayout;this.layoutManager.getLayout=function(a){var f=this.graph.view.getState(a),f=null!=f?f.style:this.graph.getCellStyle(a);if("undefined"!=typeof mxRackContainer&&"rack"==f.childLayout){var b=new mxStackLayout(this.graph,!1);b.setChildGeometry=function(a,f){f.height=Math.max(f.height,20);if(1<f.height/20){var b=f.height%20;f.height+=10<b?20-b:-b}this.graph.getModel().setGeometry(a, -f)};b.fill=!0;b.unitSize=mxRackContainer.unitSize|20;b.marginLeft=f.marginLeft||0;b.marginRight=f.marginRight||0;b.marginTop=f.marginTop||0;b.marginBottom=f.marginBottom||0;b.resizeParent=!1;return b}return g.apply(this,arguments)}};var q=Graph.prototype.isCssTransformsSupported;Graph.prototype.isCssTransformsSupported=function(){return q.apply(this,arguments)&&!mxClient.IS_SF};var u=mxGraphView.prototype.validateBackgroundPage;mxGraphView.prototype.validateBackgroundPage=function(){u.apply(this, +"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme-1,this.defaultColorSchemes.length);b(this.defaultColorSchemes[this.editorUi.currentScheme])}));var e=document.createElement("div");e.style.cssText="position:absolute;left:202px;top:8px;bottom:8px;width:20px;margin:4px;opacity:0.5;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAIVBMVEUAAAB2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnYBuwCcAAAACnRSTlMAfCTkhhvb7cQSPH2JPgAAADZJREFUCNdjQAOMAmBKaiGY8loF5rKswsZlrVo8AUiFrTICcbIWK8A5DF1gDoMymMPApIAwHwCS0Qx/U7qCBQAAAABJRU5ErkJggg==);"; +1<this.defaultColorSchemes.length&&(a.appendChild(d),a.appendChild(e));mxEvent.addListener(e,"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme+1,this.defaultColorSchemes.length);b(this.defaultColorSchemes[this.editorUi.currentScheme])}));c(d);c(e);b(this.defaultColorSchemes[this.editorUi.currentScheme]);return a};StyleFormatPanel.prototype.addEditOps=function(a){var b=this.format.getSelectionState(),c=null;1==this.editorUi.editor.graph.getSelectionCount()&& +(c=mxUtils.button(mxResources.get("editStyle"),mxUtils.bind(this,function(a){this.editorUi.actions.get("editStyle").funct()})),c.setAttribute("title",mxResources.get("editStyle")+" ("+this.editorUi.actions.get("editStyle").shortcut+")"),c.style.width="202px",c.style.marginBottom="2px",a.appendChild(c));var f=this.editorUi.editor.graph,h=f.view.getState(f.getSelectionCell());1==f.getSelectionCount()&&null!=h&&null!=h.shape&&null!=h.shape.stencil?(b=mxUtils.button(mxResources.get("editShape"),mxUtils.bind(this, +function(a){this.editorUi.actions.get("editShape").funct()})),b.setAttribute("title",mxResources.get("editShape")),b.style.marginBottom="2px",null==c?b.style.width="202px":(c.style.width="100px",b.style.width="100px",b.style.marginLeft="2px"),a.appendChild(b)):b.image&&(b=mxUtils.button(mxResources.get("editImage"),mxUtils.bind(this,function(a){this.editorUi.actions.get("image").funct()})),b.setAttribute("title",mxResources.get("editImage")),b.style.marginBottom="2px",null==c?b.style.width="202px": +(c.style.width="100px",b.style.width="100px",b.style.marginLeft="2px"),a.appendChild(b));return a}}Graph.prototype.defaultThemeName="default-style2";Graph.prototype.lastPasteXml=null;Graph.prototype.pasteCounter=0;Graph.prototype.defaultScrollbars="0"!=urlParams.sb;Graph.prototype.defaultPageVisible="0"!=urlParams.pv;Graph.prototype.shadowId="dropShadow";Graph.prototype.svgShadowColor="#3D4574";Graph.prototype.svgShadowOpacity="0.4";Graph.prototype.svgShadowBlur="1.7";Graph.prototype.svgShadowSize= +"3";Graph.prototype.edgeMode="move"!=urlParams.edge;var q=Graph.prototype.init;Graph.prototype.init=function(){function a(a){b=a;if(mxClient.IS_QUIRKS||7==document.documentMode||8==document.documentMode)b=mxUtils.clone(a)}q.apply(this,arguments);var b=null;mxEvent.addListener(this.container,"mouseenter",a);mxEvent.addListener(this.container,"mousemove",a);mxEvent.addListener(this.container,"mouseleave",function(a){b=null});this.isMouseInsertPoint=function(){return null!=b};var c=this.getInsertPoint; +this.getInsertPoint=function(){return null!=b?this.getPointForEvent(b):c.apply(this,arguments)};var f=this.layoutManager.getLayout;this.layoutManager.getLayout=function(a){var b=this.graph.view.getState(a),b=null!=b?b.style:this.graph.getCellStyle(a);if("undefined"!=typeof mxRackContainer&&"rack"==b.childLayout){var c=new mxStackLayout(this.graph,!1);c.setChildGeometry=function(a,b){b.height=Math.max(b.height,20);if(1<b.height/20){var c=b.height%20;b.height+=10<c?20-c:-c}this.graph.getModel().setGeometry(a, +b)};c.fill=!0;c.unitSize=mxRackContainer.unitSize|20;c.marginLeft=b.marginLeft||0;c.marginRight=b.marginRight||0;c.marginTop=b.marginTop||0;c.marginBottom=b.marginBottom||0;c.resizeParent=!1;return c}return f.apply(this,arguments)}};var u=Graph.prototype.isCssTransformsSupported;Graph.prototype.isCssTransformsSupported=function(){return u.apply(this,arguments)&&!mxClient.IS_SF};var t=mxGraphView.prototype.validateBackgroundPage;mxGraphView.prototype.validateBackgroundPage=function(){t.apply(this, arguments);if(mxClient.IS_GC&&null!=this.getDrawPane()){var a=this.getDrawPane().parentNode;!this.graph.mathEnabled||mxClient.NO_FO||null!=this.webKitForceRepaintNode&&null!=this.webKitForceRepaintNode.parentNode||"svg"!=this.graph.container.firstChild.nodeName?null==this.webKitForceRepaintNode||this.graph.mathEnabled&&("svg"==this.graph.container.firstChild.nodeName||this.graph.container.firstChild==this.webKitForceRepaintNode)||(null!=this.webKitForceRepaintNode.parentNode&&this.webKitForceRepaintNode.parentNode.removeChild(this.webKitForceRepaintNode), this.webKitForceRepaintNode=null):(this.webKitForceRepaintNode=document.createElement("div"),this.webKitForceRepaintNode.style.cssText="position:absolute;",a.ownerSVGElement.parentNode.insertBefore(this.webKitForceRepaintNode,a.ownerSVGElement))}};var v=Graph.prototype.loadStylesheet;Graph.prototype.loadStylesheet=function(){v.apply(this,arguments);this.currentStyle="default-style2"};Graph.prototype.handleCustomLink=function(a){if("data:action/json,"==a.substring(0,17)&&(a=JSON.parse(a.substring(17)), -null!=a.actions)){for(var f=0;f<a.actions.length;f++)null!=a.actions[f].open&&(this.isCustomLink(a.actions[f].open)?this.customLinkClicked(a.actions[f].open):this.openLink(a.actions[f].open));this.model.beginUpdate();try{for(f=0;f<a.actions.length;f++)this.handleLinkAction(a.actions[f])}finally{this.model.endUpdate()}}};Graph.prototype.handleLinkAction=function(a){var f=[];null!=a.select&&this.isEnabled()&&(f=this.getCellsForAction(a.select),this.setSelectionCells(f));null!=a.highlight&&(f=this.getCellsForAction(a.highlight), -this.highlightCells(f,a.highlight.color,a.highlight.duration,a.highlight.opacity));null!=a.toggle&&this.toggleCells(this.getCellsForAction(a.toggle));null!=a.show&&this.setCellsVisible(this.getCellsForAction(a.show),!0);null!=a.hide&&this.setCellsVisible(this.getCellsForAction(a.hide),!1);null!=a.scroll&&(f=this.getCellsForAction(a.scroll));0<f.length&&this.scrollCellToVisible(f[0])};Graph.prototype.getCellsForAction=function(a){return this.getCellsById(a.cells).concat(this.getCellsForTags(a.tags))}; -Graph.prototype.getCellsById=function(a){var f=[];if(null!=a)for(var b=0;b<a.length;b++)if("*"==a[b])var c=this.getDefaultParent(),f=f.concat(this.model.filterDescendants(function(a){return a!=c},c));else{var g=this.model.getCell(a[b]);null!=g&&f.push(g)}return f};Graph.prototype.getCellsForTags=function(a,b,c){var f=[];if(null!=a){b=null!=b?b:this.model.getDescendants(this.model.getRoot());c=null!=c?c:"tags";for(var g=0;g<b.length;g++)if(this.model.isVertex(b[g])||this.model.isEdge(b[g])){var l= -null!=b[g].value&&"object"==typeof b[g].value?mxUtils.trim(b[g].value.getAttribute(c)||""):"",d=!0;if(0<l.length)for(var l=l.toLowerCase().split(" "),e=0;e<a.length&&d;e++)var q=mxUtils.trim(a[e]).toLowerCase(),d=d&&(0==q.length||0<=mxUtils.indexOf(l,q));else d=0==a.length;d&&f.push(b[g])}}return f};Graph.prototype.toggleCells=function(a){this.model.beginUpdate();try{for(var f=0;f<a.length;f++)this.model.setVisible(a[f],!this.model.isVisible(a[f]))}finally{this.model.endUpdate()}};Graph.prototype.setCellsVisible= -function(a,b){this.model.beginUpdate();try{for(var f=0;f<a.length;f++)this.model.setVisible(a[f],b)}finally{this.model.endUpdate()}};Graph.prototype.highlightCells=function(a,b,c,g){for(var f=0;f<a.length;f++)this.highlightCell(a[f],b,c,g)};Graph.prototype.highlightCell=function(a,b,c,g){b=null!=b?b:mxConstants.DEFAULT_VALID_COLOR;c=null!=c?c:1E3;a=this.view.getState(a);if(null!=a){var f=Math.max(5,mxUtils.getValue(a.style,mxConstants.STYLE_STROKEWIDTH,1)+4),l=new mxCellHighlight(this,b,f,!1);null!= -g&&(l.opacity=g);l.highlight(a);window.setTimeout(function(){null!=l.shape&&(mxUtils.setPrefixedStyle(l.shape.node.style,"transition","all 1200ms ease-in-out"),l.shape.node.style.opacity=0);window.setTimeout(function(){l.destroy()},1200)},c)}};Graph.prototype.addSvgShadow=function(a,b,c){c=null!=c?c:!1;var f=a.ownerDocument,g=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG,"filter"):f.createElement("filter");g.setAttribute("id",this.shadowId);var l=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG, -"feGaussianBlur"):f.createElement("feGaussianBlur");l.setAttribute("in","SourceAlpha");l.setAttribute("stdDeviation",this.svgShadowBlur);l.setAttribute("result","blur");g.appendChild(l);l=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG,"feOffset"):f.createElement("feOffset");l.setAttribute("in","blur");l.setAttribute("dx",this.svgShadowSize);l.setAttribute("dy",this.svgShadowSize);l.setAttribute("result","offsetBlur");g.appendChild(l);l=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG, -"feFlood"):f.createElement("feFlood");l.setAttribute("flood-color",this.svgShadowColor);l.setAttribute("flood-opacity",this.svgShadowOpacity);l.setAttribute("result","offsetColor");g.appendChild(l);l=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG,"feComposite"):f.createElement("feComposite");l.setAttribute("in","offsetColor");l.setAttribute("in2","offsetBlur");l.setAttribute("operator","in");l.setAttribute("result","offsetBlur");g.appendChild(l);l=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG, -"feBlend"):f.createElement("feBlend");l.setAttribute("in","SourceGraphic");l.setAttribute("in2","offsetBlur");g.appendChild(l);l=a.getElementsByTagName("defs");0==l.length?(f=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG,"defs"):f.createElement("defs"),null!=a.firstChild?a.insertBefore(f,a.firstChild):a.appendChild(f)):f=l[0];f.appendChild(g);c||((b||a.getElementsByTagName("g")[0]).setAttribute("filter","url(#"+this.shadowId+")"),isNaN(parseInt(a.getAttribute("width")))||(a.setAttribute("width", -parseInt(a.getAttribute("width"))+6),a.setAttribute("height",parseInt(a.getAttribute("height"))+6)));return g};Graph.prototype.setShadowVisible=function(a,b){mxClient.IS_SVG&&(b=null!=b?b:!0,(this.shadowVisible=a)?this.view.getDrawPane().setAttribute("filter","url(#"+this.shadowId+")"):this.view.getDrawPane().removeAttribute("filter"),b&&this.fireEvent(new mxEventObject("shadowVisibleChanged")))};Graph.prototype.selectUnlockedLayer=function(){if(null==this.defaultParent){var a=this.model.getChildCount(this.model.root), +null!=a.actions)){for(var b=0;b<a.actions.length;b++)if(null!=a.actions[b].open)if(this.isCustomLink(a.actions[b].open)){if(!this.customLinkClicked(a.actions[b].open))return}else this.openLink(a.actions[b].open);this.model.beginUpdate();try{for(b=0;b<a.actions.length;b++)this.handleLinkAction(a.actions[b])}finally{this.model.endUpdate()}}};Graph.prototype.handleLinkAction=function(a){var b=[];null!=a.select&&this.isEnabled()&&(b=this.getCellsForAction(a.select),this.setSelectionCells(b));null!=a.highlight&& +(b=this.getCellsForAction(a.highlight),this.highlightCells(b,a.highlight.color,a.highlight.duration,a.highlight.opacity));null!=a.toggle&&this.toggleCells(this.getCellsForAction(a.toggle));null!=a.show&&this.setCellsVisible(this.getCellsForAction(a.show),!0);null!=a.hide&&this.setCellsVisible(this.getCellsForAction(a.hide),!1);null!=a.scroll&&(b=this.getCellsForAction(a.scroll));0<b.length&&this.scrollCellToVisible(b[0])};Graph.prototype.getCellsForAction=function(a){return this.getCellsById(a.cells).concat(this.getCellsForTags(a.tags))}; +Graph.prototype.getCellsById=function(a){var b=[];if(null!=a)for(var c=0;c<a.length;c++)if("*"==a[c])var f=this.getDefaultParent(),b=b.concat(this.model.filterDescendants(function(a){return a!=f},f));else{var h=this.model.getCell(a[c]);null!=h&&b.push(h)}return b};Graph.prototype.getCellsForTags=function(a,b,c){var f=[];if(null!=a){b=null!=b?b:this.model.getDescendants(this.model.getRoot());c=null!=c?c:"tags";for(var h=0;h<b.length;h++)if(this.model.isVertex(b[h])||this.model.isEdge(b[h])){var l= +null!=b[h].value&&"object"==typeof b[h].value?mxUtils.trim(b[h].value.getAttribute(c)||""):"",d=!0;if(0<l.length)for(var l=l.toLowerCase().split(" "),e=0;e<a.length&&d;e++)var g=mxUtils.trim(a[e]).toLowerCase(),d=d&&(0==g.length||0<=mxUtils.indexOf(l,g));else d=0==a.length;d&&f.push(b[h])}}return f};Graph.prototype.toggleCells=function(a){this.model.beginUpdate();try{for(var b=0;b<a.length;b++)this.model.setVisible(a[b],!this.model.isVisible(a[b]))}finally{this.model.endUpdate()}};Graph.prototype.setCellsVisible= +function(a,b){this.model.beginUpdate();try{for(var c=0;c<a.length;c++)this.model.setVisible(a[c],b)}finally{this.model.endUpdate()}};Graph.prototype.highlightCells=function(a,b,c,f){for(var h=0;h<a.length;h++)this.highlightCell(a[h],b,c,f)};Graph.prototype.highlightCell=function(a,b,c,f){b=null!=b?b:mxConstants.DEFAULT_VALID_COLOR;c=null!=c?c:1E3;a=this.view.getState(a);if(null!=a){var h=Math.max(5,mxUtils.getValue(a.style,mxConstants.STYLE_STROKEWIDTH,1)+4),l=new mxCellHighlight(this,b,h,!1);null!= +f&&(l.opacity=f);l.highlight(a);window.setTimeout(function(){null!=l.shape&&(mxUtils.setPrefixedStyle(l.shape.node.style,"transition","all 1200ms ease-in-out"),l.shape.node.style.opacity=0);window.setTimeout(function(){l.destroy()},1200)},c)}};Graph.prototype.addSvgShadow=function(a,b,c){c=null!=c?c:!1;var f=a.ownerDocument,h=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG,"filter"):f.createElement("filter");h.setAttribute("id",this.shadowId);var l=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG, +"feGaussianBlur"):f.createElement("feGaussianBlur");l.setAttribute("in","SourceAlpha");l.setAttribute("stdDeviation",this.svgShadowBlur);l.setAttribute("result","blur");h.appendChild(l);l=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG,"feOffset"):f.createElement("feOffset");l.setAttribute("in","blur");l.setAttribute("dx",this.svgShadowSize);l.setAttribute("dy",this.svgShadowSize);l.setAttribute("result","offsetBlur");h.appendChild(l);l=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG, +"feFlood"):f.createElement("feFlood");l.setAttribute("flood-color",this.svgShadowColor);l.setAttribute("flood-opacity",this.svgShadowOpacity);l.setAttribute("result","offsetColor");h.appendChild(l);l=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG,"feComposite"):f.createElement("feComposite");l.setAttribute("in","offsetColor");l.setAttribute("in2","offsetBlur");l.setAttribute("operator","in");l.setAttribute("result","offsetBlur");h.appendChild(l);l=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG, +"feBlend"):f.createElement("feBlend");l.setAttribute("in","SourceGraphic");l.setAttribute("in2","offsetBlur");h.appendChild(l);l=a.getElementsByTagName("defs");0==l.length?(f=null!=f.createElementNS?f.createElementNS(mxConstants.NS_SVG,"defs"):f.createElement("defs"),null!=a.firstChild?a.insertBefore(f,a.firstChild):a.appendChild(f)):f=l[0];f.appendChild(h);c||((b||a.getElementsByTagName("g")[0]).setAttribute("filter","url(#"+this.shadowId+")"),isNaN(parseInt(a.getAttribute("width")))||(a.setAttribute("width", +parseInt(a.getAttribute("width"))+6),a.setAttribute("height",parseInt(a.getAttribute("height"))+6)));return h};Graph.prototype.setShadowVisible=function(a,b){mxClient.IS_SVG&&(b=null!=b?b:!0,(this.shadowVisible=a)?this.view.getDrawPane().setAttribute("filter","url(#"+this.shadowId+")"):this.view.getDrawPane().removeAttribute("filter"),b&&this.fireEvent(new mxEventObject("shadowVisibleChanged")))};Graph.prototype.selectUnlockedLayer=function(){if(null==this.defaultParent){var a=this.model.getChildCount(this.model.root), b,c=0;do b=this.model.getChildAt(this.model.root,c);while(c++<a&&"1"==mxUtils.getValue(this.getCellStyle(b),"locked","0"));null!=b&&this.setDefaultParent(b)}};mxStencilRegistry.libraries.mockup=[SHAPES_PATH+"/mockup/mxMockupButtons.js"];mxStencilRegistry.libraries.arrows2=[SHAPES_PATH+"/mxArrows.js"];mxStencilRegistry.libraries.atlassian=[STENCIL_PATH+"/atlassian.xml",SHAPES_PATH+"/mxAtlassian.js"];mxStencilRegistry.libraries.bpmn=[SHAPES_PATH+"/bpmn/mxBpmnShape2.js",STENCIL_PATH+"/bpmn.xml"];mxStencilRegistry.libraries.er= [SHAPES_PATH+"/er/mxER.js"];mxStencilRegistry.libraries.flowchart=[SHAPES_PATH+"/mxFlowchart.js",STENCIL_PATH+"/flowchart.xml"];mxStencilRegistry.libraries.ios=[SHAPES_PATH+"/mockup/mxMockupiOS.js"];mxStencilRegistry.libraries.rackGeneral=[SHAPES_PATH+"/rack/mxRack.js",STENCIL_PATH+"/rack/general.xml"];mxStencilRegistry.libraries.rackF5=[STENCIL_PATH+"/rack/f5.xml"];mxStencilRegistry.libraries.lean_mapping=[SHAPES_PATH+"/mxLeanMap.js",STENCIL_PATH+"/lean_mapping.xml"];mxStencilRegistry.libraries.basic= [SHAPES_PATH+"/mxBasic.js",STENCIL_PATH+"/basic.xml"];mxStencilRegistry.libraries.ios7icons=[STENCIL_PATH+"/ios7/icons.xml"];mxStencilRegistry.libraries.ios7ui=[SHAPES_PATH+"/ios7/mxIOS7Ui.js",STENCIL_PATH+"/ios7/misc.xml"];mxStencilRegistry.libraries.android=[SHAPES_PATH+"/mxAndroid.js",STENCIL_PATH+"/android/android.xml"];mxStencilRegistry.libraries["electrical/transmission"]=[SHAPES_PATH+"/mxElectrical.js",STENCIL_PATH+"/electrical/transmission.xml"];mxStencilRegistry.libraries.infographic=[SHAPES_PATH+ "/mxInfographic.js"];mxStencilRegistry.libraries["mockup/buttons"]=[SHAPES_PATH+"/mockup/mxMockupButtons.js"];mxStencilRegistry.libraries["mockup/containers"]=[SHAPES_PATH+"/mockup/mxMockupContainers.js"];mxStencilRegistry.libraries["mockup/forms"]=[SHAPES_PATH+"/mockup/mxMockupForms.js"];mxStencilRegistry.libraries["mockup/graphics"]=[SHAPES_PATH+"/mockup/mxMockupGraphics.js",STENCIL_PATH+"/mockup/misc.xml"];mxStencilRegistry.libraries["mockup/markup"]=[SHAPES_PATH+"/mockup/mxMockupMarkup.js"];mxStencilRegistry.libraries["mockup/misc"]= [SHAPES_PATH+"/mockup/mxMockupMisc.js",STENCIL_PATH+"/mockup/misc.xml"];mxStencilRegistry.libraries["mockup/navigation"]=[SHAPES_PATH+"/mockup/mxMockupNavigation.js",STENCIL_PATH+"/mockup/misc.xml"];mxStencilRegistry.libraries["mockup/text"]=[SHAPES_PATH+"/mockup/mxMockupText.js"];mxStencilRegistry.libraries.floorplan=[SHAPES_PATH+"/mxFloorplan.js",STENCIL_PATH+"/floorplan.xml"];mxStencilRegistry.libraries.bootstrap=[SHAPES_PATH+"/mxBootstrap.js",STENCIL_PATH+"/bootstrap.xml"];mxStencilRegistry.libraries.gmdl= [SHAPES_PATH+"/mxGmdl.js",STENCIL_PATH+"/gmdl.xml"];mxStencilRegistry.libraries.cabinets=[SHAPES_PATH+"/mxCabinets.js",STENCIL_PATH+"/cabinets.xml"];mxStencilRegistry.libraries.archimate=[SHAPES_PATH+"/mxArchiMate.js"];mxStencilRegistry.libraries.archimate3=[SHAPES_PATH+"/mxArchiMate3.js"];mxStencilRegistry.libraries.sysml=[SHAPES_PATH+"/mxSysML.js"];mxStencilRegistry.libraries.eip=[SHAPES_PATH+"/mxEip.js",STENCIL_PATH+"/eip.xml"];mxStencilRegistry.libraries.networks=[SHAPES_PATH+"/mxNetworks.js", -STENCIL_PATH+"/networks.xml"];mxStencilRegistry.libraries.aws3d=[SHAPES_PATH+"/mxAWS3D.js",STENCIL_PATH+"/aws3d.xml"];mxStencilRegistry.libraries.pid2inst=[SHAPES_PATH+"/pid2/mxPidInstruments.js"];mxStencilRegistry.libraries.pid2misc=[SHAPES_PATH+"/pid2/mxPidMisc.js",STENCIL_PATH+"/pid/misc.xml"];mxStencilRegistry.libraries.pid2valves=[SHAPES_PATH+"/pid2/mxPidValves.js"];mxStencilRegistry.libraries.pidFlowSensors=[STENCIL_PATH+"/pid/flow_sensors.xml"];mxMarker.getPackageForType=function(a){var f= -null;null!=a&&0<a.length&&("ER"==a.substring(0,2)?f="mxgraph.er":"sysML"==a.substring(0,5)&&(f="mxgraph.sysml"));return f};var x=mxMarker.createMarker;mxMarker.createMarker=function(a,b,c,g,l,d,e,q,h,t){if(null!=c&&null==mxMarker.markers[c]){var f=this.getPackageForType(c);null!=f&&mxStencilRegistry.getStencil(f)}return x.apply(this,arguments)};PrintDialog.prototype.create=function(a,b){function f(){w.value=Math.max(1,Math.min(e,Math.max(parseInt(w.value),parseInt(u.value))));u.value=Math.max(1,Math.min(e, -Math.min(parseInt(w.value),parseInt(u.value))))}function c(b){function f(b,f,g){var l=b.getGraphBounds(),d=0,e=0,h=ba.get(),q=1/b.pageScale,t=n.checked;if(t)var q=parseInt(V.value),v=parseInt(Z.value),q=Math.min(h.height*v/(l.height/b.view.scale),h.width*q/(l.width/b.view.scale));else q=parseInt(x.value)/(100*b.pageScale),isNaN(q)&&(c=1/b.pageScale,x.value="100 %");h=mxRectangle.fromRectangle(h);h.width=Math.ceil(h.width*c);h.height=Math.ceil(h.height*c);q*=c;!t&&b.pageVisible?(l=b.getPageLayout(), -d-=l.x*h.width,e-=l.y*h.height):t=!0;if(null==f){f=PrintDialog.createPrintPreview(b,q,h,0,d,e,t);f.pageSelector=!1;f.mathEnabled=!1;b=a.getCurrentFile();null!=b&&(f.title=b.getTitle());var u=f.writeHead;f.writeHead=function(b){u.apply(this,arguments);null!=a.editor.fontCss&&(b.writeln('<style type="text/css">'),b.writeln(a.editor.fontCss),b.writeln("</style>"))};if("undefined"!==typeof MathJax){var w=f.renderPage;f.renderPage=function(a,b,f,c,g,l){var d=mxClient.NO_FO;mxClient.NO_FO=this.graph.mathEnabled&& -!this.useForeignObjectForMath?!0:this.originalNoForeignObject;var e=w.apply(this,arguments);mxClient.NO_FO=d;this.graph.mathEnabled?this.mathEnabled=this.mathEnabled||!0:e.className="geDisableMathJax";return e}}f.open(null,null,g,!0)}else{h=b.background;if(null==h||""==h||h==mxConstants.NONE)h="#ffffff";f.backgroundColor=h;f.autoOrigin=t;f.appendGraph(b,q,d,e,g,!0)}return f}var c=parseInt(Q.value)/100;isNaN(c)&&(c=1,Q.value="100 %");var c=.75*c,l=u.value,d=w.value,e=!t.checked,h=null;e&&(e=l==q&& -d==q);if(!e&&null!=a.pages&&a.pages.length){var v=0,e=a.pages.length-1;t.checked||(v=parseInt(l)-1,e=parseInt(d)-1);for(var k=v;k<=e;k++){var m=a.pages[k],l=m==a.currentPage?g:null;if(null==l){var l=a.createTemporaryGraph(g.getStylesheet()),d=!0,v=!1,B=null,z=null;null==m.viewState&&null==m.mapping&&null==m.root&&a.updatePageRoot(m);null!=m.viewState?(d=m.viewState.pageVisible,v=m.viewState.mathEnabled,B=m.viewState.background,z=m.viewState.backgroundImage):null!=m.mapping&&null!=m.mapping.diagramMap&& -(v="0"!=m.mapping.diagramMap.get("mathEnabled"),B=m.mapping.diagramMap.get("background"),z=m.mapping.diagramMap.get("backgroundImage"),z=null!=z&&0<z.length?JSON.parse(z):null);l.background=B;l.backgroundImage=null!=z?new mxImage(z.src,z.width,z.height):null;l.pageVisible=d;l.mathEnabled=v;var C=l.getGlobalVariable;l.getGlobalVariable=function(a){return"page"==a?m.getName():"pagenumber"==a?k+1:C.apply(this,arguments)};document.body.appendChild(l.container);a.updatePageRoot(m);l.model.setRoot(m.root)}h= -f(l,h,k!=e);l!=g&&l.container.parentNode.removeChild(l.container)}}else h=f(g);h.mathEnabled&&(e=h.wnd.document,e.writeln('<script type="text/x-mathjax-config">'),e.writeln("MathJax.Hub.Config({"),e.writeln("showMathMenu: false,"),e.writeln('messageStyle: "none",'),e.writeln('jax: ["input/TeX", "input/MathML", "input/AsciiMath", "output/HTML-CSS"],'),e.writeln('extensions: ["tex2jax.js", "mml2jax.js", "asciimath2jax.js"],'),e.writeln('"HTML-CSS": {'),e.writeln("imageFont: null"),e.writeln("},"),e.writeln("TeX: {"), -e.writeln('extensions: ["AMSmath.js", "AMSsymbols.js", "noErrors.js", "noUndefined.js"]'),e.writeln("},"),e.writeln("tex2jax: {"),e.writeln('\tignoreClass: "geDisableMathJax"'),e.writeln("},"),e.writeln("asciimath2jax: {"),e.writeln('\tignoreClass: "geDisableMathJax"'),e.writeln("}"),e.writeln("});"),b&&(e.writeln("MathJax.Hub.Queue(function () {"),e.writeln("window.print();"),e.writeln("});")),e.writeln("\x3c/script>"),e.writeln('<script type="text/javascript" src="https://math.draw.io/current/MathJax.js">\x3c/script>')); -h.closeDocument();!h.mathEnabled&&b&&PrintDialog.printPreview(h)}var g=a.editor.graph,l=document.createElement("div"),d=document.createElement("h3");d.style.width="100%";d.style.textAlign="center";d.style.marginTop="0px";mxUtils.write(d,b||mxResources.get("print"));l.appendChild(d);var e=1,q=1,h=document.createElement("div");h.style.cssText="border-bottom:1px solid lightGray;padding-bottom:12px;margin-bottom:12px;";var t=document.createElement("input");t.style.cssText="margin-right:8px;margin-bottom:8px;"; -t.setAttribute("value","all");t.setAttribute("type","radio");t.setAttribute("name","pages-printdialog");h.appendChild(t);d=document.createElement("span");mxUtils.write(d,mxResources.get("printAllPages"));h.appendChild(d);mxUtils.br(h);var v=t.cloneNode(!0);t.setAttribute("checked","checked");v.setAttribute("value","range");h.appendChild(v);d=document.createElement("span");mxUtils.write(d,mxResources.get("pages")+":");h.appendChild(d);var u=document.createElement("input");u.style.cssText="margin:0 8px 0 8px;"; -u.setAttribute("value","1");u.setAttribute("type","number");u.setAttribute("min","1");u.style.width="50px";h.appendChild(u);d=document.createElement("span");mxUtils.write(d,mxResources.get("to"));h.appendChild(d);var w=u.cloneNode(!0);h.appendChild(w);mxEvent.addListener(u,"focus",function(){v.checked=!0});mxEvent.addListener(w,"focus",function(){v.checked=!0});mxEvent.addListener(u,"change",f);mxEvent.addListener(w,"change",f);if(null!=a.pages&&(e=a.pages.length,null!=a.currentPage))for(d=0;d<a.pages.length;d++)if(a.currentPage== -a.pages[d]){q=d+1;u.value=q;w.value=q;break}u.setAttribute("max",e);w.setAttribute("max",e);1<e&&l.appendChild(h);var k=document.createElement("div");k.style.marginBottom="10px";var m=document.createElement("input");m.style.marginRight="8px";m.setAttribute("value","adjust");m.setAttribute("type","radio");m.setAttribute("name","printZoom");k.appendChild(m);d=document.createElement("span");mxUtils.write(d,mxResources.get("adjustTo"));k.appendChild(d);var x=document.createElement("input");x.style.cssText= -"margin:0 8px 0 8px;";x.setAttribute("value","100 %");x.style.width="50px";k.appendChild(x);mxEvent.addListener(x,"focus",function(){m.checked=!0});l.appendChild(k);var h=h.cloneNode(!1),n=m.cloneNode(!0);n.setAttribute("value","fit");m.setAttribute("checked","checked");d=document.createElement("div");d.style.cssText="display:inline-block;height:100%;vertical-align:top;padding-top:2px;";d.appendChild(n);h.appendChild(d);k=document.createElement("table");k.style.display="inline-block";var z=document.createElement("tbody"), -p=document.createElement("tr"),T=p.cloneNode(!0),N=document.createElement("td"),S=N.cloneNode(!0),U=N.cloneNode(!0),L=N.cloneNode(!0),W=N.cloneNode(!0),P=N.cloneNode(!0);N.style.textAlign="right";L.style.textAlign="right";mxUtils.write(N,mxResources.get("fitTo"));var V=document.createElement("input");V.style.cssText="margin:0 8px 0 8px;";V.setAttribute("value","1");V.setAttribute("min","1");V.setAttribute("type","number");V.style.width="40px";S.appendChild(V);d=document.createElement("span");mxUtils.write(d, -mxResources.get("fitToSheetsAcross"));U.appendChild(d);mxUtils.write(L,mxResources.get("fitToBy"));var Z=V.cloneNode(!0);W.appendChild(Z);mxEvent.addListener(V,"focus",function(){n.checked=!0});mxEvent.addListener(Z,"focus",function(){n.checked=!0});d=document.createElement("span");mxUtils.write(d,mxResources.get("fitToSheetsDown"));P.appendChild(d);p.appendChild(N);p.appendChild(S);p.appendChild(U);T.appendChild(L);T.appendChild(W);T.appendChild(P);z.appendChild(p);z.appendChild(T);k.appendChild(z); -h.appendChild(k);l.appendChild(h);h=document.createElement("div");d=document.createElement("div");d.style.fontWeight="bold";d.style.marginBottom="12px";mxUtils.write(d,mxResources.get("paperSize"));h.appendChild(d);d=document.createElement("div");d.style.marginBottom="12px";var ba=PageSetupDialog.addPageFormatPanel(d,"printdialog",a.editor.graph.pageFormat||mxConstants.PAGE_FORMAT_A4_PORTRAIT);h.appendChild(d);d=document.createElement("span");mxUtils.write(d,mxResources.get("pageScale"));h.appendChild(d); -var Q=document.createElement("input");Q.style.cssText="margin:0 8px 0 8px;";Q.setAttribute("value","100 %");Q.style.width="60px";h.appendChild(Q);l.appendChild(h);d=document.createElement("div");d.style.cssText="text-align:right;margin:48px 0 0 0;";h=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});h.className="geBtn";a.editor.cancelFirst&&d.appendChild(h);a.isOffline()||(k=mxUtils.button(mxResources.get("help"),function(){g.openLink("https://desk.draw.io/support/solutions/articles/16000048947")}), -k.className="geBtn",d.appendChild(k));PrintDialog.previewEnabled&&(k=mxUtils.button(mxResources.get("preview"),function(){a.hideDialog();c(!1)}),k.className="geBtn",d.appendChild(k));k=mxUtils.button(mxResources.get(PrintDialog.previewEnabled?"print":"ok"),function(){a.hideDialog();c(!0)});k.className="geBtn gePrimaryBtn";d.appendChild(k);a.editor.cancelFirst||d.appendChild(h);l.appendChild(d);this.container=l};var z=ChangePageSetup.prototype.execute;ChangePageSetup.prototype.execute=function(){null== +STENCIL_PATH+"/networks.xml"];mxStencilRegistry.libraries.aws3d=[SHAPES_PATH+"/mxAWS3D.js",STENCIL_PATH+"/aws3d.xml"];mxStencilRegistry.libraries.veeam=[STENCIL_PATH+"/veeam/2d.xml",STENCIL_PATH+"/veeam/3d.xml",STENCIL_PATH+"/veeam/veeam.xml"];mxStencilRegistry.libraries.pid2inst=[SHAPES_PATH+"/pid2/mxPidInstruments.js"];mxStencilRegistry.libraries.pid2misc=[SHAPES_PATH+"/pid2/mxPidMisc.js",STENCIL_PATH+"/pid/misc.xml"];mxStencilRegistry.libraries.pid2valves=[SHAPES_PATH+"/pid2/mxPidValves.js"];mxStencilRegistry.libraries.pidFlowSensors= +[STENCIL_PATH+"/pid/flow_sensors.xml"];mxMarker.getPackageForType=function(a){var b=null;null!=a&&0<a.length&&("ER"==a.substring(0,2)?b="mxgraph.er":"sysML"==a.substring(0,5)&&(b="mxgraph.sysml"));return b};var x=mxMarker.createMarker;mxMarker.createMarker=function(a,b,c,f,l,d,e,g,q,u){if(null!=c&&null==mxMarker.markers[c]){var h=this.getPackageForType(c);null!=h&&mxStencilRegistry.getStencil(h)}return x.apply(this,arguments)};PrintDialog.prototype.create=function(a,b){function c(){w.value=Math.max(1, +Math.min(e,Math.max(parseInt(w.value),parseInt(t.value))));t.value=Math.max(1,Math.min(e,Math.min(parseInt(w.value),parseInt(t.value))))}function f(b){function c(b,c,h){var l=b.getGraphBounds(),d=0,e=0,q=ga.get(),g=1/b.pageScale,u=n.checked;if(u)var g=parseInt(W.value),v=parseInt(R.value),g=Math.min(q.height*v/(l.height/b.view.scale),q.width*g/(l.width/b.view.scale));else g=parseInt(x.value)/(100*b.pageScale),isNaN(g)&&(f=1/b.pageScale,x.value="100 %");q=mxRectangle.fromRectangle(q);q.width=Math.ceil(q.width* +f);q.height=Math.ceil(q.height*f);g*=f;!u&&b.pageVisible?(l=b.getPageLayout(),d-=l.x*q.width,e-=l.y*q.height):u=!0;if(null==c){c=PrintDialog.createPrintPreview(b,g,q,0,d,e,u);c.pageSelector=!1;c.mathEnabled=!1;b=a.getCurrentFile();null!=b&&(c.title=b.getTitle());var t=c.writeHead;c.writeHead=function(b){t.apply(this,arguments);null!=a.editor.fontCss&&(b.writeln('<style type="text/css">'),b.writeln(a.editor.fontCss),b.writeln("</style>"))};if("undefined"!==typeof MathJax){var w=c.renderPage;c.renderPage= +function(a,b,c,f,h,l){var d=mxClient.NO_FO;mxClient.NO_FO=this.graph.mathEnabled&&!this.useForeignObjectForMath?!0:this.originalNoForeignObject;var e=w.apply(this,arguments);mxClient.NO_FO=d;this.graph.mathEnabled?this.mathEnabled=this.mathEnabled||!0:e.className="geDisableMathJax";return e}}c.open(null,null,h,!0)}else{q=b.background;if(null==q||""==q||q==mxConstants.NONE)q="#ffffff";c.backgroundColor=q;c.autoOrigin=u;c.appendGraph(b,g,d,e,h,!0)}return c}var f=parseInt(Y.value)/100;isNaN(f)&&(f=1, +Y.value="100 %");var f=.75*f,l=t.value,d=w.value,e=!u.checked,q=null;e&&(e=l==g&&d==g);if(!e&&null!=a.pages&&a.pages.length){var v=0,e=a.pages.length-1;u.checked||(v=parseInt(l)-1,e=parseInt(d)-1);for(var k=v;k<=e;k++){var m=a.pages[k],l=m==a.currentPage?h:null;if(null==l){var l=a.createTemporaryGraph(h.getStylesheet()),d=!0,v=!1,C=null,z=null;null==m.viewState&&null==m.mapping&&null==m.root&&a.updatePageRoot(m);null!=m.viewState?(d=m.viewState.pageVisible,v=m.viewState.mathEnabled,C=m.viewState.background, +z=m.viewState.backgroundImage):null!=m.mapping&&null!=m.mapping.diagramMap&&(v="0"!=m.mapping.diagramMap.get("mathEnabled"),C=m.mapping.diagramMap.get("background"),z=m.mapping.diagramMap.get("backgroundImage"),z=null!=z&&0<z.length?JSON.parse(z):null);l.background=C;l.backgroundImage=null!=z?new mxImage(z.src,z.width,z.height):null;l.pageVisible=d;l.mathEnabled=v;var B=l.getGlobalVariable;l.getGlobalVariable=function(a){return"page"==a?m.getName():"pagenumber"==a?k+1:B.apply(this,arguments)};document.body.appendChild(l.container); +a.updatePageRoot(m);l.model.setRoot(m.root)}q=c(l,q,k!=e);l!=h&&l.container.parentNode.removeChild(l.container)}}else q=c(h);q.mathEnabled&&(e=q.wnd.document,e.writeln('<script type="text/x-mathjax-config">'),e.writeln("MathJax.Hub.Config({"),e.writeln("showMathMenu: false,"),e.writeln('messageStyle: "none",'),e.writeln('jax: ["input/TeX", "input/MathML", "input/AsciiMath", "output/HTML-CSS"],'),e.writeln('extensions: ["tex2jax.js", "mml2jax.js", "asciimath2jax.js"],'),e.writeln('"HTML-CSS": {'), +e.writeln("imageFont: null"),e.writeln("},"),e.writeln("TeX: {"),e.writeln('extensions: ["AMSmath.js", "AMSsymbols.js", "noErrors.js", "noUndefined.js"]'),e.writeln("},"),e.writeln("tex2jax: {"),e.writeln('\tignoreClass: "geDisableMathJax"'),e.writeln("},"),e.writeln("asciimath2jax: {"),e.writeln('\tignoreClass: "geDisableMathJax"'),e.writeln("}"),e.writeln("});"),b&&(e.writeln("MathJax.Hub.Queue(function () {"),e.writeln("window.print();"),e.writeln("});")),e.writeln("\x3c/script>"),e.writeln('<script type="text/javascript" src="https://math.draw.io/current/MathJax.js">\x3c/script>')); +q.closeDocument();!q.mathEnabled&&b&&PrintDialog.printPreview(q)}var h=a.editor.graph,l=document.createElement("div"),d=document.createElement("h3");d.style.width="100%";d.style.textAlign="center";d.style.marginTop="0px";mxUtils.write(d,b||mxResources.get("print"));l.appendChild(d);var e=1,g=1,q=document.createElement("div");q.style.cssText="border-bottom:1px solid lightGray;padding-bottom:12px;margin-bottom:12px;";var u=document.createElement("input");u.style.cssText="margin-right:8px;margin-bottom:8px;"; +u.setAttribute("value","all");u.setAttribute("type","radio");u.setAttribute("name","pages-printdialog");q.appendChild(u);d=document.createElement("span");mxUtils.write(d,mxResources.get("printAllPages"));q.appendChild(d);mxUtils.br(q);var v=u.cloneNode(!0);u.setAttribute("checked","checked");v.setAttribute("value","range");q.appendChild(v);d=document.createElement("span");mxUtils.write(d,mxResources.get("pages")+":");q.appendChild(d);var t=document.createElement("input");t.style.cssText="margin:0 8px 0 8px;"; +t.setAttribute("value","1");t.setAttribute("type","number");t.setAttribute("min","1");t.style.width="50px";q.appendChild(t);d=document.createElement("span");mxUtils.write(d,mxResources.get("to"));q.appendChild(d);var w=t.cloneNode(!0);q.appendChild(w);mxEvent.addListener(t,"focus",function(){v.checked=!0});mxEvent.addListener(w,"focus",function(){v.checked=!0});mxEvent.addListener(t,"change",c);mxEvent.addListener(w,"change",c);if(null!=a.pages&&(e=a.pages.length,null!=a.currentPage))for(d=0;d<a.pages.length;d++)if(a.currentPage== +a.pages[d]){g=d+1;t.value=g;w.value=g;break}t.setAttribute("max",e);w.setAttribute("max",e);1<e&&l.appendChild(q);var k=document.createElement("div");k.style.marginBottom="10px";var m=document.createElement("input");m.style.marginRight="8px";m.setAttribute("value","adjust");m.setAttribute("type","radio");m.setAttribute("name","printZoom");k.appendChild(m);d=document.createElement("span");mxUtils.write(d,mxResources.get("adjustTo"));k.appendChild(d);var x=document.createElement("input");x.style.cssText= +"margin:0 8px 0 8px;";x.setAttribute("value","100 %");x.style.width="50px";k.appendChild(x);mxEvent.addListener(x,"focus",function(){m.checked=!0});l.appendChild(k);var q=q.cloneNode(!1),n=m.cloneNode(!0);n.setAttribute("value","fit");m.setAttribute("checked","checked");d=document.createElement("div");d.style.cssText="display:inline-block;height:100%;vertical-align:top;padding-top:2px;";d.appendChild(n);q.appendChild(d);k=document.createElement("table");k.style.display="inline-block";var z=document.createElement("tbody"), +p=document.createElement("tr"),O=p.cloneNode(!0),M=document.createElement("td"),ba=M.cloneNode(!0),P=M.cloneNode(!0),S=M.cloneNode(!0),V=M.cloneNode(!0),K=M.cloneNode(!0);M.style.textAlign="right";S.style.textAlign="right";mxUtils.write(M,mxResources.get("fitTo"));var W=document.createElement("input");W.style.cssText="margin:0 8px 0 8px;";W.setAttribute("value","1");W.setAttribute("min","1");W.setAttribute("type","number");W.style.width="40px";ba.appendChild(W);d=document.createElement("span");mxUtils.write(d, +mxResources.get("fitToSheetsAcross"));P.appendChild(d);mxUtils.write(S,mxResources.get("fitToBy"));var R=W.cloneNode(!0);V.appendChild(R);mxEvent.addListener(W,"focus",function(){n.checked=!0});mxEvent.addListener(R,"focus",function(){n.checked=!0});d=document.createElement("span");mxUtils.write(d,mxResources.get("fitToSheetsDown"));K.appendChild(d);p.appendChild(M);p.appendChild(ba);p.appendChild(P);O.appendChild(S);O.appendChild(V);O.appendChild(K);z.appendChild(p);z.appendChild(O);k.appendChild(z); +q.appendChild(k);l.appendChild(q);q=document.createElement("div");d=document.createElement("div");d.style.fontWeight="bold";d.style.marginBottom="12px";mxUtils.write(d,mxResources.get("paperSize"));q.appendChild(d);d=document.createElement("div");d.style.marginBottom="12px";var ga=PageSetupDialog.addPageFormatPanel(d,"printdialog",a.editor.graph.pageFormat||mxConstants.PAGE_FORMAT_A4_PORTRAIT);q.appendChild(d);d=document.createElement("span");mxUtils.write(d,mxResources.get("pageScale"));q.appendChild(d); +var Y=document.createElement("input");Y.style.cssText="margin:0 8px 0 8px;";Y.setAttribute("value","100 %");Y.style.width="60px";q.appendChild(Y);l.appendChild(q);d=document.createElement("div");d.style.cssText="text-align:right;margin:48px 0 0 0;";q=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});q.className="geBtn";a.editor.cancelFirst&&d.appendChild(q);a.isOffline()||(k=mxUtils.button(mxResources.get("help"),function(){h.openLink("https://desk.draw.io/support/solutions/articles/16000048947")}), +k.className="geBtn",d.appendChild(k));PrintDialog.previewEnabled&&(k=mxUtils.button(mxResources.get("preview"),function(){a.hideDialog();f(!1)}),k.className="geBtn",d.appendChild(k));k=mxUtils.button(mxResources.get(PrintDialog.previewEnabled?"print":"ok"),function(){a.hideDialog();f(!0)});k.className="geBtn gePrimaryBtn";d.appendChild(k);a.editor.cancelFirst||d.appendChild(q);l.appendChild(d);this.container=l};var z=ChangePageSetup.prototype.execute;ChangePageSetup.prototype.execute=function(){null== this.page&&(this.page=this.ui.currentPage);this.page!=this.ui.currentPage?null!=this.page.viewState&&(this.ignoreColor||(this.page.viewState.background=this.color),this.ignoreImage||(this.page.viewState.backgroundImage=this.image),null!=this.format&&(this.page.viewState.pageFormat=this.format),null!=this.mathEnabled&&(this.page.viewState.mathEnabled=this.mathEnabled),null!=this.shadowVisible&&(this.page.viewState.shadowVisible=this.shadowVisible)):(z.apply(this,arguments),null!=this.mathEnabled&& this.mathEnabled!=this.ui.isMathEnabled()&&(this.ui.setMathEnabled(this.mathEnabled),this.mathEnabled=!this.mathEnabled),null!=this.shadowVisible&&this.shadowVisible!=this.ui.editor.graph.shadowVisible&&(this.ui.editor.graph.setShadowVisible(this.shadowVisible),this.shadowVisible=!this.shadowVisible))}})(); -(function(){var b=new mxObjectCodec(new ChangePageSetup,["ui","previousColor","previousImage","previousFormat"]);b.beforeDecode=function(b,d,c){c.ui=b.ui;return d};b.afterDecode=function(b,d,c){c.previousColor=c.color;c.previousImage=c.image;c.previousFormat=c.format;null!=c.foldingEnabled&&(c.foldingEnabled=!c.foldingEnabled);null!=c.mathEnabled&&(c.mathEnabled=!c.mathEnabled);null!=c.shadowVisible&&(c.shadowVisible=!c.shadowVisible);return c};mxCodecRegistry.register(b)})();(function(){EditorUi.VERSION="8.9.6";EditorUi.compactUi="atlas"!=uiTheme;EditorUi.enableLogging=/.*\.draw\.io$/.test(window.location.hostname)&&"support.draw.io"!=window.location.hostname;EditorUi.enablePlantUml=EditorUi.enableLogging;EditorUi.isElectronApp=null!=window&&null!=window.process&&null!=window.process.versions&&null!=window.process.versions.electron;EditorUi.scratchpadHelpLink="https://desk.draw.io/support/solutions/articles/16000042367";EditorUi.prototype.emptyDiagramXml='<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>'; +var ErrorDialog=function(b,e,d,c,g,k,m,n,p,a,f){p=null!=p?p:!0;var l=document.createElement("div");l.style.textAlign="center";if(null!=e){var q=document.createElement("div");q.style.padding="0px";q.style.margin="0px";q.style.fontSize="18px";q.style.paddingBottom="16px";q.style.marginBottom="16px";q.style.borderBottom="1px solid #c0c0c0";q.style.color="gray";mxUtils.write(q,e);l.appendChild(q)}e=document.createElement("div");e.style.padding="6px";e.innerHTML=d;l.appendChild(e);d=document.createElement("div"); +d.style.marginTop="16px";d.style.textAlign="center";null!=k&&(e=mxUtils.button(mxResources.get("tryAgain"),function(){b.hideDialog();k()}),e.className="geBtn",d.appendChild(e),d.style.textAlign="center");null!=a&&(a=mxUtils.button(a,function(){null!=f&&f()}),a.className="geBtn",d.appendChild(a));var u=mxUtils.button(c,function(){p&&b.hideDialog();null!=g&&g()});u.className="geBtn";d.appendChild(u);null!=m&&(c=mxUtils.button(m,function(){p&&b.hideDialog();null!=n&&n()}),c.className="geBtn gePrimaryBtn", +d.appendChild(c));this.init=function(){u.focus()};l.appendChild(d);this.container=l}; +(function(){var b=new mxObjectCodec(new ChangePageSetup,["ui","previousColor","previousImage","previousFormat"]);b.beforeDecode=function(b,d,c){c.ui=b.ui;return d};b.afterDecode=function(b,d,c){c.previousColor=c.color;c.previousImage=c.image;c.previousFormat=c.format;null!=c.foldingEnabled&&(c.foldingEnabled=!c.foldingEnabled);null!=c.mathEnabled&&(c.mathEnabled=!c.mathEnabled);null!=c.shadowVisible&&(c.shadowVisible=!c.shadowVisible);return c};mxCodecRegistry.register(b)})();(function(){EditorUi.VERSION="8.9.9";EditorUi.compactUi="atlas"!=uiTheme;EditorUi.enableLogging=/.*\.draw\.io$/.test(window.location.hostname)&&"support.draw.io"!=window.location.hostname;EditorUi.enablePlantUml=EditorUi.enableLogging;EditorUi.isElectronApp=null!=window&&null!=window.process&&null!=window.process.versions&&null!=window.process.versions.electron;EditorUi.scratchpadHelpLink="https://desk.draw.io/support/solutions/articles/16000042367";EditorUi.prototype.emptyDiagramXml='<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>'; EditorUi.prototype.emptyLibraryXml="<mxlibrary>[]</mxlibrary>";EditorUi.prototype.mode=null;EditorUi.prototype.sidebarFooterHeight=36;EditorUi.prototype.defaultCustomShapeStyle="shape=stencil(tZRtTsQgEEBPw1+DJR7AoN6DbWftpAgE0Ortd/jYRGq72R+YNE2YgTePloEJGWblgA18ZuKFDcMj5/Sm8boZq+BgjCX4pTyqk6ZlKROitwusOMXKQDODx5iy4pXxZ5qTHiFHawxB0JrQZH7lCabQ0Fr+XWC1/E8zcsT/gAi+Subo2/3Mh6d/oJb5nU1b5tW7r2knautaa3T+U32o7f7vZwpJkaNDLORJjcu7t59m2jXxqX9un+tt022acsfmoKaQZ+vhhswZtS6Ne/ThQGt0IV0N3Yyv6P3CeT9/tHO0XFI5cAE=);whiteSpace=wrap;html=1;"; EditorUi.prototype.svgBrokenImage=Graph.createSvgImage(10,10,'<rect x="0" y="0" width="10" height="10" stroke="#000" fill="transparent"/><path d="m 0 0 L 10 10 L 0 10 L 10 0" stroke="#000" fill="transparent"/>');EditorUi.prototype.crossOriginImages=!mxClient.IS_IE;EditorUi.prototype.maxBackgroundSize=1600;EditorUi.prototype.maxImageSize=520;EditorUi.prototype.resampleThreshold=1E5;EditorUi.prototype.maxImageBytes=1E6;EditorUi.prototype.maxBackgroundBytes=25E5;EditorUi.prototype.currentFile=null;EditorUi.prototype.printPdfExport= -!1;EditorUi.prototype.pdfPageExport=!0;EditorUi.prototype.formatEnabled="0"!=urlParams.format;EditorUi.prototype.closableScratchpad=!0;(function(){EditorUi.prototype.useCanvasForExport=!1;EditorUi.prototype.jpgSupported=!1;try{var a=document.createElement("canvas");EditorUi.prototype.canvasSupported=!(!a.getContext||!a.getContext("2d"))}catch(q){}try{var b=document.createElement("canvas"),c=new Image;c.onload=function(){try{b.getContext("2d").drawImage(c,0,0);var a=b.toDataURL("image/png");EditorUi.prototype.useCanvasForExport= -null!=a&&6<a.length}catch(u){}};c.src="data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1px" height="1px" version="1.1"><foreignObject pointer-events="all" width="1" height="1"><div xmlns="http://www.w3.org/1999/xhtml"></div></foreignObject></svg>')))}catch(q){}try{b=document.createElement("canvas");b.width=b.height=1;var d=b.toDataURL("image/jpeg");EditorUi.prototype.jpgSupported=null!==d.match("image/jpeg")}catch(q){}})(); +!1;EditorUi.prototype.pdfPageExport=!0;EditorUi.prototype.formatEnabled="0"!=urlParams.format;EditorUi.prototype.closableScratchpad=!0;(function(){EditorUi.prototype.useCanvasForExport=!1;EditorUi.prototype.jpgSupported=!1;try{var a=document.createElement("canvas");EditorUi.prototype.canvasSupported=!(!a.getContext||!a.getContext("2d"))}catch(u){}try{var b=document.createElement("canvas"),c=new Image;c.onload=function(){try{b.getContext("2d").drawImage(c,0,0);var a=b.toDataURL("image/png");EditorUi.prototype.useCanvasForExport= +null!=a&&6<a.length}catch(t){}};c.src="data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1px" height="1px" version="1.1"><foreignObject pointer-events="all" width="1" height="1"><div xmlns="http://www.w3.org/1999/xhtml"></div></foreignObject></svg>')))}catch(u){}try{b=document.createElement("canvas");b.width=b.height=1;var d=b.toDataURL("image/jpeg");EditorUi.prototype.jpgSupported=null!==d.match("image/jpeg")}catch(u){}})(); EditorUi.prototype.openLink=function(a,b){return this.editor.graph.openLink(a,b)};EditorUi.prototype.showSplash=function(a){};EditorUi.prototype.getLocalData=function(a,b){b(localStorage.getItem(a))};EditorUi.prototype.setLocalData=function(a,b,c){localStorage.setItem(a,b);null!=c&&c()};EditorUi.prototype.removeLocalData=function(a,b){localStorage.removeItem(a);b()};EditorUi.prototype.setMathEnabled=function(a){this.editor.graph.mathEnabled=a;this.editor.updateGraphComponents();this.editor.graph.refresh(); -this.fireEvent(new mxEventObject("mathEnabledChanged"))};EditorUi.prototype.isMathEnabled=function(a){return this.editor.graph.mathEnabled};EditorUi.prototype.isAppCache=function(){return"1"==urlParams.appcache||this.isOfflineApp()};EditorUi.prototype.isOfflineApp=function(){return"1"==urlParams.offline};EditorUi.prototype.isOffline=function(){return this.isOfflineApp()||!navigator.onLine||"1"==urlParams.stealth};EditorUi.prototype.createSpinner=function(a,b,c){c=null!=c?c:24;var g=new Spinner({lines:12, -length:c,width:Math.round(c/3),radius:Math.round(c/2),rotate:0,color:"dark"==uiTheme?"#c0c0c0":"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,zIndex:2E9}),l=g.spin;g.spin=function(c,d){var e=!1;this.active||(l.call(this,c),this.active=!0,null!=d&&(e=document.createElement("div"),e.style.position="absolute",e.style.whiteSpace="nowrap",e.style.background="#4B4243",e.style.color="white",e.style.fontFamily="Helvetica, Arial",e.style.fontSize="9pt",e.style.padding="6px",e.style.paddingLeft="10px",e.style.paddingRight= -"10px",e.style.zIndex=2E9,e.style.left=Math.max(0,a)+"px",e.style.top=Math.max(0,b+70)+"px",mxUtils.setPrefixedStyle(e.style,"borderRadius","6px"),mxUtils.setPrefixedStyle(e.style,"transform","translate(-50%,-50%)"),"dark"!=uiTheme&&mxUtils.setPrefixedStyle(e.style,"boxShadow","2px 2px 3px 0px #ddd"),e.innerHTML=d+"...",c.appendChild(e),g.status=e,mxClient.IS_VML&&(null==document.documentMode||8>=document.documentMode)&&(e.style.left=Math.round(Math.max(0,a-e.offsetWidth/2))+"px",e.style.top=Math.round(Math.max(0, -b+70-e.offsetHeight/2))+"px")),this.pause=mxUtils.bind(this,function(){var a=function(){};this.active&&(a=mxUtils.bind(this,function(){this.spin(c,d)}));this.stop();return a}),e=!0);return e};var d=g.stop;g.stop=function(){d.call(this);this.active=!1;null!=g.status&&(g.status.parentNode.removeChild(g.status),g.status=null)};g.pause=function(){return function(){}};return g};EditorUi.parsePng=function(a,b,c){function g(a,b){var f=d;d+=b;return a.substring(f,d)}function l(a){a=g(a,4);return a.charCodeAt(3)+ -(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}var d=0;if(g(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=c&&c();else if(g(a,4),"IHDR"!=g(a,4))null!=c&&c();else{g(a,17);do{c=l(a);var e=g(a,4);if(null!=b&&b(d-8,e,c))break;value=g(a,c);g(a,4);if("IEND"==e)break}while(c)}};EditorUi.prototype.isCompatibleString=function(a){try{var b=mxUtils.parseXml(a),c=this.editor.extractGraphModel(b.documentElement,!0);return null!=c&&0==c.getElementsByTagName("parsererror").length}catch(t){}return!1}; -var b=EditorUi.prototype.extractGraphModelFromHtml;EditorUi.prototype.extractGraphModelFromHtml=function(a){var c=b.apply(this,arguments);if(null==c)try{var l=a.indexOf("<mxfile ");if(0<=l){var d=a.lastIndexOf("</mxfile>");d>l&&(c=a.substring(l,d+15).replace(/>/g,">").replace(/</g,"<").replace(/\\"/g,'"').replace(/\n/g,""))}else var e=mxUtils.parseXml(a),h=this.editor.extractGraphModel(e.documentElement,null!=this.pages||"hidden"==this.diagramContainer.style.visibility),c=null!= -h?mxUtils.getXml(h):""}catch(v){}return c};EditorUi.prototype.validateFileData=function(a){if(null!=a&&0<a.length){var b=a.indexOf('<meta charset="utf-8">');0<=b&&(a=a.slice(0,b)+'<meta charset="utf-8"/>'+a.slice(b+23-1,a.length))}return a};EditorUi.prototype.replaceFileData=function(a){a=this.validateFileData(a);a=null!=a&&0<a.length?mxUtils.parseXml(a).documentElement:null;var b=null!=a?this.editor.extractGraphModel(a,!0):null;null!=b&&(a=b);if(null!=a){b=this.editor.graph;b.model.beginUpdate(); -try{var c=null!=this.pages?this.pages.slice():null,d=a.getElementsByTagName("diagram");if("0"!=urlParams.pages||1<d.length||1==d.length&&d[0].hasAttribute("name")){this.fileNode=a;this.pages=null!=this.pages?this.pages:[];for(var e=d.length-1;0<=e;e--){var h=this.updatePageRoot(new DiagramPage(d[e]));null==h.getName()&&h.setName(mxResources.get("pageWithNumber",[e+1]));b.model.execute(new ChangePage(this,h,0==e?h:null,0))}}else"0"!=urlParams.pages&&null==this.fileNode&&(this.fileNode=a.ownerDocument.createElement("mxfile"), -this.currentPage=new DiagramPage(a.ownerDocument.createElement("diagram")),this.currentPage.setName(mxResources.get("pageWithNumber",[1])),b.model.execute(new ChangePage(this,this.currentPage,this.currentPage,0))),this.editor.setGraphXml(a),null!=this.currentPage&&(this.currentPage.root=this.editor.graph.model.root);if(null!=c)for(e=0;e<c.length;e++)b.model.execute(new ChangePage(this,c[e],null))}finally{b.model.endUpdate()}}};EditorUi.prototype.createFileData=function(a,b,c,d,e,h,v,k,m,f){b=null!= -b?b:this.editor.graph;e=null!=e?e:!1;m=null!=m?m:!0;var g,l=null;null==c||c.getMode()==App.MODE_DEVICE||c.getMode()==App.MODE_BROWSER?g="_blank":l=g=d;if(null==a)return"";var q=a;if("mxfile"!=q.nodeName.toLowerCase()){var t=b.zapGremlins(mxUtils.getXml(a)),q=b.compress(t);if(b.decompress(q)!=t)return t;t=a.ownerDocument.createElement("diagram");mxUtils.setTextContent(t,q);q=a.ownerDocument.createElement("mxfile");q.appendChild(t)}f?(q=q.cloneNode(!0),q.removeAttribute("userAgent"),q.removeAttribute("version"), -q.removeAttribute("editor"),q.removeAttribute("type")):(q.setAttribute("userAgent",navigator.userAgent),q.setAttribute("version",EditorUi.VERSION),q.setAttribute("editor","www.draw.io"),a=null!=c?c.getMode():this.mode,null!=a&&q.setAttribute("type",a));a=mxUtils.getXml(q);if(!h&&!e&&(v||null!=c&&/(\.html)$/i.test(c.getTitle())))a=this.getHtml2(mxUtils.getXml(q),b,null!=c?c.getTitle():null,g,l);else if(h||!e&&null!=c&&/(\.svg)$/i.test(c.getTitle()))null==c||c.getMode()!=App.MODE_DEVICE&&c.getMode()!= -App.MODE_BROWSER||(d=null),a=this.getEmbeddedSvg(a,b,d,null,k,m,l);return a};EditorUi.prototype.getXmlFileData=function(a,b){a=null!=a?a:!0;b=null!=b?b:!1;var c=this.editor.getGraphXml(a);if(a&&null!=this.fileNode&&null!=this.currentPage){var g=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(c)));mxUtils.setTextContent(this.currentPage.node,g);c=this.fileNode.cloneNode(!1);if(b)c.appendChild(this.currentPage.node);else for(var d=0;d<this.pages.length;d++){var e=this.pages[d].mapping; -this.currentPage!=this.pages[d]&&null!=e&&e.needsUpdate&&(g=(new mxCodec(mxUtils.createXmlDocument())).encode(e.graphModel),e.writeRealtimeToNode(g),g=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(g))),mxUtils.setTextContent(this.pages[d].node,g),e.needsUpdate=!1);c.appendChild(this.pages[d].node)}}return c};EditorUi.prototype.getFileData=function(a,b,c,d,e,h,v,k,m){e=null!=e?e:!0;v=null!=v?v:this.getXmlFileData(e,null!=h?h:!1);m=null!=m?m:this.getCurrentFile();h=this.editor.graph; -if(null!=this.pages&&this.currentPage!=this.pages[0]&&(b||!a&&null!=m&&/(\.svg)$/i.test(m.getTitle()))){h=this.createTemporaryGraph(h.getStylesheet());var f=h.getGlobalVariable,g=this.pages[0];h.getGlobalVariable=function(a){return"page"==a?g.getName():"pagenumber"==a?1:f.apply(this,arguments)};document.body.appendChild(h.container);h.model.setRoot(g.root)}a=this.createFileData(v,h,m,window.location.href,a,b,c,d,e,k);h!=this.editor.graph&&h.container.parentNode.removeChild(h.container);return a}; -EditorUi.prototype.getHtml=function(a,b,c,d,e,h){h=null!=h?h:!0;var g=null,l="https://www.draw.io/js/embed-static.min.js";if(null!=b){var g=h?b.getGraphBounds():b.getBoundingBox(b.getSelectionCells()),q=b.view.scale;h=Math.floor(g.x/q-b.view.translate.x);q=Math.floor(g.y/q-b.view.translate.y);g=b.background;null==e&&(b=this.getBasenames().join(";"),0<b.length&&(l="https://www.draw.io/embed.js?s="+b));a.setAttribute("x0",h);a.setAttribute("y0",q)}null!=a&&(a.setAttribute("pan","1"),a.setAttribute("zoom", +this.fireEvent(new mxEventObject("mathEnabledChanged"))};EditorUi.prototype.isMathEnabled=function(a){return this.editor.graph.mathEnabled};EditorUi.prototype.isAppCache=function(){return"1"==urlParams.appcache||this.isOfflineApp()};EditorUi.prototype.isOfflineApp=function(){return"1"==urlParams.offline};EditorUi.prototype.isOffline=function(){return this.isOfflineApp()||!navigator.onLine||"1"==urlParams.stealth};EditorUi.prototype.createSpinner=function(a,b,c){c=null!=c?c:24;var f=new Spinner({lines:12, +length:c,width:Math.round(c/3),radius:Math.round(c/2),rotate:0,color:"dark"==uiTheme?"#c0c0c0":"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,zIndex:2E9}),l=f.spin;f.spin=function(c,d){var e=!1;this.active||(l.call(this,c),this.active=!0,null!=d&&(e=document.createElement("div"),e.style.position="absolute",e.style.whiteSpace="nowrap",e.style.background="#4B4243",e.style.color="white",e.style.fontFamily="Helvetica, Arial",e.style.fontSize="9pt",e.style.padding="6px",e.style.paddingLeft="10px",e.style.paddingRight= +"10px",e.style.zIndex=2E9,e.style.left=Math.max(0,a)+"px",e.style.top=Math.max(0,b+70)+"px",mxUtils.setPrefixedStyle(e.style,"borderRadius","6px"),mxUtils.setPrefixedStyle(e.style,"transform","translate(-50%,-50%)"),"dark"!=uiTheme&&mxUtils.setPrefixedStyle(e.style,"boxShadow","2px 2px 3px 0px #ddd"),e.innerHTML=d+"...",c.appendChild(e),f.status=e,mxClient.IS_VML&&(null==document.documentMode||8>=document.documentMode)&&(e.style.left=Math.round(Math.max(0,a-e.offsetWidth/2))+"px",e.style.top=Math.round(Math.max(0, +b+70-e.offsetHeight/2))+"px")),this.pause=mxUtils.bind(this,function(){var a=function(){};this.active&&(a=mxUtils.bind(this,function(){this.spin(c,d)}));this.stop();return a}),e=!0);return e};var d=f.stop;f.stop=function(){d.call(this);this.active=!1;null!=f.status&&(f.status.parentNode.removeChild(f.status),f.status=null)};f.pause=function(){return function(){}};return f};EditorUi.parsePng=function(a,b,c){function f(a,b){var c=d;d+=b;return a.substring(c,d)}function l(a){a=f(a,4);return a.charCodeAt(3)+ +(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}var d=0;if(f(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=c&&c();else if(f(a,4),"IHDR"!=f(a,4))null!=c&&c();else{f(a,17);do{c=l(a);var e=f(a,4);if(null!=b&&b(d-8,e,c))break;value=f(a,c);f(a,4);if("IEND"==e)break}while(c)}};EditorUi.prototype.isCompatibleString=function(a){try{var b=mxUtils.parseXml(a),c=this.editor.extractGraphModel(b.documentElement,!0);return null!=c&&0==c.getElementsByTagName("parsererror").length}catch(q){}return!1}; +var b=EditorUi.prototype.extractGraphModelFromHtml;EditorUi.prototype.extractGraphModelFromHtml=function(a){var c=b.apply(this,arguments);if(null==c)try{var l=a.indexOf("<mxfile ");if(0<=l){var d=a.lastIndexOf("</mxfile>");d>l&&(c=a.substring(l,d+15).replace(/>/g,">").replace(/</g,"<").replace(/\\"/g,'"').replace(/\n/g,""))}else var e=mxUtils.parseXml(a),g=this.editor.extractGraphModel(e.documentElement,null!=this.pages||"hidden"==this.diagramContainer.style.visibility),c=null!= +g?mxUtils.getXml(g):""}catch(v){}return c};EditorUi.prototype.validateFileData=function(a){if(null!=a&&0<a.length){var b=a.indexOf('<meta charset="utf-8">');0<=b&&(a=a.slice(0,b)+'<meta charset="utf-8"/>'+a.slice(b+23-1,a.length))}return a};EditorUi.prototype.replaceFileData=function(a){a=this.validateFileData(a);a=null!=a&&0<a.length?mxUtils.parseXml(a).documentElement:null;var b=null!=a?this.editor.extractGraphModel(a,!0):null;null!=b&&(a=b);if(null!=a){b=this.editor.graph;b.model.beginUpdate(); +try{var c=null!=this.pages?this.pages.slice():null,d=a.getElementsByTagName("diagram");if("0"!=urlParams.pages||1<d.length||1==d.length&&d[0].hasAttribute("name")){this.fileNode=a;this.pages=null!=this.pages?this.pages:[];for(var e=d.length-1;0<=e;e--){var g=this.updatePageRoot(new DiagramPage(d[e]));null==g.getName()&&g.setName(mxResources.get("pageWithNumber",[e+1]));b.model.execute(new ChangePage(this,g,0==e?g:null,0))}}else"0"!=urlParams.pages&&null==this.fileNode&&(this.fileNode=a.ownerDocument.createElement("mxfile"), +this.currentPage=new DiagramPage(a.ownerDocument.createElement("diagram")),this.currentPage.setName(mxResources.get("pageWithNumber",[1])),b.model.execute(new ChangePage(this,this.currentPage,this.currentPage,0))),this.editor.setGraphXml(a),null!=this.currentPage&&(this.currentPage.root=this.editor.graph.model.root);if(null!=c)for(e=0;e<c.length;e++)b.model.execute(new ChangePage(this,c[e],null))}finally{b.model.endUpdate()}}};EditorUi.prototype.createFileData=function(a,b,c,d,e,g,v,k,m,h){b=null!= +b?b:this.editor.graph;e=null!=e?e:!1;m=null!=m?m:!0;var f,l=null;null==c||c.getMode()==App.MODE_DEVICE||c.getMode()==App.MODE_BROWSER?f="_blank":l=f=d;if(null==a)return"";var q=a;if("mxfile"!=q.nodeName.toLowerCase()){var u=b.zapGremlins(mxUtils.getXml(a)),q=b.compress(u);if(b.decompress(q)!=u)return u;u=a.ownerDocument.createElement("diagram");mxUtils.setTextContent(u,q);q=a.ownerDocument.createElement("mxfile");q.appendChild(u)}h?(q=q.cloneNode(!0),q.removeAttribute("userAgent"),q.removeAttribute("version"), +q.removeAttribute("editor"),q.removeAttribute("type")):(q.setAttribute("userAgent",navigator.userAgent),q.setAttribute("version",EditorUi.VERSION),q.setAttribute("editor","www.draw.io"),a=null!=c?c.getMode():this.mode,null!=a&&q.setAttribute("type",a));a=mxUtils.getXml(q);if(!g&&!e&&(v||null!=c&&/(\.html)$/i.test(c.getTitle())))a=this.getHtml2(mxUtils.getXml(q),b,null!=c?c.getTitle():null,f,l);else if(g||!e&&null!=c&&/(\.svg)$/i.test(c.getTitle()))null==c||c.getMode()!=App.MODE_DEVICE&&c.getMode()!= +App.MODE_BROWSER||(d=null),a=this.getEmbeddedSvg(a,b,d,null,k,m,l);return a};EditorUi.prototype.getXmlFileData=function(a,b){a=null!=a?a:!0;b=null!=b?b:!1;var c=this.editor.getGraphXml(a);if(a&&null!=this.fileNode&&null!=this.currentPage){var f=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(c)));mxUtils.setTextContent(this.currentPage.node,f);c=this.fileNode.cloneNode(!1);if(b)c.appendChild(this.currentPage.node);else for(var d=0;d<this.pages.length;d++){var e=this.pages[d].mapping; +this.currentPage!=this.pages[d]&&null!=e&&e.needsUpdate&&(f=(new mxCodec(mxUtils.createXmlDocument())).encode(e.graphModel),e.writeRealtimeToNode(f),f=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(f))),mxUtils.setTextContent(this.pages[d].node,f),e.needsUpdate=!1);c.appendChild(this.pages[d].node)}}return c};EditorUi.prototype.getFileData=function(a,b,c,d,e,g,v,k,m){e=null!=e?e:!0;v=null!=v?v:this.getXmlFileData(e,null!=g?g:!1);m=null!=m?m:this.getCurrentFile();g=this.editor.graph; +if(null!=this.pages&&this.currentPage!=this.pages[0]&&(b||!a&&null!=m&&/(\.svg)$/i.test(m.getTitle()))){g=this.createTemporaryGraph(g.getStylesheet());var f=g.getGlobalVariable,l=this.pages[0];g.getGlobalVariable=function(a){return"page"==a?l.getName():"pagenumber"==a?1:f.apply(this,arguments)};document.body.appendChild(g.container);g.model.setRoot(l.root)}a=this.createFileData(v,g,m,window.location.href,a,b,c,d,e,k);g!=this.editor.graph&&g.container.parentNode.removeChild(g.container);return a}; +EditorUi.prototype.getHtml=function(a,b,c,d,e,g){g=null!=g?g:!0;var f=null,l="https://www.draw.io/js/embed-static.min.js";if(null!=b){var f=g?b.getGraphBounds():b.getBoundingBox(b.getSelectionCells()),q=b.view.scale;g=Math.floor(f.x/q-b.view.translate.x);q=Math.floor(f.y/q-b.view.translate.y);f=b.background;null==e&&(b=this.getBasenames().join(";"),0<b.length&&(l="https://www.draw.io/embed.js?s="+b));a.setAttribute("x0",g);a.setAttribute("y0",q)}null!=a&&(a.setAttribute("pan","1"),a.setAttribute("zoom", "1"),a.setAttribute("resize","0"),a.setAttribute("fit","0"),a.setAttribute("border","20"),a.setAttribute("links","1"),null!=d&&a.setAttribute("edit",d));null!=e&&(e=e.replace(/&/g,"&"));a=null!=a?this.editor.graph.zapGremlins(mxUtils.getXml(a)):"";d=this.editor.graph.compress(a);this.editor.graph.decompress(d)!=a&&(d=encodeURIComponent(a));return(null==e?'\x3c!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" ><![endif]--\x3e\n':"")+"<!DOCTYPE html>\n<html"+(null!=e?' xmlns="http://www.w3.org/1999/xhtml">': -">")+"\n<head>\n"+(null==e?null!=c?"<title>"+mxUtils.htmlEntities(c)+"</title>\n":"":"<title>Draw.io Diagram</title>\n")+(null!=e?'<meta http-equiv="refresh" content="0;URL=\''+e+"'\"/>\n":"")+"</head>\n<body"+(null==e&&null!=g&&g!=mxConstants.NONE?' style="background-color:'+g+';">':">")+'\n<div class="mxgraph" style="position:relative;overflow:auto;width:100%;">\n<div style="width:1px;height:1px;overflow:hidden;">'+d+"</div>\n</div>\n"+(null==e?'<script type="text/javascript" src="'+l+'">\x3c/script>': +">")+"\n<head>\n"+(null==e?null!=c?"<title>"+mxUtils.htmlEntities(c)+"</title>\n":"":"<title>Draw.io Diagram</title>\n")+(null!=e?'<meta http-equiv="refresh" content="0;URL=\''+e+"'\"/>\n":"")+"</head>\n<body"+(null==e&&null!=f&&f!=mxConstants.NONE?' style="background-color:'+f+';">':">")+'\n<div class="mxgraph" style="position:relative;overflow:auto;width:100%;">\n<div style="width:1px;height:1px;overflow:hidden;">'+d+"</div>\n</div>\n"+(null==e?'<script type="text/javascript" src="'+l+'">\x3c/script>': '<a style="position:absolute;top:50%;left:50%;margin-top:-128px;margin-left:-64px;" href="'+e+'" target="_blank"><img border="0" src="https://www.draw.io/images/drawlogo128.png"/></a>')+"\n</body>\n</html>\n"};EditorUi.prototype.getHtml2=function(a,b,c,d,e){null!=e&&(e=e.replace(/&/g,"&"));a={highlight:"#0000ff",nav:this.editor.graph.foldingEnabled,resize:!0,xml:this.editor.graph.zapGremlins(a),toolbar:"pages zoom layers lightbox"};null!=this.pages&&null!=this.currentPage&&(a.page=mxUtils.indexOf(this.pages, this.currentPage));return(null==e?'\x3c!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" ><![endif]--\x3e\n':"")+"<!DOCTYPE html>\n<html"+(null!=e?' xmlns="http://www.w3.org/1999/xhtml">':">")+"\n<head>\n"+(null==e?null!=c?"<title>"+mxUtils.htmlEntities(c)+"</title>\n":"":"<title>Draw.io Diagram</title>\n")+(null!=e?'<meta http-equiv="refresh" content="0;URL=\''+e+"'\"/>\n":"")+'<meta charset="utf-8"/>\n</head>\n<body>\n<div class="mxgraph" style="max-width:100%;border:1px solid transparent;" data-mxgraph="'+ mxUtils.htmlEntities(JSON.stringify(a))+'"></div>\n'+(null==e?'<script type="text/javascript" src="https://www.draw.io/js/viewer.min.js">\x3c/script>':'<a style="position:absolute;top:50%;left:50%;margin-top:-128px;margin-left:-64px;" href="'+e+'" target="_blank"><img border="0" src="https://www.draw.io/images/drawlogo128.png"/></a>')+"\n</body>\n</html>\n"};EditorUi.prototype.setFileData=function(a){a=this.validateFileData(a);this.pages=this.fileNode=this.currentPage=null;var b=null!=a&&0<a.length? mxUtils.parseXml(a).documentElement:null;a=null!=b?this.editor.extractGraphModel(b,!0):null;null!=a&&(b=a);if(null!=b&&"mxfile"==b.nodeName&&(a=b.getElementsByTagName("diagram"),"0"!=urlParams.pages||1<a.length||1==a.length&&a[0].hasAttribute("name"))){this.fileNode=b;this.pages=[];for(b=0;b<a.length;b++){var c=new DiagramPage(a[b]);null==c.getName()&&c.setName(mxResources.get("pageWithNumber",[b+1]));this.pages.push(c)}this.currentPage=this.pages[Math.max(0,Math.min(this.pages.length-1,urlParams.page|| 0))];b=this.currentPage.node}"0"!=urlParams.pages&&null==this.fileNode&&null!=b&&(this.fileNode=b.ownerDocument.createElement("mxfile"),this.currentPage=new DiagramPage(b.ownerDocument.createElement("diagram")),this.currentPage.setName(mxResources.get("pageWithNumber",[1])),this.pages=[this.currentPage]);this.editor.setGraphXml(b);null!=this.currentPage&&(this.currentPage.root=this.editor.graph.model.root)};EditorUi.prototype.getBaseFilename=function(a){var b=this.getCurrentFile(),b=null!=b&&null!= -b.getTitle()?b.getTitle():this.defaultFilename;if(/(\.xml)$/i.test(b)||/(\.html)$/i.test(b)||/(\.svg)$/i.test(b)||/(\.png)$/i.test(b))b=b.substring(0,b.lastIndexOf("."));!a&&null!=this.pages&&1<this.pages.length&&null!=this.currentPage&&null!=this.currentPage.node.getAttribute("name")&&0<this.currentPage.getName().length&&(b=b+"-"+this.currentPage.getName());return b};EditorUi.prototype.downloadFile=function(a,b,c,d,e,h,v){try{d=null!=d?d:this.editor.graph.isSelectionEmpty();var g=this.getBaseFilename(!e), -l=g+"."+a;if("xml"==a){var f='<?xml version="1.0" encoding="UTF-8"?>\n'+(b?mxUtils.getXml(this.editor.getGraphXml(d)):this.getFileData(!0,null,null,null,d,e));this.saveData(l,a,f,"text/xml")}else if("html"==a)f=this.getHtml2(this.getFileData(!0),this.editor.graph,g),this.saveData(l,a,f,"text/html");else if("svg"!=a&&"xmlsvg"!=a||!this.spinner.spin(document.body,mxResources.get("export")))"xmlpng"==a?l=g+".png":"jpeg"==a&&(l=g+".jpg"),this.saveRequest(l,a,mxUtils.bind(this,function(b,c){try{var f= -this.editor.graph.pageVisible;null!=h&&(this.editor.graph.pageVisible=h);var g=this.createDownloadRequest(b,a,d,c,v);this.editor.graph.pageVisible=f;return g}catch(C){this.handleError(C)}}));else{var q=null,t=mxUtils.bind(this,function(a){a.length<=MAX_REQUEST_SIZE?this.saveData(l,"svg",a,"image/svg+xml"):this.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(q)}))});if("svg"==a){var u=this.editor.graph.background;if(v||u== -mxConstants.NONE)u=null;var k=this.editor.graph.getSvg(u,null,null,null,null,d);c&&this.editor.graph.addSvgShadow(k);this.convertImages(k,mxUtils.bind(this,mxUtils.bind(this,function(a){this.spinner.stop();t('<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n'+mxUtils.getXml(a))})))}else l=g+".svg",q=this.getFileData(!1,!0,null,mxUtils.bind(this,function(a){this.spinner.stop();t(a)}),d)}}catch(J){this.handleError(J)}}; -EditorUi.prototype.createDownloadRequest=function(a,b,c,d,e){var g=this.editor.graph.getGraphBounds();c=this.getFileData(!0,null,null,null,c,"xmlpng"!=b);var l="";if(g.width*g.height>MAX_AREA||c.length>MAX_REQUEST_SIZE)throw{message:mxResources.get("drawingTooLarge")};g="0";if("xmlpng"==b&&(g="1",b="png",null!=this.pages&&null!=this.currentPage))for(var h=0;h<this.pages.length;h++)if(this.pages[h]==this.currentPage){l="&from="+h;break}h=this.editor.graph.background;"png"==b&&e&&(h=mxConstants.NONE); -return new mxXmlRequest(EXPORT_URL,"format="+b+l+"&bg="+(null!=h?h:mxConstants.NONE)+"&base64="+d+"&embedXml="+g+"&xml="+encodeURIComponent(c)+(null!=a?"&filename="+encodeURIComponent(a):""))};EditorUi.prototype.setMode=function(a,b){this.mode=a};EditorUi.prototype.loadDescriptor=function(a,b,c){var g=window.location.hash,l=mxUtils.bind(this,function(c){var l=null!=a.data?a.data:"";null!=c&&0<c.length&&(0<l.length&&(l+="\n"),l+=c);c=new LocalFile(this,"csv"!=a.format&&0<l.length?l:this.emptyDiagramXml, -null!=urlParams.title?decodeURIComponent(urlParams.title):this.defaultFilename,!0);c.getHash=function(){return g};this.fileLoaded(c);"csv"==a.format&&this.importCsv(l,mxUtils.bind(this,function(a){this.editor.undoManager.clear();this.editor.setModified(!1);this.editor.setStatus("")}));if(null!=a.update){var d=null!=a.interval?parseInt(a.interval):6E4,f=null,e=mxUtils.bind(this,function(){var b=this.currentPage;mxUtils.post(a.update,"xml="+encodeURIComponent(mxUtils.getXml(this.editor.getGraphXml())), -mxUtils.bind(this,function(a){b===this.currentPage&&(200<=a.getStatus()&&300>=a.getStatus()?(this.updateDiagram(a.getText()),h()):this.handleError({message:mxResources.get("error")+" "+a.getStatus()}))}),mxUtils.bind(this,function(a){this.handleError(a)}))}),h=mxUtils.bind(this,function(){window.clearTimeout(f);f=window.setTimeout(e,d)});this.editor.addListener("pageSelected",mxUtils.bind(this,function(){h();e()}));h();e()}null!=b&&b()});if(null!=a.url){var d=a.url;/^https?:\/\//.test(d)&&!this.isCorsEnabledForUrl(d)&& -(d=PROXY_URL+"?url="+encodeURIComponent(a.url));this.loadUrl(d,mxUtils.bind(this,function(a){l(a)}),mxUtils.bind(this,function(a){null!=c&&c(a)}))}else l(a.data)};EditorUi.prototype.updateDiagram=function(a){function b(a){var b=new mxCellOverlay(a.image||d.warningImage,a.tooltip,a.align,a.valign,a.offset);b.addListener(mxEvent.CLICK,function(b,c){editorUi.alert(a.tooltip)});return b}var c=null;if(null!=a&&0<a.length&&(c=mxUtils.parseXml(a),a=null!=c?c.documentElement:null,null!=a&&"updates"==a.nodeName)){var d= -this.editor.graph,e=d.getModel();e.beginUpdate();var h=null;try{for(a=a.firstChild;null!=a;){if("update"==a.nodeName){var v=e.getCell(a.getAttribute("id"));if(null!=v){try{var k=a.getAttribute("value");if(null!=k){var m=mxUtils.parseXml(k).documentElement;if(null!=m)if("1"==m.getAttribute("replace-value"))e.setValue(v,m);else for(var f=m.attributes,w=0;w<f.length;w++)d.setAttributeForCell(v,f[w].nodeName,0<f[w].nodeValue.length?f[w].nodeValue:null)}}catch(C){null!=window.console&&console.log("Error in value for "+ -v.id+": "+C)}try{var n=a.getAttribute("style");null!=n&&d.model.setStyle(v,n)}catch(C){null!=window.console&&console.log("Error in style for "+v.id+": "+C)}try{var p=a.getAttribute("icon");if(null!=p){var y=0<p.length?JSON.parse(p):null;null!=y&&y.append||d.removeCellOverlays(v);null!=y&&d.addCellOverlay(v,b(y))}}catch(C){null!=window.console&&console.log("Error in icon for "+v.id+": "+C)}try{var J=a.getAttribute("geometry");if(null!=J){var J=JSON.parse(J),A=d.getCellGeometry(v);if(null!=A){A=A.clone(); -for(key in J){var D=parseFloat(J[key]);"dx"==key?A.x+=D:"dy"==key?A.y+=D:"dw"==key?A.width+=D:"dh"==key?A.height+=D:A[key]=parseFloat(J[key])}d.model.setGeometry(v,A)}}}catch(C){null!=window.console&&console.log("Error in icon for "+v.id+": "+C)}}}else if("model"==a.nodeName){for(var I=a.firstChild;null!=I&&I.nodeType!=mxConstants.NODETYPE_ELEMENT;)I=I.nextSibling;null!=I&&(new mxCodec(a.firstChild)).decode(I,e)}else if("view"==a.nodeName){if(a.hasAttribute("scale")&&(d.view.scale=parseFloat(a.getAttribute("scale"))), -a.hasAttribute("dx")||a.hasAttribute("dy"))d.view.translate=new mxPoint(parseFloat(a.getAttribute("dx")||0),parseFloat(a.getAttribute("dy")||0))}else"fit"==a.nodeName&&(h=a.hasAttribute("max-scale")?parseFloat(a.getAttribute("max-scale")):1);a=a.nextSibling}}finally{e.endUpdate()}null!=h&&this.chromelessResize&&this.chromelessResize(!0,h)}return c};EditorUi.prototype.fileLoaded=function(a){var b=!1;this.hideDialog();var c=this.getCurrentFile();this.setCurrentFile(null);null!=c&&(c.removeListener(this.descriptorChangedListener), -c.close());this.editor.graph.model.clear();this.editor.undoManager.clear();var d=mxUtils.bind(this,function(){this.setGraphEnabled(!1);this.setCurrentFile(null);null!=c&&this.updateDocumentTitle();this.editor.graph.model.clear();this.editor.undoManager.clear();this.setBackgroundImage(null);null!=window.location.hash&&0<window.location.hash.length&&(window.location.hash="");null!=this.fname&&(this.fnameWrapper.style.display="none",this.fname.innerHTML="",this.fname.setAttribute("title",mxResources.get("rename"))); -this.editor.setStatus("");this.updateUi();this.showSplash()});if(null!=a)try{this.setCurrentFile(a);a.addListener("descriptorChanged",this.descriptorChangedListener);a.addListener("contentChanged",this.descriptorChangedListener);a.open();this.setGraphEnabled(!0);this.setMode(a.getMode());this.editor.undoManager.clear();this.descriptorChanged();this.updateUi();null==a.realtime&&(a.isEditable()?this.editor.setStatus(""):this.editor.setStatus('<span class="geStatusAlert" style="margin-left:8px;">'+mxUtils.htmlEntities(mxResources.get("readOnly"))+ -"</span>"));!this.editor.isChromelessView()||this.editor.editable?(this.editor.graph.selectUnlockedLayer(),this.showLayersDialog(),this.restoreLibraries(),window.self!==window.top&&window.focus()):this.editor.graph.isLightboxView()&&this.lightboxFit();this.chromelessResize&&this.chromelessResize();this.editor.fireEvent(new mxEventObject("fileLoaded"));b=!0;this.isOffline()||null==a.getMode()||this.logEvent({category:"File",action:"open",label:a.getMode()});if(this.mode==a.getMode()&&a.getMode()!= -App.MODE_DEVICE&&null!=a.getMode())try{this.addRecent({id:a.getHash(),title:a.getTitle(),mode:a.getMode()})}catch(q){}try{mxSettings.setOpenCounter(mxSettings.getOpenCounter()+1),mxSettings.save()}catch(q){}}catch(q){null!=window.console&&console.log("error in fileLoaded:",a,q);if(EditorUi.enableLogging&&!this.isOffline())try{(new Image).src=(null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"")+"/log?v="+encodeURIComponent(EditorUi.VERSION)+"&msg=errorInFileLoaded:url:"+encodeURIComponent(window.location.href)+ -(null!=q&&null!=q.message?":err:"+encodeURIComponent(q.message):"")+(null!=q&&null!=q.stack?"&stack="+encodeURIComponent(q.stack):"")}catch(u){}this.handleError(q,mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){null!=urlParams.url&&this.spinner.spin(document.body,mxResources.get("reconnecting"))?window.location.search=this.getSearch(["url"]):null!=c?c.constructor==DriveFile?this.loadFile(c.getHash()):this.fileLoaded(c):d()}))}else d();return b};EditorUi.prototype.descriptorChanged= -function(){};EditorUi.prototype.logEvent=function(a){if(EditorUi.enableLogging)try{var b=null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"";(new Image).src=b+"/images/1x1.png?v="+encodeURIComponent(EditorUi.VERSION)+(null!=a?"&data="+encodeURIComponent(JSON.stringify(a)):"")}catch(l){}};EditorUi.prototype.restoreLibraries=function(){};EditorUi.prototype.saveLibrary=function(a,b,c,d,e,h,v){};EditorUi.prototype.isScratchpadEnabled=function(){return isLocalStorage||mxClient.IS_CHROMEAPP};EditorUi.prototype.toggleScratchpad= -function(){this.isScratchpadEnabled()&&(null==this.scratchpad?this.getLocalData(".scratchpad",mxUtils.bind(this,function(a){null==a&&(a=this.emptyLibraryXml);this.loadLibrary(new StorageLibrary(this,a,".scratchpad"))})):this.closeLibrary(this.scratchpad))};EditorUi.prototype.createLibraryDataFromImages=function(a){var b=mxUtils.createXmlDocument(),c=b.createElement("mxlibrary");mxUtils.setTextContent(c,JSON.stringify(a));b.appendChild(c);return mxUtils.getXml(b)};EditorUi.prototype.closeLibrary=function(a){null!= -a&&(this.removeLibrarySidebar(a.getHash()),a.constructor!=LocalLibrary&&mxSettings.removeCustomLibrary(a.getHash()),".scratchpad"==a.title&&(this.scratchpad=null))};EditorUi.prototype.removeLibrarySidebar=function(a){var b=this.sidebar.palettes[a];if(null!=b){for(var c=0;c<b.length;c++)b[c].parentNode.removeChild(b[c]);delete this.sidebar.palettes[a]}};EditorUi.prototype.repositionLibrary=function(a){var b=this.sidebar.container;if(null==a){var c=this.sidebar.palettes["L.scratchpad"];null==c&&(c= -this.sidebar.palettes.search);null!=c&&(a=c[c.length-1].nextSibling)}a=null!=a?a:b.firstChild.nextSibling.nextSibling;var c=b.lastChild,d=c.previousSibling;b.insertBefore(c,a);b.insertBefore(d,c)};EditorUi.prototype.loadLibrary=function(a){var b=mxUtils.parseXml(a.getData());if("mxlibrary"==b.documentElement.nodeName){var c=JSON.parse(mxUtils.getTextContent(b.documentElement));this.libraryLoaded(a,c,b.documentElement.getAttribute("title"))}else throw{message:mxResources.get("notALibraryFile")};}; -EditorUi.prototype.getLibraryStorageHint=function(a){return""};EditorUi.prototype.libraryLoaded=function(a,b,c){if(null!=this.sidebar){a.constructor!=LocalLibrary&&mxSettings.addCustomLibrary(a.getHash());".scratchpad"==a.title&&(this.scratchpad=a);var g=this.sidebar.palettes[a.getHash()],g=null!=g?g[g.length-1].nextSibling:null;this.removeLibrarySidebar(a.getHash());var d=null,l=mxUtils.bind(this,function(b,c){if(0==b.length&&a.isEditable())null==d&&(d=document.createElement("div"),mxUtils.setPrefixedStyle(d.style, -"borderRadius","6px"),d.style.border="3px dotted lightGray",d.style.textAlign="center",d.style.padding="8px",d.style.color="#B3B3B3",mxUtils.write(d,mxResources.get("dragElementsHere"))),c.appendChild(d);else for(var f=0;f<b.length;f++){var g=b[f],l=g.data;if(null!=l){var l=this.convertDataUri(l),e="shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;";"fixed"==g.aspect&&(e+="aspect=fixed;");c.appendChild(this.sidebar.createVertexTemplate(e+"image="+l,g.w,g.h,"",g.title||"",!1, -!1,!0))}else null!=g.xml&&(l=this.stringToCells(this.editor.graph.decompress(g.xml)),0<l.length&&c.appendChild(this.sidebar.createVertexTemplateFromCells(l,g.w,g.h,g.title||"",!0,!1,!0)))}});if(null!=this.sidebar&&null!=b)for(var e=0;e<b.length;e++)mxUtils.bind(this,function(a){var b=a.data;null!=b&&null!=a.title?this.sidebar.addEntry(a.title,mxUtils.bind(this,function(){b=this.convertDataUri(b);var c="shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;";"fixed"==a.aspect&&(c+= -"aspect=fixed;");return this.sidebar.createVertexTemplate(c+"image="+b,a.w,a.h,"",a.title||"",!1,!1,!0)})):null!=a.xml&&null!=a.title&&this.sidebar.addEntry(a.title,mxUtils.bind(this,function(){var b=this.stringToCells(this.editor.graph.decompress(a.xml));return this.sidebar.createVertexTemplateFromCells(b,a.w,a.h,a.title||"",!0,!1,!0)}))})(b[e]);c=null!=c&&0<c.length?c:a.getTitle();var h=this.sidebar.addPalette(a.getHash(),c,!0,mxUtils.bind(this,function(a){l(b,a)}));this.repositionLibrary(g);var k= -h.parentNode.previousSibling;c=k.getAttribute("title");null!=c&&0<c.length&&".scratchpad"!=a.title&&k.setAttribute("title",this.getLibraryStorageHint(a)+"\n"+c);var f=document.createElement("div");f.style.position="absolute";f.style.right="0px";f.style.top="0px";f.style.padding="8px";mxClient.IS_QUIRKS||8==document.documentMode||(f.style.backgroundColor="inherit");k.style.position="relative";var w=document.createElement("img");w.setAttribute("src",Dialog.prototype.closeImage);w.setAttribute("title", -mxResources.get("close"));w.setAttribute("valign","absmiddle");w.setAttribute("border","0");w.style.margin="0 3px";var m=null;if(".scratchpad"!=a.title||this.closableScratchpad)f.appendChild(w),mxEvent.addListener(w,"click",mxUtils.bind(this,function(b){if(!mxEvent.isConsumed(b)){var c=mxUtils.bind(this,function(){this.closeLibrary(a)});null!=m?this.confirm(mxResources.get("allChangesLost"),null,c,mxResources.get("cancel"),mxResources.get("discardChanges")):c();mxEvent.consume(b)}}));if(a.isEditable()){var n= -this.editor.graph,p=null,J=mxUtils.bind(this,function(c){this.showLibraryDialog(a.getTitle(),h,b,a,a.getMode());mxEvent.consume(c)}),A=mxUtils.bind(this,function(c){a.setModified(!0);a.isAutosave()?(null!=p&&null!=p.parentNode&&p.parentNode.removeChild(p),p=w.cloneNode(!1),p.setAttribute("src",Editor.spinImage),p.setAttribute("title",mxResources.get("saving")),p.style.cursor="default",p.style.marginRight="2px",p.style.marginTop="-2px",f.insertBefore(p,f.firstChild),k.style.paddingRight=18*f.childNodes.length+ -"px",this.saveLibrary(a.getTitle(),b,a,a.getMode(),!0,!0,function(){null!=p&&null!=p.parentNode&&(p.parentNode.removeChild(p),k.style.paddingRight=18*f.childNodes.length+"px")})):null==m&&(m=w.cloneNode(!1),m.setAttribute("src",IMAGE_PATH+"/download.png"),m.setAttribute("title",mxResources.get("save")),f.insertBefore(m,f.firstChild),mxEvent.addListener(m,"click",mxUtils.bind(this,function(c){this.saveLibrary(a.getTitle(),b,a,a.getMode(),a.constructor==LocalLibrary,!0,function(){null==m||a.isModified()|| -(k.style.paddingRight=18*f.childNodes.length+"px",m.parentNode.removeChild(m),m=null)});mxEvent.consume(c)})),k.style.paddingRight=18*f.childNodes.length+"px")}),D=mxUtils.bind(this,function(a,c,f,g){a=n.cloneCells(mxUtils.sortCells(n.model.getTopmostCells(a)));for(var l=0;l<a.length;l++){var e=n.getCellGeometry(a[l]);null!=e&&e.translate(-c.x,-c.y)}h.appendChild(this.sidebar.createVertexTemplateFromCells(a,c.width,c.height,g||"",!0,!1,!1));a={xml:this.editor.graph.compress(mxUtils.getXml(this.editor.graph.encodeCells(a))), -w:c.width,h:c.height};null!=g&&(a.title=g);b.push(a);A(f);null!=d&&null!=d.parentNode&&0<b.length&&(d.parentNode.removeChild(d),d=null)}),I=mxUtils.bind(this,function(a){if(n.isSelectionEmpty())n.getRubberband().isActive()?(n.getRubberband().execute(a),n.getRubberband().reset()):this.showError(mxResources.get("error"),mxResources.get("nothingIsSelected"),mxResources.get("ok"));else{var b=n.getSelectionCells(),c=n.view.getBounds(b),f=n.view.scale;c.x/=f;c.y/=f;c.width/=f;c.height/=f;c.x-=n.view.translate.x; -c.y-=n.view.translate.y;D(b,c)}mxEvent.consume(a)});h.style.border="3px solid transparent";mxEvent.addGestureListeners(h,function(){},mxUtils.bind(this,function(a){n.isMouseDown&&null!=n.panningManager&&null!=n.graphHandler.shape&&(n.graphHandler.shape.node.style.visibility="hidden",null!=d?d.style.border="3px dotted rgb(254, 137, 12)":h.style.border="3px dotted rgb(254, 137, 12)",h.style.cursor="copy",n.panningManager.stop(),n.autoScroll=!1,null!=n.graphHandler.guide&&n.graphHandler.guide.setVisible(!1), -null!=n.graphHandler.hint&&(n.graphHandler.hint.style.visibility="hidden"),mxEvent.consume(a))}),mxUtils.bind(this,function(a){n.isMouseDown&&null!=n.panningManager&&null!=n.graphHandler&&(h.style.border="3px solid transparent",null!=d&&(d.style.border="3px dotted lightGray"),h.style.cursor="default",this.sidebar.showTooltips=!0,n.panningManager.stop(),n.graphHandler.reset(),n.isMouseDown=!1,n.autoScroll=!0,I(a),mxEvent.consume(a))}));mxEvent.addListener(h,"mouseleave",mxUtils.bind(this,function(a){n.isMouseDown&& -null!=n.graphHandler.shape&&(n.graphHandler.shape.node.style.visibility="visible",h.style.border="3px solid transparent",h.style.cursor="",n.autoScroll=!0,null!=n.graphHandler.guide&&n.graphHandler.guide.setVisible(!0),null!=n.graphHandler.hint&&(n.graphHandler.hint.style.visibility="visible"),null!=d&&(d.style.border="3px dotted lightGray"))}));Graph.fileSupport&&(mxEvent.addListener(h,"dragover",mxUtils.bind(this,function(a){null!=d?d.style.border="3px dotted rgb(254, 137, 12)":h.style.border="3px dotted rgb(254, 137, 12)"; -a.dataTransfer.dropEffect="copy";h.style.cursor="copy";this.sidebar.hideTooltip();a.stopPropagation();a.preventDefault()})),mxEvent.addListener(h,"drop",mxUtils.bind(this,function(a){h.style.border="3px solid transparent";h.style.cursor="";null!=d&&(d.style.border="3px dotted lightGray");0<a.dataTransfer.files.length&&this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,mxUtils.bind(this,function(c,f,g,e,q,t,v,k,w){if(null!=c&&"image/"==f.substring(0,6))c="shape=image;verticalLabelPosition=bottom;verticalAlign=top;aspect=fixed;image="+ -this.convertDataUri(c),c=[new mxCell("",new mxGeometry(0,0,q,t),c)],c[0].vertex=!0,D(c,new mxRectangle(0,0,q,t),a,mxEvent.isAltDown(a)?null:v.substring(0,v.lastIndexOf(".")).replace(/_/g," ")),null!=d&&null!=d.parentNode&&0<b.length&&(d.parentNode.removeChild(d),d=null);else{var m=!1,u=mxUtils.bind(this,function(c,f){if(null!=c&&"text/xml"==f){var g=mxUtils.parseXml(c);if("mxlibrary"==g.documentElement.nodeName)try{var e=JSON.parse(mxUtils.getTextContent(g.documentElement));l(e,h);b=b.concat(e);A(a); -this.spinner.stop();m=!0}catch(Z){}else if("mxfile"==g.documentElement.nodeName)try{for(var q=g.documentElement.getElementsByTagName("diagram"),g=0;g<q.length;g++){var e=mxUtils.getTextContent(q[g]),t=this.stringToCells(this.editor.graph.decompress(e)),v=this.editor.graph.getBoundingBoxFromGeometry(t);D(t,new mxRectangle(0,0,v.width,v.height),a)}m=!0}catch(Z){null!=window.console&&console.log("error in drop handler:",Z)}}m||(this.spinner.stop(),this.handleError({message:mxResources.get("errorLoadingFile")})); -null!=d&&null!=d.parentNode&&0<b.length&&(d.parentNode.removeChild(d),d=null)});null!=w&&null!=v&&(/(\.vsdx?)($|\?)/i.test(v)||/(\.vssx)($|\?)/i.test(v))?this.importVisio(w,function(a){u(a,"text/xml")},null,v):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,v)&&null!=w?this.parseFile(w,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status?u(a.responseText,"text/xml"):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge": -"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))})):u(c,f)}}));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(h,"dragleave",function(a){null!=d?d.style.border="3px dotted lightGray":(h.style.border="3px solid transparent",h.style.cursor="");a.stopPropagation();a.preventDefault()}));w=w.cloneNode(!1);w.setAttribute("src",Editor.editImage);w.setAttribute("title",mxResources.get("edit"));f.insertBefore(w,f.firstChild);mxEvent.addListener(w,"click",J);mxEvent.addListener(h, -"dblclick",function(a){mxEvent.getSource(a)==h&&J(a)});c=w.cloneNode(!1);c.setAttribute("src",Editor.plusImage);c.setAttribute("title",mxResources.get("add"));f.insertBefore(c,f.firstChild);mxEvent.addListener(c,"click",I);this.isOffline()||".scratchpad"!=a.title||null==EditorUi.scratchpadHelpLink||(c=document.createElement("span"),c.setAttribute("title",mxResources.get("help")),c.style.cssText="color:#a3a3a3;text-decoration:none;margin-right:2px;",mxUtils.write(c,"?"),mxEvent.addGestureListeners(c, -mxUtils.bind(this,function(a){this.openLink(EditorUi.scratchpadHelpLink);mxEvent.consume(a)})),f.insertBefore(c,f.firstChild))}k.appendChild(f);k.style.paddingRight=18*f.childNodes.length+"px"}};"1"==urlParams.offline||EditorUi.isElectronApp?EditorUi.prototype.footerHeight=4:("1"==urlParams.savesidebar&&(Sidebar.prototype.thumbWidth=64,Sidebar.prototype.thumbHeight=64),EditorUi.prototype.footerHeight=760<=screen.width&&240<=screen.height?46:0,EditorUi.prototype.createFooter=function(){var a=document.getElementById("geFooter"); +b.getTitle()?b.getTitle():this.defaultFilename;if(/(\.xml)$/i.test(b)||/(\.html)$/i.test(b)||/(\.svg)$/i.test(b)||/(\.png)$/i.test(b))b=b.substring(0,b.lastIndexOf("."));!a&&null!=this.pages&&1<this.pages.length&&null!=this.currentPage&&null!=this.currentPage.node.getAttribute("name")&&0<this.currentPage.getName().length&&(b=b+"-"+this.currentPage.getName());return b};EditorUi.prototype.downloadFile=function(a,b,c,d,e,g,v){try{d=null!=d?d:this.editor.graph.isSelectionEmpty();var f=this.getBaseFilename(!e), +l=f+"."+a;if("xml"==a){var h='<?xml version="1.0" encoding="UTF-8"?>\n'+(b?mxUtils.getXml(this.editor.getGraphXml(d)):this.getFileData(!0,null,null,null,d,e));this.saveData(l,a,h,"text/xml")}else if("html"==a)h=this.getHtml2(this.getFileData(!0),this.editor.graph,f),this.saveData(l,a,h,"text/html");else if("svg"!=a&&"xmlsvg"!=a||!this.spinner.spin(document.body,mxResources.get("export")))"xmlpng"==a?l=f+".png":"jpeg"==a&&(l=f+".jpg"),this.saveRequest(l,a,mxUtils.bind(this,function(b,c){try{var f= +this.editor.graph.pageVisible;null!=g&&(this.editor.graph.pageVisible=g);var h=this.createDownloadRequest(b,a,d,c,v);this.editor.graph.pageVisible=f;return h}catch(B){this.handleError(B)}}));else{var q=null,u=mxUtils.bind(this,function(a){a.length<=MAX_REQUEST_SIZE?this.saveData(l,"svg",a,"image/svg+xml"):this.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(q)}))});if("svg"==a){var t=this.editor.graph.background;if(v||t== +mxConstants.NONE)t=null;var k=this.editor.graph.getSvg(t,null,null,null,null,d);c&&this.editor.graph.addSvgShadow(k);this.convertImages(k,mxUtils.bind(this,mxUtils.bind(this,function(a){this.spinner.stop();u('<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n'+mxUtils.getXml(a))})))}else l=f+".svg",q=this.getFileData(!1,!0,null,mxUtils.bind(this,function(a){this.spinner.stop();u(a)}),d)}}catch(G){this.handleError(G)}}; +EditorUi.prototype.createDownloadRequest=function(a,b,c,d,e){var f=this.editor.graph.getGraphBounds();c=this.getFileData(!0,null,null,null,c,"xmlpng"!=b);var l="";if(f.width*f.height>MAX_AREA||c.length>MAX_REQUEST_SIZE)throw{message:mxResources.get("drawingTooLarge")};f="0";if("xmlpng"==b&&(f="1",b="png",null!=this.pages&&null!=this.currentPage))for(var g=0;g<this.pages.length;g++)if(this.pages[g]==this.currentPage){l="&from="+g;break}g=this.editor.graph.background;"png"==b&&e&&(g=mxConstants.NONE); +return new mxXmlRequest(EXPORT_URL,"format="+b+l+"&bg="+(null!=g?g:mxConstants.NONE)+"&base64="+d+"&embedXml="+f+"&xml="+encodeURIComponent(c)+(null!=a?"&filename="+encodeURIComponent(a):""))};EditorUi.prototype.setMode=function(a,b){this.mode=a};EditorUi.prototype.loadDescriptor=function(a,b,c){var f=window.location.hash,l=mxUtils.bind(this,function(c){var l=null!=a.data?a.data:"";null!=c&&0<c.length&&(0<l.length&&(l+="\n"),l+=c);c=new LocalFile(this,"csv"!=a.format&&0<l.length?l:this.emptyDiagramXml, +null!=urlParams.title?decodeURIComponent(urlParams.title):this.defaultFilename,!0);c.getHash=function(){return f};this.fileLoaded(c);"csv"==a.format&&this.importCsv(l,mxUtils.bind(this,function(a){this.editor.undoManager.clear();this.editor.setModified(!1);this.editor.setStatus("")}));if(null!=a.update){var d=null!=a.interval?parseInt(a.interval):6E4,h=null,e=mxUtils.bind(this,function(){var b=this.currentPage;mxUtils.post(a.update,"xml="+encodeURIComponent(mxUtils.getXml(this.editor.getGraphXml())), +mxUtils.bind(this,function(a){b===this.currentPage&&(200<=a.getStatus()&&300>=a.getStatus()?(this.updateDiagram(a.getText()),g()):this.handleError({message:mxResources.get("error")+" "+a.getStatus()}))}),mxUtils.bind(this,function(a){this.handleError(a)}))}),g=mxUtils.bind(this,function(){window.clearTimeout(h);h=window.setTimeout(e,d)});this.editor.addListener("pageSelected",mxUtils.bind(this,function(){g();e()}));g();e()}null!=b&&b()});if(null!=a.url&&0<a.url.length){var d=a.url;/^https?:\/\//.test(d)&& +!this.isCorsEnabledForUrl(d)&&(d=PROXY_URL+"?url="+encodeURIComponent(a.url));this.loadUrl(d,mxUtils.bind(this,function(a){l(a)}),mxUtils.bind(this,function(a){null!=c&&c(a)}))}else l("")};EditorUi.prototype.updateDiagram=function(a){function b(a){var b=new mxCellOverlay(a.image||d.warningImage,a.tooltip,a.align,a.valign,a.offset);b.addListener(mxEvent.CLICK,function(b,c){editorUi.alert(a.tooltip)});return b}var c=null;if(null!=a&&0<a.length&&(c=mxUtils.parseXml(a),a=null!=c?c.documentElement:null, +null!=a&&"updates"==a.nodeName)){var d=this.editor.graph,e=d.getModel();e.beginUpdate();var g=null;try{for(a=a.firstChild;null!=a;){if("update"==a.nodeName){var v=e.getCell(a.getAttribute("id"));if(null!=v){try{var k=a.getAttribute("value");if(null!=k){var m=mxUtils.parseXml(k).documentElement;if(null!=m)if("1"==m.getAttribute("replace-value"))e.setValue(v,m);else for(var h=m.attributes,w=0;w<h.length;w++)d.setAttributeForCell(v,h[w].nodeName,0<h[w].nodeValue.length?h[w].nodeValue:null)}}catch(B){null!= +window.console&&console.log("Error in value for "+v.id+": "+B)}try{var n=a.getAttribute("style");null!=n&&d.model.setStyle(v,n)}catch(B){null!=window.console&&console.log("Error in style for "+v.id+": "+B)}try{var p=a.getAttribute("icon");if(null!=p){var y=0<p.length?JSON.parse(p):null;null!=y&&y.append||d.removeCellOverlays(v);null!=y&&d.addCellOverlay(v,b(y))}}catch(B){null!=window.console&&console.log("Error in icon for "+v.id+": "+B)}try{var G=a.getAttribute("geometry");if(null!=G){var G=JSON.parse(G), +E=d.getCellGeometry(v);if(null!=E){E=E.clone();for(key in G){var F=parseFloat(G[key]);"dx"==key?E.x+=F:"dy"==key?E.y+=F:"dw"==key?E.width+=F:"dh"==key?E.height+=F:E[key]=parseFloat(G[key])}d.model.setGeometry(v,E)}}}catch(B){null!=window.console&&console.log("Error in icon for "+v.id+": "+B)}}}else if("model"==a.nodeName){for(var A=a.firstChild;null!=A&&A.nodeType!=mxConstants.NODETYPE_ELEMENT;)A=A.nextSibling;null!=A&&(new mxCodec(a.firstChild)).decode(A,e)}else if("view"==a.nodeName){if(a.hasAttribute("scale")&& +(d.view.scale=parseFloat(a.getAttribute("scale"))),a.hasAttribute("dx")||a.hasAttribute("dy"))d.view.translate=new mxPoint(parseFloat(a.getAttribute("dx")||0),parseFloat(a.getAttribute("dy")||0))}else"fit"==a.nodeName&&(g=a.hasAttribute("max-scale")?parseFloat(a.getAttribute("max-scale")):1);a=a.nextSibling}}finally{e.endUpdate()}null!=g&&this.chromelessResize&&this.chromelessResize(!0,g)}return c};EditorUi.prototype.fileLoaded=function(a){var b=!1;this.hideDialog();var c=this.getCurrentFile();this.setCurrentFile(null); +null!=c&&(c.removeListener(this.descriptorChangedListener),c.close());this.editor.graph.model.clear();this.editor.undoManager.clear();var d=mxUtils.bind(this,function(){this.setGraphEnabled(!1);this.setCurrentFile(null);null!=c&&this.updateDocumentTitle();this.editor.graph.model.clear();this.editor.undoManager.clear();this.setBackgroundImage(null);null!=window.location.hash&&0<window.location.hash.length&&(window.location.hash="");null!=this.fname&&(this.fnameWrapper.style.display="none",this.fname.innerHTML= +"",this.fname.setAttribute("title",mxResources.get("rename")));this.editor.setStatus("");this.updateUi();this.showSplash()});if(null!=a)try{this.setCurrentFile(a);a.addListener("descriptorChanged",this.descriptorChangedListener);a.addListener("contentChanged",this.descriptorChangedListener);a.open();this.setGraphEnabled(!0);this.setMode(a.getMode());this.editor.undoManager.clear();this.descriptorChanged();this.updateUi();null==a.realtime&&(a.isEditable()?this.editor.setStatus(""):this.editor.setStatus('<span class="geStatusAlert" style="margin-left:8px;">'+ +mxUtils.htmlEntities(mxResources.get("readOnly"))+"</span>"));!this.editor.isChromelessView()||this.editor.editable?(this.editor.graph.selectUnlockedLayer(),this.showLayersDialog(),this.restoreLibraries(),window.self!==window.top&&window.focus()):this.editor.graph.isLightboxView()&&this.lightboxFit();this.chromelessResize&&this.chromelessResize();this.editor.fireEvent(new mxEventObject("fileLoaded"));b=!0;this.isOffline()||null==a.getMode()||this.logEvent({category:"File",action:"open",label:a.getMode()}); +if(this.mode==a.getMode()&&a.getMode()!=App.MODE_DEVICE&&null!=a.getMode())try{this.addRecent({id:a.getHash(),title:a.getTitle(),mode:a.getMode()})}catch(u){}try{mxSettings.setOpenCounter(mxSettings.getOpenCounter()+1),mxSettings.save()}catch(u){}}catch(u){null!=window.console&&console.log("error in fileLoaded:",a,u);if(EditorUi.enableLogging&&!this.isOffline())try{(new Image).src=(null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"")+"/log?v="+encodeURIComponent(EditorUi.VERSION)+"&msg=errorInFileLoaded:url:"+ +encodeURIComponent(window.location.href)+(null!=u&&null!=u.message?":err:"+encodeURIComponent(u.message):"")+(null!=u&&null!=u.stack?"&stack="+encodeURIComponent(u.stack):"")}catch(t){}this.handleError(u,mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){null!=urlParams.url&&this.spinner.spin(document.body,mxResources.get("reconnecting"))?window.location.search=this.getSearch(["url"]):null!=c?c.constructor==DriveFile?this.loadFile(c.getHash()):this.fileLoaded(c):d()}))}else d();return b}; +EditorUi.prototype.descriptorChanged=function(){};EditorUi.prototype.logEvent=function(a){if(EditorUi.enableLogging)try{var b=null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"";(new Image).src=b+"/images/1x1.png?v="+encodeURIComponent(EditorUi.VERSION)+(null!=a?"&data="+encodeURIComponent(JSON.stringify(a)):"")}catch(l){}};EditorUi.prototype.restoreLibraries=function(){};EditorUi.prototype.saveLibrary=function(a,b,c,d,e,g,v){};EditorUi.prototype.isScratchpadEnabled=function(){return isLocalStorage|| +mxClient.IS_CHROMEAPP};EditorUi.prototype.toggleScratchpad=function(){this.isScratchpadEnabled()&&(null==this.scratchpad?this.getLocalData(".scratchpad",mxUtils.bind(this,function(a){null==a&&(a=this.emptyLibraryXml);this.loadLibrary(new StorageLibrary(this,a,".scratchpad"))})):this.closeLibrary(this.scratchpad))};EditorUi.prototype.createLibraryDataFromImages=function(a){var b=mxUtils.createXmlDocument(),c=b.createElement("mxlibrary");mxUtils.setTextContent(c,JSON.stringify(a));b.appendChild(c); +return mxUtils.getXml(b)};EditorUi.prototype.closeLibrary=function(a){null!=a&&(this.removeLibrarySidebar(a.getHash()),a.constructor!=LocalLibrary&&mxSettings.removeCustomLibrary(a.getHash()),".scratchpad"==a.title&&(this.scratchpad=null))};EditorUi.prototype.removeLibrarySidebar=function(a){var b=this.sidebar.palettes[a];if(null!=b){for(var c=0;c<b.length;c++)b[c].parentNode.removeChild(b[c]);delete this.sidebar.palettes[a]}};EditorUi.prototype.repositionLibrary=function(a){var b=this.sidebar.container; +if(null==a){var c=this.sidebar.palettes["L.scratchpad"];null==c&&(c=this.sidebar.palettes.search);null!=c&&(a=c[c.length-1].nextSibling)}a=null!=a?a:b.firstChild.nextSibling.nextSibling;var c=b.lastChild,d=c.previousSibling;b.insertBefore(c,a);b.insertBefore(d,c)};EditorUi.prototype.loadLibrary=function(a){var b=mxUtils.parseXml(a.getData());if("mxlibrary"==b.documentElement.nodeName){var c=JSON.parse(mxUtils.getTextContent(b.documentElement));this.libraryLoaded(a,c,b.documentElement.getAttribute("title"))}else throw{message:mxResources.get("notALibraryFile")}; +};EditorUi.prototype.getLibraryStorageHint=function(a){return""};EditorUi.prototype.libraryLoaded=function(a,b,c){if(null!=this.sidebar){a.constructor!=LocalLibrary&&mxSettings.addCustomLibrary(a.getHash());".scratchpad"==a.title&&(this.scratchpad=a);var f=this.sidebar.palettes[a.getHash()],f=null!=f?f[f.length-1].nextSibling:null;this.removeLibrarySidebar(a.getHash());var d=null,e=mxUtils.bind(this,function(b,c){if(0==b.length&&a.isEditable())null==d&&(d=document.createElement("div"),mxUtils.setPrefixedStyle(d.style, +"borderRadius","6px"),d.style.border="3px dotted lightGray",d.style.textAlign="center",d.style.padding="8px",d.style.color="#B3B3B3",mxUtils.write(d,mxResources.get("dragElementsHere"))),c.appendChild(d);else for(var f=0;f<b.length;f++){var h=b[f],e=h.data;if(null!=e){var e=this.convertDataUri(e),l="shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;";"fixed"==h.aspect&&(l+="aspect=fixed;");c.appendChild(this.sidebar.createVertexTemplate(l+"image="+e,h.w,h.h,"",h.title||"",!1, +!1,!0))}else null!=h.xml&&(e=this.stringToCells(this.editor.graph.decompress(h.xml)),0<e.length&&c.appendChild(this.sidebar.createVertexTemplateFromCells(e,h.w,h.h,h.title||"",!0,!1,!0)))}});if(null!=this.sidebar&&null!=b)for(var l=0;l<b.length;l++)mxUtils.bind(this,function(a){var b=a.data;null!=b&&null!=a.title?this.sidebar.addEntry(a.title,mxUtils.bind(this,function(){b=this.convertDataUri(b);var c="shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;";"fixed"==a.aspect&&(c+= +"aspect=fixed;");return this.sidebar.createVertexTemplate(c+"image="+b,a.w,a.h,"",a.title||"",!1,!1,!0)})):null!=a.xml&&null!=a.title&&this.sidebar.addEntry(a.title,mxUtils.bind(this,function(){var b=this.stringToCells(this.editor.graph.decompress(a.xml));return this.sidebar.createVertexTemplateFromCells(b,a.w,a.h,a.title||"",!0,!1,!0)}))})(b[l]);c=null!=c&&0<c.length?c:a.getTitle();var g=this.sidebar.addPalette(a.getHash(),c,!0,mxUtils.bind(this,function(a){e(b,a)}));this.repositionLibrary(f);var k= +g.parentNode.previousSibling;c=k.getAttribute("title");null!=c&&0<c.length&&".scratchpad"!=a.title&&k.setAttribute("title",this.getLibraryStorageHint(a)+"\n"+c);var h=document.createElement("div");h.style.position="absolute";h.style.right="0px";h.style.top="0px";h.style.padding="8px";mxClient.IS_QUIRKS||8==document.documentMode||(h.style.backgroundColor="inherit");k.style.position="relative";var w=document.createElement("img");w.setAttribute("src",Dialog.prototype.closeImage);w.setAttribute("title", +mxResources.get("close"));w.setAttribute("valign","absmiddle");w.setAttribute("border","0");w.style.margin="0 3px";var m=null;if(".scratchpad"!=a.title||this.closableScratchpad)h.appendChild(w),mxEvent.addListener(w,"click",mxUtils.bind(this,function(b){if(!mxEvent.isConsumed(b)){var c=mxUtils.bind(this,function(){this.closeLibrary(a)});null!=m?this.confirm(mxResources.get("allChangesLost"),null,c,mxResources.get("cancel"),mxResources.get("discardChanges")):c();mxEvent.consume(b)}}));if(a.isEditable()){var n= +this.editor.graph,p=null,G=mxUtils.bind(this,function(c){this.showLibraryDialog(a.getTitle(),g,b,a,a.getMode());mxEvent.consume(c)}),E=mxUtils.bind(this,function(c){a.setModified(!0);a.isAutosave()?(null!=p&&null!=p.parentNode&&p.parentNode.removeChild(p),p=w.cloneNode(!1),p.setAttribute("src",Editor.spinImage),p.setAttribute("title",mxResources.get("saving")),p.style.cursor="default",p.style.marginRight="2px",p.style.marginTop="-2px",h.insertBefore(p,h.firstChild),k.style.paddingRight=18*h.childNodes.length+ +"px",this.saveLibrary(a.getTitle(),b,a,a.getMode(),!0,!0,function(){null!=p&&null!=p.parentNode&&(p.parentNode.removeChild(p),k.style.paddingRight=18*h.childNodes.length+"px")})):null==m&&(m=w.cloneNode(!1),m.setAttribute("src",IMAGE_PATH+"/download.png"),m.setAttribute("title",mxResources.get("save")),h.insertBefore(m,h.firstChild),mxEvent.addListener(m,"click",mxUtils.bind(this,function(c){this.saveLibrary(a.getTitle(),b,a,a.getMode(),a.constructor==LocalLibrary,!0,function(){null==m||a.isModified()|| +(k.style.paddingRight=18*h.childNodes.length+"px",m.parentNode.removeChild(m),m=null)});mxEvent.consume(c)})),k.style.paddingRight=18*h.childNodes.length+"px")}),F=mxUtils.bind(this,function(a,c,f,h){a=n.cloneCells(mxUtils.sortCells(n.model.getTopmostCells(a)));for(var e=0;e<a.length;e++){var l=n.getCellGeometry(a[e]);null!=l&&l.translate(-c.x,-c.y)}g.appendChild(this.sidebar.createVertexTemplateFromCells(a,c.width,c.height,h||"",!0,!1,!1));a={xml:this.editor.graph.compress(mxUtils.getXml(this.editor.graph.encodeCells(a))), +w:c.width,h:c.height};null!=h&&(a.title=h);b.push(a);E(f);null!=d&&null!=d.parentNode&&0<b.length&&(d.parentNode.removeChild(d),d=null)}),A=mxUtils.bind(this,function(a){if(n.isSelectionEmpty())n.getRubberband().isActive()?(n.getRubberband().execute(a),n.getRubberband().reset()):this.showError(mxResources.get("error"),mxResources.get("nothingIsSelected"),mxResources.get("ok"));else{var b=n.getSelectionCells(),c=n.view.getBounds(b),f=n.view.scale;c.x/=f;c.y/=f;c.width/=f;c.height/=f;c.x-=n.view.translate.x; +c.y-=n.view.translate.y;F(b,c)}mxEvent.consume(a)});g.style.border="3px solid transparent";mxEvent.addGestureListeners(g,function(){},mxUtils.bind(this,function(a){n.isMouseDown&&null!=n.panningManager&&null!=n.graphHandler.shape&&(n.graphHandler.shape.node.style.visibility="hidden",null!=d?d.style.border="3px dotted rgb(254, 137, 12)":g.style.border="3px dotted rgb(254, 137, 12)",g.style.cursor="copy",n.panningManager.stop(),n.autoScroll=!1,null!=n.graphHandler.guide&&n.graphHandler.guide.setVisible(!1), +null!=n.graphHandler.hint&&(n.graphHandler.hint.style.visibility="hidden"),mxEvent.consume(a))}),mxUtils.bind(this,function(a){n.isMouseDown&&null!=n.panningManager&&null!=n.graphHandler&&(g.style.border="3px solid transparent",null!=d&&(d.style.border="3px dotted lightGray"),g.style.cursor="default",this.sidebar.showTooltips=!0,n.panningManager.stop(),n.graphHandler.reset(),n.isMouseDown=!1,n.autoScroll=!0,A(a),mxEvent.consume(a))}));mxEvent.addListener(g,"mouseleave",mxUtils.bind(this,function(a){n.isMouseDown&& +null!=n.graphHandler.shape&&(n.graphHandler.shape.node.style.visibility="visible",g.style.border="3px solid transparent",g.style.cursor="",n.autoScroll=!0,null!=n.graphHandler.guide&&n.graphHandler.guide.setVisible(!0),null!=n.graphHandler.hint&&(n.graphHandler.hint.style.visibility="visible"),null!=d&&(d.style.border="3px dotted lightGray"))}));Graph.fileSupport&&(mxEvent.addListener(g,"dragover",mxUtils.bind(this,function(a){null!=d?d.style.border="3px dotted rgb(254, 137, 12)":g.style.border="3px dotted rgb(254, 137, 12)"; +a.dataTransfer.dropEffect="copy";g.style.cursor="copy";this.sidebar.hideTooltip();a.stopPropagation();a.preventDefault()})),mxEvent.addListener(g,"drop",mxUtils.bind(this,function(a){g.style.border="3px solid transparent";g.style.cursor="";null!=d&&(d.style.border="3px dotted lightGray");0<a.dataTransfer.files.length&&this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,mxUtils.bind(this,function(c,f,h,l,q,v,u,w,k){if(null!=c&&"image/"==f.substring(0,6))c="shape=image;verticalLabelPosition=bottom;verticalAlign=top;aspect=fixed;image="+ +this.convertDataUri(c),c=[new mxCell("",new mxGeometry(0,0,q,v),c)],c[0].vertex=!0,F(c,new mxRectangle(0,0,q,v),a,mxEvent.isAltDown(a)?null:u.substring(0,u.lastIndexOf(".")).replace(/_/g," ")),null!=d&&null!=d.parentNode&&0<b.length&&(d.parentNode.removeChild(d),d=null);else{var t=!1,m=mxUtils.bind(this,function(c,f){if(null!=c&&"text/xml"==f){var h=mxUtils.parseXml(c);if("mxlibrary"==h.documentElement.nodeName)try{var l=JSON.parse(mxUtils.getTextContent(h.documentElement));e(l,g);b=b.concat(l);E(a); +this.spinner.stop();t=!0}catch(R){}else if("mxfile"==h.documentElement.nodeName)try{for(var q=h.documentElement.getElementsByTagName("diagram"),h=0;h<q.length;h++){var l=mxUtils.getTextContent(q[h]),v=this.stringToCells(this.editor.graph.decompress(l)),u=this.editor.graph.getBoundingBoxFromGeometry(v);F(v,new mxRectangle(0,0,u.width,u.height),a)}t=!0}catch(R){null!=window.console&&console.log("error in drop handler:",R)}}t||(this.spinner.stop(),this.handleError({message:mxResources.get("errorLoadingFile")})); +null!=d&&null!=d.parentNode&&0<b.length&&(d.parentNode.removeChild(d),d=null)});null!=k&&null!=u&&(/(\.vsdx?)($|\?)/i.test(u)||/(\.vssx?)($|\?)/i.test(u))?this.importVisio(k,function(a){m(a,"text/xml")},null,u):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,u)&&null!=k?this.parseFile(k,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status?m(a.responseText,"text/xml"):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge": +"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))})):m(c,f)}}));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(g,"dragleave",function(a){null!=d?d.style.border="3px dotted lightGray":(g.style.border="3px solid transparent",g.style.cursor="");a.stopPropagation();a.preventDefault()}));w=w.cloneNode(!1);w.setAttribute("src",Editor.editImage);w.setAttribute("title",mxResources.get("edit"));h.insertBefore(w,h.firstChild);mxEvent.addListener(w,"click",G);mxEvent.addListener(g, +"dblclick",function(a){mxEvent.getSource(a)==g&&G(a)});c=w.cloneNode(!1);c.setAttribute("src",Editor.plusImage);c.setAttribute("title",mxResources.get("add"));h.insertBefore(c,h.firstChild);mxEvent.addListener(c,"click",A);this.isOffline()||".scratchpad"!=a.title||null==EditorUi.scratchpadHelpLink||(c=document.createElement("span"),c.setAttribute("title",mxResources.get("help")),c.style.cssText="color:#a3a3a3;text-decoration:none;margin-right:2px;",mxUtils.write(c,"?"),mxEvent.addGestureListeners(c, +mxUtils.bind(this,function(a){this.openLink(EditorUi.scratchpadHelpLink);mxEvent.consume(a)})),h.insertBefore(c,h.firstChild))}k.appendChild(h);k.style.paddingRight=18*h.childNodes.length+"px"}};"1"==urlParams.offline||EditorUi.isElectronApp?EditorUi.prototype.footerHeight=4:("1"==urlParams.savesidebar&&(Sidebar.prototype.thumbWidth=64,Sidebar.prototype.thumbHeight=64),EditorUi.prototype.footerHeight=760<=screen.width&&240<=screen.height?46:0,EditorUi.prototype.createFooter=function(){var a=document.getElementById("geFooter"); if(null!=a){a.style.visibility="visible";var b=document.createElement("img");b.setAttribute("border","0");b.setAttribute("src",Dialog.prototype.closeImage);b.setAttribute("title",mxResources.get("hide"));a.appendChild(b);mxClient.IS_QUIRKS&&(b.style.position="relative",b.style.styleFloat="right",b.style.top="-30px",b.style.left="164px",b.style.cursor="pointer");mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.hideFooter()}))}return a});EditorUi.initTheme=function(){"atlas"==uiTheme? (mxClient.link("stylesheet",STYLE_PATH+"/atlas.css"),"undefined"!==typeof Toolbar&&(Toolbar.prototype.unselectedBackground=mxClient.IS_QUIRKS?"none":"linear-gradient(rgb(255, 255, 255) 0px, rgb(242, 242, 242) 100%)",Toolbar.prototype.selectedBackground="rgb(242, 242, 242)"),Editor.prototype.initialTopSpacing=3,EditorUi.prototype.menubarHeight=41,EditorUi.prototype.toolbarHeight=38,EditorUi.prototype.hsplitPosition=188,Sidebar.prototype.thumbWidth=46,Sidebar.prototype.thumbHeight=46,Sidebar.prototype.thumbPadding= 5<=document.documentMode?0:1,Sidebar.prototype.thumbBorder=2):"dark"==uiTheme&&(mxClient.link("stylesheet",STYLE_PATH+"/dark.css"),Dialog.backdropColor="#2a2a2a",Graph.prototype.defaultThemeName="darkTheme",Graph.prototype.defaultPageBackgroundColor="#2a2a2a",Graph.prototype.defaultGraphBackground=null,Graph.prototype.defaultPageBorderColor="#505759",Graph.prototype.svgShadowColor="#e0e0e0",Graph.prototype.svgShadowOpacity="0.6",Graph.prototype.svgShadowSize="0.8",Graph.prototype.svgShadowBlur="1.4", @@ -7315,220 +7383,220 @@ Format.prototype.inactiveTabBackgroundColor="black",BaseFormatPanel.prototype.bu Editor.checkmarkImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAARVBMVEUAAACZmZkICAgEBASNjY2Dg4MYGBiTk5N5eXl1dXVmZmZQUFBCQkI3NzceHh4MDAykpKSJiYl+fn5sbGxaWlo/Pz8SEhK96uPlAAAAAXRSTlMAQObYZgAAAE5JREFUGNPFzTcSgDAQQ1HJGUfy/Y9K7V1qeOUfzQifCQZai1XHaz11LFysbDbzgDSSWMZiETz3+b8yNUc/MMsktxuC8XQBSncdLwz+8gCCggGXzBcozAAAAABJRU5ErkJggg=="))};EditorUi.initTheme();EditorUi.prototype.hideFooter=function(){var a=document.getElementById("geFooter");null!=a&&(this.footerHeight=0,a.style.display= "none",this.refresh())};EditorUi.prototype.showFooter=function(a){var b=document.getElementById("geFooter");null!=b&&(this.footerHeight=a,b.style.display="inline",this.refresh())};EditorUi.prototype.showImageDialog=function(a,b,c,d,e){a=new ImageDialog(this,a,b,c,d,e);this.showDialog(a.container,Graph.fileSupport?440:360,Graph.fileSupport?200:90,!0,!0);a.init()};EditorUi.prototype.showBackgroundImageDialog=function(a){a=null!=a?a:mxUtils.bind(this,function(a){a=new ChangePageSetup(this,null,a);a.ignoreColor= !0;this.editor.graph.model.execute(a)});var b=new BackgroundImageDialog(this,mxUtils.bind(this,function(b){a(b)}));this.showDialog(b.container,360,200,!0,!0);b.init()};EditorUi.prototype.showLibraryDialog=function(a,b,c,d,e){a=new LibraryDialog(this,a,b,c,d,e);this.showDialog(a.container,620,440,!0,!1,mxUtils.bind(this,function(a){a&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash()}));a.init()};EditorUi.prototype.createSidebarFooterContainer=function(){var a=this.createDiv("geSidebarContainer"); -a.style.position="absolute";a.style.overflow="hidden";a.style.borderWidth="3px";var b=document.createElement("a");b.setAttribute("href","javascript:void(0);");b.className="geTitle";b.style.height="100%";b.style.paddingTop="9px";mxUtils.write(b,mxResources.get("moreShapes")+"...");mxEvent.addListener(b,"click",mxUtils.bind(this,function(a){this.actions.get("shapes").funct();mxEvent.consume(a)}));a.appendChild(b);return a};EditorUi.prototype.handleError=function(a,b,c){var g=null!=this.spinner&&null!= -this.spinner.pause?this.spinner.pause():function(){},d=null!=a&&null!=a.error?a.error:a;if(null!=d||null!=b){a=mxUtils.htmlEntities(mxResources.get("unknownError"));var e=mxResources.get("ok"),l=null;b=null!=b?b:mxResources.get("error");if(null!=d)if(null!=d.retry&&(e=mxResources.get("cancel"),l=function(){g();d.retry()}),"undefined"!=typeof gapi&&"undefined"!=typeof gapi.drive&&"undefined"!=typeof gapi.drive.realtime&&d.type==gapi.drive.realtime.ErrorType.FORBIDDEN)a=mxUtils.htmlEntities(mxResources.get("forbidden")); -else if(404==d.code||404==d.status||"undefined"!=typeof gapi&&"undefined"!=typeof gapi.drive&&"undefined"!=typeof gapi.drive.realtime&&d.type==gapi.drive.realtime.ErrorType.NOT_FOUND){a=mxUtils.htmlEntities(mxResources.get("fileNotFoundOrDenied"));var h=window.location.hash;null!=h&&"#G"==h.substring(0,2)&&(h=h.substring(2),a+=' <a href="https://drive.google.com/open?id='+h+'" target="_blank">'+mxUtils.htmlEntities(mxResources.get("tryOpeningViaThisPage"))+"</a>")}else d.code==App.ERROR_TIMEOUT?a= -mxUtils.htmlEntities(mxResources.get("timeout")):d.code==App.ERROR_BUSY?a=mxUtils.htmlEntities(mxResources.get("busy")):null!=d.message?a=mxUtils.htmlEntities(d.message):null!=d.response&&null!=d.response.error&&(a=mxUtils.htmlEntities(d.response.error));this.showError(b,a,e,c,l)}else null!=c&&c()};EditorUi.prototype.showError=function(a,b,c,d,e,h,v,k,m,f,w,n){a=new ErrorDialog(this,a,b,c||mxResources.get("ok"),d,e,h,v,n,k,m);this.showDialog(a.container,f||340,w||150,!0,!1);a.init()};EditorUi.prototype.alert= -function(a,b){var c=new ErrorDialog(this,null,a,mxResources.get("ok"),b);this.showDialog(c.container,340,100,!0,!1);c.init()};EditorUi.prototype.confirm=function(a,b,c,d,e){var g=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){};this.showDialog((new ConfirmDialog(this,a,function(){g();null!=b&&b()},function(){g();null!=c&&c()},d,e)).container,340,90,!0,!1)};EditorUi.prototype.setCurrentFile=function(a){this.currentFile=a};EditorUi.prototype.getCurrentFile=function(){return this.currentFile}; -EditorUi.prototype.isExportToCanvas=function(){return mxClient.IS_CHROMEAPP||!this.editor.graph.mathEnabled&&this.useCanvasForExport};EditorUi.prototype.createSvgDataUri=function(a){return"data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent(a)))};EditorUi.prototype.createImageDataUri=function(a,b,c){var g=a.toDataURL("image/"+c);if(6>=g.length||g==a.cloneNode(!1).toDataURL("image/"+c))throw{message:"Invalid image"};null!=b&&(g=this.writeGraphModelToPng(g,"zTXt","mxGraphModel",atob(this.editor.graph.compress(b)))); -return g};EditorUi.prototype.saveCanvas=function(a,b,c){var g="jpeg"==c?"jpg":c,d=this.getBaseFilename()+"."+g;a=this.createImageDataUri(a,b,c);this.saveData(d,g,a.substring(a.lastIndexOf(",")+1),"image/"+c,!0)};EditorUi.prototype.isLocalFileSave=function(){return"remote"!=urlParams.save&&(mxClient.IS_IE||"undefined"!==typeof window.Blob&&"undefined"!==typeof window.URL)&&9!=document.documentMode&&8!=document.documentMode&&7!=document.documentMode&&!mxClient.IS_QUIRKS||this.isOfflineApp()||mxClient.IS_IOS}; +a.style.position="absolute";a.style.overflow="hidden";a.style.borderWidth="3px";var b=document.createElement("a");b.setAttribute("href","javascript:void(0);");b.className="geTitle";b.style.height="100%";b.style.paddingTop="9px";mxUtils.write(b,mxResources.get("moreShapes")+"...");mxEvent.addListener(b,"click",mxUtils.bind(this,function(a){this.actions.get("shapes").funct();mxEvent.consume(a)}));a.appendChild(b);return a};EditorUi.prototype.handleError=function(a,b,c){var f=null!=this.spinner&&null!= +this.spinner.pause?this.spinner.pause():function(){},d=null!=a&&null!=a.error?a.error:a;if(null!=d||null!=b){a=mxUtils.htmlEntities(mxResources.get("unknownError"));var e=mxResources.get("ok"),l=null;b=null!=b?b:mxResources.get("error");if(null!=d)if(null!=d.retry&&(e=mxResources.get("cancel"),l=function(){f();d.retry()}),"undefined"!=typeof gapi&&"undefined"!=typeof gapi.drive&&"undefined"!=typeof gapi.drive.realtime&&d.type==gapi.drive.realtime.ErrorType.FORBIDDEN)a=mxUtils.htmlEntities(mxResources.get("forbidden")); +else if(404==d.code||404==d.status||"undefined"!=typeof gapi&&"undefined"!=typeof gapi.drive&&"undefined"!=typeof gapi.drive.realtime&&d.type==gapi.drive.realtime.ErrorType.NOT_FOUND){a=mxUtils.htmlEntities(mxResources.get("fileNotFoundOrDenied"));var g=window.location.hash;null!=g&&"#G"==g.substring(0,2)&&(g=g.substring(2),a+=' <a href="https://drive.google.com/open?id='+g+'" target="_blank">'+mxUtils.htmlEntities(mxResources.get("tryOpeningViaThisPage"))+"</a>")}else null!=d.message?a=mxUtils.htmlEntities(d.message): +null!=d.response&&null!=d.response.error?a=mxUtils.htmlEntities(d.response.error):"undefined"!==window.App&&(d.code==App.ERROR_TIMEOUT?a=mxUtils.htmlEntities(mxResources.get("timeout")):d.code==App.ERROR_BUSY&&(a=mxUtils.htmlEntities(mxResources.get("busy"))));this.showError(b,a,e,c,l)}else null!=c&&c()};EditorUi.prototype.showError=function(a,b,c,d,e,g,v,k,m,h,w,n){a=new ErrorDialog(this,a,b,c||mxResources.get("ok"),d,e,g,v,n,k,m);this.showDialog(a.container,h||340,w||150,!0,!1);a.init()};EditorUi.prototype.alert= +function(a,b){var c=new ErrorDialog(this,null,a,mxResources.get("ok"),b);this.showDialog(c.container,340,100,!0,!1);c.init()};EditorUi.prototype.confirm=function(a,b,c,d,e){var f=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){};this.showDialog((new ConfirmDialog(this,a,function(){f();null!=b&&b()},function(){f();null!=c&&c()},d,e)).container,340,90,!0,!1)};EditorUi.prototype.setCurrentFile=function(a){this.currentFile=a};EditorUi.prototype.getCurrentFile=function(){return this.currentFile}; +EditorUi.prototype.isExportToCanvas=function(){return mxClient.IS_CHROMEAPP||!this.editor.graph.mathEnabled&&this.useCanvasForExport};EditorUi.prototype.createSvgDataUri=function(a){return"data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent(a)))};EditorUi.prototype.createImageDataUri=function(a,b,c){var f=a.toDataURL("image/"+c);if(6>=f.length||f==a.cloneNode(!1).toDataURL("image/"+c))throw{message:"Invalid image"};null!=b&&(f=this.writeGraphModelToPng(f,"zTXt","mxGraphModel",atob(this.editor.graph.compress(b)))); +return f};EditorUi.prototype.saveCanvas=function(a,b,c){var f="jpeg"==c?"jpg":c,d=this.getBaseFilename()+"."+f;a=this.createImageDataUri(a,b,c);this.saveData(d,f,a.substring(a.lastIndexOf(",")+1),"image/"+c,!0)};EditorUi.prototype.isLocalFileSave=function(){return"remote"!=urlParams.save&&(mxClient.IS_IE||"undefined"!==typeof window.Blob&&"undefined"!==typeof window.URL)&&9!=document.documentMode&&8!=document.documentMode&&7!=document.documentMode&&!mxClient.IS_QUIRKS||this.isOfflineApp()||mxClient.IS_IOS}; EditorUi.prototype.doSaveLocalFile=function(a,b,c,d,e){if(window.Blob&&navigator.msSaveOrOpenBlob)a=d?this.base64ToBlob(a,c):new Blob([a],{type:c}),navigator.msSaveOrOpenBlob(a,b);else if(mxClient.IS_IE)c=window.open("about:blank","_blank"),null==c?mxUtils.popup(a,!0):(c.document.write(a),c.document.close(),c.document.execCommand("SaveAs",!0,b),c.close());else if(mxClient.IS_IOS)b=new TextareaDialog(this,b+":",a,null,null,mxResources.get("close")),b.textarea.style.width="600px",b.textarea.style.height= -"380px",this.showDialog(b.container,620,460,!0,!0),b.init(),document.execCommand("selectall",!1,null);else{var g=document.createElement("a"),l=!mxClient.IS_SF&&0>navigator.userAgent.indexOf("PaleMoon/")&&"undefined"!==typeof g.download;if(mxClient.IS_GC)var h=navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./),l=65==(h?parseInt(h[2],10):!1)?!1:l;if(l||this.isOffline()){g.href=URL.createObjectURL(d?this.base64ToBlob(a,c):new Blob([a],{type:c}));l?g.download=b:g.setAttribute("target","_blank");document.body.appendChild(g); -try{window.setTimeout(function(){URL.revokeObjectURL(g.href)},0),g.click(),g.parentNode.removeChild(g)}catch(z){}}else this.createEchoRequest(a,b,c,d,e).simulate(document,"_blank")}};EditorUi.prototype.createEchoRequest=function(a,b,c,d,e,h){a="xml="+encodeURIComponent(a);return new mxXmlRequest(SAVE_URL,a+(null!=c?"&mime="+c:"")+(null!=e?"&format="+e:"")+(null!=h?"&base64="+h:"")+(null!=b?"&filename="+encodeURIComponent(b):"")+(d?"&binary=1":""))};EditorUi.prototype.base64ToBlob=function(a,b){b= -b||"";for(var c=atob(a),g=c.length,d=Math.ceil(g/1024),e=Array(d),h=0;h<d;++h){for(var k=1024*h,m=Math.min(k+1024,g),f=Array(m-k),w=0;k<m;++w,++k)f[w]=c[k].charCodeAt(0);e[h]=new Uint8Array(f)}return new Blob(e,{type:b})};EditorUi.prototype.saveLocalFile=function(a,b,c,d,e,h,v){h=null!=h?h:!1;v=null!=v?v:"vsdx"!=e&&(!mxClient.IS_IOS||!navigator.standalone);e=this.getServiceCount(h);b=new CreateDialog(this,b,mxUtils.bind(this,function(b,g){try{if("_blank"==g)if(null==c||"image/"!=c.substring(0,6)|| -"image/svg"==c.substring(0,9)&&!mxClient.IS_SVG){var f=window.open("about:blank");null==f?mxUtils.popup(a,!0):(f.document.write(mxUtils.htmlEntities(a,!1)),f.document.close())}else this.openInNewWindow(a,c,d);else g==App.MODE_DEVICE||"download"==g?this.doSaveLocalFile(a,b,c,d):null!=b&&0<b.length&&this.pickFolder(g,mxUtils.bind(this,function(f){try{this.exportFile(a,b,c,d,g,f)}catch(B){this.handleError(B)}}))}catch(w){this.handleError(w)}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"), -mxResources.get("download"),!1,h,v,null,1<e,4<e&&(!h||6>e)?3:4,a,c,d);this.showDialog(b.container,420,e==(mxClient.IS_IOS?0:1)?160:4<e?390:270,!0,!0);b.init()};EditorUi.prototype.openInNewWindow=function(a,b,c){if(mxClient.IS_GC||mxClient.IS_EDGE||11==document.documentMode||10==document.documentMode){var g=window.open("about:blank");null==g?mxUtils.popup(a,!0):("image/svg+xml"==b?g.document.write("<html>"+a+"</html>"):g.document.write('<html><img src="data:'+b+(c?";base64,"+a:";charset=utf8,"+encodeURIComponent(a))+ -'"/></html>'),g.document.close())}else g=window.open("data:"+b+(c?";base64,"+a:";charset=utf8,"+encodeURIComponent(a))),null==g&&mxUtils.popup(a,!0)};var e=EditorUi.prototype.addChromelessToolbarItems;EditorUi.prototype.addChromelessToolbarItems=function(a){if(this.isExportToCanvas()){this.exportDialog=null;var b=a(mxUtils.bind(this,function(a){var c=mxUtils.bind(this,function(){mxEvent.removeListener(this.editor.graph.container,"click",c);null!=this.exportDialog&&(this.exportDialog.parentNode.removeChild(this.exportDialog), -this.exportDialog=null)});if(null!=this.exportDialog)c.apply(this);else{this.exportDialog=document.createElement("div");var g=b.getBoundingClientRect();mxUtils.setPrefixedStyle(this.exportDialog.style,"borderRadius","5px");this.exportDialog.style.position="fixed";this.exportDialog.style.textAlign="center";this.exportDialog.style.fontFamily="Helvetica,Arial";this.exportDialog.style.backgroundColor="#000000";this.exportDialog.style.width="50px";this.exportDialog.style.height="50px";this.exportDialog.style.padding= -"4px 2px 4px 2px";this.exportDialog.style.color="#ffffff";mxUtils.setOpacity(this.exportDialog,70);this.exportDialog.style.left=g.left+"px";this.exportDialog.style.bottom=parseInt(this.chromelessToolbar.style.bottom)+this.chromelessToolbar.offsetHeight+4+"px";g=mxUtils.getCurrentStyle(this.editor.graph.container);this.exportDialog.style.zIndex=g.zIndex;var d=new Spinner({lines:8,length:6,width:5,radius:6,rotate:0,color:"#fff",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"28px",zIndex:2E9});d.spin(this.exportDialog); +"380px",this.showDialog(b.container,620,460,!0,!0),b.init(),document.execCommand("selectall",!1,null);else{var f=document.createElement("a"),l=!mxClient.IS_SF&&0>navigator.userAgent.indexOf("PaleMoon/")&&"undefined"!==typeof f.download;if(mxClient.IS_GC)var g=navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./),l=65==(g?parseInt(g[2],10):!1)?!1:l;if(l||this.isOffline()){f.href=URL.createObjectURL(d?this.base64ToBlob(a,c):new Blob([a],{type:c}));l?f.download=b:f.setAttribute("target","_blank");document.body.appendChild(f); +try{window.setTimeout(function(){URL.revokeObjectURL(f.href)},0),f.click(),f.parentNode.removeChild(f)}catch(z){}}else this.createEchoRequest(a,b,c,d,e).simulate(document,"_blank")}};EditorUi.prototype.createEchoRequest=function(a,b,c,d,e,g){a="xml="+encodeURIComponent(a);return new mxXmlRequest(SAVE_URL,a+(null!=c?"&mime="+c:"")+(null!=e?"&format="+e:"")+(null!=g?"&base64="+g:"")+(null!=b?"&filename="+encodeURIComponent(b):"")+(d?"&binary=1":""))};EditorUi.prototype.base64ToBlob=function(a,b){b= +b||"";for(var c=atob(a),f=c.length,d=Math.ceil(f/1024),e=Array(d),g=0;g<d;++g){for(var k=1024*g,m=Math.min(k+1024,f),h=Array(m-k),w=0;k<m;++w,++k)h[w]=c[k].charCodeAt(0);e[g]=new Uint8Array(h)}return new Blob(e,{type:b})};EditorUi.prototype.saveLocalFile=function(a,b,c,d,e,g,v){g=null!=g?g:!1;v=null!=v?v:"vsdx"!=e&&(!mxClient.IS_IOS||!navigator.standalone);e=this.getServiceCount(g);b=new CreateDialog(this,b,mxUtils.bind(this,function(b,f){try{if("_blank"==f)if(null==c||"image/"!=c.substring(0,6)|| +"image/svg"==c.substring(0,9)&&!mxClient.IS_SVG){var h=window.open("about:blank");null==h?mxUtils.popup(a,!0):(h.document.write(mxUtils.htmlEntities(a,!1)),h.document.close())}else this.openInNewWindow(a,c,d);else f==App.MODE_DEVICE||"download"==f?this.doSaveLocalFile(a,b,c,d):null!=b&&0<b.length&&this.pickFolder(f,mxUtils.bind(this,function(h){try{this.exportFile(a,b,c,d,f,h)}catch(C){this.handleError(C)}}))}catch(w){this.handleError(w)}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"), +mxResources.get("download"),!1,g,v,null,1<e,4<e&&(!g||6>e)?3:4,a,c,d);this.showDialog(b.container,420,e==(mxClient.IS_IOS?0:1)?160:4<e?390:270,!0,!0);b.init()};EditorUi.prototype.openInNewWindow=function(a,b,c){if(mxClient.IS_GC||mxClient.IS_EDGE||11==document.documentMode||10==document.documentMode){var f=window.open("about:blank");null==f?mxUtils.popup(a,!0):("image/svg+xml"==b?f.document.write("<html>"+a+"</html>"):f.document.write('<html><img src="data:'+b+(c?";base64,"+a:";charset=utf8,"+encodeURIComponent(a))+ +'"/></html>'),f.document.close())}else f=window.open("data:"+b+(c?";base64,"+a:";charset=utf8,"+encodeURIComponent(a))),null==f&&mxUtils.popup(a,!0)};var e=EditorUi.prototype.addChromelessToolbarItems;EditorUi.prototype.addChromelessToolbarItems=function(a){if(this.isExportToCanvas()){this.exportDialog=null;var b=a(mxUtils.bind(this,function(a){var c=mxUtils.bind(this,function(){mxEvent.removeListener(this.editor.graph.container,"click",c);null!=this.exportDialog&&(this.exportDialog.parentNode.removeChild(this.exportDialog), +this.exportDialog=null)});if(null!=this.exportDialog)c.apply(this);else{this.exportDialog=document.createElement("div");var f=b.getBoundingClientRect();mxUtils.setPrefixedStyle(this.exportDialog.style,"borderRadius","5px");this.exportDialog.style.position="fixed";this.exportDialog.style.textAlign="center";this.exportDialog.style.fontFamily="Helvetica,Arial";this.exportDialog.style.backgroundColor="#000000";this.exportDialog.style.width="50px";this.exportDialog.style.height="50px";this.exportDialog.style.padding= +"4px 2px 4px 2px";this.exportDialog.style.color="#ffffff";mxUtils.setOpacity(this.exportDialog,70);this.exportDialog.style.left=f.left+"px";this.exportDialog.style.bottom=parseInt(this.chromelessToolbar.style.bottom)+this.chromelessToolbar.offsetHeight+4+"px";f=mxUtils.getCurrentStyle(this.editor.graph.container);this.exportDialog.style.zIndex=f.zIndex;var d=new Spinner({lines:8,length:6,width:5,radius:6,rotate:0,color:"#fff",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"28px",zIndex:2E9});d.spin(this.exportDialog); this.exportToCanvas(mxUtils.bind(this,function(a){d.stop();this.exportDialog.style.width="auto";this.exportDialog.style.height="auto";this.exportDialog.style.padding="10px";var b=this.createImageDataUri(a,null,"png");a=document.createElement("img");a.style.maxWidth="140px";a.style.maxHeight="140px";a.style.cursor="pointer";a.style.backgroundColor="white";a.setAttribute("title",mxResources.get("openInNewWindow"));a.setAttribute("border","0");a.setAttribute("src",b);this.exportDialog.appendChild(a); mxEvent.addListener(a,"click",mxUtils.bind(this,function(){this.openInNewWindow(b.substring(b.indexOf(",")+1),"image/png",!0);c.apply(this,arguments)}))}),null,this.thumbImageCache,null,mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}));mxEvent.addListener(this.editor.graph.container,"click",c);document.body.appendChild(this.exportDialog)}mxEvent.consume(a)}),Editor.cameraLargeImage,mxResources.get("export"))}e.apply(this,arguments)};EditorUi.prototype.saveData=function(a,b, -c,d,e){this.isLocalFileSave()?this.saveLocalFile(c,a,d,e,b):this.saveRequest(a,b,mxUtils.bind(this,function(a,g){return this.createEchoRequest(c,a,d,e,b,g)}),c,e,d)};EditorUi.prototype.saveRequest=function(a,b,c,d,e,h,k){k=null!=k?k:!mxClient.IS_IOS||!navigator.standalone;var g=this.getServiceCount(!1);a=new CreateDialog(this,a,mxUtils.bind(this,function(a,f){if("_blank"==f||null!=a&&0<a.length){var g=c("_blank"==f?null:a,f==App.MODE_DEVICE||"download"==f||null==f||"_blank"==f?"0":"1");null!=g&&(f== -App.MODE_DEVICE||"download"==f||"_blank"==f?g.simulate(document,"_blank"):this.pickFolder(f,mxUtils.bind(this,function(c){h=null!=h?h:"pdf"==b?"application/pdf":"image/"+b;if(null!=d)try{this.exportFile(d,a,h,!0,f,c)}catch(E){this.handleError(E)}else this.spinner.spin(document.body,mxResources.get("saving"))&&g.send(mxUtils.bind(this,function(){this.spinner.stop();if(200<=g.getStatus()&&299>=g.getStatus())try{this.exportFile(g.getText(),a,h,!0,f,c)}catch(E){this.handleError(E)}else this.handleError({message:mxResources.get("errorSavingFile")})}), -function(a){this.spinner.stop();this.handleError(a)})})))}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"),mxResources.get("download"),!1,!1,k,null,1<g,4<g?3:4,d,h,e);this.showDialog(a.container,380,g==(mxClient.IS_IOS?0:1)?160:4<g?390:270,!0,!0);a.init()};EditorUi.prototype.getEditBlankXml=function(){return this.getFileData(!0)};EditorUi.prototype.exportFile=function(a,b,c,d,e,h){};EditorUi.prototype.pickFolder=function(a,b,c){b(null)};EditorUi.prototype.exportSvg=function(a, -b,c,d,e,h,k,m,n){if(this.spinner.spin(document.body,mxResources.get("export"))){var f=this.editor.graph.isSelectionEmpty();c=null!=c?c:f;f=b?null:this.editor.graph.background;f==mxConstants.NONE&&(f=null);null==f&&0==b&&(f="#ffffff");var g=this.editor.graph.getSvg(f,a,k,m,null,c);d&&this.editor.graph.addSvgShadow(g);var l=this.getBaseFilename()+".svg",q=mxUtils.bind(this,function(a){this.spinner.stop();e&&a.setAttribute("content",this.getFileData(!0,null,null,null,c,n));if(null!=this.editor.fontCss){var b= +c,d,e){this.isLocalFileSave()?this.saveLocalFile(c,a,d,e,b):this.saveRequest(a,b,mxUtils.bind(this,function(a,f){return this.createEchoRequest(c,a,d,e,b,f)}),c,e,d)};EditorUi.prototype.saveRequest=function(a,b,c,d,e,g,k){k=null!=k?k:!mxClient.IS_IOS||!navigator.standalone;var f=this.getServiceCount(!1);a=new CreateDialog(this,a,mxUtils.bind(this,function(a,h){if("_blank"==h||null!=a&&0<a.length){var f=c("_blank"==h?null:a,h==App.MODE_DEVICE||"download"==h||null==h||"_blank"==h?"0":"1");null!=f&&(h== +App.MODE_DEVICE||"download"==h||"_blank"==h?f.simulate(document,"_blank"):this.pickFolder(h,mxUtils.bind(this,function(c){g=null!=g?g:"pdf"==b?"application/pdf":"image/"+b;if(null!=d)try{this.exportFile(d,a,g,!0,h,c)}catch(D){this.handleError(D)}else this.spinner.spin(document.body,mxResources.get("saving"))&&f.send(mxUtils.bind(this,function(){this.spinner.stop();if(200<=f.getStatus()&&299>=f.getStatus())try{this.exportFile(f.getText(),a,g,!0,h,c)}catch(D){this.handleError(D)}else this.handleError({message:mxResources.get("errorSavingFile")})}), +function(a){this.spinner.stop();this.handleError(a)})})))}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"),mxResources.get("download"),!1,!1,k,null,1<f,4<f?3:4,d,g,e);this.showDialog(a.container,380,f==(mxClient.IS_IOS?0:1)?160:4<f?390:270,!0,!0);a.init()};EditorUi.prototype.getEditBlankXml=function(){return this.getFileData(!0)};EditorUi.prototype.exportFile=function(a,b,c,d,e,g){};EditorUi.prototype.pickFolder=function(a,b,c){b(null)};EditorUi.prototype.exportSvg=function(a, +b,c,d,e,g,k,m,n){if(this.spinner.spin(document.body,mxResources.get("export"))){var h=this.editor.graph.isSelectionEmpty();c=null!=c?c:h;h=b?null:this.editor.graph.background;h==mxConstants.NONE&&(h=null);null==h&&0==b&&(h="#ffffff");var f=this.editor.graph.getSvg(h,a,k,m,null,c);d&&this.editor.graph.addSvgShadow(f);var l=this.getBaseFilename()+".svg",q=mxUtils.bind(this,function(a){this.spinner.stop();e&&a.setAttribute("content",this.getFileData(!0,null,null,null,c,n));if(null!=this.editor.fontCss){var b= a.ownerDocument,b=null!=b.createElementNS?b.createElementNS(mxConstants.NS_SVG,"style"):b.createElement("style");b.setAttribute("type","text/css");mxUtils.setTextContent(b,this.editor.fontCss);a.getElementsByTagName("defs")[0].appendChild(b)}var f='<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n'+mxUtils.getXml(a);this.isLocalFileSave()||f.length<=MAX_REQUEST_SIZE?this.saveData(l,"svg",f,"image/svg+xml"):this.handleError({message:mxResources.get("drawingTooLarge")}, -mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(f)}))});this.convertMath(this.editor.graph,g,!1,mxUtils.bind(this,function(){h?(null==this.thumbImageCache&&(this.thumbImageCache={}),this.convertImages(g,q,this.thumbImageCache)):q(g)}))}};EditorUi.prototype.addCheckbox=function(a,b,c,d,e,h){h=null!=h?h:!0;var g=document.createElement("input");g.style.marginRight="8px";g.style.marginTop="16px";g.setAttribute("type","checkbox");c&&(g.setAttribute("checked","checked"),g.defaultChecked= -!0);d&&g.setAttribute("disabled","disabled");h&&(a.appendChild(g),c=document.createElement("span"),mxUtils.write(c,b),a.appendChild(c),e||mxUtils.br(a),mxEvent.addListener(c,"click",mxUtils.bind(this,function(a){"disabled"!=g.getAttribute("disabled")&&(g.checked=!g.checked,mxEvent.consume(a))})));return g};EditorUi.prototype.addEditButton=function(a,b){var c=this.addCheckbox(a,mxResources.get("edit")+":",!0,null,!0);c.style.marginLeft="24px";var g=this.getCurrentFile(),d="";null!=g&&g.getMode()!= -App.MODE_DEVICE&&g.getMode()!=App.MODE_BROWSER&&(d=window.location.href);var e=document.createElement("select");e.style.width="120px";e.style.marginLeft="8px";e.style.marginRight="10px";e.className="geBtn";g=document.createElement("option");g.setAttribute("value","blank");mxUtils.write(g,mxResources.get("makeCopy"));e.appendChild(g);g=document.createElement("option");g.setAttribute("value","custom");mxUtils.write(g,mxResources.get("custom")+"...");e.appendChild(g);a.appendChild(e);mxEvent.addListener(e, +mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(f)}))});this.convertMath(this.editor.graph,f,!1,mxUtils.bind(this,function(){g?(null==this.thumbImageCache&&(this.thumbImageCache={}),this.convertImages(f,q,this.thumbImageCache)):q(f)}))}};EditorUi.prototype.addCheckbox=function(a,b,c,d,e,g){g=null!=g?g:!0;var f=document.createElement("input");f.style.marginRight="8px";f.style.marginTop="16px";f.setAttribute("type","checkbox");c&&(f.setAttribute("checked","checked"),f.defaultChecked= +!0);d&&f.setAttribute("disabled","disabled");g&&(a.appendChild(f),c=document.createElement("span"),mxUtils.write(c,b),a.appendChild(c),e||mxUtils.br(a),mxEvent.addListener(c,"click",mxUtils.bind(this,function(a){"disabled"!=f.getAttribute("disabled")&&(f.checked=!f.checked,mxEvent.consume(a))})));return f};EditorUi.prototype.addEditButton=function(a,b){var c=this.addCheckbox(a,mxResources.get("edit")+":",!0,null,!0);c.style.marginLeft="24px";var f=this.getCurrentFile(),d="";null!=f&&f.getMode()!= +App.MODE_DEVICE&&f.getMode()!=App.MODE_BROWSER&&(d=window.location.href);var e=document.createElement("select");e.style.width="120px";e.style.marginLeft="8px";e.style.marginRight="10px";e.className="geBtn";f=document.createElement("option");f.setAttribute("value","blank");mxUtils.write(f,mxResources.get("makeCopy"));e.appendChild(f);f=document.createElement("option");f.setAttribute("value","custom");mxUtils.write(f,mxResources.get("custom")+"...");e.appendChild(f);a.appendChild(e);mxEvent.addListener(e, "change",mxUtils.bind(this,function(){if("custom"==e.value){var a=new FilenameDialog(this,d,mxResources.get("ok"),function(a){null!=a?d=a:e.value="blank"},mxResources.get("url"),null,null,null,null,function(){e.value="blank"});this.showDialog(a.container,300,80,!0,!1);a.init()}}));mxEvent.addListener(c,"change",mxUtils.bind(this,function(){c.checked&&(null==b||b.checked)?e.removeAttribute("disabled"):e.setAttribute("disabled","disabled")}));mxUtils.br(a);return{getLink:function(){return c.checked? -"blank"===e.value?"_blank":d:null},getEditInput:function(){return c},getEditSelect:function(){return e}}};EditorUi.prototype.addLinkSection=function(a,b){function c(){h.innerHTML='<div style="width:100%;height:100%;box-sizing:border-box;'+(null!=e&&e!=mxConstants.NONE?"border:1px solid black;background-color:"+e:"background-position:center center;background-repeat:no-repeat;background-image:url('"+Dialog.prototype.closeImage+"')")+';"></div>'}mxUtils.write(a,mxResources.get("links")+":");var g=document.createElement("select"); -g.style.width="100px";g.style.marginLeft="8px";g.style.marginRight="10px";g.className="geBtn";var d=document.createElement("option");d.setAttribute("value","auto");mxUtils.write(d,mxResources.get("automatic"));g.appendChild(d);d=document.createElement("option");d.setAttribute("value","blank");mxUtils.write(d,mxResources.get("openInNewWindow"));g.appendChild(d);d=document.createElement("option");d.setAttribute("value","self");mxUtils.write(d,mxResources.get("openInThisWindow"));g.appendChild(d);b&& -(d=document.createElement("option"),d.setAttribute("value","frame"),mxUtils.write(d,mxResources.get("openInThisWindow")+" ("+mxResources.get("iframe")+")"),g.appendChild(d));a.appendChild(g);mxUtils.write(a,mxResources.get("borderColor")+":");var e="#0000ff",h=null,h=mxUtils.button("",mxUtils.bind(this,function(a){this.pickColor(e||"none",function(a){e=a;c()});mxEvent.consume(a)}));c();h.style.padding=mxClient.IS_FF?"4px 2px 4px 2px":"4px";h.style.marginLeft="4px";h.style.height="22px";h.style.width= -"22px";h.style.position="relative";h.style.top=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_EDGE?"6px":"1px";h.className="geColorBtn";a.appendChild(h);mxUtils.br(a);return{getColor:function(){return e},getTarget:function(){return g.value},focus:function(){g.focus()}}};EditorUi.prototype.createLink=function(a,b,c,d,e,h,k,m){var g=this.getCurrentFile(),f=[];d&&(f.push("lightbox=1"),"auto"!=a&&f.push("target="+a),null!=b&&b!=mxConstants.NONE&&f.push("highlight="+("#"==b.charAt(0)?b.substring(1):b)), -null!=e&&0<e.length&&f.push("edit="+encodeURIComponent(e)),h&&f.push("layers=1"),this.editor.graph.foldingEnabled&&f.push("nav=1"));if(c&&null!=this.pages&&null!=this.currentPage)for(a=0;a<this.pages.length;a++)if(this.pages[a]==this.currentPage){0<a&&f.push("page="+a);break}a=!0;null!=k?c="#U"+encodeURIComponent(k):(g=this.getCurrentFile(),m||null==g||g.constructor!=window.DriveFile?c="#R"+encodeURIComponent(c?this.getFileData(!0,null,null,null,null,null,null,!0):this.editor.graph.compress(mxUtils.getXml(this.editor.getGraphXml()))): -(c="#"+g.getHash(),a=!1));a&&null!=g&&null!=g.getTitle()&&g.getTitle()!=this.defaultFilename&&f.push("title="+encodeURIComponent(g.getTitle()));return(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||!/.*\.draw\.io$/.test(window.location.hostname)?"https://www.draw.io/":"https://"+window.location.host+"/")+(0<f.length?"?"+f.join("&"):"")+c};EditorUi.prototype.createHtml=function(a,b,c,d,e,h,k,m,n,f,w){this.getBasenames();var g={};""!=e&&e!=mxConstants.NONE&&(g.highlight=e);"auto"!==d&&(g.target=d); -n||(g.lightbox=!1);g.nav=this.editor.graph.foldingEnabled;c=parseInt(c);isNaN(c)||100==c||(g.zoom=c/100);c=[];k&&(c.push("pages"),g.resize=!0,null!=this.pages&&null!=this.currentPage&&(g.page=mxUtils.indexOf(this.pages,this.currentPage)));b&&(c.push("zoom"),g.resize=!0);m&&c.push("layers");0<c.length&&(n&&c.push("lightbox"),g.toolbar=c.join(" "));null!=f&&0<f.length&&(g.edit=f);null!=a?g.url=a:g.xml=this.getFileData(!0,null,null,null,null,!k);b='<div class="mxgraph" style="'+(h?"max-width:100%;": -"")+(""!=c?"border:1px solid transparent;":"")+'" data-mxgraph="'+mxUtils.htmlEntities(JSON.stringify(g))+'"></div>';a=null!=a?"&fetch="+encodeURIComponent(a):"";w(b,'<script type="text/javascript" src="'+(0<a.length?("1"==urlParams.dev?"https://test.draw.io/embed2.js?dev=1":"https://www.draw.io/embed2.js?")+a:"1"==urlParams.dev?"https://test.draw.io/js/viewer.min.js":"https://www.draw.io/js/viewer.min.js")+'">\x3c/script>')};EditorUi.prototype.showHtmlDialog=function(a,b,c,d){var g=document.createElement("div"); -g.style.whiteSpace="nowrap";var e=document.createElement("h3");mxUtils.write(e,mxResources.get("html"));e.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";g.appendChild(e);var h=document.createElement("div");h.style.cssText="border-bottom:1px solid lightGray;padding-bottom:8px;margin-bottom:12px;";var l=document.createElement("input");l.style.cssText="margin-right:8px;margin-top:8px;margin-bottom:8px;";l.setAttribute("value","url");l.setAttribute("type","radio");l.setAttribute("name", -"type-embedhtmldialog");e=l.cloneNode(!0);e.setAttribute("value","copy");h.appendChild(e);var k=document.createElement("span");mxUtils.write(k,mxResources.get("includeCopyOfMyDiagram"));h.appendChild(k);mxUtils.br(h);h.appendChild(l);k=document.createElement("span");mxUtils.write(k,mxResources.get("publicDiagramUrl"));h.appendChild(k);var f=this.getCurrentFile();null==c&&null!=f&&f.constructor==window.DriveFile&&(k=document.createElement("a"),k.style.paddingLeft="12px",k.style.color="gray",k.setAttribute("href", -"javascript:void(0);"),mxUtils.write(k,mxResources.get("share")),h.appendChild(k),mxEvent.addListener(k,"click",mxUtils.bind(this,function(){this.hideDialog();this.drive.showPermissions(f.getId())})));e.setAttribute("checked","checked");null==c&&l.setAttribute("disabled","disabled");g.appendChild(h);var w=this.addLinkSection(g),m=this.addCheckbox(g,mxResources.get("zoom"),!0,null,!0);mxUtils.write(g,":");var t=document.createElement("input");t.setAttribute("type","text");t.style.marginRight="16px"; -t.style.width="60px";t.style.marginLeft="4px";t.style.marginRight="12px";t.value="100%";g.appendChild(t);var n=this.addCheckbox(g,mxResources.get("fit"),!0),h=null!=this.pages&&1<this.pages.length,p=p=this.addCheckbox(g,mxResources.get("allPages"),h,!h),A=this.addCheckbox(g,mxResources.get("layers"),!0),D=this.addCheckbox(g,mxResources.get("lightbox"),!0),I=this.addEditButton(g,D),C=I.getEditInput();C.style.marginBottom="16px";mxEvent.addListener(D,"change",function(){D.checked?C.removeAttribute("disabled"): -C.setAttribute("disabled","disabled");C.checked&&D.checked?I.getEditSelect().removeAttribute("disabled"):I.getEditSelect().setAttribute("disabled","disabled")});a=new CustomDialog(this,g,mxUtils.bind(this,function(){d(l.checked?c:null,m.checked,t.value,w.getTarget(),w.getColor(),n.checked,p.checked,A.checked,D.checked,I.getLink())}),null,a,b);this.showDialog(a.container,340,384,!0,!0);e.focus()};EditorUi.prototype.showPublishLinkDialog=function(a,b,c,d,e,h){var g=document.createElement("div");g.style.whiteSpace= -"nowrap";var l=document.createElement("h3");mxUtils.write(l,a||mxResources.get("link"));l.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";g.appendChild(l);var k=this.getCurrentFile(),l="https://desk.draw.io/support/solutions/articles/16000051941";a=0;if(null!=k&&k.constructor==window.DriveFile&&!b){a=80;var l="https://desk.draw.io/support/solutions/articles/16000039384",f=document.createElement("div");f.style.cssText="border-bottom:1px solid lightGray;padding-bottom:14px;padding-top:6px;margin-bottom:14px;text-align:center;"; -var m=document.createElement("div");m.style.whiteSpace="normal";mxUtils.write(m,mxResources.get("linkAccountRequired"));f.appendChild(m);m=mxUtils.button(mxResources.get("share"),mxUtils.bind(this,function(){this.drive.showPermissions(k.getId())}));m.style.marginTop="12px";m.className="geBtn";f.appendChild(m);g.appendChild(f);m=document.createElement("a");m.style.paddingLeft="12px";m.style.color="gray";m.style.fontSize="11px";m.setAttribute("href","javascript:void(0);");mxUtils.write(m,mxResources.get("check")); -f.appendChild(m);mxEvent.addListener(m,"click",mxUtils.bind(this,function(){this.spinner.spin(document.body,mxResources.get("loading"))&&this.getPublicUrl(this.getCurrentFile(),mxUtils.bind(this,function(a){this.spinner.stop();a=new ErrorDialog(this,null,mxResources.get(null!=a?"diagramIsPublic":"diagramIsNotPublic"),mxResources.get("ok"));this.showDialog(a.container,300,80,!0,!1);a.init()}))}))}var t=null,q=null;if(null!=c||null!=d)a+=30,mxUtils.write(g,mxResources.get("width")+":"),t=document.createElement("input"), -t.setAttribute("type","text"),t.style.marginRight="16px",t.style.width="50px",t.style.marginLeft="6px",t.style.marginRight="16px",t.style.marginBottom="10px",t.value="100%",g.appendChild(t),mxUtils.write(g,mxResources.get("height")+":"),q=document.createElement("input"),q.setAttribute("type","text"),q.style.width="50px",q.style.marginLeft="6px",q.style.marginBottom="10px",q.value=d+"px",g.appendChild(q),mxUtils.br(g);var n=this.addLinkSection(g,h);c=null!=this.pages&&1<this.pages.length;var u=null; -if(null==k||k.constructor!=window.DriveFile||b)u=this.addCheckbox(g,mxResources.get("allPages"),c,!c);var p=this.addCheckbox(g,mxResources.get("lightbox"),!0),D=this.addEditButton(g,p),I=D.getEditInput(),C=this.addCheckbox(g,mxResources.get("layers"),!0);C.style.marginLeft=I.style.marginLeft;C.style.marginBottom="16px";C.style.marginTop="8px";mxEvent.addListener(p,"change",function(){p.checked?(C.removeAttribute("disabled"),I.removeAttribute("disabled")):(C.setAttribute("disabled","disabled"),I.setAttribute("disabled", -"disabled"));I.checked&&p.checked?D.getEditSelect().removeAttribute("disabled"):D.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,g,mxUtils.bind(this,function(){e(n.getTarget(),n.getColor(),null==u?!0:u.checked,p.checked,D.getLink(),C.checked,null!=t?t.value:null,null!=q?q.value:null)}),null,mxResources.get("create"),l);this.showDialog(b.container,340,254+a,!0,!0);null!=t?(t.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?t.select(): -document.execCommand("selectAll",!1,null)):n.focus()};EditorUi.prototype.showRemoteExportDialog=function(a,b,c,d){var g=document.createElement("div");g.style.whiteSpace="nowrap";var e=document.createElement("h3");mxUtils.write(e,mxResources.get("image"));e.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";g.appendChild(e);var h=this.addCheckbox(g,mxResources.get("selectionOnly"),!1,this.editor.graph.isSelectionEmpty()),l=d?null:this.addCheckbox(g,mxResources.get("includeCopyOfMyDiagram"), -!0),e=this.editor.graph,k=d?null:this.addCheckbox(g,mxResources.get("transparentBackground"),e.background==mxConstants.NONE||null==e.background);null!=k&&(k.style.marginBottom="16px");a=new CustomDialog(this,g,mxUtils.bind(this,function(){c(!h.checked,null!=l?l.checked:!1,null!=k?k.checked:!1)}),null,a,b);this.showDialog(a.container,300,d?100:186,!0,!0)};EditorUi.prototype.showExportDialog=function(a,b,c,d,e,h,k,m){k=null!=k?k:!0;var g=document.createElement("div");g.style.whiteSpace="nowrap";var f= -this.editor.graph,l="jpeg"==m?196:300,t=document.createElement("h3");mxUtils.write(t,a);t.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:10px";g.appendChild(t);mxUtils.write(g,mxResources.get("zoom")+":");var q=document.createElement("input");q.setAttribute("type","text");q.style.marginRight="16px";q.style.width="60px";q.style.marginLeft="4px";q.style.marginRight="12px";q.value=this.lastExportZoom||"100%";g.appendChild(q);mxUtils.write(g,mxResources.get("borderWidth")+":"); -var n=document.createElement("input");n.setAttribute("type","text");n.style.marginRight="16px";n.style.width="60px";n.style.marginLeft="4px";n.value=this.lastExportBorder||"0";g.appendChild(n);mxUtils.br(g);var v=this.addCheckbox(g,mxResources.get("transparentBackground"),f.background==mxConstants.NONE||null==f.background,null,null,"jpeg"!=m),u=this.addCheckbox(g,mxResources.get("selectionOnly"),!1,f.isSelectionEmpty()),p=document.createElement("input");p.style.marginTop="16px";p.style.marginRight= -"8px";p.style.marginLeft="24px";p.setAttribute("disabled","disabled");p.setAttribute("type","checkbox");h&&(g.appendChild(p),mxUtils.write(g,mxResources.get("crop")),mxUtils.br(g),l+=26,mxEvent.addListener(u,"change",function(){u.checked?p.removeAttribute("disabled"):p.setAttribute("disabled","disabled")}));f.isSelectionEmpty()||(p.setAttribute("checked","checked"),p.defaultChecked=!0);var x=this.addCheckbox(g,mxResources.get("shadow"),f.shadowVisible),C=document.createElement("input");C.style.marginTop= -"16px";C.style.marginRight="8px";C.setAttribute("type","checkbox");!this.isOffline()&&this.canvasSupported||C.setAttribute("disabled","disabled");b&&(g.appendChild(C),mxUtils.write(g,mxResources.get("embedImages")),mxUtils.br(g),l+=26);var F=this.addCheckbox(g,mxResources.get("includeCopyOfMyDiagram"),k,null,null,"jpeg"!=m),H=null!=this.pages&&1<this.pages.length,G=this.addCheckbox(g,H?mxResources.get("allPages"):"",H,!H,null,"jpeg"!=m);G.style.marginLeft="24px";G.style.marginBottom="16px";H||(G.style.visibility= -"hidden");mxEvent.addListener(F,"change",function(){F.checked&&H?G.removeAttribute("disabled"):G.setAttribute("disabled","disabled")});k&&H||G.setAttribute("disabled","disabled");a=new CustomDialog(this,g,mxUtils.bind(this,function(){this.lastExportBorder=n.value;this.lastExportZoom=q.value;e(q.value,v.checked,!u.checked,x.checked,F.checked,C.checked,n.value,p.checked,!G.checked)}),null,c,d);this.showDialog(a.container,340,l,!0,!0);q.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode|| -mxClient.IS_QUIRKS?q.select():document.execCommand("selectAll",!1,null)};EditorUi.prototype.showEmbedImageDialog=function(a,b,c,d,e){var g=document.createElement("div");g.style.whiteSpace="nowrap";var h=this.editor.graph;if(null!=b){var l=document.createElement("h3");mxUtils.write(l,b);l.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";g.appendChild(l)}var k=this.addCheckbox(g,mxResources.get("fit"),!0),f=this.addCheckbox(g,mxResources.get("shadow"),h.shadowVisible&&d, -!d),m=this.addCheckbox(g,c),q=this.addCheckbox(g,mxResources.get("lightbox"),!0),t=this.addEditButton(g,q),n=t.getEditInput(),p=1<h.model.getChildCount(h.model.getRoot()),A=this.addCheckbox(g,mxResources.get("layers"),p,!p);A.style.marginLeft=n.style.marginLeft;A.style.marginBottom="12px";A.style.marginTop="8px";mxEvent.addListener(q,"change",function(){q.checked?(p&&A.removeAttribute("disabled"),n.removeAttribute("disabled")):(A.setAttribute("disabled","disabled"),n.setAttribute("disabled","disabled")); -n.checked&&q.checked?t.getEditSelect().removeAttribute("disabled"):t.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,g,mxUtils.bind(this,function(){a(k.checked,f.checked,m.checked,q.checked,t.getLink(),A.checked)}),null,mxResources.get("embed"),e);this.showDialog(b.container,280,280,!0,!0)};EditorUi.prototype.createEmbedImage=function(a,b,c,d,e,h,k,m){function g(b){var g=" ",l="";d&&(g=" onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ -(e?"&edit=_blank":"")+(h?"&layers=1":"")+"');}})(this);\"",l+="cursor:pointer;");a&&(l+="max-width:100%;");var m="";c&&(m=' width="'+Math.round(f.width)+'" height="'+Math.round(f.height)+'"');k('<img src="'+b+'"'+m+(""!=l?' style="'+l+'"':"")+g+"/>")}var f=this.editor.graph.getGraphBounds();if(this.isExportToCanvas())this.exportToCanvas(mxUtils.bind(this,function(a){var b=d?this.getFileData(!0):null;a=this.createImageDataUri(a,b,"png");g(a)}),null,null,null,mxUtils.bind(this,function(a){m({message:mxResources.get("unknownError")})}), -null,!0,c?2:1,null,b);else if(b=this.getFileData(!0),f.width*f.height<=MAX_AREA&&b.length<=MAX_REQUEST_SIZE){var l="";c&&(l="&w="+Math.round(2*f.width)+"&h="+Math.round(2*f.height));var q=new mxXmlRequest(EXPORT_URL,"format=png&base64=1&embedXml="+(d?"1":"0")+l+"&xml="+encodeURIComponent(b));q.send(mxUtils.bind(this,function(){200<=q.getStatus()&&299>=q.getStatus()?g("data:image/png;base64,"+q.getText()):m({message:mxResources.get("unknownError")})}))}else m({message:mxResources.get("drawingTooLarge")})}; -EditorUi.prototype.createEmbedSvg=function(a,b,c,d,e,h,k){var g=this.editor.graph.getSvg(),l=g.getElementsByTagName("a");if(null!=l)for(var f=0;f<l.length;f++){var m=l[f].getAttribute("href");null!=m&&"#"==m.charAt(0)&&"_blank"==l[f].getAttribute("target")&&l[f].removeAttribute("target")}d&&g.setAttribute("content",this.getFileData(!0));b&&this.editor.graph.addSvgShadow(g);if(c){var q=" ",t="";d&&(q="onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ -(e?"&edit=_blank":"")+(h?"&layers=1":"")+"');}})(this);\"",t+="cursor:pointer;");a&&(t+="max-width:100%;");this.convertImages(g,mxUtils.bind(this,function(a){k('<img src="'+this.createSvgDataUri(mxUtils.getXml(a))+'"'+(""!=t?' style="'+t+'"':"")+q+"/>")}))}else t="",d&&(g.setAttribute("onclick","(function(svg){var src=window.event.target||window.event.srcElement;while (src!=null&&src.nodeName.toLowerCase()!='a'){src=src.parentNode;}if(src==null){if(svg.wnd!=null&&!svg.wnd.closed){svg.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==svg.wnd){svg.wnd.postMessage(decodeURIComponent(svg.getAttribute('content')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);svg.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ -(e?"&edit=_blank":"")+(h?"&layers=1":"")+"');}}})(this);"),t+="cursor:pointer;"),a&&(a=parseInt(g.getAttribute("width")),b=parseInt(g.getAttribute("height")),g.setAttribute("viewBox","0 0 "+a+" "+b),t+="max-width:100%;max-height:"+b+"px;",g.removeAttribute("height")),""!=t&&g.setAttribute("style",t),k(mxUtils.getXml(g))};EditorUi.prototype.timeSince=function(a){a=Math.floor((new Date-a)/1E3);var b=Math.floor(a/31536E3);if(1<b)return b+" "+mxResources.get("years");b=Math.floor(a/2592E3);if(1<b)return b+ +"blank"===e.value?"_blank":d:null},getEditInput:function(){return c},getEditSelect:function(){return e}}};EditorUi.prototype.addLinkSection=function(a,b){function c(){g.innerHTML='<div style="width:100%;height:100%;box-sizing:border-box;'+(null!=e&&e!=mxConstants.NONE?"border:1px solid black;background-color:"+e:"background-position:center center;background-repeat:no-repeat;background-image:url('"+Dialog.prototype.closeImage+"')")+';"></div>'}mxUtils.write(a,mxResources.get("links")+":");var f=document.createElement("select"); +f.style.width="100px";f.style.marginLeft="8px";f.style.marginRight="10px";f.className="geBtn";var d=document.createElement("option");d.setAttribute("value","auto");mxUtils.write(d,mxResources.get("automatic"));f.appendChild(d);d=document.createElement("option");d.setAttribute("value","blank");mxUtils.write(d,mxResources.get("openInNewWindow"));f.appendChild(d);d=document.createElement("option");d.setAttribute("value","self");mxUtils.write(d,mxResources.get("openInThisWindow"));f.appendChild(d);b&& +(d=document.createElement("option"),d.setAttribute("value","frame"),mxUtils.write(d,mxResources.get("openInThisWindow")+" ("+mxResources.get("iframe")+")"),f.appendChild(d));a.appendChild(f);mxUtils.write(a,mxResources.get("borderColor")+":");var e="#0000ff",g=null,g=mxUtils.button("",mxUtils.bind(this,function(a){this.pickColor(e||"none",function(a){e=a;c()});mxEvent.consume(a)}));c();g.style.padding=mxClient.IS_FF?"4px 2px 4px 2px":"4px";g.style.marginLeft="4px";g.style.height="22px";g.style.width= +"22px";g.style.position="relative";g.style.top=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_EDGE?"6px":"1px";g.className="geColorBtn";a.appendChild(g);mxUtils.br(a);return{getColor:function(){return e},getTarget:function(){return f.value},focus:function(){f.focus()}}};EditorUi.prototype.createLink=function(a,b,c,d,e,g,k,m){var f=this.getCurrentFile(),h=[];d&&(h.push("lightbox=1"),"auto"!=a&&h.push("target="+a),null!=b&&b!=mxConstants.NONE&&h.push("highlight="+("#"==b.charAt(0)?b.substring(1):b)), +null!=e&&0<e.length&&h.push("edit="+encodeURIComponent(e)),g&&h.push("layers=1"),this.editor.graph.foldingEnabled&&h.push("nav=1"));if(c&&null!=this.pages&&null!=this.currentPage)for(a=0;a<this.pages.length;a++)if(this.pages[a]==this.currentPage){0<a&&h.push("page="+a);break}a=!0;null!=k?c="#U"+encodeURIComponent(k):(f=this.getCurrentFile(),m||null==f||f.constructor!=window.DriveFile?c="#R"+encodeURIComponent(c?this.getFileData(!0,null,null,null,null,null,null,!0):this.editor.graph.compress(mxUtils.getXml(this.editor.getGraphXml()))): +(c="#"+f.getHash(),a=!1));a&&null!=f&&null!=f.getTitle()&&f.getTitle()!=this.defaultFilename&&h.push("title="+encodeURIComponent(f.getTitle()));return(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||!/.*\.draw\.io$/.test(window.location.hostname)?"https://www.draw.io/":"https://"+window.location.host+"/")+(0<h.length?"?"+h.join("&"):"")+c};EditorUi.prototype.createHtml=function(a,b,c,d,e,g,k,m,n,h,w){this.getBasenames();var f={};""!=e&&e!=mxConstants.NONE&&(f.highlight=e);"auto"!==d&&(f.target=d); +n||(f.lightbox=!1);f.nav=this.editor.graph.foldingEnabled;c=parseInt(c);isNaN(c)||100==c||(f.zoom=c/100);c=[];k&&(c.push("pages"),f.resize=!0,null!=this.pages&&null!=this.currentPage&&(f.page=mxUtils.indexOf(this.pages,this.currentPage)));b&&(c.push("zoom"),f.resize=!0);m&&c.push("layers");0<c.length&&(n&&c.push("lightbox"),f.toolbar=c.join(" "));null!=h&&0<h.length&&(f.edit=h);null!=a?f.url=a:f.xml=this.getFileData(!0,null,null,null,null,!k);b='<div class="mxgraph" style="'+(g?"max-width:100%;": +"")+(""!=c?"border:1px solid transparent;":"")+'" data-mxgraph="'+mxUtils.htmlEntities(JSON.stringify(f))+'"></div>';a=null!=a?"&fetch="+encodeURIComponent(a):"";w(b,'<script type="text/javascript" src="'+(0<a.length?("1"==urlParams.dev?"https://test.draw.io/embed2.js?dev=1":"https://www.draw.io/embed2.js?")+a:"1"==urlParams.dev?"https://test.draw.io/js/viewer.min.js":"https://www.draw.io/js/viewer.min.js")+'">\x3c/script>')};EditorUi.prototype.showHtmlDialog=function(a,b,c,d){var f=document.createElement("div"); +f.style.whiteSpace="nowrap";var e=document.createElement("h3");mxUtils.write(e,mxResources.get("html"));e.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";f.appendChild(e);var g=document.createElement("div");g.style.cssText="border-bottom:1px solid lightGray;padding-bottom:8px;margin-bottom:12px;";var l=document.createElement("input");l.style.cssText="margin-right:8px;margin-top:8px;margin-bottom:8px;";l.setAttribute("value","url");l.setAttribute("type","radio");l.setAttribute("name", +"type-embedhtmldialog");e=l.cloneNode(!0);e.setAttribute("value","copy");g.appendChild(e);var q=document.createElement("span");mxUtils.write(q,mxResources.get("includeCopyOfMyDiagram"));g.appendChild(q);mxUtils.br(g);g.appendChild(l);q=document.createElement("span");mxUtils.write(q,mxResources.get("publicDiagramUrl"));g.appendChild(q);var h=this.getCurrentFile();null==c&&null!=h&&h.constructor==window.DriveFile&&(q=document.createElement("a"),q.style.paddingLeft="12px",q.style.color="gray",q.setAttribute("href", +"javascript:void(0);"),mxUtils.write(q,mxResources.get("share")),g.appendChild(q),mxEvent.addListener(q,"click",mxUtils.bind(this,function(){this.hideDialog();this.drive.showPermissions(h.getId())})));e.setAttribute("checked","checked");null==c&&l.setAttribute("disabled","disabled");f.appendChild(g);var k=this.addLinkSection(f),m=this.addCheckbox(f,mxResources.get("zoom"),!0,null,!0);mxUtils.write(f,":");var n=document.createElement("input");n.setAttribute("type","text");n.style.marginRight="16px"; +n.style.width="60px";n.style.marginLeft="4px";n.style.marginRight="12px";n.value="100%";f.appendChild(n);var p=this.addCheckbox(f,mxResources.get("fit"),!0),g=null!=this.pages&&1<this.pages.length,G=G=this.addCheckbox(f,mxResources.get("allPages"),g,!g),E=this.addCheckbox(f,mxResources.get("layers"),!0),F=this.addCheckbox(f,mxResources.get("lightbox"),!0),A=this.addEditButton(f,F),B=A.getEditInput();B.style.marginBottom="16px";mxEvent.addListener(F,"change",function(){F.checked?B.removeAttribute("disabled"): +B.setAttribute("disabled","disabled");B.checked&&F.checked?A.getEditSelect().removeAttribute("disabled"):A.getEditSelect().setAttribute("disabled","disabled")});a=new CustomDialog(this,f,mxUtils.bind(this,function(){d(l.checked?c:null,m.checked,n.value,k.getTarget(),k.getColor(),p.checked,G.checked,E.checked,F.checked,A.getLink())}),null,a,b);this.showDialog(a.container,340,384,!0,!0);e.focus()};EditorUi.prototype.showPublishLinkDialog=function(a,b,c,d,e,g){var f=document.createElement("div");f.style.whiteSpace= +"nowrap";var l=document.createElement("h3");mxUtils.write(l,a||mxResources.get("link"));l.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";f.appendChild(l);var q=this.getCurrentFile(),l="https://desk.draw.io/support/solutions/articles/16000051941";a=0;if(null!=q&&q.constructor==window.DriveFile&&!b){a=80;var l="https://desk.draw.io/support/solutions/articles/16000039384",h=document.createElement("div");h.style.cssText="border-bottom:1px solid lightGray;padding-bottom:14px;padding-top:6px;margin-bottom:14px;text-align:center;"; +var k=document.createElement("div");k.style.whiteSpace="normal";mxUtils.write(k,mxResources.get("linkAccountRequired"));h.appendChild(k);k=mxUtils.button(mxResources.get("share"),mxUtils.bind(this,function(){this.drive.showPermissions(q.getId())}));k.style.marginTop="12px";k.className="geBtn";h.appendChild(k);f.appendChild(h);k=document.createElement("a");k.style.paddingLeft="12px";k.style.color="gray";k.style.fontSize="11px";k.setAttribute("href","javascript:void(0);");mxUtils.write(k,mxResources.get("check")); +h.appendChild(k);mxEvent.addListener(k,"click",mxUtils.bind(this,function(){this.spinner.spin(document.body,mxResources.get("loading"))&&this.getPublicUrl(this.getCurrentFile(),mxUtils.bind(this,function(a){this.spinner.stop();a=new ErrorDialog(this,null,mxResources.get(null!=a?"diagramIsPublic":"diagramIsNotPublic"),mxResources.get("ok"));this.showDialog(a.container,300,80,!0,!1);a.init()}))}))}var m=null,n=null;if(null!=c||null!=d)a+=30,mxUtils.write(f,mxResources.get("width")+":"),m=document.createElement("input"), +m.setAttribute("type","text"),m.style.marginRight="16px",m.style.width="50px",m.style.marginLeft="6px",m.style.marginRight="16px",m.style.marginBottom="10px",m.value="100%",f.appendChild(m),mxUtils.write(f,mxResources.get("height")+":"),n=document.createElement("input"),n.setAttribute("type","text"),n.style.width="50px",n.style.marginLeft="6px",n.style.marginBottom="10px",n.value=d+"px",f.appendChild(n),mxUtils.br(f);var u=this.addLinkSection(f,g);c=null!=this.pages&&1<this.pages.length;var t=null; +if(null==q||q.constructor!=window.DriveFile||b)t=this.addCheckbox(f,mxResources.get("allPages"),c,!c);var p=this.addCheckbox(f,mxResources.get("lightbox"),!0),F=this.addEditButton(f,p),A=F.getEditInput(),B=this.addCheckbox(f,mxResources.get("layers"),!0);B.style.marginLeft=A.style.marginLeft;B.style.marginBottom="16px";B.style.marginTop="8px";mxEvent.addListener(p,"change",function(){p.checked?(B.removeAttribute("disabled"),A.removeAttribute("disabled")):(B.setAttribute("disabled","disabled"),A.setAttribute("disabled", +"disabled"));A.checked&&p.checked?F.getEditSelect().removeAttribute("disabled"):F.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,f,mxUtils.bind(this,function(){e(u.getTarget(),u.getColor(),null==t?!0:t.checked,p.checked,F.getLink(),B.checked,null!=m?m.value:null,null!=n?n.value:null)}),null,mxResources.get("create"),l);this.showDialog(b.container,340,254+a,!0,!0);null!=m?(m.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?m.select(): +document.execCommand("selectAll",!1,null)):u.focus()};EditorUi.prototype.showRemoteExportDialog=function(a,b,c,d){var f=document.createElement("div");f.style.whiteSpace="nowrap";var e=document.createElement("h3");mxUtils.write(e,mxResources.get("image"));e.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";f.appendChild(e);var g=this.addCheckbox(f,mxResources.get("selectionOnly"),!1,this.editor.graph.isSelectionEmpty()),l=d?null:this.addCheckbox(f,mxResources.get("includeCopyOfMyDiagram"), +!0),e=this.editor.graph,k=d?null:this.addCheckbox(f,mxResources.get("transparentBackground"),e.background==mxConstants.NONE||null==e.background);null!=k&&(k.style.marginBottom="16px");a=new CustomDialog(this,f,mxUtils.bind(this,function(){c(!g.checked,null!=l?l.checked:!1,null!=k?k.checked:!1)}),null,a,b);this.showDialog(a.container,300,d?100:186,!0,!0)};EditorUi.prototype.showExportDialog=function(a,b,c,d,e,g,k,m){k=null!=k?k:!0;var f=document.createElement("div");f.style.whiteSpace="nowrap";var h= +this.editor.graph,l="jpeg"==m?196:300,q=document.createElement("h3");mxUtils.write(q,a);q.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:10px";f.appendChild(q);mxUtils.write(f,mxResources.get("zoom")+":");var n=document.createElement("input");n.setAttribute("type","text");n.style.marginRight="16px";n.style.width="60px";n.style.marginLeft="4px";n.style.marginRight="12px";n.value=this.lastExportZoom||"100%";f.appendChild(n);mxUtils.write(f,mxResources.get("borderWidth")+":"); +var v=document.createElement("input");v.setAttribute("type","text");v.style.marginRight="16px";v.style.width="60px";v.style.marginLeft="4px";v.value=this.lastExportBorder||"0";f.appendChild(v);mxUtils.br(f);var u=this.addCheckbox(f,mxResources.get("transparentBackground"),h.background==mxConstants.NONE||null==h.background,null,null,"jpeg"!=m),t=this.addCheckbox(f,mxResources.get("selectionOnly"),!1,h.isSelectionEmpty()),p=document.createElement("input");p.style.marginTop="16px";p.style.marginRight= +"8px";p.style.marginLeft="24px";p.setAttribute("disabled","disabled");p.setAttribute("type","checkbox");g&&(f.appendChild(p),mxUtils.write(f,mxResources.get("crop")),mxUtils.br(f),l+=26,mxEvent.addListener(t,"change",function(){t.checked?p.removeAttribute("disabled"):p.setAttribute("disabled","disabled")}));h.isSelectionEmpty()||(p.setAttribute("checked","checked"),p.defaultChecked=!0);var x=this.addCheckbox(f,mxResources.get("shadow"),h.shadowVisible),B=document.createElement("input");B.style.marginTop= +"16px";B.style.marginRight="8px";B.setAttribute("type","checkbox");!this.isOffline()&&this.canvasSupported||B.setAttribute("disabled","disabled");b&&(f.appendChild(B),mxUtils.write(f,mxResources.get("embedImages")),mxUtils.br(f),l+=26);var I=this.addCheckbox(f,mxResources.get("includeCopyOfMyDiagram"),k,null,null,"jpeg"!=m),H=null!=this.pages&&1<this.pages.length,J=this.addCheckbox(f,H?mxResources.get("allPages"):"",H,!H,null,"jpeg"!=m);J.style.marginLeft="24px";J.style.marginBottom="16px";H||(J.style.visibility= +"hidden");mxEvent.addListener(I,"change",function(){I.checked&&H?J.removeAttribute("disabled"):J.setAttribute("disabled","disabled")});k&&H||J.setAttribute("disabled","disabled");a=new CustomDialog(this,f,mxUtils.bind(this,function(){this.lastExportBorder=v.value;this.lastExportZoom=n.value;e(n.value,u.checked,!t.checked,x.checked,I.checked,B.checked,v.value,p.checked,!J.checked)}),null,c,d);this.showDialog(a.container,340,l,!0,!0);n.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode|| +mxClient.IS_QUIRKS?n.select():document.execCommand("selectAll",!1,null)};EditorUi.prototype.showEmbedImageDialog=function(a,b,c,d,e){var f=document.createElement("div");f.style.whiteSpace="nowrap";var g=this.editor.graph;if(null!=b){var l=document.createElement("h3");mxUtils.write(l,b);l.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";f.appendChild(l)}var k=this.addCheckbox(f,mxResources.get("fit"),!0),h=this.addCheckbox(f,mxResources.get("shadow"),g.shadowVisible&&d, +!d),q=this.addCheckbox(f,c),m=this.addCheckbox(f,mxResources.get("lightbox"),!0),n=this.addEditButton(f,m),u=n.getEditInput(),p=1<g.model.getChildCount(g.model.getRoot()),E=this.addCheckbox(f,mxResources.get("layers"),p,!p);E.style.marginLeft=u.style.marginLeft;E.style.marginBottom="12px";E.style.marginTop="8px";mxEvent.addListener(m,"change",function(){m.checked?(p&&E.removeAttribute("disabled"),u.removeAttribute("disabled")):(E.setAttribute("disabled","disabled"),u.setAttribute("disabled","disabled")); +u.checked&&m.checked?n.getEditSelect().removeAttribute("disabled"):n.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,f,mxUtils.bind(this,function(){a(k.checked,h.checked,q.checked,m.checked,n.getLink(),E.checked)}),null,mxResources.get("embed"),e);this.showDialog(b.container,280,280,!0,!0)};EditorUi.prototype.createEmbedImage=function(a,b,c,d,e,g,k,m){function f(b){var f=" ",l="";d&&(f=" onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ +(e?"&edit=_blank":"")+(g?"&layers=1":"")+"');}})(this);\"",l+="cursor:pointer;");a&&(l+="max-width:100%;");var q="";c&&(q=' width="'+Math.round(h.width)+'" height="'+Math.round(h.height)+'"');k('<img src="'+b+'"'+q+(""!=l?' style="'+l+'"':"")+f+"/>")}var h=this.editor.graph.getGraphBounds();if(this.isExportToCanvas())this.exportToCanvas(mxUtils.bind(this,function(a){var b=d?this.getFileData(!0):null;a=this.createImageDataUri(a,b,"png");f(a)}),null,null,null,mxUtils.bind(this,function(a){m({message:mxResources.get("unknownError")})}), +null,!0,c?2:1,null,b);else if(b=this.getFileData(!0),h.width*h.height<=MAX_AREA&&b.length<=MAX_REQUEST_SIZE){var l="";c&&(l="&w="+Math.round(2*h.width)+"&h="+Math.round(2*h.height));var q=new mxXmlRequest(EXPORT_URL,"format=png&base64=1&embedXml="+(d?"1":"0")+l+"&xml="+encodeURIComponent(b));q.send(mxUtils.bind(this,function(){200<=q.getStatus()&&299>=q.getStatus()?f("data:image/png;base64,"+q.getText()):m({message:mxResources.get("unknownError")})}))}else m({message:mxResources.get("drawingTooLarge")})}; +EditorUi.prototype.createEmbedSvg=function(a,b,c,d,e,g,k){var f=this.editor.graph.getSvg(),l=f.getElementsByTagName("a");if(null!=l)for(var h=0;h<l.length;h++){var q=l[h].getAttribute("href");null!=q&&"#"==q.charAt(0)&&"_blank"==l[h].getAttribute("target")&&l[h].removeAttribute("target")}d&&f.setAttribute("content",this.getFileData(!0));b&&this.editor.graph.addSvgShadow(f);if(c){var m=" ",n="";d&&(m="onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ +(e?"&edit=_blank":"")+(g?"&layers=1":"")+"');}})(this);\"",n+="cursor:pointer;");a&&(n+="max-width:100%;");this.convertImages(f,mxUtils.bind(this,function(a){k('<img src="'+this.createSvgDataUri(mxUtils.getXml(a))+'"'+(""!=n?' style="'+n+'"':"")+m+"/>")}))}else n="",d&&(f.setAttribute("onclick","(function(svg){var src=window.event.target||window.event.srcElement;while (src!=null&&src.nodeName.toLowerCase()!='a'){src=src.parentNode;}if(src==null){if(svg.wnd!=null&&!svg.wnd.closed){svg.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==svg.wnd){svg.wnd.postMessage(decodeURIComponent(svg.getAttribute('content')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);svg.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ +(e?"&edit=_blank":"")+(g?"&layers=1":"")+"');}}})(this);"),n+="cursor:pointer;"),a&&(a=parseInt(f.getAttribute("width")),b=parseInt(f.getAttribute("height")),f.setAttribute("viewBox","0 0 "+a+" "+b),n+="max-width:100%;max-height:"+b+"px;",f.removeAttribute("height")),""!=n&&f.setAttribute("style",n),k(mxUtils.getXml(f))};EditorUi.prototype.timeSince=function(a){a=Math.floor((new Date-a)/1E3);var b=Math.floor(a/31536E3);if(1<b)return b+" "+mxResources.get("years");b=Math.floor(a/2592E3);if(1<b)return b+ " "+mxResources.get("months");b=Math.floor(a/86400);if(1<b)return b+" "+mxResources.get("days");b=Math.floor(a/3600);if(1<b)return b+" "+mxResources.get("hours");b=Math.floor(a/60);return 1<b?b+" "+mxResources.get("minutes"):1==b?b+" "+mxResources.get("minute"):null};EditorUi.prototype.convertMath=function(a,b,c,d){a.mathEnabled&&"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub?(Editor.MathJaxRender(b),window.setTimeout(mxUtils.bind(this,function(){MathJax.Hub.Queue(mxUtils.bind(this, -function(){d()}))}),0)):d()};EditorUi.prototype.decodeNodeIntoGraph=function(a,b){if(null!=a){var c=null;if("diagram"==a.nodeName)c=a;else if("mxfile"==a.nodeName){var g=a.getElementsByTagName("diagram");if(0<g.length){var c=g[0],d=b.getGlobalVariable;b.getGlobalVariable=function(a){return"page"==a?c.getAttribute("name")||mxResources.get("pageWithNumber",[1]):"pagenumber"==a?1:d.apply(this,arguments)}}}null!=c&&(g=b.decompress(mxUtils.getTextContent(c)),null!=g&&0<g.length&&(a=mxUtils.parseXml(g).documentElement))}g= -this.editor.graph;try{this.editor.graph=b,this.editor.setGraphXml(a)}catch(u){}finally{this.editor.graph=g}return a};EditorUi.prototype.getEmbeddedPng=function(a,b,c){var g=this.editor.graph,d=null;if(null!=c&&0<c.length)g=this.createTemporaryGraph(this.editor.graph.getStylesheet()),document.body.appendChild(g.container),this.decodeNodeIntoGraph(this.editor.extractGraphModel(mxUtils.parseXml(c).documentElement,!0),g),d=c;else if(null!=this.pages&&this.currentPage!=this.pages[0]){var g=this.createTemporaryGraph(g.getStylesheet()), -e=g.getGlobalVariable,h=this.pages[0];g.getGlobalVariable=function(a){return"page"==a?h.getName():"pagenumber"==a?1:e.apply(this,arguments)};document.body.appendChild(g.container);g.model.setRoot(h.root)}this.exportToCanvas(mxUtils.bind(this,function(c){try{null==d&&(d=this.getFileData(!0));var e=c.toDataURL("image/png"),e=this.writeGraphModelToPng(e,"zTXt","mxGraphModel",atob(this.editor.graph.compress(d)));a(e.substring(e.lastIndexOf(",")+1));g!=this.editor.graph&&g.container.parentNode.removeChild(g.container)}catch(f){null!= -b&&b(f)}}),null,null,null,mxUtils.bind(this,function(a){null!=b&&b(a)}),null,null,null,null,g.shadowVisible,null,g)};EditorUi.prototype.getEmbeddedSvg=function(a,b,c,d,e,h,k){k=b.background;k==mxConstants.NONE&&(k=null);b=b.getSvg(k,null,null,null,null,h);null!=a&&b.setAttribute("content",a);null!=c&&b.setAttribute("resource",c);if(null!=e)this.convertImages(b,mxUtils.bind(this,function(a){e((d?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+ -mxUtils.getXml(a))}));else return(d?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+mxUtils.getXml(b)};EditorUi.prototype.exportImage=function(a,b,c,d,e,h,k,m,n){n=null!=n?n:"png";if(this.spinner.spin(document.body,mxResources.get("exporting"))){var f=this.editor.graph.isSelectionEmpty();c=null!=c?c:f;null==this.thumbImageCache&&(this.thumbImageCache={});try{this.exportToCanvas(mxUtils.bind(this,function(a){this.spinner.stop(); -try{this.saveCanvas(a,e?this.getFileData(!0,null,null,null,c,m):null,n)}catch(B){"Invalid image"==B.message?this.downloadFile(n):this.handleError(B)}}),null,this.thumbImageCache,null,mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}),null,c,a||1,b,d,null,null,h,k)}catch(w){this.spinner.stop(),this.handleError(w)}}};EditorUi.prototype.loadFonts=function(a){if(null!=this.editor.fontCss&&null==this.editor.resolvedFontCss){var b=function(a){return a.replace(RegExp("^[\\s\"']+","g"), -"").replace(RegExp("[\\s\"']+$","g"),"")},c=this.editor.fontCss.split("url("),d=0,e={},h=mxUtils.bind(this,function(){if(0==d){for(var f=[c[0]],g=1;g<c.length;g++){var h=c[g].indexOf(")");f.push('url("');f.push(e[b(c[g].substring(0,h))]);f.push('"'+c[g].substring(h))}this.editor.resolvedFontCss=f.join("");a()}});if(0<c.length)for(var k=1;k<c.length;k++){var m=c[k].indexOf(")"),n=null,f=c[k].indexOf("format(",m);0<f&&(n=b(c[k].substring(f+7,c[k].indexOf(")",f))));mxUtils.bind(this,function(a){if(null== +function(){d()}))}),0)):d()};EditorUi.prototype.decodeNodeIntoGraph=function(a,b){if(null!=a){var c=null;if("diagram"==a.nodeName)c=a;else if("mxfile"==a.nodeName){var f=a.getElementsByTagName("diagram");if(0<f.length){var c=f[0],d=b.getGlobalVariable;b.getGlobalVariable=function(a){return"page"==a?c.getAttribute("name")||mxResources.get("pageWithNumber",[1]):"pagenumber"==a?1:d.apply(this,arguments)}}}null!=c&&(f=b.decompress(mxUtils.getTextContent(c)),null!=f&&0<f.length&&(a=mxUtils.parseXml(f).documentElement))}f= +this.editor.graph;try{this.editor.graph=b,this.editor.setGraphXml(a)}catch(t){}finally{this.editor.graph=f}return a};EditorUi.prototype.getEmbeddedPng=function(a,b,c){var f=this.editor.graph,d=null;if(null!=c&&0<c.length)f=this.createTemporaryGraph(this.editor.graph.getStylesheet()),document.body.appendChild(f.container),this.decodeNodeIntoGraph(this.editor.extractGraphModel(mxUtils.parseXml(c).documentElement,!0),f),d=c;else if(null!=this.pages&&this.currentPage!=this.pages[0]){var f=this.createTemporaryGraph(f.getStylesheet()), +e=f.getGlobalVariable,g=this.pages[0];f.getGlobalVariable=function(a){return"page"==a?g.getName():"pagenumber"==a?1:e.apply(this,arguments)};document.body.appendChild(f.container);f.model.setRoot(g.root)}this.exportToCanvas(mxUtils.bind(this,function(c){try{null==d&&(d=this.getFileData(!0));var e=c.toDataURL("image/png"),e=this.writeGraphModelToPng(e,"zTXt","mxGraphModel",atob(this.editor.graph.compress(d)));a(e.substring(e.lastIndexOf(",")+1));f!=this.editor.graph&&f.container.parentNode.removeChild(f.container)}catch(h){null!= +b&&b(h)}}),null,null,null,mxUtils.bind(this,function(a){null!=b&&b(a)}),null,null,null,null,f.shadowVisible,null,f)};EditorUi.prototype.getEmbeddedSvg=function(a,b,c,d,e,g,k){k=b.background;k==mxConstants.NONE&&(k=null);b=b.getSvg(k,null,null,null,null,g);null!=a&&b.setAttribute("content",a);null!=c&&b.setAttribute("resource",c);if(null!=e)this.convertImages(b,mxUtils.bind(this,function(a){e((d?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+ +mxUtils.getXml(a))}));else return(d?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+mxUtils.getXml(b)};EditorUi.prototype.exportImage=function(a,b,c,d,e,g,k,m,n){n=null!=n?n:"png";if(this.spinner.spin(document.body,mxResources.get("exporting"))){var f=this.editor.graph.isSelectionEmpty();c=null!=c?c:f;null==this.thumbImageCache&&(this.thumbImageCache={});try{this.exportToCanvas(mxUtils.bind(this,function(a){this.spinner.stop(); +try{this.saveCanvas(a,e?this.getFileData(!0,null,null,null,c,m):null,n)}catch(C){"Invalid image"==C.message?this.downloadFile(n):this.handleError(C)}}),null,this.thumbImageCache,null,mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}),null,c,a||1,b,d,null,null,g,k)}catch(w){this.spinner.stop(),this.handleError(w)}}};EditorUi.prototype.loadFonts=function(a){if(null!=this.editor.fontCss&&null==this.editor.resolvedFontCss){var b=function(a){return a.replace(RegExp("^[\\s\"']+","g"), +"").replace(RegExp("[\\s\"']+$","g"),"")},c=this.editor.fontCss.split("url("),d=0,e={},g=mxUtils.bind(this,function(){if(0==d){for(var f=[c[0]],h=1;h<c.length;h++){var g=c[h].indexOf(")");f.push('url("');f.push(e[b(c[h].substring(0,g))]);f.push('"'+c[h].substring(g))}this.editor.resolvedFontCss=f.join("");a()}});if(0<c.length)for(var k=1;k<c.length;k++){var m=c[k].indexOf(")"),n=null,h=c[k].indexOf("format(",m);0<h&&(n=b(c[k].substring(h+7,c[k].indexOf(")",h))));mxUtils.bind(this,function(a){if(null== e[a]){e[a]=a;d++;var b="application/x-font-ttf";if("svg"==n||/(\.svg)($|\?)/i.test(a))b="image/svg+xml";else if("otf"==n||"embedded-opentype"==n||/(\.otf)($|\?)/i.test(a))b="application/x-font-opentype";else if("woff"==n||/(\.woff)($|\?)/i.test(a))b="application/font-woff";else if("woff2"==n||/(\.woff2)($|\?)/i.test(a))b="application/font-woff2";else if("eot"==n||/(\.eot)($|\?)/i.test(a))b="application/vnd.ms-fontobject";else if("sfnt"==n||/(\.sfnt)($|\?)/i.test(a))b="application/font-sfnt";var c= -a;/^https?:\/\//.test(c)&&!this.isCorsEnabledForUrl(c)&&(c=PROXY_URL+"?url="+encodeURIComponent(a));this.loadUrl(c,mxUtils.bind(this,function(b){e[a]=b;d--;h()}),mxUtils.bind(this,function(a){d--;h()}),!0,null,"data:"+b+";charset=utf-8;base64,")}})(b(c[k].substring(0,m)),n)}}else a()};EditorUi.prototype.exportToCanvas=function(a,b,c,d,e,h,k,m,n,f,w,p,E,y){h=null!=h?h:!0;p=null!=p?p:this.editor.graph;E=null!=E?E:0;var g=n?null:p.background;g==mxConstants.NONE&&(g=null);null==g&&(g=d);null==g&&0==n&& -(g=this.editor.graph.defaultPageBackgroundColor);this.convertImages(p.getSvg(g,null,null,y,null,null!=k?k:!0),mxUtils.bind(this,function(c){var d=new Image;d.onload=mxUtils.bind(this,function(){try{var f=document.createElement("canvas"),l=parseInt(c.getAttribute("width")),k=parseInt(c.getAttribute("height"));m=null!=m?m:1;null!=b&&(m=h?Math.min(1,Math.min(3*b/(4*k),b/l)):b/l);l=Math.ceil(m*l)+2*E;k=Math.ceil(m*k)+2*E;f.setAttribute("width",l);f.setAttribute("height",k);var q=f.getContext("2d");null!= -g&&(q.beginPath(),q.rect(0,0,l,k),q.fillStyle=g,q.fill());q.scale(m,m);mxClient.IS_SF?window.setTimeout(function(){q.drawImage(d,E/m,E/m);a(f)},0):(q.drawImage(d,E/m,E/m),a(f))}catch(M){null!=e&&e(M)}});d.onerror=function(a){null!=e&&e(a)};try{f&&this.editor.graph.addSvgShadow(c);var l=mxUtils.bind(this,function(){if(null!=this.editor.resolvedFontCss){var a=document.createElement("style");a.setAttribute("type","text/css");a.innerHTML=this.editor.resolvedFontCss;c.getElementsByTagName("defs")[0].appendChild(a)}this.convertMath(p, -c,!0,mxUtils.bind(this,function(){d.src=this.createSvgDataUri(mxUtils.getXml(c))}))});this.loadFonts(l)}catch(C){null!=e&&e(C)}}),c,w)};EditorUi.prototype.createImageUrlConverter=function(){var a=new mxUrlConverter;a.updateBaseUrl();var b=a.convert,c=this;a.convert=function(g){if(null!=g){var d="http://"==g.substring(0,7)||"https://"==g.substring(0,8);d&&!navigator.onLine?g=c.svgBrokenImage.src:!d||g.substring(0,a.baseUrl.length)==a.baseUrl||c.crossOriginImages&&c.isCorsEnabledForUrl(g)?"chrome-extension://"!= -g.substring(0,19)&&(g=b.apply(this,arguments)):g=PROXY_URL+"?url="+encodeURIComponent(g)}return g};return a};EditorUi.prototype.convertImages=function(a,b,c,d){null==d&&(d=this.createImageUrlConverter());var g=0,e=c||{};c=mxUtils.bind(this,function(c,h){for(var l=a.getElementsByTagName(c),f=0;f<l.length;f++)mxUtils.bind(this,function(c){var f=d.convert(c.getAttribute(h));if(null!=f&&"data:"!=f.substring(0,5)){var l=e[f];null==l?(g++,this.convertImageToDataUri(f,function(d){null!=d&&(e[f]=d,c.setAttribute(h, -d));g--;0==g&&b(a)})):c.setAttribute(h,l)}else null!=f&&c.setAttribute(h,f)})(l[f])});c("image","xlink:href");c("img","src");0==g&&b(a)};EditorUi.prototype.loadUrl=function(a,b,c,d,e,h){try{var g=d||/(\.png)($|\?)/i.test(a)||/(\.jpe?g)($|\?)/i.test(a)||/(\.gif)($|\?)/i.test(a);e=null!=e?e:!0;var l=mxUtils.bind(this,function(){mxUtils.get(a,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus()){if(null!=b){var f=a.getText();if(g){if((9==document.documentMode||10==document.documentMode)&& -"undefined"!==typeof window.mxUtilsBinaryToArray){a=mxUtilsBinaryToArray(a.request.responseBody).toArray();for(var f=Array(a.length),d=0;d<a.length;d++)f[d]=String.fromCharCode(a[d]);f=f.join("")}h=null!=h?h:"data:image/png;base64,";f=h+this.base64Encode(f)}b(f)}}else null!=c&&c({code:App.ERROR_UNKNOWN},a)}),function(){null!=c&&c({code:App.ERROR_UNKNOWN})},g,this.timeout,function(){e&&null!=c&&c({code:App.ERROR_TIMEOUT,retry:l})})});l()}catch(z){null!=c&&c(z)}};EditorUi.prototype.isCorsEnabledForUrl= +a;/^https?:\/\//.test(c)&&!this.isCorsEnabledForUrl(c)&&(c=PROXY_URL+"?url="+encodeURIComponent(a));this.loadUrl(c,mxUtils.bind(this,function(b){e[a]=b;d--;g()}),mxUtils.bind(this,function(a){d--;g()}),!0,null,"data:"+b+";charset=utf-8;base64,")}})(b(c[k].substring(0,m)),n)}}else a()};EditorUi.prototype.exportToCanvas=function(a,b,c,d,e,g,k,m,n,h,w,p,D,y){g=null!=g?g:!0;p=null!=p?p:this.editor.graph;D=null!=D?D:0;var f=n?null:p.background;f==mxConstants.NONE&&(f=null);null==f&&(f=d);null==f&&0==n&& +(f=this.editor.graph.defaultPageBackgroundColor);this.convertImages(p.getSvg(f,null,null,y,null,null!=k?k:!0),mxUtils.bind(this,function(c){var d=new Image;d.onload=mxUtils.bind(this,function(){try{var h=document.createElement("canvas"),l=parseInt(c.getAttribute("width")),k=parseInt(c.getAttribute("height"));m=null!=m?m:1;null!=b&&(m=g?Math.min(1,Math.min(3*b/(4*k),b/l)):b/l);l=Math.ceil(m*l)+2*D;k=Math.ceil(m*k)+2*D;h.setAttribute("width",l);h.setAttribute("height",k);var q=h.getContext("2d");null!= +f&&(q.beginPath(),q.rect(0,0,l,k),q.fillStyle=f,q.fill());q.scale(m,m);mxClient.IS_SF?window.setTimeout(function(){q.drawImage(d,D/m,D/m);a(h)},0):(q.drawImage(d,D/m,D/m),a(h))}catch(L){null!=e&&e(L)}});d.onerror=function(a){null!=e&&e(a)};try{h&&this.editor.graph.addSvgShadow(c);var l=mxUtils.bind(this,function(){if(null!=this.editor.resolvedFontCss){var a=document.createElement("style");a.setAttribute("type","text/css");a.innerHTML=this.editor.resolvedFontCss;c.getElementsByTagName("defs")[0].appendChild(a)}this.convertMath(p, +c,!0,mxUtils.bind(this,function(){d.src=this.createSvgDataUri(mxUtils.getXml(c))}))});this.loadFonts(l)}catch(B){null!=e&&e(B)}}),c,w)};EditorUi.prototype.createImageUrlConverter=function(){var a=new mxUrlConverter;a.updateBaseUrl();var b=a.convert,c=this;a.convert=function(f){if(null!=f){var d="http://"==f.substring(0,7)||"https://"==f.substring(0,8);d&&!navigator.onLine?f=c.svgBrokenImage.src:!d||f.substring(0,a.baseUrl.length)==a.baseUrl||c.crossOriginImages&&c.isCorsEnabledForUrl(f)?"chrome-extension://"!= +f.substring(0,19)&&(f=b.apply(this,arguments)):f=PROXY_URL+"?url="+encodeURIComponent(f)}return f};return a};EditorUi.prototype.convertImages=function(a,b,c,d){null==d&&(d=this.createImageUrlConverter());var f=0,e=c||{};c=mxUtils.bind(this,function(c,g){for(var l=a.getElementsByTagName(c),h=0;h<l.length;h++)mxUtils.bind(this,function(c){var h=d.convert(c.getAttribute(g));if(null!=h&&"data:"!=h.substring(0,5)){var l=e[h];null==l?(f++,this.convertImageToDataUri(h,function(d){null!=d&&(e[h]=d,c.setAttribute(g, +d));f--;0==f&&b(a)})):c.setAttribute(g,l)}else null!=h&&c.setAttribute(g,h)})(l[h])});c("image","xlink:href");c("img","src");0==f&&b(a)};EditorUi.prototype.loadUrl=function(a,b,c,d,e,g){try{var f=d||/(\.png)($|\?)/i.test(a)||/(\.jpe?g)($|\?)/i.test(a)||/(\.gif)($|\?)/i.test(a);e=null!=e?e:!0;var l=mxUtils.bind(this,function(){mxUtils.get(a,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus()){if(null!=b){var h=a.getText();if(f){if((9==document.documentMode||10==document.documentMode)&& +"undefined"!==typeof window.mxUtilsBinaryToArray){a=mxUtilsBinaryToArray(a.request.responseBody).toArray();for(var h=Array(a.length),d=0;d<a.length;d++)h[d]=String.fromCharCode(a[d]);h=h.join("")}g=null!=g?g:"data:image/png;base64,";h=g+this.base64Encode(h)}b(h)}}else null!=c&&c({code:App.ERROR_UNKNOWN},a)}),function(){null!=c&&c({code:App.ERROR_UNKNOWN})},f,this.timeout,function(){e&&null!=c&&c({code:App.ERROR_TIMEOUT,retry:l})})});l()}catch(z){null!=c&&c(z)}};EditorUi.prototype.isCorsEnabledForUrl= function(a){null!=urlParams.cors&&null==this.corsRegExp&&(this.corsRegExp=new RegExp(decodeURIComponent(urlParams.cors)));return null!=this.corsRegExp&&this.corsRegExp.test(a)||"https://raw.githubusercontent.com/"===a.substring(0,34)||"https://cdn.rawgit.com/"===a.substring(0,23)||"https://rawgit.com/"===a.substring(0,19)||/^https?:\/\/[^\/]*\.iconfinder.com\//.test(a)||/^https?:\/\/[^\/]*\.draw\.io\/proxy/.test(a)||/^https?:\/\/[^\/]*\.github\.io\//.test(a)};EditorUi.prototype.convertImageToDataUri= -function(a,b){if(/(\.svg)$/i.test(a))mxUtils.get(a,mxUtils.bind(this,function(a){b(this.createSvgDataUri(a.getText()))}),function(){b(this.svgBrokenImage.src)});else{var c=new Image,g=this;this.crossOriginImages&&(c.crossOrigin="anonymous");c.onload=function(){var a=document.createElement("canvas"),d=a.getContext("2d");a.height=c.height;a.width=c.width;d.drawImage(c,0,0);try{b(a.toDataURL())}catch(v){b(g.svgBrokenImage.src)}};c.onerror=function(){b(g.svgBrokenImage.src)};c.src=a}};EditorUi.prototype.importXml= -function(a,b,c,d,e){b=null!=b?b:0;c=null!=c?c:0;var g=[];try{var h=this.editor.graph;if(null!=a&&0<a.length){var l=mxUtils.parseXml(a),k=this.editor.extractGraphModel(l.documentElement,null!=this.pages);if(null!=k&&"mxfile"==k.nodeName&&null!=this.pages){var f=k.getElementsByTagName("diagram");if(1==f.length)k=mxUtils.parseXml(h.decompress(mxUtils.getTextContent(f[0]))).documentElement;else if(1<f.length){h.model.beginUpdate();try{for(a=0;a<f.length;a++){f[a].removeAttribute("id");var m=this.updatePageRoot(new DiagramPage(f[a])), -n=this.pages.length;null==m.getName()&&m.setName(mxResources.get("pageWithNumber",[n+1]));h.model.execute(new ChangePage(this,m,m,n))}}finally{h.model.endUpdate()}}}null!=k&&"mxGraphModel"===k.nodeName&&(g=h.importGraphModel(k,b,c,d))}}catch(E){throw e||this.handleError(E,mxResources.get("invalidOrMissingFile")),E;}return g};EditorUi.prototype.importVisio=function(a,b,c,d){d=null!=d?d:a.name;c=null!=c?c:mxUtils.bind(this,function(a){this.handleError(a)});var g=mxUtils.bind(this,function(){this.loadingExtensions= -!1;if(this.doImportVisio)if(/(\.vsd)($|\?)/i.test(d)&&null!=VSD_CONVERT_URL){var g=new FormData;g.append("file1",a,d);var e=new XMLHttpRequest;e.open("POST",VSD_CONVERT_URL);e.responseType="blob";e.onreadystatechange=mxUtils.bind(this,function(){if(4==e.readyState)if(200<=e.status&&299>=e.status)try{this.doImportVisio(e.response,b,c)}catch(x){c(x)}else c({})});e.send(g)}else try{this.doImportVisio(a,b,c)}catch(x){c(x)}});this.doImportVisio||this.loadingExtensions||this.isOffline()?g():(this.loadingExtensions= -!0,mxscript("js/extensions.min.js",g))};EditorUi.prototype.exportVisio=function(){var a=mxUtils.bind(this,function(){this.loadingExtensions=!1;if("undefined"!==typeof VsdxExport)try{(new VsdxExport(this)).exportCurrentDiagrams()}catch(g){this.handleError(g)}});"undefined"!==typeof VsdxExport||this.loadingExtensions||this.isOffline()?a():(this.loadingExtensions=!0,mxscript("js/extensions.min.js",a))};EditorUi.prototype.importLucidChart=function(a,b,c,d,e){var g=mxUtils.bind(this,function(){this.loadingExtensions= -!1;if(this.pasteLucidChart)try{this.insertLucidChart(a,b,c,d,e)}catch(v){this.handleError(v)}finally{null!=e&&e()}});this.pasteLucidChart||this.loadingExtensions||this.isOffline()?window.setTimeout(g,0):(this.loadingExtensions=!0,"1"==urlParams.dev?mxscript("js/diagramly/Extensions.js",g):mxscript("js/extensions.min.js",g))};EditorUi.prototype.insertLucidChart=function(a,b,c,d,e){e=JSON.parse(a);a=[];if(null!=e.state){e=JSON.parse(e.state);for(var g in e.Pages)a.push(e.Pages[g]);a.sort(function(a, -b){return a.Properties.Order<b.Properties.Order?-1:a.Properties.Order>b.Properties.Order?1:0})}else a.push(e);if(0<a.length){this.editor.graph.getModel().beginUpdate();try{if(this.pasteLucidChart(a[0],b,c,d),null!=this.pages){var h=this.currentPage;for(b=1;b<a.length;b++)this.insertPage(),this.pasteLucidChart(a[b]);this.selectPage(h)}}finally{this.editor.graph.getModel().endUpdate()}}};EditorUi.prototype.insertTextAt=function(a,b,c,d,e,h,k){h=null!=h?h:!0;k=null!=k?k:!0;if(null!=a)if(Graph.fileSupport&& -!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a))this.parseFile(new Blob([a.replace(/\s+/g," ")],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&200<=a.status&&299>=a.status&&this.editor.graph.setSelectionCells(this.insertTextAt(a.responseText,b,c,!0))}));else if("data:"==a.substring(0,5)||!this.isOffline()&&(e||/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(a))){var g=this.editor.graph;if("data:image/png;base64,"==a.substring(0,22)){var l=this.extractGraphModelFromPng(a), -f=this.importXml(l,b,c,h,!0);if(0<f.length)return f}if("data:image/svg+xml;"==a.substring(0,19))try{if(l=null,"data:image/svg+xml;base64,"==a.substring(0,26)?(l=a.substring(a.indexOf(",")+1),l=window.atob&&!mxClient.IS_SF?atob(l):Base64.decode(l,!0)):l=decodeURIComponent(a.substring(a.indexOf(",")+1)),f=this.importXml(l,b,c,h,!0),0<f.length)return f}catch(w){}this.loadImage(a,mxUtils.bind(this,function(f){if("data:"==a.substring(0,5))this.resizeImage(f,a,mxUtils.bind(this,function(a,f,d){g.setSelectionCell(g.insertVertex(null, -null,"",g.snap(b),g.snap(c),f,d,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+this.convertDataUri(a)+";"))}),k,this.maxImageSize);else{var d=Math.min(1,Math.min(this.maxImageSize/f.width,this.maxImageSize/f.height)),e=Math.round(f.width*d);f=Math.round(f.height*d);g.setSelectionCell(g.insertVertex(null,null,"",g.snap(b),g.snap(c),e,f,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+ -a+";"))}}),mxUtils.bind(this,function(){var f=null;g.getModel().beginUpdate();try{f=g.insertVertex(g.getDefaultParent(),null,a,g.snap(b),g.snap(c),1,1,"text;"+(d?"html=1;":"")),g.updateCellSize(f),g.fireEvent(new mxEventObject("textInserted","cells",[f]))}finally{g.getModel().endUpdate()}g.setSelectionCell(f)}))}else{a=this.editor.graph.zapGremlins(mxUtils.trim(a));if(this.isCompatibleString(a))return this.importXml(a,b,c,h);if(0<a.length)if('{"state":"{\\"Properties\\":'==a.substring(0,26))this.importLucidChart(a, -b,c,h);else{g=this.editor.graph;e=null;g.getModel().beginUpdate();try{e=g.insertVertex(g.getDefaultParent(),null,"",g.snap(b),g.snap(c),1,1,"text;"+(d?"html=1;":"")),g.fireEvent(new mxEventObject("textInserted","cells",[e])),"<"==a.charAt(0)&&a.indexOf(">")==a.length-1&&(a=mxUtils.htmlEntities(a)),e.value=a,g.updateCellSize(e),/\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“â€â€˜â€™]))/i.test(e.value)&& -g.setLinkForCell(e,e.value),e.geometry.width+=g.gridSize,e.geometry.height+=g.gridSize}finally{g.getModel().endUpdate()}return[e]}}return[]};EditorUi.prototype.formatFileSize=function(a){var b=-1;do a/=1024,b++;while(1024<a);return Math.max(a,.1).toFixed(1)+" kB; MB; GB; TB;PB;EB;ZB;YB".split(";")[b]};EditorUi.prototype.convertDataUri=function(a){if("data:"==a.substring(0,5)){var b=a.indexOf(";");0<b&&(a=a.substring(0,b)+a.substring(a.indexOf(",",b+1)))}return a};EditorUi.prototype.isRemoteFileFormat= -function(a,b){return/(\"contentType\":\s*\"application\/gliffy\+json\")/.test(a)};EditorUi.prototype.importLocalFile=function(a,b){if(a&&Graph.fileSupport&&(!mxClient.IS_IE&&!mxClient.IS_IE11||0>navigator.appVersion.indexOf("Windows NT 6.1"))){var c=document.createElement("input");c.setAttribute("type","file");mxEvent.addListener(c,"change",mxUtils.bind(this,function(){null!=c.files&&this.importFiles(c.files,null,null,this.maxImageSize)}));c.click()}else{window.openNew=!1;window.openKey="import"; -if(!b){var g=Editor.useLocalStorage;Editor.useLocalStorage=!a}window.openFile=new OpenFile(mxUtils.bind(this,function(a){this.hideDialog(a)}));window.openFile.setConsumer(mxUtils.bind(this,function(a,b){if(null!=b&&Graph.fileSupport&&/(\.vsdx?)($|\?)/i.test(b)){var c=new Blob([a],{type:"application/octet-stream"});this.importVisio(c,mxUtils.bind(this,function(a){this.importXml(a)}),null,b)}else this.editor.graph.setSelectionCells(this.importXml(a))}));this.showDialog((new OpenDialog(this)).container, -360,220,!0,!0,function(){window.openFile=null});if(!b){var d=this.dialog,e=d.close;this.dialog.close=mxUtils.bind(this,function(a){Editor.useLocalStorage=g;e.apply(d,arguments);a&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash()})}}};EditorUi.prototype.importFile=function(a,b,c,d,e,h,k,m,n,f,w){f=null!=f?f:!0;var g=!1,l=null,q=mxUtils.bind(this,function(a){var b=null;null!=a&&"<mxlibrary"==a.substring(0,10)?this.loadLibrary(new LocalLibrary(this,a,k)):b=this.importXml(a,c,d,f); -null!=m&&m(b)});"image"==b.substring(0,5)?(n=!1,"image/png"==b.substring(0,9)&&(b=w?null:this.extractGraphModelFromPng(a),null!=b&&0<b.length&&(l=this.importXml(b,c,d,f),n=!0)),n||(l=this.editor.graph,b=a.indexOf(";"),0<b&&(a=a.substring(0,b)+a.substring(a.indexOf(",",b+1))),f&&l.isGridEnabled()&&(c=l.snap(c),d=l.snap(d)),l=[l.insertVertex(null,null,"",c,d,e,h,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a+";")])):/(\.*<graphml )/.test(a)&& -"undefined"!==typeof window.mxGraphMlCodec?(new mxGraphMlCodec).decode(a,mxUtils.bind(this,function(a){a=this.importXml(a,c,d,f);null!=m&&m(a)})):null!=n&&null!=k&&(/(\.vsdx?)($|\?)/i.test(k)||/(\.vssx)($|\?)/i.test(k))?(g=!0,this.importVisio(n,q)):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a,k)?(g=!0,this.parseFile(null!=n?n:new Blob([a],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&(200<=a.status&&299>=a.status?q(a.responseText):null!= -m&&m(null))}),k)):/(\.vsd)($|\?)/i.test(k)||(l=this.insertTextAt(this.validateFileData(a),c,d,!0,null,f));g||null==m||m(l);return l};EditorUi.prototype.base64Encode=function(a){for(var b="",c=0,d=a.length,e,h,k;c<d;){e=a.charCodeAt(c++)&255;if(c==d){b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4);b+="==";break}h=a.charCodeAt(c++);if(c==d){b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>> -2);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(h&240)>>4);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((h&15)<<2);b+="=";break}k=a.charCodeAt(c++);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(h&240)>>4);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((h&15)<<2|(k&192)>>6); -b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(k&63)}return b};EditorUi.prototype.importFiles=function(a,b,c,d,e,h,k,m,n,f,w,p){b=null!=b?b:0;c=null!=c?c:0;d=null!=d?d:this.maxImageSize;f=null!=f?f:this.maxImageBytes;var g=null!=b&&null!=c,l=!0,q=!1;if(!mxClient.IS_CHROMEAPP&&null!=a)for(var t=w||this.resampleThreshold,v=0;v<a.length;v++)if("image/"==a[v].type.substring(0,6)&&a[v].size>t){q=!0;break}var u=mxUtils.bind(this,function(){var n=this.editor.graph,q=n.gridSize; -e=null!=e?e:mxUtils.bind(this,function(a,b,c,f,d,e,h,l,k){return null!=a&&"<mxlibrary"==a.substring(0,10)?(this.spinner.stop(),this.loadLibrary(new LocalLibrary(this,a,h)),null):this.importFile(a,b,c,f,d,e,h,l,k,g,p)});h=null!=h?h:mxUtils.bind(this,function(a){n.setSelectionCells(a)});if(this.spinner.spin(document.body,mxResources.get("loading")))for(var t=a.length,v=t,u=[],B=mxUtils.bind(this,function(a,b){u[a]=b;if(0==--v){this.spinner.stop();if(null!=m)m(u);else{var c=[];n.getModel().beginUpdate(); -try{for(var f=0;f<u.length;f++){var g=u[f]();null!=g&&(c=c.concat(g))}}finally{n.getModel().endUpdate()}}h(c)}}),x=0;x<t;x++)mxUtils.bind(this,function(g){var h=a[g],m=new FileReader;m.onload=mxUtils.bind(this,function(a){if(null==k||k(h))if("image/"==h.type.substring(0,6))if("image/svg"==h.type.substring(0,9)){var m=a.target.result,t=m.indexOf(","),v=decodeURIComponent(escape(atob(m.substring(t+1)))),u=mxUtils.parseXml(v),v=u.getElementsByTagName("svg");if(0<v.length){var v=v[0],C=p?null:v.getAttribute("content"); -null!=C&&"<"!=C.charAt(0)&&"%"!=C.charAt(0)&&(C=unescape(window.atob?atob(C):Base64.decode(C,!0)));null!=C&&"%"==C.charAt(0)&&(C=decodeURIComponent(C));null==C||"<mxfile "!==C.substring(0,8)&&"<mxGraphModel "!==C.substring(0,14)?B(g,mxUtils.bind(this,function(){try{if(m.substring(0,t+1),null!=u){var a=u.getElementsByTagName("svg");if(0<a.length){var f=a[0],k=parseFloat(f.getAttribute("width")),w=parseFloat(f.getAttribute("height")),v=f.getAttribute("viewBox");if(null==v||0==v.length)f.setAttribute("viewBox", -"0 0 "+k+" "+w);else if(isNaN(k)||isNaN(w)){var p=v.split(" ");3<p.length&&(k=parseFloat(p[2]),w=parseFloat(p[3]))}m=this.createSvgDataUri(mxUtils.getXml(f));var B=Math.min(1,Math.min(d/Math.max(1,k)),d/Math.max(1,w)),C=e(m,h.type,b+g*q,c+g*q,Math.max(1,Math.round(k*B)),Math.max(1,Math.round(w*B)),h.name,l);if(isNaN(k)||isNaN(w)){var x=new Image;x.onload=mxUtils.bind(this,function(){k=Math.max(1,x.width);w=Math.max(1,x.height);C[0].geometry.width=k;C[0].geometry.height=w;f.setAttribute("viewBox", -"0 0 "+k+" "+w);m=this.createSvgDataUri(mxUtils.getXml(f));var a=m.indexOf(";");0<a&&(m=m.substring(0,a)+m.substring(m.indexOf(",",a+1)));n.setCellStyles("image",m,[C[0]])});x.src=this.createSvgDataUri(mxUtils.getXml(f))}return C}}}catch(da){}return null})):B(g,mxUtils.bind(this,function(){return e(C,"text/xml",b+g*q,c+g*q,0,0,h.name)}))}}else{v=!1;if("image/png"==h.type){var x=p?null:this.extractGraphModelFromPng(a.target.result);if(null!=x&&0<x.length){var y=new Image;y.src=a.target.result;B(g, -mxUtils.bind(this,function(){return e(x,"text/xml",b+g*q,c+g*q,y.width,y.height,h.name)}));v=!0}}v||(mxClient.IS_CHROMEAPP?(this.spinner.stop(),this.showError(mxResources.get("error"),mxResources.get("dragAndDropNotSupported"),mxResources.get("cancel"),mxUtils.bind(this,function(){}),null,mxResources.get("ok"),mxUtils.bind(this,function(){this.actions.get("import").funct()}))):this.loadImage(a.target.result,mxUtils.bind(this,function(k){this.resizeImage(k,a.target.result,mxUtils.bind(this,function(k, -m,n){B(g,mxUtils.bind(this,function(){if(null!=k&&k.length<f){var t=l&&this.isResampleImage(a.target.result,w)?Math.min(1,Math.min(d/m,d/n)):1;return e(k,h.type,b+g*q,c+g*q,Math.round(m*t),Math.round(n*t),h.name)}this.handleError({message:mxResources.get("imageTooBig")});return null}))}),l,d,w)}),mxUtils.bind(this,function(){this.handleError({message:mxResources.get("invalidOrMissingFile")})})))}else e(a.target.result,h.type,b+g*q,c+g*q,240,160,h.name,function(a){B(g,function(){return a})})});/(\.vsdx?)($|\?)/i.test(h.name)|| -/(\.vssx)($|\?)/i.test(h.name)?e(null,h.type,b+g*q,c+g*q,240,160,h.name,function(a){B(g,function(){return a})},h):"image"==h.type.substring(0,5)?m.readAsDataURL(h):m.readAsText(h)})(x)});q?this.confirmImageResize(function(a){l=a;u()},n):u()};EditorUi.prototype.confirmImageResize=function(a,b){b=null!=b?b:!1;var c=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){},g=isLocalStorage||mxClient.IS_CHROMEAPP?mxSettings.getResizeImages():null,d=function(g,d){if(g||b)mxSettings.setResizeImages(g? -d:null),mxSettings.save();c();a(d)};null==g||b?this.showDialog((new ConfirmDialog(this,mxResources.get("resizeLargeImages"),function(a){d(a,!0)},function(a){d(a,!1)},mxResources.get("resize"),mxResources.get("actualSize"),'<img style="margin-top:8px;" src="'+Editor.loResImage+'"/>','<img style="margin-top:8px;" src="'+Editor.hiResImage+'"/>',isLocalStorage||mxClient.IS_CHROMEAPP)).container,340,isLocalStorage||mxClient.IS_CHROMEAPP?220:200,!0,!0):d(!1,g)};EditorUi.prototype.parseFile=function(a,b, -c){c=null!=c?c:a.name;var g=new FormData;g.append("format","xml");g.append("upfile",a,c);var d=new XMLHttpRequest;d.open("POST",OPEN_URL);d.onreadystatechange=function(){b(d)};d.send(g)};EditorUi.prototype.isResampleImage=function(a,b){b=null!=b?b:this.resampleThreshold;return a.length>b};EditorUi.prototype.resizeImage=function(a,b,c,d,e,h){e=null!=e?e:this.maxImageSize;var g=Math.max(1,a.width),l=Math.max(1,a.height);if(d&&this.isResampleImage(b,h))try{var k=Math.max(g/e,l/e);if(1<k){var f=Math.round(g/ -k),m=Math.round(l/k),n=document.createElement("canvas");n.width=f;n.height=m;n.getContext("2d").drawImage(a,0,0,f,m);var q=n.toDataURL();if(q.length<b.length){var t=document.createElement("canvas");t.width=f;t.height=m;var p=t.toDataURL();q!==p&&(b=q,g=f,l=m)}}}catch(A){}c(b,g,l)};EditorUi.prototype.crcTable=[];for(var d=0;256>d;d++)for(var c=d,h=0;8>h;h++)c=1==(c&1)?3988292384^c>>>1:c>>>1,EditorUi.prototype.crcTable[d]=c;EditorUi.prototype.updateCRC=function(a,b,c,d){for(var g=0;g<d;g++)a=EditorUi.prototype.crcTable[(a^ -b[c+g])&255]^a>>>8;return a};EditorUi.prototype.crc32=function(a){this.crcTable=this.crcTable||this.createCrcTable();for(var b=-1,c=0;c<a.length;c++)b=b>>>8^this.crcTable[(b^a.charCodeAt(c))&255];return(b^-1)>>>0};EditorUi.prototype.writeGraphModelToPng=function(a,b,c,d,e){function g(a,b){var c=k;k+=b;return a.substring(c,k)}function h(a){a=g(a,4);return a.charCodeAt(3)+(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}function l(a){return String.fromCharCode(a>>24&255,a>>16&255,a>> -8&255,a&255)}a=a.substring(a.indexOf(",")+1);a=window.atob?atob(a):Base64.decode(a,!0);var k=0;if(g(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=e&&e();else if(g(a,4),"IHDR"!=g(a,4))null!=e&&e();else{g(a,17);e=a.substring(0,k);do{var f=h(a);if("IDAT"==g(a,4)){e=a.substring(0,k-8);c=c+String.fromCharCode(0)+("zTXt"==b?String.fromCharCode(0):"")+d;d=4294967295;d=this.updateCRC(d,b,0,4);d=this.updateCRC(d,c,0,c.length);e+=l(c.length)+b+c+l(d^4294967295);e+=a.substring(k- -8,a.length);break}e+=a.substring(k-8,k-4+f);g(a,f);g(a,4)}while(f);return"data:image/png;base64,"+(window.btoa?btoa(e):Base64.encode(e,!0))}};EditorUi.prototype.extractGraphModelFromPng=function(a){var b=null;try{var c=a.substring(a.indexOf(",")+1),d=window.atob&&!mxClient.IS_SF?atob(c):Base64.decode(c,!0);EditorUi.parsePng(d,mxUtils.bind(this,function(a,c,g){a=d.substring(a+8,a+8+g);"zTXt"==c?(g=a.indexOf(String.fromCharCode(0)),"mxGraphModel"==a.substring(0,g)&&(a=this.editor.graph.bytesToString(pako.inflateRaw(a.substring(g+ -2))).replace(/\+/g," "),null!=a&&0<a.length&&(b=a))):"tEXt"==c&&(a=a.split(String.fromCharCode(0)),1<a.length&&"mxGraphModel"==a[0]&&(b=a[1]));if(null!=b||"IDAT"==c)return!0}))}catch(q){}null!=b&&"%"==b.charAt(0)&&(b=decodeURIComponent(b));null!=b&&"%"==b.charAt(0)&&(b=decodeURIComponent(b));return b};EditorUi.prototype.loadImage=function(a,b,c){var g=new Image;g.onload=function(){b(g)};null!=c&&(g.onerror=c);g.src=a};var k=EditorUi.prototype.init;EditorUi.prototype.init=function(){"undefined"!== -typeof window.mxSettings&&(this.formatWidth=mxSettings.getFormatWidth());var a=this,b=this.editor.graph;b.getLinkTitle=function(b){return a.getLinkTitle(b)};b.customLinkClicked=function(b){try{a.handleCustomLink(b)}catch(I){a.handleError(I)}};this.isOffline()||"undefined"===typeof window.EditDataDialog||(EditDataDialog.placeholderHelpLink="https://desk.draw.io/support/solutions/articles/16000051979");var c=a.editor.getEditBlankUrl;this.editor.getEditBlankUrl=function(b){b=null!=b?b:"";if(null!=a.pages&& -null!=a.currentPage)for(var f=0;f<a.pages.length;f++)if(a.pages[f]==a.currentPage){0<f&&(b+=(0<b.length?"&":"?")+"page="+f);break}"1"==urlParams.dev&&(b+=(0<b.length?"&":"?")+"dev=1&drawdev=1");return c.apply(this,arguments)};var d=b.addClickHandler;b.addClickHandler=function(a,c,f){var g=c;c=function(a,c){if(null==c){var f=mxEvent.getSource(a);"a"==f.nodeName.toLowerCase()&&(c=f.getAttribute("href"))}null==c||!b.isCustomLink(c)||!mxEvent.isTouchEvent(a)&&mxEvent.isPopupTrigger(a)||(b.customLinkClicked(c), -mxEvent.consume(a));null!=g&&g(a,c)};d.call(this,a,c,f)};k.apply(this,arguments);mxClient.IS_SVG&&this.editor.graph.addSvgShadow(b.view.canvas.ownerSVGElement,null,!0);a.actions.get("print").funct=function(){a.showDialog((new PrintDialog(a)).container,360,null!=a.pages&&1<a.pages.length?420:360,!0,!0)};this.defaultFilename=mxResources.get("untitledDiagram");var e=b.getGlobalVariable;b.getGlobalVariable=function(b){return"page"==b&&null!=a.currentPage?a.currentPage.getName():"pagenumber"==b?null!= -a.currentPage&&null!=a.pages?mxUtils.indexOf(a.pages,a.currentPage)+1:1:e.apply(this,arguments)};var h=b.createLinkForHint;b.createLinkForHint=function(a,c){null!=a&&b.isCustomLink(a)&&(c=b.getLinkTitle(a));var f=h.call(this,a,c);null!=a&&b.isCustomLink(a)&&mxEvent.addListener(f,"click",function(c){b.customLinkClicked(a);mxEvent.consume(c)});return f};var m=b.labelLinkClicked;b.labelLinkClicked=function(a,c,f){var d=c.getAttribute("href");if(null==d||!b.isCustomLink(d)||!mxEvent.isTouchEvent(f)&& -mxEvent.isPopupTrigger(f))m.apply(this,arguments);else{if(!b.isEnabled()||null!=a&&b.isCellLocked(a.cell))b.customLinkClicked(d),b.getRubberband().reset();mxEvent.consume(f)}};this.editor.getOrCreateFilename=function(){var b=a.defaultFilename,c=a.getCurrentFile();null!=c&&(b=null!=c.getTitle()?c.getTitle():b);return b};var n=this.actions.get("print");n.setEnabled(!mxClient.IS_IOS||!navigator.standalone);n.visible=n.isEnabled();if(!this.editor.chromeless||this.editor.editable){var p=function(){window.setTimeout(function(){f.innerHTML= -" ";f.focus();document.execCommand("selectAll",!1,null)},0)};this.keyHandler.bindAction(70,!0,"find");this.keyHandler.bindAction(67,!0,"copyStyle",!0);this.keyHandler.bindAction(86,!0,"pasteStyle",!0);this.keyHandler.bindAction(77,!0,"editGeometry",!0);this.keyHandler.bindAction(88,!0,"insertText",!0);this.keyHandler.bindAction(75,!0,"insertRectangle");this.keyHandler.bindAction(75,!0,"insertEllipse",!0);mxClient.IS_IE||b.container.addEventListener("paste",mxUtils.bind(this,function(a){var b= -this.editor.graph;if(!mxEvent.isConsumed(a))try{for(var c=a.clipboardData||a.originalEvent.clipboardData,f=!1,d=0;d<c.types.length;d++)if("text/"===c.types[d].substring(0,5)){f=!0;break}if(!f){var g=c.items;for(index in g){var e=g[index];if("file"===e.kind){if(b.isEditing())this.importFiles([e.getAsFile()],0,0,this.maxImageSize,function(a,c,f,d,g,e){b.insertImage(a,g,e)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()});else{var h=this.editor.graph.getInsertPoint(); -this.importFiles([e.getAsFile()],h.x,h.y,this.maxImageSize);mxEvent.consume(a)}break}}}}catch(aa){}}),!1);var f=document.createElement("div");f.style.position="absolute";f.style.whiteSpace="nowrap";f.style.overflow="hidden";f.style.display="block";f.contentEditable=!0;mxUtils.setOpacity(f,0);f.style.width="1px";f.style.height="1px";f.innerHTML=" ";var w=!1;this.keyHandler.bindControlKey(88,null);this.keyHandler.bindControlKey(67,null);this.keyHandler.bindControlKey(86,null);mxEvent.addListener(document, -"keydown",mxUtils.bind(this,function(a){var c=mxEvent.getSource(a);null==b.container||!b.isEnabled()||b.isMouseDown||b.isEditing()||null!=this.dialog||"INPUT"==c.nodeName||"TEXTAREA"==c.nodeName||!(224==a.keyCode||!mxClient.IS_MAC&&17==a.keyCode||mxClient.IS_MAC&&91==a.keyCode)||w||(f.style.left=b.container.scrollLeft+10+"px",f.style.top=b.container.scrollTop+10+"px",b.container.appendChild(f),w=!0,mxClient.IS_QUIRKS?window.setTimeout(function(){f.focus();document.execCommand("selectAll",!1,null)}, -0):(f.focus(),document.execCommand("selectAll",!1,null)))}));mxEvent.addListener(document,"keyup",mxUtils.bind(this,function(a){var c=a.keyCode;window.setTimeout(mxUtils.bind(this,function(){!w||224!=c&&17!=c&&91!=c||(w=!1,b.isEditing()||null!=this.dialog||null==b.container||b.container.focus(),f.parentNode.removeChild(f),null==this.dialog&&mxUtils.clearSelection())}),0)}));mxEvent.addListener(f,"copy",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(f),p())}));mxEvent.addListener(f, -"cut",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(f,!0),p())}));mxEvent.addListener(f,"paste",mxUtils.bind(this,function(a){b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())&&(f.innerHTML=" ",f.focus(),window.setTimeout(mxUtils.bind(this,function(){this.pasteCells(a,f);f.innerHTML=" "}),0))}),!0);var B=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==f?!0:B.apply(this,arguments)}}this.spinner=this.createSpinner(document.body.clientWidth/ -2-2,Math.max(document.body.clientHeight||0,document.documentElement.clientHeight||0)/2,24);Graph.fileSupport&&this.editor.graph.addListener(mxEvent.EDITING_STARTED,mxUtils.bind(this,function(a){var b=this.editor.graph,c=b.cellEditor.text2,f=null;null!=c&&(mxEvent.addListener(c,"dragleave",function(a){null!=f&&(f.parentNode.removeChild(f),f=null);a.stopPropagation();a.preventDefault()}),mxEvent.addListener(c,"dragover",mxUtils.bind(this,function(a){null==f&&(!mxClient.IS_IE||10<document.documentMode)&& -(f=this.highlightElement(c));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(c,"drop",mxUtils.bind(this,function(a){null!=f&&(f.parentNode.removeChild(f),f=null);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,function(a,c,f,d,g,e){b.insertImage(a,g,e)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},mxEvent.isControlDown(a));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var c= -a.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(c)?this.loadImage(decodeURIComponent(c),mxUtils.bind(this,function(a){var f=Math.max(1,a.width);a=Math.max(1,a.height);var d=this.maxImageSize,d=Math.min(1,Math.min(d/Math.max(1,f)),d/Math.max(1,a));b.insertImage(decodeURIComponent(c),f*d,a*d)})):document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain"))}else 0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")?document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/html")): -0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain"));a.stopPropagation();a.preventDefault()})))}));if("1"==urlParams.ruler&&"undefined"!==typeof mxRuler){n=document.createElement("div");n.style.position="absolute";n.style.top="95px";n.style.left="250px";n.style.width="2000px";n.style.height="30px";n.style.background="whiteSmoke";document.body.appendChild(n);var E=document.createElement("div");E.style.position="absolute"; -E.style.top="125px";E.style.left="220px";E.style.width="30px";E.style.height="1000px";E.style.background="whiteSmoke";document.body.appendChild(E);var y=document.createElement("div");y.style.position="absolute";y.style.top="95px";y.style.left="220px";y.style.width="30px";y.style.height="30px";y.style.background="whiteSmoke";document.body.appendChild(y);this.vRuler=new mxRuler(this.editor.graph,E,!0);this.hRuler=new mxRuler(this.editor.graph,n,!1)}if("1"==urlParams.test){n=document.getElementById("geFooter"); -null!=n&&(this.styleInput=document.createElement("input"),this.styleInput.setAttribute("type","text"),this.styleInput.style.position="absolute",this.styleInput.style.top="14px",this.styleInput.style.left="2px",this.styleInput.style.width="98%",this.styleInput.style.visibility="hidden",this.styleInput.style.opacity="0.9",mxEvent.addListener(this.styleInput,"change",mxUtils.bind(this,function(){this.editor.graph.getModel().setStyle(this.editor.graph.getSelectionCell(),this.styleInput.value)})),n.appendChild(this.styleInput), -this.editor.graph.getSelectionModel().addListener(mxEvent.CHANGE,mxUtils.bind(this,function(a,b){if(0<this.editor.graph.getSelectionCount()){var c=this.editor.graph.getSelectionCell(),c=this.editor.graph.getModel().getStyle(c);this.styleInput.value=c||"";this.styleInput.style.visibility="visible"}else this.styleInput.style.visibility="hidden"})));var J=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==this.styleInput?!0:J.apply(this,arguments)}}n=document.getElementById("geInfo"); -null!=n&&n.parentNode.removeChild(n);if(Graph.fileSupport&&(!this.editor.chromeless||this.editor.editable)){var A=null;mxEvent.addListener(b.container,"dragleave",function(a){b.isEnabled()&&(null!=A&&(A.parentNode.removeChild(A),A=null),a.stopPropagation(),a.preventDefault())});mxEvent.addListener(b.container,"dragover",mxUtils.bind(this,function(a){null==A&&(!mxClient.IS_IE||10<document.documentMode)&&(A=this.highlightElement(b.container));null!=this.sidebar&&this.sidebar.hideTooltip();a.stopPropagation(); -a.preventDefault()}));mxEvent.addListener(b.container,"drop",mxUtils.bind(this,function(a){null!=A&&(A.parentNode.removeChild(A),A=null);if(b.isEnabled()){var c=mxUtils.convertPoint(b.container,mxEvent.getClientX(a),mxEvent.getClientY(a)),f=b.view.translate,d=b.view.scale,g=c.x/d-f.x,e=c.y/d-f.y;mxEvent.isAltDown(a)&&(e=g=0);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,g,e,this.maxImageSize,null,null,null,null,mxEvent.isControlDown(a),null,null,mxEvent.isShiftDown(a));else{var h= -0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):null,c=this.extractGraphModelFromEvent(a,null!=this.pages);if(null!=c)b.setSelectionCells(this.importXml(c,g,e,!0));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")){var l=a.dataTransfer.getData("text/html"),c=document.createElement("div");c.innerHTML=l;var k=null,f=c.getElementsByTagName("img");null!=f&&1==f.length?(l=f[0].getAttribute("src"),/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(l)||(k= -!0)):(c=c.getElementsByTagName("a"),null!=c&&1==c.length&&(l=c[0].getAttribute("href")));var m=!0,n=mxUtils.bind(this,function(){b.setSelectionCells(this.insertTextAt(l,g,e,!0,k,null,m))});k&&l.length>this.resampleThreshold?this.confirmImageResize(function(a){m=a;n()},mxEvent.isControlDown(a)):n()}else null!=h&&/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(h)?this.loadImage(decodeURIComponent(h),mxUtils.bind(this,function(a){var c=Math.max(1,a.width);a=Math.max(1,a.height);var f=this.maxImageSize,f=Math.min(1, -Math.min(f/Math.max(1,c)),f/Math.max(1,a));b.setSelectionCell(b.insertVertex(null,null,"",g,e,c*f,a*f,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+h+";"))}),mxUtils.bind(this,function(a){b.setSelectionCells(this.insertTextAt(h,g,e,!0))})):0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&b.setSelectionCells(this.insertTextAt(a.dataTransfer.getData("text/plain"),g,e,!0))}}a.stopPropagation();a.preventDefault()}),!1)}this.initPages(); -"1"==urlParams.embed&&this.initializeEmbedMode();this.installSettings()};EditorUi.prototype.getLinkTitle=function(a){var b=Graph.prototype.getLinkTitle.apply(this,arguments);if("data:page/id,"==a.substring(0,13)){var c=a.indexOf(",");0<c&&(b=this.getPageById(a.substring(c+1)),b=null!=b?b.getName():mxResources.get("pageNotFound"))}else"data:"==a.substring(0,5)&&(b=mxResources.get("action"));return b};EditorUi.prototype.handleCustomLink=function(a){if("data:page/id,"==a.substring(0,13)){var b=a.indexOf(","); -(a=this.getPageById(a.substring(b+1)))&&this.selectPage(a)}else this.editor.graph.handleCustomLink(a)};EditorUi.prototype.isSettingsEnabled=function(){return"undefined"!==typeof window.mxSettings&&(isLocalStorage||mxClient.IS_CHROMEAPP)};EditorUi.prototype.installSettings=function(){if(this.isSettingsEnabled()){ColorDialog.recentColors=mxSettings.getRecentColors();this.editor.graph.currentEdgeStyle=mxSettings.getCurrentEdgeStyle();this.editor.graph.currentVertexStyle=mxSettings.getCurrentVertexStyle(); -this.fireEvent(new mxEventObject("styleChanged","keys",[],"values",[],"cells",[]));this.addListener("styleChanged",mxUtils.bind(this,function(a,b){mxSettings.setCurrentEdgeStyle(this.editor.graph.currentEdgeStyle);mxSettings.setCurrentVertexStyle(this.editor.graph.currentVertexStyle);mxSettings.save()}));this.editor.graph.connectionHandler.setCreateTarget(mxSettings.isCreateTarget());this.fireEvent(new mxEventObject("copyConnectChanged"));this.addListener("copyConnectChanged",mxUtils.bind(this,function(a, -b){mxSettings.setCreateTarget(this.editor.graph.connectionHandler.isCreateTarget());mxSettings.save()}));this.editor.graph.pageFormat=mxSettings.getPageFormat();this.addListener("pageFormatChanged",mxUtils.bind(this,function(a,b){mxSettings.setPageFormat(this.editor.graph.pageFormat);mxSettings.save()}));this.editor.graph.view.gridColor=mxSettings.getGridColor();this.addListener("gridColorChanged",mxUtils.bind(this,function(a,b){mxSettings.setGridColor(this.editor.graph.view.gridColor);mxSettings.save()})); -if(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)this.editor.addListener("autosaveChanged",mxUtils.bind(this,function(a,b){mxSettings.setAutosave(this.editor.autosave);mxSettings.save()})),this.editor.autosave=mxSettings.getAutosave();null!=this.sidebar&&this.sidebar.showPalette("search",mxSettings.settings.search);this.editor.chromeless&&!this.editor.editable||null==this.sidebar||!(mxSettings.settings.isNew||8>=parseInt(mxSettings.settings.version||0))||(this.toggleScratchpad(),mxSettings.save()); -this.addListener("formatWidthChanged",function(){mxSettings.setFormatWidth(this.formatWidth);mxSettings.save()})}};EditorUi.prototype.copyCells=function(a,b){var c=this.editor.graph;if(c.isSelectionEmpty())a.innerHTML="";else{var d=mxUtils.sortCells(c.model.getTopmostCells(c.getSelectionCells())),g=mxUtils.getXml(this.editor.graph.encodeCells(d));mxUtils.setTextContent(a,encodeURIComponent(g));b?(c.removeCells(d,!1),c.lastPasteXml=null):(c.lastPasteXml=g,c.pasteCounter=0);a.focus();document.execCommand("selectAll", -!1,null)}};EditorUi.prototype.pasteCells=function(a,b){if(!mxEvent.isConsumed(a)){var c=b.getElementsByTagName("span");if(null!=c&&0<c.length&&"application/vnd.lucid.chart.objects"===c[0].getAttribute("data-lucid-type")){var d=c[0].getAttribute("data-lucid-content");null!=d&&0<d.length&&(this.importLucidChart(d,0,0),mxEvent.consume(a))}else{var d=this.editor.graph,g=mxUtils.trim(mxClient.IS_QUIRKS||8==document.documentMode?mxUtils.getTextContent(b):b.textContent),e=!1;try{var h=g.lastIndexOf("%3E"); -0<=h&&h<g.length-3&&(g=g.substring(0,h+3))}catch(z){}try{var c=b.getElementsByTagName("span"),k=null!=c&&0<c.length?mxUtils.trim(decodeURIComponent(c[0].textContent)):decodeURIComponent(g);this.isCompatibleString(k)&&(e=!0,g=k)}catch(z){}d.lastPasteXml==g?d.pasteCounter++:(d.lastPasteXml=g,d.pasteCounter=0);c=d.pasteCounter*d.gridSize;if(null!=g&&0<g.length&&(e||this.isCompatibleString(g)?d.setSelectionCells(this.importXml(g,c,c)):(e=d.getInsertPoint(),d.isMouseInsertPoint()&&(c=0,d.lastPasteXml== -g&&0<d.pasteCounter&&d.pasteCounter--),d.setSelectionCells(this.insertTextAt(g,e.x+c,e.y+c,!0))),!d.isSelectionEmpty())){d.scrollCellToVisible(d.getSelectionCell());null!=this.hoverIcons&&this.hoverIcons.update(d.view.getState(d.getSelectionCell()));try{mxEvent.consume(a)}catch(z){}}}}};EditorUi.prototype.addFileDropHandler=function(a){if(Graph.fileSupport)for(var b=null,c=0;c<a.length;c++)mxEvent.addListener(a[c],"dragleave",function(a){null!=b&&(b.parentNode.removeChild(b),b=null);a.stopPropagation(); -a.preventDefault()}),mxEvent.addListener(a[c],"dragover",mxUtils.bind(this,function(a){(this.editor.graph.isEnabled()||"1"!=urlParams.embed)&&null==b&&(!mxClient.IS_IE||10<document.documentMode&&12>document.documentMode)&&(b=this.highlightElement());a.stopPropagation();a.preventDefault()})),mxEvent.addListener(a[c],"drop",mxUtils.bind(this,function(a){null!=b&&(b.parentNode.removeChild(b),b=null);if(this.editor.graph.isEnabled()||"1"!=urlParams.embed)if(0<a.dataTransfer.files.length)this.hideDialog(), -"1"==urlParams.embed?this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,null,null,null,null,!mxEvent.isControlDown(a)&&!mxEvent.isShiftDown(a)):this.openFiles(a.dataTransfer.files,!0);else{var c=this.extractGraphModelFromEvent(a);if(null==c){var d=null!=a.dataTransfer?a.dataTransfer:a.clipboardData;null!=d&&(10==document.documentMode||11==document.documentMode?c=d.getData("Text"):(c=null,c=0<=mxUtils.indexOf(d.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):0<=mxUtils.indexOf(d.types, -"text/html")?d.getData("text/html"):null,null!=c&&0<c.length?(d=document.createElement("div"),d.innerHTML=c,d=d.getElementsByTagName("img"),0<d.length&&(c=d[0].getAttribute("src"))):0<=mxUtils.indexOf(d.types,"text/plain")&&(c=d.getData("text/plain"))),null!=c&&("data:image/png;base64,"==c.substring(0,22)?(c=this.extractGraphModelFromPng(c),null!=c&&0<c.length&&this.openLocalFile(c,null,!0)):!this.isOffline()&&this.isRemoteFileFormat(c)?(new mxXmlRequest(OPEN_URL,"format=xml&data="+encodeURIComponent(c))).send(mxUtils.bind(this, -function(a){200<=a.getStatus()&&299>=a.getStatus()&&this.openLocalFile(a.getText(),null,!0)})):/^https?:\/\//.test(c)&&(null==this.getCurrentFile()?window.location.hash="#U"+encodeURIComponent(c):window.openWindow((mxClient.IS_CHROMEAPP?"https://www.draw.io/":"https://"+location.host+"/")+window.location.search+"#U"+encodeURIComponent(c)))))}else this.openLocalFile(c,null,!0)}a.stopPropagation();a.preventDefault()}))};EditorUi.prototype.highlightElement=function(a){var b=0,c=0,d,e;if(null==a){e=document.body; -var h=document.documentElement;d=(e.clientWidth||h.clientWidth)-3;e=Math.max(e.clientHeight||0,h.clientHeight)-3}else b=a.offsetTop,c=a.offsetLeft,d=a.clientWidth,e=a.clientHeight;h=document.createElement("div");h.style.zIndex=mxPopupMenu.prototype.zIndex+2;h.style.border="3px dotted rgb(254, 137, 12)";h.style.pointerEvents="none";h.style.position="absolute";h.style.top=b+"px";h.style.left=c+"px";h.style.width=Math.max(0,d-3)+"px";h.style.height=Math.max(0,e-3)+"px";null!=a&&a.parentNode==this.editor.graph.container? -this.editor.graph.container.appendChild(h):document.body.appendChild(h);return h};EditorUi.prototype.stringToCells=function(a){a=mxUtils.parseXml(a);var b=this.editor.extractGraphModel(a.documentElement);a=[];if(null!=b){var c=new mxCodec(b.ownerDocument),d=new mxGraphModel;c.decode(b,d);b=d.getChildAt(d.getRoot(),0);for(c=0;c<d.getChildCount(b);c++)a.push(d.getChildAt(b,c))}return a};EditorUi.prototype.openFiles=function(a,b){if(this.spinner.spin(document.body,mxResources.get("loading")))for(var c= -0;c<a.length;c++)mxUtils.bind(this,function(a){var c=new FileReader;c.onload=mxUtils.bind(this,function(c){var d=c.target.result,g=a.name;if(null!=g&&0<g.length){!this.useCanvasForExport&&/(\.png)$/i.test(g)&&(g=g.substring(0,g.length-4)+".xml");var e=mxUtils.bind(this,function(a){g=0<=g.lastIndexOf(".")?g.substring(0,g.lastIndexOf("."))+".xml":g+".xml";if("<mxlibrary"==a.substring(0,10)){null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename, -b);try{this.loadLibrary(new LocalLibrary(this,a,g))}catch(w){this.handleError(w,mxResources.get("errorLoadingFile"))}}else this.openLocalFile(a,g,b)});if(/(\.vsdx?)($|\?)/i.test(g)||/(\.vssx)($|\?)/i.test(g))this.importVisio(a,mxUtils.bind(this,function(a){this.spinner.stop();e(a)}));else if(Graph.fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(d,g))this.parseFile(a,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status? -e(a.responseText):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge":"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))}));else if('{"state":"{\\"Properties\\":'==d.substring(0,26))/(\.json)$/i.test(g)&&(g=g.substring(0,g.length-5)+".xml"),this.openLocalFile(this.emptyDiagramXml,g,b),this.importLucidChart(d,0,0,null,mxUtils.bind(this,function(){this.editor.undoManager.clear();this.spinner.stop()}));else if("<mxlibrary"==c.target.result.substring(0,10)){this.spinner.stop(); -null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename,b);try{this.loadLibrary(new LocalLibrary(this,c.target.result,a.name))}catch(f){this.handleError(f,mxResources.get("errorLoadingFile"))}}else"image/png"==a.type.substring(0,9)&&(d=this.extractGraphModelFromPng(d)),this.spinner.stop(),this.openLocalFile(d,g,b)}});c.onerror=mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a);window.openFile=null});"image"===a.type.substring(0, -5)&&"image/svg"!==a.type.substring(0,9)?c.readAsDataURL(a):c.readAsText(a)})(a[c])};EditorUi.prototype.openLocalFile=function(a,b,c){var d=this.getCurrentFile(),g=mxUtils.bind(this,function(){window.openFile=null;if(null==b&&null!=this.getCurrentFile()&&this.isDiagramEmpty()){var d=mxUtils.parseXml(a);null!=d&&(this.editor.setGraphXml(d.documentElement),this.editor.graph.selectAll())}else this.fileLoaded(new LocalFile(this,a,b||this.defaultFilename,c))});null!=a&&0<a.length&&(null==d||!d.isModified()&& -(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)?g():(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)&&null!=d&&d.isModified()?this.confirm(mxResources.get("allChangesLost"),null,g,mxResources.get("cancel"),mxResources.get("discardChanges")):(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(a,b),window.openWindow(this.getUrl(),null,mxUtils.bind(this,function(){this.confirm(mxResources.get("allChangesLost"),null,g,mxResources.get("cancel"),mxResources.get("discardChanges"))}))))}; -EditorUi.prototype.getBasenames=function(){var a={};if(null!=this.pages)for(var b=0;b<this.pages.length;b++)this.updatePageRoot(this.pages[b]),this.addBasenamesForCell(this.pages[b].root,a);else this.addBasenamesForCell(this.editor.graph.model.getRoot(),a);var b=[],c;for(c in a)b.push(c);return b};EditorUi.prototype.addBasenamesForCell=function(a,b){function c(a){if(null!=a){var c=a.lastIndexOf(".");0<c&&(a=a.substring(c+1,a.length));null==b[a]&&(b[a]=!0)}}var d=this.editor.graph,g=d.getCellStyle(a); -c(mxStencilRegistry.getBasenameForStencil(g[mxConstants.STYLE_SHAPE]));d.model.isEdge(a)&&(c(mxMarker.getPackageForType(g[mxConstants.STYLE_STARTARROW])),c(mxMarker.getPackageForType(g[mxConstants.STYLE_ENDARROW])));for(var g=d.model.getChildCount(a),e=0;e<g;e++)this.addBasenamesForCell(d.model.getChildAt(a,e),b)};EditorUi.prototype.setGraphEnabled=function(a){this.diagramContainer.style.visibility=a?"":"hidden";this.formatContainer.style.visibility=a?"":"hidden";this.sidebarFooterContainer.style.display= -a?"":"none";this.sidebarContainer.style.display=a?"":"none";this.hsplit.style.display=a?"":"none";this.editor.graph.setEnabled(a);null!=this.tabContainer&&(this.tabContainer.style.visibility=a?"":"hidden");a||(null!=this.actions.outlineWindow&&this.actions.outlineWindow.window.setVisible(!1),null!=this.actions.layersWindow&&this.actions.layersWindow.window.setVisible(!1),null!=this.menus.tagsWindow&&this.menus.tagsWindow.window.setVisible(!1),null!=this.menus.findWindow&&this.menus.findWindow.window.setVisible(!1))}; -EditorUi.prototype.initializeEmbedMode=function(){this.setGraphEnabled(!1);(window.opener||window.parent)!=window&&("1"!=urlParams.spin||this.spinner.spin(document.body,mxResources.get("loading")))&&this.installMessageHandler(mxUtils.bind(this,function(a,b,c){this.spinner.stop();this.addEmbedButtons();this.setGraphEnabled(!0);null!=a&&0<a.length?(this.setFileData(a),this.editor.isChromelessView()?this.editor.graph.isLightboxView()&&this.lightboxFit():this.showLayersDialog(),this.chromelessResize&& -this.chromelessResize()):(this.editor.graph.model.clear(),this.editor.fireEvent(new mxEventObject("resetGraphView")));this.editor.undoManager.clear();this.editor.modified=null!=c?c:!1;this.updateUi();window.self!==window.top&&window.focus();null!=this.format&&this.format.refresh()}))};EditorUi.prototype.showLayersDialog=function(){1<this.editor.graph.getModel().getChildCount(this.editor.graph.getModel().getRoot())&&(null==this.actions.layersWindow?this.actions.get("layers").funct():this.actions.layersWindow.window.setVisible(!0))}; -EditorUi.prototype.getPublicUrl=function(a,b){null!=a?a.getPublicUrl(b):b(null)};EditorUi.prototype.createLoadMessage=function(a){var b=this.editor.graph;return{event:a,pageVisible:b.pageVisible,translate:b.view.translate,scale:b.view.scale,page:b.view.getBackgroundPageBounds(),bounds:b.getGraphBounds()}};EditorUi.prototype.installMessageHandler=function(a){var b=null,c=!1,d=!1,e=null,h=mxUtils.bind(this,function(a,b){this.editor.modified&&"0"!=urlParams.modified?null!=urlParams.modified&&this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(urlParams.modified))): -this.editor.setStatus("")});this.editor.graph.model.addListener(mxEvent.CHANGE,h);mxEvent.addListener(window,"message",mxUtils.bind(this,function(g){function h(a){if(null!=a&&"function"===typeof a.charAt&&"<"!=a.charAt(0))try{"data:image/svg+xml;base64,"==a.substring(0,26)?a=atob(a.substring(26)):"data:image/svg+xml;utf8,"==a.substring(0,24)&&(a=a.substring(24)),null!=a&&("%"==a.charAt(0)?a=decodeURIComponent(a):"<"!=a.charAt(0)&&(a=this.editor.graph.decompress(a)))}catch(G){}return a}if(g.source== -(window.opener||window.parent)){var f=g.data;if("json"==urlParams.proto){try{f=JSON.parse(f)}catch(H){f=null}if(null==f)return;if("dialog"==f.action){this.showError(null!=f.titleKey?mxResources.get(f.titleKey):f.title,null!=f.messageKey?mxResources.get(f.messageKey):f.message,null!=f.buttonKey?mxResources.get(f.buttonKey):f.button);null!=f.modified&&(this.editor.modified=f.modified);return}if("prompt"==f.action){this.spinner.stop();var l=new FilenameDialog(this,f.defaultValue||"",null!=f.okKey?mxResources.get(f.okKey): -null,function(a){null!=a&&k.postMessage(JSON.stringify({event:"prompt",value:a,message:f}),"*")},null!=f.titleKey?mxResources.get(f.titleKey):f.title);this.showDialog(l.container,300,80,!0,!1);l.init();return}if("draft"==f.action){l=null;l="data:image/png;base64,"==f.xml.substring(0,22)?this.extractGraphModelFromPng(f.xml):h(f.xml);this.spinner.stop();l=new DraftDialog(this,mxResources.get("draftFound",[f.name||this.defaultFilename]),l,mxUtils.bind(this,function(){this.hideDialog();k.postMessage(JSON.stringify({event:"draft", -result:"edit",message:f}),"*")}),mxUtils.bind(this,function(){this.hideDialog();k.postMessage(JSON.stringify({event:"draft",result:"discard",message:f}),"*")}),f.editKey?mxResources.get(f.editKey):null,f.discardKey?mxResources.get(f.discardKey):null,f.ignore?mxUtils.bind(this,function(){this.hideDialog();k.postMessage(JSON.stringify({event:"draft",result:"ignore",message:f}),"*")}):null);this.showDialog(l.container,640,480,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()})); -try{l.init()}catch(H){k.postMessage(JSON.stringify({event:"draft",error:H.toString(),message:f}),"*")}return}if("template"==f.action){this.spinner.stop();var l=1==f.enableRecent,m=1==f.enableSearch,l=new NewDialog(this,!1,null!=f.callback,mxUtils.bind(this,function(b,c){b=b||this.emptyDiagramXml;null!=f.callback?k.postMessage(JSON.stringify({event:"template",xml:b,blank:b==this.emptyDiagramXml,name:c}),"*"):(a(b,g,b!=this.emptyDiagramXml),this.editor.modified||this.editor.setStatus(""))}),null,null, -null,null,null,null,null,l?mxUtils.bind(this,function(a){this.recentReadyCallback=a;k.postMessage(JSON.stringify({event:"recentDocs"}),"*")}):null,m?mxUtils.bind(this,function(a,b){this.searchReadyCallback=b;k.postMessage(JSON.stringify({event:"searchDocs",searchStr:a}),"*")}):null,function(a,b,c){k.postMessage(JSON.stringify({event:"template",docUrl:a,info:b,name:c}),"*")});this.showDialog(l.container,620,440,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()}));l.init();return}if("searchDocsList"== -f.action)this.searchReadyCallback(f.list,f.errorMsg);else if("recentDocsList"==f.action)this.recentReadyCallback(f.list,f.errorMsg);else{if("status"==f.action){null!=f.messageKey?this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(f.messageKey))):null!=f.message&&this.editor.setStatus(mxUtils.htmlEntities(f.message));null!=f.modified&&(this.editor.modified=f.modified);return}if("spinner"==f.action){var n=null!=f.messageKey?mxResources.get(f.messageKey):f.message;null==f.show||f.show?this.spinner.spin(document.body, -n):this.spinner.stop();return}if("export"==f.action){if("png"==f.format||"xmlpng"==f.format){if(null==f.spin&&null==f.spinKey||this.spinner.spin(document.body,null!=f.spinKey?mxResources.get(f.spinKey):f.spin)){var p=null!=f.xml?f.xml:this.getFileData(!0);this.editor.graph.setEnabled(!1);var v=this.editor.graph,q=mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();var b=this.createLoadMessage("export");b.format=f.format;b.message=f;b.data=a;b.xml=encodeURIComponent(p); -k.postMessage(JSON.stringify(b),"*")}),t=mxUtils.bind(this,function(a){null==a&&(a=Editor.blankImage);"xmlpng"==f.format&&(a=this.writeGraphModelToPng(a,"zTXt","mxGraphModel",atob(this.editor.graph.compress(p))));v!=this.editor.graph&&v.container.parentNode.removeChild(v.container);q(a)});if(this.isExportToCanvas()){if(null!=this.pages&&this.currentPage!=this.pages[0]){var v=this.createTemporaryGraph(v.getStylesheet()),u=v.getGlobalVariable,C=this.pages[0];v.getGlobalVariable=function(a){return"page"== -a?C.getName():"pagenumber"==a?1:u.apply(this,arguments)};document.body.appendChild(v.container);v.model.setRoot(C.root)}this.exportToCanvas(mxUtils.bind(this,function(a){t(a.toDataURL("image/png"))}),null,null,null,mxUtils.bind(this,function(){t(null)}),null,null,null,null,null,null,v)}else(new mxXmlRequest(EXPORT_URL,"format=png&embedXml="+("xmlpng"==f.format?"1":"0")+"&base64=1&xml="+encodeURIComponent(encodeURIComponent(p)))).send(mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()? -q("data:image/png;base64,"+a.getText()):t(null)}),mxUtils.bind(this,function(){t(null)}))}}else{null!=f.xml&&0<f.xml.length&&this.setFileData(f.xml);n=this.createLoadMessage("export");if("html2"==f.format||"html"==f.format&&("0"!=urlParams.pages||null!=this.pages&&1<this.pages.length))l=this.getXmlFileData(),n.xml=mxUtils.getXml(l),n.data=this.getFileData(null,null,!0,null,null,null,l),n.format=f.format;else if("html"==f.format)p=this.editor.getGraphXml(),n.data=this.getHtml(p,this.editor.graph), -n.xml=mxUtils.getXml(p),n.format=f.format;else{mxSvgCanvas2D.prototype.foAltText=null;l=this.editor.graph.background;l==mxConstants.NONE&&(l=null);n.xml=this.getFileData(!0);n.format="svg";if(f.embedImages||null==f.embedImages){if(null==f.spin&&null==f.spinKey||this.spinner.spin(document.body,null!=f.spinKey?mxResources.get(f.spinKey):f.spin))this.editor.graph.setEnabled(!1),"xmlsvg"==f.format?this.getEmbeddedSvg(n.xml,this.editor.graph,null,!0,mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0); -this.spinner.stop();n.data=this.createSvgDataUri(a);k.postMessage(JSON.stringify(n),"*")})):this.convertImages(this.editor.graph.getSvg(l),mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();n.data=this.createSvgDataUri(mxUtils.getXml(a));k.postMessage(JSON.stringify(n),"*")}));return}l="xmlsvg"==f.format?this.getEmbeddedSvg(this.getFileData(!0),this.editor.graph,null,!0):mxUtils.getXml(this.editor.graph.getSvg(l));n.data=this.createSvgDataUri(l)}k.postMessage(JSON.stringify(n), -"*")}return}if("load"==f.action)d=1==f.autosave,this.hideDialog(),null!=f.modified&&null==urlParams.modified&&(urlParams.modified=f.modified),null!=f.saveAndExit&&null==urlParams.saveAndExit&&(urlParams.saveAndExit=f.saveAndExit),null!=f.title&&null!=this.buttonContainer&&(l=document.createElement("span"),mxUtils.write(l,f.title),"atlas"==uiTheme?(this.buttonContainer.style.paddingRight="12px",this.buttonContainer.style.paddingTop="12px"):"min"!=uiTheme&&(this.buttonContainer.style.paddingRight="38px", -this.buttonContainer.style.paddingTop="6px"),null!=this.embedFilenameSpan&&this.embedFilenameSpan.parentNode.removeChild(this.embedFilenameSpan),this.buttonContainer.appendChild(l),this.embedFilenameSpan=l),f=null!=f.xmlpng?this.extractGraphModelFromPng(f.xmlpng):null!=f.xml&&"data:image/png;base64,"==f.xml.substring(0,22)?this.extractGraphModelFromPng(f.xml):f.xml;else{k.postMessage(JSON.stringify({error:"unknownMessage",data:JSON.stringify(f)}),"*");return}}}f=h(f);c=!0;try{a(f,g)}catch(H){this.handleError(H)}c= -!1;null!=urlParams.modified&&this.editor.setStatus("");var x=mxUtils.bind(this,function(){return"0"!=urlParams.pages||null!=this.pages&&1<this.pages.length?this.getFileData(!0):mxUtils.getXml(this.editor.getGraphXml())});e=x();d&&null==b&&(b=mxUtils.bind(this,function(a,b){var f=x();if(f!=e&&!c){var d=this.createLoadMessage("autosave");d.xml=f;f=JSON.stringify(d);(window.opener||window.parent).postMessage(f,"*")}e=f}),this.editor.graph.model.addListener(mxEvent.CHANGE,b),this.editor.graph.addListener("gridSizeChanged", -b),this.editor.graph.addListener("shadowVisibleChanged",b),this.addListener("pageFormatChanged",b),this.addListener("pageScaleChanged",b),this.addListener("backgroundColorChanged",b),this.addListener("backgroundImageChanged",b),this.addListener("foldingEnabledChanged",b),this.addListener("mathEnabledChanged",b),this.addListener("gridEnabledChanged",b),this.addListener("guidesEnabledChanged",b),this.addListener("pageViewChanged",b));"1"!=urlParams.returnbounds&&"json"!=urlParams.proto||k.postMessage(JSON.stringify(this.createLoadMessage("load")), -"*")}}));var k=window.opener||window.parent,h="json"==urlParams.proto?JSON.stringify({event:"init"}):urlParams.ready||"ready";k.postMessage(h,"*")};EditorUi.prototype.addEmbedButtons=function(){if(null!=this.menubar){var a=document.createElement("div");a.style.display="inline-block";a.style.position="absolute";a.style.paddingTop="atlas"==uiTheme?"2px":"3px";a.style.paddingLeft="8px";a.style.paddingBottom="2px";var b=document.createElement("button");mxUtils.write(b,mxResources.get("save"));b.setAttribute("title", -mxResources.get("save")+" ("+Editor.ctrlKey+"+S)");b.className="geBigButton";b.style.fontSize="12px";b.style.padding="4px 6px 4px 6px";b.style.borderRadius="3px";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("save").funct()}));a.appendChild(b);"1"==urlParams.saveAndExit&&(b=document.createElement("a"),mxUtils.write(b,mxResources.get("saveAndExit")),b.setAttribute("title",mxResources.get("saveAndExit")),b.style.fontSize="12px",b.style.marginLeft="6px",b.style.padding= -"4px",b.style.cursor="pointer",mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("saveAndExit").funct()})),a.appendChild(b));b=document.createElement("a");mxUtils.write(b,mxResources.get("exit"));b.setAttribute("title",mxResources.get("exit"));b.style.fontSize="12px";b.style.marginLeft="6px";b.style.marginRight="20px";b.style.padding="4px";b.style.cursor="pointer";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("exit").funct()}));a.appendChild(b); -this.toolbar.container.appendChild(a);this.toolbar.staticElements.push(a);a.style.right="atlas"!=uiTheme?"52px":"42px"}};EditorUi.prototype.showImportCsvDialog=function(){null==this.importCsvDialog&&(this.importCsvDialog=new TextareaDialog(this,mxResources.get("csv")+":",Editor.defaultCsvValue,mxUtils.bind(this,function(a){this.importCsv(a)}),null,null,620,430,null,!0,!0,mxResources.get("import")));this.showDialog(this.importCsvDialog.container,640,520,!0,!0);this.importCsvDialog.init()};EditorUi.prototype.importCsv= -function(a,b){try{var c=a.split("\n"),d=[];if(0<c.length){var e={},g=null,h=null,k="",m="auto",f="auto",n=null,p=null,E=40,y=40,J=0,A=this.editor.graph;A.getGraphBounds();for(var D=function(){null!=b?b(ba):(A.setSelectionCells(ba),A.scrollCellToVisible(A.getSelectionCell()))},I=A.getFreeInsertPoint(),C=I.x,F=I.y,I=F,H=null,G="auto",M=[],Y=null,aa=null,O=0;O<c.length&&"#"==c[O].charAt(0);){a=c[O];for(O++;O<c.length&&"\\"==a.charAt(a.length-1)&&"#"==c[O].charAt(0);)a=a.substring(0,a.length-1)+mxUtils.trim(c[O].substring(1)), -O++;if("#"!=a.charAt(1)){var X=a.indexOf(":");if(0<X){var R=mxUtils.trim(a.substring(1,X)),K=mxUtils.trim(a.substring(X+1));"label"==R?H=A.sanitizeHtml(K):"style"==R?g=K:"identity"==R&&0<K.length&&"-"!=K?h=K:"namespace"==R&&0<K.length&&"-"!=K?k=K:"width"==R?m=K:"height"==R?f=K:"left"==R&&0<K.length?n=K:"top"==R&&0<K.length?p=K:"ignore"==R?aa=K.split(","):"connect"==R?M.push(JSON.parse(K)):"link"==R?Y=K:"padding"==R?J=parseFloat(K):"edgespacing"==R?E=parseFloat(K):"nodespacing"==R?y=parseFloat(K): -"layout"==R&&(G=K)}}}var T=this.editor.csvToArray(c[O]),X=null;if(null!=h)for(var N=0;N<T.length;N++)if(h==T[N]){X=N;break}null==H&&(H="%"+T[0]+"%");if(null!=M)for(var S=0;S<M.length;S++)null==e[M[S].to]&&(e[M[S].to]={});A.model.beginUpdate();try{for(N=O+1;N<c.length;N++){var U=this.editor.csvToArray(c[N]);if(U.length==T.length){var L=null,W=null!=X?k+U[X]:null;null!=W&&(L=A.model.getCell(W));null==L&&(L=new mxCell(H,new mxGeometry(C,I,0,0),g||"whiteSpace=wrap;html=1;"),L.vertex=!0,L.id=W);for(var P= -0;P<U.length;P++)A.setAttributeForCell(L,T[P],U[P]);A.setAttributeForCell(L,"placeholders","1");L.style=A.replacePlaceholders(L,L.style);for(S=0;S<M.length;S++)e[M[S].to][L.getAttribute(M[S].to)]=L;null!=Y&&"link"!=Y&&(A.setLinkForCell(L,L.getAttribute(Y)),A.setAttributeForCell(L,Y,null));A.fireEvent(new mxEventObject("cellsInserted","cells",[L]));var V=this.editor.graph.getPreferredSizeForCell(L);L.vertex&&(null!=n&&null!=L.getAttribute(n)&&(L.geometry.x=C+parseFloat(L.getAttribute(n))),null!=p&& -null!=L.getAttribute(p)&&(L.geometry.y=F+parseFloat(L.getAttribute(p))),"@"==m.charAt(0)&&null!=L.getAttribute(m.substring(1))?L.geometry.width=parseFloat(L.getAttribute(m.substring(1))):L.geometry.width="auto"==m?V.width+J:parseFloat(m),"@"==f.charAt(0)&&null!=L.getAttribute(f.substring(1))?L.geometry.height=parseFloat(L.getAttribute(f.substring(1))):L.geometry.height="auto"==f?V.height+J:parseFloat(f),I+=L.geometry.height+y);d.push(A.addCell(L))}}for(var Z=d.slice(),ba=d.slice(),S=0;S<M.length;S++)for(var Q= -M[S],N=0;N<d.length;N++){var L=d[N],ia=L.getAttribute(Q.from);if(null!=ia){A.setAttributeForCell(L,Q.from,null);for(var ja=ia.split(","),P=0;P<ja.length;P++){var ca=e[Q.to][ja[P]];null!=ca&&(H=Q.label,null!=Q.fromlabel&&(H=(L.getAttribute(Q.fromlabel)||"")+(H||"")),null!=Q.tolabel&&(H=(H||"")+(ca.getAttribute(Q.tolabel)||"")),ba.push(A.insertEdge(null,null,H||"",Q.invert?ca:L,Q.invert?L:ca,Q.style||A.createCurrentEdgeStyle())),mxUtils.remove(Q.invert?L:ca,Z))}}}if(null!=aa)for(N=0;N<d.length;N++)for(L= -d[N],P=0;P<aa.length;P++)A.setAttributeForCell(L,mxUtils.trim(aa[P]),null);var fa=new mxParallelEdgeLayout(A);fa.spacing=E;var ka=function(){fa.execute(A.getDefaultParent());for(var a=0;a<d.length;a++){var b=A.getCellGeometry(d[a]);b.x=Math.round(A.snap(b.x));b.y=Math.round(A.snap(b.y));"auto"==m&&(b.width=Math.round(A.snap(b.width)));"auto"==f&&(b.height=Math.round(A.snap(b.height)))}};if("circle"==G){var da=new mxCircleLayout(A);da.resetEdges=!1;var la=da.isVertexIgnored;da.isVertexIgnored=function(a){return la.apply(this, -arguments)||0>mxUtils.indexOf(d,a)};this.executeLayout(function(){da.execute(A.getDefaultParent());ka()},!0,D);D=null}else if("horizontaltree"==G||"verticaltree"==G||"auto"==G&&ba.length==2*d.length-1&&1==Z.length){A.view.validate();var ga=new mxCompactTreeLayout(A,"horizontaltree"==G);ga.levelDistance=y;ga.edgeRouting=!1;ga.resetEdges=!1;this.executeLayout(function(){ga.execute(A.getDefaultParent(),0<Z.length?Z[0]:null)},!0,D);D=null}else if("horizontalflow"==G||"verticalflow"==G||"auto"==G&&1== -Z.length){A.view.validate();var ha=new mxHierarchicalLayout(A,"horizontalflow"==G?mxConstants.DIRECTION_WEST:mxConstants.DIRECTION_NORTH);ha.intraCellSpacing=y;ha.disableEdgeStyle=!1;this.executeLayout(function(){ha.execute(A.getDefaultParent(),ba);A.moveCells(ba,C,F)},!0,D);D=null}else if("organic"==G||"auto"==G&&ba.length>d.length){A.view.validate();var ea=new mxFastOrganicLayout(A);ea.forceConstant=3*y;ea.resetEdges=!1;var ma=ea.isVertexIgnored;ea.isVertexIgnored=function(a){return ma.apply(this, -arguments)||0>mxUtils.indexOf(d,a)};fa=new mxParallelEdgeLayout(A);fa.spacing=E;this.executeLayout(function(){ea.execute(A.getDefaultParent());ka()},!0,D);D=null}this.hideDialog()}finally{A.model.endUpdate()}null!=D&&D()}}catch(na){this.handleError(na)}};EditorUi.prototype.getSearch=function(a){var b="";if("1"!=urlParams.offline&&"1"!=urlParams.demo&&null!=a&&0<window.location.search.length){var c="?",d;for(d in urlParams)0>mxUtils.indexOf(a,d)&&null!=urlParams[d]&&(b+=c+d+"="+urlParams[d],c="&")}else b= -window.location.search;return b};EditorUi.prototype.getUrl=function(a){a=null!=a?a:window.location.pathname;var b=0<a.indexOf("?")?1:0;if("1"==urlParams.offline)a+=window.location.search;else{var c="tmp libs clibs state fileId code share notitle data url embed client create title splash".split(" "),d;for(d in urlParams)0>mxUtils.indexOf(c,d)&&(a=0==b?a+"?":a+"&",null!=urlParams[d]&&(a+=d+"="+urlParams[d],b++))}return a};EditorUi.prototype.showLinkDialog=function(a,b,c){a=new LinkDialog(this,a,b,c, -!0);this.showDialog(a.container,480,130,!0,!0);a.init()};var m=EditorUi.prototype.createOutline;EditorUi.prototype.createOutline=function(a){var b=m.apply(this,arguments),c=this.editor.graph,d=b.getSourceGraphBounds;b.getSourceGraphBounds=function(){if(mxUtils.hasScrollbars(c.container)&&c.pageVisible&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0,0,Math.ceil(this.source.minimumGraphSize.width-2*a.x/b),Math.ceil(this.source.minimumGraphSize.height- -2*a.y/b))}return d.apply(this,arguments)};var e=b.getSourceContainerSize;b.getSourceContainerSize=function(){if(mxUtils.hasScrollbars(c.container)&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0,0,Math.ceil(this.source.minimumGraphSize.width*b-2*a.x),Math.ceil(this.source.minimumGraphSize.height*b-2*a.y))}return e.apply(this,arguments)};b.getOutlineOffset=function(a){if(mxUtils.hasScrollbars(c.container)&&null!=this.source.minimumGraphSize){var d= -this.source.getPagePadding();return new mxPoint(Math.round(Math.max(0,(b.outline.container.clientWidth/a-(this.source.minimumGraphSize.width-2*d.x))/2)-d.x),Math.round(Math.max(0,(b.outline.container.clientHeight/a-(this.source.minimumGraphSize.height-2*d.y))/2)-d.y-5/a))}return new mxPoint(8/a,8/a)};var h=b.init;b.init=function(){h.apply(this,arguments);b.outline.view.getBackgroundPageBounds=function(){var a=c.getPageLayout(),b=c.getPageSize();return new mxRectangle(this.scale*(this.translate.x+ -a.x*b.width),this.scale*(this.translate.y+a.y*b.height),this.scale*a.width*b.width,this.scale*a.height*b.height)};b.outline.view.validateBackgroundPage()};this.editor.addListener("pageSelected",function(a,c){var d=c.getProperty("change"),f=b.source,e=b.outline;e.pageScale=f.pageScale;e.pageFormat=f.pageFormat;e.background=f.background;e.pageVisible=f.pageVisible;e.background=f.background;var g=mxUtils.getCurrentStyle(f.container);e.container.style.backgroundColor=g.backgroundColor;null!=f.view.backgroundPageShape&& -null!=e.view.backgroundPageShape&&(e.view.backgroundPageShape.fill=f.view.backgroundPageShape.fill);b.outline.view.clear(d.previousPage.root,!0);b.outline.view.validate()});return b};EditorUi.prototype.getServiceCount=function(a,b){var c=0;null==this.drive&&"function"!==typeof window.DriveClient||c++;b||null==this.dropbox&&"function"!==typeof window.DropboxClient||c++;null==this.oneDrive&&"function"!==typeof window.OneDriveClient||c++;b||null==this.gitHub||c++;b||null==this.trello&&"function"!==typeof window.TrelloClient|| -c++;a&&isLocalStorage&&("1"==urlParams.browser||mxClient.IS_IOS)&&c++;mxClient.IS_IOS||c++;return c};EditorUi.prototype.updateUi=function(){this.updateButtonContainer();this.updateActionStates();var a=this.getCurrentFile(),b=null!=a||"1"==urlParams.embed&&this.editor.graph.isEnabled();this.menus.get("viewPanels").setEnabled(b);this.menus.get("viewZoom").setEnabled(b);var c=("1"!=urlParams.embed||!this.editor.graph.isEnabled())&&(null==a||a.isRestricted());this.actions.get("makeCopy").setEnabled(!c); -this.actions.get("print").setEnabled(!c);this.menus.get("exportAs").setEnabled(!c);this.menus.get("embed").setEnabled(!c);c="1"!=urlParams.embed||this.editor.graph.isEnabled();this.menus.get("extras").setEnabled(c);Editor.enableCustomLibraries&&(this.menus.get("openLibraryFrom").setEnabled(c),this.menus.get("newLibrary").setEnabled(c));a="1"==urlParams.embed&&this.editor.graph.isEnabled()||null!=a&&a.isEditable();this.actions.get("image").setEnabled(b);this.actions.get("zoomIn").setEnabled(b);this.actions.get("zoomOut").setEnabled(b); -this.actions.get("resetView").setEnabled(b);this.menus.get("edit").setEnabled(b);this.menus.get("view").setEnabled(b);this.menus.get("importFrom").setEnabled(a);this.menus.get("arrange").setEnabled(a);null!=this.toolbar&&(null!=this.toolbar.edgeShapeMenu&&this.toolbar.edgeShapeMenu.setEnabled(a),null!=this.toolbar.edgeStyleMenu&&this.toolbar.edgeStyleMenu.setEnabled(a));if(this.isAppCache()){var d=applicationCache;if(null!=d&&null==this.offlineStatus){this.offlineStatus=document.createElement("div"); -this.offlineStatus.className="geItem";this.offlineStatus.style.position="absolute";this.offlineStatus.style.fontSize="8pt";this.offlineStatus.style.top="2px";this.offlineStatus.style.right="12px";this.offlineStatus.style.color="#666";this.offlineStatus.style.margin="4px";this.offlineStatus.style.padding="2px";this.offlineStatus.style.verticalAlign="middle";this.offlineStatus.innerHTML="";this.menubarContainer.appendChild(this.offlineStatus);mxEvent.addListener(this.offlineStatus,"click",mxUtils.bind(this, -function(){var a=this.offlineStatus.getElementsByTagName("img");null!=a&&0<a.length&&this.alert(a[0].getAttribute("title"))}));var d=window.applicationCache,e=null,b=mxUtils.bind(this,function(){var a=d.status,b;a==d.CHECKING&&(a=d.DOWNLOADING);switch(a){case d.UNCACHED:b="";break;case d.IDLE:b="min"==uiTheme?"":'<img title="draw.io is up to date." border="0" src="'+IMAGE_PATH+'/checkmark.gif"/>';break;case d.DOWNLOADING:b='<img title="Downloading new version..." border="0" src="'+IMAGE_PATH+'/spin.gif"/>'; -break;case d.UPDATEREADY:b='<img title="'+mxUtils.htmlEntities(mxResources.get("restartForChangeRequired"))+'" border="0" src="'+IMAGE_PATH+'/download.png"/>';break;case d.OBSOLETE:b='<img title="Obsolete" border="0" src="'+IMAGE_PATH+'/clear.gif"/>';break;default:b='<img title="Unknown" border="0" src="'+IMAGE_PATH+'/clear.gif"/>'}a!=e&&(this.offlineStatus.innerHTML=b,e=a)});mxEvent.addListener(d,"checking",b);mxEvent.addListener(d,"noupdate",b);mxEvent.addListener(d,"downloading",b);mxEvent.addListener(d, -"progress",b);mxEvent.addListener(d,"cached",b);mxEvent.addListener(d,"updateready",b);mxEvent.addListener(d,"obsolete",b);mxEvent.addListener(d,"error",b);b()}}else this.updateUserElement()};EditorUi.prototype.updateButtonContainer=function(){};EditorUi.prototype.updateUserElement=function(){};EditorUi.prototype.isDiagramActive=function(){var a=this.getCurrentFile();return null!=a&&a.isEditable()||"1"==urlParams.embed&&this.editor.graph.isEnabled()};var n=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates= -function(){n.apply(this,arguments);var a=this.editor.graph,b=this.isDiagramActive(),c=this.getCurrentFile();this.actions.get("pageSetup").setEnabled(b);this.actions.get("autosave").setEnabled(null!=c&&c.isEditable()&&c.isAutosaveOptional());this.actions.get("guides").setEnabled(b);this.actions.get("editData").setEnabled(b);this.actions.get("shadowVisible").setEnabled(b);this.actions.get("connectionArrows").setEnabled(b);this.actions.get("connectionPoints").setEnabled(b);this.actions.get("copyStyle").setEnabled(b&& -!a.isSelectionEmpty());this.actions.get("pasteStyle").setEnabled(b&&!a.isSelectionEmpty());this.actions.get("editGeometry").setEnabled(a.getModel().isVertex(a.getSelectionCell()));this.actions.get("createShape").setEnabled(b);this.actions.get("createRevision").setEnabled(b);this.actions.get("moveToFolder").setEnabled(null!=c);this.actions.get("makeCopy").setEnabled(null!=c&&!c.isRestricted());this.actions.get("editDiagram").setEnabled(b&&(null==c||!c.isRestricted()));this.actions.get("publishLink").setEnabled(null!= -c&&!c.isRestricted());this.actions.get("tags").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("find").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("layers").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("outline").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("rename").setEnabled(null!=c&&c.isRenamable()||"1"==urlParams.embed);this.actions.get("close").setEnabled(null!=c); -this.menus.get("publish").setEnabled(null!=c&&!c.isRestricted());a=a.view.getState(a.getSelectionCell());this.actions.get("editShape").setEnabled(b&&null!=a&&null!=a.shape&&null!=a.shape.stencil)};var p=EditorUi.prototype.destroy;EditorUi.prototype.destroy=function(){null!=this.exportDialog&&(this.exportDialog.parentNode.removeChild(this.exportDialog),this.exportDialog=null);p.apply(this,arguments)};null!=window.ExportDialog&&(ExportDialog.showXmlOption=!1,ExportDialog.showGifOption=!1,ExportDialog.exportFile= -function(a,b,c,d,e,h){var g=a.editor.graph;if("xml"==c)a.hideDialog(),a.saveData(b,"xml",mxUtils.getXml(a.editor.getGraphXml()),"text/xml");else if("svg"==c)a.hideDialog(),a.saveData(b,"svg",mxUtils.getXml(g.getSvg(d,e,h)),"image/svg+xml");else{var k=a.getFileData(!0,null,null,null,null,!0),m=g.getGraphBounds(),f=Math.floor(m.width*e/g.view.scale),l=Math.floor(m.height*e/g.view.scale);k.length<=MAX_REQUEST_SIZE&&f*l<MAX_AREA?(a.hideDialog(),a.saveRequest(b,c,function(a,b){return new mxXmlRequest(EXPORT_URL, -"format="+c+"&base64="+(b||"0")+(null!=a?"&filename="+encodeURIComponent(a):"")+"&bg="+(null!=d?d:"none")+"&w="+f+"&h="+l+"&border="+h+"&xml="+encodeURIComponent(k))})):mxUtils.alert(mxResources.get("drawingTooLarge"))}})})();var mxSettings={currentVersion:16,defaultFormatWidth:600>screen.width?"0":"240",key:".drawio-config",getLanguage:function(){return mxSettings.settings.language},setLanguage:function(b){mxSettings.settings.language=b},getUi:function(){return mxSettings.settings.ui},setUi:function(b){mxSettings.settings.ui=b},getShowStartScreen:function(){return mxSettings.settings.showStartScreen},setShowStartScreen:function(b){mxSettings.settings.showStartScreen=b},getGridColor:function(){return mxSettings.settings.gridColor}, +function(a,b){if(/(\.svg)$/i.test(a))mxUtils.get(a,mxUtils.bind(this,function(a){b(this.createSvgDataUri(a.getText()))}),function(){b(this.svgBrokenImage.src)});else{var c=new Image,f=this;this.crossOriginImages&&(c.crossOrigin="anonymous");c.onload=function(){var a=document.createElement("canvas"),d=a.getContext("2d");a.height=c.height;a.width=c.width;d.drawImage(c,0,0);try{b(a.toDataURL())}catch(v){b(f.svgBrokenImage.src)}};c.onerror=function(){b(f.svgBrokenImage.src)};c.src=a}};EditorUi.prototype.importXml= +function(a,b,c,d,e){b=null!=b?b:0;c=null!=c?c:0;var f=[];try{var g=this.editor.graph;if(null!=a&&0<a.length){var l=mxUtils.parseXml(a),k=this.editor.extractGraphModel(l.documentElement,null!=this.pages);if(null!=k&&"mxfile"==k.nodeName&&null!=this.pages){var h=k.getElementsByTagName("diagram");if(1==h.length)k=mxUtils.parseXml(g.decompress(mxUtils.getTextContent(h[0]))).documentElement;else if(1<h.length){g.model.beginUpdate();try{for(a=0;a<h.length;a++){h[a].removeAttribute("id");var m=this.updatePageRoot(new DiagramPage(h[a])), +q=this.pages.length;null==m.getName()&&m.setName(mxResources.get("pageWithNumber",[q+1]));g.model.execute(new ChangePage(this,m,m,q))}}finally{g.model.endUpdate()}}}null!=k&&"mxGraphModel"===k.nodeName&&(f=g.importGraphModel(k,b,c,d))}}catch(D){throw e||this.handleError(D,mxResources.get("invalidOrMissingFile")),D;}return f};EditorUi.prototype.importVisio=function(a,b,c,d){d=null!=d?d:a.name;c=null!=c?c:mxUtils.bind(this,function(a){this.handleError(a)});var f=mxUtils.bind(this,function(){this.loadingExtensions= +!1;if(this.doImportVisio)if((/(\.vsd)($|\?)/i.test(d)||/(\.vss)($|\?)/i.test(d))&&null!=VSD_CONVERT_URL){var f=new FormData;f.append("file1",a,d);var e=new XMLHttpRequest;e.open("POST",VSD_CONVERT_URL);e.responseType="blob";e.onreadystatechange=mxUtils.bind(this,function(){if(4==e.readyState)if(200<=e.status&&299>=e.status)try{e.response.name=d,this.doImportVisio(e.response,b,c)}catch(x){c(x)}else c({})});e.send(f)}else try{this.doImportVisio(a,b,c)}catch(x){c(x)}});this.doImportVisio||this.loadingExtensions|| +this.isOffline()?f():(this.loadingExtensions=!0,mxscript("js/extensions.min.js",f))};EditorUi.prototype.exportVisio=function(){var a=mxUtils.bind(this,function(){this.loadingExtensions=!1;if("undefined"!==typeof VsdxExport)try{(new VsdxExport(this)).exportCurrentDiagrams()}catch(f){this.handleError(f)}});"undefined"!==typeof VsdxExport||this.loadingExtensions||this.isOffline()?a():(this.loadingExtensions=!0,mxscript("js/extensions.min.js",a))};EditorUi.prototype.convertLucidChart=function(a,b,c){var f= +mxUtils.bind(this,function(){this.loadingExtensions=!1;if("undefined"!==typeof window.LucidImporter)try{b(LucidImporter.importState(JSON.parse(a)))}catch(u){c(u)}else c({message:mxResources.get("serviceUnavailableOrBlocked")})});"undefined"!==typeof window.LucidImporter||this.loadingExtensions||this.isOffline()?window.setTimeout(f,0):(this.loadingExtensions=!0,"1"==urlParams.dev?mxscript("js/diagramly/Extensions.js",f):mxscript("js/extensions.min.js",f))};EditorUi.prototype.insertTextAt=function(a, +b,c,d,e,g,k){g=null!=g?g:!0;k=null!=k?k:!0;if(null!=a)if(Graph.fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a))this.parseFile(new Blob([a.replace(/\s+/g," ")],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&200<=a.status&&299>=a.status&&this.editor.graph.setSelectionCells(this.insertTextAt(a.responseText,b,c,!0))}));else if("data:"==a.substring(0,5)||!this.isOffline()&&(e||/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(a))){var f=this.editor.graph; +if("data:image/png;base64,"==a.substring(0,22)){var l=this.extractGraphModelFromPng(a),h=this.importXml(l,b,c,g,!0);if(0<h.length)return h}if("data:image/svg+xml;"==a.substring(0,19))try{if(l=null,"data:image/svg+xml;base64,"==a.substring(0,26)?(l=a.substring(a.indexOf(",")+1),l=window.atob&&!mxClient.IS_SF?atob(l):Base64.decode(l,!0)):l=decodeURIComponent(a.substring(a.indexOf(",")+1)),h=this.importXml(l,b,c,g,!0),0<h.length)return h}catch(w){}this.loadImage(a,mxUtils.bind(this,function(h){if("data:"== +a.substring(0,5))this.resizeImage(h,a,mxUtils.bind(this,function(a,h,d){f.setSelectionCell(f.insertVertex(null,null,"",f.snap(b),f.snap(c),h,d,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+this.convertDataUri(a)+";"))}),k,this.maxImageSize);else{var d=Math.min(1,Math.min(this.maxImageSize/h.width,this.maxImageSize/h.height)),e=Math.round(h.width*d);h=Math.round(h.height*d);f.setSelectionCell(f.insertVertex(null,null,"", +f.snap(b),f.snap(c),e,h,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a+";"))}}),mxUtils.bind(this,function(){var h=null;f.getModel().beginUpdate();try{h=f.insertVertex(f.getDefaultParent(),null,a,f.snap(b),f.snap(c),1,1,"text;"+(d?"html=1;":"")),f.updateCellSize(h),f.fireEvent(new mxEventObject("textInserted","cells",[h]))}finally{f.getModel().endUpdate()}f.setSelectionCell(h)}))}else{a=this.editor.graph.zapGremlins(mxUtils.trim(a)); +if(this.isCompatibleString(a))return this.importXml(a,b,c,g);if(0<a.length)if(this.isLucidChartData(a))this.convertLucidChart(a,mxUtils.bind(this,function(a){this.editor.graph.setSelectionCells(this.importXml(a,b,c,g))}),mxUtils.bind(this,function(a){this.handleError(a)}));else{f=this.editor.graph;e=null;f.getModel().beginUpdate();try{e=f.insertVertex(f.getDefaultParent(),null,"",f.snap(b),f.snap(c),1,1,"text;"+(d?"html=1;":"")),f.fireEvent(new mxEventObject("textInserted","cells",[e])),"<"==a.charAt(0)&& +a.indexOf(">")==a.length-1&&(a=mxUtils.htmlEntities(a)),e.value=a,f.updateCellSize(e),/\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“â€â€˜â€™]))/i.test(e.value)&&f.setLinkForCell(e,e.value),e.geometry.width+=f.gridSize,e.geometry.height+=f.gridSize}finally{f.getModel().endUpdate()}return[e]}}return[]};EditorUi.prototype.formatFileSize=function(a){var b=-1; +do a/=1024,b++;while(1024<a);return Math.max(a,.1).toFixed(1)+" kB; MB; GB; TB;PB;EB;ZB;YB".split(";")[b]};EditorUi.prototype.convertDataUri=function(a){if("data:"==a.substring(0,5)){var b=a.indexOf(";");0<b&&(a=a.substring(0,b)+a.substring(a.indexOf(",",b+1)))}return a};EditorUi.prototype.isRemoteFileFormat=function(a,b){return/(\"contentType\":\s*\"application\/gliffy\+json\")/.test(a)};EditorUi.prototype.isLucidChartData=function(a){return null!=a&&'{"state":"{\\"Properties\\":'==a.substring(0, +26)};EditorUi.prototype.importLocalFile=function(a,b){if(a&&Graph.fileSupport&&(!mxClient.IS_IE&&!mxClient.IS_IE11||0>navigator.appVersion.indexOf("Windows NT 6.1"))){var c=document.createElement("input");c.setAttribute("type","file");mxEvent.addListener(c,"change",mxUtils.bind(this,function(){null!=c.files&&this.importFiles(c.files,null,null,this.maxImageSize)}));c.click()}else{window.openNew=!1;window.openKey="import";if(!b){var f=Editor.useLocalStorage;Editor.useLocalStorage=!a}window.openFile= +new OpenFile(mxUtils.bind(this,function(a){this.hideDialog(a)}));window.openFile.setConsumer(mxUtils.bind(this,function(a,b){if(null!=b&&Graph.fileSupport&&/(\.vsdx?)($|\?)/i.test(b)){var c=new Blob([a],{type:"application/octet-stream"});this.importVisio(c,mxUtils.bind(this,function(a){this.importXml(a)}),null,b)}else this.editor.graph.setSelectionCells(this.importXml(a))}));this.showDialog((new OpenDialog(this)).container,360,220,!0,!0,function(){window.openFile=null});if(!b){var d=this.dialog,e= +d.close;this.dialog.close=mxUtils.bind(this,function(a){Editor.useLocalStorage=f;e.apply(d,arguments);a&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash()})}}};EditorUi.prototype.importFile=function(a,b,c,d,e,g,k,m,n,h,w){h=null!=h?h:!0;var f=!1,l=null,q=mxUtils.bind(this,function(a){var b=null;null!=a&&"<mxlibrary"==a.substring(0,10)?this.loadLibrary(new LocalLibrary(this,a,k)):b=this.importXml(a,c,d,h);null!=m&&m(b)});"image"==b.substring(0,5)?(n=!1,"image/png"==b.substring(0, +9)&&(b=w?null:this.extractGraphModelFromPng(a),null!=b&&0<b.length&&(l=this.importXml(b,c,d,h),n=!0)),n||(l=this.editor.graph,b=a.indexOf(";"),0<b&&(a=a.substring(0,b)+a.substring(a.indexOf(",",b+1))),h&&l.isGridEnabled()&&(c=l.snap(c),d=l.snap(d)),l=[l.insertVertex(null,null,"",c,d,e,g,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a+";")])):/(\.*<graphml )/.test(a)&&"undefined"!==typeof window.mxGraphMlCodec?(new mxGraphMlCodec).decode(a, +mxUtils.bind(this,function(a){a=this.importXml(a,c,d,h);null!=m&&m(a)})):null!=n&&null!=k&&(/(\.vsdx?)($|\?)/i.test(k)||/(\.vssx?)($|\?)/i.test(k))?(f=!0,this.importVisio(n,q)):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a,k)?(f=!0,this.parseFile(null!=n?n:new Blob([a],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&(200<=a.status&&299>=a.status?q(a.responseText):null!=m&&m(null))}),k)):/(\.vsd)($|\?)/i.test(k)||/(\.vss)($|\?)/i.test(k)|| +(l=this.insertTextAt(this.validateFileData(a),c,d,!0,null,h));f||null==m||m(l);return l};EditorUi.prototype.base64Encode=function(a){for(var b="",c=0,d=a.length,e,g,k;c<d;){e=a.charCodeAt(c++)&255;if(c==d){b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4);b+="==";break}g=a.charCodeAt(c++);if(c==d){b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2); +b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(g&240)>>4);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((g&15)<<2);b+="=";break}k=a.charCodeAt(c++);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(g&240)>>4);b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((g&15)<<2|(k&192)>>6);b+= +"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(k&63)}return b};EditorUi.prototype.importFiles=function(a,b,c,d,e,g,k,m,n,h,w,p){b=null!=b?b:0;c=null!=c?c:0;d=null!=d?d:this.maxImageSize;h=null!=h?h:this.maxImageBytes;var f=null!=b&&null!=c,l=!0,q=!1;if(!mxClient.IS_CHROMEAPP&&null!=a)for(var v=w||this.resampleThreshold,u=0;u<a.length;u++)if("image/"==a[u].type.substring(0,6)&&a[u].size>v){q=!0;break}var t=mxUtils.bind(this,function(){var n=this.editor.graph,q=n.gridSize; +e=null!=e?e:mxUtils.bind(this,function(a,b,c,d,h,e,g,l,k){return null!=a&&"<mxlibrary"==a.substring(0,10)?(this.spinner.stop(),this.loadLibrary(new LocalLibrary(this,a,g)),null):this.importFile(a,b,c,d,h,e,g,l,k,f,p)});g=null!=g?g:mxUtils.bind(this,function(a){n.setSelectionCells(a)});if(this.spinner.spin(document.body,mxResources.get("loading")))for(var v=a.length,u=v,t=[],C=mxUtils.bind(this,function(a,b){t[a]=b;if(0==--u){this.spinner.stop();if(null!=m)m(t);else{var c=[];n.getModel().beginUpdate(); +try{for(var f=0;f<t.length;f++){var d=t[f]();null!=d&&(c=c.concat(d))}}finally{n.getModel().endUpdate()}}g(c)}}),E=0;E<v;E++)mxUtils.bind(this,function(f){var g=a[f],m=new FileReader;m.onload=mxUtils.bind(this,function(a){if(null==k||k(g))if("image/"==g.type.substring(0,6))if("image/svg"==g.type.substring(0,9)){var m=a.target.result,v=m.indexOf(","),t=decodeURIComponent(escape(atob(m.substring(v+1)))),u=mxUtils.parseXml(t),t=u.getElementsByTagName("svg");if(0<t.length){var t=t[0],B=p?null:t.getAttribute("content"); +null!=B&&"<"!=B.charAt(0)&&"%"!=B.charAt(0)&&(B=unescape(window.atob?atob(B):Base64.decode(B,!0)));null!=B&&"%"==B.charAt(0)&&(B=decodeURIComponent(B));null==B||"<mxfile "!==B.substring(0,8)&&"<mxGraphModel "!==B.substring(0,14)?C(f,mxUtils.bind(this,function(){try{if(m.substring(0,v+1),null!=u){var a=u.getElementsByTagName("svg");if(0<a.length){var h=a[0],k=parseFloat(h.getAttribute("width")),w=parseFloat(h.getAttribute("height")),p=h.getAttribute("viewBox");if(null==p||0==p.length)h.setAttribute("viewBox", +"0 0 "+k+" "+w);else if(isNaN(k)||isNaN(w)){var t=p.split(" ");3<t.length&&(k=parseFloat(t[2]),w=parseFloat(t[3]))}m=this.createSvgDataUri(mxUtils.getXml(h));var C=Math.min(1,Math.min(d/Math.max(1,k)),d/Math.max(1,w)),B=e(m,g.type,b+f*q,c+f*q,Math.max(1,Math.round(k*C)),Math.max(1,Math.round(w*C)),g.name,l);if(isNaN(k)||isNaN(w)){var E=new Image;E.onload=mxUtils.bind(this,function(){k=Math.max(1,E.width);w=Math.max(1,E.height);B[0].geometry.width=k;B[0].geometry.height=w;h.setAttribute("viewBox", +"0 0 "+k+" "+w);m=this.createSvgDataUri(mxUtils.getXml(h));var a=m.indexOf(";");0<a&&(m=m.substring(0,a)+m.substring(m.indexOf(",",a+1)));n.setCellStyles("image",m,[B[0]])});E.src=this.createSvgDataUri(mxUtils.getXml(h))}return B}}}catch(ea){}return null})):C(f,mxUtils.bind(this,function(){return e(B,"text/xml",b+f*q,c+f*q,0,0,g.name)}))}}else{t=!1;if("image/png"==g.type){var E=p?null:this.extractGraphModelFromPng(a.target.result);if(null!=E&&0<E.length){var x=new Image;x.src=a.target.result;C(f, +mxUtils.bind(this,function(){return e(E,"text/xml",b+f*q,c+f*q,x.width,x.height,g.name)}));t=!0}}t||(mxClient.IS_CHROMEAPP?(this.spinner.stop(),this.showError(mxResources.get("error"),mxResources.get("dragAndDropNotSupported"),mxResources.get("cancel"),mxUtils.bind(this,function(){}),null,mxResources.get("ok"),mxUtils.bind(this,function(){this.actions.get("import").funct()}))):this.loadImage(a.target.result,mxUtils.bind(this,function(k){this.resizeImage(k,a.target.result,mxUtils.bind(this,function(k, +m,n){C(f,mxUtils.bind(this,function(){if(null!=k&&k.length<h){var v=l&&this.isResampleImage(a.target.result,w)?Math.min(1,Math.min(d/m,d/n)):1;return e(k,g.type,b+f*q,c+f*q,Math.round(m*v),Math.round(n*v),g.name)}this.handleError({message:mxResources.get("imageTooBig")});return null}))}),l,d,w)}),mxUtils.bind(this,function(){this.handleError({message:mxResources.get("invalidOrMissingFile")})})))}else e(a.target.result,g.type,b+f*q,c+f*q,240,160,g.name,function(a){C(f,function(){return a})})});/(\.vsdx?)($|\?)/i.test(g.name)|| +/(\.vssx?)($|\?)/i.test(g.name)?e(null,g.type,b+f*q,c+f*q,240,160,g.name,function(a){C(f,function(){return a})},g):"image"==g.type.substring(0,5)?m.readAsDataURL(g):m.readAsText(g)})(E)});q?this.confirmImageResize(function(a){l=a;t()},n):t()};EditorUi.prototype.confirmImageResize=function(a,b){b=null!=b?b:!1;var c=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){},f=isLocalStorage||mxClient.IS_CHROMEAPP?mxSettings.getResizeImages():null,d=function(f,d){if(f||b)mxSettings.setResizeImages(f? +d:null),mxSettings.save();c();a(d)};null==f||b?this.showDialog((new ConfirmDialog(this,mxResources.get("resizeLargeImages"),function(a){d(a,!0)},function(a){d(a,!1)},mxResources.get("resize"),mxResources.get("actualSize"),'<img style="margin-top:8px;" src="'+Editor.loResImage+'"/>','<img style="margin-top:8px;" src="'+Editor.hiResImage+'"/>',isLocalStorage||mxClient.IS_CHROMEAPP)).container,340,isLocalStorage||mxClient.IS_CHROMEAPP?220:200,!0,!0):d(!1,f)};EditorUi.prototype.parseFile=function(a,b, +c){c=null!=c?c:a.name;var f=new FormData;f.append("format","xml");f.append("upfile",a,c);var d=new XMLHttpRequest;d.open("POST",OPEN_URL);d.onreadystatechange=function(){b(d)};d.send(f)};EditorUi.prototype.isResampleImage=function(a,b){b=null!=b?b:this.resampleThreshold;return a.length>b};EditorUi.prototype.resizeImage=function(a,b,c,d,e,g){e=null!=e?e:this.maxImageSize;var f=Math.max(1,a.width),l=Math.max(1,a.height);if(d&&this.isResampleImage(b,g))try{var k=Math.max(f/e,l/e);if(1<k){var h=Math.round(f/ +k),m=Math.round(l/k),n=document.createElement("canvas");n.width=h;n.height=m;n.getContext("2d").drawImage(a,0,0,h,m);var q=n.toDataURL();if(q.length<b.length){var p=document.createElement("canvas");p.width=h;p.height=m;var t=p.toDataURL();q!==t&&(b=q,f=h,l=m)}}}catch(E){}c(b,f,l)};EditorUi.prototype.crcTable=[];for(var d=0;256>d;d++)for(var c=d,g=0;8>g;g++)c=1==(c&1)?3988292384^c>>>1:c>>>1,EditorUi.prototype.crcTable[d]=c;EditorUi.prototype.updateCRC=function(a,b,c,d){for(var f=0;f<d;f++)a=EditorUi.prototype.crcTable[(a^ +b[c+f])&255]^a>>>8;return a};EditorUi.prototype.crc32=function(a){this.crcTable=this.crcTable||this.createCrcTable();for(var b=-1,c=0;c<a.length;c++)b=b>>>8^this.crcTable[(b^a.charCodeAt(c))&255];return(b^-1)>>>0};EditorUi.prototype.writeGraphModelToPng=function(a,b,c,d,e){function f(a,b){var c=k;k+=b;return a.substring(c,k)}function g(a){a=f(a,4);return a.charCodeAt(3)+(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}function l(a){return String.fromCharCode(a>>24&255,a>>16&255,a>> +8&255,a&255)}a=a.substring(a.indexOf(",")+1);a=window.atob?atob(a):Base64.decode(a,!0);var k=0;if(f(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=e&&e();else if(f(a,4),"IHDR"!=f(a,4))null!=e&&e();else{f(a,17);e=a.substring(0,k);do{var h=g(a);if("IDAT"==f(a,4)){e=a.substring(0,k-8);c=c+String.fromCharCode(0)+("zTXt"==b?String.fromCharCode(0):"")+d;d=4294967295;d=this.updateCRC(d,b,0,4);d=this.updateCRC(d,c,0,c.length);e+=l(c.length)+b+c+l(d^4294967295);e+=a.substring(k- +8,a.length);break}e+=a.substring(k-8,k-4+h);f(a,h);f(a,4)}while(h);return"data:image/png;base64,"+(window.btoa?btoa(e):Base64.encode(e,!0))}};EditorUi.prototype.extractGraphModelFromPng=function(a){var b=null;try{var c=a.substring(a.indexOf(",")+1),d=window.atob&&!mxClient.IS_SF?atob(c):Base64.decode(c,!0);EditorUi.parsePng(d,mxUtils.bind(this,function(a,c,f){a=d.substring(a+8,a+8+f);"zTXt"==c?(f=a.indexOf(String.fromCharCode(0)),"mxGraphModel"==a.substring(0,f)&&(a=this.editor.graph.bytesToString(pako.inflateRaw(a.substring(f+ +2))).replace(/\+/g," "),null!=a&&0<a.length&&(b=a))):"tEXt"==c&&(a=a.split(String.fromCharCode(0)),1<a.length&&"mxGraphModel"==a[0]&&(b=a[1]));if(null!=b||"IDAT"==c)return!0}))}catch(u){}null!=b&&"%"==b.charAt(0)&&(b=decodeURIComponent(b));null!=b&&"%"==b.charAt(0)&&(b=decodeURIComponent(b));return b};EditorUi.prototype.loadImage=function(a,b,c){var f=new Image;f.onload=function(){b(f)};null!=c&&(f.onerror=c);f.src=a};var k=EditorUi.prototype.init;EditorUi.prototype.init=function(){mxStencilRegistry.allowEval= +!this.isOfflineApp();"undefined"!==typeof window.mxSettings&&(this.formatWidth=mxSettings.getFormatWidth());var a=this,b=this.editor.graph;b.getLinkTitle=function(b){return a.getLinkTitle(b)};b.customLinkClicked=function(b){var c=!1;try{a.handleCustomLink(b),c=!0}catch(A){a.handleError(A)}return c};this.isOffline()||"undefined"===typeof window.EditDataDialog||(EditDataDialog.placeholderHelpLink="https://desk.draw.io/support/solutions/articles/16000051979");var c=a.editor.getEditBlankUrl;this.editor.getEditBlankUrl= +function(b){b=null!=b?b:"";if(null!=a.pages&&null!=a.currentPage)for(var d=0;d<a.pages.length;d++)if(a.pages[d]==a.currentPage){0<d&&(b+=(0<b.length?"&":"?")+"page="+d);break}"1"==urlParams.dev&&(b+=(0<b.length?"&":"?")+"dev=1&drawdev=1");return c.apply(this,arguments)};var d=b.addClickHandler;b.addClickHandler=function(a,c,f){var h=c;c=function(a,c){if(null==c){var d=mxEvent.getSource(a);"a"==d.nodeName.toLowerCase()&&(c=d.getAttribute("href"))}null!=c&&b.isCustomLink(c)&&(mxEvent.isTouchEvent(a)|| +!mxEvent.isPopupTrigger(a))&&b.customLinkClicked(c)&&mxEvent.consume(a);null!=h&&h(a,c)};d.call(this,a,c,f)};k.apply(this,arguments);mxClient.IS_SVG&&this.editor.graph.addSvgShadow(b.view.canvas.ownerSVGElement,null,!0);a.actions.get("print").funct=function(){a.showDialog((new PrintDialog(a)).container,360,null!=a.pages&&1<a.pages.length?420:360,!0,!0)};this.defaultFilename=mxResources.get("untitledDiagram");var e=b.getGlobalVariable;b.getGlobalVariable=function(b){return"page"==b&&null!=a.currentPage? +a.currentPage.getName():"pagenumber"==b?null!=a.currentPage&&null!=a.pages?mxUtils.indexOf(a.pages,a.currentPage)+1:1:e.apply(this,arguments)};var g=b.labelLinkClicked;b.labelLinkClicked=function(a,c,d){var f=c.getAttribute("href");if(null==f||!b.isCustomLink(f)||!mxEvent.isTouchEvent(d)&&mxEvent.isPopupTrigger(d))g.apply(this,arguments);else{if(!b.isEnabled()||null!=a&&b.isCellLocked(a.cell))b.customLinkClicked(f),b.getRubberband().reset();mxEvent.consume(d)}};this.editor.getOrCreateFilename=function(){var b= +a.defaultFilename,c=a.getCurrentFile();null!=c&&(b=null!=c.getTitle()?c.getTitle():b);return b};var m=this.actions.get("print");m.setEnabled(!mxClient.IS_IOS||!navigator.standalone);m.visible=m.isEnabled();if(!this.editor.chromeless||this.editor.editable){var n=function(){window.setTimeout(function(){p.innerHTML=" ";p.focus();document.execCommand("selectAll",!1,null)},0)};this.keyHandler.bindAction(70,!0,"find");this.keyHandler.bindAction(67,!0,"copyStyle",!0);this.keyHandler.bindAction(86,!0, +"pasteStyle",!0);this.keyHandler.bindAction(77,!0,"editGeometry",!0);this.keyHandler.bindAction(88,!0,"insertText",!0);this.keyHandler.bindAction(75,!0,"insertRectangle");this.keyHandler.bindAction(75,!0,"insertEllipse",!0);mxClient.IS_IE||b.container.addEventListener("paste",mxUtils.bind(this,function(a){var b=this.editor.graph;if(!mxEvent.isConsumed(a))try{for(var c=a.clipboardData||a.originalEvent.clipboardData,d=!1,f=0;f<c.types.length;f++)if("text/"===c.types[f].substring(0,5)){d=!0;break}if(!d){var h= +c.items;for(index in h){var e=h[index];if("file"===e.kind){if(b.isEditing())this.importFiles([e.getAsFile()],0,0,this.maxImageSize,function(a,c,d,f,h,e){b.insertImage(a,h,e)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()});else{var g=this.editor.graph.getInsertPoint();this.importFiles([e.getAsFile()],g.x,g.y,this.maxImageSize);mxEvent.consume(a)}break}}}}catch(Q){}}),!1);var p=document.createElement("div");p.style.position="absolute"; +p.style.whiteSpace="nowrap";p.style.overflow="hidden";p.style.display="block";p.contentEditable=!0;mxUtils.setOpacity(p,0);p.style.width="1px";p.style.height="1px";p.innerHTML=" ";var h=!1;this.keyHandler.bindControlKey(88,null);this.keyHandler.bindControlKey(67,null);this.keyHandler.bindControlKey(86,null);mxEvent.addListener(document,"keydown",mxUtils.bind(this,function(a){var c=mxEvent.getSource(a);null==b.container||!b.isEnabled()||b.isMouseDown||b.isEditing()||null!=this.dialog||"INPUT"== +c.nodeName||"TEXTAREA"==c.nodeName||!(224==a.keyCode||!mxClient.IS_MAC&&17==a.keyCode||mxClient.IS_MAC&&91==a.keyCode)||h||(p.style.left=b.container.scrollLeft+10+"px",p.style.top=b.container.scrollTop+10+"px",b.container.appendChild(p),h=!0,mxClient.IS_QUIRKS?window.setTimeout(function(){p.focus();document.execCommand("selectAll",!1,null)},0):(p.focus(),document.execCommand("selectAll",!1,null)))}));mxEvent.addListener(document,"keyup",mxUtils.bind(this,function(a){var c=a.keyCode;window.setTimeout(mxUtils.bind(this, +function(){!h||224!=c&&17!=c&&91!=c||(h=!1,b.isEditing()||null!=this.dialog||null==b.container||b.container.focus(),p.parentNode.removeChild(p),null==this.dialog&&mxUtils.clearSelection())}),0)}));mxEvent.addListener(p,"copy",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(p),n())}));mxEvent.addListener(p,"cut",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(p,!0),n())}));mxEvent.addListener(p,"paste",mxUtils.bind(this,function(a){b.isEnabled()&& +!b.isCellLocked(b.getDefaultParent())&&(p.innerHTML=" ",p.focus(),window.setTimeout(mxUtils.bind(this,function(){this.pasteCells(a,p);p.innerHTML=" "}),0))}),!0);var w=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==p?!0:w.apply(this,arguments)}}this.spinner=this.createSpinner(document.body.clientWidth/2-2,Math.max(document.body.clientHeight||0,document.documentElement.clientHeight||0)/2,24);Graph.fileSupport&&this.editor.graph.addListener(mxEvent.EDITING_STARTED, +mxUtils.bind(this,function(a){var b=this.editor.graph,c=b.cellEditor.text2,d=null;null!=c&&(mxEvent.addListener(c,"dragleave",function(a){null!=d&&(d.parentNode.removeChild(d),d=null);a.stopPropagation();a.preventDefault()}),mxEvent.addListener(c,"dragover",mxUtils.bind(this,function(a){null==d&&(!mxClient.IS_IE||10<document.documentMode)&&(d=this.highlightElement(c));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(c,"drop",mxUtils.bind(this,function(a){null!=d&&(d.parentNode.removeChild(d), +d=null);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,function(a,c,d,f,h,e){b.insertImage(a,h,e)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var b=0;b<a.length;b++)a[b]()},mxEvent.isControlDown(a));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var c=a.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(c)?this.loadImage(decodeURIComponent(c),mxUtils.bind(this,function(a){var d= +Math.max(1,a.width);a=Math.max(1,a.height);var f=this.maxImageSize,f=Math.min(1,Math.min(f/Math.max(1,d)),f/Math.max(1,a));b.insertImage(decodeURIComponent(c),d*f,a*f)})):document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain"))}else 0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")?document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/html")):0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain")); +a.stopPropagation();a.preventDefault()})))}));if("1"==urlParams.ruler&&"undefined"!==typeof mxRuler){m=document.createElement("div");m.style.position="absolute";m.style.top="95px";m.style.left="250px";m.style.width="2000px";m.style.height="30px";m.style.background="whiteSmoke";document.body.appendChild(m);var C=document.createElement("div");C.style.position="absolute";C.style.top="125px";C.style.left="220px";C.style.width="30px";C.style.height="1000px";C.style.background="whiteSmoke";document.body.appendChild(C); +var D=document.createElement("div");D.style.position="absolute";D.style.top="95px";D.style.left="220px";D.style.width="30px";D.style.height="30px";D.style.background="whiteSmoke";document.body.appendChild(D);this.vRuler=new mxRuler(this.editor.graph,C,!0);this.hRuler=new mxRuler(this.editor.graph,m,!1)}if("1"==urlParams.test){m=document.getElementById("geFooter");null!=m&&(this.styleInput=document.createElement("input"),this.styleInput.setAttribute("type","text"),this.styleInput.style.position="absolute", +this.styleInput.style.top="14px",this.styleInput.style.left="2px",this.styleInput.style.width="98%",this.styleInput.style.visibility="hidden",this.styleInput.style.opacity="0.9",mxEvent.addListener(this.styleInput,"change",mxUtils.bind(this,function(){this.editor.graph.getModel().setStyle(this.editor.graph.getSelectionCell(),this.styleInput.value)})),m.appendChild(this.styleInput),this.editor.graph.getSelectionModel().addListener(mxEvent.CHANGE,mxUtils.bind(this,function(a,b){if(0<this.editor.graph.getSelectionCount()){var c= +this.editor.graph.getSelectionCell(),c=this.editor.graph.getModel().getStyle(c);this.styleInput.value=c||"";this.styleInput.style.visibility="visible"}else this.styleInput.style.visibility="hidden"})));var y=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==this.styleInput?!0:y.apply(this,arguments)}}m=document.getElementById("geInfo");null!=m&&m.parentNode.removeChild(m);if(Graph.fileSupport&&(!this.editor.chromeless||this.editor.editable)){var G=null;mxEvent.addListener(b.container, +"dragleave",function(a){b.isEnabled()&&(null!=G&&(G.parentNode.removeChild(G),G=null),a.stopPropagation(),a.preventDefault())});mxEvent.addListener(b.container,"dragover",mxUtils.bind(this,function(a){null==G&&(!mxClient.IS_IE||10<document.documentMode)&&(G=this.highlightElement(b.container));null!=this.sidebar&&this.sidebar.hideTooltip();a.stopPropagation();a.preventDefault()}));mxEvent.addListener(b.container,"drop",mxUtils.bind(this,function(a){null!=G&&(G.parentNode.removeChild(G),G=null);if(b.isEnabled()){var c= +mxUtils.convertPoint(b.container,mxEvent.getClientX(a),mxEvent.getClientY(a)),d=b.view.translate,f=b.view.scale,h=c.x/f-d.x,e=c.y/f-d.y;mxEvent.isAltDown(a)&&(e=h=0);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,h,e,this.maxImageSize,null,null,null,null,mxEvent.isControlDown(a),null,null,mxEvent.isShiftDown(a));else{var g=0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):null,c=this.extractGraphModelFromEvent(a,null!=this.pages); +if(null!=c)b.setSelectionCells(this.importXml(c,h,e,!0));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")){var l=a.dataTransfer.getData("text/html"),c=document.createElement("div");c.innerHTML=l;var k=null,d=c.getElementsByTagName("img");null!=d&&1==d.length?(l=d[0].getAttribute("src"),/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(l)||(k=!0)):(c=c.getElementsByTagName("a"),null!=c&&1==c.length&&(l=c[0].getAttribute("href")));var m=!0,n=mxUtils.bind(this,function(){b.setSelectionCells(this.insertTextAt(l, +h,e,!0,k,null,m))});k&&l.length>this.resampleThreshold?this.confirmImageResize(function(a){m=a;n()},mxEvent.isControlDown(a)):n()}else null!=g&&/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(g)?this.loadImage(decodeURIComponent(g),mxUtils.bind(this,function(a){var c=Math.max(1,a.width);a=Math.max(1,a.height);var d=this.maxImageSize,d=Math.min(1,Math.min(d/Math.max(1,c)),d/Math.max(1,a));b.setSelectionCell(b.insertVertex(null,null,"",h,e,c*d,a*d,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+ +g+";"))}),mxUtils.bind(this,function(a){b.setSelectionCells(this.insertTextAt(g,h,e,!0))})):0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&b.setSelectionCells(this.insertTextAt(a.dataTransfer.getData("text/plain"),h,e,!0))}}a.stopPropagation();a.preventDefault()}),!1)}this.initPages();"1"==urlParams.embed&&this.initializeEmbedMode();this.installSettings()};EditorUi.prototype.getLinkTitle=function(a){var b=Graph.prototype.getLinkTitle.apply(this,arguments);if("data:page/id,"==a.substring(0, +13)){var c=a.indexOf(",");0<c&&(b=this.getPageById(a.substring(c+1)),b=null!=b?b.getName():mxResources.get("pageNotFound"))}else"data:"==a.substring(0,5)&&(b=mxResources.get("action"));return b};EditorUi.prototype.handleCustomLink=function(a){if("data:page/id,"==a.substring(0,13)){var b=a.indexOf(",");if(a=this.getPageById(a.substring(b+1)))this.selectPage(a);else throw Error(mxResources.get("pageNotFound")||"Page not found");}else this.editor.graph.handleCustomLink(a)};EditorUi.prototype.isSettingsEnabled= +function(){return"undefined"!==typeof window.mxSettings&&(isLocalStorage||mxClient.IS_CHROMEAPP)};EditorUi.prototype.installSettings=function(){if(this.isSettingsEnabled()){ColorDialog.recentColors=mxSettings.getRecentColors();this.editor.graph.currentEdgeStyle=mxSettings.getCurrentEdgeStyle();this.editor.graph.currentVertexStyle=mxSettings.getCurrentVertexStyle();this.fireEvent(new mxEventObject("styleChanged","keys",[],"values",[],"cells",[]));this.addListener("styleChanged",mxUtils.bind(this,function(a, +b){mxSettings.setCurrentEdgeStyle(this.editor.graph.currentEdgeStyle);mxSettings.setCurrentVertexStyle(this.editor.graph.currentVertexStyle);mxSettings.save()}));this.editor.graph.connectionHandler.setCreateTarget(mxSettings.isCreateTarget());this.fireEvent(new mxEventObject("copyConnectChanged"));this.addListener("copyConnectChanged",mxUtils.bind(this,function(a,b){mxSettings.setCreateTarget(this.editor.graph.connectionHandler.isCreateTarget());mxSettings.save()}));this.editor.graph.pageFormat=mxSettings.getPageFormat(); +this.addListener("pageFormatChanged",mxUtils.bind(this,function(a,b){mxSettings.setPageFormat(this.editor.graph.pageFormat);mxSettings.save()}));this.editor.graph.view.gridColor=mxSettings.getGridColor();this.addListener("gridColorChanged",mxUtils.bind(this,function(a,b){mxSettings.setGridColor(this.editor.graph.view.gridColor);mxSettings.save()}));if(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)this.editor.addListener("autosaveChanged",mxUtils.bind(this,function(a,b){mxSettings.setAutosave(this.editor.autosave); +mxSettings.save()})),this.editor.autosave=mxSettings.getAutosave();null!=this.sidebar&&this.sidebar.showPalette("search",mxSettings.settings.search);this.editor.chromeless&&!this.editor.editable||null==this.sidebar||!(mxSettings.settings.isNew||8>=parseInt(mxSettings.settings.version||0))||(this.toggleScratchpad(),mxSettings.save());this.addListener("formatWidthChanged",function(){mxSettings.setFormatWidth(this.formatWidth);mxSettings.save()})}};EditorUi.prototype.copyCells=function(a,b){var c=this.editor.graph; +if(c.isSelectionEmpty())a.innerHTML="";else{var d=mxUtils.sortCells(c.model.getTopmostCells(c.getSelectionCells())),f=mxUtils.getXml(this.editor.graph.encodeCells(d));mxUtils.setTextContent(a,encodeURIComponent(f));b?(c.removeCells(d,!1),c.lastPasteXml=null):(c.lastPasteXml=f,c.pasteCounter=0);a.focus();document.execCommand("selectAll",!1,null)}};EditorUi.prototype.pasteCells=function(a,b){if(!mxEvent.isConsumed(a)){var c=b.getElementsByTagName("span");if(null!=c&&0<c.length&&"application/vnd.lucid.chart.objects"=== +c[0].getAttribute("data-lucid-type")){var d=c[0].getAttribute("data-lucid-content");null!=d&&0<d.length&&(this.convertLucidChart(d,mxUtils.bind(this,function(a){this.editor.graph.setSelectionCells(this.importXml(a,0,0))}),mxUtils.bind(this,function(a){this.handleError(a)})),mxEvent.consume(a))}else{var d=this.editor.graph,f=mxUtils.trim(mxClient.IS_QUIRKS||8==document.documentMode?mxUtils.getTextContent(b):b.textContent),e=!1;try{var g=f.lastIndexOf("%3E");0<=g&&g<f.length-3&&(f=f.substring(0,g+3))}catch(z){}try{var c= +b.getElementsByTagName("span"),k=null!=c&&0<c.length?mxUtils.trim(decodeURIComponent(c[0].textContent)):decodeURIComponent(f);this.isCompatibleString(k)&&(e=!0,f=k)}catch(z){}d.lastPasteXml==f?d.pasteCounter++:(d.lastPasteXml=f,d.pasteCounter=0);c=d.pasteCounter*d.gridSize;if(null!=f&&0<f.length&&(e||this.isCompatibleString(f)?d.setSelectionCells(this.importXml(f,c,c)):(e=d.getInsertPoint(),d.isMouseInsertPoint()&&(c=0,d.lastPasteXml==f&&0<d.pasteCounter&&d.pasteCounter--),d.setSelectionCells(this.insertTextAt(f, +e.x+c,e.y+c,!0))),!d.isSelectionEmpty())){d.scrollCellToVisible(d.getSelectionCell());null!=this.hoverIcons&&this.hoverIcons.update(d.view.getState(d.getSelectionCell()));try{mxEvent.consume(a)}catch(z){}}}}};EditorUi.prototype.addFileDropHandler=function(a){if(Graph.fileSupport)for(var b=null,c=0;c<a.length;c++)mxEvent.addListener(a[c],"dragleave",function(a){null!=b&&(b.parentNode.removeChild(b),b=null);a.stopPropagation();a.preventDefault()}),mxEvent.addListener(a[c],"dragover",mxUtils.bind(this, +function(a){(this.editor.graph.isEnabled()||"1"!=urlParams.embed)&&null==b&&(!mxClient.IS_IE||10<document.documentMode&&12>document.documentMode)&&(b=this.highlightElement());a.stopPropagation();a.preventDefault()})),mxEvent.addListener(a[c],"drop",mxUtils.bind(this,function(a){null!=b&&(b.parentNode.removeChild(b),b=null);if(this.editor.graph.isEnabled()||"1"!=urlParams.embed)if(0<a.dataTransfer.files.length)this.hideDialog(),"1"==urlParams.embed?this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize, +null,null,null,null,!mxEvent.isControlDown(a)&&!mxEvent.isShiftDown(a)):this.openFiles(a.dataTransfer.files,!0);else{var c=this.extractGraphModelFromEvent(a);if(null==c){var d=null!=a.dataTransfer?a.dataTransfer:a.clipboardData;null!=d&&(10==document.documentMode||11==document.documentMode?c=d.getData("Text"):(c=null,c=0<=mxUtils.indexOf(d.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):0<=mxUtils.indexOf(d.types,"text/html")?d.getData("text/html"):null,null!=c&&0<c.length?(d=document.createElement("div"), +d.innerHTML=c,d=d.getElementsByTagName("img"),0<d.length&&(c=d[0].getAttribute("src"))):0<=mxUtils.indexOf(d.types,"text/plain")&&(c=d.getData("text/plain"))),null!=c&&("data:image/png;base64,"==c.substring(0,22)?(c=this.extractGraphModelFromPng(c),null!=c&&0<c.length&&this.openLocalFile(c,null,!0)):!this.isOffline()&&this.isRemoteFileFormat(c)?(new mxXmlRequest(OPEN_URL,"format=xml&data="+encodeURIComponent(c))).send(mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()&&this.openLocalFile(a.getText(), +null,!0)})):/^https?:\/\//.test(c)&&(null==this.getCurrentFile()?window.location.hash="#U"+encodeURIComponent(c):window.openWindow((mxClient.IS_CHROMEAPP?"https://www.draw.io/":"https://"+location.host+"/")+window.location.search+"#U"+encodeURIComponent(c)))))}else this.openLocalFile(c,null,!0)}a.stopPropagation();a.preventDefault()}))};EditorUi.prototype.highlightElement=function(a){var b=0,c=0,d,e;if(null==a){e=document.body;var g=document.documentElement;d=(e.clientWidth||g.clientWidth)-3;e=Math.max(e.clientHeight|| +0,g.clientHeight)-3}else b=a.offsetTop,c=a.offsetLeft,d=a.clientWidth,e=a.clientHeight;g=document.createElement("div");g.style.zIndex=mxPopupMenu.prototype.zIndex+2;g.style.border="3px dotted rgb(254, 137, 12)";g.style.pointerEvents="none";g.style.position="absolute";g.style.top=b+"px";g.style.left=c+"px";g.style.width=Math.max(0,d-3)+"px";g.style.height=Math.max(0,e-3)+"px";null!=a&&a.parentNode==this.editor.graph.container?this.editor.graph.container.appendChild(g):document.body.appendChild(g); +return g};EditorUi.prototype.stringToCells=function(a){a=mxUtils.parseXml(a);var b=this.editor.extractGraphModel(a.documentElement);a=[];if(null!=b){var c=new mxCodec(b.ownerDocument),d=new mxGraphModel;c.decode(b,d);b=d.getChildAt(d.getRoot(),0);for(c=0;c<d.getChildCount(b);c++)a.push(d.getChildAt(b,c))}return a};EditorUi.prototype.openFiles=function(a,b){if(this.spinner.spin(document.body,mxResources.get("loading")))for(var c=0;c<a.length;c++)mxUtils.bind(this,function(a){var c=new FileReader;c.onload= +mxUtils.bind(this,function(c){var d=c.target.result,f=a.name;if(null!=f&&0<f.length){!this.useCanvasForExport&&/(\.png)$/i.test(f)&&(f=f.substring(0,f.length-4)+".xml");var e=mxUtils.bind(this,function(a){f=0<=f.lastIndexOf(".")?f.substring(0,f.lastIndexOf("."))+".xml":f+".xml";if("<mxlibrary"==a.substring(0,10)){null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename,b);try{this.loadLibrary(new LocalLibrary(this,a,f))}catch(w){this.handleError(w, +mxResources.get("errorLoadingFile"))}}else this.openLocalFile(a,f,b)});if(/(\.vsdx?)($|\?)/i.test(f)||/(\.vssx?)($|\?)/i.test(f))this.importVisio(a,mxUtils.bind(this,function(a){this.spinner.stop();e(a)}));else if(Graph.fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(d,f))this.parseFile(a,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status?e(a.responseText):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge": +"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))}));else if(this.isLucidChartData(d))/(\.json)$/i.test(f)&&(f=f.substring(0,f.length-5)+".xml"),this.convertLucidChart(d,mxUtils.bind(this,function(a){this.spinner.stop();this.openLocalFile(a,f,b)}),mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}));else if("<mxlibrary"==c.target.result.substring(0,10)){this.spinner.stop();null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename, +b);try{this.loadLibrary(new LocalLibrary(this,c.target.result,a.name))}catch(h){this.handleError(h,mxResources.get("errorLoadingFile"))}}else"image/png"==a.type.substring(0,9)&&(d=this.extractGraphModelFromPng(d)),this.spinner.stop(),this.openLocalFile(d,f,b)}});c.onerror=mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a);window.openFile=null});"image"===a.type.substring(0,5)&&"image/svg"!==a.type.substring(0,9)?c.readAsDataURL(a):c.readAsText(a)})(a[c])};EditorUi.prototype.openLocalFile= +function(a,b,c){var d=this.getCurrentFile(),f=mxUtils.bind(this,function(){window.openFile=null;if(null==b&&null!=this.getCurrentFile()&&this.isDiagramEmpty()){var d=mxUtils.parseXml(a);null!=d&&(this.editor.setGraphXml(d.documentElement),this.editor.graph.selectAll())}else this.fileLoaded(new LocalFile(this,a,b||this.defaultFilename,c))});null!=a&&0<a.length&&(null==d||!d.isModified()&&(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)?f():(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)&&null!=d&&d.isModified()? +this.confirm(mxResources.get("allChangesLost"),null,f,mxResources.get("cancel"),mxResources.get("discardChanges")):(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(a,b),window.openWindow(this.getUrl(),null,mxUtils.bind(this,function(){null!=d&&d.isModified()?this.confirm(mxResources.get("allChangesLost"),null,f,mxResources.get("cancel"),mxResources.get("discardChanges")):f()}))))};EditorUi.prototype.getBasenames=function(){var a={};if(null!=this.pages)for(var b= +0;b<this.pages.length;b++)this.updatePageRoot(this.pages[b]),this.addBasenamesForCell(this.pages[b].root,a);else this.addBasenamesForCell(this.editor.graph.model.getRoot(),a);var b=[],c;for(c in a)b.push(c);return b};EditorUi.prototype.addBasenamesForCell=function(a,b){function c(a){if(null!=a){var c=a.lastIndexOf(".");0<c&&(a=a.substring(c+1,a.length));null==b[a]&&(b[a]=!0)}}var d=this.editor.graph,f=d.getCellStyle(a);c(mxStencilRegistry.getBasenameForStencil(f[mxConstants.STYLE_SHAPE]));d.model.isEdge(a)&& +(c(mxMarker.getPackageForType(f[mxConstants.STYLE_STARTARROW])),c(mxMarker.getPackageForType(f[mxConstants.STYLE_ENDARROW])));for(var f=d.model.getChildCount(a),e=0;e<f;e++)this.addBasenamesForCell(d.model.getChildAt(a,e),b)};EditorUi.prototype.setGraphEnabled=function(a){this.diagramContainer.style.visibility=a?"":"hidden";this.formatContainer.style.visibility=a?"":"hidden";this.sidebarFooterContainer.style.display=a?"":"none";this.sidebarContainer.style.display=a?"":"none";this.hsplit.style.display= +a?"":"none";this.editor.graph.setEnabled(a);null!=this.tabContainer&&(this.tabContainer.style.visibility=a?"":"hidden");a||(null!=this.actions.outlineWindow&&this.actions.outlineWindow.window.setVisible(!1),null!=this.actions.layersWindow&&this.actions.layersWindow.window.setVisible(!1),null!=this.menus.tagsWindow&&this.menus.tagsWindow.window.setVisible(!1),null!=this.menus.findWindow&&this.menus.findWindow.window.setVisible(!1))};EditorUi.prototype.initializeEmbedMode=function(){this.setGraphEnabled(!1); +(window.opener||window.parent)!=window&&("1"!=urlParams.spin||this.spinner.spin(document.body,mxResources.get("loading")))&&this.installMessageHandler(mxUtils.bind(this,function(a,b,c){this.spinner.stop();this.addEmbedButtons();this.setGraphEnabled(!0);null!=a&&0<a.length?(this.setFileData(a),this.editor.isChromelessView()?this.editor.graph.isLightboxView()&&this.lightboxFit():this.showLayersDialog(),this.chromelessResize&&this.chromelessResize()):(this.editor.graph.model.clear(),this.editor.fireEvent(new mxEventObject("resetGraphView"))); +this.editor.undoManager.clear();this.editor.modified=null!=c?c:!1;this.updateUi();window.self!==window.top&&window.focus();null!=this.format&&this.format.refresh()}))};EditorUi.prototype.showLayersDialog=function(){1<this.editor.graph.getModel().getChildCount(this.editor.graph.getModel().getRoot())&&(null==this.actions.layersWindow?this.actions.get("layers").funct():this.actions.layersWindow.window.setVisible(!0))};EditorUi.prototype.getPublicUrl=function(a,b){null!=a?a.getPublicUrl(b):b(null)};EditorUi.prototype.createLoadMessage= +function(a){var b=this.editor.graph;return{event:a,pageVisible:b.pageVisible,translate:b.view.translate,scale:b.view.scale,page:b.view.getBackgroundPageBounds(),bounds:b.getGraphBounds()}};EditorUi.prototype.installMessageHandler=function(a){var b=null,c=!1,d=!1,e=null,g=mxUtils.bind(this,function(a,b){this.editor.modified&&"0"!=urlParams.modified?null!=urlParams.modified&&this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(urlParams.modified))):this.editor.setStatus("")});this.editor.graph.model.addListener(mxEvent.CHANGE, +g);mxEvent.addListener(window,"message",mxUtils.bind(this,function(f){function g(a){if(null!=a&&"function"===typeof a.charAt&&"<"!=a.charAt(0))try{"data:image/svg+xml;base64,"==a.substring(0,26)?a=atob(a.substring(26)):"data:image/svg+xml;utf8,"==a.substring(0,24)&&(a=a.substring(24)),null!=a&&("%"==a.charAt(0)?a=decodeURIComponent(a):"<"!=a.charAt(0)&&(a=this.editor.graph.decompress(a)))}catch(J){}return a}if(f.source==(window.opener||window.parent)){var h=f.data;if("json"==urlParams.proto){try{h= +JSON.parse(h)}catch(H){h=null}if(null==h)return;if("dialog"==h.action){this.showError(null!=h.titleKey?mxResources.get(h.titleKey):h.title,null!=h.messageKey?mxResources.get(h.messageKey):h.message,null!=h.buttonKey?mxResources.get(h.buttonKey):h.button);null!=h.modified&&(this.editor.modified=h.modified);return}if("prompt"==h.action){this.spinner.stop();var l=new FilenameDialog(this,h.defaultValue||"",null!=h.okKey?mxResources.get(h.okKey):null,function(a){null!=a&&k.postMessage(JSON.stringify({event:"prompt", +value:a,message:h}),"*")},null!=h.titleKey?mxResources.get(h.titleKey):h.title);this.showDialog(l.container,300,80,!0,!1);l.init();return}if("draft"==h.action){l=null;l="data:image/png;base64,"==h.xml.substring(0,22)?this.extractGraphModelFromPng(h.xml):g(h.xml);this.spinner.stop();l=new DraftDialog(this,mxResources.get("draftFound",[h.name||this.defaultFilename]),l,mxUtils.bind(this,function(){this.hideDialog();k.postMessage(JSON.stringify({event:"draft",result:"edit",message:h}),"*")}),mxUtils.bind(this, +function(){this.hideDialog();k.postMessage(JSON.stringify({event:"draft",result:"discard",message:h}),"*")}),h.editKey?mxResources.get(h.editKey):null,h.discardKey?mxResources.get(h.discardKey):null,h.ignore?mxUtils.bind(this,function(){this.hideDialog();k.postMessage(JSON.stringify({event:"draft",result:"ignore",message:h}),"*")}):null);this.showDialog(l.container,640,480,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()}));try{l.init()}catch(H){k.postMessage(JSON.stringify({event:"draft", +error:H.toString(),message:h}),"*")}return}if("template"==h.action){this.spinner.stop();var l=1==h.enableRecent,m=1==h.enableSearch,l=new NewDialog(this,!1,null!=h.callback,mxUtils.bind(this,function(b,c){b=b||this.emptyDiagramXml;null!=h.callback?k.postMessage(JSON.stringify({event:"template",xml:b,blank:b==this.emptyDiagramXml,name:c}),"*"):(a(b,f,b!=this.emptyDiagramXml),this.editor.modified||this.editor.setStatus(""))}),null,null,null,null,null,null,null,l?mxUtils.bind(this,function(a){this.recentReadyCallback= +a;k.postMessage(JSON.stringify({event:"recentDocs"}),"*")}):null,m?mxUtils.bind(this,function(a,b){this.searchReadyCallback=b;k.postMessage(JSON.stringify({event:"searchDocs",searchStr:a}),"*")}):null,function(a,b,c){k.postMessage(JSON.stringify({event:"template",docUrl:a,info:b,name:c}),"*")});this.showDialog(l.container,620,440,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()}));l.init();return}if("searchDocsList"==h.action)this.searchReadyCallback(h.list,h.errorMsg);else if("recentDocsList"== +h.action)this.recentReadyCallback(h.list,h.errorMsg);else{if("status"==h.action){null!=h.messageKey?this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(h.messageKey))):null!=h.message&&this.editor.setStatus(mxUtils.htmlEntities(h.message));null!=h.modified&&(this.editor.modified=h.modified);return}if("spinner"==h.action){var n=null!=h.messageKey?mxResources.get(h.messageKey):h.message;null==h.show||h.show?this.spinner.spin(document.body,n):this.spinner.stop();return}if("export"==h.action){if("png"== +h.format||"xmlpng"==h.format){if(null==h.spin&&null==h.spinKey||this.spinner.spin(document.body,null!=h.spinKey?mxResources.get(h.spinKey):h.spin)){var p=null!=h.xml?h.xml:this.getFileData(!0);this.editor.graph.setEnabled(!1);var q=this.editor.graph,v=mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();var b=this.createLoadMessage("export");b.format=h.format;b.message=h;b.data=a;b.xml=encodeURIComponent(p);k.postMessage(JSON.stringify(b),"*")}),t=mxUtils.bind(this,function(a){null== +a&&(a=Editor.blankImage);"xmlpng"==h.format&&(a=this.writeGraphModelToPng(a,"zTXt","mxGraphModel",atob(this.editor.graph.compress(p))));q!=this.editor.graph&&q.container.parentNode.removeChild(q.container);v(a)});if(this.isExportToCanvas()){if(null!=this.pages&&this.currentPage!=this.pages[0]){var q=this.createTemporaryGraph(q.getStylesheet()),u=q.getGlobalVariable,B=this.pages[0];q.getGlobalVariable=function(a){return"page"==a?B.getName():"pagenumber"==a?1:u.apply(this,arguments)};document.body.appendChild(q.container); +q.model.setRoot(B.root)}this.exportToCanvas(mxUtils.bind(this,function(a){t(a.toDataURL("image/png"))}),null,null,null,mxUtils.bind(this,function(){t(null)}),null,null,null,null,null,null,q)}else(new mxXmlRequest(EXPORT_URL,"format=png&embedXml="+("xmlpng"==h.format?"1":"0")+"&base64=1&xml="+encodeURIComponent(encodeURIComponent(p)))).send(mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()?v("data:image/png;base64,"+a.getText()):t(null)}),mxUtils.bind(this,function(){t(null)}))}}else{null!= +h.xml&&0<h.xml.length&&this.setFileData(h.xml);n=this.createLoadMessage("export");if("html2"==h.format||"html"==h.format&&("0"!=urlParams.pages||null!=this.pages&&1<this.pages.length))l=this.getXmlFileData(),n.xml=mxUtils.getXml(l),n.data=this.getFileData(null,null,!0,null,null,null,l),n.format=h.format;else if("html"==h.format)p=this.editor.getGraphXml(),n.data=this.getHtml(p,this.editor.graph),n.xml=mxUtils.getXml(p),n.format=h.format;else{mxSvgCanvas2D.prototype.foAltText=null;l=this.editor.graph.background; +l==mxConstants.NONE&&(l=null);n.xml=this.getFileData(!0);n.format="svg";if(h.embedImages||null==h.embedImages){if(null==h.spin&&null==h.spinKey||this.spinner.spin(document.body,null!=h.spinKey?mxResources.get(h.spinKey):h.spin))this.editor.graph.setEnabled(!1),"xmlsvg"==h.format?this.getEmbeddedSvg(n.xml,this.editor.graph,null,!0,mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();n.data=this.createSvgDataUri(a);k.postMessage(JSON.stringify(n),"*")})):this.convertImages(this.editor.graph.getSvg(l), +mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();n.data=this.createSvgDataUri(mxUtils.getXml(a));k.postMessage(JSON.stringify(n),"*")}));return}l="xmlsvg"==h.format?this.getEmbeddedSvg(this.getFileData(!0),this.editor.graph,null,!0):mxUtils.getXml(this.editor.graph.getSvg(l));n.data=this.createSvgDataUri(l)}k.postMessage(JSON.stringify(n),"*")}return}if("load"==h.action)d=1==h.autosave,this.hideDialog(),null!=h.modified&&null==urlParams.modified&&(urlParams.modified= +h.modified),null!=h.saveAndExit&&null==urlParams.saveAndExit&&(urlParams.saveAndExit=h.saveAndExit),null!=h.title&&null!=this.buttonContainer&&(l=document.createElement("span"),mxUtils.write(l,h.title),"atlas"==uiTheme?(this.buttonContainer.style.paddingRight="12px",this.buttonContainer.style.paddingTop="12px"):"min"!=uiTheme&&(this.buttonContainer.style.paddingRight="38px",this.buttonContainer.style.paddingTop="6px"),null!=this.embedFilenameSpan&&this.embedFilenameSpan.parentNode.removeChild(this.embedFilenameSpan), +this.buttonContainer.appendChild(l),this.embedFilenameSpan=l),h=null!=h.xmlpng?this.extractGraphModelFromPng(h.xmlpng):null!=h.xml&&"data:image/png;base64,"==h.xml.substring(0,22)?this.extractGraphModelFromPng(h.xml):h.xml;else{k.postMessage(JSON.stringify({error:"unknownMessage",data:JSON.stringify(h)}),"*");return}}}h=g(h);c=!0;try{a(h,f)}catch(H){this.handleError(H)}c=!1;null!=urlParams.modified&&this.editor.setStatus("");var x=mxUtils.bind(this,function(){return"0"!=urlParams.pages||null!=this.pages&& +1<this.pages.length?this.getFileData(!0):mxUtils.getXml(this.editor.getGraphXml())});e=x();d&&null==b&&(b=mxUtils.bind(this,function(a,b){var d=x();if(d!=e&&!c){var f=this.createLoadMessage("autosave");f.xml=d;d=JSON.stringify(f);(window.opener||window.parent).postMessage(d,"*")}e=d}),this.editor.graph.model.addListener(mxEvent.CHANGE,b),this.editor.graph.addListener("gridSizeChanged",b),this.editor.graph.addListener("shadowVisibleChanged",b),this.addListener("pageFormatChanged",b),this.addListener("pageScaleChanged", +b),this.addListener("backgroundColorChanged",b),this.addListener("backgroundImageChanged",b),this.addListener("foldingEnabledChanged",b),this.addListener("mathEnabledChanged",b),this.addListener("gridEnabledChanged",b),this.addListener("guidesEnabledChanged",b),this.addListener("pageViewChanged",b));"1"!=urlParams.returnbounds&&"json"!=urlParams.proto||k.postMessage(JSON.stringify(this.createLoadMessage("load")),"*")}}));var k=window.opener||window.parent,g="json"==urlParams.proto?JSON.stringify({event:"init"}): +urlParams.ready||"ready";k.postMessage(g,"*")};EditorUi.prototype.addEmbedButtons=function(){if(null!=this.menubar){var a=document.createElement("div");a.style.display="inline-block";a.style.position="absolute";a.style.paddingTop="atlas"==uiTheme?"2px":"3px";a.style.paddingLeft="8px";a.style.paddingBottom="2px";var b=document.createElement("button");mxUtils.write(b,mxResources.get("save"));b.setAttribute("title",mxResources.get("save")+" ("+Editor.ctrlKey+"+S)");b.className="geBigButton";b.style.fontSize= +"12px";b.style.padding="4px 6px 4px 6px";b.style.borderRadius="3px";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("save").funct()}));a.appendChild(b);"1"==urlParams.saveAndExit&&(b=document.createElement("a"),mxUtils.write(b,mxResources.get("saveAndExit")),b.setAttribute("title",mxResources.get("saveAndExit")),b.style.fontSize="12px",b.style.marginLeft="6px",b.style.padding="4px",b.style.cursor="pointer",mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("saveAndExit").funct()})), +a.appendChild(b));b=document.createElement("a");mxUtils.write(b,mxResources.get("exit"));b.setAttribute("title",mxResources.get("exit"));b.style.fontSize="12px";b.style.marginLeft="6px";b.style.marginRight="20px";b.style.padding="4px";b.style.cursor="pointer";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("exit").funct()}));a.appendChild(b);this.toolbar.container.appendChild(a);this.toolbar.staticElements.push(a);a.style.right="atlas"!=uiTheme?"52px":"42px"}};EditorUi.prototype.showImportCsvDialog= +function(){null==this.importCsvDialog&&(this.importCsvDialog=new TextareaDialog(this,mxResources.get("csv")+":",Editor.defaultCsvValue,mxUtils.bind(this,function(a){this.importCsv(a)}),null,null,620,430,null,!0,!0,mxResources.get("import")));this.showDialog(this.importCsvDialog.container,640,520,!0,!0);this.importCsvDialog.init()};EditorUi.prototype.importCsv=function(a,b){try{var c=a.split("\n"),d=[];if(0<c.length){var f={},e=null,g=null,k=null,m=null,h="",n="auto",p="auto",D=null,y=null,G=40,E= +40,F=0,A=this.editor.graph;A.getGraphBounds();for(var B=function(){null!=b?b(ca):(A.setSelectionCells(ca),A.scrollCellToVisible(A.getSelectionCell()))},I=A.getFreeInsertPoint(),H=I.x,J=I.y,I=J,L=null,Q="auto",m=null,U=[],T=null,aa=null,X=0;X<c.length&&"#"==c[X].charAt(0);){a=c[X];for(X++;X<c.length&&"\\"==a.charAt(a.length-1)&&"#"==c[X].charAt(0);)a=a.substring(0,a.length-1)+mxUtils.trim(c[X].substring(1)),X++;if("#"!=a.charAt(1)){var N=a.indexOf(":");if(0<N){var O=mxUtils.trim(a.substring(1,N)), +M=mxUtils.trim(a.substring(N+1));"label"==O?L=A.sanitizeHtml(M):"style"==O?e=M:"parentstyle"==O?g=M:"identity"==O&&0<M.length&&"-"!=M?k=M:"parent"==O&&0<M.length&&"-"!=M?m=M:"namespace"==O&&0<M.length&&"-"!=M?h=M:"width"==O?n=M:"height"==O?p=M:"left"==O&&0<M.length?D=M:"top"==O&&0<M.length?y=M:"ignore"==O?aa=M.split(","):"connect"==O?U.push(JSON.parse(M)):"link"==O?T=M:"padding"==O?F=parseFloat(M):"edgespacing"==O?G=parseFloat(M):"nodespacing"==O?E=parseFloat(M):"layout"==O&&(Q=M)}}}var ba=this.editor.csvToArray(c[X]), +O=N=null;if(null!=k||null!=m)for(var P=0;P<ba.length;P++)k==ba[P]&&(N=P),m==ba[P]&&(O=P);null==L&&(L="%"+ba[0]+"%");if(null!=U)for(var S=0;S<U.length;S++)null==f[U[S].to]&&(f[U[S].to]={});A.model.beginUpdate();try{for(P=X+1;P<c.length;P++){var V=this.editor.csvToArray(c[P]);if(V.length==ba.length){var K=null,W=null!=N?h+V[N]:null;null!=W&&(K=A.model.getCell(W));null==K&&(K=new mxCell(L,new mxGeometry(H,I,0,0),e||"whiteSpace=wrap;html=1;"),K.vertex=!0,K.id=W);for(var R=0;R<V.length;R++)A.setAttributeForCell(K, +ba[R],V[R]);A.setAttributeForCell(K,"placeholders","1");K.style=A.replacePlaceholders(K,K.style);for(S=0;S<U.length;S++)f[U[S].to][K.getAttribute(U[S].to)]=K;null!=T&&"link"!=T&&(A.setLinkForCell(K,K.getAttribute(T)),A.setAttributeForCell(K,T,null));A.fireEvent(new mxEventObject("cellsInserted","cells",[K]));var ga=this.editor.graph.getPreferredSizeForCell(K);K.vertex&&(null!=D&&null!=K.getAttribute(D)&&(K.geometry.x=H+parseFloat(K.getAttribute(D))),null!=y&&null!=K.getAttribute(y)&&(K.geometry.y= +J+parseFloat(K.getAttribute(y))),"@"==n.charAt(0)&&null!=K.getAttribute(n.substring(1))?K.geometry.width=parseFloat(K.getAttribute(n.substring(1))):K.geometry.width="auto"==n?ga.width+F:parseFloat(n),"@"==p.charAt(0)&&null!=K.getAttribute(p.substring(1))?K.geometry.height=parseFloat(K.getAttribute(p.substring(1))):K.geometry.height="auto"==p?ga.height+F:parseFloat(p),I+=K.geometry.height+E);m=null!=O?A.model.getCell(h+V[O]):null;null!=m?(m.style=A.replacePlaceholders(m,g),A.addCell(K,m)):d.push(A.addCell(K))}}for(var Y= +d.slice(),ca=d.slice(),S=0;S<U.length;S++)for(var Z=U[S],P=0;P<d.length;P++){var K=d[P],ka=K.getAttribute(Z.from);if(null!=ka){A.setAttributeForCell(K,Z.from,null);for(var la=ka.split(","),R=0;R<la.length;R++){var da=f[Z.to][la[R]];null!=da&&(L=Z.label,null!=Z.fromlabel&&(L=(K.getAttribute(Z.fromlabel)||"")+(L||"")),null!=Z.tolabel&&(L=(L||"")+(da.getAttribute(Z.tolabel)||"")),ca.push(A.insertEdge(null,null,L||"",Z.invert?da:K,Z.invert?K:da,Z.style||A.createCurrentEdgeStyle())),mxUtils.remove(Z.invert? +K:da,Y))}}}if(null!=aa)for(P=0;P<d.length;P++)for(K=d[P],R=0;R<aa.length;R++)A.setAttributeForCell(K,mxUtils.trim(aa[R]),null);var ea=new mxParallelEdgeLayout(A);ea.spacing=G;var ma=function(){ea.execute(A.getDefaultParent());for(var a=0;a<d.length;a++){var b=A.getCellGeometry(d[a]);b.x=Math.round(A.snap(b.x));b.y=Math.round(A.snap(b.y));"auto"==n&&(b.width=Math.round(A.snap(b.width)));"auto"==p&&(b.height=Math.round(A.snap(b.height)))}};if("circle"==Q){var ha=new mxCircleLayout(A);ha.resetEdges= +!1;var oa=ha.isVertexIgnored;ha.isVertexIgnored=function(a){return oa.apply(this,arguments)||0>mxUtils.indexOf(d,a)};this.executeLayout(function(){ha.execute(A.getDefaultParent());ma()},!0,B);B=null}else if("horizontaltree"==Q||"verticaltree"==Q||"auto"==Q&&ca.length==2*d.length-1&&1==Y.length){A.view.validate();var ia=new mxCompactTreeLayout(A,"horizontaltree"==Q);ia.levelDistance=E;ia.edgeRouting=!1;ia.resetEdges=!1;this.executeLayout(function(){ia.execute(A.getDefaultParent(),0<Y.length?Y[0]:null)}, +!0,B);B=null}else if("horizontalflow"==Q||"verticalflow"==Q||"auto"==Q&&1==Y.length){A.view.validate();var ja=new mxHierarchicalLayout(A,"horizontalflow"==Q?mxConstants.DIRECTION_WEST:mxConstants.DIRECTION_NORTH);ja.intraCellSpacing=E;ja.disableEdgeStyle=!1;this.executeLayout(function(){ja.execute(A.getDefaultParent(),ca);A.moveCells(ca,H,J)},!0,B);B=null}else if("organic"==Q||"auto"==Q&&ca.length>d.length){A.view.validate();var fa=new mxFastOrganicLayout(A);fa.forceConstant=3*E;fa.resetEdges=!1; +var pa=fa.isVertexIgnored;fa.isVertexIgnored=function(a){return pa.apply(this,arguments)||0>mxUtils.indexOf(d,a)};ea=new mxParallelEdgeLayout(A);ea.spacing=G;this.executeLayout(function(){fa.execute(A.getDefaultParent());ma()},!0,B);B=null}this.hideDialog()}finally{A.model.endUpdate()}null!=B&&B()}}catch(na){this.handleError(na)}};EditorUi.prototype.getSearch=function(a){var b="";if("1"!=urlParams.offline&&"1"!=urlParams.demo&&null!=a&&0<window.location.search.length){var c="?",d;for(d in urlParams)0> +mxUtils.indexOf(a,d)&&null!=urlParams[d]&&(b+=c+d+"="+urlParams[d],c="&")}else b=window.location.search;return b};EditorUi.prototype.getUrl=function(a){a=null!=a?a:window.location.pathname;var b=0<a.indexOf("?")?1:0;if("1"==urlParams.offline)a+=window.location.search;else{var c="tmp libs clibs state fileId code share notitle data url embed client create title splash".split(" "),d;for(d in urlParams)0>mxUtils.indexOf(c,d)&&(a=0==b?a+"?":a+"&",null!=urlParams[d]&&(a+=d+"="+urlParams[d],b++))}return a}; +EditorUi.prototype.showLinkDialog=function(a,b,c){a=new LinkDialog(this,a,b,c,!0);this.showDialog(a.container,480,130,!0,!0);a.init()};var m=EditorUi.prototype.createOutline;EditorUi.prototype.createOutline=function(a){var b=m.apply(this,arguments),c=this.editor.graph,d=b.getSourceGraphBounds;b.getSourceGraphBounds=function(){if(mxUtils.hasScrollbars(c.container)&&c.pageVisible&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0, +0,Math.ceil(this.source.minimumGraphSize.width-2*a.x/b),Math.ceil(this.source.minimumGraphSize.height-2*a.y/b))}return d.apply(this,arguments)};var e=b.getSourceContainerSize;b.getSourceContainerSize=function(){if(mxUtils.hasScrollbars(c.container)&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0,0,Math.ceil(this.source.minimumGraphSize.width*b-2*a.x),Math.ceil(this.source.minimumGraphSize.height*b-2*a.y))}return e.apply(this, +arguments)};b.getOutlineOffset=function(a){if(mxUtils.hasScrollbars(c.container)&&null!=this.source.minimumGraphSize){var d=this.source.getPagePadding();return new mxPoint(Math.round(Math.max(0,(b.outline.container.clientWidth/a-(this.source.minimumGraphSize.width-2*d.x))/2)-d.x),Math.round(Math.max(0,(b.outline.container.clientHeight/a-(this.source.minimumGraphSize.height-2*d.y))/2)-d.y-5/a))}return new mxPoint(8/a,8/a)};var g=b.init;b.init=function(){g.apply(this,arguments);b.outline.view.getBackgroundPageBounds= +function(){var a=c.getPageLayout(),b=c.getPageSize();return new mxRectangle(this.scale*(this.translate.x+a.x*b.width),this.scale*(this.translate.y+a.y*b.height),this.scale*a.width*b.width,this.scale*a.height*b.height)};b.outline.view.validateBackgroundPage()};this.editor.addListener("pageSelected",function(a,c){var d=c.getProperty("change"),h=b.source,e=b.outline;e.pageScale=h.pageScale;e.pageFormat=h.pageFormat;e.background=h.background;e.pageVisible=h.pageVisible;e.background=h.background;var f= +mxUtils.getCurrentStyle(h.container);e.container.style.backgroundColor=f.backgroundColor;null!=h.view.backgroundPageShape&&null!=e.view.backgroundPageShape&&(e.view.backgroundPageShape.fill=h.view.backgroundPageShape.fill);b.outline.view.clear(d.previousPage.root,!0);b.outline.view.validate()});return b};EditorUi.prototype.getServiceCount=function(a,b){var c=0;null==this.drive&&"function"!==typeof window.DriveClient||c++;b||null==this.dropbox&&"function"!==typeof window.DropboxClient||c++;null==this.oneDrive&& +"function"!==typeof window.OneDriveClient||c++;b||null==this.gitHub||c++;b||null==this.trello&&"function"!==typeof window.TrelloClient||c++;a&&isLocalStorage&&("1"==urlParams.browser||mxClient.IS_IOS)&&c++;mxClient.IS_IOS||c++;return c};EditorUi.prototype.updateUi=function(){this.updateButtonContainer();this.updateActionStates();var a=this.getCurrentFile(),b=null!=a||"1"==urlParams.embed&&this.editor.graph.isEnabled();this.menus.get("viewPanels").setEnabled(b);this.menus.get("viewZoom").setEnabled(b); +var c=("1"!=urlParams.embed||!this.editor.graph.isEnabled())&&(null==a||a.isRestricted());this.actions.get("makeCopy").setEnabled(!c);this.actions.get("print").setEnabled(!c);this.menus.get("exportAs").setEnabled(!c);this.menus.get("embed").setEnabled(!c);c="1"!=urlParams.embed||this.editor.graph.isEnabled();this.menus.get("extras").setEnabled(c);Editor.enableCustomLibraries&&(this.menus.get("openLibraryFrom").setEnabled(c),this.menus.get("newLibrary").setEnabled(c));a="1"==urlParams.embed&&this.editor.graph.isEnabled()|| +null!=a&&a.isEditable();this.actions.get("image").setEnabled(b);this.actions.get("zoomIn").setEnabled(b);this.actions.get("zoomOut").setEnabled(b);this.actions.get("resetView").setEnabled(b);this.menus.get("edit").setEnabled(b);this.menus.get("view").setEnabled(b);this.menus.get("importFrom").setEnabled(a);this.menus.get("arrange").setEnabled(a);null!=this.toolbar&&(null!=this.toolbar.edgeShapeMenu&&this.toolbar.edgeShapeMenu.setEnabled(a),null!=this.toolbar.edgeStyleMenu&&this.toolbar.edgeStyleMenu.setEnabled(a)); +if(this.isAppCache()){var d=applicationCache;if(null!=d&&null==this.offlineStatus){this.offlineStatus=document.createElement("div");this.offlineStatus.className="geItem";this.offlineStatus.style.position="absolute";this.offlineStatus.style.fontSize="8pt";this.offlineStatus.style.top="2px";this.offlineStatus.style.right="12px";this.offlineStatus.style.color="#666";this.offlineStatus.style.margin="4px";this.offlineStatus.style.padding="2px";this.offlineStatus.style.verticalAlign="middle";this.offlineStatus.innerHTML= +"";this.menubarContainer.appendChild(this.offlineStatus);mxEvent.addListener(this.offlineStatus,"click",mxUtils.bind(this,function(){var a=this.offlineStatus.getElementsByTagName("img");null!=a&&0<a.length&&this.alert(a[0].getAttribute("title"))}));var d=window.applicationCache,e=null,b=mxUtils.bind(this,function(){var a=d.status,b;a==d.CHECKING&&(a=d.DOWNLOADING);switch(a){case d.UNCACHED:b="";break;case d.IDLE:b="min"==uiTheme?"":'<img title="draw.io is up to date." border="0" src="'+IMAGE_PATH+ +'/checkmark.gif"/>';break;case d.DOWNLOADING:b='<img title="Downloading new version..." border="0" src="'+IMAGE_PATH+'/spin.gif"/>';break;case d.UPDATEREADY:b='<img title="'+mxUtils.htmlEntities(mxResources.get("restartForChangeRequired"))+'" border="0" src="'+IMAGE_PATH+'/download.png"/>';break;case d.OBSOLETE:b='<img title="Obsolete" border="0" src="'+IMAGE_PATH+'/clear.gif"/>';break;default:b='<img title="Unknown" border="0" src="'+IMAGE_PATH+'/clear.gif"/>'}a!=e&&(this.offlineStatus.innerHTML= +b,e=a)});mxEvent.addListener(d,"checking",b);mxEvent.addListener(d,"noupdate",b);mxEvent.addListener(d,"downloading",b);mxEvent.addListener(d,"progress",b);mxEvent.addListener(d,"cached",b);mxEvent.addListener(d,"updateready",b);mxEvent.addListener(d,"obsolete",b);mxEvent.addListener(d,"error",b);b()}}else this.updateUserElement()};EditorUi.prototype.updateButtonContainer=function(){};EditorUi.prototype.updateUserElement=function(){};EditorUi.prototype.isDiagramActive=function(){var a=this.getCurrentFile(); +return null!=a&&a.isEditable()||"1"==urlParams.embed&&this.editor.graph.isEnabled()};var n=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates=function(){n.apply(this,arguments);var a=this.editor.graph,b=this.isDiagramActive(),c=this.getCurrentFile();this.actions.get("pageSetup").setEnabled(b);this.actions.get("autosave").setEnabled(null!=c&&c.isEditable()&&c.isAutosaveOptional());this.actions.get("guides").setEnabled(b);this.actions.get("editData").setEnabled(b);this.actions.get("shadowVisible").setEnabled(b); +this.actions.get("connectionArrows").setEnabled(b);this.actions.get("connectionPoints").setEnabled(b);this.actions.get("copyStyle").setEnabled(b&&!a.isSelectionEmpty());this.actions.get("pasteStyle").setEnabled(b&&!a.isSelectionEmpty());this.actions.get("editGeometry").setEnabled(a.getModel().isVertex(a.getSelectionCell()));this.actions.get("createShape").setEnabled(b);this.actions.get("createRevision").setEnabled(b);this.actions.get("moveToFolder").setEnabled(null!=c);this.actions.get("makeCopy").setEnabled(null!= +c&&!c.isRestricted());this.actions.get("editDiagram").setEnabled(b&&(null==c||!c.isRestricted()));this.actions.get("publishLink").setEnabled(null!=c&&!c.isRestricted());this.actions.get("tags").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("find").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("layers").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("outline").setEnabled("hidden"!=this.diagramContainer.style.visibility); +this.actions.get("rename").setEnabled(null!=c&&c.isRenamable()||"1"==urlParams.embed);this.actions.get("close").setEnabled(null!=c);this.menus.get("publish").setEnabled(null!=c&&!c.isRestricted());a=a.view.getState(a.getSelectionCell());this.actions.get("editShape").setEnabled(b&&null!=a&&null!=a.shape&&null!=a.shape.stencil)};var p=EditorUi.prototype.destroy;EditorUi.prototype.destroy=function(){null!=this.exportDialog&&(this.exportDialog.parentNode.removeChild(this.exportDialog),this.exportDialog= +null);p.apply(this,arguments)};null!=window.ExportDialog&&(ExportDialog.showXmlOption=!1,ExportDialog.showGifOption=!1,ExportDialog.exportFile=function(a,b,c,d,e,g){var f=a.editor.graph;if("xml"==c)a.hideDialog(),a.saveData(b,"xml",mxUtils.getXml(a.editor.getGraphXml()),"text/xml");else if("svg"==c)a.hideDialog(),a.saveData(b,"svg",mxUtils.getXml(f.getSvg(d,e,g)),"image/svg+xml");else{var k=a.getFileData(!0,null,null,null,null,!0),m=f.getGraphBounds(),h=Math.floor(m.width*e/f.view.scale),l=Math.floor(m.height* +e/f.view.scale);k.length<=MAX_REQUEST_SIZE&&h*l<MAX_AREA?(a.hideDialog(),a.saveRequest(b,c,function(a,b){return new mxXmlRequest(EXPORT_URL,"format="+c+"&base64="+(b||"0")+(null!=a?"&filename="+encodeURIComponent(a):"")+"&bg="+(null!=d?d:"none")+"&w="+h+"&h="+l+"&border="+g+"&xml="+encodeURIComponent(k))})):mxUtils.alert(mxResources.get("drawingTooLarge"))}})})();var mxSettings={currentVersion:16,defaultFormatWidth:600>screen.width?"0":"240",key:".drawio-config",getLanguage:function(){return mxSettings.settings.language},setLanguage:function(b){mxSettings.settings.language=b},getUi:function(){return mxSettings.settings.ui},setUi:function(b){mxSettings.settings.ui=b},getShowStartScreen:function(){return mxSettings.settings.showStartScreen},setShowStartScreen:function(b){mxSettings.settings.showStartScreen=b},getGridColor:function(){return mxSettings.settings.gridColor}, setGridColor:function(b){mxSettings.settings.gridColor=b},getAutosave:function(){return mxSettings.settings.autosave},setAutosave:function(b){mxSettings.settings.autosave=b},getResizeImages:function(){return mxSettings.settings.resizeImages},setResizeImages:function(b){mxSettings.settings.resizeImages=b},getOpenCounter:function(){return mxSettings.settings.openCounter},setOpenCounter:function(b){mxSettings.settings.openCounter=b},getLibraries:function(){return mxSettings.settings.libraries},setLibraries:function(b){mxSettings.settings.libraries= b},addCustomLibrary:function(b){mxSettings.load();0>mxUtils.indexOf(mxSettings.settings.customLibraries,b)&&("L.scratchpad"===b?mxSettings.settings.customLibraries.splice(0,0,b):mxSettings.settings.customLibraries.push(b));mxSettings.save()},removeCustomLibrary:function(b){mxSettings.load();mxUtils.remove(b,mxSettings.settings.customLibraries);mxSettings.save()},getCustomLibraries:function(){return mxSettings.settings.customLibraries},getPlugins:function(){return mxSettings.settings.plugins},setPlugins:function(b){mxSettings.settings.plugins= b},getRecentColors:function(){return mxSettings.settings.recentColors},setRecentColors:function(b){mxSettings.settings.recentColors=b},getFormatWidth:function(){return parseInt(mxSettings.settings.formatWidth)},setFormatWidth:function(b){mxSettings.settings.formatWidth=b},getCurrentEdgeStyle:function(){return mxSettings.settings.currentEdgeStyle},setCurrentEdgeStyle:function(b){mxSettings.settings.currentEdgeStyle=b},getCurrentVertexStyle:function(){return mxSettings.settings.currentVertexStyle}, @@ -7553,12 +7621,12 @@ App.main=function(b,e){function d(a){mxUtils.getAll("1"!=urlParams.dev?[a]:[a,"d null!=window.DrawDropboxClientCallback&&("1"!=urlParams.embed&&"0"!=urlParams.db||"1"==urlParams.embed&&"1"==urlParams.db)&&isSvgBrowser&&(null==document.documentMode||9<document.documentMode))mxscript(App.DROPBOX_URL,function(){mxscript(App.DROPINS_URL,function(){DrawDropboxClientCallback()},"dropboxjs",App.DROPBOX_APPKEY)});else if("undefined"===typeof window.Dropbox||"undefined"===typeof window.Dropbox.choose)window.DropboxClient=null;"function"===typeof window.OneDriveClient&&"undefined"===typeof OneDrive&& null!=window.DrawOneDriveClientCallback&&("1"!=urlParams.embed&&"0"!=urlParams.od||"1"==urlParams.embed&&"1"==urlParams.od)&&(0>navigator.userAgent.indexOf("MSIE")||10<=document.documentMode)?mxscript(App.ONEDRIVE_URL,window.DrawOneDriveClientCallback):"undefined"===typeof window.OneDrive&&(window.OneDriveClient=null);"function"===typeof window.TrelloClient&&"undefined"===typeof window.Trello&&null!=window.DrawTrelloClientCallback&&("1"!=urlParams.embed&&"0"!=urlParams.tr||"1"==urlParams.embed&&"1"== urlParams.tr)&&(0>navigator.userAgent.indexOf("MSIE")||10<=document.documentMode)?mxscript(App.TRELLO_JQUERY_URL,function(){mxscript(App.TRELLO_URL,function(){DrawTrelloClientCallback()})}):"undefined"===typeof window.Trello&&(window.TrelloClient=null)}null!=b&&b(a);"0"!=urlParams.chrome&&"1"==urlParams.test&&(mxLog.show(),mxLog.debug("Started in "+((new Date).getTime()-t0.getTime())+"ms"),mxLog.debug("Export:",EXPORT_URL),mxLog.debug("Development mode:","1"==urlParams.dev?"active":"inactive"),mxLog.debug("Test mode:", -"1"==urlParams.test?"active":"inactive"))},function(a){document.getElementById("geStatus").innerHTML='Error loading page. <a href="javascript:void(0);">Please try refreshing.</a>';document.getElementById("geStatus").getElementsByTagName("a")[0].onclick=function(){mxLanguage="en";d(mxResources.getDefaultBundle(RESOURCE_BASE,mxLanguage)||mxResources.getSpecialBundle(RESOURCE_BASE,mxLanguage))}})}var c=null;EditorUi.enableLogging&&(window.onerror=function(a,b,d,e,h){try{if(a!=c&&(null==a||null==b||-1== -a.indexOf("Script error")&&-1==a.indexOf("extension"))&&null!=a&&0>a.indexOf("DocumentClosedError")){c=a;var g=new Image,k=0<=a.indexOf("NetworkError")||0<=a.indexOf("SecurityError")||0<=a.indexOf("NS_ERROR_FAILURE")||0<=a.indexOf("out of memory")?"CONFIG":"SEVERE";g.src=(null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"")+"/log?severity="+k+"&v="+encodeURIComponent(EditorUi.VERSION)+"&msg=clientError:"+encodeURIComponent(a)+":url:"+encodeURIComponent(window.location.href)+":lnum:"+encodeURIComponent(d)+ -(null!=e?":colno:"+encodeURIComponent(e):"")+(null!=h&&null!=h.stack?"&stack="+encodeURIComponent(h.stack):"")}}catch(z){}});if(null!=window.location.hash&&"#C"==window.location.hash.substring(0,2))try{var h=JSON.parse(decodeURIComponent(window.location.hash.substring(2)));Editor.configure(h,!0);window.location.hash=null!=h.open?h.open:""}catch(g){console.log(g)}if(null!=window.mxscript){if("1"==urlParams.offline||"1"==urlParams.appcache)mxscript("js/shapes.min.js"),mxscript("js/stencils.min.js"), -mxscript("js/extensions.min.js"),h=document.createElement("iframe"),h.setAttribute("width","0"),h.setAttribute("height","0"),h.setAttribute("src","offline.html"),document.body.appendChild(h);if("0"!=urlParams.plugins&&"1"!=urlParams.offline){var h=mxSettings.getPlugins(),k={},m=urlParams.p;App.initPluginCallback();if(null!=m){var n="";"1"==urlParams.drawdev&&(n=document.location.protocol+"//drawhost.jgraph.com/");for(var p=m.split(";"),m=0;m<p.length;m++){var a=App.pluginRegistry[p[m]];null!=a&&null== -k[a]?(k[a]=!0,mxscript(n+a)):null!=window.console&&console.log("Unknown plugin:",p[m])}}else"0"==urlParams.chrome||EditorUi.isElectronApp||mxscript(App.FOOTER_PLUGIN_URL,null,null,null,mxClient.IS_SVG);if(null!=h&&0<h.length&&"0"!=urlParams.plugins){n=window.location.protocol+"//"+window.location.host;p=!0;for(m=0;m<h.length&&p;m++)"/"!=h[m].charAt(0)&&h[m].substring(0,n.length)!=n&&(p=!1);if(p||mxUtils.confirm(mxResources.replacePlaceholders("The page has requested to load the following plugin(s):\n \n {1}\n \n Would you like to load these plugin(s) now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of doing so.\n", -[h.join("\n")]).replace(/\\n/g,"\n")))for(m=0;m<h.length;m++)try{null==k[h[m]]&&(k[a]=!0,mxscript(h[m]))}catch(g){}}}"function"===typeof window.DriveClient&&"undefined"===typeof gapi&&("1"!=urlParams.embed&&"0"!=urlParams.gapi||"1"==urlParams.embed&&"1"==urlParams.gapi)&&isSvgBrowser&&isLocalStorage&&(null==document.documentMode||10<=document.documentMode)?mxscript("https://apis.google.com/js/api.js?onload=DrawGapiClientCallback",null,null,null,mxClient.IS_SVG):"undefined"===typeof window.gapi&&(window.DriveClient= +"1"==urlParams.test?"active":"inactive"))},function(a){document.getElementById("geStatus").innerHTML='Error loading page. <a href="javascript:void(0);">Please try refreshing.</a>';document.getElementById("geStatus").getElementsByTagName("a")[0].onclick=function(){mxLanguage="en";d(mxResources.getDefaultBundle(RESOURCE_BASE,mxLanguage)||mxResources.getSpecialBundle(RESOURCE_BASE,mxLanguage))}})}var c=null;EditorUi.enableLogging&&(window.onerror=function(a,b,d,e,g){try{if(a!=c&&(null==a||null==b||-1== +a.indexOf("Script error")&&-1==a.indexOf("extension"))&&null!=a&&0>a.indexOf("DocumentClosedError")){c=a;var f=new Image,k=0<=a.indexOf("NetworkError")||0<=a.indexOf("SecurityError")||0<=a.indexOf("NS_ERROR_FAILURE")||0<=a.indexOf("out of memory")?"CONFIG":"SEVERE";f.src=(null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"")+"/log?severity="+k+"&v="+encodeURIComponent(EditorUi.VERSION)+"&msg=clientError:"+encodeURIComponent(a)+":url:"+encodeURIComponent(window.location.href)+":lnum:"+encodeURIComponent(d)+ +(null!=e?":colno:"+encodeURIComponent(e):"")+(null!=g&&null!=g.stack?"&stack="+encodeURIComponent(g.stack):"")}}catch(z){}});if(null!=window.location.hash&&"#C"==window.location.hash.substring(0,2))try{var g=JSON.parse(decodeURIComponent(window.location.hash.substring(2)));Editor.configure(g,!0);window.location.hash=null!=g.open?g.open:""}catch(f){console.log(f)}if(null!=window.mxscript){if("1"==urlParams.offline||"1"==urlParams.appcache)mxscript("js/shapes.min.js"),mxscript("js/stencils.min.js"), +mxscript("js/extensions.min.js"),g=document.createElement("iframe"),g.setAttribute("width","0"),g.setAttribute("height","0"),g.setAttribute("src","offline.html"),document.body.appendChild(g);if("0"!=urlParams.plugins&&"1"!=urlParams.offline){var g=mxSettings.getPlugins(),k={},m=urlParams.p;App.initPluginCallback();if(null!=m){var n="";"1"==urlParams.drawdev&&(n=document.location.protocol+"//drawhost.jgraph.com/");for(var p=m.split(";"),m=0;m<p.length;m++){var a=App.pluginRegistry[p[m]];null!=a&&null== +k[a]?(k[a]=!0,mxscript(n+a)):null!=window.console&&console.log("Unknown plugin:",p[m])}}else"0"==urlParams.chrome||EditorUi.isElectronApp||mxscript(App.FOOTER_PLUGIN_URL,null,null,null,mxClient.IS_SVG);if(null!=g&&0<g.length&&"0"!=urlParams.plugins){n=window.location.protocol+"//"+window.location.host;p=!0;for(m=0;m<g.length&&p;m++)"/"!=g[m].charAt(0)&&g[m].substring(0,n.length)!=n&&(p=!1);if(p||mxUtils.confirm(mxResources.replacePlaceholders("The page has requested to load the following plugin(s):\n \n {1}\n \n Would you like to load these plugin(s) now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of doing so.\n", +[g.join("\n")]).replace(/\\n/g,"\n")))for(m=0;m<g.length;m++)try{null==k[g[m]]&&(k[a]=!0,mxscript(g[m]))}catch(f){}}}"function"===typeof window.DriveClient&&"undefined"===typeof gapi&&("1"!=urlParams.embed&&"0"!=urlParams.gapi||"1"==urlParams.embed&&"1"==urlParams.gapi)&&isSvgBrowser&&isLocalStorage&&(null==document.documentMode||10<=document.documentMode)?mxscript("https://apis.google.com/js/api.js?onload=DrawGapiClientCallback",null,null,null,mxClient.IS_SVG):"undefined"===typeof window.gapi&&(window.DriveClient= null)}"0"!=urlParams.math&&Editor.initMath();mxResources.loadDefaultBundle=!1;d(mxResources.getDefaultBundle(RESOURCE_BASE,mxLanguage)||mxResources.getSpecialBundle(RESOURCE_BASE,mxLanguage))};mxUtils.extend(App,EditorUi);App.prototype.defaultUserPicture="https://lh3.googleusercontent.com/-HIzvXUy6QUY/AAAAAAAAAAI/AAAAAAAAAAA/giuR7PQyjEk/photo.jpg?sz=30";App.prototype.shareImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowOTgwMTE3NDA3MjA2ODExODhDNkFGMDBEQkQ0RTgwOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjU2NzdEMTcwRDIxMUUxQjc0MDkxRDhCNUQzOEFGRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjU2NzdEMDcwRDIxMUUxQjc0MDkxRDhCNUQzOEFGRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNjgwMTE3NDA3MjA2ODExODcxRkM4MUY1OTFDMjQ5OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNzgwMTE3NDA3MjA2ODExODhDNkFGMDBEQkQ0RTgwOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrM/fs0AAADgSURBVHjaYmDAA/7//88MwgzkAKDGFiD+BsQ/QWxSNaf9RwN37twpI8WAS+gGfP78+RpQSoRYA36iG/D379+vQClNdLVMOMz4gi7w79+/n0CKg1gD9qELvH379hzIHGK9oA508ieY8//8+fO5rq4uFCilRKwL1JmYmNhhHEZGRiZ+fn6Q2meEbDYG4u3/cYCfP38uA7kOm0ZOIJ7zn0jw48ePPiDFhmzArv8kgi9fvuwB+w5qwH9ykjswbFSZyM4sEMDPBDTlL5BxkFSd7969OwZ2BZKYGhDzkmjOJ4AAAwBhpRqGnEFb8QAAAABJRU5ErkJggg=="; App.prototype.chevronUpImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDg2NEE3NUY1MUVBMTFFM0I3MUVEMTc0N0YyOUI4QzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDg2NEE3NjA1MUVBMTFFM0I3MUVEMTc0N0YyOUI4QzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0ODY0QTc1RDUxRUExMUUzQjcxRUQxNzQ3RjI5QjhDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0ODY0QTc1RTUxRUExMUUzQjcxRUQxNzQ3RjI5QjhDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg+qUokAAAAMUExURQAAANnZ2b+/v////5bgre4AAAAEdFJOU////wBAKqn0AAAAL0lEQVR42mJgRgMMRAswMKAKMDDARBjg8lARBoR6KImkH0wTbygT6YaS4DmAAAMAYPkClOEDDD0AAAAASUVORK5CYII=": IMAGE_PATH+"/chevron-up.png"; @@ -7580,18 +7648,18 @@ IMAGE_PATH+"/logo-flat-small.png"),this.icon.setAttribute("title",mxResources.ge App.prototype.isDriveDomain=function(){return"0"!=urlParams.drive&&("test.draw.io"==window.location.hostname||"cdn.draw.io"==window.location.hostname||"www.draw.io"==window.location.hostname||"drive.draw.io"==window.location.hostname||"jgraph.github.io"==window.location.hostname)};App.prototype.isLegacyDriveDomain=function(){return 0==urlParams.drive||"legacy.draw.io"==window.location.hostname}; App.prototype.checkLicense=function(){var b=this.drive.getUser(),e=("1"==urlParams.dev?urlParams.lic:null)||(null!=b?b.email:null);if(!this.isOffline()&&!this.editor.chromeless&&null!=e){var d=e.lastIndexOf("@"),c=e;0<=d&&(c=e.substring(d+1),e=this.crc32(e.substring(0,d))+"@"+c);mxUtils.post("/license","domain="+encodeURIComponent(c)+"&email="+encodeURIComponent(e)+"&ds="+encodeURIComponent(b.displayName)+"&lc="+encodeURIComponent(b.locale)+"&ts="+(new Date).getTime(),mxUtils.bind(this,function(b){try{if(200<= b.getStatus()&&299>=b.getStatus()){var d=b.getText();if(0<d.length){var e=JSON.parse(d);null!=e&&this.handleLicense(e,c)}}}catch(n){}}))}}; -App.prototype.handleLicense=function(b,e){var d=document.getElementById("geFooter"),c=null;if(null!=d&&null!=b)if(c=b.expiry,null!=b.footer)d.innerHTML=decodeURIComponent(b.footer);else if(this.hideFooter(),null!=c&&"never"!=c){var h=new Date(Date.parse(c)),k=Math.round((h-Date.now())/864E5);if(90>k){var m="https://support.draw.io/display/DKB/draw.io+footer+state+that+license+is+expiring+on+Google+For+Work+account?domain="+encodeURIComponent(e);d.style.height="100%";d.style.margin="0px";d.style.display= -"";0>k?(this.footerHeight=80,d.innerHTML='<table height="100%"><tr><td valign="middle" align="center" class="geStatusAlert geBlink"><a href="'+m+'" style="padding-top:16px;" target="_blank"><img border="0" src="'+mxGraph.prototype.warningImage.src+'" align="top" style="margin-right:6px">'+mxResources.get("licenseHasExpired",[e,h.toLocaleDateString()])+"</a></td></tr></table>"):(this.footerHeight=46,d.innerHTML='<table height="100%"><tr><td valign="middle" align="center" class="geStatusAlert"><a href="'+ -m+'" target="_blank"><img border="0" src="'+mxGraph.prototype.warningImage.src+'" align="top" style="margin-right:6px">'+mxResources.get("licenseWillExpire",[e,h.toLocaleDateString()])+"</a></td></tr></table>");this.refresh()}}return c};App.prototype.getEditBlankXml=function(){var b=this.getCurrentFile();return null!=b&&this.editor.isChromelessView()&&this.editor.graph.isLightboxView()&&null==b.realtime?b.getData():this.getFileData(!0)}; +App.prototype.handleLicense=function(b,e){var d=document.getElementById("geFooter"),c=null;if(null!=d&&null!=b)if(c=b.expiry,null!=b.footer)d.innerHTML=decodeURIComponent(b.footer);else if(this.hideFooter(),null!=c&&"never"!=c){var g=new Date(Date.parse(c)),k=Math.round((g-Date.now())/864E5);if(90>k){var m="https://support.draw.io/display/DKB/draw.io+footer+state+that+license+is+expiring+on+Google+For+Work+account?domain="+encodeURIComponent(e);d.style.height="100%";d.style.margin="0px";d.style.display= +"";0>k?(this.footerHeight=80,d.innerHTML='<table height="100%"><tr><td valign="middle" align="center" class="geStatusAlert geBlink"><a href="'+m+'" style="padding-top:16px;" target="_blank"><img border="0" src="'+mxGraph.prototype.warningImage.src+'" align="top" style="margin-right:6px">'+mxResources.get("licenseHasExpired",[e,g.toLocaleDateString()])+"</a></td></tr></table>"):(this.footerHeight=46,d.innerHTML='<table height="100%"><tr><td valign="middle" align="center" class="geStatusAlert"><a href="'+ +m+'" target="_blank"><img border="0" src="'+mxGraph.prototype.warningImage.src+'" align="top" style="margin-right:6px">'+mxResources.get("licenseWillExpire",[e,g.toLocaleDateString()])+"</a></td></tr></table>");this.refresh()}}return c};App.prototype.getEditBlankXml=function(){var b=this.getCurrentFile();return null!=b&&this.editor.isChromelessView()&&this.editor.graph.isLightboxView()&&null==b.realtime?b.getData():this.getFileData(!0)}; App.prototype.updateActionStates=function(){EditorUi.prototype.updateActionStates.apply(this,arguments);var b=this.getCurrentFile();this.actions.get("revisionHistory").setEnabled(null!=b&&(b.constructor==DriveFile&&b.isEditable()||b.constructor==DropboxFile))};App.prototype.updateDraft=function(){isLocalStorage&&null!=localStorage&&localStorage.setItem(".draft",JSON.stringify({modified:(new Date).getTime(),data:this.getFileData()}))};App.prototype.getDraft=function(){return null}; App.prototype.addRecent=function(b){if(isLocalStorage&&null!=localStorage){var e=this.getRecent();if(null==e)e=[];else for(var d=0;d<e.length;d++)e[d].id==b.id&&e.splice(d,1);null!=e&&(e.unshift(b),e=e.slice(0,5),localStorage.setItem(".recent",JSON.stringify(e)))}};App.prototype.getRecent=function(){if(isLocalStorage&&null!=localStorage){try{var b=localStorage.getItem(".recent");if(null!=b)return JSON.parse(b)}catch(e){}return null}}; App.prototype.resetRecent=function(b){if(isLocalStorage&&null!=localStorage)try{localStorage.removeItem(".recent")}catch(e){}};App.prototype.removeDraft=function(){if(isLocalStorage&&null!=localStorage&&"0"==urlParams.splash)try{localStorage.removeItem(".draft")}catch(b){}}; App.prototype.onBeforeUnload=function(){if("1"==urlParams.embed&&this.editor.modified)return mxResources.get("allChangesLost");var b=this.getCurrentFile();if(null!=b)if(b.constructor!=LocalFile||""!=b.getHash()||b.isModified()||"1"==urlParams.nowarn||this.isDiagramEmpty()||null!=urlParams.url||this.editor.isChromelessView()){if((b.constructor!=DriveFile||null==b.realtime||b.realtime.saving)&&b.isModified())return mxResources.get("allChangesLost");b.close(!0)}else return mxResources.get("ensureDataSaved")}; App.prototype.updateDocumentTitle=function(){if(!this.editor.graph.isLightboxView()){var b=this.editor.appName,e=this.getCurrentFile();this.isOfflineApp()&&(b+=" app");null!=e&&(b=(null!=e.getTitle()?e.getTitle():this.defaultFilename)+" - "+b);document.title=b}};App.prototype.createCrcTable=function(){for(var b=[],e,d=0;256>d;d++){e=d;for(var c=0;8>c;c++)e=e&1?3988292384^e>>>1:e>>>1;b[d]=e}return b}; -App.prototype.getThumbnail=function(b,e){var d=!1;try{null==this.thumbImageCache&&(this.thumbImageCache={});var c=this.editor.graph;if(null!=this.pages&&this.currentPage!=this.pages[0]){var c=this.createTemporaryGraph(c.getStylesheet()),h=c.getGlobalVariable,k=this.pages[0];c.getGlobalVariable=function(a){return"page"==a?k.getName():"pagenumber"==a?1:h.apply(this,arguments)};document.body.appendChild(c.container);c.model.setRoot(k.root)}if(mxClient.IS_CHROMEAPP||!c.mathEnabled&&this.useCanvasForExport)this.exportToCanvas(mxUtils.bind(this, -function(a){c!=this.editor.graph&&c.container.parentNode.removeChild(c.container);e(a)}),b,this.thumbImageCache,"#ffffff",function(){e()},null,null,null,null,null,null,c),d=!0;else if(this.canvasSupported&&null!=this.getCurrentFile()){var m=document.createElement("canvas"),n=c.getGraphBounds(),p=b/n.width,p=Math.min(1,Math.min(3*b/(4*n.height),p)),a=Math.floor(n.x),g=Math.floor(n.y);m.setAttribute("width",Math.ceil(p*(n.width+4)));m.setAttribute("height",Math.ceil(p*(n.height+4)));var l=m.getContext("2d"); -l.scale(p,p);l.translate(-a,-g);var t=c.background;if(null==t||""==t||t==mxConstants.NONE)t="#ffffff";l.save();l.fillStyle=t;l.fillRect(a,g,Math.ceil(n.width+4),Math.ceil(n.height+4));l.restore();var q=new mxJsCanvas(m),u=new mxAsyncCanvas(this.thumbImageCache);q.images=this.thumbImageCache.images;var v=new mxImageExport;v.drawShape=function(a,b){a.shape instanceof mxShape&&a.shape.checkBounds()&&(b.save(),b.translate(.5,.5),a.shape.paint(b),b.translate(-.5,-.5),b.restore())};v.drawText=function(a, -b){};v.drawState(c.getView().getState(c.model.root),u);u.finish(mxUtils.bind(this,function(){v.drawState(c.getView().getState(c.model.root),q);c!=this.editor.graph&&c.container.parentNode.removeChild(c.container);e(m)}));d=!0}}catch(x){c!=this.editor.graph&&c.container.parentNode.removeChild(c.container)}return d}; +App.prototype.getThumbnail=function(b,e){var d=!1;try{null==this.thumbImageCache&&(this.thumbImageCache={});var c=this.editor.graph;if(null!=this.pages&&this.currentPage!=this.pages[0]){var c=this.createTemporaryGraph(c.getStylesheet()),g=c.getGlobalVariable,k=this.pages[0];c.getGlobalVariable=function(a){return"page"==a?k.getName():"pagenumber"==a?1:g.apply(this,arguments)};document.body.appendChild(c.container);c.model.setRoot(k.root)}if(mxClient.IS_CHROMEAPP||!c.mathEnabled&&this.useCanvasForExport)this.exportToCanvas(mxUtils.bind(this, +function(a){c!=this.editor.graph&&c.container.parentNode.removeChild(c.container);e(a)}),b,this.thumbImageCache,"#ffffff",function(){e()},null,null,null,null,null,null,c),d=!0;else if(this.canvasSupported&&null!=this.getCurrentFile()){var m=document.createElement("canvas"),n=c.getGraphBounds(),p=b/n.width,p=Math.min(1,Math.min(3*b/(4*n.height),p)),a=Math.floor(n.x),f=Math.floor(n.y);m.setAttribute("width",Math.ceil(p*(n.width+4)));m.setAttribute("height",Math.ceil(p*(n.height+4)));var l=m.getContext("2d"); +l.scale(p,p);l.translate(-a,-f);var q=c.background;if(null==q||""==q||q==mxConstants.NONE)q="#ffffff";l.save();l.fillStyle=q;l.fillRect(a,f,Math.ceil(n.width+4),Math.ceil(n.height+4));l.restore();var u=new mxJsCanvas(m),t=new mxAsyncCanvas(this.thumbImageCache);u.images=this.thumbImageCache.images;var v=new mxImageExport;v.drawShape=function(a,b){a.shape instanceof mxShape&&a.shape.checkBounds()&&(b.save(),b.translate(.5,.5),a.shape.paint(b),b.translate(-.5,-.5),b.restore())};v.drawText=function(a, +b){};v.drawState(c.getView().getState(c.model.root),t);t.finish(mxUtils.bind(this,function(){v.drawState(c.getView().getState(c.model.root),u);c!=this.editor.graph&&c.container.parentNode.removeChild(c.container);e(m)}));d=!0}}catch(x){c!=this.editor.graph&&c.container.parentNode.removeChild(c.container)}return d}; App.prototype.createBackground=function(){var b=this.createDiv("background");b.style.position="absolute";b.style.background="white";b.style.left="0px";b.style.top="0px";b.style.bottom="0px";b.style.right="0px";mxUtils.setOpacity(b,100);mxClient.IS_QUIRKS&&new mxDivResizer(b);return b}; (function(){var b=EditorUi.prototype.setMode;App.prototype.setMode=function(e,d){b.apply(this,arguments);null!=this.mode&&(Editor.useLocalStorage=this.mode==App.MODE_BROWSER);if(d)if(isLocalStorage)localStorage.setItem(".mode",e);else if("undefined"!=typeof Storage){var c=new Date;c.setYear(c.getFullYear()+1);document.cookie="MODE="+e+"; expires="+c.toUTCString()}null!=this.appIcon&&(c=this.getCurrentFile(),e=null!=c?c.getMode():null,e==App.MODE_GOOGLE?(this.appIcon.setAttribute("title",mxResources.get("openIt", [mxResources.get("googleDrive")])),this.appIcon.style.cursor="pointer"):e==App.MODE_DROPBOX?(this.appIcon.setAttribute("title",mxResources.get("openIt",[mxResources.get("dropbox")])),this.appIcon.style.cursor="pointer"):e==App.MODE_ONEDRIVE?(this.appIcon.setAttribute("title",mxResources.get("openIt",[mxResources.get("oneDrive")])),this.appIcon.style.cursor="pointer"):(this.appIcon.removeAttribute("title"),this.appIcon.style.cursor="default"))}})(); @@ -7610,9 +7678,9 @@ this.defaultFilename;a=new LocalFile(this,a,b,!0);null!=window.location.hash&&"# this.dialog)if("1"==urlParams.demo)d=Editor.useLocalStorage,this.createFile(this.defaultFilename,null,null,null,null,null,null,!0),Editor.useLocalStorage=d;else{d=!1;try{d=null!=window.opener&&null!=window.opener.openFile}catch(a){}if(d)this.spinner.spin(document.body,mxResources.get("loading"));else if(d=this.getDiagramId(),"0"!=urlParams.splash||null!=d&&0!=d.length)this.loadFile(d);else if(!mxClient.IS_CHROMEAPP){var e=this.getDraft(),p=null!=e?e.data:this.getFileData(),d=Editor.useLocalStorage; this.createFile(this.defaultFilename,p,null,null,null,null,null,!0);Editor.useLocalStorage=d;null!=e&&(d=this.getCurrentFile(),null!=d&&d.addUnsavedStatus())}}});null!=this.drive&&this.defineCustomObjects();var e=decodeURIComponent(urlParams.create||"");if((null==window.location.hash||1>=window.location.hash.length)&&null!=e&&0<e.length&&this.spinner.spin(document.body,mxResources.get("loading"))){var d=mxUtils.bind(this,function(){this.spinner.spin(document.body,mxResources.get("reconnecting"))&& (window.location.search=this.getSearch(["create","title"]))}),c=mxUtils.bind(this,function(b){this.spinner.stop();if("0"!=urlParams.splash){this.fileLoaded(new LocalFile(this,b,null));this.editor.graph.setEnabled(!1);this.mode=urlParams.mode;var c=urlParams.title,c=null!=c?decodeURIComponent(c):this.defaultFilename;b=this.getServiceCount(!0);var d=4>=b?4:3,c=new CreateDialog(this,c,mxUtils.bind(this,function(b,c){if(null==c){this.hideDialog();var a=Editor.useLocalStorage;this.createFile(0<b.length? -b:this.defaultFilename,this.getFileData(),null,null,null,null,null,!0);Editor.useLocalStorage=a}else this.createFile(b,this.getFileData(!0),null,c)}),null,null,null,null,"1"==urlParams.browser,null,null,!0,d);this.showDialog(c.container,380,b>d?390:270,!0,!1,mxUtils.bind(this,function(b){b&&null==this.getCurrentFile()&&this.showSplash()}));c.init()}}),e=decodeURIComponent(e);if("http://"!=e.substring(0,7)&&"https://"!=e.substring(0,8))try{null!=window.opener&&null!=window.opener[e]?c(window.opener[e]): -this.handleError(null,mxResources.get("errorLoadingFile"))}catch(h){this.handleError(h,mxResources.get("errorLoadingFile"))}else this.loadTemplate(e,function(b){c(b)},mxUtils.bind(this,function(){this.handleError(null,mxResources.get("errorLoadingFile"),d)}))}else(null==window.location.hash||1>=window.location.hash.length)&&null!=urlParams.state&&null!=this.stateArg&&"open"==this.stateArg.action&&null!=this.stateArg.ids&&(window.location.hash="G"+this.stateArg.ids[0]),(null==window.location.hash|| -1>=window.location.hash.length)&&null!=this.drive&&null!=this.stateArg&&"create"==this.stateArg.action?(this.setMode(App.MODE_GOOGLE),this.actions.get("new").funct()):b()}}catch(h){this.handleError(h)}}; +b:this.defaultFilename,this.getFileData(),null,null,null,!0,null,!0);Editor.useLocalStorage=a}else this.pickFolder(c,mxUtils.bind(this,function(a){this.createFile(b,this.getFileData(!0),null,c,null,!0,a)}))}),null,null,null,null,"1"==urlParams.browser,null,null,!0,d);this.showDialog(c.container,380,b>d?390:270,!0,!1,mxUtils.bind(this,function(b){b&&null==this.getCurrentFile()&&this.showSplash()}));c.init()}}),e=decodeURIComponent(e);if("http://"!=e.substring(0,7)&&"https://"!=e.substring(0,8))try{null!= +window.opener&&null!=window.opener[e]?c(window.opener[e]):this.handleError(null,mxResources.get("errorLoadingFile"))}catch(g){this.handleError(g,mxResources.get("errorLoadingFile"))}else this.loadTemplate(e,function(b){c(b)},mxUtils.bind(this,function(){this.handleError(null,mxResources.get("errorLoadingFile"),d)}))}else(null==window.location.hash||1>=window.location.hash.length)&&null!=urlParams.state&&null!=this.stateArg&&"open"==this.stateArg.action&&null!=this.stateArg.ids&&(window.location.hash= +"G"+this.stateArg.ids[0]),(null==window.location.hash||1>=window.location.hash.length)&&null!=this.drive&&null!=this.stateArg&&"create"==this.stateArg.action?(this.setMode(App.MODE_GOOGLE),this.actions.get("new").funct()):b()}}catch(g){this.handleError(g)}}; App.prototype.showSplash=function(b){var e=this.getServiceCount(!0,!0),d=mxUtils.bind(this,function(){var b=new SplashDialog(this);this.showDialog(b.container,340,2>e||mxClient.IS_CHROMEAPP||EditorUi.isElectronApp?200:260,!0,!0,mxUtils.bind(this,function(b){b&&!mxClient.IS_CHROMEAPP&&(b=Editor.useLocalStorage,this.createFile(this.defaultFilename,null,null,null,null,null,null,"1"!=urlParams.local),Editor.useLocalStorage=b)}),!0)});if(this.editor.isChromelessView())this.handleError({message:mxResources.get("noFileSelected")}, mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){this.showSplash()}));else if(mxClient.IS_CHROMEAPP||null!=this.mode&&!b)null==urlParams.create&&d();else{b=4==e?2:3;var c=new StorageDialog(this,mxUtils.bind(this,function(){this.hideDialog();d()}),b);this.showDialog(c.container,3>b?260:300,4<=e?420:300,!0,!1);c.init()}}; App.prototype.addLanguageMenu=function(b,e){var d=null;if((!this.isOfflineApp()||mxClient.IS_CHROMEAPP)&&null!=this.menus.get("language")){d=document.createElement("div");d.setAttribute("title",mxResources.get("language"));d.className="geIcon geSprite geSprite-globe";d.style.position="absolute";d.style.cursor="pointer";d.style.bottom="20px";d.style.right="20px";if(e){d.style.direction="rtl";d.style.textAlign="right";d.style.right="24px";var c=document.createElement("span");c.style.display="inline-block"; @@ -7623,62 +7691,61 @@ gapi.drive.realtime.custom.collaborativeField("style"),mxRtCell.prototype.geomet gapi.drive.realtime.custom.collaborativeField("children"),mxRtCell.prototype.source=gapi.drive.realtime.custom.collaborativeField("source"),mxRtCell.prototype.target=gapi.drive.realtime.custom.collaborativeField("target"))};mxRtCell=function(){};mxCodecRegistry.getCodec(mxCell).exclude.push("rtCell");mxCell.prototype.mxTransient.push("rtCell"); App.prototype.pickFile=function(b){b=null!=b?b:this.mode;if(b==App.MODE_GOOGLE)null!=this.drive&&"undefined"!=typeof google&&"undefined"!=typeof google.picker?this.drive.pickFile():this.openLink("https://drive.google.com");else{var e=this.getPeerForMode(b);if(null!=e)e.pickFile();else if(b==App.MODE_DEVICE&&Graph.fileSupport&&(!mxClient.IS_IE&&!mxClient.IS_IE11||0>navigator.appVersion.indexOf("Windows NT 6.1"))){var d=document.createElement("input");d.setAttribute("type","file");mxEvent.addListener(d, "change",mxUtils.bind(this,function(){null!=d.files&&this.openFiles(d.files)}));d.click()}else{this.hideDialog();window.openNew=null!=this.getCurrentFile()&&!this.isDiagramEmpty();window.baseUrl=this.getUrl();window.openKey="open";var c=Editor.useLocalStorage;Editor.useLocalStorage=b==App.MODE_BROWSER;this.openFile();window.openFile.setConsumer(mxUtils.bind(this,function(c,d){this.useCanvasForExport||".png"!=d.substring(d.length-4)||(d=d.substring(0,d.length-4)+".xml");this.fileLoaded(b==App.MODE_BROWSER? -new StorageFile(this,c,d):new LocalFile(this,c,d))}));var h=this.dialog,k=h.close;this.dialog.close=mxUtils.bind(this,function(b){Editor.useLocalStorage=c;k.apply(h,arguments);null==this.getCurrentFile()&&this.showSplash()})}}}; +new StorageFile(this,c,d):new LocalFile(this,c,d))}));var g=this.dialog,k=g.close;this.dialog.close=mxUtils.bind(this,function(b){Editor.useLocalStorage=c;k.apply(g,arguments);null==this.getCurrentFile()&&this.showSplash()})}}}; App.prototype.pickLibrary=function(b){b=null!=b?b:this.mode;if(b==App.MODE_GOOGLE||b==App.MODE_DROPBOX||b==App.MODE_ONEDRIVE||b==App.MODE_GITHUB||b==App.MODE_TRELLO){var e=b==App.MODE_GOOGLE?this.drive:b==App.MODE_ONEDRIVE?this.oneDrive:b==App.MODE_GITHUB?this.gitHub:b==App.MODE_TRELLO?this.trello:this.dropbox;null!=e&&e.pickLibrary(mxUtils.bind(this,function(b,c){if(null!=c)try{this.loadLibrary(c)}catch(m){this.handleError(m,mxResources.get("errorLoadingFile"))}else this.spinner.spin(document.body, mxResources.get("loading"))&&e.getLibrary(b,mxUtils.bind(this,function(b){this.spinner.stop();try{this.loadLibrary(b)}catch(n){this.handleError(n,mxResources.get("errorLoadingFile"))}}),mxUtils.bind(this,function(b){this.handleError(b,null!=b?mxResources.get("errorLoadingFile"):null)}))}))}else if(b!=App.MODE_DEVICE||!Graph.fileSupport||mxClient.IS_IE||mxClient.IS_IE11){window.openNew=!1;window.openKey="open";var d=Editor.useLocalStorage;Editor.useLocalStorage=b==App.MODE_BROWSER;window.openFile= new OpenFile(mxUtils.bind(this,function(b){this.hideDialog(b)}));window.openFile.setConsumer(mxUtils.bind(this,function(c,d){try{this.loadLibrary(b==App.MODE_BROWSER?new StorageLibrary(this,c,d):new LocalLibrary(this,c,d))}catch(m){this.handleError(m,mxResources.get("errorLoadingFile"))}}));this.showDialog((new OpenDialog(this)).container,Editor.useLocalStorage?640:360,Editor.useLocalStorage?480:220,!0,!0,function(){Editor.useLocalStorage=d;window.openFile=null})}else{var c=document.createElement("input"); c.setAttribute("type","file");mxEvent.addListener(c,"change",mxUtils.bind(this,function(){if(null!=c.files)for(var b=0;b<c.files.length;b++)mxUtils.bind(this,function(b){var c=new FileReader;c.onload=mxUtils.bind(this,function(c){try{this.loadLibrary(new LocalLibrary(this,c.target.result,b.name))}catch(p){this.handleError(p,mxResources.get("errorLoadingFile"))}});c.readAsText(b)})(c.files[b])}));c.click()}}; -App.prototype.saveLibrary=function(b,e,d,c,h,k,m){c=null!=c?c:this.mode;h=null!=h?h:!1;k=null!=k?k:!1;var n=this.createLibraryDataFromImages(e),p=mxUtils.bind(this,function(a){this.spinner.stop();null!=m&&m();this.handleError(a,null!=a?mxResources.get("errorSavingFile"):null)});null==d&&c==App.MODE_DEVICE&&(d=new LocalLibrary(this,n,b));if(null==d)this.pickFolder(c,mxUtils.bind(this,function(a){c==App.MODE_GOOGLE&&null!=this.drive&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.drive.insertFile(b, +App.prototype.saveLibrary=function(b,e,d,c,g,k,m){c=null!=c?c:this.mode;g=null!=g?g:!1;k=null!=k?k:!1;var n=this.createLibraryDataFromImages(e),p=mxUtils.bind(this,function(a){this.spinner.stop();null!=m&&m();this.handleError(a,null!=a?mxResources.get("errorSavingFile"):null)});null==d&&c==App.MODE_DEVICE&&(d=new LocalLibrary(this,n,b));if(null==d)this.pickFolder(c,mxUtils.bind(this,function(a){c==App.MODE_GOOGLE&&null!=this.drive&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.drive.insertFile(b, n,a,mxUtils.bind(this,function(a){this.spinner.stop();this.hideDialog(!0);this.libraryLoaded(a,e)}),p,this.drive.libraryMimeType):c==App.MODE_GITHUB&&null!=this.gitHub&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.gitHub.insertLibrary(b,n,mxUtils.bind(this,function(a){this.spinner.stop();this.hideDialog(!0);this.libraryLoaded(a,e)}),p,a):c==App.MODE_TRELLO&&null!=this.trello&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.trello.insertLibrary(b,n,mxUtils.bind(this, function(a){this.spinner.stop();this.hideDialog(!0);this.libraryLoaded(a,e)}),p,a):c==App.MODE_DROPBOX&&null!=this.dropbox&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.dropbox.insertLibrary(b,n,mxUtils.bind(this,function(a){this.spinner.stop();this.hideDialog(!0);this.libraryLoaded(a,e)}),p,a):c==App.MODE_ONEDRIVE&&null!=this.oneDrive&&this.spinner.spin(document.body,mxResources.get("inserting"))?this.oneDrive.insertLibrary(b,n,mxUtils.bind(this,function(a){this.spinner.stop(); -this.hideDialog(!0);this.libraryLoaded(a,e)}),p,a):c==App.MODE_BROWSER?(a=mxUtils.bind(this,function(){var a=new StorageLibrary(this,n,b);a.saveFile(b,!1,mxUtils.bind(this,function(){this.hideDialog(!0);this.libraryLoaded(a,e)}),p)}),null==localStorage.getItem(b)?a():this.confirm(mxResources.get("replaceIt",[b]),a)):this.handleError({message:mxResources.get("serviceUnavailableOrBlocked")})}));else if(h||this.spinner.spin(document.body,mxResources.get("saving"))){d.setData(n);var a=mxUtils.bind(this, -function(){d.save(!0,mxUtils.bind(this,function(a){this.spinner.stop();this.hideDialog(!0);k||this.libraryLoaded(d,e);null!=m&&m()}),p)});if(b!=d.getTitle()){var g=d.getHash();d.rename(b,mxUtils.bind(this,function(b){d.constructor!=LocalLibrary&&g!=d.getHash()&&(mxSettings.removeCustomLibrary(g),mxSettings.addCustomLibrary(d.getHash()));this.removeLibrarySidebar(g);a()}),p)}else a()}}; -App.prototype.saveFile=function(b){var e=this.getCurrentFile();if(null!=e){var d=mxUtils.bind(this,function(){this.removeDraft();e.getMode()!=App.MODE_DEVICE?this.editor.setStatus(mxUtils.htmlEntities(mxResources.get("allChangesSaved"))):this.editor.setStatus("")});if(b||null==e.getTitle()||null==this.mode){var c=null!=e.getTitle()?e.getTitle():this.defaultFilename,h=!mxClient.IS_IOS||!navigator.standalone,k=this.mode;b=this.getServiceCount(!0);isLocalStorage&&b++;var m=4>=b?2:6<b?4:3,c=new CreateDialog(this, +this.hideDialog(!0);this.libraryLoaded(a,e)}),p,a):c==App.MODE_BROWSER?(a=mxUtils.bind(this,function(){var a=new StorageLibrary(this,n,b);a.saveFile(b,!1,mxUtils.bind(this,function(){this.hideDialog(!0);this.libraryLoaded(a,e)}),p)}),null==localStorage.getItem(b)?a():this.confirm(mxResources.get("replaceIt",[b]),a)):this.handleError({message:mxResources.get("serviceUnavailableOrBlocked")})}));else if(g||this.spinner.spin(document.body,mxResources.get("saving"))){d.setData(n);var a=mxUtils.bind(this, +function(){d.save(!0,mxUtils.bind(this,function(a){this.spinner.stop();this.hideDialog(!0);k||this.libraryLoaded(d,e);null!=m&&m()}),p)});if(b!=d.getTitle()){var f=d.getHash();d.rename(b,mxUtils.bind(this,function(b){d.constructor!=LocalLibrary&&f!=d.getHash()&&(mxSettings.removeCustomLibrary(f),mxSettings.addCustomLibrary(d.getHash()));this.removeLibrarySidebar(f);a()}),p)}else a()}}; +App.prototype.saveFile=function(b){var e=this.getCurrentFile();if(null!=e){var d=mxUtils.bind(this,function(){this.removeDraft();e.getMode()!=App.MODE_DEVICE?this.editor.setStatus(mxUtils.htmlEntities(mxResources.get("allChangesSaved"))):this.editor.setStatus("")});if(b||null==e.getTitle()||null==this.mode){var c=null!=e.getTitle()?e.getTitle():this.defaultFilename,g=!mxClient.IS_IOS||!navigator.standalone,k=this.mode;b=this.getServiceCount(!0);isLocalStorage&&b++;var m=4>=b?2:6<b?4:3,c=new CreateDialog(this, c,mxUtils.bind(this,function(b,c){null!=b&&0<b.length&&(null==k&&c==App.MODE_DEVICE?(this.setMode(App.MODE_DEVICE),this.save(b,d)):"download"==c?(new LocalFile(this,null,b)).save():"_blank"==c?(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(this.getFileData(!0)),this.openLink(this.getUrl(window.location.pathname))):k!=c?this.pickFolder(c,mxUtils.bind(this,function(a){this.createFile(b,this.getFileData(/(\.xml)$/i.test(b)||0>b.indexOf("."),/(\.svg)$/i.test(b), -/(\.html)$/i.test(b)),null,c,d,null==this.mode,a)}),c!==App.MODE_GITHUB):null!=c&&this.save(b,d))}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"),mxResources.get("download"),null,null,h,this.isOffline()?null:"https://desk.draw.io/support/solutions/articles/16000042485",!0,m);this.showDialog(c.container,460,b>m?390:270,!0,!0);c.init()}else this.save(e.getTitle(),d)}}; -EditorUi.prototype.loadTemplate=function(b,e,d){var c=b;this.isCorsEnabledForUrl(c)||(c="t="+(new Date).getTime(),c=PROXY_URL+"?url="+encodeURIComponent(b)+"&"+c);this.loadUrl(c,mxUtils.bind(this,function(c){/(\.vsdx)($|\?)/i.test(b)?this.importVisio(this.base64ToBlob(c.substring(c.indexOf(",")+1)),function(b){e(b)},d,b):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,b)?this.parseFile(new Blob([c],{type:"application/octet-stream"}),mxUtils.bind(this,function(b){4==b.readyState&& -200<=b.status&&299>=b.status&&"<mxGraphModel"==b.responseText.substring(0,13)&&e(b.responseText)}),b):'{"state":"{\\"Properties\\":'==c.substring(0,26)?this.importLucidChart(c,0,0,!1,mxUtils.bind(this,function(){e(this.getFileData(!0))})):(/(\.png)($|\?)/i.test(b)&&(c=this.extractGraphModelFromPng(c)),e(c))}),d,/(\.png)($|\?)/i.test(b)||/(\.vsdx)($|\?)/i.test(b))}; +/(\.html)$/i.test(b)),null,c,d,null==this.mode,a)}),c!==App.MODE_GITHUB):null!=c&&this.save(b,d))}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"),mxResources.get("download"),null,null,g,this.isOffline()?null:"https://desk.draw.io/support/solutions/articles/16000042485",!0,m);this.showDialog(c.container,460,b>m?390:270,!0,!0);c.init()}else this.save(e.getTitle(),d)}}; +App.prototype.loadTemplate=function(b,e,d){var c=b;this.isCorsEnabledForUrl(c)||(c="t="+(new Date).getTime(),c=PROXY_URL+"?url="+encodeURIComponent(b)+"&"+c);this.loadUrl(c,mxUtils.bind(this,function(c){/(\.vsdx)($|\?)/i.test(b)?this.importVisio(this.base64ToBlob(c.substring(c.indexOf(",")+1)),function(b){e(b)},d,b):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,b)?this.parseFile(new Blob([c],{type:"application/octet-stream"}),mxUtils.bind(this,function(b){4==b.readyState&& +200<=b.status&&299>=b.status&&"<mxGraphModel"==b.responseText.substring(0,13)&&e(b.responseText)}),b):this.isLucidChartData(c)?this.convertLucidChart(c,mxUtils.bind(this,function(b){e(b)}),mxUtils.bind(this,function(b){d(b)})):(/(\.png)($|\?)/i.test(b)&&(c=this.extractGraphModelFromPng(c)),e(c))}),d,/(\.png)($|\?)/i.test(b)||/(\.vsdx)($|\?)/i.test(b))}; App.prototype.getPeerForMode=function(b){return b==App.MODE_GOOGLE?this.drive:b==App.MODE_GITHUB?this.gitHub:b==App.MODE_DROPBOX?this.dropbox:b==App.MODE_ONEDRIVE?this.oneDrive:b==App.MODE_TRELLO?this.trello:null}; -App.prototype.createFile=function(b,e,d,c,h,k,m,n){c=n?null:null!=c?c:this.mode;if(null!=b&&this.spinner.spin(document.body,mxResources.get("inserting"))){e=null!=e?e:this.emptyDiagramXml;var p=mxUtils.bind(this,function(){this.spinner.stop()}),a=mxUtils.bind(this,function(a){p();null==a&&null==this.getCurrentFile()&&null==this.dialog?this.showSplash():null!=a&&this.handleError(a)});c==App.MODE_GOOGLE&&null!=this.drive?(m=null!=this.stateArg?this.stateArg.folderId:m,this.drive.insertFile(b,e,m,mxUtils.bind(this, -function(a){p();this.fileCreated(a,d,k,h)}),a)):c==App.MODE_GITHUB&&null!=this.gitHub?this.pickFolder(c,mxUtils.bind(this,function(c){this.gitHub.insertFile(b,e,mxUtils.bind(this,function(a){p();this.fileCreated(a,d,k,h)}),a,!1,c)})):c==App.MODE_TRELLO&&null!=this.trello?this.trello.insertFile(b,e,mxUtils.bind(this,function(a){p();this.fileCreated(a,d,k,h)}),a,!1,m):c==App.MODE_DROPBOX&&null!=this.dropbox?this.dropbox.insertFile(b,e,mxUtils.bind(this,function(a){p();this.fileCreated(a,d,k,h)}),a): -c==App.MODE_ONEDRIVE&&null!=this.oneDrive?this.oneDrive.insertFile(b,e,mxUtils.bind(this,function(a){p();this.fileCreated(a,d,k,h)}),a,!1,m):c==App.MODE_BROWSER?(p(),c=mxUtils.bind(this,function(){var c=new StorageFile(this,e,b);c.saveFile(b,!1,mxUtils.bind(this,function(){this.fileCreated(c,d,k,h)}),a)}),null==localStorage.getItem(b)?c():this.confirm(mxResources.get("replaceIt",[b]),c,mxUtils.bind(this,function(){null==this.getCurrentFile()&&null==this.dialog&&this.showSplash()}))):(p(),this.fileCreated(new LocalFile(this, -e,b,null==c),d,k,h))}}; -App.prototype.fileCreated=function(b,e,d,c){var h=window.location.pathname;null!=e&&0<e.length&&(h+="?libs="+e);h=this.getUrl(h);b.getMode()!=App.MODE_DEVICE&&(h+="#"+b.getHash());if(this.spinner.spin(document.body,mxResources.get("inserting"))){var k=b.getData(),k=0<k.length?this.editor.extractGraphModel(mxUtils.parseXml(k).documentElement,!0):null,m=window.location.protocol+"//"+window.location.hostname+h,n=k,p=null;null!=k&&/\.svg$/i.test(b.getTitle())&&(p=this.createTemporaryGraph(this.editor.graph.getStylesheet()),document.body.appendChild(p.container), -n=this.decodeNodeIntoGraph(n,p));b.setData(this.createFileData(k,p,b,m));null!=p&&p.container.parentNode.removeChild(p.container);var a=mxUtils.bind(this,function(){this.spinner.stop()}),g=mxUtils.bind(this,function(){a();var g=this.getCurrentFile();null==d&&null!=g&&(d=!g.isModified()&&null==g.getMode());var k=mxUtils.bind(this,function(){window.openFile=null;this.fileLoaded(b);d&&this.editor.setStatus(mxUtils.htmlEntities(mxResources.get("allChangesSaved")));null!=e&&this.sidebar.showEntries(e)}), -m=mxUtils.bind(this,function(){d||null==g||!g.isModified()?k():this.confirm(mxResources.get("allChangesLost"),null,k,mxResources.get("cancel"),mxResources.get("discardChanges"))});null!=c&&c();null==d||d?m():(b.constructor==LocalFile&&(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(b.getData(),b.getTitle(),null==b.getMode())),null!=c&&c(),window.openWindow(h,null,m))});b.constructor==LocalFile||b.constructor==DriveFile?g():b.saveFile(b.getTitle(),!1,mxUtils.bind(this, -function(){g()}),mxUtils.bind(this,function(b){a();this.handleError(b)}))}}; -App.prototype.loadFile=function(b,e,d,c){this.hideDialog();var h=mxUtils.bind(this,function(){if(null==b||0==b.length)this.editor.setStatus(""),this.fileLoaded(null);else if(this.spinner.spin(document.body,mxResources.get("loading")))if("L"==b.charAt(0))if(this.spinner.stop(),isLocalStorage)try{b=decodeURIComponent(b.substring(1));var h=localStorage.getItem(b);if(null!=h)this.fileLoaded(new StorageFile(this,h,b)),null!=c&&c();else throw{message:mxResources.get("fileNotFound")};}catch(a){this.handleError(a, +App.prototype.createFile=function(b,e,d,c,g,k,m,n){c=n?null:null!=c?c:this.mode;if(null!=b&&this.spinner.spin(document.body,mxResources.get("inserting"))){e=null!=e?e:this.emptyDiagramXml;var p=mxUtils.bind(this,function(){this.spinner.stop()}),a=mxUtils.bind(this,function(a){p();null==a&&null==this.getCurrentFile()&&null==this.dialog?this.showSplash():null!=a&&this.handleError(a)});c==App.MODE_GOOGLE&&null!=this.drive?(m=null!=this.stateArg?this.stateArg.folderId:m,this.drive.insertFile(b,e,m,mxUtils.bind(this, +function(a){p();this.fileCreated(a,d,k,g)}),a)):c==App.MODE_GITHUB&&null!=this.gitHub?this.gitHub.insertFile(b,e,mxUtils.bind(this,function(a){p();this.fileCreated(a,d,k,g)}),a,!1,m):c==App.MODE_TRELLO&&null!=this.trello?this.trello.insertFile(b,e,mxUtils.bind(this,function(a){p();this.fileCreated(a,d,k,g)}),a,!1,m):c==App.MODE_DROPBOX&&null!=this.dropbox?this.dropbox.insertFile(b,e,mxUtils.bind(this,function(a){p();this.fileCreated(a,d,k,g)}),a):c==App.MODE_ONEDRIVE&&null!=this.oneDrive?this.oneDrive.insertFile(b, +e,mxUtils.bind(this,function(a){p();this.fileCreated(a,d,k,g)}),a,!1,m):c==App.MODE_BROWSER?(p(),c=mxUtils.bind(this,function(){var c=new StorageFile(this,e,b);c.saveFile(b,!1,mxUtils.bind(this,function(){this.fileCreated(c,d,k,g)}),a)}),null==localStorage.getItem(b)?c():this.confirm(mxResources.get("replaceIt",[b]),c,mxUtils.bind(this,function(){null==this.getCurrentFile()&&null==this.dialog&&this.showSplash()}))):(p(),this.fileCreated(new LocalFile(this,e,b,null==c),d,k,g))}}; +App.prototype.fileCreated=function(b,e,d,c){var g=window.location.pathname;null!=e&&0<e.length&&(g+="?libs="+e);g=this.getUrl(g);b.getMode()!=App.MODE_DEVICE&&(g+="#"+b.getHash());if(this.spinner.spin(document.body,mxResources.get("inserting"))){var k=b.getData(),k=0<k.length?this.editor.extractGraphModel(mxUtils.parseXml(k).documentElement,!0):null,m=window.location.protocol+"//"+window.location.hostname+g,n=k,p=null;null!=k&&/\.svg$/i.test(b.getTitle())&&(p=this.createTemporaryGraph(this.editor.graph.getStylesheet()), +document.body.appendChild(p.container),n=this.decodeNodeIntoGraph(n,p));b.setData(this.createFileData(k,p,b,m));null!=p&&p.container.parentNode.removeChild(p.container);var a=mxUtils.bind(this,function(){this.spinner.stop()}),f=mxUtils.bind(this,function(){a();var f=this.getCurrentFile();null==d&&null!=f&&(d=!f.isModified()&&null==f.getMode());var k=mxUtils.bind(this,function(){window.openFile=null;this.fileLoaded(b);d&&this.editor.setStatus(mxUtils.htmlEntities(mxResources.get("allChangesSaved"))); +null!=e&&this.sidebar.showEntries(e)}),m=mxUtils.bind(this,function(){d||null==f||!f.isModified()?k():this.confirm(mxResources.get("allChangesLost"),null,k,mxResources.get("cancel"),mxResources.get("discardChanges"))});null!=c&&c();null==d||d?m():(b.constructor==LocalFile&&(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(b.getData(),b.getTitle(),null==b.getMode())),null!=c&&c(),window.openWindow(g,null,m))});b.constructor==LocalFile||b.constructor==DriveFile? +f():b.saveFile(b.getTitle(),!1,mxUtils.bind(this,function(){f()}),mxUtils.bind(this,function(b){a();this.handleError(b)}))}}; +App.prototype.loadFile=function(b,e,d,c){this.hideDialog();var g=mxUtils.bind(this,function(){if(null==b||0==b.length)this.editor.setStatus(""),this.fileLoaded(null);else if(this.spinner.spin(document.body,mxResources.get("loading")))if("L"==b.charAt(0))if(this.spinner.stop(),isLocalStorage)try{b=decodeURIComponent(b.substring(1));var g=localStorage.getItem(b);if(null!=g)this.fileLoaded(new StorageFile(this,g,b)),null!=c&&c();else throw{message:mxResources.get("fileNotFound")};}catch(a){this.handleError(a, mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){var a=this.getCurrentFile();window.location.hash=null!=a?a.getHash():""}))}else this.handleError({message:mxResources.get("serviceUnavailableOrBlocked")},mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){var a=this.getCurrentFile();window.location.hash=null!=a?a.getHash():""}));else if(null!=d)this.spinner.stop(),this.fileLoaded(d),null!=c&&c();else if("S"==b.charAt(0)){this.spinner.stop();try{this.loadDescriptor(JSON.parse(this.editor.graph.decompress(b.substring(1))), -c,mxUtils.bind(this,function(a){this.handleError(a,mxResources.get("errorLoadingFile"))}))}catch(a){this.handleError(a,mxResources.get("errorLoadingFile"))}}else if("R"==b.charAt(0))this.spinner.stop(),h=decodeURIComponent(b.substring(1)),"<"!=h.charAt(0)&&(h=this.editor.graph.decompress(h)),h=new LocalFile(this,h,null!=urlParams.title?decodeURIComponent(urlParams.title):this.defaultFilename,!0),h.getHash=function(){return b},this.fileLoaded(h),null!=c&&c();else if("U"==b.charAt(0)){var k=decodeURIComponent(b.substring(1)); -this.loadTemplate(k,mxUtils.bind(this,function(a){this.spinner.stop();if(null!=a&&0<a.length){var d=this.defaultFilename;if(null==urlParams.title&&"1"!=urlParams.notitle){var h=k,m=k.lastIndexOf("."),n=h.lastIndexOf("/");m>n&&0<n&&(h=h.substring(n+1,m),m=k.substring(m),this.useCanvasForExport||".png"!=m||(m=".xml"),".svg"===m||".xml"===m||".html"===m||".png"===m)&&(d=h+m)}a=new LocalFile(this,a,null!=urlParams.title?decodeURIComponent(urlParams.title):d,!0);a.getHash=function(){return b};this.fileLoaded(a)|| -"https://drive.google.com/uc?id="!=k.substring(0,31)||null==this.drive&&"function"!==typeof window.DriveClient||(this.hideDialog(),a=mxUtils.bind(this,function(){return null!=this.drive?(this.spinner.stop(),this.loadFile("G"+k.substring(31,k.lastIndexOf("&")),e,c),!0):!1}),!a()&&this.spinner.spin(document.body,mxResources.get("loading"))&&this.addListener("clientLoaded",a))}}),mxUtils.bind(this,function(){this.spinner.stop();this.handleError({message:mxResources.get("fileNotFound")},mxResources.get("errorLoadingFile"))}))}else h= -null,"G"==b.charAt(0)?h=this.drive:"D"==b.charAt(0)?h=this.dropbox:"W"==b.charAt(0)?h=this.oneDrive:"H"==b.charAt(0)?h=this.gitHub:"T"==b.charAt(0)&&(h=this.trello),null==h?this.handleError({message:mxResources.get("serviceUnavailableOrBlocked")},mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){var a=this.getCurrentFile();window.location.hash=null!=a?a.getHash():""})):(b=decodeURIComponent(b.substring(1)),h.getFile(b,mxUtils.bind(this,function(a){this.spinner.stop();this.fileLoaded(a); +c,mxUtils.bind(this,function(a){this.handleError(a,mxResources.get("errorLoadingFile"))}))}catch(a){this.handleError(a,mxResources.get("errorLoadingFile"))}}else if("R"==b.charAt(0))this.spinner.stop(),g=decodeURIComponent(b.substring(1)),"<"!=g.charAt(0)&&(g=this.editor.graph.decompress(g)),g=new LocalFile(this,g,null!=urlParams.title?decodeURIComponent(urlParams.title):this.defaultFilename,!0),g.getHash=function(){return b},this.fileLoaded(g),null!=c&&c();else if("U"==b.charAt(0)){var k=decodeURIComponent(b.substring(1)); +this.loadTemplate(k,mxUtils.bind(this,function(a){this.spinner.stop();if(null!=a&&0<a.length){var d=this.defaultFilename;if(null==urlParams.title&&"1"!=urlParams.notitle){var g=k,m=k.lastIndexOf("."),n=g.lastIndexOf("/");m>n&&0<n&&(g=g.substring(n+1,m),m=k.substring(m),this.useCanvasForExport||".png"!=m||(m=".xml"),".svg"===m||".xml"===m||".html"===m||".png"===m)&&(d=g+m)}a=new LocalFile(this,a,null!=urlParams.title?decodeURIComponent(urlParams.title):d,!0);a.getHash=function(){return b};this.fileLoaded(a)|| +"https://drive.google.com/uc?id="!=k.substring(0,31)||null==this.drive&&"function"!==typeof window.DriveClient||(this.hideDialog(),a=mxUtils.bind(this,function(){return null!=this.drive?(this.spinner.stop(),this.loadFile("G"+k.substring(31,k.lastIndexOf("&")),e,c),!0):!1}),!a()&&this.spinner.spin(document.body,mxResources.get("loading"))&&this.addListener("clientLoaded",a))}}),mxUtils.bind(this,function(){this.spinner.stop();this.handleError({message:mxResources.get("fileNotFound")},mxResources.get("errorLoadingFile"))}))}else g= +null,"G"==b.charAt(0)?g=this.drive:"D"==b.charAt(0)?g=this.dropbox:"W"==b.charAt(0)?g=this.oneDrive:"H"==b.charAt(0)?g=this.gitHub:"T"==b.charAt(0)&&(g=this.trello),null==g?this.handleError({message:mxResources.get("serviceUnavailableOrBlocked")},mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){var a=this.getCurrentFile();window.location.hash=null!=a?a.getHash():""})):(b=decodeURIComponent(b.substring(1)),g.getFile(b,mxUtils.bind(this,function(a){this.spinner.stop();this.fileLoaded(a); null!=c&&c()}),mxUtils.bind(this,function(a){null!=window.console&&null!=a&&console.log("error in loadFile:",b,a);this.handleError(a,null!=a?mxResources.get("errorLoadingFile"):null,mxUtils.bind(this,function(){var a=this.getCurrentFile();null==a?(window.location.hash="",this.showSplash()):window.location.hash=a.getHash()}))})))}),k=this.getCurrentFile(),m=mxUtils.bind(this,function(){null!=k&&k.isModified()?this.confirm(mxResources.get("allChangesLost"),mxUtils.bind(this,function(){null!=k&&(window.location.hash= -k.getHash())}),h,mxResources.get("cancel"),mxResources.get("discardChanges")):h()});null==b||0==b.length?m():null!=k&&k.isModified()&&!e?window.openWindow(this.getUrl()+"#"+b,null,m):m()}; +k.getHash())}),g,mxResources.get("cancel"),mxResources.get("discardChanges")):g()});null==b||0==b.length?m():null!=k&&k.isModified()&&!e?window.openWindow(this.getUrl()+"#"+b,null,m):m()}; App.prototype.getLibraryStorageHint=function(b){var e=b.getTitle();b.constructor!=LocalLibrary&&(e+="\n"+b.getHash());b.constructor==DriveLibrary?e+=" ("+mxResources.get("googleDrive")+")":b.constructor==GitHubLibrary?e+=" ("+mxResources.get("github")+")":b.constructor==TrelloLibrary?e+=" ("+mxResources.get("trello")+")":b.constructor==DropboxLibrary?e+=" ("+mxResources.get("dropbox")+")":b.constructor==OneDriveLibrary?e+=" ("+mxResources.get("oneDrive")+")":b.constructor==StorageLibrary?e+=" ("+ mxResources.get("browser")+")":b.constructor==LocalLibrary&&(e+=" ("+mxResources.get("device")+")");return e}; App.prototype.restoreLibraries=function(){if(null!=this.sidebar){null==this.pendingLibraries&&(this.pendingLibraries={});var b=mxUtils.bind(this,function(b){mxSettings.removeCustomLibrary(b);delete this.pendingLibraries[b]}),e=mxUtils.bind(this,function(d,c){var e=0,k=[],m=mxUtils.bind(this,function(){if(0==e){if(null!=d)for(var a=d.length-1;0<=a;a--)null!=k[a]&&this.loadLibrary(k[a]);null!=c&&c()}});if(null!=d)for(var n=0;n<d.length;n++){var p=encodeURIComponent(decodeURIComponent(d[n]));mxUtils.bind(this, -function(a,c){if(null!=a&&0<a.length&&null==this.pendingLibraries[a]&&null==this.sidebar.palettes[a]){e++;var d=mxUtils.bind(this,function(b){delete this.pendingLibraries[a];k[c]=b;e--;m()}),g=mxUtils.bind(this,function(){b(a);e--;m()});this.pendingLibraries[a]=!0;var h=a.substring(0,1);if("L"==h)(isLocalStorage||mxClient.IS_CHROMEAPP)&&window.setTimeout(mxUtils.bind(this,function(){try{var b=decodeURIComponent(a.substring(1));this.getLocalData(b,mxUtils.bind(this,function(a){".scratchpad"==b&&null== -a&&(a=this.emptyLibraryXml);null!=a?d(new StorageLibrary(this,a,b)):g()}))}catch(z){g()}}),0);else if("U"==h){var n=decodeURIComponent(a.substring(1));if(!this.isOffline()){h=n;this.isCorsEnabledForUrl(h)||(h="t="+(new Date).getTime(),h=PROXY_URL+"?url="+encodeURIComponent(n)+"&"+h);try{mxUtils.get(h,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus())try{d(new UrlLibrary(this,a.getText(),n))}catch(z){g()}else g()}),function(){g()})}catch(x){g()}}}else{var p=null;"G"==h?null!= -this.drive&&null!=this.drive.user&&(p=this.drive):"H"==h?null!=this.gitHub&&null!=this.gitHub.getUser()&&(p=this.gitHub):"T"==h?null!=this.trello&&this.trello.isAuthorized()&&(p=this.trello):"D"==h?null!=this.dropbox&&null!=this.dropbox.getUser()&&(p=this.dropbox):"W"==h&&null!=this.oneDrive&&null!=this.oneDrive.getUser()&&(p=this.oneDrive);null!=p?p.getLibrary(decodeURIComponent(a.substring(1)),mxUtils.bind(this,function(a){try{d(a)}catch(z){g()}}),function(a){g()}):(delete this.pendingLibraries[a], -g())}}})(p,n)}m()});e(mxSettings.getCustomLibraries(),function(){e((urlParams.clibs||"").split(";"))})}}; +function(a,c){if(null!=a&&0<a.length&&null==this.pendingLibraries[a]&&null==this.sidebar.palettes[a]){e++;var d=mxUtils.bind(this,function(b){delete this.pendingLibraries[a];k[c]=b;e--;m()}),f=mxUtils.bind(this,function(){b(a);e--;m()});this.pendingLibraries[a]=!0;var g=a.substring(0,1);if("L"==g)(isLocalStorage||mxClient.IS_CHROMEAPP)&&window.setTimeout(mxUtils.bind(this,function(){try{var b=decodeURIComponent(a.substring(1));this.getLocalData(b,mxUtils.bind(this,function(a){".scratchpad"==b&&null== +a&&(a=this.emptyLibraryXml);null!=a?d(new StorageLibrary(this,a,b)):f()}))}catch(z){f()}}),0);else if("U"==g){var n=decodeURIComponent(a.substring(1));if(!this.isOffline()){g=n;this.isCorsEnabledForUrl(g)||(g="t="+(new Date).getTime(),g=PROXY_URL+"?url="+encodeURIComponent(n)+"&"+g);try{mxUtils.get(g,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus())try{d(new UrlLibrary(this,a.getText(),n))}catch(z){f()}else f()}),function(){f()})}catch(x){f()}}}else{var p=null;"G"==g?null!= +this.drive&&null!=this.drive.user&&(p=this.drive):"H"==g?null!=this.gitHub&&null!=this.gitHub.getUser()&&(p=this.gitHub):"T"==g?null!=this.trello&&this.trello.isAuthorized()&&(p=this.trello):"D"==g?null!=this.dropbox&&null!=this.dropbox.getUser()&&(p=this.dropbox):"W"==g&&null!=this.oneDrive&&null!=this.oneDrive.getUser()&&(p=this.oneDrive);null!=p?p.getLibrary(decodeURIComponent(a.substring(1)),mxUtils.bind(this,function(a){try{d(a)}catch(z){f()}}),function(a){f()}):(delete this.pendingLibraries[a], +f())}}})(p,n)}m()});e(mxSettings.getCustomLibraries(),function(){e((urlParams.clibs||"").split(";"))})}}; App.prototype.updateButtonContainer=function(){if(null!=this.buttonContainer){var b=this.getCurrentFile();null!=b&&b.constructor==DriveFile?null==this.shareButton&&(this.shareButton=document.createElement("div"),this.shareButton.className="geBtn gePrimaryBtn",this.shareButton.style.display="inline-block",this.shareButton.style.padding="0 10px 0 10px",this.shareButton.style.marginTop="-4px",this.shareButton.style.height="28px",this.shareButton.style.lineHeight="28px",this.shareButton.style.minWidth= "0px",this.shareButton.style.cssFloat="right",b=document.createElement("img"),b.setAttribute("src",this.shareImage),b.setAttribute("align","absmiddle"),b.style.marginRight="4px",b.style.marginTop="-3px",this.shareButton.appendChild(b),mxUtils.write(this.shareButton,mxResources.get("share")),mxEvent.addListener(this.shareButton,"click",mxUtils.bind(this,function(){this.actions.get("share").funct()})),this.buttonContainer.appendChild(this.shareButton)):null!=this.shareButton&&(this.shareButton.parentNode.removeChild(this.shareButton), this.shareButton=null)}}; App.prototype.save=function(b,e){var d=this.getCurrentFile(),c=mxResources.get("saving");null!=d&&d.constructor==DriveFile&&(c=mxResources.get("createRevision"));if(null!=d&&this.spinner.spin(document.body,c)){this.editor.setStatus("");this.editor.graph.isEditing()&&this.editor.graph.stopEditing();var c=mxUtils.bind(this,function(b){this.spinner.stop();this.getCurrentFile()==d&&(d.isModified()?d.isAutosave()||d.addUnsavedStatus():this.editor.setStatus(mxUtils.htmlEntities(mxResources.get("allChangesSaved"))));null!= -e&&e()}),h=mxUtils.bind(this,function(b){this.handleError(b,null!=b?mxResources.get("errorSavingFile"):null)});b==d.getTitle()?d.save(!0,c,h):d.saveAs(b,c,h)}}; +e&&e()}),g=mxUtils.bind(this,function(b){this.handleError(b,null!=b?mxResources.get("errorSavingFile"):null)});b==d.getTitle()?d.save(!0,c,g):d.saveAs(b,c,g)}}; App.prototype.pickFolder=function(b,e,d){d=null!=d?d:!0;var c=this.spinner.pause();d&&b==App.MODE_GOOGLE&&null!=this.drive?this.drive.pickFolder(mxUtils.bind(this,function(b){c();if(b.action==google.picker.Action.PICKED){var d=null;null!=b.docs&&0<b.docs.length&&"folder"==b.docs[0].type&&(d=b.docs[0].id);e(d)}})):d&&b==App.MODE_ONEDRIVE&&null!=this.oneDrive?this.oneDrive.pickFolder(mxUtils.bind(this,function(b){c();null!=b&&null!=b.value&&0<b.value.length&&(b=b.value[0].id,e(b))})):d&&b==App.MODE_GITHUB&& null!=this.gitHub?this.gitHub.pickFolder(mxUtils.bind(this,function(b){c();e(b)})):d&&b==App.MODE_TRELLO&&null!=this.trello?this.trello.pickFolder(mxUtils.bind(this,function(b){c();e(b)})):EditorUi.prototype.pickFolder.apply(this,arguments)}; -App.prototype.exportFile=function(b,e,d,c,h,k){h==App.MODE_DROPBOX?null!=this.dropbox&&this.spinner.spin(document.body,mxResources.get("saving"))&&this.dropbox.insertFile(e,c?this.base64ToBlob(b,d):b,mxUtils.bind(this,function(){this.spinner.stop()}),mxUtils.bind(this,function(b){this.spinner.stop();this.handleError(b)})):h==App.MODE_GOOGLE?null!=this.drive&&this.spinner.spin(document.body,mxResources.get("saving"))&&this.drive.insertFile(e,b,k,mxUtils.bind(this,function(b){this.spinner.stop()}), -mxUtils.bind(this,function(b){this.spinner.stop();this.handleError(b)}),d,c,!1):h==App.MODE_ONEDRIVE?null!=this.oneDrive&&this.spinner.spin(document.body,mxResources.get("saving"))&&this.oneDrive.insertFile(e,c?this.base64ToBlob(b,d):b,mxUtils.bind(this,function(){this.spinner.stop()}),mxUtils.bind(this,function(b){this.spinner.stop();this.handleError(b)}),!1,k):h==App.MODE_GITHUB?null!=this.gitHub&&this.spinner.spin(document.body,mxResources.get("saving"))&&this.gitHub.insertFile(e,b,mxUtils.bind(this, -function(){this.spinner.stop()}),mxUtils.bind(this,function(b){this.spinner.stop();this.handleError(b)}),!0,k,c):h==App.MODE_TRELLO?null!=this.trello&&this.spinner.spin(document.body,mxResources.get("saving"))&&this.trello.insertFile(e,c?this.base64ToBlob(b,d):b,mxUtils.bind(this,function(){this.spinner.stop()}),mxUtils.bind(this,function(b){this.spinner.stop();this.handleError(b)}),!1,k):h==App.MODE_BROWSER&&(d=mxUtils.bind(this,function(){localStorage.setItem(e,b)}),null==localStorage.getItem(e)? +App.prototype.exportFile=function(b,e,d,c,g,k){g==App.MODE_DROPBOX?null!=this.dropbox&&this.spinner.spin(document.body,mxResources.get("saving"))&&this.dropbox.insertFile(e,c?this.base64ToBlob(b,d):b,mxUtils.bind(this,function(){this.spinner.stop()}),mxUtils.bind(this,function(b){this.spinner.stop();this.handleError(b)})):g==App.MODE_GOOGLE?null!=this.drive&&this.spinner.spin(document.body,mxResources.get("saving"))&&this.drive.insertFile(e,b,k,mxUtils.bind(this,function(b){this.spinner.stop()}), +mxUtils.bind(this,function(b){this.spinner.stop();this.handleError(b)}),d,c,!1):g==App.MODE_ONEDRIVE?null!=this.oneDrive&&this.spinner.spin(document.body,mxResources.get("saving"))&&this.oneDrive.insertFile(e,c?this.base64ToBlob(b,d):b,mxUtils.bind(this,function(){this.spinner.stop()}),mxUtils.bind(this,function(b){this.spinner.stop();this.handleError(b)}),!1,k):g==App.MODE_GITHUB?null!=this.gitHub&&this.spinner.spin(document.body,mxResources.get("saving"))&&this.gitHub.insertFile(e,b,mxUtils.bind(this, +function(){this.spinner.stop()}),mxUtils.bind(this,function(b){this.spinner.stop();this.handleError(b)}),!0,k,c):g==App.MODE_TRELLO?null!=this.trello&&this.spinner.spin(document.body,mxResources.get("saving"))&&this.trello.insertFile(e,c?this.base64ToBlob(b,d):b,mxUtils.bind(this,function(){this.spinner.stop()}),mxUtils.bind(this,function(b){this.spinner.stop();this.handleError(b)}),!1,k):g==App.MODE_BROWSER&&(d=mxUtils.bind(this,function(){localStorage.setItem(e,b)}),null==localStorage.getItem(e)? d():this.confirm(mxResources.get("replaceIt",[e]),d))}; App.prototype.descriptorChanged=function(){var b=this.getCurrentFile();if(null!=b){if(null!=this.fname){this.fnameWrapper.style.display="block";this.fname.innerHTML="";var e=null!=b.getTitle()?b.getTitle():this.defaultFilename;mxUtils.write(this.fname,e);this.fname.setAttribute("title",e+" - "+mxResources.get("rename"))}this.editor.graph.setEnabled(b.isEditable());null==urlParams.rev&&(this.updateDocumentTitle(),b=b.getHash(),0<b.length?window.location.hash=b:0<window.location.hash.length&&(window.location.hash= ""))}};App.prototype.toggleChat=function(){var b=this.getCurrentFile();if(null!=b){if(null==b.chatWindow){var e=document.body.offsetWidth-300;b.chatWindow=new ChatWindow(this,mxResources.get("chatWindowTitle"),document.getElementById("geChat"),e,80,250,350,b.realtime);b.chatWindow.window.setVisible(!1)}b.chatWindow.window.setVisible(!b.chatWindow.window.isVisible())}}; -App.prototype.showAuthDialog=function(b,e,d,c){var h=this.spinner.pause();this.showDialog((new AuthDialog(this,b,e,mxUtils.bind(this,function(b){try{null!=d&&d(b,mxUtils.bind(this,function(){this.hideDialog();h()}))}catch(m){this.editor.setStatus(mxUtils.htmlEntities(m.message))}}))).container,300,e?180:140,!0,!0,mxUtils.bind(this,function(b){null!=c&&c();b&&null==this.getCurrentFile()&&null==this.dialog&&this.showSplash()}))}; -App.prototype.convertFile=function(b,e,d,c,h,k){var m=e;/\.svg$/i.test(m)||(m=m.substring(0,e.lastIndexOf("."))+c);var n=!1;null!=this.gitHub&&b.substring(0,this.gitHub.baseUrl.length)==this.gitHub.baseUrl&&(n=!0);if(/\.vsdx?$/i.test(e)&&Graph.fileSupport&&(new XMLHttpRequest).upload&&"string"===typeof(new XMLHttpRequest).responseType){var p=new XMLHttpRequest;p.open("GET",b,!0);n||(p.responseType="blob");p.onload=mxUtils.bind(this,function(){var a=null;n?(a=JSON.parse(p.responseText),a=this.base64ToBlob(a.content, -"application/octet-stream")):a=new Blob([p.response],{type:"application/octet-stream"});this.importVisio(a,mxUtils.bind(this,function(a){h(new LocalFile(this,a,m,!0))}),k,e)});p.send()}else{var a=mxUtils.bind(this,function(a){try{/\.png$/i.test(e)?(temp=this.extractGraphModelFromPng(a),null!=temp?h(new LocalFile(this,temp,m,!0)):h(new LocalFile(this,a,e,!0))):Graph.fileSupport&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a,b)?this.parseFile(new Blob([a],{type:"application/octet-stream"}), -mxUtils.bind(this,function(a){4==a.readyState&&(200<=a.status&&299>=a.status?h(new LocalFile(this,a.responseText,m,!0)):null!=k&&k({message:mxResources.get("errorLoadingFile")}))}),e):h(new LocalFile(this,a,m,!0))}catch(l){null!=k&&k(l)}});d=/\.png$/i.test(e)||/\.jpe?g$/i.test(e)||null!=d&&"image/"==d.substring(0,6);n?mxUtils.get(b,mxUtils.bind(this,function(b){if(200<=b.getStatus()&&299>=b.getStatus()){if(null!=h){b=JSON.parse(b.getText());var c=b.content;"base64"===b.encoding&&(c=/\.png$/i.test(e)? +App.prototype.showAuthDialog=function(b,e,d,c){var g=this.spinner.pause();this.showDialog((new AuthDialog(this,b,e,mxUtils.bind(this,function(b){try{null!=d&&d(b,mxUtils.bind(this,function(){this.hideDialog();g()}))}catch(m){this.editor.setStatus(mxUtils.htmlEntities(m.message))}}))).container,300,e?180:140,!0,!0,mxUtils.bind(this,function(b){null!=c&&c();b&&null==this.getCurrentFile()&&null==this.dialog&&this.showSplash()}))}; +App.prototype.convertFile=function(b,e,d,c,g,k){var m=e;/\.svg$/i.test(m)||(m=m.substring(0,e.lastIndexOf("."))+c);var n=!1;null!=this.gitHub&&b.substring(0,this.gitHub.baseUrl.length)==this.gitHub.baseUrl&&(n=!0);if(/\.vsdx?$/i.test(e)&&Graph.fileSupport&&(new XMLHttpRequest).upload&&"string"===typeof(new XMLHttpRequest).responseType){var p=new XMLHttpRequest;p.open("GET",b,!0);n||(p.responseType="blob");p.onload=mxUtils.bind(this,function(){var a=null;n?(a=JSON.parse(p.responseText),a=this.base64ToBlob(a.content, +"application/octet-stream")):a=new Blob([p.response],{type:"application/octet-stream"});this.importVisio(a,mxUtils.bind(this,function(a){g(new LocalFile(this,a,m,!0))}),k,e)});p.send()}else{var a=mxUtils.bind(this,function(a){try{/\.png$/i.test(e)?(temp=this.extractGraphModelFromPng(a),null!=temp?g(new LocalFile(this,temp,m,!0)):g(new LocalFile(this,a,e,!0))):Graph.fileSupport&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a,b)?this.parseFile(new Blob([a],{type:"application/octet-stream"}), +mxUtils.bind(this,function(a){4==a.readyState&&(200<=a.status&&299>=a.status?g(new LocalFile(this,a.responseText,m,!0)):null!=k&&k({message:mxResources.get("errorLoadingFile")}))}),e):g(new LocalFile(this,a,m,!0))}catch(l){null!=k&&k(l)}});d=/\.png$/i.test(e)||/\.jpe?g$/i.test(e)||null!=d&&"image/"==d.substring(0,6);n?mxUtils.get(b,mxUtils.bind(this,function(b){if(200<=b.getStatus()&&299>=b.getStatus()){if(null!=g){b=JSON.parse(b.getText());var c=b.content;"base64"===b.encoding&&(c=/\.png$/i.test(e)? "data:image/png;base64,"+c:!window.atob||mxClient.IS_IE||mxClient.IS_IE11?Base64.decode(c):atob(c));a(c)}}else null!=k&&k({code:App.ERROR_UNKNOWN})}),function(){null!=k&&k({code:App.ERROR_UNKNOWN})},!1,this.timeout,function(){null!=k&&k({code:App.ERROR_TIMEOUT,retry:fn})}):this.loadUrl(b,a,k,d)}}; App.prototype.updateHeader=function(){if(null!=this.menubar){this.appIcon=document.createElement("a");this.appIcon.style.display="block";this.appIcon.style.position="absolute";this.appIcon.style.width="40px";this.appIcon.style.backgroundColor="#f18808";this.appIcon.style.height=this.menubarHeight+"px";mxEvent.disableContextMenu(this.appIcon);mxEvent.addListener(this.appIcon,"click",mxUtils.bind(this,function(b){this.appIconClicked(b)}));var b=mxClient.IS_SVG?"url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzA2LjE4NSAxMjAuMjk2IgogICB2aWV3Qm94PSIyNCAyNiA2OCA2OCIKICAgeT0iMHB4IgogICB4PSIwcHgiCiAgIHZlcnNpb249IjEuMSI+CiAgIAkgPGc+PGxpbmUKICAgICAgIHkyPSI3Mi4zOTQiCiAgICAgICB4Mj0iNDEuMDYxIgogICAgICAgeTE9IjQzLjM4NCIKICAgICAgIHgxPSI1OC4wNjkiCiAgICAgICBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiCiAgICAgICBzdHJva2Utd2lkdGg9IjMuNTUyOCIKICAgICAgIHN0cm9rZT0iI0ZGRkZGRiIKICAgICAgIGZpbGw9Im5vbmUiIC8+PGxpbmUKICAgICAgIHkyPSI3Mi4zOTQiCiAgICAgICB4Mj0iNzUuMDc2IgogICAgICAgeTE9IjQzLjM4NCIKICAgICAgIHgxPSI1OC4wNjgiCiAgICAgICBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiCiAgICAgICBzdHJva2Utd2lkdGg9IjMuNTAwOCIKICAgICAgIHN0cm9rZT0iI0ZGRkZGRiIKICAgICAgIGZpbGw9Im5vbmUiIC8+PGc+PHBhdGgKICAgICAgICAgZD0iTTUyLjc3Myw3Ny4wODRjMCwxLjk1NC0xLjU5OSwzLjU1My0zLjU1MywzLjU1M0gzNi45OTljLTEuOTU0LDAtMy41NTMtMS41OTktMy41NTMtMy41NTN2LTkuMzc5ICAgIGMwLTEuOTU0LDEuNTk5LTMuNTUzLDMuNTUzLTMuNTUzaDEyLjIyMmMxLjk1NCwwLDMuNTUzLDEuNTk5LDMuNTUzLDMuNTUzVjc3LjA4NHoiCiAgICAgICAgIGZpbGw9IiNGRkZGRkYiIC8+PC9nPjxnCiAgICAgICBpZD0iZzM0MTkiPjxwYXRoCiAgICAgICAgIGQ9Ik02Ny43NjIsNDguMDc0YzAsMS45NTQtMS41OTksMy41NTMtMy41NTMsMy41NTNINTEuOTg4Yy0xLjk1NCwwLTMuNTUzLTEuNTk5LTMuNTUzLTMuNTUzdi05LjM3OSAgICBjMC0xLjk1NCwxLjU5OS0zLjU1MywzLjU1My0zLjU1M0g2NC4yMWMxLjk1NCwwLDMuNTUzLDEuNTk5LDMuNTUzLDMuNTUzVjQ4LjA3NHoiCiAgICAgICAgIGZpbGw9IiNGRkZGRkYiIC8+PC9nPjxnPjxwYXRoCiAgICAgICAgIGQ9Ik04Mi43NTIsNzcuMDg0YzAsMS45NTQtMS41OTksMy41NTMtMy41NTMsMy41NTNINjYuOTc3Yy0xLjk1NCwwLTMuNTUzLTEuNTk5LTMuNTUzLTMuNTUzdi05LjM3OSAgICBjMC0xLjk1NCwxLjU5OS0zLjU1MywzLjU1My0zLjU1M2gxMi4yMjJjMS45NTQsMCwzLjU1MywxLjU5OSwzLjU1MywzLjU1M1Y3Ny4wODR6IgogICAgICAgICBmaWxsPSIjRkZGRkZGIiAvPjwvZz48L2c+PC9zdmc+)": "url('"+IMAGE_PATH+"/logo-white.png')";this.appIcon.style.backgroundImage=b;this.appIcon.style.backgroundPosition="center center";this.appIcon.style.backgroundRepeat="no-repeat";mxUtils.setPrefixedStyle(this.appIcon.style,"transition","all 125ms linear");mxEvent.addListener(this.appIcon,"mouseover",mxUtils.bind(this,function(){var b=this.getCurrentFile();null!=b&&(b=b.getMode(),b==App.MODE_GOOGLE?this.appIcon.style.backgroundImage="url("+IMAGE_PATH+"/google-drive-logo-white.svg)":b==App.MODE_DROPBOX? @@ -7715,68 +7782,68 @@ this.userElement.style.display="none"}else null!=this.userElement&&(this.userEle var d=document.createElement("img");d.setAttribute("border","0");d.setAttribute("valign","bottom");d.setAttribute("src",Editor.helpImage);c.appendChild(d);mxEvent.addGestureListeners(c,mxUtils.bind(this,function(c){null!=this.editorUi.menubar&&this.editorUi.menubar.hideMenu();this.editorUi.openLink(b);mxEvent.consume(c)}));return c};Menus.prototype.addLinkToItem=function(b,d){null!=b&&b.firstChild.nextSibling.appendChild(this.createHelpLink(d))};var e=Menus.prototype.init;Menus.prototype.init=function(){e.apply(this, arguments);var b=this.editorUi,d=b.editor.graph,k=mxUtils.bind(d,d.isEnabled),m=("1"!=urlParams.embed&&"0"!=urlParams.gapi||"1"==urlParams.embed&&"1"==urlParams.gapi)&&mxClient.IS_SVG&&isLocalStorage&&(null==document.documentMode||10<=document.documentMode),n=("1"!=urlParams.embed&&"0"!=urlParams.db||"1"==urlParams.embed&&"1"==urlParams.db)&&mxClient.IS_SVG&&(null==document.documentMode||9<document.documentMode),p=("www.draw.io"==window.location.hostname||"test.draw.io"==window.location.hostname|| "drive.draw.io"==window.location.hostname||"legacy.draw.io"==window.location.hostname)&&("1"!=urlParams.embed&&"0"!=urlParams.od||"1"==urlParams.embed&&"1"==urlParams.od)&&!navigator.userAgent.match(/(iPad|iPhone|iPod)/g)&&(0>navigator.userAgent.indexOf("MSIE")||10<=document.documentMode),a=("1"!=urlParams.embed&&"0"!=urlParams.tr||"1"==urlParams.embed&&"1"==urlParams.tr)&&mxClient.IS_SVG&&(null==document.documentMode||9<document.documentMode);mxClient.IS_SVG||b.isOffline()||((new Image).src=IMAGE_PATH+ -"/help.png");b.actions.addAction("new...",function(){var a=b.isOffline(),c=new NewDialog(b,a);b.showDialog(c.container,a?350:620,a?70:440,!0,!0,function(a){a&&null==b.getCurrentFile()&&b.showSplash()});c.init()});b.actions.put("exportSvg",new Action(mxResources.get("formatSvg")+"...",function(){b.showExportDialog(mxResources.get("formatSvg"),!0,mxResources.get("export"),"https://support.draw.io/display/DO/Exporting+Files",mxUtils.bind(this,function(a,c,d,e,g,h,k,m,l){a=parseInt(a);!isNaN(a)&&0<a&& -b.exportSvg(a/100,c,d,e,g,h,k,!m,l)}),!0,null,"svg")}));b.actions.put("exportXml",new Action(mxResources.get("formatXml")+"...",function(){var a=document.createElement("div");a.style.whiteSpace="nowrap";var c=null==b.pages||1>=b.pages.length,e=document.createElement("h3");mxUtils.write(e,mxResources.get("formatXml"));e.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";a.appendChild(e);var g=b.addCheckbox(a,mxResources.get("selectionOnly"),!1,d.isSelectionEmpty()),h=b.addCheckbox(a, -mxResources.get(c?"compressed":"allPages"),!0);h.style.marginBottom="16px";mxEvent.addListener(g,"change",function(){g.checked?h.setAttribute("disabled","disabled"):h.removeAttribute("disabled")});a=new CustomDialog(b,a,mxUtils.bind(this,function(){b.downloadFile("xml",c?!h.checked:null,null,!g.checked,c?null:!h.checked)}),null,mxResources.get("export"));b.showDialog(a.container,300,146,!0,!0)}));b.actions.put("exportUrl",new Action(mxResources.get("url")+"...",function(){b.showPublishLinkDialog(mxResources.get("url"), -!0,null,null,function(a,c,d,e,g,h){a=new EmbedDialog(b,b.createLink(a,c,d,e,g,h,null,!0));b.showDialog(a.container,440,240,!0,!0);a.init()})}));b.actions.put("exportHtml",new Action(mxResources.get("formatHtmlEmbedded")+"...",function(){b.spinner.spin(document.body,mxResources.get("loading"))&&b.getPublicUrl(b.getCurrentFile(),function(a){b.spinner.stop();b.showHtmlDialog(mxResources.get("export"),null,a,function(a,c,d,f,e,g,h,k,m,l){b.createHtml(a,c,d,f,e,g,h,k,m,l,mxUtils.bind(this,function(a,c){var d= -b.getBaseFilename(h),f='\x3c!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" ><![endif]--\x3e\n<!DOCTYPE html>\n<html>\n<head>\n<title>'+mxUtils.htmlEntities(d)+'</title>\n<meta charset="utf-8"/>\n</head>\n<body>'+a+"\n"+c+"\n</body>\n</html>";b.saveData(d+".html","html",f,"text/html")}))})})}));b.actions.put("exportPdf",new Action(mxResources.get("formatPdf")+"...",function(){if(b.isOffline()||b.printPdfExport)b.showDialog((new PrintDialog(b,mxResources.get("formatPdf"))).container, -360,null!=b.pages&&1<b.pages.length?420:360,!0,!0);else{var a=document.createElement("div");a.style.whiteSpace="nowrap";var c=document.createElement("h3");mxUtils.write(c,mxResources.get("formatPdf"));c.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";a.appendChild(c);var e=b.addCheckbox(a,mxResources.get("selectionOnly"),!1,d.isSelectionEmpty()),g=b.addCheckbox(a,mxResources.get("crop"),!d.pageVisible||!b.pdfPageExport,!b.pdfPageExport);g.style.marginBottom="16px";b.pdfPageExport|| -mxEvent.addListener(e,"change",function(){e.checked?g.removeAttribute("disabled"):g.setAttribute("disabled","disabled")});a=new CustomDialog(b,a,mxUtils.bind(this,function(){b.downloadFile("pdf",null,null,!e.checked,null,!g.checked)}),null,mxResources.get("export"));b.showDialog(a.container,300,146,!0,!0)}}));b.actions.addAction("open...",function(){b.pickFile()});b.actions.addAction("close",function(){function a(){b.fileLoaded(null)}var c=b.getCurrentFile();null!=c&&c.isModified()?b.confirm(mxResources.get("allChangesLost"), +"/help.png");b.actions.addAction("new...",function(){var a=b.isOffline(),c=new NewDialog(b,a);b.showDialog(c.container,a?350:620,a?70:440,!0,!0,function(a){a&&null==b.getCurrentFile()&&b.showSplash()});c.init()});b.actions.put("exportSvg",new Action(mxResources.get("formatSvg")+"...",function(){b.showExportDialog(mxResources.get("formatSvg"),!0,mxResources.get("export"),"https://support.draw.io/display/DO/Exporting+Files",mxUtils.bind(this,function(a,c,d,e,f,g,k,m,l){a=parseInt(a);!isNaN(a)&&0<a&& +b.exportSvg(a/100,c,d,e,f,g,k,!m,l)}),!0,null,"svg")}));b.actions.put("exportXml",new Action(mxResources.get("formatXml")+"...",function(){var a=document.createElement("div");a.style.whiteSpace="nowrap";var c=null==b.pages||1>=b.pages.length,e=document.createElement("h3");mxUtils.write(e,mxResources.get("formatXml"));e.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";a.appendChild(e);var f=b.addCheckbox(a,mxResources.get("selectionOnly"),!1,d.isSelectionEmpty()),g=b.addCheckbox(a, +mxResources.get(c?"compressed":"allPages"),!0);g.style.marginBottom="16px";mxEvent.addListener(f,"change",function(){f.checked?g.setAttribute("disabled","disabled"):g.removeAttribute("disabled")});a=new CustomDialog(b,a,mxUtils.bind(this,function(){b.downloadFile("xml",c?!g.checked:null,null,!f.checked,c?null:!g.checked)}),null,mxResources.get("export"));b.showDialog(a.container,300,146,!0,!0)}));b.actions.put("exportUrl",new Action(mxResources.get("url")+"...",function(){b.showPublishLinkDialog(mxResources.get("url"), +!0,null,null,function(a,c,d,e,f,g){a=new EmbedDialog(b,b.createLink(a,c,d,e,f,g,null,!0));b.showDialog(a.container,440,240,!0,!0);a.init()})}));b.actions.put("exportHtml",new Action(mxResources.get("formatHtmlEmbedded")+"...",function(){b.spinner.spin(document.body,mxResources.get("loading"))&&b.getPublicUrl(b.getCurrentFile(),function(a){b.spinner.stop();b.showHtmlDialog(mxResources.get("export"),null,a,function(a,c,d,e,h,f,g,k,m,l){b.createHtml(a,c,d,e,h,f,g,k,m,l,mxUtils.bind(this,function(a,c){var d= +b.getBaseFilename(g),e='\x3c!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" ><![endif]--\x3e\n<!DOCTYPE html>\n<html>\n<head>\n<title>'+mxUtils.htmlEntities(d)+'</title>\n<meta charset="utf-8"/>\n</head>\n<body>'+a+"\n"+c+"\n</body>\n</html>";b.saveData(d+".html","html",e,"text/html")}))})})}));b.actions.put("exportPdf",new Action(mxResources.get("formatPdf")+"...",function(){if(b.isOffline()||b.printPdfExport)b.showDialog((new PrintDialog(b,mxResources.get("formatPdf"))).container, +360,null!=b.pages&&1<b.pages.length?420:360,!0,!0);else{var a=document.createElement("div");a.style.whiteSpace="nowrap";var c=document.createElement("h3");mxUtils.write(c,mxResources.get("formatPdf"));c.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";a.appendChild(c);var e=b.addCheckbox(a,mxResources.get("selectionOnly"),!1,d.isSelectionEmpty()),f=b.addCheckbox(a,mxResources.get("crop"),!d.pageVisible||!b.pdfPageExport,!b.pdfPageExport);f.style.marginBottom="16px";b.pdfPageExport|| +mxEvent.addListener(e,"change",function(){e.checked?f.removeAttribute("disabled"):f.setAttribute("disabled","disabled")});a=new CustomDialog(b,a,mxUtils.bind(this,function(){b.downloadFile("pdf",null,null,!e.checked,null,!f.checked)}),null,mxResources.get("export"));b.showDialog(a.container,300,146,!0,!0)}}));b.actions.addAction("open...",function(){b.pickFile()});b.actions.addAction("close",function(){function a(){b.fileLoaded(null)}var c=b.getCurrentFile();null!=c&&c.isModified()?b.confirm(mxResources.get("allChangesLost"), null,a,mxResources.get("cancel"),mxResources.get("discardChanges")):a()});b.actions.addAction("editShape...",mxUtils.bind(this,function(){d.getSelectionCells();if(1==d.getSelectionCount()){var a=d.getSelectionCell(),c=d.view.getState(a);null!=c&&null!=c.shape&&null!=c.shape.stencil&&(a=new EditShapeDialog(b,a,mxResources.get("editShape")+":",630,400),b.showDialog(a.container,640,480,!0,!1),a.init())}}));b.actions.addAction("revisionHistory...",function(){var a=b.getCurrentFile();if(null==a||a.constructor!= -DriveFile&&a.constructor!=DropboxFile||null==b.drive&&a.constructor==DriveFile||null==b.dropbox&&a.constructor==DropboxFile)b.showError(mxResources.get("error"),mxResources.get("notAvailable"),mxResources.get("ok"));else if(b.spinner.spin(document.body,mxResources.get("loading")))if(a.constructor==DropboxFile){var c=b.dropbox.client.filesListRevisions({path:a.stat.path_lower,limit:100});c.then(mxUtils.bind(this,function(c){b.spinner.stop();try{for(var d=[],f=c.entries.length-1;0<=f;f--)(function(c){d.push({modifiedDate:c.client_modified, -fileSize:c.size,getXml:function(d,f){b.dropbox.readFile({path:a.stat.path_lower,rev:c.rev},d,f)},getUrl:function(){return b.getUrl(window.location.pathname+"?rev="+c.rev+"&chrome=0&edit=_blank")+window.location.hash}})})(c.entries[f]);var e=new RevisionDialog(b,d);b.showDialog(e.container,640,480,!0,!0);e.init()}catch(A){b.handleError(A)}}));c["catch"](function(a){b.spinner.stop();b.handleError(a)})}else b.drive.executeRequest(gapi.client.drive.revisions.list({fileId:a.getId()}),function(c){b.spinner.stop(); -for(var d=0;d<c.items.length;d++)(function(d){d.getXml=function(f,e){b.drive.executeRequest(gapi.client.drive.revisions.get({fileId:a.getId(),revisionId:c.items[c.items.length-1]===d?a.desc.headRevisionId:d.id}),function(a){b.drive.getXmlFile(a,null,function(b){f(b.getData())},function(b){e(b)})},function(b){e(b)})};d.getUrl=function(){return b.getUrl(window.location.pathname+"?rev="+d.id+"&chrome=0&edit=_blank")+window.location.hash}})(c.items[d]);d=new RevisionDialog(b,c.items);b.showDialog(d.container, +DriveFile&&a.constructor!=DropboxFile||null==b.drive&&a.constructor==DriveFile||null==b.dropbox&&a.constructor==DropboxFile)b.showError(mxResources.get("error"),mxResources.get("notAvailable"),mxResources.get("ok"));else if(b.spinner.spin(document.body,mxResources.get("loading")))if(a.constructor==DropboxFile){var c=b.dropbox.client.filesListRevisions({path:a.stat.path_lower,limit:100});c.then(mxUtils.bind(this,function(c){b.spinner.stop();try{for(var d=[],e=c.entries.length-1;0<=e;e--)(function(c){d.push({modifiedDate:c.client_modified, +fileSize:c.size,getXml:function(d,e){b.dropbox.readFile({path:a.stat.path_lower,rev:c.rev},d,e)},getUrl:function(){return b.getUrl(window.location.pathname+"?rev="+c.rev+"&chrome=0&edit=_blank")+window.location.hash}})})(c.entries[e]);var h=new RevisionDialog(b,d);b.showDialog(h.container,640,480,!0,!0);h.init()}catch(E){b.handleError(E)}}));c["catch"](function(a){b.spinner.stop();b.handleError(a)})}else b.drive.executeRequest(gapi.client.drive.revisions.list({fileId:a.getId()}),function(c){b.spinner.stop(); +for(var d=0;d<c.items.length;d++)(function(d){d.getXml=function(e,h){b.drive.executeRequest(gapi.client.drive.revisions.get({fileId:a.getId(),revisionId:c.items[c.items.length-1]===d?a.desc.headRevisionId:d.id}),function(a){b.drive.getXmlFile(a,null,function(b){e(b.getData())},function(b){h(b)})},function(b){h(b)})};d.getUrl=function(){return b.getUrl(window.location.pathname+"?rev="+d.id+"&chrome=0&edit=_blank")+window.location.hash}})(c.items[d]);d=new RevisionDialog(b,c.items);b.showDialog(d.container, 640,480,!0,!0);d.init()},function(a){b.spinner.stop();b.handleError(a)})});b.actions.addAction("createRevision",function(){b.actions.get("save").funct()},null,null,Editor.ctrlKey+"+S");b.actions.addAction("upload...",function(){var a=b.getCurrentFile();null!=a&&(window.drawdata=b.getFileData(),a=null!=a.getTitle()?a.getTitle():b.defaultFilename,b.openLink(window.location.protocol+"//"+window.location.host+"/?create=drawdata&"+(b.mode==App.MODE_DROPBOX?"mode=dropbox&":"")+"title="+encodeURIComponent(a)))}); -if("undefined"!==typeof MathJax){var g=b.actions.addAction("mathematicalTypesetting",function(){var a=new ChangePageSetup(b);a.ignoreColor=!0;a.ignoreImage=!0;a.mathEnabled=!b.isMathEnabled();d.model.execute(a)});g.setToggleAction(!0);g.setSelectedCallback(function(){return b.isMathEnabled()});g.isEnabled=k}if(isLocalStorage||mxClient.IS_CHROMEAPP)g=b.actions.addAction("showStartScreen",function(){mxSettings.setShowStartScreen(!mxSettings.getShowStartScreen());mxSettings.save()}),g.setToggleAction(!0), -g.setSelectedCallback(function(){return mxSettings.getShowStartScreen()});var l=b.actions.addAction("autosave",function(){b.editor.setAutosave(!b.editor.autosave)});l.setToggleAction(!0);l.setSelectedCallback(function(){return l.isEnabled()&&b.editor.autosave});b.actions.addAction("editGeometry...",function(){for(var a=d.getSelectionCells(),c=[],e=0;e<a.length;e++)d.getModel().isVertex(a[e])&&c.push(a[e]);0<c.length&&(a=new EditGeometryDialog(b,c),b.showDialog(a.container,190,250,!0,!0),a.init())}, -null,null,Editor.ctrlKey+"+Shift+M");var t="rounded shadow dashed dashPattern fontFamily fontSize fontColor fontStyle align verticalAlign strokeColor strokeWidth fillColor gradientColor swimlaneFillColor textOpacity gradientDirection glass labelBackgroundColor labelBorderColor opacity spacing spacingTop spacingLeft spacingBottom spacingRight endFill endArrow endSize startStill startArrow startSize arcSize".split(" ");b.actions.addAction("copyStyle",function(){var a=d.view.getState(d.getSelectionCell()); -if(d.isEnabled()&&null!=a){b.copiedStyle=mxUtils.clone(a.style);for(var a=d.getModel().getStyle(a.cell),a=null!=a?a.split(";"):[],c=0;c<a.length;c++){var e=a[c],g=e.indexOf("=");if(0<=g){var h=e.substring(0,g),e=e.substring(g+1);null==b.copiedStyle[h]&&"none"==e&&(b.copiedStyle[h]="none")}}}},null,null,Editor.ctrlKey+"+Shift+C");b.actions.addAction("pasteStyle",function(){if(d.isEnabled()&&!d.isSelectionEmpty()&&null!=b.copiedStyle){d.getModel().beginUpdate();try{for(var a=d.getSelectionCells(),c= -0;c<a.length;c++)for(var e=d.view.getState(a[c]),g=0;g<t.length;g++){var h=t[g],k=b.copiedStyle[h];e.style[h]!=k&&d.setCellStyles(h,k,[a[c]])}}finally{d.getModel().endUpdate()}}},null,null,Editor.ctrlKey+"+Shift+V");b.actions.put("pageBackgroundImage",new Action(mxResources.get("backgroundImage")+"...",function(){if(!b.isOffline()){var a=new BackgroundImageDialog(b,function(a){b.setBackgroundImage(a)});b.showDialog(a.container,320,170,!0,!0);a.init()}}));b.actions.put("exportPng",new Action(mxResources.get("formatPng")+ -"...",function(){b.isExportToCanvas()?b.showExportDialog(mxResources.get("image"),!1,mxResources.get("export"),"https://support.draw.io/display/DO/Exporting+Files",mxUtils.bind(this,function(a,c,d,e,g,h,k,m,l){a=parseInt(a);!isNaN(a)&&0<a&&b.exportImage(a/100,c,d,e,g,k,!m,l)}),!0,!1,"png"):b.isOffline()||mxClient.IS_IOS&&navigator.standalone||b.showRemoteExportDialog(mxResources.get("export"),null,mxUtils.bind(this,function(a,c,d){b.downloadFile(c?"xmlpng":"png",null,null,a,null,null,d)}))}));b.actions.put("exportJpg", -new Action(mxResources.get("formatJpg")+"...",function(){b.isExportToCanvas()?b.showExportDialog(mxResources.get("image"),!1,mxResources.get("export"),"https://support.draw.io/display/DO/Exporting+Files",mxUtils.bind(this,function(a,c,d,e,g,h,k,m,l){a=parseInt(a);!isNaN(a)&&0<a&&b.exportImage(a/100,!1,d,e,!1,k,!m,!1,"jpeg")}),!0,!1,"jpeg"):b.isOffline()||mxClient.IS_IOS&&navigator.standalone||b.showRemoteExportDialog(mxResources.get("export"),null,mxUtils.bind(this,function(a,c){b.downloadFile("jpeg", -null,null,a)}),!0)}));g=b.actions.put("shadowVisible",new Action(mxResources.get("shadow"),function(){d.setShadowVisible(!d.shadowVisible)}));g.setToggleAction(!0);g.setSelectedCallback(function(){return d.shadowVisible});var q=!1;b.actions.put("about",new Action(mxResources.get("aboutDrawio")+"...",function(){q||(b.showDialog((new AboutDialog(b)).container,220,300,!0,!0,function(){q=!1}),q=!0)},null,null,"F1"));b.actions.addAction("userManual...",function(){b.openLink("https://support.draw.io/display/DO/Draw.io+Online+User+Manual")}); +if("undefined"!==typeof MathJax){var f=b.actions.addAction("mathematicalTypesetting",function(){var a=new ChangePageSetup(b);a.ignoreColor=!0;a.ignoreImage=!0;a.mathEnabled=!b.isMathEnabled();d.model.execute(a)});f.setToggleAction(!0);f.setSelectedCallback(function(){return b.isMathEnabled()});f.isEnabled=k}if(isLocalStorage||mxClient.IS_CHROMEAPP)f=b.actions.addAction("showStartScreen",function(){mxSettings.setShowStartScreen(!mxSettings.getShowStartScreen());mxSettings.save()}),f.setToggleAction(!0), +f.setSelectedCallback(function(){return mxSettings.getShowStartScreen()});var l=b.actions.addAction("autosave",function(){b.editor.setAutosave(!b.editor.autosave)});l.setToggleAction(!0);l.setSelectedCallback(function(){return l.isEnabled()&&b.editor.autosave});b.actions.addAction("editGeometry...",function(){for(var a=d.getSelectionCells(),c=[],e=0;e<a.length;e++)d.getModel().isVertex(a[e])&&c.push(a[e]);0<c.length&&(a=new EditGeometryDialog(b,c),b.showDialog(a.container,200,250,!0,!0),a.init())}, +null,null,Editor.ctrlKey+"+Shift+M");var q="rounded shadow dashed dashPattern fontFamily fontSize fontColor fontStyle align verticalAlign strokeColor strokeWidth fillColor gradientColor swimlaneFillColor textOpacity gradientDirection glass labelBackgroundColor labelBorderColor opacity spacing spacingTop spacingLeft spacingBottom spacingRight endFill endArrow endSize startStill startArrow startSize arcSize".split(" ");b.actions.addAction("copyStyle",function(){var a=d.view.getState(d.getSelectionCell()); +if(d.isEnabled()&&null!=a){b.copiedStyle=mxUtils.clone(a.style);for(var a=d.getModel().getStyle(a.cell),a=null!=a?a.split(";"):[],c=0;c<a.length;c++){var e=a[c],f=e.indexOf("=");if(0<=f){var g=e.substring(0,f),e=e.substring(f+1);null==b.copiedStyle[g]&&"none"==e&&(b.copiedStyle[g]="none")}}}},null,null,Editor.ctrlKey+"+Shift+C");b.actions.addAction("pasteStyle",function(){if(d.isEnabled()&&!d.isSelectionEmpty()&&null!=b.copiedStyle){d.getModel().beginUpdate();try{for(var a=d.getSelectionCells(),c= +0;c<a.length;c++)for(var e=d.view.getState(a[c]),f=0;f<q.length;f++){var g=q[f],k=b.copiedStyle[g];e.style[g]!=k&&d.setCellStyles(g,k,[a[c]])}}finally{d.getModel().endUpdate()}}},null,null,Editor.ctrlKey+"+Shift+V");b.actions.put("pageBackgroundImage",new Action(mxResources.get("backgroundImage")+"...",function(){if(!b.isOffline()){var a=new BackgroundImageDialog(b,function(a){b.setBackgroundImage(a)});b.showDialog(a.container,320,170,!0,!0);a.init()}}));b.actions.put("exportPng",new Action(mxResources.get("formatPng")+ +"...",function(){b.isExportToCanvas()?b.showExportDialog(mxResources.get("image"),!1,mxResources.get("export"),"https://support.draw.io/display/DO/Exporting+Files",mxUtils.bind(this,function(a,c,d,e,f,g,k,m,l){a=parseInt(a);!isNaN(a)&&0<a&&b.exportImage(a/100,c,d,e,f,k,!m,l)}),!0,!1,"png"):b.isOffline()||mxClient.IS_IOS&&navigator.standalone||b.showRemoteExportDialog(mxResources.get("export"),null,mxUtils.bind(this,function(a,c,d){b.downloadFile(c?"xmlpng":"png",null,null,a,null,null,d)}))}));b.actions.put("exportJpg", +new Action(mxResources.get("formatJpg")+"...",function(){b.isExportToCanvas()?b.showExportDialog(mxResources.get("image"),!1,mxResources.get("export"),"https://support.draw.io/display/DO/Exporting+Files",mxUtils.bind(this,function(a,c,d,e,f,g,k,m,l){a=parseInt(a);!isNaN(a)&&0<a&&b.exportImage(a/100,!1,d,e,!1,k,!m,!1,"jpeg")}),!0,!1,"jpeg"):b.isOffline()||mxClient.IS_IOS&&navigator.standalone||b.showRemoteExportDialog(mxResources.get("export"),null,mxUtils.bind(this,function(a,c){b.downloadFile("jpeg", +null,null,a)}),!0)}));f=b.actions.put("shadowVisible",new Action(mxResources.get("shadow"),function(){d.setShadowVisible(!d.shadowVisible)}));f.setToggleAction(!0);f.setSelectedCallback(function(){return d.shadowVisible});var u=!1;b.actions.put("about",new Action(mxResources.get("aboutDrawio")+"...",function(){u||(b.showDialog((new AboutDialog(b)).container,220,300,!0,!0,function(){u=!1}),u=!0)},null,null,"F1"));b.actions.addAction("userManual...",function(){b.openLink("https://support.draw.io/display/DO/Draw.io+Online+User+Manual")}); b.actions.addAction("support...",function(){b.openLink("https://about.draw.io/support/")});b.actions.addAction("exportOptionsDisabled...",function(){b.handleError({message:mxResources.get("exportOptionsDisabledDetails")},mxResources.get("exportOptionsDisabled"))});b.actions.addAction("keyboardShortcuts...",function(){mxClient.IS_CHROMEAPP||EditorUi.isElectronApp?b.openLink("https://www.draw.io/shortcuts.svg"):mxClient.IS_SVG?b.openLink("shortcuts.svg"):b.openLink("https://www.draw.io/?lightbox=1#Uhttps%3A%2F%2Fwww.draw.io%2Fshortcuts.svg")}); -b.actions.addAction("feedback...",function(){var a=new FeedbackDialog(b);b.showDialog(a.container,610,360,!0,!0);a.init()});b.actions.addAction("quickStart...",function(){b.openLink("https://www.youtube.com/watch?v=Z0D96ZikMkc")});g=b.actions.addAction("tags...",mxUtils.bind(this,function(){null==this.tagsWindow?(this.tagsWindow=new TagsWindow(b,document.body.offsetWidth-380,230,300,120),this.tagsWindow.window.addListener("show",function(){b.fireEvent(new mxEventObject("tags"))}),this.tagsWindow.window.addListener("hide", -function(){b.fireEvent(new mxEventObject("tags"))}),this.tagsWindow.window.setVisible(!0),b.fireEvent(new mxEventObject("tags"))):this.tagsWindow.window.setVisible(!this.tagsWindow.window.isVisible())}));g.setToggleAction(!0);g.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.tagsWindow&&this.tagsWindow.window.isVisible()}));g=b.actions.addAction("find...",mxUtils.bind(this,function(){null==this.findWindow?(this.findWindow=new FindWindow(b,document.body.offsetWidth-300,110,240,140), -this.findWindow.window.addListener("show",function(){b.fireEvent(new mxEventObject("find"))}),this.findWindow.window.addListener("hide",function(){b.fireEvent(new mxEventObject("find"))}),this.findWindow.window.setVisible(!0),b.fireEvent(new mxEventObject("find"))):this.findWindow.window.setVisible(!this.findWindow.window.isVisible())}));g.setToggleAction(!0);g.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.findWindow&&this.findWindow.window.isVisible()}));b.actions.put("exportVsdx", -new Action(mxResources.get("formatVsdx")+" (beta)...",function(){b.exportVisio()}));if(mxClient.IS_CHROMEAPP||isLocalStorage&&"1"!=urlParams.offline)if(this.put("language",new Menu(mxUtils.bind(this,function(a,c){var d=mxUtils.bind(this,function(d){var f=""==d?mxResources.get("automatic"):mxLanguageMap[d],e=null;""!=f&&(e=a.addItem(f,null,mxUtils.bind(this,function(){mxSettings.setLanguage(d);mxSettings.save();mxClient.language=d;mxResources.loadDefaultBundle=!1;mxResources.add(RESOURCE_BASE);b.alert(mxResources.get("restartForChangeRequired"))}), -c),(d==mxLanguage||""==d&&null==mxLanguage)&&a.addCheckmark(e,Editor.checkmarkImage));return e});d("");a.addSeparator(c);for(var f in mxLanguageMap)d(f)}))),"atlas"!=uiTheme){var u=Menus.prototype.createMenubar;Menus.prototype.createMenubar=function(b){var a=u.apply(this,arguments);if(null!=a){var c=this.get("language");null!=c&&(c=a.addMenu("",c.funct),c.setAttribute("title",mxResources.get("language")),c.style.width="16px",c.style.paddingTop="2px",c.style.paddingLeft="4px",c.innerHTML='<div class="geIcon geSprite geSprite-globe"/>', -c.style.zIndex="1",c.style.position="absolute",c.style.top="2px",c.style.right="17px",c.style.display="block",mxClient.IS_VML||mxUtils.setOpacity(c,60),document.body.appendChild(c))}return a}}this.put("help",new Menu(mxUtils.bind(this,function(a,c){if(!mxClient.IS_CHROMEAPP&&b.isOffline())this.addMenuItems(a,["about"],c);else{var f=a.addItem("Search:",null,null,c,null,null,!1);f.style.backgroundColor="dark"==uiTheme?"#505759":"whiteSmoke";f.style.cursor="default";var e=document.createElement("input"); -e.setAttribute("type","text");e.setAttribute("size","25");e.style.marginLeft="8px";mxEvent.addListener(e,"keydown",mxUtils.bind(this,function(b){var a=mxUtils.trim(e.value);13==b.keyCode&&0<a.length?(this.editorUi.openLink("https://desk.draw.io/support/search/solutions?term="+encodeURIComponent(a)),e.value="",this.editorUi.logEvent({category:"Help",action:"search",label:a}),null!=this.editorUi.menubar&&window.setTimeout(mxUtils.bind(this,function(){this.editorUi.menubar.hideMenu()}),0)):27==b.keyCode&& -(e.value="")}));f.firstChild.nextSibling.appendChild(e);mxEvent.addGestureListeners(e,function(b){document.activeElement!=e&&e.focus();mxEvent.consume(b)},function(b){mxEvent.consume(b)},function(b){mxEvent.consume(b)});window.setTimeout(function(){e.focus()},0);this.addMenuItems(a,["-","quickStart","userManual","keyboardShortcuts","-"],c);mxClient.IS_CHROMEAPP||this.addMenuItems(a,["feedback"],c);this.addMenuItems(a,["support","-"],c);b.isOffline()||EditorUi.isElectronApp||navigator.standalone|| +b.actions.addAction("feedback...",function(){var a=new FeedbackDialog(b);b.showDialog(a.container,610,360,!0,!0);a.init()});b.actions.addAction("quickStart...",function(){b.openLink("https://www.youtube.com/watch?v=Z0D96ZikMkc")});f=b.actions.addAction("tags...",mxUtils.bind(this,function(){null==this.tagsWindow?(this.tagsWindow=new TagsWindow(b,document.body.offsetWidth-380,230,300,120),this.tagsWindow.window.addListener("show",function(){b.fireEvent(new mxEventObject("tags"))}),this.tagsWindow.window.addListener("hide", +function(){b.fireEvent(new mxEventObject("tags"))}),this.tagsWindow.window.setVisible(!0),b.fireEvent(new mxEventObject("tags"))):this.tagsWindow.window.setVisible(!this.tagsWindow.window.isVisible())}));f.setToggleAction(!0);f.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.tagsWindow&&this.tagsWindow.window.isVisible()}));f=b.actions.addAction("find...",mxUtils.bind(this,function(){null==this.findWindow?(this.findWindow=new FindWindow(b,document.body.offsetWidth-300,110,240,140), +this.findWindow.window.addListener("show",function(){b.fireEvent(new mxEventObject("find"))}),this.findWindow.window.addListener("hide",function(){b.fireEvent(new mxEventObject("find"))}),this.findWindow.window.setVisible(!0),b.fireEvent(new mxEventObject("find"))):this.findWindow.window.setVisible(!this.findWindow.window.isVisible())}));f.setToggleAction(!0);f.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.findWindow&&this.findWindow.window.isVisible()}));b.actions.put("exportVsdx", +new Action(mxResources.get("formatVsdx")+" (beta)...",function(){b.exportVisio()}));if(mxClient.IS_CHROMEAPP||isLocalStorage&&"1"!=urlParams.offline)if(this.put("language",new Menu(mxUtils.bind(this,function(a,c){var d=mxUtils.bind(this,function(d){var e=""==d?mxResources.get("automatic"):mxLanguageMap[d],f=null;""!=e&&(f=a.addItem(e,null,mxUtils.bind(this,function(){mxSettings.setLanguage(d);mxSettings.save();mxClient.language=d;mxResources.loadDefaultBundle=!1;mxResources.add(RESOURCE_BASE);b.alert(mxResources.get("restartForChangeRequired"))}), +c),(d==mxLanguage||""==d&&null==mxLanguage)&&a.addCheckmark(f,Editor.checkmarkImage));return f});d("");a.addSeparator(c);for(var e in mxLanguageMap)d(e)}))),"atlas"!=uiTheme){var t=Menus.prototype.createMenubar;Menus.prototype.createMenubar=function(b){var a=t.apply(this,arguments);if(null!=a){var c=this.get("language");null!=c&&(c=a.addMenu("",c.funct),c.setAttribute("title",mxResources.get("language")),c.style.width="16px",c.style.paddingTop="2px",c.style.paddingLeft="4px",c.innerHTML='<div class="geIcon geSprite geSprite-globe"/>', +c.style.zIndex="1",c.style.position="absolute",c.style.top="2px",c.style.right="17px",c.style.display="block",mxClient.IS_VML||mxUtils.setOpacity(c,60),document.body.appendChild(c))}return a}}this.put("help",new Menu(mxUtils.bind(this,function(a,c){if(!mxClient.IS_CHROMEAPP&&b.isOffline())this.addMenuItems(a,["about"],c);else{var e=a.addItem("Search:",null,null,c,null,null,!1);e.style.backgroundColor="dark"==uiTheme?"#505759":"whiteSmoke";e.style.cursor="default";var f=document.createElement("input"); +f.setAttribute("type","text");f.setAttribute("size","25");f.style.marginLeft="8px";mxEvent.addListener(f,"keydown",mxUtils.bind(this,function(b){var a=mxUtils.trim(f.value);13==b.keyCode&&0<a.length?(this.editorUi.openLink("https://desk.draw.io/support/search/solutions?term="+encodeURIComponent(a)),f.value="",this.editorUi.logEvent({category:"Help",action:"search",label:a}),null!=this.editorUi.menubar&&window.setTimeout(mxUtils.bind(this,function(){this.editorUi.menubar.hideMenu()}),0)):27==b.keyCode&& +(f.value="")}));e.firstChild.nextSibling.appendChild(f);mxEvent.addGestureListeners(f,function(b){document.activeElement!=f&&f.focus();mxEvent.consume(b)},function(b){mxEvent.consume(b)},function(b){mxEvent.consume(b)});window.setTimeout(function(){f.focus()},0);this.addMenuItems(a,["-","quickStart","userManual","keyboardShortcuts","-"],c);mxClient.IS_CHROMEAPP||this.addMenuItems(a,["feedback"],c);this.addMenuItems(a,["support","-"],c);b.isOffline()||EditorUi.isElectronApp||navigator.standalone|| "1"==urlParams.embed||this.addMenuItems(a,["download"],c);navigator.standalone||"1"==urlParams.embed||this.addMenuItems(a,["offline"],c);this.addMenuItems(a,["-","about"],c)}"1"==urlParams.ruler&&(mxResources.parse("rulerInch=Ruler unit: Inches"),this.editorUi.actions.addAction("rulerInch",mxUtils.bind(this,function(){this.editorUi.vRuler.setUnit(mxRuler.prototype.INCHES);this.editorUi.hRuler.setUnit(mxRuler.prototype.INCHES);this.editorUi.vRuler.drawRuler(!0);this.editorUi.hRuler.drawRuler(!0)})), mxResources.parse("rulerCM=Ruler unit: CMs"),this.editorUi.actions.addAction("rulerCM",mxUtils.bind(this,function(){this.editorUi.vRuler.setUnit(mxRuler.prototype.CENTIMETER);this.editorUi.hRuler.setUnit(mxRuler.prototype.CENTIMETER);this.editorUi.vRuler.drawRuler(!0);this.editorUi.hRuler.drawRuler(!0)})),mxResources.parse("rulerPixel=Ruler unit: Pixels"),this.editorUi.actions.addAction("rulerPixel",mxUtils.bind(this,function(){this.editorUi.vRuler.setUnit(mxRuler.prototype.PIXELS);this.editorUi.hRuler.setUnit(mxRuler.prototype.PIXELS); -this.editorUi.vRuler.drawRuler(!0);this.editorUi.hRuler.drawRuler(!0)})),this.addMenuItems(a,["-","rulerInch","rulerCM","rulerPixel"],c));"1"==urlParams.test&&(mxResources.parse("showBoundingBox=Show bounding box"),this.editorUi.actions.addAction("showBoundingBox",mxUtils.bind(this,function(){var b=d.getGraphBounds(),a=d.view.translate,f=d.view.scale;d.insertVertex(c,null,"",b.x/f-a.x,b.y/f-a.y,b.width/f,b.height/f,"fillColor=none;strokeColor=red;")})),mxResources.parse("createSidebarEntry=Create sidebar entry"), +this.editorUi.vRuler.drawRuler(!0);this.editorUi.hRuler.drawRuler(!0)})),this.addMenuItems(a,["-","rulerInch","rulerCM","rulerPixel"],c));"1"==urlParams.test&&(mxResources.parse("showBoundingBox=Show bounding box"),this.editorUi.actions.addAction("showBoundingBox",mxUtils.bind(this,function(){var b=d.getGraphBounds(),a=d.view.translate,e=d.view.scale;d.insertVertex(c,null,"",b.x/e-a.x,b.y/e-a.y,b.width/e,b.height/e,"fillColor=none;strokeColor=red;")})),mxResources.parse("createSidebarEntry=Create sidebar entry"), this.editorUi.actions.addAction("createSidebarEntry",mxUtils.bind(this,function(){d.isSelectionEmpty()||(mxLog.show(),mxLog.debug("sb.createVertexTemplateFromData('"+d.compress(mxUtils.getXml(d.encodeCells(d.getSelectionCells())))+"', width, height, 'Title');"))})),this.addMenuItems(a,["-","createSidebarEntry","showBoundingBox"],c),mxResources.parse("testXmlImageExport=XML Image Export"),this.editorUi.actions.addAction("testXmlImageExport",mxUtils.bind(this,function(){var b=new mxImageExport,a=d.getGraphBounds(), -c=d.view.scale,f=mxUtils.createXmlDocument(),e=f.createElement("output");f.appendChild(e);f=new mxXmlCanvas2D(e);f.translate(Math.floor((1-a.x)/c),Math.floor((1-a.y)/c));f.scale(1/c);var g=0,h=f.save;f.save=function(){g++;h.apply(this,arguments)};var k=f.restore;f.restore=function(){g--;k.apply(this,arguments)};var m=b.drawShape;b.drawShape=function(b){mxLog.debug("entering shape",b,g);m.apply(this,arguments);mxLog.debug("leaving shape",b,g)};b.drawState(d.getView().getState(d.model.root),f);mxLog.show(); -mxLog.debug(mxUtils.getXml(e));mxLog.debug("stateCounter",g)})),this.addMenuItems(a,["testXmlImageExport"],c),mxResources.parse("testShowRtModel=Show RT model"),mxResources.parse("testDebugRtModel=Debug RT model"),mxResources.parse("testDownloadRtModel=Download RT model"),this.editorUi.actions.addAction("testShowRtModel",mxUtils.bind(this,function(){null!=this.editorUi.getCurrentFile()&&null!=this.editorUi.getCurrentFile().realtime&&(console.log("bytesUsed",this.editorUi.getCurrentFile().realtime.rtModel.bytesUsed), +c=d.view.scale,e=mxUtils.createXmlDocument(),f=e.createElement("output");e.appendChild(f);e=new mxXmlCanvas2D(f);e.translate(Math.floor((1-a.x)/c),Math.floor((1-a.y)/c));e.scale(1/c);var h=0,g=e.save;e.save=function(){h++;g.apply(this,arguments)};var k=e.restore;e.restore=function(){h--;k.apply(this,arguments)};var m=b.drawShape;b.drawShape=function(b){mxLog.debug("entering shape",b,h);m.apply(this,arguments);mxLog.debug("leaving shape",b,h)};b.drawState(d.getView().getState(d.model.root),e);mxLog.show(); +mxLog.debug(mxUtils.getXml(f));mxLog.debug("stateCounter",h)})),this.addMenuItems(a,["testXmlImageExport"],c),mxResources.parse("testShowRtModel=Show RT model"),mxResources.parse("testDebugRtModel=Debug RT model"),mxResources.parse("testDownloadRtModel=Download RT model"),this.editorUi.actions.addAction("testShowRtModel",mxUtils.bind(this,function(){null!=this.editorUi.getCurrentFile()&&null!=this.editorUi.getCurrentFile().realtime&&(console.log("bytesUsed",this.editorUi.getCurrentFile().realtime.rtModel.bytesUsed), console.log("root",this.editorUi.getCurrentFile().realtime.dumpRoot()),this.editorUi.getCurrentFile().realtime.check())})),this.editorUi.actions.addAction("testDebugRtModel",mxUtils.bind(this,function(){gapi.drive.realtime.debug()})),this.editorUi.actions.addAction("testDownloadRtModel",mxUtils.bind(this,function(){var a=this.editorUi.getCurrentFile();null!=a&&null!=a.realtime&&b.spinner.spin(document.body,mxResources.get("export"))&&(a=new mxXmlRequest("https://www.googleapis.com/drive/v2/files/"+ a.getHash().substring(1)+"/realtime",null,"GET"),a.setRequestHeaders=function(b){mxXmlRequest.prototype.setRequestHeaders.apply(this,arguments);var a=gapi.auth.getToken().access_token;b.setRequestHeader("authorization","Bearer "+a)},a.send(function(a){b.spinner.stop();200<=a.getStatus()&&299>=a.getStatus()&&b.saveLocalFile(a.getText(),"realtime.txt","text/plain")}))})),null!=this.editorUi.getCurrentFile()&&null!=this.editorUi.getCurrentFile().realtime&&this.addMenuItems(a,["-","testShowRtModel","testDebugRtModel", "testDownloadRtModel"],c),mxResources.parse("testShowConsole=Show Console"),this.editorUi.actions.addAction("testShowConsole",function(){mxLog.isVisible()?mxLog.window.fit():mxLog.show();mxLog.window.div.style.zIndex=mxPopupMenu.prototype.zIndex-1}),this.addMenuItems(a,["-","testShowConsole"]))})));b.actions.addAction("shapes...",function(){mxClient.IS_CHROMEAPP||!b.isOffline()?b.showDialog((new MoreShapesDialog(b,!0)).container,640,isLocalStorage?mxClient.IS_IOS?480:460:440,!0,!0):b.showDialog((new MoreShapesDialog(b, !1)).container,360,isLocalStorage?mxClient.IS_IOS?300:280:260,!0,!0)});b.actions.addAction("createShape...",function(){b.getCurrentFile();if(d.isEnabled()){var a=new mxCell("",new mxGeometry(0,0,120,120),b.defaultCustomShapeStyle);a.vertex=!0;a=new EditShapeDialog(b,a,mxResources.get("editShape")+":",630,400);b.showDialog(a.container,640,480,!0,!1);a.init()}});b.actions.put("embedHtml",new Action(mxResources.get("html")+"...",function(){b.spinner.spin(document.body,mxResources.get("loading"))&&b.getPublicUrl(b.getCurrentFile(), -function(a){b.spinner.stop();b.showHtmlDialog(mxResources.get("create"),"https://desk.draw.io/support/solutions/articles/16000042542",a,function(a,c,d,f,e,g,h,k,m,l){b.createHtml(a,c,d,f,e,g,h,k,m,l,mxUtils.bind(this,function(a,c){var d=new EmbedDialog(b,a+"\n"+c,null,null,function(){var b=window.open(),d=b.document;"CSS1Compat"===document.compatMode&&d.writeln("<!DOCTYPE html>");d.writeln("<html>");d.writeln("<head><title>"+encodeURIComponent(mxResources.get("preview"))+'</title><meta charset="utf-8"></head>'); -d.writeln("<body>");d.writeln(a);var f=mxClient.IS_IE||mxClient.IS_EDGE||null!=document.documentMode;f&&d.writeln(c);d.writeln("</body>");d.writeln("</html>");d.close();if(!f){var e=b.document.createElement("div");e.marginLeft="26px";e.marginTop="26px";mxUtils.write(e,mxResources.get("updatingDocument"));f=b.document.createElement("img");f.setAttribute("src",window.location.protocol+"//"+window.location.hostname+"/"+IMAGE_PATH+"/spin.gif");f.style.marginLeft="6px";e.appendChild(f);b.document.body.insertBefore(e, -b.document.body.firstChild);window.setTimeout(function(){var b=document.createElement("script");b.type="text/javascript";b.src=/<script.*?src="(.*?)"/.exec(c)[1];d.body.appendChild(b);e.parentNode.removeChild(e)},20)}});b.showDialog(d.container,440,240,!0,!0);d.init()}))})})}));b.actions.put("liveImage",new Action("Live image...",function(){b.spinner.spin(document.body,mxResources.get("loading"))&&b.getPublicUrl(b.getCurrentFile(),function(a){b.spinner.stop();null!=a?(a=encodeURIComponent(a),a=new EmbedDialog(b, -EXPORT_URL+"?format=png&url="+a,0),b.showDialog(a.container,440,240,!0,!0),a.init()):b.handleError({message:mxResources.get("invalidPublicUrl")})})}));b.actions.put("embedImage",new Action(mxResources.get("image")+"...",function(){b.showEmbedImageDialog(function(a,c,d,e,g,h){b.spinner.spin(document.body,mxResources.get("loading"))&&b.createEmbedImage(a,c,d,e,g,h,function(a){b.spinner.stop();a=new EmbedDialog(b,a);b.showDialog(a.container,440,240,!0,!0);a.init()},function(a){b.spinner.stop();b.handleError(a)})}, -mxResources.get("image"),mxResources.get("retina"),b.isExportToCanvas())}));b.actions.put("embedSvg",new Action(mxResources.get("formatSvg")+"...",function(){b.showEmbedImageDialog(function(a,c,d,e,g,h){b.spinner.spin(document.body,mxResources.get("loading"))&&b.createEmbedSvg(a,c,d,e,g,h,function(a){b.spinner.stop();a=new EmbedDialog(b,a);b.showDialog(a.container,440,240,!0,!0);a.init()},function(a){b.spinner.stop();b.handleError(a)})},mxResources.get("formatSvg"),mxResources.get("image"),!0,"https://desk.draw.io/support/solutions/articles/16000042548")})); -b.actions.put("embedIframe",new Action(mxResources.get("iframe")+"...",function(){var a=d.getGraphBounds();b.showPublishLinkDialog(mxResources.get("iframe"),null,"100%",Math.ceil((a.y+a.height-d.view.translate.y)/d.view.scale)+2,function(a,c,d,f,e,g,h,k){b.spinner.spin(document.body,mxResources.get("loading"))&&b.getPublicUrl(b.getCurrentFile(),function(m){b.spinner.stop();m=new EmbedDialog(b,'<iframe frameborder="0" style="width:'+h+";height:"+k+';" src="'+b.createLink(a,c,d,f,e,g,m)+'"></iframe>'); -b.showDialog(m.container,440,240,!0,!0);m.init()})},!0)}));b.actions.put("publishLink",new Action(mxResources.get("link")+"...",function(){b.showPublishLinkDialog(null,null,null,null,function(a,c,d,e,g,h){b.spinner.spin(document.body,mxResources.get("loading"))&&b.getPublicUrl(b.getCurrentFile(),function(f){b.spinner.stop();f=new EmbedDialog(b,b.createLink(a,c,d,e,g,h,f));b.showDialog(f.container,440,240,!0,!0);f.init()})})}));b.actions.addAction("googleDocs...",function(){b.openLink("http://docsaddon.draw.io")}); -b.actions.addAction("googleSites...",function(){b.spinner.spin(document.body,mxResources.get("loading"))&&b.getPublicUrl(b.getCurrentFile(),function(a){b.spinner.stop();a=new GoogleSitesDialog(b,a);b.showDialog(a.container,420,256,!0,!0);a.init()})});if(isLocalStorage||mxClient.IS_CHROMEAPP)g=b.actions.addAction("scratchpad",function(){b.toggleScratchpad()}),g.setToggleAction(!0),g.setSelectedCallback(function(){return null!=b.scratchpad}),b.actions.addAction("plugins...",function(){b.showDialog((new PluginsDialog(b)).container, -360,170,!0,!1)});g=b.actions.addAction("search",function(){var a=b.sidebar.isEntryVisible("search");b.sidebar.showPalette("search",!a);isLocalStorage&&(mxSettings.settings.search=!a,mxSettings.save())});g.setToggleAction(!0);g.setSelectedCallback(function(){return b.sidebar.isEntryVisible("search")});"1"==urlParams.embed&&(b.actions.get("save").funct=function(a){d.isEditing()&&d.stopEditing();var c="0"!=urlParams.pages||null!=b.pages&&1<b.pages.length?b.getFileData(!0):mxUtils.getXml(b.editor.getGraphXml()); -if("json"==urlParams.proto){var f=b.createLoadMessage("save");f.xml=c;a&&(f.exit=!0);c=JSON.stringify(f)}(window.opener||window.parent).postMessage(c,"*");"0"!=urlParams.modified&&"1"!=urlParams.keepmodified&&(b.editor.modified=!1,b.editor.setStatus(""));null!=b.getCurrentFile()&&b.saveFile()},b.actions.addAction("saveAndExit",function(){b.actions.get("save").funct(!0)}),b.actions.addAction("exit",function(){var a=function(){b.editor.modified=!1;var a="json"==urlParams.proto?JSON.stringify({event:"exit", +function(a){b.spinner.stop();b.showHtmlDialog(mxResources.get("create"),"https://desk.draw.io/support/solutions/articles/16000042542",a,function(a,c,d,e,f,h,g,k,m,l){b.createHtml(a,c,d,e,f,h,g,k,m,l,mxUtils.bind(this,function(a,c){var d=new EmbedDialog(b,a+"\n"+c,null,null,function(){var b=window.open(),d=b.document;"CSS1Compat"===document.compatMode&&d.writeln("<!DOCTYPE html>");d.writeln("<html>");d.writeln("<head><title>"+encodeURIComponent(mxResources.get("preview"))+'</title><meta charset="utf-8"></head>'); +d.writeln("<body>");d.writeln(a);var e=mxClient.IS_IE||mxClient.IS_EDGE||null!=document.documentMode;e&&d.writeln(c);d.writeln("</body>");d.writeln("</html>");d.close();if(!e){var f=b.document.createElement("div");f.marginLeft="26px";f.marginTop="26px";mxUtils.write(f,mxResources.get("updatingDocument"));e=b.document.createElement("img");e.setAttribute("src",window.location.protocol+"//"+window.location.hostname+"/"+IMAGE_PATH+"/spin.gif");e.style.marginLeft="6px";f.appendChild(e);b.document.body.insertBefore(f, +b.document.body.firstChild);window.setTimeout(function(){var b=document.createElement("script");b.type="text/javascript";b.src=/<script.*?src="(.*?)"/.exec(c)[1];d.body.appendChild(b);f.parentNode.removeChild(f)},20)}});b.showDialog(d.container,440,240,!0,!0);d.init()}))})})}));b.actions.put("liveImage",new Action("Live image...",function(){b.spinner.spin(document.body,mxResources.get("loading"))&&b.getPublicUrl(b.getCurrentFile(),function(a){b.spinner.stop();null!=a?(a=encodeURIComponent(a),a=new EmbedDialog(b, +EXPORT_URL+"?format=png&url="+a,0),b.showDialog(a.container,440,240,!0,!0),a.init()):b.handleError({message:mxResources.get("invalidPublicUrl")})})}));b.actions.put("embedImage",new Action(mxResources.get("image")+"...",function(){b.showEmbedImageDialog(function(a,c,d,e,f,g){b.spinner.spin(document.body,mxResources.get("loading"))&&b.createEmbedImage(a,c,d,e,f,g,function(a){b.spinner.stop();a=new EmbedDialog(b,a);b.showDialog(a.container,440,240,!0,!0);a.init()},function(a){b.spinner.stop();b.handleError(a)})}, +mxResources.get("image"),mxResources.get("retina"),b.isExportToCanvas())}));b.actions.put("embedSvg",new Action(mxResources.get("formatSvg")+"...",function(){b.showEmbedImageDialog(function(a,c,d,e,f,g){b.spinner.spin(document.body,mxResources.get("loading"))&&b.createEmbedSvg(a,c,d,e,f,g,function(a){b.spinner.stop();a=new EmbedDialog(b,a);b.showDialog(a.container,440,240,!0,!0);a.init()},function(a){b.spinner.stop();b.handleError(a)})},mxResources.get("formatSvg"),mxResources.get("image"),!0,"https://desk.draw.io/support/solutions/articles/16000042548")})); +b.actions.put("embedIframe",new Action(mxResources.get("iframe")+"...",function(){var a=d.getGraphBounds();b.showPublishLinkDialog(mxResources.get("iframe"),null,"100%",Math.ceil((a.y+a.height-d.view.translate.y)/d.view.scale)+2,function(a,c,d,e,f,h,g,k){b.spinner.spin(document.body,mxResources.get("loading"))&&b.getPublicUrl(b.getCurrentFile(),function(m){b.spinner.stop();m=new EmbedDialog(b,'<iframe frameborder="0" style="width:'+g+";height:"+k+';" src="'+b.createLink(a,c,d,e,f,h,m)+'"></iframe>'); +b.showDialog(m.container,440,240,!0,!0);m.init()})},!0)}));b.actions.put("publishLink",new Action(mxResources.get("link")+"...",function(){b.showPublishLinkDialog(null,null,null,null,function(a,c,d,e,f,g){b.spinner.spin(document.body,mxResources.get("loading"))&&b.getPublicUrl(b.getCurrentFile(),function(h){b.spinner.stop();h=new EmbedDialog(b,b.createLink(a,c,d,e,f,g,h));b.showDialog(h.container,440,240,!0,!0);h.init()})})}));b.actions.addAction("googleDocs...",function(){b.openLink("http://docsaddon.draw.io")}); +b.actions.addAction("googleSites...",function(){b.spinner.spin(document.body,mxResources.get("loading"))&&b.getPublicUrl(b.getCurrentFile(),function(a){b.spinner.stop();a=new GoogleSitesDialog(b,a);b.showDialog(a.container,420,256,!0,!0);a.init()})});if(isLocalStorage||mxClient.IS_CHROMEAPP)f=b.actions.addAction("scratchpad",function(){b.toggleScratchpad()}),f.setToggleAction(!0),f.setSelectedCallback(function(){return null!=b.scratchpad}),b.actions.addAction("plugins...",function(){b.showDialog((new PluginsDialog(b)).container, +360,170,!0,!1)});f=b.actions.addAction("search",function(){var a=b.sidebar.isEntryVisible("search");b.sidebar.showPalette("search",!a);isLocalStorage&&(mxSettings.settings.search=!a,mxSettings.save())});f.setToggleAction(!0);f.setSelectedCallback(function(){return b.sidebar.isEntryVisible("search")});"1"==urlParams.embed&&(b.actions.get("save").funct=function(a){d.isEditing()&&d.stopEditing();var c="0"!=urlParams.pages||null!=b.pages&&1<b.pages.length?b.getFileData(!0):mxUtils.getXml(b.editor.getGraphXml()); +if("json"==urlParams.proto){var e=b.createLoadMessage("save");e.xml=c;a&&(e.exit=!0);c=JSON.stringify(e)}(window.opener||window.parent).postMessage(c,"*");"0"!=urlParams.modified&&"1"!=urlParams.keepmodified&&(b.editor.modified=!1,b.editor.setStatus(""));null!=b.getCurrentFile()&&b.saveFile()},b.actions.addAction("saveAndExit",function(){b.actions.get("save").funct(!0)}),b.actions.addAction("exit",function(){var a=function(){b.editor.modified=!1;var a="json"==urlParams.proto?JSON.stringify({event:"exit", modified:b.editor.modified}):"";(window.opener||window.parent).postMessage(a,"*")};b.editor.modified?b.confirm(mxResources.get("allChangesLost"),null,a,mxResources.get("cancel"),mxResources.get("discardChanges")):a()}));this.put("exportAs",new Menu(mxUtils.bind(this,function(a,c){b.isExportToCanvas()?(this.addMenuItems(a,["exportPng"],c),b.jpgSupported&&this.addMenuItems(a,["exportJpg"],c)):b.isOffline()||mxClient.IS_IOS&&navigator.standalone||this.addMenuItems(a,["exportPng","exportJpg"],c);this.addMenuItems(a, ["exportSvg","-"],c);b.isOffline()||b.printPdfExport?this.addMenuItems(a,["exportPdf"],c):b.isOffline()||mxClient.IS_IOS&&navigator.standalone||this.addMenuItems(a,["exportPdf"],c);mxClient.IS_IE11||mxClient.IS_IE||"undefined"===typeof VsdxExport&&b.isOffline()||this.addMenuItems(a,["exportVsdx"],c);this.addMenuItems(a,["-","exportHtml","exportXml","exportUrl"],c);b.isOffline()||(a.addSeparator(c),this.addMenuItem(a,"export",c).firstChild.nextSibling.innerHTML=mxResources.get("advanced")+"...")}))); -this.editorUi.actions.addAction("chatWindowTitle...",mxUtils.bind(this.editorUi,this.editorUi.toggleChat));this.put("importFrom",new Menu(function(c,e){function f(a){a.pickFile(function(c){b.spinner.spin(document.body,mxResources.get("loading"))&&a.getFile(c,function(a){var c=h(a.getTitle());/\.svg$/i.test(a.getTitle())&&!b.editor.isDataSvg(a.getData())&&(a.setData(b.createSvgDataUri(a.getData())),c="image/svg+xml");g(a.getData(),c,a.getTitle())},function(a){b.handleError(a,null!=a?mxResources.get("errorLoadingFile"): -null)},a==b.drive)},!0)}var g=mxUtils.bind(this,function(a,c,f){var e=d.view,g=d.getGraphBounds(),h=d.snap(Math.ceil(Math.max(0,g.x/e.scale-e.translate.x)+4*d.gridSize)),k=d.snap(Math.ceil(Math.max(0,(g.y+g.height)/e.scale-e.translate.y)+4*d.gridSize));"data:image/"==a.substring(0,11)?b.loadImage(a,mxUtils.bind(this,function(e){var g=!0,m=mxUtils.bind(this,function(){b.resizeImage(e,a,mxUtils.bind(this,function(e,m,l){e=g?Math.min(1,Math.min(b.maxImageSize/m,b.maxImageSize/l)):1;b.importFile(a,c, -h,k,Math.round(m*e),Math.round(l*e),f,function(a){b.spinner.stop();d.setSelectionCells(a);d.scrollCellToVisible(d.getSelectionCell())})}),g)});a.length>b.resampleThreshold?b.confirmImageResize(function(a){g=a;m()}):m()}),mxUtils.bind(this,function(){b.handleError({message:mxResources.get("cannotOpenFile")})})):b.importFile(a,c,h,k,0,0,f,function(a){b.spinner.stop();d.setSelectionCells(a);d.scrollCellToVisible(d.getSelectionCell())})}),h=mxUtils.bind(this,function(a){var b="text/xml";/\.png$/i.test(a)? -b="image/png":/\.jpe?g$/i.test(a)?b="image/jpg":/\.gif$/i.test(a)&&(b="image/gif");return b});"undefined"!=typeof google&&"undefined"!=typeof google.picker&&(null!=b.drive?c.addItem(mxResources.get("googleDrive")+"...",null,function(){f(b.drive)},e):m&&c.addItem(mxResources.get("googleDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},e,null,!1));null!=b.gitHub&&c.addItem(mxResources.get("github")+"...",null,function(){f(b.gitHub)},e);null!=b.dropbox?c.addItem(mxResources.get("dropbox")+ +this.editorUi.actions.addAction("chatWindowTitle...",mxUtils.bind(this.editorUi,this.editorUi.toggleChat));this.put("importFrom",new Menu(function(c,e){function f(a){a.pickFile(function(c){b.spinner.spin(document.body,mxResources.get("loading"))&&a.getFile(c,function(a){var c=g(a.getTitle());/\.svg$/i.test(a.getTitle())&&!b.editor.isDataSvg(a.getData())&&(a.setData(b.createSvgDataUri(a.getData())),c="image/svg+xml");h(a.getData(),c,a.getTitle())},function(a){b.handleError(a,null!=a?mxResources.get("errorLoadingFile"): +null)},a==b.drive)},!0)}var h=mxUtils.bind(this,function(a,c,e){var f=d.view,h=d.getGraphBounds(),g=d.snap(Math.ceil(Math.max(0,h.x/f.scale-f.translate.x)+4*d.gridSize)),k=d.snap(Math.ceil(Math.max(0,(h.y+h.height)/f.scale-f.translate.y)+4*d.gridSize));"data:image/"==a.substring(0,11)?b.loadImage(a,mxUtils.bind(this,function(f){var h=!0,m=mxUtils.bind(this,function(){b.resizeImage(f,a,mxUtils.bind(this,function(f,m,l){f=h?Math.min(1,Math.min(b.maxImageSize/m,b.maxImageSize/l)):1;b.importFile(a,c, +g,k,Math.round(m*f),Math.round(l*f),e,function(a){b.spinner.stop();d.setSelectionCells(a);d.scrollCellToVisible(d.getSelectionCell())})}),h)});a.length>b.resampleThreshold?b.confirmImageResize(function(b){h=b;m()}):m()}),mxUtils.bind(this,function(){b.handleError({message:mxResources.get("cannotOpenFile")})})):b.importFile(a,c,g,k,0,0,e,function(a){b.spinner.stop();d.setSelectionCells(a);d.scrollCellToVisible(d.getSelectionCell())})}),g=mxUtils.bind(this,function(b){var a="text/xml";/\.png$/i.test(b)? +a="image/png":/\.jpe?g$/i.test(b)?a="image/jpg":/\.gif$/i.test(b)&&(a="image/gif");return a});"undefined"!=typeof google&&"undefined"!=typeof google.picker&&(null!=b.drive?c.addItem(mxResources.get("googleDrive")+"...",null,function(){f(b.drive)},e):m&&c.addItem(mxResources.get("googleDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},e,null,!1));null!=b.gitHub&&c.addItem(mxResources.get("github")+"...",null,function(){f(b.gitHub)},e);null!=b.dropbox?c.addItem(mxResources.get("dropbox")+ "...",null,function(){f(b.dropbox)},e):n&&c.addItem(mxResources.get("dropbox")+" ("+mxResources.get("loading")+"...)",null,function(){},e,null,!1);null!=b.oneDrive?c.addItem(mxResources.get("oneDrive")+"...",null,function(){f(b.oneDrive)},e):p&&c.addItem(mxResources.get("oneDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},e,null,!1);null!=b.trello?c.addItem(mxResources.get("trello")+"...",null,function(){f(b.trello)},e):a&&c.addItem(mxResources.get("trello")+" ("+mxResources.get("loading")+ "...)",null,function(){},e,null,!1);c.addSeparator(e);isLocalStorage&&"0"!=urlParams.browser&&c.addItem(mxResources.get("browser")+"...",null,function(){b.importLocalFile(!1)},e);mxClient.IS_IOS||c.addItem(mxResources.get("device")+"...",null,function(){b.importLocalFile(!0)},e);b.isOffline()||(c.addSeparator(e),c.addItem(mxResources.get("url")+"...",null,function(){var a=new FilenameDialog(b,"",mxResources.get("import"),function(a){if(null!=a&&0<a.length&&b.spinner.spin(document.body,mxResources.get("loading"))){var c= -/(\.png)($|\?)/i.test(a)?"image/png":"text/xml";b.loadUrl(PROXY_URL+"?url="+encodeURIComponent(a),function(b){g(b,c,a)},function(){b.spinner.stop();b.handleError(null,mxResources.get("errorLoadingFile"))},"image/png"==c)}},mxResources.get("url"));b.showDialog(a.container,300,80,!0,!0);a.init()},e))})).isEnabled=k;this.put("theme",new Menu(mxUtils.bind(this,function(a,c){var d=a.addItem(mxResources.get("kennedy"),null,function(){mxSettings.setUi("");mxSettings.save();b.alert(mxResources.get("restartForChangeRequired"))}, +/(\.png)($|\?)/i.test(a)?"image/png":"text/xml";b.loadUrl(PROXY_URL+"?url="+encodeURIComponent(a),function(b){h(b,c,a)},function(){b.spinner.stop();b.handleError(null,mxResources.get("errorLoadingFile"))},"image/png"==c)}},mxResources.get("url"));b.showDialog(a.container,300,80,!0,!0);a.init()},e))})).isEnabled=k;this.put("theme",new Menu(mxUtils.bind(this,function(a,c){var d=a.addItem(mxResources.get("kennedy"),null,function(){mxSettings.setUi("");mxSettings.save();b.alert(mxResources.get("restartForChangeRequired"))}, c);"atlas"!=uiTheme&&"dark"!=uiTheme&&"min"!=uiTheme&&a.addCheckmark(d,Editor.checkmarkImage);d=a.addItem(mxResources.get("minimal"),null,function(){mxSettings.setUi("min");mxSettings.save();b.alert(mxResources.get("restartForChangeRequired"))},c);"min"==uiTheme&&a.addCheckmark(d,Editor.checkmarkImage);d=a.addItem(mxResources.get("atlas"),null,function(){mxSettings.setUi("atlas");mxSettings.save();b.alert(mxResources.get("restartForChangeRequired"))},c);"atlas"==uiTheme&&a.addCheckmark(d,Editor.checkmarkImage); -d=a.addItem(mxResources.get("dark"),null,function(){mxSettings.setUi("dark");mxSettings.save();b.alert(mxResources.get("restartForChangeRequired"))},c);"dark"==uiTheme&&a.addCheckmark(d,Editor.checkmarkImage)})));g=this.editorUi.actions.addAction("rename...",mxUtils.bind(this,function(){var a=this.editorUi.getCurrentFile();if(null!=a){var c=null!=a.getTitle()?a.getTitle():this.editorUi.defaultFilename,c=new FilenameDialog(this.editorUi,c,mxResources.get("rename"),mxUtils.bind(this,function(b){null!= -b&&0<b.length&&null!=a&&this.editorUi.spinner.spin(document.body,mxResources.get("renaming"))&&a.rename(b,mxUtils.bind(this,function(a){this.editorUi.spinner.stop()}),mxUtils.bind(this,function(a){this.editorUi.handleError(a,null!=a?mxResources.get("errorRenamingFile"):null)}))}),a.constructor==DriveFile||a.constructor==StorageFile?mxResources.get("diagramName"):null,function(a){if(null!=a&&0<a.length)return!0;b.showError(mxResources.get("error"),mxResources.get("invalidName"),mxResources.get("ok")); -return!1});this.editorUi.showDialog(c.container,300,80,!0,!0);c.init()}}));g.isEnabled=function(){return this.enabled&&k.apply(this,arguments)};g.visible="1"!=urlParams.embed;b.actions.addAction("makeCopy...",mxUtils.bind(this,function(){var a=b.getCurrentFile();if(null!=a){var c=null!=a.getTitle()?a.getTitle():b.defaultFilename,d="",e=c.lastIndexOf(".");0<=e&&(d=c.substring(e),c=c.substring(0,e));c=mxResources.get("copyOf",[c])+d;a.constructor==DriveFile?(c=new CreateDialog(b,c,mxUtils.bind(this, +d=a.addItem(mxResources.get("dark"),null,function(){mxSettings.setUi("dark");mxSettings.save();b.alert(mxResources.get("restartForChangeRequired"))},c);"dark"==uiTheme&&a.addCheckmark(d,Editor.checkmarkImage)})));f=this.editorUi.actions.addAction("rename...",mxUtils.bind(this,function(){var a=this.editorUi.getCurrentFile();if(null!=a){var c=null!=a.getTitle()?a.getTitle():this.editorUi.defaultFilename,c=new FilenameDialog(this.editorUi,c,mxResources.get("rename"),mxUtils.bind(this,function(b){null!= +b&&0<b.length&&null!=a&&this.editorUi.spinner.spin(document.body,mxResources.get("renaming"))&&a.rename(b,mxUtils.bind(this,function(b){this.editorUi.spinner.stop()}),mxUtils.bind(this,function(b){this.editorUi.handleError(b,null!=b?mxResources.get("errorRenamingFile"):null)}))}),a.constructor==DriveFile||a.constructor==StorageFile?mxResources.get("diagramName"):null,function(a){if(null!=a&&0<a.length)return!0;b.showError(mxResources.get("error"),mxResources.get("invalidName"),mxResources.get("ok")); +return!1});this.editorUi.showDialog(c.container,300,80,!0,!0);c.init()}}));f.isEnabled=function(){return this.enabled&&k.apply(this,arguments)};f.visible="1"!=urlParams.embed;b.actions.addAction("makeCopy...",mxUtils.bind(this,function(){var a=b.getCurrentFile();if(null!=a){var c=null!=a.getTitle()?a.getTitle():b.defaultFilename,d="",e=c.lastIndexOf(".");0<=e&&(d=c.substring(e),c=c.substring(0,e));c=mxResources.get("copyOf",[c])+d;a.constructor==DriveFile?(c=new CreateDialog(b,c,mxUtils.bind(this, function(c,d){"download"==d&&(d=App.MODE_GOOGLE);null!=c&&0<c.length&&(d==App.MODE_GOOGLE?b.spinner.spin(document.body,mxResources.get("saving"))&&a.save(!1,mxUtils.bind(this,function(){a.saveAs(c,mxUtils.bind(this,function(a){b.spinner.stop();var c=b.getUrl();window.openWindow(c+"#G"+a.id,null,mxUtils.bind(this,function(){window.location.hash="G"+a.id}))}),mxUtils.bind(this,function(a){b.handleError(a)}))}),mxUtils.bind(this,function(a){b.handleError(a)})):this.editorUi.createFile(c,this.editorUi.getFileData(!0), null,d))}),mxUtils.bind(this,function(){b.hideDialog()}),mxResources.get("makeCopy"),mxResources.get("create"),null,null,null,null,!0),b.showDialog(c.container,420,380,!0,!0),c.init()):b.editor.editAsNew(this.editorUi.getFileData(!0),c)}}));b.actions.addAction("moveToFolder...",mxUtils.bind(this,function(){var a=b.getCurrentFile();a.getMode()!=App.MODE_GOOGLE&&a.getMode()!=App.MODE_ONEDRIVE||b.pickFolder(a.getMode(),mxUtils.bind(this,function(c){b.spinner.spin(document.body,mxResources.get("moving"))&& a.move(c,mxUtils.bind(this,function(a){b.spinner.stop()}),mxUtils.bind(this,function(a){b.handleError(a)}))}))}));this.put("publish",new Menu(mxUtils.bind(this,function(a,b){this.addMenuItems(a,["publishLink"],b)})));b.actions.put("offline",new Action(mxResources.get("offline")+"...",function(){b.openLink("https://app.draw.io/")}));b.actions.put("download",new Action(mxResources.get("download")+"...",function(){b.openLink("https://get.draw.io/")}));this.editorUi.actions.addAction("share...",mxUtils.bind(this, @@ -7796,7 +7863,7 @@ null,function(){b.showLibraryDialog(null,null,null,null,App.MODE_GOOGLE)},d):m&& "...",null,function(){b.pickLibrary(App.MODE_GOOGLE)},d):m&&c.addItem(mxResources.get("googleDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},d,null,!1));null!=b.gitHub&&c.addItem(mxResources.get("github")+"...",null,function(){b.pickLibrary(App.MODE_GITHUB)},d);null!=b.dropbox?c.addItem(mxResources.get("dropbox")+"...",null,function(){b.pickLibrary(App.MODE_DROPBOX)},d):n&&c.addItem(mxResources.get("dropbox")+" ("+mxResources.get("loading")+"...)",null,function(){},d,null,!1);null!= b.oneDrive?c.addItem(mxResources.get("oneDrive")+"...",null,function(){b.pickLibrary(App.MODE_ONEDRIVE)},d):p&&c.addItem(mxResources.get("oneDrive")+" ("+mxResources.get("loading")+"...)",null,function(){},d,null,!1);null!=b.trello?c.addItem(mxResources.get("trello")+"...",null,function(){b.pickLibrary(App.MODE_TRELLO)},d):a&&c.addItem(mxResources.get("trello")+" ("+mxResources.get("loading")+"...)",null,function(){},d,null,!1);c.addSeparator(d);isLocalStorage&&"0"!=urlParams.browser&&c.addItem(mxResources.get("browser")+ "...",null,function(){b.pickLibrary(App.MODE_BROWSER)},d);mxClient.IS_IOS||c.addItem(mxResources.get("device")+"...",null,function(){b.pickLibrary(App.MODE_DEVICE)},d);b.isOffline()||(c.addSeparator(d),c.addItem(mxResources.get("url")+"...",null,function(){var a=new FilenameDialog(b,"",mxResources.get("open"),function(a){if(null!=a&&0<a.length&&b.spinner.spin(document.body,mxResources.get("loading"))){var c=a;b.isCorsEnabledForUrl(a)||(c=PROXY_URL+"?url="+encodeURIComponent(a));mxUtils.get(c,function(c){if(200<= -c.getStatus()&&299>=c.getStatus()){b.spinner.stop();try{b.loadLibrary(new UrlLibrary(this,c.getText(),a))}catch(A){b.handleError(A,mxResources.get("errorLoadingFile"))}}else b.spinner.stop(),b.handleError(null,mxResources.get("errorLoadingFile"))},function(){b.spinner.stop();b.handleError(null,mxResources.get("errorLoadingFile"))})}},mxResources.get("url"));b.showDialog(a.container,300,80,!0,!0);a.init()},d))})));this.put("edit",new Menu(mxUtils.bind(this,function(a,b){this.addMenuItems(a,"undo redo - cut copy paste delete - duplicate - find - editData editTooltip - editStyle editGeometry - edit - editLink openLink - selectVertices selectEdges selectAll selectNone - lockUnlock".split(" "))}))); +c.getStatus()&&299>=c.getStatus()){b.spinner.stop();try{b.loadLibrary(new UrlLibrary(this,c.getText(),a))}catch(E){b.handleError(E,mxResources.get("errorLoadingFile"))}}else b.spinner.stop(),b.handleError(null,mxResources.get("errorLoadingFile"))},function(){b.spinner.stop();b.handleError(null,mxResources.get("errorLoadingFile"))})}},mxResources.get("url"));b.showDialog(a.container,300,80,!0,!0);a.init()},d))})));this.put("edit",new Menu(mxUtils.bind(this,function(a,b){this.addMenuItems(a,"undo redo - cut copy paste delete - duplicate - find - editData editTooltip - editStyle editGeometry - edit - editLink openLink - selectVertices selectEdges selectAll selectNone - lockUnlock".split(" "))}))); this.put("view",new Menu(mxUtils.bind(this,function(a,c){this.addMenuItems(a,(null!=this.editorUi.format?["formatPanel"]:[]).concat(["outline","layers","-"]));this.addMenuItems(a,["-","search"],c);if(isLocalStorage||mxClient.IS_CHROMEAPP){var d=this.addMenuItem(a,"scratchpad",c);b.isOffline()&&!mxClient.IS_CHROMEAPP||this.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000042367")}this.addMenuItems(a,"shapes - pageView pageScale - scrollbars tooltips - grid guides".split(" "),c); mxClient.IS_SVG&&(null==document.documentMode||9<document.documentMode)&&this.addMenuItem(a,"shadowVisible",c);this.addMenuItems(a,"- connectionArrows connectionPoints - resetView zoomIn zoomOut".split(" "),c)})));this.put("extras",new Menu(mxUtils.bind(this,function(a,c){"1"!=urlParams.embed&&(this.addSubmenu("theme",a,c),a.addSeparator(c));this.addMenuItems(a,["copyConnect","collapseExpand","-"],c);if("undefined"!==typeof MathJax){var d=this.addMenuItem(a,"mathematicalTypesetting",c);this.addLinkToItem(d, "https://desk.draw.io/support/solutions/articles/16000032875")}"1"!=urlParams.embed&&this.addMenuItems(a,["autosave"],c);this.addMenuItems(a,["-","createShape","editDiagram"],c);a.addSeparator(c);"1"!=urlParams.embed&&(isLocalStorage||mxClient.IS_CHROMEAPP)&&this.addMenuItems(a,["showStartScreen"],c);!b.isOfflineApp()&&"1"!=urlParams.embed&&isLocalStorage&&(d=this.addMenuItem(a,"plugins",c),b.isOffline()||this.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000056430"));a.addSeparator(c); @@ -7816,16 +7883,16 @@ EditorUi.prototype.getPageById=function(b){if(null!=this.pages)for(var e=0;e<thi EditorUi.prototype.initPages=function(){this.actions.addAction("previousPage",mxUtils.bind(this,function(){this.selectNextPage(!1)}));this.actions.addAction("nextPage",mxUtils.bind(this,function(){this.selectNextPage(!0)}));this.keyHandler.bindAction(33,!0,"previousPage",!0);this.keyHandler.bindAction(34,!0,"nextPage",!0);var b=this.editor.graph,e=b.view.validateBackground;b.view.validateBackground=mxUtils.bind(this,function(){if(null!=this.tabContainer){var c=this.tabContainer.style.height;this.tabContainer.style.height= null==this.fileNode||null==this.pages||1==this.pages.length&&"0"==urlParams.pages?"0px":"30px";c!=this.tabContainer.style.height&&this.refresh(!1)}e.apply(b.view,arguments)});var d=null,c=mxUtils.bind(this,function(){this.updateTabContainer();var c=this.currentPage;null!=c&&c!=d&&(null==c.viewState||null==c.viewState.scrollLeft?(this.resetScrollbars(),b.isLightboxView()&&this.lightboxFit(),null!=this.chromelessResize&&(b.container.scrollLeft=0,b.container.scrollTop=0,this.chromelessResize())):(b.container.scrollLeft= b.view.translate.x*b.view.scale+c.viewState.scrollLeft,b.container.scrollTop=b.view.translate.y*b.view.scale+c.viewState.scrollTop),d=c);null!=this.actions.layersWindow&&this.actions.layersWindow.refreshLayers();"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub?1!=MathJax.Hub.queue.pending||null==this.editor||this.editor.graph.mathEnabled||MathJax.Hub.Queue(mxUtils.bind(this,function(){null!=this.editor&&this.editor.graph.refresh()})):"undefined"===typeof Editor.MathJaxClear||null!=this.editor&& -this.editor.graph.mathEnabled||Editor.MathJaxClear()});this.editor.graph.model.addListener(mxEvent.CHANGE,mxUtils.bind(this,function(b,d){for(var e=d.getProperty("edit").changes,h=0;h<e.length;h++)if(e[h]instanceof SelectPage||e[h]instanceof RenamePage||e[h]instanceof MovePage||e[h]instanceof mxRootChange){c();break}}));null!=this.toolbar&&this.editor.addListener("pageSelected",this.toolbar.updateZoom)}; -Graph.prototype.createViewState=function(b){var e=b.getAttribute("page"),d=b.getAttribute("pageScale"),c=b.getAttribute("pageWidth"),h=b.getAttribute("pageHeight"),k=b.getAttribute("background"),m=b.getAttribute("backgroundImage"),m=null!=m&&0<m.length?JSON.parse(m):null;return{gridEnabled:"0"!=b.getAttribute("grid"),gridSize:parseFloat(b.getAttribute("gridSize"))||mxGraph.prototype.gridSize,guidesEnabled:"0"!=b.getAttribute("guides"),foldingEnabled:"0"!=b.getAttribute("fold"),shadowVisible:"1"== -b.getAttribute("shadow"),pageVisible:this.isLightboxView()?!1:null!=e?"0"!=e:this.defaultPageVisible,background:null!=k&&0<k.length?k:this.defaultGraphBackground,backgroundImage:null!=m?new mxImage(m.src,m.width,m.height):null,pageScale:null!=d?d:mxGraph.prototype.pageScale,pageFormat:null!=c&&null!=h?new mxRectangle(0,0,parseFloat(c),parseFloat(h)):this.pageFormat,tooltips:"0"!=b.getAttribute("tooltips"),connect:"0"!=b.getAttribute("connect"),arrows:"0"!=b.getAttribute("arrows"),mathEnabled:"1"== +this.editor.graph.mathEnabled||Editor.MathJaxClear()});this.editor.graph.model.addListener(mxEvent.CHANGE,mxUtils.bind(this,function(b,d){for(var e=d.getProperty("edit").changes,g=0;g<e.length;g++)if(e[g]instanceof SelectPage||e[g]instanceof RenamePage||e[g]instanceof MovePage||e[g]instanceof mxRootChange){c();break}}));null!=this.toolbar&&this.editor.addListener("pageSelected",this.toolbar.updateZoom)}; +Graph.prototype.createViewState=function(b){var e=b.getAttribute("page"),d=b.getAttribute("pageScale"),c=b.getAttribute("pageWidth"),g=b.getAttribute("pageHeight"),k=b.getAttribute("background"),m=b.getAttribute("backgroundImage"),m=null!=m&&0<m.length?JSON.parse(m):null;return{gridEnabled:"0"!=b.getAttribute("grid"),gridSize:parseFloat(b.getAttribute("gridSize"))||mxGraph.prototype.gridSize,guidesEnabled:"0"!=b.getAttribute("guides"),foldingEnabled:"0"!=b.getAttribute("fold"),shadowVisible:"1"== +b.getAttribute("shadow"),pageVisible:this.isLightboxView()?!1:null!=e?"0"!=e:this.defaultPageVisible,background:null!=k&&0<k.length?k:this.defaultGraphBackground,backgroundImage:null!=m?new mxImage(m.src,m.width,m.height):null,pageScale:null!=d?d:mxGraph.prototype.pageScale,pageFormat:null!=c&&null!=g?new mxRectangle(0,0,parseFloat(c),parseFloat(g)):this.pageFormat,tooltips:"0"!=b.getAttribute("tooltips"),connect:"0"!=b.getAttribute("connect"),arrows:"0"!=b.getAttribute("arrows"),mathEnabled:"1"== b.getAttribute("math"),selectionCells:null,defaultParent:null,scrollbars:this.defaultScrollbars,scale:1}}; Graph.prototype.getViewState=function(){return{defaultParent:this.defaultParent,currentRoot:this.view.currentRoot,gridEnabled:this.gridEnabled,gridSize:this.gridSize,guidesEnabled:this.graphHandler.guidesEnabled,foldingEnabled:this.foldingEnabled,shadowVisible:this.shadowVisible,scrollbars:this.scrollbars,pageVisible:this.pageVisible,background:this.background,backgroundImage:this.backgroundImage,pageScale:this.pageScale,pageFormat:this.pageFormat,tooltips:this.tooltipHandler.isEnabled(),connect:this.connectionHandler.isEnabled(), arrows:this.connectionArrowsEnabled,scale:this.view.scale,scrollLeft:this.container.scrollLeft-this.view.translate.x*this.view.scale,scrollTop:this.container.scrollTop-this.view.translate.y*this.view.scale,translate:this.view.translate.clone(),lastPasteXml:this.lastPasteXml,pasteCounter:this.pasteCounter,mathEnabled:this.mathEnabled}}; Graph.prototype.setViewState=function(b){null!=b?(this.lastPasteXml=b.lastPasteXml,this.pasteCounter=b.pasteCounter||0,this.mathEnabled=b.mathEnabled,this.gridEnabled=b.gridEnabled,this.gridSize=b.gridSize,this.graphHandler.guidesEnabled=b.guidesEnabled,this.foldingEnabled=b.foldingEnabled,this.setShadowVisible(b.shadowVisible,!1),this.scrollbars=b.scrollbars,this.pageVisible=b.pageVisible,this.background=b.background,this.backgroundImage=b.backgroundImage,this.pageScale=b.pageScale,this.pageFormat= b.pageFormat,this.view.scale=b.scale,this.view.currentRoot=b.currentRoot,this.defaultParent=b.defaultParent,this.connectionArrowsEnabled=b.arrows,this.setTooltips(b.tooltips),this.setConnectable(b.connect),this.model.contains(this.view.currentRoot)||(this.view.currentRoot=null),this.model.contains(this.defaultParent)||(this.setDefaultParent(null),this.selectUnlockedLayer()),null!=b.translate&&(this.view.translate=b.translate)):(this.view.currentRoot=null,this.view.scale=1,this.gridEnabled=!0,this.gridSize= -mxGraph.prototype.gridSize,this.pageScale=mxGraph.prototype.pageScale,this.pageFormat=mxSettings.getPageFormat(),this.pageVisible=this.defaultPageVisible,this.background=this.defaultGraphBackground,this.backgroundImage=null,this.scrollbars=this.defaultScrollbars,this.foldingEnabled=this.graphHandler.guidesEnabled=!0,this.defaultParent=null,this.setTooltips(!0),this.setConnectable(!0),this.lastPasteXml=null,this.pasteCounter=0,this.mathEnabled=!1,this.connectionArrowsEnabled=!0);this.preferPageSize= -this.pageBreaksVisible=this.pageVisible};EditorUi.prototype.updatePageRoot=function(b){if(null==b.root){var e=this.editor.extractGraphModel(b.node);if(null!=e){b.graphModelNode=e;b.viewState=this.editor.graph.createViewState(e);var d=new mxCodec(e.ownerDocument);b.root=d.decode(e).root}else b.root=this.editor.graph.model.createRoot()}return b}; +mxGraph.prototype.gridSize,this.pageScale=mxGraph.prototype.pageScale,this.pageFormat=mxSettings.getPageFormat(),this.pageVisible=this.defaultPageVisible,this.background=this.defaultGraphBackground,this.backgroundImage=null,this.scrollbars=this.defaultScrollbars,this.foldingEnabled=this.graphHandler.guidesEnabled=!0,this.setShadowVisible(!1,!1),this.defaultParent=null,this.setTooltips(!0),this.setConnectable(!0),this.lastPasteXml=null,this.pasteCounter=0,this.mathEnabled=!1,this.connectionArrowsEnabled= +!0);this.preferPageSize=this.pageBreaksVisible=this.pageVisible};EditorUi.prototype.updatePageRoot=function(b){if(null==b.root){var e=this.editor.extractGraphModel(b.node);if(null!=e){b.graphModelNode=e;b.viewState=this.editor.graph.createViewState(e);var d=new mxCodec(e.ownerDocument);b.root=d.decode(e).root}else b.root=this.editor.graph.model.createRoot()}return b}; EditorUi.prototype.selectPage=function(b,e){this.editor.graph.isEditing()&&this.editor.graph.stopEditing(!1);e=null!=e?e:!1;this.editor.graph.isMouseDown=!1;this.editor.graph.reset();var d=this.editor.graph.model.createUndoableEdit();d.ignoreEdit=!0;var c=new SelectPage(this,b);c.execute();d.add(c);d.notify();this.editor.graph.tooltipHandler.hide();e||this.editor.graph.model.fireEvent(new mxEventObject(mxEvent.UNDO,"edit",d))}; EditorUi.prototype.selectNextPage=function(b){var e=this.currentPage;null!=e&&null!=this.pages&&(e=mxUtils.indexOf(this.pages,e),b?this.selectPage(this.pages[mxUtils.mod(e+1,this.pages.length)]):b||this.selectPage(this.pages[mxUtils.mod(e-1,this.pages.length)]))};EditorUi.prototype.insertPage=function(b,e){if(this.editor.graph.isEnabled()){b=null!=b?b:this.createPage();e=null!=e?e:this.pages.length;var d=new ChangePage(this,b,b,e);this.editor.graph.model.execute(d)}return b}; EditorUi.prototype.createPage=function(b){var e=new DiagramPage(this.fileNode.ownerDocument.createElement("diagram"));e.setName(null!=b?b:this.createPageName());return e};EditorUi.prototype.createPageName=function(){for(var b={},e=0;e<this.pages.length;e++){var d=this.pages[e].getName();null!=d&&0<d.length&&(b[d]=d)}e=this.pages.length;do d=mxResources.get("pageWithNumber",[++e]);while(null!=b[d]);return d}; @@ -7834,8 +7901,8 @@ EditorUi.prototype.duplicatePage=function(b,e){var d=this.editor.graph,c=null;d. EditorUi.prototype.renamePage=function(b){if(this.editor.graph.isEnabled()){var e=new FilenameDialog(this,b.getName(),mxResources.get("rename"),mxUtils.bind(this,function(d){null!=d&&0<d.length&&this.editor.graph.model.execute(new RenamePage(this,b,d))}),mxResources.get("rename"));this.showDialog(e.container,300,80,!0,!0);e.init()}return b};EditorUi.prototype.movePage=function(b,e){this.editor.graph.model.execute(new MovePage(this,b,e))}; EditorUi.prototype.createTabContainer=function(){var b=document.createElement("div");b.style.backgroundColor="dark"==uiTheme?"#2a2a2a":"#dcdcdc";b.style.position="absolute";b.style.whiteSpace="nowrap";b.style.overflow="hidden";b.style.height="0px";return b}; EditorUi.prototype.updateTabContainer=function(){if(null!=this.tabContainer&&null!=this.pages){var b=this.editor.graph,e=document.createElement("div");e.style.position="relative";e.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";e.style.verticalAlign="top";e.style.height=this.tabContainer.style.height;e.style.whiteSpace="nowrap";e.style.overflow="hidden";e.style.fontSize="12px";e.style.marginLeft="30px";for(var d=this.editor.isChromelessView()?29:59,c=Math.min(140,Math.max(20,(this.tabContainer.clientWidth- -d)/this.pages.length)+1),h=null,k=0;k<this.pages.length;k++)mxUtils.bind(this,function(a,c){this.pages[a]==this.currentPage?(c.className="geActivePage",c.style.backgroundColor="dark"==uiTheme?"#2a2a2a":"#eeeeee",c.style.fontWeight="bold",c.style.borderTopStyle="none"):c.className="geInactivePage";c.setAttribute("draggable","true");mxEvent.addListener(c,"dragstart",mxUtils.bind(this,function(c){b.isEnabled()?(mxClient.IS_FF&&c.dataTransfer.setData("Text","<diagram/>"),h=a):mxEvent.consume(c)}));mxEvent.addListener(c, -"dragend",mxUtils.bind(this,function(a){h=null;a.stopPropagation();a.preventDefault()}));mxEvent.addListener(c,"dragover",mxUtils.bind(this,function(a){null!=h&&(a.dataTransfer.dropEffect="move");a.stopPropagation();a.preventDefault()}));mxEvent.addListener(c,"drop",mxUtils.bind(this,function(b){null!=h&&a!=h&&this.movePage(h,a);b.stopPropagation();b.preventDefault()}));e.appendChild(c)})(k,this.createTabForPage(this.pages[k],c,this.pages[k]!=this.currentPage));this.tabContainer.innerHTML="";this.tabContainer.appendChild(e); +d)/this.pages.length)+1),g=null,k=0;k<this.pages.length;k++)mxUtils.bind(this,function(a,c){this.pages[a]==this.currentPage?(c.className="geActivePage",c.style.backgroundColor="dark"==uiTheme?"#2a2a2a":"#eeeeee",c.style.fontWeight="bold",c.style.borderTopStyle="none"):c.className="geInactivePage";c.setAttribute("draggable","true");mxEvent.addListener(c,"dragstart",mxUtils.bind(this,function(c){b.isEnabled()?(mxClient.IS_FF&&c.dataTransfer.setData("Text","<diagram/>"),g=a):mxEvent.consume(c)}));mxEvent.addListener(c, +"dragend",mxUtils.bind(this,function(a){g=null;a.stopPropagation();a.preventDefault()}));mxEvent.addListener(c,"dragover",mxUtils.bind(this,function(a){null!=g&&(a.dataTransfer.dropEffect="move");a.stopPropagation();a.preventDefault()}));mxEvent.addListener(c,"drop",mxUtils.bind(this,function(b){null!=g&&a!=g&&this.movePage(g,a);b.stopPropagation();b.preventDefault()}));e.appendChild(c)})(k,this.createTabForPage(this.pages[k],c,this.pages[k]!=this.currentPage));this.tabContainer.innerHTML="";this.tabContainer.appendChild(e); c=this.createPageMenuTab();this.tabContainer.appendChild(c);c=null;this.isPageInsertTabVisible()&&(c=this.createPageInsertTab(),this.tabContainer.appendChild(c));if(e.clientWidth>this.tabContainer.clientWidth-d){null!=c&&(c.style.position="absolute",c.style.right="0px",e.style.marginRight="30px");var m=this.createControlTab(4," ❮ ");m.style.position="absolute";m.style.right=this.editor.chromeless?"29px":"55px";m.style.fontSize="13pt";this.tabContainer.appendChild(m);var n=this.createControlTab(4, " ❯");n.style.position="absolute";n.style.right=this.editor.chromeless?"0px":"29px";n.style.fontSize="13pt";this.tabContainer.appendChild(n);var p=Math.max(0,this.tabContainer.clientWidth-(this.editor.chromeless?86:116));e.style.width=p+"px";mxEvent.addListener(m,"click",mxUtils.bind(this,function(a){e.scrollLeft-=Math.max(20,p-20);mxUtils.setOpacity(m,0<e.scrollLeft?100:50);mxUtils.setOpacity(n,e.scrollLeft<e.scrollWidth-e.clientWidth?100:50);mxEvent.consume(a)}));mxUtils.setOpacity(m, 0<e.scrollLeft?100:50);mxUtils.setOpacity(n,e.scrollLeft<e.scrollWidth-e.clientWidth?100:50);mxEvent.addListener(n,"click",mxUtils.bind(this,function(a){e.scrollLeft+=Math.max(20,p-20);mxUtils.setOpacity(m,0<e.scrollLeft?100:50);mxUtils.setOpacity(n,e.scrollLeft<e.scrollWidth-e.clientWidth?100:50);mxEvent.consume(a)}))}}};EditorUi.prototype.isPageInsertTabVisible=function(){return 1==urlParams.embed||null!=this.getCurrentFile()&&this.getCurrentFile().isEditable()}; @@ -7847,62 +7914,62 @@ function(a){var d=b.addItem(this.pages[a].getName(),null,mxUtils.bind(this,funct null,mxUtils.bind(this,function(){this.renamePage(e,e.getName())}),c),b.addSeparator(c),b.addItem(mxResources.get("duplicate"),null,mxUtils.bind(this,function(){this.duplicatePage(e,mxResources.get("copyOf",[e.getName()]))}),c))}}));d.div.className+=" geMenubarMenu";d.smartSeparators=!0;d.showDisabled=!0;d.autoExpand=!0;d.hideMenu=mxUtils.bind(this,function(){mxPopupMenu.prototype.hideMenu.apply(d,arguments);d.destroy()});var c=mxEvent.getClientX(b),e=mxEvent.getClientY(b);d.popup(c,e,null,b);this.setCurrentMenu(d); mxEvent.consume(b)}));return b};EditorUi.prototype.createPageInsertTab=function(){var b=this.createControlTab(4,'<div class="geSprite geSprite-plus" style="display:inline-block;width:21px;height:21px;"></div>');b.setAttribute("title",mxResources.get("insertPage"));mxEvent.addListener(b,"click",mxUtils.bind(this,function(b){this.insertPage();mxEvent.consume(b)}));return b}; EditorUi.prototype.createTabForPage=function(b,e,d){d=this.createTab(d);var c=b.getName();d.setAttribute("title",c);mxUtils.write(d,c);d.style.maxWidth=e+"px";d.style.width=e+"px";this.addTabListeners(b,d);42<e&&(d.style.textOverflow="ellipsis");return d}; -EditorUi.prototype.addTabListeners=function(b,e){mxEvent.disableContextMenu(e);var d=this.editor.graph;mxEvent.addListener(e,"dblclick",mxUtils.bind(this,function(c){this.renamePage(b);mxEvent.consume(c)}));var c=!1,h=!1;mxEvent.addGestureListeners(e,mxUtils.bind(this,function(e){c=null!=this.currentMenu;h=b==this.currentPage;d.isMouseDown||h||this.selectPage(b)}),null,mxUtils.bind(this,function(k){if(d.isEnabled()&&!d.isMouseDown&&(mxEvent.isTouchEvent(k)&&h||mxEvent.isPopupTrigger(k))){d.popupMenuHandler.hideMenu(); +EditorUi.prototype.addTabListeners=function(b,e){mxEvent.disableContextMenu(e);var d=this.editor.graph;mxEvent.addListener(e,"dblclick",mxUtils.bind(this,function(c){this.renamePage(b);mxEvent.consume(c)}));var c=!1,g=!1;mxEvent.addGestureListeners(e,mxUtils.bind(this,function(e){c=null!=this.currentMenu;g=b==this.currentPage;d.isMouseDown||g||this.selectPage(b)}),null,mxUtils.bind(this,function(k){if(d.isEnabled()&&!d.isMouseDown&&(mxEvent.isTouchEvent(k)&&g||mxEvent.isPopupTrigger(k))){d.popupMenuHandler.hideMenu(); this.hideCurrentMenu();if(!mxEvent.isTouchEvent(k)||!c){var m=new mxPopupMenu(this.createPageMenu(b));m.div.className+=" geMenubarMenu";m.smartSeparators=!0;m.showDisabled=!0;m.autoExpand=!0;m.hideMenu=mxUtils.bind(this,function(){mxPopupMenu.prototype.hideMenu.apply(m,arguments);this.resetCurrentMenu();m.destroy()});var n=mxEvent.getClientX(k),p=mxEvent.getClientY(k);m.popup(n,p,null,k);this.setCurrentMenu(m,e)}mxEvent.consume(k)}}))}; EditorUi.prototype.createPageMenu=function(b,e){return mxUtils.bind(this,function(d,c){d.addItem(mxResources.get("insert"),null,mxUtils.bind(this,function(){this.insertPage(null,mxUtils.indexOf(this.pages,b)+1)}),c);d.addItem(mxResources.get("delete"),null,mxUtils.bind(this,function(){this.removePage(b)}),c);d.addItem(mxResources.get("rename"),null,mxUtils.bind(this,function(){this.renamePage(b,e)}),c);d.addSeparator(c);d.addItem(mxResources.get("duplicate"),null,mxUtils.bind(this,function(){this.duplicatePage(b, -mxResources.get("copyOf",[b.getName()]))}),c)})};(function(){var b=EditorUi.prototype.refresh;EditorUi.prototype.refresh=function(e){b.apply(this,arguments);this.updateTabContainer()}})();(function(){var b=new mxObjectCodec(new MovePage,["ui"]);b.beforeDecode=function(b,d,c){c.ui=b.ui;return d};mxCodecRegistry.register(b)})(); +mxResources.get("copyOf",[b.getName()]))}),c)})};(function(){var b=EditorUi.prototype.refresh;EditorUi.prototype.refresh=function(e){b.apply(this,arguments);this.updateTabContainer()}})();(function(){mxCodecRegistry.getCodec(ChangePageSetup).exclude.push("page")})();(function(){var b=new mxObjectCodec(new MovePage,["ui"]);b.beforeDecode=function(b,d,c){c.ui=b.ui;return d};mxCodecRegistry.register(b)})(); (function(){var b=new mxObjectCodec(new RenamePage,["ui","page","previous"]);b.afterEncode=function(b,d,c){c.setAttribute("page",d.page.getId());return c};b.beforeDecode=function(b,d,c){c.ui=b.ui;return d};b.afterDecode=function(b,d,c){c.page=b.ui.getPageById(d.getAttribute("page"));c.previous=c.name;return c};mxCodecRegistry.register(b)})(); (function(){var b=new mxObjectCodec(new ChangePage,"ui relatedPage index neverShown page previousPage".split(" "));b.afterEncode=function(b,d,c){c.setAttribute("relatedPage",d.relatedPage.getId());null==d.index&&(c.setAttribute("name",d.relatedPage.getName()),null!=d.relatedPage.root&&b.encodeCell(d.relatedPage.root,c));return c};b.beforeDecode=function(b,d,c){c.ui=b.ui;c.relatedPage=c.ui.getPageById(d.getAttribute("relatedPage"));if(null==c.relatedPage){var e=document.createElement("diagram");e.setAttribute("id", d.getAttribute("relatedPage"));e.setAttribute("name",d.getAttribute("name"));c.relatedPage=new DiagramPage(e);d=d.cloneNode(!0);e=d.firstChild;if(null!=e)for(c.relatedPage.root=b.decodeCell(e,!1),c=e.nextSibling,e.parentNode.removeChild(e),e=c;null!=e;){c=e.nextSibling;if(e.nodeType==mxConstants.NODETYPE_ELEMENT){var k=e.getAttribute("id");null==b.lookup(k)&&b.decodeCell(e)}e.parentNode.removeChild(e);e=c}}return d};b.afterDecode=function(b,d,c){c.index=c.previousIndex;return c};mxCodecRegistry.register(b)})();(function(){var b=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAASFBMVEUAAAAAAAB/f3/9/f319fUfHx/7+/s+Pj69vb0AAAAAAAAAAAAAAAAAAAAAAAAAAAB2dnZ1dXUAAAAAAAAVFRX///8ZGRkGBgbOcI1hAAAAE3RSTlMA+vr9/f38+fb1893Bo00u+/tFvPJUBQAAAIRJREFUGNM0jEcSxCAQAxlydGqD///TNWxZBx1aXVIrWysplbapL3sFxgDq/idXBnHgBPK1nIxwc55vCXl6dRFtrV6svs/A/UjsPcpzA5tqyByD92HqQlMFh45BG6ND1DiKSoPDdm96N77bg5F+wyaEqRGb8ZiOwHQqdg9hehszcLAEIQB2lQ4p/sEpnAAAAABJRU5ErkJggg==":IMAGE_PATH+"/move.png",e=Graph.prototype.foldCells; -Graph.prototype.foldCells=function(b,c,d,n,p){c=null!=c?c:!1;null==d&&(d=this.getFoldableCells(this.getSelectionCells(),b));this.stopEditing();this.model.beginUpdate();try{for(var a=d.slice(),g=[],h=0;h<d.length;h++){var k=this.view.getState(d[h]),m=null!=k?k.style:this.getCellStyle(d[h]);"1"==mxUtils.getValue(m,"treeFolding","0")&&(this.traverse(d[h],!0,mxUtils.bind(this,function(a,b){null!=b&&g.push(b);a!=d[h]&&g.push(a);return a==d[h]||!this.model.isCollapsed(a)})),this.model.setCollapsed(d[h], -b))}for(h=0;h<g.length;h++)this.model.setVisible(g[h],!b);d=a;d=e.apply(this,arguments)}finally{this.model.endUpdate()}return d};var d=EditorUi.prototype.init;EditorUi.prototype.init=function(){d.apply(this,arguments);this.editor.isChromelessView()&&!this.editor.editable||this.addTrees()};EditorUi.prototype.addTrees=function(){function c(a){return v.isVertex(a)&&d(a)}function d(a){var b=!1;null!=a&&(a=v.getParent(a),b=u.view.getState(a),u.view.getState(a),b="tree"==(null!=b?b.style:u.getCellStyle(a)).containerType); -return b}function e(a){var b=!1;null!=a&&(a=v.getParent(a),b=u.view.getState(a),u.view.getState(a),b=null!=(null!=b?b.style:u.getCellStyle(a)).childLayout);return b}function n(a){a=u.view.getState(a);if(null!=a){var b=u.getIncomingEdges(a.cell);if(0<b.length&&(b=u.view.getState(b[0]),null!=b&&(b=b.absolutePoints,null!=b&&0<b.length&&(b=b[b.length-1],null!=b)))){if(b.y==a.y&&Math.abs(b.x-a.getCenterX())<a.width/2)return mxConstants.DIRECTION_SOUTH;if(b.y==a.y+a.height&&Math.abs(b.x-a.getCenterX())< -a.width/2)return mxConstants.DIRECTION_NORTH;if(b.x>a.getCenterX())return mxConstants.DIRECTION_WEST}}return mxConstants.DIRECTION_EAST}function p(a,b){b=null!=b?b:!0;u.model.beginUpdate();try{var c=u.model.getParent(a),d=u.getIncomingEdges(a),e=u.cloneCells([d[0],a]);u.model.setTerminal(e[0],u.model.getTerminal(d[0],!0),!0);var f=n(a),g=c.geometry;f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?e[1].geometry.x+=b?a.geometry.width+10:-e[1].geometry.width-10:e[1].geometry.y+=b?a.geometry.height+ -10:-e[1].geometry.height-10;f==mxConstants.DIRECTION_WEST&&(e[1].geometry.x=a.geometry.x+a.geometry.width-e[1].geometry.width);u.view.currentRoot!=c&&(e[1].geometry.x-=g.x,e[1].geometry.y-=g.y);var h=u.view.getState(a),k=u.view.scale;if(null!=h){var m=mxRectangle.fromRectangle(h);f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?m.x+=(b?a.geometry.width+10:-e[1].geometry.width-10)*k:m.y+=(b?a.geometry.height+10:-e[1].geometry.height-10)*k;var l=u.getOutgoingEdges(u.model.getTerminal(d[0], -!0));if(null!=l){for(var p=f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH,v=g=d=0;v<l.length;v++){var q=u.model.getTerminal(l[v],!1);if(f==n(q)){var t=u.view.getState(q);q!=a&&null!=t&&(p&&b!=t.getCenterX()<h.getCenterX()||!p&&b!=t.getCenterY()<h.getCenterY())&&mxUtils.intersects(m,t)&&(d=10+Math.max(d,(Math.min(m.x+m.width,t.x+t.width)-Math.max(m.x,t.x))/k),g=10+Math.max(g,(Math.min(m.y+m.height,t.y+t.height)-Math.max(m.y,t.y))/k))}}p?g=0:d=0;for(v=0;v<l.length;v++)if(q=u.model.getTerminal(l[v], -!1),f==n(q)&&(t=u.view.getState(q),q!=a&&null!=t&&(p&&b!=t.getCenterX()<h.getCenterX()||!p&&b!=t.getCenterY()<h.getCenterY()))){var C=[];u.traverse(t.cell,!0,function(a,b){null!=b&&C.push(b);C.push(a);return!0});u.moveCells(C,(b?1:-1)*d,(b?1:-1)*g)}}}return u.addCells(e,c)}finally{u.model.endUpdate()}}function a(a){u.model.beginUpdate();try{var b=n(a),c=u.getIncomingEdges(a),d=u.cloneCells([c[0],a]);u.model.setTerminal(c[0],d[1],!1);u.model.setTerminal(d[0],d[1],!0);u.model.setTerminal(d[0],a,!1); -var e=u.model.getParent(a),f=e.geometry,g=[];u.view.currentRoot!=e&&(d[1].geometry.x-=f.x,d[1].geometry.y-=f.y);u.traverse(a,!0,function(a,b){null!=b&&g.push(b);g.push(a);return!0});var h=a.geometry.width+40,k=a.geometry.height+40;b==mxConstants.DIRECTION_SOUTH?h=0:b==mxConstants.DIRECTION_NORTH?(h=0,k=-40):b==mxConstants.DIRECTION_WEST?(h=-40,k=0):b==mxConstants.DIRECTION_EAST&&(k=0);u.moveCells(g,h,k);return u.addCells(d,e)}finally{u.model.endUpdate()}}function g(a){u.model.beginUpdate();try{var b= -u.model.getParent(a),c=u.getIncomingEdges(a),d=u.cloneCells([c[0],a]);u.model.setTerminal(d[0],a,!0);var c=u.getOutgoingEdges(a),e=b.geometry,f=[];u.view.currentRoot==b&&(e=new mxRectangle);for(var g=0;g<c.length;g++){var h=u.model.getTerminal(c[g],!1);null!=h&&f.push(h)}var k=u.view.getBounds(f),m=n(a),l=u.view.translate,p=u.view.scale;m==mxConstants.DIRECTION_SOUTH?(d[1].geometry.x=null==k?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(k.x+k.width)/p-l.x-e.x+10,d[1].geometry.y+=a.geometry.height- -e.y+40):m==mxConstants.DIRECTION_NORTH?(d[1].geometry.x=null==k?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(k.x+k.width)/p-l.x+-e.x+10,d[1].geometry.y-=d[1].geometry.height-e.y+40):(d[1].geometry.x=m==mxConstants.DIRECTION_WEST?d[1].geometry.x-(d[1].geometry.width-e.x+40):d[1].geometry.x+(a.geometry.width-e.x+40),d[1].geometry.y=null==k?a.geometry.y+(a.geometry.height-d[1].geometry.height)/2:(k.y+k.height)/p-l.y+-e.y+10);return u.addCells(d,b)}finally{u.model.endUpdate()}}function l(a, -b,c){a=u.getOutgoingEdges(a);c=u.view.getState(c);var d=[];if(null!=c&&null!=a){for(var e=0;e<a.length;e++){var f=u.view.getState(u.model.getTerminal(a[e],!1));null!=f&&(!b&&Math.min(f.x+f.width,c.x+c.width)>=Math.max(f.x,c.x)||b&&Math.min(f.y+f.height,c.y+c.height)>=Math.max(f.y,c.y))&&d.push(f)}d.sort(function(a,c){return b?a.x+a.width-c.x-c.width:a.y+a.height-c.y-c.height})}return d}function t(a,b){var c=n(a),d=b==mxConstants.DIRECTION_EAST||b==mxConstants.DIRECTION_WEST;(c==mxConstants.DIRECTION_EAST|| -c==mxConstants.DIRECTION_WEST)==d&&c!=b?q.actions.get("selectParent").funct():c==b?(d=u.getOutgoingEdges(a),null!=d&&0<d.length&&u.setSelectionCell(u.model.getTerminal(d[0],!1))):(c=u.getIncomingEdges(a),null!=c&&0<c.length&&(d=l(u.model.getTerminal(c[0],!0),d,a),c=u.view.getState(a),null!=c&&(c=mxUtils.indexOf(d,c),0<=c&&(c+=b==mxConstants.DIRECTION_NORTH||b==mxConstants.DIRECTION_WEST?-1:1,0<=c&&c<=d.length-1&&u.setSelectionCell(d[c].cell)))))}var q=this,u=q.editor.graph,v=u.getModel();mxResources.parse("selectChildren=Select Children"); -mxResources.parse("selectSiblings=Select Siblings");mxResources.parse("selectDescendants=Select Descendants");mxResources.parse("selectParent=Select Parent");var x=q.menus.createPopupMenu;q.menus.createPopupMenu=function(a,b,d){x.apply(this,arguments);if(1==u.getSelectionCount()){b=u.getSelectionCell();var e=u.getOutgoingEdges(b);a.addSeparator();null!=e&&0<e.length&&(c(u.getSelectionCell())&&this.addMenuItems(a,["selectChildren"],null,d),this.addMenuItems(a,["selectDescendants"],null,d));c(u.getSelectionCell())&& -(a.addSeparator(),0<u.getIncomingEdges(b).length&&this.addMenuItems(a,["selectSiblings","selectParent"],null,d))}};q.actions.addAction("selectChildren",function(){if(u.isEnabled()&&1==u.getSelectionCount()){var a=u.getSelectionCell(),a=u.getOutgoingEdges(a);if(null!=a){for(var b=[],c=0;c<a.length;c++)b.push(u.model.getTerminal(a[c],!1));u.setSelectionCells(b)}}},null,null,"Alt+Shift+X");q.actions.addAction("selectSiblings",function(){if(u.isEnabled()&&1==u.getSelectionCount()){var a=u.getSelectionCell(), -a=u.getIncomingEdges(a);if(null!=a&&0<a.length&&(a=u.getOutgoingEdges(u.model.getTerminal(a[0],!0)),null!=a)){for(var b=[],c=0;c<a.length;c++)b.push(u.model.getTerminal(a[c],!1));u.setSelectionCells(b)}}},null,null,"Alt+Shift+S");q.actions.addAction("selectParent",function(){if(u.isEnabled()&&1==u.getSelectionCount()){var a=u.getSelectionCell(),a=u.getIncomingEdges(a);null!=a&&0<a.length&&u.setSelectionCell(u.model.getTerminal(a[0],!0))}},null,null,"Alt+Shift+P");q.actions.addAction("selectDescendants", -function(){if(u.isEnabled()&&1==u.getSelectionCount()){var a=u.getSelectionCell(),b=[];u.traverse(a,!0,function(a,c){null!=c&&b.push(c);b.push(a);return!0});u.setSelectionCells(b)}},null,null,"Alt+Shift+T");var z=u.removeCells;u.removeCells=function(a,b){b=null!=b?b:!0;null==a&&(a=this.getDeletableCells(this.getSelectionCells()));b&&(a=this.getDeletableCells(this.addAllEdges(a)));for(var e=[],f=0;f<a.length;f++){var g=a[f];v.isEdge(g)&&d(g)&&(e.push(g),g=v.getTerminal(g,!1));c(g)?(u.traverse(g,!0, -function(a,b){null!=b&&e.push(b);e.push(a);return!0}),g=u.getIncomingEdges(a[f]),a=a.concat(g)):e.push(a[f])}a=e;return z.apply(this,arguments)};q.hoverIcons.getStateAt=function(a,b,d){return c(a.cell)?null:this.graph.view.getState(this.graph.getCellAt(b,d))};var f=u.duplicateCells;u.duplicateCells=function(a,b){a=null!=a?a:this.getSelectionCells();for(var d=a.slice(0),e=0;e<d.length;e++){var g=u.view.getState(d[e]);if(null!=g&&c(g.cell))for(var h=u.getIncomingEdges(g.cell),g=0;g<h.length;g++)mxUtils.remove(h[g], -a)}this.model.beginUpdate();try{var k=f.call(this,a,b);if(k.length==a.length)for(e=0;e<a.length;e++)if(c(a[e])){var m=u.getIncomingEdges(k[e]),h=u.getIncomingEdges(a[e]);if(0==m.length&&0<h.length){var l=this.cloneCells([h[0]])[0];this.addEdge(l,u.getDefaultParent(),this.model.getTerminal(h[0],!0),k[e])}}}finally{this.model.endUpdate()}return k};var w=u.moveCells;u.moveCells=function(a,b,d,e,f,g,h){var k=null;this.model.beginUpdate();try{var m=f,l=this.view.getState(f),n=null!=l?l.style:this.getCellStyle(f); -if(null!=a&&c(f)&&"1"==mxUtils.getValue(n,"treeFolding","0")){for(var p=0;p<a.length;p++)if(c(a[p])||u.model.isEdge(a[p])&&null==u.model.getTerminal(a[p],!0)){f=u.model.getParent(a[p]);break}if(null!=m&&f!=m&&null!=this.view.getState(a[0])){var v=u.getIncomingEdges(a[0]);if(0<v.length){var q=u.view.getState(u.model.getTerminal(v[0],!0));if(null!=q){var t=u.view.getState(m);null!=t&&(b=(t.getCenterX()-q.getCenterX())/u.view.scale,d=(t.getCenterY()-q.getCenterY())/u.view.scale)}}}}k=w.apply(this,arguments); -if(null!=k&&null!=a&&k.length==a.length)for(p=0;p<k.length;p++)if(this.model.isEdge(k[p]))c(m)&&0>mxUtils.indexOf(k,this.model.getTerminal(k[p],!0))&&this.model.setTerminal(k[p],m,!0);else if(c(a[p])&&(v=u.getIncomingEdges(a[p]),0<v.length))if(!e)c(m)&&0>mxUtils.indexOf(a,this.model.getTerminal(v[0],!0))&&this.model.setTerminal(v[0],m,!0);else if(0==u.getIncomingEdges(k[p]).length){l=m;if(null==l||l==u.model.getParent(a[p]))l=u.model.getTerminal(v[0],!0);e=this.cloneCells([v[0]])[0];this.addEdge(e, -u.getDefaultParent(),l,k[p])}}finally{this.model.endUpdate()}return k};if(null!=q.sidebar){var B=q.sidebar.dropAndConnect;q.sidebar.dropAndConnect=function(a,b,d,e){var f=u.model,g=null;f.beginUpdate();try{if(g=B.apply(this,arguments),c(a))for(var h=0;h<g.length;h++)if(f.isEdge(g[h])&&null==f.getTerminal(g[h],!0)){f.setTerminal(g[h],a,!0);var k=u.getCellGeometry(g[h]);k.points=null;null!=k.getTerminalPoint(!0)&&k.setTerminalPoint(null,!0)}}finally{f.endUpdate()}return g}}var E={88:q.actions.get("selectChildren"), -84:q.actions.get("selectSubtree"),80:q.actions.get("selectParent"),83:q.actions.get("selectSiblings")},y=q.onKeyDown;q.onKeyDown=function(b){try{if(u.isEnabled()&&!u.isEditing()&&c(u.getSelectionCell())&&1==u.getSelectionCount()){var d=null;0<u.getIncomingEdges(u.getSelectionCell()).length&&(9==b.which?d=mxEvent.isShiftDown(b)?a(u.getSelectionCell()):g(u.getSelectionCell()):13==b.which&&(d=p(u.getSelectionCell(),!mxEvent.isShiftDown(b))));if(null!=d&&0<d.length)1==d.length&&u.model.isEdge(d[0])?u.setSelectionCell(u.model.getTerminal(d[0], -!1)):u.setSelectionCell(d[d.length-1]),null!=q.hoverIcons&&q.hoverIcons.update(u.view.getState(u.getSelectionCell())),u.startEditingAtCell(u.getSelectionCell()),mxEvent.consume(b);else if(mxEvent.isAltDown(b)&&mxEvent.isShiftDown(b)){var e=E[b.keyCode];null!=e&&(e.funct(b),mxEvent.consume(b))}else 37==b.keyCode?(t(u.getSelectionCell(),mxConstants.DIRECTION_WEST),mxEvent.consume(b)):38==b.keyCode?(t(u.getSelectionCell(),mxConstants.DIRECTION_NORTH),mxEvent.consume(b)):39==b.keyCode?(t(u.getSelectionCell(), -mxConstants.DIRECTION_EAST),mxEvent.consume(b)):40==b.keyCode&&(t(u.getSelectionCell(),mxConstants.DIRECTION_SOUTH),mxEvent.consume(b))}}catch(G){console.log("error",G)}mxEvent.isConsumed(b)||y.apply(this,arguments)};var J=u.connectVertex;u.connectVertex=function(b,d,e,f,h,k){var m=u.getIncomingEdges(b);return c(b)&&0<m.length?(e=n(b),f=e==mxConstants.DIRECTION_EAST||e==mxConstants.DIRECTION_WEST,h=d==mxConstants.DIRECTION_EAST||d==mxConstants.DIRECTION_WEST,e==d?g(b):f==h?a(b):p(b,d!=mxConstants.DIRECTION_NORTH&& -d!=mxConstants.DIRECTION_WEST)):J.call(this,b,d,e,f,h,k)};u.getSubtree=function(a){var b=[a];c(a)&&!e(a)&&u.traverse(a,!0,function(a,c){null!=c&&0>mxUtils.indexOf(b,c)&&b.push(c);0>mxUtils.indexOf(b,a)&&b.push(a);return!0});return b};var A=mxVertexHandler.prototype.init;mxVertexHandler.prototype.init=function(){A.apply(this,arguments);c(this.state.cell)&&0<this.graph.getOutgoingEdges(this.state.cell).length&&(this.moveHandle=mxUtils.createImage(b),this.moveHandle.setAttribute("title","Move Subtree"), +Graph.prototype.foldCells=function(b,c,d,n,p){c=null!=c?c:!1;null==d&&(d=this.getFoldableCells(this.getSelectionCells(),b));this.stopEditing();this.model.beginUpdate();try{for(var a=d.slice(),f=[],g=0;g<d.length;g++){var k=this.view.getState(d[g]),m=null!=k?k.style:this.getCellStyle(d[g]);"1"==mxUtils.getValue(m,"treeFolding","0")&&(this.traverse(d[g],!0,mxUtils.bind(this,function(a,b){null!=b&&f.push(b);a!=d[g]&&f.push(a);return a==d[g]||!this.model.isCollapsed(a)})),this.model.setCollapsed(d[g], +b))}for(g=0;g<f.length;g++)this.model.setVisible(f[g],!b);d=a;d=e.apply(this,arguments)}finally{this.model.endUpdate()}return d};var d=EditorUi.prototype.init;EditorUi.prototype.init=function(){d.apply(this,arguments);this.editor.isChromelessView()&&!this.editor.editable||this.addTrees()};EditorUi.prototype.addTrees=function(){function c(a){return v.isVertex(a)&&d(a)}function d(a){var b=!1;null!=a&&(a=v.getParent(a),b=t.view.getState(a),t.view.getState(a),b="tree"==(null!=b?b.style:t.getCellStyle(a)).containerType); +return b}function e(a){var b=!1;null!=a&&(a=v.getParent(a),b=t.view.getState(a),t.view.getState(a),b=null!=(null!=b?b.style:t.getCellStyle(a)).childLayout);return b}function n(a){a=t.view.getState(a);if(null!=a){var b=t.getIncomingEdges(a.cell);if(0<b.length&&(b=t.view.getState(b[0]),null!=b&&(b=b.absolutePoints,null!=b&&0<b.length&&(b=b[b.length-1],null!=b)))){if(b.y==a.y&&Math.abs(b.x-a.getCenterX())<a.width/2)return mxConstants.DIRECTION_SOUTH;if(b.y==a.y+a.height&&Math.abs(b.x-a.getCenterX())< +a.width/2)return mxConstants.DIRECTION_NORTH;if(b.x>a.getCenterX())return mxConstants.DIRECTION_WEST}}return mxConstants.DIRECTION_EAST}function p(a,b){b=null!=b?b:!0;t.model.beginUpdate();try{var c=t.model.getParent(a),d=t.getIncomingEdges(a),e=t.cloneCells([d[0],a]);t.model.setTerminal(e[0],t.model.getTerminal(d[0],!0),!0);var f=n(a),h=c.geometry;f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?e[1].geometry.x+=b?a.geometry.width+10:-e[1].geometry.width-10:e[1].geometry.y+=b?a.geometry.height+ +10:-e[1].geometry.height-10;f==mxConstants.DIRECTION_WEST&&(e[1].geometry.x=a.geometry.x+a.geometry.width-e[1].geometry.width);t.view.currentRoot!=c&&(e[1].geometry.x-=h.x,e[1].geometry.y-=h.y);var g=t.view.getState(a),k=t.view.scale;if(null!=g){var m=mxRectangle.fromRectangle(g);f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?m.x+=(b?a.geometry.width+10:-e[1].geometry.width-10)*k:m.y+=(b?a.geometry.height+10:-e[1].geometry.height-10)*k;var l=t.getOutgoingEdges(t.model.getTerminal(d[0], +!0));if(null!=l){for(var p=f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH,q=h=d=0;q<l.length;q++){var v=t.model.getTerminal(l[q],!1);if(f==n(v)){var u=t.view.getState(v);v!=a&&null!=u&&(p&&b!=u.getCenterX()<g.getCenterX()||!p&&b!=u.getCenterY()<g.getCenterY())&&mxUtils.intersects(m,u)&&(d=10+Math.max(d,(Math.min(m.x+m.width,u.x+u.width)-Math.max(m.x,u.x))/k),h=10+Math.max(h,(Math.min(m.y+m.height,u.y+u.height)-Math.max(m.y,u.y))/k))}}p?h=0:d=0;for(q=0;q<l.length;q++)if(v=t.model.getTerminal(l[q], +!1),f==n(v)&&(u=t.view.getState(v),v!=a&&null!=u&&(p&&b!=u.getCenterX()<g.getCenterX()||!p&&b!=u.getCenterY()<g.getCenterY()))){var B=[];t.traverse(u.cell,!0,function(a,b){null!=b&&B.push(b);B.push(a);return!0});t.moveCells(B,(b?1:-1)*d,(b?1:-1)*h)}}}return t.addCells(e,c)}finally{t.model.endUpdate()}}function a(a){t.model.beginUpdate();try{var b=n(a),c=t.getIncomingEdges(a),d=t.cloneCells([c[0],a]);t.model.setTerminal(c[0],d[1],!1);t.model.setTerminal(d[0],d[1],!0);t.model.setTerminal(d[0],a,!1); +var e=t.model.getParent(a),f=e.geometry,h=[];t.view.currentRoot!=e&&(d[1].geometry.x-=f.x,d[1].geometry.y-=f.y);t.traverse(a,!0,function(a,b){null!=b&&h.push(b);h.push(a);return!0});var g=a.geometry.width+40,k=a.geometry.height+40;b==mxConstants.DIRECTION_SOUTH?g=0:b==mxConstants.DIRECTION_NORTH?(g=0,k=-40):b==mxConstants.DIRECTION_WEST?(g=-40,k=0):b==mxConstants.DIRECTION_EAST&&(k=0);t.moveCells(h,g,k);return t.addCells(d,e)}finally{t.model.endUpdate()}}function f(a){t.model.beginUpdate();try{var b= +t.model.getParent(a),c=t.getIncomingEdges(a),d=t.cloneCells([c[0],a]);t.model.setTerminal(d[0],a,!0);var c=t.getOutgoingEdges(a),e=b.geometry,f=[];t.view.currentRoot==b&&(e=new mxRectangle);for(var h=0;h<c.length;h++){var g=t.model.getTerminal(c[h],!1);null!=g&&f.push(g)}var k=t.view.getBounds(f),m=n(a),l=t.view.translate,p=t.view.scale;m==mxConstants.DIRECTION_SOUTH?(d[1].geometry.x=null==k?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(k.x+k.width)/p-l.x-e.x+10,d[1].geometry.y+=a.geometry.height- +e.y+40):m==mxConstants.DIRECTION_NORTH?(d[1].geometry.x=null==k?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(k.x+k.width)/p-l.x+-e.x+10,d[1].geometry.y-=d[1].geometry.height-e.y+40):(d[1].geometry.x=m==mxConstants.DIRECTION_WEST?d[1].geometry.x-(d[1].geometry.width-e.x+40):d[1].geometry.x+(a.geometry.width-e.x+40),d[1].geometry.y=null==k?a.geometry.y+(a.geometry.height-d[1].geometry.height)/2:(k.y+k.height)/p-l.y+-e.y+10);return t.addCells(d,b)}finally{t.model.endUpdate()}}function l(a, +b,c){a=t.getOutgoingEdges(a);c=t.view.getState(c);var d=[];if(null!=c&&null!=a){for(var e=0;e<a.length;e++){var f=t.view.getState(t.model.getTerminal(a[e],!1));null!=f&&(!b&&Math.min(f.x+f.width,c.x+c.width)>=Math.max(f.x,c.x)||b&&Math.min(f.y+f.height,c.y+c.height)>=Math.max(f.y,c.y))&&d.push(f)}d.sort(function(a,c){return b?a.x+a.width-c.x-c.width:a.y+a.height-c.y-c.height})}return d}function q(a,b){var c=n(a),d=b==mxConstants.DIRECTION_EAST||b==mxConstants.DIRECTION_WEST;(c==mxConstants.DIRECTION_EAST|| +c==mxConstants.DIRECTION_WEST)==d&&c!=b?u.actions.get("selectParent").funct():c==b?(d=t.getOutgoingEdges(a),null!=d&&0<d.length&&t.setSelectionCell(t.model.getTerminal(d[0],!1))):(c=t.getIncomingEdges(a),null!=c&&0<c.length&&(d=l(t.model.getTerminal(c[0],!0),d,a),c=t.view.getState(a),null!=c&&(c=mxUtils.indexOf(d,c),0<=c&&(c+=b==mxConstants.DIRECTION_NORTH||b==mxConstants.DIRECTION_WEST?-1:1,0<=c&&c<=d.length-1&&t.setSelectionCell(d[c].cell)))))}var u=this,t=u.editor.graph,v=t.getModel();mxResources.parse("selectChildren=Select Children"); +mxResources.parse("selectSiblings=Select Siblings");mxResources.parse("selectDescendants=Select Descendants");mxResources.parse("selectParent=Select Parent");var x=u.menus.createPopupMenu;u.menus.createPopupMenu=function(a,b,d){x.apply(this,arguments);if(1==t.getSelectionCount()){b=t.getSelectionCell();var e=t.getOutgoingEdges(b);a.addSeparator();null!=e&&0<e.length&&(c(t.getSelectionCell())&&this.addMenuItems(a,["selectChildren"],null,d),this.addMenuItems(a,["selectDescendants"],null,d));c(t.getSelectionCell())&& +(a.addSeparator(),0<t.getIncomingEdges(b).length&&this.addMenuItems(a,["selectSiblings","selectParent"],null,d))}};u.actions.addAction("selectChildren",function(){if(t.isEnabled()&&1==t.getSelectionCount()){var a=t.getSelectionCell(),a=t.getOutgoingEdges(a);if(null!=a){for(var b=[],c=0;c<a.length;c++)b.push(t.model.getTerminal(a[c],!1));t.setSelectionCells(b)}}},null,null,"Alt+Shift+X");u.actions.addAction("selectSiblings",function(){if(t.isEnabled()&&1==t.getSelectionCount()){var a=t.getSelectionCell(), +a=t.getIncomingEdges(a);if(null!=a&&0<a.length&&(a=t.getOutgoingEdges(t.model.getTerminal(a[0],!0)),null!=a)){for(var b=[],c=0;c<a.length;c++)b.push(t.model.getTerminal(a[c],!1));t.setSelectionCells(b)}}},null,null,"Alt+Shift+S");u.actions.addAction("selectParent",function(){if(t.isEnabled()&&1==t.getSelectionCount()){var a=t.getSelectionCell(),a=t.getIncomingEdges(a);null!=a&&0<a.length&&t.setSelectionCell(t.model.getTerminal(a[0],!0))}},null,null,"Alt+Shift+P");u.actions.addAction("selectDescendants", +function(){if(t.isEnabled()&&1==t.getSelectionCount()){var a=t.getSelectionCell(),b=[];t.traverse(a,!0,function(a,c){null!=c&&b.push(c);b.push(a);return!0});t.setSelectionCells(b)}},null,null,"Alt+Shift+T");var z=t.removeCells;t.removeCells=function(a,b){b=null!=b?b:!0;null==a&&(a=this.getDeletableCells(this.getSelectionCells()));b&&(a=this.getDeletableCells(this.addAllEdges(a)));for(var e=[],f=0;f<a.length;f++){var h=a[f];v.isEdge(h)&&d(h)&&(e.push(h),h=v.getTerminal(h,!1));c(h)?(t.traverse(h,!0, +function(a,b){null!=b&&e.push(b);e.push(a);return!0}),h=t.getIncomingEdges(a[f]),a=a.concat(h)):e.push(a[f])}a=e;return z.apply(this,arguments)};u.hoverIcons.getStateAt=function(a,b,d){return c(a.cell)?null:this.graph.view.getState(this.graph.getCellAt(b,d))};var h=t.duplicateCells;t.duplicateCells=function(a,b){a=null!=a?a:this.getSelectionCells();for(var d=a.slice(0),e=0;e<d.length;e++){var f=t.view.getState(d[e]);if(null!=f&&c(f.cell))for(var g=t.getIncomingEdges(f.cell),f=0;f<g.length;f++)mxUtils.remove(g[f], +a)}this.model.beginUpdate();try{var k=h.call(this,a,b);if(k.length==a.length)for(e=0;e<a.length;e++)if(c(a[e])){var m=t.getIncomingEdges(k[e]),g=t.getIncomingEdges(a[e]);if(0==m.length&&0<g.length){var l=this.cloneCells([g[0]])[0];this.addEdge(l,t.getDefaultParent(),this.model.getTerminal(g[0],!0),k[e])}}}finally{this.model.endUpdate()}return k};var w=t.moveCells;t.moveCells=function(a,b,d,e,f,h,g){var k=null;this.model.beginUpdate();try{var m=f,l=this.view.getState(f),n=null!=l?l.style:this.getCellStyle(f); +if(null!=a&&c(f)&&"1"==mxUtils.getValue(n,"treeFolding","0")){for(var p=0;p<a.length;p++)if(c(a[p])||t.model.isEdge(a[p])&&null==t.model.getTerminal(a[p],!0)){f=t.model.getParent(a[p]);break}if(null!=m&&f!=m&&null!=this.view.getState(a[0])){var q=t.getIncomingEdges(a[0]);if(0<q.length){var v=t.view.getState(t.model.getTerminal(q[0],!0));if(null!=v){var u=t.view.getState(m);null!=u&&(b=(u.getCenterX()-v.getCenterX())/t.view.scale,d=(u.getCenterY()-v.getCenterY())/t.view.scale)}}}}k=w.apply(this,arguments); +if(null!=k&&null!=a&&k.length==a.length)for(p=0;p<k.length;p++)if(this.model.isEdge(k[p]))c(m)&&0>mxUtils.indexOf(k,this.model.getTerminal(k[p],!0))&&this.model.setTerminal(k[p],m,!0);else if(c(a[p])&&(q=t.getIncomingEdges(a[p]),0<q.length))if(!e)c(m)&&0>mxUtils.indexOf(a,this.model.getTerminal(q[0],!0))&&this.model.setTerminal(q[0],m,!0);else if(0==t.getIncomingEdges(k[p]).length){l=m;if(null==l||l==t.model.getParent(a[p]))l=t.model.getTerminal(q[0],!0);e=this.cloneCells([q[0]])[0];this.addEdge(e, +t.getDefaultParent(),l,k[p])}}finally{this.model.endUpdate()}return k};if(null!=u.sidebar){var C=u.sidebar.dropAndConnect;u.sidebar.dropAndConnect=function(a,b,d,e){var f=t.model,h=null;f.beginUpdate();try{if(h=C.apply(this,arguments),c(a))for(var g=0;g<h.length;g++)if(f.isEdge(h[g])&&null==f.getTerminal(h[g],!0)){f.setTerminal(h[g],a,!0);var k=t.getCellGeometry(h[g]);k.points=null;null!=k.getTerminalPoint(!0)&&k.setTerminalPoint(null,!0)}}finally{f.endUpdate()}return h}}var D={88:u.actions.get("selectChildren"), +84:u.actions.get("selectSubtree"),80:u.actions.get("selectParent"),83:u.actions.get("selectSiblings")},y=u.onKeyDown;u.onKeyDown=function(b){try{if(t.isEnabled()&&!t.isEditing()&&c(t.getSelectionCell())&&1==t.getSelectionCount()){var d=null;0<t.getIncomingEdges(t.getSelectionCell()).length&&(9==b.which?d=mxEvent.isShiftDown(b)?a(t.getSelectionCell()):f(t.getSelectionCell()):13==b.which&&(d=p(t.getSelectionCell(),!mxEvent.isShiftDown(b))));if(null!=d&&0<d.length)1==d.length&&t.model.isEdge(d[0])?t.setSelectionCell(t.model.getTerminal(d[0], +!1)):t.setSelectionCell(d[d.length-1]),null!=u.hoverIcons&&u.hoverIcons.update(t.view.getState(t.getSelectionCell())),t.startEditingAtCell(t.getSelectionCell()),mxEvent.consume(b);else if(mxEvent.isAltDown(b)&&mxEvent.isShiftDown(b)){var e=D[b.keyCode];null!=e&&(e.funct(b),mxEvent.consume(b))}else 37==b.keyCode?(q(t.getSelectionCell(),mxConstants.DIRECTION_WEST),mxEvent.consume(b)):38==b.keyCode?(q(t.getSelectionCell(),mxConstants.DIRECTION_NORTH),mxEvent.consume(b)):39==b.keyCode?(q(t.getSelectionCell(), +mxConstants.DIRECTION_EAST),mxEvent.consume(b)):40==b.keyCode&&(q(t.getSelectionCell(),mxConstants.DIRECTION_SOUTH),mxEvent.consume(b))}}catch(J){console.log("error",J)}mxEvent.isConsumed(b)||y.apply(this,arguments)};var G=t.connectVertex;t.connectVertex=function(b,d,e,h,g,k){var m=t.getIncomingEdges(b);return c(b)&&0<m.length?(e=n(b),h=e==mxConstants.DIRECTION_EAST||e==mxConstants.DIRECTION_WEST,g=d==mxConstants.DIRECTION_EAST||d==mxConstants.DIRECTION_WEST,e==d?f(b):h==g?a(b):p(b,d!=mxConstants.DIRECTION_NORTH&& +d!=mxConstants.DIRECTION_WEST)):G.call(this,b,d,e,h,g,k)};t.getSubtree=function(a){var b=[a];c(a)&&!e(a)&&t.traverse(a,!0,function(a,c){null!=c&&0>mxUtils.indexOf(b,c)&&b.push(c);0>mxUtils.indexOf(b,a)&&b.push(a);return!0});return b};var E=mxVertexHandler.prototype.init;mxVertexHandler.prototype.init=function(){E.apply(this,arguments);c(this.state.cell)&&0<this.graph.getOutgoingEdges(this.state.cell).length&&(this.moveHandle=mxUtils.createImage(b),this.moveHandle.setAttribute("title","Move Subtree"), this.moveHandle.style.position="absolute",this.moveHandle.style.cursor="pointer",this.moveHandle.style.width="18px",this.moveHandle.style.height="18px",this.graph.container.appendChild(this.moveHandle),mxEvent.addGestureListeners(this.moveHandle,mxUtils.bind(this,function(a){this.graph.graphHandler.start(this.state.cell,mxEvent.getClientX(a),mxEvent.getClientY(a));this.graph.graphHandler.cells=this.graph.getSubtree(this.state.cell);this.graph.graphHandler.bounds=this.state.view.getBounds(this.graph.graphHandler.cells); -this.graph.graphHandler.pBounds=this.graph.graphHandler.getPreviewBounds(this.graph.graphHandler.cells);this.graph.graphHandler.cellWasClicked=!0;this.graph.isMouseTrigger=mxEvent.isMouseEvent(a);this.graph.isMouseDown=!0;mxEvent.consume(a)})))};var D=mxVertexHandler.prototype.redrawHandles;mxVertexHandler.prototype.redrawHandles=function(){D.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.style.left=this.state.x+this.state.width+(40>this.state.width?10:0)+2+"px",this.moveHandle.style.top= -this.state.y+this.state.height+(40>this.state.height?10:0)+2+"px")};var I=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy=function(a,b){I.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.parentNode.removeChild(this.moveHandle),this.moveHandle=null)}};if("undefined"!==typeof Sidebar){var c=Sidebar.prototype.createAdvancedShapes;Sidebar.prototype.createAdvancedShapes=function(){var b=c.apply(this,arguments),d=this.editorUi.editor.graph;return b.concat([this.addEntry("tree container", +this.graph.graphHandler.pBounds=this.graph.graphHandler.getPreviewBounds(this.graph.graphHandler.cells);this.graph.graphHandler.cellWasClicked=!0;this.graph.isMouseTrigger=mxEvent.isMouseEvent(a);this.graph.isMouseDown=!0;mxEvent.consume(a)})))};var F=mxVertexHandler.prototype.redrawHandles;mxVertexHandler.prototype.redrawHandles=function(){F.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.style.left=this.state.x+this.state.width+(40>this.state.width?10:0)+2+"px",this.moveHandle.style.top= +this.state.y+this.state.height+(40>this.state.height?10:0)+2+"px")};var A=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy=function(a,b){A.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.parentNode.removeChild(this.moveHandle),this.moveHandle=null)}};if("undefined"!==typeof Sidebar){var c=Sidebar.prototype.createAdvancedShapes;Sidebar.prototype.createAdvancedShapes=function(){var b=c.apply(this,arguments),d=this.editorUi.editor.graph;return b.concat([this.addEntry("tree container", function(){var b=new mxCell("Tree Container",new mxGeometry(0,0,220,160),"swimlane;html=1;startSize=20;horizontal=1;containerType=tree;");b.vertex=!0;return sb.createVertexTemplateFromCells([b],b.geometry.width,b.geometry.height,b.value)}),this.addEntry("tree mindmap central idea branch topic",function(){var b=new mxCell("Mindmap",new mxGeometry(0,0,420,126),"swimlane;html=1;startSize=20;horizontal=1;containerType=tree;");b.vertex=!0;var c=new mxCell("Central Idea",new mxGeometry(160,60,100,40),"ellipse;whiteSpace=wrap;html=1;align=center;container=1;recursiveResize=0;treeFolding=1;"); c.vertex=!0;var d=new mxCell("Topic",new mxGeometry(320,40,80,20),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");d.vertex=!0;var a=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");a.geometry.relative=!0;a.edge=!0;c.insertEdge(a,!0);d.insertEdge(a,!1);var e=new mxCell("Branch",new mxGeometry(320,80,72,26),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;"); -e.vertex=!0;var h=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");h.geometry.relative=!0;h.edge=!0;c.insertEdge(h,!0);e.insertEdge(h,!1);var k=new mxCell("Topic",new mxGeometry(20,40,80,20),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");k.vertex=!0;var q=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); -q.geometry.relative=!0;q.edge=!0;c.insertEdge(q,!0);k.insertEdge(q,!1);var u=new mxCell("Branch",new mxGeometry(20,80,72,26),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;");u.vertex=!0;var v=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); -v.geometry.relative=!0;v.edge=!0;c.insertEdge(v,!0);u.insertEdge(v,!1);b.insert(a);b.insert(h);b.insert(q);b.insert(v);b.insert(c);b.insert(d);b.insert(e);b.insert(k);b.insert(u);return sb.createVertexTemplateFromCells([b],b.geometry.width,b.geometry.height,b.value)}),this.addEntry("tree mindmap central idea",function(){var b=new mxCell("Central Idea",new mxGeometry(0,0,100,40),"ellipse;whiteSpace=wrap;html=1;align=center;container=1;recursiveResize=0;treeFolding=1;");b.vertex=!0;return sb.createVertexTemplateFromCells([b], +e.vertex=!0;var g=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");g.geometry.relative=!0;g.edge=!0;c.insertEdge(g,!0);e.insertEdge(g,!1);var k=new mxCell("Topic",new mxGeometry(20,40,80,20),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");k.vertex=!0;var u=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); +u.geometry.relative=!0;u.edge=!0;c.insertEdge(u,!0);k.insertEdge(u,!1);var t=new mxCell("Branch",new mxGeometry(20,80,72,26),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;");t.vertex=!0;var v=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); +v.geometry.relative=!0;v.edge=!0;c.insertEdge(v,!0);t.insertEdge(v,!1);b.insert(a);b.insert(g);b.insert(u);b.insert(v);b.insert(c);b.insert(d);b.insert(e);b.insert(k);b.insert(t);return sb.createVertexTemplateFromCells([b],b.geometry.width,b.geometry.height,b.value)}),this.addEntry("tree mindmap central idea",function(){var b=new mxCell("Central Idea",new mxGeometry(0,0,100,40),"ellipse;whiteSpace=wrap;html=1;align=center;container=1;recursiveResize=0;treeFolding=1;");b.vertex=!0;return sb.createVertexTemplateFromCells([b], b.geometry.width,b.geometry.height,b.value)}),this.addEntry("tree mindmap branch",function(){var b=new mxCell("Branch",new mxGeometry(0,0,80,20),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;");b.vertex=!0;var c=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); c.geometry.setTerminalPoint(new mxPoint(-40,40),!0);c.geometry.relative=!0;c.edge=!0;b.insertEdge(c,!1);return sb.createVertexTemplateFromCells([b,c],b.geometry.width,b.geometry.height,b.value)}),this.addEntry("tree mindmap sub topic",function(){var b=new mxCell("Sub Topic",new mxGeometry(0,0,72,26),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");b.vertex=!0;var c=new mxCell("",new mxGeometry(0, 0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");c.geometry.setTerminalPoint(new mxPoint(-40,40),!0);c.geometry.relative=!0;c.edge=!0;b.insertEdge(c,!1);return sb.createVertexTemplateFromCells([b,c],b.geometry.width,b.geometry.height,b.value)}),this.addEntry("tree orgchart organization division",function(){var b=new mxCell("Orgchart",new mxGeometry(0,0,280,220),"swimlane;html=1;startSize=20;horizontal=1;containerType=tree;");b.vertex=!0;var c=new mxCell("Organization", new mxGeometry(80,40,120,60),"whiteSpace=wrap;html=1;align=center;treeFolding=1;container=1;recursiveResize=0;");d.setAttributeForCell(c,"treeRoot","1");c.vertex=!0;var e=new mxCell("Division",new mxGeometry(20,140,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;");e.vertex=!0;var a=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;elbow=vertical;startArrow=none;endArrow=none;rounded=0;");a.geometry.relative=!0;a.edge=!0; -c.insertEdge(a,!0);e.insertEdge(a,!1);var g=new mxCell("Division",new mxGeometry(160,140,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;");g.vertex=!0;var h=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;elbow=vertical;startArrow=none;endArrow=none;rounded=0;");h.geometry.relative=!0;h.edge=!0;c.insertEdge(h,!0);g.insertEdge(h,!1);b.insert(a);b.insert(h);b.insert(c);b.insert(e);b.insert(g);return sb.createVertexTemplateFromCells([b], +c.insertEdge(a,!0);e.insertEdge(a,!1);var f=new mxCell("Division",new mxGeometry(160,140,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;");f.vertex=!0;var g=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;elbow=vertical;startArrow=none;endArrow=none;rounded=0;");g.geometry.relative=!0;g.edge=!0;c.insertEdge(g,!0);f.insertEdge(g,!1);b.insert(a);b.insert(g);b.insert(c);b.insert(e);b.insert(f);return sb.createVertexTemplateFromCells([b], b.geometry.width,b.geometry.height,b.value)}),this.addEntry("tree root",function(){var b=new mxCell("Organization",new mxGeometry(0,0,120,60),"whiteSpace=wrap;html=1;align=center;treeFolding=1;container=1;recursiveResize=0;");d.setAttributeForCell(b,"treeRoot","1");b.vertex=!0;return sb.createVertexTemplateFromCells([b],b.geometry.width,b.geometry.height,b.value)}),this.addEntry("tree division",function(){var b=new mxCell("Division",new mxGeometry(20,40,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;"); b.vertex=!0;var c=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;elbow=vertical;startArrow=none;endArrow=none;rounded=0;");c.geometry.setTerminalPoint(new mxPoint(0,0),!0);c.geometry.relative=!0;c.edge=!0;b.insertEdge(c,!1);return sb.createVertexTemplateFromCells([b,c],b.geometry.width,b.geometry.height,b.value)}),this.addEntry("tree sub sections",function(){var b=new mxCell("Sub Section",new mxGeometry(0,0,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;"); b.vertex=!0;var c=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;rounded=0;targetPortConstraint=eastwest;sourcePortConstraint=northsouth;");c.geometry.setTerminalPoint(new mxPoint(110,-40),!0);c.geometry.relative=!0;c.edge=!0;b.insertEdge(c,!1);var d=new mxCell("Sub Section",new mxGeometry(120,0,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;");d.vertex=!0;var a=new mxCell("",new mxGeometry(0, -0,0,0),"edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;rounded=0;targetPortConstraint=eastwest;sourcePortConstraint=northsouth;");a.geometry.setTerminalPoint(new mxPoint(110,-40),!0);a.geometry.relative=!0;a.edge=!0;d.insertEdge(a,!1);return sb.createVertexTemplateFromCells([c,a,b,d],220,60,"Sub Sections")})])}}})();EditorUi.initMinimalTheme=function(){function b(a){var b=a.editor.graph;b.popupMenuHandler.hideMenu();null==a.formatWindow?(a.formatWindow=new h(a,mxResources.get("format"),Math.max(20,a.diagramContainer.clientWidth-240-12),56,240,Math.min(546,b.container.clientHeight-10),function(b){b=a.createFormat(b);b.init();return b}),a.formatWindow.window.minimumSize=new mxRectangle(0,0,240,80),a.formatWindow.window.setVisible(!0)):a.formatWindow.window.setVisible(!a.formatWindow.window.isVisible());a.formatWindow.window.isVisible()&& -a.formatWindow.window.fit()}function e(a){var b=a.editor.graph;b.popupMenuHandler.hideMenu();new mxRectangle;if(null==a.sidebarWindow){var c=Math.min(b.container.clientWidth-10,266);a.sidebarWindow=new h(a,mxResources.get("shapes"),10,56,c-6,Math.min(650,b.container.clientHeight-30),function(b){function c(c,d){var f=a.menus.get(c),g=e.addMenu(d,mxUtils.bind(this,function(){f.funct.apply(this,arguments)}));g.style.cssText="position:absolute;border-top:1px solid lightgray;width:50%;height:24px;bottom:0px;text-align:center;cursor:pointer;padding:6px 0 0 0;"; -g.className="geTitle";b.appendChild(g);return g}var d=document.createElement("div");d.style.cssText="position:absolute;left:0;right:0;border-top:1px solid lightgray;height:24px;bottom:31px;text-align:center;cursor:pointer;padding:6px 0 0 0;";d.className="geTitle";mxUtils.write(d,mxResources.get("moreShapes"));b.appendChild(d);mxEvent.addListener(d,"click",function(){a.actions.get("shapes").funct()});var e=new Menubar(a,b);if(!Editor.enableCustomLibraries||"1"==urlParams.embed&&"1"!=urlParams.libraries)d.style.bottom= +0,0,0),"edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;rounded=0;targetPortConstraint=eastwest;sourcePortConstraint=northsouth;");a.geometry.setTerminalPoint(new mxPoint(110,-40),!0);a.geometry.relative=!0;a.edge=!0;d.insertEdge(a,!1);return sb.createVertexTemplateFromCells([c,a,b,d],220,60,"Sub Sections")})])}}})();EditorUi.initMinimalTheme=function(){function b(a){var b=a.editor.graph;b.popupMenuHandler.hideMenu();null==a.formatWindow?(a.formatWindow=new g(a,mxResources.get("format"),Math.max(20,a.diagramContainer.clientWidth-240-12),56,240,Math.min(550,b.container.clientHeight-10),function(b){b=a.createFormat(b);b.init();return b}),a.formatWindow.window.minimumSize=new mxRectangle(0,0,240,80),a.formatWindow.window.setVisible(!0)):a.formatWindow.window.setVisible(!a.formatWindow.window.isVisible());a.formatWindow.window.isVisible()&& +a.formatWindow.window.fit()}function e(a){var b=a.editor.graph;b.popupMenuHandler.hideMenu();new mxRectangle;if(null==a.sidebarWindow){var c=Math.min(b.container.clientWidth-10,266);a.sidebarWindow=new g(a,mxResources.get("shapes"),10,56,c-6,Math.min(650,b.container.clientHeight-30),function(b){function c(c,d){var f=a.menus.get(c),h=e.addMenu(d,mxUtils.bind(this,function(){f.funct.apply(this,arguments)}));h.style.cssText="position:absolute;border-top:1px solid lightgray;width:50%;height:24px;bottom:0px;text-align:center;cursor:pointer;padding:6px 0 0 0;"; +h.className="geTitle";b.appendChild(h);return h}var d=document.createElement("div");d.style.cssText="position:absolute;left:0;right:0;border-top:1px solid lightgray;height:24px;bottom:31px;text-align:center;cursor:pointer;padding:6px 0 0 0;";d.className="geTitle";mxUtils.write(d,mxResources.get("moreShapes"));b.appendChild(d);mxEvent.addListener(d,"click",function(){a.actions.get("shapes").funct()});var e=new Menubar(a,b);if(!Editor.enableCustomLibraries||"1"==urlParams.embed&&"1"!=urlParams.libraries)d.style.bottom= "0";else if(null!=a.actions.get("newLibrary")){d=document.createElement("div");d.style.cssText="position:absolute;left:0px;width:50%;border-top:1px solid lightgray;height:30px;bottom:0px;text-align:center;cursor:pointer;padding:0px;";d.className="geTitle";var f=document.createElement("span");f.style.cssText="position:relative;top:6px;";mxUtils.write(f,mxResources.get("newLibrary"));d.appendChild(f);b.appendChild(d);mxEvent.addListener(d,"click",a.actions.get("newLibrary").funct);d=document.createElement("div"); d.style.cssText="position:absolute;left:50%;width:50%;border-top:1px solid lightgray;height:30px;bottom:0px;text-align:center;cursor:pointer;padding:0px;border-left: 1px solid lightgray;";d.className="geTitle";f=document.createElement("span");f.style.cssText="position:relative;top:6px;";mxUtils.write(f,mxResources.get("openLibrary"));d.appendChild(f);b.appendChild(d);mxEvent.addListener(d,"click",a.actions.get("openLibrary").funct)}else d=c("newLibrary",mxResources.get("newLibrary")),d.style.left= "0",d=c("openLibraryFrom",mxResources.get("openLibraryFrom")),d.style.borderLeft="1px solid lightgray",d.style.left="50%";b.appendChild(a.sidebar.container);b.style.overflow="hidden";return b});a.sidebarWindow.window.minimumSize=new mxRectangle(0,0,90,90);a.sidebarWindow.window.setVisible(!0);a.getLocalData("sidebar",function(b){a.sidebar.showEntries(b,null,!0)});a.restoreLibraries()}else a.sidebarWindow.window.setVisible(!a.sidebarWindow.window.isVisible());a.sidebarWindow.window.isVisible()&&a.sidebarWindow.window.fit()} if("1"!=urlParams.lightbox&&"0"!=urlParams.chrome){var d=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;try{var c=document.createElement("style");c.type="text/css";c.innerHTML="* { -webkit-font-smoothing: antialiased; }html body .mxWindow button.geBtn { font-size:12px !important; margin-left: 0;}html body div.diagramContainer button, html body button.geBtn { font-size:14px; font-weight:700;border-radius: 5px; }html body button.geBtn:active { opacity: 0.6; }.geDialog input, .geToolbarContainer input, .mxWindow input {padding:2px !important;display:inline-block !important; }div.geDialog { border-radius: 5px; }html body div.geDialog button.geBigButton { color: #fff !important; }.mxWindow button, .geDialog select, .mxWindow select { display:inline-block; }.mxWindow .geColorBtn, .geDialog .geColorBtn { background: none !important; }html body div.diagramContainer button, html body .mxWindow button, html body .geDialog button { min-width: 0px; border-radius: 5px; color: #353535 !important; border-color: rgb(216, 216, 216); }div.diagramContainer button.geBtn, .mxWindow button.geBtn, .geDialog button.geBtn { min-width:72px; font-weight: 600; background: none; }div.diagramContainer button.geBtn:hover, .mxWindow button.geBtn:hover, .geDialog button.geBtn:hover { box-shadow: none; border-color: rgb(216, 216, 216); }div.diagramContainer button.gePrimaryBtn, .mxWindow button.gePrimaryBtn, .geDialog button.gePrimaryBtn, html body .gePrimaryBtn { background: #29b6f2; color: #fff !important; border: none; box-shadow: none; }html body .gePrimaryBtn:hover { background: #29b6f2; border: none; box-shadow: inherit; }html body button.gePrimaryBtn:hover { background: #29b6f2; border: none; }.geBtn button { min-width:72px !important; }div.geToolbarContainer a.geButton { margin:2px; padding: 0 2px 4px 2px; } .geDialog, .mxWindow td.mxWindowPane *, div.geSprite, td.mxWindowTitle, .geDiagramContainer { box-sizing:content-box; }.mxWindow div button.geStyleButton { box-sizing: border-box; }table.mxWindow td.mxWindowPane button.geColorBtn { padding:0px; box-sizing: border-box; }td.mxWindowPane .geSidebarContainer button { padding:2px 0 2px 0; box-sizing: border-box; }html body .geMenuItem { font-size:14px; text-decoration: none; font-weight: normal; padding: 6px 10px 6px 10px; border: none; border-radius: 5px; color: #353535; box-shadow: inset 0 0 0 1px rgba(0,0,0,.11), inset 0 -1px 0 0 rgba(0,0,0,.08), 0 1px 2px 0 rgba(0,0,0,.04); }a.geMenuItem:active { opacity: 0.4; }.geToolbarContainer { background:#fff !important; }div.mxWindow .geSidebarContainer .geTitle { background-color:#fdfdfd; }div.mxWindow .geSidebarContainer .geTitle:hover { background-color:#fafafa; }div.geSidebar { background-color: #fff !important;}div.mxWindow td.mxWindowPane button { background-image: none; float: none; }td.mxWindowTitle { height: 22px !important; background: none !important; font-size: 13px !important; text-align:center !important; border-bottom:1px solid lightgray; }div.mxWindow, div.mxWindowTitle { background-image: none !important; background-color:#fff !important; }div.mxWindow { border-radius:5px; box-shadow: 0px 0px 2px #C0C0C0 !important;}div.mxWindow * { font-family: inherit !important; }html div.geVerticalHandle { position:absolute;bottom:0px;left:50%;cursor:row-resize;width:11px;height:11px;background:white;margin-bottom:-6px; margin-left:-6px; border: none; border-radius: 6px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.11), inset 0 -1px 0 0 rgba(0,0,0,.08), 0 1px 2px 0 rgba(0,0,0,.04); }html div.geInactivePage { background: rgb(249, 249, 249) !important; color:lightgray !important; } html div.geActivePage { background: white !important;color: #353535 !important; } html div.mxRubberband { border:1px solid; border-color: #29b6f2 !important; background:rgba(41,182,242,0.5) !important; } html body div.mxPopupMenu { border-radius:5px; border:1px solid #c0c0c0; padding:5px 0 5px 0; box-shadow: 0px 4px 17px -4px rgba(96,96,96,1); } html table.mxPopupMenu td.mxPopupMenuItem { color: #353535; font-size: 14px; padding-top: 4px; padding-bottom: 4px; }html table.mxPopupMenu tr.mxPopupMenuItemHover { background-color: #29b6f2; }html tr.mxPopupMenuItemHover td.mxPopupMenuItem, html tr.mxPopupMenuItemHover td.mxPopupMenuItem span { color: #fff !important; }html tr.mxPopupMenuItem, html td.mxPopupMenuItem { transition-property: none !important; }html table.mxPopupMenu hr { height: 2px; background-color: rgba(0,0,0,.07); margin: 5px 0; }"; -document.getElementsByTagName("head")[0].appendChild(c)}catch(v){}var h=function(a,b,c,d,e,g,h){a=document.createElement("div");a.className="geSidebarContainer";a.style.position="absolute";a.style.width="100%";a.style.height="100%";a.style.border="1px solid whiteSmoke";a.style.overflowX="hidden";a.style.overflowY="auto";h(a);this.window=new mxWindow(b,a,c,d,e,g,!0,!0);this.window.destroyOnClose=!1;this.window.setMaximizable(!1);this.window.setResizable(!0);this.window.setClosable(!0);this.window.setVisible(!0); +document.getElementsByTagName("head")[0].appendChild(c)}catch(v){}var g=function(a,b,c,d,e,f,g){a=document.createElement("div");a.className="geSidebarContainer";a.style.position="absolute";a.style.width="100%";a.style.height="100%";a.style.border="1px solid whiteSmoke";a.style.overflowX="hidden";a.style.overflowY="auto";g(a);this.window=new mxWindow(b,a,c,d,e,f,!0,!0);this.window.destroyOnClose=!1;this.window.setMaximizable(!1);this.window.setResizable(!0);this.window.setClosable(!0);this.window.setVisible(!0); this.window.setLocation=function(a,b){var c=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;a=Math.max(0,Math.min(a,(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)-this.table.clientWidth));b=Math.max(0,Math.min(b,c-this.table.clientHeight-48));this.getX()==a&&this.getY()==b||mxWindow.prototype.setLocation.apply(this,arguments)}};Editor.checkmarkImage=Graph.createSvgImage(22,18,'<path transform="translate(4 0)" d="M7.181,15.007a1,1,0,0,1-.793-0.391L3.222,10.5A1,1,0,1,1,4.808,9.274L7.132,12.3l6.044-8.86A1,1,0,1,1,14.83,4.569l-6.823,10a1,1,0,0,1-.8.437H7.181Z" fill="#29b6f2"/>').src; mxWindow.prototype.closeImage=Graph.createSvgImage(18,10,'<path d="M 5 1 L 13 9 M 13 1 L 5 9" stroke="#C0C0C0" stroke-width="2"/>').src;mxWindow.prototype.minimizeImage=Graph.createSvgImage(14,10,'<path d="M 3 7 L 7 3 L 11 7" stroke="#C0C0C0" stroke-width="2" fill="#ffffff"/>').src;mxWindow.prototype.normalizeImage=Graph.createSvgImage(14,10,'<path d="M 3 3 L 7 7 L 11 3" stroke="#C0C0C0" stroke-width="2" fill="#ffffff"/>').src;mxVertexHandler.prototype.handleImage=Graph.createSvgImage(16,16,'<circle cx="8" cy="8" r="5" stroke="#ffffff" fill="#29b6f2"/>'); mxEdgeHandler.prototype.handleImage=mxVertexHandler.prototype.handleImage;mxEdgeHandler.prototype.terminalHandleImage=Graph.createSvgImage(16,16,'<circle cx="8" cy="8" r="5" stroke="#ffffff" fill="#29b6f2"/><circle cx="8" cy="8" r="3" stroke="#ffffff" fill="#29b6f2"/>');mxEdgeHandler.prototype.fixedHandleImage=Graph.createSvgImage(16,16,'<circle cx="8" cy="8" r="5" stroke="#ffffff" fill="#29b6f2"/><path d="m 6 6 L 10 10 M 6 10 L 10 6" stroke="#ffffff"/>');mxConstraintHandler.prototype.pointImage= @@ -7918,12 +7985,12 @@ b.className="";b.innerHTML="";b.style.backgroundImage="url(data:image/svg+xml;ba b.style.backgroundPosition="center center";b.style.backgroundRepeat="no-repeat";b.style.backgroundSize="24px 24px";b.style.height="24px";b.style.width="24px";mxUtils.setOpacity(b,30);b.setAttribute("title",mxResources.get("share"))}};EditorUi.prototype.addEmbedButtons=function(){if(null!=this.buttonContainer){var a=document.createElement("div");a.style.display="inline-block";a.style.position="relative";a.style.marginTop="2px";var b=document.createElement("button");mxUtils.write(b,mxResources.get("save")); b.setAttribute("title",mxResources.get("save")+" ("+Editor.ctrlKey+"+S)");b.className="1"==urlParams.saveAndExit?"geMenuItem":"geMenuItem gePrimaryBtn";b.style.fontSize="14px";b.style.padding="6px";b.style.borderRadius="3px";b.style.marginLeft="8px";b.style.cursor="pointer";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("save").funct()}));a.appendChild(b);"1"==urlParams.saveAndExit&&(b=document.createElement("a"),mxUtils.write(b,mxResources.get("saveAndExit")),b.setAttribute("title", mxResources.get("saveAndExit")),b.className="geMenuItem gePrimaryBtn",b.style.fontSize="14px",b.style.marginLeft="6px",b.style.padding="6px",b.style.cursor="pointer",mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("saveAndExit").funct()})),a.appendChild(b));b=document.createElement("a");mxUtils.write(b,mxResources.get("exit"));b.setAttribute("title",mxResources.get("exit"));b.className="geMenuItem";b.style.fontSize="14px";b.style.marginLeft="6px";b.style.padding="6px"; -b.style.cursor="pointer";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("exit").funct()}));a.appendChild(b);this.buttonContainer.appendChild(a);this.buttonContainer.style.top="6px"}};Sidebar.prototype.getTooltipOffset=function(){var a=mxUtils.getOffset(this.editorUi.sidebarWindow.window.div);a.y+=40;return a};var g=Menus.prototype.createPopupMenu;Menus.prototype.createPopupMenu=function(a,b,c){var d=this.editorUi.editor.graph;a.smartSeparators=!0;g.apply(this,arguments); +b.style.cursor="pointer";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("exit").funct()}));a.appendChild(b);this.buttonContainer.appendChild(a);this.buttonContainer.style.top="6px"}};Sidebar.prototype.getTooltipOffset=function(){var a=mxUtils.getOffset(this.editorUi.sidebarWindow.window.div);a.y+=40;return a};var f=Menus.prototype.createPopupMenu;Menus.prototype.createPopupMenu=function(a,b,c){var d=this.editorUi.editor.graph;a.smartSeparators=!0;f.apply(this,arguments); mxUtils.bind(this,function(a,b){var c=new FilenameDialog(this.editorUi,a,mxResources.get("apply"),function(a){b(parseFloat(a))},mxResources.get("spacing"));this.editorUi.showDialog(c.container,300,80,!0,!0);c.init()});1==d.getSelectionCount()?(this.addMenuItems(a,["editTooltip","-","editStyle","editGeometry","-"],null,c),d.isCellFoldable(d.getSelectionCell())&&this.addMenuItems(a,d.isCellCollapsed(b)?["expand"]:["collapse"],null,c),this.addMenuItems(a,["collapsible","-","lockUnlock","enterGroup"], null,c),a.addSeparator(),this.addSubmenu("layout",a)):d.isSelectionEmpty()&&d.isEnabled()?(a.addSeparator(),this.addMenuItems(a,["editData"],null,c),a.addSeparator(),this.addSubmenu("insert",a),this.addSubmenu("layout",a),a.addSeparator(),this.addSubmenu("view",a,null,mxResources.get("options")),this.addMenuItems(a,["-","exitGroup"],null,c)):d.isEnabled()&&this.addMenuItems(a,["-","lockUnlock"],null,c)};EditorUi.prototype.toggleFormatPanel=function(a){null!=this.formatWindow?this.formatWindow.window.setVisible(a? !1:!this.formatWindow.window.isVisible()):b(this)};DiagramFormatPanel.prototype.isMathOptionVisible=function(){return!0};var l=EditorUi.prototype.destroy;EditorUi.prototype.destroy=function(){null!=this.sidebarWindow&&(this.sidebarWindow.window.setVisible(!1),this.sidebarWindow.window.destroy(),this.sidebarWindow=null);null!=this.formatWindow&&(this.formatWindow.window.setVisible(!1),this.formatWindow.window.destroy(),this.formatWindow=null);null!=this.actions.outlineWindow&&(this.actions.outlineWindow.window.setVisible(!1), this.actions.outlineWindow.window.destroy(),this.actions.outlineWindow=null);null!=this.actions.layersWindow&&(this.actions.layersWindow.window.setVisible(!1),this.actions.layersWindow.window.destroy(),this.actions.layersWindow=null);null!=this.menus.tagsWindow&&(this.menus.tagsWindow.window.setVisible(!1),this.menus.tagsWindow.window.destroy(),this.menus.tagsWindow=null);null!=this.menus.findWindow&&(this.menus.findWindow.window.setVisible(!1),this.menus.findWindow.window.destroy(),this.menus.findWindow= -null);l.apply(this,arguments)};var t=EditorUi.prototype.setGraphEnabled;EditorUi.prototype.setGraphEnabled=function(a){t.apply(this,arguments);a||(null!=this.sidebarWindow&&this.sidebarWindow.window.setVisible(!1),null!=this.formatWindow&&this.formatWindow.window.setVisible(!1))};EditorUi.prototype.chromelessWindowResize=function(){};var q=Menus.prototype.init;Menus.prototype.init=function(){q.apply(this,arguments);var a=this.editorUi,c=a.editor.graph;a.actions.get("insertText").label=mxResources.get("text"); +null);l.apply(this,arguments)};var q=EditorUi.prototype.setGraphEnabled;EditorUi.prototype.setGraphEnabled=function(a){q.apply(this,arguments);a||(null!=this.sidebarWindow&&this.sidebarWindow.window.setVisible(!1),null!=this.formatWindow&&this.formatWindow.window.setVisible(!1))};EditorUi.prototype.chromelessWindowResize=function(){};var u=Menus.prototype.init;Menus.prototype.init=function(){u.apply(this,arguments);var a=this.editorUi,c=a.editor.graph;a.actions.get("insertText").label=mxResources.get("text"); a.actions.get("insertText").label=mxResources.get("text");a.actions.get("editDiagram").label=mxResources.get("formatXml")+"...";a.actions.get("insertRectangle").label=mxResources.get("rectangle");a.actions.get("insertEllipse").label=mxResources.get("ellipse");a.actions.get("insertRhombus").label=mxResources.get("rhombus");a.actions.get("insertImage").label=mxResources.get("image")+"...";a.actions.get("insertLink").label=mxResources.get("link")+"...";a.actions.get("createShape").label=mxResources.get("shape")+ "...";a.actions.get("outline").label=mxResources.get("outline")+"...";a.actions.get("layers").label=mxResources.get("layers")+"...";a.actions.put("importFile",new Action("File...",function(){c.popupMenuHandler.hideMenu();var b=document.createElement("input");b.setAttribute("type","file");mxEvent.addListener(b,"change",function(){null!=b.files&&a.importFiles(b.files,null,null,a.maxImageSize)});b.click()}));a.actions.put("importCsv",new Action(mxResources.get("csv")+"...",function(){c.popupMenuHandler.hideMenu(); a.showImportCsvDialog()}));a.actions.put("importText",new Action(mxResources.get("text")+"...",function(){var b=new ParseDialog(a,"Insert from Text");a.showDialog(b.container,620,420,!0,!1);b.init()}));a.actions.put("formatSql",new Action(mxResources.get("formatSql")+"...",function(){var b=new ParseDialog(a,"Insert from Text","formatSql");a.showDialog(b.container,620,420,!0,!1);b.init()}));a.actions.put("toggleShapes",new Action(mxResources.get("shapes")+"...",function(){e(a)}));a.actions.put("toggleFormat", @@ -7931,256 +7998,261 @@ new Action(mxResources.get("format")+"...",function(){b(a)}));EditorUi.enablePla "new open - save saveAs -".split(" "),c):"1"==urlParams.embed?(a.menus.addMenuItems(b,["-","save"],c),"1"==urlParams.saveAndExit&&a.menus.addMenuItems(b,["saveAndExit"],c),b.addSeparator(c)):(a.menus.addMenuItems(b,["new"],c),a.menus.addSubmenu("openFrom",b,c),b.addSeparator(c),a.menus.addSubmenu("save",b,c));a.menus.addSubmenu("exportAs",b,c);var d=a.getCurrentFile();null!=d&&d.constructor==DriveFile&&(a.menus.addMenuItems(b,["-","share"],c),null!=d.realtime&&a.menus.addMenuItems(b,["chatWindowTitle"], c),b.addSeparator(c));a.menus.addMenuItems(b,["-","outline","layers","-","find"],c);d=this.addMenuItem(b,"tags",c);a.isOffline()&&!mxClient.IS_CHROMEAPP||a.menus.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000046966");mxClient.IS_IOS&&navigator.standalone||a.menus.addMenuItems(b,["-","print","-"],c);a.menus.addSubmenu("help",b,c);"1"==urlParams.embed?a.menus.addMenuItems(b,["-","exit"],c):a.menus.addMenuItems(b,["-","close"])})));if(isLocalStorage){var d=this.get("openFrom"), f=d.funct;d.funct=function(b,c){f.apply(this,arguments);b.addSeparator(c);a.menus.addSubmenu("openRecent",b,c)}}this.put("save",new Menu(mxUtils.bind(this,function(b,c){var d=a.getCurrentFile();null!=d&&d.constructor==DriveFile?a.menus.addMenuItems(b,["createRevision","makeCopy","-","rename","moveToFolder"],c):a.menus.addMenuItems(b,["save","saveAs","-","rename","makeCopy"],c);null==d||d.constructor!=DriveFile&&d.constructor!=DropboxFile||a.menus.addMenuItems(b,["-","revisionHistory"],c);a.menus.addMenuItems(b, -["-","autosave"],c)})));var g=this.get("exportAs");this.put("exportAs",new Menu(mxUtils.bind(this,function(b,c){g.funct(b,c);b.addSeparator(c);a.menus.addSubmenu("embed",b,c);mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||a.menus.addMenuItems(b,["publishLink"],c)})));var h=this.get("language");this.put("extras",new Menu(mxUtils.bind(this,function(b,c){"1"!=urlParams.embed&&a.menus.addSubmenu("theme",b,c);null!=h&&a.menus.addSubmenu("language",b,c);b.addSeparator(c);a.menus.addMenuItems(b,["scrollbars", +["-","autosave"],c)})));var g=this.get("exportAs");this.put("exportAs",new Menu(mxUtils.bind(this,function(b,c){g.funct(b,c);b.addSeparator(c);a.menus.addSubmenu("embed",b,c);mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||a.menus.addMenuItems(b,["publishLink"],c)})));var k=this.get("language");this.put("extras",new Menu(mxUtils.bind(this,function(b,c){"1"!=urlParams.embed&&a.menus.addSubmenu("theme",b,c);null!=k&&a.menus.addSubmenu("language",b,c);b.addSeparator(c);a.menus.addMenuItems(b,["scrollbars", "tooltips"],c);"1"!=urlParams.embed&&(isLocalStorage||mxClient.IS_CHROMEAPP)&&a.menus.addMenuItems(b,["-","search","scratchpad","-","showStartScreen"],c);if(!a.isOfflineApp()&&"1"!=urlParams.embed&&isLocalStorage){b.addSeparator(c);var d=a.menus.addMenuItem(b,"plugins",c);a.isOffline()||a.menus.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000056430")}})));this.put("insertAdvanced",new Menu(mxUtils.bind(this,function(b,c){a.menus.addMenuItems(b,"importText plantUml - formatSql importCsv - createShape editDiagram".split(" "), -c)})));mxResources.parse("insertLayout="+mxResources.get("layout"));mxResources.parse("insertAdvanced="+mxResources.get("advanced"));this.put("insert",new Menu(mxUtils.bind(this,function(b,c){a.menus.addMenuItems(b,"insertRectangle insertEllipse insertRhombus - insertText insertLink - insertImage".split(" "),c);a.menus.addSubmenu("importFrom",b,c);b.addSeparator(c);a.menus.addSubmenu("insertLayout",b,c);a.menus.addSubmenu("insertAdvanced",b,c)})));var k="horizontalFlow verticalFlow - horizontalTree verticalTree radialTree - organic circle".split(" "), -l=function(b,c,d,e){b.addItem(d,null,mxUtils.bind(this,function(){var b=new CreateGraphDialog(a,d,e);a.showDialog(b.container,620,420,!0,!1);b.init()}),c)};this.put("insertLayout",new Menu(mxUtils.bind(this,function(a,b){for(var c=0;c<k.length;c++)"-"==k[c]?a.addSeparator(b):l(a,b,mxResources.get(k[c])+"...",k[c])})));this.put("view",new Menu(mxUtils.bind(this,function(b,c){a.menus.addMenuItems(b,"grid guides - connectionArrows connectionPoints -".split(" "),c);if("undefined"!==typeof MathJax){var d= -a.menus.addMenuItem(b,"mathematicalTypesetting",c);a.menus.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000032875")}a.menus.addMenuItems(b,["copyConnect","collapseExpand","-","pageScale"],c)})))};var u=EditorUi.prototype.init;EditorUi.prototype.init=function(){function a(a,b,c,d){var e=h.menus.get(a),f=n.addMenu(mxResources.get(a),mxUtils.bind(this,function(){e.funct.apply(this,arguments)}),m);f.className="geMenuItem";f.style.display="inline-block";f.style.boxSizing="border-box"; -f.style.top="6px";f.style.marginRight="6px";f.style.height="30px";f.style.paddingTop="6px";f.style.paddingBottom="6px";f.setAttribute("title",mxResources.get(a));h.menus.menuCreated(e,f,"geMenuItem");null!=c?(f.style.backgroundImage="url("+c+")",f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.width="34px",f.innerHTML="",mxUtils.setOpacity(f,d||40)):b||(f.style.backgroundImage="url("+mxWindow.prototype.normalizeImage+")",f.style.backgroundPosition= -"right 6px center",f.style.backgroundRepeat="no-repeat",f.style.paddingRight="22px");return f}function b(a,b,c,d,e,f){var g=document.createElement("a");g.setAttribute("href","javascript:void(0)");g.className="geMenuItem";g.style.display="inline-block";g.style.boxSizing="border-box";g.style.height="30px";g.style.padding="6px";g.style.position="relative";g.style.verticalAlign="top";g.style.top="0px";null!=h.statusContainer?l.insertBefore(g,h.statusContainer):l.appendChild(g);null!=f?(g.style.backgroundImage= -"url("+f+")",g.style.backgroundPosition="center center",g.style.backgroundRepeat="no-repeat",g.style.backgroundSize="24px 24px",g.style.width="34px"):mxUtils.write(g,a);mxEvent.addListener(g,"click",function(a){"disabled"!=g.getAttribute("disabled")&&b(a);mxEvent.consume(a)});null==c&&(g.style.marginRight="4px");null!=d&&g.setAttribute("title",d);mxUtils.setOpacity(g,null!=f?40:100);null!=e&&(a=function(){e.isEnabled()?(g.removeAttribute("disabled"),mxUtils.setOpacity(g,null!=f?40:100),g.style.cursor= -""):(g.setAttribute("disabled","disabled"),mxUtils.setOpacity(g,null!=f?10:20),g.style.cursor="default")},e.addListener("stateChanged",a),a());return g}function c(a){var b=document.createElement("div");b.className="geMenuItem";b.style.display="inline-block";b.style.verticalAlign="top";b.style.marginRight="6px";b.style.padding="0 4px 0 4px";b.style.height="30px";b.style.position="relative";b.style.top="0px";for(var c=0;c<a.length;c++)null!=a[c]&&(a[c].style.margin="0px",a[c].style.boxShadow="none", -b.appendChild(a[c]));null!=h.statusContainer?l.insertBefore(b,h.statusContainer):l.appendChild(b);return b}function e(){for(var e=l.firstChild;null!=e;){var f=e.nextSibling;"geMenuItem"!=e.className&&"geItem"!=e.className||e.parentNode.removeChild(e);e=f}m=l.firstChild;d=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;(e=900>d)||a("diagram");c([e?a("diagram",null,IMAGE_PATH+"/drawlogo-gray.svg",100):null,b(mxResources.get("shapes"),h.actions.get("toggleShapes").funct, -null,mxResources.get("shapes"),h.actions.get("image"),e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMgMTN2OGg4di04aC04ek0zIDIxaDh2LThIM3Y4ek0zIDN2OGg4VjNIM3ptMTMuNjYtMS4zMUwxMSA3LjM0IDE2LjY2IDEzbDUuNjYtNS42Ni01LjY2LTUuNjV6Ii8+PC9zdmc+":null),b(mxResources.get("format"),h.actions.get("toggleFormat").funct,null,mxResources.get("format")+" ("+h.actions.get("formatPanel").shortcut+")",h.actions.get("image"), -e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgM2MtNC45NyAwLTkgNC4wMy05IDlzNC4wMyA5IDkgOWMuODMgMCAxLjUtLjY3IDEuNS0xLjUgMC0uMzktLjE1LS43NC0uMzktMS4wMS0uMjMtLjI2LS4zOC0uNjEtLjM4LS45OSAwLS44My42Ny0xLjUgMS41LTEuNUgxNmMyLjc2IDAgNS0yLjI0IDUtNSAwLTQuNDItNC4wMy04LTktOHptLTUuNSA5Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTNS42NyA5IDYuNSA5IDggOS42NyA4IDEwLjUgNy4zMyAxMiA2LjUgMTJ6bTMtNEM4LjY3IDggOCA3LjMzIDggNi41UzguNjcgNSA5LjUgNXMxLjUuNjcgMS41IDEuNVMxMC4zMyA4IDkuNSA4em01IDBjLS44MyAwLTEuNS0uNjctMS41LTEuNVMxMy42NyA1IDE0LjUgNXMxLjUuNjcgMS41IDEuNVMxNS4zMyA4IDE0LjUgOHptMyA0Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTMTYuNjcgOSAxNy41IDlzMS41LjY3IDEuNSAxLjUtLjY3IDEuNS0xLjUgMS41eiIvPjwvc3ZnPg==": -null)]);f=a("insert",!0,e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTNoLTZ2NmgtMnYtNkg1di0yaDZWNWgydjZoNnYyeiIvPjwvc3ZnPg==":null,40);c([f,b(mxResources.get("delete"),h.actions.get("delete").funct,null,mxResources.get("delete"),h.actions.get("delete"),e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNiAxOWMwIDEuMS45IDIgMiAyaDhjMS4xIDAgMi0uOSAyLTJWN0g2djEyek0xOSA0aC0zLjVsLTEtMWgtNWwtMSAxSDV2MmgxNFY0eiIvPjwvc3ZnPg==": -null)]);if(480<=d&&(f=h.actions.get("undo"),e=h.actions.get("redo"),f=b("",f.funct,null,mxResources.get("undo")+" ("+f.shortcut+")",f,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIuNSA4Yy0yLjY1IDAtNS4wNS45OS02LjkgMi42TDIgN3Y5aDlsLTMuNjItMy42MmMxLjM5LTEuMTYgMy4xNi0xLjg4IDUuMTItMS44OCAzLjU0IDAgNi41NSAyLjMxIDcuNiA1LjVsMi4zNy0uNzhDMjEuMDggMTEuMDMgMTcuMTUgOCAxMi41IDh6Ii8+PC9zdmc+"),e=b("",e.funct, -null,mxResources.get("redo")+" ("+e.shortcut+")",e,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTguNCAxMC42QzE2LjU1IDguOTkgMTQuMTUgOCAxMS41IDhjLTQuNjUgMC04LjU4IDMuMDMtOS45NiA3LjIyTDMuOSAxNmMxLjA1LTMuMTkgNC4wNS01LjUgNy42LTUuNSAxLjk1IDAgMy43My43MiA1LjEyIDEuODhMMTMgMTZoOVY3bC0zLjYgMy42eiIvPjwvc3ZnPg=="),c([f,e]),560<=d)){var e=h.actions.get("zoomIn"),f=h.actions.get("zoomOut"),g=h.actions.get("resetView"); -c([b("",function(){k.popupMenuHandler.hideMenu();var a=k.view.scale,b=k.view.translate.x,c=k.view.translate.y;h.actions.get("resetView").funct();1E-5>Math.abs(a-k.view.scale)&&b==k.view.translate.x&&c==k.view.translate.y&&h.actions.get(k.pageVisible?"fitPage":"fitWindow").funct()},!0,mxResources.get("fit")+" ("+Editor.ctrlKey+"+H)",g,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMyA1djRoMlY1aDRWM0g1Yy0xLjEgMC0yIC45LTIgMnptMiAxMEgzdjRjMCAxLjEuOSAyIDIgMmg0di0ySDV2LTR6bTE0IDRoLTR2Mmg0YzEuMSAwIDItLjkgMi0ydi00aC0ydjR6bTAtMTZoLTR2Mmg0djRoMlY1YzAtMS4xLS45LTItMi0yeiIvPjwvc3ZnPg=="), +c)})));mxResources.parse("insertLayout="+mxResources.get("layout"));mxResources.parse("insertAdvanced="+mxResources.get("advanced"));this.put("insert",new Menu(mxUtils.bind(this,function(b,c){a.menus.addMenuItems(b,"insertRectangle insertEllipse insertRhombus - insertText insertLink - insertImage".split(" "),c);mxClient.IS_CHROMEAPP||EditorUi.isElectronApp?a.menus.addMenuItems(b,["import"],c):a.menus.addSubmenu("importFrom",b,c);b.addSeparator(c);a.menus.addSubmenu("insertLayout",b,c);a.menus.addSubmenu("insertAdvanced", +b,c)})));var l="horizontalFlow verticalFlow - horizontalTree verticalTree radialTree - organic circle".split(" "),m=function(b,c,d,e){b.addItem(d,null,mxUtils.bind(this,function(){var b=new CreateGraphDialog(a,d,e);a.showDialog(b.container,620,420,!0,!1);b.init()}),c)};this.put("insertLayout",new Menu(mxUtils.bind(this,function(a,b){for(var c=0;c<l.length;c++)"-"==l[c]?a.addSeparator(b):m(a,b,mxResources.get(l[c])+"...",l[c])})));this.put("view",new Menu(mxUtils.bind(this,function(b,c){a.menus.addMenuItems(b, +"grid guides - connectionArrows connectionPoints -".split(" "),c);if("undefined"!==typeof MathJax){var d=a.menus.addMenuItem(b,"mathematicalTypesetting",c);a.menus.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000032875")}a.menus.addMenuItems(b,["copyConnect","collapseExpand","-","pageScale"],c)})))};var t=EditorUi.prototype.init;EditorUi.prototype.init=function(){function a(a,b,c,d){var e=g.menus.get(a),f=n.addMenu(mxResources.get(a),mxUtils.bind(this,function(){e.funct.apply(this, +arguments)}),m);f.className="geMenuItem";f.style.display="inline-block";f.style.boxSizing="border-box";f.style.top="6px";f.style.marginRight="6px";f.style.height="30px";f.style.paddingTop="6px";f.style.paddingBottom="6px";f.setAttribute("title",mxResources.get(a));g.menus.menuCreated(e,f,"geMenuItem");null!=c?(f.style.backgroundImage="url("+c+")",f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.width="34px",f.innerHTML="",mxUtils.setOpacity(f, +d||40)):b||(f.style.backgroundImage="url("+mxWindow.prototype.normalizeImage+")",f.style.backgroundPosition="right 6px center",f.style.backgroundRepeat="no-repeat",f.style.paddingRight="22px");return f}function b(a,b,c,d,e,f){var h=document.createElement("a");h.setAttribute("href","javascript:void(0)");h.className="geMenuItem";h.style.display="inline-block";h.style.boxSizing="border-box";h.style.height="30px";h.style.padding="6px";h.style.position="relative";h.style.verticalAlign="top";h.style.top= +"0px";null!=g.statusContainer?l.insertBefore(h,g.statusContainer):l.appendChild(h);null!=f?(h.style.backgroundImage="url("+f+")",h.style.backgroundPosition="center center",h.style.backgroundRepeat="no-repeat",h.style.backgroundSize="24px 24px",h.style.width="34px"):mxUtils.write(h,a);mxEvent.addListener(h,"click",function(a){"disabled"!=h.getAttribute("disabled")&&b(a);mxEvent.consume(a)});null==c&&(h.style.marginRight="4px");null!=d&&h.setAttribute("title",d);mxUtils.setOpacity(h,null!=f?40:100); +null!=e&&(a=function(){e.isEnabled()?(h.removeAttribute("disabled"),mxUtils.setOpacity(h,null!=f?40:100),h.style.cursor=""):(h.setAttribute("disabled","disabled"),mxUtils.setOpacity(h,null!=f?10:20),h.style.cursor="default")},e.addListener("stateChanged",a),a());return h}function c(a){var b=document.createElement("div");b.className="geMenuItem";b.style.display="inline-block";b.style.verticalAlign="top";b.style.marginRight="6px";b.style.padding="0 4px 0 4px";b.style.height="30px";b.style.position= +"relative";b.style.top="0px";for(var c=0;c<a.length;c++)null!=a[c]&&(a[c].style.margin="0px",a[c].style.boxShadow="none",b.appendChild(a[c]));null!=g.statusContainer?l.insertBefore(b,g.statusContainer):l.appendChild(b);return b}function e(){for(var e=l.firstChild;null!=e;){var f=e.nextSibling;"geMenuItem"!=e.className&&"geItem"!=e.className||e.parentNode.removeChild(e);e=f}m=l.firstChild;d=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;(e=900>d)||a("diagram");c([e? +a("diagram",null,IMAGE_PATH+"/drawlogo-gray.svg",100):null,b(mxResources.get("shapes"),g.actions.get("toggleShapes").funct,null,mxResources.get("shapes"),g.actions.get("image"),e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMgMTN2OGg4di04aC04ek0zIDIxaDh2LThIM3Y4ek0zIDN2OGg4VjNIM3ptMTMuNjYtMS4zMUwxMSA3LjM0IDE2LjY2IDEzbDUuNjYtNS42Ni01LjY2LTUuNjV6Ii8+PC9zdmc+":null),b(mxResources.get("format"), +g.actions.get("toggleFormat").funct,null,mxResources.get("format")+" ("+g.actions.get("formatPanel").shortcut+")",g.actions.get("image"),e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgM2MtNC45NyAwLTkgNC4wMy05IDlzNC4wMyA5IDkgOWMuODMgMCAxLjUtLjY3IDEuNS0xLjUgMC0uMzktLjE1LS43NC0uMzktMS4wMS0uMjMtLjI2LS4zOC0uNjEtLjM4LS45OSAwLS44My42Ny0xLjUgMS41LTEuNUgxNmMyLjc2IDAgNS0yLjI0IDUtNSAwLTQuNDItNC4wMy04LTktOHptLTUuNSA5Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTNS42NyA5IDYuNSA5IDggOS42NyA4IDEwLjUgNy4zMyAxMiA2LjUgMTJ6bTMtNEM4LjY3IDggOCA3LjMzIDggNi41UzguNjcgNSA5LjUgNXMxLjUuNjcgMS41IDEuNVMxMC4zMyA4IDkuNSA4em01IDBjLS44MyAwLTEuNS0uNjctMS41LTEuNVMxMy42NyA1IDE0LjUgNXMxLjUuNjcgMS41IDEuNVMxNS4zMyA4IDE0LjUgOHptMyA0Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTMTYuNjcgOSAxNy41IDlzMS41LjY3IDEuNSAxLjUtLjY3IDEuNS0xLjUgMS41eiIvPjwvc3ZnPg==": +null)]);f=a("insert",!0,e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTNoLTZ2NmgtMnYtNkg1di0yaDZWNWgydjZoNnYyeiIvPjwvc3ZnPg==":null,40);c([f,b(mxResources.get("delete"),g.actions.get("delete").funct,null,mxResources.get("delete"),g.actions.get("delete"),e?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNiAxOWMwIDEuMS45IDIgMiAyaDhjMS4xIDAgMi0uOSAyLTJWN0g2djEyek0xOSA0aC0zLjVsLTEtMWgtNWwtMSAxSDV2MmgxNFY0eiIvPjwvc3ZnPg==": +null)]);if(480<=d&&(f=g.actions.get("undo"),e=g.actions.get("redo"),f=b("",f.funct,null,mxResources.get("undo")+" ("+f.shortcut+")",f,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIuNSA4Yy0yLjY1IDAtNS4wNS45OS02LjkgMi42TDIgN3Y5aDlsLTMuNjItMy42MmMxLjM5LTEuMTYgMy4xNi0xLjg4IDUuMTItMS44OCAzLjU0IDAgNi41NSAyLjMxIDcuNiA1LjVsMi4zNy0uNzhDMjEuMDggMTEuMDMgMTcuMTUgOCAxMi41IDh6Ii8+PC9zdmc+"),e=b("",e.funct, +null,mxResources.get("redo")+" ("+e.shortcut+")",e,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTguNCAxMC42QzE2LjU1IDguOTkgMTQuMTUgOCAxMS41IDhjLTQuNjUgMC04LjU4IDMuMDMtOS45NiA3LjIyTDMuOSAxNmMxLjA1LTMuMTkgNC4wNS01LjUgNy42LTUuNSAxLjk1IDAgMy43My43MiA1LjEyIDEuODhMMTMgMTZoOVY3bC0zLjYgMy42eiIvPjwvc3ZnPg=="),c([f,e]),560<=d)){var e=g.actions.get("zoomIn"),f=g.actions.get("zoomOut"),h=g.actions.get("resetView"); +c([b("",function(){k.popupMenuHandler.hideMenu();var a=k.view.scale,b=k.view.translate.x,c=k.view.translate.y;g.actions.get("resetView").funct();1E-5>Math.abs(a-k.view.scale)&&b==k.view.translate.x&&c==k.view.translate.y&&g.actions.get(k.pageVisible?"fitPage":"fitWindow").funct()},!0,mxResources.get("fit")+" ("+Editor.ctrlKey+"+H)",h,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMyA1djRoMlY1aDRWM0g1Yy0xLjEgMC0yIC45LTIgMnptMiAxMEgzdjRjMCAxLjEuOSAyIDIgMmg0di0ySDV2LTR6bTE0IDRoLTR2Mmg0YzEuMSAwIDItLjkgMi0ydi00aC0ydjR6bTAtMTZoLTR2Mmg0djRoMlY1YzAtMS4xLS45LTItMi0yeiIvPjwvc3ZnPg=="), 640<=d?b("",e.funct,!0,mxResources.get("zoomIn")+" ("+Editor.ctrlKey+" +)",e,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHptMi41LTRoLTJ2Mkg5di0ySDdWOWgyVjdoMXYyaDJ2MXoiLz48L3N2Zz4="): null,640<=d?b("",f.funct,!0,mxResources.get("zoomOut")+" ("+Editor.ctrlKey+" -)",f,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHpNNyA5aDV2MUg3eiIvPjwvc3ZnPg=="): -null])}e=h.menus.get("language");null!=e&&!mxClient.IS_CHROMEAPP&&!EditorUi.isElectronApp&&480<=d?(f=n.addMenu("",e.funct),f.setAttribute("title",mxResources.get("language")),f.style.backgroundImage="url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTEuOTkgMkM2LjQ3IDIgMiA2LjQ4IDIgMTJzNC40NyAxMCA5Ljk5IDEwQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyUzE3LjUyIDIgMTEuOTkgMnptNi45MyA2aC0yLjk1Yy0uMzItMS4yNS0uNzgtMi40NS0xLjM4LTMuNTYgMS44NC42MyAzLjM3IDEuOTEgNC4zMyAzLjU2ek0xMiA0LjA0Yy44MyAxLjIgMS40OCAyLjUzIDEuOTEgMy45NmgtMy44MmMuNDMtMS40MyAxLjA4LTIuNzYgMS45MS0zLjk2ek00LjI2IDE0QzQuMSAxMy4zNiA0IDEyLjY5IDQgMTJzLjEtMS4zNi4yNi0yaDMuMzhjLS4wOC42Ni0uMTQgMS4zMi0uMTQgMiAwIC42OC4wNiAxLjM0LjE0IDJINC4yNnptLjgyIDJoMi45NWMuMzIgMS4yNS43OCAyLjQ1IDEuMzggMy41Ni0xLjg0LS42My0zLjM3LTEuOS00LjMzLTMuNTZ6bTIuOTUtOEg1LjA4Yy45Ni0xLjY2IDIuNDktMi45MyA0LjMzLTMuNTZDOC44MSA1LjU1IDguMzUgNi43NSA4LjAzIDh6TTEyIDE5Ljk2Yy0uODMtMS4yLTEuNDgtMi41My0xLjkxLTMuOTZoMy44MmMtLjQzIDEuNDMtMS4wOCAyLjc2LTEuOTEgMy45NnpNMTQuMzQgMTRIOS42NmMtLjA5LS42Ni0uMTYtMS4zMi0uMTYtMiAwLS42OC4wNy0xLjM1LjE2LTJoNC42OGMuMDkuNjUuMTYgMS4zMi4xNiAyIDAgLjY4LS4wNyAxLjM0LS4xNiAyem0uMjUgNS41NmMuNi0xLjExIDEuMDYtMi4zMSAxLjM4LTMuNTZoMi45NWMtLjk2IDEuNjUtMi40OSAyLjkzLTQuMzMgMy41NnpNMTYuMzYgMTRjLjA4LS42Ni4xNC0xLjMyLjE0LTIgMC0uNjgtLjA2LTEuMzQtLjE0LTJoMy4zOGMuMTYuNjQuMjYgMS4zMS4yNiAycy0uMSAxLjM2LS4yNiAyaC0zLjM4eiIvPjwvc3ZnPg==)", -f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.position="absolute",f.style.height="24px",f.style.width="24px",f.style.zIndex="1",f.style.top="11px",f.style.right="14px",mxUtils.setOpacity(f,30),l.appendChild(f),h.buttonContainer.style.right="40px"):h.buttonContainer.style.right="14px"}u.apply(this,arguments);var g=document.createElement("div");g.style.cssText="position:absolute;left:0px;right:0px;top:0px;overflow-y:auto;overflow-x:hidden;"; -g.style.bottom="1"!=urlParams.embed||"1"==urlParams.libraries?"63px":"32px";this.sidebar=this.createSidebar(g);var h=this,k=h.editor.graph;h.toolbar=this.createToolbar(h.createDiv("geToolbar"));h.defaultLibraryName=mxResources.get("untitledLibrary");var l=document.createElement("div");l.style.cssText="position:absolute;left:0px;right:0px;top:0px;height:30px;padding:8px;border-bottom:1px solid lightgray;background-color:#ffffff;text-align:left;white-space:nowrap;";var m=null,n=new Menubar(h,l);h.statusContainer= -h.createStatusContainer();h.statusContainer.style.position="relative";h.statusContainer.style.maxWidth="";h.statusContainer.style.marginTop="7px";h.statusContainer.style.marginLeft="6px";h.statusContainer.style.color="gray";h.statusContainer.style.cursor="default";h.editor.addListener("statusChanged",mxUtils.bind(this,function(){h.setStatusText(h.editor.getStatus())}));var p=h.descriptorChanged;h.descriptorChanged=function(){p.apply(this,arguments);var a=h.getCurrentFile();if(null!=a&&null!=a.getTitle()){var b= -a.getMode();"google"==b?b="googleDrive":"github"==b?b="gitHub":"onedrive"==b&&(b="oneDrive");b=mxResources.get(b);l.setAttribute("title",a.getTitle()+(null!=b?" ("+b+")":""))}else l.removeAttribute("title")};h.setStatusText(h.editor.getStatus());l.appendChild(h.statusContainer);h.buttonContainer=document.createElement("div");h.buttonContainer.style.cssText="position:absolute;right:40px;top:12px;white-space:nowrap;";l.appendChild(h.buttonContainer);h.menubarContainer=h.buttonContainer;h.tabContainer= -document.createElement("div");h.tabContainer.style.cssText="position:absolute;left:0px;right:0px;bottom:0px;height:30px;white-space:nowrap;border-bottom:1px solid lightgray;background-color:#ffffff;border-top:1px solid lightgray;margin-bottom:-2px;visibility:hidden;";var g=h.diagramContainer.parentNode,q=document.createElement("div");q.style.cssText="position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;";h.diagramContainer.style.top="47px";var t=h.menus.get("viewZoom");if(null!= -t){this.tabContainer.style.right="70px";var F=n.addMenu("100%",t.funct);F.setAttribute("title",mxResources.get("zoom")+" (Alt+Mousewheel)");F.style.whiteSpace="nowrap";F.style.backgroundImage="url("+mxWindow.prototype.minimizeImage+")";F.style.backgroundPosition="right 6px center";F.style.backgroundRepeat="no-repeat";F.style.backgroundColor="#ffffff";F.style.paddingRight="10px";F.style.display="block";F.style.position="absolute";F.style.textDecoration="none";F.style.textDecoration="none";F.style.right= -"0px";F.style.bottom="0px";F.style.overflow="hidden";F.style.visibility="hidden";F.style.textAlign="center";F.style.color="#000";F.style.fontSize="12px";F.style.color="#707070";F.style.width="59px";F.style.borderTop="1px solid lightgray";F.style.borderLeft="1px solid lightgray";F.style.height=parseInt(h.tabContainer.style.height)-1+"px";F.style.lineHeight=parseInt(h.tabContainer.style.height)+1+"px";q.appendChild(F);t=mxUtils.bind(this,function(){F.innerHTML=Math.round(100*h.editor.graph.view.scale)+ -"%"});h.editor.graph.view.addListener(mxEvent.EVENT_SCALE,t);h.editor.addListener("resetGraphView",t);h.editor.addListener("pageSelected",t);var H=h.setGraphEnabled;h.setGraphEnabled=function(){H.apply(this,arguments);null!=this.tabContainer&&(F.style.visibility=this.tabContainer.style.visibility,this.diagramContainer.style.bottom="hidden"!=this.tabContainer.style.visibility?"30px":"0px")}}q.appendChild(h.tabContainer);q.appendChild(l);q.appendChild(h.diagramContainer);g.appendChild(q);h.updateTabContainer(); -e();mxEvent.addListener(window,"resize",function(){e();null!=h.sidebarWindow&&h.sidebarWindow.window.fit();null!=h.formatWindow&&h.formatWindow.window.fit();null!=h.actions.outlineWindow&&h.actions.outlineWindow.window.fit();null!=h.actions.layersWindow&&h.actions.layersWindow.window.fit();null!=h.menus.tagsWindow&&h.menus.tagsWindow.window.fit();null!=h.menus.findWindow&&h.menus.findWindow.window.fit()})}}}; +null])}e=g.menus.get("language");null!=e&&!mxClient.IS_CHROMEAPP&&!EditorUi.isElectronApp&&480<=d?(f=n.addMenu("",e.funct),f.setAttribute("title",mxResources.get("language")),f.style.backgroundImage="url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTEuOTkgMkM2LjQ3IDIgMiA2LjQ4IDIgMTJzNC40NyAxMCA5Ljk5IDEwQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyUzE3LjUyIDIgMTEuOTkgMnptNi45MyA2aC0yLjk1Yy0uMzItMS4yNS0uNzgtMi40NS0xLjM4LTMuNTYgMS44NC42MyAzLjM3IDEuOTEgNC4zMyAzLjU2ek0xMiA0LjA0Yy44MyAxLjIgMS40OCAyLjUzIDEuOTEgMy45NmgtMy44MmMuNDMtMS40MyAxLjA4LTIuNzYgMS45MS0zLjk2ek00LjI2IDE0QzQuMSAxMy4zNiA0IDEyLjY5IDQgMTJzLjEtMS4zNi4yNi0yaDMuMzhjLS4wOC42Ni0uMTQgMS4zMi0uMTQgMiAwIC42OC4wNiAxLjM0LjE0IDJINC4yNnptLjgyIDJoMi45NWMuMzIgMS4yNS43OCAyLjQ1IDEuMzggMy41Ni0xLjg0LS42My0zLjM3LTEuOS00LjMzLTMuNTZ6bTIuOTUtOEg1LjA4Yy45Ni0xLjY2IDIuNDktMi45MyA0LjMzLTMuNTZDOC44MSA1LjU1IDguMzUgNi43NSA4LjAzIDh6TTEyIDE5Ljk2Yy0uODMtMS4yLTEuNDgtMi41My0xLjkxLTMuOTZoMy44MmMtLjQzIDEuNDMtMS4wOCAyLjc2LTEuOTEgMy45NnpNMTQuMzQgMTRIOS42NmMtLjA5LS42Ni0uMTYtMS4zMi0uMTYtMiAwLS42OC4wNy0xLjM1LjE2LTJoNC42OGMuMDkuNjUuMTYgMS4zMi4xNiAyIDAgLjY4LS4wNyAxLjM0LS4xNiAyem0uMjUgNS41NmMuNi0xLjExIDEuMDYtMi4zMSAxLjM4LTMuNTZoMi45NWMtLjk2IDEuNjUtMi40OSAyLjkzLTQuMzMgMy41NnpNMTYuMzYgMTRjLjA4LS42Ni4xNC0xLjMyLjE0LTIgMC0uNjgtLjA2LTEuMzQtLjE0LTJoMy4zOGMuMTYuNjQuMjYgMS4zMS4yNiAycy0uMSAxLjM2LS4yNiAyaC0zLjM4eiIvPjwvc3ZnPg==)", +f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.position="absolute",f.style.height="24px",f.style.width="24px",f.style.zIndex="1",f.style.top="11px",f.style.right="14px",mxUtils.setOpacity(f,30),l.appendChild(f),g.buttonContainer.style.right="40px"):g.buttonContainer.style.right="14px"}t.apply(this,arguments);var f=document.createElement("div");f.style.cssText="position:absolute;left:0px;right:0px;top:0px;overflow-y:auto;overflow-x:hidden;"; +f.style.bottom="1"!=urlParams.embed||"1"==urlParams.libraries?"63px":"32px";this.sidebar=this.createSidebar(f);var g=this,k=g.editor.graph;g.toolbar=this.createToolbar(g.createDiv("geToolbar"));g.defaultLibraryName=mxResources.get("untitledLibrary");var l=document.createElement("div");l.style.cssText="position:absolute;left:0px;right:0px;top:0px;height:30px;padding:8px;border-bottom:1px solid lightgray;background-color:#ffffff;text-align:left;white-space:nowrap;";var m=null,n=new Menubar(g,l);g.statusContainer= +g.createStatusContainer();g.statusContainer.style.position="relative";g.statusContainer.style.maxWidth="";g.statusContainer.style.marginTop="7px";g.statusContainer.style.marginLeft="6px";g.statusContainer.style.color="gray";g.statusContainer.style.cursor="default";g.editor.addListener("statusChanged",mxUtils.bind(this,function(){g.setStatusText(g.editor.getStatus())}));var p=g.descriptorChanged;g.descriptorChanged=function(){p.apply(this,arguments);var a=g.getCurrentFile();if(null!=a&&null!=a.getTitle()){var b= +a.getMode();"google"==b?b="googleDrive":"github"==b?b="gitHub":"onedrive"==b&&(b="oneDrive");b=mxResources.get(b);l.setAttribute("title",a.getTitle()+(null!=b?" ("+b+")":""))}else l.removeAttribute("title")};g.setStatusText(g.editor.getStatus());l.appendChild(g.statusContainer);g.buttonContainer=document.createElement("div");g.buttonContainer.style.cssText="position:absolute;right:40px;top:12px;white-space:nowrap;";l.appendChild(g.buttonContainer);g.menubarContainer=g.buttonContainer;g.tabContainer= +document.createElement("div");g.tabContainer.style.cssText="position:absolute;left:0px;right:0px;bottom:0px;height:30px;white-space:nowrap;border-bottom:1px solid lightgray;background-color:#ffffff;border-top:1px solid lightgray;margin-bottom:-2px;visibility:hidden;";var f=g.diagramContainer.parentNode,q=document.createElement("div");q.style.cssText="position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;";g.diagramContainer.style.top="47px";var u=g.menus.get("viewZoom");if(null!= +u){this.tabContainer.style.right="70px";var I=n.addMenu("100%",u.funct);I.setAttribute("title",mxResources.get("zoom")+" (Alt+Mousewheel)");I.style.whiteSpace="nowrap";I.style.backgroundImage="url("+mxWindow.prototype.minimizeImage+")";I.style.backgroundPosition="right 6px center";I.style.backgroundRepeat="no-repeat";I.style.backgroundColor="#ffffff";I.style.paddingRight="10px";I.style.display="block";I.style.position="absolute";I.style.textDecoration="none";I.style.textDecoration="none";I.style.right= +"0px";I.style.bottom="0px";I.style.overflow="hidden";I.style.visibility="hidden";I.style.textAlign="center";I.style.color="#000";I.style.fontSize="12px";I.style.color="#707070";I.style.width="59px";I.style.borderTop="1px solid lightgray";I.style.borderLeft="1px solid lightgray";I.style.height=parseInt(g.tabContainer.style.height)-1+"px";I.style.lineHeight=parseInt(g.tabContainer.style.height)+1+"px";q.appendChild(I);u=mxUtils.bind(this,function(){I.innerHTML=Math.round(100*g.editor.graph.view.scale)+ +"%"});g.editor.graph.view.addListener(mxEvent.EVENT_SCALE,u);g.editor.addListener("resetGraphView",u);g.editor.addListener("pageSelected",u);var H=g.setGraphEnabled;g.setGraphEnabled=function(){H.apply(this,arguments);null!=this.tabContainer&&(I.style.visibility=this.tabContainer.style.visibility,this.diagramContainer.style.bottom="hidden"!=this.tabContainer.style.visibility?"30px":"0px")}}q.appendChild(g.tabContainer);q.appendChild(l);q.appendChild(g.diagramContainer);f.appendChild(q);g.updateTabContainer(); +e();mxEvent.addListener(window,"resize",function(){e();null!=g.sidebarWindow&&g.sidebarWindow.window.fit();null!=g.formatWindow&&g.formatWindow.window.fit();null!=g.actions.outlineWindow&&g.actions.outlineWindow.window.fit();null!=g.actions.layersWindow&&g.actions.layersWindow.window.fit();null!=g.menus.tagsWindow&&g.menus.tagsWindow.window.fit();null!=g.menus.findWindow&&g.menus.findWindow.window.fit()})}}}; (function(){var b=!1;"min"!=uiTheme||b||mxClient.IS_CHROMEAPP||(EditorUi.initMinimalTheme(),b=!0);var e=EditorUi.initTheme;EditorUi.initTheme=function(){e.apply(this,arguments);"min"!=uiTheme||b||(this.initMinimalTheme(),b=!0)}})();Graph.prototype.defaultThemes[Graph.prototype.defaultThemeName]=mxUtils.parseXml('<mxStylesheet><add as="defaultVertex"><add as="shape" value="label"/><add as="perimeter" value="rectanglePerimeter"/><add as="fontSize" value="12"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="fillColor" value="#ffffff"/><add as="strokeColor" value="#000000"/><add as="fontColor" value="#000000"/></add><add as="defaultEdge"><add as="shape" value="connector"/><add as="labelBackgroundColor" value="#ffffff"/><add as="endArrow" value="classic"/><add as="fontSize" value="11"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="rounded" value="1"/><add as="strokeColor" value="#000000"/><add as="fontColor" value="#000000"/></add><add as="fancy"><add as="shadow" value="1"/><add as="glass" value="1"/></add><add as="gray" extend="fancy"><add as="gradientColor" value="#B3B3B3"/><add as="fillColor" value="#F5F5F5"/><add as="strokeColor" value="#666666"/></add><add as="blue" extend="fancy"><add as="gradientColor" value="#7EA6E0"/><add as="fillColor" value="#DAE8FC"/><add as="strokeColor" value="#6C8EBF"/></add><add as="green" extend="fancy"><add as="gradientColor" value="#97D077"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#82B366"/></add><add as="turquoise" extend="fancy"><add as="gradientColor" value="#67AB9F"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#6A9153"/></add><add as="yellow" extend="fancy"><add as="gradientColor" value="#FFD966"/><add as="fillColor" value="#FFF2CC"/><add as="strokeColor" value="#D6B656"/></add><add as="orange" extend="fancy"><add as="gradientColor" value="#FFA500"/><add as="fillColor" value="#FFCD28"/><add as="strokeColor" value="#D79B00"/></add><add as="red" extend="fancy"><add as="gradientColor" value="#EA6B66"/><add as="fillColor" value="#F8CECC"/><add as="strokeColor" value="#B85450"/></add><add as="pink" extend="fancy"><add as="gradientColor" value="#B5739D"/><add as="fillColor" value="#E6D0DE"/><add as="strokeColor" value="#996185"/></add><add as="purple" extend="fancy"><add as="gradientColor" value="#8C6C9C"/><add as="fillColor" value="#E1D5E7"/><add as="strokeColor" value="#9673A6"/></add><add as="plain-gray"><add as="gradientColor" value="#B3B3B3"/><add as="fillColor" value="#F5F5F5"/><add as="strokeColor" value="#666666"/></add><add as="plain-blue"><add as="gradientColor" value="#7EA6E0"/><add as="fillColor" value="#DAE8FC"/><add as="strokeColor" value="#6C8EBF"/></add><add as="plain-green"><add as="gradientColor" value="#97D077"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#82B366"/></add><add as="plain-turquoise"><add as="gradientColor" value="#67AB9F"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#6A9153"/></add><add as="plain-yellow"><add as="gradientColor" value="#FFD966"/><add as="fillColor" value="#FFF2CC"/><add as="strokeColor" value="#D6B656"/></add><add as="plain-orange"><add as="gradientColor" value="#FFA500"/><add as="fillColor" value="#FFCD28"/><add as="strokeColor" value="#D79B00"/></add><add as="plain-red"><add as="gradientColor" value="#EA6B66"/><add as="fillColor" value="#F8CECC"/><add as="strokeColor" value="#B85450"/></add><add as="plain-pink"><add as="gradientColor" value="#B5739D"/><add as="fillColor" value="#E6D0DE"/><add as="strokeColor" value="#996185"/></add><add as="plain-purple"><add as="gradientColor" value="#8C6C9C"/><add as="fillColor" value="#E1D5E7"/><add as="strokeColor" value="#9673A6"/></add><add as="text"><add as="fillColor" value="none"/><add as="gradientColor" value="none"/><add as="strokeColor" value="none"/><add as="align" value="left"/><add as="verticalAlign" value="top"/></add><add as="label"><add as="fontStyle" value="1"/><add as="align" value="left"/><add as="verticalAlign" value="middle"/><add as="spacing" value="2"/><add as="spacingLeft" value="52"/><add as="imageWidth" value="42"/><add as="imageHeight" value="42"/><add as="rounded" value="1"/></add><add as="icon" extend="label"><add as="align" value="center"/><add as="imageAlign" value="center"/><add as="verticalLabelPosition" value="bottom"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="4"/><add as="labelBackgroundColor" value="#ffffff"/><add as="spacing" value="0"/><add as="spacingLeft" value="0"/><add as="spacingTop" value="6"/><add as="fontStyle" value="0"/><add as="imageWidth" value="48"/><add as="imageHeight" value="48"/></add><add as="swimlane"><add as="shape" value="swimlane"/><add as="fontSize" value="12"/><add as="fontStyle" value="1"/><add as="startSize" value="23"/></add><add as="group"><add as="verticalAlign" value="top"/><add as="fillColor" value="none"/><add as="strokeColor" value="none"/><add as="gradientColor" value="none"/><add as="pointerEvents" value="0"/></add><add as="ellipse"><add as="shape" value="ellipse"/><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombus"><add as="shape" value="rhombus"/><add as="perimeter" value="rhombusPerimeter"/></add><add as="triangle"><add as="shape" value="triangle"/><add as="perimeter" value="trianglePerimeter"/></add><add as="line"><add as="shape" value="line"/><add as="strokeWidth" value="4"/><add as="labelBackgroundColor" value="#ffffff"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="8"/></add><add as="image"><add as="shape" value="image"/><add as="labelBackgroundColor" value="white"/><add as="verticalAlign" value="top"/><add as="verticalLabelPosition" value="bottom"/></add><add as="roundImage" extend="image"><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombusImage" extend="image"><add as="perimeter" value="rhombusPerimeter"/></add><add as="arrow"><add as="shape" value="arrow"/><add as="edgeStyle" value="none"/><add as="fillColor" value="#ffffff"/></add></mxStylesheet>').documentElement; Graph.prototype.defaultThemes.darkTheme=mxUtils.parseXml('<mxStylesheet><add as="defaultVertex"><add as="shape" value="label"/><add as="perimeter" value="rectanglePerimeter"/><add as="fontSize" value="12"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="fillColor" value="#2a2a2a"/><add as="strokeColor" value="#f0f0f0"/><add as="fontColor" value="#f0f0f0"/></add><add as="defaultEdge"><add as="shape" value="connector"/><add as="labelBackgroundColor" value="#2a2a2a"/><add as="endArrow" value="classic"/><add as="fontSize" value="11"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="rounded" value="1"/><add as="strokeColor" value="#f0f0f0"/><add as="fontColor" value="#f0f0f0"/></add><add as="text"><add as="fillColor" value="none"/><add as="gradientColor" value="none"/><add as="strokeColor" value="none"/><add as="align" value="left"/><add as="verticalAlign" value="top"/></add><add as="label"><add as="fontStyle" value="1"/><add as="align" value="left"/><add as="verticalAlign" value="middle"/><add as="spacing" value="2"/><add as="spacingLeft" value="52"/><add as="imageWidth" value="42"/><add as="imageHeight" value="42"/><add as="rounded" value="1"/></add><add as="icon" extend="label"><add as="align" value="center"/><add as="imageAlign" value="center"/><add as="verticalLabelPosition" value="bottom"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="4"/><add as="labelBackgroundColor" value="#2a2a2a"/><add as="spacing" value="0"/><add as="spacingLeft" value="0"/><add as="spacingTop" value="6"/><add as="fontStyle" value="0"/><add as="imageWidth" value="48"/><add as="imageHeight" value="48"/></add><add as="swimlane"><add as="shape" value="swimlane"/><add as="fontSize" value="12"/><add as="fontStyle" value="1"/><add as="startSize" value="23"/></add><add as="group"><add as="verticalAlign" value="top"/><add as="fillColor" value="none"/><add as="strokeColor" value="none"/><add as="gradientColor" value="none"/><add as="pointerEvents" value="0"/></add><add as="ellipse"><add as="shape" value="ellipse"/><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombus"><add as="shape" value="rhombus"/><add as="perimeter" value="rhombusPerimeter"/></add><add as="triangle"><add as="shape" value="triangle"/><add as="perimeter" value="trianglePerimeter"/></add><add as="line"><add as="shape" value="line"/><add as="strokeWidth" value="4"/><add as="labelBackgroundColor" value="#2a2a2a"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="8"/></add><add as="image"><add as="shape" value="image"/><add as="labelBackgroundColor" value="#2a2a2a"/><add as="verticalAlign" value="top"/><add as="verticalLabelPosition" value="bottom"/></add><add as="roundImage" extend="image"><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombusImage" extend="image"><add as="perimeter" value="rhombusPerimeter"/></add><add as="arrow"><add as="shape" value="arrow"/><add as="edgeStyle" value="none"/><add as="fillColor" value="#2a2a2a"/></add></mxStylesheet>').documentElement; +LucidImporter={}; (function(){function c(a){var b=null!=a.Text?a.Text:null!=a.Value?a.Value:a.Lane_0;null==b&&null!=a.State?null!=a.State.t&&(b=a.State):null==b&&null!=a.Note?null!=a.Note.t&&(b=a.Note):null==b&&null!=a.Title?null!=a.Title.t&&(b=a.Title):null!=a.t&&(b=a);null==b&&null!=a.TextAreas&&null!=a.TextAreas.Text&&null!=a.TextAreas.Text.Value&&null!=a.TextAreas.Text.Value.t&&(b=a.TextAreas.Text.Value);if(null!=b){if(null!=b.t)return b.t=b.t.replace(/</g,"<"),b.t=b.t.replace(/>/g,">"),b.t;if(null!=b.Value&& -null!=b.Value.t)return b.Value.t=b.Value.t.replace(/</g,"<"),b.Value.t=b.Value.t.replace(/>/g,">"),b.Value.t}return""}function m(a){return null!=a.Action?a.Action:a}function w(a){if(null!=a.Text){if(null!=a.Text.m)return a.Text.m}else if(null!=a.TextAreas){if(null!=a.TextAreas.Text&&null!=a.TextAreas.Text.Value&&null!=a.TextAreas.Text.Value.m)return a.TextAreas.Text.Value.m}else if(null!=a.m)return a.m;return null}function l(c){return h(c)+f(c)+b(c)+a(c)+d(c)+g(c)+p(c)+D(c)+C(c)+y(c)}function h(a){a= +null!=b.Value.t)return b.Value.t=b.Value.t.replace(/</g,"<"),b.Value.t=b.Value.t.replace(/>/g,">"),b.Value.t}return""}function m(a){return null!=a.Action?a.Action:a}function w(a){if(null!=a.Text){if(null!=a.Text.m)return a.Text.m}else if(null!=a.TextAreas){if(null!=a.TextAreas.Text&&null!=a.TextAreas.Text.Value&&null!=a.TextAreas.Text.Value.m)return a.TextAreas.Text.Value.m}else if(null!=a.m)return a.m;return null}function l(c){return h(c)+f(c)+b(c)+a(c)+d(c)+g(c)+p(c)+E(c)+C(c)+y(c)}function h(a){a= w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("s"==d.n&&null!=d.v)return"fontSize="+Math.round(.6*d.v)+";";b++}return"fontSize=11;"}function f(a){a=w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("c"==d.n&&null!=d.v)return a=d.v,"#"!=a.charAt(0)&&(a="#"+a),a=a.substring(0,7),mxConstants.STYLE_FONTCOLOR+"="+a+";";b++}return""}function b(a){a=w(a);if(null!=a){var b=0,d=!1;if(null!=a)for(var g=0;!d&&g<a.length;){var e=a[g];"b"==e.n&&null!=e.v&&e.v&&(d=!0,b+=1);g++}d=!1;if(null!=a)for(g= 0;!d&&g<a.length;)e=a[g],"i"==e.n&&null!=e.v&&e.v&&(d=!0,b+=2),g++;d=!1;if(null!=a)for(g=0;!d&&g<a.length;)e=a[g],"u"==e.n&&null!=e.v&&e.v&&(d=!0,b+=4),g++;if(0<b)return"fontStyle="+b+";"}return""}function a(a){a=w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("a"==d.n&&null!=d.v)return"align="+d.v+";";b++}return""}function d(b){var d=w(b);if(null!=d)for(var g=0;g<d.length;){var p=d[g];if(null!=p.v){if("il"==p.n)return"spacingLeft="+.6*p.v+";";a(b)}g++}return""}function g(a){a=w(a);if(null!= -a)for(var b=0;b<a.length;){var d=a[b];if("ir"==d.n&&null!=d.v)return"spacingRight="+d.v+";";b++}return""}function p(a){a=w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("mt"==d.n&&null!=d.v)return"spacingTop="+d.v+";";b++}return""}function D(a){a=w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("mb"==d.n&&null!=d.v)return"spacingBottom="+d.v+";";b++}return""}function C(a){return"number"===typeof a.InsetMargin?"spacing="+parseInt(a.InsetMargin)+";":""}function y(a){return null!=a.Text_VAlign&& -"string"===typeof a.Text_VAlign?"verticalAlign="+a.Text_VAlign+";":L(mxConstants.STYLE_VERTICAL_ALIGN,a.TextVAlign,"middle")}function q(a,b){return 0>mxUtils.indexOf(Tb,b.Class)?0==a.LineWidth?mxConstants.STYLE_STROKECOLOR+"=none;":L(mxConstants.STYLE_STROKECOLOR,a.LineColor.substring(0,7),"#000000"):"Venn"==b.Class.substring(0,4)?L(mxConstants.STYLE_STROKECOLOR,a.FillColor.substring(0,7),"#FFFFFF"):""}function z(a,b){var d="",g=0<=mxUtils.indexOf(fb,b.Class);g||(d+=L(mxConstants.STYLE_OPACITY,a.Opacity, -"100"));if("string"===typeof a.LineColor&&!g&&7<a.LineColor.length)var e="0x"+a.LineColor.substring(a.LineColor.length-2,a.LineColor.length),d=d+("strokeOpacity="+Math.round(parseInt(e)/2.55)+";");"string"===typeof a.FillColor&&!g&&7<a.FillColor.length&&(g="0x"+a.FillColor.substring(a.FillColor.length-2,a.FillColor.length),d+="fillOpacity="+Math.round(parseInt(g)/2.55)+";");return d}function aa(a,b,d){if(!d.edge)if(null!=a.Rounding&&0>mxUtils.indexOf(ja,b.Class)){if(0<a.Rounding)return"rounded=1;absoluteArcSize=1;arcSize="+ -.6*a.Rounding+";"}else if(null==a.Rounding&&0<=mxUtils.indexOf(Ha,b.Class))return"rounded=1;absoluteArcSize=1;arcSize=8;";return""}function P(a,b,d){return null!=a.Rotation&&(a=mxUtils.toDegree(parseFloat(a.Rotation)),"AdvancedSwimLaneBlockRotated"==b.Class?(a+=90,d.geometry.rotate90()):0<=mxUtils.indexOf(Ub,b.Class)?(a-=90,d.geometry.rotate90(),d.geometry.rotate90(),d.geometry.rotate90()):0<=mxUtils.indexOf(Ia,b.Class)&&(a+=180,d.geometry.rotate90(),d.geometry.rotate90()),0!=a)?"rotation="+a+";": -""}function E(a){return null!=a.Shadow?mxConstants.STYLE_SHADOW+"=1;":""}function A(a,b){if(null!=a.FillColor&&0>mxUtils.indexOf(Ea,b.Class))if("object"===typeof a.FillColor){if(null!=a.FillColor.cs&&1<a.FillColor.cs.length)return L(mxConstants.STYLE_FILLCOLOR,a.FillColor.cs[0].c.substring(0,7))+L(mxConstants.STYLE_GRADIENTCOLOR,a.FillColor.cs[1].c.substring(0,7))}else return"string"===typeof a.FillColor?L(mxConstants.STYLE_FILLCOLOR,a.FillColor.substring(0,7),"#FFFFFF"):L(mxConstants.STYLE_FILLCOLOR, -"none");return""}function F(a){return"dashed"==a.StrokeStyle?"dashed=1;":"dotted"==a.StrokeStyle?"dashed=1;dashPattern=1 4;":"dashdot"==a.StrokeStyle?"dashed=1;dashPattern=10 5 1 5;":"dotdotdot"==a.StrokeStyle?"dashed=1;dashPattern=1 1;":""}function B(a){return L(mxConstants.STYLE_STROKEWIDTH,.6*parseFloat(a.LineWidth),"1")}function Y(l,w){var Y=m(w);if(null!=Y){var n=gb[Y.Class];null!=n&&(l.style+=n+";");n=null!=Y.Properties?Y.Properties:Y;if(null!=n){l.value=c(n);var e=l.style,L=h(n)+f(n)+b(n)+ -a(n,l)+d(n)+g(n)+p(n)+D(n)+C(n)+y(n)+q(n,Y)+z(n,Y)+aa(n,Y,l)+P(n,Y,l)+(n.FlipX?"flipH=1;":"")+(n.FlipY?"flipV=1;":"")+E(n)+A(n,Y)+F(n)+B(n);Y="ImageSearchBlock2"==Y.Class?"image="+n.URL+";":"";l.style=e+(L+Y);if(l.edge){l.style=null!=n.Rounding?l.style+("rounded=1;arcSize="+n.Rounding+";"):l.style+"rounded=0;";if("diagonal"!=n.Shape)if(null!=n.ElbowPoints)for(l.geometry.points=[],Y=0;Y<n.ElbowPoints.length;Y++)l.geometry.points.push(new mxPoint(Math.round(.6*n.ElbowPoints[Y].x+0),Math.round(.6*n.ElbowPoints[Y].y+ -0)));else"elbow"==n.Shape?l.style=null!=n.Endpoint1.Block&&null!=n.Endpoint1.Block?l.style+"edgeStyle=orthogonalEdgeStyle;":l.style+"edgeStyle=elbowEdgeStyle;":null!=n.Endpoint1.Block&&null!=n.Endpoint1.Block&&(l.style+="edgeStyle=orthogonalEdgeStyle;","curve"==n.Shape&&(l.style+="curved=1;"));null!=n.Endpoint1.Style&&(l.style+="startArrow="+wb[n.Endpoint1.Style]+";");null!=n.Endpoint2.Style&&(l.style+="endArrow="+wb[n.Endpoint2.Style].replace(/startSize/g,"endSize")+";");fa(l,n.Endpoint1,!0);fa(l, -n.Endpoint2,!1)}}}}function K(a){var b=m(a).Properties.BoundingBox;null!=a.Class&&"AWS"===a.Class.substring(0,3)&&(b.h-=20);v=new mxCell("",new mxGeometry(Math.round(.6*b.x+0),Math.round(.6*b.y+0),Math.round(.6*b.w),Math.round(.6*b.h)),"html=1;whiteSpace=wrap;");v.vertex=!0;Y(v,a);return v}function X(a,b,d){d=2*(parseFloat(a.Location)-.5);a=new mxCell(c(a),new mxGeometry(d,0,0,0),"text;html=1;resizable=0;labelBackgroundColor=#ffffff;align=center;verticalAlign=middle;");a.geometry.relative=!0;a.vertex= -!0;b.insert(a);return b}function L(a,b,d,g){null!=b&&null!=g&&(b=g(b));return null!=b&&b!=d?a+"="+b+";":""}function fa(a,b,d){null!=b&&null!=b.LinkX&&null!=b.LinkY&&(a.style+=(d?"exitX":"entryX")+"="+b.LinkX+";"+(d?"exitY":"entryY")+"="+b.LinkY+";"+(d?"exitPerimeter":"entryPerimeter")+"=1;")}function la(a,b,d,g,e,p,c,f){a=new mxCell("",new mxGeometry(a,b,0,0),"strokeColor=none;fillColor=none;");a.vertex=!0;c.insert(a);p=[a];d=sb.cloneCell(d);f.insertEdge(d,!1);a.insertEdge(d,!0);p.push(d);g.push(e.addCell(d, -null,null,null,null))}function ea(a,b,d,g,e,p,c,f,D){a=new mxCell("",new mxGeometry(a,b,0,0),"strokeColor=none;fillColor=none;");a.vertex=!0;D.insert(a);d=new mxCell("",new mxGeometry(d,g,0,0),"strokeColor=none;fillColor=none;");d.vertex=!0;D.insert(d);f=[d];e=sb.cloneCell(e);a.insertEdge(e,!0);d.insertEdge(e,!1);f.push(e);p.push(c.addCell(e,null,null,null,null))}function ab(w,L,K){var n=m(w),e=n.Properties,X=e.BoundingBox,u=Math.round(.6*X.w),t=Math.round(.6*X.h),fa=Math.round(.6*X.x+0),ja=Math.round(.6* -X.y+0);v=new mxCell("",new mxGeometry(fa,ja,u,t),"html=1;whiteSpace=wrap;");v.vertex=!0;switch(null!=w.Class?w.Class:null!=n?n.Class:null){case "BraceNoteBlock":case "UI2BraceNoteBlock":var ab=!1;null!=e.BraceDirection&&"Right"==e.BraceDirection&&(ab=!0);var Ha=null,za=null;ab?(Ha=new mxCell("",new mxGeometry(u-.125*t,0,.125*t,t),"shape=curlyBracket;rounded=1;"),za=new mxCell("",new mxGeometry(0,0,u-.125*t,t),"strokeColor=none;fillColor=none;")):(Ha=new mxCell("",new mxGeometry(0,0,.125*t,t),"shape=curlyBracket;rounded=1;flipH=1;"), -za=new mxCell("",new mxGeometry(.125*t,0,u-.125*t,t),"strokeColor=none;fillColor=none;"));v.style="strokeColor=none;fillColor=none;";v.style+=P(e,n,v);Ha.vertex=!0;v.insert(Ha);Ha.style+=q(e,n)+z(e,n)+E(e)+F(e)+B(e);za.vertex=!0;za.value=c(e);v.insert(za);za.style+=h(e)+f(e)+b(e)+a(e,za)+d(e)+g(e)+p(e)+D(e)+C(e)+y(e);break;case "AdvancedSwimLaneBlockRotated":case "AdvancedSwimLaneBlock":var Tb=0;null!=e.Lanes&&(Tb=e.Lanes.length);v.style="strokeColor=none;fillColor=none;";for(var Ub=0,Ia=[],k=0;k< -Tb;k++){var jc=parseFloat(e.Lanes[k].p);Ia.push(new mxCell("",new mxGeometry(u*Ub,0,u*jc,t),"shape=swimlane;startSize=25;"));Ia[k].vertex=!0;v.insert(Ia[k]);Ia[k].value=c(e["Lane_"+k]);Ia[k].style+=h(e["Lane_"+k])+f(e["Lane_"+k])+b(e["Lane_"+k])+a(e["Lane_"+k],Ia[k])+d(e["Lane_"+k])+g(e["Lane_"+k])+p(e["Lane_"+k])+D(e["Lane_"+k])+C(e["Lane_"+k])+y(e["Lane_"+k])+q(e,n)+z(e,n)+aa(e,n,Ia[k])+P(e,n,Ia[k])+(e.FlipX?"flipH=1;":"")+(e.FlipY?"flipV=1;":"")+E(e)+A(e,n)+F(e)+B(e);Ub+=jc}break;case "AndroidDevice":if(null!= -e.AndroidDeviceName){v.style="fillColor=#000000;strokeColor=#000000;";var Ea=null,fb=null,xb=null;if("Tablet"==e.AndroidDeviceName||"Mini Tablet"==e.AndroidDeviceName)v.style+="shape=mxgraph.android.tab2;",Ea=new mxCell("",new mxGeometry(.112*u,.077*t,.77*u,.85*t),""),e.KeyboardShown&&(fb=new mxCell("",new mxGeometry(.112*u,.727*t,.77*u,.2*t),"shape=mxgraph.android.keyboard;")),e.FullScreen||(xb=new mxCell("",new mxGeometry(.112*u,.077*t,.77*u,.03*t),"shape=mxgraph.android.statusBar;strokeColor=#33b5e5;fillColor=#000000;fontColor=#33b5e5;fontSize="+ -.015*t+";"));else if("Large Phone"==e.AndroidDeviceName||"Phone"==e.AndroidDeviceName)v.style+="shape=mxgraph.android.phone2;",Ea=new mxCell("",new mxGeometry(.04*u,.092*t,.92*u,.816*t),""),e.KeyboardShown&&(fb=new mxCell("",new mxGeometry(.04*u,.708*t,.92*u,.2*t),"shape=mxgraph.android.keyboard;")),e.FullScreen||(xb=new mxCell("",new mxGeometry(.04*u,.092*t,.92*u,.03*t),"shape=mxgraph.android.statusBar;strokeColor=#33b5e5;fillColor=#000000;fontColor=#33b5e5;fontSize="+.015*t+";"));Ea.vertex=!0;v.insert(Ea); -"Dark"==e.Scheme?Ea.style+="fillColor=#111111;":"Light"==e.Scheme&&(Ea.style+="fillColor=#ffffff;");null!=fb&&(fb.vertex=!0,v.insert(fb));null!=xb&&(xb.vertex=!0,v.insert(xb))}break;case "AndroidAlertDialog":var Ja=new mxCell("",new mxGeometry(0,0,u,30),"strokeColor=none;fillColor=none;spacingLeft=9;");Ja.vertex=!0;v.insert(Ja);var ha=new mxCell("",new mxGeometry(0,25,u,10),"shape=line;strokeColor=#33B5E5;");ha.vertex=!0;v.insert(ha);var yb=new mxCell("",new mxGeometry(0,30,u,t-30),"strokeColor=none;fillColor=none;verticalAlign=top;"); -yb.vertex=!0;v.insert(yb);var ma=new mxCell("",new mxGeometry(0,t-25,.5*u,25),"fillColor=none;");ma.vertex=!0;v.insert(ma);var na=new mxCell("",new mxGeometry(.5*u,t-25,.5*u,25),"fillColor=none;");na.vertex=!0;v.insert(na);Ja.value=c(e.DialogTitle);Ja.style+=l(e.DialogTitle);yb.value=c(e.DialogText);yb.style+=l(e.DialogText);ma.value=c(e.Button_0);ma.style+=l(e.Button_0);na.value=c(e.Button_1);na.style+=l(e.Button_1);"Dark"==e.Scheme?(v.style+="strokeColor=#353535;fillColor=#282828;shadow=1;",ma.style+= -"strokeColor=#353535;",na.style+="strokeColor=#353535;"):(v.style+="strokeColor=none;fillColor=#ffffff;shadow=1;",ma.style+="strokeColor=#E2E2E2;",na.style+="strokeColor=#E2E2E2;");break;case "AndroidDateDialog":case "AndroidTimeDialog":Ja=new mxCell("",new mxGeometry(0,0,u,30),"strokeColor=none;fillColor=none;spacingLeft=9;");Ja.vertex=!0;v.insert(Ja);Ja.value=c(e.DialogTitle);Ja.style+=l(e.DialogTitle);ha=new mxCell("",new mxGeometry(0,25,u,10),"shape=line;strokeColor=#33B5E5;");ha.vertex=!0;v.insert(ha); -ma=new mxCell("",new mxGeometry(0,t-25,.5*u,25),"fillColor=none;");ma.vertex=!0;v.insert(ma);ma.value=c(e.Button_0);ma.style+=l(e.Button_0);na=new mxCell("",new mxGeometry(.5*u,t-25,.5*u,25),"fillColor=none;");na.vertex=!0;v.insert(na);na.value=c(e.Button_1);na.style+=l(e.Button_1);var kb=new mxCell("",new mxGeometry(.5*u-4,41,8,4),"shape=triangle;direction=north;");kb.vertex=!0;v.insert(kb);var jb=new mxCell("",new mxGeometry(.25*u-4,41,8,4),"shape=triangle;direction=north;");jb.vertex=!0;v.insert(jb); -var lb=new mxCell("",new mxGeometry(.75*u-4,41,8,4),"shape=triangle;direction=north;");lb.vertex=!0;v.insert(lb);var zb=new mxCell("",new mxGeometry(.375*u,50,.2*u,15),"strokeColor=none;fillColor=none;");zb.vertex=!0;v.insert(zb);zb.value=c(e.Label_1);zb.style+=l(e.Label_1);var Ab=new mxCell("",new mxGeometry(.125*u,50,.2*u,15),"strokeColor=none;fillColor=none;");Ab.vertex=!0;v.insert(Ab);Ab.value=c(e.Label_0);Ab.style+=l(e.Label_0);var mb=null;"AndroidDateDialog"==w.Class&&(mb=new mxCell("",new mxGeometry(.625* -u,50,.2*u,15),"strokeColor=none;fillColor=none;"),mb.vertex=!0,v.insert(mb),mb.value=c(e.Label_2),mb.style+=l(e.Label_2));var Ka=new mxCell("",new mxGeometry(.43*u,60,.14*u,10),"shape=line;strokeColor=#33B5E5;");Ka.vertex=!0;v.insert(Ka);var La=new mxCell("",new mxGeometry(.18*u,60,.14*u,10),"shape=line;strokeColor=#33B5E5;");La.vertex=!0;v.insert(La);var gb=new mxCell("",new mxGeometry(.68*u,60,.14*u,10),"shape=line;strokeColor=#33B5E5;");gb.vertex=!0;v.insert(gb);var Bb=new mxCell("",new mxGeometry(.375* -u,65,.2*u,15),"strokeColor=none;fillColor=none;");Bb.vertex=!0;v.insert(Bb);Bb.value=c(e.Label_4);Bb.style+=l(e.Label_4);var nb=null;"AndroidTimeDialog"==w.Class&&(nb=new mxCell("",new mxGeometry(.3*u,65,.1*u,15),"strokeColor=none;fillColor=none;"),nb.vertex=!0,v.insert(nb),nb.value=c(e.Label_Colon),nb.style+=l(e.Label_Colon));var Cb=new mxCell("",new mxGeometry(.125*u,65,.2*u,15),"strokeColor=none;fillColor=none;");Cb.vertex=!0;v.insert(Cb);Cb.value=c(e.Label_3);Cb.style+=l(e.Label_3);var Db=new mxCell("", -new mxGeometry(.625*u,65,.2*u,15),"strokeColor=none;fillColor=none;");Db.vertex=!0;v.insert(Db);Db.value=c(e.Label_5);Db.style+=l(e.Label_5);var wb=new mxCell("",new mxGeometry(.43*u,75,.14*u,10),"shape=line;strokeColor=#33B5E5;");wb.vertex=!0;v.insert(wb);var Sb=new mxCell("",new mxGeometry(.18*u,75,.14*u,10),"shape=line;strokeColor=#33B5E5;");Sb.vertex=!0;v.insert(Sb);var kc=new mxCell("",new mxGeometry(.68*u,75,.14*u,10),"shape=line;strokeColor=#33B5E5;");kc.vertex=!0;v.insert(kc);var Eb=new mxCell("", -new mxGeometry(.375*u,80,.2*u,15),"strokeColor=none;fillColor=none;");Eb.vertex=!0;v.insert(Eb);Eb.value=c(e.Label_7);Eb.style+=l(e.Label_7);var Fb=new mxCell("",new mxGeometry(.125*u,80,.2*u,15),"strokeColor=none;fillColor=none;");Fb.vertex=!0;v.insert(Fb);Fb.value=c(e.Label_6);Fb.style+=l(e.Label_6);var Gb=new mxCell("",new mxGeometry(.625*u,80,.2*u,15),"strokeColor=none;fillColor=none;");Gb.vertex=!0;v.insert(Gb);Gb.value=c(e.Label_8);Gb.style+=l(e.Label_8);var ob=new mxCell("",new mxGeometry(.5* -u-4,99,8,4),"shape=triangle;direction=south;");ob.vertex=!0;v.insert(ob);var pb=new mxCell("",new mxGeometry(.25*u-4,99,8,4),"shape=triangle;direction=south;");pb.vertex=!0;v.insert(pb);var qb=new mxCell("",new mxGeometry(.75*u-4,99,8,4),"shape=triangle;direction=south;");qb.vertex=!0;v.insert(qb);"Dark"==e.Scheme?(v.style+="strokeColor=#353535;fillColor=#282828;shadow=1;",ma.style+="strokeColor=#353535;",na.style+="strokeColor=#353535;",kb.style+="strokeColor=none;fillColor=#7E7E7E;",jb.style+="strokeColor=none;fillColor=#7E7E7E;", -lb.style+="strokeColor=none;fillColor=#7E7E7E;",ob.style+="strokeColor=none;fillColor=#7E7E7E;",pb.style+="strokeColor=none;fillColor=#7E7E7E;",qb.style+="strokeColor=none;fillColor=#7E7E7E;"):(v.style+="strokeColor=none;fillColor=#ffffff;shadow=1;",ma.style+="strokeColor=#E2E2E2;",na.style+="strokeColor=#E2E2E2;",kb.style+="strokeColor=none;fillColor=#939393;",jb.style+="strokeColor=none;fillColor=#939393;",lb.style+="strokeColor=none;fillColor=#939393;",ob.style+="strokeColor=none;fillColor=#939393;", -pb.style+="strokeColor=none;fillColor=#939393;",qb.style+="strokeColor=none;fillColor=#939393;");break;case "AndroidListItems":var ta=t,bb=0;if(e.ShowHeader){var bb=8,Hb=new mxCell("",new mxGeometry(0,0,u,bb),"strokeColor=none;fillColor=none;");Hb.vertex=!0;v.insert(Hb);Hb.value=c(e.Header);Hb.style+=l(e.Header);var ta=ta-bb,lc=new mxCell("",new mxGeometry(0,bb-2,u,4),"shape=line;strokeColor=#999999;");lc.vertex=!0;v.insert(lc)}var Ma=parseInt(e.Items);0<Ma&&(ta/=Ma);for(var I=[],ha=[],k=0;k<Ma;k++)I[k]= -new mxCell("",new mxGeometry(0,bb+k*ta,u,ta),"strokeColor=none;fillColor=none;"),I[k].vertex=!0,v.insert(I[k]),I[k].value=c(e["Item_"+k]),I[k].style+=l(e["Item_"+k]),0<k&&(ha[k]=new mxCell("",new mxGeometry(0,bb+k*ta-2,u,4),"shape=line;"),ha[k].vertex=!0,v.insert(ha[k]),ha[k].style="Dark"==e.Scheme?ha[k].style+"strokeColor=#ffffff;":ha[k].style+"strokeColor=#D9D9D9;");v.style="Dark"==e.Scheme?v.style+"strokeColor=none;fillColor=#111111;":v.style+"strokeColor=none;fillColor=#ffffff;";break;case "AndroidTabs":var Na= -parseInt(e.Tabs),Aa=u;0<Na&&(Aa/=Na);for(var ba=[],ha=[],k=0;k<Na;k++)ba[k]=new mxCell("",new mxGeometry(k*Aa,0,Aa,t),"strokeColor=none;fillColor=none;"),ba[k].vertex=!0,v.insert(ba[k]),ba[k].value=c(e["Tab_"+k]),ba[k].style+=l(e["Tab_"+k]),0<k&&(ha[k]=new mxCell("",new mxGeometry(k*Aa-2,.2*t,4,.6*t),"shape=line;direction=north;"),ha[k].vertex=!0,v.insert(ha[k]),ha[k].style="Dark"==e.Scheme?ha[k].style+"strokeColor=#484848;":ha[k].style+"strokeColor=#CCCCCC;");var mc=new mxCell("",new mxGeometry(e.Selected* -Aa+2,t-3,Aa-4,3),"strokeColor=none;fillColor=#33B5E5;");mc.vertex=!0;v.insert(mc);v.style="Dark"==e.Scheme?v.style+"strokeColor=none;fillColor=#333333;":v.style+"strokeColor=none;fillColor=#DDDDDD;";break;case "AndroidProgressBar":v=new mxCell("",new mxGeometry(Math.round(fa),Math.round(ja+.25*t),Math.round(u),Math.round(.5*t)),"html=1;whiteSpace=wrap;");v.vertex=!0;var Ib=new mxCell("",new mxGeometry(0,0,u*e.BarPosition,Math.round(.5*t)),"strokeColor=none;fillColor=#33B5E5;");Ib.vertex=!0;v.insert(Ib); -v.style="Dark"==e.Scheme?v.style+"strokeColor=none;fillColor=#474747;":v.style+"strokeColor=none;fillColor=#BBBBBB;";break;case "AndroidImageBlock":v.style="Dark"==e.Scheme?v.style+"shape=mxgraph.mockup.graphics.simpleIcon;strokeColor=#7E7E7E;fillColor=#111111;":v.style+"shape=mxgraph.mockup.graphics.simpleIcon;strokeColor=#939393;fillColor=#ffffff;";break;case "AndroidTextBlock":v.style="Dark"==e.Scheme?e.ShowBorder?v.style+"fillColor=#111111;strokeColor=#ffffff;":v.style+"fillColor=#111111;strokeColor=none;": -e.ShowBorder?v.style+"fillColor=#ffffff;strokeColor=#000000;":v.style+"fillColor=#ffffff;strokeColor=none;";v.value=c(e.Label);v.style+=l(e.Label);break;case "AndroidActionBar":v.style+="strokeColor=none;";switch(e.BarBackground){case "Blue":v.style+="fillColor=#002E3E;";break;case "Gray":v.style+="fillColor=#DDDDDD;";break;case "Dark Gray":v.style+="fillColor=#474747;";break;case "White":v.style+="fillColor=#ffffff;"}if(e.HighlightShow){var cb=null,cb=e.HighlightTop?new mxCell("",new mxGeometry(0, -0,u,2),"strokeColor=none;"):new mxCell("",new mxGeometry(0,t-2,u,2),"strokeColor=none;");cb.vertex=!0;v.insert(cb);switch(e.HighlightColor){case "Blue":cb.style+="fillColor=#33B5E5;";break;case "Dark Gray":cb.style+="fillColor=#B0B0B0;";break;case "White":cb.style+="fillColor=#ffffff;"}}if(e.VlignShow){var rb=new mxCell("",new mxGeometry(20,5,2,t-10),"shape=line;direction=north;");rb.vertex=!0;v.insert(rb);switch(e.VlignColor){case "Blue":rb.style+="strokeColor=#244C5A;";break;case "White":rb.style+= -"strokeColor=#ffffff;"}}break;case "AndroidButton":v.value=c(e.Label);v.style+=l(e.Label)+"shape=partialRectangle;left=0;right=0;";v.style="Dark"==e.Scheme?v.style+"fillColor=#474747;strokeColor=#C6C5C6;bottom=0;":v.style+"fillColor=#DFE0DF;strokeColor=#C6C5C6;top=0;";break;case "AndroidTextBox":v.value=c(e.Label);v.style+=l(e.Label);var Jb=new mxCell("",new mxGeometry(2,t-6,u-4,4),"shape=partialRectangle;top=0;fillColor=none;");Jb.vertex=!0;v.insert(Jb);v.style="Dark"==e.Scheme?v.style+"fillColor=#111111;strokeColor=none;": -v.style+"fillColor=#ffffff;strokeColor=none;";Jb.style=e.TextFocused?Jb.style+"strokeColor=#33B5E5;":Jb.style+"strokeColor=#A9A9A9;";break;case "AndroidRadioButton":var hb=null;e.Checked&&(hb=new mxCell("",new mxGeometry(.15*u,.15*t,.7*u,.7*t),"shape=ellipse;fillColor=#33B5E5;strokeWidth=0.6;"),hb.vertex=!0,v.insert(hb));"Dark"==e.Scheme?(v.style+="shape=ellipse;strokeWidth=0.6;strokeColor=#272727;",e.Checked?(hb.style+="strokeColor=#1F5C73;",v.style+="fillColor=#193C49;"):v.style+="fillColor=#111111;"): -(v.style+="shape=ellipse;strokeWidth=0.6;fillColor=#ffffff;strokeColor=#5C5C5C;",e.Checked&&(hb.style+="strokeColor=#999999;"));break;case "AndroidCheckBox":var bc=null;e.Checked&&(bc=new mxCell("",new mxGeometry(.25*u,.05*-t,u,.8*t),"shape=mxgraph.ios7.misc.check;strokeColor=#33B5E5;strokeWidth=2;"),bc.vertex=!0,v.insert(bc));v.style="Dark"==e.Scheme?v.style+"strokeWidth=0.6;strokeColor=#272727;fillColor=#111111;":v.style+"strokeWidth=0.6;strokeColor=#5C5C5C;fillColor=#ffffff;";break;case "AndroidToggle":v.style= -"Dark"==e.Scheme?e.Checked?v.style+"shape=mxgraph.android.switch_on;fillColor=#666666;":v.style+"shape=mxgraph.android.switch_off;fillColor=#666666;":e.Checked?v.style+"shape=mxgraph.android.switch_on;fillColor=#E6E6E6;":v.style+"shape=mxgraph.android.switch_off;fillColor=#E6E6E6;";break;case "AndroidSlider":v.style+="shape=mxgraph.android.progressScrubberFocused;dx="+e.BarPosition+";fillColor=#33b5e5;";break;case "iOSSegmentedControl":Na=parseInt(e.Tabs);Aa=u;v.style+="strokeColor=none;fillColor=none;"; -0<Na&&(Aa/=Na);ba=[];ha=[];for(k=0;k<Na;k++)ba[k]=new mxCell("",new mxGeometry(k*Aa,0,Aa,t),"strokeColor="+e.FillColor+";"),ba[k].vertex=!0,v.insert(ba[k]),ba[k].value=c(e["Tab_"+k]),ba[k].style+=l(e["Tab_"+k]),ba[k].style=e.Selected==k?ba[k].style+A(e,n):ba[k].style+"fillColor=none;";break;case "iOSSlider":v.style+="shape=mxgraph.ios7ui.slider;strokeColor="+e.FillColor+";fillColor=#ffffff;strokeWidth=2;barPos="+100*e.BarPosition+";";break;case "iOSProgressBar":v=new mxCell("",new mxGeometry(Math.round(fa), -Math.round(ja+.25*t),Math.round(u),Math.round(.5*t)),"html=1;whiteSpace=wrap;strokeColor=none;fillColor=#B5B5B5;");v.vertex=!0;Ib=new mxCell("",new mxGeometry(0,0,u*e.BarPosition,Math.round(.5*t)),"strokeColor=none;"+A(e,n));Ib.vertex=!0;v.insert(Ib);break;case "iOSPageControls":v.style+="shape=mxgraph.ios7ui.pageControl;"+A(e,n)+"strokeColor=#D6D6D6;";break;case "iOSStatusBar":v.style+="shape=mxgraph.ios7ui.appBar;"+A(e,n)+"strokeColor=#000000;";var R=new mxCell(c(e.Text),new mxGeometry(.35*u,0, -.3*u,t),"strokeColor=none;fillColor=none;");R.vertex=!0;v.insert(R);R.style+=l(e.Text);var va=new mxCell(c(e.Carrier),new mxGeometry(.09*u,0,.2*u,t),"strokeColor=none;fillColor=none;");va.vertex=!0;v.insert(va);va.style+=l(e.Carrier);break;case "iOSSearchBar":v.style+="strokeColor=none;"+A(e,n)+z(e,n)+aa(e,n,v)+l(e.Search);v.value=c(e.Search);var U=new mxCell("",new mxGeometry(.3*u,.3*t,.4*t,.4*t),"shape=mxgraph.ios7.icons.looking_glass;strokeColor=#000000;fillColor=none;");U.vertex=!0;v.insert(U); -break;case "iOSNavBar":v.style+="shape=partialRectangle;top=0;right=0;left=0;strokeColor=#979797;"+A(e,n)+z(e,n)+l(e.Title);v.value=c(e.Title);R=new mxCell(c(e.LeftText),new mxGeometry(.03*u,0,.3*u,t),"strokeColor=none;fillColor=none;");R.vertex=!0;v.insert(R);R.style+=l(e.LeftText);va=new mxCell(c(e.RightText),new mxGeometry(.65*u,0,.3*u,t),"strokeColor=none;fillColor=none;");va.vertex=!0;v.insert(va);va.style+=l(e.RightText);U=new mxCell("",new mxGeometry(.02*u,.2*t,.3*t,.5*t),"shape=mxgraph.ios7.misc.left;strokeColor=#007AFF;strokeWidth=2;"); -U.vertex=!0;v.insert(U);break;case "iOSTabs":Na=parseInt(e.Tabs);Aa=u;v.style+="shape=partialRectangle;right=0;left=0;bottom=0;strokeColor=#979797;"+A(e,n)+z(e,n);0<Na&&(Aa/=Na);ba=[];ha=[];for(k=0;k<Na;k++)ba[k]=new mxCell("",new mxGeometry(k*Aa,0,Aa,t),"strokeColor=none;"),ba[k].vertex=!0,v.insert(ba[k]),ba[k].value=c(e["Tab_"+k]),ba[k].style+=h(e["Tab_"+k]),ba[k].style+=f(e["Tab_"+k])+b(e["Tab_"+k])+a(e["Tab_"+k])+d(e["Tab_"+k])+g(e["Tab_"+k])+p(e["Tab_"+k])+D(e["Tab_"+k])+C(e["Tab_"+k]),ba[k].style+= -"verticalAlign=bottom;",ba[k].style=e.Selected==k?ba[k].style+"fillColor=#BBBBBB;":ba[k].style+"fillColor=none;";break;case "iOSDatePicker":var Oa=new mxCell("",new mxGeometry(0,0,.5*u,.2*t),"strokeColor=none;fillColor=none;");Oa.vertex=!0;v.insert(Oa);Oa.value=c(e.Option11);Oa.style+=l(e.Option11);var Pa=new mxCell("",new mxGeometry(.5*u,0,.15*u,.2*t),"strokeColor=none;fillColor=none;");Pa.vertex=!0;v.insert(Pa);Pa.value=c(e.Option21);Pa.style+=l(e.Option21);var Qa=new mxCell("",new mxGeometry(.65* -u,0,.15*u,.2*t),"strokeColor=none;fillColor=none;");Qa.vertex=!0;v.insert(Qa);Qa.value=c(e.Option31);Qa.style+=l(e.Option31);var Ra=new mxCell("",new mxGeometry(0,.2*t,.5*u,.2*t),"strokeColor=none;fillColor=none;");Ra.vertex=!0;v.insert(Ra);Ra.value=c(e.Option12);Ra.style+=l(e.Option12);var Sa=new mxCell("",new mxGeometry(.5*u,.2*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");Sa.vertex=!0;v.insert(Sa);Sa.value=c(e.Option22);Sa.style+=l(e.Option22);var Ta=new mxCell("",new mxGeometry(.65*u,.2*t, -.15*u,.2*t),"strokeColor=none;fillColor=none;");Ta.vertex=!0;v.insert(Ta);Ta.value=c(e.Option32);Ta.style+=l(e.Option32);var oa=new mxCell("",new mxGeometry(0,.4*t,.5*u,.2*t),"strokeColor=none;fillColor=none;");oa.vertex=!0;v.insert(oa);oa.value=c(e.Option13);oa.style+=l(e.Option13);var pa=new mxCell("",new mxGeometry(.5*u,.4*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");pa.vertex=!0;v.insert(pa);pa.value=c(e.Option23);pa.style+=l(e.Option23);var Ua=new mxCell("",new mxGeometry(.65*u,.4*t,.15* -u,.2*t),"strokeColor=none;fillColor=none;");Ua.vertex=!0;v.insert(Ua);Ua.value=c(e.Option33);Ua.style+=l(e.Option33);var qa=new mxCell("",new mxGeometry(.8*u,.4*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");qa.vertex=!0;v.insert(qa);qa.value=c(e.Option43);qa.style+=l(e.Option43);var ra=new mxCell("",new mxGeometry(0,.6*t,.5*u,.2*t),"strokeColor=none;fillColor=none;");ra.vertex=!0;v.insert(ra);ra.value=c(e.Option14);ra.style+=l(e.Option14);var Va=new mxCell("",new mxGeometry(.5*u,.6*t,.15*u,.2* -t),"strokeColor=none;fillColor=none;");Va.vertex=!0;v.insert(Va);Va.value=c(e.Option24);Va.style+=l(e.Option24);var Wa=new mxCell("",new mxGeometry(.65*u,.6*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");Wa.vertex=!0;v.insert(Wa);Wa.value=c(e.Option34);Wa.style+=l(e.Option34);var Xa=new mxCell("",new mxGeometry(.8*u,.6*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");Xa.vertex=!0;v.insert(Xa);Xa.value=c(e.Option44);Xa.style+=l(e.Option44);var sa=new mxCell("",new mxGeometry(0,.8*t,.5*u,.2*t), -"strokeColor=none;fillColor=none;");sa.vertex=!0;v.insert(sa);sa.value=c(e.Option15);sa.style+=l(e.Option15);var Ya=new mxCell("",new mxGeometry(.5*u,.8*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");Ya.vertex=!0;v.insert(Ya);Ya.value=c(e.Option25);Ya.style+=l(e.Option25);var Za=new mxCell("",new mxGeometry(.65*u,.8*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");Za.vertex=!0;v.insert(Za);Za.value=c(e.Option35);Za.style+=l(e.Option35);Ka=new mxCell("",new mxGeometry(0,.4*t-2,u,4),"shape=line;strokeColor=#888888;"); -Ka.vertex=!0;v.insert(Ka);La=new mxCell("",new mxGeometry(0,.6*t-2,u,4),"shape=line;strokeColor=#888888;");La.vertex=!0;v.insert(La);v.style+=A(e,n)+z(e,n)+"strokeColor=none;";break;case "iOSTimePicker":Oa=new mxCell("",new mxGeometry(0,0,.25*u,.2*t),"strokeColor=none;fillColor=none;");Oa.vertex=!0;v.insert(Oa);Oa.value=c(e.Option11);Oa.style+=l(e.Option11);Pa=new mxCell("",new mxGeometry(.25*u,0,.3*u,.2*t),"strokeColor=none;fillColor=none;");Pa.vertex=!0;v.insert(Pa);Pa.value=c(e.Option21);Pa.style+= -l(e.Option21);Ra=new mxCell("",new mxGeometry(0,.2*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");Ra.vertex=!0;v.insert(Ra);Ra.value=c(e.Option12);Ra.style+=l(e.Option12);Sa=new mxCell("",new mxGeometry(.25*u,.2*t,.3*u,.2*t),"strokeColor=none;fillColor=none;");Sa.vertex=!0;v.insert(Sa);Sa.value=c(e.Option22);Sa.style+=l(e.Option22);oa=new mxCell("",new mxGeometry(0,.4*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");oa.vertex=!0;v.insert(oa);oa.value=c(e.Option13);oa.style+=l(e.Option13);pa=new mxCell("", -new mxGeometry(.25*u,.4*t,.3*u,.2*t),"strokeColor=none;fillColor=none;");pa.vertex=!0;v.insert(pa);pa.value=c(e.Option23);pa.style+=l(e.Option23);qa=new mxCell("",new mxGeometry(.7*u,.4*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");qa.vertex=!0;v.insert(qa);qa.value=c(e.Option33);qa.style+=l(e.Option33);ra=new mxCell("",new mxGeometry(0,.6*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");ra.vertex=!0;v.insert(ra);ra.value=c(e.Option14);ra.style+=l(e.Option14);Va=new mxCell("",new mxGeometry(.25* -u,.6*t,.3*u,.2*t),"strokeColor=none;fillColor=none;");Va.vertex=!0;v.insert(Va);Va.value=c(e.Option24);Va.style+=l(e.Option24);Xa=new mxCell("",new mxGeometry(.7*u,.6*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");Xa.vertex=!0;v.insert(Xa);Xa.value=c(e.Option34);Xa.style+=l(e.Option34);sa=new mxCell("",new mxGeometry(0,.8*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");sa.vertex=!0;v.insert(sa);sa.value=c(e.Option15);sa.style+=l(e.Option15);Ya=new mxCell("",new mxGeometry(.25*u,.8*t,.3*u,.2* -t),"strokeColor=none;fillColor=none;");Ya.vertex=!0;v.insert(Ya);Ya.value=c(e.Option25);Ya.style+=l(e.Option25);Ka=new mxCell("",new mxGeometry(0,.4*t-2,u,4),"shape=line;strokeColor=#888888;");Ka.vertex=!0;v.insert(Ka);La=new mxCell("",new mxGeometry(0,.6*t-2,u,4),"shape=line;strokeColor=#888888;");La.vertex=!0;v.insert(La);v.style+=A(e,n)+z(e,n)+"strokeColor=none;";break;case "iOSCountdownPicker":Qa=new mxCell("",new mxGeometry(.45*u,0,.2*u,.2*t),"strokeColor=none;fillColor=none;");Qa.vertex=!0; -v.insert(Qa);Qa.value=c(e.Option31);Qa.style+=l(e.Option31);Ta=new mxCell("",new mxGeometry(.45*u,.2*t,.2*u,.2*t),"strokeColor=none;fillColor=none;");Ta.vertex=!0;v.insert(Ta);Ta.value=c(e.Option32);Ta.style+=l(e.Option32);oa=new mxCell("",new mxGeometry(0,.4*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");oa.vertex=!0;v.insert(oa);oa.value=c(e.Option13);oa.style+=l(e.Option13);pa=new mxCell("",new mxGeometry(.2*u,.4*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");pa.vertex=!0;v.insert(pa);pa.value= -c(e.Option23);pa.style+=l(e.Option23);Ua=new mxCell("",new mxGeometry(.45*u,.4*t,.2*u,.2*t),"strokeColor=none;fillColor=none;");Ua.vertex=!0;v.insert(Ua);Ua.value=c(e.Option33);Ua.style+=l(e.Option33);qa=new mxCell("",new mxGeometry(.6*u,.4*t,.2*u,.2*t),"strokeColor=none;fillColor=none;");qa.vertex=!0;v.insert(qa);qa.value=c(e.Option43);qa.style+=l(e.Option43);ra=new mxCell("",new mxGeometry(0,.6*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");ra.vertex=!0;v.insert(ra);ra.value=c(e.Option14);ra.style+= -l(e.Option14);Wa=new mxCell("",new mxGeometry(.45*u,.6*t,.2*u,.2*t),"strokeColor=none;fillColor=none;");Wa.vertex=!0;v.insert(Wa);Wa.value=c(e.Option34);Wa.style+=l(e.Option34);sa=new mxCell("",new mxGeometry(0,.8*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");sa.vertex=!0;v.insert(sa);sa.value=c(e.Option15);sa.style+=l(e.Option15);Za=new mxCell("",new mxGeometry(.45*u,.8*t,.2*u,.2*t),"strokeColor=none;fillColor=none;");Za.vertex=!0;v.insert(Za);Za.value=c(e.Option35);Za.style+=l(e.Option35);Ka= -new mxCell("",new mxGeometry(0,.4*t-2,u,4),"shape=line;strokeColor=#888888;");Ka.vertex=!0;v.insert(Ka);La=new mxCell("",new mxGeometry(0,.6*t-2,u,4),"shape=line;strokeColor=#888888;");La.vertex=!0;v.insert(La);v.style+=A(e,n)+z(e,n)+"strokeColor=none;";break;case "iOSBasicCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;spacing=0;align=left;spacingLeft="+.6*e.SeparatorInset+";";v.style+=h(e.text)+f(e.text)+b(e.text)+y(e.text);v.value=c(e.text);switch(e.AccessoryIndicatorType){case "Disclosure":U= -new mxCell("",new mxGeometry(.91*u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);var ga=new mxCell("",new mxGeometry(.79*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0;v.insert(ga);break;case "DetailIndicator":ga=new mxCell("",new mxGeometry(.87* -u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0;v.insert(ga);break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*t,.4*t,.26*t),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"),U.vertex=!0,v.insert(U)}break;case "iOSSubtitleCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;align=left;spacing=0;verticalAlign=top;spacingLeft="+.6*e.SeparatorInset+";";v.style+=h(e.subtext)+ -f(e.subtext)+b(e.subtext);v.value=c(e.subtext);var ia=new mxCell("",new mxGeometry(0,.4*t,u,.6*t),"fillColor=none;strokeColor=none;spacing=0;align=left;verticalAlign=bottom;spacingLeft="+.6*e.SeparatorInset+";");ia.vertex=!0;v.insert(ia);ia.style+=h(e.text)+f(e.text)+b(e.text);ia.value=c(e.text);switch(e.AccessoryIndicatorType){case "Disclosure":U=new mxCell("",new mxGeometry(.91*u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);break;case "DetailDisclosure":U= -new mxCell("",new mxGeometry(.91*u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ga=new mxCell("",new mxGeometry(.79*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0;v.insert(ga);break;case "DetailIndicator":ga=new mxCell("",new mxGeometry(.87*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0;v.insert(ga);break;case "CheckMark":U=new mxCell("", -new mxGeometry(.89*u,.37*t,.4*t,.26*t),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"),U.vertex=!0,v.insert(U)}break;case "iOSRightDetailCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;align=left;spacing=0;verticalAlign=middle;spacingLeft="+.6*e.SeparatorInset+";";v.style+=h(e.subtext)+f(e.subtext)+b(e.subtext);v.value=c(e.subtext);ia=null;switch(e.AccessoryIndicatorType){case "Disclosure":U=new mxCell("",new mxGeometry(.91*u,.35* -t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ia=new mxCell("",new mxGeometry(.55*u,0,.3*u,t),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ga=new mxCell("",new mxGeometry(.79*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0; -v.insert(ga);ia=new mxCell("",new mxGeometry(.45*u,0,.3*u,t),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;case "DetailIndicator":ga=new mxCell("",new mxGeometry(.87*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0;v.insert(ga);ia=new mxCell("",new mxGeometry(.52*u,0,.3*u,t),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*t,.4*t,.26*t),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"); -U.vertex=!0;v.insert(U);ia=new mxCell("",new mxGeometry(.55*u,0,.3*u,t),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;default:ia=new mxCell("",new mxGeometry(.65*u,0,.3*u,t),"fillColor=none;strokeColor=none;spacing=0;align=right;")}ia.vertex=!0;v.insert(ia);ia.style+=h(e.text)+f(e.text)+b(e.text);ia.value=c(e.text);break;case "iOSLeftDetailCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;";var Ga=new mxCell("",new mxGeometry(0,0,.25* -u,t),"fillColor=none;strokeColor=none;spacing=0;align=right;verticalAlign=middle;spacingRight=3;");Ga.vertex=!0;v.insert(Ga);Ga.style+=h(e.subtext)+f(e.subtext)+b(e.subtext);Ga.value=c(e.subtext);ia=new mxCell("",new mxGeometry(.25*u,0,.5*u,t),"fillColor=none;strokeColor=none;spacing=0;align=left;verticalAlign=middle;spacingLeft=3;");ia.vertex=!0;v.insert(ia);ia.style+=h(e.text)+f(e.text)+b(e.text);ia.value=c(e.text);switch(e.AccessoryIndicatorType){case "Disclosure":U=new mxCell("",new mxGeometry(.91* -u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ga=new mxCell("",new mxGeometry(.79*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0;v.insert(ga);break;case "DetailIndicator":ga=new mxCell("",new mxGeometry(.87*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;"); -ga.vertex=!0;v.insert(ga);break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*t,.4*t,.26*t),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"),U.vertex=!0,v.insert(U)}break;case "iOSTableGroupedSectionBreak":v.style+="shape=partialRectangle;left=0;right=0;fillColor=#EFEFF4;strokeColor=#C8C7CC;";R=new mxCell("",new mxGeometry(0,0,u,.4*t),"fillColor=none;strokeColor=none;spacing=10;align=left;");R.vertex=!0;v.insert(R);R.style+=h(e.text)+f(e.text)+b(e.text);R.value=c(e.text); -va=new mxCell("",new mxGeometry(0,.6*t,u,.4*t),"fillColor=none;strokeColor=none;spacing=10;align=left;");va.vertex=!0;v.insert(va);va.style+=h(e["bottom-text"])+f(e["bottom-text"])+b(e["bottom-text"]);va.value=c(e["bottom-text"]);break;case "iOSTablePlainHeaderFooter":v.style+="fillColor=#F7F7F7;strokeColor=none;align=left;spacingLeft=5;spacing=0;";v.style+=h(e.text)+f(e.text)+b(e.text);v.value=c(e.text);break;case "SMPage":if(e.Group){v.style+="strokeColor=none;fillColor=none;";var r=new mxCell("", -new mxGeometry(0,0,.9*u,.9*t),"part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e);var x=new mxCell("",new mxGeometry(.1*u,.1*t,.9*u,.9*t),"part=1;");x.vertex=!0;v.insert(x);x.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e);x.value=c(e.Text);e.Future&&(r.style+="dashed=1;",x.style+="dashed=1;")}else e.Future&&(v.style+="dashed=1;"),v.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e),v.value=c(e.Text);break;case "SMHome":case "SMPrint":case "SMSearch":case "SMSettings":case "SMSitemap":case "SMSuccess":case "SMVideo":case "SMAudio":case "SMCalendar":case "SMChart":case "SMCloud":case "SMDocument":case "SMForm":case "SMGame":case "SMUpload":v.style+= -q(e,n)+A(e,n)+z(e,n)+E(e)+B(e);r=null;switch(w.Class){case "SMHome":r=new mxCell("",new mxGeometry(.5*u-.4*t,.1*t,.8*t,.8*t),"part=1;shape=mxgraph.office.concepts.home;flipH=1;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMPrint":r=new mxCell("",new mxGeometry(.5*u-.4*t,.19*t,.8*t,.62*t),"part=1;shape=mxgraph.office.devices.printer;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMSearch":r=new mxCell("",new mxGeometry(.5*u-.4*t,.1*t,.8*t,.8*t),"part=1;shape=mxgraph.office.concepts.search;flipH=1;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); -break;case "SMSettings":r=new mxCell("",new mxGeometry(.5*u-.35*t,.15*t,.7*t,.7*t),"part=1;shape=mxgraph.mscae.enterprise.settings;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMSitemap":r=new mxCell("",new mxGeometry(.5*u-.35*t,.2*t,.7*t,.6*t),"part=1;shape=mxgraph.office.sites.site_collection;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMSuccess":r=new mxCell("",new mxGeometry(.5*u-.3*t,.25*t,.6*t,.5*t),"part=1;shape=mxgraph.mscae.general.checkmark;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); -break;case "SMVideo":r=new mxCell("",new mxGeometry(.5*u-.4*t,.2*t,.8*t,.6*t),"part=1;shape=mxgraph.office.concepts.video_play;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMAudio":r=new mxCell("",new mxGeometry(.5*u-.3*t,.2*t,.6*t,.6*t),"part=1;shape=mxgraph.mscae.general.audio;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMCalendar":r=new mxCell("",new mxGeometry(.5*u-.4*t,.15*t,.8*t,.7*t),"part=1;shape=mxgraph.office.concepts.form;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); -break;case "SMChart":var H=A(e,n),H=""==H?"#ffffff;":H.replace("fillColor=",""),r=new mxCell("",new mxGeometry(.5*u-.35*t,.15*t,.7*t,.7*t),"part=1;shape=mxgraph.ios7.icons.pie_chart;fillColor=#e6e6e6;fillOpacity=50;strokeWidth=4;strokeColor="+H);break;case "SMCloud":r=new mxCell("",new mxGeometry(.5*u-.4*t,.27*t,.8*t,.46*t),"part=1;shape=mxgraph.networks.cloud;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMDocument":r=new mxCell("",new mxGeometry(.5*u-.25*t,.15*t,.5*t,.7*t),"part=1;shape=mxgraph.mscae.enterprise.document;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); -break;case "SMForm":r=new mxCell("",new mxGeometry(.5*u-.4*t,.15*t,.8*t,.7*t),"part=1;shape=mxgraph.office.concepts.form;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMGame":r=new mxCell("",new mxGeometry(.5*u-.4*t,.2*t,.8*t,.6*t),"part=1;shape=mxgraph.mscae.general.game_controller;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMUpload":r=new mxCell("",new mxGeometry(.5*u-.4*t,.2*t,.8*t,.6*t),"part=1;shape=mxgraph.mscae.enterprise.backup_online;fillColor=#e6e6e6;opacity=50;strokeColor=none;")}r.vertex= -!0;v.insert(r);r.style+=l(e);r.value=c(e.Text);break;case "UMLMultiplicityBlock":v.style+="strokeColor=none;fillColor=none;";r=new mxCell("",new mxGeometry(.1*u,0,.9*u,.9*t),"part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e);x=new mxCell("",new mxGeometry(0,.1*t,.9*u,.9*t),"part=1;");x.vertex=!0;v.insert(x);x.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e.Text);x.value=c(e.Text);break;case "UMLConstraintBlock":var Vb=new mxCell("",new mxGeometry(0,0,.25*t,t),"shape=curlyBracket;rounded=1;"); -Vb.vertex=!0;v.insert(Vb);var Wb=new mxCell("",new mxGeometry(u-.25*t,0,.25*t,t),"shape=curlyBracket;rounded=1;flipH=1;");Wb.vertex=!0;v.insert(Wb);za=new mxCell("",new mxGeometry(.25*t,0,u-.5*t,t),"strokeColor=none;fillColor=none;");za.vertex=!0;za.value=c(e);v.insert(za);v.style="strokeColor=none;fillColor=none;";v.style+=P(e,n,v);Vb.style+=q(e,n)+z(e,n)+E(e)+F(e)+B(e);Wb.style+=q(e,n)+z(e,n)+E(e)+F(e)+B(e);za.style+=h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+p(e)+D(e)+C(e)+y(e);break;case "UMLTextBlock":v.style+= -"strokeColor=none;"+z(e,n)+E(e)+F(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case "BPMNActivity":switch(e.bpmnActivityType){case 1:v.style+=A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case 2:v.style+="shape=ext;double=1;"+A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case 3:v.style+="shape=ext;dashed=1;dashPattern=2 1;"+A(e,n)+q(e,n)+z(e,n)+E(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case 4:v.style+="shape=ext;strokeWidth=2;"+A(e,n)+q(e,n)+z(e,n)+E(e)+ -F(e)+l(e.Text),v.value=c(e.Text)}if(0!=e.bpmnTaskType){switch(e.bpmnTaskType){case 1:r=new mxCell("",new mxGeometry(0,0,19,12),"shape=message;");r.geometry.offset=new mxPoint(4,7);break;case 2:r=new mxCell("",new mxGeometry(0,0,19,12),"shape=message;");r.geometry.offset=new mxPoint(4,7);break;case 3:r=new mxCell("",new mxGeometry(0,0,15,15),"shape=mxgraph.bpmn.user_task;");r.geometry.offset=new mxPoint(4,5);break;case 4:r=new mxCell("",new mxGeometry(0,0,15,10),"shape=mxgraph.bpmn.manual_task;"); -r.geometry.offset=new mxPoint(4,7);break;case 5:r=new mxCell("",new mxGeometry(0,0,18,13),"shape=mxgraph.bpmn.business_rule_task;");r.geometry.offset=new mxPoint(4,7);break;case 6:r=new mxCell("",new mxGeometry(0,0,15,15),"shape=mxgraph.bpmn.service_task;");r.geometry.offset=new mxPoint(4,5);break;case 7:r=new mxCell("",new mxGeometry(0,0,15,15),"shape=mxgraph.bpmn.script_task;"),r.geometry.offset=new mxPoint(4,5)}if(1==e.bpmnTaskType){var Kb=A(e,n),H=q(e,n),H=H.replace("strokeColor","fillColor"), -Kb=Kb.replace("fillColor","strokeColor");""==H&&(H="fillColor=#000000;");""==Kb&&(Kb="strokeColor=#ffffff;");r.style+=Kb+H+"part=1;"}else r.style+=A(e,n)+q(e,n)+"part=1;";r.geometry.relative=!0;r.vertex=!0;v.insert(r)}var Lb=0;0!=e.bpmnActivityMarker1&&Lb++;0!=e.bpmnActivityMarker2&&Lb++;var wa=0;1==Lb?wa=-7.5:2==Lb&&(wa=-19);if(0!=e.bpmnActivityMarker1){switch(e.bpmnActivityMarker1){case 1:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=plus;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+= -A(e,n)+q(e,n);break;case 2:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=mxgraph.bpmn.loop;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 3:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 4:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;direction=south;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 5:r=new mxCell("", -new mxGeometry(.5,1,15,10),"shape=mxgraph.bpmn.ad_hoc;strokeColor=none;flipH=1;part=1;");r.geometry.offset=new mxPoint(wa,-17);H=q(e,n);H=H.replace("strokeColor","fillColor");""==H&&(H="fillColor=#000000;");r.style+=H;break;case 6:r=new mxCell("",new mxGeometry(.5,1,15,11),"shape=mxgraph.bpmn.compensation;part=1;"),r.geometry.offset=new mxPoint(wa,-18),r.style+=A(e,n)+q(e,n)}r.geometry.relative=!0;r.vertex=!0;v.insert(r)}2==Lb&&(wa=5);if(0!=e.bpmnActivityMarker2){switch(e.bpmnActivityMarker2){case 1:r= -new mxCell("",new mxGeometry(.5,1,15,15),"shape=plus;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 2:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=mxgraph.bpmn.loop;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 3:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 4:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;direction=south;part=1;"); -r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 5:r=new mxCell("",new mxGeometry(.5,1,15,10),"shape=mxgraph.bpmn.ad_hoc;strokeColor=none;flipH=1;part=1;");r.geometry.offset=new mxPoint(wa,-17);H=q(e,n);H=H.replace("strokeColor","fillColor");""==H&&(H="fillColor=#000000;");r.style+=H;break;case 6:r=new mxCell("",new mxGeometry(.5,1,15,11),"shape=mxgraph.bpmn.compensation;part=1;"),r.geometry.offset=new mxPoint(wa,-18),r.style+=A(e,n)+q(e,n)}r.geometry.relative=!0;r.vertex=!0; -v.insert(r)}break;case "BPMNEvent":v.style+="shape=mxgraph.bpmn.shape;verticalLabelPosition=bottom;verticalAlign=top;"+A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+p(e)+D(e)+C(e);v.value=c(e.Text);if(1==e.bpmnDashed)switch(e.bpmnEventGroup){case 0:v.style+="outline=eventNonint;";break;case 1:v.style+="outline=boundNonint;";break;case 2:v.style+="outline=end;"}else switch(e.bpmnEventGroup){case 0:v.style+="outline=standard;";break;case 1:v.style+="outline=throwing;";break;case 2:v.style+= +a)for(var b=0;b<a.length;){var d=a[b];if("ir"==d.n&&null!=d.v)return"spacingRight="+d.v+";";b++}return""}function p(a){a=w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("mt"==d.n&&null!=d.v)return"spacingTop="+d.v+";";b++}return""}function E(a){a=w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("mb"==d.n&&null!=d.v)return"spacingBottom="+d.v+";";b++}return""}function C(a){return"number"===typeof a.InsetMargin?"spacing="+parseInt(a.InsetMargin)+";":""}function y(a){return null!=a.Text_VAlign&& +"string"===typeof a.Text_VAlign?"verticalAlign="+a.Text_VAlign+";":M(mxConstants.STYLE_VERTICAL_ALIGN,a.TextVAlign,"middle")}function t(a,b){return 0>mxUtils.indexOf(fb,b.Class)?0==a.LineWidth?mxConstants.STYLE_STROKECOLOR+"=none;":M(mxConstants.STYLE_STROKECOLOR,a.LineColor.substring(0,7),"#000000"):"Venn"==b.Class.substring(0,4)?M(mxConstants.STYLE_STROKECOLOR,a.FillColor.substring(0,7),"#FFFFFF"):""}function A(a,b){var d="",g=0<=mxUtils.indexOf(Tb,b.Class);g||(d+=M(mxConstants.STYLE_OPACITY,a.Opacity, +"100"));if("string"===typeof a.LineColor&&!g&&7<a.LineColor.length)var e="0x"+a.LineColor.substring(a.LineColor.length-2,a.LineColor.length),d=d+("strokeOpacity="+Math.round(parseInt(e)/2.55)+";");"string"===typeof a.FillColor&&!g&&7<a.FillColor.length&&(g="0x"+a.FillColor.substring(a.FillColor.length-2,a.FillColor.length),d+="fillOpacity="+Math.round(parseInt(g)/2.55)+";");return d}function Y(a,b,d){if(!d.edge)if(null!=a.Rounding&&0>mxUtils.indexOf(sa,b.Class)){if(0<a.Rounding)return"rounded=1;absoluteArcSize=1;arcSize="+ +.6*a.Rounding+";"}else if(null==a.Rounding&&0<=mxUtils.indexOf(za,b.Class))return"rounded=1;absoluteArcSize=1;arcSize=8;";return""}function G(a,b,d){return null!=a.Rotation&&(a=mxUtils.toDegree(parseFloat(a.Rotation)),"AdvancedSwimLaneBlockRotated"==b.Class?(a+=90,d.geometry.rotate90()):0<=mxUtils.indexOf(bc,b.Class)?(a-=90,d.geometry.rotate90(),d.geometry.rotate90(),d.geometry.rotate90()):0<=mxUtils.indexOf(cc,b.Class)&&(a+=180,d.geometry.rotate90(),d.geometry.rotate90()),0!=a)?"rotation="+a+";": +""}function D(a){return null!=a.Shadow?mxConstants.STYLE_SHADOW+"=1;":""}function z(a,b){if(null!=a.FillColor&&0>mxUtils.indexOf(Ub,b.Class))if("object"===typeof a.FillColor){if(null!=a.FillColor.cs&&1<a.FillColor.cs.length)return M(mxConstants.STYLE_FILLCOLOR,a.FillColor.cs[0].c.substring(0,7))+M(mxConstants.STYLE_GRADIENTCOLOR,a.FillColor.cs[1].c.substring(0,7))}else return"string"===typeof a.FillColor?M(mxConstants.STYLE_FILLCOLOR,a.FillColor.substring(0,7),"#FFFFFF"):M(mxConstants.STYLE_FILLCOLOR, +"none");return""}function F(a){return"dashed"==a.StrokeStyle?"dashed=1;":"dotted"==a.StrokeStyle?"dashed=1;dashPattern=1 4;":"dashdot"==a.StrokeStyle?"dashed=1;dashPattern=10 5 1 5;":"dotdotdot"==a.StrokeStyle?"dashed=1;dashPattern=1 1;":""}function B(a){return M(mxConstants.STYLE_STROKEWIDTH,.6*parseFloat(a.LineWidth),"1")}function Z(l,w){var Z=m(w);if(null!=Z){var n=gb[Z.Class];null!=n&&(l.style+=n+";");n=null!=Z.Properties?Z.Properties:Z;if(null!=n){l.value=c(n);var e=l.style,M=h(n)+f(n)+b(n)+ +a(n,l)+d(n)+g(n)+p(n)+E(n)+C(n)+y(n)+t(n,Z)+A(n,Z)+Y(n,Z,l)+G(n,Z,l)+(n.FlipX?"flipH=1;":"")+(n.FlipY?"flipV=1;":"")+D(n)+z(n,Z)+F(n)+B(n);Z="ImageSearchBlock2"==Z.Class?"image="+n.URL+";":"";l.style=e+(M+Z);if(l.edge){l.style=null!=n.Rounding?l.style+("rounded=1;arcSize="+n.Rounding+";"):l.style+"rounded=0;";if("diagonal"!=n.Shape)if(null!=n.ElbowPoints)for(l.geometry.points=[],Z=0;Z<n.ElbowPoints.length;Z++)l.geometry.points.push(new mxPoint(Math.round(.6*n.ElbowPoints[Z].x+0),Math.round(.6*n.ElbowPoints[Z].y+ +0)));else"elbow"==n.Shape?l.style=null!=n.Endpoint1.Block&&null!=n.Endpoint1.Block?l.style+"edgeStyle=orthogonalEdgeStyle;":l.style+"edgeStyle=elbowEdgeStyle;":null!=n.Endpoint1.Block&&null!=n.Endpoint1.Block&&(l.style+="edgeStyle=orthogonalEdgeStyle;","curve"==n.Shape&&(l.style+="curved=1;"));null!=n.Endpoint1.Style&&(l.style+="startArrow="+xb[n.Endpoint1.Style]+";");null!=n.Endpoint2.Style&&(l.style+="endArrow="+xb[n.Endpoint2.Style].replace(/startSize/g,"endSize")+";");fa(l,n.Endpoint1,!0);fa(l, +n.Endpoint2,!1)}}}}function L(a){var b=m(a).Properties.BoundingBox;null!=a.Class&&"AWS"===a.Class.substring(0,3)&&(b.h-=20);v=new mxCell("",new mxGeometry(Math.round(.6*b.x+0),Math.round(.6*b.y+0),Math.round(.6*b.w),Math.round(.6*b.h)),"html=1;whiteSpace=wrap;");v.vertex=!0;Z(v,a);return v}function X(a,b,d){d=2*(parseFloat(a.Location)-.5);a=new mxCell(c(a),new mxGeometry(d,0,0,0),"text;html=1;resizable=0;labelBackgroundColor=#ffffff;align=center;verticalAlign=middle;");a.geometry.relative=!0;a.vertex= +!0;b.insert(a);return b}function M(a,b,d,g){null!=b&&null!=g&&(b=g(b));return null!=b&&b!=d?a+"="+b+";":""}function fa(a,b,d){null!=b&&null!=b.LinkX&&null!=b.LinkY&&(a.style+=(d?"exitX":"entryX")+"="+b.LinkX+";"+(d?"exitY":"entryY")+"="+b.LinkY+";"+(d?"exitPerimeter":"entryPerimeter")+"=1;")}function ga(a,b,d,g,e,p){a.getModel().beginUpdate();try{var c=function(b,e){var d=null!=e.Endpoint1.Block?E[e.Endpoint1.Block]:null,g=null!=e.Endpoint2.Block?E[e.Endpoint2.Block]:null,p;p=new mxCell("",new mxGeometry(0, +0,100,100),"html=1;jettySize=18;");p.geometry.relative=!0;p.edge=!0;Z(p,b);var c=m(b).Properties,k=null!=c?c.TextAreas:b.TextAreas;if(null!=k){for(var C=0;null!=k["t"+C];){var y=k["t"+C];p=X(y,p);C++}for(C=1;null!=k["m"+C];)y=k["m"+C],p=X(y,p,b),C++;null!=k.Text&&(p=X(k,p,b));k=null!=c?c.TextAreas:b.TextAreas;null!=k.Message&&(p=X(k.Message,p,b))}null==d&&null!=e.Endpoint1&&p.geometry.setTerminalPoint(new mxPoint(Math.round(.6*e.Endpoint1.x),Math.round(.6*e.Endpoint1.y)),!0);null==g&&null!=e.Endpoint2&& +p.geometry.setTerminalPoint(new mxPoint(Math.round(.6*e.Endpoint2.x),Math.round(.6*e.Endpoint2.y)),!1);f.push(a.addCell(p,null,null,d,g))},f=[],E={},C=[],y=[],t=0;if(null!=b.Groups)for(var n in b.Groups){var h=b.Groups[n];h.id=n;if(1==h.Hidden&&null!=h.Members){0>mxUtils.indexOf(y,n)&&y.push(n);for(var l in h.Members)y=zb(l,b.Groups,y)}}if(null!=b.Blocks)for(n in b.Blocks)h=b.Blocks[n],h.id=n,0>mxUtils.indexOf(y,n)&&(l=!1,null!=gb[h.Class]&&"mxCompositeShape"==gb[h.Class]&&(E[h.id]=Ga(h,f,a),C.push(h), +l=!0),l||(E[h.id]=L(h),C.push(h)));else for(t=0;t<b.Objects.length;t++)h=b.Objects[t],null!=h.Action&&"mxCompositeShape"==gb[h.Action.Class]?E[h.id]=Ga(h,f,a):h.IsBlock&&null!=h.Action&&null!=h.Action.Properties&&(E[h.id]=L(h)),C.push(h);C.sort(function(a,b){a=m(a);b=m(b);return null!=a.Properties&&null!=b.Properties?a.Properties.ZOrder-b.Properties.ZOrder:0});for(t=0;t<C.length;t++){var h=C[t],A=E[h.id];null!=A?f.push(a.addCell(A)):h.IsLine&&null!=h.Action&&null!=h.Action.Properties&&c(h,h.Action.Properties)}if(null!= +b.Lines)for(n in b.Lines)0>mxUtils.indexOf(y,n)&&(h=b.Lines[n],c(h,h));if(e&&null!=d&&null!=g){a.isGridEnabled()&&(d=a.snap(d),g=a.snap(g));var k=a.getBoundingBoxFromGeometry(f,!0);null!=k&&a.moveCells(f,d-k.x,g-k.y)}p||a.setSelectionCells(f)}finally{a.getModel().endUpdate()}}function db(){var a=new Graph;a.setExtendParents(!1);a.setExtendParentsOnAdd(!1);a.setConstrainChildren(!1);a.setHtmlLabels(!0);a.getModel().maintainEdgeParent=!1;return a}function Aa(a,b,d,g,e,p,c,f){a=new mxCell("",new mxGeometry(a, +b,0,0),"strokeColor=none;fillColor=none;");a.vertex=!0;c.insert(a);p=[a];d=sb.cloneCell(d);f.insertEdge(d,!1);a.insertEdge(d,!0);p.push(d);g.push(e.addCell(d,null,null,null,null))}function ca(a,b,d,g,e,p,c,f,E){a=new mxCell("",new mxGeometry(a,b,0,0),"strokeColor=none;fillColor=none;");a.vertex=!0;E.insert(a);d=new mxCell("",new mxGeometry(d,g,0,0),"strokeColor=none;fillColor=none;");d.vertex=!0;E.insert(d);f=[d];e=sb.cloneCell(e);a.insertEdge(e,!0);d.insertEdge(e,!1);f.push(e);p.push(c.addCell(e, +null,null,null,null))}function Ga(w,M,L){var n=m(w),e=n.Properties,X=e.BoundingBox,u=Math.round(.6*X.w),r=Math.round(.6*X.h),ga=Math.round(.6*X.x+0),fa=Math.round(.6*X.y+0);v=new mxCell("",new mxGeometry(ga,fa,u,r),"html=1;whiteSpace=wrap;");v.vertex=!0;switch(null!=w.Class?w.Class:null!=n?n.Class:null){case "BraceNoteBlock":case "UI2BraceNoteBlock":var db=!1;null!=e.BraceDirection&&"Right"==e.BraceDirection&&(db=!0);var Ga=null,sa=null;db?(Ga=new mxCell("",new mxGeometry(u-.125*r,0,.125*r,r),"shape=curlyBracket;rounded=1;"), +sa=new mxCell("",new mxGeometry(0,0,u-.125*r,r),"strokeColor=none;fillColor=none;")):(Ga=new mxCell("",new mxGeometry(0,0,.125*r,r),"shape=curlyBracket;rounded=1;flipH=1;"),sa=new mxCell("",new mxGeometry(.125*r,0,u-.125*r,r),"strokeColor=none;fillColor=none;"));v.style="strokeColor=none;fillColor=none;";v.style+=G(e,n,v);Ga.vertex=!0;v.insert(Ga);Ga.style+=t(e,n)+A(e,n)+D(e)+F(e)+B(e);sa.vertex=!0;sa.value=c(e);v.insert(sa);sa.style+=h(e)+f(e)+b(e)+a(e,sa)+d(e)+g(e)+p(e)+E(e)+C(e)+y(e);break;case "AdvancedSwimLaneBlockRotated":case "AdvancedSwimLaneBlock":var Tb= +0;null!=e.Lanes&&(Tb=e.Lanes.length);v.style="strokeColor=none;fillColor=none;";for(var Ub=0,za=[],k=0;k<Tb;k++){var lc=parseFloat(e.Lanes[k].p);za.push(new mxCell("",new mxGeometry(u*Ub,0,u*lc,r),"shape=swimlane;startSize=25;"));za[k].vertex=!0;v.insert(za[k]);za[k].value=c(e["Lane_"+k]);za[k].style+=h(e["Lane_"+k])+f(e["Lane_"+k])+b(e["Lane_"+k])+a(e["Lane_"+k],za[k])+d(e["Lane_"+k])+g(e["Lane_"+k])+p(e["Lane_"+k])+E(e["Lane_"+k])+C(e["Lane_"+k])+y(e["Lane_"+k])+t(e,n)+A(e,n)+Y(e,n,za[k])+G(e,n, +za[k])+(e.FlipX?"flipH=1;":"")+(e.FlipY?"flipV=1;":"")+D(e)+z(e,n)+F(e)+B(e);Ub+=lc}break;case "AndroidDevice":if(null!=e.AndroidDeviceName){v.style="fillColor=#000000;strokeColor=#000000;";var cb=null,fb=null,wb=null;if("Tablet"==e.AndroidDeviceName||"Mini Tablet"==e.AndroidDeviceName)v.style+="shape=mxgraph.android.tab2;",cb=new mxCell("",new mxGeometry(.112*u,.077*r,.77*u,.85*r),""),e.KeyboardShown&&(fb=new mxCell("",new mxGeometry(.112*u,.727*r,.77*u,.2*r),"shape=mxgraph.android.keyboard;")), +e.FullScreen||(wb=new mxCell("",new mxGeometry(.112*u,.077*r,.77*u,.03*r),"shape=mxgraph.android.statusBar;strokeColor=#33b5e5;fillColor=#000000;fontColor=#33b5e5;fontSize="+.015*r+";"));else if("Large Phone"==e.AndroidDeviceName||"Phone"==e.AndroidDeviceName)v.style+="shape=mxgraph.android.phone2;",cb=new mxCell("",new mxGeometry(.04*u,.092*r,.92*u,.816*r),""),e.KeyboardShown&&(fb=new mxCell("",new mxGeometry(.04*u,.708*r,.92*u,.2*r),"shape=mxgraph.android.keyboard;")),e.FullScreen||(wb=new mxCell("", +new mxGeometry(.04*u,.092*r,.92*u,.03*r),"shape=mxgraph.android.statusBar;strokeColor=#33b5e5;fillColor=#000000;fontColor=#33b5e5;fontSize="+.015*r+";"));cb.vertex=!0;v.insert(cb);"Dark"==e.Scheme?cb.style+="fillColor=#111111;":"Light"==e.Scheme&&(cb.style+="fillColor=#ffffff;");null!=fb&&(fb.vertex=!0,v.insert(fb));null!=wb&&(wb.vertex=!0,v.insert(wb))}break;case "AndroidAlertDialog":var Ia=new mxCell("",new mxGeometry(0,0,u,30),"strokeColor=none;fillColor=none;spacingLeft=9;");Ia.vertex=!0;v.insert(Ia); +var ia=new mxCell("",new mxGeometry(0,25,u,10),"shape=line;strokeColor=#33B5E5;");ia.vertex=!0;v.insert(ia);var yb=new mxCell("",new mxGeometry(0,30,u,r-30),"strokeColor=none;fillColor=none;verticalAlign=top;");yb.vertex=!0;v.insert(yb);var la=new mxCell("",new mxGeometry(0,r-25,.5*u,25),"fillColor=none;");la.vertex=!0;v.insert(la);var ma=new mxCell("",new mxGeometry(.5*u,r-25,.5*u,25),"fillColor=none;");ma.vertex=!0;v.insert(ma);Ia.value=c(e.DialogTitle);Ia.style+=l(e.DialogTitle);yb.value=c(e.DialogText); +yb.style+=l(e.DialogText);la.value=c(e.Button_0);la.style+=l(e.Button_0);ma.value=c(e.Button_1);ma.style+=l(e.Button_1);"Dark"==e.Scheme?(v.style+="strokeColor=#353535;fillColor=#282828;shadow=1;",la.style+="strokeColor=#353535;",ma.style+="strokeColor=#353535;"):(v.style+="strokeColor=none;fillColor=#ffffff;shadow=1;",la.style+="strokeColor=#E2E2E2;",ma.style+="strokeColor=#E2E2E2;");break;case "AndroidDateDialog":case "AndroidTimeDialog":Ia=new mxCell("",new mxGeometry(0,0,u,30),"strokeColor=none;fillColor=none;spacingLeft=9;"); +Ia.vertex=!0;v.insert(Ia);Ia.value=c(e.DialogTitle);Ia.style+=l(e.DialogTitle);ia=new mxCell("",new mxGeometry(0,25,u,10),"shape=line;strokeColor=#33B5E5;");ia.vertex=!0;v.insert(ia);la=new mxCell("",new mxGeometry(0,r-25,.5*u,25),"fillColor=none;");la.vertex=!0;v.insert(la);la.value=c(e.Button_0);la.style+=l(e.Button_0);ma=new mxCell("",new mxGeometry(.5*u,r-25,.5*u,25),"fillColor=none;");ma.vertex=!0;v.insert(ma);ma.value=c(e.Button_1);ma.style+=l(e.Button_1);var jb=new mxCell("",new mxGeometry(.5* +u-4,41,8,4),"shape=triangle;direction=north;");jb.vertex=!0;v.insert(jb);var kb=new mxCell("",new mxGeometry(.25*u-4,41,8,4),"shape=triangle;direction=north;");kb.vertex=!0;v.insert(kb);var lb=new mxCell("",new mxGeometry(.75*u-4,41,8,4),"shape=triangle;direction=north;");lb.vertex=!0;v.insert(lb);var Ab=new mxCell("",new mxGeometry(.375*u,50,.2*u,15),"strokeColor=none;fillColor=none;");Ab.vertex=!0;v.insert(Ab);Ab.value=c(e.Label_1);Ab.style+=l(e.Label_1);var Bb=new mxCell("",new mxGeometry(.125* +u,50,.2*u,15),"strokeColor=none;fillColor=none;");Bb.vertex=!0;v.insert(Bb);Bb.value=c(e.Label_0);Bb.style+=l(e.Label_0);var mb=null;"AndroidDateDialog"==w.Class&&(mb=new mxCell("",new mxGeometry(.625*u,50,.2*u,15),"strokeColor=none;fillColor=none;"),mb.vertex=!0,v.insert(mb),mb.value=c(e.Label_2),mb.style+=l(e.Label_2));var Ja=new mxCell("",new mxGeometry(.43*u,60,.14*u,10),"shape=line;strokeColor=#33B5E5;");Ja.vertex=!0;v.insert(Ja);var Ka=new mxCell("",new mxGeometry(.18*u,60,.14*u,10),"shape=line;strokeColor=#33B5E5;"); +Ka.vertex=!0;v.insert(Ka);var gb=new mxCell("",new mxGeometry(.68*u,60,.14*u,10),"shape=line;strokeColor=#33B5E5;");gb.vertex=!0;v.insert(gb);var Cb=new mxCell("",new mxGeometry(.375*u,65,.2*u,15),"strokeColor=none;fillColor=none;");Cb.vertex=!0;v.insert(Cb);Cb.value=c(e.Label_4);Cb.style+=l(e.Label_4);var nb=null;"AndroidTimeDialog"==w.Class&&(nb=new mxCell("",new mxGeometry(.3*u,65,.1*u,15),"strokeColor=none;fillColor=none;"),nb.vertex=!0,v.insert(nb),nb.value=c(e.Label_Colon),nb.style+=l(e.Label_Colon)); +var Db=new mxCell("",new mxGeometry(.125*u,65,.2*u,15),"strokeColor=none;fillColor=none;");Db.vertex=!0;v.insert(Db);Db.value=c(e.Label_3);Db.style+=l(e.Label_3);var Eb=new mxCell("",new mxGeometry(.625*u,65,.2*u,15),"strokeColor=none;fillColor=none;");Eb.vertex=!0;v.insert(Eb);Eb.value=c(e.Label_5);Eb.style+=l(e.Label_5);var xb=new mxCell("",new mxGeometry(.43*u,75,.14*u,10),"shape=line;strokeColor=#33B5E5;");xb.vertex=!0;v.insert(xb);var zb=new mxCell("",new mxGeometry(.18*u,75,.14*u,10),"shape=line;strokeColor=#33B5E5;"); +zb.vertex=!0;v.insert(zb);var mc=new mxCell("",new mxGeometry(.68*u,75,.14*u,10),"shape=line;strokeColor=#33B5E5;");mc.vertex=!0;v.insert(mc);var Fb=new mxCell("",new mxGeometry(.375*u,80,.2*u,15),"strokeColor=none;fillColor=none;");Fb.vertex=!0;v.insert(Fb);Fb.value=c(e.Label_7);Fb.style+=l(e.Label_7);var Gb=new mxCell("",new mxGeometry(.125*u,80,.2*u,15),"strokeColor=none;fillColor=none;");Gb.vertex=!0;v.insert(Gb);Gb.value=c(e.Label_6);Gb.style+=l(e.Label_6);var Hb=new mxCell("",new mxGeometry(.625* +u,80,.2*u,15),"strokeColor=none;fillColor=none;");Hb.vertex=!0;v.insert(Hb);Hb.value=c(e.Label_8);Hb.style+=l(e.Label_8);var ob=new mxCell("",new mxGeometry(.5*u-4,99,8,4),"shape=triangle;direction=south;");ob.vertex=!0;v.insert(ob);var pb=new mxCell("",new mxGeometry(.25*u-4,99,8,4),"shape=triangle;direction=south;");pb.vertex=!0;v.insert(pb);var qb=new mxCell("",new mxGeometry(.75*u-4,99,8,4),"shape=triangle;direction=south;");qb.vertex=!0;v.insert(qb);"Dark"==e.Scheme?(v.style+="strokeColor=#353535;fillColor=#282828;shadow=1;", +la.style+="strokeColor=#353535;",ma.style+="strokeColor=#353535;",jb.style+="strokeColor=none;fillColor=#7E7E7E;",kb.style+="strokeColor=none;fillColor=#7E7E7E;",lb.style+="strokeColor=none;fillColor=#7E7E7E;",ob.style+="strokeColor=none;fillColor=#7E7E7E;",pb.style+="strokeColor=none;fillColor=#7E7E7E;",qb.style+="strokeColor=none;fillColor=#7E7E7E;"):(v.style+="strokeColor=none;fillColor=#ffffff;shadow=1;",la.style+="strokeColor=#E2E2E2;",ma.style+="strokeColor=#E2E2E2;",jb.style+="strokeColor=none;fillColor=#939393;", +kb.style+="strokeColor=none;fillColor=#939393;",lb.style+="strokeColor=none;fillColor=#939393;",ob.style+="strokeColor=none;fillColor=#939393;",pb.style+="strokeColor=none;fillColor=#939393;",qb.style+="strokeColor=none;fillColor=#939393;");break;case "AndroidListItems":var ta=r,$a=0;if(e.ShowHeader){var $a=8,Ib=new mxCell("",new mxGeometry(0,0,u,$a),"strokeColor=none;fillColor=none;");Ib.vertex=!0;v.insert(Ib);Ib.value=c(e.Header);Ib.style+=l(e.Header);var ta=ta-$a,nc=new mxCell("",new mxGeometry(0, +$a-2,u,4),"shape=line;strokeColor=#999999;");nc.vertex=!0;v.insert(nc)}var La=parseInt(e.Items);0<La&&(ta/=La);for(var J=[],ia=[],k=0;k<La;k++)J[k]=new mxCell("",new mxGeometry(0,$a+k*ta,u,ta),"strokeColor=none;fillColor=none;"),J[k].vertex=!0,v.insert(J[k]),J[k].value=c(e["Item_"+k]),J[k].style+=l(e["Item_"+k]),0<k&&(ia[k]=new mxCell("",new mxGeometry(0,$a+k*ta-2,u,4),"shape=line;"),ia[k].vertex=!0,v.insert(ia[k]),ia[k].style="Dark"==e.Scheme?ia[k].style+"strokeColor=#ffffff;":ia[k].style+"strokeColor=#D9D9D9;"); +v.style="Dark"==e.Scheme?v.style+"strokeColor=none;fillColor=#111111;":v.style+"strokeColor=none;fillColor=#ffffff;";break;case "AndroidTabs":var Ma=parseInt(e.Tabs),Ba=u;0<Ma&&(Ba/=Ma);for(var ba=[],ia=[],k=0;k<Ma;k++)ba[k]=new mxCell("",new mxGeometry(k*Ba,0,Ba,r),"strokeColor=none;fillColor=none;"),ba[k].vertex=!0,v.insert(ba[k]),ba[k].value=c(e["Tab_"+k]),ba[k].style+=l(e["Tab_"+k]),0<k&&(ia[k]=new mxCell("",new mxGeometry(k*Ba-2,.2*r,4,.6*r),"shape=line;direction=north;"),ia[k].vertex=!0,v.insert(ia[k]), +ia[k].style="Dark"==e.Scheme?ia[k].style+"strokeColor=#484848;":ia[k].style+"strokeColor=#CCCCCC;");var oc=new mxCell("",new mxGeometry(e.Selected*Ba+2,r-3,Ba-4,3),"strokeColor=none;fillColor=#33B5E5;");oc.vertex=!0;v.insert(oc);v.style="Dark"==e.Scheme?v.style+"strokeColor=none;fillColor=#333333;":v.style+"strokeColor=none;fillColor=#DDDDDD;";break;case "AndroidProgressBar":v=new mxCell("",new mxGeometry(Math.round(ga),Math.round(fa+.25*r),Math.round(u),Math.round(.5*r)),"html=1;whiteSpace=wrap;"); +v.vertex=!0;var Jb=new mxCell("",new mxGeometry(0,0,u*e.BarPosition,Math.round(.5*r)),"strokeColor=none;fillColor=#33B5E5;");Jb.vertex=!0;v.insert(Jb);v.style="Dark"==e.Scheme?v.style+"strokeColor=none;fillColor=#474747;":v.style+"strokeColor=none;fillColor=#BBBBBB;";break;case "AndroidImageBlock":v.style="Dark"==e.Scheme?v.style+"shape=mxgraph.mockup.graphics.simpleIcon;strokeColor=#7E7E7E;fillColor=#111111;":v.style+"shape=mxgraph.mockup.graphics.simpleIcon;strokeColor=#939393;fillColor=#ffffff;"; +break;case "AndroidTextBlock":v.style="Dark"==e.Scheme?e.ShowBorder?v.style+"fillColor=#111111;strokeColor=#ffffff;":v.style+"fillColor=#111111;strokeColor=none;":e.ShowBorder?v.style+"fillColor=#ffffff;strokeColor=#000000;":v.style+"fillColor=#ffffff;strokeColor=none;";v.value=c(e.Label);v.style+=l(e.Label);break;case "AndroidActionBar":v.style+="strokeColor=none;";switch(e.BarBackground){case "Blue":v.style+="fillColor=#002E3E;";break;case "Gray":v.style+="fillColor=#DDDDDD;";break;case "Dark Gray":v.style+= +"fillColor=#474747;";break;case "White":v.style+="fillColor=#ffffff;"}if(e.HighlightShow){var ab=null,ab=e.HighlightTop?new mxCell("",new mxGeometry(0,0,u,2),"strokeColor=none;"):new mxCell("",new mxGeometry(0,r-2,u,2),"strokeColor=none;");ab.vertex=!0;v.insert(ab);switch(e.HighlightColor){case "Blue":ab.style+="fillColor=#33B5E5;";break;case "Dark Gray":ab.style+="fillColor=#B0B0B0;";break;case "White":ab.style+="fillColor=#ffffff;"}}if(e.VlignShow){var rb=new mxCell("",new mxGeometry(20,5,2,r-10), +"shape=line;direction=north;");rb.vertex=!0;v.insert(rb);switch(e.VlignColor){case "Blue":rb.style+="strokeColor=#244C5A;";break;case "White":rb.style+="strokeColor=#ffffff;"}}break;case "AndroidButton":v.value=c(e.Label);v.style+=l(e.Label)+"shape=partialRectangle;left=0;right=0;";v.style="Dark"==e.Scheme?v.style+"fillColor=#474747;strokeColor=#C6C5C6;bottom=0;":v.style+"fillColor=#DFE0DF;strokeColor=#C6C5C6;top=0;";break;case "AndroidTextBox":v.value=c(e.Label);v.style+=l(e.Label);var Kb=new mxCell("", +new mxGeometry(2,r-6,u-4,4),"shape=partialRectangle;top=0;fillColor=none;");Kb.vertex=!0;v.insert(Kb);v.style="Dark"==e.Scheme?v.style+"fillColor=#111111;strokeColor=none;":v.style+"fillColor=#ffffff;strokeColor=none;";Kb.style=e.TextFocused?Kb.style+"strokeColor=#33B5E5;":Kb.style+"strokeColor=#A9A9A9;";break;case "AndroidRadioButton":var hb=null;e.Checked&&(hb=new mxCell("",new mxGeometry(.15*u,.15*r,.7*u,.7*r),"shape=ellipse;fillColor=#33B5E5;strokeWidth=0.6;"),hb.vertex=!0,v.insert(hb));"Dark"== +e.Scheme?(v.style+="shape=ellipse;strokeWidth=0.6;strokeColor=#272727;",e.Checked?(hb.style+="strokeColor=#1F5C73;",v.style+="fillColor=#193C49;"):v.style+="fillColor=#111111;"):(v.style+="shape=ellipse;strokeWidth=0.6;fillColor=#ffffff;strokeColor=#5C5C5C;",e.Checked&&(hb.style+="strokeColor=#999999;"));break;case "AndroidCheckBox":var dc=null;e.Checked&&(dc=new mxCell("",new mxGeometry(.25*u,.05*-r,u,.8*r),"shape=mxgraph.ios7.misc.check;strokeColor=#33B5E5;strokeWidth=2;"),dc.vertex=!0,v.insert(dc)); +v.style="Dark"==e.Scheme?v.style+"strokeWidth=0.6;strokeColor=#272727;fillColor=#111111;":v.style+"strokeWidth=0.6;strokeColor=#5C5C5C;fillColor=#ffffff;";break;case "AndroidToggle":v.style="Dark"==e.Scheme?e.Checked?v.style+"shape=mxgraph.android.switch_on;fillColor=#666666;":v.style+"shape=mxgraph.android.switch_off;fillColor=#666666;":e.Checked?v.style+"shape=mxgraph.android.switch_on;fillColor=#E6E6E6;":v.style+"shape=mxgraph.android.switch_off;fillColor=#E6E6E6;";break;case "AndroidSlider":v.style+= +"shape=mxgraph.android.progressScrubberFocused;dx="+e.BarPosition+";fillColor=#33b5e5;";break;case "iOSSegmentedControl":Ma=parseInt(e.Tabs);Ba=u;v.style+="strokeColor=none;fillColor=none;";0<Ma&&(Ba/=Ma);ba=[];ia=[];for(k=0;k<Ma;k++)ba[k]=new mxCell("",new mxGeometry(k*Ba,0,Ba,r),"strokeColor="+e.FillColor+";"),ba[k].vertex=!0,v.insert(ba[k]),ba[k].value=c(e["Tab_"+k]),ba[k].style+=l(e["Tab_"+k]),ba[k].style=e.Selected==k?ba[k].style+z(e,n):ba[k].style+"fillColor=none;";break;case "iOSSlider":v.style+= +"shape=mxgraph.ios7ui.slider;strokeColor="+e.FillColor+";fillColor=#ffffff;strokeWidth=2;barPos="+100*e.BarPosition+";";break;case "iOSProgressBar":v=new mxCell("",new mxGeometry(Math.round(ga),Math.round(fa+.25*r),Math.round(u),Math.round(.5*r)),"html=1;whiteSpace=wrap;strokeColor=none;fillColor=#B5B5B5;");v.vertex=!0;Jb=new mxCell("",new mxGeometry(0,0,u*e.BarPosition,Math.round(.5*r)),"strokeColor=none;"+z(e,n));Jb.vertex=!0;v.insert(Jb);break;case "iOSPageControls":v.style+="shape=mxgraph.ios7ui.pageControl;"+ +z(e,n)+"strokeColor=#D6D6D6;";break;case "iOSStatusBar":v.style+="shape=mxgraph.ios7ui.appBar;"+z(e,n)+"strokeColor=#000000;";var R=new mxCell(c(e.Text),new mxGeometry(.35*u,0,.3*u,r),"strokeColor=none;fillColor=none;");R.vertex=!0;v.insert(R);R.style+=l(e.Text);var va=new mxCell(c(e.Carrier),new mxGeometry(.09*u,0,.2*u,r),"strokeColor=none;fillColor=none;");va.vertex=!0;v.insert(va);va.style+=l(e.Carrier);break;case "iOSSearchBar":v.style+="strokeColor=none;"+z(e,n)+A(e,n)+Y(e,n,v)+l(e.Search);v.value= +c(e.Search);var U=new mxCell("",new mxGeometry(.3*u,.3*r,.4*r,.4*r),"shape=mxgraph.ios7.icons.looking_glass;strokeColor=#000000;fillColor=none;");U.vertex=!0;v.insert(U);break;case "iOSNavBar":v.style+="shape=partialRectangle;top=0;right=0;left=0;strokeColor=#979797;"+z(e,n)+A(e,n)+l(e.Title);v.value=c(e.Title);R=new mxCell(c(e.LeftText),new mxGeometry(.03*u,0,.3*u,r),"strokeColor=none;fillColor=none;");R.vertex=!0;v.insert(R);R.style+=l(e.LeftText);va=new mxCell(c(e.RightText),new mxGeometry(.65* +u,0,.3*u,r),"strokeColor=none;fillColor=none;");va.vertex=!0;v.insert(va);va.style+=l(e.RightText);U=new mxCell("",new mxGeometry(.02*u,.2*r,.3*r,.5*r),"shape=mxgraph.ios7.misc.left;strokeColor=#007AFF;strokeWidth=2;");U.vertex=!0;v.insert(U);break;case "iOSTabs":Ma=parseInt(e.Tabs);Ba=u;v.style+="shape=partialRectangle;right=0;left=0;bottom=0;strokeColor=#979797;"+z(e,n)+A(e,n);0<Ma&&(Ba/=Ma);ba=[];ia=[];for(k=0;k<Ma;k++)ba[k]=new mxCell("",new mxGeometry(k*Ba,0,Ba,r),"strokeColor=none;"),ba[k].vertex= +!0,v.insert(ba[k]),ba[k].value=c(e["Tab_"+k]),ba[k].style+=h(e["Tab_"+k]),ba[k].style+=f(e["Tab_"+k])+b(e["Tab_"+k])+a(e["Tab_"+k])+d(e["Tab_"+k])+g(e["Tab_"+k])+p(e["Tab_"+k])+E(e["Tab_"+k])+C(e["Tab_"+k]),ba[k].style+="verticalAlign=bottom;",ba[k].style=e.Selected==k?ba[k].style+"fillColor=#BBBBBB;":ba[k].style+"fillColor=none;";break;case "iOSDatePicker":var Na=new mxCell("",new mxGeometry(0,0,.5*u,.2*r),"strokeColor=none;fillColor=none;");Na.vertex=!0;v.insert(Na);Na.value=c(e.Option11);Na.style+= +l(e.Option11);var Oa=new mxCell("",new mxGeometry(.5*u,0,.15*u,.2*r),"strokeColor=none;fillColor=none;");Oa.vertex=!0;v.insert(Oa);Oa.value=c(e.Option21);Oa.style+=l(e.Option21);var Pa=new mxCell("",new mxGeometry(.65*u,0,.15*u,.2*r),"strokeColor=none;fillColor=none;");Pa.vertex=!0;v.insert(Pa);Pa.value=c(e.Option31);Pa.style+=l(e.Option31);var Qa=new mxCell("",new mxGeometry(0,.2*r,.5*u,.2*r),"strokeColor=none;fillColor=none;");Qa.vertex=!0;v.insert(Qa);Qa.value=c(e.Option12);Qa.style+=l(e.Option12); +var Ra=new mxCell("",new mxGeometry(.5*u,.2*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Ra.vertex=!0;v.insert(Ra);Ra.value=c(e.Option22);Ra.style+=l(e.Option22);var Sa=new mxCell("",new mxGeometry(.65*u,.2*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Sa.vertex=!0;v.insert(Sa);Sa.value=c(e.Option32);Sa.style+=l(e.Option32);var na=new mxCell("",new mxGeometry(0,.4*r,.5*u,.2*r),"strokeColor=none;fillColor=none;");na.vertex=!0;v.insert(na);na.value=c(e.Option13);na.style+=l(e.Option13);var oa= +new mxCell("",new mxGeometry(.5*u,.4*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");oa.vertex=!0;v.insert(oa);oa.value=c(e.Option23);oa.style+=l(e.Option23);var Ta=new mxCell("",new mxGeometry(.65*u,.4*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Ta.vertex=!0;v.insert(Ta);Ta.value=c(e.Option33);Ta.style+=l(e.Option33);var pa=new mxCell("",new mxGeometry(.8*u,.4*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");pa.vertex=!0;v.insert(pa);pa.value=c(e.Option43);pa.style+=l(e.Option43);var qa= +new mxCell("",new mxGeometry(0,.6*r,.5*u,.2*r),"strokeColor=none;fillColor=none;");qa.vertex=!0;v.insert(qa);qa.value=c(e.Option14);qa.style+=l(e.Option14);var Ua=new mxCell("",new mxGeometry(.5*u,.6*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Ua.vertex=!0;v.insert(Ua);Ua.value=c(e.Option24);Ua.style+=l(e.Option24);var Va=new mxCell("",new mxGeometry(.65*u,.6*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Va.vertex=!0;v.insert(Va);Va.value=c(e.Option34);Va.style+=l(e.Option34);var Wa=new mxCell("", +new mxGeometry(.8*u,.6*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Wa.vertex=!0;v.insert(Wa);Wa.value=c(e.Option44);Wa.style+=l(e.Option44);var ra=new mxCell("",new mxGeometry(0,.8*r,.5*u,.2*r),"strokeColor=none;fillColor=none;");ra.vertex=!0;v.insert(ra);ra.value=c(e.Option15);ra.style+=l(e.Option15);var Xa=new mxCell("",new mxGeometry(.5*u,.8*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Xa.vertex=!0;v.insert(Xa);Xa.value=c(e.Option25);Xa.style+=l(e.Option25);var Ya=new mxCell("",new mxGeometry(.65* +u,.8*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Ya.vertex=!0;v.insert(Ya);Ya.value=c(e.Option35);Ya.style+=l(e.Option35);Ja=new mxCell("",new mxGeometry(0,.4*r-2,u,4),"shape=line;strokeColor=#888888;");Ja.vertex=!0;v.insert(Ja);Ka=new mxCell("",new mxGeometry(0,.6*r-2,u,4),"shape=line;strokeColor=#888888;");Ka.vertex=!0;v.insert(Ka);v.style+=z(e,n)+A(e,n)+"strokeColor=none;";break;case "iOSTimePicker":Na=new mxCell("",new mxGeometry(0,0,.25*u,.2*r),"strokeColor=none;fillColor=none;");Na.vertex= +!0;v.insert(Na);Na.value=c(e.Option11);Na.style+=l(e.Option11);Oa=new mxCell("",new mxGeometry(.25*u,0,.3*u,.2*r),"strokeColor=none;fillColor=none;");Oa.vertex=!0;v.insert(Oa);Oa.value=c(e.Option21);Oa.style+=l(e.Option21);Qa=new mxCell("",new mxGeometry(0,.2*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");Qa.vertex=!0;v.insert(Qa);Qa.value=c(e.Option12);Qa.style+=l(e.Option12);Ra=new mxCell("",new mxGeometry(.25*u,.2*r,.3*u,.2*r),"strokeColor=none;fillColor=none;");Ra.vertex=!0;v.insert(Ra);Ra.value= +c(e.Option22);Ra.style+=l(e.Option22);na=new mxCell("",new mxGeometry(0,.4*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");na.vertex=!0;v.insert(na);na.value=c(e.Option13);na.style+=l(e.Option13);oa=new mxCell("",new mxGeometry(.25*u,.4*r,.3*u,.2*r),"strokeColor=none;fillColor=none;");oa.vertex=!0;v.insert(oa);oa.value=c(e.Option23);oa.style+=l(e.Option23);pa=new mxCell("",new mxGeometry(.7*u,.4*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");pa.vertex=!0;v.insert(pa);pa.value=c(e.Option33);pa.style+= +l(e.Option33);qa=new mxCell("",new mxGeometry(0,.6*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");qa.vertex=!0;v.insert(qa);qa.value=c(e.Option14);qa.style+=l(e.Option14);Ua=new mxCell("",new mxGeometry(.25*u,.6*r,.3*u,.2*r),"strokeColor=none;fillColor=none;");Ua.vertex=!0;v.insert(Ua);Ua.value=c(e.Option24);Ua.style+=l(e.Option24);Wa=new mxCell("",new mxGeometry(.7*u,.6*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Wa.vertex=!0;v.insert(Wa);Wa.value=c(e.Option34);Wa.style+=l(e.Option34);ra= +new mxCell("",new mxGeometry(0,.8*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");ra.vertex=!0;v.insert(ra);ra.value=c(e.Option15);ra.style+=l(e.Option15);Xa=new mxCell("",new mxGeometry(.25*u,.8*r,.3*u,.2*r),"strokeColor=none;fillColor=none;");Xa.vertex=!0;v.insert(Xa);Xa.value=c(e.Option25);Xa.style+=l(e.Option25);Ja=new mxCell("",new mxGeometry(0,.4*r-2,u,4),"shape=line;strokeColor=#888888;");Ja.vertex=!0;v.insert(Ja);Ka=new mxCell("",new mxGeometry(0,.6*r-2,u,4),"shape=line;strokeColor=#888888;"); +Ka.vertex=!0;v.insert(Ka);v.style+=z(e,n)+A(e,n)+"strokeColor=none;";break;case "iOSCountdownPicker":Pa=new mxCell("",new mxGeometry(.45*u,0,.2*u,.2*r),"strokeColor=none;fillColor=none;");Pa.vertex=!0;v.insert(Pa);Pa.value=c(e.Option31);Pa.style+=l(e.Option31);Sa=new mxCell("",new mxGeometry(.45*u,.2*r,.2*u,.2*r),"strokeColor=none;fillColor=none;");Sa.vertex=!0;v.insert(Sa);Sa.value=c(e.Option32);Sa.style+=l(e.Option32);na=new mxCell("",new mxGeometry(0,.4*r,.25*u,.2*r),"strokeColor=none;fillColor=none;"); +na.vertex=!0;v.insert(na);na.value=c(e.Option13);na.style+=l(e.Option13);oa=new mxCell("",new mxGeometry(.2*u,.4*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");oa.vertex=!0;v.insert(oa);oa.value=c(e.Option23);oa.style+=l(e.Option23);Ta=new mxCell("",new mxGeometry(.45*u,.4*r,.2*u,.2*r),"strokeColor=none;fillColor=none;");Ta.vertex=!0;v.insert(Ta);Ta.value=c(e.Option33);Ta.style+=l(e.Option33);pa=new mxCell("",new mxGeometry(.6*u,.4*r,.2*u,.2*r),"strokeColor=none;fillColor=none;");pa.vertex=!0; +v.insert(pa);pa.value=c(e.Option43);pa.style+=l(e.Option43);qa=new mxCell("",new mxGeometry(0,.6*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");qa.vertex=!0;v.insert(qa);qa.value=c(e.Option14);qa.style+=l(e.Option14);Va=new mxCell("",new mxGeometry(.45*u,.6*r,.2*u,.2*r),"strokeColor=none;fillColor=none;");Va.vertex=!0;v.insert(Va);Va.value=c(e.Option34);Va.style+=l(e.Option34);ra=new mxCell("",new mxGeometry(0,.8*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");ra.vertex=!0;v.insert(ra);ra.value= +c(e.Option15);ra.style+=l(e.Option15);Ya=new mxCell("",new mxGeometry(.45*u,.8*r,.2*u,.2*r),"strokeColor=none;fillColor=none;");Ya.vertex=!0;v.insert(Ya);Ya.value=c(e.Option35);Ya.style+=l(e.Option35);Ja=new mxCell("",new mxGeometry(0,.4*r-2,u,4),"shape=line;strokeColor=#888888;");Ja.vertex=!0;v.insert(Ja);Ka=new mxCell("",new mxGeometry(0,.6*r-2,u,4),"shape=line;strokeColor=#888888;");Ka.vertex=!0;v.insert(Ka);v.style+=z(e,n)+A(e,n)+"strokeColor=none;";break;case "iOSBasicCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;spacing=0;align=left;spacingLeft="+ +.6*e.SeparatorInset+";";v.style+=h(e.text)+f(e.text)+b(e.text)+y(e.text);v.value=c(e.text);switch(e.AccessoryIndicatorType){case "Disclosure":U=new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);var ha=new mxCell("",new mxGeometry(.79*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;"); +ha.vertex=!0;v.insert(ha);break;case "DetailIndicator":ha=new mxCell("",new mxGeometry(.87*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ha.vertex=!0;v.insert(ha);break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*r,.4*r,.26*r),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"),U.vertex=!0,v.insert(U)}break;case "iOSSubtitleCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;align=left;spacing=0;verticalAlign=top;spacingLeft="+ +.6*e.SeparatorInset+";";v.style+=h(e.subtext)+f(e.subtext)+b(e.subtext);v.value=c(e.subtext);var ja=new mxCell("",new mxGeometry(0,.4*r,u,.6*r),"fillColor=none;strokeColor=none;spacing=0;align=left;verticalAlign=bottom;spacingLeft="+.6*e.SeparatorInset+";");ja.vertex=!0;v.insert(ja);ja.style+=h(e.text)+f(e.text)+b(e.text);ja.value=c(e.text);switch(e.AccessoryIndicatorType){case "Disclosure":U=new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;"); +U.vertex=!0;v.insert(U);break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ha=new mxCell("",new mxGeometry(.79*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ha.vertex=!0;v.insert(ha);break;case "DetailIndicator":ha=new mxCell("",new mxGeometry(.87*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ha.vertex= +!0;v.insert(ha);break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*r,.4*r,.26*r),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"),U.vertex=!0,v.insert(U)}break;case "iOSRightDetailCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;align=left;spacing=0;verticalAlign=middle;spacingLeft="+.6*e.SeparatorInset+";";v.style+=h(e.subtext)+f(e.subtext)+b(e.subtext);v.value=c(e.subtext);ja=null;switch(e.AccessoryIndicatorType){case "Disclosure":U= +new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ja=new mxCell("",new mxGeometry(.55*u,0,.3*u,r),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ha=new mxCell("",new mxGeometry(.79*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;"); +ha.vertex=!0;v.insert(ha);ja=new mxCell("",new mxGeometry(.45*u,0,.3*u,r),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;case "DetailIndicator":ha=new mxCell("",new mxGeometry(.87*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ha.vertex=!0;v.insert(ha);ja=new mxCell("",new mxGeometry(.52*u,0,.3*u,r),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*r,.4*r,.26*r),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"); +U.vertex=!0;v.insert(U);ja=new mxCell("",new mxGeometry(.55*u,0,.3*u,r),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;default:ja=new mxCell("",new mxGeometry(.65*u,0,.3*u,r),"fillColor=none;strokeColor=none;spacing=0;align=right;")}ja.vertex=!0;v.insert(ja);ja.style+=h(e.text)+f(e.text)+b(e.text);ja.value=c(e.text);break;case "iOSLeftDetailCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;";var Ha=new mxCell("",new mxGeometry(0,0,.25* +u,r),"fillColor=none;strokeColor=none;spacing=0;align=right;verticalAlign=middle;spacingRight=3;");Ha.vertex=!0;v.insert(Ha);Ha.style+=h(e.subtext)+f(e.subtext)+b(e.subtext);Ha.value=c(e.subtext);ja=new mxCell("",new mxGeometry(.25*u,0,.5*u,r),"fillColor=none;strokeColor=none;spacing=0;align=left;verticalAlign=middle;spacingLeft=3;");ja.vertex=!0;v.insert(ja);ja.style+=h(e.text)+f(e.text)+b(e.text);ja.value=c(e.text);switch(e.AccessoryIndicatorType){case "Disclosure":U=new mxCell("",new mxGeometry(.91* +u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ha=new mxCell("",new mxGeometry(.79*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ha.vertex=!0;v.insert(ha);break;case "DetailIndicator":ha=new mxCell("",new mxGeometry(.87*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;"); +ha.vertex=!0;v.insert(ha);break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*r,.4*r,.26*r),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"),U.vertex=!0,v.insert(U)}break;case "iOSTableGroupedSectionBreak":v.style+="shape=partialRectangle;left=0;right=0;fillColor=#EFEFF4;strokeColor=#C8C7CC;";R=new mxCell("",new mxGeometry(0,0,u,.4*r),"fillColor=none;strokeColor=none;spacing=10;align=left;");R.vertex=!0;v.insert(R);R.style+=h(e.text)+f(e.text)+b(e.text);R.value=c(e.text); +va=new mxCell("",new mxGeometry(0,.6*r,u,.4*r),"fillColor=none;strokeColor=none;spacing=10;align=left;");va.vertex=!0;v.insert(va);va.style+=h(e["bottom-text"])+f(e["bottom-text"])+b(e["bottom-text"]);va.value=c(e["bottom-text"]);break;case "iOSTablePlainHeaderFooter":v.style+="fillColor=#F7F7F7;strokeColor=none;align=left;spacingLeft=5;spacing=0;";v.style+=h(e.text)+f(e.text)+b(e.text);v.value=c(e.text);break;case "SMPage":if(e.Group){v.style+="strokeColor=none;fillColor=none;";var q=new mxCell("", +new mxGeometry(0,0,.9*u,.9*r),"part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e);var x=new mxCell("",new mxGeometry(.1*u,.1*r,.9*u,.9*r),"part=1;");x.vertex=!0;v.insert(x);x.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e);x.value=c(e.Text);e.Future&&(q.style+="dashed=1;",x.style+="dashed=1;")}else e.Future&&(v.style+="dashed=1;"),v.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e),v.value=c(e.Text);break;case "SMHome":case "SMPrint":case "SMSearch":case "SMSettings":case "SMSitemap":case "SMSuccess":case "SMVideo":case "SMAudio":case "SMCalendar":case "SMChart":case "SMCloud":case "SMDocument":case "SMForm":case "SMGame":case "SMUpload":v.style+= +t(e,n)+z(e,n)+A(e,n)+D(e)+B(e);q=null;switch(w.Class){case "SMHome":q=new mxCell("",new mxGeometry(.5*u-.4*r,.1*r,.8*r,.8*r),"part=1;shape=mxgraph.office.concepts.home;flipH=1;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMPrint":q=new mxCell("",new mxGeometry(.5*u-.4*r,.19*r,.8*r,.62*r),"part=1;shape=mxgraph.office.devices.printer;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMSearch":q=new mxCell("",new mxGeometry(.5*u-.4*r,.1*r,.8*r,.8*r),"part=1;shape=mxgraph.office.concepts.search;flipH=1;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); +break;case "SMSettings":q=new mxCell("",new mxGeometry(.5*u-.35*r,.15*r,.7*r,.7*r),"part=1;shape=mxgraph.mscae.enterprise.settings;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMSitemap":q=new mxCell("",new mxGeometry(.5*u-.35*r,.2*r,.7*r,.6*r),"part=1;shape=mxgraph.office.sites.site_collection;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMSuccess":q=new mxCell("",new mxGeometry(.5*u-.3*r,.25*r,.6*r,.5*r),"part=1;shape=mxgraph.mscae.general.checkmark;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); +break;case "SMVideo":q=new mxCell("",new mxGeometry(.5*u-.4*r,.2*r,.8*r,.6*r),"part=1;shape=mxgraph.office.concepts.video_play;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMAudio":q=new mxCell("",new mxGeometry(.5*u-.3*r,.2*r,.6*r,.6*r),"part=1;shape=mxgraph.mscae.general.audio;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMCalendar":q=new mxCell("",new mxGeometry(.5*u-.4*r,.15*r,.8*r,.7*r),"part=1;shape=mxgraph.office.concepts.form;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); +break;case "SMChart":var I=z(e,n),I=""==I?"#ffffff;":I.replace("fillColor=",""),q=new mxCell("",new mxGeometry(.5*u-.35*r,.15*r,.7*r,.7*r),"part=1;shape=mxgraph.ios7.icons.pie_chart;fillColor=#e6e6e6;fillOpacity=50;strokeWidth=4;strokeColor="+I);break;case "SMCloud":q=new mxCell("",new mxGeometry(.5*u-.4*r,.27*r,.8*r,.46*r),"part=1;shape=mxgraph.networks.cloud;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMDocument":q=new mxCell("",new mxGeometry(.5*u-.25*r,.15*r,.5*r,.7*r),"part=1;shape=mxgraph.mscae.enterprise.document;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); +break;case "SMForm":q=new mxCell("",new mxGeometry(.5*u-.4*r,.15*r,.8*r,.7*r),"part=1;shape=mxgraph.office.concepts.form;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMGame":q=new mxCell("",new mxGeometry(.5*u-.4*r,.2*r,.8*r,.6*r),"part=1;shape=mxgraph.mscae.general.game_controller;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMUpload":q=new mxCell("",new mxGeometry(.5*u-.4*r,.2*r,.8*r,.6*r),"part=1;shape=mxgraph.mscae.enterprise.backup_online;fillColor=#e6e6e6;opacity=50;strokeColor=none;")}q.vertex= +!0;v.insert(q);q.style+=l(e);q.value=c(e.Text);break;case "UMLMultiplicityBlock":v.style+="strokeColor=none;fillColor=none;";q=new mxCell("",new mxGeometry(.1*u,0,.9*u,.9*r),"part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e);x=new mxCell("",new mxGeometry(0,.1*r,.9*u,.9*r),"part=1;");x.vertex=!0;v.insert(x);x.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e.Text);x.value=c(e.Text);break;case "UMLConstraintBlock":var Vb=new mxCell("",new mxGeometry(0,0,.25*r,r),"shape=curlyBracket;rounded=1;"); +Vb.vertex=!0;v.insert(Vb);var Wb=new mxCell("",new mxGeometry(u-.25*r,0,.25*r,r),"shape=curlyBracket;rounded=1;flipH=1;");Wb.vertex=!0;v.insert(Wb);sa=new mxCell("",new mxGeometry(.25*r,0,u-.5*r,r),"strokeColor=none;fillColor=none;");sa.vertex=!0;sa.value=c(e);v.insert(sa);v.style="strokeColor=none;fillColor=none;";v.style+=G(e,n,v);Vb.style+=t(e,n)+A(e,n)+D(e)+F(e)+B(e);Wb.style+=t(e,n)+A(e,n)+D(e)+F(e)+B(e);sa.style+=h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+p(e)+E(e)+C(e)+y(e);break;case "UMLTextBlock":v.style+= +"strokeColor=none;"+A(e,n)+D(e)+F(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case "BPMNActivity":switch(e.bpmnActivityType){case 1:v.style+=z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case 2:v.style+="shape=ext;double=1;"+z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case 3:v.style+="shape=ext;dashed=1;dashPattern=2 1;"+z(e,n)+t(e,n)+A(e,n)+D(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case 4:v.style+="shape=ext;strokeWidth=2;"+z(e,n)+t(e,n)+A(e,n)+D(e)+ +F(e)+l(e.Text),v.value=c(e.Text)}if(0!=e.bpmnTaskType){switch(e.bpmnTaskType){case 1:q=new mxCell("",new mxGeometry(0,0,19,12),"shape=message;");q.geometry.offset=new mxPoint(4,7);break;case 2:q=new mxCell("",new mxGeometry(0,0,19,12),"shape=message;");q.geometry.offset=new mxPoint(4,7);break;case 3:q=new mxCell("",new mxGeometry(0,0,15,15),"shape=mxgraph.bpmn.user_task;");q.geometry.offset=new mxPoint(4,5);break;case 4:q=new mxCell("",new mxGeometry(0,0,15,10),"shape=mxgraph.bpmn.manual_task;"); +q.geometry.offset=new mxPoint(4,7);break;case 5:q=new mxCell("",new mxGeometry(0,0,18,13),"shape=mxgraph.bpmn.business_rule_task;");q.geometry.offset=new mxPoint(4,7);break;case 6:q=new mxCell("",new mxGeometry(0,0,15,15),"shape=mxgraph.bpmn.service_task;");q.geometry.offset=new mxPoint(4,5);break;case 7:q=new mxCell("",new mxGeometry(0,0,15,15),"shape=mxgraph.bpmn.script_task;"),q.geometry.offset=new mxPoint(4,5)}if(1==e.bpmnTaskType){var Lb=z(e,n),I=t(e,n),I=I.replace("strokeColor","fillColor"), +Lb=Lb.replace("fillColor","strokeColor");""==I&&(I="fillColor=#000000;");""==Lb&&(Lb="strokeColor=#ffffff;");q.style+=Lb+I+"part=1;"}else q.style+=z(e,n)+t(e,n)+"part=1;";q.geometry.relative=!0;q.vertex=!0;v.insert(q)}var Mb=0;0!=e.bpmnActivityMarker1&&Mb++;0!=e.bpmnActivityMarker2&&Mb++;var wa=0;1==Mb?wa=-7.5:2==Mb&&(wa=-19);if(0!=e.bpmnActivityMarker1){switch(e.bpmnActivityMarker1){case 1:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=plus;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+= +z(e,n)+t(e,n);break;case 2:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=mxgraph.bpmn.loop;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 3:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 4:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;direction=south;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 5:q=new mxCell("", +new mxGeometry(.5,1,15,10),"shape=mxgraph.bpmn.ad_hoc;strokeColor=none;flipH=1;part=1;");q.geometry.offset=new mxPoint(wa,-17);I=t(e,n);I=I.replace("strokeColor","fillColor");""==I&&(I="fillColor=#000000;");q.style+=I;break;case 6:q=new mxCell("",new mxGeometry(.5,1,15,11),"shape=mxgraph.bpmn.compensation;part=1;"),q.geometry.offset=new mxPoint(wa,-18),q.style+=z(e,n)+t(e,n)}q.geometry.relative=!0;q.vertex=!0;v.insert(q)}2==Mb&&(wa=5);if(0!=e.bpmnActivityMarker2){switch(e.bpmnActivityMarker2){case 1:q= +new mxCell("",new mxGeometry(.5,1,15,15),"shape=plus;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 2:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=mxgraph.bpmn.loop;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 3:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 4:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;direction=south;part=1;"); +q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 5:q=new mxCell("",new mxGeometry(.5,1,15,10),"shape=mxgraph.bpmn.ad_hoc;strokeColor=none;flipH=1;part=1;");q.geometry.offset=new mxPoint(wa,-17);I=t(e,n);I=I.replace("strokeColor","fillColor");""==I&&(I="fillColor=#000000;");q.style+=I;break;case 6:q=new mxCell("",new mxGeometry(.5,1,15,11),"shape=mxgraph.bpmn.compensation;part=1;"),q.geometry.offset=new mxPoint(wa,-18),q.style+=z(e,n)+t(e,n)}q.geometry.relative=!0;q.vertex=!0; +v.insert(q)}break;case "BPMNEvent":v.style+="shape=mxgraph.bpmn.shape;verticalLabelPosition=bottom;verticalAlign=top;"+z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+p(e)+E(e)+C(e);v.value=c(e.Text);if(1==e.bpmnDashed)switch(e.bpmnEventGroup){case 0:v.style+="outline=eventNonint;";break;case 1:v.style+="outline=boundNonint;";break;case 2:v.style+="outline=end;"}else switch(e.bpmnEventGroup){case 0:v.style+="outline=standard;";break;case 1:v.style+="outline=throwing;";break;case 2:v.style+= "outline=end;"}switch(e.bpmnEventType){case 1:v.style+="symbol=message;";break;case 2:v.style+="symbol=timer;";break;case 3:v.style+="symbol=escalation;";break;case 4:v.style+="symbol=conditional;";break;case 5:v.style+="symbol=link;";break;case 6:v.style+="symbol=error;";break;case 7:v.style+="symbol=cancel;";break;case 8:v.style+="symbol=compensation;";break;case 9:v.style+="symbol=signal;";break;case 10:v.style+="symbol=multiple;";break;case 11:v.style+="symbol=parallelMultiple;";break;case 12:v.style+= -"symbol=terminate;"}break;case "BPMNConversation":v.style+="shape=hexagon;perimeter=hexagonPerimeter2;"+A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+l(e);v.value=c(e.Text);v.style=0==e.bpmnConversationType?v.style+B(e):v.style+"strokeWidth=2;";e.bpmnIsSubConversation&&(r=new mxCell("",new mxGeometry(.5,1,12,12),"shape=plus;part=1;"),r.geometry.offset=new mxPoint(-6,-17),r.style+=A(e,n)+q(e,n),r.geometry.relative=!0,r.vertex=!0,v.insert(r));break;case "BPMNGateway":v.style+="shape=mxgraph.bpmn.shape;perimeter=rhombusPerimeter;background=gateway;"+ -A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+l(e);switch(e.bpmnGatewayType){case 0:v.style+="outline=none;symbol=general;";break;case 1:v.style+="outline=none;symbol=exclusiveGw;";break;case 2:v.style+="outline=catching;symbol=multiple;";break;case 3:v.style+="outline=none;symbol=parallelGw;";break;case 4:v.style+="outline=end;symbol=general;";break;case 5:v.style+="outline=standard;symbol=multiple;";break;case 6:v.style+="outline=none;symbol=complexGw;";break;case 7:v.style+="outline=standard;symbol=parallelMultiple;"}break; -case "BPMNData":v.style+="shape=note;size=14;"+A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+l(e);switch(e.bpmnDataType){case 1:r=new mxCell("",new mxGeometry(.5,1,12,10),"shape=parallelMarker;part=1;");r.geometry.offset=new mxPoint(-6,-15);r.style+=A(e,n)+q(e,n);r.geometry.relative=!0;r.vertex=!0;v.insert(r);break;case 2:r=new mxCell("",new mxGeometry(0,0,12,10),"shape=singleArrow;part=1;arrowWidth=0.4;arrowSize=0.4;");r.geometry.offset=new mxPoint(3,3);r.style+=A(e,n)+q(e,n);r.geometry.relative=!0;r.vertex=!0; -v.insert(r);v.style+="verticalLabelPosition=bottom;verticalAlign=top;";R=new mxCell("",new mxGeometry(0,0,u,20),"strokeColor=none;fillColor=none;");R.geometry.offset=new mxPoint(0,14);R.geometry.relative=!0;R.vertex=!0;v.insert(R);R.value=c(e.Text);R.style+=l(e);break;case 3:r=new mxCell("",new mxGeometry(0,0,12,10),"shape=singleArrow;part=1;arrowWidth=0.4;arrowSize=0.4;"),r.geometry.offset=new mxPoint(3,3),r.style+=q(e,n),r.geometry.relative=!0,r.vertex=!0,v.insert(r),H=q(e,n),H=H.replace("strokeColor", -"fillColor"),""==H&&(H="fillColor=#000000;"),r.style+=H,R=new mxCell("",new mxGeometry(0,0,u,20),"strokeColor=none;fillColor=none;"),R.geometry.offset=new mxPoint(0,14),R.geometry.relative=!0,R.vertex=!0,v.insert(R),R.value=c(e.Text),R.style+=l(e)}break;case "BPMNBlackPool":v.style+=A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(0,0,u,t),"fillColor=#000000;strokeColor=none;opacity=30;");r.vertex=!0;v.insert(r);break;case "DFDExternalEntityBlock":v.style+="strokeColor=none;fillColor=none;"; -r=new mxCell("",new mxGeometry(0,0,.95*u,.95*t),"part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e);x=new mxCell("",new mxGeometry(.05*u,.05*t,.95*u,.95*t),"part=1;");x.vertex=!0;v.insert(x);x.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e.Text);x.value=c(e.Text);break;case "GSDFDDataStoreBlock":v.style+="shape=partialRectangle;right=0;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e.Text);v.value=c(e.Text);r=new mxCell("",new mxGeometry(0,0,.2*u,t),"part=1;");r.vertex=!0;v.insert(r);r.style+= -q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e.Number);r.value=c(e.Number);break;case "VSMDedicatedProcessBlock":case "VSMProductionControlBlock":v.style+="shape=mxgraph.lean_mapping.manufacturing_process;spacingTop=15;";"VSMDedicatedProcessBlock"==w.Class?v.value=c(e.Text):"VSMProductionControlBlock"==w.Class&&(v.value=c(e.Resources));v.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+D(e)+C(e)+y(e);"VSMDedicatedProcessBlock"==w.Class&&(r=new mxCell("",new mxGeometry(0,1,11,9),"part=1;shape=mxgraph.lean_mapping.operator;"), -r.geometry.relative=!0,r.geometry.offset=new mxPoint(4,-13),r.vertex=!0,v.insert(r),r.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e));R=new mxCell("",new mxGeometry(0,0,u,15),"strokeColor=none;fillColor=none;part=1;");R.vertex=!0;v.insert(R);R.value=c(e.Title);R.style+=l(e.Title);break;case "VSMSharedProcessBlock":v.style+="shape=mxgraph.lean_mapping.manufacturing_process_shared;spacingTop=-5;verticalAlign=top;";v.value=c(e.Text);v.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+D(e)+p(e)+ -C(e);R=new mxCell("",new mxGeometry(.1*u,.3*t,.8*u,.6*t),"part=1;");R.vertex=!0;v.insert(R);R.value=c(e.Resource);R.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e.Resource);break;case "VSMWorkcellBlock":v.style+="shape=mxgraph.lean_mapping.work_cell;verticalAlign=top;spacingTop=-2;";v.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+D(e)+C(e);v.value=c(e.Text);break;case "VSMSafetyBufferStockBlock":case "VSMDatacellBlock":v.style+="strokeColor=none;fillColor=none;";var ta=t,Ma=parseInt(e.Cells), -M=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+"part=1;";0<Ma&&(ta/=Ma);I=[];ha=[];for(k=1;k<=Ma;k++)I[k]=new mxCell("",new mxGeometry(0,(k-1)*ta,u,ta),M),I[k].vertex=!0,v.insert(I[k]),I[k].value=c(e["cell_"+k]),I[k].style+=l(e["cell_"+k]);break;case "VSMInventoryBlock":v.style+="shape=mxgraph.lean_mapping.inventory_box;verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+p(e)+D(e)+C(e);v.value=c(e.Text);break;case "VSMSupermarketBlock":v.style+="strokeColor=none;"+ -A(e,n);ta=t;Ma=parseInt(e.Cells);M=q(e,n)+z(e,n)+B(e)+"part=1;fillColor=none;";0<Ma&&(ta/=Ma);I=[];Ga=[];for(k=1;k<=Ma;k++)I[k]=new mxCell("",new mxGeometry(.5*u,(k-1)*ta,.5*u,ta),"shape=partialRectangle;left=0;"+M),I[k].vertex=!0,v.insert(I[k]),Ga[k]=new mxCell("",new mxGeometry(0,(k-1)*ta,u,ta),"strokeColor=none;fillColor=none;part=1;"),Ga[k].vertex=!0,v.insert(Ga[k]),Ga[k].value=c(e["cell_"+k]),Ga[k].style+=l(e["cell_"+k]);break;case "VSMFIFOLaneBlock":v.style+="shape=mxgraph.lean_mapping.fifo_sequence_flow;fontStyle=0;fontSize=18"; -v.value="FIFO";break;case "VSMGoSeeProductionBlock":v.style+="shape=ellipse;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.17*u,.2*t,13,6),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;whiteSpace=wrap;html=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+A(e,n)+z(e,n)+B(e);break;case "VSMProductionKanbanBatchBlock":v.style+="strokeColor=none;fillColor=none;";M="shape=card;size=18;flipH=1;part=1;"+q(e,n)+A(e,n)+z(e,n)+B(e);r=new mxCell("", -new mxGeometry(.1*u,0,.9*u,.8*t),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;");r.vertex=!0;v.insert(r);r.style+=M;x=new mxCell("",new mxGeometry(.05*u,.1*t,.9*u,.8*t),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;");x.vertex=!0;v.insert(x);x.style+=M;var G=new mxCell("",new mxGeometry(0,.2*t,.9*u,.8*t),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;whiteSpace=wrap;html=1;spacing=2;");G.vertex=!0;v.insert(G);G.style+=M+ -l(e);G.value=c(e.Text);break;case "AWSRoundedRectangleContainerBlock2":v.style+="strokeColor=none;fillColor=none;";e.Spotfleet?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,35,40),"strokeColor=none;shape=mxgraph.aws3.spot_instance;fillColor=#f58536;"), -x.geometry.relative=!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.Beanstalk?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,30,40),"strokeColor=none;shape=mxgraph.aws3.elastic_beanstalk;fillColor=#759C3E;"), -x.geometry.relative=!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.EC2?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,32,40),"strokeColor=none;shape=mxgraph.aws3.ec2;fillColor=#F58534;"),x.geometry.relative= -!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.Subnet?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,32,40),"strokeColor=none;shape=mxgraph.aws3.permissions;fillColor=#146EB4;"),x.geometry.relative= -!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.VPC?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,60,40),"strokeColor=none;shape=mxgraph.aws3.virtual_private_cloud;fillColor=#146EB4;"),x.geometry.relative= -!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.AWS?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,60,40),"strokeColor=none;shape=mxgraph.aws3.cloud;fillColor=#F58534;"),x.geometry.relative=!0,x.geometry.offset= -new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.Corporate?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,25,40),"strokeColor=none;shape=mxgraph.aws3.corporate_data_center;fillColor=#7D7C7C;"),x.geometry.relative=!0,x.geometry.offset= -new mxPoint(30,0),x.vertex=!0,v.insert(x)):(v.style="resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"+q(e,n)+l(e.Title)+F(e)+B(e),v.value=c(e.Title));break;case "AWSElasticComputeCloudBlock2":v.style+="strokeColor=none;shape=mxgraph.aws3.ec2;verticalLabelPosition=bottom;align=center;verticalAlign=top;"+l(e.Title)+A(e,n)+z(e,n)+E(e);v.value=c(e.Title);break;case "AWSRoute53Block2":v.style+="strokeColor=none;shape=mxgraph.aws3.route_53;verticalLabelPosition=bottom;align=center;verticalAlign=top;"+ -l(e.Title)+A(e,n)+z(e,n)+E(e);v.value=c(e.Title);break;case "AWSRDBSBlock2":v.style+="strokeColor=none;shape=mxgraph.aws3.rds;verticalLabelPosition=bottom;align=center;verticalAlign=top;"+l(e.Title)+A(e,n)+z(e,n)+E(e);v.value=c(e.Title);break;case "NET_RingNetwork":v.style+="strokeColor=none;fillColor=none;";var V=new mxCell("",new mxGeometry(.25*u,.25*t,.5*u,.5*t),"html=1;shape=ellipse;perimeter=ellipsePerimeter;strokeColor=#29AAE1;strokeWidth=2;");V.vertex=!0;v.insert(V);var Z=[V];V.style+=A(e, -n);var S=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=none;dashed=0;html=1;strokeColor=#29AAE1;strokeWidth=2;");S.geometry.relative=!0;S.edge=!0;la(.5*u,0,S,L,K,Z,v,V);la(.855*u,.145*t,S,L,K,Z,v,V);la(u,.5*t,S,L,K,Z,v,V);la(.855*u,.855*t,S,L,K,Z,v,V);la(.5*u,t,S,L,K,Z,v,V);la(.145*u,.855*t,S,L,K,Z,v,V);la(0,.5*t,S,L,K,Z,v,V);la(.145*u,.145*t,S,L,K,Z,v,V);break;case "NET_Ethernet":v.style+="strokeColor=none;fillColor=none;";V=new mxCell("",new mxGeometry(0,.5*t-10,u,20), -"shape=mxgraph.networks.bus;gradientColor=none;gradientDirection=north;fontColor=#ffffff;perimeter=backbonePerimeter;backboneSize=20;fillColor=#29AAE1;strokeColor=#29AAE1;");V.vertex=!0;v.insert(V);Z=[V];S=new mxCell("",new mxGeometry(0,0,0,0),"strokeColor=#29AAE1;edgeStyle=none;rounded=0;endArrow=none;html=1;strokeWidth=2;");S.geometry.relative=!0;S.edge=!0;for(var Z=[V],Mb=u/e.NumTopNodes,k=0;k<e.NumTopNodes;k++)la(.5*Mb+k*Mb,0,S,L,K,Z,v,V);Mb=u/e.NumBottomNodes;for(k=0;k<e.NumBottomNodes;k++)la(.5* -Mb+k*Mb,t,S,L,K,Z,v,V);break;case "EE_OpAmp":v.style+="shape=mxgraph.electrical.abstract.operational_amp_1;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e);v.value=c(e.Title);e.ToggleCharge&&(v.style+="flipV=1;");break;case "EIMessageChannelBlock":case "EIDatatypeChannelBlock":case "EIInvalidMessageChannelBlock":case "EIDeadLetterChannelBlock":case "EIGuaranteedDeliveryBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);"EIMessageChannelBlock"== -w.Class?(r=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.messageChannel;fillColor=#818181;part=1;"),r.geometry.offset=new mxPoint(.45*-u,0)):"EIDatatypeChannelBlock"==w.Class?(r=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.dataChannel;fillColor=#818181;part=1;"),r.geometry.offset=new mxPoint(.45*-u,0)):"EIInvalidMessageChannelBlock"==w.Class?(r=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.invalidMessageChannel;fillColor=#818181;part=1;"),r.geometry.offset= -new mxPoint(.45*-u,0)):"EIDeadLetterChannelBlock"==w.Class?(r=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.deadLetterChannel;fillColor=#818181;part=1;"),r.geometry.offset=new mxPoint(.45*-u,0)):"EIGuaranteedDeliveryBlock"==w.Class&&(r=new mxCell("",new mxGeometry(.5,.5,20,27),"shape=cylinder;fillColor=#818181;part=1;"),r.geometry.offset=new mxPoint(-10,-7));r.geometry.relative=!0;r.vertex=!0;v.insert(r);r.style+=q(e,n)+z(e,n)+B(e);S=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;"); -S.geometry.relative=!0;S.edge=!0;ea(.15*u,.25*t,.85*u,.25*t,S,L,K,Z,v,V);break;case "EIChannelAdapterBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(0,.07*t,.21*u,.86*t),"fillColor=#FFFF33;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+z(e,n)+B(e)+F(e);x=new mxCell("",new mxGeometry(.26*u,.09*t,.2*u,.82*t),"shape=mxgraph.eip.channel_adapter;fillColor=#4CA3D9;part=1;");x.vertex=!0;v.insert(x); -x.style+=q(e,n)+z(e,n)+B(e)+F(e);G=new mxCell("",new mxGeometry(1,.5,.35*u,20),"shape=mxgraph.eip.messageChannel;fillColor=#818181;part=1;");G.geometry.relative=!0;G.geometry.offset=new mxPoint(.4*-u,-10);G.vertex=!0;v.insert(G);G.style+=q(e,n)+z(e,n)+B(e)+F(e);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=1;exitY=0.5;entryX=0;entryY=0.5;endArrow=none;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=2;");O.geometry.relative=!0;O.edge=!0;r.insertEdge(O,!0);x.insertEdge(O, -!1);O.style+=q(e,n);L.push(K.addCell(O,null,null,null,null));N=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=1;exitY=0.5;entryX=0;entryY=0.5;endArrow=block;startArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=2;startFill=1;startSize=2;");N.geometry.relative=!0;N.edge=!0;x.insertEdge(N,!0);G.insertEdge(N,!1);L.push(K.addCell(N,null,null,null,null));break;case "EIMessageBlock":case "EICommandMessageBlock":case "EIDocumentMessageBlock":case "EIEventMessageBlock":v.style+= -"strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;"+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(0,0,17,17),"shape=ellipse;fillColor=#808080;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);for(var Nb=e.Messages,cc=(t-17)/Nb,x=[],S=[],k=0;k<Nb;k++){var Ob=cc*(k+1)-3;x[k]=new mxCell("",new mxGeometry(u-20,Ob,20,20),"part=1;");x[k].vertex=!0;v.insert(x[k]);x[k].style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e);switch(w.Class){case "EIMessageBlock":x[k].value=c(e["message_"+ -(k+1)]);x.style+=l(e["message_"+(k+1)]);break;case "EICommandMessageBlock":x[k].value="C";x[k].style+="fontStyle=1;fontSize=11;";break;case "EIDocumentMessageBlock":x[k].value="D";x[k].style+="fontStyle=1;fontSize=11;";break;case "EIEventMessageBlock":x[k].value="E",x[k].style+="fontStyle=1;fontSize=11;"}S[k]=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;");S[k].geometry.relative=!0;S[k].edge=!0;r.insertEdge(S[k],!1); -x[k].insertEdge(S[k],!0);S[k].style+=q(e,n)+B(e);var eb=[];eb.push(new mxPoint(fa+8.5,ja+Ob+10));S[k].geometry.points=eb;L.push(K.addCell(S[k],null,null,null,null))}break;case "EIMessageEndpointBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.45*u,.25*t,.3*u,.5*t),"part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+z(e,n)+B(e);S=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;"); -S.geometry.relative=!0;S.edge=!0;ea(0,.5*t,.4*u,.5*t,S,L,K,Z,v,V);break;case "EIPublishSubscribeChannelBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);var O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");O.geometry.relative=!0;O.edge=!0;ea(.05*u,.5*t,.85*u,.5*t,O,L,K,Z,v,V);var N=new mxCell("",new mxGeometry(0,0,0,0), -"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");N.geometry.relative=!0;N.edge=!0;ea(.05*u,.5*t,.85*u,.15*t,N,L,K,Z,v,V);var W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");W.geometry.relative=!0;W.edge=!0;ea(.05*u,.5*t,.85*u,.85*t,W,L,K,Z,v,V);break;case "EIMessageBusBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ -q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;");O.geometry.relative=!0;O.edge=!0;O.style+=q(e,n);ea(.05*u,.5*t,.95*u,.5*t,O,L,K,Z,v,V);N=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;"); -N.geometry.relative=!0;N.edge=!0;N.style+=q(e,n);ea(.3*u,.1*t,.3*u,.5*t,N,L,K,Z,v,V);W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;");W.geometry.relative=!0;W.edge=!0;W.style+=q(e,n);ea(.7*u,.1*t,.7*u,.5*t,W,L,K,Z,v,V);var ka=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;"); -ka.geometry.relative=!0;ka.edge=!0;ka.style+=q(e,n);ea(.5*u,.5*t,.5*u,.9*t,ka,L,K,Z,v,V);break;case "EIRequestReplyBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.2*u,.21*t,.16*u,.24*t),"part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+z(e,n)+B(e);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;"); -O.geometry.relative=!0;O.edge=!0;ea(.45*u,.33*t,.8*u,.33*t,O,L,K,Z,v,V);x=new mxCell("",new mxGeometry(.64*u,.55*t,.16*u,.24*t),"part=1;");x.vertex=!0;v.insert(x);x.style+=q(e,n)+z(e,n)+B(e);N=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");N.geometry.relative=!0;N.edge=!0;ea(.55*u,.67*t,.2*u,.67*t,N,L,K,Z,v,V);break;case "EIReturnAddressBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ -q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.1*u,.15*t,.8*u,.7*t),"part=1;shape=mxgraph.eip.retAddr;fillColor=#FFE040;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+z(e,n)+B(e);break;case "EICorrelationIDBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.04*u,.06*t,.18*u,.28*t),"shape=ellipse;fillColor=#808080;part=1;");r.vertex=!0;v.insert(r);r.style+= -q(e,n)+B(e);x=new mxCell("",new mxGeometry(.2*u,.56*t,.2*u,.32*t),"part=1;");x.vertex=!0;v.insert(x);x.style+=q(e,n)+z(e,n)+B(e)+F(e);x.value="A";x.style+="fontStyle=1;fontSize=11;";O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;part=1;");O.geometry.relative=!0;O.edge=!0;r.insertEdge(O,!1);x.insertEdge(O,!0);O.style+=q(e,n)+B(e);eb=[];eb.push(new mxPoint(fa+.13*u,ja+.72*t));O.geometry.points=eb;L.push(K.addCell(O,null, -null,null,null));G=new mxCell("",new mxGeometry(.6*u,.06*t,.18*u,.28*t),"shape=ellipse;fillColor=#808080;part=1;");G.vertex=!0;v.insert(G);G.style+=q(e,n)+B(e);Q=new mxCell("",new mxGeometry(.76*u,.56*t,.2*u,.32*t),"part=1;");Q.vertex=!0;v.insert(Q);Q.style+=q(e,n)+z(e,n)+B(e)+F(e);Q.value="B";Q.style+="fontStyle=1;fontSize=11;";N=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;part=1;");N.geometry.relative=!0;N.edge=!0; -G.insertEdge(N,!1);Q.insertEdge(N,!0);N.style+=q(e,n)+B(e);var nc=[];nc.push(new mxPoint(fa+.69*u,ja+.72*t));N.geometry.points=nc;L.push(K.addCell(N,null,null,null,null));W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;endSize=6;part=1;");W.geometry.relative=!0;W.edge=!0;r.insertEdge(W,!1);G.insertEdge(W,!0);W.style+=q(e,n)+B(e);L.push(K.addCell(W,null,null,null,null));break;case "EIMessageSequenceBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ -q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("1",new mxGeometry(.2*u,.4*t,.1*u,.19*t),"fontStyle=1;fontSize=11;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);x=new mxCell("2",new mxGeometry(.45*u,.4*t,.1*u,.19*t),"fontStyle=1;fontSize=11;part=1;");x.vertex=!0;v.insert(x);x.style+=q(e,n)+B(e);G=new mxCell("3",new mxGeometry(.7*u,.4*t,.1*u,.19*t),"fontStyle=1;fontSize=11;part=1;");G.vertex=!0;v.insert(G);G.style+=q(e,n)+B(e);O=new mxCell("",new mxGeometry(0,0,0,0), -"curved=1;endArrow=block;html=1;endSize=3;part=1;");r.insertEdge(O,!1);x.insertEdge(O,!0);O.geometry.points=[new mxPoint(fa+.375*u,ja+.15*t)];O.geometry.relative=!0;O.edge=!0;O.style+=q(e,n)+B(e);L.push(K.addCell(O,null,null,null,null));N=new mxCell("",new mxGeometry(0,0,0,0),"curved=1;endArrow=block;html=1;endSize=3;part=1;");x.insertEdge(N,!1);G.insertEdge(N,!0);N.geometry.points=[new mxPoint(fa+.675*u,ja+.15*t)];N.geometry.relative=!0;N.edge=!0;N.style+=q(e,n)+B(e);L.push(K.addCell(N,null,null, -null,null));break;case "EIMessageExpirationBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.3*u,.2*t,.4*u,.6*t),"shape=mxgraph.ios7.icons.clock;flipH=1;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);break;case "EIMessageBrokerBlock":v.style+="strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;"+h(e)+f(e)+b(e)+a(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.38* -u,.42*t,.24*u,.16*t),"part=1;fillColor=#aefe7d;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);x=new mxCell("",new mxGeometry(.38*u,0,.24*u,.16*t),"part=1;");x.vertex=!0;v.insert(x);x.style+=A(e,n)+q(e,n)+B(e);G=new mxCell("",new mxGeometry(.76*u,.23*t,.24*u,.16*t),"part=1;");G.vertex=!0;v.insert(G);G.style=x.style;var Q=new mxCell("",new mxGeometry(.76*u,.61*t,.24*u,.16*t),"part=1;");Q.vertex=!0;v.insert(Q);Q.style=x.style;var Xb=new mxCell("",new mxGeometry(.38*u,.84*t,.24*u,.16*t),"part=1;");Xb.vertex= -!0;v.insert(Xb);Xb.style=x.style;var Yb=new mxCell("",new mxGeometry(0,.61*t,.24*u,.16*t),"part=1;");Yb.vertex=!0;v.insert(Yb);Yb.style=x.style;var Zb=new mxCell("",new mxGeometry(0,.23*t,.24*u,.16*t),"part=1;");Zb.vertex=!0;v.insert(Zb);Zb.style=x.style;O=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");r.insertEdge(O,!1);x.insertEdge(O,!0);O.edge=!0;O.style+=q(e,n)+B(e);L.push(K.addCell(O,null,null,null,null));N=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");r.insertEdge(N, -!1);G.insertEdge(N,!0);N.edge=!0;N.style+=q(e,n)+B(e);L.push(K.addCell(N,null,null,null,null));W=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");r.insertEdge(W,!1);Q.insertEdge(W,!0);W.edge=!0;W.style+=q(e,n)+B(e);L.push(K.addCell(W,null,null,null,null));ka=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");r.insertEdge(ka,!1);Xb.insertEdge(ka,!0);ka.edge=!0;ka.style+=q(e,n)+B(e);L.push(K.addCell(ka,null,null,null,null));var tb=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;"); -r.insertEdge(tb,!1);Yb.insertEdge(tb,!0);tb.edge=!0;tb.style+=q(e,n)+B(e);L.push(K.addCell(tb,null,null,null,null));var ub=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");r.insertEdge(ub,!1);Zb.insertEdge(ub,!0);ub.edge=!0;ub.style+=q(e,n)+B(e);L.push(K.addCell(ub,null,null,null,null));break;case "EIDurableSubscriberBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;endFill=1;endSize=6;"); -O.geometry.relative=!0;O.edge=!0;ea(.05*u,.5*t,.6*u,.25*t,O,L,K,Z,v,V);N=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;endFill=1;endSize=6;");N.geometry.relative=!0;N.edge=!0;ea(.05*u,.5*t,.6*u,.75*t,N,L,K,Z,v,V);r=new mxCell("",new mxGeometry(.7*u,.1*t,.15*u,.32*t),"shape=mxgraph.eip.durable_subscriber;part=1;fillColor=#818181;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);break;case "EIControlBusBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ -q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.25*u,.25*t,.5*u,.5*t),"shape=mxgraph.eip.control_bus;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);break;case "EIMessageHistoryBlock":v.style+="strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;"+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(0,0,17,17),"shape=ellipse;fillColor=#808080;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);G=new mxCell("",new mxGeometry(u- -45,30,30,20),"shape=mxgraph.mockup.misc.mail2;fillColor=#FFE040;part=1;");G.vertex=!0;v.insert(G);G.style+=q(e,n)+B(e);W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;");W.geometry.relative=!0;W.edge=!0;r.insertEdge(W,!1);G.insertEdge(W,!0);W.style+=q(e,n)+B(e);W.geometry.points=[new mxPoint(fa+8.5,ja+40)];L.push(K.addCell(W,null,null,null,null));Q=new mxCell("",new mxGeometry(u-45,t-20,20,20),"part=1;");Q.vertex=!0; -v.insert(Q);Q.value=c(e.message_0);Q.style+=l(e.message_0);Q.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e);ka=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;");ka.geometry.relative=!0;ka.edge=!0;r.insertEdge(ka,!1);Q.insertEdge(ka,!0);ka.style+=q(e,n)+B(e);ka.geometry.points=[new mxPoint(fa+8.5,ja+t-10)];L.push(K.addCell(ka,null,null,null,null));Nb=e.HistoryMessages;cc=(t-75)/Nb;x=[];S=[];for(k=0;k<Nb;k++)Ob=cc*(k+1)+30, -x[k]=new mxCell("",new mxGeometry(u-20,Ob,20,20),"part=1;"),x[k].vertex=!0,x[k].value=c(e["message_"+(k+1)]),x.style+=l(e["message_"+(k+1)]),v.insert(x[k]),x[k].style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e),S[k]=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;"),S[k].geometry.relative=!0,S[k].edge=!0,G.insertEdge(S[k],!1),x[k].insertEdge(S[k],!0),S[k].style+=q(e,n)+B(e),eb=[],eb.push(new mxPoint(fa+u-30,ja+Ob+10)),S[k].geometry.points= -eb,L.push(K.addCell(S[k],null,null,null,null));break;case "fpDoor":v.style+="shape=mxgraph.floorplan.doorRight;"+q(e,n)+z(e,n)+E(e)+B(e)+P(e,n,v);F(e);0>e.DoorAngle&&(v.style+="flipV=1;");break;case "fpDoubleDoor":v.style+="shape=mxgraph.floorplan.doorDouble;"+q(e,n)+z(e,n)+E(e)+B(e)+P(e,n,v)+F(e);0<e.DoorAngle&&(v.style+="flipV=1;");break;case "fpRestroomLights":v.style+="strokeColor=none;fillColor=none;"+P(e,n,v);r=new mxCell("",new mxGeometry(0,0,u,.25*t),"part=1;");r.vertex=!0;v.insert(r);r.style+= -q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e);for(var x=[],oc=.02*u,dc=(u-2*oc)/e.LightCount,pc=.8*dc,k=0;k<e.LightCount;k++)x[k]=new mxCell("",new mxGeometry(oc+dc*k+(dc-pc)/2,.25*t,pc,.75*t),"part=1;shape=ellipse;"),x[k].vertex=!0,v.insert(x[k]),x[k].style+=q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e);break;case "fpRestroomSinks":v.style+="strokeColor=none;fillColor=none;"+P(e,n,v);for(var r=[],qc=u/e.SinkCount,k=0;k<e.SinkCount;k++)r[k]=new mxCell("",new mxGeometry(qc*k,0,qc,t),"part=1;shape=mxgraph.floorplan.sink_2;"), -r[k].vertex=!0,v.insert(r[k]),r[k].style+=q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e);break;case "fpRestroomStalls":v.style+="strokeColor=none;fillColor=none;";var xa=.1*u/e.StallCount,r=new mxCell("",new mxGeometry(0,0,xa,t),"fillColor=#000000;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);for(var Fa=(u-xa)/e.StallCount,ec=[],Pb=[],Qb=[],Rb=[],H=q(e,n),H=""==H?"#000000;":H.replace("stokreColor=",""),rc="part=1;fillColor="+H+q(e,n)+B(e),fc=A(e,n)+q(e,n)+B(e),k=0;k<e.StallCount;k++)ec[k]=new mxCell("", -new mxGeometry((k+1)*Fa,0,xa,t),rc),ec[k].vertex=!0,v.insert(ec[k]),Qb[k]=new mxCell("",new mxGeometry(xa+k*Fa+.05*(Fa-xa),t-.92*(Fa-xa),.9*(Fa-xa),.92*(Fa-xa)),"shape=mxgraph.floorplan.doorRight;flipV=1;part=1;"),Qb[k].vertex=!0,v.insert(Qb[k]),Qb[k].style+=fc,Pb[k]=new mxCell("",new mxGeometry(xa+k*Fa+.2*(Fa-xa),0,.6*(Fa-xa),.8*(Fa-xa)),"shape=mxgraph.floorplan.toilet;part=1;"),Pb[k].vertex=!0,v.insert(Pb[k]),Pb[k].style+=fc,Rb[k]=new mxCell("",new mxGeometry(xa+k*Fa,.42*t,.15*(Fa-xa),.12*(Fa-xa)), -"part=1;"),Rb[k].vertex=!0,v.insert(Rb[k]),Rb[k].style+=fc;break;case "PEOneToMany":v.style+="strokeColor=none;fillColor=none;";var $b="edgeStyle=none;endArrow=none;part=1;"+q(e,n)+B(e)+z(e,n)+E(e)+F(e),H=q(e,n),H=""==H?"#000000;":H.replace("stokreColor=",""),gc="shape=triangle;part=1;fillColor="+H+q(e,n)+B(e)+z(e,n)+E(e)+F(e),O=new mxCell("",new mxGeometry(0,0,0,0),$b);O.geometry.relative=!0;O.edge=!0;ea(0,.5*t,.65*u,.5*t,O,L,K,Z,v,V);for(var J=t/e.numLines,N=[],ib=[],k=0;k<e.numLines;k++)N[k]=new mxCell("", -new mxGeometry(0,0,0,0),$b),N[k].geometry.relative=!0,N[k].edge=!0,ea(.65*u,.5*t,.96*u,(k+.5)*J,N[k],L,K,Z,v,V),ib[k]=new mxCell("",new mxGeometry(.95*u,(k+.2)*J,.05*u,.6*J),gc),ib[k].vertex=!0,v.insert(ib[k]);break;case "PEMultilines":v.style+="strokeColor=none;fillColor=none;";$b="edgeStyle=none;endArrow=none;part=1;"+q(e,n)+B(e)+z(e,n)+E(e)+F(e);H=q(e,n);H=""==H?"#000000;":H.replace("stokreColor=","");gc="shape=triangle;part=1;fillColor="+H+q(e,n)+B(e)+z(e,n)+E(e)+F(e);J=t/e.numLines;N=[];ib=[]; -for(k=0;k<e.numLines;k++)N[k]=new mxCell("",new mxGeometry(0,0,0,0),$b),N[k].geometry.relative=!0,N[k].edge=!0,ea(0,(k+.5)*J,.96*u,(k+.5)*J,N[k],L,K,Z,v,V),ib[k]=new mxCell("",new mxGeometry(.95*u,(k+.2)*J,.05*u,.6*J),gc),ib[k].vertex=!0,v.insert(ib[k]);break;case "PEVesselBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e)+l(e);v.value=c(e.Text);switch(e.vesselType){case 1:v.style+="shape=mxgraph.pid.vessels.pressurized_vessel;";break;case 2:v.style+= -"shape=hexagon;perimeter=hexagonPerimeter2;size=0.10;direction=south;"}break;case "PEClosedTankBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e)+l(e);v.value=c(e.Text);1==e.peakedRoof&&0==e.stumpType?v.style+="shape=mxgraph.pid.vessels.tank_(conical_roof);":1==e.stumpType&&(v.style+="shape=mxgraph.pid.vessels.tank_(boot);");break;case "PEColumnBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e)+l(e); -v.value=c(e.Text);v.style=0==e.columnType?v.style+"shape=mxgraph.pid.vessels.pressurized_vessel;":v.style+"shape=mxgraph.pid.vessels.tank;";break;case "PECompressorTurbineBlock":v.style+="strokeColor=none;fillColor=none;"+P(e,n,v)+l(e);v.value=c(e.Text);M=q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e);r=new mxCell("",new mxGeometry(0,.2*t,u,.6*t),"part=1;shape=trapezoid;perimeter=trapezoidPerimeter;direction=south;");r.vertex=!0;v.insert(r);r.style+=M;M+="endSize=4;endArrow=block;endFill=1;";0==e.compressorType? -(O=new mxCell("",new mxGeometry(0,0,0,0),""),O.geometry.relative=!0,O.edge=!0,O.style+=M,ea(0,0,0,.2*t,O,L,K,Z,v,V),N=new mxCell("",new mxGeometry(0,0,0,0),""),N.geometry.relative=!0,N.edge=!0,N.style+=M,ea(u,.67*t,u,t,N,L,K,Z,v,V)):(r.style+="flipH=1;",O=new mxCell("",new mxGeometry(0,0,0,0),""),O.geometry.relative=!0,O.edge=!0,O.style+=M,ea(0,0,0,.33*t,O,L,K,Z,v,V),N=new mxCell("",new mxGeometry(0,0,0,0),""),N.geometry.relative=!0,N.edge=!0,N.style+=M,ea(u,.8*t,u,t,N,L,K,Z,v,V));1==e.centerLineType&& -(W=new mxCell("",new mxGeometry(0,0,0,0),""),W.geometry.relative=!0,W.edge=!0,W.style+=M,ea(.2*u,.5*t,.8*u,.5*t,W,L,K,Z,v,V));break;case "PEMotorDrivenTurbineBlock":M=q(e,n)+A(e,n)+B(e)+z(e,n)+F(e);v.style+="shape=ellipse;"+E(e)+P(e,n,v)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.2*u,.2*t,.6*u,.6*t),"part=1;shape=trapezoid;perimeter=trapezoidPerimeter;direction=south;");r.vertex=!0;v.insert(r);r.style+=M;break;case "PEIndicatorBlock":case "PEIndicator2Block":case "PESharedIndicatorBlock":case "PEComputerIndicatorBlock":case "PESharedIndicator2Block":case "PEProgrammableIndicatorBlock":M= -z(e,n);v.style+=M+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v);switch(w.Class){case "PEIndicatorBlock":v.style+="shape=mxgraph.pid2inst.discInst;";break;case "PEIndicator2Block":v.style+="shape=mxgraph.pid2inst.indicator;indType=inst;";break;case "PESharedIndicatorBlock":v.style+="shape=mxgraph.pid2inst.sharedCont;";break;case "PEComputerIndicatorBlock":v.style+="shape=mxgraph.pid2inst.compFunc;";break;case "PESharedIndicator2Block":v.style+="shape=mxgraph.pid2inst.indicator;indType=ctrl;";break;case "PEProgrammableIndicatorBlock":v.style+= -"shape=mxgraph.pid2inst.progLogCont;"}"PEIndicator2Block"==w.Class||"PESharedIndicator2Block"==w.Class?(r=new mxCell("",new mxGeometry(0,0,u,.5*u),"part=1;strokeColor=none;fillColor=none;"),r.vertex=!0,v.insert(r),r.style+=M+l(e.TopText),r.value=c(e.TopText),x=new mxCell("",new mxGeometry(0,.5*u,u,.5*u),"part=1;strokeColor=none;fillColor=none;")):(r=new mxCell("",new mxGeometry(0,0,u,.5*t),"part=1;strokeColor=none;fillColor=none;"),r.vertex=!0,v.insert(r),r.style+=M+l(e.TopText),r.value=c(e.TopText), -x=new mxCell("",new mxGeometry(0,.5*t,u,.5*t),"part=1;strokeColor=none;fillColor=none;"));x.vertex=!0;v.insert(x);x.style+=M;l(e.BotText);x.value=c(e.BotText);switch(e.instrumentLocation){case 0:v.style+="mounting=field;";break;case 1:v.style+="mounting=inaccessible;";break;case 2:v.style+="mounting=room;";break;case 3:v.style+="mounting=local;"}break;case "PEGateValveBlock":case "PEGlobeValveBlock":case "PEAngleValveBlock":case "PEAngleGlobeValveBlock":case "PEPoweredValveBlock":var hc=!1;"PEPoweredValveBlock"== -w.Class?1!=e.poweredHandOperated&&(hc=!0):1!=e.handOperated&&(hc=!0);if(hc){var e=m(w).Properties,X=e.BoundingBox,sc=X.h;X.h="PEAngleValveBlock"==w.Class||"PEAngleGlobeValveBlock"==w.Class?.7*X.h:.6*X.h;v=new mxCell("",new mxGeometry(Math.round(.6*X.x+0),Math.round(.6*(X.y+sc-X.h)+0),Math.round(.6*X.w),Math.round(.6*X.h)),"");v.vertex=!0;Y(v,w)}if("PEPoweredValveBlock"==w.Class)v.style+="shape=mxgraph.pid2valves.valve;verticalLabelPosition=bottom;verticalAlign=top;"+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+ -E(e)+P(e,n,v),1==e.poweredHandOperated?(v.style+="valveType=gate;actuator=powered;",r=new mxCell("",new mxGeometry(.325*u,0,.35*u,.35*t),"part=1;strokeColor=none;fillColor=none;spacingTop=2;"),r.vertex=!0,v.insert(r),r.style+=M+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+"fontSize=6;"+f(e.PoweredText)+b(e.PoweredText)+a(e.PoweredText)+d(e.PoweredText)+g(e.PoweredText)+D(e.PoweredText)+C(e.PoweredText)+y(e.PoweredText),r.value=c(e.PoweredText)):v.style+="valveType=gate;";else{v.style+="verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.pid2valves.valve;"+ -z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v)+h(e)+f(e)+b(e)+a(e);v.value=c(e.Text);switch(w.Class){case "PEGateValveBlock":v.style+="valveType=gate;";break;case "PEGlobeValveBlock":v.style+="valveType=globe;";break;case "PEAngleValveBlock":v.style+="valveType=angle;";break;case "PEAngleGlobeValveBlock":v.style+="valveType=angleGlobe;flipH=1;"}1==e.handOperated&&(v.style+="actuator=man;")}break;case "UI2BrowserBlock":v.style+="shape=mxgraph.mockup.containers.browserWindow;mainText=;"+z(e,n)+q(e,n)+ -A(e,n)+B(e)+F(e)+E(e)+P(e,n,v);1==e.vScroll&&(G=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-130),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,t-110),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),G.geometry.relative=!0,G.geometry.offset=new mxPoint(-20,110),G.vertex=!0,v.insert(G),v.style+="spacingRight=20;");1==e.hScroll&&(Q=1==e.vScroll?new mxCell("",new mxGeometry(0, -1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),Q.geometry.relative=!0,Q.geometry.offset=new mxPoint(0,-20),Q.vertex=!0,v.insert(Q));break;case "UI2WindowBlock":v.style+="shape=mxgraph.mockup.containers.window;mainText=;align=center;verticalAlign=top;spacing=5;"+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v)+h(e.Title)+f(e.Title)+b(e.Title);v.value= -c(e.Title);1==e.vScroll&&(G=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-50),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,t-30),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),G.geometry.relative=!0,G.geometry.offset=new mxPoint(-20,30),G.vertex=!0,v.insert(G),v.style+="spacingRight=20;");1==e.hScroll&&(Q=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"): -new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),Q.geometry.relative=!0,Q.geometry.offset=new mxPoint(0,-20),Q.vertex=!0,v.insert(Q));break;case "UI2DialogBlock":v.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v)+l(e.Text);v.value=c(e.Text);r=new mxCell("",new mxGeometry(0,0,u,30),"part=1;resizeHeight=0;");r.vertex=!0;v.insert(r);r.style+=M+l(e.Title);r.value=c(e.Title);x=new mxCell("",new mxGeometry(1,.5,20,20),"part=1;shape=ellipse;strokeColor=#008cff;resizable=0;fillColor=none;html=1;"); -x.geometry.relative=!0;x.geometry.offset=new mxPoint(-25,-10);x.vertex=!0;r.insert(x);1==e.vScroll&&(G=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-50),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,t-30),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),G.geometry.relative=!0,G.geometry.offset=new mxPoint(-20,30),G.vertex=!0,v.insert(G),v.style+="spacingRight=20;"); -1==e.hScroll&&(Q=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),Q.geometry.relative=!0,Q.geometry.offset=new mxPoint(0,-20),Q.vertex=!0,v.insert(Q));break;case "UI2AccordionBlock":v.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v);r=[];J=25;for(k=0;k<=e.Panels-1;k++)r[k]=k<e.Selected-1?new mxCell("", -new mxGeometry(0,k*J,u,J),"part=1;fillColor=#000000;fillOpacity=25;"):k==e.Selected-1?new mxCell("",new mxGeometry(0,k*J,u,J),"part=1;fillColor=none;"):new mxCell("",new mxGeometry(0,t-(e.Panels-e.Selected)*J+(k-e.Selected)*J,u,J),"part=1;fillColor=#000000;fillOpacity=25;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=l(e["Panel_"+(k+1)]),r[k].value=c(e["Panel_"+(k+1)]),0>r[k].style.indexOf(";align=")&&(r[k].style+="align=left;spacingLeft=5;");var da=q(e,n),da=da.replace("strokeColor","fillColor2"); -""==da&&(da="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-e.Selected*J-20-(e.Panels-e.Selected)*J),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,t-e.Selected*J-(e.Panels-e.Selected)*J),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,e.Selected*J),x.vertex=!0,v.insert(x), -v.style+="spacingRight=20;",x.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));1==e.hScroll&&(G=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),G.geometry.relative=!0,G.geometry.offset=new mxPoint(0,-20-(e.Panels-e.Selected)*J),G.vertex=!0,v.insert(G),G.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));Q=1==e.vScroll? -new mxCell("",new mxGeometry(0,e.Selected*J,u-20,t-e.Selected*J-20-(e.Panels-e.Selected)*J),"part=1;fillColor=none;strokeColor=none;"):new mxCell("",new mxGeometry(0,e.Selected*J,u-20,t-e.Selected*J-(e.Panels-e.Selected)*J),"part=1;fillColor=none;strokeColor=none;");Q.vertex=!0;v.insert(Q);Q.style+=l(e.Content_1);0>Q.style.indexOf(";align=")&&(Q.style+="align=left;spacingLeft=5;");Q.value=c(e.Content_1);break;case "UI2TabBarContainerBlock":v.style+="strokeColor=none;fillColor=none;";var r=[],x=[], -J=25,Ba=3,T=(u+Ba)/(e.Tabs+1),Ca=new mxCell("",new mxGeometry(0,J,u,t-J),"part=1;");Ca.vertex=!0;v.insert(Ca);Ca.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v);for(k=0;k<=e.Tabs-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(10+k*T,0,T-Ba,J),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Tab_"+(k+1)])):(r[k]=new mxCell("",new mxGeometry(10+k*T,0,T-Ba,J),"strokeColor=none;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+A(e,n)+E(e),x[k]=new mxCell("", -new mxGeometry(0,0,T-Ba,J),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=q(e,n)+B(e)+F(e)+l(e["Tab_"+(k+1)])),x[k].value=c(e["Tab_"+(k+1)]),0>x[k].style.indexOf(";align=")&&(x[k].style+="align=left;spacingLeft=2;");da=q(e,n);da=da.replace("strokeColor","fillColor2");""==da&&(da="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-20-J),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"): -new mxCell("",new mxGeometry(1,0,20,t-J),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,J),x.vertex=!0,v.insert(x),v.style+="spacingRight=20;",x.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));1==e.hScroll&&(G=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"), -G.geometry.relative=!0,G.geometry.offset=new mxPoint(0,-20),G.vertex=!0,v.insert(G),G.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));break;case "UI2TabBar2ContainerBlock":v.style+="strokeColor=none;fillColor=none;";r=[];x=[];J=25;Ba=3;T=(u+Ba)/e.Tabs;Ca=new mxCell("",new mxGeometry(0,J,u,t-J),"part=1;");Ca.vertex=!0;v.insert(Ca);Ca.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v);for(k=0;k<=e.Tabs-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(k*T,0,T-Ba,J),""),x[k].vertex=!0,v.insert(x[k]), -x[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Tab_"+(k+1)])):(r[k]=new mxCell("",new mxGeometry(k*T,0,T-Ba,J),"strokeColor=none;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+A(e,n)+E(e),x[k]=new mxCell("",new mxGeometry(0,0,T-Ba,J),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=q(e,n)+B(e)+F(e)+l(e["Tab_"+(k+1)])),x[k].value=c(e["Tab_"+(k+1)]),0>x[k].style.indexOf(";align=")&&(x[k].style+="align=left;spacingLeft=2;");da=q(e,n);da=da.replace("strokeColor", -"fillColor2");""==da&&(da="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-20-J),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,t-J),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,J),x.vertex=!0,v.insert(x),v.style+="spacingRight=20;",x.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+ -F(e));1==e.hScroll&&(G=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),G.geometry.relative=!0,G.geometry.offset=new mxPoint(0,-20),G.vertex=!0,v.insert(G),G.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));break;case "UI2VTabBarContainerBlock":v.style+="strokeColor=none;fillColor=none;";r=[];x=[];Ba=3;J=25+Ba; -T=80;bb=10;Ca=new mxCell("",new mxGeometry(T,0,u-T,t),"part=1;");Ca.vertex=!0;v.insert(Ca);Ca.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v);for(k=0;k<=e.Tabs-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(0,bb+k*J,T,J-Ba),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Tab_"+(k+1)])):(r[k]=new mxCell("",new mxGeometry(0,bb+k*J,T,J-Ba),"strokeColor=none;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+A(e,n)+E(e),x[k]=new mxCell("",new mxGeometry(0, -0,T,J-Ba),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=q(e,n)+B(e)+F(e)+l(e["Tab_"+(k+1)])),x[k].value=c(e["Tab_"+(k+1)]),0>x[k].style.indexOf(";align=")&&(x[k].style+="align=left;spacingLeft=2;");da=q(e,n);da=da.replace("strokeColor","fillColor2");""==da&&(da="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("", -new mxGeometry(1,0,20,t),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,0),x.vertex=!0,v.insert(x),v.style+="spacingRight=20;",x.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));1==e.hScroll&&(G=1==e.vScroll?new mxCell("",new mxGeometry(T,1,u-20-T,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(T,1,u-T,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"), -G.geometry.relative=!0,G.geometry.offset=new mxPoint(0,-20),G.vertex=!0,v.insert(G),G.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));break;case "UI2CheckBoxBlock":v.style+="strokeColor=none;fillColor=none;";J=t/e.Options;r=[];x=[];for(k=0;k<e.Options;k++)r[k]=new mxCell("",new mxGeometry(0,k*J+.5*J-5,10,10),"labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Option_"+ -(k+1)]),null!=e.Selected[k+1]&&1==e.Selected[k+1]&&(H=q(e,n),H=H.replace("strokeColor","fillColor"),""==H&&(H="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2,2,6,6),"shape=mxgraph.mscae.general.checkmark;part=1;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=H+z(e,n)+q(e,n)+B(e)+F(e)),r[k].value=c(e["Option_"+(k+1)]);break;case "UI2HorizontalCheckBoxBlock":v.style+="strokeColor=none;fillColor=none;";T=u/e.Options;r=[];x=[];for(k=0;k<e.Options;k++)r[k]=new mxCell("",new mxGeometry(k*T,.5* -t-5,10,10),"labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Option_"+(k+1)]),null!=e.Selected[k+1]&&1==e.Selected[k+1]&&(H=q(e,n),H=H.replace("strokeColor","fillColor"),""==H&&(H="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2,2,6,6),"shape=mxgraph.mscae.general.checkmark;part=1;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=H+z(e,n)+q(e,n)+B(e)+F(e)), -r[k].value=c(e["Option_"+(k+1)]);break;case "UI2RadioBlock":v.style+="strokeColor=none;fillColor=none;";J=t/e.Options;r=[];x=[];for(k=0;k<e.Options;k++)r[k]=new mxCell("",new mxGeometry(0,k*J+.5*J-5,10,10),"shape=ellipse;labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Option_"+(k+1)]),null!=e.Selected&&e.Selected==k+1&&(H=q(e,n),H=H.replace("strokeColor","fillColor"), -""==H&&(H="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2.5,2.5,5,5),"shape=ellipse;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=H+z(e,n)+q(e,n)+B(e)+F(e)),r[k].value=c(e["Option_"+(k+1)]);break;case "UI2HorizontalRadioBlock":v.style+="strokeColor=none;fillColor=none;";T=u/e.Options;r=[];x=[];for(k=0;k<e.Options;k++)r[k]=new mxCell("",new mxGeometry(k*T,.5*t-5,10,10),"shape=ellipse;labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"), -r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Option_"+(k+1)]),null!=e.Selected&&e.Selected==k+1&&(H=q(e,n),H=H.replace("strokeColor","fillColor"),""==H&&(H="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2,2,6,6),"shape=ellipse;part=1;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=H+z(e,n)+q(e,n)+B(e)+F(e)),r[k].value=c(e["Option_"+(k+1)]);break;case "UI2HSliderBlock":case "UI2VSliderBlock":v.style+="shape=mxgraph.mockup.forms.horSlider;sliderStyle=basic;handleStyle=handle;"+ -z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e);"UI2VSliderBlock"==w.Class&&(v.style+="direction=south;");v.style+="sliderPos="+100*e.ScrollVal+";";break;case "UI2DatePickerBlock":v.style+="strokeColor=none;fillColor=none;";r=new mxCell("",new mxGeometry(0,0,.6*u,t),"part=1;");r.vertex=!0;v.insert(r);r.style+=z(e,n)+q(e,n)+B(e)+F(e)+E(e)+l(e.Date);r.value=c(e.Date);H=q(e,n);H=H.replace("strokeColor","fillColor");""==H&&(H="fillColor=#000000;");x=new mxCell("",new mxGeometry(.75*u,0,.25*u,t),"part=1;shape=mxgraph.gmdl.calendar;"); -x.vertex=!0;v.insert(x);x.style+=H+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e);break;case "UI2SearchBlock":v.style+="shape=mxgraph.mockup.forms.searchBox;mainText=;flipH=1;align=left;spacingLeft=26;"+z(e,n)+q(e,n)+B(e)+F(e)+E(e)+h(e.Search)+f(e.Search)+b(e.Search);v.value=c(e.Search);break;case "UI2NumericStepperBlock":H=q(e,n);H=H.replace("strokeColor","fillColor");""==H&&(H="fillColor=#000000;");v.style+="shape=mxgraph.mockup.forms.spinner;spinLayout=right;spinStyle=normal;adjStyle=triangle;mainText=;align=left;spacingLeft=8;"+ -H+z(e,n)+q(e,n)+B(e)+F(e)+E(e)+h(e.Number)+f(e.Number)+b(e.Number);v.value=c(e.Number);break;case "UI2ButtonBarBlock":v.style+=z(e,n)+q(e,n)+B(e)+F(e)+E(e);r=[];x=[];T=u/e.Buttons;for(k=0;k<=e.Buttons-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(k*T,0,T,t),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Button_"+(k+1)])):(r[k]=new mxCell("",new mxGeometry(k*T,0,T,t),"strokeColor=none;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+A(e,n)+E(e), -x[k]=new mxCell("",new mxGeometry(0,0,T,t),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=q(e,n)+B(e)+F(e)+l(e["Button_"+(k+1)])),x[k].value=c(e["Button_"+(k+1)]);break;case "UI2VerticalButtonBarBlock":v.style+=z(e,n)+q(e,n)+B(e)+F(e)+E(e);r=[];x=[];J=t/e.Buttons;for(k=0;k<=e.Buttons-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(0,k*J,u,J),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Button_"+(k+1)])):(r[k]=new mxCell("", -new mxGeometry(0,k*J,u,J),"strokeColor=none;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+A(e,n)+E(e),x[k]=new mxCell("",new mxGeometry(0,0,u,J),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=q(e,n)+B(e)+F(e)+l(e["Button_"+(k+1)])),x[k].value=c(e["Button_"+(k+1)]);break;case "UI2LinkBarBlock":v.style+="strokeColor=none;fillColor=none;"+z(e,n)+q(e,n)+B(e)+F(e)+E(e);r=[];x=[];T=u/e.Links;for(k=0;k<e.Links;k++)0!=k?(x[k]=new mxCell("",new mxGeometry(k*T,0,T,t), -"shape=partialRectangle;top=0;bottom=0;right=0;fillColor=none;"),x[k].style+=z(e,n)+E(e)+q(e,n)+B(e)+F(e)):x[k]=new mxCell("",new mxGeometry(k*T,0,T,t),"fillColor=none;strokeColor=none;"),x[k].vertex=!0,v.insert(x[k]),x[k].style+=l(e["Link_"+(k+1)]),x[k].value=c(e["Link_"+(k+1)]);break;case "UI2BreadCrumbsBlock":v.style+="strokeColor=none;fillColor=none;"+z(e,n)+q(e,n)+B(e)+F(e)+E(e);r=[];x=[];T=u/e.Links;for(k=0;k<e.Links;k++)r[k]=new mxCell("",new mxGeometry(k*T,0,T,t),"fillColor=none;strokeColor=none;"), -r[k].vertex=!0,v.insert(r[k]),r[k].style+=l(e["Link_"+(k+1)]),r[k].value=c(e["Link_"+(k+1)]);for(k=1;k<e.Links;k++)x[k]=new mxCell("",new mxGeometry(k/e.Links,.5,6,10),"shape=mxgraph.ios7.misc.right;"),x[k].geometry.relative=!0,x[k].geometry.offset=new mxPoint(-3,-5),x[k].vertex=!0,v.insert(x[k]);break;case "UI2MenuBarBlock":v.style+="strokeColor=none;"+z(e,n)+A(e,n)+E(e);r=[];T=u/(e.Buttons+1);for(k=0;k<=e.Buttons-1;k++)r[k]=k!=e.Selected-1?new mxCell("",new mxGeometry(0,0,T,t),"strokeColor=none;fillColor=none;resizeHeight=1;"): -new mxCell("",new mxGeometry(0,0,T,t),"fillColor=#000000;fillOpacity=25;strokeColor=none;resizeHeight=1;"),r[k].geometry.relative=!0,r[k].geometry.offset=new mxPoint(k*T,0),r[k].vertex=!0,v.insert(r[k]),r[k].style+=l(e["MenuItem_"+(k+1)]),r[k].value=c(e["MenuItem_"+(k+1)]);break;case "UI2AtoZBlock":v.style+="fillColor=none;strokeColor=none;"+l(e.Text_0);v.value="0-9 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";break;case "UI2PaginationBlock":v.style+="fillColor=none;strokeColor=none;"+l(e.Text_prev); -v.value=c(e.Text_prev)+" ";for(k=0;k<e.Links;k++)v.value+=c(e["Link_"+(k+1)])+" ";v.value+=c(e.Text_next);break;case "UI2ContextMenuBlock":v.style+=z(e,n)+A(e,n)+q(e,n)+B(e)+F(e)+E(e);for(var I=[],$a=[],vb=[],J=t/e.Lines,M=null,k=0;k<e.Lines;k++)null!=e["Item_"+(k+1)]&&(null==M&&(M=""+h(e["Item_"+(k+1)])+f(e["Item_"+(k+1)])+b(e["Item_"+(k+1)])),I[k]=new mxCell("",new mxGeometry(0,k*t/e.Lines,u,J),"strokeColor=none;fillColor=none;spacingLeft=20;align=left;html=1;"),I[k].vertex=!0,v.insert(I[k]),I[k].style+= -M,I[k].value=c(e["Item_"+(k+1)])),null!=e.Icons[k+1]&&null!=I[k]&&("dot"==e.Icons[k+1]?($a[k]=new mxCell("",new mxGeometry(0,.5,8,8),"shape=ellipse;strokeColor=none;"),$a[k].geometry.offset=new mxPoint(6,-4)):"check"==e.Icons[k+1]&&($a[k]=new mxCell("",new mxGeometry(0,.5,7,8),"shape=mxgraph.mscae.general.checkmark;strokeColor=none;"),$a[k].geometry.offset=new mxPoint(6.5,-4)),null!=$a[k]&&($a[k].geometry.relative=!0,$a[k].vertex=!0,I[k].insert($a[k]),H=q(e,n),H=H.replace("strokeColor","fillColor"), -""==H&&(H="fillColor=#000000;"),$a[k].style+=H)),null!=e["Shortcut_"+(k+1)]&&(null==M&&(M=""+h(e["Shortcut_"+(k+1)])+f(e["Shortcut_"+(k+1)])+b(e["Shortcut_"+(k+1)])),vb[k]=new mxCell("",new mxGeometry(.6*u,k*t/e.Lines,.4*u,J),"strokeColor=none;fillColor=none;spacingRight=3;align=right;html=1;"),vb[k].vertex=!0,v.insert(vb[k]),vb[k].style+=M,vb[k].value=c(e["Shortcut_"+(k+1)])),null!=e.Dividers[k+1]&&(I[k]=new mxCell("",new mxGeometry(.05*u,k*t/e.Lines,.9*u,J),"shape=line;strokeWidth=0.25;"),I[k].vertex= -!0,v.insert(I[k]),I[k].style+=q(e,n));break;case "UI2ProgressBarBlock":v.style+="shape=mxgraph.mockup.misc.progressBar;fillColor2=#888888;barPos="+100*e.ScrollVal+";";break;case "UI2TooltipSquareBlock":v.style+="html=1;shape=callout;flipV=1;base=13;size=7;position=0.5;position2=0.66;rounded=1;arcSize="+e.RoundCorners+";"+z(e,n)+A(e,n)+q(e,n)+B(e)+F(e)+E(e)+l(e.Tip);v.value=c(e.Tip);break;case "UI2CalloutBlock":v.style+="shape=ellipse;"+z(e,n)+A(e,n)+q(e,n)+B(e)+F(e)+E(e)+l(e.Txt);v.value=c(e.Txt); -break;case "UI2AlertBlock":v.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v)+l(e.Txt);v.value=c(e.Txt);r=new mxCell("",new mxGeometry(0,0,u,30),"part=1;resizeHeight=0;");r.vertex=!0;v.insert(r);r.style+=M+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+l(e.Title);r.value=c(e.Title);x=new mxCell("",new mxGeometry(1,.5,20,20),"part=1;shape=ellipse;strokeColor=#008cff;resizable=0;fillColor=none;html=1;");x.geometry.relative=!0;x.geometry.offset=new mxPoint(-25,-10);x.vertex=!0;r.insert(x);for(var tc=45*e.Buttons+ -(10*e.Buttons-1),G=[],k=0;k<e.Buttons;k++)G[k]=new mxCell("",new mxGeometry(.5,1,45,20),"part=1;html=1;"),G[k].geometry.relative=!0,G[k].geometry.offset=new mxPoint(.5*-tc+55*k,-40),G[k].vertex=!0,v.insert(G[k]),G[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+l(e["Button_"+(k+1)]),G[k].value=c(e["Button_"+(k+1)]);break;case "UMLClassBlock":if(0==e.Simple){var M=A(e,n),ya=Math.round(.6*e.TitleHeight),M=M.replace("fillColor","swimlaneFillColor");""==M&&(M="swimlaneFillColor=#ffffff;");v.style+="swimlane;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+ -M+"startSize="+ya+";"+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+l(e.Title);v.value=c(e.Title);for(var I=[],ic=[],ua=ya/t,k=0;k<=e.Attributes;k++)0<k&&(ic[k]=new mxCell("",new mxGeometry(0,0,40,8),"line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;"),ic[k].vertex=!0,v.insert(ic[k])),J=0,k<e.Attributes?(J=e["Text"+(k+1)+"Percent"],ua+=J):J=1-ua,I[k]=new mxCell("",new mxGeometry(0,0,u,Math.round((t- -ya)*J)),"part=1;resizeHeight=0;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),I[k].vertex=!0,v.insert(I[k]),I[k].style+=M+z(e,n)+h(e["Text"+(k+1)])+f(e["Text"+(k+1)])+b(e["Text"+(k+1)]),I[k].value=c(e["Text"+(k+1)])}else v.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+l(e.Title),v.value=c(e.Title);break;case "ERDEntityBlock":M=A(e,n);ya=.6*e.Name_h;M=M.replace("fillColor","swimlaneFillColor"); -""==M&&(M="swimlaneFillColor=#ffffff;");v.style+="swimlane;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+M+"startSize="+ya+";"+z(e,n)+q(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+A(e,n);v.value=c(e.Name);I=[];ua=ya/t;for(k=0;k<e.Fields;k++)J=0,I[k]=new mxCell("",new mxGeometry(0,0,u,.6*e["Field"+(k+1)+"_h"]),"part=1;resizeHeight=0;strokeColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), -I[k].vertex=!0,v.insert(I[k]),I[k].style+=M+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),I[k].style=1==e.AltRows&&0!=k%2?I[k].style+"fillColor=#000000;opacity=5;":I[k].style+("fillColor=none;"+z(e,n)),I[k].value=c(e["Field"+(k+1)]);break;case "ERDEntityBlock2":M=A(e,n);ya=.6*e.Name_h;M=M.replace("fillColor","swimlaneFillColor");""==M&&(M="swimlaneFillColor=#ffffff;");v.style+="swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+M+"startSize="+ya+";"+ -z(e,n)+q(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+A(e,n);v.value=c(e.Name);var I=[],ca=[],ua=ya,Da=30;null!=e.Column1&&(Da=.6*e.Column1);for(k=0;k<e.Fields;k++)J=0,ca[k]=new mxCell("",new mxGeometry(0,ua,Da,.6*e["Key"+(k+1)+"_h"]),"strokeColor=none;part=1;resizeHeight=0;align=center;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),ca[k].vertex=!0,v.insert(ca[k]),ca[k].style+=M+ -h(e["Key"+(k+1)])+f(e["Key"+(k+1)])+b(e["Key"+(k+1)]),ca[k].style=1==e.AltRows&&0!=k%2?ca[k].style+"fillColor=#000000;fillOpacity=5;":ca[k].style+("fillColor=none;"+z(e,n)),ca[k].value=c(e["Key"+(k+1)]),I[k]=new mxCell("",new mxGeometry(Da,ua,u-Da,.6*e["Field"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),I[k].vertex=!0,v.insert(I[k]), -I[k].style+=M+q(e,n)+B(e)+F(e)+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),I[k].style=1==e.AltRows&&0!=k%2?I[k].style+"fillColor=#000000;fillOpacity=5;":I[k].style+("fillColor=none;"+z(e,n)),I[k].value=c(e["Field"+(k+1)]),ua+=.6*e["Key"+(k+1)+"_h"];break;case "ERDEntityBlock3":M=A(e,n);ya=.6*e.Name_h;M=M.replace("fillColor","swimlaneFillColor");""==M&&(M="swimlaneFillColor=#ffffff;");v.style+="swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+M+ -"startSize="+ya+";"+z(e,n)+q(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+A(e,n);v.value=c(e.Name);I=[];ca=[];ua=ya;Da=30;null!=e.Column1&&(Da=.6*e.Column1);for(k=0;k<e.Fields;k++)J=0,ca[k]=new mxCell("",new mxGeometry(0,ua,Da,.6*e["Field"+(k+1)+"_h"]),"strokeColor=none;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),ca[k].vertex=!0,v.insert(ca[k]), -ca[k].style+=M+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),ca[k].style=1==e.AltRows&&0!=k%2?ca[k].style+"fillColor=#000000;fillOpacity=5;":ca[k].style+("fillColor=none;"+z(e,n)),ca[k].value=c(e["Field"+(k+1)]),I[k]=new mxCell("",new mxGeometry(Da,ua,u-Da,.6*e["Type"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), -I[k].vertex=!0,v.insert(I[k]),I[k].style+=M+q(e,n)+B(e)+F(e)+h(e["Type"+(k+1)])+f(e["Type"+(k+1)])+b(e["Type"+(k+1)]),I[k].style=1==e.AltRows&&0!=k%2?I[k].style+"fillColor=#000000;fillOpacity=5;":I[k].style+("fillColor=none;"+z(e,n)),I[k].value=c(e["Type"+(k+1)]),ua+=.6*e["Field"+(k+1)+"_h"];break;case "ERDEntityBlock4":M=A(e,n);ya=.6*e.Name_h;M=M.replace("fillColor","swimlaneFillColor");""==M&&(M="swimlaneFillColor=#ffffff;");v.style+="swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+ -M+"startSize="+ya+";"+z(e,n)+q(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+A(e,n);v.value=c(e.Name);var I=[],ca=[],db=[],ua=ya,Da=30,ac=40;null!=e.Column1&&(Da=.6*e.Column1);null!=e.Column2&&(ac=.6*e.Column2);for(k=0;k<e.Fields;k++)J=0,ca[k]=new mxCell("",new mxGeometry(0,ua,Da,.6*e["Key"+(k+1)+"_h"]),"strokeColor=none;part=1;resizeHeight=0;align=center;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), -ca[k].vertex=!0,v.insert(ca[k]),ca[k].style+=M+h(e["Key"+(k+1)])+f(e["Key"+(k+1)])+b(e["Key"+(k+1)]),ca[k].style=1==e.AltRows&&0!=k%2?ca[k].style+"fillColor=#000000;fillOpacity=5;":ca[k].style+("fillColor=none;"+z(e,n)),ca[k].value=c(e["Key"+(k+1)]),I[k]=new mxCell("",new mxGeometry(Da,ua,u-Da-ac,.6*e["Field"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), -I[k].vertex=!0,v.insert(I[k]),I[k].style+=M+q(e,n)+B(e)+F(e)+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),I[k].style=1==e.AltRows&&0!=k%2?I[k].style+"fillColor=#000000;fillOpacity=5;":I[k].style+("fillColor=none;"+z(e,n)),I[k].value=c(e["Field"+(k+1)]),db[k]=new mxCell("",new mxGeometry(u-ac,ua,ac,.6*e["Type"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), -db[k].vertex=!0,v.insert(db[k]),db[k].style+=M+q(e,n)+B(e)+F(e)+h(e["Type"+(k+1)])+f(e["Type"+(k+1)])+b(e["Type"+(k+1)]),db[k].style=1==e.AltRows&&0!=k%2?db[k].style+"fillColor=#000000;fillOpacity=5;":db[k].style+("fillColor=none;"+z(e,n)),db[k].value=c(e["Type"+(k+1)]),ua+=.6*e["Key"+(k+1)+"_h"]}return v}var ja=["GSDFDProcessBlock","GSDFDProcessBlock2","RoundedRectangleContainerBlock","UI2ButtonBlock","UMLStateBlock"],Ha=["UMLActivationBlock"],Tb="VennPlainColor1 VennPlainColor2 VennPlainColor3 VennPlainColor4 VennPlainColor5 VennPlainColor6 VennPlainColor7 VennPlainColor8 VennGradientColor1 VennGradientColor2 VennGradientColor3 VennGradientColor4 VennGradientColor5 VennGradientColor6 VennGradientColor7 VennGradientColor8 UMLEndBlock DefaultTextBlockNew iOSButton".split(" "), -Ea="AWSAndroidBlock3 AWSiOSBlock3 AWSJavaBlock3 AWSJavaScript AWSNetBlock3 AWSNodeJSBlock3 AWSPHPBlock3 AWSPythonBlock3 AWSRubyBlock3 AWSXamarin AWSCLIBlock3 AWSEclipseToolkitBlock3 AWSVisualStudioToolkitBlock3 AWSWindowsPowershellToolkitBlock3 DefaultTextBlock RectangleContainerBlock UMLStartBlock UMLEndBlock DefaultTextBlockNew UMLHForkJoinBlock iOSButton".split(" "),fb="VennPlainColor1 VennPlainColor2 VennPlainColor3 VennPlainColor4 VennPlainColor5 VennPlainColor6 VennPlainColor7 VennPlainColor8 VennGradientColor1 VennGradientColor2 VennGradientColor3 VennGradientColor4 VennGradientColor5 VennGradientColor6 VennGradientColor7 VennGradientColor8".split(" "), -Ub=["AEUSBBlock","AGSCutandpasteBlock","iOSDeviceiPadLandscape","iOSDeviceiPadProLandscape"],Ia=["fpDoor"],wb={None:"none",Arrow:"block;endFill=1","Hollow Arrow":"block;endFill=0","Open Arrow":"open;","CFN ERD Zero Or More Arrow":"ERzeroToMany;startSize=10","CFN ERD One Or More Arrow":"ERoneToMany;startSize=10","CFN ERD Many Arrow":"ERmany;startSize=10","CFN ERD Exactly One Arrow":"ERmandOne;startSize=10","CFN ERD Zero Or One Arrow":"ERzeroToOne;startSize=10","CFN ERD One Arrow":"ERone;startSize=16", +"symbol=terminate;"}break;case "BPMNConversation":v.style+="shape=hexagon;perimeter=hexagonPerimeter2;"+z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+l(e);v.value=c(e.Text);v.style=0==e.bpmnConversationType?v.style+B(e):v.style+"strokeWidth=2;";e.bpmnIsSubConversation&&(q=new mxCell("",new mxGeometry(.5,1,12,12),"shape=plus;part=1;"),q.geometry.offset=new mxPoint(-6,-17),q.style+=z(e,n)+t(e,n),q.geometry.relative=!0,q.vertex=!0,v.insert(q));break;case "BPMNGateway":v.style+="shape=mxgraph.bpmn.shape;perimeter=rhombusPerimeter;background=gateway;"+ +z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+l(e);switch(e.bpmnGatewayType){case 0:v.style+="outline=none;symbol=general;";break;case 1:v.style+="outline=none;symbol=exclusiveGw;";break;case 2:v.style+="outline=catching;symbol=multiple;";break;case 3:v.style+="outline=none;symbol=parallelGw;";break;case 4:v.style+="outline=end;symbol=general;";break;case 5:v.style+="outline=standard;symbol=multiple;";break;case 6:v.style+="outline=none;symbol=complexGw;";break;case 7:v.style+="outline=standard;symbol=parallelMultiple;"}break; +case "BPMNData":v.style+="shape=note;size=14;"+z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+l(e);switch(e.bpmnDataType){case 1:q=new mxCell("",new mxGeometry(.5,1,12,10),"shape=parallelMarker;part=1;");q.geometry.offset=new mxPoint(-6,-15);q.style+=z(e,n)+t(e,n);q.geometry.relative=!0;q.vertex=!0;v.insert(q);break;case 2:q=new mxCell("",new mxGeometry(0,0,12,10),"shape=singleArrow;part=1;arrowWidth=0.4;arrowSize=0.4;");q.geometry.offset=new mxPoint(3,3);q.style+=z(e,n)+t(e,n);q.geometry.relative=!0;q.vertex=!0; +v.insert(q);v.style+="verticalLabelPosition=bottom;verticalAlign=top;";R=new mxCell("",new mxGeometry(0,0,u,20),"strokeColor=none;fillColor=none;");R.geometry.offset=new mxPoint(0,14);R.geometry.relative=!0;R.vertex=!0;v.insert(R);R.value=c(e.Text);R.style+=l(e);break;case 3:q=new mxCell("",new mxGeometry(0,0,12,10),"shape=singleArrow;part=1;arrowWidth=0.4;arrowSize=0.4;"),q.geometry.offset=new mxPoint(3,3),q.style+=t(e,n),q.geometry.relative=!0,q.vertex=!0,v.insert(q),I=t(e,n),I=I.replace("strokeColor", +"fillColor"),""==I&&(I="fillColor=#000000;"),q.style+=I,R=new mxCell("",new mxGeometry(0,0,u,20),"strokeColor=none;fillColor=none;"),R.geometry.offset=new mxPoint(0,14),R.geometry.relative=!0,R.vertex=!0,v.insert(R),R.value=c(e.Text),R.style+=l(e)}break;case "BPMNBlackPool":v.style+=z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(0,0,u,r),"fillColor=#000000;strokeColor=none;opacity=30;");q.vertex=!0;v.insert(q);break;case "DFDExternalEntityBlock":v.style+="strokeColor=none;fillColor=none;"; +q=new mxCell("",new mxGeometry(0,0,.95*u,.95*r),"part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e);x=new mxCell("",new mxGeometry(.05*u,.05*r,.95*u,.95*r),"part=1;");x.vertex=!0;v.insert(x);x.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e.Text);x.value=c(e.Text);break;case "GSDFDDataStoreBlock":v.style+="shape=partialRectangle;right=0;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e.Text);v.value=c(e.Text);q=new mxCell("",new mxGeometry(0,0,.2*u,r),"part=1;");q.vertex=!0;v.insert(q);q.style+= +t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e.Number);q.value=c(e.Number);break;case "VSMDedicatedProcessBlock":case "VSMProductionControlBlock":v.style+="shape=mxgraph.lean_mapping.manufacturing_process;spacingTop=15;";"VSMDedicatedProcessBlock"==w.Class?v.value=c(e.Text):"VSMProductionControlBlock"==w.Class&&(v.value=c(e.Resources));v.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+E(e)+C(e)+y(e);"VSMDedicatedProcessBlock"==w.Class&&(q=new mxCell("",new mxGeometry(0,1,11,9),"part=1;shape=mxgraph.lean_mapping.operator;"), +q.geometry.relative=!0,q.geometry.offset=new mxPoint(4,-13),q.vertex=!0,v.insert(q),q.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e));R=new mxCell("",new mxGeometry(0,0,u,15),"strokeColor=none;fillColor=none;part=1;");R.vertex=!0;v.insert(R);R.value=c(e.Title);R.style+=l(e.Title);break;case "VSMSharedProcessBlock":v.style+="shape=mxgraph.lean_mapping.manufacturing_process_shared;spacingTop=-5;verticalAlign=top;";v.value=c(e.Text);v.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+E(e)+p(e)+ +C(e);R=new mxCell("",new mxGeometry(.1*u,.3*r,.8*u,.6*r),"part=1;");R.vertex=!0;v.insert(R);R.value=c(e.Resource);R.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e.Resource);break;case "VSMWorkcellBlock":v.style+="shape=mxgraph.lean_mapping.work_cell;verticalAlign=top;spacingTop=-2;";v.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+E(e)+C(e);v.value=c(e.Text);break;case "VSMSafetyBufferStockBlock":case "VSMDatacellBlock":v.style+="strokeColor=none;fillColor=none;";var ta=r,La=parseInt(e.Cells), +N=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+"part=1;";0<La&&(ta/=La);J=[];ia=[];for(k=1;k<=La;k++)J[k]=new mxCell("",new mxGeometry(0,(k-1)*ta,u,ta),N),J[k].vertex=!0,v.insert(J[k]),J[k].value=c(e["cell_"+k]),J[k].style+=l(e["cell_"+k]);break;case "VSMInventoryBlock":v.style+="shape=mxgraph.lean_mapping.inventory_box;verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+p(e)+E(e)+C(e);v.value=c(e.Text);break;case "VSMSupermarketBlock":v.style+="strokeColor=none;"+ +z(e,n);ta=r;La=parseInt(e.Cells);N=t(e,n)+A(e,n)+B(e)+"part=1;fillColor=none;";0<La&&(ta/=La);J=[];Ha=[];for(k=1;k<=La;k++)J[k]=new mxCell("",new mxGeometry(.5*u,(k-1)*ta,.5*u,ta),"shape=partialRectangle;left=0;"+N),J[k].vertex=!0,v.insert(J[k]),Ha[k]=new mxCell("",new mxGeometry(0,(k-1)*ta,u,ta),"strokeColor=none;fillColor=none;part=1;"),Ha[k].vertex=!0,v.insert(Ha[k]),Ha[k].value=c(e["cell_"+k]),Ha[k].style+=l(e["cell_"+k]);break;case "VSMFIFOLaneBlock":v.style+="shape=mxgraph.lean_mapping.fifo_sequence_flow;fontStyle=0;fontSize=18"; +v.value="FIFO";break;case "VSMGoSeeProductionBlock":v.style+="shape=ellipse;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.17*u,.2*r,13,6),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;whiteSpace=wrap;html=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+z(e,n)+A(e,n)+B(e);break;case "VSMProductionKanbanBatchBlock":v.style+="strokeColor=none;fillColor=none;";N="shape=card;size=18;flipH=1;part=1;"+t(e,n)+z(e,n)+A(e,n)+B(e);q=new mxCell("", +new mxGeometry(.1*u,0,.9*u,.8*r),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;");q.vertex=!0;v.insert(q);q.style+=N;x=new mxCell("",new mxGeometry(.05*u,.1*r,.9*u,.8*r),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;");x.vertex=!0;v.insert(x);x.style+=N;var H=new mxCell("",new mxGeometry(0,.2*r,.9*u,.8*r),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;whiteSpace=wrap;html=1;spacing=2;");H.vertex=!0;v.insert(H);H.style+=N+ +l(e);H.value=c(e.Text);break;case "AWSRoundedRectangleContainerBlock2":v.style+="strokeColor=none;fillColor=none;";e.Spotfleet?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,35,40),"strokeColor=none;shape=mxgraph.aws3.spot_instance;fillColor=#f58536;"), +x.geometry.relative=!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.Beanstalk?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,30,40),"strokeColor=none;shape=mxgraph.aws3.elastic_beanstalk;fillColor=#759C3E;"), +x.geometry.relative=!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.EC2?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,32,40),"strokeColor=none;shape=mxgraph.aws3.ec2;fillColor=#F58534;"),x.geometry.relative= +!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.Subnet?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,32,40),"strokeColor=none;shape=mxgraph.aws3.permissions;fillColor=#146EB4;"),x.geometry.relative= +!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.VPC?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,60,40),"strokeColor=none;shape=mxgraph.aws3.virtual_private_cloud;fillColor=#146EB4;"),x.geometry.relative= +!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.AWS?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,60,40),"strokeColor=none;shape=mxgraph.aws3.cloud;fillColor=#F58534;"),x.geometry.relative=!0,x.geometry.offset= +new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.Corporate?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,25,40),"strokeColor=none;shape=mxgraph.aws3.corporate_data_center;fillColor=#7D7C7C;"),x.geometry.relative=!0,x.geometry.offset= +new mxPoint(30,0),x.vertex=!0,v.insert(x)):(v.style="resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"+t(e,n)+l(e.Title)+F(e)+B(e),v.value=c(e.Title));break;case "AWSElasticComputeCloudBlock2":v.style+="strokeColor=none;shape=mxgraph.aws3.ec2;verticalLabelPosition=bottom;align=center;verticalAlign=top;"+l(e.Title)+z(e,n)+A(e,n)+D(e);v.value=c(e.Title);break;case "AWSRoute53Block2":v.style+="strokeColor=none;shape=mxgraph.aws3.route_53;verticalLabelPosition=bottom;align=center;verticalAlign=top;"+ +l(e.Title)+z(e,n)+A(e,n)+D(e);v.value=c(e.Title);break;case "AWSRDBSBlock2":v.style+="strokeColor=none;shape=mxgraph.aws3.rds;verticalLabelPosition=bottom;align=center;verticalAlign=top;"+l(e.Title)+z(e,n)+A(e,n)+D(e);v.value=c(e.Title);break;case "NET_RingNetwork":v.style+="strokeColor=none;fillColor=none;";var V=new mxCell("",new mxGeometry(.25*u,.25*r,.5*u,.5*r),"html=1;shape=ellipse;perimeter=ellipsePerimeter;strokeColor=#29AAE1;strokeWidth=2;");V.vertex=!0;v.insert(V);var aa=[V];V.style+=z(e, +n);var S=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=none;dashed=0;html=1;strokeColor=#29AAE1;strokeWidth=2;");S.geometry.relative=!0;S.edge=!0;Aa(.5*u,0,S,M,L,aa,v,V);Aa(.855*u,.145*r,S,M,L,aa,v,V);Aa(u,.5*r,S,M,L,aa,v,V);Aa(.855*u,.855*r,S,M,L,aa,v,V);Aa(.5*u,r,S,M,L,aa,v,V);Aa(.145*u,.855*r,S,M,L,aa,v,V);Aa(0,.5*r,S,M,L,aa,v,V);Aa(.145*u,.145*r,S,M,L,aa,v,V);break;case "NET_Ethernet":v.style+="strokeColor=none;fillColor=none;";V=new mxCell("",new mxGeometry(0,.5*r- +10,u,20),"shape=mxgraph.networks.bus;gradientColor=none;gradientDirection=north;fontColor=#ffffff;perimeter=backbonePerimeter;backboneSize=20;fillColor=#29AAE1;strokeColor=#29AAE1;");V.vertex=!0;v.insert(V);aa=[V];S=new mxCell("",new mxGeometry(0,0,0,0),"strokeColor=#29AAE1;edgeStyle=none;rounded=0;endArrow=none;html=1;strokeWidth=2;");S.geometry.relative=!0;S.edge=!0;for(var aa=[V],Nb=u/e.NumTopNodes,k=0;k<e.NumTopNodes;k++)Aa(.5*Nb+k*Nb,0,S,M,L,aa,v,V);Nb=u/e.NumBottomNodes;for(k=0;k<e.NumBottomNodes;k++)Aa(.5* +Nb+k*Nb,r,S,M,L,aa,v,V);break;case "EE_OpAmp":v.style+="shape=mxgraph.electrical.abstract.operational_amp_1;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e);v.value=c(e.Title);e.ToggleCharge&&(v.style+="flipV=1;");break;case "EIMessageChannelBlock":case "EIDatatypeChannelBlock":case "EIInvalidMessageChannelBlock":case "EIDeadLetterChannelBlock":case "EIGuaranteedDeliveryBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);"EIMessageChannelBlock"== +w.Class?(q=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.messageChannel;fillColor=#818181;part=1;"),q.geometry.offset=new mxPoint(.45*-u,0)):"EIDatatypeChannelBlock"==w.Class?(q=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.dataChannel;fillColor=#818181;part=1;"),q.geometry.offset=new mxPoint(.45*-u,0)):"EIInvalidMessageChannelBlock"==w.Class?(q=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.invalidMessageChannel;fillColor=#818181;part=1;"),q.geometry.offset= +new mxPoint(.45*-u,0)):"EIDeadLetterChannelBlock"==w.Class?(q=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.deadLetterChannel;fillColor=#818181;part=1;"),q.geometry.offset=new mxPoint(.45*-u,0)):"EIGuaranteedDeliveryBlock"==w.Class&&(q=new mxCell("",new mxGeometry(.5,.5,20,27),"shape=cylinder;fillColor=#818181;part=1;"),q.geometry.offset=new mxPoint(-10,-7));q.geometry.relative=!0;q.vertex=!0;v.insert(q);q.style+=t(e,n)+A(e,n)+B(e);S=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;"); +S.geometry.relative=!0;S.edge=!0;ca(.15*u,.25*r,.85*u,.25*r,S,M,L,aa,v,V);break;case "EIChannelAdapterBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(0,.07*r,.21*u,.86*r),"fillColor=#FFFF33;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+A(e,n)+B(e)+F(e);x=new mxCell("",new mxGeometry(.26*u,.09*r,.2*u,.82*r),"shape=mxgraph.eip.channel_adapter;fillColor=#4CA3D9;part=1;");x.vertex=!0;v.insert(x); +x.style+=t(e,n)+A(e,n)+B(e)+F(e);H=new mxCell("",new mxGeometry(1,.5,.35*u,20),"shape=mxgraph.eip.messageChannel;fillColor=#818181;part=1;");H.geometry.relative=!0;H.geometry.offset=new mxPoint(.4*-u,-10);H.vertex=!0;v.insert(H);H.style+=t(e,n)+A(e,n)+B(e)+F(e);P=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=1;exitY=0.5;entryX=0;entryY=0.5;endArrow=none;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=2;");P.geometry.relative=!0;P.edge=!0;q.insertEdge(P,!0);x.insertEdge(P, +!1);P.style+=t(e,n);M.push(L.addCell(P,null,null,null,null));O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=1;exitY=0.5;entryX=0;entryY=0.5;endArrow=block;startArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=2;startFill=1;startSize=2;");O.geometry.relative=!0;O.edge=!0;x.insertEdge(O,!0);H.insertEdge(O,!1);M.push(L.addCell(O,null,null,null,null));break;case "EIMessageBlock":case "EICommandMessageBlock":case "EIDocumentMessageBlock":case "EIEventMessageBlock":v.style+= +"strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;"+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(0,0,17,17),"shape=ellipse;fillColor=#808080;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);for(var Ob=e.Messages,ec=(r-17)/Ob,x=[],S=[],k=0;k<Ob;k++){var Pb=ec*(k+1)-3;x[k]=new mxCell("",new mxGeometry(u-20,Pb,20,20),"part=1;");x[k].vertex=!0;v.insert(x[k]);x[k].style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e);switch(w.Class){case "EIMessageBlock":x[k].value=c(e["message_"+ +(k+1)]);x.style+=l(e["message_"+(k+1)]);break;case "EICommandMessageBlock":x[k].value="C";x[k].style+="fontStyle=1;fontSize=11;";break;case "EIDocumentMessageBlock":x[k].value="D";x[k].style+="fontStyle=1;fontSize=11;";break;case "EIEventMessageBlock":x[k].value="E",x[k].style+="fontStyle=1;fontSize=11;"}S[k]=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;");S[k].geometry.relative=!0;S[k].edge=!0;q.insertEdge(S[k],!1); +x[k].insertEdge(S[k],!0);S[k].style+=t(e,n)+B(e);var eb=[];eb.push(new mxPoint(ga+8.5,fa+Pb+10));S[k].geometry.points=eb;M.push(L.addCell(S[k],null,null,null,null))}break;case "EIMessageEndpointBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.45*u,.25*r,.3*u,.5*r),"part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+A(e,n)+B(e);S=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;"); +S.geometry.relative=!0;S.edge=!0;ca(0,.5*r,.4*u,.5*r,S,M,L,aa,v,V);break;case "EIPublishSubscribeChannelBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);var P=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");P.geometry.relative=!0;P.edge=!0;ca(.05*u,.5*r,.85*u,.5*r,P,M,L,aa,v,V);var O=new mxCell("",new mxGeometry(0,0,0,0), +"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");O.geometry.relative=!0;O.edge=!0;ca(.05*u,.5*r,.85*u,.15*r,O,M,L,aa,v,V);var W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");W.geometry.relative=!0;W.edge=!0;ca(.05*u,.5*r,.85*u,.85*r,W,M,L,aa,v,V);break;case "EIMessageBusBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ +t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);P=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;");P.geometry.relative=!0;P.edge=!0;P.style+=t(e,n);ca(.05*u,.5*r,.95*u,.5*r,P,M,L,aa,v,V);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;"); +O.geometry.relative=!0;O.edge=!0;O.style+=t(e,n);ca(.3*u,.1*r,.3*u,.5*r,O,M,L,aa,v,V);W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;");W.geometry.relative=!0;W.edge=!0;W.style+=t(e,n);ca(.7*u,.1*r,.7*u,.5*r,W,M,L,aa,v,V);var ka=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;"); +ka.geometry.relative=!0;ka.edge=!0;ka.style+=t(e,n);ca(.5*u,.5*r,.5*u,.9*r,ka,M,L,aa,v,V);break;case "EIRequestReplyBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.2*u,.21*r,.16*u,.24*r),"part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+A(e,n)+B(e);P=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;"); +P.geometry.relative=!0;P.edge=!0;ca(.45*u,.33*r,.8*u,.33*r,P,M,L,aa,v,V);x=new mxCell("",new mxGeometry(.64*u,.55*r,.16*u,.24*r),"part=1;");x.vertex=!0;v.insert(x);x.style+=t(e,n)+A(e,n)+B(e);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");O.geometry.relative=!0;O.edge=!0;ca(.55*u,.67*r,.2*u,.67*r,O,M,L,aa,v,V);break;case "EIReturnAddressBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ +t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.1*u,.15*r,.8*u,.7*r),"part=1;shape=mxgraph.eip.retAddr;fillColor=#FFE040;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+A(e,n)+B(e);break;case "EICorrelationIDBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.04*u,.06*r,.18*u,.28*r),"shape=ellipse;fillColor=#808080;part=1;");q.vertex=!0;v.insert(q);q.style+= +t(e,n)+B(e);x=new mxCell("",new mxGeometry(.2*u,.56*r,.2*u,.32*r),"part=1;");x.vertex=!0;v.insert(x);x.style+=t(e,n)+A(e,n)+B(e)+F(e);x.value="A";x.style+="fontStyle=1;fontSize=11;";P=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;part=1;");P.geometry.relative=!0;P.edge=!0;q.insertEdge(P,!1);x.insertEdge(P,!0);P.style+=t(e,n)+B(e);eb=[];eb.push(new mxPoint(ga+.13*u,fa+.72*r));P.geometry.points=eb;M.push(L.addCell(P,null, +null,null,null));H=new mxCell("",new mxGeometry(.6*u,.06*r,.18*u,.28*r),"shape=ellipse;fillColor=#808080;part=1;");H.vertex=!0;v.insert(H);H.style+=t(e,n)+B(e);Q=new mxCell("",new mxGeometry(.76*u,.56*r,.2*u,.32*r),"part=1;");Q.vertex=!0;v.insert(Q);Q.style+=t(e,n)+A(e,n)+B(e)+F(e);Q.value="B";Q.style+="fontStyle=1;fontSize=11;";O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;part=1;");O.geometry.relative=!0;O.edge=!0; +H.insertEdge(O,!1);Q.insertEdge(O,!0);O.style+=t(e,n)+B(e);var pc=[];pc.push(new mxPoint(ga+.69*u,fa+.72*r));O.geometry.points=pc;M.push(L.addCell(O,null,null,null,null));W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;endSize=6;part=1;");W.geometry.relative=!0;W.edge=!0;q.insertEdge(W,!1);H.insertEdge(W,!0);W.style+=t(e,n)+B(e);M.push(L.addCell(W,null,null,null,null));break;case "EIMessageSequenceBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ +t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("1",new mxGeometry(.2*u,.4*r,.1*u,.19*r),"fontStyle=1;fontSize=11;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);x=new mxCell("2",new mxGeometry(.45*u,.4*r,.1*u,.19*r),"fontStyle=1;fontSize=11;part=1;");x.vertex=!0;v.insert(x);x.style+=t(e,n)+B(e);H=new mxCell("3",new mxGeometry(.7*u,.4*r,.1*u,.19*r),"fontStyle=1;fontSize=11;part=1;");H.vertex=!0;v.insert(H);H.style+=t(e,n)+B(e);P=new mxCell("",new mxGeometry(0,0,0,0), +"curved=1;endArrow=block;html=1;endSize=3;part=1;");q.insertEdge(P,!1);x.insertEdge(P,!0);P.geometry.points=[new mxPoint(ga+.375*u,fa+.15*r)];P.geometry.relative=!0;P.edge=!0;P.style+=t(e,n)+B(e);M.push(L.addCell(P,null,null,null,null));O=new mxCell("",new mxGeometry(0,0,0,0),"curved=1;endArrow=block;html=1;endSize=3;part=1;");x.insertEdge(O,!1);H.insertEdge(O,!0);O.geometry.points=[new mxPoint(ga+.675*u,fa+.15*r)];O.geometry.relative=!0;O.edge=!0;O.style+=t(e,n)+B(e);M.push(L.addCell(O,null,null, +null,null));break;case "EIMessageExpirationBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.3*u,.2*r,.4*u,.6*r),"shape=mxgraph.ios7.icons.clock;flipH=1;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);break;case "EIMessageBrokerBlock":v.style+="strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;"+h(e)+f(e)+b(e)+a(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.38* +u,.42*r,.24*u,.16*r),"part=1;fillColor=#aefe7d;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);x=new mxCell("",new mxGeometry(.38*u,0,.24*u,.16*r),"part=1;");x.vertex=!0;v.insert(x);x.style+=z(e,n)+t(e,n)+B(e);H=new mxCell("",new mxGeometry(.76*u,.23*r,.24*u,.16*r),"part=1;");H.vertex=!0;v.insert(H);H.style=x.style;var Q=new mxCell("",new mxGeometry(.76*u,.61*r,.24*u,.16*r),"part=1;");Q.vertex=!0;v.insert(Q);Q.style=x.style;var Xb=new mxCell("",new mxGeometry(.38*u,.84*r,.24*u,.16*r),"part=1;");Xb.vertex= +!0;v.insert(Xb);Xb.style=x.style;var Yb=new mxCell("",new mxGeometry(0,.61*r,.24*u,.16*r),"part=1;");Yb.vertex=!0;v.insert(Yb);Yb.style=x.style;var Zb=new mxCell("",new mxGeometry(0,.23*r,.24*u,.16*r),"part=1;");Zb.vertex=!0;v.insert(Zb);Zb.style=x.style;P=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");q.insertEdge(P,!1);x.insertEdge(P,!0);P.edge=!0;P.style+=t(e,n)+B(e);M.push(L.addCell(P,null,null,null,null));O=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");q.insertEdge(O, +!1);H.insertEdge(O,!0);O.edge=!0;O.style+=t(e,n)+B(e);M.push(L.addCell(O,null,null,null,null));W=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");q.insertEdge(W,!1);Q.insertEdge(W,!0);W.edge=!0;W.style+=t(e,n)+B(e);M.push(L.addCell(W,null,null,null,null));ka=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");q.insertEdge(ka,!1);Xb.insertEdge(ka,!0);ka.edge=!0;ka.style+=t(e,n)+B(e);M.push(L.addCell(ka,null,null,null,null));var tb=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;"); +q.insertEdge(tb,!1);Yb.insertEdge(tb,!0);tb.edge=!0;tb.style+=t(e,n)+B(e);M.push(L.addCell(tb,null,null,null,null));var ub=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");q.insertEdge(ub,!1);Zb.insertEdge(ub,!0);ub.edge=!0;ub.style+=t(e,n)+B(e);M.push(L.addCell(ub,null,null,null,null));break;case "EIDurableSubscriberBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);P=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;endFill=1;endSize=6;"); +P.geometry.relative=!0;P.edge=!0;ca(.05*u,.5*r,.6*u,.25*r,P,M,L,aa,v,V);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;endFill=1;endSize=6;");O.geometry.relative=!0;O.edge=!0;ca(.05*u,.5*r,.6*u,.75*r,O,M,L,aa,v,V);q=new mxCell("",new mxGeometry(.7*u,.1*r,.15*u,.32*r),"shape=mxgraph.eip.durable_subscriber;part=1;fillColor=#818181;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);break;case "EIControlBusBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ +t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.25*u,.25*r,.5*u,.5*r),"shape=mxgraph.eip.control_bus;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);break;case "EIMessageHistoryBlock":v.style+="strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;"+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(0,0,17,17),"shape=ellipse;fillColor=#808080;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);H=new mxCell("",new mxGeometry(u- +45,30,30,20),"shape=mxgraph.mockup.misc.mail2;fillColor=#FFE040;part=1;");H.vertex=!0;v.insert(H);H.style+=t(e,n)+B(e);W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;");W.geometry.relative=!0;W.edge=!0;q.insertEdge(W,!1);H.insertEdge(W,!0);W.style+=t(e,n)+B(e);W.geometry.points=[new mxPoint(ga+8.5,fa+40)];M.push(L.addCell(W,null,null,null,null));Q=new mxCell("",new mxGeometry(u-45,r-20,20,20),"part=1;");Q.vertex=!0; +v.insert(Q);Q.value=c(e.message_0);Q.style+=l(e.message_0);Q.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e);ka=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;");ka.geometry.relative=!0;ka.edge=!0;q.insertEdge(ka,!1);Q.insertEdge(ka,!0);ka.style+=t(e,n)+B(e);ka.geometry.points=[new mxPoint(ga+8.5,fa+r-10)];M.push(L.addCell(ka,null,null,null,null));Ob=e.HistoryMessages;ec=(r-75)/Ob;x=[];S=[];for(k=0;k<Ob;k++)Pb=ec*(k+1)+30, +x[k]=new mxCell("",new mxGeometry(u-20,Pb,20,20),"part=1;"),x[k].vertex=!0,x[k].value=c(e["message_"+(k+1)]),x.style+=l(e["message_"+(k+1)]),v.insert(x[k]),x[k].style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e),S[k]=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;"),S[k].geometry.relative=!0,S[k].edge=!0,H.insertEdge(S[k],!1),x[k].insertEdge(S[k],!0),S[k].style+=t(e,n)+B(e),eb=[],eb.push(new mxPoint(ga+u-30,fa+Pb+10)),S[k].geometry.points= +eb,M.push(L.addCell(S[k],null,null,null,null));break;case "fpDoor":v.style+="shape=mxgraph.floorplan.doorRight;"+t(e,n)+A(e,n)+D(e)+B(e)+G(e,n,v);F(e);0>e.DoorAngle&&(v.style+="flipV=1;");break;case "fpDoubleDoor":v.style+="shape=mxgraph.floorplan.doorDouble;"+t(e,n)+A(e,n)+D(e)+B(e)+G(e,n,v)+F(e);0<e.DoorAngle&&(v.style+="flipV=1;");break;case "fpRestroomLights":v.style+="strokeColor=none;fillColor=none;"+G(e,n,v);q=new mxCell("",new mxGeometry(0,0,u,.25*r),"part=1;");q.vertex=!0;v.insert(q);q.style+= +t(e,n)+z(e,n)+B(e)+A(e,n)+D(e)+F(e);for(var x=[],qc=.02*u,fc=(u-2*qc)/e.LightCount,rc=.8*fc,k=0;k<e.LightCount;k++)x[k]=new mxCell("",new mxGeometry(qc+fc*k+(fc-rc)/2,.25*r,rc,.75*r),"part=1;shape=ellipse;"),x[k].vertex=!0,v.insert(x[k]),x[k].style+=t(e,n)+z(e,n)+B(e)+A(e,n)+D(e)+F(e);break;case "fpRestroomSinks":v.style+="strokeColor=none;fillColor=none;"+G(e,n,v);for(var q=[],sc=u/e.SinkCount,k=0;k<e.SinkCount;k++)q[k]=new mxCell("",new mxGeometry(sc*k,0,sc,r),"part=1;shape=mxgraph.floorplan.sink_2;"), +q[k].vertex=!0,v.insert(q[k]),q[k].style+=t(e,n)+z(e,n)+B(e)+A(e,n)+D(e)+F(e);break;case "fpRestroomStalls":v.style+="strokeColor=none;fillColor=none;";var xa=.1*u/e.StallCount,q=new mxCell("",new mxGeometry(0,0,xa,r),"fillColor=#000000;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);for(var Fa=(u-xa)/e.StallCount,gc=[],Qb=[],Rb=[],Sb=[],I=t(e,n),I=""==I?"#000000;":I.replace("stokreColor=",""),bc="part=1;fillColor="+I+t(e,n)+B(e),hc=z(e,n)+t(e,n)+B(e),k=0;k<e.StallCount;k++)gc[k]=new mxCell("", +new mxGeometry((k+1)*Fa,0,xa,r),bc),gc[k].vertex=!0,v.insert(gc[k]),Rb[k]=new mxCell("",new mxGeometry(xa+k*Fa+.05*(Fa-xa),r-.92*(Fa-xa),.9*(Fa-xa),.92*(Fa-xa)),"shape=mxgraph.floorplan.doorRight;flipV=1;part=1;"),Rb[k].vertex=!0,v.insert(Rb[k]),Rb[k].style+=hc,Qb[k]=new mxCell("",new mxGeometry(xa+k*Fa+.2*(Fa-xa),0,.6*(Fa-xa),.8*(Fa-xa)),"shape=mxgraph.floorplan.toilet;part=1;"),Qb[k].vertex=!0,v.insert(Qb[k]),Qb[k].style+=hc,Sb[k]=new mxCell("",new mxGeometry(xa+k*Fa,.42*r,.15*(Fa-xa),.12*(Fa-xa)), +"part=1;"),Sb[k].vertex=!0,v.insert(Sb[k]),Sb[k].style+=hc;break;case "PEOneToMany":v.style+="strokeColor=none;fillColor=none;";var $b="edgeStyle=none;endArrow=none;part=1;"+t(e,n)+B(e)+A(e,n)+D(e)+F(e),I=t(e,n),I=""==I?"#000000;":I.replace("stokreColor=",""),ic="shape=triangle;part=1;fillColor="+I+t(e,n)+B(e)+A(e,n)+D(e)+F(e),P=new mxCell("",new mxGeometry(0,0,0,0),$b);P.geometry.relative=!0;P.edge=!0;ca(0,.5*r,.65*u,.5*r,P,M,L,aa,v,V);for(var K=r/e.numLines,O=[],ib=[],k=0;k<e.numLines;k++)O[k]= +new mxCell("",new mxGeometry(0,0,0,0),$b),O[k].geometry.relative=!0,O[k].edge=!0,ca(.65*u,.5*r,.96*u,(k+.5)*K,O[k],M,L,aa,v,V),ib[k]=new mxCell("",new mxGeometry(.95*u,(k+.2)*K,.05*u,.6*K),ic),ib[k].vertex=!0,v.insert(ib[k]);break;case "PEMultilines":v.style+="strokeColor=none;fillColor=none;";$b="edgeStyle=none;endArrow=none;part=1;"+t(e,n)+B(e)+A(e,n)+D(e)+F(e);I=t(e,n);I=""==I?"#000000;":I.replace("stokreColor=","");ic="shape=triangle;part=1;fillColor="+I+t(e,n)+B(e)+A(e,n)+D(e)+F(e);K=r/e.numLines; +O=[];ib=[];for(k=0;k<e.numLines;k++)O[k]=new mxCell("",new mxGeometry(0,0,0,0),$b),O[k].geometry.relative=!0,O[k].edge=!0,ca(0,(k+.5)*K,.96*u,(k+.5)*K,O[k],M,L,aa,v,V),ib[k]=new mxCell("",new mxGeometry(.95*u,(k+.2)*K,.05*u,.6*K),ic),ib[k].vertex=!0,v.insert(ib[k]);break;case "PEVesselBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+B(e)+A(e,n)+D(e)+F(e)+l(e);v.value=c(e.Text);switch(e.vesselType){case 1:v.style+="shape=mxgraph.pid.vessels.pressurized_vessel;";break; +case 2:v.style+="shape=hexagon;perimeter=hexagonPerimeter2;size=0.10;direction=south;"}break;case "PEClosedTankBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+B(e)+A(e,n)+D(e)+F(e)+l(e);v.value=c(e.Text);1==e.peakedRoof&&0==e.stumpType?v.style+="shape=mxgraph.pid.vessels.tank_(conical_roof);":1==e.stumpType&&(v.style+="shape=mxgraph.pid.vessels.tank_(boot);");break;case "PEColumnBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+B(e)+A(e, +n)+D(e)+F(e)+l(e);v.value=c(e.Text);v.style=0==e.columnType?v.style+"shape=mxgraph.pid.vessels.pressurized_vessel;":v.style+"shape=mxgraph.pid.vessels.tank;";break;case "PECompressorTurbineBlock":v.style+="strokeColor=none;fillColor=none;"+G(e,n,v)+l(e);v.value=c(e.Text);N=t(e,n)+z(e,n)+B(e)+A(e,n)+D(e)+F(e);q=new mxCell("",new mxGeometry(0,.2*r,u,.6*r),"part=1;shape=trapezoid;perimeter=trapezoidPerimeter;direction=south;");q.vertex=!0;v.insert(q);q.style+=N;N+="endSize=4;endArrow=block;endFill=1;"; +0==e.compressorType?(P=new mxCell("",new mxGeometry(0,0,0,0),""),P.geometry.relative=!0,P.edge=!0,P.style+=N,ca(0,0,0,.2*r,P,M,L,aa,v,V),O=new mxCell("",new mxGeometry(0,0,0,0),""),O.geometry.relative=!0,O.edge=!0,O.style+=N,ca(u,.67*r,u,r,O,M,L,aa,v,V)):(q.style+="flipH=1;",P=new mxCell("",new mxGeometry(0,0,0,0),""),P.geometry.relative=!0,P.edge=!0,P.style+=N,ca(0,0,0,.33*r,P,M,L,aa,v,V),O=new mxCell("",new mxGeometry(0,0,0,0),""),O.geometry.relative=!0,O.edge=!0,O.style+=N,ca(u,.8*r,u,r,O,M,L, +aa,v,V));1==e.centerLineType&&(W=new mxCell("",new mxGeometry(0,0,0,0),""),W.geometry.relative=!0,W.edge=!0,W.style+=N,ca(.2*u,.5*r,.8*u,.5*r,W,M,L,aa,v,V));break;case "PEMotorDrivenTurbineBlock":N=t(e,n)+z(e,n)+B(e)+A(e,n)+F(e);v.style+="shape=ellipse;"+D(e)+G(e,n,v)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.2*u,.2*r,.6*u,.6*r),"part=1;shape=trapezoid;perimeter=trapezoidPerimeter;direction=south;");q.vertex=!0;v.insert(q);q.style+=N;break;case "PEIndicatorBlock":case "PEIndicator2Block":case "PESharedIndicatorBlock":case "PEComputerIndicatorBlock":case "PESharedIndicator2Block":case "PEProgrammableIndicatorBlock":N= +A(e,n);v.style+=N+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v);switch(w.Class){case "PEIndicatorBlock":v.style+="shape=mxgraph.pid2inst.discInst;";break;case "PEIndicator2Block":v.style+="shape=mxgraph.pid2inst.indicator;indType=inst;";break;case "PESharedIndicatorBlock":v.style+="shape=mxgraph.pid2inst.sharedCont;";break;case "PEComputerIndicatorBlock":v.style+="shape=mxgraph.pid2inst.compFunc;";break;case "PESharedIndicator2Block":v.style+="shape=mxgraph.pid2inst.indicator;indType=ctrl;";break;case "PEProgrammableIndicatorBlock":v.style+= +"shape=mxgraph.pid2inst.progLogCont;"}"PEIndicator2Block"==w.Class||"PESharedIndicator2Block"==w.Class?(q=new mxCell("",new mxGeometry(0,0,u,.5*u),"part=1;strokeColor=none;fillColor=none;"),q.vertex=!0,v.insert(q),q.style+=N+l(e.TopText),q.value=c(e.TopText),x=new mxCell("",new mxGeometry(0,.5*u,u,.5*u),"part=1;strokeColor=none;fillColor=none;")):(q=new mxCell("",new mxGeometry(0,0,u,.5*r),"part=1;strokeColor=none;fillColor=none;"),q.vertex=!0,v.insert(q),q.style+=N+l(e.TopText),q.value=c(e.TopText), +x=new mxCell("",new mxGeometry(0,.5*r,u,.5*r),"part=1;strokeColor=none;fillColor=none;"));x.vertex=!0;v.insert(x);x.style+=N;l(e.BotText);x.value=c(e.BotText);switch(e.instrumentLocation){case 0:v.style+="mounting=field;";break;case 1:v.style+="mounting=inaccessible;";break;case 2:v.style+="mounting=room;";break;case 3:v.style+="mounting=local;"}break;case "PEGateValveBlock":case "PEGlobeValveBlock":case "PEAngleValveBlock":case "PEAngleGlobeValveBlock":case "PEPoweredValveBlock":var jc=!1;"PEPoweredValveBlock"== +w.Class?1!=e.poweredHandOperated&&(jc=!0):1!=e.handOperated&&(jc=!0);if(jc){var e=m(w).Properties,X=e.BoundingBox,cc=X.h;X.h="PEAngleValveBlock"==w.Class||"PEAngleGlobeValveBlock"==w.Class?.7*X.h:.6*X.h;v=new mxCell("",new mxGeometry(Math.round(.6*X.x+0),Math.round(.6*(X.y+cc-X.h)+0),Math.round(.6*X.w),Math.round(.6*X.h)),"");v.vertex=!0;Z(v,w)}if("PEPoweredValveBlock"==w.Class)v.style+="shape=mxgraph.pid2valves.valve;verticalLabelPosition=bottom;verticalAlign=top;"+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+ +D(e)+G(e,n,v),1==e.poweredHandOperated?(v.style+="valveType=gate;actuator=powered;",q=new mxCell("",new mxGeometry(.325*u,0,.35*u,.35*r),"part=1;strokeColor=none;fillColor=none;spacingTop=2;"),q.vertex=!0,v.insert(q),q.style+=N+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+"fontSize=6;"+f(e.PoweredText)+b(e.PoweredText)+a(e.PoweredText)+d(e.PoweredText)+g(e.PoweredText)+E(e.PoweredText)+C(e.PoweredText)+y(e.PoweredText),q.value=c(e.PoweredText)):v.style+="valveType=gate;";else{v.style+="verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.pid2valves.valve;"+ +A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v)+h(e)+f(e)+b(e)+a(e);v.value=c(e.Text);switch(w.Class){case "PEGateValveBlock":v.style+="valveType=gate;";break;case "PEGlobeValveBlock":v.style+="valveType=globe;";break;case "PEAngleValveBlock":v.style+="valveType=angle;";break;case "PEAngleGlobeValveBlock":v.style+="valveType=angleGlobe;flipH=1;"}1==e.handOperated&&(v.style+="actuator=man;")}break;case "UI2BrowserBlock":v.style+="shape=mxgraph.mockup.containers.browserWindow;mainText=;"+A(e,n)+t(e,n)+ +z(e,n)+B(e)+F(e)+D(e)+G(e,n,v);1==e.vScroll&&(H=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-130),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,r-110),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),H.geometry.relative=!0,H.geometry.offset=new mxPoint(-20,110),H.vertex=!0,v.insert(H),v.style+="spacingRight=20;");1==e.hScroll&&(Q=1==e.vScroll?new mxCell("",new mxGeometry(0, +1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),Q.geometry.relative=!0,Q.geometry.offset=new mxPoint(0,-20),Q.vertex=!0,v.insert(Q));break;case "UI2WindowBlock":v.style+="shape=mxgraph.mockup.containers.window;mainText=;align=center;verticalAlign=top;spacing=5;"+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v)+h(e.Title)+f(e.Title)+b(e.Title);v.value= +c(e.Title);1==e.vScroll&&(H=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-50),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,r-30),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),H.geometry.relative=!0,H.geometry.offset=new mxPoint(-20,30),H.vertex=!0,v.insert(H),v.style+="spacingRight=20;");1==e.hScroll&&(Q=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"): +new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),Q.geometry.relative=!0,Q.geometry.offset=new mxPoint(0,-20),Q.vertex=!0,v.insert(Q));break;case "UI2DialogBlock":v.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v)+l(e.Text);v.value=c(e.Text);q=new mxCell("",new mxGeometry(0,0,u,30),"part=1;resizeHeight=0;");q.vertex=!0;v.insert(q);q.style+=N+l(e.Title);q.value=c(e.Title);x=new mxCell("",new mxGeometry(1,.5,20,20),"part=1;shape=ellipse;strokeColor=#008cff;resizable=0;fillColor=none;html=1;"); +x.geometry.relative=!0;x.geometry.offset=new mxPoint(-25,-10);x.vertex=!0;q.insert(x);1==e.vScroll&&(H=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-50),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,r-30),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),H.geometry.relative=!0,H.geometry.offset=new mxPoint(-20,30),H.vertex=!0,v.insert(H),v.style+="spacingRight=20;"); +1==e.hScroll&&(Q=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),Q.geometry.relative=!0,Q.geometry.offset=new mxPoint(0,-20),Q.vertex=!0,v.insert(Q));break;case "UI2AccordionBlock":v.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v);q=[];K=25;for(k=0;k<=e.Panels-1;k++)q[k]=k<e.Selected-1?new mxCell("", +new mxGeometry(0,k*K,u,K),"part=1;fillColor=#000000;fillOpacity=25;"):k==e.Selected-1?new mxCell("",new mxGeometry(0,k*K,u,K),"part=1;fillColor=none;"):new mxCell("",new mxGeometry(0,r-(e.Panels-e.Selected)*K+(k-e.Selected)*K,u,K),"part=1;fillColor=#000000;fillOpacity=25;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=l(e["Panel_"+(k+1)]),q[k].value=c(e["Panel_"+(k+1)]),0>q[k].style.indexOf(";align=")&&(q[k].style+="align=left;spacingLeft=5;");var ea=t(e,n),ea=ea.replace("strokeColor","fillColor2"); +""==ea&&(ea="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-e.Selected*K-20-(e.Panels-e.Selected)*K),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,r-e.Selected*K-(e.Panels-e.Selected)*K),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,e.Selected*K),x.vertex=!0,v.insert(x), +v.style+="spacingRight=20;",x.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));1==e.hScroll&&(H=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),H.geometry.relative=!0,H.geometry.offset=new mxPoint(0,-20-(e.Panels-e.Selected)*K),H.vertex=!0,v.insert(H),H.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));Q=1==e.vScroll? +new mxCell("",new mxGeometry(0,e.Selected*K,u-20,r-e.Selected*K-20-(e.Panels-e.Selected)*K),"part=1;fillColor=none;strokeColor=none;"):new mxCell("",new mxGeometry(0,e.Selected*K,u-20,r-e.Selected*K-(e.Panels-e.Selected)*K),"part=1;fillColor=none;strokeColor=none;");Q.vertex=!0;v.insert(Q);Q.style+=l(e.Content_1);0>Q.style.indexOf(";align=")&&(Q.style+="align=left;spacingLeft=5;");Q.value=c(e.Content_1);break;case "UI2TabBarContainerBlock":v.style+="strokeColor=none;fillColor=none;";var q=[],x=[], +K=25,Ca=3,T=(u+Ca)/(e.Tabs+1),Da=new mxCell("",new mxGeometry(0,K,u,r-K),"part=1;");Da.vertex=!0;v.insert(Da);Da.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v);for(k=0;k<=e.Tabs-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(10+k*T,0,T-Ca,K),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Tab_"+(k+1)])):(q[k]=new mxCell("",new mxGeometry(10+k*T,0,T-Ca,K),"strokeColor=none;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+z(e,n)+D(e),x[k]=new mxCell("", +new mxGeometry(0,0,T-Ca,K),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=t(e,n)+B(e)+F(e)+l(e["Tab_"+(k+1)])),x[k].value=c(e["Tab_"+(k+1)]),0>x[k].style.indexOf(";align=")&&(x[k].style+="align=left;spacingLeft=2;");ea=t(e,n);ea=ea.replace("strokeColor","fillColor2");""==ea&&(ea="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-20-K),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"): +new mxCell("",new mxGeometry(1,0,20,r-K),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,K),x.vertex=!0,v.insert(x),v.style+="spacingRight=20;",x.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));1==e.hScroll&&(H=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"), +H.geometry.relative=!0,H.geometry.offset=new mxPoint(0,-20),H.vertex=!0,v.insert(H),H.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));break;case "UI2TabBar2ContainerBlock":v.style+="strokeColor=none;fillColor=none;";q=[];x=[];K=25;Ca=3;T=(u+Ca)/e.Tabs;Da=new mxCell("",new mxGeometry(0,K,u,r-K),"part=1;");Da.vertex=!0;v.insert(Da);Da.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v);for(k=0;k<=e.Tabs-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(k*T,0,T-Ca,K),""),x[k].vertex=!0,v.insert(x[k]), +x[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Tab_"+(k+1)])):(q[k]=new mxCell("",new mxGeometry(k*T,0,T-Ca,K),"strokeColor=none;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+z(e,n)+D(e),x[k]=new mxCell("",new mxGeometry(0,0,T-Ca,K),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=t(e,n)+B(e)+F(e)+l(e["Tab_"+(k+1)])),x[k].value=c(e["Tab_"+(k+1)]),0>x[k].style.indexOf(";align=")&&(x[k].style+="align=left;spacingLeft=2;");ea=t(e,n);ea=ea.replace("strokeColor", +"fillColor2");""==ea&&(ea="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-20-K),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,r-K),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,K),x.vertex=!0,v.insert(x),v.style+="spacingRight=20;",x.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+ +F(e));1==e.hScroll&&(H=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),H.geometry.relative=!0,H.geometry.offset=new mxPoint(0,-20),H.vertex=!0,v.insert(H),H.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));break;case "UI2VTabBarContainerBlock":v.style+="strokeColor=none;fillColor=none;";q=[];x=[];Ca=3;K=25+Ca; +T=80;$a=10;Da=new mxCell("",new mxGeometry(T,0,u-T,r),"part=1;");Da.vertex=!0;v.insert(Da);Da.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v);for(k=0;k<=e.Tabs-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(0,$a+k*K,T,K-Ca),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Tab_"+(k+1)])):(q[k]=new mxCell("",new mxGeometry(0,$a+k*K,T,K-Ca),"strokeColor=none;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+z(e,n)+D(e),x[k]=new mxCell("",new mxGeometry(0, +0,T,K-Ca),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=t(e,n)+B(e)+F(e)+l(e["Tab_"+(k+1)])),x[k].value=c(e["Tab_"+(k+1)]),0>x[k].style.indexOf(";align=")&&(x[k].style+="align=left;spacingLeft=2;");ea=t(e,n);ea=ea.replace("strokeColor","fillColor2");""==ea&&(ea="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("", +new mxGeometry(1,0,20,r),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,0),x.vertex=!0,v.insert(x),v.style+="spacingRight=20;",x.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));1==e.hScroll&&(H=1==e.vScroll?new mxCell("",new mxGeometry(T,1,u-20-T,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(T,1,u-T,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"), +H.geometry.relative=!0,H.geometry.offset=new mxPoint(0,-20),H.vertex=!0,v.insert(H),H.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));break;case "UI2CheckBoxBlock":v.style+="strokeColor=none;fillColor=none;";K=r/e.Options;q=[];x=[];for(k=0;k<e.Options;k++)q[k]=new mxCell("",new mxGeometry(0,k*K+.5*K-5,10,10),"labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Option_"+ +(k+1)]),null!=e.Selected[k+1]&&1==e.Selected[k+1]&&(I=t(e,n),I=I.replace("strokeColor","fillColor"),""==I&&(I="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2,2,6,6),"shape=mxgraph.mscae.general.checkmark;part=1;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=I+A(e,n)+t(e,n)+B(e)+F(e)),q[k].value=c(e["Option_"+(k+1)]);break;case "UI2HorizontalCheckBoxBlock":v.style+="strokeColor=none;fillColor=none;";T=u/e.Options;q=[];x=[];for(k=0;k<e.Options;k++)q[k]=new mxCell("",new mxGeometry(k*T,.5* +r-5,10,10),"labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Option_"+(k+1)]),null!=e.Selected[k+1]&&1==e.Selected[k+1]&&(I=t(e,n),I=I.replace("strokeColor","fillColor"),""==I&&(I="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2,2,6,6),"shape=mxgraph.mscae.general.checkmark;part=1;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=I+A(e,n)+t(e,n)+B(e)+F(e)), +q[k].value=c(e["Option_"+(k+1)]);break;case "UI2RadioBlock":v.style+="strokeColor=none;fillColor=none;";K=r/e.Options;q=[];x=[];for(k=0;k<e.Options;k++)q[k]=new mxCell("",new mxGeometry(0,k*K+.5*K-5,10,10),"shape=ellipse;labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Option_"+(k+1)]),null!=e.Selected&&e.Selected==k+1&&(I=t(e,n),I=I.replace("strokeColor","fillColor"), +""==I&&(I="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2.5,2.5,5,5),"shape=ellipse;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=I+A(e,n)+t(e,n)+B(e)+F(e)),q[k].value=c(e["Option_"+(k+1)]);break;case "UI2HorizontalRadioBlock":v.style+="strokeColor=none;fillColor=none;";T=u/e.Options;q=[];x=[];for(k=0;k<e.Options;k++)q[k]=new mxCell("",new mxGeometry(k*T,.5*r-5,10,10),"shape=ellipse;labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"), +q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Option_"+(k+1)]),null!=e.Selected&&e.Selected==k+1&&(I=t(e,n),I=I.replace("strokeColor","fillColor"),""==I&&(I="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2,2,6,6),"shape=ellipse;part=1;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=I+A(e,n)+t(e,n)+B(e)+F(e)),q[k].value=c(e["Option_"+(k+1)]);break;case "UI2HSliderBlock":case "UI2VSliderBlock":v.style+="shape=mxgraph.mockup.forms.horSlider;sliderStyle=basic;handleStyle=handle;"+ +A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e);"UI2VSliderBlock"==w.Class&&(v.style+="direction=south;");v.style+="sliderPos="+100*e.ScrollVal+";";break;case "UI2DatePickerBlock":v.style+="strokeColor=none;fillColor=none;";q=new mxCell("",new mxGeometry(0,0,.6*u,r),"part=1;");q.vertex=!0;v.insert(q);q.style+=A(e,n)+t(e,n)+B(e)+F(e)+D(e)+l(e.Date);q.value=c(e.Date);I=t(e,n);I=I.replace("strokeColor","fillColor");""==I&&(I="fillColor=#000000;");x=new mxCell("",new mxGeometry(.75*u,0,.25*u,r),"part=1;shape=mxgraph.gmdl.calendar;"); +x.vertex=!0;v.insert(x);x.style+=I+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e);break;case "UI2SearchBlock":v.style+="shape=mxgraph.mockup.forms.searchBox;mainText=;flipH=1;align=left;spacingLeft=26;"+A(e,n)+t(e,n)+B(e)+F(e)+D(e)+h(e.Search)+f(e.Search)+b(e.Search);v.value=c(e.Search);break;case "UI2NumericStepperBlock":I=t(e,n);I=I.replace("strokeColor","fillColor");""==I&&(I="fillColor=#000000;");v.style+="shape=mxgraph.mockup.forms.spinner;spinLayout=right;spinStyle=normal;adjStyle=triangle;mainText=;align=left;spacingLeft=8;"+ +I+A(e,n)+t(e,n)+B(e)+F(e)+D(e)+h(e.Number)+f(e.Number)+b(e.Number);v.value=c(e.Number);break;case "UI2ButtonBarBlock":v.style+=A(e,n)+t(e,n)+B(e)+F(e)+D(e);q=[];x=[];T=u/e.Buttons;for(k=0;k<=e.Buttons-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(k*T,0,T,r),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Button_"+(k+1)])):(q[k]=new mxCell("",new mxGeometry(k*T,0,T,r),"strokeColor=none;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+z(e,n)+D(e), +x[k]=new mxCell("",new mxGeometry(0,0,T,r),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=t(e,n)+B(e)+F(e)+l(e["Button_"+(k+1)])),x[k].value=c(e["Button_"+(k+1)]);break;case "UI2VerticalButtonBarBlock":v.style+=A(e,n)+t(e,n)+B(e)+F(e)+D(e);q=[];x=[];K=r/e.Buttons;for(k=0;k<=e.Buttons-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(0,k*K,u,K),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Button_"+(k+1)])):(q[k]=new mxCell("", +new mxGeometry(0,k*K,u,K),"strokeColor=none;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+z(e,n)+D(e),x[k]=new mxCell("",new mxGeometry(0,0,u,K),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=t(e,n)+B(e)+F(e)+l(e["Button_"+(k+1)])),x[k].value=c(e["Button_"+(k+1)]);break;case "UI2LinkBarBlock":v.style+="strokeColor=none;fillColor=none;"+A(e,n)+t(e,n)+B(e)+F(e)+D(e);q=[];x=[];T=u/e.Links;for(k=0;k<e.Links;k++)0!=k?(x[k]=new mxCell("",new mxGeometry(k*T,0,T,r), +"shape=partialRectangle;top=0;bottom=0;right=0;fillColor=none;"),x[k].style+=A(e,n)+D(e)+t(e,n)+B(e)+F(e)):x[k]=new mxCell("",new mxGeometry(k*T,0,T,r),"fillColor=none;strokeColor=none;"),x[k].vertex=!0,v.insert(x[k]),x[k].style+=l(e["Link_"+(k+1)]),x[k].value=c(e["Link_"+(k+1)]);break;case "UI2BreadCrumbsBlock":v.style+="strokeColor=none;fillColor=none;"+A(e,n)+t(e,n)+B(e)+F(e)+D(e);q=[];x=[];T=u/e.Links;for(k=0;k<e.Links;k++)q[k]=new mxCell("",new mxGeometry(k*T,0,T,r),"fillColor=none;strokeColor=none;"), +q[k].vertex=!0,v.insert(q[k]),q[k].style+=l(e["Link_"+(k+1)]),q[k].value=c(e["Link_"+(k+1)]);for(k=1;k<e.Links;k++)x[k]=new mxCell("",new mxGeometry(k/e.Links,.5,6,10),"shape=mxgraph.ios7.misc.right;"),x[k].geometry.relative=!0,x[k].geometry.offset=new mxPoint(-3,-5),x[k].vertex=!0,v.insert(x[k]);break;case "UI2MenuBarBlock":v.style+="strokeColor=none;"+A(e,n)+z(e,n)+D(e);q=[];T=u/(e.Buttons+1);for(k=0;k<=e.Buttons-1;k++)q[k]=k!=e.Selected-1?new mxCell("",new mxGeometry(0,0,T,r),"strokeColor=none;fillColor=none;resizeHeight=1;"): +new mxCell("",new mxGeometry(0,0,T,r),"fillColor=#000000;fillOpacity=25;strokeColor=none;resizeHeight=1;"),q[k].geometry.relative=!0,q[k].geometry.offset=new mxPoint(k*T,0),q[k].vertex=!0,v.insert(q[k]),q[k].style+=l(e["MenuItem_"+(k+1)]),q[k].value=c(e["MenuItem_"+(k+1)]);break;case "UI2AtoZBlock":v.style+="fillColor=none;strokeColor=none;"+l(e.Text_0);v.value="0-9 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";break;case "UI2PaginationBlock":v.style+="fillColor=none;strokeColor=none;"+l(e.Text_prev); +v.value=c(e.Text_prev)+" ";for(k=0;k<e.Links;k++)v.value+=c(e["Link_"+(k+1)])+" ";v.value+=c(e.Text_next);break;case "UI2ContextMenuBlock":v.style+=A(e,n)+z(e,n)+t(e,n)+B(e)+F(e)+D(e);for(var J=[],Za=[],vb=[],K=r/e.Lines,N=null,k=0;k<e.Lines;k++)null!=e["Item_"+(k+1)]&&(null==N&&(N=""+h(e["Item_"+(k+1)])+f(e["Item_"+(k+1)])+b(e["Item_"+(k+1)])),J[k]=new mxCell("",new mxGeometry(0,k*r/e.Lines,u,K),"strokeColor=none;fillColor=none;spacingLeft=20;align=left;html=1;"),J[k].vertex=!0,v.insert(J[k]),J[k].style+= +N,J[k].value=c(e["Item_"+(k+1)])),null!=e.Icons[k+1]&&null!=J[k]&&("dot"==e.Icons[k+1]?(Za[k]=new mxCell("",new mxGeometry(0,.5,8,8),"shape=ellipse;strokeColor=none;"),Za[k].geometry.offset=new mxPoint(6,-4)):"check"==e.Icons[k+1]&&(Za[k]=new mxCell("",new mxGeometry(0,.5,7,8),"shape=mxgraph.mscae.general.checkmark;strokeColor=none;"),Za[k].geometry.offset=new mxPoint(6.5,-4)),null!=Za[k]&&(Za[k].geometry.relative=!0,Za[k].vertex=!0,J[k].insert(Za[k]),I=t(e,n),I=I.replace("strokeColor","fillColor"), +""==I&&(I="fillColor=#000000;"),Za[k].style+=I)),null!=e["Shortcut_"+(k+1)]&&(null==N&&(N=""+h(e["Shortcut_"+(k+1)])+f(e["Shortcut_"+(k+1)])+b(e["Shortcut_"+(k+1)])),vb[k]=new mxCell("",new mxGeometry(.6*u,k*r/e.Lines,.4*u,K),"strokeColor=none;fillColor=none;spacingRight=3;align=right;html=1;"),vb[k].vertex=!0,v.insert(vb[k]),vb[k].style+=N,vb[k].value=c(e["Shortcut_"+(k+1)])),null!=e.Dividers[k+1]&&(J[k]=new mxCell("",new mxGeometry(.05*u,k*r/e.Lines,.9*u,K),"shape=line;strokeWidth=0.25;"),J[k].vertex= +!0,v.insert(J[k]),J[k].style+=t(e,n));break;case "UI2ProgressBarBlock":v.style+="shape=mxgraph.mockup.misc.progressBar;fillColor2=#888888;barPos="+100*e.ScrollVal+";";break;case "UI2TooltipSquareBlock":v.style+="html=1;shape=callout;flipV=1;base=13;size=7;position=0.5;position2=0.66;rounded=1;arcSize="+e.RoundCorners+";"+A(e,n)+z(e,n)+t(e,n)+B(e)+F(e)+D(e)+l(e.Tip);v.value=c(e.Tip);break;case "UI2CalloutBlock":v.style+="shape=ellipse;"+A(e,n)+z(e,n)+t(e,n)+B(e)+F(e)+D(e)+l(e.Txt);v.value=c(e.Txt); +break;case "UI2AlertBlock":v.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v)+l(e.Txt);v.value=c(e.Txt);q=new mxCell("",new mxGeometry(0,0,u,30),"part=1;resizeHeight=0;");q.vertex=!0;v.insert(q);q.style+=N+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+l(e.Title);q.value=c(e.Title);x=new mxCell("",new mxGeometry(1,.5,20,20),"part=1;shape=ellipse;strokeColor=#008cff;resizable=0;fillColor=none;html=1;");x.geometry.relative=!0;x.geometry.offset=new mxPoint(-25,-10);x.vertex=!0;q.insert(x);for(var tc=45*e.Buttons+ +(10*e.Buttons-1),H=[],k=0;k<e.Buttons;k++)H[k]=new mxCell("",new mxGeometry(.5,1,45,20),"part=1;html=1;"),H[k].geometry.relative=!0,H[k].geometry.offset=new mxPoint(.5*-tc+55*k,-40),H[k].vertex=!0,v.insert(H[k]),H[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+l(e["Button_"+(k+1)]),H[k].value=c(e["Button_"+(k+1)]);break;case "UMLClassBlock":if(0==e.Simple){var N=z(e,n),ya=Math.round(.6*e.TitleHeight),N=N.replace("fillColor","swimlaneFillColor");""==N&&(N="swimlaneFillColor=#ffffff;");v.style+="swimlane;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+ +N+"startSize="+ya+";"+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+l(e.Title);v.value=c(e.Title);for(var J=[],kc=[],ua=ya/r,k=0;k<=e.Attributes;k++)0<k&&(kc[k]=new mxCell("",new mxGeometry(0,0,40,8),"line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;"),kc[k].vertex=!0,v.insert(kc[k])),K=0,k<e.Attributes?(K=e["Text"+(k+1)+"Percent"],ua+=K):K=1-ua,J[k]=new mxCell("",new mxGeometry(0,0,u,Math.round((r- +ya)*K)),"part=1;resizeHeight=0;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),J[k].vertex=!0,v.insert(J[k]),J[k].style+=N+A(e,n)+h(e["Text"+(k+1)])+f(e["Text"+(k+1)])+b(e["Text"+(k+1)]),J[k].value=c(e["Text"+(k+1)])}else v.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+l(e.Title),v.value=c(e.Title);break;case "ERDEntityBlock":N=z(e,n);ya=.6*e.Name_h;N=N.replace("fillColor","swimlaneFillColor"); +""==N&&(N="swimlaneFillColor=#ffffff;");v.style+="swimlane;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+N+"startSize="+ya+";"+A(e,n)+t(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+z(e,n);v.value=c(e.Name);J=[];ua=ya/r;for(k=0;k<e.Fields;k++)K=0,J[k]=new mxCell("",new mxGeometry(0,0,u,.6*e["Field"+(k+1)+"_h"]),"part=1;resizeHeight=0;strokeColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), +J[k].vertex=!0,v.insert(J[k]),J[k].style+=N+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),J[k].style=1==e.AltRows&&0!=k%2?J[k].style+"fillColor=#000000;opacity=5;":J[k].style+("fillColor=none;"+A(e,n)),J[k].value=c(e["Field"+(k+1)]);break;case "ERDEntityBlock2":N=z(e,n);ya=.6*e.Name_h;N=N.replace("fillColor","swimlaneFillColor");""==N&&(N="swimlaneFillColor=#ffffff;");v.style+="swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+N+"startSize="+ya+";"+ +A(e,n)+t(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+z(e,n);v.value=c(e.Name);var J=[],da=[],ua=ya,Ea=30;null!=e.Column1&&(Ea=.6*e.Column1);for(k=0;k<e.Fields;k++)K=0,da[k]=new mxCell("",new mxGeometry(0,ua,Ea,.6*e["Key"+(k+1)+"_h"]),"strokeColor=none;part=1;resizeHeight=0;align=center;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),da[k].vertex=!0,v.insert(da[k]),da[k].style+=N+ +h(e["Key"+(k+1)])+f(e["Key"+(k+1)])+b(e["Key"+(k+1)]),da[k].style=1==e.AltRows&&0!=k%2?da[k].style+"fillColor=#000000;fillOpacity=5;":da[k].style+("fillColor=none;"+A(e,n)),da[k].value=c(e["Key"+(k+1)]),J[k]=new mxCell("",new mxGeometry(Ea,ua,u-Ea,.6*e["Field"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),J[k].vertex=!0,v.insert(J[k]), +J[k].style+=N+t(e,n)+B(e)+F(e)+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),J[k].style=1==e.AltRows&&0!=k%2?J[k].style+"fillColor=#000000;fillOpacity=5;":J[k].style+("fillColor=none;"+A(e,n)),J[k].value=c(e["Field"+(k+1)]),ua+=.6*e["Key"+(k+1)+"_h"];break;case "ERDEntityBlock3":N=z(e,n);ya=.6*e.Name_h;N=N.replace("fillColor","swimlaneFillColor");""==N&&(N="swimlaneFillColor=#ffffff;");v.style+="swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+N+ +"startSize="+ya+";"+A(e,n)+t(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+z(e,n);v.value=c(e.Name);J=[];da=[];ua=ya;Ea=30;null!=e.Column1&&(Ea=.6*e.Column1);for(k=0;k<e.Fields;k++)K=0,da[k]=new mxCell("",new mxGeometry(0,ua,Ea,.6*e["Field"+(k+1)+"_h"]),"strokeColor=none;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),da[k].vertex=!0,v.insert(da[k]), +da[k].style+=N+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),da[k].style=1==e.AltRows&&0!=k%2?da[k].style+"fillColor=#000000;fillOpacity=5;":da[k].style+("fillColor=none;"+A(e,n)),da[k].value=c(e["Field"+(k+1)]),J[k]=new mxCell("",new mxGeometry(Ea,ua,u-Ea,.6*e["Type"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), +J[k].vertex=!0,v.insert(J[k]),J[k].style+=N+t(e,n)+B(e)+F(e)+h(e["Type"+(k+1)])+f(e["Type"+(k+1)])+b(e["Type"+(k+1)]),J[k].style=1==e.AltRows&&0!=k%2?J[k].style+"fillColor=#000000;fillOpacity=5;":J[k].style+("fillColor=none;"+A(e,n)),J[k].value=c(e["Type"+(k+1)]),ua+=.6*e["Field"+(k+1)+"_h"];break;case "ERDEntityBlock4":N=z(e,n);ya=.6*e.Name_h;N=N.replace("fillColor","swimlaneFillColor");""==N&&(N="swimlaneFillColor=#ffffff;");v.style+="swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+ +N+"startSize="+ya+";"+A(e,n)+t(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+z(e,n);v.value=c(e.Name);var J=[],da=[],bb=[],ua=ya,Ea=30,ac=40;null!=e.Column1&&(Ea=.6*e.Column1);null!=e.Column2&&(ac=.6*e.Column2);for(k=0;k<e.Fields;k++)K=0,da[k]=new mxCell("",new mxGeometry(0,ua,Ea,.6*e["Key"+(k+1)+"_h"]),"strokeColor=none;part=1;resizeHeight=0;align=center;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), +da[k].vertex=!0,v.insert(da[k]),da[k].style+=N+h(e["Key"+(k+1)])+f(e["Key"+(k+1)])+b(e["Key"+(k+1)]),da[k].style=1==e.AltRows&&0!=k%2?da[k].style+"fillColor=#000000;fillOpacity=5;":da[k].style+("fillColor=none;"+A(e,n)),da[k].value=c(e["Key"+(k+1)]),J[k]=new mxCell("",new mxGeometry(Ea,ua,u-Ea-ac,.6*e["Field"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), +J[k].vertex=!0,v.insert(J[k]),J[k].style+=N+t(e,n)+B(e)+F(e)+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),J[k].style=1==e.AltRows&&0!=k%2?J[k].style+"fillColor=#000000;fillOpacity=5;":J[k].style+("fillColor=none;"+A(e,n)),J[k].value=c(e["Field"+(k+1)]),bb[k]=new mxCell("",new mxGeometry(u-ac,ua,ac,.6*e["Type"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), +bb[k].vertex=!0,v.insert(bb[k]),bb[k].style+=N+t(e,n)+B(e)+F(e)+h(e["Type"+(k+1)])+f(e["Type"+(k+1)])+b(e["Type"+(k+1)]),bb[k].style=1==e.AltRows&&0!=k%2?bb[k].style+"fillColor=#000000;fillOpacity=5;":bb[k].style+("fillColor=none;"+A(e,n)),bb[k].value=c(e["Type"+(k+1)]),ua+=.6*e["Key"+(k+1)+"_h"]}return v}var sa=["GSDFDProcessBlock","GSDFDProcessBlock2","RoundedRectangleContainerBlock","UI2ButtonBlock","UMLStateBlock"],za=["UMLActivationBlock"],fb="VennPlainColor1 VennPlainColor2 VennPlainColor3 VennPlainColor4 VennPlainColor5 VennPlainColor6 VennPlainColor7 VennPlainColor8 VennGradientColor1 VennGradientColor2 VennGradientColor3 VennGradientColor4 VennGradientColor5 VennGradientColor6 VennGradientColor7 VennGradientColor8 UMLEndBlock DefaultTextBlockNew iOSButton".split(" "), +Ub="AWSAndroidBlock3 AWSiOSBlock3 AWSJavaBlock3 AWSJavaScript AWSNetBlock3 AWSNodeJSBlock3 AWSPHPBlock3 AWSPythonBlock3 AWSRubyBlock3 AWSXamarin AWSCLIBlock3 AWSEclipseToolkitBlock3 AWSVisualStudioToolkitBlock3 AWSWindowsPowershellToolkitBlock3 DefaultTextBlock RectangleContainerBlock UMLStartBlock UMLEndBlock DefaultTextBlockNew UMLHForkJoinBlock iOSButton".split(" "),Tb="VennPlainColor1 VennPlainColor2 VennPlainColor3 VennPlainColor4 VennPlainColor5 VennPlainColor6 VennPlainColor7 VennPlainColor8 VennGradientColor1 VennGradientColor2 VennGradientColor3 VennGradientColor4 VennGradientColor5 VennGradientColor6 VennGradientColor7 VennGradientColor8".split(" "), +bc=["AEUSBBlock","AGSCutandpasteBlock","iOSDeviceiPadLandscape","iOSDeviceiPadProLandscape"],cc=["fpDoor"],xb={None:"none",Arrow:"block;endFill=1","Hollow Arrow":"block;endFill=0","Open Arrow":"open;","CFN ERD Zero Or More Arrow":"ERzeroToMany;startSize=10","CFN ERD One Or More Arrow":"ERoneToMany;startSize=10","CFN ERD Many Arrow":"ERmany;startSize=10","CFN ERD Exactly One Arrow":"ERmandOne;startSize=10","CFN ERD Zero Or One Arrow":"ERzeroToOne;startSize=10","CFN ERD One Arrow":"ERone;startSize=16", Generalization:"block;endFill=0;startSize=12","Big Open Arrow":"open;startSize=10",Asynch1:"openAsync;flipH=1;startSize=10",Asynch2:"openAsync;startSize=10",Aggregation:"diamond;endFill=0;startSize=16",Composition:"diamond;endFill=1;startSize=16",BlockEnd:"none;endFill=1;startSize=16"},gb={DefaultTextBlockNew:"text;strokeColor=none;fillColor=none",DefaultTextBlock:"text;strokeColor=none;fillColor=none",DefaultSquareBlock:"",DefaultNoteBlock:"shape=note;size=15",DefaultNoteBlockV2:"shape=note;size=15", HotspotBlock:"strokeColor=none;opacity=50",ImageSearchBlock2:"shape=image",ProcessBlock:"",DecisionBlock:"rhombus",TerminatorBlock:"rounded=1;arcSize=50",PredefinedProcessBlock:"shape=process",DocumentBlock:"shape=document",MultiDocumentBlock:"shape=mxgraph.flowchart.multi-document",ManualInputBlock:"shape=manualInput;size=15",PreparationBlock:"shape=hexagon;perimeter=hexagonPerimeter2",DataBlock:"shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0",DataBlockNew:"shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0", DatabaseBlock:"shape=cylinder;size=0.1;anchorPointDirection=0;boundedLbl=1;",DirectAccessStorageBlock:"shape=cylinder;direction=south;size=0.1;anchorPointDirection=0;boundedLbl=1;",InternalStorageBlock:"shape=internalStorage;dx=10;dy=10",PaperTapeBlock:"shape=tape;size=0.2",ManualOperationBlockNew:"shape=trapezoid;perimeter=trapezoidPerimeter;anchorPointDirection=0;flipV=1",DelayBlock:"shape=delay",StoredDataBlock:"shape=dataStorage",MergeBlock:"triangle;direction=south;anchorPointDirection=0",ConnectorBlock:"ellipse", @@ -8435,48 +8507,45 @@ Image_iphone_list:"mxCompositeShape",Image_iphone_gray_grad_list:"",Image_iphone Image_iphone_back_button:"shape=mxgraph.ios.iButtonBack;strokeColor=#444444;buttonText=;fillColor=#dddddd;fillColor2=#3D5565",Image_iphone_prev_next:"shape=mxgraph.ios.iPrevNext;strokeColor=#444444;fillColor=#dddddd;fillColor2=#3D5565;fillColor3=#ffffff",Image_iphone_sort_handle:"shape=mxgraph.ios7.icons.options",Image_iphone_slider:"shape=mxgraph.ios.iSlider;barPos=60",Image_iphone_dropdown:"shape=mxgraph.ios.iComboBox;buttonText=;fillColor=#dddddd;fillColor2=#3D5565",Image_iphone_email_name:"", Image_iphone_switch_off:"shape=mxgraph.android.switch_off;fillColor=#666666",Image_iphone_keyboard_button_blue:"",Image_iphone_keyboard_letters:"shape=mxgraph.ios.iKeybLett",Image_iphone_keyboard_landscape:"shape=mxgraph.ios.iKeybLett",Image_iphone_large_tabbed_button:"mxCompositeShape",Image_iphone_sort_button:"mxCompositeShape",Image_iphone_tab_bar:"mxCompositeShape",Image_iphone_picker_multi:"mxCompositeShape",Image_iphone_picker_web:"mxCompositeShape",Image_iphone_add_icon_blue:"shape=mxgraph.ios.iAddIcon;fillColor=#8BbEff;fillColor2=#135Ec8;strokeColor=#ffffff", Image_iphone_add_icon_green:"shape=mxgraph.ios.iAddIcon;fillColor=#7AdF78;fillColor2=#1A9917;strokeColor=#ffffff",Image_iphone_remove_icon:"shape=mxgraph.ios.iDeleteIcon;fillColor=#e8878E;fillColor2=#BD1421;strokeColor=#ffffff",Image_iphone_arrow_icon:"shape=mxgraph.ios.iArrowIcon;fillColor=#8BbEff;fillColor2=#135Ec8;strokeColor=#ffffff",Image_iphone_arrow:"shape=mxgraph.ios7.misc.more",Image_iphone_checkmark:"shape=mxgraph.ios7.misc.check",Image_iphone_check_off:"shape=ellipse",Image_iphone_location_dot:"shape=ellipse", -Image_iphone_mark_as_read:"shape=ellipse",Image_iphone_pin_green:"shape=mxgraph.ios.iPin;fillColor2=#00dd00;fillColor3=#004400;strokeColor=#006600",Image_iphone_pin_red:"shape=mxgraph.ios.iPin;fillColor2=#dd0000;fillColor3=#440000;strokeColor=#660000",Image_iphone_radio_off:"shape=ellipse",Image_iphone_checkbox_off:"",Image_iphone_indicator:"fillColor=#e8878E;gradientColor=#BD1421;strokeColor=#ffffff",Image_iphone_thread_count:""},Sb=function(a,b,d){0>mxUtils.indexOf(d,a)&&d.push(a);if(a in b){var g= -b[a];g.id=a;if(null!=g.Members)for(var e in g.Members)d=Sb(e,b,d)}return d};EditorUi.prototype.pasteLucidChart=function(a,b,d,g){var e=this.editor.graph;e.getModel().beginUpdate();try{var p=function(a,b){var d=null!=b.Endpoint1.Block?f[b.Endpoint1.Block]:null,g=null!=b.Endpoint2.Block?f[b.Endpoint2.Block]:null,p;p=new mxCell("",new mxGeometry(0,0,100,100),"html=1;jettySize=18;");p.geometry.relative=!0;p.edge=!0;Y(p,a);var D=m(a).Properties,k=null!=D?D.TextAreas:a.TextAreas;if(null!=k){for(var C=0;null!= -k["t"+C];){var y=k["t"+C];p=X(y,p);C++}for(C=1;null!=k["m"+C];)y=k["m"+C],p=X(y,p,a),C++;null!=k.Text&&(p=X(k,p,a));k=null!=D?D.TextAreas:a.TextAreas;null!=k.Message&&(p=X(k.Message,p,a))}null==d&&null!=b.Endpoint1&&p.geometry.setTerminalPoint(new mxPoint(Math.round(.6*b.Endpoint1.x),Math.round(.6*b.Endpoint1.y)),!0);null==g&&null!=b.Endpoint2&&p.geometry.setTerminalPoint(new mxPoint(Math.round(.6*b.Endpoint2.x),Math.round(.6*b.Endpoint2.y)),!1);c.push(e.addCell(p,null,null,d,g))},c=[],f={},D=[], -C=[],y=0;if(null!=a.Groups)for(var q in a.Groups){var n=a.Groups[q];n.id=q;if(1==n.Hidden&&null!=n.Members){0>mxUtils.indexOf(C,q)&&C.push(q);for(var h in n.Members)C=Sb(h,a.Groups,C)}}if(null!=a.Blocks)for(q in a.Blocks)n=a.Blocks[q],n.id=q,0>mxUtils.indexOf(C,q)&&(h=!1,null!=gb[n.Class]&&"mxCompositeShape"==gb[n.Class]&&(f[n.id]=ab(n,c,e),D.push(n),h=!0),h||(f[n.id]=K(n),D.push(n)));else for(y=0;y<a.Objects.length;y++)n=a.Objects[y],null!=n.Action&&"mxCompositeShape"==gb[n.Action.Class]?f[n.id]= -ab(n,c,e):n.IsBlock&&null!=n.Action&&null!=n.Action.Properties&&(f[n.id]=K(n)),D.push(n);D.sort(function(a,b){a=m(a);b=m(b);return null!=a.Properties&&null!=b.Properties?a.Properties.ZOrder-b.Properties.ZOrder:0});for(y=0;y<D.length;y++){var n=D[y],l=f[n.id];null!=l?c.push(e.addCell(l)):n.IsLine&&null!=n.Action&&null!=n.Action.Properties&&p(n,n.Action.Properties)}if(null!=a.Lines)for(q in a.Lines)0>mxUtils.indexOf(C,q)&&(n=a.Lines[q],p(n,n));if(g&&null!=b&&null!=d){e.isGridEnabled()&&(b=e.snap(b), -d=e.snap(d));var z=e.getBoundingBoxFromGeometry(c,!0);null!=z&&e.moveCells(c,b-z.x,d-z.y)}e.setSelectionCells(c)}finally{e.getModel().endUpdate()}e.isSelectionEmpty()||(e.scrollCellToVisible(e.getSelectionCell()),null!=this.hoverIcons&&this.hoverIcons.update(e.view.getState(e.getSelectionCell())))}})();function VsdxExport(c){function m(a,b){var d={"[Content_Types].xml":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Types xmlns='http://schemas.openxmlformats.org/package/2006/content-types'><Default Extension='png' ContentType='image/png'/><Default Extension='jpg' ContentType='image/jpeg'/><Default Extension='jpeg' ContentType='image/jpeg'/><Default Extension='svg' ContentType='image/svg+xml'/><Default Extension='bmp' ContentType='image/bmp'/><Default Extension='gif' ContentType='image/gif'/><Default Extension='emf' ContentType='image/x-emf' /><Default Extension='rels' ContentType='application/vnd.openxmlformats-package.relationships+xml' /><Default Extension='xml' ContentType='application/xml' /><Override PartName='/docProps/app.xml' ContentType='application/vnd.openxmlformats-officedocument.extended-properties+xml' /><Override PartName='/docProps/core.xml' ContentType='application/vnd.openxmlformats-package.core-properties+xml' /><Override PartName='/docProps/custom.xml' ContentType='application/vnd.openxmlformats-officedocument.custom-properties+xml' /><Override PartName='/visio/document.xml' ContentType='application/vnd.ms-visio.drawing.main+xml' /><Override PartName='/visio/masters/masters.xml' ContentType='application/vnd.ms-visio.masters+xml' /><Override PartName='/visio/masters/master1.xml' ContentType='application/vnd.ms-visio.master+xml'/><Override PartName='/visio/pages/page1.xml' ContentType='application/vnd.ms-visio.page+xml' /><Override PartName='/visio/pages/pages.xml' ContentType='application/vnd.ms-visio.pages+xml' /><Override PartName='/visio/windows.xml' ContentType='application/vnd.ms-visio.windows+xml' /></Types>", +Image_iphone_mark_as_read:"shape=ellipse",Image_iphone_pin_green:"shape=mxgraph.ios.iPin;fillColor2=#00dd00;fillColor3=#004400;strokeColor=#006600",Image_iphone_pin_red:"shape=mxgraph.ios.iPin;fillColor2=#dd0000;fillColor3=#440000;strokeColor=#660000",Image_iphone_radio_off:"shape=ellipse",Image_iphone_checkbox_off:"",Image_iphone_indicator:"fillColor=#e8878E;gradientColor=#BD1421;strokeColor=#ffffff",Image_iphone_thread_count:""},zb=function(a,b,d){0>mxUtils.indexOf(d,a)&&d.push(a);if(a in b){var g= +b[a];g.id=a;if(null!=g.Members)for(var e in g.Members)d=zb(e,b,d)}return d};LucidImporter.importState=function(a){var b=['<?xml version="1.0" encoding="UTF-8"?>',"<mxfile>"],d=[];if(null!=a.state){a=JSON.parse(a.state);for(var g in a.Pages)d.push(a.Pages[g]);d.sort(function(a,b){return a.Properties.Order<b.Properties.Order?-1:a.Properties.Order>b.Properties.Order?1:0})}else d.push(a);a=db();g=new mxCodec;for(var e=0;e<d.length;e++){b.push("<diagram");null!=d[e].Properties&&null!=d[e].Properties.Title&& +b.push(' name="'+mxUtils.htmlEntities(d[e].Properties.Title)+'"');ga(a,d[e],null,null,null,!0);var p=g.encode(a.getModel());a.getModel().clear();b.push(">"+Graph.prototype.compress(mxUtils.getXml(p))+"</diagram>")}b.push("</mxfile>");return b.join("")}})();function VsdxExport(c){function m(a,b){var d={"[Content_Types].xml":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Types xmlns='http://schemas.openxmlformats.org/package/2006/content-types'><Default Extension='png' ContentType='image/png'/><Default Extension='jpg' ContentType='image/jpeg'/><Default Extension='jpeg' ContentType='image/jpeg'/><Default Extension='svg' ContentType='image/svg+xml'/><Default Extension='bmp' ContentType='image/bmp'/><Default Extension='gif' ContentType='image/gif'/><Default Extension='emf' ContentType='image/x-emf' /><Default Extension='rels' ContentType='application/vnd.openxmlformats-package.relationships+xml' /><Default Extension='xml' ContentType='application/xml' /><Override PartName='/docProps/app.xml' ContentType='application/vnd.openxmlformats-officedocument.extended-properties+xml' /><Override PartName='/docProps/core.xml' ContentType='application/vnd.openxmlformats-package.core-properties+xml' /><Override PartName='/docProps/custom.xml' ContentType='application/vnd.openxmlformats-officedocument.custom-properties+xml' /><Override PartName='/visio/document.xml' ContentType='application/vnd.ms-visio.drawing.main+xml' /><Override PartName='/visio/masters/masters.xml' ContentType='application/vnd.ms-visio.masters+xml' /><Override PartName='/visio/masters/master1.xml' ContentType='application/vnd.ms-visio.master+xml'/><Override PartName='/visio/pages/page1.xml' ContentType='application/vnd.ms-visio.page+xml' /><Override PartName='/visio/pages/pages.xml' ContentType='application/vnd.ms-visio.pages+xml' /><Override PartName='/visio/windows.xml' ContentType='application/vnd.ms-visio.windows+xml' /></Types>", "_rels/.rels":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Relationships xmlns='http://schemas.openxmlformats.org/package/2006/relationships'><Relationship Id='rId1' Type='http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties' Target='docProps/core.xml' /><Relationship Id='rId2' Type='http://schemas.microsoft.com/visio/2010/relationships/document' Target='visio/document.xml' /><Relationship Id='rId3' Type='http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties' Target='docProps/custom.xml' /><Relationship Id='rId4' Type='http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties' Target='docProps/app.xml' /></Relationships>", "docProps/app.xml":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Properties xmlns=\'http://schemas.openxmlformats.org/officeDocument/2006/extended-properties\' xmlns:vt=\'http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\'><Application>Microsoft Visio</Application><AppVersion>15.0000</AppVersion><Template /><Manager /><Company /><HyperlinkBase /></Properties>',"docProps/core.xml":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><cp:coreProperties xmlns:cp='http://schemas.openxmlformats.org/package/2006/metadata/core-properties' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:dcterms='http://purl.org/dc/terms/' xmlns:dcmitype='http://purl.org/dc/dcmitype/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'><dc:title /><dc:subject /><dc:creator /><cp:keywords /><dc:description /><cp:category /><dc:language>en-US</dc:language></cp:coreProperties>", "docProps/custom.xml":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Properties xmlns=\'http://schemas.openxmlformats.org/officeDocument/2006/custom-properties\' xmlns:vt=\'http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\' />',"visio/document.xml":"<?xml version='1.0' encoding='utf-8' ?><VisioDocument xmlns='http://schemas.microsoft.com/office/visio/2012/main' xmlns:r='http://schemas.openxmlformats.org/officeDocument/2006/relationships' xml:space='preserve'><DocumentSettings TopPage='0' DefaultTextStyle='3' DefaultLineStyle='3' DefaultFillStyle='3' DefaultGuideStyle='4'><GlueSettings>9</GlueSettings><SnapSettings>65847</SnapSettings><SnapExtensions>34</SnapExtensions><SnapAngles/><DynamicGridEnabled>1</DynamicGridEnabled><ProtectStyles>0</ProtectStyles><ProtectShapes>0</ProtectShapes><ProtectMasters>0</ProtectMasters><ProtectBkgnds>0</ProtectBkgnds></DocumentSettings><Colors><ColorEntry IX='24' RGB='#000000'/><ColorEntry IX='25' RGB='#FFFFFF'/><ColorEntry IX='26' RGB='#FF0000'/><ColorEntry IX='27' RGB='#00FF00'/><ColorEntry IX='28' RGB='#0000FF'/><ColorEntry IX='29' RGB='#FFFF00'/><ColorEntry IX='30' RGB='#FF00FF'/><ColorEntry IX='31' RGB='#00FFFF'/><ColorEntry IX='32' RGB='#800000'/><ColorEntry IX='33' RGB='#008000'/><ColorEntry IX='34' RGB='#000080'/><ColorEntry IX='35' RGB='#808000'/><ColorEntry IX='36' RGB='#800080'/><ColorEntry IX='37' RGB='#008080'/><ColorEntry IX='38' RGB='#C0C0C0'/><ColorEntry IX='39' RGB='#E6E6E6'/><ColorEntry IX='40' RGB='#CDCDCD'/><ColorEntry IX='41' RGB='#B3B3B3'/><ColorEntry IX='42' RGB='#9A9A9A'/><ColorEntry IX='43' RGB='#808080'/><ColorEntry IX='44' RGB='#666666'/><ColorEntry IX='45' RGB='#4D4D4D'/><ColorEntry IX='46' RGB='#333333'/><ColorEntry IX='47' RGB='#1A1A1A'/><ColorEntry IX='48' RGB='#7F7F7F'/><ColorEntry IX='49' RGB='#99004D'/><ColorEntry IX='50' RGB='#FF0080'/><ColorEntry IX='51' RGB='#CC0066'/></Colors><FaceNames><FaceName NameU='Calibri' UnicodeRanges='-536859905 -1073732485 9 0' CharSets='536871423 0' Panose='2 15 5 2 2 2 4 3 2 4' Flags='325'/></FaceNames><StyleSheets><StyleSheet ID='0' NameU='No Style' IsCustomNameU='1' Name='No Style' IsCustomName='1'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LineWeight' V='0.01041666666666667'/><Cell N='LineColor' V='0'/><Cell N='LinePattern' V='1'/><Cell N='Rounding' V='0'/><Cell N='EndArrowSize' V='2'/><Cell N='BeginArrow' V='0'/><Cell N='EndArrow' V='0'/><Cell N='LineCap' V='0'/><Cell N='BeginArrowSize' V='2'/><Cell N='LineColorTrans' V='0'/><Cell N='CompoundType' V='0'/><Cell N='FillForegnd' V='1'/><Cell N='FillBkgnd' V='0'/><Cell N='FillPattern' V='1'/><Cell N='ShdwForegnd' V='0'/><Cell N='ShdwPattern' V='0'/><Cell N='FillForegndTrans' V='0'/><Cell N='FillBkgndTrans' V='0'/><Cell N='ShdwForegndTrans' V='0'/><Cell N='ShapeShdwType' V='0'/><Cell N='ShapeShdwOffsetX' V='0'/><Cell N='ShapeShdwOffsetY' V='0'/><Cell N='ShapeShdwObliqueAngle' V='0'/><Cell N='ShapeShdwScaleFactor' V='1'/><Cell N='ShapeShdwBlur' V='0'/><Cell N='ShapeShdwShow' V='0'/><Cell N='LeftMargin' V='0'/><Cell N='RightMargin' V='0'/><Cell N='TopMargin' V='0'/><Cell N='BottomMargin' V='0'/><Cell N='VerticalAlign' V='1'/><Cell N='TextBkgnd' V='0'/><Cell N='DefaultTabStop' V='0.5'/><Cell N='TextDirection' V='0'/><Cell N='TextBkgndTrans' V='0'/><Cell N='LockWidth' V='0'/><Cell N='LockHeight' V='0'/><Cell N='LockMoveX' V='0'/><Cell N='LockMoveY' V='0'/><Cell N='LockAspect' V='0'/><Cell N='LockDelete' V='0'/><Cell N='LockBegin' V='0'/><Cell N='LockEnd' V='0'/><Cell N='LockRotate' V='0'/><Cell N='LockCrop' V='0'/><Cell N='LockVtxEdit' V='0'/><Cell N='LockTextEdit' V='0'/><Cell N='LockFormat' V='0'/><Cell N='LockGroup' V='0'/><Cell N='LockCalcWH' V='0'/><Cell N='LockSelect' V='0'/><Cell N='LockCustProp' V='0'/><Cell N='LockFromGroupFormat' V='0'/><Cell N='LockThemeColors' V='0'/><Cell N='LockThemeEffects' V='0'/><Cell N='LockThemeConnectors' V='0'/><Cell N='LockThemeFonts' V='0'/><Cell N='LockThemeIndex' V='0'/><Cell N='LockReplace' V='0'/><Cell N='LockVariation' V='0'/><Cell N='NoObjHandles' V='0'/><Cell N='NonPrinting' V='0'/><Cell N='NoCtlHandles' V='0'/><Cell N='NoAlignBox' V='0'/><Cell N='UpdateAlignBox' V='0'/><Cell N='HideText' V='0'/><Cell N='DynFeedback' V='0'/><Cell N='GlueType' V='0'/><Cell N='WalkPreference' V='0'/><Cell N='BegTrigger' V='0' F='No Formula'/><Cell N='EndTrigger' V='0' F='No Formula'/><Cell N='ObjType' V='0'/><Cell N='Comment' V=''/><Cell N='IsDropSource' V='0'/><Cell N='NoLiveDynamics' V='0'/><Cell N='LocalizeMerge' V='0'/><Cell N='NoProofing' V='0'/><Cell N='Calendar' V='0'/><Cell N='LangID' V='en-US'/><Cell N='ShapeKeywords' V=''/><Cell N='DropOnPageScale' V='1'/><Cell N='TheData' V='0' F='No Formula'/><Cell N='TheText' V='0' F='No Formula'/><Cell N='EventDblClick' V='0' F='No Formula'/><Cell N='EventXFMod' V='0' F='No Formula'/><Cell N='EventDrop' V='0' F='No Formula'/><Cell N='EventMultiDrop' V='0' F='No Formula'/><Cell N='HelpTopic' V=''/><Cell N='Copyright' V=''/><Cell N='LayerMember' V=''/><Cell N='XRulerDensity' V='32'/><Cell N='YRulerDensity' V='32'/><Cell N='XRulerOrigin' V='0'/><Cell N='YRulerOrigin' V='0'/><Cell N='XGridDensity' V='8'/><Cell N='YGridDensity' V='8'/><Cell N='XGridSpacing' V='0'/><Cell N='YGridSpacing' V='0'/><Cell N='XGridOrigin' V='0'/><Cell N='YGridOrigin' V='0'/><Cell N='Gamma' V='1'/><Cell N='Contrast' V='0.5'/><Cell N='Brightness' V='0.5'/><Cell N='Sharpen' V='0'/><Cell N='Blur' V='0'/><Cell N='Denoise' V='0'/><Cell N='Transparency' V='0'/><Cell N='SelectMode' V='1'/><Cell N='DisplayMode' V='2'/><Cell N='IsDropTarget' V='0'/><Cell N='IsSnapTarget' V='1'/><Cell N='IsTextEditTarget' V='1'/><Cell N='DontMoveChildren' V='0'/><Cell N='ShapePermeableX' V='0'/><Cell N='ShapePermeableY' V='0'/><Cell N='ShapePermeablePlace' V='0'/><Cell N='Relationships' V='0'/><Cell N='ShapeFixedCode' V='0'/><Cell N='ShapePlowCode' V='0'/><Cell N='ShapeRouteStyle' V='0'/><Cell N='ShapePlaceStyle' V='0'/><Cell N='ConFixedCode' V='0'/><Cell N='ConLineJumpCode' V='0'/><Cell N='ConLineJumpStyle' V='0'/><Cell N='ConLineJumpDirX' V='0'/><Cell N='ConLineJumpDirY' V='0'/><Cell N='ShapePlaceFlip' V='0'/><Cell N='ConLineRouteExt' V='0'/><Cell N='ShapeSplit' V='0'/><Cell N='ShapeSplittable' V='0'/><Cell N='DisplayLevel' V='0'/><Cell N='ResizePage' V='0'/><Cell N='EnableGrid' V='0'/><Cell N='DynamicsOff' V='0'/><Cell N='CtrlAsInput' V='0'/><Cell N='AvoidPageBreaks' V='0'/><Cell N='PlaceStyle' V='0'/><Cell N='RouteStyle' V='0'/><Cell N='PlaceDepth' V='0'/><Cell N='PlowCode' V='0'/><Cell N='LineJumpCode' V='1'/><Cell N='LineJumpStyle' V='0'/><Cell N='PageLineJumpDirX' V='0'/><Cell N='PageLineJumpDirY' V='0'/><Cell N='LineToNodeX' V='0.125'/><Cell N='LineToNodeY' V='0.125'/><Cell N='BlockSizeX' V='0.25'/><Cell N='BlockSizeY' V='0.25'/><Cell N='AvenueSizeX' V='0.375'/><Cell N='AvenueSizeY' V='0.375'/><Cell N='LineToLineX' V='0.125'/><Cell N='LineToLineY' V='0.125'/><Cell N='LineJumpFactorX' V='0.66666666666667'/><Cell N='LineJumpFactorY' V='0.66666666666667'/><Cell N='LineAdjustFrom' V='0'/><Cell N='LineAdjustTo' V='0'/><Cell N='PlaceFlip' V='0'/><Cell N='LineRouteExt' V='0'/><Cell N='PageShapeSplit' V='0'/><Cell N='PageLeftMargin' V='0.25'/><Cell N='PageRightMargin' V='0.25'/><Cell N='PageTopMargin' V='0.25'/><Cell N='PageBottomMargin' V='0.25'/><Cell N='ScaleX' V='1'/><Cell N='ScaleY' V='1'/><Cell N='PagesX' V='1'/><Cell N='PagesY' V='1'/><Cell N='CenterX' V='0'/><Cell N='CenterY' V='0'/><Cell N='OnPage' V='0'/><Cell N='PrintGrid' V='0'/><Cell N='PrintPageOrientation' V='1'/><Cell N='PaperKind' V='1'/><Cell N='PaperSource' V='7'/><Cell N='QuickStyleLineColor' V='100'/><Cell N='QuickStyleFillColor' V='100'/><Cell N='QuickStyleShadowColor' V='100'/><Cell N='QuickStyleFontColor' V='100'/><Cell N='QuickStyleLineMatrix' V='100'/><Cell N='QuickStyleFillMatrix' V='100'/><Cell N='QuickStyleEffectsMatrix' V='100'/><Cell N='QuickStyleFontMatrix' V='100'/><Cell N='QuickStyleType' V='0'/><Cell N='QuickStyleVariation' V='0'/><Cell N='LineGradientDir' V='0'/><Cell N='LineGradientAngle' V='1.5707963267949'/><Cell N='FillGradientDir' V='0'/><Cell N='FillGradientAngle' V='1.5707963267949'/><Cell N='LineGradientEnabled' V='0'/><Cell N='FillGradientEnabled' V='0'/><Cell N='RotateGradientWithShape' V='1'/><Cell N='UseGroupGradient' V='0'/><Cell N='BevelTopType' V='0'/><Cell N='BevelTopWidth' V='0'/><Cell N='BevelTopHeight' V='0'/><Cell N='BevelBottomType' V='0'/><Cell N='BevelBottomWidth' V='0'/><Cell N='BevelBottomHeight' V='0'/><Cell N='BevelDepthColor' V='1'/><Cell N='BevelDepthSize' V='0'/><Cell N='BevelContourColor' V='0'/><Cell N='BevelContourSize' V='0'/><Cell N='BevelMaterialType' V='0'/><Cell N='BevelLightingType' V='0'/><Cell N='BevelLightingAngle' V='0'/><Cell N='RotationXAngle' V='0'/><Cell N='RotationYAngle' V='0'/><Cell N='RotationZAngle' V='0'/><Cell N='RotationType' V='0'/><Cell N='Perspective' V='0'/><Cell N='DistanceFromGround' V='0'/><Cell N='KeepTextFlat' V='0'/><Cell N='ReflectionTrans' V='0'/><Cell N='ReflectionSize' V='0'/><Cell N='ReflectionDist' V='0'/><Cell N='ReflectionBlur' V='0'/><Cell N='GlowColor' V='1'/><Cell N='GlowColorTrans' V='0'/><Cell N='GlowSize' V='0'/><Cell N='SoftEdgesSize' V='0'/><Cell N='SketchSeed' V='0'/><Cell N='SketchEnabled' V='0'/><Cell N='SketchAmount' V='5'/><Cell N='SketchLineWeight' V='0.04166666666666666' U='PT'/><Cell N='SketchLineChange' V='0.14'/><Cell N='SketchFillChange' V='0.1'/><Cell N='ColorSchemeIndex' V='0'/><Cell N='EffectSchemeIndex' V='0'/><Cell N='ConnectorSchemeIndex' V='0'/><Cell N='FontSchemeIndex' V='0'/><Cell N='ThemeIndex' V='0'/><Cell N='VariationColorIndex' V='0'/><Cell N='VariationStyleIndex' V='0'/><Cell N='EmbellishmentIndex' V='0'/><Cell N='ReplaceLockShapeData' V='0'/><Cell N='ReplaceLockText' V='0'/><Cell N='ReplaceLockFormat' V='0'/><Cell N='ReplaceCopyCells' V='0' U='BOOL' F='No Formula'/><Cell N='PageWidth' V='0' F='No Formula'/><Cell N='PageHeight' V='0' F='No Formula'/><Cell N='ShdwOffsetX' V='0' F='No Formula'/><Cell N='ShdwOffsetY' V='0' F='No Formula'/><Cell N='PageScale' V='0' U='IN_F' F='No Formula'/><Cell N='DrawingScale' V='0' U='IN_F' F='No Formula'/><Cell N='DrawingSizeType' V='0' F='No Formula'/><Cell N='DrawingScaleType' V='0' F='No Formula'/><Cell N='InhibitSnap' V='0' F='No Formula'/><Cell N='PageLockReplace' V='0' U='BOOL' F='No Formula'/><Cell N='PageLockDuplicate' V='0' U='BOOL' F='No Formula'/><Cell N='UIVisibility' V='0' F='No Formula'/><Cell N='ShdwType' V='0' F='No Formula'/><Cell N='ShdwObliqueAngle' V='0' F='No Formula'/><Cell N='ShdwScaleFactor' V='0' F='No Formula'/><Cell N='DrawingResizeType' V='0' F='No Formula'/><Section N='Character'><Row IX='0'><Cell N='Font' V='Calibri'/><Cell N='Color' V='0'/><Cell N='Style' V='0'/><Cell N='Case' V='0'/><Cell N='Pos' V='0'/><Cell N='FontScale' V='1'/><Cell N='Size' V='0.1666666666666667'/><Cell N='DblUnderline' V='0'/><Cell N='Overline' V='0'/><Cell N='Strikethru' V='0'/><Cell N='DoubleStrikethrough' V='0'/><Cell N='Letterspace' V='0'/><Cell N='ColorTrans' V='0'/><Cell N='AsianFont' V='0'/><Cell N='ComplexScriptFont' V='0'/><Cell N='ComplexScriptSize' V='-1'/><Cell N='LangID' V='en-US'/></Row></Section><Section N='Paragraph'><Row IX='0'><Cell N='IndFirst' V='0'/><Cell N='IndLeft' V='0'/><Cell N='IndRight' V='0'/><Cell N='SpLine' V='-1.2'/><Cell N='SpBefore' V='0'/><Cell N='SpAfter' V='0'/><Cell N='HorzAlign' V='1'/><Cell N='Bullet' V='0'/><Cell N='BulletStr' V=''/><Cell N='BulletFont' V='0'/><Cell N='BulletFontSize' V='-1'/><Cell N='TextPosAfterBullet' V='0'/><Cell N='Flags' V='0'/></Row></Section><Section N='Tabs'><Row IX='0'/></Section><Section N='LineGradient'><Row IX='0'><Cell N='GradientStopColor' V='1'/><Cell N='GradientStopColorTrans' V='0'/><Cell N='GradientStopPosition' V='0'/></Row></Section><Section N='FillGradient'><Row IX='0'><Cell N='GradientStopColor' V='1'/><Cell N='GradientStopColorTrans' V='0'/><Cell N='GradientStopPosition' V='0'/></Row></Section></StyleSheet><StyleSheet ID='1' NameU='Text Only' IsCustomNameU='1' Name='Text Only' IsCustomName='1' LineStyle='3' FillStyle='3' TextStyle='3'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LineWeight' V='Themed' F='Inh'/><Cell N='LineColor' V='Themed' F='Inh'/><Cell N='LinePattern' V='Themed' F='Inh'/><Cell N='Rounding' V='Themed' F='Inh'/><Cell N='EndArrowSize' V='2' F='Inh'/><Cell N='BeginArrow' V='0' F='Inh'/><Cell N='EndArrow' V='0' F='Inh'/><Cell N='LineCap' V='Themed' F='Inh'/><Cell N='BeginArrowSize' V='2' F='Inh'/><Cell N='LineColorTrans' V='Themed' F='Inh'/><Cell N='CompoundType' V='Themed' F='Inh'/><Cell N='FillForegnd' V='Themed' F='Inh'/><Cell N='FillBkgnd' V='Themed' F='Inh'/><Cell N='FillPattern' V='Themed' F='Inh'/><Cell N='ShdwForegnd' V='Themed' F='Inh'/><Cell N='ShdwPattern' V='Themed' F='Inh'/><Cell N='FillForegndTrans' V='Themed' F='Inh'/><Cell N='FillBkgndTrans' V='Themed' F='Inh'/><Cell N='ShdwForegndTrans' V='Themed' F='Inh'/><Cell N='ShapeShdwType' V='Themed' F='Inh'/><Cell N='ShapeShdwOffsetX' V='Themed' F='Inh'/><Cell N='ShapeShdwOffsetY' V='Themed' F='Inh'/><Cell N='ShapeShdwObliqueAngle' V='Themed' F='Inh'/><Cell N='ShapeShdwScaleFactor' V='Themed' F='Inh'/><Cell N='ShapeShdwBlur' V='Themed' F='Inh'/><Cell N='ShapeShdwShow' V='0' F='Inh'/><Cell N='LeftMargin' V='0'/><Cell N='RightMargin' V='0'/><Cell N='TopMargin' V='0'/><Cell N='BottomMargin' V='0'/><Cell N='VerticalAlign' V='0'/><Cell N='TextBkgnd' V='0'/><Cell N='DefaultTabStop' V='0.5' F='Inh'/><Cell N='TextDirection' V='0' F='Inh'/><Cell N='TextBkgndTrans' V='0' F='Inh'/><Cell N='LineGradientDir' V='Themed' F='Inh'/><Cell N='LineGradientAngle' V='Themed' F='Inh'/><Cell N='FillGradientDir' V='Themed' F='Inh'/><Cell N='FillGradientAngle' V='Themed' F='Inh'/><Cell N='LineGradientEnabled' V='Themed' F='Inh'/><Cell N='FillGradientEnabled' V='Themed' F='Inh'/><Cell N='RotateGradientWithShape' V='Themed' F='Inh'/><Cell N='UseGroupGradient' V='Themed' F='Inh'/><Section N='Paragraph'><Row IX='0'><Cell N='IndFirst' V='0' F='Inh'/><Cell N='IndLeft' V='0' F='Inh'/><Cell N='IndRight' V='0' F='Inh'/><Cell N='SpLine' V='-1.2' F='Inh'/><Cell N='SpBefore' V='0' F='Inh'/><Cell N='SpAfter' V='0' F='Inh'/><Cell N='HorzAlign' V='0'/><Cell N='Bullet' V='0' F='Inh'/><Cell N='BulletStr' V='' F='Inh'/><Cell N='BulletFont' V='0' F='Inh'/><Cell N='BulletFontSize' V='-1' F='Inh'/><Cell N='TextPosAfterBullet' V='0' F='Inh'/><Cell N='Flags' V='0' F='Inh'/></Row></Section></StyleSheet><StyleSheet ID='2' NameU='None' IsCustomNameU='1' Name='None' IsCustomName='1' LineStyle='3' FillStyle='3' TextStyle='3'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LineWeight' V='Themed' F='Inh'/><Cell N='LineColor' V='Themed' F='Inh'/><Cell N='LinePattern' V='0'/><Cell N='Rounding' V='Themed' F='Inh'/><Cell N='EndArrowSize' V='2' F='Inh'/><Cell N='BeginArrow' V='0' F='Inh'/><Cell N='EndArrow' V='0' F='Inh'/><Cell N='LineCap' V='Themed' F='Inh'/><Cell N='BeginArrowSize' V='2' F='Inh'/><Cell N='LineColorTrans' V='Themed' F='Inh'/><Cell N='CompoundType' V='Themed' F='Inh'/><Cell N='FillForegnd' V='Themed' F='Inh'/><Cell N='FillBkgnd' V='Themed' F='Inh'/><Cell N='FillPattern' V='0'/><Cell N='ShdwForegnd' V='Themed' F='Inh'/><Cell N='ShdwPattern' V='Themed' F='Inh'/><Cell N='FillForegndTrans' V='Themed' F='Inh'/><Cell N='FillBkgndTrans' V='Themed' F='Inh'/><Cell N='ShdwForegndTrans' V='Themed' F='Inh'/><Cell N='ShapeShdwType' V='Themed' F='Inh'/><Cell N='ShapeShdwOffsetX' V='Themed' F='Inh'/><Cell N='ShapeShdwOffsetY' V='Themed' F='Inh'/><Cell N='ShapeShdwObliqueAngle' V='Themed' F='Inh'/><Cell N='ShapeShdwScaleFactor' V='Themed' F='Inh'/><Cell N='ShapeShdwBlur' V='Themed' F='Inh'/><Cell N='ShapeShdwShow' V='0' F='Inh'/><Cell N='LineGradientDir' V='Themed' F='Inh'/><Cell N='LineGradientAngle' V='Themed' F='Inh'/><Cell N='FillGradientDir' V='Themed' F='Inh'/><Cell N='FillGradientAngle' V='Themed' F='Inh'/><Cell N='LineGradientEnabled' V='0'/><Cell N='FillGradientEnabled' V='0'/><Cell N='RotateGradientWithShape' V='Themed' F='Inh'/><Cell N='UseGroupGradient' V='Themed' F='Inh'/><Cell N='QuickStyleLineColor' V='100' F='Inh'/><Cell N='QuickStyleFillColor' V='100' F='Inh'/><Cell N='QuickStyleShadowColor' V='100' F='Inh'/><Cell N='QuickStyleFontColor' V='100' F='Inh'/><Cell N='QuickStyleLineMatrix' V='100' F='Inh'/><Cell N='QuickStyleFillMatrix' V='100' F='Inh'/><Cell N='QuickStyleEffectsMatrix' V='0' F='GUARD(0)'/><Cell N='QuickStyleFontMatrix' V='100' F='Inh'/><Cell N='QuickStyleType' V='0' F='Inh'/><Cell N='QuickStyleVariation' V='2'/></StyleSheet><StyleSheet ID='3' NameU='Normal' IsCustomNameU='1' Name='Normal' IsCustomName='1' LineStyle='6' FillStyle='6' TextStyle='6'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LeftMargin' V='0.05555555555555555' U='PT'/><Cell N='RightMargin' V='0.05555555555555555' U='PT'/><Cell N='TopMargin' V='0.05555555555555555' U='PT'/><Cell N='BottomMargin' V='0.05555555555555555' U='PT'/><Cell N='VerticalAlign' V='1' F='Inh'/><Cell N='TextBkgnd' V='0' F='Inh'/><Cell N='DefaultTabStop' V='0.5' F='Inh'/><Cell N='TextDirection' V='0' F='Inh'/><Cell N='TextBkgndTrans' V='0' F='Inh'/></StyleSheet><StyleSheet ID='4' NameU='Guide' IsCustomNameU='1' Name='Guide' IsCustomName='1' LineStyle='3' FillStyle='3' TextStyle='3'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LineWeight' V='0' U='PT'/><Cell N='LineColor' V='#7f7f7f'/><Cell N='LinePattern' V='23'/><Cell N='Rounding' V='Themed' F='Inh'/><Cell N='EndArrowSize' V='2' F='Inh'/><Cell N='BeginArrow' V='0' F='Inh'/><Cell N='EndArrow' V='0' F='Inh'/><Cell N='LineCap' V='Themed' F='Inh'/><Cell N='BeginArrowSize' V='2' F='Inh'/><Cell N='LineColorTrans' V='Themed' F='Inh'/><Cell N='CompoundType' V='Themed' F='Inh'/><Cell N='FillForegnd' V='Themed' F='Inh'/><Cell N='FillBkgnd' V='Themed' F='Inh'/><Cell N='FillPattern' V='0'/><Cell N='ShdwForegnd' V='Themed' F='Inh'/><Cell N='ShdwPattern' V='Themed' F='Inh'/><Cell N='FillForegndTrans' V='Themed' F='Inh'/><Cell N='FillBkgndTrans' V='Themed' F='Inh'/><Cell N='ShdwForegndTrans' V='Themed' F='Inh'/><Cell N='ShapeShdwType' V='Themed' F='Inh'/><Cell N='ShapeShdwOffsetX' V='Themed' F='Inh'/><Cell N='ShapeShdwOffsetY' V='Themed' F='Inh'/><Cell N='ShapeShdwObliqueAngle' V='Themed' F='Inh'/><Cell N='ShapeShdwScaleFactor' V='Themed' F='Inh'/><Cell N='ShapeShdwBlur' V='Themed' F='Inh'/><Cell N='ShapeShdwShow' V='0' F='Inh'/><Cell N='LineGradientDir' V='Themed' F='Inh'/><Cell N='LineGradientAngle' V='Themed' F='Inh'/><Cell N='FillGradientDir' V='Themed' F='Inh'/><Cell N='FillGradientAngle' V='Themed' F='Inh'/><Cell N='LineGradientEnabled' V='0'/><Cell N='FillGradientEnabled' V='0'/><Cell N='RotateGradientWithShape' V='Themed' F='Inh'/><Cell N='UseGroupGradient' V='Themed' F='Inh'/><Cell N='LeftMargin' V='0.05555555555555555' U='PT' F='Inh'/><Cell N='RightMargin' V='0.05555555555555555' U='PT' F='Inh'/><Cell N='TopMargin' V='0'/><Cell N='BottomMargin' V='0'/><Cell N='VerticalAlign' V='2'/><Cell N='TextBkgnd' V='0' F='Inh'/><Cell N='DefaultTabStop' V='0.5' F='Inh'/><Cell N='TextDirection' V='0' F='Inh'/><Cell N='TextBkgndTrans' V='0' F='Inh'/><Cell N='NoObjHandles' V='0' F='Inh'/><Cell N='NonPrinting' V='1'/><Cell N='NoCtlHandles' V='0' F='Inh'/><Cell N='NoAlignBox' V='0' F='Inh'/><Cell N='UpdateAlignBox' V='0' F='Inh'/><Cell N='HideText' V='0' F='Inh'/><Cell N='DynFeedback' V='0' F='Inh'/><Cell N='GlueType' V='0' F='Inh'/><Cell N='WalkPreference' V='0' F='Inh'/><Cell N='BegTrigger' V='0' F='No Formula'/><Cell N='EndTrigger' V='0' F='No Formula'/><Cell N='ObjType' V='0' F='Inh'/><Cell N='Comment' V='' F='Inh'/><Cell N='IsDropSource' V='0' F='Inh'/><Cell N='NoLiveDynamics' V='0' F='Inh'/><Cell N='LocalizeMerge' V='0' F='Inh'/><Cell N='NoProofing' V='0' F='Inh'/><Cell N='Calendar' V='0' F='Inh'/><Cell N='LangID' V='en-US' F='Inh'/><Cell N='ShapeKeywords' V='' F='Inh'/><Cell N='DropOnPageScale' V='1' F='Inh'/><Cell N='ShapePermeableX' V='1'/><Cell N='ShapePermeableY' V='1'/><Cell N='ShapePermeablePlace' V='1'/><Cell N='Relationships' V='0' F='Inh'/><Cell N='ShapeFixedCode' V='0' F='Inh'/><Cell N='ShapePlowCode' V='0' F='Inh'/><Cell N='ShapeRouteStyle' V='0' F='Inh'/><Cell N='ShapePlaceStyle' V='0' F='Inh'/><Cell N='ConFixedCode' V='0' F='Inh'/><Cell N='ConLineJumpCode' V='0' F='Inh'/><Cell N='ConLineJumpStyle' V='0' F='Inh'/><Cell N='ConLineJumpDirX' V='0' F='Inh'/><Cell N='ConLineJumpDirY' V='0' F='Inh'/><Cell N='ShapePlaceFlip' V='0' F='Inh'/><Cell N='ConLineRouteExt' V='0' F='Inh'/><Cell N='ShapeSplit' V='0' F='Inh'/><Cell N='ShapeSplittable' V='0' F='Inh'/><Cell N='DisplayLevel' V='0' F='Inh'/><Section N='Character'><Row IX='0'><Cell N='Font' V='Themed' F='Inh'/><Cell N='Color' V='4'/><Cell N='Style' V='Themed' F='Inh'/><Cell N='Case' V='0' F='Inh'/><Cell N='Pos' V='0' F='Inh'/><Cell N='FontScale' V='1' F='Inh'/><Cell N='Size' V='0.125'/><Cell N='DblUnderline' V='0' F='Inh'/><Cell N='Overline' V='0' F='Inh'/><Cell N='Strikethru' V='0' F='Inh'/><Cell N='DoubleStrikethrough' V='0' F='Inh'/><Cell N='Letterspace' V='0' F='Inh'/><Cell N='ColorTrans' V='0' F='Inh'/><Cell N='AsianFont' V='Themed' F='Inh'/><Cell N='ComplexScriptFont' V='Themed' F='Inh'/><Cell N='ComplexScriptSize' V='-1' F='Inh'/><Cell N='LangID' V='en-US' F='Inh'/></Row></Section></StyleSheet><StyleSheet ID='6' NameU='Theme' IsCustomNameU='1' Name='Theme' IsCustomName='1' LineStyle='0' FillStyle='0' TextStyle='0'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LineWeight' V='Themed' F='THEMEVAL()'/><Cell N='LineColor' V='Themed' F='THEMEVAL()'/><Cell N='LinePattern' V='Themed' F='THEMEVAL()'/><Cell N='Rounding' V='Themed' F='THEMEVAL()'/><Cell N='EndArrowSize' V='2' F='Inh'/><Cell N='BeginArrow' V='0' F='Inh'/><Cell N='EndArrow' V='0' F='Inh'/><Cell N='LineCap' V='Themed' F='THEMEVAL()'/><Cell N='BeginArrowSize' V='2' F='Inh'/><Cell N='LineColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='CompoundType' V='Themed' F='THEMEVAL()'/><Cell N='FillForegnd' V='Themed' F='THEMEVAL()'/><Cell N='FillBkgnd' V='Themed' F='THEMEVAL()'/><Cell N='FillPattern' V='Themed' F='THEMEVAL()'/><Cell N='ShdwForegnd' V='Themed' F='THEMEVAL()'/><Cell N='ShdwPattern' V='Themed' F='THEMEVAL()'/><Cell N='FillForegndTrans' V='Themed' F='THEMEVAL()'/><Cell N='FillBkgndTrans' V='Themed' F='THEMEVAL()'/><Cell N='ShdwForegndTrans' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwType' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwOffsetX' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwOffsetY' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwObliqueAngle' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwScaleFactor' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwBlur' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwShow' V='0' F='Inh'/><Cell N='LineGradientDir' V='Themed' F='THEMEVAL()'/><Cell N='LineGradientAngle' V='Themed' F='THEMEVAL()'/><Cell N='FillGradientDir' V='Themed' F='THEMEVAL()'/><Cell N='FillGradientAngle' V='Themed' F='THEMEVAL()'/><Cell N='LineGradientEnabled' V='Themed' F='THEMEVAL()'/><Cell N='FillGradientEnabled' V='Themed' F='THEMEVAL()'/><Cell N='RotateGradientWithShape' V='Themed' F='THEMEVAL()'/><Cell N='UseGroupGradient' V='Themed' F='THEMEVAL()'/><Cell N='BevelTopType' V='Themed' F='THEMEVAL()'/><Cell N='BevelTopWidth' V='Themed' F='THEMEVAL()'/><Cell N='BevelTopHeight' V='Themed' F='THEMEVAL()'/><Cell N='BevelBottomType' V='0' F='Inh'/><Cell N='BevelBottomWidth' V='0' F='Inh'/><Cell N='BevelBottomHeight' V='0' F='Inh'/><Cell N='BevelDepthColor' V='1' F='Inh'/><Cell N='BevelDepthSize' V='0' F='Inh'/><Cell N='BevelContourColor' V='Themed' F='THEMEVAL()'/><Cell N='BevelContourSize' V='Themed' F='THEMEVAL()'/><Cell N='BevelMaterialType' V='Themed' F='THEMEVAL()'/><Cell N='BevelLightingType' V='Themed' F='THEMEVAL()'/><Cell N='BevelLightingAngle' V='Themed' F='THEMEVAL()'/><Cell N='ReflectionTrans' V='Themed' F='THEMEVAL()'/><Cell N='ReflectionSize' V='Themed' F='THEMEVAL()'/><Cell N='ReflectionDist' V='Themed' F='THEMEVAL()'/><Cell N='ReflectionBlur' V='Themed' F='THEMEVAL()'/><Cell N='GlowColor' V='Themed' F='THEMEVAL()'/><Cell N='GlowColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GlowSize' V='Themed' F='THEMEVAL()'/><Cell N='SoftEdgesSize' V='Themed' F='THEMEVAL()'/><Cell N='SketchSeed' V='0' F='Inh'/><Cell N='SketchEnabled' V='Themed' F='THEMEVAL()'/><Cell N='SketchAmount' V='Themed' F='THEMEVAL()'/><Cell N='SketchLineWeight' V='Themed' F='THEMEVAL()'/><Cell N='SketchLineChange' V='Themed' F='THEMEVAL()'/><Cell N='SketchFillChange' V='Themed' F='THEMEVAL()'/><Cell N='QuickStyleLineColor' V='100'/><Cell N='QuickStyleFillColor' V='100'/><Cell N='QuickStyleShadowColor' V='100'/><Cell N='QuickStyleFontColor' V='100'/><Cell N='QuickStyleLineMatrix' V='100'/><Cell N='QuickStyleFillMatrix' V='100'/><Cell N='QuickStyleEffectsMatrix' V='100'/><Cell N='QuickStyleFontMatrix' V='100'/><Cell N='QuickStyleType' V='0' F='Inh'/><Cell N='QuickStyleVariation' V='0' F='Inh'/><Cell N='ColorSchemeIndex' V='65534'/><Cell N='EffectSchemeIndex' V='65534'/><Cell N='ConnectorSchemeIndex' V='65534'/><Cell N='FontSchemeIndex' V='65534'/><Cell N='ThemeIndex' V='65534'/><Cell N='VariationColorIndex' V='65534'/><Cell N='VariationStyleIndex' V='65534'/><Cell N='EmbellishmentIndex' V='65534'/><Section N='Character'><Row IX='0'><Cell N='Font' V='Themed' F='THEMEVAL()'/><Cell N='Color' V='Themed' F='THEMEVAL()'/><Cell N='Style' V='Themed' F='THEMEVAL()'/><Cell N='Case' V='0' F='Inh'/><Cell N='Pos' V='0' F='Inh'/><Cell N='FontScale' V='1' F='Inh'/><Cell N='Size' V='0.1666666666666667' F='Inh'/><Cell N='DblUnderline' V='0' F='Inh'/><Cell N='Overline' V='0' F='Inh'/><Cell N='Strikethru' V='0' F='Inh'/><Cell N='DoubleStrikethrough' V='0' F='Inh'/><Cell N='Letterspace' V='0' F='Inh'/><Cell N='ColorTrans' V='0' F='Inh'/><Cell N='AsianFont' V='Themed' F='THEMEVAL()'/><Cell N='ComplexScriptFont' V='Themed' F='THEMEVAL()'/><Cell N='ComplexScriptSize' V='-1' F='Inh'/><Cell N='LangID' V='en-US' F='Inh'/></Row></Section><Section N='FillGradient'><Row IX='0'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='1'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='2'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='3'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='4'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='5'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='6'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='7'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='8'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='9'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row></Section><Section N='LineGradient'><Row IX='0'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='1'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='2'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='3'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='4'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='5'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='6'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='7'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='8'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='9'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row></Section></StyleSheet><StyleSheet ID='7' NameU='Connector' IsCustomNameU='1' Name='Connector' IsCustomName='1' LineStyle='3' FillStyle='3' TextStyle='3'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LeftMargin' V='0.05555555555555555' U='PT' F='Inh'/><Cell N='RightMargin' V='0.05555555555555555' U='PT' F='Inh'/><Cell N='TopMargin' V='0.05555555555555555' U='PT' F='Inh'/><Cell N='BottomMargin' V='0.05555555555555555' U='PT' F='Inh'/><Cell N='VerticalAlign' V='1' F='Inh'/><Cell N='TextBkgnd' V='#ffffff' F='THEMEGUARD(THEMEVAL(\"BackgroundColor\")+1)'/><Cell N='DefaultTabStop' V='0.5' F='Inh'/><Cell N='TextDirection' V='0' F='Inh'/><Cell N='TextBkgndTrans' V='0' F='Inh'/><Cell N='NoObjHandles' V='0' F='Inh'/><Cell N='NonPrinting' V='0' F='Inh'/><Cell N='NoCtlHandles' V='0' F='Inh'/><Cell N='NoAlignBox' V='0' F='Inh'/><Cell N='UpdateAlignBox' V='0' F='Inh'/><Cell N='HideText' V='0' F='Inh'/><Cell N='DynFeedback' V='0' F='Inh'/><Cell N='GlueType' V='0' F='Inh'/><Cell N='WalkPreference' V='0' F='Inh'/><Cell N='BegTrigger' V='0' F='No Formula'/><Cell N='EndTrigger' V='0' F='No Formula'/><Cell N='ObjType' V='0' F='Inh'/><Cell N='Comment' V='' F='Inh'/><Cell N='IsDropSource' V='0' F='Inh'/><Cell N='NoLiveDynamics' V='0' F='Inh'/><Cell N='LocalizeMerge' V='0' F='Inh'/><Cell N='NoProofing' V='0' F='Inh'/><Cell N='Calendar' V='0' F='Inh'/><Cell N='LangID' V='en-US' F='Inh'/><Cell N='ShapeKeywords' V='' F='Inh'/><Cell N='DropOnPageScale' V='1' F='Inh'/><Cell N='QuickStyleLineColor' V='100'/><Cell N='QuickStyleFillColor' V='100'/><Cell N='QuickStyleShadowColor' V='100'/><Cell N='QuickStyleFontColor' V='100'/><Cell N='QuickStyleLineMatrix' V='1'/><Cell N='QuickStyleFillMatrix' V='1'/><Cell N='QuickStyleEffectsMatrix' V='1'/><Cell N='QuickStyleFontMatrix' V='1'/><Cell N='QuickStyleType' V='0'/><Cell N='QuickStyleVariation' V='0'/><Cell N='LineWeight' V='Themed' F='Inh'/><Cell N='LineColor' V='Themed' F='Inh'/><Cell N='LinePattern' V='Themed' F='Inh'/><Cell N='Rounding' V='Themed' F='Inh'/><Cell N='EndArrowSize' V='Themed' F='THEMEVAL()'/><Cell N='BeginArrow' V='Themed' F='THEMEVAL()'/><Cell N='EndArrow' V='Themed' F='THEMEVAL()'/><Cell N='LineCap' V='Themed' F='Inh'/><Cell N='BeginArrowSize' V='Themed' F='THEMEVAL()'/><Cell N='LineColorTrans' V='Themed' F='Inh'/><Cell N='CompoundType' V='Themed' F='Inh'/><Section N='Character'><Row IX='0'><Cell N='Font' V='Themed' F='Inh'/><Cell N='Color' V='Themed' F='Inh'/><Cell N='Style' V='Themed' F='Inh'/><Cell N='Case' V='0' F='Inh'/><Cell N='Pos' V='0' F='Inh'/><Cell N='FontScale' V='1' F='Inh'/><Cell N='Size' V='0.1111111111111111'/><Cell N='DblUnderline' V='0' F='Inh'/><Cell N='Overline' V='0' F='Inh'/><Cell N='Strikethru' V='0' F='Inh'/><Cell N='DoubleStrikethrough' V='0' F='Inh'/><Cell N='Letterspace' V='0' F='Inh'/><Cell N='ColorTrans' V='0' F='Inh'/><Cell N='AsianFont' V='Themed' F='Inh'/><Cell N='ComplexScriptFont' V='Themed' F='Inh'/><Cell N='ComplexScriptSize' V='-1' F='Inh'/><Cell N='LangID' V='en-US' F='Inh'/></Row></Section></StyleSheet></StyleSheets><DocumentSheet NameU='TheDoc' IsCustomNameU='1' Name='TheDoc' IsCustomName='1' LineStyle='0' FillStyle='0' TextStyle='0'><Cell N='OutputFormat' V='0'/><Cell N='LockPreview' V='0'/><Cell N='AddMarkup' V='0'/><Cell N='ViewMarkup' V='0'/><Cell N='DocLockReplace' V='0' U='BOOL'/><Cell N='NoCoauth' V='0' U='BOOL'/><Cell N='DocLockDuplicatePage' V='0' U='BOOL'/><Cell N='PreviewQuality' V='0'/><Cell N='PreviewScope' V='0'/><Cell N='DocLangID' V='en-US'/><Section N='User'><Row N='msvNoAutoConnect'><Cell N='Value' V='1'/><Cell N='Prompt' V='' F='No Formula'/></Row></Section></DocumentSheet></VisioDocument>", "visio/windows.xml":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Windows ClientWidth='0' ClientHeight='0' xmlns='http://schemas.microsoft.com/office/visio/2012/main' xmlns:r='http://schemas.openxmlformats.org/officeDocument/2006/relationships' xml:space='preserve' />","visio/_rels/document.xml.rels":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Relationships xmlns='http://schemas.openxmlformats.org/package/2006/relationships'><Relationship Id='rId1' Type='http://schemas.microsoft.com/visio/2010/relationships/masters' Target='masters/masters.xml' /><Relationship Id='rId2' Type='http://schemas.microsoft.com/visio/2010/relationships/pages' Target='pages/pages.xml' /><Relationship Id='rId3' Type='http://schemas.microsoft.com/visio/2010/relationships/windows' Target='windows.xml' /></Relationships>", "visio/masters/_rels/masters.xml.rels":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId1" Type="http://schemas.microsoft.com/visio/2010/relationships/master" Target="master1.xml"/></Relationships>',"visio/masters/masters.xml":"<?xml version='1.0' encoding='utf-8' ?><Masters xmlns='http://schemas.microsoft.com/office/visio/2012/main' xmlns:r='http://schemas.openxmlformats.org/officeDocument/2006/relationships' xml:space='preserve'><Master ID='4' NameU='Dynamic connector' IsCustomNameU='1' Name='Dynamic connector' IsCustomName='1' Prompt='This connector automatically routes between the shapes it connects.' IconSize='1' AlignName='2' MatchByName='1' IconUpdate='0' UniqueID='{002A9108-0000-0000-8E40-00608CF305B2}' BaseID='{F7290A45-E3AD-11D2-AE4F-006008C9F5A9}' PatternFlags='0' Hidden='0' MasterType='0'><PageSheet LineStyle='0' FillStyle='0' TextStyle='0'><Cell N='PageWidth' V='3'/><Cell N='PageHeight' V='3'/><Cell N='ShdwOffsetX' V='0.125'/><Cell N='ShdwOffsetY' V='-0.125'/><Cell N='PageScale' V='1' U='IN_F'/><Cell N='DrawingScale' V='1' U='IN_F'/><Cell N='DrawingSizeType' V='4'/><Cell N='DrawingScaleType' V='0'/><Cell N='InhibitSnap' V='0'/><Cell N='PageLockReplace' V='0' U='BOOL'/><Cell N='PageLockDuplicate' V='0' U='BOOL'/><Cell N='UIVisibility' V='0'/><Cell N='ShdwType' V='0'/><Cell N='ShdwObliqueAngle' V='0'/><Cell N='ShdwScaleFactor' V='1'/><Cell N='DrawingResizeType' V='0'/><Section N='Layer'><Row IX='0'><Cell N='Name' V='Connector'/><Cell N='Color' V='255'/><Cell N='Status' V='0'/><Cell N='Visible' V='1'/><Cell N='Print' V='1'/><Cell N='Active' V='0'/><Cell N='Lock' V='0'/><Cell N='Snap' V='1'/><Cell N='Glue' V='1'/><Cell N='NameUniv' V='Connector'/><Cell N='ColorTrans' V='0'/></Row></Section></PageSheet><Rel r:id='rId1'/></Master></Masters>", "visio/masters/master1.xml":"<?xml version='1.0' encoding='utf-8' ?><MasterContents xmlns='http://schemas.microsoft.com/office/visio/2012/main' xmlns:r='http://schemas.openxmlformats.org/officeDocument/2006/relationships' xml:space='preserve'><Shapes><Shape ID='5' OriginalID='0' Type='Shape' LineStyle='7' FillStyle='7' TextStyle='7'><Cell N='PinX' V='1.5' F='GUARD((BeginX+EndX)/2)'/><Cell N='PinY' V='1.5' F='GUARD((BeginY+EndY)/2)'/><Cell N='Width' V='1' F='GUARD(EndX-BeginX)'/><Cell N='Height' V='-1' F='GUARD(EndY-BeginY)'/><Cell N='LocPinX' V='0.5' F='GUARD(Width*0.5)'/><Cell N='LocPinY' V='-0.5' F='GUARD(Height*0.5)'/><Cell N='Angle' V='0' F='GUARD(0DA)'/><Cell N='FlipX' V='0' F='GUARD(FALSE)'/><Cell N='FlipY' V='0' F='GUARD(FALSE)'/><Cell N='ResizeMode' V='0'/><Cell N='BeginX' V='1'/><Cell N='BeginY' V='2'/><Cell N='EndX' V='2'/><Cell N='EndY' V='1'/><Cell N='TxtPinX' V='0' F='SETATREF(Controls.TextPosition)'/><Cell N='TxtPinY' V='-1' F='SETATREF(Controls.TextPosition.Y)'/><Cell N='TxtWidth' V='0.5555555555555556' F='MAX(TEXTWIDTH(TheText),5*Char.Size)'/><Cell N='TxtHeight' V='0.2444444444444444' F='TEXTHEIGHT(TheText,TxtWidth)'/><Cell N='TxtLocPinX' V='0.2777777777777778' F='TxtWidth*0.5'/><Cell N='TxtLocPinY' V='0.1222222222222222' F='TxtHeight*0.5'/><Cell N='TxtAngle' V='0'/><Cell N='LockHeight' V='1'/><Cell N='LockCalcWH' V='1'/><Cell N='HelpTopic' V='Vis_SE.chm!#20000'/><Cell N='Copyright' V='Copyright 2001 Microsoft Corporation. All rights reserved.'/><Cell N='NoAlignBox' V='1'/><Cell N='DynFeedback' V='2'/><Cell N='GlueType' V='2'/><Cell N='ObjType' V='2'/><Cell N='NoLiveDynamics' V='1'/><Cell N='ShapeSplittable' V='1'/><Cell N='LayerMember' V='0'/><Section N='Control'><Row N='TextPosition'><Cell N='X' V='0'/><Cell N='Y' V='-1'/><Cell N='XDyn' V='0' F='Controls.TextPosition'/><Cell N='YDyn' V='-1' F='Controls.TextPosition.Y'/><Cell N='XCon' V='5' F='IF(OR(STRSAME(SHAPETEXT(TheText),\"\"),HideText),5,0)'/><Cell N='YCon' V='0'/><Cell N='CanGlue' V='0'/><Cell N='Prompt' V='Reposition Text'/></Row></Section><Section N='Geometry' IX='0'><Cell N='NoFill' V='1'/><Cell N='NoLine' V='0'/><Cell N='NoShow' V='0'/><Cell N='NoSnap' V='0'/><Cell N='NoQuickDrag' V='0'/><Row T='MoveTo' IX='1'><Cell N='X' V='0'/><Cell N='Y' V='0'/></Row><Row T='LineTo' IX='2'><Cell N='X' V='0'/><Cell N='Y' V='-1'/></Row></Section></Shape></Shapes></MasterContents>"}, -g;for(g in d)if(1<b&&g==E.CONTENT_TYPES_XML){for(var p=mxUtils.parseXml(d[g]),c=p.documentElement,f=c.children,D=null,C=0;C<f.length;C++){var y=f[C];"/visio/pages/page1.xml"==y.getAttribute(E.PART_NAME)&&(D=y)}for(C=2;C<=b;C++)f=D.cloneNode(),f.setAttribute(E.PART_NAME,"/visio/pages/page"+C+".xml"),c.appendChild(f);z(a,g,p,!0)}else a.file(g,d[g])}function w(a,b,d){return null!=a.createElementNS?a.createElementNS(b,d):a.createElement(d)}function l(a){var b=F[a];null==b&&(b=B++,F[a]=b);return b}function h(a){var b= -{};try{var d=a.getGraphBounds().clone(),g=a.view.scale,p=a.view.translate,c=Math.round(d.x/g)-p.x,f=Math.round(d.y/g)-p.y,D=a.pageFormat.width,C=a.pageFormat.height;0>c&&(c+=Math.ceil((p.x-d.x/g)/D)*D);0>f&&(f+=Math.ceil((p.y-d.y/g)/C)*C);var y=Math.max(1,Math.ceil((d.width/g+c)/D)),q=Math.max(1,Math.ceil((d.height/g+f)/C));b.gridEnabled=a.gridEnabled;b.gridSize=a.gridSize;b.guidesEnabled=a.graphHandler.guidesEnabled;b.pageVisible=a.pageVisible;b.pageScale=a.pageScale;b.pageWidth=a.pageFormat.width* -y;b.pageHeight=a.pageFormat.height*q;b.backgroundClr=a.background;b.mathEnabled=a.mathEnabled;b.shadowVisible=a.shadowVisible}catch(Ea){}return b}function f(a,d,g,p){return b(a,d/E.CONVERSION_FACTOR,g,p)}function b(a,b,d,g){d=w(d,E.XMLNS,"Cell");d.setAttribute("N",a);d.setAttribute("V",b);g&&d.setAttribute("F",g);return d}function a(a,b,d,g,p){var c=w(p,E.XMLNS,"Row");c.setAttribute("T",a);c.setAttribute("IX",b);c.appendChild(f("X",d,p));c.appendChild(f("Y",g,p));return c}function d(a,d,g){var p= +g;for(g in d)if(1<b&&g==D.CONTENT_TYPES_XML){for(var p=mxUtils.parseXml(d[g]),c=p.documentElement,f=c.children,E=null,C=0;C<f.length;C++){var y=f[C];"/visio/pages/page1.xml"==y.getAttribute(D.PART_NAME)&&(E=y)}for(C=2;C<=b;C++)f=E.cloneNode(),f.setAttribute(D.PART_NAME,"/visio/pages/page"+C+".xml"),c.appendChild(f);A(a,g,p,!0)}else a.file(g,d[g])}function w(a,b,d){return null!=a.createElementNS?a.createElementNS(b,d):a.createElement(d)}function l(a){var b=F[a];null==b&&(b=B++,F[a]=b);return b}function h(a){var b= +{};try{var d=a.getGraphBounds().clone(),g=a.view.scale,p=a.view.translate,c=Math.round(d.x/g)-p.x,f=Math.round(d.y/g)-p.y,E=a.pageFormat.width,C=a.pageFormat.height;0>c&&(c+=Math.ceil((p.x-d.x/g)/E)*E);0>f&&(f+=Math.ceil((p.y-d.y/g)/C)*C);var y=Math.max(1,Math.ceil((d.width/g+c)/E)),t=Math.max(1,Math.ceil((d.height/g+f)/C));b.gridEnabled=a.gridEnabled;b.gridSize=a.gridSize;b.guidesEnabled=a.graphHandler.guidesEnabled;b.pageVisible=a.pageVisible;b.pageScale=a.pageScale;b.pageWidth=a.pageFormat.width* +y;b.pageHeight=a.pageFormat.height*t;b.backgroundClr=a.background;b.mathEnabled=a.mathEnabled;b.shadowVisible=a.shadowVisible}catch(za){}return b}function f(a,d,g,p){return b(a,d/D.CONVERSION_FACTOR,g,p)}function b(a,b,d,g){d=w(d,D.XMLNS,"Cell");d.setAttribute("N",a);d.setAttribute("V",b);g&&d.setAttribute("F",g);return d}function a(a,b,d,g,p){var c=w(p,D.XMLNS,"Row");c.setAttribute("T",a);c.setAttribute("IX",b);c.appendChild(f("X",d,p));c.appendChild(f("Y",g,p));return c}function d(a,d,g){var p= a.style[mxConstants.STYLE_FILLCOLOR];if(p&&"none"!=p){if(d.appendChild(b("FillForegnd",p,g)),(p=a.style[mxConstants.STYLE_GRADIENTCOLOR])&&"none"!=p){d.appendChild(b("FillBkgnd",p,g));var p=a.style[mxConstants.STYLE_GRADIENT_DIRECTION],c=28;if(p)switch(p){case mxConstants.DIRECTION_EAST:c=25;break;case mxConstants.DIRECTION_WEST:c=27;break;case mxConstants.DIRECTION_NORTH:c=30}d.appendChild(b("FillPattern",c,g))}}else d.appendChild(b("FillPattern",0,g));(p=a.style[mxConstants.STYLE_STROKECOLOR])&& "none"!=p?d.appendChild(b("LineColor",p,g)):d.appendChild(b("LinePattern",0,g));(p=a.style[mxConstants.STYLE_STROKEWIDTH])&&d.appendChild(f("LineWeight",p,g));(c=a.style[mxConstants.STYLE_OPACITY])?p=c:(p=a.style[mxConstants.STYLE_FILL_OPACITY],c=a.style[mxConstants.STYLE_STROKE_OPACITY]);p&&d.appendChild(b("FillForegndTrans",1-parseInt(p)/100,g));c&&d.appendChild(b("LineColorTrans",1-parseInt(c)/100,g));if(1==a.style[mxConstants.STYLE_DASHED]){p=a.style[mxConstants.STYLE_DASH_PATTERN];c=9;if(p)switch(p){case "1 1":c= 10;break;case "1 2":c=3;break;case "1 4":c=17}d.appendChild(b("LinePattern",c,g))}1==a.style[mxConstants.STYLE_SHADOW]&&(d.appendChild(b("ShdwPattern",1,g)),d.appendChild(b("ShdwForegnd","#000000",g)),d.appendChild(b("ShdwForegndTrans",.6,g)),d.appendChild(b("ShapeShdwType",1,g)),d.appendChild(b("ShapeShdwOffsetX","0.02946278254943948",g)),d.appendChild(b("ShapeShdwOffsetY","-0.02946278254943948",g)),d.appendChild(b("ShapeShdwScaleFactor","1",g)),d.appendChild(b("ShapeShdwBlur","0.05555555555555555", -g)),d.appendChild(b("ShapeShdwShow",2,g)));1==a.style[mxConstants.STYLE_FLIPH]&&d.appendChild(b("FlipX",1,g));1==a.style[mxConstants.STYLE_FLIPV]&&d.appendChild(b("FlipY",1,g));1==a.style[mxConstants.STYLE_ROUNDED]&&d.appendChild(f("Rounding",.1*a.cell.geometry.width,g));(a=a.style[mxConstants.STYLE_LABEL_BACKGROUNDCOLOR])&&d.appendChild(b("TextBkgnd",a,g))}function g(a,b,d,g,p){var c=w(d,E.XMLNS,"Shape");c.setAttribute("ID",a);c.setAttribute("NameU","Shape"+a);c.setAttribute("LineStyle","0");c.setAttribute("FillStyle", -"0");c.setAttribute("TextStyle","0");a=b.width/2;var D=b.height/2;c.appendChild(f("PinX",b.x+a+(p?0:A.shiftX),d));c.appendChild(f("PinY",g-b.y-D-(p?0:A.shiftY),d));c.appendChild(f("Width",b.width,d));c.appendChild(f("Height",b.height,d));c.appendChild(f("LocPinX",a,d));c.appendChild(f("LocPinY",D,d));return c}function p(a,b){var d=E.ARROWS_MAP[(null==a?"none":a)+"|"+(null==b?"1":b)];return null!=d?d:1}function D(a){return null==a?2:2>=a?0:3>=a?1:5>=a?2:7>=a?3:9>=a?4:22>=a?5:6}function C(g,c,C,y,q){var h= -c.view.getState(g);if(null==h)return null;c=w(C,E.XMLNS,"Shape");var z=l(g.id);c.setAttribute("ID",z);c.setAttribute("NameU","Dynamic connector."+z);c.setAttribute("Name","Dynamic connector."+z);c.setAttribute("Type","Shape");c.setAttribute("Master","4");var aa=A.state,z=h.absolutePoints,m=h.cellBounds,P=m.width/2,B=m.height/2;c.appendChild(f("PinX",m.x+P,C));c.appendChild(f("PinY",y-m.y-B,C));c.appendChild(f("Width",m.width,C));c.appendChild(f("Height",m.height,C));c.appendChild(f("LocPinX",P,C)); -c.appendChild(f("LocPinY",B,C));A.newEdge(c,h,C);P=function(a,b){var d=a.x,g=a.y,d=d*aa.scale-m.x+aa.dx+(q?0:A.shiftX),g=(b?0:m.height)-g*aa.scale+m.y-aa.dy-(q?0:A.shiftY);return{x:d,y:g}};B=P(z[0],!0);c.appendChild(f("BeginX",m.x+B.x,C,"_WALKGLUE(BegTrigger,EndTrigger,WalkPreference)"));c.appendChild(f("BeginY",y-m.y+B.y,C,"_WALKGLUE(BegTrigger,EndTrigger,WalkPreference)"));B=P(z[z.length-1],!0);c.appendChild(f("EndX",m.x+B.x,C,"_WALKGLUE(EndTrigger,BegTrigger,WalkPreference)"));c.appendChild(f("EndY", +g)),d.appendChild(b("ShapeShdwShow",2,g)));1==a.style[mxConstants.STYLE_FLIPH]&&d.appendChild(b("FlipX",1,g));1==a.style[mxConstants.STYLE_FLIPV]&&d.appendChild(b("FlipY",1,g));1==a.style[mxConstants.STYLE_ROUNDED]&&d.appendChild(f("Rounding",.1*a.cell.geometry.width,g));(a=a.style[mxConstants.STYLE_LABEL_BACKGROUNDCOLOR])&&d.appendChild(b("TextBkgnd",a,g))}function g(a,b,d,g,p){var c=w(d,D.XMLNS,"Shape");c.setAttribute("ID",a);c.setAttribute("NameU","Shape"+a);c.setAttribute("LineStyle","0");c.setAttribute("FillStyle", +"0");c.setAttribute("TextStyle","0");a=b.width/2;var E=b.height/2;c.appendChild(f("PinX",b.x+a+(p?0:z.shiftX),d));c.appendChild(f("PinY",g-b.y-E-(p?0:z.shiftY),d));c.appendChild(f("Width",b.width,d));c.appendChild(f("Height",b.height,d));c.appendChild(f("LocPinX",a,d));c.appendChild(f("LocPinY",E,d));return c}function p(a,b){var d=D.ARROWS_MAP[(null==a?"none":a)+"|"+(null==b?"1":b)];return null!=d?d:1}function E(a){return null==a?2:2>=a?0:3>=a?1:5>=a?2:7>=a?3:9>=a?4:22>=a?5:6}function C(g,c,C,y,t){var h= +c.view.getState(g);if(null==h)return null;c=w(C,D.XMLNS,"Shape");var A=l(g.id);c.setAttribute("ID",A);c.setAttribute("NameU","Dynamic connector."+A);c.setAttribute("Name","Dynamic connector."+A);c.setAttribute("Type","Shape");c.setAttribute("Master","4");var Y=z.state,A=h.absolutePoints,m=h.cellBounds,G=m.width/2,B=m.height/2;c.appendChild(f("PinX",m.x+G,C));c.appendChild(f("PinY",y-m.y-B,C));c.appendChild(f("Width",m.width,C));c.appendChild(f("Height",m.height,C));c.appendChild(f("LocPinX",G,C)); +c.appendChild(f("LocPinY",B,C));z.newEdge(c,h,C);G=function(a,b){var d=a.x,g=a.y,d=d*Y.scale-m.x+Y.dx+(t?0:z.shiftX),g=(b?0:m.height)-g*Y.scale+m.y-Y.dy-(t?0:z.shiftY);return{x:d,y:g}};B=G(A[0],!0);c.appendChild(f("BeginX",m.x+B.x,C,"_WALKGLUE(BegTrigger,EndTrigger,WalkPreference)"));c.appendChild(f("BeginY",y-m.y+B.y,C,"_WALKGLUE(BegTrigger,EndTrigger,WalkPreference)"));B=G(A[A.length-1],!0);c.appendChild(f("EndX",m.x+B.x,C,"_WALKGLUE(EndTrigger,BegTrigger,WalkPreference)"));c.appendChild(f("EndY", y-m.y+B.y,C,"_WALKGLUE(EndTrigger,BegTrigger,WalkPreference)"));c.appendChild(b("BegTrigger","2",C,g.source?"_XFTRIGGER(Sheet."+l(g.source.id)+"!EventXFMod)":null));c.appendChild(b("EndTrigger","2",C,g.target?"_XFTRIGGER(Sheet."+l(g.target.id)+"!EventXFMod)":null));c.appendChild(b("ConFixedCode","6",C));c.appendChild(b("LayerMember","0",C));d(h,c,C);y=h.style[mxConstants.STYLE_STARTSIZE];g=p(h.style[mxConstants.STYLE_STARTARROW],h.style[mxConstants.STYLE_STARTFILL]);c.appendChild(b("BeginArrow",g, -C));c.appendChild(b("BeginArrowSize",D(y),C));y=h.style[mxConstants.STYLE_ENDSIZE];g=p(h.style[mxConstants.STYLE_ENDARROW],h.style[mxConstants.STYLE_ENDFILL]);c.appendChild(b("EndArrow",g,C));c.appendChild(b("EndArrowSize",D(y),C));null!=h.text&&h.text.checkBounds()&&(A.save(),h.text.paint(A),A.restore());h=w(C,E.XMLNS,"Section");h.setAttribute("N","Geometry");h.setAttribute("IX","0");for(g=0;g<z.length;g++)y=P(z[g]),h.appendChild(a(0==g?"MoveTo":"LineTo",g+1,y.x,y.y,C));h.appendChild(b("NoFill", -"1",C));h.appendChild(b("NoLine","0",C));c.appendChild(h);return c}function y(a,b,p,c,f,D){var q=a.geometry;if(null!=q){q.relative&&f&&(q=q.clone(),q.x*=f.width,q.y*=f.height,q.relative=0);f=l(a.id);if(!a.treatAsSingle&&0<a.getChildCount()){c=g(f+"10000",q,p,c,D);c.setAttribute("Type","Group");D=w(p,E.XMLNS,"Shapes");A.save();A.translate(-q.x,-q.y);f=q.clone();f.x=0;f.y=0;a.setGeometry(f);a.treatAsSingle=!0;f=y(a,b,p,q.height,q,!0);a.treatAsSingle=!1;a.setGeometry(q);D.appendChild(f);for(var h=0;h< -a.children.length;h++)f=y(a.children[h],b,p,q.height,q,!0),D.appendChild(f);c.appendChild(D);A.restore();return c}return a.vertex?(c=g(f,q,p,c,D),a=b.view.getState(a),d(a,c,p),A.newShape(c,a,p),null!=a.text&&a.text.checkBounds()&&(A.save(),a.text.paint(A),A.restore()),null!=a.shape&&a.shape.checkBounds()&&(A.save(),a.shape.paint(A),A.restore()),c.appendChild(A.getShapeGeo()),A.endShape(),c.setAttribute("Type",A.getShapeType()),c):C(a,b,p,c,D)}return null}function q(a,b){var d=mxUtils.createXmlDocument(), -g=w(d,E.XMLNS,"PageContents");g.setAttribute("xmlns:r",E.XMLNS_R);g.setAttribute("xml:space",E.XML_SPACE);var p=w(d,E.XMLNS,"Shapes");g.appendChild(p);var c=a.model,f=a.view.translate,D=a.view.scale,C=a.getGraphBounds();A.shiftX=0;A.shiftY=0;if(C.x/D<f.x||C.y/D<f.y)A.shiftX=Math.ceil((f.x-C.x/D)/a.pageFormat.width)*a.pageFormat.width,A.shiftY=Math.ceil((f.y-C.y/D)/a.pageFormat.height)*a.pageFormat.height;A.save();A.translate(-f.x,-f.y);A.scale(1/D);A.newPage();var D=a.getDefaultParent(),q;for(q in c.cells)f= -c.cells[q],f.parent==D&&(f=y(f,a,d,b.pageHeight),null!=f&&p.appendChild(f));p=w(d,E.XMLNS,"Connects");g.appendChild(p);for(q in c.cells)f=c.cells[q],f.edge&&(f.source&&(D=w(d,E.XMLNS,"Connect"),D.setAttribute("FromSheet",l(f.id)),D.setAttribute("FromCell","BeginX"),D.setAttribute("ToSheet",l(f.source.id)),p.appendChild(D)),f.target&&(D=w(d,E.XMLNS,"Connect"),D.setAttribute("FromSheet",l(f.id)),D.setAttribute("FromCell","EndX"),D.setAttribute("ToSheet",l(f.target.id)),p.appendChild(D)));d.appendChild(g); -A.restore();return d}function z(a,b,d,g){a.file(b,(g?"":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?>')+mxUtils.getXml(d))}function aa(a,d,g){var p=mxUtils.createXmlDocument(),c=mxUtils.createXmlDocument(),D=w(p,E.XMLNS,"Pages");D.setAttribute("xmlns:r",E.XMLNS_R);D.setAttribute("xml:space",E.XML_SPACE);var C=w(c,E.RELS_XMLNS,"Relationships"),y=1,q;for(q in d){var h="page"+y+".xml",l=w(p,E.XMLNS,"Page");l.setAttribute("ID",y-1);l.setAttribute("NameU",q);l.setAttribute("Name",q);var aa= -w(p,E.XMLNS,"PageSheet"),m=g[q];aa.appendChild(f("PageWidth",m.pageWidth,p));aa.appendChild(f("PageHeight",m.pageHeight,p));aa.appendChild(b("PageScale",m.pageScale,p));aa.appendChild(b("DrawingScale",1,p));m=w(p,E.XMLNS,"Rel");m.setAttribute("r:id","rId"+y);var P=w(p,E.XMLNS,"Section");P.setAttribute("N","Layer");var A=w(p,E.XMLNS,"Row");A.setAttribute("IX","0");P.appendChild(A);A.appendChild(b("Name","Connector",p));A.appendChild(b("Color","255",p));A.appendChild(b("Status","0",p));A.appendChild(b("Visible", -"1",p));A.appendChild(b("Print","1",p));A.appendChild(b("Active","0",p));A.appendChild(b("Lock","0",p));A.appendChild(b("Snap","1",p));A.appendChild(b("Glue","1",p));A.appendChild(b("NameUniv","Connector",p));A.appendChild(b("ColorTrans","0",p));aa.appendChild(P);l.appendChild(aa);l.appendChild(m);D.appendChild(l);l=w(c,E.RELS_XMLNS,"Relationship");l.setAttribute("Id","rId"+y);l.setAttribute("Type",E.PAGES_TYPE);l.setAttribute("Target",h);C.appendChild(l);z(a,E.VISIO_PAGES+h,d[q]);y++}p.appendChild(D); -c.appendChild(C);z(a,E.VISIO_PAGES+"pages.xml",p);z(a,E.VISIO_PAGES+"_rels/pages.xml.rels",c)}function P(a,b){var d=E.VISIO_PAGES_RELS+"page"+b+".xml.rels",g=mxUtils.createXmlDocument(),p=w(g,E.RELS_XMLNS,"Relationships"),c=w(g,E.RELS_XMLNS,"Relationship");c.setAttribute("Type","http://schemas.microsoft.com/visio/2010/relationships/master");c.setAttribute("Id","rId1");c.setAttribute("Target","../masters/master1.xml");p.appendChild(c);var f=A.images;if(0<f.length)for(var D=0;D<f.length;D++)c=w(g,E.RELS_XMLNS, -"Relationship"),c.setAttribute("Type",E.XMLNS_R+"/image"),c.setAttribute("Id","rId"+(D+2)),c.setAttribute("Target","../media/"+f[D]),p.appendChild(c);g.appendChild(p);z(a,d,g)}var E=this,A=new mxVsdxCanvas2D,F={},B=1;this.exportCurrentDiagrams=function(){try{if(c.spinner.spin(document.body,mxResources.get("exporting"))){var a=new JSZip;A.init(a);F={};B=1;var b={},d={},g=null!=c.pages?c.pages.length:1;if(null!=c.pages){for(var p=c.editor.graph.getSelectionCells(),f=c.currentPage,D=0;D<c.pages.length;D++){var C= -c.pages[D];c.currentPage!=C&&c.selectPage(C,!0);var y=C.getName(),l=c.editor.graph,z=h(l);b[y]=q(l,z);P(a,D+1);d[y]=z}f!=c.currentPage&&c.selectPage(f,!0);c.editor.graph.setSelectionCells(p)}else l=c.editor.graph,z=h(l),y="Page1",b[y]=q(l,z),P(a,1),d[y]=z;m(a,g);aa(a,b,d);b=function(){a.generateAsync({type:"base64"}).then(function(a){c.spinner.stop();var b=c.getBaseFilename();c.saveData(b+".vsdx","vsdx",a,"application/vnd.visio2013",!0)})};0<A.filesLoading?A.onFilesLoaded=b:b()}return!0}catch(Ea){return console.log(Ea), +C));c.appendChild(b("BeginArrowSize",E(y),C));y=h.style[mxConstants.STYLE_ENDSIZE];g=p(h.style[mxConstants.STYLE_ENDARROW],h.style[mxConstants.STYLE_ENDFILL]);c.appendChild(b("EndArrow",g,C));c.appendChild(b("EndArrowSize",E(y),C));null!=h.text&&h.text.checkBounds()&&(z.save(),h.text.paint(z),z.restore());h=w(C,D.XMLNS,"Section");h.setAttribute("N","Geometry");h.setAttribute("IX","0");for(g=0;g<A.length;g++)y=G(A[g]),h.appendChild(a(0==g?"MoveTo":"LineTo",g+1,y.x,y.y,C));h.appendChild(b("NoFill", +"1",C));h.appendChild(b("NoLine","0",C));c.appendChild(h);return c}function y(a,b,p,c,f,E){var t=a.geometry;if(null!=t){t.relative&&f&&(t=t.clone(),t.x*=f.width,t.y*=f.height,t.relative=0);f=l(a.id);if(!a.treatAsSingle&&0<a.getChildCount()){c=g(f+"10000",t,p,c,E);c.setAttribute("Type","Group");E=w(p,D.XMLNS,"Shapes");z.save();z.translate(-t.x,-t.y);f=t.clone();f.x=0;f.y=0;a.setGeometry(f);a.treatAsSingle=!0;f=y(a,b,p,t.height,t,!0);a.treatAsSingle=!1;a.setGeometry(t);E.appendChild(f);for(var h=0;h< +a.children.length;h++)f=y(a.children[h],b,p,t.height,t,!0),E.appendChild(f);c.appendChild(E);z.restore();return c}return a.vertex?(c=g(f,t,p,c,E),a=b.view.getState(a),d(a,c,p),z.newShape(c,a,p),null!=a.text&&a.text.checkBounds()&&(z.save(),a.text.paint(z),z.restore()),null!=a.shape&&a.shape.checkBounds()&&(z.save(),a.shape.paint(z),z.restore()),c.appendChild(z.getShapeGeo()),z.endShape(),c.setAttribute("Type",z.getShapeType()),c):C(a,b,p,c,E)}return null}function t(a,b){var d=mxUtils.createXmlDocument(), +g=w(d,D.XMLNS,"PageContents");g.setAttribute("xmlns:r",D.XMLNS_R);g.setAttribute("xml:space",D.XML_SPACE);var p=w(d,D.XMLNS,"Shapes");g.appendChild(p);var c=a.model,f=a.view.translate,E=a.view.scale,C=a.getGraphBounds();z.shiftX=0;z.shiftY=0;if(C.x/E<f.x||C.y/E<f.y)z.shiftX=Math.ceil((f.x-C.x/E)/a.pageFormat.width)*a.pageFormat.width,z.shiftY=Math.ceil((f.y-C.y/E)/a.pageFormat.height)*a.pageFormat.height;z.save();z.translate(-f.x,-f.y);z.scale(1/E);z.newPage();var E=a.getDefaultParent(),t;for(t in c.cells)f= +c.cells[t],f.parent==E&&(f=y(f,a,d,b.pageHeight),null!=f&&p.appendChild(f));p=w(d,D.XMLNS,"Connects");g.appendChild(p);for(t in c.cells)f=c.cells[t],f.edge&&(f.source&&(E=w(d,D.XMLNS,"Connect"),E.setAttribute("FromSheet",l(f.id)),E.setAttribute("FromCell","BeginX"),E.setAttribute("ToSheet",l(f.source.id)),p.appendChild(E)),f.target&&(E=w(d,D.XMLNS,"Connect"),E.setAttribute("FromSheet",l(f.id)),E.setAttribute("FromCell","EndX"),E.setAttribute("ToSheet",l(f.target.id)),p.appendChild(E)));d.appendChild(g); +z.restore();return d}function A(a,b,d,g){a.file(b,(g?"":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?>')+mxUtils.getXml(d))}function Y(a,d,g){var p=mxUtils.createXmlDocument(),c=mxUtils.createXmlDocument(),E=w(p,D.XMLNS,"Pages");E.setAttribute("xmlns:r",D.XMLNS_R);E.setAttribute("xml:space",D.XML_SPACE);var C=w(c,D.RELS_XMLNS,"Relationships"),y=1,t;for(t in d){var h="page"+y+".xml",l=w(p,D.XMLNS,"Page");l.setAttribute("ID",y-1);l.setAttribute("NameU",t);l.setAttribute("Name",t);var Y=w(p, +D.XMLNS,"PageSheet"),m=g[t];Y.appendChild(f("PageWidth",m.pageWidth,p));Y.appendChild(f("PageHeight",m.pageHeight,p));Y.appendChild(b("PageScale",m.pageScale,p));Y.appendChild(b("DrawingScale",1,p));m=w(p,D.XMLNS,"Rel");m.setAttribute("r:id","rId"+y);var G=w(p,D.XMLNS,"Section");G.setAttribute("N","Layer");var z=w(p,D.XMLNS,"Row");z.setAttribute("IX","0");G.appendChild(z);z.appendChild(b("Name","Connector",p));z.appendChild(b("Color","255",p));z.appendChild(b("Status","0",p));z.appendChild(b("Visible", +"1",p));z.appendChild(b("Print","1",p));z.appendChild(b("Active","0",p));z.appendChild(b("Lock","0",p));z.appendChild(b("Snap","1",p));z.appendChild(b("Glue","1",p));z.appendChild(b("NameUniv","Connector",p));z.appendChild(b("ColorTrans","0",p));Y.appendChild(G);l.appendChild(Y);l.appendChild(m);E.appendChild(l);l=w(c,D.RELS_XMLNS,"Relationship");l.setAttribute("Id","rId"+y);l.setAttribute("Type",D.PAGES_TYPE);l.setAttribute("Target",h);C.appendChild(l);A(a,D.VISIO_PAGES+h,d[t]);y++}p.appendChild(E); +c.appendChild(C);A(a,D.VISIO_PAGES+"pages.xml",p);A(a,D.VISIO_PAGES+"_rels/pages.xml.rels",c)}function G(a,b){var d=D.VISIO_PAGES_RELS+"page"+b+".xml.rels",g=mxUtils.createXmlDocument(),p=w(g,D.RELS_XMLNS,"Relationships"),c=w(g,D.RELS_XMLNS,"Relationship");c.setAttribute("Type","http://schemas.microsoft.com/visio/2010/relationships/master");c.setAttribute("Id","rId1");c.setAttribute("Target","../masters/master1.xml");p.appendChild(c);var f=z.images;if(0<f.length)for(var E=0;E<f.length;E++)c=w(g,D.RELS_XMLNS, +"Relationship"),c.setAttribute("Type",D.XMLNS_R+"/image"),c.setAttribute("Id","rId"+(E+2)),c.setAttribute("Target","../media/"+f[E]),p.appendChild(c);g.appendChild(p);A(a,d,g)}var D=this,z=new mxVsdxCanvas2D,F={},B=1;this.exportCurrentDiagrams=function(){try{if(c.spinner.spin(document.body,mxResources.get("exporting"))){var a=new JSZip;z.init(a);F={};B=1;var b={},d={},g=null!=c.pages?c.pages.length:1;if(null!=c.pages){for(var p=c.editor.graph.getSelectionCells(),f=c.currentPage,E=0;E<c.pages.length;E++){var C= +c.pages[E];c.currentPage!=C&&c.selectPage(C,!0);var y=C.getName(),l=c.editor.graph,A=h(l);b[y]=t(l,A);G(a,E+1);d[y]=A}f!=c.currentPage&&c.selectPage(f,!0);c.editor.graph.setSelectionCells(p)}else l=c.editor.graph,A=h(l),y="Page1",b[y]=t(l,A),G(a,1),d[y]=A;m(a,g);Y(a,b,d);b=function(){a.generateAsync({type:"base64"}).then(function(a){c.spinner.stop();var b=c.getBaseFilename();c.saveData(b+".vsdx","vsdx",a,"application/vnd.visio2013",!0)})};0<z.filesLoading?z.onFilesLoaded=b:b()}return!0}catch(za){return console.log(za), !1}}}VsdxExport.prototype.CONVERSION_FACTOR=101.6;VsdxExport.prototype.PAGES_TYPE="http://schemas.microsoft.com/visio/2010/relationships/page";VsdxExport.prototype.RELS_XMLNS="http://schemas.openxmlformats.org/package/2006/relationships";VsdxExport.prototype.XML_SPACE="preserve";VsdxExport.prototype.XMLNS_R="http://schemas.openxmlformats.org/officeDocument/2006/relationships";VsdxExport.prototype.XMLNS="http://schemas.microsoft.com/office/visio/2012/main";VsdxExport.prototype.VISIO_PAGES="visio/pages/"; VsdxExport.prototype.PREFEX="com/mxgraph/io/vsdx/resources/export/";VsdxExport.prototype.VSDX_ENC="ISO-8859-1";VsdxExport.prototype.PART_NAME="PartName";VsdxExport.prototype.CONTENT_TYPES_XML="[Content_Types].xml";VsdxExport.prototype.VISIO_PAGES_RELS="visio/pages/_rels/"; VsdxExport.prototype.ARROWS_MAP={"none|1":0,"none|0":0,"open|1":1,"open|0":1,"block|1":4,"block|0":14,"classic|1":5,"classic|0":17,"oval|1":10,"oval|0":20,"diamond|1":11,"diamond|0":22,"blockThin|1":2,"blockThin|0":15,"dash|1":23,"dash|0":23,"ERone|1":24,"ERone|0":24,"ERmandOne|1":25,"ERmandOne|0":25,"ERmany|1":27,"ERmany|0":27,"ERoneToMany|1":28,"ERoneToMany|0":28,"ERzeroToMany|1":29,"ERzeroToMany|0":29,"ERzeroToOne|1":30,"ERzeroToOne|0":30,"openAsync|1":9,"openAsync|0":9};function mxVsdxCanvas2D(){mxAbstractCanvas2D.call(this)}mxUtils.extend(mxVsdxCanvas2D,mxAbstractCanvas2D);mxVsdxCanvas2D.prototype.textEnabled=!0;mxVsdxCanvas2D.prototype.init=function(c){this.filesLoading=0;this.zip=c};mxVsdxCanvas2D.prototype.onFilesLoaded=function(){};mxVsdxCanvas2D.prototype.createElt=function(c){return null!=this.xmlDoc.createElementNS?this.xmlDoc.createElementNS(VsdxExport.prototype.XMLNS,c):this.xmlDoc.createElement(c)}; mxVsdxCanvas2D.prototype.createGeoSec=function(){null!=this.geoSec&&this.shape.appendChild(this.geoSec);var c=this.createElt("Section");c.setAttribute("N","Geometry");c.setAttribute("IX",this.geoIndex++);this.geoSec=c;this.geoStepIndex=1;this.lastMoveToY=this.lastMoveToX=this.lastY=this.lastX=0};mxVsdxCanvas2D.prototype.newShape=function(c,m,w){this.geoIndex=0;this.shape=c;this.cellState=m;this.xmGeo=m.cell.geometry;this.xmlDoc=w;this.shapeImg=this.geoSec=null;this.shapeType="Shape";this.createGeoSec()}; mxVsdxCanvas2D.prototype.newEdge=function(c,m,w){this.shape=c;this.cellState=m;this.xmGeo=m.cellBounds;this.xmlDoc=w};mxVsdxCanvas2D.prototype.endShape=function(){null!=this.shapeImg&&this.addForeignData(this.shapeImg.type,this.shapeImg.id)};mxVsdxCanvas2D.prototype.newPage=function(){this.images=[]};mxVsdxCanvas2D.prototype.getShapeType=function(){return this.shapeType};mxVsdxCanvas2D.prototype.getShapeGeo=function(){return this.geoSec}; mxVsdxCanvas2D.prototype.createCellElemScaled=function(c,m,w){return this.createCellElem(c,m/VsdxExport.prototype.CONVERSION_FACTOR,w)};mxVsdxCanvas2D.prototype.createCellElem=function(c,m,w){var l=this.createElt("Cell");l.setAttribute("N",c);l.setAttribute("V",m);w&&l.setAttribute("F",w);return l}; -mxVsdxCanvas2D.prototype.createRowScaled=function(c,m,w,l,h,f,b,a,d,g,p,D,C,y){return this.createRowRel(c,m,w/VsdxExport.prototype.CONVERSION_FACTOR,l/VsdxExport.prototype.CONVERSION_FACTOR,h/VsdxExport.prototype.CONVERSION_FACTOR,f/VsdxExport.prototype.CONVERSION_FACTOR,b/VsdxExport.prototype.CONVERSION_FACTOR,a/VsdxExport.prototype.CONVERSION_FACTOR,d,g,p,D,C,y)}; -mxVsdxCanvas2D.prototype.createRowRel=function(c,m,w,l,h,f,b,a,d,g,p,D,C,y){var q=this.createElt("Row");q.setAttribute("T",c);q.setAttribute("IX",m);q.appendChild(this.createCellElem("X",w,d));q.appendChild(this.createCellElem("Y",l,g));null!=h&&q.appendChild(this.createCellElem("A",h,p));null!=f&&q.appendChild(this.createCellElem("B",f,D));null!=b&&q.appendChild(this.createCellElem("C",b,C));null!=a&&q.appendChild(this.createCellElem("D",a,y));return q}; +mxVsdxCanvas2D.prototype.createRowScaled=function(c,m,w,l,h,f,b,a,d,g,p,E,C,y){return this.createRowRel(c,m,w/VsdxExport.prototype.CONVERSION_FACTOR,l/VsdxExport.prototype.CONVERSION_FACTOR,h/VsdxExport.prototype.CONVERSION_FACTOR,f/VsdxExport.prototype.CONVERSION_FACTOR,b/VsdxExport.prototype.CONVERSION_FACTOR,a/VsdxExport.prototype.CONVERSION_FACTOR,d,g,p,E,C,y)}; +mxVsdxCanvas2D.prototype.createRowRel=function(c,m,w,l,h,f,b,a,d,g,p,E,C,y){var t=this.createElt("Row");t.setAttribute("T",c);t.setAttribute("IX",m);t.appendChild(this.createCellElem("X",w,d));t.appendChild(this.createCellElem("Y",l,g));null!=h&&t.appendChild(this.createCellElem("A",h,p));null!=f&&t.appendChild(this.createCellElem("B",f,E));null!=b&&t.appendChild(this.createCellElem("C",b,C));null!=a&&t.appendChild(this.createCellElem("D",a,y));return t}; mxVsdxCanvas2D.prototype.begin=function(){1<this.geoStepIndex&&this.createGeoSec()}; mxVsdxCanvas2D.prototype.rect=function(c,m,w,l){1<this.geoStepIndex&&this.createGeoSec();var h=this.state;w*=h.scale;l*=h.scale;var f=this.xmGeo;c=(c-f.x+h.dx)*h.scale/w;m=(f.height-m+f.y-h.dy)*h.scale/l;this.geoSec.appendChild(this.createRowRel("RelMoveTo",this.geoStepIndex++,c,m));this.geoSec.appendChild(this.createRowRel("RelLineTo",this.geoStepIndex++,c+1,m));this.geoSec.appendChild(this.createRowRel("RelLineTo",this.geoStepIndex++,c+1,m-1));this.geoSec.appendChild(this.createRowRel("RelLineTo", this.geoStepIndex++,c,m-1));this.geoSec.appendChild(this.createRowRel("RelLineTo",this.geoStepIndex++,c,m))};mxVsdxCanvas2D.prototype.roundrect=function(c,m,w,l,h,f){this.rect(c,m,w,l);this.shape.appendChild(this.createCellElemScaled("Rounding",h))}; @@ -8488,18 +8557,18 @@ mxVsdxCanvas2D.prototype.curveTo=function(c,m,w,l,h,f){this.lastX=h;this.lastY=f mxVsdxCanvas2D.prototype.close=function(){this.lastMoveToX==this.lastX&&this.lastMoveToY==this.lastY||this.lineTo(this.lastMoveToX,this.lastMoveToY)};mxVsdxCanvas2D.prototype.addForeignData=function(c,m){var w=this.createElt("ForeignData");w.setAttribute("ForeignType","Bitmap");c=c.toUpperCase();"BMP"!=c&&w.setAttribute("CompressionType",c);var l=this.createElt("Rel");l.setAttribute("r:id","rId"+m);w.appendChild(l);this.shape.appendChild(w);this.shapeType="Foreign"}; mxVsdxCanvas2D.prototype.convertSvg2Png=function(c,m,w){var l=this;this.filesLoading++;try{var h=document.createElement("canvas"),f=h.getContext("2d");m||(c=String.fromCharCode.apply(null,new Uint8Array(c)),c=window.btoa?btoa(c):Base64.encode(c,!0));m="data:image/svg+xml;base64,"+c;img=new Image;img.onload=function(){h.width=this.width;h.height=this.height;f.drawImage(this,0,0);try{w(h.toDataURL("image/png"))}catch(b){}l.filesLoading--;if(0==l.filesLoading)l.onFilesLoaded()};img.onerror=function(){console.log("SVG2PNG conversion failed"); try{w(c)}catch(b){}l.filesLoading--;if(0==l.filesLoading)l.onFilesLoaded()};img.src=m}catch(b){console.log("SVG2PNG conversion failed"+b.message);try{w(c)}catch(a){}this.filesLoading--;if(0==l.filesLoading)l.onFilesLoaded()}}; -mxVsdxCanvas2D.prototype.image=function(c,m,w,l,h,f,b,a){var d=this,g="image"+(this.images.length+1)+".",p;if(0==h.indexOf("data:"))p=h.indexOf("base64,"),f=h.substring(p+7),p=h.substring(11,p-1),0==p.indexOf("svg")?(p="png",g+=p,this.convertSvg2Png(f,!0,function(a){d.zip.file("visio/media/"+g,a.substring(22),{base64:!0})})):(g+=p,this.zip.file("visio/media/"+g,f,{base64:!0}));else if(window.XMLHttpRequest){h=this.converter.convert(h);this.filesLoading++;p=h.lastIndexOf(".");p=h.substring(p+1);var D= -!1;0==p.indexOf("svg")&&(p="png",D=!0);g+=p;f=new XMLHttpRequest;f.open("GET",h,!0);f.responseType="arraybuffer";f.onreadystatechange=function(a){if(4==this.readyState&&(200==this.status&&(D?d.convertSvg2Png(this.response,!1,function(a){d.zip.file("visio/media/"+g,a.substring(22),{base64:!0})}):d.zip.file("visio/media/"+g,this.response)),d.filesLoading--,0==d.filesLoading))d.onFilesLoaded()};f.send()}this.images.push(g);this.shapeImg={type:p,id:this.images.length+1};h=this.state;w*=h.scale;l*=h.scale; +mxVsdxCanvas2D.prototype.image=function(c,m,w,l,h,f,b,a){var d=this,g="image"+(this.images.length+1)+".",p;if(0==h.indexOf("data:"))p=h.indexOf("base64,"),f=h.substring(p+7),p=h.substring(11,p-1),0==p.indexOf("svg")?(p="png",g+=p,this.convertSvg2Png(f,!0,function(a){d.zip.file("visio/media/"+g,a.substring(22),{base64:!0})})):(g+=p,this.zip.file("visio/media/"+g,f,{base64:!0}));else if(window.XMLHttpRequest){h=this.converter.convert(h);this.filesLoading++;p=h.lastIndexOf(".");p=h.substring(p+1);var E= +!1;0==p.indexOf("svg")&&(p="png",E=!0);g+=p;f=new XMLHttpRequest;f.open("GET",h,!0);f.responseType="arraybuffer";f.onreadystatechange=function(a){if(4==this.readyState&&(200==this.status&&(E?d.convertSvg2Png(this.response,!1,function(a){d.zip.file("visio/media/"+g,a.substring(22),{base64:!0})}):d.zip.file("visio/media/"+g,this.response)),d.filesLoading--,0==d.filesLoading))d.onFilesLoaded()};f.send()}this.images.push(g);this.shapeImg={type:p,id:this.images.length+1};h=this.state;w*=h.scale;l*=h.scale; p=this.xmGeo;c=(c-p.x+h.dx)*h.scale;m=(p.height-m+p.y-h.dy)*h.scale;this.shape.appendChild(this.createCellElemScaled("ImgOffsetX",c));this.shape.appendChild(this.createCellElemScaled("ImgOffsetY",m-l));this.shape.appendChild(this.createCellElemScaled("ImgWidth",w));this.shape.appendChild(this.createCellElemScaled("ImgHeight",l))}; -mxVsdxCanvas2D.prototype.text=function(c,m,w,l,h,f,b,a,d,g,p,D,C){var y=this;if(this.textEnabled&&null!=h){mxUtils.isNode(h)&&(h=mxUtils.getOuterHtml(h));"html"==d&&("0"!=mxUtils.getValue(this.cellState.style,"nl2Br","1")&&(h=h.replace(/\n/g,"").replace(/<br\s*.?>/g,"\n")),null==this.html2txtDiv&&(this.html2txtDiv=document.createElement("div")),this.html2txtDiv.innerHTML=h,h=mxUtils.extractTextWithWhitespace(this.html2txtDiv.childNodes));g=this.state;p=this.xmGeo;w*=g.scale;l*=g.scale;var q=this.createElt("Section"); -q.setAttribute("N","Character");var z=this.createElt("Section");z.setAttribute("N","Paragraph");var aa=this.createElt("Text"),P=0,E=0,A=0,F=0,B=0,Y=0,K=function(b,d,g,p,c){g=b.fontSize;var f=b.fontFamily,D=mxUtils.getSizeForString(c,g,f);a&&D.width>w&&(D=mxUtils.getSizeForString(c,g,f,w));b.blockElem?(F+=D.width,E=Math.min(Math.max(E,F),w),F=0,B=Math.max(B,D.height),A+=B+Y,Y=B,B=0):(F+=D.width,E=Math.min(Math.max(E,F),w),B=Math.max(B,D.height),A=Math.max(A,B));D=y.createElt("Row");D.setAttribute("IX", -P);b.fontColor&&D.appendChild(y.createCellElem("Color",b.fontColor));g&&D.appendChild(y.createCellElemScaled("Size",.97*g));f&&D.appendChild(y.createCellElem("Font",f));g=0;b.bold&&(g|=17);b.italic&&(g|=34);b.underline&&(g|=4);D.appendChild(y.createCellElem("Style",g));D.appendChild(y.createCellElem("Case","0"));D.appendChild(y.createCellElem("Pos","0"));D.appendChild(y.createCellElem("FontScale","1"));D.appendChild(y.createCellElem("Letterspace","0"));d.appendChild(D);d=y.createElt("cp");d.setAttribute("IX", -P++);p.appendChild(d);b=y.xmlDoc.createTextNode(c+(b.blockElem?"\n":""));p.appendChild(b)},X=function(a,b){b=b||{};for(var d=0;d<a.length;d++)if(3==a[d].nodeType){var g={fontColor:b.fontColor||y.cellState.style.fontColor,fontSize:b.fontSize||y.cellState.style.fontSize,fontFamily:b.fontFamily||y.cellState.style.fontFamily,align:b.align||y.cellState.style.align,bold:b.bold,italic:b.italic,underline:b.underline};K(g,q,z,aa,a[d].textContent)}else if(1==a[d].nodeType){var g=a[d].nodeName.toUpperCase(), -p=a[d].childNodes.length,c=window.getComputedStyle(a[d],null),f="bold"==c.getPropertyValue("font-weight")||b.bold,D="italic"==c.getPropertyValue("font-style")||b.italic,C=0<=c.getPropertyValue("text-decoration").indexOf("underline")||b.underline,h=c.getPropertyValue("text-align"),l;l=c.getPropertyValue("color");l=(l=l.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i))&&4===l.length?"#"+("0"+parseInt(l[1],10).toString(16)).slice(-2)+("0"+parseInt(l[2],10).toString(16)).slice(-2)+ -("0"+parseInt(l[3],10).toString(16)).slice(-2):"";g={bold:f,italic:D,underline:C,align:h,fontColor:l,fontSize:parseFloat(c.getPropertyValue("font-size")),fontFamily:c.getPropertyValue("font-family").replace(/"/g,""),blockElem:"block"==c.getPropertyValue("display")||"BR"==g||"LI"==g};0<p?(K(g,q,z,aa,""),X(a[d].childNodes,g)):K(g,q,z,aa,a[d].textContent)}};"html"==d&&mxClient.IS_SVG?(h=this.cellState.text.node.getElementsByTagName("div")[mxClient.NO_FO?0:1],null!=h&&X(h.childNodes,{})):K({fontColor:y.cellState.style.fontColor, -fontSize:y.cellState.style.fontSize,fontFamily:y.cellState.style.fontFamily},q,z,aa,h);d=h=0;switch(f){case "right":h=E/2;break;case "center":h=0;break;case "left":h=-E/2}switch(b){case "top":d=A/2;break;case "middle":d=0;break;case "bottom":d=-A/2}l=Math.max(l,A);w=Math.max(w,E);c=(c-p.x+g.dx)*g.scale;m=(p.height-m+p.y-g.dy)*g.scale;f=w/2;b=l/2;this.shape.appendChild(this.createCellElemScaled("TxtPinX",c));this.shape.appendChild(this.createCellElemScaled("TxtPinY",m));this.shape.appendChild(this.createCellElemScaled("TxtWidth", -w));this.shape.appendChild(this.createCellElemScaled("TxtHeight",l));this.shape.appendChild(this.createCellElemScaled("TxtLocPinX",f+h));this.shape.appendChild(this.createCellElemScaled("TxtLocPinY",b+d));0!=D&&this.shape.appendChild(this.createCellElem("TxtAngle",(360-D)*Math.PI/180));this.shape.appendChild(q);this.shape.appendChild(aa)}}; -mxVsdxCanvas2D.prototype.rotate=function(c,m,w,l,h){0!=c&&(m=this.state,l+=m.dx,h+=m.dy,l*=m.scale,h*=m.scale,this.shape.appendChild(this.createCellElem("Angle",(360-c)*Math.PI/180)),m.rotation+=c,m.rotationCx=l,m.rotationCy=h)};mxVsdxCanvas2D.prototype.stroke=function(){this.geoSec.appendChild(this.createCellElem("NoFill","1"));this.geoSec.appendChild(this.createCellElem("NoLine","0"))}; +mxVsdxCanvas2D.prototype.text=function(c,m,w,l,h,f,b,a,d,g,p,E,C){var y=this;if(this.textEnabled&&null!=h){mxUtils.isNode(h)&&(h=mxUtils.getOuterHtml(h));0==w&&0==l&&(l=mxUtils.getSizeForString(h,y.cellState.style.fontSize,y.cellState.style.fontFamily),w=1.2*l.width,l=1.2*l.height);"html"==d&&("0"!=mxUtils.getValue(this.cellState.style,"nl2Br","1")&&(h=h.replace(/\n/g,"").replace(/<br\s*.?>/g,"\n")),null==this.html2txtDiv&&(this.html2txtDiv=document.createElement("div")),this.html2txtDiv.innerHTML= +h,h=mxUtils.extractTextWithWhitespace(this.html2txtDiv.childNodes));g=this.state;p=this.xmGeo;w*=g.scale;l*=g.scale;var t=this.createElt("Section");t.setAttribute("N","Character");var A=this.createElt("Section");A.setAttribute("N","Paragraph");var Y=this.createElt("Text"),G=0,D=0,z=0,F=0,B=0,Z=0,L=function(b,d,g,p,c){g=b.fontSize;var f=b.fontFamily,E=mxUtils.getSizeForString(c,g,f);a&&E.width>w&&(E=mxUtils.getSizeForString(c,g,f,w));b.blockElem?(F+=E.width,D=Math.min(Math.max(D,F),w),F=0,B=Math.max(B, +E.height),z+=B+Z,Z=B,B=0):(F+=E.width,D=Math.min(Math.max(D,F),w),B=Math.max(B,E.height),z=Math.max(z,B));E=y.createElt("Row");E.setAttribute("IX",G);b.fontColor&&E.appendChild(y.createCellElem("Color",b.fontColor));g&&E.appendChild(y.createCellElemScaled("Size",.97*g));f&&E.appendChild(y.createCellElem("Font",f));g=0;b.bold&&(g|=17);b.italic&&(g|=34);b.underline&&(g|=4);E.appendChild(y.createCellElem("Style",g));E.appendChild(y.createCellElem("Case","0"));E.appendChild(y.createCellElem("Pos","0")); +E.appendChild(y.createCellElem("FontScale","1"));E.appendChild(y.createCellElem("Letterspace","0"));d.appendChild(E);d=y.createElt("cp");d.setAttribute("IX",G++);p.appendChild(d);b=y.xmlDoc.createTextNode(c+(b.blockElem?"\n":""));p.appendChild(b)},X=function(a,b){b=b||{};for(var d=0;d<a.length;d++)if(3==a[d].nodeType){var g=y.cellState.style.fontStyle,p={fontColor:b.fontColor||y.cellState.style.fontColor,fontSize:b.fontSize||y.cellState.style.fontSize,fontFamily:b.fontFamily||y.cellState.style.fontFamily, +align:b.align||y.cellState.style.align,bold:b.bold||g&1,italic:b.italic||g&2,underline:b.underline||g&4};L(p,t,A,Y,a[d].textContent)}else if(1==a[d].nodeType){var p=a[d].nodeName.toUpperCase(),g=a[d].childNodes.length,c=window.getComputedStyle(a[d],null),f="bold"==c.getPropertyValue("font-weight")||b.bold,E="italic"==c.getPropertyValue("font-style")||b.italic,C=0<=c.getPropertyValue("text-decoration").indexOf("underline")||b.underline,h=c.getPropertyValue("text-align"),l;l=c.getPropertyValue("color"); +l=(l=l.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i))&&4===l.length?"#"+("0"+parseInt(l[1],10).toString(16)).slice(-2)+("0"+parseInt(l[2],10).toString(16)).slice(-2)+("0"+parseInt(l[3],10).toString(16)).slice(-2):"";p={bold:f,italic:E,underline:C,align:h,fontColor:l,fontSize:parseFloat(c.getPropertyValue("font-size")),fontFamily:c.getPropertyValue("font-family").replace(/"/g,""),blockElem:"block"==c.getPropertyValue("display")||"BR"==p||"LI"==p};0<g?(L(p,t,A,Y,""), +X(a[d].childNodes,p)):L(p,t,A,Y,a[d].textContent)}};"html"==d&&mxClient.IS_SVG?(h=this.cellState.text.node.getElementsByTagName("div")[mxClient.NO_FO?0:1],null!=h&&X(h.childNodes,{})):L({fontColor:y.cellState.style.fontColor,fontSize:y.cellState.style.fontSize,fontFamily:y.cellState.style.fontFamily},t,A,Y,h);d=h=0;switch(f){case "right":h=D/2;break;case "center":h=0;break;case "left":h=-D/2}switch(b){case "top":d=z/2;break;case "middle":d=0;break;case "bottom":d=-z/2}l=Math.max(l,z);w=Math.max(w, +D);c=(c-p.x+g.dx)*g.scale;m=(p.height-m+p.y-g.dy)*g.scale;f=w/2;b=l/2;this.shape.appendChild(this.createCellElemScaled("TxtPinX",c));this.shape.appendChild(this.createCellElemScaled("TxtPinY",m));this.shape.appendChild(this.createCellElemScaled("TxtWidth",w));this.shape.appendChild(this.createCellElemScaled("TxtHeight",l));this.shape.appendChild(this.createCellElemScaled("TxtLocPinX",f+h));this.shape.appendChild(this.createCellElemScaled("TxtLocPinY",b+d));0!=E&&this.shape.appendChild(this.createCellElem("TxtAngle", +(360-E)*Math.PI/180));this.shape.appendChild(t);this.shape.appendChild(Y)}};mxVsdxCanvas2D.prototype.rotate=function(c,m,w,l,h){0!=c&&(m=this.state,l+=m.dx,h+=m.dy,l*=m.scale,h*=m.scale,this.shape.appendChild(this.createCellElem("Angle",(360-c)*Math.PI/180)),m.rotation+=c,m.rotationCx=l,m.rotationCy=h)};mxVsdxCanvas2D.prototype.stroke=function(){this.geoSec.appendChild(this.createCellElem("NoFill","1"));this.geoSec.appendChild(this.createCellElem("NoLine","0"))}; mxVsdxCanvas2D.prototype.fill=function(){this.geoSec.appendChild(this.createCellElem("NoFill","0"));this.geoSec.appendChild(this.createCellElem("NoLine","1"))};mxVsdxCanvas2D.prototype.fillAndStroke=function(){this.geoSec.appendChild(this.createCellElem("NoFill","0"));this.geoSec.appendChild(this.createCellElem("NoLine","0"))};function BmpDecoder(c,m){this.pos=0;this.buffer=c;this.is_with_alpha=!!m;if(66!=this.buffer[0]&&77!=this.buffer[1])throw Error("Invalid BMP File");this.pos+=2;this.parseHeader();this.parseBGR()} BmpDecoder.prototype.parseHeader=function(){var c=this.buffer;this.fileSize=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.reserved=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.offset=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.headerSize=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.width=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos]; this.pos+=4;this.height=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.planes=c[this.pos+1]<<8|c[this.pos];this.pos+=2;this.bitPP=c[this.pos+1]<<8|c[this.pos];this.pos+=2;this.compress=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.rawSize=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.hr=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.vr=c[this.pos+3]<<24|c[this.pos+ @@ -8514,56 +8583,56 @@ BmpDecoder.prototype.bit24=function(){var c=3*this.width%4;0!=c&&(c=4-c);for(var BmpDecoder.prototype.bit32=function(){for(var c=this.height-1;0<=c;c--)for(var m=0;m<this.width;m++){var w=this.buffer[this.pos++],l=this.buffer[this.pos++],h=this.buffer[this.pos++],f=this.buffer[this.pos++],b=c*this.width*4+4*m;this.data[b]=h;this.data[b+1]=l;this.data[b+2]=w;this.data[b+3]=f}};BmpDecoder.prototype.getData=function(){return this.data};var __extends=this&&this.__extends||function(c,m){function w(){this.constructor=c}for(var l in m)m.hasOwnProperty(l)&&(c[l]=m[l]);c.prototype=null===m?Object.create(m):(w.prototype=m.prototype,new w)},com; (function(c){(function(m){(function(w){var l=function(){function h(){this.RESPONSE_END="</mxfile>";this.RESPONSE_DIAGRAM_START="";this.RESPONSE_DIAGRAM_END="</diagram>";this.RESPONSE_HEADER='<?xml version="1.0" encoding="UTF-8"?><mxfile>';this.vertexMap={};this.edgeShapeMap={};this.vertexShapeMap={};this.parentsMap={};this.debugPaths=!1;this.vsdxModel=null}h.vsdxPlaceholder_$LI$=function(){null==h.vsdxPlaceholder&&(h.vsdxPlaceholder=window.atob?atob("dmlzaW8="):Base64.decode("dmlzaW8=",!0));return h.vsdxPlaceholder}; h.parsererrorNS_$LI$=function(){if(null==h.parsererrorNS&&(h.parsererrorNS="",window.DOMParser)){var c=new DOMParser;try{h.parsererrorNS=c.parseFromString("<","text/xml").getElementsByTagName("parsererror")[0].namespaceURI}catch(b){}}return h.parsererrorNS};h.parseXml=function(c){try{var b=mxUtils.parseXml(c);return 0<b.getElementsByTagNameNS(h.parsererrorNS,"parsererror").length?null:b}catch(a){return null}};h.decodeUTF16LE=function(c){for(var b="",a=0;a<c.length;a+=2)b+=String.fromCharCode(c.charCodeAt(a)| -c.charCodeAt(a+1)<<8);return b};h.prototype.decodeVsdx=function(f,b,a,d){var g=this,p={},D={},C=function(){for(var a=h.vsdxPlaceholder+"/document.xml",d=p[a]?p[a]:null,f=d.firstChild;null!=f&&1!=f.nodeType;)f=f.nextSibling;if(null!=f&&1==f.nodeType)g.importNodes(d,f,a,p);else return null;g.vsdxModel=new c.mxgraph.io.vsdx.mxVsdxModel(d,p,D);for(var a=g.vsdxModel.getPages(),C=g.RESPONSE_HEADER,y=function(a){null==a.entries&&(a.entries=[]);return a.entries}(a),a=function(a){a=y[a].getValue();if(!a.isBackground()){var b= -q.createMxGraph();b.getModel().beginUpdate();q.importPage(a,b,b.getDefaultParent());var d=a.getBackPage();if(null!=d){b.getModel().setValue(b.getDefaultParent(),a.getPageName());var p=new mxCell(d.getPageName());b.addCell(p,b.getModel().getRoot(),0,null,null);q.importPage(d,b,b.getDefaultParent())}d=a.getPageScale()/a.getDrawingScale();if(1!==d){var p=b.getModel(),c;for(c in p.cells){var f=p.cells[c],D=p.getGeometry(f);if(null!=D&&(q.scaleRect(D,d),q.scaleRect(D.alternateBounds,d),p.isEdge(f)&&(q.scalePoint(D.sourcePoint, -d),q.scalePoint(D.targetPoint,d),q.scalePoint(D.offset,d),f=D.points,null!=f)))for(D=0;D<f.length;D++)q.scalePoint(f[D],d)}}b.getModel().endUpdate();C=C.concat(g.RESPONSE_DIAGRAM_START);C=C.concat(g.processPage(b,a));C=C.concat(g.RESPONSE_DIAGRAM_END)}},q=g,d=0;d<y.length;d++)a(d);C=C.concat(g.RESPONSE_END);b&&b(C)},y=0,q=0,l=function(){if(q==y)try{C()}catch(aa){console.log(aa),null!=d?d():b("")}};JSZip.loadAsync(f).then(function(a){0==Object.keys(a.files).length?null!=d&&d():a.forEach(function(a, -b){var d=b.name,f=d.toLowerCase(),C=f.length;f.indexOf(".xml")==C-4||f.indexOf(".xml.rels")==C-9?(y++,b.async("string").then(function(a){if(0!==a.length){65279==a.charCodeAt(0)&&(a=a.substring(1));var b=h.parseXml(a);null==b&&0===a.charCodeAt(1)&&0===a.charCodeAt(3)&&0===a.charCodeAt(5)&&(b=h.parseXml(h.decodeUTF16LE(a)));null!=b&&(b.vsdxFileName=d,p[d]=b)}q++;l()})):0===f.indexOf(h.vsdxPlaceholder+"/media")&&(y++,function(a,b){var d=a.length-b.length,g=a.indexOf(b,d);return-1!==g&&g===d}(f,".emf")? -JSZip.support.uint8array&&b.async("uint8array").then(function(a){for(var b=!1,p="",f=0;f<a.length-8;f++)if(g.isPng(a,f)||g.isJpg(a,f)){p=c.mxgraph.online.mxBase64.encodeToString(a,f);b=!0;break}b&&(D[d]=p);q++;l()}):function(a,b){var d=a.length-b.length,g=a.indexOf(b,d);return-1!==g&&g===d}(f,".bmp")?JSZip.support.uint8array&&b.async("uint8array").then(function(a){a=new BmpDecoder(a);var b=document.createElement("canvas");b.width=a.width;b.height=a.height;b.getContext("2d").putImageData(a.imageData, -0,0);a=b.toDataURL("image/jpeg");D[d]=a.substr(23);q++;l()}):b.async("base64").then(function(a){D[d]=a;q++;l()}))})},function(a){null!=d&&d(a)})};h.prototype.createMxGraph=function(){var c=new mxGraph;c.setExtendParents(!1);c.setExtendParentsOnAdd(!1);c.setConstrainChildren(!1);c.setHtmlLabels(!0);c.getModel().maintainEdgeParent=!1;return c};h.prototype.processPage=function(c,b){var a=(new mxCodec).encode(c.getModel());a.setAttribute("style","default-style2");var a=mxUtils.getXml(a),d="";if(null!= -b)var g=mxUtils.htmlEntities(b.getPageName()),d=d+('<diagram name="'+g+'">');return d+=Graph.prototype.compress(a)};h.prototype.isJpg=function(c,b){return 255===c[b]&&216===c[b+1]&&255===c[b+2]};h.prototype.isPng=function(c,b){return 137===c[b]&&80===c[b+1]&&78===c[b+2]&&71===c[b+3]&&13===c[b+4]&&10===c[b+5]&&26===c[b+6]&&10===c[b+7]};h.prototype.scalePoint=function(c,b){null!=c&&(c.x*=b,c.y*=b);return c};h.prototype.scaleRect=function(c,b){null!=c&&(c.x*=b,c.y*=b,c.height*=b,c.width*=b);return c}; -h.prototype.importNodes=function(c,b,a,d){var g=a.lastIndexOf("/"),p=a,f=a;if(-1!==g&&(p=a.substring(0,g),f=a.substring(g+1,a.length),a=function(a,b){return a[b]?a[b]:null}(d,p+"/_rels/"+f+".rels"),null!=a)){var C=a.getElementsByTagName("Relationship");a={};for(g=0;g<C.length;g++){var f=C.item(g),y=f.getAttribute("Id"),f=f.getAttribute("Target");a[y]=f}b=b.getElementsByTagName("Rel");for(g=0;g<b.length;g++)if(C=b.item(g),f=function(a,b){return a[b]?a[b]:null}(a,C.getAttribute("r:id")),f=p+"/"+f,null!= -f&&(y=d[f]?d[f]:null,null!=y)){C=C.parentNode;for(y=y.firstChild;null!=y&&1!=y.nodeType;)y=y.nextSibling;if(null!=y&&1==y.nodeType)for(y=y.firstChild;null!=y;){if(null!=y&&1==y.nodeType){var q=C.appendChild(c.importNode(y,!0));this.importNodes(c,q,f,d)}y=y.nextSibling}}}};h.prototype.importPage=function(c,b,a){for(var d=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(c.getShapes())), -g=c.getPageDimensions().y,p=c.getId();d.hasNext();){var f=d.next();this.addShape(b,f.getValue(),a,p,g)}for(c=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(c.getConnects()));c.hasNext();)f=c.next(),f=this.addConnectedEdge(b,f.getValue(),p,g),null!=f&&function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)|| -a.entries[d].key===b)return a.entries.splice(d,1)[0]}(this.edgeShapeMap,f);for(f=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(this.edgeShapeMap));f.hasNext();)c=f.next(),c.getKey().getPageNumber()===p&&this.addUnconnectedEdge(b,function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)|| -a.entries[d].key===b)return a.entries[d].value;return null}(this.parentsMap,c.getKey()),c.getValue(),g);this.sanitiseGraph(b);return g};h.prototype.addShape=function(f,b,a,d,g){b.parentHeight=g;var p=c.mxgraph.io.vsdx.VsdxShape.getType(b.getShape());if(null!=p&&(function(a,b){return a&&a.equals?a.equals(b):a===b}(p,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_SHAPE)||function(a,b){return a&&a.equals?a.equals(b):a===b}(p,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_GROUP)||function(a,b){return a&&a.equals?a.equals(b): -a===b}(p,c.mxgraph.io.vsdx.mxVsdxConstants.FOREIGN))){p=b.getId();if(b.isVertex()){var D=null,D=b.isGroup()?this.addGroup(f,b,a,d,g):this.addVertex(f,b,a,d,g);(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})})(this.vertexShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d, -p),b);return D}b.setShapeIndex(f.getModel().getChildCount(a));(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})})(this.edgeShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,p),b);(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!= -a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})})(this.parentsMap,new c.mxgraph.io.vsdx.ShapePageId(d,p),a)}return null};h.prototype.addGroup=function(f,b,a,d,g){var p=b.getDimensions(),D=b.getMaster(),C=b.getStyleFromShape(),y=b.getGeomList();y.isNoFill()&&(C[mxConstants.STYLE_FILLCOLOR]="none",C[mxConstants.STYLE_GRADIENTCOLOR]="none"); -y.isNoLine()&&(C[mxConstants.STYLE_STROKECOLOR]="none");C.html="1";C[mxConstants.STYLE_WHITE_SPACE]="wrap";var q=c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"="),C=null,h=b.getChildShapes(),C=null!=h&&0<function(a){null==a.entries&&(a.entries=[]);return a.entries.length}(h),y=b.isDisplacedLabel()||b.isRotatedLabel()||C,C=b.getOriginPoint(g,!0);if(y)C=f.insertVertex(a,null,null,Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),Math.floor(Math.round(100*p.x)/100),Math.floor(Math.round(100* -p.y)/100),q);else var l=b.getTextLabel(),C=f.insertVertex(a,null,l,Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),Math.floor(Math.round(100*p.x)/100),Math.floor(Math.round(100*p.y)/100),q);for(a=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(h));a.hasNext();)q=a.next().getValue(),h=q.getId(),q.isVertex()?(l=c.mxgraph.io.vsdx.VsdxShape.getType(q.getShape()), -null!=l&&(function(a,b){return a&&a.equals?a.equals(b):a===b}(l,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_SHAPE)||function(a,b){return a&&a.equals?a.equals(b):a===b}(l,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_GROUP)||function(a,b){return a&&a.equals?a.equals(b):a===b}(l,c.mxgraph.io.vsdx.mxVsdxConstants.FOREIGN))&&q.isVertex()&&(q.propagateRotation(b.getRotation()),q.isGroup()?this.addGroup(f,q,C,d,p.y):this.addVertex(f,q,C,d,p.y)),null==D&&function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g< -a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.vertexShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,h),q)):null==D?(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b, -value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.edgeShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,h),q),function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.parentsMap,new c.mxgraph.io.vsdx.ShapePageId(d,h), -C)):this.addUnconnectedEdge(f,C,q,g);y&&b.createLabelSubShape(f,C);f=b.getRotation();if(0!==f)for(d=C.getGeometry(),b=d.width/2,d=d.height/2,g=0;g<C.getChildCount();g++)p=C.getChildAt(g),c.mxgraph.online.Utils.rotatedGeometry(p.getGeometry(),f,b,d);return C};h.rotatedEdgePoint=function(c,b,a,d){b=b*Math.PI/180;var g=Math.cos(b);b=Math.sin(b);var p=c.x-a,f=c.y-d;c.x=Math.round(p*g-f*b+a);c.y=Math.round(f*g+p*b+d)};h.prototype.addVertex=function(f,b,a,d,g){var p="",D=b.isDisplacedLabel()||b.isRotatedLabel(); -D||(p=b.getTextLabel());var C=b.getDimensions(),y=b.getStyleFromShape();y.html="1";var q=y.hasOwnProperty(mxConstants.STYLE_SHAPE)||y.hasOwnProperty("stencil");y.hasOwnProperty(mxConstants.STYLE_FILLCOLOR)&&q||(y[mxConstants.STYLE_FILLCOLOR]="none");q||(y[mxConstants.STYLE_STROKECOLOR]="none");y.hasOwnProperty(mxConstants.STYLE_GRADIENTCOLOR)&&q||(y[mxConstants.STYLE_GRADIENTCOLOR]="none");y[mxConstants.STYLE_WHITE_SPACE]="wrap";g=b.getOriginPoint(g,!0);return q||null!=p?(y=c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(y, -"="),q=null,q=D?f.insertVertex(a,null,null,Math.floor(Math.round(100*g.x)/100),Math.floor(Math.round(100*g.y)/100),Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),y):f.insertVertex(a,null,p,Math.floor(Math.round(100*g.x)/100),Math.floor(Math.round(100*g.y)/100),Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),y),function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)|| -a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.vertexMap,new c.mxgraph.io.vsdx.ShapePageId(d,b.getId()),q),b.setLabelOffset(q,y),D&&b.createLabelSubShape(f,q),q):null};h.calculateAbsolutePoint=function(c){for(var b=0,a=0;null!=c;){var d=c.geometry;null!=d&&(b+=d.x,a+=d.y);c=c.parent}return new mxPoint(b,a)};h.prototype.addConnectedEdge=function(f,b,a,d){var g=b.getFromSheet(),g=new c.mxgraph.io.vsdx.ShapePageId(a, -g),p=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.edgeShapeMap,g);if(null==p)return null;var D=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.parentsMap,new c.mxgraph.io.vsdx.ShapePageId(a, -p.getId()));if(null!=D){var C=f.getModel().getGeometry(D);null!=C&&(d=C.height)}var y=p.getStartXY(d),q=p.getEndXY(d),C=p.getRoutingPoints(d,y,p.getRotation());this.rotateChildEdge(f.getModel(),D,y,q,C);var l=null,w=b.getSourceToSheet(),w=null!=w?function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.vertexMap,new c.mxgraph.io.vsdx.ShapePageId(a, -w)):null,m=!0;if(null==w)w=f.insertVertex(D,null,null,Math.floor(Math.round(100*y.x)/100),Math.floor(Math.round(100*y.y)/100),0,0);else if(w.style&&-1==w.style.indexOf(";rotation="))var l=h.calculateAbsolutePoint(w),E=h.calculateAbsolutePoint(D),A=w.geometry,l=new mxPoint((E.x+y.x-l.x)/A.width,(E.y+y.y-l.y)/A.height);else m=!1;y=null;b=b.getTargetToSheet();b=null!=b?function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)|| -a.entries[d].key===b)return a.entries[d].value;return null}(this.vertexMap,new c.mxgraph.io.vsdx.ShapePageId(a,b)):null;E=!0;null==b?b=f.insertVertex(D,null,null,Math.floor(Math.round(100*q.x)/100),Math.floor(Math.round(100*q.y)/100),0,0):b.style&&-1==b.style.indexOf(";rotation=")?(a=h.calculateAbsolutePoint(b),y=h.calculateAbsolutePoint(D),A=b.geometry,y=new mxPoint((y.x+q.x-a.x)/A.width,(y.y+q.y-a.y)/A.height)):E=!1;q=p.getStyleFromEdgeShape(d);A=p.getRotation();0!==A?(a=f.insertEdge(D,null,null, -w,b,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(q,"=")),m=p.createLabelSubShape(f,a),null!=m&&(m.setStyle(m.getStyle()+";rotation="+(60<A&&240>A?(A+180)%360:A)),m=m.getGeometry(),m.x=0,m.y=0,m.relative=!0,m.offset=new mxPoint(-m.width/2,-m.height/2))):(a=f.insertEdge(D,null,p.getTextLabel(),w,b,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(q,"=")),A=p.getLblEdgeOffset(f.getView(),C),a.getGeometry().offset=A,null!=l&&f.setConnectionConstraint(a,w,!0,new mxConnectionConstraint(l,!1)),m&&C.shift(),null!= -y&&f.setConnectionConstraint(a,b,!1,new mxConnectionConstraint(y,!1)),E&&C.pop());m=f.getModel().getGeometry(a);if(w.parent!=b.parent&&null!=D&&1!=D.id&&1==w.parent.id){b=l=0;do y=D.geometry,null!=y&&(l+=y.x,b+=y.y),D=D.parent;while(null!=D);a.parent=w.parent;for(D=0;D<C.length;D++)C[D].x+=l,C[D].y+=b}m.points=C;q.hasOwnProperty("curved")&&function(a,b){return a&&a.equals?a.equals(b):a===b}(function(a,b){return a[b]?a[b]:null}(q,"curved"),"1")&&(m=f.getModel().getGeometry(a),f=p.getControlPoints(d), -m.points=f);return g};h.prototype.addUnconnectedEdge=function(f,b,a,d){if(null!=b){var g=f.getModel().getGeometry(b);null!=g&&(d=g.height)}var p=a.getStartXY(d),D=a.getEndXY(d),C=a.getStyleFromEdgeShape(d),y=a.getRoutingPoints(d,p,a.getRotation()),q=a.getRotation();if(0!==q){0===a.getShapeIndex()?g=f.insertEdge(b,null,null,null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")):(g=f.createEdge(b,null,null,null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")),g=f.addEdge(g,b,null,null, -a.getShapeIndex()));var h=a.createLabelSubShape(f,g);null!=h&&(h.setStyle(h.getStyle()+";rotation="+(60<q&&240>q?(q+180)%360:q)),q=h.getGeometry(),q.x=0,q.y=0,q.relative=!0,q.offset=new mxPoint(-q.width/2,-q.height/2))}else 0===a.getShapeIndex()?g=f.insertEdge(b,null,a.getTextLabel(),null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")):(g=f.createEdge(b,null,a.getTextLabel(),null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")),g=f.addEdge(g,b,null,null,a.getShapeIndex())),q=a.getLblEdgeOffset(f.getView(), -y),g.getGeometry().offset=q;this.rotateChildEdge(f.getModel(),b,p,D,y);b=f.getModel().getGeometry(g);y.pop();y.shift();b.points=y;b.setTerminalPoint(p,!0);b.setTerminalPoint(D,!1);C.hasOwnProperty("curved")&&function(a,b){return a&&a.equals?a.equals(b):a===b}(function(a,b){return a[b]?a[b]:null}(C,"curved"),"1")&&(b=f.getModel().getGeometry(g),f=a.getControlPoints(d),b.points=f);return g};h.prototype.rotateChildEdge=function(c,b,a,d,g){if(null!=b){var p=c.getGeometry(b);c=c.getStyle(b);if(null!=p&& -null!=c&&(b=c.indexOf("rotation="),-1<b))for(c=parseFloat(c.substring(b+9,c.indexOf(";",b))),b=p.width/2,p=p.height/2,h.rotatedEdgePoint(a,c,b,p),h.rotatedEdgePoint(d,c,b,p),a=0;a<g.length;a++)h.rotatedEdgePoint(g[a],c,b,p)}};h.prototype.sanitiseGraph=function(c){var b=c.getModel().getRoot();this.sanitiseCell(c,b)};h.prototype.sanitiseCell=function(c,b){for(var a=c.getModel(),d=a.getChildCount(b),g=[],p=0;p<d;p++){var f=a.getChildAt(b,p);this.sanitiseCell(c,f)&&0<g.push(f)}for(p=0;p<g.length;p++)a.remove(g[p]); -0<d&&(d=a.getChildCount(b));g=(new String(a.getValue(b))).toString();p=a.getStyle(b);return 0!==d||!a.isVertex(b)||null!=a.getValue(b)&&0!==g.length||null==p||-1==p.indexOf(mxConstants.STYLE_FILLCOLOR+"=none")||-1==p.indexOf(mxConstants.STYLE_STROKECOLOR+"=none")||-1!=p.indexOf("image=")?!1:!0};return h}();w.mxVsdxCodec=l;l.__class="com.mxgraph.io.mxVsdxCodec"})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); +c.charCodeAt(a+1)<<8);return b};h.prototype.decodeVsdx=function(f,b,a,d){var g=this,p={},E={},C=function(){for(var a=h.vsdxPlaceholder+"/document.xml",d=p[a]?p[a]:null,f=d.firstChild;null!=f&&1!=f.nodeType;)f=f.nextSibling;if(null!=f&&1==f.nodeType)g.importNodes(d,f,a,p);else return null;g.vsdxModel=new c.mxgraph.io.vsdx.mxVsdxModel(d,p,E);for(var a=g.vsdxModel.getPages(),C=g.RESPONSE_HEADER,y=function(a){null==a.entries&&(a.entries=[]);return a.entries}(a),a=function(a){a=y[a].getValue();if(!a.isBackground()){var b= +t.createMxGraph();b.getModel().beginUpdate();t.importPage(a,b,b.getDefaultParent());var d=a.getBackPage();if(null!=d){b.getModel().setValue(b.getDefaultParent(),a.getPageName());var p=new mxCell(d.getPageName());b.addCell(p,b.getModel().getRoot(),0,null,null);t.importPage(d,b,b.getDefaultParent())}d=a.getPageScale()/a.getDrawingScale();if(1!==d){var p=b.getModel(),c;for(c in p.cells){var f=p.cells[c],E=p.getGeometry(f);if(null!=E&&(t.scaleRect(E,d),t.scaleRect(E.alternateBounds,d),p.isEdge(f)&&(t.scalePoint(E.sourcePoint, +d),t.scalePoint(E.targetPoint,d),t.scalePoint(E.offset,d),f=E.points,null!=f)))for(E=0;E<f.length;E++)t.scalePoint(f[E],d)}}b.getModel().endUpdate();C=C.concat(g.RESPONSE_DIAGRAM_START);C=C.concat(g.processPage(b,a));C=C.concat(g.RESPONSE_DIAGRAM_END)}},t=g,d=0;d<y.length;d++)a(d);C=C.concat(g.RESPONSE_END);b&&b(C)},y=0,t=0,l=function(){if(t==y)try{C()}catch(Y){console.log(Y),null!=d?d():b("")}};JSZip.loadAsync(f).then(function(a){0==Object.keys(a.files).length?null!=d&&d():a.forEach(function(a,b){var d= +b.name,f=d.toLowerCase(),C=f.length;f.indexOf(".xml")==C-4||f.indexOf(".xml.rels")==C-9?(y++,b.async("string").then(function(a){if(0!==a.length){65279==a.charCodeAt(0)&&(a=a.substring(1));var b=h.parseXml(a);null==b&&0===a.charCodeAt(1)&&0===a.charCodeAt(3)&&0===a.charCodeAt(5)&&(b=h.parseXml(h.decodeUTF16LE(a)));null!=b&&(b.vsdxFileName=d,p[d]=b)}t++;l()})):0===f.indexOf(h.vsdxPlaceholder+"/media")&&(y++,function(a,b){var d=a.length-b.length,g=a.indexOf(b,d);return-1!==g&&g===d}(f,".emf")?JSZip.support.uint8array&& +b.async("uint8array").then(function(a){for(var b=!1,p="",f=0;f<a.length-8;f++)if(g.isPng(a,f)||g.isJpg(a,f)){p=c.mxgraph.online.mxBase64.encodeToString(a,f);b=!0;break}b&&(E[d]=p);t++;l()}):function(a,b){var d=a.length-b.length,g=a.indexOf(b,d);return-1!==g&&g===d}(f,".bmp")?JSZip.support.uint8array&&b.async("uint8array").then(function(a){a=new BmpDecoder(a);var b=document.createElement("canvas");b.width=a.width;b.height=a.height;b.getContext("2d").putImageData(a.imageData,0,0);a=b.toDataURL("image/jpeg"); +E[d]=a.substr(23);t++;l()}):b.async("base64").then(function(a){E[d]=a;t++;l()}))})},function(a){null!=d&&d(a)})};h.prototype.createMxGraph=function(){var c=new mxGraph;c.setExtendParents(!1);c.setExtendParentsOnAdd(!1);c.setConstrainChildren(!1);c.setHtmlLabels(!0);c.getModel().maintainEdgeParent=!1;return c};h.prototype.processPage=function(c,b){var a=(new mxCodec).encode(c.getModel());a.setAttribute("style","default-style2");var a=mxUtils.getXml(a),d="";if(null!=b)var g=mxUtils.htmlEntities(b.getPageName()), +d=d+('<diagram name="'+g+'">');return d+=Graph.prototype.compress(a)};h.prototype.isJpg=function(c,b){return 255===c[b]&&216===c[b+1]&&255===c[b+2]};h.prototype.isPng=function(c,b){return 137===c[b]&&80===c[b+1]&&78===c[b+2]&&71===c[b+3]&&13===c[b+4]&&10===c[b+5]&&26===c[b+6]&&10===c[b+7]};h.prototype.scalePoint=function(c,b){null!=c&&(c.x*=b,c.y*=b);return c};h.prototype.scaleRect=function(c,b){null!=c&&(c.x*=b,c.y*=b,c.height*=b,c.width*=b);return c};h.prototype.importNodes=function(c,b,a,d){var g= +a.lastIndexOf("/"),p=a,f=a;if(-1!==g&&(p=a.substring(0,g),f=a.substring(g+1,a.length),a=function(a,b){return a[b]?a[b]:null}(d,p+"/_rels/"+f+".rels"),null!=a)){var C=a.getElementsByTagName("Relationship");a={};for(g=0;g<C.length;g++){var f=C.item(g),y=f.getAttribute("Id"),f=f.getAttribute("Target");a[y]=f}b=b.getElementsByTagName("Rel");for(g=0;g<b.length;g++)if(C=b.item(g),f=function(a,b){return a[b]?a[b]:null}(a,C.getAttribute("r:id")),f=p+"/"+f,null!=f&&(y=d[f]?d[f]:null,null!=y)){C=C.parentNode; +for(y=y.firstChild;null!=y&&1!=y.nodeType;)y=y.nextSibling;if(null!=y&&1==y.nodeType)for(y=y.firstChild;null!=y;){if(null!=y&&1==y.nodeType){var t=C.appendChild(c.importNode(y,!0));this.importNodes(c,t,f,d)}y=y.nextSibling}}}};h.prototype.importPage=function(c,b,a){for(var d=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(c.getShapes())),g=c.getPageDimensions().y,p=c.getId();d.hasNext();){var f= +d.next();this.addShape(b,f.getValue(),a,p,g)}for(c=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(c.getConnects()));c.hasNext();)f=c.next(),f=this.addConnectedEdge(b,f.getValue(),p,g),null!=f&&function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries.splice(d, +1)[0]}(this.edgeShapeMap,f);for(f=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(this.edgeShapeMap));f.hasNext();)c=f.next(),c.getKey().getPageNumber()===p&&this.addUnconnectedEdge(b,function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value; +return null}(this.parentsMap,c.getKey()),c.getValue(),g);this.sanitiseGraph(b);return g};h.prototype.addShape=function(f,b,a,d,g){b.parentHeight=g;var p=c.mxgraph.io.vsdx.VsdxShape.getType(b.getShape());if(null!=p&&(function(a,b){return a&&a.equals?a.equals(b):a===b}(p,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_SHAPE)||function(a,b){return a&&a.equals?a.equals(b):a===b}(p,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_GROUP)||function(a,b){return a&&a.equals?a.equals(b):a===b}(p,c.mxgraph.io.vsdx.mxVsdxConstants.FOREIGN))){p= +b.getId();if(b.isVertex()){var E=null,E=b.isGroup()?this.addGroup(f,b,a,d,g):this.addVertex(f,b,a,d,g);(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})})(this.vertexShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,p),b);return E}b.setShapeIndex(f.getModel().getChildCount(a)); +(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})})(this.edgeShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,p),b);(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)|| +a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})})(this.parentsMap,new c.mxgraph.io.vsdx.ShapePageId(d,p),a)}return null};h.prototype.addGroup=function(f,b,a,d,g){var p=b.getDimensions(),E=b.getMaster(),C=b.getStyleFromShape(),y=b.getGeomList();y.isNoFill()&&(C[mxConstants.STYLE_FILLCOLOR]="none",C[mxConstants.STYLE_GRADIENTCOLOR]="none");y.isNoLine()&&(C[mxConstants.STYLE_STROKECOLOR]="none"); +C.html="1";C[mxConstants.STYLE_WHITE_SPACE]="wrap";var t=c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"="),C=null,h=b.getChildShapes(),C=null!=h&&0<function(a){null==a.entries&&(a.entries=[]);return a.entries.length}(h),y=b.isDisplacedLabel()||b.isRotatedLabel()||C,C=b.getOriginPoint(g,!0);if(y)C=f.insertVertex(a,null,null,Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),Math.floor(Math.round(100*p.x)/100),Math.floor(Math.round(100*p.y)/100),t);else var l=b.getTextLabel(), +C=f.insertVertex(a,null,l,Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),Math.floor(Math.round(100*p.x)/100),Math.floor(Math.round(100*p.y)/100),t);for(a=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(h));a.hasNext();)t=a.next().getValue(),h=t.getId(),t.isVertex()?(l=c.mxgraph.io.vsdx.VsdxShape.getType(t.getShape()),null!=l&&(function(a,b){return a&& +a.equals?a.equals(b):a===b}(l,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_SHAPE)||function(a,b){return a&&a.equals?a.equals(b):a===b}(l,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_GROUP)||function(a,b){return a&&a.equals?a.equals(b):a===b}(l,c.mxgraph.io.vsdx.mxVsdxConstants.FOREIGN))&&t.isVertex()&&(t.propagateRotation(b.getRotation()),t.isGroup()?this.addGroup(f,t,C,d,p.y):this.addVertex(f,t,C,d,p.y)),null==E&&function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&& +a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.vertexShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,h),t)):null==E?(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key}, +getValue:function(){return this.value}})}(this.edgeShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,h),t),function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.parentsMap,new c.mxgraph.io.vsdx.ShapePageId(d,h),C)):this.addUnconnectedEdge(f,C,t,g);y&&b.createLabelSubShape(f, +C);f=b.getRotation();if(0!==f)for(d=C.getGeometry(),b=d.width/2,d=d.height/2,g=0;g<C.getChildCount();g++)p=C.getChildAt(g),c.mxgraph.online.Utils.rotatedGeometry(p.getGeometry(),f,b,d);return C};h.rotatedEdgePoint=function(c,b,a,d){b=b*Math.PI/180;var g=Math.cos(b);b=Math.sin(b);var p=c.x-a,f=c.y-d;c.x=Math.round(p*g-f*b+a);c.y=Math.round(f*g+p*b+d)};h.prototype.addVertex=function(f,b,a,d,g){var p="",E=b.isDisplacedLabel()||b.isRotatedLabel();E||(p=b.getTextLabel());var C=b.getDimensions(),y=b.getStyleFromShape(); +y.html="1";var t=y.hasOwnProperty(mxConstants.STYLE_SHAPE)||y.hasOwnProperty("stencil");y.hasOwnProperty(mxConstants.STYLE_FILLCOLOR)&&t||(y[mxConstants.STYLE_FILLCOLOR]="none");t||(y[mxConstants.STYLE_STROKECOLOR]="none");y.hasOwnProperty(mxConstants.STYLE_GRADIENTCOLOR)&&t||(y[mxConstants.STYLE_GRADIENTCOLOR]="none");y[mxConstants.STYLE_WHITE_SPACE]="wrap";g=b.getOriginPoint(g,!0);return t||null!=p?(y=c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(y,"="),t=null,t=E?f.insertVertex(a,null,null,Math.floor(Math.round(100* +g.x)/100),Math.floor(Math.round(100*g.y)/100),Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),y):f.insertVertex(a,null,p,Math.floor(Math.round(100*g.x)/100),Math.floor(Math.round(100*g.y)/100),Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),y),function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b, +value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.vertexMap,new c.mxgraph.io.vsdx.ShapePageId(d,b.getId()),t),b.setLabelOffset(t,y),E&&b.createLabelSubShape(f,t),t):null};h.calculateAbsolutePoint=function(c){for(var b=0,a=0;null!=c;){var d=c.geometry;null!=d&&(b+=d.x,a+=d.y);c=c.parent}return new mxPoint(b,a)};h.prototype.addConnectedEdge=function(f,b,a,d){var g=b.getFromSheet(),g=new c.mxgraph.io.vsdx.ShapePageId(a,g),p=function(a,b){null==a.entries&&(a.entries= +[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.edgeShapeMap,g);if(null==p)return null;var E=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.parentsMap,new c.mxgraph.io.vsdx.ShapePageId(a,p.getId()));if(null!=E){var C=f.getModel().getGeometry(E); +null!=C&&(d=C.height)}var y=p.getStartXY(d),t=p.getEndXY(d),C=p.getRoutingPoints(d,y,p.getRotation());this.rotateChildEdge(f.getModel(),E,y,t,C);var l=null,w=b.getSourceToSheet(),w=null!=w?function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.vertexMap,new c.mxgraph.io.vsdx.ShapePageId(a,w)):null,m=!0;if(null==w)w=f.insertVertex(E,null,null,Math.floor(Math.round(100* +y.x)/100),Math.floor(Math.round(100*y.y)/100),0,0);else if(w.style&&-1==w.style.indexOf(";rotation="))var l=h.calculateAbsolutePoint(w),D=h.calculateAbsolutePoint(E),z=w.geometry,l=new mxPoint((D.x+y.x-l.x)/z.width,(D.y+y.y-l.y)/z.height);else m=!1;y=null;b=b.getTargetToSheet();b=null!=b?function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.vertexMap, +new c.mxgraph.io.vsdx.ShapePageId(a,b)):null;D=!0;null==b?b=f.insertVertex(E,null,null,Math.floor(Math.round(100*t.x)/100),Math.floor(Math.round(100*t.y)/100),0,0):b.style&&-1==b.style.indexOf(";rotation=")?(a=h.calculateAbsolutePoint(b),y=h.calculateAbsolutePoint(E),z=b.geometry,y=new mxPoint((y.x+t.x-a.x)/z.width,(y.y+t.y-a.y)/z.height)):D=!1;t=p.getStyleFromEdgeShape(d);z=p.getRotation();0!==z?(a=f.insertEdge(E,null,null,w,b,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(t,"=")),m=p.createLabelSubShape(f, +a),null!=m&&(m.setStyle(m.getStyle()+";rotation="+(60<z&&240>z?(z+180)%360:z)),m=m.getGeometry(),m.x=0,m.y=0,m.relative=!0,m.offset=new mxPoint(-m.width/2,-m.height/2))):(a=f.insertEdge(E,null,p.getTextLabel(),w,b,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(t,"=")),z=p.getLblEdgeOffset(f.getView(),C),a.getGeometry().offset=z,null!=l&&f.setConnectionConstraint(a,w,!0,new mxConnectionConstraint(l,!1)),m&&C.shift(),null!=y&&f.setConnectionConstraint(a,b,!1,new mxConnectionConstraint(y,!1)),D&&C.pop()); +m=f.getModel().getGeometry(a);if(w.parent!=b.parent&&null!=E&&1!=E.id&&1==w.parent.id){b=l=0;do y=E.geometry,null!=y&&(l+=y.x,b+=y.y),E=E.parent;while(null!=E);a.parent=w.parent;for(E=0;E<C.length;E++)C[E].x+=l,C[E].y+=b}m.points=C;t.hasOwnProperty("curved")&&function(a,b){return a&&a.equals?a.equals(b):a===b}(function(a,b){return a[b]?a[b]:null}(t,"curved"),"1")&&(m=f.getModel().getGeometry(a),f=p.getControlPoints(d),m.points=f);return g};h.prototype.addUnconnectedEdge=function(f,b,a,d){if(null!= +b){var g=f.getModel().getGeometry(b);null!=g&&(d=g.height)}var p=a.getStartXY(d),E=a.getEndXY(d),C=a.getStyleFromEdgeShape(d),y=a.getRoutingPoints(d,p,a.getRotation()),t=a.getRotation();if(0!==t){0===a.getShapeIndex()?g=f.insertEdge(b,null,null,null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")):(g=f.createEdge(b,null,null,null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")),g=f.addEdge(g,b,null,null,a.getShapeIndex()));var h=a.createLabelSubShape(f,g);null!=h&&(h.setStyle(h.getStyle()+ +";rotation="+(60<t&&240>t?(t+180)%360:t)),t=h.getGeometry(),t.x=0,t.y=0,t.relative=!0,t.offset=new mxPoint(-t.width/2,-t.height/2))}else 0===a.getShapeIndex()?g=f.insertEdge(b,null,a.getTextLabel(),null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")):(g=f.createEdge(b,null,a.getTextLabel(),null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")),g=f.addEdge(g,b,null,null,a.getShapeIndex())),t=a.getLblEdgeOffset(f.getView(),y),g.getGeometry().offset=t;this.rotateChildEdge(f.getModel(), +b,p,E,y);b=f.getModel().getGeometry(g);y.pop();y.shift();b.points=y;b.setTerminalPoint(p,!0);b.setTerminalPoint(E,!1);C.hasOwnProperty("curved")&&function(a,b){return a&&a.equals?a.equals(b):a===b}(function(a,b){return a[b]?a[b]:null}(C,"curved"),"1")&&(b=f.getModel().getGeometry(g),f=a.getControlPoints(d),b.points=f);return g};h.prototype.rotateChildEdge=function(c,b,a,d,g){if(null!=b){var p=c.getGeometry(b);c=c.getStyle(b);if(null!=p&&null!=c&&(b=c.indexOf("rotation="),-1<b))for(c=parseFloat(c.substring(b+ +9,c.indexOf(";",b))),b=p.width/2,p=p.height/2,h.rotatedEdgePoint(a,c,b,p),h.rotatedEdgePoint(d,c,b,p),a=0;a<g.length;a++)h.rotatedEdgePoint(g[a],c,b,p)}};h.prototype.sanitiseGraph=function(c){var b=c.getModel().getRoot();this.sanitiseCell(c,b)};h.prototype.sanitiseCell=function(c,b){for(var a=c.getModel(),d=a.getChildCount(b),g=[],p=0;p<d;p++){var f=a.getChildAt(b,p);this.sanitiseCell(c,f)&&0<g.push(f)}for(p=0;p<g.length;p++)a.remove(g[p]);0<d&&(d=a.getChildCount(b));g=(new String(a.getValue(b))).toString(); +p=a.getStyle(b);return 0!==d||!a.isVertex(b)||null!=a.getValue(b)&&0!==g.length||null==p||-1==p.indexOf(mxConstants.STYLE_FILLCOLOR+"=none")||-1==p.indexOf(mxConstants.STYLE_STROKECOLOR+"=none")||-1!=p.indexOf("image=")?!1:!0};return h}();w.mxVsdxCodec=l;l.__class="com.mxgraph.io.mxVsdxCodec"})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(w){var l=function(h){function f(){var b=h.call(this)||this;b.RESPONSE_END="";b.RESPONSE_DIAGRAM_START="";b.RESPONSE_DIAGRAM_END="";b.RESPONSE_HEADER="";return b}__extends(f,h);f.prototype.decodeVssx=function(b,a,d){var g=this,p="<mxlibrary>[";this.decodeVsdx(b,function(b){p=p.concat(b);var d=g.vsdxModel.getMasterShapes(),f=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){var b=[];null== -a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)b.push(a.entries[d].value);return b}(g.vsdxModel.getPages())).next();if(null!=d){var D={str:"",toString:function(){return this.str}},l=0===b.length?"":",",w=function(a){return Object.keys(a).map(function(b){return a[b]})}(d);b=function(a){a=w[a];var b=m.createMxGraph(),g=a.getMasterShape().getShape(),p=new c.mxgraph.io.vsdx.VsdxShape(f,g,!f.isEdge(g),d,null,m.vsdxModel),g=null;if(p.isVertex()){m.edgeShapeMap.entries=[];m.parentsMap.entries= -[];for(var g=m.addShape(b,p,b.getDefaultParent(),0,1169),p=function(a){null==a.entries&&(a.entries=[]);return a.entries}(m.edgeShapeMap),C=0;C<p.length;C++){var y=p[C],q=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(m.parentsMap,y.getKey());m.addUnconnectedEdge(b,q,y.getValue(),1169)}}else g=m.addUnconnectedEdge(b,null,p,1169);if(null!=g){g=m.normalizeGeo(g); -m.sanitiseGraph(b);if(0===b.getModel().getChildCount(b.getDefaultParent()))return"continue";D.str=D.str.concat(l);D.str=D.str.concat('{"xml":"');b=h.prototype.processPage.call(m,b,null);D.str=D.str.concat(b);D.str=D.str.concat('","w":');D.str=D.str.concat(g.width);D.str=D.str.concat(',"h":');D.str=D.str.concat(g.height);D.str=D.str.concat(',"title":');a=a.getName();null==a&&(a="");a=JSON.stringify(mxUtils.htmlEntities(a));D.str=D.str.concat(a);D.str=D.str.concat("}");l=","}};for(var m=g,E=0;E<w.length;E++)b(E); -p=p.concat(D)}p=p.concat("]</mxlibrary>");a&&a(p)},d)};f.prototype.normalizeGeo=function(b){var a=b.getGeometry();a.x=0;a.y=0;var d=a.sourcePoint;if(b.isEdge()&&null!=d){this.transPoint(a.targetPoint,d);this.transPoint(a.offset,d);b=a.points;if(null!=b)for(var g=0;g<b.length;g++)this.transPoint(b[g],d);this.transPoint(d,d)}return a};f.prototype.transPoint=function(b,a){null!=b&&(b.x-=a.x,b.y-=a.y)};f.prototype.processPage=function(b,a){var d=b.getModel(),g="",p="",f;for(f in d.cells){var C=d.cells[f]; +a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)b.push(a.entries[d].value);return b}(g.vsdxModel.getPages())).next();if(null!=d){var E={str:"",toString:function(){return this.str}},l=0===b.length?"":",",w=function(a){return Object.keys(a).map(function(b){return a[b]})}(d);b=function(a){a=w[a];var b=m.createMxGraph(),g=a.getMasterShape().getShape(),p=new c.mxgraph.io.vsdx.VsdxShape(f,g,!f.isEdge(g),d,null,m.vsdxModel),g=null;if(p.isVertex()){m.edgeShapeMap.entries=[];m.parentsMap.entries= +[];for(var g=m.addShape(b,p,b.getDefaultParent(),0,1169),p=function(a){null==a.entries&&(a.entries=[]);return a.entries}(m.edgeShapeMap),C=0;C<p.length;C++){var y=p[C],t=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(m.parentsMap,y.getKey());m.addUnconnectedEdge(b,t,y.getValue(),1169)}}else g=m.addUnconnectedEdge(b,null,p,1169);if(null!=g){g=m.normalizeGeo(g); +m.sanitiseGraph(b);if(0===b.getModel().getChildCount(b.getDefaultParent()))return"continue";E.str=E.str.concat(l);E.str=E.str.concat('{"xml":"');b=h.prototype.processPage.call(m,b,null);E.str=E.str.concat(b);E.str=E.str.concat('","w":');E.str=E.str.concat(g.width);E.str=E.str.concat(',"h":');E.str=E.str.concat(g.height);E.str=E.str.concat(',"title":');a=a.getName();null==a&&(a="");a=JSON.stringify(mxUtils.htmlEntities(a));E.str=E.str.concat(a);E.str=E.str.concat("}");l=","}};for(var m=g,D=0;D<w.length;D++)b(D); +p=p.concat(E)}p=p.concat("]</mxlibrary>");a&&a(p)},d)};f.prototype.normalizeGeo=function(b){var a=b.getGeometry();a.x=0;a.y=0;var d=a.sourcePoint;if(b.isEdge()&&null!=d){this.transPoint(a.targetPoint,d);this.transPoint(a.offset,d);b=a.points;if(null!=b)for(var g=0;g<b.length;g++)this.transPoint(b[g],d);this.transPoint(d,d)}return a};f.prototype.transPoint=function(b,a){null!=b&&(b.x-=a.x,b.y-=a.y)};f.prototype.processPage=function(b,a){var d=b.getModel(),g="",p="",f;for(f in d.cells){var C=d.cells[f]; if(b.getDefaultParent()===d.getParent(C)){var g=g.concat(p),g=g.concat('{"xml":"'),y=this.createMxGraph();y.addCell(C);this.sanitiseGraph(y);if(0===y.getModel().getChildCount(y.getDefaultParent()))return"continue";p=this.normalizeGeo(C);y=h.prototype.processPage.call(this,y,null);g=g.concat(y);g=g.concat('","w":');g=g.concat(p.width);g=g.concat(',"h":');g=g.concat(p.height);g=g.concat(',"title":"');p=d.getStyle(C);C="";if(null!=p&&(y=p.indexOf(c.mxgraph.io.vsdx.mxVsdxConstants.VSDX_ID),0<=y)){y+= -c.mxgraph.io.vsdx.mxVsdxConstants.VSDX_ID.length+1;f=parseInt(p.substring(y,p.indexOf(";",y)));a:{p=this.vertexShapeMap;y=new c.mxgraph.io.vsdx.ShapePageId(a.getId(),f);null==p.entries&&(p.entries=[]);for(var q=0;q<p.entries.length;q++)if(null!=p.entries[q].key.equals&&p.entries[q].key.equals(y)||p.entries[q].key===y){p=p.entries[q].value;break a}p=null}null!=p&&(C=p.getName())}g=g.concat(C);g=g.concat('"}');p=","}}this.RESPONSE_DIAGRAM_START=0<g.length?",":"";return g};return f}(c.mxgraph.io.mxVsdxCodec); +c.mxgraph.io.vsdx.mxVsdxConstants.VSDX_ID.length+1;f=parseInt(p.substring(y,p.indexOf(";",y)));a:{p=this.vertexShapeMap;y=new c.mxgraph.io.vsdx.ShapePageId(a.getId(),f);null==p.entries&&(p.entries=[]);for(var t=0;t<p.entries.length;t++)if(null!=p.entries[t].key.equals&&p.entries[t].key.equals(y)||p.entries[t].key===y){p=p.entries[t].value;break a}p=null}null!=p&&(C=p.getName())}g=g.concat(C);g=g.concat('"}');p=","}}this.RESPONSE_DIAGRAM_START=0<g.length?",":"";return g};return f}(c.mxgraph.io.mxVsdxCodec); w.mxVssxCodec=l;l.__class="com.mxgraph.io.mxVssxCodec"})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(c){(function(c){(function(c){(function(c){var f=function(){function b(a,b,g){this.formulaE=this.formulaA=this.d=this.c=this.b=this.a=this.y=this.x=null;this.index=0;this.index=a;this.x=b;this.y=g}b.prototype.getX=function(){return this.x};b.prototype.getY=function(){return this.y};b.prototype.getA=function(){return this.a};b.prototype.getB=function(){return this.b};b.prototype.getC=function(){return this.c};b.prototype.getD=function(){return this.d};b.prototype.getFormulaA= function(){return this.formulaA};b.prototype.getFormulaE=function(){return this.formulaE};b.prototype.getIndex=function(){return this.index};return b}();c.Row=f;f.__class="com.mxgraph.io.vsdx.geometry.Row"})(c.geometry||(c.geometry={}))})(c.vsdx||(c.vsdx={}))})(c.io||(c.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(){function b(){}b.getIndex=function(a){try{return parseInt(a.getAttribute("IX"))}catch(d){return 1}};b.getDoubleVal=function(a){try{if(null!=a&&0!==a.length){var b=parseFloat(a);if(isFinite(b))return b}}catch(g){}return null};b.getRowObj=function(a,d){var g=a.getAttribute("T"),p=b.getIndex(a),f;f=(f=a.getAttribute("Del"))&&f.equals?f.equals("1"):"1"===f;if(!f){var C=null;p<=d.length&&(C=d[p-1]);var y=f=null,q=null,h=null, -l=null,m=null,w=null,A=null;null!=C&&(f=C.x,y=C.y,q=C.getA(),h=C.getB(),l=C.getC(),m=C.getD(),A=C.getFormulaA(),w=C.getFormulaE());for(var C=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(a),F=0;F<C.length;F++){var B=C[F],Y=B.getAttribute("N"),K=B.getAttribute("V");switch(Y){case "X":f=b.getDoubleVal(K);break;case "Y":y=b.getDoubleVal(K);break;case "A":q=b.getDoubleVal(K);A=B.getAttribute("V");break;case "B":h=b.getDoubleVal(K);break;case "C":l=b.getDoubleVal(K);break;case "D":m=b.getDoubleVal(K); -break;case "E":w=K}}switch(g){case "MoveTo":return new c.mxgraph.io.vsdx.geometry.MoveTo(p,f,y);case "LineTo":return new c.mxgraph.io.vsdx.geometry.LineTo(p,f,y);case "ArcTo":return new c.mxgraph.io.vsdx.geometry.ArcTo(p,f,y,q);case "Ellipse":return new c.mxgraph.io.vsdx.geometry.Ellipse(p,f,y,q,h,l,m);case "EllipticalArcTo":return new c.mxgraph.io.vsdx.geometry.EllipticalArcTo(p,f,y,q,h,l,m);case "InfiniteLine":return new c.mxgraph.io.vsdx.geometry.InfiniteLine(p,f,y,q,h);case "NURBSTo":return new c.mxgraph.io.vsdx.geometry.NURBSTo(p, -f,y,q,h,l,m,w);case "PolylineTo":return new c.mxgraph.io.vsdx.geometry.PolylineTo(p,f,y,A);case "RelCubBezTo":return new c.mxgraph.io.vsdx.geometry.RelCubBezTo(p,f,y,q,h,l,m);case "RelEllipticalArcTo":return new c.mxgraph.io.vsdx.geometry.RelEllipticalArcTo(p,f,y,q,h,l,m);case "RelLineTo":return new c.mxgraph.io.vsdx.geometry.RelLineTo(p,f,y);case "RelMoveTo":return new c.mxgraph.io.vsdx.geometry.RelMoveTo(p,f,y);case "RelQuadBezTo":return new c.mxgraph.io.vsdx.geometry.RelQuadBezTo(p,f,y,q,h);case "SplineKnot":return new c.mxgraph.io.vsdx.geometry.SplineKnot(p, -f,y,q);case "SplineStart":return new c.mxgraph.io.vsdx.geometry.SplineStart(p,f,y,q,h,l,m)}}return new c.mxgraph.io.vsdx.geometry.DelRow(p)};return b}();h.RowFactory=f;f.__class="com.mxgraph.io.vsdx.geometry.RowFactory"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(){function b(){}b.getIndex=function(a){try{return parseInt(a.getAttribute("IX"))}catch(d){return 1}};b.getDoubleVal=function(a){try{if(null!=a&&0!==a.length){var b=parseFloat(a);if(isFinite(b))return b}}catch(g){}return null};b.getRowObj=function(a,d){var g=a.getAttribute("T"),p=b.getIndex(a),f;f=(f=a.getAttribute("Del"))&&f.equals?f.equals("1"):"1"===f;if(!f){var C=null;p<=d.length&&(C=d[p-1]);var y=f=null,h=null,l=null, +m=null,w=null,D=null,z=null;null!=C&&(f=C.x,y=C.y,h=C.getA(),l=C.getB(),m=C.getC(),w=C.getD(),z=C.getFormulaA(),D=C.getFormulaE());for(var C=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(a),F=0;F<C.length;F++){var B=C[F],Z=B.getAttribute("N"),L=B.getAttribute("V");switch(Z){case "X":f=b.getDoubleVal(L);break;case "Y":y=b.getDoubleVal(L);break;case "A":h=b.getDoubleVal(L);z=B.getAttribute("V");break;case "B":l=b.getDoubleVal(L);break;case "C":m=b.getDoubleVal(L);break;case "D":w=b.getDoubleVal(L); +break;case "E":D=L}}switch(g){case "MoveTo":return new c.mxgraph.io.vsdx.geometry.MoveTo(p,f,y);case "LineTo":return new c.mxgraph.io.vsdx.geometry.LineTo(p,f,y);case "ArcTo":return new c.mxgraph.io.vsdx.geometry.ArcTo(p,f,y,h);case "Ellipse":return new c.mxgraph.io.vsdx.geometry.Ellipse(p,f,y,h,l,m,w);case "EllipticalArcTo":return new c.mxgraph.io.vsdx.geometry.EllipticalArcTo(p,f,y,h,l,m,w);case "InfiniteLine":return new c.mxgraph.io.vsdx.geometry.InfiniteLine(p,f,y,h,l);case "NURBSTo":return new c.mxgraph.io.vsdx.geometry.NURBSTo(p, +f,y,h,l,m,w,D);case "PolylineTo":return new c.mxgraph.io.vsdx.geometry.PolylineTo(p,f,y,z);case "RelCubBezTo":return new c.mxgraph.io.vsdx.geometry.RelCubBezTo(p,f,y,h,l,m,w);case "RelEllipticalArcTo":return new c.mxgraph.io.vsdx.geometry.RelEllipticalArcTo(p,f,y,h,l,m,w);case "RelLineTo":return new c.mxgraph.io.vsdx.geometry.RelLineTo(p,f,y);case "RelMoveTo":return new c.mxgraph.io.vsdx.geometry.RelMoveTo(p,f,y);case "RelQuadBezTo":return new c.mxgraph.io.vsdx.geometry.RelQuadBezTo(p,f,y,h,l);case "SplineKnot":return new c.mxgraph.io.vsdx.geometry.SplineKnot(p, +f,y,h);case "SplineStart":return new c.mxgraph.io.vsdx.geometry.SplineStart(p,f,y,h,l,m,w)}}return new c.mxgraph.io.vsdx.geometry.DelRow(p)};return b}();h.RowFactory=f;f.__class="com.mxgraph.io.vsdx.geometry.RowFactory"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){var h=function(){function f(){this.colorElementMap={};this.fontElementMap={}}f.__static_initialize=function(){f.__static_initialized||(f.__static_initialized=!0,f.__static_initializer_0())};f.defaultColors_$LI$=function(){f.__static_initialize();null==f.defaultColors&&(f.defaultColors={});return f.defaultColors};f.__static_initializer_0=function(){f.defaultColors_$LI$()["0"]="#000000";f.defaultColors_$LI$()["1"]="#FFFFFF";f.defaultColors_$LI$()["2"]= "#FF0000";f.defaultColors_$LI$()["3"]="#00FF00";f.defaultColors_$LI$()["4"]="#0000FF";f.defaultColors_$LI$()["5"]="#FFFF00";f.defaultColors_$LI$()["6"]="#FF00FF";f.defaultColors_$LI$()["7"]="#00FFFF";f.defaultColors_$LI$()["8"]="#800000";f.defaultColors_$LI$()["9"]="#008000";f.defaultColors_$LI$()["10"]="#000080";f.defaultColors_$LI$()["11"]="#808000";f.defaultColors_$LI$()["12"]="#800080";f.defaultColors_$LI$()["13"]="#008080";f.defaultColors_$LI$()["14"]="#C0C0C0";f.defaultColors_$LI$()["15"]="#E6E6E6"; f.defaultColors_$LI$()["16"]="#CDCDCD";f.defaultColors_$LI$()["17"]="#B3B3B3";f.defaultColors_$LI$()["18"]="#9A9A9A";f.defaultColors_$LI$()["19"]="#808080";f.defaultColors_$LI$()["20"]="#666666";f.defaultColors_$LI$()["21"]="#4D4D4D";f.defaultColors_$LI$()["22"]="#333333";f.defaultColors_$LI$()["23"]="#1A1A1A"};f.prototype.initialise=function(b,a){if(null!=b){var d=b.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.COLORS);if(0<d.length)for(var g=d.item(0).getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.COLOR_ENTRY), @@ -8589,10 +8658,10 @@ f.prototype.isNoLine=function(){return this.noLine};f.prototype.isNoShow=functio function(){function a(a){this.__parent=a}a.prototype.compare=function(a,b){return a.getIndex()-b.getIndex()};return a}();c.mxVsdxGeometry$0=b;b.__interfaces=["java.util.Comparator"]})(h=l.mxVsdxGeometry||(l.mxVsdxGeometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){var h=function(){function f(b){this.geomList=[];this.parentGeomList=null;this.sortNeeded=!1;if(null!=b){this.parentGeomList=b.geomList;var a=this.geomList;a.push.apply(a,b.geomList)}}f.prototype.addGeometry=function(b){b=new c.mxgraph.io.vsdx.mxVsdxGeometry(b,this.parentGeomList);b.getIndex()<this.geomList.length?this.geomList[b.getIndex()]=b:(0<this.geomList.push(b),this.sortNeeded=!0)};f.prototype.sort=function(){this.sortNeeded&&(function(b,a){a.compare? b.sort(function(b,g){return a.compare(b,g)}):b.sort(a)}(this.geomList,new f.mxVsdxGeometryList$0(this)),this.sortNeeded=!1)};f.prototype.isNoShow=function(){for(var b=0;b<this.geomList.length;b++)if(!this.geomList[b].isNoShow())return!1;return!0};f.prototype.isNoFill=function(){for(var b=0;b<this.geomList.length;b++){var a=this.geomList[b];if(!a.isNoShow()&&!a.isNoFill())return!1}return!0};f.prototype.isNoLine=function(){for(var b=0;b<this.geomList.length;b++){var a=this.geomList[b];if(!a.isNoShow()&& -!a.isNoLine())return!1}return!0};f.prototype.hasGeom=function(){return 0!=this.geomList.length};f.prototype.getGeoCount=function(){for(var b=0,a=0;a<this.geomList.length;a++)this.geomList[a].isNoShow()||b++;return b};f.prototype.rotatedPoint=function(b,a,d){var g=b.y*a+b.x*d;b.x=b.x*a-b.y*d;b.y=g};f.prototype.getRoutingPoints=function(b,a,d){this.sort();b=[];0<b.push(a.clone());for(var g=0,p=0,f=0;f<this.geomList.length;f++){var C=this.geomList[f];if(!C.isNoShow())for(var C=C.getRows(),y=0;y<C.length;y++){var q= -C[y];if(0==y&&null!=q&&q instanceof c.mxgraph.io.vsdx.geometry.MoveTo)g=null!=q.x?q.x:0,p=null!=q.y?q.y:0;else if(null!=q&&q instanceof c.mxgraph.io.vsdx.geometry.LineTo){var h=null!=q.x?q.x:0,q=null!=q.y?q.y:0,l=new mxPoint(h,q);0!==d&&(d=(360-d)*Math.PI/180,this.rotatedPoint(l,Math.cos(d),Math.sin(d)));h=(l.x-g)*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$();h+=a.x;q=(l.y-p)*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$()*-1;q+=a.y;h=Math.round(100*h)/100;q=Math.round(100*q)/100;l.x= -h;l.y=q;0<b.push(l)}}}return b};f.prototype.getShapeXML=function(b){var a=new mxPoint(0,0),d={str:'<shape strokewidth="inherit"><foreground>',toString:function(){return this.str}},g=d.str.length,p;p=this.processGeo(b,a,d,-1,!0);p=this.processGeo(b,a,d,p,!1);if(d.str.length===g)return"";this.closePath(d,p);d.str=d.str.concat("</foreground></shape>");return d.str};f.prototype.processGeo=function(b,a,d,g,p){for(var c=0;c<this.geomList.length;c++){var f=this.geomList[c];if(p!==f.isNoFill()){var y=f.getPathXML(a, -b);0!==y.length&&(f=this.getGeoStyle(f),-1===g?d.str=d.str.concat("<path>"):g!==f&&(this.closePath(d,g),d.str=d.str.concat("<path>")),d.str=d.str.concat(y),g=f)}}return g};f.prototype.getGeoStyle=function(b){var a=0;b.isNoLine()||b.isNoFill()?b.isNoFill()?b.isNoLine()||(a=3):a=2:a=1;return a};f.prototype.closePath=function(b,a){b.str=b.str.concat("</path>");1===a?b.str=b.str.concat("<fillstroke/>"):2===a?b.str=b.str.concat("<fill/>"):3===a&&(b.str=b.str.concat("<stroke/>"))};return f}();l.mxVsdxGeometryList= +!a.isNoLine())return!1}return!0};f.prototype.hasGeom=function(){return 0!=this.geomList.length};f.prototype.getGeoCount=function(){for(var b=0,a=0;a<this.geomList.length;a++)this.geomList[a].isNoShow()||b++;return b};f.prototype.rotatedPoint=function(b,a,d){var g=b.y*a+b.x*d;b.x=b.x*a-b.y*d;b.y=g};f.prototype.getRoutingPoints=function(b,a,d){this.sort();b=[];0<b.push(a.clone());for(var g=0,p=0,f=0;f<this.geomList.length;f++){var C=this.geomList[f];if(!C.isNoShow())for(var C=C.getRows(),y=0;y<C.length;y++){var h= +C[y];if(0==y&&null!=h&&h instanceof c.mxgraph.io.vsdx.geometry.MoveTo)g=null!=h.x?h.x:0,p=null!=h.y?h.y:0;else if(null!=h&&h instanceof c.mxgraph.io.vsdx.geometry.LineTo){var l=null!=h.x?h.x:0,h=null!=h.y?h.y:0,m=new mxPoint(l,h);0!==d&&(d=(360-d)*Math.PI/180,this.rotatedPoint(m,Math.cos(d),Math.sin(d)));l=(m.x-g)*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$();l+=a.x;h=(m.y-p)*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$()*-1;h+=a.y;l=Math.round(100*l)/100;h=Math.round(100*h)/100;m.x= +l;m.y=h;0<b.push(m)}}}return b};f.prototype.getShapeXML=function(b){var a=new mxPoint(0,0),d={str:'<shape strokewidth="inherit"><foreground>',toString:function(){return this.str}},g=d.str.length,p;p=this.processGeo(b,a,d,-1,!0);p=this.processGeo(b,a,d,p,!1);if(d.str.length===g)return"";this.closePath(d,p);d.str=d.str.concat("</foreground></shape>");return d.str};f.prototype.processGeo=function(b,a,d,g,p){for(var c=0;c<this.geomList.length;c++){var f=this.geomList[c];if(p!==f.isNoFill()){var h=f.getPathXML(a, +b);0!==h.length&&(f=this.getGeoStyle(f),-1===g?d.str=d.str.concat("<path>"):g!==f&&(this.closePath(d,g),d.str=d.str.concat("<path>")),d.str=d.str.concat(h),g=f)}}return g};f.prototype.getGeoStyle=function(b){var a=0;b.isNoLine()||b.isNoFill()?b.isNoFill()?b.isNoLine()||(a=3):a=2:a=1;return a};f.prototype.closePath=function(b,a){b.str=b.str.concat("</path>");1===a?b.str=b.str.concat("<fillstroke/>"):2===a?b.str=b.str.concat("<fill/>"):3===a&&(b.str=b.str.concat("<stroke/>"))};return f}();l.mxVsdxGeometryList= h;h.__class="com.mxgraph.io.vsdx.mxVsdxGeometryList";(function(c){var b=function(){function a(a){this.__parent=a}a.prototype.compare=function(a,b){return a.getIndex()-b.getIndex()};return a}();c.mxVsdxGeometryList$0=b;b.__interfaces=["java.util.Comparator"]})(h=l.mxVsdxGeometryList||(l.mxVsdxGeometryList={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){var h=function(){function f(b,a){this.masterShape=this.Id=null;this.childShapes={};this.master=b;this.Id=b.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.ID)||"";this.processMasterShapes(a)}f.prototype.processMasterShapes=function(b){for(var a=this.master.firstChild;null!=a;){if(null!=a&&1==a.nodeType&&function(a,b){return a&&a.equals?a.equals(b):a===b}(a.nodeName,"Rel")){var d=b.getRelationship(a.getAttribute("r:id"),c.mxgraph.io.mxVsdxCodec.vsdxPlaceholder+ "/masters/_rels/masters.xml.rels"),g=d.getAttribute("Target"),d=d.getAttribute("Type"),p=null;null!=d&&function(a,b){var d=a.length-b.length,g=a.indexOf(b,d);return-1!==g&&g===d}(d,"master")&&(p=b.getXmlDoc(c.mxgraph.io.mxVsdxCodec.vsdxPlaceholder+"/masters/"+g));if(null!=p)for(g=p.firstChild;null!=g;){if(null!=g&&1==g.nodeType&&function(a,b){return a&&a.equals?a.equals(b):a===b}(g.nodeName,"MasterContents")){this.processMasterShape(g,b);break}g=g.nextSibling}}a=a.nextSibling}};f.prototype.processMasterShape= @@ -8640,8 +8709,8 @@ a.equals(b):a===b}(g,"a:fontScheme")?(function(a,b){return a&&a.equals?a.equals( p)}this.isProcessed=!0}};f.prototype.processExtras=function(b){b=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(b);for(var a=0;a<b.length;a++){var d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectFirstChildElement(b[a]);switch(d.nodeName){case "vt:fmtConnectorScheme":var g;g=this.name;var p=d.getAttribute("name");g=g&&g.equals?g.equals(p):g===p;g||(this.__isPure=!1);d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d);for(g=0;g<d.length;g++)switch(p=d[g],p.nodeName){case "a:fillStyleLst":for(var p= c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(p),f=0;f<p.length;f++)0<this.connFillStyles.push(c.mxgraph.io.vsdx.theme.FillStyleFactory.getFillStyle(p[f]));break;case "a:lnStyleLst":for(p=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(p),f=0;f<p.length;f++)0<this.connLineStyles.push(new c.mxgraph.io.vsdx.theme.LineStyle(p[f]))}break;case "vt:lineStyles":d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d);for(g=0;g<d.length;g++)switch(p=d[g],p.nodeName){case "vt:fmtConnectorSchemeLineStyles":p= c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(p);for(f=0;f<p.length;f++)0<this.connLineStylesExt.push(new c.mxgraph.io.vsdx.theme.LineStyleExt(p[f]));break;case "vt:fmtSchemeLineStyles":for(p=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(p),f=0;f<p.length;f++)0<this.lineStylesExt.push(new c.mxgraph.io.vsdx.theme.LineStyleExt(p[f]))}break;case "vt:fontStylesGroup":d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d);for(g=0;g<d.length;g++)switch(p=d[g],p.nodeName){case "vt:connectorFontStyles":this.fillFontStyles(p, -this.connFontColors,this.connFontStyles);break;case "vt:fontStyles":this.fillFontStyles(p,this.fontColors,this.fontStyles)}break;case "vt:variationStyleSchemeLst":for(d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d),p=g=0;p<d.length;p++){f=d[p];this.variantEmbellishment[g]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(f,"embellishment");for(var f=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(f),h=0,y=0;y<f.length;y++){var q=f[y];this.variantFillIdx[g][h]= -c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(q,"fillIdx");this.variantLineIdx[g][h]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(q,"lineIdx");this.variantEffectIdx[g][h]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(q,"effectIdx");this.variantFontIdx[g][h]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(q,"fontIdx");h++}g++}}}};f.prototype.fillFontStyles=function(b,a,d){b= +this.connFontColors,this.connFontStyles);break;case "vt:fontStyles":this.fillFontStyles(p,this.fontColors,this.fontStyles)}break;case "vt:variationStyleSchemeLst":for(d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d),p=g=0;p<d.length;p++){f=d[p];this.variantEmbellishment[g]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(f,"embellishment");for(var f=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(f),h=0,y=0;y<f.length;y++){var t=f[y];this.variantFillIdx[g][h]= +c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(t,"fillIdx");this.variantLineIdx[g][h]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(t,"lineIdx");this.variantEffectIdx[g][h]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(t,"effectIdx");this.variantFontIdx[g][h]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(t,"fontIdx");h++}g++}}}};f.prototype.fillFontStyles=function(b,a,d){b= c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(b);for(var g=0;g<b.length;g++){var p=b[g];0<d.push(c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(p,"style"));p=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectFirstChildElement(p);null!=p&&0<a.push(c.mxgraph.io.vsdx.theme.OoxmlColorFactory.getOoxmlColor(c.mxgraph.io.vsdx.mxVsdxUtils.getDirectFirstChildElement(p)))}};f.prototype.processFormats=function(b){b=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(b);for(var a= 0;a<b.length;a++){var d=b[a];switch(d.nodeName){case "a:fillStyleLst":for(var d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d),g=0;g<d.length;g++)0<this.fillStyles.push(c.mxgraph.io.vsdx.theme.FillStyleFactory.getFillStyle(d[g]));break;case "a:lnStyleLst":for(d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d),g=0;g<d.length;g++)0<this.lineStyles.push(new c.mxgraph.io.vsdx.theme.LineStyle(d[g]))}}};f.prototype.processFonts=function(b){};f.prototype.processColors=function(b){for(b=b.firstChild;null!= b;){if(null!=b&&1==b.nodeType){var a=b,d=a.nodeName,a=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(a),g;g=(g=d)&&g.equals?g.equals("a:extLst"):"a:extLst"===g;g?3===a.length&&(0>this.themeIndex&&this.extractThemeIndex(a[0]),this.addBkgndColor(a[1]),this.addVariantColors(a[2])):(d=d.substring(2),0<a.length&&this.addBasicColor(d,a[0]))}b=b.nextSibling}};f.prototype.addVariantColors=function(b){b=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectFirstChildElement(b);if(null!=b){b=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(b); @@ -8675,8 +8744,8 @@ b.firstChild;null!=b;b=b.nextSibling)null!=b&&1==b.nodeType&&0<a.push(b);return b||1!=b.nodeType)&&null!==b||"string"!==typeof a&&null!==a||void 0!==d)throw Error("invalid overload");return c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(b,a)}return c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String$int(b,a,d)};f.getIntAttr$org_w3c_dom_Element$java_lang_String=function(b,a){return f.getIntAttr$org_w3c_dom_Element$java_lang_String$int(b,a,0)};f.getStyleString=function(b,a){for(var d="",g=function(a){var b=0;return{next:function(){return b< a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){return Object.keys(a).map(function(b){return a[b]})}(b)),p=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(Object.keys(b));p.hasNext();){var c=p.next(),f=g.next();if(!function(a,b){return a&&a.equals?a.equals(b):a===b}(c,mxConstants.STYLE_SHAPE)||!function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(b[c]?b[c]:null,"image")&&!function(a,b,d){void 0=== d&&(d=0);return a.substr(d,b.length)===b}(b[c]?b[c]:null,"rounded="))try{d=d+c+a}catch(y){console.error("mxVsdxUtils.getStyleString,"+y+",style.length="+d.length+",key.length="+c.length+",asig.length="+a.length)}d=d+f+";"}return d};f.surroundByTags=function(b,a){return"<"+a+">"+b+"</"+a+">"};f.htmlEntities=function(b){return b.replace(RegExp("&","g"),"&").replace(RegExp('"',"g"),""").replace(RegExp("'","g"),"′").replace(RegExp("<","g"),"<").replace(RegExp(">","g"),">")};f.toInitialCapital= -function(b){b=b.split(" ");for(var a="",d=0;d<b.length;d++)var g=b[d],c=g.substring(0,1),g=g.substring(1),c=c.toUpperCase(),a=a+(c+g);return a.substring(0,a.length)};f.toSmallCaps=function(b,a){var d="",g=d;if(a&&a.equals?a.equals(g):a===g)d=b;else for(var g=b.split(""),c=0;c<g.length;c++){var f=g[c];(null==f.charCodeAt?f:f.charCodeAt(0))>=(null=="a".charCodeAt?"a":97)&&(null==f.charCodeAt?f:f.charCodeAt(0))<=(null=="z".charCodeAt?"z":122)?(f=(new String(f)).toString(),f=f.toUpperCase(),d+='<font style="font-size:'+ -parseFloat(a)/1.28+'px">'+f+"</font>"):d+=f}return d};f.getStyleMap=function(b,a){for(var d={},g=b.split(";"),c=0;c<g.length;c++){var f=g[c],h=f.indexOf(a),y=f.substring(0,h),f=f.substring(h+1);d[y]=f}return d};f.isInsideTriangle=function(b,a,d,g,c,f,h,y){c-=d;f-=g;h-=d;y-=g;g=c*y-h*f;d=(b*(f-y)+a*(h-c)+c*y-h*f)/g;h=(b*y-a*h)/g;b=(a*c-b*f)/g;return 0<d&&1>d&&0<h&&1>h&&0<b&&1>b?!0:!1};return f}();h.screenCoordinatesPerCm=40;h.CENTIMETERS_PER_INCHES=2.54;l.mxVsdxUtils=h;h.__class="com.mxgraph.io.vsdx.mxVsdxUtils"})(m.vsdx|| +function(b){b=b.split(" ");for(var a="",d=0;d<b.length;d++)var g=b[d],p=g.substring(0,1),g=g.substring(1),p=p.toUpperCase(),a=a+(p+g);return a.substring(0,a.length)};f.toSmallCaps=function(b,a){var d="",g=d;if(a&&a.equals?a.equals(g):a===g)d=b;else for(var g=b.split(""),p=0;p<g.length;p++){var c=g[p];(null==c.charCodeAt?c:c.charCodeAt(0))>=(null=="a".charCodeAt?"a":97)&&(null==c.charCodeAt?c:c.charCodeAt(0))<=(null=="z".charCodeAt?"z":122)?(c=(new String(c)).toString(),c=c.toUpperCase(),d+='<font style="font-size:'+ +parseFloat(a)/1.28+'px">'+c+"</font>"):d+=c}return d};f.getStyleMap=function(b,a){for(var d={},g=b.split(";"),c=0;c<g.length;c++){var f=g[c],h=f.indexOf(a),y=f.substring(0,h),f=f.substring(h+1);d[y]=f}return d};f.isInsideTriangle=function(b,a,d,g,c,f,h,y){c-=d;f-=g;h-=d;y-=g;g=c*y-h*f;d=(b*(f-y)+a*(h-c)+c*y-h*f)/g;h=(b*y-a*h)/g;b=(a*c-b*f)/g;return 0<d&&1>d&&0<h&&1>h&&0<b&&1>b?!0:!1};return f}();h.screenCoordinatesPerCm=40;h.CENTIMETERS_PER_INCHES=2.54;l.mxVsdxUtils=h;h.__class="com.mxgraph.io.vsdx.mxVsdxUtils"})(m.vsdx|| (m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(c){(function(c){(function(c){var h=function(){function c(b,a,d,g){this.paraIndex=this.fields=this.charIndices=this.values=null;this.values=[];0<this.values.push(b);this.charIndices=[];0<this.charIndices.push(a);this.fields=[];0<this.fields.push(g);this.paraIndex=d}c.prototype.addText=function(b,a,d){0<this.values.push(b);0<this.charIndices.push(a);0<this.fields.push(d)};c.prototype.getParagraphIndex=function(){return this.paraIndex};c.prototype.getValue=function(b){return this.values[b]}; c.prototype.numValues=function(){return this.values.length};c.prototype.getChar=function(b){return this.charIndices[b]};c.prototype.getField=function(b){return this.fields[b]};return c}();c.Paragraph=h;h.__class="com.mxgraph.io.vsdx.Paragraph"})(c.vsdx||(c.vsdx={}))})(c.io||(c.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); @@ -8725,8 +8794,8 @@ function(a){this.blueOff=a;this.hasEffects=!0};b.prototype.setBlueMod=function(a (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(){function b(){}b.getOoxmlColor=function(a){var b=null;switch(a.nodeName){case "a:scrgbClr":b=new c.mxgraph.io.vsdx.theme.ScrgbClr(parseInt(a.getAttribute("r")),parseInt(a.getAttribute("g")),parseInt(a.getAttribute("b")));break;case "a:srgbClr":b=new c.mxgraph.io.vsdx.theme.SrgbClr(a.getAttribute("val"));break;case "a:hslClr":b=new c.mxgraph.io.vsdx.theme.HslClr(parseInt(a.getAttribute("hue")),parseInt(a.getAttribute("sat")), parseInt(a.getAttribute("lum")));break;case "a:sysClr":b=new c.mxgraph.io.vsdx.theme.SysClr(a.getAttribute("val"),a.getAttribute("lastClr"));break;case "a:schemeClr":b=new c.mxgraph.io.vsdx.theme.SchemeClr(a.getAttribute("val"));break;case "a:prstClr":b=new c.mxgraph.io.vsdx.theme.SrgbClr(a.getAttribute("val"))}a=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(a);for(var g=0;g<a.length;g++){var p=a[g],f=parseInt(p.getAttribute("val"))/1E3|0;switch(p.nodeName){case "a:tint":b.setTint(f);break; case "a:shade":b.setShade(f);break;case "a:satMod":b.setSatMod(f);break;case "a:lumMod":b.setLumMod(f);break;case "a:hueMod":b.setHueMod(f)}}return b};return b}();h.OoxmlColorFactory=f;f.__class="com.mxgraph.io.vsdx.theme.OoxmlColorFactory"})(l.theme||(l.theme={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(c){(function(c){(function(c){(function(c){var f=function(){function b(a,b,g,c,f,h,y,q,l,m){this.quickStyleVariation=this.quickStyleType=this.quickStyleShadowColor=this.quickStyleLineColor=this.quickStyleFontMatrix=this.quickStyleFontColor=this.quickStyleFillMatrix=this.quickStyleFillColor=this.quickStyleEffectsMatrix=0;this.quickStyleEffectsMatrix=a;this.quickStyleFillColor=b;this.quickStyleFillMatrix=g;this.quickStyleFontColor=c;this.quickStyleFontMatrix=f;this.quickStyleLineColor= -h;this.quickStyleLineMatrix=y;this.quickStyleShadowColor=q;this.quickStyleType=l;this.quickStyleVariation=m}b.prototype.getQuickStyleEffectsMatrix=function(){return this.quickStyleEffectsMatrix};b.prototype.getQuickStyleFillColor=function(){return this.quickStyleFillColor};b.prototype.getQuickStyleFillMatrix=function(){return this.quickStyleFillMatrix};b.prototype.getQuickStyleFontColor=function(){return this.quickStyleFontColor};b.prototype.getQuickStyleFontMatrix=function(){return this.quickStyleFontMatrix}; +(function(c){(function(c){(function(c){(function(c){(function(c){var f=function(){function b(a,b,g,c,f,h,y,l,m,w){this.quickStyleVariation=this.quickStyleType=this.quickStyleShadowColor=this.quickStyleLineColor=this.quickStyleFontMatrix=this.quickStyleFontColor=this.quickStyleFillMatrix=this.quickStyleFillColor=this.quickStyleEffectsMatrix=0;this.quickStyleEffectsMatrix=a;this.quickStyleFillColor=b;this.quickStyleFillMatrix=g;this.quickStyleFontColor=c;this.quickStyleFontMatrix=f;this.quickStyleLineColor= +h;this.quickStyleLineMatrix=y;this.quickStyleShadowColor=l;this.quickStyleType=m;this.quickStyleVariation=w}b.prototype.getQuickStyleEffectsMatrix=function(){return this.quickStyleEffectsMatrix};b.prototype.getQuickStyleFillColor=function(){return this.quickStyleFillColor};b.prototype.getQuickStyleFillMatrix=function(){return this.quickStyleFillMatrix};b.prototype.getQuickStyleFontColor=function(){return this.quickStyleFontColor};b.prototype.getQuickStyleFontMatrix=function(){return this.quickStyleFontMatrix}; b.prototype.getQuickStyleLineColor=function(){return this.quickStyleLineColor};b.prototype.getQuickStyleLineMatrix=function(){return this.quickStyleLineMatrix};b.prototype.getQuickStyleShadowColor=function(){return this.quickStyleShadowColor};b.prototype.getQuickStyleType=function(){return this.quickStyleType};b.prototype.getQuickStyleVariation=function(){return this.quickStyleVariation};b.prototype.setQuickStyleEffectsMatrix=function(a){this.quickStyleEffectsMatrix=a};b.prototype.setQuickStyleFillColor= function(a){this.quickStyleFillColor=a};b.prototype.setQuickStyleFillMatrix=function(a){this.quickStyleFillMatrix=a};b.prototype.setQuickStyleFontColor=function(a){this.quickStyleFontColor=a};b.prototype.setQuickStyleFontMatrix=function(a){this.quickStyleFontMatrix=a};b.prototype.setQuickStyleLineColor=function(a){this.quickStyleLineColor=a};b.prototype.setQuickStyleLineMatrix=function(a){this.quickStyleLineMatrix=a};b.prototype.setQuickStyleShadowColor=function(a){this.quickStyleShadowColor=a};b.prototype.setQuickStyleType= function(a){this.quickStyleType=a};b.prototype.setQuickStyleVariation=function(a){this.quickStyleVariation=a};return b}();c.QuickStyleVals=f;f.__class="com.mxgraph.io.vsdx.theme.QuickStyleVals"})(c.theme||(c.theme={}))})(c.vsdx||(c.vsdx={}))})(c.io||(c.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); @@ -8734,36 +8803,36 @@ function(a){this.quickStyleType=a};b.prototype.setQuickStyleVariation=function(a (function(c){(function(c){(function(c){var l=function(){function c(){}c.MAX_AREA_$LI$=function(){null==c.MAX_AREA&&(c.MAX_AREA=1E8);return c.MAX_AREA};return c}();l.MAX_REQUEST_SIZE=52428800;l.IMAGE_DOMAIN="http://img.diagramly.com/";c.Constants=l;l.__class="com.mxgraph.online.Constants"})(c.online||(c.online={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(c){(function(c){var l=function(){function c(){}c.getRotatedPoint=function(c,b,a,d){var g=c.x-d.x;c=c.y-d.y;return new mxPoint(g*b-c*a+d.x,c*b+g*a+d.y)};c.rotatedGeometry=function(c,b,a,d){b=b*Math.PI/180;var g=Math.cos(b);b=Math.sin(b);var p=c.getCenterX()-a,f=c.getCenterY()-d;c.x=Math.round(p*g-f*b+a-c.width/2);c.y=Math.round(f*g+p*b+d-c.height/2)};return c}();l.CHARSET_FOR_URL_ENCODING="ISO-8859-1";c.Utils=l;l.__class="com.mxgraph.online.Utils"})(c.online||(c.online={}))})(c.mxgraph|| (c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f){a=b.call(this,a,g,c)||this;a.a=f;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a){var d=b.getHeight(),g=b.getWidth(),f=Math.floor(Math.round(b.getLastX()*g)/100),h=Math.floor(Math.round(b.getLastY()*d)/100),q=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=d-l,m=this.a* -c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),f=Math.abs(q-f),h=Math.abs(l-h),f=h=.5*m+(f*f+h*h)/(8*m),w=Math.abs(h),h=Math.round(100*h/g*100)/100,f=Math.round(100*f/d*100)/100,q=Math.round(100*q/g*100)/100,l=Math.round(100*l/d*100)/100,m=Math.round(100*m)/100,h=Math.abs(h),f=Math.abs(f),d=0>m?"1":"0",m=w<Math.abs(m)?"1":"0";b.setLastX(q);b.setLastY(l);return'<arc rx="'+(new String(h)).toString()+'" ry="'+(new String(f)).toString()+'" x="'+(new String(q)).toString()+'" y="'+(new String(l)).toString()+ -'" x-axis-rotation="0" large-arc-flag="'+m+'" sweep-flag="'+d+'"/>'}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.ArcTo=f;f.__class="com.mxgraph.io.vsdx.geometry.ArcTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f){a=b.call(this,a,g,c)||this;a.a=f;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a){var d=b.getHeight(),g=b.getWidth(),f=Math.floor(Math.round(b.getLastX()*g)/100),h=Math.floor(Math.round(b.getLastY()*d)/100),l=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),m=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),m=d-m,w=this.a* +c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),f=Math.abs(l-f),h=Math.abs(m-h),f=h=.5*w+(f*f+h*h)/(8*w),G=Math.abs(h),h=Math.round(100*h/g*100)/100,f=Math.round(100*f/d*100)/100,l=Math.round(100*l/g*100)/100,m=Math.round(100*m/d*100)/100,w=Math.round(100*w)/100,h=Math.abs(h),f=Math.abs(f),d=0>w?"1":"0",w=G<Math.abs(w)?"1":"0";b.setLastX(l);b.setLastY(m);return'<arc rx="'+(new String(h)).toString()+'" ry="'+(new String(f)).toString()+'" x="'+(new String(l)).toString()+'" y="'+(new String(m)).toString()+ +'" x-axis-rotation="0" large-arc-flag="'+w+'" sweep-flag="'+d+'"/>'}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.ArcTo=f;f.__class="com.mxgraph.io.vsdx.geometry.ArcTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a){return b.call(this,a,null,null)||this}__extends(a,b);a.prototype.handle=function(a,b){return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.DelRow=f;f.__class="com.mxgraph.io.vsdx.geometry.DelRow"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,y,q){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=y;a.d=q;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=b.getHeight(),g=b.getWidth(),f=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=d-h,q=this.a*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(), -l=this.b*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=d-l,m=this.c*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),w=this.d*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),q=Math.abs(q-f),l=Math.abs(l-h),l=Math.sqrt(q*q+l*l),m=Math.abs(m-f),w=Math.abs(d-w-h),f=100*f/g,w=Math.round(100*Math.sqrt(m*m+w*w)/d/2*100)/100,g=Math.round(100*l/g/2*100)/100,m=Math.round(100*(f-2*g))/100,f=Math.round(100*(f+2*g))/100,d=Math.round(100*h/d*100)/100;return'<move x="'+(new String(m)).toString()+ -'" y="'+(new String(d)).toString()+'"/><arc rx="'+(new String(g)).toString()+'" ry="'+(new String(w)).toString()+'" x="'+(new String(f)).toString()+'" y="'+(new String(d)).toString()+'" x-axis-rotation="0" large-arc-flag="1" sweep-flag="0"/><arc rx="'+(new String(g)).toString()+'" ry="'+(new String(w)).toString()+'" x="'+(new String(m)).toString()+'" y="'+(new String(d)).toString()+'" x-axis-rotation="0" large-arc-flag="1" sweep-flag="0"/>'}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.Ellipse= +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,y,l){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=y;a.d=l;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=b.getHeight(),g=b.getWidth(),f=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=d-h,l=this.a*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(), +m=this.b*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),m=d-m,w=this.c*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),G=this.d*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=Math.abs(l-f),m=Math.abs(m-h),m=Math.sqrt(l*l+m*m),w=Math.abs(w-f),G=Math.abs(d-G-h),f=100*f/g,G=Math.round(100*Math.sqrt(w*w+G*G)/d/2*100)/100,g=Math.round(100*m/g/2*100)/100,w=Math.round(100*(f-2*g))/100,f=Math.round(100*(f+2*g))/100,d=Math.round(100*h/d*100)/100;return'<move x="'+(new String(w)).toString()+ +'" y="'+(new String(d)).toString()+'"/><arc rx="'+(new String(g)).toString()+'" ry="'+(new String(G)).toString()+'" x="'+(new String(f)).toString()+'" y="'+(new String(d)).toString()+'" x-axis-rotation="0" large-arc-flag="1" sweep-flag="0"/><arc rx="'+(new String(g)).toString()+'" ry="'+(new String(G)).toString()+'" x="'+(new String(w)).toString()+'" y="'+(new String(d)).toString()+'" x-axis-rotation="0" large-arc-flag="1" sweep-flag="0"/>'}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.Ellipse= f;f.__class="com.mxgraph.io.vsdx.geometry.Ellipse"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,y,q){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=y;a.d=q;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=b.getHeight(),g=b.getWidth(),f=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=d-h,q=this.a*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(), -l=this.b*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),m=this.c,w=this.d,f=100*f/g,h=100*h/d,E=b.getLastX()*g/100,A=b.getLastY()*d/100,F=f*g/100,B=h*d/100,Y=d-l,K=-m,m=Math.sqrt(E*E+A*A)*Math.cos(Math.atan2(A,E)-K),l=Math.sqrt(E*E+A*A)*Math.sin(Math.atan2(A,E)-K),X=Math.sqrt(F*F+B*B)*Math.cos(Math.atan2(B,F)-K),L=Math.sqrt(F*F+B*B)*Math.sin(Math.atan2(B,F)-K),fa=Math.sqrt(q*q+Y*Y)*Math.cos(Math.atan2(Y,q)-K),la=Math.sqrt(q*q+Y*Y)*Math.sin(Math.atan2(Y,q)-K),ea=((m-X)*(m+X)*(L-la)-(X-fa)*(X+ -fa)*(l-L)+w*w*(l-L)*(L-la)*(l-la))/(2*((m-X)*(L-la)-(X-fa)*(l-L))),ab=((m-X)*(X-fa)*(m-fa)/(w*w)+(X-fa)*(l-L)*(l+L)-(m-X)*(L-la)*(L+la))/(2*((X-fa)*(l-L)-(m-X)*(L-la))),ja=m-ea,Ha=l-ab,ja=Math.sqrt(ja*ja+Ha*Ha*w*w),w=ja/w,K=180*K/Math.PI,f=Math.round(100*f)/100,h=Math.round(100*h)/100,ja=Math.round(100*ja/g*100)/100,w=Math.round(100*w/d*100)/100,K=Math.round(100*K)/100,d=0<(F-E)*(Y-A)-(B-A)*(q-E)?"0":"1",g="0";c.mxgraph.io.vsdx.mxVsdxUtils.isInsideTriangle(ea,ab,m,l,X,L,fa,la)&&this.isReflexAngle(ea, -ab,m,l,X,L,fa,la)&&(g="1");b.setLastX(f);b.setLastY(h);return'<arc rx="'+(new String(ja)).toString()+'" ry="'+(new String(w)).toString()+'" x="'+(new String(f)).toString()+'" y="'+(new String(h)).toString()+'" x-axis-rotation="'+(new String(K)).toString()+'" large-arc-flag="'+g+'" sweep-flag="'+d+'"/>'}return""};a.prototype.isReflexAngle=function(a,b,c,f,h,l,q,m){c-=a;f-=b;l-=b;h=q-a;m-=b;b=a=0;c=180*(Math.atan2(f,c)-Math.atan2(b,a))/Math.PI;h=180*(Math.atan2(l,h)-Math.atan2(b,a))/Math.PI;a=180*(Math.atan2(m, -q)-Math.atan2(b,a))/Math.PI;c=(c-a)%360;h=(h-a)%360;180<c?c-=360:-180>c&&(c+=360);180<h?h-=360:-180>h&&(h+=360);return(0<c&&0>h||0>c&&0<h)&&180<Math.abs(c-h)?!0:!1};return a}(c.mxgraph.io.vsdx.geometry.Row);h.EllipticalArcTo=f;f.__class="com.mxgraph.io.vsdx.geometry.EllipticalArcTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,t){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=t;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=b.getHeight(),g=b.getWidth(),f=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=d-h,l=this.a*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(), +m=this.b*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),w=this.c,G=this.d,f=100*f/g,h=100*h/d,D=b.getLastX()*g/100,z=b.getLastY()*d/100,F=f*g/100,B=h*d/100,Z=d-m,L=-w,w=Math.sqrt(D*D+z*z)*Math.cos(Math.atan2(z,D)-L),m=Math.sqrt(D*D+z*z)*Math.sin(Math.atan2(z,D)-L),X=Math.sqrt(F*F+B*B)*Math.cos(Math.atan2(B,F)-L),M=Math.sqrt(F*F+B*B)*Math.sin(Math.atan2(B,F)-L),fa=Math.sqrt(l*l+Z*Z)*Math.cos(Math.atan2(Z,l)-L),ga=Math.sqrt(l*l+Z*Z)*Math.sin(Math.atan2(Z,l)-L),db=((w-X)*(w+X)*(M-ga)-(X-fa)*(X+ +fa)*(m-M)+G*G*(m-M)*(M-ga)*(m-ga))/(2*((w-X)*(M-ga)-(X-fa)*(m-M))),Aa=((w-X)*(X-fa)*(w-fa)/(G*G)+(X-fa)*(m-M)*(m+M)-(w-X)*(M-ga)*(M+ga))/(2*((X-fa)*(m-M)-(w-X)*(M-ga))),ca=w-db,Ga=m-Aa,ca=Math.sqrt(ca*ca+Ga*Ga*G*G),G=ca/G,L=180*L/Math.PI,f=Math.round(100*f)/100,h=Math.round(100*h)/100,ca=Math.round(100*ca/g*100)/100,G=Math.round(100*G/d*100)/100,L=Math.round(100*L)/100,d=0<(F-D)*(Z-z)-(B-z)*(l-D)?"0":"1",g="0";c.mxgraph.io.vsdx.mxVsdxUtils.isInsideTriangle(db,Aa,w,m,X,M,fa,ga)&&this.isReflexAngle(db, +Aa,w,m,X,M,fa,ga)&&(g="1");b.setLastX(f);b.setLastY(h);return'<arc rx="'+(new String(ca)).toString()+'" ry="'+(new String(G)).toString()+'" x="'+(new String(f)).toString()+'" y="'+(new String(h)).toString()+'" x-axis-rotation="'+(new String(L)).toString()+'" large-arc-flag="'+g+'" sweep-flag="'+d+'"/>'}return""};a.prototype.isReflexAngle=function(a,b,c,f,h,l,t,m){c-=a;f-=b;l-=b;h=t-a;m-=b;b=a=0;c=180*(Math.atan2(f,c)-Math.atan2(b,a))/Math.PI;h=180*(Math.atan2(l,h)-Math.atan2(b,a))/Math.PI;a=180*(Math.atan2(m, +t)-Math.atan2(b,a))/Math.PI;c=(c-a)%360;h=(h-a)%360;180<c?c-=360:-180>c&&(c+=360);180<h?h-=360:-180>h&&(h+=360);return(0<c&&0>h||0>c&&0<h)&&180<Math.abs(c-h)?!0:!1};return a}(c.mxgraph.io.vsdx.geometry.Row);h.EllipticalArcTo=f;f.__class="com.mxgraph.io.vsdx.geometry.EllipticalArcTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;return a}__extends(a,b);a.prototype.handle=function(a,b){return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.InfiniteLine=f;f.__class="com.mxgraph.io.vsdx.geometry.InfiniteLine"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c){return b.call(this,a,g,c)||this}__extends(a,b);a.prototype.handle=function(a,b){var d=a.x,g=a.y,f=b.getHeight(),h=b.getWidth();null!=this.x&&null!=this.y&&(d=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),g=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$());d=Math.round(100*d/h*100)/100;g=Math.round(100*(100-100*g/f))/100;a.x=d;a.y=g;b.setLastX(d);b.setLastY(g);return'<line x="'+ (new String(d)).toString()+'" y="'+(new String(g)).toString()+'"/>'};return a}(c.mxgraph.io.vsdx.geometry.Row);h.LineTo=f;f.__class="com.mxgraph.io.vsdx.geometry.LineTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c){return b.call(this,a,g,c)||this}__extends(a,b);a.prototype.handle=function(a,b){var d=a.x,g=a.y,f=b.getHeight(),h=b.getWidth();null!=this.x&&null!=this.y&&(d=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),g=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$());d=Math.round(100*d/h*100)/100;g=Math.round(100*(100-100*g/f))/100;a.x=d;a.y=g;b.setLastX(d);b.setLastY(g);b.setLastMoveX(d); b.setLastMoveY(g);return'<move x="'+(new String(d)).toString()+'" y="'+(new String(g)).toString()+'"/>'};return a}(c.mxgraph.io.vsdx.geometry.Row);h.MoveTo=f;f.__class="com.mxgraph.io.vsdx.geometry.MoveTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,q,m){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=q;a.formulaE=m;return a}__extends(a,b);a.prototype.handle=function(b,g){if(null!=this.x&&null!=this.y&&null!=this.formulaE){var d=g.getHeight(),f=g.getWidth(),h=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),q=this.formulaE.split("NURBS(").join(""),q=q.split(")").join(""), -q=new a.Nurbs(this,q,f,d);if(2<=q.getSize()){var m=q.getX(0),w=q.getY(0),P=q.getX(1),E=q.getY(1),h=Math.round(100*h/f*100)/100,l=Math.round(100*(100-100*l/d))/100,m=Math.round(100*m)/100,w=Math.round(100*w)/100,P=Math.round(100*P)/100,E=Math.round(100*E)/100;g.setLastX(h);g.setLastY(l);if(3===q.getDegree()&&q.isOrderedByThree(this.getA())){d=[];f=[];m=[];P=q.getSize();for(w=0;w<P-1;w+=3)0<d.push(new mxPoint(q.getX(w),q.getY(w))),0<f.push(new mxPoint(q.getX(w+1),q.getY(w+1))),w<P-2?0<m.push(new mxPoint(q.getX(w+ -2),q.getY(w+2))):0<m.push(new mxPoint(h,l));h="";for(w=0;w<d.length;w++)h+='<curve x1="'+d[w].x+'" y1="'+d[w].y+'" x2="'+f[w].x+'" y2="'+f[w].y+'" x3="'+m[w].x+'" y3="'+m[w].y+'"/>\n';return h}return'<curve x1="'+(new String(m)).toString()+'" y1="'+(new String(w)).toString()+'" x2="'+(new String(P)).toString()+'" y2="'+(new String(E)).toString()+'" x3="'+(new String(h)).toString()+'" y3="'+(new String(l)).toString()+'"/>'}}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.NURBSTo=f;f.__class= +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,t,m){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=t;a.formulaE=m;return a}__extends(a,b);a.prototype.handle=function(b,g){if(null!=this.x&&null!=this.y&&null!=this.formulaE){var d=g.getHeight(),f=g.getWidth(),h=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),t=this.formulaE.split("NURBS(").join(""),t=t.split(")").join(""), +t=new a.Nurbs(this,t,f,d);if(2<=t.getSize()){var m=t.getX(0),w=t.getY(0),G=t.getX(1),D=t.getY(1),h=Math.round(100*h/f*100)/100,l=Math.round(100*(100-100*l/d))/100,m=Math.round(100*m)/100,w=Math.round(100*w)/100,G=Math.round(100*G)/100,D=Math.round(100*D)/100;g.setLastX(h);g.setLastY(l);if(3===t.getDegree()&&t.isOrderedByThree(this.getA())){d=[];f=[];m=[];G=t.getSize();for(w=0;w<G-1;w+=3)0<d.push(new mxPoint(t.getX(w),t.getY(w))),0<f.push(new mxPoint(t.getX(w+1),t.getY(w+1))),w<G-2?0<m.push(new mxPoint(t.getX(w+ +2),t.getY(w+2))):0<m.push(new mxPoint(h,l));h="";for(w=0;w<d.length;w++)h+='<curve x1="'+d[w].x+'" y1="'+d[w].y+'" x2="'+f[w].x+'" y2="'+f[w].y+'" x3="'+m[w].x+'" y3="'+m[w].y+'"/>\n';return h}return'<curve x1="'+(new String(m)).toString()+'" y1="'+(new String(w)).toString()+'" x2="'+(new String(G)).toString()+'" y2="'+(new String(D)).toString()+'" x3="'+(new String(h)).toString()+'" y3="'+(new String(l)).toString()+'"/>'}}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.NURBSTo=f;f.__class= "com.mxgraph.io.vsdx.geometry.NURBSTo";(function(b){var a=function(){function a(a,b,d,c){this.__parent=a;this.nurbsValues=[];a=b.split(/\s*,\s*/).slice(0);for(b=0;b<a.length;b++)3<b&&0===b%4?0<this.nurbsValues.push(100*parseFloat(a[b])):3<b&&1===b%4?0<this.nurbsValues.push(100-100*parseFloat(a[b])):0<this.nurbsValues.push(parseFloat(a[b]))}a.prototype.isOrderedByThree=function(a){for(var b=0;b+2<this.getSize();b+=3){var d=Math.round(100*this.getKnot(b))/100,g=Math.round(100*this.getKnot(b+1))/100, c=Math.round(100*this.getKnot(b+2))/100;if(d!==g||d!==c||g!==c)return!1}b=Math.round(10*this.getKnot(this.getSize()-2))/10;d=Math.round(10*this.getKnot(this.getSize()-1))/10;a=Math.round(10*a)/10;return b!==d||b!==a||d!==a?!1:!0};a.prototype.getSize=function(){return(this.nurbsValues.length/4|0)-1};a.prototype.getKnotLast=function(){return this.nurbsValues[0]};a.prototype.getDegree=function(){return this.nurbsValues[1]};a.prototype.getXType=function(){return this.nurbsValues[2]};a.prototype.getYType= function(){return this.nurbsValues[3]};a.prototype.getX=function(a){return this.nurbsValues[4*(a+1)]};a.prototype.getY=function(a){return this.nurbsValues[4*(a+1)+1]};a.prototype.getKnot=function(a){return this.nurbsValues[4*(a+1)+2]};a.prototype.getWeight=function(a){return this.nurbsValues[4*(a+1)+3]};return a}();b.Nurbs=a;a.__class="com.mxgraph.io.vsdx.geometry.NURBSTo.Nurbs"})(f=h.NURBSTo||(h.NURBSTo={}))})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph= {}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f){a=b.call(this,a,g,c)||this;a.formulaA=f;return a}__extends(a,b);a.prototype.handle=function(a,b){var d="";if(null!=this.x&&null!=this.y&&null!=this.formulaA){var g=b.getHeight(),f=b.getWidth(),h=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),q=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=Math.round(100*h/f*100)/100,q=Math.round(100*(100-100*q/g))/100,l=this.formulaA.replace(RegExp("\\s", -"g"),"").toLowerCase().replace(RegExp("polyline\\(","g"),"").replace(RegExp("\\)","g"),""),m;m=l&&l.equals?l.equals("inh"):"inh"===l;if(m)throw Object.defineProperty(Error(),"__classes",{configurable:!0,value:["java.lang.Throwable","java.lang.Object","java.lang.RuntimeException","java.lang.IllegalArgumentException","java.lang.Exception"]});l=l.split(",").slice(0).slice(0);m=parseFloat(l.splice(0,1));parseFloat(l.splice(0,1));for(var w,E;0<l.length;)w=parseFloat(l.splice(0,1))*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(), -E=parseFloat(l.splice(0,1))*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),1===m&&(w=100*w/f),1===m&&(E=100*E/g),E=100-E,w=Math.round(100*w)/100,E=Math.round(100*E)/100,b.setLastX(w),b.setLastY(E),d+='<line x="'+(new String(w)).toString()+'" y="'+(new String(E)).toString()+'"/>';d+='<line x="'+(new String(h)).toString()+'" y="'+(new String(q)).toString()+'"/>';b.getLastMoveX()===h&&b.getLastMoveY()===q&&(d+="<close/>")}return d};return a}(c.mxgraph.io.vsdx.geometry.Row);h.PolylineTo=f;f.__class= +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f){a=b.call(this,a,g,c)||this;a.formulaA=f;return a}__extends(a,b);a.prototype.handle=function(a,b){var d="";if(null!=this.x&&null!=this.y&&null!=this.formulaA){var g=b.getHeight(),f=b.getWidth(),h=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=Math.round(100*h/f*100)/100,l=Math.round(100*(100-100*l/g))/100,m=this.formulaA.replace(RegExp("\\s", +"g"),"").toLowerCase().replace(RegExp("polyline\\(","g"),"").replace(RegExp("\\)","g"),""),w;w=m&&m.equals?m.equals("inh"):"inh"===m;if(w)throw Object.defineProperty(Error(),"__classes",{configurable:!0,value:["java.lang.Throwable","java.lang.Object","java.lang.RuntimeException","java.lang.IllegalArgumentException","java.lang.Exception"]});m=m.split(",").slice(0).slice(0);w=parseFloat(m.splice(0,1));parseFloat(m.splice(0,1));for(var G,D;0<m.length;)G=parseFloat(m.splice(0,1))*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(), +D=parseFloat(m.splice(0,1))*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),1===w&&(G=100*G/f),1===w&&(D=100*D/g),D=100-D,G=Math.round(100*G)/100,D=Math.round(100*D)/100,b.setLastX(G),b.setLastY(D),d+='<line x="'+(new String(G)).toString()+'" y="'+(new String(D)).toString()+'"/>';d+='<line x="'+(new String(h)).toString()+'" y="'+(new String(l)).toString()+'"/>';b.getLastMoveX()===h&&b.getLastMoveY()===l&&(d+="<close/>")}return d};return a}(c.mxgraph.io.vsdx.geometry.Row);h.PolylineTo=f;f.__class= "com.mxgraph.io.vsdx.geometry.PolylineTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,q){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=q;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=100*this.x,g=100-100*this.y,c=100*this.a,f=100-100*this.b,h=100*this.c,l=100-100*this.d,d=Math.round(100*d)/100,g=Math.round(100*g)/100,c=Math.round(100*c)/100,f=Math.round(100*f)/100,h=Math.round(100* +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,t){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=t;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=100*this.x,g=100-100*this.y,c=100*this.a,f=100-100*this.b,h=100*this.c,l=100-100*this.d,d=Math.round(100*d)/100,g=Math.round(100*g)/100,c=Math.round(100*c)/100,f=Math.round(100*f)/100,h=Math.round(100* h)/100,l=Math.round(100*l)/100;b.setLastX(d);b.setLastY(g);return'<curve x1="'+(new String(c)).toString()+'" y1="'+(new String(f)).toString()+'" x2="'+(new String(h)).toString()+'" y2="'+(new String(l)).toString()+'" x3="'+(new String(d)).toString()+'" y3="'+(new String(g)).toString()+'"/>'}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.RelCubBezTo=f;f.__class="com.mxgraph.io.vsdx.geometry.RelCubBezTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph= {}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c){return b.call(this,a,g,c)||this}__extends(a,b);a.prototype.handle=function(a,b){var d=a.x,g=a.y;null!=this.x&&null!=this.y&&(d=100*this.x,g=100-100*this.y);d=Math.round(100*d)/100;g=Math.round(100*g)/100;a.x=d;a.y=g;b.setLastX(d);b.setLastY(g);return'<line x="'+(new String(d)).toString()+'" y="'+(new String(g)).toString()+'"/>'};return a}(c.mxgraph.io.vsdx.geometry.Row);h.RelLineTo=f;f.__class="com.mxgraph.io.vsdx.geometry.RelLineTo"})(l.geometry|| @@ -8774,7 +8843,7 @@ h.RelMoveTo=f;f.__class="com.mxgraph.io.vsdx.geometry.RelMoveTo"})(l.geometry||( (new String(f)).toString()+'" x2="'+(new String(d)).toString()+'" y2="'+(new String(g)).toString()+'"/>'}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.RelQuadBezTo=f;f.__class="com.mxgraph.io.vsdx.geometry.RelQuadBezTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f){a=b.call(this,a,g,c)||this;a.a=f;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a){var d=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),g=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),d=Math.round(100*d)/100,g=Math.round(100*(100-g))/100;b.setLastX(d);b.setLastY(g)}return""};return a}(c.mxgraph.io.vsdx.geometry.Row); h.SplineKnot=f;f.__class="com.mxgraph.io.vsdx.geometry.SplineKnot"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,q){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=q;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){b.getHeight();b.getWidth();var d=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),g=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$();b.setLastKnot(this.c);d=Math.round(100*d)/ +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,m){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=m;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){b.getHeight();b.getWidth();var d=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),g=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$();b.setLastKnot(this.c);d=Math.round(100*d)/ 100;g=Math.round(100*(100-g))/100;b.getLastX();b.getLastY();b.setLastX(d);b.setLastY(g);return"<curve "}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.SplineStart=f;f.__class="com.mxgraph.io.vsdx.geometry.SplineStart"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){var h=function(){function f(b,a){this.cellElements={};this.sections={};this.styleParents={};this.style=this.pm=this.Id=this.shape=null;this.shape=b;this.pm=a.getPropertiesManager();var d=b.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.ID);try{this.Id=null!=d&&0!==d.length?parseFloat(d):-1}catch(g){this.Id=-1}this.cacheCells(a);this.stylesheetRefs(a)}f.__static_initialize=function(){f.__static_initialized||(f.__static_initialized=!0,f.__static_initializer_0(), f.__static_initializer_1())};f.styleTypes_$LI$=function(){f.__static_initialize();null==f.styleTypes&&(f.styleTypes={});return f.styleTypes};f.__static_initializer_0=function(){f.styleTypes_$LI$()[c.mxgraph.io.vsdx.mxVsdxConstants.FILL]=c.mxgraph.io.vsdx.mxVsdxConstants.FILL_STYLE;f.styleTypes_$LI$()[c.mxgraph.io.vsdx.mxVsdxConstants.FILL_BKGND]=c.mxgraph.io.vsdx.mxVsdxConstants.FILL_STYLE;f.styleTypes_$LI$()[c.mxgraph.io.vsdx.mxVsdxConstants.FILL_BKGND_TRANS]=c.mxgraph.io.vsdx.mxVsdxConstants.FILL_STYLE; @@ -8826,23 +8895,23 @@ h.DOT=1;h.DASH=8;h.LONG_DASH=12;h.SHORT_DASH=4;h.XLONG_DASH=20;h.XSHORT_DASH=2;l (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a){var d=b.call(this)||this;d.hexVal=null;d.hexVal=a;d.color=c.mxgraph.io.vsdx.theme.Color.decodeColorHex(a);return d}__extends(a,b);return a}(c.mxgraph.io.vsdx.theme.OoxmlColor);h.SrgbClr=f;f.__class="com.mxgraph.io.vsdx.theme.SrgbClr"})(l.theme||(l.theme={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g){var d=b.call(this)||this;d.lastClr=null;d.val=a;var f=d.lastClr=g;if(null==f)switch(a){case "windowText":f="000000";break;case "window":f="FFFFFF";break;default:f="FFFFFF"}d.color=c.mxgraph.io.vsdx.theme.Color.decodeColorHex(f);return d}__extends(a,b);return a}(c.mxgraph.io.vsdx.theme.OoxmlColor);h.SysClr=f;f.__class="com.mxgraph.io.vsdx.theme.SysClr"})(l.theme||(l.theme={}))})(m.vsdx||(m.vsdx={}))})(m.io|| (m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,q){return b.call(this,a,g,c,f,h,l,q)||this}__extends(a,b);a.prototype.handle=function(a,g){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=g.getHeight()/c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),f=g.getWidth()/c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$();this.x*=f;this.y*=d;this.a*=f;this.b*=d}return b.prototype.handle.call(this, +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,m){return b.call(this,a,g,c,f,h,l,m)||this}__extends(a,b);a.prototype.handle=function(a,g){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=g.getHeight()/c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),f=g.getWidth()/c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$();this.x*=f;this.y*=d;this.a*=f;this.b*=d}return b.prototype.handle.call(this, a,g)};return a}(c.mxgraph.io.vsdx.geometry.EllipticalArcTo);h.RelEllipticalArcTo=f;f.__class="com.mxgraph.io.vsdx.geometry.RelEllipticalArcTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){var h=function(f){function b(a,b){var d=this;d.text=null;d.fields=null;d.geom=null;d.imageData=null;d.theme=null;d.quickStyleVals=null;d=f.call(this,a,b)||this;d.paragraphs=null;d.styleMap={};d.width=0;d.height=0;d.rotation=0;d.lastX=0;d.lastY=0;d.lastMoveX=0;d.lastMoveY=0;d.lastKnot=-1;d.geomList=null;d.geomListProcessed=!1;d.themeVariant=0;d.cp="0";d.pp="0";d.tp="0";d.fld="0";d.width=d.getScreenNumericalValue$org_w3c_dom_Element$double(function(a, b){return a[b]?a[b]:null}(d.cellElements,c.mxgraph.io.vsdx.mxVsdxConstants.WIDTH),0);d.height=d.getScreenNumericalValue$org_w3c_dom_Element$double(function(a,b){return a[b]?a[b]:null}(d.cellElements,c.mxgraph.io.vsdx.mxVsdxConstants.HEIGHT),0);return d}__extends(b,f);b.UNICODE_LINE_SEP_$LI$=function(){null==b.UNICODE_LINE_SEP&&(b.ERROR_IMAGE="PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8IS0tIENyZWF0ZWQgd2l0aCBJbmtzY2FwZSAoaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvKSAtLT4NCjxzdmcNCiAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyINCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiDQogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiDQogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIg0KICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiDQogICB3aWR0aD0iMjUwIg0KICAgaGVpZ2h0PSIyNTAiDQogICBpZD0ic3ZnMzMxOSINCiAgIHNvZGlwb2RpOnZlcnNpb249IjAuMzIiDQogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjQ2Ig0KICAgdmVyc2lvbj0iMS4wIg0KICAgc29kaXBvZGk6ZG9jbmFtZT0ibm9waG90b19pLnN2ZyINCiAgIGlua3NjYXBlOm91dHB1dF9leHRlbnNpb249Im9yZy5pbmtzY2FwZS5vdXRwdXQuc3ZnLmlua3NjYXBlIj4NCiAgPGRlZnMNCiAgICAgaWQ9ImRlZnMzMzIxIj4NCiAgICA8aW5rc2NhcGU6cGVyc3BlY3RpdmUNCiAgICAgICBzb2RpcG9kaTp0eXBlPSJpbmtzY2FwZTpwZXJzcDNkIg0KICAgICAgIGlua3NjYXBlOnZwX3g9IjAgOiA1MjYuMTgxMDkgOiAxIg0KICAgICAgIGlua3NjYXBlOnZwX3k9IjAgOiAxMDAwIDogMCINCiAgICAgICBpbmtzY2FwZTp2cF96PSI3NDQuMDk0NDggOiA1MjYuMTgxMDkgOiAxIg0KICAgICAgIGlua3NjYXBlOnBlcnNwM2Qtb3JpZ2luPSIzNzIuMDQ3MjQgOiAzNTAuNzg3MzkgOiAxIg0KICAgICAgIGlkPSJwZXJzcGVjdGl2ZTMzMjciIC8+DQogICAgPGlua3NjYXBlOnBlcnNwZWN0aXZlDQogICAgICAgaWQ9InBlcnNwZWN0aXZlMzM0MiINCiAgICAgICBpbmtzY2FwZTpwZXJzcDNkLW9yaWdpbj0iMzcyLjA0NzI0IDogMzUwLjc4NzM5IDogMSINCiAgICAgICBpbmtzY2FwZTp2cF96PSI3NDQuMDk0NDggOiA1MjYuMTgxMDkgOiAxIg0KICAgICAgIGlua3NjYXBlOnZwX3k9IjAgOiAxMDAwIDogMCINCiAgICAgICBpbmtzY2FwZTp2cF94PSIwIDogNTI2LjE4MTA5IDogMSINCiAgICAgICBzb2RpcG9kaTp0eXBlPSJpbmtzY2FwZTpwZXJzcDNkIiAvPg0KICA8L2RlZnM+DQogIDxzb2RpcG9kaTpuYW1lZHZpZXcNCiAgICAgaWQ9ImJhc2UiDQogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiINCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiDQogICAgIGJvcmRlcm9wYWNpdHk9IjEuMCINCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCINCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiINCiAgICAgaW5rc2NhcGU6em9vbT0iMi4yNDI5NDI3Ig0KICAgICBpbmtzY2FwZTpjeD0iMTIxLjk3NjQ4Ig0KICAgICBpbmtzY2FwZTpjeT0iMTIyLjQ0MTk4Ig0KICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiDQogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSINCiAgICAgc2hvd2dyaWQ9ImZhbHNlIg0KICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE2NjQiDQogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9Ijg0NCINCiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii0zIg0KICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTE4IiAvPg0KICA8bWV0YWRhdGENCiAgICAgaWQ9Im1ldGFkYXRhMzMyNCI+DQogICAgPHJkZjpSREY+DQogICAgICA8Y2M6V29yaw0KICAgICAgICAgcmRmOmFib3V0PSIiPg0KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4NCiAgICAgICAgPGRjOnR5cGUNCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4NCiAgICAgICAgPGRjOnRpdGxlPkZvdG9ncmFmaWVydmVyYm90PC9kYzp0aXRsZT4NCiAgICAgICAgPGRjOmRhdGU+MjAwOC0wNi0yOTwvZGM6ZGF0ZT4NCiAgICAgICAgPGRjOmNyZWF0b3I+DQogICAgICAgICAgPGNjOkFnZW50Pg0KICAgICAgICAgICAgPGRjOnRpdGxlPlRvcnJzdGVuIFNrb21wPC9kYzp0aXRsZT4NCiAgICAgICAgICA8L2NjOkFnZW50Pg0KICAgICAgICA8L2RjOmNyZWF0b3I+DQogICAgICAgIDxkYzpyaWdodHM+DQogICAgICAgICAgPGNjOkFnZW50Pg0KICAgICAgICAgICAgPGRjOnRpdGxlPlRvcnN0ZW4gU2tvbXA8L2RjOnRpdGxlPg0KICAgICAgICAgIDwvY2M6QWdlbnQ+DQogICAgICAgIDwvZGM6cmlnaHRzPg0KICAgICAgICA8ZGM6cHVibGlzaGVyPg0KICAgICAgICAgIDxjYzpBZ2VudD4NCiAgICAgICAgICAgIDxkYzp0aXRsZT5Ub3JzdGVuIFNrb21wPC9kYzp0aXRsZT4NCiAgICAgICAgICA8L2NjOkFnZW50Pg0KICAgICAgICA8L2RjOnB1Ymxpc2hlcj4NCiAgICAgICAgPGRjOmxhbmd1YWdlPmRlX0RFPC9kYzpsYW5ndWFnZT4NCiAgICAgICAgPGRjOnN1YmplY3Q+DQogICAgICAgICAgPHJkZjpCYWc+DQogICAgICAgICAgICA8cmRmOmxpPlBpa3RvZ3JhbW07IEZvdG9ncmFmaWVydmVyYm90PC9yZGY6bGk+DQogICAgICAgICAgPC9yZGY6QmFnPg0KICAgICAgICA8L2RjOnN1YmplY3Q+DQogICAgICAgIDxkYzpkZXNjcmlwdGlvbj5Gb3RvZ3JhZmllcnZlcmJvdCBhbHMgUGlrdG9ncmFtbSA8L2RjOmRlc2NyaXB0aW9uPg0KICAgICAgICA8Y2M6bGljZW5zZQ0KICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL3B1YmxpY2RvbWFpbi8iIC8+DQogICAgICA8L2NjOldvcms+DQogICAgICA8Y2M6TGljZW5zZQ0KICAgICAgICAgcmRmOmFib3V0PSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9saWNlbnNlcy9wdWJsaWNkb21haW4vIj4NCiAgICAgICAgPGNjOnBlcm1pdHMNCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyNSZXByb2R1Y3Rpb24iIC8+DQogICAgICAgIDxjYzpwZXJtaXRzDQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjRGlzdHJpYnV0aW9uIiAvPg0KICAgICAgICA8Y2M6cGVybWl0cw0KICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zI0Rlcml2YXRpdmVXb3JrcyIgLz4NCiAgICAgIDwvY2M6TGljZW5zZT4NCiAgICA8L3JkZjpSREY+DQogIDwvbWV0YWRhdGE+DQogIDxnDQogICAgIGlua3NjYXBlOmxhYmVsPSJFYmVuZSAxIg0KICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIg0KICAgICBpZD0ibGF5ZXIxIj4NCiAgICA8cGF0aA0KICAgICAgIHN0eWxlPSJmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjEiDQogICAgICAgZD0iTSAxNjQuNTMxMjUgNjIuNjg3NSBDIDE2Mi43OTExNSA2Mi42ODc1MDEgMTYxLjM3NSA2NC4wNzI0MTYgMTYxLjM3NSA2NS44MTI1IEwgMTYxLjM3NSA2OC43NSBMIDM4LjM3NSA2OC43NSBDIDM1LjA5MjI5OCA2OC43NDk5OTkgMzIuNDY4NzUgNzEuMzczNTQ4IDMyLjQ2ODc1IDc0LjY1NjI1IEwgMzIuNDY4NzUgMTgxLjM3NSBDIDMyLjQ2ODc1IDE4NC42NTc3IDM1LjA5MjMwNyAxODcuMzEyNTEgMzguMzc1IDE4Ny4zMTI1IEwgMjExLjYyNSAxODcuMzEyNSBDIDIxNC45MDc2OSAxODcuMzEyNSAyMTcuNTMxMjcgMTg0LjY1NzcgMjE3LjUzMTI1IDE4MS4zNzUgTCAyMTcuNTMxMjUgNzQuNjU2MjUgQyAyMTcuNTMxMjUgNzEuMzczNTUxIDIxNC45MDc2OCA2OC43NSAyMTEuNjI1IDY4Ljc1IEwgMjAyLjA2MjUgNjguNzUgTCAyMDIuMDYyNSA2NS44MTI1IEMgMjAyLjA2MjUgNjQuMDcyNDEgMjAwLjY0NjM1IDYyLjY4NzUgMTk4LjkwNjI1IDYyLjY4NzUgTCAxNjQuNTMxMjUgNjIuNjg3NSB6IE0gNDYuODEyNSA3OCBMIDg4LjY1NjI1IDc4IEMgOTAuMzk2MzQyIDc4IDkxLjgxMjUgNzkuMzg0OTA3IDkxLjgxMjUgODEuMTI1IEwgOTEuODEyNSA5Ni4zMTI1IEMgOTEuODEyNSA5OC4wNTI1OTIgOTAuMzk2MzQzIDk5LjQzNzUgODguNjU2MjUgOTkuNDM3NSBMIDQ2LjgxMjUgOTkuNDM3NSBDIDQ1LjA3MjQwOCA5OS40Mzc1IDQzLjY4NzUgOTguMDUyNTkzIDQzLjY4NzUgOTYuMzEyNSBMIDQzLjY4NzUgODEuMTI1IEMgNDMuNjg3NSA3OS4zODQ5MDggNDUuMDcyNDA3IDc4IDQ2LjgxMjUgNzggeiBNIDE0NiA4OC4yMTg3NSBDIDE2Ny43MzQ3NSA4OC4yMTg3NTMgMTg1LjM3NSAxMDYuMTUwNzEgMTg1LjM3NSAxMjguMjUgQyAxODUuMzc0OTkgMTUwLjM0OTI4IDE2Ny43MzQ3NCAxNjguMjgxMjUgMTQ2IDE2OC4yODEyNSBDIDEyNC4yNjUyNyAxNjguMjgxMjYgMTA2LjYyNSAxNTAuMzQ5MjkgMTA2LjYyNSAxMjguMjUgQyAxMDYuNjI1IDEwNi4xNTA3MSAxMjQuMjY1MjYgODguMjE4NzUgMTQ2IDg4LjIxODc1IHogTSAxNDYgOTEuNzE4NzUgQyAxMjYuMTY1NTcgOTEuNzE4NzUgMTEwLjA2MjUgMTA4LjA4Mjg5IDExMC4wNjI1IDEyOC4yNSBDIDExMC4wNjI1IDE0OC40MTcxMSAxMjYuMTY1NTcgMTY0Ljc4MTI2IDE0NiAxNjQuNzgxMjUgQyAxNjUuODM0NDMgMTY0Ljc4MTI1IDE4MS45Mzc1IDE0OC40MTcxIDE4MS45Mzc1IDEyOC4yNSBDIDE4MS45Mzc1IDEwOC4wODI4OSAxNjUuODM0NDMgOTEuNzE4NzUgMTQ2IDkxLjcxODc1IHogTSAxNDYgOTYuNTkzNzUgQyAxNjMuMTc3NjggOTYuNTkzNzUyIDE3Ny4xMjUgMTEwLjc4NDIgMTc3LjEyNSAxMjguMjUgQyAxNzcuMTI0OTkgMTQ1LjcxNTggMTYzLjE3NzY5IDE1OS44NzUgMTQ2IDE1OS44NzUgQyAxMjguODIyMzEgMTU5Ljg3NSAxMTQuODc1IDE0NS43MTU4IDExNC44NzUgMTI4LjI1IEMgMTE0Ljg3NSAxMTAuNzg0MTkgMTI4LjgyMjMxIDk2LjU5Mzc1IDE0NiA5Ni41OTM3NSB6IE0gMTc2LjUgMTcyLjcxODc1IEwgMjA2LjE4NzUgMTcyLjcxODc1IEMgMjA3LjQyMTM4IDE3Mi43MTg3NSAyMDguNDA2MjUgMTczLjEyNzgzIDIwOC40MDYyNSAxNzMuNjI1IEwgMjA4LjQwNjI1IDE3Ny45Njg3NSBDIDIwOC40MDYyNSAxNzguNDY1OTIgMjA3LjQyMTM4IDE3OC44NDM3NSAyMDYuMTg3NSAxNzguODQzNzUgTCAxNzYuNSAxNzguODQzNzUgQyAxNzUuMjY2MTEgMTc4Ljg0Mzc1IDE3NC4yODEyNSAxNzguNDY1OTIgMTc0LjI4MTI1IDE3Ny45Njg3NSBMIDE3NC4yODEyNSAxNzMuNjI1IEMgMTc0LjI4MTI1IDE3My4xMjc4MyAxNzUuMjY2MTIgMTcyLjcxODc1IDE3Ni41IDE3Mi43MTg3NSB6ICINCiAgICAgICBpZD0icmVjdDMyMDkiIC8+DQogICAgPHBhdGgNCiAgICAgICBzdHlsZT0iZmlsbDojYzQyNjFkO2ZpbGwtb3BhY2l0eToxIg0KICAgICAgIGQ9Ik0gMjAgMCBDIDE4LjU1OTkzOCAwIDE3LjE2NDc0NyAwLjE1MDk4NjY2IDE1LjgxMjUgMC40Mzc1IEMgMTUuMjEwMjkxIDAuNTY1MTk1NzggMTQuNjExOTEzIDAuNzI2MjExMjYgMTQuMDMxMjUgMC45MDYyNSBDIDEzLjU1NDc3MyAxLjA1Mzk4NTIgMTMuMDg1MzQ5IDEuMjI0ODUzNiAxMi42MjUgMS40MDYyNSBDIDEyLjMyODc2NiAxLjUyMzA3MzkgMTIuMDM5MDMzIDEuNjUwOTE4MiAxMS43NSAxLjc4MTI1IEMgMTEuMzQ3Mjc4IDEuOTYyMzU5OCAxMC45NTA0MDYgMi4xMzc0MTY1IDEwLjU2MjUgMi4zNDM3NSBDIDEwLjUyMTU1NSAyLjM2NTU2ODggMTAuNDc4MjczIDIuMzg0MTU1NSAxMC40Mzc1IDIuNDA2MjUgQyAxMC40MTY5MzQgMi40MTczNzU0IDEwLjM5NTUyMiAyLjQyNjMwNDkgMTAuMzc1IDIuNDM3NSBDIDkuODMyNjg2MSAyLjczMzM0NDYgOS4zMjI2NDQ4IDMuMDYzMjQ1MiA4LjgxMjUgMy40MDYyNSBDIDguMjgzMTIyMSAzLjc2MjE4NjUgNy43NzI3NzI4IDQuMTU4OTIwOSA3LjI4MTI1IDQuNTYyNSBDIDcuMjc1MDU1IDQuNTY3NTg2NiA3LjI1NjE4ODggNC41NTc0MDYxIDcuMjUgNC41NjI1IEMgNy4yMzg1NDc5IDQuNTcxOTQzNCA3LjIzMDE4MDYgNC41ODQyODE2IDcuMjE4NzUgNC41OTM3NSBDIDcuMTA0NzM1MiA0LjY4ODAxNTkgNi45ODY4NTA3IDQuNzc4MjY4NyA2Ljg3NSA0Ljg3NSBDIDYuNTE1NzAyMSA1LjE4NjQyNjQgNi4xNzk3OTA5IDUuNTA3NzA5MSA1Ljg0Mzc1IDUuODQzNzUgQyA1LjQwNDQwMjUgNi4yODE4MDc4IDQuOTkwNzQ0OSA2Ljc0MTM1NTQgNC41OTM3NSA3LjIxODc1IEMgNC41NzkwMDg2IDcuMjM2NTQ2MiA0LjU3NzE4MDYgNy4yNjM0MDE1IDQuNTYyNSA3LjI4MTI1IEMgMy43Njc0ODk4IDguMjQzOTE4MSAzLjA0MjI3MjEgOS4yNzE4NzA1IDIuNDM3NSAxMC4zNzUgQyAyLjQyNjIyMzIgMTAuMzk1NjM1IDIuNDE3NDU2MSAxMC40MTY4MiAyLjQwNjI1IDEwLjQzNzUgQyAyLjEwODM5MDggMTAuOTg1MzQ4IDEuODQwMjIzMyAxMS41NDcyMTQgMS41OTM3NSAxMi4xMjUgQyAxLjU3NTU4NjUgMTIuMTY3NjY1IDEuNTQ5MTI1NSAxMi4yMDcxODIgMS41MzEyNSAxMi4yNSBDIDEuMjg3NzEzMSAxMi44MzI0MzMgMS4wOTQ2NzU0IDEzLjQyMTgyMiAwLjkwNjI1IDE0LjAzMTI1IEMgMC43Mjk2MzAxNCAxNC42MDI0OTUgMC41NjMwOTYzNCAxNS4xODg4MjggMC40Mzc1IDE1Ljc4MTI1IEMgMC4xNDY5MTQwNCAxNy4xNDI1NzggLTQuMzkwNjEzM2UtMTggMTguNTQ5NDY2IDAgMjAgTCAwIDIzMCBDIDAgMjQxLjA4IDguOTIgMjUwIDIwIDI1MCBMIDIzMCAyNTAgQyAyMzEuNDQwMDYgMjUwIDIzMi44MzUyNSAyNDkuODQ5MDEgMjM0LjE4NzUgMjQ5LjU2MjUgQyAyMzQuNzg5MDMgMjQ5LjQzNDk3IDIzNS4zODg2NiAyNDkuMjczODEgMjM1Ljk2ODc1IDI0OS4wOTM3NSBDIDIzNi40NDQ3NiAyNDguOTQ2IDIzNi45MTUwNSAyNDguNzc1MjYgMjM3LjM3NSAyNDguNTkzNzUgQyAyMzcuNjcxMjMgMjQ4LjQ3NjkzIDIzNy45NjA5NyAyNDguMzQ5MDggMjM4LjI1IDI0OC4yMTg3NSBDIDIzOC4yNzk4MSAyNDguMjA1MzEgMjM4LjMxNDAyIDI0OC4yMDEwOSAyMzguMzQzNzUgMjQ4LjE4NzUgQyAyMzguNzU4MzYgMjQ3Ljk5ODMgMjM5LjE2Mzc0IDI0Ny44MDk4MSAyMzkuNTYyNSAyNDcuNTkzNzUgQyAyMzkuNTgzMTggMjQ3LjU4MjU0IDIzOS42MDQzNiAyNDcuNTczNzggMjM5LjYyNSAyNDcuNTYyNSBDIDI0MC4xNjkyNSAyNDcuMjY1MTIgMjQwLjY3NTU4IDI0Ni45Mzg3MyAyNDEuMTg3NSAyNDYuNTkzNzUgQyAyNDEuNjY4NzggMjQ2LjI2OTQxIDI0Mi4xNDM1OSAyNDUuOTI2MzkgMjQyLjU5Mzc1IDI0NS41NjI1IEMgMjQyLjY0NDc0IDI0NS41MjEyOCAyNDIuNjk5NDMgMjQ1LjQ3OTIxIDI0Mi43NSAyNDUuNDM3NSBDIDI0Mi44NzY1MSAyNDUuMzMzMTggMjQzLjAwMTE1IDI0NS4yMzIzNSAyNDMuMTI1IDI0NS4xMjUgQyAyNDMuNDgyNjUgMjQ0LjgxNTM4IDI0My44MjE1NSAyNDQuNDkwMTkgMjQ0LjE1NjI1IDI0NC4xNTYyNSBDIDI0NC40OTIyOSAyNDMuODIwMjEgMjQ0LjgxMzU3IDI0My40ODQzIDI0NS4xMjUgMjQzLjEyNSBDIDI0NS4yMzE2NyAyNDMuMDAyMzQgMjQ1LjMzMzgxIDI0Mi44NzUyNyAyNDUuNDM3NSAyNDIuNzUgQyAyNDUuNDQyNzYgMjQyLjc0MzYyIDI0NS40MzIyNSAyNDIuNzI1MTMgMjQ1LjQzNzUgMjQyLjcxODc1IEMgMjQ1Ljg0MjQ5IDI0Mi4yMjgzIDI0Ni4yMzY0IDI0MS43MTU3NiAyNDYuNTkzNzUgMjQxLjE4NzUgQyAyNDYuOTM4MTIgMjQwLjY3ODQzIDI0Ny4yNjUzNiAyNDAuMTY2MjIgMjQ3LjU2MjUgMjM5LjYyNSBDIDI0Ny41NzM2MyAyMzkuNjA0NzIgMjQ3LjU4MjY4IDIzOS41ODI4MiAyNDcuNTkzNzUgMjM5LjU2MjUgQyAyNDcuODkxOTcgMjM5LjAxNDggMjQ4LjE1OTMxIDIzOC40NTIzOSAyNDguNDA2MjUgMjM3Ljg3NSBDIDI0OC40MTU1NCAyMzcuODUzMjggMjQ4LjQyODI5IDIzNy44MzQyNiAyNDguNDM3NSAyMzcuODEyNSBDIDI0OC40NDY0NCAyMzcuNzkxMjkgMjQ4LjQ1OTg4IDIzNy43NzEyNSAyNDguNDY4NzUgMjM3Ljc1IEMgMjQ4LjcwOTkyIDIzNy4xNzQ3NiAyNDguOTA2MjggMjM2LjU3MDA4IDI0OS4wOTM3NSAyMzUuOTY4NzUgQyAyNDkuMjczNzUgMjM1LjM5MTM3IDI0OS40MzQ2OCAyMzQuODE3NTQgMjQ5LjU2MjUgMjM0LjIxODc1IEMgMjQ5Ljg1MzA5IDIzMi44NTc0MiAyNTAgMjMxLjQ1MDUzIDI1MCAyMzAgTCAyNTAgMjAgQyAyNTAgOC45MiAyNDEuMDggLTMuMzUzNzk4N2UtMTcgMjMwIDAgTCAyMCAwIHogTSAzNC43ODEyNSAxOS40MDYyNSBMIDIyNS40Njg3NSAxOS40MDYyNSBDIDIyOC4zMDk0NiAxOS40MDYyNSAyMzAuNTkzNzUgMjEuNjkwNTQ0IDIzMC41OTM3NSAyNC41MzEyNSBMIDIzMC41OTM3NSAyMTUuMjUgTCAzNC43ODEyNSAxOS40MDYyNSB6IE0gMTkuNDA2MjUgMzQuNzUgTCAyMTUuMjE4NzUgMjMwLjU5Mzc1IEwgMjQuNTMxMjUgMjMwLjU5Mzc1IEMgMjEuNjkwNTQ0IDIzMC41OTM3NiAxOS40MDYyNSAyMjguMzA5NDYgMTkuNDA2MjUgMjI1LjQ2ODc1IEwgMTkuNDA2MjUgMzQuNzUgeiAiDQogICAgICAgaWQ9InBhdGgzMTk2IiAvPg0KICA8L2c+DQo8L3N2Zz4NCg==", b.UNICODE_LINE_SEP=String.fromCharCode(8232));return b.UNICODE_LINE_SEP};b.prototype.setThemeAndVariant=function(a,b){this.theme=a;this.themeVariant=b};b.prototype.getTheme=function(){null!=this.theme&&this.theme.setVariant(this.themeVariant);return this.theme};b.prototype.getQuickStyleVals=function(){return this.quickStyleVals};b.prototype.processGeomList=function(a){if(!this.geomListProcessed){this.geomList=new c.mxgraph.io.vsdx.mxVsdxGeometryList(a);if(null!=this.geom)for(a=0;a<this.geom.length;a++)this.geomList.addGeometry(this.geom[a]); this.geomListProcessed=!0}};b.prototype.parseShapeElem=function(a,d){f.prototype.parseShapeElem.call(this,a,d);var g=a.nodeName;if(function(a,b){return a&&a.equals?a.equals(b):a===b}(g,"ForeignData")){var p=a.ownerDocument.vsdxFileName,h=a.getAttribute("ForeignType"),g=a.getAttribute("CompressionType")||"";if(function(a,b){return a&&a.equals?a.equals(b):a===b}(h,"Bitmap"))g=g.toLowerCase();else if(function(a,b){return a&&a.equals?a.equals(b):a===b}(h,"MetaFile"))g="x-wmf";else if(function(a,b){return a&& -a.equals?a.equals(b):a===b}(h,"Enhanced Metafile")||function(a,b){return a&&a.equals?a.equals(b):a===b}(h,"EnhMetaFile"))g="x-emf";else return;h=a.firstChild;if(null!=h){if(null!=h&&1==h.nodeType){var l=h;if(function(a,b){return a&&a.equals?a.equals(b):a===b}(l.nodeName.toLowerCase(),"rel")&&(l=l.getAttribute("r:id"),null!=l&&0!==l.length)){var h=p.lastIndexOf("/"),m="",q="";try{m=p.substring(0,h),q=p.substring(h,p.length)}catch(z){return}h=d.getRelationship(l,m+"/_rels"+q+".rels");if(null!=h){p= -h.getAttribute("Target")||"";l=h.getAttribute("Type");h=p.lastIndexOf("/");try{p=p.substring(h+1,p.length)}catch(z){return}null!=l&&function(a,b){var d=a.length-b.length,c=a.indexOf(b,d);return-1!==c&&c===d}(l,"image")&&(this.imageData={},(h=d.getMedia(c.mxgraph.io.mxVsdxCodec.vsdxPlaceholder+"/media/"+p))?(this.imageData.iData=h,function(a,b){var d=a.length-b.length,c=a.indexOf(b,d);return-1!==c&&c===d}(p.toLowerCase(),".bmp")?g="jpg":function(a,b){var d=a.length-b.length,c=a.indexOf(b,d);return-1!== +a.equals?a.equals(b):a===b}(h,"Enhanced Metafile")||function(a,b){return a&&a.equals?a.equals(b):a===b}(h,"EnhMetaFile"))g="x-emf";else return;h=a.firstChild;if(null!=h){if(null!=h&&1==h.nodeType){var l=h;if(function(a,b){return a&&a.equals?a.equals(b):a===b}(l.nodeName.toLowerCase(),"rel")&&(l=l.getAttribute("r:id"),null!=l&&0!==l.length)){var h=p.lastIndexOf("/"),m="",t="";try{m=p.substring(0,h),t=p.substring(h,p.length)}catch(A){return}h=d.getRelationship(l,m+"/_rels"+t+".rels");if(null!=h){p= +h.getAttribute("Target")||"";l=h.getAttribute("Type");h=p.lastIndexOf("/");try{p=p.substring(h+1,p.length)}catch(A){return}null!=l&&function(a,b){var d=a.length-b.length,c=a.indexOf(b,d);return-1!==c&&c===d}(l,"image")&&(this.imageData={},(h=d.getMedia(c.mxgraph.io.mxVsdxCodec.vsdxPlaceholder+"/media/"+p))?(this.imageData.iData=h,function(a,b){var d=a.length-b.length,c=a.indexOf(b,d);return-1!==c&&c===d}(p.toLowerCase(),".bmp")?g="jpg":function(a,b){var d=a.length-b.length,c=a.indexOf(b,d);return-1!== c&&c===d}(p.toLowerCase(),".emf")&&(g=function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(h,"iVBORw0K")?"png":function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(h,"/9j/")?"jpg":g),this.imageData.iType=g):(this.imageData.iData=b.ERROR_IMAGE,this.imageData.iType="svg+xml"))}return}}h=h.nextSibling}}else(function(a,b){return a&&a.equals?a.equals(b):a===b})(g,c.mxgraph.io.vsdx.mxVsdxConstants.TEXT)&&(this.text=a)};b.prototype.parseSection=function(a){var d=a.getAttribute("N"); if(function(a,b){return a&&a.equals?a.equals(b):a===b}(d,"Geometry"))null==this.geom&&(this.geom=[]),0<this.geom.push(a);else if(function(a,b){return a&&a.equals?a.equals(b):a===b}(d,"Field")){a=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(a,"Row");for(var g=0;g<a.length;g++){var d=a[g],p=d.getAttribute("IX")||"";if(0!==p.length)if(null==this.fields&&(this.fields={}),function(a,b){return a&&a.equals?a.equals(b):a===b}("1",d.getAttribute("Del")))this.fields[p]="";else{for(var h=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(d, -"Cell"),l="",m="",q=0;q<h.length;q++){var z=h[q],d=z.getAttribute("N"),z=z.getAttribute("V");switch(d){case "Value":l=z;break;case "Format":m=z}}if(0!==l.length){try{(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b})(m,"{{")&&(l=(new Date(b.VSDX_START_TIME+Math.floor(864E5*parseFloat(l)))).toString())}catch(aa){}this.fields[p]=l}}}}else f.prototype.parseSection.call(this,a)};b.prototype.parseGeom=function(){return this.hasGeomList()?this.geomList.getShapeXML(this):""};b.prototype.getText= +"Cell"),l="",m="",t=0;t<h.length;t++){var w=h[t],d=w.getAttribute("N"),w=w.getAttribute("V");switch(d){case "Value":l=w;break;case "Format":m=w}}if(0!==l.length){try{(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b})(m,"{{")&&(l=(new Date(b.VSDX_START_TIME+Math.floor(864E5*parseFloat(l)))).toString())}catch(Y){}this.fields[p]=l}}}}else f.prototype.parseSection.call(this,a)};b.prototype.parseGeom=function(){return this.hasGeomList()?this.geomList.getShapeXML(this):""};b.prototype.getText= function(){return null!=this.text?this.text.textContent:null};b.prototype.getTextChildren=function(){return null!=this.text?this.text.childNodes:null};b.prototype.getWidth=function(){return 0===this.width&&0<this.height?1:this.width};b.prototype.getHeight=function(){return 0===this.height&&0<this.width?1:this.height};b.prototype.getRotation=function(){return this.rotation};b.prototype.getStyleMap=function(){return this.styleMap};b.prototype.hasGeom=function(){return!(null==this.geom||0==this.geom.length)}; b.prototype.hasGeomList=function(){return null!=this.geomList&&this.geomList.hasGeom()};b.prototype.textToList=function(a,b){if(!function(a,b){return a&&a.equals?a.equals(b):a===b}(b,"")){var d=this.getBullet(b);if(!function(a,b){return a&&a.equals?a.equals(b):a===b}(d,"0")){var f=a.split("\n");f[f.length-1]||f.pop();for(var h="",l=0;l<f.length;l++)h+=c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(f[l],"li");h=c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(h,"ul");f={};(function(a,b){return a&&a.equals? a.equals(b):a===b})(d,"4")?f["list-style-type"]="square":f["list-style-type"]="disc";return h=this.insertAttributes(h,f)}}return a};b.prototype.getTextParagraphFormated=function(a){var b="",c={};c.align=this.getHorizontalAlign(this.pp,!0);c["margin-left"]=this.getIndentLeft(this.pp);c["margin-right"]=this.getIndentRight(this.pp);c["margin-top"]=this.getSpBefore(this.pp)+"px";c["margin-bottom"]=this.getSpAfter(this.pp)+"px";c["text-indent"]=this.getIndentFirst(this.pp);c.valign=this.getAlignVertical(); -c.direction=this.getTextDirection(this.pp);return b+=this.insertAttributes(a,c)};b.prototype.getTextCharFormated=function(a){var b="color:"+this.getTextColor(this.cp)+";",g="font-size:"+parseFloat(this.getTextSize(this.cp))+"px;",f="font-family:"+this.getTextFont(this.cp)+";",h="direction:"+this.getRtlText(this.cp)+";",l="letter-spacing:"+parseFloat(this.getLetterSpace(this.cp))/.71+"px;",m="line-height:"+this.getSpcLine(this.pp),q=";opacity:"+this.getTextOpacity(this.cp),z=this.getTextPos(this.cp), -w=this.getTextCase(this.cp);(function(a,b){return a&&a.equals?a.equals(b):a===b})(w,"1")?a=a.toUpperCase():function(a,b){return a&&a.equals?a.equals(b):a===b}(w,"2")&&(a=c.mxgraph.io.vsdx.mxVsdxUtils.toInitialCapital(a));(function(a,b){return a&&a.equals?a.equals(b):a===b})(z,"1")?a=c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"sup"):function(a,b){return a&&a.equals?a.equals(b):a===b}(z,"2")&&(a=c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"sub"));a=this.isBold(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a, -"b"):a;a=this.isItalic(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"i"):a;a=this.isUnderline(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"u"):a;a=this.getTextStrike(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"s"):a;a=this.isSmallCaps(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.toSmallCaps(a,this.getTextSize(this.cp)):a;return""+('<font style="'+g+f+b+h+l+m+q+'">'+a+"</font>")};b.prototype.getTextDirection=function(a){a=this.getFlags(a);(function(a,b){return a&&a.equals? +c.direction=this.getTextDirection(this.pp);return b+=this.insertAttributes(a,c)};b.prototype.getTextCharFormated=function(a){var b="color:"+this.getTextColor(this.cp)+";",g="font-size:"+parseFloat(this.getTextSize(this.cp))+"px;",f="font-family:"+this.getTextFont(this.cp)+";",h="direction:"+this.getRtlText(this.cp)+";",l="letter-spacing:"+parseFloat(this.getLetterSpace(this.cp))/.71+"px;",m="line-height:"+this.getSpcLine(this.pp),t=";opacity:"+this.getTextOpacity(this.cp),w=this.getTextPos(this.cp), +Y=this.getTextCase(this.cp);(function(a,b){return a&&a.equals?a.equals(b):a===b})(Y,"1")?a=a.toUpperCase():function(a,b){return a&&a.equals?a.equals(b):a===b}(Y,"2")&&(a=c.mxgraph.io.vsdx.mxVsdxUtils.toInitialCapital(a));(function(a,b){return a&&a.equals?a.equals(b):a===b})(w,"1")?a=c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"sup"):function(a,b){return a&&a.equals?a.equals(b):a===b}(w,"2")&&(a=c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"sub"));a=this.isBold(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a, +"b"):a;a=this.isItalic(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"i"):a;a=this.isUnderline(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"u"):a;a=this.getTextStrike(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"s"):a;a=this.isSmallCaps(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.toSmallCaps(a,this.getTextSize(this.cp)):a;return""+('<font style="'+g+f+b+h+l+m+t+'">'+a+"</font>")};b.prototype.getTextDirection=function(a){a=this.getFlags(a);(function(a,b){return a&&a.equals? a.equals(b):a===b})(a,"0")?a="ltr":function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"1")&&(a="rtl");return a};b.prototype.getSpcLine=function(a){var b=!1;a=this.getSpLine(a);0<a?a*=c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$():(a=0===a?100:100*Math.abs(a),b=!0);return(new String(a)).toString()+(b?"%":"px")};b.prototype.getSpcBefore=function(a){return this.getSpBefore(a)};b.prototype.insertAttributes=function(a,b){if(-1!=a.indexOf(">")){var d=a.indexOf(">"),f=a.substring(d),d=a.substring(0, d),h=' style="'+c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(b,":")+'"';return d+h+f}return a};b.prototype.getRtlText=function(a){a=this.getCellElement$java_lang_String$java_lang_String$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.RTL_TEXT,a,c.mxgraph.io.vsdx.mxVsdxConstants.PARAGRAPH);a=this.getValue(a,"ltr");(function(a,b){return a&&a.equals?a.equals(b):a===b})(a,"0")?a="ltr":function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"1")&&(a="rtl");return a};b.prototype.isBold=function(a){var b= !1;a=this.getTextStyle(a);(function(a,b){return a&&a.equals?a.equals(b):a===b})(a,"")||function(a,b){return a&&a.equals?a.equals(b):a===b}(a.toLowerCase(),"themed")||(b=1===(parseInt(a)&1));return b};b.prototype.isItalic=function(a){var b=!1;a=this.getTextStyle(a);(function(a,b){return a&&a.equals?a.equals(b):a===b})(a,"")||function(a,b){return a&&a.equals?a.equals(b):a===b}(a.toLowerCase(),"themed")||(b=2===(parseInt(a)&2));return b};b.prototype.isUnderline=function(a){var b=!1;a=this.getTextStyle(a); @@ -8850,7 +8919,7 @@ d),h=' style="'+c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(b,":")+'"';return d a,c.mxgraph.io.vsdx.mxVsdxConstants.CHARACTER);a=this.getValue(a,"0");var b="1";null!=a&&0!==a.length&&(a=1-parseFloat(a),b=(new String(a)).toString());return b};b.prototype.getTextSize=function(a){a=this.getCellElement$java_lang_String$java_lang_String$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.SIZE,a,c.mxgraph.io.vsdx.mxVsdxConstants.CHARACTER);a=this.getScreenNumericalValue$org_w3c_dom_Element$double(a,12);return""+Math.floor(Math.round(100*a)/100)};b.prototype.getAlignVertical=function(){var a= mxConstants.ALIGN_MIDDLE,b=parseInt(this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.VERTICAL_ALIGN),"1"));0===b?a=mxConstants.ALIGN_TOP:2===b&&(a=mxConstants.ALIGN_BOTTOM);return a};b.prototype.getGeomList=function(){return this.geomList};b.prototype.getLastX=function(){return this.lastX};b.prototype.getLastY=function(){return this.lastY};b.prototype.getLastMoveX=function(){return this.lastMoveX};b.prototype.getLastMoveY=function(){return this.lastMoveY};b.prototype.getLastKnot= function(){return this.lastKnot};b.prototype.setLastX=function(a){this.lastX=a};b.prototype.setLastY=function(a){this.lastY=a};b.prototype.setLastMoveX=function(a){this.lastMoveX=a};b.prototype.setLastMoveY=function(a){this.lastMoveY=a};b.prototype.setLastKnot=function(a){this.lastKnot=a};return b}(c.mxgraph.io.vsdx.Style);h.VSDX_START_TIME=-22091688E5;l.Shape=h;h.__class="com.mxgraph.io.vsdx.Shape"})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){var h=function(f){function b(a,b,g,p,h,l){var d=this;d.masterShape=null;d.master=null;d.parentHeight=0;d=f.call(this,b,l)||this;d.htmlLabels=!0;d.rootShape=d;d.shapeName=null;d.shapeIndex=0;d.vertex=!0;d.childShapes={};var q=d.getMasterId(),m=d.getShapeMasterId();d.master=null!=q?p[q]?p[q]:null:h;null!=d.master&&(d.masterShape=null==q&&null!=m?d.master.getSubShape(m):d.master.getMasterShape());p=d.getNameU();h=p.lastIndexOf(".");-1!==h&&(p=p.substring(0, +(function(c){(function(m){(function(m){(function(l){var h=function(f){function b(a,b,g,p,h,l){var d=this;d.masterShape=null;d.master=null;d.parentHeight=0;d=f.call(this,b,l)||this;d.htmlLabels=!0;d.rootShape=d;d.shapeName=null;d.shapeIndex=0;d.vertex=!0;d.childShapes={};var m=d.getMasterId(),E=d.getShapeMasterId();d.master=null!=m?p[m]?p[m]:null:h;null!=d.master&&(d.masterShape=null==m&&null!=E?d.master.getSubShape(E):d.master.getMasterShape());p=d.getNameU();h=p.lastIndexOf(".");-1!==h&&(p=p.substring(0, h));d.shapeName=p;b=b.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.SHAPES);null!=b&&0<b.length&&(b=b.item(0),d.childShapes=a.parseShapes(b,d.master,!1));b=d.calcRotation();d.rotation=100*b/100;d.rotation%=360;b=a.getCellIntValue("ThemeIndex",-100);-100===b&&(b=parseInt(d.getValue(d.getCellElement$java_lang_String("ThemeIndex"),"0")));l=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key=== b)return a.entries[d].value;return null}(l.getThemes(),b);a=a.getCellIntValue("VariationColorIndex",0);d.setThemeAndVariant(l,a);b=function(a){null==a.entries&&(a.entries=[]);return a.entries}(d.childShapes);for(p=0;p<b.length;p++)h=b[p].getValue(),h.setRootShape(d),null==h.theme&&h.setThemeAndVariant(l,a);d.quickStyleVals=new c.mxgraph.io.vsdx.theme.QuickStyleVals(parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleEffectsMatrix"),"0")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleFillColor"), "1")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleFillMatrix"),"0")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleFontColor"),"1")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleFontMatrix"),"0")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleLineColor"),"1")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleLineMatrix"),"0")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleShadowColor"), @@ -8890,8 +8959,8 @@ getValue:function(){return this.value}})})(b.arrowTypes_$LI$(),42,mxConstants.AR a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b){a.entries[d].value=c;return}a.entries.push({key:b,value:c,getKey:function(){return this.key},getValue:function(){return this.value}})})(b.arrowTypes_$LI$(),44,mxConstants.ARROW_OPEN);(function(a,b,c){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b){a.entries[d].value=c;return}a.entries.push({key:b, value:c,getKey:function(){return this.key},getValue:function(){return this.value}})})(b.arrowTypes_$LI$(),45,mxConstants.ARROW_OPEN)};b.__com_mxgraph_io_vsdx_VsdxShape_LOGGER_$LI$=function(){b.__static_initialize();null==b.__com_mxgraph_io_vsdx_VsdxShape_LOGGER&&(b.__com_mxgraph_io_vsdx_VsdxShape_LOGGER={});return b.__com_mxgraph_io_vsdx_VsdxShape_LOGGER};b.prototype.getShapeNode=function(a){var b;b=this.cellElements;b=b[a]?b[a]:null;return null==b&&null!=this.masterShape?this.masterShape.getCellElement$java_lang_String(a): b};b.prototype.getTextLabel=function(){var a;a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.HIDE_TEXT),"0");a="1".equals?"1".equals(a):"1"===a;if(a)return null;a=this.getTextChildren();null==a&&null!=this.masterShape&&(a=this.masterShape.getTextChildren());if(this.htmlLabels){if(null!=a)return this.styleMap[mxConstants.STYLE_VERTICAL_ALIGN]=this.getAlignVertical(),this.styleMap[mxConstants.STYLE_ALIGN]=this.getHorizontalAlign("0",!1),this.getHtmlTextContent(a)}else return a= -this.getText(),null==a&&null!=this.masterShape?this.masterShape.getText():a;return null};b.prototype.getIndex=function(a){a=a.getAttribute("IX")||"";return 0===a.length?"0":a};b.prototype.initLabels=function(a){this.paragraphs={};for(var b=null,f=null,h=null,l=0;l<a.length;l++){var m;m=a.item(l);switch(m.nodeName){case "cp":b=this.getIndex(m);break;case "tp":this.getIndex(m);break;case "pp":f=this.getIndex(m);break;case "fld":h=this.getIndex(m);break;case "#text":m=m.textContent;var y;y=this.paragraphs; -y=y[f]?y[f]:null;null==y?(y=new c.mxgraph.io.vsdx.Paragraph(m,b,f,h),this.paragraphs[f]=y):y.addText(m,b,h)}}};b.prototype.createHybridLabel=function(a){var b=function(a,b){return a[b]?a[b]:null}(this.paragraphs,a);this.styleMap[mxConstants.STYLE_ALIGN]=this.getHorizontalAlign(a,!1);this.styleMap[mxConstants.STYLE_SPACING_LEFT]=this.getIndentLeft(a);this.styleMap[mxConstants.STYLE_SPACING_RIGHT]=this.getIndentRight(a);this.styleMap[mxConstants.STYLE_SPACING_TOP]=this.getSpBefore(a);this.styleMap[mxConstants.STYLE_SPACING_BOTTOM]= +this.getText(),null==a&&null!=this.masterShape?this.masterShape.getText():a;return null};b.prototype.getIndex=function(a){a=a.getAttribute("IX")||"";return 0===a.length?"0":a};b.prototype.initLabels=function(a){this.paragraphs={};for(var b=null,g=null,f=null,h=0;h<a.length;h++){var l;l=a.item(h);switch(l.nodeName){case "cp":b=this.getIndex(l);break;case "tp":this.getIndex(l);break;case "pp":g=this.getIndex(l);break;case "fld":f=this.getIndex(l);break;case "#text":l=l.textContent;var m;m=this.paragraphs; +m=m[g]?m[g]:null;null==m?(m=new c.mxgraph.io.vsdx.Paragraph(l,b,g,f),this.paragraphs[g]=m):m.addText(l,b,f)}}};b.prototype.createHybridLabel=function(a){var b=function(a,b){return a[b]?a[b]:null}(this.paragraphs,a);this.styleMap[mxConstants.STYLE_ALIGN]=this.getHorizontalAlign(a,!1);this.styleMap[mxConstants.STYLE_SPACING_LEFT]=this.getIndentLeft(a);this.styleMap[mxConstants.STYLE_SPACING_RIGHT]=this.getIndentRight(a);this.styleMap[mxConstants.STYLE_SPACING_TOP]=this.getSpBefore(a);this.styleMap[mxConstants.STYLE_SPACING_BOTTOM]= this.getSpAfter(a);this.styleMap[mxConstants.STYLE_VERTICAL_ALIGN]=this.getAlignVertical();this.styleMap.fontColor=this.getTextColor(a);this.styleMap.fontSize=this.getTextSize(a);this.styleMap.fontFamily=this.getTextFont(a);var c=this.isBold(a)?mxConstants.FONT_BOLD:0,c=c|(this.isItalic(a)?mxConstants.FONT_ITALIC:0),c=c|(this.isUnderline(a)?mxConstants.FONT_UNDERLINE:0);this.styleMap.fontStyle=(new String(c)).toString();a=b.numValues();for(var c=null,f=0;f<a;f++){var h=b.getValue(f);if(0===h.length&& null!=this.fields){var l=b.getField(f);null!=l&&(h=function(a,b){return a[b]?a[b]:null}(this.fields,l),null==h&&null!=this.masterShape&&null!=this.masterShape.fields&&(h=function(a,b){return a[b]?a[b]:null}(this.masterShape.fields,l)))}null!=h&&(c=null==c?h:c+h)}return c};b.prototype.getHtmlTextContent=function(a){var b="",f=!0;if(null!=a&&0<a.length)for(var h=0;h<a.length;h++){var l=a.item(h);(function(a,b){return a&&a.equals?a.equals(b):a===b})(l.nodeName,"cp")?this.cp=this.getIndex(l):function(a, b){return a&&a.equals?a.equals(b):a===b}(l.nodeName,"tp")?this.tp=this.getIndex(l):function(a,b){return a&&a.equals?a.equals(b):a===b}(l.nodeName,"pp")?(this.pp=this.getIndex(l),f?f=!1:b+="</p>",b+=this.getTextParagraphFormated("<p>")):function(a,b){return a&&a.equals?a.equals(b):a===b}(l.nodeName,"fld")?(this.fld=this.getIndex(l),l=null,null!=this.fields&&(l=function(a,b){return a[b]?a[b]:null}(this.fields,this.fld)),null==l&&null!=this.masterShape&&null!=this.masterShape.fields&&(l=function(a,b){return a[b]? @@ -8899,7 +8968,7 @@ a[b]:null}(this.masterShape.fields,this.fld)),null!=l&&(b+=this.processLblTxt(l) "<br/>");return this.getTextCharFormated(a)};b.prototype.isConnectorBigNameU=function(a){return function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"60 degree single")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"45 degree single")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"45 degree double")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"60 degree double")||function(a,b,c){void 0===c&&(c=0);return a.substr(c, b.length)===b}(a,"45 degree tail")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"60 degree tail")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"45 degree tail")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"60 degree tail")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"Flexi-arrow 2")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"Flexi-arrow 1")||function(a,b,c){void 0=== c&&(c=0);return a.substr(c,b.length)===b}(a,"Flexi-arrow 3")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"Double flexi-arrow")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"Fancy arrow")};b.prototype.isVertex=function(){return this.vertex};b.prototype.getOriginPoint=function(a,b){var d=this.getPinX(),f=this.getPinY(),h=this.getLocPinY(),l=this.getLocPinX(),m=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.WIDTH), -0),q=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.HEIGHT),0),d=d-l,f=a-(f+(q-h));return!b||h===q/2&&l===m/2||0===this.rotation?new mxPoint(d,f):(l=m/2-l,h-=q/2,q=Math.cos((360-this.rotation)*Math.PI/180),m=Math.sin((360-this.rotation)*Math.PI/180),new mxPoint(d+l-(l*q-h*m),l*m+h*q+f-h))};b.prototype.getDimensions=function(){var a=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.WIDTH), +0),t=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.HEIGHT),0),d=d-l,f=a-(f+(t-h));return!b||h===t/2&&l===m/2||0===this.rotation?new mxPoint(d,f):(l=m/2-l,h-=t/2,t=Math.cos((360-this.rotation)*Math.PI/180),m=Math.sin((360-this.rotation)*Math.PI/180),new mxPoint(d+l-(l*t-h*m),l*m+h*t+f-h))};b.prototype.getDimensions=function(){var a=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.WIDTH), 0),b=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.HEIGHT),0);return new mxPoint(0===a&&0<b?1:a,0===b&&0<a?1:b)};b.prototype.getPinX=function(){return this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.PIN_X),0)};b.prototype.getPinY=function(){return this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.PIN_Y),0)};b.prototype.getLocPinX= function(){return this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.LOC_PIN_X),0)};b.prototype.getLocPinY=function(){return this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.LOC_PIN_Y),0)};b.prototype.getOpacity=function(a){this.isGroup();a=this.getValueAsDouble(this.getCellElement$java_lang_String(a),0);a=Math.max(100-100*a,0);return a=Math.min(a,100)};b.prototype.getGradient=function(){if(function(a, b){return a&&a.equals?a.equals(b):a===b}("1",this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.FILL_GRADIENT_ENABLED),"0"))){var a=function(a,b){return a[b]?a[b]:null}(this.sections,"FillGradient");if(null!=a){var b=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(a.elem,"Row"),a=this.getColor(a.getIndexedCell(b[b.length-1].getAttribute("IX"),"GradientStopColor"));if(null!=a&&0!==a.length)return a}}a="";b=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.FILL_PATTERN), @@ -8914,20 +8983,20 @@ c.mxgraph.io.vsdx.mxVsdxConstants.TRUE);b=Math.round(this.getTopSpacing())|0;0!= a);a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.FLIP_X),"0");b=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.FLIP_Y),"0");(function(a,b){return a&&a.equals?a.equals(b):a===b})("1",a)&&(this.styleMap[mxConstants.STYLE_FLIPH]="1");(function(a,b){return a&&a.equals?a.equals(b):a===b})("1",b)&&(this.styleMap[mxConstants.STYLE_FLIPV]="1");this.resolveCommonStyles();return this.styleMap};b.prototype.getDashPattern=function(){var a= null,b=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.LINE_PATTERN),"0");(b&&b.equals?b.equals("Themed"):"Themed"===b)?(b=this.getTheme(),null!=b&&(a=this.isVertex()?b.getLineDashPattern$com_mxgraph_io_vsdx_theme_QuickStyleVals(this.getQuickStyleVals()):b.getConnLineDashPattern(this.getQuickStyleVals()))):a=l.Style.getLineDashPattern(parseInt(b));if(null!=a&&0!=a.length){for(var b="",f=0;f<a.length;f++)b=b.concat(a[f].toFixed(2)+" ");return b.trim()}return null}; b.prototype.isDashed=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.LINE_PATTERN),"0");if(function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"Themed")){if(a=this.getTheme(),null!=a)return this.isVertex()?a.isLineDashed$com_mxgraph_io_vsdx_theme_QuickStyleVals(this.getQuickStyleVals()):a.isConnLineDashed(this.getQuickStyleVals())}else if(!function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"0")&&!function(a,b){return a&&a.equals?a.equals(b): -a===b}(a,"1"))return!0;return!1};b.prototype.getLineWidth=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.LINE_WEIGHT),"1"),b=1;try{var f;f=a&&a.equals?a.equals("Themed"):"Themed"===a;if(f){var h=this.getTheme();null!=h&&(b=(this.isVertex()?h.getLineWidth$com_mxgraph_io_vsdx_theme_QuickStyleVals(this.getQuickStyleVals()):h.getConnLineWidth(this.getQuickStyleVals()))/1E4)}else b=parseFloat(a),b=this.getScreenNumericalValue$double(b)}catch(D){}1> -b&&(b*=2);return b};b.prototype.getStartArrowSize=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.BEGIN_ARROW_SIZE),"4");try{var d=4,f;f=a&&a.equals?a.equals("Themed"):"Themed"===a;if(f){var h=this.getTheme();null!=h&&(d=this.isVertex()?h.getStartSize(this.getQuickStyleVals()):h.getConnStartSize(this.getQuickStyleVals()))}else d=parseFloat(a);return b.arrowSizes_$LI$()[d]}catch(D){}return 4};b.prototype.getFinalArrowSize=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.END_ARROW_SIZE), -"4");try{var d=4,f;f=a&&a.equals?a.equals("Themed"):"Themed"===a;if(f){var h=this.getTheme();null!=h&&(d=this.isVertex()?h.getEndSize(this.getQuickStyleVals()):h.getConnEndSize(this.getQuickStyleVals()))}else d=parseFloat(a);return b.arrowSizes_$LI$()[d]}catch(D){}return 4};b.prototype.isRounded=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.ROUNDING),"0"),b;b=a;b="Themed".equals?"Themed".equals(b):"Themed"===b;b&&(a="0");return 0<parseFloat(a)}; +a===b}(a,"1"))return!0;return!1};b.prototype.getLineWidth=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.LINE_WEIGHT),"1"),b=1;try{var f;f=a&&a.equals?a.equals("Themed"):"Themed"===a;if(f){var h=this.getTheme();null!=h&&(b=(this.isVertex()?h.getLineWidth$com_mxgraph_io_vsdx_theme_QuickStyleVals(this.getQuickStyleVals()):h.getConnLineWidth(this.getQuickStyleVals()))/1E4)}else b=parseFloat(a),b=this.getScreenNumericalValue$double(b)}catch(E){}1> +b&&(b*=2);return b};b.prototype.getStartArrowSize=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.BEGIN_ARROW_SIZE),"4");try{var d=4,f;f=a&&a.equals?a.equals("Themed"):"Themed"===a;if(f){var h=this.getTheme();null!=h&&(d=this.isVertex()?h.getStartSize(this.getQuickStyleVals()):h.getConnStartSize(this.getQuickStyleVals()))}else d=parseFloat(a);return b.arrowSizes_$LI$()[d]}catch(E){}return 4};b.prototype.getFinalArrowSize=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.END_ARROW_SIZE), +"4");try{var d=4,f;f=a&&a.equals?a.equals("Themed"):"Themed"===a;if(f){var h=this.getTheme();null!=h&&(d=this.isVertex()?h.getEndSize(this.getQuickStyleVals()):h.getConnEndSize(this.getQuickStyleVals()))}else d=parseFloat(a);return b.arrowSizes_$LI$()[d]}catch(E){}return 4};b.prototype.isRounded=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.ROUNDING),"0"),b;b=a;b="Themed".equals?"Themed".equals(b):"Themed"===b;b&&(a="0");return 0<parseFloat(a)}; b.prototype.isShadow=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.SHDW_PATTERN),"0");return function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"Themed")||function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"0")?!1:!0};b.prototype.getEdgeStyle$java_util_Map=function(a){var b={};(function(a,b){return a&&a.equals?a.equals(b):a===b})(function(a,b){return a[b]?a[b]:null}(a,mxConstants.STYLE_SHAPE),"mxgraph.lean_mapping.electronic_info_flow_edge")? b[mxConstants.STYLE_EDGE]=mxConstants.NONE:b[mxConstants.STYLE_EDGE]=mxConstants.EDGESTYLE_ELBOW;return b};b.prototype.getEdgeStyle=function(a){if(null!=a&&a instanceof Object||null===a)return this.getEdgeStyle$java_util_Map(a);if(void 0===a)return this.getEdgeStyle$();throw Error("invalid overload");};b.prototype.getMasterId=function(){return this.shape.hasAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.MASTER)?this.shape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.MASTER):null};b.prototype.getShapeMasterId= function(){return this.shape.hasAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.MASTER_SHAPE)?this.shape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.MASTER_SHAPE):null};b.prototype.isGroup=function(){var a;a=(a=this.shape.getAttribute("Type"))&&a.equals?a.equals("Group"):"Group"===a;return a};b.getType=function(a){return a.getAttribute("Type")};b.prototype.getMaster=function(){return this.master};b.prototype.getNameU=function(){var a=this.shape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.NAME_U)|| "",b;(b=null==a)||(b=(b=a)&&b.equals?b.equals(""):""===b);b&&null!=this.masterShape&&(a=this.masterShape.getNameU());return a};b.prototype.getName=function(){var a=this.shape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.NAME),b;(b=null==a)||(b=(b=a)&&b.equals?b.equals(""):""===b);b&&null!=this.masterShape&&(a=this.masterShape.getName());return a};b.prototype.getMasterName=function(){return this.shapeName};b.prototype.setLabelOffset=function(a,b){var d="",f="";this.shape.hasAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.NAME_U)&& (d=this.shape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.NAME_U));null!=this.getMaster()&&null!=this.getMaster().getMasterElement()&&this.getMaster().getMasterElement().hasAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.NAME_U)&&(f=this.getMaster().getMasterElement().getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.NAME_U));if(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(d,"Organizational unit")||function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(f,"Organizational unit")){var h= this.shape.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.CONTROL).item(0),d=null,d="0.0",f=null,f="-0.4";null!=h&&(d=h.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.X).item(0),d=d.hasAttribute("F")?d.getAttribute("F"):d.textContent,f=h.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.Y).item(0),f=f.hasAttribute("F")?f.getAttribute("F"):f.textContent);h=a.getGeometry();d=d.split("Width/2+").join("");d=d.split("DL").join("");f=f.split("Height*").join("");(function(a,b){return a&& -a.equals?a.equals(b):a===b})(d,"Inh")&&(d="0.0");(function(a,b){return a&&a.equals?a.equals(b):a===b})(f,"Inh")&&(f="-0.4");-1!=f.indexOf("txtHeight")&&(f="-0.4");for(var l=b.split(";"),m="",q=0;q<l.length;q++){var z=l[q],z=z.trim();(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b})(z,"tabHeight=")&&(m=z.split("tabHeight=").join(""))}(function(a,b){return a&&a.equals?a.equals(b):a===b})(m,"")&&(m="20");l=parseFloat(m);d=parseFloat(d);f=parseFloat(f);m=h.height;d=.1*h.width+100*d; +a.equals?a.equals(b):a===b})(d,"Inh")&&(d="0.0");(function(a,b){return a&&a.equals?a.equals(b):a===b})(f,"Inh")&&(f="-0.4");-1!=f.indexOf("txtHeight")&&(f="-0.4");for(var l=b.split(";"),m="",t=0;t<l.length;t++){var w=l[t],w=w.trim();(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b})(w,"tabHeight=")&&(m=w.split("tabHeight=").join(""))}(function(a,b){return a&&a.equals?a.equals(b):a===b})(m,"")&&(m="20");l=parseFloat(m);d=parseFloat(d);f=parseFloat(f);m=h.height;d=.1*h.width+100*d; d=new mxPoint(d,m-m*f-l/2);a.getGeometry().offset=d}else if(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(d,"Domain 3D")||function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(f,"Domain 3D")){h=this.shape.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.CONTROL).item(0);d=null;d="0.0";f=null;f="-0.4";null!=h&&(d=h.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.X).item(0),d=d.getAttribute("F"),f=h.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.Y).item(0), f=f.getAttribute("F"));h=a.getGeometry();d=d.split("Width/2+").join("");d=d.split("DL").join("");f=f.split("Height*").join("");if(function(a,b){return a&&a.equals?a.equals(b):a===b}(d,"Inh")||function(a,b){return a&&a.equals?a.equals(b):a===b}(d,""))d="0.0";if(function(a,b){return a&&a.equals?a.equals(b):a===b}(f,"Inh")||function(a,b){return a&&a.equals?a.equals(b):a===b}(f,""))f="-0.4";-1!=f.indexOf("txtHeight")&&(f="-0.4");d=parseFloat(d);f=parseFloat(f);m=h.height;d=.1*h.width+100*d;d=new mxPoint(d, m-m*f);a.getGeometry().offset=d}};b.prototype.getForm=function(){var a={};if(this.isVertex())try{var d=b.getType(this.getShape());this.styleDebug("shape type = "+d);if(null!=this.imageData||function(a,b){return a&&a.equals?a.equals(b):a===b}(c.mxgraph.io.vsdx.mxVsdxConstants.FOREIGN,d)&&null!=this.masterShape&&null!=this.masterShape.imageData){var f=null!=this.imageData?this.imageData:this.masterShape.imageData;a.shape="image";a.aspect="fixed";var h=function(a,b){return a[b]?a[b]:null}(f,"iType"), -l=function(a,b){return a[b]?a[b]:null}(f,"iData");a.image="data:image/"+h+","+l;return a}var m=this.parseGeom();if(function(a,b){return a&&a.equals?a.equals(b):a===b}(m,""))return this.styleDebug("No geom found"),a;var y=Graph.prototype.compress(m);a[mxConstants.STYLE_SHAPE]="stencil("+y+")"}catch(q){console.error(q.message,q)}else return this.getEdgeStyle();return a};b.prototype.isOff_page_reference=function(){var a=this.getNameU();return function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"Off-page reference")|| +l=function(a,b){return a[b]?a[b]:null}(f,"iData");a.image="data:image/"+h+","+l;return a}var m=this.parseGeom();if(function(a,b){return a&&a.equals?a.equals(b):a===b}(m,""))return this.styleDebug("No geom found"),a;var y=Graph.prototype.compress(m);a[mxConstants.STYLE_SHAPE]="stencil("+y+")"}catch(t){console.error(t.message,t)}else return this.getEdgeStyle();return a};b.prototype.isOff_page_reference=function(){var a=this.getNameU();return function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"Off-page reference")|| function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"Lined/Shaded process")?!0:!1};b.prototype.isExternal_process=function(){var a;a=(a=this.shapeName)&&a.equals?a.equals("External process"):"External process"===a;return a};b.prototype.getDirection=function(a){a=mxResources.get("mxOffset"+this.shapeName);if(null!=a&&!function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"0")&&!function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"")){if(function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"1"))return mxConstants.DIRECTION_SOUTH; if(function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"2"))return mxConstants.DIRECTION_WEST;if(function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"3"))return mxConstants.DIRECTION_NORTH}return mxConstants.DIRECTION_EAST};b.prototype.isSubproces=function(){var a;a=(a=this.shapeName)&&a.equals?a.equals("Subproces"):"Subproces"===a;return a};b.prototype.getEdgeStyle$=function(){return{edgeStyle:"none"}};b.prototype.getChildShapes=function(){return this.childShapes};b.prototype.setChildShapes= function(a){this.childShapes=a};b.prototype.isDisplacedLabel=function(){var a=this.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_X,"F",""),b=this.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_Y,"F",""),f=this.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_WIDTH,"F",""),h=this.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_HEIGHT,"F","");if(null!=this.masterShape){if(""===a||function(a,b){return a&&a.equals?a.equals(b):a===b}(a.toLowerCase(),"inh"))a=this.masterShape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_X, @@ -8937,40 +9006,40 @@ b}(b.toLowerCase(),"height*")&&function(a,b,d){void 0===d&&(d=0);return a.substr "V","");null!=this.masterShape&&function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"")&&(a=this.masterShape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_ANGLE,"V",""));return function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"0")||function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"0.0")||function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"")?!1:!0};b.prototype.setRootShape=function(a){this.rootShape=a};b.prototype.getRootShape=function(){return this.rootShape};b.prototype.getStartXY= function(a){var b=Math.floor(Math.round(100*this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.BEGIN_X),0))/100);a=Math.floor(Math.round(100*(a-this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.BEGIN_Y),0)))/100);return new mxPoint(b,a)};b.prototype.getEndXY=function(a){var b=Math.floor(Math.round(100*this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.END_X), 0))/100);a=Math.floor(Math.round(100*(a-this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.END_Y),0)))/100);return new mxPoint(b,a)};b.prototype.getRoutingPoints=function(a,b,c){return null!=this.geomList?this.geomList.getRoutingPoints(a,b,c):null};b.prototype.getControlPoints=function(a){var b=this.getStartXY(a);a=this.getEndXY(a);var f=[];if(null!=this.shape){var h=this.shape.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.GEOM); -if(0<h.length&&(h=h.item(0).getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.NURBS_TO).item(0).getElementsByTagName("E").item(0),null!=h)){for(var h=h.getAttribute("F"),h=h.replace(RegExp("NURBS\\(","g"),""),h=h.replace(RegExp("\\)","g"),""),h=h.replace(RegExp(",","g")," "),h=h.replace(RegExp("\\s\\s","g")," "),h=h.split(" "),l=h.length,m=[];0<l--;)m.push(0);for(l=0;l<h.length;l++)m[l]=parseFloat(h[l]);for(l=2;l+4<h.length;l+=4){var y=new mxPoint,q=m[l+3];y.x=Math.floor(Math.round(100*(b.x+ -Math.min(100,Math.abs(a.x-b.x))*m[l+2]))/100);y.y=Math.floor(Math.round(100*(b.y-100*q))/100);0<f.push(y)}return f}}return null};b.prototype.getStyleFromEdgeShape=function(a){this.styleMap[c.mxgraph.io.vsdx.mxVsdxConstants.VSDX_ID]=this.getId().toString();a=this.getForm();if(null!=a&&!function(a,b){return a&&a.equals?a.equals(b):a===b}(a,""))for(var d in a)this.styleMap[d]=a[d];this.isDashed()&&(this.styleMap[mxConstants.STYLE_DASHED]="1",d=this.getDashPattern(),null!=d&&(this.styleMap[mxConstants.STYLE_DASH_PATTERN]= +if(0<h.length&&(h=h.item(0).getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.NURBS_TO).item(0).getElementsByTagName("E").item(0),null!=h)){for(var h=h.getAttribute("F"),h=h.replace(RegExp("NURBS\\(","g"),""),h=h.replace(RegExp("\\)","g"),""),h=h.replace(RegExp(",","g")," "),h=h.replace(RegExp("\\s\\s","g")," "),h=h.split(" "),l=h.length,m=[];0<l--;)m.push(0);for(l=0;l<h.length;l++)m[l]=parseFloat(h[l]);for(l=2;l+4<h.length;l+=4){var y=new mxPoint,t=m[l+3];y.x=Math.floor(Math.round(100*(b.x+ +Math.min(100,Math.abs(a.x-b.x))*m[l+2]))/100);y.y=Math.floor(Math.round(100*(b.y-100*t))/100);0<f.push(y)}return f}}return null};b.prototype.getStyleFromEdgeShape=function(a){this.styleMap[c.mxgraph.io.vsdx.mxVsdxConstants.VSDX_ID]=this.getId().toString();a=this.getForm();if(null!=a&&!function(a,b){return a&&a.equals?a.equals(b):a===b}(a,""))for(var d in a)this.styleMap[d]=a[d];this.isDashed()&&(this.styleMap[mxConstants.STYLE_DASHED]="1",d=this.getDashPattern(),null!=d&&(this.styleMap[mxConstants.STYLE_DASH_PATTERN]= d));d=this.getEdgeMarker(!0);null!=d&&(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(d,b.ARROW_NO_FILL_MARKER)&&(d=d.substring(b.ARROW_NO_FILL_MARKER.length),this.styleMap[mxConstants.STYLE_STARTFILL]="0"),this.styleMap[mxConstants.STYLE_STARTARROW]=d);d=this.getEdgeMarker(!1);null!=d&&(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(d,b.ARROW_NO_FILL_MARKER)&&(d=d.substring(b.ARROW_NO_FILL_MARKER.length),this.styleMap[mxConstants.STYLE_ENDFILL]="0"),this.styleMap[mxConstants.STYLE_ENDARROW]= d);d=Math.round(this.getStartArrowSize())|0;6!==d&&(this.styleMap[mxConstants.STYLE_STARTSIZE]=""+d);d=Math.round(this.getFinalArrowSize())|0;6!==d&&(this.styleMap[mxConstants.STYLE_ENDSIZE]=""+d);d=Math.round(this.getLineWidth())|0;1!==d&&(this.styleMap[mxConstants.STYLE_STROKEWIDTH]=""+d);d=this.getStrokeColor();(function(a,b){return a&&a.equals?a.equals(b):a===b})(d,"")||(this.styleMap[mxConstants.STYLE_STROKECOLOR]=d);this.isShadow()&&(this.styleMap[mxConstants.STYLE_SHADOW]=c.mxgraph.io.vsdx.mxVsdxConstants.TRUE); this.isConnectorBigNameU(this.getNameU())&&(this.styleMap[mxConstants.STYLE_SHAPE]=mxConstants.SHAPE_ARROW,d=this.getFillColor(),function(a,b){return a&&a.equals?a.equals(b):a===b}(d,"")||(this.styleMap[mxConstants.STYLE_FILLCOLOR]=d));d=Math.round(this.getTopSpacing())|0;this.styleMap[mxConstants.STYLE_SPACING_TOP]=""+d;d=Math.round(this.getBottomSpacing())|0;this.styleMap[mxConstants.STYLE_SPACING_BOTTOM]=""+d;d=Math.round(this.getLeftSpacing())|0;this.styleMap[mxConstants.STYLE_SPACING_LEFT]=""+ d;d=Math.round(this.getRightSpacing())|0;this.styleMap[mxConstants.STYLE_SPACING_RIGHT]=""+d;d=this.getAlignVertical();this.styleMap[mxConstants.STYLE_VERTICAL_ALIGN]=d;this.styleMap.html="1";this.resolveCommonStyles();return this.styleMap};b.prototype.resolveCommonStyles=function(){var a=this.getTextBkgndColor(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.TEXT_BKGND)),b;b=a&&a.equals?a.equals(""):""===a;b||(this.styleMap[mxConstants.STYLE_LABEL_BACKGROUNDCOLOR]=a);this.styleMap[mxConstants.STYLE_ROUNDED]= this.isRounded()?c.mxgraph.io.vsdx.mxVsdxConstants.TRUE:c.mxgraph.io.vsdx.mxVsdxConstants.FALSE;return this.styleMap};b.prototype.getEdgeMarker=function(a){var d=this.getValue(this.getCellElement$java_lang_String(a?c.mxgraph.io.vsdx.mxVsdxConstants.BEGIN_ARROW:c.mxgraph.io.vsdx.mxVsdxConstants.END_ARROW),"0"),f=0;try{if(function(a,b){return a&&a.equals?a.equals(b):a===b}(d,"Themed")){var h=this.getTheme();null!=h&&(f=this.isVertex()?h.getEdgeMarker(a,this.getQuickStyleVals()):h.getConnEdgeMarker(a, -this.getQuickStyleVals()))}else f=parseInt(d)}catch(D){}a=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(b.arrowTypes_$LI$(),f);0<f&&null==a&&(a=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(b.arrowTypes_$LI$(), +this.getQuickStyleVals()))}else f=parseInt(d)}catch(E){}a=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(b.arrowTypes_$LI$(),f);0<f&&null==a&&(a=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(b.arrowTypes_$LI$(), 1));return a};b.prototype.getCellElement$java_lang_String=function(a){var b=f.prototype.getCellElement$java_lang_String.call(this,a);return null==b&&null!=this.masterShape?this.masterShape.getCellElement$java_lang_String(a):b};b.prototype.getCellElement$java_lang_String$java_lang_String$java_lang_String=function(a,b,c){var d=f.prototype.getCellElement$java_lang_String$java_lang_String$java_lang_String.call(this,a,b,c);return null==d&&null!=this.masterShape?this.masterShape.getCellElement$java_lang_String$java_lang_String$java_lang_String(a, b,c):d};b.prototype.getCellElement=function(a,b,c){if("string"!==typeof a&&null!==a||"string"!==typeof b&&null!==b||"string"!==typeof c&&null!==c){if("string"!==typeof a&&null!==a||void 0!==b||void 0!==c)throw Error("invalid overload");return this.getCellElement$java_lang_String(a)}return this.getCellElement$java_lang_String$java_lang_String$java_lang_String(a,b,c)};b.prototype.createLabelSubShape=function(a,b){var d=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_WIDTH), this.getWidth()),f=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_HEIGHT),this.getHeight()),h=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_LOC_PIN_X),d/2),l=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_LOC_PIN_Y),f/2),m=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_X), -h),q=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_Y),l),w=this.getValueAsDouble(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_ANGLE),0),aa=this.getTextLabel();if(null!=aa&&0!==aa.length){var P=mxUtils.clone(this.getStyleMap())||{};P[mxConstants.STYLE_FILLCOLOR]=mxConstants.NONE;P[mxConstants.STYLE_STROKECOLOR]=mxConstants.NONE;P[mxConstants.STYLE_GRADIENTCOLOR]=mxConstants.NONE;P.hasOwnProperty("align")||(P.align="center"); -P.hasOwnProperty("verticalAlign")||(P.verticalAlign="middle");P.hasOwnProperty("whiteSpace")||(P.whiteSpace="wrap");delete P.shape;delete P.image;var E=this.getRotation();0!==w&&(w=360-180*w/Math.PI,w=Math.round((w+E)%360*100)/100,0!==w&&(P.rotation=""+w));P="text;"+c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(P,"=");l=b.getGeometry().height-(q+f-l);h=m-h;0<E&&(m=new mxGeometry(h,l,d,f),h=b.getGeometry(),c.mxgraph.online.Utils.rotatedGeometry(m,E,h.width/2,h.height/2),h=m.x,l=m.y);return a.insertVertex(b, -null,aa,Math.round(100*h)/100,Math.round(100*l)/100,Math.round(100*d)/100,Math.round(100*f)/100,P+";html=1;")}return null};b.prototype.getLblEdgeOffset=function(a,b){if(null!=b&&1<b.length){var d=new mxCellState;d.absolutePoints=b;a.updateEdgeBounds(d);var d=a.getPoint(d),f=b[0],h=b[b.length-1],l=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_WIDTH),this.getWidth()),m=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_HEIGHT), -this.getHeight()),q=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_LOC_PIN_X),0),w=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_LOC_PIN_Y),0),aa=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_X),0),P=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_Y), -0),h=(this.getHeight()-(f.y-h.y))/2+f.y-d.y-(P-w+m/2),d=aa-q+l/2+(f.x-d.x);return 1E11<Math.abs(d)?null:new mxPoint(Math.floor(Math.round(100*d)/100),Math.floor(Math.round(100*h)/100))}return null};b.prototype.getShapeIndex=function(){return this.shapeIndex};b.prototype.setShapeIndex=function(a){this.shapeIndex=a};return b}(c.mxgraph.io.vsdx.Shape);h.__static_initialized=!1;h.ARROW_NO_FILL_MARKER="0";h.maxDp=2;h.USE_SHAPE_MATCH=!1;h.stencilTemplate='<shape h="htemplate" w="wtemplate" aspect="variable" strokewidth="inherit"><connections></connections><background></background><foreground></foreground></shape>'; +h),t=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_Y),l),w=this.getValueAsDouble(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_ANGLE),0),Y=this.getTextLabel();if(null!=Y&&0!==Y.length){var G=mxUtils.clone(this.getStyleMap())||{};G[mxConstants.STYLE_FILLCOLOR]=mxConstants.NONE;G[mxConstants.STYLE_STROKECOLOR]=mxConstants.NONE;G[mxConstants.STYLE_GRADIENTCOLOR]=mxConstants.NONE;G.hasOwnProperty("align")||(G.align="center"); +G.hasOwnProperty("verticalAlign")||(G.verticalAlign="middle");G.hasOwnProperty("whiteSpace")||(G.whiteSpace="wrap");delete G.shape;delete G.image;var D=this.getRotation();0!==w&&(w=360-180*w/Math.PI,w=Math.round((w+D)%360*100)/100,0!==w&&(G.rotation=""+w));G="text;"+c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(G,"=");l=b.getGeometry().height-(t+f-l);h=m-h;0<D&&(m=new mxGeometry(h,l,d,f),h=b.getGeometry(),c.mxgraph.online.Utils.rotatedGeometry(m,D,h.width/2,h.height/2),h=m.x,l=m.y);return a.insertVertex(b, +null,Y,Math.round(100*h)/100,Math.round(100*l)/100,Math.round(100*d)/100,Math.round(100*f)/100,G+";html=1;")}return null};b.prototype.getLblEdgeOffset=function(a,b){if(null!=b&&1<b.length){var d=new mxCellState;d.absolutePoints=b;a.updateEdgeBounds(d);var d=a.getPoint(d),f=b[0],h=b[b.length-1],l=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_WIDTH),this.getWidth()),m=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_HEIGHT), +this.getHeight()),t=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_LOC_PIN_X),0),w=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_LOC_PIN_Y),0),Y=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_X),0),G=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_Y), +0),h=(this.getHeight()-(f.y-h.y))/2+f.y-d.y-(G-w+m/2),d=Y-t+l/2+(f.x-d.x);return 1E11<Math.abs(d)?null:new mxPoint(Math.floor(Math.round(100*d)/100),Math.floor(Math.round(100*h)/100))}return null};b.prototype.getShapeIndex=function(){return this.shapeIndex};b.prototype.setShapeIndex=function(a){this.shapeIndex=a};return b}(c.mxgraph.io.vsdx.Shape);h.__static_initialized=!1;h.ARROW_NO_FILL_MARKER="0";h.maxDp=2;h.USE_SHAPE_MATCH=!1;h.stencilTemplate='<shape h="htemplate" w="wtemplate" aspect="variable" strokewidth="inherit"><connections></connections><background></background><foreground></foreground></shape>'; l.VsdxShape=h;h.__class="com.mxgraph.io.vsdx.VsdxShape"})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){var l=function(){function h(){}h.__static_initialize=function(){h.__static_initialized||(h.__static_initialized=!0,h.__static_initializer_0())};h.CA_$LI$=function(){h.__static_initialize();null==h.CA&&(h.CA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""));return h.CA};h.IA_$LI$=function(){h.__static_initialize();if(null==h.IA){for(var c=256,b=[];0<c--;)b.push(0);h.IA=b}return h.IA};h.__static_initializer_0=function(){for(var c=h.IA_$LI$(), -b=0;b<c.length;b++)c[b]=-1;c=0;for(b=h.CA_$LI$().length;c<b;c++)h.IA_$LI$()[h.CA_$LI$()[c].charCodeAt(0)]=c;h.IA_$LI$()[61]=0};h.encodeToChar=function(c,b,a){var d=null!=c?c.length-b:0;if(0===d)return[];for(var f=3*(d/3|0),l=((d-1)/3|0)+1<<2,l=l+(a?((l-1)/76|0)<<1:0),m=Array(l),w=b,y=0,q=0;w<f+b;){var z=(c[w++]&255)<<16|(c[w++]&255)<<8|c[w++]&255;m[y++]=h.CA_$LI$()[z>>>18&63];m[y++]=h.CA_$LI$()[z>>>12&63];m[y++]=h.CA_$LI$()[z>>>6&63];m[y++]=h.CA_$LI$()[z&63];a&&19===++q&&y<l-2&&(m[y++]="\r",m[y++]= -"\n",q=0)}a=d-f;0<a&&(z=(c[f+b]&255)<<10|(2===a?(c[d+b-1]&255)<<2:0),m[l-4]=h.CA_$LI$()[z>>12],m[l-3]=h.CA_$LI$()[z>>>6&63],m[l-2]=2===a?h.CA_$LI$()[z&63]:"=",m[l-1]="=");return m};h.decode$char_A=function(c){var b=null!=c?c.length:0;if(0===b)return[];for(var a=0,d=0;d<b;d++)0>h.IA_$LI$()[c[d].charCodeAt(0)]&&a++;if(0!==(b-a)%4)return null;for(var f=0,d=b;1<d&&0>=h.IA_$LI$()[c[--d].charCodeAt(0)];)61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c[d])&&f++;for(var b=(6*(b-a)>>3)-f,a=function(a){for(var b= +b=0;b<c.length;b++)c[b]=-1;c=0;for(b=h.CA_$LI$().length;c<b;c++)h.IA_$LI$()[h.CA_$LI$()[c].charCodeAt(0)]=c;h.IA_$LI$()[61]=0};h.encodeToChar=function(c,b,a){var d=null!=c?c.length-b:0;if(0===d)return[];for(var f=3*(d/3|0),l=((d-1)/3|0)+1<<2,l=l+(a?((l-1)/76|0)<<1:0),m=Array(l),w=b,y=0,t=0;w<f+b;){var A=(c[w++]&255)<<16|(c[w++]&255)<<8|c[w++]&255;m[y++]=h.CA_$LI$()[A>>>18&63];m[y++]=h.CA_$LI$()[A>>>12&63];m[y++]=h.CA_$LI$()[A>>>6&63];m[y++]=h.CA_$LI$()[A&63];a&&19===++t&&y<l-2&&(m[y++]="\r",m[y++]= +"\n",t=0)}a=d-f;0<a&&(A=(c[f+b]&255)<<10|(2===a?(c[d+b-1]&255)<<2:0),m[l-4]=h.CA_$LI$()[A>>12],m[l-3]=h.CA_$LI$()[A>>>6&63],m[l-2]=2===a?h.CA_$LI$()[A&63]:"=",m[l-1]="=");return m};h.decode$char_A=function(c){var b=null!=c?c.length:0;if(0===b)return[];for(var a=0,d=0;d<b;d++)0>h.IA_$LI$()[c[d].charCodeAt(0)]&&a++;if(0!==(b-a)%4)return null;for(var f=0,d=b;1<d&&0>=h.IA_$LI$()[c[--d].charCodeAt(0)];)61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c[d])&&f++;for(var b=(6*(b-a)>>3)-f,a=function(a){for(var b= [];0<a--;)b.push(0);return b}(b),l=f=0;l<b;){for(var m=d=0;4>m;m++){var w=h.IA_$LI$()[c[f++].charCodeAt(0)];0<=w?d|=w<<18-6*m:m--}a[l++]=d>>16|0;l<b&&(a[l++]=d>>8|0,l<b&&(a[l++]=d|0))}return a};h.decode=function(f){if(null!=f&&f instanceof Array&&(0==f.length||null==f[0]||"string"===typeof f[0])||null===f)return c.mxgraph.online.mxBase64.decode$char_A(f);if(null!=f&&f instanceof Array&&(0==f.length||null==f[0]||"number"===typeof f[0])||null===f)return c.mxgraph.online.mxBase64.decode$byte_A(f);if("string"=== typeof f||null===f)return c.mxgraph.online.mxBase64.decode$java_lang_String(f);throw Error("invalid overload");};h.decodeFast$char_A=function(c){var b=c.length;if(0===b)return[];for(var a=0,d=b-1;a<d&&0>h.IA_$LI$()[c[a].charCodeAt(0)];)a++;for(;0<d&&0>h.IA_$LI$()[c[d].charCodeAt(0)];)d--;for(var f=61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c[d])?61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c[d-1])?2:1:0,l=d-a+1,m=76<b?(13==function(a){return null==a.charCodeAt?a: -a.charCodeAt(0)}(c[76])?l/78|0:0)<<1:0,l=(6*(l-m)>>3)-f,b=function(a){for(var b=[];0<a--;)b.push(0);return b}(l),w=0,y=0,q=3*(l/3|0);w<q;){var z=h.IA_$LI$()[c[a++].charCodeAt(0)]<<18|h.IA_$LI$()[c[a++].charCodeAt(0)]<<12|h.IA_$LI$()[c[a++].charCodeAt(0)]<<6|h.IA_$LI$()[c[a++].charCodeAt(0)];b[w++]=z>>16|0;b[w++]=z>>8|0;b[w++]=z|0;0<m&&19===++y&&(a+=2,y=0)}if(w<l){for(m=z=0;a<=d-f;m++)z|=h.IA_$LI$()[c[a++].charCodeAt(0)]<<18-6*m;for(c=16;w<l;c-=8)b[w++]=z>>c|0}return b};h.decodeFast=function(f){if(null!= +a.charCodeAt(0)}(c[76])?l/78|0:0)<<1:0,l=(6*(l-m)>>3)-f,b=function(a){for(var b=[];0<a--;)b.push(0);return b}(l),w=0,y=0,t=3*(l/3|0);w<t;){var A=h.IA_$LI$()[c[a++].charCodeAt(0)]<<18|h.IA_$LI$()[c[a++].charCodeAt(0)]<<12|h.IA_$LI$()[c[a++].charCodeAt(0)]<<6|h.IA_$LI$()[c[a++].charCodeAt(0)];b[w++]=A>>16|0;b[w++]=A>>8|0;b[w++]=A|0;0<m&&19===++y&&(a+=2,y=0)}if(w<l){for(m=A=0;a<=d-f;m++)A|=h.IA_$LI$()[c[a++].charCodeAt(0)]<<18-6*m;for(c=16;w<l;c-=8)b[w++]=A>>c|0}return b};h.decodeFast=function(f){if(null!= f&&f instanceof Array&&(0==f.length||null==f[0]||"string"===typeof f[0])||null===f)return c.mxgraph.online.mxBase64.decodeFast$char_A(f);if(null!=f&&f instanceof Array&&(0==f.length||null==f[0]||"number"===typeof f[0])||null===f)return c.mxgraph.online.mxBase64.decodeFast$byte_A(f);if("string"===typeof f||null===f)return c.mxgraph.online.mxBase64.decodeFast$java_lang_String(f);throw Error("invalid overload");};h.encodeToByte=function(c,b){var a=null!=c?c.length:0;if(0===a)return[];for(var d=3*(a/ -3|0),f=((a-1)/3|0)+1<<2,l=f+=b?((f-1)/76|0)<<1:0,m=[];0<l--;)m.push(0);for(var w=0,y=0,q=0;w<d;)l=(c[w++]&255)<<16|(c[w++]&255)<<8|c[w++]&255,m[y++]=h.CA_$LI$()[l>>>18&63].charCodeAt(0),m[y++]=h.CA_$LI$()[l>>>12&63].charCodeAt(0),m[y++]=h.CA_$LI$()[l>>>6&63].charCodeAt(0),m[y++]=h.CA_$LI$()[l&63].charCodeAt(0),b&&19===++q&&y<f-2&&(m[y++]=13,m[y++]=10,q=0);w=a-d;0<w&&(l=(c[d]&255)<<10|(2===w?(c[a-1]&255)<<2:0),m[f-4]=h.CA_$LI$()[l>>12].charCodeAt(0),m[f-3]=h.CA_$LI$()[l>>>6&63].charCodeAt(0),m[f-2]= +3|0),f=((a-1)/3|0)+1<<2,l=f+=b?((f-1)/76|0)<<1:0,m=[];0<l--;)m.push(0);for(var w=0,y=0,t=0;w<d;)l=(c[w++]&255)<<16|(c[w++]&255)<<8|c[w++]&255,m[y++]=h.CA_$LI$()[l>>>18&63].charCodeAt(0),m[y++]=h.CA_$LI$()[l>>>12&63].charCodeAt(0),m[y++]=h.CA_$LI$()[l>>>6&63].charCodeAt(0),m[y++]=h.CA_$LI$()[l&63].charCodeAt(0),b&&19===++t&&y<f-2&&(m[y++]=13,m[y++]=10,t=0);w=a-d;0<w&&(l=(c[d]&255)<<10|(2===w?(c[a-1]&255)<<2:0),m[f-4]=h.CA_$LI$()[l>>12].charCodeAt(0),m[f-3]=h.CA_$LI$()[l>>>6&63].charCodeAt(0),m[f-2]= 2===w?h.CA_$LI$()[l&63].charCodeAt(0):61,m[f-1]=61);return m};h.decode$byte_A=function(c){for(var b=c.length,a=0,d=0;d<b;d++)0>h.IA_$LI$()[c[d]&255]&&a++;if(0!==(b-a)%4)return null;for(var f=0,d=b;1<d&&0>=h.IA_$LI$()[c[--d]&255];)61==c[d]&&f++;d=b=(6*(b-a)>>3)-f;for(a=[];0<d--;)a.push(0);for(var l=f=0;l<b;){for(var m=d=0;4>m;m++){var w=h.IA_$LI$()[c[f++]&255];0<=w?d|=w<<18-6*m:m--}a[l++]=d>>16|0;l<b&&(a[l++]=d>>8|0,l<b&&(a[l++]=d|0))}return a};h.decodeFast$byte_A=function(c){var b=c.length;if(0=== -b)return[];for(var a=0,d=b-1;a<d&&0>h.IA_$LI$()[c[a]&255];)a++;for(;0<d&&0>h.IA_$LI$()[c[d]&255];)d--;for(var f=61==c[d]?61==c[d-1]?2:1:0,l=d-a+1,m=76<b?(13==c[76]?l/78|0:0)<<1:0,w=l=(6*(l-m)>>3)-f,b=[];0<w--;)b.push(0);for(var y=w=0,q=3*(l/3|0);w<q;){var z=h.IA_$LI$()[c[a++]]<<18|h.IA_$LI$()[c[a++]]<<12|h.IA_$LI$()[c[a++]]<<6|h.IA_$LI$()[c[a++]];b[w++]=z>>16|0;b[w++]=z>>8|0;b[w++]=z|0;0<m&&19===++y&&(a+=2,y=0)}if(w<l){for(m=z=0;a<=d-f;m++)z|=h.IA_$LI$()[c[a++]]<<18-6*m;for(c=16;w<l;c-=8)b[w++]=z>> +b)return[];for(var a=0,d=b-1;a<d&&0>h.IA_$LI$()[c[a]&255];)a++;for(;0<d&&0>h.IA_$LI$()[c[d]&255];)d--;for(var f=61==c[d]?61==c[d-1]?2:1:0,l=d-a+1,m=76<b?(13==c[76]?l/78|0:0)<<1:0,w=l=(6*(l-m)>>3)-f,b=[];0<w--;)b.push(0);for(var y=w=0,t=3*(l/3|0);w<t;){var A=h.IA_$LI$()[c[a++]]<<18|h.IA_$LI$()[c[a++]]<<12|h.IA_$LI$()[c[a++]]<<6|h.IA_$LI$()[c[a++]];b[w++]=A>>16|0;b[w++]=A>>8|0;b[w++]=A|0;0<m&&19===++y&&(a+=2,y=0)}if(w<l){for(m=A=0;a<=d-f;m++)A|=h.IA_$LI$()[c[a++]]<<18-6*m;for(c=16;w<l;c-=8)b[w++]=A>> c|0}return b};h.encodeToString=function(c,b,a){return h.encodeToChar(c,b,a).join("")};h.decode$java_lang_String=function(c){var b=null!=c?c.length:0;if(0===b)return[];for(var a=0,d=0;d<b;d++)0>h.IA_$LI$()[c.charAt(d).charCodeAt(0)]&&a++;if(0!==(b-a)%4)return null;for(var f=0,d=b;1<d&&0>=h.IA_$LI$()[c.charAt(--d).charCodeAt(0)];)61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(d))&&f++;for(var b=(6*(b-a)>>3)-f,a=function(a){for(var b=[];0<a--;)b.push(0);return b}(b),l=f=0;l<b;){for(var m= d=0;4>m;m++){var w=h.IA_$LI$()[c.charAt(f++).charCodeAt(0)];0<=w?d|=w<<18-6*m:m--}a[l++]=d>>16|0;l<b&&(a[l++]=d>>8|0,l<b&&(a[l++]=d|0))}return a};h.decodeFast$java_lang_String=function(c){var b=c.length;if(0===b)return[];for(var a=0,d=b-1;a<d&&0>h.IA_$LI$()[function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(a))&255];)a++;for(;0<d&&0>h.IA_$LI$()[function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(d))&255];)d--;for(var f=61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(d))? -61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(d-1))?2:1:0,l=d-a+1,m=76<b?(13==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(76))?l/78|0:0)<<1:0,l=(6*(l-m)>>3)-f,b=function(a){for(var b=[];0<a--;)b.push(0);return b}(l),w=0,y=0,q=3*(l/3|0);w<q;){var z=h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<18|h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<12|h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<6|h.IA_$LI$()[c.charAt(a++).charCodeAt(0)];b[w++]=z>>16|0;b[w++]=z>>8|0;b[w++]= -z|0;0<m&&19===++y&&(a+=2,y=0)}if(w<l){for(m=z=0;a<=d-f;m++)z|=h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<18-6*m;for(c=16;w<l;c-=8)b[w++]=z>>c|0}return b};return h}();l.__static_initialized=!1;m.mxBase64=l;l.__class="com.mxgraph.online.mxBase64"})(m.online||(m.online={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={}));com.mxgraph.online.mxBase64.IA_$LI$();com.mxgraph.online.mxBase64.CA_$LI$();com.mxgraph.online.mxBase64.__static_initialize();com.mxgraph.io.vsdx.VsdxShape.__com_mxgraph_io_vsdx_VsdxShape_LOGGER_$LI$(); +61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(d-1))?2:1:0,l=d-a+1,m=76<b?(13==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(76))?l/78|0:0)<<1:0,l=(6*(l-m)>>3)-f,b=function(a){for(var b=[];0<a--;)b.push(0);return b}(l),w=0,y=0,t=3*(l/3|0);w<t;){var A=h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<18|h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<12|h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<6|h.IA_$LI$()[c.charAt(a++).charCodeAt(0)];b[w++]=A>>16|0;b[w++]=A>>8|0;b[w++]= +A|0;0<m&&19===++y&&(a+=2,y=0)}if(w<l){for(m=A=0;a<=d-f;m++)A|=h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<18-6*m;for(c=16;w<l;c-=8)b[w++]=A>>c|0}return b};return h}();l.__static_initialized=!1;m.mxBase64=l;l.__class="com.mxgraph.online.mxBase64"})(m.online||(m.online={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={}));com.mxgraph.online.mxBase64.IA_$LI$();com.mxgraph.online.mxBase64.CA_$LI$();com.mxgraph.online.mxBase64.__static_initialize();com.mxgraph.io.vsdx.VsdxShape.__com_mxgraph_io_vsdx_VsdxShape_LOGGER_$LI$(); com.mxgraph.io.vsdx.VsdxShape.arrowTypes_$LI$();com.mxgraph.io.vsdx.VsdxShape.arrowSizes_$LI$();com.mxgraph.io.vsdx.VsdxShape.OFFSET_ARRAY_$LI$();com.mxgraph.io.vsdx.VsdxShape.__static_initialize();com.mxgraph.io.vsdx.Shape.UNICODE_LINE_SEP_$LI$();com.mxgraph.io.vsdx.Style.lineDashPatterns_$LI$();com.mxgraph.io.vsdx.Style.styleTypes_$LI$();com.mxgraph.io.vsdx.Style.__static_initialize();com.mxgraph.online.Constants.MAX_AREA_$LI$();com.mxgraph.io.vsdx.theme.Color.NONE_$LI$();com.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(); com.mxgraph.io.vsdx.mxVsdxTheme.colorIds_$LI$();com.mxgraph.io.vsdx.mxVsdxTheme.themesIds_$LI$();com.mxgraph.io.vsdx.mxVsdxTheme.__static_initialize();com.mxgraph.io.vsdx.mxVsdxConstants.MY_SET_$LI$();com.mxgraph.io.vsdx.mxVsdxConstants.SET_VALUES_$LI$();com.mxgraph.io.vsdx.mxPropertiesManager.defaultColors_$LI$();com.mxgraph.io.vsdx.mxPropertiesManager.__static_initialize();com.mxgraph.io.mxVsdxCodec.vsdxPlaceholder_$LI$();com.mxgraph.io.mxVsdxCodec.parsererrorNS_$LI$(); -EditorUi.prototype.doImportVisio=function(c,m,w){null!=c.name&&/(\.vssx)($|\?)/i.test(c.name)?(new com.mxgraph.io.mxVssxCodec).decodeVssx(c,m):(new com.mxgraph.io.mxVsdxCodec).decodeVsdx(c,m,null,w)};/*! +EditorUi.prototype.doImportVisio=function(c,m,w){null!=c.name&&/(\.vssx?)($|\?)/i.test(c.name)?(new com.mxgraph.io.mxVssxCodec).decodeVssx(c,m):(new com.mxgraph.io.mxVsdxCodec).decodeVsdx(c,m,null,w)};/*! JSZip v3.1.3 - A Javascript class for generating and reading zip files <http://stuartk.com/jszip> diff --git a/src/main/webapp/js/diagramly/App.js b/src/main/webapp/js/diagramly/App.js index 2bc04ac94..409361bf3 100644 --- a/src/main/webapp/js/diagramly/App.js +++ b/src/main/webapp/js/diagramly/App.js @@ -2280,12 +2280,16 @@ App.prototype.start = function() this.hideDialog(); var prev = Editor.useLocalStorage; this.createFile((filename.length > 0) ? filename : this.defaultFilename, - this.getFileData(), null, null, null, null, null, true); + this.getFileData(), null, null, null, true, null, true); Editor.useLocalStorage = prev; } else { - this.createFile(filename, this.getFileData(true), null, mode); + this.pickFolder(mode, mxUtils.bind(this, function(folderId) + { + this.createFile(filename, this.getFileData(true), + null, mode, null, true, folderId); + })); } }), null, null, null, null, urlParams['browser'] == '1', null, null, true, rowLimit); this.showDialog(dlg.container, 380, (serviceCount > rowLimit) ? 390 : 270, @@ -3008,7 +3012,7 @@ App.prototype.saveFile = function(forceDialog) * @param {number} dx X-coordinate of the translation. * @param {number} dy Y-coordinate of the translation. */ -EditorUi.prototype.loadTemplate = function(url, onload, onerror) +App.prototype.loadTemplate = function(url, onload, onerror) { var realUrl = url; @@ -3039,11 +3043,14 @@ EditorUi.prototype.loadTemplate = function(url, onload, onerror) } }), url); } - else if (data.substring(0, 26) == '{"state":"{\\"Properties\\":') + else if (this.isLucidChartData(data)) { - this.importLucidChart(data, 0, 0, false, mxUtils.bind(this, function() + this.convertLucidChart(data, mxUtils.bind(this, function(xml) { - onload(this.getFileData(true)); + onload(xml); + }), mxUtils.bind(this, function(e) + { + onerror(e); })); } else @@ -3137,14 +3144,11 @@ App.prototype.createFile = function(title, data, libs, mode, done, replace, fold } else if (mode == App.MODE_GITHUB && this.gitHub != null) { - this.pickFolder(mode, mxUtils.bind(this, function(folderId) + this.gitHub.insertFile(title, data, mxUtils.bind(this, function(file) { - this.gitHub.insertFile(title, data, mxUtils.bind(this, function(file) - { - complete(); - this.fileCreated(file, libs, replace, done); - }), error, false, folderId); - })); + complete(); + this.fileCreated(file, libs, replace, done); + }), error, false, folderId); } else if (mode == App.MODE_TRELLO && this.trello != null) { diff --git a/src/main/webapp/js/diagramly/Dialogs.js b/src/main/webapp/js/diagramly/Dialogs.js index 7c66450a1..2723b6a89 100644 --- a/src/main/webapp/js/diagramly/Dialogs.js +++ b/src/main/webapp/js/diagramly/Dialogs.js @@ -852,111 +852,6 @@ var ConfirmDialog = function(editorUi, message, okFn, cancelFn, okLabel, cancelL this.container = div; }; -/** - * - */ -var ErrorDialog = function(editorUi, title, message, buttonText, fn, retry, buttonText2, fn2, hide, buttonText3, fn3) -{ - hide = (hide != null) ? hide : true; - - var div = document.createElement('div'); - div.style.textAlign = 'center'; - - if (title != null) - { - var hd = document.createElement('div'); - hd.style.padding = '0px'; - hd.style.margin = '0px'; - hd.style.fontSize = '18px'; - hd.style.paddingBottom = '16px'; - hd.style.marginBottom = '16px'; - hd.style.borderBottom = '1px solid #c0c0c0'; - hd.style.color = 'gray'; - mxUtils.write(hd, title); - div.appendChild(hd); - } - - var p2 = document.createElement('div'); - p2.style.padding = '6px'; - p2.innerHTML = message; - div.appendChild(p2); - - var btns = document.createElement('div'); - btns.style.marginTop = '16px'; - btns.style.textAlign = 'center'; - - if (retry != null) - { - var retryBtn = mxUtils.button(mxResources.get('tryAgain'), function() - { - editorUi.hideDialog(); - retry(); - }); - retryBtn.className = 'geBtn'; - btns.appendChild(retryBtn); - - btns.style.textAlign = 'center'; - } - - if (buttonText3 != null) - { - var btn3 = mxUtils.button(buttonText3, function() - { - if (fn3 != null) - { - fn3(); - } - }); - - btn3.className = 'geBtn'; - btns.appendChild(btn3); - } - - var btn = mxUtils.button(buttonText, function() - { - if (hide) - { - editorUi.hideDialog(); - } - - if (fn != null) - { - fn(); - } - }); - - btn.className = 'geBtn'; - btns.appendChild(btn); - - if (buttonText2 != null) - { - var mainBtn = mxUtils.button(buttonText2, function() - { - if (hide) - { - editorUi.hideDialog(); - } - - if (fn2 != null) - { - fn2(); - } - }); - - mainBtn.className = 'geBtn gePrimaryBtn'; - btns.appendChild(mainBtn); - } - - this.init = function() - { - btn.focus(); - }; - - div.appendChild(btns); - - this.container = div; -}; - /** * Constructs a new embed dialog */ diff --git a/src/main/webapp/js/diagramly/Editor.js b/src/main/webapp/js/diagramly/Editor.js index 119550141..b0d07b661 100644 --- a/src/main/webapp/js/diagramly/Editor.js +++ b/src/main/webapp/js/diagramly/Editor.js @@ -83,11 +83,20 @@ '#\n' + '# style: label;image=%image%;whiteSpace=wrap;html=1;rounded=1;fillColor=%fill%;strokeColor=%stroke%;\n' + '#\n' + + '## Parent style for nodes with child nodes (placeholders are replaced once).\n' + + '#\n' + + '# parentstyle: swimlane;whiteSpace=wrap;html=1;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;\n' + + '#\n' + '## Uses the given column name as the identity for cells (updates existing cells).\n' + '## Default is no identity (empty value or -).\n' + '#\n' + '# identity: -\n' + '#\n' + + '## Uses the given column name as the parent reference for cells. Default is no parent (empty or -).\n' + + '## The identity above is used for resolving the reference so it must be specified.\n' + + '#\n' + + '# parent: -\n' + + '#\n' + '## Adds a prefix to the identity of cells to make sure they do not collide with existing cells (whose\n' + '## IDs are numbers from 0..n, sometimes with a GUID prefix in the context of realtime collaboration).\n' + '## Default is csvimport-.\n' + @@ -1524,7 +1533,7 @@ { if (href.substring(0, 17) == 'data:action/json,') { - // Some actions are stateless and must be handled before of the transaction + // Some actions are stateless and must be handled before the transaction var action = JSON.parse(href.substring(17)); if (action.actions != null) @@ -1536,7 +1545,10 @@ { if (this.isCustomLink(action.actions[i].open)) { - this.customLinkClicked(action.actions[i].open); + if (!this.customLinkClicked(action.actions[i].open)) + { + return; + } } else { @@ -1972,6 +1984,7 @@ mxStencilRegistry.libraries['eip'] = [SHAPES_PATH + '/mxEip.js', STENCIL_PATH + '/eip.xml']; mxStencilRegistry.libraries['networks'] = [SHAPES_PATH + '/mxNetworks.js', STENCIL_PATH + '/networks.xml']; mxStencilRegistry.libraries['aws3d'] = [SHAPES_PATH + '/mxAWS3D.js', STENCIL_PATH + '/aws3d.xml']; + mxStencilRegistry.libraries['veeam'] = [STENCIL_PATH + '/veeam/2d.xml', STENCIL_PATH + '/veeam/3d.xml', STENCIL_PATH + '/veeam/veeam.xml']; mxStencilRegistry.libraries['pid2inst'] = [SHAPES_PATH + '/pid2/mxPidInstruments.js']; mxStencilRegistry.libraries['pid2misc'] = [SHAPES_PATH + '/pid2/mxPidMisc.js', STENCIL_PATH + '/pid/misc.xml']; mxStencilRegistry.libraries['pid2valves'] = [SHAPES_PATH + '/pid2/mxPidValves.js']; @@ -2662,6 +2675,111 @@ }; })(); +/** + * + */ +var ErrorDialog = function(editorUi, title, message, buttonText, fn, retry, buttonText2, fn2, hide, buttonText3, fn3) +{ + hide = (hide != null) ? hide : true; + + var div = document.createElement('div'); + div.style.textAlign = 'center'; + + if (title != null) + { + var hd = document.createElement('div'); + hd.style.padding = '0px'; + hd.style.margin = '0px'; + hd.style.fontSize = '18px'; + hd.style.paddingBottom = '16px'; + hd.style.marginBottom = '16px'; + hd.style.borderBottom = '1px solid #c0c0c0'; + hd.style.color = 'gray'; + mxUtils.write(hd, title); + div.appendChild(hd); + } + + var p2 = document.createElement('div'); + p2.style.padding = '6px'; + p2.innerHTML = message; + div.appendChild(p2); + + var btns = document.createElement('div'); + btns.style.marginTop = '16px'; + btns.style.textAlign = 'center'; + + if (retry != null) + { + var retryBtn = mxUtils.button(mxResources.get('tryAgain'), function() + { + editorUi.hideDialog(); + retry(); + }); + retryBtn.className = 'geBtn'; + btns.appendChild(retryBtn); + + btns.style.textAlign = 'center'; + } + + if (buttonText3 != null) + { + var btn3 = mxUtils.button(buttonText3, function() + { + if (fn3 != null) + { + fn3(); + } + }); + + btn3.className = 'geBtn'; + btns.appendChild(btn3); + } + + var btn = mxUtils.button(buttonText, function() + { + if (hide) + { + editorUi.hideDialog(); + } + + if (fn != null) + { + fn(); + } + }); + + btn.className = 'geBtn'; + btns.appendChild(btn); + + if (buttonText2 != null) + { + var mainBtn = mxUtils.button(buttonText2, function() + { + if (hide) + { + editorUi.hideDialog(); + } + + if (fn2 != null) + { + fn2(); + } + }); + + mainBtn.className = 'geBtn gePrimaryBtn'; + btns.appendChild(mainBtn); + } + + this.init = function() + { + btn.focus(); + }; + + div.appendChild(btns); + + this.container = div; +}; + // Extends codec for ChangePageSetup (function() { diff --git a/src/main/webapp/js/diagramly/EditorUi.js b/src/main/webapp/js/diagramly/EditorUi.js index 3fe25c729..87d7332fd 100644 --- a/src/main/webapp/js/diagramly/EditorUi.js +++ b/src/main/webapp/js/diagramly/EditorUi.js @@ -1354,7 +1354,7 @@ } }); - if (desc.url != null) + if (desc.url != null && desc.url.length > 0) { var realUrl = desc.url; @@ -1377,7 +1377,7 @@ } else { - loadData(desc.data); + loadData(''); } }; @@ -2558,7 +2558,7 @@ } }); - if (file != null && img != null && ((/(\.vsdx?)($|\?)/i.test(img)) || /(\.vssx)($|\?)/i.test(img))) + if (file != null && img != null && ((/(\.vsdx?)($|\?)/i.test(img)) || /(\.vssx?)($|\?)/i.test(img))) { this.importVisio(file, function(xml) { @@ -2914,14 +2914,6 @@ mxUtils.htmlEntities(mxResources.get('tryOpeningViaThisPage')) + '</a>'; } } - else if (e.code == App.ERROR_TIMEOUT) - { - msg = mxUtils.htmlEntities(mxResources.get('timeout')); - } - else if (e.code == App.ERROR_BUSY) - { - msg = mxUtils.htmlEntities(mxResources.get('busy')); - } else if (e.message != null) { msg = mxUtils.htmlEntities(e.message); @@ -2930,6 +2922,17 @@ { msg = mxUtils.htmlEntities(e.response.error); } + else if (window.App !== 'undefined') + { + if (e.code == App.ERROR_TIMEOUT) + { + msg = mxUtils.htmlEntities(mxResources.get('timeout')); + } + else if (e.code == App.ERROR_BUSY) + { + msg = mxUtils.htmlEntities(mxResources.get('busy')); + } + } } this.showError(title, msg, btn, fn, retry); @@ -5813,7 +5816,7 @@ if (this.doImportVisio) { - if (/(\.vsd)($|\?)/i.test(filename) && VSD_CONVERT_URL != null) + if ((/(\.vsd)($|\?)/i.test(filename) || /(\.vss)($|\?)/i.test(filename)) && VSD_CONVERT_URL != null) { var formData = new FormData(); formData.append('file1', file, filename); @@ -5830,6 +5833,8 @@ { try { + //add back the file name + xhr.response.name = filename; this.doImportVisio(xhr.response, done, onerror); } catch (e) @@ -5907,34 +5912,32 @@ /** * Imports the given Lucidchart data. */ - EditorUi.prototype.importLucidChart = function(data, dx, dy, crop, done) + EditorUi.prototype.convertLucidChart = function(data, success, error) { var delayed = mxUtils.bind(this, function() { this.loadingExtensions = false; // Checks for signature method - if (this.pasteLucidChart) + if (typeof window.LucidImporter !== 'undefined') { try { - this.insertLucidChart(data, dx, dy, crop, done); + success(LucidImporter.importState(JSON.parse(data))); } catch (e) { - this.handleError(e); - } - finally - { - if (done != null) - { - done(); - } + error(e); } } + else + { + error({message: mxResources.get('serviceUnavailableOrBlocked')}); + } }); - if (!this.pasteLucidChart && !this.loadingExtensions && !this.isOffline()) + if (typeof window.LucidImporter === 'undefined' && + !this.loadingExtensions && !this.isOffline()) { this.loadingExtensions = true; @@ -5949,80 +5952,11 @@ } else { - // Must be async for cell selection + // Async needed for selection window.setTimeout(delayed, 0); } }; - - /** - * Automatic loading for lucidchart import. - */ - EditorUi.prototype.insertLucidChart = function(data, dx, dy, crop, done) - { - var state = JSON.parse(data); - - // Extracts and sorts all pages - var pages = []; - if (state.state != null) - { - state = JSON.parse(state.state); - - for (var id in state.Pages) - { - pages.push(state.Pages[id]); - } - - pages.sort(function(a, b) - { - if (a.Properties.Order < b.Properties.Order) - { - return -1; - } - else if (a.Properties.Order > b.Properties.Order) - { - return 1; - } - else - { - return 0; - } - }); - } - else - { - pages.push(state); - } - - if (pages.length > 0) - { - this.editor.graph.getModel().beginUpdate(); - - try - { - this.pasteLucidChart(pages[0], dx, dy, crop); - - // If pages are enabled add more pages - if (this.pages != null) - { - var current = this.currentPage; - - for (var i = 1; i < pages.length; i++) - { - this.insertPage(); - this.pasteLucidChart(pages[i]); - } - - this.selectPage(current); - } - } - finally - { - this.editor.graph.getModel().endUpdate(); - } - } - }; - /** * Imports the given XML into the existing diagram. * TODO: Make this function asynchronous @@ -6042,7 +5976,8 @@ { if (xhr.readyState == 4 && xhr.status >= 200 && xhr.status <= 299) { - this.editor.graph.setSelectionCells(this.insertTextAt(xhr.responseText, dx, dy, true)); + this.editor.graph.setSelectionCells(this.insertTextAt( + xhr.responseText, dx, dy, true)); } })); @@ -6050,7 +5985,8 @@ return []; } // Handles special case of data URI which requires async loading for finding size - else if (text.substring(0, 5) == 'data:' || (!this.isOffline() && (asImage || (/\.(gif|jpg|jpeg|tiff|png|svg)$/i).test(text)))) + else if (text.substring(0, 5) == 'data:' || (!this.isOffline() && + (asImage || (/\.(gif|jpg|jpeg|tiff|png|svg)$/i).test(text)))) { var graph = this.editor.graph; @@ -6150,9 +6086,16 @@ } else if (text.length > 0) { - if (text.substring(0, 26) == '{"state":"{\\"Properties\\":') + if (this.isLucidChartData(text)) { - this.importLucidChart(text, dx, dy, crop); + this.convertLucidChart(text, mxUtils.bind(this, function(xml) + { + this.editor.graph.setSelectionCells( + this.importXml(xml, dx, dy, crop)); + }), mxUtils.bind(this, function(e) + { + this.handleError(e); + })); } else { @@ -6248,6 +6191,14 @@ { return /(\"contentType\":\s*\"application\/gliffy\+json\")/.test(data); }; + + /** + * Returns true for Gliffy or GraphML data or .vsdx filenames. + */ + EditorUi.prototype.isLucidChartData = function(data) + { + return data != null && data.substring(0, 26) == '{"state":"{\\"Properties\\":'; + }; /** * Imports a local file from the device or local storage. @@ -6411,7 +6362,7 @@ } })); } - else if (file != null && filename != null && ((/(\.vsdx?)($|\?)/i.test(filename)) || /(\.vssx)($|\?)/i.test(filename))) + else if (file != null && filename != null && ((/(\.vsdx?)($|\?)/i.test(filename)) || /(\.vssx?)($|\?)/i.test(filename))) { // LATER: done and async are a hack before making this asynchronous async = true; @@ -6439,7 +6390,7 @@ } }), filename); } - else if (!/(\.vsd)($|\?)/i.test(filename)) + else if (!/(\.vsd)($|\?)/i.test(filename) && !/(\.vss)($|\?)/i.test(filename)) { cells = this.insertTextAt(this.validateFileData(data), dx, dy, true, null, crop); } @@ -6537,7 +6488,7 @@ this.spinner.stop(); this.loadLibrary(new LocalLibrary(this, data, filename)); - return null; + return null; } else { @@ -6807,26 +6758,26 @@ } else { - fn(e.target.result, file.type, x + index * gs, y + index * gs, 240, 160, file.name, function(cells) - { - barrier(index, function() - { - return cells; - }); - }); + fn(e.target.result, file.type, x + index * gs, y + index * gs, 240, 160, file.name, function(cells) + { + barrier(index, function() + { + return cells; + }); + }); } } }); // Handles special cases - if (/(\.vsdx?)($|\?)/i.test(file.name) || /(\.vssx)($|\?)/i.test(file.name)) + if (/(\.vsdx?)($|\?)/i.test(file.name) || /(\.vssx?)($|\?)/i.test(file.name)) { fn(null, file.type, x + index * gs, y + index * gs, 240, 160, file.name, function(cells) { barrier(index, function() - { - return cells; - }); + { + return cells; + }); }, file); } else if (file.type.substring(0, 5) == 'image') @@ -7227,6 +7178,8 @@ var editorUiInit = EditorUi.prototype.init; EditorUi.prototype.init = function() { + mxStencilRegistry.allowEval = !this.isOfflineApp(); + // Must be set before UI is created in superclass if (typeof window.mxSettings !== 'undefined') { @@ -7245,14 +7198,19 @@ // Redirects custom link via UI for page link handling graph.customLinkClicked = function(link) { + var done = false; + try { ui.handleCustomLink(link); + done = true; } catch (e) { ui.handleError(e); } + + return done; }; // Sets help link for placeholders @@ -7315,9 +7273,9 @@ if (href != null && graph.isCustomLink(href) && (mxEvent.isTouchEvent(evt) || - !mxEvent.isPopupTrigger(evt))) + !mxEvent.isPopupTrigger(evt)) && + graph.customLinkClicked(href)) { - graph.customLinkClicked(href); mxEvent.consume(evt); } @@ -7374,29 +7332,6 @@ return graphGetGlobalVariable.apply(this, arguments); }; - var graphCreateLinkForHint = graph.createLinkForHint; - - graph.createLinkForHint = function(href, label) - { - if (href != null && graph.isCustomLink(href)) - { - label = graph.getLinkTitle(href); - } - - var a = graphCreateLinkForHint.call(this, href, label); - - if (href != null && graph.isCustomLink(href)) - { - mxEvent.addListener(a, 'click', function(evt) - { - graph.customLinkClicked(href); - mxEvent.consume(evt); - }); - } - - return a; - }; - var graphLabelLinkClicked = graph.labelLinkClicked; graph.labelLinkClicked = function(state, elt, evt) @@ -8109,6 +8044,11 @@ { this.selectPage(page) } + else + { + // Needs fallback for missing resource in case of viewer lightbox + throw new Error(mxResources.get('pageNotFound') || 'Page not found'); + } } else { @@ -8283,7 +8223,14 @@ if (content != null && content.length > 0) { - this.importLucidChart(content, 0, 0); + this.convertLucidChart(content, mxUtils.bind(this, function(xml) + { + this.editor.graph.setSelectionCells(this.importXml(xml, 0, 0)); + }), mxUtils.bind(this, function(e) + { + this.handleError(e); + })); + mxEvent.consume(evt); } } @@ -8431,8 +8378,8 @@ { if (dropElt != null) { - dropElt.parentNode.removeChild(dropElt); - dropElt = null; + dropElt.parentNode.removeChild(dropElt); + dropElt = null; } if (this.editor.graph.isEnabled() || urlParams['embed'] != '1') @@ -8687,7 +8634,7 @@ } }); - if (/(\.vsdx?)($|\?)/i.test(name) || /(\.vssx)($|\?)/i.test(name)) + if (/(\.vsdx?)($|\?)/i.test(name) || /(\.vssx?)($|\?)/i.test(name)) { this.importVisio(file, mxUtils.bind(this, function(xml) { @@ -8717,7 +8664,7 @@ } })); } - else if (data.substring(0, 26) == '{"state":"{\\"Properties\\":') + else if (this.isLucidChartData(data)) { if (/(\.json)$/i.test(name)) { @@ -8725,11 +8672,14 @@ } // LATER: Add import step that produces cells and use callback - this.openLocalFile(this.emptyDiagramXml, name, temp); - this.importLucidChart(data, 0, 0, null, mxUtils.bind(this, function() + this.convertLucidChart(data, mxUtils.bind(this, function(xml) + { + this.spinner.stop(); + this.openLocalFile(xml, name, temp); + }), mxUtils.bind(this, function(e) { - this.editor.undoManager.clear(); this.spinner.stop(); + this.handleError(e); })); } else if (e.target.result.substring(0, 10) == '<mxlibrary') @@ -8834,8 +8784,15 @@ window.openFile.setData(data, name); window.openWindow(this.getUrl(), null, mxUtils.bind(this, function() { - this.confirm(mxResources.get('allChangesLost'), null, fn, - mxResources.get('cancel'), mxResources.get('discardChanges')); + if (currentFile != null && currentFile.isModified()) + { + this.confirm(mxResources.get('allChangesLost'), null, fn, + mxResources.get('cancel'), mxResources.get('discardChanges')); + } + else + { + fn(); + } })); } } @@ -9766,7 +9723,9 @@ // Default values var style = null; + var parentstyle = null; var identity = null; + var parent = null; var namespace = ''; var width = 'auto'; var height = 'auto'; @@ -9851,10 +9810,18 @@ { style = value; } + else if (key == 'parentstyle') + { + parentstyle = value; + } else if (key == 'identity' && value.length > 0 && value != '-') { identity = value; } + else if (key == 'parent' && value.length > 0 && value != '-') + { + parent = value; + } else if (key == 'namespace' && value.length > 0 && value != '-') { namespace = value; @@ -9909,17 +9876,22 @@ var keys = this.editor.csvToArray(lines[index]); - // Converts name of identity to index of column + // Converts name of identity and parent to indexes of column var identityIndex = null; + var parentIndex = null; - if (identity != null) + if (identity != null || parent != null) { for (var i = 0; i < keys.length; i++) { if (identity == keys[i]) { identityIndex = i; - break; + } + + if (parent == keys[i]) + { + parentIndex = i; } } } @@ -9964,7 +9936,7 @@ cell.vertex = true; cell.id = id; } - + for (var j = 0; j < values.length; j++) { graph.setAttributeForCell(cell, keys[j], values[j]); @@ -10022,8 +9994,19 @@ y += cell.geometry.height + nodespacing; } - - cells.push(graph.addCell(cell)); + + var parent = (parentIndex != null) ? graph.model.getCell( + namespace + values[parentIndex]) : null; + + if (parent != null) + { + parent.style = graph.replacePlaceholders(parent, parentstyle); + graph.addCell(cell, parent); + } + else + { + cells.push(graph.addCell(cell)); + } } } @@ -10095,7 +10078,7 @@ { edgeLayout.execute(graph.getDefaultParent()); - // Aligns cells to grid and/or rounds positions + // Aligns cells to grid and/or rounds positions for (var i = 0; i < cells.length; i++) { var geo = graph.getCellGeometry(cells[i]); diff --git a/src/main/webapp/js/diagramly/ElectronApp.js b/src/main/webapp/js/diagramly/ElectronApp.js index 813fad432..47ad47681 100644 --- a/src/main/webapp/js/diagramly/ElectronApp.js +++ b/src/main/webapp/js/diagramly/ElectronApp.js @@ -181,21 +181,26 @@ FeedbackDialog.feedbackUrl = 'https://log.draw.io/email'; var fs = require('fs'); fs.readFile(path, encoding, mxUtils.bind(this, function (e, data) + { + if (e) + { + editorUi.spinner.stop(); + editorUi.handleError(e); + } + else { - if (e) - { - editorUi.spinner.stop(); - editorUi.handleError(e); - } - else - { try { - if (data.substring(0, 26) == '{"state":"{\\"Properties\\":') + if (editorUi.isLucidChartData(data)) { - editorUi.importLucidChart(data, 0, 0, null, function() + editorUi.convertLucidChart(data, function(xml) { editorUi.spinner.stop(); + graph.setSelectionCells(editorUi.importXml(xml)); + }, function(e) + { + editorUi.spinner.stop(); + editorUi.handleError(e); }); } else if (/(\.vsdx)($|\?)/i.test(path)) @@ -203,7 +208,7 @@ FeedbackDialog.feedbackUrl = 'https://log.draw.io/email'; editorUi.importVisio(editorUi.base64ToBlob(data, 'application/octet-stream'), function(xml) { editorUi.spinner.stop(); - editorUi.editor.graph.setSelectionCells(editorUi.insertTextAt(xml, 0, 0, true)); + graph.setSelectionCells(editorUi.importXml(xml)); }); } else if (!editorUi.isOffline() && new XMLHttpRequest().upload && editorUi.isRemoteFileFormat(data, path)) @@ -217,7 +222,7 @@ FeedbackDialog.feedbackUrl = 'https://log.draw.io/email'; if (xhr.status >= 200 && xhr.status <= 299) { - editorUi.editor.graph.setSelectionCells(editorUi.insertTextAt(xhr.responseText, 0, 0, true)); + graph.setSelectionCells(editorUi.importXml(xhr.responseText)); } } }), path); @@ -235,40 +240,40 @@ FeedbackDialog.feedbackUrl = 'https://log.draw.io/email'; } } else if (/\.svg$/i.test(path)) - { - // LATER: Use importXml without throwing exception if no data - // Checks if SVG contains content attribute - var root = mxUtils.parseXml(data); - var svgs = root.getElementsByTagName('svg'); - - if (svgs.length > 0) + { + // LATER: Use importXml without throwing exception if no data + // Checks if SVG contains content attribute + var root = mxUtils.parseXml(data); + var svgs = root.getElementsByTagName('svg'); + + if (svgs.length > 0) + { + var svgRoot = svgs[0]; + var cont = svgRoot.getAttribute('content'); + + if (cont != null && cont.charAt(0) != '<' && cont.charAt(0) != '%') { - var svgRoot = svgs[0]; - var cont = svgRoot.getAttribute('content'); - - if (cont != null && cont.charAt(0) != '<' && cont.charAt(0) != '%') - { - cont = unescape((window.atob) ? atob(cont) : Base64.decode(cont, true)); - } - - if (cont != null && cont.charAt(0) == '%') - { - cont = decodeURIComponent(cont); - } - - if (cont != null && (cont.substring(0, 8) === '<mxfile ' || - cont.substring(0, 14) === '<mxGraphModel ')) - { - asImage = false; - data = cont; - } - else - { - asImage = true; - data = btoa(data); - } + cont = unescape((window.atob) ? atob(cont) : Base64.decode(cont, true)); + } + + if (cont != null && cont.charAt(0) == '%') + { + cont = decodeURIComponent(cont); } - } + + if (cont != null && (cont.substring(0, 8) === '<mxfile ' || + cont.substring(0, 14) === '<mxGraphModel ')) + { + asImage = false; + data = cont; + } + else + { + asImage = true; + data = btoa(data); + } + } + } if (asImage) { @@ -315,8 +320,8 @@ FeedbackDialog.feedbackUrl = 'https://log.draw.io/email'; editorUi.spinner.stop(); editorUi.handleError(e); } - } - })); + } + })); } } } @@ -331,10 +336,10 @@ FeedbackDialog.feedbackUrl = 'https://log.draw.io/email'; { oldNew(); } - else { + else + { const ipc = require('electron').ipcRenderer ipc.sendSync('winman', {action: 'newfile', opt: {width: 1600}}) - } }), null, null, Editor.ctrlKey + '+N'); diff --git a/src/main/webapp/js/diagramly/Extensions.js b/src/main/webapp/js/diagramly/Extensions.js index 594f4095f..a23e27dfe 100644 --- a/src/main/webapp/js/diagramly/Extensions.js +++ b/src/main/webapp/js/diagramly/Extensions.js @@ -3,6 +3,7 @@ * * TODO: Move to dynamic loading minimized plugin. */ +LucidImporter = {}; (function() { // Global import transformation @@ -3087,11 +3088,8 @@ return hidden; }; - EditorUi.prototype.pasteLucidChart = function(g, dx, dy, crop) + function importLucidPage(graph, g, dx, dy, crop, noSelection) { - // Creates a new graph, inserts cells and returns XML for insert - var graph = this.editor.graph; - graph.getModel().beginUpdate(); try { @@ -3257,22 +3255,87 @@ } } - graph.setSelectionCells(select); + if (!noSelection) + graph.setSelectionCells(select); } finally { graph.getModel().endUpdate(); } - if (!graph.isSelectionEmpty()) + }; + + function createGraph() + { + //TODO Set the graph defaults + var graph = new Graph(); + graph.setExtendParents(false); + graph.setExtendParentsOnAdd(false); + graph.setConstrainChildren(false); + graph.setHtmlLabels(true); + graph.getModel().maintainEdgeParent = false; + return graph; + }; + + LucidImporter.importState = function(state) + { + var xml = ['<?xml version=\"1.0\" encoding=\"UTF-8\"?>', '<mxfile>']; + + // Extracts and sorts all pages + var pages = []; + + if (state.state != null) { - graph.scrollCellToVisible(graph.getSelectionCell()); + state = JSON.parse(state.state); - if (this.hoverIcons != null) + for (var id in state.Pages) { - this.hoverIcons.update(graph.view.getState(graph.getSelectionCell())); + pages.push(state.Pages[id]); } + + pages.sort(function(a, b) + { + if (a.Properties.Order < b.Properties.Order) + { + return -1; + } + else if (a.Properties.Order > b.Properties.Order) + { + return 1; + } + else + { + return 0; + } + }); + } + else + { + pages.push(state); + } + + var graph = createGraph(); + var codec = new mxCodec(); + + for (var i = 0; i < pages.length; i++) + { + xml.push('<diagram'); + + if (pages[i].Properties != null && pages[i].Properties.Title != null) + { + xml.push(' name="' + mxUtils.htmlEntities(pages[i].Properties.Title) + '"'); + } + + importLucidPage(graph, pages[i], null, null, null, true); + var node = codec.encode(graph.getModel()); + graph.getModel().clear(); + + xml.push('>' + Graph.prototype.compress(mxUtils.getXml(node)) + '</diagram>'); } + + xml.push('</mxfile>'); + + return xml.join(''); }; function addRouterEdge(x, y, edge, select, graph, cells, v, cell) diff --git a/src/main/webapp/js/diagramly/GraphViewer.js b/src/main/webapp/js/diagramly/GraphViewer.js index 524b0b3dc..91eb56bad 100644 --- a/src/main/webapp/js/diagramly/GraphViewer.js +++ b/src/main/webapp/js/diagramly/GraphViewer.js @@ -178,14 +178,19 @@ GraphViewer.prototype.init = function(container, xmlNode, graphConfig) this.selectPageById = function(id) { + var found = false; + for (var i = 0; i < this.diagrams.length; i++) { if (this.diagrams[i].getAttribute('id') == id) { this.selectPage(i); + found = true; break; } } + + return found; }; var update = mxUtils.bind(this, function() @@ -249,15 +254,24 @@ GraphViewer.prototype.init = function(container, xmlNode, graphConfig) this.graph.customLinkClicked = function(href) { + var done = true; + if (href.substring(0, 13) == 'data:page/id,') { var comma = href.indexOf(','); - self.selectPageById(href.substring(comma + 1)); + + if (!self.selectPageById(href.substring(comma + 1))) + { + done = false; + alert(mxResources.get('pageNotFound') || 'Page not found'); + } } else { this.handleCustomLink(href); } + + return done; }; if (this.graphConfig.toolbar != null) @@ -1172,9 +1186,9 @@ GraphViewer.prototype.addClickHandler = function(graph, ui) } } else if (href != null && ui == null && graph.isCustomLink(href) && - (mxEvent.isTouchEvent(evt) || !mxEvent.isPopupTrigger(evt))) + (mxEvent.isTouchEvent(evt) || !mxEvent.isPopupTrigger(evt)) && + graph.customLinkClicked(href)) { - graph.customLinkClicked(href); mxEvent.consume(evt); } }), mxUtils.bind(this, function(evt) diff --git a/src/main/webapp/js/diagramly/Init.js b/src/main/webapp/js/diagramly/Init.js index 5556da5f1..33ba01f92 100644 --- a/src/main/webapp/js/diagramly/Init.js +++ b/src/main/webapp/js/diagramly/Init.js @@ -9,7 +9,7 @@ window.isSvgBrowser = window.isSvgBrowser || (navigator.userAgent.indexOf('MSIE' // CUSTOM_PARAMETERS - URLs for save and export window.EXPORT_URL = window.EXPORT_URL || 'https://exp.draw.io/ImageExport4/export'; -window.PLANT_URL = window.PLANT_URL || 'https://exp-plant.draw.io/plantuml2'; +window.PLANT_URL = window.PLANT_URL || 'https://exp-plant.draw.io/plantuml3'; window.VSD_CONVERT_URL = window.VSD_CONVERT_URL || "https://convert.draw.io/VsdConverter/api/converter"; window.SAVE_URL = window.SAVE_URL || 'save'; window.OPEN_URL = window.OPEN_URL || 'open'; diff --git a/src/main/webapp/js/diagramly/Menus.js b/src/main/webapp/js/diagramly/Menus.js index 21e84a175..ebc67cefa 100644 --- a/src/main/webapp/js/diagramly/Menus.js +++ b/src/main/webapp/js/diagramly/Menus.js @@ -459,7 +459,7 @@ if (vertices.length > 0) { var dlg = new EditGeometryDialog(editorUi, vertices); - editorUi.showDialog(dlg.container, 190, 250, true, true); + editorUi.showDialog(dlg.container, 200, 250, true, true); dlg.init(); } }, null, null, Editor.ctrlKey + '+Shift+M'); diff --git a/src/main/webapp/js/diagramly/Minimal.js b/src/main/webapp/js/diagramly/Minimal.js index b32e12e31..47e2f5e77 100644 --- a/src/main/webapp/js/diagramly/Minimal.js +++ b/src/main/webapp/js/diagramly/Minimal.js @@ -116,7 +116,7 @@ EditorUi.initMinimalTheme = function() { ui.formatWindow = new WrapperWindow(ui, mxResources.get('format'), Math.max(20, ui.diagramContainer.clientWidth - 240 - 12), 56, - 240, Math.min(546, graph.container.clientHeight - 10), function(container) + 240, Math.min(550, graph.container.clientHeight - 10), function(container) { var format = ui.createFormat(container); format.init(); @@ -881,7 +881,16 @@ EditorUi.initMinimalTheme = function() { ui.menus.addMenuItems(menu, ['insertRectangle', 'insertEllipse', 'insertRhombus', '-', 'insertText', 'insertLink', '-', 'insertImage'], parent); - ui.menus.addSubmenu('importFrom', menu, parent); + + if (mxClient.IS_CHROMEAPP || EditorUi.isElectronApp) + { + ui.menus.addMenuItems(menu, ['import'], parent); + } + else + { + ui.menus.addSubmenu('importFrom', menu, parent); + } + menu.addSeparator(parent); ui.menus.addSubmenu('insertLayout', menu, parent); ui.menus.addSubmenu('insertAdvanced', menu, parent); diff --git a/src/main/webapp/js/diagramly/Pages.js b/src/main/webapp/js/diagramly/Pages.js index 73fbafb9b..7ac25d683 100644 --- a/src/main/webapp/js/diagramly/Pages.js +++ b/src/main/webapp/js/diagramly/Pages.js @@ -556,6 +556,7 @@ Graph.prototype.setViewState = function(state) this.scrollbars = this.defaultScrollbars; this.graphHandler.guidesEnabled = true; this.foldingEnabled = true; + this.setShadowVisible(false, false); this.defaultParent = null; this.setTooltips(true); this.setConnectable(true); @@ -1326,6 +1327,13 @@ EditorUi.prototype.createPageMenu = function(page, label) } })(); +//Overrides ChangePageSetup codec to exclude page +(function() +{ + var codec = mxCodecRegistry.getCodec(ChangePageSetup); + codec.exclude.push('page'); +})(); + //Registers codec for MovePage (function() { diff --git a/src/main/webapp/js/diagramly/RealtimeMapping.js b/src/main/webapp/js/diagramly/RealtimeMapping.js index 43613c6ed..34466c704 100644 --- a/src/main/webapp/js/diagramly/RealtimeMapping.js +++ b/src/main/webapp/js/diagramly/RealtimeMapping.js @@ -347,13 +347,13 @@ RealtimeMapping.prototype.initRealtime = function() this.diagramMap.set('shadowVisible', (vs != null && vs.shadowVisible) ? '1' : '0'); this.diagramMap.set('foldingEnabled', (vs != null && !vs.foldingEnabled) ? '0' : '1'); this.diagramMap.set('mathEnabled', (vs != null && vs.mathEnabled) ? '1' : '0'); - this.diagramMap.set('pageScale', this.graph.pageScale); + this.diagramMap.set('pageScale', (vs != null) ? vs.pageScale : mxGraph.prototype.pageScale); this.diagramMap.set('pageVisible', (vs != null && !vs.pageVisible) ? '0' : '1'); this.diagramMap.set('pageFormat', pf.width + ',' + pf.height); - this.diagramMap.set('backgroundImage', (vs != null && vs.backgroundImage != null) ? - JSON.stringify(vs.backgroundImage) : ''); - this.diagramMap.set('backgroundColor', (vs != null && vs.background != null) ? - this.graph.background : ''); + this.diagramMap.set('backgroundImage', (vs != null && + vs.backgroundImage != null) ? JSON.stringify(vs.backgroundImage) : ''); + this.diagramMap.set('backgroundColor', (vs != null && + vs.background != null) ? vs.background : ''); } this.root.set('modifiedDate', new Date().getTime()); diff --git a/src/main/webapp/js/diagramly/sidebar/Sidebar-Veeam.js b/src/main/webapp/js/diagramly/sidebar/Sidebar-Veeam.js index 23ff4bbb9..d539a5aba 100644 --- a/src/main/webapp/js/diagramly/sidebar/Sidebar-Veeam.js +++ b/src/main/webapp/js/diagramly/sidebar/Sidebar-Veeam.js @@ -3,309 +3,734 @@ // Adds mockup shapes Sidebar.prototype.addVeeamPalette = function() { - this.addVeeam2DPalette(); + this.addVeeamDataCenterPalette(); + this.addVeeamMiscPalette(); + this.addVeeamSoftwarePalette(); + this.addVeeamStoragePalette(); + this.addVeeamUsersStatusPalette(); + this.addVeeamVASComponentsPalette(); + this.addVeeamBackupReplicationPalette(); + this.addVeeamProductsPalette(); + this.addVeeamVMsTapePalette(); this.addVeeam3DPalette(); }; - Sidebar.prototype.addVeeam2DPalette = function() + Sidebar.prototype.addVeeamDataCenterPalette = function() { var sn = 'shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; var s = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s3 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + var s4 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; // Space savers var sb = this; - var gn = 'mxgraph.veeam.2d'; - var dt = 'veeam 2d two dimension vmware virtual machine '; + var gn = 'mxgraph.veeam.data_center'; + var dt = 'veeam vmware virtual machine data center'; - var w = 2.0; - var h = 2.0; + var w = 4.0; + var h = 4.0; + + var fns = + [ + this.createVertexTemplateEntry(s3 + 'hyper_v_vmware_host;', + w * 27, h * 26, '', 'VMware/Hyper-V Host', null, null, this.getTagsForStencil(gn, 'hyper vmware host', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'hyper_v_host;', + w * 27, h * 26, '', 'Hyper-V Host', null, null, this.getTagsForStencil(gn, 'hyper host', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'vmware_host;', + w * 27, h * 26, '', 'VMware Host', null, null, this.getTagsForStencil(gn, 'vmware host', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'virtual_host;', + w * 27, h * 26, '', 'Virtual Host', null, null, this.getTagsForStencil(gn, 'virtual host', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'production_site;', + w * 11.2, h * 11.2, '', 'Production Site', null, null, this.getTagsForStencil(gn, 'production site', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'dr_site;', + w * 11.2, h * 11.2, '', 'DR Site', null, null, this.getTagsForStencil(gn, 'dr site', dt).join(' ')), + this.createVertexTemplateEntry(s + 'esx_esxi;', + w * 8.3, h * 12.7, '', 'Physical Server', null, null, this.getTagsForStencil(gn, 'esx esxi', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'server;', + w * 17.9, h * 4.7, '', 'Server', null, null, this.getTagsForStencil(gn, 'esx esxi', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'server_stack;', + w * 14.3, h * 12.4, '', 'Server stack', null, null, this.getTagsForStencil(gn, 'server stack', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'data_center;', + w * 19, h * 12.5, '', 'Data center', null, null, this.getTagsForStencil(gn, 'data center', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'cluster;', + w * 25.7, h * 12.3, '', 'Cluster', null, null, this.getTagsForStencil(gn, 'cluster', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'controller;', + w * 11.2, h * 11.2, '', 'Controller', null, null, this.getTagsForStencil(gn, 'controller', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'cpu;', + w * 11.2, h * 11.2, '', 'CPU', null, null, this.getTagsForStencil(gn, 'cpu', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'cpu_socket;', + w * 11.2, h * 11.2, '', 'CPU socket', null, null, this.getTagsForStencil(gn, 'cpu socket', dt).join(' ')), + this.createVertexTemplateEntry(s + 'cloud_gateway;', + w * 11.2, h * 11.2, '', 'Gateway', null, null, this.getTagsForStencil(gn, 'cloud gateway', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'laptop;', + w * 14.6, h * 11, '', 'Laptop', null, null, this.getTagsForStencil(gn, 'laptop', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'monitor;', + w * 10.8, h * 11.9, '', 'Monitor', null, null, this.getTagsForStencil(gn, 'monitor', dt).join(' ')), + this.createVertexTemplateEntry(s + 'proxy;', + w * 11.2, h * 11.2, '', 'Proxy', null, null, this.getTagsForStencil(gn, 'proxy', dt).join(' ')), + this.createVertexTemplateEntry(s + 'proxy_appliance;', + w * 11.2, h * 11.2, '', 'Proxy Appliance', null, null, this.getTagsForStencil(gn, 'proxy appliance', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'ram;', + w * 12.1, h * 6.3, '', 'RAM', null, null, this.getTagsForStencil(gn, 'ram random access memory', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'raid_controller;', + w * 10.5, h * 7.3, '', 'RAID controller', null, null, this.getTagsForStencil(gn, 'raid controller', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'sd_card;', + w * 8.1, h * 9.7, '', 'SD card', null, null, this.getTagsForStencil(gn, 'sd card', dt).join(' ')), + this.createVertexTemplateEntry(s + 'workstation;', + w * 19.1, h * 12.8, '', 'Workstation', null, null, this.getTagsForStencil(gn, 'workstation', dt).join(' ')), + this.createVertexTemplateEntry(s + 'wan_accelerator;', + w * 11.2, h * 11.2, '', 'WAN Accelerator', null, null, this.getTagsForStencil(gn, 'wan accelerator wireless area network', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'usb;', + w * 13.2, h * 4.6, '', 'USB', null, null, this.getTagsForStencil(gn, 'usb', dt).join(' ')), + this.createVertexTemplateEntry(s + 'network_card;', + w * 10.7, h * 7.5, '', 'Network Card', null, null, this.getTagsForStencil(gn, 'network card', dt).join(' ')), + this.createVertexTemplateEntry(s + 'switch;', + w * 16, h * 2.7, '', 'Network Switch', null, null, this.getTagsForStencil(gn, 'network switch', dt).join(' ')), + this.createVertexTemplateEntry(s + 'service_vnic;', + w * 14.2, h * 13.5, '', 'Service vNIC', null, null, this.getTagsForStencil(gn, 'service vnic', dt).join(' ')), + this.createVertexTemplateEntry(s + 'virtual_switch;', + w * 11.2, h * 11.2, '', 'Virtual Switch', null, null, this.getTagsForStencil(gn, 'switch', dt).join(' ')), + this.createVertexTemplateEntry(s + 'vnic;', + w * 11.2, h * 11.2, '', 'vNIC', null, null, this.getTagsForStencil(gn, 'vnic', dt).join(' ')) + + ]; + + this.addPalette('veeamData Center', 'Veeam / Data Center', false, mxUtils.bind(this, function(content) + { + for (var i = 0; i < fns.length; i++) + { + content.appendChild(fns[i](content)); + } + })); + }; + + Sidebar.prototype.addVeeamMiscPalette = function() + { + var sn = 'shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s3 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + var s4 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + + // Space savers + var sb = this; + var gn = 'mxgraph.veeam.misc'; + var dt = 'veeam vmware virtual machine misc miscellaneous'; + + var w = 4.0; + var h = 4.0; var fns = [ - this.createVertexTemplateEntry(s + '1ftvm;', - w * 35, h * 35, '', '1FTVM', null, null, this.getTagsForStencil(gn, '1ftvm', dt).join(' ')), - this.createVertexTemplateEntry(s + '1ftvm_error;', - w * 35, h * 39, '', '1FTVM Error', null, null, this.getTagsForStencil(gn, '1ftvm error', dt).join(' ')), - this.createVertexTemplateEntry(s + '1ftvm_running;', - w * 35, h * 39, '', '1FTVM Running', null, null, this.getTagsForStencil(gn, '1frvm running', dt).join(' ')), - this.createVertexTemplateEntry(s + '1ftvm_unavailable;', - w * 35, h * 39, '', '1FTVM Unavailable', null, null, this.getTagsForStencil(gn, '1ftvm unavailable', dt).join(' ')), - this.createVertexTemplateEntry(s + '1ftvm_warning;', - w * 35, h * 39, '', '1FTVM Warning', null, null, this.getTagsForStencil(gn, '1ftvm warning', dt).join(' ')), - this.createVertexTemplateEntry(s2 + '1_click_failover_orchestration;', - w * 22, h * 22, '', '1 Click Failover Orchestration', null, null, this.getTagsForStencil(gn, 'one click failover orchestration', dt).join(' ')), - this.createVertexTemplateEntry(s + '2ftvm;', - w * 35, h * 35, '', '2FTVM', null, null, this.getTagsForStencil(gn, '2ftvm', dt).join(' ')), - this.createVertexTemplateEntry(s + '2ftvm_error;', - w * 35, h * 39, '', '2FTVM Error', null, null, this.getTagsForStencil(gn, '2ftvm error', dt).join(' ')), - this.createVertexTemplateEntry(s + '2ftvm_running;', - w * 35, h * 39, '', '2FTVM Running', null, null, this.getTagsForStencil(gn, '2ftvm running', dt).join(' ')), - this.createVertexTemplateEntry(s + '2ftvm_unavailable;', - w * 35, h * 39, '', '2FTVM Unavailable', null, null, this.getTagsForStencil(gn, '2ftvm unavailable', dt).join(' ')), - this.createVertexTemplateEntry(s + '2ftvm_warning;', - w * 35, h * 39, '', '2FTVM Warning', null, null, this.getTagsForStencil(gn, '2ftvm warning', dt).join(' ')), - this.createVertexTemplateEntry(s + 'agent;', - w * 19, h * 19, '', 'Agent', null, null, this.getTagsForStencil(gn, 'agent', dt).join(' ')), this.createVertexTemplateEntry(s + 'alarm;', - w * 31, h * 23, '', 'Alarm', null, null, this.getTagsForStencil(gn, 'alarm', dt).join(' ')), - this.createVertexTemplateEntry(s + 'alert;', - w * 15, h * 15, '', 'Alert', null, null, this.getTagsForStencil(gn, 'alert', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'assisted_failover_and_failback;', - w * 23, h * 23, '', 'Assisted Failover and Failback', null, null, this.getTagsForStencil(gn, 'assisted failover and failback', dt).join(' ')), - this.createVertexTemplateEntry(s + 'backup_browser;', - w * 23, h * 23, '', 'Backup Browser', null, null, this.getTagsForStencil(gn, 'backup browser', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'backup_from_storage_snapshots;', - w * 23, h * 23, '', 'Backup from Storage Snapshots', null, null, this.getTagsForStencil(gn, 'backup from storage snapshots', dt).join(' ')), - this.createVertexTemplateEntry(s + 'backup_repository;', - w * 26, h * 24, '', 'Backup Repository', null, null, this.getTagsForStencil(gn, 'backup repository', dt).join(' ')), - this.createVertexTemplateEntry(s + 'backup_repository_2;', - w * 29, h * 25, '', 'Backup Repository', null, null, this.getTagsForStencil(gn, 'backup repository', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'built_in_wan_acceleration;', - w * 23, h * 23, '', 'Built-in WAN Acceleration', null, null, this.getTagsForStencil(gn, 'built in wan acceleration wireless area network', dt).join(' ')), - this.createVertexTemplateEntry(s + 'cd;', - w * 23, h * 23, '', 'CD', null, null, this.getTagsForStencil(gn, 'cd compact disc', dt).join(' ')), + w * 13.2, h * 9.4, '', 'Alarm', null, null, this.getTagsForStencil(gn, 'alarm', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'building;', + w * 15.8, h * 13.8, '', 'Building', null, null, this.getTagsForStencil(gn, 'building', dt).join(' ')), this.createVertexTemplateEntry(s + 'cloud;', - w * 33, h * 23, '', 'Cloud', null, null, this.getTagsForStencil(gn, 'cloud', dt).join(' ')), - this.createVertexTemplateEntry(s + 'cloud_gateway;', - w * 23, h * 23, '', 'Cloud Gateway', null, null, this.getTagsForStencil(gn, 'cloud gateway', dt).join(' ')), - this.createVertexTemplateEntry(s + 'database;', - w * 29, h * 25, '', 'Database', null, null, this.getTagsForStencil(gn, 'database db', dt).join(' ')), - this.createVertexTemplateEntry(s + 'datastore;', - w * 22, h * 22, '', 'Datastore', null, null, this.getTagsForStencil(gn, 'datastore', dt).join(' ')), - this.createVertexTemplateEntry(s + 'datastore_snapshot;', - w * 23, h * 6, '', 'Datastore Snapshot', null, null, this.getTagsForStencil(gn, 'datastore snapshot', dt).join(' ')), - this.createVertexTemplateEntry(s + 'datastore_volume;', - w * 23, h * 6, '', 'Datastore Volume', null, null, this.getTagsForStencil(gn, 'datastore volume', dt).join(' ')), - this.createVertexTemplateEntry(s + 'data_mover;', - w * 19, h * 19, '', 'Data Mover', null, null, this.getTagsForStencil(gn, 'data mover', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'disaster_recovery;', - w * 23, h * 23, '', 'Disaster Recovery', null, null, this.getTagsForStencil(gn, 'disaster recovery', dt).join(' ')), + w * 14.7, h * 10.4, '', 'Cloud', null, null, this.getTagsForStencil(gn, 'cloud', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'checked_doc;', + w * 12.7, h * 15.4, '', 'Checked doc', null, null, this.getTagsForStencil(gn, 'checked doc document', dt).join(' ')), this.createVertexTemplateEntry(s + 'download;', - w * 23, h * 23, '', 'Download', null, null, this.getTagsForStencil(gn, 'download', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'emc_data_domain_boost;', - w * 23, h * 23, '', 'EMC Data Domain Boost', null, null, this.getTagsForStencil(gn, 'emc data domain boost', dt).join(' ')), - this.createVertexTemplateEntry(s + 'encryption_object;', - w * 23, h * 23, '', 'Encryption Object', null, null, this.getTagsForStencil(gn, 'encryption object', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'end_to_end_encryption;', - w * 23, h * 23, '', 'End to end Encryption', null, null, this.getTagsForStencil(gn, 'end to end encryption', dt).join(' ')), - this.createVertexTemplateEntry(s + 'esx_esxi;', - w * 15, h * 23, '', 'ESX/ESXi', null, null, this.getTagsForStencil(gn, 'esx esxi', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'exagrid;', - w * 23, h * 23, '', 'ExaGrid', null, null, this.getTagsForStencil(gn, 'exagrid', dt).join(' ')), - this.createVertexTemplateEntry(s + 'failover_protective_snapshot;', - w * 23, h * 23, '', 'Failover Protective Snapshot', null, null, this.getTagsForStencil(gn, 'failover protective snapshot', dt).join(' ')), - this.createVertexTemplateEntry(s + 'failover_protective_snapshot_locked;', - w * 27, h * 25, '', 'Failover Protective Snapshot Locked', null, null, this.getTagsForStencil(gn, 'failover protective snapshot locked', dt).join(' ')), - this.createVertexTemplateEntry(s + 'failover_protective_snapshot_running;', - w * 28, h * 25, '', 'Failover Protective Snapshot Running', null, null, this.getTagsForStencil(gn, 'failover protective snapshot running', dt).join(' ')), + w * 11.2, h * 11.2, '', 'Download', null, null, this.getTagsForStencil(gn, 'download', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'dns;', + w * 11.2, h * 11.2, '', 'DNS', null, null, this.getTagsForStencil(gn, 'dns domain name server', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'encryption_key;', + w * 9.2, h * 12.7, '', 'Encryption key', null, null, this.getTagsForStencil(gn, 'dns domain name server', dt).join(' ')), this.createVertexTemplateEntry(s + 'file;', - w * 17, h * 23, '', 'File', null, null, this.getTagsForStencil(gn, 'file', dt).join(' ')), - this.createVertexTemplateEntry(s + 'file_system_browser;', - w * 23, h * 23, '', 'File System Browser', null, null, this.getTagsForStencil(gn, 'file system browser', dt).join(' ')), + w * 9.2, h * 12.7, '', 'File', null, null, this.getTagsForStencil(gn, 'file', dt).join(' ')), this.createVertexTemplateEntry(s + 'folder;', - w * 24, h * 23, '', 'Folder', null, null, this.getTagsForStencil(gn, 'folder', dt).join(' ')), - this.createVertexTemplateEntry(sn + 'forward_incremental_backup_increment;fillColor=#999A98;', - w * 17, h * 12, '', 'Forward Incremental Backup - Increment (grey)', null, null, this.getTagsForStencil(gn, 'forward incremental backup increment', dt).join(' ')), - this.createVertexTemplateEntry(s + 'forward_incremental_backup_increment;', - w * 17, h * 12, '', 'Forward Incremental Backup - Increment (blue)', null, null, this.getTagsForStencil(gn, 'forward incremental backup increment', dt).join(' ')), - this.createVertexTemplateEntry(s + 'free_datastore;', - w * 23, h * 23, '', 'Free Datastore', null, null, this.getTagsForStencil(gn, 'free datastore', dt).join(' ')), - this.createVertexTemplateEntry(s + 'full_datastore;', - w * 23, h * 23, '', 'Full Datastore', null, null, this.getTagsForStencil(gn, 'full datastore', dt).join(' ')), - this.createVertexTemplateEntry(sn + 'full_veeam_backup;fillColor=#999A98;', - w * 13, h * 21, '', 'Full Veeam Backup (grey)', null, null, this.getTagsForStencil(gn, 'full veeam backup', dt).join(' ')), - this.createVertexTemplateEntry(sn + 'full_veeam_backup;fillColor=#24B14B;', - w * 13, h * 21, '', 'Full Veeam Backup (green)', null, null, this.getTagsForStencil(gn, 'full veeam backup', dt).join(' ')), - this.createVertexTemplateEntry(sn + 'full_veeam_backup;fillColor=#EF8F21;', - w * 13, h * 21, '', 'Full Veeam Backup (orange)', null, null, this.getTagsForStencil(gn, 'full veeam backup', dt).join(' ')), - this.createVertexTemplateEntry(sn + 'full_veeam_backup;fillColor=#FBB715;', - w * 13, h * 21, '', 'Full Veeam Backup (yellow)', null, null, this.getTagsForStencil(gn, 'full veeam backup', dt).join(' ')), - this.createVertexTemplateEntry(s + 'group;', - w * 20, h * 23, '', 'Group', null, null, this.getTagsForStencil(gn, 'group', dt).join(' ')), - this.createVertexTemplateEntry(s + 'hard_drive;', - w * 19, h * 23, '', 'Hard Drive', null, null, this.getTagsForStencil(gn, 'hard drive', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'hp_storeonce;', - w * 23, h * 23, '', 'HP StoreOnce', null, null, this.getTagsForStencil(gn, 'hp storeonce', dt).join(' ')), - this.createVertexTemplateEntry(s + 'hyper_v_host;', - w * 62, h * 60, '', 'Hyper-V Host', null, null, this.getTagsForStencil(gn, 'hyper host', dt).join(' ')), - this.createVertexTemplateEntry(s + 'hyper_v_vmware_host;', - w * 62, h * 60, '', 'VMware/Hyper-V Host', null, null, this.getTagsForStencil(gn, 'hyper vmware host', dt).join(' ')), + w * 13.8, h * 12.8, '', 'Folder', null, null, this.getTagsForStencil(gn, 'folder', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'globe;', + w * 11.2, h * 11.2, '', 'Globe', null, null, this.getTagsForStencil(gn, 'globe', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'iso;', + w * 9.2, h * 12.7, '', 'ISO', null, null, this.getTagsForStencil(gn, 'iso international standard organization', dt).join(' ')), this.createVertexTemplateEntry(s + 'letter;', - w * 23, h * 18, '', 'Letter', null, null, this.getTagsForStencil(gn, 'letter', dt).join(' ')), - this.createVertexTemplateEntry(s + 'license;', - w * 23, h * 23, '', 'License', null, null, this.getTagsForStencil(gn, 'license', dt).join(' ')), - this.createVertexTemplateEntry(s + 'lost_space;', - w * 23, h * 23, '', 'Lost Space', null, null, this.getTagsForStencil(gn, 'lost space', dt).join(' ')), - this.createVertexTemplateEntry(s + 'lun;', - w * 29, h * 11, '', 'LUN', null, null, this.getTagsForStencil(gn, 'lun', dt).join(' ')), - this.createVertexTemplateEntry(s + 'medium_datastore;', - w * 23, h * 23, '', 'Medium Datastore', null, null, this.getTagsForStencil(gn, 'medium datastore', dt).join(' ')), - this.createVertexTemplateEntry(s + 'monitoring_console;', - w * 23, h * 23, '', 'Monitoring Console', null, null, this.getTagsForStencil(gn, 'monitoring console', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'native_tape_support;', - w * 23, h * 23, '', 'Native Tape Support', null, null, this.getTagsForStencil(gn, 'native tape support', dt).join(' ')), - this.createVertexTemplateEntry(s + 'network_card;', - w * 23, h * 16, '', 'Network Card', null, null, this.getTagsForStencil(gn, 'network card', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'on_demand_sandbox;', - w * 23, h * 23, '', 'On Demand Sandbox', null, null, this.getTagsForStencil(gn, 'on demand sandbox', dt).join(' ')), - this.createVertexTemplateEntry(s + 'physical_storage;', - w * 38, h * 13, '', 'Physical Storage', null, null, this.getTagsForStencil(gn, 'physical storage', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'powershell_extension;', - w * 23, h * 23, '', 'PowerShell Extension', null, null, this.getTagsForStencil(gn, 'powershell extension', dt).join(' ')), + w * 11.6, h * 8.7, '', 'Letter', null, null, this.getTagsForStencil(gn, 'letter', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'library;', + w * 12, h * 9.2, '', 'Library', null, null, this.getTagsForStencil(gn, 'library', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'license;', + w * 12.7, h * 14.1, '', 'License', null, null, this.getTagsForStencil(gn, 'license', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'magnifying_glass;', + w * 13.8, h * 13.6, '', 'Magnifying Glass', null, null, this.getTagsForStencil(gn, 'magnifying glass', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'script;', + w * 11.2, h * 11.2, '', 'Script', null, null, this.getTagsForStencil(gn, 'script', dt).join(' ')), + this.createVertexTemplateEntry(s + 'search;', + w * 11.2, h * 11.2, '', 'Search', null, null, this.getTagsForStencil(gn, 'search', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'smb;', + w * 20, h * 14.1, '', 'SMB', null, null, this.getTagsForStencil(gn, 'smb', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'tasks;', + w * 9.2, h * 12.7, '', 'Tasks', null, null, this.getTagsForStencil(gn, 'tasks', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'table;', + w * 12.7, h * 12.7, '', 'Table', null, null, this.getTagsForStencil(gn, 'table', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'time;', + w * 11.2, h * 11.2, '', 'Time', null, null, this.getTagsForStencil(gn, 'time', dt).join(' ')), + this.createVertexTemplateEntry(s + 'resource_pool;', + w * 11.2, h * 11.2, '', 'Part', null, null, this.getTagsForStencil(gn, 'resource pool', dt).join(' ')), this.createVertexTemplateEntry(s + 'private_key;', - w * 28, h * 26, '', 'Private Key', null, null, this.getTagsForStencil(gn, 'private key', dt).join(' ')), - this.createVertexTemplateEntry(s + 'privilege;', - w * 25, h * 24, '', 'Privilege', null, null, this.getTagsForStencil(gn, 'privilege', dt).join(' ')), - this.createVertexTemplateEntry(s + 'proxy;', - w * 23, h * 23, '', 'Proxy', null, null, this.getTagsForStencil(gn, 'proxy', dt).join(' ')), - this.createVertexTemplateEntry(s + 'proxy_appliance;', - w * 23, h * 23, '', 'Proxy Appliance', null, null, this.getTagsForStencil(gn, 'proxy appliance', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'quick_migration;', - w * 23, h * 23, '', 'Quick Migration', null, null, this.getTagsForStencil(gn, 'quick migration', dt).join(' ')), - this.createVertexTemplateEntry(s + 'remote_site;', - w * 21, h * 22, '', 'Remote Site', null, null, this.getTagsForStencil(gn, 'remote site', dt).join(' ')), - this.createVertexTemplateEntry(s + 'remote_storage;', - w * 23, h * 23, '', 'Remote Storage', null, null, this.getTagsForStencil(gn, 'remote storage', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'replication_from_a_backup;', - w * 23, h * 23, '', 'Replication from a Backup', null, null, this.getTagsForStencil(gn, 'replication from a backup', dt).join(' ')), + w * 13.9, h * 12.7, '', 'Private Key', null, null, this.getTagsForStencil(gn, 'private key', dt).join(' ')), this.createVertexTemplateEntry(s + 'report;', - w * 17, h * 23, '', 'Report', null, null, this.getTagsForStencil(gn, 'report', dt).join(' ')), - this.createVertexTemplateEntry(s + 'resource_pool;', - w * 23, h * 23, '', 'Resource Pool', null, null, this.getTagsForStencil(gn, 'resource pool', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'restful_apis;', - w * 23, h * 23, '', 'RESTful APIs', null, null, this.getTagsForStencil(gn, 'restful apis api', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'restore_data_from_the_vm_backup;', - w * 23, h * 23, '', 'Restore Data from the VM Backup', null, null, this.getTagsForStencil(gn, 'restore data from the vm backup', dt).join(' ')), - this.createVertexTemplateEntry(sn + 'reversed_incremental_backup_increment;fillColor=#999A98;', - w * 17, h * 12, '', 'Reversed Incremental Backup - Increment (grey)', null, null, this.getTagsForStencil(gn, 'reversed incremental backup increment', dt).join(' ')), - this.createVertexTemplateEntry(sn + 'reversed_incremental_backup_increment;fillColor=#6E5CA7;', - w * 17, h * 12, '', 'Reversed Incremental Backup - Increment (purple)', null, null, this.getTagsForStencil(gn, 'reversed incremental backup increment', dt).join(' ')), + w * 9.2, h * 12.7, '', 'Report', null, null, this.getTagsForStencil(gn, 'report', dt).join(' ')), + this.createVertexTemplateEntry(s + 'privilege;', + w * 15.1, h * 14.5, '', 'Policy', null, null, this.getTagsForStencil(gn, 'policy', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'restore;', + w * 11.2, h * 11.2, '', 'Restore', null, null, this.getTagsForStencil(gn, 'restore', dt).join(' ')), this.createVertexTemplateEntry(s + 'role;', - w * 17, h * 23, '', 'Role', null, null, this.getTagsForStencil(gn, 'role', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'scheduled_backups;', - w * 23, h * 23, '', 'Scheduled Backups', null, null, this.getTagsForStencil(gn, 'Scheduled Backups', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'search;', - w * 23, h * 23, '', 'Search', null, null, this.getTagsForStencil(gn, 'search', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'self_service_recovery;', - w * 23, h * 23, '', 'Self-Service Recovery', null, null, this.getTagsForStencil(gn, 'self service recovery', dt).join(' ')), + w * 9.2, h * 12.7, '', 'Role', null, null, this.getTagsForStencil(gn, 'role', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'transportation;', + w * 13.8, h * 9.6, '', 'Transportation', null, null, this.getTagsForStencil(gn, 'transportation', dt).join(' ')) + ]; + + this.addPalette('veeamMisc', 'Veeam / Miscellaneous', false, mxUtils.bind(this, function(content) + { + for (var i = 0; i < fns.length; i++) + { + content.appendChild(fns[i](content)); + } + })); + }; + + Sidebar.prototype.addVeeamSoftwarePalette = function() + { + var sn = 'shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s3 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + var s4 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + + // Space savers + var sb = this; + var gn = 'mxgraph.veeam.software'; + var dt = 'veeam vmware virtual machine software'; + + var w = 4.0; + var h = 4.0; + + var fns = + [ + this.createVertexTemplateEntry('shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#07B152;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.veeam_logo;', + w * 27.4, h * 4.8, '', 'Veeam logo', null, null, this.getTagsForStencil(gn, 'veeam logo', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'active_directory;', + w * 11.2, h * 11.2, '', 'Active Directory', null, null, this.getTagsForStencil(gn, 'active directory', dt).join(' ')), + this.createVertexTemplateEntry(s + 'agent;', + w * 11.2, h * 11.2, '', 'Agent', null, null, this.getTagsForStencil(gn, 'agent', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'automated_testing;', + w * 11.2, h * 11.2, '', 'Automated Testing', null, null, this.getTagsForStencil(gn, 'automated testing', dt).join(' ')), + this.createVertexTemplateEntry(s + 'backup_browser;', + w * 11.2, h * 11.2, '', 'Backup Browser', null, null, this.getTagsForStencil(gn, 'backup browser', dt).join(' ')), + this.createVertexTemplateEntry(s + 'data_mover;', + w * 11.2, h * 11.2, '', 'Data Mover', null, null, this.getTagsForStencil(gn, 'data mover', dt).join(' ')), + this.createVertexTemplateEntry(s + 'database;', + w * 15.7, h * 13.5, '', 'Database', null, null, this.getTagsForStencil(gn, 'database db', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'deduplication;', + w * 11.2, h * 11.2, '', 'Deduplication', null, null, this.getTagsForStencil(gn, 'deduplication', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'failover_plan;', + w * 9.6, h * 13.6, '', 'Failover plan', null, null, this.getTagsForStencil(gn, 'failover plan', dt).join(' ')), + this.createVertexTemplateEntry(s + 'file_system_browser;', + w * 11.2, h * 11.2, '', 'File System Browser', null, null, this.getTagsForStencil(gn, 'file system browser', dt).join(' ')), + this.createVertexTemplateEntry(s + 'failover_protective_snapshot;', + w * 11.2, h * 11.2, '', 'Failover Protection', null, null, this.getTagsForStencil(gn, 'failover protection', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'interface;', + w * 11.2, h * 11.2, '', 'Interface', null, null, this.getTagsForStencil(gn, 'interface', dt).join(' ')), + this.createVertexTemplateEntry(s + 'monitoring_console;', + w * 11.2, h * 11.2, '', 'Monitoring Console', null, null, this.getTagsForStencil(gn, 'monitoring console', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'linux;', + w * 11.2, h * 11.2, '', 'Linux', null, null, this.getTagsForStencil(gn, 'linux', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'ms_sharepoint;', + w * 11.2, h * 11.2, '', 'MS SharePoint', null, null, this.getTagsForStencil(gn, 'sharepoint', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'ms_sql;', + w * 11.2, h * 11.2, '', 'MS SQL', null, null, this.getTagsForStencil(gn, 'sql', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'ms_exchange;', + w * 11.2, h * 11.2, '', 'MS Exchange', null, null, this.getTagsForStencil(gn, 'exchange', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'ms_exchange_items;', + w * 20.4, h * 17.3, '', 'MS Exchange items', null, null, this.getTagsForStencil(gn, 'exchange items', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'ms_office;', + w * 11.2, h * 11.2, '', 'MS Office', null, null, this.getTagsForStencil(gn, 'office', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'ms_outlook;', + w * 11.2, h * 11.2, '', 'MS Outlook', null, null, this.getTagsForStencil(gn, 'outlook', dt).join(' ')), + this.createVertexTemplateEntry(s + 'web_console;', + w * 11.2, h * 11.2, '', 'Web Console', null, null, this.getTagsForStencil(gn, 'web console', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'vpn;', + w * 13.5, h * 9.5, '', 'VPN', null, null, this.getTagsForStencil(gn, 'vpn virtual private network', dt).join(' ')), this.createVertexTemplateEntry(s + 'service;', - w * 23, h * 23, '', 'Service', null, null, this.getTagsForStencil(gn, 'service', dt).join(' ')), - this.createVertexTemplateEntry(s + 'service_console;', - w * 23, h * 23, '', 'Service Console', null, null, this.getTagsForStencil(gn, 'service console', dt).join(' ')), - this.createVertexTemplateEntry(s + 'service_vnic;', - w * 30, h * 27, '', 'Service vNIC', null, null, this.getTagsForStencil(gn, 'service vnic', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'sure_backup;', - w * 23, h * 23, '', 'SureBackup', null, null, this.getTagsForStencil(gn, 'sure backup', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'sure_replica;', - w * 23, h * 23, '', 'SureReplica', null, null, this.getTagsForStencil(gn, 'sure replica', dt).join(' ')), - this.createVertexTemplateEntry(s + 'switch;', - w * 37, h * 6, '', 'Switch', null, null, this.getTagsForStencil(gn, 'switch', dt).join(' ')), - this.createVertexTemplateEntry(s + 'tape;', - w * 30, h * 16, '', 'Tape', null, null, this.getTagsForStencil(gn, 'tape', dt).join(' ')), - this.createVertexTemplateEntry(s + 'tape_checked;', - w * 35, h * 21, '', 'Tape Checked', null, null, this.getTagsForStencil(gn, 'tape checked', dt).join(' ')), - this.createVertexTemplateEntry(s + 'tape_device;', - w * 26, h * 26, '', 'Tape Device', null, null, this.getTagsForStencil(gn, 'tape device', dt).join(' ')), - this.createVertexTemplateEntry(s + 'tape_ejecting;', - w * 35, h * 21, '', 'Tape Ejecting', null, null, this.getTagsForStencil(gn, 'tape ejecting', dt).join(' ')), - this.createVertexTemplateEntry(s + 'tape_library;', - w * 20, h * 23, '', 'Tape Library', null, null, this.getTagsForStencil(gn, 'tape library', dt).join(' ')), - this.createVertexTemplateEntry(s + 'tape_licensed;', - w * 34, h * 19, '', 'Tape Licensed', null, null, this.getTagsForStencil(gn, 'tape licensed', dt).join(' ')), - this.createVertexTemplateEntry(s + 'tape_recording;', - w * 35, h * 21, '', 'Tape Recording', null, null, this.getTagsForStencil(gn, 'tape recording', dt).join(' ')), - this.createVertexTemplateEntry(s + 'tape_server;', - w * 37, h * 36, '', 'Tape Server', null, null, this.getTagsForStencil(gn, 'tape server', dt).join(' ')), + w * 8.3, h * 8.3, '', 'Service', null, null, this.getTagsForStencil(gn, 'service', dt).join(' ')), + this.createVertexTemplateEntry('shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#75B4DB;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.volume_shadow_copy;', + w * 14.3, h * 14.3, '', 'Volume shadow copy', null, null, this.getTagsForStencil(gn, 'volume shadow copy', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'ms_windows;', + w * 11.2, h * 11.2, '', 'MS Windows', null, null, this.getTagsForStencil(gn, 'windows', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'powershell_extension;', + w * 11.2, h * 11.2, '', 'PowerShell Extension', null, null, this.getTagsForStencil(gn, 'powershell extension', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'vcloud_director', + w * 11.2, h * 11.2, '', 'vCloud Director', null, null, this.getTagsForStencil(gn, 'vcloud director virtual cloud', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'vsphere', + w * 11.2, h * 11.2, '', 'vSphere', null, null, this.getTagsForStencil(gn, 'vsphere virtual sphere', dt).join(' ')), + this.createVertexTemplateEntry(s + 'web_ui;', + w * 11.2, h * 11.2, '', 'Web UI', null, null, this.getTagsForStencil(gn, 'web ui user interface', dt).join(' ')), this.createVertexTemplateEntry(s + 'transport_service;', - w * 19, h * 19, '', 'Transport Service', null, null, this.getTagsForStencil(gn, 'transport service', dt).join(' ')), + w * 11.2, h * 11.2, '', 'Transport Service', null, null, this.getTagsForStencil(gn, 'transport service', dt).join(' ')) + ]; + + this.addPalette('veeamSoftware', 'Veeam / Software', false, mxUtils.bind(this, function(content) + { + for (var i = 0; i < fns.length; i++) + { + content.appendChild(fns[i](content)); + } + })); + }; + + Sidebar.prototype.addVeeamStoragePalette = function() + { + var sn = 'shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s3 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + var s4 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + + // Space savers + var sb = this; + var gn = 'mxgraph.veeam.storage'; + var dt = 'veeam vmware virtual machine storage'; + + var w = 4.0; + var h = 4.0; + + var fns = + [ + this.createVertexTemplateEntry(s + 'backup_repository;', + w * 13.5, h * 12.5, '', 'Backup Repository', null, null, this.getTagsForStencil(gn, 'backup repository', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'remote_repository;', + w * 11.9, h * 11.6, '', 'Remote Repository', null, null, this.getTagsForStencil(gn, 'remote repository', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'shared_folder;', + w * 13.8, h * 16, '', 'Shared Folder', null, null, this.getTagsForStencil(gn, 'shared folder', dt).join(' ')), + this.createVertexTemplateEntry(s + 'datastore;', + w * 11.1, h * 11.3, '', 'Datastore', null, null, this.getTagsForStencil(gn, 'datastore', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'snapshot;', + w * 13.9, h * 12.2, '', 'Snapshot', null, null, this.getTagsForStencil(gn, 'snapshot', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'storage_cluster;', + w * 13.9, h * 14, '', 'Storage Cluster', null, null, this.getTagsForStencil(gn, 'storage cluster', dt).join(' ')), + this.createVertexTemplateEntry(s + 'datastore_volume;', + w * 15.8, h * 4.2, '', 'Data Volume', null, null, this.getTagsForStencil(gn, 'data volume', dt).join(' ')), + this.createVertexTemplateEntry(s + 'physical_storage;', + w * 14.8, h * 5, '', 'Physical Storage', null, null, this.getTagsForStencil(gn, 'physical storage', dt).join(' ')), + this.createVertexTemplateEntry('shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#75B4DB;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.datastore;', + w * 10.8, h * 11.1, '', 'Datastore', null, null, this.getTagsForStencil(gn, 'datastore', dt).join(' ')), + this.createVertexTemplateEntry(s + 'full_datastore;', + w * 10.8, h * 11.1, '', 'Full Datastore', null, null, this.getTagsForStencil(gn, 'full datastore', dt).join(' ')), + this.createVertexTemplateEntry(s + 'medium_datastore;', + w * 10.8, h * 11.1, '', 'Medium Datastore', null, null, this.getTagsForStencil(gn, 'medium datastore', dt).join(' ')), + this.createVertexTemplateEntry(s + 'free_datastore;', + w * 10.8, h * 11.1, '', 'Free Datastore', null, null, this.getTagsForStencil(gn, 'free datastore', dt).join(' ')), + this.createVertexTemplateEntry(s + 'remote_storage;', + w * 11.6, h * 11.6, '', 'Remote Storage', null, null, this.getTagsForStencil(gn, 'remote storage', dt).join(' ')), + this.createVertexTemplateEntry(s + 'vm_backup;', + w * 14.3, h * 13.3, '', 'VM Backup', null, null, this.getTagsForStencil(gn, 'vm backup', dt).join(' ')), + this.createVertexTemplateEntry(s + 'lost_space;', + w * 10.8, h * 11.1, '', 'Lost Space', null, null, this.getTagsForStencil(gn, 'lost space', dt).join(' ')), + this.createVertexTemplateEntry(s + 'hard_drive;', + w * 10, h * 12, '', 'Hard Drive', null, null, this.getTagsForStencil(gn, 'hard drive', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'disk_partition;', + w * 14.3, h * 14.3, '', 'Disk partition', null, null, this.getTagsForStencil(gn, 'disk partition', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'local_disk;', + w * 14.3, h * 14.2, '', 'Local disk', null, null, this.getTagsForStencil(gn, 'local disk', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'audio_file;', + w * 9.2, h * 12.7, '', 'Audio file', null, null, this.getTagsForStencil(gn, 'audio file', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'backup_file;', + w * 14.4, h * 13.3, '', 'Backup file', null, null, this.getTagsForStencil(gn, 'audio file', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'data_file;', + w * 11.8, h * 15.2, '', 'Data file', null, null, this.getTagsForStencil(gn, 'data file', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'google_document;', + w * 9.2, h * 12.7, '', 'Google document', null, null, this.getTagsForStencil(gn, 'google document', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'video_file;', + w * 9.2, h * 12.7, '', 'Video file', null, null, this.getTagsForStencil(gn, 'video file', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'vsb_file;', + w * 9.2, h * 12.7, '', 'VSB file', null, null, this.getTagsForStencil(gn, 'vsb file', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'windows_repository;', + w * 13.3, h * 12.3, '', 'Windows Repository', null, null, this.getTagsForStencil(gn, 'windows repository', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'linux_repository;', + w * 13.4, h * 12.4, '', 'Linux Repository', null, null, this.getTagsForStencil(gn, 'linux repository', dt).join(' ')) + ]; + + this.addPalette('veeamStorage', 'Veeam / Storage', false, mxUtils.bind(this, function(content) + { + for (var i = 0; i < fns.length; i++) + { + content.appendChild(fns[i](content)); + } + })); + }; + + Sidebar.prototype.addVeeamUsersStatusPalette = function() + { + var sn = 'shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s3 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + var s4 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + + // Space savers + var sb = this; + var gn = 'mxgraph.veeam.storage'; + var dt = 'veeam vmware virtual machine users status'; + + var w = 4.0; + var h = 4.0; + + var fns = + [ this.createVertexTemplateEntry(s + 'user;', - w * 13, h * 23, '', 'User', null, null, this.getTagsForStencil(gn, 'user', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'u_air;', - w * 23, h * 23, '', 'U-AIR', null, null, this.getTagsForStencil(gn, 'air', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vapp;', - w * 24, h * 24, '', 'vApp', null, null, this.getTagsForStencil(gn, 'vapp', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vapp_started;', - w * 30, h * 27, '', 'vApp Started', null, null, this.getTagsForStencil(gn, 'vapp started', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'veeamzip;', - w * 23, h * 23, '', 'VeeamZIP', null, null, this.getTagsForStencil(gn, 'veeamzip zip', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'veeam_availability_suite;', - w * 23, h * 23, '', 'Veeam Availability Suite', null, null, this.getTagsForStencil(gn, 'availability suite', dt).join(' ')), + w * 8, h * 14.5, '', 'User', null, null, this.getTagsForStencil(gn, 'user', dt).join(' ')), + this.createVertexTemplateEntry(s + 'group;', + w * 13.4, h * 15.1, '', 'User Group', null, null, this.getTagsForStencil(gn, 'user group', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'company_user;', + w * 11.1, h * 12.2, '', 'Company User', null, null, this.getTagsForStencil(gn, 'company user', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'company_owner;', + w * 11.1, h * 12.2, '', 'Company Owner', null, null, this.getTagsForStencil(gn, 'company owner', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'portal_admin;', + w * 11.1, h * 12.2, '', 'Portal Admin', null, null, this.getTagsForStencil(gn, 'portal admin', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'company_administrator;', + w * 11.1, h * 12.2, '', 'Company Administrator', null, null, this.getTagsForStencil(gn, 'company administrator', dt).join(' ')), + this.createVertexTemplateEntry(s + 'alert;', + w * 8.3, h * 8.3, '', 'Alert', null, null, this.getTagsForStencil(gn, 'alert', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'zipped;', + w * 1.7, h * 14.3, '', 'Zipped', null, null, this.getTagsForStencil(gn, 'zipped', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'shared;', + w * 11.5, h * 6.2, '', 'Shared', null, null, this.getTagsForStencil(gn, 'shared', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'checked;', + w * 9, h * 9, '', 'Checked', null, null, this.getTagsForStencil(gn, 'checked', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'eject;', + w * 9, h * 9, '', 'Eject', null, null, this.getTagsForStencil(gn, 'eject', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'recording;', + w * 9, h * 9, '', 'Recording', null, null, this.getTagsForStencil(gn, 'recording', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'powered;', + w * 9, h * 9, '', 'Powered', null, null, this.getTagsForStencil(gn, 'powered', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'failed;', + w * 9, h * 9, '', 'Failed', null, null, this.getTagsForStencil(gn, 'failed', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'paused;', + w * 9, h * 9, '', 'Paused', null, null, this.getTagsForStencil(gn, 'paused', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'unavailable;', + w * 9, h * 9, '', 'Unavailable', null, null, this.getTagsForStencil(gn, 'unavailable', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'active;', + w * 9, h * 9, '', 'Active', null, null, this.getTagsForStencil(gn, 'active', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'delayed;', + w * 9, h * 9, '', 'Delayed', null, null, this.getTagsForStencil(gn, 'delayed', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'restore;', + w * 7.8, h * 7.4, '', 'Restore', null, null, this.getTagsForStencil(gn, 'restore', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'locked;', + w * 7.6, h * 8.6, '', 'Locked', null, null, this.getTagsForStencil(gn, 'locked', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'unlocked;', + w * 10.4, h * 8.7, '', 'Unlocked', null, null, this.getTagsForStencil(gn, 'unlocked', dt).join(' ')) + ]; + + this.addPalette('veeamUsersStatus', 'Veeam / Users and Status', false, mxUtils.bind(this, function(content) + { + for (var i = 0; i < fns.length; i++) + { + content.appendChild(fns[i](content)); + } + })); + }; + + Sidebar.prototype.addVeeamVASComponentsPalette = function() + { + var sn = 'shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s3 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + var s4 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + + // Space savers + var sb = this; + var gn = 'mxgraph.veeam.vascomponent'; + var dt = 'veeam vmware virtual machine vas availability suite component'; + + var w = 4.0; + var h = 4.0; + + var fns = + [ + this.createVertexTemplateEntry(s3 + 'database_server;', + w * 19, h * 18, '', 'Database Server', null, null, this.getTagsForStencil(gn, 'database server', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'gateway_server;', + w * 19, h * 18, '', 'Gateway Server', null, null, this.getTagsForStencil(gn, 'gateway server', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'mount_server;', + w * 19, h * 18, '', 'Mount Server', null, null, this.getTagsForStencil(gn, 'mount server', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'proxy_server;', + w * 19, h * 18, '', 'Proxy Server', null, null, this.getTagsForStencil(gn, 'proxy server', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'repository_server;', + w * 19, h * 18, '', 'Repository Server', null, null, this.getTagsForStencil(gn, 'repository server', dt).join(' ')), + this.createVertexTemplateEntry(s + 'veeam_backup_search_server;', + w * 19, h * 18, '', 'Search Server', null, null, this.getTagsForStencil(gn, 'backup search server', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'tape_server;', + w * 19, h * 18, '', 'Tape Server', null, null, this.getTagsForStencil(gn, 'tape server', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'vsphere_server;', + w * 19, h * 18, '', 'vSphere Server', null, null, this.getTagsForStencil(gn, 'vsphere server', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'windows_linux_server;', + w * 19, h * 18, '', 'Windows Linux Server', null, null, this.getTagsForStencil(gn, 'windows linux server', dt).join(' ')), this.createVertexTemplateEntry(s + 'veeam_backup_and_replication_server;', - w * 37, h * 36, '', 'Veeam Backup and Replication Server', null, null, this.getTagsForStencil(gn, 'backup and replication server', dt).join(' ')), + w * 19, h * 18, '', 'Backup and Replication Server', null, null, this.getTagsForStencil(gn, 'backup and replication server', dt).join(' ')), this.createVertexTemplateEntry(s + 'veeam_backup_enterprise_manager_server;', - w * 37, h * 36, '', 'Veeam Backup Enterprise Manager Server', null, null, this.getTagsForStencil(gn, 'backup enterprise manager server', dt).join(' ')), - this.createVertexTemplateEntry(s + 'veeam_backup_search_server;', - w * 37, h * 36, '', 'Veeam Backup Search Server', null, null, this.getTagsForStencil(gn, 'backup search server', dt).join(' ')), - this.createVertexTemplateEntry(s + 'veeam_backup_shell;', - w * 23, h * 23, '', 'Veeam Backup Shell', null, null, this.getTagsForStencil(gn, 'backup shell', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'veeam_cloud_connect;', - w * 23, h * 23, '', 'Veeam Cloud Connect', null, null, this.getTagsForStencil(gn, 'cloud connect', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'veeam_explorer;', - w * 23, h * 23, '', 'Veeam Explorer', null, null, this.getTagsForStencil(gn, 'explorer', dt).join(' ')), + w * 19, h * 18, '', 'Backup Enterprise Manager Server', null, null, this.getTagsForStencil(gn, 'backup enterprise manager server', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'one_server;', + w * 19, h * 18, '', 'ONE Server', null, null, this.getTagsForStencil(gn, 'one server', dt).join(' ')), this.createVertexTemplateEntry(s2 + 'veeam_explorer_for_active_directory;', - w * 23, h * 23, '', 'Veeam Explorer for Active Directory', null, null, this.getTagsForStencil(gn, 'explorer for active directory', dt).join(' ')), + w * 11.2, h * 11.2, '', 'Explorer for Active Directory', null, null, this.getTagsForStencil(gn, 'explorer for active directory', dt).join(' ')), this.createVertexTemplateEntry(s2 + 'veeam_explorer_for_exchange;', - w * 23, h * 23, '', 'Veeam Explorer for Exchange', null, null, this.getTagsForStencil(gn, 'explorer for exchange', dt).join(' ')), + w * 11.2, h * 11.2, '', 'Explorer for Exchange', null, null, this.getTagsForStencil(gn, 'explorer for exchange', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'explorer_for_oracle;', + w * 11.2, h * 11.2, '', 'Explorer for Oracle', null, null, this.getTagsForStencil(gn, 'explorer for oracle', dt).join(' ')), this.createVertexTemplateEntry(s2 + 'veeam_explorer_for_sharepoint;', - w * 23, h * 23, '', 'Veeam Explorer for SharePoint', null, null, this.getTagsForStencil(gn, 'explorer for sharepoint', dt).join(' ')), + w * 11.2, h * 11.2, '', 'Explorer for SharePoint', null, null, this.getTagsForStencil(gn, 'explorer for sharepoint', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'explorer_for_storage_snapshots;', + w * 11.2, h * 11.2, '', 'Explorer for Storage Snapshots', null, null, this.getTagsForStencil(gn, 'explorer for storage snapshots', dt).join(' ')), this.createVertexTemplateEntry(s2 + 'veeam_explorer_for_sql;', - w * 23, h * 23, '', 'Veeam Explorer for SQL', null, null, this.getTagsForStencil(gn, 'explorer for sql', dt).join(' ')), - this.createVertexTemplateEntry(sn + 'veeam_logo;fillColor=#232020;', - w * 72, h * 19, '', 'Veeam Logo', null, null, this.getTagsForStencil(gn, 'logo', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'veeam_one_business_view;', - w * 23, h * 23, '', 'Veeam ONE Business View', null, null, this.getTagsForStencil(gn, 'one business view', dt).join(' ')), + w * 11.2, h * 11.2, '', 'Explorer for SQL', null, null, this.getTagsForStencil(gn, 'explorer for sql', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'veeam_availability_suite;', + w * 11.2, h * 11.2, '', 'Availability Suite', null, null, this.getTagsForStencil(gn, 'availability suite', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'backup_replication;', + w * 11.2, h * 11.2, '', 'Backup and Replication', null, null, this.getTagsForStencil(gn, 'backup and replication', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'enterprise_manager;', + w * 11.2, h * 11.2, '', 'Enterprise Manager', null, null, this.getTagsForStencil(gn, 'enterprise manager', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'linux_repository;', + w * 12.2, h * 11.2, '', 'Linux Repository', null, null, this.getTagsForStencil(gn, 'linux repository', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'windows_repository;', + w * 12.2, h * 11.2, '', 'Windows Repository', null, null, this.getTagsForStencil(gn, 'windows repository', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'flr_helper_appliance;', + w * 12.4, h * 12.5, '', 'FLR Helper Appliance', null, null, this.getTagsForStencil(gn, 'flr helper appliance', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'one_client;', + w * 22.7, h * 15.4, '', 'ONE client', null, null, this.getTagsForStencil(gn, 'one client', dt).join(' ')) + ]; + + this.addPalette('veeamVASComponents', 'Veeam / Availability Suite components', false, mxUtils.bind(this, function(content) + { + for (var i = 0; i < fns.length; i++) + { + content.appendChild(fns[i](content)); + } + })); + }; + + Sidebar.prototype.addVeeamBackupReplicationPalette = function() + { + var sn = 'shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s3 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + var s4 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + + // Space savers + var sb = this; + var gn = 'mxgraph.veeam.backup_replication'; + var dt = 'veeam vmware virtual machine backup replication'; + + var w = 4.0; + var h = 4.0; + + var fns = + [ + this.createVertexTemplateEntry(s2 + 'built_in_wan_acceleration;', + w * 11.2, h * 11.2, '', 'Built-in WAN Acceleration', null, null, this.getTagsForStencil(gn, 'built in wan acceleration wireless area network', dt).join(' ')), + this.createVertexTemplateEntry(s2 + '1_click_failover_orchestration;', + w * 11.2, h * 11.2, '', '1 Click Failover Orchestration', null, null, this.getTagsForStencil(gn, 'one click failover orchestration', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'advanced_refs_integration;', + w * 11.2, h * 11.2, '', 'Advanced ReFS integration', null, null, this.getTagsForStencil(gn, 'advanced refs integration', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'assisted_failover_and_failback;', + w * 11.2, h * 11.2, '', 'Assisted Failover and Failback', null, null, this.getTagsForStencil(gn, 'assisted failover and failback', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'chargeback_and_billing_capabilities;', + w * 11.2, h * 11.2, '', 'Chargeback and billing capabilities', null, null, this.getTagsForStencil(gn, 'chargeback and billing capabilities', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'veeam_cloud_connect;', + w * 11.2, h * 11.2, '', 'Cloud Connect', null, null, this.getTagsForStencil(gn, 'cloud connect', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'built_in_management_for_agents;', + w * 11.2, h * 11.2, '', 'Built-in Management for agents', null, null, this.getTagsForStencil(gn, 'built in management for agents', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'disaster_recovery;', + w * 11.2, h * 11.2, '', 'Disaster Recovery', null, null, this.getTagsForStencil(gn, 'disaster recovery', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'emc_data_domain_boost;', + w * 11.2, h * 11.2, '', 'Dell EMC Data Domain Boost', null, null, this.getTagsForStencil(gn, 'emc data domain boost', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'end_to_end_encryption;', + w * 11.2, h * 11.2, '', 'End-to-end Encryption', null, null, this.getTagsForStencil(gn, 'end to end encryption', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'backup_from_storage_snapshots;', + w * 11.2, h * 11.2, '', 'Backup from Storage Snapshots', null, null, this.getTagsForStencil(gn, 'backup from storage snapshots', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'direct_restore_to_ms_azure;', + w * 11.2, h * 11.2, '', 'Direct Restore to MS Azure', null, null, this.getTagsForStencil(gn, 'direct restore to ms azure', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'draas_enhancements;', + w * 11.2, h * 11.2, '', 'DRaaS Enhancements', null, null, this.getTagsForStencil(gn, 'draas enhancements', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'full_ms_integration;', + w * 11.2, h * 11.2, '', 'Full MS Integration', null, null, this.getTagsForStencil(gn, 'full ms integration', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'native_tape_support;', + w * 11.2, h * 11.2, '', 'Native Tape Support', null, null, this.getTagsForStencil(gn, 'native tape support', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'enterprise_scalability_enhancements;', + w * 11.2, h * 11.2, '', 'Enterprise scalability enhancements', null, null, this.getTagsForStencil(gn, 'enterprise scalability enhancements', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'on_demand_sandbox;', + w * 11.2, h * 11.2, '', 'On Demand Sandbox', null, null, this.getTagsForStencil(gn, 'on demand sandbox', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'nas_backup;', + w * 11.2, h * 11.2, '', 'NAS Backup', null, null, this.getTagsForStencil(gn, 'nas backup', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'quick_migration;', + w * 11.2, h * 11.2, '', 'Quick Migration', null, null, this.getTagsForStencil(gn, 'quick migration', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'replication_from_a_backup;', + w * 11.2, h * 11.2, '', 'Replication from a Backup', null, null, this.getTagsForStencil(gn, 'replication from a backup', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'primary_storage_integration;', + w * 11.2, h * 11.2, '', 'Primary Storage integration', null, null, this.getTagsForStencil(gn, 'primary storage integration', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'sure_replica;', + w * 11.2, h * 11.2, '', 'Sure Replica', null, null, this.getTagsForStencil(gn, 'sure replica', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'archive_tier;', + w * 11.2, h * 11.2, '', 'Archive Tier', null, null, this.getTagsForStencil(gn, 'archive tier', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'restore_data_from_the_vm_backup;', + w * 11.2, h * 11.2, '', 'Restore Data from VM Backup', null, null, this.getTagsForStencil(gn, 'restore data from vm backup', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'scheduled_backups;', + w * 11.2, h * 11.2, '', 'Scheduled Backups', null, null, this.getTagsForStencil(gn, 'Scheduled Backups', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'restful_apis;', + w * 11.2, h * 11.2, '', 'RESTful API', null, null, this.getTagsForStencil(gn, 'restful apis api', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'self_service_recovery;', + w * 11.2, h * 11.2, '', 'Self-Service Recovery', null, null, this.getTagsForStencil(gn, 'self service recovery', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'reporting;', + w * 11.2, h * 11.2, '', 'Reporting', null, null, this.getTagsForStencil(gn, 'reporting', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'continuous_data_protection;', + w * 11.2, h * 11.2, '', 'Continuous Data Protection', null, null, this.getTagsForStencil(gn, 'continuous data protection', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'vcloud_director_support;', + w * 11.2, h * 11.2, '', 'vCloud Director Support', null, null, this.getTagsForStencil(gn, 'vcloud director support', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'virtual_lab;', + w * 11.2, h * 11.2, '', 'Virtual Lab', null, null, this.getTagsForStencil(gn, 'virtual lab', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'sure_backup;', + w * 11.2, h * 11.2, '', 'SureBackup', null, null, this.getTagsForStencil(gn, 'sure backup', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'scale_out_repository;', + w * 16.2, h * 14.3, '', 'Scale Out Repository', null, null, this.getTagsForStencil(gn, 'scale out repository', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'veeamzip;', + w * 11.2, h * 11.2, '', 'VeeamZIP', null, null, this.getTagsForStencil(gn, 'veeamzip zip', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'veeam_explorer;', + w * 11.2, h * 11.2, '', 'Veeam Explorer', null, null, this.getTagsForStencil(gn, 'explorer', dt).join(' ')) + ]; + + this.addPalette('veeamBackup Replication', 'Veeam / Backup and Replication', false, mxUtils.bind(this, function(content) + { + for (var i = 0; i < fns.length; i++) + { + content.appendChild(fns[i](content)); + } + })); + }; + + Sidebar.prototype.addVeeamProductsPalette = function() + { + var sn = 'shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s3 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + var s4 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + + // Space savers + var sb = this; + var gn = 'mxgraph.veeam.products'; + var dt = 'veeam vmware virtual machine products'; + + var w = 4.0; + var h = 4.0; + + var fns = + [ + this.createVertexTemplateEntry('shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#07B152;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.veeam_logo;', + w * 27.4, h * 4.8, '', 'Veeam logo', null, null, this.getTagsForStencil(gn, 'veeam logo', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'backup_replication;', + w * 11.2, h * 11.2, '', 'Backup and Replication', null, null, this.getTagsForStencil(gn, 'backup and replication', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'enterprise_manager;', + w * 11.2, h * 11.2, '', 'Enterprise Manager', null, null, this.getTagsForStencil(gn, 'enterprise manager', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'veeam_availability_suite;', + w * 11.2, h * 11.2, '', 'Availability Suite', null, null, this.getTagsForStencil(gn, 'availability suite', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'availability_console;', + w * 11.2, h * 11.2, '', 'Availability Console', null, null, this.getTagsForStencil(gn, 'availability console', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'availability_orchestrator;', + w * 11.2, h * 11.2, '', 'Availability Orchestrator', null, null, this.getTagsForStencil(gn, 'availability orchestrator', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'agents;', + w * 11.2, h * 11.2, '', 'Agents', null, null, this.getTagsForStencil(gn, 'agents', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'powered_network;', + w * 11.2, h * 11.2, '', 'Powered Network', null, null, this.getTagsForStencil(gn, 'powered network', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'backup_for_office_365;', + w * 11.2, h * 11.2, '', 'Backup for Office 365', null, null, this.getTagsForStencil(gn, 'backup for office 365', dt).join(' ')), + this.createVertexTemplateEntry(s4 + 'endpoint_backup;', + w * 11.2, h * 11.2, '', 'Endpoint Backup', null, null, this.getTagsForStencil(gn, 'endpoint backup', dt).join(' ')), this.createVertexTemplateEntry(s2 + 'veeam_one_monitor;', - w * 23, h * 23, '', 'Veeam ONE Monitor', null, null, this.getTagsForStencil(gn, 'one monitor', dt).join(' ')), + w * 11.2, h * 11.2, '', 'ONE Monitor', null, null, this.getTagsForStencil(gn, 'one monitor', dt).join(' ')), this.createVertexTemplateEntry(s2 + 'veeam_one_reporter;', - w * 23, h * 23, '', 'Veeam ONE Reporter', null, null, this.getTagsForStencil(gn, 'one reporter', dt).join(' ')), + w * 11.2, h * 11.2, '', 'ONE Reporter', null, null, this.getTagsForStencil(gn, 'one reporter', dt).join(' ')), + this.createVertexTemplateEntry(s2 + 'veeam_one_business_view;', + w * 11.2, h * 11.2, '', 'ONE (Business View)', null, null, this.getTagsForStencil(gn, 'one business view', dt).join(' ')), this.createVertexTemplateEntry(s2 + 'veeam_one_server;', - w * 23, h * 23, '', 'Veeam ONE Server', null, null, this.getTagsForStencil(gn, 'one server', dt).join(' ')), - this.createVertexTemplateEntry(s2 + 'virtual_lab;', - w * 23, h * 23, '', 'Virtual Lab', null, null, this.getTagsForStencil(gn, 'virtual lab', dt).join(' ')), + w * 11.2, h * 11.2, '', 'ONE Server', null, null, this.getTagsForStencil(gn, 'one server', dt).join(' ')) + ]; + + this.addPalette('veeamProducts', 'Veeam / Products', false, mxUtils.bind(this, function(content) + { + for (var i = 0; i < fns.length; i++) + { + content.appendChild(fns[i](content)); + } + })); + }; + + Sidebar.prototype.addVeeamVMsTapePalette = function() + { + var sn = 'shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s2 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.2d.'; + var s3 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#4495D1;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + var s4 = 'shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#EF8F21;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.'; + + // Space savers + var sb = this; + var gn = 'mxgraph.veeam.vmstape'; + var dt = 'veeam vmware virtual machine vm tape'; + + var w = 4.0; + var h = 4.0; + + var fns = + [ this.createVertexTemplateEntry(s + 'virtual_machine;', - w * 23, h * 23, '', 'Virtual Machine', null, null, this.getTagsForStencil(gn, '', dt).join(' ')), - this.createVertexTemplateEntry(s + 'virtual_switch;', - w * 23, h * 23, '', 'Virtual Switch', null, null, this.getTagsForStencil(gn, 'switch', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vmware_host;', - w * 62, h * 60, '', 'VMware Host', null, null, this.getTagsForStencil(gn, 'vmware host', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vm_backup;', - w * 25, h * 23, '', 'VM Backup', null, null, this.getTagsForStencil(gn, 'vm backup', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vm_failed;', - w * 28, h * 27, '', 'VM Failed', null, null, this.getTagsForStencil(gn, 'vm failed', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vm_image_full_backup;', - w * 19, h * 26, '', 'VM Image Full Backup', null, null, this.getTagsForStencil(gn, 'vm image full backup', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vm_image_incremental_backup;', - w * 19, h * 26, '', 'VM Image Incremental Backup', null, null, this.getTagsForStencil(gn, 'vm image incremental backup', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vm_linux;', - w * 23, h * 42, '', 'VM Linux', null, null, this.getTagsForStencil(gn, 'vm linux', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vm_locked;', - w * 28, h * 26, '', 'VM Locked', null, null, this.getTagsForStencil(gn, 'vm locked', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vm_no_network;', - w * 27, h * 26, '', 'VM No Network', null, null, this.getTagsForStencil(gn, 'vm no network', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vm_problem;', - w * 28, h * 26, '', 'VM Problem', null, null, this.getTagsForStencil(gn, 'vm problem', dt).join(' ')), + w * 11.2, h * 11, '', 'Virtual Machine', null, null, this.getTagsForStencil(gn, '', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'vm_checked;', + w * 13.5, h * 13, '', 'VM Checked', null, null, this.getTagsForStencil(gn, 'checked', dt).join(' ')), this.createVertexTemplateEntry(s + 'vm_running;', - w * 28, h * 27, '', 'VM Running', null, null, this.getTagsForStencil(gn, 'vm running', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vm_saved_state;', - w * 28, h * 27, '', 'VM Saved State', null, null, this.getTagsForStencil(gn, 'vm saved state', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vm_windows;', - w * 23, h * 42, '', 'VM Windows', null, null, this.getTagsForStencil(gn, 'vm windows', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vnic;', - w * 23, h * 23, '', 'vNIC', null, null, this.getTagsForStencil(gn, 'vnic', dt).join(' ')), - this.createVertexTemplateEntry(s + 'vsb_file;', - w * 17, h * 23, '', '.vsb File', null, null, this.getTagsForStencil(gn, 'vsb file', dt).join(' ')), - this.createVertexTemplateEntry(s + 'wan_accelerator;', - w * 23, h * 23, '', 'WAN Accelerator', null, null, this.getTagsForStencil(gn, 'wan accelerator wireless area network', dt).join(' ')), - this.createVertexTemplateEntry(s + 'web_console;', - w * 23, h * 23, '', 'Web Console', null, null, this.getTagsForStencil(gn, 'web console', dt).join(' ')), - this.createVertexTemplateEntry(s + 'web_ui;', - w * 23, h * 23, '', 'Web UI', null, null, this.getTagsForStencil(gn, 'web ui user interface', dt).join(' ')), - this.createVertexTemplateEntry(s + 'workstation;', - w * 34, h * 23, '', 'Workstation', null, null, this.getTagsForStencil(gn, 'workstation', dt).join(' ')) + w * 13.5, h * 13, '', 'VM Started', null, null, this.getTagsForStencil(gn, 'vm started', dt).join(' ')), + this.createVertexTemplateEntry(s + 'vm_locked;', + w * 13.9, h * 13, '', 'VM Locked', null, null, this.getTagsForStencil(gn, 'vm locked', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'vm_paused;', + w * 13.5, h * 13, '', 'VM Paused', null, null, this.getTagsForStencil(gn, 'vm paused', dt).join(' ')), + this.createVertexTemplateEntry(s + 'vm_failed;', + w * 13.5, h * 13, '', 'VM Failed', null, null, this.getTagsForStencil(gn, 'vm failed', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'vm_kernel;', + w * 13.5, h * 13, '', 'VM Kernel', null, null, this.getTagsForStencil(gn, 'vm kernel', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'vm_windows;', + w * 14.3, h * 13.8, '', 'VM Windows', null, null, this.getTagsForStencil(gn, 'vm windows', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'vm_linux;', + w * 14.3, h * 13.8, '', 'VM Linux', null, null, this.getTagsForStencil(gn, 'vm linux', dt).join(' ')), + this.createVertexTemplateEntry('shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#A2C6E0;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=mxgraph.veeam.vm_snapshot;', + w * 15.2, h * 14.6, '', 'VM Snapshot', null, null, this.getTagsForStencil(gn, 'vm snapshot', dt).join(' ')), + this.createVertexTemplateEntry(s + 'vapp;', + w * 11.2, h * 11, '', 'vApp', null, null, this.getTagsForStencil(gn, 'vapp', dt).join(' ')), + this.createVertexTemplateEntry(s + 'tape;', + w * 15.5, h * 8.4, '', 'Tape', null, null, this.getTagsForStencil(gn, 'tape', dt).join(' ')), + this.createVertexTemplateEntry(s + 'tape_device;', + w * 26.3, h * 26.5, '', 'Tape Device', null, null, this.getTagsForStencil(gn, 'tape device', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'tape_library;', + w * 24.2, h * 24.5, '', 'Tape Library', null, null, this.getTagsForStencil(gn, 'tape library', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'tape_writing_device;', + w * 20.6, h * 10.9, '', 'Tape writing device', null, null, this.getTagsForStencil(gn, 'tape writing device', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'media_pool;', + w * 18.6, h * 17.9, '', 'Media pool', null, null, this.getTagsForStencil(gn, 'media pool', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'unknown_tape;', + w * 16.8, h * 15.6, '', 'Unknown tape', null, null, this.getTagsForStencil(gn, 'unknown tape', dt).join(' ')), + this.createVertexTemplateEntry(s + 'tape_ejecting;', + w * 18.9, h * 12.4, '', 'Tape eject', null, null, this.getTagsForStencil(gn, 'tape eject', dt).join(' ')), + this.createVertexTemplateEntry(s3 + 'tape_locked;', + w * 17.6, h * 10, '', 'Tape locked', null, null, this.getTagsForStencil(gn, 'tape locked', dt).join(' ')), + this.createVertexTemplateEntry(s + 'tape_licensed;', + w * 18.8, h * 11.1, '', 'Tape Licensed', null, null, this.getTagsForStencil(gn, 'tape licensed', dt).join(' ')), + this.createVertexTemplateEntry(s + 'tape_recording;', + w * 17.8, h * 11.8, '', 'Tape Recording', null, null, this.getTagsForStencil(gn, 'tape recording', dt).join(' ')), + this.createVertexTemplateEntry(s + 'tape_checked;', + w * 18.8, h * 11.4, '', 'Tape Checked', null, null, this.getTagsForStencil(gn, 'tape checked', dt).join(' ')) ]; - this.addPalette('veeam2D', 'Veeam / 2D', false, mxUtils.bind(this, function(content) + this.addPalette('veeamVMs and Tape', 'Veeam / VMs and Tape', false, mxUtils.bind(this, function(content) { for (var i = 0; i < fns.length; i++) { @@ -428,8 +853,6 @@ w * 23, h * 23, '', 'Veeam Backup and Replication Server', null, null, this.getTagsForStencil(gn, 'veeam backup and replication server', dt).join(' ')), this.createVertexTemplateEntry(sn + 'veeam_backup_enterprise_manager_server;', w * 23, h * 23, '', 'Veeam Backup Enterprise Manager Server', null, null, this.getTagsForStencil(gn, 'veeam backup enterprise manager server', dt).join(' ')), - this.createVertexTemplateEntry(sn + 'veeam_backup_enterprise_manager_server_2d;', - w * 20, h * 20, '', 'Veeam Backup Enterprise Manager Server 2D', null, null, this.getTagsForStencil(gn, 'veeam backup enterprise manager derver 2d two dimensional', dt).join(' ')), this.createVertexTemplateEntry(sn + 'veeam_backup_search_server;', w * 23, h * 23, '', 'Veeam Backup Search Server', null, null, this.getTagsForStencil(gn, 'veeam backup search server', dt).join(' ')), this.createVertexTemplateEntry(sn + 'veeam_one_business_view;', diff --git a/src/main/webapp/js/diagramly/sidebar/Sidebar.js b/src/main/webapp/js/diagramly/sidebar/Sidebar.js index a4450841d..7d6b2720e 100644 --- a/src/main/webapp/js/diagramly/sidebar/Sidebar.js +++ b/src/main/webapp/js/diagramly/sidebar/Sidebar.js @@ -109,7 +109,7 @@ /** * */ - Sidebar.prototype.veeam = ['2D', '3D']; + Sidebar.prototype.veeam = ['Data Center', 'Misc', 'Software', 'Storage', 'UsersStatus', 'VASComponents', 'Backup Replication', 'Products', 'VMs and Tape', '2D', '3D']; /** * diff --git a/src/main/webapp/js/diagramly/vsdx/importer.js b/src/main/webapp/js/diagramly/vsdx/importer.js index f6e6eb4ed..82ea6a8c7 100644 --- a/src/main/webapp/js/diagramly/vsdx/importer.js +++ b/src/main/webapp/js/diagramly/vsdx/importer.js @@ -11773,7 +11773,7 @@ com.mxgraph.io.mxVsdxCodec.parsererrorNS_$LI$(); EditorUi.prototype.doImportVisio = function(file, done, onerror) { - if (file.name != null && /(\.vssx)($|\?)/i.test(file.name)) + if (file.name != null && /(\.vssx?)($|\?)/i.test(file.name)) { new com.mxgraph.io.mxVssxCodec().decodeVssx(file, done); } diff --git a/src/main/webapp/js/diagramly/vsdx/mxVsdxCanvas2D.js b/src/main/webapp/js/diagramly/vsdx/mxVsdxCanvas2D.js index 6262e5316..dcf8168a7 100644 --- a/src/main/webapp/js/diagramly/vsdx/mxVsdxCanvas2D.js +++ b/src/main/webapp/js/diagramly/vsdx/mxVsdxCanvas2D.js @@ -730,6 +730,14 @@ mxVsdxCanvas2D.prototype.text = function(x, y, w, h, str, align, valign, wrap, f str = mxUtils.getOuterHtml(str); } + //This is the case with edges + if (w == 0 && h == 0) + { + var strSize = mxUtils.getSizeForString(str, that.cellState.style["fontSize"], that.cellState.style["fontFamily"]); + w = strSize.width * 1.2; + h = strSize.height * 1.2; + } + //TODO support HTML text formatting and remaining attributes if (format == 'html') { @@ -866,14 +874,15 @@ mxVsdxCanvas2D.prototype.text = function(x, y, w, h, str, align, valign, wrap, f { if (ch[i].nodeType == 3) { //#text + var fontStyle = that.cellState.style["fontStyle"]; var styleMap = { fontColor: pStyle['fontColor'] || that.cellState.style["fontColor"], fontSize: pStyle['fontSize'] || that.cellState.style["fontSize"], fontFamily: pStyle['fontFamily'] || that.cellState.style["fontFamily"], align: pStyle['align'] || that.cellState.style["align"], - bold: pStyle['bold'], - italic: pStyle['italic'], - underline: pStyle['underline'] + bold: pStyle['bold'] || (fontStyle & 1), + italic: pStyle['italic'] || (fontStyle & 2), + underline: pStyle['underline'] || (fontStyle & 4) }; createTextRow(styleMap, charSect, pSect, text, ch[i].textContent); } diff --git a/src/main/webapp/js/embed-static.min.js b/src/main/webapp/js/embed-static.min.js index 0df31326d..0ace05233 100644 --- a/src/main/webapp/js/embed-static.min.js +++ b/src/main/webapp/js/embed-static.min.js @@ -36,18 +36,18 @@ function(){return null!==this.k};f.prototype.V=function(){return this.h&&decodeU this.l};f.prototype.ba=function(a){if("object"===typeof a&&!(a instanceof Array)&&(a instanceof Object||"[object Array]"!==Object.prototype.toString.call(a))){var b=[],c=-1,d;for(d in a){var e=a[d];"string"===typeof e&&(b[++c]=d,b[++c]=e)}a=b}for(var b=[],c="",f=0;f<a.length;)d=a[f++],e=a[f++],b.push(c,encodeURIComponent(d.toString())),c="&",e&&b.push("=",encodeURIComponent(e.toString()));this.l=b.join("")};f.prototype.fa=function(a){this.o=a?a:null};f.prototype.Z=function(){return null!==this.o}; var l=/^(?:([^:/?#]+):)?(?:\/\/(?:([^/?#]*)@)?([^/?#:@]*)(?::([0-9]+))?)?([^?#]+)?(?:\?([^#]*))?(?:#(.*))?$/,m=/[#\/\?@]/g,n=/[\#\?]/g;f.parse=a;f.create=function(a,d,e,g,h,k,l){a=new f(b(a,m),b(d,m),"string"==typeof e?encodeURIComponent(e):null,0<g?g.toString():null,b(h,n),null,"string"==typeof l?encodeURIComponent(l):null);k&&("string"===typeof k?a.O(k.replace(/[^?&=0-9A-Za-z_\-~.%]/g,c)):a.ba(k));return a};f.N=e;f.ma=d;f.ha={ua:function(b){return/\.html$/.test(a(b).U())?"text/html":"application/javascript"}, N:function(b,c){return b?e(a(b),a(c)).toString():""+c}};return f}();"undefined"!==typeof window&&(window.URI=f);var g=void 0,h=void 0,k=void 0,l=void 0;(function(){function a(a){return"string"===typeof a?'url("'+a.replace(x,c)+'")':'url("about:blank")'}function c(a){return y[a]}function d(a,b){return a?f.ha.N(a,b):b}function n(a,b,c){if(!c)return null;var d=(""+a).match(u);return!d||d[1]&&!D.test(d[1])?null:c(a,b)}function w(a){return a.replace(/^-(?:apple|css|epub|khtml|moz|mso?|o|rim|wap|webkit|xv)-(?=[a-z])/, -"")}var x=/[\n\f\r\"\'()*<>]/g,y={"\n":"%0a","\f":"%0c","\r":"%0d",'"':"%22","'":"%27","(":"%28",")":"%29","*":"%2a","<":"%3c",">":"%3e"},u=/^(?:([^:/?# ]+):)?/,D=/^(?:https?|mailto|data)$/i;g=function(){var c={};return function C(f,g,h,k,l){f=w(f);var m=b[f];if(m&&"object"===typeof m){for(var p=m.cssPropBits,v=p&80,q=p&1536,r=NaN,B=0,u=0;B<g.length;++B){var t=g[B].toLowerCase(),z=t.charCodeAt(0),x,L,y,D,G,E;if(32===z)t="";else if(34===z)t=16===v?h?a(n(d(k,e(g[B].substring(1,t.length-1))),f,h)):"": -p&8&&!(v&v-1)?t:"";else if("inherit"!==t){if(G=m.cssLitGroup){var F;if(!(F=m.cssLitMap)){F={};for(var K=G.length;0<=--K;)for(var R=G[K],fa=R.length;0<=--fa;)F[R[fa]]=c;F=m.cssLitMap=F}G=F}else G=c;if(E=G,E[w(t)]!==c)if(35===z&&/^#(?:[0-9a-f]{3}){1,2}$/.test(t))t=p&2?t:"";else if(48<=z&&57>=z)t=p&1?t:"";else if(x=t.charCodeAt(1),L=t.charCodeAt(2),y=48<=x&&57>=x,D=48<=L&&57>=L,43===z&&(y||46===x&&D))t=p&1?(y?"":"0")+t.substring(1):"";else if(45===z&&(y||46===x&&D))t=p&4?(y?"-":"-0")+t.substring(1): -p&1?"0":"";else if(46===z&&y)t=p&1?"0"+t:"";else if('url("'===t.substring(0,5))t=h&&p&16?a(n(d(k,g[B].substring(5,t.length-2)),f,h)):"";else if("("===t.charAt(t.length-1))a:{G=g;F=B;t=1;K=F+1;for(z=G.length;K<z&&t;)R=G[K++],t+=")"===R?-1:/^[^"']*\($/.test(R);if(!t)for(t=G[F].toLowerCase(),z=w(t),G=G.splice(F,K-F,""),F=m.cssFns,K=0,R=F.length;K<R;++K)if(F[K].substring(0,z.length)==z){G[0]=G[G.length-1]="";C(F[K],G,h,k);t=t+G.join(" ")+")";break a}t=""}else t=q&&/^-?[a-z_][\w\-]*$/.test(t)&&!/__$/.test(t)? +"")}var x=/[\n\f\r\"\'()*<>]/g,y={"\n":"%0a","\f":"%0c","\r":"%0d",'"':"%22","'":"%27","(":"%28",")":"%29","*":"%2a","<":"%3c",">":"%3e"},u=/^(?:([^:/?# ]+):)?/,D=/^(?:https?|mailto|data)$/i;g=function(){var c={};return function C(f,g,h,k,l){f=w(f);var m=b[f];if(m&&"object"===typeof m){for(var p=m.cssPropBits,v=p&80,q=p&1536,r=NaN,B=0,u=0;B<g.length;++B){var t=g[B].toLowerCase(),z=t.charCodeAt(0),x,L,y,D,H,E;if(32===z)t="";else if(34===z)t=16===v?h?a(n(d(k,e(g[B].substring(1,t.length-1))),f,h)):"": +p&8&&!(v&v-1)?t:"";else if("inherit"!==t){if(H=m.cssLitGroup){var F;if(!(F=m.cssLitMap)){F={};for(var K=H.length;0<=--K;)for(var R=H[K],fa=R.length;0<=--fa;)F[R[fa]]=c;F=m.cssLitMap=F}H=F}else H=c;if(E=H,E[w(t)]!==c)if(35===z&&/^#(?:[0-9a-f]{3}){1,2}$/.test(t))t=p&2?t:"";else if(48<=z&&57>=z)t=p&1?t:"";else if(x=t.charCodeAt(1),L=t.charCodeAt(2),y=48<=x&&57>=x,D=48<=L&&57>=L,43===z&&(y||46===x&&D))t=p&1?(y?"":"0")+t.substring(1):"";else if(45===z&&(y||46===x&&D))t=p&4?(y?"-":"-0")+t.substring(1): +p&1?"0":"";else if(46===z&&y)t=p&1?"0"+t:"";else if('url("'===t.substring(0,5))t=h&&p&16?a(n(d(k,g[B].substring(5,t.length-2)),f,h)):"";else if("("===t.charAt(t.length-1))a:{H=g;F=B;t=1;K=F+1;for(z=H.length;K<z&&t;)R=H[K++],t+=")"===R?-1:/^[^"']*\($/.test(R);if(!t)for(t=H[F].toLowerCase(),z=w(t),H=H.splice(F,K-F,""),F=m.cssFns,K=0,R=F.length;K<R;++K)if(F[K].substring(0,z.length)==z){H[0]=H[H.length-1]="";C(F[K],H,h,k);t=t+H.join(" ")+")";break a}t=""}else t=q&&/^-?[a-z_][\w\-]*$/.test(t)&&!/__$/.test(t)? l&&512===q?g[B]+l:1024===q&&b[t]&&"number"===typeof b[t].oa?t:"":/^\w+$/.test(t)&&64===v&&p&8?r+1===u?(g[r]=g[r].substring(0,g[r].length-1)+" "+t+'"',""):(r=u,'"'+t+'"'):""}t&&(g[u++]=t)}1===u&&'url("about:blank")'===g[0]&&(u=0);g.length=u}else g.length=0}}();var F=/^(active|after|before|blank|checked|default|disabled|drop|empty|enabled|first|first-child|first-letter|first-line|first-of-type|fullscreen|focus|hover|in-range|indeterminate|invalid|last-child|last-of-type|left|link|only-child|only-of-type|optional|out-of-range|placeholder-shown|read-only|read-write|required|right|root|scope|user-error|valid|visited)$/, E={};E[">"]=E["+"]=E["~"]=E;h=function(a,b,c){function d(d,k){function l(c,d,e){var h,k,l,n,v,Z=!0;h="";c<d&&((v=a[c],"*"===v)?(++c,h=v):/^[a-zA-Z]/.test(v)&&(k=g(v.toLowerCase(),[]))&&("tagName"in k&&(v=k.tagName),++c,h=v));for(n=l=k="";Z&&c<d;++c)if(v=a[c],"#"===v.charAt(0))/^#_|__$|[^\w#:\-]/.test(v)?Z=!1:k+=v+f;else if("."===v)++c<d&&/^[0-9A-Za-z:_\-]+$/.test(v=a[c])&&!/^_|__$/.test(v)?k+="."+v:Z=!1;else if(c+1<d&&"["===a[c]){++c;var C=a[c++].toLowerCase();v=p.m[h+"::"+C];v!==+v&&(v=p.m["*::"+ C]);var q;b.ia?(q=b.ia(h,C),"string"!==typeof q&&(Z=!1,q=C),Z&&v!==+v&&(v=p.d.NONE)):(q=C,v!==+v&&(Z=!1));var r=C="",B=!1;/^[~^$*|]?=$/.test(a[c])&&(C=a[c++],r=a[c++],/^[0-9A-Za-z:_\-]+$/.test(r)?r='"'+r+'"':"]"===r&&(r='""',--c),/^"([^\"\\]|\\.)*"$/.test(r)||(Z=!1),(B="i"===a[c])&&++c);"]"!==a[c]&&(++c,Z=!1);switch(v){case p.d.CLASSES:case p.d.LOCAL_NAME:case p.d.NONE:break;case p.d.GLOBAL_NAME:case p.d.ID:case p.d.IDREF:"="!==C&&"~="!==C&&"$="!==C||'""'==r||B?"|="===C||""===C||(Z=!1):r='"'+r.substring(1, r.length-1)+f+'"';break;case p.d.URI:case p.d.URI_FRAGMENT:""!==C&&(Z=!1);break;default:Z=!1}Z&&(l+="["+q.replace(/[^\w-]/g,"\\$&")+C+r+(B?" i]":"]"))}else if(c<d&&":"===a[c])if(v=a[++c],F.test(v))n+=":"+v;else break;else break;c!==d&&(Z=!1);Z&&(c=(h+k).replace(/[^ .*#\w-]/g,"\\$&")+l+n+e)&&m.push(c);return Z}" "===a[d]&&++d;k-1!==d&&" "===a[k]&&--k;for(var m=[],n=d,v=!0,C=d;v&&C<k;++C){var q=a[C];if(E[q]===E||" "===q)l(n,C,q)?n=C+1:v=!1}l(n,k,"")||(v=!1);return v?(m.length&&(n=m.join(""),null!== e&&(n="."+e+" "+n),h.push(n)),!0):!c||c(a.slice(d,k))}var e=b.na,f=b.L,g=b.Aa,h=[],k=0,l,m=0,n;for(l=0;l<a.length;++l)(n=a[l],"("==n||"["==n?(++m,0):")"==n||"]"==n?(m&&--m,0):" "==a[l]&&(m||E[a[l-1]]===E||E[a[l+1]]===E))||(a[k++]=a[l]);a.length=k;k=a.length;for(l=m=0;l<k;++l)if(","===a[l]){if(!d(m,l))return null;m=l+1}return d(m,k)?h:null};(function(){var a=/^\w/,b=/^(?:(?:(?:(?:only|not) )?(?:all|aural|braille|embossed|handheld|print|projection|screen|speech|tty|tv)|\( (?:(?:min-|max-)?(?:(?:device-)?(?:aspect-ratio|height|width)|color(?:-index)?|monochrome|orientation|resolution)|grid|hover|luminosity|pointer|scan|script) (?:: -?(?:[a-z]\w+(?:-\w+)*|\d+(?: \/ \d+|(?:\.\d+)?(?:p[cxt]|[cem]m|in|dpi|dppx|dpcm|%)?)) )?\))(?: and ?\( (?:(?:min-|max-)?(?:(?:device-)?(?:aspect-ratio|height|width)|color(?:-index)?|monochrome|orientation|resolution)|grid|hover|luminosity|pointer|scan|script) (?:: -?(?:[a-z]\w+(?:-\w+)*|\d+(?: \/ \d+|(?:\.\d+)?(?:p[cxt]|[cem]m|in|dpi|dppx|dpcm|%)?)) )?\))*)(?: , (?:(?:(?:(?:only|not) )?(?:all|aural|braille|embossed|handheld|print|projection|screen|speech|tty|tv)|\( (?:(?:min-|max-)?(?:(?:device-)?(?:aspect-ratio|height|width)|color(?:-index)?|monochrome|orientation|resolution)|grid|hover|luminosity|pointer|scan|script) (?:: -?(?:[a-z]\w+(?:-\w+)*|\d+(?: \/ \d+|(?:\.\d+)?(?:p[cxt]|[cem]m|in|dpi|dppx|dpcm|%)?)) )?\))(?: and ?\( (?:(?:min-|max-)?(?:(?:device-)?(?:aspect-ratio|height|width)|color(?:-index)?|monochrome|orientation|resolution)|grid|hover|luminosity|pointer|scan|script) (?:: -?(?:[a-z]\w+(?:-\w+)*|\d+(?: \/ \d+|(?:\.\d+)?(?:p[cxt]|[cem]m|in|dpi|dppx|dpcm|%)?)) )?\))*))*$/i; l=function(c){c=c.slice();for(var d=c.length,e=0,f=0;f<d;++f){var g=c[f];" "!=g&&(c[e++]=g)}c.length=e;c=c.join(" ");return c.length?b.test(c)?a.test(c)?c:"not all , "+c:"not all":""}})();(function(){function a(a){var b=/^\s*[']([^']*)[']\s*$/,c=/^\s*url\s*[(]["]([^"]*)["][)]\s*$/,d=/^\s*url\s*[(][']([^']*)['][)]\s*$/,e=/^\s*url\s*[(]([^)]*)[)]\s*$/,f;return(f=/^\s*["]([^"]*)["]\s*$/.exec(a))||(f=b.exec(a))||(f=c.exec(a))||(f=d.exec(a))||(f=e.exec(a))?f[1]:null}function b(c,e,f,k,p,q,r){function C(){t= -H.length&&null===H[H.length-1]}var v=void 0,B=r||[0],H=[],t=!1;m(e,{startStylesheet:function(){v=[]},endStylesheet:function(){},startAtrule:function(e,g){if(t)e=null;else if("@media"===e)v.push("@media"," ",l(g));else if("@keyframes"===e||"@-webkit-keyframes"===e){var h=g[0];1!==g.length||/__$|[^\w\-]/.test(h)?e=null:(v.push(e," ",h+f.L),e="@keyframes")}else if("@import"===e&&0<g.length)if(e=null,"function"===typeof q){var m=l(g.slice(1));if("not all"!==m){++B[0];var C=[];v.push(C);var r=n(d(c,a(g[0])), -function(a){var c=b(r,a.qa,f,k,p,q,B);--B[0];a=m?{toString:function(){return"@media "+m+" {"+c.result+"}"}}:c.result;C[0]=a;q(a,!!B[0])},p)}}else window.console&&window.console.log("@import "+g.join(" ")+" elided");t=!e;H.push(e)},endAtrule:function(){H.pop();t||v.push(";");C()},startBlock:function(){t||v.push("{")},endBlock:function(){t||(v.push("}"),t=!0)},startRuleset:function(a){if(!t){var b=void 0;"@keyframes"===H[H.length-1]?(b=a.join(" ").match(/^ *(?:from|to|\d+(?:\.\d+)?%) *(?:, *(?:from|to|\d+(?:\.\d+)?%) *)*$/i), -t=!b,b&&(b=b[0].replace(/ +/g,""))):(a=h(a,f),a&&a.length?b=a.join(", "):t=!0);t||v.push(b,"{")}H.push(null)},endRuleset:function(){H.pop();t||v.push("}");C()},declaration:function(a,b){if(!t){var d=!1,e=b.length;2<=e&&"!"===b[e-2]&&"important"===b[e-1].toLowerCase()&&(d=!0,b.length-=2);g(a,b,k,c,f.L);b.length&&v.push(a,":",b.join(" "),d?" !important;":";")}}});return{result:{toString:function(){return v.join("")}},va:!!B[0]}}k=function(a,c,d,e){return b(a,c,d,e,void 0,void 0).result.toString()}})()})(); +G.length&&null===G[G.length-1]}var v=void 0,B=r||[0],G=[],t=!1;m(e,{startStylesheet:function(){v=[]},endStylesheet:function(){},startAtrule:function(e,g){if(t)e=null;else if("@media"===e)v.push("@media"," ",l(g));else if("@keyframes"===e||"@-webkit-keyframes"===e){var h=g[0];1!==g.length||/__$|[^\w\-]/.test(h)?e=null:(v.push(e," ",h+f.L),e="@keyframes")}else if("@import"===e&&0<g.length)if(e=null,"function"===typeof q){var m=l(g.slice(1));if("not all"!==m){++B[0];var C=[];v.push(C);var r=n(d(c,a(g[0])), +function(a){var c=b(r,a.qa,f,k,p,q,B);--B[0];a=m?{toString:function(){return"@media "+m+" {"+c.result+"}"}}:c.result;C[0]=a;q(a,!!B[0])},p)}}else window.console&&window.console.log("@import "+g.join(" ")+" elided");t=!e;G.push(e)},endAtrule:function(){G.pop();t||v.push(";");C()},startBlock:function(){t||v.push("{")},endBlock:function(){t||(v.push("}"),t=!0)},startRuleset:function(a){if(!t){var b=void 0;"@keyframes"===G[G.length-1]?(b=a.join(" ").match(/^ *(?:from|to|\d+(?:\.\d+)?%) *(?:, *(?:from|to|\d+(?:\.\d+)?%) *)*$/i), +t=!b,b&&(b=b[0].replace(/ +/g,""))):(a=h(a,f),a&&a.length?b=a.join(", "):t=!0);t||v.push(b,"{")}G.push(null)},endRuleset:function(){G.pop();t||v.push("}");C()},declaration:function(a,b){if(!t){var d=!1,e=b.length;2<=e&&"!"===b[e-2]&&"important"===b[e-1].toLowerCase()&&(d=!0,b.length-=2);g(a,b,k,c,f.L);b.length&&v.push(a,":",b.join(" "),d?" !important;":";")}}});return{result:{toString:function(){return v.join("")}},va:!!B[0]}}k=function(a,c,d,e){return b(a,c,d,e,void 0,void 0).result.toString()}})()})(); "undefined"!==typeof window&&(window.sanitizeCssProperty=g,window.sanitizeCssSelectorList=h,window.sanitizeStylesheet=k,window.sanitizeMediaQuery=l);var m,n;(function(){function a(a,c,d,e,f){for(var g=c++;c<d&&"{"!==a[c]&&";"!==a[c];)++c;if(c<d&&(f||";"===a[c])){f=g+1;var h=c;f<d&&" "===a[f]&&++f;h>f&&" "===a[h-1]&&--h;e.startAtrule&&e.startAtrule(a[g].toLowerCase(),a.slice(f,h));c="{"===a[c]?b(a,c,d,e):c+1;e.endAtrule&&e.endAtrule()}return c}function b(d,e,f,g){++e;for(g.startBlock&&g.startBlock();e< f;){var h=d[e].charAt(0);if("}"==h){++e;break}e=" "===h||";"===h?e+1:"@"===h?a(d,e,f,g,!1):"{"===h?b(d,e,f,g):c(d,e,f,g)}g.endBlock&&g.endBlock();return e}function c(a,b,c,d){var f=b,h=e(a,b,c,!0);if(0>h)return h=~h,h===f?h+1:h;var k=a[h];if("{"!==k)return h===f?h+1:h;b=h+1;h>f&&" "===a[h-1]&&--h;for(d.startRuleset&&d.startRuleset(a.slice(f,h));b<c;){k=a[b];if("}"===k){++b;break}b=" "===k?b+1:g(a,b,c,d)}d.endRuleset&&d.endRuleset();return b}function e(a,b,c,d){for(var e,f=[],g=-1;b<c;++b)if(e=a[b].charAt(0), "["===e||"("===e)f[++g]=e;else if("]"===e&&"["===f[g]||")"===e&&"("===f[g])--g;else if("{"===e||"}"===e||";"===e||"@"===e||":"===e&&!d)break;0<=g&&(b=~(b+1));return b}function f(a,b,c){for(;b<c&&";"!==a[b]&&"}"!==a[b];)++b;return b<c&&";"===a[b]?b+1:b}function g(a,b,c,d){var g=a[b++];if(!h.test(g))return f(a,b,c);b<c&&" "===a[b]&&++b;if(b==c||":"!==a[b])return f(a,b,c);++b;b<c&&" "===a[b]&&++b;var k=e(a,b,c,!1);if(0>k)k=~k;else{for(var l=[],m=0,n=b;n<k;++n)b=a[n]," "!==b&&(l[m++]=b);if(k<c){do{b= @@ -72,20 +72,20 @@ li:"HTMLLIElement",link:"HTMLLinkElement",map:"HTMLMapElement",mark:"HTMLElement s:"HTMLElement",samp:"HTMLElement",script:"HTMLScriptElement",section:"HTMLElement",select:"HTMLSelectElement",small:"HTMLElement",source:"HTMLSourceElement",span:"HTMLSpanElement",strike:"HTMLElement",strong:"HTMLElement",style:"HTMLStyleElement",sub:"HTMLElement",summary:"HTMLElement",sup:"HTMLElement",table:"HTMLTableElement",tbody:"HTMLTableSectionElement",td:"HTMLTableDataCellElement",textarea:"HTMLTextAreaElement",tfoot:"HTMLTableSectionElement",th:"HTMLTableHeaderCellElement",thead:"HTMLTableSectionElement", time:"HTMLTimeElement",title:"HTMLTitleElement",tr:"HTMLTableRowElement",track:"HTMLTrackElement",tt:"HTMLElement",u:"HTMLElement",ul:"HTMLUListElement","var":"HTMLElement",video:"HTMLVideoElement",wbr:"HTMLElement"};p.ELEMENT_DOM_INTERFACES=p.Q;p.P={NOT_LOADED:0,SAME_DOCUMENT:1,NEW_DOCUMENT:2};p.ueffects=p.P;p.J={"a::href":2,"area::href":2,"audio::src":1,"blockquote::cite":0,"command::icon":1,"del::cite":0,"form::action":2,"img::src":1,"input::src":1,"ins::cite":0,"q::cite":0,"video::poster":1,"video::src":1}; p.URIEFFECTS=p.J;p.M={UNSANDBOXED:2,SANDBOXED:1,DATA:0};p.ltypes=p.M;p.I={"a::href":2,"area::href":2,"audio::src":2,"blockquote::cite":2,"command::icon":1,"del::cite":2,"form::action":2,"img::src":1,"input::src":1,"ins::cite":2,"q::cite":2,"video::poster":1,"video::src":2};p.LOADERTYPES=p.I;"undefined"!==typeof window&&(window.html4=p);a=function(a){function b(a,b){var c;if(ba.hasOwnProperty(b))c=ba[b];else{var d=b.match(X);c=d?String.fromCharCode(parseInt(d[1],10)):(d=b.match(v))?String.fromCharCode(parseInt(d[1], -16)):H&&P.test(b)?(H.innerHTML="&"+b+";",d=H.textContent,ba[b]=d):"&"+b+";"}return c}function c(a){return a.replace(ca,b)}function d(a){return(""+a).replace(J,"&").replace(T,"<").replace(ea,">").replace(aa,""")}function e(a){return a.replace(N,"&$1").replace(T,"<").replace(ea,">")}function g(a){var b={z:a.z||a.cdata,A:a.A||a.comment,B:a.B||a.endDoc,t:a.t||a.endTag,e:a.e||a.pcdata,F:a.F||a.rcdata,H:a.H||a.startDoc,w:a.w||a.startTag};return function(a,c){var d,e=/(<\/|<\!--|<[!?]|[&<>])/g; +16)):G&&Q.test(b)?(G.innerHTML="&"+b+";",d=G.textContent,ba[b]=d):"&"+b+";"}return c}function c(a){return a.replace(ca,b)}function d(a){return(""+a).replace(J,"&").replace(T,"<").replace(ea,">").replace(aa,""")}function e(a){return a.replace(N,"&$1").replace(T,"<").replace(ea,">")}function g(a){var b={z:a.z||a.cdata,A:a.A||a.comment,B:a.B||a.endDoc,t:a.t||a.endTag,e:a.e||a.pcdata,F:a.F||a.rcdata,H:a.H||a.startDoc,w:a.w||a.startTag};return function(a,c){var d,e=/(<\/|<\!--|<[!?]|[&<>])/g; d=a+"";if(V)d=d.split(e);else{for(var f=[],g=0,h;null!==(h=e.exec(d));)f.push(d.substring(g,h.index)),f.push(h[0]),g=h.index+h[0].length;f.push(d.substring(g));d=f}k(b,d,0,{r:!1,C:!1},c)}}function h(a,b,c,d,e){return function(){k(a,b,c,d,e)}}function k(b,c,d,e,f){try{b.H&&0==d&&b.H(f);for(var g,k,n,v=c.length;d<v;){var p=c[d++],C=c[d];switch(p){case "&":M.test(C)?(b.e&&b.e("&"+C,f,O,h(b,c,d,e,f)),d++):b.e&&b.e("&",f,O,h(b,c,d,e,f));break;case "</":if(g=/^([-\w:]+)[^\'\"]*/.exec(C))if(g[0].length=== -C.length&&">"===c[d+1])d+=2,n=g[1].toLowerCase(),b.t&&b.t(n,f,O,h(b,c,d,e,f));else{var Z=c,R=d,q=b,r=f,Y=O,H=e,t=m(Z,R);t?(q.t&&q.t(t.name,r,Y,h(q,Z,R,H,r)),d=t.next):d=Z.length}else b.e&&b.e("</",f,O,h(b,c,d,e,f));break;case "<":if(g=/^([-\w:]+)\s*\/?/.exec(C))if(g[0].length===C.length&&">"===c[d+1]){d+=2;n=g[1].toLowerCase();b.w&&b.w(n,[],f,O,h(b,c,d,e,f));var P=a.f[n];P&W&&(d=l(c,{name:n,next:d,c:P},b,f,O,e))}else{var Z=c,R=b,q=f,r=O,Y=e,B=m(Z,d);B?(R.w&&R.w(B.name,B.R,q,r,h(R,Z,B.next,Y,q)), +C.length&&">"===c[d+1])d+=2,n=g[1].toLowerCase(),b.t&&b.t(n,f,O,h(b,c,d,e,f));else{var Z=c,R=d,q=b,r=f,Y=O,G=e,Q=m(Z,R);Q?(q.t&&q.t(Q.name,r,Y,h(q,Z,R,G,r)),d=Q.next):d=Z.length}else b.e&&b.e("</",f,O,h(b,c,d,e,f));break;case "<":if(g=/^([-\w:]+)\s*\/?/.exec(C))if(g[0].length===C.length&&">"===c[d+1]){d+=2;n=g[1].toLowerCase();b.w&&b.w(n,[],f,O,h(b,c,d,e,f));var t=a.f[n];t&W&&(d=l(c,{name:n,next:d,c:t},b,f,O,e))}else{var Z=c,R=b,q=f,r=O,Y=e,B=m(Z,d);B?(R.w&&R.w(B.name,B.R,q,r,h(R,Z,B.next,Y,q)), d=B.c&W?l(Z,B,R,q,r,Y):B.next):d=Z.length}else b.e&&b.e("<",f,O,h(b,c,d,e,f));break;case "\x3c!--":if(!e.C){for(k=d+1;k<v&&(">"!==c[k]||!/--$/.test(c[k-1]));k++);if(k<v){if(b.A){var u=c.slice(d,k).join("");b.A(u.substr(0,u.length-2),f,O,h(b,c,k+1,e,f))}d=k+1}else e.C=!0}e.C&&b.e&&b.e("<!--",f,O,h(b,c,d,e,f));break;case "<!":if(/^\w/.test(C)){if(!e.r){for(k=d+1;k<v&&">"!==c[k];k++);k<v?d=k+1:e.r=!0}e.r&&b.e&&b.e("<!",f,O,h(b,c,d,e,f))}else b.e&&b.e("<!",f,O,h(b,c,d,e,f));break;case "<?":if(!e.r){for(k= d+1;k<v&&">"!==c[k];k++);k<v?d=k+1:e.r=!0}e.r&&b.e&&b.e("<?",f,O,h(b,c,d,e,f));break;case ">":b.e&&b.e(">",f,O,h(b,c,d,e,f));break;case "":break;default:b.e&&b.e(p,f,O,h(b,c,d,e,f))}}b.B&&b.B(f)}catch(ma){if(ma!==O)throw ma;}}function l(b,c,d,f,g,k){var l=b.length;R.hasOwnProperty(c.name)||(R[c.name]=RegExp("^"+c.name+"(?:[\\s\\/]|$)","i"));for(var m=R[c.name],n=c.next,v=c.next+1;v<l&&("</"!==b[v-1]||!m.test(b[v]));v++);v<l&&--v;l=b.slice(n,v).join("");if(c.c&a.c.CDATA)d.z&&d.z(l,f,g,h(d,b, -v,k,f));else if(c.c&a.c.RCDATA)d.F&&d.F(e(l),f,g,h(d,b,v,k,f));else throw Error("bug");return v}function m(b,d){var e=/^([-\w:]+)/.exec(b[d]),f={};f.name=e[1].toLowerCase();f.c=a.f[f.name];for(var g=b[d].substr(e[0].length),h=d+1,k=b.length;h<k&&">"!==b[h];h++)g+=b[h];if(!(k<=h)){for(var l=[];""!==g;)if(e=Q.exec(g))if(e[4]&&!e[5]||e[6]&&!e[7]){for(var e=e[4]||e[6],m=!1,g=[g,b[h++]];h<k;h++){if(m){if(">"===b[h])break}else 0<=b[h].indexOf(e)&&(m=!0);g.push(b[h])}if(k<=h)break;g=g.join("")}else{var m= +v,k,f));else if(c.c&a.c.RCDATA)d.F&&d.F(e(l),f,g,h(d,b,v,k,f));else throw Error("bug");return v}function m(b,d){var e=/^([-\w:]+)/.exec(b[d]),f={};f.name=e[1].toLowerCase();f.c=a.f[f.name];for(var g=b[d].substr(e[0].length),h=d+1,k=b.length;h<k&&">"!==b[h];h++)g+=b[h];if(!(k<=h)){for(var l=[];""!==g;)if(e=P.exec(g))if(e[4]&&!e[5]||e[6]&&!e[7]){for(var e=e[4]||e[6],m=!1,g=[g,b[h++]];h<k;h++){if(m){if(">"===b[h])break}else 0<=b[h].indexOf(e)&&(m=!0);g.push(b[h])}if(k<=h)break;g=g.join("")}else{var m= e[1].toLowerCase(),n;if(e[2]){n=e[3];var v=n.charCodeAt(0);if(34===v||39===v)n=n.substr(1,n.length-2);n=c(n.replace(I,""))}else n="";l.push(m,n);g=g.substr(e[0].length)}else g=g.replace(/^[\s\S][^a-z\s]*/,"");f.R=l;f.next=h+1;return f}}function n(b){function c(a,b){f||b.push(a)}var e,f;return g({startDoc:function(){e=[];f=!1},startTag:function(c,g,h){if(!f&&a.f.hasOwnProperty(c)){var k=a.f[c];if(!(k&a.c.FOLDABLE)){var l=b(c,g);if(l){if("object"!==typeof l)throw Error("tagPolicy did not return object (old API?)"); if("attribs"in l)g=l.attribs;else throw Error("tagPolicy gave no attribs");var m;"tagName"in l?(m=l.tagName,l=a.f[m]):(m=c,l=k);if(k&a.c.OPTIONAL_ENDTAG){var n=e[e.length-1];n&&n.D===c&&(n.v!==m||c!==m)&&h.push("</",n.v,">")}k&a.c.EMPTY||e.push({D:c,v:m});h.push("<",m);c=0;for(n=g.length;c<n;c+=2){var v=g[c],C=g[c+1];null!==C&&void 0!==C&&h.push(" ",v,'="',d(C),'"')}h.push(">");k&a.c.EMPTY&&!(l&a.c.EMPTY)&&h.push("</",m,">")}else f=!(k&a.c.EMPTY)}}},endTag:function(b,c){if(f)f=!1;else if(a.f.hasOwnProperty(b)){var d= a.f[b];if(!(d&(a.c.EMPTY|a.c.FOLDABLE))){if(d&a.c.OPTIONAL_ENDTAG)for(d=e.length;0<=--d;){var g=e[d].D;if(g===b)break;if(!(a.f[g]&a.c.OPTIONAL_ENDTAG))return}else for(d=e.length;0<=--d&&e[d].D!==b;);if(!(0>d)){for(g=e.length;--g>d;){var h=e[g].v;a.f[h]&a.c.OPTIONAL_ENDTAG||c.push("</",h,">")}d<e.length&&(b=e[d].v);e.length=d;c.push("</",b,">")}}}},pcdata:c,rcdata:c,cdata:c,endDoc:function(a){for(;e.length;e.length--)a.push("</",e[e.length-1].v,">")}})}function p(a,b,c,d,e){if(!e)return null;try{var g= f.parse(""+a);if(g&&(!g.K()||fa.test(g.W()))){var h=e(g,b,c,d);return h?h.toString():null}}catch(ia){}return null}function r(a,b,c,d,e){c||a(b+" removed",{S:"removed",tagName:b});if(d!==e){var f="changed";d&&!e?f="removed":!d&&e&&(f="added");a(b+"."+c+" "+f,{S:f,tagName:b,la:c,oldValue:d,newValue:e})}}function C(a,b,c){b=b+"::"+c;if(a.hasOwnProperty(b))return a[b];b="*::"+c;if(a.hasOwnProperty(b))return a[b]}function L(b,c,d,e,f){for(var g=0;g<c.length;g+=2){var h=c[g],k=c[g+1],l=k,m=null,n;if((n= b+"::"+h,a.m.hasOwnProperty(n))||(n="*::"+h,a.m.hasOwnProperty(n)))m=a.m[n];if(null!==m)switch(m){case a.d.NONE:break;case a.d.SCRIPT:k=null;f&&r(f,b,h,l,k);break;case a.d.STYLE:if("undefined"===typeof U){k=null;f&&r(f,b,h,l,k);break}var v=[];U(k,{declaration:function(b,c){var e=b.toLowerCase();S(e,c,d?function(b){return p(b,a.P.ja,a.M.ka,{TYPE:"CSS",CSS_PROP:e},d)}:null);c.length&&v.push(e+": "+c.join(" "))}});k=0<v.length?v.join(" ; "):null;f&&r(f,b,h,l,k);break;case a.d.ID:case a.d.IDREF:case a.d.IDREFS:case a.d.GLOBAL_NAME:case a.d.LOCAL_NAME:case a.d.CLASSES:k= -e?e(k):k;f&&r(f,b,h,l,k);break;case a.d.URI:k=p(k,C(a.J,b,h),C(a.I,b,h),{TYPE:"MARKUP",XML_ATTR:h,XML_TAG:b},d);f&&r(f,b,h,l,k);break;case a.d.URI_FRAGMENT:k&&"#"===k.charAt(0)?(k=k.substring(1),k=e?e(k):k,null!==k&&void 0!==k&&(k="#"+k)):k=null;f&&r(f,b,h,l,k);break;default:k=null,f&&r(f,b,h,l,k)}else k=null,f&&r(f,b,h,l,k);c[g+1]=k}return c}function K(b,c,d){return function(e,f){if(a.f[e]&a.c.UNSAFE)d&&r(d,e,void 0,void 0,void 0);else return{attribs:L(e,f,b,c,d)}}}function G(a,b){var c=[];n(b)(a, -c);return c.join("")}var U,S;"undefined"!==typeof window&&(U=window.parseCssDeclarations,S=window.sanitizeCssProperty);var ba={lt:"<",LT:"<",gt:">",GT:">",amp:"&",AMP:"&",quot:'"',apos:"'",nbsp:"Â "},X=/^#(\d+)$/,v=/^#x([0-9A-Fa-f]+)$/,P=/^[A-Za-z][A-za-z0-9]+$/,H="undefined"!==typeof window&&window.document?window.document.createElement("textarea"):null,I=/\0/g,ca=/&(#[0-9]+|#[xX][0-9A-Fa-f]+|\w+);/g,M=/^(#[0-9]+|#[xX][0-9A-Fa-f]+|\w+);/,J=/&/g,N=/&([^a-z#]|#(?:[^0-9x]|x(?:[^0-9a-f]|$)|$)|$)/gi,T= -/[<]/g,ea=/>/g,aa=/\"/g,Q=/^\s*([-.:\w]+)(?:\s*(=)\s*((")[^"]*("|$)|(')[^']*('|$)|(?=[a-z][-\w]*\s*=)|[^"'\s]*))?/i,V=3==="a,b".split(/(,)/).length,W=a.c.CDATA|a.c.RCDATA,O={},R={},fa=/^(?:https?|mailto|data)$/i,Y={};Y.pa=Y.escapeAttrib=d;Y.ra=Y.makeHtmlSanitizer=n;Y.sa=Y.makeSaxParser=g;Y.ta=Y.makeTagPolicy=K;Y.wa=Y.normalizeRCData=e;Y.xa=Y.sanitize=function(a,b,c,d){return G(a,K(b,c,d))};Y.ya=Y.sanitizeAttribs=L;Y.za=Y.sanitizeWithPolicy=G;Y.Ba=Y.unescapeEntities=c;return Y}(p);c=a.sanitize;"undefined"!== +e?e(k):k;f&&r(f,b,h,l,k);break;case a.d.URI:k=p(k,C(a.J,b,h),C(a.I,b,h),{TYPE:"MARKUP",XML_ATTR:h,XML_TAG:b},d);f&&r(f,b,h,l,k);break;case a.d.URI_FRAGMENT:k&&"#"===k.charAt(0)?(k=k.substring(1),k=e?e(k):k,null!==k&&void 0!==k&&(k="#"+k)):k=null;f&&r(f,b,h,l,k);break;default:k=null,f&&r(f,b,h,l,k)}else k=null,f&&r(f,b,h,l,k);c[g+1]=k}return c}function K(b,c,d){return function(e,f){if(a.f[e]&a.c.UNSAFE)d&&r(d,e,void 0,void 0,void 0);else return{attribs:L(e,f,b,c,d)}}}function H(a,b){var c=[];n(b)(a, +c);return c.join("")}var U,S;"undefined"!==typeof window&&(U=window.parseCssDeclarations,S=window.sanitizeCssProperty);var ba={lt:"<",LT:"<",gt:">",GT:">",amp:"&",AMP:"&",quot:'"',apos:"'",nbsp:"Â "},X=/^#(\d+)$/,v=/^#x([0-9A-Fa-f]+)$/,Q=/^[A-Za-z][A-za-z0-9]+$/,G="undefined"!==typeof window&&window.document?window.document.createElement("textarea"):null,I=/\0/g,ca=/&(#[0-9]+|#[xX][0-9A-Fa-f]+|\w+);/g,M=/^(#[0-9]+|#[xX][0-9A-Fa-f]+|\w+);/,J=/&/g,N=/&([^a-z#]|#(?:[^0-9x]|x(?:[^0-9a-f]|$)|$)|$)/gi,T= +/[<]/g,ea=/>/g,aa=/\"/g,P=/^\s*([-.:\w]+)(?:\s*(=)\s*((")[^"]*("|$)|(')[^']*('|$)|(?=[a-z][-\w]*\s*=)|[^"'\s]*))?/i,V=3==="a,b".split(/(,)/).length,W=a.c.CDATA|a.c.RCDATA,O={},R={},fa=/^(?:https?|mailto|data)$/i,Y={};Y.pa=Y.escapeAttrib=d;Y.ra=Y.makeHtmlSanitizer=n;Y.sa=Y.makeSaxParser=g;Y.ta=Y.makeTagPolicy=K;Y.wa=Y.normalizeRCData=e;Y.xa=Y.sanitize=function(a,b,c,d){return H(a,K(b,c,d))};Y.ya=Y.sanitizeAttribs=L;Y.za=Y.sanitizeWithPolicy=H;Y.Ba=Y.unescapeEntities=c;return Y}(p);c=a.sanitize;"undefined"!== typeof window&&(window.html=a,window.html_sanitize=c)})();var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(a,b){var c="",d,e,f,g,h,k,l=0;for(null!=b&&b||(a=Base64._utf8_encode(a));l<a.length;)d=a.charCodeAt(l++),e=a.charCodeAt(l++),f=a.charCodeAt(l++),g=d>>2,d=(d&3)<<4|e>>4,h=(e&15)<<2|f>>6,k=f&63,isNaN(e)?h=k=64:isNaN(f)&&(k=64),c=c+this._keyStr.charAt(g)+this._keyStr.charAt(d)+this._keyStr.charAt(h)+this._keyStr.charAt(k);return c},decode:function(a,b){b=null!=b?b:!1;var c="",d,e,f,g,h,k=0;for(a=a.replace(/[^A-Za-z0-9\+\/\=]/g, "");k<a.length;)d=this._keyStr.indexOf(a.charAt(k++)),e=this._keyStr.indexOf(a.charAt(k++)),g=this._keyStr.indexOf(a.charAt(k++)),h=this._keyStr.indexOf(a.charAt(k++)),d=d<<2|e>>4,e=(e&15)<<4|g>>2,f=(g&3)<<6|h,c+=String.fromCharCode(d),64!=g&&(c+=String.fromCharCode(e)),64!=h&&(c+=String.fromCharCode(f));b||(c=Base64._utf8_decode(c));return c},_utf8_encode:function(a){a=a.replace(/\r\n/g,"\n");for(var b="",c=0;c<a.length;c++){var d=a.charCodeAt(c);128>d?b+=String.fromCharCode(d):(127<d&&2048>d?b+= String.fromCharCode(d>>6|192):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128)),b+=String.fromCharCode(d&63|128))}return b},_utf8_decode:function(a){var b="",c=0,d;for(c1=c2=0;c<a.length;)d=a.charCodeAt(c),128>d?(b+=String.fromCharCode(d),c++):191<d&&224>d?(c2=a.charCodeAt(c+1),b+=String.fromCharCode((d&31)<<6|c2&63),c+=2):(c2=a.charCodeAt(c+1),c3=a.charCodeAt(c+2),b+=String.fromCharCode((d&15)<<12|(c2&63)<<6|c3&63),c+=3);return b}};!function(a){"object"==typeof exports&&"undefined"!=typeof module?module.exports=a():"function"==typeof define&&define.amd?define([],a):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).pako=a()}(function(){return function b(c,d,e){function f(h,l){if(!d[h]){if(!c[h]){var k="function"==typeof require&&require;if(!l&&k)return k(h,!0);if(g)return g(h,!0);k=Error("Cannot find module '"+h+"'");throw k.code="MODULE_NOT_FOUND",k;}k=d[h]={exports:{}}; @@ -110,71 +110,71 @@ d?(c[h++]=192|d>>>6,c[h++]=128|63&d):65536>d?(c[h++]=224|d>>>12,c[h++]=128|d>>>6 function h(b,c){D._tr_flush_block(b,0<=b.block_start?b.block_start:-1,b.strstart-b.block_start,c);b.block_start=b.strstart;g(b.strm)}function k(b,c){b.pending_buf[b.pending++]=c}function l(b,c){b.pending_buf[b.pending++]=c>>>8&255;b.pending_buf[b.pending++]=255&c}function m(b,c){var d,e,f=b.max_chain_length,g=b.strstart,h=b.prev_length,k=b.nice_match,l=b.strstart>b.w_size-T?b.strstart-(b.w_size-T):0,m=b.window,v=b.w_mask,n=b.prev,C=b.strstart+N,p=m[g+h-1],q=m[g+h];b.prev_length>=b.good_match&&(f>>= 2);k>b.lookahead&&(k=b.lookahead);do if(d=c,m[d+h]===q&&m[d+h-1]===p&&m[d]===m[g]&&m[++d]===m[g+1]){g+=2;for(d++;m[++g]===m[++d]&&m[++g]===m[++d]&&m[++g]===m[++d]&&m[++g]===m[++d]&&m[++g]===m[++d]&&m[++g]===m[++d]&&m[++g]===m[++d]&&m[++g]===m[++d]&&g<C;);if(e=N-(C-g),g=C-N,e>h){if(b.match_start=c,h=e,e>=k)break;p=m[g+h-1];q=m[g+h]}}while((c=n[c&v])>l&&0!==--f);return h<=b.lookahead?h:b.lookahead}function n(b){var c,d,e,f,g=b.w_size;do{if(f=b.window_size-b.lookahead-b.strstart,b.strstart>=g+(g-T)){u.arraySet(b.window, b.window,g,g,0);b.match_start-=g;b.strstart-=g;b.block_start-=g;c=d=b.hash_size;do e=b.head[--c],b.head[c]=e>=g?e-g:0;while(--d);c=d=g;do e=b.prev[--c],b.prev[c]=e>=g?e-g:0;while(--d);f+=g}if(0===b.strm.avail_in)break;c=b.strm;e=b.window;var h=b.strstart+b.lookahead,k=c.avail_in;if(d=(k>f&&(k=f),0===k?0:(c.avail_in-=k,u.arraySet(e,c.input,c.next_in,k,h),1===c.state.wrap?c.adler=F(c.adler,e,k,h):2===c.state.wrap&&(c.adler=E(c.adler,e,k,h)),c.next_in+=k,c.total_in+=k,k)),b.lookahead+=d,b.lookahead+ -b.insert>=J)for(f=b.strstart-b.insert,b.ins_h=b.window[f],b.ins_h=(b.ins_h<<b.hash_shift^b.window[f+1])&b.hash_mask;b.insert&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[f+J-1])&b.hash_mask,b.prev[f&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=f,f++,b.insert--,!(b.lookahead+b.insert<J)););}while(b.lookahead<T&&0!==b.strm.avail_in)}function p(b,c){for(var d,e;;){if(b.lookahead<T){if(n(b),b.lookahead<T&&c===A)return Q;if(0===b.lookahead)break}if(d=0,b.lookahead>=J&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+ +b.insert>=J)for(f=b.strstart-b.insert,b.ins_h=b.window[f],b.ins_h=(b.ins_h<<b.hash_shift^b.window[f+1])&b.hash_mask;b.insert&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[f+J-1])&b.hash_mask,b.prev[f&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=f,f++,b.insert--,!(b.lookahead+b.insert<J)););}while(b.lookahead<T&&0!==b.strm.avail_in)}function p(b,c){for(var d,e;;){if(b.lookahead<T){if(n(b),b.lookahead<T&&c===A)return P;if(0===b.lookahead)break}if(d=0,b.lookahead>=J&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+ J-1])&b.hash_mask,d=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart),0!==d&&b.strstart-d<=b.w_size-T&&(b.match_length=m(b,d)),b.match_length>=J)if(e=D._tr_tally(b,b.strstart-b.match_start,b.match_length-J),b.lookahead-=b.match_length,b.match_length<=b.max_lazy_match&&b.lookahead>=J){b.match_length--;do b.strstart++,b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+J-1])&b.hash_mask,d=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart;while(0!==--b.match_length); -b.strstart++}else b.strstart+=b.match_length,b.match_length=0,b.ins_h=b.window[b.strstart],b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+1])&b.hash_mask;else e=D._tr_tally(b,0,b.window[b.strstart]),b.lookahead--,b.strstart++;if(e&&(h(b,!1),0===b.strm.avail_out))return Q}return b.insert=b.strstart<J-1?b.strstart:J-1,c===C?(h(b,!0),0===b.strm.avail_out?W:O):b.last_lit&&(h(b,!1),0===b.strm.avail_out)?Q:V}function r(b,c){for(var d,e,f;;){if(b.lookahead<T){if(n(b),b.lookahead<T&&c===A)return Q;if(0=== +b.strstart++}else b.strstart+=b.match_length,b.match_length=0,b.ins_h=b.window[b.strstart],b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+1])&b.hash_mask;else e=D._tr_tally(b,0,b.window[b.strstart]),b.lookahead--,b.strstart++;if(e&&(h(b,!1),0===b.strm.avail_out))return P}return b.insert=b.strstart<J-1?b.strstart:J-1,c===C?(h(b,!0),0===b.strm.avail_out?W:O):b.last_lit&&(h(b,!1),0===b.strm.avail_out)?P:V}function r(b,c){for(var d,e,f;;){if(b.lookahead<T){if(n(b),b.lookahead<T&&c===A)return P;if(0=== b.lookahead)break}if(d=0,b.lookahead>=J&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+J-1])&b.hash_mask,d=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart),b.prev_length=b.match_length,b.prev_match=b.match_start,b.match_length=J-1,0!==d&&b.prev_length<b.max_lazy_match&&b.strstart-d<=b.w_size-T&&(b.match_length=m(b,d),5>=b.match_length&&(b.strategy===U||b.match_length===J&&4096<b.strstart-b.match_start)&&(b.match_length=J-1)),b.prev_length>=J&&b.match_length<=b.prev_length){f= -b.strstart+b.lookahead-J;e=D._tr_tally(b,b.strstart-1-b.prev_match,b.prev_length-J);b.lookahead-=b.prev_length-1;b.prev_length-=2;do++b.strstart<=f&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+J-1])&b.hash_mask,d=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart);while(0!==--b.prev_length);if(b.match_available=0,b.match_length=J-1,b.strstart++,e&&(h(b,!1),0===b.strm.avail_out))return Q}else if(b.match_available){if(e=D._tr_tally(b,0,b.window[b.strstart-1]),e&&h(b,!1), -b.strstart++,b.lookahead--,0===b.strm.avail_out)return Q}else b.match_available=1,b.strstart++,b.lookahead--}return b.match_available&&(D._tr_tally(b,0,b.window[b.strstart-1]),b.match_available=0),b.insert=b.strstart<J-1?b.strstart:J-1,c===C?(h(b,!0),0===b.strm.avail_out?W:O):b.last_lit&&(h(b,!1),0===b.strm.avail_out)?Q:V}function q(b,c,d,e,f){this.good_length=b;this.max_lazy=c;this.nice_length=d;this.max_chain=e;this.func=f}function t(){this.strm=null;this.status=0;this.pending_buf=null;this.wrap= +b.strstart+b.lookahead-J;e=D._tr_tally(b,b.strstart-1-b.prev_match,b.prev_length-J);b.lookahead-=b.prev_length-1;b.prev_length-=2;do++b.strstart<=f&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+J-1])&b.hash_mask,d=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart);while(0!==--b.prev_length);if(b.match_available=0,b.match_length=J-1,b.strstart++,e&&(h(b,!1),0===b.strm.avail_out))return P}else if(b.match_available){if(e=D._tr_tally(b,0,b.window[b.strstart-1]),e&&h(b,!1), +b.strstart++,b.lookahead--,0===b.strm.avail_out)return P}else b.match_available=1,b.strstart++,b.lookahead--}return b.match_available&&(D._tr_tally(b,0,b.window[b.strstart-1]),b.match_available=0),b.insert=b.strstart<J-1?b.strstart:J-1,c===C?(h(b,!0),0===b.strm.avail_out?W:O):b.last_lit&&(h(b,!1),0===b.strm.avail_out)?P:V}function q(b,c,d,e,f){this.good_length=b;this.max_lazy=c;this.nice_length=d;this.max_chain=e;this.func=f}function t(){this.strm=null;this.status=0;this.pending_buf=null;this.wrap= this.pending=this.pending_out=this.pending_buf_size=0;this.gzhead=null;this.gzindex=0;this.method=X;this.last_flush=-1;this.w_mask=this.w_bits=this.w_size=0;this.window=null;this.window_size=0;this.head=this.prev=null;this.nice_match=this.good_match=this.strategy=this.level=this.max_lazy_match=this.max_chain_length=this.prev_length=this.lookahead=this.match_start=this.strstart=this.match_available=this.prev_match=this.match_length=this.block_start=this.hash_shift=this.hash_mask=this.hash_bits=this.hash_size= -this.ins_h=0;this.dyn_ltree=new u.Buf16(2*ca);this.dyn_dtree=new u.Buf16(2*(2*H+1));this.bl_tree=new u.Buf16(2*(2*I+1));f(this.dyn_ltree);f(this.dyn_dtree);f(this.bl_tree);this.bl_desc=this.d_desc=this.l_desc=null;this.bl_count=new u.Buf16(M+1);this.heap=new u.Buf16(2*P+1);f(this.heap);this.heap_max=this.heap_len=0;this.depth=new u.Buf16(2*P+1);f(this.depth);this.bi_valid=this.bi_buf=this.insert=this.matches=this.static_len=this.opt_len=this.d_buf=this.last_lit=this.lit_bufsize=this.l_buf=0}function z(b){var c; +this.ins_h=0;this.dyn_ltree=new u.Buf16(2*ca);this.dyn_dtree=new u.Buf16(2*(2*G+1));this.bl_tree=new u.Buf16(2*(2*I+1));f(this.dyn_ltree);f(this.dyn_dtree);f(this.bl_tree);this.bl_desc=this.d_desc=this.l_desc=null;this.bl_count=new u.Buf16(M+1);this.heap=new u.Buf16(2*Q+1);f(this.heap);this.heap_max=this.heap_len=0;this.depth=new u.Buf16(2*Q+1);f(this.depth);this.bi_valid=this.bi_buf=this.insert=this.matches=this.static_len=this.opt_len=this.d_buf=this.last_lit=this.lit_bufsize=this.l_buf=0}function z(b){var c; return b&&b.state?(b.total_in=b.total_out=0,b.data_type=ba,c=b.state,c.pending=0,c.pending_out=0,0>c.wrap&&(c.wrap=-c.wrap),c.status=c.wrap?ea:aa,b.adler=2===c.wrap?0:1,c.last_flush=A,D._tr_init(c),L):e(b,K)}function w(b){var c=z(b);c===L&&(b=b.state,b.window_size=2*b.w_size,f(b.head),b.max_lazy_match=y[b.level].max_lazy,b.good_match=y[b.level].good_length,b.nice_match=y[b.level].nice_length,b.max_chain_length=y[b.level].max_chain,b.strstart=0,b.block_start=0,b.lookahead=0,b.insert=0,b.match_length= -b.prev_length=J-1,b.match_available=0,b.ins_h=0);return c}function x(b,c,d,f,g,h){if(!b)return K;var k=1;if(c===G&&(c=6),0>f?(k=0,f=-f):15<f&&(k=2,f-=16),1>g||g>v||d!==X||8>f||15<f||0>c||9<c||0>h||h>S)return e(b,K);8===f&&(f=9);var l=new t;return b.state=l,l.strm=b,l.wrap=k,l.gzhead=null,l.w_bits=f,l.w_size=1<<l.w_bits,l.w_mask=l.w_size-1,l.hash_bits=g+7,l.hash_size=1<<l.hash_bits,l.hash_mask=l.hash_size-1,l.hash_shift=~~((l.hash_bits+J-1)/J),l.window=new u.Buf8(2*l.w_size),l.head=new u.Buf16(l.hash_size), -l.prev=new u.Buf16(l.w_size),l.lit_bufsize=1<<g+6,l.pending_buf_size=4*l.lit_bufsize,l.pending_buf=new u.Buf8(l.pending_buf_size),l.d_buf=1*l.lit_bufsize,l.l_buf=3*l.lit_bufsize,l.level=c,l.strategy=h,l.method=d,w(b)}var y,u=b("../utils/common"),D=b("./trees"),F=b("./adler32"),E=b("./crc32"),B=b("./messages"),A=0,C=4,L=0,K=-2,G=-1,U=1,S=4,ba=2,X=8,v=9,P=286,H=30,I=19,ca=2*P+1,M=15,J=3,N=258,T=N+J+1,ea=42,aa=113,Q=1,V=2,W=3,O=4;y=[new q(0,0,0,0,function(b,c){var d=65535;for(d>b.pending_buf_size-5&& -(d=b.pending_buf_size-5);;){if(1>=b.lookahead){if(n(b),0===b.lookahead&&c===A)return Q;if(0===b.lookahead)break}b.strstart+=b.lookahead;b.lookahead=0;var e=b.block_start+d;if((0===b.strstart||b.strstart>=e)&&(b.lookahead=b.strstart-e,b.strstart=e,h(b,!1),0===b.strm.avail_out)||b.strstart-b.block_start>=b.w_size-T&&(h(b,!1),0===b.strm.avail_out))return Q}return b.insert=0,c===C?(h(b,!0),0===b.strm.avail_out?W:O):(b.strstart>b.block_start&&h(b,!1),Q)}),new q(4,4,8,4,p),new q(4,5,16,8,p),new q(4,6,32, +b.prev_length=J-1,b.match_available=0,b.ins_h=0);return c}function x(b,c,d,f,g,h){if(!b)return K;var k=1;if(c===H&&(c=6),0>f?(k=0,f=-f):15<f&&(k=2,f-=16),1>g||g>v||d!==X||8>f||15<f||0>c||9<c||0>h||h>S)return e(b,K);8===f&&(f=9);var l=new t;return b.state=l,l.strm=b,l.wrap=k,l.gzhead=null,l.w_bits=f,l.w_size=1<<l.w_bits,l.w_mask=l.w_size-1,l.hash_bits=g+7,l.hash_size=1<<l.hash_bits,l.hash_mask=l.hash_size-1,l.hash_shift=~~((l.hash_bits+J-1)/J),l.window=new u.Buf8(2*l.w_size),l.head=new u.Buf16(l.hash_size), +l.prev=new u.Buf16(l.w_size),l.lit_bufsize=1<<g+6,l.pending_buf_size=4*l.lit_bufsize,l.pending_buf=new u.Buf8(l.pending_buf_size),l.d_buf=1*l.lit_bufsize,l.l_buf=3*l.lit_bufsize,l.level=c,l.strategy=h,l.method=d,w(b)}var y,u=b("../utils/common"),D=b("./trees"),F=b("./adler32"),E=b("./crc32"),B=b("./messages"),A=0,C=4,L=0,K=-2,H=-1,U=1,S=4,ba=2,X=8,v=9,Q=286,G=30,I=19,ca=2*Q+1,M=15,J=3,N=258,T=N+J+1,ea=42,aa=113,P=1,V=2,W=3,O=4;y=[new q(0,0,0,0,function(b,c){var d=65535;for(d>b.pending_buf_size-5&& +(d=b.pending_buf_size-5);;){if(1>=b.lookahead){if(n(b),0===b.lookahead&&c===A)return P;if(0===b.lookahead)break}b.strstart+=b.lookahead;b.lookahead=0;var e=b.block_start+d;if((0===b.strstart||b.strstart>=e)&&(b.lookahead=b.strstart-e,b.strstart=e,h(b,!1),0===b.strm.avail_out)||b.strstart-b.block_start>=b.w_size-T&&(h(b,!1),0===b.strm.avail_out))return P}return b.insert=0,c===C?(h(b,!0),0===b.strm.avail_out?W:O):(b.strstart>b.block_start&&h(b,!1),P)}),new q(4,4,8,4,p),new q(4,5,16,8,p),new q(4,6,32, 32,p),new q(4,4,16,16,r),new q(8,16,32,32,r),new q(8,16,128,128,r),new q(8,32,128,256,r),new q(32,128,258,1024,r),new q(32,258,258,4096,r)];d.deflateInit=function(b,c){return x(b,c,X,15,8,0)};d.deflateInit2=x;d.deflateReset=w;d.deflateResetKeep=z;d.deflateSetHeader=function(b,c){return b&&b.state?2!==b.state.wrap?K:(b.state.gzhead=c,L):K};d.deflate=function(b,c){var d,m,v,p;if(!b||!b.state||5<c||0>c)return b?e(b,K):K;if(m=b.state,!b.output||!b.input&&0!==b.avail_in||666===m.status&&c!==C)return e(b, 0===b.avail_out?-5:K);if(m.strm=b,d=m.last_flush,m.last_flush=c,m.status===ea)2===m.wrap?(b.adler=0,k(m,31),k(m,139),k(m,8),m.gzhead?(k(m,(m.gzhead.text?1:0)+(m.gzhead.hcrc?2:0)+(m.gzhead.extra?4:0)+(m.gzhead.name?8:0)+(m.gzhead.comment?16:0)),k(m,255&m.gzhead.time),k(m,m.gzhead.time>>8&255),k(m,m.gzhead.time>>16&255),k(m,m.gzhead.time>>24&255),k(m,9===m.level?2:2<=m.strategy||2>m.level?4:0),k(m,255&m.gzhead.os),m.gzhead.extra&&m.gzhead.extra.length&&(k(m,255&m.gzhead.extra.length),k(m,m.gzhead.extra.length>> 8&255)),m.gzhead.hcrc&&(b.adler=E(b.adler,m.pending_buf,m.pending,0)),m.gzindex=0,m.status=69):(k(m,0),k(m,0),k(m,0),k(m,0),k(m,0),k(m,9===m.level?2:2<=m.strategy||2>m.level?4:0),k(m,3),m.status=aa)):(v=X+(m.w_bits-8<<4)<<8,v|=(2<=m.strategy||2>m.level?0:6>m.level?1:6===m.level?2:3)<<6,0!==m.strstart&&(v|=32),m.status=aa,l(m,v+(31-v%31)),0!==m.strstart&&(l(m,b.adler>>>16),l(m,65535&b.adler)),b.adler=1);if(69===m.status)if(m.gzhead.extra){for(v=m.pending;m.gzindex<(65535&m.gzhead.extra.length)&&(m.pending!== m.pending_buf_size||(m.gzhead.hcrc&&m.pending>v&&(b.adler=E(b.adler,m.pending_buf,m.pending-v,v)),g(b),v=m.pending,m.pending!==m.pending_buf_size));)k(m,255&m.gzhead.extra[m.gzindex]),m.gzindex++;m.gzhead.hcrc&&m.pending>v&&(b.adler=E(b.adler,m.pending_buf,m.pending-v,v));m.gzindex===m.gzhead.extra.length&&(m.gzindex=0,m.status=73)}else m.status=73;if(73===m.status)if(m.gzhead.name){v=m.pending;do{if(m.pending===m.pending_buf_size&&(m.gzhead.hcrc&&m.pending>v&&(b.adler=E(b.adler,m.pending_buf,m.pending- v,v)),g(b),v=m.pending,m.pending===m.pending_buf_size)){p=1;break}p=m.gzindex<m.gzhead.name.length?255&m.gzhead.name.charCodeAt(m.gzindex++):0;k(m,p)}while(0!==p);m.gzhead.hcrc&&m.pending>v&&(b.adler=E(b.adler,m.pending_buf,m.pending-v,v));0===p&&(m.gzindex=0,m.status=91)}else m.status=91;if(91===m.status)if(m.gzhead.comment){v=m.pending;do{if(m.pending===m.pending_buf_size&&(m.gzhead.hcrc&&m.pending>v&&(b.adler=E(b.adler,m.pending_buf,m.pending-v,v)),g(b),v=m.pending,m.pending===m.pending_buf_size)){p= 1;break}p=m.gzindex<m.gzhead.comment.length?255&m.gzhead.comment.charCodeAt(m.gzindex++):0;k(m,p)}while(0!==p);m.gzhead.hcrc&&m.pending>v&&(b.adler=E(b.adler,m.pending_buf,m.pending-v,v));0===p&&(m.status=103)}else m.status=103;if(103===m.status&&(m.gzhead.hcrc?(m.pending+2>m.pending_buf_size&&g(b),m.pending+2<=m.pending_buf_size&&(k(m,255&b.adler),k(m,b.adler>>8&255),b.adler=0,m.status=aa)):m.status=aa),0!==m.pending){if(g(b),0===b.avail_out)return m.last_flush=-1,L}else if(0===b.avail_in&&(c<<1)- -(4<c?9:0)<=(d<<1)-(4<d?9:0)&&c!==C)return e(b,-5);if(666===m.status&&0!==b.avail_in)return e(b,-5);if(0!==b.avail_in||0!==m.lookahead||c!==A&&666!==m.status){var q;if(2===m.strategy)a:{for(var r;;){if(0===m.lookahead&&(n(m),0===m.lookahead)){if(c===A){q=Q;break a}break}if(m.match_length=0,r=D._tr_tally(m,0,m.window[m.strstart]),m.lookahead--,m.strstart++,r&&(h(m,!1),0===m.strm.avail_out)){q=Q;break a}}q=(m.insert=0,c===C?(h(m,!0),0===m.strm.avail_out?W:O):m.last_lit&&(h(m,!1),0===m.strm.avail_out)? -Q:V)}else if(3===m.strategy)a:{var H,P;for(r=m.window;;){if(m.lookahead<=N){if(n(m),m.lookahead<=N&&c===A){q=Q;break a}if(0===m.lookahead)break}if(m.match_length=0,m.lookahead>=J&&0<m.strstart&&(P=m.strstart-1,H=r[P],H===r[++P]&&H===r[++P]&&H===r[++P])){for(d=m.strstart+N;H===r[++P]&&H===r[++P]&&H===r[++P]&&H===r[++P]&&H===r[++P]&&H===r[++P]&&H===r[++P]&&H===r[++P]&&P<d;);m.match_length=N-(d-P);m.match_length>m.lookahead&&(m.match_length=m.lookahead)}if(m.match_length>=J?(q=D._tr_tally(m,1,m.match_length- -J),m.lookahead-=m.match_length,m.strstart+=m.match_length,m.match_length=0):(q=D._tr_tally(m,0,m.window[m.strstart]),m.lookahead--,m.strstart++),q&&(h(m,!1),0===m.strm.avail_out)){q=Q;break a}}q=(m.insert=0,c===C?(h(m,!0),0===m.strm.avail_out?W:O):m.last_lit&&(h(m,!1),0===m.strm.avail_out)?Q:V)}else q=y[m.level].func(m,c);if(q!==W&&q!==O||(m.status=666),q===Q||q===W)return 0===b.avail_out&&(m.last_flush=-1),L;if(q===V&&(1===c?D._tr_align(m):5!==c&&(D._tr_stored_block(m,0,0,!1),3===c&&(f(m.head),0=== +(4<c?9:0)<=(d<<1)-(4<d?9:0)&&c!==C)return e(b,-5);if(666===m.status&&0!==b.avail_in)return e(b,-5);if(0!==b.avail_in||0!==m.lookahead||c!==A&&666!==m.status){var q;if(2===m.strategy)a:{for(var r;;){if(0===m.lookahead&&(n(m),0===m.lookahead)){if(c===A){q=P;break a}break}if(m.match_length=0,r=D._tr_tally(m,0,m.window[m.strstart]),m.lookahead--,m.strstart++,r&&(h(m,!1),0===m.strm.avail_out)){q=P;break a}}q=(m.insert=0,c===C?(h(m,!0),0===m.strm.avail_out?W:O):m.last_lit&&(h(m,!1),0===m.strm.avail_out)? +P:V)}else if(3===m.strategy)a:{var Q,G;for(r=m.window;;){if(m.lookahead<=N){if(n(m),m.lookahead<=N&&c===A){q=P;break a}if(0===m.lookahead)break}if(m.match_length=0,m.lookahead>=J&&0<m.strstart&&(G=m.strstart-1,Q=r[G],Q===r[++G]&&Q===r[++G]&&Q===r[++G])){for(d=m.strstart+N;Q===r[++G]&&Q===r[++G]&&Q===r[++G]&&Q===r[++G]&&Q===r[++G]&&Q===r[++G]&&Q===r[++G]&&Q===r[++G]&&G<d;);m.match_length=N-(d-G);m.match_length>m.lookahead&&(m.match_length=m.lookahead)}if(m.match_length>=J?(q=D._tr_tally(m,1,m.match_length- +J),m.lookahead-=m.match_length,m.strstart+=m.match_length,m.match_length=0):(q=D._tr_tally(m,0,m.window[m.strstart]),m.lookahead--,m.strstart++),q&&(h(m,!1),0===m.strm.avail_out)){q=P;break a}}q=(m.insert=0,c===C?(h(m,!0),0===m.strm.avail_out?W:O):m.last_lit&&(h(m,!1),0===m.strm.avail_out)?P:V)}else q=y[m.level].func(m,c);if(q!==W&&q!==O||(m.status=666),q===P||q===W)return 0===b.avail_out&&(m.last_flush=-1),L;if(q===V&&(1===c?D._tr_align(m):5!==c&&(D._tr_stored_block(m,0,0,!1),3===c&&(f(m.head),0=== m.lookahead&&(m.strstart=0,m.block_start=0,m.insert=0))),g(b),0===b.avail_out))return m.last_flush=-1,L}return c!==C?L:0>=m.wrap?1:(2===m.wrap?(k(m,255&b.adler),k(m,b.adler>>8&255),k(m,b.adler>>16&255),k(m,b.adler>>24&255),k(m,255&b.total_in),k(m,b.total_in>>8&255),k(m,b.total_in>>16&255),k(m,b.total_in>>24&255)):(l(m,b.adler>>>16),l(m,65535&b.adler)),g(b),0<m.wrap&&(m.wrap=-m.wrap),0!==m.pending?L:1)};d.deflateEnd=function(b){var c;return b&&b.state?(c=b.state.status,c!==ea&&69!==c&&73!==c&&91!== c&&103!==c&&c!==aa&&666!==c?e(b,K):(b.state=null,c===aa?e(b,-3):L)):K};d.deflateSetDictionary=function(b,c){var d,e,g,h,k,m,l;e=c.length;if(!b||!b.state||(d=b.state,h=d.wrap,2===h||1===h&&d.status!==ea||d.lookahead))return K;1===h&&(b.adler=F(b.adler,c,e,0));d.wrap=0;e>=d.w_size&&(0===h&&(f(d.head),d.strstart=0,d.block_start=0,d.insert=0),k=new u.Buf8(d.w_size),u.arraySet(k,c,e-d.w_size,d.w_size,0),c=k,e=d.w_size);k=b.avail_in;m=b.next_in;l=b.input;b.avail_in=e;b.next_in=0;b.input=c;for(n(d);d.lookahead>= J;){e=d.strstart;g=d.lookahead-(J-1);do d.ins_h=(d.ins_h<<d.hash_shift^d.window[e+J-1])&d.hash_mask,d.prev[e&d.w_mask]=d.head[d.ins_h],d.head[d.ins_h]=e,e++;while(--g);d.strstart=e;d.lookahead=J-1;n(d)}return d.strstart+=d.lookahead,d.block_start=d.strstart,d.insert=d.lookahead,d.lookahead=0,d.match_length=d.prev_length=J-1,d.match_available=0,b.next_in=m,b.input=l,b.avail_in=k,d.wrap=h,L};d.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":3,"./adler32":5,"./crc32":7,"./messages":13, -"./trees":14}],9:[function(b,c,d){c.exports=function(){this.os=this.xflags=this.time=this.text=0;this.extra=null;this.extra_len=0;this.comment=this.name="";this.hcrc=0;this.done=!1}},{}],10:[function(b,c,d){c.exports=function(b,c){var d,e,f,l,m,n,p,r,q,t,z,w,x,y,u,D,F,E,B,A,C,L,K,G;d=b.state;e=b.next_in;K=b.input;f=e+(b.avail_in-5);l=b.next_out;G=b.output;m=l-(c-b.avail_out);n=l+(b.avail_out-257);p=d.dmax;r=d.wsize;q=d.whave;t=d.wnext;z=d.window;w=d.hold;x=d.bits;y=d.lencode;u=d.distcode;D=(1<<d.lenbits)- -1;F=(1<<d.distbits)-1;a:do b:for(15>x&&(w+=K[e++]<<x,x+=8,w+=K[e++]<<x,x+=8),E=y[w&D];;){if(B=E>>>24,w>>>=B,x-=B,B=E>>>16&255,0===B)G[l++]=65535&E;else{if(!(16&B)){if(0===(64&B)){E=y[(65535&E)+(w&(1<<B)-1)];continue b}if(32&B){d.mode=12;break a}b.msg="invalid literal/length code";d.mode=30;break a}A=65535&E;(B&=15)&&(x<B&&(w+=K[e++]<<x,x+=8),A+=w&(1<<B)-1,w>>>=B,x-=B);15>x&&(w+=K[e++]<<x,x+=8,w+=K[e++]<<x,x+=8);E=u[w&F];c:for(;;){if(B=E>>>24,w>>>=B,x-=B,B=E>>>16&255,!(16&B)){if(0===(64&B)){E=u[(65535& -E)+(w&(1<<B)-1)];continue c}b.msg="invalid distance code";d.mode=30;break a}if(C=65535&E,B&=15,x<B&&(w+=K[e++]<<x,x+=8,x<B&&(w+=K[e++]<<x,x+=8)),C+=w&(1<<B)-1,C>p){b.msg="invalid distance too far back";d.mode=30;break a}if(w>>>=B,x-=B,B=l-m,C>B){if(B=C-B,B>q&&d.sane){b.msg="invalid distance too far back";d.mode=30;break a}if(E=0,L=z,0===t){if(E+=r-B,B<A){A-=B;do G[l++]=z[E++];while(--B);E=l-C;L=G}}else if(t<B){if(E+=r+t-B,B-=t,B<A){A-=B;do G[l++]=z[E++];while(--B);if(E=0,t<A){B=t;A-=B;do G[l++]=z[E++]; -while(--B);E=l-C;L=G}}}else if(E+=t-B,B<A){A-=B;do G[l++]=z[E++];while(--B);E=l-C;L=G}for(;2<A;)G[l++]=L[E++],G[l++]=L[E++],G[l++]=L[E++],A-=3;A&&(G[l++]=L[E++],1<A&&(G[l++]=L[E++]))}else{E=l-C;do G[l++]=G[E++],G[l++]=G[E++],G[l++]=G[E++],A-=3;while(2<A);A&&(G[l++]=G[E++],1<A&&(G[l++]=G[E++]))}break}}break}while(e<f&&l<n);A=x>>3;e-=A;x-=A<<3;b.next_in=e;b.next_out=l;b.avail_in=e<f?5+(f-e):5-(e-f);b.avail_out=l<n?257+(n-l):257-(l-n);d.hold=w&(1<<x)-1;d.bits=x}},{}],11:[function(b,c,d){function e(b){return(b>>> +"./trees":14}],9:[function(b,c,d){c.exports=function(){this.os=this.xflags=this.time=this.text=0;this.extra=null;this.extra_len=0;this.comment=this.name="";this.hcrc=0;this.done=!1}},{}],10:[function(b,c,d){c.exports=function(b,c){var d,e,f,l,m,n,p,r,q,t,z,w,x,y,u,D,F,E,B,A,C,L,K,H;d=b.state;e=b.next_in;K=b.input;f=e+(b.avail_in-5);l=b.next_out;H=b.output;m=l-(c-b.avail_out);n=l+(b.avail_out-257);p=d.dmax;r=d.wsize;q=d.whave;t=d.wnext;z=d.window;w=d.hold;x=d.bits;y=d.lencode;u=d.distcode;D=(1<<d.lenbits)- +1;F=(1<<d.distbits)-1;a:do b:for(15>x&&(w+=K[e++]<<x,x+=8,w+=K[e++]<<x,x+=8),E=y[w&D];;){if(B=E>>>24,w>>>=B,x-=B,B=E>>>16&255,0===B)H[l++]=65535&E;else{if(!(16&B)){if(0===(64&B)){E=y[(65535&E)+(w&(1<<B)-1)];continue b}if(32&B){d.mode=12;break a}b.msg="invalid literal/length code";d.mode=30;break a}A=65535&E;(B&=15)&&(x<B&&(w+=K[e++]<<x,x+=8),A+=w&(1<<B)-1,w>>>=B,x-=B);15>x&&(w+=K[e++]<<x,x+=8,w+=K[e++]<<x,x+=8);E=u[w&F];c:for(;;){if(B=E>>>24,w>>>=B,x-=B,B=E>>>16&255,!(16&B)){if(0===(64&B)){E=u[(65535& +E)+(w&(1<<B)-1)];continue c}b.msg="invalid distance code";d.mode=30;break a}if(C=65535&E,B&=15,x<B&&(w+=K[e++]<<x,x+=8,x<B&&(w+=K[e++]<<x,x+=8)),C+=w&(1<<B)-1,C>p){b.msg="invalid distance too far back";d.mode=30;break a}if(w>>>=B,x-=B,B=l-m,C>B){if(B=C-B,B>q&&d.sane){b.msg="invalid distance too far back";d.mode=30;break a}if(E=0,L=z,0===t){if(E+=r-B,B<A){A-=B;do H[l++]=z[E++];while(--B);E=l-C;L=H}}else if(t<B){if(E+=r+t-B,B-=t,B<A){A-=B;do H[l++]=z[E++];while(--B);if(E=0,t<A){B=t;A-=B;do H[l++]=z[E++]; +while(--B);E=l-C;L=H}}}else if(E+=t-B,B<A){A-=B;do H[l++]=z[E++];while(--B);E=l-C;L=H}for(;2<A;)H[l++]=L[E++],H[l++]=L[E++],H[l++]=L[E++],A-=3;A&&(H[l++]=L[E++],1<A&&(H[l++]=L[E++]))}else{E=l-C;do H[l++]=H[E++],H[l++]=H[E++],H[l++]=H[E++],A-=3;while(2<A);A&&(H[l++]=H[E++],1<A&&(H[l++]=H[E++]))}break}}break}while(e<f&&l<n);A=x>>3;e-=A;x-=A<<3;b.next_in=e;b.next_out=l;b.avail_in=e<f?5+(f-e):5-(e-f);b.avail_out=l<n?257+(n-l):257-(l-n);d.hold=w&(1<<x)-1;d.bits=x}},{}],11:[function(b,c,d){function e(b){return(b>>> 24&255)+(b>>>8&65280)+((65280&b)<<8)+((255&b)<<24)}function f(){this.mode=0;this.last=!1;this.wrap=0;this.havedict=!1;this.total=this.check=this.dmax=this.flags=0;this.head=null;this.wnext=this.whave=this.wsize=this.wbits=0;this.window=null;this.extra=this.offset=this.length=this.bits=this.hold=0;this.distcode=this.lencode=null;this.have=this.ndist=this.nlen=this.ncode=this.distbits=this.lenbits=0;this.next=null;this.lens=new r.Buf16(320);this.work=new r.Buf16(288);this.distdyn=this.lendyn=null;this.was= this.back=this.sane=0}function g(b){var c;return b&&b.state?(c=b.state,b.total_in=b.total_out=c.total=0,b.msg="",c.wrap&&(b.adler=1&c.wrap),c.mode=u,c.last=0,c.havedict=0,c.dmax=32768,c.head=null,c.hold=0,c.bits=0,c.lencode=c.lendyn=new r.Buf32(D),c.distcode=c.distdyn=new r.Buf32(F),c.sane=1,c.back=-1,x):y}function h(b){var c;return b&&b.state?(c=b.state,c.wsize=0,c.whave=0,c.wnext=0,g(b)):y}function k(b,c){var d,e;return b&&b.state?(e=b.state,0>c?(d=0,c=-c):(d=(c>>4)+1,48>c&&(c&=15)),c&&(8>c||15< c)?y:(null!==e.window&&e.wbits!==c&&(e.window=null),e.wrap=d,e.wbits=c,h(b))):y}function l(b,c){var d,e;return b?(e=new f,b.state=e,e.window=null,d=k(b,c),d!==x&&(b.state=null),d):y}function m(b,c,d,e){var f;b=b.state;return null===b.window&&(b.wsize=1<<b.wbits,b.wnext=0,b.whave=0,b.window=new r.Buf8(b.wsize)),e>=b.wsize?(r.arraySet(b.window,c,d-b.wsize,b.wsize,0),b.wnext=0,b.whave=b.wsize):(f=b.wsize-b.wnext,f>e&&(f=e),r.arraySet(b.window,c,d-e,f,b.wnext),e-=f,e?(r.arraySet(b.window,c,d-e,e,0),b.wnext= -e,b.whave=b.wsize):(b.wnext+=f,b.wnext===b.wsize&&(b.wnext=0),b.whave<b.wsize&&(b.whave+=f))),0}var n,p,r=b("../utils/common"),q=b("./adler32"),t=b("./crc32"),z=b("./inffast"),w=b("./inftrees"),x=0,y=-2,u=1,D=852,F=592,E=!0;d.inflateReset=h;d.inflateReset2=k;d.inflateResetKeep=g;d.inflateInit=function(b){return l(b,15)};d.inflateInit2=l;d.inflate=function(b,c){var d,f,g,h,k,l,B,A,v,P,H,I,ca,M,J,N,D,F,aa,Q,V,W,O=0,R=new r.Buf8(4),fa=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!b||!b.state|| -!b.output||!b.input&&0!==b.avail_in)return y;d=b.state;12===d.mode&&(d.mode=13);k=b.next_out;g=b.output;B=b.avail_out;h=b.next_in;f=b.input;l=b.avail_in;A=d.hold;v=d.bits;P=l;H=B;V=x;a:for(;;)switch(d.mode){case u:if(0===d.wrap){d.mode=13;break}for(;16>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(2&d.wrap&&35615===A){d.check=0;R[0]=255&A;R[1]=A>>>8&255;d.check=t(d.check,R,2,0);v=A=0;d.mode=2;break}if(d.flags=0,d.head&&(d.head.done=!1),!(1&d.wrap)||(((255&A)<<8)+(A>>8))%31){b.msg="incorrect header check"; -d.mode=30;break}if(8!==(15&A)){b.msg="unknown compression method";d.mode=30;break}if(A>>>=4,v-=4,Q=(15&A)+8,0===d.wbits)d.wbits=Q;else if(Q>d.wbits){b.msg="invalid window size";d.mode=30;break}d.dmax=1<<Q;b.adler=d.check=1;d.mode=512&A?10:12;v=A=0;break;case 2:for(;16>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(d.flags=A,8!==(255&d.flags)){b.msg="unknown compression method";d.mode=30;break}if(57344&d.flags){b.msg="unknown header flags set";d.mode=30;break}d.head&&(d.head.text=A>>8&1);512&d.flags&& +e,b.whave=b.wsize):(b.wnext+=f,b.wnext===b.wsize&&(b.wnext=0),b.whave<b.wsize&&(b.whave+=f))),0}var n,p,r=b("../utils/common"),q=b("./adler32"),t=b("./crc32"),z=b("./inffast"),w=b("./inftrees"),x=0,y=-2,u=1,D=852,F=592,E=!0;d.inflateReset=h;d.inflateReset2=k;d.inflateResetKeep=g;d.inflateInit=function(b){return l(b,15)};d.inflateInit2=l;d.inflate=function(b,c){var d,f,g,h,k,l,B,A,v,Q,G,I,ca,M,J,N,D,F,aa,P,V,W,O=0,R=new r.Buf8(4),fa=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!b||!b.state|| +!b.output||!b.input&&0!==b.avail_in)return y;d=b.state;12===d.mode&&(d.mode=13);k=b.next_out;g=b.output;B=b.avail_out;h=b.next_in;f=b.input;l=b.avail_in;A=d.hold;v=d.bits;Q=l;G=B;V=x;a:for(;;)switch(d.mode){case u:if(0===d.wrap){d.mode=13;break}for(;16>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(2&d.wrap&&35615===A){d.check=0;R[0]=255&A;R[1]=A>>>8&255;d.check=t(d.check,R,2,0);v=A=0;d.mode=2;break}if(d.flags=0,d.head&&(d.head.done=!1),!(1&d.wrap)||(((255&A)<<8)+(A>>8))%31){b.msg="incorrect header check"; +d.mode=30;break}if(8!==(15&A)){b.msg="unknown compression method";d.mode=30;break}if(A>>>=4,v-=4,P=(15&A)+8,0===d.wbits)d.wbits=P;else if(P>d.wbits){b.msg="invalid window size";d.mode=30;break}d.dmax=1<<P;b.adler=d.check=1;d.mode=512&A?10:12;v=A=0;break;case 2:for(;16>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(d.flags=A,8!==(255&d.flags)){b.msg="unknown compression method";d.mode=30;break}if(57344&d.flags){b.msg="unknown header flags set";d.mode=30;break}d.head&&(d.head.text=A>>8&1);512&d.flags&& (R[0]=255&A,R[1]=A>>>8&255,d.check=t(d.check,R,2,0));v=A=0;d.mode=3;case 3:for(;32>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}d.head&&(d.head.time=A);512&d.flags&&(R[0]=255&A,R[1]=A>>>8&255,R[2]=A>>>16&255,R[3]=A>>>24&255,d.check=t(d.check,R,4,0));v=A=0;d.mode=4;case 4:for(;16>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}d.head&&(d.head.xflags=255&A,d.head.os=A>>8);512&d.flags&&(R[0]=255&A,R[1]=A>>>8&255,d.check=t(d.check,R,2,0));v=A=0;d.mode=5;case 5:if(1024&d.flags){for(;16>v;){if(0===l)break a;l--; -A+=f[h++]<<v;v+=8}d.length=A;d.head&&(d.head.extra_len=A);512&d.flags&&(R[0]=255&A,R[1]=A>>>8&255,d.check=t(d.check,R,2,0));v=A=0}else d.head&&(d.head.extra=null);d.mode=6;case 6:if(1024&d.flags&&(I=d.length,I>l&&(I=l),I&&(d.head&&(Q=d.head.extra_len-d.length,d.head.extra||(d.head.extra=Array(d.head.extra_len)),r.arraySet(d.head.extra,f,h,I,Q)),512&d.flags&&(d.check=t(d.check,f,I,h)),l-=I,h+=I,d.length-=I),d.length))break a;d.length=0;d.mode=7;case 7:if(2048&d.flags){if(0===l)break a;I=0;do Q=f[h+ -I++],d.head&&Q&&65536>d.length&&(d.head.name+=String.fromCharCode(Q));while(Q&&I<l);if(512&d.flags&&(d.check=t(d.check,f,I,h)),l-=I,h+=I,Q)break a}else d.head&&(d.head.name=null);d.length=0;d.mode=8;case 8:if(4096&d.flags){if(0===l)break a;I=0;do Q=f[h+I++],d.head&&Q&&65536>d.length&&(d.head.comment+=String.fromCharCode(Q));while(Q&&I<l);if(512&d.flags&&(d.check=t(d.check,f,I,h)),l-=I,h+=I,Q)break a}else d.head&&(d.head.comment=null);d.mode=9;case 9:if(512&d.flags){for(;16>v;){if(0===l)break a;l--; +A+=f[h++]<<v;v+=8}d.length=A;d.head&&(d.head.extra_len=A);512&d.flags&&(R[0]=255&A,R[1]=A>>>8&255,d.check=t(d.check,R,2,0));v=A=0}else d.head&&(d.head.extra=null);d.mode=6;case 6:if(1024&d.flags&&(I=d.length,I>l&&(I=l),I&&(d.head&&(P=d.head.extra_len-d.length,d.head.extra||(d.head.extra=Array(d.head.extra_len)),r.arraySet(d.head.extra,f,h,I,P)),512&d.flags&&(d.check=t(d.check,f,I,h)),l-=I,h+=I,d.length-=I),d.length))break a;d.length=0;d.mode=7;case 7:if(2048&d.flags){if(0===l)break a;I=0;do P=f[h+ +I++],d.head&&P&&65536>d.length&&(d.head.name+=String.fromCharCode(P));while(P&&I<l);if(512&d.flags&&(d.check=t(d.check,f,I,h)),l-=I,h+=I,P)break a}else d.head&&(d.head.name=null);d.length=0;d.mode=8;case 8:if(4096&d.flags){if(0===l)break a;I=0;do P=f[h+I++],d.head&&P&&65536>d.length&&(d.head.comment+=String.fromCharCode(P));while(P&&I<l);if(512&d.flags&&(d.check=t(d.check,f,I,h)),l-=I,h+=I,P)break a}else d.head&&(d.head.comment=null);d.mode=9;case 9:if(512&d.flags){for(;16>v;){if(0===l)break a;l--; A+=f[h++]<<v;v+=8}if(A!==(65535&d.check)){b.msg="header crc mismatch";d.mode=30;break}v=A=0}d.head&&(d.head.hcrc=d.flags>>9&1,d.head.done=!0);b.adler=d.check=0;d.mode=12;break;case 10:for(;32>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}b.adler=d.check=e(A);v=A=0;d.mode=11;case 11:if(0===d.havedict)return b.next_out=k,b.avail_out=B,b.next_in=h,b.avail_in=l,d.hold=A,d.bits=v,2;b.adler=d.check=1;d.mode=12;case 12:if(5===c||6===c)break a;case 13:if(d.last){A>>>=7&v;v-=7&v;d.mode=27;break}for(;3>v;){if(0=== l)break a;l--;A+=f[h++]<<v;v+=8}switch(d.last=1&A,A>>>=1,--v,3&A){case 0:d.mode=14;break;case 1:N=d;if(E){n=new r.Buf32(512);p=new r.Buf32(32);for(M=0;144>M;)N.lens[M++]=8;for(;256>M;)N.lens[M++]=9;for(;280>M;)N.lens[M++]=7;for(;288>M;)N.lens[M++]=8;w(1,N.lens,0,288,n,0,N.work,{bits:9});for(M=0;32>M;)N.lens[M++]=5;w(2,N.lens,0,32,p,0,N.work,{bits:5});E=!1}N.lencode=n;N.lenbits=9;N.distcode=p;N.distbits=5;if(d.mode=20,6===c){A>>>=2;v-=2;break a}break;case 2:d.mode=17;break;case 3:b.msg="invalid block type", d.mode=30}A>>>=2;v-=2;break;case 14:A>>>=7&v;for(v-=7&v;32>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if((65535&A)!==(A>>>16^65535)){b.msg="invalid stored block lengths";d.mode=30;break}if(d.length=65535&A,A=0,v=0,d.mode=15,6===c)break a;case 15:d.mode=16;case 16:if(I=d.length){if(I>l&&(I=l),I>B&&(I=B),0===I)break a;r.arraySet(g,f,h,I,k);l-=I;h+=I;B-=I;k+=I;d.length-=I;break}d.mode=12;break;case 17:for(;14>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(d.nlen=(31&A)+257,A>>>=5,v-=5,d.ndist=(31&A)+ 1,A>>>=5,v-=5,d.ncode=(15&A)+4,A>>>=4,v-=4,286<d.nlen||30<d.ndist){b.msg="too many length or distance symbols";d.mode=30;break}d.have=0;d.mode=18;case 18:for(;d.have<d.ncode;){for(;3>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}d.lens[fa[d.have++]]=7&A;A>>>=3;v-=3}for(;19>d.have;)d.lens[fa[d.have++]]=0;if(d.lencode=d.lendyn,d.lenbits=7,W={bits:d.lenbits},V=w(0,d.lens,0,19,d.lencode,0,d.work,W),d.lenbits=W.bits,V){b.msg="invalid code lengths set";d.mode=30;break}d.have=0;d.mode=19;case 19:for(;d.have< -d.nlen+d.ndist;){for(;O=d.lencode[A&(1<<d.lenbits)-1],J=O>>>24,N=65535&O,!(J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(16>N)A>>>=J,v-=J,d.lens[d.have++]=N;else{if(16===N){for(M=J+2;v<M;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(A>>>=J,v-=J,0===d.have){b.msg="invalid bit length repeat";d.mode=30;break}Q=d.lens[d.have-1];I=3+(3&A);A>>>=2;v-=2}else if(17===N){for(M=J+3;v<M;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}A>>>=J;v-=J;Q=0;I=3+(7&A);A>>>=3;v-=3}else{for(M=J+7;v<M;){if(0===l)break a;l--; -A+=f[h++]<<v;v+=8}A>>>=J;v-=J;Q=0;I=11+(127&A);A>>>=7;v-=7}if(d.have+I>d.nlen+d.ndist){b.msg="invalid bit length repeat";d.mode=30;break}for(;I--;)d.lens[d.have++]=Q}}if(30===d.mode)break;if(0===d.lens[256]){b.msg="invalid code -- missing end-of-block";d.mode=30;break}if(d.lenbits=9,W={bits:d.lenbits},V=w(1,d.lens,0,d.nlen,d.lencode,0,d.work,W),d.lenbits=W.bits,V){b.msg="invalid literal/lengths set";d.mode=30;break}if(d.distbits=6,d.distcode=d.distdyn,W={bits:d.distbits},V=w(2,d.lens,d.nlen,d.ndist, -d.distcode,0,d.work,W),d.distbits=W.bits,V){b.msg="invalid distances set";d.mode=30;break}if(d.mode=20,6===c)break a;case 20:d.mode=21;case 21:if(6<=l&&258<=B){b.next_out=k;b.avail_out=B;b.next_in=h;b.avail_in=l;d.hold=A;d.bits=v;z(b,H);k=b.next_out;g=b.output;B=b.avail_out;h=b.next_in;f=b.input;l=b.avail_in;A=d.hold;v=d.bits;12===d.mode&&(d.back=-1);break}for(d.back=0;O=d.lencode[A&(1<<d.lenbits)-1],J=O>>>24,M=O>>>16&255,N=65535&O,!(J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(M&&0===(240&M)){D= +d.nlen+d.ndist;){for(;O=d.lencode[A&(1<<d.lenbits)-1],J=O>>>24,N=65535&O,!(J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(16>N)A>>>=J,v-=J,d.lens[d.have++]=N;else{if(16===N){for(M=J+2;v<M;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(A>>>=J,v-=J,0===d.have){b.msg="invalid bit length repeat";d.mode=30;break}P=d.lens[d.have-1];I=3+(3&A);A>>>=2;v-=2}else if(17===N){for(M=J+3;v<M;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}A>>>=J;v-=J;P=0;I=3+(7&A);A>>>=3;v-=3}else{for(M=J+7;v<M;){if(0===l)break a;l--; +A+=f[h++]<<v;v+=8}A>>>=J;v-=J;P=0;I=11+(127&A);A>>>=7;v-=7}if(d.have+I>d.nlen+d.ndist){b.msg="invalid bit length repeat";d.mode=30;break}for(;I--;)d.lens[d.have++]=P}}if(30===d.mode)break;if(0===d.lens[256]){b.msg="invalid code -- missing end-of-block";d.mode=30;break}if(d.lenbits=9,W={bits:d.lenbits},V=w(1,d.lens,0,d.nlen,d.lencode,0,d.work,W),d.lenbits=W.bits,V){b.msg="invalid literal/lengths set";d.mode=30;break}if(d.distbits=6,d.distcode=d.distdyn,W={bits:d.distbits},V=w(2,d.lens,d.nlen,d.ndist, +d.distcode,0,d.work,W),d.distbits=W.bits,V){b.msg="invalid distances set";d.mode=30;break}if(d.mode=20,6===c)break a;case 20:d.mode=21;case 21:if(6<=l&&258<=B){b.next_out=k;b.avail_out=B;b.next_in=h;b.avail_in=l;d.hold=A;d.bits=v;z(b,G);k=b.next_out;g=b.output;B=b.avail_out;h=b.next_in;f=b.input;l=b.avail_in;A=d.hold;v=d.bits;12===d.mode&&(d.back=-1);break}for(d.back=0;O=d.lencode[A&(1<<d.lenbits)-1],J=O>>>24,M=O>>>16&255,N=65535&O,!(J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(M&&0===(240&M)){D= J;F=M;for(aa=N;O=d.lencode[aa+((A&(1<<D+F)-1)>>D)],J=O>>>24,M=O>>>16&255,N=65535&O,!(D+J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}A>>>=D;v-=D;d.back+=D}if(A>>>=J,v-=J,d.back+=J,d.length=N,0===M){d.mode=26;break}if(32&M){d.back=-1;d.mode=12;break}if(64&M){b.msg="invalid literal/length code";d.mode=30;break}d.extra=15&M;d.mode=22;case 22:if(d.extra){for(M=d.extra;v<M;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}d.length+=A&(1<<d.extra)-1;A>>>=d.extra;v-=d.extra;d.back+=d.extra}d.was=d.length;d.mode= 23;case 23:for(;O=d.distcode[A&(1<<d.distbits)-1],J=O>>>24,M=O>>>16&255,N=65535&O,!(J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(0===(240&M)){D=J;F=M;for(aa=N;O=d.distcode[aa+((A&(1<<D+F)-1)>>D)],J=O>>>24,M=O>>>16&255,N=65535&O,!(D+J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}A>>>=D;v-=D;d.back+=D}if(A>>>=J,v-=J,d.back+=J,64&M){b.msg="invalid distance code";d.mode=30;break}d.offset=N;d.extra=15&M;d.mode=24;case 24:if(d.extra){for(M=d.extra;v<M;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}d.offset+= -A&(1<<d.extra)-1;A>>>=d.extra;v-=d.extra;d.back+=d.extra}if(d.offset>d.dmax){b.msg="invalid distance too far back";d.mode=30;break}d.mode=25;case 25:if(0===B)break a;if(I=H-B,d.offset>I){if(I=d.offset-I,I>d.whave&&d.sane){b.msg="invalid distance too far back";d.mode=30;break}I>d.wnext?(I-=d.wnext,ca=d.wsize-I):ca=d.wnext-I;I>d.length&&(I=d.length);M=d.window}else M=g,ca=k-d.offset,I=d.length;I>B&&(I=B);B-=I;d.length-=I;do g[k++]=M[ca++];while(--I);0===d.length&&(d.mode=21);break;case 26:if(0===B)break a; -g[k++]=d.length;B--;d.mode=21;break;case 27:if(d.wrap){for(;32>v;){if(0===l)break a;l--;A|=f[h++]<<v;v+=8}if(H-=B,b.total_out+=H,d.total+=H,H&&(b.adler=d.check=d.flags?t(d.check,g,H,k-H):q(d.check,g,H,k-H)),H=B,(d.flags?A:e(A))!==d.check){b.msg="incorrect data check";d.mode=30;break}v=A=0}d.mode=28;case 28:if(d.wrap&&d.flags){for(;32>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(A!==(4294967295&d.total)){b.msg="incorrect length check";d.mode=30;break}v=A=0}d.mode=29;case 29:V=1;break a;case 30:V= --3;break a;case 31:return-4;default:return y}return b.next_out=k,b.avail_out=B,b.next_in=h,b.avail_in=l,d.hold=A,d.bits=v,(d.wsize||H!==b.avail_out&&30>d.mode&&(27>d.mode||4!==c))&&m(b,b.output,b.next_out,H-b.avail_out)?(d.mode=31,-4):(P-=b.avail_in,H-=b.avail_out,b.total_in+=P,b.total_out+=H,d.total+=H,d.wrap&&H&&(b.adler=d.check=d.flags?t(d.check,g,H,b.next_out-H):q(d.check,g,H,b.next_out-H)),b.data_type=d.bits+(d.last?64:0)+(12===d.mode?128:0)+(20===d.mode||15===d.mode?256:0),(0===P&&0===H||4=== +A&(1<<d.extra)-1;A>>>=d.extra;v-=d.extra;d.back+=d.extra}if(d.offset>d.dmax){b.msg="invalid distance too far back";d.mode=30;break}d.mode=25;case 25:if(0===B)break a;if(I=G-B,d.offset>I){if(I=d.offset-I,I>d.whave&&d.sane){b.msg="invalid distance too far back";d.mode=30;break}I>d.wnext?(I-=d.wnext,ca=d.wsize-I):ca=d.wnext-I;I>d.length&&(I=d.length);M=d.window}else M=g,ca=k-d.offset,I=d.length;I>B&&(I=B);B-=I;d.length-=I;do g[k++]=M[ca++];while(--I);0===d.length&&(d.mode=21);break;case 26:if(0===B)break a; +g[k++]=d.length;B--;d.mode=21;break;case 27:if(d.wrap){for(;32>v;){if(0===l)break a;l--;A|=f[h++]<<v;v+=8}if(G-=B,b.total_out+=G,d.total+=G,G&&(b.adler=d.check=d.flags?t(d.check,g,G,k-G):q(d.check,g,G,k-G)),G=B,(d.flags?A:e(A))!==d.check){b.msg="incorrect data check";d.mode=30;break}v=A=0}d.mode=28;case 28:if(d.wrap&&d.flags){for(;32>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(A!==(4294967295&d.total)){b.msg="incorrect length check";d.mode=30;break}v=A=0}d.mode=29;case 29:V=1;break a;case 30:V= +-3;break a;case 31:return-4;default:return y}return b.next_out=k,b.avail_out=B,b.next_in=h,b.avail_in=l,d.hold=A,d.bits=v,(d.wsize||G!==b.avail_out&&30>d.mode&&(27>d.mode||4!==c))&&m(b,b.output,b.next_out,G-b.avail_out)?(d.mode=31,-4):(Q-=b.avail_in,G-=b.avail_out,b.total_in+=Q,b.total_out+=G,d.total+=G,d.wrap&&G&&(b.adler=d.check=d.flags?t(d.check,g,G,b.next_out-G):q(d.check,g,G,b.next_out-G)),b.data_type=d.bits+(d.last?64:0)+(12===d.mode?128:0)+(20===d.mode||15===d.mode?256:0),(0===Q&&0===G||4=== c)&&V===x&&(V=-5),V)};d.inflateEnd=function(b){if(!b||!b.state)return y;var c=b.state;return c.window&&(c.window=null),b.state=null,x};d.inflateGetHeader=function(b,c){var d;return b&&b.state?(d=b.state,0===(2&d.wrap)?y:(d.head=c,c.done=!1,x)):y};d.inflateSetDictionary=function(b,c){var d,e,f=c.length;return b&&b.state?(d=b.state,0!==d.wrap&&11!==d.mode?y:11===d.mode&&(e=1,e=q(e,c,f,0),e!==d.check)?-3:m(b,c,f,f)?(d.mode=31,-4):(d.havedict=1,x)):y};d.inflateInfo="pako inflate (from Nodeca project)"}, {"../utils/common":3,"./adler32":5,"./crc32":7,"./inffast":10,"./inftrees":12}],12:[function(b,c,d){var e=b("../utils/common"),f=[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],g=[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,72,78],h=[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],k=[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];c.exports=function(b,c,d,p,r,q,t,z){var l,m,n,u,D,F,E,B,A=z.bits,C,L,K,G,U,S,ba=0,X,v=null,P=0,H=new e.Buf16(16);u=new e.Buf16(16);var I=null,ca=0;for(C=0;15>=C;C++)H[C]=0;for(L=0;L<p;L++)H[c[d+L]]++;G=A;for(K=15;1<=K&&0===H[K];K--);if(G>K&&(G=K),0===K)return r[q++]=20971520,r[q++]=20971520,z.bits=1,0;for(A=1;A<K&&0===H[A];A++);G<A&&(G=A);for(C=l=1;15>=C;C++)if(l<<=1,l-=H[C],0>l)return-1;if(0<l&&(0===b||1!==K))return-1;u[1]=0;for(C=1;15>C;C++)u[C+1]=u[C]+H[C]; -for(L=0;L<p;L++)0!==c[d+L]&&(t[u[c[d+L]]++]=L);if(0===b?(v=I=t,D=19):1===b?(v=f,P-=257,I=g,ca-=257,D=256):(v=h,I=k,D=-1),X=0,L=0,C=A,u=q,U=G,S=0,n=-1,ba=1<<G,p=ba-1,1===b&&852<ba||2===b&&592<ba)return 1;for(var M=0;;){M++;F=C-S;t[L]<D?(E=0,B=t[L]):t[L]>D?(E=I[ca+t[L]],B=v[P+t[L]]):(E=96,B=0);l=1<<C-S;A=m=1<<U;do m-=l,r[u+(X>>S)+m]=F<<24|E<<16|B|0;while(0!==m);for(l=1<<C-1;X&l;)l>>=1;if(0!==l?(X&=l-1,X+=l):X=0,L++,0===--H[C]){if(C===K)break;C=c[d+t[L]]}if(C>G&&(X&p)!==n){0===S&&(S=G);u+=A;U=C-S;for(l= -1<<U;U+S<K&&(l-=H[U+S],!(0>=l));)U++,l<<=1;if(ba+=1<<U,1===b&&852<ba||2===b&&592<ba)return 1;n=X&p;r[n]=G<<24|U<<16|u-q|0}}return 0!==X&&(r[u+X]=C-S<<24|4194304),z.bits=G,0}},{"../utils/common":3}],13:[function(b,c,d){c.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],14:[function(b,c,d){function e(b){for(var c=b.length;0<=--c;)b[c]=0}function f(b,c,d,e,f){this.static_tree= +25,25,26,26,27,27,28,28,29,29,64,64];c.exports=function(b,c,d,p,r,q,t,z){var l,m,n,u,D,F,E,B,A=z.bits,C,L,K,H,U,S,ba=0,X,v=null,Q=0,G=new e.Buf16(16);u=new e.Buf16(16);var I=null,ca=0;for(C=0;15>=C;C++)G[C]=0;for(L=0;L<p;L++)G[c[d+L]]++;H=A;for(K=15;1<=K&&0===G[K];K--);if(H>K&&(H=K),0===K)return r[q++]=20971520,r[q++]=20971520,z.bits=1,0;for(A=1;A<K&&0===G[A];A++);H<A&&(H=A);for(C=l=1;15>=C;C++)if(l<<=1,l-=G[C],0>l)return-1;if(0<l&&(0===b||1!==K))return-1;u[1]=0;for(C=1;15>C;C++)u[C+1]=u[C]+G[C]; +for(L=0;L<p;L++)0!==c[d+L]&&(t[u[c[d+L]]++]=L);if(0===b?(v=I=t,D=19):1===b?(v=f,Q-=257,I=g,ca-=257,D=256):(v=h,I=k,D=-1),X=0,L=0,C=A,u=q,U=H,S=0,n=-1,ba=1<<H,p=ba-1,1===b&&852<ba||2===b&&592<ba)return 1;for(var M=0;;){M++;F=C-S;t[L]<D?(E=0,B=t[L]):t[L]>D?(E=I[ca+t[L]],B=v[Q+t[L]]):(E=96,B=0);l=1<<C-S;A=m=1<<U;do m-=l,r[u+(X>>S)+m]=F<<24|E<<16|B|0;while(0!==m);for(l=1<<C-1;X&l;)l>>=1;if(0!==l?(X&=l-1,X+=l):X=0,L++,0===--G[C]){if(C===K)break;C=c[d+t[L]]}if(C>H&&(X&p)!==n){0===S&&(S=H);u+=A;U=C-S;for(l= +1<<U;U+S<K&&(l-=G[U+S],!(0>=l));)U++,l<<=1;if(ba+=1<<U,1===b&&852<ba||2===b&&592<ba)return 1;n=X&p;r[n]=H<<24|U<<16|u-q|0}}return 0!==X&&(r[u+X]=C-S<<24|4194304),z.bits=H,0}},{"../utils/common":3}],13:[function(b,c,d){c.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],14:[function(b,c,d){function e(b){for(var c=b.length;0<=--c;)b[c]=0}function f(b,c,d,e,f){this.static_tree= b;this.extra_bits=c;this.extra_base=d;this.elems=e;this.max_length=f;this.has_stree=b&&b.length}function g(b,c){this.dyn_tree=b;this.max_code=0;this.stat_desc=c}function h(b,c){b.pending_buf[b.pending++]=255&c;b.pending_buf[b.pending++]=c>>>8&255}function k(b,c,d){b.bi_valid>ba-d?(b.bi_buf|=c<<b.bi_valid&65535,h(b,b.bi_buf),b.bi_buf=c>>ba-b.bi_valid,b.bi_valid+=d-ba):(b.bi_buf|=c<<b.bi_valid&65535,b.bi_valid+=d)}function l(b,c,d){k(b,d[2*c],d[2*c+1])}function m(b,c){var d=0;do d|=1&b,b>>>=1,d<<=1; -while(0<--c);return d>>>1}function n(b,c,d){var e,f=Array(S+1),g=0;for(e=1;e<=S;e++)f[e]=g=g+d[e-1]<<1;for(d=0;d<=c;d++)e=b[2*d+1],0!==e&&(b[2*d]=m(f[e]++,e))}function p(b){var c;for(c=0;c<L;c++)b.dyn_ltree[2*c]=0;for(c=0;c<K;c++)b.dyn_dtree[2*c]=0;for(c=0;c<G;c++)b.bl_tree[2*c]=0;b.dyn_ltree[2*X]=1;b.opt_len=b.static_len=0;b.last_lit=b.matches=0}function r(b){8<b.bi_valid?h(b,b.bi_buf):0<b.bi_valid&&(b.pending_buf[b.pending++]=b.bi_buf);b.bi_buf=0;b.bi_valid=0}function q(b,c,d,e){var f=2*c,g=2*d; -return b[f]<b[g]||b[f]===b[g]&&e[c]<=e[d]}function t(b,c,d){for(var e=b.heap[d],f=d<<1;f<=b.heap_len&&(f<b.heap_len&&q(c,b.heap[f+1],b.heap[f],b.depth)&&f++,!q(c,e,b.heap[f],b.depth));)b.heap[d]=b.heap[f],d=f,f<<=1;b.heap[d]=e}function z(b,c,d){var e,f,g,h,m=0;if(0!==b.last_lit){do e=b.pending_buf[b.d_buf+2*m]<<8|b.pending_buf[b.d_buf+2*m+1],f=b.pending_buf[b.l_buf+m],m++,0===e?l(b,f,c):(g=aa[f],l(b,g+C+1,c),h=I[g],0!==h&&(f-=Q[g],k(b,f,h)),e--,g=256>e?ea[e]:ea[256+(e>>>7)],l(b,g,d),h=ca[g],0!==h&& +while(0<--c);return d>>>1}function n(b,c,d){var e,f=Array(S+1),g=0;for(e=1;e<=S;e++)f[e]=g=g+d[e-1]<<1;for(d=0;d<=c;d++)e=b[2*d+1],0!==e&&(b[2*d]=m(f[e]++,e))}function p(b){var c;for(c=0;c<L;c++)b.dyn_ltree[2*c]=0;for(c=0;c<K;c++)b.dyn_dtree[2*c]=0;for(c=0;c<H;c++)b.bl_tree[2*c]=0;b.dyn_ltree[2*X]=1;b.opt_len=b.static_len=0;b.last_lit=b.matches=0}function r(b){8<b.bi_valid?h(b,b.bi_buf):0<b.bi_valid&&(b.pending_buf[b.pending++]=b.bi_buf);b.bi_buf=0;b.bi_valid=0}function q(b,c,d,e){var f=2*c,g=2*d; +return b[f]<b[g]||b[f]===b[g]&&e[c]<=e[d]}function t(b,c,d){for(var e=b.heap[d],f=d<<1;f<=b.heap_len&&(f<b.heap_len&&q(c,b.heap[f+1],b.heap[f],b.depth)&&f++,!q(c,e,b.heap[f],b.depth));)b.heap[d]=b.heap[f],d=f,f<<=1;b.heap[d]=e}function z(b,c,d){var e,f,g,h,m=0;if(0!==b.last_lit){do e=b.pending_buf[b.d_buf+2*m]<<8|b.pending_buf[b.d_buf+2*m+1],f=b.pending_buf[b.l_buf+m],m++,0===e?l(b,f,c):(g=aa[f],l(b,g+C+1,c),h=I[g],0!==h&&(f-=P[g],k(b,f,h)),e--,g=256>e?ea[e]:ea[256+(e>>>7)],l(b,g,d),h=ca[g],0!==h&& (e-=V[g],k(b,e,h)));while(m<b.last_lit)}l(b,X,c)}function w(b,c){var d,e,f,g=c.dyn_tree;e=c.stat_desc.static_tree;var h=c.stat_desc.has_stree,k=c.stat_desc.elems,l=-1;b.heap_len=0;b.heap_max=U;for(d=0;d<k;d++)0!==g[2*d]?(b.heap[++b.heap_len]=l=d,b.depth[d]=0):g[2*d+1]=0;for(;2>b.heap_len;)f=b.heap[++b.heap_len]=2>l?++l:0,g[2*f]=1,b.depth[f]=0,b.opt_len--,h&&(b.static_len-=e[2*f+1]);c.max_code=l;for(d=b.heap_len>>1;1<=d;d--)t(b,g,d);f=k;do d=b.heap[1],b.heap[1]=b.heap[b.heap_len--],t(b,g,1),e=b.heap[1], -b.heap[--b.heap_max]=d,b.heap[--b.heap_max]=e,g[2*f]=g[2*d]+g[2*e],b.depth[f]=(b.depth[d]>=b.depth[e]?b.depth[d]:b.depth[e])+1,g[2*d+1]=g[2*e+1]=f,b.heap[1]=f++,t(b,g,1);while(2<=b.heap_len);b.heap[--b.heap_max]=b.heap[1];var m,v,h=c.dyn_tree,k=c.max_code,p=c.stat_desc.static_tree,q=c.stat_desc.has_stree,r=c.stat_desc.extra_bits,H=c.stat_desc.extra_base,P=c.stat_desc.max_length,I=0;for(e=0;e<=S;e++)b.bl_count[e]=0;h[2*b.heap[b.heap_max]+1]=0;for(d=b.heap_max+1;d<U;d++)f=b.heap[d],e=h[2*h[2*f+1]+1]+ -1,e>P&&(e=P,I++),h[2*f+1]=e,f>k||(b.bl_count[e]++,m=0,f>=H&&(m=r[f-H]),v=h[2*f],b.opt_len+=v*(e+m),q&&(b.static_len+=v*(p[2*f+1]+m)));if(0!==I){do{for(e=P-1;0===b.bl_count[e];)e--;b.bl_count[e]--;b.bl_count[e+1]+=2;b.bl_count[P]--;I-=2}while(0<I);for(e=P;0!==e;e--)for(f=b.bl_count[e];0!==f;)m=b.heap[--d],m>k||(h[2*m+1]!==e&&(b.opt_len+=(e-h[2*m+1])*h[2*m],h[2*m+1]=e),f--)}n(g,l,b.bl_count)}function x(b,c,d){var e,f,g=-1,h=c[1],k=0,l=7,m=4;0===h&&(l=138,m=3);c[2*(d+1)+1]=65535;for(e=0;e<=d;e++)f=h, -h=c[2*(e+1)+1],++k<l&&f===h||(k<m?b.bl_tree[2*f]+=k:0!==f?(f!==g&&b.bl_tree[2*f]++,b.bl_tree[2*v]++):10>=k?b.bl_tree[2*P]++:b.bl_tree[2*H]++,k=0,g=f,0===h?(l=138,m=3):f===h?(l=6,m=3):(l=7,m=4))}function y(b,c,d){var e,f,g=-1,h=c[1],m=0,n=7,p=4;0===h&&(n=138,p=3);for(e=0;e<=d;e++)if(f=h,h=c[2*(e+1)+1],!(++m<n&&f===h)){if(m<p){do l(b,f,b.bl_tree);while(0!==--m)}else 0!==f?(f!==g&&(l(b,f,b.bl_tree),m--),l(b,v,b.bl_tree),k(b,m-3,2)):10>=m?(l(b,P,b.bl_tree),k(b,m-3,3)):(l(b,H,b.bl_tree),k(b,m-11,7));m= -0;g=f;0===h?(n=138,p=3):f===h?(n=6,p=3):(n=7,p=4)}}function u(b){var c,d=4093624447;for(c=0;31>=c;c++,d>>>=1)if(1&d&&0!==b.dyn_ltree[2*c])return E;if(0!==b.dyn_ltree[18]||0!==b.dyn_ltree[20]||0!==b.dyn_ltree[26])return B;for(c=32;c<C;c++)if(0!==b.dyn_ltree[2*c])return B;return E}function D(b,c,d,e){k(b,(A<<1)+(e?1:0),3);r(b);h(b,d);h(b,~d);F.arraySet(b.pending_buf,b.window,c,d,b.pending);b.pending+=d}var F=b("../utils/common"),E=0,B=1,A=0,C=256,L=C+1+29,K=30,G=19,U=2*L+1,S=15,ba=16,X=256,v=16,P=17, -H=18,I=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],ca=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],M=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],J=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],N=Array(2*(L+2));e(N);var T=Array(2*K);e(T);var ea=Array(512);e(ea);var aa=Array(256);e(aa);var Q=Array(29);e(Q);var V=Array(K);e(V);var W,O,R,fa=!1;d._tr_init=function(b){if(!fa){var c,d,e,h=Array(S+1);for(e=d=0;28>e;e++)for(Q[e]=d,c=0;c<1<<I[e];c++)aa[d++]=e;aa[d-1]= -e;for(e=d=0;16>e;e++)for(V[e]=d,c=0;c<1<<ca[e];c++)ea[d++]=e;for(d>>=7;e<K;e++)for(V[e]=d<<7,c=0;c<1<<ca[e]-7;c++)ea[256+d++]=e;for(c=0;c<=S;c++)h[c]=0;for(c=0;143>=c;)N[2*c+1]=8,c++,h[8]++;for(;255>=c;)N[2*c+1]=9,c++,h[9]++;for(;279>=c;)N[2*c+1]=7,c++,h[7]++;for(;287>=c;)N[2*c+1]=8,c++,h[8]++;n(N,L+1,h);for(c=0;c<K;c++)T[2*c+1]=5,T[2*c]=m(c,5);W=new f(N,I,C+1,L,S);O=new f(T,ca,0,K,S);R=new f([],M,0,G,7);fa=!0}b.l_desc=new g(b.dyn_ltree,W);b.d_desc=new g(b.dyn_dtree,O);b.bl_desc=new g(b.bl_tree,R); -b.bi_buf=0;b.bi_valid=0;p(b)};d._tr_stored_block=D;d._tr_flush_block=function(b,c,d,e){var f,g,h=0;if(0<b.level){2===b.strm.data_type&&(b.strm.data_type=u(b));w(b,b.l_desc);w(b,b.d_desc);x(b,b.dyn_ltree,b.l_desc.max_code);x(b,b.dyn_dtree,b.d_desc.max_code);w(b,b.bl_desc);for(h=G-1;3<=h&&0===b.bl_tree[2*J[h]+1];h--);h=(b.opt_len+=3*(h+1)+14,h);f=b.opt_len+3+7>>>3;g=b.static_len+3+7>>>3;g<=f&&(f=g)}else f=g=d+5;if(d+4<=f&&-1!==c)D(b,c,d,e);else if(4===b.strategy||g===f)k(b,2+(e?1:0),3),z(b,N,T);else{k(b, +b.heap[--b.heap_max]=d,b.heap[--b.heap_max]=e,g[2*f]=g[2*d]+g[2*e],b.depth[f]=(b.depth[d]>=b.depth[e]?b.depth[d]:b.depth[e])+1,g[2*d+1]=g[2*e+1]=f,b.heap[1]=f++,t(b,g,1);while(2<=b.heap_len);b.heap[--b.heap_max]=b.heap[1];var m,v,h=c.dyn_tree,k=c.max_code,p=c.stat_desc.static_tree,q=c.stat_desc.has_stree,r=c.stat_desc.extra_bits,G=c.stat_desc.extra_base,Q=c.stat_desc.max_length,I=0;for(e=0;e<=S;e++)b.bl_count[e]=0;h[2*b.heap[b.heap_max]+1]=0;for(d=b.heap_max+1;d<U;d++)f=b.heap[d],e=h[2*h[2*f+1]+1]+ +1,e>Q&&(e=Q,I++),h[2*f+1]=e,f>k||(b.bl_count[e]++,m=0,f>=G&&(m=r[f-G]),v=h[2*f],b.opt_len+=v*(e+m),q&&(b.static_len+=v*(p[2*f+1]+m)));if(0!==I){do{for(e=Q-1;0===b.bl_count[e];)e--;b.bl_count[e]--;b.bl_count[e+1]+=2;b.bl_count[Q]--;I-=2}while(0<I);for(e=Q;0!==e;e--)for(f=b.bl_count[e];0!==f;)m=b.heap[--d],m>k||(h[2*m+1]!==e&&(b.opt_len+=(e-h[2*m+1])*h[2*m],h[2*m+1]=e),f--)}n(g,l,b.bl_count)}function x(b,c,d){var e,f,g=-1,h=c[1],k=0,l=7,m=4;0===h&&(l=138,m=3);c[2*(d+1)+1]=65535;for(e=0;e<=d;e++)f=h, +h=c[2*(e+1)+1],++k<l&&f===h||(k<m?b.bl_tree[2*f]+=k:0!==f?(f!==g&&b.bl_tree[2*f]++,b.bl_tree[2*v]++):10>=k?b.bl_tree[2*Q]++:b.bl_tree[2*G]++,k=0,g=f,0===h?(l=138,m=3):f===h?(l=6,m=3):(l=7,m=4))}function y(b,c,d){var e,f,g=-1,h=c[1],m=0,n=7,p=4;0===h&&(n=138,p=3);for(e=0;e<=d;e++)if(f=h,h=c[2*(e+1)+1],!(++m<n&&f===h)){if(m<p){do l(b,f,b.bl_tree);while(0!==--m)}else 0!==f?(f!==g&&(l(b,f,b.bl_tree),m--),l(b,v,b.bl_tree),k(b,m-3,2)):10>=m?(l(b,Q,b.bl_tree),k(b,m-3,3)):(l(b,G,b.bl_tree),k(b,m-11,7));m= +0;g=f;0===h?(n=138,p=3):f===h?(n=6,p=3):(n=7,p=4)}}function u(b){var c,d=4093624447;for(c=0;31>=c;c++,d>>>=1)if(1&d&&0!==b.dyn_ltree[2*c])return E;if(0!==b.dyn_ltree[18]||0!==b.dyn_ltree[20]||0!==b.dyn_ltree[26])return B;for(c=32;c<C;c++)if(0!==b.dyn_ltree[2*c])return B;return E}function D(b,c,d,e){k(b,(A<<1)+(e?1:0),3);r(b);h(b,d);h(b,~d);F.arraySet(b.pending_buf,b.window,c,d,b.pending);b.pending+=d}var F=b("../utils/common"),E=0,B=1,A=0,C=256,L=C+1+29,K=30,H=19,U=2*L+1,S=15,ba=16,X=256,v=16,Q=17, +G=18,I=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],ca=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],M=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],J=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],N=Array(2*(L+2));e(N);var T=Array(2*K);e(T);var ea=Array(512);e(ea);var aa=Array(256);e(aa);var P=Array(29);e(P);var V=Array(K);e(V);var W,O,R,fa=!1;d._tr_init=function(b){if(!fa){var c,d,e,h=Array(S+1);for(e=d=0;28>e;e++)for(P[e]=d,c=0;c<1<<I[e];c++)aa[d++]=e;aa[d-1]= +e;for(e=d=0;16>e;e++)for(V[e]=d,c=0;c<1<<ca[e];c++)ea[d++]=e;for(d>>=7;e<K;e++)for(V[e]=d<<7,c=0;c<1<<ca[e]-7;c++)ea[256+d++]=e;for(c=0;c<=S;c++)h[c]=0;for(c=0;143>=c;)N[2*c+1]=8,c++,h[8]++;for(;255>=c;)N[2*c+1]=9,c++,h[9]++;for(;279>=c;)N[2*c+1]=7,c++,h[7]++;for(;287>=c;)N[2*c+1]=8,c++,h[8]++;n(N,L+1,h);for(c=0;c<K;c++)T[2*c+1]=5,T[2*c]=m(c,5);W=new f(N,I,C+1,L,S);O=new f(T,ca,0,K,S);R=new f([],M,0,H,7);fa=!0}b.l_desc=new g(b.dyn_ltree,W);b.d_desc=new g(b.dyn_dtree,O);b.bl_desc=new g(b.bl_tree,R); +b.bi_buf=0;b.bi_valid=0;p(b)};d._tr_stored_block=D;d._tr_flush_block=function(b,c,d,e){var f,g,h=0;if(0<b.level){2===b.strm.data_type&&(b.strm.data_type=u(b));w(b,b.l_desc);w(b,b.d_desc);x(b,b.dyn_ltree,b.l_desc.max_code);x(b,b.dyn_dtree,b.d_desc.max_code);w(b,b.bl_desc);for(h=H-1;3<=h&&0===b.bl_tree[2*J[h]+1];h--);h=(b.opt_len+=3*(h+1)+14,h);f=b.opt_len+3+7>>>3;g=b.static_len+3+7>>>3;g<=f&&(f=g)}else f=g=d+5;if(d+4<=f&&-1!==c)D(b,c,d,e);else if(4===b.strategy||g===f)k(b,2+(e?1:0),3),z(b,N,T);else{k(b, 4+(e?1:0),3);c=b.l_desc.max_code+1;d=b.d_desc.max_code+1;h+=1;k(b,c-257,5);k(b,d-1,5);k(b,h-4,4);for(f=0;f<h;f++)k(b,b.bl_tree[2*J[f]+1],3);y(b,b.dyn_ltree,c-1);y(b,b.dyn_dtree,d-1);z(b,b.dyn_ltree,b.dyn_dtree)}p(b);e&&r(b)};d._tr_tally=function(b,c,d){return b.pending_buf[b.d_buf+2*b.last_lit]=c>>>8&255,b.pending_buf[b.d_buf+2*b.last_lit+1]=255&c,b.pending_buf[b.l_buf+b.last_lit]=255&d,b.last_lit++,0===c?b.dyn_ltree[2*d]++:(b.matches++,c--,b.dyn_ltree[2*(aa[d]+C+1)]++,b.dyn_dtree[2*(256>c?ea[c]: ea[256+(c>>>7)])]++),b.last_lit===b.lit_bufsize-1};d._tr_align=function(b){k(b,2,3);l(b,X,N);16===b.bi_valid?(h(b,b.bi_buf),b.bi_buf=0,b.bi_valid=0):8<=b.bi_valid&&(b.pending_buf[b.pending++]=255&b.bi_buf,b.bi_buf>>=8,b.bi_valid-=8)}},{"../utils/common":3}],15:[function(b,c,d){c.exports=function(){this.input=null;this.total_in=this.avail_in=this.next_in=0;this.output=null;this.total_out=this.avail_out=this.next_out=0;this.msg="";this.state=null;this.data_type=2;this.adler=0}},{}],"/":[function(b, c,d){d=b("./lib/utils/common").assign;var e=b("./lib/deflate"),f=b("./lib/inflate");b=b("./lib/zlib/constants");var g={};d(g,e,f,b);c.exports=g},{"./lib/deflate":1,"./lib/inflate":2,"./lib/utils/common":3,"./lib/zlib/constants":6}]},{},[])("/")});var JSON;JSON||(JSON={}); @@ -184,7 +184,7 @@ f)+"\n"+t+"}":"{"+z.join(",")+"}";f=t;return l}}"function"!==typeof Date.prototy e=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,f,g,h={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},k;"function"!==typeof JSON.stringify&&(JSON.stringify=function(a,b,d){var e;g=f="";if("number"===typeof d)for(e=0;e<d;e+=1)g+=" ";else"string"===typeof d&&(g=d);if((k=b)&&"function"!==typeof b&&("object"!==typeof b||"number"!==typeof b.length))throw Error("JSON.stringify");return c("",{"":a})}); "function"!==typeof JSON.parse&&(JSON.parse=function(a,b){function c(a,d){var e,f,g=a[d];if(g&&"object"===typeof g)for(e in g)Object.prototype.hasOwnProperty.call(g,e)&&(f=c(g,e),void 0!==f?g[e]=f:delete g[e]);return b.call(a,d,g)}var e;a=""+a;d.lastIndex=0;d.test(a)&&(a=a.replace(d,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, "]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return e=eval("("+a+")"),"function"===typeof b?c({"":e},""):e;throw new SyntaxError("JSON.parse");})})();"undefined"===typeof window.mxBasePath&&(window.mxBasePath="https://www.draw.io/mxgraph/");window.mxLoadStylesheets=window.mxLoadStylesheets||!1;window.mxLoadResources=window.mxLoadResources||!1;window.mxLanguage=window.mxLanguage||"en";window.urlParams=window.urlParams||{};window.MAX_REQUEST_SIZE=window.MAX_REQUEST_SIZE||10485760;window.MAX_AREA=window.MAX_AREA||225E6;window.EXPORT_URL=window.EXPORT_URL||"/export";window.SAVE_URL=window.SAVE_URL||"/save";window.OPEN_URL=window.OPEN_URL||"/open";window.RESOURCES_PATH=window.RESOURCES_PATH||"resources";window.RESOURCE_BASE=window.RESOURCE_BASE||window.RESOURCES_PATH+"/grapheditor";window.STENCIL_PATH=window.STENCIL_PATH||"stencils";window.IMAGE_PATH=window.IMAGE_PATH||"images"; -window.STYLE_PATH=window.STYLE_PATH||"styles";window.CSS_PATH=window.CSS_PATH||"styles";window.OPEN_FORM=window.OPEN_FORM||"open.html";window.mxBasePath=window.mxBasePath||"../../../src";window.mxLanguage=window.mxLanguage||urlParams.lang;window.mxLanguages=window.mxLanguages||["de"];var mxClient={VERSION:"8.9.6",IS_IE:0<=navigator.userAgent.indexOf("MSIE"),IS_IE6:0<=navigator.userAgent.indexOf("MSIE 6"),IS_IE11:!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:!!navigator.userAgent.match(/Edge\//),IS_QUIRKS:0<=navigator.userAgent.indexOf("MSIE")&&(null==document.documentMode||5==document.documentMode),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&& +window.STYLE_PATH=window.STYLE_PATH||"styles";window.CSS_PATH=window.CSS_PATH||"styles";window.OPEN_FORM=window.OPEN_FORM||"open.html";window.mxBasePath=window.mxBasePath||"../../../src";window.mxLanguage=window.mxLanguage||urlParams.lang;window.mxLanguages=window.mxLanguages||["de"];var mxClient={VERSION:"8.9.9",IS_IE:0<=navigator.userAgent.indexOf("MSIE"),IS_IE6:0<=navigator.userAgent.indexOf("MSIE 6"),IS_IE11:!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:!!navigator.userAgent.match(/Edge\//),IS_QUIRKS:0<=navigator.userAgent.indexOf("MSIE")&&(null==document.documentMode||5==document.documentMode),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&& 0>navigator.userAgent.indexOf("Edge/"),IS_OP:0<=navigator.userAgent.indexOf("Opera/")||0<=navigator.userAgent.indexOf("OPR/"),IS_OT:0<=navigator.userAgent.indexOf("Presto/")&&0>navigator.userAgent.indexOf("Presto/2.4.")&&0>navigator.userAgent.indexOf("Presto/2.3.")&&0>navigator.userAgent.indexOf("Presto/2.2.")&&0>navigator.userAgent.indexOf("Presto/2.1.")&&0>navigator.userAgent.indexOf("Presto/2.0.")&&0>navigator.userAgent.indexOf("Presto/1."),IS_SF:0<=navigator.userAgent.indexOf("AppleWebKit/")&& 0>navigator.userAgent.indexOf("Chrome/")&&0>navigator.userAgent.indexOf("Edge/"),IS_IOS:navigator.userAgent.match(/(iPad|iPhone|iPod)/g)?!0:!1,IS_GC:0<=navigator.userAgent.indexOf("Chrome/")&&0>navigator.userAgent.indexOf("Edge/"),IS_CHROMEAPP:null!=window.chrome&&null!=chrome.app&&null!=chrome.app.runtime,IS_FF:0<=navigator.userAgent.indexOf("Firefox/"),IS_MT:0<=navigator.userAgent.indexOf("Firefox/")&&0>navigator.userAgent.indexOf("Firefox/1.")&&0>navigator.userAgent.indexOf("Firefox/2.")||0<=navigator.userAgent.indexOf("Iceweasel/")&& 0>navigator.userAgent.indexOf("Iceweasel/1.")&&0>navigator.userAgent.indexOf("Iceweasel/2.")||0<=navigator.userAgent.indexOf("SeaMonkey/")&&0>navigator.userAgent.indexOf("SeaMonkey/1.")||0<=navigator.userAgent.indexOf("Iceape/")&&0>navigator.userAgent.indexOf("Iceape/1."),IS_SVG:0<=navigator.userAgent.indexOf("Firefox/")||0<=navigator.userAgent.indexOf("Iceweasel/")||0<=navigator.userAgent.indexOf("Seamonkey/")||0<=navigator.userAgent.indexOf("Iceape/")||0<=navigator.userAgent.indexOf("Galeon/")|| @@ -314,7 +314,7 @@ function mxXmlRequest(a,b,c,d,e,f){this.url=a;this.params=b;this.method=c||"POST mxXmlRequest.prototype.decodeSimulateValues=!1;mxXmlRequest.prototype.isBinary=function(){return this.binary};mxXmlRequest.prototype.setBinary=function(a){this.binary=a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.isReady=function(){return 4==this.request.readyState};mxXmlRequest.prototype.getDocumentElement=function(){var a=this.getXml();return null!=a?a.documentElement:null}; mxXmlRequest.prototype.getXml=function(){var a=this.request.responseXML;if(9<=document.documentMode||null==a||null==a.documentElement)a=mxUtils.parseXml(this.request.responseText);return a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.getStatus=function(){return this.request.status}; mxXmlRequest.prototype.create=function(){if(window.XMLHttpRequest)return function(){var a=new XMLHttpRequest;this.isBinary()&&a.overrideMimeType&&a.overrideMimeType("text/plain; charset=x-user-defined");return a};if("undefined"!=typeof ActiveXObject)return function(){return new ActiveXObject("Microsoft.XMLHTTP")}}(); -mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& +mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.request.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& window.XMLHttpRequest&&null!=c&&null!=d&&(this.request.timeout=c,this.request.ontimeout=d),this.request.send(this.params))};mxXmlRequest.prototype.setRequestHeaders=function(a,b){null!=b&&a.setRequestHeader("Content-Type","application/x-www-form-urlencoded")}; mxXmlRequest.prototype.simulate=function(a,b){a=a||document;var c=null;a==document&&(c=window.onbeforeunload,window.onbeforeunload=null);var d=a.createElement("form");d.setAttribute("method",this.method);d.setAttribute("action",this.url);null!=b&&d.setAttribute("target",b);d.style.display="none";d.style.visibility="hidden";for(var e=0<this.params.indexOf("&")?this.params.split("&"):this.params.split(),f=0;f<e.length;f++){var g=e[f].indexOf("=");if(0<g){var h=e[f].substring(0,g),g=e[f].substring(g+ 1);this.decodeSimulateValues&&(g=decodeURIComponent(g));var k=a.createElement("textarea");k.setAttribute("wrap","off");k.setAttribute("name",h);mxUtils.write(k,g);d.appendChild(k)}}a.body.appendChild(d);d.submit();null!=d.parentNode&&d.parentNode.removeChild(d);null!=c&&(window.onbeforeunload=c)};function mxImage(a,b,c){this.src=a;this.width=b;this.height=c}mxImage.prototype.src=null;mxImage.prototype.width=null;mxImage.prototype.height=null; @@ -531,7 +531,7 @@ mxArrowConnector.prototype.augmentBoundingBox=function(a){mxShape.prototype.augm mxArrowConnector.prototype.paintEdgeShape=function(a,b){var c=this.strokewidth;this.outline&&(c=Math.max(1,mxUtils.getNumber(this.style,mxConstants.STYLE_STROKEWIDTH,this.strokewidth)));for(var d=this.getStartArrowWidth()+c,e=this.getEndArrowWidth()+c,f=this.outline?this.getEdgeWidth()+c:this.getEdgeWidth(),g=this.isOpenEnded(),h=this.isMarkerStart(),k=this.isMarkerEnd(),l=g?0:this.arrowSpacing+c/2,m=this.startSize+c,c=this.endSize+c,n=this.isArrowRounded(),p=b[b.length-1],r=1;r<b.length-1&&b[r].x== b[0].x&&b[r].y==b[0].y;)r++;var q=b[r].x-b[0].x,r=b[r].y-b[0].y,t=Math.sqrt(q*q+r*r);if(0!=t){var z=q/t,w,x=z,y=r/t,u,D=y,t=f*y,F=-f*z,E=[];n?a.setLineJoin("round"):2<b.length&&a.setMiterLimit(1.42);a.begin();q=z;r=y;if(h&&!g)this.paintMarker(a,b[0].x,b[0].y,z,y,m,d,f,l,!0);else{w=b[0].x+t/2+l*z;u=b[0].y+F/2+l*y;var B=b[0].x-t/2+l*z,A=b[0].y-F/2+l*y;g?(a.moveTo(w,u),E.push(function(){a.lineTo(B,A)})):(a.moveTo(B,A),a.lineTo(w,u))}for(var C=u=w=0,t=0;t<b.length-2;t++)if(F=mxUtils.relativeCcw(b[t].x, b[t].y,b[t+1].x,b[t+1].y,b[t+2].x,b[t+2].y),w=b[t+2].x-b[t+1].x,u=b[t+2].y-b[t+1].y,C=Math.sqrt(w*w+u*u),0!=C&&(x=w/C,D=u/C,tmp=Math.max(Math.sqrt((z*x+y*D+1)/2),.04),w=z+x,u=y+D,C=Math.sqrt(w*w+u*u),0!=C)){w/=C;u/=C;var C=Math.max(tmp,Math.min(this.strokewidth/200+.04,.35)),C=0!=F&&n?Math.max(.1,C):Math.max(tmp,.06),L=b[t+1].x+u*f/2/C,K=b[t+1].y-w*f/2/C;u=b[t+1].x-u*f/2/C;w=b[t+1].y+w*f/2/C;0!=F&&n?-1==F?(F=u+D*f,C=w-x*f,a.lineTo(u+y*f,w-z*f),a.quadTo(L,K,F,C),function(b,c){E.push(function(){a.lineTo(b, -c)})}(u,w)):(a.lineTo(L,K),function(b,c){var d=L-y*f,e=K+z*f,g=L-D*f,h=K+x*f;E.push(function(){a.quadTo(b,c,d,e)});E.push(function(){a.lineTo(g,h)})}(u,w)):(a.lineTo(L,K),function(b,c){E.push(function(){a.lineTo(b,c)})}(u,w));z=x;y=D}t=f*D;F=-f*x;if(k&&!g)this.paintMarker(a,p.x,p.y,-z,-y,c,e,f,l,!1);else{a.lineTo(p.x-l*x+t/2,p.y-l*D+F/2);var G=p.x-l*x-t/2,U=p.y-l*D-F/2;g?(a.moveTo(G,U),E.splice(0,0,function(){a.moveTo(G,U)})):a.lineTo(G,U)}for(t=E.length-1;0<=t;t--)E[t]();g?(a.end(),a.stroke()):(a.close(), +c)})}(u,w)):(a.lineTo(L,K),function(b,c){var d=L-y*f,e=K+z*f,g=L-D*f,h=K+x*f;E.push(function(){a.quadTo(b,c,d,e)});E.push(function(){a.lineTo(g,h)})}(u,w)):(a.lineTo(L,K),function(b,c){E.push(function(){a.lineTo(b,c)})}(u,w));z=x;y=D}t=f*D;F=-f*x;if(k&&!g)this.paintMarker(a,p.x,p.y,-z,-y,c,e,f,l,!1);else{a.lineTo(p.x-l*x+t/2,p.y-l*D+F/2);var H=p.x-l*x-t/2,U=p.y-l*D-F/2;g?(a.moveTo(H,U),E.splice(0,0,function(){a.moveTo(H,U)})):a.lineTo(H,U)}for(t=E.length-1;0<=t;t--)E[t]();g?(a.end(),a.stroke()):(a.close(), a.fillAndStroke());a.setShadow(!1);a.setMiterLimit(4);n&&a.setLineJoin("flat");2<b.length&&(a.setMiterLimit(4),h&&!g&&(a.begin(),this.paintMarker(a,b[0].x,b[0].y,q,r,m,d,f,l,!0),a.stroke(),a.end()),k&&!g&&(a.begin(),this.paintMarker(a,p.x,p.y,-z,-y,c,e,f,l,!0),a.stroke(),a.end()))}}; mxArrowConnector.prototype.paintMarker=function(a,b,c,d,e,f,g,h,k,l){g=h/g;var m=h*e/2;h=-h*d/2;var n=(k+f)*d;f=(k+f)*e;l?a.moveTo(b-m+n,c-h+f):a.lineTo(b-m+n,c-h+f);a.lineTo(b-m/g+n,c-h/g+f);a.lineTo(b+k*d,c+k*e);a.lineTo(b+m/g+n,c+h/g+f);a.lineTo(b+m+n,c+h+f)};mxArrowConnector.prototype.isArrowRounded=function(){return this.isRounded};mxArrowConnector.prototype.getStartArrowWidth=function(){return mxConstants.ARROW_WIDTH};mxArrowConnector.prototype.getEndArrowWidth=function(){return mxConstants.ARROW_WIDTH}; mxArrowConnector.prototype.getEdgeWidth=function(){return mxConstants.ARROW_WIDTH/3};mxArrowConnector.prototype.isOpenEnded=function(){return!1};mxArrowConnector.prototype.isMarkerStart=function(){return mxUtils.getValue(this.style,mxConstants.STYLE_STARTARROW,mxConstants.NONE)!=mxConstants.NONE};mxArrowConnector.prototype.isMarkerEnd=function(){return mxUtils.getValue(this.style,mxConstants.STYLE_ENDARROW,mxConstants.NONE)!=mxConstants.NONE}; @@ -1446,9 +1446,9 @@ mxConnectionHandler.prototype.reset=function(){null!=this.shape&&(this.shape.des mxConnectionHandler.prototype.drawPreview=function(){this.updatePreview(null==this.error);this.shape.redraw()};mxConnectionHandler.prototype.updatePreview=function(a){this.shape.strokewidth=this.getEdgeWidth(a);this.shape.stroke=this.getEdgeColor(a)};mxConnectionHandler.prototype.getEdgeColor=function(a){return a?mxConstants.VALID_COLOR:mxConstants.INVALID_COLOR};mxConnectionHandler.prototype.getEdgeWidth=function(a){return a?3:1}; mxConnectionHandler.prototype.connect=function(a,b,c,d){if(null!=b||this.isCreateTarget(c)||this.graph.allowDanglingEdges){var e=this.graph.getModel(),f=!1,g=null;e.beginUpdate();try{if(null!=a&&null==b&&!this.graph.isIgnoreTerminalEvent(c)&&this.isCreateTarget(c)&&(b=this.createTargetVertex(c,a),null!=b)){d=this.graph.getDropTarget([b],c,d);f=!0;if(null!=d&&this.graph.getModel().isEdge(d))d=this.graph.getDefaultParent();else{var h=this.graph.getView().getState(d);if(null!=h){var k=e.getGeometry(b); k.x-=h.origin.x;k.y-=h.origin.y}}this.graph.addCell(b,d)}var l=this.graph.getDefaultParent();null!=a&&null!=b&&e.getParent(a)==e.getParent(b)&&e.getParent(e.getParent(a))!=e.getRoot()&&(l=e.getParent(a),null!=a.geometry&&a.geometry.relative&&null!=b.geometry&&b.geometry.relative&&(l=e.getParent(l)));var m=h=null;null!=this.edgeState&&(h=this.edgeState.cell.value,m=this.edgeState.cell.style);g=this.insertEdge(l,null,h,a,b,m);if(null!=g){this.graph.setConnectionConstraint(g,a,!0,this.sourceConstraint); -this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){l=null;for(k=a;null!=k.parent&&null!=k.geometry&&k.geometry.relative&&k.parent!=g.parent;)k=this.graph.model.getParent(k);null!=k&&null!=k.parent&&k.parent==g.parent&&(l=k.parent.getIndex(k),k.parent.insert(g,l))}var n=e.getGeometry(g);null==n&&(n=new mxGeometry,n.relative=!0,e.setGeometry(g,n));if(null!= -this.waypoints&&0<this.waypoints.length){var p=this.graph.view.scale,r=this.graph.view.translate;n.points=[];for(a=0;a<this.waypoints.length;a++){var q=this.waypoints[a];n.points.push(new mxPoint(q.x/p-r.x,q.y/p-r.y))}}if(null==b){var t=this.graph.view.translate,p=this.graph.view.scale,q=null!=this.originalPoint?new mxPoint(this.originalPoint.x/p-t.x,this.originalPoint.y/p-t.y):new mxPoint(this.currentPoint.x/p-t.x,this.currentPoint.y/p-t.y);q.x-=this.graph.panDx/this.graph.view.scale;q.y-=this.graph.panDy/ -this.graph.view.scale;n.setTerminalPoint(q,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(z){mxLog.show(),mxLog.debug(z.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; +this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);l=e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){for(k=a;null!=k.parent&&null!=k.geometry&&k.geometry.relative&&k.parent!=g.parent;)k=this.graph.model.getParent(k);null!=k&&null!=k.parent&&k.parent==g.parent&&e.add(l,g,k.parent.getIndex(k))}var n=e.getGeometry(g);null==n&&(n=new mxGeometry,n.relative=!0,e.setGeometry(g,n));if(null!=this.waypoints&& +0<this.waypoints.length){var p=this.graph.view.scale,r=this.graph.view.translate;n.points=[];for(a=0;a<this.waypoints.length;a++){var q=this.waypoints[a];n.points.push(new mxPoint(q.x/p-r.x,q.y/p-r.y))}}if(null==b){var t=this.graph.view.translate,p=this.graph.view.scale,q=null!=this.originalPoint?new mxPoint(this.originalPoint.x/p-t.x,this.originalPoint.y/p-t.y):new mxPoint(this.currentPoint.x/p-t.x,this.currentPoint.y/p-t.y);q.x-=this.graph.panDx/this.graph.view.scale;q.y-=this.graph.panDy/this.graph.view.scale; +n.setTerminalPoint(q,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(z){mxLog.show(),mxLog.debug(z.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; mxConnectionHandler.prototype.insertEdge=function(a,b,c,d,e,f){if(null==this.factoryMethod)return this.graph.insertEdge(a,b,c,d,e,f);b=this.createEdge(c,d,e,f);return b=this.graph.addEdge(b,a,d,e)}; mxConnectionHandler.prototype.createTargetVertex=function(a,b){for(var c=this.graph.getCellGeometry(b);null!=c&&c.relative;)b=this.graph.getModel().getParent(b),c=this.graph.getCellGeometry(b);var d=this.graph.cloneCells([b])[0],c=this.graph.getModel().getGeometry(d);if(null!=c){var e=this.graph.view.translate,f=this.graph.view.scale,g=new mxPoint(this.currentPoint.x/f-e.x,this.currentPoint.y/f-e.y);c.x=Math.round(g.x-c.width/2-this.graph.panDx/f);c.y=Math.round(g.y-c.height/2-this.graph.panDy/f); g=this.getAlignmentTolerance();if(0<g){var h=this.graph.view.getState(b);if(null!=h){var k=h.x/f-e.x,e=h.y/f-e.y;Math.abs(k-c.x)<=g&&(c.x=Math.round(k));Math.abs(e-c.y)<=g&&(c.y=Math.round(e))}}}return d};mxConnectionHandler.prototype.getAlignmentTolerance=function(a){return this.graph.isGridEnabled()?this.graph.gridSize/2:this.graph.tolerance}; @@ -1562,7 +1562,7 @@ if(null!=a)if(a=a.parentNode,this.useCssTransforms){var b=a.getAttribute("transf mxGraphView.prototype.validateBackgroundPage=function(){var a=this.graph.useCssTransforms,c=this.scale,f=this.translate;a&&(this.scale=this.graph.currentScale,this.translate=this.graph.currentTranslate);b.apply(this,arguments);a&&(this.scale=c,this.translate=f)};var c=mxGraph.prototype.updatePageBreaks;mxGraph.prototype.updatePageBreaks=function(a,b,f){var d=this.useCssTransforms,e=this.view.scale,k=this.view.translate;d&&(this.view.scale=1,this.view.translate=new mxPoint(0,0),this.useCssTransforms= !1);c.apply(this,arguments);d&&(this.view.scale=e,this.view.translate=k,this.useCssTransforms=!0)}})();Graph.prototype.isLightboxView=function(){return this.lightbox};Graph.prototype.labelLinkClicked=function(a,b,c){b=b.getAttribute("href");if(null!=b&&!this.isCustomLink(b)&&mxEvent.isLeftMouseButton(c)&&!mxEvent.isPopupTrigger(c)||mxEvent.isTouchEvent(c)){if(!this.isEnabled()||this.isCellLocked(a.cell))a=this.isBlankLink(b)?this.linkTarget:"_top",this.openLink(this.getAbsoluteUrl(b),a);mxEvent.consume(c)}}; Graph.prototype.openLink=function(a,b){var c=window;if("_self"==b&&window!=window.top)window.location.href=a;else if(a.substring(0,this.baseUrl.length)==this.baseUrl&&"#"==a.charAt(this.baseUrl.length)&&"_top"==b&&window==window.top){var d=a.split("#")[1];window.location.hash=="#"+d&&(window.location.hash="");window.location.hash=d}else c=window.open(a,b);return c};Graph.prototype.getLinkTitle=function(a){return a.substring(a.lastIndexOf("/")+1)}; -Graph.prototype.isCustomLink=function(a){return"data:"==a.substring(0,5)};Graph.prototype.customLinkClicked=function(a){console.log("customLinkClicked not implemented")};Graph.prototype.isExternalProtocol=function(a){return"mailto:"===a.substring(0,7)};Graph.prototype.isBlankLink=function(a){return!this.isExternalProtocol(a)&&("blank"===this.linkPolicy||"self"!==this.linkPolicy&&!this.isRelativeUrl(a)&&a.substring(0,this.domainUrl.length)!==this.domainUrl)}; +Graph.prototype.isCustomLink=function(a){return"data:"==a.substring(0,5)};Graph.prototype.customLinkClicked=function(a){return!1};Graph.prototype.isExternalProtocol=function(a){return"mailto:"===a.substring(0,7)};Graph.prototype.isBlankLink=function(a){return!this.isExternalProtocol(a)&&("blank"===this.linkPolicy||"self"!==this.linkPolicy&&!this.isRelativeUrl(a)&&a.substring(0,this.domainUrl.length)!==this.domainUrl)}; Graph.prototype.isRelativeUrl=function(a){return null!=a&&!this.absoluteUrlPattern.test(a)&&"data:"!==a.substring(0,5)&&!this.isExternalProtocol(a)}; Graph.prototype.initLayoutManager=function(){this.layoutManager=new mxLayoutManager(this);this.layoutManager.getLayout=function(a){var b=this.graph.view.getState(a);a=null!=b?b.style:this.graph.getCellStyle(a);return"stackLayout"==a.childLayout?(b=new mxStackLayout(this.graph,!0),b.resizeParentMax="1"==mxUtils.getValue(a,"resizeParentMax","1"),b.horizontal="1"==mxUtils.getValue(a,"horizontalStack","1"),b.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),b.resizeLast="1"==mxUtils.getValue(a, "resizeLast","0"),b.spacing=a.stackSpacing||b.spacing,b.border=a.stackBorder||b.border,b.marginLeft=a.marginLeft||0,b.marginRight=a.marginRight||0,b.marginTop=a.marginTop||0,b.marginBottom=a.marginBottom||0,b.fill=!0,b):"treeLayout"==a.childLayout?(b=new mxCompactTreeLayout(this.graph),b.horizontal="1"==mxUtils.getValue(a,"horizontalTree","1"),b.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),b.groupPadding=mxUtils.getValue(a,"parentPadding",20),b.levelDistance=mxUtils.getValue(a,"treeLevelDistance", @@ -1692,52 +1692,53 @@ b.getGraphX(),b.getGraphY()))&&this.updateCurrentState(b))}},mouseUp:function(a, "data:"!==this.currentLink.substring(0,5)&&e||null==b||b(h,this.currentLink),mxEvent.isConsumed(h)||(h=mxEvent.isMiddleMouseButton(h)?"_blank":e?g.linkTarget:"_top",g.openLink(this.currentLink,h),d.consume())):null!=c&&!d.isConsumed()&&Math.abs(this.scrollLeft-g.container.scrollLeft)<f&&Math.abs(this.scrollTop-g.container.scrollTop)<f&&Math.abs(this.startX-d.getGraphX())<f&&Math.abs(this.startY-d.getGraphY())<f&&c(d.getEvent()));this.clear()},activate:function(a){this.currentLink=g.getAbsoluteUrl(g.getLinkForCell(a.cell)); null!=this.currentLink&&(g.container.style.cursor="pointer",null!=this.highlight&&this.highlight.highlight(a))},clear:function(){null!=g.container&&(g.container.style.cursor=e);this.currentLink=this.currentState=null;null!=this.highlight&&this.highlight.hide();null!=g.tooltipHandler&&g.tooltipHandler.hide()}};g.click=function(a){};g.addMouseListener(h);mxEvent.addListener(document,"mouseleave",function(a){h.clear()})};Graph.prototype.duplicateCells=function(a,b){a=null!=a?a:this.getSelectionCells(); b=null!=b?b:!0;a=this.model.getTopmostCells(a);var c=this.getModel(),d=this.gridSize,e=[];c.beginUpdate();try{for(var f=this.cloneCells(a,!1),g=0;g<a.length;g++){var h=c.getParent(a[g]),k=this.moveCells([f[g]],d,d,!1)[0];e.push(k);if(b)c.add(h,f[g]);else{var l=h.getIndex(a[g]);c.add(h,f[g],l+1)}}}finally{c.endUpdate()}return e};Graph.prototype.insertImage=function(a,b,c){if(null!=a){for(var d=this.cellEditor.textarea.getElementsByTagName("img"),e=[],f=0;f<d.length;f++)e.push(d[f]);document.execCommand("insertimage", -!1,a);a=this.cellEditor.textarea.getElementsByTagName("img");if(a.length==e.length+1)for(f=a.length-1;0<=f;f--)if(0==f||a[f]!=e[f-1]){a[f].setAttribute("width",b);a[f].setAttribute("height",c);break}}};Graph.prototype.insertLink=function(a){0==a.length?document.execCommand("unlink",!1):document.execCommand("createlink",!1,mxUtils.trim(a))};Graph.prototype.isCellResizable=function(a){var b=mxGraph.prototype.isCellResizable.apply(this,arguments),c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a); -return b||"0"!=mxUtils.getValue(c,mxConstants.STYLE_RESIZABLE,"1")&&"wrap"==c[mxConstants.STYLE_WHITE_SPACE]};Graph.prototype.distributeCells=function(a,b){null==b&&(b=this.getSelectionCells());if(null!=b&&1<b.length){for(var c=[],d=null,e=null,f=0;f<b.length;f++)if(this.getModel().isVertex(b[f])){var g=this.view.getState(b[f]);if(null!=g){var h=a?g.getCenterX():g.getCenterY(),d=null!=d?Math.max(d,h):h,e=null!=e?Math.min(e,h):h;c.push(g)}}if(2<c.length){c.sort(function(b,c){return a?b.x-c.x:b.y-c.y}); -g=this.view.translate;h=this.view.scale;e=e/h-(a?g.x:g.y);d=d/h-(a?g.x:g.y);this.getModel().beginUpdate();try{for(var k=(d-e)/(c.length-1),d=e,f=1;f<c.length-1;f++){var l=this.view.getState(this.model.getParent(c[f].cell)),m=this.getCellGeometry(c[f].cell),d=d+k;null!=m&&null!=l&&(m=m.clone(),a?m.x=Math.round(d-m.width/2)-l.origin.x:m.y=Math.round(d-m.height/2)-l.origin.y,this.getModel().setGeometry(c[f].cell,m))}}finally{this.getModel().endUpdate()}}}return b};Graph.prototype.isCloneEvent=function(a){return mxClient.IS_MAC&& -mxEvent.isMetaDown(a)||mxEvent.isControlDown(a)};Graph.prototype.encodeCells=function(a){for(var b=this.cloneCells(a),c=new mxDictionary,d=0;d<a.length;d++)c.put(a[d],!0);for(d=0;d<b.length;d++){var e=this.view.getState(a[d]);if(null!=e){var f=this.getCellGeometry(b[d]);null==f||!f.relative||this.model.isEdge(a[d])||c.get(this.model.getParent(a[d]))||(f.relative=!1,f.x=e.x/e.view.scale-e.view.translate.x,f.y=e.y/e.view.scale-e.view.translate.y)}}c=new mxCodec;e=new mxGraphModel;f=e.getChildAt(e.getRoot(), -0);for(d=0;d<a.length;d++)e.add(f,b[d]);return c.encode(e)};Graph.prototype.createSvgImageExport=function(){var a=new mxImageExport;a.getLinkForCellState=mxUtils.bind(this,function(a,b){return this.getLinkForCell(a.cell)});return a};Graph.prototype.getSvg=function(a,b,c,d,e,f,g,h){var k=this.useCssTransforms;k&&(this.useCssTransforms=!1,this.view.revalidate(),this.sizeDidChange());try{b=null!=b?b:1;c=null!=c?c:0;e=null!=e?e:!0;f=null!=f?f:!0;g=null!=g?g:!0;var l=f||d?this.getGraphBounds():this.getBoundingBox(this.getSelectionCells()); -if(null==l)throw Error(mxResources.get("drawingEmpty"));var m=this.view.scale,n=mxUtils.createXmlDocument(),p=null!=n.createElementNS?n.createElementNS(mxConstants.NS_SVG,"svg"):n.createElement("svg");null!=a&&(null!=p.style?p.style.backgroundColor=a:p.setAttribute("style","background-color:"+a));null==n.createElementNS?(p.setAttribute("xmlns",mxConstants.NS_SVG),p.setAttribute("xmlns:xlink",mxConstants.NS_XLINK)):p.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink",mxConstants.NS_XLINK); -a=b/m;p.setAttribute("width",Math.max(1,Math.ceil(l.width*a)+2*c)+"px");p.setAttribute("height",Math.max(1,Math.ceil(l.height*a)+2*c)+"px");p.setAttribute("version","1.1");d=p;if(e){var v=null!=n.createElementNS?n.createElementNS(mxConstants.NS_SVG,"g"):n.createElement("g");v.setAttribute("transform","translate(0.5,0.5)");p.appendChild(v);n.appendChild(p);d=v}else n.appendChild(p);var q=this.createSvgCanvas(d);q.foOffset=e?-.5:0;q.textOffset=e?-.5:0;q.imageOffset=e?-.5:0;q.translate(Math.floor((c/ -b-l.x)/m),Math.floor((c/b-l.y)/m));var r=document.createElement("textarea"),t=q.createAlternateContent;q.createAlternateContent=function(a,b,c,d,e,f,g,h,k,l,m,n,p){var v=this.state;if(null!=this.foAltText&&(0==d||0!=v.fontSize&&f.length<5*d/v.fontSize)){var q=this.createElement("text");q.setAttribute("x",Math.round(d/2));q.setAttribute("y",Math.round((e+v.fontSize)/2));q.setAttribute("fill",v.fontColor||"black");q.setAttribute("text-anchor","middle");q.setAttribute("font-size",Math.round(v.fontSize)+ -"px");q.setAttribute("font-family",v.fontFamily);(v.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&q.setAttribute("font-weight","bold");(v.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&q.setAttribute("font-style","italic");(v.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&q.setAttribute("text-decoration","underline");try{return r.innerHTML=f,q.textContent=r.value,q}catch(Aa){return t.apply(this,arguments)}}else return t.apply(this,arguments)};var u=this.backgroundImage; -if(null!=u){b=m/b;var H=this.view.translate,P=new mxRectangle(H.x*b,H.y*b,u.width*b,u.height*b);mxUtils.intersects(l,P)&&q.image(H.x,H.y,u.width,u.height,u.src,!0)}q.scale(a);q.textEnabled=g;h=null!=h?h:this.createSvgImageExport();var w=h.drawCellState;h.drawCellState=function(a,b){for(var c=a.view.graph,d=c.isCellSelected(a.cell),e=c.model.getParent(a.cell);!f&&!d&&null!=e;)d=c.isCellSelected(e),e=c.model.getParent(e);(f||d)&&w.apply(this,arguments)};h.drawState(this.getView().getState(this.model.root), -q);return p}finally{k&&(this.useCssTransforms=!0,this.view.revalidate(),this.sizeDidChange())}};Graph.prototype.createSvgCanvas=function(a){return new mxSvgCanvas2D(a)};Graph.prototype.getSelectedElement=function(){var a=null;if(window.getSelection){var b=window.getSelection();b.getRangeAt&&b.rangeCount&&(a=b.getRangeAt(0).commonAncestorContainer)}else document.selection&&(a=document.selection.createRange().parentElement());return a};Graph.prototype.getParentByName=function(a,b,c){for(;null!=a&&a.nodeName!= -b;){if(a==c)return null;a=a.parentNode}return a};Graph.prototype.selectNode=function(a){var b=null;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){var c=document.createRange();c.selectNode(a);b.removeAllRanges();b.addRange(c)}}else(b=document.selection)&&"Control"!=b.type&&(a=b.createRange(),a.collapse(!0),c=b.createRange(),c.setEndPoint("StartToStart",a),c.select())};Graph.prototype.insertRow=function(a,b){for(var c=a.tBodies[0],d=c.rows[0].cells,e=0,f=0;f<d.length;f++)var g= -d[f].getAttribute("colspan"),e=e+(null!=g?parseInt(g):1);c=c.insertRow(b);for(f=0;f<e;f++)mxUtils.br(c.insertCell(-1));return c.cells[0]};Graph.prototype.deleteRow=function(a,b){a.tBodies[0].deleteRow(b)};Graph.prototype.insertColumn=function(a,b){var c=a.tHead;if(null!=c)for(var d=0;d<c.rows.length;d++){var e=document.createElement("th");c.rows[d].appendChild(e);mxUtils.br(e)}c=a.tBodies[0];for(d=0;d<c.rows.length;d++)e=c.rows[d].insertCell(b),mxUtils.br(e);return c.rows[0].cells[0<=b?b:c.rows[0].cells.length- -1]};Graph.prototype.deleteColumn=function(a,b){if(0<=b)for(var c=a.tBodies[0].rows,d=0;d<c.length;d++)c[d].cells.length>b&&c[d].deleteCell(b)};Graph.prototype.pasteHtmlAtCaret=function(a){var b;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){b=b.getRangeAt(0);b.deleteContents();var c=document.createElement("div");c.innerHTML=a;a=document.createDocumentFragment();for(var d;d=c.firstChild;)lastNode=a.appendChild(d);b.insertNode(a)}}else(b=document.selection)&&"Control"!= -b.type&&b.createRange().pasteHTML(a)};Graph.prototype.createLinkForHint=function(a,b){b=null!=b?b:a;var c=document.createElement("a");c.setAttribute("href",this.getAbsoluteUrl(a));null==a||this.isCustomLink(a)||c.setAttribute("title",a);null!=this.linkTarget&&c.setAttribute("target",this.linkTarget);40<b.length&&(b=b.substring(0,26)+"..."+b.substring(b.length-10));mxUtils.write(c,b);return c};Graph.prototype.initTouch=function(){this.connectionHandler.marker.isEnabled=function(){return null!=this.graph.connectionHandler.first}; -this.addListener(mxEvent.START_EDITING,function(a,b){this.popupMenuHandler.hideMenu()});var a=this.updateMouseEvent;this.updateMouseEvent=function(b){b=a.apply(this,arguments);if(mxEvent.isTouchEvent(b.getEvent())&&null==b.getState()){var c=this.getCellAt(b.graphX,b.graphY);null!=c&&this.isSwimlane(c)&&this.hitsSwimlaneContent(c,b.graphX,b.graphY)||(b.state=this.view.getState(c),null!=b.state&&null!=b.state.shape&&(this.container.style.cursor=b.state.shape.node.style.cursor))}null==b.getState()&& -this.isEnabled()&&(this.container.style.cursor="default");return b};var b=!1,c=!1,d=!1,e=this.fireMouseEvent;this.fireMouseEvent=function(a,f,g){a==mxEvent.MOUSE_DOWN&&(f=this.updateMouseEvent(f),b=this.isCellSelected(f.getCell()),c=this.isSelectionEmpty(),d=this.popupMenuHandler.isMenuShowing());e.apply(this,arguments)};this.popupMenuHandler.mouseUp=mxUtils.bind(this,function(a,e){this.popupMenuHandler.popupTrigger=!this.isEditing()&&this.isEnabled()&&(null==e.getState()||!e.isSource(e.getState().control))&& -(this.popupMenuHandler.popupTrigger||!d&&!mxEvent.isMouseEvent(e.getEvent())&&(c&&null==e.getCell()&&this.isSelectionEmpty()||b&&this.isCellSelected(e.getCell())));mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler,arguments)})};mxCellEditor.prototype.isContentEditing=function(){var a=this.graph.view.getState(this.editingCell);return null!=a&&1==a.style.html};mxCellEditor.prototype.saveSelection=function(){if(window.getSelection){var a=window.getSelection();if(a.getRangeAt&&a.rangeCount){for(var b= -[],c=0,d=a.rangeCount;c<d;++c)b.push(a.getRangeAt(c));return b}}else if(document.selection&&document.selection.createRange)return document.selection.createRange();return null};mxCellEditor.prototype.restoreSelection=function(a){try{if(a)if(window.getSelection){sel=window.getSelection();sel.removeAllRanges();for(var b=0,c=a.length;b<c;++b)sel.addRange(a[b])}else document.selection&&a.select&&a.select()}catch(I){}};var e=mxCellRenderer.prototype.initializeLabel;mxCellRenderer.prototype.initializeLabel= -function(a){null!=a.text&&(a.text.replaceLinefeeds="0"!=mxUtils.getValue(a.style,"nl2Br","1"));e.apply(this,arguments)};var f=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update=function(a,b){this.isKeepFocusEvent(a)||!mxEvent.isAltDown(a.getEvent())?f.apply(this,arguments):this.reset()};mxGuide.prototype.createGuideShape=function(a){return new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH)};mxCellEditor.prototype.escapeCancelsEditing=!1;var g=mxCellEditor.prototype.startEditing; -mxCellEditor.prototype.startEditing=function(a,b){g.apply(this,arguments);var c=this.graph.view.getState(a);this.textarea.className=null!=c&&1==c.style.html?"mxCellEditor geContentEditable":"mxCellEditor mxPlainTextEditor";this.codeViewMode=!1;this.switchSelectionState=null;this.graph.setSelectionCell(a);var c=this.graph.getModel().getParent(a),d=this.graph.getCellGeometry(a);this.graph.getModel().isEdge(c)&&null!=d&&d.relative||this.graph.getModel().isEdge(a)?mxClient.IS_QUIRKS?this.textarea.style.border= -"gray dotted 1px":this.textarea.style.outline=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_FF&&mxClient.IS_WIN?"gray dotted 1px":"":mxClient.IS_QUIRKS&&(this.textarea.style.outline="none",this.textarea.style.border="")};var h=mxCellEditor.prototype.installListeners;mxCellEditor.prototype.installListeners=function(a){function b(a,c){c.originalNode=a;a=a.firstChild;for(var d=c.firstChild;null!=a&&null!=d;)b(a,d),a=a.nextSibling,d=d.nextSibling;return c}function c(a,b){if(null!=a)if(b.originalNode!= -a)d(a);else for(a=a.firstChild,b=b.firstChild;null!=a;){var e=a.nextSibling;null==b?d(a):(c(a,b),b=b.nextSibling);a=e}}function d(a){for(var b=a.firstChild;null!=b;){var c=b.nextSibling;d(b);b=c}1==a.nodeType&&("BR"===a.nodeName||null!=a.firstChild)||3==a.nodeType&&0!=mxUtils.trim(mxUtils.getTextContent(a)).length?(3==a.nodeType&&mxUtils.setTextContent(a,mxUtils.getTextContent(a).replace(/\n|\r/g,"")),1==a.nodeType&&(a.removeAttribute("style"),a.removeAttribute("class"),a.removeAttribute("width"), -a.removeAttribute("cellpadding"),a.removeAttribute("cellspacing"),a.removeAttribute("border"))):a.parentNode.removeChild(a)}h.apply(this,arguments);mxClient.IS_QUIRKS||7===document.documentMode||8===document.documentMode||mxEvent.addListener(this.textarea,"paste",mxUtils.bind(this,function(a){var d=b(this.textarea,this.textarea.cloneNode(!0));window.setTimeout(mxUtils.bind(this,function(){c(this.textarea,d)}),0)}))};mxCellEditor.prototype.toggleViewMode=function(){var a=this.graph.view.getState(this.editingCell), -b=null!=a&&"0"!=mxUtils.getValue(a.style,"nl2Br","1"),c=this.saveSelection();if(this.codeViewMode){h=mxUtils.extractTextWithWhitespace(this.textarea.childNodes);0<h.length&&"\n"==h.charAt(h.length-1)&&(h=h.substring(0,h.length-1));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"<br/>"):h,!0);this.textarea.className="mxCellEditor geContentEditable";var d=mxUtils.getValue(a.style,mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE),b=mxUtils.getValue(a.style,mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY), -e=mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),f=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD,g=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC,a=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+ -"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration=a?"underline":"";this.textarea.style.fontWeight=f?"bold":"normal";this.textarea.style.fontStyle=g?"italic":"";this.textarea.style.fontFamily=b;this.textarea.style.textAlign=e;this.textarea.style.padding="0px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h,0==this.textarea.innerHTML.length&&(this.textarea.innerHTML=this.getEmptyLabelText(),this.clearOnChange=0<this.textarea.innerHTML.length)); -this.codeViewMode=!1}else{this.clearOnChange&&this.textarea.innerHTML==this.getEmptyLabelText()&&(this.clearOnChange=!1,this.textarea.innerHTML="");var h=mxUtils.htmlEntities(this.textarea.innerHTML);mxClient.IS_QUIRKS||8==document.documentMode||(h=mxUtils.replaceTrailingNewlines(h,"<div><br></div>"));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"").replace(/<br\s*.?>/g,"<br>"):h,!0);this.textarea.className="mxCellEditor mxPlainTextEditor";var d=mxConstants.DEFAULT_FONTSIZE;this.textarea.style.lineHeight= -mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration="";this.textarea.style.fontWeight="normal";this.textarea.style.fontStyle="";this.textarea.style.fontFamily=mxConstants.DEFAULT_FONTFAMILY;this.textarea.style.textAlign="left";this.textarea.style.padding="2px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h);this.codeViewMode=!0}this.textarea.focus();null!=this.switchSelectionState&& -this.restoreSelection(this.switchSelectionState);this.switchSelectionState=c;this.resize()};var k=mxCellEditor.prototype.resize;mxCellEditor.prototype.resize=function(a,b){if(null!=this.textarea)if(a=this.graph.getView().getState(this.editingCell),this.codeViewMode&&null!=a){var c=a.view.scale;this.bounds=mxRectangle.fromRectangle(a);if(0==this.bounds.width&&0==this.bounds.height){this.bounds.width=160*c;this.bounds.height=60*c;var d=null!=a.text?a.text.margin:null;null==d&&(d=mxUtils.getAlignmentAsPoint(mxUtils.getValue(a.style, -mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),mxUtils.getValue(a.style,mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE)));this.bounds.x+=d.x*this.bounds.width;this.bounds.y+=d.y*this.bounds.height}this.textarea.style.width=Math.round((this.bounds.width-4)/c)+"px";this.textarea.style.height=Math.round((this.bounds.height-4)/c)+"px";this.textarea.style.overflow="auto";this.textarea.clientHeight<this.textarea.offsetHeight&&(this.textarea.style.height=Math.round(this.bounds.height/c)+(this.textarea.offsetHeight- -this.textarea.clientHeight)+"px",this.bounds.height=parseInt(this.textarea.style.height)*c);this.textarea.clientWidth<this.textarea.offsetWidth&&(this.textarea.style.width=Math.round(this.bounds.width/c)+(this.textarea.offsetWidth-this.textarea.clientWidth)+"px",this.bounds.width=parseInt(this.textarea.style.width)*c);this.textarea.style.left=Math.round(this.bounds.x)+"px";this.textarea.style.top=Math.round(this.bounds.y)+"px";mxClient.IS_VML?this.textarea.style.zoom=c:mxUtils.setPrefixedStyle(this.textarea.style, -"transform","scale("+c+","+c+")")}else this.textarea.style.height="",this.textarea.style.overflow="",k.apply(this,arguments)};mxCellEditorGetInitialValue=mxCellEditor.prototype.getInitialValue;mxCellEditor.prototype.getInitialValue=function(a,b){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetInitialValue.apply(this,arguments);var c=this.graph.getEditingValue(a.cell,b);"1"==mxUtils.getValue(a.style,"nl2Br","1")&&(c=c.replace(/\n/g,"<br/>"));return c=this.graph.sanitizeHtml(c,!0)}; -mxCellEditorGetCurrentValue=mxCellEditor.prototype.getCurrentValue;mxCellEditor.prototype.getCurrentValue=function(a){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetCurrentValue.apply(this,arguments);var b=this.graph.sanitizeHtml(this.textarea.innerHTML,!0);return b="1"==mxUtils.getValue(a.style,"nl2Br","1")?b.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>"):b.replace(/\r\n/g,"").replace(/\n/g,"")};var l=mxCellEditor.prototype.stopEditing;mxCellEditor.prototype.stopEditing=function(a){this.codeViewMode&& -this.toggleViewMode();l.apply(this,arguments);this.focusContainer()};mxCellEditor.prototype.focusContainer=function(){try{this.graph.container.focus()}catch(v){}};var m=mxCellEditor.prototype.applyValue;mxCellEditor.prototype.applyValue=function(a,b){this.graph.getModel().beginUpdate();try{if(m.apply(this,arguments),this.graph.isCellDeletable(a.cell)&&0==this.graph.model.getChildCount(a.cell)){var c=mxUtils.getValue(a.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),d=mxUtils.getValue(a.style, -mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);""==b&&c==mxConstants.NONE&&d==mxConstants.NONE&&this.graph.removeCells([a.cell],!1)}}finally{this.graph.getModel().endUpdate()}};mxCellEditor.prototype.getBackgroundColor=function(a){var b=null;if(this.graph.getModel().isEdge(a.cell)||this.graph.getModel().isEdge(this.graph.getModel().getParent(a.cell)))b=mxUtils.getValue(a.style,mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,null),b==mxConstants.NONE&&(b=null);return b};mxCellEditor.prototype.getMinimumSize= -function(a){var b=this.graph.getView().scale;return new mxRectangle(0,0,null==a.text?30:a.text.size*b+20,30)};var n=mxGraphHandler.prototype.moveCells;mxGraphHandler.prototype.moveCells=function(a,b,c,d,e,f){mxEvent.isAltDown(f)&&(e=null);n.apply(this,arguments)};mxGraphHandler.prototype.updateHint=function(b){if(null!=this.shape){null==this.hint&&(this.hint=a(),this.graph.container.appendChild(this.hint));var c=this.graph.view.translate,d=this.graph.view.scale;b=this.roundLength((this.bounds.x+this.currentDx)/ -d-c.x);c=this.roundLength((this.bounds.y+this.currentDy)/d-c.y);this.hint.innerHTML=b+", "+c;this.hint.style.left=this.shape.bounds.x+Math.round((this.shape.bounds.width-this.hint.clientWidth)/2)+"px";this.hint.style.top=this.shape.bounds.y+this.shape.bounds.height+12+"px"}};mxGraphHandler.prototype.removeHint=function(){null!=this.hint&&(this.hint.parentNode.removeChild(this.hint),this.hint=null)};mxVertexHandler.prototype.isRecursiveResize=function(a,b){return!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&& -!mxEvent.isControlDown(b.getEvent())&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null)};mxVertexHandler.prototype.isCenteredEvent=function(a,b){return!(!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null))&&mxEvent.isControlDown(b.getEvent())||mxEvent.isMetaDown(b.getEvent())}; -var p=mxVertexHandler.prototype.getHandlePadding;mxVertexHandler.prototype.getHandlePadding=function(){var a=new mxPoint(0,0),b=this.tolerance;this.graph.cellEditor.getEditingCell()==this.state.cell&&null!=this.sizers&&0<this.sizers.length&&null!=this.sizers[0]?(b/=2,a.x=this.sizers[0].bounds.width+b,a.y=this.sizers[0].bounds.height+b):a=p.apply(this,arguments);return a};mxVertexHandler.prototype.updateHint=function(b){this.index!=mxEvent.LABEL_HANDLE&&(null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint)), -this.index==mxEvent.ROTATION_HANDLE?this.hint.innerHTML=this.currentAlpha+"°":(b=this.state.view.scale,this.hint.innerHTML=this.roundLength(this.bounds.width/b)+" x "+this.roundLength(this.bounds.height/b)),b=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.state.style[mxConstants.STYLE_ROTATION]||"0"),null==b&&(b=this.bounds),this.hint.style.left=b.x+Math.round((b.width-this.hint.clientWidth)/2)+"px",this.hint.style.top=b.y+b.height+12+"px",null!=this.linkHint&& -(this.linkHint.style.display="none"))};mxVertexHandler.prototype.removeHint=function(){mxGraphHandler.prototype.removeHint.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.display="")};mxEdgeHandler.prototype.updateHint=function(b,c){null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint));var d=this.graph.view.translate,e=this.graph.view.scale,f=this.roundLength(c.x/e-d.x),d=this.roundLength(c.y/e-d.y);this.hint.innerHTML=f+", "+d;this.hint.style.visibility= -"visible";if(this.isSource||this.isTarget)null!=this.constraintHandler.currentConstraint&&null!=this.constraintHandler.currentFocus?(f=this.constraintHandler.currentConstraint.point,this.hint.innerHTML="["+Math.round(100*f.x)+"%, "+Math.round(100*f.y)+"%]"):this.marker.hasValidState()&&(this.hint.style.visibility="hidden");this.hint.style.left=Math.round(b.getGraphX()-this.hint.clientWidth/2)+"px";this.hint.style.top=Math.max(b.getGraphY(),c.y)+this.state.view.graph.gridSize+"px";null!=this.linkHint&& -(this.linkHint.style.display="none")};mxEdgeHandler.prototype.removeHint=mxVertexHandler.prototype.removeHint;HoverIcons.prototype.mainHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/>'):new mxImage(IMAGE_PATH+"/handle-main.png",17,17);HoverIcons.prototype.secondaryHandle=mxClient.IS_SVG?Graph.createSvgImage(16,16,'<path d="m 8 3 L 13 8 L 8 13 L 3 8 z" stroke="#fff" fill="#fca000"/>'):new mxImage(IMAGE_PATH+"/handle-secondary.png", -17,17);HoverIcons.prototype.fixedHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><path d="m 7 7 L 11 11 M 7 11 L 11 7" stroke="#fff"/>'):new mxImage(IMAGE_PATH+"/handle-fixed.png",17,17);HoverIcons.prototype.terminalHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><circle cx="9" cy="9" r="2" stroke="#fff" fill="transparent"/>'):new mxImage(IMAGE_PATH+ -"/handle-terminal.png",17,17);HoverIcons.prototype.rotationHandle=new mxImage(mxClient.IS_SVG?"data:image/png;base64,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": +!1,a);a=this.cellEditor.textarea.getElementsByTagName("img");if(a.length==e.length+1)for(f=a.length-1;0<=f;f--)if(0==f||a[f]!=e[f-1]){a[f].setAttribute("width",b);a[f].setAttribute("height",c);break}}};Graph.prototype.insertLink=function(a){if(0==a.length)document.execCommand("unlink",!1);else if(mxClient.IS_FF){for(var b=this.cellEditor.textarea.getElementsByTagName("a"),c=[],d=0;d<b.length;d++)c.push(b[d]);document.execCommand("createlink",!1,mxUtils.trim(a));b=this.cellEditor.textarea.getElementsByTagName("a"); +if(b.length==c.length+1)for(d=b.length-1;0<=d;d--)if(b[d]!=c[d-1]){for(b=b[d].getElementsByTagName("a");0<b.length;){for(c=b[0].parentNode;null!=b[0].firstChild;)c.insertBefore(b[0].firstChild,b[0]);c.removeChild(b[0])}break}}else document.execCommand("createlink",!1,mxUtils.trim(a))};Graph.prototype.isCellResizable=function(a){var b=mxGraph.prototype.isCellResizable.apply(this,arguments),c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return b||"0"!=mxUtils.getValue(c,mxConstants.STYLE_RESIZABLE, +"1")&&"wrap"==c[mxConstants.STYLE_WHITE_SPACE]};Graph.prototype.distributeCells=function(a,b){null==b&&(b=this.getSelectionCells());if(null!=b&&1<b.length){for(var c=[],d=null,e=null,f=0;f<b.length;f++)if(this.getModel().isVertex(b[f])){var g=this.view.getState(b[f]);if(null!=g){var h=a?g.getCenterX():g.getCenterY(),d=null!=d?Math.max(d,h):h,e=null!=e?Math.min(e,h):h;c.push(g)}}if(2<c.length){c.sort(function(b,c){return a?b.x-c.x:b.y-c.y});g=this.view.translate;h=this.view.scale;e=e/h-(a?g.x:g.y); +d=d/h-(a?g.x:g.y);this.getModel().beginUpdate();try{for(var k=(d-e)/(c.length-1),d=e,f=1;f<c.length-1;f++){var l=this.view.getState(this.model.getParent(c[f].cell)),m=this.getCellGeometry(c[f].cell),d=d+k;null!=m&&null!=l&&(m=m.clone(),a?m.x=Math.round(d-m.width/2)-l.origin.x:m.y=Math.round(d-m.height/2)-l.origin.y,this.getModel().setGeometry(c[f].cell,m))}}finally{this.getModel().endUpdate()}}}return b};Graph.prototype.isCloneEvent=function(a){return mxClient.IS_MAC&&mxEvent.isMetaDown(a)||mxEvent.isControlDown(a)}; +Graph.prototype.encodeCells=function(a){for(var b=this.cloneCells(a),c=new mxDictionary,d=0;d<a.length;d++)c.put(a[d],!0);for(d=0;d<b.length;d++){var e=this.view.getState(a[d]);if(null!=e){var f=this.getCellGeometry(b[d]);null==f||!f.relative||this.model.isEdge(a[d])||c.get(this.model.getParent(a[d]))||(f.relative=!1,f.x=e.x/e.view.scale-e.view.translate.x,f.y=e.y/e.view.scale-e.view.translate.y)}}c=new mxCodec;e=new mxGraphModel;f=e.getChildAt(e.getRoot(),0);for(d=0;d<a.length;d++)e.add(f,b[d]); +return c.encode(e)};Graph.prototype.createSvgImageExport=function(){var a=new mxImageExport;a.getLinkForCellState=mxUtils.bind(this,function(a,b){return this.getLinkForCell(a.cell)});return a};Graph.prototype.getSvg=function(a,b,c,d,e,f,g,h){var k=this.useCssTransforms;k&&(this.useCssTransforms=!1,this.view.revalidate(),this.sizeDidChange());try{b=null!=b?b:1;c=null!=c?c:0;e=null!=e?e:!0;f=null!=f?f:!0;g=null!=g?g:!0;var l=f||d?this.getGraphBounds():this.getBoundingBox(this.getSelectionCells());if(null== +l)throw Error(mxResources.get("drawingEmpty"));var m=this.view.scale,n=mxUtils.createXmlDocument(),p=null!=n.createElementNS?n.createElementNS(mxConstants.NS_SVG,"svg"):n.createElement("svg");null!=a&&(null!=p.style?p.style.backgroundColor=a:p.setAttribute("style","background-color:"+a));null==n.createElementNS?(p.setAttribute("xmlns",mxConstants.NS_SVG),p.setAttribute("xmlns:xlink",mxConstants.NS_XLINK)):p.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink",mxConstants.NS_XLINK);a=b/m;p.setAttribute("width", +Math.max(1,Math.ceil(l.width*a)+2*c)+"px");p.setAttribute("height",Math.max(1,Math.ceil(l.height*a)+2*c)+"px");p.setAttribute("version","1.1");d=p;if(e){var v=null!=n.createElementNS?n.createElementNS(mxConstants.NS_SVG,"g"):n.createElement("g");v.setAttribute("transform","translate(0.5,0.5)");p.appendChild(v);n.appendChild(p);d=v}else n.appendChild(p);var q=this.createSvgCanvas(d);q.foOffset=e?-.5:0;q.textOffset=e?-.5:0;q.imageOffset=e?-.5:0;q.translate(Math.floor((c/b-l.x)/m),Math.floor((c/b-l.y)/ +m));var r=document.createElement("textarea"),t=q.createAlternateContent;q.createAlternateContent=function(a,b,c,d,e,f,g,h,k,l,m,n,p){var v=this.state;if(null!=this.foAltText&&(0==d||0!=v.fontSize&&f.length<5*d/v.fontSize)){var q=this.createElement("text");q.setAttribute("x",Math.round(d/2));q.setAttribute("y",Math.round((e+v.fontSize)/2));q.setAttribute("fill",v.fontColor||"black");q.setAttribute("text-anchor","middle");q.setAttribute("font-size",Math.round(v.fontSize)+"px");q.setAttribute("font-family", +v.fontFamily);(v.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&q.setAttribute("font-weight","bold");(v.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&q.setAttribute("font-style","italic");(v.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&q.setAttribute("text-decoration","underline");try{return r.innerHTML=f,q.textContent=r.value,q}catch(Aa){return t.apply(this,arguments)}}else return t.apply(this,arguments)};var u=this.backgroundImage;if(null!=u){b=m/b; +var G=this.view.translate,Q=new mxRectangle(G.x*b,G.y*b,u.width*b,u.height*b);mxUtils.intersects(l,Q)&&q.image(G.x,G.y,u.width,u.height,u.src,!0)}q.scale(a);q.textEnabled=g;h=null!=h?h:this.createSvgImageExport();var w=h.drawCellState;h.drawCellState=function(a,b){for(var c=a.view.graph,d=c.isCellSelected(a.cell),e=c.model.getParent(a.cell);!f&&!d&&null!=e;)d=c.isCellSelected(e),e=c.model.getParent(e);(f||d)&&w.apply(this,arguments)};h.drawState(this.getView().getState(this.model.root),q);return p}finally{k&& +(this.useCssTransforms=!0,this.view.revalidate(),this.sizeDidChange())}};Graph.prototype.createSvgCanvas=function(a){return new mxSvgCanvas2D(a)};Graph.prototype.getSelectedElement=function(){var a=null;if(window.getSelection){var b=window.getSelection();b.getRangeAt&&b.rangeCount&&(a=b.getRangeAt(0).commonAncestorContainer)}else document.selection&&(a=document.selection.createRange().parentElement());return a};Graph.prototype.getParentByName=function(a,b,c){for(;null!=a&&a.nodeName!=b;){if(a==c)return null; +a=a.parentNode}return a};Graph.prototype.selectNode=function(a){var b=null;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){var c=document.createRange();c.selectNode(a);b.removeAllRanges();b.addRange(c)}}else(b=document.selection)&&"Control"!=b.type&&(a=b.createRange(),a.collapse(!0),c=b.createRange(),c.setEndPoint("StartToStart",a),c.select())};Graph.prototype.insertRow=function(a,b){for(var c=a.tBodies[0],d=c.rows[0].cells,e=0,f=0;f<d.length;f++)var g=d[f].getAttribute("colspan"), +e=e+(null!=g?parseInt(g):1);c=c.insertRow(b);for(f=0;f<e;f++)mxUtils.br(c.insertCell(-1));return c.cells[0]};Graph.prototype.deleteRow=function(a,b){a.tBodies[0].deleteRow(b)};Graph.prototype.insertColumn=function(a,b){var c=a.tHead;if(null!=c)for(var d=0;d<c.rows.length;d++){var e=document.createElement("th");c.rows[d].appendChild(e);mxUtils.br(e)}c=a.tBodies[0];for(d=0;d<c.rows.length;d++)e=c.rows[d].insertCell(b),mxUtils.br(e);return c.rows[0].cells[0<=b?b:c.rows[0].cells.length-1]};Graph.prototype.deleteColumn= +function(a,b){if(0<=b)for(var c=a.tBodies[0].rows,d=0;d<c.length;d++)c[d].cells.length>b&&c[d].deleteCell(b)};Graph.prototype.pasteHtmlAtCaret=function(a){var b;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){b=b.getRangeAt(0);b.deleteContents();var c=document.createElement("div");c.innerHTML=a;a=document.createDocumentFragment();for(var d;d=c.firstChild;)lastNode=a.appendChild(d);b.insertNode(a)}}else(b=document.selection)&&"Control"!=b.type&&b.createRange().pasteHTML(a)}; +Graph.prototype.createLinkForHint=function(a,b){function c(a,b){a.length>b&&(a=a.substring(0,Math.round(b/2))+"..."+a.substring(a.length-Math.round(b/4)));return a}a=null!=a?a:"javascript:void(0);";if(null==b||0==b.length)b=this.isCustomLink(a)?this.getLinkTitle(a):a;var d=document.createElement("a");d.setAttribute("href",this.getAbsoluteUrl(a));d.setAttribute("title",c(this.isCustomLink(a)?this.getLinkTitle(a):a,80));null!=this.linkTarget&&d.setAttribute("target",this.linkTarget);mxUtils.write(d, +c(b,40));this.isCustomLink(a)&&mxEvent.addListener(d,"click",mxUtils.bind(this,function(b){this.customLinkClicked(a);mxEvent.consume(b)}));return d};Graph.prototype.initTouch=function(){this.connectionHandler.marker.isEnabled=function(){return null!=this.graph.connectionHandler.first};this.addListener(mxEvent.START_EDITING,function(a,b){this.popupMenuHandler.hideMenu()});var a=this.updateMouseEvent;this.updateMouseEvent=function(b){b=a.apply(this,arguments);if(mxEvent.isTouchEvent(b.getEvent())&& +null==b.getState()){var c=this.getCellAt(b.graphX,b.graphY);null!=c&&this.isSwimlane(c)&&this.hitsSwimlaneContent(c,b.graphX,b.graphY)||(b.state=this.view.getState(c),null!=b.state&&null!=b.state.shape&&(this.container.style.cursor=b.state.shape.node.style.cursor))}null==b.getState()&&this.isEnabled()&&(this.container.style.cursor="default");return b};var b=!1,c=!1,d=!1,e=this.fireMouseEvent;this.fireMouseEvent=function(a,f,g){a==mxEvent.MOUSE_DOWN&&(f=this.updateMouseEvent(f),b=this.isCellSelected(f.getCell()), +c=this.isSelectionEmpty(),d=this.popupMenuHandler.isMenuShowing());e.apply(this,arguments)};this.popupMenuHandler.mouseUp=mxUtils.bind(this,function(a,e){this.popupMenuHandler.popupTrigger=!this.isEditing()&&this.isEnabled()&&(null==e.getState()||!e.isSource(e.getState().control))&&(this.popupMenuHandler.popupTrigger||!d&&!mxEvent.isMouseEvent(e.getEvent())&&(c&&null==e.getCell()&&this.isSelectionEmpty()||b&&this.isCellSelected(e.getCell())));mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler, +arguments)})};mxCellEditor.prototype.isContentEditing=function(){var a=this.graph.view.getState(this.editingCell);return null!=a&&1==a.style.html};mxCellEditor.prototype.saveSelection=function(){if(window.getSelection){var a=window.getSelection();if(a.getRangeAt&&a.rangeCount){for(var b=[],c=0,d=a.rangeCount;c<d;++c)b.push(a.getRangeAt(c));return b}}else if(document.selection&&document.selection.createRange)return document.selection.createRange();return null};mxCellEditor.prototype.restoreSelection= +function(a){try{if(a)if(window.getSelection){sel=window.getSelection();sel.removeAllRanges();for(var b=0,c=a.length;b<c;++b)sel.addRange(a[b])}else document.selection&&a.select&&a.select()}catch(I){}};var e=mxCellRenderer.prototype.initializeLabel;mxCellRenderer.prototype.initializeLabel=function(a){null!=a.text&&(a.text.replaceLinefeeds="0"!=mxUtils.getValue(a.style,"nl2Br","1"));e.apply(this,arguments)};var f=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update=function(a,b){this.isKeepFocusEvent(a)|| +!mxEvent.isAltDown(a.getEvent())?f.apply(this,arguments):this.reset()};mxGuide.prototype.createGuideShape=function(a){return new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH)};mxCellEditor.prototype.escapeCancelsEditing=!1;var g=mxCellEditor.prototype.startEditing;mxCellEditor.prototype.startEditing=function(a,b){g.apply(this,arguments);var c=this.graph.view.getState(a);this.textarea.className=null!=c&&1==c.style.html?"mxCellEditor geContentEditable":"mxCellEditor mxPlainTextEditor"; +this.codeViewMode=!1;this.switchSelectionState=null;this.graph.setSelectionCell(a);var c=this.graph.getModel().getParent(a),d=this.graph.getCellGeometry(a);this.graph.getModel().isEdge(c)&&null!=d&&d.relative||this.graph.getModel().isEdge(a)?mxClient.IS_QUIRKS?this.textarea.style.border="gray dotted 1px":this.textarea.style.outline=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_FF&&mxClient.IS_WIN?"gray dotted 1px":"":mxClient.IS_QUIRKS&&(this.textarea.style.outline="none",this.textarea.style.border= +"")};var h=mxCellEditor.prototype.installListeners;mxCellEditor.prototype.installListeners=function(a){function b(a,c){c.originalNode=a;a=a.firstChild;for(var d=c.firstChild;null!=a&&null!=d;)b(a,d),a=a.nextSibling,d=d.nextSibling;return c}function c(a,b){if(null!=a)if(b.originalNode!=a)d(a);else for(a=a.firstChild,b=b.firstChild;null!=a;){var e=a.nextSibling;null==b?d(a):(c(a,b),b=b.nextSibling);a=e}}function d(a){for(var b=a.firstChild;null!=b;){var c=b.nextSibling;d(b);b=c}1==a.nodeType&&("BR"=== +a.nodeName||null!=a.firstChild)||3==a.nodeType&&0!=mxUtils.trim(mxUtils.getTextContent(a)).length?(3==a.nodeType&&mxUtils.setTextContent(a,mxUtils.getTextContent(a).replace(/\n|\r/g,"")),1==a.nodeType&&(a.removeAttribute("style"),a.removeAttribute("class"),a.removeAttribute("width"),a.removeAttribute("cellpadding"),a.removeAttribute("cellspacing"),a.removeAttribute("border"))):a.parentNode.removeChild(a)}h.apply(this,arguments);mxClient.IS_QUIRKS||7===document.documentMode||8===document.documentMode|| +mxEvent.addListener(this.textarea,"paste",mxUtils.bind(this,function(a){var d=b(this.textarea,this.textarea.cloneNode(!0));window.setTimeout(mxUtils.bind(this,function(){c(this.textarea,d)}),0)}))};mxCellEditor.prototype.toggleViewMode=function(){var a=this.graph.view.getState(this.editingCell),b=null!=a&&"0"!=mxUtils.getValue(a.style,"nl2Br","1"),c=this.saveSelection();if(this.codeViewMode){h=mxUtils.extractTextWithWhitespace(this.textarea.childNodes);0<h.length&&"\n"==h.charAt(h.length-1)&&(h=h.substring(0, +h.length-1));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"<br/>"):h,!0);this.textarea.className="mxCellEditor geContentEditable";var d=mxUtils.getValue(a.style,mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE),b=mxUtils.getValue(a.style,mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY),e=mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),f=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD,g=(mxUtils.getValue(a.style, +mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC,a=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration=a?"underline":"";this.textarea.style.fontWeight=f?"bold":"normal";this.textarea.style.fontStyle= +g?"italic":"";this.textarea.style.fontFamily=b;this.textarea.style.textAlign=e;this.textarea.style.padding="0px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h,0==this.textarea.innerHTML.length&&(this.textarea.innerHTML=this.getEmptyLabelText(),this.clearOnChange=0<this.textarea.innerHTML.length));this.codeViewMode=!1}else{this.clearOnChange&&this.textarea.innerHTML==this.getEmptyLabelText()&&(this.clearOnChange=!1,this.textarea.innerHTML="");var h=mxUtils.htmlEntities(this.textarea.innerHTML); +mxClient.IS_QUIRKS||8==document.documentMode||(h=mxUtils.replaceTrailingNewlines(h,"<div><br></div>"));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"").replace(/<br\s*.?>/g,"<br>"):h,!0);this.textarea.className="mxCellEditor mxPlainTextEditor";var d=mxConstants.DEFAULT_FONTSIZE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration=""; +this.textarea.style.fontWeight="normal";this.textarea.style.fontStyle="";this.textarea.style.fontFamily=mxConstants.DEFAULT_FONTFAMILY;this.textarea.style.textAlign="left";this.textarea.style.padding="2px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h);this.codeViewMode=!0}this.textarea.focus();null!=this.switchSelectionState&&this.restoreSelection(this.switchSelectionState);this.switchSelectionState=c;this.resize()};var k=mxCellEditor.prototype.resize;mxCellEditor.prototype.resize=function(a, +b){if(null!=this.textarea)if(a=this.graph.getView().getState(this.editingCell),this.codeViewMode&&null!=a){var c=a.view.scale;this.bounds=mxRectangle.fromRectangle(a);if(0==this.bounds.width&&0==this.bounds.height){this.bounds.width=160*c;this.bounds.height=60*c;var d=null!=a.text?a.text.margin:null;null==d&&(d=mxUtils.getAlignmentAsPoint(mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),mxUtils.getValue(a.style,mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE))); +this.bounds.x+=d.x*this.bounds.width;this.bounds.y+=d.y*this.bounds.height}this.textarea.style.width=Math.round((this.bounds.width-4)/c)+"px";this.textarea.style.height=Math.round((this.bounds.height-4)/c)+"px";this.textarea.style.overflow="auto";this.textarea.clientHeight<this.textarea.offsetHeight&&(this.textarea.style.height=Math.round(this.bounds.height/c)+(this.textarea.offsetHeight-this.textarea.clientHeight)+"px",this.bounds.height=parseInt(this.textarea.style.height)*c);this.textarea.clientWidth< +this.textarea.offsetWidth&&(this.textarea.style.width=Math.round(this.bounds.width/c)+(this.textarea.offsetWidth-this.textarea.clientWidth)+"px",this.bounds.width=parseInt(this.textarea.style.width)*c);this.textarea.style.left=Math.round(this.bounds.x)+"px";this.textarea.style.top=Math.round(this.bounds.y)+"px";mxClient.IS_VML?this.textarea.style.zoom=c:mxUtils.setPrefixedStyle(this.textarea.style,"transform","scale("+c+","+c+")")}else this.textarea.style.height="",this.textarea.style.overflow="", +k.apply(this,arguments)};mxCellEditorGetInitialValue=mxCellEditor.prototype.getInitialValue;mxCellEditor.prototype.getInitialValue=function(a,b){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetInitialValue.apply(this,arguments);var c=this.graph.getEditingValue(a.cell,b);"1"==mxUtils.getValue(a.style,"nl2Br","1")&&(c=c.replace(/\n/g,"<br/>"));return c=this.graph.sanitizeHtml(c,!0)};mxCellEditorGetCurrentValue=mxCellEditor.prototype.getCurrentValue;mxCellEditor.prototype.getCurrentValue= +function(a){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetCurrentValue.apply(this,arguments);var b=this.graph.sanitizeHtml(this.textarea.innerHTML,!0);return b="1"==mxUtils.getValue(a.style,"nl2Br","1")?b.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>"):b.replace(/\r\n/g,"").replace(/\n/g,"")};var l=mxCellEditor.prototype.stopEditing;mxCellEditor.prototype.stopEditing=function(a){this.codeViewMode&&this.toggleViewMode();l.apply(this,arguments);this.focusContainer()};mxCellEditor.prototype.focusContainer= +function(){try{this.graph.container.focus()}catch(v){}};var m=mxCellEditor.prototype.applyValue;mxCellEditor.prototype.applyValue=function(a,b){this.graph.getModel().beginUpdate();try{if(m.apply(this,arguments),this.graph.isCellDeletable(a.cell)&&0==this.graph.model.getChildCount(a.cell)){var c=mxUtils.getValue(a.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),d=mxUtils.getValue(a.style,mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);""==b&&c==mxConstants.NONE&&d==mxConstants.NONE&&this.graph.removeCells([a.cell], +!1)}}finally{this.graph.getModel().endUpdate()}};mxCellEditor.prototype.getBackgroundColor=function(a){var b=null;if(this.graph.getModel().isEdge(a.cell)||this.graph.getModel().isEdge(this.graph.getModel().getParent(a.cell)))b=mxUtils.getValue(a.style,mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,null),b==mxConstants.NONE&&(b=null);return b};mxCellEditor.prototype.getMinimumSize=function(a){var b=this.graph.getView().scale;return new mxRectangle(0,0,null==a.text?30:a.text.size*b+20,30)};var n=mxGraphHandler.prototype.moveCells; +mxGraphHandler.prototype.moveCells=function(a,b,c,d,e,f){mxEvent.isAltDown(f)&&(e=null);n.apply(this,arguments)};mxGraphHandler.prototype.updateHint=function(b){if(null!=this.shape){null==this.hint&&(this.hint=a(),this.graph.container.appendChild(this.hint));var c=this.graph.view.translate,d=this.graph.view.scale;b=this.roundLength((this.bounds.x+this.currentDx)/d-c.x);c=this.roundLength((this.bounds.y+this.currentDy)/d-c.y);this.hint.innerHTML=b+", "+c;this.hint.style.left=this.shape.bounds.x+Math.round((this.shape.bounds.width- +this.hint.clientWidth)/2)+"px";this.hint.style.top=this.shape.bounds.y+this.shape.bounds.height+12+"px"}};mxGraphHandler.prototype.removeHint=function(){null!=this.hint&&(this.hint.parentNode.removeChild(this.hint),this.hint=null)};mxVertexHandler.prototype.isRecursiveResize=function(a,b){return!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!mxEvent.isControlDown(b.getEvent())&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null== +mxUtils.getValue(a.style,"childLayout",null)};mxVertexHandler.prototype.isCenteredEvent=function(a,b){return!(!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null))&&mxEvent.isControlDown(b.getEvent())||mxEvent.isMetaDown(b.getEvent())};var p=mxVertexHandler.prototype.getHandlePadding;mxVertexHandler.prototype.getHandlePadding=function(){var a= +new mxPoint(0,0),b=this.tolerance;this.graph.cellEditor.getEditingCell()==this.state.cell&&null!=this.sizers&&0<this.sizers.length&&null!=this.sizers[0]?(b/=2,a.x=this.sizers[0].bounds.width+b,a.y=this.sizers[0].bounds.height+b):a=p.apply(this,arguments);return a};mxVertexHandler.prototype.updateHint=function(b){this.index!=mxEvent.LABEL_HANDLE&&(null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint)),this.index==mxEvent.ROTATION_HANDLE?this.hint.innerHTML=this.currentAlpha+ +"°":(b=this.state.view.scale,this.hint.innerHTML=this.roundLength(this.bounds.width/b)+" x "+this.roundLength(this.bounds.height/b)),b=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.state.style[mxConstants.STYLE_ROTATION]||"0"),null==b&&(b=this.bounds),this.hint.style.left=b.x+Math.round((b.width-this.hint.clientWidth)/2)+"px",this.hint.style.top=b.y+b.height+12+"px",null!=this.linkHint&&(this.linkHint.style.display="none"))};mxVertexHandler.prototype.removeHint= +function(){mxGraphHandler.prototype.removeHint.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.display="")};mxEdgeHandler.prototype.updateHint=function(b,c){null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint));var d=this.graph.view.translate,e=this.graph.view.scale,f=this.roundLength(c.x/e-d.x),d=this.roundLength(c.y/e-d.y);this.hint.innerHTML=f+", "+d;this.hint.style.visibility="visible";if(this.isSource||this.isTarget)null!=this.constraintHandler.currentConstraint&& +null!=this.constraintHandler.currentFocus?(f=this.constraintHandler.currentConstraint.point,this.hint.innerHTML="["+Math.round(100*f.x)+"%, "+Math.round(100*f.y)+"%]"):this.marker.hasValidState()&&(this.hint.style.visibility="hidden");this.hint.style.left=Math.round(b.getGraphX()-this.hint.clientWidth/2)+"px";this.hint.style.top=Math.max(b.getGraphY(),c.y)+this.state.view.graph.gridSize+"px";null!=this.linkHint&&(this.linkHint.style.display="none")};mxEdgeHandler.prototype.removeHint=mxVertexHandler.prototype.removeHint; +HoverIcons.prototype.mainHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/>'):new mxImage(IMAGE_PATH+"/handle-main.png",17,17);HoverIcons.prototype.secondaryHandle=mxClient.IS_SVG?Graph.createSvgImage(16,16,'<path d="m 8 3 L 13 8 L 8 13 L 3 8 z" stroke="#fff" fill="#fca000"/>'):new mxImage(IMAGE_PATH+"/handle-secondary.png",17,17);HoverIcons.prototype.fixedHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><path d="m 7 7 L 11 11 M 7 11 L 11 7" stroke="#fff"/>'): +new mxImage(IMAGE_PATH+"/handle-fixed.png",17,17);HoverIcons.prototype.terminalHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><circle cx="9" cy="9" r="2" stroke="#fff" fill="transparent"/>'):new mxImage(IMAGE_PATH+"/handle-terminal.png",17,17);HoverIcons.prototype.rotationHandle=new mxImage(mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAYAAACkCdXRAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAA6ZJREFUeNqM001IY1cUB/D/fYmm2sbR2lC1zYlgoRG6MpEyBlpxM9iFIGKFIm3s0lCKjOByhCLZCFqLBF1YFVJdSRbdFHRhBbULtRuFVBTzYRpJgo2mY5OX5N9Fo2TG+eiFA/dd3vvd8+65ByTxshARTdf1JySp6/oTEdFe9T5eg5lIcnBwkCSZyWS+exX40oyur68/KxaLf5Okw+H4X+A9JBaLfUySZ2dnnJqaosPhIAACeC34DJRKpb7IZrMcHx+nwWCgUopGo/EOKwf9fn/1CzERUevr6+9ls1mOjIwQAH0+H4PBIKPR6D2ofAQCgToRUeVYJUkuLy8TANfW1kiS8/PzCy84Mw4MDBAAZ2dnmc/nub+/X0MSEBF1cHDwMJVKsaGhgV6vl+l0mqOjo1+KyKfl1dze3l4NBoM/PZ+diFSLiIKIGBOJxA9bW1sEwNXVVSaTyQMRaRaRxrOzs+9J8ujoaE5EPhQRq67rcZ/PRwD0+/3Udf03EdEgIqZisZibnJykwWDg4eEhd3Z2xkXELCJvPpdBrYjUiEhL+Xo4HH4sIhUaAKNSqiIcDsNkMqG+vh6RSOQQQM7tdhsAQCkFAHC73UUATxcWFqypVApmsxnDw8OwWq2TADQNgAYAFosF+XweyWQSdru9BUBxcXFRB/4rEgDcPouIIx6P4+bmBi0tLSCpAzBqAIqnp6c/dnZ2IpfLYXNzE62traMADACKNputpr+/v8lms9UAKAAwiMjXe3t7KBQKqKurQy6Xi6K0i2l6evpROp1mbW0t29vbGY/Hb8/IVIqq2zlJXl1dsaOjg2azmefn5wwEAl+JSBVExCgi75PkzMwMlVJsbGxkIpFgPp8PX15ePopEIs3JZPITXdf/iEajbGpqolKKExMT1HWdHo/nIxGpgIgoEXnQ3d39kCTHxsYIgC6Xi3NzcwyHw8xkMozFYlxaWmJbWxuVUuzt7WUul6PX6/1cRN4WEe2uA0SkaWVl5XGpRVhdXU0A1DSNlZWVdz3qdDrZ09PDWCzG4+Pjn0XEWvp9KJKw2WwKwBsA3gHQHAqFfr24uMDGxgZ2d3cRiUQAAHa7HU6nE319fTg5Ofmlq6vrGwB/AngaCoWK6rbsNptNA1AJoA7Aux6Pp3NoaMhjsVg+QNmIRqO/u1yubwFEASRKUAEA7rASqABUAKgC8KAUb5XWCOAfAFcA/gJwDSB7C93DylCtdM8qABhLc5TumV6KQigUeubjfwcAHkQJ94ndWeYAAAAASUVORK5CYII=": IMAGE_PATH+"/handle-rotate.png",19,21);mxClient.IS_SVG&&(mxConstraintHandler.prototype.pointImage=Graph.createSvgImage(5,5,'<path d="m 0 0 L 5 5 M 0 5 L 5 0" stroke="#007dfc"/>'));mxVertexHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxVertexHandler.prototype.secondaryHandleImage=HoverIcons.prototype.secondaryHandle;mxEdgeHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxEdgeHandler.prototype.terminalHandleImage=HoverIcons.prototype.terminalHandle;mxEdgeHandler.prototype.fixedHandleImage= HoverIcons.prototype.fixedHandle;mxEdgeHandler.prototype.labelHandleImage=HoverIcons.prototype.secondaryHandle;mxOutline.prototype.sizerImage=HoverIcons.prototype.mainHandle;null!=window.Sidebar&&(Sidebar.prototype.triangleUp=HoverIcons.prototype.triangleUp,Sidebar.prototype.triangleRight=HoverIcons.prototype.triangleRight,Sidebar.prototype.triangleDown=HoverIcons.prototype.triangleDown,Sidebar.prototype.triangleLeft=HoverIcons.prototype.triangleLeft,Sidebar.prototype.refreshTarget=HoverIcons.prototype.refreshTarget, Sidebar.prototype.roundDrop=HoverIcons.prototype.roundDrop);mxClient.IS_SVG||((new Image).src=HoverIcons.prototype.mainHandle.src,(new Image).src=HoverIcons.prototype.fixedHandle.src,(new Image).src=HoverIcons.prototype.terminalHandle.src,(new Image).src=HoverIcons.prototype.secondaryHandle.src,(new Image).src=HoverIcons.prototype.rotationHandle.src,(new Image).src=HoverIcons.prototype.triangleUp.src,(new Image).src=HoverIcons.prototype.triangleRight.src,(new Image).src=HoverIcons.prototype.triangleDown.src, @@ -1769,15 +1770,15 @@ mxUtils.getTextContent(c[d])));this.linkHint.appendChild(e)}}};mxEdgeHandler.pro this.labelShape&&(this.labelShape.node.style.display=this.graph.isEnabled()&&this.graph.getSelectionCount()<this.graph.graphHandler.maxCells?"":"none")});this.selectionHandler=mxUtils.bind(this,function(b,c){a()});this.graph.getSelectionModel().addListener(mxEvent.CHANGE,this.selectionHandler);this.changeHandler=mxUtils.bind(this,function(b,c){this.updateLinkHint(this.graph.getLinkForCell(this.state.cell),this.graph.getLinksForState(this.state));a();this.redrawHandles()});this.graph.getModel().addListener(mxEvent.CHANGE, this.changeHandler);var b=this.graph.getLinkForCell(this.state.cell),c=this.graph.getLinksForState(this.state);if(null!=b||null!=c&&0<c.length)this.updateLinkHint(b,c),this.redrawHandles()};var L=mxConnectionHandler.prototype.init;mxConnectionHandler.prototype.init=function(){L.apply(this,arguments);this.constraintHandler.isEnabled=mxUtils.bind(this,function(){return this.graph.connectionHandler.isEnabled()})};var K=mxVertexHandler.prototype.redrawHandles;mxVertexHandler.prototype.redrawHandles=function(){K.apply(this); if(null!=this.state&&null!=this.linkHint){var a=new mxPoint(this.state.getCenterX(),this.state.getCenterY()),b=new mxRectangle(this.state.x,this.state.y-22,this.state.width+24,this.state.height+22),c=mxUtils.getBoundingBox(b,this.state.style[mxConstants.STYLE_ROTATION]||"0",a),a=null!=c?mxUtils.getBoundingBox(this.state,this.state.style[mxConstants.STYLE_ROTATION]||"0"):this.state,b=null!=this.state.text?this.state.text.boundingBox:null;null==c&&(c=this.state);c=c.y+c.height;null!=b&&(c=Math.max(c, -b.y+b.height));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(c+this.verticalOffset/2+6+this.state.view.graph.tolerance)+"px"}};var G=mxVertexHandler.prototype.reset;mxVertexHandler.prototype.reset=function(){G.apply(this,arguments);null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display=1==this.graph.getSelectionCount()?"":"none")};var U=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy= +b.y+b.height));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(c+this.verticalOffset/2+6+this.state.view.graph.tolerance)+"px"}};var H=mxVertexHandler.prototype.reset;mxVertexHandler.prototype.reset=function(){H.apply(this,arguments);null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display=1==this.graph.getSelectionCount()?"":"none")};var U=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy= function(){U.apply(this,arguments);null!=this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);null!=this.selectionHandler&&(this.graph.getSelectionModel().removeListener(this.selectionHandler),this.selectionHandler=null);null!=this.changeHandler&&(this.graph.getModel().removeListener(this.changeHandler),this.changeHandler=null);null!=this.editingHandler&&(this.graph.removeListener(this.editingHandler),this.editingHandler=null)};var S=mxEdgeHandler.prototype.redrawHandles; mxEdgeHandler.prototype.redrawHandles=function(){if(null!=this.marker&&(S.apply(this),null!=this.state&&null!=this.linkHint)){var a=this.state;null!=this.state.text&&null!=this.state.text.bounds&&(a=new mxRectangle(a.x,a.y,a.width,a.height),a.add(this.state.text.bounds));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(a.y+a.height+6+this.state.view.graph.tolerance)+"px"}};var ba=mxEdgeHandler.prototype.reset;mxEdgeHandler.prototype.reset= function(){ba.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.visibility="")};var X=mxEdgeHandler.prototype.destroy;mxEdgeHandler.prototype.destroy=function(){X.apply(this,arguments);null!=this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);null!=this.selectionHandler&&(this.graph.getSelectionModel().removeListener(this.selectionHandler),this.selectionHandler=null);null!=this.changeHandler&&(this.graph.getModel().removeListener(this.changeHandler), this.changeHandler=null)}}();(function(){function a(){mxCylinder.call(this)}function b(){mxActor.call(this)}function c(){mxCylinder.call(this)}function d(){mxCylinder.call(this)}function e(){mxCylinder.call(this)}function f(){mxActor.call(this)}function g(){mxCylinder.call(this)}function h(){mxActor.call(this)}function k(){mxActor.call(this)}function l(){mxActor.call(this)}function m(){mxActor.call(this)}function n(){mxActor.call(this)}function p(){mxActor.call(this)}function r(){mxActor.call(this)}function q(a,b){this.canvas= a;this.canvas.setLineJoin("round");this.canvas.setLineCap("round");this.defaultVariation=b;this.originalLineTo=this.canvas.lineTo;this.canvas.lineTo=mxUtils.bind(this,q.prototype.lineTo);this.originalMoveTo=this.canvas.moveTo;this.canvas.moveTo=mxUtils.bind(this,q.prototype.moveTo);this.originalClose=this.canvas.close;this.canvas.close=mxUtils.bind(this,q.prototype.close);this.originalQuadTo=this.canvas.quadTo;this.canvas.quadTo=mxUtils.bind(this,q.prototype.quadTo);this.originalCurveTo=this.canvas.curveTo; this.canvas.curveTo=mxUtils.bind(this,q.prototype.curveTo);this.originalArcTo=this.canvas.arcTo;this.canvas.arcTo=mxUtils.bind(this,q.prototype.arcTo)}function t(){mxRectangleShape.call(this)}function z(){mxRectangleShape.call(this)}function w(){mxActor.call(this)}function x(){mxActor.call(this)}function y(){mxActor.call(this)}function u(){mxRectangleShape.call(this)}function D(){mxRectangleShape.call(this)}function F(){mxCylinder.call(this)}function E(){mxShape.call(this)}function B(){mxShape.call(this)} -function A(){mxEllipse.call(this)}function C(){mxShape.call(this)}function L(){mxShape.call(this)}function K(){mxRectangleShape.call(this)}function G(){mxShape.call(this)}function U(){mxShape.call(this)}function S(){mxShape.call(this)}function ba(){mxCylinder.call(this)}function X(){mxDoubleEllipse.call(this)}function v(){mxDoubleEllipse.call(this)}function P(){mxArrowConnector.call(this);this.spacing=0}function H(){mxArrowConnector.call(this);this.spacing=0}function I(){mxActor.call(this)}function ca(){mxRectangleShape.call(this)} -function M(){mxActor.call(this)}function J(){mxActor.call(this)}function N(){mxActor.call(this)}function T(){mxActor.call(this)}function ea(){mxActor.call(this)}function aa(){mxActor.call(this)}function Q(){mxActor.call(this)}function V(){mxActor.call(this)}function W(){mxActor.call(this)}function O(){mxActor.call(this)}function R(){mxEllipse.call(this)}function fa(){mxEllipse.call(this)}function Y(){mxEllipse.call(this)}function Z(){mxRhombus.call(this)}function wa(){mxEllipse.call(this)}function xa(){mxEllipse.call(this)} +function A(){mxEllipse.call(this)}function C(){mxShape.call(this)}function L(){mxShape.call(this)}function K(){mxRectangleShape.call(this)}function H(){mxShape.call(this)}function U(){mxShape.call(this)}function S(){mxShape.call(this)}function ba(){mxCylinder.call(this)}function X(){mxDoubleEllipse.call(this)}function v(){mxDoubleEllipse.call(this)}function Q(){mxArrowConnector.call(this);this.spacing=0}function G(){mxArrowConnector.call(this);this.spacing=0}function I(){mxActor.call(this)}function ca(){mxRectangleShape.call(this)} +function M(){mxActor.call(this)}function J(){mxActor.call(this)}function N(){mxActor.call(this)}function T(){mxActor.call(this)}function ea(){mxActor.call(this)}function aa(){mxActor.call(this)}function P(){mxActor.call(this)}function V(){mxActor.call(this)}function W(){mxActor.call(this)}function O(){mxActor.call(this)}function R(){mxEllipse.call(this)}function fa(){mxEllipse.call(this)}function Y(){mxEllipse.call(this)}function Z(){mxRhombus.call(this)}function wa(){mxEllipse.call(this)}function xa(){mxEllipse.call(this)} function ya(){mxEllipse.call(this)}function pa(){mxEllipse.call(this)}function qa(){mxActor.call(this)}function la(){mxActor.call(this)}function ia(){mxActor.call(this)}function ja(){mxConnector.call(this)}function Ba(a,b,c,d,e,f,g,h,k,l){g+=k;var m=d.clone();d.x-=e*(2*g+k);d.y-=f*(2*g+k);e*=g+k;f*=g+k;return function(){a.ellipse(m.x-e-g,m.y-f-g,2*g,2*g);l?a.fillAndStroke():a.stroke()}}mxUtils.extend(a,mxCylinder);a.prototype.size=20;a.prototype.redrawPath=function(a,b,c,d,e,f){b=Math.max(0,Math.min(d, Math.min(e,parseFloat(mxUtils.getValue(this.style,"size",this.size)))));f?(a.moveTo(b,e),a.lineTo(b,b),a.lineTo(0,0),a.moveTo(b,b),a.lineTo(d,b)):(a.moveTo(0,0),a.lineTo(d-b,0),a.lineTo(d,b),a.lineTo(d,e),a.lineTo(b,e),a.lineTo(0,e-b),a.lineTo(0,0),a.close());a.end()};a.prototype.getLabelMargins=function(a){return mxUtils.getValue(this.style,"boundedLbl",!1)?(a=parseFloat(mxUtils.getValue(this.style,"size",this.size))*this.scale,new mxRectangle(a,a,0,0)):null};mxCellRenderer.registerShape("cube", a);var za=Math.tan(mxUtils.toRadians(30)),ka=(.5-za)/2;mxUtils.extend(b,mxActor);b.prototype.size=20;b.prototype.redrawPath=function(a,b,c,d,e){b=Math.min(d,e/za);a.translate((d-b)/2,(e-b)/2+b/4);a.moveTo(0,.25*b);a.lineTo(.5*b,b*ka);a.lineTo(b,.25*b);a.lineTo(.5*b,(.5-ka)*b);a.lineTo(0,.25*b);a.close();a.end()};mxCellRenderer.registerShape("isoRectangle",b);mxUtils.extend(c,mxCylinder);c.prototype.size=20;c.prototype.redrawPath=function(a,b,c,d,e,f){b=Math.min(d,e/(.5+za));f?(a.moveTo(0,.25*b),a.lineTo(.5* @@ -1817,9 +1818,9 @@ b,c,d,e){a.translate(b,c);a.begin();a.moveTo(0,e/4);a.lineTo(0,3*e/4);a.end();a. mxShape);C.prototype.paintVertexShape=function(a,b,c,d,e){a.translate(b,c);a.begin();a.moveTo(d,0);a.lineTo(0,e);a.moveTo(0,0);a.lineTo(d,e);a.end();a.stroke()};mxCellRenderer.registerShape("umlDestroy",C);mxUtils.extend(L,mxShape);L.prototype.getLabelBounds=function(a){return new mxRectangle(a.x,a.y+a.height/8,a.width,7*a.height/8)};L.prototype.paintBackground=function(a,b,c,d,e){a.translate(b,c);a.begin();a.moveTo(3*d/8,e/8*1.1);a.lineTo(5*d/8,0);a.end();a.stroke();a.ellipse(0,e/8,d,7*e/8);a.fillAndStroke()}; L.prototype.paintForeground=function(a,b,c,d,e){a.begin();a.moveTo(3*d/8,e/8*1.1);a.lineTo(5*d/8,e/4);a.end();a.stroke()};mxCellRenderer.registerShape("umlControl",L);mxUtils.extend(K,mxRectangleShape);K.prototype.size=40;K.prototype.isHtmlAllowed=function(){return!1};K.prototype.getLabelBounds=function(a){var b=Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(this.style,"size",this.size))*this.scale));return new mxRectangle(a.x,a.y,a.width,b)};K.prototype.paintBackground=function(a,b,c,d, e){var f=Math.max(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"size",this.size)))),g=mxUtils.getValue(this.style,"participant");null==g||null==this.state?mxRectangleShape.prototype.paintBackground.call(this,a,b,c,d,f):(g=this.state.view.graph.cellRenderer.getShape(g),null!=g&&g!=K&&(g=new g,g.apply(this.state),a.save(),g.paintVertexShape(a,b,c,d,f),a.restore()));f<e&&(a.setDashed(!0),a.begin(),a.moveTo(b+d/2,c+f),a.lineTo(b+d/2,c+e),a.end(),a.stroke())};K.prototype.paintForeground=function(a, -b,c,d,e){var f=Math.max(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"size",this.size))));mxRectangleShape.prototype.paintForeground.call(this,a,b,c,d,Math.min(e,f))};mxCellRenderer.registerShape("umlLifeline",K);mxUtils.extend(G,mxShape);G.prototype.width=60;G.prototype.height=30;G.prototype.corner=10;G.prototype.getLabelMargins=function(a){return new mxRectangle(0,0,a.width-parseFloat(mxUtils.getValue(this.style,"width",this.width)*this.scale),a.height-parseFloat(mxUtils.getValue(this.style, -"height",this.height)*this.scale))};G.prototype.paintBackground=function(a,b,c,d,e){var f=this.corner,g=Math.min(d,Math.max(f,parseFloat(mxUtils.getValue(this.style,"width",this.width)))),h=Math.min(e,Math.max(1.5*f,parseFloat(mxUtils.getValue(this.style,"height",this.height)))),k=mxUtils.getValue(this.style,mxConstants.STYLE_SWIMLANE_FILLCOLOR,mxConstants.NONE);k!=mxConstants.NONE&&(a.setFillColor(k),a.rect(b,c,d,e),a.fill());null!=this.fill&&this.fill!=mxConstants.NONE&&this.gradient&&this.gradient!= -mxConstants.NONE?(this.getGradientBounds(a,b,c,d,e),a.setGradient(this.fill,this.gradient,b,c,d,e,this.gradientDirection)):a.setFillColor(this.fill);a.begin();a.moveTo(b,c);a.lineTo(b+g,c);a.lineTo(b+g,c+Math.max(0,h-1.5*f));a.lineTo(b+Math.max(0,g-f),c+h);a.lineTo(b,c+h);a.close();a.fillAndStroke();a.begin();a.moveTo(b+g,c);a.lineTo(b+d,c);a.lineTo(b+d,c+e);a.lineTo(b,c+e);a.lineTo(b,c+h);a.stroke()};mxCellRenderer.registerShape("umlFrame",G);mxPerimeter.LifelinePerimeter=function(a,b,c,d){d=K.prototype.size; +b,c,d,e){var f=Math.max(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"size",this.size))));mxRectangleShape.prototype.paintForeground.call(this,a,b,c,d,Math.min(e,f))};mxCellRenderer.registerShape("umlLifeline",K);mxUtils.extend(H,mxShape);H.prototype.width=60;H.prototype.height=30;H.prototype.corner=10;H.prototype.getLabelMargins=function(a){return new mxRectangle(0,0,a.width-parseFloat(mxUtils.getValue(this.style,"width",this.width)*this.scale),a.height-parseFloat(mxUtils.getValue(this.style, +"height",this.height)*this.scale))};H.prototype.paintBackground=function(a,b,c,d,e){var f=this.corner,g=Math.min(d,Math.max(f,parseFloat(mxUtils.getValue(this.style,"width",this.width)))),h=Math.min(e,Math.max(1.5*f,parseFloat(mxUtils.getValue(this.style,"height",this.height)))),k=mxUtils.getValue(this.style,mxConstants.STYLE_SWIMLANE_FILLCOLOR,mxConstants.NONE);k!=mxConstants.NONE&&(a.setFillColor(k),a.rect(b,c,d,e),a.fill());null!=this.fill&&this.fill!=mxConstants.NONE&&this.gradient&&this.gradient!= +mxConstants.NONE?(this.getGradientBounds(a,b,c,d,e),a.setGradient(this.fill,this.gradient,b,c,d,e,this.gradientDirection)):a.setFillColor(this.fill);a.begin();a.moveTo(b,c);a.lineTo(b+g,c);a.lineTo(b+g,c+Math.max(0,h-1.5*f));a.lineTo(b+Math.max(0,g-f),c+h);a.lineTo(b,c+h);a.close();a.fillAndStroke();a.begin();a.moveTo(b+g,c);a.lineTo(b+d,c);a.lineTo(b+d,c+e);a.lineTo(b,c+e);a.lineTo(b,c+h);a.stroke()};mxCellRenderer.registerShape("umlFrame",H);mxPerimeter.LifelinePerimeter=function(a,b,c,d){d=K.prototype.size; null!=b&&(d=mxUtils.getValue(b.style,"size",d)*b.view.scale);b=parseFloat(b.style[mxConstants.STYLE_STROKEWIDTH]||1)*b.view.scale/2-1;c.x<a.getCenterX()&&(b=-1*(b+1));return new mxPoint(a.getCenterX()+b,Math.min(a.y+a.height,Math.max(a.y+d,c.y)))};mxStyleRegistry.putValue("lifelinePerimeter",mxPerimeter.LifelinePerimeter);mxPerimeter.OrthogonalPerimeter=function(a,b,c,d){d=!0;return mxPerimeter.RectanglePerimeter.apply(this,arguments)};mxStyleRegistry.putValue("orthogonalPerimeter",mxPerimeter.OrthogonalPerimeter); mxPerimeter.BackbonePerimeter=function(a,b,c,d){d=parseFloat(b.style[mxConstants.STYLE_STROKEWIDTH]||1)*b.view.scale/2-1;null!=b.style.backboneSize&&(d+=parseFloat(b.style.backboneSize)*b.view.scale/2-1);if("south"==b.style[mxConstants.STYLE_DIRECTION]||"north"==b.style[mxConstants.STYLE_DIRECTION])return c.x<a.getCenterX()&&(d=-1*(d+1)),new mxPoint(a.getCenterX()+d,Math.min(a.y+a.height,Math.max(a.y,c.y)));c.y<a.getCenterY()&&(d=-1*(d+1));return new mxPoint(Math.min(a.x+a.width,Math.max(a.x,c.x)), a.getCenterY()+d)};mxStyleRegistry.putValue("backbonePerimeter",mxPerimeter.BackbonePerimeter);mxPerimeter.CalloutPerimeter=function(a,b,c,d){return mxPerimeter.RectanglePerimeter(mxUtils.getDirectedBounds(a,new mxRectangle(0,0,0,Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(b.style,"size",w.prototype.size))*b.view.scale))),b.style),b,c,d)};mxStyleRegistry.putValue("calloutPerimeter",mxPerimeter.CalloutPerimeter);mxPerimeter.ParallelogramPerimeter=function(a,b,c,d){var e=m.prototype.size; @@ -1835,8 +1836,8 @@ h?l.y=c.y:l.x=c.x);return mxUtils.getPerimeterPoint(g,l,c)};mxStyleRegistry.putV 10;S.prototype.inset=2;S.prototype.paintBackground=function(a,b,c,d,e){var f=parseFloat(mxUtils.getValue(this.style,"size",this.size)),g=parseFloat(mxUtils.getValue(this.style,"inset",this.inset))+this.strokewidth;a.translate(b,c);a.begin();a.moveTo(d/2,f+g);a.lineTo(d/2,e);a.end();a.stroke();a.begin();a.moveTo((d-f)/2-g,f/2);a.quadTo((d-f)/2-g,f+g,d/2,f+g);a.quadTo((d+f)/2+g,f+g,(d+f)/2+g,f/2);a.end();a.stroke()};mxCellRenderer.registerShape("requires",S);mxUtils.extend(ba,mxCylinder);ba.prototype.jettyWidth= 32;ba.prototype.jettyHeight=12;ba.prototype.redrawPath=function(a,b,c,d,e,f){var g=parseFloat(mxUtils.getValue(this.style,"jettyWidth",this.jettyWidth));b=parseFloat(mxUtils.getValue(this.style,"jettyHeight",this.jettyHeight));c=g/2;var g=c+g/2,h=.3*e-b/2,k=.7*e-b/2;f?(a.moveTo(c,h),a.lineTo(g,h),a.lineTo(g,h+b),a.lineTo(c,h+b),a.moveTo(c,k),a.lineTo(g,k),a.lineTo(g,k+b),a.lineTo(c,k+b)):(a.moveTo(c,0),a.lineTo(d,0),a.lineTo(d,e),a.lineTo(c,e),a.lineTo(c,k+b),a.lineTo(0,k+b),a.lineTo(0,k),a.lineTo(c, k),a.lineTo(c,h+b),a.lineTo(0,h+b),a.lineTo(0,h),a.lineTo(c,h),a.close());a.end()};mxCellRenderer.registerShape("component",ba);mxUtils.extend(X,mxDoubleEllipse);X.prototype.outerStroke=!0;X.prototype.paintVertexShape=function(a,b,c,d,e){var f=Math.min(4,Math.min(d/5,e/5));0<d&&0<e&&(a.ellipse(b+f,c+f,d-2*f,e-2*f),a.fillAndStroke());a.setShadow(!1);this.outerStroke&&(a.ellipse(b,c,d,e),a.stroke())};mxCellRenderer.registerShape("endState",X);mxUtils.extend(v,X);v.prototype.outerStroke=!1;mxCellRenderer.registerShape("startState", -v);mxUtils.extend(P,mxArrowConnector);P.prototype.defaultWidth=4;P.prototype.isOpenEnded=function(){return!0};P.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};P.prototype.isArrowRounded=function(){return this.isRounded};mxCellRenderer.registerShape("link",P);mxUtils.extend(H,mxArrowConnector);H.prototype.defaultWidth=10;H.prototype.defaultArrowWidth=20;H.prototype.getStartArrowWidth=function(){return this.getEdgeWidth()+ -mxUtils.getNumber(this.style,"startWidth",this.defaultArrowWidth)};H.prototype.getEndArrowWidth=function(){return this.getEdgeWidth()+mxUtils.getNumber(this.style,"endWidth",this.defaultArrowWidth)};H.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};mxCellRenderer.registerShape("flexArrow",H);mxUtils.extend(I,mxActor);I.prototype.size=30;I.prototype.redrawPath=function(a,b,c,d,e){b=Math.min(e,parseFloat(mxUtils.getValue(this.style, +v);mxUtils.extend(Q,mxArrowConnector);Q.prototype.defaultWidth=4;Q.prototype.isOpenEnded=function(){return!0};Q.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};Q.prototype.isArrowRounded=function(){return this.isRounded};mxCellRenderer.registerShape("link",Q);mxUtils.extend(G,mxArrowConnector);G.prototype.defaultWidth=10;G.prototype.defaultArrowWidth=20;G.prototype.getStartArrowWidth=function(){return this.getEdgeWidth()+ +mxUtils.getNumber(this.style,"startWidth",this.defaultArrowWidth)};G.prototype.getEndArrowWidth=function(){return this.getEdgeWidth()+mxUtils.getNumber(this.style,"endWidth",this.defaultArrowWidth)};G.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};mxCellRenderer.registerShape("flexArrow",G);mxUtils.extend(I,mxActor);I.prototype.size=30;I.prototype.redrawPath=function(a,b,c,d,e){b=Math.min(e,parseFloat(mxUtils.getValue(this.style, "size",this.size)));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,e),new mxPoint(0,b),new mxPoint(d,0),new mxPoint(d,e)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("manualInput",I);mxUtils.extend(ca,mxRectangleShape);ca.prototype.dx=20;ca.prototype.dy=20;ca.prototype.isHtmlAllowed=function(){return!1};ca.prototype.paintForeground=function(a,b,c,d,e){mxRectangleShape.prototype.paintForeground.apply(this,arguments); var f=0;if(this.isRounded)var g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,f=Math.max(f,Math.min(d*g,e*g));g=Math.max(f,Math.min(d,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));f=Math.max(f,Math.min(e,parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));a.begin();a.moveTo(b,c+f);a.lineTo(b+d,c+f);a.end();a.stroke();a.begin();a.moveTo(b+g,c);a.lineTo(b+g,c+e);a.end();a.stroke()};mxCellRenderer.registerShape("internalStorage",ca); mxUtils.extend(M,mxActor);M.prototype.dx=20;M.prototype.dy=20;M.prototype.redrawPath=function(a,b,c,d,e){b=Math.max(0,Math.min(d,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));c=Math.max(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));parseFloat(mxUtils.getValue(this.style,"size",this.size));var f=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(d,0),new mxPoint(d,c),new mxPoint(b,c),new mxPoint(b, @@ -1845,7 +1846,7 @@ c=Math.max(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"dy",this.dy)))); .3;T.prototype.arrowSize=.2;T.prototype.redrawPath=function(a,b,c,d,e){var f=e*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowWidth",this.arrowWidth))));b=d*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowSize",this.arrowSize))));c=(e-f)/2;var f=c+f,g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,c),new mxPoint(d-b,c),new mxPoint(d-b,0),new mxPoint(d,e/2),new mxPoint(d-b,e),new mxPoint(d-b,f), new mxPoint(0,f)],this.isRounded,g,!0);a.end()};mxCellRenderer.registerShape("singleArrow",T);mxUtils.extend(ea,mxActor);ea.prototype.redrawPath=function(a,b,c,d,e){var f=e*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowWidth",T.prototype.arrowWidth))));b=d*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowSize",T.prototype.arrowSize))));c=(e-f)/2;var f=c+f,g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0, e/2),new mxPoint(b,0),new mxPoint(b,c),new mxPoint(d-b,c),new mxPoint(d-b,0),new mxPoint(d,e/2),new mxPoint(d-b,e),new mxPoint(d-b,f),new mxPoint(b,f),new mxPoint(b,e)],this.isRounded,g,!0);a.end()};mxCellRenderer.registerShape("doubleArrow",ea);mxUtils.extend(aa,mxActor);aa.prototype.size=.1;aa.prototype.redrawPath=function(a,b,c,d,e){b=d*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));a.moveTo(b,0);a.lineTo(d,0);a.quadTo(d-2*b,e/2,d,e);a.lineTo(b,e);a.quadTo(b- -2*b,e/2,b,0);a.close();a.end()};mxCellRenderer.registerShape("dataStorage",aa);mxUtils.extend(Q,mxActor);Q.prototype.redrawPath=function(a,b,c,d,e){a.moveTo(0,0);a.quadTo(d,0,d,e/2);a.quadTo(d,e,0,e);a.close();a.end()};mxCellRenderer.registerShape("or",Q);mxUtils.extend(V,mxActor);V.prototype.redrawPath=function(a,b,c,d,e){a.moveTo(0,0);a.quadTo(d,0,d,e/2);a.quadTo(d,e,0,e);a.quadTo(d/2,e/2,0,0);a.close();a.end()};mxCellRenderer.registerShape("xor",V);mxUtils.extend(W,mxActor);W.prototype.size=20; +2*b,e/2,b,0);a.close();a.end()};mxCellRenderer.registerShape("dataStorage",aa);mxUtils.extend(P,mxActor);P.prototype.redrawPath=function(a,b,c,d,e){a.moveTo(0,0);a.quadTo(d,0,d,e/2);a.quadTo(d,e,0,e);a.close();a.end()};mxCellRenderer.registerShape("or",P);mxUtils.extend(V,mxActor);V.prototype.redrawPath=function(a,b,c,d,e){a.moveTo(0,0);a.quadTo(d,0,d,e/2);a.quadTo(d,e,0,e);a.quadTo(d/2,e/2,0,0);a.close();a.end()};mxCellRenderer.registerShape("xor",V);mxUtils.extend(W,mxActor);W.prototype.size=20; W.prototype.redrawPath=function(a,b,c,d,e){b=Math.min(d/2,Math.min(e,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(b,0),new mxPoint(d-b,0),new mxPoint(d,.8*b),new mxPoint(d,e),new mxPoint(0,e),new mxPoint(0,.8*b)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("loopLimit",W);mxUtils.extend(O,mxActor);O.prototype.size=.375;O.prototype.redrawPath=function(a,b,c, d,e){b=e*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(d,0),new mxPoint(d,e-b),new mxPoint(d/2,e),new mxPoint(0,e-b)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("offPageConnector",O);mxUtils.extend(R,mxEllipse);R.prototype.paintVertexShape=function(a,b,c,d,e){mxEllipse.prototype.paintVertexShape.apply(this,arguments); a.begin();a.moveTo(b+d/2,c+e);a.lineTo(b+d,c+e);a.end();a.stroke()};mxCellRenderer.registerShape("tapeData",R);mxUtils.extend(fa,mxEllipse);fa.prototype.paintVertexShape=function(a,b,c,d,e){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1);a.begin();a.moveTo(b,c+e/2);a.lineTo(b+d,c+e/2);a.end();a.stroke();a.begin();a.moveTo(b+d/2,c);a.lineTo(b+d/2,c+e);a.end();a.stroke()};mxCellRenderer.registerShape("orEllipse",fa);mxUtils.extend(Y,mxEllipse);Y.prototype.paintVertexShape= @@ -1879,8 +1880,8 @@ f.x+e,f.y-d,h.x,h.y);a.style[mxConstants.STYLE_ENDSIZE]=Math.round(100*(d-a.shap d,h.x,h.y);a.style[mxConstants.STYLE_ENDSIZE]=Math.round(100*(d-a.shape.strokewidth)/3)/100/a.view.scale;a.style.endWidth=Math.max(0,Math.round(2*c)-a.shape.getEdgeWidth())/a.view.scale;mxEvent.isControlDown(k.getEvent())&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE],a.style.startWidth=a.style.endWidth);mxEvent.isAltDown(k.getEvent())||(Math.abs(parseFloat(a.style[mxConstants.STYLE_ENDSIZE])-parseFloat(a.style[mxConstants.STYLE_STARTSIZE]))<b/6&&(a.style[mxConstants.STYLE_ENDSIZE]= a.style[mxConstants.STYLE_STARTSIZE]),Math.abs(parseFloat(a.style.endWidth)-parseFloat(a.style.startWidth))<b&&(a.style.endWidth=a.style.startWidth))})));return c},swimlane:function(a){var b=[da(a,[mxConstants.STYLE_STARTSIZE],function(b){var c=parseFloat(mxUtils.getValue(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));return 1==mxUtils.getValue(a.style,mxConstants.STYLE_HORIZONTAL,1)?new mxPoint(b.getCenterX(),b.y+Math.max(0,Math.min(b.height,c))):new mxPoint(b.x+Math.max(0,Math.min(b.width, c)),b.getCenterY())},function(b,c){a.style[mxConstants.STYLE_STARTSIZE]=1==mxUtils.getValue(this.state.style,mxConstants.STYLE_HORIZONTAL,1)?Math.round(Math.max(0,Math.min(b.height,c.y-b.y))):Math.round(Math.max(0,Math.min(b.width,c.x-b.x)))})];if(mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED)){var c=parseFloat(mxUtils.getValue(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));b.push(ga(a,c/2))}return b},label:oa(),ext:oa(),rectangle:oa(),triangle:oa(),rhombus:oa(),umlLifeline:function(a){return[da(a, -["size"],function(a){var b=Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(this.state.style,"size",K.prototype.size))));return new mxPoint(a.getCenterX(),a.y+b)},function(a,b){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,b.y-a.y)))},!1)]},umlFrame:function(a){return[da(a,["width","height"],function(a){var b=Math.max(G.prototype.corner,Math.min(a.width,mxUtils.getValue(this.state.style,"width",G.prototype.width))),c=Math.max(1.5*G.prototype.corner,Math.min(a.height,mxUtils.getValue(this.state.style, -"height",G.prototype.height)));return new mxPoint(a.x+b,a.y+c)},function(a,b){this.state.style.width=Math.round(Math.max(G.prototype.corner,Math.min(a.width,b.x-a.x)));this.state.style.height=Math.round(Math.max(1.5*G.prototype.corner,Math.min(a.height,b.y-a.y)))},!1)]},process:function(a){var b=[da(a,["size"],function(a){var b=Math.max(0,Math.min(.5,parseFloat(mxUtils.getValue(this.state.style,"size",t.prototype.size))));return new mxPoint(a.x+a.width*b,a.y+a.height/4)},function(a,b){this.state.style.size= +["size"],function(a){var b=Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(this.state.style,"size",K.prototype.size))));return new mxPoint(a.getCenterX(),a.y+b)},function(a,b){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,b.y-a.y)))},!1)]},umlFrame:function(a){return[da(a,["width","height"],function(a){var b=Math.max(H.prototype.corner,Math.min(a.width,mxUtils.getValue(this.state.style,"width",H.prototype.width))),c=Math.max(1.5*H.prototype.corner,Math.min(a.height,mxUtils.getValue(this.state.style, +"height",H.prototype.height)));return new mxPoint(a.x+b,a.y+c)},function(a,b){this.state.style.width=Math.round(Math.max(H.prototype.corner,Math.min(a.width,b.x-a.x)));this.state.style.height=Math.round(Math.max(1.5*H.prototype.corner,Math.min(a.height,b.y-a.y)))},!1)]},process:function(a){var b=[da(a,["size"],function(a){var b=Math.max(0,Math.min(.5,parseFloat(mxUtils.getValue(this.state.style,"size",t.prototype.size))));return new mxPoint(a.x+a.width*b,a.y+a.height/4)},function(a,b){this.state.style.size= Math.max(0,Math.min(.5,(b.x-a.x)/a.width))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&b.push(ga(a));return b},cross:function(a){return[da(a,["size"],function(a){var b=Math.min(a.width,a.height),b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"size",la.prototype.size)))*b/2;return new mxPoint(a.getCenterX()-b,a.getCenterY()-b)},function(a,b){var c=Math.min(a.width,a.height);this.state.style.size=Math.max(0,Math.min(1,Math.min(Math.max(0,a.getCenterY()-b.y)/c*2,Math.max(0, a.getCenterX()-b.x)/c*2)))})]},note:function(a){return[da(a,["size"],function(a){var b=Math.max(0,Math.min(a.width,Math.min(a.height,parseFloat(mxUtils.getValue(this.state.style,"size",e.prototype.size)))));return new mxPoint(a.x+a.width-b,a.y+b)},function(a,b){this.state.style.size=Math.round(Math.max(0,Math.min(Math.min(a.width,a.x+a.width-b.x),Math.min(a.height,b.y-a.y))))})]},manualInput:function(a){var b=[da(a,["size"],function(a){var b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style, "size",I.prototype.size)));return new mxPoint(a.x+a.width/4,a.y+3*b/4)},function(a,b){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,4*(b.y-a.y)/3)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&b.push(ga(a));return b},dataStorage:function(a){return[da(a,["size"],function(a){var b=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",aa.prototype.size))));return new mxPoint(a.x+(1-b)*a.width,a.getCenterY())},function(a,b){this.state.style.size=Math.max(0, @@ -1916,7 +1917,7 @@ mxRectangleShape.prototype.constraints;ia.prototype.constraints=mxRectangleShape .95),!1),new mxConnectionConstraint(new mxPoint(.875,.5),!1),new mxConnectionConstraint(new mxPoint(.96,.7),!1),new mxConnectionConstraint(new mxPoint(.625,.2),!1),new mxConnectionConstraint(new mxPoint(.88,.25),!1)];m.prototype.constraints=mxRectangleShape.prototype.constraints;n.prototype.constraints=mxRectangleShape.prototype.constraints;l.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75, 0),!0),new mxConnectionConstraint(new mxPoint(0,.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0)];mxArrow.prototype.constraints=null;N.prototype.constraints=null;M.prototype.constraints=null;J.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,0),!1),new mxConnectionConstraint(new mxPoint(0, .5),!1),new mxConnectionConstraint(new mxPoint(0,1),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.5,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(1,0),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(1,1),!1)];T.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];ea.prototype.constraints= -[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];la.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.5,1),!1)];K.prototype.constraints=null;Q.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.25),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0, +[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];la.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.5,1),!1)];K.prototype.constraints=null;P.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.25),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0, .75),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.7,.1),!1),new mxConnectionConstraint(new mxPoint(.7,.9),!1)];V.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.175,.25),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.175,.75),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.7,.1),!1),new mxConnectionConstraint(new mxPoint(.7,.9),!1)]})(); (function(x,r){function N(){if(!t){t=!0;window.MathJax={skipStartupTypeset:!0,showMathMenu:!1,messageStyle:"none",AuthorInit:function(){MathJax.Hub.Config({jax:["input/TeX","input/MathML","input/AsciiMath","output/HTML-CSS"],extensions:["tex2jax.js","mml2jax.js","asciimath2jax.js"],"HTML-CSS":{imageFont:null},TeX:{extensions:["AMSmath.js","AMSsymbols.js","noErrors.js","noUndefined.js"]}});MathJax.Hub.Register.StartupHook("Begin",function(){for(var a=0;a<p.length;a++)MathJax.Hub.Queue(["Typeset",MathJax.Hub, p[a]])})}};var a=document.createElement("script");a.type="text/javascript";a.src="https://math.draw.io/current/MathJax.js?config=TeX-MML-AM_HTMLorMML";document.getElementsByTagName("head")[0].appendChild(a)}}function O(a){"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub?MathJax.Hub.Queue(["Typeset",MathJax.Hub,a.container]):p.push(a.container);a.addListener(mxEvent.SIZE,function(e,m){"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub&&MathJax.Hub.Queue(["Typeset",MathJax.Hub, diff --git a/src/main/webapp/js/extensions.min.js b/src/main/webapp/js/extensions.min.js index 793d60af1..087dd6e47 100644 --- a/src/main/webapp/js/extensions.min.js +++ b/src/main/webapp/js/extensions.min.js @@ -1,223 +1,228 @@ +LucidImporter={}; (function(){function c(a){var b=null!=a.Text?a.Text:null!=a.Value?a.Value:a.Lane_0;null==b&&null!=a.State?null!=a.State.t&&(b=a.State):null==b&&null!=a.Note?null!=a.Note.t&&(b=a.Note):null==b&&null!=a.Title?null!=a.Title.t&&(b=a.Title):null!=a.t&&(b=a);null==b&&null!=a.TextAreas&&null!=a.TextAreas.Text&&null!=a.TextAreas.Text.Value&&null!=a.TextAreas.Text.Value.t&&(b=a.TextAreas.Text.Value);if(null!=b){if(null!=b.t)return b.t=b.t.replace(/</g,"<"),b.t=b.t.replace(/>/g,">"),b.t;if(null!=b.Value&& -null!=b.Value.t)return b.Value.t=b.Value.t.replace(/</g,"<"),b.Value.t=b.Value.t.replace(/>/g,">"),b.Value.t}return""}function m(a){return null!=a.Action?a.Action:a}function w(a){if(null!=a.Text){if(null!=a.Text.m)return a.Text.m}else if(null!=a.TextAreas){if(null!=a.TextAreas.Text&&null!=a.TextAreas.Text.Value&&null!=a.TextAreas.Text.Value.m)return a.TextAreas.Text.Value.m}else if(null!=a.m)return a.m;return null}function l(c){return h(c)+f(c)+b(c)+a(c)+d(c)+g(c)+p(c)+D(c)+C(c)+y(c)}function h(a){a= +null!=b.Value.t)return b.Value.t=b.Value.t.replace(/</g,"<"),b.Value.t=b.Value.t.replace(/>/g,">"),b.Value.t}return""}function m(a){return null!=a.Action?a.Action:a}function w(a){if(null!=a.Text){if(null!=a.Text.m)return a.Text.m}else if(null!=a.TextAreas){if(null!=a.TextAreas.Text&&null!=a.TextAreas.Text.Value&&null!=a.TextAreas.Text.Value.m)return a.TextAreas.Text.Value.m}else if(null!=a.m)return a.m;return null}function l(c){return h(c)+f(c)+b(c)+a(c)+d(c)+g(c)+p(c)+E(c)+C(c)+y(c)}function h(a){a= w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("s"==d.n&&null!=d.v)return"fontSize="+Math.round(.6*d.v)+";";b++}return"fontSize=11;"}function f(a){a=w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("c"==d.n&&null!=d.v)return a=d.v,"#"!=a.charAt(0)&&(a="#"+a),a=a.substring(0,7),mxConstants.STYLE_FONTCOLOR+"="+a+";";b++}return""}function b(a){a=w(a);if(null!=a){var b=0,d=!1;if(null!=a)for(var g=0;!d&&g<a.length;){var e=a[g];"b"==e.n&&null!=e.v&&e.v&&(d=!0,b+=1);g++}d=!1;if(null!=a)for(g= 0;!d&&g<a.length;)e=a[g],"i"==e.n&&null!=e.v&&e.v&&(d=!0,b+=2),g++;d=!1;if(null!=a)for(g=0;!d&&g<a.length;)e=a[g],"u"==e.n&&null!=e.v&&e.v&&(d=!0,b+=4),g++;if(0<b)return"fontStyle="+b+";"}return""}function a(a){a=w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("a"==d.n&&null!=d.v)return"align="+d.v+";";b++}return""}function d(b){var d=w(b);if(null!=d)for(var g=0;g<d.length;){var p=d[g];if(null!=p.v){if("il"==p.n)return"spacingLeft="+.6*p.v+";";a(b)}g++}return""}function g(a){a=w(a);if(null!= -a)for(var b=0;b<a.length;){var d=a[b];if("ir"==d.n&&null!=d.v)return"spacingRight="+d.v+";";b++}return""}function p(a){a=w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("mt"==d.n&&null!=d.v)return"spacingTop="+d.v+";";b++}return""}function D(a){a=w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("mb"==d.n&&null!=d.v)return"spacingBottom="+d.v+";";b++}return""}function C(a){return"number"===typeof a.InsetMargin?"spacing="+parseInt(a.InsetMargin)+";":""}function y(a){return null!=a.Text_VAlign&& -"string"===typeof a.Text_VAlign?"verticalAlign="+a.Text_VAlign+";":L(mxConstants.STYLE_VERTICAL_ALIGN,a.TextVAlign,"middle")}function q(a,b){return 0>mxUtils.indexOf(Tb,b.Class)?0==a.LineWidth?mxConstants.STYLE_STROKECOLOR+"=none;":L(mxConstants.STYLE_STROKECOLOR,a.LineColor.substring(0,7),"#000000"):"Venn"==b.Class.substring(0,4)?L(mxConstants.STYLE_STROKECOLOR,a.FillColor.substring(0,7),"#FFFFFF"):""}function z(a,b){var d="",g=0<=mxUtils.indexOf(fb,b.Class);g||(d+=L(mxConstants.STYLE_OPACITY,a.Opacity, -"100"));if("string"===typeof a.LineColor&&!g&&7<a.LineColor.length)var e="0x"+a.LineColor.substring(a.LineColor.length-2,a.LineColor.length),d=d+("strokeOpacity="+Math.round(parseInt(e)/2.55)+";");"string"===typeof a.FillColor&&!g&&7<a.FillColor.length&&(g="0x"+a.FillColor.substring(a.FillColor.length-2,a.FillColor.length),d+="fillOpacity="+Math.round(parseInt(g)/2.55)+";");return d}function aa(a,b,d){if(!d.edge)if(null!=a.Rounding&&0>mxUtils.indexOf(ja,b.Class)){if(0<a.Rounding)return"rounded=1;absoluteArcSize=1;arcSize="+ -.6*a.Rounding+";"}else if(null==a.Rounding&&0<=mxUtils.indexOf(Ha,b.Class))return"rounded=1;absoluteArcSize=1;arcSize=8;";return""}function P(a,b,d){return null!=a.Rotation&&(a=mxUtils.toDegree(parseFloat(a.Rotation)),"AdvancedSwimLaneBlockRotated"==b.Class?(a+=90,d.geometry.rotate90()):0<=mxUtils.indexOf(Ub,b.Class)?(a-=90,d.geometry.rotate90(),d.geometry.rotate90(),d.geometry.rotate90()):0<=mxUtils.indexOf(Ia,b.Class)&&(a+=180,d.geometry.rotate90(),d.geometry.rotate90()),0!=a)?"rotation="+a+";": -""}function E(a){return null!=a.Shadow?mxConstants.STYLE_SHADOW+"=1;":""}function A(a,b){if(null!=a.FillColor&&0>mxUtils.indexOf(Ea,b.Class))if("object"===typeof a.FillColor){if(null!=a.FillColor.cs&&1<a.FillColor.cs.length)return L(mxConstants.STYLE_FILLCOLOR,a.FillColor.cs[0].c.substring(0,7))+L(mxConstants.STYLE_GRADIENTCOLOR,a.FillColor.cs[1].c.substring(0,7))}else return"string"===typeof a.FillColor?L(mxConstants.STYLE_FILLCOLOR,a.FillColor.substring(0,7),"#FFFFFF"):L(mxConstants.STYLE_FILLCOLOR, -"none");return""}function F(a){return"dashed"==a.StrokeStyle?"dashed=1;":"dotted"==a.StrokeStyle?"dashed=1;dashPattern=1 4;":"dashdot"==a.StrokeStyle?"dashed=1;dashPattern=10 5 1 5;":"dotdotdot"==a.StrokeStyle?"dashed=1;dashPattern=1 1;":""}function B(a){return L(mxConstants.STYLE_STROKEWIDTH,.6*parseFloat(a.LineWidth),"1")}function Y(l,w){var Y=m(w);if(null!=Y){var n=gb[Y.Class];null!=n&&(l.style+=n+";");n=null!=Y.Properties?Y.Properties:Y;if(null!=n){l.value=c(n);var e=l.style,L=h(n)+f(n)+b(n)+ -a(n,l)+d(n)+g(n)+p(n)+D(n)+C(n)+y(n)+q(n,Y)+z(n,Y)+aa(n,Y,l)+P(n,Y,l)+(n.FlipX?"flipH=1;":"")+(n.FlipY?"flipV=1;":"")+E(n)+A(n,Y)+F(n)+B(n);Y="ImageSearchBlock2"==Y.Class?"image="+n.URL+";":"";l.style=e+(L+Y);if(l.edge){l.style=null!=n.Rounding?l.style+("rounded=1;arcSize="+n.Rounding+";"):l.style+"rounded=0;";if("diagonal"!=n.Shape)if(null!=n.ElbowPoints)for(l.geometry.points=[],Y=0;Y<n.ElbowPoints.length;Y++)l.geometry.points.push(new mxPoint(Math.round(.6*n.ElbowPoints[Y].x+0),Math.round(.6*n.ElbowPoints[Y].y+ -0)));else"elbow"==n.Shape?l.style=null!=n.Endpoint1.Block&&null!=n.Endpoint1.Block?l.style+"edgeStyle=orthogonalEdgeStyle;":l.style+"edgeStyle=elbowEdgeStyle;":null!=n.Endpoint1.Block&&null!=n.Endpoint1.Block&&(l.style+="edgeStyle=orthogonalEdgeStyle;","curve"==n.Shape&&(l.style+="curved=1;"));null!=n.Endpoint1.Style&&(l.style+="startArrow="+wb[n.Endpoint1.Style]+";");null!=n.Endpoint2.Style&&(l.style+="endArrow="+wb[n.Endpoint2.Style].replace(/startSize/g,"endSize")+";");fa(l,n.Endpoint1,!0);fa(l, -n.Endpoint2,!1)}}}}function K(a){var b=m(a).Properties.BoundingBox;null!=a.Class&&"AWS"===a.Class.substring(0,3)&&(b.h-=20);v=new mxCell("",new mxGeometry(Math.round(.6*b.x+0),Math.round(.6*b.y+0),Math.round(.6*b.w),Math.round(.6*b.h)),"html=1;whiteSpace=wrap;");v.vertex=!0;Y(v,a);return v}function X(a,b,d){d=2*(parseFloat(a.Location)-.5);a=new mxCell(c(a),new mxGeometry(d,0,0,0),"text;html=1;resizable=0;labelBackgroundColor=#ffffff;align=center;verticalAlign=middle;");a.geometry.relative=!0;a.vertex= -!0;b.insert(a);return b}function L(a,b,d,g){null!=b&&null!=g&&(b=g(b));return null!=b&&b!=d?a+"="+b+";":""}function fa(a,b,d){null!=b&&null!=b.LinkX&&null!=b.LinkY&&(a.style+=(d?"exitX":"entryX")+"="+b.LinkX+";"+(d?"exitY":"entryY")+"="+b.LinkY+";"+(d?"exitPerimeter":"entryPerimeter")+"=1;")}function la(a,b,d,g,e,p,c,f){a=new mxCell("",new mxGeometry(a,b,0,0),"strokeColor=none;fillColor=none;");a.vertex=!0;c.insert(a);p=[a];d=sb.cloneCell(d);f.insertEdge(d,!1);a.insertEdge(d,!0);p.push(d);g.push(e.addCell(d, -null,null,null,null))}function ea(a,b,d,g,e,p,c,f,D){a=new mxCell("",new mxGeometry(a,b,0,0),"strokeColor=none;fillColor=none;");a.vertex=!0;D.insert(a);d=new mxCell("",new mxGeometry(d,g,0,0),"strokeColor=none;fillColor=none;");d.vertex=!0;D.insert(d);f=[d];e=sb.cloneCell(e);a.insertEdge(e,!0);d.insertEdge(e,!1);f.push(e);p.push(c.addCell(e,null,null,null,null))}function ab(w,L,K){var n=m(w),e=n.Properties,X=e.BoundingBox,u=Math.round(.6*X.w),t=Math.round(.6*X.h),fa=Math.round(.6*X.x+0),ja=Math.round(.6* -X.y+0);v=new mxCell("",new mxGeometry(fa,ja,u,t),"html=1;whiteSpace=wrap;");v.vertex=!0;switch(null!=w.Class?w.Class:null!=n?n.Class:null){case "BraceNoteBlock":case "UI2BraceNoteBlock":var ab=!1;null!=e.BraceDirection&&"Right"==e.BraceDirection&&(ab=!0);var Ha=null,za=null;ab?(Ha=new mxCell("",new mxGeometry(u-.125*t,0,.125*t,t),"shape=curlyBracket;rounded=1;"),za=new mxCell("",new mxGeometry(0,0,u-.125*t,t),"strokeColor=none;fillColor=none;")):(Ha=new mxCell("",new mxGeometry(0,0,.125*t,t),"shape=curlyBracket;rounded=1;flipH=1;"), -za=new mxCell("",new mxGeometry(.125*t,0,u-.125*t,t),"strokeColor=none;fillColor=none;"));v.style="strokeColor=none;fillColor=none;";v.style+=P(e,n,v);Ha.vertex=!0;v.insert(Ha);Ha.style+=q(e,n)+z(e,n)+E(e)+F(e)+B(e);za.vertex=!0;za.value=c(e);v.insert(za);za.style+=h(e)+f(e)+b(e)+a(e,za)+d(e)+g(e)+p(e)+D(e)+C(e)+y(e);break;case "AdvancedSwimLaneBlockRotated":case "AdvancedSwimLaneBlock":var Tb=0;null!=e.Lanes&&(Tb=e.Lanes.length);v.style="strokeColor=none;fillColor=none;";for(var Ub=0,Ia=[],k=0;k< -Tb;k++){var jc=parseFloat(e.Lanes[k].p);Ia.push(new mxCell("",new mxGeometry(u*Ub,0,u*jc,t),"shape=swimlane;startSize=25;"));Ia[k].vertex=!0;v.insert(Ia[k]);Ia[k].value=c(e["Lane_"+k]);Ia[k].style+=h(e["Lane_"+k])+f(e["Lane_"+k])+b(e["Lane_"+k])+a(e["Lane_"+k],Ia[k])+d(e["Lane_"+k])+g(e["Lane_"+k])+p(e["Lane_"+k])+D(e["Lane_"+k])+C(e["Lane_"+k])+y(e["Lane_"+k])+q(e,n)+z(e,n)+aa(e,n,Ia[k])+P(e,n,Ia[k])+(e.FlipX?"flipH=1;":"")+(e.FlipY?"flipV=1;":"")+E(e)+A(e,n)+F(e)+B(e);Ub+=jc}break;case "AndroidDevice":if(null!= -e.AndroidDeviceName){v.style="fillColor=#000000;strokeColor=#000000;";var Ea=null,fb=null,xb=null;if("Tablet"==e.AndroidDeviceName||"Mini Tablet"==e.AndroidDeviceName)v.style+="shape=mxgraph.android.tab2;",Ea=new mxCell("",new mxGeometry(.112*u,.077*t,.77*u,.85*t),""),e.KeyboardShown&&(fb=new mxCell("",new mxGeometry(.112*u,.727*t,.77*u,.2*t),"shape=mxgraph.android.keyboard;")),e.FullScreen||(xb=new mxCell("",new mxGeometry(.112*u,.077*t,.77*u,.03*t),"shape=mxgraph.android.statusBar;strokeColor=#33b5e5;fillColor=#000000;fontColor=#33b5e5;fontSize="+ -.015*t+";"));else if("Large Phone"==e.AndroidDeviceName||"Phone"==e.AndroidDeviceName)v.style+="shape=mxgraph.android.phone2;",Ea=new mxCell("",new mxGeometry(.04*u,.092*t,.92*u,.816*t),""),e.KeyboardShown&&(fb=new mxCell("",new mxGeometry(.04*u,.708*t,.92*u,.2*t),"shape=mxgraph.android.keyboard;")),e.FullScreen||(xb=new mxCell("",new mxGeometry(.04*u,.092*t,.92*u,.03*t),"shape=mxgraph.android.statusBar;strokeColor=#33b5e5;fillColor=#000000;fontColor=#33b5e5;fontSize="+.015*t+";"));Ea.vertex=!0;v.insert(Ea); -"Dark"==e.Scheme?Ea.style+="fillColor=#111111;":"Light"==e.Scheme&&(Ea.style+="fillColor=#ffffff;");null!=fb&&(fb.vertex=!0,v.insert(fb));null!=xb&&(xb.vertex=!0,v.insert(xb))}break;case "AndroidAlertDialog":var Ja=new mxCell("",new mxGeometry(0,0,u,30),"strokeColor=none;fillColor=none;spacingLeft=9;");Ja.vertex=!0;v.insert(Ja);var ha=new mxCell("",new mxGeometry(0,25,u,10),"shape=line;strokeColor=#33B5E5;");ha.vertex=!0;v.insert(ha);var yb=new mxCell("",new mxGeometry(0,30,u,t-30),"strokeColor=none;fillColor=none;verticalAlign=top;"); -yb.vertex=!0;v.insert(yb);var ma=new mxCell("",new mxGeometry(0,t-25,.5*u,25),"fillColor=none;");ma.vertex=!0;v.insert(ma);var na=new mxCell("",new mxGeometry(.5*u,t-25,.5*u,25),"fillColor=none;");na.vertex=!0;v.insert(na);Ja.value=c(e.DialogTitle);Ja.style+=l(e.DialogTitle);yb.value=c(e.DialogText);yb.style+=l(e.DialogText);ma.value=c(e.Button_0);ma.style+=l(e.Button_0);na.value=c(e.Button_1);na.style+=l(e.Button_1);"Dark"==e.Scheme?(v.style+="strokeColor=#353535;fillColor=#282828;shadow=1;",ma.style+= -"strokeColor=#353535;",na.style+="strokeColor=#353535;"):(v.style+="strokeColor=none;fillColor=#ffffff;shadow=1;",ma.style+="strokeColor=#E2E2E2;",na.style+="strokeColor=#E2E2E2;");break;case "AndroidDateDialog":case "AndroidTimeDialog":Ja=new mxCell("",new mxGeometry(0,0,u,30),"strokeColor=none;fillColor=none;spacingLeft=9;");Ja.vertex=!0;v.insert(Ja);Ja.value=c(e.DialogTitle);Ja.style+=l(e.DialogTitle);ha=new mxCell("",new mxGeometry(0,25,u,10),"shape=line;strokeColor=#33B5E5;");ha.vertex=!0;v.insert(ha); -ma=new mxCell("",new mxGeometry(0,t-25,.5*u,25),"fillColor=none;");ma.vertex=!0;v.insert(ma);ma.value=c(e.Button_0);ma.style+=l(e.Button_0);na=new mxCell("",new mxGeometry(.5*u,t-25,.5*u,25),"fillColor=none;");na.vertex=!0;v.insert(na);na.value=c(e.Button_1);na.style+=l(e.Button_1);var kb=new mxCell("",new mxGeometry(.5*u-4,41,8,4),"shape=triangle;direction=north;");kb.vertex=!0;v.insert(kb);var jb=new mxCell("",new mxGeometry(.25*u-4,41,8,4),"shape=triangle;direction=north;");jb.vertex=!0;v.insert(jb); -var lb=new mxCell("",new mxGeometry(.75*u-4,41,8,4),"shape=triangle;direction=north;");lb.vertex=!0;v.insert(lb);var zb=new mxCell("",new mxGeometry(.375*u,50,.2*u,15),"strokeColor=none;fillColor=none;");zb.vertex=!0;v.insert(zb);zb.value=c(e.Label_1);zb.style+=l(e.Label_1);var Ab=new mxCell("",new mxGeometry(.125*u,50,.2*u,15),"strokeColor=none;fillColor=none;");Ab.vertex=!0;v.insert(Ab);Ab.value=c(e.Label_0);Ab.style+=l(e.Label_0);var mb=null;"AndroidDateDialog"==w.Class&&(mb=new mxCell("",new mxGeometry(.625* -u,50,.2*u,15),"strokeColor=none;fillColor=none;"),mb.vertex=!0,v.insert(mb),mb.value=c(e.Label_2),mb.style+=l(e.Label_2));var Ka=new mxCell("",new mxGeometry(.43*u,60,.14*u,10),"shape=line;strokeColor=#33B5E5;");Ka.vertex=!0;v.insert(Ka);var La=new mxCell("",new mxGeometry(.18*u,60,.14*u,10),"shape=line;strokeColor=#33B5E5;");La.vertex=!0;v.insert(La);var gb=new mxCell("",new mxGeometry(.68*u,60,.14*u,10),"shape=line;strokeColor=#33B5E5;");gb.vertex=!0;v.insert(gb);var Bb=new mxCell("",new mxGeometry(.375* -u,65,.2*u,15),"strokeColor=none;fillColor=none;");Bb.vertex=!0;v.insert(Bb);Bb.value=c(e.Label_4);Bb.style+=l(e.Label_4);var nb=null;"AndroidTimeDialog"==w.Class&&(nb=new mxCell("",new mxGeometry(.3*u,65,.1*u,15),"strokeColor=none;fillColor=none;"),nb.vertex=!0,v.insert(nb),nb.value=c(e.Label_Colon),nb.style+=l(e.Label_Colon));var Cb=new mxCell("",new mxGeometry(.125*u,65,.2*u,15),"strokeColor=none;fillColor=none;");Cb.vertex=!0;v.insert(Cb);Cb.value=c(e.Label_3);Cb.style+=l(e.Label_3);var Db=new mxCell("", -new mxGeometry(.625*u,65,.2*u,15),"strokeColor=none;fillColor=none;");Db.vertex=!0;v.insert(Db);Db.value=c(e.Label_5);Db.style+=l(e.Label_5);var wb=new mxCell("",new mxGeometry(.43*u,75,.14*u,10),"shape=line;strokeColor=#33B5E5;");wb.vertex=!0;v.insert(wb);var Sb=new mxCell("",new mxGeometry(.18*u,75,.14*u,10),"shape=line;strokeColor=#33B5E5;");Sb.vertex=!0;v.insert(Sb);var kc=new mxCell("",new mxGeometry(.68*u,75,.14*u,10),"shape=line;strokeColor=#33B5E5;");kc.vertex=!0;v.insert(kc);var Eb=new mxCell("", -new mxGeometry(.375*u,80,.2*u,15),"strokeColor=none;fillColor=none;");Eb.vertex=!0;v.insert(Eb);Eb.value=c(e.Label_7);Eb.style+=l(e.Label_7);var Fb=new mxCell("",new mxGeometry(.125*u,80,.2*u,15),"strokeColor=none;fillColor=none;");Fb.vertex=!0;v.insert(Fb);Fb.value=c(e.Label_6);Fb.style+=l(e.Label_6);var Gb=new mxCell("",new mxGeometry(.625*u,80,.2*u,15),"strokeColor=none;fillColor=none;");Gb.vertex=!0;v.insert(Gb);Gb.value=c(e.Label_8);Gb.style+=l(e.Label_8);var ob=new mxCell("",new mxGeometry(.5* -u-4,99,8,4),"shape=triangle;direction=south;");ob.vertex=!0;v.insert(ob);var pb=new mxCell("",new mxGeometry(.25*u-4,99,8,4),"shape=triangle;direction=south;");pb.vertex=!0;v.insert(pb);var qb=new mxCell("",new mxGeometry(.75*u-4,99,8,4),"shape=triangle;direction=south;");qb.vertex=!0;v.insert(qb);"Dark"==e.Scheme?(v.style+="strokeColor=#353535;fillColor=#282828;shadow=1;",ma.style+="strokeColor=#353535;",na.style+="strokeColor=#353535;",kb.style+="strokeColor=none;fillColor=#7E7E7E;",jb.style+="strokeColor=none;fillColor=#7E7E7E;", -lb.style+="strokeColor=none;fillColor=#7E7E7E;",ob.style+="strokeColor=none;fillColor=#7E7E7E;",pb.style+="strokeColor=none;fillColor=#7E7E7E;",qb.style+="strokeColor=none;fillColor=#7E7E7E;"):(v.style+="strokeColor=none;fillColor=#ffffff;shadow=1;",ma.style+="strokeColor=#E2E2E2;",na.style+="strokeColor=#E2E2E2;",kb.style+="strokeColor=none;fillColor=#939393;",jb.style+="strokeColor=none;fillColor=#939393;",lb.style+="strokeColor=none;fillColor=#939393;",ob.style+="strokeColor=none;fillColor=#939393;", -pb.style+="strokeColor=none;fillColor=#939393;",qb.style+="strokeColor=none;fillColor=#939393;");break;case "AndroidListItems":var ta=t,bb=0;if(e.ShowHeader){var bb=8,Hb=new mxCell("",new mxGeometry(0,0,u,bb),"strokeColor=none;fillColor=none;");Hb.vertex=!0;v.insert(Hb);Hb.value=c(e.Header);Hb.style+=l(e.Header);var ta=ta-bb,lc=new mxCell("",new mxGeometry(0,bb-2,u,4),"shape=line;strokeColor=#999999;");lc.vertex=!0;v.insert(lc)}var Ma=parseInt(e.Items);0<Ma&&(ta/=Ma);for(var I=[],ha=[],k=0;k<Ma;k++)I[k]= -new mxCell("",new mxGeometry(0,bb+k*ta,u,ta),"strokeColor=none;fillColor=none;"),I[k].vertex=!0,v.insert(I[k]),I[k].value=c(e["Item_"+k]),I[k].style+=l(e["Item_"+k]),0<k&&(ha[k]=new mxCell("",new mxGeometry(0,bb+k*ta-2,u,4),"shape=line;"),ha[k].vertex=!0,v.insert(ha[k]),ha[k].style="Dark"==e.Scheme?ha[k].style+"strokeColor=#ffffff;":ha[k].style+"strokeColor=#D9D9D9;");v.style="Dark"==e.Scheme?v.style+"strokeColor=none;fillColor=#111111;":v.style+"strokeColor=none;fillColor=#ffffff;";break;case "AndroidTabs":var Na= -parseInt(e.Tabs),Aa=u;0<Na&&(Aa/=Na);for(var ba=[],ha=[],k=0;k<Na;k++)ba[k]=new mxCell("",new mxGeometry(k*Aa,0,Aa,t),"strokeColor=none;fillColor=none;"),ba[k].vertex=!0,v.insert(ba[k]),ba[k].value=c(e["Tab_"+k]),ba[k].style+=l(e["Tab_"+k]),0<k&&(ha[k]=new mxCell("",new mxGeometry(k*Aa-2,.2*t,4,.6*t),"shape=line;direction=north;"),ha[k].vertex=!0,v.insert(ha[k]),ha[k].style="Dark"==e.Scheme?ha[k].style+"strokeColor=#484848;":ha[k].style+"strokeColor=#CCCCCC;");var mc=new mxCell("",new mxGeometry(e.Selected* -Aa+2,t-3,Aa-4,3),"strokeColor=none;fillColor=#33B5E5;");mc.vertex=!0;v.insert(mc);v.style="Dark"==e.Scheme?v.style+"strokeColor=none;fillColor=#333333;":v.style+"strokeColor=none;fillColor=#DDDDDD;";break;case "AndroidProgressBar":v=new mxCell("",new mxGeometry(Math.round(fa),Math.round(ja+.25*t),Math.round(u),Math.round(.5*t)),"html=1;whiteSpace=wrap;");v.vertex=!0;var Ib=new mxCell("",new mxGeometry(0,0,u*e.BarPosition,Math.round(.5*t)),"strokeColor=none;fillColor=#33B5E5;");Ib.vertex=!0;v.insert(Ib); -v.style="Dark"==e.Scheme?v.style+"strokeColor=none;fillColor=#474747;":v.style+"strokeColor=none;fillColor=#BBBBBB;";break;case "AndroidImageBlock":v.style="Dark"==e.Scheme?v.style+"shape=mxgraph.mockup.graphics.simpleIcon;strokeColor=#7E7E7E;fillColor=#111111;":v.style+"shape=mxgraph.mockup.graphics.simpleIcon;strokeColor=#939393;fillColor=#ffffff;";break;case "AndroidTextBlock":v.style="Dark"==e.Scheme?e.ShowBorder?v.style+"fillColor=#111111;strokeColor=#ffffff;":v.style+"fillColor=#111111;strokeColor=none;": -e.ShowBorder?v.style+"fillColor=#ffffff;strokeColor=#000000;":v.style+"fillColor=#ffffff;strokeColor=none;";v.value=c(e.Label);v.style+=l(e.Label);break;case "AndroidActionBar":v.style+="strokeColor=none;";switch(e.BarBackground){case "Blue":v.style+="fillColor=#002E3E;";break;case "Gray":v.style+="fillColor=#DDDDDD;";break;case "Dark Gray":v.style+="fillColor=#474747;";break;case "White":v.style+="fillColor=#ffffff;"}if(e.HighlightShow){var cb=null,cb=e.HighlightTop?new mxCell("",new mxGeometry(0, -0,u,2),"strokeColor=none;"):new mxCell("",new mxGeometry(0,t-2,u,2),"strokeColor=none;");cb.vertex=!0;v.insert(cb);switch(e.HighlightColor){case "Blue":cb.style+="fillColor=#33B5E5;";break;case "Dark Gray":cb.style+="fillColor=#B0B0B0;";break;case "White":cb.style+="fillColor=#ffffff;"}}if(e.VlignShow){var rb=new mxCell("",new mxGeometry(20,5,2,t-10),"shape=line;direction=north;");rb.vertex=!0;v.insert(rb);switch(e.VlignColor){case "Blue":rb.style+="strokeColor=#244C5A;";break;case "White":rb.style+= -"strokeColor=#ffffff;"}}break;case "AndroidButton":v.value=c(e.Label);v.style+=l(e.Label)+"shape=partialRectangle;left=0;right=0;";v.style="Dark"==e.Scheme?v.style+"fillColor=#474747;strokeColor=#C6C5C6;bottom=0;":v.style+"fillColor=#DFE0DF;strokeColor=#C6C5C6;top=0;";break;case "AndroidTextBox":v.value=c(e.Label);v.style+=l(e.Label);var Jb=new mxCell("",new mxGeometry(2,t-6,u-4,4),"shape=partialRectangle;top=0;fillColor=none;");Jb.vertex=!0;v.insert(Jb);v.style="Dark"==e.Scheme?v.style+"fillColor=#111111;strokeColor=none;": -v.style+"fillColor=#ffffff;strokeColor=none;";Jb.style=e.TextFocused?Jb.style+"strokeColor=#33B5E5;":Jb.style+"strokeColor=#A9A9A9;";break;case "AndroidRadioButton":var hb=null;e.Checked&&(hb=new mxCell("",new mxGeometry(.15*u,.15*t,.7*u,.7*t),"shape=ellipse;fillColor=#33B5E5;strokeWidth=0.6;"),hb.vertex=!0,v.insert(hb));"Dark"==e.Scheme?(v.style+="shape=ellipse;strokeWidth=0.6;strokeColor=#272727;",e.Checked?(hb.style+="strokeColor=#1F5C73;",v.style+="fillColor=#193C49;"):v.style+="fillColor=#111111;"): -(v.style+="shape=ellipse;strokeWidth=0.6;fillColor=#ffffff;strokeColor=#5C5C5C;",e.Checked&&(hb.style+="strokeColor=#999999;"));break;case "AndroidCheckBox":var bc=null;e.Checked&&(bc=new mxCell("",new mxGeometry(.25*u,.05*-t,u,.8*t),"shape=mxgraph.ios7.misc.check;strokeColor=#33B5E5;strokeWidth=2;"),bc.vertex=!0,v.insert(bc));v.style="Dark"==e.Scheme?v.style+"strokeWidth=0.6;strokeColor=#272727;fillColor=#111111;":v.style+"strokeWidth=0.6;strokeColor=#5C5C5C;fillColor=#ffffff;";break;case "AndroidToggle":v.style= -"Dark"==e.Scheme?e.Checked?v.style+"shape=mxgraph.android.switch_on;fillColor=#666666;":v.style+"shape=mxgraph.android.switch_off;fillColor=#666666;":e.Checked?v.style+"shape=mxgraph.android.switch_on;fillColor=#E6E6E6;":v.style+"shape=mxgraph.android.switch_off;fillColor=#E6E6E6;";break;case "AndroidSlider":v.style+="shape=mxgraph.android.progressScrubberFocused;dx="+e.BarPosition+";fillColor=#33b5e5;";break;case "iOSSegmentedControl":Na=parseInt(e.Tabs);Aa=u;v.style+="strokeColor=none;fillColor=none;"; -0<Na&&(Aa/=Na);ba=[];ha=[];for(k=0;k<Na;k++)ba[k]=new mxCell("",new mxGeometry(k*Aa,0,Aa,t),"strokeColor="+e.FillColor+";"),ba[k].vertex=!0,v.insert(ba[k]),ba[k].value=c(e["Tab_"+k]),ba[k].style+=l(e["Tab_"+k]),ba[k].style=e.Selected==k?ba[k].style+A(e,n):ba[k].style+"fillColor=none;";break;case "iOSSlider":v.style+="shape=mxgraph.ios7ui.slider;strokeColor="+e.FillColor+";fillColor=#ffffff;strokeWidth=2;barPos="+100*e.BarPosition+";";break;case "iOSProgressBar":v=new mxCell("",new mxGeometry(Math.round(fa), -Math.round(ja+.25*t),Math.round(u),Math.round(.5*t)),"html=1;whiteSpace=wrap;strokeColor=none;fillColor=#B5B5B5;");v.vertex=!0;Ib=new mxCell("",new mxGeometry(0,0,u*e.BarPosition,Math.round(.5*t)),"strokeColor=none;"+A(e,n));Ib.vertex=!0;v.insert(Ib);break;case "iOSPageControls":v.style+="shape=mxgraph.ios7ui.pageControl;"+A(e,n)+"strokeColor=#D6D6D6;";break;case "iOSStatusBar":v.style+="shape=mxgraph.ios7ui.appBar;"+A(e,n)+"strokeColor=#000000;";var R=new mxCell(c(e.Text),new mxGeometry(.35*u,0, -.3*u,t),"strokeColor=none;fillColor=none;");R.vertex=!0;v.insert(R);R.style+=l(e.Text);var va=new mxCell(c(e.Carrier),new mxGeometry(.09*u,0,.2*u,t),"strokeColor=none;fillColor=none;");va.vertex=!0;v.insert(va);va.style+=l(e.Carrier);break;case "iOSSearchBar":v.style+="strokeColor=none;"+A(e,n)+z(e,n)+aa(e,n,v)+l(e.Search);v.value=c(e.Search);var U=new mxCell("",new mxGeometry(.3*u,.3*t,.4*t,.4*t),"shape=mxgraph.ios7.icons.looking_glass;strokeColor=#000000;fillColor=none;");U.vertex=!0;v.insert(U); -break;case "iOSNavBar":v.style+="shape=partialRectangle;top=0;right=0;left=0;strokeColor=#979797;"+A(e,n)+z(e,n)+l(e.Title);v.value=c(e.Title);R=new mxCell(c(e.LeftText),new mxGeometry(.03*u,0,.3*u,t),"strokeColor=none;fillColor=none;");R.vertex=!0;v.insert(R);R.style+=l(e.LeftText);va=new mxCell(c(e.RightText),new mxGeometry(.65*u,0,.3*u,t),"strokeColor=none;fillColor=none;");va.vertex=!0;v.insert(va);va.style+=l(e.RightText);U=new mxCell("",new mxGeometry(.02*u,.2*t,.3*t,.5*t),"shape=mxgraph.ios7.misc.left;strokeColor=#007AFF;strokeWidth=2;"); -U.vertex=!0;v.insert(U);break;case "iOSTabs":Na=parseInt(e.Tabs);Aa=u;v.style+="shape=partialRectangle;right=0;left=0;bottom=0;strokeColor=#979797;"+A(e,n)+z(e,n);0<Na&&(Aa/=Na);ba=[];ha=[];for(k=0;k<Na;k++)ba[k]=new mxCell("",new mxGeometry(k*Aa,0,Aa,t),"strokeColor=none;"),ba[k].vertex=!0,v.insert(ba[k]),ba[k].value=c(e["Tab_"+k]),ba[k].style+=h(e["Tab_"+k]),ba[k].style+=f(e["Tab_"+k])+b(e["Tab_"+k])+a(e["Tab_"+k])+d(e["Tab_"+k])+g(e["Tab_"+k])+p(e["Tab_"+k])+D(e["Tab_"+k])+C(e["Tab_"+k]),ba[k].style+= -"verticalAlign=bottom;",ba[k].style=e.Selected==k?ba[k].style+"fillColor=#BBBBBB;":ba[k].style+"fillColor=none;";break;case "iOSDatePicker":var Oa=new mxCell("",new mxGeometry(0,0,.5*u,.2*t),"strokeColor=none;fillColor=none;");Oa.vertex=!0;v.insert(Oa);Oa.value=c(e.Option11);Oa.style+=l(e.Option11);var Pa=new mxCell("",new mxGeometry(.5*u,0,.15*u,.2*t),"strokeColor=none;fillColor=none;");Pa.vertex=!0;v.insert(Pa);Pa.value=c(e.Option21);Pa.style+=l(e.Option21);var Qa=new mxCell("",new mxGeometry(.65* -u,0,.15*u,.2*t),"strokeColor=none;fillColor=none;");Qa.vertex=!0;v.insert(Qa);Qa.value=c(e.Option31);Qa.style+=l(e.Option31);var Ra=new mxCell("",new mxGeometry(0,.2*t,.5*u,.2*t),"strokeColor=none;fillColor=none;");Ra.vertex=!0;v.insert(Ra);Ra.value=c(e.Option12);Ra.style+=l(e.Option12);var Sa=new mxCell("",new mxGeometry(.5*u,.2*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");Sa.vertex=!0;v.insert(Sa);Sa.value=c(e.Option22);Sa.style+=l(e.Option22);var Ta=new mxCell("",new mxGeometry(.65*u,.2*t, -.15*u,.2*t),"strokeColor=none;fillColor=none;");Ta.vertex=!0;v.insert(Ta);Ta.value=c(e.Option32);Ta.style+=l(e.Option32);var oa=new mxCell("",new mxGeometry(0,.4*t,.5*u,.2*t),"strokeColor=none;fillColor=none;");oa.vertex=!0;v.insert(oa);oa.value=c(e.Option13);oa.style+=l(e.Option13);var pa=new mxCell("",new mxGeometry(.5*u,.4*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");pa.vertex=!0;v.insert(pa);pa.value=c(e.Option23);pa.style+=l(e.Option23);var Ua=new mxCell("",new mxGeometry(.65*u,.4*t,.15* -u,.2*t),"strokeColor=none;fillColor=none;");Ua.vertex=!0;v.insert(Ua);Ua.value=c(e.Option33);Ua.style+=l(e.Option33);var qa=new mxCell("",new mxGeometry(.8*u,.4*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");qa.vertex=!0;v.insert(qa);qa.value=c(e.Option43);qa.style+=l(e.Option43);var ra=new mxCell("",new mxGeometry(0,.6*t,.5*u,.2*t),"strokeColor=none;fillColor=none;");ra.vertex=!0;v.insert(ra);ra.value=c(e.Option14);ra.style+=l(e.Option14);var Va=new mxCell("",new mxGeometry(.5*u,.6*t,.15*u,.2* -t),"strokeColor=none;fillColor=none;");Va.vertex=!0;v.insert(Va);Va.value=c(e.Option24);Va.style+=l(e.Option24);var Wa=new mxCell("",new mxGeometry(.65*u,.6*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");Wa.vertex=!0;v.insert(Wa);Wa.value=c(e.Option34);Wa.style+=l(e.Option34);var Xa=new mxCell("",new mxGeometry(.8*u,.6*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");Xa.vertex=!0;v.insert(Xa);Xa.value=c(e.Option44);Xa.style+=l(e.Option44);var sa=new mxCell("",new mxGeometry(0,.8*t,.5*u,.2*t), -"strokeColor=none;fillColor=none;");sa.vertex=!0;v.insert(sa);sa.value=c(e.Option15);sa.style+=l(e.Option15);var Ya=new mxCell("",new mxGeometry(.5*u,.8*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");Ya.vertex=!0;v.insert(Ya);Ya.value=c(e.Option25);Ya.style+=l(e.Option25);var Za=new mxCell("",new mxGeometry(.65*u,.8*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");Za.vertex=!0;v.insert(Za);Za.value=c(e.Option35);Za.style+=l(e.Option35);Ka=new mxCell("",new mxGeometry(0,.4*t-2,u,4),"shape=line;strokeColor=#888888;"); -Ka.vertex=!0;v.insert(Ka);La=new mxCell("",new mxGeometry(0,.6*t-2,u,4),"shape=line;strokeColor=#888888;");La.vertex=!0;v.insert(La);v.style+=A(e,n)+z(e,n)+"strokeColor=none;";break;case "iOSTimePicker":Oa=new mxCell("",new mxGeometry(0,0,.25*u,.2*t),"strokeColor=none;fillColor=none;");Oa.vertex=!0;v.insert(Oa);Oa.value=c(e.Option11);Oa.style+=l(e.Option11);Pa=new mxCell("",new mxGeometry(.25*u,0,.3*u,.2*t),"strokeColor=none;fillColor=none;");Pa.vertex=!0;v.insert(Pa);Pa.value=c(e.Option21);Pa.style+= -l(e.Option21);Ra=new mxCell("",new mxGeometry(0,.2*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");Ra.vertex=!0;v.insert(Ra);Ra.value=c(e.Option12);Ra.style+=l(e.Option12);Sa=new mxCell("",new mxGeometry(.25*u,.2*t,.3*u,.2*t),"strokeColor=none;fillColor=none;");Sa.vertex=!0;v.insert(Sa);Sa.value=c(e.Option22);Sa.style+=l(e.Option22);oa=new mxCell("",new mxGeometry(0,.4*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");oa.vertex=!0;v.insert(oa);oa.value=c(e.Option13);oa.style+=l(e.Option13);pa=new mxCell("", -new mxGeometry(.25*u,.4*t,.3*u,.2*t),"strokeColor=none;fillColor=none;");pa.vertex=!0;v.insert(pa);pa.value=c(e.Option23);pa.style+=l(e.Option23);qa=new mxCell("",new mxGeometry(.7*u,.4*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");qa.vertex=!0;v.insert(qa);qa.value=c(e.Option33);qa.style+=l(e.Option33);ra=new mxCell("",new mxGeometry(0,.6*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");ra.vertex=!0;v.insert(ra);ra.value=c(e.Option14);ra.style+=l(e.Option14);Va=new mxCell("",new mxGeometry(.25* -u,.6*t,.3*u,.2*t),"strokeColor=none;fillColor=none;");Va.vertex=!0;v.insert(Va);Va.value=c(e.Option24);Va.style+=l(e.Option24);Xa=new mxCell("",new mxGeometry(.7*u,.6*t,.15*u,.2*t),"strokeColor=none;fillColor=none;");Xa.vertex=!0;v.insert(Xa);Xa.value=c(e.Option34);Xa.style+=l(e.Option34);sa=new mxCell("",new mxGeometry(0,.8*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");sa.vertex=!0;v.insert(sa);sa.value=c(e.Option15);sa.style+=l(e.Option15);Ya=new mxCell("",new mxGeometry(.25*u,.8*t,.3*u,.2* -t),"strokeColor=none;fillColor=none;");Ya.vertex=!0;v.insert(Ya);Ya.value=c(e.Option25);Ya.style+=l(e.Option25);Ka=new mxCell("",new mxGeometry(0,.4*t-2,u,4),"shape=line;strokeColor=#888888;");Ka.vertex=!0;v.insert(Ka);La=new mxCell("",new mxGeometry(0,.6*t-2,u,4),"shape=line;strokeColor=#888888;");La.vertex=!0;v.insert(La);v.style+=A(e,n)+z(e,n)+"strokeColor=none;";break;case "iOSCountdownPicker":Qa=new mxCell("",new mxGeometry(.45*u,0,.2*u,.2*t),"strokeColor=none;fillColor=none;");Qa.vertex=!0; -v.insert(Qa);Qa.value=c(e.Option31);Qa.style+=l(e.Option31);Ta=new mxCell("",new mxGeometry(.45*u,.2*t,.2*u,.2*t),"strokeColor=none;fillColor=none;");Ta.vertex=!0;v.insert(Ta);Ta.value=c(e.Option32);Ta.style+=l(e.Option32);oa=new mxCell("",new mxGeometry(0,.4*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");oa.vertex=!0;v.insert(oa);oa.value=c(e.Option13);oa.style+=l(e.Option13);pa=new mxCell("",new mxGeometry(.2*u,.4*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");pa.vertex=!0;v.insert(pa);pa.value= -c(e.Option23);pa.style+=l(e.Option23);Ua=new mxCell("",new mxGeometry(.45*u,.4*t,.2*u,.2*t),"strokeColor=none;fillColor=none;");Ua.vertex=!0;v.insert(Ua);Ua.value=c(e.Option33);Ua.style+=l(e.Option33);qa=new mxCell("",new mxGeometry(.6*u,.4*t,.2*u,.2*t),"strokeColor=none;fillColor=none;");qa.vertex=!0;v.insert(qa);qa.value=c(e.Option43);qa.style+=l(e.Option43);ra=new mxCell("",new mxGeometry(0,.6*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");ra.vertex=!0;v.insert(ra);ra.value=c(e.Option14);ra.style+= -l(e.Option14);Wa=new mxCell("",new mxGeometry(.45*u,.6*t,.2*u,.2*t),"strokeColor=none;fillColor=none;");Wa.vertex=!0;v.insert(Wa);Wa.value=c(e.Option34);Wa.style+=l(e.Option34);sa=new mxCell("",new mxGeometry(0,.8*t,.25*u,.2*t),"strokeColor=none;fillColor=none;");sa.vertex=!0;v.insert(sa);sa.value=c(e.Option15);sa.style+=l(e.Option15);Za=new mxCell("",new mxGeometry(.45*u,.8*t,.2*u,.2*t),"strokeColor=none;fillColor=none;");Za.vertex=!0;v.insert(Za);Za.value=c(e.Option35);Za.style+=l(e.Option35);Ka= -new mxCell("",new mxGeometry(0,.4*t-2,u,4),"shape=line;strokeColor=#888888;");Ka.vertex=!0;v.insert(Ka);La=new mxCell("",new mxGeometry(0,.6*t-2,u,4),"shape=line;strokeColor=#888888;");La.vertex=!0;v.insert(La);v.style+=A(e,n)+z(e,n)+"strokeColor=none;";break;case "iOSBasicCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;spacing=0;align=left;spacingLeft="+.6*e.SeparatorInset+";";v.style+=h(e.text)+f(e.text)+b(e.text)+y(e.text);v.value=c(e.text);switch(e.AccessoryIndicatorType){case "Disclosure":U= -new mxCell("",new mxGeometry(.91*u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);var ga=new mxCell("",new mxGeometry(.79*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0;v.insert(ga);break;case "DetailIndicator":ga=new mxCell("",new mxGeometry(.87* -u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0;v.insert(ga);break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*t,.4*t,.26*t),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"),U.vertex=!0,v.insert(U)}break;case "iOSSubtitleCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;align=left;spacing=0;verticalAlign=top;spacingLeft="+.6*e.SeparatorInset+";";v.style+=h(e.subtext)+ -f(e.subtext)+b(e.subtext);v.value=c(e.subtext);var ia=new mxCell("",new mxGeometry(0,.4*t,u,.6*t),"fillColor=none;strokeColor=none;spacing=0;align=left;verticalAlign=bottom;spacingLeft="+.6*e.SeparatorInset+";");ia.vertex=!0;v.insert(ia);ia.style+=h(e.text)+f(e.text)+b(e.text);ia.value=c(e.text);switch(e.AccessoryIndicatorType){case "Disclosure":U=new mxCell("",new mxGeometry(.91*u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);break;case "DetailDisclosure":U= -new mxCell("",new mxGeometry(.91*u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ga=new mxCell("",new mxGeometry(.79*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0;v.insert(ga);break;case "DetailIndicator":ga=new mxCell("",new mxGeometry(.87*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0;v.insert(ga);break;case "CheckMark":U=new mxCell("", -new mxGeometry(.89*u,.37*t,.4*t,.26*t),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"),U.vertex=!0,v.insert(U)}break;case "iOSRightDetailCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;align=left;spacing=0;verticalAlign=middle;spacingLeft="+.6*e.SeparatorInset+";";v.style+=h(e.subtext)+f(e.subtext)+b(e.subtext);v.value=c(e.subtext);ia=null;switch(e.AccessoryIndicatorType){case "Disclosure":U=new mxCell("",new mxGeometry(.91*u,.35* -t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ia=new mxCell("",new mxGeometry(.55*u,0,.3*u,t),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ga=new mxCell("",new mxGeometry(.79*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0; -v.insert(ga);ia=new mxCell("",new mxGeometry(.45*u,0,.3*u,t),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;case "DetailIndicator":ga=new mxCell("",new mxGeometry(.87*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0;v.insert(ga);ia=new mxCell("",new mxGeometry(.52*u,0,.3*u,t),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*t,.4*t,.26*t),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"); -U.vertex=!0;v.insert(U);ia=new mxCell("",new mxGeometry(.55*u,0,.3*u,t),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;default:ia=new mxCell("",new mxGeometry(.65*u,0,.3*u,t),"fillColor=none;strokeColor=none;spacing=0;align=right;")}ia.vertex=!0;v.insert(ia);ia.style+=h(e.text)+f(e.text)+b(e.text);ia.value=c(e.text);break;case "iOSLeftDetailCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;";var Ga=new mxCell("",new mxGeometry(0,0,.25* -u,t),"fillColor=none;strokeColor=none;spacing=0;align=right;verticalAlign=middle;spacingRight=3;");Ga.vertex=!0;v.insert(Ga);Ga.style+=h(e.subtext)+f(e.subtext)+b(e.subtext);Ga.value=c(e.subtext);ia=new mxCell("",new mxGeometry(.25*u,0,.5*u,t),"fillColor=none;strokeColor=none;spacing=0;align=left;verticalAlign=middle;spacingLeft=3;");ia.vertex=!0;v.insert(ia);ia.style+=h(e.text)+f(e.text)+b(e.text);ia.value=c(e.text);switch(e.AccessoryIndicatorType){case "Disclosure":U=new mxCell("",new mxGeometry(.91* -u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*t,.15*t,.3*t),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ga=new mxCell("",new mxGeometry(.79*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ga.vertex=!0;v.insert(ga);break;case "DetailIndicator":ga=new mxCell("",new mxGeometry(.87*u,.25*t,.5*t,.5*t),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;"); -ga.vertex=!0;v.insert(ga);break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*t,.4*t,.26*t),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"),U.vertex=!0,v.insert(U)}break;case "iOSTableGroupedSectionBreak":v.style+="shape=partialRectangle;left=0;right=0;fillColor=#EFEFF4;strokeColor=#C8C7CC;";R=new mxCell("",new mxGeometry(0,0,u,.4*t),"fillColor=none;strokeColor=none;spacing=10;align=left;");R.vertex=!0;v.insert(R);R.style+=h(e.text)+f(e.text)+b(e.text);R.value=c(e.text); -va=new mxCell("",new mxGeometry(0,.6*t,u,.4*t),"fillColor=none;strokeColor=none;spacing=10;align=left;");va.vertex=!0;v.insert(va);va.style+=h(e["bottom-text"])+f(e["bottom-text"])+b(e["bottom-text"]);va.value=c(e["bottom-text"]);break;case "iOSTablePlainHeaderFooter":v.style+="fillColor=#F7F7F7;strokeColor=none;align=left;spacingLeft=5;spacing=0;";v.style+=h(e.text)+f(e.text)+b(e.text);v.value=c(e.text);break;case "SMPage":if(e.Group){v.style+="strokeColor=none;fillColor=none;";var r=new mxCell("", -new mxGeometry(0,0,.9*u,.9*t),"part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e);var x=new mxCell("",new mxGeometry(.1*u,.1*t,.9*u,.9*t),"part=1;");x.vertex=!0;v.insert(x);x.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e);x.value=c(e.Text);e.Future&&(r.style+="dashed=1;",x.style+="dashed=1;")}else e.Future&&(v.style+="dashed=1;"),v.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e),v.value=c(e.Text);break;case "SMHome":case "SMPrint":case "SMSearch":case "SMSettings":case "SMSitemap":case "SMSuccess":case "SMVideo":case "SMAudio":case "SMCalendar":case "SMChart":case "SMCloud":case "SMDocument":case "SMForm":case "SMGame":case "SMUpload":v.style+= -q(e,n)+A(e,n)+z(e,n)+E(e)+B(e);r=null;switch(w.Class){case "SMHome":r=new mxCell("",new mxGeometry(.5*u-.4*t,.1*t,.8*t,.8*t),"part=1;shape=mxgraph.office.concepts.home;flipH=1;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMPrint":r=new mxCell("",new mxGeometry(.5*u-.4*t,.19*t,.8*t,.62*t),"part=1;shape=mxgraph.office.devices.printer;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMSearch":r=new mxCell("",new mxGeometry(.5*u-.4*t,.1*t,.8*t,.8*t),"part=1;shape=mxgraph.office.concepts.search;flipH=1;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); -break;case "SMSettings":r=new mxCell("",new mxGeometry(.5*u-.35*t,.15*t,.7*t,.7*t),"part=1;shape=mxgraph.mscae.enterprise.settings;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMSitemap":r=new mxCell("",new mxGeometry(.5*u-.35*t,.2*t,.7*t,.6*t),"part=1;shape=mxgraph.office.sites.site_collection;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMSuccess":r=new mxCell("",new mxGeometry(.5*u-.3*t,.25*t,.6*t,.5*t),"part=1;shape=mxgraph.mscae.general.checkmark;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); -break;case "SMVideo":r=new mxCell("",new mxGeometry(.5*u-.4*t,.2*t,.8*t,.6*t),"part=1;shape=mxgraph.office.concepts.video_play;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMAudio":r=new mxCell("",new mxGeometry(.5*u-.3*t,.2*t,.6*t,.6*t),"part=1;shape=mxgraph.mscae.general.audio;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMCalendar":r=new mxCell("",new mxGeometry(.5*u-.4*t,.15*t,.8*t,.7*t),"part=1;shape=mxgraph.office.concepts.form;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); -break;case "SMChart":var H=A(e,n),H=""==H?"#ffffff;":H.replace("fillColor=",""),r=new mxCell("",new mxGeometry(.5*u-.35*t,.15*t,.7*t,.7*t),"part=1;shape=mxgraph.ios7.icons.pie_chart;fillColor=#e6e6e6;fillOpacity=50;strokeWidth=4;strokeColor="+H);break;case "SMCloud":r=new mxCell("",new mxGeometry(.5*u-.4*t,.27*t,.8*t,.46*t),"part=1;shape=mxgraph.networks.cloud;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMDocument":r=new mxCell("",new mxGeometry(.5*u-.25*t,.15*t,.5*t,.7*t),"part=1;shape=mxgraph.mscae.enterprise.document;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); -break;case "SMForm":r=new mxCell("",new mxGeometry(.5*u-.4*t,.15*t,.8*t,.7*t),"part=1;shape=mxgraph.office.concepts.form;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMGame":r=new mxCell("",new mxGeometry(.5*u-.4*t,.2*t,.8*t,.6*t),"part=1;shape=mxgraph.mscae.general.game_controller;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMUpload":r=new mxCell("",new mxGeometry(.5*u-.4*t,.2*t,.8*t,.6*t),"part=1;shape=mxgraph.mscae.enterprise.backup_online;fillColor=#e6e6e6;opacity=50;strokeColor=none;")}r.vertex= -!0;v.insert(r);r.style+=l(e);r.value=c(e.Text);break;case "UMLMultiplicityBlock":v.style+="strokeColor=none;fillColor=none;";r=new mxCell("",new mxGeometry(.1*u,0,.9*u,.9*t),"part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e);x=new mxCell("",new mxGeometry(0,.1*t,.9*u,.9*t),"part=1;");x.vertex=!0;v.insert(x);x.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e.Text);x.value=c(e.Text);break;case "UMLConstraintBlock":var Vb=new mxCell("",new mxGeometry(0,0,.25*t,t),"shape=curlyBracket;rounded=1;"); -Vb.vertex=!0;v.insert(Vb);var Wb=new mxCell("",new mxGeometry(u-.25*t,0,.25*t,t),"shape=curlyBracket;rounded=1;flipH=1;");Wb.vertex=!0;v.insert(Wb);za=new mxCell("",new mxGeometry(.25*t,0,u-.5*t,t),"strokeColor=none;fillColor=none;");za.vertex=!0;za.value=c(e);v.insert(za);v.style="strokeColor=none;fillColor=none;";v.style+=P(e,n,v);Vb.style+=q(e,n)+z(e,n)+E(e)+F(e)+B(e);Wb.style+=q(e,n)+z(e,n)+E(e)+F(e)+B(e);za.style+=h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+p(e)+D(e)+C(e)+y(e);break;case "UMLTextBlock":v.style+= -"strokeColor=none;"+z(e,n)+E(e)+F(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case "BPMNActivity":switch(e.bpmnActivityType){case 1:v.style+=A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case 2:v.style+="shape=ext;double=1;"+A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case 3:v.style+="shape=ext;dashed=1;dashPattern=2 1;"+A(e,n)+q(e,n)+z(e,n)+E(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case 4:v.style+="shape=ext;strokeWidth=2;"+A(e,n)+q(e,n)+z(e,n)+E(e)+ -F(e)+l(e.Text),v.value=c(e.Text)}if(0!=e.bpmnTaskType){switch(e.bpmnTaskType){case 1:r=new mxCell("",new mxGeometry(0,0,19,12),"shape=message;");r.geometry.offset=new mxPoint(4,7);break;case 2:r=new mxCell("",new mxGeometry(0,0,19,12),"shape=message;");r.geometry.offset=new mxPoint(4,7);break;case 3:r=new mxCell("",new mxGeometry(0,0,15,15),"shape=mxgraph.bpmn.user_task;");r.geometry.offset=new mxPoint(4,5);break;case 4:r=new mxCell("",new mxGeometry(0,0,15,10),"shape=mxgraph.bpmn.manual_task;"); -r.geometry.offset=new mxPoint(4,7);break;case 5:r=new mxCell("",new mxGeometry(0,0,18,13),"shape=mxgraph.bpmn.business_rule_task;");r.geometry.offset=new mxPoint(4,7);break;case 6:r=new mxCell("",new mxGeometry(0,0,15,15),"shape=mxgraph.bpmn.service_task;");r.geometry.offset=new mxPoint(4,5);break;case 7:r=new mxCell("",new mxGeometry(0,0,15,15),"shape=mxgraph.bpmn.script_task;"),r.geometry.offset=new mxPoint(4,5)}if(1==e.bpmnTaskType){var Kb=A(e,n),H=q(e,n),H=H.replace("strokeColor","fillColor"), -Kb=Kb.replace("fillColor","strokeColor");""==H&&(H="fillColor=#000000;");""==Kb&&(Kb="strokeColor=#ffffff;");r.style+=Kb+H+"part=1;"}else r.style+=A(e,n)+q(e,n)+"part=1;";r.geometry.relative=!0;r.vertex=!0;v.insert(r)}var Lb=0;0!=e.bpmnActivityMarker1&&Lb++;0!=e.bpmnActivityMarker2&&Lb++;var wa=0;1==Lb?wa=-7.5:2==Lb&&(wa=-19);if(0!=e.bpmnActivityMarker1){switch(e.bpmnActivityMarker1){case 1:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=plus;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+= -A(e,n)+q(e,n);break;case 2:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=mxgraph.bpmn.loop;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 3:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 4:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;direction=south;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 5:r=new mxCell("", -new mxGeometry(.5,1,15,10),"shape=mxgraph.bpmn.ad_hoc;strokeColor=none;flipH=1;part=1;");r.geometry.offset=new mxPoint(wa,-17);H=q(e,n);H=H.replace("strokeColor","fillColor");""==H&&(H="fillColor=#000000;");r.style+=H;break;case 6:r=new mxCell("",new mxGeometry(.5,1,15,11),"shape=mxgraph.bpmn.compensation;part=1;"),r.geometry.offset=new mxPoint(wa,-18),r.style+=A(e,n)+q(e,n)}r.geometry.relative=!0;r.vertex=!0;v.insert(r)}2==Lb&&(wa=5);if(0!=e.bpmnActivityMarker2){switch(e.bpmnActivityMarker2){case 1:r= -new mxCell("",new mxGeometry(.5,1,15,15),"shape=plus;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 2:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=mxgraph.bpmn.loop;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 3:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;part=1;");r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 4:r=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;direction=south;part=1;"); -r.geometry.offset=new mxPoint(wa,-20);r.style+=A(e,n)+q(e,n);break;case 5:r=new mxCell("",new mxGeometry(.5,1,15,10),"shape=mxgraph.bpmn.ad_hoc;strokeColor=none;flipH=1;part=1;");r.geometry.offset=new mxPoint(wa,-17);H=q(e,n);H=H.replace("strokeColor","fillColor");""==H&&(H="fillColor=#000000;");r.style+=H;break;case 6:r=new mxCell("",new mxGeometry(.5,1,15,11),"shape=mxgraph.bpmn.compensation;part=1;"),r.geometry.offset=new mxPoint(wa,-18),r.style+=A(e,n)+q(e,n)}r.geometry.relative=!0;r.vertex=!0; -v.insert(r)}break;case "BPMNEvent":v.style+="shape=mxgraph.bpmn.shape;verticalLabelPosition=bottom;verticalAlign=top;"+A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+p(e)+D(e)+C(e);v.value=c(e.Text);if(1==e.bpmnDashed)switch(e.bpmnEventGroup){case 0:v.style+="outline=eventNonint;";break;case 1:v.style+="outline=boundNonint;";break;case 2:v.style+="outline=end;"}else switch(e.bpmnEventGroup){case 0:v.style+="outline=standard;";break;case 1:v.style+="outline=throwing;";break;case 2:v.style+= +a)for(var b=0;b<a.length;){var d=a[b];if("ir"==d.n&&null!=d.v)return"spacingRight="+d.v+";";b++}return""}function p(a){a=w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("mt"==d.n&&null!=d.v)return"spacingTop="+d.v+";";b++}return""}function E(a){a=w(a);if(null!=a)for(var b=0;b<a.length;){var d=a[b];if("mb"==d.n&&null!=d.v)return"spacingBottom="+d.v+";";b++}return""}function C(a){return"number"===typeof a.InsetMargin?"spacing="+parseInt(a.InsetMargin)+";":""}function y(a){return null!=a.Text_VAlign&& +"string"===typeof a.Text_VAlign?"verticalAlign="+a.Text_VAlign+";":M(mxConstants.STYLE_VERTICAL_ALIGN,a.TextVAlign,"middle")}function t(a,b){return 0>mxUtils.indexOf(fb,b.Class)?0==a.LineWidth?mxConstants.STYLE_STROKECOLOR+"=none;":M(mxConstants.STYLE_STROKECOLOR,a.LineColor.substring(0,7),"#000000"):"Venn"==b.Class.substring(0,4)?M(mxConstants.STYLE_STROKECOLOR,a.FillColor.substring(0,7),"#FFFFFF"):""}function A(a,b){var d="",g=0<=mxUtils.indexOf(Tb,b.Class);g||(d+=M(mxConstants.STYLE_OPACITY,a.Opacity, +"100"));if("string"===typeof a.LineColor&&!g&&7<a.LineColor.length)var e="0x"+a.LineColor.substring(a.LineColor.length-2,a.LineColor.length),d=d+("strokeOpacity="+Math.round(parseInt(e)/2.55)+";");"string"===typeof a.FillColor&&!g&&7<a.FillColor.length&&(g="0x"+a.FillColor.substring(a.FillColor.length-2,a.FillColor.length),d+="fillOpacity="+Math.round(parseInt(g)/2.55)+";");return d}function Y(a,b,d){if(!d.edge)if(null!=a.Rounding&&0>mxUtils.indexOf(sa,b.Class)){if(0<a.Rounding)return"rounded=1;absoluteArcSize=1;arcSize="+ +.6*a.Rounding+";"}else if(null==a.Rounding&&0<=mxUtils.indexOf(za,b.Class))return"rounded=1;absoluteArcSize=1;arcSize=8;";return""}function G(a,b,d){return null!=a.Rotation&&(a=mxUtils.toDegree(parseFloat(a.Rotation)),"AdvancedSwimLaneBlockRotated"==b.Class?(a+=90,d.geometry.rotate90()):0<=mxUtils.indexOf(bc,b.Class)?(a-=90,d.geometry.rotate90(),d.geometry.rotate90(),d.geometry.rotate90()):0<=mxUtils.indexOf(cc,b.Class)&&(a+=180,d.geometry.rotate90(),d.geometry.rotate90()),0!=a)?"rotation="+a+";": +""}function D(a){return null!=a.Shadow?mxConstants.STYLE_SHADOW+"=1;":""}function z(a,b){if(null!=a.FillColor&&0>mxUtils.indexOf(Ub,b.Class))if("object"===typeof a.FillColor){if(null!=a.FillColor.cs&&1<a.FillColor.cs.length)return M(mxConstants.STYLE_FILLCOLOR,a.FillColor.cs[0].c.substring(0,7))+M(mxConstants.STYLE_GRADIENTCOLOR,a.FillColor.cs[1].c.substring(0,7))}else return"string"===typeof a.FillColor?M(mxConstants.STYLE_FILLCOLOR,a.FillColor.substring(0,7),"#FFFFFF"):M(mxConstants.STYLE_FILLCOLOR, +"none");return""}function F(a){return"dashed"==a.StrokeStyle?"dashed=1;":"dotted"==a.StrokeStyle?"dashed=1;dashPattern=1 4;":"dashdot"==a.StrokeStyle?"dashed=1;dashPattern=10 5 1 5;":"dotdotdot"==a.StrokeStyle?"dashed=1;dashPattern=1 1;":""}function B(a){return M(mxConstants.STYLE_STROKEWIDTH,.6*parseFloat(a.LineWidth),"1")}function Z(l,w){var Z=m(w);if(null!=Z){var n=gb[Z.Class];null!=n&&(l.style+=n+";");n=null!=Z.Properties?Z.Properties:Z;if(null!=n){l.value=c(n);var e=l.style,M=h(n)+f(n)+b(n)+ +a(n,l)+d(n)+g(n)+p(n)+E(n)+C(n)+y(n)+t(n,Z)+A(n,Z)+Y(n,Z,l)+G(n,Z,l)+(n.FlipX?"flipH=1;":"")+(n.FlipY?"flipV=1;":"")+D(n)+z(n,Z)+F(n)+B(n);Z="ImageSearchBlock2"==Z.Class?"image="+n.URL+";":"";l.style=e+(M+Z);if(l.edge){l.style=null!=n.Rounding?l.style+("rounded=1;arcSize="+n.Rounding+";"):l.style+"rounded=0;";if("diagonal"!=n.Shape)if(null!=n.ElbowPoints)for(l.geometry.points=[],Z=0;Z<n.ElbowPoints.length;Z++)l.geometry.points.push(new mxPoint(Math.round(.6*n.ElbowPoints[Z].x+0),Math.round(.6*n.ElbowPoints[Z].y+ +0)));else"elbow"==n.Shape?l.style=null!=n.Endpoint1.Block&&null!=n.Endpoint1.Block?l.style+"edgeStyle=orthogonalEdgeStyle;":l.style+"edgeStyle=elbowEdgeStyle;":null!=n.Endpoint1.Block&&null!=n.Endpoint1.Block&&(l.style+="edgeStyle=orthogonalEdgeStyle;","curve"==n.Shape&&(l.style+="curved=1;"));null!=n.Endpoint1.Style&&(l.style+="startArrow="+xb[n.Endpoint1.Style]+";");null!=n.Endpoint2.Style&&(l.style+="endArrow="+xb[n.Endpoint2.Style].replace(/startSize/g,"endSize")+";");fa(l,n.Endpoint1,!0);fa(l, +n.Endpoint2,!1)}}}}function L(a){var b=m(a).Properties.BoundingBox;null!=a.Class&&"AWS"===a.Class.substring(0,3)&&(b.h-=20);v=new mxCell("",new mxGeometry(Math.round(.6*b.x+0),Math.round(.6*b.y+0),Math.round(.6*b.w),Math.round(.6*b.h)),"html=1;whiteSpace=wrap;");v.vertex=!0;Z(v,a);return v}function X(a,b,d){d=2*(parseFloat(a.Location)-.5);a=new mxCell(c(a),new mxGeometry(d,0,0,0),"text;html=1;resizable=0;labelBackgroundColor=#ffffff;align=center;verticalAlign=middle;");a.geometry.relative=!0;a.vertex= +!0;b.insert(a);return b}function M(a,b,d,g){null!=b&&null!=g&&(b=g(b));return null!=b&&b!=d?a+"="+b+";":""}function fa(a,b,d){null!=b&&null!=b.LinkX&&null!=b.LinkY&&(a.style+=(d?"exitX":"entryX")+"="+b.LinkX+";"+(d?"exitY":"entryY")+"="+b.LinkY+";"+(d?"exitPerimeter":"entryPerimeter")+"=1;")}function ga(a,b,d,g,e,p){a.getModel().beginUpdate();try{var c=function(b,e){var d=null!=e.Endpoint1.Block?E[e.Endpoint1.Block]:null,g=null!=e.Endpoint2.Block?E[e.Endpoint2.Block]:null,p;p=new mxCell("",new mxGeometry(0, +0,100,100),"html=1;jettySize=18;");p.geometry.relative=!0;p.edge=!0;Z(p,b);var c=m(b).Properties,k=null!=c?c.TextAreas:b.TextAreas;if(null!=k){for(var C=0;null!=k["t"+C];){var y=k["t"+C];p=X(y,p);C++}for(C=1;null!=k["m"+C];)y=k["m"+C],p=X(y,p,b),C++;null!=k.Text&&(p=X(k,p,b));k=null!=c?c.TextAreas:b.TextAreas;null!=k.Message&&(p=X(k.Message,p,b))}null==d&&null!=e.Endpoint1&&p.geometry.setTerminalPoint(new mxPoint(Math.round(.6*e.Endpoint1.x),Math.round(.6*e.Endpoint1.y)),!0);null==g&&null!=e.Endpoint2&& +p.geometry.setTerminalPoint(new mxPoint(Math.round(.6*e.Endpoint2.x),Math.round(.6*e.Endpoint2.y)),!1);f.push(a.addCell(p,null,null,d,g))},f=[],E={},C=[],y=[],t=0;if(null!=b.Groups)for(var n in b.Groups){var h=b.Groups[n];h.id=n;if(1==h.Hidden&&null!=h.Members){0>mxUtils.indexOf(y,n)&&y.push(n);for(var l in h.Members)y=zb(l,b.Groups,y)}}if(null!=b.Blocks)for(n in b.Blocks)h=b.Blocks[n],h.id=n,0>mxUtils.indexOf(y,n)&&(l=!1,null!=gb[h.Class]&&"mxCompositeShape"==gb[h.Class]&&(E[h.id]=Ga(h,f,a),C.push(h), +l=!0),l||(E[h.id]=L(h),C.push(h)));else for(t=0;t<b.Objects.length;t++)h=b.Objects[t],null!=h.Action&&"mxCompositeShape"==gb[h.Action.Class]?E[h.id]=Ga(h,f,a):h.IsBlock&&null!=h.Action&&null!=h.Action.Properties&&(E[h.id]=L(h)),C.push(h);C.sort(function(a,b){a=m(a);b=m(b);return null!=a.Properties&&null!=b.Properties?a.Properties.ZOrder-b.Properties.ZOrder:0});for(t=0;t<C.length;t++){var h=C[t],A=E[h.id];null!=A?f.push(a.addCell(A)):h.IsLine&&null!=h.Action&&null!=h.Action.Properties&&c(h,h.Action.Properties)}if(null!= +b.Lines)for(n in b.Lines)0>mxUtils.indexOf(y,n)&&(h=b.Lines[n],c(h,h));if(e&&null!=d&&null!=g){a.isGridEnabled()&&(d=a.snap(d),g=a.snap(g));var k=a.getBoundingBoxFromGeometry(f,!0);null!=k&&a.moveCells(f,d-k.x,g-k.y)}p||a.setSelectionCells(f)}finally{a.getModel().endUpdate()}}function db(){var a=new Graph;a.setExtendParents(!1);a.setExtendParentsOnAdd(!1);a.setConstrainChildren(!1);a.setHtmlLabels(!0);a.getModel().maintainEdgeParent=!1;return a}function Aa(a,b,d,g,e,p,c,f){a=new mxCell("",new mxGeometry(a, +b,0,0),"strokeColor=none;fillColor=none;");a.vertex=!0;c.insert(a);p=[a];d=sb.cloneCell(d);f.insertEdge(d,!1);a.insertEdge(d,!0);p.push(d);g.push(e.addCell(d,null,null,null,null))}function ca(a,b,d,g,e,p,c,f,E){a=new mxCell("",new mxGeometry(a,b,0,0),"strokeColor=none;fillColor=none;");a.vertex=!0;E.insert(a);d=new mxCell("",new mxGeometry(d,g,0,0),"strokeColor=none;fillColor=none;");d.vertex=!0;E.insert(d);f=[d];e=sb.cloneCell(e);a.insertEdge(e,!0);d.insertEdge(e,!1);f.push(e);p.push(c.addCell(e, +null,null,null,null))}function Ga(w,M,L){var n=m(w),e=n.Properties,X=e.BoundingBox,u=Math.round(.6*X.w),r=Math.round(.6*X.h),ga=Math.round(.6*X.x+0),fa=Math.round(.6*X.y+0);v=new mxCell("",new mxGeometry(ga,fa,u,r),"html=1;whiteSpace=wrap;");v.vertex=!0;switch(null!=w.Class?w.Class:null!=n?n.Class:null){case "BraceNoteBlock":case "UI2BraceNoteBlock":var db=!1;null!=e.BraceDirection&&"Right"==e.BraceDirection&&(db=!0);var Ga=null,sa=null;db?(Ga=new mxCell("",new mxGeometry(u-.125*r,0,.125*r,r),"shape=curlyBracket;rounded=1;"), +sa=new mxCell("",new mxGeometry(0,0,u-.125*r,r),"strokeColor=none;fillColor=none;")):(Ga=new mxCell("",new mxGeometry(0,0,.125*r,r),"shape=curlyBracket;rounded=1;flipH=1;"),sa=new mxCell("",new mxGeometry(.125*r,0,u-.125*r,r),"strokeColor=none;fillColor=none;"));v.style="strokeColor=none;fillColor=none;";v.style+=G(e,n,v);Ga.vertex=!0;v.insert(Ga);Ga.style+=t(e,n)+A(e,n)+D(e)+F(e)+B(e);sa.vertex=!0;sa.value=c(e);v.insert(sa);sa.style+=h(e)+f(e)+b(e)+a(e,sa)+d(e)+g(e)+p(e)+E(e)+C(e)+y(e);break;case "AdvancedSwimLaneBlockRotated":case "AdvancedSwimLaneBlock":var Tb= +0;null!=e.Lanes&&(Tb=e.Lanes.length);v.style="strokeColor=none;fillColor=none;";for(var Ub=0,za=[],k=0;k<Tb;k++){var lc=parseFloat(e.Lanes[k].p);za.push(new mxCell("",new mxGeometry(u*Ub,0,u*lc,r),"shape=swimlane;startSize=25;"));za[k].vertex=!0;v.insert(za[k]);za[k].value=c(e["Lane_"+k]);za[k].style+=h(e["Lane_"+k])+f(e["Lane_"+k])+b(e["Lane_"+k])+a(e["Lane_"+k],za[k])+d(e["Lane_"+k])+g(e["Lane_"+k])+p(e["Lane_"+k])+E(e["Lane_"+k])+C(e["Lane_"+k])+y(e["Lane_"+k])+t(e,n)+A(e,n)+Y(e,n,za[k])+G(e,n, +za[k])+(e.FlipX?"flipH=1;":"")+(e.FlipY?"flipV=1;":"")+D(e)+z(e,n)+F(e)+B(e);Ub+=lc}break;case "AndroidDevice":if(null!=e.AndroidDeviceName){v.style="fillColor=#000000;strokeColor=#000000;";var cb=null,fb=null,wb=null;if("Tablet"==e.AndroidDeviceName||"Mini Tablet"==e.AndroidDeviceName)v.style+="shape=mxgraph.android.tab2;",cb=new mxCell("",new mxGeometry(.112*u,.077*r,.77*u,.85*r),""),e.KeyboardShown&&(fb=new mxCell("",new mxGeometry(.112*u,.727*r,.77*u,.2*r),"shape=mxgraph.android.keyboard;")), +e.FullScreen||(wb=new mxCell("",new mxGeometry(.112*u,.077*r,.77*u,.03*r),"shape=mxgraph.android.statusBar;strokeColor=#33b5e5;fillColor=#000000;fontColor=#33b5e5;fontSize="+.015*r+";"));else if("Large Phone"==e.AndroidDeviceName||"Phone"==e.AndroidDeviceName)v.style+="shape=mxgraph.android.phone2;",cb=new mxCell("",new mxGeometry(.04*u,.092*r,.92*u,.816*r),""),e.KeyboardShown&&(fb=new mxCell("",new mxGeometry(.04*u,.708*r,.92*u,.2*r),"shape=mxgraph.android.keyboard;")),e.FullScreen||(wb=new mxCell("", +new mxGeometry(.04*u,.092*r,.92*u,.03*r),"shape=mxgraph.android.statusBar;strokeColor=#33b5e5;fillColor=#000000;fontColor=#33b5e5;fontSize="+.015*r+";"));cb.vertex=!0;v.insert(cb);"Dark"==e.Scheme?cb.style+="fillColor=#111111;":"Light"==e.Scheme&&(cb.style+="fillColor=#ffffff;");null!=fb&&(fb.vertex=!0,v.insert(fb));null!=wb&&(wb.vertex=!0,v.insert(wb))}break;case "AndroidAlertDialog":var Ia=new mxCell("",new mxGeometry(0,0,u,30),"strokeColor=none;fillColor=none;spacingLeft=9;");Ia.vertex=!0;v.insert(Ia); +var ia=new mxCell("",new mxGeometry(0,25,u,10),"shape=line;strokeColor=#33B5E5;");ia.vertex=!0;v.insert(ia);var yb=new mxCell("",new mxGeometry(0,30,u,r-30),"strokeColor=none;fillColor=none;verticalAlign=top;");yb.vertex=!0;v.insert(yb);var la=new mxCell("",new mxGeometry(0,r-25,.5*u,25),"fillColor=none;");la.vertex=!0;v.insert(la);var ma=new mxCell("",new mxGeometry(.5*u,r-25,.5*u,25),"fillColor=none;");ma.vertex=!0;v.insert(ma);Ia.value=c(e.DialogTitle);Ia.style+=l(e.DialogTitle);yb.value=c(e.DialogText); +yb.style+=l(e.DialogText);la.value=c(e.Button_0);la.style+=l(e.Button_0);ma.value=c(e.Button_1);ma.style+=l(e.Button_1);"Dark"==e.Scheme?(v.style+="strokeColor=#353535;fillColor=#282828;shadow=1;",la.style+="strokeColor=#353535;",ma.style+="strokeColor=#353535;"):(v.style+="strokeColor=none;fillColor=#ffffff;shadow=1;",la.style+="strokeColor=#E2E2E2;",ma.style+="strokeColor=#E2E2E2;");break;case "AndroidDateDialog":case "AndroidTimeDialog":Ia=new mxCell("",new mxGeometry(0,0,u,30),"strokeColor=none;fillColor=none;spacingLeft=9;"); +Ia.vertex=!0;v.insert(Ia);Ia.value=c(e.DialogTitle);Ia.style+=l(e.DialogTitle);ia=new mxCell("",new mxGeometry(0,25,u,10),"shape=line;strokeColor=#33B5E5;");ia.vertex=!0;v.insert(ia);la=new mxCell("",new mxGeometry(0,r-25,.5*u,25),"fillColor=none;");la.vertex=!0;v.insert(la);la.value=c(e.Button_0);la.style+=l(e.Button_0);ma=new mxCell("",new mxGeometry(.5*u,r-25,.5*u,25),"fillColor=none;");ma.vertex=!0;v.insert(ma);ma.value=c(e.Button_1);ma.style+=l(e.Button_1);var jb=new mxCell("",new mxGeometry(.5* +u-4,41,8,4),"shape=triangle;direction=north;");jb.vertex=!0;v.insert(jb);var kb=new mxCell("",new mxGeometry(.25*u-4,41,8,4),"shape=triangle;direction=north;");kb.vertex=!0;v.insert(kb);var lb=new mxCell("",new mxGeometry(.75*u-4,41,8,4),"shape=triangle;direction=north;");lb.vertex=!0;v.insert(lb);var Ab=new mxCell("",new mxGeometry(.375*u,50,.2*u,15),"strokeColor=none;fillColor=none;");Ab.vertex=!0;v.insert(Ab);Ab.value=c(e.Label_1);Ab.style+=l(e.Label_1);var Bb=new mxCell("",new mxGeometry(.125* +u,50,.2*u,15),"strokeColor=none;fillColor=none;");Bb.vertex=!0;v.insert(Bb);Bb.value=c(e.Label_0);Bb.style+=l(e.Label_0);var mb=null;"AndroidDateDialog"==w.Class&&(mb=new mxCell("",new mxGeometry(.625*u,50,.2*u,15),"strokeColor=none;fillColor=none;"),mb.vertex=!0,v.insert(mb),mb.value=c(e.Label_2),mb.style+=l(e.Label_2));var Ja=new mxCell("",new mxGeometry(.43*u,60,.14*u,10),"shape=line;strokeColor=#33B5E5;");Ja.vertex=!0;v.insert(Ja);var Ka=new mxCell("",new mxGeometry(.18*u,60,.14*u,10),"shape=line;strokeColor=#33B5E5;"); +Ka.vertex=!0;v.insert(Ka);var gb=new mxCell("",new mxGeometry(.68*u,60,.14*u,10),"shape=line;strokeColor=#33B5E5;");gb.vertex=!0;v.insert(gb);var Cb=new mxCell("",new mxGeometry(.375*u,65,.2*u,15),"strokeColor=none;fillColor=none;");Cb.vertex=!0;v.insert(Cb);Cb.value=c(e.Label_4);Cb.style+=l(e.Label_4);var nb=null;"AndroidTimeDialog"==w.Class&&(nb=new mxCell("",new mxGeometry(.3*u,65,.1*u,15),"strokeColor=none;fillColor=none;"),nb.vertex=!0,v.insert(nb),nb.value=c(e.Label_Colon),nb.style+=l(e.Label_Colon)); +var Db=new mxCell("",new mxGeometry(.125*u,65,.2*u,15),"strokeColor=none;fillColor=none;");Db.vertex=!0;v.insert(Db);Db.value=c(e.Label_3);Db.style+=l(e.Label_3);var Eb=new mxCell("",new mxGeometry(.625*u,65,.2*u,15),"strokeColor=none;fillColor=none;");Eb.vertex=!0;v.insert(Eb);Eb.value=c(e.Label_5);Eb.style+=l(e.Label_5);var xb=new mxCell("",new mxGeometry(.43*u,75,.14*u,10),"shape=line;strokeColor=#33B5E5;");xb.vertex=!0;v.insert(xb);var zb=new mxCell("",new mxGeometry(.18*u,75,.14*u,10),"shape=line;strokeColor=#33B5E5;"); +zb.vertex=!0;v.insert(zb);var mc=new mxCell("",new mxGeometry(.68*u,75,.14*u,10),"shape=line;strokeColor=#33B5E5;");mc.vertex=!0;v.insert(mc);var Fb=new mxCell("",new mxGeometry(.375*u,80,.2*u,15),"strokeColor=none;fillColor=none;");Fb.vertex=!0;v.insert(Fb);Fb.value=c(e.Label_7);Fb.style+=l(e.Label_7);var Gb=new mxCell("",new mxGeometry(.125*u,80,.2*u,15),"strokeColor=none;fillColor=none;");Gb.vertex=!0;v.insert(Gb);Gb.value=c(e.Label_6);Gb.style+=l(e.Label_6);var Hb=new mxCell("",new mxGeometry(.625* +u,80,.2*u,15),"strokeColor=none;fillColor=none;");Hb.vertex=!0;v.insert(Hb);Hb.value=c(e.Label_8);Hb.style+=l(e.Label_8);var ob=new mxCell("",new mxGeometry(.5*u-4,99,8,4),"shape=triangle;direction=south;");ob.vertex=!0;v.insert(ob);var pb=new mxCell("",new mxGeometry(.25*u-4,99,8,4),"shape=triangle;direction=south;");pb.vertex=!0;v.insert(pb);var qb=new mxCell("",new mxGeometry(.75*u-4,99,8,4),"shape=triangle;direction=south;");qb.vertex=!0;v.insert(qb);"Dark"==e.Scheme?(v.style+="strokeColor=#353535;fillColor=#282828;shadow=1;", +la.style+="strokeColor=#353535;",ma.style+="strokeColor=#353535;",jb.style+="strokeColor=none;fillColor=#7E7E7E;",kb.style+="strokeColor=none;fillColor=#7E7E7E;",lb.style+="strokeColor=none;fillColor=#7E7E7E;",ob.style+="strokeColor=none;fillColor=#7E7E7E;",pb.style+="strokeColor=none;fillColor=#7E7E7E;",qb.style+="strokeColor=none;fillColor=#7E7E7E;"):(v.style+="strokeColor=none;fillColor=#ffffff;shadow=1;",la.style+="strokeColor=#E2E2E2;",ma.style+="strokeColor=#E2E2E2;",jb.style+="strokeColor=none;fillColor=#939393;", +kb.style+="strokeColor=none;fillColor=#939393;",lb.style+="strokeColor=none;fillColor=#939393;",ob.style+="strokeColor=none;fillColor=#939393;",pb.style+="strokeColor=none;fillColor=#939393;",qb.style+="strokeColor=none;fillColor=#939393;");break;case "AndroidListItems":var ta=r,$a=0;if(e.ShowHeader){var $a=8,Ib=new mxCell("",new mxGeometry(0,0,u,$a),"strokeColor=none;fillColor=none;");Ib.vertex=!0;v.insert(Ib);Ib.value=c(e.Header);Ib.style+=l(e.Header);var ta=ta-$a,nc=new mxCell("",new mxGeometry(0, +$a-2,u,4),"shape=line;strokeColor=#999999;");nc.vertex=!0;v.insert(nc)}var La=parseInt(e.Items);0<La&&(ta/=La);for(var J=[],ia=[],k=0;k<La;k++)J[k]=new mxCell("",new mxGeometry(0,$a+k*ta,u,ta),"strokeColor=none;fillColor=none;"),J[k].vertex=!0,v.insert(J[k]),J[k].value=c(e["Item_"+k]),J[k].style+=l(e["Item_"+k]),0<k&&(ia[k]=new mxCell("",new mxGeometry(0,$a+k*ta-2,u,4),"shape=line;"),ia[k].vertex=!0,v.insert(ia[k]),ia[k].style="Dark"==e.Scheme?ia[k].style+"strokeColor=#ffffff;":ia[k].style+"strokeColor=#D9D9D9;"); +v.style="Dark"==e.Scheme?v.style+"strokeColor=none;fillColor=#111111;":v.style+"strokeColor=none;fillColor=#ffffff;";break;case "AndroidTabs":var Ma=parseInt(e.Tabs),Ba=u;0<Ma&&(Ba/=Ma);for(var ba=[],ia=[],k=0;k<Ma;k++)ba[k]=new mxCell("",new mxGeometry(k*Ba,0,Ba,r),"strokeColor=none;fillColor=none;"),ba[k].vertex=!0,v.insert(ba[k]),ba[k].value=c(e["Tab_"+k]),ba[k].style+=l(e["Tab_"+k]),0<k&&(ia[k]=new mxCell("",new mxGeometry(k*Ba-2,.2*r,4,.6*r),"shape=line;direction=north;"),ia[k].vertex=!0,v.insert(ia[k]), +ia[k].style="Dark"==e.Scheme?ia[k].style+"strokeColor=#484848;":ia[k].style+"strokeColor=#CCCCCC;");var oc=new mxCell("",new mxGeometry(e.Selected*Ba+2,r-3,Ba-4,3),"strokeColor=none;fillColor=#33B5E5;");oc.vertex=!0;v.insert(oc);v.style="Dark"==e.Scheme?v.style+"strokeColor=none;fillColor=#333333;":v.style+"strokeColor=none;fillColor=#DDDDDD;";break;case "AndroidProgressBar":v=new mxCell("",new mxGeometry(Math.round(ga),Math.round(fa+.25*r),Math.round(u),Math.round(.5*r)),"html=1;whiteSpace=wrap;"); +v.vertex=!0;var Jb=new mxCell("",new mxGeometry(0,0,u*e.BarPosition,Math.round(.5*r)),"strokeColor=none;fillColor=#33B5E5;");Jb.vertex=!0;v.insert(Jb);v.style="Dark"==e.Scheme?v.style+"strokeColor=none;fillColor=#474747;":v.style+"strokeColor=none;fillColor=#BBBBBB;";break;case "AndroidImageBlock":v.style="Dark"==e.Scheme?v.style+"shape=mxgraph.mockup.graphics.simpleIcon;strokeColor=#7E7E7E;fillColor=#111111;":v.style+"shape=mxgraph.mockup.graphics.simpleIcon;strokeColor=#939393;fillColor=#ffffff;"; +break;case "AndroidTextBlock":v.style="Dark"==e.Scheme?e.ShowBorder?v.style+"fillColor=#111111;strokeColor=#ffffff;":v.style+"fillColor=#111111;strokeColor=none;":e.ShowBorder?v.style+"fillColor=#ffffff;strokeColor=#000000;":v.style+"fillColor=#ffffff;strokeColor=none;";v.value=c(e.Label);v.style+=l(e.Label);break;case "AndroidActionBar":v.style+="strokeColor=none;";switch(e.BarBackground){case "Blue":v.style+="fillColor=#002E3E;";break;case "Gray":v.style+="fillColor=#DDDDDD;";break;case "Dark Gray":v.style+= +"fillColor=#474747;";break;case "White":v.style+="fillColor=#ffffff;"}if(e.HighlightShow){var ab=null,ab=e.HighlightTop?new mxCell("",new mxGeometry(0,0,u,2),"strokeColor=none;"):new mxCell("",new mxGeometry(0,r-2,u,2),"strokeColor=none;");ab.vertex=!0;v.insert(ab);switch(e.HighlightColor){case "Blue":ab.style+="fillColor=#33B5E5;";break;case "Dark Gray":ab.style+="fillColor=#B0B0B0;";break;case "White":ab.style+="fillColor=#ffffff;"}}if(e.VlignShow){var rb=new mxCell("",new mxGeometry(20,5,2,r-10), +"shape=line;direction=north;");rb.vertex=!0;v.insert(rb);switch(e.VlignColor){case "Blue":rb.style+="strokeColor=#244C5A;";break;case "White":rb.style+="strokeColor=#ffffff;"}}break;case "AndroidButton":v.value=c(e.Label);v.style+=l(e.Label)+"shape=partialRectangle;left=0;right=0;";v.style="Dark"==e.Scheme?v.style+"fillColor=#474747;strokeColor=#C6C5C6;bottom=0;":v.style+"fillColor=#DFE0DF;strokeColor=#C6C5C6;top=0;";break;case "AndroidTextBox":v.value=c(e.Label);v.style+=l(e.Label);var Kb=new mxCell("", +new mxGeometry(2,r-6,u-4,4),"shape=partialRectangle;top=0;fillColor=none;");Kb.vertex=!0;v.insert(Kb);v.style="Dark"==e.Scheme?v.style+"fillColor=#111111;strokeColor=none;":v.style+"fillColor=#ffffff;strokeColor=none;";Kb.style=e.TextFocused?Kb.style+"strokeColor=#33B5E5;":Kb.style+"strokeColor=#A9A9A9;";break;case "AndroidRadioButton":var hb=null;e.Checked&&(hb=new mxCell("",new mxGeometry(.15*u,.15*r,.7*u,.7*r),"shape=ellipse;fillColor=#33B5E5;strokeWidth=0.6;"),hb.vertex=!0,v.insert(hb));"Dark"== +e.Scheme?(v.style+="shape=ellipse;strokeWidth=0.6;strokeColor=#272727;",e.Checked?(hb.style+="strokeColor=#1F5C73;",v.style+="fillColor=#193C49;"):v.style+="fillColor=#111111;"):(v.style+="shape=ellipse;strokeWidth=0.6;fillColor=#ffffff;strokeColor=#5C5C5C;",e.Checked&&(hb.style+="strokeColor=#999999;"));break;case "AndroidCheckBox":var dc=null;e.Checked&&(dc=new mxCell("",new mxGeometry(.25*u,.05*-r,u,.8*r),"shape=mxgraph.ios7.misc.check;strokeColor=#33B5E5;strokeWidth=2;"),dc.vertex=!0,v.insert(dc)); +v.style="Dark"==e.Scheme?v.style+"strokeWidth=0.6;strokeColor=#272727;fillColor=#111111;":v.style+"strokeWidth=0.6;strokeColor=#5C5C5C;fillColor=#ffffff;";break;case "AndroidToggle":v.style="Dark"==e.Scheme?e.Checked?v.style+"shape=mxgraph.android.switch_on;fillColor=#666666;":v.style+"shape=mxgraph.android.switch_off;fillColor=#666666;":e.Checked?v.style+"shape=mxgraph.android.switch_on;fillColor=#E6E6E6;":v.style+"shape=mxgraph.android.switch_off;fillColor=#E6E6E6;";break;case "AndroidSlider":v.style+= +"shape=mxgraph.android.progressScrubberFocused;dx="+e.BarPosition+";fillColor=#33b5e5;";break;case "iOSSegmentedControl":Ma=parseInt(e.Tabs);Ba=u;v.style+="strokeColor=none;fillColor=none;";0<Ma&&(Ba/=Ma);ba=[];ia=[];for(k=0;k<Ma;k++)ba[k]=new mxCell("",new mxGeometry(k*Ba,0,Ba,r),"strokeColor="+e.FillColor+";"),ba[k].vertex=!0,v.insert(ba[k]),ba[k].value=c(e["Tab_"+k]),ba[k].style+=l(e["Tab_"+k]),ba[k].style=e.Selected==k?ba[k].style+z(e,n):ba[k].style+"fillColor=none;";break;case "iOSSlider":v.style+= +"shape=mxgraph.ios7ui.slider;strokeColor="+e.FillColor+";fillColor=#ffffff;strokeWidth=2;barPos="+100*e.BarPosition+";";break;case "iOSProgressBar":v=new mxCell("",new mxGeometry(Math.round(ga),Math.round(fa+.25*r),Math.round(u),Math.round(.5*r)),"html=1;whiteSpace=wrap;strokeColor=none;fillColor=#B5B5B5;");v.vertex=!0;Jb=new mxCell("",new mxGeometry(0,0,u*e.BarPosition,Math.round(.5*r)),"strokeColor=none;"+z(e,n));Jb.vertex=!0;v.insert(Jb);break;case "iOSPageControls":v.style+="shape=mxgraph.ios7ui.pageControl;"+ +z(e,n)+"strokeColor=#D6D6D6;";break;case "iOSStatusBar":v.style+="shape=mxgraph.ios7ui.appBar;"+z(e,n)+"strokeColor=#000000;";var R=new mxCell(c(e.Text),new mxGeometry(.35*u,0,.3*u,r),"strokeColor=none;fillColor=none;");R.vertex=!0;v.insert(R);R.style+=l(e.Text);var va=new mxCell(c(e.Carrier),new mxGeometry(.09*u,0,.2*u,r),"strokeColor=none;fillColor=none;");va.vertex=!0;v.insert(va);va.style+=l(e.Carrier);break;case "iOSSearchBar":v.style+="strokeColor=none;"+z(e,n)+A(e,n)+Y(e,n,v)+l(e.Search);v.value= +c(e.Search);var U=new mxCell("",new mxGeometry(.3*u,.3*r,.4*r,.4*r),"shape=mxgraph.ios7.icons.looking_glass;strokeColor=#000000;fillColor=none;");U.vertex=!0;v.insert(U);break;case "iOSNavBar":v.style+="shape=partialRectangle;top=0;right=0;left=0;strokeColor=#979797;"+z(e,n)+A(e,n)+l(e.Title);v.value=c(e.Title);R=new mxCell(c(e.LeftText),new mxGeometry(.03*u,0,.3*u,r),"strokeColor=none;fillColor=none;");R.vertex=!0;v.insert(R);R.style+=l(e.LeftText);va=new mxCell(c(e.RightText),new mxGeometry(.65* +u,0,.3*u,r),"strokeColor=none;fillColor=none;");va.vertex=!0;v.insert(va);va.style+=l(e.RightText);U=new mxCell("",new mxGeometry(.02*u,.2*r,.3*r,.5*r),"shape=mxgraph.ios7.misc.left;strokeColor=#007AFF;strokeWidth=2;");U.vertex=!0;v.insert(U);break;case "iOSTabs":Ma=parseInt(e.Tabs);Ba=u;v.style+="shape=partialRectangle;right=0;left=0;bottom=0;strokeColor=#979797;"+z(e,n)+A(e,n);0<Ma&&(Ba/=Ma);ba=[];ia=[];for(k=0;k<Ma;k++)ba[k]=new mxCell("",new mxGeometry(k*Ba,0,Ba,r),"strokeColor=none;"),ba[k].vertex= +!0,v.insert(ba[k]),ba[k].value=c(e["Tab_"+k]),ba[k].style+=h(e["Tab_"+k]),ba[k].style+=f(e["Tab_"+k])+b(e["Tab_"+k])+a(e["Tab_"+k])+d(e["Tab_"+k])+g(e["Tab_"+k])+p(e["Tab_"+k])+E(e["Tab_"+k])+C(e["Tab_"+k]),ba[k].style+="verticalAlign=bottom;",ba[k].style=e.Selected==k?ba[k].style+"fillColor=#BBBBBB;":ba[k].style+"fillColor=none;";break;case "iOSDatePicker":var Na=new mxCell("",new mxGeometry(0,0,.5*u,.2*r),"strokeColor=none;fillColor=none;");Na.vertex=!0;v.insert(Na);Na.value=c(e.Option11);Na.style+= +l(e.Option11);var Oa=new mxCell("",new mxGeometry(.5*u,0,.15*u,.2*r),"strokeColor=none;fillColor=none;");Oa.vertex=!0;v.insert(Oa);Oa.value=c(e.Option21);Oa.style+=l(e.Option21);var Pa=new mxCell("",new mxGeometry(.65*u,0,.15*u,.2*r),"strokeColor=none;fillColor=none;");Pa.vertex=!0;v.insert(Pa);Pa.value=c(e.Option31);Pa.style+=l(e.Option31);var Qa=new mxCell("",new mxGeometry(0,.2*r,.5*u,.2*r),"strokeColor=none;fillColor=none;");Qa.vertex=!0;v.insert(Qa);Qa.value=c(e.Option12);Qa.style+=l(e.Option12); +var Ra=new mxCell("",new mxGeometry(.5*u,.2*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Ra.vertex=!0;v.insert(Ra);Ra.value=c(e.Option22);Ra.style+=l(e.Option22);var Sa=new mxCell("",new mxGeometry(.65*u,.2*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Sa.vertex=!0;v.insert(Sa);Sa.value=c(e.Option32);Sa.style+=l(e.Option32);var na=new mxCell("",new mxGeometry(0,.4*r,.5*u,.2*r),"strokeColor=none;fillColor=none;");na.vertex=!0;v.insert(na);na.value=c(e.Option13);na.style+=l(e.Option13);var oa= +new mxCell("",new mxGeometry(.5*u,.4*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");oa.vertex=!0;v.insert(oa);oa.value=c(e.Option23);oa.style+=l(e.Option23);var Ta=new mxCell("",new mxGeometry(.65*u,.4*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Ta.vertex=!0;v.insert(Ta);Ta.value=c(e.Option33);Ta.style+=l(e.Option33);var pa=new mxCell("",new mxGeometry(.8*u,.4*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");pa.vertex=!0;v.insert(pa);pa.value=c(e.Option43);pa.style+=l(e.Option43);var qa= +new mxCell("",new mxGeometry(0,.6*r,.5*u,.2*r),"strokeColor=none;fillColor=none;");qa.vertex=!0;v.insert(qa);qa.value=c(e.Option14);qa.style+=l(e.Option14);var Ua=new mxCell("",new mxGeometry(.5*u,.6*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Ua.vertex=!0;v.insert(Ua);Ua.value=c(e.Option24);Ua.style+=l(e.Option24);var Va=new mxCell("",new mxGeometry(.65*u,.6*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Va.vertex=!0;v.insert(Va);Va.value=c(e.Option34);Va.style+=l(e.Option34);var Wa=new mxCell("", +new mxGeometry(.8*u,.6*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Wa.vertex=!0;v.insert(Wa);Wa.value=c(e.Option44);Wa.style+=l(e.Option44);var ra=new mxCell("",new mxGeometry(0,.8*r,.5*u,.2*r),"strokeColor=none;fillColor=none;");ra.vertex=!0;v.insert(ra);ra.value=c(e.Option15);ra.style+=l(e.Option15);var Xa=new mxCell("",new mxGeometry(.5*u,.8*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Xa.vertex=!0;v.insert(Xa);Xa.value=c(e.Option25);Xa.style+=l(e.Option25);var Ya=new mxCell("",new mxGeometry(.65* +u,.8*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Ya.vertex=!0;v.insert(Ya);Ya.value=c(e.Option35);Ya.style+=l(e.Option35);Ja=new mxCell("",new mxGeometry(0,.4*r-2,u,4),"shape=line;strokeColor=#888888;");Ja.vertex=!0;v.insert(Ja);Ka=new mxCell("",new mxGeometry(0,.6*r-2,u,4),"shape=line;strokeColor=#888888;");Ka.vertex=!0;v.insert(Ka);v.style+=z(e,n)+A(e,n)+"strokeColor=none;";break;case "iOSTimePicker":Na=new mxCell("",new mxGeometry(0,0,.25*u,.2*r),"strokeColor=none;fillColor=none;");Na.vertex= +!0;v.insert(Na);Na.value=c(e.Option11);Na.style+=l(e.Option11);Oa=new mxCell("",new mxGeometry(.25*u,0,.3*u,.2*r),"strokeColor=none;fillColor=none;");Oa.vertex=!0;v.insert(Oa);Oa.value=c(e.Option21);Oa.style+=l(e.Option21);Qa=new mxCell("",new mxGeometry(0,.2*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");Qa.vertex=!0;v.insert(Qa);Qa.value=c(e.Option12);Qa.style+=l(e.Option12);Ra=new mxCell("",new mxGeometry(.25*u,.2*r,.3*u,.2*r),"strokeColor=none;fillColor=none;");Ra.vertex=!0;v.insert(Ra);Ra.value= +c(e.Option22);Ra.style+=l(e.Option22);na=new mxCell("",new mxGeometry(0,.4*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");na.vertex=!0;v.insert(na);na.value=c(e.Option13);na.style+=l(e.Option13);oa=new mxCell("",new mxGeometry(.25*u,.4*r,.3*u,.2*r),"strokeColor=none;fillColor=none;");oa.vertex=!0;v.insert(oa);oa.value=c(e.Option23);oa.style+=l(e.Option23);pa=new mxCell("",new mxGeometry(.7*u,.4*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");pa.vertex=!0;v.insert(pa);pa.value=c(e.Option33);pa.style+= +l(e.Option33);qa=new mxCell("",new mxGeometry(0,.6*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");qa.vertex=!0;v.insert(qa);qa.value=c(e.Option14);qa.style+=l(e.Option14);Ua=new mxCell("",new mxGeometry(.25*u,.6*r,.3*u,.2*r),"strokeColor=none;fillColor=none;");Ua.vertex=!0;v.insert(Ua);Ua.value=c(e.Option24);Ua.style+=l(e.Option24);Wa=new mxCell("",new mxGeometry(.7*u,.6*r,.15*u,.2*r),"strokeColor=none;fillColor=none;");Wa.vertex=!0;v.insert(Wa);Wa.value=c(e.Option34);Wa.style+=l(e.Option34);ra= +new mxCell("",new mxGeometry(0,.8*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");ra.vertex=!0;v.insert(ra);ra.value=c(e.Option15);ra.style+=l(e.Option15);Xa=new mxCell("",new mxGeometry(.25*u,.8*r,.3*u,.2*r),"strokeColor=none;fillColor=none;");Xa.vertex=!0;v.insert(Xa);Xa.value=c(e.Option25);Xa.style+=l(e.Option25);Ja=new mxCell("",new mxGeometry(0,.4*r-2,u,4),"shape=line;strokeColor=#888888;");Ja.vertex=!0;v.insert(Ja);Ka=new mxCell("",new mxGeometry(0,.6*r-2,u,4),"shape=line;strokeColor=#888888;"); +Ka.vertex=!0;v.insert(Ka);v.style+=z(e,n)+A(e,n)+"strokeColor=none;";break;case "iOSCountdownPicker":Pa=new mxCell("",new mxGeometry(.45*u,0,.2*u,.2*r),"strokeColor=none;fillColor=none;");Pa.vertex=!0;v.insert(Pa);Pa.value=c(e.Option31);Pa.style+=l(e.Option31);Sa=new mxCell("",new mxGeometry(.45*u,.2*r,.2*u,.2*r),"strokeColor=none;fillColor=none;");Sa.vertex=!0;v.insert(Sa);Sa.value=c(e.Option32);Sa.style+=l(e.Option32);na=new mxCell("",new mxGeometry(0,.4*r,.25*u,.2*r),"strokeColor=none;fillColor=none;"); +na.vertex=!0;v.insert(na);na.value=c(e.Option13);na.style+=l(e.Option13);oa=new mxCell("",new mxGeometry(.2*u,.4*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");oa.vertex=!0;v.insert(oa);oa.value=c(e.Option23);oa.style+=l(e.Option23);Ta=new mxCell("",new mxGeometry(.45*u,.4*r,.2*u,.2*r),"strokeColor=none;fillColor=none;");Ta.vertex=!0;v.insert(Ta);Ta.value=c(e.Option33);Ta.style+=l(e.Option33);pa=new mxCell("",new mxGeometry(.6*u,.4*r,.2*u,.2*r),"strokeColor=none;fillColor=none;");pa.vertex=!0; +v.insert(pa);pa.value=c(e.Option43);pa.style+=l(e.Option43);qa=new mxCell("",new mxGeometry(0,.6*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");qa.vertex=!0;v.insert(qa);qa.value=c(e.Option14);qa.style+=l(e.Option14);Va=new mxCell("",new mxGeometry(.45*u,.6*r,.2*u,.2*r),"strokeColor=none;fillColor=none;");Va.vertex=!0;v.insert(Va);Va.value=c(e.Option34);Va.style+=l(e.Option34);ra=new mxCell("",new mxGeometry(0,.8*r,.25*u,.2*r),"strokeColor=none;fillColor=none;");ra.vertex=!0;v.insert(ra);ra.value= +c(e.Option15);ra.style+=l(e.Option15);Ya=new mxCell("",new mxGeometry(.45*u,.8*r,.2*u,.2*r),"strokeColor=none;fillColor=none;");Ya.vertex=!0;v.insert(Ya);Ya.value=c(e.Option35);Ya.style+=l(e.Option35);Ja=new mxCell("",new mxGeometry(0,.4*r-2,u,4),"shape=line;strokeColor=#888888;");Ja.vertex=!0;v.insert(Ja);Ka=new mxCell("",new mxGeometry(0,.6*r-2,u,4),"shape=line;strokeColor=#888888;");Ka.vertex=!0;v.insert(Ka);v.style+=z(e,n)+A(e,n)+"strokeColor=none;";break;case "iOSBasicCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;spacing=0;align=left;spacingLeft="+ +.6*e.SeparatorInset+";";v.style+=h(e.text)+f(e.text)+b(e.text)+y(e.text);v.value=c(e.text);switch(e.AccessoryIndicatorType){case "Disclosure":U=new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);var ha=new mxCell("",new mxGeometry(.79*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;"); +ha.vertex=!0;v.insert(ha);break;case "DetailIndicator":ha=new mxCell("",new mxGeometry(.87*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ha.vertex=!0;v.insert(ha);break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*r,.4*r,.26*r),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"),U.vertex=!0,v.insert(U)}break;case "iOSSubtitleCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;align=left;spacing=0;verticalAlign=top;spacingLeft="+ +.6*e.SeparatorInset+";";v.style+=h(e.subtext)+f(e.subtext)+b(e.subtext);v.value=c(e.subtext);var ja=new mxCell("",new mxGeometry(0,.4*r,u,.6*r),"fillColor=none;strokeColor=none;spacing=0;align=left;verticalAlign=bottom;spacingLeft="+.6*e.SeparatorInset+";");ja.vertex=!0;v.insert(ja);ja.style+=h(e.text)+f(e.text)+b(e.text);ja.value=c(e.text);switch(e.AccessoryIndicatorType){case "Disclosure":U=new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;"); +U.vertex=!0;v.insert(U);break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ha=new mxCell("",new mxGeometry(.79*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ha.vertex=!0;v.insert(ha);break;case "DetailIndicator":ha=new mxCell("",new mxGeometry(.87*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ha.vertex= +!0;v.insert(ha);break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*r,.4*r,.26*r),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"),U.vertex=!0,v.insert(U)}break;case "iOSRightDetailCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;align=left;spacing=0;verticalAlign=middle;spacingLeft="+.6*e.SeparatorInset+";";v.style+=h(e.subtext)+f(e.subtext)+b(e.subtext);v.value=c(e.subtext);ja=null;switch(e.AccessoryIndicatorType){case "Disclosure":U= +new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ja=new mxCell("",new mxGeometry(.55*u,0,.3*u,r),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ha=new mxCell("",new mxGeometry(.79*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;"); +ha.vertex=!0;v.insert(ha);ja=new mxCell("",new mxGeometry(.45*u,0,.3*u,r),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;case "DetailIndicator":ha=new mxCell("",new mxGeometry(.87*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ha.vertex=!0;v.insert(ha);ja=new mxCell("",new mxGeometry(.52*u,0,.3*u,r),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*r,.4*r,.26*r),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"); +U.vertex=!0;v.insert(U);ja=new mxCell("",new mxGeometry(.55*u,0,.3*u,r),"fillColor=none;strokeColor=none;spacing=0;align=right;");break;default:ja=new mxCell("",new mxGeometry(.65*u,0,.3*u,r),"fillColor=none;strokeColor=none;spacing=0;align=right;")}ja.vertex=!0;v.insert(ja);ja.style+=h(e.text)+f(e.text)+b(e.text);ja.value=c(e.text);break;case "iOSLeftDetailCell":v.style+="shape=partialRectangle;left=0;top=0;right=0;fillColor=#ffffff;strokeColor=#C8C7CC;";var Ha=new mxCell("",new mxGeometry(0,0,.25* +u,r),"fillColor=none;strokeColor=none;spacing=0;align=right;verticalAlign=middle;spacingRight=3;");Ha.vertex=!0;v.insert(Ha);Ha.style+=h(e.subtext)+f(e.subtext)+b(e.subtext);Ha.value=c(e.subtext);ja=new mxCell("",new mxGeometry(.25*u,0,.5*u,r),"fillColor=none;strokeColor=none;spacing=0;align=left;verticalAlign=middle;spacingLeft=3;");ja.vertex=!0;v.insert(ja);ja.style+=h(e.text)+f(e.text)+b(e.text);ja.value=c(e.text);switch(e.AccessoryIndicatorType){case "Disclosure":U=new mxCell("",new mxGeometry(.91* +u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);break;case "DetailDisclosure":U=new mxCell("",new mxGeometry(.91*u,.35*r,.15*r,.3*r),"shape=mxgraph.ios7.misc.right;strokeColor=#D2D2D6;");U.vertex=!0;v.insert(U);ha=new mxCell("",new mxGeometry(.79*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;");ha.vertex=!0;v.insert(ha);break;case "DetailIndicator":ha=new mxCell("",new mxGeometry(.87*u,.25*r,.5*r,.5*r),"shape=mxgraph.ios7.icons.info;strokeColor=#007AFF;fillColor=#ffffff;"); +ha.vertex=!0;v.insert(ha);break;case "CheckMark":U=new mxCell("",new mxGeometry(.89*u,.37*r,.4*r,.26*r),"shape=mxgraph.ios7.misc.check;strokeColor=#007AFF;strokeWidth=2;"),U.vertex=!0,v.insert(U)}break;case "iOSTableGroupedSectionBreak":v.style+="shape=partialRectangle;left=0;right=0;fillColor=#EFEFF4;strokeColor=#C8C7CC;";R=new mxCell("",new mxGeometry(0,0,u,.4*r),"fillColor=none;strokeColor=none;spacing=10;align=left;");R.vertex=!0;v.insert(R);R.style+=h(e.text)+f(e.text)+b(e.text);R.value=c(e.text); +va=new mxCell("",new mxGeometry(0,.6*r,u,.4*r),"fillColor=none;strokeColor=none;spacing=10;align=left;");va.vertex=!0;v.insert(va);va.style+=h(e["bottom-text"])+f(e["bottom-text"])+b(e["bottom-text"]);va.value=c(e["bottom-text"]);break;case "iOSTablePlainHeaderFooter":v.style+="fillColor=#F7F7F7;strokeColor=none;align=left;spacingLeft=5;spacing=0;";v.style+=h(e.text)+f(e.text)+b(e.text);v.value=c(e.text);break;case "SMPage":if(e.Group){v.style+="strokeColor=none;fillColor=none;";var q=new mxCell("", +new mxGeometry(0,0,.9*u,.9*r),"part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e);var x=new mxCell("",new mxGeometry(.1*u,.1*r,.9*u,.9*r),"part=1;");x.vertex=!0;v.insert(x);x.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e);x.value=c(e.Text);e.Future&&(q.style+="dashed=1;",x.style+="dashed=1;")}else e.Future&&(v.style+="dashed=1;"),v.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e),v.value=c(e.Text);break;case "SMHome":case "SMPrint":case "SMSearch":case "SMSettings":case "SMSitemap":case "SMSuccess":case "SMVideo":case "SMAudio":case "SMCalendar":case "SMChart":case "SMCloud":case "SMDocument":case "SMForm":case "SMGame":case "SMUpload":v.style+= +t(e,n)+z(e,n)+A(e,n)+D(e)+B(e);q=null;switch(w.Class){case "SMHome":q=new mxCell("",new mxGeometry(.5*u-.4*r,.1*r,.8*r,.8*r),"part=1;shape=mxgraph.office.concepts.home;flipH=1;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMPrint":q=new mxCell("",new mxGeometry(.5*u-.4*r,.19*r,.8*r,.62*r),"part=1;shape=mxgraph.office.devices.printer;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMSearch":q=new mxCell("",new mxGeometry(.5*u-.4*r,.1*r,.8*r,.8*r),"part=1;shape=mxgraph.office.concepts.search;flipH=1;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); +break;case "SMSettings":q=new mxCell("",new mxGeometry(.5*u-.35*r,.15*r,.7*r,.7*r),"part=1;shape=mxgraph.mscae.enterprise.settings;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMSitemap":q=new mxCell("",new mxGeometry(.5*u-.35*r,.2*r,.7*r,.6*r),"part=1;shape=mxgraph.office.sites.site_collection;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMSuccess":q=new mxCell("",new mxGeometry(.5*u-.3*r,.25*r,.6*r,.5*r),"part=1;shape=mxgraph.mscae.general.checkmark;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); +break;case "SMVideo":q=new mxCell("",new mxGeometry(.5*u-.4*r,.2*r,.8*r,.6*r),"part=1;shape=mxgraph.office.concepts.video_play;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMAudio":q=new mxCell("",new mxGeometry(.5*u-.3*r,.2*r,.6*r,.6*r),"part=1;shape=mxgraph.mscae.general.audio;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMCalendar":q=new mxCell("",new mxGeometry(.5*u-.4*r,.15*r,.8*r,.7*r),"part=1;shape=mxgraph.office.concepts.form;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); +break;case "SMChart":var I=z(e,n),I=""==I?"#ffffff;":I.replace("fillColor=",""),q=new mxCell("",new mxGeometry(.5*u-.35*r,.15*r,.7*r,.7*r),"part=1;shape=mxgraph.ios7.icons.pie_chart;fillColor=#e6e6e6;fillOpacity=50;strokeWidth=4;strokeColor="+I);break;case "SMCloud":q=new mxCell("",new mxGeometry(.5*u-.4*r,.27*r,.8*r,.46*r),"part=1;shape=mxgraph.networks.cloud;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMDocument":q=new mxCell("",new mxGeometry(.5*u-.25*r,.15*r,.5*r,.7*r),"part=1;shape=mxgraph.mscae.enterprise.document;fillColor=#e6e6e6;opacity=50;strokeColor=none;"); +break;case "SMForm":q=new mxCell("",new mxGeometry(.5*u-.4*r,.15*r,.8*r,.7*r),"part=1;shape=mxgraph.office.concepts.form;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMGame":q=new mxCell("",new mxGeometry(.5*u-.4*r,.2*r,.8*r,.6*r),"part=1;shape=mxgraph.mscae.general.game_controller;fillColor=#e6e6e6;opacity=50;strokeColor=none;");break;case "SMUpload":q=new mxCell("",new mxGeometry(.5*u-.4*r,.2*r,.8*r,.6*r),"part=1;shape=mxgraph.mscae.enterprise.backup_online;fillColor=#e6e6e6;opacity=50;strokeColor=none;")}q.vertex= +!0;v.insert(q);q.style+=l(e);q.value=c(e.Text);break;case "UMLMultiplicityBlock":v.style+="strokeColor=none;fillColor=none;";q=new mxCell("",new mxGeometry(.1*u,0,.9*u,.9*r),"part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e);x=new mxCell("",new mxGeometry(0,.1*r,.9*u,.9*r),"part=1;");x.vertex=!0;v.insert(x);x.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e.Text);x.value=c(e.Text);break;case "UMLConstraintBlock":var Vb=new mxCell("",new mxGeometry(0,0,.25*r,r),"shape=curlyBracket;rounded=1;"); +Vb.vertex=!0;v.insert(Vb);var Wb=new mxCell("",new mxGeometry(u-.25*r,0,.25*r,r),"shape=curlyBracket;rounded=1;flipH=1;");Wb.vertex=!0;v.insert(Wb);sa=new mxCell("",new mxGeometry(.25*r,0,u-.5*r,r),"strokeColor=none;fillColor=none;");sa.vertex=!0;sa.value=c(e);v.insert(sa);v.style="strokeColor=none;fillColor=none;";v.style+=G(e,n,v);Vb.style+=t(e,n)+A(e,n)+D(e)+F(e)+B(e);Wb.style+=t(e,n)+A(e,n)+D(e)+F(e)+B(e);sa.style+=h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+p(e)+E(e)+C(e)+y(e);break;case "UMLTextBlock":v.style+= +"strokeColor=none;"+A(e,n)+D(e)+F(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case "BPMNActivity":switch(e.bpmnActivityType){case 1:v.style+=z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case 2:v.style+="shape=ext;double=1;"+z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case 3:v.style+="shape=ext;dashed=1;dashPattern=2 1;"+z(e,n)+t(e,n)+A(e,n)+D(e)+B(e)+l(e.Text);v.value=c(e.Text);break;case 4:v.style+="shape=ext;strokeWidth=2;"+z(e,n)+t(e,n)+A(e,n)+D(e)+ +F(e)+l(e.Text),v.value=c(e.Text)}if(0!=e.bpmnTaskType){switch(e.bpmnTaskType){case 1:q=new mxCell("",new mxGeometry(0,0,19,12),"shape=message;");q.geometry.offset=new mxPoint(4,7);break;case 2:q=new mxCell("",new mxGeometry(0,0,19,12),"shape=message;");q.geometry.offset=new mxPoint(4,7);break;case 3:q=new mxCell("",new mxGeometry(0,0,15,15),"shape=mxgraph.bpmn.user_task;");q.geometry.offset=new mxPoint(4,5);break;case 4:q=new mxCell("",new mxGeometry(0,0,15,10),"shape=mxgraph.bpmn.manual_task;"); +q.geometry.offset=new mxPoint(4,7);break;case 5:q=new mxCell("",new mxGeometry(0,0,18,13),"shape=mxgraph.bpmn.business_rule_task;");q.geometry.offset=new mxPoint(4,7);break;case 6:q=new mxCell("",new mxGeometry(0,0,15,15),"shape=mxgraph.bpmn.service_task;");q.geometry.offset=new mxPoint(4,5);break;case 7:q=new mxCell("",new mxGeometry(0,0,15,15),"shape=mxgraph.bpmn.script_task;"),q.geometry.offset=new mxPoint(4,5)}if(1==e.bpmnTaskType){var Lb=z(e,n),I=t(e,n),I=I.replace("strokeColor","fillColor"), +Lb=Lb.replace("fillColor","strokeColor");""==I&&(I="fillColor=#000000;");""==Lb&&(Lb="strokeColor=#ffffff;");q.style+=Lb+I+"part=1;"}else q.style+=z(e,n)+t(e,n)+"part=1;";q.geometry.relative=!0;q.vertex=!0;v.insert(q)}var Mb=0;0!=e.bpmnActivityMarker1&&Mb++;0!=e.bpmnActivityMarker2&&Mb++;var wa=0;1==Mb?wa=-7.5:2==Mb&&(wa=-19);if(0!=e.bpmnActivityMarker1){switch(e.bpmnActivityMarker1){case 1:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=plus;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+= +z(e,n)+t(e,n);break;case 2:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=mxgraph.bpmn.loop;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 3:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 4:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;direction=south;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 5:q=new mxCell("", +new mxGeometry(.5,1,15,10),"shape=mxgraph.bpmn.ad_hoc;strokeColor=none;flipH=1;part=1;");q.geometry.offset=new mxPoint(wa,-17);I=t(e,n);I=I.replace("strokeColor","fillColor");""==I&&(I="fillColor=#000000;");q.style+=I;break;case 6:q=new mxCell("",new mxGeometry(.5,1,15,11),"shape=mxgraph.bpmn.compensation;part=1;"),q.geometry.offset=new mxPoint(wa,-18),q.style+=z(e,n)+t(e,n)}q.geometry.relative=!0;q.vertex=!0;v.insert(q)}2==Mb&&(wa=5);if(0!=e.bpmnActivityMarker2){switch(e.bpmnActivityMarker2){case 1:q= +new mxCell("",new mxGeometry(.5,1,15,15),"shape=plus;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 2:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=mxgraph.bpmn.loop;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 3:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;part=1;");q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 4:q=new mxCell("",new mxGeometry(.5,1,15,15),"shape=parallelMarker;direction=south;part=1;"); +q.geometry.offset=new mxPoint(wa,-20);q.style+=z(e,n)+t(e,n);break;case 5:q=new mxCell("",new mxGeometry(.5,1,15,10),"shape=mxgraph.bpmn.ad_hoc;strokeColor=none;flipH=1;part=1;");q.geometry.offset=new mxPoint(wa,-17);I=t(e,n);I=I.replace("strokeColor","fillColor");""==I&&(I="fillColor=#000000;");q.style+=I;break;case 6:q=new mxCell("",new mxGeometry(.5,1,15,11),"shape=mxgraph.bpmn.compensation;part=1;"),q.geometry.offset=new mxPoint(wa,-18),q.style+=z(e,n)+t(e,n)}q.geometry.relative=!0;q.vertex=!0; +v.insert(q)}break;case "BPMNEvent":v.style+="shape=mxgraph.bpmn.shape;verticalLabelPosition=bottom;verticalAlign=top;"+z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+p(e)+E(e)+C(e);v.value=c(e.Text);if(1==e.bpmnDashed)switch(e.bpmnEventGroup){case 0:v.style+="outline=eventNonint;";break;case 1:v.style+="outline=boundNonint;";break;case 2:v.style+="outline=end;"}else switch(e.bpmnEventGroup){case 0:v.style+="outline=standard;";break;case 1:v.style+="outline=throwing;";break;case 2:v.style+= "outline=end;"}switch(e.bpmnEventType){case 1:v.style+="symbol=message;";break;case 2:v.style+="symbol=timer;";break;case 3:v.style+="symbol=escalation;";break;case 4:v.style+="symbol=conditional;";break;case 5:v.style+="symbol=link;";break;case 6:v.style+="symbol=error;";break;case 7:v.style+="symbol=cancel;";break;case 8:v.style+="symbol=compensation;";break;case 9:v.style+="symbol=signal;";break;case 10:v.style+="symbol=multiple;";break;case 11:v.style+="symbol=parallelMultiple;";break;case 12:v.style+= -"symbol=terminate;"}break;case "BPMNConversation":v.style+="shape=hexagon;perimeter=hexagonPerimeter2;"+A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+l(e);v.value=c(e.Text);v.style=0==e.bpmnConversationType?v.style+B(e):v.style+"strokeWidth=2;";e.bpmnIsSubConversation&&(r=new mxCell("",new mxGeometry(.5,1,12,12),"shape=plus;part=1;"),r.geometry.offset=new mxPoint(-6,-17),r.style+=A(e,n)+q(e,n),r.geometry.relative=!0,r.vertex=!0,v.insert(r));break;case "BPMNGateway":v.style+="shape=mxgraph.bpmn.shape;perimeter=rhombusPerimeter;background=gateway;"+ -A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+l(e);switch(e.bpmnGatewayType){case 0:v.style+="outline=none;symbol=general;";break;case 1:v.style+="outline=none;symbol=exclusiveGw;";break;case 2:v.style+="outline=catching;symbol=multiple;";break;case 3:v.style+="outline=none;symbol=parallelGw;";break;case 4:v.style+="outline=end;symbol=general;";break;case 5:v.style+="outline=standard;symbol=multiple;";break;case 6:v.style+="outline=none;symbol=complexGw;";break;case 7:v.style+="outline=standard;symbol=parallelMultiple;"}break; -case "BPMNData":v.style+="shape=note;size=14;"+A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+l(e);switch(e.bpmnDataType){case 1:r=new mxCell("",new mxGeometry(.5,1,12,10),"shape=parallelMarker;part=1;");r.geometry.offset=new mxPoint(-6,-15);r.style+=A(e,n)+q(e,n);r.geometry.relative=!0;r.vertex=!0;v.insert(r);break;case 2:r=new mxCell("",new mxGeometry(0,0,12,10),"shape=singleArrow;part=1;arrowWidth=0.4;arrowSize=0.4;");r.geometry.offset=new mxPoint(3,3);r.style+=A(e,n)+q(e,n);r.geometry.relative=!0;r.vertex=!0; -v.insert(r);v.style+="verticalLabelPosition=bottom;verticalAlign=top;";R=new mxCell("",new mxGeometry(0,0,u,20),"strokeColor=none;fillColor=none;");R.geometry.offset=new mxPoint(0,14);R.geometry.relative=!0;R.vertex=!0;v.insert(R);R.value=c(e.Text);R.style+=l(e);break;case 3:r=new mxCell("",new mxGeometry(0,0,12,10),"shape=singleArrow;part=1;arrowWidth=0.4;arrowSize=0.4;"),r.geometry.offset=new mxPoint(3,3),r.style+=q(e,n),r.geometry.relative=!0,r.vertex=!0,v.insert(r),H=q(e,n),H=H.replace("strokeColor", -"fillColor"),""==H&&(H="fillColor=#000000;"),r.style+=H,R=new mxCell("",new mxGeometry(0,0,u,20),"strokeColor=none;fillColor=none;"),R.geometry.offset=new mxPoint(0,14),R.geometry.relative=!0,R.vertex=!0,v.insert(R),R.value=c(e.Text),R.style+=l(e)}break;case "BPMNBlackPool":v.style+=A(e,n)+q(e,n)+z(e,n)+E(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(0,0,u,t),"fillColor=#000000;strokeColor=none;opacity=30;");r.vertex=!0;v.insert(r);break;case "DFDExternalEntityBlock":v.style+="strokeColor=none;fillColor=none;"; -r=new mxCell("",new mxGeometry(0,0,.95*u,.95*t),"part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e);x=new mxCell("",new mxGeometry(.05*u,.05*t,.95*u,.95*t),"part=1;");x.vertex=!0;v.insert(x);x.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e.Text);x.value=c(e.Text);break;case "GSDFDDataStoreBlock":v.style+="shape=partialRectangle;right=0;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e.Text);v.value=c(e.Text);r=new mxCell("",new mxGeometry(0,0,.2*u,t),"part=1;");r.vertex=!0;v.insert(r);r.style+= -q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e.Number);r.value=c(e.Number);break;case "VSMDedicatedProcessBlock":case "VSMProductionControlBlock":v.style+="shape=mxgraph.lean_mapping.manufacturing_process;spacingTop=15;";"VSMDedicatedProcessBlock"==w.Class?v.value=c(e.Text):"VSMProductionControlBlock"==w.Class&&(v.value=c(e.Resources));v.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+D(e)+C(e)+y(e);"VSMDedicatedProcessBlock"==w.Class&&(r=new mxCell("",new mxGeometry(0,1,11,9),"part=1;shape=mxgraph.lean_mapping.operator;"), -r.geometry.relative=!0,r.geometry.offset=new mxPoint(4,-13),r.vertex=!0,v.insert(r),r.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e));R=new mxCell("",new mxGeometry(0,0,u,15),"strokeColor=none;fillColor=none;part=1;");R.vertex=!0;v.insert(R);R.value=c(e.Title);R.style+=l(e.Title);break;case "VSMSharedProcessBlock":v.style+="shape=mxgraph.lean_mapping.manufacturing_process_shared;spacingTop=-5;verticalAlign=top;";v.value=c(e.Text);v.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+D(e)+p(e)+ -C(e);R=new mxCell("",new mxGeometry(.1*u,.3*t,.8*u,.6*t),"part=1;");R.vertex=!0;v.insert(R);R.value=c(e.Resource);R.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e.Resource);break;case "VSMWorkcellBlock":v.style+="shape=mxgraph.lean_mapping.work_cell;verticalAlign=top;spacingTop=-2;";v.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+D(e)+C(e);v.value=c(e.Text);break;case "VSMSafetyBufferStockBlock":case "VSMDatacellBlock":v.style+="strokeColor=none;fillColor=none;";var ta=t,Ma=parseInt(e.Cells), -M=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+"part=1;";0<Ma&&(ta/=Ma);I=[];ha=[];for(k=1;k<=Ma;k++)I[k]=new mxCell("",new mxGeometry(0,(k-1)*ta,u,ta),M),I[k].vertex=!0,v.insert(I[k]),I[k].value=c(e["cell_"+k]),I[k].style+=l(e["cell_"+k]);break;case "VSMInventoryBlock":v.style+="shape=mxgraph.lean_mapping.inventory_box;verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+p(e)+D(e)+C(e);v.value=c(e.Text);break;case "VSMSupermarketBlock":v.style+="strokeColor=none;"+ -A(e,n);ta=t;Ma=parseInt(e.Cells);M=q(e,n)+z(e,n)+B(e)+"part=1;fillColor=none;";0<Ma&&(ta/=Ma);I=[];Ga=[];for(k=1;k<=Ma;k++)I[k]=new mxCell("",new mxGeometry(.5*u,(k-1)*ta,.5*u,ta),"shape=partialRectangle;left=0;"+M),I[k].vertex=!0,v.insert(I[k]),Ga[k]=new mxCell("",new mxGeometry(0,(k-1)*ta,u,ta),"strokeColor=none;fillColor=none;part=1;"),Ga[k].vertex=!0,v.insert(Ga[k]),Ga[k].value=c(e["cell_"+k]),Ga[k].style+=l(e["cell_"+k]);break;case "VSMFIFOLaneBlock":v.style+="shape=mxgraph.lean_mapping.fifo_sequence_flow;fontStyle=0;fontSize=18"; -v.value="FIFO";break;case "VSMGoSeeProductionBlock":v.style+="shape=ellipse;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.17*u,.2*t,13,6),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;whiteSpace=wrap;html=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+A(e,n)+z(e,n)+B(e);break;case "VSMProductionKanbanBatchBlock":v.style+="strokeColor=none;fillColor=none;";M="shape=card;size=18;flipH=1;part=1;"+q(e,n)+A(e,n)+z(e,n)+B(e);r=new mxCell("", -new mxGeometry(.1*u,0,.9*u,.8*t),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;");r.vertex=!0;v.insert(r);r.style+=M;x=new mxCell("",new mxGeometry(.05*u,.1*t,.9*u,.8*t),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;");x.vertex=!0;v.insert(x);x.style+=M;var G=new mxCell("",new mxGeometry(0,.2*t,.9*u,.8*t),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;whiteSpace=wrap;html=1;spacing=2;");G.vertex=!0;v.insert(G);G.style+=M+ -l(e);G.value=c(e.Text);break;case "AWSRoundedRectangleContainerBlock2":v.style+="strokeColor=none;fillColor=none;";e.Spotfleet?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,35,40),"strokeColor=none;shape=mxgraph.aws3.spot_instance;fillColor=#f58536;"), -x.geometry.relative=!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.Beanstalk?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,30,40),"strokeColor=none;shape=mxgraph.aws3.elastic_beanstalk;fillColor=#759C3E;"), -x.geometry.relative=!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.EC2?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,32,40),"strokeColor=none;shape=mxgraph.aws3.ec2;fillColor=#F58534;"),x.geometry.relative= -!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.Subnet?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,32,40),"strokeColor=none;shape=mxgraph.aws3.permissions;fillColor=#146EB4;"),x.geometry.relative= -!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.VPC?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,60,40),"strokeColor=none;shape=mxgraph.aws3.virtual_private_cloud;fillColor=#146EB4;"),x.geometry.relative= -!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.AWS?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,60,40),"strokeColor=none;shape=mxgraph.aws3.cloud;fillColor=#F58534;"),x.geometry.relative=!0,x.geometry.offset= -new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.Corporate?(r=new mxCell("",new mxGeometry(0,0,u,t-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),r.geometry.offset=new mxPoint(0,20),r.geometry.relative=!0,r.vertex=!0,v.insert(r),r.style+=q(e,n)+l(e.Title)+F(e)+B(e),r.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,25,40),"strokeColor=none;shape=mxgraph.aws3.corporate_data_center;fillColor=#7D7C7C;"),x.geometry.relative=!0,x.geometry.offset= -new mxPoint(30,0),x.vertex=!0,v.insert(x)):(v.style="resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"+q(e,n)+l(e.Title)+F(e)+B(e),v.value=c(e.Title));break;case "AWSElasticComputeCloudBlock2":v.style+="strokeColor=none;shape=mxgraph.aws3.ec2;verticalLabelPosition=bottom;align=center;verticalAlign=top;"+l(e.Title)+A(e,n)+z(e,n)+E(e);v.value=c(e.Title);break;case "AWSRoute53Block2":v.style+="strokeColor=none;shape=mxgraph.aws3.route_53;verticalLabelPosition=bottom;align=center;verticalAlign=top;"+ -l(e.Title)+A(e,n)+z(e,n)+E(e);v.value=c(e.Title);break;case "AWSRDBSBlock2":v.style+="strokeColor=none;shape=mxgraph.aws3.rds;verticalLabelPosition=bottom;align=center;verticalAlign=top;"+l(e.Title)+A(e,n)+z(e,n)+E(e);v.value=c(e.Title);break;case "NET_RingNetwork":v.style+="strokeColor=none;fillColor=none;";var V=new mxCell("",new mxGeometry(.25*u,.25*t,.5*u,.5*t),"html=1;shape=ellipse;perimeter=ellipsePerimeter;strokeColor=#29AAE1;strokeWidth=2;");V.vertex=!0;v.insert(V);var Z=[V];V.style+=A(e, -n);var S=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=none;dashed=0;html=1;strokeColor=#29AAE1;strokeWidth=2;");S.geometry.relative=!0;S.edge=!0;la(.5*u,0,S,L,K,Z,v,V);la(.855*u,.145*t,S,L,K,Z,v,V);la(u,.5*t,S,L,K,Z,v,V);la(.855*u,.855*t,S,L,K,Z,v,V);la(.5*u,t,S,L,K,Z,v,V);la(.145*u,.855*t,S,L,K,Z,v,V);la(0,.5*t,S,L,K,Z,v,V);la(.145*u,.145*t,S,L,K,Z,v,V);break;case "NET_Ethernet":v.style+="strokeColor=none;fillColor=none;";V=new mxCell("",new mxGeometry(0,.5*t-10,u,20), -"shape=mxgraph.networks.bus;gradientColor=none;gradientDirection=north;fontColor=#ffffff;perimeter=backbonePerimeter;backboneSize=20;fillColor=#29AAE1;strokeColor=#29AAE1;");V.vertex=!0;v.insert(V);Z=[V];S=new mxCell("",new mxGeometry(0,0,0,0),"strokeColor=#29AAE1;edgeStyle=none;rounded=0;endArrow=none;html=1;strokeWidth=2;");S.geometry.relative=!0;S.edge=!0;for(var Z=[V],Mb=u/e.NumTopNodes,k=0;k<e.NumTopNodes;k++)la(.5*Mb+k*Mb,0,S,L,K,Z,v,V);Mb=u/e.NumBottomNodes;for(k=0;k<e.NumBottomNodes;k++)la(.5* -Mb+k*Mb,t,S,L,K,Z,v,V);break;case "EE_OpAmp":v.style+="shape=mxgraph.electrical.abstract.operational_amp_1;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+l(e);v.value=c(e.Title);e.ToggleCharge&&(v.style+="flipV=1;");break;case "EIMessageChannelBlock":case "EIDatatypeChannelBlock":case "EIInvalidMessageChannelBlock":case "EIDeadLetterChannelBlock":case "EIGuaranteedDeliveryBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);"EIMessageChannelBlock"== -w.Class?(r=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.messageChannel;fillColor=#818181;part=1;"),r.geometry.offset=new mxPoint(.45*-u,0)):"EIDatatypeChannelBlock"==w.Class?(r=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.dataChannel;fillColor=#818181;part=1;"),r.geometry.offset=new mxPoint(.45*-u,0)):"EIInvalidMessageChannelBlock"==w.Class?(r=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.invalidMessageChannel;fillColor=#818181;part=1;"),r.geometry.offset= -new mxPoint(.45*-u,0)):"EIDeadLetterChannelBlock"==w.Class?(r=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.deadLetterChannel;fillColor=#818181;part=1;"),r.geometry.offset=new mxPoint(.45*-u,0)):"EIGuaranteedDeliveryBlock"==w.Class&&(r=new mxCell("",new mxGeometry(.5,.5,20,27),"shape=cylinder;fillColor=#818181;part=1;"),r.geometry.offset=new mxPoint(-10,-7));r.geometry.relative=!0;r.vertex=!0;v.insert(r);r.style+=q(e,n)+z(e,n)+B(e);S=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;"); -S.geometry.relative=!0;S.edge=!0;ea(.15*u,.25*t,.85*u,.25*t,S,L,K,Z,v,V);break;case "EIChannelAdapterBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(0,.07*t,.21*u,.86*t),"fillColor=#FFFF33;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+z(e,n)+B(e)+F(e);x=new mxCell("",new mxGeometry(.26*u,.09*t,.2*u,.82*t),"shape=mxgraph.eip.channel_adapter;fillColor=#4CA3D9;part=1;");x.vertex=!0;v.insert(x); -x.style+=q(e,n)+z(e,n)+B(e)+F(e);G=new mxCell("",new mxGeometry(1,.5,.35*u,20),"shape=mxgraph.eip.messageChannel;fillColor=#818181;part=1;");G.geometry.relative=!0;G.geometry.offset=new mxPoint(.4*-u,-10);G.vertex=!0;v.insert(G);G.style+=q(e,n)+z(e,n)+B(e)+F(e);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=1;exitY=0.5;entryX=0;entryY=0.5;endArrow=none;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=2;");O.geometry.relative=!0;O.edge=!0;r.insertEdge(O,!0);x.insertEdge(O, -!1);O.style+=q(e,n);L.push(K.addCell(O,null,null,null,null));N=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=1;exitY=0.5;entryX=0;entryY=0.5;endArrow=block;startArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=2;startFill=1;startSize=2;");N.geometry.relative=!0;N.edge=!0;x.insertEdge(N,!0);G.insertEdge(N,!1);L.push(K.addCell(N,null,null,null,null));break;case "EIMessageBlock":case "EICommandMessageBlock":case "EIDocumentMessageBlock":case "EIEventMessageBlock":v.style+= -"strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;"+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(0,0,17,17),"shape=ellipse;fillColor=#808080;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);for(var Nb=e.Messages,cc=(t-17)/Nb,x=[],S=[],k=0;k<Nb;k++){var Ob=cc*(k+1)-3;x[k]=new mxCell("",new mxGeometry(u-20,Ob,20,20),"part=1;");x[k].vertex=!0;v.insert(x[k]);x[k].style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e);switch(w.Class){case "EIMessageBlock":x[k].value=c(e["message_"+ -(k+1)]);x.style+=l(e["message_"+(k+1)]);break;case "EICommandMessageBlock":x[k].value="C";x[k].style+="fontStyle=1;fontSize=11;";break;case "EIDocumentMessageBlock":x[k].value="D";x[k].style+="fontStyle=1;fontSize=11;";break;case "EIEventMessageBlock":x[k].value="E",x[k].style+="fontStyle=1;fontSize=11;"}S[k]=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;");S[k].geometry.relative=!0;S[k].edge=!0;r.insertEdge(S[k],!1); -x[k].insertEdge(S[k],!0);S[k].style+=q(e,n)+B(e);var eb=[];eb.push(new mxPoint(fa+8.5,ja+Ob+10));S[k].geometry.points=eb;L.push(K.addCell(S[k],null,null,null,null))}break;case "EIMessageEndpointBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.45*u,.25*t,.3*u,.5*t),"part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+z(e,n)+B(e);S=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;"); -S.geometry.relative=!0;S.edge=!0;ea(0,.5*t,.4*u,.5*t,S,L,K,Z,v,V);break;case "EIPublishSubscribeChannelBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);var O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");O.geometry.relative=!0;O.edge=!0;ea(.05*u,.5*t,.85*u,.5*t,O,L,K,Z,v,V);var N=new mxCell("",new mxGeometry(0,0,0,0), -"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");N.geometry.relative=!0;N.edge=!0;ea(.05*u,.5*t,.85*u,.15*t,N,L,K,Z,v,V);var W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");W.geometry.relative=!0;W.edge=!0;ea(.05*u,.5*t,.85*u,.85*t,W,L,K,Z,v,V);break;case "EIMessageBusBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ -q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;");O.geometry.relative=!0;O.edge=!0;O.style+=q(e,n);ea(.05*u,.5*t,.95*u,.5*t,O,L,K,Z,v,V);N=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;"); -N.geometry.relative=!0;N.edge=!0;N.style+=q(e,n);ea(.3*u,.1*t,.3*u,.5*t,N,L,K,Z,v,V);W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;");W.geometry.relative=!0;W.edge=!0;W.style+=q(e,n);ea(.7*u,.1*t,.7*u,.5*t,W,L,K,Z,v,V);var ka=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;"); -ka.geometry.relative=!0;ka.edge=!0;ka.style+=q(e,n);ea(.5*u,.5*t,.5*u,.9*t,ka,L,K,Z,v,V);break;case "EIRequestReplyBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.2*u,.21*t,.16*u,.24*t),"part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+z(e,n)+B(e);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;"); -O.geometry.relative=!0;O.edge=!0;ea(.45*u,.33*t,.8*u,.33*t,O,L,K,Z,v,V);x=new mxCell("",new mxGeometry(.64*u,.55*t,.16*u,.24*t),"part=1;");x.vertex=!0;v.insert(x);x.style+=q(e,n)+z(e,n)+B(e);N=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");N.geometry.relative=!0;N.edge=!0;ea(.55*u,.67*t,.2*u,.67*t,N,L,K,Z,v,V);break;case "EIReturnAddressBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ -q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.1*u,.15*t,.8*u,.7*t),"part=1;shape=mxgraph.eip.retAddr;fillColor=#FFE040;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+z(e,n)+B(e);break;case "EICorrelationIDBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.04*u,.06*t,.18*u,.28*t),"shape=ellipse;fillColor=#808080;part=1;");r.vertex=!0;v.insert(r);r.style+= -q(e,n)+B(e);x=new mxCell("",new mxGeometry(.2*u,.56*t,.2*u,.32*t),"part=1;");x.vertex=!0;v.insert(x);x.style+=q(e,n)+z(e,n)+B(e)+F(e);x.value="A";x.style+="fontStyle=1;fontSize=11;";O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;part=1;");O.geometry.relative=!0;O.edge=!0;r.insertEdge(O,!1);x.insertEdge(O,!0);O.style+=q(e,n)+B(e);eb=[];eb.push(new mxPoint(fa+.13*u,ja+.72*t));O.geometry.points=eb;L.push(K.addCell(O,null, -null,null,null));G=new mxCell("",new mxGeometry(.6*u,.06*t,.18*u,.28*t),"shape=ellipse;fillColor=#808080;part=1;");G.vertex=!0;v.insert(G);G.style+=q(e,n)+B(e);Q=new mxCell("",new mxGeometry(.76*u,.56*t,.2*u,.32*t),"part=1;");Q.vertex=!0;v.insert(Q);Q.style+=q(e,n)+z(e,n)+B(e)+F(e);Q.value="B";Q.style+="fontStyle=1;fontSize=11;";N=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;part=1;");N.geometry.relative=!0;N.edge=!0; -G.insertEdge(N,!1);Q.insertEdge(N,!0);N.style+=q(e,n)+B(e);var nc=[];nc.push(new mxPoint(fa+.69*u,ja+.72*t));N.geometry.points=nc;L.push(K.addCell(N,null,null,null,null));W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;endSize=6;part=1;");W.geometry.relative=!0;W.edge=!0;r.insertEdge(W,!1);G.insertEdge(W,!0);W.style+=q(e,n)+B(e);L.push(K.addCell(W,null,null,null,null));break;case "EIMessageSequenceBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ -q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("1",new mxGeometry(.2*u,.4*t,.1*u,.19*t),"fontStyle=1;fontSize=11;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);x=new mxCell("2",new mxGeometry(.45*u,.4*t,.1*u,.19*t),"fontStyle=1;fontSize=11;part=1;");x.vertex=!0;v.insert(x);x.style+=q(e,n)+B(e);G=new mxCell("3",new mxGeometry(.7*u,.4*t,.1*u,.19*t),"fontStyle=1;fontSize=11;part=1;");G.vertex=!0;v.insert(G);G.style+=q(e,n)+B(e);O=new mxCell("",new mxGeometry(0,0,0,0), -"curved=1;endArrow=block;html=1;endSize=3;part=1;");r.insertEdge(O,!1);x.insertEdge(O,!0);O.geometry.points=[new mxPoint(fa+.375*u,ja+.15*t)];O.geometry.relative=!0;O.edge=!0;O.style+=q(e,n)+B(e);L.push(K.addCell(O,null,null,null,null));N=new mxCell("",new mxGeometry(0,0,0,0),"curved=1;endArrow=block;html=1;endSize=3;part=1;");x.insertEdge(N,!1);G.insertEdge(N,!0);N.geometry.points=[new mxPoint(fa+.675*u,ja+.15*t)];N.geometry.relative=!0;N.edge=!0;N.style+=q(e,n)+B(e);L.push(K.addCell(N,null,null, -null,null));break;case "EIMessageExpirationBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.3*u,.2*t,.4*u,.6*t),"shape=mxgraph.ios7.icons.clock;flipH=1;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);break;case "EIMessageBrokerBlock":v.style+="strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;"+h(e)+f(e)+b(e)+a(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.38* -u,.42*t,.24*u,.16*t),"part=1;fillColor=#aefe7d;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);x=new mxCell("",new mxGeometry(.38*u,0,.24*u,.16*t),"part=1;");x.vertex=!0;v.insert(x);x.style+=A(e,n)+q(e,n)+B(e);G=new mxCell("",new mxGeometry(.76*u,.23*t,.24*u,.16*t),"part=1;");G.vertex=!0;v.insert(G);G.style=x.style;var Q=new mxCell("",new mxGeometry(.76*u,.61*t,.24*u,.16*t),"part=1;");Q.vertex=!0;v.insert(Q);Q.style=x.style;var Xb=new mxCell("",new mxGeometry(.38*u,.84*t,.24*u,.16*t),"part=1;");Xb.vertex= -!0;v.insert(Xb);Xb.style=x.style;var Yb=new mxCell("",new mxGeometry(0,.61*t,.24*u,.16*t),"part=1;");Yb.vertex=!0;v.insert(Yb);Yb.style=x.style;var Zb=new mxCell("",new mxGeometry(0,.23*t,.24*u,.16*t),"part=1;");Zb.vertex=!0;v.insert(Zb);Zb.style=x.style;O=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");r.insertEdge(O,!1);x.insertEdge(O,!0);O.edge=!0;O.style+=q(e,n)+B(e);L.push(K.addCell(O,null,null,null,null));N=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");r.insertEdge(N, -!1);G.insertEdge(N,!0);N.edge=!0;N.style+=q(e,n)+B(e);L.push(K.addCell(N,null,null,null,null));W=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");r.insertEdge(W,!1);Q.insertEdge(W,!0);W.edge=!0;W.style+=q(e,n)+B(e);L.push(K.addCell(W,null,null,null,null));ka=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");r.insertEdge(ka,!1);Xb.insertEdge(ka,!0);ka.edge=!0;ka.style+=q(e,n)+B(e);L.push(K.addCell(ka,null,null,null,null));var tb=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;"); -r.insertEdge(tb,!1);Yb.insertEdge(tb,!0);tb.edge=!0;tb.style+=q(e,n)+B(e);L.push(K.addCell(tb,null,null,null,null));var ub=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");r.insertEdge(ub,!1);Zb.insertEdge(ub,!0);ub.edge=!0;ub.style+=q(e,n)+B(e);L.push(K.addCell(ub,null,null,null,null));break;case "EIDurableSubscriberBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;endFill=1;endSize=6;"); -O.geometry.relative=!0;O.edge=!0;ea(.05*u,.5*t,.6*u,.25*t,O,L,K,Z,v,V);N=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;endFill=1;endSize=6;");N.geometry.relative=!0;N.edge=!0;ea(.05*u,.5*t,.6*u,.75*t,N,L,K,Z,v,V);r=new mxCell("",new mxGeometry(.7*u,.1*t,.15*u,.32*t),"shape=mxgraph.eip.durable_subscriber;part=1;fillColor=#818181;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);break;case "EIControlBusBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ -q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.25*u,.25*t,.5*u,.5*t),"shape=mxgraph.eip.control_bus;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);break;case "EIMessageHistoryBlock":v.style+="strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;"+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(0,0,17,17),"shape=ellipse;fillColor=#808080;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);G=new mxCell("",new mxGeometry(u- -45,30,30,20),"shape=mxgraph.mockup.misc.mail2;fillColor=#FFE040;part=1;");G.vertex=!0;v.insert(G);G.style+=q(e,n)+B(e);W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;");W.geometry.relative=!0;W.edge=!0;r.insertEdge(W,!1);G.insertEdge(W,!0);W.style+=q(e,n)+B(e);W.geometry.points=[new mxPoint(fa+8.5,ja+40)];L.push(K.addCell(W,null,null,null,null));Q=new mxCell("",new mxGeometry(u-45,t-20,20,20),"part=1;");Q.vertex=!0; -v.insert(Q);Q.value=c(e.message_0);Q.style+=l(e.message_0);Q.style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e);ka=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;");ka.geometry.relative=!0;ka.edge=!0;r.insertEdge(ka,!1);Q.insertEdge(ka,!0);ka.style+=q(e,n)+B(e);ka.geometry.points=[new mxPoint(fa+8.5,ja+t-10)];L.push(K.addCell(ka,null,null,null,null));Nb=e.HistoryMessages;cc=(t-75)/Nb;x=[];S=[];for(k=0;k<Nb;k++)Ob=cc*(k+1)+30, -x[k]=new mxCell("",new mxGeometry(u-20,Ob,20,20),"part=1;"),x[k].vertex=!0,x[k].value=c(e["message_"+(k+1)]),x.style+=l(e["message_"+(k+1)]),v.insert(x[k]),x[k].style+=q(e,n)+A(e,n)+z(e,n)+E(e)+B(e)+F(e),S[k]=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;"),S[k].geometry.relative=!0,S[k].edge=!0,G.insertEdge(S[k],!1),x[k].insertEdge(S[k],!0),S[k].style+=q(e,n)+B(e),eb=[],eb.push(new mxPoint(fa+u-30,ja+Ob+10)),S[k].geometry.points= -eb,L.push(K.addCell(S[k],null,null,null,null));break;case "fpDoor":v.style+="shape=mxgraph.floorplan.doorRight;"+q(e,n)+z(e,n)+E(e)+B(e)+P(e,n,v);F(e);0>e.DoorAngle&&(v.style+="flipV=1;");break;case "fpDoubleDoor":v.style+="shape=mxgraph.floorplan.doorDouble;"+q(e,n)+z(e,n)+E(e)+B(e)+P(e,n,v)+F(e);0<e.DoorAngle&&(v.style+="flipV=1;");break;case "fpRestroomLights":v.style+="strokeColor=none;fillColor=none;"+P(e,n,v);r=new mxCell("",new mxGeometry(0,0,u,.25*t),"part=1;");r.vertex=!0;v.insert(r);r.style+= -q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e);for(var x=[],oc=.02*u,dc=(u-2*oc)/e.LightCount,pc=.8*dc,k=0;k<e.LightCount;k++)x[k]=new mxCell("",new mxGeometry(oc+dc*k+(dc-pc)/2,.25*t,pc,.75*t),"part=1;shape=ellipse;"),x[k].vertex=!0,v.insert(x[k]),x[k].style+=q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e);break;case "fpRestroomSinks":v.style+="strokeColor=none;fillColor=none;"+P(e,n,v);for(var r=[],qc=u/e.SinkCount,k=0;k<e.SinkCount;k++)r[k]=new mxCell("",new mxGeometry(qc*k,0,qc,t),"part=1;shape=mxgraph.floorplan.sink_2;"), -r[k].vertex=!0,v.insert(r[k]),r[k].style+=q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e);break;case "fpRestroomStalls":v.style+="strokeColor=none;fillColor=none;";var xa=.1*u/e.StallCount,r=new mxCell("",new mxGeometry(0,0,xa,t),"fillColor=#000000;part=1;");r.vertex=!0;v.insert(r);r.style+=q(e,n)+B(e);for(var Fa=(u-xa)/e.StallCount,ec=[],Pb=[],Qb=[],Rb=[],H=q(e,n),H=""==H?"#000000;":H.replace("stokreColor=",""),rc="part=1;fillColor="+H+q(e,n)+B(e),fc=A(e,n)+q(e,n)+B(e),k=0;k<e.StallCount;k++)ec[k]=new mxCell("", -new mxGeometry((k+1)*Fa,0,xa,t),rc),ec[k].vertex=!0,v.insert(ec[k]),Qb[k]=new mxCell("",new mxGeometry(xa+k*Fa+.05*(Fa-xa),t-.92*(Fa-xa),.9*(Fa-xa),.92*(Fa-xa)),"shape=mxgraph.floorplan.doorRight;flipV=1;part=1;"),Qb[k].vertex=!0,v.insert(Qb[k]),Qb[k].style+=fc,Pb[k]=new mxCell("",new mxGeometry(xa+k*Fa+.2*(Fa-xa),0,.6*(Fa-xa),.8*(Fa-xa)),"shape=mxgraph.floorplan.toilet;part=1;"),Pb[k].vertex=!0,v.insert(Pb[k]),Pb[k].style+=fc,Rb[k]=new mxCell("",new mxGeometry(xa+k*Fa,.42*t,.15*(Fa-xa),.12*(Fa-xa)), -"part=1;"),Rb[k].vertex=!0,v.insert(Rb[k]),Rb[k].style+=fc;break;case "PEOneToMany":v.style+="strokeColor=none;fillColor=none;";var $b="edgeStyle=none;endArrow=none;part=1;"+q(e,n)+B(e)+z(e,n)+E(e)+F(e),H=q(e,n),H=""==H?"#000000;":H.replace("stokreColor=",""),gc="shape=triangle;part=1;fillColor="+H+q(e,n)+B(e)+z(e,n)+E(e)+F(e),O=new mxCell("",new mxGeometry(0,0,0,0),$b);O.geometry.relative=!0;O.edge=!0;ea(0,.5*t,.65*u,.5*t,O,L,K,Z,v,V);for(var J=t/e.numLines,N=[],ib=[],k=0;k<e.numLines;k++)N[k]=new mxCell("", -new mxGeometry(0,0,0,0),$b),N[k].geometry.relative=!0,N[k].edge=!0,ea(.65*u,.5*t,.96*u,(k+.5)*J,N[k],L,K,Z,v,V),ib[k]=new mxCell("",new mxGeometry(.95*u,(k+.2)*J,.05*u,.6*J),gc),ib[k].vertex=!0,v.insert(ib[k]);break;case "PEMultilines":v.style+="strokeColor=none;fillColor=none;";$b="edgeStyle=none;endArrow=none;part=1;"+q(e,n)+B(e)+z(e,n)+E(e)+F(e);H=q(e,n);H=""==H?"#000000;":H.replace("stokreColor=","");gc="shape=triangle;part=1;fillColor="+H+q(e,n)+B(e)+z(e,n)+E(e)+F(e);J=t/e.numLines;N=[];ib=[]; -for(k=0;k<e.numLines;k++)N[k]=new mxCell("",new mxGeometry(0,0,0,0),$b),N[k].geometry.relative=!0,N[k].edge=!0,ea(0,(k+.5)*J,.96*u,(k+.5)*J,N[k],L,K,Z,v,V),ib[k]=new mxCell("",new mxGeometry(.95*u,(k+.2)*J,.05*u,.6*J),gc),ib[k].vertex=!0,v.insert(ib[k]);break;case "PEVesselBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e)+l(e);v.value=c(e.Text);switch(e.vesselType){case 1:v.style+="shape=mxgraph.pid.vessels.pressurized_vessel;";break;case 2:v.style+= -"shape=hexagon;perimeter=hexagonPerimeter2;size=0.10;direction=south;"}break;case "PEClosedTankBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e)+l(e);v.value=c(e.Text);1==e.peakedRoof&&0==e.stumpType?v.style+="shape=mxgraph.pid.vessels.tank_(conical_roof);":1==e.stumpType&&(v.style+="shape=mxgraph.pid.vessels.tank_(boot);");break;case "PEColumnBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e)+l(e); -v.value=c(e.Text);v.style=0==e.columnType?v.style+"shape=mxgraph.pid.vessels.pressurized_vessel;":v.style+"shape=mxgraph.pid.vessels.tank;";break;case "PECompressorTurbineBlock":v.style+="strokeColor=none;fillColor=none;"+P(e,n,v)+l(e);v.value=c(e.Text);M=q(e,n)+A(e,n)+B(e)+z(e,n)+E(e)+F(e);r=new mxCell("",new mxGeometry(0,.2*t,u,.6*t),"part=1;shape=trapezoid;perimeter=trapezoidPerimeter;direction=south;");r.vertex=!0;v.insert(r);r.style+=M;M+="endSize=4;endArrow=block;endFill=1;";0==e.compressorType? -(O=new mxCell("",new mxGeometry(0,0,0,0),""),O.geometry.relative=!0,O.edge=!0,O.style+=M,ea(0,0,0,.2*t,O,L,K,Z,v,V),N=new mxCell("",new mxGeometry(0,0,0,0),""),N.geometry.relative=!0,N.edge=!0,N.style+=M,ea(u,.67*t,u,t,N,L,K,Z,v,V)):(r.style+="flipH=1;",O=new mxCell("",new mxGeometry(0,0,0,0),""),O.geometry.relative=!0,O.edge=!0,O.style+=M,ea(0,0,0,.33*t,O,L,K,Z,v,V),N=new mxCell("",new mxGeometry(0,0,0,0),""),N.geometry.relative=!0,N.edge=!0,N.style+=M,ea(u,.8*t,u,t,N,L,K,Z,v,V));1==e.centerLineType&& -(W=new mxCell("",new mxGeometry(0,0,0,0),""),W.geometry.relative=!0,W.edge=!0,W.style+=M,ea(.2*u,.5*t,.8*u,.5*t,W,L,K,Z,v,V));break;case "PEMotorDrivenTurbineBlock":M=q(e,n)+A(e,n)+B(e)+z(e,n)+F(e);v.style+="shape=ellipse;"+E(e)+P(e,n,v)+l(e);v.value=c(e.Text);r=new mxCell("",new mxGeometry(.2*u,.2*t,.6*u,.6*t),"part=1;shape=trapezoid;perimeter=trapezoidPerimeter;direction=south;");r.vertex=!0;v.insert(r);r.style+=M;break;case "PEIndicatorBlock":case "PEIndicator2Block":case "PESharedIndicatorBlock":case "PEComputerIndicatorBlock":case "PESharedIndicator2Block":case "PEProgrammableIndicatorBlock":M= -z(e,n);v.style+=M+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v);switch(w.Class){case "PEIndicatorBlock":v.style+="shape=mxgraph.pid2inst.discInst;";break;case "PEIndicator2Block":v.style+="shape=mxgraph.pid2inst.indicator;indType=inst;";break;case "PESharedIndicatorBlock":v.style+="shape=mxgraph.pid2inst.sharedCont;";break;case "PEComputerIndicatorBlock":v.style+="shape=mxgraph.pid2inst.compFunc;";break;case "PESharedIndicator2Block":v.style+="shape=mxgraph.pid2inst.indicator;indType=ctrl;";break;case "PEProgrammableIndicatorBlock":v.style+= -"shape=mxgraph.pid2inst.progLogCont;"}"PEIndicator2Block"==w.Class||"PESharedIndicator2Block"==w.Class?(r=new mxCell("",new mxGeometry(0,0,u,.5*u),"part=1;strokeColor=none;fillColor=none;"),r.vertex=!0,v.insert(r),r.style+=M+l(e.TopText),r.value=c(e.TopText),x=new mxCell("",new mxGeometry(0,.5*u,u,.5*u),"part=1;strokeColor=none;fillColor=none;")):(r=new mxCell("",new mxGeometry(0,0,u,.5*t),"part=1;strokeColor=none;fillColor=none;"),r.vertex=!0,v.insert(r),r.style+=M+l(e.TopText),r.value=c(e.TopText), -x=new mxCell("",new mxGeometry(0,.5*t,u,.5*t),"part=1;strokeColor=none;fillColor=none;"));x.vertex=!0;v.insert(x);x.style+=M;l(e.BotText);x.value=c(e.BotText);switch(e.instrumentLocation){case 0:v.style+="mounting=field;";break;case 1:v.style+="mounting=inaccessible;";break;case 2:v.style+="mounting=room;";break;case 3:v.style+="mounting=local;"}break;case "PEGateValveBlock":case "PEGlobeValveBlock":case "PEAngleValveBlock":case "PEAngleGlobeValveBlock":case "PEPoweredValveBlock":var hc=!1;"PEPoweredValveBlock"== -w.Class?1!=e.poweredHandOperated&&(hc=!0):1!=e.handOperated&&(hc=!0);if(hc){var e=m(w).Properties,X=e.BoundingBox,sc=X.h;X.h="PEAngleValveBlock"==w.Class||"PEAngleGlobeValveBlock"==w.Class?.7*X.h:.6*X.h;v=new mxCell("",new mxGeometry(Math.round(.6*X.x+0),Math.round(.6*(X.y+sc-X.h)+0),Math.round(.6*X.w),Math.round(.6*X.h)),"");v.vertex=!0;Y(v,w)}if("PEPoweredValveBlock"==w.Class)v.style+="shape=mxgraph.pid2valves.valve;verticalLabelPosition=bottom;verticalAlign=top;"+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+ -E(e)+P(e,n,v),1==e.poweredHandOperated?(v.style+="valveType=gate;actuator=powered;",r=new mxCell("",new mxGeometry(.325*u,0,.35*u,.35*t),"part=1;strokeColor=none;fillColor=none;spacingTop=2;"),r.vertex=!0,v.insert(r),r.style+=M+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+"fontSize=6;"+f(e.PoweredText)+b(e.PoweredText)+a(e.PoweredText)+d(e.PoweredText)+g(e.PoweredText)+D(e.PoweredText)+C(e.PoweredText)+y(e.PoweredText),r.value=c(e.PoweredText)):v.style+="valveType=gate;";else{v.style+="verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.pid2valves.valve;"+ -z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v)+h(e)+f(e)+b(e)+a(e);v.value=c(e.Text);switch(w.Class){case "PEGateValveBlock":v.style+="valveType=gate;";break;case "PEGlobeValveBlock":v.style+="valveType=globe;";break;case "PEAngleValveBlock":v.style+="valveType=angle;";break;case "PEAngleGlobeValveBlock":v.style+="valveType=angleGlobe;flipH=1;"}1==e.handOperated&&(v.style+="actuator=man;")}break;case "UI2BrowserBlock":v.style+="shape=mxgraph.mockup.containers.browserWindow;mainText=;"+z(e,n)+q(e,n)+ -A(e,n)+B(e)+F(e)+E(e)+P(e,n,v);1==e.vScroll&&(G=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-130),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,t-110),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),G.geometry.relative=!0,G.geometry.offset=new mxPoint(-20,110),G.vertex=!0,v.insert(G),v.style+="spacingRight=20;");1==e.hScroll&&(Q=1==e.vScroll?new mxCell("",new mxGeometry(0, -1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),Q.geometry.relative=!0,Q.geometry.offset=new mxPoint(0,-20),Q.vertex=!0,v.insert(Q));break;case "UI2WindowBlock":v.style+="shape=mxgraph.mockup.containers.window;mainText=;align=center;verticalAlign=top;spacing=5;"+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v)+h(e.Title)+f(e.Title)+b(e.Title);v.value= -c(e.Title);1==e.vScroll&&(G=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-50),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,t-30),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),G.geometry.relative=!0,G.geometry.offset=new mxPoint(-20,30),G.vertex=!0,v.insert(G),v.style+="spacingRight=20;");1==e.hScroll&&(Q=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"): -new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),Q.geometry.relative=!0,Q.geometry.offset=new mxPoint(0,-20),Q.vertex=!0,v.insert(Q));break;case "UI2DialogBlock":v.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v)+l(e.Text);v.value=c(e.Text);r=new mxCell("",new mxGeometry(0,0,u,30),"part=1;resizeHeight=0;");r.vertex=!0;v.insert(r);r.style+=M+l(e.Title);r.value=c(e.Title);x=new mxCell("",new mxGeometry(1,.5,20,20),"part=1;shape=ellipse;strokeColor=#008cff;resizable=0;fillColor=none;html=1;"); -x.geometry.relative=!0;x.geometry.offset=new mxPoint(-25,-10);x.vertex=!0;r.insert(x);1==e.vScroll&&(G=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-50),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,t-30),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),G.geometry.relative=!0,G.geometry.offset=new mxPoint(-20,30),G.vertex=!0,v.insert(G),v.style+="spacingRight=20;"); -1==e.hScroll&&(Q=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),Q.geometry.relative=!0,Q.geometry.offset=new mxPoint(0,-20),Q.vertex=!0,v.insert(Q));break;case "UI2AccordionBlock":v.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v);r=[];J=25;for(k=0;k<=e.Panels-1;k++)r[k]=k<e.Selected-1?new mxCell("", -new mxGeometry(0,k*J,u,J),"part=1;fillColor=#000000;fillOpacity=25;"):k==e.Selected-1?new mxCell("",new mxGeometry(0,k*J,u,J),"part=1;fillColor=none;"):new mxCell("",new mxGeometry(0,t-(e.Panels-e.Selected)*J+(k-e.Selected)*J,u,J),"part=1;fillColor=#000000;fillOpacity=25;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=l(e["Panel_"+(k+1)]),r[k].value=c(e["Panel_"+(k+1)]),0>r[k].style.indexOf(";align=")&&(r[k].style+="align=left;spacingLeft=5;");var da=q(e,n),da=da.replace("strokeColor","fillColor2"); -""==da&&(da="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-e.Selected*J-20-(e.Panels-e.Selected)*J),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,t-e.Selected*J-(e.Panels-e.Selected)*J),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,e.Selected*J),x.vertex=!0,v.insert(x), -v.style+="spacingRight=20;",x.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));1==e.hScroll&&(G=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),G.geometry.relative=!0,G.geometry.offset=new mxPoint(0,-20-(e.Panels-e.Selected)*J),G.vertex=!0,v.insert(G),G.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));Q=1==e.vScroll? -new mxCell("",new mxGeometry(0,e.Selected*J,u-20,t-e.Selected*J-20-(e.Panels-e.Selected)*J),"part=1;fillColor=none;strokeColor=none;"):new mxCell("",new mxGeometry(0,e.Selected*J,u-20,t-e.Selected*J-(e.Panels-e.Selected)*J),"part=1;fillColor=none;strokeColor=none;");Q.vertex=!0;v.insert(Q);Q.style+=l(e.Content_1);0>Q.style.indexOf(";align=")&&(Q.style+="align=left;spacingLeft=5;");Q.value=c(e.Content_1);break;case "UI2TabBarContainerBlock":v.style+="strokeColor=none;fillColor=none;";var r=[],x=[], -J=25,Ba=3,T=(u+Ba)/(e.Tabs+1),Ca=new mxCell("",new mxGeometry(0,J,u,t-J),"part=1;");Ca.vertex=!0;v.insert(Ca);Ca.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v);for(k=0;k<=e.Tabs-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(10+k*T,0,T-Ba,J),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Tab_"+(k+1)])):(r[k]=new mxCell("",new mxGeometry(10+k*T,0,T-Ba,J),"strokeColor=none;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+A(e,n)+E(e),x[k]=new mxCell("", -new mxGeometry(0,0,T-Ba,J),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=q(e,n)+B(e)+F(e)+l(e["Tab_"+(k+1)])),x[k].value=c(e["Tab_"+(k+1)]),0>x[k].style.indexOf(";align=")&&(x[k].style+="align=left;spacingLeft=2;");da=q(e,n);da=da.replace("strokeColor","fillColor2");""==da&&(da="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-20-J),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"): -new mxCell("",new mxGeometry(1,0,20,t-J),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,J),x.vertex=!0,v.insert(x),v.style+="spacingRight=20;",x.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));1==e.hScroll&&(G=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"), -G.geometry.relative=!0,G.geometry.offset=new mxPoint(0,-20),G.vertex=!0,v.insert(G),G.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));break;case "UI2TabBar2ContainerBlock":v.style+="strokeColor=none;fillColor=none;";r=[];x=[];J=25;Ba=3;T=(u+Ba)/e.Tabs;Ca=new mxCell("",new mxGeometry(0,J,u,t-J),"part=1;");Ca.vertex=!0;v.insert(Ca);Ca.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v);for(k=0;k<=e.Tabs-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(k*T,0,T-Ba,J),""),x[k].vertex=!0,v.insert(x[k]), -x[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Tab_"+(k+1)])):(r[k]=new mxCell("",new mxGeometry(k*T,0,T-Ba,J),"strokeColor=none;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+A(e,n)+E(e),x[k]=new mxCell("",new mxGeometry(0,0,T-Ba,J),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=q(e,n)+B(e)+F(e)+l(e["Tab_"+(k+1)])),x[k].value=c(e["Tab_"+(k+1)]),0>x[k].style.indexOf(";align=")&&(x[k].style+="align=left;spacingLeft=2;");da=q(e,n);da=da.replace("strokeColor", -"fillColor2");""==da&&(da="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-20-J),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,t-J),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,J),x.vertex=!0,v.insert(x),v.style+="spacingRight=20;",x.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+ -F(e));1==e.hScroll&&(G=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),G.geometry.relative=!0,G.geometry.offset=new mxPoint(0,-20),G.vertex=!0,v.insert(G),G.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));break;case "UI2VTabBarContainerBlock":v.style+="strokeColor=none;fillColor=none;";r=[];x=[];Ba=3;J=25+Ba; -T=80;bb=10;Ca=new mxCell("",new mxGeometry(T,0,u-T,t),"part=1;");Ca.vertex=!0;v.insert(Ca);Ca.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v);for(k=0;k<=e.Tabs-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(0,bb+k*J,T,J-Ba),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Tab_"+(k+1)])):(r[k]=new mxCell("",new mxGeometry(0,bb+k*J,T,J-Ba),"strokeColor=none;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+A(e,n)+E(e),x[k]=new mxCell("",new mxGeometry(0, -0,T,J-Ba),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=q(e,n)+B(e)+F(e)+l(e["Tab_"+(k+1)])),x[k].value=c(e["Tab_"+(k+1)]),0>x[k].style.indexOf(";align=")&&(x[k].style+="align=left;spacingLeft=2;");da=q(e,n);da=da.replace("strokeColor","fillColor2");""==da&&(da="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,t-20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("", -new mxGeometry(1,0,20,t),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,0),x.vertex=!0,v.insert(x),v.style+="spacingRight=20;",x.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));1==e.hScroll&&(G=1==e.vScroll?new mxCell("",new mxGeometry(T,1,u-20-T,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(T,1,u-T,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"), -G.geometry.relative=!0,G.geometry.offset=new mxPoint(0,-20),G.vertex=!0,v.insert(G),G.style+=da+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e));break;case "UI2CheckBoxBlock":v.style+="strokeColor=none;fillColor=none;";J=t/e.Options;r=[];x=[];for(k=0;k<e.Options;k++)r[k]=new mxCell("",new mxGeometry(0,k*J+.5*J-5,10,10),"labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Option_"+ -(k+1)]),null!=e.Selected[k+1]&&1==e.Selected[k+1]&&(H=q(e,n),H=H.replace("strokeColor","fillColor"),""==H&&(H="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2,2,6,6),"shape=mxgraph.mscae.general.checkmark;part=1;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=H+z(e,n)+q(e,n)+B(e)+F(e)),r[k].value=c(e["Option_"+(k+1)]);break;case "UI2HorizontalCheckBoxBlock":v.style+="strokeColor=none;fillColor=none;";T=u/e.Options;r=[];x=[];for(k=0;k<e.Options;k++)r[k]=new mxCell("",new mxGeometry(k*T,.5* -t-5,10,10),"labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Option_"+(k+1)]),null!=e.Selected[k+1]&&1==e.Selected[k+1]&&(H=q(e,n),H=H.replace("strokeColor","fillColor"),""==H&&(H="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2,2,6,6),"shape=mxgraph.mscae.general.checkmark;part=1;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=H+z(e,n)+q(e,n)+B(e)+F(e)), -r[k].value=c(e["Option_"+(k+1)]);break;case "UI2RadioBlock":v.style+="strokeColor=none;fillColor=none;";J=t/e.Options;r=[];x=[];for(k=0;k<e.Options;k++)r[k]=new mxCell("",new mxGeometry(0,k*J+.5*J-5,10,10),"shape=ellipse;labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Option_"+(k+1)]),null!=e.Selected&&e.Selected==k+1&&(H=q(e,n),H=H.replace("strokeColor","fillColor"), -""==H&&(H="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2.5,2.5,5,5),"shape=ellipse;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=H+z(e,n)+q(e,n)+B(e)+F(e)),r[k].value=c(e["Option_"+(k+1)]);break;case "UI2HorizontalRadioBlock":v.style+="strokeColor=none;fillColor=none;";T=u/e.Options;r=[];x=[];for(k=0;k<e.Options;k++)r[k]=new mxCell("",new mxGeometry(k*T,.5*t-5,10,10),"shape=ellipse;labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"), -r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Option_"+(k+1)]),null!=e.Selected&&e.Selected==k+1&&(H=q(e,n),H=H.replace("strokeColor","fillColor"),""==H&&(H="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2,2,6,6),"shape=ellipse;part=1;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=H+z(e,n)+q(e,n)+B(e)+F(e)),r[k].value=c(e["Option_"+(k+1)]);break;case "UI2HSliderBlock":case "UI2VSliderBlock":v.style+="shape=mxgraph.mockup.forms.horSlider;sliderStyle=basic;handleStyle=handle;"+ -z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e);"UI2VSliderBlock"==w.Class&&(v.style+="direction=south;");v.style+="sliderPos="+100*e.ScrollVal+";";break;case "UI2DatePickerBlock":v.style+="strokeColor=none;fillColor=none;";r=new mxCell("",new mxGeometry(0,0,.6*u,t),"part=1;");r.vertex=!0;v.insert(r);r.style+=z(e,n)+q(e,n)+B(e)+F(e)+E(e)+l(e.Date);r.value=c(e.Date);H=q(e,n);H=H.replace("strokeColor","fillColor");""==H&&(H="fillColor=#000000;");x=new mxCell("",new mxGeometry(.75*u,0,.25*u,t),"part=1;shape=mxgraph.gmdl.calendar;"); -x.vertex=!0;v.insert(x);x.style+=H+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e);break;case "UI2SearchBlock":v.style+="shape=mxgraph.mockup.forms.searchBox;mainText=;flipH=1;align=left;spacingLeft=26;"+z(e,n)+q(e,n)+B(e)+F(e)+E(e)+h(e.Search)+f(e.Search)+b(e.Search);v.value=c(e.Search);break;case "UI2NumericStepperBlock":H=q(e,n);H=H.replace("strokeColor","fillColor");""==H&&(H="fillColor=#000000;");v.style+="shape=mxgraph.mockup.forms.spinner;spinLayout=right;spinStyle=normal;adjStyle=triangle;mainText=;align=left;spacingLeft=8;"+ -H+z(e,n)+q(e,n)+B(e)+F(e)+E(e)+h(e.Number)+f(e.Number)+b(e.Number);v.value=c(e.Number);break;case "UI2ButtonBarBlock":v.style+=z(e,n)+q(e,n)+B(e)+F(e)+E(e);r=[];x=[];T=u/e.Buttons;for(k=0;k<=e.Buttons-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(k*T,0,T,t),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Button_"+(k+1)])):(r[k]=new mxCell("",new mxGeometry(k*T,0,T,t),"strokeColor=none;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+A(e,n)+E(e), -x[k]=new mxCell("",new mxGeometry(0,0,T,t),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=q(e,n)+B(e)+F(e)+l(e["Button_"+(k+1)])),x[k].value=c(e["Button_"+(k+1)]);break;case "UI2VerticalButtonBarBlock":v.style+=z(e,n)+q(e,n)+B(e)+F(e)+E(e);r=[];x=[];J=t/e.Buttons;for(k=0;k<=e.Buttons-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(0,k*J,u,J),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+l(e["Button_"+(k+1)])):(r[k]=new mxCell("", -new mxGeometry(0,k*J,u,J),"strokeColor=none;"),r[k].vertex=!0,v.insert(r[k]),r[k].style+=z(e,n)+A(e,n)+E(e),x[k]=new mxCell("",new mxGeometry(0,0,u,J),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,r[k].insert(x[k]),x[k].style+=q(e,n)+B(e)+F(e)+l(e["Button_"+(k+1)])),x[k].value=c(e["Button_"+(k+1)]);break;case "UI2LinkBarBlock":v.style+="strokeColor=none;fillColor=none;"+z(e,n)+q(e,n)+B(e)+F(e)+E(e);r=[];x=[];T=u/e.Links;for(k=0;k<e.Links;k++)0!=k?(x[k]=new mxCell("",new mxGeometry(k*T,0,T,t), -"shape=partialRectangle;top=0;bottom=0;right=0;fillColor=none;"),x[k].style+=z(e,n)+E(e)+q(e,n)+B(e)+F(e)):x[k]=new mxCell("",new mxGeometry(k*T,0,T,t),"fillColor=none;strokeColor=none;"),x[k].vertex=!0,v.insert(x[k]),x[k].style+=l(e["Link_"+(k+1)]),x[k].value=c(e["Link_"+(k+1)]);break;case "UI2BreadCrumbsBlock":v.style+="strokeColor=none;fillColor=none;"+z(e,n)+q(e,n)+B(e)+F(e)+E(e);r=[];x=[];T=u/e.Links;for(k=0;k<e.Links;k++)r[k]=new mxCell("",new mxGeometry(k*T,0,T,t),"fillColor=none;strokeColor=none;"), -r[k].vertex=!0,v.insert(r[k]),r[k].style+=l(e["Link_"+(k+1)]),r[k].value=c(e["Link_"+(k+1)]);for(k=1;k<e.Links;k++)x[k]=new mxCell("",new mxGeometry(k/e.Links,.5,6,10),"shape=mxgraph.ios7.misc.right;"),x[k].geometry.relative=!0,x[k].geometry.offset=new mxPoint(-3,-5),x[k].vertex=!0,v.insert(x[k]);break;case "UI2MenuBarBlock":v.style+="strokeColor=none;"+z(e,n)+A(e,n)+E(e);r=[];T=u/(e.Buttons+1);for(k=0;k<=e.Buttons-1;k++)r[k]=k!=e.Selected-1?new mxCell("",new mxGeometry(0,0,T,t),"strokeColor=none;fillColor=none;resizeHeight=1;"): -new mxCell("",new mxGeometry(0,0,T,t),"fillColor=#000000;fillOpacity=25;strokeColor=none;resizeHeight=1;"),r[k].geometry.relative=!0,r[k].geometry.offset=new mxPoint(k*T,0),r[k].vertex=!0,v.insert(r[k]),r[k].style+=l(e["MenuItem_"+(k+1)]),r[k].value=c(e["MenuItem_"+(k+1)]);break;case "UI2AtoZBlock":v.style+="fillColor=none;strokeColor=none;"+l(e.Text_0);v.value="0-9 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";break;case "UI2PaginationBlock":v.style+="fillColor=none;strokeColor=none;"+l(e.Text_prev); -v.value=c(e.Text_prev)+" ";for(k=0;k<e.Links;k++)v.value+=c(e["Link_"+(k+1)])+" ";v.value+=c(e.Text_next);break;case "UI2ContextMenuBlock":v.style+=z(e,n)+A(e,n)+q(e,n)+B(e)+F(e)+E(e);for(var I=[],$a=[],vb=[],J=t/e.Lines,M=null,k=0;k<e.Lines;k++)null!=e["Item_"+(k+1)]&&(null==M&&(M=""+h(e["Item_"+(k+1)])+f(e["Item_"+(k+1)])+b(e["Item_"+(k+1)])),I[k]=new mxCell("",new mxGeometry(0,k*t/e.Lines,u,J),"strokeColor=none;fillColor=none;spacingLeft=20;align=left;html=1;"),I[k].vertex=!0,v.insert(I[k]),I[k].style+= -M,I[k].value=c(e["Item_"+(k+1)])),null!=e.Icons[k+1]&&null!=I[k]&&("dot"==e.Icons[k+1]?($a[k]=new mxCell("",new mxGeometry(0,.5,8,8),"shape=ellipse;strokeColor=none;"),$a[k].geometry.offset=new mxPoint(6,-4)):"check"==e.Icons[k+1]&&($a[k]=new mxCell("",new mxGeometry(0,.5,7,8),"shape=mxgraph.mscae.general.checkmark;strokeColor=none;"),$a[k].geometry.offset=new mxPoint(6.5,-4)),null!=$a[k]&&($a[k].geometry.relative=!0,$a[k].vertex=!0,I[k].insert($a[k]),H=q(e,n),H=H.replace("strokeColor","fillColor"), -""==H&&(H="fillColor=#000000;"),$a[k].style+=H)),null!=e["Shortcut_"+(k+1)]&&(null==M&&(M=""+h(e["Shortcut_"+(k+1)])+f(e["Shortcut_"+(k+1)])+b(e["Shortcut_"+(k+1)])),vb[k]=new mxCell("",new mxGeometry(.6*u,k*t/e.Lines,.4*u,J),"strokeColor=none;fillColor=none;spacingRight=3;align=right;html=1;"),vb[k].vertex=!0,v.insert(vb[k]),vb[k].style+=M,vb[k].value=c(e["Shortcut_"+(k+1)])),null!=e.Dividers[k+1]&&(I[k]=new mxCell("",new mxGeometry(.05*u,k*t/e.Lines,.9*u,J),"shape=line;strokeWidth=0.25;"),I[k].vertex= -!0,v.insert(I[k]),I[k].style+=q(e,n));break;case "UI2ProgressBarBlock":v.style+="shape=mxgraph.mockup.misc.progressBar;fillColor2=#888888;barPos="+100*e.ScrollVal+";";break;case "UI2TooltipSquareBlock":v.style+="html=1;shape=callout;flipV=1;base=13;size=7;position=0.5;position2=0.66;rounded=1;arcSize="+e.RoundCorners+";"+z(e,n)+A(e,n)+q(e,n)+B(e)+F(e)+E(e)+l(e.Tip);v.value=c(e.Tip);break;case "UI2CalloutBlock":v.style+="shape=ellipse;"+z(e,n)+A(e,n)+q(e,n)+B(e)+F(e)+E(e)+l(e.Txt);v.value=c(e.Txt); -break;case "UI2AlertBlock":v.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+E(e)+P(e,n,v)+l(e.Txt);v.value=c(e.Txt);r=new mxCell("",new mxGeometry(0,0,u,30),"part=1;resizeHeight=0;");r.vertex=!0;v.insert(r);r.style+=M+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+l(e.Title);r.value=c(e.Title);x=new mxCell("",new mxGeometry(1,.5,20,20),"part=1;shape=ellipse;strokeColor=#008cff;resizable=0;fillColor=none;html=1;");x.geometry.relative=!0;x.geometry.offset=new mxPoint(-25,-10);x.vertex=!0;r.insert(x);for(var tc=45*e.Buttons+ -(10*e.Buttons-1),G=[],k=0;k<e.Buttons;k++)G[k]=new mxCell("",new mxGeometry(.5,1,45,20),"part=1;html=1;"),G[k].geometry.relative=!0,G[k].geometry.offset=new mxPoint(.5*-tc+55*k,-40),G[k].vertex=!0,v.insert(G[k]),G[k].style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+l(e["Button_"+(k+1)]),G[k].value=c(e["Button_"+(k+1)]);break;case "UMLClassBlock":if(0==e.Simple){var M=A(e,n),ya=Math.round(.6*e.TitleHeight),M=M.replace("fillColor","swimlaneFillColor");""==M&&(M="swimlaneFillColor=#ffffff;");v.style+="swimlane;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+ -M+"startSize="+ya+";"+z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+l(e.Title);v.value=c(e.Title);for(var I=[],ic=[],ua=ya/t,k=0;k<=e.Attributes;k++)0<k&&(ic[k]=new mxCell("",new mxGeometry(0,0,40,8),"line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;"),ic[k].vertex=!0,v.insert(ic[k])),J=0,k<e.Attributes?(J=e["Text"+(k+1)+"Percent"],ua+=J):J=1-ua,I[k]=new mxCell("",new mxGeometry(0,0,u,Math.round((t- -ya)*J)),"part=1;resizeHeight=0;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),I[k].vertex=!0,v.insert(I[k]),I[k].style+=M+z(e,n)+h(e["Text"+(k+1)])+f(e["Text"+(k+1)])+b(e["Text"+(k+1)]),I[k].value=c(e["Text"+(k+1)])}else v.style+=z(e,n)+q(e,n)+A(e,n)+B(e)+F(e)+l(e.Title),v.value=c(e.Title);break;case "ERDEntityBlock":M=A(e,n);ya=.6*e.Name_h;M=M.replace("fillColor","swimlaneFillColor"); -""==M&&(M="swimlaneFillColor=#ffffff;");v.style+="swimlane;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+M+"startSize="+ya+";"+z(e,n)+q(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+A(e,n);v.value=c(e.Name);I=[];ua=ya/t;for(k=0;k<e.Fields;k++)J=0,I[k]=new mxCell("",new mxGeometry(0,0,u,.6*e["Field"+(k+1)+"_h"]),"part=1;resizeHeight=0;strokeColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), -I[k].vertex=!0,v.insert(I[k]),I[k].style+=M+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),I[k].style=1==e.AltRows&&0!=k%2?I[k].style+"fillColor=#000000;opacity=5;":I[k].style+("fillColor=none;"+z(e,n)),I[k].value=c(e["Field"+(k+1)]);break;case "ERDEntityBlock2":M=A(e,n);ya=.6*e.Name_h;M=M.replace("fillColor","swimlaneFillColor");""==M&&(M="swimlaneFillColor=#ffffff;");v.style+="swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+M+"startSize="+ya+";"+ -z(e,n)+q(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+A(e,n);v.value=c(e.Name);var I=[],ca=[],ua=ya,Da=30;null!=e.Column1&&(Da=.6*e.Column1);for(k=0;k<e.Fields;k++)J=0,ca[k]=new mxCell("",new mxGeometry(0,ua,Da,.6*e["Key"+(k+1)+"_h"]),"strokeColor=none;part=1;resizeHeight=0;align=center;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),ca[k].vertex=!0,v.insert(ca[k]),ca[k].style+=M+ -h(e["Key"+(k+1)])+f(e["Key"+(k+1)])+b(e["Key"+(k+1)]),ca[k].style=1==e.AltRows&&0!=k%2?ca[k].style+"fillColor=#000000;fillOpacity=5;":ca[k].style+("fillColor=none;"+z(e,n)),ca[k].value=c(e["Key"+(k+1)]),I[k]=new mxCell("",new mxGeometry(Da,ua,u-Da,.6*e["Field"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),I[k].vertex=!0,v.insert(I[k]), -I[k].style+=M+q(e,n)+B(e)+F(e)+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),I[k].style=1==e.AltRows&&0!=k%2?I[k].style+"fillColor=#000000;fillOpacity=5;":I[k].style+("fillColor=none;"+z(e,n)),I[k].value=c(e["Field"+(k+1)]),ua+=.6*e["Key"+(k+1)+"_h"];break;case "ERDEntityBlock3":M=A(e,n);ya=.6*e.Name_h;M=M.replace("fillColor","swimlaneFillColor");""==M&&(M="swimlaneFillColor=#ffffff;");v.style+="swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+M+ -"startSize="+ya+";"+z(e,n)+q(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+A(e,n);v.value=c(e.Name);I=[];ca=[];ua=ya;Da=30;null!=e.Column1&&(Da=.6*e.Column1);for(k=0;k<e.Fields;k++)J=0,ca[k]=new mxCell("",new mxGeometry(0,ua,Da,.6*e["Field"+(k+1)+"_h"]),"strokeColor=none;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),ca[k].vertex=!0,v.insert(ca[k]), -ca[k].style+=M+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),ca[k].style=1==e.AltRows&&0!=k%2?ca[k].style+"fillColor=#000000;fillOpacity=5;":ca[k].style+("fillColor=none;"+z(e,n)),ca[k].value=c(e["Field"+(k+1)]),I[k]=new mxCell("",new mxGeometry(Da,ua,u-Da,.6*e["Type"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), -I[k].vertex=!0,v.insert(I[k]),I[k].style+=M+q(e,n)+B(e)+F(e)+h(e["Type"+(k+1)])+f(e["Type"+(k+1)])+b(e["Type"+(k+1)]),I[k].style=1==e.AltRows&&0!=k%2?I[k].style+"fillColor=#000000;fillOpacity=5;":I[k].style+("fillColor=none;"+z(e,n)),I[k].value=c(e["Type"+(k+1)]),ua+=.6*e["Field"+(k+1)+"_h"];break;case "ERDEntityBlock4":M=A(e,n);ya=.6*e.Name_h;M=M.replace("fillColor","swimlaneFillColor");""==M&&(M="swimlaneFillColor=#ffffff;");v.style+="swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+ -M+"startSize="+ya+";"+z(e,n)+q(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+A(e,n);v.value=c(e.Name);var I=[],ca=[],db=[],ua=ya,Da=30,ac=40;null!=e.Column1&&(Da=.6*e.Column1);null!=e.Column2&&(ac=.6*e.Column2);for(k=0;k<e.Fields;k++)J=0,ca[k]=new mxCell("",new mxGeometry(0,ua,Da,.6*e["Key"+(k+1)+"_h"]),"strokeColor=none;part=1;resizeHeight=0;align=center;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), -ca[k].vertex=!0,v.insert(ca[k]),ca[k].style+=M+h(e["Key"+(k+1)])+f(e["Key"+(k+1)])+b(e["Key"+(k+1)]),ca[k].style=1==e.AltRows&&0!=k%2?ca[k].style+"fillColor=#000000;fillOpacity=5;":ca[k].style+("fillColor=none;"+z(e,n)),ca[k].value=c(e["Key"+(k+1)]),I[k]=new mxCell("",new mxGeometry(Da,ua,u-Da-ac,.6*e["Field"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), -I[k].vertex=!0,v.insert(I[k]),I[k].style+=M+q(e,n)+B(e)+F(e)+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),I[k].style=1==e.AltRows&&0!=k%2?I[k].style+"fillColor=#000000;fillOpacity=5;":I[k].style+("fillColor=none;"+z(e,n)),I[k].value=c(e["Field"+(k+1)]),db[k]=new mxCell("",new mxGeometry(u-ac,ua,ac,.6*e["Type"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), -db[k].vertex=!0,v.insert(db[k]),db[k].style+=M+q(e,n)+B(e)+F(e)+h(e["Type"+(k+1)])+f(e["Type"+(k+1)])+b(e["Type"+(k+1)]),db[k].style=1==e.AltRows&&0!=k%2?db[k].style+"fillColor=#000000;fillOpacity=5;":db[k].style+("fillColor=none;"+z(e,n)),db[k].value=c(e["Type"+(k+1)]),ua+=.6*e["Key"+(k+1)+"_h"]}return v}var ja=["GSDFDProcessBlock","GSDFDProcessBlock2","RoundedRectangleContainerBlock","UI2ButtonBlock","UMLStateBlock"],Ha=["UMLActivationBlock"],Tb="VennPlainColor1 VennPlainColor2 VennPlainColor3 VennPlainColor4 VennPlainColor5 VennPlainColor6 VennPlainColor7 VennPlainColor8 VennGradientColor1 VennGradientColor2 VennGradientColor3 VennGradientColor4 VennGradientColor5 VennGradientColor6 VennGradientColor7 VennGradientColor8 UMLEndBlock DefaultTextBlockNew iOSButton".split(" "), -Ea="AWSAndroidBlock3 AWSiOSBlock3 AWSJavaBlock3 AWSJavaScript AWSNetBlock3 AWSNodeJSBlock3 AWSPHPBlock3 AWSPythonBlock3 AWSRubyBlock3 AWSXamarin AWSCLIBlock3 AWSEclipseToolkitBlock3 AWSVisualStudioToolkitBlock3 AWSWindowsPowershellToolkitBlock3 DefaultTextBlock RectangleContainerBlock UMLStartBlock UMLEndBlock DefaultTextBlockNew UMLHForkJoinBlock iOSButton".split(" "),fb="VennPlainColor1 VennPlainColor2 VennPlainColor3 VennPlainColor4 VennPlainColor5 VennPlainColor6 VennPlainColor7 VennPlainColor8 VennGradientColor1 VennGradientColor2 VennGradientColor3 VennGradientColor4 VennGradientColor5 VennGradientColor6 VennGradientColor7 VennGradientColor8".split(" "), -Ub=["AEUSBBlock","AGSCutandpasteBlock","iOSDeviceiPadLandscape","iOSDeviceiPadProLandscape"],Ia=["fpDoor"],wb={None:"none",Arrow:"block;endFill=1","Hollow Arrow":"block;endFill=0","Open Arrow":"open;","CFN ERD Zero Or More Arrow":"ERzeroToMany;startSize=10","CFN ERD One Or More Arrow":"ERoneToMany;startSize=10","CFN ERD Many Arrow":"ERmany;startSize=10","CFN ERD Exactly One Arrow":"ERmandOne;startSize=10","CFN ERD Zero Or One Arrow":"ERzeroToOne;startSize=10","CFN ERD One Arrow":"ERone;startSize=16", +"symbol=terminate;"}break;case "BPMNConversation":v.style+="shape=hexagon;perimeter=hexagonPerimeter2;"+z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+l(e);v.value=c(e.Text);v.style=0==e.bpmnConversationType?v.style+B(e):v.style+"strokeWidth=2;";e.bpmnIsSubConversation&&(q=new mxCell("",new mxGeometry(.5,1,12,12),"shape=plus;part=1;"),q.geometry.offset=new mxPoint(-6,-17),q.style+=z(e,n)+t(e,n),q.geometry.relative=!0,q.vertex=!0,v.insert(q));break;case "BPMNGateway":v.style+="shape=mxgraph.bpmn.shape;perimeter=rhombusPerimeter;background=gateway;"+ +z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+l(e);switch(e.bpmnGatewayType){case 0:v.style+="outline=none;symbol=general;";break;case 1:v.style+="outline=none;symbol=exclusiveGw;";break;case 2:v.style+="outline=catching;symbol=multiple;";break;case 3:v.style+="outline=none;symbol=parallelGw;";break;case 4:v.style+="outline=end;symbol=general;";break;case 5:v.style+="outline=standard;symbol=multiple;";break;case 6:v.style+="outline=none;symbol=complexGw;";break;case 7:v.style+="outline=standard;symbol=parallelMultiple;"}break; +case "BPMNData":v.style+="shape=note;size=14;"+z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+l(e);switch(e.bpmnDataType){case 1:q=new mxCell("",new mxGeometry(.5,1,12,10),"shape=parallelMarker;part=1;");q.geometry.offset=new mxPoint(-6,-15);q.style+=z(e,n)+t(e,n);q.geometry.relative=!0;q.vertex=!0;v.insert(q);break;case 2:q=new mxCell("",new mxGeometry(0,0,12,10),"shape=singleArrow;part=1;arrowWidth=0.4;arrowSize=0.4;");q.geometry.offset=new mxPoint(3,3);q.style+=z(e,n)+t(e,n);q.geometry.relative=!0;q.vertex=!0; +v.insert(q);v.style+="verticalLabelPosition=bottom;verticalAlign=top;";R=new mxCell("",new mxGeometry(0,0,u,20),"strokeColor=none;fillColor=none;");R.geometry.offset=new mxPoint(0,14);R.geometry.relative=!0;R.vertex=!0;v.insert(R);R.value=c(e.Text);R.style+=l(e);break;case 3:q=new mxCell("",new mxGeometry(0,0,12,10),"shape=singleArrow;part=1;arrowWidth=0.4;arrowSize=0.4;"),q.geometry.offset=new mxPoint(3,3),q.style+=t(e,n),q.geometry.relative=!0,q.vertex=!0,v.insert(q),I=t(e,n),I=I.replace("strokeColor", +"fillColor"),""==I&&(I="fillColor=#000000;"),q.style+=I,R=new mxCell("",new mxGeometry(0,0,u,20),"strokeColor=none;fillColor=none;"),R.geometry.offset=new mxPoint(0,14),R.geometry.relative=!0,R.vertex=!0,v.insert(R),R.value=c(e.Text),R.style+=l(e)}break;case "BPMNBlackPool":v.style+=z(e,n)+t(e,n)+A(e,n)+D(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(0,0,u,r),"fillColor=#000000;strokeColor=none;opacity=30;");q.vertex=!0;v.insert(q);break;case "DFDExternalEntityBlock":v.style+="strokeColor=none;fillColor=none;"; +q=new mxCell("",new mxGeometry(0,0,.95*u,.95*r),"part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e);x=new mxCell("",new mxGeometry(.05*u,.05*r,.95*u,.95*r),"part=1;");x.vertex=!0;v.insert(x);x.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e.Text);x.value=c(e.Text);break;case "GSDFDDataStoreBlock":v.style+="shape=partialRectangle;right=0;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e.Text);v.value=c(e.Text);q=new mxCell("",new mxGeometry(0,0,.2*u,r),"part=1;");q.vertex=!0;v.insert(q);q.style+= +t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e.Number);q.value=c(e.Number);break;case "VSMDedicatedProcessBlock":case "VSMProductionControlBlock":v.style+="shape=mxgraph.lean_mapping.manufacturing_process;spacingTop=15;";"VSMDedicatedProcessBlock"==w.Class?v.value=c(e.Text):"VSMProductionControlBlock"==w.Class&&(v.value=c(e.Resources));v.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+E(e)+C(e)+y(e);"VSMDedicatedProcessBlock"==w.Class&&(q=new mxCell("",new mxGeometry(0,1,11,9),"part=1;shape=mxgraph.lean_mapping.operator;"), +q.geometry.relative=!0,q.geometry.offset=new mxPoint(4,-13),q.vertex=!0,v.insert(q),q.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e));R=new mxCell("",new mxGeometry(0,0,u,15),"strokeColor=none;fillColor=none;part=1;");R.vertex=!0;v.insert(R);R.value=c(e.Title);R.style+=l(e.Title);break;case "VSMSharedProcessBlock":v.style+="shape=mxgraph.lean_mapping.manufacturing_process_shared;spacingTop=-5;verticalAlign=top;";v.value=c(e.Text);v.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+E(e)+p(e)+ +C(e);R=new mxCell("",new mxGeometry(.1*u,.3*r,.8*u,.6*r),"part=1;");R.vertex=!0;v.insert(R);R.value=c(e.Resource);R.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e.Resource);break;case "VSMWorkcellBlock":v.style+="shape=mxgraph.lean_mapping.work_cell;verticalAlign=top;spacingTop=-2;";v.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+E(e)+C(e);v.value=c(e.Text);break;case "VSMSafetyBufferStockBlock":case "VSMDatacellBlock":v.style+="strokeColor=none;fillColor=none;";var ta=r,La=parseInt(e.Cells), +N=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+"part=1;";0<La&&(ta/=La);J=[];ia=[];for(k=1;k<=La;k++)J[k]=new mxCell("",new mxGeometry(0,(k-1)*ta,u,ta),N),J[k].vertex=!0,v.insert(J[k]),J[k].value=c(e["cell_"+k]),J[k].style+=l(e["cell_"+k]);break;case "VSMInventoryBlock":v.style+="shape=mxgraph.lean_mapping.inventory_box;verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+h(e)+f(e)+b(e)+a(e)+d(e)+g(e)+p(e)+E(e)+C(e);v.value=c(e.Text);break;case "VSMSupermarketBlock":v.style+="strokeColor=none;"+ +z(e,n);ta=r;La=parseInt(e.Cells);N=t(e,n)+A(e,n)+B(e)+"part=1;fillColor=none;";0<La&&(ta/=La);J=[];Ha=[];for(k=1;k<=La;k++)J[k]=new mxCell("",new mxGeometry(.5*u,(k-1)*ta,.5*u,ta),"shape=partialRectangle;left=0;"+N),J[k].vertex=!0,v.insert(J[k]),Ha[k]=new mxCell("",new mxGeometry(0,(k-1)*ta,u,ta),"strokeColor=none;fillColor=none;part=1;"),Ha[k].vertex=!0,v.insert(Ha[k]),Ha[k].value=c(e["cell_"+k]),Ha[k].style+=l(e["cell_"+k]);break;case "VSMFIFOLaneBlock":v.style+="shape=mxgraph.lean_mapping.fifo_sequence_flow;fontStyle=0;fontSize=18"; +v.value="FIFO";break;case "VSMGoSeeProductionBlock":v.style+="shape=ellipse;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.17*u,.2*r,13,6),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;whiteSpace=wrap;html=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+z(e,n)+A(e,n)+B(e);break;case "VSMProductionKanbanBatchBlock":v.style+="strokeColor=none;fillColor=none;";N="shape=card;size=18;flipH=1;part=1;"+t(e,n)+z(e,n)+A(e,n)+B(e);q=new mxCell("", +new mxGeometry(.1*u,0,.9*u,.8*r),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;");q.vertex=!0;v.insert(q);q.style+=N;x=new mxCell("",new mxGeometry(.05*u,.1*r,.9*u,.8*r),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;");x.vertex=!0;v.insert(x);x.style+=N;var H=new mxCell("",new mxGeometry(0,.2*r,.9*u,.8*r),"shape=mxgraph.lean_mapping.go_see_production_scheduling;flipH=1;part=1;whiteSpace=wrap;html=1;spacing=2;");H.vertex=!0;v.insert(H);H.style+=N+ +l(e);H.value=c(e.Text);break;case "AWSRoundedRectangleContainerBlock2":v.style+="strokeColor=none;fillColor=none;";e.Spotfleet?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,35,40),"strokeColor=none;shape=mxgraph.aws3.spot_instance;fillColor=#f58536;"), +x.geometry.relative=!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.Beanstalk?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,30,40),"strokeColor=none;shape=mxgraph.aws3.elastic_beanstalk;fillColor=#759C3E;"), +x.geometry.relative=!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.EC2?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,32,40),"strokeColor=none;shape=mxgraph.aws3.ec2;fillColor=#F58534;"),x.geometry.relative= +!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.Subnet?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,32,40),"strokeColor=none;shape=mxgraph.aws3.permissions;fillColor=#146EB4;"),x.geometry.relative= +!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.VPC?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,60,40),"strokeColor=none;shape=mxgraph.aws3.virtual_private_cloud;fillColor=#146EB4;"),x.geometry.relative= +!0,x.geometry.offset=new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.AWS?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,60,40),"strokeColor=none;shape=mxgraph.aws3.cloud;fillColor=#F58534;"),x.geometry.relative=!0,x.geometry.offset= +new mxPoint(30,0),x.vertex=!0,v.insert(x)):e.Corporate?(q=new mxCell("",new mxGeometry(0,0,u,r-20),"resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"),q.geometry.offset=new mxPoint(0,20),q.geometry.relative=!0,q.vertex=!0,v.insert(q),q.style+=t(e,n)+l(e.Title)+F(e)+B(e),q.value=c(e.Title),x=new mxCell("",new mxGeometry(0,0,25,40),"strokeColor=none;shape=mxgraph.aws3.corporate_data_center;fillColor=#7D7C7C;"),x.geometry.relative=!0,x.geometry.offset= +new mxPoint(30,0),x.vertex=!0,v.insert(x)):(v.style="resizeWidth=1;resizeHeight=1;fillColor=none;align=center;verticalAlign=bottom;spacing=2;rounded=1;arcSize=10;"+t(e,n)+l(e.Title)+F(e)+B(e),v.value=c(e.Title));break;case "AWSElasticComputeCloudBlock2":v.style+="strokeColor=none;shape=mxgraph.aws3.ec2;verticalLabelPosition=bottom;align=center;verticalAlign=top;"+l(e.Title)+z(e,n)+A(e,n)+D(e);v.value=c(e.Title);break;case "AWSRoute53Block2":v.style+="strokeColor=none;shape=mxgraph.aws3.route_53;verticalLabelPosition=bottom;align=center;verticalAlign=top;"+ +l(e.Title)+z(e,n)+A(e,n)+D(e);v.value=c(e.Title);break;case "AWSRDBSBlock2":v.style+="strokeColor=none;shape=mxgraph.aws3.rds;verticalLabelPosition=bottom;align=center;verticalAlign=top;"+l(e.Title)+z(e,n)+A(e,n)+D(e);v.value=c(e.Title);break;case "NET_RingNetwork":v.style+="strokeColor=none;fillColor=none;";var V=new mxCell("",new mxGeometry(.25*u,.25*r,.5*u,.5*r),"html=1;shape=ellipse;perimeter=ellipsePerimeter;strokeColor=#29AAE1;strokeWidth=2;");V.vertex=!0;v.insert(V);var aa=[V];V.style+=z(e, +n);var S=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=none;dashed=0;html=1;strokeColor=#29AAE1;strokeWidth=2;");S.geometry.relative=!0;S.edge=!0;Aa(.5*u,0,S,M,L,aa,v,V);Aa(.855*u,.145*r,S,M,L,aa,v,V);Aa(u,.5*r,S,M,L,aa,v,V);Aa(.855*u,.855*r,S,M,L,aa,v,V);Aa(.5*u,r,S,M,L,aa,v,V);Aa(.145*u,.855*r,S,M,L,aa,v,V);Aa(0,.5*r,S,M,L,aa,v,V);Aa(.145*u,.145*r,S,M,L,aa,v,V);break;case "NET_Ethernet":v.style+="strokeColor=none;fillColor=none;";V=new mxCell("",new mxGeometry(0,.5*r- +10,u,20),"shape=mxgraph.networks.bus;gradientColor=none;gradientDirection=north;fontColor=#ffffff;perimeter=backbonePerimeter;backboneSize=20;fillColor=#29AAE1;strokeColor=#29AAE1;");V.vertex=!0;v.insert(V);aa=[V];S=new mxCell("",new mxGeometry(0,0,0,0),"strokeColor=#29AAE1;edgeStyle=none;rounded=0;endArrow=none;html=1;strokeWidth=2;");S.geometry.relative=!0;S.edge=!0;for(var aa=[V],Nb=u/e.NumTopNodes,k=0;k<e.NumTopNodes;k++)Aa(.5*Nb+k*Nb,0,S,M,L,aa,v,V);Nb=u/e.NumBottomNodes;for(k=0;k<e.NumBottomNodes;k++)Aa(.5* +Nb+k*Nb,r,S,M,L,aa,v,V);break;case "EE_OpAmp":v.style+="shape=mxgraph.electrical.abstract.operational_amp_1;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+l(e);v.value=c(e.Title);e.ToggleCharge&&(v.style+="flipV=1;");break;case "EIMessageChannelBlock":case "EIDatatypeChannelBlock":case "EIInvalidMessageChannelBlock":case "EIDeadLetterChannelBlock":case "EIGuaranteedDeliveryBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);"EIMessageChannelBlock"== +w.Class?(q=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.messageChannel;fillColor=#818181;part=1;"),q.geometry.offset=new mxPoint(.45*-u,0)):"EIDatatypeChannelBlock"==w.Class?(q=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.dataChannel;fillColor=#818181;part=1;"),q.geometry.offset=new mxPoint(.45*-u,0)):"EIInvalidMessageChannelBlock"==w.Class?(q=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.invalidMessageChannel;fillColor=#818181;part=1;"),q.geometry.offset= +new mxPoint(.45*-u,0)):"EIDeadLetterChannelBlock"==w.Class?(q=new mxCell("",new mxGeometry(.5,.5,.9*u,20),"shape=mxgraph.eip.deadLetterChannel;fillColor=#818181;part=1;"),q.geometry.offset=new mxPoint(.45*-u,0)):"EIGuaranteedDeliveryBlock"==w.Class&&(q=new mxCell("",new mxGeometry(.5,.5,20,27),"shape=cylinder;fillColor=#818181;part=1;"),q.geometry.offset=new mxPoint(-10,-7));q.geometry.relative=!0;q.vertex=!0;v.insert(q);q.style+=t(e,n)+A(e,n)+B(e);S=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;"); +S.geometry.relative=!0;S.edge=!0;ca(.15*u,.25*r,.85*u,.25*r,S,M,L,aa,v,V);break;case "EIChannelAdapterBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(0,.07*r,.21*u,.86*r),"fillColor=#FFFF33;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+A(e,n)+B(e)+F(e);x=new mxCell("",new mxGeometry(.26*u,.09*r,.2*u,.82*r),"shape=mxgraph.eip.channel_adapter;fillColor=#4CA3D9;part=1;");x.vertex=!0;v.insert(x); +x.style+=t(e,n)+A(e,n)+B(e)+F(e);H=new mxCell("",new mxGeometry(1,.5,.35*u,20),"shape=mxgraph.eip.messageChannel;fillColor=#818181;part=1;");H.geometry.relative=!0;H.geometry.offset=new mxPoint(.4*-u,-10);H.vertex=!0;v.insert(H);H.style+=t(e,n)+A(e,n)+B(e)+F(e);P=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=1;exitY=0.5;entryX=0;entryY=0.5;endArrow=none;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=2;");P.geometry.relative=!0;P.edge=!0;q.insertEdge(P,!0);x.insertEdge(P, +!1);P.style+=t(e,n);M.push(L.addCell(P,null,null,null,null));O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=1;exitY=0.5;entryX=0;entryY=0.5;endArrow=block;startArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=2;startFill=1;startSize=2;");O.geometry.relative=!0;O.edge=!0;x.insertEdge(O,!0);H.insertEdge(O,!1);M.push(L.addCell(O,null,null,null,null));break;case "EIMessageBlock":case "EICommandMessageBlock":case "EIDocumentMessageBlock":case "EIEventMessageBlock":v.style+= +"strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;"+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(0,0,17,17),"shape=ellipse;fillColor=#808080;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);for(var Ob=e.Messages,ec=(r-17)/Ob,x=[],S=[],k=0;k<Ob;k++){var Pb=ec*(k+1)-3;x[k]=new mxCell("",new mxGeometry(u-20,Pb,20,20),"part=1;");x[k].vertex=!0;v.insert(x[k]);x[k].style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e);switch(w.Class){case "EIMessageBlock":x[k].value=c(e["message_"+ +(k+1)]);x.style+=l(e["message_"+(k+1)]);break;case "EICommandMessageBlock":x[k].value="C";x[k].style+="fontStyle=1;fontSize=11;";break;case "EIDocumentMessageBlock":x[k].value="D";x[k].style+="fontStyle=1;fontSize=11;";break;case "EIEventMessageBlock":x[k].value="E",x[k].style+="fontStyle=1;fontSize=11;"}S[k]=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;");S[k].geometry.relative=!0;S[k].edge=!0;q.insertEdge(S[k],!1); +x[k].insertEdge(S[k],!0);S[k].style+=t(e,n)+B(e);var eb=[];eb.push(new mxPoint(ga+8.5,fa+Pb+10));S[k].geometry.points=eb;M.push(L.addCell(S[k],null,null,null,null))}break;case "EIMessageEndpointBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.45*u,.25*r,.3*u,.5*r),"part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+A(e,n)+B(e);S=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;"); +S.geometry.relative=!0;S.edge=!0;ca(0,.5*r,.4*u,.5*r,S,M,L,aa,v,V);break;case "EIPublishSubscribeChannelBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);var P=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");P.geometry.relative=!0;P.edge=!0;ca(.05*u,.5*r,.85*u,.5*r,P,M,L,aa,v,V);var O=new mxCell("",new mxGeometry(0,0,0,0), +"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");O.geometry.relative=!0;O.edge=!0;ca(.05*u,.5*r,.85*u,.15*r,O,M,L,aa,v,V);var W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");W.geometry.relative=!0;W.edge=!0;ca(.05*u,.5*r,.85*u,.85*r,W,M,L,aa,v,V);break;case "EIMessageBusBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ +t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);P=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;");P.geometry.relative=!0;P.edge=!0;P.style+=t(e,n);ca(.05*u,.5*r,.95*u,.5*r,P,M,L,aa,v,V);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;"); +O.geometry.relative=!0;O.edge=!0;O.style+=t(e,n);ca(.3*u,.1*r,.3*u,.5*r,O,M,L,aa,v,V);W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;");W.geometry.relative=!0;W.edge=!0;W.style+=t(e,n);ca(.7*u,.1*r,.7*u,.5*r,W,M,L,aa,v,V);var ka=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;dashed=0;html=1;strokeWidth=1;endFill=1;endSize=4;startArrow=block;startFill=1;startSize=4;"); +ka.geometry.relative=!0;ka.edge=!0;ka.style+=t(e,n);ca(.5*u,.5*r,.5*u,.9*r,ka,M,L,aa,v,V);break;case "EIRequestReplyBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.2*u,.21*r,.16*u,.24*r),"part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+A(e,n)+B(e);P=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;"); +P.geometry.relative=!0;P.edge=!0;ca(.45*u,.33*r,.8*u,.33*r,P,M,L,aa,v,V);x=new mxCell("",new mxGeometry(.64*u,.55*r,.16*u,.24*r),"part=1;");x.vertex=!0;v.insert(x);x.style+=t(e,n)+A(e,n)+B(e);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=none;rounded=0;endArrow=block;dashed=0;html=1;strokeColor=#818181;strokeWidth=1;endFill=1;endSize=6;");O.geometry.relative=!0;O.edge=!0;ca(.55*u,.67*r,.2*u,.67*r,O,M,L,aa,v,V);break;case "EIReturnAddressBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ +t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.1*u,.15*r,.8*u,.7*r),"part=1;shape=mxgraph.eip.retAddr;fillColor=#FFE040;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+A(e,n)+B(e);break;case "EICorrelationIDBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.04*u,.06*r,.18*u,.28*r),"shape=ellipse;fillColor=#808080;part=1;");q.vertex=!0;v.insert(q);q.style+= +t(e,n)+B(e);x=new mxCell("",new mxGeometry(.2*u,.56*r,.2*u,.32*r),"part=1;");x.vertex=!0;v.insert(x);x.style+=t(e,n)+A(e,n)+B(e)+F(e);x.value="A";x.style+="fontStyle=1;fontSize=11;";P=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;part=1;");P.geometry.relative=!0;P.edge=!0;q.insertEdge(P,!1);x.insertEdge(P,!0);P.style+=t(e,n)+B(e);eb=[];eb.push(new mxPoint(ga+.13*u,fa+.72*r));P.geometry.points=eb;M.push(L.addCell(P,null, +null,null,null));H=new mxCell("",new mxGeometry(.6*u,.06*r,.18*u,.28*r),"shape=ellipse;fillColor=#808080;part=1;");H.vertex=!0;v.insert(H);H.style+=t(e,n)+B(e);Q=new mxCell("",new mxGeometry(.76*u,.56*r,.2*u,.32*r),"part=1;");Q.vertex=!0;v.insert(Q);Q.style+=t(e,n)+A(e,n)+B(e)+F(e);Q.value="B";Q.style+="fontStyle=1;fontSize=11;";O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;part=1;");O.geometry.relative=!0;O.edge=!0; +H.insertEdge(O,!1);Q.insertEdge(O,!0);O.style+=t(e,n)+B(e);var pc=[];pc.push(new mxPoint(ga+.69*u,fa+.72*r));O.geometry.points=pc;M.push(L.addCell(O,null,null,null,null));W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;endArrow=block;endFill=1;endSize=6;part=1;");W.geometry.relative=!0;W.edge=!0;q.insertEdge(W,!1);H.insertEdge(W,!0);W.style+=t(e,n)+B(e);M.push(L.addCell(W,null,null,null,null));break;case "EIMessageSequenceBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ +t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("1",new mxGeometry(.2*u,.4*r,.1*u,.19*r),"fontStyle=1;fontSize=11;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);x=new mxCell("2",new mxGeometry(.45*u,.4*r,.1*u,.19*r),"fontStyle=1;fontSize=11;part=1;");x.vertex=!0;v.insert(x);x.style+=t(e,n)+B(e);H=new mxCell("3",new mxGeometry(.7*u,.4*r,.1*u,.19*r),"fontStyle=1;fontSize=11;part=1;");H.vertex=!0;v.insert(H);H.style+=t(e,n)+B(e);P=new mxCell("",new mxGeometry(0,0,0,0), +"curved=1;endArrow=block;html=1;endSize=3;part=1;");q.insertEdge(P,!1);x.insertEdge(P,!0);P.geometry.points=[new mxPoint(ga+.375*u,fa+.15*r)];P.geometry.relative=!0;P.edge=!0;P.style+=t(e,n)+B(e);M.push(L.addCell(P,null,null,null,null));O=new mxCell("",new mxGeometry(0,0,0,0),"curved=1;endArrow=block;html=1;endSize=3;part=1;");x.insertEdge(O,!1);H.insertEdge(O,!0);O.geometry.points=[new mxPoint(ga+.675*u,fa+.15*r)];O.geometry.relative=!0;O.edge=!0;O.style+=t(e,n)+B(e);M.push(L.addCell(O,null,null, +null,null));break;case "EIMessageExpirationBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.3*u,.2*r,.4*u,.6*r),"shape=mxgraph.ios7.icons.clock;flipH=1;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);break;case "EIMessageBrokerBlock":v.style+="strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;"+h(e)+f(e)+b(e)+a(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.38* +u,.42*r,.24*u,.16*r),"part=1;fillColor=#aefe7d;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);x=new mxCell("",new mxGeometry(.38*u,0,.24*u,.16*r),"part=1;");x.vertex=!0;v.insert(x);x.style+=z(e,n)+t(e,n)+B(e);H=new mxCell("",new mxGeometry(.76*u,.23*r,.24*u,.16*r),"part=1;");H.vertex=!0;v.insert(H);H.style=x.style;var Q=new mxCell("",new mxGeometry(.76*u,.61*r,.24*u,.16*r),"part=1;");Q.vertex=!0;v.insert(Q);Q.style=x.style;var Xb=new mxCell("",new mxGeometry(.38*u,.84*r,.24*u,.16*r),"part=1;");Xb.vertex= +!0;v.insert(Xb);Xb.style=x.style;var Yb=new mxCell("",new mxGeometry(0,.61*r,.24*u,.16*r),"part=1;");Yb.vertex=!0;v.insert(Yb);Yb.style=x.style;var Zb=new mxCell("",new mxGeometry(0,.23*r,.24*u,.16*r),"part=1;");Zb.vertex=!0;v.insert(Zb);Zb.style=x.style;P=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");q.insertEdge(P,!1);x.insertEdge(P,!0);P.edge=!0;P.style+=t(e,n)+B(e);M.push(L.addCell(P,null,null,null,null));O=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");q.insertEdge(O, +!1);H.insertEdge(O,!0);O.edge=!0;O.style+=t(e,n)+B(e);M.push(L.addCell(O,null,null,null,null));W=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");q.insertEdge(W,!1);Q.insertEdge(W,!0);W.edge=!0;W.style+=t(e,n)+B(e);M.push(L.addCell(W,null,null,null,null));ka=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");q.insertEdge(ka,!1);Xb.insertEdge(ka,!0);ka.edge=!0;ka.style+=t(e,n)+B(e);M.push(L.addCell(ka,null,null,null,null));var tb=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;"); +q.insertEdge(tb,!1);Yb.insertEdge(tb,!0);tb.edge=!0;tb.style+=t(e,n)+B(e);M.push(L.addCell(tb,null,null,null,null));var ub=new mxCell("",new mxGeometry(0,0,0,0),"endArrow=none;part=1;");q.insertEdge(ub,!1);Zb.insertEdge(ub,!0);ub.edge=!0;ub.style+=t(e,n)+B(e);M.push(L.addCell(ub,null,null,null,null));break;case "EIDurableSubscriberBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);P=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;endFill=1;endSize=6;"); +P.geometry.relative=!0;P.edge=!0;ca(.05*u,.5*r,.6*u,.25*r,P,M,L,aa,v,V);O=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;rounded=0;endArrow=block;endFill=1;endSize=6;");O.geometry.relative=!0;O.edge=!0;ca(.05*u,.5*r,.6*u,.75*r,O,M,L,aa,v,V);q=new mxCell("",new mxGeometry(.7*u,.1*r,.15*u,.32*r),"shape=mxgraph.eip.durable_subscriber;part=1;fillColor=#818181;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);break;case "EIControlBusBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+ +t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.25*u,.25*r,.5*u,.5*r),"shape=mxgraph.eip.control_bus;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);break;case "EIMessageHistoryBlock":v.style+="strokeColor=none;fillColor=none;verticalLabelPosition=bottom;verticalAlign=top;"+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(0,0,17,17),"shape=ellipse;fillColor=#808080;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);H=new mxCell("",new mxGeometry(u- +45,30,30,20),"shape=mxgraph.mockup.misc.mail2;fillColor=#FFE040;part=1;");H.vertex=!0;v.insert(H);H.style+=t(e,n)+B(e);W=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;");W.geometry.relative=!0;W.edge=!0;q.insertEdge(W,!1);H.insertEdge(W,!0);W.style+=t(e,n)+B(e);W.geometry.points=[new mxPoint(ga+8.5,fa+40)];M.push(L.addCell(W,null,null,null,null));Q=new mxCell("",new mxGeometry(u-45,r-20,20,20),"part=1;");Q.vertex=!0; +v.insert(Q);Q.value=c(e.message_0);Q.style+=l(e.message_0);Q.style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e);ka=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;");ka.geometry.relative=!0;ka.edge=!0;q.insertEdge(ka,!1);Q.insertEdge(ka,!0);ka.style+=t(e,n)+B(e);ka.geometry.points=[new mxPoint(ga+8.5,fa+r-10)];M.push(L.addCell(ka,null,null,null,null));Ob=e.HistoryMessages;ec=(r-75)/Ob;x=[];S=[];for(k=0;k<Ob;k++)Pb=ec*(k+1)+30, +x[k]=new mxCell("",new mxGeometry(u-20,Pb,20,20),"part=1;"),x[k].vertex=!0,x[k].value=c(e["message_"+(k+1)]),x.style+=l(e["message_"+(k+1)]),v.insert(x[k]),x[k].style+=t(e,n)+z(e,n)+A(e,n)+D(e)+B(e)+F(e),S[k]=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;rounded=0;exitX=0;exitY=0.5;endArrow=none;dashed=0;html=1;"),S[k].geometry.relative=!0,S[k].edge=!0,H.insertEdge(S[k],!1),x[k].insertEdge(S[k],!0),S[k].style+=t(e,n)+B(e),eb=[],eb.push(new mxPoint(ga+u-30,fa+Pb+10)),S[k].geometry.points= +eb,M.push(L.addCell(S[k],null,null,null,null));break;case "fpDoor":v.style+="shape=mxgraph.floorplan.doorRight;"+t(e,n)+A(e,n)+D(e)+B(e)+G(e,n,v);F(e);0>e.DoorAngle&&(v.style+="flipV=1;");break;case "fpDoubleDoor":v.style+="shape=mxgraph.floorplan.doorDouble;"+t(e,n)+A(e,n)+D(e)+B(e)+G(e,n,v)+F(e);0<e.DoorAngle&&(v.style+="flipV=1;");break;case "fpRestroomLights":v.style+="strokeColor=none;fillColor=none;"+G(e,n,v);q=new mxCell("",new mxGeometry(0,0,u,.25*r),"part=1;");q.vertex=!0;v.insert(q);q.style+= +t(e,n)+z(e,n)+B(e)+A(e,n)+D(e)+F(e);for(var x=[],qc=.02*u,fc=(u-2*qc)/e.LightCount,rc=.8*fc,k=0;k<e.LightCount;k++)x[k]=new mxCell("",new mxGeometry(qc+fc*k+(fc-rc)/2,.25*r,rc,.75*r),"part=1;shape=ellipse;"),x[k].vertex=!0,v.insert(x[k]),x[k].style+=t(e,n)+z(e,n)+B(e)+A(e,n)+D(e)+F(e);break;case "fpRestroomSinks":v.style+="strokeColor=none;fillColor=none;"+G(e,n,v);for(var q=[],sc=u/e.SinkCount,k=0;k<e.SinkCount;k++)q[k]=new mxCell("",new mxGeometry(sc*k,0,sc,r),"part=1;shape=mxgraph.floorplan.sink_2;"), +q[k].vertex=!0,v.insert(q[k]),q[k].style+=t(e,n)+z(e,n)+B(e)+A(e,n)+D(e)+F(e);break;case "fpRestroomStalls":v.style+="strokeColor=none;fillColor=none;";var xa=.1*u/e.StallCount,q=new mxCell("",new mxGeometry(0,0,xa,r),"fillColor=#000000;part=1;");q.vertex=!0;v.insert(q);q.style+=t(e,n)+B(e);for(var Fa=(u-xa)/e.StallCount,gc=[],Qb=[],Rb=[],Sb=[],I=t(e,n),I=""==I?"#000000;":I.replace("stokreColor=",""),bc="part=1;fillColor="+I+t(e,n)+B(e),hc=z(e,n)+t(e,n)+B(e),k=0;k<e.StallCount;k++)gc[k]=new mxCell("", +new mxGeometry((k+1)*Fa,0,xa,r),bc),gc[k].vertex=!0,v.insert(gc[k]),Rb[k]=new mxCell("",new mxGeometry(xa+k*Fa+.05*(Fa-xa),r-.92*(Fa-xa),.9*(Fa-xa),.92*(Fa-xa)),"shape=mxgraph.floorplan.doorRight;flipV=1;part=1;"),Rb[k].vertex=!0,v.insert(Rb[k]),Rb[k].style+=hc,Qb[k]=new mxCell("",new mxGeometry(xa+k*Fa+.2*(Fa-xa),0,.6*(Fa-xa),.8*(Fa-xa)),"shape=mxgraph.floorplan.toilet;part=1;"),Qb[k].vertex=!0,v.insert(Qb[k]),Qb[k].style+=hc,Sb[k]=new mxCell("",new mxGeometry(xa+k*Fa,.42*r,.15*(Fa-xa),.12*(Fa-xa)), +"part=1;"),Sb[k].vertex=!0,v.insert(Sb[k]),Sb[k].style+=hc;break;case "PEOneToMany":v.style+="strokeColor=none;fillColor=none;";var $b="edgeStyle=none;endArrow=none;part=1;"+t(e,n)+B(e)+A(e,n)+D(e)+F(e),I=t(e,n),I=""==I?"#000000;":I.replace("stokreColor=",""),ic="shape=triangle;part=1;fillColor="+I+t(e,n)+B(e)+A(e,n)+D(e)+F(e),P=new mxCell("",new mxGeometry(0,0,0,0),$b);P.geometry.relative=!0;P.edge=!0;ca(0,.5*r,.65*u,.5*r,P,M,L,aa,v,V);for(var K=r/e.numLines,O=[],ib=[],k=0;k<e.numLines;k++)O[k]= +new mxCell("",new mxGeometry(0,0,0,0),$b),O[k].geometry.relative=!0,O[k].edge=!0,ca(.65*u,.5*r,.96*u,(k+.5)*K,O[k],M,L,aa,v,V),ib[k]=new mxCell("",new mxGeometry(.95*u,(k+.2)*K,.05*u,.6*K),ic),ib[k].vertex=!0,v.insert(ib[k]);break;case "PEMultilines":v.style+="strokeColor=none;fillColor=none;";$b="edgeStyle=none;endArrow=none;part=1;"+t(e,n)+B(e)+A(e,n)+D(e)+F(e);I=t(e,n);I=""==I?"#000000;":I.replace("stokreColor=","");ic="shape=triangle;part=1;fillColor="+I+t(e,n)+B(e)+A(e,n)+D(e)+F(e);K=r/e.numLines; +O=[];ib=[];for(k=0;k<e.numLines;k++)O[k]=new mxCell("",new mxGeometry(0,0,0,0),$b),O[k].geometry.relative=!0,O[k].edge=!0,ca(0,(k+.5)*K,.96*u,(k+.5)*K,O[k],M,L,aa,v,V),ib[k]=new mxCell("",new mxGeometry(.95*u,(k+.2)*K,.05*u,.6*K),ic),ib[k].vertex=!0,v.insert(ib[k]);break;case "PEVesselBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+B(e)+A(e,n)+D(e)+F(e)+l(e);v.value=c(e.Text);switch(e.vesselType){case 1:v.style+="shape=mxgraph.pid.vessels.pressurized_vessel;";break; +case 2:v.style+="shape=hexagon;perimeter=hexagonPerimeter2;size=0.10;direction=south;"}break;case "PEClosedTankBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+B(e)+A(e,n)+D(e)+F(e)+l(e);v.value=c(e.Text);1==e.peakedRoof&&0==e.stumpType?v.style+="shape=mxgraph.pid.vessels.tank_(conical_roof);":1==e.stumpType&&(v.style+="shape=mxgraph.pid.vessels.tank_(boot);");break;case "PEColumnBlock":v.style+="verticalLabelPosition=bottom;verticalAlign=top;"+t(e,n)+z(e,n)+B(e)+A(e, +n)+D(e)+F(e)+l(e);v.value=c(e.Text);v.style=0==e.columnType?v.style+"shape=mxgraph.pid.vessels.pressurized_vessel;":v.style+"shape=mxgraph.pid.vessels.tank;";break;case "PECompressorTurbineBlock":v.style+="strokeColor=none;fillColor=none;"+G(e,n,v)+l(e);v.value=c(e.Text);N=t(e,n)+z(e,n)+B(e)+A(e,n)+D(e)+F(e);q=new mxCell("",new mxGeometry(0,.2*r,u,.6*r),"part=1;shape=trapezoid;perimeter=trapezoidPerimeter;direction=south;");q.vertex=!0;v.insert(q);q.style+=N;N+="endSize=4;endArrow=block;endFill=1;"; +0==e.compressorType?(P=new mxCell("",new mxGeometry(0,0,0,0),""),P.geometry.relative=!0,P.edge=!0,P.style+=N,ca(0,0,0,.2*r,P,M,L,aa,v,V),O=new mxCell("",new mxGeometry(0,0,0,0),""),O.geometry.relative=!0,O.edge=!0,O.style+=N,ca(u,.67*r,u,r,O,M,L,aa,v,V)):(q.style+="flipH=1;",P=new mxCell("",new mxGeometry(0,0,0,0),""),P.geometry.relative=!0,P.edge=!0,P.style+=N,ca(0,0,0,.33*r,P,M,L,aa,v,V),O=new mxCell("",new mxGeometry(0,0,0,0),""),O.geometry.relative=!0,O.edge=!0,O.style+=N,ca(u,.8*r,u,r,O,M,L, +aa,v,V));1==e.centerLineType&&(W=new mxCell("",new mxGeometry(0,0,0,0),""),W.geometry.relative=!0,W.edge=!0,W.style+=N,ca(.2*u,.5*r,.8*u,.5*r,W,M,L,aa,v,V));break;case "PEMotorDrivenTurbineBlock":N=t(e,n)+z(e,n)+B(e)+A(e,n)+F(e);v.style+="shape=ellipse;"+D(e)+G(e,n,v)+l(e);v.value=c(e.Text);q=new mxCell("",new mxGeometry(.2*u,.2*r,.6*u,.6*r),"part=1;shape=trapezoid;perimeter=trapezoidPerimeter;direction=south;");q.vertex=!0;v.insert(q);q.style+=N;break;case "PEIndicatorBlock":case "PEIndicator2Block":case "PESharedIndicatorBlock":case "PEComputerIndicatorBlock":case "PESharedIndicator2Block":case "PEProgrammableIndicatorBlock":N= +A(e,n);v.style+=N+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v);switch(w.Class){case "PEIndicatorBlock":v.style+="shape=mxgraph.pid2inst.discInst;";break;case "PEIndicator2Block":v.style+="shape=mxgraph.pid2inst.indicator;indType=inst;";break;case "PESharedIndicatorBlock":v.style+="shape=mxgraph.pid2inst.sharedCont;";break;case "PEComputerIndicatorBlock":v.style+="shape=mxgraph.pid2inst.compFunc;";break;case "PESharedIndicator2Block":v.style+="shape=mxgraph.pid2inst.indicator;indType=ctrl;";break;case "PEProgrammableIndicatorBlock":v.style+= +"shape=mxgraph.pid2inst.progLogCont;"}"PEIndicator2Block"==w.Class||"PESharedIndicator2Block"==w.Class?(q=new mxCell("",new mxGeometry(0,0,u,.5*u),"part=1;strokeColor=none;fillColor=none;"),q.vertex=!0,v.insert(q),q.style+=N+l(e.TopText),q.value=c(e.TopText),x=new mxCell("",new mxGeometry(0,.5*u,u,.5*u),"part=1;strokeColor=none;fillColor=none;")):(q=new mxCell("",new mxGeometry(0,0,u,.5*r),"part=1;strokeColor=none;fillColor=none;"),q.vertex=!0,v.insert(q),q.style+=N+l(e.TopText),q.value=c(e.TopText), +x=new mxCell("",new mxGeometry(0,.5*r,u,.5*r),"part=1;strokeColor=none;fillColor=none;"));x.vertex=!0;v.insert(x);x.style+=N;l(e.BotText);x.value=c(e.BotText);switch(e.instrumentLocation){case 0:v.style+="mounting=field;";break;case 1:v.style+="mounting=inaccessible;";break;case 2:v.style+="mounting=room;";break;case 3:v.style+="mounting=local;"}break;case "PEGateValveBlock":case "PEGlobeValveBlock":case "PEAngleValveBlock":case "PEAngleGlobeValveBlock":case "PEPoweredValveBlock":var jc=!1;"PEPoweredValveBlock"== +w.Class?1!=e.poweredHandOperated&&(jc=!0):1!=e.handOperated&&(jc=!0);if(jc){var e=m(w).Properties,X=e.BoundingBox,cc=X.h;X.h="PEAngleValveBlock"==w.Class||"PEAngleGlobeValveBlock"==w.Class?.7*X.h:.6*X.h;v=new mxCell("",new mxGeometry(Math.round(.6*X.x+0),Math.round(.6*(X.y+cc-X.h)+0),Math.round(.6*X.w),Math.round(.6*X.h)),"");v.vertex=!0;Z(v,w)}if("PEPoweredValveBlock"==w.Class)v.style+="shape=mxgraph.pid2valves.valve;verticalLabelPosition=bottom;verticalAlign=top;"+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+ +D(e)+G(e,n,v),1==e.poweredHandOperated?(v.style+="valveType=gate;actuator=powered;",q=new mxCell("",new mxGeometry(.325*u,0,.35*u,.35*r),"part=1;strokeColor=none;fillColor=none;spacingTop=2;"),q.vertex=!0,v.insert(q),q.style+=N+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+"fontSize=6;"+f(e.PoweredText)+b(e.PoweredText)+a(e.PoweredText)+d(e.PoweredText)+g(e.PoweredText)+E(e.PoweredText)+C(e.PoweredText)+y(e.PoweredText),q.value=c(e.PoweredText)):v.style+="valveType=gate;";else{v.style+="verticalLabelPosition=bottom;verticalAlign=top;shape=mxgraph.pid2valves.valve;"+ +A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v)+h(e)+f(e)+b(e)+a(e);v.value=c(e.Text);switch(w.Class){case "PEGateValveBlock":v.style+="valveType=gate;";break;case "PEGlobeValveBlock":v.style+="valveType=globe;";break;case "PEAngleValveBlock":v.style+="valveType=angle;";break;case "PEAngleGlobeValveBlock":v.style+="valveType=angleGlobe;flipH=1;"}1==e.handOperated&&(v.style+="actuator=man;")}break;case "UI2BrowserBlock":v.style+="shape=mxgraph.mockup.containers.browserWindow;mainText=;"+A(e,n)+t(e,n)+ +z(e,n)+B(e)+F(e)+D(e)+G(e,n,v);1==e.vScroll&&(H=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-130),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,r-110),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),H.geometry.relative=!0,H.geometry.offset=new mxPoint(-20,110),H.vertex=!0,v.insert(H),v.style+="spacingRight=20;");1==e.hScroll&&(Q=1==e.vScroll?new mxCell("",new mxGeometry(0, +1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),Q.geometry.relative=!0,Q.geometry.offset=new mxPoint(0,-20),Q.vertex=!0,v.insert(Q));break;case "UI2WindowBlock":v.style+="shape=mxgraph.mockup.containers.window;mainText=;align=center;verticalAlign=top;spacing=5;"+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v)+h(e.Title)+f(e.Title)+b(e.Title);v.value= +c(e.Title);1==e.vScroll&&(H=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-50),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,r-30),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),H.geometry.relative=!0,H.geometry.offset=new mxPoint(-20,30),H.vertex=!0,v.insert(H),v.style+="spacingRight=20;");1==e.hScroll&&(Q=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"): +new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),Q.geometry.relative=!0,Q.geometry.offset=new mxPoint(0,-20),Q.vertex=!0,v.insert(Q));break;case "UI2DialogBlock":v.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v)+l(e.Text);v.value=c(e.Text);q=new mxCell("",new mxGeometry(0,0,u,30),"part=1;resizeHeight=0;");q.vertex=!0;v.insert(q);q.style+=N+l(e.Title);q.value=c(e.Title);x=new mxCell("",new mxGeometry(1,.5,20,20),"part=1;shape=ellipse;strokeColor=#008cff;resizable=0;fillColor=none;html=1;"); +x.geometry.relative=!0;x.geometry.offset=new mxPoint(-25,-10);x.vertex=!0;q.insert(x);1==e.vScroll&&(H=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-50),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,r-30),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),H.geometry.relative=!0,H.geometry.offset=new mxPoint(-20,30),H.vertex=!0,v.insert(H),v.style+="spacingRight=20;"); +1==e.hScroll&&(Q=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),Q.geometry.relative=!0,Q.geometry.offset=new mxPoint(0,-20),Q.vertex=!0,v.insert(Q));break;case "UI2AccordionBlock":v.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v);q=[];K=25;for(k=0;k<=e.Panels-1;k++)q[k]=k<e.Selected-1?new mxCell("", +new mxGeometry(0,k*K,u,K),"part=1;fillColor=#000000;fillOpacity=25;"):k==e.Selected-1?new mxCell("",new mxGeometry(0,k*K,u,K),"part=1;fillColor=none;"):new mxCell("",new mxGeometry(0,r-(e.Panels-e.Selected)*K+(k-e.Selected)*K,u,K),"part=1;fillColor=#000000;fillOpacity=25;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=l(e["Panel_"+(k+1)]),q[k].value=c(e["Panel_"+(k+1)]),0>q[k].style.indexOf(";align=")&&(q[k].style+="align=left;spacingLeft=5;");var ea=t(e,n),ea=ea.replace("strokeColor","fillColor2"); +""==ea&&(ea="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-e.Selected*K-20-(e.Panels-e.Selected)*K),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,r-e.Selected*K-(e.Panels-e.Selected)*K),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,e.Selected*K),x.vertex=!0,v.insert(x), +v.style+="spacingRight=20;",x.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));1==e.hScroll&&(H=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),H.geometry.relative=!0,H.geometry.offset=new mxPoint(0,-20-(e.Panels-e.Selected)*K),H.vertex=!0,v.insert(H),H.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));Q=1==e.vScroll? +new mxCell("",new mxGeometry(0,e.Selected*K,u-20,r-e.Selected*K-20-(e.Panels-e.Selected)*K),"part=1;fillColor=none;strokeColor=none;"):new mxCell("",new mxGeometry(0,e.Selected*K,u-20,r-e.Selected*K-(e.Panels-e.Selected)*K),"part=1;fillColor=none;strokeColor=none;");Q.vertex=!0;v.insert(Q);Q.style+=l(e.Content_1);0>Q.style.indexOf(";align=")&&(Q.style+="align=left;spacingLeft=5;");Q.value=c(e.Content_1);break;case "UI2TabBarContainerBlock":v.style+="strokeColor=none;fillColor=none;";var q=[],x=[], +K=25,Ca=3,T=(u+Ca)/(e.Tabs+1),Da=new mxCell("",new mxGeometry(0,K,u,r-K),"part=1;");Da.vertex=!0;v.insert(Da);Da.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v);for(k=0;k<=e.Tabs-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(10+k*T,0,T-Ca,K),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Tab_"+(k+1)])):(q[k]=new mxCell("",new mxGeometry(10+k*T,0,T-Ca,K),"strokeColor=none;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+z(e,n)+D(e),x[k]=new mxCell("", +new mxGeometry(0,0,T-Ca,K),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=t(e,n)+B(e)+F(e)+l(e["Tab_"+(k+1)])),x[k].value=c(e["Tab_"+(k+1)]),0>x[k].style.indexOf(";align=")&&(x[k].style+="align=left;spacingLeft=2;");ea=t(e,n);ea=ea.replace("strokeColor","fillColor2");""==ea&&(ea="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-20-K),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"): +new mxCell("",new mxGeometry(1,0,20,r-K),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,K),x.vertex=!0,v.insert(x),v.style+="spacingRight=20;",x.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));1==e.hScroll&&(H=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"), +H.geometry.relative=!0,H.geometry.offset=new mxPoint(0,-20),H.vertex=!0,v.insert(H),H.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));break;case "UI2TabBar2ContainerBlock":v.style+="strokeColor=none;fillColor=none;";q=[];x=[];K=25;Ca=3;T=(u+Ca)/e.Tabs;Da=new mxCell("",new mxGeometry(0,K,u,r-K),"part=1;");Da.vertex=!0;v.insert(Da);Da.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v);for(k=0;k<=e.Tabs-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(k*T,0,T-Ca,K),""),x[k].vertex=!0,v.insert(x[k]), +x[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Tab_"+(k+1)])):(q[k]=new mxCell("",new mxGeometry(k*T,0,T-Ca,K),"strokeColor=none;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+z(e,n)+D(e),x[k]=new mxCell("",new mxGeometry(0,0,T-Ca,K),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=t(e,n)+B(e)+F(e)+l(e["Tab_"+(k+1)])),x[k].value=c(e["Tab_"+(k+1)]),0>x[k].style.indexOf(";align=")&&(x[k].style+="align=left;spacingLeft=2;");ea=t(e,n);ea=ea.replace("strokeColor", +"fillColor2");""==ea&&(ea="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-20-K),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("",new mxGeometry(1,0,20,r-K),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,K),x.vertex=!0,v.insert(x),v.style+="spacingRight=20;",x.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+ +F(e));1==e.hScroll&&(H=1==e.vScroll?new mxCell("",new mxGeometry(0,1,u-20,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(0,1,u,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"),H.geometry.relative=!0,H.geometry.offset=new mxPoint(0,-20),H.vertex=!0,v.insert(H),H.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));break;case "UI2VTabBarContainerBlock":v.style+="strokeColor=none;fillColor=none;";q=[];x=[];Ca=3;K=25+Ca; +T=80;$a=10;Da=new mxCell("",new mxGeometry(T,0,u-T,r),"part=1;");Da.vertex=!0;v.insert(Da);Da.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v);for(k=0;k<=e.Tabs-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(0,$a+k*K,T,K-Ca),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Tab_"+(k+1)])):(q[k]=new mxCell("",new mxGeometry(0,$a+k*K,T,K-Ca),"strokeColor=none;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+z(e,n)+D(e),x[k]=new mxCell("",new mxGeometry(0, +0,T,K-Ca),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=t(e,n)+B(e)+F(e)+l(e["Tab_"+(k+1)])),x[k].value=c(e["Tab_"+(k+1)]),0>x[k].style.indexOf(";align=")&&(x[k].style+="align=left;spacingLeft=2;");ea=t(e,n);ea=ea.replace("strokeColor","fillColor2");""==ea&&(ea="fillColor2=#000000;");1==e.vScroll&&(x=1==e.hScroll?new mxCell("",new mxGeometry(1,0,20,r-20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"):new mxCell("", +new mxGeometry(1,0,20,r),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=95;direction=north;resizeHeight=1;"),x.geometry.relative=!0,x.geometry.offset=new mxPoint(-20,0),x.vertex=!0,v.insert(x),v.style+="spacingRight=20;",x.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));1==e.hScroll&&(H=1==e.vScroll?new mxCell("",new mxGeometry(T,1,u-20-T,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"):new mxCell("",new mxGeometry(T,1,u-T,20),"part=1;shape=mxgraph.mockup.navigation.scrollBar;barPos=5;resizeWidth=1;"), +H.geometry.relative=!0,H.geometry.offset=new mxPoint(0,-20),H.vertex=!0,v.insert(H),H.style+=ea+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e));break;case "UI2CheckBoxBlock":v.style+="strokeColor=none;fillColor=none;";K=r/e.Options;q=[];x=[];for(k=0;k<e.Options;k++)q[k]=new mxCell("",new mxGeometry(0,k*K+.5*K-5,10,10),"labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Option_"+ +(k+1)]),null!=e.Selected[k+1]&&1==e.Selected[k+1]&&(I=t(e,n),I=I.replace("strokeColor","fillColor"),""==I&&(I="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2,2,6,6),"shape=mxgraph.mscae.general.checkmark;part=1;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=I+A(e,n)+t(e,n)+B(e)+F(e)),q[k].value=c(e["Option_"+(k+1)]);break;case "UI2HorizontalCheckBoxBlock":v.style+="strokeColor=none;fillColor=none;";T=u/e.Options;q=[];x=[];for(k=0;k<e.Options;k++)q[k]=new mxCell("",new mxGeometry(k*T,.5* +r-5,10,10),"labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Option_"+(k+1)]),null!=e.Selected[k+1]&&1==e.Selected[k+1]&&(I=t(e,n),I=I.replace("strokeColor","fillColor"),""==I&&(I="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2,2,6,6),"shape=mxgraph.mscae.general.checkmark;part=1;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=I+A(e,n)+t(e,n)+B(e)+F(e)), +q[k].value=c(e["Option_"+(k+1)]);break;case "UI2RadioBlock":v.style+="strokeColor=none;fillColor=none;";K=r/e.Options;q=[];x=[];for(k=0;k<e.Options;k++)q[k]=new mxCell("",new mxGeometry(0,k*K+.5*K-5,10,10),"shape=ellipse;labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Option_"+(k+1)]),null!=e.Selected&&e.Selected==k+1&&(I=t(e,n),I=I.replace("strokeColor","fillColor"), +""==I&&(I="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2.5,2.5,5,5),"shape=ellipse;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=I+A(e,n)+t(e,n)+B(e)+F(e)),q[k].value=c(e["Option_"+(k+1)]);break;case "UI2HorizontalRadioBlock":v.style+="strokeColor=none;fillColor=none;";T=u/e.Options;q=[];x=[];for(k=0;k<e.Options;k++)q[k]=new mxCell("",new mxGeometry(k*T,.5*r-5,10,10),"shape=ellipse;labelPosition=right;part=1;verticalLabelPosition=middle;align=left;verticalAlign=middle;spacingLeft=3;"), +q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Option_"+(k+1)]),null!=e.Selected&&e.Selected==k+1&&(I=t(e,n),I=I.replace("strokeColor","fillColor"),""==I&&(I="fillColor=#000000;"),x[k]=new mxCell("",new mxGeometry(2,2,6,6),"shape=ellipse;part=1;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=I+A(e,n)+t(e,n)+B(e)+F(e)),q[k].value=c(e["Option_"+(k+1)]);break;case "UI2HSliderBlock":case "UI2VSliderBlock":v.style+="shape=mxgraph.mockup.forms.horSlider;sliderStyle=basic;handleStyle=handle;"+ +A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e);"UI2VSliderBlock"==w.Class&&(v.style+="direction=south;");v.style+="sliderPos="+100*e.ScrollVal+";";break;case "UI2DatePickerBlock":v.style+="strokeColor=none;fillColor=none;";q=new mxCell("",new mxGeometry(0,0,.6*u,r),"part=1;");q.vertex=!0;v.insert(q);q.style+=A(e,n)+t(e,n)+B(e)+F(e)+D(e)+l(e.Date);q.value=c(e.Date);I=t(e,n);I=I.replace("strokeColor","fillColor");""==I&&(I="fillColor=#000000;");x=new mxCell("",new mxGeometry(.75*u,0,.25*u,r),"part=1;shape=mxgraph.gmdl.calendar;"); +x.vertex=!0;v.insert(x);x.style+=I+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e);break;case "UI2SearchBlock":v.style+="shape=mxgraph.mockup.forms.searchBox;mainText=;flipH=1;align=left;spacingLeft=26;"+A(e,n)+t(e,n)+B(e)+F(e)+D(e)+h(e.Search)+f(e.Search)+b(e.Search);v.value=c(e.Search);break;case "UI2NumericStepperBlock":I=t(e,n);I=I.replace("strokeColor","fillColor");""==I&&(I="fillColor=#000000;");v.style+="shape=mxgraph.mockup.forms.spinner;spinLayout=right;spinStyle=normal;adjStyle=triangle;mainText=;align=left;spacingLeft=8;"+ +I+A(e,n)+t(e,n)+B(e)+F(e)+D(e)+h(e.Number)+f(e.Number)+b(e.Number);v.value=c(e.Number);break;case "UI2ButtonBarBlock":v.style+=A(e,n)+t(e,n)+B(e)+F(e)+D(e);q=[];x=[];T=u/e.Buttons;for(k=0;k<=e.Buttons-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(k*T,0,T,r),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Button_"+(k+1)])):(q[k]=new mxCell("",new mxGeometry(k*T,0,T,r),"strokeColor=none;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+z(e,n)+D(e), +x[k]=new mxCell("",new mxGeometry(0,0,T,r),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=t(e,n)+B(e)+F(e)+l(e["Button_"+(k+1)])),x[k].value=c(e["Button_"+(k+1)]);break;case "UI2VerticalButtonBarBlock":v.style+=A(e,n)+t(e,n)+B(e)+F(e)+D(e);q=[];x=[];K=r/e.Buttons;for(k=0;k<=e.Buttons-1;k++)k==e.Selected-1?(x[k]=new mxCell("",new mxGeometry(0,k*K,u,K),""),x[k].vertex=!0,v.insert(x[k]),x[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+l(e["Button_"+(k+1)])):(q[k]=new mxCell("", +new mxGeometry(0,k*K,u,K),"strokeColor=none;"),q[k].vertex=!0,v.insert(q[k]),q[k].style+=A(e,n)+z(e,n)+D(e),x[k]=new mxCell("",new mxGeometry(0,0,u,K),"fillColor=#000000;fillOpacity=25;"),x[k].vertex=!0,q[k].insert(x[k]),x[k].style+=t(e,n)+B(e)+F(e)+l(e["Button_"+(k+1)])),x[k].value=c(e["Button_"+(k+1)]);break;case "UI2LinkBarBlock":v.style+="strokeColor=none;fillColor=none;"+A(e,n)+t(e,n)+B(e)+F(e)+D(e);q=[];x=[];T=u/e.Links;for(k=0;k<e.Links;k++)0!=k?(x[k]=new mxCell("",new mxGeometry(k*T,0,T,r), +"shape=partialRectangle;top=0;bottom=0;right=0;fillColor=none;"),x[k].style+=A(e,n)+D(e)+t(e,n)+B(e)+F(e)):x[k]=new mxCell("",new mxGeometry(k*T,0,T,r),"fillColor=none;strokeColor=none;"),x[k].vertex=!0,v.insert(x[k]),x[k].style+=l(e["Link_"+(k+1)]),x[k].value=c(e["Link_"+(k+1)]);break;case "UI2BreadCrumbsBlock":v.style+="strokeColor=none;fillColor=none;"+A(e,n)+t(e,n)+B(e)+F(e)+D(e);q=[];x=[];T=u/e.Links;for(k=0;k<e.Links;k++)q[k]=new mxCell("",new mxGeometry(k*T,0,T,r),"fillColor=none;strokeColor=none;"), +q[k].vertex=!0,v.insert(q[k]),q[k].style+=l(e["Link_"+(k+1)]),q[k].value=c(e["Link_"+(k+1)]);for(k=1;k<e.Links;k++)x[k]=new mxCell("",new mxGeometry(k/e.Links,.5,6,10),"shape=mxgraph.ios7.misc.right;"),x[k].geometry.relative=!0,x[k].geometry.offset=new mxPoint(-3,-5),x[k].vertex=!0,v.insert(x[k]);break;case "UI2MenuBarBlock":v.style+="strokeColor=none;"+A(e,n)+z(e,n)+D(e);q=[];T=u/(e.Buttons+1);for(k=0;k<=e.Buttons-1;k++)q[k]=k!=e.Selected-1?new mxCell("",new mxGeometry(0,0,T,r),"strokeColor=none;fillColor=none;resizeHeight=1;"): +new mxCell("",new mxGeometry(0,0,T,r),"fillColor=#000000;fillOpacity=25;strokeColor=none;resizeHeight=1;"),q[k].geometry.relative=!0,q[k].geometry.offset=new mxPoint(k*T,0),q[k].vertex=!0,v.insert(q[k]),q[k].style+=l(e["MenuItem_"+(k+1)]),q[k].value=c(e["MenuItem_"+(k+1)]);break;case "UI2AtoZBlock":v.style+="fillColor=none;strokeColor=none;"+l(e.Text_0);v.value="0-9 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";break;case "UI2PaginationBlock":v.style+="fillColor=none;strokeColor=none;"+l(e.Text_prev); +v.value=c(e.Text_prev)+" ";for(k=0;k<e.Links;k++)v.value+=c(e["Link_"+(k+1)])+" ";v.value+=c(e.Text_next);break;case "UI2ContextMenuBlock":v.style+=A(e,n)+z(e,n)+t(e,n)+B(e)+F(e)+D(e);for(var J=[],Za=[],vb=[],K=r/e.Lines,N=null,k=0;k<e.Lines;k++)null!=e["Item_"+(k+1)]&&(null==N&&(N=""+h(e["Item_"+(k+1)])+f(e["Item_"+(k+1)])+b(e["Item_"+(k+1)])),J[k]=new mxCell("",new mxGeometry(0,k*r/e.Lines,u,K),"strokeColor=none;fillColor=none;spacingLeft=20;align=left;html=1;"),J[k].vertex=!0,v.insert(J[k]),J[k].style+= +N,J[k].value=c(e["Item_"+(k+1)])),null!=e.Icons[k+1]&&null!=J[k]&&("dot"==e.Icons[k+1]?(Za[k]=new mxCell("",new mxGeometry(0,.5,8,8),"shape=ellipse;strokeColor=none;"),Za[k].geometry.offset=new mxPoint(6,-4)):"check"==e.Icons[k+1]&&(Za[k]=new mxCell("",new mxGeometry(0,.5,7,8),"shape=mxgraph.mscae.general.checkmark;strokeColor=none;"),Za[k].geometry.offset=new mxPoint(6.5,-4)),null!=Za[k]&&(Za[k].geometry.relative=!0,Za[k].vertex=!0,J[k].insert(Za[k]),I=t(e,n),I=I.replace("strokeColor","fillColor"), +""==I&&(I="fillColor=#000000;"),Za[k].style+=I)),null!=e["Shortcut_"+(k+1)]&&(null==N&&(N=""+h(e["Shortcut_"+(k+1)])+f(e["Shortcut_"+(k+1)])+b(e["Shortcut_"+(k+1)])),vb[k]=new mxCell("",new mxGeometry(.6*u,k*r/e.Lines,.4*u,K),"strokeColor=none;fillColor=none;spacingRight=3;align=right;html=1;"),vb[k].vertex=!0,v.insert(vb[k]),vb[k].style+=N,vb[k].value=c(e["Shortcut_"+(k+1)])),null!=e.Dividers[k+1]&&(J[k]=new mxCell("",new mxGeometry(.05*u,k*r/e.Lines,.9*u,K),"shape=line;strokeWidth=0.25;"),J[k].vertex= +!0,v.insert(J[k]),J[k].style+=t(e,n));break;case "UI2ProgressBarBlock":v.style+="shape=mxgraph.mockup.misc.progressBar;fillColor2=#888888;barPos="+100*e.ScrollVal+";";break;case "UI2TooltipSquareBlock":v.style+="html=1;shape=callout;flipV=1;base=13;size=7;position=0.5;position2=0.66;rounded=1;arcSize="+e.RoundCorners+";"+A(e,n)+z(e,n)+t(e,n)+B(e)+F(e)+D(e)+l(e.Tip);v.value=c(e.Tip);break;case "UI2CalloutBlock":v.style+="shape=ellipse;"+A(e,n)+z(e,n)+t(e,n)+B(e)+F(e)+D(e)+l(e.Txt);v.value=c(e.Txt); +break;case "UI2AlertBlock":v.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+D(e)+G(e,n,v)+l(e.Txt);v.value=c(e.Txt);q=new mxCell("",new mxGeometry(0,0,u,30),"part=1;resizeHeight=0;");q.vertex=!0;v.insert(q);q.style+=N+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+l(e.Title);q.value=c(e.Title);x=new mxCell("",new mxGeometry(1,.5,20,20),"part=1;shape=ellipse;strokeColor=#008cff;resizable=0;fillColor=none;html=1;");x.geometry.relative=!0;x.geometry.offset=new mxPoint(-25,-10);x.vertex=!0;q.insert(x);for(var tc=45*e.Buttons+ +(10*e.Buttons-1),H=[],k=0;k<e.Buttons;k++)H[k]=new mxCell("",new mxGeometry(.5,1,45,20),"part=1;html=1;"),H[k].geometry.relative=!0,H[k].geometry.offset=new mxPoint(.5*-tc+55*k,-40),H[k].vertex=!0,v.insert(H[k]),H[k].style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+l(e["Button_"+(k+1)]),H[k].value=c(e["Button_"+(k+1)]);break;case "UMLClassBlock":if(0==e.Simple){var N=z(e,n),ya=Math.round(.6*e.TitleHeight),N=N.replace("fillColor","swimlaneFillColor");""==N&&(N="swimlaneFillColor=#ffffff;");v.style+="swimlane;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+ +N+"startSize="+ya+";"+A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+l(e.Title);v.value=c(e.Title);for(var J=[],kc=[],ua=ya/r,k=0;k<=e.Attributes;k++)0<k&&(kc[k]=new mxCell("",new mxGeometry(0,0,40,8),"line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;"),kc[k].vertex=!0,v.insert(kc[k])),K=0,k<e.Attributes?(K=e["Text"+(k+1)+"Percent"],ua+=K):K=1-ua,J[k]=new mxCell("",new mxGeometry(0,0,u,Math.round((r- +ya)*K)),"part=1;resizeHeight=0;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),J[k].vertex=!0,v.insert(J[k]),J[k].style+=N+A(e,n)+h(e["Text"+(k+1)])+f(e["Text"+(k+1)])+b(e["Text"+(k+1)]),J[k].value=c(e["Text"+(k+1)])}else v.style+=A(e,n)+t(e,n)+z(e,n)+B(e)+F(e)+l(e.Title),v.value=c(e.Title);break;case "ERDEntityBlock":N=z(e,n);ya=.6*e.Name_h;N=N.replace("fillColor","swimlaneFillColor"); +""==N&&(N="swimlaneFillColor=#ffffff;");v.style+="swimlane;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+N+"startSize="+ya+";"+A(e,n)+t(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+z(e,n);v.value=c(e.Name);J=[];ua=ya/r;for(k=0;k<e.Fields;k++)K=0,J[k]=new mxCell("",new mxGeometry(0,0,u,.6*e["Field"+(k+1)+"_h"]),"part=1;resizeHeight=0;strokeColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), +J[k].vertex=!0,v.insert(J[k]),J[k].style+=N+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),J[k].style=1==e.AltRows&&0!=k%2?J[k].style+"fillColor=#000000;opacity=5;":J[k].style+("fillColor=none;"+A(e,n)),J[k].value=c(e["Field"+(k+1)]);break;case "ERDEntityBlock2":N=z(e,n);ya=.6*e.Name_h;N=N.replace("fillColor","swimlaneFillColor");""==N&&(N="swimlaneFillColor=#ffffff;");v.style+="swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+N+"startSize="+ya+";"+ +A(e,n)+t(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+z(e,n);v.value=c(e.Name);var J=[],da=[],ua=ya,Ea=30;null!=e.Column1&&(Ea=.6*e.Column1);for(k=0;k<e.Fields;k++)K=0,da[k]=new mxCell("",new mxGeometry(0,ua,Ea,.6*e["Key"+(k+1)+"_h"]),"strokeColor=none;part=1;resizeHeight=0;align=center;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),da[k].vertex=!0,v.insert(da[k]),da[k].style+=N+ +h(e["Key"+(k+1)])+f(e["Key"+(k+1)])+b(e["Key"+(k+1)]),da[k].style=1==e.AltRows&&0!=k%2?da[k].style+"fillColor=#000000;fillOpacity=5;":da[k].style+("fillColor=none;"+A(e,n)),da[k].value=c(e["Key"+(k+1)]),J[k]=new mxCell("",new mxGeometry(Ea,ua,u-Ea,.6*e["Field"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),J[k].vertex=!0,v.insert(J[k]), +J[k].style+=N+t(e,n)+B(e)+F(e)+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),J[k].style=1==e.AltRows&&0!=k%2?J[k].style+"fillColor=#000000;fillOpacity=5;":J[k].style+("fillColor=none;"+A(e,n)),J[k].value=c(e["Field"+(k+1)]),ua+=.6*e["Key"+(k+1)+"_h"];break;case "ERDEntityBlock3":N=z(e,n);ya=.6*e.Name_h;N=N.replace("fillColor","swimlaneFillColor");""==N&&(N="swimlaneFillColor=#ffffff;");v.style+="swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+N+ +"startSize="+ya+";"+A(e,n)+t(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+z(e,n);v.value=c(e.Name);J=[];da=[];ua=ya;Ea=30;null!=e.Column1&&(Ea=.6*e.Column1);for(k=0;k<e.Fields;k++)K=0,da[k]=new mxCell("",new mxGeometry(0,ua,Ea,.6*e["Field"+(k+1)+"_h"]),"strokeColor=none;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"),da[k].vertex=!0,v.insert(da[k]), +da[k].style+=N+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),da[k].style=1==e.AltRows&&0!=k%2?da[k].style+"fillColor=#000000;fillOpacity=5;":da[k].style+("fillColor=none;"+A(e,n)),da[k].value=c(e["Field"+(k+1)]),J[k]=new mxCell("",new mxGeometry(Ea,ua,u-Ea,.6*e["Type"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), +J[k].vertex=!0,v.insert(J[k]),J[k].style+=N+t(e,n)+B(e)+F(e)+h(e["Type"+(k+1)])+f(e["Type"+(k+1)])+b(e["Type"+(k+1)]),J[k].style=1==e.AltRows&&0!=k%2?J[k].style+"fillColor=#000000;fillOpacity=5;":J[k].style+("fillColor=none;"+A(e,n)),J[k].value=c(e["Type"+(k+1)]),ua+=.6*e["Field"+(k+1)+"_h"];break;case "ERDEntityBlock4":N=z(e,n);ya=.6*e.Name_h;N=N.replace("fillColor","swimlaneFillColor");""==N&&(N="swimlaneFillColor=#ffffff;");v.style+="swimlane;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;"+ +N+"startSize="+ya+";"+A(e,n)+t(e,n)+B(e)+F(e)+l(e.Name);v.style=e.ShadedHeader?v.style+"fillColor=#e0e0e0;":v.style+z(e,n);v.value=c(e.Name);var J=[],da=[],bb=[],ua=ya,Ea=30,ac=40;null!=e.Column1&&(Ea=.6*e.Column1);null!=e.Column2&&(ac=.6*e.Column2);for(k=0;k<e.Fields;k++)K=0,da[k]=new mxCell("",new mxGeometry(0,ua,Ea,.6*e["Key"+(k+1)+"_h"]),"strokeColor=none;part=1;resizeHeight=0;align=center;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), +da[k].vertex=!0,v.insert(da[k]),da[k].style+=N+h(e["Key"+(k+1)])+f(e["Key"+(k+1)])+b(e["Key"+(k+1)]),da[k].style=1==e.AltRows&&0!=k%2?da[k].style+"fillColor=#000000;fillOpacity=5;":da[k].style+("fillColor=none;"+A(e,n)),da[k].value=c(e["Key"+(k+1)]),J[k]=new mxCell("",new mxGeometry(Ea,ua,u-Ea-ac,.6*e["Field"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), +J[k].vertex=!0,v.insert(J[k]),J[k].style+=N+t(e,n)+B(e)+F(e)+h(e["Field"+(k+1)])+f(e["Field"+(k+1)])+b(e["Field"+(k+1)]),J[k].style=1==e.AltRows&&0!=k%2?J[k].style+"fillColor=#000000;fillOpacity=5;":J[k].style+("fillColor=none;"+A(e,n)),J[k].value=c(e["Field"+(k+1)]),bb[k]=new mxCell("",new mxGeometry(u-ac,ua,ac,.6*e["Type"+(k+1)+"_h"]),"shape=partialRectangle;top=0;right=0;bottom=0;part=1;resizeHeight=0;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;"), +bb[k].vertex=!0,v.insert(bb[k]),bb[k].style+=N+t(e,n)+B(e)+F(e)+h(e["Type"+(k+1)])+f(e["Type"+(k+1)])+b(e["Type"+(k+1)]),bb[k].style=1==e.AltRows&&0!=k%2?bb[k].style+"fillColor=#000000;fillOpacity=5;":bb[k].style+("fillColor=none;"+A(e,n)),bb[k].value=c(e["Type"+(k+1)]),ua+=.6*e["Key"+(k+1)+"_h"]}return v}var sa=["GSDFDProcessBlock","GSDFDProcessBlock2","RoundedRectangleContainerBlock","UI2ButtonBlock","UMLStateBlock"],za=["UMLActivationBlock"],fb="VennPlainColor1 VennPlainColor2 VennPlainColor3 VennPlainColor4 VennPlainColor5 VennPlainColor6 VennPlainColor7 VennPlainColor8 VennGradientColor1 VennGradientColor2 VennGradientColor3 VennGradientColor4 VennGradientColor5 VennGradientColor6 VennGradientColor7 VennGradientColor8 UMLEndBlock DefaultTextBlockNew iOSButton".split(" "), +Ub="AWSAndroidBlock3 AWSiOSBlock3 AWSJavaBlock3 AWSJavaScript AWSNetBlock3 AWSNodeJSBlock3 AWSPHPBlock3 AWSPythonBlock3 AWSRubyBlock3 AWSXamarin AWSCLIBlock3 AWSEclipseToolkitBlock3 AWSVisualStudioToolkitBlock3 AWSWindowsPowershellToolkitBlock3 DefaultTextBlock RectangleContainerBlock UMLStartBlock UMLEndBlock DefaultTextBlockNew UMLHForkJoinBlock iOSButton".split(" "),Tb="VennPlainColor1 VennPlainColor2 VennPlainColor3 VennPlainColor4 VennPlainColor5 VennPlainColor6 VennPlainColor7 VennPlainColor8 VennGradientColor1 VennGradientColor2 VennGradientColor3 VennGradientColor4 VennGradientColor5 VennGradientColor6 VennGradientColor7 VennGradientColor8".split(" "), +bc=["AEUSBBlock","AGSCutandpasteBlock","iOSDeviceiPadLandscape","iOSDeviceiPadProLandscape"],cc=["fpDoor"],xb={None:"none",Arrow:"block;endFill=1","Hollow Arrow":"block;endFill=0","Open Arrow":"open;","CFN ERD Zero Or More Arrow":"ERzeroToMany;startSize=10","CFN ERD One Or More Arrow":"ERoneToMany;startSize=10","CFN ERD Many Arrow":"ERmany;startSize=10","CFN ERD Exactly One Arrow":"ERmandOne;startSize=10","CFN ERD Zero Or One Arrow":"ERzeroToOne;startSize=10","CFN ERD One Arrow":"ERone;startSize=16", Generalization:"block;endFill=0;startSize=12","Big Open Arrow":"open;startSize=10",Asynch1:"openAsync;flipH=1;startSize=10",Asynch2:"openAsync;startSize=10",Aggregation:"diamond;endFill=0;startSize=16",Composition:"diamond;endFill=1;startSize=16",BlockEnd:"none;endFill=1;startSize=16"},gb={DefaultTextBlockNew:"text;strokeColor=none;fillColor=none",DefaultTextBlock:"text;strokeColor=none;fillColor=none",DefaultSquareBlock:"",DefaultNoteBlock:"shape=note;size=15",DefaultNoteBlockV2:"shape=note;size=15", HotspotBlock:"strokeColor=none;opacity=50",ImageSearchBlock2:"shape=image",ProcessBlock:"",DecisionBlock:"rhombus",TerminatorBlock:"rounded=1;arcSize=50",PredefinedProcessBlock:"shape=process",DocumentBlock:"shape=document",MultiDocumentBlock:"shape=mxgraph.flowchart.multi-document",ManualInputBlock:"shape=manualInput;size=15",PreparationBlock:"shape=hexagon;perimeter=hexagonPerimeter2",DataBlock:"shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0",DataBlockNew:"shape=parallelogram;perimeter=parallelogramPerimeter;anchorPointDirection=0", DatabaseBlock:"shape=cylinder;size=0.1;anchorPointDirection=0;boundedLbl=1;",DirectAccessStorageBlock:"shape=cylinder;direction=south;size=0.1;anchorPointDirection=0;boundedLbl=1;",InternalStorageBlock:"shape=internalStorage;dx=10;dy=10",PaperTapeBlock:"shape=tape;size=0.2",ManualOperationBlockNew:"shape=trapezoid;perimeter=trapezoidPerimeter;anchorPointDirection=0;flipV=1",DelayBlock:"shape=delay",StoredDataBlock:"shape=dataStorage",MergeBlock:"triangle;direction=south;anchorPointDirection=0",ConnectorBlock:"ellipse", @@ -472,48 +477,45 @@ Image_iphone_list:"mxCompositeShape",Image_iphone_gray_grad_list:"",Image_iphone Image_iphone_back_button:"shape=mxgraph.ios.iButtonBack;strokeColor=#444444;buttonText=;fillColor=#dddddd;fillColor2=#3D5565",Image_iphone_prev_next:"shape=mxgraph.ios.iPrevNext;strokeColor=#444444;fillColor=#dddddd;fillColor2=#3D5565;fillColor3=#ffffff",Image_iphone_sort_handle:"shape=mxgraph.ios7.icons.options",Image_iphone_slider:"shape=mxgraph.ios.iSlider;barPos=60",Image_iphone_dropdown:"shape=mxgraph.ios.iComboBox;buttonText=;fillColor=#dddddd;fillColor2=#3D5565",Image_iphone_email_name:"", Image_iphone_switch_off:"shape=mxgraph.android.switch_off;fillColor=#666666",Image_iphone_keyboard_button_blue:"",Image_iphone_keyboard_letters:"shape=mxgraph.ios.iKeybLett",Image_iphone_keyboard_landscape:"shape=mxgraph.ios.iKeybLett",Image_iphone_large_tabbed_button:"mxCompositeShape",Image_iphone_sort_button:"mxCompositeShape",Image_iphone_tab_bar:"mxCompositeShape",Image_iphone_picker_multi:"mxCompositeShape",Image_iphone_picker_web:"mxCompositeShape",Image_iphone_add_icon_blue:"shape=mxgraph.ios.iAddIcon;fillColor=#8BbEff;fillColor2=#135Ec8;strokeColor=#ffffff", Image_iphone_add_icon_green:"shape=mxgraph.ios.iAddIcon;fillColor=#7AdF78;fillColor2=#1A9917;strokeColor=#ffffff",Image_iphone_remove_icon:"shape=mxgraph.ios.iDeleteIcon;fillColor=#e8878E;fillColor2=#BD1421;strokeColor=#ffffff",Image_iphone_arrow_icon:"shape=mxgraph.ios.iArrowIcon;fillColor=#8BbEff;fillColor2=#135Ec8;strokeColor=#ffffff",Image_iphone_arrow:"shape=mxgraph.ios7.misc.more",Image_iphone_checkmark:"shape=mxgraph.ios7.misc.check",Image_iphone_check_off:"shape=ellipse",Image_iphone_location_dot:"shape=ellipse", -Image_iphone_mark_as_read:"shape=ellipse",Image_iphone_pin_green:"shape=mxgraph.ios.iPin;fillColor2=#00dd00;fillColor3=#004400;strokeColor=#006600",Image_iphone_pin_red:"shape=mxgraph.ios.iPin;fillColor2=#dd0000;fillColor3=#440000;strokeColor=#660000",Image_iphone_radio_off:"shape=ellipse",Image_iphone_checkbox_off:"",Image_iphone_indicator:"fillColor=#e8878E;gradientColor=#BD1421;strokeColor=#ffffff",Image_iphone_thread_count:""},Sb=function(a,b,d){0>mxUtils.indexOf(d,a)&&d.push(a);if(a in b){var g= -b[a];g.id=a;if(null!=g.Members)for(var e in g.Members)d=Sb(e,b,d)}return d};EditorUi.prototype.pasteLucidChart=function(a,b,d,g){var e=this.editor.graph;e.getModel().beginUpdate();try{var p=function(a,b){var d=null!=b.Endpoint1.Block?f[b.Endpoint1.Block]:null,g=null!=b.Endpoint2.Block?f[b.Endpoint2.Block]:null,p;p=new mxCell("",new mxGeometry(0,0,100,100),"html=1;jettySize=18;");p.geometry.relative=!0;p.edge=!0;Y(p,a);var D=m(a).Properties,k=null!=D?D.TextAreas:a.TextAreas;if(null!=k){for(var C=0;null!= -k["t"+C];){var y=k["t"+C];p=X(y,p);C++}for(C=1;null!=k["m"+C];)y=k["m"+C],p=X(y,p,a),C++;null!=k.Text&&(p=X(k,p,a));k=null!=D?D.TextAreas:a.TextAreas;null!=k.Message&&(p=X(k.Message,p,a))}null==d&&null!=b.Endpoint1&&p.geometry.setTerminalPoint(new mxPoint(Math.round(.6*b.Endpoint1.x),Math.round(.6*b.Endpoint1.y)),!0);null==g&&null!=b.Endpoint2&&p.geometry.setTerminalPoint(new mxPoint(Math.round(.6*b.Endpoint2.x),Math.round(.6*b.Endpoint2.y)),!1);c.push(e.addCell(p,null,null,d,g))},c=[],f={},D=[], -C=[],y=0;if(null!=a.Groups)for(var q in a.Groups){var n=a.Groups[q];n.id=q;if(1==n.Hidden&&null!=n.Members){0>mxUtils.indexOf(C,q)&&C.push(q);for(var h in n.Members)C=Sb(h,a.Groups,C)}}if(null!=a.Blocks)for(q in a.Blocks)n=a.Blocks[q],n.id=q,0>mxUtils.indexOf(C,q)&&(h=!1,null!=gb[n.Class]&&"mxCompositeShape"==gb[n.Class]&&(f[n.id]=ab(n,c,e),D.push(n),h=!0),h||(f[n.id]=K(n),D.push(n)));else for(y=0;y<a.Objects.length;y++)n=a.Objects[y],null!=n.Action&&"mxCompositeShape"==gb[n.Action.Class]?f[n.id]= -ab(n,c,e):n.IsBlock&&null!=n.Action&&null!=n.Action.Properties&&(f[n.id]=K(n)),D.push(n);D.sort(function(a,b){a=m(a);b=m(b);return null!=a.Properties&&null!=b.Properties?a.Properties.ZOrder-b.Properties.ZOrder:0});for(y=0;y<D.length;y++){var n=D[y],l=f[n.id];null!=l?c.push(e.addCell(l)):n.IsLine&&null!=n.Action&&null!=n.Action.Properties&&p(n,n.Action.Properties)}if(null!=a.Lines)for(q in a.Lines)0>mxUtils.indexOf(C,q)&&(n=a.Lines[q],p(n,n));if(g&&null!=b&&null!=d){e.isGridEnabled()&&(b=e.snap(b), -d=e.snap(d));var z=e.getBoundingBoxFromGeometry(c,!0);null!=z&&e.moveCells(c,b-z.x,d-z.y)}e.setSelectionCells(c)}finally{e.getModel().endUpdate()}e.isSelectionEmpty()||(e.scrollCellToVisible(e.getSelectionCell()),null!=this.hoverIcons&&this.hoverIcons.update(e.view.getState(e.getSelectionCell())))}})();function VsdxExport(c){function m(a,b){var d={"[Content_Types].xml":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Types xmlns='http://schemas.openxmlformats.org/package/2006/content-types'><Default Extension='png' ContentType='image/png'/><Default Extension='jpg' ContentType='image/jpeg'/><Default Extension='jpeg' ContentType='image/jpeg'/><Default Extension='svg' ContentType='image/svg+xml'/><Default Extension='bmp' ContentType='image/bmp'/><Default Extension='gif' ContentType='image/gif'/><Default Extension='emf' ContentType='image/x-emf' /><Default Extension='rels' ContentType='application/vnd.openxmlformats-package.relationships+xml' /><Default Extension='xml' ContentType='application/xml' /><Override PartName='/docProps/app.xml' ContentType='application/vnd.openxmlformats-officedocument.extended-properties+xml' /><Override PartName='/docProps/core.xml' ContentType='application/vnd.openxmlformats-package.core-properties+xml' /><Override PartName='/docProps/custom.xml' ContentType='application/vnd.openxmlformats-officedocument.custom-properties+xml' /><Override PartName='/visio/document.xml' ContentType='application/vnd.ms-visio.drawing.main+xml' /><Override PartName='/visio/masters/masters.xml' ContentType='application/vnd.ms-visio.masters+xml' /><Override PartName='/visio/masters/master1.xml' ContentType='application/vnd.ms-visio.master+xml'/><Override PartName='/visio/pages/page1.xml' ContentType='application/vnd.ms-visio.page+xml' /><Override PartName='/visio/pages/pages.xml' ContentType='application/vnd.ms-visio.pages+xml' /><Override PartName='/visio/windows.xml' ContentType='application/vnd.ms-visio.windows+xml' /></Types>", +Image_iphone_mark_as_read:"shape=ellipse",Image_iphone_pin_green:"shape=mxgraph.ios.iPin;fillColor2=#00dd00;fillColor3=#004400;strokeColor=#006600",Image_iphone_pin_red:"shape=mxgraph.ios.iPin;fillColor2=#dd0000;fillColor3=#440000;strokeColor=#660000",Image_iphone_radio_off:"shape=ellipse",Image_iphone_checkbox_off:"",Image_iphone_indicator:"fillColor=#e8878E;gradientColor=#BD1421;strokeColor=#ffffff",Image_iphone_thread_count:""},zb=function(a,b,d){0>mxUtils.indexOf(d,a)&&d.push(a);if(a in b){var g= +b[a];g.id=a;if(null!=g.Members)for(var e in g.Members)d=zb(e,b,d)}return d};LucidImporter.importState=function(a){var b=['<?xml version="1.0" encoding="UTF-8"?>',"<mxfile>"],d=[];if(null!=a.state){a=JSON.parse(a.state);for(var g in a.Pages)d.push(a.Pages[g]);d.sort(function(a,b){return a.Properties.Order<b.Properties.Order?-1:a.Properties.Order>b.Properties.Order?1:0})}else d.push(a);a=db();g=new mxCodec;for(var e=0;e<d.length;e++){b.push("<diagram");null!=d[e].Properties&&null!=d[e].Properties.Title&& +b.push(' name="'+mxUtils.htmlEntities(d[e].Properties.Title)+'"');ga(a,d[e],null,null,null,!0);var p=g.encode(a.getModel());a.getModel().clear();b.push(">"+Graph.prototype.compress(mxUtils.getXml(p))+"</diagram>")}b.push("</mxfile>");return b.join("")}})();function VsdxExport(c){function m(a,b){var d={"[Content_Types].xml":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Types xmlns='http://schemas.openxmlformats.org/package/2006/content-types'><Default Extension='png' ContentType='image/png'/><Default Extension='jpg' ContentType='image/jpeg'/><Default Extension='jpeg' ContentType='image/jpeg'/><Default Extension='svg' ContentType='image/svg+xml'/><Default Extension='bmp' ContentType='image/bmp'/><Default Extension='gif' ContentType='image/gif'/><Default Extension='emf' ContentType='image/x-emf' /><Default Extension='rels' ContentType='application/vnd.openxmlformats-package.relationships+xml' /><Default Extension='xml' ContentType='application/xml' /><Override PartName='/docProps/app.xml' ContentType='application/vnd.openxmlformats-officedocument.extended-properties+xml' /><Override PartName='/docProps/core.xml' ContentType='application/vnd.openxmlformats-package.core-properties+xml' /><Override PartName='/docProps/custom.xml' ContentType='application/vnd.openxmlformats-officedocument.custom-properties+xml' /><Override PartName='/visio/document.xml' ContentType='application/vnd.ms-visio.drawing.main+xml' /><Override PartName='/visio/masters/masters.xml' ContentType='application/vnd.ms-visio.masters+xml' /><Override PartName='/visio/masters/master1.xml' ContentType='application/vnd.ms-visio.master+xml'/><Override PartName='/visio/pages/page1.xml' ContentType='application/vnd.ms-visio.page+xml' /><Override PartName='/visio/pages/pages.xml' ContentType='application/vnd.ms-visio.pages+xml' /><Override PartName='/visio/windows.xml' ContentType='application/vnd.ms-visio.windows+xml' /></Types>", "_rels/.rels":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Relationships xmlns='http://schemas.openxmlformats.org/package/2006/relationships'><Relationship Id='rId1' Type='http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties' Target='docProps/core.xml' /><Relationship Id='rId2' Type='http://schemas.microsoft.com/visio/2010/relationships/document' Target='visio/document.xml' /><Relationship Id='rId3' Type='http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties' Target='docProps/custom.xml' /><Relationship Id='rId4' Type='http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties' Target='docProps/app.xml' /></Relationships>", "docProps/app.xml":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Properties xmlns=\'http://schemas.openxmlformats.org/officeDocument/2006/extended-properties\' xmlns:vt=\'http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\'><Application>Microsoft Visio</Application><AppVersion>15.0000</AppVersion><Template /><Manager /><Company /><HyperlinkBase /></Properties>',"docProps/core.xml":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><cp:coreProperties xmlns:cp='http://schemas.openxmlformats.org/package/2006/metadata/core-properties' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:dcterms='http://purl.org/dc/terms/' xmlns:dcmitype='http://purl.org/dc/dcmitype/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'><dc:title /><dc:subject /><dc:creator /><cp:keywords /><dc:description /><cp:category /><dc:language>en-US</dc:language></cp:coreProperties>", "docProps/custom.xml":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Properties xmlns=\'http://schemas.openxmlformats.org/officeDocument/2006/custom-properties\' xmlns:vt=\'http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\' />',"visio/document.xml":"<?xml version='1.0' encoding='utf-8' ?><VisioDocument xmlns='http://schemas.microsoft.com/office/visio/2012/main' xmlns:r='http://schemas.openxmlformats.org/officeDocument/2006/relationships' xml:space='preserve'><DocumentSettings TopPage='0' DefaultTextStyle='3' DefaultLineStyle='3' DefaultFillStyle='3' DefaultGuideStyle='4'><GlueSettings>9</GlueSettings><SnapSettings>65847</SnapSettings><SnapExtensions>34</SnapExtensions><SnapAngles/><DynamicGridEnabled>1</DynamicGridEnabled><ProtectStyles>0</ProtectStyles><ProtectShapes>0</ProtectShapes><ProtectMasters>0</ProtectMasters><ProtectBkgnds>0</ProtectBkgnds></DocumentSettings><Colors><ColorEntry IX='24' RGB='#000000'/><ColorEntry IX='25' RGB='#FFFFFF'/><ColorEntry IX='26' RGB='#FF0000'/><ColorEntry IX='27' RGB='#00FF00'/><ColorEntry IX='28' RGB='#0000FF'/><ColorEntry IX='29' RGB='#FFFF00'/><ColorEntry IX='30' RGB='#FF00FF'/><ColorEntry IX='31' RGB='#00FFFF'/><ColorEntry IX='32' RGB='#800000'/><ColorEntry IX='33' RGB='#008000'/><ColorEntry IX='34' RGB='#000080'/><ColorEntry IX='35' RGB='#808000'/><ColorEntry IX='36' RGB='#800080'/><ColorEntry IX='37' RGB='#008080'/><ColorEntry IX='38' RGB='#C0C0C0'/><ColorEntry IX='39' RGB='#E6E6E6'/><ColorEntry IX='40' RGB='#CDCDCD'/><ColorEntry IX='41' RGB='#B3B3B3'/><ColorEntry IX='42' RGB='#9A9A9A'/><ColorEntry IX='43' RGB='#808080'/><ColorEntry IX='44' RGB='#666666'/><ColorEntry IX='45' RGB='#4D4D4D'/><ColorEntry IX='46' RGB='#333333'/><ColorEntry IX='47' RGB='#1A1A1A'/><ColorEntry IX='48' RGB='#7F7F7F'/><ColorEntry IX='49' RGB='#99004D'/><ColorEntry IX='50' RGB='#FF0080'/><ColorEntry IX='51' RGB='#CC0066'/></Colors><FaceNames><FaceName NameU='Calibri' UnicodeRanges='-536859905 -1073732485 9 0' CharSets='536871423 0' Panose='2 15 5 2 2 2 4 3 2 4' Flags='325'/></FaceNames><StyleSheets><StyleSheet ID='0' NameU='No Style' IsCustomNameU='1' Name='No Style' IsCustomName='1'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LineWeight' V='0.01041666666666667'/><Cell N='LineColor' V='0'/><Cell N='LinePattern' V='1'/><Cell N='Rounding' V='0'/><Cell N='EndArrowSize' V='2'/><Cell N='BeginArrow' V='0'/><Cell N='EndArrow' V='0'/><Cell N='LineCap' V='0'/><Cell N='BeginArrowSize' V='2'/><Cell N='LineColorTrans' V='0'/><Cell N='CompoundType' V='0'/><Cell N='FillForegnd' V='1'/><Cell N='FillBkgnd' V='0'/><Cell N='FillPattern' V='1'/><Cell N='ShdwForegnd' V='0'/><Cell N='ShdwPattern' V='0'/><Cell N='FillForegndTrans' V='0'/><Cell N='FillBkgndTrans' V='0'/><Cell N='ShdwForegndTrans' V='0'/><Cell N='ShapeShdwType' V='0'/><Cell N='ShapeShdwOffsetX' V='0'/><Cell N='ShapeShdwOffsetY' V='0'/><Cell N='ShapeShdwObliqueAngle' V='0'/><Cell N='ShapeShdwScaleFactor' V='1'/><Cell N='ShapeShdwBlur' V='0'/><Cell N='ShapeShdwShow' V='0'/><Cell N='LeftMargin' V='0'/><Cell N='RightMargin' V='0'/><Cell N='TopMargin' V='0'/><Cell N='BottomMargin' V='0'/><Cell N='VerticalAlign' V='1'/><Cell N='TextBkgnd' V='0'/><Cell N='DefaultTabStop' V='0.5'/><Cell N='TextDirection' V='0'/><Cell N='TextBkgndTrans' V='0'/><Cell N='LockWidth' V='0'/><Cell N='LockHeight' V='0'/><Cell N='LockMoveX' V='0'/><Cell N='LockMoveY' V='0'/><Cell N='LockAspect' V='0'/><Cell N='LockDelete' V='0'/><Cell N='LockBegin' V='0'/><Cell N='LockEnd' V='0'/><Cell N='LockRotate' V='0'/><Cell N='LockCrop' V='0'/><Cell N='LockVtxEdit' V='0'/><Cell N='LockTextEdit' V='0'/><Cell N='LockFormat' V='0'/><Cell N='LockGroup' V='0'/><Cell N='LockCalcWH' V='0'/><Cell N='LockSelect' V='0'/><Cell N='LockCustProp' V='0'/><Cell N='LockFromGroupFormat' V='0'/><Cell N='LockThemeColors' V='0'/><Cell N='LockThemeEffects' V='0'/><Cell N='LockThemeConnectors' V='0'/><Cell N='LockThemeFonts' V='0'/><Cell N='LockThemeIndex' V='0'/><Cell N='LockReplace' V='0'/><Cell N='LockVariation' V='0'/><Cell N='NoObjHandles' V='0'/><Cell N='NonPrinting' V='0'/><Cell N='NoCtlHandles' V='0'/><Cell N='NoAlignBox' V='0'/><Cell N='UpdateAlignBox' V='0'/><Cell N='HideText' V='0'/><Cell N='DynFeedback' V='0'/><Cell N='GlueType' V='0'/><Cell N='WalkPreference' V='0'/><Cell N='BegTrigger' V='0' F='No Formula'/><Cell N='EndTrigger' V='0' F='No Formula'/><Cell N='ObjType' V='0'/><Cell N='Comment' V=''/><Cell N='IsDropSource' V='0'/><Cell N='NoLiveDynamics' V='0'/><Cell N='LocalizeMerge' V='0'/><Cell N='NoProofing' V='0'/><Cell N='Calendar' V='0'/><Cell N='LangID' V='en-US'/><Cell N='ShapeKeywords' V=''/><Cell N='DropOnPageScale' V='1'/><Cell N='TheData' V='0' F='No Formula'/><Cell N='TheText' V='0' F='No Formula'/><Cell N='EventDblClick' V='0' F='No Formula'/><Cell N='EventXFMod' V='0' F='No Formula'/><Cell N='EventDrop' V='0' F='No Formula'/><Cell N='EventMultiDrop' V='0' F='No Formula'/><Cell N='HelpTopic' V=''/><Cell N='Copyright' V=''/><Cell N='LayerMember' V=''/><Cell N='XRulerDensity' V='32'/><Cell N='YRulerDensity' V='32'/><Cell N='XRulerOrigin' V='0'/><Cell N='YRulerOrigin' V='0'/><Cell N='XGridDensity' V='8'/><Cell N='YGridDensity' V='8'/><Cell N='XGridSpacing' V='0'/><Cell N='YGridSpacing' V='0'/><Cell N='XGridOrigin' V='0'/><Cell N='YGridOrigin' V='0'/><Cell N='Gamma' V='1'/><Cell N='Contrast' V='0.5'/><Cell N='Brightness' V='0.5'/><Cell N='Sharpen' V='0'/><Cell N='Blur' V='0'/><Cell N='Denoise' V='0'/><Cell N='Transparency' V='0'/><Cell N='SelectMode' V='1'/><Cell N='DisplayMode' V='2'/><Cell N='IsDropTarget' V='0'/><Cell N='IsSnapTarget' V='1'/><Cell N='IsTextEditTarget' V='1'/><Cell N='DontMoveChildren' V='0'/><Cell N='ShapePermeableX' V='0'/><Cell N='ShapePermeableY' V='0'/><Cell N='ShapePermeablePlace' V='0'/><Cell N='Relationships' V='0'/><Cell N='ShapeFixedCode' V='0'/><Cell N='ShapePlowCode' V='0'/><Cell N='ShapeRouteStyle' V='0'/><Cell N='ShapePlaceStyle' V='0'/><Cell N='ConFixedCode' V='0'/><Cell N='ConLineJumpCode' V='0'/><Cell N='ConLineJumpStyle' V='0'/><Cell N='ConLineJumpDirX' V='0'/><Cell N='ConLineJumpDirY' V='0'/><Cell N='ShapePlaceFlip' V='0'/><Cell N='ConLineRouteExt' V='0'/><Cell N='ShapeSplit' V='0'/><Cell N='ShapeSplittable' V='0'/><Cell N='DisplayLevel' V='0'/><Cell N='ResizePage' V='0'/><Cell N='EnableGrid' V='0'/><Cell N='DynamicsOff' V='0'/><Cell N='CtrlAsInput' V='0'/><Cell N='AvoidPageBreaks' V='0'/><Cell N='PlaceStyle' V='0'/><Cell N='RouteStyle' V='0'/><Cell N='PlaceDepth' V='0'/><Cell N='PlowCode' V='0'/><Cell N='LineJumpCode' V='1'/><Cell N='LineJumpStyle' V='0'/><Cell N='PageLineJumpDirX' V='0'/><Cell N='PageLineJumpDirY' V='0'/><Cell N='LineToNodeX' V='0.125'/><Cell N='LineToNodeY' V='0.125'/><Cell N='BlockSizeX' V='0.25'/><Cell N='BlockSizeY' V='0.25'/><Cell N='AvenueSizeX' V='0.375'/><Cell N='AvenueSizeY' V='0.375'/><Cell N='LineToLineX' V='0.125'/><Cell N='LineToLineY' V='0.125'/><Cell N='LineJumpFactorX' V='0.66666666666667'/><Cell N='LineJumpFactorY' V='0.66666666666667'/><Cell N='LineAdjustFrom' V='0'/><Cell N='LineAdjustTo' V='0'/><Cell N='PlaceFlip' V='0'/><Cell N='LineRouteExt' V='0'/><Cell N='PageShapeSplit' V='0'/><Cell N='PageLeftMargin' V='0.25'/><Cell N='PageRightMargin' V='0.25'/><Cell N='PageTopMargin' V='0.25'/><Cell N='PageBottomMargin' V='0.25'/><Cell N='ScaleX' V='1'/><Cell N='ScaleY' V='1'/><Cell N='PagesX' V='1'/><Cell N='PagesY' V='1'/><Cell N='CenterX' V='0'/><Cell N='CenterY' V='0'/><Cell N='OnPage' V='0'/><Cell N='PrintGrid' V='0'/><Cell N='PrintPageOrientation' V='1'/><Cell N='PaperKind' V='1'/><Cell N='PaperSource' V='7'/><Cell N='QuickStyleLineColor' V='100'/><Cell N='QuickStyleFillColor' V='100'/><Cell N='QuickStyleShadowColor' V='100'/><Cell N='QuickStyleFontColor' V='100'/><Cell N='QuickStyleLineMatrix' V='100'/><Cell N='QuickStyleFillMatrix' V='100'/><Cell N='QuickStyleEffectsMatrix' V='100'/><Cell N='QuickStyleFontMatrix' V='100'/><Cell N='QuickStyleType' V='0'/><Cell N='QuickStyleVariation' V='0'/><Cell N='LineGradientDir' V='0'/><Cell N='LineGradientAngle' V='1.5707963267949'/><Cell N='FillGradientDir' V='0'/><Cell N='FillGradientAngle' V='1.5707963267949'/><Cell N='LineGradientEnabled' V='0'/><Cell N='FillGradientEnabled' V='0'/><Cell N='RotateGradientWithShape' V='1'/><Cell N='UseGroupGradient' V='0'/><Cell N='BevelTopType' V='0'/><Cell N='BevelTopWidth' V='0'/><Cell N='BevelTopHeight' V='0'/><Cell N='BevelBottomType' V='0'/><Cell N='BevelBottomWidth' V='0'/><Cell N='BevelBottomHeight' V='0'/><Cell N='BevelDepthColor' V='1'/><Cell N='BevelDepthSize' V='0'/><Cell N='BevelContourColor' V='0'/><Cell N='BevelContourSize' V='0'/><Cell N='BevelMaterialType' V='0'/><Cell N='BevelLightingType' V='0'/><Cell N='BevelLightingAngle' V='0'/><Cell N='RotationXAngle' V='0'/><Cell N='RotationYAngle' V='0'/><Cell N='RotationZAngle' V='0'/><Cell N='RotationType' V='0'/><Cell N='Perspective' V='0'/><Cell N='DistanceFromGround' V='0'/><Cell N='KeepTextFlat' V='0'/><Cell N='ReflectionTrans' V='0'/><Cell N='ReflectionSize' V='0'/><Cell N='ReflectionDist' V='0'/><Cell N='ReflectionBlur' V='0'/><Cell N='GlowColor' V='1'/><Cell N='GlowColorTrans' V='0'/><Cell N='GlowSize' V='0'/><Cell N='SoftEdgesSize' V='0'/><Cell N='SketchSeed' V='0'/><Cell N='SketchEnabled' V='0'/><Cell N='SketchAmount' V='5'/><Cell N='SketchLineWeight' V='0.04166666666666666' U='PT'/><Cell N='SketchLineChange' V='0.14'/><Cell N='SketchFillChange' V='0.1'/><Cell N='ColorSchemeIndex' V='0'/><Cell N='EffectSchemeIndex' V='0'/><Cell N='ConnectorSchemeIndex' V='0'/><Cell N='FontSchemeIndex' V='0'/><Cell N='ThemeIndex' V='0'/><Cell N='VariationColorIndex' V='0'/><Cell N='VariationStyleIndex' V='0'/><Cell N='EmbellishmentIndex' V='0'/><Cell N='ReplaceLockShapeData' V='0'/><Cell N='ReplaceLockText' V='0'/><Cell N='ReplaceLockFormat' V='0'/><Cell N='ReplaceCopyCells' V='0' U='BOOL' F='No Formula'/><Cell N='PageWidth' V='0' F='No Formula'/><Cell N='PageHeight' V='0' F='No Formula'/><Cell N='ShdwOffsetX' V='0' F='No Formula'/><Cell N='ShdwOffsetY' V='0' F='No Formula'/><Cell N='PageScale' V='0' U='IN_F' F='No Formula'/><Cell N='DrawingScale' V='0' U='IN_F' F='No Formula'/><Cell N='DrawingSizeType' V='0' F='No Formula'/><Cell N='DrawingScaleType' V='0' F='No Formula'/><Cell N='InhibitSnap' V='0' F='No Formula'/><Cell N='PageLockReplace' V='0' U='BOOL' F='No Formula'/><Cell N='PageLockDuplicate' V='0' U='BOOL' F='No Formula'/><Cell N='UIVisibility' V='0' F='No Formula'/><Cell N='ShdwType' V='0' F='No Formula'/><Cell N='ShdwObliqueAngle' V='0' F='No Formula'/><Cell N='ShdwScaleFactor' V='0' F='No Formula'/><Cell N='DrawingResizeType' V='0' F='No Formula'/><Section N='Character'><Row IX='0'><Cell N='Font' V='Calibri'/><Cell N='Color' V='0'/><Cell N='Style' V='0'/><Cell N='Case' V='0'/><Cell N='Pos' V='0'/><Cell N='FontScale' V='1'/><Cell N='Size' V='0.1666666666666667'/><Cell N='DblUnderline' V='0'/><Cell N='Overline' V='0'/><Cell N='Strikethru' V='0'/><Cell N='DoubleStrikethrough' V='0'/><Cell N='Letterspace' V='0'/><Cell N='ColorTrans' V='0'/><Cell N='AsianFont' V='0'/><Cell N='ComplexScriptFont' V='0'/><Cell N='ComplexScriptSize' V='-1'/><Cell N='LangID' V='en-US'/></Row></Section><Section N='Paragraph'><Row IX='0'><Cell N='IndFirst' V='0'/><Cell N='IndLeft' V='0'/><Cell N='IndRight' V='0'/><Cell N='SpLine' V='-1.2'/><Cell N='SpBefore' V='0'/><Cell N='SpAfter' V='0'/><Cell N='HorzAlign' V='1'/><Cell N='Bullet' V='0'/><Cell N='BulletStr' V=''/><Cell N='BulletFont' V='0'/><Cell N='BulletFontSize' V='-1'/><Cell N='TextPosAfterBullet' V='0'/><Cell N='Flags' V='0'/></Row></Section><Section N='Tabs'><Row IX='0'/></Section><Section N='LineGradient'><Row IX='0'><Cell N='GradientStopColor' V='1'/><Cell N='GradientStopColorTrans' V='0'/><Cell N='GradientStopPosition' V='0'/></Row></Section><Section N='FillGradient'><Row IX='0'><Cell N='GradientStopColor' V='1'/><Cell N='GradientStopColorTrans' V='0'/><Cell N='GradientStopPosition' V='0'/></Row></Section></StyleSheet><StyleSheet ID='1' NameU='Text Only' IsCustomNameU='1' Name='Text Only' IsCustomName='1' LineStyle='3' FillStyle='3' TextStyle='3'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LineWeight' V='Themed' F='Inh'/><Cell N='LineColor' V='Themed' F='Inh'/><Cell N='LinePattern' V='Themed' F='Inh'/><Cell N='Rounding' V='Themed' F='Inh'/><Cell N='EndArrowSize' V='2' F='Inh'/><Cell N='BeginArrow' V='0' F='Inh'/><Cell N='EndArrow' V='0' F='Inh'/><Cell N='LineCap' V='Themed' F='Inh'/><Cell N='BeginArrowSize' V='2' F='Inh'/><Cell N='LineColorTrans' V='Themed' F='Inh'/><Cell N='CompoundType' V='Themed' F='Inh'/><Cell N='FillForegnd' V='Themed' F='Inh'/><Cell N='FillBkgnd' V='Themed' F='Inh'/><Cell N='FillPattern' V='Themed' F='Inh'/><Cell N='ShdwForegnd' V='Themed' F='Inh'/><Cell N='ShdwPattern' V='Themed' F='Inh'/><Cell N='FillForegndTrans' V='Themed' F='Inh'/><Cell N='FillBkgndTrans' V='Themed' F='Inh'/><Cell N='ShdwForegndTrans' V='Themed' F='Inh'/><Cell N='ShapeShdwType' V='Themed' F='Inh'/><Cell N='ShapeShdwOffsetX' V='Themed' F='Inh'/><Cell N='ShapeShdwOffsetY' V='Themed' F='Inh'/><Cell N='ShapeShdwObliqueAngle' V='Themed' F='Inh'/><Cell N='ShapeShdwScaleFactor' V='Themed' F='Inh'/><Cell N='ShapeShdwBlur' V='Themed' F='Inh'/><Cell N='ShapeShdwShow' V='0' F='Inh'/><Cell N='LeftMargin' V='0'/><Cell N='RightMargin' V='0'/><Cell N='TopMargin' V='0'/><Cell N='BottomMargin' V='0'/><Cell N='VerticalAlign' V='0'/><Cell N='TextBkgnd' V='0'/><Cell N='DefaultTabStop' V='0.5' F='Inh'/><Cell N='TextDirection' V='0' F='Inh'/><Cell N='TextBkgndTrans' V='0' F='Inh'/><Cell N='LineGradientDir' V='Themed' F='Inh'/><Cell N='LineGradientAngle' V='Themed' F='Inh'/><Cell N='FillGradientDir' V='Themed' F='Inh'/><Cell N='FillGradientAngle' V='Themed' F='Inh'/><Cell N='LineGradientEnabled' V='Themed' F='Inh'/><Cell N='FillGradientEnabled' V='Themed' F='Inh'/><Cell N='RotateGradientWithShape' V='Themed' F='Inh'/><Cell N='UseGroupGradient' V='Themed' F='Inh'/><Section N='Paragraph'><Row IX='0'><Cell N='IndFirst' V='0' F='Inh'/><Cell N='IndLeft' V='0' F='Inh'/><Cell N='IndRight' V='0' F='Inh'/><Cell N='SpLine' V='-1.2' F='Inh'/><Cell N='SpBefore' V='0' F='Inh'/><Cell N='SpAfter' V='0' F='Inh'/><Cell N='HorzAlign' V='0'/><Cell N='Bullet' V='0' F='Inh'/><Cell N='BulletStr' V='' F='Inh'/><Cell N='BulletFont' V='0' F='Inh'/><Cell N='BulletFontSize' V='-1' F='Inh'/><Cell N='TextPosAfterBullet' V='0' F='Inh'/><Cell N='Flags' V='0' F='Inh'/></Row></Section></StyleSheet><StyleSheet ID='2' NameU='None' IsCustomNameU='1' Name='None' IsCustomName='1' LineStyle='3' FillStyle='3' TextStyle='3'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LineWeight' V='Themed' F='Inh'/><Cell N='LineColor' V='Themed' F='Inh'/><Cell N='LinePattern' V='0'/><Cell N='Rounding' V='Themed' F='Inh'/><Cell N='EndArrowSize' V='2' F='Inh'/><Cell N='BeginArrow' V='0' F='Inh'/><Cell N='EndArrow' V='0' F='Inh'/><Cell N='LineCap' V='Themed' F='Inh'/><Cell N='BeginArrowSize' V='2' F='Inh'/><Cell N='LineColorTrans' V='Themed' F='Inh'/><Cell N='CompoundType' V='Themed' F='Inh'/><Cell N='FillForegnd' V='Themed' F='Inh'/><Cell N='FillBkgnd' V='Themed' F='Inh'/><Cell N='FillPattern' V='0'/><Cell N='ShdwForegnd' V='Themed' F='Inh'/><Cell N='ShdwPattern' V='Themed' F='Inh'/><Cell N='FillForegndTrans' V='Themed' F='Inh'/><Cell N='FillBkgndTrans' V='Themed' F='Inh'/><Cell N='ShdwForegndTrans' V='Themed' F='Inh'/><Cell N='ShapeShdwType' V='Themed' F='Inh'/><Cell N='ShapeShdwOffsetX' V='Themed' F='Inh'/><Cell N='ShapeShdwOffsetY' V='Themed' F='Inh'/><Cell N='ShapeShdwObliqueAngle' V='Themed' F='Inh'/><Cell N='ShapeShdwScaleFactor' V='Themed' F='Inh'/><Cell N='ShapeShdwBlur' V='Themed' F='Inh'/><Cell N='ShapeShdwShow' V='0' F='Inh'/><Cell N='LineGradientDir' V='Themed' F='Inh'/><Cell N='LineGradientAngle' V='Themed' F='Inh'/><Cell N='FillGradientDir' V='Themed' F='Inh'/><Cell N='FillGradientAngle' V='Themed' F='Inh'/><Cell N='LineGradientEnabled' V='0'/><Cell N='FillGradientEnabled' V='0'/><Cell N='RotateGradientWithShape' V='Themed' F='Inh'/><Cell N='UseGroupGradient' V='Themed' F='Inh'/><Cell N='QuickStyleLineColor' V='100' F='Inh'/><Cell N='QuickStyleFillColor' V='100' F='Inh'/><Cell N='QuickStyleShadowColor' V='100' F='Inh'/><Cell N='QuickStyleFontColor' V='100' F='Inh'/><Cell N='QuickStyleLineMatrix' V='100' F='Inh'/><Cell N='QuickStyleFillMatrix' V='100' F='Inh'/><Cell N='QuickStyleEffectsMatrix' V='0' F='GUARD(0)'/><Cell N='QuickStyleFontMatrix' V='100' F='Inh'/><Cell N='QuickStyleType' V='0' F='Inh'/><Cell N='QuickStyleVariation' V='2'/></StyleSheet><StyleSheet ID='3' NameU='Normal' IsCustomNameU='1' Name='Normal' IsCustomName='1' LineStyle='6' FillStyle='6' TextStyle='6'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LeftMargin' V='0.05555555555555555' U='PT'/><Cell N='RightMargin' V='0.05555555555555555' U='PT'/><Cell N='TopMargin' V='0.05555555555555555' U='PT'/><Cell N='BottomMargin' V='0.05555555555555555' U='PT'/><Cell N='VerticalAlign' V='1' F='Inh'/><Cell N='TextBkgnd' V='0' F='Inh'/><Cell N='DefaultTabStop' V='0.5' F='Inh'/><Cell N='TextDirection' V='0' F='Inh'/><Cell N='TextBkgndTrans' V='0' F='Inh'/></StyleSheet><StyleSheet ID='4' NameU='Guide' IsCustomNameU='1' Name='Guide' IsCustomName='1' LineStyle='3' FillStyle='3' TextStyle='3'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LineWeight' V='0' U='PT'/><Cell N='LineColor' V='#7f7f7f'/><Cell N='LinePattern' V='23'/><Cell N='Rounding' V='Themed' F='Inh'/><Cell N='EndArrowSize' V='2' F='Inh'/><Cell N='BeginArrow' V='0' F='Inh'/><Cell N='EndArrow' V='0' F='Inh'/><Cell N='LineCap' V='Themed' F='Inh'/><Cell N='BeginArrowSize' V='2' F='Inh'/><Cell N='LineColorTrans' V='Themed' F='Inh'/><Cell N='CompoundType' V='Themed' F='Inh'/><Cell N='FillForegnd' V='Themed' F='Inh'/><Cell N='FillBkgnd' V='Themed' F='Inh'/><Cell N='FillPattern' V='0'/><Cell N='ShdwForegnd' V='Themed' F='Inh'/><Cell N='ShdwPattern' V='Themed' F='Inh'/><Cell N='FillForegndTrans' V='Themed' F='Inh'/><Cell N='FillBkgndTrans' V='Themed' F='Inh'/><Cell N='ShdwForegndTrans' V='Themed' F='Inh'/><Cell N='ShapeShdwType' V='Themed' F='Inh'/><Cell N='ShapeShdwOffsetX' V='Themed' F='Inh'/><Cell N='ShapeShdwOffsetY' V='Themed' F='Inh'/><Cell N='ShapeShdwObliqueAngle' V='Themed' F='Inh'/><Cell N='ShapeShdwScaleFactor' V='Themed' F='Inh'/><Cell N='ShapeShdwBlur' V='Themed' F='Inh'/><Cell N='ShapeShdwShow' V='0' F='Inh'/><Cell N='LineGradientDir' V='Themed' F='Inh'/><Cell N='LineGradientAngle' V='Themed' F='Inh'/><Cell N='FillGradientDir' V='Themed' F='Inh'/><Cell N='FillGradientAngle' V='Themed' F='Inh'/><Cell N='LineGradientEnabled' V='0'/><Cell N='FillGradientEnabled' V='0'/><Cell N='RotateGradientWithShape' V='Themed' F='Inh'/><Cell N='UseGroupGradient' V='Themed' F='Inh'/><Cell N='LeftMargin' V='0.05555555555555555' U='PT' F='Inh'/><Cell N='RightMargin' V='0.05555555555555555' U='PT' F='Inh'/><Cell N='TopMargin' V='0'/><Cell N='BottomMargin' V='0'/><Cell N='VerticalAlign' V='2'/><Cell N='TextBkgnd' V='0' F='Inh'/><Cell N='DefaultTabStop' V='0.5' F='Inh'/><Cell N='TextDirection' V='0' F='Inh'/><Cell N='TextBkgndTrans' V='0' F='Inh'/><Cell N='NoObjHandles' V='0' F='Inh'/><Cell N='NonPrinting' V='1'/><Cell N='NoCtlHandles' V='0' F='Inh'/><Cell N='NoAlignBox' V='0' F='Inh'/><Cell N='UpdateAlignBox' V='0' F='Inh'/><Cell N='HideText' V='0' F='Inh'/><Cell N='DynFeedback' V='0' F='Inh'/><Cell N='GlueType' V='0' F='Inh'/><Cell N='WalkPreference' V='0' F='Inh'/><Cell N='BegTrigger' V='0' F='No Formula'/><Cell N='EndTrigger' V='0' F='No Formula'/><Cell N='ObjType' V='0' F='Inh'/><Cell N='Comment' V='' F='Inh'/><Cell N='IsDropSource' V='0' F='Inh'/><Cell N='NoLiveDynamics' V='0' F='Inh'/><Cell N='LocalizeMerge' V='0' F='Inh'/><Cell N='NoProofing' V='0' F='Inh'/><Cell N='Calendar' V='0' F='Inh'/><Cell N='LangID' V='en-US' F='Inh'/><Cell N='ShapeKeywords' V='' F='Inh'/><Cell N='DropOnPageScale' V='1' F='Inh'/><Cell N='ShapePermeableX' V='1'/><Cell N='ShapePermeableY' V='1'/><Cell N='ShapePermeablePlace' V='1'/><Cell N='Relationships' V='0' F='Inh'/><Cell N='ShapeFixedCode' V='0' F='Inh'/><Cell N='ShapePlowCode' V='0' F='Inh'/><Cell N='ShapeRouteStyle' V='0' F='Inh'/><Cell N='ShapePlaceStyle' V='0' F='Inh'/><Cell N='ConFixedCode' V='0' F='Inh'/><Cell N='ConLineJumpCode' V='0' F='Inh'/><Cell N='ConLineJumpStyle' V='0' F='Inh'/><Cell N='ConLineJumpDirX' V='0' F='Inh'/><Cell N='ConLineJumpDirY' V='0' F='Inh'/><Cell N='ShapePlaceFlip' V='0' F='Inh'/><Cell N='ConLineRouteExt' V='0' F='Inh'/><Cell N='ShapeSplit' V='0' F='Inh'/><Cell N='ShapeSplittable' V='0' F='Inh'/><Cell N='DisplayLevel' V='0' F='Inh'/><Section N='Character'><Row IX='0'><Cell N='Font' V='Themed' F='Inh'/><Cell N='Color' V='4'/><Cell N='Style' V='Themed' F='Inh'/><Cell N='Case' V='0' F='Inh'/><Cell N='Pos' V='0' F='Inh'/><Cell N='FontScale' V='1' F='Inh'/><Cell N='Size' V='0.125'/><Cell N='DblUnderline' V='0' F='Inh'/><Cell N='Overline' V='0' F='Inh'/><Cell N='Strikethru' V='0' F='Inh'/><Cell N='DoubleStrikethrough' V='0' F='Inh'/><Cell N='Letterspace' V='0' F='Inh'/><Cell N='ColorTrans' V='0' F='Inh'/><Cell N='AsianFont' V='Themed' F='Inh'/><Cell N='ComplexScriptFont' V='Themed' F='Inh'/><Cell N='ComplexScriptSize' V='-1' F='Inh'/><Cell N='LangID' V='en-US' F='Inh'/></Row></Section></StyleSheet><StyleSheet ID='6' NameU='Theme' IsCustomNameU='1' Name='Theme' IsCustomName='1' LineStyle='0' FillStyle='0' TextStyle='0'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LineWeight' V='Themed' F='THEMEVAL()'/><Cell N='LineColor' V='Themed' F='THEMEVAL()'/><Cell N='LinePattern' V='Themed' F='THEMEVAL()'/><Cell N='Rounding' V='Themed' F='THEMEVAL()'/><Cell N='EndArrowSize' V='2' F='Inh'/><Cell N='BeginArrow' V='0' F='Inh'/><Cell N='EndArrow' V='0' F='Inh'/><Cell N='LineCap' V='Themed' F='THEMEVAL()'/><Cell N='BeginArrowSize' V='2' F='Inh'/><Cell N='LineColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='CompoundType' V='Themed' F='THEMEVAL()'/><Cell N='FillForegnd' V='Themed' F='THEMEVAL()'/><Cell N='FillBkgnd' V='Themed' F='THEMEVAL()'/><Cell N='FillPattern' V='Themed' F='THEMEVAL()'/><Cell N='ShdwForegnd' V='Themed' F='THEMEVAL()'/><Cell N='ShdwPattern' V='Themed' F='THEMEVAL()'/><Cell N='FillForegndTrans' V='Themed' F='THEMEVAL()'/><Cell N='FillBkgndTrans' V='Themed' F='THEMEVAL()'/><Cell N='ShdwForegndTrans' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwType' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwOffsetX' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwOffsetY' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwObliqueAngle' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwScaleFactor' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwBlur' V='Themed' F='THEMEVAL()'/><Cell N='ShapeShdwShow' V='0' F='Inh'/><Cell N='LineGradientDir' V='Themed' F='THEMEVAL()'/><Cell N='LineGradientAngle' V='Themed' F='THEMEVAL()'/><Cell N='FillGradientDir' V='Themed' F='THEMEVAL()'/><Cell N='FillGradientAngle' V='Themed' F='THEMEVAL()'/><Cell N='LineGradientEnabled' V='Themed' F='THEMEVAL()'/><Cell N='FillGradientEnabled' V='Themed' F='THEMEVAL()'/><Cell N='RotateGradientWithShape' V='Themed' F='THEMEVAL()'/><Cell N='UseGroupGradient' V='Themed' F='THEMEVAL()'/><Cell N='BevelTopType' V='Themed' F='THEMEVAL()'/><Cell N='BevelTopWidth' V='Themed' F='THEMEVAL()'/><Cell N='BevelTopHeight' V='Themed' F='THEMEVAL()'/><Cell N='BevelBottomType' V='0' F='Inh'/><Cell N='BevelBottomWidth' V='0' F='Inh'/><Cell N='BevelBottomHeight' V='0' F='Inh'/><Cell N='BevelDepthColor' V='1' F='Inh'/><Cell N='BevelDepthSize' V='0' F='Inh'/><Cell N='BevelContourColor' V='Themed' F='THEMEVAL()'/><Cell N='BevelContourSize' V='Themed' F='THEMEVAL()'/><Cell N='BevelMaterialType' V='Themed' F='THEMEVAL()'/><Cell N='BevelLightingType' V='Themed' F='THEMEVAL()'/><Cell N='BevelLightingAngle' V='Themed' F='THEMEVAL()'/><Cell N='ReflectionTrans' V='Themed' F='THEMEVAL()'/><Cell N='ReflectionSize' V='Themed' F='THEMEVAL()'/><Cell N='ReflectionDist' V='Themed' F='THEMEVAL()'/><Cell N='ReflectionBlur' V='Themed' F='THEMEVAL()'/><Cell N='GlowColor' V='Themed' F='THEMEVAL()'/><Cell N='GlowColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GlowSize' V='Themed' F='THEMEVAL()'/><Cell N='SoftEdgesSize' V='Themed' F='THEMEVAL()'/><Cell N='SketchSeed' V='0' F='Inh'/><Cell N='SketchEnabled' V='Themed' F='THEMEVAL()'/><Cell N='SketchAmount' V='Themed' F='THEMEVAL()'/><Cell N='SketchLineWeight' V='Themed' F='THEMEVAL()'/><Cell N='SketchLineChange' V='Themed' F='THEMEVAL()'/><Cell N='SketchFillChange' V='Themed' F='THEMEVAL()'/><Cell N='QuickStyleLineColor' V='100'/><Cell N='QuickStyleFillColor' V='100'/><Cell N='QuickStyleShadowColor' V='100'/><Cell N='QuickStyleFontColor' V='100'/><Cell N='QuickStyleLineMatrix' V='100'/><Cell N='QuickStyleFillMatrix' V='100'/><Cell N='QuickStyleEffectsMatrix' V='100'/><Cell N='QuickStyleFontMatrix' V='100'/><Cell N='QuickStyleType' V='0' F='Inh'/><Cell N='QuickStyleVariation' V='0' F='Inh'/><Cell N='ColorSchemeIndex' V='65534'/><Cell N='EffectSchemeIndex' V='65534'/><Cell N='ConnectorSchemeIndex' V='65534'/><Cell N='FontSchemeIndex' V='65534'/><Cell N='ThemeIndex' V='65534'/><Cell N='VariationColorIndex' V='65534'/><Cell N='VariationStyleIndex' V='65534'/><Cell N='EmbellishmentIndex' V='65534'/><Section N='Character'><Row IX='0'><Cell N='Font' V='Themed' F='THEMEVAL()'/><Cell N='Color' V='Themed' F='THEMEVAL()'/><Cell N='Style' V='Themed' F='THEMEVAL()'/><Cell N='Case' V='0' F='Inh'/><Cell N='Pos' V='0' F='Inh'/><Cell N='FontScale' V='1' F='Inh'/><Cell N='Size' V='0.1666666666666667' F='Inh'/><Cell N='DblUnderline' V='0' F='Inh'/><Cell N='Overline' V='0' F='Inh'/><Cell N='Strikethru' V='0' F='Inh'/><Cell N='DoubleStrikethrough' V='0' F='Inh'/><Cell N='Letterspace' V='0' F='Inh'/><Cell N='ColorTrans' V='0' F='Inh'/><Cell N='AsianFont' V='Themed' F='THEMEVAL()'/><Cell N='ComplexScriptFont' V='Themed' F='THEMEVAL()'/><Cell N='ComplexScriptSize' V='-1' F='Inh'/><Cell N='LangID' V='en-US' F='Inh'/></Row></Section><Section N='FillGradient'><Row IX='0'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='1'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='2'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='3'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='4'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='5'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='6'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='7'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='8'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='9'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row></Section><Section N='LineGradient'><Row IX='0'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='1'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='2'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='3'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='4'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='5'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='6'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='7'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='8'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row><Row IX='9'><Cell N='GradientStopColor' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopColorTrans' V='Themed' F='THEMEVAL()'/><Cell N='GradientStopPosition' V='Themed' F='THEMEVAL()'/></Row></Section></StyleSheet><StyleSheet ID='7' NameU='Connector' IsCustomNameU='1' Name='Connector' IsCustomName='1' LineStyle='3' FillStyle='3' TextStyle='3'><Cell N='EnableLineProps' V='1'/><Cell N='EnableFillProps' V='1'/><Cell N='EnableTextProps' V='1'/><Cell N='HideForApply' V='0'/><Cell N='LeftMargin' V='0.05555555555555555' U='PT' F='Inh'/><Cell N='RightMargin' V='0.05555555555555555' U='PT' F='Inh'/><Cell N='TopMargin' V='0.05555555555555555' U='PT' F='Inh'/><Cell N='BottomMargin' V='0.05555555555555555' U='PT' F='Inh'/><Cell N='VerticalAlign' V='1' F='Inh'/><Cell N='TextBkgnd' V='#ffffff' F='THEMEGUARD(THEMEVAL(\"BackgroundColor\")+1)'/><Cell N='DefaultTabStop' V='0.5' F='Inh'/><Cell N='TextDirection' V='0' F='Inh'/><Cell N='TextBkgndTrans' V='0' F='Inh'/><Cell N='NoObjHandles' V='0' F='Inh'/><Cell N='NonPrinting' V='0' F='Inh'/><Cell N='NoCtlHandles' V='0' F='Inh'/><Cell N='NoAlignBox' V='0' F='Inh'/><Cell N='UpdateAlignBox' V='0' F='Inh'/><Cell N='HideText' V='0' F='Inh'/><Cell N='DynFeedback' V='0' F='Inh'/><Cell N='GlueType' V='0' F='Inh'/><Cell N='WalkPreference' V='0' F='Inh'/><Cell N='BegTrigger' V='0' F='No Formula'/><Cell N='EndTrigger' V='0' F='No Formula'/><Cell N='ObjType' V='0' F='Inh'/><Cell N='Comment' V='' F='Inh'/><Cell N='IsDropSource' V='0' F='Inh'/><Cell N='NoLiveDynamics' V='0' F='Inh'/><Cell N='LocalizeMerge' V='0' F='Inh'/><Cell N='NoProofing' V='0' F='Inh'/><Cell N='Calendar' V='0' F='Inh'/><Cell N='LangID' V='en-US' F='Inh'/><Cell N='ShapeKeywords' V='' F='Inh'/><Cell N='DropOnPageScale' V='1' F='Inh'/><Cell N='QuickStyleLineColor' V='100'/><Cell N='QuickStyleFillColor' V='100'/><Cell N='QuickStyleShadowColor' V='100'/><Cell N='QuickStyleFontColor' V='100'/><Cell N='QuickStyleLineMatrix' V='1'/><Cell N='QuickStyleFillMatrix' V='1'/><Cell N='QuickStyleEffectsMatrix' V='1'/><Cell N='QuickStyleFontMatrix' V='1'/><Cell N='QuickStyleType' V='0'/><Cell N='QuickStyleVariation' V='0'/><Cell N='LineWeight' V='Themed' F='Inh'/><Cell N='LineColor' V='Themed' F='Inh'/><Cell N='LinePattern' V='Themed' F='Inh'/><Cell N='Rounding' V='Themed' F='Inh'/><Cell N='EndArrowSize' V='Themed' F='THEMEVAL()'/><Cell N='BeginArrow' V='Themed' F='THEMEVAL()'/><Cell N='EndArrow' V='Themed' F='THEMEVAL()'/><Cell N='LineCap' V='Themed' F='Inh'/><Cell N='BeginArrowSize' V='Themed' F='THEMEVAL()'/><Cell N='LineColorTrans' V='Themed' F='Inh'/><Cell N='CompoundType' V='Themed' F='Inh'/><Section N='Character'><Row IX='0'><Cell N='Font' V='Themed' F='Inh'/><Cell N='Color' V='Themed' F='Inh'/><Cell N='Style' V='Themed' F='Inh'/><Cell N='Case' V='0' F='Inh'/><Cell N='Pos' V='0' F='Inh'/><Cell N='FontScale' V='1' F='Inh'/><Cell N='Size' V='0.1111111111111111'/><Cell N='DblUnderline' V='0' F='Inh'/><Cell N='Overline' V='0' F='Inh'/><Cell N='Strikethru' V='0' F='Inh'/><Cell N='DoubleStrikethrough' V='0' F='Inh'/><Cell N='Letterspace' V='0' F='Inh'/><Cell N='ColorTrans' V='0' F='Inh'/><Cell N='AsianFont' V='Themed' F='Inh'/><Cell N='ComplexScriptFont' V='Themed' F='Inh'/><Cell N='ComplexScriptSize' V='-1' F='Inh'/><Cell N='LangID' V='en-US' F='Inh'/></Row></Section></StyleSheet></StyleSheets><DocumentSheet NameU='TheDoc' IsCustomNameU='1' Name='TheDoc' IsCustomName='1' LineStyle='0' FillStyle='0' TextStyle='0'><Cell N='OutputFormat' V='0'/><Cell N='LockPreview' V='0'/><Cell N='AddMarkup' V='0'/><Cell N='ViewMarkup' V='0'/><Cell N='DocLockReplace' V='0' U='BOOL'/><Cell N='NoCoauth' V='0' U='BOOL'/><Cell N='DocLockDuplicatePage' V='0' U='BOOL'/><Cell N='PreviewQuality' V='0'/><Cell N='PreviewScope' V='0'/><Cell N='DocLangID' V='en-US'/><Section N='User'><Row N='msvNoAutoConnect'><Cell N='Value' V='1'/><Cell N='Prompt' V='' F='No Formula'/></Row></Section></DocumentSheet></VisioDocument>", "visio/windows.xml":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Windows ClientWidth='0' ClientHeight='0' xmlns='http://schemas.microsoft.com/office/visio/2012/main' xmlns:r='http://schemas.openxmlformats.org/officeDocument/2006/relationships' xml:space='preserve' />","visio/_rels/document.xml.rels":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Relationships xmlns='http://schemas.openxmlformats.org/package/2006/relationships'><Relationship Id='rId1' Type='http://schemas.microsoft.com/visio/2010/relationships/masters' Target='masters/masters.xml' /><Relationship Id='rId2' Type='http://schemas.microsoft.com/visio/2010/relationships/pages' Target='pages/pages.xml' /><Relationship Id='rId3' Type='http://schemas.microsoft.com/visio/2010/relationships/windows' Target='windows.xml' /></Relationships>", "visio/masters/_rels/masters.xml.rels":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId1" Type="http://schemas.microsoft.com/visio/2010/relationships/master" Target="master1.xml"/></Relationships>',"visio/masters/masters.xml":"<?xml version='1.0' encoding='utf-8' ?><Masters xmlns='http://schemas.microsoft.com/office/visio/2012/main' xmlns:r='http://schemas.openxmlformats.org/officeDocument/2006/relationships' xml:space='preserve'><Master ID='4' NameU='Dynamic connector' IsCustomNameU='1' Name='Dynamic connector' IsCustomName='1' Prompt='This connector automatically routes between the shapes it connects.' IconSize='1' AlignName='2' MatchByName='1' IconUpdate='0' UniqueID='{002A9108-0000-0000-8E40-00608CF305B2}' BaseID='{F7290A45-E3AD-11D2-AE4F-006008C9F5A9}' PatternFlags='0' Hidden='0' MasterType='0'><PageSheet LineStyle='0' FillStyle='0' TextStyle='0'><Cell N='PageWidth' V='3'/><Cell N='PageHeight' V='3'/><Cell N='ShdwOffsetX' V='0.125'/><Cell N='ShdwOffsetY' V='-0.125'/><Cell N='PageScale' V='1' U='IN_F'/><Cell N='DrawingScale' V='1' U='IN_F'/><Cell N='DrawingSizeType' V='4'/><Cell N='DrawingScaleType' V='0'/><Cell N='InhibitSnap' V='0'/><Cell N='PageLockReplace' V='0' U='BOOL'/><Cell N='PageLockDuplicate' V='0' U='BOOL'/><Cell N='UIVisibility' V='0'/><Cell N='ShdwType' V='0'/><Cell N='ShdwObliqueAngle' V='0'/><Cell N='ShdwScaleFactor' V='1'/><Cell N='DrawingResizeType' V='0'/><Section N='Layer'><Row IX='0'><Cell N='Name' V='Connector'/><Cell N='Color' V='255'/><Cell N='Status' V='0'/><Cell N='Visible' V='1'/><Cell N='Print' V='1'/><Cell N='Active' V='0'/><Cell N='Lock' V='0'/><Cell N='Snap' V='1'/><Cell N='Glue' V='1'/><Cell N='NameUniv' V='Connector'/><Cell N='ColorTrans' V='0'/></Row></Section></PageSheet><Rel r:id='rId1'/></Master></Masters>", "visio/masters/master1.xml":"<?xml version='1.0' encoding='utf-8' ?><MasterContents xmlns='http://schemas.microsoft.com/office/visio/2012/main' xmlns:r='http://schemas.openxmlformats.org/officeDocument/2006/relationships' xml:space='preserve'><Shapes><Shape ID='5' OriginalID='0' Type='Shape' LineStyle='7' FillStyle='7' TextStyle='7'><Cell N='PinX' V='1.5' F='GUARD((BeginX+EndX)/2)'/><Cell N='PinY' V='1.5' F='GUARD((BeginY+EndY)/2)'/><Cell N='Width' V='1' F='GUARD(EndX-BeginX)'/><Cell N='Height' V='-1' F='GUARD(EndY-BeginY)'/><Cell N='LocPinX' V='0.5' F='GUARD(Width*0.5)'/><Cell N='LocPinY' V='-0.5' F='GUARD(Height*0.5)'/><Cell N='Angle' V='0' F='GUARD(0DA)'/><Cell N='FlipX' V='0' F='GUARD(FALSE)'/><Cell N='FlipY' V='0' F='GUARD(FALSE)'/><Cell N='ResizeMode' V='0'/><Cell N='BeginX' V='1'/><Cell N='BeginY' V='2'/><Cell N='EndX' V='2'/><Cell N='EndY' V='1'/><Cell N='TxtPinX' V='0' F='SETATREF(Controls.TextPosition)'/><Cell N='TxtPinY' V='-1' F='SETATREF(Controls.TextPosition.Y)'/><Cell N='TxtWidth' V='0.5555555555555556' F='MAX(TEXTWIDTH(TheText),5*Char.Size)'/><Cell N='TxtHeight' V='0.2444444444444444' F='TEXTHEIGHT(TheText,TxtWidth)'/><Cell N='TxtLocPinX' V='0.2777777777777778' F='TxtWidth*0.5'/><Cell N='TxtLocPinY' V='0.1222222222222222' F='TxtHeight*0.5'/><Cell N='TxtAngle' V='0'/><Cell N='LockHeight' V='1'/><Cell N='LockCalcWH' V='1'/><Cell N='HelpTopic' V='Vis_SE.chm!#20000'/><Cell N='Copyright' V='Copyright 2001 Microsoft Corporation. All rights reserved.'/><Cell N='NoAlignBox' V='1'/><Cell N='DynFeedback' V='2'/><Cell N='GlueType' V='2'/><Cell N='ObjType' V='2'/><Cell N='NoLiveDynamics' V='1'/><Cell N='ShapeSplittable' V='1'/><Cell N='LayerMember' V='0'/><Section N='Control'><Row N='TextPosition'><Cell N='X' V='0'/><Cell N='Y' V='-1'/><Cell N='XDyn' V='0' F='Controls.TextPosition'/><Cell N='YDyn' V='-1' F='Controls.TextPosition.Y'/><Cell N='XCon' V='5' F='IF(OR(STRSAME(SHAPETEXT(TheText),\"\"),HideText),5,0)'/><Cell N='YCon' V='0'/><Cell N='CanGlue' V='0'/><Cell N='Prompt' V='Reposition Text'/></Row></Section><Section N='Geometry' IX='0'><Cell N='NoFill' V='1'/><Cell N='NoLine' V='0'/><Cell N='NoShow' V='0'/><Cell N='NoSnap' V='0'/><Cell N='NoQuickDrag' V='0'/><Row T='MoveTo' IX='1'><Cell N='X' V='0'/><Cell N='Y' V='0'/></Row><Row T='LineTo' IX='2'><Cell N='X' V='0'/><Cell N='Y' V='-1'/></Row></Section></Shape></Shapes></MasterContents>"}, -g;for(g in d)if(1<b&&g==E.CONTENT_TYPES_XML){for(var p=mxUtils.parseXml(d[g]),c=p.documentElement,f=c.children,D=null,C=0;C<f.length;C++){var y=f[C];"/visio/pages/page1.xml"==y.getAttribute(E.PART_NAME)&&(D=y)}for(C=2;C<=b;C++)f=D.cloneNode(),f.setAttribute(E.PART_NAME,"/visio/pages/page"+C+".xml"),c.appendChild(f);z(a,g,p,!0)}else a.file(g,d[g])}function w(a,b,d){return null!=a.createElementNS?a.createElementNS(b,d):a.createElement(d)}function l(a){var b=F[a];null==b&&(b=B++,F[a]=b);return b}function h(a){var b= -{};try{var d=a.getGraphBounds().clone(),g=a.view.scale,p=a.view.translate,c=Math.round(d.x/g)-p.x,f=Math.round(d.y/g)-p.y,D=a.pageFormat.width,C=a.pageFormat.height;0>c&&(c+=Math.ceil((p.x-d.x/g)/D)*D);0>f&&(f+=Math.ceil((p.y-d.y/g)/C)*C);var y=Math.max(1,Math.ceil((d.width/g+c)/D)),q=Math.max(1,Math.ceil((d.height/g+f)/C));b.gridEnabled=a.gridEnabled;b.gridSize=a.gridSize;b.guidesEnabled=a.graphHandler.guidesEnabled;b.pageVisible=a.pageVisible;b.pageScale=a.pageScale;b.pageWidth=a.pageFormat.width* -y;b.pageHeight=a.pageFormat.height*q;b.backgroundClr=a.background;b.mathEnabled=a.mathEnabled;b.shadowVisible=a.shadowVisible}catch(Ea){}return b}function f(a,d,g,p){return b(a,d/E.CONVERSION_FACTOR,g,p)}function b(a,b,d,g){d=w(d,E.XMLNS,"Cell");d.setAttribute("N",a);d.setAttribute("V",b);g&&d.setAttribute("F",g);return d}function a(a,b,d,g,p){var c=w(p,E.XMLNS,"Row");c.setAttribute("T",a);c.setAttribute("IX",b);c.appendChild(f("X",d,p));c.appendChild(f("Y",g,p));return c}function d(a,d,g){var p= +g;for(g in d)if(1<b&&g==D.CONTENT_TYPES_XML){for(var p=mxUtils.parseXml(d[g]),c=p.documentElement,f=c.children,E=null,C=0;C<f.length;C++){var y=f[C];"/visio/pages/page1.xml"==y.getAttribute(D.PART_NAME)&&(E=y)}for(C=2;C<=b;C++)f=E.cloneNode(),f.setAttribute(D.PART_NAME,"/visio/pages/page"+C+".xml"),c.appendChild(f);A(a,g,p,!0)}else a.file(g,d[g])}function w(a,b,d){return null!=a.createElementNS?a.createElementNS(b,d):a.createElement(d)}function l(a){var b=F[a];null==b&&(b=B++,F[a]=b);return b}function h(a){var b= +{};try{var d=a.getGraphBounds().clone(),g=a.view.scale,p=a.view.translate,c=Math.round(d.x/g)-p.x,f=Math.round(d.y/g)-p.y,E=a.pageFormat.width,C=a.pageFormat.height;0>c&&(c+=Math.ceil((p.x-d.x/g)/E)*E);0>f&&(f+=Math.ceil((p.y-d.y/g)/C)*C);var y=Math.max(1,Math.ceil((d.width/g+c)/E)),t=Math.max(1,Math.ceil((d.height/g+f)/C));b.gridEnabled=a.gridEnabled;b.gridSize=a.gridSize;b.guidesEnabled=a.graphHandler.guidesEnabled;b.pageVisible=a.pageVisible;b.pageScale=a.pageScale;b.pageWidth=a.pageFormat.width* +y;b.pageHeight=a.pageFormat.height*t;b.backgroundClr=a.background;b.mathEnabled=a.mathEnabled;b.shadowVisible=a.shadowVisible}catch(za){}return b}function f(a,d,g,p){return b(a,d/D.CONVERSION_FACTOR,g,p)}function b(a,b,d,g){d=w(d,D.XMLNS,"Cell");d.setAttribute("N",a);d.setAttribute("V",b);g&&d.setAttribute("F",g);return d}function a(a,b,d,g,p){var c=w(p,D.XMLNS,"Row");c.setAttribute("T",a);c.setAttribute("IX",b);c.appendChild(f("X",d,p));c.appendChild(f("Y",g,p));return c}function d(a,d,g){var p= a.style[mxConstants.STYLE_FILLCOLOR];if(p&&"none"!=p){if(d.appendChild(b("FillForegnd",p,g)),(p=a.style[mxConstants.STYLE_GRADIENTCOLOR])&&"none"!=p){d.appendChild(b("FillBkgnd",p,g));var p=a.style[mxConstants.STYLE_GRADIENT_DIRECTION],c=28;if(p)switch(p){case mxConstants.DIRECTION_EAST:c=25;break;case mxConstants.DIRECTION_WEST:c=27;break;case mxConstants.DIRECTION_NORTH:c=30}d.appendChild(b("FillPattern",c,g))}}else d.appendChild(b("FillPattern",0,g));(p=a.style[mxConstants.STYLE_STROKECOLOR])&& "none"!=p?d.appendChild(b("LineColor",p,g)):d.appendChild(b("LinePattern",0,g));(p=a.style[mxConstants.STYLE_STROKEWIDTH])&&d.appendChild(f("LineWeight",p,g));(c=a.style[mxConstants.STYLE_OPACITY])?p=c:(p=a.style[mxConstants.STYLE_FILL_OPACITY],c=a.style[mxConstants.STYLE_STROKE_OPACITY]);p&&d.appendChild(b("FillForegndTrans",1-parseInt(p)/100,g));c&&d.appendChild(b("LineColorTrans",1-parseInt(c)/100,g));if(1==a.style[mxConstants.STYLE_DASHED]){p=a.style[mxConstants.STYLE_DASH_PATTERN];c=9;if(p)switch(p){case "1 1":c= 10;break;case "1 2":c=3;break;case "1 4":c=17}d.appendChild(b("LinePattern",c,g))}1==a.style[mxConstants.STYLE_SHADOW]&&(d.appendChild(b("ShdwPattern",1,g)),d.appendChild(b("ShdwForegnd","#000000",g)),d.appendChild(b("ShdwForegndTrans",.6,g)),d.appendChild(b("ShapeShdwType",1,g)),d.appendChild(b("ShapeShdwOffsetX","0.02946278254943948",g)),d.appendChild(b("ShapeShdwOffsetY","-0.02946278254943948",g)),d.appendChild(b("ShapeShdwScaleFactor","1",g)),d.appendChild(b("ShapeShdwBlur","0.05555555555555555", -g)),d.appendChild(b("ShapeShdwShow",2,g)));1==a.style[mxConstants.STYLE_FLIPH]&&d.appendChild(b("FlipX",1,g));1==a.style[mxConstants.STYLE_FLIPV]&&d.appendChild(b("FlipY",1,g));1==a.style[mxConstants.STYLE_ROUNDED]&&d.appendChild(f("Rounding",.1*a.cell.geometry.width,g));(a=a.style[mxConstants.STYLE_LABEL_BACKGROUNDCOLOR])&&d.appendChild(b("TextBkgnd",a,g))}function g(a,b,d,g,p){var c=w(d,E.XMLNS,"Shape");c.setAttribute("ID",a);c.setAttribute("NameU","Shape"+a);c.setAttribute("LineStyle","0");c.setAttribute("FillStyle", -"0");c.setAttribute("TextStyle","0");a=b.width/2;var D=b.height/2;c.appendChild(f("PinX",b.x+a+(p?0:A.shiftX),d));c.appendChild(f("PinY",g-b.y-D-(p?0:A.shiftY),d));c.appendChild(f("Width",b.width,d));c.appendChild(f("Height",b.height,d));c.appendChild(f("LocPinX",a,d));c.appendChild(f("LocPinY",D,d));return c}function p(a,b){var d=E.ARROWS_MAP[(null==a?"none":a)+"|"+(null==b?"1":b)];return null!=d?d:1}function D(a){return null==a?2:2>=a?0:3>=a?1:5>=a?2:7>=a?3:9>=a?4:22>=a?5:6}function C(g,c,C,y,q){var h= -c.view.getState(g);if(null==h)return null;c=w(C,E.XMLNS,"Shape");var z=l(g.id);c.setAttribute("ID",z);c.setAttribute("NameU","Dynamic connector."+z);c.setAttribute("Name","Dynamic connector."+z);c.setAttribute("Type","Shape");c.setAttribute("Master","4");var aa=A.state,z=h.absolutePoints,m=h.cellBounds,P=m.width/2,B=m.height/2;c.appendChild(f("PinX",m.x+P,C));c.appendChild(f("PinY",y-m.y-B,C));c.appendChild(f("Width",m.width,C));c.appendChild(f("Height",m.height,C));c.appendChild(f("LocPinX",P,C)); -c.appendChild(f("LocPinY",B,C));A.newEdge(c,h,C);P=function(a,b){var d=a.x,g=a.y,d=d*aa.scale-m.x+aa.dx+(q?0:A.shiftX),g=(b?0:m.height)-g*aa.scale+m.y-aa.dy-(q?0:A.shiftY);return{x:d,y:g}};B=P(z[0],!0);c.appendChild(f("BeginX",m.x+B.x,C,"_WALKGLUE(BegTrigger,EndTrigger,WalkPreference)"));c.appendChild(f("BeginY",y-m.y+B.y,C,"_WALKGLUE(BegTrigger,EndTrigger,WalkPreference)"));B=P(z[z.length-1],!0);c.appendChild(f("EndX",m.x+B.x,C,"_WALKGLUE(EndTrigger,BegTrigger,WalkPreference)"));c.appendChild(f("EndY", +g)),d.appendChild(b("ShapeShdwShow",2,g)));1==a.style[mxConstants.STYLE_FLIPH]&&d.appendChild(b("FlipX",1,g));1==a.style[mxConstants.STYLE_FLIPV]&&d.appendChild(b("FlipY",1,g));1==a.style[mxConstants.STYLE_ROUNDED]&&d.appendChild(f("Rounding",.1*a.cell.geometry.width,g));(a=a.style[mxConstants.STYLE_LABEL_BACKGROUNDCOLOR])&&d.appendChild(b("TextBkgnd",a,g))}function g(a,b,d,g,p){var c=w(d,D.XMLNS,"Shape");c.setAttribute("ID",a);c.setAttribute("NameU","Shape"+a);c.setAttribute("LineStyle","0");c.setAttribute("FillStyle", +"0");c.setAttribute("TextStyle","0");a=b.width/2;var E=b.height/2;c.appendChild(f("PinX",b.x+a+(p?0:z.shiftX),d));c.appendChild(f("PinY",g-b.y-E-(p?0:z.shiftY),d));c.appendChild(f("Width",b.width,d));c.appendChild(f("Height",b.height,d));c.appendChild(f("LocPinX",a,d));c.appendChild(f("LocPinY",E,d));return c}function p(a,b){var d=D.ARROWS_MAP[(null==a?"none":a)+"|"+(null==b?"1":b)];return null!=d?d:1}function E(a){return null==a?2:2>=a?0:3>=a?1:5>=a?2:7>=a?3:9>=a?4:22>=a?5:6}function C(g,c,C,y,t){var h= +c.view.getState(g);if(null==h)return null;c=w(C,D.XMLNS,"Shape");var A=l(g.id);c.setAttribute("ID",A);c.setAttribute("NameU","Dynamic connector."+A);c.setAttribute("Name","Dynamic connector."+A);c.setAttribute("Type","Shape");c.setAttribute("Master","4");var Y=z.state,A=h.absolutePoints,m=h.cellBounds,G=m.width/2,B=m.height/2;c.appendChild(f("PinX",m.x+G,C));c.appendChild(f("PinY",y-m.y-B,C));c.appendChild(f("Width",m.width,C));c.appendChild(f("Height",m.height,C));c.appendChild(f("LocPinX",G,C)); +c.appendChild(f("LocPinY",B,C));z.newEdge(c,h,C);G=function(a,b){var d=a.x,g=a.y,d=d*Y.scale-m.x+Y.dx+(t?0:z.shiftX),g=(b?0:m.height)-g*Y.scale+m.y-Y.dy-(t?0:z.shiftY);return{x:d,y:g}};B=G(A[0],!0);c.appendChild(f("BeginX",m.x+B.x,C,"_WALKGLUE(BegTrigger,EndTrigger,WalkPreference)"));c.appendChild(f("BeginY",y-m.y+B.y,C,"_WALKGLUE(BegTrigger,EndTrigger,WalkPreference)"));B=G(A[A.length-1],!0);c.appendChild(f("EndX",m.x+B.x,C,"_WALKGLUE(EndTrigger,BegTrigger,WalkPreference)"));c.appendChild(f("EndY", y-m.y+B.y,C,"_WALKGLUE(EndTrigger,BegTrigger,WalkPreference)"));c.appendChild(b("BegTrigger","2",C,g.source?"_XFTRIGGER(Sheet."+l(g.source.id)+"!EventXFMod)":null));c.appendChild(b("EndTrigger","2",C,g.target?"_XFTRIGGER(Sheet."+l(g.target.id)+"!EventXFMod)":null));c.appendChild(b("ConFixedCode","6",C));c.appendChild(b("LayerMember","0",C));d(h,c,C);y=h.style[mxConstants.STYLE_STARTSIZE];g=p(h.style[mxConstants.STYLE_STARTARROW],h.style[mxConstants.STYLE_STARTFILL]);c.appendChild(b("BeginArrow",g, -C));c.appendChild(b("BeginArrowSize",D(y),C));y=h.style[mxConstants.STYLE_ENDSIZE];g=p(h.style[mxConstants.STYLE_ENDARROW],h.style[mxConstants.STYLE_ENDFILL]);c.appendChild(b("EndArrow",g,C));c.appendChild(b("EndArrowSize",D(y),C));null!=h.text&&h.text.checkBounds()&&(A.save(),h.text.paint(A),A.restore());h=w(C,E.XMLNS,"Section");h.setAttribute("N","Geometry");h.setAttribute("IX","0");for(g=0;g<z.length;g++)y=P(z[g]),h.appendChild(a(0==g?"MoveTo":"LineTo",g+1,y.x,y.y,C));h.appendChild(b("NoFill", -"1",C));h.appendChild(b("NoLine","0",C));c.appendChild(h);return c}function y(a,b,p,c,f,D){var q=a.geometry;if(null!=q){q.relative&&f&&(q=q.clone(),q.x*=f.width,q.y*=f.height,q.relative=0);f=l(a.id);if(!a.treatAsSingle&&0<a.getChildCount()){c=g(f+"10000",q,p,c,D);c.setAttribute("Type","Group");D=w(p,E.XMLNS,"Shapes");A.save();A.translate(-q.x,-q.y);f=q.clone();f.x=0;f.y=0;a.setGeometry(f);a.treatAsSingle=!0;f=y(a,b,p,q.height,q,!0);a.treatAsSingle=!1;a.setGeometry(q);D.appendChild(f);for(var h=0;h< -a.children.length;h++)f=y(a.children[h],b,p,q.height,q,!0),D.appendChild(f);c.appendChild(D);A.restore();return c}return a.vertex?(c=g(f,q,p,c,D),a=b.view.getState(a),d(a,c,p),A.newShape(c,a,p),null!=a.text&&a.text.checkBounds()&&(A.save(),a.text.paint(A),A.restore()),null!=a.shape&&a.shape.checkBounds()&&(A.save(),a.shape.paint(A),A.restore()),c.appendChild(A.getShapeGeo()),A.endShape(),c.setAttribute("Type",A.getShapeType()),c):C(a,b,p,c,D)}return null}function q(a,b){var d=mxUtils.createXmlDocument(), -g=w(d,E.XMLNS,"PageContents");g.setAttribute("xmlns:r",E.XMLNS_R);g.setAttribute("xml:space",E.XML_SPACE);var p=w(d,E.XMLNS,"Shapes");g.appendChild(p);var c=a.model,f=a.view.translate,D=a.view.scale,C=a.getGraphBounds();A.shiftX=0;A.shiftY=0;if(C.x/D<f.x||C.y/D<f.y)A.shiftX=Math.ceil((f.x-C.x/D)/a.pageFormat.width)*a.pageFormat.width,A.shiftY=Math.ceil((f.y-C.y/D)/a.pageFormat.height)*a.pageFormat.height;A.save();A.translate(-f.x,-f.y);A.scale(1/D);A.newPage();var D=a.getDefaultParent(),q;for(q in c.cells)f= -c.cells[q],f.parent==D&&(f=y(f,a,d,b.pageHeight),null!=f&&p.appendChild(f));p=w(d,E.XMLNS,"Connects");g.appendChild(p);for(q in c.cells)f=c.cells[q],f.edge&&(f.source&&(D=w(d,E.XMLNS,"Connect"),D.setAttribute("FromSheet",l(f.id)),D.setAttribute("FromCell","BeginX"),D.setAttribute("ToSheet",l(f.source.id)),p.appendChild(D)),f.target&&(D=w(d,E.XMLNS,"Connect"),D.setAttribute("FromSheet",l(f.id)),D.setAttribute("FromCell","EndX"),D.setAttribute("ToSheet",l(f.target.id)),p.appendChild(D)));d.appendChild(g); -A.restore();return d}function z(a,b,d,g){a.file(b,(g?"":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?>')+mxUtils.getXml(d))}function aa(a,d,g){var p=mxUtils.createXmlDocument(),c=mxUtils.createXmlDocument(),D=w(p,E.XMLNS,"Pages");D.setAttribute("xmlns:r",E.XMLNS_R);D.setAttribute("xml:space",E.XML_SPACE);var C=w(c,E.RELS_XMLNS,"Relationships"),y=1,q;for(q in d){var h="page"+y+".xml",l=w(p,E.XMLNS,"Page");l.setAttribute("ID",y-1);l.setAttribute("NameU",q);l.setAttribute("Name",q);var aa= -w(p,E.XMLNS,"PageSheet"),m=g[q];aa.appendChild(f("PageWidth",m.pageWidth,p));aa.appendChild(f("PageHeight",m.pageHeight,p));aa.appendChild(b("PageScale",m.pageScale,p));aa.appendChild(b("DrawingScale",1,p));m=w(p,E.XMLNS,"Rel");m.setAttribute("r:id","rId"+y);var P=w(p,E.XMLNS,"Section");P.setAttribute("N","Layer");var A=w(p,E.XMLNS,"Row");A.setAttribute("IX","0");P.appendChild(A);A.appendChild(b("Name","Connector",p));A.appendChild(b("Color","255",p));A.appendChild(b("Status","0",p));A.appendChild(b("Visible", -"1",p));A.appendChild(b("Print","1",p));A.appendChild(b("Active","0",p));A.appendChild(b("Lock","0",p));A.appendChild(b("Snap","1",p));A.appendChild(b("Glue","1",p));A.appendChild(b("NameUniv","Connector",p));A.appendChild(b("ColorTrans","0",p));aa.appendChild(P);l.appendChild(aa);l.appendChild(m);D.appendChild(l);l=w(c,E.RELS_XMLNS,"Relationship");l.setAttribute("Id","rId"+y);l.setAttribute("Type",E.PAGES_TYPE);l.setAttribute("Target",h);C.appendChild(l);z(a,E.VISIO_PAGES+h,d[q]);y++}p.appendChild(D); -c.appendChild(C);z(a,E.VISIO_PAGES+"pages.xml",p);z(a,E.VISIO_PAGES+"_rels/pages.xml.rels",c)}function P(a,b){var d=E.VISIO_PAGES_RELS+"page"+b+".xml.rels",g=mxUtils.createXmlDocument(),p=w(g,E.RELS_XMLNS,"Relationships"),c=w(g,E.RELS_XMLNS,"Relationship");c.setAttribute("Type","http://schemas.microsoft.com/visio/2010/relationships/master");c.setAttribute("Id","rId1");c.setAttribute("Target","../masters/master1.xml");p.appendChild(c);var f=A.images;if(0<f.length)for(var D=0;D<f.length;D++)c=w(g,E.RELS_XMLNS, -"Relationship"),c.setAttribute("Type",E.XMLNS_R+"/image"),c.setAttribute("Id","rId"+(D+2)),c.setAttribute("Target","../media/"+f[D]),p.appendChild(c);g.appendChild(p);z(a,d,g)}var E=this,A=new mxVsdxCanvas2D,F={},B=1;this.exportCurrentDiagrams=function(){try{if(c.spinner.spin(document.body,mxResources.get("exporting"))){var a=new JSZip;A.init(a);F={};B=1;var b={},d={},g=null!=c.pages?c.pages.length:1;if(null!=c.pages){for(var p=c.editor.graph.getSelectionCells(),f=c.currentPage,D=0;D<c.pages.length;D++){var C= -c.pages[D];c.currentPage!=C&&c.selectPage(C,!0);var y=C.getName(),l=c.editor.graph,z=h(l);b[y]=q(l,z);P(a,D+1);d[y]=z}f!=c.currentPage&&c.selectPage(f,!0);c.editor.graph.setSelectionCells(p)}else l=c.editor.graph,z=h(l),y="Page1",b[y]=q(l,z),P(a,1),d[y]=z;m(a,g);aa(a,b,d);b=function(){a.generateAsync({type:"base64"}).then(function(a){c.spinner.stop();var b=c.getBaseFilename();c.saveData(b+".vsdx","vsdx",a,"application/vnd.visio2013",!0)})};0<A.filesLoading?A.onFilesLoaded=b:b()}return!0}catch(Ea){return console.log(Ea), +C));c.appendChild(b("BeginArrowSize",E(y),C));y=h.style[mxConstants.STYLE_ENDSIZE];g=p(h.style[mxConstants.STYLE_ENDARROW],h.style[mxConstants.STYLE_ENDFILL]);c.appendChild(b("EndArrow",g,C));c.appendChild(b("EndArrowSize",E(y),C));null!=h.text&&h.text.checkBounds()&&(z.save(),h.text.paint(z),z.restore());h=w(C,D.XMLNS,"Section");h.setAttribute("N","Geometry");h.setAttribute("IX","0");for(g=0;g<A.length;g++)y=G(A[g]),h.appendChild(a(0==g?"MoveTo":"LineTo",g+1,y.x,y.y,C));h.appendChild(b("NoFill", +"1",C));h.appendChild(b("NoLine","0",C));c.appendChild(h);return c}function y(a,b,p,c,f,E){var t=a.geometry;if(null!=t){t.relative&&f&&(t=t.clone(),t.x*=f.width,t.y*=f.height,t.relative=0);f=l(a.id);if(!a.treatAsSingle&&0<a.getChildCount()){c=g(f+"10000",t,p,c,E);c.setAttribute("Type","Group");E=w(p,D.XMLNS,"Shapes");z.save();z.translate(-t.x,-t.y);f=t.clone();f.x=0;f.y=0;a.setGeometry(f);a.treatAsSingle=!0;f=y(a,b,p,t.height,t,!0);a.treatAsSingle=!1;a.setGeometry(t);E.appendChild(f);for(var h=0;h< +a.children.length;h++)f=y(a.children[h],b,p,t.height,t,!0),E.appendChild(f);c.appendChild(E);z.restore();return c}return a.vertex?(c=g(f,t,p,c,E),a=b.view.getState(a),d(a,c,p),z.newShape(c,a,p),null!=a.text&&a.text.checkBounds()&&(z.save(),a.text.paint(z),z.restore()),null!=a.shape&&a.shape.checkBounds()&&(z.save(),a.shape.paint(z),z.restore()),c.appendChild(z.getShapeGeo()),z.endShape(),c.setAttribute("Type",z.getShapeType()),c):C(a,b,p,c,E)}return null}function t(a,b){var d=mxUtils.createXmlDocument(), +g=w(d,D.XMLNS,"PageContents");g.setAttribute("xmlns:r",D.XMLNS_R);g.setAttribute("xml:space",D.XML_SPACE);var p=w(d,D.XMLNS,"Shapes");g.appendChild(p);var c=a.model,f=a.view.translate,E=a.view.scale,C=a.getGraphBounds();z.shiftX=0;z.shiftY=0;if(C.x/E<f.x||C.y/E<f.y)z.shiftX=Math.ceil((f.x-C.x/E)/a.pageFormat.width)*a.pageFormat.width,z.shiftY=Math.ceil((f.y-C.y/E)/a.pageFormat.height)*a.pageFormat.height;z.save();z.translate(-f.x,-f.y);z.scale(1/E);z.newPage();var E=a.getDefaultParent(),t;for(t in c.cells)f= +c.cells[t],f.parent==E&&(f=y(f,a,d,b.pageHeight),null!=f&&p.appendChild(f));p=w(d,D.XMLNS,"Connects");g.appendChild(p);for(t in c.cells)f=c.cells[t],f.edge&&(f.source&&(E=w(d,D.XMLNS,"Connect"),E.setAttribute("FromSheet",l(f.id)),E.setAttribute("FromCell","BeginX"),E.setAttribute("ToSheet",l(f.source.id)),p.appendChild(E)),f.target&&(E=w(d,D.XMLNS,"Connect"),E.setAttribute("FromSheet",l(f.id)),E.setAttribute("FromCell","EndX"),E.setAttribute("ToSheet",l(f.target.id)),p.appendChild(E)));d.appendChild(g); +z.restore();return d}function A(a,b,d,g){a.file(b,(g?"":'<?xml version="1.0" encoding="UTF-8" standalone="yes"?>')+mxUtils.getXml(d))}function Y(a,d,g){var p=mxUtils.createXmlDocument(),c=mxUtils.createXmlDocument(),E=w(p,D.XMLNS,"Pages");E.setAttribute("xmlns:r",D.XMLNS_R);E.setAttribute("xml:space",D.XML_SPACE);var C=w(c,D.RELS_XMLNS,"Relationships"),y=1,t;for(t in d){var h="page"+y+".xml",l=w(p,D.XMLNS,"Page");l.setAttribute("ID",y-1);l.setAttribute("NameU",t);l.setAttribute("Name",t);var Y=w(p, +D.XMLNS,"PageSheet"),m=g[t];Y.appendChild(f("PageWidth",m.pageWidth,p));Y.appendChild(f("PageHeight",m.pageHeight,p));Y.appendChild(b("PageScale",m.pageScale,p));Y.appendChild(b("DrawingScale",1,p));m=w(p,D.XMLNS,"Rel");m.setAttribute("r:id","rId"+y);var G=w(p,D.XMLNS,"Section");G.setAttribute("N","Layer");var z=w(p,D.XMLNS,"Row");z.setAttribute("IX","0");G.appendChild(z);z.appendChild(b("Name","Connector",p));z.appendChild(b("Color","255",p));z.appendChild(b("Status","0",p));z.appendChild(b("Visible", +"1",p));z.appendChild(b("Print","1",p));z.appendChild(b("Active","0",p));z.appendChild(b("Lock","0",p));z.appendChild(b("Snap","1",p));z.appendChild(b("Glue","1",p));z.appendChild(b("NameUniv","Connector",p));z.appendChild(b("ColorTrans","0",p));Y.appendChild(G);l.appendChild(Y);l.appendChild(m);E.appendChild(l);l=w(c,D.RELS_XMLNS,"Relationship");l.setAttribute("Id","rId"+y);l.setAttribute("Type",D.PAGES_TYPE);l.setAttribute("Target",h);C.appendChild(l);A(a,D.VISIO_PAGES+h,d[t]);y++}p.appendChild(E); +c.appendChild(C);A(a,D.VISIO_PAGES+"pages.xml",p);A(a,D.VISIO_PAGES+"_rels/pages.xml.rels",c)}function G(a,b){var d=D.VISIO_PAGES_RELS+"page"+b+".xml.rels",g=mxUtils.createXmlDocument(),p=w(g,D.RELS_XMLNS,"Relationships"),c=w(g,D.RELS_XMLNS,"Relationship");c.setAttribute("Type","http://schemas.microsoft.com/visio/2010/relationships/master");c.setAttribute("Id","rId1");c.setAttribute("Target","../masters/master1.xml");p.appendChild(c);var f=z.images;if(0<f.length)for(var E=0;E<f.length;E++)c=w(g,D.RELS_XMLNS, +"Relationship"),c.setAttribute("Type",D.XMLNS_R+"/image"),c.setAttribute("Id","rId"+(E+2)),c.setAttribute("Target","../media/"+f[E]),p.appendChild(c);g.appendChild(p);A(a,d,g)}var D=this,z=new mxVsdxCanvas2D,F={},B=1;this.exportCurrentDiagrams=function(){try{if(c.spinner.spin(document.body,mxResources.get("exporting"))){var a=new JSZip;z.init(a);F={};B=1;var b={},d={},g=null!=c.pages?c.pages.length:1;if(null!=c.pages){for(var p=c.editor.graph.getSelectionCells(),f=c.currentPage,E=0;E<c.pages.length;E++){var C= +c.pages[E];c.currentPage!=C&&c.selectPage(C,!0);var y=C.getName(),l=c.editor.graph,A=h(l);b[y]=t(l,A);G(a,E+1);d[y]=A}f!=c.currentPage&&c.selectPage(f,!0);c.editor.graph.setSelectionCells(p)}else l=c.editor.graph,A=h(l),y="Page1",b[y]=t(l,A),G(a,1),d[y]=A;m(a,g);Y(a,b,d);b=function(){a.generateAsync({type:"base64"}).then(function(a){c.spinner.stop();var b=c.getBaseFilename();c.saveData(b+".vsdx","vsdx",a,"application/vnd.visio2013",!0)})};0<z.filesLoading?z.onFilesLoaded=b:b()}return!0}catch(za){return console.log(za), !1}}}VsdxExport.prototype.CONVERSION_FACTOR=101.6;VsdxExport.prototype.PAGES_TYPE="http://schemas.microsoft.com/visio/2010/relationships/page";VsdxExport.prototype.RELS_XMLNS="http://schemas.openxmlformats.org/package/2006/relationships";VsdxExport.prototype.XML_SPACE="preserve";VsdxExport.prototype.XMLNS_R="http://schemas.openxmlformats.org/officeDocument/2006/relationships";VsdxExport.prototype.XMLNS="http://schemas.microsoft.com/office/visio/2012/main";VsdxExport.prototype.VISIO_PAGES="visio/pages/"; VsdxExport.prototype.PREFEX="com/mxgraph/io/vsdx/resources/export/";VsdxExport.prototype.VSDX_ENC="ISO-8859-1";VsdxExport.prototype.PART_NAME="PartName";VsdxExport.prototype.CONTENT_TYPES_XML="[Content_Types].xml";VsdxExport.prototype.VISIO_PAGES_RELS="visio/pages/_rels/"; VsdxExport.prototype.ARROWS_MAP={"none|1":0,"none|0":0,"open|1":1,"open|0":1,"block|1":4,"block|0":14,"classic|1":5,"classic|0":17,"oval|1":10,"oval|0":20,"diamond|1":11,"diamond|0":22,"blockThin|1":2,"blockThin|0":15,"dash|1":23,"dash|0":23,"ERone|1":24,"ERone|0":24,"ERmandOne|1":25,"ERmandOne|0":25,"ERmany|1":27,"ERmany|0":27,"ERoneToMany|1":28,"ERoneToMany|0":28,"ERzeroToMany|1":29,"ERzeroToMany|0":29,"ERzeroToOne|1":30,"ERzeroToOne|0":30,"openAsync|1":9,"openAsync|0":9};function mxVsdxCanvas2D(){mxAbstractCanvas2D.call(this)}mxUtils.extend(mxVsdxCanvas2D,mxAbstractCanvas2D);mxVsdxCanvas2D.prototype.textEnabled=!0;mxVsdxCanvas2D.prototype.init=function(c){this.filesLoading=0;this.zip=c};mxVsdxCanvas2D.prototype.onFilesLoaded=function(){};mxVsdxCanvas2D.prototype.createElt=function(c){return null!=this.xmlDoc.createElementNS?this.xmlDoc.createElementNS(VsdxExport.prototype.XMLNS,c):this.xmlDoc.createElement(c)}; mxVsdxCanvas2D.prototype.createGeoSec=function(){null!=this.geoSec&&this.shape.appendChild(this.geoSec);var c=this.createElt("Section");c.setAttribute("N","Geometry");c.setAttribute("IX",this.geoIndex++);this.geoSec=c;this.geoStepIndex=1;this.lastMoveToY=this.lastMoveToX=this.lastY=this.lastX=0};mxVsdxCanvas2D.prototype.newShape=function(c,m,w){this.geoIndex=0;this.shape=c;this.cellState=m;this.xmGeo=m.cell.geometry;this.xmlDoc=w;this.shapeImg=this.geoSec=null;this.shapeType="Shape";this.createGeoSec()}; mxVsdxCanvas2D.prototype.newEdge=function(c,m,w){this.shape=c;this.cellState=m;this.xmGeo=m.cellBounds;this.xmlDoc=w};mxVsdxCanvas2D.prototype.endShape=function(){null!=this.shapeImg&&this.addForeignData(this.shapeImg.type,this.shapeImg.id)};mxVsdxCanvas2D.prototype.newPage=function(){this.images=[]};mxVsdxCanvas2D.prototype.getShapeType=function(){return this.shapeType};mxVsdxCanvas2D.prototype.getShapeGeo=function(){return this.geoSec}; mxVsdxCanvas2D.prototype.createCellElemScaled=function(c,m,w){return this.createCellElem(c,m/VsdxExport.prototype.CONVERSION_FACTOR,w)};mxVsdxCanvas2D.prototype.createCellElem=function(c,m,w){var l=this.createElt("Cell");l.setAttribute("N",c);l.setAttribute("V",m);w&&l.setAttribute("F",w);return l}; -mxVsdxCanvas2D.prototype.createRowScaled=function(c,m,w,l,h,f,b,a,d,g,p,D,C,y){return this.createRowRel(c,m,w/VsdxExport.prototype.CONVERSION_FACTOR,l/VsdxExport.prototype.CONVERSION_FACTOR,h/VsdxExport.prototype.CONVERSION_FACTOR,f/VsdxExport.prototype.CONVERSION_FACTOR,b/VsdxExport.prototype.CONVERSION_FACTOR,a/VsdxExport.prototype.CONVERSION_FACTOR,d,g,p,D,C,y)}; -mxVsdxCanvas2D.prototype.createRowRel=function(c,m,w,l,h,f,b,a,d,g,p,D,C,y){var q=this.createElt("Row");q.setAttribute("T",c);q.setAttribute("IX",m);q.appendChild(this.createCellElem("X",w,d));q.appendChild(this.createCellElem("Y",l,g));null!=h&&q.appendChild(this.createCellElem("A",h,p));null!=f&&q.appendChild(this.createCellElem("B",f,D));null!=b&&q.appendChild(this.createCellElem("C",b,C));null!=a&&q.appendChild(this.createCellElem("D",a,y));return q}; +mxVsdxCanvas2D.prototype.createRowScaled=function(c,m,w,l,h,f,b,a,d,g,p,E,C,y){return this.createRowRel(c,m,w/VsdxExport.prototype.CONVERSION_FACTOR,l/VsdxExport.prototype.CONVERSION_FACTOR,h/VsdxExport.prototype.CONVERSION_FACTOR,f/VsdxExport.prototype.CONVERSION_FACTOR,b/VsdxExport.prototype.CONVERSION_FACTOR,a/VsdxExport.prototype.CONVERSION_FACTOR,d,g,p,E,C,y)}; +mxVsdxCanvas2D.prototype.createRowRel=function(c,m,w,l,h,f,b,a,d,g,p,E,C,y){var t=this.createElt("Row");t.setAttribute("T",c);t.setAttribute("IX",m);t.appendChild(this.createCellElem("X",w,d));t.appendChild(this.createCellElem("Y",l,g));null!=h&&t.appendChild(this.createCellElem("A",h,p));null!=f&&t.appendChild(this.createCellElem("B",f,E));null!=b&&t.appendChild(this.createCellElem("C",b,C));null!=a&&t.appendChild(this.createCellElem("D",a,y));return t}; mxVsdxCanvas2D.prototype.begin=function(){1<this.geoStepIndex&&this.createGeoSec()}; mxVsdxCanvas2D.prototype.rect=function(c,m,w,l){1<this.geoStepIndex&&this.createGeoSec();var h=this.state;w*=h.scale;l*=h.scale;var f=this.xmGeo;c=(c-f.x+h.dx)*h.scale/w;m=(f.height-m+f.y-h.dy)*h.scale/l;this.geoSec.appendChild(this.createRowRel("RelMoveTo",this.geoStepIndex++,c,m));this.geoSec.appendChild(this.createRowRel("RelLineTo",this.geoStepIndex++,c+1,m));this.geoSec.appendChild(this.createRowRel("RelLineTo",this.geoStepIndex++,c+1,m-1));this.geoSec.appendChild(this.createRowRel("RelLineTo", this.geoStepIndex++,c,m-1));this.geoSec.appendChild(this.createRowRel("RelLineTo",this.geoStepIndex++,c,m))};mxVsdxCanvas2D.prototype.roundrect=function(c,m,w,l,h,f){this.rect(c,m,w,l);this.shape.appendChild(this.createCellElemScaled("Rounding",h))}; @@ -525,18 +527,18 @@ mxVsdxCanvas2D.prototype.curveTo=function(c,m,w,l,h,f){this.lastX=h;this.lastY=f mxVsdxCanvas2D.prototype.close=function(){this.lastMoveToX==this.lastX&&this.lastMoveToY==this.lastY||this.lineTo(this.lastMoveToX,this.lastMoveToY)};mxVsdxCanvas2D.prototype.addForeignData=function(c,m){var w=this.createElt("ForeignData");w.setAttribute("ForeignType","Bitmap");c=c.toUpperCase();"BMP"!=c&&w.setAttribute("CompressionType",c);var l=this.createElt("Rel");l.setAttribute("r:id","rId"+m);w.appendChild(l);this.shape.appendChild(w);this.shapeType="Foreign"}; mxVsdxCanvas2D.prototype.convertSvg2Png=function(c,m,w){var l=this;this.filesLoading++;try{var h=document.createElement("canvas"),f=h.getContext("2d");m||(c=String.fromCharCode.apply(null,new Uint8Array(c)),c=window.btoa?btoa(c):Base64.encode(c,!0));m="data:image/svg+xml;base64,"+c;img=new Image;img.onload=function(){h.width=this.width;h.height=this.height;f.drawImage(this,0,0);try{w(h.toDataURL("image/png"))}catch(b){}l.filesLoading--;if(0==l.filesLoading)l.onFilesLoaded()};img.onerror=function(){console.log("SVG2PNG conversion failed"); try{w(c)}catch(b){}l.filesLoading--;if(0==l.filesLoading)l.onFilesLoaded()};img.src=m}catch(b){console.log("SVG2PNG conversion failed"+b.message);try{w(c)}catch(a){}this.filesLoading--;if(0==l.filesLoading)l.onFilesLoaded()}}; -mxVsdxCanvas2D.prototype.image=function(c,m,w,l,h,f,b,a){var d=this,g="image"+(this.images.length+1)+".",p;if(0==h.indexOf("data:"))p=h.indexOf("base64,"),f=h.substring(p+7),p=h.substring(11,p-1),0==p.indexOf("svg")?(p="png",g+=p,this.convertSvg2Png(f,!0,function(a){d.zip.file("visio/media/"+g,a.substring(22),{base64:!0})})):(g+=p,this.zip.file("visio/media/"+g,f,{base64:!0}));else if(window.XMLHttpRequest){h=this.converter.convert(h);this.filesLoading++;p=h.lastIndexOf(".");p=h.substring(p+1);var D= -!1;0==p.indexOf("svg")&&(p="png",D=!0);g+=p;f=new XMLHttpRequest;f.open("GET",h,!0);f.responseType="arraybuffer";f.onreadystatechange=function(a){if(4==this.readyState&&(200==this.status&&(D?d.convertSvg2Png(this.response,!1,function(a){d.zip.file("visio/media/"+g,a.substring(22),{base64:!0})}):d.zip.file("visio/media/"+g,this.response)),d.filesLoading--,0==d.filesLoading))d.onFilesLoaded()};f.send()}this.images.push(g);this.shapeImg={type:p,id:this.images.length+1};h=this.state;w*=h.scale;l*=h.scale; +mxVsdxCanvas2D.prototype.image=function(c,m,w,l,h,f,b,a){var d=this,g="image"+(this.images.length+1)+".",p;if(0==h.indexOf("data:"))p=h.indexOf("base64,"),f=h.substring(p+7),p=h.substring(11,p-1),0==p.indexOf("svg")?(p="png",g+=p,this.convertSvg2Png(f,!0,function(a){d.zip.file("visio/media/"+g,a.substring(22),{base64:!0})})):(g+=p,this.zip.file("visio/media/"+g,f,{base64:!0}));else if(window.XMLHttpRequest){h=this.converter.convert(h);this.filesLoading++;p=h.lastIndexOf(".");p=h.substring(p+1);var E= +!1;0==p.indexOf("svg")&&(p="png",E=!0);g+=p;f=new XMLHttpRequest;f.open("GET",h,!0);f.responseType="arraybuffer";f.onreadystatechange=function(a){if(4==this.readyState&&(200==this.status&&(E?d.convertSvg2Png(this.response,!1,function(a){d.zip.file("visio/media/"+g,a.substring(22),{base64:!0})}):d.zip.file("visio/media/"+g,this.response)),d.filesLoading--,0==d.filesLoading))d.onFilesLoaded()};f.send()}this.images.push(g);this.shapeImg={type:p,id:this.images.length+1};h=this.state;w*=h.scale;l*=h.scale; p=this.xmGeo;c=(c-p.x+h.dx)*h.scale;m=(p.height-m+p.y-h.dy)*h.scale;this.shape.appendChild(this.createCellElemScaled("ImgOffsetX",c));this.shape.appendChild(this.createCellElemScaled("ImgOffsetY",m-l));this.shape.appendChild(this.createCellElemScaled("ImgWidth",w));this.shape.appendChild(this.createCellElemScaled("ImgHeight",l))}; -mxVsdxCanvas2D.prototype.text=function(c,m,w,l,h,f,b,a,d,g,p,D,C){var y=this;if(this.textEnabled&&null!=h){mxUtils.isNode(h)&&(h=mxUtils.getOuterHtml(h));"html"==d&&("0"!=mxUtils.getValue(this.cellState.style,"nl2Br","1")&&(h=h.replace(/\n/g,"").replace(/<br\s*.?>/g,"\n")),null==this.html2txtDiv&&(this.html2txtDiv=document.createElement("div")),this.html2txtDiv.innerHTML=h,h=mxUtils.extractTextWithWhitespace(this.html2txtDiv.childNodes));g=this.state;p=this.xmGeo;w*=g.scale;l*=g.scale;var q=this.createElt("Section"); -q.setAttribute("N","Character");var z=this.createElt("Section");z.setAttribute("N","Paragraph");var aa=this.createElt("Text"),P=0,E=0,A=0,F=0,B=0,Y=0,K=function(b,d,g,p,c){g=b.fontSize;var f=b.fontFamily,D=mxUtils.getSizeForString(c,g,f);a&&D.width>w&&(D=mxUtils.getSizeForString(c,g,f,w));b.blockElem?(F+=D.width,E=Math.min(Math.max(E,F),w),F=0,B=Math.max(B,D.height),A+=B+Y,Y=B,B=0):(F+=D.width,E=Math.min(Math.max(E,F),w),B=Math.max(B,D.height),A=Math.max(A,B));D=y.createElt("Row");D.setAttribute("IX", -P);b.fontColor&&D.appendChild(y.createCellElem("Color",b.fontColor));g&&D.appendChild(y.createCellElemScaled("Size",.97*g));f&&D.appendChild(y.createCellElem("Font",f));g=0;b.bold&&(g|=17);b.italic&&(g|=34);b.underline&&(g|=4);D.appendChild(y.createCellElem("Style",g));D.appendChild(y.createCellElem("Case","0"));D.appendChild(y.createCellElem("Pos","0"));D.appendChild(y.createCellElem("FontScale","1"));D.appendChild(y.createCellElem("Letterspace","0"));d.appendChild(D);d=y.createElt("cp");d.setAttribute("IX", -P++);p.appendChild(d);b=y.xmlDoc.createTextNode(c+(b.blockElem?"\n":""));p.appendChild(b)},X=function(a,b){b=b||{};for(var d=0;d<a.length;d++)if(3==a[d].nodeType){var g={fontColor:b.fontColor||y.cellState.style.fontColor,fontSize:b.fontSize||y.cellState.style.fontSize,fontFamily:b.fontFamily||y.cellState.style.fontFamily,align:b.align||y.cellState.style.align,bold:b.bold,italic:b.italic,underline:b.underline};K(g,q,z,aa,a[d].textContent)}else if(1==a[d].nodeType){var g=a[d].nodeName.toUpperCase(), -p=a[d].childNodes.length,c=window.getComputedStyle(a[d],null),f="bold"==c.getPropertyValue("font-weight")||b.bold,D="italic"==c.getPropertyValue("font-style")||b.italic,C=0<=c.getPropertyValue("text-decoration").indexOf("underline")||b.underline,h=c.getPropertyValue("text-align"),l;l=c.getPropertyValue("color");l=(l=l.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i))&&4===l.length?"#"+("0"+parseInt(l[1],10).toString(16)).slice(-2)+("0"+parseInt(l[2],10).toString(16)).slice(-2)+ -("0"+parseInt(l[3],10).toString(16)).slice(-2):"";g={bold:f,italic:D,underline:C,align:h,fontColor:l,fontSize:parseFloat(c.getPropertyValue("font-size")),fontFamily:c.getPropertyValue("font-family").replace(/"/g,""),blockElem:"block"==c.getPropertyValue("display")||"BR"==g||"LI"==g};0<p?(K(g,q,z,aa,""),X(a[d].childNodes,g)):K(g,q,z,aa,a[d].textContent)}};"html"==d&&mxClient.IS_SVG?(h=this.cellState.text.node.getElementsByTagName("div")[mxClient.NO_FO?0:1],null!=h&&X(h.childNodes,{})):K({fontColor:y.cellState.style.fontColor, -fontSize:y.cellState.style.fontSize,fontFamily:y.cellState.style.fontFamily},q,z,aa,h);d=h=0;switch(f){case "right":h=E/2;break;case "center":h=0;break;case "left":h=-E/2}switch(b){case "top":d=A/2;break;case "middle":d=0;break;case "bottom":d=-A/2}l=Math.max(l,A);w=Math.max(w,E);c=(c-p.x+g.dx)*g.scale;m=(p.height-m+p.y-g.dy)*g.scale;f=w/2;b=l/2;this.shape.appendChild(this.createCellElemScaled("TxtPinX",c));this.shape.appendChild(this.createCellElemScaled("TxtPinY",m));this.shape.appendChild(this.createCellElemScaled("TxtWidth", -w));this.shape.appendChild(this.createCellElemScaled("TxtHeight",l));this.shape.appendChild(this.createCellElemScaled("TxtLocPinX",f+h));this.shape.appendChild(this.createCellElemScaled("TxtLocPinY",b+d));0!=D&&this.shape.appendChild(this.createCellElem("TxtAngle",(360-D)*Math.PI/180));this.shape.appendChild(q);this.shape.appendChild(aa)}}; -mxVsdxCanvas2D.prototype.rotate=function(c,m,w,l,h){0!=c&&(m=this.state,l+=m.dx,h+=m.dy,l*=m.scale,h*=m.scale,this.shape.appendChild(this.createCellElem("Angle",(360-c)*Math.PI/180)),m.rotation+=c,m.rotationCx=l,m.rotationCy=h)};mxVsdxCanvas2D.prototype.stroke=function(){this.geoSec.appendChild(this.createCellElem("NoFill","1"));this.geoSec.appendChild(this.createCellElem("NoLine","0"))}; +mxVsdxCanvas2D.prototype.text=function(c,m,w,l,h,f,b,a,d,g,p,E,C){var y=this;if(this.textEnabled&&null!=h){mxUtils.isNode(h)&&(h=mxUtils.getOuterHtml(h));0==w&&0==l&&(l=mxUtils.getSizeForString(h,y.cellState.style.fontSize,y.cellState.style.fontFamily),w=1.2*l.width,l=1.2*l.height);"html"==d&&("0"!=mxUtils.getValue(this.cellState.style,"nl2Br","1")&&(h=h.replace(/\n/g,"").replace(/<br\s*.?>/g,"\n")),null==this.html2txtDiv&&(this.html2txtDiv=document.createElement("div")),this.html2txtDiv.innerHTML= +h,h=mxUtils.extractTextWithWhitespace(this.html2txtDiv.childNodes));g=this.state;p=this.xmGeo;w*=g.scale;l*=g.scale;var t=this.createElt("Section");t.setAttribute("N","Character");var A=this.createElt("Section");A.setAttribute("N","Paragraph");var Y=this.createElt("Text"),G=0,D=0,z=0,F=0,B=0,Z=0,L=function(b,d,g,p,c){g=b.fontSize;var f=b.fontFamily,E=mxUtils.getSizeForString(c,g,f);a&&E.width>w&&(E=mxUtils.getSizeForString(c,g,f,w));b.blockElem?(F+=E.width,D=Math.min(Math.max(D,F),w),F=0,B=Math.max(B, +E.height),z+=B+Z,Z=B,B=0):(F+=E.width,D=Math.min(Math.max(D,F),w),B=Math.max(B,E.height),z=Math.max(z,B));E=y.createElt("Row");E.setAttribute("IX",G);b.fontColor&&E.appendChild(y.createCellElem("Color",b.fontColor));g&&E.appendChild(y.createCellElemScaled("Size",.97*g));f&&E.appendChild(y.createCellElem("Font",f));g=0;b.bold&&(g|=17);b.italic&&(g|=34);b.underline&&(g|=4);E.appendChild(y.createCellElem("Style",g));E.appendChild(y.createCellElem("Case","0"));E.appendChild(y.createCellElem("Pos","0")); +E.appendChild(y.createCellElem("FontScale","1"));E.appendChild(y.createCellElem("Letterspace","0"));d.appendChild(E);d=y.createElt("cp");d.setAttribute("IX",G++);p.appendChild(d);b=y.xmlDoc.createTextNode(c+(b.blockElem?"\n":""));p.appendChild(b)},X=function(a,b){b=b||{};for(var d=0;d<a.length;d++)if(3==a[d].nodeType){var g=y.cellState.style.fontStyle,p={fontColor:b.fontColor||y.cellState.style.fontColor,fontSize:b.fontSize||y.cellState.style.fontSize,fontFamily:b.fontFamily||y.cellState.style.fontFamily, +align:b.align||y.cellState.style.align,bold:b.bold||g&1,italic:b.italic||g&2,underline:b.underline||g&4};L(p,t,A,Y,a[d].textContent)}else if(1==a[d].nodeType){var p=a[d].nodeName.toUpperCase(),g=a[d].childNodes.length,c=window.getComputedStyle(a[d],null),f="bold"==c.getPropertyValue("font-weight")||b.bold,E="italic"==c.getPropertyValue("font-style")||b.italic,C=0<=c.getPropertyValue("text-decoration").indexOf("underline")||b.underline,h=c.getPropertyValue("text-align"),l;l=c.getPropertyValue("color"); +l=(l=l.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i))&&4===l.length?"#"+("0"+parseInt(l[1],10).toString(16)).slice(-2)+("0"+parseInt(l[2],10).toString(16)).slice(-2)+("0"+parseInt(l[3],10).toString(16)).slice(-2):"";p={bold:f,italic:E,underline:C,align:h,fontColor:l,fontSize:parseFloat(c.getPropertyValue("font-size")),fontFamily:c.getPropertyValue("font-family").replace(/"/g,""),blockElem:"block"==c.getPropertyValue("display")||"BR"==p||"LI"==p};0<g?(L(p,t,A,Y,""), +X(a[d].childNodes,p)):L(p,t,A,Y,a[d].textContent)}};"html"==d&&mxClient.IS_SVG?(h=this.cellState.text.node.getElementsByTagName("div")[mxClient.NO_FO?0:1],null!=h&&X(h.childNodes,{})):L({fontColor:y.cellState.style.fontColor,fontSize:y.cellState.style.fontSize,fontFamily:y.cellState.style.fontFamily},t,A,Y,h);d=h=0;switch(f){case "right":h=D/2;break;case "center":h=0;break;case "left":h=-D/2}switch(b){case "top":d=z/2;break;case "middle":d=0;break;case "bottom":d=-z/2}l=Math.max(l,z);w=Math.max(w, +D);c=(c-p.x+g.dx)*g.scale;m=(p.height-m+p.y-g.dy)*g.scale;f=w/2;b=l/2;this.shape.appendChild(this.createCellElemScaled("TxtPinX",c));this.shape.appendChild(this.createCellElemScaled("TxtPinY",m));this.shape.appendChild(this.createCellElemScaled("TxtWidth",w));this.shape.appendChild(this.createCellElemScaled("TxtHeight",l));this.shape.appendChild(this.createCellElemScaled("TxtLocPinX",f+h));this.shape.appendChild(this.createCellElemScaled("TxtLocPinY",b+d));0!=E&&this.shape.appendChild(this.createCellElem("TxtAngle", +(360-E)*Math.PI/180));this.shape.appendChild(t);this.shape.appendChild(Y)}};mxVsdxCanvas2D.prototype.rotate=function(c,m,w,l,h){0!=c&&(m=this.state,l+=m.dx,h+=m.dy,l*=m.scale,h*=m.scale,this.shape.appendChild(this.createCellElem("Angle",(360-c)*Math.PI/180)),m.rotation+=c,m.rotationCx=l,m.rotationCy=h)};mxVsdxCanvas2D.prototype.stroke=function(){this.geoSec.appendChild(this.createCellElem("NoFill","1"));this.geoSec.appendChild(this.createCellElem("NoLine","0"))}; mxVsdxCanvas2D.prototype.fill=function(){this.geoSec.appendChild(this.createCellElem("NoFill","0"));this.geoSec.appendChild(this.createCellElem("NoLine","1"))};mxVsdxCanvas2D.prototype.fillAndStroke=function(){this.geoSec.appendChild(this.createCellElem("NoFill","0"));this.geoSec.appendChild(this.createCellElem("NoLine","0"))};function BmpDecoder(c,m){this.pos=0;this.buffer=c;this.is_with_alpha=!!m;if(66!=this.buffer[0]&&77!=this.buffer[1])throw Error("Invalid BMP File");this.pos+=2;this.parseHeader();this.parseBGR()} BmpDecoder.prototype.parseHeader=function(){var c=this.buffer;this.fileSize=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.reserved=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.offset=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.headerSize=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.width=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos]; this.pos+=4;this.height=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.planes=c[this.pos+1]<<8|c[this.pos];this.pos+=2;this.bitPP=c[this.pos+1]<<8|c[this.pos];this.pos+=2;this.compress=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.rawSize=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.hr=c[this.pos+3]<<24|c[this.pos+2]<<16|c[this.pos+1]<<8|c[this.pos];this.pos+=4;this.vr=c[this.pos+3]<<24|c[this.pos+ @@ -551,56 +553,56 @@ BmpDecoder.prototype.bit24=function(){var c=3*this.width%4;0!=c&&(c=4-c);for(var BmpDecoder.prototype.bit32=function(){for(var c=this.height-1;0<=c;c--)for(var m=0;m<this.width;m++){var w=this.buffer[this.pos++],l=this.buffer[this.pos++],h=this.buffer[this.pos++],f=this.buffer[this.pos++],b=c*this.width*4+4*m;this.data[b]=h;this.data[b+1]=l;this.data[b+2]=w;this.data[b+3]=f}};BmpDecoder.prototype.getData=function(){return this.data};var __extends=this&&this.__extends||function(c,m){function w(){this.constructor=c}for(var l in m)m.hasOwnProperty(l)&&(c[l]=m[l]);c.prototype=null===m?Object.create(m):(w.prototype=m.prototype,new w)},com; (function(c){(function(m){(function(w){var l=function(){function h(){this.RESPONSE_END="</mxfile>";this.RESPONSE_DIAGRAM_START="";this.RESPONSE_DIAGRAM_END="</diagram>";this.RESPONSE_HEADER='<?xml version="1.0" encoding="UTF-8"?><mxfile>';this.vertexMap={};this.edgeShapeMap={};this.vertexShapeMap={};this.parentsMap={};this.debugPaths=!1;this.vsdxModel=null}h.vsdxPlaceholder_$LI$=function(){null==h.vsdxPlaceholder&&(h.vsdxPlaceholder=window.atob?atob("dmlzaW8="):Base64.decode("dmlzaW8=",!0));return h.vsdxPlaceholder}; h.parsererrorNS_$LI$=function(){if(null==h.parsererrorNS&&(h.parsererrorNS="",window.DOMParser)){var c=new DOMParser;try{h.parsererrorNS=c.parseFromString("<","text/xml").getElementsByTagName("parsererror")[0].namespaceURI}catch(b){}}return h.parsererrorNS};h.parseXml=function(c){try{var b=mxUtils.parseXml(c);return 0<b.getElementsByTagNameNS(h.parsererrorNS,"parsererror").length?null:b}catch(a){return null}};h.decodeUTF16LE=function(c){for(var b="",a=0;a<c.length;a+=2)b+=String.fromCharCode(c.charCodeAt(a)| -c.charCodeAt(a+1)<<8);return b};h.prototype.decodeVsdx=function(f,b,a,d){var g=this,p={},D={},C=function(){for(var a=h.vsdxPlaceholder+"/document.xml",d=p[a]?p[a]:null,f=d.firstChild;null!=f&&1!=f.nodeType;)f=f.nextSibling;if(null!=f&&1==f.nodeType)g.importNodes(d,f,a,p);else return null;g.vsdxModel=new c.mxgraph.io.vsdx.mxVsdxModel(d,p,D);for(var a=g.vsdxModel.getPages(),C=g.RESPONSE_HEADER,y=function(a){null==a.entries&&(a.entries=[]);return a.entries}(a),a=function(a){a=y[a].getValue();if(!a.isBackground()){var b= -q.createMxGraph();b.getModel().beginUpdate();q.importPage(a,b,b.getDefaultParent());var d=a.getBackPage();if(null!=d){b.getModel().setValue(b.getDefaultParent(),a.getPageName());var p=new mxCell(d.getPageName());b.addCell(p,b.getModel().getRoot(),0,null,null);q.importPage(d,b,b.getDefaultParent())}d=a.getPageScale()/a.getDrawingScale();if(1!==d){var p=b.getModel(),c;for(c in p.cells){var f=p.cells[c],D=p.getGeometry(f);if(null!=D&&(q.scaleRect(D,d),q.scaleRect(D.alternateBounds,d),p.isEdge(f)&&(q.scalePoint(D.sourcePoint, -d),q.scalePoint(D.targetPoint,d),q.scalePoint(D.offset,d),f=D.points,null!=f)))for(D=0;D<f.length;D++)q.scalePoint(f[D],d)}}b.getModel().endUpdate();C=C.concat(g.RESPONSE_DIAGRAM_START);C=C.concat(g.processPage(b,a));C=C.concat(g.RESPONSE_DIAGRAM_END)}},q=g,d=0;d<y.length;d++)a(d);C=C.concat(g.RESPONSE_END);b&&b(C)},y=0,q=0,l=function(){if(q==y)try{C()}catch(aa){console.log(aa),null!=d?d():b("")}};JSZip.loadAsync(f).then(function(a){0==Object.keys(a.files).length?null!=d&&d():a.forEach(function(a, -b){var d=b.name,f=d.toLowerCase(),C=f.length;f.indexOf(".xml")==C-4||f.indexOf(".xml.rels")==C-9?(y++,b.async("string").then(function(a){if(0!==a.length){65279==a.charCodeAt(0)&&(a=a.substring(1));var b=h.parseXml(a);null==b&&0===a.charCodeAt(1)&&0===a.charCodeAt(3)&&0===a.charCodeAt(5)&&(b=h.parseXml(h.decodeUTF16LE(a)));null!=b&&(b.vsdxFileName=d,p[d]=b)}q++;l()})):0===f.indexOf(h.vsdxPlaceholder+"/media")&&(y++,function(a,b){var d=a.length-b.length,g=a.indexOf(b,d);return-1!==g&&g===d}(f,".emf")? -JSZip.support.uint8array&&b.async("uint8array").then(function(a){for(var b=!1,p="",f=0;f<a.length-8;f++)if(g.isPng(a,f)||g.isJpg(a,f)){p=c.mxgraph.online.mxBase64.encodeToString(a,f);b=!0;break}b&&(D[d]=p);q++;l()}):function(a,b){var d=a.length-b.length,g=a.indexOf(b,d);return-1!==g&&g===d}(f,".bmp")?JSZip.support.uint8array&&b.async("uint8array").then(function(a){a=new BmpDecoder(a);var b=document.createElement("canvas");b.width=a.width;b.height=a.height;b.getContext("2d").putImageData(a.imageData, -0,0);a=b.toDataURL("image/jpeg");D[d]=a.substr(23);q++;l()}):b.async("base64").then(function(a){D[d]=a;q++;l()}))})},function(a){null!=d&&d(a)})};h.prototype.createMxGraph=function(){var c=new mxGraph;c.setExtendParents(!1);c.setExtendParentsOnAdd(!1);c.setConstrainChildren(!1);c.setHtmlLabels(!0);c.getModel().maintainEdgeParent=!1;return c};h.prototype.processPage=function(c,b){var a=(new mxCodec).encode(c.getModel());a.setAttribute("style","default-style2");var a=mxUtils.getXml(a),d="";if(null!= -b)var g=mxUtils.htmlEntities(b.getPageName()),d=d+('<diagram name="'+g+'">');return d+=Graph.prototype.compress(a)};h.prototype.isJpg=function(c,b){return 255===c[b]&&216===c[b+1]&&255===c[b+2]};h.prototype.isPng=function(c,b){return 137===c[b]&&80===c[b+1]&&78===c[b+2]&&71===c[b+3]&&13===c[b+4]&&10===c[b+5]&&26===c[b+6]&&10===c[b+7]};h.prototype.scalePoint=function(c,b){null!=c&&(c.x*=b,c.y*=b);return c};h.prototype.scaleRect=function(c,b){null!=c&&(c.x*=b,c.y*=b,c.height*=b,c.width*=b);return c}; -h.prototype.importNodes=function(c,b,a,d){var g=a.lastIndexOf("/"),p=a,f=a;if(-1!==g&&(p=a.substring(0,g),f=a.substring(g+1,a.length),a=function(a,b){return a[b]?a[b]:null}(d,p+"/_rels/"+f+".rels"),null!=a)){var C=a.getElementsByTagName("Relationship");a={};for(g=0;g<C.length;g++){var f=C.item(g),y=f.getAttribute("Id"),f=f.getAttribute("Target");a[y]=f}b=b.getElementsByTagName("Rel");for(g=0;g<b.length;g++)if(C=b.item(g),f=function(a,b){return a[b]?a[b]:null}(a,C.getAttribute("r:id")),f=p+"/"+f,null!= -f&&(y=d[f]?d[f]:null,null!=y)){C=C.parentNode;for(y=y.firstChild;null!=y&&1!=y.nodeType;)y=y.nextSibling;if(null!=y&&1==y.nodeType)for(y=y.firstChild;null!=y;){if(null!=y&&1==y.nodeType){var q=C.appendChild(c.importNode(y,!0));this.importNodes(c,q,f,d)}y=y.nextSibling}}}};h.prototype.importPage=function(c,b,a){for(var d=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(c.getShapes())), -g=c.getPageDimensions().y,p=c.getId();d.hasNext();){var f=d.next();this.addShape(b,f.getValue(),a,p,g)}for(c=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(c.getConnects()));c.hasNext();)f=c.next(),f=this.addConnectedEdge(b,f.getValue(),p,g),null!=f&&function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)|| -a.entries[d].key===b)return a.entries.splice(d,1)[0]}(this.edgeShapeMap,f);for(f=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(this.edgeShapeMap));f.hasNext();)c=f.next(),c.getKey().getPageNumber()===p&&this.addUnconnectedEdge(b,function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)|| -a.entries[d].key===b)return a.entries[d].value;return null}(this.parentsMap,c.getKey()),c.getValue(),g);this.sanitiseGraph(b);return g};h.prototype.addShape=function(f,b,a,d,g){b.parentHeight=g;var p=c.mxgraph.io.vsdx.VsdxShape.getType(b.getShape());if(null!=p&&(function(a,b){return a&&a.equals?a.equals(b):a===b}(p,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_SHAPE)||function(a,b){return a&&a.equals?a.equals(b):a===b}(p,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_GROUP)||function(a,b){return a&&a.equals?a.equals(b): -a===b}(p,c.mxgraph.io.vsdx.mxVsdxConstants.FOREIGN))){p=b.getId();if(b.isVertex()){var D=null,D=b.isGroup()?this.addGroup(f,b,a,d,g):this.addVertex(f,b,a,d,g);(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})})(this.vertexShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d, -p),b);return D}b.setShapeIndex(f.getModel().getChildCount(a));(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})})(this.edgeShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,p),b);(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!= -a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})})(this.parentsMap,new c.mxgraph.io.vsdx.ShapePageId(d,p),a)}return null};h.prototype.addGroup=function(f,b,a,d,g){var p=b.getDimensions(),D=b.getMaster(),C=b.getStyleFromShape(),y=b.getGeomList();y.isNoFill()&&(C[mxConstants.STYLE_FILLCOLOR]="none",C[mxConstants.STYLE_GRADIENTCOLOR]="none"); -y.isNoLine()&&(C[mxConstants.STYLE_STROKECOLOR]="none");C.html="1";C[mxConstants.STYLE_WHITE_SPACE]="wrap";var q=c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"="),C=null,h=b.getChildShapes(),C=null!=h&&0<function(a){null==a.entries&&(a.entries=[]);return a.entries.length}(h),y=b.isDisplacedLabel()||b.isRotatedLabel()||C,C=b.getOriginPoint(g,!0);if(y)C=f.insertVertex(a,null,null,Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),Math.floor(Math.round(100*p.x)/100),Math.floor(Math.round(100* -p.y)/100),q);else var l=b.getTextLabel(),C=f.insertVertex(a,null,l,Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),Math.floor(Math.round(100*p.x)/100),Math.floor(Math.round(100*p.y)/100),q);for(a=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(h));a.hasNext();)q=a.next().getValue(),h=q.getId(),q.isVertex()?(l=c.mxgraph.io.vsdx.VsdxShape.getType(q.getShape()), -null!=l&&(function(a,b){return a&&a.equals?a.equals(b):a===b}(l,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_SHAPE)||function(a,b){return a&&a.equals?a.equals(b):a===b}(l,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_GROUP)||function(a,b){return a&&a.equals?a.equals(b):a===b}(l,c.mxgraph.io.vsdx.mxVsdxConstants.FOREIGN))&&q.isVertex()&&(q.propagateRotation(b.getRotation()),q.isGroup()?this.addGroup(f,q,C,d,p.y):this.addVertex(f,q,C,d,p.y)),null==D&&function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g< -a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.vertexShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,h),q)):null==D?(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b, -value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.edgeShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,h),q),function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.parentsMap,new c.mxgraph.io.vsdx.ShapePageId(d,h), -C)):this.addUnconnectedEdge(f,C,q,g);y&&b.createLabelSubShape(f,C);f=b.getRotation();if(0!==f)for(d=C.getGeometry(),b=d.width/2,d=d.height/2,g=0;g<C.getChildCount();g++)p=C.getChildAt(g),c.mxgraph.online.Utils.rotatedGeometry(p.getGeometry(),f,b,d);return C};h.rotatedEdgePoint=function(c,b,a,d){b=b*Math.PI/180;var g=Math.cos(b);b=Math.sin(b);var p=c.x-a,f=c.y-d;c.x=Math.round(p*g-f*b+a);c.y=Math.round(f*g+p*b+d)};h.prototype.addVertex=function(f,b,a,d,g){var p="",D=b.isDisplacedLabel()||b.isRotatedLabel(); -D||(p=b.getTextLabel());var C=b.getDimensions(),y=b.getStyleFromShape();y.html="1";var q=y.hasOwnProperty(mxConstants.STYLE_SHAPE)||y.hasOwnProperty("stencil");y.hasOwnProperty(mxConstants.STYLE_FILLCOLOR)&&q||(y[mxConstants.STYLE_FILLCOLOR]="none");q||(y[mxConstants.STYLE_STROKECOLOR]="none");y.hasOwnProperty(mxConstants.STYLE_GRADIENTCOLOR)&&q||(y[mxConstants.STYLE_GRADIENTCOLOR]="none");y[mxConstants.STYLE_WHITE_SPACE]="wrap";g=b.getOriginPoint(g,!0);return q||null!=p?(y=c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(y, -"="),q=null,q=D?f.insertVertex(a,null,null,Math.floor(Math.round(100*g.x)/100),Math.floor(Math.round(100*g.y)/100),Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),y):f.insertVertex(a,null,p,Math.floor(Math.round(100*g.x)/100),Math.floor(Math.round(100*g.y)/100),Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),y),function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)|| -a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.vertexMap,new c.mxgraph.io.vsdx.ShapePageId(d,b.getId()),q),b.setLabelOffset(q,y),D&&b.createLabelSubShape(f,q),q):null};h.calculateAbsolutePoint=function(c){for(var b=0,a=0;null!=c;){var d=c.geometry;null!=d&&(b+=d.x,a+=d.y);c=c.parent}return new mxPoint(b,a)};h.prototype.addConnectedEdge=function(f,b,a,d){var g=b.getFromSheet(),g=new c.mxgraph.io.vsdx.ShapePageId(a, -g),p=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.edgeShapeMap,g);if(null==p)return null;var D=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.parentsMap,new c.mxgraph.io.vsdx.ShapePageId(a, -p.getId()));if(null!=D){var C=f.getModel().getGeometry(D);null!=C&&(d=C.height)}var y=p.getStartXY(d),q=p.getEndXY(d),C=p.getRoutingPoints(d,y,p.getRotation());this.rotateChildEdge(f.getModel(),D,y,q,C);var l=null,w=b.getSourceToSheet(),w=null!=w?function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.vertexMap,new c.mxgraph.io.vsdx.ShapePageId(a, -w)):null,m=!0;if(null==w)w=f.insertVertex(D,null,null,Math.floor(Math.round(100*y.x)/100),Math.floor(Math.round(100*y.y)/100),0,0);else if(w.style&&-1==w.style.indexOf(";rotation="))var l=h.calculateAbsolutePoint(w),E=h.calculateAbsolutePoint(D),A=w.geometry,l=new mxPoint((E.x+y.x-l.x)/A.width,(E.y+y.y-l.y)/A.height);else m=!1;y=null;b=b.getTargetToSheet();b=null!=b?function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)|| -a.entries[d].key===b)return a.entries[d].value;return null}(this.vertexMap,new c.mxgraph.io.vsdx.ShapePageId(a,b)):null;E=!0;null==b?b=f.insertVertex(D,null,null,Math.floor(Math.round(100*q.x)/100),Math.floor(Math.round(100*q.y)/100),0,0):b.style&&-1==b.style.indexOf(";rotation=")?(a=h.calculateAbsolutePoint(b),y=h.calculateAbsolutePoint(D),A=b.geometry,y=new mxPoint((y.x+q.x-a.x)/A.width,(y.y+q.y-a.y)/A.height)):E=!1;q=p.getStyleFromEdgeShape(d);A=p.getRotation();0!==A?(a=f.insertEdge(D,null,null, -w,b,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(q,"=")),m=p.createLabelSubShape(f,a),null!=m&&(m.setStyle(m.getStyle()+";rotation="+(60<A&&240>A?(A+180)%360:A)),m=m.getGeometry(),m.x=0,m.y=0,m.relative=!0,m.offset=new mxPoint(-m.width/2,-m.height/2))):(a=f.insertEdge(D,null,p.getTextLabel(),w,b,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(q,"=")),A=p.getLblEdgeOffset(f.getView(),C),a.getGeometry().offset=A,null!=l&&f.setConnectionConstraint(a,w,!0,new mxConnectionConstraint(l,!1)),m&&C.shift(),null!= -y&&f.setConnectionConstraint(a,b,!1,new mxConnectionConstraint(y,!1)),E&&C.pop());m=f.getModel().getGeometry(a);if(w.parent!=b.parent&&null!=D&&1!=D.id&&1==w.parent.id){b=l=0;do y=D.geometry,null!=y&&(l+=y.x,b+=y.y),D=D.parent;while(null!=D);a.parent=w.parent;for(D=0;D<C.length;D++)C[D].x+=l,C[D].y+=b}m.points=C;q.hasOwnProperty("curved")&&function(a,b){return a&&a.equals?a.equals(b):a===b}(function(a,b){return a[b]?a[b]:null}(q,"curved"),"1")&&(m=f.getModel().getGeometry(a),f=p.getControlPoints(d), -m.points=f);return g};h.prototype.addUnconnectedEdge=function(f,b,a,d){if(null!=b){var g=f.getModel().getGeometry(b);null!=g&&(d=g.height)}var p=a.getStartXY(d),D=a.getEndXY(d),C=a.getStyleFromEdgeShape(d),y=a.getRoutingPoints(d,p,a.getRotation()),q=a.getRotation();if(0!==q){0===a.getShapeIndex()?g=f.insertEdge(b,null,null,null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")):(g=f.createEdge(b,null,null,null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")),g=f.addEdge(g,b,null,null, -a.getShapeIndex()));var h=a.createLabelSubShape(f,g);null!=h&&(h.setStyle(h.getStyle()+";rotation="+(60<q&&240>q?(q+180)%360:q)),q=h.getGeometry(),q.x=0,q.y=0,q.relative=!0,q.offset=new mxPoint(-q.width/2,-q.height/2))}else 0===a.getShapeIndex()?g=f.insertEdge(b,null,a.getTextLabel(),null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")):(g=f.createEdge(b,null,a.getTextLabel(),null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")),g=f.addEdge(g,b,null,null,a.getShapeIndex())),q=a.getLblEdgeOffset(f.getView(), -y),g.getGeometry().offset=q;this.rotateChildEdge(f.getModel(),b,p,D,y);b=f.getModel().getGeometry(g);y.pop();y.shift();b.points=y;b.setTerminalPoint(p,!0);b.setTerminalPoint(D,!1);C.hasOwnProperty("curved")&&function(a,b){return a&&a.equals?a.equals(b):a===b}(function(a,b){return a[b]?a[b]:null}(C,"curved"),"1")&&(b=f.getModel().getGeometry(g),f=a.getControlPoints(d),b.points=f);return g};h.prototype.rotateChildEdge=function(c,b,a,d,g){if(null!=b){var p=c.getGeometry(b);c=c.getStyle(b);if(null!=p&& -null!=c&&(b=c.indexOf("rotation="),-1<b))for(c=parseFloat(c.substring(b+9,c.indexOf(";",b))),b=p.width/2,p=p.height/2,h.rotatedEdgePoint(a,c,b,p),h.rotatedEdgePoint(d,c,b,p),a=0;a<g.length;a++)h.rotatedEdgePoint(g[a],c,b,p)}};h.prototype.sanitiseGraph=function(c){var b=c.getModel().getRoot();this.sanitiseCell(c,b)};h.prototype.sanitiseCell=function(c,b){for(var a=c.getModel(),d=a.getChildCount(b),g=[],p=0;p<d;p++){var f=a.getChildAt(b,p);this.sanitiseCell(c,f)&&0<g.push(f)}for(p=0;p<g.length;p++)a.remove(g[p]); -0<d&&(d=a.getChildCount(b));g=(new String(a.getValue(b))).toString();p=a.getStyle(b);return 0!==d||!a.isVertex(b)||null!=a.getValue(b)&&0!==g.length||null==p||-1==p.indexOf(mxConstants.STYLE_FILLCOLOR+"=none")||-1==p.indexOf(mxConstants.STYLE_STROKECOLOR+"=none")||-1!=p.indexOf("image=")?!1:!0};return h}();w.mxVsdxCodec=l;l.__class="com.mxgraph.io.mxVsdxCodec"})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); +c.charCodeAt(a+1)<<8);return b};h.prototype.decodeVsdx=function(f,b,a,d){var g=this,p={},E={},C=function(){for(var a=h.vsdxPlaceholder+"/document.xml",d=p[a]?p[a]:null,f=d.firstChild;null!=f&&1!=f.nodeType;)f=f.nextSibling;if(null!=f&&1==f.nodeType)g.importNodes(d,f,a,p);else return null;g.vsdxModel=new c.mxgraph.io.vsdx.mxVsdxModel(d,p,E);for(var a=g.vsdxModel.getPages(),C=g.RESPONSE_HEADER,y=function(a){null==a.entries&&(a.entries=[]);return a.entries}(a),a=function(a){a=y[a].getValue();if(!a.isBackground()){var b= +t.createMxGraph();b.getModel().beginUpdate();t.importPage(a,b,b.getDefaultParent());var d=a.getBackPage();if(null!=d){b.getModel().setValue(b.getDefaultParent(),a.getPageName());var p=new mxCell(d.getPageName());b.addCell(p,b.getModel().getRoot(),0,null,null);t.importPage(d,b,b.getDefaultParent())}d=a.getPageScale()/a.getDrawingScale();if(1!==d){var p=b.getModel(),c;for(c in p.cells){var f=p.cells[c],E=p.getGeometry(f);if(null!=E&&(t.scaleRect(E,d),t.scaleRect(E.alternateBounds,d),p.isEdge(f)&&(t.scalePoint(E.sourcePoint, +d),t.scalePoint(E.targetPoint,d),t.scalePoint(E.offset,d),f=E.points,null!=f)))for(E=0;E<f.length;E++)t.scalePoint(f[E],d)}}b.getModel().endUpdate();C=C.concat(g.RESPONSE_DIAGRAM_START);C=C.concat(g.processPage(b,a));C=C.concat(g.RESPONSE_DIAGRAM_END)}},t=g,d=0;d<y.length;d++)a(d);C=C.concat(g.RESPONSE_END);b&&b(C)},y=0,t=0,l=function(){if(t==y)try{C()}catch(Y){console.log(Y),null!=d?d():b("")}};JSZip.loadAsync(f).then(function(a){0==Object.keys(a.files).length?null!=d&&d():a.forEach(function(a,b){var d= +b.name,f=d.toLowerCase(),C=f.length;f.indexOf(".xml")==C-4||f.indexOf(".xml.rels")==C-9?(y++,b.async("string").then(function(a){if(0!==a.length){65279==a.charCodeAt(0)&&(a=a.substring(1));var b=h.parseXml(a);null==b&&0===a.charCodeAt(1)&&0===a.charCodeAt(3)&&0===a.charCodeAt(5)&&(b=h.parseXml(h.decodeUTF16LE(a)));null!=b&&(b.vsdxFileName=d,p[d]=b)}t++;l()})):0===f.indexOf(h.vsdxPlaceholder+"/media")&&(y++,function(a,b){var d=a.length-b.length,g=a.indexOf(b,d);return-1!==g&&g===d}(f,".emf")?JSZip.support.uint8array&& +b.async("uint8array").then(function(a){for(var b=!1,p="",f=0;f<a.length-8;f++)if(g.isPng(a,f)||g.isJpg(a,f)){p=c.mxgraph.online.mxBase64.encodeToString(a,f);b=!0;break}b&&(E[d]=p);t++;l()}):function(a,b){var d=a.length-b.length,g=a.indexOf(b,d);return-1!==g&&g===d}(f,".bmp")?JSZip.support.uint8array&&b.async("uint8array").then(function(a){a=new BmpDecoder(a);var b=document.createElement("canvas");b.width=a.width;b.height=a.height;b.getContext("2d").putImageData(a.imageData,0,0);a=b.toDataURL("image/jpeg"); +E[d]=a.substr(23);t++;l()}):b.async("base64").then(function(a){E[d]=a;t++;l()}))})},function(a){null!=d&&d(a)})};h.prototype.createMxGraph=function(){var c=new mxGraph;c.setExtendParents(!1);c.setExtendParentsOnAdd(!1);c.setConstrainChildren(!1);c.setHtmlLabels(!0);c.getModel().maintainEdgeParent=!1;return c};h.prototype.processPage=function(c,b){var a=(new mxCodec).encode(c.getModel());a.setAttribute("style","default-style2");var a=mxUtils.getXml(a),d="";if(null!=b)var g=mxUtils.htmlEntities(b.getPageName()), +d=d+('<diagram name="'+g+'">');return d+=Graph.prototype.compress(a)};h.prototype.isJpg=function(c,b){return 255===c[b]&&216===c[b+1]&&255===c[b+2]};h.prototype.isPng=function(c,b){return 137===c[b]&&80===c[b+1]&&78===c[b+2]&&71===c[b+3]&&13===c[b+4]&&10===c[b+5]&&26===c[b+6]&&10===c[b+7]};h.prototype.scalePoint=function(c,b){null!=c&&(c.x*=b,c.y*=b);return c};h.prototype.scaleRect=function(c,b){null!=c&&(c.x*=b,c.y*=b,c.height*=b,c.width*=b);return c};h.prototype.importNodes=function(c,b,a,d){var g= +a.lastIndexOf("/"),p=a,f=a;if(-1!==g&&(p=a.substring(0,g),f=a.substring(g+1,a.length),a=function(a,b){return a[b]?a[b]:null}(d,p+"/_rels/"+f+".rels"),null!=a)){var C=a.getElementsByTagName("Relationship");a={};for(g=0;g<C.length;g++){var f=C.item(g),y=f.getAttribute("Id"),f=f.getAttribute("Target");a[y]=f}b=b.getElementsByTagName("Rel");for(g=0;g<b.length;g++)if(C=b.item(g),f=function(a,b){return a[b]?a[b]:null}(a,C.getAttribute("r:id")),f=p+"/"+f,null!=f&&(y=d[f]?d[f]:null,null!=y)){C=C.parentNode; +for(y=y.firstChild;null!=y&&1!=y.nodeType;)y=y.nextSibling;if(null!=y&&1==y.nodeType)for(y=y.firstChild;null!=y;){if(null!=y&&1==y.nodeType){var t=C.appendChild(c.importNode(y,!0));this.importNodes(c,t,f,d)}y=y.nextSibling}}}};h.prototype.importPage=function(c,b,a){for(var d=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(c.getShapes())),g=c.getPageDimensions().y,p=c.getId();d.hasNext();){var f= +d.next();this.addShape(b,f.getValue(),a,p,g)}for(c=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(c.getConnects()));c.hasNext();)f=c.next(),f=this.addConnectedEdge(b,f.getValue(),p,g),null!=f&&function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries.splice(d, +1)[0]}(this.edgeShapeMap,f);for(f=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(this.edgeShapeMap));f.hasNext();)c=f.next(),c.getKey().getPageNumber()===p&&this.addUnconnectedEdge(b,function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value; +return null}(this.parentsMap,c.getKey()),c.getValue(),g);this.sanitiseGraph(b);return g};h.prototype.addShape=function(f,b,a,d,g){b.parentHeight=g;var p=c.mxgraph.io.vsdx.VsdxShape.getType(b.getShape());if(null!=p&&(function(a,b){return a&&a.equals?a.equals(b):a===b}(p,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_SHAPE)||function(a,b){return a&&a.equals?a.equals(b):a===b}(p,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_GROUP)||function(a,b){return a&&a.equals?a.equals(b):a===b}(p,c.mxgraph.io.vsdx.mxVsdxConstants.FOREIGN))){p= +b.getId();if(b.isVertex()){var E=null,E=b.isGroup()?this.addGroup(f,b,a,d,g):this.addVertex(f,b,a,d,g);(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})})(this.vertexShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,p),b);return E}b.setShapeIndex(f.getModel().getChildCount(a)); +(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})})(this.edgeShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,p),b);(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)|| +a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})})(this.parentsMap,new c.mxgraph.io.vsdx.ShapePageId(d,p),a)}return null};h.prototype.addGroup=function(f,b,a,d,g){var p=b.getDimensions(),E=b.getMaster(),C=b.getStyleFromShape(),y=b.getGeomList();y.isNoFill()&&(C[mxConstants.STYLE_FILLCOLOR]="none",C[mxConstants.STYLE_GRADIENTCOLOR]="none");y.isNoLine()&&(C[mxConstants.STYLE_STROKECOLOR]="none"); +C.html="1";C[mxConstants.STYLE_WHITE_SPACE]="wrap";var t=c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"="),C=null,h=b.getChildShapes(),C=null!=h&&0<function(a){null==a.entries&&(a.entries=[]);return a.entries.length}(h),y=b.isDisplacedLabel()||b.isRotatedLabel()||C,C=b.getOriginPoint(g,!0);if(y)C=f.insertVertex(a,null,null,Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),Math.floor(Math.round(100*p.x)/100),Math.floor(Math.round(100*p.y)/100),t);else var l=b.getTextLabel(), +C=f.insertVertex(a,null,l,Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),Math.floor(Math.round(100*p.x)/100),Math.floor(Math.round(100*p.y)/100),t);for(a=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){null==a.entries&&(a.entries=[]);return a.entries}(h));a.hasNext();)t=a.next().getValue(),h=t.getId(),t.isVertex()?(l=c.mxgraph.io.vsdx.VsdxShape.getType(t.getShape()),null!=l&&(function(a,b){return a&& +a.equals?a.equals(b):a===b}(l,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_SHAPE)||function(a,b){return a&&a.equals?a.equals(b):a===b}(l,c.mxgraph.io.vsdx.mxVsdxConstants.TYPE_GROUP)||function(a,b){return a&&a.equals?a.equals(b):a===b}(l,c.mxgraph.io.vsdx.mxVsdxConstants.FOREIGN))&&t.isVertex()&&(t.propagateRotation(b.getRotation()),t.isGroup()?this.addGroup(f,t,C,d,p.y):this.addVertex(f,t,C,d,p.y)),null==E&&function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&& +a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.vertexShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,h),t)):null==E?(function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key}, +getValue:function(){return this.value}})}(this.edgeShapeMap,new c.mxgraph.io.vsdx.ShapePageId(d,h),t),function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b,value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.parentsMap,new c.mxgraph.io.vsdx.ShapePageId(d,h),C)):this.addUnconnectedEdge(f,C,t,g);y&&b.createLabelSubShape(f, +C);f=b.getRotation();if(0!==f)for(d=C.getGeometry(),b=d.width/2,d=d.height/2,g=0;g<C.getChildCount();g++)p=C.getChildAt(g),c.mxgraph.online.Utils.rotatedGeometry(p.getGeometry(),f,b,d);return C};h.rotatedEdgePoint=function(c,b,a,d){b=b*Math.PI/180;var g=Math.cos(b);b=Math.sin(b);var p=c.x-a,f=c.y-d;c.x=Math.round(p*g-f*b+a);c.y=Math.round(f*g+p*b+d)};h.prototype.addVertex=function(f,b,a,d,g){var p="",E=b.isDisplacedLabel()||b.isRotatedLabel();E||(p=b.getTextLabel());var C=b.getDimensions(),y=b.getStyleFromShape(); +y.html="1";var t=y.hasOwnProperty(mxConstants.STYLE_SHAPE)||y.hasOwnProperty("stencil");y.hasOwnProperty(mxConstants.STYLE_FILLCOLOR)&&t||(y[mxConstants.STYLE_FILLCOLOR]="none");t||(y[mxConstants.STYLE_STROKECOLOR]="none");y.hasOwnProperty(mxConstants.STYLE_GRADIENTCOLOR)&&t||(y[mxConstants.STYLE_GRADIENTCOLOR]="none");y[mxConstants.STYLE_WHITE_SPACE]="wrap";g=b.getOriginPoint(g,!0);return t||null!=p?(y=c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(y,"="),t=null,t=E?f.insertVertex(a,null,null,Math.floor(Math.round(100* +g.x)/100),Math.floor(Math.round(100*g.y)/100),Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),y):f.insertVertex(a,null,p,Math.floor(Math.round(100*g.x)/100),Math.floor(Math.round(100*g.y)/100),Math.floor(Math.round(100*C.x)/100),Math.floor(Math.round(100*C.y)/100),y),function(a,b,d){null==a.entries&&(a.entries=[]);for(var g=0;g<a.entries.length;g++)if(null!=a.entries[g].key.equals&&a.entries[g].key.equals(b)||a.entries[g].key===b){a.entries[g].value=d;return}a.entries.push({key:b, +value:d,getKey:function(){return this.key},getValue:function(){return this.value}})}(this.vertexMap,new c.mxgraph.io.vsdx.ShapePageId(d,b.getId()),t),b.setLabelOffset(t,y),E&&b.createLabelSubShape(f,t),t):null};h.calculateAbsolutePoint=function(c){for(var b=0,a=0;null!=c;){var d=c.geometry;null!=d&&(b+=d.x,a+=d.y);c=c.parent}return new mxPoint(b,a)};h.prototype.addConnectedEdge=function(f,b,a,d){var g=b.getFromSheet(),g=new c.mxgraph.io.vsdx.ShapePageId(a,g),p=function(a,b){null==a.entries&&(a.entries= +[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.edgeShapeMap,g);if(null==p)return null;var E=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.parentsMap,new c.mxgraph.io.vsdx.ShapePageId(a,p.getId()));if(null!=E){var C=f.getModel().getGeometry(E); +null!=C&&(d=C.height)}var y=p.getStartXY(d),t=p.getEndXY(d),C=p.getRoutingPoints(d,y,p.getRotation());this.rotateChildEdge(f.getModel(),E,y,t,C);var l=null,w=b.getSourceToSheet(),w=null!=w?function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.vertexMap,new c.mxgraph.io.vsdx.ShapePageId(a,w)):null,m=!0;if(null==w)w=f.insertVertex(E,null,null,Math.floor(Math.round(100* +y.x)/100),Math.floor(Math.round(100*y.y)/100),0,0);else if(w.style&&-1==w.style.indexOf(";rotation="))var l=h.calculateAbsolutePoint(w),D=h.calculateAbsolutePoint(E),z=w.geometry,l=new mxPoint((D.x+y.x-l.x)/z.width,(D.y+y.y-l.y)/z.height);else m=!1;y=null;b=b.getTargetToSheet();b=null!=b?function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(this.vertexMap, +new c.mxgraph.io.vsdx.ShapePageId(a,b)):null;D=!0;null==b?b=f.insertVertex(E,null,null,Math.floor(Math.round(100*t.x)/100),Math.floor(Math.round(100*t.y)/100),0,0):b.style&&-1==b.style.indexOf(";rotation=")?(a=h.calculateAbsolutePoint(b),y=h.calculateAbsolutePoint(E),z=b.geometry,y=new mxPoint((y.x+t.x-a.x)/z.width,(y.y+t.y-a.y)/z.height)):D=!1;t=p.getStyleFromEdgeShape(d);z=p.getRotation();0!==z?(a=f.insertEdge(E,null,null,w,b,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(t,"=")),m=p.createLabelSubShape(f, +a),null!=m&&(m.setStyle(m.getStyle()+";rotation="+(60<z&&240>z?(z+180)%360:z)),m=m.getGeometry(),m.x=0,m.y=0,m.relative=!0,m.offset=new mxPoint(-m.width/2,-m.height/2))):(a=f.insertEdge(E,null,p.getTextLabel(),w,b,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(t,"=")),z=p.getLblEdgeOffset(f.getView(),C),a.getGeometry().offset=z,null!=l&&f.setConnectionConstraint(a,w,!0,new mxConnectionConstraint(l,!1)),m&&C.shift(),null!=y&&f.setConnectionConstraint(a,b,!1,new mxConnectionConstraint(y,!1)),D&&C.pop()); +m=f.getModel().getGeometry(a);if(w.parent!=b.parent&&null!=E&&1!=E.id&&1==w.parent.id){b=l=0;do y=E.geometry,null!=y&&(l+=y.x,b+=y.y),E=E.parent;while(null!=E);a.parent=w.parent;for(E=0;E<C.length;E++)C[E].x+=l,C[E].y+=b}m.points=C;t.hasOwnProperty("curved")&&function(a,b){return a&&a.equals?a.equals(b):a===b}(function(a,b){return a[b]?a[b]:null}(t,"curved"),"1")&&(m=f.getModel().getGeometry(a),f=p.getControlPoints(d),m.points=f);return g};h.prototype.addUnconnectedEdge=function(f,b,a,d){if(null!= +b){var g=f.getModel().getGeometry(b);null!=g&&(d=g.height)}var p=a.getStartXY(d),E=a.getEndXY(d),C=a.getStyleFromEdgeShape(d),y=a.getRoutingPoints(d,p,a.getRotation()),t=a.getRotation();if(0!==t){0===a.getShapeIndex()?g=f.insertEdge(b,null,null,null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")):(g=f.createEdge(b,null,null,null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")),g=f.addEdge(g,b,null,null,a.getShapeIndex()));var h=a.createLabelSubShape(f,g);null!=h&&(h.setStyle(h.getStyle()+ +";rotation="+(60<t&&240>t?(t+180)%360:t)),t=h.getGeometry(),t.x=0,t.y=0,t.relative=!0,t.offset=new mxPoint(-t.width/2,-t.height/2))}else 0===a.getShapeIndex()?g=f.insertEdge(b,null,a.getTextLabel(),null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")):(g=f.createEdge(b,null,a.getTextLabel(),null,null,c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(C,"=")),g=f.addEdge(g,b,null,null,a.getShapeIndex())),t=a.getLblEdgeOffset(f.getView(),y),g.getGeometry().offset=t;this.rotateChildEdge(f.getModel(), +b,p,E,y);b=f.getModel().getGeometry(g);y.pop();y.shift();b.points=y;b.setTerminalPoint(p,!0);b.setTerminalPoint(E,!1);C.hasOwnProperty("curved")&&function(a,b){return a&&a.equals?a.equals(b):a===b}(function(a,b){return a[b]?a[b]:null}(C,"curved"),"1")&&(b=f.getModel().getGeometry(g),f=a.getControlPoints(d),b.points=f);return g};h.prototype.rotateChildEdge=function(c,b,a,d,g){if(null!=b){var p=c.getGeometry(b);c=c.getStyle(b);if(null!=p&&null!=c&&(b=c.indexOf("rotation="),-1<b))for(c=parseFloat(c.substring(b+ +9,c.indexOf(";",b))),b=p.width/2,p=p.height/2,h.rotatedEdgePoint(a,c,b,p),h.rotatedEdgePoint(d,c,b,p),a=0;a<g.length;a++)h.rotatedEdgePoint(g[a],c,b,p)}};h.prototype.sanitiseGraph=function(c){var b=c.getModel().getRoot();this.sanitiseCell(c,b)};h.prototype.sanitiseCell=function(c,b){for(var a=c.getModel(),d=a.getChildCount(b),g=[],p=0;p<d;p++){var f=a.getChildAt(b,p);this.sanitiseCell(c,f)&&0<g.push(f)}for(p=0;p<g.length;p++)a.remove(g[p]);0<d&&(d=a.getChildCount(b));g=(new String(a.getValue(b))).toString(); +p=a.getStyle(b);return 0!==d||!a.isVertex(b)||null!=a.getValue(b)&&0!==g.length||null==p||-1==p.indexOf(mxConstants.STYLE_FILLCOLOR+"=none")||-1==p.indexOf(mxConstants.STYLE_STROKECOLOR+"=none")||-1!=p.indexOf("image=")?!1:!0};return h}();w.mxVsdxCodec=l;l.__class="com.mxgraph.io.mxVsdxCodec"})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(w){var l=function(h){function f(){var b=h.call(this)||this;b.RESPONSE_END="";b.RESPONSE_DIAGRAM_START="";b.RESPONSE_DIAGRAM_END="";b.RESPONSE_HEADER="";return b}__extends(f,h);f.prototype.decodeVssx=function(b,a,d){var g=this,p="<mxlibrary>[";this.decodeVsdx(b,function(b){p=p.concat(b);var d=g.vsdxModel.getMasterShapes(),f=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){var b=[];null== -a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)b.push(a.entries[d].value);return b}(g.vsdxModel.getPages())).next();if(null!=d){var D={str:"",toString:function(){return this.str}},l=0===b.length?"":",",w=function(a){return Object.keys(a).map(function(b){return a[b]})}(d);b=function(a){a=w[a];var b=m.createMxGraph(),g=a.getMasterShape().getShape(),p=new c.mxgraph.io.vsdx.VsdxShape(f,g,!f.isEdge(g),d,null,m.vsdxModel),g=null;if(p.isVertex()){m.edgeShapeMap.entries=[];m.parentsMap.entries= -[];for(var g=m.addShape(b,p,b.getDefaultParent(),0,1169),p=function(a){null==a.entries&&(a.entries=[]);return a.entries}(m.edgeShapeMap),C=0;C<p.length;C++){var y=p[C],q=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(m.parentsMap,y.getKey());m.addUnconnectedEdge(b,q,y.getValue(),1169)}}else g=m.addUnconnectedEdge(b,null,p,1169);if(null!=g){g=m.normalizeGeo(g); -m.sanitiseGraph(b);if(0===b.getModel().getChildCount(b.getDefaultParent()))return"continue";D.str=D.str.concat(l);D.str=D.str.concat('{"xml":"');b=h.prototype.processPage.call(m,b,null);D.str=D.str.concat(b);D.str=D.str.concat('","w":');D.str=D.str.concat(g.width);D.str=D.str.concat(',"h":');D.str=D.str.concat(g.height);D.str=D.str.concat(',"title":');a=a.getName();null==a&&(a="");a=JSON.stringify(mxUtils.htmlEntities(a));D.str=D.str.concat(a);D.str=D.str.concat("}");l=","}};for(var m=g,E=0;E<w.length;E++)b(E); -p=p.concat(D)}p=p.concat("]</mxlibrary>");a&&a(p)},d)};f.prototype.normalizeGeo=function(b){var a=b.getGeometry();a.x=0;a.y=0;var d=a.sourcePoint;if(b.isEdge()&&null!=d){this.transPoint(a.targetPoint,d);this.transPoint(a.offset,d);b=a.points;if(null!=b)for(var g=0;g<b.length;g++)this.transPoint(b[g],d);this.transPoint(d,d)}return a};f.prototype.transPoint=function(b,a){null!=b&&(b.x-=a.x,b.y-=a.y)};f.prototype.processPage=function(b,a){var d=b.getModel(),g="",p="",f;for(f in d.cells){var C=d.cells[f]; +a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)b.push(a.entries[d].value);return b}(g.vsdxModel.getPages())).next();if(null!=d){var E={str:"",toString:function(){return this.str}},l=0===b.length?"":",",w=function(a){return Object.keys(a).map(function(b){return a[b]})}(d);b=function(a){a=w[a];var b=m.createMxGraph(),g=a.getMasterShape().getShape(),p=new c.mxgraph.io.vsdx.VsdxShape(f,g,!f.isEdge(g),d,null,m.vsdxModel),g=null;if(p.isVertex()){m.edgeShapeMap.entries=[];m.parentsMap.entries= +[];for(var g=m.addShape(b,p,b.getDefaultParent(),0,1169),p=function(a){null==a.entries&&(a.entries=[]);return a.entries}(m.edgeShapeMap),C=0;C<p.length;C++){var y=p[C],t=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(m.parentsMap,y.getKey());m.addUnconnectedEdge(b,t,y.getValue(),1169)}}else g=m.addUnconnectedEdge(b,null,p,1169);if(null!=g){g=m.normalizeGeo(g); +m.sanitiseGraph(b);if(0===b.getModel().getChildCount(b.getDefaultParent()))return"continue";E.str=E.str.concat(l);E.str=E.str.concat('{"xml":"');b=h.prototype.processPage.call(m,b,null);E.str=E.str.concat(b);E.str=E.str.concat('","w":');E.str=E.str.concat(g.width);E.str=E.str.concat(',"h":');E.str=E.str.concat(g.height);E.str=E.str.concat(',"title":');a=a.getName();null==a&&(a="");a=JSON.stringify(mxUtils.htmlEntities(a));E.str=E.str.concat(a);E.str=E.str.concat("}");l=","}};for(var m=g,D=0;D<w.length;D++)b(D); +p=p.concat(E)}p=p.concat("]</mxlibrary>");a&&a(p)},d)};f.prototype.normalizeGeo=function(b){var a=b.getGeometry();a.x=0;a.y=0;var d=a.sourcePoint;if(b.isEdge()&&null!=d){this.transPoint(a.targetPoint,d);this.transPoint(a.offset,d);b=a.points;if(null!=b)for(var g=0;g<b.length;g++)this.transPoint(b[g],d);this.transPoint(d,d)}return a};f.prototype.transPoint=function(b,a){null!=b&&(b.x-=a.x,b.y-=a.y)};f.prototype.processPage=function(b,a){var d=b.getModel(),g="",p="",f;for(f in d.cells){var C=d.cells[f]; if(b.getDefaultParent()===d.getParent(C)){var g=g.concat(p),g=g.concat('{"xml":"'),y=this.createMxGraph();y.addCell(C);this.sanitiseGraph(y);if(0===y.getModel().getChildCount(y.getDefaultParent()))return"continue";p=this.normalizeGeo(C);y=h.prototype.processPage.call(this,y,null);g=g.concat(y);g=g.concat('","w":');g=g.concat(p.width);g=g.concat(',"h":');g=g.concat(p.height);g=g.concat(',"title":"');p=d.getStyle(C);C="";if(null!=p&&(y=p.indexOf(c.mxgraph.io.vsdx.mxVsdxConstants.VSDX_ID),0<=y)){y+= -c.mxgraph.io.vsdx.mxVsdxConstants.VSDX_ID.length+1;f=parseInt(p.substring(y,p.indexOf(";",y)));a:{p=this.vertexShapeMap;y=new c.mxgraph.io.vsdx.ShapePageId(a.getId(),f);null==p.entries&&(p.entries=[]);for(var q=0;q<p.entries.length;q++)if(null!=p.entries[q].key.equals&&p.entries[q].key.equals(y)||p.entries[q].key===y){p=p.entries[q].value;break a}p=null}null!=p&&(C=p.getName())}g=g.concat(C);g=g.concat('"}');p=","}}this.RESPONSE_DIAGRAM_START=0<g.length?",":"";return g};return f}(c.mxgraph.io.mxVsdxCodec); +c.mxgraph.io.vsdx.mxVsdxConstants.VSDX_ID.length+1;f=parseInt(p.substring(y,p.indexOf(";",y)));a:{p=this.vertexShapeMap;y=new c.mxgraph.io.vsdx.ShapePageId(a.getId(),f);null==p.entries&&(p.entries=[]);for(var t=0;t<p.entries.length;t++)if(null!=p.entries[t].key.equals&&p.entries[t].key.equals(y)||p.entries[t].key===y){p=p.entries[t].value;break a}p=null}null!=p&&(C=p.getName())}g=g.concat(C);g=g.concat('"}');p=","}}this.RESPONSE_DIAGRAM_START=0<g.length?",":"";return g};return f}(c.mxgraph.io.mxVsdxCodec); w.mxVssxCodec=l;l.__class="com.mxgraph.io.mxVssxCodec"})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(c){(function(c){(function(c){(function(c){var f=function(){function b(a,b,g){this.formulaE=this.formulaA=this.d=this.c=this.b=this.a=this.y=this.x=null;this.index=0;this.index=a;this.x=b;this.y=g}b.prototype.getX=function(){return this.x};b.prototype.getY=function(){return this.y};b.prototype.getA=function(){return this.a};b.prototype.getB=function(){return this.b};b.prototype.getC=function(){return this.c};b.prototype.getD=function(){return this.d};b.prototype.getFormulaA= function(){return this.formulaA};b.prototype.getFormulaE=function(){return this.formulaE};b.prototype.getIndex=function(){return this.index};return b}();c.Row=f;f.__class="com.mxgraph.io.vsdx.geometry.Row"})(c.geometry||(c.geometry={}))})(c.vsdx||(c.vsdx={}))})(c.io||(c.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(){function b(){}b.getIndex=function(a){try{return parseInt(a.getAttribute("IX"))}catch(d){return 1}};b.getDoubleVal=function(a){try{if(null!=a&&0!==a.length){var b=parseFloat(a);if(isFinite(b))return b}}catch(g){}return null};b.getRowObj=function(a,d){var g=a.getAttribute("T"),p=b.getIndex(a),f;f=(f=a.getAttribute("Del"))&&f.equals?f.equals("1"):"1"===f;if(!f){var C=null;p<=d.length&&(C=d[p-1]);var y=f=null,q=null,h=null, -l=null,m=null,w=null,A=null;null!=C&&(f=C.x,y=C.y,q=C.getA(),h=C.getB(),l=C.getC(),m=C.getD(),A=C.getFormulaA(),w=C.getFormulaE());for(var C=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(a),F=0;F<C.length;F++){var B=C[F],Y=B.getAttribute("N"),K=B.getAttribute("V");switch(Y){case "X":f=b.getDoubleVal(K);break;case "Y":y=b.getDoubleVal(K);break;case "A":q=b.getDoubleVal(K);A=B.getAttribute("V");break;case "B":h=b.getDoubleVal(K);break;case "C":l=b.getDoubleVal(K);break;case "D":m=b.getDoubleVal(K); -break;case "E":w=K}}switch(g){case "MoveTo":return new c.mxgraph.io.vsdx.geometry.MoveTo(p,f,y);case "LineTo":return new c.mxgraph.io.vsdx.geometry.LineTo(p,f,y);case "ArcTo":return new c.mxgraph.io.vsdx.geometry.ArcTo(p,f,y,q);case "Ellipse":return new c.mxgraph.io.vsdx.geometry.Ellipse(p,f,y,q,h,l,m);case "EllipticalArcTo":return new c.mxgraph.io.vsdx.geometry.EllipticalArcTo(p,f,y,q,h,l,m);case "InfiniteLine":return new c.mxgraph.io.vsdx.geometry.InfiniteLine(p,f,y,q,h);case "NURBSTo":return new c.mxgraph.io.vsdx.geometry.NURBSTo(p, -f,y,q,h,l,m,w);case "PolylineTo":return new c.mxgraph.io.vsdx.geometry.PolylineTo(p,f,y,A);case "RelCubBezTo":return new c.mxgraph.io.vsdx.geometry.RelCubBezTo(p,f,y,q,h,l,m);case "RelEllipticalArcTo":return new c.mxgraph.io.vsdx.geometry.RelEllipticalArcTo(p,f,y,q,h,l,m);case "RelLineTo":return new c.mxgraph.io.vsdx.geometry.RelLineTo(p,f,y);case "RelMoveTo":return new c.mxgraph.io.vsdx.geometry.RelMoveTo(p,f,y);case "RelQuadBezTo":return new c.mxgraph.io.vsdx.geometry.RelQuadBezTo(p,f,y,q,h);case "SplineKnot":return new c.mxgraph.io.vsdx.geometry.SplineKnot(p, -f,y,q);case "SplineStart":return new c.mxgraph.io.vsdx.geometry.SplineStart(p,f,y,q,h,l,m)}}return new c.mxgraph.io.vsdx.geometry.DelRow(p)};return b}();h.RowFactory=f;f.__class="com.mxgraph.io.vsdx.geometry.RowFactory"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(){function b(){}b.getIndex=function(a){try{return parseInt(a.getAttribute("IX"))}catch(d){return 1}};b.getDoubleVal=function(a){try{if(null!=a&&0!==a.length){var b=parseFloat(a);if(isFinite(b))return b}}catch(g){}return null};b.getRowObj=function(a,d){var g=a.getAttribute("T"),p=b.getIndex(a),f;f=(f=a.getAttribute("Del"))&&f.equals?f.equals("1"):"1"===f;if(!f){var C=null;p<=d.length&&(C=d[p-1]);var y=f=null,h=null,l=null, +m=null,w=null,D=null,z=null;null!=C&&(f=C.x,y=C.y,h=C.getA(),l=C.getB(),m=C.getC(),w=C.getD(),z=C.getFormulaA(),D=C.getFormulaE());for(var C=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(a),F=0;F<C.length;F++){var B=C[F],Z=B.getAttribute("N"),L=B.getAttribute("V");switch(Z){case "X":f=b.getDoubleVal(L);break;case "Y":y=b.getDoubleVal(L);break;case "A":h=b.getDoubleVal(L);z=B.getAttribute("V");break;case "B":l=b.getDoubleVal(L);break;case "C":m=b.getDoubleVal(L);break;case "D":w=b.getDoubleVal(L); +break;case "E":D=L}}switch(g){case "MoveTo":return new c.mxgraph.io.vsdx.geometry.MoveTo(p,f,y);case "LineTo":return new c.mxgraph.io.vsdx.geometry.LineTo(p,f,y);case "ArcTo":return new c.mxgraph.io.vsdx.geometry.ArcTo(p,f,y,h);case "Ellipse":return new c.mxgraph.io.vsdx.geometry.Ellipse(p,f,y,h,l,m,w);case "EllipticalArcTo":return new c.mxgraph.io.vsdx.geometry.EllipticalArcTo(p,f,y,h,l,m,w);case "InfiniteLine":return new c.mxgraph.io.vsdx.geometry.InfiniteLine(p,f,y,h,l);case "NURBSTo":return new c.mxgraph.io.vsdx.geometry.NURBSTo(p, +f,y,h,l,m,w,D);case "PolylineTo":return new c.mxgraph.io.vsdx.geometry.PolylineTo(p,f,y,z);case "RelCubBezTo":return new c.mxgraph.io.vsdx.geometry.RelCubBezTo(p,f,y,h,l,m,w);case "RelEllipticalArcTo":return new c.mxgraph.io.vsdx.geometry.RelEllipticalArcTo(p,f,y,h,l,m,w);case "RelLineTo":return new c.mxgraph.io.vsdx.geometry.RelLineTo(p,f,y);case "RelMoveTo":return new c.mxgraph.io.vsdx.geometry.RelMoveTo(p,f,y);case "RelQuadBezTo":return new c.mxgraph.io.vsdx.geometry.RelQuadBezTo(p,f,y,h,l);case "SplineKnot":return new c.mxgraph.io.vsdx.geometry.SplineKnot(p, +f,y,h);case "SplineStart":return new c.mxgraph.io.vsdx.geometry.SplineStart(p,f,y,h,l,m,w)}}return new c.mxgraph.io.vsdx.geometry.DelRow(p)};return b}();h.RowFactory=f;f.__class="com.mxgraph.io.vsdx.geometry.RowFactory"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){var h=function(){function f(){this.colorElementMap={};this.fontElementMap={}}f.__static_initialize=function(){f.__static_initialized||(f.__static_initialized=!0,f.__static_initializer_0())};f.defaultColors_$LI$=function(){f.__static_initialize();null==f.defaultColors&&(f.defaultColors={});return f.defaultColors};f.__static_initializer_0=function(){f.defaultColors_$LI$()["0"]="#000000";f.defaultColors_$LI$()["1"]="#FFFFFF";f.defaultColors_$LI$()["2"]= "#FF0000";f.defaultColors_$LI$()["3"]="#00FF00";f.defaultColors_$LI$()["4"]="#0000FF";f.defaultColors_$LI$()["5"]="#FFFF00";f.defaultColors_$LI$()["6"]="#FF00FF";f.defaultColors_$LI$()["7"]="#00FFFF";f.defaultColors_$LI$()["8"]="#800000";f.defaultColors_$LI$()["9"]="#008000";f.defaultColors_$LI$()["10"]="#000080";f.defaultColors_$LI$()["11"]="#808000";f.defaultColors_$LI$()["12"]="#800080";f.defaultColors_$LI$()["13"]="#008080";f.defaultColors_$LI$()["14"]="#C0C0C0";f.defaultColors_$LI$()["15"]="#E6E6E6"; f.defaultColors_$LI$()["16"]="#CDCDCD";f.defaultColors_$LI$()["17"]="#B3B3B3";f.defaultColors_$LI$()["18"]="#9A9A9A";f.defaultColors_$LI$()["19"]="#808080";f.defaultColors_$LI$()["20"]="#666666";f.defaultColors_$LI$()["21"]="#4D4D4D";f.defaultColors_$LI$()["22"]="#333333";f.defaultColors_$LI$()["23"]="#1A1A1A"};f.prototype.initialise=function(b,a){if(null!=b){var d=b.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.COLORS);if(0<d.length)for(var g=d.item(0).getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.COLOR_ENTRY), @@ -626,10 +628,10 @@ f.prototype.isNoLine=function(){return this.noLine};f.prototype.isNoShow=functio function(){function a(a){this.__parent=a}a.prototype.compare=function(a,b){return a.getIndex()-b.getIndex()};return a}();c.mxVsdxGeometry$0=b;b.__interfaces=["java.util.Comparator"]})(h=l.mxVsdxGeometry||(l.mxVsdxGeometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){var h=function(){function f(b){this.geomList=[];this.parentGeomList=null;this.sortNeeded=!1;if(null!=b){this.parentGeomList=b.geomList;var a=this.geomList;a.push.apply(a,b.geomList)}}f.prototype.addGeometry=function(b){b=new c.mxgraph.io.vsdx.mxVsdxGeometry(b,this.parentGeomList);b.getIndex()<this.geomList.length?this.geomList[b.getIndex()]=b:(0<this.geomList.push(b),this.sortNeeded=!0)};f.prototype.sort=function(){this.sortNeeded&&(function(b,a){a.compare? b.sort(function(b,g){return a.compare(b,g)}):b.sort(a)}(this.geomList,new f.mxVsdxGeometryList$0(this)),this.sortNeeded=!1)};f.prototype.isNoShow=function(){for(var b=0;b<this.geomList.length;b++)if(!this.geomList[b].isNoShow())return!1;return!0};f.prototype.isNoFill=function(){for(var b=0;b<this.geomList.length;b++){var a=this.geomList[b];if(!a.isNoShow()&&!a.isNoFill())return!1}return!0};f.prototype.isNoLine=function(){for(var b=0;b<this.geomList.length;b++){var a=this.geomList[b];if(!a.isNoShow()&& -!a.isNoLine())return!1}return!0};f.prototype.hasGeom=function(){return 0!=this.geomList.length};f.prototype.getGeoCount=function(){for(var b=0,a=0;a<this.geomList.length;a++)this.geomList[a].isNoShow()||b++;return b};f.prototype.rotatedPoint=function(b,a,d){var g=b.y*a+b.x*d;b.x=b.x*a-b.y*d;b.y=g};f.prototype.getRoutingPoints=function(b,a,d){this.sort();b=[];0<b.push(a.clone());for(var g=0,p=0,f=0;f<this.geomList.length;f++){var C=this.geomList[f];if(!C.isNoShow())for(var C=C.getRows(),y=0;y<C.length;y++){var q= -C[y];if(0==y&&null!=q&&q instanceof c.mxgraph.io.vsdx.geometry.MoveTo)g=null!=q.x?q.x:0,p=null!=q.y?q.y:0;else if(null!=q&&q instanceof c.mxgraph.io.vsdx.geometry.LineTo){var h=null!=q.x?q.x:0,q=null!=q.y?q.y:0,l=new mxPoint(h,q);0!==d&&(d=(360-d)*Math.PI/180,this.rotatedPoint(l,Math.cos(d),Math.sin(d)));h=(l.x-g)*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$();h+=a.x;q=(l.y-p)*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$()*-1;q+=a.y;h=Math.round(100*h)/100;q=Math.round(100*q)/100;l.x= -h;l.y=q;0<b.push(l)}}}return b};f.prototype.getShapeXML=function(b){var a=new mxPoint(0,0),d={str:'<shape strokewidth="inherit"><foreground>',toString:function(){return this.str}},g=d.str.length,p;p=this.processGeo(b,a,d,-1,!0);p=this.processGeo(b,a,d,p,!1);if(d.str.length===g)return"";this.closePath(d,p);d.str=d.str.concat("</foreground></shape>");return d.str};f.prototype.processGeo=function(b,a,d,g,p){for(var c=0;c<this.geomList.length;c++){var f=this.geomList[c];if(p!==f.isNoFill()){var y=f.getPathXML(a, -b);0!==y.length&&(f=this.getGeoStyle(f),-1===g?d.str=d.str.concat("<path>"):g!==f&&(this.closePath(d,g),d.str=d.str.concat("<path>")),d.str=d.str.concat(y),g=f)}}return g};f.prototype.getGeoStyle=function(b){var a=0;b.isNoLine()||b.isNoFill()?b.isNoFill()?b.isNoLine()||(a=3):a=2:a=1;return a};f.prototype.closePath=function(b,a){b.str=b.str.concat("</path>");1===a?b.str=b.str.concat("<fillstroke/>"):2===a?b.str=b.str.concat("<fill/>"):3===a&&(b.str=b.str.concat("<stroke/>"))};return f}();l.mxVsdxGeometryList= +!a.isNoLine())return!1}return!0};f.prototype.hasGeom=function(){return 0!=this.geomList.length};f.prototype.getGeoCount=function(){for(var b=0,a=0;a<this.geomList.length;a++)this.geomList[a].isNoShow()||b++;return b};f.prototype.rotatedPoint=function(b,a,d){var g=b.y*a+b.x*d;b.x=b.x*a-b.y*d;b.y=g};f.prototype.getRoutingPoints=function(b,a,d){this.sort();b=[];0<b.push(a.clone());for(var g=0,p=0,f=0;f<this.geomList.length;f++){var C=this.geomList[f];if(!C.isNoShow())for(var C=C.getRows(),y=0;y<C.length;y++){var h= +C[y];if(0==y&&null!=h&&h instanceof c.mxgraph.io.vsdx.geometry.MoveTo)g=null!=h.x?h.x:0,p=null!=h.y?h.y:0;else if(null!=h&&h instanceof c.mxgraph.io.vsdx.geometry.LineTo){var l=null!=h.x?h.x:0,h=null!=h.y?h.y:0,m=new mxPoint(l,h);0!==d&&(d=(360-d)*Math.PI/180,this.rotatedPoint(m,Math.cos(d),Math.sin(d)));l=(m.x-g)*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$();l+=a.x;h=(m.y-p)*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$()*-1;h+=a.y;l=Math.round(100*l)/100;h=Math.round(100*h)/100;m.x= +l;m.y=h;0<b.push(m)}}}return b};f.prototype.getShapeXML=function(b){var a=new mxPoint(0,0),d={str:'<shape strokewidth="inherit"><foreground>',toString:function(){return this.str}},g=d.str.length,p;p=this.processGeo(b,a,d,-1,!0);p=this.processGeo(b,a,d,p,!1);if(d.str.length===g)return"";this.closePath(d,p);d.str=d.str.concat("</foreground></shape>");return d.str};f.prototype.processGeo=function(b,a,d,g,p){for(var c=0;c<this.geomList.length;c++){var f=this.geomList[c];if(p!==f.isNoFill()){var h=f.getPathXML(a, +b);0!==h.length&&(f=this.getGeoStyle(f),-1===g?d.str=d.str.concat("<path>"):g!==f&&(this.closePath(d,g),d.str=d.str.concat("<path>")),d.str=d.str.concat(h),g=f)}}return g};f.prototype.getGeoStyle=function(b){var a=0;b.isNoLine()||b.isNoFill()?b.isNoFill()?b.isNoLine()||(a=3):a=2:a=1;return a};f.prototype.closePath=function(b,a){b.str=b.str.concat("</path>");1===a?b.str=b.str.concat("<fillstroke/>"):2===a?b.str=b.str.concat("<fill/>"):3===a&&(b.str=b.str.concat("<stroke/>"))};return f}();l.mxVsdxGeometryList= h;h.__class="com.mxgraph.io.vsdx.mxVsdxGeometryList";(function(c){var b=function(){function a(a){this.__parent=a}a.prototype.compare=function(a,b){return a.getIndex()-b.getIndex()};return a}();c.mxVsdxGeometryList$0=b;b.__interfaces=["java.util.Comparator"]})(h=l.mxVsdxGeometryList||(l.mxVsdxGeometryList={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){var h=function(){function f(b,a){this.masterShape=this.Id=null;this.childShapes={};this.master=b;this.Id=b.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.ID)||"";this.processMasterShapes(a)}f.prototype.processMasterShapes=function(b){for(var a=this.master.firstChild;null!=a;){if(null!=a&&1==a.nodeType&&function(a,b){return a&&a.equals?a.equals(b):a===b}(a.nodeName,"Rel")){var d=b.getRelationship(a.getAttribute("r:id"),c.mxgraph.io.mxVsdxCodec.vsdxPlaceholder+ "/masters/_rels/masters.xml.rels"),g=d.getAttribute("Target"),d=d.getAttribute("Type"),p=null;null!=d&&function(a,b){var d=a.length-b.length,g=a.indexOf(b,d);return-1!==g&&g===d}(d,"master")&&(p=b.getXmlDoc(c.mxgraph.io.mxVsdxCodec.vsdxPlaceholder+"/masters/"+g));if(null!=p)for(g=p.firstChild;null!=g;){if(null!=g&&1==g.nodeType&&function(a,b){return a&&a.equals?a.equals(b):a===b}(g.nodeName,"MasterContents")){this.processMasterShape(g,b);break}g=g.nextSibling}}a=a.nextSibling}};f.prototype.processMasterShape= @@ -677,8 +679,8 @@ a.equals(b):a===b}(g,"a:fontScheme")?(function(a,b){return a&&a.equals?a.equals( p)}this.isProcessed=!0}};f.prototype.processExtras=function(b){b=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(b);for(var a=0;a<b.length;a++){var d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectFirstChildElement(b[a]);switch(d.nodeName){case "vt:fmtConnectorScheme":var g;g=this.name;var p=d.getAttribute("name");g=g&&g.equals?g.equals(p):g===p;g||(this.__isPure=!1);d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d);for(g=0;g<d.length;g++)switch(p=d[g],p.nodeName){case "a:fillStyleLst":for(var p= c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(p),f=0;f<p.length;f++)0<this.connFillStyles.push(c.mxgraph.io.vsdx.theme.FillStyleFactory.getFillStyle(p[f]));break;case "a:lnStyleLst":for(p=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(p),f=0;f<p.length;f++)0<this.connLineStyles.push(new c.mxgraph.io.vsdx.theme.LineStyle(p[f]))}break;case "vt:lineStyles":d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d);for(g=0;g<d.length;g++)switch(p=d[g],p.nodeName){case "vt:fmtConnectorSchemeLineStyles":p= c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(p);for(f=0;f<p.length;f++)0<this.connLineStylesExt.push(new c.mxgraph.io.vsdx.theme.LineStyleExt(p[f]));break;case "vt:fmtSchemeLineStyles":for(p=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(p),f=0;f<p.length;f++)0<this.lineStylesExt.push(new c.mxgraph.io.vsdx.theme.LineStyleExt(p[f]))}break;case "vt:fontStylesGroup":d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d);for(g=0;g<d.length;g++)switch(p=d[g],p.nodeName){case "vt:connectorFontStyles":this.fillFontStyles(p, -this.connFontColors,this.connFontStyles);break;case "vt:fontStyles":this.fillFontStyles(p,this.fontColors,this.fontStyles)}break;case "vt:variationStyleSchemeLst":for(d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d),p=g=0;p<d.length;p++){f=d[p];this.variantEmbellishment[g]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(f,"embellishment");for(var f=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(f),h=0,y=0;y<f.length;y++){var q=f[y];this.variantFillIdx[g][h]= -c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(q,"fillIdx");this.variantLineIdx[g][h]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(q,"lineIdx");this.variantEffectIdx[g][h]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(q,"effectIdx");this.variantFontIdx[g][h]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(q,"fontIdx");h++}g++}}}};f.prototype.fillFontStyles=function(b,a,d){b= +this.connFontColors,this.connFontStyles);break;case "vt:fontStyles":this.fillFontStyles(p,this.fontColors,this.fontStyles)}break;case "vt:variationStyleSchemeLst":for(d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d),p=g=0;p<d.length;p++){f=d[p];this.variantEmbellishment[g]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(f,"embellishment");for(var f=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(f),h=0,y=0;y<f.length;y++){var t=f[y];this.variantFillIdx[g][h]= +c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(t,"fillIdx");this.variantLineIdx[g][h]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(t,"lineIdx");this.variantEffectIdx[g][h]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(t,"effectIdx");this.variantFontIdx[g][h]=c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(t,"fontIdx");h++}g++}}}};f.prototype.fillFontStyles=function(b,a,d){b= c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(b);for(var g=0;g<b.length;g++){var p=b[g];0<d.push(c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(p,"style"));p=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectFirstChildElement(p);null!=p&&0<a.push(c.mxgraph.io.vsdx.theme.OoxmlColorFactory.getOoxmlColor(c.mxgraph.io.vsdx.mxVsdxUtils.getDirectFirstChildElement(p)))}};f.prototype.processFormats=function(b){b=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(b);for(var a= 0;a<b.length;a++){var d=b[a];switch(d.nodeName){case "a:fillStyleLst":for(var d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d),g=0;g<d.length;g++)0<this.fillStyles.push(c.mxgraph.io.vsdx.theme.FillStyleFactory.getFillStyle(d[g]));break;case "a:lnStyleLst":for(d=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(d),g=0;g<d.length;g++)0<this.lineStyles.push(new c.mxgraph.io.vsdx.theme.LineStyle(d[g]))}}};f.prototype.processFonts=function(b){};f.prototype.processColors=function(b){for(b=b.firstChild;null!= b;){if(null!=b&&1==b.nodeType){var a=b,d=a.nodeName,a=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(a),g;g=(g=d)&&g.equals?g.equals("a:extLst"):"a:extLst"===g;g?3===a.length&&(0>this.themeIndex&&this.extractThemeIndex(a[0]),this.addBkgndColor(a[1]),this.addVariantColors(a[2])):(d=d.substring(2),0<a.length&&this.addBasicColor(d,a[0]))}b=b.nextSibling}};f.prototype.addVariantColors=function(b){b=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectFirstChildElement(b);if(null!=b){b=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(b); @@ -712,8 +714,8 @@ b.firstChild;null!=b;b=b.nextSibling)null!=b&&1==b.nodeType&&0<a.push(b);return b||1!=b.nodeType)&&null!==b||"string"!==typeof a&&null!==a||void 0!==d)throw Error("invalid overload");return c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(b,a)}return c.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String$int(b,a,d)};f.getIntAttr$org_w3c_dom_Element$java_lang_String=function(b,a){return f.getIntAttr$org_w3c_dom_Element$java_lang_String$int(b,a,0)};f.getStyleString=function(b,a){for(var d="",g=function(a){var b=0;return{next:function(){return b< a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(function(a){return Object.keys(a).map(function(b){return a[b]})}(b)),p=function(a){var b=0;return{next:function(){return b<a.length?a[b++]:null},hasNext:function(){return b<a.length}}}(Object.keys(b));p.hasNext();){var c=p.next(),f=g.next();if(!function(a,b){return a&&a.equals?a.equals(b):a===b}(c,mxConstants.STYLE_SHAPE)||!function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(b[c]?b[c]:null,"image")&&!function(a,b,d){void 0=== d&&(d=0);return a.substr(d,b.length)===b}(b[c]?b[c]:null,"rounded="))try{d=d+c+a}catch(y){console.error("mxVsdxUtils.getStyleString,"+y+",style.length="+d.length+",key.length="+c.length+",asig.length="+a.length)}d=d+f+";"}return d};f.surroundByTags=function(b,a){return"<"+a+">"+b+"</"+a+">"};f.htmlEntities=function(b){return b.replace(RegExp("&","g"),"&").replace(RegExp('"',"g"),""").replace(RegExp("'","g"),"′").replace(RegExp("<","g"),"<").replace(RegExp(">","g"),">")};f.toInitialCapital= -function(b){b=b.split(" ");for(var a="",d=0;d<b.length;d++)var g=b[d],c=g.substring(0,1),g=g.substring(1),c=c.toUpperCase(),a=a+(c+g);return a.substring(0,a.length)};f.toSmallCaps=function(b,a){var d="",g=d;if(a&&a.equals?a.equals(g):a===g)d=b;else for(var g=b.split(""),c=0;c<g.length;c++){var f=g[c];(null==f.charCodeAt?f:f.charCodeAt(0))>=(null=="a".charCodeAt?"a":97)&&(null==f.charCodeAt?f:f.charCodeAt(0))<=(null=="z".charCodeAt?"z":122)?(f=(new String(f)).toString(),f=f.toUpperCase(),d+='<font style="font-size:'+ -parseFloat(a)/1.28+'px">'+f+"</font>"):d+=f}return d};f.getStyleMap=function(b,a){for(var d={},g=b.split(";"),c=0;c<g.length;c++){var f=g[c],h=f.indexOf(a),y=f.substring(0,h),f=f.substring(h+1);d[y]=f}return d};f.isInsideTriangle=function(b,a,d,g,c,f,h,y){c-=d;f-=g;h-=d;y-=g;g=c*y-h*f;d=(b*(f-y)+a*(h-c)+c*y-h*f)/g;h=(b*y-a*h)/g;b=(a*c-b*f)/g;return 0<d&&1>d&&0<h&&1>h&&0<b&&1>b?!0:!1};return f}();h.screenCoordinatesPerCm=40;h.CENTIMETERS_PER_INCHES=2.54;l.mxVsdxUtils=h;h.__class="com.mxgraph.io.vsdx.mxVsdxUtils"})(m.vsdx|| +function(b){b=b.split(" ");for(var a="",d=0;d<b.length;d++)var g=b[d],p=g.substring(0,1),g=g.substring(1),p=p.toUpperCase(),a=a+(p+g);return a.substring(0,a.length)};f.toSmallCaps=function(b,a){var d="",g=d;if(a&&a.equals?a.equals(g):a===g)d=b;else for(var g=b.split(""),p=0;p<g.length;p++){var c=g[p];(null==c.charCodeAt?c:c.charCodeAt(0))>=(null=="a".charCodeAt?"a":97)&&(null==c.charCodeAt?c:c.charCodeAt(0))<=(null=="z".charCodeAt?"z":122)?(c=(new String(c)).toString(),c=c.toUpperCase(),d+='<font style="font-size:'+ +parseFloat(a)/1.28+'px">'+c+"</font>"):d+=c}return d};f.getStyleMap=function(b,a){for(var d={},g=b.split(";"),c=0;c<g.length;c++){var f=g[c],h=f.indexOf(a),y=f.substring(0,h),f=f.substring(h+1);d[y]=f}return d};f.isInsideTriangle=function(b,a,d,g,c,f,h,y){c-=d;f-=g;h-=d;y-=g;g=c*y-h*f;d=(b*(f-y)+a*(h-c)+c*y-h*f)/g;h=(b*y-a*h)/g;b=(a*c-b*f)/g;return 0<d&&1>d&&0<h&&1>h&&0<b&&1>b?!0:!1};return f}();h.screenCoordinatesPerCm=40;h.CENTIMETERS_PER_INCHES=2.54;l.mxVsdxUtils=h;h.__class="com.mxgraph.io.vsdx.mxVsdxUtils"})(m.vsdx|| (m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(c){(function(c){(function(c){var h=function(){function c(b,a,d,g){this.paraIndex=this.fields=this.charIndices=this.values=null;this.values=[];0<this.values.push(b);this.charIndices=[];0<this.charIndices.push(a);this.fields=[];0<this.fields.push(g);this.paraIndex=d}c.prototype.addText=function(b,a,d){0<this.values.push(b);0<this.charIndices.push(a);0<this.fields.push(d)};c.prototype.getParagraphIndex=function(){return this.paraIndex};c.prototype.getValue=function(b){return this.values[b]}; c.prototype.numValues=function(){return this.values.length};c.prototype.getChar=function(b){return this.charIndices[b]};c.prototype.getField=function(b){return this.fields[b]};return c}();c.Paragraph=h;h.__class="com.mxgraph.io.vsdx.Paragraph"})(c.vsdx||(c.vsdx={}))})(c.io||(c.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); @@ -762,8 +764,8 @@ function(a){this.blueOff=a;this.hasEffects=!0};b.prototype.setBlueMod=function(a (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(){function b(){}b.getOoxmlColor=function(a){var b=null;switch(a.nodeName){case "a:scrgbClr":b=new c.mxgraph.io.vsdx.theme.ScrgbClr(parseInt(a.getAttribute("r")),parseInt(a.getAttribute("g")),parseInt(a.getAttribute("b")));break;case "a:srgbClr":b=new c.mxgraph.io.vsdx.theme.SrgbClr(a.getAttribute("val"));break;case "a:hslClr":b=new c.mxgraph.io.vsdx.theme.HslClr(parseInt(a.getAttribute("hue")),parseInt(a.getAttribute("sat")), parseInt(a.getAttribute("lum")));break;case "a:sysClr":b=new c.mxgraph.io.vsdx.theme.SysClr(a.getAttribute("val"),a.getAttribute("lastClr"));break;case "a:schemeClr":b=new c.mxgraph.io.vsdx.theme.SchemeClr(a.getAttribute("val"));break;case "a:prstClr":b=new c.mxgraph.io.vsdx.theme.SrgbClr(a.getAttribute("val"))}a=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(a);for(var g=0;g<a.length;g++){var p=a[g],f=parseInt(p.getAttribute("val"))/1E3|0;switch(p.nodeName){case "a:tint":b.setTint(f);break; case "a:shade":b.setShade(f);break;case "a:satMod":b.setSatMod(f);break;case "a:lumMod":b.setLumMod(f);break;case "a:hueMod":b.setHueMod(f)}}return b};return b}();h.OoxmlColorFactory=f;f.__class="com.mxgraph.io.vsdx.theme.OoxmlColorFactory"})(l.theme||(l.theme={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(c){(function(c){(function(c){(function(c){var f=function(){function b(a,b,g,c,f,h,y,q,l,m){this.quickStyleVariation=this.quickStyleType=this.quickStyleShadowColor=this.quickStyleLineColor=this.quickStyleFontMatrix=this.quickStyleFontColor=this.quickStyleFillMatrix=this.quickStyleFillColor=this.quickStyleEffectsMatrix=0;this.quickStyleEffectsMatrix=a;this.quickStyleFillColor=b;this.quickStyleFillMatrix=g;this.quickStyleFontColor=c;this.quickStyleFontMatrix=f;this.quickStyleLineColor= -h;this.quickStyleLineMatrix=y;this.quickStyleShadowColor=q;this.quickStyleType=l;this.quickStyleVariation=m}b.prototype.getQuickStyleEffectsMatrix=function(){return this.quickStyleEffectsMatrix};b.prototype.getQuickStyleFillColor=function(){return this.quickStyleFillColor};b.prototype.getQuickStyleFillMatrix=function(){return this.quickStyleFillMatrix};b.prototype.getQuickStyleFontColor=function(){return this.quickStyleFontColor};b.prototype.getQuickStyleFontMatrix=function(){return this.quickStyleFontMatrix}; +(function(c){(function(c){(function(c){(function(c){(function(c){var f=function(){function b(a,b,g,c,f,h,y,l,m,w){this.quickStyleVariation=this.quickStyleType=this.quickStyleShadowColor=this.quickStyleLineColor=this.quickStyleFontMatrix=this.quickStyleFontColor=this.quickStyleFillMatrix=this.quickStyleFillColor=this.quickStyleEffectsMatrix=0;this.quickStyleEffectsMatrix=a;this.quickStyleFillColor=b;this.quickStyleFillMatrix=g;this.quickStyleFontColor=c;this.quickStyleFontMatrix=f;this.quickStyleLineColor= +h;this.quickStyleLineMatrix=y;this.quickStyleShadowColor=l;this.quickStyleType=m;this.quickStyleVariation=w}b.prototype.getQuickStyleEffectsMatrix=function(){return this.quickStyleEffectsMatrix};b.prototype.getQuickStyleFillColor=function(){return this.quickStyleFillColor};b.prototype.getQuickStyleFillMatrix=function(){return this.quickStyleFillMatrix};b.prototype.getQuickStyleFontColor=function(){return this.quickStyleFontColor};b.prototype.getQuickStyleFontMatrix=function(){return this.quickStyleFontMatrix}; b.prototype.getQuickStyleLineColor=function(){return this.quickStyleLineColor};b.prototype.getQuickStyleLineMatrix=function(){return this.quickStyleLineMatrix};b.prototype.getQuickStyleShadowColor=function(){return this.quickStyleShadowColor};b.prototype.getQuickStyleType=function(){return this.quickStyleType};b.prototype.getQuickStyleVariation=function(){return this.quickStyleVariation};b.prototype.setQuickStyleEffectsMatrix=function(a){this.quickStyleEffectsMatrix=a};b.prototype.setQuickStyleFillColor= function(a){this.quickStyleFillColor=a};b.prototype.setQuickStyleFillMatrix=function(a){this.quickStyleFillMatrix=a};b.prototype.setQuickStyleFontColor=function(a){this.quickStyleFontColor=a};b.prototype.setQuickStyleFontMatrix=function(a){this.quickStyleFontMatrix=a};b.prototype.setQuickStyleLineColor=function(a){this.quickStyleLineColor=a};b.prototype.setQuickStyleLineMatrix=function(a){this.quickStyleLineMatrix=a};b.prototype.setQuickStyleShadowColor=function(a){this.quickStyleShadowColor=a};b.prototype.setQuickStyleType= function(a){this.quickStyleType=a};b.prototype.setQuickStyleVariation=function(a){this.quickStyleVariation=a};return b}();c.QuickStyleVals=f;f.__class="com.mxgraph.io.vsdx.theme.QuickStyleVals"})(c.theme||(c.theme={}))})(c.vsdx||(c.vsdx={}))})(c.io||(c.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); @@ -771,36 +773,36 @@ function(a){this.quickStyleType=a};b.prototype.setQuickStyleVariation=function(a (function(c){(function(c){(function(c){var l=function(){function c(){}c.MAX_AREA_$LI$=function(){null==c.MAX_AREA&&(c.MAX_AREA=1E8);return c.MAX_AREA};return c}();l.MAX_REQUEST_SIZE=52428800;l.IMAGE_DOMAIN="http://img.diagramly.com/";c.Constants=l;l.__class="com.mxgraph.online.Constants"})(c.online||(c.online={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(c){(function(c){var l=function(){function c(){}c.getRotatedPoint=function(c,b,a,d){var g=c.x-d.x;c=c.y-d.y;return new mxPoint(g*b-c*a+d.x,c*b+g*a+d.y)};c.rotatedGeometry=function(c,b,a,d){b=b*Math.PI/180;var g=Math.cos(b);b=Math.sin(b);var p=c.getCenterX()-a,f=c.getCenterY()-d;c.x=Math.round(p*g-f*b+a-c.width/2);c.y=Math.round(f*g+p*b+d-c.height/2)};return c}();l.CHARSET_FOR_URL_ENCODING="ISO-8859-1";c.Utils=l;l.__class="com.mxgraph.online.Utils"})(c.online||(c.online={}))})(c.mxgraph|| (c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f){a=b.call(this,a,g,c)||this;a.a=f;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a){var d=b.getHeight(),g=b.getWidth(),f=Math.floor(Math.round(b.getLastX()*g)/100),h=Math.floor(Math.round(b.getLastY()*d)/100),q=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=d-l,m=this.a* -c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),f=Math.abs(q-f),h=Math.abs(l-h),f=h=.5*m+(f*f+h*h)/(8*m),w=Math.abs(h),h=Math.round(100*h/g*100)/100,f=Math.round(100*f/d*100)/100,q=Math.round(100*q/g*100)/100,l=Math.round(100*l/d*100)/100,m=Math.round(100*m)/100,h=Math.abs(h),f=Math.abs(f),d=0>m?"1":"0",m=w<Math.abs(m)?"1":"0";b.setLastX(q);b.setLastY(l);return'<arc rx="'+(new String(h)).toString()+'" ry="'+(new String(f)).toString()+'" x="'+(new String(q)).toString()+'" y="'+(new String(l)).toString()+ -'" x-axis-rotation="0" large-arc-flag="'+m+'" sweep-flag="'+d+'"/>'}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.ArcTo=f;f.__class="com.mxgraph.io.vsdx.geometry.ArcTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f){a=b.call(this,a,g,c)||this;a.a=f;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a){var d=b.getHeight(),g=b.getWidth(),f=Math.floor(Math.round(b.getLastX()*g)/100),h=Math.floor(Math.round(b.getLastY()*d)/100),l=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),m=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),m=d-m,w=this.a* +c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),f=Math.abs(l-f),h=Math.abs(m-h),f=h=.5*w+(f*f+h*h)/(8*w),G=Math.abs(h),h=Math.round(100*h/g*100)/100,f=Math.round(100*f/d*100)/100,l=Math.round(100*l/g*100)/100,m=Math.round(100*m/d*100)/100,w=Math.round(100*w)/100,h=Math.abs(h),f=Math.abs(f),d=0>w?"1":"0",w=G<Math.abs(w)?"1":"0";b.setLastX(l);b.setLastY(m);return'<arc rx="'+(new String(h)).toString()+'" ry="'+(new String(f)).toString()+'" x="'+(new String(l)).toString()+'" y="'+(new String(m)).toString()+ +'" x-axis-rotation="0" large-arc-flag="'+w+'" sweep-flag="'+d+'"/>'}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.ArcTo=f;f.__class="com.mxgraph.io.vsdx.geometry.ArcTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a){return b.call(this,a,null,null)||this}__extends(a,b);a.prototype.handle=function(a,b){return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.DelRow=f;f.__class="com.mxgraph.io.vsdx.geometry.DelRow"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,y,q){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=y;a.d=q;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=b.getHeight(),g=b.getWidth(),f=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=d-h,q=this.a*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(), -l=this.b*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=d-l,m=this.c*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),w=this.d*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),q=Math.abs(q-f),l=Math.abs(l-h),l=Math.sqrt(q*q+l*l),m=Math.abs(m-f),w=Math.abs(d-w-h),f=100*f/g,w=Math.round(100*Math.sqrt(m*m+w*w)/d/2*100)/100,g=Math.round(100*l/g/2*100)/100,m=Math.round(100*(f-2*g))/100,f=Math.round(100*(f+2*g))/100,d=Math.round(100*h/d*100)/100;return'<move x="'+(new String(m)).toString()+ -'" y="'+(new String(d)).toString()+'"/><arc rx="'+(new String(g)).toString()+'" ry="'+(new String(w)).toString()+'" x="'+(new String(f)).toString()+'" y="'+(new String(d)).toString()+'" x-axis-rotation="0" large-arc-flag="1" sweep-flag="0"/><arc rx="'+(new String(g)).toString()+'" ry="'+(new String(w)).toString()+'" x="'+(new String(m)).toString()+'" y="'+(new String(d)).toString()+'" x-axis-rotation="0" large-arc-flag="1" sweep-flag="0"/>'}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.Ellipse= +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,y,l){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=y;a.d=l;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=b.getHeight(),g=b.getWidth(),f=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=d-h,l=this.a*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(), +m=this.b*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),m=d-m,w=this.c*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),G=this.d*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=Math.abs(l-f),m=Math.abs(m-h),m=Math.sqrt(l*l+m*m),w=Math.abs(w-f),G=Math.abs(d-G-h),f=100*f/g,G=Math.round(100*Math.sqrt(w*w+G*G)/d/2*100)/100,g=Math.round(100*m/g/2*100)/100,w=Math.round(100*(f-2*g))/100,f=Math.round(100*(f+2*g))/100,d=Math.round(100*h/d*100)/100;return'<move x="'+(new String(w)).toString()+ +'" y="'+(new String(d)).toString()+'"/><arc rx="'+(new String(g)).toString()+'" ry="'+(new String(G)).toString()+'" x="'+(new String(f)).toString()+'" y="'+(new String(d)).toString()+'" x-axis-rotation="0" large-arc-flag="1" sweep-flag="0"/><arc rx="'+(new String(g)).toString()+'" ry="'+(new String(G)).toString()+'" x="'+(new String(w)).toString()+'" y="'+(new String(d)).toString()+'" x-axis-rotation="0" large-arc-flag="1" sweep-flag="0"/>'}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.Ellipse= f;f.__class="com.mxgraph.io.vsdx.geometry.Ellipse"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,y,q){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=y;a.d=q;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=b.getHeight(),g=b.getWidth(),f=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=d-h,q=this.a*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(), -l=this.b*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),m=this.c,w=this.d,f=100*f/g,h=100*h/d,E=b.getLastX()*g/100,A=b.getLastY()*d/100,F=f*g/100,B=h*d/100,Y=d-l,K=-m,m=Math.sqrt(E*E+A*A)*Math.cos(Math.atan2(A,E)-K),l=Math.sqrt(E*E+A*A)*Math.sin(Math.atan2(A,E)-K),X=Math.sqrt(F*F+B*B)*Math.cos(Math.atan2(B,F)-K),L=Math.sqrt(F*F+B*B)*Math.sin(Math.atan2(B,F)-K),fa=Math.sqrt(q*q+Y*Y)*Math.cos(Math.atan2(Y,q)-K),la=Math.sqrt(q*q+Y*Y)*Math.sin(Math.atan2(Y,q)-K),ea=((m-X)*(m+X)*(L-la)-(X-fa)*(X+ -fa)*(l-L)+w*w*(l-L)*(L-la)*(l-la))/(2*((m-X)*(L-la)-(X-fa)*(l-L))),ab=((m-X)*(X-fa)*(m-fa)/(w*w)+(X-fa)*(l-L)*(l+L)-(m-X)*(L-la)*(L+la))/(2*((X-fa)*(l-L)-(m-X)*(L-la))),ja=m-ea,Ha=l-ab,ja=Math.sqrt(ja*ja+Ha*Ha*w*w),w=ja/w,K=180*K/Math.PI,f=Math.round(100*f)/100,h=Math.round(100*h)/100,ja=Math.round(100*ja/g*100)/100,w=Math.round(100*w/d*100)/100,K=Math.round(100*K)/100,d=0<(F-E)*(Y-A)-(B-A)*(q-E)?"0":"1",g="0";c.mxgraph.io.vsdx.mxVsdxUtils.isInsideTriangle(ea,ab,m,l,X,L,fa,la)&&this.isReflexAngle(ea, -ab,m,l,X,L,fa,la)&&(g="1");b.setLastX(f);b.setLastY(h);return'<arc rx="'+(new String(ja)).toString()+'" ry="'+(new String(w)).toString()+'" x="'+(new String(f)).toString()+'" y="'+(new String(h)).toString()+'" x-axis-rotation="'+(new String(K)).toString()+'" large-arc-flag="'+g+'" sweep-flag="'+d+'"/>'}return""};a.prototype.isReflexAngle=function(a,b,c,f,h,l,q,m){c-=a;f-=b;l-=b;h=q-a;m-=b;b=a=0;c=180*(Math.atan2(f,c)-Math.atan2(b,a))/Math.PI;h=180*(Math.atan2(l,h)-Math.atan2(b,a))/Math.PI;a=180*(Math.atan2(m, -q)-Math.atan2(b,a))/Math.PI;c=(c-a)%360;h=(h-a)%360;180<c?c-=360:-180>c&&(c+=360);180<h?h-=360:-180>h&&(h+=360);return(0<c&&0>h||0>c&&0<h)&&180<Math.abs(c-h)?!0:!1};return a}(c.mxgraph.io.vsdx.geometry.Row);h.EllipticalArcTo=f;f.__class="com.mxgraph.io.vsdx.geometry.EllipticalArcTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,t){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=t;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=b.getHeight(),g=b.getWidth(),f=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=d-h,l=this.a*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(), +m=this.b*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),w=this.c,G=this.d,f=100*f/g,h=100*h/d,D=b.getLastX()*g/100,z=b.getLastY()*d/100,F=f*g/100,B=h*d/100,Z=d-m,L=-w,w=Math.sqrt(D*D+z*z)*Math.cos(Math.atan2(z,D)-L),m=Math.sqrt(D*D+z*z)*Math.sin(Math.atan2(z,D)-L),X=Math.sqrt(F*F+B*B)*Math.cos(Math.atan2(B,F)-L),M=Math.sqrt(F*F+B*B)*Math.sin(Math.atan2(B,F)-L),fa=Math.sqrt(l*l+Z*Z)*Math.cos(Math.atan2(Z,l)-L),ga=Math.sqrt(l*l+Z*Z)*Math.sin(Math.atan2(Z,l)-L),db=((w-X)*(w+X)*(M-ga)-(X-fa)*(X+ +fa)*(m-M)+G*G*(m-M)*(M-ga)*(m-ga))/(2*((w-X)*(M-ga)-(X-fa)*(m-M))),Aa=((w-X)*(X-fa)*(w-fa)/(G*G)+(X-fa)*(m-M)*(m+M)-(w-X)*(M-ga)*(M+ga))/(2*((X-fa)*(m-M)-(w-X)*(M-ga))),ca=w-db,Ga=m-Aa,ca=Math.sqrt(ca*ca+Ga*Ga*G*G),G=ca/G,L=180*L/Math.PI,f=Math.round(100*f)/100,h=Math.round(100*h)/100,ca=Math.round(100*ca/g*100)/100,G=Math.round(100*G/d*100)/100,L=Math.round(100*L)/100,d=0<(F-D)*(Z-z)-(B-z)*(l-D)?"0":"1",g="0";c.mxgraph.io.vsdx.mxVsdxUtils.isInsideTriangle(db,Aa,w,m,X,M,fa,ga)&&this.isReflexAngle(db, +Aa,w,m,X,M,fa,ga)&&(g="1");b.setLastX(f);b.setLastY(h);return'<arc rx="'+(new String(ca)).toString()+'" ry="'+(new String(G)).toString()+'" x="'+(new String(f)).toString()+'" y="'+(new String(h)).toString()+'" x-axis-rotation="'+(new String(L)).toString()+'" large-arc-flag="'+g+'" sweep-flag="'+d+'"/>'}return""};a.prototype.isReflexAngle=function(a,b,c,f,h,l,t,m){c-=a;f-=b;l-=b;h=t-a;m-=b;b=a=0;c=180*(Math.atan2(f,c)-Math.atan2(b,a))/Math.PI;h=180*(Math.atan2(l,h)-Math.atan2(b,a))/Math.PI;a=180*(Math.atan2(m, +t)-Math.atan2(b,a))/Math.PI;c=(c-a)%360;h=(h-a)%360;180<c?c-=360:-180>c&&(c+=360);180<h?h-=360:-180>h&&(h+=360);return(0<c&&0>h||0>c&&0<h)&&180<Math.abs(c-h)?!0:!1};return a}(c.mxgraph.io.vsdx.geometry.Row);h.EllipticalArcTo=f;f.__class="com.mxgraph.io.vsdx.geometry.EllipticalArcTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;return a}__extends(a,b);a.prototype.handle=function(a,b){return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.InfiniteLine=f;f.__class="com.mxgraph.io.vsdx.geometry.InfiniteLine"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c){return b.call(this,a,g,c)||this}__extends(a,b);a.prototype.handle=function(a,b){var d=a.x,g=a.y,f=b.getHeight(),h=b.getWidth();null!=this.x&&null!=this.y&&(d=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),g=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$());d=Math.round(100*d/h*100)/100;g=Math.round(100*(100-100*g/f))/100;a.x=d;a.y=g;b.setLastX(d);b.setLastY(g);return'<line x="'+ (new String(d)).toString()+'" y="'+(new String(g)).toString()+'"/>'};return a}(c.mxgraph.io.vsdx.geometry.Row);h.LineTo=f;f.__class="com.mxgraph.io.vsdx.geometry.LineTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c){return b.call(this,a,g,c)||this}__extends(a,b);a.prototype.handle=function(a,b){var d=a.x,g=a.y,f=b.getHeight(),h=b.getWidth();null!=this.x&&null!=this.y&&(d=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),g=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$());d=Math.round(100*d/h*100)/100;g=Math.round(100*(100-100*g/f))/100;a.x=d;a.y=g;b.setLastX(d);b.setLastY(g);b.setLastMoveX(d); b.setLastMoveY(g);return'<move x="'+(new String(d)).toString()+'" y="'+(new String(g)).toString()+'"/>'};return a}(c.mxgraph.io.vsdx.geometry.Row);h.MoveTo=f;f.__class="com.mxgraph.io.vsdx.geometry.MoveTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,q,m){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=q;a.formulaE=m;return a}__extends(a,b);a.prototype.handle=function(b,g){if(null!=this.x&&null!=this.y&&null!=this.formulaE){var d=g.getHeight(),f=g.getWidth(),h=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),q=this.formulaE.split("NURBS(").join(""),q=q.split(")").join(""), -q=new a.Nurbs(this,q,f,d);if(2<=q.getSize()){var m=q.getX(0),w=q.getY(0),P=q.getX(1),E=q.getY(1),h=Math.round(100*h/f*100)/100,l=Math.round(100*(100-100*l/d))/100,m=Math.round(100*m)/100,w=Math.round(100*w)/100,P=Math.round(100*P)/100,E=Math.round(100*E)/100;g.setLastX(h);g.setLastY(l);if(3===q.getDegree()&&q.isOrderedByThree(this.getA())){d=[];f=[];m=[];P=q.getSize();for(w=0;w<P-1;w+=3)0<d.push(new mxPoint(q.getX(w),q.getY(w))),0<f.push(new mxPoint(q.getX(w+1),q.getY(w+1))),w<P-2?0<m.push(new mxPoint(q.getX(w+ -2),q.getY(w+2))):0<m.push(new mxPoint(h,l));h="";for(w=0;w<d.length;w++)h+='<curve x1="'+d[w].x+'" y1="'+d[w].y+'" x2="'+f[w].x+'" y2="'+f[w].y+'" x3="'+m[w].x+'" y3="'+m[w].y+'"/>\n';return h}return'<curve x1="'+(new String(m)).toString()+'" y1="'+(new String(w)).toString()+'" x2="'+(new String(P)).toString()+'" y2="'+(new String(E)).toString()+'" x3="'+(new String(h)).toString()+'" y3="'+(new String(l)).toString()+'"/>'}}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.NURBSTo=f;f.__class= +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,t,m){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=t;a.formulaE=m;return a}__extends(a,b);a.prototype.handle=function(b,g){if(null!=this.x&&null!=this.y&&null!=this.formulaE){var d=g.getHeight(),f=g.getWidth(),h=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),t=this.formulaE.split("NURBS(").join(""),t=t.split(")").join(""), +t=new a.Nurbs(this,t,f,d);if(2<=t.getSize()){var m=t.getX(0),w=t.getY(0),G=t.getX(1),D=t.getY(1),h=Math.round(100*h/f*100)/100,l=Math.round(100*(100-100*l/d))/100,m=Math.round(100*m)/100,w=Math.round(100*w)/100,G=Math.round(100*G)/100,D=Math.round(100*D)/100;g.setLastX(h);g.setLastY(l);if(3===t.getDegree()&&t.isOrderedByThree(this.getA())){d=[];f=[];m=[];G=t.getSize();for(w=0;w<G-1;w+=3)0<d.push(new mxPoint(t.getX(w),t.getY(w))),0<f.push(new mxPoint(t.getX(w+1),t.getY(w+1))),w<G-2?0<m.push(new mxPoint(t.getX(w+ +2),t.getY(w+2))):0<m.push(new mxPoint(h,l));h="";for(w=0;w<d.length;w++)h+='<curve x1="'+d[w].x+'" y1="'+d[w].y+'" x2="'+f[w].x+'" y2="'+f[w].y+'" x3="'+m[w].x+'" y3="'+m[w].y+'"/>\n';return h}return'<curve x1="'+(new String(m)).toString()+'" y1="'+(new String(w)).toString()+'" x2="'+(new String(G)).toString()+'" y2="'+(new String(D)).toString()+'" x3="'+(new String(h)).toString()+'" y3="'+(new String(l)).toString()+'"/>'}}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.NURBSTo=f;f.__class= "com.mxgraph.io.vsdx.geometry.NURBSTo";(function(b){var a=function(){function a(a,b,d,c){this.__parent=a;this.nurbsValues=[];a=b.split(/\s*,\s*/).slice(0);for(b=0;b<a.length;b++)3<b&&0===b%4?0<this.nurbsValues.push(100*parseFloat(a[b])):3<b&&1===b%4?0<this.nurbsValues.push(100-100*parseFloat(a[b])):0<this.nurbsValues.push(parseFloat(a[b]))}a.prototype.isOrderedByThree=function(a){for(var b=0;b+2<this.getSize();b+=3){var d=Math.round(100*this.getKnot(b))/100,g=Math.round(100*this.getKnot(b+1))/100, c=Math.round(100*this.getKnot(b+2))/100;if(d!==g||d!==c||g!==c)return!1}b=Math.round(10*this.getKnot(this.getSize()-2))/10;d=Math.round(10*this.getKnot(this.getSize()-1))/10;a=Math.round(10*a)/10;return b!==d||b!==a||d!==a?!1:!0};a.prototype.getSize=function(){return(this.nurbsValues.length/4|0)-1};a.prototype.getKnotLast=function(){return this.nurbsValues[0]};a.prototype.getDegree=function(){return this.nurbsValues[1]};a.prototype.getXType=function(){return this.nurbsValues[2]};a.prototype.getYType= function(){return this.nurbsValues[3]};a.prototype.getX=function(a){return this.nurbsValues[4*(a+1)]};a.prototype.getY=function(a){return this.nurbsValues[4*(a+1)+1]};a.prototype.getKnot=function(a){return this.nurbsValues[4*(a+1)+2]};a.prototype.getWeight=function(a){return this.nurbsValues[4*(a+1)+3]};return a}();b.Nurbs=a;a.__class="com.mxgraph.io.vsdx.geometry.NURBSTo.Nurbs"})(f=h.NURBSTo||(h.NURBSTo={}))})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph= {}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f){a=b.call(this,a,g,c)||this;a.formulaA=f;return a}__extends(a,b);a.prototype.handle=function(a,b){var d="";if(null!=this.x&&null!=this.y&&null!=this.formulaA){var g=b.getHeight(),f=b.getWidth(),h=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),q=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=Math.round(100*h/f*100)/100,q=Math.round(100*(100-100*q/g))/100,l=this.formulaA.replace(RegExp("\\s", -"g"),"").toLowerCase().replace(RegExp("polyline\\(","g"),"").replace(RegExp("\\)","g"),""),m;m=l&&l.equals?l.equals("inh"):"inh"===l;if(m)throw Object.defineProperty(Error(),"__classes",{configurable:!0,value:["java.lang.Throwable","java.lang.Object","java.lang.RuntimeException","java.lang.IllegalArgumentException","java.lang.Exception"]});l=l.split(",").slice(0).slice(0);m=parseFloat(l.splice(0,1));parseFloat(l.splice(0,1));for(var w,E;0<l.length;)w=parseFloat(l.splice(0,1))*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(), -E=parseFloat(l.splice(0,1))*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),1===m&&(w=100*w/f),1===m&&(E=100*E/g),E=100-E,w=Math.round(100*w)/100,E=Math.round(100*E)/100,b.setLastX(w),b.setLastY(E),d+='<line x="'+(new String(w)).toString()+'" y="'+(new String(E)).toString()+'"/>';d+='<line x="'+(new String(h)).toString()+'" y="'+(new String(q)).toString()+'"/>';b.getLastMoveX()===h&&b.getLastMoveY()===q&&(d+="<close/>")}return d};return a}(c.mxgraph.io.vsdx.geometry.Row);h.PolylineTo=f;f.__class= +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f){a=b.call(this,a,g,c)||this;a.formulaA=f;return a}__extends(a,b);a.prototype.handle=function(a,b){var d="";if(null!=this.x&&null!=this.y&&null!=this.formulaA){var g=b.getHeight(),f=b.getWidth(),h=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),l=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),h=Math.round(100*h/f*100)/100,l=Math.round(100*(100-100*l/g))/100,m=this.formulaA.replace(RegExp("\\s", +"g"),"").toLowerCase().replace(RegExp("polyline\\(","g"),"").replace(RegExp("\\)","g"),""),w;w=m&&m.equals?m.equals("inh"):"inh"===m;if(w)throw Object.defineProperty(Error(),"__classes",{configurable:!0,value:["java.lang.Throwable","java.lang.Object","java.lang.RuntimeException","java.lang.IllegalArgumentException","java.lang.Exception"]});m=m.split(",").slice(0).slice(0);w=parseFloat(m.splice(0,1));parseFloat(m.splice(0,1));for(var G,D;0<m.length;)G=parseFloat(m.splice(0,1))*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(), +D=parseFloat(m.splice(0,1))*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),1===w&&(G=100*G/f),1===w&&(D=100*D/g),D=100-D,G=Math.round(100*G)/100,D=Math.round(100*D)/100,b.setLastX(G),b.setLastY(D),d+='<line x="'+(new String(G)).toString()+'" y="'+(new String(D)).toString()+'"/>';d+='<line x="'+(new String(h)).toString()+'" y="'+(new String(l)).toString()+'"/>';b.getLastMoveX()===h&&b.getLastMoveY()===l&&(d+="<close/>")}return d};return a}(c.mxgraph.io.vsdx.geometry.Row);h.PolylineTo=f;f.__class= "com.mxgraph.io.vsdx.geometry.PolylineTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,q){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=q;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=100*this.x,g=100-100*this.y,c=100*this.a,f=100-100*this.b,h=100*this.c,l=100-100*this.d,d=Math.round(100*d)/100,g=Math.round(100*g)/100,c=Math.round(100*c)/100,f=Math.round(100*f)/100,h=Math.round(100* +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,t){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=t;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=100*this.x,g=100-100*this.y,c=100*this.a,f=100-100*this.b,h=100*this.c,l=100-100*this.d,d=Math.round(100*d)/100,g=Math.round(100*g)/100,c=Math.round(100*c)/100,f=Math.round(100*f)/100,h=Math.round(100* h)/100,l=Math.round(100*l)/100;b.setLastX(d);b.setLastY(g);return'<curve x1="'+(new String(c)).toString()+'" y1="'+(new String(f)).toString()+'" x2="'+(new String(h)).toString()+'" y2="'+(new String(l)).toString()+'" x3="'+(new String(d)).toString()+'" y3="'+(new String(g)).toString()+'"/>'}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.RelCubBezTo=f;f.__class="com.mxgraph.io.vsdx.geometry.RelCubBezTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph= {}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c){return b.call(this,a,g,c)||this}__extends(a,b);a.prototype.handle=function(a,b){var d=a.x,g=a.y;null!=this.x&&null!=this.y&&(d=100*this.x,g=100-100*this.y);d=Math.round(100*d)/100;g=Math.round(100*g)/100;a.x=d;a.y=g;b.setLastX(d);b.setLastY(g);return'<line x="'+(new String(d)).toString()+'" y="'+(new String(g)).toString()+'"/>'};return a}(c.mxgraph.io.vsdx.geometry.Row);h.RelLineTo=f;f.__class="com.mxgraph.io.vsdx.geometry.RelLineTo"})(l.geometry|| @@ -811,7 +813,7 @@ h.RelMoveTo=f;f.__class="com.mxgraph.io.vsdx.geometry.RelMoveTo"})(l.geometry||( (new String(f)).toString()+'" x2="'+(new String(d)).toString()+'" y2="'+(new String(g)).toString()+'"/>'}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.RelQuadBezTo=f;f.__class="com.mxgraph.io.vsdx.geometry.RelQuadBezTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f){a=b.call(this,a,g,c)||this;a.a=f;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a){var d=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),g=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),d=Math.round(100*d)/100,g=Math.round(100*(100-g))/100;b.setLastX(d);b.setLastY(g)}return""};return a}(c.mxgraph.io.vsdx.geometry.Row); h.SplineKnot=f;f.__class="com.mxgraph.io.vsdx.geometry.SplineKnot"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,q){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=q;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){b.getHeight();b.getWidth();var d=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),g=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$();b.setLastKnot(this.c);d=Math.round(100*d)/ +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,m){a=b.call(this,a,g,c)||this;a.a=f;a.b=h;a.c=l;a.d=m;return a}__extends(a,b);a.prototype.handle=function(a,b){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){b.getHeight();b.getWidth();var d=this.x*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),g=this.y*c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$();b.setLastKnot(this.c);d=Math.round(100*d)/ 100;g=Math.round(100*(100-g))/100;b.getLastX();b.getLastY();b.setLastX(d);b.setLastY(g);return"<curve "}return""};return a}(c.mxgraph.io.vsdx.geometry.Row);h.SplineStart=f;f.__class="com.mxgraph.io.vsdx.geometry.SplineStart"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){var h=function(){function f(b,a){this.cellElements={};this.sections={};this.styleParents={};this.style=this.pm=this.Id=this.shape=null;this.shape=b;this.pm=a.getPropertiesManager();var d=b.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.ID);try{this.Id=null!=d&&0!==d.length?parseFloat(d):-1}catch(g){this.Id=-1}this.cacheCells(a);this.stylesheetRefs(a)}f.__static_initialize=function(){f.__static_initialized||(f.__static_initialized=!0,f.__static_initializer_0(), f.__static_initializer_1())};f.styleTypes_$LI$=function(){f.__static_initialize();null==f.styleTypes&&(f.styleTypes={});return f.styleTypes};f.__static_initializer_0=function(){f.styleTypes_$LI$()[c.mxgraph.io.vsdx.mxVsdxConstants.FILL]=c.mxgraph.io.vsdx.mxVsdxConstants.FILL_STYLE;f.styleTypes_$LI$()[c.mxgraph.io.vsdx.mxVsdxConstants.FILL_BKGND]=c.mxgraph.io.vsdx.mxVsdxConstants.FILL_STYLE;f.styleTypes_$LI$()[c.mxgraph.io.vsdx.mxVsdxConstants.FILL_BKGND_TRANS]=c.mxgraph.io.vsdx.mxVsdxConstants.FILL_STYLE; @@ -863,23 +865,23 @@ h.DOT=1;h.DASH=8;h.LONG_DASH=12;h.SHORT_DASH=4;h.XLONG_DASH=20;h.XSHORT_DASH=2;l (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a){var d=b.call(this)||this;d.hexVal=null;d.hexVal=a;d.color=c.mxgraph.io.vsdx.theme.Color.decodeColorHex(a);return d}__extends(a,b);return a}(c.mxgraph.io.vsdx.theme.OoxmlColor);h.SrgbClr=f;f.__class="com.mxgraph.io.vsdx.theme.SrgbClr"})(l.theme||(l.theme={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g){var d=b.call(this)||this;d.lastClr=null;d.val=a;var f=d.lastClr=g;if(null==f)switch(a){case "windowText":f="000000";break;case "window":f="FFFFFF";break;default:f="FFFFFF"}d.color=c.mxgraph.io.vsdx.theme.Color.decodeColorHex(f);return d}__extends(a,b);return a}(c.mxgraph.io.vsdx.theme.OoxmlColor);h.SysClr=f;f.__class="com.mxgraph.io.vsdx.theme.SysClr"})(l.theme||(l.theme={}))})(m.vsdx||(m.vsdx={}))})(m.io|| (m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,q){return b.call(this,a,g,c,f,h,l,q)||this}__extends(a,b);a.prototype.handle=function(a,g){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=g.getHeight()/c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),f=g.getWidth()/c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$();this.x*=f;this.y*=d;this.a*=f;this.b*=d}return b.prototype.handle.call(this, +(function(c){(function(m){(function(m){(function(l){(function(h){var f=function(b){function a(a,g,c,f,h,l,m){return b.call(this,a,g,c,f,h,l,m)||this}__extends(a,b);a.prototype.handle=function(a,g){if(null!=this.x&&null!=this.y&&null!=this.a&&null!=this.b&&null!=this.c&&null!=this.d){var d=g.getHeight()/c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(),f=g.getWidth()/c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$();this.x*=f;this.y*=d;this.a*=f;this.b*=d}return b.prototype.handle.call(this, a,g)};return a}(c.mxgraph.io.vsdx.geometry.EllipticalArcTo);h.RelEllipticalArcTo=f;f.__class="com.mxgraph.io.vsdx.geometry.RelEllipticalArcTo"})(l.geometry||(l.geometry={}))})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){(function(l){var h=function(f){function b(a,b){var d=this;d.text=null;d.fields=null;d.geom=null;d.imageData=null;d.theme=null;d.quickStyleVals=null;d=f.call(this,a,b)||this;d.paragraphs=null;d.styleMap={};d.width=0;d.height=0;d.rotation=0;d.lastX=0;d.lastY=0;d.lastMoveX=0;d.lastMoveY=0;d.lastKnot=-1;d.geomList=null;d.geomListProcessed=!1;d.themeVariant=0;d.cp="0";d.pp="0";d.tp="0";d.fld="0";d.width=d.getScreenNumericalValue$org_w3c_dom_Element$double(function(a, b){return a[b]?a[b]:null}(d.cellElements,c.mxgraph.io.vsdx.mxVsdxConstants.WIDTH),0);d.height=d.getScreenNumericalValue$org_w3c_dom_Element$double(function(a,b){return a[b]?a[b]:null}(d.cellElements,c.mxgraph.io.vsdx.mxVsdxConstants.HEIGHT),0);return d}__extends(b,f);b.UNICODE_LINE_SEP_$LI$=function(){null==b.UNICODE_LINE_SEP&&(b.ERROR_IMAGE="PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8IS0tIENyZWF0ZWQgd2l0aCBJbmtzY2FwZSAoaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvKSAtLT4NCjxzdmcNCiAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyINCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiDQogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiDQogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIg0KICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiDQogICB3aWR0aD0iMjUwIg0KICAgaGVpZ2h0PSIyNTAiDQogICBpZD0ic3ZnMzMxOSINCiAgIHNvZGlwb2RpOnZlcnNpb249IjAuMzIiDQogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjQ2Ig0KICAgdmVyc2lvbj0iMS4wIg0KICAgc29kaXBvZGk6ZG9jbmFtZT0ibm9waG90b19pLnN2ZyINCiAgIGlua3NjYXBlOm91dHB1dF9leHRlbnNpb249Im9yZy5pbmtzY2FwZS5vdXRwdXQuc3ZnLmlua3NjYXBlIj4NCiAgPGRlZnMNCiAgICAgaWQ9ImRlZnMzMzIxIj4NCiAgICA8aW5rc2NhcGU6cGVyc3BlY3RpdmUNCiAgICAgICBzb2RpcG9kaTp0eXBlPSJpbmtzY2FwZTpwZXJzcDNkIg0KICAgICAgIGlua3NjYXBlOnZwX3g9IjAgOiA1MjYuMTgxMDkgOiAxIg0KICAgICAgIGlua3NjYXBlOnZwX3k9IjAgOiAxMDAwIDogMCINCiAgICAgICBpbmtzY2FwZTp2cF96PSI3NDQuMDk0NDggOiA1MjYuMTgxMDkgOiAxIg0KICAgICAgIGlua3NjYXBlOnBlcnNwM2Qtb3JpZ2luPSIzNzIuMDQ3MjQgOiAzNTAuNzg3MzkgOiAxIg0KICAgICAgIGlkPSJwZXJzcGVjdGl2ZTMzMjciIC8+DQogICAgPGlua3NjYXBlOnBlcnNwZWN0aXZlDQogICAgICAgaWQ9InBlcnNwZWN0aXZlMzM0MiINCiAgICAgICBpbmtzY2FwZTpwZXJzcDNkLW9yaWdpbj0iMzcyLjA0NzI0IDogMzUwLjc4NzM5IDogMSINCiAgICAgICBpbmtzY2FwZTp2cF96PSI3NDQuMDk0NDggOiA1MjYuMTgxMDkgOiAxIg0KICAgICAgIGlua3NjYXBlOnZwX3k9IjAgOiAxMDAwIDogMCINCiAgICAgICBpbmtzY2FwZTp2cF94PSIwIDogNTI2LjE4MTA5IDogMSINCiAgICAgICBzb2RpcG9kaTp0eXBlPSJpbmtzY2FwZTpwZXJzcDNkIiAvPg0KICA8L2RlZnM+DQogIDxzb2RpcG9kaTpuYW1lZHZpZXcNCiAgICAgaWQ9ImJhc2UiDQogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiINCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiDQogICAgIGJvcmRlcm9wYWNpdHk9IjEuMCINCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCINCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiINCiAgICAgaW5rc2NhcGU6em9vbT0iMi4yNDI5NDI3Ig0KICAgICBpbmtzY2FwZTpjeD0iMTIxLjk3NjQ4Ig0KICAgICBpbmtzY2FwZTpjeT0iMTIyLjQ0MTk4Ig0KICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiDQogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSINCiAgICAgc2hvd2dyaWQ9ImZhbHNlIg0KICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE2NjQiDQogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9Ijg0NCINCiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii0zIg0KICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTE4IiAvPg0KICA8bWV0YWRhdGENCiAgICAgaWQ9Im1ldGFkYXRhMzMyNCI+DQogICAgPHJkZjpSREY+DQogICAgICA8Y2M6V29yaw0KICAgICAgICAgcmRmOmFib3V0PSIiPg0KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4NCiAgICAgICAgPGRjOnR5cGUNCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4NCiAgICAgICAgPGRjOnRpdGxlPkZvdG9ncmFmaWVydmVyYm90PC9kYzp0aXRsZT4NCiAgICAgICAgPGRjOmRhdGU+MjAwOC0wNi0yOTwvZGM6ZGF0ZT4NCiAgICAgICAgPGRjOmNyZWF0b3I+DQogICAgICAgICAgPGNjOkFnZW50Pg0KICAgICAgICAgICAgPGRjOnRpdGxlPlRvcnJzdGVuIFNrb21wPC9kYzp0aXRsZT4NCiAgICAgICAgICA8L2NjOkFnZW50Pg0KICAgICAgICA8L2RjOmNyZWF0b3I+DQogICAgICAgIDxkYzpyaWdodHM+DQogICAgICAgICAgPGNjOkFnZW50Pg0KICAgICAgICAgICAgPGRjOnRpdGxlPlRvcnN0ZW4gU2tvbXA8L2RjOnRpdGxlPg0KICAgICAgICAgIDwvY2M6QWdlbnQ+DQogICAgICAgIDwvZGM6cmlnaHRzPg0KICAgICAgICA8ZGM6cHVibGlzaGVyPg0KICAgICAgICAgIDxjYzpBZ2VudD4NCiAgICAgICAgICAgIDxkYzp0aXRsZT5Ub3JzdGVuIFNrb21wPC9kYzp0aXRsZT4NCiAgICAgICAgICA8L2NjOkFnZW50Pg0KICAgICAgICA8L2RjOnB1Ymxpc2hlcj4NCiAgICAgICAgPGRjOmxhbmd1YWdlPmRlX0RFPC9kYzpsYW5ndWFnZT4NCiAgICAgICAgPGRjOnN1YmplY3Q+DQogICAgICAgICAgPHJkZjpCYWc+DQogICAgICAgICAgICA8cmRmOmxpPlBpa3RvZ3JhbW07IEZvdG9ncmFmaWVydmVyYm90PC9yZGY6bGk+DQogICAgICAgICAgPC9yZGY6QmFnPg0KICAgICAgICA8L2RjOnN1YmplY3Q+DQogICAgICAgIDxkYzpkZXNjcmlwdGlvbj5Gb3RvZ3JhZmllcnZlcmJvdCBhbHMgUGlrdG9ncmFtbSA8L2RjOmRlc2NyaXB0aW9uPg0KICAgICAgICA8Y2M6bGljZW5zZQ0KICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL3B1YmxpY2RvbWFpbi8iIC8+DQogICAgICA8L2NjOldvcms+DQogICAgICA8Y2M6TGljZW5zZQ0KICAgICAgICAgcmRmOmFib3V0PSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9saWNlbnNlcy9wdWJsaWNkb21haW4vIj4NCiAgICAgICAgPGNjOnBlcm1pdHMNCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyNSZXByb2R1Y3Rpb24iIC8+DQogICAgICAgIDxjYzpwZXJtaXRzDQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjRGlzdHJpYnV0aW9uIiAvPg0KICAgICAgICA8Y2M6cGVybWl0cw0KICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zI0Rlcml2YXRpdmVXb3JrcyIgLz4NCiAgICAgIDwvY2M6TGljZW5zZT4NCiAgICA8L3JkZjpSREY+DQogIDwvbWV0YWRhdGE+DQogIDxnDQogICAgIGlua3NjYXBlOmxhYmVsPSJFYmVuZSAxIg0KICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIg0KICAgICBpZD0ibGF5ZXIxIj4NCiAgICA8cGF0aA0KICAgICAgIHN0eWxlPSJmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjEiDQogICAgICAgZD0iTSAxNjQuNTMxMjUgNjIuNjg3NSBDIDE2Mi43OTExNSA2Mi42ODc1MDEgMTYxLjM3NSA2NC4wNzI0MTYgMTYxLjM3NSA2NS44MTI1IEwgMTYxLjM3NSA2OC43NSBMIDM4LjM3NSA2OC43NSBDIDM1LjA5MjI5OCA2OC43NDk5OTkgMzIuNDY4NzUgNzEuMzczNTQ4IDMyLjQ2ODc1IDc0LjY1NjI1IEwgMzIuNDY4NzUgMTgxLjM3NSBDIDMyLjQ2ODc1IDE4NC42NTc3IDM1LjA5MjMwNyAxODcuMzEyNTEgMzguMzc1IDE4Ny4zMTI1IEwgMjExLjYyNSAxODcuMzEyNSBDIDIxNC45MDc2OSAxODcuMzEyNSAyMTcuNTMxMjcgMTg0LjY1NzcgMjE3LjUzMTI1IDE4MS4zNzUgTCAyMTcuNTMxMjUgNzQuNjU2MjUgQyAyMTcuNTMxMjUgNzEuMzczNTUxIDIxNC45MDc2OCA2OC43NSAyMTEuNjI1IDY4Ljc1IEwgMjAyLjA2MjUgNjguNzUgTCAyMDIuMDYyNSA2NS44MTI1IEMgMjAyLjA2MjUgNjQuMDcyNDEgMjAwLjY0NjM1IDYyLjY4NzUgMTk4LjkwNjI1IDYyLjY4NzUgTCAxNjQuNTMxMjUgNjIuNjg3NSB6IE0gNDYuODEyNSA3OCBMIDg4LjY1NjI1IDc4IEMgOTAuMzk2MzQyIDc4IDkxLjgxMjUgNzkuMzg0OTA3IDkxLjgxMjUgODEuMTI1IEwgOTEuODEyNSA5Ni4zMTI1IEMgOTEuODEyNSA5OC4wNTI1OTIgOTAuMzk2MzQzIDk5LjQzNzUgODguNjU2MjUgOTkuNDM3NSBMIDQ2LjgxMjUgOTkuNDM3NSBDIDQ1LjA3MjQwOCA5OS40Mzc1IDQzLjY4NzUgOTguMDUyNTkzIDQzLjY4NzUgOTYuMzEyNSBMIDQzLjY4NzUgODEuMTI1IEMgNDMuNjg3NSA3OS4zODQ5MDggNDUuMDcyNDA3IDc4IDQ2LjgxMjUgNzggeiBNIDE0NiA4OC4yMTg3NSBDIDE2Ny43MzQ3NSA4OC4yMTg3NTMgMTg1LjM3NSAxMDYuMTUwNzEgMTg1LjM3NSAxMjguMjUgQyAxODUuMzc0OTkgMTUwLjM0OTI4IDE2Ny43MzQ3NCAxNjguMjgxMjUgMTQ2IDE2OC4yODEyNSBDIDEyNC4yNjUyNyAxNjguMjgxMjYgMTA2LjYyNSAxNTAuMzQ5MjkgMTA2LjYyNSAxMjguMjUgQyAxMDYuNjI1IDEwNi4xNTA3MSAxMjQuMjY1MjYgODguMjE4NzUgMTQ2IDg4LjIxODc1IHogTSAxNDYgOTEuNzE4NzUgQyAxMjYuMTY1NTcgOTEuNzE4NzUgMTEwLjA2MjUgMTA4LjA4Mjg5IDExMC4wNjI1IDEyOC4yNSBDIDExMC4wNjI1IDE0OC40MTcxMSAxMjYuMTY1NTcgMTY0Ljc4MTI2IDE0NiAxNjQuNzgxMjUgQyAxNjUuODM0NDMgMTY0Ljc4MTI1IDE4MS45Mzc1IDE0OC40MTcxIDE4MS45Mzc1IDEyOC4yNSBDIDE4MS45Mzc1IDEwOC4wODI4OSAxNjUuODM0NDMgOTEuNzE4NzUgMTQ2IDkxLjcxODc1IHogTSAxNDYgOTYuNTkzNzUgQyAxNjMuMTc3NjggOTYuNTkzNzUyIDE3Ny4xMjUgMTEwLjc4NDIgMTc3LjEyNSAxMjguMjUgQyAxNzcuMTI0OTkgMTQ1LjcxNTggMTYzLjE3NzY5IDE1OS44NzUgMTQ2IDE1OS44NzUgQyAxMjguODIyMzEgMTU5Ljg3NSAxMTQuODc1IDE0NS43MTU4IDExNC44NzUgMTI4LjI1IEMgMTE0Ljg3NSAxMTAuNzg0MTkgMTI4LjgyMjMxIDk2LjU5Mzc1IDE0NiA5Ni41OTM3NSB6IE0gMTc2LjUgMTcyLjcxODc1IEwgMjA2LjE4NzUgMTcyLjcxODc1IEMgMjA3LjQyMTM4IDE3Mi43MTg3NSAyMDguNDA2MjUgMTczLjEyNzgzIDIwOC40MDYyNSAxNzMuNjI1IEwgMjA4LjQwNjI1IDE3Ny45Njg3NSBDIDIwOC40MDYyNSAxNzguNDY1OTIgMjA3LjQyMTM4IDE3OC44NDM3NSAyMDYuMTg3NSAxNzguODQzNzUgTCAxNzYuNSAxNzguODQzNzUgQyAxNzUuMjY2MTEgMTc4Ljg0Mzc1IDE3NC4yODEyNSAxNzguNDY1OTIgMTc0LjI4MTI1IDE3Ny45Njg3NSBMIDE3NC4yODEyNSAxNzMuNjI1IEMgMTc0LjI4MTI1IDE3My4xMjc4MyAxNzUuMjY2MTIgMTcyLjcxODc1IDE3Ni41IDE3Mi43MTg3NSB6ICINCiAgICAgICBpZD0icmVjdDMyMDkiIC8+DQogICAgPHBhdGgNCiAgICAgICBzdHlsZT0iZmlsbDojYzQyNjFkO2ZpbGwtb3BhY2l0eToxIg0KICAgICAgIGQ9Ik0gMjAgMCBDIDE4LjU1OTkzOCAwIDE3LjE2NDc0NyAwLjE1MDk4NjY2IDE1LjgxMjUgMC40Mzc1IEMgMTUuMjEwMjkxIDAuNTY1MTk1NzggMTQuNjExOTEzIDAuNzI2MjExMjYgMTQuMDMxMjUgMC45MDYyNSBDIDEzLjU1NDc3MyAxLjA1Mzk4NTIgMTMuMDg1MzQ5IDEuMjI0ODUzNiAxMi42MjUgMS40MDYyNSBDIDEyLjMyODc2NiAxLjUyMzA3MzkgMTIuMDM5MDMzIDEuNjUwOTE4MiAxMS43NSAxLjc4MTI1IEMgMTEuMzQ3Mjc4IDEuOTYyMzU5OCAxMC45NTA0MDYgMi4xMzc0MTY1IDEwLjU2MjUgMi4zNDM3NSBDIDEwLjUyMTU1NSAyLjM2NTU2ODggMTAuNDc4MjczIDIuMzg0MTU1NSAxMC40Mzc1IDIuNDA2MjUgQyAxMC40MTY5MzQgMi40MTczNzU0IDEwLjM5NTUyMiAyLjQyNjMwNDkgMTAuMzc1IDIuNDM3NSBDIDkuODMyNjg2MSAyLjczMzM0NDYgOS4zMjI2NDQ4IDMuMDYzMjQ1MiA4LjgxMjUgMy40MDYyNSBDIDguMjgzMTIyMSAzLjc2MjE4NjUgNy43NzI3NzI4IDQuMTU4OTIwOSA3LjI4MTI1IDQuNTYyNSBDIDcuMjc1MDU1IDQuNTY3NTg2NiA3LjI1NjE4ODggNC41NTc0MDYxIDcuMjUgNC41NjI1IEMgNy4yMzg1NDc5IDQuNTcxOTQzNCA3LjIzMDE4MDYgNC41ODQyODE2IDcuMjE4NzUgNC41OTM3NSBDIDcuMTA0NzM1MiA0LjY4ODAxNTkgNi45ODY4NTA3IDQuNzc4MjY4NyA2Ljg3NSA0Ljg3NSBDIDYuNTE1NzAyMSA1LjE4NjQyNjQgNi4xNzk3OTA5IDUuNTA3NzA5MSA1Ljg0Mzc1IDUuODQzNzUgQyA1LjQwNDQwMjUgNi4yODE4MDc4IDQuOTkwNzQ0OSA2Ljc0MTM1NTQgNC41OTM3NSA3LjIxODc1IEMgNC41NzkwMDg2IDcuMjM2NTQ2MiA0LjU3NzE4MDYgNy4yNjM0MDE1IDQuNTYyNSA3LjI4MTI1IEMgMy43Njc0ODk4IDguMjQzOTE4MSAzLjA0MjI3MjEgOS4yNzE4NzA1IDIuNDM3NSAxMC4zNzUgQyAyLjQyNjIyMzIgMTAuMzk1NjM1IDIuNDE3NDU2MSAxMC40MTY4MiAyLjQwNjI1IDEwLjQzNzUgQyAyLjEwODM5MDggMTAuOTg1MzQ4IDEuODQwMjIzMyAxMS41NDcyMTQgMS41OTM3NSAxMi4xMjUgQyAxLjU3NTU4NjUgMTIuMTY3NjY1IDEuNTQ5MTI1NSAxMi4yMDcxODIgMS41MzEyNSAxMi4yNSBDIDEuMjg3NzEzMSAxMi44MzI0MzMgMS4wOTQ2NzU0IDEzLjQyMTgyMiAwLjkwNjI1IDE0LjAzMTI1IEMgMC43Mjk2MzAxNCAxNC42MDI0OTUgMC41NjMwOTYzNCAxNS4xODg4MjggMC40Mzc1IDE1Ljc4MTI1IEMgMC4xNDY5MTQwNCAxNy4xNDI1NzggLTQuMzkwNjEzM2UtMTggMTguNTQ5NDY2IDAgMjAgTCAwIDIzMCBDIDAgMjQxLjA4IDguOTIgMjUwIDIwIDI1MCBMIDIzMCAyNTAgQyAyMzEuNDQwMDYgMjUwIDIzMi44MzUyNSAyNDkuODQ5MDEgMjM0LjE4NzUgMjQ5LjU2MjUgQyAyMzQuNzg5MDMgMjQ5LjQzNDk3IDIzNS4zODg2NiAyNDkuMjczODEgMjM1Ljk2ODc1IDI0OS4wOTM3NSBDIDIzNi40NDQ3NiAyNDguOTQ2IDIzNi45MTUwNSAyNDguNzc1MjYgMjM3LjM3NSAyNDguNTkzNzUgQyAyMzcuNjcxMjMgMjQ4LjQ3NjkzIDIzNy45NjA5NyAyNDguMzQ5MDggMjM4LjI1IDI0OC4yMTg3NSBDIDIzOC4yNzk4MSAyNDguMjA1MzEgMjM4LjMxNDAyIDI0OC4yMDEwOSAyMzguMzQzNzUgMjQ4LjE4NzUgQyAyMzguNzU4MzYgMjQ3Ljk5ODMgMjM5LjE2Mzc0IDI0Ny44MDk4MSAyMzkuNTYyNSAyNDcuNTkzNzUgQyAyMzkuNTgzMTggMjQ3LjU4MjU0IDIzOS42MDQzNiAyNDcuNTczNzggMjM5LjYyNSAyNDcuNTYyNSBDIDI0MC4xNjkyNSAyNDcuMjY1MTIgMjQwLjY3NTU4IDI0Ni45Mzg3MyAyNDEuMTg3NSAyNDYuNTkzNzUgQyAyNDEuNjY4NzggMjQ2LjI2OTQxIDI0Mi4xNDM1OSAyNDUuOTI2MzkgMjQyLjU5Mzc1IDI0NS41NjI1IEMgMjQyLjY0NDc0IDI0NS41MjEyOCAyNDIuNjk5NDMgMjQ1LjQ3OTIxIDI0Mi43NSAyNDUuNDM3NSBDIDI0Mi44NzY1MSAyNDUuMzMzMTggMjQzLjAwMTE1IDI0NS4yMzIzNSAyNDMuMTI1IDI0NS4xMjUgQyAyNDMuNDgyNjUgMjQ0LjgxNTM4IDI0My44MjE1NSAyNDQuNDkwMTkgMjQ0LjE1NjI1IDI0NC4xNTYyNSBDIDI0NC40OTIyOSAyNDMuODIwMjEgMjQ0LjgxMzU3IDI0My40ODQzIDI0NS4xMjUgMjQzLjEyNSBDIDI0NS4yMzE2NyAyNDMuMDAyMzQgMjQ1LjMzMzgxIDI0Mi44NzUyNyAyNDUuNDM3NSAyNDIuNzUgQyAyNDUuNDQyNzYgMjQyLjc0MzYyIDI0NS40MzIyNSAyNDIuNzI1MTMgMjQ1LjQzNzUgMjQyLjcxODc1IEMgMjQ1Ljg0MjQ5IDI0Mi4yMjgzIDI0Ni4yMzY0IDI0MS43MTU3NiAyNDYuNTkzNzUgMjQxLjE4NzUgQyAyNDYuOTM4MTIgMjQwLjY3ODQzIDI0Ny4yNjUzNiAyNDAuMTY2MjIgMjQ3LjU2MjUgMjM5LjYyNSBDIDI0Ny41NzM2MyAyMzkuNjA0NzIgMjQ3LjU4MjY4IDIzOS41ODI4MiAyNDcuNTkzNzUgMjM5LjU2MjUgQyAyNDcuODkxOTcgMjM5LjAxNDggMjQ4LjE1OTMxIDIzOC40NTIzOSAyNDguNDA2MjUgMjM3Ljg3NSBDIDI0OC40MTU1NCAyMzcuODUzMjggMjQ4LjQyODI5IDIzNy44MzQyNiAyNDguNDM3NSAyMzcuODEyNSBDIDI0OC40NDY0NCAyMzcuNzkxMjkgMjQ4LjQ1OTg4IDIzNy43NzEyNSAyNDguNDY4NzUgMjM3Ljc1IEMgMjQ4LjcwOTkyIDIzNy4xNzQ3NiAyNDguOTA2MjggMjM2LjU3MDA4IDI0OS4wOTM3NSAyMzUuOTY4NzUgQyAyNDkuMjczNzUgMjM1LjM5MTM3IDI0OS40MzQ2OCAyMzQuODE3NTQgMjQ5LjU2MjUgMjM0LjIxODc1IEMgMjQ5Ljg1MzA5IDIzMi44NTc0MiAyNTAgMjMxLjQ1MDUzIDI1MCAyMzAgTCAyNTAgMjAgQyAyNTAgOC45MiAyNDEuMDggLTMuMzUzNzk4N2UtMTcgMjMwIDAgTCAyMCAwIHogTSAzNC43ODEyNSAxOS40MDYyNSBMIDIyNS40Njg3NSAxOS40MDYyNSBDIDIyOC4zMDk0NiAxOS40MDYyNSAyMzAuNTkzNzUgMjEuNjkwNTQ0IDIzMC41OTM3NSAyNC41MzEyNSBMIDIzMC41OTM3NSAyMTUuMjUgTCAzNC43ODEyNSAxOS40MDYyNSB6IE0gMTkuNDA2MjUgMzQuNzUgTCAyMTUuMjE4NzUgMjMwLjU5Mzc1IEwgMjQuNTMxMjUgMjMwLjU5Mzc1IEMgMjEuNjkwNTQ0IDIzMC41OTM3NiAxOS40MDYyNSAyMjguMzA5NDYgMTkuNDA2MjUgMjI1LjQ2ODc1IEwgMTkuNDA2MjUgMzQuNzUgeiAiDQogICAgICAgaWQ9InBhdGgzMTk2IiAvPg0KICA8L2c+DQo8L3N2Zz4NCg==", b.UNICODE_LINE_SEP=String.fromCharCode(8232));return b.UNICODE_LINE_SEP};b.prototype.setThemeAndVariant=function(a,b){this.theme=a;this.themeVariant=b};b.prototype.getTheme=function(){null!=this.theme&&this.theme.setVariant(this.themeVariant);return this.theme};b.prototype.getQuickStyleVals=function(){return this.quickStyleVals};b.prototype.processGeomList=function(a){if(!this.geomListProcessed){this.geomList=new c.mxgraph.io.vsdx.mxVsdxGeometryList(a);if(null!=this.geom)for(a=0;a<this.geom.length;a++)this.geomList.addGeometry(this.geom[a]); this.geomListProcessed=!0}};b.prototype.parseShapeElem=function(a,d){f.prototype.parseShapeElem.call(this,a,d);var g=a.nodeName;if(function(a,b){return a&&a.equals?a.equals(b):a===b}(g,"ForeignData")){var p=a.ownerDocument.vsdxFileName,h=a.getAttribute("ForeignType"),g=a.getAttribute("CompressionType")||"";if(function(a,b){return a&&a.equals?a.equals(b):a===b}(h,"Bitmap"))g=g.toLowerCase();else if(function(a,b){return a&&a.equals?a.equals(b):a===b}(h,"MetaFile"))g="x-wmf";else if(function(a,b){return a&& -a.equals?a.equals(b):a===b}(h,"Enhanced Metafile")||function(a,b){return a&&a.equals?a.equals(b):a===b}(h,"EnhMetaFile"))g="x-emf";else return;h=a.firstChild;if(null!=h){if(null!=h&&1==h.nodeType){var l=h;if(function(a,b){return a&&a.equals?a.equals(b):a===b}(l.nodeName.toLowerCase(),"rel")&&(l=l.getAttribute("r:id"),null!=l&&0!==l.length)){var h=p.lastIndexOf("/"),m="",q="";try{m=p.substring(0,h),q=p.substring(h,p.length)}catch(z){return}h=d.getRelationship(l,m+"/_rels"+q+".rels");if(null!=h){p= -h.getAttribute("Target")||"";l=h.getAttribute("Type");h=p.lastIndexOf("/");try{p=p.substring(h+1,p.length)}catch(z){return}null!=l&&function(a,b){var d=a.length-b.length,c=a.indexOf(b,d);return-1!==c&&c===d}(l,"image")&&(this.imageData={},(h=d.getMedia(c.mxgraph.io.mxVsdxCodec.vsdxPlaceholder+"/media/"+p))?(this.imageData.iData=h,function(a,b){var d=a.length-b.length,c=a.indexOf(b,d);return-1!==c&&c===d}(p.toLowerCase(),".bmp")?g="jpg":function(a,b){var d=a.length-b.length,c=a.indexOf(b,d);return-1!== +a.equals?a.equals(b):a===b}(h,"Enhanced Metafile")||function(a,b){return a&&a.equals?a.equals(b):a===b}(h,"EnhMetaFile"))g="x-emf";else return;h=a.firstChild;if(null!=h){if(null!=h&&1==h.nodeType){var l=h;if(function(a,b){return a&&a.equals?a.equals(b):a===b}(l.nodeName.toLowerCase(),"rel")&&(l=l.getAttribute("r:id"),null!=l&&0!==l.length)){var h=p.lastIndexOf("/"),m="",t="";try{m=p.substring(0,h),t=p.substring(h,p.length)}catch(A){return}h=d.getRelationship(l,m+"/_rels"+t+".rels");if(null!=h){p= +h.getAttribute("Target")||"";l=h.getAttribute("Type");h=p.lastIndexOf("/");try{p=p.substring(h+1,p.length)}catch(A){return}null!=l&&function(a,b){var d=a.length-b.length,c=a.indexOf(b,d);return-1!==c&&c===d}(l,"image")&&(this.imageData={},(h=d.getMedia(c.mxgraph.io.mxVsdxCodec.vsdxPlaceholder+"/media/"+p))?(this.imageData.iData=h,function(a,b){var d=a.length-b.length,c=a.indexOf(b,d);return-1!==c&&c===d}(p.toLowerCase(),".bmp")?g="jpg":function(a,b){var d=a.length-b.length,c=a.indexOf(b,d);return-1!== c&&c===d}(p.toLowerCase(),".emf")&&(g=function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(h,"iVBORw0K")?"png":function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(h,"/9j/")?"jpg":g),this.imageData.iType=g):(this.imageData.iData=b.ERROR_IMAGE,this.imageData.iType="svg+xml"))}return}}h=h.nextSibling}}else(function(a,b){return a&&a.equals?a.equals(b):a===b})(g,c.mxgraph.io.vsdx.mxVsdxConstants.TEXT)&&(this.text=a)};b.prototype.parseSection=function(a){var d=a.getAttribute("N"); if(function(a,b){return a&&a.equals?a.equals(b):a===b}(d,"Geometry"))null==this.geom&&(this.geom=[]),0<this.geom.push(a);else if(function(a,b){return a&&a.equals?a.equals(b):a===b}(d,"Field")){a=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(a,"Row");for(var g=0;g<a.length;g++){var d=a[g],p=d.getAttribute("IX")||"";if(0!==p.length)if(null==this.fields&&(this.fields={}),function(a,b){return a&&a.equals?a.equals(b):a===b}("1",d.getAttribute("Del")))this.fields[p]="";else{for(var h=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(d, -"Cell"),l="",m="",q=0;q<h.length;q++){var z=h[q],d=z.getAttribute("N"),z=z.getAttribute("V");switch(d){case "Value":l=z;break;case "Format":m=z}}if(0!==l.length){try{(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b})(m,"{{")&&(l=(new Date(b.VSDX_START_TIME+Math.floor(864E5*parseFloat(l)))).toString())}catch(aa){}this.fields[p]=l}}}}else f.prototype.parseSection.call(this,a)};b.prototype.parseGeom=function(){return this.hasGeomList()?this.geomList.getShapeXML(this):""};b.prototype.getText= +"Cell"),l="",m="",t=0;t<h.length;t++){var w=h[t],d=w.getAttribute("N"),w=w.getAttribute("V");switch(d){case "Value":l=w;break;case "Format":m=w}}if(0!==l.length){try{(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b})(m,"{{")&&(l=(new Date(b.VSDX_START_TIME+Math.floor(864E5*parseFloat(l)))).toString())}catch(Y){}this.fields[p]=l}}}}else f.prototype.parseSection.call(this,a)};b.prototype.parseGeom=function(){return this.hasGeomList()?this.geomList.getShapeXML(this):""};b.prototype.getText= function(){return null!=this.text?this.text.textContent:null};b.prototype.getTextChildren=function(){return null!=this.text?this.text.childNodes:null};b.prototype.getWidth=function(){return 0===this.width&&0<this.height?1:this.width};b.prototype.getHeight=function(){return 0===this.height&&0<this.width?1:this.height};b.prototype.getRotation=function(){return this.rotation};b.prototype.getStyleMap=function(){return this.styleMap};b.prototype.hasGeom=function(){return!(null==this.geom||0==this.geom.length)}; b.prototype.hasGeomList=function(){return null!=this.geomList&&this.geomList.hasGeom()};b.prototype.textToList=function(a,b){if(!function(a,b){return a&&a.equals?a.equals(b):a===b}(b,"")){var d=this.getBullet(b);if(!function(a,b){return a&&a.equals?a.equals(b):a===b}(d,"0")){var f=a.split("\n");f[f.length-1]||f.pop();for(var h="",l=0;l<f.length;l++)h+=c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(f[l],"li");h=c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(h,"ul");f={};(function(a,b){return a&&a.equals? a.equals(b):a===b})(d,"4")?f["list-style-type"]="square":f["list-style-type"]="disc";return h=this.insertAttributes(h,f)}}return a};b.prototype.getTextParagraphFormated=function(a){var b="",c={};c.align=this.getHorizontalAlign(this.pp,!0);c["margin-left"]=this.getIndentLeft(this.pp);c["margin-right"]=this.getIndentRight(this.pp);c["margin-top"]=this.getSpBefore(this.pp)+"px";c["margin-bottom"]=this.getSpAfter(this.pp)+"px";c["text-indent"]=this.getIndentFirst(this.pp);c.valign=this.getAlignVertical(); -c.direction=this.getTextDirection(this.pp);return b+=this.insertAttributes(a,c)};b.prototype.getTextCharFormated=function(a){var b="color:"+this.getTextColor(this.cp)+";",g="font-size:"+parseFloat(this.getTextSize(this.cp))+"px;",f="font-family:"+this.getTextFont(this.cp)+";",h="direction:"+this.getRtlText(this.cp)+";",l="letter-spacing:"+parseFloat(this.getLetterSpace(this.cp))/.71+"px;",m="line-height:"+this.getSpcLine(this.pp),q=";opacity:"+this.getTextOpacity(this.cp),z=this.getTextPos(this.cp), -w=this.getTextCase(this.cp);(function(a,b){return a&&a.equals?a.equals(b):a===b})(w,"1")?a=a.toUpperCase():function(a,b){return a&&a.equals?a.equals(b):a===b}(w,"2")&&(a=c.mxgraph.io.vsdx.mxVsdxUtils.toInitialCapital(a));(function(a,b){return a&&a.equals?a.equals(b):a===b})(z,"1")?a=c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"sup"):function(a,b){return a&&a.equals?a.equals(b):a===b}(z,"2")&&(a=c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"sub"));a=this.isBold(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a, -"b"):a;a=this.isItalic(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"i"):a;a=this.isUnderline(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"u"):a;a=this.getTextStrike(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"s"):a;a=this.isSmallCaps(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.toSmallCaps(a,this.getTextSize(this.cp)):a;return""+('<font style="'+g+f+b+h+l+m+q+'">'+a+"</font>")};b.prototype.getTextDirection=function(a){a=this.getFlags(a);(function(a,b){return a&&a.equals? +c.direction=this.getTextDirection(this.pp);return b+=this.insertAttributes(a,c)};b.prototype.getTextCharFormated=function(a){var b="color:"+this.getTextColor(this.cp)+";",g="font-size:"+parseFloat(this.getTextSize(this.cp))+"px;",f="font-family:"+this.getTextFont(this.cp)+";",h="direction:"+this.getRtlText(this.cp)+";",l="letter-spacing:"+parseFloat(this.getLetterSpace(this.cp))/.71+"px;",m="line-height:"+this.getSpcLine(this.pp),t=";opacity:"+this.getTextOpacity(this.cp),w=this.getTextPos(this.cp), +Y=this.getTextCase(this.cp);(function(a,b){return a&&a.equals?a.equals(b):a===b})(Y,"1")?a=a.toUpperCase():function(a,b){return a&&a.equals?a.equals(b):a===b}(Y,"2")&&(a=c.mxgraph.io.vsdx.mxVsdxUtils.toInitialCapital(a));(function(a,b){return a&&a.equals?a.equals(b):a===b})(w,"1")?a=c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"sup"):function(a,b){return a&&a.equals?a.equals(b):a===b}(w,"2")&&(a=c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"sub"));a=this.isBold(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a, +"b"):a;a=this.isItalic(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"i"):a;a=this.isUnderline(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"u"):a;a=this.getTextStrike(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.surroundByTags(a,"s"):a;a=this.isSmallCaps(this.cp)?c.mxgraph.io.vsdx.mxVsdxUtils.toSmallCaps(a,this.getTextSize(this.cp)):a;return""+('<font style="'+g+f+b+h+l+m+t+'">'+a+"</font>")};b.prototype.getTextDirection=function(a){a=this.getFlags(a);(function(a,b){return a&&a.equals? a.equals(b):a===b})(a,"0")?a="ltr":function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"1")&&(a="rtl");return a};b.prototype.getSpcLine=function(a){var b=!1;a=this.getSpLine(a);0<a?a*=c.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$():(a=0===a?100:100*Math.abs(a),b=!0);return(new String(a)).toString()+(b?"%":"px")};b.prototype.getSpcBefore=function(a){return this.getSpBefore(a)};b.prototype.insertAttributes=function(a,b){if(-1!=a.indexOf(">")){var d=a.indexOf(">"),f=a.substring(d),d=a.substring(0, d),h=' style="'+c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(b,":")+'"';return d+h+f}return a};b.prototype.getRtlText=function(a){a=this.getCellElement$java_lang_String$java_lang_String$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.RTL_TEXT,a,c.mxgraph.io.vsdx.mxVsdxConstants.PARAGRAPH);a=this.getValue(a,"ltr");(function(a,b){return a&&a.equals?a.equals(b):a===b})(a,"0")?a="ltr":function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"1")&&(a="rtl");return a};b.prototype.isBold=function(a){var b= !1;a=this.getTextStyle(a);(function(a,b){return a&&a.equals?a.equals(b):a===b})(a,"")||function(a,b){return a&&a.equals?a.equals(b):a===b}(a.toLowerCase(),"themed")||(b=1===(parseInt(a)&1));return b};b.prototype.isItalic=function(a){var b=!1;a=this.getTextStyle(a);(function(a,b){return a&&a.equals?a.equals(b):a===b})(a,"")||function(a,b){return a&&a.equals?a.equals(b):a===b}(a.toLowerCase(),"themed")||(b=2===(parseInt(a)&2));return b};b.prototype.isUnderline=function(a){var b=!1;a=this.getTextStyle(a); @@ -887,7 +889,7 @@ d),h=' style="'+c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(b,":")+'"';return d a,c.mxgraph.io.vsdx.mxVsdxConstants.CHARACTER);a=this.getValue(a,"0");var b="1";null!=a&&0!==a.length&&(a=1-parseFloat(a),b=(new String(a)).toString());return b};b.prototype.getTextSize=function(a){a=this.getCellElement$java_lang_String$java_lang_String$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.SIZE,a,c.mxgraph.io.vsdx.mxVsdxConstants.CHARACTER);a=this.getScreenNumericalValue$org_w3c_dom_Element$double(a,12);return""+Math.floor(Math.round(100*a)/100)};b.prototype.getAlignVertical=function(){var a= mxConstants.ALIGN_MIDDLE,b=parseInt(this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.VERTICAL_ALIGN),"1"));0===b?a=mxConstants.ALIGN_TOP:2===b&&(a=mxConstants.ALIGN_BOTTOM);return a};b.prototype.getGeomList=function(){return this.geomList};b.prototype.getLastX=function(){return this.lastX};b.prototype.getLastY=function(){return this.lastY};b.prototype.getLastMoveX=function(){return this.lastMoveX};b.prototype.getLastMoveY=function(){return this.lastMoveY};b.prototype.getLastKnot= function(){return this.lastKnot};b.prototype.setLastX=function(a){this.lastX=a};b.prototype.setLastY=function(a){this.lastY=a};b.prototype.setLastMoveX=function(a){this.lastMoveX=a};b.prototype.setLastMoveY=function(a){this.lastMoveY=a};b.prototype.setLastKnot=function(a){this.lastKnot=a};return b}(c.mxgraph.io.vsdx.Style);h.VSDX_START_TIME=-22091688E5;l.Shape=h;h.__class="com.mxgraph.io.vsdx.Shape"})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); -(function(c){(function(m){(function(m){(function(l){var h=function(f){function b(a,b,g,p,h,l){var d=this;d.masterShape=null;d.master=null;d.parentHeight=0;d=f.call(this,b,l)||this;d.htmlLabels=!0;d.rootShape=d;d.shapeName=null;d.shapeIndex=0;d.vertex=!0;d.childShapes={};var q=d.getMasterId(),m=d.getShapeMasterId();d.master=null!=q?p[q]?p[q]:null:h;null!=d.master&&(d.masterShape=null==q&&null!=m?d.master.getSubShape(m):d.master.getMasterShape());p=d.getNameU();h=p.lastIndexOf(".");-1!==h&&(p=p.substring(0, +(function(c){(function(m){(function(m){(function(l){var h=function(f){function b(a,b,g,p,h,l){var d=this;d.masterShape=null;d.master=null;d.parentHeight=0;d=f.call(this,b,l)||this;d.htmlLabels=!0;d.rootShape=d;d.shapeName=null;d.shapeIndex=0;d.vertex=!0;d.childShapes={};var m=d.getMasterId(),E=d.getShapeMasterId();d.master=null!=m?p[m]?p[m]:null:h;null!=d.master&&(d.masterShape=null==m&&null!=E?d.master.getSubShape(E):d.master.getMasterShape());p=d.getNameU();h=p.lastIndexOf(".");-1!==h&&(p=p.substring(0, h));d.shapeName=p;b=b.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.SHAPES);null!=b&&0<b.length&&(b=b.item(0),d.childShapes=a.parseShapes(b,d.master,!1));b=d.calcRotation();d.rotation=100*b/100;d.rotation%=360;b=a.getCellIntValue("ThemeIndex",-100);-100===b&&(b=parseInt(d.getValue(d.getCellElement$java_lang_String("ThemeIndex"),"0")));l=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key=== b)return a.entries[d].value;return null}(l.getThemes(),b);a=a.getCellIntValue("VariationColorIndex",0);d.setThemeAndVariant(l,a);b=function(a){null==a.entries&&(a.entries=[]);return a.entries}(d.childShapes);for(p=0;p<b.length;p++)h=b[p].getValue(),h.setRootShape(d),null==h.theme&&h.setThemeAndVariant(l,a);d.quickStyleVals=new c.mxgraph.io.vsdx.theme.QuickStyleVals(parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleEffectsMatrix"),"0")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleFillColor"), "1")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleFillMatrix"),"0")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleFontColor"),"1")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleFontMatrix"),"0")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleLineColor"),"1")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleLineMatrix"),"0")),parseInt(d.getValue(d.getCellElement$java_lang_String("QuickStyleShadowColor"), @@ -927,8 +929,8 @@ getValue:function(){return this.value}})})(b.arrowTypes_$LI$(),42,mxConstants.AR a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b){a.entries[d].value=c;return}a.entries.push({key:b,value:c,getKey:function(){return this.key},getValue:function(){return this.value}})})(b.arrowTypes_$LI$(),44,mxConstants.ARROW_OPEN);(function(a,b,c){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b){a.entries[d].value=c;return}a.entries.push({key:b, value:c,getKey:function(){return this.key},getValue:function(){return this.value}})})(b.arrowTypes_$LI$(),45,mxConstants.ARROW_OPEN)};b.__com_mxgraph_io_vsdx_VsdxShape_LOGGER_$LI$=function(){b.__static_initialize();null==b.__com_mxgraph_io_vsdx_VsdxShape_LOGGER&&(b.__com_mxgraph_io_vsdx_VsdxShape_LOGGER={});return b.__com_mxgraph_io_vsdx_VsdxShape_LOGGER};b.prototype.getShapeNode=function(a){var b;b=this.cellElements;b=b[a]?b[a]:null;return null==b&&null!=this.masterShape?this.masterShape.getCellElement$java_lang_String(a): b};b.prototype.getTextLabel=function(){var a;a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.HIDE_TEXT),"0");a="1".equals?"1".equals(a):"1"===a;if(a)return null;a=this.getTextChildren();null==a&&null!=this.masterShape&&(a=this.masterShape.getTextChildren());if(this.htmlLabels){if(null!=a)return this.styleMap[mxConstants.STYLE_VERTICAL_ALIGN]=this.getAlignVertical(),this.styleMap[mxConstants.STYLE_ALIGN]=this.getHorizontalAlign("0",!1),this.getHtmlTextContent(a)}else return a= -this.getText(),null==a&&null!=this.masterShape?this.masterShape.getText():a;return null};b.prototype.getIndex=function(a){a=a.getAttribute("IX")||"";return 0===a.length?"0":a};b.prototype.initLabels=function(a){this.paragraphs={};for(var b=null,f=null,h=null,l=0;l<a.length;l++){var m;m=a.item(l);switch(m.nodeName){case "cp":b=this.getIndex(m);break;case "tp":this.getIndex(m);break;case "pp":f=this.getIndex(m);break;case "fld":h=this.getIndex(m);break;case "#text":m=m.textContent;var y;y=this.paragraphs; -y=y[f]?y[f]:null;null==y?(y=new c.mxgraph.io.vsdx.Paragraph(m,b,f,h),this.paragraphs[f]=y):y.addText(m,b,h)}}};b.prototype.createHybridLabel=function(a){var b=function(a,b){return a[b]?a[b]:null}(this.paragraphs,a);this.styleMap[mxConstants.STYLE_ALIGN]=this.getHorizontalAlign(a,!1);this.styleMap[mxConstants.STYLE_SPACING_LEFT]=this.getIndentLeft(a);this.styleMap[mxConstants.STYLE_SPACING_RIGHT]=this.getIndentRight(a);this.styleMap[mxConstants.STYLE_SPACING_TOP]=this.getSpBefore(a);this.styleMap[mxConstants.STYLE_SPACING_BOTTOM]= +this.getText(),null==a&&null!=this.masterShape?this.masterShape.getText():a;return null};b.prototype.getIndex=function(a){a=a.getAttribute("IX")||"";return 0===a.length?"0":a};b.prototype.initLabels=function(a){this.paragraphs={};for(var b=null,g=null,f=null,h=0;h<a.length;h++){var l;l=a.item(h);switch(l.nodeName){case "cp":b=this.getIndex(l);break;case "tp":this.getIndex(l);break;case "pp":g=this.getIndex(l);break;case "fld":f=this.getIndex(l);break;case "#text":l=l.textContent;var m;m=this.paragraphs; +m=m[g]?m[g]:null;null==m?(m=new c.mxgraph.io.vsdx.Paragraph(l,b,g,f),this.paragraphs[g]=m):m.addText(l,b,f)}}};b.prototype.createHybridLabel=function(a){var b=function(a,b){return a[b]?a[b]:null}(this.paragraphs,a);this.styleMap[mxConstants.STYLE_ALIGN]=this.getHorizontalAlign(a,!1);this.styleMap[mxConstants.STYLE_SPACING_LEFT]=this.getIndentLeft(a);this.styleMap[mxConstants.STYLE_SPACING_RIGHT]=this.getIndentRight(a);this.styleMap[mxConstants.STYLE_SPACING_TOP]=this.getSpBefore(a);this.styleMap[mxConstants.STYLE_SPACING_BOTTOM]= this.getSpAfter(a);this.styleMap[mxConstants.STYLE_VERTICAL_ALIGN]=this.getAlignVertical();this.styleMap.fontColor=this.getTextColor(a);this.styleMap.fontSize=this.getTextSize(a);this.styleMap.fontFamily=this.getTextFont(a);var c=this.isBold(a)?mxConstants.FONT_BOLD:0,c=c|(this.isItalic(a)?mxConstants.FONT_ITALIC:0),c=c|(this.isUnderline(a)?mxConstants.FONT_UNDERLINE:0);this.styleMap.fontStyle=(new String(c)).toString();a=b.numValues();for(var c=null,f=0;f<a;f++){var h=b.getValue(f);if(0===h.length&& null!=this.fields){var l=b.getField(f);null!=l&&(h=function(a,b){return a[b]?a[b]:null}(this.fields,l),null==h&&null!=this.masterShape&&null!=this.masterShape.fields&&(h=function(a,b){return a[b]?a[b]:null}(this.masterShape.fields,l)))}null!=h&&(c=null==c?h:c+h)}return c};b.prototype.getHtmlTextContent=function(a){var b="",f=!0;if(null!=a&&0<a.length)for(var h=0;h<a.length;h++){var l=a.item(h);(function(a,b){return a&&a.equals?a.equals(b):a===b})(l.nodeName,"cp")?this.cp=this.getIndex(l):function(a, b){return a&&a.equals?a.equals(b):a===b}(l.nodeName,"tp")?this.tp=this.getIndex(l):function(a,b){return a&&a.equals?a.equals(b):a===b}(l.nodeName,"pp")?(this.pp=this.getIndex(l),f?f=!1:b+="</p>",b+=this.getTextParagraphFormated("<p>")):function(a,b){return a&&a.equals?a.equals(b):a===b}(l.nodeName,"fld")?(this.fld=this.getIndex(l),l=null,null!=this.fields&&(l=function(a,b){return a[b]?a[b]:null}(this.fields,this.fld)),null==l&&null!=this.masterShape&&null!=this.masterShape.fields&&(l=function(a,b){return a[b]? @@ -936,7 +938,7 @@ a[b]:null}(this.masterShape.fields,this.fld)),null!=l&&(b+=this.processLblTxt(l) "<br/>");return this.getTextCharFormated(a)};b.prototype.isConnectorBigNameU=function(a){return function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"60 degree single")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"45 degree single")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"45 degree double")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"60 degree double")||function(a,b,c){void 0===c&&(c=0);return a.substr(c, b.length)===b}(a,"45 degree tail")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"60 degree tail")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"45 degree tail")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"60 degree tail")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"Flexi-arrow 2")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"Flexi-arrow 1")||function(a,b,c){void 0=== c&&(c=0);return a.substr(c,b.length)===b}(a,"Flexi-arrow 3")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"Double flexi-arrow")||function(a,b,c){void 0===c&&(c=0);return a.substr(c,b.length)===b}(a,"Fancy arrow")};b.prototype.isVertex=function(){return this.vertex};b.prototype.getOriginPoint=function(a,b){var d=this.getPinX(),f=this.getPinY(),h=this.getLocPinY(),l=this.getLocPinX(),m=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.WIDTH), -0),q=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.HEIGHT),0),d=d-l,f=a-(f+(q-h));return!b||h===q/2&&l===m/2||0===this.rotation?new mxPoint(d,f):(l=m/2-l,h-=q/2,q=Math.cos((360-this.rotation)*Math.PI/180),m=Math.sin((360-this.rotation)*Math.PI/180),new mxPoint(d+l-(l*q-h*m),l*m+h*q+f-h))};b.prototype.getDimensions=function(){var a=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.WIDTH), +0),t=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.HEIGHT),0),d=d-l,f=a-(f+(t-h));return!b||h===t/2&&l===m/2||0===this.rotation?new mxPoint(d,f):(l=m/2-l,h-=t/2,t=Math.cos((360-this.rotation)*Math.PI/180),m=Math.sin((360-this.rotation)*Math.PI/180),new mxPoint(d+l-(l*t-h*m),l*m+h*t+f-h))};b.prototype.getDimensions=function(){var a=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.WIDTH), 0),b=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.HEIGHT),0);return new mxPoint(0===a&&0<b?1:a,0===b&&0<a?1:b)};b.prototype.getPinX=function(){return this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.PIN_X),0)};b.prototype.getPinY=function(){return this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.PIN_Y),0)};b.prototype.getLocPinX= function(){return this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.LOC_PIN_X),0)};b.prototype.getLocPinY=function(){return this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.LOC_PIN_Y),0)};b.prototype.getOpacity=function(a){this.isGroup();a=this.getValueAsDouble(this.getCellElement$java_lang_String(a),0);a=Math.max(100-100*a,0);return a=Math.min(a,100)};b.prototype.getGradient=function(){if(function(a, b){return a&&a.equals?a.equals(b):a===b}("1",this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.FILL_GRADIENT_ENABLED),"0"))){var a=function(a,b){return a[b]?a[b]:null}(this.sections,"FillGradient");if(null!=a){var b=c.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(a.elem,"Row"),a=this.getColor(a.getIndexedCell(b[b.length-1].getAttribute("IX"),"GradientStopColor"));if(null!=a&&0!==a.length)return a}}a="";b=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.FILL_PATTERN), @@ -951,20 +953,20 @@ c.mxgraph.io.vsdx.mxVsdxConstants.TRUE);b=Math.round(this.getTopSpacing())|0;0!= a);a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.FLIP_X),"0");b=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.FLIP_Y),"0");(function(a,b){return a&&a.equals?a.equals(b):a===b})("1",a)&&(this.styleMap[mxConstants.STYLE_FLIPH]="1");(function(a,b){return a&&a.equals?a.equals(b):a===b})("1",b)&&(this.styleMap[mxConstants.STYLE_FLIPV]="1");this.resolveCommonStyles();return this.styleMap};b.prototype.getDashPattern=function(){var a= null,b=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.LINE_PATTERN),"0");(b&&b.equals?b.equals("Themed"):"Themed"===b)?(b=this.getTheme(),null!=b&&(a=this.isVertex()?b.getLineDashPattern$com_mxgraph_io_vsdx_theme_QuickStyleVals(this.getQuickStyleVals()):b.getConnLineDashPattern(this.getQuickStyleVals()))):a=l.Style.getLineDashPattern(parseInt(b));if(null!=a&&0!=a.length){for(var b="",f=0;f<a.length;f++)b=b.concat(a[f].toFixed(2)+" ");return b.trim()}return null}; b.prototype.isDashed=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.LINE_PATTERN),"0");if(function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"Themed")){if(a=this.getTheme(),null!=a)return this.isVertex()?a.isLineDashed$com_mxgraph_io_vsdx_theme_QuickStyleVals(this.getQuickStyleVals()):a.isConnLineDashed(this.getQuickStyleVals())}else if(!function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"0")&&!function(a,b){return a&&a.equals?a.equals(b): -a===b}(a,"1"))return!0;return!1};b.prototype.getLineWidth=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.LINE_WEIGHT),"1"),b=1;try{var f;f=a&&a.equals?a.equals("Themed"):"Themed"===a;if(f){var h=this.getTheme();null!=h&&(b=(this.isVertex()?h.getLineWidth$com_mxgraph_io_vsdx_theme_QuickStyleVals(this.getQuickStyleVals()):h.getConnLineWidth(this.getQuickStyleVals()))/1E4)}else b=parseFloat(a),b=this.getScreenNumericalValue$double(b)}catch(D){}1> -b&&(b*=2);return b};b.prototype.getStartArrowSize=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.BEGIN_ARROW_SIZE),"4");try{var d=4,f;f=a&&a.equals?a.equals("Themed"):"Themed"===a;if(f){var h=this.getTheme();null!=h&&(d=this.isVertex()?h.getStartSize(this.getQuickStyleVals()):h.getConnStartSize(this.getQuickStyleVals()))}else d=parseFloat(a);return b.arrowSizes_$LI$()[d]}catch(D){}return 4};b.prototype.getFinalArrowSize=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.END_ARROW_SIZE), -"4");try{var d=4,f;f=a&&a.equals?a.equals("Themed"):"Themed"===a;if(f){var h=this.getTheme();null!=h&&(d=this.isVertex()?h.getEndSize(this.getQuickStyleVals()):h.getConnEndSize(this.getQuickStyleVals()))}else d=parseFloat(a);return b.arrowSizes_$LI$()[d]}catch(D){}return 4};b.prototype.isRounded=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.ROUNDING),"0"),b;b=a;b="Themed".equals?"Themed".equals(b):"Themed"===b;b&&(a="0");return 0<parseFloat(a)}; +a===b}(a,"1"))return!0;return!1};b.prototype.getLineWidth=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.LINE_WEIGHT),"1"),b=1;try{var f;f=a&&a.equals?a.equals("Themed"):"Themed"===a;if(f){var h=this.getTheme();null!=h&&(b=(this.isVertex()?h.getLineWidth$com_mxgraph_io_vsdx_theme_QuickStyleVals(this.getQuickStyleVals()):h.getConnLineWidth(this.getQuickStyleVals()))/1E4)}else b=parseFloat(a),b=this.getScreenNumericalValue$double(b)}catch(E){}1> +b&&(b*=2);return b};b.prototype.getStartArrowSize=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.BEGIN_ARROW_SIZE),"4");try{var d=4,f;f=a&&a.equals?a.equals("Themed"):"Themed"===a;if(f){var h=this.getTheme();null!=h&&(d=this.isVertex()?h.getStartSize(this.getQuickStyleVals()):h.getConnStartSize(this.getQuickStyleVals()))}else d=parseFloat(a);return b.arrowSizes_$LI$()[d]}catch(E){}return 4};b.prototype.getFinalArrowSize=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.END_ARROW_SIZE), +"4");try{var d=4,f;f=a&&a.equals?a.equals("Themed"):"Themed"===a;if(f){var h=this.getTheme();null!=h&&(d=this.isVertex()?h.getEndSize(this.getQuickStyleVals()):h.getConnEndSize(this.getQuickStyleVals()))}else d=parseFloat(a);return b.arrowSizes_$LI$()[d]}catch(E){}return 4};b.prototype.isRounded=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.ROUNDING),"0"),b;b=a;b="Themed".equals?"Themed".equals(b):"Themed"===b;b&&(a="0");return 0<parseFloat(a)}; b.prototype.isShadow=function(){var a=this.getValue(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.SHDW_PATTERN),"0");return function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"Themed")||function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"0")?!1:!0};b.prototype.getEdgeStyle$java_util_Map=function(a){var b={};(function(a,b){return a&&a.equals?a.equals(b):a===b})(function(a,b){return a[b]?a[b]:null}(a,mxConstants.STYLE_SHAPE),"mxgraph.lean_mapping.electronic_info_flow_edge")? b[mxConstants.STYLE_EDGE]=mxConstants.NONE:b[mxConstants.STYLE_EDGE]=mxConstants.EDGESTYLE_ELBOW;return b};b.prototype.getEdgeStyle=function(a){if(null!=a&&a instanceof Object||null===a)return this.getEdgeStyle$java_util_Map(a);if(void 0===a)return this.getEdgeStyle$();throw Error("invalid overload");};b.prototype.getMasterId=function(){return this.shape.hasAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.MASTER)?this.shape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.MASTER):null};b.prototype.getShapeMasterId= function(){return this.shape.hasAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.MASTER_SHAPE)?this.shape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.MASTER_SHAPE):null};b.prototype.isGroup=function(){var a;a=(a=this.shape.getAttribute("Type"))&&a.equals?a.equals("Group"):"Group"===a;return a};b.getType=function(a){return a.getAttribute("Type")};b.prototype.getMaster=function(){return this.master};b.prototype.getNameU=function(){var a=this.shape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.NAME_U)|| "",b;(b=null==a)||(b=(b=a)&&b.equals?b.equals(""):""===b);b&&null!=this.masterShape&&(a=this.masterShape.getNameU());return a};b.prototype.getName=function(){var a=this.shape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.NAME),b;(b=null==a)||(b=(b=a)&&b.equals?b.equals(""):""===b);b&&null!=this.masterShape&&(a=this.masterShape.getName());return a};b.prototype.getMasterName=function(){return this.shapeName};b.prototype.setLabelOffset=function(a,b){var d="",f="";this.shape.hasAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.NAME_U)&& (d=this.shape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.NAME_U));null!=this.getMaster()&&null!=this.getMaster().getMasterElement()&&this.getMaster().getMasterElement().hasAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.NAME_U)&&(f=this.getMaster().getMasterElement().getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.NAME_U));if(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(d,"Organizational unit")||function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(f,"Organizational unit")){var h= this.shape.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.CONTROL).item(0),d=null,d="0.0",f=null,f="-0.4";null!=h&&(d=h.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.X).item(0),d=d.hasAttribute("F")?d.getAttribute("F"):d.textContent,f=h.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.Y).item(0),f=f.hasAttribute("F")?f.getAttribute("F"):f.textContent);h=a.getGeometry();d=d.split("Width/2+").join("");d=d.split("DL").join("");f=f.split("Height*").join("");(function(a,b){return a&& -a.equals?a.equals(b):a===b})(d,"Inh")&&(d="0.0");(function(a,b){return a&&a.equals?a.equals(b):a===b})(f,"Inh")&&(f="-0.4");-1!=f.indexOf("txtHeight")&&(f="-0.4");for(var l=b.split(";"),m="",q=0;q<l.length;q++){var z=l[q],z=z.trim();(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b})(z,"tabHeight=")&&(m=z.split("tabHeight=").join(""))}(function(a,b){return a&&a.equals?a.equals(b):a===b})(m,"")&&(m="20");l=parseFloat(m);d=parseFloat(d);f=parseFloat(f);m=h.height;d=.1*h.width+100*d; +a.equals?a.equals(b):a===b})(d,"Inh")&&(d="0.0");(function(a,b){return a&&a.equals?a.equals(b):a===b})(f,"Inh")&&(f="-0.4");-1!=f.indexOf("txtHeight")&&(f="-0.4");for(var l=b.split(";"),m="",t=0;t<l.length;t++){var w=l[t],w=w.trim();(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b})(w,"tabHeight=")&&(m=w.split("tabHeight=").join(""))}(function(a,b){return a&&a.equals?a.equals(b):a===b})(m,"")&&(m="20");l=parseFloat(m);d=parseFloat(d);f=parseFloat(f);m=h.height;d=.1*h.width+100*d; d=new mxPoint(d,m-m*f-l/2);a.getGeometry().offset=d}else if(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(d,"Domain 3D")||function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(f,"Domain 3D")){h=this.shape.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.CONTROL).item(0);d=null;d="0.0";f=null;f="-0.4";null!=h&&(d=h.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.X).item(0),d=d.getAttribute("F"),f=h.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.Y).item(0), f=f.getAttribute("F"));h=a.getGeometry();d=d.split("Width/2+").join("");d=d.split("DL").join("");f=f.split("Height*").join("");if(function(a,b){return a&&a.equals?a.equals(b):a===b}(d,"Inh")||function(a,b){return a&&a.equals?a.equals(b):a===b}(d,""))d="0.0";if(function(a,b){return a&&a.equals?a.equals(b):a===b}(f,"Inh")||function(a,b){return a&&a.equals?a.equals(b):a===b}(f,""))f="-0.4";-1!=f.indexOf("txtHeight")&&(f="-0.4");d=parseFloat(d);f=parseFloat(f);m=h.height;d=.1*h.width+100*d;d=new mxPoint(d, m-m*f);a.getGeometry().offset=d}};b.prototype.getForm=function(){var a={};if(this.isVertex())try{var d=b.getType(this.getShape());this.styleDebug("shape type = "+d);if(null!=this.imageData||function(a,b){return a&&a.equals?a.equals(b):a===b}(c.mxgraph.io.vsdx.mxVsdxConstants.FOREIGN,d)&&null!=this.masterShape&&null!=this.masterShape.imageData){var f=null!=this.imageData?this.imageData:this.masterShape.imageData;a.shape="image";a.aspect="fixed";var h=function(a,b){return a[b]?a[b]:null}(f,"iType"), -l=function(a,b){return a[b]?a[b]:null}(f,"iData");a.image="data:image/"+h+","+l;return a}var m=this.parseGeom();if(function(a,b){return a&&a.equals?a.equals(b):a===b}(m,""))return this.styleDebug("No geom found"),a;var y=Graph.prototype.compress(m);a[mxConstants.STYLE_SHAPE]="stencil("+y+")"}catch(q){console.error(q.message,q)}else return this.getEdgeStyle();return a};b.prototype.isOff_page_reference=function(){var a=this.getNameU();return function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"Off-page reference")|| +l=function(a,b){return a[b]?a[b]:null}(f,"iData");a.image="data:image/"+h+","+l;return a}var m=this.parseGeom();if(function(a,b){return a&&a.equals?a.equals(b):a===b}(m,""))return this.styleDebug("No geom found"),a;var y=Graph.prototype.compress(m);a[mxConstants.STYLE_SHAPE]="stencil("+y+")"}catch(t){console.error(t.message,t)}else return this.getEdgeStyle();return a};b.prototype.isOff_page_reference=function(){var a=this.getNameU();return function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"Off-page reference")|| function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"Lined/Shaded process")?!0:!1};b.prototype.isExternal_process=function(){var a;a=(a=this.shapeName)&&a.equals?a.equals("External process"):"External process"===a;return a};b.prototype.getDirection=function(a){a=mxResources.get("mxOffset"+this.shapeName);if(null!=a&&!function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"0")&&!function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"")){if(function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"1"))return mxConstants.DIRECTION_SOUTH; if(function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"2"))return mxConstants.DIRECTION_WEST;if(function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"3"))return mxConstants.DIRECTION_NORTH}return mxConstants.DIRECTION_EAST};b.prototype.isSubproces=function(){var a;a=(a=this.shapeName)&&a.equals?a.equals("Subproces"):"Subproces"===a;return a};b.prototype.getEdgeStyle$=function(){return{edgeStyle:"none"}};b.prototype.getChildShapes=function(){return this.childShapes};b.prototype.setChildShapes= function(a){this.childShapes=a};b.prototype.isDisplacedLabel=function(){var a=this.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_X,"F",""),b=this.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_Y,"F",""),f=this.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_WIDTH,"F",""),h=this.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_HEIGHT,"F","");if(null!=this.masterShape){if(""===a||function(a,b){return a&&a.equals?a.equals(b):a===b}(a.toLowerCase(),"inh"))a=this.masterShape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_X, @@ -974,40 +976,40 @@ b}(b.toLowerCase(),"height*")&&function(a,b,d){void 0===d&&(d=0);return a.substr "V","");null!=this.masterShape&&function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"")&&(a=this.masterShape.getAttribute(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_ANGLE,"V",""));return function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"0")||function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"0.0")||function(a,b){return a&&a.equals?a.equals(b):a===b}(a,"")?!1:!0};b.prototype.setRootShape=function(a){this.rootShape=a};b.prototype.getRootShape=function(){return this.rootShape};b.prototype.getStartXY= function(a){var b=Math.floor(Math.round(100*this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.BEGIN_X),0))/100);a=Math.floor(Math.round(100*(a-this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.BEGIN_Y),0)))/100);return new mxPoint(b,a)};b.prototype.getEndXY=function(a){var b=Math.floor(Math.round(100*this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.END_X), 0))/100);a=Math.floor(Math.round(100*(a-this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.END_Y),0)))/100);return new mxPoint(b,a)};b.prototype.getRoutingPoints=function(a,b,c){return null!=this.geomList?this.geomList.getRoutingPoints(a,b,c):null};b.prototype.getControlPoints=function(a){var b=this.getStartXY(a);a=this.getEndXY(a);var f=[];if(null!=this.shape){var h=this.shape.getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.GEOM); -if(0<h.length&&(h=h.item(0).getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.NURBS_TO).item(0).getElementsByTagName("E").item(0),null!=h)){for(var h=h.getAttribute("F"),h=h.replace(RegExp("NURBS\\(","g"),""),h=h.replace(RegExp("\\)","g"),""),h=h.replace(RegExp(",","g")," "),h=h.replace(RegExp("\\s\\s","g")," "),h=h.split(" "),l=h.length,m=[];0<l--;)m.push(0);for(l=0;l<h.length;l++)m[l]=parseFloat(h[l]);for(l=2;l+4<h.length;l+=4){var y=new mxPoint,q=m[l+3];y.x=Math.floor(Math.round(100*(b.x+ -Math.min(100,Math.abs(a.x-b.x))*m[l+2]))/100);y.y=Math.floor(Math.round(100*(b.y-100*q))/100);0<f.push(y)}return f}}return null};b.prototype.getStyleFromEdgeShape=function(a){this.styleMap[c.mxgraph.io.vsdx.mxVsdxConstants.VSDX_ID]=this.getId().toString();a=this.getForm();if(null!=a&&!function(a,b){return a&&a.equals?a.equals(b):a===b}(a,""))for(var d in a)this.styleMap[d]=a[d];this.isDashed()&&(this.styleMap[mxConstants.STYLE_DASHED]="1",d=this.getDashPattern(),null!=d&&(this.styleMap[mxConstants.STYLE_DASH_PATTERN]= +if(0<h.length&&(h=h.item(0).getElementsByTagName(c.mxgraph.io.vsdx.mxVsdxConstants.NURBS_TO).item(0).getElementsByTagName("E").item(0),null!=h)){for(var h=h.getAttribute("F"),h=h.replace(RegExp("NURBS\\(","g"),""),h=h.replace(RegExp("\\)","g"),""),h=h.replace(RegExp(",","g")," "),h=h.replace(RegExp("\\s\\s","g")," "),h=h.split(" "),l=h.length,m=[];0<l--;)m.push(0);for(l=0;l<h.length;l++)m[l]=parseFloat(h[l]);for(l=2;l+4<h.length;l+=4){var y=new mxPoint,t=m[l+3];y.x=Math.floor(Math.round(100*(b.x+ +Math.min(100,Math.abs(a.x-b.x))*m[l+2]))/100);y.y=Math.floor(Math.round(100*(b.y-100*t))/100);0<f.push(y)}return f}}return null};b.prototype.getStyleFromEdgeShape=function(a){this.styleMap[c.mxgraph.io.vsdx.mxVsdxConstants.VSDX_ID]=this.getId().toString();a=this.getForm();if(null!=a&&!function(a,b){return a&&a.equals?a.equals(b):a===b}(a,""))for(var d in a)this.styleMap[d]=a[d];this.isDashed()&&(this.styleMap[mxConstants.STYLE_DASHED]="1",d=this.getDashPattern(),null!=d&&(this.styleMap[mxConstants.STYLE_DASH_PATTERN]= d));d=this.getEdgeMarker(!0);null!=d&&(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(d,b.ARROW_NO_FILL_MARKER)&&(d=d.substring(b.ARROW_NO_FILL_MARKER.length),this.styleMap[mxConstants.STYLE_STARTFILL]="0"),this.styleMap[mxConstants.STYLE_STARTARROW]=d);d=this.getEdgeMarker(!1);null!=d&&(function(a,b,d){void 0===d&&(d=0);return a.substr(d,b.length)===b}(d,b.ARROW_NO_FILL_MARKER)&&(d=d.substring(b.ARROW_NO_FILL_MARKER.length),this.styleMap[mxConstants.STYLE_ENDFILL]="0"),this.styleMap[mxConstants.STYLE_ENDARROW]= d);d=Math.round(this.getStartArrowSize())|0;6!==d&&(this.styleMap[mxConstants.STYLE_STARTSIZE]=""+d);d=Math.round(this.getFinalArrowSize())|0;6!==d&&(this.styleMap[mxConstants.STYLE_ENDSIZE]=""+d);d=Math.round(this.getLineWidth())|0;1!==d&&(this.styleMap[mxConstants.STYLE_STROKEWIDTH]=""+d);d=this.getStrokeColor();(function(a,b){return a&&a.equals?a.equals(b):a===b})(d,"")||(this.styleMap[mxConstants.STYLE_STROKECOLOR]=d);this.isShadow()&&(this.styleMap[mxConstants.STYLE_SHADOW]=c.mxgraph.io.vsdx.mxVsdxConstants.TRUE); this.isConnectorBigNameU(this.getNameU())&&(this.styleMap[mxConstants.STYLE_SHAPE]=mxConstants.SHAPE_ARROW,d=this.getFillColor(),function(a,b){return a&&a.equals?a.equals(b):a===b}(d,"")||(this.styleMap[mxConstants.STYLE_FILLCOLOR]=d));d=Math.round(this.getTopSpacing())|0;this.styleMap[mxConstants.STYLE_SPACING_TOP]=""+d;d=Math.round(this.getBottomSpacing())|0;this.styleMap[mxConstants.STYLE_SPACING_BOTTOM]=""+d;d=Math.round(this.getLeftSpacing())|0;this.styleMap[mxConstants.STYLE_SPACING_LEFT]=""+ d;d=Math.round(this.getRightSpacing())|0;this.styleMap[mxConstants.STYLE_SPACING_RIGHT]=""+d;d=this.getAlignVertical();this.styleMap[mxConstants.STYLE_VERTICAL_ALIGN]=d;this.styleMap.html="1";this.resolveCommonStyles();return this.styleMap};b.prototype.resolveCommonStyles=function(){var a=this.getTextBkgndColor(this.getCellElement$java_lang_String(c.mxgraph.io.vsdx.mxVsdxConstants.TEXT_BKGND)),b;b=a&&a.equals?a.equals(""):""===a;b||(this.styleMap[mxConstants.STYLE_LABEL_BACKGROUNDCOLOR]=a);this.styleMap[mxConstants.STYLE_ROUNDED]= this.isRounded()?c.mxgraph.io.vsdx.mxVsdxConstants.TRUE:c.mxgraph.io.vsdx.mxVsdxConstants.FALSE;return this.styleMap};b.prototype.getEdgeMarker=function(a){var d=this.getValue(this.getCellElement$java_lang_String(a?c.mxgraph.io.vsdx.mxVsdxConstants.BEGIN_ARROW:c.mxgraph.io.vsdx.mxVsdxConstants.END_ARROW),"0"),f=0;try{if(function(a,b){return a&&a.equals?a.equals(b):a===b}(d,"Themed")){var h=this.getTheme();null!=h&&(f=this.isVertex()?h.getEdgeMarker(a,this.getQuickStyleVals()):h.getConnEdgeMarker(a, -this.getQuickStyleVals()))}else f=parseInt(d)}catch(D){}a=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(b.arrowTypes_$LI$(),f);0<f&&null==a&&(a=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(b.arrowTypes_$LI$(), +this.getQuickStyleVals()))}else f=parseInt(d)}catch(E){}a=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(b.arrowTypes_$LI$(),f);0<f&&null==a&&(a=function(a,b){null==a.entries&&(a.entries=[]);for(var d=0;d<a.entries.length;d++)if(null!=a.entries[d].key.equals&&a.entries[d].key.equals(b)||a.entries[d].key===b)return a.entries[d].value;return null}(b.arrowTypes_$LI$(), 1));return a};b.prototype.getCellElement$java_lang_String=function(a){var b=f.prototype.getCellElement$java_lang_String.call(this,a);return null==b&&null!=this.masterShape?this.masterShape.getCellElement$java_lang_String(a):b};b.prototype.getCellElement$java_lang_String$java_lang_String$java_lang_String=function(a,b,c){var d=f.prototype.getCellElement$java_lang_String$java_lang_String$java_lang_String.call(this,a,b,c);return null==d&&null!=this.masterShape?this.masterShape.getCellElement$java_lang_String$java_lang_String$java_lang_String(a, b,c):d};b.prototype.getCellElement=function(a,b,c){if("string"!==typeof a&&null!==a||"string"!==typeof b&&null!==b||"string"!==typeof c&&null!==c){if("string"!==typeof a&&null!==a||void 0!==b||void 0!==c)throw Error("invalid overload");return this.getCellElement$java_lang_String(a)}return this.getCellElement$java_lang_String$java_lang_String$java_lang_String(a,b,c)};b.prototype.createLabelSubShape=function(a,b){var d=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_WIDTH), this.getWidth()),f=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_HEIGHT),this.getHeight()),h=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_LOC_PIN_X),d/2),l=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_LOC_PIN_Y),f/2),m=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_X), -h),q=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_Y),l),w=this.getValueAsDouble(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_ANGLE),0),aa=this.getTextLabel();if(null!=aa&&0!==aa.length){var P=mxUtils.clone(this.getStyleMap())||{};P[mxConstants.STYLE_FILLCOLOR]=mxConstants.NONE;P[mxConstants.STYLE_STROKECOLOR]=mxConstants.NONE;P[mxConstants.STYLE_GRADIENTCOLOR]=mxConstants.NONE;P.hasOwnProperty("align")||(P.align="center"); -P.hasOwnProperty("verticalAlign")||(P.verticalAlign="middle");P.hasOwnProperty("whiteSpace")||(P.whiteSpace="wrap");delete P.shape;delete P.image;var E=this.getRotation();0!==w&&(w=360-180*w/Math.PI,w=Math.round((w+E)%360*100)/100,0!==w&&(P.rotation=""+w));P="text;"+c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(P,"=");l=b.getGeometry().height-(q+f-l);h=m-h;0<E&&(m=new mxGeometry(h,l,d,f),h=b.getGeometry(),c.mxgraph.online.Utils.rotatedGeometry(m,E,h.width/2,h.height/2),h=m.x,l=m.y);return a.insertVertex(b, -null,aa,Math.round(100*h)/100,Math.round(100*l)/100,Math.round(100*d)/100,Math.round(100*f)/100,P+";html=1;")}return null};b.prototype.getLblEdgeOffset=function(a,b){if(null!=b&&1<b.length){var d=new mxCellState;d.absolutePoints=b;a.updateEdgeBounds(d);var d=a.getPoint(d),f=b[0],h=b[b.length-1],l=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_WIDTH),this.getWidth()),m=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_HEIGHT), -this.getHeight()),q=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_LOC_PIN_X),0),w=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_LOC_PIN_Y),0),aa=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_X),0),P=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_Y), -0),h=(this.getHeight()-(f.y-h.y))/2+f.y-d.y-(P-w+m/2),d=aa-q+l/2+(f.x-d.x);return 1E11<Math.abs(d)?null:new mxPoint(Math.floor(Math.round(100*d)/100),Math.floor(Math.round(100*h)/100))}return null};b.prototype.getShapeIndex=function(){return this.shapeIndex};b.prototype.setShapeIndex=function(a){this.shapeIndex=a};return b}(c.mxgraph.io.vsdx.Shape);h.__static_initialized=!1;h.ARROW_NO_FILL_MARKER="0";h.maxDp=2;h.USE_SHAPE_MATCH=!1;h.stencilTemplate='<shape h="htemplate" w="wtemplate" aspect="variable" strokewidth="inherit"><connections></connections><background></background><foreground></foreground></shape>'; +h),t=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_Y),l),w=this.getValueAsDouble(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_ANGLE),0),Y=this.getTextLabel();if(null!=Y&&0!==Y.length){var G=mxUtils.clone(this.getStyleMap())||{};G[mxConstants.STYLE_FILLCOLOR]=mxConstants.NONE;G[mxConstants.STYLE_STROKECOLOR]=mxConstants.NONE;G[mxConstants.STYLE_GRADIENTCOLOR]=mxConstants.NONE;G.hasOwnProperty("align")||(G.align="center"); +G.hasOwnProperty("verticalAlign")||(G.verticalAlign="middle");G.hasOwnProperty("whiteSpace")||(G.whiteSpace="wrap");delete G.shape;delete G.image;var D=this.getRotation();0!==w&&(w=360-180*w/Math.PI,w=Math.round((w+D)%360*100)/100,0!==w&&(G.rotation=""+w));G="text;"+c.mxgraph.io.vsdx.mxVsdxUtils.getStyleString(G,"=");l=b.getGeometry().height-(t+f-l);h=m-h;0<D&&(m=new mxGeometry(h,l,d,f),h=b.getGeometry(),c.mxgraph.online.Utils.rotatedGeometry(m,D,h.width/2,h.height/2),h=m.x,l=m.y);return a.insertVertex(b, +null,Y,Math.round(100*h)/100,Math.round(100*l)/100,Math.round(100*d)/100,Math.round(100*f)/100,G+";html=1;")}return null};b.prototype.getLblEdgeOffset=function(a,b){if(null!=b&&1<b.length){var d=new mxCellState;d.absolutePoints=b;a.updateEdgeBounds(d);var d=a.getPoint(d),f=b[0],h=b[b.length-1],l=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_WIDTH),this.getWidth()),m=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_HEIGHT), +this.getHeight()),t=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_LOC_PIN_X),0),w=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_LOC_PIN_Y),0),Y=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_X),0),G=this.getScreenNumericalValue$org_w3c_dom_Element$double(this.getShapeNode(c.mxgraph.io.vsdx.mxVsdxConstants.TXT_PIN_Y), +0),h=(this.getHeight()-(f.y-h.y))/2+f.y-d.y-(G-w+m/2),d=Y-t+l/2+(f.x-d.x);return 1E11<Math.abs(d)?null:new mxPoint(Math.floor(Math.round(100*d)/100),Math.floor(Math.round(100*h)/100))}return null};b.prototype.getShapeIndex=function(){return this.shapeIndex};b.prototype.setShapeIndex=function(a){this.shapeIndex=a};return b}(c.mxgraph.io.vsdx.Shape);h.__static_initialized=!1;h.ARROW_NO_FILL_MARKER="0";h.maxDp=2;h.USE_SHAPE_MATCH=!1;h.stencilTemplate='<shape h="htemplate" w="wtemplate" aspect="variable" strokewidth="inherit"><connections></connections><background></background><foreground></foreground></shape>'; l.VsdxShape=h;h.__class="com.mxgraph.io.vsdx.VsdxShape"})(m.vsdx||(m.vsdx={}))})(m.io||(m.io={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={})); (function(c){(function(m){(function(m){var l=function(){function h(){}h.__static_initialize=function(){h.__static_initialized||(h.__static_initialized=!0,h.__static_initializer_0())};h.CA_$LI$=function(){h.__static_initialize();null==h.CA&&(h.CA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""));return h.CA};h.IA_$LI$=function(){h.__static_initialize();if(null==h.IA){for(var c=256,b=[];0<c--;)b.push(0);h.IA=b}return h.IA};h.__static_initializer_0=function(){for(var c=h.IA_$LI$(), -b=0;b<c.length;b++)c[b]=-1;c=0;for(b=h.CA_$LI$().length;c<b;c++)h.IA_$LI$()[h.CA_$LI$()[c].charCodeAt(0)]=c;h.IA_$LI$()[61]=0};h.encodeToChar=function(c,b,a){var d=null!=c?c.length-b:0;if(0===d)return[];for(var f=3*(d/3|0),l=((d-1)/3|0)+1<<2,l=l+(a?((l-1)/76|0)<<1:0),m=Array(l),w=b,y=0,q=0;w<f+b;){var z=(c[w++]&255)<<16|(c[w++]&255)<<8|c[w++]&255;m[y++]=h.CA_$LI$()[z>>>18&63];m[y++]=h.CA_$LI$()[z>>>12&63];m[y++]=h.CA_$LI$()[z>>>6&63];m[y++]=h.CA_$LI$()[z&63];a&&19===++q&&y<l-2&&(m[y++]="\r",m[y++]= -"\n",q=0)}a=d-f;0<a&&(z=(c[f+b]&255)<<10|(2===a?(c[d+b-1]&255)<<2:0),m[l-4]=h.CA_$LI$()[z>>12],m[l-3]=h.CA_$LI$()[z>>>6&63],m[l-2]=2===a?h.CA_$LI$()[z&63]:"=",m[l-1]="=");return m};h.decode$char_A=function(c){var b=null!=c?c.length:0;if(0===b)return[];for(var a=0,d=0;d<b;d++)0>h.IA_$LI$()[c[d].charCodeAt(0)]&&a++;if(0!==(b-a)%4)return null;for(var f=0,d=b;1<d&&0>=h.IA_$LI$()[c[--d].charCodeAt(0)];)61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c[d])&&f++;for(var b=(6*(b-a)>>3)-f,a=function(a){for(var b= +b=0;b<c.length;b++)c[b]=-1;c=0;for(b=h.CA_$LI$().length;c<b;c++)h.IA_$LI$()[h.CA_$LI$()[c].charCodeAt(0)]=c;h.IA_$LI$()[61]=0};h.encodeToChar=function(c,b,a){var d=null!=c?c.length-b:0;if(0===d)return[];for(var f=3*(d/3|0),l=((d-1)/3|0)+1<<2,l=l+(a?((l-1)/76|0)<<1:0),m=Array(l),w=b,y=0,t=0;w<f+b;){var A=(c[w++]&255)<<16|(c[w++]&255)<<8|c[w++]&255;m[y++]=h.CA_$LI$()[A>>>18&63];m[y++]=h.CA_$LI$()[A>>>12&63];m[y++]=h.CA_$LI$()[A>>>6&63];m[y++]=h.CA_$LI$()[A&63];a&&19===++t&&y<l-2&&(m[y++]="\r",m[y++]= +"\n",t=0)}a=d-f;0<a&&(A=(c[f+b]&255)<<10|(2===a?(c[d+b-1]&255)<<2:0),m[l-4]=h.CA_$LI$()[A>>12],m[l-3]=h.CA_$LI$()[A>>>6&63],m[l-2]=2===a?h.CA_$LI$()[A&63]:"=",m[l-1]="=");return m};h.decode$char_A=function(c){var b=null!=c?c.length:0;if(0===b)return[];for(var a=0,d=0;d<b;d++)0>h.IA_$LI$()[c[d].charCodeAt(0)]&&a++;if(0!==(b-a)%4)return null;for(var f=0,d=b;1<d&&0>=h.IA_$LI$()[c[--d].charCodeAt(0)];)61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c[d])&&f++;for(var b=(6*(b-a)>>3)-f,a=function(a){for(var b= [];0<a--;)b.push(0);return b}(b),l=f=0;l<b;){for(var m=d=0;4>m;m++){var w=h.IA_$LI$()[c[f++].charCodeAt(0)];0<=w?d|=w<<18-6*m:m--}a[l++]=d>>16|0;l<b&&(a[l++]=d>>8|0,l<b&&(a[l++]=d|0))}return a};h.decode=function(f){if(null!=f&&f instanceof Array&&(0==f.length||null==f[0]||"string"===typeof f[0])||null===f)return c.mxgraph.online.mxBase64.decode$char_A(f);if(null!=f&&f instanceof Array&&(0==f.length||null==f[0]||"number"===typeof f[0])||null===f)return c.mxgraph.online.mxBase64.decode$byte_A(f);if("string"=== typeof f||null===f)return c.mxgraph.online.mxBase64.decode$java_lang_String(f);throw Error("invalid overload");};h.decodeFast$char_A=function(c){var b=c.length;if(0===b)return[];for(var a=0,d=b-1;a<d&&0>h.IA_$LI$()[c[a].charCodeAt(0)];)a++;for(;0<d&&0>h.IA_$LI$()[c[d].charCodeAt(0)];)d--;for(var f=61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c[d])?61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c[d-1])?2:1:0,l=d-a+1,m=76<b?(13==function(a){return null==a.charCodeAt?a: -a.charCodeAt(0)}(c[76])?l/78|0:0)<<1:0,l=(6*(l-m)>>3)-f,b=function(a){for(var b=[];0<a--;)b.push(0);return b}(l),w=0,y=0,q=3*(l/3|0);w<q;){var z=h.IA_$LI$()[c[a++].charCodeAt(0)]<<18|h.IA_$LI$()[c[a++].charCodeAt(0)]<<12|h.IA_$LI$()[c[a++].charCodeAt(0)]<<6|h.IA_$LI$()[c[a++].charCodeAt(0)];b[w++]=z>>16|0;b[w++]=z>>8|0;b[w++]=z|0;0<m&&19===++y&&(a+=2,y=0)}if(w<l){for(m=z=0;a<=d-f;m++)z|=h.IA_$LI$()[c[a++].charCodeAt(0)]<<18-6*m;for(c=16;w<l;c-=8)b[w++]=z>>c|0}return b};h.decodeFast=function(f){if(null!= +a.charCodeAt(0)}(c[76])?l/78|0:0)<<1:0,l=(6*(l-m)>>3)-f,b=function(a){for(var b=[];0<a--;)b.push(0);return b}(l),w=0,y=0,t=3*(l/3|0);w<t;){var A=h.IA_$LI$()[c[a++].charCodeAt(0)]<<18|h.IA_$LI$()[c[a++].charCodeAt(0)]<<12|h.IA_$LI$()[c[a++].charCodeAt(0)]<<6|h.IA_$LI$()[c[a++].charCodeAt(0)];b[w++]=A>>16|0;b[w++]=A>>8|0;b[w++]=A|0;0<m&&19===++y&&(a+=2,y=0)}if(w<l){for(m=A=0;a<=d-f;m++)A|=h.IA_$LI$()[c[a++].charCodeAt(0)]<<18-6*m;for(c=16;w<l;c-=8)b[w++]=A>>c|0}return b};h.decodeFast=function(f){if(null!= f&&f instanceof Array&&(0==f.length||null==f[0]||"string"===typeof f[0])||null===f)return c.mxgraph.online.mxBase64.decodeFast$char_A(f);if(null!=f&&f instanceof Array&&(0==f.length||null==f[0]||"number"===typeof f[0])||null===f)return c.mxgraph.online.mxBase64.decodeFast$byte_A(f);if("string"===typeof f||null===f)return c.mxgraph.online.mxBase64.decodeFast$java_lang_String(f);throw Error("invalid overload");};h.encodeToByte=function(c,b){var a=null!=c?c.length:0;if(0===a)return[];for(var d=3*(a/ -3|0),f=((a-1)/3|0)+1<<2,l=f+=b?((f-1)/76|0)<<1:0,m=[];0<l--;)m.push(0);for(var w=0,y=0,q=0;w<d;)l=(c[w++]&255)<<16|(c[w++]&255)<<8|c[w++]&255,m[y++]=h.CA_$LI$()[l>>>18&63].charCodeAt(0),m[y++]=h.CA_$LI$()[l>>>12&63].charCodeAt(0),m[y++]=h.CA_$LI$()[l>>>6&63].charCodeAt(0),m[y++]=h.CA_$LI$()[l&63].charCodeAt(0),b&&19===++q&&y<f-2&&(m[y++]=13,m[y++]=10,q=0);w=a-d;0<w&&(l=(c[d]&255)<<10|(2===w?(c[a-1]&255)<<2:0),m[f-4]=h.CA_$LI$()[l>>12].charCodeAt(0),m[f-3]=h.CA_$LI$()[l>>>6&63].charCodeAt(0),m[f-2]= +3|0),f=((a-1)/3|0)+1<<2,l=f+=b?((f-1)/76|0)<<1:0,m=[];0<l--;)m.push(0);for(var w=0,y=0,t=0;w<d;)l=(c[w++]&255)<<16|(c[w++]&255)<<8|c[w++]&255,m[y++]=h.CA_$LI$()[l>>>18&63].charCodeAt(0),m[y++]=h.CA_$LI$()[l>>>12&63].charCodeAt(0),m[y++]=h.CA_$LI$()[l>>>6&63].charCodeAt(0),m[y++]=h.CA_$LI$()[l&63].charCodeAt(0),b&&19===++t&&y<f-2&&(m[y++]=13,m[y++]=10,t=0);w=a-d;0<w&&(l=(c[d]&255)<<10|(2===w?(c[a-1]&255)<<2:0),m[f-4]=h.CA_$LI$()[l>>12].charCodeAt(0),m[f-3]=h.CA_$LI$()[l>>>6&63].charCodeAt(0),m[f-2]= 2===w?h.CA_$LI$()[l&63].charCodeAt(0):61,m[f-1]=61);return m};h.decode$byte_A=function(c){for(var b=c.length,a=0,d=0;d<b;d++)0>h.IA_$LI$()[c[d]&255]&&a++;if(0!==(b-a)%4)return null;for(var f=0,d=b;1<d&&0>=h.IA_$LI$()[c[--d]&255];)61==c[d]&&f++;d=b=(6*(b-a)>>3)-f;for(a=[];0<d--;)a.push(0);for(var l=f=0;l<b;){for(var m=d=0;4>m;m++){var w=h.IA_$LI$()[c[f++]&255];0<=w?d|=w<<18-6*m:m--}a[l++]=d>>16|0;l<b&&(a[l++]=d>>8|0,l<b&&(a[l++]=d|0))}return a};h.decodeFast$byte_A=function(c){var b=c.length;if(0=== -b)return[];for(var a=0,d=b-1;a<d&&0>h.IA_$LI$()[c[a]&255];)a++;for(;0<d&&0>h.IA_$LI$()[c[d]&255];)d--;for(var f=61==c[d]?61==c[d-1]?2:1:0,l=d-a+1,m=76<b?(13==c[76]?l/78|0:0)<<1:0,w=l=(6*(l-m)>>3)-f,b=[];0<w--;)b.push(0);for(var y=w=0,q=3*(l/3|0);w<q;){var z=h.IA_$LI$()[c[a++]]<<18|h.IA_$LI$()[c[a++]]<<12|h.IA_$LI$()[c[a++]]<<6|h.IA_$LI$()[c[a++]];b[w++]=z>>16|0;b[w++]=z>>8|0;b[w++]=z|0;0<m&&19===++y&&(a+=2,y=0)}if(w<l){for(m=z=0;a<=d-f;m++)z|=h.IA_$LI$()[c[a++]]<<18-6*m;for(c=16;w<l;c-=8)b[w++]=z>> +b)return[];for(var a=0,d=b-1;a<d&&0>h.IA_$LI$()[c[a]&255];)a++;for(;0<d&&0>h.IA_$LI$()[c[d]&255];)d--;for(var f=61==c[d]?61==c[d-1]?2:1:0,l=d-a+1,m=76<b?(13==c[76]?l/78|0:0)<<1:0,w=l=(6*(l-m)>>3)-f,b=[];0<w--;)b.push(0);for(var y=w=0,t=3*(l/3|0);w<t;){var A=h.IA_$LI$()[c[a++]]<<18|h.IA_$LI$()[c[a++]]<<12|h.IA_$LI$()[c[a++]]<<6|h.IA_$LI$()[c[a++]];b[w++]=A>>16|0;b[w++]=A>>8|0;b[w++]=A|0;0<m&&19===++y&&(a+=2,y=0)}if(w<l){for(m=A=0;a<=d-f;m++)A|=h.IA_$LI$()[c[a++]]<<18-6*m;for(c=16;w<l;c-=8)b[w++]=A>> c|0}return b};h.encodeToString=function(c,b,a){return h.encodeToChar(c,b,a).join("")};h.decode$java_lang_String=function(c){var b=null!=c?c.length:0;if(0===b)return[];for(var a=0,d=0;d<b;d++)0>h.IA_$LI$()[c.charAt(d).charCodeAt(0)]&&a++;if(0!==(b-a)%4)return null;for(var f=0,d=b;1<d&&0>=h.IA_$LI$()[c.charAt(--d).charCodeAt(0)];)61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(d))&&f++;for(var b=(6*(b-a)>>3)-f,a=function(a){for(var b=[];0<a--;)b.push(0);return b}(b),l=f=0;l<b;){for(var m= d=0;4>m;m++){var w=h.IA_$LI$()[c.charAt(f++).charCodeAt(0)];0<=w?d|=w<<18-6*m:m--}a[l++]=d>>16|0;l<b&&(a[l++]=d>>8|0,l<b&&(a[l++]=d|0))}return a};h.decodeFast$java_lang_String=function(c){var b=c.length;if(0===b)return[];for(var a=0,d=b-1;a<d&&0>h.IA_$LI$()[function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(a))&255];)a++;for(;0<d&&0>h.IA_$LI$()[function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(d))&255];)d--;for(var f=61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(d))? -61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(d-1))?2:1:0,l=d-a+1,m=76<b?(13==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(76))?l/78|0:0)<<1:0,l=(6*(l-m)>>3)-f,b=function(a){for(var b=[];0<a--;)b.push(0);return b}(l),w=0,y=0,q=3*(l/3|0);w<q;){var z=h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<18|h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<12|h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<6|h.IA_$LI$()[c.charAt(a++).charCodeAt(0)];b[w++]=z>>16|0;b[w++]=z>>8|0;b[w++]= -z|0;0<m&&19===++y&&(a+=2,y=0)}if(w<l){for(m=z=0;a<=d-f;m++)z|=h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<18-6*m;for(c=16;w<l;c-=8)b[w++]=z>>c|0}return b};return h}();l.__static_initialized=!1;m.mxBase64=l;l.__class="com.mxgraph.online.mxBase64"})(m.online||(m.online={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={}));com.mxgraph.online.mxBase64.IA_$LI$();com.mxgraph.online.mxBase64.CA_$LI$();com.mxgraph.online.mxBase64.__static_initialize();com.mxgraph.io.vsdx.VsdxShape.__com_mxgraph_io_vsdx_VsdxShape_LOGGER_$LI$(); +61==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(d-1))?2:1:0,l=d-a+1,m=76<b?(13==function(a){return null==a.charCodeAt?a:a.charCodeAt(0)}(c.charAt(76))?l/78|0:0)<<1:0,l=(6*(l-m)>>3)-f,b=function(a){for(var b=[];0<a--;)b.push(0);return b}(l),w=0,y=0,t=3*(l/3|0);w<t;){var A=h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<18|h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<12|h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<6|h.IA_$LI$()[c.charAt(a++).charCodeAt(0)];b[w++]=A>>16|0;b[w++]=A>>8|0;b[w++]= +A|0;0<m&&19===++y&&(a+=2,y=0)}if(w<l){for(m=A=0;a<=d-f;m++)A|=h.IA_$LI$()[c.charAt(a++).charCodeAt(0)]<<18-6*m;for(c=16;w<l;c-=8)b[w++]=A>>c|0}return b};return h}();l.__static_initialized=!1;m.mxBase64=l;l.__class="com.mxgraph.online.mxBase64"})(m.online||(m.online={}))})(c.mxgraph||(c.mxgraph={}))})(com||(com={}));com.mxgraph.online.mxBase64.IA_$LI$();com.mxgraph.online.mxBase64.CA_$LI$();com.mxgraph.online.mxBase64.__static_initialize();com.mxgraph.io.vsdx.VsdxShape.__com_mxgraph_io_vsdx_VsdxShape_LOGGER_$LI$(); com.mxgraph.io.vsdx.VsdxShape.arrowTypes_$LI$();com.mxgraph.io.vsdx.VsdxShape.arrowSizes_$LI$();com.mxgraph.io.vsdx.VsdxShape.OFFSET_ARRAY_$LI$();com.mxgraph.io.vsdx.VsdxShape.__static_initialize();com.mxgraph.io.vsdx.Shape.UNICODE_LINE_SEP_$LI$();com.mxgraph.io.vsdx.Style.lineDashPatterns_$LI$();com.mxgraph.io.vsdx.Style.styleTypes_$LI$();com.mxgraph.io.vsdx.Style.__static_initialize();com.mxgraph.online.Constants.MAX_AREA_$LI$();com.mxgraph.io.vsdx.theme.Color.NONE_$LI$();com.mxgraph.io.vsdx.mxVsdxUtils.conversionFactor_$LI$(); com.mxgraph.io.vsdx.mxVsdxTheme.colorIds_$LI$();com.mxgraph.io.vsdx.mxVsdxTheme.themesIds_$LI$();com.mxgraph.io.vsdx.mxVsdxTheme.__static_initialize();com.mxgraph.io.vsdx.mxVsdxConstants.MY_SET_$LI$();com.mxgraph.io.vsdx.mxVsdxConstants.SET_VALUES_$LI$();com.mxgraph.io.vsdx.mxPropertiesManager.defaultColors_$LI$();com.mxgraph.io.vsdx.mxPropertiesManager.__static_initialize();com.mxgraph.io.mxVsdxCodec.vsdxPlaceholder_$LI$();com.mxgraph.io.mxVsdxCodec.parsererrorNS_$LI$(); -EditorUi.prototype.doImportVisio=function(c,m,w){null!=c.name&&/(\.vssx)($|\?)/i.test(c.name)?(new com.mxgraph.io.mxVssxCodec).decodeVssx(c,m):(new com.mxgraph.io.mxVsdxCodec).decodeVsdx(c,m,null,w)};/*! +EditorUi.prototype.doImportVisio=function(c,m,w){null!=c.name&&/(\.vssx?)($|\?)/i.test(c.name)?(new com.mxgraph.io.mxVssxCodec).decodeVssx(c,m):(new com.mxgraph.io.mxVsdxCodec).decodeVsdx(c,m,null,w)};/*! JSZip v3.1.3 - A Javascript class for generating and reading zip files <http://stuartk.com/jszip> diff --git a/src/main/webapp/js/mxgraph/Actions.js b/src/main/webapp/js/mxgraph/Actions.js index e7f7bef39..0389311cd 100644 --- a/src/main/webapp/js/mxgraph/Actions.js +++ b/src/main/webapp/js/mxgraph/Actions.js @@ -189,7 +189,6 @@ Actions.prototype.init = function() } }, null, null, 'Alt+Shit+V'); - function deleteCells(includeEdges) { // Cancels interactive operations @@ -357,7 +356,7 @@ Actions.prototype.init = function() ui.showLinkDialog(value, mxResources.get('apply'), function(link) { link = mxUtils.trim(link); - graph.setLinkForCell(cell, (link.length > 0) ? link : null); + graph.setLinkForCell(cell, (link.length > 0) ? link : null); }); } }, null, null, 'Alt+Shift+L'); @@ -1031,7 +1030,7 @@ Actions.prototype.init = function() var model = graph.getModel(); var dlg = new TextareaDialog(this.editorUi, mxResources.get('editStyle') + ':', - model.getStyle(cells[0]) || '', function(newValue) + model.getStyle(cells[0]) || '', function(newValue) { if (newValue != null) { diff --git a/src/main/webapp/js/mxgraph/Format.js b/src/main/webapp/js/mxgraph/Format.js index a0d2c6fb1..87eac5953 100644 --- a/src/main/webapp/js/mxgraph/Format.js +++ b/src/main/webapp/js/mxgraph/Format.js @@ -2446,7 +2446,7 @@ TextFormatPanel.prototype.addFont = function(container) var cssPanel = stylePanel.cloneNode(); var cssMenu = this.editorUi.toolbar.addMenu(mxResources.get('style'), - mxResources.get('style'), true, 'formatBlock', cssPanel); + mxResources.get('style'), true, 'formatBlock', cssPanel, null, true); cssMenu.style.color = 'rgb(112, 112, 112)'; cssMenu.style.whiteSpace = 'nowrap'; cssMenu.style.overflow = 'hidden'; @@ -2473,8 +2473,9 @@ TextFormatPanel.prototype.addFont = function(container) colorPanel.style.borderTop = '1px solid #c0c0c0'; colorPanel.style.paddingTop = '6px'; colorPanel.style.paddingBottom = '6px'; - - var fontMenu = this.editorUi.toolbar.addMenu('Helvetica', mxResources.get('fontFamily'), true, 'fontFamily', stylePanel); + + var fontMenu = this.editorUi.toolbar.addMenu('Helvetica', mxResources.get('fontFamily'), + true, 'fontFamily', stylePanel, null, true); fontMenu.style.color = 'rgb(112, 112, 112)'; fontMenu.style.whiteSpace = 'nowrap'; fontMenu.style.overflow = 'hidden'; diff --git a/src/main/webapp/js/mxgraph/Graph.js b/src/main/webapp/js/mxgraph/Graph.js index c9c3e4eb3..3d0e61e64 100644 --- a/src/main/webapp/js/mxgraph/Graph.js +++ b/src/main/webapp/js/mxgraph/Graph.js @@ -1506,8 +1506,7 @@ Graph.prototype.isCustomLink = function(href) */ Graph.prototype.customLinkClicked = function(link) { - console.log('customLinkClicked not implemented'); - // Hook for subclassers + return false; }; /** @@ -5936,6 +5935,52 @@ if (typeof mxVertexHandler != 'undefined') { document.execCommand('unlink', false); } + else if (mxClient.IS_FF) + { + // Workaround for Firefox that adds a new link and removes + // the href from the inner link if its parent is a span is + // to remove all inner links inside the new outer link + var tmp = this.cellEditor.textarea.getElementsByTagName('a'); + var oldLinks = []; + + for (var i = 0; i < tmp.length; i++) + { + oldLinks.push(tmp[i]); + } + + document.execCommand('createlink', false, mxUtils.trim(value)); + + // Finds the new link element + var newLinks = this.cellEditor.textarea.getElementsByTagName('a'); + + if (newLinks.length == oldLinks.length + 1) + { + // Inverse order in favor of appended links + for (var i = newLinks.length - 1; i >= 0; i--) + { + if (newLinks[i] != oldLinks[i - 1]) + { + // Removes all inner links from the new link and + // moves the children to the inner link parent + var tmp = newLinks[i].getElementsByTagName('a'); + + while (tmp.length > 0) + { + var parent = tmp[0].parentNode; + + while (tmp[0].firstChild != null) + { + parent.insertBefore(tmp[0].firstChild, tmp[0]); + } + + parent.removeChild(tmp[0]); + } + + break; + } + } + } + } else { // LATER: Fix inserting link/image in IE8/quirks after focus lost @@ -6550,15 +6595,36 @@ if (typeof mxVertexHandler != 'undefined') */ Graph.prototype.createLinkForHint = function(link, label) { - label = (label != null) ? label : link; + link = (link != null) ? link : 'javascript:void(0);'; + + if (label == null || label.length == 0) + { + if (this.isCustomLink(link)) + { + label = this.getLinkTitle(link); + } + else + { + label = link; + } + } + + // Helper function to shorten strings + function short(str, max) + { + if (str.length > max) + { + str = str.substring(0, Math.round(max / 2)) + '...' + + str.substring(str.length - Math.round(max / 4)); + } + + return str; + }; var a = document.createElement('a'); a.setAttribute('href', this.getAbsoluteUrl(link)); - - if (link != null && !this.isCustomLink(link)) - { - a.setAttribute('title', link); - } + a.setAttribute('title', short((this.isCustomLink(link)) ? + this.getLinkTitle(link) : link, 80)); if (this.linkTarget != null) { @@ -6566,16 +6632,17 @@ if (typeof mxVertexHandler != 'undefined') } // Adds shortened label to link - var max = 40; - var head = 26; - var tail = 10; + mxUtils.write(a, short(label, 40)); - if (label.length > max) + // Handles custom links + if (this.isCustomLink(link)) { - label = label.substring(0, head) + '...' + label.substring(label.length - tail); + mxEvent.addListener(a, 'click', mxUtils.bind(this, function(evt) + { + this.customLinkClicked(link); + mxEvent.consume(evt); + })); } - - mxUtils.write(a, label); return a; }; @@ -8143,8 +8210,8 @@ if (typeof mxVertexHandler != 'undefined') var div = document.createElement('div'); div.style.marginTop = (link != null || i > 0) ? '6px' : '0px'; div.appendChild(this.graph.createLinkForHint( - links[i].getAttribute('href'), - mxUtils.getTextContent(links[i]))); + links[i].getAttribute('href'), + mxUtils.getTextContent(links[i]))); this.linkHint.appendChild(div); } diff --git a/src/main/webapp/js/mxgraph/Sidebar.js b/src/main/webapp/js/mxgraph/Sidebar.js index b129ee3bc..34af4ca97 100644 --- a/src/main/webapp/js/mxgraph/Sidebar.js +++ b/src/main/webapp/js/mxgraph/Sidebar.js @@ -3153,6 +3153,16 @@ Sidebar.prototype.itemClicked = function(cells, ds, evt, elt) else { var pt = graph.getFreeInsertPoint(); + + if (mxEvent.isShiftDown(evt)) + { + var bounds = graph.getGraphBounds(); + var tr = graph.view.translate; + var s = graph.view.scale; + pt.x = bounds.x / s - tr.x + bounds.width / s + graph.gridSize; + pt.y = bounds.y / s - tr.y; + } + ds.drop(graph, evt, null, pt.x, pt.y, true); if (this.editorUi.hoverIcons != null && (mxEvent.isTouchEvent(evt) || mxEvent.isPenEvent(evt))) diff --git a/src/main/webapp/js/mxgraph/Toolbar.js b/src/main/webapp/js/mxgraph/Toolbar.js index 273b2a829..be50f3bba 100644 --- a/src/main/webapp/js/mxgraph/Toolbar.js +++ b/src/main/webapp/js/mxgraph/Toolbar.js @@ -655,7 +655,7 @@ Toolbar.prototype.hideMenu = function() /** * Adds a label to the toolbar. */ -Toolbar.prototype.addMenu = function(label, tooltip, showLabels, name, c, showAll) +Toolbar.prototype.addMenu = function(label, tooltip, showLabels, name, c, showAll, ignoreState) { var menu = this.editorUi.menus.get(name); var elt = this.addMenuFunction(label, tooltip, showLabels, function() @@ -663,11 +663,14 @@ Toolbar.prototype.addMenu = function(label, tooltip, showLabels, name, c, showAl menu.funct.apply(menu, arguments); }, c, showAll); - menu.addListener('stateChanged', function() + if (!ignoreState) { - elt.setEnabled(menu.enabled); - }); - + menu.addListener('stateChanged', function() + { + elt.setEnabled(menu.enabled); + }); + } + return elt; }; diff --git a/src/main/webapp/js/reader.min.js b/src/main/webapp/js/reader.min.js index c713b9a3c..a30cae341 100644 --- a/src/main/webapp/js/reader.min.js +++ b/src/main/webapp/js/reader.min.js @@ -36,18 +36,18 @@ function(){return null!==this.k};f.prototype.V=function(){return this.h&&decodeU this.l};f.prototype.ba=function(a){if("object"===typeof a&&!(a instanceof Array)&&(a instanceof Object||"[object Array]"!==Object.prototype.toString.call(a))){var b=[],c=-1,d;for(d in a){var e=a[d];"string"===typeof e&&(b[++c]=d,b[++c]=e)}a=b}for(var b=[],c="",f=0;f<a.length;)d=a[f++],e=a[f++],b.push(c,encodeURIComponent(d.toString())),c="&",e&&b.push("=",encodeURIComponent(e.toString()));this.l=b.join("")};f.prototype.fa=function(a){this.o=a?a:null};f.prototype.Z=function(){return null!==this.o}; var l=/^(?:([^:/?#]+):)?(?:\/\/(?:([^/?#]*)@)?([^/?#:@]*)(?::([0-9]+))?)?([^?#]+)?(?:\?([^#]*))?(?:#(.*))?$/,m=/[#\/\?@]/g,n=/[\#\?]/g;f.parse=a;f.create=function(a,d,e,g,h,k,l){a=new f(b(a,m),b(d,m),"string"==typeof e?encodeURIComponent(e):null,0<g?g.toString():null,b(h,n),null,"string"==typeof l?encodeURIComponent(l):null);k&&("string"===typeof k?a.O(k.replace(/[^?&=0-9A-Za-z_\-~.%]/g,c)):a.ba(k));return a};f.N=e;f.ma=d;f.ha={ua:function(b){return/\.html$/.test(a(b).U())?"text/html":"application/javascript"}, N:function(b,c){return b?e(a(b),a(c)).toString():""+c}};return f}();"undefined"!==typeof window&&(window.URI=f);var g=void 0,h=void 0,k=void 0,l=void 0;(function(){function a(a){return"string"===typeof a?'url("'+a.replace(x,c)+'")':'url("about:blank")'}function c(a){return y[a]}function d(a,b){return a?f.ha.N(a,b):b}function n(a,b,c){if(!c)return null;var d=(""+a).match(u);return!d||d[1]&&!D.test(d[1])?null:c(a,b)}function w(a){return a.replace(/^-(?:apple|css|epub|khtml|moz|mso?|o|rim|wap|webkit|xv)-(?=[a-z])/, -"")}var x=/[\n\f\r\"\'()*<>]/g,y={"\n":"%0a","\f":"%0c","\r":"%0d",'"':"%22","'":"%27","(":"%28",")":"%29","*":"%2a","<":"%3c",">":"%3e"},u=/^(?:([^:/?# ]+):)?/,D=/^(?:https?|mailto|data)$/i;g=function(){var c={};return function C(f,g,h,k,l){f=w(f);var m=b[f];if(m&&"object"===typeof m){for(var p=m.cssPropBits,v=p&80,q=p&1536,r=NaN,B=0,u=0;B<g.length;++B){var t=g[B].toLowerCase(),z=t.charCodeAt(0),x,L,y,D,G,E;if(32===z)t="";else if(34===z)t=16===v?h?a(n(d(k,e(g[B].substring(1,t.length-1))),f,h)):"": -p&8&&!(v&v-1)?t:"";else if("inherit"!==t){if(G=m.cssLitGroup){var F;if(!(F=m.cssLitMap)){F={};for(var K=G.length;0<=--K;)for(var R=G[K],fa=R.length;0<=--fa;)F[R[fa]]=c;F=m.cssLitMap=F}G=F}else G=c;if(E=G,E[w(t)]!==c)if(35===z&&/^#(?:[0-9a-f]{3}){1,2}$/.test(t))t=p&2?t:"";else if(48<=z&&57>=z)t=p&1?t:"";else if(x=t.charCodeAt(1),L=t.charCodeAt(2),y=48<=x&&57>=x,D=48<=L&&57>=L,43===z&&(y||46===x&&D))t=p&1?(y?"":"0")+t.substring(1):"";else if(45===z&&(y||46===x&&D))t=p&4?(y?"-":"-0")+t.substring(1): -p&1?"0":"";else if(46===z&&y)t=p&1?"0"+t:"";else if('url("'===t.substring(0,5))t=h&&p&16?a(n(d(k,g[B].substring(5,t.length-2)),f,h)):"";else if("("===t.charAt(t.length-1))a:{G=g;F=B;t=1;K=F+1;for(z=G.length;K<z&&t;)R=G[K++],t+=")"===R?-1:/^[^"']*\($/.test(R);if(!t)for(t=G[F].toLowerCase(),z=w(t),G=G.splice(F,K-F,""),F=m.cssFns,K=0,R=F.length;K<R;++K)if(F[K].substring(0,z.length)==z){G[0]=G[G.length-1]="";C(F[K],G,h,k);t=t+G.join(" ")+")";break a}t=""}else t=q&&/^-?[a-z_][\w\-]*$/.test(t)&&!/__$/.test(t)? +"")}var x=/[\n\f\r\"\'()*<>]/g,y={"\n":"%0a","\f":"%0c","\r":"%0d",'"':"%22","'":"%27","(":"%28",")":"%29","*":"%2a","<":"%3c",">":"%3e"},u=/^(?:([^:/?# ]+):)?/,D=/^(?:https?|mailto|data)$/i;g=function(){var c={};return function C(f,g,h,k,l){f=w(f);var m=b[f];if(m&&"object"===typeof m){for(var p=m.cssPropBits,v=p&80,q=p&1536,r=NaN,B=0,u=0;B<g.length;++B){var t=g[B].toLowerCase(),z=t.charCodeAt(0),x,L,y,D,H,E;if(32===z)t="";else if(34===z)t=16===v?h?a(n(d(k,e(g[B].substring(1,t.length-1))),f,h)):"": +p&8&&!(v&v-1)?t:"";else if("inherit"!==t){if(H=m.cssLitGroup){var F;if(!(F=m.cssLitMap)){F={};for(var K=H.length;0<=--K;)for(var R=H[K],fa=R.length;0<=--fa;)F[R[fa]]=c;F=m.cssLitMap=F}H=F}else H=c;if(E=H,E[w(t)]!==c)if(35===z&&/^#(?:[0-9a-f]{3}){1,2}$/.test(t))t=p&2?t:"";else if(48<=z&&57>=z)t=p&1?t:"";else if(x=t.charCodeAt(1),L=t.charCodeAt(2),y=48<=x&&57>=x,D=48<=L&&57>=L,43===z&&(y||46===x&&D))t=p&1?(y?"":"0")+t.substring(1):"";else if(45===z&&(y||46===x&&D))t=p&4?(y?"-":"-0")+t.substring(1): +p&1?"0":"";else if(46===z&&y)t=p&1?"0"+t:"";else if('url("'===t.substring(0,5))t=h&&p&16?a(n(d(k,g[B].substring(5,t.length-2)),f,h)):"";else if("("===t.charAt(t.length-1))a:{H=g;F=B;t=1;K=F+1;for(z=H.length;K<z&&t;)R=H[K++],t+=")"===R?-1:/^[^"']*\($/.test(R);if(!t)for(t=H[F].toLowerCase(),z=w(t),H=H.splice(F,K-F,""),F=m.cssFns,K=0,R=F.length;K<R;++K)if(F[K].substring(0,z.length)==z){H[0]=H[H.length-1]="";C(F[K],H,h,k);t=t+H.join(" ")+")";break a}t=""}else t=q&&/^-?[a-z_][\w\-]*$/.test(t)&&!/__$/.test(t)? l&&512===q?g[B]+l:1024===q&&b[t]&&"number"===typeof b[t].oa?t:"":/^\w+$/.test(t)&&64===v&&p&8?r+1===u?(g[r]=g[r].substring(0,g[r].length-1)+" "+t+'"',""):(r=u,'"'+t+'"'):""}t&&(g[u++]=t)}1===u&&'url("about:blank")'===g[0]&&(u=0);g.length=u}else g.length=0}}();var F=/^(active|after|before|blank|checked|default|disabled|drop|empty|enabled|first|first-child|first-letter|first-line|first-of-type|fullscreen|focus|hover|in-range|indeterminate|invalid|last-child|last-of-type|left|link|only-child|only-of-type|optional|out-of-range|placeholder-shown|read-only|read-write|required|right|root|scope|user-error|valid|visited)$/, E={};E[">"]=E["+"]=E["~"]=E;h=function(a,b,c){function d(d,k){function l(c,d,e){var h,k,l,n,v,Z=!0;h="";c<d&&((v=a[c],"*"===v)?(++c,h=v):/^[a-zA-Z]/.test(v)&&(k=g(v.toLowerCase(),[]))&&("tagName"in k&&(v=k.tagName),++c,h=v));for(n=l=k="";Z&&c<d;++c)if(v=a[c],"#"===v.charAt(0))/^#_|__$|[^\w#:\-]/.test(v)?Z=!1:k+=v+f;else if("."===v)++c<d&&/^[0-9A-Za-z:_\-]+$/.test(v=a[c])&&!/^_|__$/.test(v)?k+="."+v:Z=!1;else if(c+1<d&&"["===a[c]){++c;var C=a[c++].toLowerCase();v=p.m[h+"::"+C];v!==+v&&(v=p.m["*::"+ C]);var q;b.ia?(q=b.ia(h,C),"string"!==typeof q&&(Z=!1,q=C),Z&&v!==+v&&(v=p.d.NONE)):(q=C,v!==+v&&(Z=!1));var r=C="",B=!1;/^[~^$*|]?=$/.test(a[c])&&(C=a[c++],r=a[c++],/^[0-9A-Za-z:_\-]+$/.test(r)?r='"'+r+'"':"]"===r&&(r='""',--c),/^"([^\"\\]|\\.)*"$/.test(r)||(Z=!1),(B="i"===a[c])&&++c);"]"!==a[c]&&(++c,Z=!1);switch(v){case p.d.CLASSES:case p.d.LOCAL_NAME:case p.d.NONE:break;case p.d.GLOBAL_NAME:case p.d.ID:case p.d.IDREF:"="!==C&&"~="!==C&&"$="!==C||'""'==r||B?"|="===C||""===C||(Z=!1):r='"'+r.substring(1, r.length-1)+f+'"';break;case p.d.URI:case p.d.URI_FRAGMENT:""!==C&&(Z=!1);break;default:Z=!1}Z&&(l+="["+q.replace(/[^\w-]/g,"\\$&")+C+r+(B?" i]":"]"))}else if(c<d&&":"===a[c])if(v=a[++c],F.test(v))n+=":"+v;else break;else break;c!==d&&(Z=!1);Z&&(c=(h+k).replace(/[^ .*#\w-]/g,"\\$&")+l+n+e)&&m.push(c);return Z}" "===a[d]&&++d;k-1!==d&&" "===a[k]&&--k;for(var m=[],n=d,v=!0,C=d;v&&C<k;++C){var q=a[C];if(E[q]===E||" "===q)l(n,C,q)?n=C+1:v=!1}l(n,k,"")||(v=!1);return v?(m.length&&(n=m.join(""),null!== e&&(n="."+e+" "+n),h.push(n)),!0):!c||c(a.slice(d,k))}var e=b.na,f=b.L,g=b.Aa,h=[],k=0,l,m=0,n;for(l=0;l<a.length;++l)(n=a[l],"("==n||"["==n?(++m,0):")"==n||"]"==n?(m&&--m,0):" "==a[l]&&(m||E[a[l-1]]===E||E[a[l+1]]===E))||(a[k++]=a[l]);a.length=k;k=a.length;for(l=m=0;l<k;++l)if(","===a[l]){if(!d(m,l))return null;m=l+1}return d(m,k)?h:null};(function(){var a=/^\w/,b=/^(?:(?:(?:(?:only|not) )?(?:all|aural|braille|embossed|handheld|print|projection|screen|speech|tty|tv)|\( (?:(?:min-|max-)?(?:(?:device-)?(?:aspect-ratio|height|width)|color(?:-index)?|monochrome|orientation|resolution)|grid|hover|luminosity|pointer|scan|script) (?:: -?(?:[a-z]\w+(?:-\w+)*|\d+(?: \/ \d+|(?:\.\d+)?(?:p[cxt]|[cem]m|in|dpi|dppx|dpcm|%)?)) )?\))(?: and ?\( (?:(?:min-|max-)?(?:(?:device-)?(?:aspect-ratio|height|width)|color(?:-index)?|monochrome|orientation|resolution)|grid|hover|luminosity|pointer|scan|script) (?:: -?(?:[a-z]\w+(?:-\w+)*|\d+(?: \/ \d+|(?:\.\d+)?(?:p[cxt]|[cem]m|in|dpi|dppx|dpcm|%)?)) )?\))*)(?: , (?:(?:(?:(?:only|not) )?(?:all|aural|braille|embossed|handheld|print|projection|screen|speech|tty|tv)|\( (?:(?:min-|max-)?(?:(?:device-)?(?:aspect-ratio|height|width)|color(?:-index)?|monochrome|orientation|resolution)|grid|hover|luminosity|pointer|scan|script) (?:: -?(?:[a-z]\w+(?:-\w+)*|\d+(?: \/ \d+|(?:\.\d+)?(?:p[cxt]|[cem]m|in|dpi|dppx|dpcm|%)?)) )?\))(?: and ?\( (?:(?:min-|max-)?(?:(?:device-)?(?:aspect-ratio|height|width)|color(?:-index)?|monochrome|orientation|resolution)|grid|hover|luminosity|pointer|scan|script) (?:: -?(?:[a-z]\w+(?:-\w+)*|\d+(?: \/ \d+|(?:\.\d+)?(?:p[cxt]|[cem]m|in|dpi|dppx|dpcm|%)?)) )?\))*))*$/i; l=function(c){c=c.slice();for(var d=c.length,e=0,f=0;f<d;++f){var g=c[f];" "!=g&&(c[e++]=g)}c.length=e;c=c.join(" ");return c.length?b.test(c)?a.test(c)?c:"not all , "+c:"not all":""}})();(function(){function a(a){var b=/^\s*[']([^']*)[']\s*$/,c=/^\s*url\s*[(]["]([^"]*)["][)]\s*$/,d=/^\s*url\s*[(][']([^']*)['][)]\s*$/,e=/^\s*url\s*[(]([^)]*)[)]\s*$/,f;return(f=/^\s*["]([^"]*)["]\s*$/.exec(a))||(f=b.exec(a))||(f=c.exec(a))||(f=d.exec(a))||(f=e.exec(a))?f[1]:null}function b(c,e,f,k,p,q,r){function C(){t= -H.length&&null===H[H.length-1]}var v=void 0,B=r||[0],H=[],t=!1;m(e,{startStylesheet:function(){v=[]},endStylesheet:function(){},startAtrule:function(e,g){if(t)e=null;else if("@media"===e)v.push("@media"," ",l(g));else if("@keyframes"===e||"@-webkit-keyframes"===e){var h=g[0];1!==g.length||/__$|[^\w\-]/.test(h)?e=null:(v.push(e," ",h+f.L),e="@keyframes")}else if("@import"===e&&0<g.length)if(e=null,"function"===typeof q){var m=l(g.slice(1));if("not all"!==m){++B[0];var C=[];v.push(C);var r=n(d(c,a(g[0])), -function(a){var c=b(r,a.qa,f,k,p,q,B);--B[0];a=m?{toString:function(){return"@media "+m+" {"+c.result+"}"}}:c.result;C[0]=a;q(a,!!B[0])},p)}}else window.console&&window.console.log("@import "+g.join(" ")+" elided");t=!e;H.push(e)},endAtrule:function(){H.pop();t||v.push(";");C()},startBlock:function(){t||v.push("{")},endBlock:function(){t||(v.push("}"),t=!0)},startRuleset:function(a){if(!t){var b=void 0;"@keyframes"===H[H.length-1]?(b=a.join(" ").match(/^ *(?:from|to|\d+(?:\.\d+)?%) *(?:, *(?:from|to|\d+(?:\.\d+)?%) *)*$/i), -t=!b,b&&(b=b[0].replace(/ +/g,""))):(a=h(a,f),a&&a.length?b=a.join(", "):t=!0);t||v.push(b,"{")}H.push(null)},endRuleset:function(){H.pop();t||v.push("}");C()},declaration:function(a,b){if(!t){var d=!1,e=b.length;2<=e&&"!"===b[e-2]&&"important"===b[e-1].toLowerCase()&&(d=!0,b.length-=2);g(a,b,k,c,f.L);b.length&&v.push(a,":",b.join(" "),d?" !important;":";")}}});return{result:{toString:function(){return v.join("")}},va:!!B[0]}}k=function(a,c,d,e){return b(a,c,d,e,void 0,void 0).result.toString()}})()})(); +G.length&&null===G[G.length-1]}var v=void 0,B=r||[0],G=[],t=!1;m(e,{startStylesheet:function(){v=[]},endStylesheet:function(){},startAtrule:function(e,g){if(t)e=null;else if("@media"===e)v.push("@media"," ",l(g));else if("@keyframes"===e||"@-webkit-keyframes"===e){var h=g[0];1!==g.length||/__$|[^\w\-]/.test(h)?e=null:(v.push(e," ",h+f.L),e="@keyframes")}else if("@import"===e&&0<g.length)if(e=null,"function"===typeof q){var m=l(g.slice(1));if("not all"!==m){++B[0];var C=[];v.push(C);var r=n(d(c,a(g[0])), +function(a){var c=b(r,a.qa,f,k,p,q,B);--B[0];a=m?{toString:function(){return"@media "+m+" {"+c.result+"}"}}:c.result;C[0]=a;q(a,!!B[0])},p)}}else window.console&&window.console.log("@import "+g.join(" ")+" elided");t=!e;G.push(e)},endAtrule:function(){G.pop();t||v.push(";");C()},startBlock:function(){t||v.push("{")},endBlock:function(){t||(v.push("}"),t=!0)},startRuleset:function(a){if(!t){var b=void 0;"@keyframes"===G[G.length-1]?(b=a.join(" ").match(/^ *(?:from|to|\d+(?:\.\d+)?%) *(?:, *(?:from|to|\d+(?:\.\d+)?%) *)*$/i), +t=!b,b&&(b=b[0].replace(/ +/g,""))):(a=h(a,f),a&&a.length?b=a.join(", "):t=!0);t||v.push(b,"{")}G.push(null)},endRuleset:function(){G.pop();t||v.push("}");C()},declaration:function(a,b){if(!t){var d=!1,e=b.length;2<=e&&"!"===b[e-2]&&"important"===b[e-1].toLowerCase()&&(d=!0,b.length-=2);g(a,b,k,c,f.L);b.length&&v.push(a,":",b.join(" "),d?" !important;":";")}}});return{result:{toString:function(){return v.join("")}},va:!!B[0]}}k=function(a,c,d,e){return b(a,c,d,e,void 0,void 0).result.toString()}})()})(); "undefined"!==typeof window&&(window.sanitizeCssProperty=g,window.sanitizeCssSelectorList=h,window.sanitizeStylesheet=k,window.sanitizeMediaQuery=l);var m,n;(function(){function a(a,c,d,e,f){for(var g=c++;c<d&&"{"!==a[c]&&";"!==a[c];)++c;if(c<d&&(f||";"===a[c])){f=g+1;var h=c;f<d&&" "===a[f]&&++f;h>f&&" "===a[h-1]&&--h;e.startAtrule&&e.startAtrule(a[g].toLowerCase(),a.slice(f,h));c="{"===a[c]?b(a,c,d,e):c+1;e.endAtrule&&e.endAtrule()}return c}function b(d,e,f,g){++e;for(g.startBlock&&g.startBlock();e< f;){var h=d[e].charAt(0);if("}"==h){++e;break}e=" "===h||";"===h?e+1:"@"===h?a(d,e,f,g,!1):"{"===h?b(d,e,f,g):c(d,e,f,g)}g.endBlock&&g.endBlock();return e}function c(a,b,c,d){var f=b,h=e(a,b,c,!0);if(0>h)return h=~h,h===f?h+1:h;var k=a[h];if("{"!==k)return h===f?h+1:h;b=h+1;h>f&&" "===a[h-1]&&--h;for(d.startRuleset&&d.startRuleset(a.slice(f,h));b<c;){k=a[b];if("}"===k){++b;break}b=" "===k?b+1:g(a,b,c,d)}d.endRuleset&&d.endRuleset();return b}function e(a,b,c,d){for(var e,f=[],g=-1;b<c;++b)if(e=a[b].charAt(0), "["===e||"("===e)f[++g]=e;else if("]"===e&&"["===f[g]||")"===e&&"("===f[g])--g;else if("{"===e||"}"===e||";"===e||"@"===e||":"===e&&!d)break;0<=g&&(b=~(b+1));return b}function f(a,b,c){for(;b<c&&";"!==a[b]&&"}"!==a[b];)++b;return b<c&&";"===a[b]?b+1:b}function g(a,b,c,d){var g=a[b++];if(!h.test(g))return f(a,b,c);b<c&&" "===a[b]&&++b;if(b==c||":"!==a[b])return f(a,b,c);++b;b<c&&" "===a[b]&&++b;var k=e(a,b,c,!1);if(0>k)k=~k;else{for(var l=[],m=0,n=b;n<k;++n)b=a[n]," "!==b&&(l[m++]=b);if(k<c){do{b= @@ -72,20 +72,20 @@ li:"HTMLLIElement",link:"HTMLLinkElement",map:"HTMLMapElement",mark:"HTMLElement s:"HTMLElement",samp:"HTMLElement",script:"HTMLScriptElement",section:"HTMLElement",select:"HTMLSelectElement",small:"HTMLElement",source:"HTMLSourceElement",span:"HTMLSpanElement",strike:"HTMLElement",strong:"HTMLElement",style:"HTMLStyleElement",sub:"HTMLElement",summary:"HTMLElement",sup:"HTMLElement",table:"HTMLTableElement",tbody:"HTMLTableSectionElement",td:"HTMLTableDataCellElement",textarea:"HTMLTextAreaElement",tfoot:"HTMLTableSectionElement",th:"HTMLTableHeaderCellElement",thead:"HTMLTableSectionElement", time:"HTMLTimeElement",title:"HTMLTitleElement",tr:"HTMLTableRowElement",track:"HTMLTrackElement",tt:"HTMLElement",u:"HTMLElement",ul:"HTMLUListElement","var":"HTMLElement",video:"HTMLVideoElement",wbr:"HTMLElement"};p.ELEMENT_DOM_INTERFACES=p.Q;p.P={NOT_LOADED:0,SAME_DOCUMENT:1,NEW_DOCUMENT:2};p.ueffects=p.P;p.J={"a::href":2,"area::href":2,"audio::src":1,"blockquote::cite":0,"command::icon":1,"del::cite":0,"form::action":2,"img::src":1,"input::src":1,"ins::cite":0,"q::cite":0,"video::poster":1,"video::src":1}; p.URIEFFECTS=p.J;p.M={UNSANDBOXED:2,SANDBOXED:1,DATA:0};p.ltypes=p.M;p.I={"a::href":2,"area::href":2,"audio::src":2,"blockquote::cite":2,"command::icon":1,"del::cite":2,"form::action":2,"img::src":1,"input::src":1,"ins::cite":2,"q::cite":2,"video::poster":1,"video::src":2};p.LOADERTYPES=p.I;"undefined"!==typeof window&&(window.html4=p);a=function(a){function b(a,b){var c;if(ba.hasOwnProperty(b))c=ba[b];else{var d=b.match(X);c=d?String.fromCharCode(parseInt(d[1],10)):(d=b.match(v))?String.fromCharCode(parseInt(d[1], -16)):H&&P.test(b)?(H.innerHTML="&"+b+";",d=H.textContent,ba[b]=d):"&"+b+";"}return c}function c(a){return a.replace(ca,b)}function d(a){return(""+a).replace(J,"&").replace(T,"<").replace(ea,">").replace(aa,""")}function e(a){return a.replace(N,"&$1").replace(T,"<").replace(ea,">")}function g(a){var b={z:a.z||a.cdata,A:a.A||a.comment,B:a.B||a.endDoc,t:a.t||a.endTag,e:a.e||a.pcdata,F:a.F||a.rcdata,H:a.H||a.startDoc,w:a.w||a.startTag};return function(a,c){var d,e=/(<\/|<\!--|<[!?]|[&<>])/g; +16)):G&&Q.test(b)?(G.innerHTML="&"+b+";",d=G.textContent,ba[b]=d):"&"+b+";"}return c}function c(a){return a.replace(ca,b)}function d(a){return(""+a).replace(J,"&").replace(T,"<").replace(ea,">").replace(aa,""")}function e(a){return a.replace(N,"&$1").replace(T,"<").replace(ea,">")}function g(a){var b={z:a.z||a.cdata,A:a.A||a.comment,B:a.B||a.endDoc,t:a.t||a.endTag,e:a.e||a.pcdata,F:a.F||a.rcdata,H:a.H||a.startDoc,w:a.w||a.startTag};return function(a,c){var d,e=/(<\/|<\!--|<[!?]|[&<>])/g; d=a+"";if(V)d=d.split(e);else{for(var f=[],g=0,h;null!==(h=e.exec(d));)f.push(d.substring(g,h.index)),f.push(h[0]),g=h.index+h[0].length;f.push(d.substring(g));d=f}k(b,d,0,{r:!1,C:!1},c)}}function h(a,b,c,d,e){return function(){k(a,b,c,d,e)}}function k(b,c,d,e,f){try{b.H&&0==d&&b.H(f);for(var g,k,n,v=c.length;d<v;){var p=c[d++],C=c[d];switch(p){case "&":M.test(C)?(b.e&&b.e("&"+C,f,O,h(b,c,d,e,f)),d++):b.e&&b.e("&",f,O,h(b,c,d,e,f));break;case "</":if(g=/^([-\w:]+)[^\'\"]*/.exec(C))if(g[0].length=== -C.length&&">"===c[d+1])d+=2,n=g[1].toLowerCase(),b.t&&b.t(n,f,O,h(b,c,d,e,f));else{var Z=c,R=d,q=b,r=f,Y=O,H=e,t=m(Z,R);t?(q.t&&q.t(t.name,r,Y,h(q,Z,R,H,r)),d=t.next):d=Z.length}else b.e&&b.e("</",f,O,h(b,c,d,e,f));break;case "<":if(g=/^([-\w:]+)\s*\/?/.exec(C))if(g[0].length===C.length&&">"===c[d+1]){d+=2;n=g[1].toLowerCase();b.w&&b.w(n,[],f,O,h(b,c,d,e,f));var P=a.f[n];P&W&&(d=l(c,{name:n,next:d,c:P},b,f,O,e))}else{var Z=c,R=b,q=f,r=O,Y=e,B=m(Z,d);B?(R.w&&R.w(B.name,B.R,q,r,h(R,Z,B.next,Y,q)), +C.length&&">"===c[d+1])d+=2,n=g[1].toLowerCase(),b.t&&b.t(n,f,O,h(b,c,d,e,f));else{var Z=c,R=d,q=b,r=f,Y=O,G=e,Q=m(Z,R);Q?(q.t&&q.t(Q.name,r,Y,h(q,Z,R,G,r)),d=Q.next):d=Z.length}else b.e&&b.e("</",f,O,h(b,c,d,e,f));break;case "<":if(g=/^([-\w:]+)\s*\/?/.exec(C))if(g[0].length===C.length&&">"===c[d+1]){d+=2;n=g[1].toLowerCase();b.w&&b.w(n,[],f,O,h(b,c,d,e,f));var t=a.f[n];t&W&&(d=l(c,{name:n,next:d,c:t},b,f,O,e))}else{var Z=c,R=b,q=f,r=O,Y=e,B=m(Z,d);B?(R.w&&R.w(B.name,B.R,q,r,h(R,Z,B.next,Y,q)), d=B.c&W?l(Z,B,R,q,r,Y):B.next):d=Z.length}else b.e&&b.e("<",f,O,h(b,c,d,e,f));break;case "\x3c!--":if(!e.C){for(k=d+1;k<v&&(">"!==c[k]||!/--$/.test(c[k-1]));k++);if(k<v){if(b.A){var u=c.slice(d,k).join("");b.A(u.substr(0,u.length-2),f,O,h(b,c,k+1,e,f))}d=k+1}else e.C=!0}e.C&&b.e&&b.e("<!--",f,O,h(b,c,d,e,f));break;case "<!":if(/^\w/.test(C)){if(!e.r){for(k=d+1;k<v&&">"!==c[k];k++);k<v?d=k+1:e.r=!0}e.r&&b.e&&b.e("<!",f,O,h(b,c,d,e,f))}else b.e&&b.e("<!",f,O,h(b,c,d,e,f));break;case "<?":if(!e.r){for(k= d+1;k<v&&">"!==c[k];k++);k<v?d=k+1:e.r=!0}e.r&&b.e&&b.e("<?",f,O,h(b,c,d,e,f));break;case ">":b.e&&b.e(">",f,O,h(b,c,d,e,f));break;case "":break;default:b.e&&b.e(p,f,O,h(b,c,d,e,f))}}b.B&&b.B(f)}catch(ma){if(ma!==O)throw ma;}}function l(b,c,d,f,g,k){var l=b.length;R.hasOwnProperty(c.name)||(R[c.name]=RegExp("^"+c.name+"(?:[\\s\\/]|$)","i"));for(var m=R[c.name],n=c.next,v=c.next+1;v<l&&("</"!==b[v-1]||!m.test(b[v]));v++);v<l&&--v;l=b.slice(n,v).join("");if(c.c&a.c.CDATA)d.z&&d.z(l,f,g,h(d,b, -v,k,f));else if(c.c&a.c.RCDATA)d.F&&d.F(e(l),f,g,h(d,b,v,k,f));else throw Error("bug");return v}function m(b,d){var e=/^([-\w:]+)/.exec(b[d]),f={};f.name=e[1].toLowerCase();f.c=a.f[f.name];for(var g=b[d].substr(e[0].length),h=d+1,k=b.length;h<k&&">"!==b[h];h++)g+=b[h];if(!(k<=h)){for(var l=[];""!==g;)if(e=Q.exec(g))if(e[4]&&!e[5]||e[6]&&!e[7]){for(var e=e[4]||e[6],m=!1,g=[g,b[h++]];h<k;h++){if(m){if(">"===b[h])break}else 0<=b[h].indexOf(e)&&(m=!0);g.push(b[h])}if(k<=h)break;g=g.join("")}else{var m= +v,k,f));else if(c.c&a.c.RCDATA)d.F&&d.F(e(l),f,g,h(d,b,v,k,f));else throw Error("bug");return v}function m(b,d){var e=/^([-\w:]+)/.exec(b[d]),f={};f.name=e[1].toLowerCase();f.c=a.f[f.name];for(var g=b[d].substr(e[0].length),h=d+1,k=b.length;h<k&&">"!==b[h];h++)g+=b[h];if(!(k<=h)){for(var l=[];""!==g;)if(e=P.exec(g))if(e[4]&&!e[5]||e[6]&&!e[7]){for(var e=e[4]||e[6],m=!1,g=[g,b[h++]];h<k;h++){if(m){if(">"===b[h])break}else 0<=b[h].indexOf(e)&&(m=!0);g.push(b[h])}if(k<=h)break;g=g.join("")}else{var m= e[1].toLowerCase(),n;if(e[2]){n=e[3];var v=n.charCodeAt(0);if(34===v||39===v)n=n.substr(1,n.length-2);n=c(n.replace(I,""))}else n="";l.push(m,n);g=g.substr(e[0].length)}else g=g.replace(/^[\s\S][^a-z\s]*/,"");f.R=l;f.next=h+1;return f}}function n(b){function c(a,b){f||b.push(a)}var e,f;return g({startDoc:function(){e=[];f=!1},startTag:function(c,g,h){if(!f&&a.f.hasOwnProperty(c)){var k=a.f[c];if(!(k&a.c.FOLDABLE)){var l=b(c,g);if(l){if("object"!==typeof l)throw Error("tagPolicy did not return object (old API?)"); if("attribs"in l)g=l.attribs;else throw Error("tagPolicy gave no attribs");var m;"tagName"in l?(m=l.tagName,l=a.f[m]):(m=c,l=k);if(k&a.c.OPTIONAL_ENDTAG){var n=e[e.length-1];n&&n.D===c&&(n.v!==m||c!==m)&&h.push("</",n.v,">")}k&a.c.EMPTY||e.push({D:c,v:m});h.push("<",m);c=0;for(n=g.length;c<n;c+=2){var v=g[c],C=g[c+1];null!==C&&void 0!==C&&h.push(" ",v,'="',d(C),'"')}h.push(">");k&a.c.EMPTY&&!(l&a.c.EMPTY)&&h.push("</",m,">")}else f=!(k&a.c.EMPTY)}}},endTag:function(b,c){if(f)f=!1;else if(a.f.hasOwnProperty(b)){var d= a.f[b];if(!(d&(a.c.EMPTY|a.c.FOLDABLE))){if(d&a.c.OPTIONAL_ENDTAG)for(d=e.length;0<=--d;){var g=e[d].D;if(g===b)break;if(!(a.f[g]&a.c.OPTIONAL_ENDTAG))return}else for(d=e.length;0<=--d&&e[d].D!==b;);if(!(0>d)){for(g=e.length;--g>d;){var h=e[g].v;a.f[h]&a.c.OPTIONAL_ENDTAG||c.push("</",h,">")}d<e.length&&(b=e[d].v);e.length=d;c.push("</",b,">")}}}},pcdata:c,rcdata:c,cdata:c,endDoc:function(a){for(;e.length;e.length--)a.push("</",e[e.length-1].v,">")}})}function p(a,b,c,d,e){if(!e)return null;try{var g= f.parse(""+a);if(g&&(!g.K()||fa.test(g.W()))){var h=e(g,b,c,d);return h?h.toString():null}}catch(ia){}return null}function r(a,b,c,d,e){c||a(b+" removed",{S:"removed",tagName:b});if(d!==e){var f="changed";d&&!e?f="removed":!d&&e&&(f="added");a(b+"."+c+" "+f,{S:f,tagName:b,la:c,oldValue:d,newValue:e})}}function C(a,b,c){b=b+"::"+c;if(a.hasOwnProperty(b))return a[b];b="*::"+c;if(a.hasOwnProperty(b))return a[b]}function L(b,c,d,e,f){for(var g=0;g<c.length;g+=2){var h=c[g],k=c[g+1],l=k,m=null,n;if((n= b+"::"+h,a.m.hasOwnProperty(n))||(n="*::"+h,a.m.hasOwnProperty(n)))m=a.m[n];if(null!==m)switch(m){case a.d.NONE:break;case a.d.SCRIPT:k=null;f&&r(f,b,h,l,k);break;case a.d.STYLE:if("undefined"===typeof U){k=null;f&&r(f,b,h,l,k);break}var v=[];U(k,{declaration:function(b,c){var e=b.toLowerCase();S(e,c,d?function(b){return p(b,a.P.ja,a.M.ka,{TYPE:"CSS",CSS_PROP:e},d)}:null);c.length&&v.push(e+": "+c.join(" "))}});k=0<v.length?v.join(" ; "):null;f&&r(f,b,h,l,k);break;case a.d.ID:case a.d.IDREF:case a.d.IDREFS:case a.d.GLOBAL_NAME:case a.d.LOCAL_NAME:case a.d.CLASSES:k= -e?e(k):k;f&&r(f,b,h,l,k);break;case a.d.URI:k=p(k,C(a.J,b,h),C(a.I,b,h),{TYPE:"MARKUP",XML_ATTR:h,XML_TAG:b},d);f&&r(f,b,h,l,k);break;case a.d.URI_FRAGMENT:k&&"#"===k.charAt(0)?(k=k.substring(1),k=e?e(k):k,null!==k&&void 0!==k&&(k="#"+k)):k=null;f&&r(f,b,h,l,k);break;default:k=null,f&&r(f,b,h,l,k)}else k=null,f&&r(f,b,h,l,k);c[g+1]=k}return c}function K(b,c,d){return function(e,f){if(a.f[e]&a.c.UNSAFE)d&&r(d,e,void 0,void 0,void 0);else return{attribs:L(e,f,b,c,d)}}}function G(a,b){var c=[];n(b)(a, -c);return c.join("")}var U,S;"undefined"!==typeof window&&(U=window.parseCssDeclarations,S=window.sanitizeCssProperty);var ba={lt:"<",LT:"<",gt:">",GT:">",amp:"&",AMP:"&",quot:'"',apos:"'",nbsp:" "},X=/^#(\d+)$/,v=/^#x([0-9A-Fa-f]+)$/,P=/^[A-Za-z][A-za-z0-9]+$/,H="undefined"!==typeof window&&window.document?window.document.createElement("textarea"):null,I=/\0/g,ca=/&(#[0-9]+|#[xX][0-9A-Fa-f]+|\w+);/g,M=/^(#[0-9]+|#[xX][0-9A-Fa-f]+|\w+);/,J=/&/g,N=/&([^a-z#]|#(?:[^0-9x]|x(?:[^0-9a-f]|$)|$)|$)/gi,T= -/[<]/g,ea=/>/g,aa=/\"/g,Q=/^\s*([-.:\w]+)(?:\s*(=)\s*((")[^"]*("|$)|(')[^']*('|$)|(?=[a-z][-\w]*\s*=)|[^"'\s]*))?/i,V=3==="a,b".split(/(,)/).length,W=a.c.CDATA|a.c.RCDATA,O={},R={},fa=/^(?:https?|mailto|data)$/i,Y={};Y.pa=Y.escapeAttrib=d;Y.ra=Y.makeHtmlSanitizer=n;Y.sa=Y.makeSaxParser=g;Y.ta=Y.makeTagPolicy=K;Y.wa=Y.normalizeRCData=e;Y.xa=Y.sanitize=function(a,b,c,d){return G(a,K(b,c,d))};Y.ya=Y.sanitizeAttribs=L;Y.za=Y.sanitizeWithPolicy=G;Y.Ba=Y.unescapeEntities=c;return Y}(p);c=a.sanitize;"undefined"!== +e?e(k):k;f&&r(f,b,h,l,k);break;case a.d.URI:k=p(k,C(a.J,b,h),C(a.I,b,h),{TYPE:"MARKUP",XML_ATTR:h,XML_TAG:b},d);f&&r(f,b,h,l,k);break;case a.d.URI_FRAGMENT:k&&"#"===k.charAt(0)?(k=k.substring(1),k=e?e(k):k,null!==k&&void 0!==k&&(k="#"+k)):k=null;f&&r(f,b,h,l,k);break;default:k=null,f&&r(f,b,h,l,k)}else k=null,f&&r(f,b,h,l,k);c[g+1]=k}return c}function K(b,c,d){return function(e,f){if(a.f[e]&a.c.UNSAFE)d&&r(d,e,void 0,void 0,void 0);else return{attribs:L(e,f,b,c,d)}}}function H(a,b){var c=[];n(b)(a, +c);return c.join("")}var U,S;"undefined"!==typeof window&&(U=window.parseCssDeclarations,S=window.sanitizeCssProperty);var ba={lt:"<",LT:"<",gt:">",GT:">",amp:"&",AMP:"&",quot:'"',apos:"'",nbsp:" "},X=/^#(\d+)$/,v=/^#x([0-9A-Fa-f]+)$/,Q=/^[A-Za-z][A-za-z0-9]+$/,G="undefined"!==typeof window&&window.document?window.document.createElement("textarea"):null,I=/\0/g,ca=/&(#[0-9]+|#[xX][0-9A-Fa-f]+|\w+);/g,M=/^(#[0-9]+|#[xX][0-9A-Fa-f]+|\w+);/,J=/&/g,N=/&([^a-z#]|#(?:[^0-9x]|x(?:[^0-9a-f]|$)|$)|$)/gi,T= +/[<]/g,ea=/>/g,aa=/\"/g,P=/^\s*([-.:\w]+)(?:\s*(=)\s*((")[^"]*("|$)|(')[^']*('|$)|(?=[a-z][-\w]*\s*=)|[^"'\s]*))?/i,V=3==="a,b".split(/(,)/).length,W=a.c.CDATA|a.c.RCDATA,O={},R={},fa=/^(?:https?|mailto|data)$/i,Y={};Y.pa=Y.escapeAttrib=d;Y.ra=Y.makeHtmlSanitizer=n;Y.sa=Y.makeSaxParser=g;Y.ta=Y.makeTagPolicy=K;Y.wa=Y.normalizeRCData=e;Y.xa=Y.sanitize=function(a,b,c,d){return H(a,K(b,c,d))};Y.ya=Y.sanitizeAttribs=L;Y.za=Y.sanitizeWithPolicy=H;Y.Ba=Y.unescapeEntities=c;return Y}(p);c=a.sanitize;"undefined"!== typeof window&&(window.html=a,window.html_sanitize=c)})();var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(a,b){var c="",d,e,f,g,h,k,l=0;for(null!=b&&b||(a=Base64._utf8_encode(a));l<a.length;)d=a.charCodeAt(l++),e=a.charCodeAt(l++),f=a.charCodeAt(l++),g=d>>2,d=(d&3)<<4|e>>4,h=(e&15)<<2|f>>6,k=f&63,isNaN(e)?h=k=64:isNaN(f)&&(k=64),c=c+this._keyStr.charAt(g)+this._keyStr.charAt(d)+this._keyStr.charAt(h)+this._keyStr.charAt(k);return c},decode:function(a,b){b=null!=b?b:!1;var c="",d,e,f,g,h,k=0;for(a=a.replace(/[^A-Za-z0-9\+\/\=]/g, "");k<a.length;)d=this._keyStr.indexOf(a.charAt(k++)),e=this._keyStr.indexOf(a.charAt(k++)),g=this._keyStr.indexOf(a.charAt(k++)),h=this._keyStr.indexOf(a.charAt(k++)),d=d<<2|e>>4,e=(e&15)<<4|g>>2,f=(g&3)<<6|h,c+=String.fromCharCode(d),64!=g&&(c+=String.fromCharCode(e)),64!=h&&(c+=String.fromCharCode(f));b||(c=Base64._utf8_decode(c));return c},_utf8_encode:function(a){a=a.replace(/\r\n/g,"\n");for(var b="",c=0;c<a.length;c++){var d=a.charCodeAt(c);128>d?b+=String.fromCharCode(d):(127<d&&2048>d?b+= String.fromCharCode(d>>6|192):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128)),b+=String.fromCharCode(d&63|128))}return b},_utf8_decode:function(a){var b="",c=0,d;for(c1=c2=0;c<a.length;)d=a.charCodeAt(c),128>d?(b+=String.fromCharCode(d),c++):191<d&&224>d?(c2=a.charCodeAt(c+1),b+=String.fromCharCode((d&31)<<6|c2&63),c+=2):(c2=a.charCodeAt(c+1),c3=a.charCodeAt(c+2),b+=String.fromCharCode((d&15)<<12|(c2&63)<<6|c3&63),c+=3);return b}};!function(a){"object"==typeof exports&&"undefined"!=typeof module?module.exports=a():"function"==typeof define&&define.amd?define([],a):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).pako=a()}(function(){return function b(c,d,e){function f(h,l){if(!d[h]){if(!c[h]){var k="function"==typeof require&&require;if(!l&&k)return k(h,!0);if(g)return g(h,!0);k=Error("Cannot find module '"+h+"'");throw k.code="MODULE_NOT_FOUND",k;}k=d[h]={exports:{}}; @@ -110,71 +110,71 @@ d?(c[h++]=192|d>>>6,c[h++]=128|63&d):65536>d?(c[h++]=224|d>>>12,c[h++]=128|d>>>6 function h(b,c){D._tr_flush_block(b,0<=b.block_start?b.block_start:-1,b.strstart-b.block_start,c);b.block_start=b.strstart;g(b.strm)}function k(b,c){b.pending_buf[b.pending++]=c}function l(b,c){b.pending_buf[b.pending++]=c>>>8&255;b.pending_buf[b.pending++]=255&c}function m(b,c){var d,e,f=b.max_chain_length,g=b.strstart,h=b.prev_length,k=b.nice_match,l=b.strstart>b.w_size-T?b.strstart-(b.w_size-T):0,m=b.window,v=b.w_mask,n=b.prev,C=b.strstart+N,p=m[g+h-1],q=m[g+h];b.prev_length>=b.good_match&&(f>>= 2);k>b.lookahead&&(k=b.lookahead);do if(d=c,m[d+h]===q&&m[d+h-1]===p&&m[d]===m[g]&&m[++d]===m[g+1]){g+=2;for(d++;m[++g]===m[++d]&&m[++g]===m[++d]&&m[++g]===m[++d]&&m[++g]===m[++d]&&m[++g]===m[++d]&&m[++g]===m[++d]&&m[++g]===m[++d]&&m[++g]===m[++d]&&g<C;);if(e=N-(C-g),g=C-N,e>h){if(b.match_start=c,h=e,e>=k)break;p=m[g+h-1];q=m[g+h]}}while((c=n[c&v])>l&&0!==--f);return h<=b.lookahead?h:b.lookahead}function n(b){var c,d,e,f,g=b.w_size;do{if(f=b.window_size-b.lookahead-b.strstart,b.strstart>=g+(g-T)){u.arraySet(b.window, b.window,g,g,0);b.match_start-=g;b.strstart-=g;b.block_start-=g;c=d=b.hash_size;do e=b.head[--c],b.head[c]=e>=g?e-g:0;while(--d);c=d=g;do e=b.prev[--c],b.prev[c]=e>=g?e-g:0;while(--d);f+=g}if(0===b.strm.avail_in)break;c=b.strm;e=b.window;var h=b.strstart+b.lookahead,k=c.avail_in;if(d=(k>f&&(k=f),0===k?0:(c.avail_in-=k,u.arraySet(e,c.input,c.next_in,k,h),1===c.state.wrap?c.adler=F(c.adler,e,k,h):2===c.state.wrap&&(c.adler=E(c.adler,e,k,h)),c.next_in+=k,c.total_in+=k,k)),b.lookahead+=d,b.lookahead+ -b.insert>=J)for(f=b.strstart-b.insert,b.ins_h=b.window[f],b.ins_h=(b.ins_h<<b.hash_shift^b.window[f+1])&b.hash_mask;b.insert&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[f+J-1])&b.hash_mask,b.prev[f&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=f,f++,b.insert--,!(b.lookahead+b.insert<J)););}while(b.lookahead<T&&0!==b.strm.avail_in)}function p(b,c){for(var d,e;;){if(b.lookahead<T){if(n(b),b.lookahead<T&&c===A)return Q;if(0===b.lookahead)break}if(d=0,b.lookahead>=J&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+ +b.insert>=J)for(f=b.strstart-b.insert,b.ins_h=b.window[f],b.ins_h=(b.ins_h<<b.hash_shift^b.window[f+1])&b.hash_mask;b.insert&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[f+J-1])&b.hash_mask,b.prev[f&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=f,f++,b.insert--,!(b.lookahead+b.insert<J)););}while(b.lookahead<T&&0!==b.strm.avail_in)}function p(b,c){for(var d,e;;){if(b.lookahead<T){if(n(b),b.lookahead<T&&c===A)return P;if(0===b.lookahead)break}if(d=0,b.lookahead>=J&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+ J-1])&b.hash_mask,d=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart),0!==d&&b.strstart-d<=b.w_size-T&&(b.match_length=m(b,d)),b.match_length>=J)if(e=D._tr_tally(b,b.strstart-b.match_start,b.match_length-J),b.lookahead-=b.match_length,b.match_length<=b.max_lazy_match&&b.lookahead>=J){b.match_length--;do b.strstart++,b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+J-1])&b.hash_mask,d=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart;while(0!==--b.match_length); -b.strstart++}else b.strstart+=b.match_length,b.match_length=0,b.ins_h=b.window[b.strstart],b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+1])&b.hash_mask;else e=D._tr_tally(b,0,b.window[b.strstart]),b.lookahead--,b.strstart++;if(e&&(h(b,!1),0===b.strm.avail_out))return Q}return b.insert=b.strstart<J-1?b.strstart:J-1,c===C?(h(b,!0),0===b.strm.avail_out?W:O):b.last_lit&&(h(b,!1),0===b.strm.avail_out)?Q:V}function r(b,c){for(var d,e,f;;){if(b.lookahead<T){if(n(b),b.lookahead<T&&c===A)return Q;if(0=== +b.strstart++}else b.strstart+=b.match_length,b.match_length=0,b.ins_h=b.window[b.strstart],b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+1])&b.hash_mask;else e=D._tr_tally(b,0,b.window[b.strstart]),b.lookahead--,b.strstart++;if(e&&(h(b,!1),0===b.strm.avail_out))return P}return b.insert=b.strstart<J-1?b.strstart:J-1,c===C?(h(b,!0),0===b.strm.avail_out?W:O):b.last_lit&&(h(b,!1),0===b.strm.avail_out)?P:V}function r(b,c){for(var d,e,f;;){if(b.lookahead<T){if(n(b),b.lookahead<T&&c===A)return P;if(0=== b.lookahead)break}if(d=0,b.lookahead>=J&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+J-1])&b.hash_mask,d=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart),b.prev_length=b.match_length,b.prev_match=b.match_start,b.match_length=J-1,0!==d&&b.prev_length<b.max_lazy_match&&b.strstart-d<=b.w_size-T&&(b.match_length=m(b,d),5>=b.match_length&&(b.strategy===U||b.match_length===J&&4096<b.strstart-b.match_start)&&(b.match_length=J-1)),b.prev_length>=J&&b.match_length<=b.prev_length){f= -b.strstart+b.lookahead-J;e=D._tr_tally(b,b.strstart-1-b.prev_match,b.prev_length-J);b.lookahead-=b.prev_length-1;b.prev_length-=2;do++b.strstart<=f&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+J-1])&b.hash_mask,d=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart);while(0!==--b.prev_length);if(b.match_available=0,b.match_length=J-1,b.strstart++,e&&(h(b,!1),0===b.strm.avail_out))return Q}else if(b.match_available){if(e=D._tr_tally(b,0,b.window[b.strstart-1]),e&&h(b,!1), -b.strstart++,b.lookahead--,0===b.strm.avail_out)return Q}else b.match_available=1,b.strstart++,b.lookahead--}return b.match_available&&(D._tr_tally(b,0,b.window[b.strstart-1]),b.match_available=0),b.insert=b.strstart<J-1?b.strstart:J-1,c===C?(h(b,!0),0===b.strm.avail_out?W:O):b.last_lit&&(h(b,!1),0===b.strm.avail_out)?Q:V}function q(b,c,d,e,f){this.good_length=b;this.max_lazy=c;this.nice_length=d;this.max_chain=e;this.func=f}function t(){this.strm=null;this.status=0;this.pending_buf=null;this.wrap= +b.strstart+b.lookahead-J;e=D._tr_tally(b,b.strstart-1-b.prev_match,b.prev_length-J);b.lookahead-=b.prev_length-1;b.prev_length-=2;do++b.strstart<=f&&(b.ins_h=(b.ins_h<<b.hash_shift^b.window[b.strstart+J-1])&b.hash_mask,d=b.prev[b.strstart&b.w_mask]=b.head[b.ins_h],b.head[b.ins_h]=b.strstart);while(0!==--b.prev_length);if(b.match_available=0,b.match_length=J-1,b.strstart++,e&&(h(b,!1),0===b.strm.avail_out))return P}else if(b.match_available){if(e=D._tr_tally(b,0,b.window[b.strstart-1]),e&&h(b,!1), +b.strstart++,b.lookahead--,0===b.strm.avail_out)return P}else b.match_available=1,b.strstart++,b.lookahead--}return b.match_available&&(D._tr_tally(b,0,b.window[b.strstart-1]),b.match_available=0),b.insert=b.strstart<J-1?b.strstart:J-1,c===C?(h(b,!0),0===b.strm.avail_out?W:O):b.last_lit&&(h(b,!1),0===b.strm.avail_out)?P:V}function q(b,c,d,e,f){this.good_length=b;this.max_lazy=c;this.nice_length=d;this.max_chain=e;this.func=f}function t(){this.strm=null;this.status=0;this.pending_buf=null;this.wrap= this.pending=this.pending_out=this.pending_buf_size=0;this.gzhead=null;this.gzindex=0;this.method=X;this.last_flush=-1;this.w_mask=this.w_bits=this.w_size=0;this.window=null;this.window_size=0;this.head=this.prev=null;this.nice_match=this.good_match=this.strategy=this.level=this.max_lazy_match=this.max_chain_length=this.prev_length=this.lookahead=this.match_start=this.strstart=this.match_available=this.prev_match=this.match_length=this.block_start=this.hash_shift=this.hash_mask=this.hash_bits=this.hash_size= -this.ins_h=0;this.dyn_ltree=new u.Buf16(2*ca);this.dyn_dtree=new u.Buf16(2*(2*H+1));this.bl_tree=new u.Buf16(2*(2*I+1));f(this.dyn_ltree);f(this.dyn_dtree);f(this.bl_tree);this.bl_desc=this.d_desc=this.l_desc=null;this.bl_count=new u.Buf16(M+1);this.heap=new u.Buf16(2*P+1);f(this.heap);this.heap_max=this.heap_len=0;this.depth=new u.Buf16(2*P+1);f(this.depth);this.bi_valid=this.bi_buf=this.insert=this.matches=this.static_len=this.opt_len=this.d_buf=this.last_lit=this.lit_bufsize=this.l_buf=0}function z(b){var c; +this.ins_h=0;this.dyn_ltree=new u.Buf16(2*ca);this.dyn_dtree=new u.Buf16(2*(2*G+1));this.bl_tree=new u.Buf16(2*(2*I+1));f(this.dyn_ltree);f(this.dyn_dtree);f(this.bl_tree);this.bl_desc=this.d_desc=this.l_desc=null;this.bl_count=new u.Buf16(M+1);this.heap=new u.Buf16(2*Q+1);f(this.heap);this.heap_max=this.heap_len=0;this.depth=new u.Buf16(2*Q+1);f(this.depth);this.bi_valid=this.bi_buf=this.insert=this.matches=this.static_len=this.opt_len=this.d_buf=this.last_lit=this.lit_bufsize=this.l_buf=0}function z(b){var c; return b&&b.state?(b.total_in=b.total_out=0,b.data_type=ba,c=b.state,c.pending=0,c.pending_out=0,0>c.wrap&&(c.wrap=-c.wrap),c.status=c.wrap?ea:aa,b.adler=2===c.wrap?0:1,c.last_flush=A,D._tr_init(c),L):e(b,K)}function w(b){var c=z(b);c===L&&(b=b.state,b.window_size=2*b.w_size,f(b.head),b.max_lazy_match=y[b.level].max_lazy,b.good_match=y[b.level].good_length,b.nice_match=y[b.level].nice_length,b.max_chain_length=y[b.level].max_chain,b.strstart=0,b.block_start=0,b.lookahead=0,b.insert=0,b.match_length= -b.prev_length=J-1,b.match_available=0,b.ins_h=0);return c}function x(b,c,d,f,g,h){if(!b)return K;var k=1;if(c===G&&(c=6),0>f?(k=0,f=-f):15<f&&(k=2,f-=16),1>g||g>v||d!==X||8>f||15<f||0>c||9<c||0>h||h>S)return e(b,K);8===f&&(f=9);var l=new t;return b.state=l,l.strm=b,l.wrap=k,l.gzhead=null,l.w_bits=f,l.w_size=1<<l.w_bits,l.w_mask=l.w_size-1,l.hash_bits=g+7,l.hash_size=1<<l.hash_bits,l.hash_mask=l.hash_size-1,l.hash_shift=~~((l.hash_bits+J-1)/J),l.window=new u.Buf8(2*l.w_size),l.head=new u.Buf16(l.hash_size), -l.prev=new u.Buf16(l.w_size),l.lit_bufsize=1<<g+6,l.pending_buf_size=4*l.lit_bufsize,l.pending_buf=new u.Buf8(l.pending_buf_size),l.d_buf=1*l.lit_bufsize,l.l_buf=3*l.lit_bufsize,l.level=c,l.strategy=h,l.method=d,w(b)}var y,u=b("../utils/common"),D=b("./trees"),F=b("./adler32"),E=b("./crc32"),B=b("./messages"),A=0,C=4,L=0,K=-2,G=-1,U=1,S=4,ba=2,X=8,v=9,P=286,H=30,I=19,ca=2*P+1,M=15,J=3,N=258,T=N+J+1,ea=42,aa=113,Q=1,V=2,W=3,O=4;y=[new q(0,0,0,0,function(b,c){var d=65535;for(d>b.pending_buf_size-5&& -(d=b.pending_buf_size-5);;){if(1>=b.lookahead){if(n(b),0===b.lookahead&&c===A)return Q;if(0===b.lookahead)break}b.strstart+=b.lookahead;b.lookahead=0;var e=b.block_start+d;if((0===b.strstart||b.strstart>=e)&&(b.lookahead=b.strstart-e,b.strstart=e,h(b,!1),0===b.strm.avail_out)||b.strstart-b.block_start>=b.w_size-T&&(h(b,!1),0===b.strm.avail_out))return Q}return b.insert=0,c===C?(h(b,!0),0===b.strm.avail_out?W:O):(b.strstart>b.block_start&&h(b,!1),Q)}),new q(4,4,8,4,p),new q(4,5,16,8,p),new q(4,6,32, +b.prev_length=J-1,b.match_available=0,b.ins_h=0);return c}function x(b,c,d,f,g,h){if(!b)return K;var k=1;if(c===H&&(c=6),0>f?(k=0,f=-f):15<f&&(k=2,f-=16),1>g||g>v||d!==X||8>f||15<f||0>c||9<c||0>h||h>S)return e(b,K);8===f&&(f=9);var l=new t;return b.state=l,l.strm=b,l.wrap=k,l.gzhead=null,l.w_bits=f,l.w_size=1<<l.w_bits,l.w_mask=l.w_size-1,l.hash_bits=g+7,l.hash_size=1<<l.hash_bits,l.hash_mask=l.hash_size-1,l.hash_shift=~~((l.hash_bits+J-1)/J),l.window=new u.Buf8(2*l.w_size),l.head=new u.Buf16(l.hash_size), +l.prev=new u.Buf16(l.w_size),l.lit_bufsize=1<<g+6,l.pending_buf_size=4*l.lit_bufsize,l.pending_buf=new u.Buf8(l.pending_buf_size),l.d_buf=1*l.lit_bufsize,l.l_buf=3*l.lit_bufsize,l.level=c,l.strategy=h,l.method=d,w(b)}var y,u=b("../utils/common"),D=b("./trees"),F=b("./adler32"),E=b("./crc32"),B=b("./messages"),A=0,C=4,L=0,K=-2,H=-1,U=1,S=4,ba=2,X=8,v=9,Q=286,G=30,I=19,ca=2*Q+1,M=15,J=3,N=258,T=N+J+1,ea=42,aa=113,P=1,V=2,W=3,O=4;y=[new q(0,0,0,0,function(b,c){var d=65535;for(d>b.pending_buf_size-5&& +(d=b.pending_buf_size-5);;){if(1>=b.lookahead){if(n(b),0===b.lookahead&&c===A)return P;if(0===b.lookahead)break}b.strstart+=b.lookahead;b.lookahead=0;var e=b.block_start+d;if((0===b.strstart||b.strstart>=e)&&(b.lookahead=b.strstart-e,b.strstart=e,h(b,!1),0===b.strm.avail_out)||b.strstart-b.block_start>=b.w_size-T&&(h(b,!1),0===b.strm.avail_out))return P}return b.insert=0,c===C?(h(b,!0),0===b.strm.avail_out?W:O):(b.strstart>b.block_start&&h(b,!1),P)}),new q(4,4,8,4,p),new q(4,5,16,8,p),new q(4,6,32, 32,p),new q(4,4,16,16,r),new q(8,16,32,32,r),new q(8,16,128,128,r),new q(8,32,128,256,r),new q(32,128,258,1024,r),new q(32,258,258,4096,r)];d.deflateInit=function(b,c){return x(b,c,X,15,8,0)};d.deflateInit2=x;d.deflateReset=w;d.deflateResetKeep=z;d.deflateSetHeader=function(b,c){return b&&b.state?2!==b.state.wrap?K:(b.state.gzhead=c,L):K};d.deflate=function(b,c){var d,m,v,p;if(!b||!b.state||5<c||0>c)return b?e(b,K):K;if(m=b.state,!b.output||!b.input&&0!==b.avail_in||666===m.status&&c!==C)return e(b, 0===b.avail_out?-5:K);if(m.strm=b,d=m.last_flush,m.last_flush=c,m.status===ea)2===m.wrap?(b.adler=0,k(m,31),k(m,139),k(m,8),m.gzhead?(k(m,(m.gzhead.text?1:0)+(m.gzhead.hcrc?2:0)+(m.gzhead.extra?4:0)+(m.gzhead.name?8:0)+(m.gzhead.comment?16:0)),k(m,255&m.gzhead.time),k(m,m.gzhead.time>>8&255),k(m,m.gzhead.time>>16&255),k(m,m.gzhead.time>>24&255),k(m,9===m.level?2:2<=m.strategy||2>m.level?4:0),k(m,255&m.gzhead.os),m.gzhead.extra&&m.gzhead.extra.length&&(k(m,255&m.gzhead.extra.length),k(m,m.gzhead.extra.length>> 8&255)),m.gzhead.hcrc&&(b.adler=E(b.adler,m.pending_buf,m.pending,0)),m.gzindex=0,m.status=69):(k(m,0),k(m,0),k(m,0),k(m,0),k(m,0),k(m,9===m.level?2:2<=m.strategy||2>m.level?4:0),k(m,3),m.status=aa)):(v=X+(m.w_bits-8<<4)<<8,v|=(2<=m.strategy||2>m.level?0:6>m.level?1:6===m.level?2:3)<<6,0!==m.strstart&&(v|=32),m.status=aa,l(m,v+(31-v%31)),0!==m.strstart&&(l(m,b.adler>>>16),l(m,65535&b.adler)),b.adler=1);if(69===m.status)if(m.gzhead.extra){for(v=m.pending;m.gzindex<(65535&m.gzhead.extra.length)&&(m.pending!== m.pending_buf_size||(m.gzhead.hcrc&&m.pending>v&&(b.adler=E(b.adler,m.pending_buf,m.pending-v,v)),g(b),v=m.pending,m.pending!==m.pending_buf_size));)k(m,255&m.gzhead.extra[m.gzindex]),m.gzindex++;m.gzhead.hcrc&&m.pending>v&&(b.adler=E(b.adler,m.pending_buf,m.pending-v,v));m.gzindex===m.gzhead.extra.length&&(m.gzindex=0,m.status=73)}else m.status=73;if(73===m.status)if(m.gzhead.name){v=m.pending;do{if(m.pending===m.pending_buf_size&&(m.gzhead.hcrc&&m.pending>v&&(b.adler=E(b.adler,m.pending_buf,m.pending- v,v)),g(b),v=m.pending,m.pending===m.pending_buf_size)){p=1;break}p=m.gzindex<m.gzhead.name.length?255&m.gzhead.name.charCodeAt(m.gzindex++):0;k(m,p)}while(0!==p);m.gzhead.hcrc&&m.pending>v&&(b.adler=E(b.adler,m.pending_buf,m.pending-v,v));0===p&&(m.gzindex=0,m.status=91)}else m.status=91;if(91===m.status)if(m.gzhead.comment){v=m.pending;do{if(m.pending===m.pending_buf_size&&(m.gzhead.hcrc&&m.pending>v&&(b.adler=E(b.adler,m.pending_buf,m.pending-v,v)),g(b),v=m.pending,m.pending===m.pending_buf_size)){p= 1;break}p=m.gzindex<m.gzhead.comment.length?255&m.gzhead.comment.charCodeAt(m.gzindex++):0;k(m,p)}while(0!==p);m.gzhead.hcrc&&m.pending>v&&(b.adler=E(b.adler,m.pending_buf,m.pending-v,v));0===p&&(m.status=103)}else m.status=103;if(103===m.status&&(m.gzhead.hcrc?(m.pending+2>m.pending_buf_size&&g(b),m.pending+2<=m.pending_buf_size&&(k(m,255&b.adler),k(m,b.adler>>8&255),b.adler=0,m.status=aa)):m.status=aa),0!==m.pending){if(g(b),0===b.avail_out)return m.last_flush=-1,L}else if(0===b.avail_in&&(c<<1)- -(4<c?9:0)<=(d<<1)-(4<d?9:0)&&c!==C)return e(b,-5);if(666===m.status&&0!==b.avail_in)return e(b,-5);if(0!==b.avail_in||0!==m.lookahead||c!==A&&666!==m.status){var q;if(2===m.strategy)a:{for(var r;;){if(0===m.lookahead&&(n(m),0===m.lookahead)){if(c===A){q=Q;break a}break}if(m.match_length=0,r=D._tr_tally(m,0,m.window[m.strstart]),m.lookahead--,m.strstart++,r&&(h(m,!1),0===m.strm.avail_out)){q=Q;break a}}q=(m.insert=0,c===C?(h(m,!0),0===m.strm.avail_out?W:O):m.last_lit&&(h(m,!1),0===m.strm.avail_out)? -Q:V)}else if(3===m.strategy)a:{var H,P;for(r=m.window;;){if(m.lookahead<=N){if(n(m),m.lookahead<=N&&c===A){q=Q;break a}if(0===m.lookahead)break}if(m.match_length=0,m.lookahead>=J&&0<m.strstart&&(P=m.strstart-1,H=r[P],H===r[++P]&&H===r[++P]&&H===r[++P])){for(d=m.strstart+N;H===r[++P]&&H===r[++P]&&H===r[++P]&&H===r[++P]&&H===r[++P]&&H===r[++P]&&H===r[++P]&&H===r[++P]&&P<d;);m.match_length=N-(d-P);m.match_length>m.lookahead&&(m.match_length=m.lookahead)}if(m.match_length>=J?(q=D._tr_tally(m,1,m.match_length- -J),m.lookahead-=m.match_length,m.strstart+=m.match_length,m.match_length=0):(q=D._tr_tally(m,0,m.window[m.strstart]),m.lookahead--,m.strstart++),q&&(h(m,!1),0===m.strm.avail_out)){q=Q;break a}}q=(m.insert=0,c===C?(h(m,!0),0===m.strm.avail_out?W:O):m.last_lit&&(h(m,!1),0===m.strm.avail_out)?Q:V)}else q=y[m.level].func(m,c);if(q!==W&&q!==O||(m.status=666),q===Q||q===W)return 0===b.avail_out&&(m.last_flush=-1),L;if(q===V&&(1===c?D._tr_align(m):5!==c&&(D._tr_stored_block(m,0,0,!1),3===c&&(f(m.head),0=== +(4<c?9:0)<=(d<<1)-(4<d?9:0)&&c!==C)return e(b,-5);if(666===m.status&&0!==b.avail_in)return e(b,-5);if(0!==b.avail_in||0!==m.lookahead||c!==A&&666!==m.status){var q;if(2===m.strategy)a:{for(var r;;){if(0===m.lookahead&&(n(m),0===m.lookahead)){if(c===A){q=P;break a}break}if(m.match_length=0,r=D._tr_tally(m,0,m.window[m.strstart]),m.lookahead--,m.strstart++,r&&(h(m,!1),0===m.strm.avail_out)){q=P;break a}}q=(m.insert=0,c===C?(h(m,!0),0===m.strm.avail_out?W:O):m.last_lit&&(h(m,!1),0===m.strm.avail_out)? +P:V)}else if(3===m.strategy)a:{var Q,G;for(r=m.window;;){if(m.lookahead<=N){if(n(m),m.lookahead<=N&&c===A){q=P;break a}if(0===m.lookahead)break}if(m.match_length=0,m.lookahead>=J&&0<m.strstart&&(G=m.strstart-1,Q=r[G],Q===r[++G]&&Q===r[++G]&&Q===r[++G])){for(d=m.strstart+N;Q===r[++G]&&Q===r[++G]&&Q===r[++G]&&Q===r[++G]&&Q===r[++G]&&Q===r[++G]&&Q===r[++G]&&Q===r[++G]&&G<d;);m.match_length=N-(d-G);m.match_length>m.lookahead&&(m.match_length=m.lookahead)}if(m.match_length>=J?(q=D._tr_tally(m,1,m.match_length- +J),m.lookahead-=m.match_length,m.strstart+=m.match_length,m.match_length=0):(q=D._tr_tally(m,0,m.window[m.strstart]),m.lookahead--,m.strstart++),q&&(h(m,!1),0===m.strm.avail_out)){q=P;break a}}q=(m.insert=0,c===C?(h(m,!0),0===m.strm.avail_out?W:O):m.last_lit&&(h(m,!1),0===m.strm.avail_out)?P:V)}else q=y[m.level].func(m,c);if(q!==W&&q!==O||(m.status=666),q===P||q===W)return 0===b.avail_out&&(m.last_flush=-1),L;if(q===V&&(1===c?D._tr_align(m):5!==c&&(D._tr_stored_block(m,0,0,!1),3===c&&(f(m.head),0=== m.lookahead&&(m.strstart=0,m.block_start=0,m.insert=0))),g(b),0===b.avail_out))return m.last_flush=-1,L}return c!==C?L:0>=m.wrap?1:(2===m.wrap?(k(m,255&b.adler),k(m,b.adler>>8&255),k(m,b.adler>>16&255),k(m,b.adler>>24&255),k(m,255&b.total_in),k(m,b.total_in>>8&255),k(m,b.total_in>>16&255),k(m,b.total_in>>24&255)):(l(m,b.adler>>>16),l(m,65535&b.adler)),g(b),0<m.wrap&&(m.wrap=-m.wrap),0!==m.pending?L:1)};d.deflateEnd=function(b){var c;return b&&b.state?(c=b.state.status,c!==ea&&69!==c&&73!==c&&91!== c&&103!==c&&c!==aa&&666!==c?e(b,K):(b.state=null,c===aa?e(b,-3):L)):K};d.deflateSetDictionary=function(b,c){var d,e,g,h,k,m,l;e=c.length;if(!b||!b.state||(d=b.state,h=d.wrap,2===h||1===h&&d.status!==ea||d.lookahead))return K;1===h&&(b.adler=F(b.adler,c,e,0));d.wrap=0;e>=d.w_size&&(0===h&&(f(d.head),d.strstart=0,d.block_start=0,d.insert=0),k=new u.Buf8(d.w_size),u.arraySet(k,c,e-d.w_size,d.w_size,0),c=k,e=d.w_size);k=b.avail_in;m=b.next_in;l=b.input;b.avail_in=e;b.next_in=0;b.input=c;for(n(d);d.lookahead>= J;){e=d.strstart;g=d.lookahead-(J-1);do d.ins_h=(d.ins_h<<d.hash_shift^d.window[e+J-1])&d.hash_mask,d.prev[e&d.w_mask]=d.head[d.ins_h],d.head[d.ins_h]=e,e++;while(--g);d.strstart=e;d.lookahead=J-1;n(d)}return d.strstart+=d.lookahead,d.block_start=d.strstart,d.insert=d.lookahead,d.lookahead=0,d.match_length=d.prev_length=J-1,d.match_available=0,b.next_in=m,b.input=l,b.avail_in=k,d.wrap=h,L};d.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":3,"./adler32":5,"./crc32":7,"./messages":13, -"./trees":14}],9:[function(b,c,d){c.exports=function(){this.os=this.xflags=this.time=this.text=0;this.extra=null;this.extra_len=0;this.comment=this.name="";this.hcrc=0;this.done=!1}},{}],10:[function(b,c,d){c.exports=function(b,c){var d,e,f,l,m,n,p,r,q,t,z,w,x,y,u,D,F,E,B,A,C,L,K,G;d=b.state;e=b.next_in;K=b.input;f=e+(b.avail_in-5);l=b.next_out;G=b.output;m=l-(c-b.avail_out);n=l+(b.avail_out-257);p=d.dmax;r=d.wsize;q=d.whave;t=d.wnext;z=d.window;w=d.hold;x=d.bits;y=d.lencode;u=d.distcode;D=(1<<d.lenbits)- -1;F=(1<<d.distbits)-1;a:do b:for(15>x&&(w+=K[e++]<<x,x+=8,w+=K[e++]<<x,x+=8),E=y[w&D];;){if(B=E>>>24,w>>>=B,x-=B,B=E>>>16&255,0===B)G[l++]=65535&E;else{if(!(16&B)){if(0===(64&B)){E=y[(65535&E)+(w&(1<<B)-1)];continue b}if(32&B){d.mode=12;break a}b.msg="invalid literal/length code";d.mode=30;break a}A=65535&E;(B&=15)&&(x<B&&(w+=K[e++]<<x,x+=8),A+=w&(1<<B)-1,w>>>=B,x-=B);15>x&&(w+=K[e++]<<x,x+=8,w+=K[e++]<<x,x+=8);E=u[w&F];c:for(;;){if(B=E>>>24,w>>>=B,x-=B,B=E>>>16&255,!(16&B)){if(0===(64&B)){E=u[(65535& -E)+(w&(1<<B)-1)];continue c}b.msg="invalid distance code";d.mode=30;break a}if(C=65535&E,B&=15,x<B&&(w+=K[e++]<<x,x+=8,x<B&&(w+=K[e++]<<x,x+=8)),C+=w&(1<<B)-1,C>p){b.msg="invalid distance too far back";d.mode=30;break a}if(w>>>=B,x-=B,B=l-m,C>B){if(B=C-B,B>q&&d.sane){b.msg="invalid distance too far back";d.mode=30;break a}if(E=0,L=z,0===t){if(E+=r-B,B<A){A-=B;do G[l++]=z[E++];while(--B);E=l-C;L=G}}else if(t<B){if(E+=r+t-B,B-=t,B<A){A-=B;do G[l++]=z[E++];while(--B);if(E=0,t<A){B=t;A-=B;do G[l++]=z[E++]; -while(--B);E=l-C;L=G}}}else if(E+=t-B,B<A){A-=B;do G[l++]=z[E++];while(--B);E=l-C;L=G}for(;2<A;)G[l++]=L[E++],G[l++]=L[E++],G[l++]=L[E++],A-=3;A&&(G[l++]=L[E++],1<A&&(G[l++]=L[E++]))}else{E=l-C;do G[l++]=G[E++],G[l++]=G[E++],G[l++]=G[E++],A-=3;while(2<A);A&&(G[l++]=G[E++],1<A&&(G[l++]=G[E++]))}break}}break}while(e<f&&l<n);A=x>>3;e-=A;x-=A<<3;b.next_in=e;b.next_out=l;b.avail_in=e<f?5+(f-e):5-(e-f);b.avail_out=l<n?257+(n-l):257-(l-n);d.hold=w&(1<<x)-1;d.bits=x}},{}],11:[function(b,c,d){function e(b){return(b>>> +"./trees":14}],9:[function(b,c,d){c.exports=function(){this.os=this.xflags=this.time=this.text=0;this.extra=null;this.extra_len=0;this.comment=this.name="";this.hcrc=0;this.done=!1}},{}],10:[function(b,c,d){c.exports=function(b,c){var d,e,f,l,m,n,p,r,q,t,z,w,x,y,u,D,F,E,B,A,C,L,K,H;d=b.state;e=b.next_in;K=b.input;f=e+(b.avail_in-5);l=b.next_out;H=b.output;m=l-(c-b.avail_out);n=l+(b.avail_out-257);p=d.dmax;r=d.wsize;q=d.whave;t=d.wnext;z=d.window;w=d.hold;x=d.bits;y=d.lencode;u=d.distcode;D=(1<<d.lenbits)- +1;F=(1<<d.distbits)-1;a:do b:for(15>x&&(w+=K[e++]<<x,x+=8,w+=K[e++]<<x,x+=8),E=y[w&D];;){if(B=E>>>24,w>>>=B,x-=B,B=E>>>16&255,0===B)H[l++]=65535&E;else{if(!(16&B)){if(0===(64&B)){E=y[(65535&E)+(w&(1<<B)-1)];continue b}if(32&B){d.mode=12;break a}b.msg="invalid literal/length code";d.mode=30;break a}A=65535&E;(B&=15)&&(x<B&&(w+=K[e++]<<x,x+=8),A+=w&(1<<B)-1,w>>>=B,x-=B);15>x&&(w+=K[e++]<<x,x+=8,w+=K[e++]<<x,x+=8);E=u[w&F];c:for(;;){if(B=E>>>24,w>>>=B,x-=B,B=E>>>16&255,!(16&B)){if(0===(64&B)){E=u[(65535& +E)+(w&(1<<B)-1)];continue c}b.msg="invalid distance code";d.mode=30;break a}if(C=65535&E,B&=15,x<B&&(w+=K[e++]<<x,x+=8,x<B&&(w+=K[e++]<<x,x+=8)),C+=w&(1<<B)-1,C>p){b.msg="invalid distance too far back";d.mode=30;break a}if(w>>>=B,x-=B,B=l-m,C>B){if(B=C-B,B>q&&d.sane){b.msg="invalid distance too far back";d.mode=30;break a}if(E=0,L=z,0===t){if(E+=r-B,B<A){A-=B;do H[l++]=z[E++];while(--B);E=l-C;L=H}}else if(t<B){if(E+=r+t-B,B-=t,B<A){A-=B;do H[l++]=z[E++];while(--B);if(E=0,t<A){B=t;A-=B;do H[l++]=z[E++]; +while(--B);E=l-C;L=H}}}else if(E+=t-B,B<A){A-=B;do H[l++]=z[E++];while(--B);E=l-C;L=H}for(;2<A;)H[l++]=L[E++],H[l++]=L[E++],H[l++]=L[E++],A-=3;A&&(H[l++]=L[E++],1<A&&(H[l++]=L[E++]))}else{E=l-C;do H[l++]=H[E++],H[l++]=H[E++],H[l++]=H[E++],A-=3;while(2<A);A&&(H[l++]=H[E++],1<A&&(H[l++]=H[E++]))}break}}break}while(e<f&&l<n);A=x>>3;e-=A;x-=A<<3;b.next_in=e;b.next_out=l;b.avail_in=e<f?5+(f-e):5-(e-f);b.avail_out=l<n?257+(n-l):257-(l-n);d.hold=w&(1<<x)-1;d.bits=x}},{}],11:[function(b,c,d){function e(b){return(b>>> 24&255)+(b>>>8&65280)+((65280&b)<<8)+((255&b)<<24)}function f(){this.mode=0;this.last=!1;this.wrap=0;this.havedict=!1;this.total=this.check=this.dmax=this.flags=0;this.head=null;this.wnext=this.whave=this.wsize=this.wbits=0;this.window=null;this.extra=this.offset=this.length=this.bits=this.hold=0;this.distcode=this.lencode=null;this.have=this.ndist=this.nlen=this.ncode=this.distbits=this.lenbits=0;this.next=null;this.lens=new r.Buf16(320);this.work=new r.Buf16(288);this.distdyn=this.lendyn=null;this.was= this.back=this.sane=0}function g(b){var c;return b&&b.state?(c=b.state,b.total_in=b.total_out=c.total=0,b.msg="",c.wrap&&(b.adler=1&c.wrap),c.mode=u,c.last=0,c.havedict=0,c.dmax=32768,c.head=null,c.hold=0,c.bits=0,c.lencode=c.lendyn=new r.Buf32(D),c.distcode=c.distdyn=new r.Buf32(F),c.sane=1,c.back=-1,x):y}function h(b){var c;return b&&b.state?(c=b.state,c.wsize=0,c.whave=0,c.wnext=0,g(b)):y}function k(b,c){var d,e;return b&&b.state?(e=b.state,0>c?(d=0,c=-c):(d=(c>>4)+1,48>c&&(c&=15)),c&&(8>c||15< c)?y:(null!==e.window&&e.wbits!==c&&(e.window=null),e.wrap=d,e.wbits=c,h(b))):y}function l(b,c){var d,e;return b?(e=new f,b.state=e,e.window=null,d=k(b,c),d!==x&&(b.state=null),d):y}function m(b,c,d,e){var f;b=b.state;return null===b.window&&(b.wsize=1<<b.wbits,b.wnext=0,b.whave=0,b.window=new r.Buf8(b.wsize)),e>=b.wsize?(r.arraySet(b.window,c,d-b.wsize,b.wsize,0),b.wnext=0,b.whave=b.wsize):(f=b.wsize-b.wnext,f>e&&(f=e),r.arraySet(b.window,c,d-e,f,b.wnext),e-=f,e?(r.arraySet(b.window,c,d-e,e,0),b.wnext= -e,b.whave=b.wsize):(b.wnext+=f,b.wnext===b.wsize&&(b.wnext=0),b.whave<b.wsize&&(b.whave+=f))),0}var n,p,r=b("../utils/common"),q=b("./adler32"),t=b("./crc32"),z=b("./inffast"),w=b("./inftrees"),x=0,y=-2,u=1,D=852,F=592,E=!0;d.inflateReset=h;d.inflateReset2=k;d.inflateResetKeep=g;d.inflateInit=function(b){return l(b,15)};d.inflateInit2=l;d.inflate=function(b,c){var d,f,g,h,k,l,B,A,v,P,H,I,ca,M,J,N,D,F,aa,Q,V,W,O=0,R=new r.Buf8(4),fa=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!b||!b.state|| -!b.output||!b.input&&0!==b.avail_in)return y;d=b.state;12===d.mode&&(d.mode=13);k=b.next_out;g=b.output;B=b.avail_out;h=b.next_in;f=b.input;l=b.avail_in;A=d.hold;v=d.bits;P=l;H=B;V=x;a:for(;;)switch(d.mode){case u:if(0===d.wrap){d.mode=13;break}for(;16>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(2&d.wrap&&35615===A){d.check=0;R[0]=255&A;R[1]=A>>>8&255;d.check=t(d.check,R,2,0);v=A=0;d.mode=2;break}if(d.flags=0,d.head&&(d.head.done=!1),!(1&d.wrap)||(((255&A)<<8)+(A>>8))%31){b.msg="incorrect header check"; -d.mode=30;break}if(8!==(15&A)){b.msg="unknown compression method";d.mode=30;break}if(A>>>=4,v-=4,Q=(15&A)+8,0===d.wbits)d.wbits=Q;else if(Q>d.wbits){b.msg="invalid window size";d.mode=30;break}d.dmax=1<<Q;b.adler=d.check=1;d.mode=512&A?10:12;v=A=0;break;case 2:for(;16>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(d.flags=A,8!==(255&d.flags)){b.msg="unknown compression method";d.mode=30;break}if(57344&d.flags){b.msg="unknown header flags set";d.mode=30;break}d.head&&(d.head.text=A>>8&1);512&d.flags&& +e,b.whave=b.wsize):(b.wnext+=f,b.wnext===b.wsize&&(b.wnext=0),b.whave<b.wsize&&(b.whave+=f))),0}var n,p,r=b("../utils/common"),q=b("./adler32"),t=b("./crc32"),z=b("./inffast"),w=b("./inftrees"),x=0,y=-2,u=1,D=852,F=592,E=!0;d.inflateReset=h;d.inflateReset2=k;d.inflateResetKeep=g;d.inflateInit=function(b){return l(b,15)};d.inflateInit2=l;d.inflate=function(b,c){var d,f,g,h,k,l,B,A,v,Q,G,I,ca,M,J,N,D,F,aa,P,V,W,O=0,R=new r.Buf8(4),fa=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!b||!b.state|| +!b.output||!b.input&&0!==b.avail_in)return y;d=b.state;12===d.mode&&(d.mode=13);k=b.next_out;g=b.output;B=b.avail_out;h=b.next_in;f=b.input;l=b.avail_in;A=d.hold;v=d.bits;Q=l;G=B;V=x;a:for(;;)switch(d.mode){case u:if(0===d.wrap){d.mode=13;break}for(;16>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(2&d.wrap&&35615===A){d.check=0;R[0]=255&A;R[1]=A>>>8&255;d.check=t(d.check,R,2,0);v=A=0;d.mode=2;break}if(d.flags=0,d.head&&(d.head.done=!1),!(1&d.wrap)||(((255&A)<<8)+(A>>8))%31){b.msg="incorrect header check"; +d.mode=30;break}if(8!==(15&A)){b.msg="unknown compression method";d.mode=30;break}if(A>>>=4,v-=4,P=(15&A)+8,0===d.wbits)d.wbits=P;else if(P>d.wbits){b.msg="invalid window size";d.mode=30;break}d.dmax=1<<P;b.adler=d.check=1;d.mode=512&A?10:12;v=A=0;break;case 2:for(;16>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(d.flags=A,8!==(255&d.flags)){b.msg="unknown compression method";d.mode=30;break}if(57344&d.flags){b.msg="unknown header flags set";d.mode=30;break}d.head&&(d.head.text=A>>8&1);512&d.flags&& (R[0]=255&A,R[1]=A>>>8&255,d.check=t(d.check,R,2,0));v=A=0;d.mode=3;case 3:for(;32>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}d.head&&(d.head.time=A);512&d.flags&&(R[0]=255&A,R[1]=A>>>8&255,R[2]=A>>>16&255,R[3]=A>>>24&255,d.check=t(d.check,R,4,0));v=A=0;d.mode=4;case 4:for(;16>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}d.head&&(d.head.xflags=255&A,d.head.os=A>>8);512&d.flags&&(R[0]=255&A,R[1]=A>>>8&255,d.check=t(d.check,R,2,0));v=A=0;d.mode=5;case 5:if(1024&d.flags){for(;16>v;){if(0===l)break a;l--; -A+=f[h++]<<v;v+=8}d.length=A;d.head&&(d.head.extra_len=A);512&d.flags&&(R[0]=255&A,R[1]=A>>>8&255,d.check=t(d.check,R,2,0));v=A=0}else d.head&&(d.head.extra=null);d.mode=6;case 6:if(1024&d.flags&&(I=d.length,I>l&&(I=l),I&&(d.head&&(Q=d.head.extra_len-d.length,d.head.extra||(d.head.extra=Array(d.head.extra_len)),r.arraySet(d.head.extra,f,h,I,Q)),512&d.flags&&(d.check=t(d.check,f,I,h)),l-=I,h+=I,d.length-=I),d.length))break a;d.length=0;d.mode=7;case 7:if(2048&d.flags){if(0===l)break a;I=0;do Q=f[h+ -I++],d.head&&Q&&65536>d.length&&(d.head.name+=String.fromCharCode(Q));while(Q&&I<l);if(512&d.flags&&(d.check=t(d.check,f,I,h)),l-=I,h+=I,Q)break a}else d.head&&(d.head.name=null);d.length=0;d.mode=8;case 8:if(4096&d.flags){if(0===l)break a;I=0;do Q=f[h+I++],d.head&&Q&&65536>d.length&&(d.head.comment+=String.fromCharCode(Q));while(Q&&I<l);if(512&d.flags&&(d.check=t(d.check,f,I,h)),l-=I,h+=I,Q)break a}else d.head&&(d.head.comment=null);d.mode=9;case 9:if(512&d.flags){for(;16>v;){if(0===l)break a;l--; +A+=f[h++]<<v;v+=8}d.length=A;d.head&&(d.head.extra_len=A);512&d.flags&&(R[0]=255&A,R[1]=A>>>8&255,d.check=t(d.check,R,2,0));v=A=0}else d.head&&(d.head.extra=null);d.mode=6;case 6:if(1024&d.flags&&(I=d.length,I>l&&(I=l),I&&(d.head&&(P=d.head.extra_len-d.length,d.head.extra||(d.head.extra=Array(d.head.extra_len)),r.arraySet(d.head.extra,f,h,I,P)),512&d.flags&&(d.check=t(d.check,f,I,h)),l-=I,h+=I,d.length-=I),d.length))break a;d.length=0;d.mode=7;case 7:if(2048&d.flags){if(0===l)break a;I=0;do P=f[h+ +I++],d.head&&P&&65536>d.length&&(d.head.name+=String.fromCharCode(P));while(P&&I<l);if(512&d.flags&&(d.check=t(d.check,f,I,h)),l-=I,h+=I,P)break a}else d.head&&(d.head.name=null);d.length=0;d.mode=8;case 8:if(4096&d.flags){if(0===l)break a;I=0;do P=f[h+I++],d.head&&P&&65536>d.length&&(d.head.comment+=String.fromCharCode(P));while(P&&I<l);if(512&d.flags&&(d.check=t(d.check,f,I,h)),l-=I,h+=I,P)break a}else d.head&&(d.head.comment=null);d.mode=9;case 9:if(512&d.flags){for(;16>v;){if(0===l)break a;l--; A+=f[h++]<<v;v+=8}if(A!==(65535&d.check)){b.msg="header crc mismatch";d.mode=30;break}v=A=0}d.head&&(d.head.hcrc=d.flags>>9&1,d.head.done=!0);b.adler=d.check=0;d.mode=12;break;case 10:for(;32>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}b.adler=d.check=e(A);v=A=0;d.mode=11;case 11:if(0===d.havedict)return b.next_out=k,b.avail_out=B,b.next_in=h,b.avail_in=l,d.hold=A,d.bits=v,2;b.adler=d.check=1;d.mode=12;case 12:if(5===c||6===c)break a;case 13:if(d.last){A>>>=7&v;v-=7&v;d.mode=27;break}for(;3>v;){if(0=== l)break a;l--;A+=f[h++]<<v;v+=8}switch(d.last=1&A,A>>>=1,--v,3&A){case 0:d.mode=14;break;case 1:N=d;if(E){n=new r.Buf32(512);p=new r.Buf32(32);for(M=0;144>M;)N.lens[M++]=8;for(;256>M;)N.lens[M++]=9;for(;280>M;)N.lens[M++]=7;for(;288>M;)N.lens[M++]=8;w(1,N.lens,0,288,n,0,N.work,{bits:9});for(M=0;32>M;)N.lens[M++]=5;w(2,N.lens,0,32,p,0,N.work,{bits:5});E=!1}N.lencode=n;N.lenbits=9;N.distcode=p;N.distbits=5;if(d.mode=20,6===c){A>>>=2;v-=2;break a}break;case 2:d.mode=17;break;case 3:b.msg="invalid block type", d.mode=30}A>>>=2;v-=2;break;case 14:A>>>=7&v;for(v-=7&v;32>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if((65535&A)!==(A>>>16^65535)){b.msg="invalid stored block lengths";d.mode=30;break}if(d.length=65535&A,A=0,v=0,d.mode=15,6===c)break a;case 15:d.mode=16;case 16:if(I=d.length){if(I>l&&(I=l),I>B&&(I=B),0===I)break a;r.arraySet(g,f,h,I,k);l-=I;h+=I;B-=I;k+=I;d.length-=I;break}d.mode=12;break;case 17:for(;14>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(d.nlen=(31&A)+257,A>>>=5,v-=5,d.ndist=(31&A)+ 1,A>>>=5,v-=5,d.ncode=(15&A)+4,A>>>=4,v-=4,286<d.nlen||30<d.ndist){b.msg="too many length or distance symbols";d.mode=30;break}d.have=0;d.mode=18;case 18:for(;d.have<d.ncode;){for(;3>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}d.lens[fa[d.have++]]=7&A;A>>>=3;v-=3}for(;19>d.have;)d.lens[fa[d.have++]]=0;if(d.lencode=d.lendyn,d.lenbits=7,W={bits:d.lenbits},V=w(0,d.lens,0,19,d.lencode,0,d.work,W),d.lenbits=W.bits,V){b.msg="invalid code lengths set";d.mode=30;break}d.have=0;d.mode=19;case 19:for(;d.have< -d.nlen+d.ndist;){for(;O=d.lencode[A&(1<<d.lenbits)-1],J=O>>>24,N=65535&O,!(J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(16>N)A>>>=J,v-=J,d.lens[d.have++]=N;else{if(16===N){for(M=J+2;v<M;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(A>>>=J,v-=J,0===d.have){b.msg="invalid bit length repeat";d.mode=30;break}Q=d.lens[d.have-1];I=3+(3&A);A>>>=2;v-=2}else if(17===N){for(M=J+3;v<M;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}A>>>=J;v-=J;Q=0;I=3+(7&A);A>>>=3;v-=3}else{for(M=J+7;v<M;){if(0===l)break a;l--; -A+=f[h++]<<v;v+=8}A>>>=J;v-=J;Q=0;I=11+(127&A);A>>>=7;v-=7}if(d.have+I>d.nlen+d.ndist){b.msg="invalid bit length repeat";d.mode=30;break}for(;I--;)d.lens[d.have++]=Q}}if(30===d.mode)break;if(0===d.lens[256]){b.msg="invalid code -- missing end-of-block";d.mode=30;break}if(d.lenbits=9,W={bits:d.lenbits},V=w(1,d.lens,0,d.nlen,d.lencode,0,d.work,W),d.lenbits=W.bits,V){b.msg="invalid literal/lengths set";d.mode=30;break}if(d.distbits=6,d.distcode=d.distdyn,W={bits:d.distbits},V=w(2,d.lens,d.nlen,d.ndist, -d.distcode,0,d.work,W),d.distbits=W.bits,V){b.msg="invalid distances set";d.mode=30;break}if(d.mode=20,6===c)break a;case 20:d.mode=21;case 21:if(6<=l&&258<=B){b.next_out=k;b.avail_out=B;b.next_in=h;b.avail_in=l;d.hold=A;d.bits=v;z(b,H);k=b.next_out;g=b.output;B=b.avail_out;h=b.next_in;f=b.input;l=b.avail_in;A=d.hold;v=d.bits;12===d.mode&&(d.back=-1);break}for(d.back=0;O=d.lencode[A&(1<<d.lenbits)-1],J=O>>>24,M=O>>>16&255,N=65535&O,!(J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(M&&0===(240&M)){D= +d.nlen+d.ndist;){for(;O=d.lencode[A&(1<<d.lenbits)-1],J=O>>>24,N=65535&O,!(J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(16>N)A>>>=J,v-=J,d.lens[d.have++]=N;else{if(16===N){for(M=J+2;v<M;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(A>>>=J,v-=J,0===d.have){b.msg="invalid bit length repeat";d.mode=30;break}P=d.lens[d.have-1];I=3+(3&A);A>>>=2;v-=2}else if(17===N){for(M=J+3;v<M;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}A>>>=J;v-=J;P=0;I=3+(7&A);A>>>=3;v-=3}else{for(M=J+7;v<M;){if(0===l)break a;l--; +A+=f[h++]<<v;v+=8}A>>>=J;v-=J;P=0;I=11+(127&A);A>>>=7;v-=7}if(d.have+I>d.nlen+d.ndist){b.msg="invalid bit length repeat";d.mode=30;break}for(;I--;)d.lens[d.have++]=P}}if(30===d.mode)break;if(0===d.lens[256]){b.msg="invalid code -- missing end-of-block";d.mode=30;break}if(d.lenbits=9,W={bits:d.lenbits},V=w(1,d.lens,0,d.nlen,d.lencode,0,d.work,W),d.lenbits=W.bits,V){b.msg="invalid literal/lengths set";d.mode=30;break}if(d.distbits=6,d.distcode=d.distdyn,W={bits:d.distbits},V=w(2,d.lens,d.nlen,d.ndist, +d.distcode,0,d.work,W),d.distbits=W.bits,V){b.msg="invalid distances set";d.mode=30;break}if(d.mode=20,6===c)break a;case 20:d.mode=21;case 21:if(6<=l&&258<=B){b.next_out=k;b.avail_out=B;b.next_in=h;b.avail_in=l;d.hold=A;d.bits=v;z(b,G);k=b.next_out;g=b.output;B=b.avail_out;h=b.next_in;f=b.input;l=b.avail_in;A=d.hold;v=d.bits;12===d.mode&&(d.back=-1);break}for(d.back=0;O=d.lencode[A&(1<<d.lenbits)-1],J=O>>>24,M=O>>>16&255,N=65535&O,!(J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(M&&0===(240&M)){D= J;F=M;for(aa=N;O=d.lencode[aa+((A&(1<<D+F)-1)>>D)],J=O>>>24,M=O>>>16&255,N=65535&O,!(D+J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}A>>>=D;v-=D;d.back+=D}if(A>>>=J,v-=J,d.back+=J,d.length=N,0===M){d.mode=26;break}if(32&M){d.back=-1;d.mode=12;break}if(64&M){b.msg="invalid literal/length code";d.mode=30;break}d.extra=15&M;d.mode=22;case 22:if(d.extra){for(M=d.extra;v<M;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}d.length+=A&(1<<d.extra)-1;A>>>=d.extra;v-=d.extra;d.back+=d.extra}d.was=d.length;d.mode= 23;case 23:for(;O=d.distcode[A&(1<<d.distbits)-1],J=O>>>24,M=O>>>16&255,N=65535&O,!(J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(0===(240&M)){D=J;F=M;for(aa=N;O=d.distcode[aa+((A&(1<<D+F)-1)>>D)],J=O>>>24,M=O>>>16&255,N=65535&O,!(D+J<=v);){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}A>>>=D;v-=D;d.back+=D}if(A>>>=J,v-=J,d.back+=J,64&M){b.msg="invalid distance code";d.mode=30;break}d.offset=N;d.extra=15&M;d.mode=24;case 24:if(d.extra){for(M=d.extra;v<M;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}d.offset+= -A&(1<<d.extra)-1;A>>>=d.extra;v-=d.extra;d.back+=d.extra}if(d.offset>d.dmax){b.msg="invalid distance too far back";d.mode=30;break}d.mode=25;case 25:if(0===B)break a;if(I=H-B,d.offset>I){if(I=d.offset-I,I>d.whave&&d.sane){b.msg="invalid distance too far back";d.mode=30;break}I>d.wnext?(I-=d.wnext,ca=d.wsize-I):ca=d.wnext-I;I>d.length&&(I=d.length);M=d.window}else M=g,ca=k-d.offset,I=d.length;I>B&&(I=B);B-=I;d.length-=I;do g[k++]=M[ca++];while(--I);0===d.length&&(d.mode=21);break;case 26:if(0===B)break a; -g[k++]=d.length;B--;d.mode=21;break;case 27:if(d.wrap){for(;32>v;){if(0===l)break a;l--;A|=f[h++]<<v;v+=8}if(H-=B,b.total_out+=H,d.total+=H,H&&(b.adler=d.check=d.flags?t(d.check,g,H,k-H):q(d.check,g,H,k-H)),H=B,(d.flags?A:e(A))!==d.check){b.msg="incorrect data check";d.mode=30;break}v=A=0}d.mode=28;case 28:if(d.wrap&&d.flags){for(;32>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(A!==(4294967295&d.total)){b.msg="incorrect length check";d.mode=30;break}v=A=0}d.mode=29;case 29:V=1;break a;case 30:V= --3;break a;case 31:return-4;default:return y}return b.next_out=k,b.avail_out=B,b.next_in=h,b.avail_in=l,d.hold=A,d.bits=v,(d.wsize||H!==b.avail_out&&30>d.mode&&(27>d.mode||4!==c))&&m(b,b.output,b.next_out,H-b.avail_out)?(d.mode=31,-4):(P-=b.avail_in,H-=b.avail_out,b.total_in+=P,b.total_out+=H,d.total+=H,d.wrap&&H&&(b.adler=d.check=d.flags?t(d.check,g,H,b.next_out-H):q(d.check,g,H,b.next_out-H)),b.data_type=d.bits+(d.last?64:0)+(12===d.mode?128:0)+(20===d.mode||15===d.mode?256:0),(0===P&&0===H||4=== +A&(1<<d.extra)-1;A>>>=d.extra;v-=d.extra;d.back+=d.extra}if(d.offset>d.dmax){b.msg="invalid distance too far back";d.mode=30;break}d.mode=25;case 25:if(0===B)break a;if(I=G-B,d.offset>I){if(I=d.offset-I,I>d.whave&&d.sane){b.msg="invalid distance too far back";d.mode=30;break}I>d.wnext?(I-=d.wnext,ca=d.wsize-I):ca=d.wnext-I;I>d.length&&(I=d.length);M=d.window}else M=g,ca=k-d.offset,I=d.length;I>B&&(I=B);B-=I;d.length-=I;do g[k++]=M[ca++];while(--I);0===d.length&&(d.mode=21);break;case 26:if(0===B)break a; +g[k++]=d.length;B--;d.mode=21;break;case 27:if(d.wrap){for(;32>v;){if(0===l)break a;l--;A|=f[h++]<<v;v+=8}if(G-=B,b.total_out+=G,d.total+=G,G&&(b.adler=d.check=d.flags?t(d.check,g,G,k-G):q(d.check,g,G,k-G)),G=B,(d.flags?A:e(A))!==d.check){b.msg="incorrect data check";d.mode=30;break}v=A=0}d.mode=28;case 28:if(d.wrap&&d.flags){for(;32>v;){if(0===l)break a;l--;A+=f[h++]<<v;v+=8}if(A!==(4294967295&d.total)){b.msg="incorrect length check";d.mode=30;break}v=A=0}d.mode=29;case 29:V=1;break a;case 30:V= +-3;break a;case 31:return-4;default:return y}return b.next_out=k,b.avail_out=B,b.next_in=h,b.avail_in=l,d.hold=A,d.bits=v,(d.wsize||G!==b.avail_out&&30>d.mode&&(27>d.mode||4!==c))&&m(b,b.output,b.next_out,G-b.avail_out)?(d.mode=31,-4):(Q-=b.avail_in,G-=b.avail_out,b.total_in+=Q,b.total_out+=G,d.total+=G,d.wrap&&G&&(b.adler=d.check=d.flags?t(d.check,g,G,b.next_out-G):q(d.check,g,G,b.next_out-G)),b.data_type=d.bits+(d.last?64:0)+(12===d.mode?128:0)+(20===d.mode||15===d.mode?256:0),(0===Q&&0===G||4=== c)&&V===x&&(V=-5),V)};d.inflateEnd=function(b){if(!b||!b.state)return y;var c=b.state;return c.window&&(c.window=null),b.state=null,x};d.inflateGetHeader=function(b,c){var d;return b&&b.state?(d=b.state,0===(2&d.wrap)?y:(d.head=c,c.done=!1,x)):y};d.inflateSetDictionary=function(b,c){var d,e,f=c.length;return b&&b.state?(d=b.state,0!==d.wrap&&11!==d.mode?y:11===d.mode&&(e=1,e=q(e,c,f,0),e!==d.check)?-3:m(b,c,f,f)?(d.mode=31,-4):(d.havedict=1,x)):y};d.inflateInfo="pako inflate (from Nodeca project)"}, {"../utils/common":3,"./adler32":5,"./crc32":7,"./inffast":10,"./inftrees":12}],12:[function(b,c,d){var e=b("../utils/common"),f=[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],g=[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,72,78],h=[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],k=[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];c.exports=function(b,c,d,p,r,q,t,z){var l,m,n,u,D,F,E,B,A=z.bits,C,L,K,G,U,S,ba=0,X,v=null,P=0,H=new e.Buf16(16);u=new e.Buf16(16);var I=null,ca=0;for(C=0;15>=C;C++)H[C]=0;for(L=0;L<p;L++)H[c[d+L]]++;G=A;for(K=15;1<=K&&0===H[K];K--);if(G>K&&(G=K),0===K)return r[q++]=20971520,r[q++]=20971520,z.bits=1,0;for(A=1;A<K&&0===H[A];A++);G<A&&(G=A);for(C=l=1;15>=C;C++)if(l<<=1,l-=H[C],0>l)return-1;if(0<l&&(0===b||1!==K))return-1;u[1]=0;for(C=1;15>C;C++)u[C+1]=u[C]+H[C]; -for(L=0;L<p;L++)0!==c[d+L]&&(t[u[c[d+L]]++]=L);if(0===b?(v=I=t,D=19):1===b?(v=f,P-=257,I=g,ca-=257,D=256):(v=h,I=k,D=-1),X=0,L=0,C=A,u=q,U=G,S=0,n=-1,ba=1<<G,p=ba-1,1===b&&852<ba||2===b&&592<ba)return 1;for(var M=0;;){M++;F=C-S;t[L]<D?(E=0,B=t[L]):t[L]>D?(E=I[ca+t[L]],B=v[P+t[L]]):(E=96,B=0);l=1<<C-S;A=m=1<<U;do m-=l,r[u+(X>>S)+m]=F<<24|E<<16|B|0;while(0!==m);for(l=1<<C-1;X&l;)l>>=1;if(0!==l?(X&=l-1,X+=l):X=0,L++,0===--H[C]){if(C===K)break;C=c[d+t[L]]}if(C>G&&(X&p)!==n){0===S&&(S=G);u+=A;U=C-S;for(l= -1<<U;U+S<K&&(l-=H[U+S],!(0>=l));)U++,l<<=1;if(ba+=1<<U,1===b&&852<ba||2===b&&592<ba)return 1;n=X&p;r[n]=G<<24|U<<16|u-q|0}}return 0!==X&&(r[u+X]=C-S<<24|4194304),z.bits=G,0}},{"../utils/common":3}],13:[function(b,c,d){c.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],14:[function(b,c,d){function e(b){for(var c=b.length;0<=--c;)b[c]=0}function f(b,c,d,e,f){this.static_tree= +25,25,26,26,27,27,28,28,29,29,64,64];c.exports=function(b,c,d,p,r,q,t,z){var l,m,n,u,D,F,E,B,A=z.bits,C,L,K,H,U,S,ba=0,X,v=null,Q=0,G=new e.Buf16(16);u=new e.Buf16(16);var I=null,ca=0;for(C=0;15>=C;C++)G[C]=0;for(L=0;L<p;L++)G[c[d+L]]++;H=A;for(K=15;1<=K&&0===G[K];K--);if(H>K&&(H=K),0===K)return r[q++]=20971520,r[q++]=20971520,z.bits=1,0;for(A=1;A<K&&0===G[A];A++);H<A&&(H=A);for(C=l=1;15>=C;C++)if(l<<=1,l-=G[C],0>l)return-1;if(0<l&&(0===b||1!==K))return-1;u[1]=0;for(C=1;15>C;C++)u[C+1]=u[C]+G[C]; +for(L=0;L<p;L++)0!==c[d+L]&&(t[u[c[d+L]]++]=L);if(0===b?(v=I=t,D=19):1===b?(v=f,Q-=257,I=g,ca-=257,D=256):(v=h,I=k,D=-1),X=0,L=0,C=A,u=q,U=H,S=0,n=-1,ba=1<<H,p=ba-1,1===b&&852<ba||2===b&&592<ba)return 1;for(var M=0;;){M++;F=C-S;t[L]<D?(E=0,B=t[L]):t[L]>D?(E=I[ca+t[L]],B=v[Q+t[L]]):(E=96,B=0);l=1<<C-S;A=m=1<<U;do m-=l,r[u+(X>>S)+m]=F<<24|E<<16|B|0;while(0!==m);for(l=1<<C-1;X&l;)l>>=1;if(0!==l?(X&=l-1,X+=l):X=0,L++,0===--G[C]){if(C===K)break;C=c[d+t[L]]}if(C>H&&(X&p)!==n){0===S&&(S=H);u+=A;U=C-S;for(l= +1<<U;U+S<K&&(l-=G[U+S],!(0>=l));)U++,l<<=1;if(ba+=1<<U,1===b&&852<ba||2===b&&592<ba)return 1;n=X&p;r[n]=H<<24|U<<16|u-q|0}}return 0!==X&&(r[u+X]=C-S<<24|4194304),z.bits=H,0}},{"../utils/common":3}],13:[function(b,c,d){c.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],14:[function(b,c,d){function e(b){for(var c=b.length;0<=--c;)b[c]=0}function f(b,c,d,e,f){this.static_tree= b;this.extra_bits=c;this.extra_base=d;this.elems=e;this.max_length=f;this.has_stree=b&&b.length}function g(b,c){this.dyn_tree=b;this.max_code=0;this.stat_desc=c}function h(b,c){b.pending_buf[b.pending++]=255&c;b.pending_buf[b.pending++]=c>>>8&255}function k(b,c,d){b.bi_valid>ba-d?(b.bi_buf|=c<<b.bi_valid&65535,h(b,b.bi_buf),b.bi_buf=c>>ba-b.bi_valid,b.bi_valid+=d-ba):(b.bi_buf|=c<<b.bi_valid&65535,b.bi_valid+=d)}function l(b,c,d){k(b,d[2*c],d[2*c+1])}function m(b,c){var d=0;do d|=1&b,b>>>=1,d<<=1; -while(0<--c);return d>>>1}function n(b,c,d){var e,f=Array(S+1),g=0;for(e=1;e<=S;e++)f[e]=g=g+d[e-1]<<1;for(d=0;d<=c;d++)e=b[2*d+1],0!==e&&(b[2*d]=m(f[e]++,e))}function p(b){var c;for(c=0;c<L;c++)b.dyn_ltree[2*c]=0;for(c=0;c<K;c++)b.dyn_dtree[2*c]=0;for(c=0;c<G;c++)b.bl_tree[2*c]=0;b.dyn_ltree[2*X]=1;b.opt_len=b.static_len=0;b.last_lit=b.matches=0}function r(b){8<b.bi_valid?h(b,b.bi_buf):0<b.bi_valid&&(b.pending_buf[b.pending++]=b.bi_buf);b.bi_buf=0;b.bi_valid=0}function q(b,c,d,e){var f=2*c,g=2*d; -return b[f]<b[g]||b[f]===b[g]&&e[c]<=e[d]}function t(b,c,d){for(var e=b.heap[d],f=d<<1;f<=b.heap_len&&(f<b.heap_len&&q(c,b.heap[f+1],b.heap[f],b.depth)&&f++,!q(c,e,b.heap[f],b.depth));)b.heap[d]=b.heap[f],d=f,f<<=1;b.heap[d]=e}function z(b,c,d){var e,f,g,h,m=0;if(0!==b.last_lit){do e=b.pending_buf[b.d_buf+2*m]<<8|b.pending_buf[b.d_buf+2*m+1],f=b.pending_buf[b.l_buf+m],m++,0===e?l(b,f,c):(g=aa[f],l(b,g+C+1,c),h=I[g],0!==h&&(f-=Q[g],k(b,f,h)),e--,g=256>e?ea[e]:ea[256+(e>>>7)],l(b,g,d),h=ca[g],0!==h&& +while(0<--c);return d>>>1}function n(b,c,d){var e,f=Array(S+1),g=0;for(e=1;e<=S;e++)f[e]=g=g+d[e-1]<<1;for(d=0;d<=c;d++)e=b[2*d+1],0!==e&&(b[2*d]=m(f[e]++,e))}function p(b){var c;for(c=0;c<L;c++)b.dyn_ltree[2*c]=0;for(c=0;c<K;c++)b.dyn_dtree[2*c]=0;for(c=0;c<H;c++)b.bl_tree[2*c]=0;b.dyn_ltree[2*X]=1;b.opt_len=b.static_len=0;b.last_lit=b.matches=0}function r(b){8<b.bi_valid?h(b,b.bi_buf):0<b.bi_valid&&(b.pending_buf[b.pending++]=b.bi_buf);b.bi_buf=0;b.bi_valid=0}function q(b,c,d,e){var f=2*c,g=2*d; +return b[f]<b[g]||b[f]===b[g]&&e[c]<=e[d]}function t(b,c,d){for(var e=b.heap[d],f=d<<1;f<=b.heap_len&&(f<b.heap_len&&q(c,b.heap[f+1],b.heap[f],b.depth)&&f++,!q(c,e,b.heap[f],b.depth));)b.heap[d]=b.heap[f],d=f,f<<=1;b.heap[d]=e}function z(b,c,d){var e,f,g,h,m=0;if(0!==b.last_lit){do e=b.pending_buf[b.d_buf+2*m]<<8|b.pending_buf[b.d_buf+2*m+1],f=b.pending_buf[b.l_buf+m],m++,0===e?l(b,f,c):(g=aa[f],l(b,g+C+1,c),h=I[g],0!==h&&(f-=P[g],k(b,f,h)),e--,g=256>e?ea[e]:ea[256+(e>>>7)],l(b,g,d),h=ca[g],0!==h&& (e-=V[g],k(b,e,h)));while(m<b.last_lit)}l(b,X,c)}function w(b,c){var d,e,f,g=c.dyn_tree;e=c.stat_desc.static_tree;var h=c.stat_desc.has_stree,k=c.stat_desc.elems,l=-1;b.heap_len=0;b.heap_max=U;for(d=0;d<k;d++)0!==g[2*d]?(b.heap[++b.heap_len]=l=d,b.depth[d]=0):g[2*d+1]=0;for(;2>b.heap_len;)f=b.heap[++b.heap_len]=2>l?++l:0,g[2*f]=1,b.depth[f]=0,b.opt_len--,h&&(b.static_len-=e[2*f+1]);c.max_code=l;for(d=b.heap_len>>1;1<=d;d--)t(b,g,d);f=k;do d=b.heap[1],b.heap[1]=b.heap[b.heap_len--],t(b,g,1),e=b.heap[1], -b.heap[--b.heap_max]=d,b.heap[--b.heap_max]=e,g[2*f]=g[2*d]+g[2*e],b.depth[f]=(b.depth[d]>=b.depth[e]?b.depth[d]:b.depth[e])+1,g[2*d+1]=g[2*e+1]=f,b.heap[1]=f++,t(b,g,1);while(2<=b.heap_len);b.heap[--b.heap_max]=b.heap[1];var m,v,h=c.dyn_tree,k=c.max_code,p=c.stat_desc.static_tree,q=c.stat_desc.has_stree,r=c.stat_desc.extra_bits,H=c.stat_desc.extra_base,P=c.stat_desc.max_length,I=0;for(e=0;e<=S;e++)b.bl_count[e]=0;h[2*b.heap[b.heap_max]+1]=0;for(d=b.heap_max+1;d<U;d++)f=b.heap[d],e=h[2*h[2*f+1]+1]+ -1,e>P&&(e=P,I++),h[2*f+1]=e,f>k||(b.bl_count[e]++,m=0,f>=H&&(m=r[f-H]),v=h[2*f],b.opt_len+=v*(e+m),q&&(b.static_len+=v*(p[2*f+1]+m)));if(0!==I){do{for(e=P-1;0===b.bl_count[e];)e--;b.bl_count[e]--;b.bl_count[e+1]+=2;b.bl_count[P]--;I-=2}while(0<I);for(e=P;0!==e;e--)for(f=b.bl_count[e];0!==f;)m=b.heap[--d],m>k||(h[2*m+1]!==e&&(b.opt_len+=(e-h[2*m+1])*h[2*m],h[2*m+1]=e),f--)}n(g,l,b.bl_count)}function x(b,c,d){var e,f,g=-1,h=c[1],k=0,l=7,m=4;0===h&&(l=138,m=3);c[2*(d+1)+1]=65535;for(e=0;e<=d;e++)f=h, -h=c[2*(e+1)+1],++k<l&&f===h||(k<m?b.bl_tree[2*f]+=k:0!==f?(f!==g&&b.bl_tree[2*f]++,b.bl_tree[2*v]++):10>=k?b.bl_tree[2*P]++:b.bl_tree[2*H]++,k=0,g=f,0===h?(l=138,m=3):f===h?(l=6,m=3):(l=7,m=4))}function y(b,c,d){var e,f,g=-1,h=c[1],m=0,n=7,p=4;0===h&&(n=138,p=3);for(e=0;e<=d;e++)if(f=h,h=c[2*(e+1)+1],!(++m<n&&f===h)){if(m<p){do l(b,f,b.bl_tree);while(0!==--m)}else 0!==f?(f!==g&&(l(b,f,b.bl_tree),m--),l(b,v,b.bl_tree),k(b,m-3,2)):10>=m?(l(b,P,b.bl_tree),k(b,m-3,3)):(l(b,H,b.bl_tree),k(b,m-11,7));m= -0;g=f;0===h?(n=138,p=3):f===h?(n=6,p=3):(n=7,p=4)}}function u(b){var c,d=4093624447;for(c=0;31>=c;c++,d>>>=1)if(1&d&&0!==b.dyn_ltree[2*c])return E;if(0!==b.dyn_ltree[18]||0!==b.dyn_ltree[20]||0!==b.dyn_ltree[26])return B;for(c=32;c<C;c++)if(0!==b.dyn_ltree[2*c])return B;return E}function D(b,c,d,e){k(b,(A<<1)+(e?1:0),3);r(b);h(b,d);h(b,~d);F.arraySet(b.pending_buf,b.window,c,d,b.pending);b.pending+=d}var F=b("../utils/common"),E=0,B=1,A=0,C=256,L=C+1+29,K=30,G=19,U=2*L+1,S=15,ba=16,X=256,v=16,P=17, -H=18,I=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],ca=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],M=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],J=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],N=Array(2*(L+2));e(N);var T=Array(2*K);e(T);var ea=Array(512);e(ea);var aa=Array(256);e(aa);var Q=Array(29);e(Q);var V=Array(K);e(V);var W,O,R,fa=!1;d._tr_init=function(b){if(!fa){var c,d,e,h=Array(S+1);for(e=d=0;28>e;e++)for(Q[e]=d,c=0;c<1<<I[e];c++)aa[d++]=e;aa[d-1]= -e;for(e=d=0;16>e;e++)for(V[e]=d,c=0;c<1<<ca[e];c++)ea[d++]=e;for(d>>=7;e<K;e++)for(V[e]=d<<7,c=0;c<1<<ca[e]-7;c++)ea[256+d++]=e;for(c=0;c<=S;c++)h[c]=0;for(c=0;143>=c;)N[2*c+1]=8,c++,h[8]++;for(;255>=c;)N[2*c+1]=9,c++,h[9]++;for(;279>=c;)N[2*c+1]=7,c++,h[7]++;for(;287>=c;)N[2*c+1]=8,c++,h[8]++;n(N,L+1,h);for(c=0;c<K;c++)T[2*c+1]=5,T[2*c]=m(c,5);W=new f(N,I,C+1,L,S);O=new f(T,ca,0,K,S);R=new f([],M,0,G,7);fa=!0}b.l_desc=new g(b.dyn_ltree,W);b.d_desc=new g(b.dyn_dtree,O);b.bl_desc=new g(b.bl_tree,R); -b.bi_buf=0;b.bi_valid=0;p(b)};d._tr_stored_block=D;d._tr_flush_block=function(b,c,d,e){var f,g,h=0;if(0<b.level){2===b.strm.data_type&&(b.strm.data_type=u(b));w(b,b.l_desc);w(b,b.d_desc);x(b,b.dyn_ltree,b.l_desc.max_code);x(b,b.dyn_dtree,b.d_desc.max_code);w(b,b.bl_desc);for(h=G-1;3<=h&&0===b.bl_tree[2*J[h]+1];h--);h=(b.opt_len+=3*(h+1)+14,h);f=b.opt_len+3+7>>>3;g=b.static_len+3+7>>>3;g<=f&&(f=g)}else f=g=d+5;if(d+4<=f&&-1!==c)D(b,c,d,e);else if(4===b.strategy||g===f)k(b,2+(e?1:0),3),z(b,N,T);else{k(b, +b.heap[--b.heap_max]=d,b.heap[--b.heap_max]=e,g[2*f]=g[2*d]+g[2*e],b.depth[f]=(b.depth[d]>=b.depth[e]?b.depth[d]:b.depth[e])+1,g[2*d+1]=g[2*e+1]=f,b.heap[1]=f++,t(b,g,1);while(2<=b.heap_len);b.heap[--b.heap_max]=b.heap[1];var m,v,h=c.dyn_tree,k=c.max_code,p=c.stat_desc.static_tree,q=c.stat_desc.has_stree,r=c.stat_desc.extra_bits,G=c.stat_desc.extra_base,Q=c.stat_desc.max_length,I=0;for(e=0;e<=S;e++)b.bl_count[e]=0;h[2*b.heap[b.heap_max]+1]=0;for(d=b.heap_max+1;d<U;d++)f=b.heap[d],e=h[2*h[2*f+1]+1]+ +1,e>Q&&(e=Q,I++),h[2*f+1]=e,f>k||(b.bl_count[e]++,m=0,f>=G&&(m=r[f-G]),v=h[2*f],b.opt_len+=v*(e+m),q&&(b.static_len+=v*(p[2*f+1]+m)));if(0!==I){do{for(e=Q-1;0===b.bl_count[e];)e--;b.bl_count[e]--;b.bl_count[e+1]+=2;b.bl_count[Q]--;I-=2}while(0<I);for(e=Q;0!==e;e--)for(f=b.bl_count[e];0!==f;)m=b.heap[--d],m>k||(h[2*m+1]!==e&&(b.opt_len+=(e-h[2*m+1])*h[2*m],h[2*m+1]=e),f--)}n(g,l,b.bl_count)}function x(b,c,d){var e,f,g=-1,h=c[1],k=0,l=7,m=4;0===h&&(l=138,m=3);c[2*(d+1)+1]=65535;for(e=0;e<=d;e++)f=h, +h=c[2*(e+1)+1],++k<l&&f===h||(k<m?b.bl_tree[2*f]+=k:0!==f?(f!==g&&b.bl_tree[2*f]++,b.bl_tree[2*v]++):10>=k?b.bl_tree[2*Q]++:b.bl_tree[2*G]++,k=0,g=f,0===h?(l=138,m=3):f===h?(l=6,m=3):(l=7,m=4))}function y(b,c,d){var e,f,g=-1,h=c[1],m=0,n=7,p=4;0===h&&(n=138,p=3);for(e=0;e<=d;e++)if(f=h,h=c[2*(e+1)+1],!(++m<n&&f===h)){if(m<p){do l(b,f,b.bl_tree);while(0!==--m)}else 0!==f?(f!==g&&(l(b,f,b.bl_tree),m--),l(b,v,b.bl_tree),k(b,m-3,2)):10>=m?(l(b,Q,b.bl_tree),k(b,m-3,3)):(l(b,G,b.bl_tree),k(b,m-11,7));m= +0;g=f;0===h?(n=138,p=3):f===h?(n=6,p=3):(n=7,p=4)}}function u(b){var c,d=4093624447;for(c=0;31>=c;c++,d>>>=1)if(1&d&&0!==b.dyn_ltree[2*c])return E;if(0!==b.dyn_ltree[18]||0!==b.dyn_ltree[20]||0!==b.dyn_ltree[26])return B;for(c=32;c<C;c++)if(0!==b.dyn_ltree[2*c])return B;return E}function D(b,c,d,e){k(b,(A<<1)+(e?1:0),3);r(b);h(b,d);h(b,~d);F.arraySet(b.pending_buf,b.window,c,d,b.pending);b.pending+=d}var F=b("../utils/common"),E=0,B=1,A=0,C=256,L=C+1+29,K=30,H=19,U=2*L+1,S=15,ba=16,X=256,v=16,Q=17, +G=18,I=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],ca=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],M=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],J=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],N=Array(2*(L+2));e(N);var T=Array(2*K);e(T);var ea=Array(512);e(ea);var aa=Array(256);e(aa);var P=Array(29);e(P);var V=Array(K);e(V);var W,O,R,fa=!1;d._tr_init=function(b){if(!fa){var c,d,e,h=Array(S+1);for(e=d=0;28>e;e++)for(P[e]=d,c=0;c<1<<I[e];c++)aa[d++]=e;aa[d-1]= +e;for(e=d=0;16>e;e++)for(V[e]=d,c=0;c<1<<ca[e];c++)ea[d++]=e;for(d>>=7;e<K;e++)for(V[e]=d<<7,c=0;c<1<<ca[e]-7;c++)ea[256+d++]=e;for(c=0;c<=S;c++)h[c]=0;for(c=0;143>=c;)N[2*c+1]=8,c++,h[8]++;for(;255>=c;)N[2*c+1]=9,c++,h[9]++;for(;279>=c;)N[2*c+1]=7,c++,h[7]++;for(;287>=c;)N[2*c+1]=8,c++,h[8]++;n(N,L+1,h);for(c=0;c<K;c++)T[2*c+1]=5,T[2*c]=m(c,5);W=new f(N,I,C+1,L,S);O=new f(T,ca,0,K,S);R=new f([],M,0,H,7);fa=!0}b.l_desc=new g(b.dyn_ltree,W);b.d_desc=new g(b.dyn_dtree,O);b.bl_desc=new g(b.bl_tree,R); +b.bi_buf=0;b.bi_valid=0;p(b)};d._tr_stored_block=D;d._tr_flush_block=function(b,c,d,e){var f,g,h=0;if(0<b.level){2===b.strm.data_type&&(b.strm.data_type=u(b));w(b,b.l_desc);w(b,b.d_desc);x(b,b.dyn_ltree,b.l_desc.max_code);x(b,b.dyn_dtree,b.d_desc.max_code);w(b,b.bl_desc);for(h=H-1;3<=h&&0===b.bl_tree[2*J[h]+1];h--);h=(b.opt_len+=3*(h+1)+14,h);f=b.opt_len+3+7>>>3;g=b.static_len+3+7>>>3;g<=f&&(f=g)}else f=g=d+5;if(d+4<=f&&-1!==c)D(b,c,d,e);else if(4===b.strategy||g===f)k(b,2+(e?1:0),3),z(b,N,T);else{k(b, 4+(e?1:0),3);c=b.l_desc.max_code+1;d=b.d_desc.max_code+1;h+=1;k(b,c-257,5);k(b,d-1,5);k(b,h-4,4);for(f=0;f<h;f++)k(b,b.bl_tree[2*J[f]+1],3);y(b,b.dyn_ltree,c-1);y(b,b.dyn_dtree,d-1);z(b,b.dyn_ltree,b.dyn_dtree)}p(b);e&&r(b)};d._tr_tally=function(b,c,d){return b.pending_buf[b.d_buf+2*b.last_lit]=c>>>8&255,b.pending_buf[b.d_buf+2*b.last_lit+1]=255&c,b.pending_buf[b.l_buf+b.last_lit]=255&d,b.last_lit++,0===c?b.dyn_ltree[2*d]++:(b.matches++,c--,b.dyn_ltree[2*(aa[d]+C+1)]++,b.dyn_dtree[2*(256>c?ea[c]: ea[256+(c>>>7)])]++),b.last_lit===b.lit_bufsize-1};d._tr_align=function(b){k(b,2,3);l(b,X,N);16===b.bi_valid?(h(b,b.bi_buf),b.bi_buf=0,b.bi_valid=0):8<=b.bi_valid&&(b.pending_buf[b.pending++]=255&b.bi_buf,b.bi_buf>>=8,b.bi_valid-=8)}},{"../utils/common":3}],15:[function(b,c,d){c.exports=function(){this.input=null;this.total_in=this.avail_in=this.next_in=0;this.output=null;this.total_out=this.avail_out=this.next_out=0;this.msg="";this.state=null;this.data_type=2;this.adler=0}},{}],"/":[function(b, c,d){d=b("./lib/utils/common").assign;var e=b("./lib/deflate"),f=b("./lib/inflate");b=b("./lib/zlib/constants");var g={};d(g,e,f,b);c.exports=g},{"./lib/deflate":1,"./lib/inflate":2,"./lib/utils/common":3,"./lib/zlib/constants":6}]},{},[])("/")});var JSON;JSON||(JSON={}); @@ -184,7 +184,7 @@ f)+"\n"+t+"}":"{"+z.join(",")+"}";f=t;return l}}"function"!==typeof Date.prototy e=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,f,g,h={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},k;"function"!==typeof JSON.stringify&&(JSON.stringify=function(a,b,d){var e;g=f="";if("number"===typeof d)for(e=0;e<d;e+=1)g+=" ";else"string"===typeof d&&(g=d);if((k=b)&&"function"!==typeof b&&("object"!==typeof b||"number"!==typeof b.length))throw Error("JSON.stringify");return c("",{"":a})}); "function"!==typeof JSON.parse&&(JSON.parse=function(a,b){function c(a,d){var e,f,g=a[d];if(g&&"object"===typeof g)for(e in g)Object.prototype.hasOwnProperty.call(g,e)&&(f=c(g,e),void 0!==f?g[e]=f:delete g[e]);return b.call(a,d,g)}var e;a=""+a;d.lastIndex=0;d.test(a)&&(a=a.replace(d,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, "]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return e=eval("("+a+")"),"function"===typeof b?c({"":e},""):e;throw new SyntaxError("JSON.parse");})})();"undefined"===typeof window.mxBasePath&&(window.mxBasePath="https://www.draw.io/mxgraph/");window.mxLoadStylesheets=window.mxLoadStylesheets||!1;window.mxLoadResources=window.mxLoadResources||!1;window.mxLanguage=window.mxLanguage||"en";window.urlParams=window.urlParams||{};window.MAX_REQUEST_SIZE=window.MAX_REQUEST_SIZE||10485760;window.MAX_AREA=window.MAX_AREA||225E6;window.EXPORT_URL=window.EXPORT_URL||"/export";window.SAVE_URL=window.SAVE_URL||"/save";window.OPEN_URL=window.OPEN_URL||"/open";window.RESOURCES_PATH=window.RESOURCES_PATH||"resources";window.RESOURCE_BASE=window.RESOURCE_BASE||window.RESOURCES_PATH+"/grapheditor";window.STENCIL_PATH=window.STENCIL_PATH||"stencils";window.IMAGE_PATH=window.IMAGE_PATH||"images"; -window.STYLE_PATH=window.STYLE_PATH||"styles";window.CSS_PATH=window.CSS_PATH||"styles";window.OPEN_FORM=window.OPEN_FORM||"open.html";window.mxBasePath=window.mxBasePath||"../../../src";window.mxLanguage=window.mxLanguage||urlParams.lang;window.mxLanguages=window.mxLanguages||["de"];var mxClient={VERSION:"8.9.6",IS_IE:0<=navigator.userAgent.indexOf("MSIE"),IS_IE6:0<=navigator.userAgent.indexOf("MSIE 6"),IS_IE11:!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:!!navigator.userAgent.match(/Edge\//),IS_QUIRKS:0<=navigator.userAgent.indexOf("MSIE")&&(null==document.documentMode||5==document.documentMode),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&& +window.STYLE_PATH=window.STYLE_PATH||"styles";window.CSS_PATH=window.CSS_PATH||"styles";window.OPEN_FORM=window.OPEN_FORM||"open.html";window.mxBasePath=window.mxBasePath||"../../../src";window.mxLanguage=window.mxLanguage||urlParams.lang;window.mxLanguages=window.mxLanguages||["de"];var mxClient={VERSION:"8.9.9",IS_IE:0<=navigator.userAgent.indexOf("MSIE"),IS_IE6:0<=navigator.userAgent.indexOf("MSIE 6"),IS_IE11:!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:!!navigator.userAgent.match(/Edge\//),IS_QUIRKS:0<=navigator.userAgent.indexOf("MSIE")&&(null==document.documentMode||5==document.documentMode),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&& 0>navigator.userAgent.indexOf("Edge/"),IS_OP:0<=navigator.userAgent.indexOf("Opera/")||0<=navigator.userAgent.indexOf("OPR/"),IS_OT:0<=navigator.userAgent.indexOf("Presto/")&&0>navigator.userAgent.indexOf("Presto/2.4.")&&0>navigator.userAgent.indexOf("Presto/2.3.")&&0>navigator.userAgent.indexOf("Presto/2.2.")&&0>navigator.userAgent.indexOf("Presto/2.1.")&&0>navigator.userAgent.indexOf("Presto/2.0.")&&0>navigator.userAgent.indexOf("Presto/1."),IS_SF:0<=navigator.userAgent.indexOf("AppleWebKit/")&& 0>navigator.userAgent.indexOf("Chrome/")&&0>navigator.userAgent.indexOf("Edge/"),IS_IOS:navigator.userAgent.match(/(iPad|iPhone|iPod)/g)?!0:!1,IS_GC:0<=navigator.userAgent.indexOf("Chrome/")&&0>navigator.userAgent.indexOf("Edge/"),IS_CHROMEAPP:null!=window.chrome&&null!=chrome.app&&null!=chrome.app.runtime,IS_FF:0<=navigator.userAgent.indexOf("Firefox/"),IS_MT:0<=navigator.userAgent.indexOf("Firefox/")&&0>navigator.userAgent.indexOf("Firefox/1.")&&0>navigator.userAgent.indexOf("Firefox/2.")||0<=navigator.userAgent.indexOf("Iceweasel/")&& 0>navigator.userAgent.indexOf("Iceweasel/1.")&&0>navigator.userAgent.indexOf("Iceweasel/2.")||0<=navigator.userAgent.indexOf("SeaMonkey/")&&0>navigator.userAgent.indexOf("SeaMonkey/1.")||0<=navigator.userAgent.indexOf("Iceape/")&&0>navigator.userAgent.indexOf("Iceape/1."),IS_SVG:0<=navigator.userAgent.indexOf("Firefox/")||0<=navigator.userAgent.indexOf("Iceweasel/")||0<=navigator.userAgent.indexOf("Seamonkey/")||0<=navigator.userAgent.indexOf("Iceape/")||0<=navigator.userAgent.indexOf("Galeon/")|| @@ -314,7 +314,7 @@ function mxXmlRequest(a,b,c,d,e,f){this.url=a;this.params=b;this.method=c||"POST mxXmlRequest.prototype.decodeSimulateValues=!1;mxXmlRequest.prototype.isBinary=function(){return this.binary};mxXmlRequest.prototype.setBinary=function(a){this.binary=a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.isReady=function(){return 4==this.request.readyState};mxXmlRequest.prototype.getDocumentElement=function(){var a=this.getXml();return null!=a?a.documentElement:null}; mxXmlRequest.prototype.getXml=function(){var a=this.request.responseXML;if(9<=document.documentMode||null==a||null==a.documentElement)a=mxUtils.parseXml(this.request.responseText);return a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.getStatus=function(){return this.request.status}; mxXmlRequest.prototype.create=function(){if(window.XMLHttpRequest)return function(){var a=new XMLHttpRequest;this.isBinary()&&a.overrideMimeType&&a.overrideMimeType("text/plain; charset=x-user-defined");return a};if("undefined"!=typeof ActiveXObject)return function(){return new ActiveXObject("Microsoft.XMLHTTP")}}(); -mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& +mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.request.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& window.XMLHttpRequest&&null!=c&&null!=d&&(this.request.timeout=c,this.request.ontimeout=d),this.request.send(this.params))};mxXmlRequest.prototype.setRequestHeaders=function(a,b){null!=b&&a.setRequestHeader("Content-Type","application/x-www-form-urlencoded")}; mxXmlRequest.prototype.simulate=function(a,b){a=a||document;var c=null;a==document&&(c=window.onbeforeunload,window.onbeforeunload=null);var d=a.createElement("form");d.setAttribute("method",this.method);d.setAttribute("action",this.url);null!=b&&d.setAttribute("target",b);d.style.display="none";d.style.visibility="hidden";for(var e=0<this.params.indexOf("&")?this.params.split("&"):this.params.split(),f=0;f<e.length;f++){var g=e[f].indexOf("=");if(0<g){var h=e[f].substring(0,g),g=e[f].substring(g+ 1);this.decodeSimulateValues&&(g=decodeURIComponent(g));var k=a.createElement("textarea");k.setAttribute("wrap","off");k.setAttribute("name",h);mxUtils.write(k,g);d.appendChild(k)}}a.body.appendChild(d);d.submit();null!=d.parentNode&&d.parentNode.removeChild(d);null!=c&&(window.onbeforeunload=c)};function mxImage(a,b,c){this.src=a;this.width=b;this.height=c}mxImage.prototype.src=null;mxImage.prototype.width=null;mxImage.prototype.height=null; @@ -531,7 +531,7 @@ mxArrowConnector.prototype.augmentBoundingBox=function(a){mxShape.prototype.augm mxArrowConnector.prototype.paintEdgeShape=function(a,b){var c=this.strokewidth;this.outline&&(c=Math.max(1,mxUtils.getNumber(this.style,mxConstants.STYLE_STROKEWIDTH,this.strokewidth)));for(var d=this.getStartArrowWidth()+c,e=this.getEndArrowWidth()+c,f=this.outline?this.getEdgeWidth()+c:this.getEdgeWidth(),g=this.isOpenEnded(),h=this.isMarkerStart(),k=this.isMarkerEnd(),l=g?0:this.arrowSpacing+c/2,m=this.startSize+c,c=this.endSize+c,n=this.isArrowRounded(),p=b[b.length-1],r=1;r<b.length-1&&b[r].x== b[0].x&&b[r].y==b[0].y;)r++;var q=b[r].x-b[0].x,r=b[r].y-b[0].y,t=Math.sqrt(q*q+r*r);if(0!=t){var z=q/t,w,x=z,y=r/t,u,D=y,t=f*y,F=-f*z,E=[];n?a.setLineJoin("round"):2<b.length&&a.setMiterLimit(1.42);a.begin();q=z;r=y;if(h&&!g)this.paintMarker(a,b[0].x,b[0].y,z,y,m,d,f,l,!0);else{w=b[0].x+t/2+l*z;u=b[0].y+F/2+l*y;var B=b[0].x-t/2+l*z,A=b[0].y-F/2+l*y;g?(a.moveTo(w,u),E.push(function(){a.lineTo(B,A)})):(a.moveTo(B,A),a.lineTo(w,u))}for(var C=u=w=0,t=0;t<b.length-2;t++)if(F=mxUtils.relativeCcw(b[t].x, b[t].y,b[t+1].x,b[t+1].y,b[t+2].x,b[t+2].y),w=b[t+2].x-b[t+1].x,u=b[t+2].y-b[t+1].y,C=Math.sqrt(w*w+u*u),0!=C&&(x=w/C,D=u/C,tmp=Math.max(Math.sqrt((z*x+y*D+1)/2),.04),w=z+x,u=y+D,C=Math.sqrt(w*w+u*u),0!=C)){w/=C;u/=C;var C=Math.max(tmp,Math.min(this.strokewidth/200+.04,.35)),C=0!=F&&n?Math.max(.1,C):Math.max(tmp,.06),L=b[t+1].x+u*f/2/C,K=b[t+1].y-w*f/2/C;u=b[t+1].x-u*f/2/C;w=b[t+1].y+w*f/2/C;0!=F&&n?-1==F?(F=u+D*f,C=w-x*f,a.lineTo(u+y*f,w-z*f),a.quadTo(L,K,F,C),function(b,c){E.push(function(){a.lineTo(b, -c)})}(u,w)):(a.lineTo(L,K),function(b,c){var d=L-y*f,e=K+z*f,g=L-D*f,h=K+x*f;E.push(function(){a.quadTo(b,c,d,e)});E.push(function(){a.lineTo(g,h)})}(u,w)):(a.lineTo(L,K),function(b,c){E.push(function(){a.lineTo(b,c)})}(u,w));z=x;y=D}t=f*D;F=-f*x;if(k&&!g)this.paintMarker(a,p.x,p.y,-z,-y,c,e,f,l,!1);else{a.lineTo(p.x-l*x+t/2,p.y-l*D+F/2);var G=p.x-l*x-t/2,U=p.y-l*D-F/2;g?(a.moveTo(G,U),E.splice(0,0,function(){a.moveTo(G,U)})):a.lineTo(G,U)}for(t=E.length-1;0<=t;t--)E[t]();g?(a.end(),a.stroke()):(a.close(), +c)})}(u,w)):(a.lineTo(L,K),function(b,c){var d=L-y*f,e=K+z*f,g=L-D*f,h=K+x*f;E.push(function(){a.quadTo(b,c,d,e)});E.push(function(){a.lineTo(g,h)})}(u,w)):(a.lineTo(L,K),function(b,c){E.push(function(){a.lineTo(b,c)})}(u,w));z=x;y=D}t=f*D;F=-f*x;if(k&&!g)this.paintMarker(a,p.x,p.y,-z,-y,c,e,f,l,!1);else{a.lineTo(p.x-l*x+t/2,p.y-l*D+F/2);var H=p.x-l*x-t/2,U=p.y-l*D-F/2;g?(a.moveTo(H,U),E.splice(0,0,function(){a.moveTo(H,U)})):a.lineTo(H,U)}for(t=E.length-1;0<=t;t--)E[t]();g?(a.end(),a.stroke()):(a.close(), a.fillAndStroke());a.setShadow(!1);a.setMiterLimit(4);n&&a.setLineJoin("flat");2<b.length&&(a.setMiterLimit(4),h&&!g&&(a.begin(),this.paintMarker(a,b[0].x,b[0].y,q,r,m,d,f,l,!0),a.stroke(),a.end()),k&&!g&&(a.begin(),this.paintMarker(a,p.x,p.y,-z,-y,c,e,f,l,!0),a.stroke(),a.end()))}}; mxArrowConnector.prototype.paintMarker=function(a,b,c,d,e,f,g,h,k,l){g=h/g;var m=h*e/2;h=-h*d/2;var n=(k+f)*d;f=(k+f)*e;l?a.moveTo(b-m+n,c-h+f):a.lineTo(b-m+n,c-h+f);a.lineTo(b-m/g+n,c-h/g+f);a.lineTo(b+k*d,c+k*e);a.lineTo(b+m/g+n,c+h/g+f);a.lineTo(b+m+n,c+h+f)};mxArrowConnector.prototype.isArrowRounded=function(){return this.isRounded};mxArrowConnector.prototype.getStartArrowWidth=function(){return mxConstants.ARROW_WIDTH};mxArrowConnector.prototype.getEndArrowWidth=function(){return mxConstants.ARROW_WIDTH}; mxArrowConnector.prototype.getEdgeWidth=function(){return mxConstants.ARROW_WIDTH/3};mxArrowConnector.prototype.isOpenEnded=function(){return!1};mxArrowConnector.prototype.isMarkerStart=function(){return mxUtils.getValue(this.style,mxConstants.STYLE_STARTARROW,mxConstants.NONE)!=mxConstants.NONE};mxArrowConnector.prototype.isMarkerEnd=function(){return mxUtils.getValue(this.style,mxConstants.STYLE_ENDARROW,mxConstants.NONE)!=mxConstants.NONE}; @@ -1446,9 +1446,9 @@ mxConnectionHandler.prototype.reset=function(){null!=this.shape&&(this.shape.des mxConnectionHandler.prototype.drawPreview=function(){this.updatePreview(null==this.error);this.shape.redraw()};mxConnectionHandler.prototype.updatePreview=function(a){this.shape.strokewidth=this.getEdgeWidth(a);this.shape.stroke=this.getEdgeColor(a)};mxConnectionHandler.prototype.getEdgeColor=function(a){return a?mxConstants.VALID_COLOR:mxConstants.INVALID_COLOR};mxConnectionHandler.prototype.getEdgeWidth=function(a){return a?3:1}; mxConnectionHandler.prototype.connect=function(a,b,c,d){if(null!=b||this.isCreateTarget(c)||this.graph.allowDanglingEdges){var e=this.graph.getModel(),f=!1,g=null;e.beginUpdate();try{if(null!=a&&null==b&&!this.graph.isIgnoreTerminalEvent(c)&&this.isCreateTarget(c)&&(b=this.createTargetVertex(c,a),null!=b)){d=this.graph.getDropTarget([b],c,d);f=!0;if(null!=d&&this.graph.getModel().isEdge(d))d=this.graph.getDefaultParent();else{var h=this.graph.getView().getState(d);if(null!=h){var k=e.getGeometry(b); k.x-=h.origin.x;k.y-=h.origin.y}}this.graph.addCell(b,d)}var l=this.graph.getDefaultParent();null!=a&&null!=b&&e.getParent(a)==e.getParent(b)&&e.getParent(e.getParent(a))!=e.getRoot()&&(l=e.getParent(a),null!=a.geometry&&a.geometry.relative&&null!=b.geometry&&b.geometry.relative&&(l=e.getParent(l)));var m=h=null;null!=this.edgeState&&(h=this.edgeState.cell.value,m=this.edgeState.cell.style);g=this.insertEdge(l,null,h,a,b,m);if(null!=g){this.graph.setConnectionConstraint(g,a,!0,this.sourceConstraint); -this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){l=null;for(k=a;null!=k.parent&&null!=k.geometry&&k.geometry.relative&&k.parent!=g.parent;)k=this.graph.model.getParent(k);null!=k&&null!=k.parent&&k.parent==g.parent&&(l=k.parent.getIndex(k),k.parent.insert(g,l))}var n=e.getGeometry(g);null==n&&(n=new mxGeometry,n.relative=!0,e.setGeometry(g,n));if(null!= -this.waypoints&&0<this.waypoints.length){var p=this.graph.view.scale,r=this.graph.view.translate;n.points=[];for(a=0;a<this.waypoints.length;a++){var q=this.waypoints[a];n.points.push(new mxPoint(q.x/p-r.x,q.y/p-r.y))}}if(null==b){var t=this.graph.view.translate,p=this.graph.view.scale,q=null!=this.originalPoint?new mxPoint(this.originalPoint.x/p-t.x,this.originalPoint.y/p-t.y):new mxPoint(this.currentPoint.x/p-t.x,this.currentPoint.y/p-t.y);q.x-=this.graph.panDx/this.graph.view.scale;q.y-=this.graph.panDy/ -this.graph.view.scale;n.setTerminalPoint(q,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(z){mxLog.show(),mxLog.debug(z.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; +this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);l=e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){for(k=a;null!=k.parent&&null!=k.geometry&&k.geometry.relative&&k.parent!=g.parent;)k=this.graph.model.getParent(k);null!=k&&null!=k.parent&&k.parent==g.parent&&e.add(l,g,k.parent.getIndex(k))}var n=e.getGeometry(g);null==n&&(n=new mxGeometry,n.relative=!0,e.setGeometry(g,n));if(null!=this.waypoints&& +0<this.waypoints.length){var p=this.graph.view.scale,r=this.graph.view.translate;n.points=[];for(a=0;a<this.waypoints.length;a++){var q=this.waypoints[a];n.points.push(new mxPoint(q.x/p-r.x,q.y/p-r.y))}}if(null==b){var t=this.graph.view.translate,p=this.graph.view.scale,q=null!=this.originalPoint?new mxPoint(this.originalPoint.x/p-t.x,this.originalPoint.y/p-t.y):new mxPoint(this.currentPoint.x/p-t.x,this.currentPoint.y/p-t.y);q.x-=this.graph.panDx/this.graph.view.scale;q.y-=this.graph.panDy/this.graph.view.scale; +n.setTerminalPoint(q,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(z){mxLog.show(),mxLog.debug(z.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; mxConnectionHandler.prototype.insertEdge=function(a,b,c,d,e,f){if(null==this.factoryMethod)return this.graph.insertEdge(a,b,c,d,e,f);b=this.createEdge(c,d,e,f);return b=this.graph.addEdge(b,a,d,e)}; mxConnectionHandler.prototype.createTargetVertex=function(a,b){for(var c=this.graph.getCellGeometry(b);null!=c&&c.relative;)b=this.graph.getModel().getParent(b),c=this.graph.getCellGeometry(b);var d=this.graph.cloneCells([b])[0],c=this.graph.getModel().getGeometry(d);if(null!=c){var e=this.graph.view.translate,f=this.graph.view.scale,g=new mxPoint(this.currentPoint.x/f-e.x,this.currentPoint.y/f-e.y);c.x=Math.round(g.x-c.width/2-this.graph.panDx/f);c.y=Math.round(g.y-c.height/2-this.graph.panDy/f); g=this.getAlignmentTolerance();if(0<g){var h=this.graph.view.getState(b);if(null!=h){var k=h.x/f-e.x,e=h.y/f-e.y;Math.abs(k-c.x)<=g&&(c.x=Math.round(k));Math.abs(e-c.y)<=g&&(c.y=Math.round(e))}}}return d};mxConnectionHandler.prototype.getAlignmentTolerance=function(a){return this.graph.isGridEnabled()?this.graph.gridSize/2:this.graph.tolerance}; @@ -1562,7 +1562,7 @@ if(null!=a)if(a=a.parentNode,this.useCssTransforms){var b=a.getAttribute("transf mxGraphView.prototype.validateBackgroundPage=function(){var a=this.graph.useCssTransforms,c=this.scale,f=this.translate;a&&(this.scale=this.graph.currentScale,this.translate=this.graph.currentTranslate);b.apply(this,arguments);a&&(this.scale=c,this.translate=f)};var c=mxGraph.prototype.updatePageBreaks;mxGraph.prototype.updatePageBreaks=function(a,b,f){var d=this.useCssTransforms,e=this.view.scale,k=this.view.translate;d&&(this.view.scale=1,this.view.translate=new mxPoint(0,0),this.useCssTransforms= !1);c.apply(this,arguments);d&&(this.view.scale=e,this.view.translate=k,this.useCssTransforms=!0)}})();Graph.prototype.isLightboxView=function(){return this.lightbox};Graph.prototype.labelLinkClicked=function(a,b,c){b=b.getAttribute("href");if(null!=b&&!this.isCustomLink(b)&&mxEvent.isLeftMouseButton(c)&&!mxEvent.isPopupTrigger(c)||mxEvent.isTouchEvent(c)){if(!this.isEnabled()||this.isCellLocked(a.cell))a=this.isBlankLink(b)?this.linkTarget:"_top",this.openLink(this.getAbsoluteUrl(b),a);mxEvent.consume(c)}}; Graph.prototype.openLink=function(a,b){var c=window;if("_self"==b&&window!=window.top)window.location.href=a;else if(a.substring(0,this.baseUrl.length)==this.baseUrl&&"#"==a.charAt(this.baseUrl.length)&&"_top"==b&&window==window.top){var d=a.split("#")[1];window.location.hash=="#"+d&&(window.location.hash="");window.location.hash=d}else c=window.open(a,b);return c};Graph.prototype.getLinkTitle=function(a){return a.substring(a.lastIndexOf("/")+1)}; -Graph.prototype.isCustomLink=function(a){return"data:"==a.substring(0,5)};Graph.prototype.customLinkClicked=function(a){console.log("customLinkClicked not implemented")};Graph.prototype.isExternalProtocol=function(a){return"mailto:"===a.substring(0,7)};Graph.prototype.isBlankLink=function(a){return!this.isExternalProtocol(a)&&("blank"===this.linkPolicy||"self"!==this.linkPolicy&&!this.isRelativeUrl(a)&&a.substring(0,this.domainUrl.length)!==this.domainUrl)}; +Graph.prototype.isCustomLink=function(a){return"data:"==a.substring(0,5)};Graph.prototype.customLinkClicked=function(a){return!1};Graph.prototype.isExternalProtocol=function(a){return"mailto:"===a.substring(0,7)};Graph.prototype.isBlankLink=function(a){return!this.isExternalProtocol(a)&&("blank"===this.linkPolicy||"self"!==this.linkPolicy&&!this.isRelativeUrl(a)&&a.substring(0,this.domainUrl.length)!==this.domainUrl)}; Graph.prototype.isRelativeUrl=function(a){return null!=a&&!this.absoluteUrlPattern.test(a)&&"data:"!==a.substring(0,5)&&!this.isExternalProtocol(a)}; Graph.prototype.initLayoutManager=function(){this.layoutManager=new mxLayoutManager(this);this.layoutManager.getLayout=function(a){var b=this.graph.view.getState(a);a=null!=b?b.style:this.graph.getCellStyle(a);return"stackLayout"==a.childLayout?(b=new mxStackLayout(this.graph,!0),b.resizeParentMax="1"==mxUtils.getValue(a,"resizeParentMax","1"),b.horizontal="1"==mxUtils.getValue(a,"horizontalStack","1"),b.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),b.resizeLast="1"==mxUtils.getValue(a, "resizeLast","0"),b.spacing=a.stackSpacing||b.spacing,b.border=a.stackBorder||b.border,b.marginLeft=a.marginLeft||0,b.marginRight=a.marginRight||0,b.marginTop=a.marginTop||0,b.marginBottom=a.marginBottom||0,b.fill=!0,b):"treeLayout"==a.childLayout?(b=new mxCompactTreeLayout(this.graph),b.horizontal="1"==mxUtils.getValue(a,"horizontalTree","1"),b.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),b.groupPadding=mxUtils.getValue(a,"parentPadding",20),b.levelDistance=mxUtils.getValue(a,"treeLevelDistance", @@ -1692,52 +1692,53 @@ b.getGraphX(),b.getGraphY()))&&this.updateCurrentState(b))}},mouseUp:function(a, "data:"!==this.currentLink.substring(0,5)&&e||null==b||b(h,this.currentLink),mxEvent.isConsumed(h)||(h=mxEvent.isMiddleMouseButton(h)?"_blank":e?g.linkTarget:"_top",g.openLink(this.currentLink,h),d.consume())):null!=c&&!d.isConsumed()&&Math.abs(this.scrollLeft-g.container.scrollLeft)<f&&Math.abs(this.scrollTop-g.container.scrollTop)<f&&Math.abs(this.startX-d.getGraphX())<f&&Math.abs(this.startY-d.getGraphY())<f&&c(d.getEvent()));this.clear()},activate:function(a){this.currentLink=g.getAbsoluteUrl(g.getLinkForCell(a.cell)); null!=this.currentLink&&(g.container.style.cursor="pointer",null!=this.highlight&&this.highlight.highlight(a))},clear:function(){null!=g.container&&(g.container.style.cursor=e);this.currentLink=this.currentState=null;null!=this.highlight&&this.highlight.hide();null!=g.tooltipHandler&&g.tooltipHandler.hide()}};g.click=function(a){};g.addMouseListener(h);mxEvent.addListener(document,"mouseleave",function(a){h.clear()})};Graph.prototype.duplicateCells=function(a,b){a=null!=a?a:this.getSelectionCells(); b=null!=b?b:!0;a=this.model.getTopmostCells(a);var c=this.getModel(),d=this.gridSize,e=[];c.beginUpdate();try{for(var f=this.cloneCells(a,!1),g=0;g<a.length;g++){var h=c.getParent(a[g]),k=this.moveCells([f[g]],d,d,!1)[0];e.push(k);if(b)c.add(h,f[g]);else{var l=h.getIndex(a[g]);c.add(h,f[g],l+1)}}}finally{c.endUpdate()}return e};Graph.prototype.insertImage=function(a,b,c){if(null!=a){for(var d=this.cellEditor.textarea.getElementsByTagName("img"),e=[],f=0;f<d.length;f++)e.push(d[f]);document.execCommand("insertimage", -!1,a);a=this.cellEditor.textarea.getElementsByTagName("img");if(a.length==e.length+1)for(f=a.length-1;0<=f;f--)if(0==f||a[f]!=e[f-1]){a[f].setAttribute("width",b);a[f].setAttribute("height",c);break}}};Graph.prototype.insertLink=function(a){0==a.length?document.execCommand("unlink",!1):document.execCommand("createlink",!1,mxUtils.trim(a))};Graph.prototype.isCellResizable=function(a){var b=mxGraph.prototype.isCellResizable.apply(this,arguments),c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a); -return b||"0"!=mxUtils.getValue(c,mxConstants.STYLE_RESIZABLE,"1")&&"wrap"==c[mxConstants.STYLE_WHITE_SPACE]};Graph.prototype.distributeCells=function(a,b){null==b&&(b=this.getSelectionCells());if(null!=b&&1<b.length){for(var c=[],d=null,e=null,f=0;f<b.length;f++)if(this.getModel().isVertex(b[f])){var g=this.view.getState(b[f]);if(null!=g){var h=a?g.getCenterX():g.getCenterY(),d=null!=d?Math.max(d,h):h,e=null!=e?Math.min(e,h):h;c.push(g)}}if(2<c.length){c.sort(function(b,c){return a?b.x-c.x:b.y-c.y}); -g=this.view.translate;h=this.view.scale;e=e/h-(a?g.x:g.y);d=d/h-(a?g.x:g.y);this.getModel().beginUpdate();try{for(var k=(d-e)/(c.length-1),d=e,f=1;f<c.length-1;f++){var l=this.view.getState(this.model.getParent(c[f].cell)),m=this.getCellGeometry(c[f].cell),d=d+k;null!=m&&null!=l&&(m=m.clone(),a?m.x=Math.round(d-m.width/2)-l.origin.x:m.y=Math.round(d-m.height/2)-l.origin.y,this.getModel().setGeometry(c[f].cell,m))}}finally{this.getModel().endUpdate()}}}return b};Graph.prototype.isCloneEvent=function(a){return mxClient.IS_MAC&& -mxEvent.isMetaDown(a)||mxEvent.isControlDown(a)};Graph.prototype.encodeCells=function(a){for(var b=this.cloneCells(a),c=new mxDictionary,d=0;d<a.length;d++)c.put(a[d],!0);for(d=0;d<b.length;d++){var e=this.view.getState(a[d]);if(null!=e){var f=this.getCellGeometry(b[d]);null==f||!f.relative||this.model.isEdge(a[d])||c.get(this.model.getParent(a[d]))||(f.relative=!1,f.x=e.x/e.view.scale-e.view.translate.x,f.y=e.y/e.view.scale-e.view.translate.y)}}c=new mxCodec;e=new mxGraphModel;f=e.getChildAt(e.getRoot(), -0);for(d=0;d<a.length;d++)e.add(f,b[d]);return c.encode(e)};Graph.prototype.createSvgImageExport=function(){var a=new mxImageExport;a.getLinkForCellState=mxUtils.bind(this,function(a,b){return this.getLinkForCell(a.cell)});return a};Graph.prototype.getSvg=function(a,b,c,d,e,f,g,h){var k=this.useCssTransforms;k&&(this.useCssTransforms=!1,this.view.revalidate(),this.sizeDidChange());try{b=null!=b?b:1;c=null!=c?c:0;e=null!=e?e:!0;f=null!=f?f:!0;g=null!=g?g:!0;var l=f||d?this.getGraphBounds():this.getBoundingBox(this.getSelectionCells()); -if(null==l)throw Error(mxResources.get("drawingEmpty"));var m=this.view.scale,n=mxUtils.createXmlDocument(),p=null!=n.createElementNS?n.createElementNS(mxConstants.NS_SVG,"svg"):n.createElement("svg");null!=a&&(null!=p.style?p.style.backgroundColor=a:p.setAttribute("style","background-color:"+a));null==n.createElementNS?(p.setAttribute("xmlns",mxConstants.NS_SVG),p.setAttribute("xmlns:xlink",mxConstants.NS_XLINK)):p.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink",mxConstants.NS_XLINK); -a=b/m;p.setAttribute("width",Math.max(1,Math.ceil(l.width*a)+2*c)+"px");p.setAttribute("height",Math.max(1,Math.ceil(l.height*a)+2*c)+"px");p.setAttribute("version","1.1");d=p;if(e){var v=null!=n.createElementNS?n.createElementNS(mxConstants.NS_SVG,"g"):n.createElement("g");v.setAttribute("transform","translate(0.5,0.5)");p.appendChild(v);n.appendChild(p);d=v}else n.appendChild(p);var q=this.createSvgCanvas(d);q.foOffset=e?-.5:0;q.textOffset=e?-.5:0;q.imageOffset=e?-.5:0;q.translate(Math.floor((c/ -b-l.x)/m),Math.floor((c/b-l.y)/m));var r=document.createElement("textarea"),t=q.createAlternateContent;q.createAlternateContent=function(a,b,c,d,e,f,g,h,k,l,m,n,p){var v=this.state;if(null!=this.foAltText&&(0==d||0!=v.fontSize&&f.length<5*d/v.fontSize)){var q=this.createElement("text");q.setAttribute("x",Math.round(d/2));q.setAttribute("y",Math.round((e+v.fontSize)/2));q.setAttribute("fill",v.fontColor||"black");q.setAttribute("text-anchor","middle");q.setAttribute("font-size",Math.round(v.fontSize)+ -"px");q.setAttribute("font-family",v.fontFamily);(v.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&q.setAttribute("font-weight","bold");(v.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&q.setAttribute("font-style","italic");(v.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&q.setAttribute("text-decoration","underline");try{return r.innerHTML=f,q.textContent=r.value,q}catch(Aa){return t.apply(this,arguments)}}else return t.apply(this,arguments)};var u=this.backgroundImage; -if(null!=u){b=m/b;var H=this.view.translate,P=new mxRectangle(H.x*b,H.y*b,u.width*b,u.height*b);mxUtils.intersects(l,P)&&q.image(H.x,H.y,u.width,u.height,u.src,!0)}q.scale(a);q.textEnabled=g;h=null!=h?h:this.createSvgImageExport();var w=h.drawCellState;h.drawCellState=function(a,b){for(var c=a.view.graph,d=c.isCellSelected(a.cell),e=c.model.getParent(a.cell);!f&&!d&&null!=e;)d=c.isCellSelected(e),e=c.model.getParent(e);(f||d)&&w.apply(this,arguments)};h.drawState(this.getView().getState(this.model.root), -q);return p}finally{k&&(this.useCssTransforms=!0,this.view.revalidate(),this.sizeDidChange())}};Graph.prototype.createSvgCanvas=function(a){return new mxSvgCanvas2D(a)};Graph.prototype.getSelectedElement=function(){var a=null;if(window.getSelection){var b=window.getSelection();b.getRangeAt&&b.rangeCount&&(a=b.getRangeAt(0).commonAncestorContainer)}else document.selection&&(a=document.selection.createRange().parentElement());return a};Graph.prototype.getParentByName=function(a,b,c){for(;null!=a&&a.nodeName!= -b;){if(a==c)return null;a=a.parentNode}return a};Graph.prototype.selectNode=function(a){var b=null;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){var c=document.createRange();c.selectNode(a);b.removeAllRanges();b.addRange(c)}}else(b=document.selection)&&"Control"!=b.type&&(a=b.createRange(),a.collapse(!0),c=b.createRange(),c.setEndPoint("StartToStart",a),c.select())};Graph.prototype.insertRow=function(a,b){for(var c=a.tBodies[0],d=c.rows[0].cells,e=0,f=0;f<d.length;f++)var g= -d[f].getAttribute("colspan"),e=e+(null!=g?parseInt(g):1);c=c.insertRow(b);for(f=0;f<e;f++)mxUtils.br(c.insertCell(-1));return c.cells[0]};Graph.prototype.deleteRow=function(a,b){a.tBodies[0].deleteRow(b)};Graph.prototype.insertColumn=function(a,b){var c=a.tHead;if(null!=c)for(var d=0;d<c.rows.length;d++){var e=document.createElement("th");c.rows[d].appendChild(e);mxUtils.br(e)}c=a.tBodies[0];for(d=0;d<c.rows.length;d++)e=c.rows[d].insertCell(b),mxUtils.br(e);return c.rows[0].cells[0<=b?b:c.rows[0].cells.length- -1]};Graph.prototype.deleteColumn=function(a,b){if(0<=b)for(var c=a.tBodies[0].rows,d=0;d<c.length;d++)c[d].cells.length>b&&c[d].deleteCell(b)};Graph.prototype.pasteHtmlAtCaret=function(a){var b;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){b=b.getRangeAt(0);b.deleteContents();var c=document.createElement("div");c.innerHTML=a;a=document.createDocumentFragment();for(var d;d=c.firstChild;)lastNode=a.appendChild(d);b.insertNode(a)}}else(b=document.selection)&&"Control"!= -b.type&&b.createRange().pasteHTML(a)};Graph.prototype.createLinkForHint=function(a,b){b=null!=b?b:a;var c=document.createElement("a");c.setAttribute("href",this.getAbsoluteUrl(a));null==a||this.isCustomLink(a)||c.setAttribute("title",a);null!=this.linkTarget&&c.setAttribute("target",this.linkTarget);40<b.length&&(b=b.substring(0,26)+"..."+b.substring(b.length-10));mxUtils.write(c,b);return c};Graph.prototype.initTouch=function(){this.connectionHandler.marker.isEnabled=function(){return null!=this.graph.connectionHandler.first}; -this.addListener(mxEvent.START_EDITING,function(a,b){this.popupMenuHandler.hideMenu()});var a=this.updateMouseEvent;this.updateMouseEvent=function(b){b=a.apply(this,arguments);if(mxEvent.isTouchEvent(b.getEvent())&&null==b.getState()){var c=this.getCellAt(b.graphX,b.graphY);null!=c&&this.isSwimlane(c)&&this.hitsSwimlaneContent(c,b.graphX,b.graphY)||(b.state=this.view.getState(c),null!=b.state&&null!=b.state.shape&&(this.container.style.cursor=b.state.shape.node.style.cursor))}null==b.getState()&& -this.isEnabled()&&(this.container.style.cursor="default");return b};var b=!1,c=!1,d=!1,e=this.fireMouseEvent;this.fireMouseEvent=function(a,f,g){a==mxEvent.MOUSE_DOWN&&(f=this.updateMouseEvent(f),b=this.isCellSelected(f.getCell()),c=this.isSelectionEmpty(),d=this.popupMenuHandler.isMenuShowing());e.apply(this,arguments)};this.popupMenuHandler.mouseUp=mxUtils.bind(this,function(a,e){this.popupMenuHandler.popupTrigger=!this.isEditing()&&this.isEnabled()&&(null==e.getState()||!e.isSource(e.getState().control))&& -(this.popupMenuHandler.popupTrigger||!d&&!mxEvent.isMouseEvent(e.getEvent())&&(c&&null==e.getCell()&&this.isSelectionEmpty()||b&&this.isCellSelected(e.getCell())));mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler,arguments)})};mxCellEditor.prototype.isContentEditing=function(){var a=this.graph.view.getState(this.editingCell);return null!=a&&1==a.style.html};mxCellEditor.prototype.saveSelection=function(){if(window.getSelection){var a=window.getSelection();if(a.getRangeAt&&a.rangeCount){for(var b= -[],c=0,d=a.rangeCount;c<d;++c)b.push(a.getRangeAt(c));return b}}else if(document.selection&&document.selection.createRange)return document.selection.createRange();return null};mxCellEditor.prototype.restoreSelection=function(a){try{if(a)if(window.getSelection){sel=window.getSelection();sel.removeAllRanges();for(var b=0,c=a.length;b<c;++b)sel.addRange(a[b])}else document.selection&&a.select&&a.select()}catch(I){}};var e=mxCellRenderer.prototype.initializeLabel;mxCellRenderer.prototype.initializeLabel= -function(a){null!=a.text&&(a.text.replaceLinefeeds="0"!=mxUtils.getValue(a.style,"nl2Br","1"));e.apply(this,arguments)};var f=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update=function(a,b){this.isKeepFocusEvent(a)||!mxEvent.isAltDown(a.getEvent())?f.apply(this,arguments):this.reset()};mxGuide.prototype.createGuideShape=function(a){return new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH)};mxCellEditor.prototype.escapeCancelsEditing=!1;var g=mxCellEditor.prototype.startEditing; -mxCellEditor.prototype.startEditing=function(a,b){g.apply(this,arguments);var c=this.graph.view.getState(a);this.textarea.className=null!=c&&1==c.style.html?"mxCellEditor geContentEditable":"mxCellEditor mxPlainTextEditor";this.codeViewMode=!1;this.switchSelectionState=null;this.graph.setSelectionCell(a);var c=this.graph.getModel().getParent(a),d=this.graph.getCellGeometry(a);this.graph.getModel().isEdge(c)&&null!=d&&d.relative||this.graph.getModel().isEdge(a)?mxClient.IS_QUIRKS?this.textarea.style.border= -"gray dotted 1px":this.textarea.style.outline=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_FF&&mxClient.IS_WIN?"gray dotted 1px":"":mxClient.IS_QUIRKS&&(this.textarea.style.outline="none",this.textarea.style.border="")};var h=mxCellEditor.prototype.installListeners;mxCellEditor.prototype.installListeners=function(a){function b(a,c){c.originalNode=a;a=a.firstChild;for(var d=c.firstChild;null!=a&&null!=d;)b(a,d),a=a.nextSibling,d=d.nextSibling;return c}function c(a,b){if(null!=a)if(b.originalNode!= -a)d(a);else for(a=a.firstChild,b=b.firstChild;null!=a;){var e=a.nextSibling;null==b?d(a):(c(a,b),b=b.nextSibling);a=e}}function d(a){for(var b=a.firstChild;null!=b;){var c=b.nextSibling;d(b);b=c}1==a.nodeType&&("BR"===a.nodeName||null!=a.firstChild)||3==a.nodeType&&0!=mxUtils.trim(mxUtils.getTextContent(a)).length?(3==a.nodeType&&mxUtils.setTextContent(a,mxUtils.getTextContent(a).replace(/\n|\r/g,"")),1==a.nodeType&&(a.removeAttribute("style"),a.removeAttribute("class"),a.removeAttribute("width"), -a.removeAttribute("cellpadding"),a.removeAttribute("cellspacing"),a.removeAttribute("border"))):a.parentNode.removeChild(a)}h.apply(this,arguments);mxClient.IS_QUIRKS||7===document.documentMode||8===document.documentMode||mxEvent.addListener(this.textarea,"paste",mxUtils.bind(this,function(a){var d=b(this.textarea,this.textarea.cloneNode(!0));window.setTimeout(mxUtils.bind(this,function(){c(this.textarea,d)}),0)}))};mxCellEditor.prototype.toggleViewMode=function(){var a=this.graph.view.getState(this.editingCell), -b=null!=a&&"0"!=mxUtils.getValue(a.style,"nl2Br","1"),c=this.saveSelection();if(this.codeViewMode){h=mxUtils.extractTextWithWhitespace(this.textarea.childNodes);0<h.length&&"\n"==h.charAt(h.length-1)&&(h=h.substring(0,h.length-1));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"<br/>"):h,!0);this.textarea.className="mxCellEditor geContentEditable";var d=mxUtils.getValue(a.style,mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE),b=mxUtils.getValue(a.style,mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY), -e=mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),f=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD,g=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC,a=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+ -"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration=a?"underline":"";this.textarea.style.fontWeight=f?"bold":"normal";this.textarea.style.fontStyle=g?"italic":"";this.textarea.style.fontFamily=b;this.textarea.style.textAlign=e;this.textarea.style.padding="0px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h,0==this.textarea.innerHTML.length&&(this.textarea.innerHTML=this.getEmptyLabelText(),this.clearOnChange=0<this.textarea.innerHTML.length)); -this.codeViewMode=!1}else{this.clearOnChange&&this.textarea.innerHTML==this.getEmptyLabelText()&&(this.clearOnChange=!1,this.textarea.innerHTML="");var h=mxUtils.htmlEntities(this.textarea.innerHTML);mxClient.IS_QUIRKS||8==document.documentMode||(h=mxUtils.replaceTrailingNewlines(h,"<div><br></div>"));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"").replace(/<br\s*.?>/g,"<br>"):h,!0);this.textarea.className="mxCellEditor mxPlainTextEditor";var d=mxConstants.DEFAULT_FONTSIZE;this.textarea.style.lineHeight= -mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration="";this.textarea.style.fontWeight="normal";this.textarea.style.fontStyle="";this.textarea.style.fontFamily=mxConstants.DEFAULT_FONTFAMILY;this.textarea.style.textAlign="left";this.textarea.style.padding="2px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h);this.codeViewMode=!0}this.textarea.focus();null!=this.switchSelectionState&& -this.restoreSelection(this.switchSelectionState);this.switchSelectionState=c;this.resize()};var k=mxCellEditor.prototype.resize;mxCellEditor.prototype.resize=function(a,b){if(null!=this.textarea)if(a=this.graph.getView().getState(this.editingCell),this.codeViewMode&&null!=a){var c=a.view.scale;this.bounds=mxRectangle.fromRectangle(a);if(0==this.bounds.width&&0==this.bounds.height){this.bounds.width=160*c;this.bounds.height=60*c;var d=null!=a.text?a.text.margin:null;null==d&&(d=mxUtils.getAlignmentAsPoint(mxUtils.getValue(a.style, -mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),mxUtils.getValue(a.style,mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE)));this.bounds.x+=d.x*this.bounds.width;this.bounds.y+=d.y*this.bounds.height}this.textarea.style.width=Math.round((this.bounds.width-4)/c)+"px";this.textarea.style.height=Math.round((this.bounds.height-4)/c)+"px";this.textarea.style.overflow="auto";this.textarea.clientHeight<this.textarea.offsetHeight&&(this.textarea.style.height=Math.round(this.bounds.height/c)+(this.textarea.offsetHeight- -this.textarea.clientHeight)+"px",this.bounds.height=parseInt(this.textarea.style.height)*c);this.textarea.clientWidth<this.textarea.offsetWidth&&(this.textarea.style.width=Math.round(this.bounds.width/c)+(this.textarea.offsetWidth-this.textarea.clientWidth)+"px",this.bounds.width=parseInt(this.textarea.style.width)*c);this.textarea.style.left=Math.round(this.bounds.x)+"px";this.textarea.style.top=Math.round(this.bounds.y)+"px";mxClient.IS_VML?this.textarea.style.zoom=c:mxUtils.setPrefixedStyle(this.textarea.style, -"transform","scale("+c+","+c+")")}else this.textarea.style.height="",this.textarea.style.overflow="",k.apply(this,arguments)};mxCellEditorGetInitialValue=mxCellEditor.prototype.getInitialValue;mxCellEditor.prototype.getInitialValue=function(a,b){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetInitialValue.apply(this,arguments);var c=this.graph.getEditingValue(a.cell,b);"1"==mxUtils.getValue(a.style,"nl2Br","1")&&(c=c.replace(/\n/g,"<br/>"));return c=this.graph.sanitizeHtml(c,!0)}; -mxCellEditorGetCurrentValue=mxCellEditor.prototype.getCurrentValue;mxCellEditor.prototype.getCurrentValue=function(a){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetCurrentValue.apply(this,arguments);var b=this.graph.sanitizeHtml(this.textarea.innerHTML,!0);return b="1"==mxUtils.getValue(a.style,"nl2Br","1")?b.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>"):b.replace(/\r\n/g,"").replace(/\n/g,"")};var l=mxCellEditor.prototype.stopEditing;mxCellEditor.prototype.stopEditing=function(a){this.codeViewMode&& -this.toggleViewMode();l.apply(this,arguments);this.focusContainer()};mxCellEditor.prototype.focusContainer=function(){try{this.graph.container.focus()}catch(v){}};var m=mxCellEditor.prototype.applyValue;mxCellEditor.prototype.applyValue=function(a,b){this.graph.getModel().beginUpdate();try{if(m.apply(this,arguments),this.graph.isCellDeletable(a.cell)&&0==this.graph.model.getChildCount(a.cell)){var c=mxUtils.getValue(a.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),d=mxUtils.getValue(a.style, -mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);""==b&&c==mxConstants.NONE&&d==mxConstants.NONE&&this.graph.removeCells([a.cell],!1)}}finally{this.graph.getModel().endUpdate()}};mxCellEditor.prototype.getBackgroundColor=function(a){var b=null;if(this.graph.getModel().isEdge(a.cell)||this.graph.getModel().isEdge(this.graph.getModel().getParent(a.cell)))b=mxUtils.getValue(a.style,mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,null),b==mxConstants.NONE&&(b=null);return b};mxCellEditor.prototype.getMinimumSize= -function(a){var b=this.graph.getView().scale;return new mxRectangle(0,0,null==a.text?30:a.text.size*b+20,30)};var n=mxGraphHandler.prototype.moveCells;mxGraphHandler.prototype.moveCells=function(a,b,c,d,e,f){mxEvent.isAltDown(f)&&(e=null);n.apply(this,arguments)};mxGraphHandler.prototype.updateHint=function(b){if(null!=this.shape){null==this.hint&&(this.hint=a(),this.graph.container.appendChild(this.hint));var c=this.graph.view.translate,d=this.graph.view.scale;b=this.roundLength((this.bounds.x+this.currentDx)/ -d-c.x);c=this.roundLength((this.bounds.y+this.currentDy)/d-c.y);this.hint.innerHTML=b+", "+c;this.hint.style.left=this.shape.bounds.x+Math.round((this.shape.bounds.width-this.hint.clientWidth)/2)+"px";this.hint.style.top=this.shape.bounds.y+this.shape.bounds.height+12+"px"}};mxGraphHandler.prototype.removeHint=function(){null!=this.hint&&(this.hint.parentNode.removeChild(this.hint),this.hint=null)};mxVertexHandler.prototype.isRecursiveResize=function(a,b){return!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&& -!mxEvent.isControlDown(b.getEvent())&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null)};mxVertexHandler.prototype.isCenteredEvent=function(a,b){return!(!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null))&&mxEvent.isControlDown(b.getEvent())||mxEvent.isMetaDown(b.getEvent())}; -var p=mxVertexHandler.prototype.getHandlePadding;mxVertexHandler.prototype.getHandlePadding=function(){var a=new mxPoint(0,0),b=this.tolerance;this.graph.cellEditor.getEditingCell()==this.state.cell&&null!=this.sizers&&0<this.sizers.length&&null!=this.sizers[0]?(b/=2,a.x=this.sizers[0].bounds.width+b,a.y=this.sizers[0].bounds.height+b):a=p.apply(this,arguments);return a};mxVertexHandler.prototype.updateHint=function(b){this.index!=mxEvent.LABEL_HANDLE&&(null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint)), -this.index==mxEvent.ROTATION_HANDLE?this.hint.innerHTML=this.currentAlpha+"°":(b=this.state.view.scale,this.hint.innerHTML=this.roundLength(this.bounds.width/b)+" x "+this.roundLength(this.bounds.height/b)),b=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.state.style[mxConstants.STYLE_ROTATION]||"0"),null==b&&(b=this.bounds),this.hint.style.left=b.x+Math.round((b.width-this.hint.clientWidth)/2)+"px",this.hint.style.top=b.y+b.height+12+"px",null!=this.linkHint&& -(this.linkHint.style.display="none"))};mxVertexHandler.prototype.removeHint=function(){mxGraphHandler.prototype.removeHint.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.display="")};mxEdgeHandler.prototype.updateHint=function(b,c){null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint));var d=this.graph.view.translate,e=this.graph.view.scale,f=this.roundLength(c.x/e-d.x),d=this.roundLength(c.y/e-d.y);this.hint.innerHTML=f+", "+d;this.hint.style.visibility= -"visible";if(this.isSource||this.isTarget)null!=this.constraintHandler.currentConstraint&&null!=this.constraintHandler.currentFocus?(f=this.constraintHandler.currentConstraint.point,this.hint.innerHTML="["+Math.round(100*f.x)+"%, "+Math.round(100*f.y)+"%]"):this.marker.hasValidState()&&(this.hint.style.visibility="hidden");this.hint.style.left=Math.round(b.getGraphX()-this.hint.clientWidth/2)+"px";this.hint.style.top=Math.max(b.getGraphY(),c.y)+this.state.view.graph.gridSize+"px";null!=this.linkHint&& -(this.linkHint.style.display="none")};mxEdgeHandler.prototype.removeHint=mxVertexHandler.prototype.removeHint;HoverIcons.prototype.mainHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/>'):new mxImage(IMAGE_PATH+"/handle-main.png",17,17);HoverIcons.prototype.secondaryHandle=mxClient.IS_SVG?Graph.createSvgImage(16,16,'<path d="m 8 3 L 13 8 L 8 13 L 3 8 z" stroke="#fff" fill="#fca000"/>'):new mxImage(IMAGE_PATH+"/handle-secondary.png", -17,17);HoverIcons.prototype.fixedHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><path d="m 7 7 L 11 11 M 7 11 L 11 7" stroke="#fff"/>'):new mxImage(IMAGE_PATH+"/handle-fixed.png",17,17);HoverIcons.prototype.terminalHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><circle cx="9" cy="9" r="2" stroke="#fff" fill="transparent"/>'):new mxImage(IMAGE_PATH+ -"/handle-terminal.png",17,17);HoverIcons.prototype.rotationHandle=new mxImage(mxClient.IS_SVG?"data:image/png;base64,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": +!1,a);a=this.cellEditor.textarea.getElementsByTagName("img");if(a.length==e.length+1)for(f=a.length-1;0<=f;f--)if(0==f||a[f]!=e[f-1]){a[f].setAttribute("width",b);a[f].setAttribute("height",c);break}}};Graph.prototype.insertLink=function(a){if(0==a.length)document.execCommand("unlink",!1);else if(mxClient.IS_FF){for(var b=this.cellEditor.textarea.getElementsByTagName("a"),c=[],d=0;d<b.length;d++)c.push(b[d]);document.execCommand("createlink",!1,mxUtils.trim(a));b=this.cellEditor.textarea.getElementsByTagName("a"); +if(b.length==c.length+1)for(d=b.length-1;0<=d;d--)if(b[d]!=c[d-1]){for(b=b[d].getElementsByTagName("a");0<b.length;){for(c=b[0].parentNode;null!=b[0].firstChild;)c.insertBefore(b[0].firstChild,b[0]);c.removeChild(b[0])}break}}else document.execCommand("createlink",!1,mxUtils.trim(a))};Graph.prototype.isCellResizable=function(a){var b=mxGraph.prototype.isCellResizable.apply(this,arguments),c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return b||"0"!=mxUtils.getValue(c,mxConstants.STYLE_RESIZABLE, +"1")&&"wrap"==c[mxConstants.STYLE_WHITE_SPACE]};Graph.prototype.distributeCells=function(a,b){null==b&&(b=this.getSelectionCells());if(null!=b&&1<b.length){for(var c=[],d=null,e=null,f=0;f<b.length;f++)if(this.getModel().isVertex(b[f])){var g=this.view.getState(b[f]);if(null!=g){var h=a?g.getCenterX():g.getCenterY(),d=null!=d?Math.max(d,h):h,e=null!=e?Math.min(e,h):h;c.push(g)}}if(2<c.length){c.sort(function(b,c){return a?b.x-c.x:b.y-c.y});g=this.view.translate;h=this.view.scale;e=e/h-(a?g.x:g.y); +d=d/h-(a?g.x:g.y);this.getModel().beginUpdate();try{for(var k=(d-e)/(c.length-1),d=e,f=1;f<c.length-1;f++){var l=this.view.getState(this.model.getParent(c[f].cell)),m=this.getCellGeometry(c[f].cell),d=d+k;null!=m&&null!=l&&(m=m.clone(),a?m.x=Math.round(d-m.width/2)-l.origin.x:m.y=Math.round(d-m.height/2)-l.origin.y,this.getModel().setGeometry(c[f].cell,m))}}finally{this.getModel().endUpdate()}}}return b};Graph.prototype.isCloneEvent=function(a){return mxClient.IS_MAC&&mxEvent.isMetaDown(a)||mxEvent.isControlDown(a)}; +Graph.prototype.encodeCells=function(a){for(var b=this.cloneCells(a),c=new mxDictionary,d=0;d<a.length;d++)c.put(a[d],!0);for(d=0;d<b.length;d++){var e=this.view.getState(a[d]);if(null!=e){var f=this.getCellGeometry(b[d]);null==f||!f.relative||this.model.isEdge(a[d])||c.get(this.model.getParent(a[d]))||(f.relative=!1,f.x=e.x/e.view.scale-e.view.translate.x,f.y=e.y/e.view.scale-e.view.translate.y)}}c=new mxCodec;e=new mxGraphModel;f=e.getChildAt(e.getRoot(),0);for(d=0;d<a.length;d++)e.add(f,b[d]); +return c.encode(e)};Graph.prototype.createSvgImageExport=function(){var a=new mxImageExport;a.getLinkForCellState=mxUtils.bind(this,function(a,b){return this.getLinkForCell(a.cell)});return a};Graph.prototype.getSvg=function(a,b,c,d,e,f,g,h){var k=this.useCssTransforms;k&&(this.useCssTransforms=!1,this.view.revalidate(),this.sizeDidChange());try{b=null!=b?b:1;c=null!=c?c:0;e=null!=e?e:!0;f=null!=f?f:!0;g=null!=g?g:!0;var l=f||d?this.getGraphBounds():this.getBoundingBox(this.getSelectionCells());if(null== +l)throw Error(mxResources.get("drawingEmpty"));var m=this.view.scale,n=mxUtils.createXmlDocument(),p=null!=n.createElementNS?n.createElementNS(mxConstants.NS_SVG,"svg"):n.createElement("svg");null!=a&&(null!=p.style?p.style.backgroundColor=a:p.setAttribute("style","background-color:"+a));null==n.createElementNS?(p.setAttribute("xmlns",mxConstants.NS_SVG),p.setAttribute("xmlns:xlink",mxConstants.NS_XLINK)):p.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink",mxConstants.NS_XLINK);a=b/m;p.setAttribute("width", +Math.max(1,Math.ceil(l.width*a)+2*c)+"px");p.setAttribute("height",Math.max(1,Math.ceil(l.height*a)+2*c)+"px");p.setAttribute("version","1.1");d=p;if(e){var v=null!=n.createElementNS?n.createElementNS(mxConstants.NS_SVG,"g"):n.createElement("g");v.setAttribute("transform","translate(0.5,0.5)");p.appendChild(v);n.appendChild(p);d=v}else n.appendChild(p);var q=this.createSvgCanvas(d);q.foOffset=e?-.5:0;q.textOffset=e?-.5:0;q.imageOffset=e?-.5:0;q.translate(Math.floor((c/b-l.x)/m),Math.floor((c/b-l.y)/ +m));var r=document.createElement("textarea"),t=q.createAlternateContent;q.createAlternateContent=function(a,b,c,d,e,f,g,h,k,l,m,n,p){var v=this.state;if(null!=this.foAltText&&(0==d||0!=v.fontSize&&f.length<5*d/v.fontSize)){var q=this.createElement("text");q.setAttribute("x",Math.round(d/2));q.setAttribute("y",Math.round((e+v.fontSize)/2));q.setAttribute("fill",v.fontColor||"black");q.setAttribute("text-anchor","middle");q.setAttribute("font-size",Math.round(v.fontSize)+"px");q.setAttribute("font-family", +v.fontFamily);(v.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&q.setAttribute("font-weight","bold");(v.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&q.setAttribute("font-style","italic");(v.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&q.setAttribute("text-decoration","underline");try{return r.innerHTML=f,q.textContent=r.value,q}catch(Aa){return t.apply(this,arguments)}}else return t.apply(this,arguments)};var u=this.backgroundImage;if(null!=u){b=m/b; +var G=this.view.translate,Q=new mxRectangle(G.x*b,G.y*b,u.width*b,u.height*b);mxUtils.intersects(l,Q)&&q.image(G.x,G.y,u.width,u.height,u.src,!0)}q.scale(a);q.textEnabled=g;h=null!=h?h:this.createSvgImageExport();var w=h.drawCellState;h.drawCellState=function(a,b){for(var c=a.view.graph,d=c.isCellSelected(a.cell),e=c.model.getParent(a.cell);!f&&!d&&null!=e;)d=c.isCellSelected(e),e=c.model.getParent(e);(f||d)&&w.apply(this,arguments)};h.drawState(this.getView().getState(this.model.root),q);return p}finally{k&& +(this.useCssTransforms=!0,this.view.revalidate(),this.sizeDidChange())}};Graph.prototype.createSvgCanvas=function(a){return new mxSvgCanvas2D(a)};Graph.prototype.getSelectedElement=function(){var a=null;if(window.getSelection){var b=window.getSelection();b.getRangeAt&&b.rangeCount&&(a=b.getRangeAt(0).commonAncestorContainer)}else document.selection&&(a=document.selection.createRange().parentElement());return a};Graph.prototype.getParentByName=function(a,b,c){for(;null!=a&&a.nodeName!=b;){if(a==c)return null; +a=a.parentNode}return a};Graph.prototype.selectNode=function(a){var b=null;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){var c=document.createRange();c.selectNode(a);b.removeAllRanges();b.addRange(c)}}else(b=document.selection)&&"Control"!=b.type&&(a=b.createRange(),a.collapse(!0),c=b.createRange(),c.setEndPoint("StartToStart",a),c.select())};Graph.prototype.insertRow=function(a,b){for(var c=a.tBodies[0],d=c.rows[0].cells,e=0,f=0;f<d.length;f++)var g=d[f].getAttribute("colspan"), +e=e+(null!=g?parseInt(g):1);c=c.insertRow(b);for(f=0;f<e;f++)mxUtils.br(c.insertCell(-1));return c.cells[0]};Graph.prototype.deleteRow=function(a,b){a.tBodies[0].deleteRow(b)};Graph.prototype.insertColumn=function(a,b){var c=a.tHead;if(null!=c)for(var d=0;d<c.rows.length;d++){var e=document.createElement("th");c.rows[d].appendChild(e);mxUtils.br(e)}c=a.tBodies[0];for(d=0;d<c.rows.length;d++)e=c.rows[d].insertCell(b),mxUtils.br(e);return c.rows[0].cells[0<=b?b:c.rows[0].cells.length-1]};Graph.prototype.deleteColumn= +function(a,b){if(0<=b)for(var c=a.tBodies[0].rows,d=0;d<c.length;d++)c[d].cells.length>b&&c[d].deleteCell(b)};Graph.prototype.pasteHtmlAtCaret=function(a){var b;if(window.getSelection){if(b=window.getSelection(),b.getRangeAt&&b.rangeCount){b=b.getRangeAt(0);b.deleteContents();var c=document.createElement("div");c.innerHTML=a;a=document.createDocumentFragment();for(var d;d=c.firstChild;)lastNode=a.appendChild(d);b.insertNode(a)}}else(b=document.selection)&&"Control"!=b.type&&b.createRange().pasteHTML(a)}; +Graph.prototype.createLinkForHint=function(a,b){function c(a,b){a.length>b&&(a=a.substring(0,Math.round(b/2))+"..."+a.substring(a.length-Math.round(b/4)));return a}a=null!=a?a:"javascript:void(0);";if(null==b||0==b.length)b=this.isCustomLink(a)?this.getLinkTitle(a):a;var d=document.createElement("a");d.setAttribute("href",this.getAbsoluteUrl(a));d.setAttribute("title",c(this.isCustomLink(a)?this.getLinkTitle(a):a,80));null!=this.linkTarget&&d.setAttribute("target",this.linkTarget);mxUtils.write(d, +c(b,40));this.isCustomLink(a)&&mxEvent.addListener(d,"click",mxUtils.bind(this,function(b){this.customLinkClicked(a);mxEvent.consume(b)}));return d};Graph.prototype.initTouch=function(){this.connectionHandler.marker.isEnabled=function(){return null!=this.graph.connectionHandler.first};this.addListener(mxEvent.START_EDITING,function(a,b){this.popupMenuHandler.hideMenu()});var a=this.updateMouseEvent;this.updateMouseEvent=function(b){b=a.apply(this,arguments);if(mxEvent.isTouchEvent(b.getEvent())&& +null==b.getState()){var c=this.getCellAt(b.graphX,b.graphY);null!=c&&this.isSwimlane(c)&&this.hitsSwimlaneContent(c,b.graphX,b.graphY)||(b.state=this.view.getState(c),null!=b.state&&null!=b.state.shape&&(this.container.style.cursor=b.state.shape.node.style.cursor))}null==b.getState()&&this.isEnabled()&&(this.container.style.cursor="default");return b};var b=!1,c=!1,d=!1,e=this.fireMouseEvent;this.fireMouseEvent=function(a,f,g){a==mxEvent.MOUSE_DOWN&&(f=this.updateMouseEvent(f),b=this.isCellSelected(f.getCell()), +c=this.isSelectionEmpty(),d=this.popupMenuHandler.isMenuShowing());e.apply(this,arguments)};this.popupMenuHandler.mouseUp=mxUtils.bind(this,function(a,e){this.popupMenuHandler.popupTrigger=!this.isEditing()&&this.isEnabled()&&(null==e.getState()||!e.isSource(e.getState().control))&&(this.popupMenuHandler.popupTrigger||!d&&!mxEvent.isMouseEvent(e.getEvent())&&(c&&null==e.getCell()&&this.isSelectionEmpty()||b&&this.isCellSelected(e.getCell())));mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler, +arguments)})};mxCellEditor.prototype.isContentEditing=function(){var a=this.graph.view.getState(this.editingCell);return null!=a&&1==a.style.html};mxCellEditor.prototype.saveSelection=function(){if(window.getSelection){var a=window.getSelection();if(a.getRangeAt&&a.rangeCount){for(var b=[],c=0,d=a.rangeCount;c<d;++c)b.push(a.getRangeAt(c));return b}}else if(document.selection&&document.selection.createRange)return document.selection.createRange();return null};mxCellEditor.prototype.restoreSelection= +function(a){try{if(a)if(window.getSelection){sel=window.getSelection();sel.removeAllRanges();for(var b=0,c=a.length;b<c;++b)sel.addRange(a[b])}else document.selection&&a.select&&a.select()}catch(I){}};var e=mxCellRenderer.prototype.initializeLabel;mxCellRenderer.prototype.initializeLabel=function(a){null!=a.text&&(a.text.replaceLinefeeds="0"!=mxUtils.getValue(a.style,"nl2Br","1"));e.apply(this,arguments)};var f=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update=function(a,b){this.isKeepFocusEvent(a)|| +!mxEvent.isAltDown(a.getEvent())?f.apply(this,arguments):this.reset()};mxGuide.prototype.createGuideShape=function(a){return new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH)};mxCellEditor.prototype.escapeCancelsEditing=!1;var g=mxCellEditor.prototype.startEditing;mxCellEditor.prototype.startEditing=function(a,b){g.apply(this,arguments);var c=this.graph.view.getState(a);this.textarea.className=null!=c&&1==c.style.html?"mxCellEditor geContentEditable":"mxCellEditor mxPlainTextEditor"; +this.codeViewMode=!1;this.switchSelectionState=null;this.graph.setSelectionCell(a);var c=this.graph.getModel().getParent(a),d=this.graph.getCellGeometry(a);this.graph.getModel().isEdge(c)&&null!=d&&d.relative||this.graph.getModel().isEdge(a)?mxClient.IS_QUIRKS?this.textarea.style.border="gray dotted 1px":this.textarea.style.outline=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_FF&&mxClient.IS_WIN?"gray dotted 1px":"":mxClient.IS_QUIRKS&&(this.textarea.style.outline="none",this.textarea.style.border= +"")};var h=mxCellEditor.prototype.installListeners;mxCellEditor.prototype.installListeners=function(a){function b(a,c){c.originalNode=a;a=a.firstChild;for(var d=c.firstChild;null!=a&&null!=d;)b(a,d),a=a.nextSibling,d=d.nextSibling;return c}function c(a,b){if(null!=a)if(b.originalNode!=a)d(a);else for(a=a.firstChild,b=b.firstChild;null!=a;){var e=a.nextSibling;null==b?d(a):(c(a,b),b=b.nextSibling);a=e}}function d(a){for(var b=a.firstChild;null!=b;){var c=b.nextSibling;d(b);b=c}1==a.nodeType&&("BR"=== +a.nodeName||null!=a.firstChild)||3==a.nodeType&&0!=mxUtils.trim(mxUtils.getTextContent(a)).length?(3==a.nodeType&&mxUtils.setTextContent(a,mxUtils.getTextContent(a).replace(/\n|\r/g,"")),1==a.nodeType&&(a.removeAttribute("style"),a.removeAttribute("class"),a.removeAttribute("width"),a.removeAttribute("cellpadding"),a.removeAttribute("cellspacing"),a.removeAttribute("border"))):a.parentNode.removeChild(a)}h.apply(this,arguments);mxClient.IS_QUIRKS||7===document.documentMode||8===document.documentMode|| +mxEvent.addListener(this.textarea,"paste",mxUtils.bind(this,function(a){var d=b(this.textarea,this.textarea.cloneNode(!0));window.setTimeout(mxUtils.bind(this,function(){c(this.textarea,d)}),0)}))};mxCellEditor.prototype.toggleViewMode=function(){var a=this.graph.view.getState(this.editingCell),b=null!=a&&"0"!=mxUtils.getValue(a.style,"nl2Br","1"),c=this.saveSelection();if(this.codeViewMode){h=mxUtils.extractTextWithWhitespace(this.textarea.childNodes);0<h.length&&"\n"==h.charAt(h.length-1)&&(h=h.substring(0, +h.length-1));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"<br/>"):h,!0);this.textarea.className="mxCellEditor geContentEditable";var d=mxUtils.getValue(a.style,mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE),b=mxUtils.getValue(a.style,mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY),e=mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),f=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD,g=(mxUtils.getValue(a.style, +mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC,a=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration=a?"underline":"";this.textarea.style.fontWeight=f?"bold":"normal";this.textarea.style.fontStyle= +g?"italic":"";this.textarea.style.fontFamily=b;this.textarea.style.textAlign=e;this.textarea.style.padding="0px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h,0==this.textarea.innerHTML.length&&(this.textarea.innerHTML=this.getEmptyLabelText(),this.clearOnChange=0<this.textarea.innerHTML.length));this.codeViewMode=!1}else{this.clearOnChange&&this.textarea.innerHTML==this.getEmptyLabelText()&&(this.clearOnChange=!1,this.textarea.innerHTML="");var h=mxUtils.htmlEntities(this.textarea.innerHTML); +mxClient.IS_QUIRKS||8==document.documentMode||(h=mxUtils.replaceTrailingNewlines(h,"<div><br></div>"));h=this.graph.sanitizeHtml(b?h.replace(/\n/g,"").replace(/<br\s*.?>/g,"<br>"):h,!0);this.textarea.className="mxCellEditor mxPlainTextEditor";var d=mxConstants.DEFAULT_FONTSIZE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(d*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(d)+"px";this.textarea.style.textDecoration=""; +this.textarea.style.fontWeight="normal";this.textarea.style.fontStyle="";this.textarea.style.fontFamily=mxConstants.DEFAULT_FONTFAMILY;this.textarea.style.textAlign="left";this.textarea.style.padding="2px";this.textarea.innerHTML!=h&&(this.textarea.innerHTML=h);this.codeViewMode=!0}this.textarea.focus();null!=this.switchSelectionState&&this.restoreSelection(this.switchSelectionState);this.switchSelectionState=c;this.resize()};var k=mxCellEditor.prototype.resize;mxCellEditor.prototype.resize=function(a, +b){if(null!=this.textarea)if(a=this.graph.getView().getState(this.editingCell),this.codeViewMode&&null!=a){var c=a.view.scale;this.bounds=mxRectangle.fromRectangle(a);if(0==this.bounds.width&&0==this.bounds.height){this.bounds.width=160*c;this.bounds.height=60*c;var d=null!=a.text?a.text.margin:null;null==d&&(d=mxUtils.getAlignmentAsPoint(mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),mxUtils.getValue(a.style,mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE))); +this.bounds.x+=d.x*this.bounds.width;this.bounds.y+=d.y*this.bounds.height}this.textarea.style.width=Math.round((this.bounds.width-4)/c)+"px";this.textarea.style.height=Math.round((this.bounds.height-4)/c)+"px";this.textarea.style.overflow="auto";this.textarea.clientHeight<this.textarea.offsetHeight&&(this.textarea.style.height=Math.round(this.bounds.height/c)+(this.textarea.offsetHeight-this.textarea.clientHeight)+"px",this.bounds.height=parseInt(this.textarea.style.height)*c);this.textarea.clientWidth< +this.textarea.offsetWidth&&(this.textarea.style.width=Math.round(this.bounds.width/c)+(this.textarea.offsetWidth-this.textarea.clientWidth)+"px",this.bounds.width=parseInt(this.textarea.style.width)*c);this.textarea.style.left=Math.round(this.bounds.x)+"px";this.textarea.style.top=Math.round(this.bounds.y)+"px";mxClient.IS_VML?this.textarea.style.zoom=c:mxUtils.setPrefixedStyle(this.textarea.style,"transform","scale("+c+","+c+")")}else this.textarea.style.height="",this.textarea.style.overflow="", +k.apply(this,arguments)};mxCellEditorGetInitialValue=mxCellEditor.prototype.getInitialValue;mxCellEditor.prototype.getInitialValue=function(a,b){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetInitialValue.apply(this,arguments);var c=this.graph.getEditingValue(a.cell,b);"1"==mxUtils.getValue(a.style,"nl2Br","1")&&(c=c.replace(/\n/g,"<br/>"));return c=this.graph.sanitizeHtml(c,!0)};mxCellEditorGetCurrentValue=mxCellEditor.prototype.getCurrentValue;mxCellEditor.prototype.getCurrentValue= +function(a){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetCurrentValue.apply(this,arguments);var b=this.graph.sanitizeHtml(this.textarea.innerHTML,!0);return b="1"==mxUtils.getValue(a.style,"nl2Br","1")?b.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>"):b.replace(/\r\n/g,"").replace(/\n/g,"")};var l=mxCellEditor.prototype.stopEditing;mxCellEditor.prototype.stopEditing=function(a){this.codeViewMode&&this.toggleViewMode();l.apply(this,arguments);this.focusContainer()};mxCellEditor.prototype.focusContainer= +function(){try{this.graph.container.focus()}catch(v){}};var m=mxCellEditor.prototype.applyValue;mxCellEditor.prototype.applyValue=function(a,b){this.graph.getModel().beginUpdate();try{if(m.apply(this,arguments),this.graph.isCellDeletable(a.cell)&&0==this.graph.model.getChildCount(a.cell)){var c=mxUtils.getValue(a.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),d=mxUtils.getValue(a.style,mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);""==b&&c==mxConstants.NONE&&d==mxConstants.NONE&&this.graph.removeCells([a.cell], +!1)}}finally{this.graph.getModel().endUpdate()}};mxCellEditor.prototype.getBackgroundColor=function(a){var b=null;if(this.graph.getModel().isEdge(a.cell)||this.graph.getModel().isEdge(this.graph.getModel().getParent(a.cell)))b=mxUtils.getValue(a.style,mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,null),b==mxConstants.NONE&&(b=null);return b};mxCellEditor.prototype.getMinimumSize=function(a){var b=this.graph.getView().scale;return new mxRectangle(0,0,null==a.text?30:a.text.size*b+20,30)};var n=mxGraphHandler.prototype.moveCells; +mxGraphHandler.prototype.moveCells=function(a,b,c,d,e,f){mxEvent.isAltDown(f)&&(e=null);n.apply(this,arguments)};mxGraphHandler.prototype.updateHint=function(b){if(null!=this.shape){null==this.hint&&(this.hint=a(),this.graph.container.appendChild(this.hint));var c=this.graph.view.translate,d=this.graph.view.scale;b=this.roundLength((this.bounds.x+this.currentDx)/d-c.x);c=this.roundLength((this.bounds.y+this.currentDy)/d-c.y);this.hint.innerHTML=b+", "+c;this.hint.style.left=this.shape.bounds.x+Math.round((this.shape.bounds.width- +this.hint.clientWidth)/2)+"px";this.hint.style.top=this.shape.bounds.y+this.shape.bounds.height+12+"px"}};mxGraphHandler.prototype.removeHint=function(){null!=this.hint&&(this.hint.parentNode.removeChild(this.hint),this.hint=null)};mxVertexHandler.prototype.isRecursiveResize=function(a,b){return!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!mxEvent.isControlDown(b.getEvent())&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null== +mxUtils.getValue(a.style,"childLayout",null)};mxVertexHandler.prototype.isCenteredEvent=function(a,b){return!(!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null))&&mxEvent.isControlDown(b.getEvent())||mxEvent.isMetaDown(b.getEvent())};var p=mxVertexHandler.prototype.getHandlePadding;mxVertexHandler.prototype.getHandlePadding=function(){var a= +new mxPoint(0,0),b=this.tolerance;this.graph.cellEditor.getEditingCell()==this.state.cell&&null!=this.sizers&&0<this.sizers.length&&null!=this.sizers[0]?(b/=2,a.x=this.sizers[0].bounds.width+b,a.y=this.sizers[0].bounds.height+b):a=p.apply(this,arguments);return a};mxVertexHandler.prototype.updateHint=function(b){this.index!=mxEvent.LABEL_HANDLE&&(null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint)),this.index==mxEvent.ROTATION_HANDLE?this.hint.innerHTML=this.currentAlpha+ +"°":(b=this.state.view.scale,this.hint.innerHTML=this.roundLength(this.bounds.width/b)+" x "+this.roundLength(this.bounds.height/b)),b=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.state.style[mxConstants.STYLE_ROTATION]||"0"),null==b&&(b=this.bounds),this.hint.style.left=b.x+Math.round((b.width-this.hint.clientWidth)/2)+"px",this.hint.style.top=b.y+b.height+12+"px",null!=this.linkHint&&(this.linkHint.style.display="none"))};mxVertexHandler.prototype.removeHint= +function(){mxGraphHandler.prototype.removeHint.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.display="")};mxEdgeHandler.prototype.updateHint=function(b,c){null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint));var d=this.graph.view.translate,e=this.graph.view.scale,f=this.roundLength(c.x/e-d.x),d=this.roundLength(c.y/e-d.y);this.hint.innerHTML=f+", "+d;this.hint.style.visibility="visible";if(this.isSource||this.isTarget)null!=this.constraintHandler.currentConstraint&& +null!=this.constraintHandler.currentFocus?(f=this.constraintHandler.currentConstraint.point,this.hint.innerHTML="["+Math.round(100*f.x)+"%, "+Math.round(100*f.y)+"%]"):this.marker.hasValidState()&&(this.hint.style.visibility="hidden");this.hint.style.left=Math.round(b.getGraphX()-this.hint.clientWidth/2)+"px";this.hint.style.top=Math.max(b.getGraphY(),c.y)+this.state.view.graph.gridSize+"px";null!=this.linkHint&&(this.linkHint.style.display="none")};mxEdgeHandler.prototype.removeHint=mxVertexHandler.prototype.removeHint; +HoverIcons.prototype.mainHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/>'):new mxImage(IMAGE_PATH+"/handle-main.png",17,17);HoverIcons.prototype.secondaryHandle=mxClient.IS_SVG?Graph.createSvgImage(16,16,'<path d="m 8 3 L 13 8 L 8 13 L 3 8 z" stroke="#fff" fill="#fca000"/>'):new mxImage(IMAGE_PATH+"/handle-secondary.png",17,17);HoverIcons.prototype.fixedHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><path d="m 7 7 L 11 11 M 7 11 L 11 7" stroke="#fff"/>'): +new mxImage(IMAGE_PATH+"/handle-fixed.png",17,17);HoverIcons.prototype.terminalHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><circle cx="9" cy="9" r="2" stroke="#fff" fill="transparent"/>'):new mxImage(IMAGE_PATH+"/handle-terminal.png",17,17);HoverIcons.prototype.rotationHandle=new mxImage(mxClient.IS_SVG?"data:image/png;base64,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": IMAGE_PATH+"/handle-rotate.png",19,21);mxClient.IS_SVG&&(mxConstraintHandler.prototype.pointImage=Graph.createSvgImage(5,5,'<path d="m 0 0 L 5 5 M 0 5 L 5 0" stroke="#007dfc"/>'));mxVertexHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxVertexHandler.prototype.secondaryHandleImage=HoverIcons.prototype.secondaryHandle;mxEdgeHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxEdgeHandler.prototype.terminalHandleImage=HoverIcons.prototype.terminalHandle;mxEdgeHandler.prototype.fixedHandleImage= HoverIcons.prototype.fixedHandle;mxEdgeHandler.prototype.labelHandleImage=HoverIcons.prototype.secondaryHandle;mxOutline.prototype.sizerImage=HoverIcons.prototype.mainHandle;null!=window.Sidebar&&(Sidebar.prototype.triangleUp=HoverIcons.prototype.triangleUp,Sidebar.prototype.triangleRight=HoverIcons.prototype.triangleRight,Sidebar.prototype.triangleDown=HoverIcons.prototype.triangleDown,Sidebar.prototype.triangleLeft=HoverIcons.prototype.triangleLeft,Sidebar.prototype.refreshTarget=HoverIcons.prototype.refreshTarget, Sidebar.prototype.roundDrop=HoverIcons.prototype.roundDrop);mxClient.IS_SVG||((new Image).src=HoverIcons.prototype.mainHandle.src,(new Image).src=HoverIcons.prototype.fixedHandle.src,(new Image).src=HoverIcons.prototype.terminalHandle.src,(new Image).src=HoverIcons.prototype.secondaryHandle.src,(new Image).src=HoverIcons.prototype.rotationHandle.src,(new Image).src=HoverIcons.prototype.triangleUp.src,(new Image).src=HoverIcons.prototype.triangleRight.src,(new Image).src=HoverIcons.prototype.triangleDown.src, @@ -1769,15 +1770,15 @@ mxUtils.getTextContent(c[d])));this.linkHint.appendChild(e)}}};mxEdgeHandler.pro this.labelShape&&(this.labelShape.node.style.display=this.graph.isEnabled()&&this.graph.getSelectionCount()<this.graph.graphHandler.maxCells?"":"none")});this.selectionHandler=mxUtils.bind(this,function(b,c){a()});this.graph.getSelectionModel().addListener(mxEvent.CHANGE,this.selectionHandler);this.changeHandler=mxUtils.bind(this,function(b,c){this.updateLinkHint(this.graph.getLinkForCell(this.state.cell),this.graph.getLinksForState(this.state));a();this.redrawHandles()});this.graph.getModel().addListener(mxEvent.CHANGE, this.changeHandler);var b=this.graph.getLinkForCell(this.state.cell),c=this.graph.getLinksForState(this.state);if(null!=b||null!=c&&0<c.length)this.updateLinkHint(b,c),this.redrawHandles()};var L=mxConnectionHandler.prototype.init;mxConnectionHandler.prototype.init=function(){L.apply(this,arguments);this.constraintHandler.isEnabled=mxUtils.bind(this,function(){return this.graph.connectionHandler.isEnabled()})};var K=mxVertexHandler.prototype.redrawHandles;mxVertexHandler.prototype.redrawHandles=function(){K.apply(this); if(null!=this.state&&null!=this.linkHint){var a=new mxPoint(this.state.getCenterX(),this.state.getCenterY()),b=new mxRectangle(this.state.x,this.state.y-22,this.state.width+24,this.state.height+22),c=mxUtils.getBoundingBox(b,this.state.style[mxConstants.STYLE_ROTATION]||"0",a),a=null!=c?mxUtils.getBoundingBox(this.state,this.state.style[mxConstants.STYLE_ROTATION]||"0"):this.state,b=null!=this.state.text?this.state.text.boundingBox:null;null==c&&(c=this.state);c=c.y+c.height;null!=b&&(c=Math.max(c, -b.y+b.height));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(c+this.verticalOffset/2+6+this.state.view.graph.tolerance)+"px"}};var G=mxVertexHandler.prototype.reset;mxVertexHandler.prototype.reset=function(){G.apply(this,arguments);null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display=1==this.graph.getSelectionCount()?"":"none")};var U=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy= +b.y+b.height));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(c+this.verticalOffset/2+6+this.state.view.graph.tolerance)+"px"}};var H=mxVertexHandler.prototype.reset;mxVertexHandler.prototype.reset=function(){H.apply(this,arguments);null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display=1==this.graph.getSelectionCount()?"":"none")};var U=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy= function(){U.apply(this,arguments);null!=this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);null!=this.selectionHandler&&(this.graph.getSelectionModel().removeListener(this.selectionHandler),this.selectionHandler=null);null!=this.changeHandler&&(this.graph.getModel().removeListener(this.changeHandler),this.changeHandler=null);null!=this.editingHandler&&(this.graph.removeListener(this.editingHandler),this.editingHandler=null)};var S=mxEdgeHandler.prototype.redrawHandles; mxEdgeHandler.prototype.redrawHandles=function(){if(null!=this.marker&&(S.apply(this),null!=this.state&&null!=this.linkHint)){var a=this.state;null!=this.state.text&&null!=this.state.text.bounds&&(a=new mxRectangle(a.x,a.y,a.width,a.height),a.add(this.state.text.bounds));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(a.y+a.height+6+this.state.view.graph.tolerance)+"px"}};var ba=mxEdgeHandler.prototype.reset;mxEdgeHandler.prototype.reset= function(){ba.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.visibility="")};var X=mxEdgeHandler.prototype.destroy;mxEdgeHandler.prototype.destroy=function(){X.apply(this,arguments);null!=this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);null!=this.selectionHandler&&(this.graph.getSelectionModel().removeListener(this.selectionHandler),this.selectionHandler=null);null!=this.changeHandler&&(this.graph.getModel().removeListener(this.changeHandler), this.changeHandler=null)}}();(function(){function a(){mxCylinder.call(this)}function b(){mxActor.call(this)}function c(){mxCylinder.call(this)}function d(){mxCylinder.call(this)}function e(){mxCylinder.call(this)}function f(){mxActor.call(this)}function g(){mxCylinder.call(this)}function h(){mxActor.call(this)}function k(){mxActor.call(this)}function l(){mxActor.call(this)}function m(){mxActor.call(this)}function n(){mxActor.call(this)}function p(){mxActor.call(this)}function r(){mxActor.call(this)}function q(a,b){this.canvas= a;this.canvas.setLineJoin("round");this.canvas.setLineCap("round");this.defaultVariation=b;this.originalLineTo=this.canvas.lineTo;this.canvas.lineTo=mxUtils.bind(this,q.prototype.lineTo);this.originalMoveTo=this.canvas.moveTo;this.canvas.moveTo=mxUtils.bind(this,q.prototype.moveTo);this.originalClose=this.canvas.close;this.canvas.close=mxUtils.bind(this,q.prototype.close);this.originalQuadTo=this.canvas.quadTo;this.canvas.quadTo=mxUtils.bind(this,q.prototype.quadTo);this.originalCurveTo=this.canvas.curveTo; this.canvas.curveTo=mxUtils.bind(this,q.prototype.curveTo);this.originalArcTo=this.canvas.arcTo;this.canvas.arcTo=mxUtils.bind(this,q.prototype.arcTo)}function t(){mxRectangleShape.call(this)}function z(){mxRectangleShape.call(this)}function w(){mxActor.call(this)}function x(){mxActor.call(this)}function y(){mxActor.call(this)}function u(){mxRectangleShape.call(this)}function D(){mxRectangleShape.call(this)}function F(){mxCylinder.call(this)}function E(){mxShape.call(this)}function B(){mxShape.call(this)} -function A(){mxEllipse.call(this)}function C(){mxShape.call(this)}function L(){mxShape.call(this)}function K(){mxRectangleShape.call(this)}function G(){mxShape.call(this)}function U(){mxShape.call(this)}function S(){mxShape.call(this)}function ba(){mxCylinder.call(this)}function X(){mxDoubleEllipse.call(this)}function v(){mxDoubleEllipse.call(this)}function P(){mxArrowConnector.call(this);this.spacing=0}function H(){mxArrowConnector.call(this);this.spacing=0}function I(){mxActor.call(this)}function ca(){mxRectangleShape.call(this)} -function M(){mxActor.call(this)}function J(){mxActor.call(this)}function N(){mxActor.call(this)}function T(){mxActor.call(this)}function ea(){mxActor.call(this)}function aa(){mxActor.call(this)}function Q(){mxActor.call(this)}function V(){mxActor.call(this)}function W(){mxActor.call(this)}function O(){mxActor.call(this)}function R(){mxEllipse.call(this)}function fa(){mxEllipse.call(this)}function Y(){mxEllipse.call(this)}function Z(){mxRhombus.call(this)}function wa(){mxEllipse.call(this)}function xa(){mxEllipse.call(this)} +function A(){mxEllipse.call(this)}function C(){mxShape.call(this)}function L(){mxShape.call(this)}function K(){mxRectangleShape.call(this)}function H(){mxShape.call(this)}function U(){mxShape.call(this)}function S(){mxShape.call(this)}function ba(){mxCylinder.call(this)}function X(){mxDoubleEllipse.call(this)}function v(){mxDoubleEllipse.call(this)}function Q(){mxArrowConnector.call(this);this.spacing=0}function G(){mxArrowConnector.call(this);this.spacing=0}function I(){mxActor.call(this)}function ca(){mxRectangleShape.call(this)} +function M(){mxActor.call(this)}function J(){mxActor.call(this)}function N(){mxActor.call(this)}function T(){mxActor.call(this)}function ea(){mxActor.call(this)}function aa(){mxActor.call(this)}function P(){mxActor.call(this)}function V(){mxActor.call(this)}function W(){mxActor.call(this)}function O(){mxActor.call(this)}function R(){mxEllipse.call(this)}function fa(){mxEllipse.call(this)}function Y(){mxEllipse.call(this)}function Z(){mxRhombus.call(this)}function wa(){mxEllipse.call(this)}function xa(){mxEllipse.call(this)} function ya(){mxEllipse.call(this)}function pa(){mxEllipse.call(this)}function qa(){mxActor.call(this)}function la(){mxActor.call(this)}function ia(){mxActor.call(this)}function ja(){mxConnector.call(this)}function Ba(a,b,c,d,e,f,g,h,k,l){g+=k;var m=d.clone();d.x-=e*(2*g+k);d.y-=f*(2*g+k);e*=g+k;f*=g+k;return function(){a.ellipse(m.x-e-g,m.y-f-g,2*g,2*g);l?a.fillAndStroke():a.stroke()}}mxUtils.extend(a,mxCylinder);a.prototype.size=20;a.prototype.redrawPath=function(a,b,c,d,e,f){b=Math.max(0,Math.min(d, Math.min(e,parseFloat(mxUtils.getValue(this.style,"size",this.size)))));f?(a.moveTo(b,e),a.lineTo(b,b),a.lineTo(0,0),a.moveTo(b,b),a.lineTo(d,b)):(a.moveTo(0,0),a.lineTo(d-b,0),a.lineTo(d,b),a.lineTo(d,e),a.lineTo(b,e),a.lineTo(0,e-b),a.lineTo(0,0),a.close());a.end()};a.prototype.getLabelMargins=function(a){return mxUtils.getValue(this.style,"boundedLbl",!1)?(a=parseFloat(mxUtils.getValue(this.style,"size",this.size))*this.scale,new mxRectangle(a,a,0,0)):null};mxCellRenderer.registerShape("cube", a);var za=Math.tan(mxUtils.toRadians(30)),ka=(.5-za)/2;mxUtils.extend(b,mxActor);b.prototype.size=20;b.prototype.redrawPath=function(a,b,c,d,e){b=Math.min(d,e/za);a.translate((d-b)/2,(e-b)/2+b/4);a.moveTo(0,.25*b);a.lineTo(.5*b,b*ka);a.lineTo(b,.25*b);a.lineTo(.5*b,(.5-ka)*b);a.lineTo(0,.25*b);a.close();a.end()};mxCellRenderer.registerShape("isoRectangle",b);mxUtils.extend(c,mxCylinder);c.prototype.size=20;c.prototype.redrawPath=function(a,b,c,d,e,f){b=Math.min(d,e/(.5+za));f?(a.moveTo(0,.25*b),a.lineTo(.5* @@ -1817,9 +1818,9 @@ b,c,d,e){a.translate(b,c);a.begin();a.moveTo(0,e/4);a.lineTo(0,3*e/4);a.end();a. mxShape);C.prototype.paintVertexShape=function(a,b,c,d,e){a.translate(b,c);a.begin();a.moveTo(d,0);a.lineTo(0,e);a.moveTo(0,0);a.lineTo(d,e);a.end();a.stroke()};mxCellRenderer.registerShape("umlDestroy",C);mxUtils.extend(L,mxShape);L.prototype.getLabelBounds=function(a){return new mxRectangle(a.x,a.y+a.height/8,a.width,7*a.height/8)};L.prototype.paintBackground=function(a,b,c,d,e){a.translate(b,c);a.begin();a.moveTo(3*d/8,e/8*1.1);a.lineTo(5*d/8,0);a.end();a.stroke();a.ellipse(0,e/8,d,7*e/8);a.fillAndStroke()}; L.prototype.paintForeground=function(a,b,c,d,e){a.begin();a.moveTo(3*d/8,e/8*1.1);a.lineTo(5*d/8,e/4);a.end();a.stroke()};mxCellRenderer.registerShape("umlControl",L);mxUtils.extend(K,mxRectangleShape);K.prototype.size=40;K.prototype.isHtmlAllowed=function(){return!1};K.prototype.getLabelBounds=function(a){var b=Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(this.style,"size",this.size))*this.scale));return new mxRectangle(a.x,a.y,a.width,b)};K.prototype.paintBackground=function(a,b,c,d, e){var f=Math.max(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"size",this.size)))),g=mxUtils.getValue(this.style,"participant");null==g||null==this.state?mxRectangleShape.prototype.paintBackground.call(this,a,b,c,d,f):(g=this.state.view.graph.cellRenderer.getShape(g),null!=g&&g!=K&&(g=new g,g.apply(this.state),a.save(),g.paintVertexShape(a,b,c,d,f),a.restore()));f<e&&(a.setDashed(!0),a.begin(),a.moveTo(b+d/2,c+f),a.lineTo(b+d/2,c+e),a.end(),a.stroke())};K.prototype.paintForeground=function(a, -b,c,d,e){var f=Math.max(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"size",this.size))));mxRectangleShape.prototype.paintForeground.call(this,a,b,c,d,Math.min(e,f))};mxCellRenderer.registerShape("umlLifeline",K);mxUtils.extend(G,mxShape);G.prototype.width=60;G.prototype.height=30;G.prototype.corner=10;G.prototype.getLabelMargins=function(a){return new mxRectangle(0,0,a.width-parseFloat(mxUtils.getValue(this.style,"width",this.width)*this.scale),a.height-parseFloat(mxUtils.getValue(this.style, -"height",this.height)*this.scale))};G.prototype.paintBackground=function(a,b,c,d,e){var f=this.corner,g=Math.min(d,Math.max(f,parseFloat(mxUtils.getValue(this.style,"width",this.width)))),h=Math.min(e,Math.max(1.5*f,parseFloat(mxUtils.getValue(this.style,"height",this.height)))),k=mxUtils.getValue(this.style,mxConstants.STYLE_SWIMLANE_FILLCOLOR,mxConstants.NONE);k!=mxConstants.NONE&&(a.setFillColor(k),a.rect(b,c,d,e),a.fill());null!=this.fill&&this.fill!=mxConstants.NONE&&this.gradient&&this.gradient!= -mxConstants.NONE?(this.getGradientBounds(a,b,c,d,e),a.setGradient(this.fill,this.gradient,b,c,d,e,this.gradientDirection)):a.setFillColor(this.fill);a.begin();a.moveTo(b,c);a.lineTo(b+g,c);a.lineTo(b+g,c+Math.max(0,h-1.5*f));a.lineTo(b+Math.max(0,g-f),c+h);a.lineTo(b,c+h);a.close();a.fillAndStroke();a.begin();a.moveTo(b+g,c);a.lineTo(b+d,c);a.lineTo(b+d,c+e);a.lineTo(b,c+e);a.lineTo(b,c+h);a.stroke()};mxCellRenderer.registerShape("umlFrame",G);mxPerimeter.LifelinePerimeter=function(a,b,c,d){d=K.prototype.size; +b,c,d,e){var f=Math.max(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"size",this.size))));mxRectangleShape.prototype.paintForeground.call(this,a,b,c,d,Math.min(e,f))};mxCellRenderer.registerShape("umlLifeline",K);mxUtils.extend(H,mxShape);H.prototype.width=60;H.prototype.height=30;H.prototype.corner=10;H.prototype.getLabelMargins=function(a){return new mxRectangle(0,0,a.width-parseFloat(mxUtils.getValue(this.style,"width",this.width)*this.scale),a.height-parseFloat(mxUtils.getValue(this.style, +"height",this.height)*this.scale))};H.prototype.paintBackground=function(a,b,c,d,e){var f=this.corner,g=Math.min(d,Math.max(f,parseFloat(mxUtils.getValue(this.style,"width",this.width)))),h=Math.min(e,Math.max(1.5*f,parseFloat(mxUtils.getValue(this.style,"height",this.height)))),k=mxUtils.getValue(this.style,mxConstants.STYLE_SWIMLANE_FILLCOLOR,mxConstants.NONE);k!=mxConstants.NONE&&(a.setFillColor(k),a.rect(b,c,d,e),a.fill());null!=this.fill&&this.fill!=mxConstants.NONE&&this.gradient&&this.gradient!= +mxConstants.NONE?(this.getGradientBounds(a,b,c,d,e),a.setGradient(this.fill,this.gradient,b,c,d,e,this.gradientDirection)):a.setFillColor(this.fill);a.begin();a.moveTo(b,c);a.lineTo(b+g,c);a.lineTo(b+g,c+Math.max(0,h-1.5*f));a.lineTo(b+Math.max(0,g-f),c+h);a.lineTo(b,c+h);a.close();a.fillAndStroke();a.begin();a.moveTo(b+g,c);a.lineTo(b+d,c);a.lineTo(b+d,c+e);a.lineTo(b,c+e);a.lineTo(b,c+h);a.stroke()};mxCellRenderer.registerShape("umlFrame",H);mxPerimeter.LifelinePerimeter=function(a,b,c,d){d=K.prototype.size; null!=b&&(d=mxUtils.getValue(b.style,"size",d)*b.view.scale);b=parseFloat(b.style[mxConstants.STYLE_STROKEWIDTH]||1)*b.view.scale/2-1;c.x<a.getCenterX()&&(b=-1*(b+1));return new mxPoint(a.getCenterX()+b,Math.min(a.y+a.height,Math.max(a.y+d,c.y)))};mxStyleRegistry.putValue("lifelinePerimeter",mxPerimeter.LifelinePerimeter);mxPerimeter.OrthogonalPerimeter=function(a,b,c,d){d=!0;return mxPerimeter.RectanglePerimeter.apply(this,arguments)};mxStyleRegistry.putValue("orthogonalPerimeter",mxPerimeter.OrthogonalPerimeter); mxPerimeter.BackbonePerimeter=function(a,b,c,d){d=parseFloat(b.style[mxConstants.STYLE_STROKEWIDTH]||1)*b.view.scale/2-1;null!=b.style.backboneSize&&(d+=parseFloat(b.style.backboneSize)*b.view.scale/2-1);if("south"==b.style[mxConstants.STYLE_DIRECTION]||"north"==b.style[mxConstants.STYLE_DIRECTION])return c.x<a.getCenterX()&&(d=-1*(d+1)),new mxPoint(a.getCenterX()+d,Math.min(a.y+a.height,Math.max(a.y,c.y)));c.y<a.getCenterY()&&(d=-1*(d+1));return new mxPoint(Math.min(a.x+a.width,Math.max(a.x,c.x)), a.getCenterY()+d)};mxStyleRegistry.putValue("backbonePerimeter",mxPerimeter.BackbonePerimeter);mxPerimeter.CalloutPerimeter=function(a,b,c,d){return mxPerimeter.RectanglePerimeter(mxUtils.getDirectedBounds(a,new mxRectangle(0,0,0,Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(b.style,"size",w.prototype.size))*b.view.scale))),b.style),b,c,d)};mxStyleRegistry.putValue("calloutPerimeter",mxPerimeter.CalloutPerimeter);mxPerimeter.ParallelogramPerimeter=function(a,b,c,d){var e=m.prototype.size; @@ -1835,8 +1836,8 @@ h?l.y=c.y:l.x=c.x);return mxUtils.getPerimeterPoint(g,l,c)};mxStyleRegistry.putV 10;S.prototype.inset=2;S.prototype.paintBackground=function(a,b,c,d,e){var f=parseFloat(mxUtils.getValue(this.style,"size",this.size)),g=parseFloat(mxUtils.getValue(this.style,"inset",this.inset))+this.strokewidth;a.translate(b,c);a.begin();a.moveTo(d/2,f+g);a.lineTo(d/2,e);a.end();a.stroke();a.begin();a.moveTo((d-f)/2-g,f/2);a.quadTo((d-f)/2-g,f+g,d/2,f+g);a.quadTo((d+f)/2+g,f+g,(d+f)/2+g,f/2);a.end();a.stroke()};mxCellRenderer.registerShape("requires",S);mxUtils.extend(ba,mxCylinder);ba.prototype.jettyWidth= 32;ba.prototype.jettyHeight=12;ba.prototype.redrawPath=function(a,b,c,d,e,f){var g=parseFloat(mxUtils.getValue(this.style,"jettyWidth",this.jettyWidth));b=parseFloat(mxUtils.getValue(this.style,"jettyHeight",this.jettyHeight));c=g/2;var g=c+g/2,h=.3*e-b/2,k=.7*e-b/2;f?(a.moveTo(c,h),a.lineTo(g,h),a.lineTo(g,h+b),a.lineTo(c,h+b),a.moveTo(c,k),a.lineTo(g,k),a.lineTo(g,k+b),a.lineTo(c,k+b)):(a.moveTo(c,0),a.lineTo(d,0),a.lineTo(d,e),a.lineTo(c,e),a.lineTo(c,k+b),a.lineTo(0,k+b),a.lineTo(0,k),a.lineTo(c, k),a.lineTo(c,h+b),a.lineTo(0,h+b),a.lineTo(0,h),a.lineTo(c,h),a.close());a.end()};mxCellRenderer.registerShape("component",ba);mxUtils.extend(X,mxDoubleEllipse);X.prototype.outerStroke=!0;X.prototype.paintVertexShape=function(a,b,c,d,e){var f=Math.min(4,Math.min(d/5,e/5));0<d&&0<e&&(a.ellipse(b+f,c+f,d-2*f,e-2*f),a.fillAndStroke());a.setShadow(!1);this.outerStroke&&(a.ellipse(b,c,d,e),a.stroke())};mxCellRenderer.registerShape("endState",X);mxUtils.extend(v,X);v.prototype.outerStroke=!1;mxCellRenderer.registerShape("startState", -v);mxUtils.extend(P,mxArrowConnector);P.prototype.defaultWidth=4;P.prototype.isOpenEnded=function(){return!0};P.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};P.prototype.isArrowRounded=function(){return this.isRounded};mxCellRenderer.registerShape("link",P);mxUtils.extend(H,mxArrowConnector);H.prototype.defaultWidth=10;H.prototype.defaultArrowWidth=20;H.prototype.getStartArrowWidth=function(){return this.getEdgeWidth()+ -mxUtils.getNumber(this.style,"startWidth",this.defaultArrowWidth)};H.prototype.getEndArrowWidth=function(){return this.getEdgeWidth()+mxUtils.getNumber(this.style,"endWidth",this.defaultArrowWidth)};H.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};mxCellRenderer.registerShape("flexArrow",H);mxUtils.extend(I,mxActor);I.prototype.size=30;I.prototype.redrawPath=function(a,b,c,d,e){b=Math.min(e,parseFloat(mxUtils.getValue(this.style, +v);mxUtils.extend(Q,mxArrowConnector);Q.prototype.defaultWidth=4;Q.prototype.isOpenEnded=function(){return!0};Q.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};Q.prototype.isArrowRounded=function(){return this.isRounded};mxCellRenderer.registerShape("link",Q);mxUtils.extend(G,mxArrowConnector);G.prototype.defaultWidth=10;G.prototype.defaultArrowWidth=20;G.prototype.getStartArrowWidth=function(){return this.getEdgeWidth()+ +mxUtils.getNumber(this.style,"startWidth",this.defaultArrowWidth)};G.prototype.getEndArrowWidth=function(){return this.getEdgeWidth()+mxUtils.getNumber(this.style,"endWidth",this.defaultArrowWidth)};G.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};mxCellRenderer.registerShape("flexArrow",G);mxUtils.extend(I,mxActor);I.prototype.size=30;I.prototype.redrawPath=function(a,b,c,d,e){b=Math.min(e,parseFloat(mxUtils.getValue(this.style, "size",this.size)));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,e),new mxPoint(0,b),new mxPoint(d,0),new mxPoint(d,e)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("manualInput",I);mxUtils.extend(ca,mxRectangleShape);ca.prototype.dx=20;ca.prototype.dy=20;ca.prototype.isHtmlAllowed=function(){return!1};ca.prototype.paintForeground=function(a,b,c,d,e){mxRectangleShape.prototype.paintForeground.apply(this,arguments); var f=0;if(this.isRounded)var g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,f=Math.max(f,Math.min(d*g,e*g));g=Math.max(f,Math.min(d,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));f=Math.max(f,Math.min(e,parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));a.begin();a.moveTo(b,c+f);a.lineTo(b+d,c+f);a.end();a.stroke();a.begin();a.moveTo(b+g,c);a.lineTo(b+g,c+e);a.end();a.stroke()};mxCellRenderer.registerShape("internalStorage",ca); mxUtils.extend(M,mxActor);M.prototype.dx=20;M.prototype.dy=20;M.prototype.redrawPath=function(a,b,c,d,e){b=Math.max(0,Math.min(d,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));c=Math.max(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));parseFloat(mxUtils.getValue(this.style,"size",this.size));var f=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(d,0),new mxPoint(d,c),new mxPoint(b,c),new mxPoint(b, @@ -1845,7 +1846,7 @@ c=Math.max(0,Math.min(e,parseFloat(mxUtils.getValue(this.style,"dy",this.dy)))); .3;T.prototype.arrowSize=.2;T.prototype.redrawPath=function(a,b,c,d,e){var f=e*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowWidth",this.arrowWidth))));b=d*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowSize",this.arrowSize))));c=(e-f)/2;var f=c+f,g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,c),new mxPoint(d-b,c),new mxPoint(d-b,0),new mxPoint(d,e/2),new mxPoint(d-b,e),new mxPoint(d-b,f), new mxPoint(0,f)],this.isRounded,g,!0);a.end()};mxCellRenderer.registerShape("singleArrow",T);mxUtils.extend(ea,mxActor);ea.prototype.redrawPath=function(a,b,c,d,e){var f=e*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowWidth",T.prototype.arrowWidth))));b=d*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowSize",T.prototype.arrowSize))));c=(e-f)/2;var f=c+f,g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0, e/2),new mxPoint(b,0),new mxPoint(b,c),new mxPoint(d-b,c),new mxPoint(d-b,0),new mxPoint(d,e/2),new mxPoint(d-b,e),new mxPoint(d-b,f),new mxPoint(b,f),new mxPoint(b,e)],this.isRounded,g,!0);a.end()};mxCellRenderer.registerShape("doubleArrow",ea);mxUtils.extend(aa,mxActor);aa.prototype.size=.1;aa.prototype.redrawPath=function(a,b,c,d,e){b=d*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));a.moveTo(b,0);a.lineTo(d,0);a.quadTo(d-2*b,e/2,d,e);a.lineTo(b,e);a.quadTo(b- -2*b,e/2,b,0);a.close();a.end()};mxCellRenderer.registerShape("dataStorage",aa);mxUtils.extend(Q,mxActor);Q.prototype.redrawPath=function(a,b,c,d,e){a.moveTo(0,0);a.quadTo(d,0,d,e/2);a.quadTo(d,e,0,e);a.close();a.end()};mxCellRenderer.registerShape("or",Q);mxUtils.extend(V,mxActor);V.prototype.redrawPath=function(a,b,c,d,e){a.moveTo(0,0);a.quadTo(d,0,d,e/2);a.quadTo(d,e,0,e);a.quadTo(d/2,e/2,0,0);a.close();a.end()};mxCellRenderer.registerShape("xor",V);mxUtils.extend(W,mxActor);W.prototype.size=20; +2*b,e/2,b,0);a.close();a.end()};mxCellRenderer.registerShape("dataStorage",aa);mxUtils.extend(P,mxActor);P.prototype.redrawPath=function(a,b,c,d,e){a.moveTo(0,0);a.quadTo(d,0,d,e/2);a.quadTo(d,e,0,e);a.close();a.end()};mxCellRenderer.registerShape("or",P);mxUtils.extend(V,mxActor);V.prototype.redrawPath=function(a,b,c,d,e){a.moveTo(0,0);a.quadTo(d,0,d,e/2);a.quadTo(d,e,0,e);a.quadTo(d/2,e/2,0,0);a.close();a.end()};mxCellRenderer.registerShape("xor",V);mxUtils.extend(W,mxActor);W.prototype.size=20; W.prototype.redrawPath=function(a,b,c,d,e){b=Math.min(d/2,Math.min(e,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(b,0),new mxPoint(d-b,0),new mxPoint(d,.8*b),new mxPoint(d,e),new mxPoint(0,e),new mxPoint(0,.8*b)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("loopLimit",W);mxUtils.extend(O,mxActor);O.prototype.size=.375;O.prototype.redrawPath=function(a,b,c, d,e){b=e*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(d,0),new mxPoint(d,e-b),new mxPoint(d/2,e),new mxPoint(0,e-b)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("offPageConnector",O);mxUtils.extend(R,mxEllipse);R.prototype.paintVertexShape=function(a,b,c,d,e){mxEllipse.prototype.paintVertexShape.apply(this,arguments); a.begin();a.moveTo(b+d/2,c+e);a.lineTo(b+d,c+e);a.end();a.stroke()};mxCellRenderer.registerShape("tapeData",R);mxUtils.extend(fa,mxEllipse);fa.prototype.paintVertexShape=function(a,b,c,d,e){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1);a.begin();a.moveTo(b,c+e/2);a.lineTo(b+d,c+e/2);a.end();a.stroke();a.begin();a.moveTo(b+d/2,c);a.lineTo(b+d/2,c+e);a.end();a.stroke()};mxCellRenderer.registerShape("orEllipse",fa);mxUtils.extend(Y,mxEllipse);Y.prototype.paintVertexShape= @@ -1879,8 +1880,8 @@ f.x+e,f.y-d,h.x,h.y);a.style[mxConstants.STYLE_ENDSIZE]=Math.round(100*(d-a.shap d,h.x,h.y);a.style[mxConstants.STYLE_ENDSIZE]=Math.round(100*(d-a.shape.strokewidth)/3)/100/a.view.scale;a.style.endWidth=Math.max(0,Math.round(2*c)-a.shape.getEdgeWidth())/a.view.scale;mxEvent.isControlDown(k.getEvent())&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE],a.style.startWidth=a.style.endWidth);mxEvent.isAltDown(k.getEvent())||(Math.abs(parseFloat(a.style[mxConstants.STYLE_ENDSIZE])-parseFloat(a.style[mxConstants.STYLE_STARTSIZE]))<b/6&&(a.style[mxConstants.STYLE_ENDSIZE]= a.style[mxConstants.STYLE_STARTSIZE]),Math.abs(parseFloat(a.style.endWidth)-parseFloat(a.style.startWidth))<b&&(a.style.endWidth=a.style.startWidth))})));return c},swimlane:function(a){var b=[da(a,[mxConstants.STYLE_STARTSIZE],function(b){var c=parseFloat(mxUtils.getValue(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));return 1==mxUtils.getValue(a.style,mxConstants.STYLE_HORIZONTAL,1)?new mxPoint(b.getCenterX(),b.y+Math.max(0,Math.min(b.height,c))):new mxPoint(b.x+Math.max(0,Math.min(b.width, c)),b.getCenterY())},function(b,c){a.style[mxConstants.STYLE_STARTSIZE]=1==mxUtils.getValue(this.state.style,mxConstants.STYLE_HORIZONTAL,1)?Math.round(Math.max(0,Math.min(b.height,c.y-b.y))):Math.round(Math.max(0,Math.min(b.width,c.x-b.x)))})];if(mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED)){var c=parseFloat(mxUtils.getValue(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));b.push(ga(a,c/2))}return b},label:oa(),ext:oa(),rectangle:oa(),triangle:oa(),rhombus:oa(),umlLifeline:function(a){return[da(a, -["size"],function(a){var b=Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(this.state.style,"size",K.prototype.size))));return new mxPoint(a.getCenterX(),a.y+b)},function(a,b){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,b.y-a.y)))},!1)]},umlFrame:function(a){return[da(a,["width","height"],function(a){var b=Math.max(G.prototype.corner,Math.min(a.width,mxUtils.getValue(this.state.style,"width",G.prototype.width))),c=Math.max(1.5*G.prototype.corner,Math.min(a.height,mxUtils.getValue(this.state.style, -"height",G.prototype.height)));return new mxPoint(a.x+b,a.y+c)},function(a,b){this.state.style.width=Math.round(Math.max(G.prototype.corner,Math.min(a.width,b.x-a.x)));this.state.style.height=Math.round(Math.max(1.5*G.prototype.corner,Math.min(a.height,b.y-a.y)))},!1)]},process:function(a){var b=[da(a,["size"],function(a){var b=Math.max(0,Math.min(.5,parseFloat(mxUtils.getValue(this.state.style,"size",t.prototype.size))));return new mxPoint(a.x+a.width*b,a.y+a.height/4)},function(a,b){this.state.style.size= +["size"],function(a){var b=Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(this.state.style,"size",K.prototype.size))));return new mxPoint(a.getCenterX(),a.y+b)},function(a,b){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,b.y-a.y)))},!1)]},umlFrame:function(a){return[da(a,["width","height"],function(a){var b=Math.max(H.prototype.corner,Math.min(a.width,mxUtils.getValue(this.state.style,"width",H.prototype.width))),c=Math.max(1.5*H.prototype.corner,Math.min(a.height,mxUtils.getValue(this.state.style, +"height",H.prototype.height)));return new mxPoint(a.x+b,a.y+c)},function(a,b){this.state.style.width=Math.round(Math.max(H.prototype.corner,Math.min(a.width,b.x-a.x)));this.state.style.height=Math.round(Math.max(1.5*H.prototype.corner,Math.min(a.height,b.y-a.y)))},!1)]},process:function(a){var b=[da(a,["size"],function(a){var b=Math.max(0,Math.min(.5,parseFloat(mxUtils.getValue(this.state.style,"size",t.prototype.size))));return new mxPoint(a.x+a.width*b,a.y+a.height/4)},function(a,b){this.state.style.size= Math.max(0,Math.min(.5,(b.x-a.x)/a.width))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&b.push(ga(a));return b},cross:function(a){return[da(a,["size"],function(a){var b=Math.min(a.width,a.height),b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"size",la.prototype.size)))*b/2;return new mxPoint(a.getCenterX()-b,a.getCenterY()-b)},function(a,b){var c=Math.min(a.width,a.height);this.state.style.size=Math.max(0,Math.min(1,Math.min(Math.max(0,a.getCenterY()-b.y)/c*2,Math.max(0, a.getCenterX()-b.x)/c*2)))})]},note:function(a){return[da(a,["size"],function(a){var b=Math.max(0,Math.min(a.width,Math.min(a.height,parseFloat(mxUtils.getValue(this.state.style,"size",e.prototype.size)))));return new mxPoint(a.x+a.width-b,a.y+b)},function(a,b){this.state.style.size=Math.round(Math.max(0,Math.min(Math.min(a.width,a.x+a.width-b.x),Math.min(a.height,b.y-a.y))))})]},manualInput:function(a){var b=[da(a,["size"],function(a){var b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style, "size",I.prototype.size)));return new mxPoint(a.x+a.width/4,a.y+3*b/4)},function(a,b){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,4*(b.y-a.y)/3)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&b.push(ga(a));return b},dataStorage:function(a){return[da(a,["size"],function(a){var b=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",aa.prototype.size))));return new mxPoint(a.x+(1-b)*a.width,a.getCenterY())},function(a,b){this.state.style.size=Math.max(0, @@ -1916,5 +1917,5 @@ mxRectangleShape.prototype.constraints;ia.prototype.constraints=mxRectangleShape .95),!1),new mxConnectionConstraint(new mxPoint(.875,.5),!1),new mxConnectionConstraint(new mxPoint(.96,.7),!1),new mxConnectionConstraint(new mxPoint(.625,.2),!1),new mxConnectionConstraint(new mxPoint(.88,.25),!1)];m.prototype.constraints=mxRectangleShape.prototype.constraints;n.prototype.constraints=mxRectangleShape.prototype.constraints;l.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75, 0),!0),new mxConnectionConstraint(new mxPoint(0,.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0)];mxArrow.prototype.constraints=null;N.prototype.constraints=null;M.prototype.constraints=null;J.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,0),!1),new mxConnectionConstraint(new mxPoint(0, .5),!1),new mxConnectionConstraint(new mxPoint(0,1),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.5,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(1,0),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(1,1),!1)];T.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];ea.prototype.constraints= -[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];la.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.5,1),!1)];K.prototype.constraints=null;Q.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.25),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0, +[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];la.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.5,1),!1)];K.prototype.constraints=null;P.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.25),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0, .75),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.7,.1),!1),new mxConnectionConstraint(new mxPoint(.7,.9),!1)];V.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.175,.25),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.175,.75),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.7,.1),!1),new mxConnectionConstraint(new mxPoint(.7,.9),!1)]})(); \ No newline at end of file diff --git a/src/main/webapp/js/stencils.min.js b/src/main/webapp/js/stencils.min.js index 6a0ab4212..5b8f3cf3c 100644 --- a/src/main/webapp/js/stencils.min.js +++ b/src/main/webapp/js/stencils.min.js @@ -145,6 +145,7 @@ f['rack/f5.xml'] = '7V3JciQ3kv0aHistgNiPPerFdOgZWR/G5pqqSpZoTZFlyZpW9Xz9JJck6Q/J f['rack/hp.xml'] = '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'; f['rack/general.xml'] = '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'; f['webicons.xml'] = '7L3bkt3IkSX6NfnY2+KGuDzO6Z55PmbzcJ5ZJEuiqVSUVUnTqvn6E45KhMdeC11MAZ6ZezhQj1n3QCToO+Dh1+XLn+K///rnD3/7/OtTcD9/+Ovnp/gfTyH89Z9/+uXD3/58+8/PP3z5+PXn/l+Gp/jfn9x/e3r+4/1Pf/j1b58//v33P/+/Pvzy5cMPP32WPxfcn39/uLhyK78/0Tf/t08//v233x/++vdfvv7l839++fT357/w5ec/f/7ly99//2//8/kl3t981H8/OP1/8d+7bD93Ib6sIv6P3T/y49dfPv/pl6//+PnTzn99/0f/9kEk+cM/dP8X/vr1f8lJ/PNZ1HSr7Xfhf8MT2JPtv37vh18+9v/jpw+//Onzv/X/+99+/OnDn35/o/v9/b/wP/nLb/To1//8/Plv01/2vz/+592r/vlvH/755dd/++Xr3z/IOd79d8+vTEu4VX/gd/z05efP9A+SnA94NtMffMH5uNNHk5Z8C+n0S9/mbMaNfNHhHP3O9wc0/6NntfJNTmn+oi85pYOW4uNPX3/9/O2/FP+9/5kXmLduLr/89NNL3id/7uPXn77+0v+/v//v9Xc8hfjj+p8X/ZbTJjcvt3yvFXHxtxaOnOQ/fvn9zf75A3r9fuH3R6GoVYjbZ77V+izA81+Msf+x5fnZ9jebv6Xtzz3/1ZDdbcmnb4bP4VbCvTK1W0kGR+BLuUU4gpBuYbk/g5DqdhH1ENItFziDfMvt/giSOyYoGM/+EZK/OwG/xFs4YhtIC6q7+eX+DFKNW1wz1KD4W073R+BLvLkGZxDiDdUgpVtbTh9C7NoU7qOP1I/XW1yFmMItoSK0fHMJFCGn7dTHKcjJjI8zDrBb0QKqkPPtyCk8oAH8ED9+ji9zeacNoJipdq/7sS7HThK+egj1Fgp8dZ9uLt5/dd9tWwHdj/0L5/uPHmu45XD/0WO334dcOFmqfiVdvZfV53LzcE/9Um4hgKzdXA7bvAnbTYpHYX17vrsnZe22KYFJ8T2uCBll7dYxgqyu3RbyLYv6m+0mlnZrR3wLCdtt+4hsNmG7OcjgA3wMt9buhQ39SqMPWIZcKms/DxOP7ftHiwUPtsdVeLDdY242fcgqgR0erCgGHazfLsVJYfOOsF1jA9hU3/9Bn0HYktXbjNikjI8yC5tMrlfRuzuE7e6t4cmWfooobK6aFo9QYBlXU9WgbA7srLDLCDRU2HJLDYVtNw92S5xxBm8lUcowsZuwsd85kxCrxxcRDVe3lA3vV6mqn5uw0WnwOQKMcnMorO+qYWIM5PNGPFl/W9AjlB54QBwQHEfFvrXx438b3iRt9+KssP32ZhC29ZAbXEJwTgOUIWzSdHycrL+hyvYPYKEE6z8HHiG4Oiy9ilr5ekWUs4feAeLs7iNsIsHQ/U9GSXtqjjGBqBy4rm7dbhEtbP/hCbTVS2AZLWQNjjO4/hEbRq1ebcOI3XtMk+Fq+ZqHpg9huxFMJgfr4803PtgaQFgX1RgNVxI1Cx5+L4/gbQib2mbcTl6t/okqWtgWbgHtQK23CNHWGjxAVOBjHQZvCBtH/eSssGXncvVP6eFkg6MwVgRLEMf6xKm8nLbN/eoxNzraICeBapCi6uIUUQRUgzLp8dDZZfu7J4WV2BAv2KJJ7xC2x1YRfJc4ZAxkxWI3lLWn2hbeICzLreD96l8to6jdlqGoPSqLqLE9NMSYWzS7WVyvnjPfCsQEob/co5HtgUlGYbtLaqixvlK05Z1NMhOifkdV2HbbKRFhrNUiHWsPfCJkB7kdq46wAmgcrQqQhjHVGgabgZ5cLnCmrVssvFc+bL/xpKg9bwqoqz2kIovVL/Kw8dv3D/0IISLwIWPRycdxTU/KKlk9loZ68u/xYkmCjgarG7GKsubG1lX+rsnF6sI6tK4SgGNI2IPtBZ1sV1cPShDcZHGnaMIkmxUhKCLoVrPg1eo/qmIa07XAYxrTtcBh7THEY10HOtiFL1ctetjbv9eDeywSdFHTXpUUqwQ99jWJtKLrCQt4rdhzgEKydsuDt6vL79C6qoua4gGjkkb0Gi0NYSWGhesltakGfQjfzQi5gupHAqQn628vLFd+S9g6/PwQ1ucdYfMtwcn2I9NTHGowfYE58DGRdURsk6w9S6oga8+nKZXtscQSQNZF/+5vU9zjLK5X7A4VbldMmuUNWSW+p4JG1hrW5J89mq3ot/jopKz9cAIEL3HRvHUI2/0sZl1iCyra2H4DHNgC35abRT0j5rBdU5W1R3sjAp9kxbRb8jU6Vz9+uuprsWlExSWSo41TVKVKkCkoCNmPuo3WCxcNwIcrKdtZn20YLbeENjYVKmiIsuDl6iY2oSGQOhH6g56D2vgDSZtAVKmbQrAdS6a4cO3qoiHo54r6KgajWUTbIgS2OURY7/Fcw4gdfpuCnwJKEL0f1fHR5pDGt4kSxDBCOXW0UdsJ40tGjaLGD3UUbcXuuwLI2mOkYBMUjF785A6mQGG4rh6AYatbakAQxsYc1W2Mgw23xUQLxNmjyobx8knYQDXjGHeE7X8O/Wx0wSQylA/eqHVcNBePepUyKsEs/+SjK/iuKMgCkxyxaUIy97kXErbovZ8+yuJR2DhCYD3YZFOEEyHajrCIUJGTLQhRcY7zg8YtT3mfCZIk9LubdpIZyr5LYFsgdxMyhOjKQB/8Nqm7Sbi1mnBsfPcfEHcyL2zNib4PNE5QtcogrLTwTPqIklhvNVY92Uq12LUXiC5hmaoYo9C0aKI+BYfNRNhcuAonwQmW5JesjaERHBZ2tpJx4MkGZyRsd6KNKkb6KWdhUWclksXcq9up4U80PPQ3k1JsTozQ6c8iVbcCJbVS8aKou3hOEaozaszIP0i12ER9+rC4GypBj1ArRoe1UQIut8KkmSyFSzzXHshmNLLSN0YdKO2Gl6ubN+rO9s9kAK6WYjCA4Ka6+9kib6VITjrgEU+ha3gkGzNV1IN+2NEXGh+7bi7pfAuFhJW2Cgnr9VtM9imiX+xuqqKwXeVsKpL9FB1eBemGoXoFhSVMUKCIIXIPQvBgo/x2E3sYE/vwbpQjepoQKQONYS/sXDiU69GRjfEOE0h98hYZhfWJGtWtasA0XLjbyZaTTfIRPGNMBS4RIZ6XriUhgUa1ebKHWq2YzKGJ5e6fB6tm0pHO6Ga6pFQ160eIXWqJlrDQK2phowKOVcDXYZO1SZ34bvmAyDWJOEnU/sykObV2QxEFJPX/gLI6MrDRVYrl11AYr5ZfbCp80tUn9+0qQZbugrNhB/JIBxVrqVdwFNzSZtvOmgFGKogdK3i1ZhjtyOsXcgYCYl0wrz+Kt30Zcvn+LwH6dwZX//4oLUYlkbXAhuWbWKh8ExeF2SjoO1CFPMlUAlRHU8zbpTo1AJDjSCu22CcWm3AiFUXXjgEAGTuBY0jdRTuMVsWU3Z+C73lfgiRA8KjtiHnGCHBqq/z+qH+abKILUpjfQSlW8KZ7YNX+IVxBVSDHn5djOA+YEos4gbn20i1cXw/KFqgJ9H8NlKBosUvdXqD5BynCZSy49UM5NA30gAMQ/9IE2Ief/vbnD/3//P1/r69wt5cp7enpCXd/W66JVP33ronUbxzQzkSqREaHUq2Xn1IP5Dco1zim6ZnVxPfhX/KG1mh9B033r09/pyjYHpwlLPj6g/zt//c//sfzGV+0Be952V+uxBdtweUknh7OSVy0Bd9B0HrS5K45832qJu1Xk5JyLAxyjUXrwiNh7WE2jhBI1x/H3wQGgT0LgUEsFoWvFDLV6FJkqHuKC9dn/IQpn+CGOFkuP8CGC0BqCgGF5TaI/IDRMRgnmxU4MkqKieDD8gWiRcouJ7uRMgxhfWU1mDvpE7Rg/IC5iY0dQcFEWwgr0J4E2bXgshB4cXdvpgQ77AhL5frDF+x8nU4GpvK9n1xRvBZnt05gEFFJGr3ycXauKTJhaOWig1cThgSHMqXfZSJrdSrXaFMHblNPU+fa6nCKaVOwAggqhsmk7yvdQZTUR654zV926m9Ty7NFbdTEsypgoJF5wltvVam8QZjPzuEzrHadQcHR9n6eDRsEPf7AiTsBA5JRr9us2ElZJUBDWbtdRiydd5Ncm6wt3cCkp26+EQKcXLWZtfF+GzdWUbu+w91ZJ8CwHu8qIemSmwCt26mKkbdpaHmaW1hnhxE7I/gXVIGkTcbfJoNG2Bnntr979q5nnhCNnmeYgk6SjiGLquPvOsMUCFXre5xQTExoWHjgLiTGKO4MLnjfiJHIO3aVLdpBMbLHgw08gR2ZQEoKUBDcyXQg3K3qjVSgmyyGJKluKiSJ5tq7S4MjrY5Gr0V0CzF7bI+cBtLhwIEFwRShV5LwBwduEe/pu0cKJoihLgANr+VIeGo5z9G5m0xywisluPEdLTVx9Ytyd+m3dzxol1hWmUzkGdYAlqoO0oGzWppotkY0l+YXkzq1IWkgRovaeIbVjd991qY2BiSmhafs+uEv0DaVeeUKjtUvgaYXhY7EmZzrMgk2DXQVDEtnqr0xZefoYIWIiEYCBflg4gAy00et141OdiNUuxu4JWe1NEQLCfmFCSuX9EMz6mur5FhjHCMnE6/JIK2ZaIMKz9vWZKOxMqSGI0vNqbndojnvmS5mmPcpYKk6lTvhxU0w3yk0HFmSOgTYq7VcQfjZhTRABgRGA2CacLAp8AiYkWTNiq8fwiZFjMwIRwgEowa8mkYZ0Rym6Eld0wTkVhVQ+RXYNDFajZmcqoCMCY1pMw9Y4VRl8I/mwEIiZRVJCYLVM4tGKmCUtojVJIqAGGg43M8Vpj8Et2WlvZqO1YY0ahkHoRRylUY/vDCX4sEulQYUokxUgsVKPb20yQejQqs1z9ZcWXPXwggtH2h+NU342CGsT8dQg/d9kDYNlWynUG3q3U2pDrZDEEJESIe6MoMpTD3UoVp3fxkmQ7Fmk2Hj+Ssok2JEqPddYWaahkTOJMELYUB0vILzXu2YC/xz9XXPns2D9HUv8M/3CP758tfns71AP+95yV+uvBfo53IOTw/nHC7Qz4OCfj59WtzLtPe0yZW2Ygh3JymsHSazmUIBSzTSE6XGTB/rMcf2nigDpf2CVWyZ0LWpDftEnPLSW880/x25gBU5awtOuyJzbdgERyM194Itl8Rct1Jzp9rwkoi5QuhjFyxkR2fSzA6p0ZiOEGgmKAisMC8kY3SBMD91IUp5AeqYVFtjpJ6rrO5B7lihvQrYdGk0l+fdDoNwCjY7ECTVRm6gsOhw3DjVTHQ7Mu6Fp+or72sQkmITPnkZsER1FeYtrLhXhjOsw714s6g5IF33Qy1CWFfTpkn7TXuNFgAIrRuWhITHj+yLoMRoZ8XE0DB1VxasjuaBDzh7EbhALiAYjxdBRipp9DcSUkI+NlruqDxlp76Zr7hrRrohJmZ2xT2iTxAG/wDfbIf4ej0a5IkSOgziibIiCHLTzoOpSuwQNDSxd85VYhqDL8xgEg9vcHm8KKufxI/+jaDVKzfXfXYiBteEciti/TZ2bSTnOj1TlNBCUcu6hQYngbvWOhOKuFmwYQIzYsXWJV4Ev8jajN0K6oFYY/XR2R6xGwZ3Rl9UnNCfnv3mWawBadG1OvMqAZvW+yzXMFIL4wRmHRyRgCMGlDu1iGeV1QAU6itm9sIuabNISrOHO9YIov6KieboRQh0ysJ9OuLtgfSvNgyLQsuD6CXB1KAvWhhR7XUe4I6Ng4YSjLiB10yNmCsDnau0ghEPKE4SMWHSawrIc9KaScyXJ276LQ4dvFlnDd4U3w2DF5HsRVKahOFDYjOyZki0r9NoI8m6T4A48yOj4GsivKmgf5CBXPDmAcyIAOtMCFTqtHxkyNp49WPb2f8m6S+CTYRUD0WNRhQNgmxAHciJPXQt1GKV8yJGzCVRDLmm/gZXoU67/TTXWkxC6ZiYjF/KIYS95IxCaLPGksZhpRc6BiH/MMEHiaUliHCg/aqyPAohDF4BKhMhZOLhlW7logn6dkLJqAtzvF+wh+4Y9q8b71C/atrh3d3czFl3mymsWstMOL/idwD4vtJUkLgPBInF0I6hmi0iFY9RvtxqE5JtGfVAGJjUbpGOze/VUmuhlSZrrQWPTrI7G1hNuD+FMLh1TsJqINWRzR2o5y4Qpey6QwF+v1+ofCLMyIc6LYyBIvZ2WRcT8Fu1HVSN95To3A0TDjuZjIDmjueiVoNFcWUgTsIQeB+dDOph9pAHC/X5qcKG4XpMtOpxfjZDopHySJbZNnQisdgowZ1gU9EOHb/kZRnTXZksAI9XMsYo48lZ1xx468jSbnCo06NNzEmkYZKw5SGL6SyEnAQayRYP7Uh07aCE7GUBOGbkNRNoe7qOZw+U91Gu8uOJdpuAI9myfTSgmraG8OK1jWaD2G2cokgJGkG7LRH5tSwuLagAO7TiEhMdwkJDi7+7u5HZbkbJaNNlchzxyb+H1XnBZ2LIJ3PBNK+88MjlmnmYfLNuT3EHepyYlnXVgt/h1W40yiqEjZhRyGY3k6tQVe1H9lMwkpaVGbg0UParcAE90vLrWI02R0r64yHEEsFw2EJWa+DCWxnKICYFsScorIwwnL8Ka4sewByy08pmkcdOs84HytQEno+0ikkCLbAIyRds1yX9qyd9bNeRCjdhLUbQ7Fmk0cO1iIhRsegXTnJEb7P7eUUTYFi4JOIuvUsjxpVf1PyOEL7RUp/j+cbjNWguwsYLlvemZ/MgsLwLs/09YrZ/+ul/ff3y8fOvzyd8Ibff86q/XIUv5PblIp4ezkVcyO3HDFnrDx+X9DLtPY8pmrG9z9G/bD05cpI7q5V4AZCjdbnSAMNqm6SFCTMV2a1Mmz+aUZ3VRxLWT1iXeZK7Ymck7KTtwe1iOEwQxmvJDJJriZIwBax7uxx3SMgEtE6rarwNiEOEQMSq1E2JMU3lv6Pwo7U6nlZtSP5uAi2Teihu+V5bEdhedo4RAS1xy7Z5pvZqB6m9cCMG3Vvh4KivaAL/0IzUCW+sVzOZ2JF5W9AoNjqm2pIGEXFXBCYukH4vLdjMG/731FeZRdgsXt7qv2e5Jhqt6VhxO8iOtizM4hKDjhoMKEKiPaNiirPNuEZS6qbxDzamc3KNoI/yjFZ3uqxLJ8fftSIfrI02JMs6KpyD8YXJbwU4EcFGBalforD9x3uLFpaXJe4I0M6V1j7Js4hle9lxBLdhXa1DCKu4ObQzt8ELiHU7B32zCV5V3o0b++RZBgXzLSnRzoR1xZ6AtF/oGFK02TEkgQRt3XVJSYzjpEw0FbYQv6VEUUhvNkVWZyOhwvSw3VbQPuM4bYCeR9hwh6k8Q1xcNOq4rbuw8GTTDsR6Z4RtXVBJJ8vLl1d47JHw4tseWxhhTY4heWoKCE0dI5B3xoKWxsuHsycoYx7U5eehZtggk6kTYh/2BGhY6ZZQveaexpC1HIMg7S0vdOgZuh/GiyvggIoN3YJuoTTlAZuwpSaslL5/MYfIrv4MJ/kEq4+SrptJ72VdUxVMX/pFNtmYLusfEcwqeRWBhRwxkkqDmhamS6yBeWEapLontTXo9sQZLERrQfs/SITPs2CbsHFRtMOAm9TNiJ01A3XwHuvASSHImISNpASSrVOjPJGfkWfZ5GTLwn6mYDDb8woGtUfNvqaWq0N9Tf6gDpzPhwSzP6zSdsDNgm5s783BH4JwwYu7AkCB8NVeLANi+bxLlWLAAHy8+ptlF/v5VZZS2cr5jd58WOcsSgI9uAEa/pSiVS6cOaDu9oQ42LFUlwKjrJLMNYHp6G7ZJpheODCTbICY8ZwCvQYYqCm4cMLUYXgqI8I2xPYhEwVzUV7osQiUl8HGZdFYbUQQhbyynIazONae2zrIgYXKEHO/lJlkwyfC6/iFl7YK2WQ0mVYQYC4NVmbCxXZZ8Vhr0Xaofg+P/Aqu2lAay9YEXGwgHLe4LyIlT1vFBau+QAlcxj0jCCu7B0wGzdIOX3jaGQJJPhIJt3A3F6yBO8+YwDCQtadak7MIlo41yYr5N3qxlV/thru82ZuN/Krc1vZGbxaPbbAwe3UeHAscevMeiJ74bbrG4PjE7P+HTwvaEBnut9JcyvFA4fG6uRcA8UKXvOnZPAi65AIgfo8AxL9++N/9kH4/3gt9+J73/OX6e6EPL//w9HD+4UIfPma8Gpee974sTzi/LDoqymKkKVZLj8LC842yBO4519AJtEy7zyRXcgBBWWcjn+4LBDHbrGSVXTAN65kylUa0jsxuKmfosE4YJg6WQb9RjGqa1fNW3lx3ac1wo7H0FWkzSfQKE5lO1ggg0FNsZIzxOis/t5upI9YoWZU+E8E6ZUTfhuk4U0fMKxRHZZ2e3S1pupdVFsMQ8KIUm92ys1hTGZXJKXQIXAEH0xlOABPk4xVQgMkana6dTMTThW0IRpNm472sUsNEbhtBryINX43HoGgAEZl3Lm6H2owuQg03tDD9Io9VWxPMA89g0UX2SvUcCDK87oE1aWMvftBHas89M+AzFFoDKPvpQVQBUMGVXZcTmXA8BYUEqnlpWvEfyK6q5eVN1rS3CzJpF340h6y4Xb0y+Mzk5LgBTICVHjyi7G5CLINgSTzehDwKj2f7JolZnvr9wNWlYjRbRmEzN3kyqquwqJhImiMthJVru2A7KntqR4kQpAJjA+Jvk8G3QU3mRFTEvsRBMzSZsy1M0puVaAugFwIBpOnwwQgl1BSROWsrUjVJLzhCTCS7XnHPrnC13ItaBxr2LNeB3yEmX+hezc+mXdAFDZZcSTxVMYnnU/i1y3gPa1jxQSbx9vRu5atxOJQSl8AY1x49IgWURCqExOwOy1uQdSqL4HYKMuVhcgo5I2mXPCKexjyB7ycaCmJnmHnIRiC/HATp28x5QMIm7s4kQBFaT/L6hfdqhx1+f0HcIzBUWGEJJF02RORZvz/NnwzjlJVXLKpgBbW9m4GAuONFAdYaqwej2bbA9mk+xZnwDFEoEjYitENIUnmsKRoF6ykp5GScjmc1yIEht21BIOtKA44HK0bX5GBL4p310w2ZE4sQ8WCdzmcE/U0IDpXVEYeInzm1sLq4j1ez+rG26j+96Lecr1npAN+oWZmtOKkMbIpYBIqVuuoT71WYREIOoh5Sm4Bv5AgWCM3k5R4DHhmghYBHaLFxFE1wELT2OBsh4+V0qA4osSVuIelWjVjEl0p0j7K2x6NL7kGNCbBNTqKhAuRM5SpB3BEIzyneIqhcBbWgy2/Cbywv31lztKAS9H8P4WLrM6xZivyIwErNaBVNZoqvWAOBG5PU8XdmDhrCxQTvRsJ6G5Zr2TyDxbU0Ee0rti0ofGgIyyMyUrTE4prsGHA2wuqGGuU8XIibb7aaU6xMuw+ENR+Jow+bVwM25p5JVuhQdI9s0qFolesGjktyXsbgA37mdMP5IsHZ4/It0cliUuSIO5WDGnZiyKos6+M7pxvW0WXan1gNjZaaSeqIs6Er8TeoZMnEONADSCr5CxcpamQ24k0WsuyKRlRm6ZEmsV8LtPeZZ7rjzuIdIf07lDRzcMLtifm6zoS0RB6elSBWvX7YAbNHo6VbS6ZscmUkoAGjHa/fiOg7+WmMeJjfZrPgQwZWKeURQ0ClzkHwMA00ZKUR3YTtySkN7zWrYfk4zZqPitUUYg2r5ZgopfLSSOFxxS7VcQv7gKnJBf+8e/8F7/m/A95zwT+/Y/jnFgZcENB3vesv1+ELAnr5iKeH8xEXBPQ7iFkvCOgFAV2fXRBQg+z6goDeyXpBQC8I6AUBvSCgFwT0goCqtl4Q0AsCekFALwjo3dFdENA/FPaCgN6bkQsCeubiPmDN6oKAXhDQ/1LYCwJ6L+sFAX3+4BcE1ELYCwJ68OguCCh85gsC+vvZXBBQA+d0QUDvL9cFAZ3+4IO20y8I6AXvOXs2DwLvuSCg3yME9OdPv3z98un5fC/853te9Jcr8IX/vBzE08M5iAv/+ZgB64f08UN82Rc3WEDuNN/eMsB6bHEXLlykN6eYbIq087u1U+lp/Yism8G9k7K6BGv1aSk3KNLqo5OiurCzbW9nM+D0bIg6ibVJmjLVkw8fK+6LnSQwVQVfPO5lPvxmBtQERSQNbFymbYbzs5ENqxBTNtwIUSNFdX+kJgLHMIugZ27QW4y5/5D4Rm9eWy02SA19t/YvFi3JjmLEtNt9/N0JnBJ2Pmc01WDZRZRexUzuvNnMTM7v1hKcH00qBbVXOmAxNLj4WOxRgi7h9OwsPDbzYtqiIJ0hbGHgzp1gk6UEZTAylHcSnDVn5xskUoCEZYnRLxvW4GRvaXq3NsKot5Sc171+Q/mm1vNokDRFBUZ6drbNHAiuGEtRExP52TxpgHBFmYrI2Lo9erC4eaqgVV2Xjx/xMdzQKGxVa6ZLn3pggnV33xrFRivYHo5hena2d7mz9G7Wubij435HsKA/ANHbcrLpFVODP7qbXuBu4en+bmYTtN786hH49GNqGFhK3xpiYFl5HNB79isQsMumz04K67xiUzY4sO6l3WSdHs03M2A7PTTusx481vuLWWlX7qo9FtHO/HOff0eb9kWPrxUJUSA4bAxTRfkRXTQ9O/m1unpE7DDN6hZ3tNvvCDZaaY7WQwfXDoL/DW6lhAZYLA8bGPDk2fV3I9hJRjcqhjEu6tDg+LuTWwh6fRt051o0ycrqgllZHpjak4dQx05fhSosNEzpayE4/jS2sR2BQMDuD0DCPRNMRW0DAqrJuRvIqDk5Bz2X9YrwqbpUOEWp6LVTAWe/K+4eLt+FLBZeZEWL0CrnSEgngbxXKE+UCUHy/FcFPAdWqTmTveshqRsYZ+tNsJT91YT4CxPSYjuCULTR71URSQkcpEiiFxZmWdweenx5lhGe2p9hqaMfFi4z7pfdg7pmv9n9U9/KT9mAWiyTjHZJN5zzyY0mXHJVYM521b2u1543TwcwLccdgcFsh8uaMm0uIdhAGoNMhYGWy7wEZkfzM/VLQ4hpqHOqGYx4INqMHt4JNs9Jog/NNNvhu/LTKuwQ1alEena2wOt0R/fwIUVT0cjPVNhI3k6CrxDxYMOxVdh769DR2vc8EIuld4o48o3Gg3KzYsSzGnv+AgmLA3iJVRyL+lSUC4S2xxfdxRz52d0Foqnops+m72ySV98JNoSd5nknSoqGllKif7ztIWIMpo/OMm9MuOqJOAGB4fOz+f5gYiTSv9Kp3ok15gMjIe/u1HC6PjS+PatFPKuvj9fIvJB3F7DiTc/mQYAVF/Lue0Te/e3Dxz8//7kLePeu9/zl+nsB7y7/8PRw/uEC3j1mvBpqyPmNQk6fFlILKb8dOUqo60ut7/7FPRs8NCwHL85RJwu3N+eNN+acyB774UmAQCYlj8URCEaIv4jTb/4gE66kIq4kO6Vmiie/3ANegvI5fCif3+gSvJqqlqlW/5yU9+9m0cf1uSixWNDfEbHvnpo6xonNgBgCZIp0Z2LUhHjGL4WqvnKNkR9FKMgcAniWRggwgecVBAkIm6QNlHMhUgsvLUlkChUHhTCBbkGIgSMxXE0m8Y+BQXZwpxnLvrnR3LAvmcfuu6lpHoWthFwRQq9mAY3yZRlkkSpsuWE/dmGOxBgDz7nLKDeYQGkQ2sy5ZxS06yZN5AtfCQjqHfMuiHsCOYM3AknIjDvagdKwR+Gr5/Fm18itCPcYXKyV5em8KWxTR3I7A2d0Y+tCrVNfko4nj7npyJwEYh+RbK3GwRWsQ94HQwwLoIggb+4jHkF62oxxtylTG30jJXVVBcoDJaTAda/nNI1xI2lh7OdeDKirHA+JKLfb2fZZovBM6E8XUCHpX2a88iFSS0qeVTyGEEw4l4VrFvlCZOyE8NRp4tOeUAbYApJnRGzR72Y2IcYVNh+kRuue02FfRUE/ky1l+lbpfwXAdkj7yIS0MWBEJRTV2FkLM+XKkDRRu1dMfI54rM2IcS4Wwsb1cxhMC0qSmJQ3cvjSiQh5gl0iSaJwxtgQxYtyksK2oZx6sllpryceIwJe9mdIwhGjFZNz/9VbVKHCLsNxzEzORMC2J+zid6i3yu2Fo3XfMlt1Z6yrEZxC0GQRTUF2xJUpz5CDIx/FLe80/YnVvikCWGWdvN00Z4NtS6GNQT7v427x8TLgjyW4+FYZsGF0hvDOKfA8F1By2Jd1icdQqEjEc0Khk+CmhjxRMG+3PDGhn9hPGyxR91EeskoJJshg+2lZw8AhKQ/+b9PNQactQNZDOM+9RQnktOMUKA6DvTDCoF9LTwg3ZTNUhIE7BuqHoDCTfq1znjauoO3vH8CgUKJQXJYgFLSYXE38u0PBloF7OgtWW0bgrRFspkRwvumDJ21C+49EMHMcfzhhMwAlegLLSzxtc3Susst3C82F3CUgU/Df4OzW4B/dqFmm4qcob1IsJAnrEdENPP76TSHwE8r1COGJzLWbsG2KRUWVXCLlliFHIjaUHRU0hNBz1YZApa67BkzwM658KxZUmymE6OMNi0nCQIdbZ2RzDxY/1+oYIjPzQhNSslLCpES35rI4q9uvPQ1D9x+FFOFSd6T9MDKRisK2g/juvW1ZDoXtd5TubQ84GhS/1mEgqF2IuQwYAMhApEmo3h0CqYEbVcDpZJ0yyk533uPFlR+PtPbOaHxI4IRI7ifoeWK2qHvCLprFDQNV9AcMA+U3FTo7ss0lrNB1jPaQtULmW4TAidsQdG+PxoHZ5mRFF2m7QdXqgc6XV4opJB6hk83MliwLAw4tCSFhu6mhsZxpM5HGgYGonddhC/CLbloCNql7M5E1TkWl6UsyGcsUSEzlGyyK+cpp++GA4/Gyy88pfwgfX/RbzrP7GMboyO6zMNL+YF7Byu94pVcpY1pJzcqO3/acXgqvDZjA7jCTAXdHTy0B+yQFfBsP62iXj7w8Qc1GLFjERLA7I6T69Z7X+62TJiYfrCy8hSNXGtfJ3ArzKRGPy9q0xtDlcGppMVWS1NdOEdf5SzSH3+eiav4kYYdNpY32rt4hx4vGZCEVTfp43uEX4kFw8E6EtoAHkbEQTFck7MSNMzIwXzH27e4uQtWjGa3yWXs2yDKSdJOMLl3IFEZ0Q4RtfwmQ4VrKUjQLQXu4EFDQxWkMNIEMcEFoT1f5TKeW0CArWIwmW2XBA44rSdmLJlsrkaT5UHZmq3gIKI2Z0LMKEDC1lmkrmhaejca4WJXCyJm/bF7h+J1EOz/mVl+4ROb8XiA7dwx2eg40zgUQ7OfzqACqOmWm9A8TRH+b6V7olnZvWrHzWa0MX+ORwmkl5ZA0NtoOFxcu1S005RqLTedboFTo+8QaIuWimGgHku4Mai6eahPZ2ewdEDwgnam0KL/tSwQBAnFTd+9Y5LbyJbHy8p4QCJm356B7gIH7m1vQc7d2z37nPkmcgt9eWvbg9aqjRQ79lHHIPVvNE4dAu4Aj7e+aTZp+edzZo1s55wM9log8oA+5xkjv3n+NCf3fMSZ0jZF+l2Okf9v+2DVF+q7X/OXqe02RXu7h6eHcwzVF+h2Eq2cbPMLFDlFDtGIMWxwD55ZFYa+j6Rm1XD+qskkHPrasL+ouhue/WsKxj071Y097cF3TMu1E4OehJCdb36EilyoVjwUebVKZkPolgTwUYzjl0fdiSrYPxylrE+E4ZU+pyaLJdWd7gE8vY1jYK5/Vb9Rjde5A67GJkTOH9dSAMt0lHW3Uz2CzmTsT0/E6rkPFJ697JqYhRqwPy9reBkcnO5JNWvdSBQnwnaWGsynWjOPJcMWFkhvpt1M/RFwouu5Itlkq69SjDORwIxh7l1ZxsJuw0hHCey7PcJWK7FK2YQUsRPcsswA03ZUnFjivp9iwsLuD40lucH+eH5FHWUOisSZp92D3RZbOY79daq3ILCq212Rjc1b4nlYTS2BJPVTLpbxHUK6QmcRSaJFNhm5jpCXi69AotmC9IxWQL1KxUzSXLCcstwk7uaDfeaOSwwlhGR6CirkQ1gU4VyHBpqZW/0k2V0tIGcg5OXKislAE8UZeZtrROXUbktA5pWSDcBYuXAIfRke87yuxLWIjxGsiNiIuVOqVL2Ayei1+isr8MuKLwrZFB5iGGlSaE5fh/QyGQMaDbWibcyN3IA504Mmnk0XaZrHEDhpSwTecFZfwJptowVJH51+DgkrzDHdxybBbhTkjHMMGDgcw75VBXZX6qxRz9mwepBRzVeq/30q9+/jTh19//fLx+Zyvmv17XviXK/JVs78cxdPDOYqrZv+YNfvYE+n2st9yHqYoaMJ7myv5gQkpVezJgqNEI3EpXCDeyKFRCk0RrjsVqfqYbCqlAipDmJ5MQSLoV5h/cDupz1wiE1YyKOYk34yyTZmpwKJDPxyey4uEK1sFQ1mz1iOHrFYDjyUz64twdoCoy0KbXqSyHKCcl6SrgEVdNzbnnB1UzoSAlIEyhNOvdBALCrvo6twhbKYdwElGBGzW0iQtjY9p0KDQ9WnOltaO+2kzZdBnBTU2GE1RCRcd7sXOebRrlPMvEZvOJMMka1IasqEFY7f5SVlTpLKu71qQsFoeGhWepEGC5RG5APeirhWYlxUXQNTHc1afov9heaMGs6WzAn6a+Vue/Ui0wDLq7MiYgKvEd9kNA0HV08KER9Hj9hvBGRvsYBQThqub8zZdfu4M0jSAMlbrOs8rgOYvPFxz0A7OGHLK2umJJ1XhAW/V50/+Q/zhbW6V4WeHSzVr9ElN5R2+mQbK1r2+0B2QFczYe2uFl8IKVyoW3LM/tgQb5nKXpr0IfbMJNCJ2H4rEb9IjQWiEfGJcuyzBIaJNhInCQ1cvWu0cXvUMPtnds8j6OBpXQWdTx3jCxGkYz9qrxzMBP8biwsvM2XnHaqij99o/37+T14q675VabsIZiG5VtAkZkJLOX2n3faEulpCrHBrTBAuQlfrnN32zjQWQ/jOOGC07W+DmLzz43QIRq0pPHfv6x83VA96qH38Mzr3RrTL87uBZZ6U+qavkWbtdxaE1IWdYEIAjHPHgU1Z6aJopbhSqeUVunhqFTSrqb/pmEzahRUnGZhYJBPfItFsGbyU0XGheVmounFg/KCtYl0L7uOXFNps7eyxRED/YPI/CC2fCzingrKWwqeFUqGAwnAlbVf8UCcuNuWCl6e5WDr31umtgAOQKcZYdN9uPZwkX/0NNL1M/A2R4Uq+y6agzYmpeFkotZSY6YTG06x7yv06kMxO3BJB+tWRFTFN2eeqIWKS7ZQTj1one6/mvZk+Oekk2ddC18B1AUsHk0YQ1T9dXxzAxN23tGNWOslX6zqLDC7N2Ts0DLTAnqoVLVY/Q4UlR8TNa8JiuGjCe2vk4iCFm/33SLTOGt93AeUoFOIDzFBPL26l3GFTSHtjU27iNdZU7Ff0dYeTvPoQnIe4UaGmoQAejEgO+KMPwAKKvOfQxjr5aod6GgFeRcVB2GKTECoS9DaHgQdqMlZbHBk/paGd47M4mo7Dzl/AkxKRAutRhVqBjEd3jBR4Xg8IFt3nTs3kQuM2Fy/wecZm/fPrHl5+/Pp/vhcd8z4v+cgW+8JiXg3h6OAdx4TEfM2DtwXyun170W873DPyiA4xbMjooo0/ViXfe3B+9EGj6h2+OQTmtX/vNsvGoGVTNe5JV4xu92eo0ctKK9Ku/2Ujrdk7j9d4sY5+vos6v9uKjZ2GxTzZNmBcVx4CPf+/NftCbnnqz4AnSW7356GlYfBxh6biXpixGu6JbpXpVCHFncWy44TaPwrvCZQJ+sOtEfd1is+SWAU6ys6cBZmhdN0e71yJvTZJj3WHzN1nqsk6dY+fcF1odOz/TfXmeOEFkkR9vIgwHF1BTm78Q1n1FPiN+ZlLEqeNG23JUO6cFNEc11qBtUgJhL3QZ80mlrMouMFM8EY1C0u1DenZMpyLnhOswpmcnq9Nlq5dOHfzCcy3Ts/m2Z6iky9JmnMGRcQgbyodZsFFJbzdsOyblMplJFLBrVJgre3p2UtQeeOGGtJlKWvnIAqMNuhBkmCoX/Y8rrMH9WaYF7tsjdzBWoR1NC81a+T3o3o5RD3WC6Y27F3HBgj46i93PA4C/iVp5H/z0aEBWJ6EGKmEhgh9pZ2QLozRLNVBbUdm/pgtAKAhBDMNMmLiCgk0ofXa25ep4zqpHGwTZWEbFVbt7k1xB9STiRW/ZqD1cMq0TEkh0QFhRF4w4c/IOZ85rHqy0GHF3TQoL6ev87I9PNhFnjlh7kwjkTrABXk+ksnKyuFVKwDwZAlG5cRnUYHp2duSyMB6wqwZS+d/ZTb8j2PZ367R2ffzdowb28WpmV5P3quG/6dk8SA3/avJ+j03eX//yfLZXg/c9L/nLlfdq8F7O4enhnMPV4P0OgtXTDV6nY6vPj2T93HljJQ2xMbugFYB6pA4Cb67Txu7nN/t6jB+Gh6MDNvHSodINvLhNs41bSWDZyranDF+gqXZ5czL4gHXBBdnhUBeFaR0GAcymhO3Y9AWOnuXbvcKtmyENvt4St52G2v5Khzi78Y7EMSM2RG5b/+rtq6z95sOVNRu3D0nXNGiRbSLWnotsSGPjuXUme2UTFK5kKMik8i+LDJGZOmQtpWg53dGgoQgRMgsbSFiLirA0RaAgLMsotr6+Tps15jRzeado5YgiSpaTHLpEfKpRpxCmBg6WWRPvKJBV7lyz8hryTR/EHbo91BSoo/yo6uppq6dwdA0QxWiq1a3H9dtUToaegLTzbXY/LIkb6DjtEUqlXeYyalTwUF2j3bOyr8GGfK17QdyaI+Rx2GmR2ZoE1yp0t5ETClu08zY2BoTtmp6yzFIkvfdSKxeBiW413mwrlww/WW03bDdFbo30eE3b30O3BjXh2d5yHOowjzMWvAay5wi/WHTcW+5Kjy2nWIzAGf3uR+yBFk9jomutGw9WoAaoXYtXTzS8U7NhCwkTmEJ1wOtSjKi6gttlxBPhyuh1AQw17esxNN5etwF999qBwHvrEkF0mmPKMKdkBuoNFxtqL9mCQoa7ew9cfRDmrveg9orKYzH4zZquFB4toGGzzgZFy85mkczrOkJhHrKU+WS7GtN2GTFb7wUbW6bl5tv3SZv1OIWPq9PWrEnVDLj3+psTBPvBHbxI54+wTvd6S3MGn8epeVk3Qby2/HygSE69OSjr5KaX7ZiN50/TIF3qGuYNps/7mwscc/8V3kDmWLDuJpvuDgWpSBKZ6TRyOpitXYtOrnL6VU5/+QFdvdZ3NiNv1Wv9+7rh5MPPzyd8dVzf86q/XIWvjuvlIp4ezkVcHdfH7Lgu7cOPn9+I3FaoojPmXcUGHSxEnIgOvns2WGgLsdDKVlskHwvhhvRz3g+StbMTP47IHIXsE0cWZDIIR6l8Jgp2ecasbvWFucQ3RJVFHFhhd5EmqYTnb6win0jdPIKupZ8IouogztlJEK/dn8HAm5mrqjEHt9+ZBvKy1XbnXL1JYVGqm1BeFh5+nKcTvn4s1skHJ7JEWR2DbHldYY+NTRJhuM4aqbB5V1ikIVxvEgobEm04EUtgQkMZ816rpY0WirZbK7OACV0eDmAIhyFy3pViQq+2DhaCIYh1WB41WpmVoIuAzVbRYiyCHrewFrNLjeessxXbqP5+bamOOa3pM4ex3Ub7M9RJqjxeEfMxlMpeqRs3JMg/uGD3NzLdaBBMBM75hqn1PvHhHqJM4O6vZxLXyPuT5XQCjim6zOOo024RFdYdK7byybYdxtmgg2LTDGekrirP/smzoa+TsM1i2ls2WyBB/Ewnq8I2VoMu2BJQ2IUBCz26yTbgiqgGc5xspsXv8wX3qp5MZu9oAvS4JTAwTDLdBAtRmjM6urpzg4RxkpSy6uosT0JoZ6s2RtBIp8bkBglwjNjV2/hY84cmYbs+LCjswhOgyW18Dmdve9Epr6FYU+4/WoaeutxCpOxhpk4AXgsc7NRDPSms04BSmXcTjab7rJP+v00fpeAN6qau0gDgspHFnAxDFt2ROIQVDms4WYneyY72xGXARaYMwQF+QCqrh5pKLKyiPlTYQp1jnyebMw3Y4iJDX4Pa1iFstGlz++KUzmP8g0np8acpWUR+SXC4YDAqOCLc4dCSDZ2CjH4nNPrd/XlEZvRnSKcgyFsKR/uPWjBybu0YSQxfsIW2YwgCiuBfQZcRqM46vXRB/1xFa9AjMhOSAomgCoaAyY9PrmZW6fLvduQQ+cOEARgpeDRCPs1R9AxWRDvbL1hFa5C1ZDHcSVV6qPFXraj8ayAtEFwdDrCLraf1YykwSmsOXoa6eyM2f6n7oLBdZVNFYXVTq96vQgAd35jGQIyByV632J1LBcsVY6HVtkK6XQMKG2hLgtj/8eeGmU1baHNS2K6eGU+2OzXM+ddntHIkUMwlfoKo4+twkmeFLaNvOYRNhfbFrvgr1FkBpaPKcvlvhZybKEHhtTNCsAOWQEJUtAT9qLH6J/hJul3d6ZgEXDVTDCPP0g62FCxs1Hz0jsPAYSTrxqLcs6jCSotIZdnIYNrf/kGZcEE6k+5KHEXdmcoXMipkwwUU0iiXqrCOkmxB/2M9LdZKW3jnFCfSs7cH6sl8EoyBWaWCsvEZb7qYEQffWZ7hzu3/MhUM+J2PjeOwrI7wzhKs0f3xXsGXw6I1WhUi1itDiBJ7jLWY5NiyhhLuusJoJ1krZ4K+4YjCulEHjzWM4zgpqphnuD6StdIq86T48HHz6g0rleKCadlmyjZbxlYsOI1+RPJMIitNKvUEFX2+VAMQQLxYJdjTQcznun3Iuara0Ib28DMi2rnskNbUUTc8K2yg1pTUxAoqbPe3OFRVK01/rLYBly6/sg192DHgC0d5gWTOns2DgGQuHOX3iKP8x6cvX3/4em0meYSb/nINvmCUl4d4ejgPccEov4OI9SxxTU8S8v29keT3kMJxsScQm7JwUGyVWy32RKr6TkJoxU96rE93iYoUFaIN3m+Sa0rliVE7NF3tOFWoiRC2x0ER21X67NRMvYC1MNY7+Gbeth25nCzz1EQs7olY/O4nj2NoCuWcvplJP/ROsFHVytRplgPzUGEQeFHFivKsc/HsZTBY8tqTeoQ4u2DT+I4xa9Vo9A0W5pBY4GK2QmWkVhkt6tJWxDvf32jYNFh0varKGUfFW6Gtnka7fXAsbMgmrFd+Yi9+fnP2NoU/6ewh7E9akwELfy1Tkd/nzPcyL7oaaAAyDtJHMXeAo4Jqf4QM0KEtN9QuwWMQZzlxvqzDwO+0eXnttN+jvQS/a0NjoK/WimmhBduCVkW6pMIL2nMkqJc+OilpTuQtZScCoVCnZ5uks1ibpFWrvXGcaTMYoZ//fb3sNrX4+fdOeFGC5i3TvpdpmqHglUw7S2yS0RKbXXDrrG5xR7v9jmADWJ4Ih7GC7t/pVk62a2ZhMGmxC3gNh4F6blIRddVtfYNbKRMeCYEWQg214y6PGTSUNWvfVJGChSFiNVEYK71z+MwCYMSI28Vj9wdupq/YKV2HFUzsaM87CHMUFl5E4SdI2VB2DBgWT+RYggZcTHpkrhJxjQDncO5AgDg0CyNEeihsd+sI5RJhj2HODa6lEG2Fu69sll366Ilc0KOrHA++lVfS8o7WjMTsyhhQykZ8jeIRwFFK7lQpn3q1tNLXaa7BOK0U7AIOqAnwE6fp5mffSiuxvyp/1wYPMAsW9AcgZNHXrMDk8XcbAWoeLa2UuDvd+8rYgyKTtHJ+twKnGhNpykKV+6MT1jAMYWOOFGZMz866iUpYJHFLe8APt9P0RxxtjJWA6gJ8fM5xznpLJIGWotORNzP8ZfrJw1vqqs/5kyGC0O/skhOHiYyy07OzwLzIQfesc3FHx/2OYNMUBc44dnU9Fjda4McaEhkniWxt8GN5zFaoWXO4hm+FmQHMaZJhnFySkUnwRGkZ+H4DrBvFRcsNb6bbkVUgRihrcrRyc3p26mb2mwLs3q/45jBW552dJKl0jXwquv9y5J+J8vfUXRf641iY4WBdp2ZhoGSFWUVhp3KfJmBFZxiHP4pjCkUJjzNPkQpBq4mwQhYKssroDQ5hi0/E2YzqdSprqptR7NCaDXJYbhmmST4xa+ZSGaA3D0KP0nu8QV6rj85inLP6ownjnLDSH5IWl0ZLw1HBSQg+keZVgNvehDNAgiksWffgpoKPWsvtpAPTTEFQ3cRZIomJbcrrifkNcqR6gTxbGsoadbnp0NdA/AZ2BzsJoVrQFGX6B1VHWTiLqOLkozaxNrfQteoQnfg3C49GbkFOExZVHH7z3igBVgml8+BQG6Zn6ncnHzv8LlNzJJk9NVHdWbDREik0Ar8OXwQQdlnG9K8GNI1yjePB10UEesGTLnjSyw/oArC+sxl5KwDr//c/n8/2wq6+5yV/ufJe2NXLOTw9nHO4sKsPil39/MNn/zLtPW1yW9OM4/kryCK48/vkVpY+eLPQZ55/c+iJR4VCfkrHinqQF8aFViMK9cP5fYDJTZxRm8zLsZQe31w1P3w+oLQcKyHjaTjtnW4p+UHqKHyzV9Kc50clHAMhs26E+xe35Xa+FuGFlgskztUCxLFzT1Zet5flm3/05kZwHiFYefQYmv/c+wP8BX8QIbGSFokFYMDhTfA5GGx5lfVsBUzZIYI61NaGow5e5+nfvtdXohbRtsszGBzP/VB6s9dllqfe3AMx7EMv0WJL7s6bu3s4uC/R4OPUorXt7eP4rf99SrlTxU3R8kMtNlHxm1eGbAMPwqchCnWMEcZgLiJQri0359C8ATh3frPRzRHYc030cQy2Ku+8+T1vToxBJwvUK1js0d4N99t59ZbmHK1YP8gsgm2gTPqkKzLf4ds0XM8mVu0QKwlG8jQVIUp4aM/rN9+8Domcf/POachlPwbsteA3z7DuT5rBhxgjcS7JUzCdD2KcMGPJFMJIXcZiq6LDqHXN396Le55tbBS2fQPbwx5HqJANvvqOk5QA2KCGseNwWjsWuL5OqCYnaFB23AmojL76XhDYj/B1QjX57O82AMCpSCwm05Z76VNZNlDYqdoDLRYSJl2DEh2/WFD/FkfRsNjlfTjGicsGHl4cl2Moew65YJmHkcjJExu/jIse4tz95ptXimWDtGMnLivLsf1Q33yz3L9Dq0hYNcq9oUljb/n/IRW6Cyxz9UPPns2D9EMvsMz3CpZx//P5S1+ImXe96S/X4Asxc3mIp4fzEBdi5jGbwW79z4t+y2mTuy7LgxQmHGwG7y78obHpTIxS61KRZxHGJO6yszwl82JCWfVpsqOq6bYZHdPKg75Jx7SmmeQhrB8c7DriPbFizdz2JgwChQd0fQm070e2fyGfklBc0IoP3WgzH2y24UopG8hmGixUfrCZ7gD3KE1jUyprpaU0orA2A7HTsJhuTp4mYCI/03OddhUOQoOiFGRD2YvNbr07wYawCszSgy00rC6ajfvqRIEyTOsJg43NqorualDWnJVYMKpiE2OOLKOCg5VnjcjKDlJZYemMEGjCNxZs1rVVHrjuzwIamdyIntAnp3t4Js4lIneJRuuk1tWBKKyQNKCw/dM2uLnCZ4KDq6tgJOxiQ/DjFz0dtTKN2PDE8uDB9vsRUb+kSIYsAIIkNbGIUurHtcwpDyH+Of2D2wdQLVi0xj2NadPBpmy0tG86Hd0hHZitRhzxjrAFtaA/ixGFTZufPWu/w1i8p9Q6nk2iLA0nYRPNhcvFp4XXsR2LM0lWXb6ksha1D1EPm/ZMRqW9HX910fB+/Ex3jGqElaDRsLVoGAVHxSmF13BTSavCg/Cs8rm6arUVKTBnoivMFDEeDVFdo70tcoZIXRKrRbtKmL5GcLC55XIMILHHIjbIECZOKxzblYgUCYt8ixR1SdDiMDZo9diCZSSy0YRgS0CsFqFJEL54PIaixFMz7dv9KYh6EE2E7FWjmN4dnLu3aKXqnrff9AaaWNKciWRXnP8Ytp+cP7JWiAwjRJ+CS1x9vkZDJsJOy4unFAO96cQ7PcLgoLzZU9KH+w6FaMZE0EU5WfVUeZ2okEnytWw7C+UDb212yYZYaWUJxO1yOdG6XglWIwgr23MHy1+YnuFS2f4DTGgT193XlBFPaxDjzpWZyhS8CNkhc8nKOnfEOHN+YXVpH6909WOr7c1KV5GglOtiUhPC0Imm8m4ZPLKKxYXWFa7r67B2JYLhalJZYWizqy7TTQ1RaWOUyteNcaLpdzossQiNJogaktFaveSU+Sjos9zwXDNZaylTNbin0p5fSNiDY118rroHb2aNrRhKhmm0bC4HUZ2Nmebl2SHsBcc6U7Y7cRfiag35c6XiyeoaeS1gNi4KCp+9CSlkT3QwoQgx7mytTJRQCCEVshLLws6IpWE/MqKzOpuZPLjn3BRMp0JM2SIEsTf1aBOrgusqUZNVkKnQnlU5ReJVnY3nVG9d0HB1AxFQ2MNW1iDm7RGDg3RB6CpNMkfnmFZOIhS4QsLNTVRtXrkU9UNHHe2dtNKmPCd5DEbo3ZIiV6lE8gGF7UYMc/JVIXY8lDOJJYVcnNh+IxU7xOIGvELitdDsx0bphPwoI3dKjj/qjt0hKdOli5fEUxXHSa2VbGSYJCBBZyolYbrrkWnlQqXUJwjHK/mndnA4hUy+R9Zr0QBiUJ7QiVM81dCVpkb708PijZKJXDhNS40zn66t2K1Y+9vonRbPmU//Ucmkjij+HI2Wd9wLnA3nFP0hQ9vqmpEL87CFfcAM5Q3pKATTnCHXk0aFzRqT0SFSbTxUiUJ8cIKhIxnEtZipG0WUWeLX3Cn9h59G7l+4E0forA2ICnbeLOOOh/YoMTkGlEplE4sBhcXOm6fM8O0/TnflsM9u5Ro/j6AT5tqKPzSbjPPymyUcM6iQ75yGKNSxWMdi3VWjaZhaLOhOBOe73GP4QnfFFh+ny4wD0dUCkSmU1sDqKiIfgyRZTIwWPEEbxpi9FztnwX4gU4lI81CqBbPSzptjicdmm026NQnHY4QmyEAJd94sRxgs7k2gWVTnLGA2e28+qKmPGGT+K3Q+18zRhSg/ezYPgii/Zo6+w5mj/+fDl0//eD7da+DoPa/5y9X3Gji63MPTw7mHa+DoOwhXz9ZExVkjC005WGqi3TWZgGCy2Af3fySG1IbC8N+QsQ4uCwktivYiAQ7FSN0Qt2XHVG87HeUFGgyCDWsEV1psprjiwguEVzodXF6k/+C0kbYxwC4nhXZEfXaIMhKFTb7ouu1tjUtUjduETdHTBitZlUsHG2hdjTSyTEbOUnS0ci35MZ+g5xppW3iYhqp0KZQDQQ9fK4MKrqvayN2qFN5o1XypvDo2V0b1lkSzHl1vcUGVlNBpfMKN8cOzsjaaKItjxei0owxGCmvS0Y/nv7ZMnM3Pf1GKci8rFHzLHHnSRKlNYdM75qkT67fka3R1nv/mziZeb4Ufi4vXaalp4RduqLvTv/Hx/Y12eZeFNrQeV1SDAq5OQWitvxwLmhiEUfSLDmO8KORl2pqYcQivP6OBQRnboV3wx4g9uQXfeJKnOxjsagtMPwCaTWq895IK9BtwODqDdRbW0AbybBijHuZ6xGB0xY0gaCo0MZoroa1kKsXE3wg11YKgu7AzGDOp4DSyRpD+PHVr4lldNaivd7+MBJH9QwSLr9waAW2kwH5/cP0JQYGXyKgwQd7Qbvl8jIcRBRUZ4BPL8mKcggyeUfCFAUErtRua8rjNypwd2tiZCy/uRsao7oy/6ViPamPUPzdNKEWbUdi8AwgqN5oxmVVwYGya+u0JEISbko/rqkVL1+s8+7MDbTbbTfjNsg8iGbDN+Y0o8dVfHJ3fNoqea283oiU9+maefwlMX5F0ynKef0aM8iSErsMNOiowctFiNFLcX8S+3dN6eSnBYwwXa6URzUlVVdij6msCLQpaSlBxDMAGOy/uiYo/jyyKfqJbefU3l2TSQW7+hu30gy+mSKlHmpRhVkfTj/IMMZWTEHfL0D2ESlFG6Qys1SyC6ZeTwmlDQ/hqby7bxzwb4+qrx5frX4S/HGeywuQcIKzQi3tnWt4rxK1ZFxI/5xA9mjRBvcu4Z4KTW0HPGDsKdS4EZFLJSlA6Sz0xShCQySptk7KK1BO2f3AGPVcoA8ikBpSAUnfvmB52tcZMJpaj/V9MHQa39SSpp4KFkAosIKqUrjFBFMeM1AmhGdEGSJxLnBQ16pzJlK7Q8FC/ZRVuT1h66ko19GaD0pfUfwEdkHSWSgQLk32sCBsUtusKzZDps/N1QKRCCy2MZF/rVsgtNks1jfVhuV9aE8d2IWCFLcQbnKp0IdAMrAYbU50cNNgfbjMrCG/8yHwMF0uytoUr6K6RCggNNbrpnqo1kDUKNw0Gkl2tTYZJY09Gcbgsdi9ExWDhnIGDTT5gkXU1uSBrisGoHiy7brDl471yaQzDw2R4IkRaUNigcxDDFyxbXeLs1eKSsCTYKGvQOsiQVaaH8WBljpZkDUYTWyHsEpJgL+3O0XsVgnxsJsq24wGBQXzS9QEz3JKPbWDg6nVlko8SaRh7fqYx+TRxO1qYjeac1narSXwyCzYcqZIBzsyXGS1TDNSmiKI3EExNz4zLHUoHafziw7pwrQO4sFcX9urlB3RBc9/ZjLwVNPfzD1+fD/dC5r7nLX+59l7I3Ms7PD2cd7iQuY+JzP380X8ML4vFDfbCR+0DPj9yG1n82XqtvlpZhCe7MIgPtTK65UNYpameirX66Gz9UwlJRopZCAY3PxuAvUmq57/a/A1SNjlOg1Wod//+c2rlotEehMIgsXVvAdSrZeUn1ipjrFruHSWuyZFHenayTuUD9Swkhwetmh5pr2cSa/zNoKDLUar0xxbuMsSyomrJJC0WqZYdCrG4x6VZd7g06zGSiV2+M6xVR660zM+0XF2J/kbYU7GsKv1+k3L1nWCj+ucI1JaVslwxjYn4BGWxQEJw1mLEqBqTo/ZK6hcXudnmZ/MWhARtZSlGNOxYtHyMX4bQ6bNg44Yk0ljZEEHltqhlyVECrjv16oNz/my0stbRty85u5zIz7ReXaleLb350TIaliAchOg9XlRxjadfWc6bns2DZDlXDey7rIH9+cPPH5//4FUGe9eL/nIFvspgl4N4ejgHcZXBvoOA9eyAup9Gg7f8wm94mHNYaH6zQKvOm0FJ1uobvfjoWVgg62VRKBIEBqOR/OndOgPrKYeMS9MKxyhCVIYThsJ82sFohGJNxDE5F/Z2FDZ4XgA6CzaxRjcAwxw/2fMfOgnI+O47S6nPZLNHko0d8J0FM4jYNvnOEauGUmyC6pZQIUQoxU3PzgLxpp1dA1FZaWGQlJ8RkHsn2FTixNUDMqGxmOxMka2VKCtV4qSOEqG4JWOvrJKepotlzYN7WenhW+ealSV9OxvhuUAlaJ4KRl7mTnA/Ws207Vd2ph2iTSaN7ZcYF9oloZZFlKvsVqE1Zk3Lc+Nkw1YinMqG/thlR8pNhzyrR1/Mn8wrWnqmTAnwyZZCpOxRt2voVYiehsKnZyeFlSEgLPfXZRy76lfEpcciQ8NrGxZad3DcIFqMWk+LmTevUrdbcba1lZvNmxlBmmlHmKwaLNAump/N6xJoinei7ZjmBUzu/J1cQ9adGUkBmmKroHleY1ka7nTSR6c+GKvC0Re/jmLGHu4sRopp9GbeWNpoNUZPFQJ86/mZjjEUGrmIsiAJrMU6ImSimLNgEzFHg0skLZkMDTdhxs6AbJZnaIanZ8aqefjNBrpZgm5u3iK0McF05nfyi2Vf75EwCefVs44ZnXsxa1FWXzixplTqhwfarKYy3HVtM8TgEn4dWtfII6WTXCOEymSKxR1kdBvdmVPXtieLDSf4ZM+ZyZYdoZlBv5F39utlbUXPZCW0Farg3ey2yqS/PEugi8o8r5fvxoXyMJlPQqCJXqYpDzt4wa6Bg6uWftXS/4UDupqt72xG3qrZ+uXnPz0f7tVpfc9b/nLtvTqtl3d4ejjvcHVaH7PT6lyNL9xHfX7gIBVcntUD9nY+c70jyPj9UYsbUtz4xUKLdgghvlM5h9K5cJ0ZUPAVp8nSlnulY0uI4c2ywB4KBDVbGIyoFbFNZAHnv8J7hXv5EO0iK0a9b5Qn5fk8VYXhSyJEVccKj49nby4o8hX/vOnZPEj8c2XH32V2/Pcf/vHxL5+fk+ArRX7Xq/5yFb5S5MtFPD2ci7hS5McMWYNb3Au/y2mT26ZNVc9fQWYYLRpwbeL13CbWK82ieh+IKNf7pFPKWwvWpYE+3dpvss/XBB8Rp7bgaPkG3Uo1Wr6eNldIPgrIwtJoHLkEm0FUgQkhiDjsUJsLxRp0X3PTkdNtGUgZ+zomQU2m0XMYiwoU7NyYjLLxwGx12H6vunVtfPpkQuecxGrQiqxpPH2DPvoJ07xpjQvbihfVUkGv4Ch6OIhzxtLC9Orty5eN3e/k55KEn+CEjnrlcVl0h8emksKEj71yl2lZRvRG2PT12+Md6N8MAdZygwtgO1YKBriugnVHEmERNpoQNQq5Am72ELQlyBocT7n7iXl9onQI4V7W0PrffS/C8Jh0MOFZxFhs4N7y7oRIMGGxRg+Sop7JxHFZ8Oyio1Vc8udsvvMwnJNOMv9MWBYCp8dlmo0YYBNdEDCD/r3NBWpj2dKMdA4A+o+5KuppAv07xAMukZRSJhlsJhRK1GmE4UmK/oDBo6zTKQrjaUODVAsCm6ZoQpsjrA5Am5P6fTUx0NkTv5EY44Z+P2Umd54Iq5WEeFF7M5EQ2ww/iPHEPWCNNi/JijSEQaf+JQogOFNXTeQgHo/OhlMLU7y7hZCxwlEPt3aWalCQNM1BBwWJs4GzyeazRjEqc7v4tNBGAgEOQkgle0DRGCb3uhuiHrbsf7bN2IPden/vfSg29EN+KWN5qH52p0Fr5GcjQO3fnTb5SqABjsX34OmFHHDfEtZRNL3+AIj616WQuDnVj0kuTfkyb4dzcTPpZzHxUR3eNFLZ4D7JWtQGB9uSAmy3zDaoW4z46KSRkn2n4V5S6eZWOFVhf0IKqlmsTVIOzb3zx/wfb091ZPllzhH32M3PNJ1aeKqkuy6cNPB+OVboIVkb4YNl+2vZWeaN+OB1Dx9erAW9lO/hh83KDL+T8XSXhN5fwNkFs9TIC80E4Y7aOj0761ODXqIxwJFoZ8ad1fQ7gg1hM68BPWxeDXYZ9rALOvHBCLCuy2zm+VaC1k/PpuU496cm6HfcCBYGReBZgzQJNXD8XoWfkh1cOdTjdF3XEiaNwYEFfXZS2KT8cWrnm4Z9kZ/95ncEG9MVi2aW42CbUWY2CzZmFuLOst+FmRH7F8eV3oHGcI9pqs2t2dlNacLQGHjdY3C6KETHLiNtSFYZ5okUmvOQyRVvM3Y5yTVp1DZ8O39gDOdkOD3ANV+HkNA46rOz99xzncAVXUcd+ZnOiE6CTXSSiU7Wbd71pI+cBRvWc6LciDuKOKxnvlGhTRUjntTXa9bnalVfreqXH9CFZnpnM/JWaKb+2f/y05dfLzTTI1z1l6vwhWa6XMTTw7mIC810VeIl2ffA7qMHf2pKoroRCgzeoIOTHVyKXgh+JEktVk2l5IdcFXXakjF1hTxW9/TZyTRLyP0IKeKpbD4/0xUDkViy7jZ6TiV3b5ITzoKNynm7OexElkqV8+ib1v2nUnYDYadn56FdtHK8nw7BWgQfRRCCSbCJrrGCGkgr4dhilPMVoGWiHdskXI6taQZfMPU4tiMaW7rP3vl272SkenAMyGeAtUnK7zZKaMGkhCbNZcRqSvET1wZL5RfBmgL1wy5jnPe3R3p2vsmEi0OknZ3ABM3PhrCzYAMRguVccRkmxIqzVEGl91iTKuWGvduy6ILmAS7MtOJkenYaCgG2R+g9sWeTMi2mupNquCBP6AJhiiznIz/pE8Ol9M0ZrXmJWkLX1lUlGKQgfD22L4V1CY5BIEnQa9dHZ2FRyw2612mZLnHkZ5uks1RTk564hPstSCaLfhY2LrHpKiw91czGpQd0hAeSDgzgNadn52EBeBGElBcBQV0LEW12J9cEosUejGCz3SvyF16F5J1fcFUJ3vlsHqRKcBWSv8tC8tc//enzL8/ne5WR3/Oiv1yBrzLy5SCeHs5BXGXkq4y8bskNdyfZw3YbjLSsoiAEUNnBqUzPFI+mmOUBqvGRQNKhf3aTau+dYEF/AA7GSq7oADznW6WN1RKz4Frh6dmZqyyE9mOYdXqzDVY8jdrlXBfINCaiz7RCX3V4dZR1m37H8c0OFkN5C8Ek2PgHMxe9u5IkVDCftLYcVOmwijE9e/MyaHSNkITBiHx+XYeD3Y2QtS4f+dnMlI8fWt7nEUbmB6rurLB5DN7OcwEEYHeVZqxlnTt+5xa14hjp2dm76QAyLYPfFqcgzTNEf/raeHZ/eqajy5EWdAvKD8HIMolbTOrss2DjblYaN9+7m1I2WrC8FOoNKmH66O0bFP2XpPvPnFw6WOui0aKFiv6+uz6aKpie6QBk4kHqpRKdhGzxMalQ6wDEpu0yYGMyBeh3hiskJgyoQH4Y/N+mI6RJkH5cuLZlPDp15Qt14lfZbaw0d0pj4jL92iiimTjepOdz1K7GtKPnOQQ8263yOz0g/mLrKgFcriUKid6YF6zJs2IwvlwrL11Km/86eQpNoyBdihcogpqfadSb1IkOzHzkFWMxH6ODwY2UAZEeUVpcFs5qfrcqA7dtZGVe2OmzohVbLRtow/Ts/5Ck72ovXNWjs2fzINWjq73wnbYX/vrhl7/8+nzCV4PhPa/6y1X4ajBcLuLp4VzE1WB4zAZDW//zot9ynjFG1j4DlLPnGM4Ap85vbmkrCZ7LDh0yvUnJ+jWJ597y69f2cUnu3b7+yjlpsCyX3yy9i8VgsUVVZpcBPs4HGUMe7/NfWyKuYORNz+ZBgpErX/0e89WvX/+y5qu3H395ulLW97/tL9fiK2W9vMTTw3mJK2X9DqLWkyZ3ZdSGYchYjqkFdQejJ8iS7M1rAFmStpgnTFzBdQFCBt8AdSP9XBN4lSBniIoxD55she95heUNqArRTMmkKsIQJJI5lLATek94uXGuXGiLiYjZEdpEZuqQM1jwHYOwefu7ghYwIRtLhXRAtlF4nL2TpR/YIe4/aoGTXXlbcfw5D/b8k0rgpyHOed4a6bjnSzMAoJ4GywVwShi7w7fLAMkjA/Hb199+ilEPXMh/CcIi7XygufS+cQ88ZeU9nJjrHWilUP0niw9d2w0uUA1EHdnvcCB8XVGg68TYOq7UpJEGYJug7PCbbfbBZAQ+VKX223SjbUTkJxUhhLHdVSFd5RYDKIKwcCLvRWGwpeCbcE2MTwdtKRywQKcKHYPFm2NTRdkuw2CcPmlSuwXBBRqy5nYBKyUcjEwb7HT3w6A49rQ0QKa/TdgvuqnHCXRx9wWZowUZQ2zMhWDxsjxkWVgZ/PnkSu52ui+Fiss+5FhwxU/GNwfvbIIBQWBhMCDbKRAWvk5mEyw8E/NokNUJBAsfON9Tx5CibhTa3tyOwfEg+QsNuUKEI9SE+1w2PSDQL3X/78BbTGs2JiDywmQzghNHIHI/4EMazMwUiYiG9/B4cWI/0N06aWe3Th1Xdd6q4gyum6+4BDzkg2xGvK/lXhliHlHvydsmq2BwkCBz6LBuowFlWPekATg/CYD4/nhlhYsJS0l0C8kqDBe4YUdO3YFlSLIsENKE5DlNSD0cMZnQCImXQs1r4oewkRGUyU0436AKjgh6cUUmPq1fFL+grAuhPcVPI1eWLPzB6SlZFOXA5EbZ3n7eMEpSghNvSz3WkH7AQsnHTz1zeFnR53yhxE2rlaaM3sAteppwE94Wk+ggTQNiQ910U5ZC6nlnk8wf4GCKCIarJX03rslky0hxKthEtIKL4eRu41I9YTUKGNf2ZKJgrGi2WrEpVb962rjVrOZFmI7qRYX48nrATcxaMrVnMLciVThEeAgJntmsGuqXH+UwHVVb6IsFBL3LxJdH3Tp4wyw2G8Sm6ekmctk8/bnku9BeKVnJZ/A9pLji4QrJM+I5kqEzuu+FU8O0YHyy7m2xiKVkOy9ed/n3AlwhLwt9MI0NgWZHZIEQ2SY/4piTwpbI07eaYkyrhKf0aRruwhVY/Wpzyl22Bs25mkZRuqpNUGezulN2luAnW+8JVsnnuzNmJDMW9KVwjov1Dt8xixHk4EaVaiKGjOfjMMkbYJ2qkKaamODu+bDcJvkOr5D0zC+alaFWI+dC5bbYms2c4zrHjK2LfmUS5iRlGloeuS1vZvRu7HTUOakxDnlW2ZvKNZR9p8wWJ7szogPteoyDLYtWYMZHyRbqFXoKCiSsob/ZJOWVjhcvYAlMniiAREh5pdm7HaH2RCqt0g7Cc2uT80aaR4zd/GYsN843/Y8WLWVHTYjDJuEBE6gP8ePnF67pMek0g3HVwvO5yU6ndeLtGzkbg5UCdwSl2ogc3kla3dQRdFoRHAo1ecaJfdeiL5CE0BKLf6HeUFQfdYR7YkxIIKrcGyR1icHbtNvFSjf0Wj0ciJiYSgWeGBN2dlWHQqzYwkNtUagUn8VRgUm9Nu4shpP6KtIfzHdnck8efLd0/Ctq19FLZpFDZWLXl/6aQWdUSoPQvwxGoX5IC115gVzQGsSceTXv3MYasb4jViB5ZrKfXgq6WIZYt8PiPXKBAirfA6rhsackimomYTQGzsMr0EBFBZpMzcDEtFP9BmS49LJWNOLJ9hTFgHw+uoSk7FI6stkIUNsAFmhhXvfqqYJNt8fr9UkQBQunOAIQjl4zk0tvF4xC4UTI06GzE8oxljGGr7iRuCt8BfLaPchClPAfsSvR3eCDiOeMJjxgUjqAS1STMkZt4BXFpI3bx4TuoXlawhsUb3FO0jbtst5O1FWFBU/mhRKHODmyUSJt1PqXsmkwIJkTQwIqK+xaNu7EEwJC8qKAaL352kwgyIRwI6mtwCkczvUeLyO5JrYuLP6bns2DYPGvia3vcmLrn89new1qveclf7nyXoNal3N4ejjncA1qfQfB6lnycmkhAlNDCTarnEIrzLwpXNDYQ5yeKawxUEVCkL7Y2BXc6zFWEaqZToKNPLaNWpwmVMyVGkZZZOpHea0mR3p28mCDEv4OWV1AlND0SFtnnorc0igYmfIo7LWD3SgUdRJrpJpp51QnNZy4ULE2d6cW8ay+Gow+dRkRFhGyDff//G5dsxe0bTqKcoVQ11LOISSLm8bLIj07KWzLxFUq375gW3t6NoSdBZtGezIUJGS86FDFGPnFgxY2t4JPtVm0F0RsRCLEhZDyQSASyN/bPVjD6pRz2o6J9OysySvaGRsXLNE3m5+psI77RFJ/YvMcTWSd5Rr1UE9lP8EBNDDPgmXx0D4RKHoEQzI9O6sFy/iSyrvtaex3fjZj5CM6vlp4XsIdVdmLuPfKnK7M6eUHdJXV3tmMvFVZ7R+fPv12Mfc+yl1/uQ5f1bXLRzw9nI+4qmuPWV1bog8vHIg4bXJl1TwU1yQZtMg0eyzQAO1TFgRlyvZATIZiI/B0TE43Ww1sYLEZGM6eioBLUdnjFtvQgMua3mEmJEQTNObubI50qTTyIAhywE/13xNAUF34MsFco07jTUU1k41RC052ChrEZPOO7/ccz6Ap29B2BsI8cX8GMsKAUF+pqiBuVDiHbWBAGYm1VvaZcC+ozyPQmwdQE1QuVnIZwieGYwuCuATKZ9pTet7hOT2bJ9IIn7joaI4ea9hQWGen0Cvv8JSROizYhkBT6AKbwrEMIVuhzUtlq/Wem0jzyDEtMPhDBXbcRhZxM916wUxQmnkQbN/htvB49ZHeME9VLJnlxS2Mogomg0qTVKNTwJV7gc1jPbfb970bhkj66dnZYbVBbnEH+0c2uPnZfMMq3bBFGbLGscZjmEAe8Z4EGwW+xtQ61esazHHDAk3WCY0OVsrlipnMfrhl6Jey1CSNHLfK6eJ4+CMnxXxPQ3kIthTvadJqSqKwKOzC5ew9YaX756BfIlMUqAUSFZks+kvCTIKD/rHuTAAFxZAO+oUF17HK8kIE2AsByKFwg6eVlhuYLBlgwjW3wtpCMOYeUxEFn0SEeK79mclcYeoxlgP/tU5ykSkIyuwwegwLs6jUxD3najW3WsoQQldTZozihcUMp8BkdjaCwsouP9xMKc9MZJXxgm2OUZd7F5opErecwCGIGXGoBT2sbCCsUHWYLDsW6PIe7w9S6YRAXbg4xubuWX9QYdtybIsmR4eVRPW50V5mLwSfRFHkaQF3Er45UoK4ca6cTA+6JcBkzncNw9vVfSUy74qsyLoaezJQMJs7GsPtkHFmAMj3R2i05gx9slk4wCS3MkGgdTyVf7yiyIf+edzHF/2W8xO7NeDaGRkOCQbLWGMkItrulJIJB554fmREVJbbyWFHYkSMggoAheqmB8f3JJQ+tHxnz2Fv/FxDVq/2Qz221yLFqLoUCi5SGDgBpRg4CLpBBouG09t5ebfB0hVxBIrZjt1xpuocca8e4GJF1UlkSbXuozgoPCs7ECvPM8+l2cCEZJd1RmFloBprIa2yZvYf1XY8SMAooh6ECXHI45WPc4Q8dUxwzjNWAeOzqhRpM3gNScajwgnPFhaq5uZj/DNT+VKcYMWT7Vq+oLCSPeCdd0YsZz0gX2i8eMrhh6xKfziP6VcqthbVjFFsHeDTc7Wgqa65SRqODYfCm+t06Ju1Obh8b28kGqt4Uk6PaBMmgzf0qGz0BhO9RKbhwKOG0WQUeCH6ya4p5zvAYa77bN8/WvSW5VSJA6odIzhEBXXKsTilZYfiCAuyqzQAkPOYtok9lpwLLZwn0u/52W+eZJgKZ0Ed4lTlM+kl3Qk2wck34OmMfUcI4Ep9ieDdibVWOfOazTYNqR4Rv1F3+QGFnZ4pg8Ik2Mhf1XHqySYjcshZsImZDJmz7zRxguc6EPZONeJZlTWAlOdl7waZcEQIESIGCUJmiFo5P5uvUIMiTre7NOi/9h9MhJ0FG9cAmRFlPwiqZJ5YSba/mCbWi0jPzoLfK0kq4NZG9SZHTbM7wcb9ybznp1smkxD8TrAJZp4Snyzfn8ZkZrNexLMKaxAd9HSCeLtMygsSCzSAc3gjlmIZIWJa9Up7bkLP4iI4N+G8R7pFWRuATOWh2lCsSnyBCpSndQYjRIxaNp2qCwlzuBS4vJqCBcnWSuSB2wCW9+L+FcsYIVRTzMmp3zlTFm0nGG3awNKUwokW2a+BX1t28eDXlmmlnSQY616lGZFKukBMUOt0FLRW/TxIOBL2ojXrUV1wO9WFZsP3LxNOSKI+8eUNWZ0yWamskxEYIdC0FGQ0jtqxgRYAHEWFcFlnqr6Hns7jJ4tUCri7O1OHmSKSXKl6dfiSGdx5CYbuj24tVlgoUEuEAKyR+nECCqRm944Rjo5CDnlmQiY88QFvks4bTzZgXaO9UiIpTgauRPCo6K5ZbFTyrrGit2O74RCzN21DUS+aTNjZu9TILOhlPA8syayKU4UTFaHbUIcN78Mq+3idrosJ6hpHeNOzeZBxhGtk7bscWfvxx8+/PB/vNa72nvf85fp7jatd/uHp4fzDNa72mPFqP4kf/VuRQcnKQBypcMf4le4VrlQtrmxe/CDiF1u2JLLQyUSD/Q/R4YKzVeZDVQ+Dsjb/0KgzV7bfRiq3h0BzuJFsAtU/vzkenKL45leX9NYA7xHrhLVWmQ9xbH9Tnw6f8+vok2DFl/MXh/VJEF6HWIC+qU9CqH9o+/k39Ul2awWDNR+sT7K28BDk65v6JOd8qAz2gH7vqtNccfibns2DxOFXnea7rNP87//94+fPn56uSs373/SXa/BVqbk8xNPDeYirUvOYEevnTzG8kPjXoFKzbBOdqhbuZtGsF9zfcxIx0+DgGrHp0RjxHBJMaJ+dyQELyPIs0WBtiIRYvjungbgkmpKlEARYH53FVjeaeEqLp93p87NN0oXX/fpYaY+yzYneCTVARZmGBveOVIBeSKIxa0M8qaKPd9nfkqN/ReLC9GA5RvKCBZVMBZVlrNI+9WYBJ0GBTui8DEp/OSmy9flR8duY26lSjSN4b3AH16mjzAqv3pKjMogxTsmcFZ25vTkuxyhKsHCVGAvlNhqHU2/u9heGrKRudf6Uq4dZYhl5M9jaGbzTWc7nR+1gTfhi374SoCsB+hcO6CqRvbMZeaMS2b//+Zevf33+c1eB7F3v+cv19yqQXf7h6eH8w1Uge8ycOX38oaSXffHzBbIUMeVKydkwWvscaf1aidsI5hi8GU9GfaxnZgELZMJlgQueuoZEi7nkSagxBr2zMqn/HAeVp7UIeC9pT7IDCKqPTtbIhBQayTBToVm4JERUIGlpygWy/cg68YNMP9KEETW2QWWolI1EvH6nfqNIVmlqL6WKLDvH1fTxbvynH6U68zY3XioqBeoK1VswTQvDYbqP3/wSbK6oj1kX+g39zUwdsHdJHbNZvOYtFQLqcC9qFFZkZMAL8VZg0KykjRNi2vDnmH5F2HZs4IGw4c8XExLUGJi9WyFoOq3a8zo0VF4m95EVu+qiuGGpvLdhFpXJZ56GdtTJubs4gyRiZxehhFVoVo/esAc0Vp/T5/A5vFF4sizK17xdr3qM8oC3D3qkSfJlIX6c+ZnSM1Qi/4rOE5WERCg2KpqZCC7opPdMh498NL61W0PilH7HFmR5Mbn5ss8joPHrsQDuRZifTTcfblKYRnGnIzUZCxeKDVxBKpBTYi2cVdDrt16QWGDWiXhWVx/v2v/48VN4Ien0Q2Ul0FQRVh9AA7tqs85UHH9AjeoagNSSovu0GrtN/AMTLeWOQTHS/kasGrKEFum09yyKsBtl9NDj7p4yJ1DUmSOkk5EPJyiVklNZNoDmfy+XknYnrWyIhc2/VTLVdd8h5GCpRCe+m01184W8c5JNte84neop5A8f3ixCUR7ozcREowAlePL6XojYMYqent0t6sDAtCchC0BNxKBkEzjULNjw37qB659zSEQGJQ0iGw35B7+92pRqxHkftJ800Ssnouaan40oZRZs+6E+6NKBqIphsgrpTrDxKXWtV2RFHE7F8cK1WTHiWY19vLvv1v+88O7vNvtfdhCnDUcKmWY9S7OYeIrdbgQE6CxGW5lcuWEiUgut4xEqKcxDqrL0/TblW5Api4M3wKKsoQOebjzWSLGgtOvH1qA7n8qxZSNQdKtejfpmdpMNT5wvgcgWJXV0kHauIC20PSnTHpOVUxAdUJc/ntf5/6L2mN6Lens/gYkG6/zKBCHdYvlsxAvYOOCQCz/2GUU1MFhklSFrhLaKX8G1e5JtfS+VsGv28gIOvOnZPAhw4AKWfY/Asi9///yPn7785cKWPcJVf7kKX9iyy0U8PZyLuLBl30HIetLkyhpJJFsPx+iwcWqq0DzWq71Ziv0G0zx8GIdfbLF+qEzrQDZx2qFmBdSe9l4cjhVCsaJTMMN/zTcfO4xX+jSykcJgoGzvzf4Yufa3T/AV33zwNF7p40gd73U+Thq9ausjfMU3HzyNV/o4eWyrsP44S9v6WNZH+HpvPnoaFh8nR9zwEGzaHQI1xtWTr/ZmaXMakBzunMbhN5ss9M00xCyLWQ14/fjNXuo4Bh9Hds+91ZsPn4YRAyVs6xZgnMUaT36xqxYJoWzayhhRvdqbDx7GK32aVI5x337728RksaVo7wRf781HT+OVPk6x4anYeXN32gYEq3tH+HpvPnoar/RxdEG79ceRQScDzuOdI3y9Nx89DZPudUBMm3cbwOnU74y0Z/D13uxbvh1ifAJ9osM4/GKTrZ06VzfwhslCB3febBRPxdRv5PJGbz58GiYoH08rieNY4HYO3sJv9mN/6zn8UNLxsld/89HTeKWPk/OtWMw98pvTQfDnt4/w9d589DRe6eN0B2gCDOM3F5stiDtH+HpvPnoar/Nx1jWYBu2WnTd7vw3rGh/hK7756GkYfJzcdBJtqy2ZrDvhFxs57eBfq3Cz82Y5jNesR18EdDu/4AKBvPPZPAgI5MIJfo84wa8///jTPz7//PECCj7CXX+5Dl9AwctHPD2cj7iAgo8JFPQ/Lu6F3+X8DLVwaMNySh83hpJ/8Shp1LcMtnKdng08l6ztdx1Z7EIQ0YEv2tDe5t9COFgQJmGjDlsNFohCVEQhT3nzYMhq22CVCpvqDWeoc9om007KutTB0zRk7RcrAIFCv/Q34CTwuSj9TNBneKxdVJtjTUHFGnwNbrM7KmqIG1uZyrosNO7t+/sGm/zQgTGAeFLY4GnCtsu1IDHHXK73qptj3i6oDkeUtT8zGU0Pqekw6Bjy1I87hJ0v+BA2EUOBPPOosIctgUHlyzuc0W7LsfWpNFvbX4066f1yg8/sfR18StvJiaWCr1yVBHI7t56xHEMXE/NeHUqlK2S6W4SRbxkWdnDR+2FFvOfOaXy9/VV3MLrggeU0dq7owHIeBCgqa2GeLLfwFhlXyH66ZnPPpebVUFZZzoucXs6rDm5/V7gDAsgap32ym7CyicKEMEMmfsmCJo2NBgNNQzZXmfFPaJRqRmO/rhAxcfjdB0V0+LJciHxoHHt3Bq9P3diVdGa9PxtkTUPWgzuUSdauhwsFJ5n8ffRB+5wTD0kgJ9pIWC822oTX0jc17GPCW4ELSm/VDTterh6cELGlKDFagv5Dn83dSWHjQlogjG8OGV66K0cuLt8/+YIa260DelF3cPMxydqjOY8HW52O4m+yCokoWoJuTjGUkj9W72UV7g2TY21FF11tbFL95sZwL2rqN6SAIagaxw5JnR70899s1Yg1p78ooAJU5fIah9rDU4xMYtRd1ONmLdoOGWbAHUNmsbIGclsCCYLwVBYvRdDVMDMUDcOc0WutnKQ2/C/+FoCMKIpLLyhrUJ69YZkXInaWLMLjufb7EC1cbPT6D6rFGv3zyWJFFlZYYcHFhpaIMDvKpJDJyfb7UcK9sMnnHdrgRr5ATLMDKyBNSQy0BC9j4gukauNAY4U9L3sWNkFGFbNTMzaZOyTQErbzQ0xAJKxngt/U7XlDx5UpU01iXiFJSW7KvLbf2T9AM1HZpTJ/ao9okPMtLlGd5yZsmA5xaJDyT6qwy+2FTJ7fEjYQh6IIS+HLUsjJJu8pi0muEOdbctkmhI3Vb/CWSQvCIJgcKis5KGhsG+5TNbYpJ+PQ2FJsHIKoU0E3KxhRXIbZDxFZdGPxW9Vk2p4woD0qbPYm3MSpe4SERrYqF7IqwUKZ7KrZaLfSNCk77NayYXpPKkF/eUX3leooTmhY2HR4avzdREyaMWXleZoiimgirIQmZAsClYLkWYVSkBjZhCqbJ5quobLDaJ8VNmo/IegPQC3oX7KgFpRGjO8SqhXUgp4xHwq4ASXSvThgRqtV7tldVoFDkMnviMW7WvmLdSG2WpquBW5MoFXCsS2eeySY6MNlJAA8TYiVCo1ylzHqFGblgGGnfDGT+oMUAYkKddHDVtZhVaWpIIBEdEkzLt0nkG28ohRdcFNF9ykLRBt3tcWJIzGBiZH8PUMcd7gIaVASzVndy3QvTUqNOWx0kFppbEpBGPVZ27k9AXKLWCot+YjFTFan9PsjSZw2f4wmRtRxlGGcC1/1zNdn9VYmKpkTrSSRwy6ZT5buespUFFtx95RbLFtAdLbg3DTpGbUid4M4TSoymFmkSi0wcY4BJNVfeU7SFvCit0gxmlRoMuZreRkZiWprVMLMoa3NZru6GJuKZxrzqNOpAkQWtjs10tbWqAMmKVWw0Va1jKqtTgO3SVsxq+gZBCiAxMigqpJWO5MmjnAuo6RLpP6XXzxV7iTGz+BDJYNroK3yzCKn8IFzCilhetDXuiBzr2REGbRVDhrrNlKfPET5gaLKcDxImhci565cDZUEDPsictsDnGkUelYTL+AiH6oMIKIRKBNp+OD1XrSQM6p+QZtQU4VpMTECPaZuGETVQoa1f0aSVeoguJ2lm7+InREBx5toa9OtK7pByo+isnbHIiEhVkph0AJ5lnai02KzSWhEmHfU90iKLXVZcFkSynlUArlb6F27Fcg2q7ka1WzkGeFhYsFimIzWYV08dqsSUGFjsCmDyBoxrOHLwVaUNUR1pyMWCLT0TYpr2G8Qk2Hitfp/VLCxF6AxFsIX3WQ5otfALrZG7Djpo//j4WUXdfIFd33Ts3kQuOs1EvF9jkT8/PXvnz88H/A1EPGeN/3lGnwNRFwe4unhPMQ1EPGYEesnv4QXZmCnTW70iUkL8jbHcBYUkxht5rX4rAMRmQrXoWH653Wps6aq2aZZK6Uo7CzLlm6PHSrpImNGFXfy6jgh0CawokmJvb+J4AWSpmxNWE3/EgE3BKrj6GTLWG4+ChZtA6iclFW4+LAG4AOBI6Ul1kBWAWcVkFVAaAHbaS4fZH6jvDpR6XperzTjeXF2o/B2bp+r7hSN9Oz8/A4C+QTRmLFj3w+H9grmSvVg+QELKMFanjNBHfpAzWp5hoAz4c0YRWmv2hKxqeob2QLZj35oNRW07KsbZf2TL+ZP5vje9meICFntLxbvgidIa5iL5eMuLCYlfOnOU4mpG8QNpziPhxG03WvVaTTQM0/b9GfVws2sNHx4FYQNEs81LTQe1oarm2D4WrtW5dq04uwU06i0qaRhlDrn7boI2hCrP5xk0NPHYRzBWphgGdfjQmu46ITIbA1pa71rtLZYLjz5RG813iCFeNoWGbRlNhXiKxabZeQBmk7i/zzURAWnewwf+HghZgsf0g/uRb/ldIgp7X8kZs7uZkBVl5MGCL8/qu1YQIjES8wbJCDS894lRmQRzIuRdxGgBALCCoNOJUhA4MUyjcdsXddpbvb5bxZnsfdE0Hv13sP6Q9vAkZUzKH7t+bVptD9OfbOSUOBqBJYRHjyaH8ujmaTuoBKouds2QMrI4Cv4gmay8FRi+ABHq+2ys9cBdaH//uW92Oey4ic3wJnAD88zufU71wq8eLj9U5bKT9Nu203whwoh9y8WwmYoC9R0TGLU+qVRXCHUaZAL9FtXMAjORWe7R0N5AmKNaO3guBycbU/sw706CMTuEHIT3rxMYefmcqKF52oNV/bKApZjmzgQguaVxSDwIx2qo8Gxbr5ovkk2j9AwVrVYpeHThILbIjxnctm6uY7311gKR++1hMZ3hwz7uKW7f6hThrvJgoKbnt+cg8XHWXXh3q6sc0MmOSvCtkWhOLmuxB2QQtaqXtBnmAXKdNeh2VakYJ8QWs+PespfzlPthgZw6SUey1hwhUzSacrnRz22MthEJYhlVgYDlnuxAXA1WjHh/G8Jk5kkSb1JCC/zVIhES1l5TwZgyhG6K2Wm6kjLQvNNKYUX4llAVovVPwn13iuDwqnmX0i48lDwsgZU9TJxPoaINrNbLWKAtLhR/xyVxoMrHmhQLjPhhygIOuvUrXEmbx240tgVM0PpZvV8Blt2atXK4HZ58zGwJBqXaWDu+VHIx0YyUN0oixcOYxP4fOrR+wLR8d2zgdVeqOoWpKqCU++paWNi5JP+WBMCP52OdYx9Fc1kSck8xTvF9K9ouC5EYrgQif+KDbjwJn98QBcice+XfH+IxP/4/OGnX//20z9+fT7hC5L4nlf95Sp8QRIvF/H0cC7igiR+ByHrWY7mtNxAK8Io55yd912Ukmvrm/lR1B3znp7IeScRpiEvppIK0t60EHUWaxr3JOxk0rlgxXdlbfFuv1Jn7CI8OVm0GkjBieZG81BlvMrIdTSJNIaEi1aHB6mktxmhl/G7Apl1lGXLyHTUhRgzndNEM3593zPwAmc6PTtbBghauh4VHKY6mp+psJNgg9qjagl3E7YakV7fCTYo2twN2tgyHu8BiigjikiAKfOghL0RRNSh9J/4rjzxnsszHPlen2F9ZXGEmwzTDL42suL2Q88Lm8AIrAPliOmYLOYA+mZtrU8z/8jvcty0Pp6TanFJ7Y1KI8L1DIVhsYQmiwQEd4s82AJyRmY+AXviMPLakwVLFYqi29VPLcdWtzHCeyEOFYFQRnAAkjITtjdOhAnj9juiDpOSV7W4UIJyxpF0QZFlFLZ7WqLp9JFY5FfYekBh68Fd1yhsUkc0hBVQJjI+jF7cdLATQ/cEiQ0YrUg8ZEKisKht14NdKAy4uzbz8AXI2nZYsw5fL4PWVXPqUrfPHCz2Uu682bdyrJ/I/Y9Bjv3qb1ZKIevTeL039wtxiN4O0nyB4S9v9Wab00jzBpdXf7ON1u2dxqu9+fDttjA2viH6RmxfM+HOjJ46wzGNGY6ZOxMZAycZJq4bx9HvUZww83w6RMeutGsBZI1Kv66ReiD+GPGJ6P6kH2whaX8PUgjJCATuK1gHtDBg87qIScOKSHSCIqtJHizfMUNSIWMRSNAmfw6RUutWdRRWXD8iMIs32gbSFDuoJ1t0Q0jcuTMjrig8MTMrcTx7uQzuuiNXulIHnXceXEV7vRfHg2TU8OIctJz22m9ep/pMJo9y4OuUd6b6hJQaU4qgzJ5zSoEE2tOzc19u4v197TfLaJ0FYLQsSn5+8s08NMbLMELdwdtNz+bJQRykli0dNI+ZjtkWnErN/OUGTuuk83JOx7GHiV1onFx44VrGU+A1Rn5nKYw8SybxSzc+GYu4/bYtKKxAf7EuqkJMn2yaqpyrDSZLC3qySxtMSuOTzUpDqzA8R7ytYlZwz4Zohgm/pIB8K7RGZEiFttiEoljL4aUzrYOQWW482ZXDwSTgkvV1GBu6gCvtwkxyPf5qpqhA5KIwtucWzQCSPYuwOTV3bHhqj1adCBZrU3c0fkrgY4jaj5lIK4hhw8YB74U5R99sEHXJFAKgw4Wh4HwmGQaD7ukXM/OnH9ZL66yFiLXnZ/OEM20VcdPeiaEo0Wa3jG9jAuuO/5V4lXv+iL02GdaJ0GVZySLQlsRDI8RcuWy0DEmqrHiJpAXYdmxJJVETbe0V+2jTv/ZV87RNWM97Onw30kQgUANt8RMkMHEd+HIMk7/Hru6w2L7sdAZkHy9mxU4hz3NgQQ3X/swkClp3HNKOzMqEF3t8Ki1wZaT/ANynISGbwRjanQjPEhSTefp+Q/3bvHdxJpPJ0WuQ9Npvlvtjs7plerfyIsddXmRkyJeaRkBVow7UoRiLB/Ug4TgWuT1em/iC31/Yyjc9mwfBVl7w++8Afv/sD2b8/U9fPn75+q/j71cde338/R/QXMZP4dMbmVLBc9zfMndwlvttYPyKp3shkv98XV//TZX2UOnyrRzOv+BvtqTptMvJFu99O6/zL2DVTerU8z96VjvfDtGfX35KR63GI4bBP8j/vI35vT9FwczG86VVp+3p568Tj2kaJmiOyhYy8A3gy/+fvXfbtty4lQW/pl7XyBszk+99e+xfqJJK3hrH23LL9j5Wf30nuIsJzAi2tExirTVdh9IbRxULM4lEIoFAxFL4crYQSHz/4dkr8ZU2IuR1Pi+Ftdy+0Xfi6Tm18uPrVul6ojFTq+tL+XYf6R18SshH4vUbGkHihX8F2lR2zef2tN8hPm7G2e/QrlueESS9YU/iPZ0+bP+9j9NvrvlYkTSXlUsJRUEauvNHMNFFaW8zUeDP+GRyZeq/r4MVPRPAXvIehzpc+EQb3qEp+X3H+3+fAt995fpdP72vXH+8RgdXrq089ral4muFvn+lunH6x/z71/o+Uanvbz//6S8//fmXz9/KeU9HtvG3z//1qiW/STluUg76g3fj6EkbRzcpx3Pmuf/SFe8j81wZx4FMd7seuUyelqr6KXtBoNI8/8KwHWOC1gSU5tiMSlcX8Rdr1Y4wyuUF6ooPYgwTo2ZE2vbfuCipdsZHV6HAugiTI0H246Ol5tG8HC/E9B2tlo2ZhQguRKfGqgmwZl2pB/+b02VdmfPTgUfkq476UQHj169/+/tI2V73R0cW+oo/99+J5jveyh0KUtCGGjvt1M2R8aJJp8+++U3joXzzaMYbNUHjTTFzCmZ3nCvFgKnWrIm/7MweIoGJIk7WLGD/lSYIZXx0fdQT9rGsVsGIY57tljYOjYIBbAeLGn0IerkALczWRM6xkNqY0LFTyLFOka/6qgM03o6pfTM7rT4KEjJSgUMb490dVs4+m0unNljco441zFVvTmxR1rA5W9GZf2s5EOsLC6mfCdI9ACzcPLs6G9CVxmr+g5GmZO2zudOtYXMGMSqBmCE2Sy4cLNawpD8ASdgOByZXMymVDlwjX3XZ58vyf+qf+ytr/g7nZkHJm1zSnr9dndkKM1JbMquG2988m9tfjTDbfzlg3/Pa/tawOTFTaHZB/sEVjJWZT8qCa6VpG/Ps4vYPmfJ1GarIsLL2meUKLLCjthGit0pKHgwz/yBqnllPjPoBCl7YrGfkqy7rcH4Kq+FjbbKEeZRcdUqSiysh6NRmNv8eZEny52rDpSs8ojLMrw7CLoVYYE6/mSlMGlOYjPNjwa1pv8SMQY2makW/e86bTQ/qJ7XOHDwoBWzoiNqOz0jWOpWrZ6CQEZ+EgYJUfWVeFIenZdSt46ibjwPF4a8oseHlQHEcRKhtLPcdqhrYDzG3YNBB/H0ZJA8FB5I9uHwQp8iBA8kHdVDEO3qzfCiPjzIOUjzCzITq9EwRl4bYJgOQONi46ayDZ6bgot0nxTFUCD/5ZqYnVFChDiEe3C0PPFP6pHgPbolJX896wtucjSIE7MKZKZE9QmgTZihk95XIPsf/57Iz14LMdC7Lm3jQw/ns7EF5XJBwQHj7ya84HEXcEtNWmcWGTHA9q3TkUZwwDB7fFjMVp2vp2NcQgEThCnaeeaTM4CZTPeAp0ww67pv7mqXWLFPWaweViYyhshaiW+6FEmh9dDVh7Uy2nBaSkLfPJjt4oRufxC5iGltOEhhRXc/aNet660HBJxOzjCRHOJX74Bb5qrM+YVni3wZk9xAvbjDEDYZ4/QLdU7RHv+R7RNb918+f//L3z78+K7DuBszdgLn7jPh3OSNuwNx3kLNeFQgJETVsS4se8sNHb05xJ5K9Vt+Luwy90oxO1k9nm9/uzTHUc3IhSN2YUETe6c1CpQrVbVFCcVCmlh5rfp8Xryd1uXCRVyJ9DsFjMOZoLd7szUVak6+70P7+BlwJKOvz5iiKKvDms+HowyL7XUa4U8TvJEW8ywjfYxnh5z/96dNdQPj4Xf56770LCPfp8OnpToe7gPCcBYT3JFWRbidcX0re1/0aggVfLGLTDveiGDu91qWPHGMl6HCMi4ofZH6mjMmRocNdEWAqWbWe0gLDJVhQ7iFN7vqri7CwdmneBcwMdk8RIEpQXmh6QvAOOOtmnl3FGQZVOZkg34oycykWZXSPB3ZNINP4/glsXU8OTyDPdUMwjrz5lCjqH785zWGRi4hv8+65vopZNWAFU2gy8uDoCymTKpp5dqnUJYT/QFZ/9s08NVYY7LQUgrPaZ7oKmTj7ZWVwR4wvdkpfAFehqFMbL7teSiwhY8DZ3uwCiQkMRyyiOQ3b2D77LZIRBlMXlc5nbuN0KjnAVVgIUledvMy+W1eBp6GDXq3n2VON8PYUceJYZp5d8rLxz6FKmN+bMUUN0Unm07xbJb2KZphTJSupsMr8NkkbFubbIErMPLsW0gMOR55+M6tCTMEFZR1tNB1ln/0WD35xUndEIgP5ZKcqNaiN0UgMe7jZ4tF/Sqhs8oZvViW2i1/OvHt+uhRpennEuik3qNlpIECmycbNWIVPht6qyuqY/NgBFs9v3q4rPhOj65yb1mwykhKwjJEtECG2Iaf0uMAynbTCMJ7QQTjN4k4UtU63cjRLoWs/xkTChLY2/bvTVlXrvZqma7tJ54YzCWDKNAUN48lcAgSdLHKQ4Lnm2dUJkZVxz6XqKM9ubF5oJFOMwLGvtWmrbS6s06S7pI10V0uBMNoxR/3iu609kbLophAJ8yxZJs9dpk5yJ2U5oVBAPSJbNzAA7waXCdlxOJZ/unLxhDWg9wSRSKTqUKvJwYNXdnsz3BvS6kHaKQB50HqM2tZ2fvPp1fDQ7q7E37qN31zPM0WbMfQ3ezMgT/SWdzGRN+/WmfnOWu2iX4eBRHR4MUKP5B6vi+bZVWMXHfhMasSK82LmmRprDDN/lyJ0OCl3i9/MmODqDamw4vq6usB6ymxgaCZffGbc7Lu1+BXxQi6XNWRmqAnTgDQONRzzm4/c7zJv9eKR+FYXhp5xbUHFau2mGoFQrNoKBQUmApJdkg74cu5KwKXVFYteiwfObXsz+G3OLy5rW5i3II1TmHlvAtU5RrKnB8KsDlRKYM2zq0XbmZaqBS7ZppBg4fT9a4u2xgizDCrtlc0Xc4i7YgGUroeXRY8J4IDRcfPf6zZvb36DoJNrVpYofXFxGd2uOtOvBUBDEp75mUb0qMFwhvQ07y4a08teLnj3PHETVIaY0uoeLi9FK3kzHgXdJ1rFTB8lrnXerG1poGOHaU27jMoDIQNGK/Ps4g12hFZM5kQCGz1IruBYgXswbNZAyg6nVw86ubBQJkum3md8wWEqQPodWOEcb3apEEhhCssZtc41UmfQZ3OHqhG6QxvkBU7Nd/vP79fc5SQPCy2B+blJl6UhBEGyXCyVlaoBaVZJTApjuCl8tkOljlUcF+VKlTJ9prauTBS1HNjaog952YNhs6y3TJ+xgYbKelK7RlKiNRMxsnl2tRLdtSxmyMsidmnMM61BZq5E94wpsixs9riOb5cCXNg1UPc2tkzpvFTDF1xYyVUPeLJc+PaEqoYKpupixtjIpF6ylWh7VfYC8SqHKNO0tWNaSS7Kg9u78ZsJi0/CZSh6H5iBVtluNNBW9C999G9Sib2HPm5Y79W1eRJY7z308V0Offz8p1++re499fGR2/z17ntPfdzHw6enOx7uqY+74z+WWe/k3+4t5ySJ8TqIagY5HEgvhCPpBcSnrQe0v8t6sg9/0EQm3YXWGes1LnhThnd2r0zB3tQsG2GOnTgDpUi6YFGoM5OwfaZFUmPYbLW1A/Wp1aWg+2BXUvsDtU0XKgoJ1X6GGp66Rb7kpg44jGgkOPb6xbJXry91PQ7enJdzDCDs6IlHZITaE4GCokRA2lVBseYGMh3xk+izq0DBZW8wmyJdInSyfaaoxkJSQsNXiFc21XCSjoLKn4m0G4T4HDuMqRQtaM0f2li7YTgTFqzNs6thOVGVTrApCB5+cMV4YJgpmtEoTy+7Wznvhrbufni10Vrf6cWnI8Mz5iXx8/rKPvflvGQjtIe8pE9e6YuhcBxNWFXfPh1OgKRM4515jRpJZgtA/67OPiSfOQ3hEEqYoFStsOigxqrCZHNQo6u24z6oIbOtOK4Su4/UwUYUT4TyTZ/NcJZeIBKWZGAok9P4YKgkJp8DMY4Fo46zzLxC2I6hvISCC7tqh2p6wUG/Yg0ndT3I2Kys/KZQ37HjvLIXCBi9ohdIyKdxneVkjY2QR3H+g5pTFwV9G7xibriyE1dlVtbM+5mV9REfFSpzJPLvVfecVdjA5mUP1GvO4/CjVPV05HrCQ+Dm4fYvCN3Fsqcvlt29lO+xl/LLX//651+/Le/dTPnIff56/72bKff58Onpzoe7mfKk+WqqvXx51W9xaKasKoG0X1dXH4ylTN/uN9NdSSnOS+jUi9JH80Y1LXgQMSW9ZRlS97iqWquMXBRidx/WaoJeA5Vue9L7YMZHF69+uTHfTGw0QGifTbmoRNfUuESV4fZe1Qe7pt7c8qplzcMwxANbr8gXXfUJN/27dlBp02/THx67XkYPUWVwG0oCZLV9pqMqRRkf9r+7rNrF9HbRbRgMdv7GYEMdJnZR+aErDZwtRJvhNhY2blZUUJOyasKVrZkEQA/HwkogWTu/la08HCMC2a/Y+9LlQnz9g2fkqy7r0FCV5ASGvdZlr/xeHfZKPCReFyKbyNSDlps3TXp1XjivjzwsmKugXQlmPxPxvw4l3iREf8R+VjDCb6j3E6YilUOfup37uR33Rb5ajFX+QF2DQKfcNgeARI6L8hHqkZxJWV6oRnzoAAW5gHOEVOMeOcaCaU7htoyMlGH3QCw9NZqBNBZKZ7Rvr9SdWMSWSixiS+H5lKPIlCpH0bQQesY8u34+4UiVvDwjIsU8U2MXRs8Ijw3hksK5RjJ30oxh5h8MByubEhhboTUlzRcMW/PR9aMJB2nk3btN/8z8TCdICt5MZL42IyLJ7Ri1dk1b08Rwqa3MYir4LwKmlcjZlHQVHfjjZPAbVL9jcWp/h4VpTEN9gVUwj+yWnWLWSX/wglma25lozJofbFzaXhFdetHBLfMjkYLYPLve+p5Fl3kEJ1LCts9+iweGTWzWAWTJa13FCJ7Vy3r2TmMLox5Lpnby5vW4EZJT61vAgAe2IkJT2hpIY5FMmjAjflbI6Yz4yQddFU3zVwGa4QW79K0zo0mKLxS3E41rjshwjmCVR/8a3daEVJHgD0K0iLw22aAHZjDUsUF/fzVG6BzsehQIcFpTBL8w2crjeyfwV/PsKsJuJfSDvLzDwtpnin1OJOydelPGA5NmnNLfowBrDduNjcqX9XuHQc58GMRK7JFC1bM4MImlRUeE952Vnci5JKRB7N4I65BJTLI7DIfmNLW46jfLYqwRamyhLCaXyPfEijWWHmknpO50OcglUG4oz9aOlhbi9BC5P4yGayXmnbWfQ5oeLiqaOi4yu4OrB5hShUHoFfQAMQzvBqdrGg4lFiH+BOY1Kde5XNozs7puF3TcPebZXDs1wkTnrkxME47c9wPgqk92rqOXgwqDXTAzK0IsBSLxCLbOR9djc8R1jYkpA80z65OU/XaFBrovq7XLHHpIJHC4rCNa4v558It81WE9Zj60ED+pXqoTj2UsNOyQ4+SOMN8566lialCY4cp+xCKKrJ2PrSZ8m2tVossjl83zSBhoMGPcEnJDW8vuN1drE3x7lDYaXRyMYs88D+oLmrp04vkXhPip2z63dzuR9cWDsCQFzQUy3BwirWuqBxlIXH02exwHYwInkOYnnusPNc05wlb5mjM2V8GTPcb9oH2D6ZzcZ1lYyYnanIVSY4Oe9sbYFUuUw6t8mOeTdpYe3ABXtuItp0YazRF4daO9lc6JYPMo4kJI/61uRnNEiWRKhGOeZiiEdQYP0tMR1oFEj7u6G4O7y1cet9kMOYhMGRQ42O0zBfM3TpiGO79dqcgaths7vO0VNbhNRgv7HEbj57dMz65mTB21EPK4NERoQNtnv8UDu+bPLG8Hk3kwbH7ISEMSh4COnJjgzTpGvuqxN/nSDQi9AaGvX6B7YOCDw8h7DQz8+vl//vzLt4W8JwY+dKO/3oHviYH7gPj0dAfEPTHwrODh/vWVqlzXRbfTqlCTbwl/rzsbxxWHO3hzFOkCl5qKebeWKfoBOXUlaYkYM13+V526368u+uhS0zCTntXZFzNcMyhb8CxiNMTkmkf7Cthfa3gHsDYfxyXPg1PIGLA72OJ0hTU/dxZJG6n5SXuFa5b1kKQH3cA8u7QZakEJ0dNv5mpo4mqo3SD5YEPGg588y3ZNRZLyxZjwlOH1/WYzYlsUbPVtKc9S/RxRiCOyfBN3oFptP+DOXolQKw1bCxaWW/TgJXow4dubR3RpLstgf7JhJkHvb1V5ogw8iwAJgnuFIGCeXcJUxqKbzffNOSpPzbffu7b9a156cwoT/Hb1zVzCV9J9Kx2LCLCHdYtkhBk4WFS1dQII484C6PzpNtEJH+WZwsR40tDBQmyKPHMgzSVchpFzIKTGPLu0DH1VEPJuQXBSuVsPZozWqkrTmZ/pMgQVgp/54EJqipIjeuhyigmPqzAWZvE4zLdXI5x9PWCtXAP14gVUCzH9YZtk38gwjhBIabzePNYAkHZOcVL6FqX5vJlRSF25LHUaZ/57FhZHcnf20JkH0UopuWi/eRAbWhO+vbk6wXoffrLpDxbsgeXM53ErDEO3mUqmZ5f8rC6oquiWnIkmGw7TJcv0lfnZHyVn1PVvYQddXhvPMibsfjbZ3q6OZ60ktZ10WM9MuZbd/cymWA+ys6p8q87ZWTPje75vZi1Br0hZmkKgfd88Mkp4s9dqlKLpiXMMTkUlgXTXhYNdF3jXHcbgzrtu7A2PZbAm6GXLBVT/8JOTugpKjMkkDc2ZjUCDqZRrDPbAxgwfb1DLHoHBQy3coKbf+sV5cXjx0VKcfLELaMlIvn375WvymL4QtoGlvMmbqyJKJ2dOO6f0im8201++Nks2gOAwnzfL1F+B1Zi+e+3NXW8svjaL7vb6NquxovSd07YdyUZ/mxdHhZF9e3FYz1Xa0JvL1LH2NVnGXJ4mgo2kM6D/txefAd06t5aO/x8QaZtBXuXQqnp+JH2GlUp55sKjPX4zggMFcYtViPFoZomGKCqtaOqqUWU3VaczriOBaTYzdhJDlvpZhGynpELyB2Ukgtj/2J65+EBmW1PTq6KZsg0r2rrvCmNq0RG7y+vqsHtCReXvEqrTVdLKzpoR3JnvT5+spD1TQqRRUcG/LgCu3SRrXUrbKRAtybhLNNw/gqMltvSkVeykz5DpQ2x1mW8XVg8SyikqHK63BRYTl0UMcEeXxY6wsMKq7lCpkDLvY3pZxuZx4owPVL4Tfo2M7iVj5lB4LdJ+weicdafPVcizy371bp4e853Tb2ZnYAEFCUZEqDO8GYd7Sy5KdjSXISl6fC7D/IzXT1SEgYgmVqXIn6iBJN8nYeQfqzjHq+03c3EwgViQHlXR40AHj9DSqo0MYynySsnyBxdLA4+HyJQ5ztjJYH3HSCu+iYfUqle3eUjlHdx11dbE8mnjsk22jpWGHviW12HsioljVww+gh+SlBRy14VDjM1BoxpRcG9F05udxvr0O23+sYfwslfLr+7alXALspNRo0Vypfnz5kGe9BJizhsSv4nnLvBHnwwp1tK8DzzkHKTQwgNxJRjleXMynlvW6+la7Amb+5JpnFLiAcCHJRl6+zc3p7nSlXWZRLYQs/O4ds1DZia0HCjyGKairMtwCs7Lxq5ESyTRkPLhwOQWYkRuaGwi9MRm7PVv9mCC2cguOUBIB+xM6xRu02/WqMMke7QeRBMUvxNjvZik2L8yDdpv7FIkpWWkqKat5SDTrntp8No2MyZozuEBheSgc/rNHjEQxGdl/bLLx5aWJs2tZoL1xGXVDxvNh8U0ajjm2vBjR5eyhAzUk61LnmUQK5uGgU8cM9ImMu3caWv3SU9l0h/pXuRZpIWNio0yadSKCxsXYnjfxOB8aPM1YVFjF0wgNu5Yqvfo5cDWppYFba3nQE3ssYnweOLFiMCKSFUsFpSClha+/4572DkX8Njn7aiU7zHoMN6cHl8syAWfGJLpdiMaBSRDuxgXNhdc9J7MCN/tfutCKlA621oKNZ1jmbP7aqpBSU9bI4eQ1FxIZAQNicyDuXPKkA0AZbq6kZs1AYQC8+oU7EokDiZBNmJxexsCICnDSBhZSVMxvZEsr7lIbi8LkfNIUKnoAnVhwhvhW0PGqJGElIjGtnPnM27aBRtwueVzJJzw5taoG/lmbz4dwp5yLuP9xt7yoqzLBuhxqs19JOiJSjm5xtm/U8Z/fWZPUurzjVwEqfyKYMZ9SP+NYYZoilCrdsFmfDkwdsQcqvfqs6vY0qYskxNiW2Y93vI5Uo3eGmbSVKTi9VtZa1jSH4DF6cOVHacMZX6VveC0y3poZiSCzcgx7rKDRHUGl26kM0icZp895BK0gxpXy2NxAjxbw5L+AKLbHfcprOqKMjJpeSceQtRnV3d7JgUCIb4icLZ5ZmtGNCo47EdC8xJdmJSsVUmt51U1bmiCaKN23MLb57S/evA5VkTKiTkOahsHb95Kr9dzpo0X9aCo+yZvPr0ab/Nxcs8erdujN4soxJt8mzd78dm1eMqk81YTt++/uV/+1+B+ucnBvltysG/Hy00O9qEb/fUOfJOD3QfEp6c7IG5ysCdNWENvr+wsXK+S9qLSRft14CwREF7wzbu1FKHCAVqKqESLnnNAJLxw9hdEr+izS2X3TJvj9JuZyGwe40rdVCaHdKZHugTm9yazLKQqda5lhlxuBVqcI5ELHkB5+2vnAlQFI2T9Bjiw2zo1jJoK5uwLoI8u3YIbjfK1CXa+uhGi8tYlszmwJmc3Y0QbdAk6CuH12dX/9w9+70jdJSO7BSfBipMwVUxTmMIqriAE1j5TCEthvE1sWlYyEBYXskUxghSsxw9I0NV9WDAzs0SwZSHJJzx432PsRWNDYXmlEFiczDxTY6kaL/ajPIzfwlq7pq2Z9ZWOFlYG9GjKrpBAzHmXdZgGy01VGvcg1jwwhKJJAOq0Xm8eiWXjXd+u17iFBQQmc71sbhkjldebe+Rp2HxuGoKnwWt8E5vXKcvpvRgNKQiksXiqs40fsEypR+c3105g2zAHn669OSGlo5fNRedDrr7ZZSLc4OL3PRB3eO7V8ZJVJ5XM6DJCWbfpJQQ0xHAAaFh5wEQ0pHyMjcxTGFR8WwcOVgYjDiNoNDCmF+4d+4hubTbQsF2cExp2gJ0mA8fRipyKMsBO4OvoJQsfD1iLUmAJe+uJUY1oCBURD0KQcDw7xugxFR7UIb6FZJm0cfnOOl6qPll4dnn4H4Lsc1/JJ+WowNn/3KsTt2PUiXP9zpHQvMlCfaaxzE4lhkUytvkQFRhdxGlrTlq3zfxMkSKGm9JM29NobTgJssdx6ESwyDQZv68vA2L5NmF5HLLKWbfhvE7kQ/w+3yfanr5dG9mkBsk2HO+yzcZPWdEbpHJDI5uF5iBTJceV2YBGUwxTbPaqrVG91IxsouPGRecBzG31AHbX8U4lH8zF1NBpkkWGrxGILlFuTq3oZRUtZZn2jbbEJXSFQHFWpiDxPJVnC61qIdViATgGQuRNfpyrY3ad1NRlCfdxAl3WzptWsiqoq8qILtLfbaO8LhEmZhW7n+5aqboih/+8MNlpaLQ1MdQxZA/IvFiwwHV+XX0KYhtDA81Zr5P3wA5aR5ge2UQGUXp0VUljRVGWc02gg9ySKJqF5QZzDhGuJBClIez5XSKafu4YdxiUaoGkKkZS4TG63VYcA/Z8MzPANY/QF3ugsy/2TJ879uOhlpmhzaytE+h8y9pc2imdZw+EAh8JUONqKg4zxaw8wS7fB23tOwf8tQFjMyKqG9lnDmlNPIe0TpYI/WKdbtWyGadZZmYKq+vy506tAn+xhS5/Ighe8YuZZzbyJTxZgw6M2QPgVAsIJ7eNCZp0OJR8DmLOR5Z84hJ0rl6X1YX9JKJmk+hI7AmyzkgmEi6Xs5auq8MzcdpGnvl4Zl6pPRFzpVZKzGakMJIRD8MClPNpXnnV2IMJdmHLp5nO5YAdLh9so37QS8lOkvC58qC1sLCRG0QebhD2GWKCNDo2pjr1ymm6P3LYqpwF02c7pWZRhKnJ2PWAtnLRKGJX9tRh7bHZkxKB+Ua1JWKPY7v3eE1bYxIaS5tFLv0qI3s5IpKEM24brabbY9uv6Vf93VBJTJTHylnJuGzPTxHVCFQBkB+QsHScnGryMWWdWU/6jPK9xHgM8W3URS+hKTmgrXz5CCEuB8b2eVBo2KtacTEDXR1ayFITLZScVicujOGLHTPpwhenLZKgsSNNQtSDGIZhT2qPi8PWtSZ8e/PIUU45GA6e63Xizd/81knUdwt8rGXOSc6en5dATosMp2mqSarAR6NTGskIc56aIVhDAnWKt4uNNYbNMcwVeaBlvTCrknw1gK1b+eOgLOOio5YX7vnlhekV7bOHugyxt61aV7rKrsXGLkRbJnP3S+GVzXTKZCZBtJ6Rr7qswwileARmVScLBzwevtI5ksuEpRgagEzMd8aIByJ1ZFeW/N8H5GUNmx9aKbP0Q2fN641XYjFaDj1MJ8yz69u9QTFacKcL7nfzzJaPkAR5q3+tuLJtvztcR5BjO1XQ4g3dwLqiCaTEpmddI1/1WYctlIyAoZ7nHqrU/OYNI3V9kCTniqLfb/fm06vh8nGKblf1PZduq333dOzUqH8leH/StW7K8DB34cgvERZvnl00NhecYJBPhdFNH6mlgTn5h/XI0uC3rMYsMzUSGq8qVcYZapUFVo+Lqs+uekDTmmA68Ip84IXxwDAzWIPEb+fX9fnuBj9+qfGVN6jLd4NNERmQq06DRsPNQF1XkKEOzRZBCKNu71lee9aLgs6bVHtOlY0g4Mu8C8pS1j2dcH6zjLW5tJ7suzWDCrBtWyXgQc6Br0vZdOmuDrU94bZ9z3Ge2Asq8G1ysx7hOjadaFEJ+oV5w82zB81b+O4ixoswXhGr9Ygx1oR9V0Un3I39yUmXhtquCaUYNgkkuNEKJARRrObZpaAVVuw9e73Zqr7oz/V4scElXXsxY2/6C1xQZTU6wlnMs6k4Pk1QxXFRtoPPFmW+wWEwwFqwnzXdSV3K/uKkXklw1zjZ2ucijIicoXYk3Q2E5ppn187yBccjTr+ZVgF7CakvjGsyz+Ya2N87O5pRYcBZv9cpQCJmHcaE3ccmVfLFNbA/eS5DJJL+1JqW22cEbBTM7R7JriGhkSCj04sFfAa66D7hcbuvLD5v5utdoPEU4Wak8m9mWZmHs2bu/kXny+f2Dy71F2uCHu8+q5C5rpw6FewFvE2ZSEA06UNykunZ1dHCBGewVz4mIbLhFm48BGyf/W4+1iIJLckH81gGa8LueKsTEn6YvWBAH0uD8bytOo8d1fmx8vyWCVnXeodzQlYL5rtOQbIUnRxzfXGKmEK6JacBFZjdom/KKkWjgzJtVqI0gWqkGPv/F32RWXaz32EVjAW7kzQv9UTzi+cqZA48Y4uvkEJJJEB8n2v8/bACwE2bebOiXV2bJ2FFu2kzv0vazJ+/fJl/8ubN/NCd/noPvnkz7xPi09OdEDdv5nP2mn7IonXzqt9yvUW8GB3xbwsvdxyP2oagfCP0mnollTXzSKFviUQlRaQGoW9pcVKotWbtxdBlcqboZWjhkRwRvqsAJuuVJnL00XVE4azvTjhYplW1z36LbNb+K6vK8P5mfmX2WNVyMJ+QFy0F22Wdn3tWB1e1Px24Rb7qrc+38b9+Lj+80p2vb/y16bTNtyWXsWCXEfl12aVWtLawBhqiEQbQhN99qdSikhIwbf0+6UmuFkL6pPx5mJFPj8ZKyzggMCwEHcudxiakNc21OTW9RPEXG6AHCN2Hj2uobojfMkQapTrvBR5QxYqVSgPrvw5jX7Hd0MMsYM5+g1V3NH+XeBuk9g2YeyGwjS6Y+6qskVY+Dsmi8nAIlN9OjXdQaokAw7L7XDDugklH2HiK3M2yH3duoIXmWSXyYwvjvBc4cIKNzYToLtF19jghJVggA5DohJFM4Eq02iNBZiBKyTS3LDmSD15szTzLIMRk2LBrgSQNHzAhJshmMFaC7OKVJuH4ukBVA0ZKy6I2ORkybyDlUTQdpb6Xxt/fKaW0/jj3L7xBLkxiQuKLnBQ5JxLyzYtKP06UTaOZlSgQMfjMIwn02T9C+IyZxvC/AtmwEPQgf0ZMDJWOoVGcjDKb5MKfNHYnpu5p3DJwsz982zmQ2qjlIpuFupynncDBJwuxzo5F3rkOrmZpmRk9hReN2GIiHYjilDjus91NCfETfFgyox4PZtR5ErZNW2NDdGEcyRxqJcSuFAzaX8w+jXehI2oN17VpRpwPvq35JhNhNpuhZab+09jTTuDgk5XoWkbW65SNC/sqSd6vymo0v7MZN9v/7sJ3caHdnvXvid2IexXs4oeOnfRUo9BR4gZaMt3JBGVVwStlMGuBDy2awafY29grm+blSb0IjRXO6AKomBwDERsIbmSCNmZe1M8h9J+wcHBLQ94djHddmyfpYNw97u+yx/3LX7/88s9v63u3uD9yo7/ege8W931AfHq6A+JucX8HCatDixv4D4RGpXlQby2kk7RMcjrvNw+bT5EPPb5ZakuPB5Bg70/JA6LJmYDx0UPRUZQDH98rLXcHWl8p/T6GizW66A0t9PGEO+4UvxEOJWUls5kmx+uz8SXXl0xr7KFGWc2YmadXiMUwVyeOfKp+hyYvOFMme6++zZtHvDiHYHm+oB5Sb18/v09QlzIV+JX0zRz22NGbVR7lasAJj7F36+k6UFuMiAOqbFtgcAg4RaVH1GSPvTAcv1Ra5lM0L3/8ZkkDHaaSlgXnnYQi7BwjgQMdcK8UTqRNct2f+ooqWNvw3/UXx5Hx9sfNtR0HZ7oDf2RyrCebjLxr0+NBEwU24zAevxgK3n19mgeJjmzbWMhmB24z4S4Gn5N1dkhBBBiIrCexeeQgYjOnvA78BttoMkSasQF9MkgcrGwTpvb+TTRHc97ro7/d5vKMYU+Yxd29pLtU+K5r8ySlwruX9P32kr5F67uZ9KE7/fUefDeT7hPi09OdEHcz6TvIWC/XHZuOIu13mKmPcO1awW9WZplLb17jS4A6UWkunY4aVLt0rztmj7qjUMw2NtmhzFCzSp3uy1z39fF+s1xCr8ciWWYIRTGcHOpwKDvKJB/UhPOydxWv/M41IV2kzC01hx0wFhCB6d1DzZUtlmqYQ0V/w7HDm0P0KLlszvRYvpDQ41HSF520zDZ7VPD6S6Vl9ugV1ECVLfGM69FgM7mSM5+aF+JlRm1i0bX0CeewGP0sVt4Huu9kzXt99LfbW44R7CZXu6+C91XwX1igu1j4wWHk3YqF//jr5z9/ukuFH7/PX++/d6nwPh8+Pd35cJcKn7NUGMLyuX991W9xwJ0nhAEXoUDxGIeXse2dlfmfhruA9KnNMyVXq4qPm5wjyuGi/DCrDw1YjEk35WRXi1MQ287urzhjHqriugxnWQNjo7DD+Qx1B1rZcfGcBVRlB68vsLCiUzYruHPsv0zWISWUiD6MLKnEic6ctpYDDu+yqFT6bmxIJB6wJp3x32nroo+UtMy2E8H/SGcnecckNFqUlGOamtUvjMw9afeM9ffRlh0OhlLSJaxKH5X5mTI4VGULmkw3TQllJvFM3P/uNWMfDNu3s9CdIIODDUdGLRKNfQgPmZ792x8Bua/hh9fVTa6LswuiGYC0fT3XLWLJjM4yBiVASG1GGHxyTumsh1F5xiglVbLgclaJXgxKzi2BVIpEnKpClMrVpFZJn2Ukravh3AwTn1Xrrq/wLx+sw7VU5HbuxKjzVm9wsPKyIhfg8ana9HvPUzWTjIXfqZrCCxqbRFkCCT2OTtVIMSqmyOw9rqcq2jpO1YqcUoenatYjVE9VoAn0O1RVIceooM2F/t0zdVFJMENRNFfa/UwdqxVgVWU4LKCxPemQTFS3ngxIk/yKGQ3jWGofbfmG6yqmFkgBH6K7USjEXGU7eZHA6fQx8Hwn6rsO845o1kBpXq4ILnJ6sp3wRJVvh0GqVNr4YkSHiCrsqhVivxA5Bg+GUIk+ERPqEa6Jt6vqiMIkckw61LX7tzT1kc6pn+0wka39JeG6RpIz39i8E9gqzNxgqgzkEGntem4GhUxd1snwPW2tfcZPZdhdSBZJvu0kOJ3ranKCrM+aC8nlXMGZbfRDkfi6oqVdpdySWs8q8S7hNKc55KF8knp4qqVV7/Xz+xtxraTP8P6/OYXHmZpzm5AmNba+VLR1mbx5amsnhmXZVwucqcIw7EKTJoSmCQ+qWJhQ0gbN6QKrbrYZsBZ9Nu+4Z6OrAwJgXE8LIB1a3OPZ1evTOq+5yhxaZ1FByTgXJGnM7UCdYDzrkOaJrcVHHXEhIYWNyIH41CtfSoSNF/nU66o5luEoPwWvY1Fa3SyT+70o9+BMSo1w+KTZNiLyk/Xa3GAnz+AMyFc3UJhsoVaClDK9bCBvUY1IaOzSX2hdq1MCPe5BRLM9niH7cg6U7OdxgC0Y7kXDj1i2o095WtYQb9FSdkjoBKkQM6bspIS36PGMnKBOTsc3cIK4kKr4OG2JAlUwnysau3Qm1V/aOYAWSyt0Jdyed751UnYqr3VgZkyBIqHH1qwkKMYNzsVYh5Afky6emuiS28WRs+EOkgIZcQg303MwhahKTZNMXLeSKpwas+YOT9IwNJmA05xp1fJO1nKtZeTHAyocFKIEvuoS8yXpwEpEYRr7VA3rrVExrpA1iWA5Zs1pDS6nU6SUSSDrCY79bAs5c+81Ku5IUKiY34kPu0SmEYUqlvZFl5xifqISn1wFOhUjCxsb1nPEDlzgqRML/U8bCjGMjsMoYJISEjNJr5G6UcLW7yJNlce27xjzR+KygzdVdyEwG3JPRCe+CUihjNKazlGBsfDCBCtNW1fV/bAaESxQU/X6YS6J6AQjj/BJqNZAcubSZCLpgNrYViMnYE4nupMKiZKLdsDStbRjss1EV71Vy6JR7UeedulBYEtSksTmYmzOBxnVSj30bPk55s7MJL4hvQrs8kkYcblbSZxBoQMpQmNaLclMwpUdaSKGArnnVlzZfJKDhU+EPldML1dH/VOzlUyxgKoTRaVaZvaXTwqFUCGNKykirYJJwUMWNd19dp2My5oLV9Y9dy7d8lGQmCoX//2oLy8uX3nRLpJmKCuWdcSAjA2okTll7D6MkznBwkUZI/Mplxb1vvmVOzegYqMcX5qoCJeRPhVCUMZHPjVXxTm11rxUA6HP25qVFcDSRBwHA3Yhk6SpqKoVio8Ai4ioLLCwsWjA1E50pZxagEgoASbPsF6WglPDLI5jJ+AFoCTtUMxPWag2EUd6sKIbjDi3wMqKWoVLfze2rkfR/g+u6xxhU5eNE/Kj3b2urYf5Q6u21mYzOpwb0+Rm9IL5lPSdqR0hngEBX5rR/QiKBKbGySF4NRRUwk4knd19iFuN4pbhvd170YteDPdm9MkA+3x9yC/9x/b1x1f9lutz4AYQMAey6qnJZ45SATaStB8QfyJxHi8mwmpMumWVUic3USYxgkLUeIa3qMN4GiPfokJnnJxbPB3bOWH1pzQtrP/OSSWBvh4Ef5JUdDupamd875q54n+QAsgRisKAsRfW2vPKASQ3WY9a0RRQD5IrUTHE4J8L9cz8kqslcAq9zOHK3w2okfMVuZrD9nLLWJN2SC0agTSpwwTR7JYOq7C3F8edbP6xuajNJWIlvfIouIuxvZIQYM9UcOBYqpSsBOuqG3eux4kqO4GUvmdBZJpqw/tMqpre72d4LYRFPH0OPN+JenMB3uNb77o2TzK+dY/3fo/jvf/vL3/59sfu6d4P3eavd997uvc+Hj493fFwT/c+Z7r6uX0un19X2LgccgVSlR4WUtr+DqJSoqAMwjZbKdjjzSvCKeWec0peGCSastbG98Wo5xjhPAjqWqWpO4H5XD9HmoLRv/3MVM6B0Gj9VgA9KXzjyotjIzEb+cc+qL0nACxgLpMeXLj+YaQJ2ju4tsunkc4ACouUek45Gt4srS74NstZBfrrH6dEZhxsJ7HfKMXQFOGlJT4HOZltWgNsTv3cGCCkRTEjAWlsYR+b+ZCPk2Hn6ATKpR8qNXzQURu/3SHpLiW84ItP1vLx2zT8Ngaa9/6gBeHiAFkvYetzINQUYC8cOHH1YFqVERQQEhSyYQcZyI3XAN5c68nZHA9ESQXtH+ER9tCXGZlTxOhd9kW99GahSwH3rsu5iXE8cVbMMySCekhZlaTjxPuj7kAELb2l+PgBpWW0Ooi5jQ/YMBteXFhAR04Dga+4xOpt88P3S9GDB3frimGWk104ZcemaHCQjuvMqflH5MGtJHo4Fihej7vCrp2gIryGfb732puT4l73N1ePuLvhIcHrUvGIGgIIzI8Voo33/XqkK4JEBn8Os2986c0po+azgAtOYXJY0BZqrRKdPeizBQ0Lb5aOqcOLi4LYvz0K5Rzgm10D3px03vBS2GhNx9i+/WNLdbkztITCcCIP6iEcvHQKz3Jw+8iwLuAaipO+elahjPJYDYfwnBbDJ3Mx9fJIBEUZlR3q1LgjUvV3usf37pJjBoPa2d/sUtROlqpoX418cgDY4eOkQJeGlj2O8mZoGvaDsu1h9tKLG/KQbCewQ3xKiWRE6tmxp+er0f8w/OyVWtrX26INVXCz8I55zGTJ6ADODlXCZplHOoYRNOexIyM43pxmaeviMI4xa+d5WGh4bCwV8cSNZJpmx0YSRePC+uyapcPLG6BJm3ZZdkvNI51yM1ZZKhRa05MpIFpqzfr278nMw0JrGmkUK6pHpAOPyFf99Pl2/Ihe+cs7ES5K0gE5tJROT2kwHcFcccBVRDgKDV91QjsbIww1zKrC4nP0vp3Tb+eJ7M70JiXyQIZdsBmismbIM0QdTGLqs4vGVp1VVlKDOm9wSmqgz+xw4zTMjh0jD4fbylrD5rzgFFf//ZVdGe384Br5qs8+3/b/PFb+yzs15YUAEDLxNew+fxU3HInBMgpRBoKczTMlDgjaWpsu01WEKNM+uGisNSzpD1hx1mFNxGQnx1aDY1/Q8B1ClXl2cUMFrRBqXM2aC2R+No21hk2QfGfiAK+VfTBsToLkeXuxKwtZykb7CpHqwTPyVZd9vs3/U/vhy5fXOcn1s39c7LCE3c4VE3likOn25YRdyEU7sYYYI8yES2dW+FTPVZiPjn6aGUyNB9rzyvONMk8EPipzhDMgZHp2dXRknbyZyrcYlNY+8zM74IiRSrQG5iYzYy6n+nKcpwTm218KbX7riXNUbuG57EbD9+c99gn3/o8/llfi4S7v/VKi3lX3bTDJDC9e9ZPBU06mxEbENvaZTjkuNIklx0WDw1QOZxdK0AfDdmNTprz/YcHm0GHWmpZ1UtLamM8uGjtO6gInfxFeQzTWPHsIq5BTiUgiEu76raw1LOkPaOsfr2wKyoWlo2NMtnneZ59v+6/rl1p/eKftHzrk/cLD5kNrJUxLkEoL2SyR15pnSg9TiWR9E5vGCtr47C5aIA+GzTLDQqSmdr0MUxROOK9m22V6djWqRtZYSSsNuttnep8qTF8clMHBfV0fDJv39nWW7X5vXVNj/lXrF/mqwz7f1r/HRu+5oHddmyeZC7rHRr/DsdH//cvn374t7j01+pG7/PXee0+N3qfDp6c7He6p0efMVr8uOb0SC3m9QSXURg8LudH8uDSoxqtREEjKuR3a01I1rUjGldML3FGEJK9gF0WfXbN1ZBcRir4tz2rIRHpkFq6zVhnuPjT09KI6DDkq2auC9oITg71QJMPCCZo+rvyNqVW25oNL88rqNPrsmrFroD55nU2xiZEp2gWNB0YZ9uDJCrx/5NZ9ZHSGsyAlvGGlMpaiVIVgnRcs6y3MXCmAq+yxx2ukemlfCCYRQyVGUCGKQwkQoeCjRml0olUWVkwsRcl8DZZMZLtUdFVrWNIfUCuua3QiBVuUvl1ZwVTIV42t7ASls7FSF0Z3rS5Tw83oElx8MaHaMnG4HoBwYiisjCBKzgBvSmslwrntmUsgjAsFF2nzNTzslNLcBMIDheY1USA8H7WfL8cJoZYfX7dTruc4rdFIQQ0+1Xj7buXFjEyKOM4QlHAR3QYCtqwLwdrMs+uoASbvTSwlb56pky4Ea9sAJHi01HkEXW3EJ+JyTSKFhQvbVedyZo98YMt4SsBwrc8ueoGkFni2tAOR5sYizQ+GzY8SSLHpvMt6pJDMOdEWjzlPWRG4tzu+OT4ORAjoxOVzjxynQ7BPIewaygZ9U4hfVsg4AwLERnrR0Tf12dV9lNlYEdnCjWSe2bwHRWTlaoZ9LfHN5ANoyax9IaPcBytbMO8Zm5AUscJKOEHz7OqurxPlr6DGOd5v1btWHGWwdk1bzT1thn4noY5tNySwtR3QeDfVHNKF7XgZF1vzius6Rb4u7dtlUU2oi28+SqsXLEmY2GbTajqtRTadDpVAyr+nw9cTZmk/LZ9/euV95nKWtqkaPYbrcTv30SpKiZxfRnRQuWJkpTpnEI0R+Nkra6umWs4xrLCgooFFz9kD1crT2QOG88vNi3KJpmqS9ibhcrYIizueLauSkuvCLgcJZdB7tsl+URlGbkcu2sSGV0jlSjspV1g/NBe0BbEoI6AiZEKW+i3Bkr+7fUrUGotz2JR3Z0CaybMEN/HtGSnp5YPPbCA05qRzKZ1s0nEQ4zfyP1JPDXNERo1dDo7llYXohbfGJd+Raz7iuEU0mZKzxsJkasTDOCQy1Yv3+oh9LUY/J+kzSntl9BBziJEXoQaEDCnhym4VWZeVbUbdd4bRRkd9skNv84dmTnuXSAJbRungos9GxYmqmN5CghVbbKKJk34wHrOSusb2zGV/6aXfxlFUApF4W8jWTMpl2zxwAlvHHcOliCBDy5jwSTbQ0NiYX/A6kTqJqku3h6ZjxrNT/CJHSsoBwfxrpJrvNo5z0IZCLT3bQzMTFg5UKBXBrWffezR3OaPJjBL5QKcx6B3Btgyx9zHyc6qmxZNMj+RbUnc+EMMltc5CrhVVlFRrAIEmcGS2a/VYV9Gxx4kBoQScSXE2z9DW9WDLZpLt3XjtHKiBKnE09tUlVzVvtkuw4B2gRiIe2GRBcUheRI0el+B8vvV8N79ev/RX9hqu3/zGCQYEIzJ3cEq1HLypJaRxcXrzBqyG+Z6R4iwOjGzjjJwTb7421wXptt1WIxKrTQkOR02WoeTlLV68Eg1neFtS0Bvvnm68+7+yp25E4+8v0I13P/ol3yHe/cf//OXHX74t7414/8h9/nr/vRHv9/nw6enOhxvx/h3kq1fRYHJLByzLepJZnPrLohdNkPdEtCwxrlRkEIXlhPwBpWEJL+ZwTkWG8bDpBcELaWWEaTGVRfNXydRoZBYM7je40Eet5QXLV3k5qN10bd/syP46Aeq7qVJQQlKGsZdcdLJzjxN4qtP5Sav7Zjo/I4NELIiziLHyqqZ8UsmKmAQadW/lJp9piDyr5MFkuwgE3o+WiTzr1nKo4whOG7ZsOcfGy+2MjvLLwjPa4XtJCRCXoCUNJBNMwl1h8+xqt32iyw2Sq2oR2hD94bDFg2Hzey0v0H4TMepz4JUDBW6iUcqJmFRSYGaiFqj7JorYqeK6zmdX4XzM+iJGBEQFSW+S1rWztn2LTPm0lpNsjw5k1uui9uincDlFckiEVpEmdCIESGfce07MP5eO9Mvb3hW6aqwxbBpbaFpJOubYbRcRnIbGjr9LfRB9dnW391mt1Qb2FMJ6wAHhofdgmGkwETRgrKxLg+nBsGnsSqCLB1c0AOh4ADLFLXTeZz22UNXm4h7hsg+d1yYFiUgFGawiDEg8bKgTnVcyIIHplSclirhDawwzYwDIPiTnJXZoBTZd8AySYA+hcj66CqpYORXL5QUsNY8eTiCwc+RrNI8zzq5TcjZH0DQkSRpJXqA1rUyOKogEQn9kJvI67a0OmycqonGeP9HlGwu1ZMcgOZaO0jfzTI+fSARTIxTRVxY3ctk61q5kXp7A1qjXBQ3oK4N8wsJA/HBS0JA5cOtkidK5ppXyN/tMjTWGmREHdMl4sn5Bl8OVePA28/HssW74u2dPxJB02l0dNs/IWRogIlxwxjKzhMNgos6LRKf2mR47iVmOE1PIiiec0q/j8YVMRKfbD0BsVNQpHD12KrNItqBaQJmeXdw74i2YDJVKObF9Zo+eFaAmcvZgEUDcwmVlHwwzO2Chi5rxQ7N7UDxiUzGEIsBJh3UARYdAaZvMMXqgYQXYTHjy8Qyi+TZTgNF8naW3uWyddUw2aSUflHGnIVXBWxfcPSNjb7B7ZEg14jHZA3GwirGnhNs5He5EbSgSaQg2f5Dzmj+0HEzU9oOxqu507xHgYwJjc2bM5jjneey780Tt2igu+a2syBSTXkiaGGw7q0zoyuEGAekaulF4tFMpLj4rZXo61Re+aAQlW5m2LioCaC6jGZMlAde6AOMFp3lQ7KLTSVhgaOQg6dzGLEBmuv2aZ9eB8XgtkoAUwNiH2BnViEhAyPJC2+tsjPXIl9JewbTi1y7z8xt1M+z2WIuStcyeSdQwNCG4nUdLlqZzRXOGpjvpg4hEADV4ItFDS9eBZGGKWUTTcCE62+jU3wmNrnFC60Hz81LGIBaFqgMcdv4BMyZRuj3jBTCeKmP4CFZNPtNA4kv0yYbPkahDIBU3OXRovsaQyOjISvVhH99OOYgiBzJuh6f0wgn5dqPAgy+dlGU+mionjZS2EKNSOrrMFrM9zMKiPJ55dnVk5WAWqOi4tQ7bNepGPBg2V1Y7knYvnKoGIew3vyC6emaL11ahhNmIMr3JzJOlcjfCxGph2QD5tKhuJOp7Ls0uafAuOB8pxBZwhxJ1YrBVpqlWPBZKIaa7XFYfGqytlUpjsKrma0d28dq/CR7jEbYyy3kNHgLiApypj5WPMvKP+oaJhT/m5QZX3+C5q2vzJOC5G1z9PYKr/+vrr3/55e/f/uQNr/7Qnf56D77h1fcJ8enpTogbXn3DqwUVOdF7//1o3IR8EMstkC6roKaRYrV2Qiz3RFwO4+KIslerU+1agLB4eZVneIUXSxEjI5BpxJ6IsNOjpaLe6INYVxPU0vrS0NBEFSeh+Sa9OyEAInG+uC/0RVOXQID1HMBQYfoivdNAyD15hvx1YqiPn8aFP78BcGg1MykV5DSW222xZAa/luZEXJwqjyyMlSYGd7uv59+N1G5bO/VZTu9/hwawlBqhWjt+nItmgFTvkatS/j3UtpOB9QDxSIpyEauKqTLmMU3SsqtVxYVKoDl2ItbMoreLxsqkCHZVRdwBjS11Z3m7iodL3FovKxJrPnxcU65FdTvR5M5YWz7tBdedcu3ImC7i3B6F7nVKJmrcUaoZDZJR207myGqwblEUBnD8SIQIXM7IXMkhY1kJ3ixDCog7kT+HoMftdEARW6+tHlshTEJsK4nYyrPZ0o+6YlDglZkqPHyGy7vMs4gJOCQShUWDYF2dWmmSaCBXX4yBRtAm9c3VdmpQOjYD6kImsQ2jADGpMTmXDH+BpUJE54XowoC0NYaowR8Ioj02Fk4JjUcrfP+6+vRNhC2rQZYk+GyMAYLTyJB7Ngb19aKojz1Jrj50Z1YfVVHPK00zSZ8rQlNubTQ4MoIqgt4l9kUXU2shNY7clA9fm1E8iiFJHkImpLVNg3Kh+aAPhdmmwa6SST8alpRjCI2V/goNdh5M9aXoI8lTgiIIVcc2UBu5BNMmm4G1kLEpHCnIpHMcR2TsWB1s81nD1NgDDu3auc8Xmawz53ayw0Urm5idblUCKPXZRRvv09+Tbrk5xNqI87iMlc0u3GwjQsGZlSUhQZcdWTMC04oJGbutpZjJzN1WpdW6OlbSiUtvC0jEzwz+KhbgbUmeoQuU8toO4R8dBUHBPhO50Bj1uSx0DS1ZKR53U8cZGMkBsk+E3ZBxeGwtibTipNqHWKU1E4xSnDpAMpjbPK+v2tpJKFzObxrX6SqtZxroeJPKQiILt3s5816pAPgHtsphgMiEoOSZeu0LdMgKUoAWthyIxZfmMyAj6uhEMz2e4cLmWJClcgPDoPZD4Tn/vDil2TkmqkUKHA6HTvLBMI94AdFJ1kpqYrlOloirxhbFohiMKbPgHkA+haQZ1R9aplEP2V4uTmAouNVjl7lgdpIUr1qSk5EXyJQ+AlTcQkFf6QYjhWUaP+tVtSOMsSRX0rqCC+cBXXwusRtQEm2tdIcV+3EIII/fiSqXeS0ct9bmU5aWhV1ge21f/IC9G3VgJPPJkL0InGySas40LZ/LuIGbIumF+zf911yKdiIkijlcOcCVFeY9KQaWPRchUiafV59kQ06xiqYugejW5QDBe6dA5SpckSUFbZBtyIHkUnsSgF3CfFMITRIYm3RgQgF7jfJNcQEyNtVTxCccD1fSLtkkNnAniBYbxu6U9IMnfYbFB0lpXQaZNx0osHVhnRXJQvf119GCMDOV32ymArt2Ew1wsVXSXlIzONBZGRuOB7h0ZN8ObZBORJpVlqtTemYAapbgWUtZFM5wYXMhigAhvaFsw8fQkGm6ZONNwUppXmggSizF8qNsLXQBUfNwkoRdSCNi62mhsZGh1pLs4exjDiY2mOPUZXpLuop4oRduMaSJkILtAkFLgkPCrkjTJp+qb2QXHv8o8mDUAQ2UxNlOyCy1FtbaiZ30Yk63TG4k8I3zunFer1+gGwn8wWHknZDA/8fnH75++eWX//FtgW8k8Efu9Nd78I0Evk+IT093QtxI4BsJLMOoa6aVPEWzi5OB9GZpDZ6awYbp7tWwPL71m4VL7xTe+A9X4w3fHFcnkiTzbq3zJ5YRlI4fdv7HzyPocTRMXpmeXToAYgetoLd78drOQSihJi2hMPu8mYunpr9h60lYlDbP5odTIwxkox3Mp/e9fnBpGawJrjuDv9ybvdgp/hysxdu9+XScv6szd+59597/wgLd1ZkPDiPvVp35yw+/fbpLMx+/zV/vvndp5j4ePj3d8XCXZu7STOyGpPdbFt+cZmViW1hNZWnE3GWfKRKoK7x0YuLCBEFZyKkDdOvBhN36uMOArk4rN+YEFWJVIoGONNwkLXwU6+lESt7PcZJDiUfmhR4vbyffy6DTTJj+JU8YpNZ3MkEjOxHzi+YVIQDqSTIwrJUYA/ZHcS+fXEXFmR88gWaqDvRPgxPawWc6hFEYfm33R764cdERmkKC3vrNZVn2At7VGYdGsMNkVODsjAPCsEtdSSSntEoAXPPsKoiranlzgrgqMoabR9NUa1ZS8+fO3U0d5+ypuSz4YsaCq6fDXdC5M/Y7Y3/9At0FnQ8OI+9W0Pn1hto8wy5/vffe9Zz7dPj0dKfDXc+56zlWJ/zbuudyTvARKiT0YqkcXX6tCHXX9V3eGxcPAWqZq5lTCW/8YpmAOEVLj3WNrlN1b/1mEb46pUn+h6vxdm8+vUXuO+2dtdxZy7+wQPed9oPDyLvdaf/2Hz//8uef//b3z5/uq+3Hb/bXO/F9tb0PiU9Pd0jcV9vnvNqG7b9X/ZbrUyRFtalm4r7sPEtXHK6ml8eupOiGFQfdKra4xb1LeW0cY0FBrFNdanhrbWRuONfwxIgXlJFEV/iUajWbnBfwiXpOcpSXOD0ucUllV477t9+47zr+ZShL9rt8rOf4InGD0ZtlM5+S8kWoglE0dn8zuKzECYde/cFivNmLQzunTYtrodKbb/5mIZT2GDlMhgn5rd8s+6SewmA56CfL6YUR8CQPIZy3nfxJDlyHFWSTW/PAwZQUcMprWPzvdRjcNcP7Onh1bZ7kOnjXDL/HmuHXrz9+uouFH7/LX++9d7HwPh0+Pd3pcBcL75qDCIfhEIPwrniRMU+C4MlOGqbamBLxFhR1zHl9AcpgETCahaYJ/A8+Yyfjv6l/oSNYRYWBdvrNRhyssVWiUBe6lQhTJ0Yv7Mo+HhZEgNWE6kNB2g6GLZaFR2/iojSoKqPWcA1SnoTkcw162ClgL7pWW3lMaO08K7WS8IHcfTtMhuQUSQpt2wZvF1B+b1OmvGDpy21TptxJP0h0FKdY22SLXVRW1eg3oh5LFnqj9Lh0wrZ9ytVZa1WLy0o3rLTddlsCk3eqpkg0vbm+YARZphrR1V35WKmJwxuby3Ro7ZOmST9YIcEnEX9pyB7UTcycf5eWIPsMcApxc0ZGe5EWwHi/GuWOyQ8eeVeKeBFqO8g+eMNy0u9tS1GaTY8p1HlzDkRlUS8vHqydfaZ6Pkl51Ofc4zqJulXKJZzr1jFZtTHMsICvsC03aV6wNXUm2BciexQD0GdXt8+kPldbe6FTzT57YNhHmYXxAwotbDpJ3kT6jsawmUusJJD74InzSDQCzenAM95pB90F2YNfcF+5P3htnuTKfRdkv9OC7Jd//PqXr79+W+K7LPuRe/31PnyXZe8z4tPTnRF3WfY5y7IhtS9ffnjVb7k+npib8hl9W/gczyEB8ZKxriRy25X8eL9imEeTUyUeiEWuVSfbDL/OKQAYWmrNsqTVeCfOK2tFLqb6ODmXM4kc57Sck5GHAb9mxOH1zS4CYcXooU8R7bTXfFVDO2n1RcvoyxQ8U/XcyqvQ6l59uWhr4hLQg652VsNIfjGR/GJiomvRf/YR+m3LrDhN71ozyQQ+bMXd1sUYthsr0CxkFzq9Z58v/H39mj+/Ug7cAQlrREp3X5ib/OJ3HydSgvgXW3rBEotURQ+U0zsEFXHbjkXK2n30nWOJU4lw2poDUf7HXLQoZcSoG9aDRGUO5fZq3Od8rxo7G1ym0rbOTaGKi+Y+Mat0zCwWYyEhQzkRXDZ/irOHNYvqsU+qfbU1Ualamg1Ithcz9Y/kOy2n9PbIVh3Rn7aWqof4rOMHbUJE9WJ0AnH2CIFKAt8pXCmLVJTZNlJjk5ZgrewmtJfkoyxgrEQC5O+TfvHiwoUnWS92PMfLK65sb+qJs9mRVOlj/t2sI/OGR8+FuE86KQUUIuXZgsaufa/yP0hEVuwDxaYiBLMIvvrI2ooOMDatRF2+weEqosWon55CfcGFHSEDJck3lVmXhRUIPOqnS0KEwvRWfjySKz5q8GLRfcSy6NP4znPBprEjgu9COZpgZRVWnSdCAEurKg1re+DcKAS7a3/BrTW2TCYy1wM58pHjd4iwZQTBBIfB+ZTg+bKrn376YUmvcxCH7GqZB/WeXcmecwmpKWtnembVXTOuGWmyHviRjHi4XzbY+aJ+7oIuWKLCHgxyB5OrNahcfdTtFaFdnfpCTKiCtnjlZ/0DW8fLG+wn6RY23E+hEGxDBrLoqBrvWxDxonrJV52gaiZlkEQoeCRXMFrZUmhlc0mUtuaRXiUXY0fqg8ZuEvKozhSLVhRmg3hlkEk3E1UzCejnpI5YSipoqDfn6oJnVSkkJSUAupnFzB+66I3GyFC5uIGok6/oButkqtYjwISj/a+OowKRRhIeENJwPm494xHwL8A+75743e+4ujZP0u+4e+LfY0/8zz//8D9+/ba8dz/8I/f56/337off58Onpzsf7n74c+arIdT044+v+i2XQ27TcuLkFajnKBbwltK4UhnFCbENKDw30LVIsVDBOjbtgsyyajs5+sO9q2VWw1UPRRtQKohimlLxwLBZVzXtATMO0F93k/gDY61hsxS0Yt86LrOVrcMAk2f2oXmPXQvz7GJ1ZXxwrK1bv8jshfHArHnHNbwd+aq7Pt/G/+mnEF6JFrg+n7jMzuxvZsVdehSxE7xkU0fChop59vDZqbkad95l89nPMiYfyTZBE1AqUjiguKE7sEkRk7alTJhawFjz7OLKrnq3miiQsWIJ9pN9ZsMUNQHDSu1VqScGjyrVg2Gm1LTX8HRl1RNnnAokMvXgGfmqyz7j5r+rVPct5B3X5kluIXeV6nusUv3y5//x46e7SPXx2/z17nsXqe7j4dPTHQ93keo7SFev3lXTMmf4Jxdu2Sflr/bS40tAwhOhCYFqinDuZMJ/tDlBPq9UldHqGxeGT+O/KzBlGrtO9ME/DdIgw816bC5VGDcA0o64ypz2UfmrxrbJm6HGFpoDyAJqwZt1MgC6WVMLvLIixu1hazrwApmIgZJFHjf+gAurky7G1j7fp7hKJ+YFYU9gYwOxRIjs+YIVwNKIDkTwzUgoJCHwlKL5UTEIweuy2h1d1u7xub/Czs1j9pcBtk6k/dlg4EAp1IdXPp7pmzkeO0hQ+VjuSX2cOAT36jRSIcioht85EeRPMELBZfpDwO+ISaqTY9+Akrru4lnQPihN5fCCtqb6yhrHH5g6wnvBZZXgApZGGqXayvoHEGpETwksPLn0JaJuTR2nMJRqc2kioZI3Pi7cPUvTQ8Cg/qOLC4yjtMPpJCcMYtPTwQRQ6l1/wCz3Bx2VNBMDyWWeoi4vVKMe8RLC0sP2NhMK+5+zEwqITT8fB66Hpbbu5ODK5D6ncC4Ojwbt4aX5aIWY1ILCYOchy8MSUsFN6XHdJHFw+cbCVAYhaWRiuHcOvFFyqpbQ0pX5iUTqw2UUVd89S+X1Bav6nToQsnzID7iNiOCSxuJDRbbsZWZdUR3e2A2tkRmfQuEkae2a+M0hm3yONo6+PQ8jtkinkfREqEcaFOE7LU3aN92XNOSXV45tPloKsrbVtGr2WLK4TIrEkSol7BOPfYnpQ+xRm9VmgivBDpAElhgJh7OduvgzSaYOKqqxdTb+prEj0GKveNOtwPwh6Q+dxo6M3on7TPEJymramPts3Llw2D8JIyraqsVotbW9uMw3mHxrmlqqZhXTVOPiM/vImpPPluFCnHJxrU5juSNyFMSM6MyvcYJF4/Mc5GDAgDxDFL6M4p3TzTiYHEHCT9lKeLOJuLfietSJrXS6SPLnQsIry4AuMK4R2OKWeRxMeCMPjcgu6mTq6kPUl0LQAZH5D9LokNy5F3AAaWY3DNwh0qizELAWn5EsM3mT9FkhYzMd3HFVT1dvbTw/3OM5zWm+SWSKr8kWEuacU6f4uh0QaGvihW3Jh+xCNgMBSMatJ+NFYnhdAS8QZtsFrmix8lkQx/34lLLcwRQ5WJoXArmlkTwuEF3lwKgQBuKiHLzKb132a/tFS0vCMLApax3YioeW0AgkXNWRT3Vc1eZVTsiN40BeaNxxIyoHW4Ulh8CDPO0unNk+0+5Cf4NbKy/Mz5B5NF9GDRcIsNJHjoDKkXjhctOQIlBCY1uiw0Au5HjxlUMjoq2VgI5ywrqgB9N40YpOIIETGZpHek4EDX2hmVf54iumA+KxLgF2RG8kGpaLMdEI9Eg0ApLUzkBmMnUcd4zaXLhqbJqro8ZqbUhXlqfdt0QXj65Fr9q/mYzSBfW2ES+kR2Pl9oX3mIeZSzOKXNBnlwMC/WUmFFfr3YkJGgy/lxbn6wvmheOYQlIpCf5EJnFW8OCoNr+uaOtkf3iY0M3kskmrDEndmNLtVnxQz3lkgUyCzhfEbFO+aexClSd5hqXQ7ZmPyxpKDlPuQOoLeXaQbK24sCa22BPB5agVj8U2nQjNYptunHKI1hV2G6yVREvZP5PK5HN6ScENmQWkMDfVUOaYdtb+m7laZMxh1gMnWOM55rqjmfKFurWd0lih40eSqQ1LdnSbJWhx9WHvyqXy9pImIBorFVR02ZEdUpAdzzJlh8mnW1sXOr2EpZ3iVuPC1lZTooRLs2BNYtp+wFwnlsnossPYjgtbWbwhromTmLXQEIQ8c1FLEMabFW5eWW5KeHotkbp4spciXhPXhfPuETSay4lQVkplxY0pLyhJ28jT2JWg+2nkFFjlFVK7U1VeMlYkyDuurM4UqBsERkNEJm0QUrUFG06puKilp05q6QIv8IiJ9t06wRCIJbWgFkdiFks5aRJmyMK35tE/KCVQ3bQUrS1MQxf+XiZ2PFzqsNkhJ031iDGlJp4LqaY8mfUZdmZkYUnKZjgcdTNT9Ll7iBEJV7byYGAZMYa8IFUSDpHrN+0EKRW4NOZMz8P6a4JGkvg1k8M1ZeGxxhKuIfpUpIsEK4zePVF/TsjhVsSypQX318hOOZPLxUnDblxsVsw3auFMTvA+6LIjyEdCNhStV8wGfHC61NXOx2LLRLomBFoRjR1GEO5OyLAILeB0Xc7jApHIC/RsVgk3I8Izq0MLd9JUxupR2sol7RwXIBTmyeNsDhGN7VpsND1KBONUU6+YC9t3KMJ1WxeylflCRQiIWC1bJx5WgXIFzDe6F0fUeDketFnALOSyCwNc1kgVnk16Drs+3Ql9KVsJMYJNe7pqKzOFCdKFGDhboTqEdP99eCIPiMKq4ZCbGbIp4k5bAzHcprrqtTrrMxdbl3xAatZ4tlVu1eSwlaroUjWkA0GIiH2A2LMUorZm9oFSaQJf6r+V/LVqi3iWhsJebL+6sIm0z+SD47qO84zOrlXrftPUAxLWdXLKXd9bSBYg/oooKDlnI5wGUl4rcFfeZqNxXWNzwrcvTSdykq411fhGIp6hRZVTYhGFtFDQkmdOFZNIHVWBrqF+5Eb7hzR8w4i1obGJIkF26aNIhQzVPrfi1EEhCgnEt7IrGBpWAuLnkXo6VfjawTxGYtbIZOpL018znwXjkkggUulq+DAdrC/Y/hV+Xrx3iRFYjpRgFNBfAzOdGmT/9TbKglWzwFeZjfsaoZtjh2OFT1D86AWp+Fy7clAZjhl4DvLtYVakOJDp8i2mUtBK2UkyOTEdi7y8YNAaRlSMsOM+S9qSOdG6ygHtEgkid1QlomP5ZWusoK0jYkQMBYIxB1tL91lX6aFgP3U1IJa5twLLsxhKiXmMZLofSk3OR/t5JNsErhlXLkRWjOQecxfJxwraakDzFhTt0/qVBjouqyoc67LqXVzRxukF0lcZn0Nm/i00u1iauaM+vjaW4CQFJbxxMuN6pqtFDCLCNOWRZwmUmDp+I6fK2PGTPgtlA0F/QNIfQDrDArZ1oWYuC20tQw+tthoaLuMDWHvZwhPaWrLPuIFAzmlvjc2c0AuWRZWiom4kbFJL7hgoZjUfGumNj5oIuptyi01jE9FISzQi6iNB1yONtHYIrnrBvIqoF4QD2FIksK00q+iQrZ16qfLnXOQZpPBLUMtIXELyjM4tuYWhx0pRDg8DL/GTlKhMJDB5YpQX2Bj6a2ei/rLQ7VCOXZ/5MiwRiVEJQ1YuVNWUSw1WNTeEAB6xafWB3Muq4ujzhvh9tFV6QgE3lshZEJtU4JCV5jF4EW89Di4avBDYORrbTY1lGsu9I4m5dBbk7iMstDWh4OCSH4Ap4YYOp5TQyDNNf10VMj73VvJha9sg0misoPrAZQWb2vBiIIJBaKywB+LFYBwuLpIdMrlQ0A0E4EsMmAxjlhXDg0vOB1SWkJu9ixcMG7CiJfNDNCNQjWyISQlIq2fsOSzEi2u7QK43aCTNChWKBa3TkICkVTww1/ViMxc27CXFqx4bqTUrQB4KBY2zFyFGoCJRpPF3uQW73LplwbBeLDgeTLgFY59wd8WgwX9WFwz4cibrs/Z40djh+iiIFmOgQpGdhJ0Xi4XkBuXGS6XC0yOzH8XXcvMC3sRPV9fmSYifbl7A75IX8Ndf//aN+u8mBvzQff56/72JAe/z4dPTnQ83MeBHJpr//8SA5acv9ZWFCQfBzTbHZ76te8wvZ24Xj+72oDf8xi/e2oevS9F/781bvwBA2+tJUW98s0HX7Je4k6wff7wa0SVeHLxZbD7V9IfVCNrx3P+teK7GjS+O2rH69uY6gUHei9HWcw2PP35zSee6E/Bm2tlv92JBiFzfgEJGgBuwzQGFa29W5fTpzGWvW/ouhpRB3lD28/EvQTDPRrH6W9CVxqjDBuA355bOEWIBe1Pqyjni+maBjc+e8Ew+TkGDIc4Il1V5E5O7aWq+9ZtPu8YTpky39Md9hXvXtXmSK9xd4vsuS3x/H8HtT5/uGt/Hb/TXO/Bd47sPiE9Pd0DcNb7nTFjD9t+rfsvlkCt9frxUtFN3VLi60Xv1yaX71bTurd97dh0c7uobhemjMdHlR0b62G/0Xv0Fl5yI1uHse59wl9/X0jvreNe1eZKs476Wfo/X0l+//u0/vvzjP//66b6YfvxWf70L3xfT+4j49HRHxH0xfc6U9Yf04/rKcc7rF9PFiMd8u2bk7oTEF254lGyoQZmFDRK/4RBZZK52maVeYChHppFdeBgfBnDmaFafQkFzmvSAIu2AS1qYyDpODWgL/OIYmSGIUvpz1R6zLMIJbJUJB6KM7Dq2MSkji8/8kMx67OQASoVhCHDNGDvR94TAFIQy+Y0k3bXtP+qisbVMgi5LkYbTpDIlSozixbCH78aKBgTQIAgzsgu3Y1jnQKOS+mVaWCH1Qw6nWA40cVIlku6N3MvFWOHUIO65Cf8w9BIZCcWF0wf1M4vQXsBgVpH1d5koHpEAPXZTBYSoNRwxgQ8IA2SGmZyilErT1Bx8RuBl9hL5joUbOKCtLdD8UJEZTYiwRURqcEx3nfrAVycJV2JCiIYv2Cp50WCWsEshbYdIZNBYefPhEJb4jYTHsnUXDFuixoWjuiUqBe/kJyE+FCF4yy4EPgsTpwrDG/Edt8aCytnkzTPEMsWEnOU+TNJCcYnnQVGJXMs2RMYO90RjZda7Y1JQnaSqNwFhZEKIK50H4tpEO7boZdbMaKJStbA7uFDPyVZC2rFomRzMlyQmr5KZXWA8Q4ru86mhQ7W+JLzhCVVsdFk7oWCCtROKOzidhGcfUpS8ZiZsGycWUtwLO4oLodCwAfXI48jfaMQ5HaRT42AjkuRlEulYOXIXQqFYAo9ji0I2DreyQ8pwMclKjbAa4dCPofmk1KIwiCep8C+T1kU18XL/uyESLarsMgxLm5qPD+GFsgTqXcXoxM5jnwQZGs03C3U2BVDhUXYR7WsaWKx6J/Ey5JUmxzcVPVzWxrJ9MTux9sWF6Fk22TKIAnLbIKWLyrJ9IiiJ66rMihdNHScJHkxxHEwZPcAGzRkGmBjXKg7MLPV0dH2+ksrdBbxLvO+6Nk9S4r27gN9pF/D/+cfP39b37gF+5EZ/vQPfPcD7gPj0dAfE3QN8zoT1S/safnpdS+N6D1CYxKGykn2I+zd1EyxNxkh3Kttk2e8pq2HsnNWDomRotvbmcasuwqoGd6oy7kWkP1UMnalpq6Egn3TpMlwAhXU++kg6RZKWzl2/o9YrosqxTlWVhSRai6wilCbNs6tVgEKNYKHgg4WtRsYyHpg1mxQLK8607tNVMzbslvaizOi7z0WWP5ZKOrYoRJOxHJQrTsVy5o5bSGBe6hXIL/+wvfe91Ug4UCRcsAJwNgo8XzxdPveffvj8XvE0KZ7hmw9FJ77AtWsLajZutV2jMIVEbamtJIzqg5mpmaUU6rKXxn+sfB4S8R1LXZQkr6syeWvxrxFtZAqzKHw1RjXkkZZHVKgU9SBqS2U6qVJSDVKtqjrBFOQujEpuUQkg1AtCR3LmraaNWJXxbEVTVxdRrBQbxVNZBpSXERNIJTGrgsfsvS0TpKMesLy4CMwIUfwKXJxpYW3uZM+k+TsLMbJufRSSdJzyzVeNbRT8ZWGnlKzxOcYr1Reoq8shRxTt+eSlg9sV8UBVgLX8xAgSQlnVMSb4Y1Gm4ZmT7cKqV009gKyNRBR1jrfGKgIqygGgIut5/FBXd2kC5Eyyg9IQQ452OexRCqcXdAFRQ0bKa8nBXaCAa6amfwyJslXpDq5wbInyIbZWJLBhsiJtpexxZ5Hzj4mZlRhY86pEsMWYD3pWCqWzILBz+cDzZVY//vBT+OmHV/0Wh8xKNQpnrdlj26vGqlGVWkjx4kiyba3alZ5ZVSK5LrmmeninQA8rZIDbMxTAEiVWOKUkkiFEUW6uKG4uiZsb2AdxFUKgjmAf0TwrcPXbkEmkktyI6X7LXnxQtSsZK7othY7UwmTcwwjUQdtSQLz8aSC8mlgl0hCQTChA7JcmeoB8dWNIh5WNoiuAETXHc1OgdGmpiqMwGLMCXvCwuye2oupW2i/kpqedr0SB5wumd5/6bkO869o8SRvi7lN/l33qn7/+5cefvn798dsS363qj9zrr/fhu1V9nxGfnu6MuFvV30HOerUAUCMQV+d1PSdvBBw49GKZ6jwlT4gMTXGnT36HN4fZ13NejLd6sdw7fRQA9dVWoSxCBUcaEhWKodKRxcYtiqvGsDoJa8oIDTbFZMwIDT0YihZlsIIX95gIuR1jPjcFh+zNC/YxRU3Pp34hWHvsX5TO/QsprOAyjE+9YG+wBpphlmcugwHSDaOma5iydloYClQdFBsqlgdFeQ5nQ6T96PDJrAmuWzc1bRq98YslJrgIbZpXq/T21JrU6mNmUdCYK8eEqs0JExaKRz9PBEcTxK88/ITmTRtNGm5RAXsOI33quB1GVPBg8FsxhNfsozstZewOAKy8dJ5jXaJOr5uYcBASAtZf5ZlH721TBseBdgvIyfoMZwZFpnQ+m8Z2BcDNmFD2j3jpi1kTXLeuDBSvbxIUjt7skzUdrcabvdkpOeUQ+WYvdlqLo3Pozd58ejFuhdO7KnNXZf6FBbor9x8cRt6rcv+Pv/z12+LeNfuP3OWv9967Zn+fDp+e7nS4a/bPWbOPX0toP77qt1zXNxW2Pyjal+pE0JRXhkGVSKRH8qxCaW5jJoRruKD5KtQMUvORKZSJJ7h4er15UUrEb4963RGBV0tojNzdcNpY+1y7gt3m31Wg/1zglrRYNRc47ui/i0WZWJRcdMINDVfOJGPqzC02jJjVoqTfZ5+psJNmLhN8OacJudcKUmNKxLF9cHxL8MMRypPyyTtAzaXaeT2uZ6FYg8LG2Q2McrF9L6w7v1iY4h7zvBycqAHl3Ui0lmPgGaxVga7KChcIerkNuhLxphOtberrIY9hRmPbosOq8+823hLyPuiNpTX5EBluUH8aFDGzo7M3Zjj/9r87IneGMQGROUYetlhfXsmt/PshN1Kt7/SZ5qA6m7LObrhuJBk4bE6HN7551Q+2B5pl30VXEceGZW52g2cH1xCkGZLGWdkP5PUbPRbE1ixjIl6d652qbxpbViUinnOZgcejlkDTB1srCW3N+3j61ZGjwrYm5T5TPrdAM3KysAkXdrwPY59QJRYX3LmMYSA77jjLiBFTzjcK1AtNc29x7oDE1SGFk5ZQfTwJT7/5iIY9IDRiqUzDLlAM5DVYk6aWNqriN4szD79q7DLXWI3VM8dyxi8wKZZlMIMoV1fKinKO+5FydWa4cJhp++SsmRmunAjkTKzW8gwHG8XW4BMSixIuzCEMM0dsBkaQOFRGdpAuQG5PKyTykgW57FyZEo/QCZZJbzY26RVuuuzK061vd6tLk3zSfeNuLJyIXxgnfcHLrT39TaJJhNnpINh+YNYyblITGuOaWgjrBgTTkU+H621pw1zq/OKkQ3iu/ml5dH1fXKjBO/IYF97grpCvScacX/DQDvkFJ4WXyIwBhQljkxD4uHBGxEr1BqEoIkZ7YdnAMFXKvJipsXRfkTn/U2cVYkUrXLTla51yXM6yIh+CqdLYZIz9BUc8JevBedSRrTS8YC79ZIOfPliYgi4G1YWfazxqHU3tREgtdTciIhpX2FO6KfC9hCPgLbbtlqy/2ZvTmwRH+R5v9OLidrl9wiL/jyX+lF73Wy4X+eU2PJnZri4lTZEHpbaZuECcd180MbIiUh1qQnK6INOJAI/zdXcqscyL1m8X38zkdI2I9EoJB+R0mfjejBEmzBbWIwkvHvVR4cdb4XOV3IlMQXhcEOG+Saxg9r4uL3AgiLBVdtElipl0iUrgiuNGmYe3olAJhi5FZrrChfE7HarwIosD3rXGk4gV3GGrLrsuQyY2AaGuIeqjNVFZZ3uGvYg+Ua9Xv1nkrWDGOqax4xmWCOTgIAWZbi6Rcy9Un9EBMSKjg0mbCo0Vp8OVHRsSiy9SDk+YHtXkw4AhQMqELanelBVzgtA7qwoMIxLamogAw8/WVpkHpalKlNpaNKKYPkPFy3FcqEbwPSUDX/r4/3UefT0ZkIGKx9K+pPUO4N+uU0P7i1M6h13hTnenY0scZWrsmcEskiqRiyBWi0Xxi+hflr1odrVTVrhAZnRJlFItKS/NZA800pSzarkoOGGWWOf5dtFYKTPibMv4bAGM3eY6cNZLCtUQV+LIB3FUYlzPisfhImEFCTYlBFJX3vZGoy4YL2wnArhNX80lMR5fMpGxgbxgE6TCwyUsRKwjRJZ0EqbkQ6smbSl0gmz6vbP7QwqQw4upri9EijjcI8/OaWw9X7h+z6FqWXLMLIX3+sxXx3itE137m+NUerqKbEjaFTLoIpqjXQ8JWxfy/YNpsdVpOFlCM/LLia0oMCeXU+xHi2YXTbs2pSrXcD01aS9uVLmv4GhbqvoDTAM8QVTZ4jBRi1XNBqaxcc/ers4MHqSBnaXQck8E+ZJ4jdp9MoeLPd7NDVyM7XzNysMNSLe5BpVenPG6HMRrU3DIur9cpNsOVUVLZjeI5pPPiJ1YZTpVSjHk2T249cowHR7i6A3Nv6H5r1+ge3Drg8PIew1u/c+f//bXb6t7T2595DZ/vfvek1v38fDp6Y6He3LrSQsDn7/2z6/L769Pbskt7fGoFT2MMwt5oLWBlNBbmQdv7+aZLQlCNUhkjkkXTPVDrsLw+gFVlXL6W6ktLLWGStQ80gZDNYDVie+os+C6dE+nSETmZ7up1qwJjVlYw9xtVa1dsyRSCaJ/tKrjFtrQA4xT5Iu++nybvtba6uf32fQPKOS9HrE46QHIlyOGpzTrB1oAWV6g/pEXg9uwf/UA3B1cymAi+UHFmoUL1qJKhcCTlMBSwRlg8WOdndWrlrbJm6+WNtUH3C1dE+GEpeKIe0lmPlc0VhUyLjbEBVYAkV9QGFgKLSmyseN7M2ayc5O5TLDepbRRWh9QvZb6povYZNTaoy4DDxEKLmCebAY2iXD87ftQr73soJuruIA0sf62KYYTJPIMlYY2zDTYOo4pqgSueS9vXq2xVm0sms2QAY66FY5RGDMqAaWdUAqAF8uleQwR5rwiTl10UD8Kji8KNbPVup+0cVeTujbqF3SP7m/uLmCzFCqV1DcxNpyRkCo1cgYuBxqDBsYyhwRPIqVxUmRFdKCowZySrgM/SgHAwqdffDSkHrG9UhgUIafzgu2VYQSiu2Xoc4HdJJ0Nl/Hh3CINDhy2w3tlOP7wGczUZf4GeVpT9uFkFBYBbLkGn/GJrGHffLNCgPxtFJoaN5HHHseJTZ8sn7pP445Iip93fbHgGB5fLLqdPvGmUAYrgBrE4cbaaER9iy2IDxEeZIg3I8s5N57icAYIFQfwJrTig9sUSdcCfhmLypHaOWekd82mga5zzu2Fkn8nyUqhBKfPnCsBYmWyBy8qORwMSy5kqvRpfaacF70/JX2WI5oaaLsLYUqCW7/QW0zWlqzPXLgzZDoK014ZDNrvRjqCs7IPxER8PfIMZXazopguGhsiIQJXhoKtLAcvJqAMpEi/E3JXOBA8rhMrS9eOR6haemCpICrxsrrR3qDKbnXi5B4LGGFNZdgpobdG5R3Se49Jxef1rzEOTJ9dm5kzNPP6ZhfyH4l7NDQ37pYkN90SSeKJCDJqDcokdwHnkqz7FMYGlkGqC4/XApkRzy4DlONEDA2XQS/+eiREZceeJ7GGaJuxNcxVlC386jcLlFfJOYFQI6GdmAU047qE3lnMDTTrs1P1Bfhmw0U6pJdLdVH0joHBvNEixrI+o/ncOWqpZYtMh41UDFaP4T5T5N7DbdmD3dVFWKiItSlVIg3KOJ7waAjxBU/cYC5Kc2go7UrnV2MYjNiH6IPqjnnlSC7XDLhtRSOrbhcBx3BknGreykzeUa7fB2JhZvaRdJyqbHBUUHSjLkMnmJyA1pFgK1slc0NYUjCjyU56vEIFg2jJaAWF57FjUOuzdm8YV2YBnqGdkqqfY1dxuL50M0Hw349KOnmtxlMwYi1YRrtc6veiUxQgKZbpESKxHF+PdlLvnMEvneqr5tnF6kIsXGTJKout6OBIAxIPhu1/dySEGU6AojeCa/XVoD1N9QYf3LFg5klbpnFTeDnYSSLDjcswdg32XEQPpbn0hcVToSYu1TnkxXzYPpGMMN8satMoX9xnT9huvVWYb8zXu67Nk2C+bkjwdwgJ/j8/f/ny67fVvSHBH7nNX+++NyT4Ph4+Pd3xcEOCv4N09SokePjAvLv896Nx63HhFhZWfoQarIzk2C6HiAhNTdEd84JTteRqEFGn0gKk4iHqajdgmOCSOpElhBeoqkktoBLgYiVyeammN7heCztf/yim8pqwKhtLc9JQDROb8YAuRWhhruvh4DJREQYlh9ICffaoSApeBpGFXvCPzDwLIVGXQrZCQ6KwUKhtKYUvYgYR3sYPKvHJKD1wsEqTzGXvCVEJzWenA7RTicorZ4p4CO5IoRPJ2nD25EAGlhaKQIqtvlrhMwfpLG1FKhJv9FQHvUmktd7I+JECpb/p6fu7DjQ2WnrsiUjb0EMUogdUYUingAgo0pq1I7A7VvThepDvinTrwv9AstNRybc1WnQFNM4GrIFMT5cP5zpOuLoRM4+UT4KG8c3AkFyLDxY5NUY8SQJF4FTrkpMyREkvFewQtQWTL/qux1bKC2+l6IMWE68hKZhA9G7CNIihWP4q8eY1xcjO+LXuYIFL3iPsVqC9IjMOLgdSTXotNlssAbBnI7Q5EMTBUCyTAytCDmI7OdHl0K8bNkK/Tn6Ky3VCCH2IPV/minAqZnysgpuvLYQtyRERfCm4XCZGGCV1reTDzf0QbAxatWDjp3VFVs08sqgkSdJ1wWVIYd0vLO/vP6Vq1r6bk7zgqrp/rPrCnLSaR2MjWR6ZZkEaW2ExxtuEjHucOsfBhYqBG367JQsDj8/0a6Xp17XSESYyUYDX3CiLwX/WQARzIpiS/q0qMXfH7y7pXl2bJynp3h2/77Lj959f//bXX7619e6m34fu9Nd78N30u0+IT093QtxNv+ds+n39UTCIr/otDk0/Mzq2L/y6M3xehSQvsySx3y+WqORAmR7N+4WaoJesbiyd1bXFh27bmjXnP5Sa2jLWUHtJBGTB1sXMtGR8dLGEvzAxuCxXgVW1z36LbNb8lZlbqUvzARQ/2GUZfKnjeTC/WIy6Zzpwi3zVW59v4/9UvuRX3pddNj5wAZWcnLTYap2tgv27t5VGv8yjufHVhIdJBHbRORl7zVRr1hzxMMez2fjIBCQSsRlslbozmKqPrjZ/O2/8HKloZZ/9Ftms+St1MtOK8fkwAVm7Jgx+JVaZByecv7PqfHA6cIt81VufcOO/pySAgAiAB6AsTgiXEJWLwhQGV+qKJZblLgt9d1HpwbpqmewLV6ufXRnpDLCIdOQn5kItrShDLGNcRNe+thcfKeo4K+F2sovo9EIghQGp6q/YL8sHTXuRh3JZ1bEQsKhSQEY2KSGMJ8r+lUbAo2HQt7PPDr09MaFC6z12H4oJEZzqB633lOCLtQO2Guq7h0CskgJfOkVVc9RFQoaJlHXubFoq81ZkaZ1ieipbsOo5aUACpwRHDkWzwVbRhcezuhhKKtNtxQlH4cVE9i+RanMhQV1UVl0pMJti2EyMoO6c8FlB5ivAHZS2FODGKSE7bHLXfRxZURLtnNoOk6C1TG8+xzXxfIf2+D+m1/m1y6ENS5lz23E71w9tRLJIjEUggnAXARxDbMABQhF+IrG9sA+RXj+zURgorsrloYd2IYomWcKpFjQRgI0u6hvsxKX8ITSEaKxQ3sLCimYYEuKkFpkOUwjbSMaoOkkuJUN0ZQ7uAiv7cGyaH5oebY31CBiYz3WD+eAujx3xJLKhXgc3fjI5uJEbSg5uApaEgHtBBnHxNPT7YktilmVzd7I820dwcqRHFFBNxb0w7nFOyXZSMjCTKyx4HsoPQMTFkhXOPM/uoKPLc+MuTjPVEulwZYUqB1fWnpwzmK7Kk2rooQhhNDKNU1zGfHg3AAvXsKOarx7eS6M3n7smPt/hfc+B3z2/d12bJ+n53aiQ7xEV8vPf/+MfX74t740J+ch9/nr/vTEh9/nw6enOhxsT8pz5avgx1Vfycjq0hpW5eXeLEk/qbx+woya4YddGDSLzaLaG1QTTGo4KcjCtYZcLtjVrljXCPuL5MK5NQ+syFwe2SpEETNVHVzEhenWfreGSiLPSPttNtWbN1nDiUaJxCXepBDzYNVvDeY4g/jMfOOH8nZkYjR/cIl/11ufb+O/KABGX6d77xg8nJzx5ZkvfPYsqgSEBUppaoSNSQlc63f27Tz2TrH/IpSe2MZ0i4zYTF68sYrSRR1CJedXwMH27+HBNW7Nmy7RplmU2L3aZNikC2Pi9k4KHPnIIUbCowisYoBhun039uk4TVxuz6UGIih6F+we79s/YFuJUlPE+LP8lEzon4q1R+a+E9VxmQr2bwO325QVbN/pobqkYaYS0jHQJm4yy/0+pFmGdUi3YHSK9eIkNYqN1jXyc9EJHn8xiYgNbgByIMhVGhsUFuxkPJHekPI9zqyUeEAonkm/Z2hWo5xDSnnpc3bGZmEXzsh6obYUXsFXahxEr9iQLVlan0FIjy4KNiwLytcooJTHN58i9hVhmk1EBF/OmdNHYwlmlqC7hog4PoJ5NoP5lHFGpYktwaefwMUekTWhpzNxfWpsqq83DhQfURSOGJEdb2Xfb1Wn6VcHahlJhRWNFFYXal015fKexlS4W0ae5NDwJO2GbnEN6tHSTbEOo+bBqRRzn+NwdO61eLhBrVr6QuTSJScXHEqKkR5QBaPTXcZQjjnODrbmgjuVEwZVdZnCybO0VFlaIEjrirmRIHkwd183kwiwvvVsUxxj7A9mIJJmL2GfumXW8RtKMcUC6jtkFx4CcZRt5FuyrVDVmztOuEVfHdoohjmkcry6YqxQoG05RhTg0BtQDRgSjVzZTgfUFfDW7YM6Fx6Ag8rQbHU4TAhBrkZdCV+C8mAC2W5qdSOskBFSIrDLYg517KXlETLDGCbKisbETimUT5/QRzDoQQcgL76uxtxsaK4aRYJbRzTTcIK+czvojYwuer2JrJ1sbycTmFA+2VqaqTU7Fh3FFuAZZ1Eg59DS4dsWpzb1lGGwMSixjHFhOAheOXBZLTJvaEhrbE2mlSymqw2Vzm1xAY1s6SbSIxopyMwKvxkVsxTu8rc3sxrY6xRmmsW3hlT1t7M3DcXfU7o7a6xfoRlx8cBh5L8TFf37++c/fVvcGXHzkNn+9+96Ai/t4+PR0x8MNuHjavuvXn173xS+H3Diuc3MOcL8MLR5TjjFWotROU+Hr0l4XnuIV3px28P61Ny9a+dTV+F7Gxn4Y/335+l6OtaJY7HbLvi7BKtp+6fHN0pM9Rc/5dp8ftR2S6ha6vlnkb9PjBpYJLgc2eOFnmcVKtdmBnFZ8A5VTBXPznQj9ff2x5Py6L+uyzbyWEpWOVW726snASseR5D5XlWGfOJfC1fLFaHHPJuZK4JGtj30dPCDSzo+RJjcX7IC+WJWeI0tnBtZmjaZrP5tbiTkgzLNrx3jTf06PcQcHk8gVHhOE8e6XV+6c33tz7pkShBzOAR7xzUWHS7+9WVg6HGbh3y6O80kchdDsO8mWP9ec0+f3ibZvd4znHnWn7y47B7GvpUvgrxIXrr9WcqWA6X3yaU8JQgzVz0UXG5FV9pmGx6Qwi6Qhk4ahc/UgSd9MAJ0GoRzwOCXtu+cyhJUYUh7S1nlOxoNm7UJ0Lt/T9eYerL3reO+6Nk9Sx7vbPN9jm+eXX/60/7m7z/Oh+/z1/nv3ee7z4dPTnQ93n+c589X8uf3w9YdX/Zbr83U1E6dOX87RV0Ph4uDNKXswDJW46CzKxTfz3arP+7YdCiMu86iwSJ3cWOeU3oRByyoQK1Q4ebdCY4Pyk6qIdaJ66YYgRKBeqjwWtuglcl4E+0kiM6g2jPBToIUyNRcvDoXkTiBrmV/BTyZXX0LYCnccjkeGwp/s7J54wvCSvnyO5cv7hBdBK0/SwP1z1b1WdsmhWqA2RFucHGqdHeqJf+0HaqCJZxhDJbL4kgrN75UYfGjNt3GrR1OlP7fD2WfDIBYiy81WSnTiioOWGycUvnmwt8noQHssOabmBbK3X8cgljOEAFGtxvHYsTLUN4ovuAZl9VGNTy0xC++6zpKp6jyajWN6XB2x1Uc9rrM77AmD1U/xyxLC+wSrGLsC7ffzYSqMX+zrLcTfuBYlpp+9uaxKsFEjDyLqpR+GM0vCyX5qFgi26QgoqP8d0069e3UKYtGJojljlpU/1/wU5MoV9W2c3RP2xwVn93rZw8y/vfN/zflreqeTWpx/xfph2AE1F7/7yPRwHFq+MTItiBozks+L9AmO6sTx5zpEaDe1gJ7xQJWhfLA0y2Z7NLQpvfq0MxQ9YWd/Ke9zqZfSn5G4Jmw4O7GNyJgmojBEtYE0kvJCCfXGJo0jtqUSH45MZfmMWcsxD5FVpqiI0np8sbWisTwOGvuqdZKZ6J2ktX/CmHI3w+5i57uuzZMUO+9m2HfcDAv/268//9fdFHuG/f56P76bYvc58enpzom7KfaceWupvf/0ugve9ap1XQDevdVKr6M5hWq2vMmbx62lw4vDSTFKiCEpYl3g9Juf0K3i58+phvdxqwce0b1C0E8RDWFzzejxeb7438Jfn9Crfvrph59eWYv9X9CrPEMKmBxW5PT8jrwqpbX928cqIdFOAAsJu6TupRen+hIeQ4rwoH8nrYAS25cfP7/Ptxf6wxbfYn/KMFOGDtvzZVZP+Pnvqu19G3/XtXmS2/hdtf2eq7b/1+e//OmXf3yrzN512w/d8a/35Ltue58Un57upLjrts+ZuZYvn+Mr8eMOKmEGzf1t4cvJ2XO+uES4uMiB7gENFBQKMtqvWQfdMz1ScZ9OgjnCGR0AGphSOgkIRRRjpvl70R+bZNxGfwxZjGPJpBVRFXqb4clFBNNSkUZFhuZ3HJnlCVgQxhVURn3ilyLJRKScdizu1YETY9ec4Si0pjLD0WBNRfM9I4I7dQIvi5aZBzZOgMWIjQvpBcns7S6cWPOs3FxWawkELU5v1yeMfO8qk7Z21EcURKQLKdMmZwSffYsEOA5hnqn2fNBqn4W700hUOVWpQ0mnjGmBjBicohbkVchMij5WhrVnOnm/7FNUNEyt6I7I+uxcsfoAwblAoJYxDkRw2me/mQmFgMbW9IKYyMWFSGsbAXn8YmdffDRqgeIrIsrTAHRvn81FUCN0EYpRFZoDJekcRBpnJY0Je72g+gjyPfzkZJYG8gtx0gKHYexmzmACtzs5rnl2qX2TF8zfTr/5cKiLpgTT1AhSmat0oBvU6fQSjPGcP8sXvxksgzVh90cnzcuHn2xkOjiYd9I6lb0acb51raSdcv7ked0h/viXsG+lciveB2GUQwqlXNY4RxFUL1SffcxB+GCB80H48IvnKuQ526er0CievPtBmEJ/wUNbJrfhImCffcw5GJsZx3Y+COO406zot1VZPFXcqZOszzsfhA8mOB+EDz85maWBVWiLRrSPOQdF56081v/czsGUO97hRJUw4Y4wzz7oGHwwwfkYfPjJZqiSQ7k5Tp7sGLwljg5+wd0O+OC1eZJ2wN04/p4bx//3f/zy91/+9m2d777xR2741zvy3Te+D4pPT3dQ3H3j5+yeLD9+/lpe91sc+sbLVD/e3aLFnbPgGiy1qrL3t0pQTTtS9dod0fRY94tJ9KCWOFiNLJrV3wmKPoSelndiV3y7z7+9GS/HeRcWv1Y7nAQovi/29Ngn9Kuffviy/n/svd26JEeOHPg0vJzz+V+4h7/Baj9pdaF9gWJVsaelHvYs2TNSv/06ghUOpFkMmR2BPCfJye4LtWKqopAecDgcMJjF+yLG9QHFtmsUeH/84VbQRxZkfXTQoxKWRpj7kHbP9aECR4d9Qrf6+nWN6Z1qMA/8Ro/zq2XBYZUHvrnP/PF371hfvuav6b5N4pJgeS3lb36k4bGnmMCgCVsLzqmJXwWHunZjYuR8Uj/vCf2qrenT+l6wJ8elfK/PL28GSlw5r/r1w1ugnwh/OvvmJ3Sssrbl+/dCEreZQdhc1YEW3fMjQfVn2PwgxxouC4AUucacuh8/oWPlmr/vH1dqOH255mPlQS7r+Pl/u9Qw3vwHOQlfQ7uvkvq7rs2TlNRfvdffd+81hjTRcEfN1798+vu3Zb6n9ZpL+6bd+/St10iZuVmKa4CjNs/mHW60e2G+dbzI32AHGYm+PYwhrS7kGQGJU2L2IXzXF++/uk3o1IRYFf3Xv/015cr/++1i/f1msa5BzfMOh70S1xleHSdETlHm+wawKHN9tv/qcPuTK1OHzyvpNXR5Qy9f58jK1V9vJDeMmEYEcKEsPn7zvmiOmXQPTMWQTM+eNiLzn/sPWpzLl6+f36kTlYPq0nz76Ms5biSaiyLxJRGix3GClYj9x78fYJevRRtEe4DLb3cWKX/N58c/v9z+epFIcZmuWWl6U1YERyI7CgXlRbOmuVN0B8wwsa/RpRRtQR63pe8EbL/7TfRlLWF5p3JjTqrOMp3YYwQ8R1Urm4O1mjFk3sO6idbl1o3Wqvrr+dJWf5QX3b5Xh5P399Z1lyj/3XvnDz98H9p9Cdpl7/RbyHf68GWXbJzvjfs4+5X3tjqFZfb3tp1s9GIS3/bhdM1n2xukdnbEac9nV+IUqEH7oTv3QXz7g7DVfW4/rJ/eCQrxKO9MxCR68izm2WzNjuZoNl8Qksr7zAlWUheVRyT+9nZnLft99uYTuud7EjNEIKWU2+51DHRckubTj35x3RP8awAQFWR99IvH1i0ejKJ1Pz0f/mKvpfB5q8MYtnSeltuqcFt2GcNrXS56cUl7wnvtxUak7MEvPrsUHvPxI7IDdHCs6Cm01BGP1WQtMvO1yLdhn03WpajkVnuGtE5dSMMOde5icDAQjZQYMh38TeXWDESbxYozcUOZv5FeQqVuPrm6opF1E0cyCZQz5tHMONUkTThRg89tOY1JSS3HIsjhao6/CTP21hXyRQ912C/jQLwtE/ut2nzzzbfFcfTx79WFvy7cJ8bLGhSP9NHV3RIn85ju62XSFdjBeVRYtGbtlq7zEmUd0WXC31o1PbFPynG7plNIeY9AiT1xofKzPrq+ZYiLwDhEZu+LbJTZMV5b22HHCI/QzY5xSpvovU4pb1thhzu9dyXkQFrOaZ7+5ou9LF6V6+PBL3byCSl2Lg9xthUhT7HtJ5rzi89a7JINVtUW30OOF6tpnoUZyxW6QGfIPpvN74VoTcfqYzs0jWPJg4FzYzBFQiMJoGRpVUjwJFejrmVqdBLro6uWdm2fGx3tlU7ieEDeRSfxCEel0ppWnwz7gCRKy9E3a5rx6zeqc1mHyBf91GfXLFDLyCf38MEX7vSFy2T01S9clIMmog26blVzR/3CLoAWa4HNtVa8nIzFQt7iZFgntWm6whfWR1fXNM19azPtRMmWPpuWGrMmB5hmuWZNXb6+tSoZ6wuv6QI3vvGp5yREYofIF/3UYdfIcBnIiflkFyUoLdWDX+yUXfBSfGQSMNw3POTD5LijJx//Yp8KajI36we/2MmVxiGe3unFXkvB7vZxheoYw2RK9l0/frGT88f+9pBLGr/X53vHRKS+j3pxCueSG3zx+raiROGjXuzCiXS0FA97cdtzFF9ve9h7P/BkDaaHMVPF6HLBCivBCGJY+KIgWo5wwZIMlvgrFUeW8dE1S7smplPdJM2Z7aluoo9s7g33mWF5xNw7+bDDdsX2TTMr1WPHambkhq1EkDuy7IrMsPncJB5/9zKPZfvdsQIQ6lvBe3XWy6DeqxPUKsbPOSUVA9twmAl0xnFyllxfgYCFJUGFY2nhP/hWXFpYwKXi4lME6Y0qYL3QBdk8svWvBGauKm9qajUeN3lrk06alIPlpEBSiBV5RHG6xzene/z48A37jMP1qb88fD9BbWTYsADcWqZMkMs73zlx+euuPxYKMspHvffsYXL9aMshI45AoEPXM45NuqQ/4sVjV4HquEAMHF4s5Z+HWJyIKsBrKbLu5V8erS6tqRwa0vw4vThmZCZq5SQ7vgO6aWQGMLZel3PZ65HMUIOyquQm2DZJPVABuBYG0RRSmBD6ERci+bVRqVq+NmrBSYsOUR9FAUC7oRWFFWrbOwhX7ay6etPOPjeArmjU6Q4Vg0NDW1QF86x/yufblzm6od9ehQfVUuN+aimp6606YJUveqnDnlkj1pOW6iNLl9ZEuizbeBmtW6QUZsn7aIACVCLpOuijq194pWm5HLiBtz2DVqMAsBF4VhWzsn/hKfVxLY5HQL+LKIYDR4lcBvujXnwbkdtJQZIj+bv0HWxKpZ3SONepJ9OyXoIUU7TCjUsfXQ90JPS1hpmmqaWBcHjWrDSNx5KARBSPjvuNVWbDIk5L1rTAmlZGlA2fR/xlPzcWf3Qa03TnuNnC3Ui8D4FvXdfYmAl2Cr7TJQL2SjJH41EgO5OmA2oo6lItjZKGEWmKz2G8vnXocEoikeBSLL6MXWOJdmQoQkXHzzlVC/c44ZZAQzNt999LwW2pqA549sX0PWSnwOcYOwxBqPaZBaHi9yhUpBgXluSyE61VSY3fb8RWfHZFSwPp9ZRGJ6c+uvatyAnOvtjDJYsGKzN74PAz+cUlegyebUnh6vLiIxdayNkVbKTObgBIEW1QF6pvGHvS252M9b9lqDFqGnqQckhUTt/BroRDx/RvMj5ydvSHvfisz3rsIGlLwTRx31v5Fz9zqlTIlpJqx+CbAmUXRuNd7wILT6E0l+wiNuo1bXBYTC9iJRVFWSxM1yLB6odznyOgcfjAIuQON4fg9IFzmKBV/cAra62K/ipWHjLd9sYuwLmY5STNOX3glYiaUmRt3BSjBueINqihiS7QUprysTRy0SlOkjazpIlD4zJ7RHZqhhOWb4+u7m7WG5ZB746W5qzzMJHN0qmZjgWyeGrIDKJtbNjgryc1ZA6cakWnGqGMqlkpUzWrdsotjYapGQsLXoGYhMJTYxKjsXc7VwixfiTGg1PVWRZ///gWFD3sO4nLL3YamA2Kcn/0iz9yErcvs9JvRgt9JJoXaiKISsaCOOK1U5SsRnRVr9ko96uPLloqs0yIeF4zT+yZZ+YCipULYVXBbNfp5LmxKqn1K1l6sKar8pppGyFAEuQVzuRLFwRIWI/IBw4Y2ax9Tfnrn/ZTj3AW9Lj85gf5XG0KgwO9WBIulyKLebV+kMaw/uE64Dmtq7ryzu+16FU046PruzEgwsL0bXT6pCvFUmSzdkvzG5a6u0eNRbYichi0UwgLXoCifcG5AI1u3vKlYqNP1QFisnKvUB9d3eRlNjzsJq/oU8KrCV8q6sfbo1FVaMn+qfJJpZuDaIT4P9F+WTAarSv3T/RrGEsDLKlMRDsFeLwEybRmg0vQpoJOduIuNTPzNmq6rGhTFLE6aSEI4PDRjHWDhZCfD7wCxZ6U18qkIf3AR+lwT3o2aXUZiQ3H7zm1pCggtuzcVlfPFJc5qf4whpaRR9OkazlA0JlnH8TQYq2almZmaLGL9REMLbkyQ8u40eMQpD76GIYWY1JSy4mh5Wg1n56hZdzUH8TQom+++bZ4IIxV+2CGllKZoWUJzNBinn0QQ4u1au7rwve9saYfzNAyvjQxtBiHyOx9vxuGlrQggYionLisWqqclqbMnhg6QbEq81uOxApZUmV1PbKoTnu7GxLmTI/s14WctFa854zt70Ki0ZkXujNyMYZGdcmy7n13bVgGfZTx0cXPHhctwe+fPa68rVPUSkhks3ZLE9E9iPaeA3UO1hXXvSPs8PvR7WOeP0y/1KoTE/vvr0QxoEKD9vefG5GlIYpMtQhBL0FeZR5NOxdtUu0HRVARC/X87rGi1qZkTMerQ1A80YwjC4N2A99v56MHfPoUqHdmn1l4MebUhhtU+zwOiA2JuDBM8LAXnz5Nfs+qSSOR2usc/6FoUvivf/7TP3+TR7pLPEnC/S+XmaOf4Cue9BxCJRHpsca6uhSiJohiCjDNMtjUYKKq5hIVVqxBD3GxpZ/L40GF6eZnJxd1loA/ueLNVA/fPaAptcYezmiOYFIbXKq4N+QJrCdxF89HMf6eqiRlliOnz7rMhSYdS9ib4lx/oTNtbFcaU9DIaG6+HuLfXh4E0w8LvDaXP4zm1HsKkrit43t99eV2I8WTE2goy4zaU2PHZo/Us6zEt11WHTlXXHOFKwfet8aKZrjBprOjHs/n8u+pRvIg3zSn9KUDmEN8QDAd8RNkIuYIs0n8H8kznhKyedR2fEKXHB4Z1ndyyXGTJsohl6pzXwksIM1mcJ810pxyDqT8VyJFoJJ8SpJV26C7mTURbMc8mgUPI8Gzz2pmZVXZA2XxKcxYm0zVGKoIrWM3PxZqlFZ9kuHJNRtXg/neIQ5ap7dUPjiZTjaqauRkXYke1AZrJwK/xYdxSX48/PZCNEYWBDIbCdpcTvpT+cd79FdaoZSgrjQIbR5NKw+ufXVS+BpnXzzW0tqkpX6wcg2EC87pDWrvuRHWXB9d/+AY3yKlV+bRtNLYlKbhWIAUWpzr+G2ZpCV+tse89+yxcb1h1TvSx2en6m3nw0FohghFJSL3SE+WtfI8wS2kX6uPrpaZV6ZbNkMOWmbmwQdrVpobGRunY0ldCMqsUTPeLXRKyJIi23JeiaFMDuGDxMClaSMcZbCk1h8yO19kozQO1UYLes5HPVhNI0q6i4Eu3zcWorCIsTFbvnlmAmPFwFhorMNrb99YldR6Qh7axdo3dyOsgex35gs7J6NMnthIRVq8E5kb7DMbhpDZrBFLotuaWquSWk9l5YM1zYV2t3WIfNFPPZRr4gGhrIvEDL1YJlp8aPgji66N9IoUj1RO2jSeA/Y2kmJwMz66ivxps/VtFY+ItnFhPRBrlnZh8CZWlnN1b1TAXDB0luwkNCIMFiT51ZXzyX6sTB8LAWWlIexkPrloZz0YA6iNQI3jj6HKSGmk3DJWjzL07jO3GutChFmiOxMwfROWC7zdR7rdl4TXMjnofb58oYl+cXSCM5TO2zTSNs0rIXkkwPsIk4UpyKKWmkF146NIW5p4m47UM+FVtztBzcaHRt5ScYgDrQxEEkpCjKd7IBrYFD26Fdu/73KmuCjXNET+5eCjjW5fbT7HgdcwNSvCdUZOg4WH7HM5EUoEBOsshS8nCwsEGqM0z8JBXxH3dgnB1qhp6Kpb81cWdORZyJs9kqoFzgp9dPW7awZvDwvWrDGuF9ksrbDiYXHWQT0SwoXEhuO5SW5MCOnF6zl2bJyMC7N28eD3nl0Ip5H2Gb+/OUn1gR2mkJDwLXYlJNaJpYKULCOn6Zj5JBpYkoTCY9NJmRvziTVTcVKeFdh00wSbTiBnt1scMwboggaiQJGxMDoYEgGDH5hOpBBpEj0F7fdMEoigJXaTT2AueaSt187RneJWNK2TGfCTy12yq96VHdVEHgzx/g65X14Ugq6HDsqPuR06vTE8eOzT0PFjsQbAsCHj8bhoDT/PNc0fVO2OfUV27uFNLuFN1m3Bw9qwCesXTkTanDTkaZqGMPXkNSe0doImbBPCNIi9vmGeVqm7nFYqIo8Alz4oq7hRodDD1IPLh168nivewHvHawplFS7MCJm1POQ4wglh+2yOsfNlU2/+5nQ4d9ciQ1em8soLlW627hueY5m1Jzqh/PXRtU8VETbzsBefdVoXVj7+mdnjdN1Chc+L2YUi9RrluoO9RvvMFvnhdE2BZEjj6sRDb61Kaj2R9I7FytD7HiGo8bZEEVp95OyTZ1/sQv9rJKzmZ/NhTV4K4SU2wkeMPjUT2Gr4CclTsUZPdNLoEbQV+rhQGSYwVJ6x7PNklN3/amL54uYhzij/PogRlJMIHHixIFuWR70Y7ryr1zers+isdLMHZ5toC2AVPbxxw54aM/PR1W1gBMST7jqiOTfPzK23wCFcAmEOc/HRKLuxymxYrDNuhGUIzj5Aa1RuPXsRsletFurHr0zFbx3bZNoo412JnCpN+qSrlraJWfl1+uZMRELj/oS120wV0TT5f64aGoh/TVyXOEoX0yzTmkfFXDETg/P4OctHZV5jxTvEoejTQdjUaTDtqJn5kGukBEnrVXqpNzQweuk7JY5yxJqPVS35mggdkmczQYlztRDCmLTXoHGouCypjmObJWVYsSwz2tmoR5ap4Sx/yOvTF7Kz0Vj6jffthlYiZMiFmnmnndRhyzRCFMTuInqzspK204vNQNBc0lNqsCjTk5Fpy8niOSftvhSLKl/88mhJLkIRzZzzri8WKjhoWoWTCkMeXDPlUdhd+2qFxHYG7+b60eDdkhm8Ww40Vs2zjwHvWqOmoYH747l+NHh3fGgE7944RD7wv98NfDfXh8F3c2f4rsKcjCumj4bvWquSWk/wXbtYHwPfHRkcwXdTZ/huYnq9d4bvWquSWk/w3YM1fXr4ruxrlg5yQGscvNgFVSHT2qG/y3sfjNZ4UkaesCtZHDPy/NvPv/wf72LiWeLO4Xdkui8Tz8WJX8GOQcoazml6fPrp8/gff/n005++/tP43//0w18+/emXN4Zf3v8T/5M//Z0e/fy/v379V/OX92hz86r/80+f/s+ff/6nn/76t0+yjjf/t92Ll3Su5PlrRDtq5xOujfmDd6xPuLw0Rai7yuWXvs/aRGXVvGNxzn7n2wWy/+hVr3yXVbJf9J5VOhkpnpBk4YftP3f9lutUNykgRGLDNlxv/GT5fvmd3izQIwcmnTVpBvvgFzutRYlU1n7gm2s4hQL97cV42Iv7ck5Q+bd9+XFv9lmMg4198sUeVxzVo55e6ihN30jrurNc2xqI3kOm05D0LQ0valhSGYenyyTd1ljBfoHwFJJWBxapRIwXaz9LVw233dIlnxTtpSpGIQrnGBaVYdinzCvRLImtuKo5rty3bE4jPD2wAEroTOJcGsl8SksSqwOiSZIRj1dP5kqHWGWExOSVpCyklz31TUwNrAKcKo47MxZVY2susnO5UTwN1QcILRWDhL1mAT3iNxN8PZSeBDDNRfBI2u/yzIcl3AiGaO0x8qhQbiQ/Ij8Ap8RiojGxJfrgPWNeuVBWExN6j6iJQlCb7hVi4WMied4cs5MoqsiKwsaVkEyNc2kw4bBYZJarJNpSUNUV9YXrtyfBn5fbjuXjXnz6ZPyoq8ynv/zrP38a//OX//eXy9mdmcblC0y4WbtXTeRVE7l/gQ5qIjKXcQr1eP8qjSi7R965TOaZV83x9C/5A5bOf/rriBnjHT/9r29r/Cqcf+Rmv9+JX4Xz1yHx3dMdEq/C+atwLsUXvBy36oMYzzWRNE+unWQ/cgvE2rqBNonvI5CE3ya05WJsC4Rmy5UxYllKXzRhGBQ3Nm/HEdG6MtXrYmoJYKeRtbLYZxwYEPqVFQsvck1LYOh4dk4J5KBKVLH6Vjor0Jai0zUW1YOjbOvyhiCiVJwqWmWS21rFUxq+p9mG3IjvReogsKaCWXdRHRDKGSbd6jTeINUzGhipRJIhmwrVJrdn9118f8PWlYmGZd49At5JaD8iIrOGETzekkmQUKoq59C1WMaJOkCotbzKc1hxIRE9GSLoUMbZSBKwlldnVf5qzaly4XGsDs0NCRoZd1btpNC7FYux5jQW5BRPHLZwjF6tWuqikZNlWgtKmrlU6prcHHPTwYq2lmbXJFKd8Px56DHuo6XFCSaf8uMXN2eLNNAlGn8Ng7N5pnOHqoGu1FGdj+cl+Shx3hg252gDMWdImEU+8IgT0d1oKmd8dPVsziTxXaJCN6cqjHm229lZ6lnY65C9UQYZXWYPb+yam6cT1+CNE+6/M2fdUOnAKfJVb31VgV8X/NcF//4FelWBPziMvFMV+P/69LevP376tryvAvBH7vP7/fdVAH6dD9893fnwKgA/ZwH4S/ry9et9X/y6YmIwBYL9UXMAC6cl89h9OMdEAwWFYLi3jMnXtUK36+qtzVt98YOIdkt4gy8jdcXrC7ga7r69nFR2wslLMKBcCQa0uKjcr+ZuvN9K152z4v0HhJdw9DtPNSIQSGXu0PptHGgJCvHgy5e5Dv0Wi0ujT7M8UL321z5NtlU9/aGnJAghwzCK3PPTZA/0fLGNLeNOLiYXnFGYIND3/zaxIjWGYB1PkSbCkSB8afDVW/MQtCwxKaWW2nyqpoU2FyR1FzToOVkiB5G/8rbwz3SIDzK9HfnTeMTKoO1MtfkUpwDbDCekfJoPUg3Z+Pb52zhsm40zsz1i20iO9pBdIybn9q675j1T/zX0+vm+5b+c+lsFpD1DlzjqAQdfVUdp31LtHPkbpzEgjCo2R5/MCzhJ45r2CZoP6fzBWblJvVzfmTHgUSnfpl3PNgQaAzwdm8nX72U5dDwq5dvED+IHkjwG5GO2C+h1ujPJCfptqN8uzR5zsEmZ0dVmj88+bF7geErnPNUnjQFatxRcTjTJCRqOa7vUMzaU1EE9wyEOC6Yp06d5ZEP2176NxDS+NUef+MDj4y4BDRPMJZ7Tu2GDsQRTp8rDh2SY7XbX5PFDV4fhSxnkvfXArExW15YwqvyJ2uyRYyy00zfY6gMj2tPCi19oiFe36+raPEm364WG+COiIf7f//Zfv6UULzDEh27z+933BYZ4HQ/fPd3x8AJDPGe6Grb/3PVbHGjkEsbcKDz2DkUSfnPt5xpx8GJB3S/v8+IYkgeLnKhkvc97z347FzmyVcmZXV3p4M0+X1xmLtf4iBev9e22vjUedIeV6E3Zf1x9PxoFkwe/2MsrOhffH/bmXjyqk+IFANWIMZ0rgqEnFx1ZUpMf8uIPDTJheXvIhl0CtiEe9uJ1OZWpIMdbxbL/o97rtavGa9blnd7ssxbkbCdf6wHAKx0jv9PqbW9+xJ6SNnV7xLF98OIRWIMDcmfVKfbHvtdpIeSgekTUOnixl7fRUjzuxSGdI3X4TW974JsffLa+5z32aylf7uwcXr/Hrm2HcyvGI+3Mu9cuWQnvCCV0B6hqWhbEwJZxA00Ou7esOtOvJmcHj9XZgMvL/IQe+8PYkem9xlAOPn88SdL7m44VhX7CoaYj/EaId/J5c8moIJT7uRrJE/rV1+/lvx/mV8L1nR1QO2siwLTPi1tGhKtw5pwSpP3trfCwN4/lOEd1g7eOTuAopzcL389tjpTqpPHxXo2zb3YpRZI5ojHhgO6RRnQCDI4oRnvkrxkLZadh3vjZKyton8P2870b8oyc1zcHiw++38hp/jBpxjvSHT5uK3h+JKy/RpxAEr9ymAMV8Rec/fU5wx537HrGVmx4pSkV4vzmlBEhLaDpj5r0elwasPnlY168qHSCbxbgmLm8OKteMJwXDOcfWKAXSvODw8g7oTT/y5evP/7tz2+fP31b4RdS8yO3+v0u/EJqvo6I757uiHghNZ/zIv+pfF6+3HfDuz67XhYaZ2355JWKGNabKllOfuwD8TnzTEmls05XTzZ4c83eOXXzSewEMawn4gEX0uCOttr1moTni7a1J2n5OmUQVLdgPdctI2PTLLUYxuk2KWqUcVqfqQChMcyws5dHLay1a7c1rTsT+K8vbDUqjunAMfJVj3VA0AgJ2O0GEhHf4EEsHVufnfy5dkuf1Gpz7VJRjoNJLN11sxj1RhRvFA1XD9b/GAPZKgKSt5a2RSnsd0ND5o+8Vq1aGyEOF2pxobkAeYJ1rosuadRtMvf5qtz+M57phUfFCeo+7nxxTS2J+PwH+4QkqOxD1Tan0SjZ95iyoK+0d6IIV/vIPnSWfRiOmRoam1ilJrKzCsSRgtLYED56KpH1VIbPoUaJ3dtTX7rM0pyRjam4r07HgCfMR374HO8kfriOuBnHDlT/x+EUXTQuWqSNn/tU8laNC/NM5WWnETdBauK5DcW/i6jEjWFTRqlMGoVpbEb/TFXP0d3SEeQXCFLm2UVLR/CZB5KR/2iQOdln01hr2IwZqx5mZlldTtQbw8ypuNfEdVnVDefGX1RCIh24Rb7qrw4dCVGcBp6SkYSfQtKwUk4jj5SWGu6e8ccmjeUMt0XJpuZZFJXWNtOziz65FlKSLrnuGEhVDzHPVNXHGGay+eVgq9+J6vp1Y28M2x1rbaSXlEuga1IeByemJLkGdkp9dnFlE+slCRNWg5XdWEVgB90Ytv/dpSn2K9Ozq7t9mbjC6bJLpAtoGgd4B5+9McwYi7JZeYSFc3QztL8WSqCTgOgh4gubMSpR5YOLUi6FfXYsSDhFKEvGdj2KdmNtgMj8TK/2/Q0voC2yPM/pwPV8GdSLKuZVYX7XtXmSCvOrCflHbEL++PPfPv3pp0//8m2Fn60J+fOnf79rwe/9c6+m5qup+Tpyfi9Hzqup+Zwp8JfvP3/5/stdv+V6UzNnHNsrchFx6cmMu2KEm09bJizVNDoWuKsbE1TqU9iEoQqSWzunlHO7N6wFJoe5HpRyRcrVh704j6uiy+XavlvlZCN1UmTtE7R9SjBiPOngW+arLvZ8u/X70kt7p1mCRznqwXtzPsdwj+5kN/yuhdwV6zBb2lywi3PId/pSq28Z5J710SWwtzjzbfpw9sW0n8Ksj9v66txi+WBLR/65Ri07Qatvk8C6PubgGK2ecJsun5e23Eck4TLyA2T9eeRap2SbqJwYyhucqVKGz9iUN8+0TpsIfCOs4AnhA14V8BvDZoNtZbVvu17zdyZVAJ8/NOufy/TsanNOIQuzXC+NdWwjmmfaCDGGmU5ifdTK3hg2P2VBDMnRwubIcLEbz8hXPfb5Nv/Xr1/rl68ft/nPCtHw5s97kcki7woi78yz+dnVBrP5k4oN+G9+Y9hEz/V9NOtXfVRGuBo0PjZEDuSR5tnVzR+pSZPLsosGmMaiPtPNbwybm9+0cd03vzXMAmuwo3S0+4cHVcgpblwjX3XZ59v9+fv85c786CG7P8+W6VXYWJxzg3P7j/w64dlvninG0fRtzfbP1Er02v7WsIlXCYQrkAVbD7AuDRPfkaEjxs08u7iyPVH3W9AZAYy1z+b2t4aZsx9xBbKyLnmKtesgkP/67g/KF5AOPCNfddnn2/3lc1nvFO19xO6XGXSfxH9czyrsfoHZEujBPFNAVqXMX/BdFZFuXrv/xrAJetBh91/N/EV8mGD3XavXmZ5dNLatdJ4KdhUzf/vMwnEjZv7jSzU01m1lrWFJf8BOGfqrKzs+OU2KWNfIV332+bb/OPy/z+9I9YEa3f2kRvcRjGg2jeZ5mhjgbp7p9o9USBKfSY/yUbEB8VmZ7ymHPlrCAc610BFlnl3d/QtNCKX1AJ+1HuCzrGFJP9T6sN2/HiBL20Kg3BtPNGGO7inqnmb3n3XZ59v919Fk7yWMOz5ivp2Nkumb7JHdxhan5LJNxTOOmxym4k3teo9UXFJZbBjIgFYnNH9VgOmvpeLRML7P7Vh86jF53MgS5OJpXQ/TnATFfeF1xwKnKGGveBjrs+tTR2hs7GYSKR+4YjwwzIwXLnSEnPXZj4odP339+W9//emuf/onQYDdg5baYF4Xu4r9+/b9fUH4etpS63SMyUfUPNhqxUWArC/FcJJGjo7CPK8JmrUHPctNMov4ghQztha3gIhxItVz6HoUnUg6W6xZTvDJXtZ9JtEkBJlrgfYbm4tWwnCZgxY480Vn8BjTWZdZMZ5rd7I1jUx0XYcr5w3V6QRLOI8mvRkcUjkYRU00bz5+LBWShV3aYXPKQQULsJSTNGRHeSq6pQzqYMphP++8AfQ3vKyUStMkp93gGdPU0tb1vkBzPdMMc+5S2/xtDxhXHOrgzePFp5hZj6gROjRn4wjiiKLY2Ptv3WkcE1hLXqMy++0wkr7fly6tgPnnLy7tM3rp1y/ft/u+5nUv9VvJ3/pEZz89U40sVJiP4zhdsTubOSEZ6XWFwlyr6reKdbpO7Xvzz//xnPRT+rJ+/16h1HEpf/Mj+Xz8JWODwgdAd/DiP5JX9fz9uwFIPJfyvb5+Gyf/u7z3j+RUyw811feS51niW4GlbGf1AQiP0uYdxXbPF2KKaMQRY4y4QfpgeXFZHejyxQAQdoixncPOHrXlK0IIZK4cbjzyISISEIWuibMB+kY4/82zS8sgHBOgKKnMUlfRzrO8o3DnoDwXE+4cDrgvDuitosom6TKInML1ZRATUGhxWX2q2PbdugyBYLrCXVOxil2rNuZnyd2M6WR69vsPhV9ruJPB4HooFAYFiAIt+HRpswglYyiUWh+GQvNMQ2HQYmkyDomgRwHn+MTtQG1aIeOKcKnObVJhqLHmGjW36qLbN9Ozi7auXUPp3FALoV/sM40rC8eVYX/HDSUL6xMEF0K/5B4oCN544iSjy1osTgeeka+67PPt/vq5fqqf3mv3J9Q5E57IU2KS5KRCaQZRX5D6xERmnul37/zdx59LBZ3Uo3lyY1VS6ylbaUZ70dQ5CqIz40K9QPPs6t4v1LgcN7JZMdHDtFCP48awpD8AIU+y912IKK0RSlG1UEv4xg+jfm/EZ934Rb7qsE+492td33Pvo4SznHcuPpoZk98js+WZZ/rZFw0H+2cvTdEBuvXffDpU1rDpo/Gtsovi6SR0xHjux/UNd9N8dDWg5skbqQG1zCKGBlRT5I9s1tz4jeZHZeP7ZCjGBhtSie7NOuFkr2V8rnqm2fcnnfX5tn3rrd3ZaXTZ9g3uu+WkrDh76MpwpVrmATm/unlmvzrlpSVpU3a6aDvH08HGGsOS/gAcIMlys8QglQ8u56kThNw8u2hsawr6mkEqzELJNNY80zDV+QotsHKanF6dRrKsYbuxrXLP37pi1E+Obf9IR/5ph32+vf+7AWXeFCx1L56qEB1UItPtm10rkZiBljyvu796C4mBBpkPKQf02dVKZHxgJbJA7iBluf02YCuR84bwG5VIZIaODjikrRJKPnZKtpLzvMZjbQKbO7iLIKlrLFHTlBmVFp3MyfTs6uG0EFmAuGjDk/Soi2ANMycp4vBP794XPPU2hH9u8t/3St8aimaL5MT1ZrjI8CZ4cYxvd7KE/IY3r41LQTJYgVtPxrmwwBKLln3mJauRoI+swimKYlyGqgRNes1LLnP1a1H8i7lpotLFzTc2daYFN3VK3BU76Qwftqev7ofhWog6SefEPvA0rhpF9xfPMtvVo2hV8GfSZysmJb3rFX06Qn3DEZTxg3FQIub0dh2sLY2GBjWivPhMYMi7ibVlXbmQab+wuX/RjSZyjeikJzzhNaGVFuqX9zljopALwviVVI5d5J5CJexqX4laxDyyamkoBpEkDb395kkEBK4norIb4RjoyafgaF6tImyVSmPyFahIsi7k962zNpM+uwQ4qkHPnP3Nq4/qk8BasOcis1YID9VH2hnWIQ9V01pI9ytOwaVroKtFhTJ2Dws+LWf7bmUw6oyRHd8BRyNEPAdH0MYGwfa4efa7D4H/UKXkMuywKiJn96e8szJe/OyiEAJffek6uDS/euIG3ohBEa/iI5GeUyPZPHOZlq2FBc8EkYaKkfKMeKviWyZjM2fu/WQ1D6OVcun9XXfJKQwDvjnrwI158/WSz+Gbi1eEzW/05fCMWdY3KHXIL5vSRvOYbaydGZrP0J5sNRarLNPP1dZFcR9mIDtUNLYwiWNw2QzSmkTKKbEeJUnHqmY8tXrnuvbIBHAaO0qVyoVvuqo0jvn+k0lOd27mClLXKlzSR1Tw66uX4K/aoLZmqnZtv4l0aTEh6gvpF8mz5lFElE9Lvjq1LtQBmL5WTCBYazdzqCYa3jlXBKY+34n9rpeWmjiUBifdZEnAiGoyEN5u09hFuhnBABMhovJNaIgKPuJl4qIIQBfDMPQP+2fTZdoaCR8kLJtENjWenZq5PQpSS8aFTUziZz9uVCOQvFGecexPO8D7d7+h3jUFDgX7fdut4/rdWt4M/b6knH3X3tyUt8C82efFN++VVDw4DPWMtUA4xsibT5E5/fabZQL5+osjKRPJi09JGOCbF0zht2X2mEU20E3fDzjeDCVScblTdeLfXOdHvrnu3De/kyh5ucjZ9J6ja1AcNp5M5CTytezw5jRhiebFp8RkD16MUSj7UMpJlwpzp1SUvm/W6hdGLvVEDK0SHRtdRKIPU4e0+hrWZrImSjq1zsnTjWHT2MLF2b54SFhtJnBRwuN4TgclT783w8nRmw8u3r5b/WyhYSNp4nW6m1VdS3ONZD9bvPwscVlt7MFGxuoze5FkP6sM7zi7shwaGqeBv69pm8vUBonTyniutYieILRTgAmIKiKvAWclZIQkA4Vulpn0pfxuawK5x9uacncZY/sBdWIm/MKWmpOxaT+WrxtLkbxp5y2btUYa48Nr8FSst53G5FL+kl49HpE5cqlu/DkkXN+aUXREKgOyLSudykCOjMXRbllEErEai80dgaxy3eY8X6kjEJ3KdbmzsSUyy2PJ3GuVaWREf0q6Rca6MLCJCRk7Ti4frETOacauxRKLjH7QElQewh3HD5ZY5JkLRnMDe5JzHVTYcz08FzEcHh/i1Ssc1oNt27hqPZwwUDtgolpvSuzIlC7PfHrNw70Cxe5CELztGeKgJZ4gU7qUNQl6kU513NnWonS8BsDKIYabjtL9mdg5075CijN55jLkLl5AC5uz4h1/NXhrVcnaGtHW5aT63u8137JOqLv2lL4BRtkyuU41pJ/K6fHFyxFgyEHnenvz7YvXda/MXnqxjDzQi+8knvjNF+PnS+dOCHxz0XuOb2nl6M2LSx1WYPvocyNmOHgGfcAtc3U5LsRoanSazC8fLJtJ9TFruEn/bWPmOlB3MwELsPUkLxYtQ2aW8NJpki2WlU7NI7J4eYbDbKerjnxsVtJuMMFDbV1UTm7auhDlopykmU6i6MEBfRDSJLz/rkoKh6N498XOy+djuFk7FZH/x5buXYTrzR+8Q7c+XHatslRMHc689H3WJkYtg//24pz9zrcLZP9Re+yf2Xz3r9I678i6TObZr69TuHuJTv+Sdwwj2zt++OtPX//001//7ccv3/7E9vTnf/70r1/ng1/+fyPC/PyvMsy2/cB///TTnz99/5evv/zqf/62kmEikH789C9ff3n4X378+W+f/nW84advS7wNuv3vP3/527e/9ecf//nrT3/+2y//1/+NznFk9+e//vjjsGSs/c//0U+j3/Ufr9DFGLhQC1OX4Qn3+v0+XBaXa4NP7HidER+9Nk9yRpz2yndZJftF71mlk5HiPzsibF3wXl/y1HW/dCE4eHOajZlLb5aLxQpvdqK7SUm5IFRKbKUurn2237iMEfPGVcbtChkFZEw6O6juWBO+rYz0RnwEDleqFcjcEWoGbk3qo+luWIbO1DT6yNnLxouzA7qMX7yWc71BmL9NBQETD3uxzN47zM/HioySZ1/MUkKBNa7WSOxS9tnuZ2rDDUtjQ2yOygpf2m3WAt3HTmJCkWmrhGIVuRTsztqDTiw0PrbFWWiRmWfOTiZvbtc33NGbz55ErwrS63bwuh38Awv0qiB9cBh5pwrSn//7//juVTr6+E1+v/O+Skevw+G7pzscXqWj5ywdff5B/nvXb7lO02Xpy/ZLSzo5cXSguIS02DWwRjpTyeRxBUzf3VyHcmykLpGFPNuHgjIQFLPo5KNh4UxERppjn0DraaxIJQEBnNySXRQcbwybJGWdICDCapehrJM6s/iK9iiRSLQ55H/pOlgKzeAt+dSoI/PHFipu5ZQJkSo30oJAmOGYCVchZ5JaERarU7ArMjaZWGbIbpF3uXYmXV+TjsUYohdU3ZSJ7VNl2SONAJh7KDERsYwUDEgTaumKbzd0EaQO0vI5ZQg480XiA6c/wjkEHm2yfQRRd1jlyLVW5d4wUHrE5MoULgpDyzMXdFFuhdUHjI66OtcBR8fadHplop2DOqHlvnBxrkVJbJQ+t9PQofyAQGM1TVk1TTk73do6/uNDfiLxs5FYRqPpjxID8RKPv0zkqPIswMKOLMeHu66kRsaW3FTqN+sz5JFOi07jTWNFuAkV3Vv3mTwtdt5nljunwLFZ2ZWYtuRoxemPnMAHco4ngdl01mbFFE4uzMpaSSNyYycpl/SW0NJiNlzWZy78ZXmZqHU9ZNIcedYTcdERh2kr09bJ320LLuzEXT4kzb79S7epahIi4f1Da+5VPLZPypqwzRaG8FpB8T4JURN+ZzXCZKtB13P/u+NkcJmoTeP4R3rC1JKOZkxj2w4K1b0+TvcC2WpaWM1DeocuB2mqhaRHJOphW0R6tjNlnhG/8+TQ2jVYZXp2EanbdcUmUldB/Yb9sumtKR4YZsZ/A0bR6MXP1iJJBwhLZcX2bqs63Df9Pc9oO92gBlrZJA1UF4q2cZii5KQc6HPTTTeINI2TY6bD9GbTZXr27sFJJi2RlGeEY5cLn323HbuioXSR9cQPnQyTmR1lwgxvZIKnGu5HXplwUlCU5eA7h5WcUlSW0dZYF6ZSH0HY5XSXIAcHZho3VsjvkpDG4QCm1DHI1AMph7o4hdFGU9MWjzFt7etbwlWNLJYi0mqw00N3og9XSgrTB080dyf1kBW9dTH0HTMsdfJWAVu4zJGkvpAgnix1hkxUypYUlcJMDTURne0azZi606mfVlJukzOHuRirhvaZGQa6OknaiZimnJw4Lo8GRW0Uy/xM17XyeE7PVPA4H16vR/uugi9X5+hw6dYwGSr3lRtXMdzn5pHl5KHJZQm8cEqeLr6gpdasb//eGvV2vyPEog5WzeCpbKeqI5j1wp/p2UV3DFGVTSfKKNIut8+s0nGg+lvWkDqXNZ1jWiNjrWFJfwBeOa0PmlohqSFZt8hXnfX61mlFv/0eiPK5qHNbDWzG1fdMO52TyUG+PhOQ9M0eU7Oh6cVLF6P/Z+SFf4GuXn31q2vzJH31F+jqDwi6+r/H//r5X//6DVv1Ql596E6/34NfyKvXCfHd050QL+TVc2asX2P8mr7c9Vsuh9xxYOscyLeFL+0kI/4B91UFvElVyt79CmkezUkUNcFUila6mw+v9pEgtWbNWkAkGM/Nas0qU9Ie9be/u5j2dsZHV4EWK3HgyUYuYKp9tptqzZq/ciqWuC/qjVkTEzJrvr+2qLmarm86cIp81Vefb9v/EHq/8zrvsO3TLn017/zjM5xSw+ImgSIO7AhaRUyceaYl4lXtMggA4hLs4ZzgJCADrQn7hlic0Hb2J88KctW21OwiHJCLSv0FtdFyYm00fXb1m0XaqqlGQm3YZ6q2agwz3JGkuDiOfodh8BsT1Bt8GjH2J09cQlcK5gmYWmcn6e+m48QAjIU6BubZtcn1jgLEp9981CbHHo8cO0izap7ZvgnqWOXUqXuacz2n6MKdXm3MTWN7YCZnYSlFvJGcdJhm2AiU6dn7440OErTUzol4Hyxdg6xnTaixqk+UnID033JtxCntlkcYm0zWQv3xg9RsPCvQ4mmNIFH66GpqFinfLSM4Yr/RPttNtWbNLWckSNxzM2uXGYvANPIwOcudJHatT+SLbvqEqdmrh/CqEL3n2jxJhejVQ/hD9hD+/dO3xX31Dz5yl9/vva/+wet0+O7pTodX/+A5s9Wtf/BOCadUzsEtZIbCpxiz0NSTALf2ErbWpCpPvsWVh8nCSvOPm9Syz4BJnDWOm8oRIs5lOupgWJNGNoIC0yc4vpyreZKtS6bR7XRwo5b1xxv1uOKiqbXQQKEonLsMbEhxFEsUSSXQTS25McBTEX2miNoVRW9Y3VxcoDcmOuzTv3RdmxnVN02kiLDZUnVyby7s4qIrt8HZcW+N7x3QXaWWj7bKB0fgbMsI5RcYqIOKhVRGCt5KXHaB2Ed8gWlWNnQJ2sF49UJDlZuuRcLw0n0qsqnRx9Jyph0LJMGjWAjlLMFxgR17Omh7VDj7lEiayNa6z9RfXLfSSaEjWZ1CM2iI4woyoIScB9t5gTwC65y4uTpbocooljA2Yk1O9PRQO28cjDivsE0o4SEyAkh3icylcmQeCWHEaLd0ZmgoU8FSg12ck3kamBefYSCJbDT2J5kELqyNNbO7xQM2os9acGHjFPC6PmMVyNhO8mZiLCnyifQquKz0icBjzzZPOYQGGlRNayVuAgmrFUwVTV1sGoYDkg7R4XY58cYSEhtzC+wDNSjyYF9WmdCjTEI5GKax5axK+kGGhoGgNB6tHhlOAlPHFkTi6Ci4D3TXms9R2R7NrEeMA7kSD5D8OVRSFQaZCs1CCWSkiS3zvy5OUBT2oEErEvHHzZFkz3wk/giLgmzmZPXZs+v6UZpTQrGrPDIzF24Pobna+9uzYzSCXoOUUVLxBl6ZmxlKTfoMtYiFhMuHNSUUOko3RjHCoOj9Qo1tFETziHQ4VZvPcm0fIUUC9uLGZRWZq7PlZ570MJ2ScSGTDjhUuXafwTAZb8ebg7gdUrzcuOI0lve78JjgLUdW9lQYdUhG+6Lh/5s1I4f06Q/LrDHuoNCI1EpwHDhBL3OyAZvuQtuDO0ieuRibGjFmyGQujvvbZ2rsQgxceTH+YHAVp4ZnAcVlTdi3QN2X+tKb06JlGH2zA4pJCOHozdEJIpoCQUQFl7PAKSfRG9UZs0geoJ/1yn7WveiCJNARWpBBE1JdCRip+4oCufIIb+Hym1yIWWQAPFOFJ5LeY8KymTA7ErGR1Bow8LXqIzu8MTCQDECetAZ6/nUVlTYwFhTozCNTQxl2wfy4CKUIswoORgvR5gpAYTlSOlwjhKINU3N5hhIh259z2VumQjSPvzwLBbq3ViVynLZGwk0tTdP1GRXPDt/Suia8RUiqQaD2sbNWomo48IFhV0SHXerJW6/DUV2K1nz14Dl1VEPNcTEHsO+bayOi2/WkktER7pqiU2PcdWorCe1I4l3gcrNB9dE3xw33FG0UKqCQ3tDpN3NRYlG8rqmfkOxSyyTKm2shZFteI7UMtvTCwxsMyeXFN7tQ263IZCq3x+JydI58h0pFwrKFX2XkKQgw34zAwNkOglHzqmnE+EYF93FSJizBhU4lOCFCxZNewJ2Y+g6vcmEVka7mgrWiGFHWWdb14DY28aXT2TvJ/ZhnV30g8LKKX2DTyfqhuefyztRRKHt1bB91IIm8+h5Y9e7oMku3MZXhV65a1Z5LN8k3Lalmw3LGODop9yxeRbbMtEvCOkuf2Tyz19yEPrkwz82GyL9OfXJjgm9oz0EPT983p66Zpd4cgw8V3cI90dgnbMJGk4DZbV+UtmjexhqJqJln17dExj0hdT80NihvuBprDDPXXMRcZIFmeNwbYucy+cbziTM1ncnXt9hHgVoTeT3/2jmkF69soHFY6YbC5THFwKWfcQbTSA029uTm6JJUxAXnlCSnYDbPVeOyuTciA+12b8SEdzw7FcBZYBPz/pFeLy7x1rxbl6Fytyhyj1viKI4ES7ydMdjcSaPLphUYIR4OUgLCfCUk4mU0RtwY2/CuP65v5/qbDgystb/dYhlKWJ3Ia5uy0etYXqfqk302R7ZGXFwhOIueLIWQnjz0Q29M+Pbm4aXJgaysaw75+Df3yb19Nfpz5itrVCp+ukwVriKBF6etYlL6+X3cKi4P7Tu+J4I1fKpfv78vNl7XHgqTFtigj1yG7KS5U6kQH4jPPR9cegW4haIYG+EfIljjFHy9Wtks3NjLkQASInlTIxobaOpXfgDWTbZc0mVlS2DdnZwJ1yWSN9g1GMtN3BJyEeiQ+7mpYmyfF2wNdSbxN6zJiEHTeU9DlL8wH4IAbj2SCdkNnVx2IY2gkWZhk0PQXw3aMZvGES5rdGqbj4sQdygD5f/i2HgeJuEsgLxHLj+4rMNfXSpK0s7AHE3aHnvt33JioLuOP1ahwy/PjnAn56KWA+4kFOyaSyLu04gOgakpxlUNWWTGJQmLRikp0P3vNjNGGiHJoB1M3aRpEGM2LhBUei6NBsAlKiFwa/NS1EQbUe7cICOVaYKGS3PAYCdrk5Ki7VPe8GzKPAYg6+pD568FDnN7jhTuD22VkhjitsZWR1CkOIsPdXJnXSG5zlT02Mj02bJrMCyNaxuJuEQvoOEIcFSrS5XBpjkSm5Qc8AgV2IIVBaaTzMpH1SmCGsaVt1cMCIuUSsGCTiD1UxKcCV7FqUaYLkEL0nTBsJXDVuKFlUOMwpZXy4xQ58IOkThoIVRuq0XS3loJLSLPnFC8kWTmpJm40DlaCMUrgQBLU7KsCy3r2ZPLA35WtIi6p1Vhz8iuNkYjz9NVVpLb5C8wiEqZBQPTyEMR0SV5qI+xufIwlex1CqJRWZemsWbGzhibKWkOTgougqJJYKzICiEuKAYaJZIJlXCQNSO2XNAOLtIOEgoDnftaIbUaSBW30Lh2oYqLALs5Senn2jNsbJv9SNv3ohKvXCzRDYqp+8+VNaMzc2WrT5VHolzFlRV4PBEeGlVDO6iEA6tl5ZgvzGMuB1RNnP41zY01r1b9OTV2PbzpRfLZxQvT0Qh7vk2xIC+bDZ9mUAkHeLaV5WBwLnJ5RP1AlHYTRnA96NONpB9MaR1EprZqnSHp61idLZ6bnKeQv5Jml6Q4+I1HSCBB6WECzWasgaaJBPNzChbMcalw7zEuTBQoOSbGJaOYZ+WlMnrkOJu7T1c38PhbKrx7xmKTcpsIJ5KxZrA66zOvGchAF5KsEOFp66J9n2nrQlMmMieLOCFZbJ9RvXGFbri7SqQr9EZagU4Q3vBssn6RzTOXzVUV4GfVOnmq0ICCjK1URhlriBKy4rCrT7hP8zC0c4V0g7Zx89cWNnGSfza+OrQI24xpk7902fO9qy1C1bTSPlPSK1NWExD2LeD2jivXD/SXV6ewJHPTiIhYjxARkcviayGVMes09mjKLgvbO9N7GN2km+s8GttWXlhp/qGt4aSoMd1GEqmbR1FpTLiwB/WnNRKIRzg4qLK3Lj4JflzrgVBnI7CYGEsLu67sBfKjMA3t0UmfWZSA0QvGRZVwoUummXfp7iCIVZD3iGyTZy4uK/5EpZLxcryNyAgIXkZ6PQgFBUUlZV1dCnvSYEK8kQwx0WBcYk777RqAtei186G/zrW+2nY6mNYc2RRenA6N1UHmm+1FbBzy7ZxsxTRVBvt4YRvRvGyhIKGtjDuQ3+QCEZdeLfV00wQ1GGMzH16rTpFZL8CzS3EY1z0Ww5bUHInrR8IRZijdcKPP3YUnV+9OyX9dkT15oxIgjBzn/pteLiKHQyYRBvlzTnU0M/Q1D4NOq2ozqGmrCj7roh44wNlMywMenmiqKDSnkykuPPuTOs37SRURudJkArMjrG7kMVgnk2fR5y7SSUN425kHJxPNAURTnE76A2gOIEx6l6tRKWq1xKIMYGWF0J6GE0NiyfgQSPTaS7U3YytPjEJKL4n1hN/pVfXuze6hjZ59gpJMR67gAdsXw1ZEM7TyBlS1Qq0nx0i1HoFXZB93DW+4tcoBT1hatYE/f2ehpv7G4pDQ1uTEyjS2B2PiOxf3bSwyWwt7PLIFke/qfNB6PqDhi9j9Rd37rmvzJNS9L2L3PyKx+1//+i9/+fRteV/U7h+5z+/33xe1++t8+O7pzocXtftz5quh1y+fvr/rt1wfjJGBkNt6hZTZTvHzwTRkMVyQ3/6xGn1Ib6TqwejbrMRrs4Z0RDIQtclgBm2J/mP8XReaptj05VbbDBGtQlGOA6y9IVJYpsKwUWOeXTRVkL2AF5K6BSyreTQH2KxZ+6r2TNCmXLvPFLs1a19UHcLURR2eggV6IUvAVvdWMMc5SSmsuzRBU9aOzG5sToxsXwLNw0rVhlofLTEAe1nO8Z/BgORqRm1NPHDBzDemh5FRWixexfWonr4wZZ3UMrAkmBYfeIJMGSwInYtKmKUVoUDgHxlcy1hTl2kKLLKk5RzwAyKtDEnAdOMyIZC/++Pw+/XL8vW+VXKYEw06Qr1vtnCucMtcIQD/E4lFH+rzVKl8Lc0C5JaV2YSFfLXQkJwQtKDQpwRNFz1SaYfTlE8gDRWhg+bAbRob09bMPIC5O1WFhzugyrWZxTVBIBHv9aZoTWSuSlyhxsZzkBAMAunt1r1Ereaj0E+ZLht5bKPggtJJ2m/Rk78TF/mWDWCpXo24IQTBuLwkpykxY8O0NQWGamVlrbb+g7q20uohkjF9dtHYUmnUVuS88cSzz1QttjLpczHRZq7sTAEuGrsw93csK3Fl3XjibqxwHpIXdJoNP++yz3eIfhVYx30L7yAXFm63/nKSDAojXCYx9LScYwXh+WO++OSplnNDixAxzluNiLlPO6F8xdboQ4tQmKO/BKKIkYMFx2XsOLptVheIgBt3p8OhVAPSmAmy/xTJEDsDcC2JdFq5XmSV82C2yfdsujlh4ITdB3EGq3Kmz08n8zgI1apGs95MahB0t3uRw68qV67GqlycGpuZYTwGmscWPACiNrMi/K8ZW8YGRjxsMeC83dhyANgTanniTjxgCWvRpxxQUiQ2z427CaExIghEFaFIkjpSe4Fgo48u+kANlK1LrEFG15wXDXiRzZq/MlKu1RYvzYrG+FJBMWCu3nV2wJQEqSKYmSdQKF5d5l9QIEJGlpAlRE/RGTwKzWVKijJvbzPHOsu9+Hxpyw/tc/gc7vot1+/+qw7z/l23vMukc7aSpjPlNOd45meWqh+B2huHNTHiFZ8xohvDkm5TnIOQBesYnwozWkmGROyQ+uyisb3TpHMJna5Y9plN3SqeUuPWUvCUWibRwNVTqhNcX8QskCLuxhXnV1lYXsK6Rr7qsw4UQQ3z89VnCE+OQjzeRVuKYOOLGbE0uQgW0EeOhEUjgeOfgo0j670y1uzpYzhJhoUpb4AKT5QmyPX6sTC1ZugBDifyOZXXQGTDogZFgNUGZ3JaC5G5CFCRcOmnXez5TruWv4/1vt9y/ZKelP53361xPTeVBC2kkTvnW0cVRHryiAPSzsMOkqGwsF0/xGnLMDFNj4SAmbOwc/q0fWU1oenXFcM+e6kLHUvSE0PXF5lXpMDdfqXH5cnYMFdVJIWx8Fe4lhZF2izd2jq2N8466aOLizpSE+JYlYiLBdWRviNHhDVr1o0rDThLsza5zOZJ8ZeYQrKGQzNIiFwHMXZqp0vhe54s85OcHHVB5uqAHcQNOuGjs7GQJmvslVJf6fqyCrnR3pg7IZJK48aa7ONfnXRlJCLg1Mrmc6jLux5JSReeVI3ZpeFjlZr2M3Mq2f3uz8IvX75+/nKf/10/C7PRStcMsXpwZBsupX2vNR/Z8yg0XNgCqaxza31aqfLMaMjclFGbmHNjdafmkrm9qLGqSWan/pDtQaAYGAUSap9uzKjXN5UocOKmOsu669FH7djyiEpifDWValSFlH4l8lbbZ/OLWCZlA2jC3nZUZq/rjVQ6RCL1+hpxAMfAc7ideXX10fU9SegGEcDGRTXPdlOtWfN7JLrwxOgkH3lj1+z3LigAcuODJg2fZap04BP5qrN6KAcaVm0TMV3wp7nStGBmlWzpdSEFcFwiTWHGUghvE/Pioygh89aYMfeF1H4kY064eXIgVmoJG7B55JFLlWc7gQ5IdRcs4cu6okeSnYUK+GKo2/ePUNWQcdGGNfwl6Meei1qIxkxuVijVJWiGRzKUvmsZv3/6dGc2dTmZEzAZoiFjcek5j8vnelsni+Xe4dDfcKiR9mB6ZMhMbuQDwsEuDXDviAI2IO9PPu0rGWTO2GkT+rZbWzddiYN7LWpICCAKuUWjqu1enpbXhvVu69KJEk068wDsYN3ptShuPOOjq22MQtwOJa7cxjDPZmGjEJy9d+oLxLT6qEfcmGUau8jpJcCGQKdfIoIkuZ9ULMK06LSuQh+FhAnrpFe9QVzQxupRpc/m0bky4iLu+IHrtfKC3aHGfDO5GnqWWd1szOmVG5MOlUmVeKllkI0WjAZZF5oTAclSr0f0LXHL5khbQZIdZLKUusxCVV4fcRKVc1DIwXoAOTDE2raSiTlLLQc7oZ4baMAKXyIklnDm/lESjC9fl8/3UjxcTjC4WiQJ6Rnfh4/UGvZk5Pblo6sgWpJYje5MtykMLYhA2K72dGqv1DqRGOSyr2JE0kjRAUpwMxU05ko3U6MFZa4stK1EdcUFJZcWToaUl8hQbFcuo6SVVHslm0NlBbkKnMIfgHuJXAVkxmk5SfbzUTHgKsinGbTuvuLNiS+uBsXImFEaHG2xz3SLNWJbF/cI6LfjlPUR1rKGTVRRou5URvHXGCLxXXUjFJbx0dXEOCtYYGabjYTV7LOZwUdCzMYQuI/qolpyY9TE9ixEd3XjgSZqRaqnGo/IV131CY/sFyvTzftfrBv/OVg3XqxMf0RWpv/v376Opf5leV+sTB+5z+/33xcr0+t8+O7pzocXK9Nz5qutf/76wzv1sKT30G9jrjBku7SDV1NImZ2mPCukWrPEYkVYaHZe2kz7y+YdZYk+lkollaDjudPNLy+BL1SiJ0Kle2WknuXwEJz6DONWR8LqMtmB84fj/l4B5SjMVWzsQsYKJLO5DCCGg5qV6jyYQkVHSSPBYpFMUFxoCE0qok5jfSuTnq8H3PZNhQUU5cayi5sX4LW6OhUD0wF8VAp/rBiwEj5dcD0E/8kkY306DjggarIRCvpmzerT/j7AyifBZhOgJvO6hZWoJ6ROQoCatjpNbyYWMNgiKHGwLwc6hZkKPaktxGy/SQe5lM9E/ovG41hbs6RObCnSMoiwsoKBwIgvyBefzvLIFnD7bE1R6vwdiNeOAIwgUdGLwM6fjAS7ENCJ2Br7rOng7n7XGQMkNAwkEdN4ll/IkrLHBtvQXXjqj+hI0laZVUs3chqIor0R1u9sKHBAyZYVe5tSJnfBWOc8B0QsgQ+xDGZtkE06nUDzRtGocupJufq0H7bvhGM8aydJMFGrRWNlpxB9z8rqILXtHYnrHT4MSzLLDqYWow+lw/qstCZ/FRsQG6Ojh6kim4GmClEjLmvPTLdSO7EWClMFRPuNPNNHSbnPJZzQwk5KUELzCdl9kakn4kBoB+OWwYewowaShxGAGplq97bJFhbs64wTf0XE09kg8HyXz1ez5FUMe9e1eZJi2KtZ8kdslvyP//7/fFvcV6vkI3f5/d77apW8Tofvnu50eLVKnjNbDdt/7votDmjcjEXJImBxrwnJgLd/mcuDq599Ni9UaoRe/QRtifS9az2nrAuD5taE/QJfPOhcetLRtIsvxvVdlWprX97WsAbQGlVRjQGmXBGYB1wVj6+sgLXg2w1UDPDwMPPqfQXWSLOZMoeCtdlciQdy/F2tOGV9dgre+Jvu9bg3y+imy+re7NVZgguk4i3NNprGXpSH4NtfrU2FYzI+ujRNI/Tlt3vs7Iu50MYyvDkz26TQ3jXAJNvfu29PVfCYdd9JAHQp/QlaqJzT2uFc3sB8q4UG3UuaNMSm2tiI3Vk4KlAvVUZyCKI/liFdT5BvTNgPiNVHkfnmJ5tiJEYbIRpEV5CZP5ywvjnhMj373Wcx/1DN7Srgo6l872Rjm9jxazNF9OY00uZ+fcvKkCkyHfq8WebqJiDi25vXdo5B7Lff7GSzPZAf/WYn35Bi/oO8bhyfk79sd8TiIVB18ObTNntgIsYhVTu46jxuLnZz5N2IJikr02EI+TZcP7Z2OAINZLwU80Pp57uw3Y27TYVkXvoO++Fp9bIomR1GkMSZERmZI3T5zaVzfzC2u4E6eFlX6IULcId0TmRiklAGxYk9rxQGmwy/oPFC64dRjUDCS7x+nndWh70TDOPRbk7wES/Y1CBh7l8owoiiJ3Ul+jfuiLCxjW0PGYMXpxm3DUCD+7wTq6mIuqE/WuyjMTUhnmhp5y5rjHoprIhVO3fDqzLv67oegZ+Klj0VevrmY+tCI46yEAvaKixVBIjIxP0g50xFlEGs5854phRK0xHVYdUw1XA74DGPjQCk8gyZwcPZc5I210KyVrLhEExk9/cMoJ169xsbN8Wls4HAA0+k7b9JB+lTpSvmpNY3u0gYCXVbh50Zx44jbuQWNYEyJwWy+MqzSh7kxPEhmrgF4R/jppIyGtuJ6uRwa4ak13QDsnWRVxQjWkFjK2vNtkxxRD4vouZTL0oFYNBDpxzsiGgz4soujSXnBFiDtkbGe3ZmJpOcwSXmCe0Z5oxxnIUBF7awukxqK8krykGEqhhy6BSf/WUojub+YgkCaRoQLc04kvHgG5dDxHZLQuEDBRTWfaLJXplt1bBOqa1R6bhMSrEsaGz1UDXYTICQKGi+63d9mQGBbrxgbF3SoCiksAc85Al32QgJqLgqqRESKGxXMwSGVieqh40AGNtYcuUiUtLArPm1kFbi9ozukU7aSFEUPIgo+OAYq40YuEVGCSlU5dmKrtuK0z6TdhUGW9Fzw2OsBy2lG8o/5NDdCIAoE0o+3TYBpwcMYH1SdxpjD3i11n545s5kZiYIq4/Iocj/khuMkN/JZ3nsJ8cD6RDJ0xHL6pW7i8/iJV2OC8pmirL/q7FV+1/mooHDX4KY/iAm3ZGazERw/8zRp8MuYtCYAAw3zXDpEX1fPKckDcQKl+SnpK+s6eLFryyc6Wjs+HqUrZhnamx6Q48Mgbu1whdz/eCzBuhVODrcX0LUUZCHv9mnfL6Rl9X3evO43kaPup/oFpMYs7AEkbM13ZxmcBani2TiiCYkpG7uszMUoKDbuNA8qQ0kNvxhQTVqVLix9YHMR7d/CeoBVbVwfLE1Ms68OL2ZCb7Wmcfr3EohASL77FcBNjJTSQCb1YP38MaEbxupTIzCxWWwP9mMNqGqec4rzw/nov0xA7IhRRcnKAz72ePeLMHEZUzfvtvkwBCmeqbxUiEUQD3TXlEfdj651jRcZ1Hk75fee0RSgBAjERysuMvMswkx0h87g+ZKHbo4Ip+DqnXUVtzuATKM6LEE5tW6BJ01gmUeGockReIYR7nWooldpmeXVqEpocHFFx+pZdPsslCIo2iqeabKUYVSWakw4O1KuAs8wq01Ybf+rMgNTUuan2znCCEgyCQp1koFjLTgtKQy65pxSRe2Xak8gd7v6TcfFeAqFgbqgaSeDczx4CdPnFbjHvN6lm73o7BWr8HE1+jJ1bV5ktGT12DiH3Ywca+HvoYTP3Sn3+/Br+HE1wnx3dOdEK/hxOeE9cfPa+jf3/VbrqsNpKTcT3spwkF95+C14STYBd5csrbJfN/clM7NdOPT9b139GYnm3vQIbCHv9nDMcaKwiCZy2vzouiEb69N9Vzv4LfffMpgFyh/nF3c6aGLk/pOjVoPm83+RGN4gmqiKvSa3hAxuapQh4Ia2k5VdtHW9QDJv5pmQtZnCyEwFMV6QxmIEF8FU101dqXWkzwrEY1lJjFRiEUmMYHhZoSLJCcgjqwOAgk3z0BjBWyOKxtXrBZvzHG4sMNWF9BjwslsmURAsSj7TJsmkUq6QjlHqnmlO4mx6jD2zZgM8d7Z/W0g4jjmK19pRWTe6UDgEJeENQAny+K+/6+OwlSOS+MDIm3xyBe1VzM/9KKHjZn4mWiWSXAY9xh/PYiiMOAR8apgVkkXUBFkKiHfuJMX87kxXu4LGTrlifioLJJpnqmWY2Atx9QZLSIQIx9jK0FbNwnRg4XNgMYW4B+KLEmwRe1lGeBcXTgO10ildZmMYZrLVVPZiXBmqdSkTRVjbHUa4Rt7idirzX7WMSSzx6OuIoLyU12pK3Q+GHhAIxIlnC2fIwRgcGWetOI3EEDE2K4rY2ybQYIndRzCVsZz11oSLlfRRIVW8vDORj5+8JkLNP8kl6PQJMeSx7oKDpQE4RkQsdWFMYzart10yaSqgmbczAVYNL4PHu1ROCjA1LErUAFASiEZT6fFaNzPk80FDz7yCKTercqoatt9Gb9/0ZNC86WF+MvdslCBzEY0VoazIYAKd3DBABorYTbkSoy8KBt5u0t+P85R1FTcDm4c1o2Rh3XVCJMzBx0bmX934oUvgUwizxuM9MonG5efQhN3iWTMY0/MOZ8ykRALUTDCoTc+cBfsoswUYzQcUQ4lRgT8QSe0GIGHXiLG5BE193P1eoTphF5aKKc83AxCzIALO7IO5ExOJTjNdvXGeVrIJIwrM6KIM5cMfl7BzJUO4dLbILmHxwqwE++68WBQOJrMfMbuVQVFTOZDIXGdINmr20uFeO2ZSDC2lYmiUg88ISMTrRgS++IEDTa5jR42/WAQLbFKghphjE06SWMS4PZROWVMiMuRWRmXDWRuVkroF0gGQZ7h/pFUEVduPCM6fzlJHcbijAXqo/X6KRWLIa96+JulNO/i82Whq38srFgUR0iedyZTz8yYBoxNm2iDJic4vKCicVBkeB5ep8XRadBKbhIH8/EY+Yb9p1KWJ2zIffoi/73rt1xuyIn81sQh//JIKjU+AtAp0SWwSJsELgHyDKso2/w6pBLbgNDBd2/Xo8uNCftWjfsJcnUZKomLlXGfabgMJWlFax78Te+chgmFEqrVhx2xjHCB58H2yTJ/MkpSRriju/AIUwGP0nxyfpM/GYdtl8urebUuQqY6SxEqSVyEwOPBW5ED/NY8u7QIvH0f+GZRNPKoWMpi4oVb1rzB5a3kqIfSvJ80StuNYQYgv/oIGZZsRAt3Y8cFBpHL8gyFouRQxR0RArGIyGW2Onyycf7j1FD2YQ6yr9ZFqDTQWxYD3J+3woPSo3QaKYjlc1pKCM0yJuxRNPtUCuUnI29qicolkPmZLb8hJZHt32i6fLJazL6QoEcm4zUeNfybn2wONBR1LFKToHP9gFgnRq1MzvEgp6K5cN1m6I6Iiha2mG/iXVQjeG6eai85pnM3HI9R9KD3ajXQgeN7JWnL0y8mju9CMrY102XAPLLfA+Op4fC64Q46xZV1uwSVoV+iyOYi9jWn3+cKMHGOEOJAEKmZ60CLaZjOmlU5x/EDIE41QEO0S8ldAh/8fqVQ+RUPEGLAhXoDVUs4sxxaPcbjDjwgFB9aF+vx335IYyL2ZrR5Z1JR6UIsyQ6W18yzK0vAAeZxL+7rKbIHUlEoNOfdtIhulhY5YtWAm3StUS+neTiXNWD35Oxz5bQ/d18BRSrM/VW491oCXbtTacTuLnfQ4HQWIFHMfd9q4xrF8qOUyfFjya98xLfqk6rt+reCu9DKHQy7W2ZlrJMMrZRNAqyA1HPOtR6frzT2kn18zc6869o8yezMa7ryDzhd+V8//fy3tx/+5dv6voYrP3Kj3+/Ar+HK1wHx3dMdEK/hyj9AwnpVM6maftS33D8Hlyv1dt8j8NIBRLIlLRtOwrHOrdzWiT/ZPLsIN4hBa2l7yXel8pp5NE1tTMafc1Qs7ayv1R3UdrE6vZKlfXKw3pImA/xGgI2I3I85E1uueXYVv9YYv1Yj0efJ7ZX4nKxhu7HLqj9gVlbKfqm/aKxg1aBpJ0MdC9TXsuk62n5VwBpIbaoRMO/VyzlWbiYmDFQCyDWoHoDZIMjwLFpYCZprMrOMKCx55qIjk3t/w0Zg7AhAl27urNTPn5m4ei+zcUTsW++8pf/G3sqJ6oBF+Rlv2vg4CSl1FIYFGjZwM0XposgYk2IsJksYj5hmUVTApsB4RjW7eoCXr+kcVIYZJIPirGdbTNG0SvFXDpCsjQeOBCKMYUtkInz0PgvhmXOpNNCXpSsF1dCNej3dGhszE9NLeKsux4GA8cENSurUFijDCJzvEPLdCi4bxzmF20vkTk5JlqA+6TqLlIY60OdUDNQeyz2SxFduhvXBzEgRPGScUoS/qbMdf3UzFC3WTv/SAW/Vky2E7oqqEXBD9ojBW2DuLn2BXBpNt+Zap0PbzUCtt2SmgM0QJk2y56k7fd0LEINeFDtm0BaG3dmMGTIWrRx0B5b937horPgYQppqZuDcUriVIdyIB21tnLneyIVd8FeCyqOTUU+M6QZr1/Bhgj/2XeRUwvZjbs3ptCnMviCnDe6vEIh8Ia+RJOfzUlWHbS6sl27d2Lwr2Cq3MiQpv1GkM2MTAffXMJaOcRnO8rnT6SLO/VxYo6GuKv5n5m5we0lEXfCsEZyDyzhhTqRQKbIiELdEfYRiLGk+3sDyzBdxmZ8aJqASXDQ4KHtRPmB+R6qQvERyANmBLmBfGf1DUaRtSBzCgOBAULowS0EAUiOJTxW3lkjencrmX5ysr6Lwqyh8/wK9uoYfHEbeq2v45x//16c//fVPf/22wvf2DX+pHD1/33BBJr/n7hv+Ixvdq3WI+/y5Dwr9oO92UMDU5ZmXvttBMWlG3vOgmOnvRcd8t+7hnC34T9U9DEv54c4Ww/Xu4RIQ7FxC3UPNxTt8VkHrWXAIkeiA7DMVwaga72yHg3ga1pMTwFR3YgaMXCL1DwWBGmHWSVg9Eo7/hZUgxObZVe6DyPfNceeiOXDzTPWGVpI3Fh1qVFqUmr0Lz461a/57K5EC3XjivG8W4my58Yx81WU9+FKDdo/30NWcuL9KJqbMJb/B/tEnc/eoAbp7alNfMB1tF0ONUZOWoKrpEz/etMdqKA0amGrHnzM+uhiThA0EY9KSCHtun+2mHkxlb7+SYAInBwUoJC08SZ9FxBhsvfHA+TsjtbNvvCJfddXnOze/fo6f75xUvl6z2SeZ5qE5mQsvjrE0bLRvetTwye0zPTIXmrgVoAAx6Gl/82J0qobMavYe0+TBVDaSRKfQRpyNHbtedLRh/tCTWl8HoRQtXVinXETrcZx7/Dk0tBxIs+XiVJ8diSyCWIQxChXUZHw8gwtsxEy3tkr/K+Hoagg+Mmex6RDeHORJ5K2B2h4ydxsPwhO2rc2za5buxdxppvLfqZU4w75VHztauRDrQFnySQ7n6+lHuAlDIxs+N5OM5zlrGYpOJZLLijwvpB7jg+GopjCyQ+OleyXCIhJX0NCsHeT931u0RzHz0q4kZrNnU8hU2dgu5IVVeyfa0SQmZJ74Eh1rbMGL8RSBVO/4d3+U58+fPt/JFXhdnaQErIzk5uSfOa7cxhamJQBNbTTTt59dUBssX53IP+U49+EYVRuscifib24KSfNwNb1CTeI7J/GnwuRBJet2yERc/1y/8YjxBOVL5QxCBOkSDgLKSpydkg5l+mDNh7VejKDrQZqPJiRjOaBXa4wfTZFQPQLedOnkC9yI15WR5Dd7cf7MyhvBXIMUe3J2014/hQXJGW5vBAKFOTUwzz5ZmHildUpetd1j1q5r/NECykKVKfPs6tbMcDES0LwLGZHm4VpM5MuwyCBNz4hkg65CNjQ1hg3GB366dgaxjbCPdLo3bjOvcVk7GTMOBwqm5/3r+Y7738+A96sJ9yvb/9WE+40FOmjCPT1a4x9pdb8AGzeAja9f/suP39b4Nef9kZs93O3BrznvF6Tvu/RskL7nR2q85rwfjtQIK14xRa7mOgu2kIS1Qi8+NdqGbz4Q6F18CLREihBnA4QBcsUJEZlJJTbhQtqM8pMjln5Pri9XPxZt38w5z0BDFzL7WbC0Nm24mWRAYUapB7tgdjorDMjwb4TxK3lGE02pqGrrbD8dIEtEJeq+C9uveZeYAMCLLMowDlLKVtLR/c3L7SaWIXOXEpt59fxySUcNdWSqaIdmzucuLDeUVyqxmWdXR6YW0oaQOLRik9M80yk/Y5hhK8R+iDBrdp/wCBrVmzNcr5YdRHR586kUwkNwphQANWxkDR5RRWahEB8ks+8HSiAL4oPUBtN/bzwtK5wOLiKG1rDZF1yI7tsul2kpYgDsRUEZGR9dxV8srIDUjEJa5me7qdas+UWyntbuq9pYuU3wI8gefrSq4whZ8bS2XpGvequPWFOBHmJv59qxICc03lwP0r7r4Uc+SX5I3idvnlKkuhqn9CleE4Gv8sGrfPAPLNBrIvCDw8i7FZj//ev//Ou//fTjp798W+NXjfkjN/v9TvyqMb8Oie+e7pB41ZhfNWbB5ZbbBv54dg5eCIUvezXei1OzNHi18hVppicLPdR3t4WvGok+TQiXGiLmR46B9+BU6w7Kv2hrU7HTaauQJmGVbjxDMJfwhpKw3Pg8JIQUow9oXqCDOMAptex9RMKynAWqsec3LDA0o+5puIJORR2ydTgYkuiJzgjCV9MBFZfUk6jGVFnUeCPR+yg56GYqNrs/BJ+ivxRiCO6/6NTGTXEG+hOpHuh+ryprpTMnbe/DXDQ2LzpgYgqC4JPymyp8Z6EvwtHX3Myg3OzDzJmZi7auiQmUZf4WByPHLuYJ6ExNqhIYVC3PXCagpVtHhLRjVyHz3jbWjbYWbbKZqDbr5hM27SQml+tKg7FSYgoIsBzxneieU5gEfeqxhoZtNjvySfF3Gi3XqTJlz40Mfu6BONdSwInTdiAru0QffXE5nQr2kMoMeqaHtKJInYwCdWxUSsUMA37KPnjgrYUEtgozNbJajh9FdIZS1kbWPZnzISa7cnJvQaNnMTFmD0/VZycIDzBOmAib+IpndKzMkrfwtpWJZqRz22a0XaavBd5PTKSLSnWa7IcaQYX162W8ArvLUcPYdRA3zSz0RLM7kiWhhqi06Bus7HiqbRibjbj07auScU5jh+ejuHKOASf25LTOsBnkjwWcGs3h8k6Q93bok5ydr4M9FjPKIKTxsc6pNjqka8JpD/cdeZQcvrW0hCZp64xeJoWbx0JmaXlpiiPfaOZhmu0O4dG9Wgi0VOf41tVliApumD3MQFQOMiOKHChLpZtUHOcc8rWMtMylUStjspAASC6NFChCw8JTZY3GVEeigzw4PZysi1PGurBv9Ur0+SKa2WBVpTaPlmbyrF7PUa7Cds9GCGNf0eTDly3Mp4nAKQZuNmPpQmsgnxolBGQTVEyDotMHkzvNgnf0phQ/FrBFTPfhYLJYlK6J26DuX/ZiJpwWUlJPhcbKS2zEbiFhg8iHe2eZ1rT65MKStROeSmjaqfiRtJRqkjKar4w6xqf3IS+67KB0GtNll5X0DuLKyieCOsQaWBlujMlwcVLoiDXTPKNsmwWhINnkJZM3IqgiS1L7McjIpcUjBxQbEuwuOShQoWOrDOG6jm9CR62A/bBcN+7THkCRRRnT9wQoOkkzyE+O+MniASYqGHWfCdeL+0iyXQUaZxzZ0SPRO+9Zsi9xae3LXb/leslespt0+9nHJj81tQ0OpaQpEw9YfcKVpGRYvpFnWMNLeGDJyDiR8WQa5JUDywe2lnQYV2NVYmL3omRCWmToXFWOK5GwbbwBLgnxclAZHfkcipJEgcmjjkwwKNc9eYss0CPMQWcOAcje5BoNTjsuMA5OK8zz1GcqT48ZuTey/PDlS/n09Z0iSzOEgXN1r3/71CZD2AxYwQUCn2zBYyLDw6333wi9zSZG1b7nTJ/M7XkSGJ50f75i1FlfsZIhWGhNa9SJ6tkGXBRrOn8l52vjHNq3/qXvJVwGkFd0pzK+1HDxCi/OUGgMoDGDnEQxLLH1eYYYKYo/xtZfv36fv7wXK3DKNLjVqgfwJArfJBSE1r2ZcPVeEd+wHDQSzYLXCuHNwNNvXJhJ8q2uRN0j3epTRzWGwFUrwZole4XAPR1UdZdE5YCbL2zwBRRYJDKi1tdZV3jCXfX9ly+ffrivtOGQqpsTRZPXU7B4nFFqOH6QzuJ2uMHEuo+pMMmjtEsxXxdvzNhqHWdog321qcddLwpuPNy36ysqxB6xZW0E20kjF864rSKX3KU7iwzHcl/oGFzO+sITbqsvX798+fJOeaogVXCMpXuwWcW86m1Ta1c+F8vxsZHnd2GCqE3EkhqhndisYu6kGCb3VLfZLZTUlXslFRd7IRRLTMoHfAMLwK7tuBiH6zBDIc+9zVUFLuRzu+4shi7l1A65qjRxCnUFTJHGlBEJHDE+7Z0M1r9hrCQq5F8FBZvt1pnRqtN0bRxHQCMs3Mk99oTR6j0htpJqIhakNA+I7SZuC8efdKNcIkAghctoMBq2vUDcoKmRwKGU1aapWaNCvj4VIY3JAkFb4rgL9LBHQsgJlwSyDd984xm1AzcGxyFwBDk6l7c94b769Hn5fN/CX99XObzBZxfN11P5FBWB62wzahF4fcOvvmijw/RNsA8oHNNUr47VB7MksLJ2sFFRcmejECFhmEbT60L6nemoDj7CMGsmMJj00RBvuqHUMKc2MCZDKNCgvxpnv/lqtpYICC+xlfR2jBPOoz/rLPTc912Bnvmqtz7hvv/d0HneBIzXCN1rhO7+BXrNWR/9kj/enPV/+/Tnv7z99G/f1vc1Y/2RG/1+B37NWL8OiO+e7oB4zVg/acLa+pf45a7fcr0LVIh2KY87ggsjmECwUZFtg78gctk8m3BFNUKhlUHhjzeakS7DZtaw2cA/aP6XVW9Q+w8VSDXeqtaAzX99dHFdg15B9arKXVX7zIrDQt1H5Nym9WYSaHUpATS+qyZD7abLavxwQlYLgaxv/CJfddjrkzU56VjWHlYFFewCox6/ixQ35U6P0/kpvgGEoKREI4UlrTRDXnLxUVfe5h9x+4SVYdRlpRaSaKlknC1esvZqd2OlJuuxgXpTyOS3f29JpKq0BBqk2wbuUPxHRC1pkC74TBUZGyzSGQHfgg5D1L9oVWK3u0biKdRHVwcUIkE9RC8Rp4rss91Ua5YJn4er6mGqNWs3tWTCjxc7xDdxXvUNXFX4JhBFm51GtQOxSGTtdBn9L2505B5JrFr0lxIs6jav4DLzWdhXhVQl0mnfCJmRZegT9dVrxQm4bYTUZ0AlMV33+Pf2Y1BxSUEJkudsq5FbNewCSPgr9neXVm+tDE+XowEiqz5SrbKFtcp07vMmiTrFTcwDKmrWnIpiF0jlYFRtLaxaX8IbjKfoo6vnVSFe3TyuSDhOlZpOHke2aqLzAlf7ha7GhUsmdWr4yJgyRlYhGUJiXfEd4pYX0CO2fMYzFxXmvKxzaNTO1EeIrbKLJgYhkhFmZQuNfgsC5BT9EYDzrQkaw07hPngAntUrWyMJ+rxmHtSSz4g3n9KIq0gm/Xw+2UiHEJ1RQiUt2I0khNhLTE45I0xT2eoJ0lx9NoMMY+Lsl3DToLEyiIrMAmPPYJeuHTA2CKGMjyZEnYeCRenRtJ7AbG5NlRlInF1eiRJGApGPGnlYqU+7JuLqFxYBFKWWKIdpxhFX/yYz63KhjCvPQApwiMaKVoJ/ydbCdZV8Cr01jyTPBaUlcucreKvQgNENLizoArLbIBZufo5RQAbYXU4ZgbwdFGsypW/mwjsjSGHOjmEYzpaevxk/YZHu1VW+ef+rafCfo2nw6ir/EbvKX7/+7d/+9dvyvprKH7nP7/ffV1P5dT5893Tnw6up/AfIVy+GXAGZgpLY+EIO6mf84q04en2j164Xwwe/+PRSPKFTlZi/5ncarNsu5TD5v4adqvxqo6UQx5pcVht0L0sszGG4RnVKw89GFbDgIzUqXVAc+yiJ0d/SAsaOerI04pNZYqGmoAgYutBjixHI5V20Xa3ruhARmJBIrDj/nRPRwcqzxcXWqIOAtg5asC0YlCNOa4uJ6GA3ao+EC5t9vEBaeUS0J4VcrCzZXRP1i5OxQveBlNOnt5cHriKhzqWMebvMkEvROkBVTrAWOD8m7UbiZhkfEDEpgl2JuHal77vvelu1wg4SPjniQS8Rv3KmSbckA+ikfzspFq9bSmK9ubOucDYV11krN2zEM4hWprxZz5LoHhhLTbXxbQP1Eepcao34jZUv1q5BIeuzU5Q3bKzKh+y2jq+LEV9gAHO0PxobyNYDf219H3+62vnSyUJtAEaS1hRjKx1PnRjA09K0RWb6xy7ER9ICxCbwsAFL3i2yRrHseYoD66zs29a6S4qSW+b6vOQU2LEe9uMsnWxxWtfxo8hhW3EB2IitnXAr2inU9mdBLmThDsEBNfHNFV1gdVIbyQJcQx8YGxzRYNlucEvUxe5a6Syo5wSa+dCPRH0gEumoUy06E9ijGY5BbeWUulJKTMhL8QkERaRiwVih16V0KscD7XbjnEmfZVzZVH26iqUE8tiSV2JWLNIcJkrRwkn1OP47tOrENXwS1RwoFJSxEqhbsPXK0Q1GeKgYt0TBF2lgx/5yIWvd3ACNDQrqsIkqqfmM035mCvPwKjStuj1zOWj7gcRUr8RZeZhVCw86opXjQqxdog/mQLIk0JF+W9fe3uyjNZEJCy/PwkH8Jv7maAgNJ46+MDP2OiFTVw+bSMmREETQuVj1mjsPm05g+OFyB9cgF9hxrkm1lmYet3CLXc4L3AkHmZFc98C3QvAhGZD0uKCpOZFUlODjOqnYpQNMEAPkZLrCRdcqJ2YEkmfItSfPKMJUIpqVgk6FTSt3keSysMOGjhEmNd5a9v47Y3fhI3zJB+nx2Yvy9Xu73I2AVU4Qp8v1PlUyLeC9IjCus6emVODNKqeob27ndKGQCS/gdIiU1qIDtdRq8kx9swuxjMxydNhP2xGbbn1UYiUKLY7PrRW6CXpLrDgxNll30NnpTGLodetOIxnA8RuB/1dIYCUONyy+hI4Y4bFc6gvmZtCvkxiLLl5K7AzXG3wCiUY3W+opBDZ+uALkiNtN2QV3Ob7bkvm7ITlibwcJQdCEJulOm/eTec6WvSj3/hE2NlJWaMlHDzaNZB1L4EnEPFDFDrVbEsIqU135allP7nlmvsqUncj8wAI5XzRQSz1EFz5Eq4qr6Ikf99T96gSkCRkTd0xKKImrNmsgeQEJzThoIsz4LrRCayVhSOEYW3F6IySW1Rh7ruIduC9M1jueuQDsxVNX3ORRyxmWWbhg0jdiz0LGJuI/3JJuFxhwCnPF1Fglnle+VrO1zWGMk5yCpp+TC9Nfz8YAh5CUVryLSsnxHCvzAYU0DRCXgIM6UnsltVLlxzZbPZJamZw8Lsn9NkWKto4EnciJx5/DgfetXYP3ZqsQbJJ7lw0ko6U4nVAq4ei3tUaflMYYEilnVuoyJMzXnYDOpTwx80r6zAPvYgPVI3IhHjlZVxciASmqkgSqAc1rZFq5DSYdBLyOSoUAF/b07vKR/p6zSHqm+kh/r4XYvSWfJ9Z8GTigJkfizmwNvHaicuax26PUX2jasXNUD0bk0rTgSS5CIgCWYYdDRJc7XYjKkGyGkVDzURYWw6jwgh5gG2g8e2xIl1EUoTfH+XyhZ8T6tpD+onaChACUZJMQgMQH24ySi6h6y1prTLpFEmZ4dtvMlV0Y4iKySVjfPr2/rm93mxqbi5PHBqqdkA0j6Ub62rpqNc4M7yKBteQ/kZqvec+dLlraKIWvXLOrB3UAYdbHQkBeWXl5HBAuarx1JVpw7BBXDVFatVk4I06F4RfJ6UAf3xkbDC0Tgc3YMpQOp8jBaKTX1GyTyX2PPKk1jTv7aGSgceY1HlTCAikNWlYWs6QuzeF1JU0I0UfreHQG00y3UDvM52SQG4NmW3wS5cjyjVFLjrulol6B+6kGzdyS7jFktZBjoLmQL2DDZjw4sLTyjTg1mjWVb00b34cTKsZOGbKoHSBViHAQI6uNXDtpT43FX9BW+UguB/yIdlPCeTc2Kwm7UloU0lxNgtLEfF4m0/GeFLNPT3gTs8CNJaJnYOu4q2FGKghcDP5LOhiOn1e/KyVVoUq4LYVvyqYuBbdx30Amt43gH5OckahQcFm6XnbNKhD4qDixY5tj2LKjETt2M1Pq9mKLtqbOablsZJ8LT1LqAnPhWXBhDbRXd0JHPoNNfpUiTPTJdKWnQapDMSjrU9Y/hwzpctmlTLdUvZnPjC34MPwI91jA+mAglnyxdSGHXTjCWGqSrI5dXLjTDO/MXNeDdlusWroyl94FT+6xWZEyRVrHp7qObOsUsLkpZZJU5DjXCCi1FMqISkUMw3a19CnEaP6ghRiS9ZViEKG8c2TtuaQcDeZHuhU5qcbJsCMJm8jwM8IFA7qikc4zIetUQ5BsHSkYEWVWRk6La/K6zomCm+sQxazx412QTGIswi22fYvGjriDIWt4a6EwsPL8Sc0+sL4tHkJWJKULLH5JLJ18naarhedW7UieJe1NH8HYYQKxPaaD7ktOXKGR5gW1tQ4qNGv3SeC24jFurgUrX1twOuhqUUlxPCPBwO5U/9z6z+iutsA0P2TTfTSNNVCIaSxh2aZy4FVLK6Xw4oQ4MSc75shS1KFJvVOzUIBkLhjULd3EknzhyS4JRUj4KNQ82OvIgQcoROrbBXqXDMOt3Vs4RrPVZxB8GSKJ8Um5jhDpPXq1YflyJKp3AYyVuvJysLtQ5lqAFVgh2cAWLrcYcX68GYi+M96RWyF9Z4P4MMZGnVWYK1t8VlZEziJduRpf6OvCwylrI/SRYLWwmtfKuRk1FFFOBJ8bMd5H7FEm+7ECM/JzWoWl8sTDWhR2NpfhoKrVT9aKYBnGmYLC5OkkwQwJPhVKukWtLcENQQS+qAwpuBgC/FduglcnInWplxBBW64EI5GCD2k+j9MiYx1aSui4y4rTdILIZmG9PB40a6NJeDSZXQ86y6sG4GlsfHMJX6kRae0mZ4iVqNSQTE7QgNxoytwEr9HnkrDZhabWuTS2GonExZK3IgvoNmMPpq7nYIhsaTkonAYSKYixMe9/D3xFkOQGl1WeuQSCmPlQMCUMLfJXJdM1WReBNnogXtENEu+ysjKMgIHAPvv2D/aDskbrDNJrB4l3Cy5bqyeydBwUEVZVwAk0TsXKD7KJMsaAZfXp7wk0GxxAcjk4CMbVqRI8wiQ1v3oank1gno+e5MXR+OLgete1eRIOrhdH4x+So/HHr/L/+WV9XySNH7nR73fgF0nj64D47ukOiBdJ45MmrLGWO/F115X/ZPz6FtkpamAuAy9SLcWysHAhsHLZim23opUDFS4raum3v1ni6qPSkA26WYmgik5C7aYuge5UwhiHumUx0CiZ0F243KiFMymjrUtjiaWl0GhB7p3miITuAuHxebiFE3FZp1qFsKzttR31gawiRfvfHfd/hDUIbRjaGlYnW+WqR/7aiP4lx6p2zbpKZazAGhniW52KQGIEtjFEqQGHNMWLqbgmzHHYfE0HDXihjvGhA0tMCrcys6ZISBBeZAT2BYwVWY8F3CD25FIFEr6cBl5QDF5SmTXnpPKNribqoEi7BpFjAhN0IbATNceEth6I9ozdhcKA8sdwWWOnVlb06rsVIccEU0UsDklA8zLFUtTWQK1iaSZgQ1P6Py4nV0ldDZsx/UAGRZiCSAunEdhfRpUJ5BaSTzFw41QDY4VrD6eL5eyiiW3Wl5FmbsFyoMCYXc6ufMAplBbmBcwHPaw8yQlvoDjUvlgnUd9VYxUbag9anEDKtSGjTI6J+m2y/tjUXif/5FUfOMhfhEeRBNcCDVNkC7rYnT0wEWyRY8/lnBUAG56zJR0oQi+kuyhUwihmKEEQB6FLzk6ZYVxIakwSW8hfJI+e/aoZ8Zhht2TNJ9RWp1Eqadrgwm4dMuIqCSS+KUYgyqlgA+P81cBhvLwG7Vztj6IPF/C4HZO45tbEJaBwZXiY6BpiMkU8Z20/gK+DV3AOfoPggzsKGoNmJlokfa6NOwlhQdmJYVnACSxZ2oi0WIyltnqMLAQq0RLTE6kn+Aw3JEr7pO6MDKCCqiXVUsMRqblUI0J1mW9yIVkWIHpAKJtsaoygkekUJaHDKb8YlZpiGus13ZDzQnDGPDYc3a3HMbr7sa5sInRFLImY2aJK7F09SBdiFMmGedaSHuL85Ib9QW1JYQoHW3N3Opp6pKlEeZboVpVYvjYngkUJDgO5qaLWa64aWzScTmNXkpcUYxHQKOiMTvn/os+mF1QfwYJsyP80nTpQsV4ygmziyEhxXcduRebiuGSnJNWMl2l+YjQM5glUdTzWBGgckxeME1aDxDF85nFEcx3ncTJPkMmMDlI2RSMiocZG4qwV4JYTUJTxwrFGzPzkUcQL67icYvq/OQY6bC8+LHViRIbdFddFUZNmYReEBKV+IAfCeqgb/4BLtpUDj5DJrAe6rM34ZrbVyAu2sQe8XZ9ODR0y1dYUZLMnzlMF5CrifqUpsTUSp7pMp2MVReRVFrrn8QimXEqTz3UksO6tzMijsSL7AMYKeW+C7ywJQoaUKlenwfmNoYkIe/juJNwuWPaTokCHlb2RYcj6zEdUWhgY0NiRUtEQpqD40NZCw60iLE6SwsvilKsKsJqIGDPPCo5nCK2UhYVLgJSSF8j+5Gh2SVIsOtLm1UhTnsw17O8mZ0Ca8jIOYiyqS33ZaXuVN/SBleHgN9HIlI3J1lyp7nc+bHnc93WoxHQmi48ouw4r6IRV1CHBrDZg80SqOn3FtWN2UHnmUuOXQgSNAtnB5jmwkulKIhV2vD+VEkn+Rz60i9a5pOXTAy3cFxKRtpIsmSwY9XwXor7L41LuMmJVDanlt39PhiUR7puo15cXI34+i9iB5iy7kzhJP6BdSIHa6HIvpuZZLSyhMXZRQ1ulm+gR7eWqhjOhW8UBvn8/YHWRWRaEpo+NihP3Un2NLvRDynJmUNTYk5QbMLLMSRkdhapELoZK5sFJVSsqRfQNcVvG6pTpMUTdQ5gxS3+Lq9DxHI360SUPs3txQ8ruO63r1iPE6n42bmHq0OcOgidE+7zg6Tfvf6EP/3OgD1/w9D8kPP3nn7/++KevP31b4RdA/SO3+v0u/AKov46I757uiHgB1J8zZS11bfU+770ccqWzAQJ3S3YioCyFRAmle4SVSbm/FrwBLsyzI88aVNBEtNelWtEL9UxWnTo2ZRXsmOSibSAt+CYCekqbvrhcq7kC1BKBqFtEdTtRlkNasCyMyAiaS8WHVqQuCkP/9u8tWgjfDV0yF4CErReXNK5clxYORI965RLAzKgTAHlajqrPwkyDdaqtGnzQK3Np79ZGWH+ZVIfdlAITlwnS8oDFMsFuEsysD1+79EEBmtRXop4ej5BvU7RwKnipkIgiD74Ak5LLxlcbbPVvbjGDfUaKrZgDA1JCQAJDfXS1YR6oITEO9QZ1SvtMQUlEky0/EjHTgqTwUQcTG5C6TuppGPo7O6sAvJF3XgDetK10+100VmTkEJ04VqfgwuZOsE75u0ROEivVqlXR+HefnXyKX0L9fNdvuZ6diELkbZNKYN4uTaqN7+mAlQgPKClQY5Nqw/pj57Rw0XcTmfUo+vZOM2mCOsNmSiaR723yDk/9EmnUT9ITF+7axpTAkrFA1X88QmnnnANBzzflW1xT4YP16PscKGMsKwG7hAcNwRMpUhk9Wy8xnRQXENqSCda1VOr5WGkeAw6YHjFTlMxUhXXG5svJKTb91kIg354PSMELnfvJDK7OSZno0/UVQqeC6LPhWQ1PqBw075ynW+DELyw83xeyj6a1DI5hKy2OXA1VXOQZatHLLB+qbYrOD8L6lsWJ7M3YoAtbCEIl/+AKTiBEcYSdlilnNFafXU+pMuUpjWa77DML9MYosEF8ETstdMYu+mzWsJkYlTdc2NbZ1sao2V5Z3jBkL1MjA0BSoJBltOtuBlIrABVk25OUQZ4qnb/7nCqOROFOKu7rOZXQhu5r+csjgSlWl0AlGk7I87fopIYdSUEfFTAXwT5k6BhLPmtyIn8VODtGVcHJ/v/svdmu5cixJfg18XrgE93pr40G+qkH9P2CVGbqllqC8kJ3KKm+vt1YQTfjWqzUEWnnnK0ElQ8CiAiGbacP5mZrwARQiP6YAI7kocFOZTl2M1hhiPjwZypraI6jlY4AwU/iiloLS0HXTNnqhm5wUa+PKwvCn/G9hKmICOR8ogifFpKC3iT5ffBfitfSe3VnsGdk3eqNZIyHa+tkyhyX6IRPNkEo+iMS/ksEtZGNMPbkmXXtgKyFrtX66K4yxUJUurx21SnI/GwPtXJJdUzrdcVBTT4XgUNYk5SkLsFKR6lkcxxHxhshC5DTj3wb447auRtrISZCCSs5kBVTaLf+MAvMgDRuwYhWFH87l32glE5Oo6UmNImXR8SmHDs/VoGyiNviBivFVY9Qxw0IVSmWSIykopZnBpmcCEXdF5quGxfARz2hEuJ7Q0LjdF3ZHUaUKiIcssX6R8zfufpcXXIuxJ9KRsZDM0FT9zXTp8E+UAr3AYqah92vBCI7cbsiHGM9ZFAGthwQtkx6SpfzrNdLWdfw48+//yQVLUl0IpQBe3NKrFplJXU1nTrcVxMc/1sQcPxvhwnsUWIu4nH6R0vrnbEm9lYQGh1lrIkY36L2hLGKArdL91fKTCemawirTtL9hcV0cKoxLDQk0UhhzIU3abxND+41yEuplTrV0hUgFW3RM4JQU/CRJxOV+QXT1ZTZyCwVtpQXDAjWAVb12LX6ST6WWyYIm64S0TdUmgQir45a2i2hQn3zUaXKlh85V3JS/ELmZ3ugJqhZszIaRXP/mIZxdzPARLCKLQvCMS2RPJ2Fs0o2kXSzSsFnC5AcGmusItOH1bUtKaFrYKDzNBUjWDfpV8HHxEyoPOi1VKT4D/0AgSWRt2tPlFhn6xw0LxCrz8jaIFTtSzWdrIgaZlV5rdy76idEoO6SV6eFRP9K1O84Iw1nyo9MSRd63zQ0yfpv+JD9xboN76yxkaupLHmk12xcPuRWlEyMWvlz0SMZ2ByZiVG7kE2FHLDoFCpkROwKCukDa6yyMl0UH6SBT/6+a6YiyyHTi/rJkWQlCqBov3k9JXy97PphrTyQ5E8dmxeBJD+sld82a2U/uh/mypcu9/dP44e58hwT317umHiYK6+Ztpbcfve7n971W+5bKwhi6eiI2qOXWGUlGeWuDp8TxlYIGqYRGGGyTm67ohDvEqmNav/3YqNuoEAYCMW28oVVdKGxFSRFi3qlcIUGtgU/lyhmXRqF45ulawNKNnl1qghIATNAu1UqvoxkWGiApROAxbZsJ0imZ3eLmIX0iTdVaay3mWfayuCZKyWsCiUst5l7CCyd/IBfGdnDkkq88jI++qffWP+hesDdjbVFXKmC2PVYqRZMu8+n7vHmuPCbvWJe8c2CsfJ483oyGi4xi4LSB8XsODe+bJk99bLnInR3bF7kIvTUy37j9bLvn/upl33pcn//NH7qZc8x8e3ljomnXvZc6zac0nIYyU07+v5mtcl1Ql7S78/jzWgM70dpB+rdu9N1hcXsAa/XeA94D43qpmgG2WE0hBtZYTTWD715/dps2viixx8qDn6rR6HQ2JLt99nmU84TNi9U8zojZswjJaezJnHqDaU+hE3hIk5gozJA9JSOkQoNnPQzxFc3HUMVmQ3AIemj+zyfiT01IC0kz9hns1oeWOvF6qyYUc0usDkb14ROJsYkL4YiP9V+2N5BbHw70hP12V18F/sQi2MCWvtubHTyIQ4koi7laNKnWK8qFDy1mycpf5Ly9w/QU7v54m3ks2o3fxjvTuF/++Wnv43/+z/+8vPPf/72VHC+ftG/fzI/FZznsPj2cofFU8F5KjiiltMajeS1k5dUMAr5cG9SHHjbMHaSk6DRq95A9ivgWuhqVFpysubKhZ3vktJclPrCelhFNC6R+lJUr2QGW/pFL24iwjb1iTeaOAtitERIGElFIwjkFC2VB3Y885HEiZ2IsDEmqpCIlkjGWbBk0porpelGNglQk2h3s0aiAlazmFOJBtmV0m9N7gNGGle2Zxs3ax+nbpGJgVE1zpAGT4jSPaIYEGC2bn7D5NrltA+sTNlcV7aXCiTftNFSEUDWFhJCyXXd1+nNSJNqNe704FVl8lQSk3Sba2ahyWUlFrRwgj3Y5Sv7y63sIl0X0pbZNDkJoRnIUT6n5VqFmXQm1VNzlvJUMmZW8hrxCQUpSFjSlAg9KHJYwUUDhXUmC/M0RXWJynhscJtDYnO5WYa8F2gtKCtjBXwMkBhlBYTXjHqYoj+EeEyhnbq44HVlD889KpLE7AgVT9TxpakyKkRUMjhOHjVcQS2fiKCjEq4RN5/iB41F0APv+pswose6l00SQeTLtJDUo3QlCcQoHx91GgonVJvWu4saqiqtqhV3Qd0bUfDG9dT6G2R+NdCXH5mBS/1e1jhaCmwrFZWPSiQzdqFiYypl3Bz2SKuPSZ+4aKKpZJFNEmnveVUV9n3LaNrTMSsRxU+ibHguFP0lqubhzDIxUHGPRBj2mOELjKn0alI6RpqDk+O1jBbqCm6ehqjRkMxGOQ/TrM9m76eoHsrMpBaf9FS48xmHNSYSFtpUDgiN31Cvv4TGeb9ajd5tjEUS69nYGTiubH8pOQPqXo3UDLP+7aJ6JdLXu/L//ENP77wZ3r/yjxOjHrv+ot9xCbRx5tKM+qdbCgi7vj6yEiLzpmL6qCTVWoqPSJcNa4+0LWTSIlB0kjsRngmu+7EhkdyJPru59Y+1hBa9wqvCdW+faXZqApsCJCtf90b+W1xUOm1gSX8ACvYe5uFUSzHLPJ3MjHx3wjq4nI8jaj2Wmi8XH8kfftGa59S2UoyVVTZEJU7ZNVGIa6uLkJn9xXoyC53rNj0zvBbZ7GLkRBnye/l+80ifN/vIJtet+/gciYo0SjFtmqpkyJIoeZJjnoSZjROVTsros4LETgGvonL1xdUu8oFYh7JVtHnMr6THKmUUF0iJ5Dakyds7eV7kvjJBsLB92KbTBwMrbEwf5aiQSTtOKnIdNv0S2EB8fHI6oJLoXlHlJPiIssmnLIlHloTueiG1Y9nMyeoukTCzSI67ZNHZiMBZueMIVQkBB9HyGjODpmwJ81arpf7sU5GWwmbEcQ2kGyUCZpDwl7XrFpX0GfrdbZnpPxUG6n+dmv7udz/l+r5d7b4oazL1lP3yV/dZdL8e0bEgkSN53YmMGYlcZ/I7EQk0JAfL5dWlKBFLVDq46e9g5SxWtg8T9XD0uhC/EExO5a6/uBR6Kkudx3E8dlhPEsSKsQbqmgjwh9CaIfl4XomyLZ5WUfYatDywE9EU+8hFYEygFXOWyzPWAUItRcp9QPdHMyO4m+/p5me9YsiAZWx+CB6V9AvzevkWaG8lYOrkkklLZRYzaflYGKwU7HAFxUw1qBhYdrFPtYG7JcgTRdusJVyV3210eMYYyddUHINmtS/rJHfxYtpWAd6bx+DgFeUwE+fqywrSSTozCpYhL09Zh9tdNUXdfezyfnLczesLNUTkyodeZjKzUAs0JgZERIvp0d50dcnoYtXFMu8gHct3YpaMG+XI4GFPH7c4TD1b9Skzyh0CzSukArFi5hkLaeyKmApZg2XyMYzRK9Zg6srz+xe6Kx3moP3+aAw7chX0270+We+vnRw7AjhFNt7FpUa+Kd0whM6A31n+QdwkS6U2XcyF8Dkyxi6bZB4LvWCwfSFB9RJg6cS4EslCph8ePSLIdM2oDCOVqzoW60Yai94/Lel9zMzIjolmbqeJposTmEiQoGVhlmYXXojtNJxHz8Lbp/iz4PK5PF8djh4pngHRLyxOjlRSpkGF91Cp/pXHLanh1jOOI/KkFgQKytHrs7sfmtvcW18NyjRigrHgOWkDm1lqY6+vsDi50dRA2ZucigU3plT0ENy/SujUlx1riK8U4/AqLvL56PcmqAaWIjfzMGpUia7AnVK36xPW4fLTV3VJ21Pr7uKTvn0oPLlzfsPEbewyBaEsI7vHZtGYucqnzPTsfpaJKLZNUAmX+shGVipyNiJ6yg9AXfQNxu3T8VBvQe14NDZKX0wnY3bwVp6TI3XCwqF5dhcjXDnYmNTyOZ9MxHgSWDqZLvnmjHVYP0JhBzp4LxdN5qnwUtkGq6ngvhXrJ+ueqoWjOSfjG6QZQtp0KQ/LbTbidZxS9IVN2+KJM/ZWjcMyYZ33+LsrPfB8lEo8npNi14CH+kh0sCBTmXq8fSMX254Vt6RxyiDIRlZ5w+S9LuyHWes01dDsw8m1RY66AsFGQSJjjdAulzl3KkFBZapgPfPysnq9/sBjK/Gw5z51bF6EPfdQrX+LVOtf/vyvv/zvv/s+vg+9+isX+vsn8EOvfg6Iby93QDz06tdMWJfeW35fmdJF97wf91zB5l/Sm6N7Si0TxKtY6/VE0KsRSKSErgDgWfavbNQwbok+ylNif5ww2K4XrazP0LNRatIEvFMCqVZOmg9KUAax4cCOuzFeq2WxoX2z+Hijw6y0aRHYmlcf+2ZxvsW2WKqdkEKpNWrgjJ+Ejsjjb2a4V7fm1FAOSjLXhvJKzq05s6hbDAuZoQq3fRbZZrUi7ciN+0V9aosJXgViLWF2n7SEWti8WSjDhBONPkxwAZwi/spgUw5l/Q4lqw0ASvtAYYfRy5vW6+3/tf8u5c+S1yhznev+35yWvhhhHz+7FJ6xpiYVSNxQpaGHuoOt8CaVFh+ujRj1RKz+LkoL0FiZWi9geFpPoqKAa19qgi7gy1UhLX81/2Am6FhgM+yxqNFiWqrCUFWVXoAL3Ur0MbBUvWQiBJ+dVOOPIehakV3ux9TSSbBAni0VA+XjfxMGwVK1MCQ+7PyXs54c5sOJjRAnVhtLHJH3gsdDGptfYrUwpmx8W8Q/HXaiCYSPOjUnWYRRmde3rNfb/X+MP4bf/fxJu/9Ydg0uhXXZoQ13v3uhdErmAjIuzr57WQopwBS7m93+7if7FGLvt6sqdXnPripJm6RJJ278uBW1ModV0uwTmATlU2P5IyZK6Fep48i6XQIbqTqnitv/mHTIEJJvOwlse6SpcqQlvd0vrUkE7dhaLiP1vLYSXm9TeXpgT4nzU8fmRUqcTw/st9gD+9u//NsPP37/g08P7EsX+vsn8NMDew6Iby93QDw9sN9AwnpzyxXWWMO8YfFhVIlfDuGyWyCnGPtMmQILkfk3CCSxgtpeYbkP16S6kjg5HWMVOU5kNfSVxPuqEaHN+Ohu9yORIKLcbLECap/NppIJay+AVsQ/ypBWF3tyG9VkikTqgR7m4CxKdxVJSydzIt+drA6UoJSU4fc9nLb4aHZsKHXS7+lEO7bPrMjAPsbK514U/jwxstmH+3UIbPJPjGJr1gFb8EOHRMGKkCZUOvTRXTp3pWaHVPwb1o/MM+NehUIT0j0mgnROPsN6iGti61n79DAPDaUOGQ2HeZHvTlgPSoNhl+/hRB/qZEyZDdWCChSrGmsiOpUJwqyfPtms+qH35t3NWG1cUyYgkQ5zzCvRLzaxdmTth8jMY312nyuS4JyUzj76BthntlmUCH+xUFlzo067tDZtYOZLokrTYSYaNRJqbEUSDb8+Y+8voB61J/j9KA0X06HjZYFfvG3dHv0782o1HGhTHM9+EaIJj7+LYomxVZJHN8/uzvXOqkSN23dy/tEZbOKaAIBAsuPa0LubL2TVGrYUUD4qOrbF1wUZXBujBhfl6nWslc598boygqsV8sc4BDZ/ZpxfSTm5fd+l7t5hWChX9DIphxVVYkhtJDCeAwuRS4XC3VzARiO/JwU9QXZBsPaZ5ZFjwi2aPKT5GK81hqBcYyP4/iiFt/tljqRCqR/+YlG7vURdBf/b8dXATfkD33z1gHgMQJ+C61Nw/QcG6OnIffE28kkduf+r/Ov3sX26cV+5yN8/eZ9u3HM4fHu5w+Hpxr1mNy5s/3vXb3FgJBgqyn4zDtcKd3B9aUF9vD78zalctNZwkDmsqia2X83D25XG2/Fn8nuldO5wSRMPQyyCu7w4is0TTKYlX2vt/d03O8W8dY24pfYxbxaOyP2JcTDpcw1ZuGMfMjP4xSKr4wJ5zrkSPXNzCsLu9InjhGhYV+z5N0MuND2r4rCibQj7JJm0p5vD0DoL3y4dJemy6UVYMb8Co7BtqKhFJoxHF9lBYfoioKBHPe73qqF6ZxhGTSf2rzCV4YsZp9tbaaWNYD99qkfDQ+ZCih/15gDHY1muKdnCaDRDFPzoN8uWsXjMtiLSZrAyxNIP+VtFPASRwJFYKlj8f9A+Jxef9mGujfo/4tG7IijI7KeRYjBUs6DmD0ZNfPmIHd0n6zlJ7j7sxQIX+96s9T7oP+zNPoMRBdJVP+DFPWPPQrKVK32xv/feq/G+4IXv59/F/s7e4e0Ln7jQN8zx1mvax393D/+4NyeRiriywF7w8z90saf++Klj8yL1x6c59VtsTv38H3/65elPvcI6f//8ffpTz/nw7eXOh6c/9RvIV29rphj46F55cHLX7gsJu+eU34ArZh5pVaihWJJcUNEAZ7OUd5GfM1ElDX4WiozdCAkQpeXUUjMjqFyf3RzVE2/6OFKuCsHaZ9asJwMwWArRCLVdVh/DhENcBsI8T4Z8MglNHZrLbQ1tKC5PVg+yy6oO8PvlP1zMU4lAUqmCX5e3BUqqUmUiq/eiDpvTH2khkSmR/nKhWZoY1OK1T1bIX81iLUgJLZW8Jmol8S59dLf4G8ljsZTyhvo99tnkWVb2LlwUZW93iEtVE6yp27D2UGMlUkUWSxLcPBd1M5xqg2ynKpq00QP9L7OLDFz6yjabIs+F0ogtcP2/NJXLyvTs7vaZdRAnC7mwLbVZ2/EkrtkIXUkY7/om8ACynzvNc6d5/wA9Na8v3kY+r+b1X3/43c///n2An6rXV67098/gp+r1nBDfXu6EeKpeT9VLbOfh6p5CebuPsxJDwlg/58WivbBcuWwC0GjcA2EP+bg3+wyGyPmCTM+HvVjotZc8Lv7uWHzcm+UG6gDOPJlzH/dmp9E4WdmX3/zcx59s68m2/oEBeu7jX7yNfOJ9/Jf//B/fnuv41y/090/g5zr+HBDfXu6AeK7jr3kdrz//7qfyvhvV/et4LKoB9n3gZSQdeBj85ijiUQ7s07hoN9D1zRsx6/jmlGbz3PnNm03k/UNh06WC8sQym/vOb748N15wmYXc+48/fdIy67QYckjXYEnwkfjN4+E1CTyYsmUh4mKL12QL/+6bnRawEB3L8klvdtoo83hzdNqCX3CZPRSgJ7v+1LF5kez6Kb/8Nssv//2Xv/zx559+96df/vUBRbzCen//PH6qMM858e3lzomnCvOieWvtKX4SKKKMadFBwGOZXuA38ezm3SoildX4d5q07J/SOATU9P3ZdMPI6pCRzTMHEZP57++ZzN6nvomRFz8B4HOUZSXzH/tsOsev2iuf1IM6vVCUe3D1WzlI9JVCJSuvqWPfPaeOrHD0HMOpkxCsH4VBg9ZY+sxz3sS4XhMBOiNXTLF/I+W1e4yr+lok3/EYK1GoxG5h0oNeYOaUpamjwj6W5VpJkjYd8271VZvuaH81TKiGDMSSVRhorteIfB99dJcoVyZnZ9K9ChnAmUfqLR/R6iN31bOan7i0XZXmJturkAFcLGl3gtcxLVMEy9jv1N1oQtleRYc5z+3Ow9vB/Pv7CVGuaeXQxxpbBlrIRJWxmxSiyOJ6MWa2S1rjtF+yK9LHx80GNg1LmEcmawCl2cRfDqhZYvKRjqHqo7sc3Dopaup0kvdPpifkyCSQ12rDmslFIBeh6xvL6yWG6ae1//i+GXLfUXTMWhA8zOUiDpA+ewyTezcP9z7lJufxFow+7RTkS7SfCJMbDSVzXC5BQ5nPvu44QsNznOOga2ls5hFmqBgMISdzPAoJQy0uiym18cVAs1X4w2gbRDlTTgEHNOKKl0fZ49uPkSKBAHG9Ii8380wDVdFJ1QgwW8M8iPpb9hhSsXlaIdgxLd8CctlrmgM2E9GiSb3Jw8g1Sp/dXFQhvaH8a+pv8PHNI2vGNaPaf2Rs5DM6rtgXIbW062tYM9KqPqkz1KJ3oKgDHWBNiR1uxtRHFJZdvLhM91yDVU1TDTbNU0vVDKr6NhlJCxQPzQJj9wk27/PeuJw1unAf9vaoz1bcWM1UV1L21UPg9c7Tp0H4FH4/dWxepPD7NAh/kw3C//7v/7V9+W2An9bgV67098/gpzX4nBDfXu6EeFqDv4GM9baLVSQQ7pgW0cFrit+c5cLmwATtUcXu9MJyzcWK6vXLLD2pCN98ubERX6aMm7YWElXsSyEXevPsbrlaX64le+0pzljNM43VBGbsOVChTUps1UUx0AY223akGSle7NiykfJcOYaa1kZu1/PR3XKQdi6stOG8c087+EIzwIY1a56Fiixyhb9UC/j7K0yKYg4UCH7zZgLyEUt3xLzX9u4u3YlqPizdlabYgg4w4hhXoSOS8qrFnkzP7i5dc7iZpQvNG/NIQzVhGe/3jMshTLuq+wv3RFavJRzVquZfcymlN+pSx7cVO/X67O7SzVhzFJcw7KjLyq0wrIe4TDuNsBhxvdZR//sLrORdBdT5zZsK4v3tZlu7xxenvjc67i9dFMWUivXZqbtg53VM/gDHQ8xJ65yZnt0/dguAD9577B4C2/9uSpQjSEv7UtL/vmNX22t2+VY4zcZHgY1G/hDUtfWRQxcGG1tj8TbEH4yRwSlgw/r+V3UnmEMa07V+0d9fXyIp+iF7Ql08mFapGsHoD36xbBKLw5u7QZTss7btHaC73d4yBcf/ajo2AdFDI4YVur2ydFgt2CjKmrWfXLo9IVCwOcyXH/poAdZvzJ2OX8kUMNYcfXZx8RNN2PJf2JzSPjvs4gmCLYkW8dJ30OjNWG1c8/7Tp1WajuuyeylqrC0rrmeeVu0NdkZ9dBdI0Xdwi2n4GevW2WHsuy+sSWsaen5uaTJGmq9hyP7udiAt5kuN77//5t72VXd3o6lwIWlpt7a9udGIRy4u3cQuCUkviPvfFIY1NpXH6kJR8vno7sJdSc1/WyDYUjbP7NUJjQf0EnpEaLktXIx1bBSFhlWBMjPWkT5WvDvJzg87onl2d+mqE7kuXQZVClYqYrA2MIODSbAlyizL94tqJ0tsg1w5SMLxmwX+d2mATxYvWJy01Uf7fnNLPgGnBzogkgJd5xxt5H6wzdHjl9NHd5HkQWeUWb6EtTHPbM0SJplEX6GasLkRuKDebVzz3F0JGSZzD1GBa2X/i77Os3HGqs/ur140ZJHVi4Ys28GLGFsb2Ay20q00azLqvcbSR+0LlxsEj+zi07R9mrb/wAA9sJ4v3kY+Cdbzf//051/++Kcf/v3f//yHP/7h+yg/2J6vXO7vn8YPtuc5Jr693DHxYHsebM9my4bl+eLTrklrnHVRLaIzC8E+07ZwoX5NHBdMbGHHJTvZlTYqGQmcIUGoY7gWKMLE2AkYEMNKlnvm2V3mVJ+GmTPWsbyx3m+fzWBtYLO52NWab46rk5flIbBZplTb1IM/IE6C1gmAdJgY+e6MvU9hFzLULM3uj5xYZylEZZjNhgcT+ewzLQ8rHEnJXPUNsAqxNB/KUTyRKpBGHxmB8gKSPh7Ul0pW3Y+Mj+5WbCJZluaaJkFrVmzMs0k1ziRHspqGylw7LpUlG9MknC2zq6QjGrg3ELhTdpgQ+e5MdTDQ7RlhXqVkH5vkiEav0frUmi0OUQKSEiGxdEuTaDKuO+znZqS5z0KqLvEw55Quce07zmBTQSShcOGpLqturLeKfPY0+f7mMQrFBdgh13yEywgCheAyhXoggkhdiAiu/t1/s/0TFwRZbuzBnYMq/BgX2YAl32CuuDMlSpo/TNpq2hf6/W254RFSFW6q2J5CxOWlEg5JvLoLnL5uhuGya1VMFdKZlXCejW1t2yWqpae2al6Z9Vn1aFLIqUVAhrgQzToXMr4WLNKCk6BWOkfS0px6P6tKKtgTD3s/tfO4LokaKqkaHeI5rlMa5mawrdKGuAUWMdjyBszlNHaRAhuiLLiIzR+BvboAb5blDTu3qU7cqN5vFsoksmBEsfeTk56Ic/6s1zzFQeB5MV7r+7HQfFRmxAWbuu0irIXtujFa2G0XRzFMVEoOJI1RxpHok1WVRDIepodtuu2J8lRJBFASR9tcJtbkgpRZjEDA96DGBL+m4/Q01Z5q6VMtff8APU21L95GPqup9sc///Iff/gff3jI8q+w1N8/hZ+G2nNEfHu5I+JpqL1mQ+3n3y/pnZeo+3KJZdUKyX6/CD78aPtuS0hY8PKS1je8b1qf6Fl46novzfTsbpl9YWBkmGwxxUU2lB49hGVUIeFKuN2g73MhbQD7Latfg1syL6eRumWsVIfOqWlXYUJDlbtha7sdyi7m2d2pFad2nkLmzXTLJ9M7ngQ2cawL41jXi4VoD43yHJSPs9cZig/3RtRJjyMn1ciA3VjzTPtJBak3UhEpWARq9ZoQPVQUbAT73Fucarf2Fxsiy4o1xtSpriKMhQgLPtV2ouDbrh2vXLEyBfA92DUzaNs8U+FJE9jcSJndt236Dg54K1MuVid56MNPTjo0HWbuYe3MNZ9ok7azOd9cYw79xULEj5Iu6vIDyZ3fvMnrOthdrotu+65vFrHaVmAe7Urmzi/2CnlpqmLx0W92mhrjE759yIulPwcwE8klHGxhT958OeYXzP37736qn+VkLM1FnLEjX/I4uenF4uRxv8kgBsD5U94r4hEOKIRNP+uIGhH4moO0Qm7aUPR9cVZ5malT0C+RcjHiDIMsWKDgkHRk/HoyjZPDUIztEb1x+0XJlb834QSv4uBtffLiMRbtUv7lgDZMRkz++wDmek2ng2Gl+m6Fla5T38Kqq5A0w1gqpHkhsnAIK9VnN3EtXRV9VA2IU/h4ksIfApsY2MoCHfmibg0mdSxMEMLb6qKYd5LCb2hY+mYqOziBuVVvYhNtk1lBX5/dRQKrYIHCewq5oB3meDwJbM7NPKFNqmgWL5baPJDAnVyHxsXQBcZl360o6pX1aMZuhZhGGbuEY7eoc4G1dUg+wnWd1BE3sRsEYJpnijcygc0P3dXrYUK+6y4vd+8qZ0LYV/21s/lMVSshTHAkQQXrQqGyBJiUOwHJtJZ9y5iDoI9uzq4SZgVyzi474/LJDI8c1tz4C8oYxLxchFy93o3iMYt4upufOjYv0t18ADC/RQDMn3/+3//yh/968C+vsNLfP4Mf/MtzQnx7uRPiwb+8ZsYaevnhd+/7Lvdr4Gq0OxsVS3bS7h7nNrLElnXWcpTY10kXTEMwamtRORETjnLlTklxagBamyqkcZrGDFuwKtPUC1ov6ysJsppnd6syQXURzYU7Y1VmSWRonMZVGZm7UnZdMNgQrzkOsKIAU+9E6bbByIrgHjKZhG+6C9LPYMffRbrk+AR79eIupKaQTUiuWnSzKAOsgojrJipmzv1pKnvma/0/CvRE7LgIqAXWVQlBi3CzdFD0cxt+GJYqRFbTRey4xHXqc85gx0igg4N9potrVY0BI5eJ7N4NpeUxBQ6B7cGOubmbIOjIZizPCuiiIqhq7GIJY9Vnnw+xWAxpcQ973fe5W3W5FJS2p2922URiUDnf/aO0Rkau5pF+k1VFayeij8UzRBTABURpw9pF6xfS7JTBKriD1ITccFmqK0Za4iUMCDvN90lpnUdeiiRWIATuBr0jqU9TIyIYE4fZylmc3Erq7Jvq8dznyjocz1iYbZFUW0WWBjnRm1WIxw4i8BoSoheVewx27OFYmhVt9AJQNSGvB+jwCEf8EryQNaITC9FbAvrcs4I220zOhIRYSZrQ9ULylUudaA6WlRdESyBCS0UgkqS7HLoeLskERk4wFz0UGE09jV90GoghCqaUol8BA9vrbBNZ/3HyPunhIjr3pI/csVclmuaQUUpzDAGxEmykjNJQpee+te7iEHevFIl0kWONLOYgmsTEjQ/qQ2ZyH5Qn2jA1PkYtantvG2tIXj6cyxOljMz4pAD9A9v8n4pg/LRp9l/wFOG+eGxepAj3tGl+i22av/zw4/7nnibNl67z98/fp0nznA/fXu58eJo0v4F89eaWW2LTotX3S0pb95LzPb5anRpJN1/MdLVEUnZZKmTo6tSMcFKkIIw8XCFfmFTXa45hLGOmNE4NNpDsrQSL18qqAqUWr7licaHMEv3dWBe9Qk46JBfv5NuS03AjhV5xGsZhnY9u7fbJWBi7vjhWJAcLuNbB1yqLQZfTm3k9FFLcza2/Yf1KH1l/6Aa1tq06TMqO6RpqE4d3JQC815sXLQ3tb74o7ofcmlUVRG++mdfbSkB4+ZjYcs1dyz26OVQFx8+NLJLR/Xx0d8Hh7L34Yg8Kv3DVgV3ndGidvNllYxH1z/Q573X54Llp5dP3xWPaNpxJV/MCh6kk1qj5I6bShlAoTj+U0A+ZpfTH7h6xCdAW2vFP85+ms96IVLjobKbamUw2JgHqQWxGqoiBqVmNnWcClPl4KmFnWNwMVvQ1qLtSyPxhXd8WOkqzsqc/OgESTYl+ZKs4vVgYG7gBuiRAmxvpx+Q/G/UEW6NtFs90hjXKsE/zn4U+2ri1dpeFa6Ka00vNy7WHG1UX2siNkMPrR533Qs+tuHl92XkvDdUAyZ3TJm2V2T3XUSqVBtDnxeMztI8Zi5qmsarzmxeVHXdNJsROOn/Mi5MuQB2eSxYHLOZc2oe8WdSmnXZY1DJJqsP99TlbFNGWD8nZzt7ssmpjV4jJzRezV0KZMSvIApMrsbxAYJhJTpJOezJ1ULv3u/jiRB5GEteCsYYTMnBpinc0DhQIXRGnChfmckJjIEEud6Qt90wSeAL7IGSpQPASRKrPbi3NMIHwzkuhz5TH+83i4QC7yZKuzTGMOZPqztU3s8zEilBBmRIIuLHPrHNGxSmh0iHmFlPfXFgHh8CmFkRnKJOMF600Yz1h9AXaybbgcLREcTv5kEPr7M1feWgJfBNX6sWM+sSGCN1yBMlJ6GDzTMsBkdDBculGMVixoPAI1YY1gaidQKxxXKYzIG5lZhLB4ANnZjCiIs4X1q6loYnm1h+3D4J59Ov31azFCPO9XHDnNqz9e4WE9ZAoAOkEodbKDSG/+6rHkgwLdZG8KnTjCwc4LsY9H+v666L9vV+tzyWGki7dR1BmLcSBWNUpaUZqLlrzWCss0FJMkcIU51yKJ2snzGtfmPM3pmfEEzgXbqR+VG1OtuPkc/Xn7TOzkowMOa7HsvLBfpbua8t5DsHixNBcFmIAiEXvSqF2pTSabB+XgDiNYb5Unfh5ciphqLlThTpm1m1ObXwRWq4rCTd/dOrxGDad/IIH6PbFY/MiQLcHCP0bBEL/Pz/87d9++NP34X2A0F+5zt8/fx8g9HM+fHu58+EBQr8mEDqE9Pv1fXfc21uuJPyAS9rMQTxgfqJ5uWI9dlzHsJ0w7hdYOzYxKF8TawF52QXLb91bW0QIpZD5gwvRviUWaW6sKC0kXDS3FxHRBW6uMQZy2zXP7uK2oCokb75Ghj2xwiJWfGC3maVQ9dPEYEYBbsRSenBRxhDXZsSBV64K5YUv70I5jlBSlqmFugi9XtP/xv6XaWHsgeaL9aZX3AH7jz/9/Ek7YO/oTiA6P8mlcGWMz7UjlbUfbDpSHYBPJghjKlaZst6jhwuKyFYRI6Z4YKqKkYrYt7vgpDBV++zvWx8rVMMSTCos19XIhRjdeNJZSMlnKgh3ZKoeGfIOdj9EzgingrQ1sOIsJwZMBJF+dwm1KNdGffuSqk5NOGih6vj256AwKKjNlCBY8VVwEdUXLgHibFs8wdkG2rNNECZYkydPVYiLovqINDPyYfviDTtE7OYwKDfDKJgvJGEmDfgA00t2FdQGlN0HsdHm2T//CRNTeKeH3H1FSL56bX5GLsjamNFiU+RiyFFiUUE6W8JH1amxSFARUp41FyBUC7xSu1IQ5w4YT1ojLakGkQmWUFuLk51jXk7sQJeVlZxqZErgSawh0tFixJ3uxqqIMBVyCgSvFpB7APi+HMUV8+tx7pNElj67B9YsetHZ3zyVnW7Or3HdRLnJMcGIxSn6lh3umyYIMwyVtDHFbua3Ygz36AM9Zc9PHZsXKXs+bbHfYlvsv/3y5+9/7OmKfekyf//0fbpiz/Hw7eWOh6cr9htIV+/WhNdIjrUj372kZItl1oQG57E7UEBWdZzTm0/80Gksvn17u2afx/YZTuRwmMiCYZ3w978/kfO4tF3SJULdiDgL8nvI6/L2zm7rr71ZFOyB6ialxEsdGZTQWcGXOS/LNZGCd3/bpv7w+6c1j359i8qpqkrDO77serHZ+v6Juqqcwpyo5tmv/xwxy51V1Pfk5O2aJ+WnfJvNk/Mf+DFXN70Hvvskok8i+g8M0FOn+OJt5DPrFL//4b/+/dtTq/j6pf7+KfzUKp4j4tvLHRFPreI1axU/NvnvXb/lvpRxWHY/IL14Lj6okhLVy3LatwneFJGbcunZ6yUTRTSCANSSdNBRxG5TRnQA14yb/XosrMiVPPuIYDTmn67LRCkojDeg72aJkVydcmcLKpFEvYStgTrQ+GAgOSVmX8FlFMJK5G5BSmfiixaShxEGL9mG5UrmViKA4KCIkkNR78A90nzRf9FByG2sx3T8KqWka6htnptn/k3GjG4f2ZrIa7UsUWFB+/IuDNaTbcChRNYrSriJ65wHCLBHHoOgmk5zDGQOkKFdJsMtIWfjGESRoPBxX+wTAqPBVv5g489NIZe5jCpBi4Rdjua4sS5vDh6UbUEpEFFFdzlZZPtEjKlg2RC4Nnb1GYI5lCJsqSVOR0NFK64eBfs8Am3HtFQk64OP72ydAln2eC1wvMqvI4ZMCypUpQyZiROecOLo4xZYYjpJBdLUl1AnVwMmjSYudF+rjWJtfcex3Yw1JNLezX1562Q83DQdmTjtE0xwzyREIt/u2kp4vXS1rT/8/uf3/Zb7rTVB5EEDbAnXQHWotJtQLlX+sUtEA+waddU43jemfA3Ay2pdIMVTl4umFi84r34/bkE/fc68EuvVBa5B47Pdn1abMcHxval58GKEt3OcrrnEa+JGPF0XaEWOS/s1XLSHbUFESUVBIncPtf6MuqWS+V8SE8SPbrxs95jXaycpSkzPWrjOp/6hXbZf/ThSVAJ9PjHvdkicxoWDZMb6td4ovpm3415cTE9i00uSTqgv+zghsBxz9uCPSlq4HGehUCcuVUvwzStsl6mF+28NdHfciF9ftKWJyB+s4eViOogTsONyzKJv7WPxgveYZdqo38q7Wsa5JDYq1+hNDt9mMWUl3WAdThvRHIbfKTZyHttOQWlgSWcu8SNZ3B6v8KL69oEUll/9NuPSCuYwQhi9VP5lBmQlxlbSKpthQOozy1ptUAQSOm2C8uTmOO9iuGIDMxZ3JApe153cfZDKnFnP1AlcVMYj07Obwa5Gv3AS9yppGtpnKoe6sEV8a5oQzr8bfMjLh8CSfjaShrdTMeonb1hTsVMj352zDktoxBgg55UN2KGDsiSt0uwnhEsqKORkzHnbsneRbr05NKwmCKX6mnyNg7SuzGLAapZZd7r1Q0UFGk6Iiw0NfPE662Iz5L4XUm7VNjp5wcid4JrMqsO3WQNau8nxfWnTYdcUTNrC4nJ8iwkFgorTNc8vBIxXqj7kctEzwOHjtEAmPOtkW98awmR6XOYAdXjxqo2j/exZrrVase+CRUG5/sQPlAv/VB5H/7m0H971W+4rL4wjDTBFUX2J7x1pKxaIYnaxdJVtE1ZmvygUgHeBBe8vTmJUYz2l4/Vl3CwdMB05BjRgiiF4tKIl/YCNVcT8u8MNXnZR6ELkxUM7QWq4K0CEW9+lDO51TlYFpHx/8zKdwP75d5xPZI4ZcXYdynhNnQ5XWSKdwjS9Fe6lgBFKdpuxhcfGUPBUFxCRAydK5K/icf2Ke4NHkYf5eTG5tBRKQOpZjNUjS9z0tbjx6bAxSBUKW6rL4oHQki0HroQiRZr+qTqfD9noQZLfHZsXQZI/ZKPfItnoD3/+j5//8vO/f6cTPWSjL13q75/CD9noOSK+vdwR8ZCNfgPX29e4JYsGPijhljRRBDeR5UltyPYGoJgOA/bXPLKK29irzCKYQM5+V5EnEKoNa5Ji1PhgtirH1G4Qa6yFdJYFlAI9YH10E6m+NJIYLaXqpp352R6qDcvYtE4El/mV19SFEf1t45oI7kRsrVS62lPvv1Nm4THWktc3aFbLo2tcohPJUlJtjstbBwJAGjMTnRFMECbWyrEGHxKcSPvgbLVqRuq5btb2HmuKWm6d5IGo5WgLqvdomxkr372ScQ0LzCiTTAtB6vMJvpgAuZBqlA0tS2kQi1rIGh+MSzVuFnJfJ+tONeeVIag8iKCd//l3IwcrlCS03J2WGTdjXeu0151K/n06oMxQc0Ipf3E5net4sjPXaVs/SVEife6ChxFPceQu5UZUGHF/WZBuJgJUGKywbDHYseG6BCtb7YrcuLHLNZgDMS1T4F+5cf0NYk1h1fq2984tVUs05bUmpZPdZnwaJkap0Q6TA7vy5lh9+FBR+EvIhm2RBPeFX4ietBvMGIONjdiwgjMqHg5Hjaw9hIvpQj9t83S0BkcFP9nYdZDHl/qk0Oj06oHQVmLCfA2XQN686zTTVW/ePuleOr/mRmFwbKbHadCFJEA/PqOLA7noiC143KoInkEIqjeyrtukP2BygtnQIdboQw0XFkHFg2YcIAUV6MUjGndE4QkAnFF8c1AnIF1uD2CwinPRYFOZI6ZwxoXhjK1jfiiLlPKYVK9hVxh6mchOemsxwsAK0KHiCT5+Z0Q040g48VwURNE1cAmBWhcGtZaTDFG2dLJiYaty2b9xL+jZA7oz5j1wxWR2XSpu0CCMw2nB5GCsPXIhKGba7383qZnEPG9V2m8OQpiXmbvXj0A82RQLY2XDosWgeR0IGOmi2/m0WijXGAascqDbrxppaY6nkda5NtRWPZGR3vaVYB3I2q73O8ji5Qe8p9zqNd4Tn7Z9vtsetwmy5EN9ZZLNg7o1GZefDiWD64WYpw371NifGvv7B+hpw37xNvJZbdg//fDXX76P7tOC/cpl/v7p+7Rgn+Ph28sdD08L9jVbsCWW3y8/vuu3OHAaCtKty9J8SiOC+sZi8WJ8GjI9Uim5pmxZY2/LBo2z9HkvVBvWLBWvKtNoDCHxQiglZdRkXIz7ecZHN+tN1ZRA9ovX+Ig7fWT2Ts2zPVQb1vyVRTG581d2n3v2Ia75GZWbpcNqJuH8nYVUvg7TIt+dra+38D8XNLEgzFvEGl1Wkyz8gFCEpKUnFSXkarN0mBM1dxftcMwu48WuOdRXAon+yPS/xLFlbUZ9t4ppFnJSFao+Gak2smsXWceKNXd9dreMnanQKFrADWpB9tkM1gZm7E4n2cp09lwqjYfAZi26q2CD9e/FfaUEbTnOH6qu31bw8RLngcuiWfvOsyxa32AtmEeKIDJhGfFA6g+0tGuA3gzVhGUsb6mVMU5G0meWLTxBrLm9YXcgL/tXuts1z1PP1LoUQz/LPNJGxsK5RSjULt04mS7tLBPWlJCoPKoLS+pKfzziib2qF7MaCQcfOVmBCyXqQxfu75tn1vy5QdMlnYARZFVe21+fkvBz53/u/O8foKck/MXbyOeVhP/2+z/85fuffKrCX7rS3z+Dn6rwc0J8e7kT4qkKv2hx6Mcfa3rfF78vfy0lEJCKFScPjyuGFPYiYN5zaSynnxLByJPovOGN2LIZJtS1XJLoZKLKSiyF7f4I16Ec8omwYiRLBUEwoVePYLIu6blQsKLlhcEmpUUomUApKBMqtlClIZVM90yp4LiMa6zKS5rfMXG9vXWtIs16StPC9hzXhEwVQb+9c7n8eqwCic3I0RiLASlg9pmF4FGsuapUpKk1uEC6DoEl/WiIIxeV3YbItpGkY81RyChYcxTCwiU5Fw62KeTOFAwI3BgNeSTqiltxZI0LjLLrmhNhKQaqjYmqLpbxFgM5n7MgIMw3jnEtsGkZD7C7MxYD7YHoJDkyCnPrCSB42m5jM9K4Hw93q3iVKEUyXUm4Njbk6WzsCKyQ14DbwKZM6NLT6OHEtS1Nda4DWBKPglBVrMeg76nxpsfgXWRn5jKe6O4Cr0zU4bDxltZABCjR1yGnvdivyQ0xN2GKsJk2SULzJvngAToPsgvM+KcecOKBTRf1Yc9iRQB9aLxjjY/bqKWT6IwVNz3kA4vAlwvaX3wGoe8gveoF58A4TwsurmVVjrCZP4XOrXTRzgBjzVFx4oZ1hzZmskKQTCM5DtKfmuEzZ3p2d9MqelGbSWEiLk1e+Iw9BGZI4QX7JALUd4hVCKEwX3PV76ihmnzfkEUwGxhbMxGtL98L7uu8ijPXhGN8nzShe4jwypuR01Grz6Fn360XIFWgs3O9QKKeR/KI9KYiXTvsXuqzu8RE1aDeg+2Z5rp5pMZ6lbuXZeH7T71GwiHXRhOVOUVWTCVKV66GyXuQOygTacFkIlzNfF+wnPCPYE2eBthT3rw7Ni9S3nwaYL/JBth//uWP30f36X595TJ///R9ul/P8fDt5Y6Hp/v1G0hX73IixmU+ISY4e/iknL05XfR2YZxpoprfVlD8drz/VKZbCMywQTFdSoMZbpXm2V0hishCFJaUn/nZvKzZwIyOEGrzSK/tkgMD13tYLUBaDR3v62NkEc0uQhBY+F0M6D3fnF4eFmA8J7OKqd2a7S2Tk9HVN1NhK6i1pVa2Fmp02WeqDmK04uYHPZEK8qoaHwIzndmCtYnx5wqUUTb9I+zJZCPIkOnZzekuziVUSOGet32memQmsNlAUgS5jmxy8QSzIewVpuijUXn4yUYcA1tTohuCSmcbGB6rvLUrlDvTs5vfTNr8uJ/a8yCfrPV4EtgerPQgsCRd8o7b+Pw9SnoP8KFlrbiMXeP5LkXCteKHNk5KRmYQu9BFVGpgcZpnN2dlmbJVOivHVtgwWPNMZTO5vy8/YJ7880MHF+cpG4Iu++JxJB9+sqEpkNZtPaEpyNwGXSSZXlDr1Ud3IUSJ9v6SAk0v+2wP1YY1O3iNthHJdFzOqUNcc9+KCn/JJ8txZkkz1dRdBFtwl9fsw/x4KhtPZeP9A/QUvr94G/mswvcvP/7x58eQ5RXW+fvn71P5fs6Hby93PjyV76fyLQoxE/u55/ppl+G9dRvsDU0U5DboAlFaG8tstIV4D6KxjgDSFPP0L7CcdYKRp6n6ejPYZVXrEIYta6yVJFc3uDmRNApV6cfi3iFbt6q3xqRlFtfSrlJ/581SHqvHk11EnBePyoAgGfkKew7ORGmQJN4sUAlLacrFG1X26uL+kcfHqxjr+MgokyPEngU5BdKywYk7nqFMzibp8UVVu7yWndWirqxO/jFFoHiwjspYzKgObp9plTqwRvyi1aO/mQr3JT0kSEZsCHtdKvrwfQ4/2cgwV5zu41MkGIYcmJyUky4fayDjYh6yrU2UA0vxhENTqHgpck+kNx25s2Ce3S2pq+WOniqNxJukILcS9LWTY0IRDghWWlveUe83TxWpSuERGALV/+0zFUSqmgpOLl5VxtWspaZrVUYsCwdsN8phd+nA4rLwyTBIpovfLCsf6m+2so6tK7tRZHr2T5JaPjXM5456d2xe5I761DB/izXMMU6//NsP//rI17zCUn//FH7KmM8R8e3ljoinjPmaZcz4c6jvtHV0APBmLdrsVy0v6GoyWgqz8FJJDiRK8ePENAlFUksoBLUqsTn5KS6dVH1jiWqLuQcbqyI1pxBz0ortHmwuZApdYnlzcaMKmdyLO5v+rUb3Y9aCzoBNq14zJ/wkuDBNW1chhR1AFEl8uC9qtTav2lmLTLPgF9+wLBAvrnoa0UrWhDFFcsGVGRERI4v1C+HXEmx5jISPrMKYQw2qeePfWyFQ402mTpqBdWCKUYUwigzRxWW9zibC9IMPk1E8/eC7EopNq2ElGRim/m8gU48KVjOC6/s0bTxN26kbfMFIl4VW/uaQ4NIUiYk7ODkowNv+g7CmougPAJxPniFIbvu7Pla9UUVfDMa5Qcl1+7YQq1RSMdYWSChdOlou4yqehkgJGZvl3uKz8jq7mLaFSXacBCLJRgr04Vp/8My9HmG4i8p/KfZwUf/FfaYvZMkoZtkwqmLI6CKVL5vVMdDNR5ykxyv5koqPOOkMrFQXjmMoXDyKc15VV2/GeuIvP3bHhJN17ALYbtwcI7Eu/N26824vbD3hc6RJfZiRtoVd0PuCAjDyCI9/eba4TICeSL1Oyvu7IbLtPeEpICjyFbKqFE7Oq5h9tquStJP8V5PGoU21mH8EdGXNqnmlh+tyIl83NTVuBitd2QTBJuV7aTurox6YSEFhQ1RMLdCQVJ6tDj3sZBzizZtduE0l6SVxYqnV8ly5TcYrevbYAm3bwvDAVZtHau3jfy3cJgq26w+Y497JuV58PDokb2X8OaTylcVJGU80y7CpJ0kRGRLVle9DLbAhkcgrofTOWCDFxYth/GrcZiS1xcVwuO3OVc/WIdIXnitkbqdXr8WvV2H4TKCUiJXmY1W3iECki3zjmJC4ouTqg599zFG8CMflpO+86oEzF78XNXapekmbSVskizc5NFAUUU7yAsEKKgc5I0JZc9GaLKrRqxy5Pmscqt3X2YwsGd2qPVajVKo39+ADY0qCIADWULKQF02+iHOcxxeveATESqKI8qN8hAbt7cdcazJWmUaOR1zcYlh1hnKETn/iceRTEhu5NalNChcX63fjTkq8TvmhEOtYmJRijHM5ecyCGPgKL2Wy/WYzYxX6J1ITl/QGV00h9iHGKafiI+sdcyf1aSkaYJ4poCrUnZUZWzDYUIiTJ0z86DNjG9dFRf4YMix5hkdrWjsVHAQkm/Be1Mqey97Ft5ovPoONZM0m+FaCCY5nGOuyUhogfFcX1JTMAjL+q7qV7UWnlYc1My1TnhGgMTjNAaHuwg4r13MUNqxsd9cbI4XWqmn3LORVJ4FcUYjH/XUcEPvQKKwpkjiq3OKpjDOepYTBTtDg3ZbDieMh7leruQRHM6MRlDnmCUnQC/XXRx53eSOh7HGLR6Sw3MRJG3Wc/ehDINZpZHU2RcPvNp10M1RnvoVo34JWxmpuMn0VHdhMlyw/Ue9x98AS+XZHwUtWKTwLpMyMwaZCtTxB9fkkWnLJwpGtbKcrNcYOuYtUV3FpBVNFmRVSH56DbE8L3gdHJp/wYtDTG+4C46JNRfJ4IkE/Pp1Ll0QU51EjWSRWKNZxSCLrXdxjM1QF4rjsBKySjt/po3giiuE4B1qcxBANtrLLRzASJHMnYKkPWZnJ53aIS6sv1CSV5Im8JMcSxC0rRzq10nSrvFlqSSyrkRc1itWCbp49CjVMaKSSPfYnqpNLL95HTUj8OJFN8L2ubaxvI4vlj8w7Y9YyNma8GMrls3tcX0Q8Gp3KswhUEeBf5/QMVsAnEGst2vmZ0zz40FtqYNWjXKZyhE7Wk2Zp47x1bBUdq+ReOfbWBsUtQOxEMBkwUFCNNfMcaAuLHonElIsVienCaLCZHWXHrKbLy0ru2nKOkQZMaD69EhlYxCDkcbUuuA0QACEXug+ILFGEtEXu5C61rDw2k0KRNsxdD5W/2RAqdH8tYwQj3F+vlwgf7sADDH2Aoe8foIc78MXbyCdxB/7fn3/46ee//PmH/3w0UF5hrb9/Dj/kgeeM+PZyZ8RDHnha+1JomF3K/eI8Mf83b0OmGT/r473r3M/8TG/vhrQ84SBRy6WmgOMiKnsIzEhMJGjmbOUuiDWyaLHUwiN0dc2zuzXnxu6cK3u0mmcaazip5VcCTci4ZpdaQ2ZTYdv90nHldrn8XTLqtRMj352x92U/DM5yLqA2+w1356SaU9rGLfoE2me2ToPoawHRYG8hqeWZQ+OWusymOcLAVLPaC8qpprK+UVlxdfFjlh7Rzk2wvpYLrh/zbEZqwkoafMUZ6TWqh7hmrJGU309HtTZePo17Ydfnq4PW9RgoEM2vi9MuuTJzSQRYsJEslVusyYuwOraQBEFEmuaiqOWCsq5qwKeI8EpYTSkK4meWhXfiXUm75NjSfRDhAv2FbUmgA4h7kHI7stekyY3Bbjh7NN8QnXIfZZumGNKZhDTeloyG2q+6EQhTi9zXgxeDMbPg+RKp3yEaauQUf0K3SWuhsqzUo13oFuLqjSSGlBgLbZf4rD4naiIIZJpcbC/vBQ4He16wGiFCQZdINSAKVNRDeb65+6RbEjUJOY10KyWcQYk8mzfGIYGSEinCxbGxulwQNpdxyg0LHW6bgQ5SSxZ1P5+/M7/B9WAje7qoecWVWQqWHWkaNAvCPEpV0ay551XdbuYG3XzQiVl6ebBBb4GhXUxTao9OgkQy/JvbLKzM0K9VJSjWpoMzY5XeIZ7SJ+DEbCUAJ5KyvS0Ya9vxzA6NcxzXtREVSp4hiCqLTh2e0iNpa3jx6tFncUmfHCF/Qr9f4fYtkHnMKPrs3JmjJDMTSticHgNboqG+77HGRPRd0UHsAAC3x4u5I0a60FYfBxVpdaaI45p5JxiDiBSgzf6Mbt+Nqxpx6jPeom3ZEPa9KO/7031oBjl9BGXW2ulVMAksgdGPYqaEB00qb+9U0fh7wa6UBMoPoD2mE+RJsHdIuRdUOhGDL9ZSeY8JJxeBPgklemtZMauSGFBwYxMEROxjyj7o1zwumBhqixMSaM9EEiWNKr2cdFZUHNaSr3HhYCGYCPYVVq95cvEYrAxRGgc+KmfKgYnFBEEGIx0kStk7wSiM1Li4wOnGrSpCsJJwRaomKL93BpsWnl3yDG3jy7Ij7u9KDwTi88eisCgFgrOci4hsdgy2J2JJy0brQpOPIz/sWP0KlSBVgk1FiL3gsOfUMBepFS/wpTvJcgfmWgrsviDEXo5bhIAK2xWPsGouDqaotLpcEsYn6niBlws3zoJISCW5/tKVWKjAWJgfz77olimw/GPbcqMT+8jk1knjU3rC5EnpWo+k3CAlsQTLJ49kj+Boq482uBT/ETcnxX/kgItKO0p3bEBVJP+O3X3qJ++JiChBuEh3rMpCnDu+XjEMB/xMK1mZTHNgeyZouhxYLlBP+WqkQt21kKnqDY2ugrnmE3Z94IrSsnqIDBxC+P5m/Y53hyG/YSk4aBVG51cnHLGw6HEQpDSEg9C6V8FyVcWyWS0IhHe1O8dkQVZqmm5cWFy2VyX97+93rSg1Wmfo/cnD703dqUol+DM8f0LiArKlo8+LNDcwpRAQ4L4n4vSXciYoLMaGFgTZRa8ming+isC1WZObUzJQvV/oORkbZrVzKaFcHAEMtRfa74TcjMJKwv2hWGMmQYFNwQYzXKFJumS4wlqm3kTRZ7N20bXDOO/QnWpfG7Mbb1Cx+JgvyByli2lhiTW5AaLqvmTC5O05NlEkY0h64oB1khCWI9ZJhtqn+VUz3XlHVoIkddmKM2zPmyAaXvfGpRdJv1vZw8eConLRugXU1tiEOrG8Hip1aMZGiNXK9eLJf1ZU61hN0jKF8Y0tuhx1f8Y9VoiJpDSYks+FRGJAiamRI+CilZ9UcVRzJdkmudIieUZm63246CGC/apZfLKUkiKVPYqQ6RJ+sEqtG8n2CYM0snOEe4iAqYttTCrUYthEZzEHFu4w3s1bwzbT1g1Bbl6/mK/jF0voFbVtu/dfLBpox5kg7YH7JWZ+sWwwPnX2OSNsHbRjcTEnLZQYMAUplyy0I8g9qLkgTQQ7iH3Mpu1je31FUbBYyJao5Hiis9V9eoOpBNLXSKZIrJiyQCJGRXjtsBpK5AaxDKxLUa2sBNSSNBvzTpv8zwtfx3Urs4L5dBdFkh+K2kM/eOgH7x+gh6L2xdvIp1HUfvppJ6A99LQvXefvn78PPe05H7693Pnw0NNek54Wtv+967c4WHQHbe7tl5Cp+nWXsNKmjsW04UgkNNiyli4jhXBQwKAunrRyrlQFyNwiaWHl+7/XoqL79BpEuiLSQMN7UCgnHfCp83Ev0rrQjU0unFgj7kxMWzsrIrZGNzYR1/W4s4sAPDqbRI19r28mAq8JATBDky2FxCirvvqAdqT5ErGlkfjzR7FlOMYqzQSsXo2vT9jIuPrg7GKLTAmIgWSwkvQNyCugsBieNJkIfV6vkS3A8L0mPJFXJ61FeTVJWhvtdCVGdOJsCaACy+6FxmBdrlVxoU0iAIV0GAKZay5WHGOVEogxMojRUpf2EYgI522BWIu1u+BORCQ+YmU4rextYZ7tcdpq0v6lMmnNCi7MxyzChjVrb5nsrUQKDXFQQowgDGs1PbJMz+4DQ6lXuLAopng/IPXuEJgBRWbskRSfOrOsggYDKwAPDDUvCJOXDRd729JlytDdjzF4dPe3dXBEc0sB+/57l6YlaN1jXRIXYWg0xEqVTrBIYYFERF6LfxdmBCETSjyl6OPLJrQZxHBKR4bMY5L2uSyGsxJ2oClEJ9Ozm/tBycRuFdMOxB3bZ1bTueLIxsZ5QZmn0c1gbWB7sEugBol0ECtiaEZO0WDzkp4varsL8sNlGkiXI2MvWrRDaRpkFBzczLJOLA/pYjB+u0vnabMGwi6ZwFiQym7vUab1hAMrNxtU9L1+4Xq9u+unuqaMTKYcM0zp6zcftdFKJCTJuSJetMoJq1mDOMBQKNF2sjo9xGVgpMgUkswFgUMdFlPrZMvZnBqj0m+OuEcJLpmQsivtUTasvZIwtTR1PKctzF22nInKnFMdUxY7AQ0/GAsChwmR787U+xjRPG48+Vj0EUFpl7k4DglUo5HMGi8mUnskMKeoAZGlqarmaj5yEcTGp+bCFLtxc14x2NRYVFq85bBKsRqHvkmtLjvi+e6kbHw/CWomoJPSfNwZ7HIi9pS0RpRvzgIH3HLDasEmjuyxnA0TX+9KVN0R5gOySdtKZAIR/iAxdidqYku6Z0+g3Uq5xgZfRGeWMROQ6SZuTrx2sk8NplfaItdE6LTGRqCiXY7MRCnekInM5c/vIJoj6eNxNgrOzsc4LKo0h0qQsDOtFDYa4oM0iAMVB6kS40u48dgQy2SkImYRN54ixJDMuJmyknRA91k7JgZdO4FtlJcTJa/VoLqTzlLayscO7HJpF1kONKgWI5oA+YWUwPBqKdpUke7BlRa6eXYXe2eMYeaXZIN6YQAVugezMEdC4w2RTVpdvEN7IzR2SQkLTeaRFR2LeD6O39NgUHOcng13i40alkkw0eJOiF8JbhdbSQ9mq1R3kPAhtD2PySo9tgJ5h+z+C+BED3vmzFlO+nh2D8v07J/+BvyZ3dsownKADq6zgHe31RRI3iTKhoTnFO5QcvXE7VT8hpE4I2XK4BLpGqatwuxrGYGe2ddaCSkvV2c6pSqBg+XkcvFe2+gBJ4JMmIyeLaZcC5ltSB8Ay7Xm2f2dHwUns4rZzE1KbXNMrCYuw+LBAqgMrIuRjWgHkjGIeL1iQyxzvUYmAdmxisIETlhRvXEpLuWV1HjkGboFSrA0C0YC03AWLKxlIPtA9RnZSC082f9XbLaOJU5Gt+MCFXAaiB8xToN1dTK2O5H3W9UBXPeszDTkdUWJVJGK4dV1dX99vaPq55/Kkt73W+4Xa8elddIY9r2k+ChGSVpG1ua9K6M28zOVDSvkGy0EJDKKFIUblyPABjY7CmoGr9tqJimGVKt2KJNZdwmC1Wf3e7crlpbJbIkQPDYkc8VfsNy0zkzhbgWc+ssrmVsfZuD8GIFtoQI7GV6fqg46mSOXAXN4Cae6XPAbNzlFFoi8ts0zu3JYcK+QsaJU0boLntAGphkpRDpGa8Hr3UhbKxxDMkcbFvL02d0LfidlJYFpLXjBN8/s4sEDXoSmURRENiQXuu0hsKQ/ALEkh3k4149C5+z6oQT68oR9vVPzH2pxPnSyhy5wd2xehC7w0Ml+i3Syf/mX72P7cMm+cpG/f/I+XLLncPj2cofDwyX7DSSrd0s8raEadlmmOcjNG35jm55snKr+ai6bCS4pAtPii2pmZfiU90rn/RtVg2Cj8XmYkJOotmATO9gV3m7+Knb3RI11vc9QsRHsc3+/ad6tLCTVwDQtVa5xd5XC39uGnb6XKIKjtnBUjMHdbuy0X1DwdGfw9NIZzSJzkHRQIsHSry8EDzTLomKtzutyq1YgIS0XUhESHF9HfHSILIIr+Izj0Anc2qVHJMQXUi5caEaerEopVOJXllHdpb61gJR9zldclbKafAp+gmHBQehcfU4ikIZ7k6j+oc2KSN1iwW8pPlCpLIK11CdrBJXanqEDUtQ/p0LAxhvrBRamqJxO2JuG41ISbysht8a0wmqpeTRXpUZgWAuN0FDCx24ebWYb1o5CZy6nECexFSroQmoyL9S6Mc9uLp5cCYIrmpOk7r+cEMVtYLO/mEibsoTqw2c8BDbJc51W+mESTobOQhTsw7zId2frI+/1XLmfK/f7B+ipx37xNvJJ9dh/+fGXX/7t0fd6iYX+/gn81GSfA+Lbyx0QT032qcnmcWVJUJNN9ZqlNorb0Jul8HXpSogi3Vmv7h/95suj4cHDLQULPSJmEN93H/kHP464s10yof+7bxZk5Id8mw97sddY9IKF1cvfz6OcFJPyQveKRfOQzT95s8+3EQP4j/jm/N7LI/ExH8ZpEz775LVd4nCDZtFIJ3AD+agX+3xyqXjG/jkv9hmKzSWsfs6LxXrJwfD4ZCw+7s1CGEouTSrz7r+aBjAyxA7jZprHSLmWum1BznWbzUHnT1fSbJ3dZR5U7H+J5ABSpEUAFI3vRMIDBa1ESwoA/ZsZzaVNFkNFhrzdNhQ9bbaSqINFgUYj42DYytlh1vJu5rQe+AT7sBd/dAr8VPFPfsFTpPnisXmRIs1Txf8NVPG/D5kt4//lD7/76fv4vruKvx0k/wxV/JMivkuCUohvvk+/fJxxkQd/nvYytfcDzqiNfUh93gOWFI6/2A5CphE3IwUowXD8ycFnNz+moldeSmA7UeAGcKTOfgtN0Wd/Ow7V3xKPQr73UU72aUSyOol8HX5rOhmTfDL88WRup5M1kO+uyBeslkf5712/5b4bxkoK0H6bWy9kiJBFbRnZ1MFo9U1AbCPNtCLaCoQydeKEiszH/g/qjVmNDfSu2EmrU6R80ThZxI1wU5Yb8+KxgYqiGgr8xbqQYWyMkbxtsyU2T4J7I5igkMddzCYEyAmorGS03M/PuRwa62hJEQIR7GOTSve3v/1f/74CnMoPAX51JZa54EbT8ZcndgwPx98c7h90Ud1MHc850bNH/fBSWOXaPFMLFJbNaizMm/e1dzPSwqJEUtxh54Ooi3gqBK6E4RZp29kWmVj9vG8KN3emJdOwZtqWxlWEIj0RAZBdAgPN0UUIV8yC0Hpe5DsSbPeCdUW5VqnqV6g5GkErk+u4KMvauaWY8KrSuEYEAjHhJbAe+8LnUvHxhhcAbsZIx94YkG0QEqmxL1HlCb//1VpVYWX+zcXF9OJE5MXKtipSuFPFOYrxAFKARqhIV4qrk3zOdn5ivVUcsVDhMWfKSIXqlOAGJnl5gPNTZHNdEpPOnmKScKCpmOxpqJwoYi8ZYhWNMJytUt73MbJfjEX1hFFHktArJdF2VVLnq21ja6mPTvWPf+nXSqG5Jx/6XEkk5TZ+OEzGzvrheTXlx5l4FtJx2+aLx24kSTJuRpWEUcdWgJvmsjLFYgSPDmeXvy3cZovOLu9LTSWNyHD89eH4088rNmzAJdfta/J1L3iD/ecVjHnqW//wz/0nrW9dr96zFpu6T830ZXe9+1/tC6JwhWfz4Vm+G+Y/fZPhfz4xPYaf//XPP/zpl//5+KEK/K/e+1AFvnhsni7063ehH6rAi6aO4YeWPin7kyLzXvKZFjxOTS9pdCAdXfoJ6BdzMA2eqUHUK/qUmGgqJzHlW2aF5zb4bGLI1J5DFaOtICbKCYuHFQqfJ/Elg1jzRXMGH9LBclz9cnF2+cqxo6vFZn+FuL1kzLynU8RCujdbWQTlGkp+e+eC+PVYY2lU9KoMCRVfTby9awjGgEP1UlWgNe9GPzdbRk2bhFMSaGXPgGTkl6JO2xXS6phZ39g8uzsFGkrpyNhEGFb7TJ3zTpS4o+FuZJ1SLiDTQ2BTu6drf27qR3QSvs2qFWX6hqaTY+TiLykkAGhTvBPAsU8UsVzsM4oRhUi6OgrWqsUemfSzK3UqstqhGQmO6lSrlvo87jGLmk1oB8i4eMxeRdCO6ZSESfPH6zdL17DBL5hA1PJzeucsuY+eaFE96PY17WTVKN8YhejHuUUNlfEHSXpFVE/IVzJNLSht/RSffqr4hC3Y+jNEHcWvJ1LfEVm6Y6SNkRMjca4+dhknKA/xJSVzY90U90AFNwGbtRiAQQV7bNUeO3WqK/l6yGwjDxI7A7UThwrlURXFzAl4daY6CLT1iDzCmPtOMbmfk0U8kaVERydym0Oszf1O3d111Uf6kV2cZkqMar06c8BKWnKlqgXnniJ1MofvSRNK2xZ2iVRto9TJuFFvX/zuyRpe0D7o3ye5KPkDz+r0zQkwVmqARFeO6IBrx05Co5iHzkhRdO+wKnt5tr7eiflP3K15SoBPCfB9A/QQUc5+yW+wR/SHP//wfXCfBtFXrvL3z96nQfScDt9e7nR4GkSvma1+ptuwOHdO71StILhgkEVNmDDo4+634t1v3PAbYlBTVl7HrLd0tncbVy8XiIvQsBDbXQRcioLx0iBCZJOI+cOValweCQA3MqNrt2rY68Z4hWNNTghG0aPdU05ulqVEugaLCzgWjkXnosAw5FRnQ3DWYvOEy96dYFm7jbMz0VTPeRZ/A4lKCPAZi9zZMHImR2gyPu5DqFASO4soPAKy6/IWeVwrroW+Eh8jjSmcXepLa5xAXK2FsKC80GEaBCsArxUGNtVCgGzpCl9ykIS1kPrbSX/bBektnU9EekfjgDHVvQv1veRTYNtrzTow84s1HwaaqJZhPajn2U6fk2s8i7h59aQr2cwu9KbMoinuEmqaCMA5rCFQrCWY9uuEHHS2II+RnFTkmYu1gswBBD6Kbg62pkouGkQ0QWCw40hEJfsw7VpvLYTCB3mNXqXR9Q3Fe+TZuuAorNSo2aiGuBTEYAUP8uJ1kI9PVmDzyuLdmo7BbuJOEGsp5C8xTkTC8IslyPKByebxL0FfoRh34z39qD6uDeLnvB8qSmdm11g5wMlOZRz0mAKlwI3+VPaU6i5ncORXdJ6OhBNjNdwcjXWlEngy6As9o+b5fGdp5nFGFUDnjOzj0mwHqapuXIlc3yzu5SuCE6IPeSATQCMuE32jlPlGjVTJLYiYZo2Q5vqMby4kyl4V6GSOcQh143/TVtI0700aVkZAkd5yb02EMsuj3lNMJkL3ebPH9hcbzcu8XpQ6O3H4TpCZCECmI0ZwTDn63j3x3adpT3MmYBc1j9kJhrMoAf2gv5k8m1fTmYEtM4lVzEyh9nke19/gMrBjduJ9Isq+jMHKwCIBsLFtjezpaFCVlbZ2M9ix6ZPHTtVmrkKnygl0qmnOahgvgaCi9aKiMAYrrXvYTVOodAM+LJu5RQVFByR9FjEzu7y+HJY765Gna6RjON4W/en66Vx2kVIQRiDqBnBk1K4JyLzbFKbdB73dzqvNRZlrjHNV+q2iK3CrG/dAREOLdR+yPSWoefzMQIMTllEGBhdkWCYVXAUClqm5YkVWeFALZXpyua0uCzKoJ6IGO7mQhj+MTPY87sC0d4xJSUXE7mQmJhAfmAHCRYdtrmZOn+Wsw9xGKgsY6dp9djnjUqaUe5UHmvRijWqWYapGPxO4E42dcfHpLjWjSpeSkeChkMEY5hUjFW9GLJuVk2ty9pmligGy8HNMwkXKAo1c5VYXcZ6mpBpbhg5xqbaFKOmoidX+tYKPR2wsk8Sho6BQLtWY6mhTuME1qeLfyc5WJsTisVvHqNjMuV938jkdGRuqYcm66DSzFvJ+3FyCPfZrUWyAE3DljESw3DSoma/lU2Pk0EVx+fxro/ru2LEqrIGRLKPsjNQFKHOqiQTGts3TxeE1rMRqiLIOYaJOEQwTaqXTWjJSOKzlbu9yVudO01SuIAWvUFJVw5afqCvh518Dc3DGARhd3DQLWUTLCNJ1T+hfeFhHzp0FgIkHSxbJLY9byZiYKMoxixyGaXfS5qqzJKZ9rpV0x66m1S/YPv9pib9PP73rt9ynR4QKwrnyEarL7FwbAfnj2CGRybQ5yeMRXTmVHLMTRXNSKF6n0zKL5GrDnUhtLqaVZqhcYVkaS4XWFI+cfaig0UpLzXVftcMx96hCR1QUWALEGrRNqKD06EONkgylYaI29lNyJy6dIBQxBKLI9E7mxDFcdE3gklTgSVDUY+IQK45r4C6RTKAI25RMNJ8TdQSL3COpqaFopzgur7D5Sz4Ilwo5jNE9RP5YdymfLappp7GuBB0QPUasKkgQRE0Q+gjRKOo+0e6Wz5T0q0XUqFCuWT5bUCCod9q1ZG+AfUDqFi6pSlvfsKowsg0kpogiH2YqayJdm/E3Vzj7x59KLoGuCzKw5REtK/ljUKs5kZZeF6ooiLCmV6C4/sfoYZc4KrdIP33ULWHfqgqWvvp6rVHOcRY+WdeqdkIz0K63pLlRJW1xm/oO4oY24qHLaSXFeryk9oWuKdK86BGDLdQvkx+AWWpvPiXFsbXPMsCsRo8TEzmSAr2CLKBx571OSMseZ00+JVpRmkAuZwlMvi/KXZsUScZ0CMoiQaDFRzVRZBMxVZFneJ2SSGcMe6RNqxF7pJ3InCIJ6hLpycVPuhwLLH6pvOPibyqmqJsUtkykF+VxPtnJZwONDQNdKaMaGxDCPA2wxCZ/LmXPNO6niGSRRm+CI0rqJislVEkzaI0VWcequHkXOaIgMiXzMgAtrZE+/5qoG2kczOaS6k7qllMXxbT0Oxum9UjNhNroKl1XUvNrwWfjl2/ToDwlUWErSaLHurcAEuDji13eMdDVSRR7rQRslW+K60k89yA5FdEPPPUz1VDH6eRS9N6sIzFOU1XNGvvZqY+SGHJlKXTvqxeBYTSo2qLXYCupbG7bIi19bkJLDQuhWBKszynVGy1+abwFmKk5BSxPyl7ZcUtN5H0i1wAXmOxIRnBNCToLYbLautC5OkkReko1YqOv3SnQzJYS8gzr/RI8riqLCduHdJn1d/36weceJZXD2HBMIynN57iSQpSsIcz7pZ6C7Vm59jtJGRVqfAn6DMXmRfIIIT4iL4KxJlOynjWu7tNKlkGkZTUmcIaUSp6hQIa0sVA8IVKkixf63EaV9HPjHUUOoYLlv7oQX0CsvDN20uIkvdxNVSIVKLZeJaYqprQ77zemcDLvN9ruUpDr1Rrw61XT/yHphLvV9GiAlPujum9wDvfo41cXVBeBSJaojd352VU4S7lorOMc++riMyGLd6W+NOsiba1xqPhIbWPBXWrkzhnrE+PO4NNEGy9fsOrTV2VNzDUROK0ad7GJ3Z1bamWB6OTURZdLHVp4CJoAr9ONcYgSAypWylZPhZ8yT5P7eXXBWCU9xhRQiFR4VIlJBcQq5U7MAHv3wUnLREQpp3HRp9Q6ngClxQaL1xaGen0feL0t9TP5vWlkUzNv3WfCXGF3y32BPWZONdF4T5XyP83QohT+2SW4qKlKobJBo8i6Ek42VIK7xXHJRwSyPCO9TZGZ9Ig1LKzgJgaClKAUAvsIXB1xSTKGKGEZW/a5/As2E++pkjjh7d9OQzMFEJoic5N2qcvz9T7+WCyzAIAcu1O/NI0bGJpKyHcuWDKVSxKeRj1RZ0cAA9iDimt0KpmPIBCAIkK0CJXrzNqR77dght+iVqjsWndBI4wbMNLCZXCwbhptmdksoLN9CUOdjK67rah40opaqXRymIfz7/aTm1Mh6dPrE9aDrkPyodtW5rN+EtbzZEiwRCJN3YIZ/dj6KaO3UPGsS9RFsVH2uoTBjvMCxS5jS6zYKN0+3CfXRo1x2dNdNBs3ZgvelaQ1jnelMbGoSFIL0kAlGUUYs+BCnPalwo0HAeLhwT6uGqQhW5J2zZI+QyaD4C98EqbcCcixtfiwoRNZ8nTDVWAWIkB8BIhfXl6vlyg/so2PMNenjs2LCHM9so2/SdnG//j5//vluzbjo9z4pQv9/RP4UW58DohvL3dAPMqNr5mwjsT99/GTmmUCujgWdrPw5+5z48e1FHxEBfnk0ixaG0GFBJlSsDAjLXSUVlizNrFmO2ShK7vQqNP70v5fj1XYACc3dlR/i61pxWXvh4cT1yNFLxuCdHQC3a+F1UBaJTGkjc+L/NCq4hzKusws2Feaj2+ctDexFr+RUCDYNRMIR3CuZEzf1c1r3p8vSqphqAI4Pga6VCJgjfHr2N0Q4SAqwwddsLYM4jGmayEuQ1xQp0hIl1juTJFkVmM8qc2GiS6/W5vNpI8w1gv7yYlXOBGa+iQTqPFZ0K3CjKqDop7wjNFQWbqQ91+8qkniLIqGvTx1F92yckNmSYhwkyGPOGnXEzBWY7u+WCc6925TrnPtTo4DbMcHlpsT/hPim2MNRHHc6vk+4lAq4mH6HxRrzNzrXAtDByxKz7TjXRogYnbZsVmzsF25oEc7nrO6d5rS+EpQV5lBPt7i0cAaJ8xNhd4U5hYJ6ioI+QT7rOA5SIZBZZLuBtuI4ygiPcQeWCvRBjehz2Os2aooG/CpR6iCc2vY8o4n/OGmAIw90tJIjCQvjcgjeQle1NFKWjQxGUrBDgU/ETMrlXItQcoihFhki8qlcX29a8aP45LxTjDM7WuGdCjzsbSzsUYcJCaDESH5/maZiz7kicbgKdFkRmiKEABgT1mN4EfS183Mw+xHxaWP2ZSWZWNF8vymUYWzf+z0vFIDaQyPzd8FlGY3YcWlF7V42//BorzPGesSqF+dS2Zf0bTsKd3NYMdJEOHMziJljMGmRjhKERlpdCtKxJ6/avoMGWE20kH7Vu2hcyd2y6CeJD3yS+BkWL1NZSf2m9jO6L752SQrOX410QdHA0txFkTCq+gakTbVwmSy5JXClvH5kfZYsl7+DvrguM8EYj8JawaLBDmtFw8uivXE4SIxASp3c++ZazeyjIwI7R9jLQLJcJEIFp9tdLgM7Dl9aDzsv1PYCMdQy1hfDWOVBNZj+x5bYoUpYOEZikPJVNQqqZD2/uaagolWzV6iMmkGodeYyb+1fGLEzORsVG9n/mrUAecxlS+urddLtB4AwtNf+tSxeZH+0gNA+C0CEP74t3/7/sce+MGXLvP3T98HfvAcD99e7nh44Aevma6mH3748edPyjg367Ijsl9uMy5CYlJUQWaMoNvxpipqjAlaAnLTxi6WWEKhkqD47Lm0s8dtGcvsrZLcnbT84J6ajTySFhoT6QgKnN2F+V4bjWpNpHolsiAFO68rq8hueuHHSEWpxYWAsKgEi3KKGwkebmZSx0iXTkItlTX01+zDe62dtKQ2syes3Iq6GXz9Fomot+qvmRN88ZFoKUYs2tREcJaW1LROYgje2L0U11WkGW3CjC6xSkcHg13CxCTYAiCufqlPo55MrpFQQiWsPogm8c/dCYtaEI8s1GO3y7lVLagjWqwE+vwoV7fV1zuhPlNNQiZuO9a+pX3rwj2LtVLT+vBsNlcNQm32kI19r20woXp8jz7goGiFo2bRb3ooHAjFjbphWeVNZnNqJaL2JpPvsaXGRc01526zkIio2L6hlIyIslOFMi20oOSZi5qQtCsj7FSb1wHqHnTzxedOVch/OK7q1DDb1snH1moT+US2sQgakqJYJThA4MrvlvYgW1IMhFx4cgISI+mLSArd0jmdqmZmwpJx+Bq4cdcWL9PMoPJRE9FWqf4vqhbUrxJAKZ6t4kVDhqPdx/NnW+JE7SykLSAUUPQ8EOwjnq0iR4lC7Ru2zAVyNTZU3AuEBkk81PXEPz5m1sEhWbGRGrowZmU3PRMVJSp/PZGUL5muAWKjgQZ3sTi53ogK176lWw00nLBbGoOc8xInVFP5vUFVhg0X+ZJzKuVXhX1vpBMVMdik1zBF4QbNZs01ouOEFRyfFzoiETrsRA1jbJ6IZAudz9kYSFpMMILVR7RR90RVbOVO4FJZsm2c/zgHGluKCADdBSG4KR7jMWswG9bkkCSw20LwsE1QBAnpa7/GneCtoHOw8QQhmAPdCTf1D5oEC/MGxvtc7M23oholMCwuLj1d8o2XOyD6SokxNMxYEdv2wQSkTLIeYmVTCHtk1AMtUJSAIf0N9li3pGDDYBFOKmv9xaR3KEsgoNAO9wPBWCEmP6sU9N2tAC8H9eRykCpXsEYSjuYSeRxxKDaXxyYSXI4uQYKTF0J6S1gYtFe/eZJ0dugtkRDj1++IX3XdfoAHT2fp7ti8SGfpAR78NoEHf/nlxz9+H98HevCVC/39E/iBHjwHxLeXOyAe6MFrNnY+U9NWrAtQ+kCA81cumWA2XYw51s03s5VjIW9w4b3R3UUkAPHukozVxLwSVurC5NydDD37CXkwLFObUEsulUj6cv9u2NoorOgvd1qfdkGqRMqUZyu2NqwtqhlZJGFItQZjFYNTl0pxWtjVJxZUIBcBAbxsh3ICF6lkP7W1DT2mQC3U2d7q0icgnDNqC5Kn2kpUgc2I2qUdG1ZyyhJrmV1cXrEthdX9sYIhyuXUi1VZ67uRNm7AjEWUsadROrbhRDphpVJmOdGhLk5Gufj5pRZJDJyciUMu29rcRmfjJs6t7qBC7SNAv+g+Ost761zt2n8JVMSSLgFxyOUr4WRN0xTgHtXPyJrcfPPZRhiQ92+wb4dWZDoOgwTBtedOzXNpSvhYxgVjY2y7M9Tda4xH653xaNK4xhZEX/Zi/M2l0CoJrIwJjY1+Aa51ml+FSs8SV0CYX0hOcI/CnX5JbJBAKXIw6GwrEx8lceWMx0mQZhf2PtKPkiLxPiP9eB1srekHdd+Y/eiFZDWSemPfXV6FNdBL5T7U0siPcRMOok5/RIdTQZQkl5yoaXtJ23uBVDVkR8TGzol4kXQ2KScSMSaXcR0TNlNOZIiK82CrJC6fRX0JWxCNHdmzdHaSx4wVMBKurjDZvZppBPKPzNX4Cc/E2ABWZ7ft6pXj9e6Fn2ofNZKheqzFSYfKx6yhddatEoUyEn5hT4GsKl+H2xuxfOWWdz/DkAbWCtfjZSJSb+UuRrxrz13U+PxWzIvyvfc358mDvhXzCBAcPC6/mS2agiKn5iZb6YqUaiWJuE2KB05aSX/Q91jamz690xreMEW2G+/M51WO6eAqg0CaZWUQxXLRbQSF1xrawI2V7THLRhaRYJaJptz9NSdg+pmkur5Z7DVRJaena60lVvAIx5tISfWiAtnT+35aG09r4/0D9PS+v3gb+aze959++Pf/9tMj+/8SK/39M/hpfj8nxLeXOyGe5vdT5BCiQzzeNEpwskYXhcnpPDjvs0W52JmfTTJrYFajFOKmv/OsGjafQtwhMEOjxJr8YcAmxLqTJeXGXkOSmD67ObJ1anJOOPi42C8wsPaZlmMTVzhjZzFer4E9BLb/gwtr750OrJgOwMAeZka+O2UdPF2T0T7XcC5RrLHWFFXO738+6uGalimWx5Rj6PrijcqTfMbiqQE8Gd6T4f0DA/TUAL54G/msGsD/+S/fnuv/1y/y90/e5/r/HA7fXu5weK7/z/VfLi/t2MIs4mziordREpk7xCWruvnE4Rgjhynan5VxO6//kWyDBO/iomgm/mYoubF2slJfm1YgjPJORszvWhRQOHFjHrfptZK5R4wrQTIPRlsTf9uJXh3LwoDf2HdM+c2SSk6kZyQ9cwS5ZDThkRJFOgbalSyganbFyckgZDIOK5kBY/aZKph0sl0QtgPqQwpIpPhYRHA5RaTrqJySGxXVNtwDIsbE8JD8XfrbOw2Bfj1Ycc9EkaiqKiqWSdFwBxixEsqpVTZiahOXf5ejEgiOGRfjfDanndky53a1aqFt1qkMPG9qDF7dW+/XqQQumBD5EV2EK6XEhwJbsoOjwGbulQy3ZJdFf7g1ohSoYE2zi5KG1SiboU7SjlZOjZLWRDxFwluKDR5WTjfXGI+lnsc4YKhjHBpWpKs6m81YcyeGl2xBGVaPkFMWl5W+GJzaBKOumujOA7uqnscMtmjldwab+AQdW5XHShc3KdJZHR8NsWtb/MhFShVFNpPIBuO4puCkUiNOOQliXRqh72USTKmciQlspF0sz4iM1FwYXhsmGqeAyBeittbYdXBUY+McKiX1PJzD2q7x5qD+bQQB/+b/5mMzIIXqI2QruywaHWeBTeL4lkDykMIGIaE16W7hPiuCfi5CtjnMuadaxtp6sjacSHHZqDyoaBoXPTpM2uCjCjeCyA2DbaS3JxRTGtlieimGxbHgyIq5pcuOUIwC3JwGhSRNRZGcBCLHzpHoCDOSbEYg0skzrxM/UTI7cmNtTPvbEMa4KdRMtL/NcdzFKW4EgSxlSS+R+HvIpGZqHfnAbSdnmPx4l2CrSnjpNFhOdoNG3lsCKidT3qa9bqtf5qITKpeRFRPEpKKUuhtkHbEZbGYOmXwBmgblGi8LAdKmymDe7NB1TcrP2hPdZd/87o7vgmD8LI7nOBfOJm43knETu1AUMW944B9IIjr+JSDi5DhvYebmcumGiuxZc/roo0snILxZlGwhEWgXTwB4syji5Q95s5BvkDUTPab+2ZtVgPkeByMjuWN78/1uy/ZmGOeQXMbZolrMm32oLsDBSJdMhXGZmExRA3ZgU8Wgp6bvGMfAPJeL88IDJBRXTV/N5u+iBJM5bYlydUXzgJpJrWAziCHkWiaHE/lzyUUEolVmk686vVSxJFGlfdMYxnvBqhW6Q47lQifvC+VYEW8wUlaPGGltVNQauRlqcAthzuVqKGawNKojbyJBgXEnIMES5V2b6suqqfcsFVWXYmFcOqFChemHtHfRE6AC9shzcFxzIeLgdqx7hFqm9a8uLO5fyB+jFHvcfwumVeO+uuDCkiqHx01LhqvgLrBk7gwtxn9nll9WhTCaQhFVtaRSlFx2gcCOTKtpF861pdVaDbZyVWuMIuoJSEXnSqyAaOxGoV5f7EBL3d6MWYBTqWgTMYbhHbk/ykXHsSdVXGIhs3BLGJ8LL7Lj2epyIoiWF+5dWS9hVhhqxRJBMOV3oytWcS7Esvdn7raJKza05GifFdoZa1RtpVk5zux3MfYz8mcr0aXKHZPKW+i4NtURN/ssaaEsgeuxS1a5s1knWnwA7SLcguO6TGsCc36Z097UtAh8v6zULpZykk+jsFFbZmu3Y6hdLyYzLch8164rS8xo0elmqLVpY3huBCdSKMtCne2tWYwbgVgRUkWreuFFMhmJxBxONoLAtUK5UlFFK/EJVi+6ysHePdY80PPlxf9UAKQH5v4gGe+OzYsgGR+Y+28R5v7Lj3/44U//9Yffff+zD9r9S9f6++fwg3Z/zohvL3dGPGj3B+2+XQuPxZwc1r0md6/xsqJ9/fbxPRpcWsmfBajq0iwS6DK0SGJ2aauKt+TxbNs0nB1ijoVbZ/UaDByudHWhFmVo17TysNBH+nNiQeggzShlh4UhBclBVnpMBMhOpMn8kanp8S/hwj3+SkHq+BSieyE/UCk+kouCeaYI9ayNHwtx25/Ngp4TPukQ2GxHsRKzVOXQx1iMKzuUnkR7Fn2MzbO70P911pYVTLVSNcc+m8EmNgLcSlnYPxMdAxcAoA1sSqpONXkzsmhOMbaICrjKw7zIdyfsUx56Uv8n9X//AD3loS/eRj6xPPTzf/zt+ynxFIe+dKW/fwY/xaHnhPj2cifEUxx6ikOCb6vHcoiQ1asPE16LC5MITTKIJTPndK0niIGFIY+C/nIxT8krOegIxG56dxmCI/bglzj79wrEKCegkezD5d14YmjUF05slMQyiRAuSa+Txr+A8HnjFphdYE5CL8fLu8hJEORNiagH0inh8zrDnEK7VhhkiIv6Z1g8DmGHxudF4r58FTSoEvYeTYPkpIggBlUVwUO1KZZkamIUMpfc1g2O7PhRBMpSe4r704AMG4PRyZiItcy8yLqcmD6tzItUlM7NBaafyGwGjCk9bJ1z51pIwHVDlmNl5PIe61BW7Kvurlr1cRK/JekLsdxEpGCOBrlqGJ5IfBRqHw1dDT5uRDktysichPhIe5NwCRNWwKyL1gyWKaWiOeoTrFifQax1+vKZuuKJqlDurCp0Bsrubb+6360rTokaUwQ1HnXzS0Y6TYUoQRyCdmJHN7l6d3nFyrOcscaVaqDCi6I0JRlQueEQEKFUcYY3dybpqZBa80Kcl8MKnyO7kmSP/NAII3t9K/CgPDYlwu4T1WkBbckoWjeNnZ5SvLE1IVtUfMYabU2JvcfqVIRxSJsQbbsYvSYrWpUg2NZUv2MKUhh71rlVzHP1ZrBhIVe3keKhBkpjP8eNeg6R1kY50+Zr5hBoi8hraYF02VonvL3sEZOVZfokc6OdPO5y7QoKcfbKnq5idIZYa0EE48ePkZht2RrVZl1Wq8f+GUVKh9hCQff/ibdPpMuQc9IxnMvK6IrPZeUzrptPKhnQLsxjaAVtoyWEhDvAWO0Jp8DIon26nmtmfshqimrz4pRInCMXXP55WmvqBFicJsBYMAUHVTDoBLZfuZcs1siozDb2X3SNzqFe9PI8AduT2pno2yFdTJYMxBrCCWe0K/5lPz/W6lM9ET9UFJIc53rAUAPvAnLW4yWkak5mOTfVZVgDu0gIGSjhZB0bA2qzpGmoqFSmExqLXBZdDiuxuoVIOwt2bW3fE+t4MmTvRTMDwxHzSVlKpCxA4Et4QTnwlmY9os4D46CChXMg7ZyOm7Eau2Z1PYk8sILUIR2sSAKNMrALpFdx9QI+CH7hBPhAwiwnBKG4NKqdyLaCh1bM89S9Gew4CSDWEhbaskpSZRxFlBS6UkvWgHqyG5nvPmivJMOz3keh7pvYvVEooSG3MwuBnq6UQf3rZ4rSKM3YvhiCgKqTFbeIaDWsgsjaw8t6DG+QEUsdlMXrAtc8c/aKlfM3yXdDw4Fd1M/ccJLRVEcqeIiukiuVS81TdOYyBFvGy3EWFCGd4v13bDIJKwvjjGpYWcgX1wLN2KI7nerrriQMWFJg1iwrKUj+wReOi17XvLpUpkErNlN1QCth8Q1TuCVqLdyoh5G4riDxfOyidU+zh2KHCXuoJcytVDXYNItXaQN7O7p2gj+4tQeV8KAS3j9AD27ti7eRT8Ot/fkPP/7yfXgf1NpXrvP3z98HtfacD99e7nx4UGsPak3wH1PUf8/307UbMYo+Tg2pWcIoe1v/1otbVjWpvezSPURXs0CPjjFvN/Mv0q0V+cAVtMMWl/qSYLFmsfVmzQY+Tggojb8JRDkockrrGD5OyXsr7NM/Tg/HUMakXB0YmQsLCi8XvYmZn5qOn3xrsPjIxXXyFJKwCfkRyFRKKmSoKJ9rVvrvLJgEJ1zVwqBP+QdRKkzapx3KdFJmnMRIA/qkdlBcPUi02aitzYuQSyIpLjaws2xbwv1VWmKBXV92hOQBOigiUg71KvnnOn65lLG2JlXAQrCTlcqAYjZ9iXPPDadEFjHSuEeHdUF8INVWfid2yEuo5AYvCIVrHfKntvbcnZ670/sH6KmtffE28mm1tfHy8bP+86dvT33t69f6++fwU197zohvL3dGPPW1p74mKsjheO3OcXG6ZLRpCKXuuKveOzI/05vsohjyCazJao9hgDXp/sZ6CGGvRzQf873DT57D0AnhnwyUdoKEKvlBiMsJIllE8trF5VQoJigXJVh3JMSJLXlFQNOSicQpz5A6IZDh4mIUOF7E3nudbU7XSKBJqQitBGhi//UxIi6EBPEJRdrx5iCMEKFxj0ailEB/kG86vsmZW6QLObaklcixpWQCz9tn1hYkIvaqrNNn3irA+3ib28D2YMWIruLABkaj9hNxK7vxZHr2+USpSqz9rb/gsOUZFrBupi6WF5uFG+38acIFFc7cyS9bdnliNUTj45Hp2X08MxrLSJbScX9eik7jeBKYOabQ1zfHizAzVOFMGoLrZFiKHiq6TVeXySDvpuI7s8Y2T1aENVdDuzDU98nRyvTs7syNTF+vhvNgfBbQk/wQ2Ax21Sq9HoBftJcs07TbefqMHX49Th8p/rqszrKS+IEY0Hf8IMUAPufqLNy7kb38ZCtxIR1JVb3AySlO9bSVjGdoU3YIzPD5iMwZ4zW2AVseQsbrNBey9tpmBS/4eAJvY4lbiXQtTuYCUgNaI7+yTTMUCRLNybJWlDco7ZdMqGOwq373eBLYDHaluSADe22P9mBwL3pd8Z1AWXmOOuebzwRKfBblyc1QTthK6PexFKlDF5VofthLXGhWaWo0GBZ7UTZT1meFgl3odrP9AITqy7g63J5TQjlsp6kgvw36GnJD9dF+Kaz9Mq5QJ1MB2+wbPZBYbJHke82zu9NW9cZ12iaupOREbJhDYDPYpJomWQf2kr24x14i8KgPmUCxoZf0Nuc9vonQvHD+RKOPYISO0OZzuyLwXkJkaH12N9bpcm1Embq66mZ9ViiJMoGZvQR5ajKul9jQiM+iL+Y0FcZvy7iXTKmnm+Nrxk3nwmRQ2alQMC/pQdl2k/2/sm65Prs7F5aTWFmnTZ6hmtghsKQ/IMFckP3lmr+fw14SilbxfCdQVHGlfc5fRKLyBIrTQkHJ6sz/tgR2m5mgP+SWANACXZyceHtVNJolcSN2qBea7ofAzG6y0JUsXWMTozVFUoUcz8mw/bb07bibBCcL8V5IrF/GvJxMBrzyygqFzTqulYQLzLO7sZ4gK81C0ZMlktjOITCz9aHRsQzsR3I0f2032czPP6JkIj++YGbipXyxVuIjR0OItYoy3HhjV9QtBThJTVxCjSQcKzozqNUkzxbKohbSlLLRm8TkUnUHvWiMpIbrTJCfCwWTfrExfybZ0yrOhKh99TkTMiGf5eKA1bOtbQYtWPPs7lwoJNgiM5l0kColqYe4zI2ME5MprvX5W0krb/FD5g/5rMtOsnhcHMTHHgXfNuNnlHyq7QSMXlhL7SMrJrHWtxVjXabs1MFjO2Gs5wUTPDc3ySoHFoXoiZWPmAvy2wDHME5ol6lgZEF0eOtEZOjwrmzO1BsdKpLRoPaTeXY3WE5LohFM1WMlkqbaIbBkfgAVTPo12pDHXrJ0RO04TaDF5OezWOHxRcaLEawh6trYWBPEyNzNbO2VLg0fWC8RlhMdm4upwWV9hkKX/6tyCSVQef+Ct75XadjF95oIQctWpnzhsjpl2FBJcolknSZzIcKpspWyTmSTSJxPn90NVuXJNNhF2wj5ZOXEk8BMXQi3ks2W8osAJrEU4t35zKASEKwgk95lfZagqmhT3LFTby1mQx42mwkrUS462TM9uxlsbirlOIOtJGUl+qr9ZDfJFKyCa+xucmkCwScTmdYPmQvy247vFUl9l4NFXo15yXg5HfUyF9Bw4ITJJmYgEfpk5tndYDs1crbJDLHK0kGwmo0rafwBYYAysF9VLUldFbZc509asEEkqbgPOTgtJLUucor7Ka4izFnRgqaRg6fRdm+gzaRcI69ysGmCy6z+Kk4gQUBSucTEZbBqnerEO6Di1heL68f0cQ4/TZfGJVdnHt1IaqEy4mgRsE0FPOtFToLWZ5yWA7o+o9PdfMzRjkmqzGWMdWELGxuX6SenirGWi9Roh71E2MPgECAUFpfvPPIyYj/HqVis5OfOegAxsTx4zG+0iHyE7GNYybkkhoaIJ3mUKXfIpCypdaFDefQSOAuWZTBIf9f1Hpqi93Va+pgvyEjS6K6cmslEoPOYevgb/IKO4/ns/pxFkXB5tkKnZVs3J3tTbxhsJgzIlk84zAWpwvt03TyEUIy32PcpHxYfao/YN8AO3Bdyb+gK2lKJ+RNTocDubObZzUgNh2eP1NgO5PkoYaAmKBNoQCSZDOn9mbP2t4+4fsjvgtK7ZNge2aOMIkr3F6o5i3b8/8/eu21ZbhzJgl9Tr7kQF8TlK+Zlro9Fstit1S2Ji60zI/79hKMT4b7N0GQK8MzcKkF6w2KifAciPPxiboaFDIML1jPZSWfCPLto6UqMymP/osiAUSSxlsbOlrJG43JuIgMd/mz3PoH3aBEpbuSTu2yd8WrU/Wim7pjmowWvnp7p6hlfN0JRYHvm4ebaQkjJ2ml0zXRt1dCVdR17xmayrOip+arHjVOrJsOe3kN+GLKcJZ/ZGFlGSD3HYq+VtwBG8GukKSlhtKLwQ59d3AOBiO7H/oU28niCEzwPRkVjPKZF6+TUunSBrC8+1fCbg+jml7j5Jf6BBbo5iD7ZjXwcB9GvP34b/86/vf7HNwnRpx72t2/im4ToviS+PN0lcZMQfWa0+T+TEC3b/970W66TEK00S5qFT9cHbKK9GiMGi9pM5tHkOVUTDClrJSjPlrp4QE2sWRNpUgl1tJEnIGgtV2L+FX1dyLL00TVLRSgdC+c5hwmQVooYfbabas2a/fpGEoBRBeGv2fpg1/yMYVao/54ONuH+O0skfo+HbZGu7tbnO/gfyT629aiwyZed6KECD+CLDC3ybtlntsuXsK+/mI72LHvPvXXlWnww4XU35nNQKXix4IGby4tpeQvLgKYDiK19NotCOeGUkhSUM6yuQFnW6wXlBwte3yxaiB4FvIdfvK9CKTSlv1HGYxk3agFYib0W7d4leua9yd7tzTJoUa8THsmyHQztnnozb+ByQB/3tg1sjHgYqieh0VZd6PB5B4dafBBFxztYMfx2BzNPSSalTYHZBwDjmmdX91mF6Yazb2ah4E4wwmgkn2eUYGWgw8FPNlNWCZqkMpHk0CB7MMH1IEuxvDu9mclAF2VmnMxaberZWDbQ/ZmVDl+wVxojd7ziSfIeZgOdJuxX0ZxLvbgM9ifvP6UGasULL2ukazMcyHvoVZrwkfcue68Xp3C2vEr8pZkGN6SljRLah0ov8SDmi4kxGQIS/CzSpbAi044o9brIl2yAIJLbDcq+lviZquSw5HKKjaYyxIM7XAQPJrw+at2JrtD+ZIOVQgxoVCV1PaDSKccDWpjMwzy7Nu2nd9ZvF9/ME3SVRyxGCEAzOubZb+HgJ89lWBkKW8K5GQBchkSMHyO/90hyHn6xGXoMuAo1EAmXEMBFnFQSMfoDd+2QQwp2b0WQ08k3s2toSqj7D7qGh588/9boVJlkz0Gg7Mg1jKjAJUY8dg3tBetziQtJW64HixAOIFT67NqJWCjtP/tmnr3qRLgsYy1I52qf6Tyc+clzARciXBZOx1POHKeOOnYbJAr18Y/2J5sRURpBEzk3vCWCIqVmkBIo0DDPLp0IAS+Dezz7ZiaTSpoozn1diCrcPlNwWCAWPQGM0S3R6zm0N1LBGRM056s+y1DoTEThbkVOraVQDi0jfkgAlkLVmY1Ez65NZRbMoU+/mV1DJP/4Vtfw8JNNtZZE5UZEfoqj/A9dQxpBns+MVmIFxzBuQeRcyZWGiNL40wVzkMw8JueDfg8W6Yw1+7xknxtWqiYZAJEiQUjUV+bZbNepEWbtzHi8gUS6REUPhpmyD4K/pV9HdMQj9O3wocMSSSfBPLtY3xpZKzK5iNgElvnss2msNWzedWY2f/7Q4iMc82DYbNkVncNPB1vROhIw9mFrpKt79kaG3qCfG/Tz9gW6kaGf7EY+Axm6u+8bHfqpB/7tG/lGh94XxZenuyhudOgNEku5afdXKwMuZTz77plp5JWUyiQxn4WpmVI1YvdKwtKD5EypOkwhprhoQ1izWxeI5CZjRlC5qHyPiZ/NVVgXbv1lxnOmfBIlixiQSFOe6WQZDwqELZOKydk3U4FQGoPYQKlM6W2f2fFrTGhFvYn6SGk5N+qJGBBjwusjkbrwWAX7i+cqNOopxlYIjB1D5G6aEBEg758+895m7/bmjVHXBdJmz+z0SMzGvsG3kY1deA4RxCRT/ghi0meXgqGlUFJ49s1UPjIKjLPWFQoB6bdnuAz2J3Pxdq7C6oJoe7Bg3wzZpXVtX62LkKkYn8e2JmZ+oc/FRRC13QMp31NUCHAk+IJ/vzc7HWNZNsRenH0zf7o8l/9h/+KnO9i/Dz7R8KMmrNWOK/8Ul9YfbmAhF3MhLDnewYlarHlpB+wqhUWT7UWa6Jn3PjsdOzhwpy0EDErCg+DS+F4iiroLYwvRbS6MmjY2aKgo2EdEiYnq+fW9+WDC/p36TkR+dRUYNS0UaNSoEjYuVOcb+UWkRtWiS5Po2aVlEDkZ0FM8+2bWLYpESiZN7qPGd8y4DAvvhhHXUvYUPBq+YgGKSpYd73l1EeardQ2SDsdM9Df3LIV8j/h9F1Vv0Tmjck5biGlUUXTm7JuZn057bP+wY7A/eUJBEgHoJVlwiD0PHIMgPF1mOA8dg6hGRFiGWJX+a4LEAil5vWOOIwkjVBTcQpgNMUhKvYE0wuyz3w9hApFeS1rqcCgeTNAQxgswSOpYqRJ1lvx7NCM3IpgD0rV3CmAEFhSdyiqMh2lMep3WmU1YAvT6luJHZlXsOC72xSFksCa8vrlMn3l1GcxPnpnlQiKc8imIwLPieRihFM2h67NrN2Ul8OjZNx8J2cb4uAZvdgv2J+9/21aFfs+7Mu8Mas5uQSKWd3MLsfGs2dK53FqY+E3iaqRyPR/v3/CWu2t5dy3fvkA3vOWT3chHwVt++fVPf/m3lz+//qc3sOVTj/rbt/ANbLmviC9Pd0XcwJYb2CKNC2Q6zz66IfLqADm3bblq7yRqAdIMgqMA5ng4xwe0/lJ8lGxSrzR5npoZOZ05TVXmrVksMhmgqb6ShNf4od0FMVRW1QeZswmZ9AClJYQyxWJEwxRWule0svPrXYU3JQb25EhsEzJPRC20yJq4oryCTeDTW/Z6n0vMhq7b+DouCrKycingyjUq3aV1fYEJFKFBb1TNjlranYONbWcLuGhr1S+lhz2QEEkOZtTWsKQtWE8YZ2pByoJWfFpG2egvTmMjyyHmtPAUteHL1xJQwJaR2OrimPLY7ijRkNM6OR7U1kAL+zDRG/WLF+xvLclnx+YYFbY4d0HTUcSkuwW9qAAAO7YkY1NnNacvd4GWizt2TSjVvdGqoKnBDJ4FNMHMiZad9scUQ+u5tiETQxX93vMfDOwIRA8qwh5YF2Z4E70tIoZafcRq0wQPqa09I0FBDsZBTQ6rQOw3Yaxh6mjqsjOyXd2ufI/m1OYa6tnqKEoUxjEiNzCuTOqNiM6ER9labECJSPENKJ4jfoyu0cItXnNLGTKUszeXA16kmLFjvf2Di7xmSYQXWc19NbseCzMECEbpILaj7ywu1KVFE7vuv9m8NcLls4dd9Vzb2A5v/aXTHL90Rn0a7uMfJAaKZXmpaGsgwjpJBFFQXSDKxMniFaFsthI4IKl6WtJnKy5s7y8UTfUDtaPmc4+GJR9Ae9qMiBTaE/mwt3h42CnAXycS+jrqIkOEEpRNzRjbXxLdTlHpFaLuDFIBXdvuHa4eL4OD2I0diWVEY6NKHWrop7G3JU1psLISuzpphJa5ElZvEfXSKjVrJZJp4La2WRGismhOQmIrgbDqSsKQdWUkmlgQwVLxdyTQVXcszjVL63TUVkmsV1pTnOqXfbliJBWNVp1J830OllC10F4NE7Oj9xZnzhIjIYAljP2LUV+ddKZXr9jIrBljqbGfHIZ3mnGyYdxA3hWxH+kSZGF93Os4tAGb3+PayoiJiXr+dGHjC2yC0BaOUcfCBg9bY64Kz5juvM5F1LGdqk35oB8cyyehF763gtNVIBc4lvy25JhmjBqhCgR5Nq+HebxWjbJn8DJJja6OAmmvUkeBSIFZmFED7NgoVRgMXuoBMmq4EResrxiBriDWSADP7TfhHTsiFWK/650ZIXvxGeUTN49qB9HUTXXG6iB6GTuD5BrHdueAoPj4gm3kDuHDrUxmHDVWMXN6IxxUqVemaxVjqwvWuWfSvNg4zCIa2zjgboYfclbZIo+KClebC9CqJaL7kc+L0pKxHACzYyKaYYkUykH8UlxWdgSYEBUIeSZOrcW8MhzK2jVtXYhYUQh/XQY5c2RfMOzCytWWYeGOHcdwhRKL/E6iURqO12VZh6MsuAdGmo0VlvGQWTvDAXnpEpmpcSRsycVvjZ1P4fbw4MQdN04cblhjxEM9aMXbK3sxf7VKc5ahHdCUDV9W8foa/gj1bySCxzlL2bEupHzDVgwLBNWDAkjyDK9akTdpYKs8w6qwhG8upvYXXNUeqY0h5b+EnYHhYKmzNnzbgvt1XX0UkELn/SoHZMUIxgwF2asLy1prOiCq84oMF501UFsbh9zLepB3L0Rc2xNJtUja7VIW3iaKsKolrO6IkpZcBi+D0GiMRNoFKKjilniHEWzBZSDEfngZCAcs3bGNyE83ij7KvKdIyUVTx2bCPSB5IzK1PpSCZwm7cvItGOYIxp6uGd+Y4xtQdgPK3r5AN+b4k93IR2GO//b1x//49vcf//3rX2655ac47m/fxjfu+L4mvjzdNXHjjp8Tdzxyr/BGfOp1ueWyaOn0deFL2tE4l4Ym+c2p1X048eqAcs8+b2bdgpXRCTlxzpk655xqhCZy4xnWnlIrHnw7UnaYtdnXN6dzU6lI5JNRJeTsi48QnwhUSX2lOmRaVTdB2QXLrP/o8kZWx/DZZULfWJz27xM6mVzKt69va9xcdjIPh+XiGeDmvHL87zuqN8KRjD2GNIKpZoY7r4o+VtYZj0MlfW2n0/qMuym19ae3lXsu7yb7KfeK42RWuvKJ+MVC0HGqu4kyl0m7vL5vjlUBZRcX4wm3Vfip/PTjjx+zrY5uPZ99JfAVr4+EGyu+08Y6WI3Tb37CjZXK1/zt26dtrK3j4qBmL43N9V3ePOKqCEVFiYzfY1+dffETbqu1/ZB+fttvuU6FHvo7ffyDe/C9XuyzqVJLXrv1CTdV+/bT+u2HT/NVAn524FA6+PZnX4wpgLTfEfIalymop61X06sO0ypUJy5Vi9AJH13apWvEgsjZF9OsV8sT5mTn/RoswcPnDfx7X/9U4B+PK3D+Wz3fefqHxvrvrvBd7r+6Nk9S7r+7wt9rV/h/+3+//frzf/71/3td5bsr/JnH/e3b+O4K39fEl6e7Ju6u8HOGrT/8+MP435t+y/WGzZJ0QHRPHVxUbg7evM07Xdd3CWnRWZv3frPUxxwkaZI2lt/7xU5rkUogSbB3e/PpPfeEx/fn3JY3jks6gDoKytfJDLNHv6l1HV57LRb0c1MU8PVrJrb1JZ+DkHPZBWWJRg5fP4lfRYaR8uPRDOucybz0bVJ5efw0QjN/aiILFY3KpN3ZF7C4dBliJ2U9ocp7x7mB3/s0MkcSCu0Uhx+66e5ANj4eeaBUogExvNosc00Obw4RVHJkqry+I/zld79NSdREa3Mk8NK3EYE78A9rPzeBDSu4dNWzUv95io4O35wIUBPKSZIzj4+zIGeUsLo5RIsHL447yeK1BcxKFfreLz65FM8YxNyl87sm8pFr8yQ1kbt0/n2Wzn/929c//fS6wHfV/DNP+tt38F01v2+IL093Q9xV8+8gYr1aNV+VgHPWRhcXlVJ+c1jDjnC6VnVdlDTp3d8s/NMOGXs3c1bv/WYZY2vXq5Ab2RLqE7zbm8/uOo9aAG/VTSbDoRhw8OYYPWQuU6gqP/3eb/b67DVjJf4d3xynWIGzS3i/N5/edTcDzR0O3+HwP7BAd8Hkk93IRxZM/vPrL1/ugsnnn/S37+C7YHLfEF+e7oa4CybPWTCJIfwcPqhgsklTPIIXRFJt9aLoRm0B6ZEjiXASvTmYCstJAS9T4qkSIWfOi4/WUBo/eo5qTYFBFpjYnoGpOWpSvNuaM7GJ51zPFXVYDDFMKYBpa4pTeMGuK1Kf53VRav7d2DWpBN1u7DinLuQgKSyzG/9AKo9st2UCwoyxJnWfxjYlbJ7GThqeizt2bDEkwF/yS4SF3QibM9raVDErqv0Rd+wafJRPw4i0CyysyIfsi6PGhkmDbHcB0Inn3EkETXasjziWsUFphElfQoT3aF3HSWpoalDyqaTPTgH4jpYVD5c8m+zSU9WkEvO5CM7hFggGuDzZkabwy0VbayLinVCasmfNsdvCVP0lK0B1dyLjDO76CdPYEk5hcpjVK7PaVIioj9YXlpgshuh+kgSZ0zYJq8LJkiuYWjoRZI3DMSV99olkVshL4zeS+kE51G9aPC4CmRsG0vPWWMtvYampTfwAtmosieRQRXJnddmqotUF2j0i4LQmNDazqHTWu03lcNoLHCvhS48et0BPU3tzymKpcsBuaVuUVc4oTRWgswpVxZTmKPfYJy53QKskhioLjQpeISWSlAjB0BZNXb1Ksmiye061dZjyvCsfwHSshS7XuAQlBDAigKWhsRpJqrFz+18MBIya4IwEYlW5tHk+DBh/3z4R71bhpQc9iXVC0C8aWhq5VZHBwStANHLxXI1dOL397q4OQmwnpTGJUCtGrSN8T2jpuMkzhtiVhPFkvgKOlUh+OCDiMw3uCPWCS3CR8kqKe2ldpmrB1IRWHaN5BFIgiYIgjhFuQXnmIl2VZB9DzJbHmUPhzSyTHBBfCl0nbi2R5mtoa/aJ20WpGPeWBNp4u0hWkzraWtU57raO47n7JZWxK3swf9FY0Z+AwD3nRgqReRyYiDJ2vZOxMs6yYIgxPP4pCWuoqi0d+VI26UcXgfQlkIuVZ6TivKjskEpgJNZxGxctSWCMMMdFNjmP2xKilzwikI5nIZmEdWrhsCaWkN4EsNVNs0U2PmrhSIpPUt6Zs1gR68LyQEqccad1lksuGptVf11XtpIyWuqYFYxLNSN1aOsUEghhrIu6jPyDBZY1lRkem/trJXkZGZNBeZmWNVactqaT0z1o61hB1CGWT4v+MIVM4cvG5IVhgSnY/KZfZH/fRWPHoSdxvKaS0iroaEqV04lUIpDdpOyxPHC6pvl85eFvP9dv4ac3/RaHMVaVV93Lw7E4iY6O2LnDgRI5dhQYG6GPViqM21iogqU6XrYq5BFgCHVwouSlTWFkLbZlrfjN4KQf7NHyAo4qj3/CpewuM5Qo4ynPFky1RZeXDn/D5CWJci4c/bErfGSdK9VbpaaVsIJREqWEQk+OCuTJwtPMTRU9tkAYL+IKxkGxbcRMGLxv1yX6VMF4ok/1CohlIhzi4aLzr1ODPL1gVTAVqgsJDg+zDCEcSB431diDDRZViii4pOkFMoxtEBYjQBkjxUB4RPIut1RIWVPV/fNj7hqGq6pw+Y9LlgotUl5IcEWFPovM10ttWL9sRZd5LuqR/LjKKGouVLV8OAtK8VyzlUwtLC+YVH1TC9icA4SwohSiLD/2W7Yas09jgOM/0b7cYyV7XTWsX4lhHY3NJIUo6+HSGZBaVcL61QhME4TVUkbpsGE719pG6hvgai2rTzNTRKczeABRMC2YAIROct5ytuFkjRsADZ3lHIcOMRqaCsf/Iwcs8P0rh9SSAdLXTy5Kw5KwdYz+s6kTzmu8v2AFezWbN+ozTKzlmYsQpqRGGStivWqwNWlTtT9vjcXGuzzDYoi0v5pL5SY2TaEMKgEjVkElYL9N5ujxwgo16L4w7dpTCHLOrFeu342dgSVsSZcwrRKZXNLGHgeQ9KbThD5cra/kuccse+4Ch0uC5AiXltSxK8TXG4fJgYCvi/S8ZL7kssbNicmAqOoE7GVJKAu2SuEKnJaIw2ePiyDLl8TK6DhLHRc2JsS1bCMsmAwsUaPu6ZmTUy0oJU36zY5dqDC6UDtrExHGdvbI/hKlA+Ma8bgOcsx0w0q5tOB10IpKYc9SUkJMQ5JjT+Wg6NMnTrLpcMOKgheYGiuxc4sN2HuVjBALLPLMB4g14jWEtWylUawGdfXFuq5Nw2qzsHi60lnCrKPgJWCYJWk19jRtGWWezCm/ZNAiRbXU58k8W295vtLVz7l/W396029xIVDcy0tT8sWpFtwnJskkrdi/aaY0OUudjfXTpL+BXmpccy5NdwmuHw1tBpO5G6pJjPr+gkgWqSlM9ax9Xzcn19+1xDBXtFAFOEjLCG+pqhev3qiZOhaxRie1MyHlwpxVzi3mrCNeqrispSkd1TQ2US9IEq7uojMfjW5i1GcBKyzRCCNM5xapwyKFhBWuKdkYyaVwEZcpUDGNXUwly5SDOnbZ+kGFTU4WHqyzHuD5nOlHwsSDwIZhrn4cvOiyRwVjhgdqXfVinVXgPAtDeqCqYtb2PbouHPunvnfbLs0/1wmGUrZEJ7S8JIO0+0tlJyjIF+yHj5+ccBXW/fPoKhSvFkNX8OOMe0ZWkTFIE2g89e6bRuXTBypi6TcTMzlVmBgmKbqPHdyKkMRV3F/rAd5CsBWIPZTpGpfO7fiSWBGVUB0d9lbjAVsXgzaf6PVEKdAmg+lALpFprl62hU+vfRz1AmdBQFE4NCDP8CwIgUTFZRh7s+AyxJPQVhx7rzhXJRvEJSqS+Xk4ZZLKUWm0LNQeMfDYCV/MXGYIszV5teRYdfBgXr+F6jcRkWJRmrbouuRnowMXcmIXb5AMZGOW8RNBeaTnWNB1jXB3wfBNuq1o6+LjuUKJ09PolTBhdGpqeEFLBXJKAXyg5FJ847nY7fnioQ9NLqW/AlpqEp5Ej68+wmAcQAkr4S6lf4TowEJ1JUEyVrhZQ+67h7yaCqVZDdTsIiq6cbYLeQIhZApZBKaOgVuI3QduKDj8jlGmIP3RQ0lxFNK27Ytgo+EAZSS7wiMiFhpxLNpuJSRIMbfIBqG3cuODj6o6vrSbOrLhcwrFBN5a0OtXTeVn1tWoH1IDgWJqpj5Ty07307AgYAy4HDTvBOeDeP5EKYbILYClvft0QuQnU+d2LBacfmncYnVhm52hkY4RbeOZCtGDk17CHKAAW6vPIgguqOIlnSY06e/mvCXc/6tC1Oci2C63zSZPuevnu/k+tBIw7hgUiVhP0rMQwiozwkoGvLGyljIhrMSIBnefJDor7v12shDAt/SMsHWHLiT3GQQRjtd0VWdkt2jGLSpcCT4VlvWgtLBSm0IMQ/iSzJMsCF0ZJ3+BoFc+lAvOIljo77yoGQ4s2BuytdBMq8TQWLbeYIcu+EXJNXEXyAgmLqw5NOZnYndVZs0PhhqfnfvorW7qQ4lAS0I+GHEHLinkBpLBUHLkschrEZLpmBggMZ39zvmuoM2Si1NNWhi3EDtEgm3nHDEr0oYgR9VeoJIiOUby8VOd2kBSCaaJZsEIExhILwo7cobz7DJz5jJ5KaQARGmgsBl1U4kvgKyTpLqugTB2sv4+4NUeacRCoOr1oOiBpAbBtgfNzdqxQnP6eD2fp/oh/9i/vS3rvO6p7MHzPlBr4PtJeDohQTs8UNngwqLairQ2fgeqdiYJaYxalw1JB6pQq1J+e4LbVBbWpwlcJ/7ReKo2J7p+16uODKVjNcHSl112q893oD42Q4HCXE1OG3SktzRYM9x2pHps1dE+U5rrtEMbp6XrSRoz2qCZo2hBJuH1JEXhyBs0UBjN07VbzuJyk2ZGVAiTEdoq07yY7teVKKLkdyLnStCpxusnv2NpomSqI+ouNPMDNBMvVuGdf3a3Pt+p/9CAv2YS3Bzhk09hogaC/gdtT5tvvlAHWerOWJMrpuc1z/3JPA8BClldir559RnWK9Tj20gRKJjINK8pWXjNuAydqLHOf7Ln2/0fSuMYI/E/D+8cPDxeFFlD7EbEVeOfibEphM4LmQFvwmTCoy/dh1wjrtpD0vJ54aHixigamYjD4cfeCZYt/5nLOIkIFa5Q6peJfOLHDCvxOG5TpgctqYIppKTULsCUUAmLsCRi65AZTJp+E8QPxhNm7kcnIPNeary+CSJE58NaZhSwp8aU9ApsgtADoR7PH6/n81QfeU8LMmUOxZj70IW1SyaV8bNXYpgSVBpNvubEpeNYdOzcAGWzi1e1DNmmz4ez78JqhYyIIWDxaOG5gdNdviMaXyLuWlZKe2zn17LMIU9DiJlmiCRZ94FMLY18qgDcJ02e6Z9yLmFkfKaf0vKj5hLNZ4ZIYJsYV0bBSqBTtWfG9A/ITw1jkRTt/OF6Pj/1kWU5WfMJKNdizikmdsZ3RCrLRcO88LuOKh1E0rI/8Ph7OipiGJTBVQTOHDsqbh6KrzoY0nfyVQYotRvbG0MmDyZJxFdlugIioagFkuQTWEvyhMd/VW5je/znVgzGCKx7pMQMe2e37POd/g/Np+R2xtPfXKpd23mir95o4l0mhZGbayN3PEDNEcJPdoyLsXVhHtTa+YZqmeay5ezQ4Y9BO4oGxePCMr4xx2Du15ilTzzVimWace0GTFRz4nxqXXyGyDcCG1zYlc9+yYzzWttBWzYT941fXF2CTktE3cY46/xwakzhG6kEpMjdyFOdPF7P56g+NJ2qiR1V9+kaC0g0Egy1E+NVLEYAY56nTnIIGz4Kz1NM53J+wCKO07RA3TM0J566FhDpJf8cVmkevsRchaCn0iDaiKHk9Ce7hRJvGSyzNLcM1h8s0C2U+Mlu5MOEEr99/fPr6t4qiZ95zN++fW+VxPt6+PJ018OtkvicWdYPUf7/pt9y2eUK4RuAydfqgdeohhf09cWqw3YtbZERekhb1o6UXyUx9Y/gPr88pCyRxoZlINKjslAKSRVUrQ1MUbBAeDph0EVK/WgZbScq+SSjKuBqhl9Ij11LGRR10WsQ1SWkfOidMLoC1ybGBy4ECQwbaRplfMZl4PdoT63UX5VHZOlCZGdCPlBoYzUfBQQhLYbuauUhf3uug54/NLREUoM5ff7f6El/zxtt5+HRHQkdiE9rqk+po4dBWSQ329QkkJI9MxmPMJ8jB5OK8Fzs9Qo3ZARbc9GR9KR2ofZVWrmSLiQW6OlSXH2g+GJYQbCPEFlCwVca2EQfLxpsyDshmwBPj3CmOTC7CM3towKWQJWKyzfLkyLGfDMkTk0rzSGKjiz2PTdxxQgfLHlRmoi+D6kXd9LqCguNTmybELVpVi77yX/3nqokv+dEhF2XYprZU7y4dD0oV8H++yuNb5tHlm8J25oSkGAbJqr40kVTjVm7pXZYKh2slglBCII3blqUUjbPrtkqHL3INir8uOhC7DMrHLZgvDSCmlJwYZ3CzwfDdmOlLfmWlRXNQeIzMzsjXd2wPudnNjj2OKE4ESHHgh0HYfMmzmbzTNnVCmGYBFPAgVZ34Zp/sGt+5ky66YefeVxrAWdihuuoCGXRZ1f9ktGWmX4p0CysfaYHKJAymsxr18wL68Mybg2brok50B42YtAvThxodmekqzv2+gES1jLoXEpQmVzu7hGxkwLCCAwqQhaDkUGekWGgpCqVRhMb5tnVkLvS3KNkwXiENn4cjIqsYTPSyER2J+Krp4SFOA2Oj5FhVB3xq2nwyhzAK8kVNFP9nj6vHzBKJuK9Mc8upsEq26DU78TOZB4pLZuxanrnRAhTCW98NDYpDhsnA4dUZcYWafkWo7hl0KXEpKHPLn79sPC8YixMAhuN5ks4MGy65pXmCwQefgpoBFiDrkK2r09ad4JbDVfAYjiFXMGm24inoCVOEgW6gLyXLZzDGiD9Z0d6dYG1uvAeiljNQvlDpJKY6C2QVPgIdGdQNKfUFgJGzkdX45/EwiWlYqpjHj2gzcHOrirA/gF5Ia09Cd4omkhca5ViGpUfFqKqafVk5PN8zYV/CMJ1Y2HuZufVtXmSZueNhfkusTD/68/jP/w/fhkr9d9rfCNiPvOwv30T34iY+5L48nSXxI2I+Q6C1stzB1Wb/HsZJpwD3ENiKfQKkF+LRJKDVEPqSBEj5ZBTPNh/+GZRRawelRH7bu2YqhanypdU4u5LUTn+tMsduRGpz64WXit1fZLQb1Drr1CL6sGw2eFdSXw+OBQvqtG03nfCsm+7S/fJ+Fq5fdCbU3BiXrbvVpXQoDX0WfNWdRqL+sBeQ+qm9rn/bXeank6hsPhQLTw6V1nb2hhh6uWNiAJFhfI9dTEe/+jRtVaVKzI76FRlBar3edGq4Xu/WXAsTvJgy5Q1Urbdxnr2K4sMSEOJ/F/sJA5onl00tnSin9jI7CMYa56psczoID+AGk9hDp9d+mbWhNdHAv7yofKszBkgcgt4RNfOjVZRdcfWg1BQPa6CPrroTZZO22u7ctH1mWfKGFCO9FZoZrjPKcDLQQZo8I3t4SBrJ0ROAbBA6aQMOfRKalWMjNp8Cjf7h2+W8rnHIbavfph7xYas7FQ4xMJrRdyZ1eBxEj27aKz0SohLhHWo7TMrRICAzWNiru4ypGtNuBLMMZ9KJ81oATeR1xUucQxfVlY5lSghHoQvLiwFwnWC2ARz5e+22iggHJgV1fwEe0sCpFPn4B4mvmtjd23s7Qt0N1A+2Y18YAPll28//enr6wrf7ZPPPOpv38J3++S+Ir483RVxt0+etH2yfM3xg6LOEaRjKjT+7RcHcOLBiwW065JmxZULr0WJFG3hlUaiet1JE01xKzE6UZglvfjVEFTdInMBNyaClKoUKjXIAULwq6Sd2WXosi3MB1pnIGIB4MgDLt8bmyai9oQwQqGrdiEtjyRMK4ONWBlJC9f1Cis0yrOJWTWsdS4bIHTEOwoAGDGkYwez5FVRei8t7C1UEwjZxdAUFOU+F3XR0dbJBmsaQJNgLDPBWKysJRSm1MzVz6/D3Q/slegDxhJm8AFS+ZgV58kG20lOTmZNXWSUi6pVqb/KNEclJJdEXL0EwpT3NgdIjOqvy8CKHG0aAVlJSFucQsRVXbjHIRIFAQvmi9O5Gs4q4g4w9HvWVmLZHNECaeDIFCJWzKV57lHdFwpD1OmKIkdAsgX5BXeA8AdSH6LhNPvGaOpzslSp2bIBJ1zX3PQmnVSrTRkKJttifsE6roxAuUQCAhzHSCBXGqQT+4kWNq+sBmHuEONcfZpR4rJQt0YWe4FhsK0Xiv5VfihWyHNi3ZocfRRlo9yS6LPqwuzAw2GQYp80iPCGFR5O3LJu26AdXAZdIQLT2G4m0ubKBr5jc1Z4wVzZZXdlV2drMg1DbfM2uGd7YRHkcZYirewBj2ecCtZXjT1QMOmBFJvl2QGNOXFEh4Vv2egzDBd71Phvmqo9XEtsESF67atGNK9/2hpptzUnNUyZ9sRObzTMxhMMkFXdOkwToPEyfnWFW6v7SPelEb/hkHJUYWvLwNLofm1MSRDM9M7cp6sPJcGGT0BwmjRvIHYV4gySW0oLyS3JQUNwRkiT/v6qsSsxr6cRfFcEp6VCM6ab8ikx+aq0suUHP9Xr5xk4OP5pWIBRtuAA96VW/MT6gqu6FpIZHI+Ky5j6uhJ0TBBVGGQnK4A5Ta2cvIrIJglMVx9hKIEnLghPLAfyEKWxPMRqYpSoa40MGiJl41LB2Ga70V/Vg7NVGiNT8sq6a3lhKRs5b14T9yhnJGhBjF5TCbwNUmSl4aQ/1Eqa+OzZsRdrQmPrAUr1wNigBFPqYjPrjOuzqzwQhVfWFLd2W5sBAgS1oZKtR6JWwQU4kxplsakFdQ9JnyGRgdxIeLhiJ5HxTbneAWPe4rzP91Pb9099dQ0ic4y05YBjJCtP36w7oTMU8VAsOskgtEeqkUaqgaPLmzfHwE2UiUgqq7C2RzX1qckPEF+uN+CEDwwk49p6LibAIfZEaG1RAXJxMsKMg+5bCb/MHW7Ulk2lHQNjma6PsLwiFnaK3fLIWOQgEWA3MnEKOQoKG2/0QuC+pVyeIejcWgU+d43RSTE0PpWOWCFdCklZiYhyZCsZYvkUgtM2EH+Ad41weSKlg4jSYNNEph/Af4+4kIJOGf3wuRibSrgq59CiW2OC4bpK2Bu+ohW2QV4i1qDyUveS0FVuE8rmckjTXU5CAznPUNXZOmIQI+dgKj3zb/u5sRhokkve+ahJn+XLupwF2bsYfh9tL4kiIPsWI7BSIM+webDxzrncOPV/4N/C7SUo+ojGRiILy3EhSqs8Yh4XJeEk6va4snJlov8uVILZjgee22aKc/OjNK9UQdlY9SovrCQ83DJe5fJRaOxKOifoEdfiZKwUtQ8G2ii3Vd4bS6yJTE8Ci8dup3B3uih0JiMLqyWDSnLSUrPBq0bKTUjFJ7qDmClIFczneI0wnrLbEOe200pcodBTyrZEJd1MHcQY6yMu1SsLdfeFCJ+kaY/FGFGarRAeJR2FMGONk5znahuJGb8EJUAamGN/VtwGoveHe1b6eJCEyV1ZHSYubCtFXec5Uu3nA+mkH9NP6ac3/ZbrrP8NOd+lcOCy+6XpGcBhS3kDS5HSBMOsfqtK4H5qlCpvUYBHjTcIcTpSs/XE+ASRsyfYTyA+XzEs4eVSZhhzFfVReRxmxC8NT2oozPwoU4UH04LYkhKfGlywNEa2W1c2UoUv1EBSoOIrK2ZdLbMAQl1d2v5S6qQpTLgFZQczOWPTEunswCfSKIhrdKlBCcQA17SzWnHPnBpm1iuVbZKxGi1ge49+VC8vWOQPhuVcfUA8UNVcmOUuMjghnCSEP5prJbX6kIlQNWZz3s0XoSkzYU1H0MeIoRw4SmPU2eBZ3Gs++bH8ZFKYXZYXCLNDyzQmvyncE+xhpZhFeuA+siKlEVpTehgL5C/yD3aCPZjupoE9sBpu8ul3B5FeAFulvw7bS54FbHUI0gxxOpWFAcJIwFwgGmIEndsD/tfNMKRSXLSnoz6m6rOJSuw+O1YKpZ2umKP7sNFAeszcPoiSEGFhb61OguhpId8tqEfCk8gcJ96H5YBa1wB+5+UtIkEetkpzCwONojW8v5t7Dcu7MqA5Pbqp61ERsi5Ofit1KvWLfMECu0BK+ERL0JldWSpaCRxXluzTxXHlRMUMAQQiGNLMvNmK1oIVreGzseElaPR0asc+X0Z0U5XeY1QfujZPMkZ1T9p+B5O2r3teR23/928//vtf/vrrWKvXNf7XmLU9E5c+47DtdSop8h6nNDae8ZbYa/PeF8W59z7pXXHqa79t5PbM3nzakdtTiew/efB60fUKxiU97gtJJF1mTDJql2SRmoJWln2m4JlVweazoqRKpRb4Fj1y7AfDDG4iI/Yxd6rklYUnC1bGlK4+2sBbRo9J66JTmNp3MJOZgc16/VPB2x2gX104neLCgoexVBIvetiC828Z/fqwK9LVvXqdkjKIZ35EsEhtwoGEsGhBdZL9Zh9pR5kwqlCslVoGNC16ecEvIuA1/CJSScdSrRd4Wk3QeocZBpznqtFIbTvg910JP7+cG/Y4CD0eQ9fFxR8tVJrabvDHH28e7b99gS/USYtvTef6dAfxxOMWlR6di3riyqj5Tc8PERtzJmZCPdpkrVQgTGFiUxn/87g2tqEemks08zQTkVo1+NJRFu6rJgUfa1+1n2wC38R1d6J0J0qnHBsX1U6x1j9lUe0c//4/fVHtv5+YmtqvX//yX//59W+v/+m/SEntWY/627fwTV93912+XLgibvq6fyX6up+6/P9Nv+Wyy5U9gBMtIftA7u27Vaj0QPdcYDiQFuVYERor0iYFMCDm2SWkmaBuHxfB6cUy0f345pCSR3dlK66k93jzwZYQoYp3FJf/yMOV13X94W2720Fa67221YTB7FWF6qJLIYjF4PPmJ/z031b5/6f51bOH6MPOvYi0B583s7h2RCach9shHaxaIBsMgrXSBHUo4ZwA3BPu1DX25ecP2ql9VXrEq2cevrpwCUIvxRA0Tn0M5mw0FphqeOJJRiFrux4bWwteLY8+kn/258b5ahzmlBEGqLSOP0TagLXiBPZ8cm3MLOn4ieN7v/PLpOS2tG8fFEf0ij5/fLZzOmfIx5F0+sT/zWDzsuxzB5fevBrFSfc3o8SVy2Lk2DR1efc3jxjzFM8iLIbwfKOU2Mk3M9dBIP6+2onLNQnFL443rx0Tw410+9Ezbgy/1zdEXrpOpOxuLXk4RznRj4srhD3BQcB2hFD7sNAUcOznuGXwREcFveyPlr3pf+nNI/Ksj75CRHdPiU7iJRSQRH9jtPRhdyxayrCz64i/Ef4wnHFpgQi05c5Hqme5iqPDAsv4PHi2s28+UjVOEOUJu0PGwzzitwhxnpRHMq5CY3KkNgmYLtpaWPcgmYRKOVa6xkSGOYCGSmWUFqBIXu53iW6O/QnDp5+Xb9++fRBcUDRMwXEJzOsUZy7qICZEU51+M096VR5LE5gb6l7Eld1LaEQ3JXAinNTOzYXnVkB6OKov0++ovBpEox0hWkV/kvqAqvfBnH5fdvKNq0OfTUf7JkirKnQp8TNrLJJxyqD0Cnnp+EecJuisYXOctrJkco3Eet8MTevEeFYaowwjYFg95ihlGLVAVBeFIwwWVjZnIJSnTsursV3rUXMHnWSQhnO7KMfcb7pcp/SzeRkKq1zLXBDuL7lPcAJ6XH5z40f9tLM6Mf82nxOiZy6IgjyfMgC94PYyz9TWSthK0UfGFo2chdXF1szlJEFSYhFRRsYbFBE3x4nx1thzjeKtxWdhZYehfPg2pwsz+/KMQKsLyevIRUNORhjPHRTfD27Hs29+xkDjHqp9eP8N7vjXAHfcQ7XfI/7vf/35h//89XV5b/DfZ57zt+/fG/x33w9fnu5+uMF/zxmvSlnsowpjm0DWY+s3rU50VTIChMJyUoaez2YLvzJR0Qp11jRSImr9Twbqaw0Cpcbfl6B7KakIqTXpK1am2hNBUmT0XjqpVgpXEzF6C82gCwuWAC5x8HVhXsCgq2OMLTT4mnpSaZBZVp8QjmugylUnOPfPOOm8Ly7DMJE1MessKDxoy8EySAevQxFLzlOCDsH5M/Z87uojx/6DQJUeQ0Rp3pzi9eeq3aJU4KZqF6GZZ5/9ZrpKa8Dvviqmx7gsh27pgwn74U37pOmlN+cMYjrv9mKpOp2CPzCncdQh2/nhVhq8Db1Sm0SqySRjvDZi95f58+TiZIejxN5DHLEZKhFEQ+Ogukr1QK7KxHU7mCycq2MjwrjjvdiDB8b44MWhnHTef4hler83Ox2Mg9V4vzcnl36/vDhjX7LEF6SQjkXBVBMqUEiIWSCcFCcIvNeFzSNH8uobPyo5B3OzmNs8YBxaMoETzl9B96z7XcW4qxhvX6C7yv3JbuTDqtx/+fanv7wu713l/sxz/vb9e1e57/vhy9PdD3eV+znLRuGn3tvXN/2W61VuIYF73BVp2VVrLhYfROoTqoUtov6dPpkFUzXAKD9FFloVqRGXSTw1ai8dlEgEepLa7fV5K8oxRfn2nxhUoCHho4s185yobZBl8ADFQM2zSaEXSDcirAeAtHWq9VwcarV22bofLatuQKOciFInD5siXd2pz3fmP5QhdllxCiYKPPVtWe4fbNElTDXI+dmXZRYLVJxxYTloNcLQHYaJ3Z0DD8WjBvRgwb4X6znZdV4F84v3VQiZVFOSIC9xhmsccqLKjW2CIxXh2M6NdONIlNE4vvhmnijJ3OYsB9rg5plqg5ufPIGeC/nWDfzpsAzWBHX4pwKvI4ldlq1d5nCM7gYznTZbbgrI1zORiAHz/AG+Tpsrx2aB1ojIUXv4k5h0ntUWKVGFyj7TQY+q1DmGWRnVvdriI5VkzYpqPqqKPyzXhJobKhyjRLZQsyWdI7klY1ug4GxT6MV1Nc9UNs0YNiOmRLpObgtr7bJTMH+8roI0xzr1w7ZIV/erA+u0yHdBy9LrOg6lKpG4CfsWHD5aed7i8DoenzTg2pW3FsgfbYUuqLVgPzz53DwLD3KYXzxXIRIZ/KYbCBqBcucgbuEdr2O5dIBxxO06Fnacig3WvpA8mn32u9exNJBwtlwyIodlsCbsW6+dwzSxOzE/ee7rztMn7WA0eYSjOH3ybLdx7DozuAcgzUUcNwoJEjpi6ciiJzbPFAey22AahlWp1pUC3IPz98GCPSZvPpntwy+eq7Cy1mRkrcm0mBL3TI+S0tkkenZpGZrpKV98M0cQnbS93+pNHn7yXIYVM70kIscOkDh2Jim1F5dFOPIltRCQc8MFwNidlDnmDG3kU5IuHt67g353SO4OydsX6O6gf7Ib+agO+v/3p7/97duvr+t7t9A/86C/fQPfLfT7gvjydBfE3UK/22mlAy9iOsUnx+w2cTK8aNHKwIsnPDdoFj1njtZdBcjMHAWlDzYcgi4Uxht3DpIcjZyYsMQhv5DIV0mkt5hsE8xkgy5EZ2Ek5tiPEf6UgsQu0h9HY8OipFYzc+2KApjGln3E5aqxQUmCdohBIUImwVpgI7F3/eAzN02zPauVy7EJ3paf/b6pvRFdzvCYiKMIMXHPMwWVAjWUXAk6/vLs1IwcmTpSbyRfTrQBelV8xGzyZGoohLqouuP8ldkHnBKSjiro6GF5wWJlKYqPmNM/HUtu0ajuae8j7Bw314cfCtaXa6YGmJyN1NHWpGsY9aejx5Lj4HGskg5dzZZsW4nbKQtF16Ol41RRpy5owqaqmV5AmpjJAYhQCGyALFcDMmal9AKONQgvZwRTQ/HSNAlzrk9NXajfn2NULzRtNaz187pbtIprafI8XEBOhdjj5Adg6S5Xrl8K7gu7IXIFVmrX9pfFZROMr0vGZvX5urIsZyxzXsjNKa4BfKvEEcnjGshJW8HzbPUpzvoId8BumwwsErd9JJ+VenSiIhvBdIItK9sOF9YEeVO1oeoY4vwkfR84N6ae2q139fZOzu/k/O0LdFdvP9mNfFj19q+va3tXbj/zkL99896V2/ty+PJ0l8NduX3Wym35aXnb7r0+CAHyJQIqDR4pkMg+IFFSGkkvomsFDkRDEFEFfGaB0Qh1zD+NLoWQDfmGCJaR7TQYVRBgX4fMUm0wANGudD+mNnUqekFxv4pgJoFYFY+BjTjy4YhgpvEMcbJiA0KM5bsSxLgwMjLEFxfajrbO+FJxV5ko1AVPhYjeZaXsOi5MRSbPXMZghKAfapcpdkquk5D2R7RVZ93UVuYLE+S2g+RQK6hIKYfAZwqmTUYzUw9RANxchW5GPYyuSsEjVgMDTvXZxeLNojR6s9AU1llanIUm8+zBWPxk0tzBTyY1FxfhTGvYbqzqOZmVrbPIo2NWkdQEBHAeoOtknl3dBlk/+RxrnaI1D/I6OGf6YNhEX2e9KObKztzz2kyYTq1MT9udFJHKOu8yW3lPlb8ZIiaF+YuWYeEpGfPs6gaLPHBrJCHnabAykeHAsHkvdJ0yM2PMLoyaD4btxsaDaTthZ6SjazoYJuqgFmxwucNSq6SJI1RRJItVpgKHxhxq1bz9mvoigzp20EJJodE4RprKK1dvx1X1iuaQKPXKVmVXMzNxESMOEQLGuEufXUU5s4qZ8H5m8LP2mRqbDvxsV6kj47pclOceDLOTbRQfZVZCKeqI7HWLd0J1OgZjd2EbOsWkMdNuasyqUBfYLHPX0mDb+o4D8o9/BFNtKWhDV28xh6GGozePEMuld2XfrTiWOKNTxbEUFuuSG4uGGqICcRI9u2isNPPBVvGOkLnZZzZzQ4CQ2I+YGxm6chjHeTDBdTPURhKWZ19M8tSRRIoOZtePRtfVAjMyeJAXx8XH0oP58nGZJsiyZMwU263B0KrMgCqzF9Fnl7bBcFAzz7v45qNJV8yygklIVAArcS5gf/JchsoXagj7XXZpGcahQl5TIWw/4xPgzSOtJFni+ejiAjcjWxr1GR6ITekO71XRc8Z9JiK2GATIwJePwtii2MOom525hI1GqZkZb7QbVo5YwuJS1kqGQ2jfDeUc0hHF67NWodRmF1hizJXEYgX/RWQHolJNC6x6jCaLo72w7qWPq7W9SBs3VmXJ/7uJ6hCVJHi5hhi60A7k5so+63nti5kzsd/K6WTrl77YgeieYKBoeLfT8K6EBhjEJ3tMEj27OmO7kpyhJM+7l9bzW0k3OR2d344frOdzMDLUymT2nFp2k669eaGQSau8F135SJiJD6EnRXBPAg9Fdf92kAs+RLkILddnV++dqBLU82IvjNauTCRm7dKdoLAtM67voC4f1pXKZoJjd/lkq4EnT8x6Z31PCSTw9KaJo7CVzoRH4nTg/IxdxFvY0r7/RjX8a6AabsjbdwB5e81bDObtt1++/fL1p9cFfivu7b8L7P8UuLfHw6FrcDXipULwvv/S45YLvPoT0j32doTYRrBD148vuQSX4bbl8QfbNUi04LpQBUK65fEXLy7ePDyiN868lJpeUpWAUFY3v/nR5tlvj0ulDVVdhXTto7CfXh5/+tkdhD//4afGgyVJB6sfDnZ2PDgB6ep5/CePC68qskkVB2iHgtMpD1nrUZoOJKLZlVEWLMalYKgazQgr5fJxh0RdtLUWnAuVnjfxa9dA2okCwUJTY14YsJTCiw+1V2C9tKzNSp1hZVHKOP67gC2VYT+WtZrTtKXMh1cseC9z3sy0fwpnhCOnJja/tigd1fwmeW+vXJy3VRvU1kg9WRmkJCBYNiOrM31dwNDhB12UWcPcSabIzR1ZGUTGjmxo+aXCBtgGBXHQTvMah053fDRWkKcdAR+1UEVP6C9pjlm49+AGlKnAxaMKK7isCsbm0EmKMMu2wPHwUCgu27YFgj7GFnaRRhM4IK1sHJ8Na6XlQPAyBNIE2MQtEUujz646rUasjKEtcLLsZRQOrDL7J8Gynr+17iHGO6w/5y3+OcN6KVpUFwckpV283MtOffA/5a+x1BeMQMyjdNXIf/rKyhcorPyff/r607d7nvAP3nvPE37y2tyV9+evvN/zhM9Z8Rkr8XP4KGGlkUDBtoh18Un3UzFzLRMyHyc6XZM9fWZZ6yuk+xubGtQmUqw7HvmisdawCW1fiA5OgjOEpuYl05BaHhksCv+YZ1db64WI9sa7G4Sa5tE01Zo1Jy4iDTxtmG6PdbVmGZKsgmnpAb+S5MuTjX7CKFZinjfPLqal68LEZQIAxT0w/kEEZErJMGEppU3omgll8zkFOMDaDLNw+i8uLmsQiRBrq1+SehFvLoEm4iCwlLkCgVKjU+lrLDqWEcZGIoRJSDSzHAzQcP7MQkyDKThVvsJwXoT17ROvq+dgwfGhvCQSYJDBKax8bs9cYHdiFwxUpqQQWZ2BLTT2l7OORE1jl0Cw2STiLC7DecMIBIYJTVeCWoNcFFz3Wki1Ueq+PFJwUuHjCYOLn1Ov8Yc3/ZbrwYUwTwLUUDDqLsGFwFxJGajz6CDzFQQZrUJPrZxqWvRu50Qb2dTKApOx60zpLK8eXCs5EGWbsNQuUPAMYcZaV+OghUVQhZYVafvCqmPes7+TdKpx9kxWKnqX6tL6EtY+VK8T/xOxPi8ajGjqEolpNsjfInmnHH0P/y9BVgWnmof/oenJ2ng6R+DBJOilJKvaU2xOh+sAuimOFmddx29KGLhn3gPS64zY+AhO2kaii4OiPsmoounCmurSjAIWbR9NVHGjYSLpp1UXeglUYdrIC4iowLQ156xQ0qWe+3WyFyuF6+pTvN/YLzEGaCuL4o4cL+DZkvONZ2v8dyv6rObDByNfu1AIsFLI+nAdzbtAuV6t4GbCkPX0vXV9LlWmA2actS9d9dmQ0ttvsHbCm1OhbC+upUP4FNJCkyZjOaF2v64+iaRMW1eytL9gAC1gBTB0pPY4yjXWD+crtizBR2FrZUt7RRn5h886r3szpDuPTiEKmfPf30GtbylaLthv3eiknTtCICxsSMe6ZPzKhvxmMl8YFzMjl0pxnWQHLnmSfEB0OyPaIXYUm/7MY6cc43pL8kjKNnfpwugjpSz05zETLUjSAW2dhDygNSqFhjFSWnzQV5KCzel12xTESciUmN+rrhTX5RFqIEBAkmUfhdIRA+H4/VYHwZqRPTUmWcbTvlGiYN3w9PF6wvzzHnN5eP/dbPvXaLbdYy7fJRjjh1uV7ymO+du3743FuK+HL093PdxYjO8gXL3aLlmTovH37GI9R99zVNGl/G98Vew/prWrppFBazN536L/XaJnV4EjQT3WbmzJWqhK/EyZAxYSZYpGPc/SnySXlaXSowxQRLA05QMKJ+4+Spm0YA0gT29xvQ+FIy3bWA229let/2lrJ2vBbLZ2iraAzOhO9OhDbWw9sGGlQU/zDOaZNnfGxsay/nKgzCZzDz5ju8awqD8gYhV1Xai5EwynpqqzVR11SfqsukyMtaDNEQOtQobrWIinRqTscGAsHHgCGUBzAXiksYhYSk0isYY1Nus6JzjE8IvO5k5X1tvpCc76WIfSfszaKtmLRxNBcXHtpLxHVOboQi3J3+yKcf9GmIwiulB9drWFF5lnWnQzsZc/nqG66YNhUX8AzQUKbZpLgzwxom1bRVxZ21uc83aN5+1qVG7jCT3IPpeTICIioiQaI6SEBw2nGGU4F6fCRCKS5A3H3VZdSqnSx6Ox21VlKaaxWXGBsxe10tit6DM29KJ58TldYgTijsTYRC6/sRvNUTGks5nLOAnpBjl1+RJNMkqXigUYEu9ZmceOYOxaWT1UaPOjxwELhfj8rZ+0FMMBXJf4fISfhV6o13feyTr0z2ThERU1EbjXWycUiHSjcWsm5TOhTBrCogQfETMu3eKkLrBkEjDZ4hDalFWjOQPcCHCCpEWPn3lxck2bXjb50YrDbdKPJkXbg8F1GVsmFPNIZs4xX+MeKCvBNwUuvKIblWd4fiSjQknbUjknESpvlzDf4JjV2JXgZlsTmCDXmQWY60qwqA2a7eLza+cLqiemaLUnfBpbOSdpBtc1t+xZV+ABNKlE/zGuIJ/5itAZpxtXhG9IiIcU92lljM72DPkb8+qE0sqEJ1sJVZiK4aKZfxj0sjfI6YyWxslx4jBig8aOo0JyMmXhZV0apfSCVUDHJPJePhJjB+MVsjoVw3xp8hJgIhEhpBkvUt2u6FSCMiIW9qhT+aEp0vA3ExquWIKSuhpCIEt34sltCwuiHRCJS3w6ldTN3za8SZvJpufMS9kjhquAiUTIwk0lC3mAJGzBhe00FCYcwYiakZzQh0C8J55pFyZadPhHkidLQbWLIAy+NNrenVBnJmuf6xoTKZcJ8JZQkC0S//A2VXWgZO9Dljx8D60rI3zkgsSEX1DaAeOpkX/PCUID53MhApKcosCGFYH6DMGf8NPgRJToXSwHlUicDJTyanYxNkVSVJIK3Y4dVjqohlJ7MlZAowaJydUEdpxdTlcsFKhKGowqELLYCxb3BGOMxgrPM3JXJadAVXQDSMNQtCjweI0PENEVjGND1FWNZg0k+3aRaZJCCor0SOxKIj023ptVQ4PVt5c02Ho6LnTQ6VmNssF/P8ole6jISd1tlodff+hwQS5B5cZ/hz4Pg8oQePpDII04qihxH5IzFadJlc4iMiOWQFRrKagqmoZfQGqm4dZId0BUWT2iHjuY+/rvlbBTAs4R6MrCcWkhZQC57LBDKO5p8TB03Po4piTlShJo6qzuNYIziNClRvpop9Bk+TSxtPVr6zEkfWrD2/3bNxIOzIm0FtbiBLzu3NnIceqwmMGvQv3hcXAqLOnY8J3uuOJzx+XM00k5c5k4mzFWnU0prAqxVgoehCvBx9jIncG88DBIWg2/oTn9OKMmKXKG3ZrkRHqEkHIprZhH1MqEDSai0O1aqA8jmwpdavcRzRvnWPfmDM0DjahtYqF0sphLMvWVwl0hIXQKdysVuaTchxSND7fwnMisqK6d10wMjadv65ud70Ya3kjDf2CBbiD6J7uRDwOi//TTf95Q9Kc46G/fwDcU/b4gvjzdBXFD0Z8Tiv7th/XrG0uZl13upmT5sJCif+CCQt7YFbDq25M2sMyIe8BCama9apEMpWaVPruaDHGlQYBOmGTaZ2osk+sLiQGl76X7NFUeDLNdHKRDE/IABNS0lfqr3dR5Ej27uguC2mXQRohR0UfKDHnQXR3R5ULLOoV+rzhIa4GafkogEV4cszYu3/3NxYsvxLxbv1tQqL7ZYxmKmRvpRnz8cknG4rHsos+uHwjcZAJnnFDIxM8UHVGIGkh+wGRCMKc3upxea5jBBiNp/kYgSUyZUTXlDZ1EQmP12dXG+MJtxl6ppm3vkXBg17Q1oZaPKICek312aDCJPMXjAUpnpZ2hwcRvlt9+iuID3ixTQvWD3nx6NRw+Tsmo3uD0O5uZw9nPe987/5cWUNAh7V0+TZzqMc5vHpdszvDNgw9hm8R64JSHN4GAygoTGbwwFe1HeI+IGvPsmqG1E61YLYRMFS5g7KFbq6Ja37CJPkLhU7yikOR2xZ1c3ARPmPaU5Wv46W0p3PUJ3PGREiylT0x29OZSfOB/9t0WnE5478roPzmMiC14zzMlSRHSi0pDfjdMYTQLGXt0rARHQ4F/9VG0ebBrZpsrhY+CVz9Q1kMUzYYMInjSfHYVmp4nHkr3QGB40rjliAXTGjaNzQqSMCHZer1c+WCCFhdcVNBktg2LC7I0iLPZzgIVFxoH0WO7Nuhgm2dXYVpJZ6/NP4jSjfaZLS4g9+I2K4dQ2NJdODYf7LL/3sG6HpQWULdvS+LRVH12dRPkOf6p2O1ATJH66KG2gDNQtXN9SSZUzuxXOAnGgou3jUNgnUdqn94lgxBYwPuEqUdvztEHqC5MfDiHmIdfR9xvFlQ6Hs/E96q42Qylju3Z9VWwFjg7KfnFE5ofedUVwGS+hL3sMdVX9LCZLQjnyBj/cDM4pe0HR+MzU+DUjYiL3qCn2kGsI9p4+lYQqDikU4wYz/zeiSZIM0PApIrvY+u4gIhYXy4lQiwWmhTeZmHwViqQoMWa3rN79HvfOFsSBk0YXBhAhCkX5VdFwwgZDCpP4DQOO7ZKKXLs6rOrn1i32fzEWTWrVDshEg/5g2EzJu4Kz7dzWKcuXZobNIZF/QFr4IWtuLKrIX23NwZuSX12FUSrhAO6CRoWYrJMptDtFpnjP0fSDV9P6jJB6iyzi/vK6DY8VZjj+UlydcuMoX/3c7UD2pGRTNNAokSULvOzAstHIPESDsSoeSzVGPHQMiuYOY9MKX0Sq3gKCh11vbv5xV4lnbToXPx7v/m9w42n5dS7kbc3sOrq2jwJsOpG3n6XyNs/33LcT3HM3759b9ztfT18ebrr4cbdfgfh6kWXG5ZJAqY5RfZhrxKSDAKYrY2mZkNjRIPASFHZN2TIdTdySC+IMGpxR6MtqWK5CTs4myYZcoJJOgWFdwE1nUKHcpM4q12zbsOifqKhjLC9YHgadBI96biq5YhxIQrKK3fxcmOGzcKD00KvhzPeUsklYu2enFiNpCtAvdxC1V0pBiHjxsZv+GiroCRIiFpqYC4tR6nOIGO50nkYaqugVRcDi0WZ82hw5w/td5eyeSw0Ob3JIyM9iMhYYSnJyihH3RkNG1vL4gMYeWAgmIW2QlzwAnZYYctujAqwstsztHX2tq82nivNz0eRE0U2tpRofj7URiKFQkeC6ANDanu1ss7og9RYlTgvK7PtxsrU9XFVZgVDFeRyvqQbgqr0OWALUiTWiSfowMX2RSGkc9BgdRLaG6kxcrEJMSEuq+AGF1jWWNkTbCLrxEuwnKzT0n1wAJcJgeQLNtp0OFwiAI2ElvLjcQ9IQ84lfGlK7mLuyoimCoUPMR0WZostkUwdu8VpbGidzRA7d4AzEklPmyW2TXjLjhOI0FEhUPPhtUosDBli5hkJ6UdiEyQEHscaa7jgusazlD8338NdVrjLCm9foLvq/Mlu5MOqzr/+8Lq4d9H5M0/523fvXXS+b4cvT3c73EXnu+gsAKsKcNI6q5VXAVZMfScUgAQnbVnThpkOrzp4GvUZpRf15Bgd5+5d60qWFhALY90UwSbHbyGePskxExorBJ7XRwceTNhTwnxyYpqgZgcCcbUyrNbum5mlm/R7TyfbgtPdwqZcT/FIOCDNeLunNqWuLi5dXYjuU+CDSPeZpFKIPL+tk3KlFFRwiD+JoIzPd1ZgpW73QqqFsteI8HX8KFS1STUxKXHf0YhXbW3ESinPsEwhtiJjvFQ6sXmVUqUaoEiUOEFrE1UrUy3KIv87B0jqxTQ52CMJbYqq0zkmFocTtEs07UFETF5CgJ2Iy+VLIYONfTbrkWqEko9GbqblsGOcr0E0jQWvPq2EfUjk6ioYJYSoK5Oh3i1wc+zPSEOXSPzHlYOF+fno6vVesCibaqRpXgEvd6zMG6umoStNSAVV073YQpD+Hw4yBW5/58iTBEIkM4v1s/i8UCQinYXksa5Z1InR2FiJMVg2OC6slIZRtzEm1hWOOjV21ViW75SVRZUUmS6genc18i0Tmm5qANPdzYv1urGEo486oaoru3ILfPhmFJ2Qji62wFPOPs3PbRtENhYnFB583zyakaZfZJALVYgk8j6VAR716Dpc0TKNsECnNlWau80hEjOUDCkVWNjzF42DbOOqQ3C/6eZ10RnamlGIyxgvJ/3oEUQQJ55kSTjcUTPLHNdzo6ZHI/Z4O20QBjBVSOmxX0Tj9SJBiN34tXrUyR7+/d0xJh9eMRH9oq8V6SZ52DEmPyKd2pEfzYjKJEifNF06PAdOl7oFeIKWAn8mCj0F/Jl99vvxXaRhYvEbp5wv7B9rwh4F5D0HvroKgXUkVWNHV6HS6J3Ed+tBfEcK7Prs0ioIR83jXjj9Zj5FnfVfx0VAqt+hMLLH/uR9GcpKnBKhByfJEVFSw9KQjNGyrRmn4ONyQNVhQiHLneFi61jEglmUER2zIsBEgtIOjG2FmQRHPOaT8oUDGJL54r+3CwQHhlffg6rl/Nt2TsESJwmNCcbZ+CxDOdhfq3L6JP22CHYU2RYsPT54y6vRE96sBhzqfT90lfRVBF1kEUPz7A8vCNgN+aw6JC5DRKi2yF25SKCLa8RcVWK6jvHgQYSxkcq9sYDksRs4LJbczyfOMu9W0iG+J2V0ns5EJCVe1zPhEWgt3I7zOkiiUtrhIImeFELQ9NHvH6Og0mSmjnZqsh0oLI0F+93efdCN9veaJagd16DTnR1EZgtho+8YZgUTuniHWaESz4NowKKol332u2HWWli+VMdIri1DQx6jrVrrMk1gf3LUpUEQscyZYFAk2x9lrZ7Ml4RklMe9fUnshLyNldSl5RnKdv9PziRBcUJqR9d9iTncpibfPK4icSWwe6QDCyswrt5MmUon7PE7epIQVoXkOnuSEJQ7RzfCQnMj8gz5Uo49SeWErSznitLMWd0fPYl0S05xn8ObS0JyfbE5evioja8eXLUUHZByWMSPZ8HI3Fgfd2GJYPg8w97bbKSbEaojIicQoS4g/11/6zbDZShvhXP/7irIVfi4F+S+8pGeF24z0i5YiRw0iC4L7IUHD/uJF9ZHAqZi/TF+e5unvz6l2yvt/pDOqfDiuQqaylx8M2vZNNYhrmnunrmjzLN5rkKiEkMICyUFYUnn0E1srDEs6g/AnqIsWIdKcSdP2BORGeuja9kL7YR3e/H49S6hjH31jISXyBzJMtYJyeH4KhNd8/qnIqj8uLTzydWIPTGldeC40z6zKs+PZg7Lsac8FtRBM/7hn/fcAsKyV7LLi7kBUehykQH1ismQeTZPVyL19N5eVjhe4giqz8g6K81sHSqwdCzWnPvfN/rSefzXOrJEz5w3wju+OTYfzsqHE2W4Fmi+eniDhNGWZTSeZAtV4+NEz64SQ5iBz1nSMe4s8TM1thLSJIiGOA5Yj2w3vCOw7mlR5PfM4z3VcnVtnmSq5Z55/B5nHv/jr3/529f/+Nvrf3oPPn7qUX/7Fr4HH+8r4svTXRH34ON3ELJeVbluCYUZkyqpXoVwKDLfCnI1TLGrUdfcIRyikYK4prF3UEhDqHUcgCzZgIXNi32Y/BqhuzamKyzjrZkStrSyqG1KZrxwwthWH2XyjScQAQMyNYLalAsjm2WklQR4jdNJ+ttdaHuklgv9SFXrMIZibVSIHAMWcusyBxS1QbJjG6/ZKSExwFBaIbxvXxSeNHthUMATeOes5iR6dqnYmvoLtvRWn1muMA4XlleECmrFisXY7MiwZYwwq9DUXZiCffHpEETmgmqNQIgCLoqPtgq8guR08kJ1QcFqJR/PEmYPVKvYmRoEWxUbcaPrgTrX8EA4biLPfNQZQ6DRmBgyqzMK4pOEYdKB2EpVVrtZq40+6kDyKRHrsFUJkcEumIxlYp1XHbg0mKsVQPrCMXvq4B42CaiZYS4dUxEkFyNOFI2t2nTQ8xV8pvqCUVXW8qWSHFhUHjPwGmc+nUHXDrjBBrgEMHLIG61sIm7AGI7nJXH2TFruaKsMq7o0CWKmurB4GgROyLwRskxskAH0squZs5rGVh/9a4n4KqJaa6W5B7m+Cd7QdOp42tq5DTt+Z/WJYldV+rPjmcS+mrWQHnR3YkxkYz/1BV7dAQm5cReMZyvu2PEso+NaFibhDYV8gQwwLS5bVignEOkuxT6wtQd1qLMlhhftCB4iXgeCk3bxsH0qD1lq40czhaUX2a03+S9cUiGbJjnAeE4mjGd0gtJuz4RhVbX5OZ5r0Lbm4iINZMFn4zi6oPBdjB1XOKrLp9yZMXpVjKq9CwKsrBDdUt9Nnl2HVYoEXANM4ZS8vjrgnFiELlYdek76DFG5YgPuLwmP6ULsJ6lm0FajymVt7RVtXQk3sW0b7JTaUSuDaXOBEgqglvlSCpUfhMdlyg5OX2iYnGcyu7Bu4nAxp1DfzJqTEagvLBI4ki+D47iwcUQV5A5lYyBf7tgFiwvjRQ00obRRXqBHHAuLyXesPJIv49skGijafD6sOYWMlcmYRFv2IEnqnTgvZAoSSxopNR99CjlfiH7NsVFzf/MPj7amXMh7SxEtANJDHKxLWi9nPJMvOFBjlMIzslGvBuNnqnukoXqyusesZisln9tRwptmBI14vDbybrJ1VbKGaWvxSeuFq4m4b3JGpL1c64j9FRtw1iCNJACps1OeKePVeKOy/HBcCFApM5sdS7zjByCDfhqbakFjhUfFZyh4UQIhDeMY8tUbM5OF9QVtXTrzZ41nLsXNbQoUxx+Fmw9MFVA4Ub13urtkxBgB4PKdXFysZEg4XdUOylCNJR/keyNMW6QhkEPtdEviZk+/28R3m/jtC3QjiT7ZjXwQkuj/+voff/3rL19f1/fGEX3mQX/7Br5xRPcF8eXpLogbR/SsOKLy0/K23XsdR9Qf0QNjnzjpNY5MAtvGtVBFJJaAFRGhE+uQs20dZyw49uTU4m6RhsMleSUq2MyiVzKljx24kfMnLGdnJ/41YaUmsqVmSLN2W3tU4iszz08Txi3opNbEHWQn5utaWVBOuHNxYeMBTVpn7IC03rEuJt1xnxaMUCziju0ByzeRKqOLGSEz+Ckmhzx7shwoNsai18eDnoRy7m2J7e+vmwwdIdORKK4hAWgYFxARvWajKTpP3gGFbjvLGE7G8vSgdMcRILKBPOCobxRZVPfKxNIt/1104ZASdGB8NFaafUSlFU1Vc+7myrqBrZBj2nQefOgxo1aODNanYOVrloYNcd86MWyzRqc4GF3X6sMCmyq2bLZ2KSLF7JmZ+3XVScLd1NKog33+cDmc9Zxe8KhPfNjF07MYCqrXn79GkmBemedPWsGoZSpnp2Cva40+gNiVr/Te9TKaDdbIN7qhH9MrPSlGINGzqzgw7elbBBAxy5ZE/c4HwyZQpbPOjJTLPZiJC+KthdvPZXNJqwE13qVfg+VoiXYQYSZ0pkgtK9sLpZ3l33DxdsKVgsiSrROJTbRxYhBcJC2C+GhrHJElcj1urF8e69obS2ZLhxcjxsKK9GOp5y1oMFvIwy7R7SmwBi/rqorT+7KqL9VlNc/0KFSC8QqHbid00eqyrg927bZKp4pQMEx8LlcZ+hjRo0BeXfPsar8v0p03bl3ioygL9yatXfNcBm0LzrO17lv9Km2CpilKm6B8Wxr2sLbPA8HrTDsnq/YDcMslxYnCoou8VwJdwCmRwqyvm2AyOu9utOATPbs6JZJJ4kmI31CTwT7Ta9EYZrLygAHlOtHKV4ONhbm0lgmIUmMz+S3hjEX1tZQWcrHnA6NnLBrdfAn2/XcR+1+jiH13Ob/HLue3f//29de/7Z3Mu8/5qUf97Vv47nPeV8SXp7si7j7ndxCyXuZLCOhzt5jXR1NroQqLTLlHzK4FQ48KO5I1Q+VKxhKR81OenaoEIDFj1VbBxTdzXT3xcGAKCoyfc2iLFswDGWGWQRtyugzdR7Qg6PzK/hHnv3ZpHl8mHx8VZkKdbZerM+6dGAlCVaEtZcHNOOMuc8AReiwycFSx1KDPrrISxMcmxOk3cxFjVVXz/ackHg8S0kSmJTA/OerSIM5eqCZOkYjgZshand/LEN1pGaSZh7Uc1jKUsk2EzSBDCTiPLTN9OMQxH106arGjMMbZF7PDWUkoZisUYssxNRKjs7/XzGp07OXmxUFxWUrODdsm/RyIH94suuWg5JSDC/3JJtpEs96FuOzl9kPtDOmTFlred9ph0tRpuAY+O0zq9A3RNuMZydGFwnNdhxsMRSPka8UzljpIoRdDgv76LZe09yquwpQyj+yU9aDpVHj4Wo0w88yRMVW9n+MRhu1TdY533tjTE1yfDkUmLXmGKDiZaUMZMJmUpuab3F+kB+FyZYty+7wonK9sob6iabMU50/W0bhAnN2HV7bMReNuqC4aKRugByqMvfnkCTKCipshJuoZCxoO+cA3yiDsvthzkq4eYAd/Ek2jc/duU8ru0kcpQUnlNBHwgR1IY448VSCWq43MAD1VUIoRm7yRPKpP8iZDd6HCMjglb9Ig3lEVViQ2I/pCpPMQ0HCYvGWmeRKBGYdlWPI+TrmvQjmJDPORVl+h3JScOqDC/4W3x6b+gx1Q4beH2yMHVi9Lrel/N13unK29ZqwRqZhoCIZQC1MZpv49akli4mESiX6GvpwktwdLxZlQX3k5VCcqmD+mRNWaXnXo+PVPuw/CRDi3kBRGiicIobfZxeufyl/C1w8KSzXAndVpq46PQ+5DMj90H+OWJl35hfn3WidUei8+jB1CIlHh+2dZQvj+WRw+WroeSHQts9hiAlMXCtK8djZVKE8xYqiVBt+FGhUZGGVbILjEIDOv0h+sKLUog/sNYLUPDnOGyU0RoxNKFQlbct6z3uPkdxft7qK9fYFuoMUnu5GPAlr8+9e//dfXX355XeAbZ/GZJ/3tO/jGWdw3xJenuyFunMWNs5DJgAg1qj4j+asZRiFCeqHPo6ZCWrnfFyITVsUV9T+T6ihc7Rw17RIZ4jHunhmi/FkubzxomhcidJUSukdGLMANHN3csAY4w1AT2yr1QEiJ40hbcShW8h4fnn/tNj6I6xJpepjrbyf7Fkgzw8FM7IYI8CngLTxpagbHZl00K/HbbHt0ruCURkSmYuspHnLEBa0IW9kopN+Wqv7R9oo01CUjy4diuMjkGbPO7hhMEQ4fxdTPXWpHw8FExF0W5u/TOXLlc+1aGjfUfxFM7eUcwTlWwQ3Z4eubx14417Z0mDq2IhqvFvbqoiteK3bkpF7kUgre2mWoF5G0TqpFqz7VD6bn65VGb7NM7MMJNc8uXimZ9SK2KhlU2Oyz2Q6whs0ObKV2gMxNZw9jHwwz/2DHcmA54CkRaRwEqy2B2LHno6tXSiI5lq0mTVNxjTWJjFnzNlpn2VvHDbtPC/nBrv0fjCprreC39kKjkZmY14V2fq6+QaSc6whd9yJymT36tJxPMimAE1kMiblGji5bvfNOP5AJs+oRlkQVL7eeSRdFdo8LJ5M1azIbNG0xmClgEiQviZgvRAwEQid9dBU4o/yy2vlIJDFgn+2mWrMMYCSDqW5yTg92GQRBwDBv7XgmhTIaJ4DzCMUA4qOPrgY3gSerw/KCrBjDIS6wqNaqaWiYHBW/mbtnuTs0b3R3y4NDuutvd/3t7Qt0d2g+2Y18VIfmT39/Xdu7OfOZh/ztm/duztyXw5enuxzu5szdnBGBzfiwkMJVeUpbCg6k0Es9ptdCeOQyPCApBfIAZYHDf3lIWlJTaUrlLzOVYjNJMtUSZ/U4OXWoRtq6QD1RRmFQYCsdMFflRGnrVnbESnedaM9LX0yoHB8dhHAr+ZC4BcqH5Z9D5S4hpkN5wBw6UoHmWEjiW6j2XArAqRWtnU1ys4rl/iTzpRFMjY1kkDbNr8y2ugzRRDXLAPTR0qVrUh7UgkaWBqqISJF4OdM/gF6SyPhCrS0t5w4Yvjmqrpvvm6MpQ+/bs/jI7skcOzoFYa3GWtY2Jw79r8354ZfrOEcp286lVRfWRKJ7IUUqEMWFCIeNDQ/Hoa5oqw+Lr9BJd1xVo6CltNOZ2GjFpaA0nDB6YtktLCcJ5p8wzPjxxx/Dtw8KM9KkZFcK4urRppZufX1MGqWo7aKLGHKfwHTLK4C00MGUbPcTvh6QbY+YAlsroZ9knXxcBYE2QOVnnFuX+1Bk6aBD0KbEsfYyKnFZyiQJNuqDTP/htOrwJi4TJ5VVLGumPtgIAEnbW+5oZN2MiUrZIUYfSIEMF+FoVBBwBcJrEhPFbp4WJ07GMxytE2NdiI1lJ6FquoTyeFcZGQq1NTEBL0ZuGzOIh53Sy8LZuKYMwIoDSjQcFbIGfTrG05SxZP7Ik06LB7ka7QAR2UBiHLns8VytYQYPeq4CpQVC7epCwSxDmmTr2F2E1omG0d0cLfSD2zPs3I+/dVFDkQIDhlbCUUESll3zsoftir37yN1X+QEu8I1Fg1dFBGaiR0qSmUFwFUaU2wC9KLOIhFxLJ1XTGb64Mhm7pAyYdceViQtyIRxUWFdi35Xj5aK5KjhIFt4NkzbAMnFn3LLj6l5wZcddhkQwsto+4+asliKMEDh9KIkp31zppeIdG6NiZeaODeeAV5TJL43UUrL54rMLnxplLnJLNTI2MOPU+AHdhZI/5xdYWAGPkF54jkRxLgsb6JZdmedehqVdFlYKQAd64YhkFj58BGIM+3nDViKWEQ4TF09QK6lTJFNQUHK7TIBbwRsERESOnz5zeIuMcLkPNF1WcDCBNx/yk/0vGy+r1BZQieh0IvOEOWH6OX1LH5QTihwcVogFd+cCa2lKXaPKXZEKLIKtQpV4CWQ7hiylsf8XTLhLFLBoOjVt7bO6aLXMV6jjScxLyUCrJPYiTAkuegHRChlMY9cJDlI0dGM5DiFBQBhW57O/VcI8MgI5wYTcbgulWdsztLVS7WrL1cHUNtmXrpq6kDai5RBNB2dmtjSiMkCZ+QcKrk4fLgdOFJF+BEYtUf1zINLrHes/EsAFl7tjnLiCX6UnzHyFJ5RoJWXgBe/kkTSTZFRJnyYBuKlqBl46j9mRPLPD2fzLPlJtEoThNwmdEavhoCKlDcgH8aKKJ0W25idRZm1slY+AZ3HeLoQ8I1RRVVAz24AFcmGUwY5RsDfldIiFWIk38U2X71yZ6WYkEIEqJE23mnHeszdnLpoV8/jWnYZGhhFUdJBxPxwaEXA9bspW2FPIqB3W82ryUeccn5eq2jEeYL5lqArTIinyoVfrLE8kY0cutqaDcGOklrxjK+fGlfDJclVSBnf6dHlQhQUN314fLYvT0q2mNhP1WcQDNJ5V2JNiBH5miUjprM+pzqu2MqBDntFo0JpojPdQnFEMoxC477/zqrGNhoNEiBE5t2NppBYqUBOGnyRm8JTVdlFOk6FRMrYTNXYcOXEil991taOuNo4yyX/nE28Nt7FgJlSVkvbBWNoGXSEGUbcxdhvkmU9hoWhIq3v2QM7cnvG5DVbSPt0ktg+MPecMnq+08KHSDh2aoa35MMXNF2s6kLEdLCky5elChkcRyUHpU59dNVRVqG3qspCx+szq+lGY3A155DR2dVLLsIZNYwOztlsOwHBgmFnZguGTPrtqbMCisu6KhPsvHFgUzZ7AEu3pjeqRoxtRTA2hko8eSj/8wh2DkX6g4lrNZT4DuXCwdsFHVEMKhQsVYzqfHbtg4cCwaaz5UeZD+6QeRys7UoqA15AI91LlyLTg7Mq+18K2woLwVxa28gzn+S3rcIJipoJKm5DQq1lbpjHvEYOQUKvkzQ3br//D7bNSPD+fXTW2ECXLww9IBwsWDgwzt0+iqzKfQz2/bWUT55jSquTLB0egN/vxtPstrLHLZWGXmctY13Ruy3qcoK49t92c6gK2sK+2nDOUCUVTTp/OZ0Z51k8ir4d5dr3I2ekzd6I0eliucGCYaQc0al/NbvZVY5ve47NGwyQkW1EYF7Y20h1635VNkbO2f2BlIx4gaWxg8n52x94D7/dM4z3T+PYFugfeP9mNfNTA+19//emXX7/913+9rvA99v6ZR/3tW/gee7+viC9Pd0XcY+93g0Cmd9Nj4zUJzZqDaF43ScKecxSf7F9MJOBt77PcoGPUReeQTUoZqOXUGPui4N6rM99cVhGkeARjBVGOk6NiGAodSm8NueXSsvoQ9qUOlQFRoaQR/UJw5pQ7SeqkWjR1TBc3l0dNJRRUthZhnlPVZ5i9lAkpjL8XH7q/QLSESmX7MB/NDA8LN4REWpc2ej/JS0eyywu12gRogmNnAtPEioJMqka0dT04lNGHg1yMoGluwZkiHn4sLPVhSid22/GVlAU36TOXTptMCFVc2KSCdTp7boZKp7EK3bQg7oZtwfHMBXEurJmojRyU6nnWlXJQ1tE5a9J5Fyzc4OpTafk6LBqZNGVgipV4V6I4lj4mmVq0rpf0M7lAFtPKTOEimozSfMKfguzbD3Lvcy4mMbJO9pkLkl/UxyMuLFOUCm3zfg3qhj3o0dSFoXVjT53DptLYGXOyyCgLyvOV9LIgBXuoTGueFtISFFSUj2iyXDRg6ggHEAsqNzTiAzb2XFQjGG63gtdKokN55nSh+npFBW23K1Fw5iucBavfZwdFEHgmRmAHY1yADc9tdQLKyFALukMZd8VGlTxD3iMJQQksYSb5H1CmXnO4IeLCNlLV7Jk7Q3J/0D1TWKp0PPOBdRa1ax69g2GhEHTy3oJ3j2iQD2ytXmq1GG0I9I1okBdtr2n4R/qP251+IHbhA+cTFCZiE5bC6iwiskAblkWfjydwRgDi0nIbIT2xNsdAkhSxMk7SRKu/mQiQ4LLj2SlWDvCHguwFTYrTzPceuZBeeobkzIGBZSNmgx8q+/V6lrXxd61gs9cJrYWFWFKnJP1h3WaC3/T+iPoMmajOrq+HBEkzeha7OU5yTiJJkaCTLGQRJDu0JBwuFNXtApmUBNtz4NBcji6BqUTt4C56ogQ1LCTDK4hskgwW9jqCiPWTzPl3z/tuaNwNjbcv0N3z/mQ38vE9730+/u57f+pxf/s2vvve9zXx5emuibvvffe9haoUBo4FFh5c+mDLJJzULKMogcZMM4ImP7M5TZp5MqTaqd3rVESTzgC1wUrUsXiD5MVKqtTIKxibqv50bfnGT6NbSSmwtt16rlgKxYhxoPNjAUXKHC4luGREVaM+ytiWylW5ZPYNlDPxd47dpwwgptLYXaAYaSUShRSPWhKZ2icydoU7SEqDERupw2G79NBEZBM7PWMRUdJUuiwBu+nCjUdko9zqERJXF3YK2bpUhx0LFrG2mTtT44ZM1YreeFBwWfYS7kU3ckDiKh8NCQaF3JRoC5ZA7BTpYKhxeJvm0582DV7LfXPQ+acG9fDFk6TLFuOpcVB9ht1k0qLA6Qoj3yxYW2vM5C6dAypwl34w/5KcBFiHEUiJKTgL5O/c+IkPWl3E5dsWfWaq8cmFebomxlSYvoqyOS9KVGFaB/1gDCqjL5DWwRlfABX1UF8eI1hp/J9isYMXZ+2XzZ7E6lGqF5BdPej++hAiLUpfOzmGgnLymgYVD/oGvV3sl+MP56RyvzLryJIIuSPX8Sx6m3FvBG3UlTmYa3QiHVGJE2Nrm5eLtkDyIcqI/OLKVOylONFPGJSLsrlE7v62pre2sbXhwpYDAGiZwjbXKShQSEeuY+r+9k46yNsqUvu3UpC9tX9dZJpGTEAMRMPYiCsreAvasevBaLr5AgZx6ETusfAUcCskML119w7gkQSuaEZk20xc5lPbwCN9SRrbvT5qJxGrR1CihsCU1glEI7hqpO0Rpm4EJTxgjmaemnzy1ByYMCEvlYTORgqP6sxClVXAVkmziWy1nVRLYgh1IPmN1BewtFWiyowSCVPuZnCGE83QTja9PYjalPNrpr3VY15AxLYz7HWlNL2GGyjqL/c3t3NvdlnCFcv92ziAS3JT0pFIzcRiJnqkuk+aWs4jvUY60huOxSPcOKAkFtLVCEdaCqeUMhalR9tttSPpCR9d9ZQq56EDHAUBoubRbujRnPy40JeCa5p3yOtFN2msMhhhCjTsDpw/MhET28OeSFe36g1wuDtXd+fq7Qt0Axw+2Y18EMDh//76l3/7+rq6N7DhM4/527fvDWy4r4cvT3c93MCG5wQ25FR//uGHN/2Wyy5XmCxh6n5p51q9j/uNXyx6mMv1STGRbFzbB7359GI84bb6ObccPyiRkdFQGOdz2lcHb3b6/KJ4BpLo7/fm72lj/bCGb2+snFxnKI+FepA+G+vgzV6fX8gDUGrpvd78PW2sn+sPP8t/9SEbq88Rbud9RS92+vhbCe5dLsKDN39P2yr/+EN5o/DkdcKk0pCY12lfHbzZ6fNnmcZ7l4118ObvaWMt2/8+ZmPlsGij/HUpa/KRFcqLgpO0JblOGIR2JRn4GGWmGzHJgkMBgJ6oNLooKyfhmEamk5ZUECfpMxRnE2YI5LhorM22zYG6ECYMW1EYUVq7hZroedJAKyFHZSKyzvg8eeZhqwz8omqLzE93WNeHjRjUBmSQEQRIwU6WYOhP7djrfdUcEpJwpTDh6FfxB1Fl4aI+Q0KbLDg07KwFRdTMzuoyy98GLOEEyZZBc6T2zouSbummNPQiE/5TSe5bfgDaGqJPw1o8TqLDHgggl0SzNePCZkLwyDMixxv2Jw+4Uaqq267A/Eya7/JsZh5BvziqG8pY+wL9VQNpujpEsE7A/TRWptjRjdbOtING+2S6/Eg7dhN2cxl46IFwXLJjM7bYj1xTOcD3lIA7NpaTcmcQ8Bzc0merruxkFkKmZ530Mee2qUOZcx86yDNXIWfiX4w5ed3SnZRNBJu2oLFNlRbtkArC6AWLjGBvqS2fwppwYA1tKLHgFMkVu4RI2E75yaisnUR5BsXv0oFSX1KSjCkXseyDIFdPWSXV2+2ugE+Wg7kDJui6Ez5fDKO5omG/D2tqVOzRNHb8gwv4WvtMF7YgGlk+OGppCFNNd8iBrAW7Yw8etKI5BXXNVyMaBzRqNMDp/ZGT4qWMZiHRaZJRKjxHeSV9WzEiYcwSO41mpbg6Xa1r4Kh/XUhqLGXdh9NWQ0c2Y5ZGkLAUVh+YXcoHqZ/MwaGfFi+DMF+J8ijAMsrNJsDy4XWOSsYz/z11RtNWifRxGnU4MpzP2yJvilxdJgkX3XJ/P1gZtTTrCs4fuWBwlWKeG2Vu1nISdo6mhkpzhGk41xU3qz3dQZ8RP1M8SF1OuwEfr1SwbuJVihA1bfzMORKg0j7TusnCfJvlICJbJ4fo1ZNuDDMnHYcwHxZsguSXF4yhx40ZYVOaZ1c3ZaNahJwVvN3tMxs94pTJpvGNcdNYWB9WTGtY1ENc8bAfLaxQBxPrqtkZ6eqWdThBw5lBABPrHPC46igzbUoZJ8ICmRTDKE2QcSKM48Y6BUrt4p7pXh0nUq5NNbbSAKuw7VOArBhuc4SqzrzPALn5BMgbGyIWI8auRPV18c0UHyd14YYkAKmANypjn+hORzEtMB3Z1lNuNFQmRnRcWPkBeILEV/tEd5lA9EWTWC3yVJrWE1vnwIRZ2IaJ7fjvTmmzYmJrTND83mV3lUUHameIywNXY62oeDTuoUqXSaT5yi0H95nPaERAuVFo4BeTiTcyttPFt64vaKrOsl41tWgfYx6ETnwrwqqxoKkiRUDNjUjE6FHG8F2iH8mr8NSOyJGi8aJX3CwgMrOH9GaoEdOKz+SLpAR4aMejjFtAaH/wim7MYxPNIORD08hlv0qNmtKcQjq7sta0sEJXetCIQf5y0Q/vLo4gRWKgkMScIuDOnntcnVjyFrsqLWzzaXPKAafO4Ti6xORvOoJm7JnIjMY1n2DDygYKLhu2mMn6aWvka2Zcidj3iCu3EpKydk9bU3PqcqaiYYUNgNFW001UYSCj9mJSKKQEF2NdWEg2cn0K4hIFcfKMOkrjhzZa2UjCtlv+7LGyYsSeZNmIcx+x1ZXt1OsWl4HjwtK+q1j2EvJ5H2NV40aNLcxI1AvlQfJVaLa5F5KhESfrw7zRDa/TXB3loLIrSxlmq0S6IC2xFbvdp7MkD4HwKax0tTSMsEl88XjzOUorZJtZEJDn9+IMkKzxyIe7Q0q4SIchI8koiVHYm0RRwcG7evzkiNsodi9JjKr0DTNhrmzsiBqRLUqMyJi6pIUi4fGbfAj3G99/EnUR20xjejPJJhI6E1N/t/3DUzwjCMrtxMLhdNbqgqIQ7/dmWQ0XZjrLSKnkO+UFSzrKYmjLjIguEcYp5AmSZy5cHNEMF0xTx5FukMfKjkKVe8lPG54I22a/Or2PXiwi/PMzm32hGy25fU8lnzaP8D4Sq12d/H6GKO7AT9VMOkPxgBZru5ud9BcpngwlY1IhjxplwZE4FTYKRwp6Fp8WQDBCdZbUrgVc2ERtKYnGqM7WO/alNiSgy7oayUdlC8x0NB82osnWFjyatoJsFvZc6OtxgLKqiFw9z8S3meiil2cx8doR0ccIeDPmOEvlbvlyVqmVTnufZQz90KtyJM1NWWfJ0cIREXy8wfmoXe6lC6pSRQ/soDNJ2409oKWRnj1iZKResGKqG2YP46KxUi5Hqc2sFa5p7LjxCDQhisF03MsLXm5yIp1MRWW5sBZC+G0ycuiZhqdY0OWXTrUZqdK6qIoJ9SuyjQUzmfV7rukhETBwxI4+vyynUN0wPHlwS6/RB0YsfOgrfrLhUAM6aBGRpNipIXelgdz5oxGF1xbbjBvZJB7bElkQXIJN6ld0Oglr8hjbDyMEXmCQNmeflqAM9aAsuozXYk1xk1OlVVg4rhJKP7z/06TYu3otKMmzbi+tbCo1auDMWrAqB2hErIBKtuoibR0F74Nk3MH8gMTP7MpSNWmNHKysdYeNXptNNibsvt6LIjbwN5NnDZP2EHkMYlw4neKOrofBXOWflfQ0U1dwTcdFGnoSslOGfuXNMhgVH1/sU1ULiyF49X3ziJNw5NtHdFj45df6LjbnqrU83zdHpYg2W+NUPshXTXCqKKDNfXLHOr85FCXC3kPQuid71/ZzVIDrx7iapxXPuSkRb86rq2vzJJxXNyXi90iJ+O3XX/70uro3JeJnHvO3b9+bEvG+Hr483fVwUyJ+B+HqVSaoscqQ1ueUfHCngkTv2HFLATGykkzj+K9MuM4E28yQEQo/V5/58taoOlg7QWTF1JmPzrpP1Nqt6SsGqLeJnKSPlNhIigs2uIoW+LQCv5KMRpCpRVhXqb/gJEZYvFRo7CyQqXbjMKDsQ1QnER1SUpSL2nH+zfSbXCrlMoKG6iTS2EcmE2lSITmIfN4MZdcQOvU2QpjDA1eBpwdI6Z5foNyYw0pV1yDKW7gJmnaNZ2us++jJyRR4gw5EFpkZKGfnYUSF2vsmPYMI9LGuiJGVTdV9+DYS4QSkp07gK+s5J05gIdoi4ZdCBPp5F3sLRdxh7x32vn2B7qrIJ7uRj6qK/Okv//blLop8/il/++69iyL37fDl6W6HuyjynEWRken/8MapleuE/iNkh5mG1H0wlJ2nUHoktozxX2EybCx4GGyMkAclVZe+1h/PmortqfxE6l1FOPTHNwsOywWDIxUDgroJ8hRLTjHg+IUAApAqUXJ60ufVZ5dWoValxLj4ZkaPpdnNV4hmeYEqhkSPgEN6+METNBtJ6DAoece1cbqOsqZjA7+cYqHC5Z2j+IaN7RSh3RGcEllZRVp0xeUV5gXE5ssMLTKc2YOd6Nk/veP+Kf20vrHueZ2AXhh1Hq/znPezcHVmthNB5ObNacB3JZpwY4SWheRYPX71LDx/DhoMoeAs6bD91Eg2UKqkpgDh/37UdtaTizW3sRgNrsVtuB8Lr+tKPGxtUVjbXrk3Eq4JH10KqBdlXfzt2ouZ4LYSF6E8W6Cqn0NWeG/g3/v6p42ddivnaKlR4WPFnEI4Kk5d37C9hs/OjzBCOREuczap5onWVsLnPEveSn/RlcExmJNKp9ec6ETP/umd9o2Yu7P/D12bJ8n+79rwd1gb/n++/vtf//q6undx+DOP+du3710cvq+HL093PdzF4e8gXL1aYxDugsdzIzXXUxSYkAB1FczaU6twkq8SznoOqkm2F9rC/jMuvTnM+VxdjboPQH34kKKorFQY6yrruRwSPo4wNcTHNwvV4/U3Z8tVt9c+ksdYl3ycAB+n9JMoRAfWj7UqIFHNcZgbLwnDIFH1dOHK2+hgsNyr1CkGbVkUQGfYkrFlI4RISNAht4oHMnSTl8QaZYjESiDPiKBDWAlQKEQ4NJDeMZ0UCuFJ7PK4F6RA5dIEqkfMH0F5ViYSsxIHV16JO0c+7JzINeRLp0Ccj4tQOha8hKTIgZXt4MVr2B3jpc+Wki6Q85u1Hr6vRT5HqQXOoQWFN+9vbh63qhAV4ET1sNljMXrj+3qyY18shY6wj/jmw3oAcm5MhDGezQtldzDCU4B8IEs6xzaDRH0rcrjLaSwOn64a9rF9n5zkw8I7d8W7yOvNy4ouc1sNFybrZpSEZn08scRUiTRTEBflvdFNEZnJbTmJTGDu9UgO3rbd5jVXC3WLYspMaD7yJpJvrF4sizUQuZNoQ0aIH4SfdG8rK0feQrQgQjpFxgonr4uxpZBwoTxDmRx5tsLKCpHKJMSZRNiViEc3Nm4XymUhH8RoRwZv0NjxBQpGZnlRWbEZmgUagdjUzBwyu7igDpPbmwPxWJyMqe/ZgrtAeBcI/4EFuvtHn+xGPrZ/tI8i3j2kTz3qb9/Cdw/pviK+PN0VcfeQ7h6StCni47bYhGHeFvT+3oY7eHNIyQOxnscegkxDoOEOrRUpmQToCyzLSSZVhx4SY8dl1Ps6f1+qRjt+L7J1l28jOsbYhcseJbgcEs6BiOBj/qwWkvzbEZaw+VCASMS7F/q1e1LnsIrqYXBhVIxA9gd5hqTOp41FPYyGMzRpaR4XlqTeLb/Lm+WnIy49+AjGCSEEkpJvz5CCWAoLJESRmOy9GkpaW0Zy4UvOgUXY5NoFW4cbmrV2o8hJ4j55oSGw8aN27Py1NkTSXb2/Oe8zANfe3F9AlUrGwlwGNVpUsRQjTdNX3AsH6xsOqsNhiiTO5Q3rOf15PGuJeqDRSZ90a9TRKiwTHKHOrKoSx+TsWRUEv/9tLKxENHZZ8DkRkQR15R88ZBDH45vqgRJRI2mWcXH4qIuspO8kyiwVTN06xEj8n8z0yPyZlTQwpKPm4mlkEBAK5CKK0LFAPoItNHUBKECUQJ+6fPMTXToGS6CQtfeTECJagTiltyYUoGqGM6EAkUmSemN1+iUQJ7vY6iBxJSYAckngHIvLKsRAvFZCxLYLssxlEFFU2gldv45p+eLtKHgOH52GptiaqX+1znOv06udr3KDIZgXa2Jx7Zp8eK0EB7RAu0zsQta41rlp2oLmPLOHeaCmusxg4epJ6ETEFoQ9HHFMI0npcBQkAkyIDRKuLhIAXlzYyAvLdy7npoI9xEQXM9C5Z0AnUTpH8+oJbul11fHiRI/mJymG3G8mHJkkKcf2P6WbgZZaq+ZgfUWhN7klOjiQ7XaEJnYQ5CT6UX12dVJ3eYFDKXOjKHdjn+n8u7FrHpJ5ieqqBidldmvXbPBH7rcvPFScROcFNkBhAfHze/VuB9+1/rvW//YFutvBn+xGPqwd/Oc/f/v1dXnvXvBnnvO379+7F3zfD1+e7n64e8F3Lzj1quKSew5+Uj2N84vOtCcxz4rjzIUWZQz7zRQ3sEAxvjAOL0nhZ3EZXhIWGWyLyFAVVqy7gcH//+1d2Y4kuQ38mnkt6D4+Zz0ev/hYA4YBz99bzO0SlREJu5HJ7i4M8lWYrWUrKYoigxELBz+p4HqnzYulsmr0xtRBoRWCjtWUbZADy+uuEkl4EEFBwsufiZ/kAj6RpTG7Z69FXaC5B4CkpXiKnTHRe65gqAxXBRMaqKYy5Upp3yZ6W3niA+3qJq+AxianLZ5pbHv+P64Zm6TYBcYm5+YE79zY9XxPDjnPYgGFiqrn48D1slcKjVU5/Tvf4f9n50RwApULsmeXDJUqNCL/2LEqP3YOGfZDCTZqGzJs0qG1LHB+KieNNWqkiY41+OR4namI9yIlkExorqR7j7ZGmoiIcSk0P23Nic7PuNK56SPoB4vmlEy9IlenjDgFJDwLRUkil4YhkqFKI7Bg+TOWZz/3osvGTu3UlCIR1MlaxaZyZHHfTQMcb1KZFjaJTGIYnK8UdRZKd3Y54tNlvXL8TTSEJzK507HAAp/VsG0eSz1HwMBEhJU6ZXGEK5yDE+ZHbBjKf4ttczmQAbskMsdnMgAlTBQ0BzeHZvcZE9jqPIkWbZiMAJ/5LLUf2zqFmpaNDSocPjenPTCKjiQwYHLXyyOhqWdpJ0hYp2jGMWchHYmvx4XLeRXyxmaHROAOWYhQR5hAJ0RdJoKxaSSYAXxA/l2AzowMwWELKatguXYQ/PO2uLix46OhHlhsbbYs5sauB3z2uyphJwSoift6OhAYYBPlEQKjeL2cqxxQo9A18knvHEupOcUFLruOBKmxOwTIxGrFjyweifQL492V4KSLONYT9DNtFXFvampFrSvNz5yeIeGisbHQdO4mJ4YAkZK1djNdsvAM6VijFn6aBO8XjS1H0IjwQBSHcJ0S8XR+UFhqdKvLdWVAX9CXLvBzn53NOHWfTEvKn19VryvqccnYh5bcGB+IQoSC3OaumLxyRK29w/vQa89WMTcRL+dNfgAVBeViQX02P2PiJbhFVzm+5aVngfLMUd/puism+MbctTI081Q3HV9RtFX1Ar1+4Y5dfleIxUK8yCSj2Giycay+s2Kj/LuGpQKvQE4VQYzKuDD9yD8MiEdGSoZgl5RMvpjvnl79flw6jUKtUjXrvaAkCjN+tUwY7Tj+H8Hkvs1eS98TtJKJ7X135y8X7oScLYUhCrank4MbmXF33u7O2/s36EZmfHEY+TRkxj/+/OM/b9t7IzO+8py/339vZMZ9P3x7ufvhRma8JjLjx3f/l/C+wunlkCuTobNi8LZUvInwmSi0AZWflCyuz06EXGfxavnlaPLmTo77DSEQFa6MR0asvsjIEHa8QyK4ulAKmDy5nc6tT1vHGx9rzYISwdkKX93sQi4Ajb2hYbLHXh1dbg+0M6GR5aCrKJMdYGNZXsmR1j6/UecLMqWLgJZNk2b57ZXFFGqh0VN1LY1gj3XA5CcDs8o5+ZOszHjUm2KmLv4y15UKTrps0+x4Hpc13YXlL152IcB5TK6dI3vggFf2JeEgA2kG06PFU/XS6JedR7k72Y1oUsoXNUEsDq8t0jlcmpXJeXXgwp/ugxxY6nEf5cC+OGVtne2XqunxcxtW1Nn/8mCn9UT14GKhKLoNwKOfJZvG6DZIDbswjnbBjlktJP0nPLURio0bny3eA+GktuSR/CnOlEsjDJtQY2+wEyl/JqJ2hLofG2Y+9HNJ1tGwvscmgahTYJMgZx5bFKwrJCzCJA77qktXnEvmW8M+0zz7w3xR5uk0elEqmYPelIt/e/57n1uQtD/w3IJ6EmP1eq+LW/bwrnZ86t68SLXjrob/itXwH3/759vm3rXwrzzl7/feuxZ+3w7fXu52uGvhv0C2erUW7hMqWAjwzmSSSpgacUpxLBI2XNZm5W4ZxMv4/u1Rn3MTHe6NjA2BJgTEMJRP2vgMsWbbKkFxQ8ukOiIUMOfYbw8wVx3GVqS+guMMUnWnGZvqFXE4KwuVykzBSr1OJvgc7Kyg2hAlJ1jSCC/VsGq3BF17DpSqsSbosFDnRIJCO+sDkWyhs6FSw6Fhhq51nfkcDyfzWNpVBf7rrs55s50LdDhcMrkwIdoTNnxAUhbcSZYpA3qusclpnwxu6kQmU76xE+A6pDTRfUqiuRTO54eOKj61UDshiFcGds5Rmx0YGzEwxUi0siHpNM2cWqla1Zk1oqj/bqkRva/AsTcVCsoTcf32q8nZAEyF/Y84ypY20cRsOsbyj6+K81Ax+Qc5ureZH9/g3FjylSrwga1IHSgjUh4QwaEmbVkugdkGDDtiUaZwxzR1G7MmnIK06OwF9UAe1Aw2s4/SUcCNlVYtbuwubCxUsjiVLTceSqCejy8G4S6VB5yfatbez7OvpNEu0EC7zLMiQHvkChE+c2FZyOpsOEKlZ47TuIckvKXRnLOEZbh/V5qDZ027Pb3jKo68zS7CmoB1bJcMt8U9HbkbIiZ6o0F37+I5EWpuQtUD8eBCFI9JYfwKmPA6qD+7mY4p1MOcYrvqqokp1GUwHYET2VFSI3cicjyKS2c0NhqNYwtSg7KInJmKe6wR++6Iix2fNzK4hbF+ZGXVhIp7GIvzpLKLyBizi0PTDQqlPJIDF0h5Tgcsg/BZl9aovj5tDlAtRA0uIS9gBiZqItjGjZXUt+X9Qm1cYWkwOkDEXzMcPuABEvYLemtVzZ+Cug09DCUhNXkYjrCHLKmC0cI27vaKxVm6rvPkM/5mfdXMPCsZvbglaqCtURXEFdFQaXBIpY3XjjPGJfEoG+yFhhuN916vq/kZ+WqS/xQszdzHz0aWSiJLB6tEvQGWvAyFXtOixvy0tJGlMkRrEj2rJ0LwjW0cQ/0ahpb5VAz1ksCQtvbpeGWA6FvqSc/wmco53CqzA3RN4IKuBTjlQrsQMCSlSJg+CT+IBZJ7PtlQGUwxmIUjImmlZQ6qM7HaWJ0Dy5otNabVklamibHD4wkCkg9Y4MaFUzG1E8AH2NoaBSUpNJ5SM2byjYW/ZJYiOpVchGgDR2XDAvZcCiAdnSBbCVD3TgxgUkppkDILBRvx/5dIL6ZVFnx9axptrCcslCi8OzR2PeLT2MAaK1lF2H8uSeG5WGAQmoJqMUx8Xjk3xU575xInxV0vPAXaLrfNrPl3Zq9pC5vEvBKi0TO+HQjOjzVKQ1ujMlgQrCcWLXNgdjUpC5iQgAlMn087Ev4JfQWd9vHBE742+qIxNlGT1WSiQOidiL1m7BeOhMdaqOovihaJ7vZA5GrC5uFNiOCQsm4DDe8NTb5Qh2r3ap9J4cHjeDzrusVDJMnD1aOt85ZewhIbK9pVDR8ixZEHSAw9JYXI/JSeVDBiIuW2XSiamWFQAoB5Kh0WmM+HLIMIOu7FeaDevsQIfDbMnrnSEy4SU2aZwWCm744/8UZvBe83MdSksiSnl/IPlI6TtNRjVV7uA0hBoxD2YA9F+B9NKAlFtQu3tHeaxoo94a7Kl0aZO+GELeCNMbVzYR7RzZ30XUOw4T8T5HSjHEy5XDRf7MwpJjcNsk2FSsEuxmijMCqBASmBYmR+291JnN8s6B8wKVAiVa7PH1mD6poM3gB7jLzCbGadMpd8WzkgO1wkHJfcF7tQ8vEbfmjXbdQXhdkQq0DS0Z952bwpIlN1ydgRKYM1Kq/JvzN5GGSSyIvj0YePGKFmRUqt6P0B4+WyNg+Qs3lxpeAJIpLGHqLOa/KNypbbQYMcTF7BCLwoEzx00daxObXhxnbiM48165SF14ONlfTt9yCzSQrGuOgEhXnwthuBEvGmd+/8KPzCSVFRUj+Xj2LS/pPLAzd2eCd2eNdgNC/phXx5XtKd9vV81DKgkRwp+B7PIom6iQ6ksHsdDXDjziVHd6V4Gs5upXGskZkxxfTM068WfafK+NKISoyzG2vYj0xCBR3Q2EAsrCkkC/X1rXEHgoUjc7JB9Uiz4kjNGLdhvMg9bMMGrMH8RjAOeJMom/ZVbKTSGujQvSq27wQx8dobz+GMd0lrdJck6XfbSMMmplQdCQWBCJbzOFPvTtKwyWstTSPe2YNrEEZq1dbB8wj4c3yR3DpSUVUdAvVEriBMpA4bMsGRcKXkFh1D8PCRU/UwHNsNnJKGc+LojLjjS3OTnsaUNB/cRL4e6HcWYiOVdCqYlAWF0hMDSWVSeFmjsxkKMdhLIEGi6FTOPT3gk1V9sOpFc47EgjYhMdJ8PMgpmo40J+OhT4mQ5umAcSONiG0ikCCiNgRyOpoKXw767Ho6YpBN42/qaOvpiHBTUN5jVfdY1fs36B66/eIw8llDt7//Pj78X9/29567/cqD/n4Hvudu7wvi28tdEPfc7WvO3f7Wvrd3Pk2vz92O10SAZ3y2KfwLLBWrgZmlrpYlfV54UhPJCdULNz0zi7JSZjvFdlTg23D2e0N95jp6zqgcNVeuNlIygT/T0lyJtPQ0czFp+ftoO6NN2SIdNHzGo9933M7F85bGMerzrM4QL3ro6531T52xzyogO0v/2YgKrSmyawrnROryLUvKszdNWE57Z/BfnsXfa6auZi0jU1T3jxSXfGVQZQ9UWtSlq5DKQiSOsluIVV3XJtY/sMTP+CNJZtFo3mNn1kQuuTkHsR567KbExPqVO6eIV3319Y59ivX79/cF2+vHviqEZU6wn4QoI/BGJaieT/XebS67wLQC0TeCxArqAYed/DjhDiqpojWNwoO+tnM8rkf4XZwXlTBDE3itP+DGE0QmntOaCYzh2+SauNZJTDrz+bYU3akPhm0Qp4pRarLJeNZG941DLyLkS420qmg4r3uJLJvblh+5gslAbmt8u3RHPRvx0Yi+ILBtsLVnHg937lyHEj5ZZAHukix8gX84hmTkC8tva0ssPyi3jCTgLig7B64gOIyMAB1du2hrOUD1L7FYO2JLfPYHhk1jmT5bAF7xAzW+9v8RppM6z/n8zq08QXTX08kG+YQfVwLK761rCm4qNOgmCL1IuY8/uXdE17MYNoOMp8n2rKObelWFOTXzc/k7kbFpWbs+pkOzWsJGgBq5y9pPf2DYcq+SqLO8ii02dmfYxP/1yXGz7izy48SQKQnYeUa86rKvl1Xe9MJ3IftT9+ZFCtl3p/OX7HT++++//+lte+9G51ee8/f7793ovO+Hby93P9yNztfMV8df7n77tEantqCebpGeVf+L77/UieyoZOzL6YoiPivWe2R6kxsfzYZncbFpAVUT81ZmgO7GfBT2ppZC/J26dH1kLMKDOqVMNDfr2qQOKjQs5FNRLqSlEWHC1LKza5lsSlj7Xf1vDgMHHsNanCJe9NPXO/Gf2e6MwiK1h+ZvbTELBxXuavjmtRNh2LqmhOLhAWWJjY4bu/FmvCyrXdNWJiyV3aowSyGDBR38U/gZPR4m6fTZHHwu9ccMdf65oDwNTuUrJ+q+UmVX9tSExFDiU0AzhWETuW5WD5xzxoVmx1afiBc91YLppitN7XPJnxtahX4h//LCXHLpl/PCIGT+ywXaJLIbJm7EhPQyHpzwaNZCE7xbUwzdSMbGMHlwU/vgorFdjZh3sgvk8+uaCvN19vmYqRYrBFXZAuKxMyzoH0BBbwRHhCPIyUvQkpVh/o59opCMdnalmlwAMETzlQOPeYlqJIJnguMJeZcstDq3w2ATGUzIVqdU5LzfJ+3txd5daw+kOJIfx3n1dW2VDEEiALnikRQylGpD9r4zbP4POzFHyX6xsEVgstVY5xi0MhvOtasjco6O5kZWh92yZW1lsfV00ftDAvVTaAlu4S6GzRZuONxZZFYWrjai2cjEwnjeZW0OENBtSlQz6eBuz0i4L+T7IdfRuqZRLTErtVB14t4Vo3bzzrCgJwNntWXD6CaOlVr1wTVNGiKtXUUbdZIg2OBScF3okt7DjTh+hKmZ6PesItNq1mTS8ESnsvPD+Vc6esjv/CJedViDGfhQVRzZNFM++GWjfNavPAi2v1wV3fb0rfxkkr/0w33hsjY1eRxy5X386F82cg0hvGj5k35ZRBuygTt3h6UYq4MyQlX5kN3w2T325ySIWM5H/PBHJ9G/1ph8VVjdfJBP3rtr91VtxGHRIzHbeqFxI2LTThTG4ptYd/bj2WtDr58DYaPkne0QXXhQzpfUFJ7jH1nNX8jStALpCR0tj/YILZKDav7KjTk3tdhIbAiFGLHFxkCkUMJCRSI1kjQhlK8fzLEEI+2fFDNl2Em0WxLua+WkNR+ILxanL67Fe0z438ahbegD49SidppUlwsAd0PqrPHlWf0phGADO1wZT3QgMJJQlXeOMJJiBBwteUggS+um0WJxuASDtLe0EF/wGjDn9296iub3V/Zh3dOzkfWrbqYbmXgjT14HeXIjE18Smfhc+NcfK/8F'; +f['veeam/veeam.xml'] = '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'; f['veeam/2d.xml'] = '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'; f['veeam/3d.xml'] = '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'; f['sitemap.xml'] = '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'; diff --git a/src/main/webapp/js/viewer.min.js b/src/main/webapp/js/viewer.min.js index 505fbbcca..390332006 100644 --- a/src/main/webapp/js/viewer.min.js +++ b/src/main/webapp/js/viewer.min.js @@ -97,7 +97,7 @@ ea;m.wa=m.normalizeRCData=e;m.xa=m.sanitize=function(a,b,d,e){return Q(a,ea(b,d, l--,_+=n[s++]<<u,u+=8}if(a.nlen=(31&_)+257,_>>>=5,u-=5,a.ndist=(31&_)+1,_>>>=5,u-=5,a.ncode=(15&_)+4,_>>>=4,u-=4,a.nlen>286||a.ndist>30){t.msg="too many length or distance symbols",a.mode=_t;break}a.have=0,a.mode=tt;case tt:for(;a.have<a.ncode;){for(;u<3;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}a.lens[At[a.have++]]=7&_,_>>>=3,u-=3}for(;a.have<19;)a.lens[At[a.have++]]=0;if(a.lencode=a.lendyn,a.lenbits=7,zt={bits:a.lenbits},xt=y(x,a.lens,0,19,a.lencode,0,a.work,zt),a.lenbits=zt.bits,xt){t.msg="invalid code lengths set",a.mode=_t;break}a.have=0,a.mode=et;case et:for(;a.have<a.nlen+a.ndist;){for(;St=a.lencode[_&(1<<a.lenbits)-1],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(wt<16)_>>>=gt,u-=gt,a.lens[a.have++]=wt;else{if(16===wt){for(Bt=gt+2;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(_>>>=gt,u-=gt,0===a.have){t.msg="invalid bit length repeat",a.mode=_t;break}yt=a.lens[a.have-1],g=3+(3&_),_>>>=2,u-=2}else if(17===wt){for(Bt=gt+3;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=gt,u-=gt,yt=0,g=3+(7&_),_>>>=3,u-=3}else{for(Bt=gt+7;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=gt,u-=gt,yt=0,g=11+(127&_),_>>>=7,u-=7}if(a.have+g>a.nlen+a.ndist){t.msg="invalid bit length repeat",a.mode=_t;break}for(;g--;)a.lens[a.have++]=yt}}if(a.mode===_t)break;if(0===a.lens[256]){t.msg="invalid code -- missing end-of-block",a.mode=_t;break}if(a.lenbits=9,zt={bits:a.lenbits},xt=y(z,a.lens,0,a.nlen,a.lencode,0,a.work,zt),a.lenbits=zt.bits,xt){t.msg="invalid literal/lengths set",a.mode=_t;break}if(a.distbits=6,a.distcode=a.distdyn,zt={bits:a.distbits},xt=y(B,a.lens,a.nlen,a.ndist,a.distcode,0,a.work,zt),a.distbits=zt.bits,xt){t.msg="invalid distances set",a.mode=_t;break}if(a.mode=at,e===A)break t;case at:a.mode=it;case it:if(l>=6&&h>=258){t.next_out=o,t.avail_out=h,t.next_in=s,t.avail_in=l,a.hold=_,a.bits=u,k(t,b),o=t.next_out,r=t.output,h=t.avail_out,s=t.next_in,n=t.input,l=t.avail_in,_=a.hold,u=a.bits,a.mode===X&&(a.back=-1);break}for(a.back=0;St=a.lencode[_&(1<<a.lenbits)-1],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(mt&&0===(240&mt)){for(pt=gt,vt=mt,kt=wt;St=a.lencode[kt+((_&(1<<pt+vt)-1)>>pt)],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(pt+gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=pt,u-=pt,a.back+=pt}if(_>>>=gt,u-=gt,a.back+=gt,a.length=wt,0===mt){a.mode=lt;break}if(32&mt){a.back=-1,a.mode=X;break}if(64&mt){t.msg="invalid literal/length code",a.mode=_t;break}a.extra=15&mt,a.mode=nt;case nt:if(a.extra){for(Bt=a.extra;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}a.length+=_&(1<<a.extra)-1,_>>>=a.extra,u-=a.extra,a.back+=a.extra}a.was=a.length,a.mode=rt;case rt:for(;St=a.distcode[_&(1<<a.distbits)-1],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(0===(240&mt)){for(pt=gt,vt=mt,kt=wt;St=a.distcode[kt+((_&(1<<pt+vt)-1)>>pt)],gt=St>>>24,mt=St>>>16&255,wt=65535&St,!(pt+gt<=u);){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}_>>>=pt,u-=pt,a.back+=pt}if(_>>>=gt,u-=gt,a.back+=gt,64&mt){t.msg="invalid distance code",a.mode=_t;break}a.offset=wt,a.extra=15&mt,a.mode=st;case st:if(a.extra){for(Bt=a.extra;u<Bt;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}a.offset+=_&(1<<a.extra)-1,_>>>=a.extra,u-=a.extra,a.back+=a.extra}if(a.offset>a.dmax){t.msg="invalid distance too far back",a.mode=_t;break}a.mode=ot;case ot:if(0===h)break t;if(g=b-h,a.offset>g){if(g=a.offset-g,g>a.whave&&a.sane){t.msg="invalid distance too far back",a.mode=_t;break}g>a.wnext?(g-=a.wnext,m=a.wsize-g):m=a.wnext-g,g>a.length&&(g=a.length),bt=a.window}else bt=r,m=o-a.offset,g=a.length;g>h&&(g=h),h-=g,a.length-=g;do r[o++]=bt[m++];while(--g);0===a.length&&(a.mode=it);break;case lt:if(0===h)break t;r[o++]=a.length,h--,a.mode=it;break;case ht:if(a.wrap){for(;u<32;){if(0===l)break t;l--,_|=n[s++]<<u,u+=8}if(b-=h,t.total_out+=b,a.total+=b,b&&(t.adler=a.check=a.flags?v(a.check,r,b,o-b):p(a.check,r,b,o-b)),b=h,(a.flags?_:i(_))!==a.check){t.msg="incorrect data check",a.mode=_t;break}_=0,u=0}a.mode=dt;case dt:if(a.wrap&&a.flags){for(;u<32;){if(0===l)break t;l--,_+=n[s++]<<u,u+=8}if(_!==(4294967295&a.total)){t.msg="incorrect length check",a.mode=_t;break}_=0,u=0}a.mode=ft;case ft:xt=R;break t;case _t:xt=O;break t;case ut:return D;case ct:default:return N}return t.next_out=o,t.avail_out=h,t.next_in=s,t.avail_in=l,a.hold=_,a.bits=u,(a.wsize||b!==t.avail_out&&a.mode<_t&&(a.mode<ht||e!==S))&&f(t,t.output,t.next_out,b-t.avail_out)?(a.mode=ut,D):(c-=t.avail_in,b-=t.avail_out,t.total_in+=c,t.total_out+=b,a.total+=b,a.wrap&&b&&(t.adler=a.check=a.flags?v(a.check,r,b,t.next_out-b):p(a.check,r,b,t.next_out-b)),t.data_type=a.bits+(a.last?64:0)+(a.mode===X?128:0)+(a.mode===at||a.mode===Q?256:0),(0===c&&0===b||e===S)&&xt===Z&&(xt=I),xt)}function u(t){if(!t||!t.state)return N;var e=t.state;return e.window&&(e.window=null),t.state=null,Z}function c(t,e){var a;return t&&t.state?(a=t.state,0===(2&a.wrap)?N:(a.head=e,e.done=!1,Z)):N}function b(t,e){var a,i,n,r=e.length;return t&&t.state?(a=t.state,0!==a.wrap&&a.mode!==G?N:a.mode===G&&(i=1,i=p(i,e,r,0),i!==a.check)?O:(n=f(t,e,r,r))?(a.mode=ut,D):(a.havedict=1,Z)):N}var g,m,w=t("../utils/common"),p=t("./adler32"),v=t("./crc32"),k=t("./inffast"),y=t("./inftrees"),x=0,z=1,B=2,S=4,E=5,A=6,Z=0,R=1,C=2,N=-2,O=-3,D=-4,I=-5,U=8,T=1,F=2,L=3,H=4,j=5,K=6,M=7,P=8,Y=9,q=10,G=11,X=12,W=13,J=14,Q=15,V=16,$=17,tt=18,et=19,at=20,it=21,nt=22,rt=23,st=24,ot=25,lt=26,ht=27,dt=28,ft=29,_t=30,ut=31,ct=32,bt=852,gt=592,mt=15,wt=mt,pt=!0;a.inflateReset=s,a.inflateReset2=o,a.inflateResetKeep=r,a.inflateInit=h,a.inflateInit2=l,a.inflate=_,a.inflateEnd=u,a.inflateGetHeader=c,a.inflateSetDictionary=b,a.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":3,"./adler32":5,"./crc32":7,"./inffast":10,"./inftrees":12}],12:[function(t,e,a){"use strict";var i=t("../utils/common"),n=15,r=852,s=592,o=0,l=1,h=2,d=[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],f=[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,72,78],_=[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],u=[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];e.exports=function(t,e,a,c,b,g,m,w){var p,v,k,y,x,z,B,S,E,A=w.bits,Z=0,R=0,C=0,N=0,O=0,D=0,I=0,U=0,T=0,F=0,L=null,H=0,j=new i.Buf16(n+1),K=new i.Buf16(n+1),M=null,P=0;for(Z=0;Z<=n;Z++)j[Z]=0;for(R=0;R<c;R++)j[e[a+R]]++;for(O=A,N=n;N>=1&&0===j[N];N--);if(O>N&&(O=N),0===N)return b[g++]=20971520,b[g++]=20971520,w.bits=1,0;for(C=1;C<N&&0===j[C];C++);for(O<C&&(O=C),U=1,Z=1;Z<=n;Z++)if(U<<=1,U-=j[Z],U<0)return-1;if(U>0&&(t===o||1!==N))return-1;for(K[1]=0,Z=1;Z<n;Z++)K[Z+1]=K[Z]+j[Z];for(R=0;R<c;R++)0!==e[a+R]&&(m[K[e[a+R]]++]=R);if(t===o?(L=M=m,z=19):t===l?(L=d,H-=257,M=f,P-=257,z=256):(L=_,M=u,z=-1),F=0,R=0,Z=C,x=g,D=O,I=0,k=-1,T=1<<O,y=T-1,t===l&&T>r||t===h&&T>s)return 1;for(var Y=0;;){Y++,B=Z-I,m[R]<z?(S=0,E=m[R]):m[R]>z?(S=M[P+m[R]],E=L[H+m[R]]):(S=96,E=0),p=1<<Z-I,v=1<<D,C=v;do v-=p,b[x+(F>>I)+v]=B<<24|S<<16|E|0;while(0!==v);for(p=1<<Z-1;F&p;)p>>=1;if(0!==p?(F&=p-1,F+=p):F=0,R++,0===--j[Z]){if(Z===N)break;Z=e[a+m[R]]}if(Z>O&&(F&y)!==k){for(0===I&&(I=O),x+=C,D=Z-I,U=1<<D;D+I<N&&(U-=j[D+I],!(U<=0));)D++,U<<=1;if(T+=1<<D,t===l&&T>r||t===h&&T>s)return 1;k=F&y,b[k]=O<<24|D<<16|x-g|0}}return 0!==F&&(b[x+F]=Z-I<<24|64<<16|0),w.bits=O,0}},{"../utils/common":3}],13:[function(t,e,a){"use strict";e.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],14:[function(t,e,a){"use strict";function i(t){for(var e=t.length;--e>=0;)t[e]=0}function n(t,e,a,i,n){this.static_tree=t,this.extra_bits=e,this.extra_base=a,this.elems=i,this.max_length=n,this.has_stree=t&&t.length}function r(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function s(t){return t<256?lt[t]:lt[256+(t>>>7)]}function o(t,e){t.pending_buf[t.pending++]=255&e,t.pending_buf[t.pending++]=e>>>8&255}function l(t,e,a){t.bi_valid>W-a?(t.bi_buf|=e<<t.bi_valid&65535,o(t,t.bi_buf),t.bi_buf=e>>W-t.bi_valid,t.bi_valid+=a-W):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=a)}function h(t,e,a){l(t,a[2*e],a[2*e+1])}function d(t,e){var a=0;do a|=1&t,t>>>=1,a<<=1;while(--e>0);return a>>>1}function f(t){16===t.bi_valid?(o(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=255&t.bi_buf,t.bi_buf>>=8,t.bi_valid-=8)}function _(t,e){var a,i,n,r,s,o,l=e.dyn_tree,h=e.max_code,d=e.stat_desc.static_tree,f=e.stat_desc.has_stree,_=e.stat_desc.extra_bits,u=e.stat_desc.extra_base,c=e.stat_desc.max_length,b=0;for(r=0;r<=X;r++)t.bl_count[r]=0;for(l[2*t.heap[t.heap_max]+1]=0,a=t.heap_max+1;a<G;a++)i=t.heap[a],r=l[2*l[2*i+1]+1]+1,r>c&&(r=c,b++),l[2*i+1]=r,i>h||(t.bl_count[r]++,s=0,i>=u&&(s=_[i-u]),o=l[2*i],t.opt_len+=o*(r+s),f&&(t.static_len+=o*(d[2*i+1]+s)));if(0!==b){do{for(r=c-1;0===t.bl_count[r];)r--;t.bl_count[r]--,t.bl_count[r+1]+=2,t.bl_count[c]--,b-=2}while(b>0);for(r=c;0!==r;r--)for(i=t.bl_count[r];0!==i;)n=t.heap[--a],n>h||(l[2*n+1]!==r&&(t.opt_len+=(r-l[2*n+1])*l[2*n],l[2*n+1]=r),i--)}}function u(t,e,a){var i,n,r=new Array(X+1),s=0;for(i=1;i<=X;i++)r[i]=s=s+a[i-1]<<1;for(n=0;n<=e;n++){var o=t[2*n+1];0!==o&&(t[2*n]=d(r[o]++,o))}}function c(){var t,e,a,i,r,s=new Array(X+1);for(a=0,i=0;i<K-1;i++)for(dt[i]=a,t=0;t<1<<et[i];t++)ht[a++]=i;for(ht[a-1]=i,r=0,i=0;i<16;i++)for(ft[i]=r,t=0;t<1<<at[i];t++)lt[r++]=i;for(r>>=7;i<Y;i++)for(ft[i]=r<<7,t=0;t<1<<at[i]-7;t++)lt[256+r++]=i;for(e=0;e<=X;e++)s[e]=0;for(t=0;t<=143;)st[2*t+1]=8,t++,s[8]++;for(;t<=255;)st[2*t+1]=9,t++,s[9]++;for(;t<=279;)st[2*t+1]=7,t++,s[7]++;for(;t<=287;)st[2*t+1]=8,t++,s[8]++;for(u(st,P+1,s),t=0;t<Y;t++)ot[2*t+1]=5,ot[2*t]=d(t,5);_t=new n(st,et,M+1,P,X),ut=new n(ot,at,0,Y,X),ct=new n(new Array(0),it,0,q,J)}function b(t){var e;for(e=0;e<P;e++)t.dyn_ltree[2*e]=0;for(e=0;e<Y;e++)t.dyn_dtree[2*e]=0;for(e=0;e<q;e++)t.bl_tree[2*e]=0;t.dyn_ltree[2*Q]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}function g(t){t.bi_valid>8?o(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function m(t,e,a,i){g(t),i&&(o(t,a),o(t,~a)),N.arraySet(t.pending_buf,t.window,e,a,t.pending),t.pending+=a}function w(t,e,a,i){var n=2*e,r=2*a;return t[n]<t[r]||t[n]===t[r]&&i[e]<=i[a]}function p(t,e,a){for(var i=t.heap[a],n=a<<1;n<=t.heap_len&&(n<t.heap_len&&w(e,t.heap[n+1],t.heap[n],t.depth)&&n++,!w(e,i,t.heap[n],t.depth));)t.heap[a]=t.heap[n],a=n,n<<=1;t.heap[a]=i}function v(t,e,a){var i,n,r,o,d=0;if(0!==t.last_lit)do i=t.pending_buf[t.d_buf+2*d]<<8|t.pending_buf[t.d_buf+2*d+1],n=t.pending_buf[t.l_buf+d],d++,0===i?h(t,n,e):(r=ht[n],h(t,r+M+1,e),o=et[r],0!==o&&(n-=dt[r],l(t,n,o)),i--,r=s(i),h(t,r,a),o=at[r],0!==o&&(i-=ft[r],l(t,i,o)));while(d<t.last_lit);h(t,Q,e)}function k(t,e){var a,i,n,r=e.dyn_tree,s=e.stat_desc.static_tree,o=e.stat_desc.has_stree,l=e.stat_desc.elems,h=-1;for(t.heap_len=0,t.heap_max=G,a=0;a<l;a++)0!==r[2*a]?(t.heap[++t.heap_len]=h=a,t.depth[a]=0):r[2*a+1]=0;for(;t.heap_len<2;)n=t.heap[++t.heap_len]=h<2?++h:0,r[2*n]=1,t.depth[n]=0,t.opt_len--,o&&(t.static_len-=s[2*n+1]);for(e.max_code=h,a=t.heap_len>>1;a>=1;a--)p(t,r,a);n=l;do a=t.heap[1],t.heap[1]=t.heap[t.heap_len--],p(t,r,1),i=t.heap[1],t.heap[--t.heap_max]=a,t.heap[--t.heap_max]=i,r[2*n]=r[2*a]+r[2*i],t.depth[n]=(t.depth[a]>=t.depth[i]?t.depth[a]:t.depth[i])+1,r[2*a+1]=r[2*i+1]=n,t.heap[1]=n++,p(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],_(t,e),u(r,h,t.bl_count)}function y(t,e,a){var i,n,r=-1,s=e[1],o=0,l=7,h=4;for(0===s&&(l=138,h=3),e[2*(a+1)+1]=65535,i=0;i<=a;i++)n=s,s=e[2*(i+1)+1],++o<l&&n===s||(o<h?t.bl_tree[2*n]+=o:0!==n?(n!==r&&t.bl_tree[2*n]++,t.bl_tree[2*V]++):o<=10?t.bl_tree[2*$]++:t.bl_tree[2*tt]++,o=0,r=n,0===s?(l=138,h=3):n===s?(l=6,h=3):(l=7,h=4))}function x(t,e,a){var i,n,r=-1,s=e[1],o=0,d=7,f=4;for(0===s&&(d=138,f=3),i=0;i<=a;i++)if(n=s,s=e[2*(i+1)+1],!(++o<d&&n===s)){if(o<f){do h(t,n,t.bl_tree);while(0!==--o)}else 0!==n?(n!==r&&(h(t,n,t.bl_tree),o--),h(t,V,t.bl_tree),l(t,o-3,2)):o<=10?(h(t,$,t.bl_tree),l(t,o-3,3)):(h(t,tt,t.bl_tree),l(t,o-11,7));o=0,r=n,0===s?(d=138,f=3):n===s?(d=6,f=3):(d=7,f=4)}}function z(t){var e;for(y(t,t.dyn_ltree,t.l_desc.max_code),y(t,t.dyn_dtree,t.d_desc.max_code),k(t,t.bl_desc),e=q-1;e>=3&&0===t.bl_tree[2*nt[e]+1];e--);return t.opt_len+=3*(e+1)+5+5+4,e}function B(t,e,a,i){var n;for(l(t,e-257,5),l(t,a-1,5),l(t,i-4,4),n=0;n<i;n++)l(t,t.bl_tree[2*nt[n]+1],3);x(t,t.dyn_ltree,e-1),x(t,t.dyn_dtree,a-1)}function S(t){var e,a=4093624447;for(e=0;e<=31;e++,a>>>=1)if(1&a&&0!==t.dyn_ltree[2*e])return D;if(0!==t.dyn_ltree[18]||0!==t.dyn_ltree[20]||0!==t.dyn_ltree[26])return I;for(e=32;e<M;e++)if(0!==t.dyn_ltree[2*e])return I;return D}function E(t){bt||(c(),bt=!0),t.l_desc=new r(t.dyn_ltree,_t),t.d_desc=new r(t.dyn_dtree,ut),t.bl_desc=new r(t.bl_tree,ct),t.bi_buf=0,t.bi_valid=0,b(t)}function A(t,e,a,i){l(t,(T<<1)+(i?1:0),3),m(t,e,a,!0)}function Z(t){l(t,F<<1,3),h(t,Q,st),f(t)}function R(t,e,a,i){var n,r,s=0;t.level>0?(t.strm.data_type===U&&(t.strm.data_type=S(t)),k(t,t.l_desc),k(t,t.d_desc),s=z(t),n=t.opt_len+3+7>>>3,r=t.static_len+3+7>>>3,r<=n&&(n=r)):n=r=a+5,a+4<=n&&e!==-1?A(t,e,a,i):t.strategy===O||r===n?(l(t,(F<<1)+(i?1:0),3),v(t,st,ot)):(l(t,(L<<1)+(i?1:0),3),B(t,t.l_desc.max_code+1,t.d_desc.max_code+1,s+1),v(t,t.dyn_ltree,t.dyn_dtree)),b(t),i&&g(t)}function C(t,e,a){return t.pending_buf[t.d_buf+2*t.last_lit]=e>>>8&255,t.pending_buf[t.d_buf+2*t.last_lit+1]=255&e,t.pending_buf[t.l_buf+t.last_lit]=255&a,t.last_lit++,0===e?t.dyn_ltree[2*a]++:(t.matches++,e--,t.dyn_ltree[2*(ht[a]+M+1)]++,t.dyn_dtree[2*s(e)]++),t.last_lit===t.lit_bufsize-1}var N=t("../utils/common"),O=4,D=0,I=1,U=2,T=0,F=1,L=2,H=3,j=258,K=29,M=256,P=M+1+K,Y=30,q=19,G=2*P+1,X=15,W=16,J=7,Q=256,V=16,$=17,tt=18,et=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],at=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],it=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],nt=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],rt=512,st=new Array(2*(P+2));i(st);var ot=new Array(2*Y);i(ot);var lt=new Array(rt);i(lt);var ht=new Array(j-H+1);i(ht);var dt=new Array(K);i(dt);var ft=new Array(Y);i(ft);var _t,ut,ct,bt=!1;a._tr_init=E,a._tr_stored_block=A,a._tr_flush_block=R,a._tr_tally=C,a._tr_align=Z},{"../utils/common":3}],15:[function(t,e,a){"use strict";function i(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}e.exports=i},{}],"/":[function(t,e,a){"use strict";var i=t("./lib/utils/common").assign,n=t("./lib/deflate"),r=t("./lib/inflate"),s=t("./lib/zlib/constants"),o={};i(o,n,r,s),e.exports=o},{"./lib/deflate":1,"./lib/inflate":2,"./lib/utils/common":3,"./lib/zlib/constants":6}]},{},[])("/")}); var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(a,b){var c="",d,e,f,g,k,l,m=0;for(null!=b&&b||(a=Base64._utf8_encode(a));m<a.length;)d=a.charCodeAt(m++),e=a.charCodeAt(m++),f=a.charCodeAt(m++),g=d>>2,d=(d&3)<<4|e>>4,k=(e&15)<<2|f>>6,l=f&63,isNaN(e)?k=l=64:isNaN(f)&&(l=64),c=c+this._keyStr.charAt(g)+this._keyStr.charAt(d)+this._keyStr.charAt(k)+this._keyStr.charAt(l);return c},decode:function(a,b){b=null!=b?b:!1;var c="",d,e,f,g,k,l=0;for(a=a.replace(/[^A-Za-z0-9\+\/\=]/g, "");l<a.length;)d=this._keyStr.indexOf(a.charAt(l++)),e=this._keyStr.indexOf(a.charAt(l++)),g=this._keyStr.indexOf(a.charAt(l++)),k=this._keyStr.indexOf(a.charAt(l++)),d=d<<2|e>>4,e=(e&15)<<4|g>>2,f=(g&3)<<6|k,c+=String.fromCharCode(d),64!=g&&(c+=String.fromCharCode(e)),64!=k&&(c+=String.fromCharCode(f));b||(c=Base64._utf8_decode(c));return c},_utf8_encode:function(a){a=a.replace(/\r\n/g,"\n");for(var b="",c=0;c<a.length;c++){var d=a.charCodeAt(c);128>d?b+=String.fromCharCode(d):(127<d&&2048>d?b+= -String.fromCharCode(d>>6|192):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128)),b+=String.fromCharCode(d&63|128))}return b},_utf8_decode:function(a){var b="",c=0,d;for(c1=c2=0;c<a.length;)d=a.charCodeAt(c),128>d?(b+=String.fromCharCode(d),c++):191<d&&224>d?(c2=a.charCodeAt(c+1),b+=String.fromCharCode((d&31)<<6|c2&63),c+=2):(c2=a.charCodeAt(c+1),c3=a.charCodeAt(c+2),b+=String.fromCharCode((d&15)<<12|(c2&63)<<6|c3&63),c+=3);return b}};window.urlParams=window.urlParams||{};window.isLocalStorage=window.isLocalStorage||!1;window.isSvgBrowser=window.isSvgBrowser||0>navigator.userAgent.indexOf("MSIE")||9<=document.documentMode;window.EXPORT_URL=window.EXPORT_URL||"https://exp.draw.io/ImageExport4/export";window.PLANT_URL=window.PLANT_URL||"https://exp-plant.draw.io/plantuml2";window.VSD_CONVERT_URL=window.VSD_CONVERT_URL||"https://convert.draw.io/VsdConverter/api/converter";window.SAVE_URL=window.SAVE_URL||"save"; +String.fromCharCode(d>>6|192):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128)),b+=String.fromCharCode(d&63|128))}return b},_utf8_decode:function(a){var b="",c=0,d;for(c1=c2=0;c<a.length;)d=a.charCodeAt(c),128>d?(b+=String.fromCharCode(d),c++):191<d&&224>d?(c2=a.charCodeAt(c+1),b+=String.fromCharCode((d&31)<<6|c2&63),c+=2):(c2=a.charCodeAt(c+1),c3=a.charCodeAt(c+2),b+=String.fromCharCode((d&15)<<12|(c2&63)<<6|c3&63),c+=3);return b}};window.urlParams=window.urlParams||{};window.isLocalStorage=window.isLocalStorage||!1;window.isSvgBrowser=window.isSvgBrowser||0>navigator.userAgent.indexOf("MSIE")||9<=document.documentMode;window.EXPORT_URL=window.EXPORT_URL||"https://exp.draw.io/ImageExport4/export";window.PLANT_URL=window.PLANT_URL||"https://exp-plant.draw.io/plantuml3";window.VSD_CONVERT_URL=window.VSD_CONVERT_URL||"https://convert.draw.io/VsdConverter/api/converter";window.SAVE_URL=window.SAVE_URL||"save"; window.OPEN_URL=window.OPEN_URL||"open";window.PROXY_URL=window.PROXY_URL||"proxy";window.SHAPES_PATH=window.SHAPES_PATH||"shapes";window.GRAPH_IMAGE_PATH=window.GRAPH_IMAGE_PATH||"img";window.ICONSEARCH_PATH=window.ICONSEARCH_PATH||((0<=navigator.userAgent.indexOf("MSIE")||urlParams.dev)&&"file:"!=window.location.protocol?"iconSearch":"https://www.draw.io/iconSearch");window.TEMPLATE_PATH=window.TEMPLATE_PATH||"templates";window.RESOURCES_PATH=window.RESOURCES_PATH||"resources"; window.RESOURCE_BASE=window.RESOURCE_BASE||RESOURCES_PATH+"/dia";window.mxLoadResources=window.mxLoadResources||!1;window.mxLanguage=window.mxLanguage||function(){var a="1"==urlParams.offline?"en":urlParams.lang;if(null==a&&"undefined"!=typeof JSON&&isLocalStorage)try{var b=localStorage.getItem(".drawio-config");null!=b&&(a=JSON.parse(b).language||null)}catch(c){isLocalStorage=!1}return a}(); window.mxLanguageMap=window.mxLanguageMap||{i18n:"",id:"Bahasa Indonesia",ms:"Bahasa Melayu",bs:"Bosanski",bg:"Bulgarian",ca:"Català ",cs:"ÄŒeÅ¡tina",da:"Dansk",de:"Deutsch",et:"Eesti",en:"English",es:"Español",fil:"Filipino",fr:"Français",it:"Italiano",hu:"Magyar",nl:"Nederlands",no:"Norsk",pl:"Polski","pt-br":"Português (Brasil)",pt:"Português (Portugal)",ro:"Română",fi:"Suomi",sv:"Svenska",vi:"Tiếng Việt",tr:"Türkçe",el:"Ελληνικά",ru:"РуÑÑкий",sr:"СрпÑки",uk:"УкраїнÑька",he:"עברית",ar:"العربية",th:"ไทย", @@ -238,7 +238,7 @@ function mxXmlRequest(a,b,c,d,e,f){this.url=a;this.params=b;this.method=c||"POST mxXmlRequest.prototype.decodeSimulateValues=!1;mxXmlRequest.prototype.isBinary=function(){return this.binary};mxXmlRequest.prototype.setBinary=function(a){this.binary=a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.isReady=function(){return 4==this.request.readyState};mxXmlRequest.prototype.getDocumentElement=function(){var a=this.getXml();return null!=a?a.documentElement:null}; mxXmlRequest.prototype.getXml=function(){var a=this.request.responseXML;if(9<=document.documentMode||null==a||null==a.documentElement)a=mxUtils.parseXml(this.request.responseText);return a};mxXmlRequest.prototype.getText=function(){return this.request.responseText};mxXmlRequest.prototype.getStatus=function(){return this.request.status}; mxXmlRequest.prototype.create=function(){if(window.XMLHttpRequest)return function(){var a=new XMLHttpRequest;this.isBinary()&&a.overrideMimeType&&a.overrideMimeType("text/plain; charset=x-user-defined");return a};if("undefined"!=typeof ActiveXObject)return function(){return new ActiveXObject("Microsoft.XMLHTTP")}}(); -mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& +mxXmlRequest.prototype.send=function(a,b,c,d){this.request=this.create();null!=this.request&&(null!=a&&(this.request.onreadystatechange=mxUtils.bind(this,function(){this.isReady()&&(a(this),this.request.onreadystatechaange=null)})),this.request.open(this.method,this.url,this.async,this.username,this.password),this.setRequestHeaders(this.request,this.params),window.XMLHttpRequest&&this.withCredentials&&(this.request.withCredentials="true"),!mxClient.IS_QUIRKS&&(null==document.documentMode||9<document.documentMode)&& window.XMLHttpRequest&&null!=c&&null!=d&&(this.request.timeout=c,this.request.ontimeout=d),this.request.send(this.params))};mxXmlRequest.prototype.setRequestHeaders=function(a,b){null!=b&&a.setRequestHeader("Content-Type","application/x-www-form-urlencoded")}; mxXmlRequest.prototype.simulate=function(a,b){a=a||document;var c=null;a==document&&(c=window.onbeforeunload,window.onbeforeunload=null);var d=a.createElement("form");d.setAttribute("method",this.method);d.setAttribute("action",this.url);null!=b&&d.setAttribute("target",b);d.style.display="none";d.style.visibility="hidden";for(var e=0<this.params.indexOf("&")?this.params.split("&"):this.params.split(),f=0;f<e.length;f++){var g=e[f].indexOf("=");if(0<g){var k=e[f].substring(0,g),g=e[f].substring(g+ 1);this.decodeSimulateValues&&(g=decodeURIComponent(g));var l=a.createElement("textarea");l.setAttribute("wrap","off");l.setAttribute("name",k);mxUtils.write(l,g);d.appendChild(l)}}a.body.appendChild(d);d.submit();null!=d.parentNode&&d.parentNode.removeChild(d);null!=c&&(window.onbeforeunload=c)}; @@ -1566,9 +1566,9 @@ mxConnectionHandler.prototype.reset=function(){null!=this.shape&&(this.shape.des mxConnectionHandler.prototype.drawPreview=function(){this.updatePreview(null==this.error);this.shape.redraw()};mxConnectionHandler.prototype.updatePreview=function(a){this.shape.strokewidth=this.getEdgeWidth(a);this.shape.stroke=this.getEdgeColor(a)};mxConnectionHandler.prototype.getEdgeColor=function(a){return a?mxConstants.VALID_COLOR:mxConstants.INVALID_COLOR};mxConnectionHandler.prototype.getEdgeWidth=function(a){return a?3:1}; mxConnectionHandler.prototype.connect=function(a,b,c,d){if(null!=b||this.isCreateTarget(c)||this.graph.allowDanglingEdges){var e=this.graph.getModel(),f=!1,g=null;e.beginUpdate();try{if(null!=a&&null==b&&!this.graph.isIgnoreTerminalEvent(c)&&this.isCreateTarget(c)&&(b=this.createTargetVertex(c,a),null!=b)){d=this.graph.getDropTarget([b],c,d);f=!0;if(null!=d&&this.graph.getModel().isEdge(d))d=this.graph.getDefaultParent();else{var k=this.graph.getView().getState(d);if(null!=k){var l=e.getGeometry(b); l.x-=k.origin.x;l.y-=k.origin.y}}this.graph.addCell(b,d)}var m=this.graph.getDefaultParent();null!=a&&null!=b&&e.getParent(a)==e.getParent(b)&&e.getParent(e.getParent(a))!=e.getRoot()&&(m=e.getParent(a),null!=a.geometry&&a.geometry.relative&&null!=b.geometry&&b.geometry.relative&&(m=e.getParent(m)));var n=k=null;null!=this.edgeState&&(k=this.edgeState.cell.value,n=this.edgeState.cell.style);g=this.insertEdge(m,null,k,a,b,n);if(null!=g){this.graph.setConnectionConstraint(g,a,!0,this.sourceConstraint); -this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){m=null;for(l=a;null!=l.parent&&null!=l.geometry&&l.geometry.relative&&l.parent!=g.parent;)l=this.graph.model.getParent(l);null!=l&&null!=l.parent&&l.parent==g.parent&&(m=l.parent.getIndex(l),l.parent.insert(g,m))}var p=e.getGeometry(g);null==p&&(p=new mxGeometry,p.relative=!0,e.setGeometry(g,p));if(null!= -this.waypoints&&0<this.waypoints.length){var q=this.graph.view.scale,r=this.graph.view.translate;p.points=[];for(a=0;a<this.waypoints.length;a++){var t=this.waypoints[a];p.points.push(new mxPoint(t.x/q-r.x,t.y/q-r.y))}}if(null==b){var u=this.graph.view.translate,q=this.graph.view.scale,t=null!=this.originalPoint?new mxPoint(this.originalPoint.x/q-u.x,this.originalPoint.y/q-u.y):new mxPoint(this.currentPoint.x/q-u.x,this.currentPoint.y/q-u.y);t.x-=this.graph.panDx/this.graph.view.scale;t.y-=this.graph.panDy/ -this.graph.view.scale;p.setTerminalPoint(t,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(x){mxLog.show(),mxLog.debug(x.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; +this.graph.setConnectionConstraint(g,b,!1,this.constraintHandler.currentConstraint);null!=this.edgeState&&e.setGeometry(g,this.edgeState.cell.geometry);m=e.getParent(a);if(this.isInsertBefore(g,a,b,c,d)){for(l=a;null!=l.parent&&null!=l.geometry&&l.geometry.relative&&l.parent!=g.parent;)l=this.graph.model.getParent(l);null!=l&&null!=l.parent&&l.parent==g.parent&&e.add(m,g,l.parent.getIndex(l))}var p=e.getGeometry(g);null==p&&(p=new mxGeometry,p.relative=!0,e.setGeometry(g,p));if(null!=this.waypoints&& +0<this.waypoints.length){var q=this.graph.view.scale,r=this.graph.view.translate;p.points=[];for(a=0;a<this.waypoints.length;a++){var t=this.waypoints[a];p.points.push(new mxPoint(t.x/q-r.x,t.y/q-r.y))}}if(null==b){var u=this.graph.view.translate,q=this.graph.view.scale,t=null!=this.originalPoint?new mxPoint(this.originalPoint.x/q-u.x,this.originalPoint.y/q-u.y):new mxPoint(this.currentPoint.x/q-u.x,this.currentPoint.y/q-u.y);t.x-=this.graph.panDx/this.graph.view.scale;t.y-=this.graph.panDy/this.graph.view.scale; +p.setTerminalPoint(t,!1)}this.fireEvent(new mxEventObject(mxEvent.CONNECT,"cell",g,"terminal",b,"event",c,"target",d,"terminalInserted",f))}}catch(x){mxLog.show(),mxLog.debug(x.message)}finally{e.endUpdate()}this.select&&this.selectCells(g,f?b:null)}};mxConnectionHandler.prototype.selectCells=function(a,b){this.graph.setSelectionCell(a)}; mxConnectionHandler.prototype.insertEdge=function(a,b,c,d,e,f){if(null==this.factoryMethod)return this.graph.insertEdge(a,b,c,d,e,f);b=this.createEdge(c,d,e,f);return this.graph.addEdge(b,a,d,e)}; mxConnectionHandler.prototype.createTargetVertex=function(a,b){for(var c=this.graph.getCellGeometry(b);null!=c&&c.relative;)b=this.graph.getModel().getParent(b),c=this.graph.getCellGeometry(b);var d=this.graph.cloneCells([b])[0],c=this.graph.getModel().getGeometry(d);if(null!=c){var e=this.graph.view.translate,f=this.graph.view.scale,g=new mxPoint(this.currentPoint.x/f-e.x,this.currentPoint.y/f-e.y);c.x=Math.round(g.x-c.width/2-this.graph.panDx/f);c.y=Math.round(g.y-c.height/2-this.graph.panDy/f); g=this.getAlignmentTolerance();if(0<g){var k=this.graph.view.getState(b);if(null!=k){var l=k.x/f-e.x,e=k.y/f-e.y;Math.abs(l-c.x)<=g&&(c.x=Math.round(l));Math.abs(e-c.y)<=g&&(c.y=Math.round(e))}}}return d};mxConnectionHandler.prototype.getAlignmentTolerance=function(a){return this.graph.isGridEnabled()?this.graph.gridSize/2:this.graph.tolerance}; @@ -1987,11 +1987,11 @@ a.setAttribute("pageHeight",this.graph.pageFormat.height);null!=this.graph.backg Editor.prototype.createUndoManager=function(){var a=this.graph,c=new mxUndoManager;this.undoListener=function(a,e){c.undoableEditHappened(e.getProperty("edit"))};var e=mxUtils.bind(this,function(a,c){this.undoListener.apply(this,arguments)});a.getModel().addListener(mxEvent.UNDO,e);a.getView().addListener(mxEvent.UNDO,e);e=function(b,c){for(var e=a.getSelectionCellsForChanges(c.getProperty("edit").changes),h=a.getModel(),r=[],u=0;u<e.length;u++)(h.isVertex(e[u])||h.isEdge(e[u]))&&null!=a.view.getState(e[u])&& r.push(e[u]);a.setSelectionCells(r)};c.addListener(mxEvent.UNDO,e);c.addListener(mxEvent.REDO,e);return c};Editor.prototype.initStencilRegistry=function(){};Editor.prototype.destroy=function(){null!=this.graph&&(this.graph.destroy(),this.graph=null)};OpenFile=function(a){this.consumer=this.producer=null;this.done=a;this.args=null};OpenFile.prototype.setConsumer=function(a){this.consumer=a;this.execute()};OpenFile.prototype.setData=function(){this.args=arguments;this.execute()}; OpenFile.prototype.error=function(a){this.cancel(!0);mxUtils.alert(a)};OpenFile.prototype.execute=function(){null!=this.consumer&&null!=this.args&&(this.cancel(!1),this.consumer.apply(this,this.args))};OpenFile.prototype.cancel=function(a){null!=this.done&&this.done(null!=a?a:!0)}; -function Dialog(a,c,e,b,h,n,m,r){var u=0;mxClient.IS_VML&&(null==document.documentMode||8>document.documentMode)&&(u=80);e+=u;b+=u;var d=e,f=b,g=0<document.documentElement.clientHeight?document.documentElement.clientHeight:Math.max(document.body.clientHeight||0,document.documentElement.clientHeight),p=Math.max(1,Math.round((document.body.clientWidth-e-64)/2)),t=Math.max(1,Math.round((g-b-a.footerHeight)/3));mxClient.IS_QUIRKS||(c.style.maxHeight="100%");e=Math.min(e,document.body.scrollWidth-64); -b=Math.min(b,g-64);0<a.dialogs.length&&(this.zIndex+=2*a.dialogs.length);null==this.bg&&(this.bg=a.createDiv("background"),this.bg.style.position="absolute",this.bg.style.background=Dialog.backdropColor,this.bg.style.height=g+"px",this.bg.style.right="0px",this.bg.style.zIndex=this.zIndex-2,mxUtils.setOpacity(this.bg,this.bgOpacity),mxClient.IS_QUIRKS&&new mxDivResizer(this.bg));var k=mxUtils.getDocumentScrollOrigin(document);this.bg.style.left=k.x+"px";this.bg.style.top=k.y+"px";p+=k.x;t+=k.y;h&& -document.body.appendChild(this.bg);var q=a.createDiv("geDialog");h=this.getPosition(p,t,e,b);p=h.x;t=h.y;q.style.width=e+"px";q.style.height=b+"px";q.style.left=p+"px";q.style.top=t+"px";q.style.zIndex=this.zIndex;q.appendChild(c);document.body.appendChild(q);!r&&c.clientHeight>q.clientHeight-64&&(c.style.overflowY="auto");n&&(n=document.createElement("img"),n.setAttribute("src",Dialog.prototype.closeImage),n.setAttribute("title",mxResources.get("close")),n.className="geDialogClose",n.style.top=t+ -14+"px",n.style.left=p+e+38-u+"px",n.style.zIndex=this.zIndex,mxEvent.addListener(n,"click",mxUtils.bind(this,function(){a.hideDialog(!0)})),document.body.appendChild(n),this.dialogImg=n,mxEvent.addGestureListeners(this.bg,null,null,mxUtils.bind(this,function(d){a.hideDialog(!0)})));this.resizeListener=mxUtils.bind(this,function(){g=Math.max(document.body.clientHeight,document.documentElement.clientHeight);this.bg.style.height=g+"px";p=Math.max(1,Math.round((document.body.clientWidth-e-64)/2));t= -Math.max(1,Math.round((g-b-a.footerHeight)/3));e=Math.min(d,document.body.scrollWidth-64);b=Math.min(f,g-64);var k=this.getPosition(p,t,e,b);p=k.x;t=k.y;q.style.left=p+"px";q.style.top=t+"px";q.style.width=e+"px";q.style.height=b+"px";!r&&c.clientHeight>q.clientHeight-64&&(c.style.overflowY="auto");null!=this.dialogImg&&(this.dialogImg.style.top=t+14+"px",this.dialogImg.style.left=p+e+38-u+"px")});mxEvent.addListener(window,"resize",this.resizeListener);this.onDialogClose=m;this.container=q;a.editor.fireEvent(new mxEventObject("showDialog"))} +function Dialog(a,c,e,b,h,p,n,r){var u=0;mxClient.IS_VML&&(null==document.documentMode||8>document.documentMode)&&(u=80);e+=u;b+=u;var d=e,f=b,g=0<document.documentElement.clientHeight?document.documentElement.clientHeight:Math.max(document.body.clientHeight||0,document.documentElement.clientHeight),q=Math.max(1,Math.round((document.body.clientWidth-e-64)/2)),t=Math.max(1,Math.round((g-b-a.footerHeight)/3));mxClient.IS_QUIRKS||(c.style.maxHeight="100%");e=Math.min(e,document.body.scrollWidth-64); +b=Math.min(b,g-64);0<a.dialogs.length&&(this.zIndex+=2*a.dialogs.length);null==this.bg&&(this.bg=a.createDiv("background"),this.bg.style.position="absolute",this.bg.style.background=Dialog.backdropColor,this.bg.style.height=g+"px",this.bg.style.right="0px",this.bg.style.zIndex=this.zIndex-2,mxUtils.setOpacity(this.bg,this.bgOpacity),mxClient.IS_QUIRKS&&new mxDivResizer(this.bg));var m=mxUtils.getDocumentScrollOrigin(document);this.bg.style.left=m.x+"px";this.bg.style.top=m.y+"px";q+=m.x;t+=m.y;h&& +document.body.appendChild(this.bg);var l=a.createDiv("geDialog");h=this.getPosition(q,t,e,b);q=h.x;t=h.y;l.style.width=e+"px";l.style.height=b+"px";l.style.left=q+"px";l.style.top=t+"px";l.style.zIndex=this.zIndex;l.appendChild(c);document.body.appendChild(l);!r&&c.clientHeight>l.clientHeight-64&&(c.style.overflowY="auto");p&&(p=document.createElement("img"),p.setAttribute("src",Dialog.prototype.closeImage),p.setAttribute("title",mxResources.get("close")),p.className="geDialogClose",p.style.top=t+ +14+"px",p.style.left=q+e+38-u+"px",p.style.zIndex=this.zIndex,mxEvent.addListener(p,"click",mxUtils.bind(this,function(){a.hideDialog(!0)})),document.body.appendChild(p),this.dialogImg=p,mxEvent.addGestureListeners(this.bg,null,null,mxUtils.bind(this,function(d){a.hideDialog(!0)})));this.resizeListener=mxUtils.bind(this,function(){g=Math.max(document.body.clientHeight,document.documentElement.clientHeight);this.bg.style.height=g+"px";q=Math.max(1,Math.round((document.body.clientWidth-e-64)/2));t= +Math.max(1,Math.round((g-b-a.footerHeight)/3));e=Math.min(d,document.body.scrollWidth-64);b=Math.min(f,g-64);var m=this.getPosition(q,t,e,b);q=m.x;t=m.y;l.style.left=q+"px";l.style.top=t+"px";l.style.width=e+"px";l.style.height=b+"px";!r&&c.clientHeight>l.clientHeight-64&&(c.style.overflowY="auto");null!=this.dialogImg&&(this.dialogImg.style.top=t+14+"px",this.dialogImg.style.left=q+e+38-u+"px")});mxEvent.addListener(window,"resize",this.resizeListener);this.onDialogClose=n;this.container=l;a.editor.fireEvent(new mxEventObject("showDialog"))} Dialog.backdropColor="white";Dialog.prototype.zIndex=mxPopupMenu.prototype.zIndex-1; Dialog.prototype.noColorImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzRDlBMUUwODYxMTExRTFCMzA4RDdDMjJBMEMxRDM3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzRDlBMUUxODYxMTExRTFCMzA4RDdDMjJBMEMxRDM3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTNEOUExREU4NjExMTFFMUIzMDhEN0MyMkEwQzFEMzciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTNEOUExREY4NjExMTFFMUIzMDhEN0MyMkEwQzFEMzciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5xh3fmAAAABlBMVEX////MzMw46qqDAAAAGElEQVR42mJggAJGKGAYIIGBth8KAAIMAEUQAIElnLuQAAAAAElFTkSuQmCC":IMAGE_PATH+ "/nocolor.png";Dialog.prototype.closeImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJAQMAAADaX5RTAAAABlBMVEV7mr3///+wksspAAAAAnRSTlP/AOW3MEoAAAAdSURBVAgdY9jXwCDDwNDRwHCwgeExmASygSL7GgB12QiqNHZZIwAAAABJRU5ErkJggg==":IMAGE_PATH+"/close.png"; @@ -2002,66 +2002,66 @@ Dialog.prototype.lockedImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoA Dialog.prototype.unlockedImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzdDMDZCN0QxNzIxMTFFNUI0RTk5NTg4OTcyMUUyODEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzdDMDZCN0UxNzIxMTFFNUI0RTk5NTg4OTcyMUUyODEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozN0MwNkI3QjE3MjExMUU1QjRFOTk1ODg5NzIxRTI4MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozN0MwNkI3QzE3MjExMUU1QjRFOTk1ODg5NzIxRTI4MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkKMpVwAAAAYUExURZmZmbKysr+/v6ysrOXl5czMzLGxsf///zHN5lwAAAAIdFJOU/////////8A3oO9WQAAADxJREFUeNpUzFESACAEBNBVsfe/cZJU+8Mzs8CIABCidtfGOndnYsT40HDSiCcbPdoJo10o9aI677cpwACRoAF3dFNlswAAAABJRU5ErkJggg==":IMAGE_PATH+ "/unlocked.png";Dialog.prototype.bgOpacity=80;Dialog.prototype.getPosition=function(a,c){return new mxPoint(a,c)};Dialog.prototype.close=function(a){null!=this.onDialogClose&&(this.onDialogClose(a),this.onDialogClose=null);null!=this.dialogImg&&(this.dialogImg.parentNode.removeChild(this.dialogImg),this.dialogImg=null);null!=this.bg&&null!=this.bg.parentNode&&this.bg.parentNode.removeChild(this.bg);mxEvent.removeListener(window,"resize",this.resizeListener);this.container.parentNode.removeChild(this.container)}; var PrintDialog=function(a,c){this.create(a,c)}; -PrintDialog.prototype.create=function(a){function c(a){var b=r.checked||d.checked,c=parseInt(g.value)/100;isNaN(c)&&(c=1,g.value="100%");var c=.75*c,p=e.pageFormat||mxConstants.PAGE_FORMAT_A4_PORTRAIT,t=1/e.pageScale;if(b){var l=r.checked?1:parseInt(f.value);isNaN(l)||(t=mxUtils.getScaleForPageCount(l,e,p))}e.getGraphBounds();var y=l=0,p=mxRectangle.fromRectangle(p);p.width=Math.ceil(p.width*c);p.height=Math.ceil(p.height*c);t*=c;!b&&e.pageVisible?(c=e.getPageLayout(),l-=c.x*p.width,y-=c.y*p.height): -b=!0;b=PrintDialog.createPrintPreview(e,t,p,0,l,y,b);b.open();a&&PrintDialog.printPreview(b)}var e=a.editor.graph,b,h,n=document.createElement("table");n.style.width="100%";n.style.height="100%";var m=document.createElement("tbody");b=document.createElement("tr");var r=document.createElement("input");r.setAttribute("type","checkbox");h=document.createElement("td");h.setAttribute("colspan","2");h.style.fontSize="10pt";h.appendChild(r);var u=document.createElement("span");mxUtils.write(u," "+mxResources.get("fitPage")); -h.appendChild(u);mxEvent.addListener(u,"click",function(a){r.checked=!r.checked;d.checked=!r.checked;mxEvent.consume(a)});mxEvent.addListener(r,"change",function(){d.checked=!r.checked});b.appendChild(h);m.appendChild(b);b=b.cloneNode(!1);var d=document.createElement("input");d.setAttribute("type","checkbox");h=document.createElement("td");h.style.fontSize="10pt";h.appendChild(d);u=document.createElement("span");mxUtils.write(u," "+mxResources.get("posterPrint")+":");h.appendChild(u);mxEvent.addListener(u, -"click",function(a){d.checked=!d.checked;r.checked=!d.checked;mxEvent.consume(a)});b.appendChild(h);var f=document.createElement("input");f.setAttribute("value","1");f.setAttribute("type","number");f.setAttribute("min","1");f.setAttribute("size","4");f.setAttribute("disabled","disabled");f.style.width="50px";h=document.createElement("td");h.style.fontSize="10pt";h.appendChild(f);mxUtils.write(h," "+mxResources.get("pages")+" (max)");b.appendChild(h);m.appendChild(b);mxEvent.addListener(d,"change", -function(){d.checked?f.removeAttribute("disabled"):f.setAttribute("disabled","disabled");r.checked=!d.checked});b=b.cloneNode(!1);h=document.createElement("td");mxUtils.write(h,mxResources.get("pageScale")+":");b.appendChild(h);h=document.createElement("td");var g=document.createElement("input");g.setAttribute("value","100 %");g.setAttribute("size","5");g.style.width="50px";h.appendChild(g);b.appendChild(h);m.appendChild(b);b=document.createElement("tr");h=document.createElement("td");h.colSpan=2; -h.style.paddingTop="20px";h.setAttribute("align","right");u=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});u.className="geBtn";a.editor.cancelFirst&&h.appendChild(u);if(PrintDialog.previewEnabled){var p=mxUtils.button(mxResources.get("preview"),function(){a.hideDialog();c(!1)});p.className="geBtn";h.appendChild(p)}p=mxUtils.button(mxResources.get(PrintDialog.previewEnabled?"print":"ok"),function(){a.hideDialog();c(!0)});p.className="geBtn gePrimaryBtn";h.appendChild(p);a.editor.cancelFirst|| -h.appendChild(u);b.appendChild(h);m.appendChild(b);n.appendChild(m);this.container=n};PrintDialog.printPreview=function(a){if(null!=a.wnd){var c=function(){a.wnd.focus();a.wnd.print();a.wnd.close()};mxClient.IS_GC?window.setTimeout(c,500):c()}}; -PrintDialog.createPrintPreview=function(a,c,e,b,h,n,m){c=new mxPrintPreview(a,c,e,b,h,n);c.title=mxResources.get("preview");c.printBackgroundImage=!0;c.autoOrigin=m;a=a.background;if(null==a||""==a||a==mxConstants.NONE)a="#ffffff";c.backgroundColor=a;var r=c.writeHead;c.writeHead=function(a){r.apply(this,arguments);a.writeln('<style type="text/css">');a.writeln("@media screen {");a.writeln(" body > div { padding:30px;box-sizing:content-box; }");a.writeln("}");a.writeln("</style>")};return c}; +PrintDialog.prototype.create=function(a){function c(a){var b=r.checked||d.checked,c=parseInt(g.value)/100;isNaN(c)&&(c=1,g.value="100%");var c=.75*c,q=e.pageFormat||mxConstants.PAGE_FORMAT_A4_PORTRAIT,t=1/e.pageScale;if(b){var k=r.checked?1:parseInt(f.value);isNaN(k)||(t=mxUtils.getScaleForPageCount(k,e,q))}e.getGraphBounds();var w=k=0,q=mxRectangle.fromRectangle(q);q.width=Math.ceil(q.width*c);q.height=Math.ceil(q.height*c);t*=c;!b&&e.pageVisible?(c=e.getPageLayout(),k-=c.x*q.width,w-=c.y*q.height): +b=!0;b=PrintDialog.createPrintPreview(e,t,q,0,k,w,b);b.open();a&&PrintDialog.printPreview(b)}var e=a.editor.graph,b,h,p=document.createElement("table");p.style.width="100%";p.style.height="100%";var n=document.createElement("tbody");b=document.createElement("tr");var r=document.createElement("input");r.setAttribute("type","checkbox");h=document.createElement("td");h.setAttribute("colspan","2");h.style.fontSize="10pt";h.appendChild(r);var u=document.createElement("span");mxUtils.write(u," "+mxResources.get("fitPage")); +h.appendChild(u);mxEvent.addListener(u,"click",function(a){r.checked=!r.checked;d.checked=!r.checked;mxEvent.consume(a)});mxEvent.addListener(r,"change",function(){d.checked=!r.checked});b.appendChild(h);n.appendChild(b);b=b.cloneNode(!1);var d=document.createElement("input");d.setAttribute("type","checkbox");h=document.createElement("td");h.style.fontSize="10pt";h.appendChild(d);u=document.createElement("span");mxUtils.write(u," "+mxResources.get("posterPrint")+":");h.appendChild(u);mxEvent.addListener(u, +"click",function(a){d.checked=!d.checked;r.checked=!d.checked;mxEvent.consume(a)});b.appendChild(h);var f=document.createElement("input");f.setAttribute("value","1");f.setAttribute("type","number");f.setAttribute("min","1");f.setAttribute("size","4");f.setAttribute("disabled","disabled");f.style.width="50px";h=document.createElement("td");h.style.fontSize="10pt";h.appendChild(f);mxUtils.write(h," "+mxResources.get("pages")+" (max)");b.appendChild(h);n.appendChild(b);mxEvent.addListener(d,"change", +function(){d.checked?f.removeAttribute("disabled"):f.setAttribute("disabled","disabled");r.checked=!d.checked});b=b.cloneNode(!1);h=document.createElement("td");mxUtils.write(h,mxResources.get("pageScale")+":");b.appendChild(h);h=document.createElement("td");var g=document.createElement("input");g.setAttribute("value","100 %");g.setAttribute("size","5");g.style.width="50px";h.appendChild(g);b.appendChild(h);n.appendChild(b);b=document.createElement("tr");h=document.createElement("td");h.colSpan=2; +h.style.paddingTop="20px";h.setAttribute("align","right");u=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});u.className="geBtn";a.editor.cancelFirst&&h.appendChild(u);if(PrintDialog.previewEnabled){var q=mxUtils.button(mxResources.get("preview"),function(){a.hideDialog();c(!1)});q.className="geBtn";h.appendChild(q)}q=mxUtils.button(mxResources.get(PrintDialog.previewEnabled?"print":"ok"),function(){a.hideDialog();c(!0)});q.className="geBtn gePrimaryBtn";h.appendChild(q);a.editor.cancelFirst|| +h.appendChild(u);b.appendChild(h);n.appendChild(b);p.appendChild(n);this.container=p};PrintDialog.printPreview=function(a){if(null!=a.wnd){var c=function(){a.wnd.focus();a.wnd.print();a.wnd.close()};mxClient.IS_GC?window.setTimeout(c,500):c()}}; +PrintDialog.createPrintPreview=function(a,c,e,b,h,p,n){c=new mxPrintPreview(a,c,e,b,h,p);c.title=mxResources.get("preview");c.printBackgroundImage=!0;c.autoOrigin=n;a=a.background;if(null==a||""==a||a==mxConstants.NONE)a="#ffffff";c.backgroundColor=a;var r=c.writeHead;c.writeHead=function(a){r.apply(this,arguments);a.writeln('<style type="text/css">');a.writeln("@media screen {");a.writeln(" body > div { padding:30px;box-sizing:content-box; }");a.writeln("}");a.writeln("</style>")};return c}; PrintDialog.previewEnabled=!0; -var PageSetupDialog=function(a){function c(){null==f||f==mxConstants.NONE?(d.style.backgroundColor="",d.style.backgroundImage="url('"+Dialog.prototype.noColorImage+"')"):(d.style.backgroundColor=f,d.style.backgroundImage="")}function e(){null==t?(p.removeAttribute("title"),p.style.fontSize="",p.innerHTML=mxResources.get("change")+"..."):(p.setAttribute("title",t.src),p.style.fontSize="11px",p.innerHTML=t.src.substring(0,42)+"...")}var b=a.editor.graph,h,n,m=document.createElement("table");m.style.width= -"100%";m.style.height="100%";var r=document.createElement("tbody");h=document.createElement("tr");n=document.createElement("td");n.style.verticalAlign="top";n.style.fontSize="10pt";mxUtils.write(n,mxResources.get("paperSize")+":");h.appendChild(n);n=document.createElement("td");n.style.verticalAlign="top";n.style.fontSize="10pt";var u=PageSetupDialog.addPageFormatPanel(n,"pagesetupdialog",b.pageFormat);h.appendChild(n);r.appendChild(h);h=document.createElement("tr");n=document.createElement("td"); -mxUtils.write(n,mxResources.get("background")+":");h.appendChild(n);n=document.createElement("td");n.style.whiteSpace="nowrap";document.createElement("input").setAttribute("type","text");var d=document.createElement("button");d.style.width="18px";d.style.height="18px";d.style.marginRight="20px";d.style.backgroundPosition="center center";d.style.backgroundRepeat="no-repeat";var f=b.background;c();mxEvent.addListener(d,"click",function(d){a.pickColor(f||"none",function(a){f=a;c()});mxEvent.consume(d)}); -n.appendChild(d);mxUtils.write(n,mxResources.get("gridSize")+":");var g=document.createElement("input");g.setAttribute("type","number");g.setAttribute("min","0");g.style.width="40px";g.style.marginLeft="6px";g.value=b.getGridSize();n.appendChild(g);mxEvent.addListener(g,"change",function(){var a=parseInt(g.value);g.value=Math.max(1,isNaN(a)?b.getGridSize():a)});h.appendChild(n);r.appendChild(h);h=document.createElement("tr");n=document.createElement("td");mxUtils.write(n,mxResources.get("image")+ -":");h.appendChild(n);n=document.createElement("td");var p=document.createElement("a");p.style.textDecoration="underline";p.style.cursor="pointer";p.style.color="#a0a0a0";var t=b.backgroundImage;mxEvent.addListener(p,"click",function(d){a.showBackgroundImageDialog(function(a){t=a;e()});mxEvent.consume(d)});e();n.appendChild(p);h.appendChild(n);r.appendChild(h);h=document.createElement("tr");n=document.createElement("td");n.colSpan=2;n.style.paddingTop="16px";n.setAttribute("align","right");var k= -mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});k.className="geBtn";a.editor.cancelFirst&&n.appendChild(k);var q=mxUtils.button(mxResources.get("apply"),function(){a.hideDialog();b.gridSize!==g.value&&b.setGridSize(parseInt(g.value));var d=new ChangePageSetup(a,f,t,u.get());d.ignoreColor=b.background==f;d.ignoreImage=(null!=b.backgroundImage?b.backgroundImage.src:null)===(null!=t?t.src:null);b.pageFormat.width==d.previousFormat.width&&b.pageFormat.height==d.previousFormat.height&& -d.ignoreColor&&d.ignoreImage||b.model.execute(d)});q.className="geBtn gePrimaryBtn";n.appendChild(q);a.editor.cancelFirst||n.appendChild(k);h.appendChild(n);r.appendChild(h);m.appendChild(r);this.container=m}; -PageSetupDialog.addPageFormatPanel=function(a,c,e,b){function h(a,d,b){if(b||g!=document.activeElement&&p!=document.activeElement){a=!1;for(d=0;d<k.length;d++)b=k[d],l?"custom"==b.key&&(r.value=b.key,l=!1):null!=b.format&&("a4"==b.key?826==e.width?(e=mxRectangle.fromRectangle(e),e.width=827):826==e.height&&(e=mxRectangle.fromRectangle(e),e.height=827):"a5"==b.key&&(584==e.width?(e=mxRectangle.fromRectangle(e),e.width=583):584==e.height&&(e=mxRectangle.fromRectangle(e),e.height=583)),e.width==b.format.width&& -e.height==b.format.height?(r.value=b.key,n.setAttribute("checked","checked"),n.defaultChecked=!0,n.checked=!0,m.removeAttribute("checked"),m.defaultChecked=!1,m.checked=!1,a=!0):e.width==b.format.height&&e.height==b.format.width&&(r.value=b.key,n.removeAttribute("checked"),n.defaultChecked=!1,n.checked=!1,m.setAttribute("checked","checked"),m.defaultChecked=!0,a=m.checked=!0));a?(u.style.display="",f.style.display="none"):(g.value=e.width/100,p.value=e.height/100,n.setAttribute("checked","checked"), -r.value="custom",u.style.display="none",f.style.display="")}}c="format-"+c;var n=document.createElement("input");n.setAttribute("name",c);n.setAttribute("type","radio");n.setAttribute("value","portrait");var m=document.createElement("input");m.setAttribute("name",c);m.setAttribute("type","radio");m.setAttribute("value","landscape");var r=document.createElement("select");r.style.marginBottom="8px";r.style.width="202px";var u=document.createElement("div");u.style.marginLeft="4px";u.style.width="210px"; -u.style.height="24px";n.style.marginRight="6px";u.appendChild(n);c=document.createElement("span");c.style.maxWidth="100px";mxUtils.write(c,mxResources.get("portrait"));u.appendChild(c);m.style.marginLeft="10px";m.style.marginRight="6px";u.appendChild(m);var d=document.createElement("span");d.style.width="100px";mxUtils.write(d,mxResources.get("landscape"));u.appendChild(d);var f=document.createElement("div");f.style.marginLeft="4px";f.style.width="210px";f.style.height="24px";var g=document.createElement("input"); -g.setAttribute("size","7");g.style.textAlign="right";f.appendChild(g);mxUtils.write(f," in x ");var p=document.createElement("input");p.setAttribute("size","7");p.style.textAlign="right";f.appendChild(p);mxUtils.write(f," in");u.style.display="none";f.style.display="none";for(var t={},k=PageSetupDialog.getFormats(),q=0;q<k.length;q++){var x=k[q];t[x.key]=x;var B=document.createElement("option");B.setAttribute("value",x.key);mxUtils.write(B,x.title);r.appendChild(B)}var l=!1;h();a.appendChild(r);mxUtils.br(a); -a.appendChild(u);a.appendChild(f);var y=e,v=function(a,d){var c=t[r.value];null!=c.format?(g.value=c.format.width/100,p.value=c.format.height/100,f.style.display="none",u.style.display=""):(u.style.display="none",f.style.display="");isNaN(parseFloat(g.value))&&(g.value=e.width/100);isNaN(parseFloat(p.value))&&(p.value=e.height/100);c=new mxRectangle(0,0,Math.floor(100*parseFloat(g.value)),Math.floor(100*parseFloat(p.value)));"custom"!=r.value&&m.checked&&(c=new mxRectangle(0,0,c.height,c.width)); -d&&l||c.width==y.width&&c.height==y.height||(y=c,null!=b&&b(y))};mxEvent.addListener(c,"click",function(a){n.checked=!0;v(a);mxEvent.consume(a)});mxEvent.addListener(d,"click",function(a){m.checked=!0;v(a);mxEvent.consume(a)});mxEvent.addListener(g,"blur",v);mxEvent.addListener(g,"click",v);mxEvent.addListener(p,"blur",v);mxEvent.addListener(p,"click",v);mxEvent.addListener(m,"change",v);mxEvent.addListener(n,"change",v);mxEvent.addListener(r,"change",function(a){l="custom"==r.value;v(a,!0)});v(); -return{set:function(a){e=a;h(null,null,!0)},get:function(){return y},widthInput:g,heightInput:p}}; +var PageSetupDialog=function(a){function c(){null==f||f==mxConstants.NONE?(d.style.backgroundColor="",d.style.backgroundImage="url('"+Dialog.prototype.noColorImage+"')"):(d.style.backgroundColor=f,d.style.backgroundImage="")}function e(){null==t?(q.removeAttribute("title"),q.style.fontSize="",q.innerHTML=mxResources.get("change")+"..."):(q.setAttribute("title",t.src),q.style.fontSize="11px",q.innerHTML=t.src.substring(0,42)+"...")}var b=a.editor.graph,h,p,n=document.createElement("table");n.style.width= +"100%";n.style.height="100%";var r=document.createElement("tbody");h=document.createElement("tr");p=document.createElement("td");p.style.verticalAlign="top";p.style.fontSize="10pt";mxUtils.write(p,mxResources.get("paperSize")+":");h.appendChild(p);p=document.createElement("td");p.style.verticalAlign="top";p.style.fontSize="10pt";var u=PageSetupDialog.addPageFormatPanel(p,"pagesetupdialog",b.pageFormat);h.appendChild(p);r.appendChild(h);h=document.createElement("tr");p=document.createElement("td"); +mxUtils.write(p,mxResources.get("background")+":");h.appendChild(p);p=document.createElement("td");p.style.whiteSpace="nowrap";document.createElement("input").setAttribute("type","text");var d=document.createElement("button");d.style.width="18px";d.style.height="18px";d.style.marginRight="20px";d.style.backgroundPosition="center center";d.style.backgroundRepeat="no-repeat";var f=b.background;c();mxEvent.addListener(d,"click",function(d){a.pickColor(f||"none",function(a){f=a;c()});mxEvent.consume(d)}); +p.appendChild(d);mxUtils.write(p,mxResources.get("gridSize")+":");var g=document.createElement("input");g.setAttribute("type","number");g.setAttribute("min","0");g.style.width="40px";g.style.marginLeft="6px";g.value=b.getGridSize();p.appendChild(g);mxEvent.addListener(g,"change",function(){var a=parseInt(g.value);g.value=Math.max(1,isNaN(a)?b.getGridSize():a)});h.appendChild(p);r.appendChild(h);h=document.createElement("tr");p=document.createElement("td");mxUtils.write(p,mxResources.get("image")+ +":");h.appendChild(p);p=document.createElement("td");var q=document.createElement("a");q.style.textDecoration="underline";q.style.cursor="pointer";q.style.color="#a0a0a0";var t=b.backgroundImage;mxEvent.addListener(q,"click",function(d){a.showBackgroundImageDialog(function(a){t=a;e()});mxEvent.consume(d)});e();p.appendChild(q);h.appendChild(p);r.appendChild(h);h=document.createElement("tr");p=document.createElement("td");p.colSpan=2;p.style.paddingTop="16px";p.setAttribute("align","right");var m= +mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});m.className="geBtn";a.editor.cancelFirst&&p.appendChild(m);var l=mxUtils.button(mxResources.get("apply"),function(){a.hideDialog();b.gridSize!==g.value&&b.setGridSize(parseInt(g.value));var d=new ChangePageSetup(a,f,t,u.get());d.ignoreColor=b.background==f;d.ignoreImage=(null!=b.backgroundImage?b.backgroundImage.src:null)===(null!=t?t.src:null);b.pageFormat.width==d.previousFormat.width&&b.pageFormat.height==d.previousFormat.height&& +d.ignoreColor&&d.ignoreImage||b.model.execute(d)});l.className="geBtn gePrimaryBtn";p.appendChild(l);a.editor.cancelFirst||p.appendChild(m);h.appendChild(p);r.appendChild(h);n.appendChild(r);this.container=n}; +PageSetupDialog.addPageFormatPanel=function(a,c,e,b){function h(a,d,b){if(b||g!=document.activeElement&&q!=document.activeElement){a=!1;for(d=0;d<m.length;d++)b=m[d],k?"custom"==b.key&&(r.value=b.key,k=!1):null!=b.format&&("a4"==b.key?826==e.width?(e=mxRectangle.fromRectangle(e),e.width=827):826==e.height&&(e=mxRectangle.fromRectangle(e),e.height=827):"a5"==b.key&&(584==e.width?(e=mxRectangle.fromRectangle(e),e.width=583):584==e.height&&(e=mxRectangle.fromRectangle(e),e.height=583)),e.width==b.format.width&& +e.height==b.format.height?(r.value=b.key,p.setAttribute("checked","checked"),p.defaultChecked=!0,p.checked=!0,n.removeAttribute("checked"),n.defaultChecked=!1,n.checked=!1,a=!0):e.width==b.format.height&&e.height==b.format.width&&(r.value=b.key,p.removeAttribute("checked"),p.defaultChecked=!1,p.checked=!1,n.setAttribute("checked","checked"),n.defaultChecked=!0,a=n.checked=!0));a?(u.style.display="",f.style.display="none"):(g.value=e.width/100,q.value=e.height/100,p.setAttribute("checked","checked"), +r.value="custom",u.style.display="none",f.style.display="")}}c="format-"+c;var p=document.createElement("input");p.setAttribute("name",c);p.setAttribute("type","radio");p.setAttribute("value","portrait");var n=document.createElement("input");n.setAttribute("name",c);n.setAttribute("type","radio");n.setAttribute("value","landscape");var r=document.createElement("select");r.style.marginBottom="8px";r.style.width="202px";var u=document.createElement("div");u.style.marginLeft="4px";u.style.width="210px"; +u.style.height="24px";p.style.marginRight="6px";u.appendChild(p);c=document.createElement("span");c.style.maxWidth="100px";mxUtils.write(c,mxResources.get("portrait"));u.appendChild(c);n.style.marginLeft="10px";n.style.marginRight="6px";u.appendChild(n);var d=document.createElement("span");d.style.width="100px";mxUtils.write(d,mxResources.get("landscape"));u.appendChild(d);var f=document.createElement("div");f.style.marginLeft="4px";f.style.width="210px";f.style.height="24px";var g=document.createElement("input"); +g.setAttribute("size","7");g.style.textAlign="right";f.appendChild(g);mxUtils.write(f," in x ");var q=document.createElement("input");q.setAttribute("size","7");q.style.textAlign="right";f.appendChild(q);mxUtils.write(f," in");u.style.display="none";f.style.display="none";for(var t={},m=PageSetupDialog.getFormats(),l=0;l<m.length;l++){var C=m[l];t[C.key]=C;var y=document.createElement("option");y.setAttribute("value",C.key);mxUtils.write(y,C.title);r.appendChild(y)}var k=!1;h();a.appendChild(r);mxUtils.br(a); +a.appendChild(u);a.appendChild(f);var w=e,v=function(a,d){var c=t[r.value];null!=c.format?(g.value=c.format.width/100,q.value=c.format.height/100,f.style.display="none",u.style.display=""):(u.style.display="none",f.style.display="");isNaN(parseFloat(g.value))&&(g.value=e.width/100);isNaN(parseFloat(q.value))&&(q.value=e.height/100);c=new mxRectangle(0,0,Math.floor(100*parseFloat(g.value)),Math.floor(100*parseFloat(q.value)));"custom"!=r.value&&n.checked&&(c=new mxRectangle(0,0,c.height,c.width)); +d&&k||c.width==w.width&&c.height==w.height||(w=c,null!=b&&b(w))};mxEvent.addListener(c,"click",function(a){p.checked=!0;v(a);mxEvent.consume(a)});mxEvent.addListener(d,"click",function(a){n.checked=!0;v(a);mxEvent.consume(a)});mxEvent.addListener(g,"blur",v);mxEvent.addListener(g,"click",v);mxEvent.addListener(q,"blur",v);mxEvent.addListener(q,"click",v);mxEvent.addListener(n,"change",v);mxEvent.addListener(p,"change",v);mxEvent.addListener(r,"change",function(a){k="custom"==r.value;v(a,!0)});v(); +return{set:function(a){e=a;h(null,null,!0)},get:function(){return w},widthInput:g,heightInput:q}}; PageSetupDialog.getFormats=function(){return[{key:"letter",title:'US-Letter (8,5" x 11")',format:mxConstants.PAGE_FORMAT_LETTER_PORTRAIT},{key:"legal",title:'US-Legal (8,5" x 14")',format:new mxRectangle(0,0,850,1400)},{key:"tabloid",title:"US-Tabloid (279 mm x 432 mm)",format:new mxRectangle(0,0,1100,1700)},{key:"a0",title:"A0 (841 mm x 1189 mm)",format:new mxRectangle(0,0,3300,4681)},{key:"a1",title:"A1 (594 mm x 841 mm)",format:new mxRectangle(0,0,2339,3300)},{key:"a2",title:"A2 (420 mm x 594 mm)", format:new mxRectangle(0,0,1654,2336)},{key:"a3",title:"A3 (297 mm x 420 mm)",format:new mxRectangle(0,0,1169,1654)},{key:"a4",title:"A4 (210 mm x 297 mm)",format:mxConstants.PAGE_FORMAT_A4_PORTRAIT},{key:"a5",title:"A5 (148 mm x 210 mm)",format:new mxRectangle(0,0,583,827)},{key:"a6",title:"A6 (105 mm x 148 mm)",format:new mxRectangle(0,0,413,583)},{key:"a7",title:"A7 (74 mm x 105 mm)",format:new mxRectangle(0,0,291,413)},{key:"custom",title:mxResources.get("custom"),format:null}]}; (function(){mxGraphView.prototype.validateBackgroundPage=function(){var a=this.graph;if(null!=a.container&&!a.transparentBackground){if(a.pageVisible){var b=this.getBackgroundPageBounds();if(null==this.backgroundPageShape){for(var d=a.container.firstChild;null!=d&&d.nodeType!=mxConstants.NODETYPE_ELEMENT;)d=d.nextSibling;null!=d&&(this.backgroundPageShape=this.createBackgroundPageShape(b),this.backgroundPageShape.scale=1,this.backgroundPageShape.isShadow=!mxClient.IS_QUIRKS,this.backgroundPageShape.dialect= mxConstants.DIALECT_STRICTHTML,this.backgroundPageShape.init(a.container),d.style.position="absolute",a.container.insertBefore(this.backgroundPageShape.node,d),this.backgroundPageShape.redraw(),this.backgroundPageShape.node.className="geBackgroundPage",mxEvent.addListener(this.backgroundPageShape.node,"dblclick",mxUtils.bind(this,function(d){a.dblClick(d)})),mxEvent.addGestureListeners(this.backgroundPageShape.node,mxUtils.bind(this,function(d){a.fireMouseEvent(mxEvent.MOUSE_DOWN,new mxMouseEvent(d))}), mxUtils.bind(this,function(d){null!=a.tooltipHandler&&a.tooltipHandler.isHideOnHover()&&a.tooltipHandler.hide();a.isMouseDown&&!mxEvent.isConsumed(d)&&a.fireMouseEvent(mxEvent.MOUSE_MOVE,new mxMouseEvent(d))}),mxUtils.bind(this,function(d){a.fireMouseEvent(mxEvent.MOUSE_UP,new mxMouseEvent(d))})))}else this.backgroundPageShape.scale=1,this.backgroundPageShape.bounds=b,this.backgroundPageShape.redraw()}else null!=this.backgroundPageShape&&(this.backgroundPageShape.destroy(),this.backgroundPageShape= -null);this.validateBackgroundStyles()}};mxGraphView.prototype.validateBackgroundStyles=function(){var a=this.graph,b=null==a.background||a.background==mxConstants.NONE?a.defaultPageBackgroundColor:a.background,d=null!=b&&this.gridColor!=b.toLowerCase()?this.gridColor:"#ffffff",f="none",c="";if(a.isGridEnabled()){c=10;mxClient.IS_SVG?(f=unescape(encodeURIComponent(this.createSvgGrid(d))),f=window.btoa?btoa(f):Base64.encode(f,!0),f="url(data:image/svg+xml;base64,"+f+")",c=a.gridSize*this.scale*this.gridSteps): -f="url("+this.gridImage+")";var e=d=0;null!=a.view.backgroundPageShape&&(e=this.getBackgroundPageBounds(),d=1+e.x,e=1+e.y);c=-Math.round(c-mxUtils.mod(this.translate.x*this.scale-d,c))+"px "+-Math.round(c-mxUtils.mod(this.translate.y*this.scale-e,c))+"px"}d=a.view.canvas;null!=d.ownerSVGElement&&(d=d.ownerSVGElement);null!=a.view.backgroundPageShape?(a.view.backgroundPageShape.node.style.backgroundPosition=c,a.view.backgroundPageShape.node.style.backgroundImage=f,a.view.backgroundPageShape.node.style.backgroundColor= -b,a.container.className="geDiagramContainer geDiagramBackdrop",d.style.backgroundImage="none",d.style.backgroundColor=""):(a.container.className="geDiagramContainer",d.style.backgroundPosition=c,d.style.backgroundColor=b,d.style.backgroundImage=f)};mxGraphView.prototype.createSvgGrid=function(a){for(var b=this.graph.gridSize*this.scale;b<this.minGridSize;)b*=2;for(var d=this.gridSteps*b,c=[],g=1;g<this.gridSteps;g++){var e=g*b;c.push("M 0 "+e+" L "+d+" "+e+" M "+e+" 0 L "+e+" "+d)}return'<svg width="'+ +null);this.validateBackgroundStyles()}};mxGraphView.prototype.validateBackgroundStyles=function(){var a=this.graph,b=null==a.background||a.background==mxConstants.NONE?a.defaultPageBackgroundColor:a.background,d=null!=b&&this.gridColor!=b.toLowerCase()?this.gridColor:"#ffffff",c="none",g="";if(a.isGridEnabled()){g=10;mxClient.IS_SVG?(c=unescape(encodeURIComponent(this.createSvgGrid(d))),c=window.btoa?btoa(c):Base64.encode(c,!0),c="url(data:image/svg+xml;base64,"+c+")",g=a.gridSize*this.scale*this.gridSteps): +c="url("+this.gridImage+")";var e=d=0;null!=a.view.backgroundPageShape&&(e=this.getBackgroundPageBounds(),d=1+e.x,e=1+e.y);g=-Math.round(g-mxUtils.mod(this.translate.x*this.scale-d,g))+"px "+-Math.round(g-mxUtils.mod(this.translate.y*this.scale-e,g))+"px"}d=a.view.canvas;null!=d.ownerSVGElement&&(d=d.ownerSVGElement);null!=a.view.backgroundPageShape?(a.view.backgroundPageShape.node.style.backgroundPosition=g,a.view.backgroundPageShape.node.style.backgroundImage=c,a.view.backgroundPageShape.node.style.backgroundColor= +b,a.container.className="geDiagramContainer geDiagramBackdrop",d.style.backgroundImage="none",d.style.backgroundColor=""):(a.container.className="geDiagramContainer",d.style.backgroundPosition=g,d.style.backgroundColor=b,d.style.backgroundImage=c)};mxGraphView.prototype.createSvgGrid=function(a){for(var b=this.graph.gridSize*this.scale;b<this.minGridSize;)b*=2;for(var d=this.gridSteps*b,c=[],g=1;g<this.gridSteps;g++){var e=g*b;c.push("M 0 "+e+" L "+d+" "+e+" M "+e+" 0 L "+e+" "+d)}return'<svg width="'+ d+'" height="'+d+'" xmlns="'+mxConstants.NS_SVG+'"><defs><pattern id="grid" width="'+d+'" height="'+d+'" patternUnits="userSpaceOnUse"><path d="'+c.join(" ")+'" fill="none" stroke="'+a+'" opacity="0.2" stroke-width="1"/><path d="M '+d+" 0 L 0 0 0 "+d+'" fill="none" stroke="'+a+'" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(#grid)"/></svg>'};var a=mxGraph.prototype.panGraph;mxGraph.prototype.panGraph=function(b,c){a.apply(this,arguments);if(null!=this.shiftPreview1){var d= -this.view.canvas;null!=d.ownerSVGElement&&(d=d.ownerSVGElement);var f=this.gridSize*this.view.scale*this.view.gridSteps,f=-Math.round(f-mxUtils.mod(this.view.translate.x*this.view.scale+b,f))+"px "+-Math.round(f-mxUtils.mod(this.view.translate.y*this.view.scale+c,f))+"px";d.style.backgroundPosition=f}};mxGraph.prototype.updatePageBreaks=function(a,b,d){var c=this.view.scale,g=this.view.translate,e=this.pageFormat,t=c*this.pageScale,k=this.view.getBackgroundPageBounds();b=k.width;d=k.height;var q= -new mxRectangle(c*g.x,c*g.y,e.width*t,e.height*t),x=(a=a&&Math.min(q.width,q.height)>this.minPageBreakDist)?Math.ceil(d/q.height)-1:0,h=a?Math.ceil(b/q.width)-1:0,l=k.x+b,y=k.y+d;null==this.horizontalPageBreaks&&0<x&&(this.horizontalPageBreaks=[]);null==this.verticalPageBreaks&&0<h&&(this.verticalPageBreaks=[]);a=mxUtils.bind(this,function(a){if(null!=a){for(var d=a==this.horizontalPageBreaks?x:h,b=0;b<=d;b++){var c=a==this.horizontalPageBreaks?[new mxPoint(Math.round(k.x),Math.round(k.y+(b+1)*q.height)), -new mxPoint(Math.round(l),Math.round(k.y+(b+1)*q.height))]:[new mxPoint(Math.round(k.x+(b+1)*q.width),Math.round(k.y)),new mxPoint(Math.round(k.x+(b+1)*q.width),Math.round(y))];null!=a[b]?(a[b].points=c,a[b].redraw()):(c=new mxPolyline(c,this.pageBreakColor),c.dialect=this.dialect,c.isDashed=this.pageBreakDashed,c.pointerEvents=!1,c.init(this.view.backgroundPane),c.redraw(),a[b]=c)}for(b=d;b<a.length;b++)a[b].destroy();a.splice(d,a.length-d)}});a(this.horizontalPageBreaks);a(this.verticalPageBreaks)}; +this.view.canvas;null!=d.ownerSVGElement&&(d=d.ownerSVGElement);var f=this.gridSize*this.view.scale*this.view.gridSteps,f=-Math.round(f-mxUtils.mod(this.view.translate.x*this.view.scale+b,f))+"px "+-Math.round(f-mxUtils.mod(this.view.translate.y*this.view.scale+c,f))+"px";d.style.backgroundPosition=f}};mxGraph.prototype.updatePageBreaks=function(a,b,d){var c=this.view.scale,g=this.view.translate,e=this.pageFormat,t=c*this.pageScale,m=this.view.getBackgroundPageBounds();b=m.width;d=m.height;var l= +new mxRectangle(c*g.x,c*g.y,e.width*t,e.height*t),h=(a=a&&Math.min(l.width,l.height)>this.minPageBreakDist)?Math.ceil(d/l.height)-1:0,r=a?Math.ceil(b/l.width)-1:0,k=m.x+b,w=m.y+d;null==this.horizontalPageBreaks&&0<h&&(this.horizontalPageBreaks=[]);null==this.verticalPageBreaks&&0<r&&(this.verticalPageBreaks=[]);a=mxUtils.bind(this,function(a){if(null!=a){for(var d=a==this.horizontalPageBreaks?h:r,b=0;b<=d;b++){var c=a==this.horizontalPageBreaks?[new mxPoint(Math.round(m.x),Math.round(m.y+(b+1)*l.height)), +new mxPoint(Math.round(k),Math.round(m.y+(b+1)*l.height))]:[new mxPoint(Math.round(m.x+(b+1)*l.width),Math.round(m.y)),new mxPoint(Math.round(m.x+(b+1)*l.width),Math.round(w))];null!=a[b]?(a[b].points=c,a[b].redraw()):(c=new mxPolyline(c,this.pageBreakColor),c.dialect=this.dialect,c.isDashed=this.pageBreakDashed,c.pointerEvents=!1,c.init(this.view.backgroundPane),c.redraw(),a[b]=c)}for(b=d;b<a.length;b++)a[b].destroy();a.splice(d,a.length-d)}});a(this.horizontalPageBreaks);a(this.verticalPageBreaks)}; var c=mxGraphHandler.prototype.shouldRemoveCellsFromParent;mxGraphHandler.prototype.shouldRemoveCellsFromParent=function(a,b,d){for(var f=0;f<b.length;f++)if(this.graph.getModel().isVertex(b[f])){var g=this.graph.getCellGeometry(b[f]);if(null!=g&&g.relative)return!1}return c.apply(this,arguments)};var e=mxConnectionHandler.prototype.createMarker;mxConnectionHandler.prototype.createMarker=function(){var a=e.apply(this,arguments);a.intersects=mxUtils.bind(this,function(b,d){return this.isConnecting()? !0:mxCellMarker.prototype.intersects.apply(a,arguments)});return a};mxGraphView.prototype.createBackgroundPageShape=function(a){return new mxRectangleShape(a,"#ffffff",this.graph.defaultPageBorderColor)};mxGraphView.prototype.getBackgroundPageBounds=function(){var a=this.getGraphBounds(),b=0<a.width?a.x/this.scale-this.translate.x:0,d=0<a.height?a.y/this.scale-this.translate.y:0,c=this.graph.pageFormat,g=this.graph.pageScale,e=c.width*g,c=c.height*g,g=Math.floor(Math.min(0,b)/e),t=Math.floor(Math.min(0, d)/c);return new mxRectangle(this.scale*(this.translate.x+g*e),this.scale*(this.translate.y+t*c),this.scale*(Math.ceil(Math.max(1,b+a.width/this.scale)/e)-g)*e,this.scale*(Math.ceil(Math.max(1,d+a.height/this.scale)/c)-t)*c)};var b=mxGraph.prototype.panGraph;mxGraph.prototype.panGraph=function(a,c){b.apply(this,arguments);this.dialect==mxConstants.DIALECT_SVG||null==this.view.backgroundPageShape||this.useScrollbarsForPanning&&mxUtils.hasScrollbars(this.container)||(this.view.backgroundPageShape.node.style.marginLeft= -a+"px",this.view.backgroundPageShape.node.style.marginTop=c+"px")};var h=mxPopupMenu.prototype.addItem;mxPopupMenu.prototype.addItem=function(a,b,d,c,g,e){var f=h.apply(this,arguments);null==e||e||mxEvent.addListener(f,"mousedown",function(a){mxEvent.consume(a)});return f};var n=mxGraphHandler.prototype.getInitialCellForEvent;mxGraphHandler.prototype.getInitialCellForEvent=function(a){var b=this.graph.getModel(),d=b.getParent(this.graph.getSelectionCell()),c=n.apply(this,arguments),g=b.getParent(c); -if(null==d||d!=c&&d!=g)for(;!this.graph.isCellSelected(c)&&!this.graph.isCellSelected(g)&&b.isVertex(g)&&!this.graph.isContainer(g);)c=g,g=this.graph.getModel().getParent(c);return c};var m=mxGraphHandler.prototype.isDelayedSelection;mxGraphHandler.prototype.isDelayedSelection=function(a,b){var d=m.apply(this,arguments);if(!d)for(var c=this.graph.getModel(),g=c.getParent(a);null!=g;){if(this.graph.isCellSelected(g)&&c.isVertex(g)){d=!0;break}g=c.getParent(g)}return d};mxGraphHandler.prototype.selectDelayed= +a+"px",this.view.backgroundPageShape.node.style.marginTop=c+"px")};var h=mxPopupMenu.prototype.addItem;mxPopupMenu.prototype.addItem=function(a,b,d,c,g,e){var f=h.apply(this,arguments);null==e||e||mxEvent.addListener(f,"mousedown",function(a){mxEvent.consume(a)});return f};var p=mxGraphHandler.prototype.getInitialCellForEvent;mxGraphHandler.prototype.getInitialCellForEvent=function(a){var b=this.graph.getModel(),d=b.getParent(this.graph.getSelectionCell()),c=p.apply(this,arguments),g=b.getParent(c); +if(null==d||d!=c&&d!=g)for(;!this.graph.isCellSelected(c)&&!this.graph.isCellSelected(g)&&b.isVertex(g)&&!this.graph.isContainer(g);)c=g,g=this.graph.getModel().getParent(c);return c};var n=mxGraphHandler.prototype.isDelayedSelection;mxGraphHandler.prototype.isDelayedSelection=function(a,b){var d=n.apply(this,arguments);if(!d)for(var c=this.graph.getModel(),g=c.getParent(a);null!=g;){if(this.graph.isCellSelected(g)&&c.isVertex(g)){d=!0;break}g=c.getParent(g)}return d};mxGraphHandler.prototype.selectDelayed= function(a){if(!this.graph.popupMenuHandler.isPopupTrigger(a)){var b=a.getCell();null==b&&(b=this.cell);var d=this.graph.view.getState(b);if(null==d||!a.isSource(d.control))for(var d=this.graph.getModel(),c=d.getParent(b);!this.graph.isCellSelected(c)&&d.isVertex(c);)b=c,c=d.getParent(b);this.graph.selectCellForEvent(b,a.getEvent())}};mxPopupMenuHandler.prototype.getCellForPopupEvent=function(a){a=a.getCell();for(var b=this.graph.getModel(),d=b.getParent(a);b.isVertex(d)&&!this.graph.isContainer(d);)this.graph.isCellSelected(d)&& (a=d),d=b.getParent(d);return a}})();EditorUi=function(a,c,e){mxEventSource.call(this);this.destroyFunctions=[];this.editor=a||new Editor;this.container=c||document.body;var b=this.editor.graph;b.lightbox=e;b.useCssTransforms&&(this.lazyZoomDelay=0);mxClient.IS_SVG?mxPopupMenu.prototype.submenuImage="data:image/gif;base64,R0lGODlhCQAJAIAAAP///zMzMyH5BAEAAAAALAAAAAAJAAkAAAIPhI8WebHsHopSOVgb26AAADs=":(new Image).src=mxPopupMenu.prototype.submenuImage;mxClient.IS_SVG||null==mxConnectionHandler.prototype.connectImage||((new Image).src=mxConnectionHandler.prototype.connectImage.src); this.editor.chromeless&&!this.editor.editable&&(this.footerHeight=0,b.isEnabled=function(){return!1},b.panningHandler.isForcePanningEvent=function(a){return!mxEvent.isPopupTrigger(a.getEvent())});this.actions=new Actions(this);this.menus=this.createMenus();this.createDivs();this.createUi();this.refresh();var h=mxUtils.bind(this,function(a){null==a&&(a=window.event);return this.isSelectionAllowed(a)||b.isEditing()});this.container==document.body&&(this.menubarContainer.onselectstart=h,this.menubarContainer.onmousedown= h,this.toolbarContainer.onselectstart=h,this.toolbarContainer.onmousedown=h,this.diagramContainer.onselectstart=h,this.diagramContainer.onmousedown=h,this.sidebarContainer.onselectstart=h,this.sidebarContainer.onmousedown=h,this.formatContainer.onselectstart=h,this.formatContainer.onmousedown=h,this.footerContainer.onselectstart=h,this.footerContainer.onmousedown=h,null!=this.tabContainer&&(this.tabContainer.onselectstart=h));!this.editor.chromeless||this.editor.editable?(c=function(a){var d=mxEvent.getSource(a); if("A"==d.nodeName)for(;null!=d;){if("geHint"==d.className)return!0;d=d.parentNode}return h(a)},mxClient.IS_IE&&("undefined"===typeof document.documentMode||9>document.documentMode)?mxEvent.addListener(this.diagramContainer,"contextmenu",c):this.diagramContainer.oncontextmenu=c):b.panningHandler.usePopupTrigger=!1;b.init(this.diagramContainer);mxClient.IS_SVG&&null!=b.view.getDrawPane()&&(c=b.view.getDrawPane().ownerSVGElement,null!=c&&(c.style.position="absolute"));this.hoverIcons=this.createHoverIcons(); -mxEvent.addListener(this.diagramContainer,"mousemove",mxUtils.bind(this,function(a){var d=mxUtils.getOffset(this.diagramContainer);0<mxEvent.getClientX(a)-d.x-this.diagramContainer.clientWidth||0<mxEvent.getClientY(a)-d.y-this.diagramContainer.clientHeight?this.diagramContainer.setAttribute("title",mxResources.get("panTooltip")):this.diagramContainer.removeAttribute("title")}));var n=!1,m=this.hoverIcons.isResetEvent;this.hoverIcons.isResetEvent=function(a,d){return n||m.apply(this,arguments)};this.keydownHandler= -mxUtils.bind(this,function(a){32==a.which?(n=!0,this.hoverIcons.reset(),b.container.style.cursor="move",b.isEditing()||mxEvent.getSource(a)!=b.container||mxEvent.consume(a)):mxEvent.isConsumed(a)||27!=a.keyCode||this.hideDialog()});mxEvent.addListener(document,"keydown",this.keydownHandler);this.keyupHandler=mxUtils.bind(this,function(a){b.container.style.cursor="";n=!1});mxEvent.addListener(document,"keyup",this.keyupHandler);var r=b.panningHandler.isForcePanningEvent;b.panningHandler.isForcePanningEvent= -function(a){return r.apply(this,arguments)||n||mxEvent.isMouseEvent(a.getEvent())&&(this.usePopupTrigger||!mxEvent.isPopupTrigger(a.getEvent()))&&(!mxEvent.isControlDown(a.getEvent())&&mxEvent.isRightMouseButton(a.getEvent())||mxEvent.isMiddleMouseButton(a.getEvent()))};var u=b.cellEditor.isStopEditingEvent;b.cellEditor.isStopEditingEvent=function(a){return u.apply(this,arguments)||13==a.keyCode&&(!mxClient.IS_SF&&mxEvent.isControlDown(a)||mxClient.IS_MAC&&mxEvent.isMetaDown(a)||mxClient.IS_SF&&mxEvent.isShiftDown(a))}; -var d=!1,f=null,g=null,p=null,t=mxUtils.bind(this,function(){if(null!=this.toolbar&&d!=b.cellEditor.isContentEditing()){for(var a=this.toolbar.container.firstChild,c=[];null!=a;){var e=a.nextSibling;0>mxUtils.indexOf(this.toolbar.staticElements,a)&&(a.parentNode.removeChild(a),c.push(a));a=e}a=this.toolbar.fontMenu;e=this.toolbar.sizeMenu;if(null==p)this.toolbar.createTextToolbar();else{for(var l=0;l<p.length;l++)this.toolbar.container.appendChild(p[l]);this.toolbar.fontMenu=f;this.toolbar.sizeMenu= -g}d=b.cellEditor.isContentEditing();f=a;g=e;p=c}}),k=this,q=b.cellEditor.startEditing;b.cellEditor.startEditing=function(){q.apply(this,arguments);t();if(b.cellEditor.isContentEditing()){var a=!1,d=function(){a||(a=!0,window.setTimeout(function(){for(var d=b.getSelectedElement();null!=d&&d.nodeType!=mxConstants.NODETYPE_ELEMENT;)d=d.parentNode;if(null!=d&&(d=mxUtils.getCurrentStyle(d),null!=d&&null!=k.toolbar)){var c=d.fontFamily;"'"==c.charAt(0)&&(c=c.substring(1));"'"==c.charAt(c.length-1)&&(c= -c.substring(0,c.length-1));k.toolbar.setFontName(c);k.toolbar.setFontSize(parseInt(d.fontSize))}a=!1},0))};mxEvent.addListener(b.cellEditor.textarea,"input",d);mxEvent.addListener(b.cellEditor.textarea,"touchend",d);mxEvent.addListener(b.cellEditor.textarea,"mouseup",d);mxEvent.addListener(b.cellEditor.textarea,"keyup",d);d()}};var x=b.cellEditor.stopEditing;b.cellEditor.stopEditing=function(a,d){x.apply(this,arguments);t()};b.container.setAttribute("tabindex","0");b.container.style.cursor="default"; -if(window.self===window.top&&null!=b.container.parentNode)try{b.container.focus()}catch(w){}var B=b.fireMouseEvent;b.fireMouseEvent=function(a,d,b){a==mxEvent.MOUSE_DOWN&&this.container.focus();B.apply(this,arguments)};b.popupMenuHandler.autoExpand=!0;null!=this.menus&&(b.popupMenuHandler.factoryMethod=mxUtils.bind(this,function(a,d,b){this.menus.createPopupMenu(a,d,b)}));mxEvent.addGestureListeners(document,mxUtils.bind(this,function(a){b.popupMenuHandler.hideMenu()}));this.keyHandler=this.createKeyHandler(a); -this.getKeyHandler=function(){return keyHandler};var l="rounded shadow glass dashed dashPattern comic labelBackgroundColor".split(" "),y="shape edgeStyle curved rounded elbow comic jumpStyle jumpSize".split(" ");this.setDefaultStyle=function(a){var d=b.view.getState(a);if(null!=d){a=a.clone();a.style="";a=b.getCellStyle(a);var c=[],f=[],g;for(g in d.style)a[g]!=d.style[g]&&(c.push(d.style[g]),f.push(g));g=b.getModel().getStyle(d.cell);for(var e=null!=g?g.split(";"):[],l=0;l<e.length;l++){var p=e[l], -k=p.indexOf("=");0<=k&&(g=p.substring(0,k),p=p.substring(k+1),null!=a[g]&&"none"==p&&(c.push(p),f.push(g)))}b.getModel().isEdge(d.cell)?b.currentEdgeStyle={}:b.currentVertexStyle={};this.fireEvent(new mxEventObject("styleChanged","keys",f,"values",c,"cells",[d.cell]))}};this.clearDefaultStyle=function(){b.currentEdgeStyle=mxUtils.clone(b.defaultEdgeStyle);b.currentVertexStyle=mxUtils.clone(b.defaultVertexStyle);this.fireEvent(new mxEventObject("styleChanged","keys",[],"values",[],"cells",[]))};var v= -["fontFamily","fontSize","fontColor"],A="edgeStyle startArrow startFill startSize endArrow endFill endSize jettySize orthogonalLoop".split(" "),H=["startArrow startFill startSize endArrow endFill endSize jettySize orthogonalLoop".split(" "),["strokeColor","strokeWidth"],["fillColor","gradientColor"],v,["opacity"],["align"],["html"]];for(a=0;a<H.length;a++)for(c=0;c<H[a].length;c++)l.push(H[a][c]);for(a=0;a<y.length;a++)0>mxUtils.indexOf(l,y[a])&&l.push(y[a]);var F=function(a,d){var c=b.getModel(); -c.beginUpdate();try{if(d)for(var f=c.isEdge(k),g=f?b.currentEdgeStyle:b.currentVertexStyle,f=["fontSize","fontFamily","fontColor"],e=0;e<f.length;e++){var p=g[f[e]];null!=p&&b.setCellStyles(f[e],p,a)}else for(p=0;p<a.length;p++){for(var k=a[p],q=c.getStyle(k),t=null!=q?q.split(";"):[],O=l.slice(),e=0;e<t.length;e++){var v=t[e],A=v.indexOf("=");if(0<=A){var h=v.substring(0,A),x=mxUtils.indexOf(O,h);0<=x&&O.splice(x,1);for(var r=0;r<H.length;r++){var w=H[r];if(0<=mxUtils.indexOf(w,h))for(var B=0;B< -w.length;B++){var m=mxUtils.indexOf(O,w[B]);0<=m&&O.splice(m,1)}}}}for(var g=(f=c.isEdge(k))?b.currentEdgeStyle:b.currentVertexStyle,n=c.getStyle(k),e=0;e<O.length;e++){var h=O[e],F=g[h];null==F||"shape"==h&&!f||f&&!(0>mxUtils.indexOf(y,h))||(n=mxUtils.setStyle(n,h,F))}c.setStyle(k,n)}}finally{c.endUpdate()}};b.addListener("cellsInserted",function(a,d){F(d.getProperty("cells"))});b.addListener("textInserted",function(a,d){F(d.getProperty("cells"),!0)});b.connectionHandler.addListener(mxEvent.CONNECT, -function(a,d){var b=[d.getProperty("cell")];d.getProperty("terminalInserted")&&b.push(d.getProperty("terminal"));F(b)});this.addListener("styleChanged",mxUtils.bind(this,function(a,d){var c=d.getProperty("cells"),f=!1,g=!1;if(0<c.length)for(var e=0;e<c.length&&(f=b.getModel().isVertex(c[e])||f,!(g=b.getModel().isEdge(c[e])||g)||!f);e++);else g=f=!0;for(var c=d.getProperty("keys"),p=d.getProperty("values"),e=0;e<c.length;e++){var k=0<=mxUtils.indexOf(v,c[e]);if("strokeColor"!=c[e]||null!=p[e]&&"none"!= -p[e])if(0<=mxUtils.indexOf(y,c[e]))g||0<=mxUtils.indexOf(A,c[e])?null==p[e]?delete b.currentEdgeStyle[c[e]]:b.currentEdgeStyle[c[e]]=p[e]:f&&0<=mxUtils.indexOf(l,c[e])&&(null==p[e]?delete b.currentVertexStyle[c[e]]:b.currentVertexStyle[c[e]]=p[e]);else if(0<=mxUtils.indexOf(l,c[e])){if(f||k)null==p[e]?delete b.currentVertexStyle[c[e]]:b.currentVertexStyle[c[e]]=p[e];if(g||k||0<=mxUtils.indexOf(A,c[e]))null==p[e]?delete b.currentEdgeStyle[c[e]]:b.currentEdgeStyle[c[e]]=p[e]}}null!=this.toolbar&&(this.toolbar.setFontName(b.currentVertexStyle.fontFamily|| +mxEvent.addListener(this.diagramContainer,"mousemove",mxUtils.bind(this,function(a){var d=mxUtils.getOffset(this.diagramContainer);0<mxEvent.getClientX(a)-d.x-this.diagramContainer.clientWidth||0<mxEvent.getClientY(a)-d.y-this.diagramContainer.clientHeight?this.diagramContainer.setAttribute("title",mxResources.get("panTooltip")):this.diagramContainer.removeAttribute("title")}));var p=!1,n=this.hoverIcons.isResetEvent;this.hoverIcons.isResetEvent=function(a,d){return p||n.apply(this,arguments)};this.keydownHandler= +mxUtils.bind(this,function(a){32==a.which?(p=!0,this.hoverIcons.reset(),b.container.style.cursor="move",b.isEditing()||mxEvent.getSource(a)!=b.container||mxEvent.consume(a)):mxEvent.isConsumed(a)||27!=a.keyCode||this.hideDialog()});mxEvent.addListener(document,"keydown",this.keydownHandler);this.keyupHandler=mxUtils.bind(this,function(a){b.container.style.cursor="";p=!1});mxEvent.addListener(document,"keyup",this.keyupHandler);var r=b.panningHandler.isForcePanningEvent;b.panningHandler.isForcePanningEvent= +function(a){return r.apply(this,arguments)||p||mxEvent.isMouseEvent(a.getEvent())&&(this.usePopupTrigger||!mxEvent.isPopupTrigger(a.getEvent()))&&(!mxEvent.isControlDown(a.getEvent())&&mxEvent.isRightMouseButton(a.getEvent())||mxEvent.isMiddleMouseButton(a.getEvent()))};var u=b.cellEditor.isStopEditingEvent;b.cellEditor.isStopEditingEvent=function(a){return u.apply(this,arguments)||13==a.keyCode&&(!mxClient.IS_SF&&mxEvent.isControlDown(a)||mxClient.IS_MAC&&mxEvent.isMetaDown(a)||mxClient.IS_SF&&mxEvent.isShiftDown(a))}; +var d=!1,f=null,g=null,q=null,t=mxUtils.bind(this,function(){if(null!=this.toolbar&&d!=b.cellEditor.isContentEditing()){for(var a=this.toolbar.container.firstChild,c=[];null!=a;){var e=a.nextSibling;0>mxUtils.indexOf(this.toolbar.staticElements,a)&&(a.parentNode.removeChild(a),c.push(a));a=e}a=this.toolbar.fontMenu;e=this.toolbar.sizeMenu;if(null==q)this.toolbar.createTextToolbar();else{for(var k=0;k<q.length;k++)this.toolbar.container.appendChild(q[k]);this.toolbar.fontMenu=f;this.toolbar.sizeMenu= +g}d=b.cellEditor.isContentEditing();f=a;g=e;q=c}}),m=this,l=b.cellEditor.startEditing;b.cellEditor.startEditing=function(){l.apply(this,arguments);t();if(b.cellEditor.isContentEditing()){var a=!1,d=function(){a||(a=!0,window.setTimeout(function(){for(var d=b.getSelectedElement();null!=d&&d.nodeType!=mxConstants.NODETYPE_ELEMENT;)d=d.parentNode;if(null!=d&&(d=mxUtils.getCurrentStyle(d),null!=d&&null!=m.toolbar)){var c=d.fontFamily;"'"==c.charAt(0)&&(c=c.substring(1));"'"==c.charAt(c.length-1)&&(c= +c.substring(0,c.length-1));m.toolbar.setFontName(c);m.toolbar.setFontSize(parseInt(d.fontSize))}a=!1},0))};mxEvent.addListener(b.cellEditor.textarea,"input",d);mxEvent.addListener(b.cellEditor.textarea,"touchend",d);mxEvent.addListener(b.cellEditor.textarea,"mouseup",d);mxEvent.addListener(b.cellEditor.textarea,"keyup",d);d()}};var C=b.cellEditor.stopEditing;b.cellEditor.stopEditing=function(a,d){C.apply(this,arguments);t()};b.container.setAttribute("tabindex","0");b.container.style.cursor="default"; +if(window.self===window.top&&null!=b.container.parentNode)try{b.container.focus()}catch(B){}var y=b.fireMouseEvent;b.fireMouseEvent=function(a,d,b){a==mxEvent.MOUSE_DOWN&&this.container.focus();y.apply(this,arguments)};b.popupMenuHandler.autoExpand=!0;null!=this.menus&&(b.popupMenuHandler.factoryMethod=mxUtils.bind(this,function(a,d,b){this.menus.createPopupMenu(a,d,b)}));mxEvent.addGestureListeners(document,mxUtils.bind(this,function(a){b.popupMenuHandler.hideMenu()}));this.keyHandler=this.createKeyHandler(a); +this.getKeyHandler=function(){return keyHandler};var k="rounded shadow glass dashed dashPattern comic labelBackgroundColor".split(" "),w="shape edgeStyle curved rounded elbow comic jumpStyle jumpSize".split(" ");this.setDefaultStyle=function(a){var d=b.view.getState(a);if(null!=d){a=a.clone();a.style="";a=b.getCellStyle(a);var c=[],f=[],g;for(g in d.style)a[g]!=d.style[g]&&(c.push(d.style[g]),f.push(g));g=b.getModel().getStyle(d.cell);for(var e=null!=g?g.split(";"):[],q=0;q<e.length;q++){var k=e[q], +l=k.indexOf("=");0<=l&&(g=k.substring(0,l),k=k.substring(l+1),null!=a[g]&&"none"==k&&(c.push(k),f.push(g)))}b.getModel().isEdge(d.cell)?b.currentEdgeStyle={}:b.currentVertexStyle={};this.fireEvent(new mxEventObject("styleChanged","keys",f,"values",c,"cells",[d.cell]))}};this.clearDefaultStyle=function(){b.currentEdgeStyle=mxUtils.clone(b.defaultEdgeStyle);b.currentVertexStyle=mxUtils.clone(b.defaultVertexStyle);this.fireEvent(new mxEventObject("styleChanged","keys",[],"values",[],"cells",[]))};var v= +["fontFamily","fontSize","fontColor"],A="edgeStyle startArrow startFill startSize endArrow endFill endSize jettySize orthogonalLoop".split(" "),J=["startArrow startFill startSize endArrow endFill endSize jettySize orthogonalLoop".split(" "),["strokeColor","strokeWidth"],["fillColor","gradientColor"],v,["opacity"],["align"],["html"]];for(a=0;a<J.length;a++)for(c=0;c<J[a].length;c++)k.push(J[a][c]);for(a=0;a<w.length;a++)0>mxUtils.indexOf(k,w[a])&&k.push(w[a]);var F=function(a,d){var c=b.getModel(); +c.beginUpdate();try{if(d)for(var f=c.isEdge(l),g=f?b.currentEdgeStyle:b.currentVertexStyle,f=["fontSize","fontFamily","fontColor"],e=0;e<f.length;e++){var q=g[f[e]];null!=q&&b.setCellStyles(f[e],q,a)}else for(q=0;q<a.length;q++){for(var l=a[q],m=c.getStyle(l),t=null!=m?m.split(";"):[],S=k.slice(),e=0;e<t.length;e++){var v=t[e],h=v.indexOf("=");if(0<=h){var A=v.substring(0,h),C=mxUtils.indexOf(S,A);0<=C&&S.splice(C,1);for(var r=0;r<J.length;r++){var B=J[r];if(0<=mxUtils.indexOf(B,A))for(var y=0;y< +B.length;y++){var n=mxUtils.indexOf(S,B[y]);0<=n&&S.splice(n,1)}}}}for(var g=(f=c.isEdge(l))?b.currentEdgeStyle:b.currentVertexStyle,p=c.getStyle(l),e=0;e<S.length;e++){var A=S[e],F=g[A];null==F||"shape"==A&&!f||f&&!(0>mxUtils.indexOf(w,A))||(p=mxUtils.setStyle(p,A,F))}c.setStyle(l,p)}}finally{c.endUpdate()}};b.addListener("cellsInserted",function(a,d){F(d.getProperty("cells"))});b.addListener("textInserted",function(a,d){F(d.getProperty("cells"),!0)});b.connectionHandler.addListener(mxEvent.CONNECT, +function(a,d){var b=[d.getProperty("cell")];d.getProperty("terminalInserted")&&b.push(d.getProperty("terminal"));F(b)});this.addListener("styleChanged",mxUtils.bind(this,function(a,d){var c=d.getProperty("cells"),f=!1,g=!1;if(0<c.length)for(var e=0;e<c.length&&(f=b.getModel().isVertex(c[e])||f,!(g=b.getModel().isEdge(c[e])||g)||!f);e++);else g=f=!0;for(var c=d.getProperty("keys"),q=d.getProperty("values"),e=0;e<c.length;e++){var l=0<=mxUtils.indexOf(v,c[e]);if("strokeColor"!=c[e]||null!=q[e]&&"none"!= +q[e])if(0<=mxUtils.indexOf(w,c[e]))g||0<=mxUtils.indexOf(A,c[e])?null==q[e]?delete b.currentEdgeStyle[c[e]]:b.currentEdgeStyle[c[e]]=q[e]:f&&0<=mxUtils.indexOf(k,c[e])&&(null==q[e]?delete b.currentVertexStyle[c[e]]:b.currentVertexStyle[c[e]]=q[e]);else if(0<=mxUtils.indexOf(k,c[e])){if(f||l)null==q[e]?delete b.currentVertexStyle[c[e]]:b.currentVertexStyle[c[e]]=q[e];if(g||l||0<=mxUtils.indexOf(A,c[e]))null==q[e]?delete b.currentEdgeStyle[c[e]]:b.currentEdgeStyle[c[e]]=q[e]}}null!=this.toolbar&&(this.toolbar.setFontName(b.currentVertexStyle.fontFamily|| Menus.prototype.defaultFont),this.toolbar.setFontSize(b.currentVertexStyle.fontSize||Menus.prototype.defaultFontSize),null!=this.toolbar.edgeStyleMenu&&(this.toolbar.edgeStyleMenu.getElementsByTagName("div")[0].className="orthogonalEdgeStyle"==b.currentEdgeStyle.edgeStyle&&"1"==b.currentEdgeStyle.curved?"geSprite geSprite-curved":"straight"==b.currentEdgeStyle.edgeStyle||"none"==b.currentEdgeStyle.edgeStyle||null==b.currentEdgeStyle.edgeStyle?"geSprite geSprite-straight":"entityRelationEdgeStyle"== b.currentEdgeStyle.edgeStyle?"geSprite geSprite-entity":"elbowEdgeStyle"==b.currentEdgeStyle.edgeStyle?"geSprite geSprite-"+("vertical"==b.currentEdgeStyle.elbow?"verticalelbow":"horizontalelbow"):"isometricEdgeStyle"==b.currentEdgeStyle.edgeStyle?"geSprite geSprite-"+("vertical"==b.currentEdgeStyle.elbow?"verticalisometric":"horizontalisometric"):"geSprite geSprite-orthogonal"),null!=this.toolbar.edgeShapeMenu&&(this.toolbar.edgeShapeMenu.getElementsByTagName("div")[0].className="link"==b.currentEdgeStyle.shape? "geSprite geSprite-linkedge":"flexArrow"==b.currentEdgeStyle.shape?"geSprite geSprite-arrow":"arrow"==b.currentEdgeStyle.shape?"geSprite geSprite-simplearrow":"geSprite geSprite-connection"),null!=this.toolbar.lineStartMenu&&(this.toolbar.lineStartMenu.getElementsByTagName("div")[0].className=this.getCssClassForMarker("start",b.currentEdgeStyle.shape,b.currentEdgeStyle[mxConstants.STYLE_STARTARROW],mxUtils.getValue(b.currentEdgeStyle,"startFill","1"))),null!=this.toolbar.lineEndMenu&&(this.toolbar.lineEndMenu.getElementsByTagName("div")[0].className= @@ -2081,31 +2081,31 @@ a+"openthin":e==mxConstants.ARROW_BLOCK?"1"==b?"geSprite geSprite-"+a+"block":"g a+"ermany":"ERoneToMany"==e?"geSprite geSprite-"+a+"eronetomany":"ERzeroToOne"==e?"geSprite geSprite-"+a+"eroneopt":"ERzeroToMany"==e?"geSprite geSprite-"+a+"ermanyopt":"geSprite geSprite-noarrow"};EditorUi.prototype.createMenus=function(){return null}; EditorUi.prototype.updatePasteActionStates=function(){var a=this.editor.graph,c=this.actions.get("paste"),e=this.actions.get("pasteHere");c.setEnabled(this.editor.graph.cellEditor.isContentEditing()||!mxClipboard.isEmpty()&&a.isEnabled()&&!a.isCellLocked(a.getDefaultParent()));e.setEnabled(c.isEnabled())}; EditorUi.prototype.initClipboard=function(){var a=this,c=mxClipboard.cut;mxClipboard.cut=function(b){b.cellEditor.isContentEditing()?document.execCommand("cut",!1,null):c.apply(this,arguments);a.updatePasteActionStates()};var e=mxClipboard.copy;mxClipboard.copy=function(b){b.cellEditor.isContentEditing()?document.execCommand("copy",!1,null):e.apply(this,arguments);a.updatePasteActionStates()};var b=mxClipboard.paste;mxClipboard.paste=function(c){var e=null;c.cellEditor.isContentEditing()?document.execCommand("paste", -!1,null):e=b.apply(this,arguments);a.updatePasteActionStates();return e};var h=this.editor.graph.cellEditor.startEditing;this.editor.graph.cellEditor.startEditing=function(){h.apply(this,arguments);a.updatePasteActionStates()};var n=this.editor.graph.cellEditor.stopEditing;this.editor.graph.cellEditor.stopEditing=function(b,c){n.apply(this,arguments);a.updatePasteActionStates()};this.updatePasteActionStates()};EditorUi.prototype.lazyZoomDelay=20; +!1,null):e=b.apply(this,arguments);a.updatePasteActionStates();return e};var h=this.editor.graph.cellEditor.startEditing;this.editor.graph.cellEditor.startEditing=function(){h.apply(this,arguments);a.updatePasteActionStates()};var p=this.editor.graph.cellEditor.stopEditing;this.editor.graph.cellEditor.stopEditing=function(b,c){p.apply(this,arguments);a.updatePasteActionStates()};this.updatePasteActionStates()};EditorUi.prototype.lazyZoomDelay=20; EditorUi.prototype.initCanvas=function(){var a=this.editor.graph;a.timerAutoScroll=!0;a.getPagePadding=function(){return new mxPoint(Math.max(0,Math.round((a.container.offsetWidth-34)/a.view.scale)),Math.max(0,Math.round((a.container.offsetHeight-34)/a.view.scale)))};a.view.getBackgroundPageBounds=function(){var a=this.graph.getPageLayout(),d=this.graph.getPageSize();return new mxRectangle(this.scale*(this.translate.x+a.x*d.width),this.scale*(this.translate.y+a.y*d.height),this.scale*a.width*d.width, -this.scale*a.height*d.height)};a.getPreferredPageSize=function(a,d,b){a=this.getPageLayout();d=this.getPageSize();return new mxRectangle(0,0,a.width*d.width,a.height*d.height)};var c=null,e=this;if(this.editor.isChromelessView()){this.chromelessResize=c=mxUtils.bind(this,function(d,b,c,f){if(null!=a.container){c=null!=c?c:0;f=null!=f?f:0;var g=a.pageVisible?a.view.getBackgroundPageBounds():a.getGraphBounds(),e=mxUtils.hasScrollbars(a.container),l=a.view.translate,p=a.view.scale,k=mxRectangle.fromRectangle(g); -k.x=k.x/p-l.x;k.y=k.y/p-l.y;k.width/=p;k.height/=p;var l=a.container.scrollTop,q=a.container.scrollLeft,t=mxClient.IS_QUIRKS||8<=document.documentMode?20:14;if(8==document.documentMode||9==document.documentMode)t+=3;var v=a.container.offsetWidth-t,t=a.container.offsetHeight-t;d=d?Math.max(.3,Math.min(b||1,v/k.width)):p;b=(v-d*k.width)/2/d;var h=0==this.lightboxVerticalDivider?0:(t-d*k.height)/this.lightboxVerticalDivider/d;e&&(b=Math.max(b,0),h=Math.max(h,0));if(e||g.width<v||g.height<t)a.view.scaleAndTranslate(d, -Math.floor(b-k.x),Math.floor(h-k.y)),a.container.scrollTop=l*d/p,a.container.scrollLeft=q*d/p;else if(0!=c||0!=f)g=a.view.translate,a.view.setTranslate(Math.floor(g.x+c/p),Math.floor(g.y+f/p))}});this.chromelessWindowResize=mxUtils.bind(this,function(){this.chromelessResize(!1)});var b=mxUtils.bind(this,function(){this.chromelessWindowResize(!1)});mxEvent.addListener(window,"resize",b);this.destroyFunctions.push(function(){mxEvent.removeListener(window,"resize",b)});this.editor.addListener("resetGraphView", +this.scale*a.height*d.height)};a.getPreferredPageSize=function(a,d,b){a=this.getPageLayout();d=this.getPageSize();return new mxRectangle(0,0,a.width*d.width,a.height*d.height)};var c=null,e=this;if(this.editor.isChromelessView()){this.chromelessResize=c=mxUtils.bind(this,function(d,b,c,f){if(null!=a.container){c=null!=c?c:0;f=null!=f?f:0;var g=a.pageVisible?a.view.getBackgroundPageBounds():a.getGraphBounds(),e=mxUtils.hasScrollbars(a.container),q=a.view.translate,k=a.view.scale,l=mxRectangle.fromRectangle(g); +l.x=l.x/k-q.x;l.y=l.y/k-q.y;l.width/=k;l.height/=k;var q=a.container.scrollTop,m=a.container.scrollLeft,t=mxClient.IS_QUIRKS||8<=document.documentMode?20:14;if(8==document.documentMode||9==document.documentMode)t+=3;var v=a.container.offsetWidth-t,t=a.container.offsetHeight-t;d=d?Math.max(.3,Math.min(b||1,v/l.width)):k;b=(v-d*l.width)/2/d;var h=0==this.lightboxVerticalDivider?0:(t-d*l.height)/this.lightboxVerticalDivider/d;e&&(b=Math.max(b,0),h=Math.max(h,0));if(e||g.width<v||g.height<t)a.view.scaleAndTranslate(d, +Math.floor(b-l.x),Math.floor(h-l.y)),a.container.scrollTop=q*d/k,a.container.scrollLeft=m*d/k;else if(0!=c||0!=f)g=a.view.translate,a.view.setTranslate(Math.floor(g.x+c/k),Math.floor(g.y+f/k))}});this.chromelessWindowResize=mxUtils.bind(this,function(){this.chromelessResize(!1)});var b=mxUtils.bind(this,function(){this.chromelessWindowResize(!1)});mxEvent.addListener(window,"resize",b);this.destroyFunctions.push(function(){mxEvent.removeListener(window,"resize",b)});this.editor.addListener("resetGraphView", mxUtils.bind(this,function(){this.chromelessResize(!0)}));this.actions.get("zoomIn").funct=mxUtils.bind(this,function(d){a.zoomIn();this.chromelessResize(!1)});this.actions.get("zoomOut").funct=mxUtils.bind(this,function(d){a.zoomOut();this.chromelessResize(!1)});if("0"!=urlParams.toolbar){this.chromelessToolbar=document.createElement("div");this.chromelessToolbar.style.position="fixed";this.chromelessToolbar.style.overflow="hidden";this.chromelessToolbar.style.boxSizing="border-box";this.chromelessToolbar.style.whiteSpace= "nowrap";this.chromelessToolbar.style.backgroundColor="#000000";this.chromelessToolbar.style.padding="10px 10px 8px 10px";this.chromelessToolbar.style.left="50%";mxClient.IS_VML||(mxUtils.setPrefixedStyle(this.chromelessToolbar.style,"borderRadius","20px"),mxUtils.setPrefixedStyle(this.chromelessToolbar.style,"transition","opacity 600ms ease-in-out"));var h=mxUtils.bind(this,function(){var d=mxUtils.getCurrentStyle(a.container);this.chromelessToolbar.style.bottom=(null!=d?parseInt(d["margin-bottom"]|| -0):0)+(null!=this.tabContainer?20+parseInt(this.tabContainer.style.height):20)+"px"});this.editor.addListener("resetGraphView",h);h();var n=0,h=mxUtils.bind(this,function(a,d,b){n++;var c=document.createElement("span");c.style.paddingLeft="8px";c.style.paddingRight="8px";c.style.cursor="pointer";mxEvent.addListener(c,"click",a);null!=b&&c.setAttribute("title",b);a=document.createElement("img");a.setAttribute("border","0");a.setAttribute("src",d);c.appendChild(a);this.chromelessToolbar.appendChild(c); -return c}),m=h(mxUtils.bind(this,function(a){this.actions.get("previousPage").funct();mxEvent.consume(a)}),Editor.previousLargeImage,mxResources.get("previousPage")),r=document.createElement("div");r.style.display="inline-block";r.style.verticalAlign="top";r.style.fontFamily="Helvetica,Arial";r.style.marginTop="8px";r.style.color="#ffffff";this.chromelessToolbar.appendChild(r);var u=h(mxUtils.bind(this,function(a){this.actions.get("nextPage").funct();mxEvent.consume(a)}),Editor.nextLargeImage,mxResources.get("nextPage")), -d=mxUtils.bind(this,function(){null!=this.pages&&1<this.pages.length&&null!=this.currentPage&&(r.innerHTML="",mxUtils.write(r,mxUtils.indexOf(this.pages,this.currentPage)+1+" / "+this.pages.length))});m.style.paddingLeft="0px";m.style.paddingRight="4px";u.style.paddingLeft="4px";u.style.paddingRight="0px";var f=mxUtils.bind(this,function(){null!=this.pages&&1<this.pages.length&&null!=this.currentPage?(u.style.display="",m.style.display="",r.style.display="inline-block"):(u.style.display="none",m.style.display= +0):0)+(null!=this.tabContainer?20+parseInt(this.tabContainer.style.height):20)+"px"});this.editor.addListener("resetGraphView",h);h();var p=0,h=mxUtils.bind(this,function(a,d,b){p++;var c=document.createElement("span");c.style.paddingLeft="8px";c.style.paddingRight="8px";c.style.cursor="pointer";mxEvent.addListener(c,"click",a);null!=b&&c.setAttribute("title",b);a=document.createElement("img");a.setAttribute("border","0");a.setAttribute("src",d);c.appendChild(a);this.chromelessToolbar.appendChild(c); +return c}),n=h(mxUtils.bind(this,function(a){this.actions.get("previousPage").funct();mxEvent.consume(a)}),Editor.previousLargeImage,mxResources.get("previousPage")),r=document.createElement("div");r.style.display="inline-block";r.style.verticalAlign="top";r.style.fontFamily="Helvetica,Arial";r.style.marginTop="8px";r.style.color="#ffffff";this.chromelessToolbar.appendChild(r);var u=h(mxUtils.bind(this,function(a){this.actions.get("nextPage").funct();mxEvent.consume(a)}),Editor.nextLargeImage,mxResources.get("nextPage")), +d=mxUtils.bind(this,function(){null!=this.pages&&1<this.pages.length&&null!=this.currentPage&&(r.innerHTML="",mxUtils.write(r,mxUtils.indexOf(this.pages,this.currentPage)+1+" / "+this.pages.length))});n.style.paddingLeft="0px";n.style.paddingRight="4px";u.style.paddingLeft="4px";u.style.paddingRight="0px";var f=mxUtils.bind(this,function(){null!=this.pages&&1<this.pages.length&&null!=this.currentPage?(u.style.display="",n.style.display="",r.style.display="inline-block"):(u.style.display="none",n.style.display= "none",r.style.display="none");d()});this.editor.addListener("resetGraphView",f);this.editor.addListener("pageSelected",d);h(mxUtils.bind(this,function(a){this.actions.get("zoomOut").funct();mxEvent.consume(a)}),Editor.zoomOutLargeImage,mxResources.get("zoomOut")+" (Alt+Mousewheel)");h(mxUtils.bind(this,function(a){this.actions.get("zoomIn").funct();mxEvent.consume(a)}),Editor.zoomInLargeImage,mxResources.get("zoomIn")+" (Alt+Mousewheel)");h(mxUtils.bind(this,function(d){a.isLightboxView()?(1==a.view.scale? -this.lightboxFit():a.zoomTo(1),this.chromelessResize(!1)):this.chromelessResize(!0);mxEvent.consume(d)}),Editor.actualSizeLargeImage,mxResources.get("fit"));var g=null,p=null,t=mxUtils.bind(this,function(a){null!=g&&(window.clearTimeout(g),fadeThead=null);null!=p&&(window.clearTimeout(p),fadeThead2=null);g=window.setTimeout(mxUtils.bind(this,function(){mxUtils.setOpacity(this.chromelessToolbar,0);g=null;p=window.setTimeout(mxUtils.bind(this,function(){this.chromelessToolbar.style.display="none";p= -null}),600)}),a||200)}),k=mxUtils.bind(this,function(a){null!=g&&(window.clearTimeout(g),fadeThead=null);null!=p&&(window.clearTimeout(p),fadeThead2=null);this.chromelessToolbar.style.display="";mxUtils.setOpacity(this.chromelessToolbar,a||30)});if("1"==urlParams.layers){this.layersDialog=null;var q=h(mxUtils.bind(this,function(d){if(null!=this.layersDialog)this.layersDialog.parentNode.removeChild(this.layersDialog),this.layersDialog=null;else{this.layersDialog=a.createLayersDialog();mxEvent.addListener(this.layersDialog, -"mouseleave",mxUtils.bind(this,function(){this.layersDialog.parentNode.removeChild(this.layersDialog);this.layersDialog=null}));var b=q.getBoundingClientRect();mxUtils.setPrefixedStyle(this.layersDialog.style,"borderRadius","5px");this.layersDialog.style.position="fixed";this.layersDialog.style.fontFamily="Helvetica,Arial";this.layersDialog.style.backgroundColor="#000000";this.layersDialog.style.width="160px";this.layersDialog.style.padding="4px 2px 4px 2px";this.layersDialog.style.color="#ffffff"; -mxUtils.setOpacity(this.layersDialog,70);this.layersDialog.style.left=b.left+"px";this.layersDialog.style.bottom=parseInt(this.chromelessToolbar.style.bottom)+this.chromelessToolbar.offsetHeight+4+"px";b=mxUtils.getCurrentStyle(this.editor.graph.container);this.layersDialog.style.zIndex=b.zIndex;document.body.appendChild(this.layersDialog)}mxEvent.consume(d)}),Editor.layersLargeImage,mxResources.get("layers")),x=a.getModel();x.addListener(mxEvent.CHANGE,function(){q.style.display=1<x.getChildCount(x.root)? +this.lightboxFit():a.zoomTo(1),this.chromelessResize(!1)):this.chromelessResize(!0);mxEvent.consume(d)}),Editor.actualSizeLargeImage,mxResources.get("fit"));var g=null,q=null,t=mxUtils.bind(this,function(a){null!=g&&(window.clearTimeout(g),fadeThead=null);null!=q&&(window.clearTimeout(q),fadeThead2=null);g=window.setTimeout(mxUtils.bind(this,function(){mxUtils.setOpacity(this.chromelessToolbar,0);g=null;q=window.setTimeout(mxUtils.bind(this,function(){this.chromelessToolbar.style.display="none";q= +null}),600)}),a||200)}),m=mxUtils.bind(this,function(a){null!=g&&(window.clearTimeout(g),fadeThead=null);null!=q&&(window.clearTimeout(q),fadeThead2=null);this.chromelessToolbar.style.display="";mxUtils.setOpacity(this.chromelessToolbar,a||30)});if("1"==urlParams.layers){this.layersDialog=null;var l=h(mxUtils.bind(this,function(d){if(null!=this.layersDialog)this.layersDialog.parentNode.removeChild(this.layersDialog),this.layersDialog=null;else{this.layersDialog=a.createLayersDialog();mxEvent.addListener(this.layersDialog, +"mouseleave",mxUtils.bind(this,function(){this.layersDialog.parentNode.removeChild(this.layersDialog);this.layersDialog=null}));var c=l.getBoundingClientRect();mxUtils.setPrefixedStyle(this.layersDialog.style,"borderRadius","5px");this.layersDialog.style.position="fixed";this.layersDialog.style.fontFamily="Helvetica,Arial";this.layersDialog.style.backgroundColor="#000000";this.layersDialog.style.width="160px";this.layersDialog.style.padding="4px 2px 4px 2px";this.layersDialog.style.color="#ffffff"; +mxUtils.setOpacity(this.layersDialog,70);this.layersDialog.style.left=c.left+"px";this.layersDialog.style.bottom=parseInt(this.chromelessToolbar.style.bottom)+this.chromelessToolbar.offsetHeight+4+"px";c=mxUtils.getCurrentStyle(this.editor.graph.container);this.layersDialog.style.zIndex=c.zIndex;document.body.appendChild(this.layersDialog)}mxEvent.consume(d)}),Editor.layersLargeImage,mxResources.get("layers")),C=a.getModel();C.addListener(mxEvent.CHANGE,function(){l.style.display=1<C.getChildCount(C.root)? "":"none"})}this.addChromelessToolbarItems(h);null==this.editor.editButtonLink&&null==this.editor.editButtonFunc||h(mxUtils.bind(this,function(d){null!=this.editor.editButtonFunc?this.editor.editButtonFunc():"_blank"==this.editor.editButtonLink?this.editor.editAsNew(this.getEditBlankXml()):a.openLink(this.editor.editButtonLink,"editWindow");mxEvent.consume(d)}),Editor.editLargeImage,mxResources.get("edit"));!a.lightbox||"1"!=urlParams.close&&this.container==document.body||h(mxUtils.bind(this,function(a){"1"== -urlParams.close?window.close():(this.destroy(),mxEvent.consume(a))}),Editor.closeLargeImage,mxResources.get("close")+" (Escape)");this.chromelessToolbar.style.display="none";mxUtils.setPrefixedStyle(this.chromelessToolbar.style,"transform","translate(-50%,0)");a.container.appendChild(this.chromelessToolbar);mxEvent.addListener(a.container,mxClient.IS_POINTER?"pointermove":"mousemove",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||(mxEvent.isShiftDown(a)||k(30),t())}));mxEvent.addListener(this.chromelessToolbar, -mxClient.IS_POINTER?"pointermove":"mousemove",function(a){mxEvent.consume(a)});mxEvent.addListener(this.chromelessToolbar,"mouseenter",mxUtils.bind(this,function(a){mxEvent.isShiftDown(a)?t():k(100)}));mxEvent.addListener(this.chromelessToolbar,"mousemove",mxUtils.bind(this,function(a){mxEvent.isShiftDown(a)?t():k(100);mxEvent.consume(a)}));mxEvent.addListener(this.chromelessToolbar,"mouseleave",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||k(30)}));var B=a.getTolerance();a.addMouseListener({startX:0, -startY:0,scrollLeft:0,scrollTop:0,mouseDown:function(d,b){this.startX=b.getGraphX();this.startY=b.getGraphY();this.scrollLeft=a.container.scrollLeft;this.scrollTop=a.container.scrollTop},mouseMove:function(a,d){},mouseUp:function(d,b){mxEvent.isTouchEvent(b.getEvent())&&Math.abs(this.scrollLeft-a.container.scrollLeft)<B&&Math.abs(this.scrollTop-a.container.scrollTop)<B&&Math.abs(this.startX-b.getGraphX())<B&&Math.abs(this.startY-b.getGraphY())<B&&(0<parseFloat(e.chromelessToolbar.style.opacity||0)? -t():k(30))}})}this.editor.editable||this.addChromelessClickHandler()}else if(this.editor.extendCanvas){var l=a.view.validate;a.view.validate=function(){if(null!=this.graph.container&&mxUtils.hasScrollbars(this.graph.container)){var a=this.graph.getPagePadding(),d=this.graph.getPageSize();this.translate.x=a.x-(this.x0||0)*d.width;this.translate.y=a.y-(this.y0||0)*d.height}l.apply(this,arguments)};var y=a.sizeDidChange;a.sizeDidChange=function(){if(null!=this.container&&mxUtils.hasScrollbars(this.container)){var d= -this.getPageLayout(),b=this.getPagePadding(),c=this.getPageSize(),f=Math.ceil(2*b.x+d.width*c.width),g=Math.ceil(2*b.y+d.height*c.height),e=a.minimumGraphSize;if(null==e||e.width!=f||e.height!=g)a.minimumGraphSize=new mxRectangle(0,0,f,g);f=b.x-d.x*c.width;b=b.y-d.y*c.height;this.autoTranslate||this.view.translate.x==f&&this.view.translate.y==b?y.apply(this,arguments):(this.autoTranslate=!0,this.view.x0=d.x,this.view.y0=d.y,d=a.view.translate.x,c=a.view.translate.y,a.view.setTranslate(f,b),a.container.scrollLeft+= -Math.round((f-d)*a.view.scale),a.container.scrollTop+=Math.round((b-c)*a.view.scale),this.autoTranslate=!1)}}}a.updateZoomTimeout=null;a.cumulativeZoomFactor=1;var v=null;a.lazyZoom=function(d){null!=this.updateZoomTimeout&&window.clearTimeout(this.updateZoomTimeout);d?.15>this.view.scale*this.cumulativeZoomFactor?this.cumulativeZoomFactor=(this.view.scale+.01)/this.view.scale:(this.cumulativeZoomFactor*=this.zoomFactor,this.cumulativeZoomFactor=Math.round(this.view.scale*this.cumulativeZoomFactor* +urlParams.close?window.close():(this.destroy(),mxEvent.consume(a))}),Editor.closeLargeImage,mxResources.get("close")+" (Escape)");this.chromelessToolbar.style.display="none";mxUtils.setPrefixedStyle(this.chromelessToolbar.style,"transform","translate(-50%,0)");a.container.appendChild(this.chromelessToolbar);mxEvent.addListener(a.container,mxClient.IS_POINTER?"pointermove":"mousemove",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||(mxEvent.isShiftDown(a)||m(30),t())}));mxEvent.addListener(this.chromelessToolbar, +mxClient.IS_POINTER?"pointermove":"mousemove",function(a){mxEvent.consume(a)});mxEvent.addListener(this.chromelessToolbar,"mouseenter",mxUtils.bind(this,function(a){mxEvent.isShiftDown(a)?t():m(100)}));mxEvent.addListener(this.chromelessToolbar,"mousemove",mxUtils.bind(this,function(a){mxEvent.isShiftDown(a)?t():m(100);mxEvent.consume(a)}));mxEvent.addListener(this.chromelessToolbar,"mouseleave",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||m(30)}));var y=a.getTolerance();a.addMouseListener({startX:0, +startY:0,scrollLeft:0,scrollTop:0,mouseDown:function(d,c){this.startX=c.getGraphX();this.startY=c.getGraphY();this.scrollLeft=a.container.scrollLeft;this.scrollTop=a.container.scrollTop},mouseMove:function(a,d){},mouseUp:function(d,c){mxEvent.isTouchEvent(c.getEvent())&&Math.abs(this.scrollLeft-a.container.scrollLeft)<y&&Math.abs(this.scrollTop-a.container.scrollTop)<y&&Math.abs(this.startX-c.getGraphX())<y&&Math.abs(this.startY-c.getGraphY())<y&&(0<parseFloat(e.chromelessToolbar.style.opacity||0)? +t():m(30))}})}this.editor.editable||this.addChromelessClickHandler()}else if(this.editor.extendCanvas){var k=a.view.validate;a.view.validate=function(){if(null!=this.graph.container&&mxUtils.hasScrollbars(this.graph.container)){var a=this.graph.getPagePadding(),d=this.graph.getPageSize();this.translate.x=a.x-(this.x0||0)*d.width;this.translate.y=a.y-(this.y0||0)*d.height}k.apply(this,arguments)};var w=a.sizeDidChange;a.sizeDidChange=function(){if(null!=this.container&&mxUtils.hasScrollbars(this.container)){var d= +this.getPageLayout(),c=this.getPagePadding(),b=this.getPageSize(),f=Math.ceil(2*c.x+d.width*b.width),g=Math.ceil(2*c.y+d.height*b.height),e=a.minimumGraphSize;if(null==e||e.width!=f||e.height!=g)a.minimumGraphSize=new mxRectangle(0,0,f,g);f=c.x-d.x*b.width;c=c.y-d.y*b.height;this.autoTranslate||this.view.translate.x==f&&this.view.translate.y==c?w.apply(this,arguments):(this.autoTranslate=!0,this.view.x0=d.x,this.view.y0=d.y,d=a.view.translate.x,b=a.view.translate.y,a.view.setTranslate(f,c),a.container.scrollLeft+= +Math.round((f-d)*a.view.scale),a.container.scrollTop+=Math.round((c-b)*a.view.scale),this.autoTranslate=!1)}}}a.updateZoomTimeout=null;a.cumulativeZoomFactor=1;var v=null;a.lazyZoom=function(d){null!=this.updateZoomTimeout&&window.clearTimeout(this.updateZoomTimeout);d?.15>this.view.scale*this.cumulativeZoomFactor?this.cumulativeZoomFactor=(this.view.scale+.01)/this.view.scale:(this.cumulativeZoomFactor*=this.zoomFactor,this.cumulativeZoomFactor=Math.round(this.view.scale*this.cumulativeZoomFactor* 20)/20/this.view.scale):.15>=this.view.scale*this.cumulativeZoomFactor?this.cumulativeZoomFactor=(this.view.scale-.01)/this.view.scale:(this.cumulativeZoomFactor/=this.zoomFactor,this.cumulativeZoomFactor=Math.round(this.view.scale*this.cumulativeZoomFactor*20)/20/this.view.scale);this.cumulativeZoomFactor=Math.max(.01,Math.min(this.view.scale*this.cumulativeZoomFactor,160)/this.view.scale);this.updateZoomTimeout=window.setTimeout(mxUtils.bind(this,function(){var d=mxUtils.getOffset(a.container), b=0,f=0;null!=v&&(b=a.container.offsetWidth/2-v.x+d.x,f=a.container.offsetHeight/2-v.y+d.y);d=this.view.scale;this.zoom(this.cumulativeZoomFactor);this.view.scale!=d&&(null!=c&&e.chromelessResize(!1,null,b*(this.cumulativeZoomFactor-1),f*(this.cumulativeZoomFactor-1)),!mxUtils.hasScrollbars(a.container)||0==b&&0==f||(a.container.scrollLeft-=b*(this.cumulativeZoomFactor-1),a.container.scrollTop-=f*(this.cumulativeZoomFactor-1)));this.cumulativeZoomFactor=1;this.updateZoomTimeout=null}),this.lazyZoomDelay)}; -mxEvent.addMouseWheelListener(mxUtils.bind(this,function(d,b){if((null==this.dialogs||0==this.dialogs.length)&&a.isZoomWheelEvent(d))for(var c=mxEvent.getSource(d);null!=c;){if(c==a.container){v=new mxPoint(mxEvent.getClientX(d),mxEvent.getClientY(d));a.lazyZoom(b);mxEvent.consume(d);break}c=c.parentNode}}))};EditorUi.prototype.addChromelessToolbarItems=function(a){a(mxUtils.bind(this,function(a){this.actions.get("print").funct();mxEvent.consume(a)}),Editor.printLargeImage,mxResources.get("print"))}; +mxEvent.addMouseWheelListener(mxUtils.bind(this,function(d,c){if((null==this.dialogs||0==this.dialogs.length)&&a.isZoomWheelEvent(d))for(var b=mxEvent.getSource(d);null!=b;){if(b==a.container){v=new mxPoint(mxEvent.getClientX(d),mxEvent.getClientY(d));a.lazyZoom(c);mxEvent.consume(d);break}b=b.parentNode}}))};EditorUi.prototype.addChromelessToolbarItems=function(a){a(mxUtils.bind(this,function(a){this.actions.get("print").funct();mxEvent.consume(a)}),Editor.printLargeImage,mxResources.get("print"))}; EditorUi.prototype.createTemporaryGraph=function(a){a=new Graph(document.createElement("div"),null,null,a);a.resetViewOnRootChange=!1;a.setConnectable(!1);a.gridEnabled=!1;a.autoScroll=!1;a.setTooltips(!1);a.setEnabled(!1);a.container.style.visibility="hidden";a.container.style.position="absolute";a.container.style.overflow="hidden";a.container.style.height="1px";a.container.style.width="1px";return a}; EditorUi.prototype.addChromelessClickHandler=function(){var a=urlParams.highlight;null!=a&&0<a.length&&(a="#"+a);this.editor.graph.addClickHandler(a)};EditorUi.prototype.toggleFormatPanel=function(a){this.formatWidth=a||0<this.formatWidth?0:240;this.formatContainer.style.display=a||0<this.formatWidth?"":"none";this.refresh();this.format.refresh();this.fireEvent(new mxEventObject("formatWidthChanged"))}; EditorUi.prototype.lightboxFit=function(a){if(this.isDiagramEmpty())this.editor.graph.view.setScale(1);else{var c=urlParams.border,e=60;null!=c&&(e=parseInt(c));this.editor.graph.maxFitScale=this.lightboxMaxFitScale;this.editor.graph.fit(e,null,null,null,null,null,a);this.editor.graph.maxFitScale=null}};EditorUi.prototype.isDiagramEmpty=function(){var a=this.editor.graph.getModel();return 1==a.getChildCount(a.root)&&0==a.getChildCount(a.getChildAt(a.root,0))}; @@ -2128,19 +2128,19 @@ this.previousFormat=c);null!=this.foldingEnabled&&this.foldingEnabled!=this.ui.e EditorUi.prototype.setBackgroundColor=function(a){this.editor.graph.background=a;this.editor.graph.view.validateBackground();this.fireEvent(new mxEventObject("backgroundColorChanged"))};EditorUi.prototype.setFoldingEnabled=function(a){this.editor.graph.foldingEnabled=a;this.editor.graph.view.revalidate();this.fireEvent(new mxEventObject("foldingEnabledChanged"))}; EditorUi.prototype.setPageFormat=function(a){this.editor.graph.pageFormat=a;this.editor.graph.pageVisible?(this.editor.graph.view.validateBackground(),this.editor.graph.sizeDidChange()):this.actions.get("pageView").funct();this.fireEvent(new mxEventObject("pageFormatChanged"))};EditorUi.prototype.setPageScale=function(a){this.editor.graph.pageScale=a;this.editor.graph.pageVisible?(this.editor.graph.view.validateBackground(),this.editor.graph.sizeDidChange()):this.actions.get("pageView").funct();this.fireEvent(new mxEventObject("pageScaleChanged"))}; EditorUi.prototype.setGridColor=function(a){this.editor.graph.view.gridColor=a;this.editor.graph.view.validateBackground();this.fireEvent(new mxEventObject("gridColorChanged"))}; -EditorUi.prototype.addUndoListener=function(){var a=this.actions.get("undo"),c=this.actions.get("redo"),e=this.editor.undoManager,b=mxUtils.bind(this,function(){a.setEnabled(this.canUndo());c.setEnabled(this.canRedo())});e.addListener(mxEvent.ADD,b);e.addListener(mxEvent.UNDO,b);e.addListener(mxEvent.REDO,b);e.addListener(mxEvent.CLEAR,b);var h=this.editor.graph.cellEditor.startEditing;this.editor.graph.cellEditor.startEditing=function(){h.apply(this,arguments);b()};var n=this.editor.graph.cellEditor.stopEditing; -this.editor.graph.cellEditor.stopEditing=function(a,c){n.apply(this,arguments);b()};b()}; -EditorUi.prototype.updateActionStates=function(){var a=this.editor.graph,c=!a.isSelectionEmpty(),e=!1,b=!1,h=a.getSelectionCells();if(null!=h)for(var n=0;n<h.length;n++){var m=h[n];a.getModel().isEdge(m)&&(b=!0);a.getModel().isVertex(m)&&(e=!0);if(b&&e)break}h="cut copy bold italic underline delete duplicate editStyle editTooltip editLink backgroundColor borderColor edit toFront toBack lockUnlock solid dashed pasteSize dotted fillColor gradientColor shadow fontColor formattedText rounded toggleRounded sharp strokeColor".split(" ");for(n= -0;n<h.length;n++)this.actions.get(h[n]).setEnabled(c);this.actions.get("setAsDefaultStyle").setEnabled(1==a.getSelectionCount());this.actions.get("clearWaypoints").setEnabled(!a.isSelectionEmpty());this.actions.get("copySize").setEnabled(1==a.getSelectionCount());this.actions.get("turn").setEnabled(!a.isSelectionEmpty());this.actions.get("curved").setEnabled(b);this.actions.get("rotation").setEnabled(e);this.actions.get("wordWrap").setEnabled(e);this.actions.get("autosize").setEnabled(e);b=e&&1== +EditorUi.prototype.addUndoListener=function(){var a=this.actions.get("undo"),c=this.actions.get("redo"),e=this.editor.undoManager,b=mxUtils.bind(this,function(){a.setEnabled(this.canUndo());c.setEnabled(this.canRedo())});e.addListener(mxEvent.ADD,b);e.addListener(mxEvent.UNDO,b);e.addListener(mxEvent.REDO,b);e.addListener(mxEvent.CLEAR,b);var h=this.editor.graph.cellEditor.startEditing;this.editor.graph.cellEditor.startEditing=function(){h.apply(this,arguments);b()};var p=this.editor.graph.cellEditor.stopEditing; +this.editor.graph.cellEditor.stopEditing=function(a,c){p.apply(this,arguments);b()};b()}; +EditorUi.prototype.updateActionStates=function(){var a=this.editor.graph,c=!a.isSelectionEmpty(),e=!1,b=!1,h=a.getSelectionCells();if(null!=h)for(var p=0;p<h.length;p++){var n=h[p];a.getModel().isEdge(n)&&(b=!0);a.getModel().isVertex(n)&&(e=!0);if(b&&e)break}h="cut copy bold italic underline delete duplicate editStyle editTooltip editLink backgroundColor borderColor edit toFront toBack lockUnlock solid dashed pasteSize dotted fillColor gradientColor shadow fontColor formattedText rounded toggleRounded sharp strokeColor".split(" ");for(p= +0;p<h.length;p++)this.actions.get(h[p]).setEnabled(c);this.actions.get("setAsDefaultStyle").setEnabled(1==a.getSelectionCount());this.actions.get("clearWaypoints").setEnabled(!a.isSelectionEmpty());this.actions.get("copySize").setEnabled(1==a.getSelectionCount());this.actions.get("turn").setEnabled(!a.isSelectionEmpty());this.actions.get("curved").setEnabled(b);this.actions.get("rotation").setEnabled(e);this.actions.get("wordWrap").setEnabled(e);this.actions.get("autosize").setEnabled(e);b=e&&1== a.getSelectionCount();this.actions.get("group").setEnabled(1<a.getSelectionCount()||b&&!a.isContainer(a.getSelectionCell()));this.actions.get("ungroup").setEnabled(1==a.getSelectionCount()&&(0<a.getModel().getChildCount(a.getSelectionCell())||b&&a.isContainer(a.getSelectionCell())));this.actions.get("removeFromGroup").setEnabled(b&&a.getModel().isVertex(a.getModel().getParent(a.getSelectionCell())));a.view.getState(a.getSelectionCell());this.menus.get("navigation").setEnabled(c||null!=a.view.currentRoot); this.actions.get("collapsible").setEnabled(e&&(a.isContainer(a.getSelectionCell())||0<a.model.getChildCount(a.getSelectionCell())));this.actions.get("home").setEnabled(null!=a.view.currentRoot);this.actions.get("exitGroup").setEnabled(null!=a.view.currentRoot);this.actions.get("enterGroup").setEnabled(1==a.getSelectionCount()&&a.isValidRoot(a.getSelectionCell()));c=1==a.getSelectionCount()&&a.isCellFoldable(a.getSelectionCell());this.actions.get("expand").setEnabled(c);this.actions.get("collapse").setEnabled(c); this.actions.get("editLink").setEnabled(1==a.getSelectionCount());this.actions.get("openLink").setEnabled(1==a.getSelectionCount()&&null!=a.getLinkForCell(a.getSelectionCell()));this.actions.get("guides").setEnabled(a.isEnabled());this.actions.get("grid").setEnabled(!this.editor.chromeless||this.editor.editable);c=a.isEnabled()&&!a.isCellLocked(a.getDefaultParent());this.menus.get("layout").setEnabled(c);this.menus.get("insert").setEnabled(c);this.menus.get("direction").setEnabled(c&&e);this.menus.get("align").setEnabled(c&& e&&1<a.getSelectionCount());this.menus.get("distribute").setEnabled(c&&e&&1<a.getSelectionCount());this.actions.get("selectVertices").setEnabled(c);this.actions.get("selectEdges").setEnabled(c);this.actions.get("selectAll").setEnabled(c);this.actions.get("selectNone").setEnabled(c);this.updatePasteActionStates()}; EditorUi.prototype.refresh=function(a){a=null!=a?a:!0;var c=mxClient.IS_IE&&(null==document.documentMode||5==document.documentMode),e=this.container.clientWidth,b=this.container.clientHeight;this.container==document.body&&(e=document.body.clientWidth||document.documentElement.clientWidth,b=c?document.body.clientHeight||document.documentElement.clientHeight:document.documentElement.clientHeight);var h=0;mxClient.IS_IOS&&!window.navigator.standalone&&window.innerHeight!=document.documentElement.clientHeight&& -(h=document.documentElement.clientHeight-window.innerHeight,window.scrollTo(0,0));var n=Math.max(0,Math.min(this.hsplitPosition,e-this.splitSize-20)),m=0;null!=this.menubar&&(this.menubarContainer.style.height=this.menubarHeight+"px",m+=this.menubarHeight);null!=this.toolbar&&(this.toolbarContainer.style.top=this.menubarHeight+"px",this.toolbarContainer.style.height=this.toolbarHeight+"px",m+=this.toolbarHeight);0<m&&!mxClient.IS_QUIRKS&&(m+=1);var r=0;if(null!=this.sidebarFooterContainer){var u= -this.footerHeight+h,r=Math.max(0,Math.min(b-m-u,this.sidebarFooterHeight));this.sidebarFooterContainer.style.width=n+"px";this.sidebarFooterContainer.style.height=r+"px";this.sidebarFooterContainer.style.bottom=u+"px"}u=null!=this.format?this.formatWidth:0;this.sidebarContainer.style.top=m+"px";this.sidebarContainer.style.width=n+"px";this.formatContainer.style.top=m+"px";this.formatContainer.style.width=u+"px";this.formatContainer.style.display=null!=this.format?"":"none";this.diagramContainer.style.left= -null!=this.hsplit.parentNode?n+this.splitSize+"px":"0px";this.diagramContainer.style.top=this.sidebarContainer.style.top;this.footerContainer.style.height=this.footerHeight+"px";this.hsplit.style.top=this.sidebarContainer.style.top;this.hsplit.style.bottom=this.footerHeight+h+"px";this.hsplit.style.left=n+"px";null!=this.tabContainer&&(this.tabContainer.style.left=this.diagramContainer.style.left);c?(this.menubarContainer.style.width=e+"px",this.toolbarContainer.style.width=this.menubarContainer.style.width, -c=Math.max(0,b-this.footerHeight-this.menubarHeight-this.toolbarHeight),this.sidebarContainer.style.height=c-r+"px",this.formatContainer.style.height=c+"px",this.diagramContainer.style.width=null!=this.hsplit.parentNode?Math.max(0,e-n-this.splitSize-u)+"px":e+"px",this.footerContainer.style.width=this.menubarContainer.style.width,r=Math.max(0,b-this.footerHeight-this.menubarHeight-this.toolbarHeight),null!=this.tabContainer&&(this.tabContainer.style.width=this.diagramContainer.style.width,this.tabContainer.style.bottom= +(h=document.documentElement.clientHeight-window.innerHeight,window.scrollTo(0,0));var p=Math.max(0,Math.min(this.hsplitPosition,e-this.splitSize-20)),n=0;null!=this.menubar&&(this.menubarContainer.style.height=this.menubarHeight+"px",n+=this.menubarHeight);null!=this.toolbar&&(this.toolbarContainer.style.top=this.menubarHeight+"px",this.toolbarContainer.style.height=this.toolbarHeight+"px",n+=this.toolbarHeight);0<n&&!mxClient.IS_QUIRKS&&(n+=1);var r=0;if(null!=this.sidebarFooterContainer){var u= +this.footerHeight+h,r=Math.max(0,Math.min(b-n-u,this.sidebarFooterHeight));this.sidebarFooterContainer.style.width=p+"px";this.sidebarFooterContainer.style.height=r+"px";this.sidebarFooterContainer.style.bottom=u+"px"}u=null!=this.format?this.formatWidth:0;this.sidebarContainer.style.top=n+"px";this.sidebarContainer.style.width=p+"px";this.formatContainer.style.top=n+"px";this.formatContainer.style.width=u+"px";this.formatContainer.style.display=null!=this.format?"":"none";this.diagramContainer.style.left= +null!=this.hsplit.parentNode?p+this.splitSize+"px":"0px";this.diagramContainer.style.top=this.sidebarContainer.style.top;this.footerContainer.style.height=this.footerHeight+"px";this.hsplit.style.top=this.sidebarContainer.style.top;this.hsplit.style.bottom=this.footerHeight+h+"px";this.hsplit.style.left=p+"px";null!=this.tabContainer&&(this.tabContainer.style.left=this.diagramContainer.style.left);c?(this.menubarContainer.style.width=e+"px",this.toolbarContainer.style.width=this.menubarContainer.style.width, +c=Math.max(0,b-this.footerHeight-this.menubarHeight-this.toolbarHeight),this.sidebarContainer.style.height=c-r+"px",this.formatContainer.style.height=c+"px",this.diagramContainer.style.width=null!=this.hsplit.parentNode?Math.max(0,e-p-this.splitSize-u)+"px":e+"px",this.footerContainer.style.width=this.menubarContainer.style.width,r=Math.max(0,b-this.footerHeight-this.menubarHeight-this.toolbarHeight),null!=this.tabContainer&&(this.tabContainer.style.width=this.diagramContainer.style.width,this.tabContainer.style.bottom= this.footerHeight+h+"px",r-=this.tabContainer.clientHeight),this.diagramContainer.style.height=r+"px",this.hsplit.style.height=r+"px"):(0<this.footerHeight&&(this.footerContainer.style.bottom=h+"px"),this.diagramContainer.style.right=u+"px",e=0,null!=this.tabContainer&&(this.tabContainer.style.bottom=this.footerHeight+h+"px",this.tabContainer.style.right=this.diagramContainer.style.right,e=this.tabContainer.clientHeight),this.sidebarContainer.style.bottom=this.footerHeight+r+h+"px",this.formatContainer.style.bottom= this.footerHeight+h+"px",this.diagramContainer.style.bottom=this.footerHeight+h+e+"px");a&&this.editor.graph.sizeDidChange()};EditorUi.prototype.createTabContainer=function(){return null}; EditorUi.prototype.createDivs=function(){this.menubarContainer=this.createDiv("geMenubarContainer");this.toolbarContainer=this.createDiv("geToolbarContainer");this.sidebarContainer=this.createDiv("geSidebarContainer");this.formatContainer=this.createDiv("geSidebarContainer geFormatContainer");this.diagramContainer=this.createDiv("geDiagramContainer");this.footerContainer=this.createDiv("geFooterContainer");this.hsplit=this.createDiv("geHsplit");this.hsplit.setAttribute("title",mxResources.get("collapseExpand")); @@ -2151,9 +2151,9 @@ this.sidebar=this.editor.chromeless?null:this.createSidebar(this.sidebarContaine this.container.appendChild(this.sidebarFooterContainer);this.container.appendChild(this.diagramContainer);null!=this.container&&null!=this.tabContainer&&this.container.appendChild(this.tabContainer);this.toolbar=this.editor.chromeless?null:this.createToolbar(this.createDiv("geToolbar"));null!=this.toolbar&&(this.toolbarContainer.appendChild(this.toolbar.container),this.container.appendChild(this.toolbarContainer));null!=this.sidebar&&(this.container.appendChild(this.hsplit),this.addSplitHandler(this.hsplit, !0,0,mxUtils.bind(this,function(a){this.hsplitPosition=a;this.refresh()})))};EditorUi.prototype.createStatusContainer=function(){var a=document.createElement("a");a.className="geItem geStatus";420>screen.width&&(a.style.maxWidth=Math.max(20,screen.width-320)+"px",a.style.overflow="hidden");return a};EditorUi.prototype.setStatusText=function(a){this.statusContainer.innerHTML=a};EditorUi.prototype.createToolbar=function(a){return new Toolbar(this,a)}; EditorUi.prototype.createSidebar=function(a){return new Sidebar(this,a)};EditorUi.prototype.createFormat=function(a){return new Format(this,a)};EditorUi.prototype.createFooter=function(){return this.createDiv("geFooter")};EditorUi.prototype.createDiv=function(a){var c=document.createElement("div");c.className=a;return c}; -EditorUi.prototype.addSplitHandler=function(a,c,e,b){function h(a){if(null!=m){var g=new mxPoint(mxEvent.getClientX(a),mxEvent.getClientY(a));b(Math.max(0,r+(c?g.x-m.x:m.y-g.y)-e));mxEvent.consume(a);r!=f()&&(u=!0,d=null)}}function n(a){h(a);m=r=null}var m=null,r=null,u=!0,d=null;mxClient.IS_POINTER&&(a.style.touchAction="none");var f=mxUtils.bind(this,function(){var d=parseInt(c?a.style.left:a.style.bottom);c||(d=d+e-this.footerHeight);return d});mxEvent.addGestureListeners(a,function(a){m=new mxPoint(mxEvent.getClientX(a), -mxEvent.getClientY(a));r=f();u=!1;mxEvent.consume(a)});mxEvent.addListener(a,"click",mxUtils.bind(this,function(a){if(!u&&this.hsplitClickEnabled){var c=null!=d?d-e:0;d=f();b(c);mxEvent.consume(a)}}));mxEvent.addGestureListeners(document,null,h,n);this.destroyFunctions.push(function(){mxEvent.removeGestureListeners(document,null,h,n)})}; -EditorUi.prototype.showDialog=function(a,c,e,b,h,n,m){this.editor.graph.tooltipHandler.hideTooltip();null==this.dialogs&&(this.dialogs=[]);this.dialog=new Dialog(this,a,c,e,b,h,n,m);this.dialogs.push(this.dialog)}; +EditorUi.prototype.addSplitHandler=function(a,c,e,b){function h(a){if(null!=n){var g=new mxPoint(mxEvent.getClientX(a),mxEvent.getClientY(a));b(Math.max(0,r+(c?g.x-n.x:n.y-g.y)-e));mxEvent.consume(a);r!=f()&&(u=!0,d=null)}}function p(a){h(a);n=r=null}var n=null,r=null,u=!0,d=null;mxClient.IS_POINTER&&(a.style.touchAction="none");var f=mxUtils.bind(this,function(){var d=parseInt(c?a.style.left:a.style.bottom);c||(d=d+e-this.footerHeight);return d});mxEvent.addGestureListeners(a,function(a){n=new mxPoint(mxEvent.getClientX(a), +mxEvent.getClientY(a));r=f();u=!1;mxEvent.consume(a)});mxEvent.addListener(a,"click",mxUtils.bind(this,function(a){if(!u&&this.hsplitClickEnabled){var c=null!=d?d-e:0;d=f();b(c);mxEvent.consume(a)}}));mxEvent.addGestureListeners(document,null,h,p);this.destroyFunctions.push(function(){mxEvent.removeGestureListeners(document,null,h,p)})}; +EditorUi.prototype.showDialog=function(a,c,e,b,h,p,n){this.editor.graph.tooltipHandler.hideTooltip();null==this.dialogs&&(this.dialogs=[]);this.dialog=new Dialog(this,a,c,e,b,h,p,n);this.dialogs.push(this.dialog)}; EditorUi.prototype.hideDialog=function(a){null!=this.dialogs&&0<this.dialogs.length&&(this.dialogs.pop().close(a),this.dialog=0<this.dialogs.length?this.dialogs[this.dialogs.length-1]:null,null==this.dialog&&"hidden"!=this.editor.graph.container.style.visibility&&this.editor.graph.container.focus(),mxUtils.clearSelection(),this.editor.fireEvent(new mxEventObject("hideDialog")))}; EditorUi.prototype.pickColor=function(a,c){var e=this.editor.graph,b=e.cellEditor.saveSelection(),h=new ColorDialog(this,a||"none",function(a){e.cellEditor.restoreSelection(b);c(a)},function(){e.cellEditor.restoreSelection(b)});this.showDialog(h.container,230,430,!0,!1);h.init()}; EditorUi.prototype.openFile=function(){window.openFile=new OpenFile(mxUtils.bind(this,function(a){this.hideDialog(a)}));this.showDialog((new OpenDialog(this)).container,Editor.useLocalStorage?640:320,Editor.useLocalStorage?480:220,!0,!0,function(){window.openFile=null})}; @@ -2163,18 +2163,18 @@ EditorUi.prototype.extractGraphModelFromEvent=function(a){var c=null,e=null;null EditorUi.prototype.save=function(a){if(null!=a){this.editor.graph.isEditing()&&this.editor.graph.stopEditing();var c=mxUtils.getXml(this.editor.getGraphXml());try{if(Editor.useLocalStorage){if(null!=localStorage.getItem(a)&&!mxUtils.confirm(mxResources.get("replaceIt",[a])))return;localStorage.setItem(a,c);this.editor.setStatus(mxUtils.htmlEntities(mxResources.get("saved"))+" "+new Date)}else if(c.length<MAX_REQUEST_SIZE)(new mxXmlRequest(SAVE_URL,"filename="+encodeURIComponent(a)+"&xml="+encodeURIComponent(c))).simulate(document, "_blank");else{mxUtils.alert(mxResources.get("drawingTooLarge"));mxUtils.popup(c);return}this.editor.setModified(!1);this.editor.setFilename(a);this.updateDocumentTitle()}catch(e){this.editor.setStatus(mxUtils.htmlEntities(mxResources.get("errorSavingFile")))}}}; EditorUi.prototype.executeLayout=function(a,c,e){var b=this.editor.graph;if(b.isEnabled()){b.getModel().beginUpdate();try{a()}catch(h){throw h;}finally{this.allowAnimation&&c&&0>navigator.userAgent.indexOf("Camino")?(a=new mxMorphing(b),a.addListener(mxEvent.DONE,mxUtils.bind(this,function(){b.getModel().endUpdate();null!=e&&e()})),a.startAnimation()):(b.getModel().endUpdate(),null!=e&&e())}}}; -EditorUi.prototype.showImageDialog=function(a,c,e,b){b=this.editor.graph.cellEditor;var h=b.saveSelection(),n=mxUtils.prompt(a,c);b.restoreSelection(h);if(null!=n&&0<n.length){var m=new Image;m.onload=function(){e(n,m.width,m.height)};m.onerror=function(){e(null);mxUtils.alert(mxResources.get("fileNotFound"))};m.src=n}else e(null)};EditorUi.prototype.showLinkDialog=function(a,c,e){a=new LinkDialog(this,a,c,e);this.showDialog(a.container,420,90,!0,!0);a.init()}; +EditorUi.prototype.showImageDialog=function(a,c,e,b){b=this.editor.graph.cellEditor;var h=b.saveSelection(),p=mxUtils.prompt(a,c);b.restoreSelection(h);if(null!=p&&0<p.length){var n=new Image;n.onload=function(){e(p,n.width,n.height)};n.onerror=function(){e(null);mxUtils.alert(mxResources.get("fileNotFound"))};n.src=p}else e(null)};EditorUi.prototype.showLinkDialog=function(a,c,e){a=new LinkDialog(this,a,c,e);this.showDialog(a.container,420,90,!0,!0);a.init()}; EditorUi.prototype.showDataDialog=function(a){null!=a&&(a=new EditDataDialog(this,a),this.showDialog(a.container,340,340,!0,!1,null,!1),a.init())}; EditorUi.prototype.showBackgroundImageDialog=function(a){a=null!=a?a:mxUtils.bind(this,function(a){a=new ChangePageSetup(this,null,a);a.ignoreColor=!0;this.editor.graph.model.execute(a)});var c=mxUtils.prompt(mxResources.get("backgroundImage"),"");if(null!=c&&0<c.length){var e=new Image;e.onload=function(){a(new mxImage(c,e.width,e.height))};e.onerror=function(){a(null);mxUtils.alert(mxResources.get("fileNotFound"))};e.src=c}else a(null)}; EditorUi.prototype.setBackgroundImage=function(a){this.editor.graph.setBackgroundImage(a);this.editor.graph.view.validateBackgroundImage();this.fireEvent(new mxEventObject("backgroundImageChanged"))};EditorUi.prototype.confirm=function(a,c,e){mxUtils.confirm(a)?null!=c&&c():null!=e&&e()}; EditorUi.prototype.createOutline=function(a){var c=new mxOutline(this.editor.graph);c.border=20;mxEvent.addListener(window,"resize",function(){c.update()});this.addListener("pageFormatChanged",function(){c.update()});return c}; -EditorUi.prototype.createKeyHandler=function(a){function c(a,d,c){m.push(function(){if(!b.isSelectionEmpty()&&b.isEnabled())if(d=null!=d?d:1,c){b.getModel().beginUpdate();try{for(var f=b.getSelectionCells(),g=0;g<f.length;g++)if(b.getModel().isVertex(f[g])&&b.isCellResizable(f[g])){var e=b.getCellGeometry(f[g]);null!=e&&(e=e.clone(),37==a?e.width=Math.max(0,e.width-d):38==a?e.height=Math.max(0,e.height-d):39==a?e.width+=d:40==a&&(e.height+=d),b.getModel().setGeometry(f[g],e))}}finally{b.getModel().endUpdate()}}else f= +EditorUi.prototype.createKeyHandler=function(a){function c(a,d,c){n.push(function(){if(!b.isSelectionEmpty()&&b.isEnabled())if(d=null!=d?d:1,c){b.getModel().beginUpdate();try{for(var f=b.getSelectionCells(),g=0;g<f.length;g++)if(b.getModel().isVertex(f[g])&&b.isCellResizable(f[g])){var e=b.getCellGeometry(f[g]);null!=e&&(e=e.clone(),37==a?e.width=Math.max(0,e.width-d):38==a?e.height=Math.max(0,e.height-d):39==a?e.width+=d:40==a&&(e.height+=d),b.getModel().setGeometry(f[g],e))}}finally{b.getModel().endUpdate()}}else f= b.getSelectionCell(),g=b.model.getParent(f),e=null,1==b.getSelectionCount()&&b.model.isVertex(f)&&null!=b.layoutManager&&!b.isCellLocked(f)&&(e=b.layoutManager.getLayout(g)),null!=e&&e.constructor==mxStackLayout?(e=g.getIndex(f),37==a||38==a?b.model.add(g,f,Math.max(0,e-1)):39!=a&&40!=a||b.model.add(g,f,Math.min(b.model.getChildCount(g),e+1))):(g=f=0,37==a?f=-d:38==a?g=-d:39==a?f=d:40==a&&(g=d),b.moveCells(b.getMovableCells(b.getSelectionCells()),f,g))});null!=r&&window.clearTimeout(r);r=window.setTimeout(function(){if(0< -m.length){b.getModel().beginUpdate();try{for(var a=0;a<m.length;a++)m[a]();m=[]}finally{b.getModel().endUpdate()}b.scrollCellToVisible(b.getSelectionCell())}},200)}var e=this,b=this.editor.graph,h=new mxKeyHandler(b),n=h.isEventIgnored;h.isEventIgnored=function(a){return(!this.isControlDown(a)||mxEvent.isShiftDown(a)||90!=a.keyCode&&89!=a.keyCode&&188!=a.keyCode&&190!=a.keyCode&&85!=a.keyCode)&&(66!=a.keyCode&&73!=a.keyCode||!this.isControlDown(a)||this.graph.cellEditor.isContentEditing()&&!mxClient.IS_FF&& -!mxClient.IS_SF)&&n.apply(this,arguments)};h.isEnabledForEvent=function(a){return!mxEvent.isConsumed(a)&&this.isGraphEvent(a)&&this.isEnabled()&&(null==e.dialogs||0==e.dialogs.length)};h.isControlDown=function(a){return mxEvent.isControlDown(a)||mxClient.IS_MAC&&a.metaKey};var m=[],r=null,u={37:mxConstants.DIRECTION_WEST,38:mxConstants.DIRECTION_NORTH,39:mxConstants.DIRECTION_EAST,40:mxConstants.DIRECTION_SOUTH},d=h.getFunction,f={67:this.actions.get("clearWaypoints"),65:this.actions.get("connectionArrows"), +n.length){b.getModel().beginUpdate();try{for(var a=0;a<n.length;a++)n[a]();n=[]}finally{b.getModel().endUpdate()}b.scrollCellToVisible(b.getSelectionCell())}},200)}var e=this,b=this.editor.graph,h=new mxKeyHandler(b),p=h.isEventIgnored;h.isEventIgnored=function(a){return(!this.isControlDown(a)||mxEvent.isShiftDown(a)||90!=a.keyCode&&89!=a.keyCode&&188!=a.keyCode&&190!=a.keyCode&&85!=a.keyCode)&&(66!=a.keyCode&&73!=a.keyCode||!this.isControlDown(a)||this.graph.cellEditor.isContentEditing()&&!mxClient.IS_FF&& +!mxClient.IS_SF)&&p.apply(this,arguments)};h.isEnabledForEvent=function(a){return!mxEvent.isConsumed(a)&&this.isGraphEvent(a)&&this.isEnabled()&&(null==e.dialogs||0==e.dialogs.length)};h.isControlDown=function(a){return mxEvent.isControlDown(a)||mxClient.IS_MAC&&a.metaKey};var n=[],r=null,u={37:mxConstants.DIRECTION_WEST,38:mxConstants.DIRECTION_NORTH,39:mxConstants.DIRECTION_EAST,40:mxConstants.DIRECTION_SOUTH},d=h.getFunction,f={67:this.actions.get("clearWaypoints"),65:this.actions.get("connectionArrows"), 76:this.actions.get("editLink"),80:this.actions.get("connectionPoints"),84:this.actions.get("editTooltip"),86:this.actions.get("pasteSize"),88:this.actions.get("copySize")};mxKeyHandler.prototype.getFunction=function(a){if(b.isEnabled()){if(mxEvent.isShiftDown(a)&&mxEvent.isAltDown(a)){var g=f[a.keyCode];if(null!=g)return g.funct}if(9==a.keyCode&&mxEvent.isAltDown(a))return mxEvent.isShiftDown(a)?function(){b.selectParentCell()}:function(){b.selectChildCell()};if(null!=u[a.keyCode]&&!b.isSelectionEmpty())if(mxEvent.isShiftDown(a)&& mxEvent.isAltDown(a)){if(b.model.isVertex(b.getSelectionCell()))return function(){var d=b.connectVertex(b.getSelectionCell(),u[a.keyCode],b.defaultEdgeLength,a,!0);null!=d&&0<d.length&&(1==d.length&&b.model.isEdge(d[0])?b.setSelectionCell(b.model.getTerminal(d[0],!1)):b.setSelectionCell(d[d.length-1]),b.scrollCellToVisible(b.getSelectionCell()),null!=e.hoverIcons&&e.hoverIcons.update(b.view.getState(b.getSelectionCell())))}}else return this.isControlDown(a)?function(){c(a.keyCode,mxEvent.isShiftDown(a)? -b.gridSize:null,!0)}:function(){c(a.keyCode,mxEvent.isShiftDown(a)?b.gridSize:null)}}return d.apply(this,arguments)};h.bindAction=mxUtils.bind(this,function(a,d,b,c){var f=this.actions.get(b);null!=f&&(b=function(){f.isEnabled()&&f.funct()},d?c?h.bindControlShiftKey(a,b):h.bindControlKey(a,b):c?h.bindShiftKey(a,b):h.bindKey(a,b))});var g=h.escape;h.escape=function(a){g.apply(this,arguments)};h.enter=function(){};h.bindControlShiftKey(36,function(){b.exitGroup()});h.bindControlShiftKey(35,function(){b.enterGroup()}); +b.gridSize:null,!0)}:function(){c(a.keyCode,mxEvent.isShiftDown(a)?b.gridSize:null)}}return d.apply(this,arguments)};h.bindAction=mxUtils.bind(this,function(a,d,c,b){var f=this.actions.get(c);null!=f&&(c=function(){f.isEnabled()&&f.funct()},d?b?h.bindControlShiftKey(a,c):h.bindControlKey(a,c):b?h.bindShiftKey(a,c):h.bindKey(a,c))});var g=h.escape;h.escape=function(a){g.apply(this,arguments)};h.enter=function(){};h.bindControlShiftKey(36,function(){b.exitGroup()});h.bindControlShiftKey(35,function(){b.enterGroup()}); h.bindKey(36,function(){b.home()});h.bindKey(35,function(){b.refresh()});h.bindAction(107,!0,"zoomIn");h.bindAction(109,!0,"zoomOut");h.bindAction(80,!0,"print");h.bindAction(79,!0,"outline",!0);h.bindAction(112,!1,"about");if(!this.editor.chromeless||this.editor.editable)h.bindControlKey(36,function(){b.isEnabled()&&b.foldCells(!0)}),h.bindControlKey(35,function(){b.isEnabled()&&b.foldCells(!1)}),h.bindControlKey(13,function(){b.isEnabled()&&b.setSelectionCells(b.duplicateCells(b.getSelectionCells(), !1))}),h.bindAction(8,!1,"delete"),h.bindAction(8,!0,"deleteAll"),h.bindAction(46,!1,"delete"),h.bindAction(46,!0,"deleteAll"),h.bindAction(72,!0,"resetView"),h.bindAction(72,!0,"fitWindow",!0),h.bindAction(74,!0,"fitPage"),h.bindAction(74,!0,"fitTwoPages",!0),h.bindAction(48,!0,"customZoom"),h.bindAction(82,!0,"turn"),h.bindAction(82,!0,"clearDefaultStyle",!0),h.bindAction(83,!0,"save"),h.bindAction(83,!0,"saveAs",!0),h.bindAction(65,!0,"selectAll"),h.bindAction(65,!0,"selectNone",!0),h.bindAction(73, !0,"selectVertices",!0),h.bindAction(69,!0,"selectEdges",!0),h.bindAction(69,!0,"editStyle"),h.bindAction(66,!0,"bold"),h.bindAction(66,!0,"toBack",!0),h.bindAction(70,!0,"toFront",!0),h.bindAction(68,!0,"duplicate"),h.bindAction(68,!0,"setAsDefaultStyle",!0),h.bindAction(90,!0,"undo"),h.bindAction(89,!0,"autosize",!0),h.bindAction(88,!0,"cut"),h.bindAction(67,!0,"copy"),h.bindAction(86,!0,"paste"),h.bindAction(71,!0,"group"),h.bindAction(77,!0,"editData"),h.bindAction(71,!0,"grid",!0),h.bindAction(73, @@ -2185,78 +2185,78 @@ EditorUi.prototype.destroy=function(){null!=this.editor&&(this.editor.destroy(), (function(){try{if(null!=navigator&&null!=navigator.language){var a=navigator.language.toLowerCase();mxGraph.prototype.pageFormat="en-us"===a||"en-ca"===a||"es-mx"===a?mxConstants.PAGE_FORMAT_LETTER_PORTRAIT:mxConstants.PAGE_FORMAT_A4_PORTRAIT}}catch(c){}})();mxText.prototype.baseSpacingTop=5;mxText.prototype.baseSpacingBottom=1;mxGraphModel.prototype.ignoreRelativeEdgeParent=!1; mxGraphView.prototype.gridImage=mxClient.IS_SVG?"data:image/gif;base64,R0lGODlhCgAKAJEAAAAAAP///8zMzP///yH5BAEAAAMALAAAAAAKAAoAAAIJ1I6py+0Po2wFADs=":IMAGE_PATH+"/grid.gif";mxGraphView.prototype.gridSteps=4;mxGraphView.prototype.minGridSize=4;mxGraphView.prototype.gridColor="#e0e0e0";mxSvgCanvas2D.prototype.foAltText="[Not supported by viewer]"; Graph=function(a,c,e,b,h){mxGraph.call(this,a,c,e,b);this.themes=h||this.defaultThemes;this.currentEdgeStyle=mxUtils.clone(this.defaultEdgeStyle);this.currentVertexStyle=mxUtils.clone(this.defaultVertexStyle);a=this.baseUrl;c=a.indexOf("//");this.domainPathUrl=this.domainUrl="";0<c&&(c=a.indexOf("/",c+2),0<c&&(this.domainUrl=a.substring(0,c)),c=a.lastIndexOf("/"),0<c&&(this.domainPathUrl=a.substring(0,c+1)));this.isHtmlLabel=function(a){var d=this.view.getState(a);a=null!=d?d.style:this.getCellStyle(a); -return"1"==a.html||"wrap"==a[mxConstants.STYLE_WHITE_SPACE]};if(this.edgeMode){var n=null,m=null,r=null,u=null,d=!1;this.addListener(mxEvent.FIRE_MOUSE_EVENT,mxUtils.bind(this,function(a,b){if("mouseDown"==b.getProperty("eventName")&&this.isEnabled()){var c=b.getProperty("event");if(!mxEvent.isControlDown(c.getEvent())&&!mxEvent.isShiftDown(c.getEvent())){var f=c.getState();null!=f&&this.model.isEdge(f.cell)&&(n=new mxPoint(c.getGraphX(),c.getGraphY()),d=this.isCellSelected(f.cell),r=f,m=c,null!= -f.text&&null!=f.text.boundingBox&&mxUtils.contains(f.text.boundingBox,c.getGraphX(),c.getGraphY())?u=mxEvent.LABEL_HANDLE:(f=this.selectionCellsHandler.getHandler(f.cell),null!=f&&null!=f.bends&&0<f.bends.length&&(u=f.getHandleForEvent(c))))}}}));this.addMouseListener({mouseDown:function(a,d){},mouseMove:mxUtils.bind(this,function(a,b){var c=this.selectionCellsHandler.handlers.map,f;for(f in c)if(null!=c[f].index)return;if(this.isEnabled()&&!this.panningHandler.isActive()&&!mxEvent.isControlDown(b.getEvent())&& -!mxEvent.isShiftDown(b.getEvent())&&!mxEvent.isAltDown(b.getEvent()))if(f=this.tolerance,null!=n&&null!=r&&null!=m){if(c=r,Math.abs(n.x-b.getGraphX())>f||Math.abs(n.y-b.getGraphY())>f){this.isCellSelected(c.cell)||this.setSelectionCell(c.cell);var g=this.selectionCellsHandler.getHandler(c.cell);if(null!=g&&null!=g.bends&&0<g.bends.length){var e=g.getHandleForEvent(m),l=this.view.getEdgeStyle(c);f=l==mxEdgeStyle.EntityRelation;d||u!=mxEvent.LABEL_HANDLE||(e=u);if(f&&0!=e&&e!=g.bends.length-1&&e!=mxEvent.LABEL_HANDLE)!f|| -null==c.visibleSourceState&&null==c.visibleTargetState||(this.graphHandler.reset(),b.consume());else if(e==mxEvent.LABEL_HANDLE||0==e||null!=c.visibleSourceState||e==g.bends.length-1||null!=c.visibleTargetState)f||e==mxEvent.LABEL_HANDLE||(f=c.absolutePoints,null!=f&&(null==l&&null==e||l==mxEdgeStyle.OrthConnector)&&(e=u,null==e&&(e=new mxRectangle(n.x,n.y),e.grow(mxEdgeHandler.prototype.handleImage.width/2),mxUtils.contains(e,f[0].x,f[0].y)?e=0:mxUtils.contains(e,f[f.length-1].x,f[f.length-1].y)? -e=g.bends.length-1:null!=l&&(2==f.length||3==f.length&&(0==Math.round(f[0].x-f[1].x)&&0==Math.round(f[1].x-f[2].x)||0==Math.round(f[0].y-f[1].y)&&0==Math.round(f[1].y-f[2].y)))?e=2:(e=mxUtils.findNearestSegment(c,n.x,n.y),e=null==l?mxEvent.VIRTUAL_HANDLE-e:e+1))),null==e&&(e=mxEvent.VIRTUAL_HANDLE)),g.start(b.getGraphX(),b.getGraphX(),e),u=n=m=r=null,d=!1,b.consume(),this.graphHandler.reset()}}}else if(c=b.getState(),null!=c&&this.model.isEdge(c.cell)){g=null;f=c.absolutePoints;if(null!=f)if(e=new mxRectangle(b.getGraphX(), -b.getGraphY()),e.grow(mxEdgeHandler.prototype.handleImage.width/2),null!=c.text&&null!=c.text.boundingBox&&mxUtils.contains(c.text.boundingBox,b.getGraphX(),b.getGraphY()))g="move";else if(mxUtils.contains(e,f[0].x,f[0].y)||mxUtils.contains(e,f[f.length-1].x,f[f.length-1].y))g="pointer";else if(null!=c.visibleSourceState||null!=c.visibleTargetState)l=this.view.getEdgeStyle(c),g="crosshair",l!=mxEdgeStyle.EntityRelation&&this.isOrthogonal(c)&&(l=mxUtils.findNearestSegment(c,b.getGraphX(),b.getGraphY()), -l<f.length-1&&0<=l&&(g=0==Math.round(f[l].x-f[l+1].x)?"col-resize":"row-resize"));null!=g&&c.setCursor(g)}}),mouseUp:mxUtils.bind(this,function(a,d){u=n=m=r=null})})}this.cellRenderer.getLabelValue=function(a){var d=mxCellRenderer.prototype.getLabelValue.apply(this,arguments);a.view.graph.isHtmlLabel(a.cell)&&(d=1!=a.style.html?mxUtils.htmlEntities(d,!1):a.view.graph.sanitizeHtml(d));return d};if("undefined"!==typeof mxVertexHandler){this.setConnectable(!0);this.setDropEnabled(!0);this.setPanning(!0); +return"1"==a.html||"wrap"==a[mxConstants.STYLE_WHITE_SPACE]};if(this.edgeMode){var p=null,n=null,r=null,u=null,d=!1;this.addListener(mxEvent.FIRE_MOUSE_EVENT,mxUtils.bind(this,function(a,c){if("mouseDown"==c.getProperty("eventName")&&this.isEnabled()){var b=c.getProperty("event");if(!mxEvent.isControlDown(b.getEvent())&&!mxEvent.isShiftDown(b.getEvent())){var f=b.getState();null!=f&&this.model.isEdge(f.cell)&&(p=new mxPoint(b.getGraphX(),b.getGraphY()),d=this.isCellSelected(f.cell),r=f,n=b,null!= +f.text&&null!=f.text.boundingBox&&mxUtils.contains(f.text.boundingBox,b.getGraphX(),b.getGraphY())?u=mxEvent.LABEL_HANDLE:(f=this.selectionCellsHandler.getHandler(f.cell),null!=f&&null!=f.bends&&0<f.bends.length&&(u=f.getHandleForEvent(b))))}}}));this.addMouseListener({mouseDown:function(a,d){},mouseMove:mxUtils.bind(this,function(a,c){var b=this.selectionCellsHandler.handlers.map,f;for(f in b)if(null!=b[f].index)return;if(this.isEnabled()&&!this.panningHandler.isActive()&&!mxEvent.isControlDown(c.getEvent())&& +!mxEvent.isShiftDown(c.getEvent())&&!mxEvent.isAltDown(c.getEvent()))if(f=this.tolerance,null!=p&&null!=r&&null!=n){if(b=r,Math.abs(p.x-c.getGraphX())>f||Math.abs(p.y-c.getGraphY())>f){this.isCellSelected(b.cell)||this.setSelectionCell(b.cell);var g=this.selectionCellsHandler.getHandler(b.cell);if(null!=g&&null!=g.bends&&0<g.bends.length){var e=g.getHandleForEvent(n),k=this.view.getEdgeStyle(b);f=k==mxEdgeStyle.EntityRelation;d||u!=mxEvent.LABEL_HANDLE||(e=u);if(f&&0!=e&&e!=g.bends.length-1&&e!=mxEvent.LABEL_HANDLE)!f|| +null==b.visibleSourceState&&null==b.visibleTargetState||(this.graphHandler.reset(),c.consume());else if(e==mxEvent.LABEL_HANDLE||0==e||null!=b.visibleSourceState||e==g.bends.length-1||null!=b.visibleTargetState)f||e==mxEvent.LABEL_HANDLE||(f=b.absolutePoints,null!=f&&(null==k&&null==e||k==mxEdgeStyle.OrthConnector)&&(e=u,null==e&&(e=new mxRectangle(p.x,p.y),e.grow(mxEdgeHandler.prototype.handleImage.width/2),mxUtils.contains(e,f[0].x,f[0].y)?e=0:mxUtils.contains(e,f[f.length-1].x,f[f.length-1].y)? +e=g.bends.length-1:null!=k&&(2==f.length||3==f.length&&(0==Math.round(f[0].x-f[1].x)&&0==Math.round(f[1].x-f[2].x)||0==Math.round(f[0].y-f[1].y)&&0==Math.round(f[1].y-f[2].y)))?e=2:(e=mxUtils.findNearestSegment(b,p.x,p.y),e=null==k?mxEvent.VIRTUAL_HANDLE-e:e+1))),null==e&&(e=mxEvent.VIRTUAL_HANDLE)),g.start(c.getGraphX(),c.getGraphX(),e),u=p=n=r=null,d=!1,c.consume(),this.graphHandler.reset()}}}else if(b=c.getState(),null!=b&&this.model.isEdge(b.cell)){g=null;f=b.absolutePoints;if(null!=f)if(e=new mxRectangle(c.getGraphX(), +c.getGraphY()),e.grow(mxEdgeHandler.prototype.handleImage.width/2),null!=b.text&&null!=b.text.boundingBox&&mxUtils.contains(b.text.boundingBox,c.getGraphX(),c.getGraphY()))g="move";else if(mxUtils.contains(e,f[0].x,f[0].y)||mxUtils.contains(e,f[f.length-1].x,f[f.length-1].y))g="pointer";else if(null!=b.visibleSourceState||null!=b.visibleTargetState)k=this.view.getEdgeStyle(b),g="crosshair",k!=mxEdgeStyle.EntityRelation&&this.isOrthogonal(b)&&(k=mxUtils.findNearestSegment(b,c.getGraphX(),c.getGraphY()), +k<f.length-1&&0<=k&&(g=0==Math.round(f[k].x-f[k+1].x)?"col-resize":"row-resize"));null!=g&&b.setCursor(g)}}),mouseUp:mxUtils.bind(this,function(a,d){u=p=n=r=null})})}this.cellRenderer.getLabelValue=function(a){var d=mxCellRenderer.prototype.getLabelValue.apply(this,arguments);a.view.graph.isHtmlLabel(a.cell)&&(d=1!=a.style.html?mxUtils.htmlEntities(d,!1):a.view.graph.sanitizeHtml(d));return d};if("undefined"!==typeof mxVertexHandler){this.setConnectable(!0);this.setDropEnabled(!0);this.setPanning(!0); this.setTooltips(!0);this.setAllowLoops(!0);this.allowAutoPanning=!0;this.constrainChildren=this.resetEdgesOnConnect=!1;this.constrainRelativeChildren=!0;this.graphHandler.scrollOnMove=!1;this.graphHandler.scaleGrid=!0;this.connectionHandler.setCreateTarget(!1);this.connectionHandler.insertBeforeSource=!0;this.connectionHandler.isValidSource=function(a,d){return!1};this.alternateEdgeStyle="vertical";null==b&&this.loadStylesheet();var f=this.graphHandler.getGuideStates;this.graphHandler.getGuideStates= -function(){var a=f.apply(this,arguments);if(this.graph.pageVisible){for(var d=[],b=this.graph.pageFormat,c=this.graph.pageScale,g=b.width*c,b=b.height*c,c=this.graph.view.translate,e=this.graph.view.scale,l=this.graph.getPageLayout(),k=0;k<l.width;k++)d.push(new mxRectangle(((l.x+k)*g+c.x)*e,(l.y*b+c.y)*e,g*e,b*e));for(k=0;k<l.height;k++)d.push(new mxRectangle((l.x*g+c.x)*e,((l.y+k)*b+c.y)*e,g*e,b*e));a=d.concat(a)}return a};mxDragSource.prototype.dragElementZIndex=mxPopupMenu.prototype.zIndex;mxGuide.prototype.getGuideColor= +function(){var a=f.apply(this,arguments);if(this.graph.pageVisible){for(var d=[],b=this.graph.pageFormat,c=this.graph.pageScale,g=b.width*c,b=b.height*c,c=this.graph.view.translate,e=this.graph.view.scale,k=this.graph.getPageLayout(),l=0;l<k.width;l++)d.push(new mxRectangle(((k.x+l)*g+c.x)*e,(k.y*b+c.y)*e,g*e,b*e));for(l=0;l<k.height;l++)d.push(new mxRectangle((k.x*g+c.x)*e,((k.y+l)*b+c.y)*e,g*e,b*e));a=d.concat(a)}return a};mxDragSource.prototype.dragElementZIndex=mxPopupMenu.prototype.zIndex;mxGuide.prototype.getGuideColor= function(a,d){return null==a.cell?"#ffa500":mxConstants.GUIDE_COLOR};this.graphHandler.createPreviewShape=function(a){this.previewColor="#000000"==this.graph.background?"#ffffff":mxGraphHandler.prototype.previewColor;return mxGraphHandler.prototype.createPreviewShape.apply(this,arguments)};this.graphHandler.getCells=function(a){for(var d=mxGraphHandler.prototype.getCells.apply(this,arguments),b=[],c=0;c<d.length;c++){var f=this.graph.view.getState(d[c]),f=null!=f?f.style:this.graph.getCellStyle(d[c]); "1"==mxUtils.getValue(f,"part","0")?(f=this.graph.model.getParent(d[c]),this.graph.model.isVertex(f)&&0>mxUtils.indexOf(d,f)&&b.push(f)):b.push(d[c])}return b};this.connectionHandler.createTargetVertex=function(a,d){var b=this.graph.view.getState(d),b=null!=b?b.style:this.graph.getCellStyle(d);mxUtils.getValue(b,"part",!1)&&(b=this.graph.model.getParent(d),this.graph.model.isVertex(b)&&(d=b));return mxConnectionHandler.prototype.createTargetVertex.apply(this,arguments)};var g=new mxRubberband(this); -this.getRubberband=function(){return g};var p=(new Date).getTime(),t=0,k=this.connectionHandler.mouseMove;this.connectionHandler.mouseMove=function(){var a=this.currentState;k.apply(this,arguments);a!=this.currentState?(p=(new Date).getTime(),t=0):t=(new Date).getTime()-p};var q=this.connectionHandler.isOutlineConnectEvent;this.connectionHandler.isOutlineConnectEvent=function(a){return null!=this.currentState&&a.getState()==this.currentState&&2E3<t||(null==this.currentState||"0"!=mxUtils.getValue(this.currentState.style, -"outlineConnect","1"))&&q.apply(this,arguments)};var x=this.isToggleEvent;this.isToggleEvent=function(a){return x.apply(this,arguments)||mxEvent.isShiftDown(a)};var B=g.isForceRubberbandEvent;g.isForceRubberbandEvent=function(a){return B.apply(this,arguments)||mxUtils.hasScrollbars(this.graph.container)&&mxClient.IS_FF&&mxClient.IS_WIN&&null==a.getState()&&mxEvent.isTouchEvent(a.getEvent())};var l=null;this.panningHandler.addListener(mxEvent.PAN_START,mxUtils.bind(this,function(){this.isEnabled()&& -(l=this.container.style.cursor,this.container.style.cursor="move")}));this.panningHandler.addListener(mxEvent.PAN_END,mxUtils.bind(this,function(){this.isEnabled()&&(this.container.style.cursor=l)}));this.popupMenuHandler.autoExpand=!0;this.popupMenuHandler.isSelectOnPopup=function(a){return mxEvent.isMouseEvent(a.getEvent())};var y=this.click;this.click=function(a){var d=null==a.state&&null!=a.sourceState&&this.isCellLocked(a.sourceState.cell);if(this.isEnabled()&&!d||a.isConsumed())return y.apply(this, +this.getRubberband=function(){return g};var q=(new Date).getTime(),t=0,m=this.connectionHandler.mouseMove;this.connectionHandler.mouseMove=function(){var a=this.currentState;m.apply(this,arguments);a!=this.currentState?(q=(new Date).getTime(),t=0):t=(new Date).getTime()-q};var l=this.connectionHandler.isOutlineConnectEvent;this.connectionHandler.isOutlineConnectEvent=function(a){return null!=this.currentState&&a.getState()==this.currentState&&2E3<t||(null==this.currentState||"0"!=mxUtils.getValue(this.currentState.style, +"outlineConnect","1"))&&l.apply(this,arguments)};var C=this.isToggleEvent;this.isToggleEvent=function(a){return C.apply(this,arguments)||mxEvent.isShiftDown(a)};var y=g.isForceRubberbandEvent;g.isForceRubberbandEvent=function(a){return y.apply(this,arguments)||mxUtils.hasScrollbars(this.graph.container)&&mxClient.IS_FF&&mxClient.IS_WIN&&null==a.getState()&&mxEvent.isTouchEvent(a.getEvent())};var k=null;this.panningHandler.addListener(mxEvent.PAN_START,mxUtils.bind(this,function(){this.isEnabled()&& +(k=this.container.style.cursor,this.container.style.cursor="move")}));this.panningHandler.addListener(mxEvent.PAN_END,mxUtils.bind(this,function(){this.isEnabled()&&(this.container.style.cursor=k)}));this.popupMenuHandler.autoExpand=!0;this.popupMenuHandler.isSelectOnPopup=function(a){return mxEvent.isMouseEvent(a.getEvent())};var w=this.click;this.click=function(a){var d=null==a.state&&null!=a.sourceState&&this.isCellLocked(a.sourceState.cell);if(this.isEnabled()&&!d||a.isConsumed())return w.apply(this, arguments);d=d?a.sourceState.cell:a.getCell();null!=d&&(d=this.getLinkForCell(d),null!=d&&(this.isCustomLink(d)?this.customLinkClicked(d):this.openLink(d)))};this.tooltipHandler.getStateForEvent=function(a){return a.sourceState};this.getCursorForMouseEvent=function(a){var d=null==a.state&&null!=a.sourceState&&this.isCellLocked(a.sourceState.cell);return this.getCursorForCell(d?a.sourceState.cell:a.getCell())};var v=this.getCursorForCell;this.getCursorForCell=function(a){if(!this.isEnabled()||this.isCellLocked(a)){if(null!= -this.getLinkForCell(a))return"pointer";if(this.isCellLocked(a))return"default"}return v.apply(this,arguments)};this.selectRegion=function(a,d){var b=this.getAllCells(a.x,a.y,a.width,a.height);this.selectCellsForEvent(b,d);return b};this.getAllCells=function(a,d,b,c,f,e){e=null!=e?e:[];if(0<b||0<c){var g=this.getModel(),l=a+b,k=d+c;null==f&&(f=this.getCurrentRoot(),null==f&&(f=g.getRoot()));if(null!=f)for(var p=g.getChildCount(f),q=0;q<p;q++){var t=g.getChildAt(f,q),v=this.view.getState(t);if(null!= -v&&this.isCellVisible(t)&&"1"!=mxUtils.getValue(v.style,"locked","0")){var h=mxUtils.getValue(v.style,mxConstants.STYLE_ROTATION)||0;0!=h&&(v=mxUtils.getBoundingBox(v,h));(g.isEdge(t)||g.isVertex(t))&&v.x>=a&&v.y+v.height<=k&&v.y>=d&&v.x+v.width<=l&&e.push(t);this.getAllCells(a,d,b,c,t,e)}}}return e};var A=this.graphHandler.shouldRemoveCellsFromParent;this.graphHandler.shouldRemoveCellsFromParent=function(a,d,b){return this.graph.isCellSelected(a)?!1:A.apply(this,arguments)};this.isCellLocked=function(a){for(a= -this.view.getState(a);null!=a;){if("1"==mxUtils.getValue(a.style,"locked","0"))return!0;a=this.view.getState(this.model.getParent(a.cell))}return!1};var H=null;this.addListener(mxEvent.FIRE_MOUSE_EVENT,mxUtils.bind(this,function(a,d){if("mouseDown"==d.getProperty("eventName")){var b=d.getProperty("event").getState();H=null==b||this.isSelectionEmpty()||this.isCellSelected(b.cell)?null:this.getSelectionCells()}}));this.addListener(mxEvent.TAP_AND_HOLD,mxUtils.bind(this,function(a,d){if(!mxEvent.isMultiTouchEvent(d)){var b= -d.getProperty("event"),c=d.getProperty("cell");null==c?(b=mxUtils.convertPoint(this.container,mxEvent.getClientX(b),mxEvent.getClientY(b)),g.start(b.x,b.y)):null!=H?this.addSelectionCells(H):1<this.getSelectionCount()&&this.isCellSelected(c)&&this.removeSelectionCell(c);H=null;d.consume()}}));this.connectionHandler.selectCells=function(a,d){this.graph.setSelectionCell(d||a)};this.connectionHandler.constraintHandler.isStateIgnored=function(a,d){return d&&a.view.graph.isCellSelected(a.cell)};this.selectionModel.addListener(mxEvent.CHANGE, +this.getLinkForCell(a))return"pointer";if(this.isCellLocked(a))return"default"}return v.apply(this,arguments)};this.selectRegion=function(a,d){var b=this.getAllCells(a.x,a.y,a.width,a.height);this.selectCellsForEvent(b,d);return b};this.getAllCells=function(a,d,b,c,f,g){g=null!=g?g:[];if(0<b||0<c){var e=this.getModel(),k=a+b,l=d+c;null==f&&(f=this.getCurrentRoot(),null==f&&(f=e.getRoot()));if(null!=f)for(var q=e.getChildCount(f),m=0;m<q;m++){var t=e.getChildAt(f,m),v=this.view.getState(t);if(null!= +v&&this.isCellVisible(t)&&"1"!=mxUtils.getValue(v.style,"locked","0")){var h=mxUtils.getValue(v.style,mxConstants.STYLE_ROTATION)||0;0!=h&&(v=mxUtils.getBoundingBox(v,h));(e.isEdge(t)||e.isVertex(t))&&v.x>=a&&v.y+v.height<=l&&v.y>=d&&v.x+v.width<=k&&g.push(t);this.getAllCells(a,d,b,c,t,g)}}}return g};var A=this.graphHandler.shouldRemoveCellsFromParent;this.graphHandler.shouldRemoveCellsFromParent=function(a,d,b){return this.graph.isCellSelected(a)?!1:A.apply(this,arguments)};this.isCellLocked=function(a){for(a= +this.view.getState(a);null!=a;){if("1"==mxUtils.getValue(a.style,"locked","0"))return!0;a=this.view.getState(this.model.getParent(a.cell))}return!1};var J=null;this.addListener(mxEvent.FIRE_MOUSE_EVENT,mxUtils.bind(this,function(a,d){if("mouseDown"==d.getProperty("eventName")){var b=d.getProperty("event").getState();J=null==b||this.isSelectionEmpty()||this.isCellSelected(b.cell)?null:this.getSelectionCells()}}));this.addListener(mxEvent.TAP_AND_HOLD,mxUtils.bind(this,function(a,d){if(!mxEvent.isMultiTouchEvent(d)){var b= +d.getProperty("event"),c=d.getProperty("cell");null==c?(b=mxUtils.convertPoint(this.container,mxEvent.getClientX(b),mxEvent.getClientY(b)),g.start(b.x,b.y)):null!=J?this.addSelectionCells(J):1<this.getSelectionCount()&&this.isCellSelected(c)&&this.removeSelectionCell(c);J=null;d.consume()}}));this.connectionHandler.selectCells=function(a,d){this.graph.setSelectionCell(d||a)};this.connectionHandler.constraintHandler.isStateIgnored=function(a,d){return d&&a.view.graph.isCellSelected(a.cell)};this.selectionModel.addListener(mxEvent.CHANGE, mxUtils.bind(this,function(){var a=this.connectionHandler.constraintHandler;null!=a.currentFocus&&a.isStateIgnored(a.currentFocus,!0)&&(a.currentFocus=null,a.constraints=null,a.destroyIcons());a.destroyFocusHighlight()}));Graph.touchStyle&&this.initTouch();var F=this.updateMouseEvent;this.updateMouseEvent=function(a){a=F.apply(this,arguments);null!=a.state&&this.isCellLocked(a.getCell())&&(a.state=null);return a}}this.currentTranslate=new mxPoint(0,0)}; Graph.touchStyle=mxClient.IS_TOUCH||mxClient.IS_FF&&mxClient.IS_WIN||0<navigator.maxTouchPoints||0<navigator.msMaxTouchPoints||null==window.urlParams||"1"==urlParams.touch;Graph.fileSupport=null!=window.File&&null!=window.FileReader&&null!=window.FileList&&(null==window.urlParams||"0"!=urlParams.filesupport);Graph.lineJumpsEnabled=!0;Graph.defaultJumpSize=6; Graph.createSvgImage=function(a,c,e){e=unescape(encodeURIComponent('<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="'+a+'px" height="'+c+'px" version="1.1">'+e+"</svg>"));return new mxImage("data:image/svg+xml;base64,"+(window.btoa?btoa(e):Base64.encode(e,!0)),a,c)};mxUtils.extend(Graph,mxGraph);Graph.prototype.minFitScale=null;Graph.prototype.maxFitScale=null; Graph.prototype.linkPolicy="frame"==urlParams.target?"blank":urlParams.target||"auto";Graph.prototype.linkTarget="frame"==urlParams.target?"_self":"_blank";Graph.prototype.defaultScrollbars=!mxClient.IS_IOS;Graph.prototype.defaultPageVisible=!0;Graph.prototype.lightbox=!1;Graph.prototype.defaultPageBackgroundColor="#ffffff";Graph.prototype.defaultPageBorderColor="#ffffff";Graph.prototype.defaultGraphBackground="#ffffff";Graph.prototype.scrollTileSize=new mxRectangle(0,0,400,400); Graph.prototype.transparentBackground=!0;Graph.prototype.defaultEdgeLength=80;Graph.prototype.edgeMode=!1;Graph.prototype.connectionArrowsEnabled=!0;Graph.prototype.placeholderPattern=RegExp("%(date{.*}|[^%^{^}]+)%","g");Graph.prototype.absoluteUrlPattern=/^(?:[a-z]+:)?\/\//i;Graph.prototype.defaultThemeName="default";Graph.prototype.defaultThemes={};Graph.prototype.baseUrl=null!=urlParams.base?decodeURIComponent(urlParams.base):(window!=window.top?document.referrer:document.location.toString()).split("#")[0]; Graph.prototype.editAfterInsert=!1; -Graph.prototype.init=function(a){mxGraph.prototype.init.apply(this,arguments);this.cellRenderer.initializeLabel=function(a,e){mxCellRenderer.prototype.initializeLabel.apply(this,arguments);var b=a.view.graph.tolerance,c=!0,n=null,m=mxUtils.bind(this,function(a){c=!0;n=new mxPoint(mxEvent.getClientX(a),mxEvent.getClientY(a))}),r=mxUtils.bind(this,function(a){c=c&&null!=n&&Math.abs(n.x-mxEvent.getClientX(a))<b&&Math.abs(n.y-mxEvent.getClientY(a))<b}),u=mxUtils.bind(this,function(d){if(c)for(var b=mxEvent.getSource(d);null!= -b&&b!=e.node;){if("a"==b.nodeName.toLowerCase()){a.view.graph.labelLinkClicked(a,b,d);break}b=b.parentNode}});mxEvent.addGestureListeners(e.node,m,r,u);mxEvent.addListener(e.node,"click",function(a){mxEvent.consume(a)})};this.initLayoutManager()}; -(function(){Graph.prototype.useCssTransforms=!1;Graph.prototype.currentScale=1;Graph.prototype.currentTranslate=new mxPoint(0,0);Graph.prototype.isCssTransformsSupported=function(){return this.dialect==mxConstants.DIALECT_SVG&&!mxClient.NO_FO};Graph.prototype.getCellAt=function(a,c,e,m,r,u){this.useCssTransforms&&(a=a/this.currentScale-this.currentTranslate.x,c=c/this.currentScale-this.currentTranslate.y);return this.getScaledCellAt.apply(this,arguments)};Graph.prototype.getScaledCellAt=function(a, -c,e,m,r,u){m=null!=m?m:!0;r=null!=r?r:!0;null==e&&(e=this.getCurrentRoot(),null==e&&(e=this.getModel().getRoot()));if(null!=e)for(var d=this.model.getChildCount(e)-1;0<=d;d--){var b=this.model.getChildAt(e,d),g=this.getScaledCellAt(a,c,b,m,r,u);if(null!=g)return g;if(this.isCellVisible(b)&&(r&&this.model.isEdge(b)||m&&this.model.isVertex(b))&&(g=this.view.getState(b),null!=g&&(null==u||!u(g,a,c))&&this.intersects(g,a,c)))return b}return null};mxCellHighlight.prototype.getStrokeWidth=function(a){a= +Graph.prototype.init=function(a){mxGraph.prototype.init.apply(this,arguments);this.cellRenderer.initializeLabel=function(a,e){mxCellRenderer.prototype.initializeLabel.apply(this,arguments);var b=a.view.graph.tolerance,c=!0,p=null,n=mxUtils.bind(this,function(a){c=!0;p=new mxPoint(mxEvent.getClientX(a),mxEvent.getClientY(a))}),r=mxUtils.bind(this,function(a){c=c&&null!=p&&Math.abs(p.x-mxEvent.getClientX(a))<b&&Math.abs(p.y-mxEvent.getClientY(a))<b}),u=mxUtils.bind(this,function(d){if(c)for(var b=mxEvent.getSource(d);null!= +b&&b!=e.node;){if("a"==b.nodeName.toLowerCase()){a.view.graph.labelLinkClicked(a,b,d);break}b=b.parentNode}});mxEvent.addGestureListeners(e.node,n,r,u);mxEvent.addListener(e.node,"click",function(a){mxEvent.consume(a)})};this.initLayoutManager()}; +(function(){Graph.prototype.useCssTransforms=!1;Graph.prototype.currentScale=1;Graph.prototype.currentTranslate=new mxPoint(0,0);Graph.prototype.isCssTransformsSupported=function(){return this.dialect==mxConstants.DIALECT_SVG&&!mxClient.NO_FO};Graph.prototype.getCellAt=function(a,c,e,n,r,u){this.useCssTransforms&&(a=a/this.currentScale-this.currentTranslate.x,c=c/this.currentScale-this.currentTranslate.y);return this.getScaledCellAt.apply(this,arguments)};Graph.prototype.getScaledCellAt=function(a, +c,e,n,r,u){n=null!=n?n:!0;r=null!=r?r:!0;null==e&&(e=this.getCurrentRoot(),null==e&&(e=this.getModel().getRoot()));if(null!=e)for(var d=this.model.getChildCount(e)-1;0<=d;d--){var b=this.model.getChildAt(e,d),g=this.getScaledCellAt(a,c,b,n,r,u);if(null!=g)return g;if(this.isCellVisible(b)&&(r&&this.model.isEdge(b)||n&&this.model.isVertex(b))&&(g=this.view.getState(b),null!=g&&(null==u||!u(g,a,c))&&this.intersects(g,a,c)))return b}return null};mxCellHighlight.prototype.getStrokeWidth=function(a){a= this.strokeWidth;this.graph.useCssTransforms&&(a/=this.graph.currentScale);return a};mxGraphView.prototype.getGraphBounds=function(){var a=this.graphBounds;if(this.graph.useCssTransforms)var c=this.graph.currentTranslate,e=this.graph.currentScale,a=new mxRectangle((a.x+c.x)*e,(a.y+c.y)*e,a.width*e,a.height*e);return a};mxGraphView.prototype.viewStateChanged=function(){this.graph.useCssTransforms?this.validate():this.revalidate();this.graph.sizeDidChange()};var a=mxGraphView.prototype.validate;mxGraphView.prototype.validate= function(b){this.graph.useCssTransforms&&(this.graph.currentScale=this.scale,this.graph.currentTranslate.x=this.translate.x,this.graph.currentTranslate.y=this.translate.y,this.scale=1,this.translate.x=0,this.translate.y=0);a.apply(this,arguments);this.graph.useCssTransforms&&(this.graph.updateCssTransform(),this.scale=this.graph.currentScale,this.translate.x=this.graph.currentTranslate.x,this.translate.y=this.graph.currentTranslate.y)};Graph.prototype.updateCssTransform=function(){var a=this.view.getDrawPane(); -if(null!=a)if(a=a.parentNode,this.useCssTransforms){var c=a.getAttribute("transform");a.setAttribute("transformOrigin","0 0");a.setAttribute("transform","scale("+this.currentScale+","+this.currentScale+")translate("+this.currentTranslate.x+","+this.currentTranslate.y+")");if(c!=a.getAttribute("transform"))try{if(mxClient.IS_EDGE){var e=a.style.display;a.style.display="none";a.getBBox();a.style.display=e}}catch(m){}}else a.removeAttribute("transformOrigin"),a.removeAttribute("transform")};var c=mxGraphView.prototype.validateBackgroundPage; -mxGraphView.prototype.validateBackgroundPage=function(){var a=this.graph.useCssTransforms,e=this.scale,n=this.translate;a&&(this.scale=this.graph.currentScale,this.translate=this.graph.currentTranslate);c.apply(this,arguments);a&&(this.scale=e,this.translate=n)};var e=mxGraph.prototype.updatePageBreaks;mxGraph.prototype.updatePageBreaks=function(a,c,n){var b=this.useCssTransforms,h=this.view.scale,u=this.view.translate;b&&(this.view.scale=1,this.view.translate=new mxPoint(0,0),this.useCssTransforms= +if(null!=a)if(a=a.parentNode,this.useCssTransforms){var c=a.getAttribute("transform");a.setAttribute("transformOrigin","0 0");a.setAttribute("transform","scale("+this.currentScale+","+this.currentScale+")translate("+this.currentTranslate.x+","+this.currentTranslate.y+")");if(c!=a.getAttribute("transform"))try{if(mxClient.IS_EDGE){var e=a.style.display;a.style.display="none";a.getBBox();a.style.display=e}}catch(n){}}else a.removeAttribute("transformOrigin"),a.removeAttribute("transform")};var c=mxGraphView.prototype.validateBackgroundPage; +mxGraphView.prototype.validateBackgroundPage=function(){var a=this.graph.useCssTransforms,e=this.scale,p=this.translate;a&&(this.scale=this.graph.currentScale,this.translate=this.graph.currentTranslate);c.apply(this,arguments);a&&(this.scale=e,this.translate=p)};var e=mxGraph.prototype.updatePageBreaks;mxGraph.prototype.updatePageBreaks=function(a,c,p){var b=this.useCssTransforms,h=this.view.scale,u=this.view.translate;b&&(this.view.scale=1,this.view.translate=new mxPoint(0,0),this.useCssTransforms= !1);e.apply(this,arguments);b&&(this.view.scale=h,this.view.translate=u,this.useCssTransforms=!0)}})();Graph.prototype.isLightboxView=function(){return this.lightbox};Graph.prototype.labelLinkClicked=function(a,c,e){c=c.getAttribute("href");if(null!=c&&!this.isCustomLink(c)&&mxEvent.isLeftMouseButton(e)&&!mxEvent.isPopupTrigger(e)||mxEvent.isTouchEvent(e)){if(!this.isEnabled()||this.isCellLocked(a.cell))a=this.isBlankLink(c)?this.linkTarget:"_top",this.openLink(this.getAbsoluteUrl(c),a);mxEvent.consume(e)}}; Graph.prototype.openLink=function(a,c){var e=window;if("_self"==c&&window!=window.top)window.location.href=a;else if(a.substring(0,this.baseUrl.length)==this.baseUrl&&"#"==a.charAt(this.baseUrl.length)&&"_top"==c&&window==window.top){var b=a.split("#")[1];window.location.hash=="#"+b&&(window.location.hash="");window.location.hash=b}else e=window.open(a,c);return e};Graph.prototype.getLinkTitle=function(a){return a.substring(a.lastIndexOf("/")+1)}; -Graph.prototype.isCustomLink=function(a){return"data:"==a.substring(0,5)};Graph.prototype.customLinkClicked=function(a){console.log("customLinkClicked not implemented")};Graph.prototype.isExternalProtocol=function(a){return"mailto:"===a.substring(0,7)};Graph.prototype.isBlankLink=function(a){return!this.isExternalProtocol(a)&&("blank"===this.linkPolicy||"self"!==this.linkPolicy&&!this.isRelativeUrl(a)&&a.substring(0,this.domainUrl.length)!==this.domainUrl)}; +Graph.prototype.isCustomLink=function(a){return"data:"==a.substring(0,5)};Graph.prototype.customLinkClicked=function(a){return!1};Graph.prototype.isExternalProtocol=function(a){return"mailto:"===a.substring(0,7)};Graph.prototype.isBlankLink=function(a){return!this.isExternalProtocol(a)&&("blank"===this.linkPolicy||"self"!==this.linkPolicy&&!this.isRelativeUrl(a)&&a.substring(0,this.domainUrl.length)!==this.domainUrl)}; Graph.prototype.isRelativeUrl=function(a){return null!=a&&!this.absoluteUrlPattern.test(a)&&"data:"!==a.substring(0,5)&&!this.isExternalProtocol(a)}; Graph.prototype.initLayoutManager=function(){this.layoutManager=new mxLayoutManager(this);this.layoutManager.getLayout=function(a){var c=this.graph.view.getState(a);a=null!=c?c.style:this.graph.getCellStyle(a);return"stackLayout"==a.childLayout?(c=new mxStackLayout(this.graph,!0),c.resizeParentMax="1"==mxUtils.getValue(a,"resizeParentMax","1"),c.horizontal="1"==mxUtils.getValue(a,"horizontalStack","1"),c.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),c.resizeLast="1"==mxUtils.getValue(a, "resizeLast","0"),c.spacing=a.stackSpacing||c.spacing,c.border=a.stackBorder||c.border,c.marginLeft=a.marginLeft||0,c.marginRight=a.marginRight||0,c.marginTop=a.marginTop||0,c.marginBottom=a.marginBottom||0,c.fill=!0,c):"treeLayout"==a.childLayout?(c=new mxCompactTreeLayout(this.graph),c.horizontal="1"==mxUtils.getValue(a,"horizontalTree","1"),c.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),c.groupPadding=mxUtils.getValue(a,"parentPadding",20),c.levelDistance=mxUtils.getValue(a,"treeLevelDistance", 30),c.maintainParentLocation=!0,c.edgeRouting=!1,c.resetEdges=!1,c):"flowLayout"==a.childLayout?(c=new mxHierarchicalLayout(this.graph,mxUtils.getValue(a,"flowOrientation",mxConstants.DIRECTION_EAST)),c.resizeParent="1"==mxUtils.getValue(a,"resizeParent","1"),c.parentBorder=mxUtils.getValue(a,"parentPadding",20),c.maintainParentLocation=!0,c.intraCellSpacing=mxUtils.getValue(a,"intraCellSpacing",mxHierarchicalLayout.prototype.intraCellSpacing),c.interRankCellSpacing=mxUtils.getValue(a,"interRankCellSpacing", mxHierarchicalLayout.prototype.interRankCellSpacing),c.interHierarchySpacing=mxUtils.getValue(a,"interHierarchySpacing",mxHierarchicalLayout.prototype.interHierarchySpacing),c.parallelEdgeSpacing=mxUtils.getValue(a,"parallelEdgeSpacing",mxHierarchicalLayout.prototype.parallelEdgeSpacing),c):null}};Graph.prototype.getPageSize=function(){return this.pageVisible?new mxRectangle(0,0,this.pageFormat.width*this.pageScale,this.pageFormat.height*this.pageScale):this.scrollTileSize}; -Graph.prototype.getPageLayout=function(){var a=this.getPageSize(),c=this.getGraphBounds();if(0==c.width||0==c.height)return new mxRectangle(0,0,1,1);var e=Math.ceil(c.x/this.view.scale-this.view.translate.x),b=Math.ceil(c.y/this.view.scale-this.view.translate.y),h=Math.floor(e/a.width),n=Math.floor(b/a.height);return new mxRectangle(h,n,Math.ceil((e+Math.floor(c.width/this.view.scale))/a.width)-h,Math.ceil((b+Math.floor(c.height/this.view.scale))/a.height)-n)}; +Graph.prototype.getPageLayout=function(){var a=this.getPageSize(),c=this.getGraphBounds();if(0==c.width||0==c.height)return new mxRectangle(0,0,1,1);var e=Math.ceil(c.x/this.view.scale-this.view.translate.x),b=Math.ceil(c.y/this.view.scale-this.view.translate.y),h=Math.floor(e/a.width),p=Math.floor(b/a.height);return new mxRectangle(h,p,Math.ceil((e+Math.floor(c.width/this.view.scale))/a.width)-h,Math.ceil((b+Math.floor(c.height/this.view.scale))/a.height)-p)}; Graph.prototype.sanitizeHtml=function(a,c){return html_sanitize(a,function(a){return null!=a&&"javascript:"!==a.toString().toLowerCase().substring(0,11)?a:null},function(a){return a})};Graph.prototype.updatePlaceholders=function(){var a=!1,c;for(c in this.model.cells){var e=this.model.cells[c];this.isReplacePlaceholders(e)&&(this.view.invalidate(e,!1,!1),a=!0)}a&&this.view.validate()};Graph.prototype.isReplacePlaceholders=function(a){return null!=a.value&&"object"==typeof a.value&&"1"==a.value.getAttribute("placeholders")}; Graph.prototype.isZoomWheelEvent=function(a){return mxEvent.isAltDown(a)||mxEvent.isMetaDown(a)&&mxClient.IS_MAC||mxEvent.isControlDown(a)&&!mxClient.IS_MAC};Graph.prototype.isTransparentClickEvent=function(a){return mxEvent.isAltDown(a)};Graph.prototype.isIgnoreTerminalEvent=function(a){return mxEvent.isShiftDown(a)&&mxEvent.isControlDown(a)}; Graph.prototype.isSplitTarget=function(a,c,e){return!this.model.isEdge(c[0])&&!mxEvent.isAltDown(e)&&!mxEvent.isShiftDown(e)&&mxGraph.prototype.isSplitTarget.apply(this,arguments)};Graph.prototype.getLabel=function(a){var c=mxGraph.prototype.getLabel.apply(this,arguments);null!=c&&this.isReplacePlaceholders(a)&&null==a.getAttribute("placeholder")&&(c=this.replacePlaceholders(a,c));return c}; Graph.prototype.isLabelMovable=function(a){var c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return!this.isCellLocked(a)&&(this.model.isEdge(a)&&this.edgeLabelsMovable||this.model.isVertex(a)&&(this.vertexLabelsMovable||"1"==mxUtils.getValue(c,"labelMovable","0")))};Graph.prototype.setGridSize=function(a){this.gridSize=a;this.fireEvent(new mxEventObject("gridSizeChanged"))}; Graph.prototype.getGlobalVariable=function(a){var c=null;"date"==a?c=(new Date).toLocaleDateString():"time"==a?c=(new Date).toLocaleTimeString():"timestamp"==a?c=(new Date).toLocaleString():"date{"==a.substring(0,5)&&(a=a.substring(5,a.length-1),c=this.formatDate(new Date,a));return c}; Graph.prototype.formatDate=function(a,c,e){null==this.dateFormatCache&&(this.dateFormatCache={i18n:{dayNames:"Sun Mon Tue Wed Thu Fri Sat Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),monthNames:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec January February March April May June July August September October November December".split(" ")},masks:{"default":"ddd mmm dd yyyy HH:MM:ss",shortDate:"m/d/yy",mediumDate:"mmm d, yyyy",longDate:"mmmm d, yyyy",fullDate:"dddd, mmmm d, yyyy", -shortTime:"h:MM TT",mediumTime:"h:MM:ss TT",longTime:"h:MM:ss TT Z",isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:ss",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'"}});var b=this.dateFormatCache,h=/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,n=/[^-+\dA-Z]/g,m=function(a,d){a=String(a);for(d=d||2;a.length<d;)a="0"+a;return a};1!=arguments.length||"[object String]"!=Object.prototype.toString.call(a)|| -/\d/.test(a)||(c=a,a=void 0);a=a?new Date(a):new Date;if(isNaN(a))throw SyntaxError("invalid date");c=String(b.masks[c]||c||b.masks["default"]);"UTC:"==c.slice(0,4)&&(c=c.slice(4),e=!0);var r=e?"getUTC":"get",u=a[r+"Date"](),d=a[r+"Day"](),f=a[r+"Month"](),g=a[r+"FullYear"](),p=a[r+"Hours"](),t=a[r+"Minutes"](),k=a[r+"Seconds"](),r=a[r+"Milliseconds"](),q=e?0:a.getTimezoneOffset(),x={d:u,dd:m(u),ddd:b.i18n.dayNames[d],dddd:b.i18n.dayNames[d+7],m:f+1,mm:m(f+1),mmm:b.i18n.monthNames[f],mmmm:b.i18n.monthNames[f+ -12],yy:String(g).slice(2),yyyy:g,h:p%12||12,hh:m(p%12||12),H:p,HH:m(p),M:t,MM:m(t),s:k,ss:m(k),l:m(r,3),L:m(99<r?Math.round(r/10):r),t:12>p?"a":"p",tt:12>p?"am":"pm",T:12>p?"A":"P",TT:12>p?"AM":"PM",Z:e?"UTC":(String(a).match(h)||[""]).pop().replace(n,""),o:(0<q?"-":"+")+m(100*Math.floor(Math.abs(q)/60)+Math.abs(q)%60,4),S:["th","st","nd","rd"][3<u%10?0:(10!=u%100-u%10)*u%10]};return c.replace(/d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZ]|"[^"]*"|'[^']*'/g,function(a){return a in x?x[a]:a.slice(1, +shortTime:"h:MM TT",mediumTime:"h:MM:ss TT",longTime:"h:MM:ss TT Z",isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:ss",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'"}});var b=this.dateFormatCache,h=/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,p=/[^-+\dA-Z]/g,n=function(a,d){a=String(a);for(d=d||2;a.length<d;)a="0"+a;return a};1!=arguments.length||"[object String]"!=Object.prototype.toString.call(a)|| +/\d/.test(a)||(c=a,a=void 0);a=a?new Date(a):new Date;if(isNaN(a))throw SyntaxError("invalid date");c=String(b.masks[c]||c||b.masks["default"]);"UTC:"==c.slice(0,4)&&(c=c.slice(4),e=!0);var r=e?"getUTC":"get",u=a[r+"Date"](),d=a[r+"Day"](),f=a[r+"Month"](),g=a[r+"FullYear"](),q=a[r+"Hours"](),t=a[r+"Minutes"](),m=a[r+"Seconds"](),r=a[r+"Milliseconds"](),l=e?0:a.getTimezoneOffset(),C={d:u,dd:n(u),ddd:b.i18n.dayNames[d],dddd:b.i18n.dayNames[d+7],m:f+1,mm:n(f+1),mmm:b.i18n.monthNames[f],mmmm:b.i18n.monthNames[f+ +12],yy:String(g).slice(2),yyyy:g,h:q%12||12,hh:n(q%12||12),H:q,HH:n(q),M:t,MM:n(t),s:m,ss:n(m),l:n(r,3),L:n(99<r?Math.round(r/10):r),t:12>q?"a":"p",tt:12>q?"am":"pm",T:12>q?"A":"P",TT:12>q?"AM":"PM",Z:e?"UTC":(String(a).match(h)||[""]).pop().replace(p,""),o:(0<l?"-":"+")+n(100*Math.floor(Math.abs(l)/60)+Math.abs(l)%60,4),S:["th","st","nd","rd"][3<u%10?0:(10!=u%100-u%10)*u%10]};return c.replace(/d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZ]|"[^"]*"|'[^']*'/g,function(a){return a in C?C[a]:a.slice(1, a.length-1)})}; Graph.prototype.createLayersDialog=function(){var a=document.createElement("div");a.style.position="absolute";for(var c=this.getModel(),e=c.getChildCount(c.root),b=0;b<e;b++)mxUtils.bind(this,function(b){var e=document.createElement("div");e.style.overflow="hidden";e.style.textOverflow="ellipsis";e.style.padding="2px";e.style.whiteSpace="nowrap";var h=document.createElement("input");h.style.display="inline-block";h.setAttribute("type","checkbox");c.isVisible(b)&&(h.setAttribute("checked","checked"), h.defaultChecked=!0);e.appendChild(h);var r=this.convertValueToString(b)||mxResources.get("background")||"Background";e.setAttribute("title",r);mxUtils.write(e,r);a.appendChild(e);mxEvent.addListener(h,"click",function(){null!=h.getAttribute("checked")?h.removeAttribute("checked"):h.setAttribute("checked","checked");c.setVisible(b,h.checked)})})(c.getChildAt(c.root,b));return a}; -Graph.prototype.replacePlaceholders=function(a,c){var e=[];if(null!=c){for(var b=0;match=this.placeholderPattern.exec(c);){var h=match[0];if(2<h.length&&"%label%"!=h&&"%tooltip%"!=h){var n=null;if(match.index>b&&"%"==c.charAt(match.index-1))n=h.substring(1);else{var m=h.substring(1,h.length-1);if(0>m.indexOf("{"))for(var r=a;null==n&&null!=r;)null!=r.value&&"object"==typeof r.value&&(n=r.hasAttribute(m)?null!=r.getAttribute(m)?r.getAttribute(m):"":null),r=this.model.getParent(r);null==n&&(n=this.getGlobalVariable(m))}e.push(c.substring(b, -match.index)+(null!=n?n:h));b=match.index+h.length}}e.push(c.substring(b))}return e.join("")};Graph.prototype.selectCellsForConnectVertex=function(a,c,e){2==a.length&&this.model.isVertex(a[1])?(this.setSelectionCell(a[1]),null!=e&&(mxEvent.isTouchEvent(c)?e.update(e.getState(this.view.getState(a[1]))):e.reset()),this.scrollCellToVisible(a[1])):this.setSelectionCells(a)}; -Graph.prototype.connectVertex=function(a,c,e,b,h,n){n=n?n:!1;var m=a.geometry.relative&&null!=a.parent.geometry?new mxPoint(a.parent.geometry.width*a.geometry.x,a.parent.geometry.height*a.geometry.y):new mxPoint(a.geometry.x,a.geometry.y);c==mxConstants.DIRECTION_NORTH?(m.x+=a.geometry.width/2,m.y-=e):c==mxConstants.DIRECTION_SOUTH?(m.x+=a.geometry.width/2,m.y+=a.geometry.height+e):(m.x=c==mxConstants.DIRECTION_WEST?m.x-e:m.x+(a.geometry.width+e),m.y+=a.geometry.height/2);e=this.view.getState(this.model.getParent(a)); -var r=this.view.scale,u=this.view.translate,d=u.x*r,u=u.y*r;this.model.isVertex(e.cell)&&(d=e.x,u=e.y);this.model.isVertex(a.parent)&&a.geometry.relative&&(m.x+=a.parent.geometry.x,m.y+=a.parent.geometry.y);n=n||mxEvent.isControlDown(b)&&!h?null:this.getCellAt(d+m.x*r,u+m.y*r);this.model.isAncestor(n,a)&&(n=null);for(e=n;null!=e;){if(this.isCellLocked(e)){n=null;break}e=this.model.getParent(e)}null!=n&&(e=this.view.getState(a),r=this.view.getState(n),null!=e&&null!=r&&mxUtils.intersects(e,r)&&(n= -null));if(h=!mxEvent.isShiftDown(b)||h)c==mxConstants.DIRECTION_NORTH?m.y-=a.geometry.height/2:c==mxConstants.DIRECTION_SOUTH?m.y+=a.geometry.height/2:m.x=c==mxConstants.DIRECTION_WEST?m.x-a.geometry.width/2:m.x+a.geometry.width/2;null==n||this.isCellConnectable(n)||(e=this.getModel().getParent(n),this.getModel().isVertex(e)&&this.isCellConnectable(e)&&(n=e));if(n==a||this.model.isEdge(n)||!this.isCellConnectable(n))n=null;e=[];this.model.beginUpdate();try{r=n;if(null==r&&h){for(var d=a,f=this.getCellGeometry(a);null!= -f&&f.relative;)d=this.getModel().getParent(d),f=this.getCellGeometry(d);var g=this.view.getState(d),p=null!=g?g.style:this.getCellStyle(d);if(mxUtils.getValue(p,"part",!1)){var t=this.model.getParent(d);this.model.isVertex(t)&&(d=t)}r=this.duplicateCells([d],!1)[0];f=this.getCellGeometry(r);null!=f&&(f.x=m.x-f.width/2,f.y=m.y-f.height/2)}f=null;null!=this.layoutManager&&(f=this.layoutManager.getLayout(this.model.getParent(a)));var k=mxEvent.isControlDown(b)&&h||null==n&&null!=f&&f.constructor==mxStackLayout? -null:this.insertEdge(this.model.getParent(a),null,"",a,r,this.createCurrentEdgeStyle());if(null!=k&&this.connectionHandler.insertBeforeSource){var q=null;for(b=a;null!=b.parent&&null!=b.geometry&&b.geometry.relative&&b.parent!=k.parent;)b=this.model.getParent(b);null!=b&&null!=b.parent&&b.parent==k.parent&&(q=b.parent.getIndex(b),this.model.add(b.parent,k,q))}null==n&&null!=r&&null!=f&&null!=a.parent&&f.constructor==mxStackLayout&&c==mxConstants.DIRECTION_WEST&&(q=a.parent.getIndex(a),this.model.add(a.parent, -r,q));null!=k&&e.push(k);null==n&&null!=r&&e.push(r);null==r&&null!=k&&k.geometry.setTerminalPoint(m,!1);null!=k&&this.fireEvent(new mxEventObject("cellsInserted","cells",[k]))}finally{this.model.endUpdate()}return e}; +Graph.prototype.replacePlaceholders=function(a,c){var e=[];if(null!=c){for(var b=0;match=this.placeholderPattern.exec(c);){var h=match[0];if(2<h.length&&"%label%"!=h&&"%tooltip%"!=h){var p=null;if(match.index>b&&"%"==c.charAt(match.index-1))p=h.substring(1);else{var n=h.substring(1,h.length-1);if(0>n.indexOf("{"))for(var r=a;null==p&&null!=r;)null!=r.value&&"object"==typeof r.value&&(p=r.hasAttribute(n)?null!=r.getAttribute(n)?r.getAttribute(n):"":null),r=this.model.getParent(r);null==p&&(p=this.getGlobalVariable(n))}e.push(c.substring(b, +match.index)+(null!=p?p:h));b=match.index+h.length}}e.push(c.substring(b))}return e.join("")};Graph.prototype.selectCellsForConnectVertex=function(a,c,e){2==a.length&&this.model.isVertex(a[1])?(this.setSelectionCell(a[1]),null!=e&&(mxEvent.isTouchEvent(c)?e.update(e.getState(this.view.getState(a[1]))):e.reset()),this.scrollCellToVisible(a[1])):this.setSelectionCells(a)}; +Graph.prototype.connectVertex=function(a,c,e,b,h,p){p=p?p:!1;var n=a.geometry.relative&&null!=a.parent.geometry?new mxPoint(a.parent.geometry.width*a.geometry.x,a.parent.geometry.height*a.geometry.y):new mxPoint(a.geometry.x,a.geometry.y);c==mxConstants.DIRECTION_NORTH?(n.x+=a.geometry.width/2,n.y-=e):c==mxConstants.DIRECTION_SOUTH?(n.x+=a.geometry.width/2,n.y+=a.geometry.height+e):(n.x=c==mxConstants.DIRECTION_WEST?n.x-e:n.x+(a.geometry.width+e),n.y+=a.geometry.height/2);e=this.view.getState(this.model.getParent(a)); +var r=this.view.scale,u=this.view.translate,d=u.x*r,u=u.y*r;this.model.isVertex(e.cell)&&(d=e.x,u=e.y);this.model.isVertex(a.parent)&&a.geometry.relative&&(n.x+=a.parent.geometry.x,n.y+=a.parent.geometry.y);p=p||mxEvent.isControlDown(b)&&!h?null:this.getCellAt(d+n.x*r,u+n.y*r);this.model.isAncestor(p,a)&&(p=null);for(e=p;null!=e;){if(this.isCellLocked(e)){p=null;break}e=this.model.getParent(e)}null!=p&&(e=this.view.getState(a),r=this.view.getState(p),null!=e&&null!=r&&mxUtils.intersects(e,r)&&(p= +null));if(h=!mxEvent.isShiftDown(b)||h)c==mxConstants.DIRECTION_NORTH?n.y-=a.geometry.height/2:c==mxConstants.DIRECTION_SOUTH?n.y+=a.geometry.height/2:n.x=c==mxConstants.DIRECTION_WEST?n.x-a.geometry.width/2:n.x+a.geometry.width/2;null==p||this.isCellConnectable(p)||(e=this.getModel().getParent(p),this.getModel().isVertex(e)&&this.isCellConnectable(e)&&(p=e));if(p==a||this.model.isEdge(p)||!this.isCellConnectable(p))p=null;e=[];this.model.beginUpdate();try{r=p;if(null==r&&h){for(var d=a,f=this.getCellGeometry(a);null!= +f&&f.relative;)d=this.getModel().getParent(d),f=this.getCellGeometry(d);var g=this.view.getState(d),q=null!=g?g.style:this.getCellStyle(d);if(mxUtils.getValue(q,"part",!1)){var t=this.model.getParent(d);this.model.isVertex(t)&&(d=t)}r=this.duplicateCells([d],!1)[0];f=this.getCellGeometry(r);null!=f&&(f.x=n.x-f.width/2,f.y=n.y-f.height/2)}f=null;null!=this.layoutManager&&(f=this.layoutManager.getLayout(this.model.getParent(a)));var m=mxEvent.isControlDown(b)&&h||null==p&&null!=f&&f.constructor==mxStackLayout? +null:this.insertEdge(this.model.getParent(a),null,"",a,r,this.createCurrentEdgeStyle());if(null!=m&&this.connectionHandler.insertBeforeSource){var l=null;for(b=a;null!=b.parent&&null!=b.geometry&&b.geometry.relative&&b.parent!=m.parent;)b=this.model.getParent(b);null!=b&&null!=b.parent&&b.parent==m.parent&&(l=b.parent.getIndex(b),this.model.add(b.parent,m,l))}null==p&&null!=r&&null!=f&&null!=a.parent&&f.constructor==mxStackLayout&&c==mxConstants.DIRECTION_WEST&&(l=a.parent.getIndex(a),this.model.add(a.parent, +r,l));null!=m&&e.push(m);null==p&&null!=r&&e.push(r);null==r&&null!=m&&m.geometry.setTerminalPoint(n,!1);null!=m&&this.fireEvent(new mxEventObject("cellsInserted","cells",[m]))}finally{this.model.endUpdate()}return e}; Graph.prototype.getIndexableText=function(){var a=document.createElement("div"),c=[],e,b;for(b in this.model.cells)if(e=this.model.cells[b],this.model.isVertex(e)||this.model.isEdge(e))this.isHtmlLabel(e)?(a.innerHTML=this.getLabel(e),e=mxUtils.extractTextWithWhitespace([a])):e=this.getLabel(e),e=mxUtils.trim(e.replace(/[\x00-\x1F\x7F-\x9F]|\s+/g," ")),0<e.length&&c.push(e);return c.join(" ")}; Graph.prototype.convertValueToString=function(a){if(null!=a.value&&"object"==typeof a.value){if(this.isReplacePlaceholders(a)&&null!=a.getAttribute("placeholder")){for(var c=a.getAttribute("placeholder"),e=a,b=null;null==b&&null!=e;)null!=e.value&&"object"==typeof e.value&&(b=e.hasAttribute(c)?null!=e.getAttribute(c)?e.getAttribute(c):"":null),e=this.model.getParent(e);return b||""}return a.value.getAttribute("label")||""}return mxGraph.prototype.convertValueToString.apply(this,arguments)}; Graph.prototype.getLinksForState=function(a){return null!=a&&null!=a.text&&null!=a.text.node?a.text.node.getElementsByTagName("a"):null};Graph.prototype.getLinkForCell=function(a){return null!=a.value&&"object"==typeof a.value?(a=a.value.getAttribute("link"),null!=a&&"javascript:"===a.toLowerCase().substring(0,11)&&(a=a.substring(11)),a):null}; Graph.prototype.getCellStyle=function(a){var c=mxGraph.prototype.getCellStyle.apply(this,arguments);if(null!=a&&null!=this.layoutManager){var e=this.model.getParent(a);this.model.isVertex(e)&&this.isCellCollapsed(a)&&(e=this.layoutManager.getLayout(e),null!=e&&e.constructor==mxStackLayout&&(c[mxConstants.STYLE_HORIZONTAL]=!e.horizontal))}return c}; Graph.prototype.updateAlternateBounds=function(a,c,e){if(null!=a&&null!=c&&null!=this.layoutManager&&null!=c.alternateBounds){var b=this.layoutManager.getLayout(this.model.getParent(a));null!=b&&b.constructor==mxStackLayout&&(b.horizontal?c.alternateBounds.height=0:c.alternateBounds.width=0)}mxGraph.prototype.updateAlternateBounds.apply(this,arguments)};Graph.prototype.isMoveCellsEvent=function(a){return mxEvent.isShiftDown(a)}; -Graph.prototype.foldCells=function(a,c,e,b,h){c=null!=c?c:!1;null==e&&(e=this.getFoldableCells(this.getSelectionCells(),a));if(null!=e){this.model.beginUpdate();try{if(mxGraph.prototype.foldCells.apply(this,arguments),null!=this.layoutManager)for(var n=0;n<e.length;n++){var m=this.view.getState(e[n]),r=this.getCellGeometry(e[n]);if(null!=m&&null!=r){var u=Math.round(r.width-m.width/this.view.scale),d=Math.round(r.height-m.height/this.view.scale);if(0!=d||0!=u){var f=this.model.getParent(e[n]),g=this.layoutManager.getLayout(f); -null==g?null!=h&&this.isMoveCellsEvent(h)&&this.moveSiblings(m,f,u,d):null!=h&&mxEvent.isAltDown(h)||g.constructor!=mxStackLayout||g.resizeLast||this.resizeParentStacks(f,g,u,d)}}}}finally{this.model.endUpdate()}this.isEnabled()&&this.setSelectionCells(e)}}; -Graph.prototype.moveSiblings=function(a,c,e,b){this.model.beginUpdate();try{var h=this.getCellsBeyond(a.x,a.y,c,!0,!0);for(c=0;c<h.length;c++)if(h[c]!=a.cell){var n=this.view.getState(h[c]),m=this.getCellGeometry(h[c]);null!=n&&null!=m&&(m=m.clone(),m.translate(Math.round(e*Math.max(0,Math.min(1,(n.x-a.x)/a.width))),Math.round(b*Math.max(0,Math.min(1,(n.y-a.y)/a.height)))),this.model.setGeometry(h[c],m))}}finally{this.model.endUpdate()}}; -Graph.prototype.resizeParentStacks=function(a,c,e,b){if(null!=this.layoutManager&&null!=c&&c.constructor==mxStackLayout&&!c.resizeLast){this.model.beginUpdate();try{for(var h=c.horizontal;null!=a&&null!=c&&c.constructor==mxStackLayout&&c.horizontal==h&&!c.resizeLast;){var n=this.getCellGeometry(a),m=this.view.getState(a);null!=m&&null!=n&&(n=n.clone(),c.horizontal?n.width+=e+Math.min(0,m.width/this.view.scale-n.width):n.height+=b+Math.min(0,m.height/this.view.scale-n.height),this.model.setGeometry(a, -n));a=this.model.getParent(a);c=this.layoutManager.getLayout(a)}}finally{this.model.endUpdate()}}};Graph.prototype.isContainer=function(a){var c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return this.isSwimlane(a)?"0"!=c.container:"1"==c.container};Graph.prototype.isCellConnectable=function(a){var c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return null!=c.connectable?"0"!=c.connectable:mxGraph.prototype.isCellConnectable.apply(this,arguments)}; +Graph.prototype.foldCells=function(a,c,e,b,h){c=null!=c?c:!1;null==e&&(e=this.getFoldableCells(this.getSelectionCells(),a));if(null!=e){this.model.beginUpdate();try{if(mxGraph.prototype.foldCells.apply(this,arguments),null!=this.layoutManager)for(var p=0;p<e.length;p++){var n=this.view.getState(e[p]),r=this.getCellGeometry(e[p]);if(null!=n&&null!=r){var u=Math.round(r.width-n.width/this.view.scale),d=Math.round(r.height-n.height/this.view.scale);if(0!=d||0!=u){var f=this.model.getParent(e[p]),g=this.layoutManager.getLayout(f); +null==g?null!=h&&this.isMoveCellsEvent(h)&&this.moveSiblings(n,f,u,d):null!=h&&mxEvent.isAltDown(h)||g.constructor!=mxStackLayout||g.resizeLast||this.resizeParentStacks(f,g,u,d)}}}}finally{this.model.endUpdate()}this.isEnabled()&&this.setSelectionCells(e)}}; +Graph.prototype.moveSiblings=function(a,c,e,b){this.model.beginUpdate();try{var h=this.getCellsBeyond(a.x,a.y,c,!0,!0);for(c=0;c<h.length;c++)if(h[c]!=a.cell){var p=this.view.getState(h[c]),n=this.getCellGeometry(h[c]);null!=p&&null!=n&&(n=n.clone(),n.translate(Math.round(e*Math.max(0,Math.min(1,(p.x-a.x)/a.width))),Math.round(b*Math.max(0,Math.min(1,(p.y-a.y)/a.height)))),this.model.setGeometry(h[c],n))}}finally{this.model.endUpdate()}}; +Graph.prototype.resizeParentStacks=function(a,c,e,b){if(null!=this.layoutManager&&null!=c&&c.constructor==mxStackLayout&&!c.resizeLast){this.model.beginUpdate();try{for(var h=c.horizontal;null!=a&&null!=c&&c.constructor==mxStackLayout&&c.horizontal==h&&!c.resizeLast;){var p=this.getCellGeometry(a),n=this.view.getState(a);null!=n&&null!=p&&(p=p.clone(),c.horizontal?p.width+=e+Math.min(0,n.width/this.view.scale-p.width):p.height+=b+Math.min(0,n.height/this.view.scale-p.height),this.model.setGeometry(a, +p));a=this.model.getParent(a);c=this.layoutManager.getLayout(a)}}finally{this.model.endUpdate()}}};Graph.prototype.isContainer=function(a){var c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return this.isSwimlane(a)?"0"!=c.container:"1"==c.container};Graph.prototype.isCellConnectable=function(a){var c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return null!=c.connectable?"0"!=c.connectable:mxGraph.prototype.isCellConnectable.apply(this,arguments)}; Graph.prototype.selectAll=function(a){a=a||this.getDefaultParent();this.isCellLocked(a)||mxGraph.prototype.selectAll.apply(this,arguments)};Graph.prototype.selectCells=function(a,c,e){e=e||this.getDefaultParent();this.isCellLocked(e)||mxGraph.prototype.selectCells.apply(this,arguments)};Graph.prototype.getSwimlaneAt=function(a,c,e){e=e||this.getDefaultParent();return this.isCellLocked(e)?null:mxGraph.prototype.getSwimlaneAt.apply(this,arguments)}; Graph.prototype.isCellFoldable=function(a){var c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return this.foldingEnabled&&!this.isCellLocked(a)&&(this.isContainer(a)&&"0"!=c.collapsible||!this.isContainer(a)&&"1"==c.collapsible)};Graph.prototype.reset=function(){this.isEditing()&&this.stopEditing(!0);this.escape();this.isSelectionEmpty()||this.clearSelection()}; Graph.prototype.zoom=function(a,c){a=Math.max(.01,Math.min(this.view.scale*a,160))/this.view.scale;mxGraph.prototype.zoom.apply(this,arguments)};Graph.prototype.zoomIn=function(){.15>this.view.scale?this.zoom((this.view.scale+.01)/this.view.scale):this.zoom(Math.round(this.view.scale*this.zoomFactor*20)/20/this.view.scale)};Graph.prototype.zoomOut=function(){.15>=this.view.scale?this.zoom((this.view.scale-.01)/this.view.scale):this.zoom(Math.round(1/this.zoomFactor*this.view.scale*20)/20/this.view.scale)}; @@ -2272,7 +2272,7 @@ HoverIcons.prototype.refreshTarget=new mxImage(mxClient.IS_SVG?"data:image/png;b HoverIcons.prototype.init=function(){this.arrowUp=this.createArrow(this.triangleUp,mxResources.get("plusTooltip"));this.arrowRight=this.createArrow(this.triangleRight,mxResources.get("plusTooltip"));this.arrowDown=this.createArrow(this.triangleDown,mxResources.get("plusTooltip"));this.arrowLeft=this.createArrow(this.triangleLeft,mxResources.get("plusTooltip"));this.elts=[this.arrowUp,this.arrowRight,this.arrowDown,this.arrowLeft];this.repaintHandler=mxUtils.bind(this,function(){this.repaint()});this.graph.selectionModel.addListener(mxEvent.CHANGE, this.repaintHandler);this.graph.model.addListener(mxEvent.CHANGE,this.repaintHandler);this.graph.view.addListener(mxEvent.SCALE_AND_TRANSLATE,this.repaintHandler);this.graph.view.addListener(mxEvent.TRANSLATE,this.repaintHandler);this.graph.view.addListener(mxEvent.SCALE,this.repaintHandler);this.graph.view.addListener(mxEvent.DOWN,this.repaintHandler);this.graph.view.addListener(mxEvent.UP,this.repaintHandler);this.graph.addListener(mxEvent.ROOT,this.repaintHandler);this.graph.addListener(mxEvent.ESCAPE, mxUtils.bind(this,function(){this.mouseDownPoint=null}));mxEvent.addListener(this.graph.container,"mouseleave",mxUtils.bind(this,function(a){null!=a.relatedTarget&&mxEvent.getSource(a)==this.graph.container&&this.setDisplay("none")}));this.graph.addListener(mxEvent.START_EDITING,mxUtils.bind(this,function(a){this.reset()}));var a=this.graph.click;this.graph.click=mxUtils.bind(this,function(c){a.apply(this.graph,arguments);null==this.currentState||this.graph.isCellSelected(this.currentState.cell)|| -!mxEvent.isTouchEvent(c.getEvent())||this.graph.model.isVertex(c.getCell())||this.reset()});var c=!1;this.graph.addMouseListener({mouseDown:mxUtils.bind(this,function(a,b){c=!1;var e=b.getEvent();if(this.isResetEvent(e))this.reset();else if(!this.isActive()){var n=this.getState(b.getState());null==n&&mxEvent.isTouchEvent(e)||this.update(n)}this.setDisplay("none")}),mouseMove:mxUtils.bind(this,function(a,b){var e=b.getEvent();this.isResetEvent(e)?this.reset():this.graph.isMouseDown||mxEvent.isTouchEvent(e)|| +!mxEvent.isTouchEvent(c.getEvent())||this.graph.model.isVertex(c.getCell())||this.reset()});var c=!1;this.graph.addMouseListener({mouseDown:mxUtils.bind(this,function(a,b){c=!1;var e=b.getEvent();if(this.isResetEvent(e))this.reset();else if(!this.isActive()){var p=this.getState(b.getState());null==p&&mxEvent.isTouchEvent(e)||this.update(p)}this.setDisplay("none")}),mouseMove:mxUtils.bind(this,function(a,b){var e=b.getEvent();this.isResetEvent(e)?this.reset():this.graph.isMouseDown||mxEvent.isTouchEvent(e)|| this.update(this.getState(b.getState()),b.getGraphX(),b.getGraphY());null!=this.graph.connectionHandler&&null!=this.graph.connectionHandler.shape&&(c=!0)}),mouseUp:mxUtils.bind(this,function(a,b){var e=b.getEvent();this.isResetEvent(e)?this.reset():this.isActive()&&null!=this.mouseDownPoint&&Math.abs(b.getGraphX()-this.mouseDownPoint.x)<this.graph.tolerance&&Math.abs(b.getGraphY()-this.mouseDownPoint.y)<this.graph.tolerance?c||this.click(this.currentState,this.getDirection(),b):this.isActive()?1== this.graph.getSelectionCount()&&this.graph.model.isEdge(this.graph.getSelectionCell())?this.reset():this.update(this.getState(this.graph.view.getState(this.graph.getCellAt(b.getGraphX(),b.getGraphY())))):mxEvent.isTouchEvent(e)||null!=this.bbox&&mxUtils.contains(this.bbox,b.getGraphX(),b.getGraphY())?(this.setDisplay(""),this.repaint()):mxEvent.isTouchEvent(e)||this.reset();c=!1;this.resetActiveArrow()})})}; HoverIcons.prototype.isResetEvent=function(a,c){return mxEvent.isAltDown(a)||null==this.activeArrow&&mxEvent.isShiftDown(a)||mxEvent.isMetaDown(a)||mxEvent.isPopupTrigger(a)&&!mxEvent.isControlDown(a)}; @@ -2282,14 +2282,14 @@ this.activeArrow=e,this.setDisplay("none"),mxEvent.consume(a))}));mxEvent.redire this.resetActiveArrow()}));return e};HoverIcons.prototype.resetActiveArrow=function(){null!=this.activeArrow&&(mxUtils.setOpacity(this.activeArrow,this.inactiveOpacity),this.activeArrow=null)};HoverIcons.prototype.getDirection=function(){var a=mxConstants.DIRECTION_EAST;this.activeArrow==this.arrowUp?a=mxConstants.DIRECTION_NORTH:this.activeArrow==this.arrowDown?a=mxConstants.DIRECTION_SOUTH:this.activeArrow==this.arrowLeft&&(a=mxConstants.DIRECTION_WEST);return a}; HoverIcons.prototype.visitNodes=function(a){for(var c=0;c<this.elts.length;c++)null!=this.elts[c]&&a(this.elts[c])};HoverIcons.prototype.removeNodes=function(){this.visitNodes(function(a){null!=a.parentNode&&a.parentNode.removeChild(a)})};HoverIcons.prototype.setDisplay=function(a){this.visitNodes(function(c){c.style.display=a})};HoverIcons.prototype.isActive=function(){return null!=this.activeArrow&&null!=this.currentState}; HoverIcons.prototype.drag=function(a,c,e){this.graph.popupMenuHandler.hideMenu();this.graph.stopEditing(!1);null!=this.currentState&&(this.graph.connectionHandler.start(this.currentState,c,e),this.graph.isMouseTrigger=mxEvent.isMouseEvent(a),this.graph.isMouseDown=!0,a=this.graph.selectionCellsHandler.getHandler(this.currentState.cell),null!=a&&a.setHandlesVisible(!1))};HoverIcons.prototype.getStateAt=function(a,c,e){return this.graph.view.getState(this.graph.getCellAt(c,e))}; -HoverIcons.prototype.click=function(a,c,e){var b=e.getEvent(),h=e.getGraphX(),n=e.getGraphY(),h=this.getStateAt(a,h,n);null==h||!this.graph.model.isEdge(h.cell)||mxEvent.isControlDown(b)||h.getVisibleTerminalState(!0)!=a&&h.getVisibleTerminalState(!1)!=a?null!=a&&(a=this.graph.connectVertex(a.cell,c,this.graph.defaultEdgeLength,b),this.graph.selectCellsForConnectVertex(a,b,this),2==a.length&&this.graph.model.isVertex(a[1])?(this.graph.setSelectionCell(a[1]),mxEvent.isTouchEvent(b)?this.update(this.getState(this.graph.view.getState(a[1]))): +HoverIcons.prototype.click=function(a,c,e){var b=e.getEvent(),h=e.getGraphX(),p=e.getGraphY(),h=this.getStateAt(a,h,p);null==h||!this.graph.model.isEdge(h.cell)||mxEvent.isControlDown(b)||h.getVisibleTerminalState(!0)!=a&&h.getVisibleTerminalState(!1)!=a?null!=a&&(a=this.graph.connectVertex(a.cell,c,this.graph.defaultEdgeLength,b),this.graph.selectCellsForConnectVertex(a,b,this),2==a.length&&this.graph.model.isVertex(a[1])?(this.graph.setSelectionCell(a[1]),mxEvent.isTouchEvent(b)?this.update(this.getState(this.graph.view.getState(a[1]))): this.reset(),this.graph.scrollCellToVisible(a[1])):this.graph.setSelectionCells(a)):(this.graph.setSelectionCell(h.cell),this.reset());e.consume()};HoverIcons.prototype.reset=function(a){null!=a&&!a||null==this.updateThread||window.clearTimeout(this.updateThread);this.activeArrow=this.currentState=this.mouseDownPoint=null;this.removeNodes();this.bbox=null}; HoverIcons.prototype.repaint=function(){this.bbox=null;if(null!=this.currentState){this.currentState=this.getState(this.currentState);if(null!=this.currentState&&this.graph.model.isVertex(this.currentState.cell)&&this.graph.isCellConnectable(this.currentState.cell)){var a=mxRectangle.fromRectangle(this.currentState);null!=this.currentState.shape&&null!=this.currentState.shape.boundingBox&&(a=mxRectangle.fromRectangle(this.currentState.shape.boundingBox));a.grow(this.graph.tolerance);a.grow(this.arrowSpacing); var c=this.graph.selectionCellsHandler.getHandler(this.currentState.cell);null!=c&&(a.x-=c.horizontalOffset/2,a.y-=c.verticalOffset/2,a.width+=c.horizontalOffset,a.height+=c.verticalOffset,null!=c.rotationShape&&null!=c.rotationShape.node&&"hidden"!=c.rotationShape.node.style.visibility&&"none"!=c.rotationShape.node.style.display&&null!=c.rotationShape.boundingBox&&a.add(c.rotationShape.boundingBox));this.arrowUp.style.left=Math.round(this.currentState.getCenterX()-this.triangleUp.width/2-this.tolerance)+ "px";this.arrowUp.style.top=Math.round(a.y-this.triangleUp.height-this.tolerance)+"px";mxUtils.setOpacity(this.arrowUp,this.inactiveOpacity);this.arrowRight.style.left=Math.round(a.x+a.width-this.tolerance)+"px";this.arrowRight.style.top=Math.round(this.currentState.getCenterY()-this.triangleRight.height/2-this.tolerance)+"px";mxUtils.setOpacity(this.arrowRight,this.inactiveOpacity);this.arrowDown.style.left=this.arrowUp.style.left;this.arrowDown.style.top=Math.round(a.y+a.height-this.tolerance)+ "px";mxUtils.setOpacity(this.arrowDown,this.inactiveOpacity);this.arrowLeft.style.left=Math.round(a.x-this.triangleLeft.width-this.tolerance)+"px";this.arrowLeft.style.top=this.arrowRight.style.top;mxUtils.setOpacity(this.arrowLeft,this.inactiveOpacity);if(this.checkCollisions){var c=this.graph.getCellAt(a.x+a.width+this.triangleRight.width/2,this.currentState.getCenterY()),e=this.graph.getCellAt(a.x-this.triangleLeft.width/2,this.currentState.getCenterY()),b=this.graph.getCellAt(this.currentState.getCenterX(), -a.y-this.triangleUp.height/2),a=this.graph.getCellAt(this.currentState.getCenterX(),a.y+a.height+this.triangleDown.height/2);null!=c&&c==e&&e==b&&b==a&&(a=b=e=c=null);var h=this.graph.getCellGeometry(this.currentState.cell),n=mxUtils.bind(this,function(a,c){var b=this.graph.model.isVertex(a)&&this.graph.getCellGeometry(a);null!=a&&!this.graph.model.isAncestor(a,this.currentState.cell)&&(null==b||null==h||b.height<6*h.height&&b.width<6*h.width)?c.style.visibility="hidden":c.style.visibility="visible"}); -n(c,this.arrowRight);n(e,this.arrowLeft);n(b,this.arrowUp);n(a,this.arrowDown)}else this.arrowLeft.style.visibility="visible",this.arrowRight.style.visibility="visible",this.arrowUp.style.visibility="visible",this.arrowDown.style.visibility="visible";this.graph.tooltipHandler.isEnabled()?(this.arrowLeft.setAttribute("title",mxResources.get("plusTooltip")),this.arrowRight.setAttribute("title",mxResources.get("plusTooltip")),this.arrowUp.setAttribute("title",mxResources.get("plusTooltip")),this.arrowDown.setAttribute("title", +a.y-this.triangleUp.height/2),a=this.graph.getCellAt(this.currentState.getCenterX(),a.y+a.height+this.triangleDown.height/2);null!=c&&c==e&&e==b&&b==a&&(a=b=e=c=null);var h=this.graph.getCellGeometry(this.currentState.cell),p=mxUtils.bind(this,function(a,c){var b=this.graph.model.isVertex(a)&&this.graph.getCellGeometry(a);null!=a&&!this.graph.model.isAncestor(a,this.currentState.cell)&&(null==b||null==h||b.height<6*h.height&&b.width<6*h.width)?c.style.visibility="hidden":c.style.visibility="visible"}); +p(c,this.arrowRight);p(e,this.arrowLeft);p(b,this.arrowUp);p(a,this.arrowDown)}else this.arrowLeft.style.visibility="visible",this.arrowRight.style.visibility="visible",this.arrowUp.style.visibility="visible",this.arrowDown.style.visibility="visible";this.graph.tooltipHandler.isEnabled()?(this.arrowLeft.setAttribute("title",mxResources.get("plusTooltip")),this.arrowRight.setAttribute("title",mxResources.get("plusTooltip")),this.arrowUp.setAttribute("title",mxResources.get("plusTooltip")),this.arrowDown.setAttribute("title", mxResources.get("plusTooltip"))):(this.arrowLeft.removeAttribute("title"),this.arrowRight.removeAttribute("title"),this.arrowUp.removeAttribute("title"),this.arrowDown.removeAttribute("title"))}else this.reset();null!=this.currentState&&(this.bbox=this.computeBoundingBox(),null!=this.bbox&&this.bbox.grow(10))}}; HoverIcons.prototype.computeBoundingBox=function(){var a=this.graph.model.isEdge(this.currentState.cell)?null:mxRectangle.fromRectangle(this.currentState);this.visitNodes(function(c){null!=c.parentNode&&(c=new mxRectangle(c.offsetLeft,c.offsetTop,c.offsetWidth,c.offsetHeight),null==a?a=c:a.add(c))});return a}; HoverIcons.prototype.getState=function(a){if(null!=a){a=a.cell;if(this.graph.getModel().isVertex(a)&&!this.graph.isCellConnectable(a)){var c=this.graph.getModel().getParent(a);this.graph.getModel().isVertex(c)&&this.graph.isCellConnectable(c)&&(a=c)}if(this.graph.isCellLocked(a)||this.graph.model.isEdge(a))a=null;a=this.graph.view.getState(a)}return a}; @@ -2298,23 +2298,23 @@ this.setDisplay("");null!=this.currentState&&this.currentState!=a&&b<this.activa this.reset())}else this.reset()};HoverIcons.prototype.setCurrentState=function(a){"eastwest"!=a.style.portConstraint&&(this.graph.container.appendChild(this.arrowUp),this.graph.container.appendChild(this.arrowDown));this.graph.container.appendChild(this.arrowRight);this.graph.container.appendChild(this.arrowLeft);this.currentState=a}; (function(){var a=mxGraphView.prototype.resetValidationState;mxGraphView.prototype.resetValidationState=function(){a.apply(this,arguments);this.validEdges=[]};var c=mxGraphView.prototype.validateCellState;mxGraphView.prototype.validateCellState=function(a,d){var b=this.getState(a);null!=b&&this.graph.model.isEdge(b.cell)&&null!=b.style&&1!=b.style[mxConstants.STYLE_CURVED]&&!b.invalid&&this.updateLineJumps(b)&&this.graph.cellRenderer.redraw(b,!1,this.isRendering());b=c.apply(this,arguments);null!= b&&this.graph.model.isEdge(b.cell)&&1!=b.style[mxConstants.STYLE_CURVED]&&this.validEdges.push(b);return b};var e=mxCellRenderer.prototype.isShapeInvalid;mxCellRenderer.prototype.isShapeInvalid=function(a,d){return e.apply(this,arguments)||null!=a.routedPoints&&null!=d.routedPoints&&!mxUtils.equalPoints(d.routedPoints,a.routedPoints)};var b=mxGraphView.prototype.updateCellState;mxGraphView.prototype.updateCellState=function(a){b.apply(this,arguments);this.graph.model.isEdge(a.cell)&&1!=a.style[mxConstants.STYLE_CURVED]&& -this.updateLineJumps(a)};mxGraphView.prototype.updateLineJumps=function(a){var d=a.absolutePoints;if(Graph.lineJumpsEnabled){var c=null!=a.routedPoints,b=null;if(null!=d&&null!=this.validEdges&&"none"!==mxUtils.getValue(a.style,"jumpStyle","none")){for(var e=function(d,c,f){var e=new mxPoint(c,f);e.type=d;b.push(e);e=null!=a.routedPoints?a.routedPoints[b.length-1]:null;return null==e||e.type!=d||e.x!=c||e.y!=f},t=.5*this.scale,c=!1,b=[],k=0;k<d.length-1;k++){for(var q=d[k+1],h=d[k],r=[],l=d[k+2];k< -d.length-2&&mxUtils.ptSegDistSq(h.x,h.y,l.x,l.y,q.x,q.y)<1*this.scale*this.scale;)q=l,k++,l=d[k+2];for(var c=e(0,h.x,h.y)||c,y=0;y<this.validEdges.length;y++){var v=this.validEdges[y],A=v.absolutePoints;if(null!=A&&mxUtils.intersects(a,v)&&"1"!=v.style.noJump)for(v=0;v<A.length-1;v++){for(var m=A[v+1],n=A[v],l=A[v+2];v<A.length-2&&mxUtils.ptSegDistSq(n.x,n.y,l.x,l.y,m.x,m.y)<1*this.scale*this.scale;)m=l,v++,l=A[v+2];l=mxUtils.intersection(h.x,h.y,q.x,q.y,n.x,n.y,m.x,m.y);if(null!=l&&(Math.abs(l.x- -n.x)>t||Math.abs(l.y-n.y)>t)&&(Math.abs(l.x-m.x)>t||Math.abs(l.y-m.y)>t)){m=l.x-h.x;n=l.y-h.y;l={distSq:m*m+n*n,x:l.x,y:l.y};for(m=0;m<r.length;m++)if(r[m].distSq>l.distSq){r.splice(m,0,l);l=null;break}null==l||0!=r.length&&r[r.length-1].x===l.x&&r[r.length-1].y===l.y||r.push(l)}}}for(v=0;v<r.length;v++)c=e(1,r[v].x,r[v].y)||c}l=d[d.length-1];c=e(0,l.x,l.y)||c}a.routedPoints=b;return c}return!1};var h=mxConnector.prototype.paintLine;mxConnector.prototype.paintLine=function(a,d,c){this.routedPoints= -null!=this.state?this.state.routedPoints:null;if(this.outline||null==this.state||null==this.style||null==this.state.routedPoints||0==this.state.routedPoints.length)h.apply(this,arguments);else{var b=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2,f=(parseInt(mxUtils.getValue(this.style,"jumpSize",Graph.defaultJumpSize))-2)/2+this.strokewidth,e=mxUtils.getValue(this.style,"jumpStyle","none"),k,q=!0,x=null,r=null;k=[];var l=null;a.begin();for(var y=0;y<this.state.routedPoints.length;y++){var v= -this.state.routedPoints[y],A=new mxPoint(v.x/this.scale,v.y/this.scale);0==y?A=d[0]:y==this.state.routedPoints.length-1&&(A=d[d.length-1]);var m=!1;if(null!=x&&1==v.type){var n=this.state.routedPoints[y+1],v=n.x/this.scale-A.x,n=n.y/this.scale-A.y,v=v*v+n*n;null==l&&(l=new mxPoint(A.x-x.x,A.y-x.y),r=Math.sqrt(l.x*l.x+l.y*l.y),l.x=l.x*f/r,l.y=l.y*f/r);v>f*f&&0<r&&(v=x.x-A.x,n=x.y-A.y,v=v*v+n*n,v>f*f&&(m=new mxPoint(A.x-l.x,A.y-l.y),v=new mxPoint(A.x+l.x,A.y+l.y),k.push(m),this.addPoints(a,k,c,b,!1, -null,q),k=0>Math.round(l.x)||0==Math.round(l.x)&&0>=Math.round(l.y)?1:-1,q=!1,"sharp"==e?(a.lineTo(m.x-l.y*k,m.y+l.x*k),a.lineTo(v.x-l.y*k,v.y+l.x*k),a.lineTo(v.x,v.y)):"arc"==e?(k*=1.3,a.curveTo(m.x-l.y*k,m.y+l.x*k,v.x-l.y*k,v.y+l.x*k,v.x,v.y)):(a.moveTo(v.x,v.y),q=!0),k=[v],m=!0))}else l=null;m||(k.push(A),x=A)}this.addPoints(a,k,c,b,!1,null,q);a.stroke()}};var n=mxGraphView.prototype.updateFloatingTerminalPoint;mxGraphView.prototype.updateFloatingTerminalPoint=function(a,d,c,b){if(null==d||null== -a||"1"!=d.style.snapToPoint&&"1"!=a.style.snapToPoint)n.apply(this,arguments);else{d=this.getTerminalPort(a,d,b);var f=this.getNextPoint(a,c,b),e=this.graph.isOrthogonal(a),g=mxUtils.toRadians(Number(d.style[mxConstants.STYLE_ROTATION]||"0")),q=new mxPoint(d.getCenterX(),d.getCenterY());if(0!=g)var h=Math.cos(-g),r=Math.sin(-g),f=mxUtils.getRotatedPoint(f,h,r,q);h=parseFloat(a.style[mxConstants.STYLE_PERIMETER_SPACING]||0);h+=parseFloat(a.style[b?mxConstants.STYLE_SOURCE_PERIMETER_SPACING:mxConstants.STYLE_TARGET_PERIMETER_SPACING]|| -0);f=this.getPerimeterPoint(d,f,0==g&&e,h);0!=g&&(h=Math.cos(g),r=Math.sin(g),f=mxUtils.getRotatedPoint(f,h,r,q));a.setAbsoluteTerminalPoint(this.snapToAnchorPoint(a,d,c,b,f),b)}};mxGraphView.prototype.snapToAnchorPoint=function(a,d,c,b,e){if(null!=d&&null!=a){a=this.graph.getAllConnectionConstraints(d);b=c=null;if(null!=a)for(var f=0;f<a.length;f++){var g=this.graph.getConnectionPoint(d,a[f]);if(null!=g){var p=(g.x-e.x)*(g.x-e.x)+(g.y-e.y)*(g.y-e.y);if(null==b||p<b)c=g,b=p}}null!=c&&(e=c)}return e}; -var m=mxStencil.prototype.evaluateTextAttribute;mxStencil.prototype.evaluateTextAttribute=function(a,d,c){var b=m.apply(this,arguments);"1"==a.getAttribute("placeholders")&&null!=c.state&&(b=c.state.view.graph.replacePlaceholders(c.state.cell,b));return b};var r=mxCellRenderer.prototype.createShape;mxCellRenderer.prototype.createShape=function(a){if(null!=a.style&&"undefined"!==typeof pako){var d=mxUtils.getValue(a.style,mxConstants.STYLE_SHAPE,null);if(null!=d&&"stencil("==d.substring(0,8))try{var c= -d.substring(8,d.length-1),b=mxUtils.parseXml(a.view.graph.decompress(c));return new mxShape(new mxStencil(b.documentElement))}catch(p){null!=window.console&&console.log("Error in shape: "+p)}}return r.apply(this,arguments)}})();mxStencilRegistry.libraries={};mxStencilRegistry.dynamicLoading=!0;mxStencilRegistry.allowEval=!0;mxStencilRegistry.packages=[]; -mxStencilRegistry.getStencil=function(a){var c=mxStencilRegistry.stencils[a];if(null==c&&null==mxCellRenderer.defaultShapes[a]&&mxStencilRegistry.dynamicLoading){var e=mxStencilRegistry.getBasenameForStencil(a);if(null!=e){c=mxStencilRegistry.libraries[e];if(null!=c){if(null==mxStencilRegistry.packages[e]){for(var b=0;b<c.length;b++){var h=c[b];if(".xml"==h.toLowerCase().substring(h.length-4,h.length))mxStencilRegistry.loadStencilSet(h,null);else if(".js"==h.toLowerCase().substring(h.length-3,h.length))try{if(mxStencilRegistry.allowEval){var n= -mxUtils.load(h);null!=n&&200<=n.getStatus()&&299>=n.getStatus()&&eval.call(window,n.getText())}}catch(m){null!=window.console&&console.log("error in getStencil:",h,m)}}mxStencilRegistry.packages[e]=1}}else e=e.replace("_-_","_"),mxStencilRegistry.loadStencilSet(STENCIL_PATH+"/"+e+".xml",null);c=mxStencilRegistry.stencils[a]}}return c}; +this.updateLineJumps(a)};mxGraphView.prototype.updateLineJumps=function(a){var d=a.absolutePoints;if(Graph.lineJumpsEnabled){var c=null!=a.routedPoints,b=null;if(null!=d&&null!=this.validEdges&&"none"!==mxUtils.getValue(a.style,"jumpStyle","none")){for(var e=function(d,c,f){var e=new mxPoint(c,f);e.type=d;b.push(e);e=null!=a.routedPoints?a.routedPoints[b.length-1]:null;return null==e||e.type!=d||e.x!=c||e.y!=f},t=.5*this.scale,c=!1,b=[],m=0;m<d.length-1;m++){for(var l=d[m+1],h=d[m],r=[],k=d[m+2];m< +d.length-2&&mxUtils.ptSegDistSq(h.x,h.y,k.x,k.y,l.x,l.y)<1*this.scale*this.scale;)l=k,m++,k=d[m+2];for(var c=e(0,h.x,h.y)||c,w=0;w<this.validEdges.length;w++){var v=this.validEdges[w],A=v.absolutePoints;if(null!=A&&mxUtils.intersects(a,v)&&"1"!=v.style.noJump)for(v=0;v<A.length-1;v++){for(var n=A[v+1],p=A[v],k=A[v+2];v<A.length-2&&mxUtils.ptSegDistSq(p.x,p.y,k.x,k.y,n.x,n.y)<1*this.scale*this.scale;)n=k,v++,k=A[v+2];k=mxUtils.intersection(h.x,h.y,l.x,l.y,p.x,p.y,n.x,n.y);if(null!=k&&(Math.abs(k.x- +p.x)>t||Math.abs(k.y-p.y)>t)&&(Math.abs(k.x-n.x)>t||Math.abs(k.y-n.y)>t)){n=k.x-h.x;p=k.y-h.y;k={distSq:n*n+p*p,x:k.x,y:k.y};for(n=0;n<r.length;n++)if(r[n].distSq>k.distSq){r.splice(n,0,k);k=null;break}null==k||0!=r.length&&r[r.length-1].x===k.x&&r[r.length-1].y===k.y||r.push(k)}}}for(v=0;v<r.length;v++)c=e(1,r[v].x,r[v].y)||c}k=d[d.length-1];c=e(0,k.x,k.y)||c}a.routedPoints=b;return c}return!1};var h=mxConnector.prototype.paintLine;mxConnector.prototype.paintLine=function(a,d,c){this.routedPoints= +null!=this.state?this.state.routedPoints:null;if(this.outline||null==this.state||null==this.style||null==this.state.routedPoints||0==this.state.routedPoints.length)h.apply(this,arguments);else{var b=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2,f=(parseInt(mxUtils.getValue(this.style,"jumpSize",Graph.defaultJumpSize))-2)/2+this.strokewidth,e=mxUtils.getValue(this.style,"jumpStyle","none"),m,l=!0,r=null,y=null;m=[];var k=null;a.begin();for(var w=0;w<this.state.routedPoints.length;w++){var v= +this.state.routedPoints[w],A=new mxPoint(v.x/this.scale,v.y/this.scale);0==w?A=d[0]:w==this.state.routedPoints.length-1&&(A=d[d.length-1]);var n=!1;if(null!=r&&1==v.type){var p=this.state.routedPoints[w+1],v=p.x/this.scale-A.x,p=p.y/this.scale-A.y,v=v*v+p*p;null==k&&(k=new mxPoint(A.x-r.x,A.y-r.y),y=Math.sqrt(k.x*k.x+k.y*k.y),k.x=k.x*f/y,k.y=k.y*f/y);v>f*f&&0<y&&(v=r.x-A.x,p=r.y-A.y,v=v*v+p*p,v>f*f&&(n=new mxPoint(A.x-k.x,A.y-k.y),v=new mxPoint(A.x+k.x,A.y+k.y),m.push(n),this.addPoints(a,m,c,b,!1, +null,l),m=0>Math.round(k.x)||0==Math.round(k.x)&&0>=Math.round(k.y)?1:-1,l=!1,"sharp"==e?(a.lineTo(n.x-k.y*m,n.y+k.x*m),a.lineTo(v.x-k.y*m,v.y+k.x*m),a.lineTo(v.x,v.y)):"arc"==e?(m*=1.3,a.curveTo(n.x-k.y*m,n.y+k.x*m,v.x-k.y*m,v.y+k.x*m,v.x,v.y)):(a.moveTo(v.x,v.y),l=!0),m=[v],n=!0))}else k=null;n||(m.push(A),r=A)}this.addPoints(a,m,c,b,!1,null,l);a.stroke()}};var p=mxGraphView.prototype.updateFloatingTerminalPoint;mxGraphView.prototype.updateFloatingTerminalPoint=function(a,d,c,b){if(null==d||null== +a||"1"!=d.style.snapToPoint&&"1"!=a.style.snapToPoint)p.apply(this,arguments);else{d=this.getTerminalPort(a,d,b);var f=this.getNextPoint(a,c,b),e=this.graph.isOrthogonal(a),g=mxUtils.toRadians(Number(d.style[mxConstants.STYLE_ROTATION]||"0")),l=new mxPoint(d.getCenterX(),d.getCenterY());if(0!=g)var h=Math.cos(-g),r=Math.sin(-g),f=mxUtils.getRotatedPoint(f,h,r,l);h=parseFloat(a.style[mxConstants.STYLE_PERIMETER_SPACING]||0);h+=parseFloat(a.style[b?mxConstants.STYLE_SOURCE_PERIMETER_SPACING:mxConstants.STYLE_TARGET_PERIMETER_SPACING]|| +0);f=this.getPerimeterPoint(d,f,0==g&&e,h);0!=g&&(h=Math.cos(g),r=Math.sin(g),f=mxUtils.getRotatedPoint(f,h,r,l));a.setAbsoluteTerminalPoint(this.snapToAnchorPoint(a,d,c,b,f),b)}};mxGraphView.prototype.snapToAnchorPoint=function(a,d,c,b,e){if(null!=d&&null!=a){a=this.graph.getAllConnectionConstraints(d);b=c=null;if(null!=a)for(var f=0;f<a.length;f++){var g=this.graph.getConnectionPoint(d,a[f]);if(null!=g){var l=(g.x-e.x)*(g.x-e.x)+(g.y-e.y)*(g.y-e.y);if(null==b||l<b)c=g,b=l}}null!=c&&(e=c)}return e}; +var n=mxStencil.prototype.evaluateTextAttribute;mxStencil.prototype.evaluateTextAttribute=function(a,d,c){var b=n.apply(this,arguments);"1"==a.getAttribute("placeholders")&&null!=c.state&&(b=c.state.view.graph.replacePlaceholders(c.state.cell,b));return b};var r=mxCellRenderer.prototype.createShape;mxCellRenderer.prototype.createShape=function(a){if(null!=a.style&&"undefined"!==typeof pako){var d=mxUtils.getValue(a.style,mxConstants.STYLE_SHAPE,null);if(null!=d&&"stencil("==d.substring(0,8))try{var c= +d.substring(8,d.length-1),b=mxUtils.parseXml(a.view.graph.decompress(c));return new mxShape(new mxStencil(b.documentElement))}catch(q){null!=window.console&&console.log("Error in shape: "+q)}}return r.apply(this,arguments)}})();mxStencilRegistry.libraries={};mxStencilRegistry.dynamicLoading=!0;mxStencilRegistry.allowEval=!0;mxStencilRegistry.packages=[]; +mxStencilRegistry.getStencil=function(a){var c=mxStencilRegistry.stencils[a];if(null==c&&null==mxCellRenderer.defaultShapes[a]&&mxStencilRegistry.dynamicLoading){var e=mxStencilRegistry.getBasenameForStencil(a);if(null!=e){c=mxStencilRegistry.libraries[e];if(null!=c){if(null==mxStencilRegistry.packages[e]){for(var b=0;b<c.length;b++){var h=c[b];if(".xml"==h.toLowerCase().substring(h.length-4,h.length))mxStencilRegistry.loadStencilSet(h,null);else if(".js"==h.toLowerCase().substring(h.length-3,h.length))try{if(mxStencilRegistry.allowEval){var p= +mxUtils.load(h);null!=p&&200<=p.getStatus()&&299>=p.getStatus()&&eval.call(window,p.getText())}}catch(n){null!=window.console&&console.log("error in getStencil:",h,n)}}mxStencilRegistry.packages[e]=1}}else e=e.replace("_-_","_"),mxStencilRegistry.loadStencilSet(STENCIL_PATH+"/"+e+".xml",null);c=mxStencilRegistry.stencils[a]}}return c}; mxStencilRegistry.getBasenameForStencil=function(a){var c=null;if(null!=a&&(a=a.split("."),0<a.length&&"mxgraph"==a[0]))for(var c=a[1],e=2;e<a.length-1;e++)c+="/"+a[e];return c}; -mxStencilRegistry.loadStencilSet=function(a,c,e,b){var h=mxStencilRegistry.packages[a];if(null!=e&&e||null==h){var n=!1;if(null==h)try{if(b){mxStencilRegistry.loadStencil(a,mxUtils.bind(this,function(b){null!=b&&null!=b.documentElement&&(mxStencilRegistry.packages[a]=b,n=!0,mxStencilRegistry.parseStencilSet(b.documentElement,c,n))}));return}h=mxStencilRegistry.loadStencil(a);mxStencilRegistry.packages[a]=h;n=!0}catch(m){null!=window.console&&console.log("error in loadStencilSet:",a,m)}null!=h&&null!= -h.documentElement&&mxStencilRegistry.parseStencilSet(h.documentElement,c,n)}};mxStencilRegistry.loadStencil=function(a,c){if(null!=c)mxUtils.get(a,mxUtils.bind(this,function(a){c(200<=a.getStatus()&&299>=a.getStatus()?a.getXml():null)}));else return mxUtils.load(a).getXml()};mxStencilRegistry.parseStencilSets=function(a){for(var c=0;c<a.length;c++)mxStencilRegistry.parseStencilSet(mxUtils.parseXml(a[c]).documentElement)}; -mxStencilRegistry.parseStencilSet=function(a,c,e){if("stencils"==a.nodeName)for(var b=a.firstChild;null!=b;)"shapes"==b.nodeName&&mxStencilRegistry.parseStencilSet(b,c,e),b=b.nextSibling;else{e=null!=e?e:!0;var b=a.firstChild,h="";a=a.getAttribute("name");for(null!=a&&(h=a+".");null!=b;){if(b.nodeType==mxConstants.NODETYPE_ELEMENT&&(a=b.getAttribute("name"),null!=a)){var h=h.toLowerCase(),n=a.replace(/ /g,"_");e&&mxStencilRegistry.addStencil(h+n.toLowerCase(),new mxStencil(b));if(null!=c){var m=b.getAttribute("w"), -r=b.getAttribute("h"),m=null==m?80:parseInt(m,10),r=null==r?80:parseInt(r,10);c(h,n,a,m,r)}}b=b.nextSibling}}}; +mxStencilRegistry.loadStencilSet=function(a,c,e,b){var h=mxStencilRegistry.packages[a];if(null!=e&&e||null==h){var p=!1;if(null==h)try{if(b){mxStencilRegistry.loadStencil(a,mxUtils.bind(this,function(b){null!=b&&null!=b.documentElement&&(mxStencilRegistry.packages[a]=b,p=!0,mxStencilRegistry.parseStencilSet(b.documentElement,c,p))}));return}h=mxStencilRegistry.loadStencil(a);mxStencilRegistry.packages[a]=h;p=!0}catch(n){null!=window.console&&console.log("error in loadStencilSet:",a,n)}null!=h&&null!= +h.documentElement&&mxStencilRegistry.parseStencilSet(h.documentElement,c,p)}};mxStencilRegistry.loadStencil=function(a,c){if(null!=c)mxUtils.get(a,mxUtils.bind(this,function(a){c(200<=a.getStatus()&&299>=a.getStatus()?a.getXml():null)}));else return mxUtils.load(a).getXml()};mxStencilRegistry.parseStencilSets=function(a){for(var c=0;c<a.length;c++)mxStencilRegistry.parseStencilSet(mxUtils.parseXml(a[c]).documentElement)}; +mxStencilRegistry.parseStencilSet=function(a,c,e){if("stencils"==a.nodeName)for(var b=a.firstChild;null!=b;)"shapes"==b.nodeName&&mxStencilRegistry.parseStencilSet(b,c,e),b=b.nextSibling;else{e=null!=e?e:!0;var b=a.firstChild,h="";a=a.getAttribute("name");for(null!=a&&(h=a+".");null!=b;){if(b.nodeType==mxConstants.NODETYPE_ELEMENT&&(a=b.getAttribute("name"),null!=a)){var h=h.toLowerCase(),p=a.replace(/ /g,"_");e&&mxStencilRegistry.addStencil(h+p.toLowerCase(),new mxStencil(b));if(null!=c){var n=b.getAttribute("w"), +r=b.getAttribute("h"),n=null==n?80:parseInt(n,10),r=null==r?80:parseInt(r,10);c(h,p,a,n,r)}}b=b.nextSibling}}}; "undefined"!=typeof mxVertexHandler&&function(){function a(){var a=document.createElement("div");a.className="geHint";a.style.whiteSpace="nowrap";a.style.position="absolute";return a}mxConstants.HANDLE_FILLCOLOR="#99ccff";mxConstants.HANDLE_STROKECOLOR="#0088cf";mxConstants.VERTEX_SELECTION_COLOR="#00a8ff";mxConstants.OUTLINE_COLOR="#00a8ff";mxConstants.OUTLINE_HANDLE_FILLCOLOR="#99ccff";mxConstants.OUTLINE_HANDLE_STROKECOLOR="#00a8ff";mxConstants.CONNECT_HANDLE_FILLCOLOR="#cee7ff";mxConstants.EDGE_SELECTION_COLOR= "#00a8ff";mxConstants.DEFAULT_VALID_COLOR="#00a8ff";mxConstants.LABEL_HANDLE_FILLCOLOR="#cee7ff";mxConstants.GUIDE_COLOR="#0088cf";mxConstants.HIGHLIGHT_OPACITY=30;mxConstants.HIGHLIGHT_SIZE=8;mxEdgeHandler.prototype.snapToTerminals=!0;mxGraphHandler.prototype.guidesEnabled=!0;mxRubberband.prototype.fadeOut=!0;mxGuide.prototype.isEnabledForEvent=function(a){return!mxEvent.isAltDown(a)};var c=mxConnectionHandler.prototype.isCreateTarget;mxConnectionHandler.prototype.isCreateTarget=function(a){return mxEvent.isControlDown(a)|| c.apply(this,arguments)};mxConstraintHandler.prototype.createHighlightShape=function(){var a=new mxEllipse(null,this.highlightColor,this.highlightColor,0);a.opacity=mxConstants.HIGHLIGHT_OPACITY;return a};mxConnectionHandler.prototype.livePreview=!0;mxConnectionHandler.prototype.cursor="crosshair";mxConnectionHandler.prototype.createEdgeState=function(a){a=this.graph.createCurrentEdgeStyle();a=this.graph.createEdge(null,null,null,null,null,a);a=new mxCellState(this.graph.view,a,this.graph.getCellStyle(a)); @@ -2322,17 +2322,17 @@ for(var d in this.graph.currentEdgeStyle)a.style[d]=this.graph.currentEdgeStyle[ a.getCell=mxUtils.bind(this,function(a){var c=d.apply(this,arguments);this.error=null;return c});return a};mxConnectionHandler.prototype.isCellEnabled=function(a){return!this.graph.isCellLocked(a)};Graph.prototype.defaultVertexStyle={};Graph.prototype.defaultEdgeStyle={edgeStyle:"orthogonalEdgeStyle",rounded:"0",jettySize:"auto",orthogonalLoop:"1"};Graph.prototype.createCurrentEdgeStyle=function(){var a="edgeStyle="+(this.currentEdgeStyle.edgeStyle||"none")+";";null!=this.currentEdgeStyle.shape&& (a+="shape="+this.currentEdgeStyle.shape+";");null!=this.currentEdgeStyle.curved&&(a+="curved="+this.currentEdgeStyle.curved+";");null!=this.currentEdgeStyle.rounded&&(a+="rounded="+this.currentEdgeStyle.rounded+";");null!=this.currentEdgeStyle.comic&&(a+="comic="+this.currentEdgeStyle.comic+";");null!=this.currentEdgeStyle.jumpStyle&&(a+="jumpStyle="+this.currentEdgeStyle.jumpStyle+";");null!=this.currentEdgeStyle.jumpSize&&(a+="jumpSize="+this.currentEdgeStyle.jumpSize+";");"elbowEdgeStyle"==this.currentEdgeStyle.edgeStyle&& null!=this.currentEdgeStyle.elbow&&(a+="elbow="+this.currentEdgeStyle.elbow+";");return a=null!=this.currentEdgeStyle.html?a+("html="+this.currentEdgeStyle.html+";"):a+"html=1;"};Graph.prototype.getPagePadding=function(){return new mxPoint(0,0)};Graph.prototype.loadStylesheet=function(){var a=null!=this.themes?this.themes[this.defaultThemeName]:mxStyleRegistry.dynamicLoading?mxUtils.load(STYLE_PATH+"/default.xml").getDocumentElement():null;null!=a&&(new mxCodec(a.ownerDocument)).decode(a,this.getStylesheet())}; -Graph.prototype.importGraphModel=function(a,d,c,b){d=null!=d?d:0;c=null!=c?c:0;var f=[],e=new mxGraphModel;(new mxCodec(a.ownerDocument)).decode(a,e);a=e.getChildCount(e.getRoot());this.model.getChildCount(this.model.getRoot());this.model.beginUpdate();try{for(var g={},l=0;l<a;l++){var k=e.getChildAt(e.getRoot(),l);if(1!=a||this.isCellLocked(this.getDefaultParent()))k=this.importCells([k],0,0,this.model.getRoot(),null,g)[0],p=this.model.getChildren(k),this.moveCells(p,d,c),f=f.concat(p);else var p= -e.getChildren(k),f=f.concat(this.importCells(p,d,c,this.getDefaultParent(),null,g))}if(b){this.isGridEnabled()&&(d=this.snap(d),c=this.snap(c));var q=this.getBoundingBoxFromGeometry(f,!0);null!=q&&this.moveCells(f,d-q.x,c-q.y)}}finally{this.model.endUpdate()}return f};Graph.prototype.getAllConnectionConstraints=function(a,d){if(null!=a){var c=mxUtils.getValue(a.style,"points",null);if(null!=c){var b=[];try{for(var f=JSON.parse(c),c=0;c<f.length;c++){var e=f[c];b.push(new mxConnectionConstraint(new mxPoint(e[0], -e[1]),2<e.length?"0"!=e[2]:!0))}}catch(Q){}return b}if(null!=a.shape)if(null!=a.shape.stencil){if(null!=a.shape.stencil)return a.shape.stencil.constraints}else if(null!=a.shape.constraints)return a.shape.constraints}return null};Graph.prototype.flipEdge=function(a){if(null!=a){var d=this.view.getState(a),d=null!=d?d.style:this.getCellStyle(a);null!=d&&(d=mxUtils.getValue(d,mxConstants.STYLE_ELBOW,mxConstants.ELBOW_HORIZONTAL)==mxConstants.ELBOW_HORIZONTAL?mxConstants.ELBOW_VERTICAL:mxConstants.ELBOW_HORIZONTAL, +Graph.prototype.importGraphModel=function(a,d,c,b){d=null!=d?d:0;c=null!=c?c:0;var f=[],e=new mxGraphModel;(new mxCodec(a.ownerDocument)).decode(a,e);a=e.getChildCount(e.getRoot());this.model.getChildCount(this.model.getRoot());this.model.beginUpdate();try{for(var g={},k=0;k<a;k++){var l=e.getChildAt(e.getRoot(),k);if(1!=a||this.isCellLocked(this.getDefaultParent()))l=this.importCells([l],0,0,this.model.getRoot(),null,g)[0],q=this.model.getChildren(l),this.moveCells(q,d,c),f=f.concat(q);else var q= +e.getChildren(l),f=f.concat(this.importCells(q,d,c,this.getDefaultParent(),null,g))}if(b){this.isGridEnabled()&&(d=this.snap(d),c=this.snap(c));var m=this.getBoundingBoxFromGeometry(f,!0);null!=m&&this.moveCells(f,d-m.x,c-m.y)}}finally{this.model.endUpdate()}return f};Graph.prototype.getAllConnectionConstraints=function(a,d){if(null!=a){var c=mxUtils.getValue(a.style,"points",null);if(null!=c){var b=[];try{for(var f=JSON.parse(c),c=0;c<f.length;c++){var e=f[c];b.push(new mxConnectionConstraint(new mxPoint(e[0], +e[1]),2<e.length?"0"!=e[2]:!0))}}catch(Z){}return b}if(null!=a.shape)if(null!=a.shape.stencil){if(null!=a.shape.stencil)return a.shape.stencil.constraints}else if(null!=a.shape.constraints)return a.shape.constraints}return null};Graph.prototype.flipEdge=function(a){if(null!=a){var d=this.view.getState(a),d=null!=d?d.style:this.getCellStyle(a);null!=d&&(d=mxUtils.getValue(d,mxConstants.STYLE_ELBOW,mxConstants.ELBOW_HORIZONTAL)==mxConstants.ELBOW_HORIZONTAL?mxConstants.ELBOW_VERTICAL:mxConstants.ELBOW_HORIZONTAL, this.setCellStyles(mxConstants.STYLE_ELBOW,d,[a]))}};Graph.prototype.isValidRoot=function(a){for(var d=this.model.getChildCount(a),c=0,b=0;b<d;b++){var f=this.model.getChildAt(a,b);this.model.isVertex(f)&&(f=this.getCellGeometry(f),null==f||f.relative||c++)}return 0<c||this.isContainer(a)};Graph.prototype.isValidDropTarget=function(a){var d=this.view.getState(a),d=null!=d?d.style:this.getCellStyle(a);return"1"!=mxUtils.getValue(d,"part","0")&&(this.isContainer(a)||mxGraph.prototype.isValidDropTarget.apply(this, arguments)&&"0"!=mxUtils.getValue(d,"dropTarget","1"))};Graph.prototype.createGroupCell=function(){var a=mxGraph.prototype.createGroupCell.apply(this,arguments);a.setStyle("group");return a};Graph.prototype.isExtendParentsOnAdd=function(a){var d=mxGraph.prototype.isExtendParentsOnAdd.apply(this,arguments);if(d&&null!=a&&null!=this.layoutManager){var c=this.model.getParent(a);null!=c&&(c=this.layoutManager.getLayout(c),null!=c&&c.constructor==mxStackLayout&&(d=!1))}return d};Graph.prototype.getPreferredSizeForCell= -function(a){var d=mxGraph.prototype.getPreferredSizeForCell.apply(this,arguments);null!=d&&(d.width+=10,d.height+=4,this.gridEnabled&&(d.width=this.snap(d.width),d.height=this.snap(d.height)));return d};Graph.prototype.turnShapes=function(a){var d=this.getModel(),c=[];d.beginUpdate();try{for(var b=0;b<a.length;b++){var f=a[b];if(d.isEdge(f)){var e=d.getTerminal(f,!0),g=d.getTerminal(f,!1);d.setTerminal(f,g,!0);d.setTerminal(f,e,!1);var l=d.getGeometry(f);if(null!=l){l=l.clone();null!=l.points&&l.points.reverse(); -var k=l.getTerminalPoint(!0),p=l.getTerminalPoint(!1);l.setTerminalPoint(k,!1);l.setTerminalPoint(p,!0);d.setGeometry(f,l);var q=this.view.getState(f),t=this.view.getState(e),v=this.view.getState(g);if(null!=q){var O=null!=t?this.getConnectionConstraint(q,t,!0):null,h=null!=v?this.getConnectionConstraint(q,v,!1):null;this.setConnectionConstraint(f,e,!0,h);this.setConnectionConstraint(f,g,!1,O)}c.push(f)}}else if(d.isVertex(f)&&(l=this.getCellGeometry(f),null!=l)){l=l.clone();l.x+=l.width/2-l.height/ -2;l.y+=l.height/2-l.width/2;var y=l.width;l.width=l.height;l.height=y;d.setGeometry(f,l);var r=this.view.getState(f);if(null!=r){var x=r.style[mxConstants.STYLE_DIRECTION]||"east";"east"==x?x="south":"south"==x?x="west":"west"==x?x="north":"north"==x&&(x="east");this.setCellStyles(mxConstants.STYLE_DIRECTION,x,[f])}c.push(f)}}}finally{d.endUpdate()}return c};Graph.prototype.stencilHasPlaceholders=function(a){if(null!=a&&null!=a.fgNode)for(a=a.fgNode.firstChild;null!=a;){if("text"==a.nodeName&&"1"== +function(a){var d=mxGraph.prototype.getPreferredSizeForCell.apply(this,arguments);null!=d&&(d.width+=10,d.height+=4,this.gridEnabled&&(d.width=this.snap(d.width),d.height=this.snap(d.height)));return d};Graph.prototype.turnShapes=function(a){var d=this.getModel(),c=[];d.beginUpdate();try{for(var b=0;b<a.length;b++){var f=a[b];if(d.isEdge(f)){var e=d.getTerminal(f,!0),g=d.getTerminal(f,!1);d.setTerminal(f,g,!0);d.setTerminal(f,e,!1);var k=d.getGeometry(f);if(null!=k){k=k.clone();null!=k.points&&k.points.reverse(); +var l=k.getTerminalPoint(!0),q=k.getTerminalPoint(!1);k.setTerminalPoint(l,!1);k.setTerminalPoint(q,!0);d.setGeometry(f,k);var m=this.view.getState(f),t=this.view.getState(e),v=this.view.getState(g);if(null!=m){var S=null!=t?this.getConnectionConstraint(m,t,!0):null,h=null!=v?this.getConnectionConstraint(m,v,!1):null;this.setConnectionConstraint(f,e,!0,h);this.setConnectionConstraint(f,g,!1,S)}c.push(f)}}else if(d.isVertex(f)&&(k=this.getCellGeometry(f),null!=k)){k=k.clone();k.x+=k.width/2-k.height/ +2;k.y+=k.height/2-k.width/2;var w=k.width;k.width=k.height;k.height=w;d.setGeometry(f,k);var r=this.view.getState(f);if(null!=r){var C=r.style[mxConstants.STYLE_DIRECTION]||"east";"east"==C?C="south":"south"==C?C="west":"west"==C?C="north":"north"==C&&(C="east");this.setCellStyles(mxConstants.STYLE_DIRECTION,C,[f])}c.push(f)}}}finally{d.endUpdate()}return c};Graph.prototype.stencilHasPlaceholders=function(a){if(null!=a&&null!=a.fgNode)for(a=a.fgNode.firstChild;null!=a;){if("text"==a.nodeName&&"1"== a.getAttribute("placeholders"))return!0;a=a.nextSibling}return!1};Graph.prototype.processChange=function(a){mxGraph.prototype.processChange.apply(this,arguments);if(a instanceof mxValueChange&&null!=a.cell&&null!=a.cell.value&&"object"==typeof a.cell.value){var d=this.model.getDescendants(a.cell);if(0<d.length)for(var c=0;c<d.length;c++){var b=this.view.getState(d[c]);null!=b&&null!=b.shape&&null!=b.shape.stencil&&this.stencilHasPlaceholders(b.shape.stencil)?this.removeStateForCell(d[c]):this.isReplacePlaceholders(d[c])&& this.view.invalidate(d[c],!1,!1)}}};Graph.prototype.replaceElement=function(a,d){for(var c=a.ownerDocument.createElement(null!=d?d:"span"),b=Array.prototype.slice.call(a.attributes);attr=b.pop();)c.setAttribute(attr.nodeName,attr.nodeValue);c.innerHTML=a.innerHTML;a.parentNode.replaceChild(c,a)};Graph.prototype.updateLabelElements=function(a,d,c){a=null!=a?a:this.getSelectionCells();for(var b=document.createElement("div"),f=0;f<a.length;f++)if(this.isHtmlLabel(a[f])){var e=this.convertValueToString(a[f]); -if(null!=e&&0<e.length){b.innerHTML=e;for(var g=b.getElementsByTagName(null!=c?c:"*"),l=0;l<g.length;l++)d(g[l]);b.innerHTML!=e&&this.cellLabelChanged(a[f],b.innerHTML)}}};Graph.prototype.cellLabelChanged=function(a,d,c){d=this.zapGremlins(d);this.model.beginUpdate();try{if(null!=a.value&&"object"==typeof a.value){if(this.isReplacePlaceholders(a)&&null!=a.getAttribute("placeholder"))for(var b=a.getAttribute("placeholder"),f=a;null!=f;){if(f==this.model.getRoot()||null!=f.value&&"object"==typeof f.value&& +if(null!=e&&0<e.length){b.innerHTML=e;for(var g=b.getElementsByTagName(null!=c?c:"*"),k=0;k<g.length;k++)d(g[k]);b.innerHTML!=e&&this.cellLabelChanged(a[f],b.innerHTML)}}};Graph.prototype.cellLabelChanged=function(a,d,c){d=this.zapGremlins(d);this.model.beginUpdate();try{if(null!=a.value&&"object"==typeof a.value){if(this.isReplacePlaceholders(a)&&null!=a.getAttribute("placeholder"))for(var b=a.getAttribute("placeholder"),f=a;null!=f;){if(f==this.model.getRoot()||null!=f.value&&"object"==typeof f.value&& f.hasAttribute(b)){this.setAttributeForCell(f,b,d);break}f=this.model.getParent(f)}var e=a.value.cloneNode(!0);e.setAttribute("label",d);d=e}mxGraph.prototype.cellLabelChanged.apply(this,arguments)}finally{this.model.endUpdate()}};Graph.prototype.cellsRemoved=function(a){if(null!=a){for(var d=new mxDictionary,c=0;c<a.length;c++)d.put(a[c],!0);for(var b=[],c=0;c<a.length;c++){var f=this.model.getParent(a[c]);null==f||d.get(f)||(d.put(f,!0),b.push(f))}for(c=0;c<b.length;c++)if(f=this.view.getState(b[c]), null!=f&&(this.model.isEdge(f.cell)||this.model.isVertex(f.cell))&&this.isCellDeletable(f.cell)){var e=mxUtils.getValue(f.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),g=mxUtils.getValue(f.style,mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);if(e==mxConstants.NONE&&g==mxConstants.NONE){e=!0;for(g=0;g<this.model.getChildCount(f.cell)&&e;g++)d.get(this.model.getChildAt(f.cell,g))||(e=!1);e&&a.push(f.cell)}}}mxGraph.prototype.cellsRemoved.apply(this,arguments)};Graph.prototype.removeCellsAfterUngroup= function(a){for(var d=[],c=0;c<a.length;c++)if(this.isCellDeletable(a[c])){var b=this.view.getState(a[c]);if(null!=b){var f=mxUtils.getValue(b.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),b=mxUtils.getValue(b.style,mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);f==mxConstants.NONE&&b==mxConstants.NONE&&d.push(a[c])}}a=d;mxGraph.prototype.removeCellsAfterUngroup.apply(this,arguments)};Graph.prototype.setLinkForCell=function(a,d){this.setAttributeForCell(a,"link",d)};Graph.prototype.setTooltipForCell= @@ -2343,59 +2343,60 @@ this.view.scale-this.view.translate.x,c=this.container.scrollTop/this.view.scale (d.y+d.height)/a.scale-a.translate.y+2*this.gridSize)));return new mxPoint(b,a)};Graph.prototype.isMouseInsertPoint=function(){return!1};Graph.prototype.addText=function(a,d,c){var b=new mxCell;b.value="Text";b.style="text;html=1;resizable=0;points=[];";b.geometry=new mxGeometry(0,0,0,0);b.vertex=!0;if(null!=c){b.style+="align=center;verticalAlign=middle;labelBackgroundColor=#ffffff;";b.geometry.relative=!0;b.connectable=!1;var f=this.view.getRelativePoint(c,a,d);b.geometry.x=Math.round(1E4*f.x)/ 1E4;b.geometry.y=Math.round(f.y);b.geometry.offset=new mxPoint(0,0);var f=this.view.getPoint(c,b.geometry),e=this.view.scale;b.geometry.offset=new mxPoint(Math.round((a-f.x)/e),Math.round((d-f.y)/e))}else b.style+="autosize=1;align=left;verticalAlign=top;spacingTop=-4;",f=this.view.translate,b.geometry.width=40,b.geometry.height=20,b.geometry.x=Math.round(a/this.view.scale)-f.x,b.geometry.y=Math.round(d/this.view.scale)-f.y;this.getModel().beginUpdate();try{this.addCells([b],null!=c?c.cell:null), this.fireEvent(new mxEventObject("textInserted","cells",[b])),this.autoSizeCell(b)}finally{this.getModel().endUpdate()}return b};Graph.prototype.getAbsoluteUrl=function(a){null!=a&&this.isRelativeUrl(a)&&(a="#"==a.charAt(0)?this.baseUrl+a:"/"==a.charAt(0)?this.domainUrl+a:this.domainPathUrl+a);return a};Graph.prototype.addClickHandler=function(a,d,c){var b=mxUtils.bind(this,function(){var a=this.container.getElementsByTagName("a");if(null!=a)for(var c=0;c<a.length;c++){var b=this.getAbsoluteUrl(a[c].getAttribute("href")); -null!=b&&(a[c].setAttribute("href",b),null!=d&&mxEvent.addGestureListeners(a[c],null,null,d))}});this.model.addListener(mxEvent.CHANGE,b);b();var f=this.container.style.cursor,e=this.getTolerance(),g=this,l={currentState:null,currentLink:null,highlight:null!=a&&""!=a&&a!=mxConstants.NONE?new mxCellHighlight(g,a,4):null,startX:0,startY:0,scrollLeft:0,scrollTop:0,updateCurrentState:function(a){var d=a.sourceState;if(null==d||null==g.getLinkForCell(d.cell))a=g.getCellAt(a.getGraphX(),a.getGraphY(),null, +null!=b&&(a[c].setAttribute("href",b),null!=d&&mxEvent.addGestureListeners(a[c],null,null,d))}});this.model.addListener(mxEvent.CHANGE,b);b();var f=this.container.style.cursor,e=this.getTolerance(),g=this,k={currentState:null,currentLink:null,highlight:null!=a&&""!=a&&a!=mxConstants.NONE?new mxCellHighlight(g,a,4):null,startX:0,startY:0,scrollLeft:0,scrollTop:0,updateCurrentState:function(a){var d=a.sourceState;if(null==d||null==g.getLinkForCell(d.cell))a=g.getCellAt(a.getGraphX(),a.getGraphY(),null, null,null,function(a,d,c){return null==g.getLinkForCell(a.cell)}),d=g.view.getState(a);d!=this.currentState&&(null!=this.currentState&&this.clear(),this.currentState=d,null!=this.currentState&&this.activate(this.currentState))},mouseDown:function(a,d){this.startX=d.getGraphX();this.startY=d.getGraphY();this.scrollLeft=g.container.scrollLeft;this.scrollTop=g.container.scrollTop;null==this.currentLink&&"auto"==g.container.style.overflow&&(g.container.style.cursor="move");this.updateCurrentState(d)}, mouseMove:function(a,d){if(g.isMouseDown){if(null!=this.currentLink){var c=Math.abs(this.startX-d.getGraphX()),b=Math.abs(this.startY-d.getGraphY());(c>e||b>e)&&this.clear()}}else{for(c=d.getSource();null!=c&&"a"!=c.nodeName.toLowerCase();)c=c.parentNode;null!=c?this.clear():(null!=g.tooltipHandler&&null!=this.currentLink&&null!=this.currentState&&g.tooltipHandler.reset(d,!0,this.currentState),(null==this.currentState||d.getState()!=this.currentState&&null!=d.sourceState||!g.intersects(this.currentState, -d.getGraphX(),d.getGraphY()))&&this.updateCurrentState(d))}},mouseUp:function(a,b){for(var f=b.getSource(),l=b.getEvent();null!=f&&"a"!=f.nodeName.toLowerCase();)f=f.parentNode;null==f&&Math.abs(this.scrollLeft-g.container.scrollLeft)<e&&Math.abs(this.scrollTop-g.container.scrollTop)<e&&(null==b.sourceState||!b.isSource(b.sourceState.control))&&((mxEvent.isLeftMouseButton(l)||mxEvent.isMiddleMouseButton(l))&&!mxEvent.isPopupTrigger(l)||mxEvent.isTouchEvent(l))&&(null!=this.currentLink?(f=g.isBlankLink(this.currentLink), -"data:"!==this.currentLink.substring(0,5)&&f||null==d||d(l,this.currentLink),mxEvent.isConsumed(l)||(l=mxEvent.isMiddleMouseButton(l)?"_blank":f?g.linkTarget:"_top",g.openLink(this.currentLink,l),b.consume())):null!=c&&!b.isConsumed()&&Math.abs(this.scrollLeft-g.container.scrollLeft)<e&&Math.abs(this.scrollTop-g.container.scrollTop)<e&&Math.abs(this.startX-b.getGraphX())<e&&Math.abs(this.startY-b.getGraphY())<e&&c(b.getEvent()));this.clear()},activate:function(a){this.currentLink=g.getAbsoluteUrl(g.getLinkForCell(a.cell)); -null!=this.currentLink&&(g.container.style.cursor="pointer",null!=this.highlight&&this.highlight.highlight(a))},clear:function(){null!=g.container&&(g.container.style.cursor=f);this.currentLink=this.currentState=null;null!=this.highlight&&this.highlight.hide();null!=g.tooltipHandler&&g.tooltipHandler.hide()}};g.click=function(a){};g.addMouseListener(l);mxEvent.addListener(document,"mouseleave",function(a){l.clear()})};Graph.prototype.duplicateCells=function(a,d){a=null!=a?a:this.getSelectionCells(); -d=null!=d?d:!0;a=this.model.getTopmostCells(a);var c=this.getModel(),b=this.gridSize,f=[];c.beginUpdate();try{for(var e=this.cloneCells(a,!1),g=0;g<a.length;g++){var l=c.getParent(a[g]),k=this.moveCells([e[g]],b,b,!1)[0];f.push(k);if(d)c.add(l,e[g]);else{var p=l.getIndex(a[g]);c.add(l,e[g],p+1)}}}finally{c.endUpdate()}return f};Graph.prototype.insertImage=function(a,d,c){if(null!=a){for(var b=this.cellEditor.textarea.getElementsByTagName("img"),f=[],e=0;e<b.length;e++)f.push(b[e]);document.execCommand("insertimage", -!1,a);a=this.cellEditor.textarea.getElementsByTagName("img");if(a.length==f.length+1)for(e=a.length-1;0<=e;e--)if(0==e||a[e]!=f[e-1]){a[e].setAttribute("width",d);a[e].setAttribute("height",c);break}}};Graph.prototype.insertLink=function(a){0==a.length?document.execCommand("unlink",!1):document.execCommand("createlink",!1,mxUtils.trim(a))};Graph.prototype.isCellResizable=function(a){var d=mxGraph.prototype.isCellResizable.apply(this,arguments),c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a); -return d||"0"!=mxUtils.getValue(c,mxConstants.STYLE_RESIZABLE,"1")&&"wrap"==c[mxConstants.STYLE_WHITE_SPACE]};Graph.prototype.distributeCells=function(a,d){null==d&&(d=this.getSelectionCells());if(null!=d&&1<d.length){for(var c=[],b=null,f=null,e=0;e<d.length;e++)if(this.getModel().isVertex(d[e])){var g=this.view.getState(d[e]);if(null!=g){var l=a?g.getCenterX():g.getCenterY(),b=null!=b?Math.max(b,l):l,f=null!=f?Math.min(f,l):l;c.push(g)}}if(2<c.length){c.sort(function(d,c){return a?d.x-c.x:d.y-c.y}); -g=this.view.translate;l=this.view.scale;f=f/l-(a?g.x:g.y);b=b/l-(a?g.x:g.y);this.getModel().beginUpdate();try{for(var k=(b-f)/(c.length-1),b=f,e=1;e<c.length-1;e++){var p=this.view.getState(this.model.getParent(c[e].cell)),q=this.getCellGeometry(c[e].cell),b=b+k;null!=q&&null!=p&&(q=q.clone(),a?q.x=Math.round(b-q.width/2)-p.origin.x:q.y=Math.round(b-q.height/2)-p.origin.y,this.getModel().setGeometry(c[e].cell,q))}}finally{this.getModel().endUpdate()}}}return d};Graph.prototype.isCloneEvent=function(a){return mxClient.IS_MAC&& -mxEvent.isMetaDown(a)||mxEvent.isControlDown(a)};Graph.prototype.encodeCells=function(a){for(var d=this.cloneCells(a),c=new mxDictionary,b=0;b<a.length;b++)c.put(a[b],!0);for(b=0;b<d.length;b++){var f=this.view.getState(a[b]);if(null!=f){var e=this.getCellGeometry(d[b]);null==e||!e.relative||this.model.isEdge(a[b])||c.get(this.model.getParent(a[b]))||(e.relative=!1,e.x=f.x/f.view.scale-f.view.translate.x,e.y=f.y/f.view.scale-f.view.translate.y)}}c=new mxCodec;f=new mxGraphModel;e=f.getChildAt(f.getRoot(), -0);for(b=0;b<a.length;b++)f.add(e,d[b]);return c.encode(f)};Graph.prototype.createSvgImageExport=function(){var a=new mxImageExport;a.getLinkForCellState=mxUtils.bind(this,function(a,d){return this.getLinkForCell(a.cell)});return a};Graph.prototype.getSvg=function(a,d,c,b,f,e,g,l){var k=this.useCssTransforms;k&&(this.useCssTransforms=!1,this.view.revalidate(),this.sizeDidChange());try{d=null!=d?d:1;c=null!=c?c:0;f=null!=f?f:!0;e=null!=e?e:!0;g=null!=g?g:!0;var p=e||b?this.getGraphBounds():this.getBoundingBox(this.getSelectionCells()); -if(null==p)throw Error(mxResources.get("drawingEmpty"));var q=this.view.scale,t=mxUtils.createXmlDocument(),v=null!=t.createElementNS?t.createElementNS(mxConstants.NS_SVG,"svg"):t.createElement("svg");null!=a&&(null!=v.style?v.style.backgroundColor=a:v.setAttribute("style","background-color:"+a));null==t.createElementNS?(v.setAttribute("xmlns",mxConstants.NS_SVG),v.setAttribute("xmlns:xlink",mxConstants.NS_XLINK)):v.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink",mxConstants.NS_XLINK); -a=d/q;v.setAttribute("width",Math.max(1,Math.ceil(p.width*a)+2*c)+"px");v.setAttribute("height",Math.max(1,Math.ceil(p.height*a)+2*c)+"px");v.setAttribute("version","1.1");b=v;if(f){var h=null!=t.createElementNS?t.createElementNS(mxConstants.NS_SVG,"g"):t.createElement("g");h.setAttribute("transform","translate(0.5,0.5)");v.appendChild(h);t.appendChild(v);b=h}else t.appendChild(v);var y=this.createSvgCanvas(b);y.foOffset=f?-.5:0;y.textOffset=f?-.5:0;y.imageOffset=f?-.5:0;y.translate(Math.floor((c/ -d-p.x)/q),Math.floor((c/d-p.y)/q));var r=document.createElement("textarea"),x=y.createAlternateContent;y.createAlternateContent=function(a,d,c,b,f,e,g,l,k,p,q,t,v){var h=this.state;if(null!=this.foAltText&&(0==b||0!=h.fontSize&&e.length<5*b/h.fontSize)){var y=this.createElement("text");y.setAttribute("x",Math.round(b/2));y.setAttribute("y",Math.round((f+h.fontSize)/2));y.setAttribute("fill",h.fontColor||"black");y.setAttribute("text-anchor","middle");y.setAttribute("font-size",Math.round(h.fontSize)+ -"px");y.setAttribute("font-family",h.fontFamily);(h.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&y.setAttribute("font-weight","bold");(h.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&y.setAttribute("font-style","italic");(h.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&y.setAttribute("text-decoration","underline");try{return r.innerHTML=e,y.textContent=r.value,y}catch(za){return x.apply(this,arguments)}}else return x.apply(this,arguments)};var z=this.backgroundImage; -if(null!=z){d=q/d;var A=this.view.translate,m=new mxRectangle(A.x*d,A.y*d,z.width*d,z.height*d);mxUtils.intersects(p,m)&&y.image(A.x,A.y,z.width,z.height,z.src,!0)}y.scale(a);y.textEnabled=g;l=null!=l?l:this.createSvgImageExport();var n=l.drawCellState;l.drawCellState=function(a,d){for(var c=a.view.graph,b=c.isCellSelected(a.cell),f=c.model.getParent(a.cell);!e&&!b&&null!=f;)b=c.isCellSelected(f),f=c.model.getParent(f);(e||b)&&n.apply(this,arguments)};l.drawState(this.getView().getState(this.model.root), -y);return v}finally{k&&(this.useCssTransforms=!0,this.view.revalidate(),this.sizeDidChange())}};Graph.prototype.createSvgCanvas=function(a){return new mxSvgCanvas2D(a)};Graph.prototype.getSelectedElement=function(){var a=null;if(window.getSelection){var d=window.getSelection();d.getRangeAt&&d.rangeCount&&(a=d.getRangeAt(0).commonAncestorContainer)}else document.selection&&(a=document.selection.createRange().parentElement());return a};Graph.prototype.getParentByName=function(a,d,c){for(;null!=a&&a.nodeName!= -d;){if(a==c)return null;a=a.parentNode}return a};Graph.prototype.selectNode=function(a){var d=null;if(window.getSelection){if(d=window.getSelection(),d.getRangeAt&&d.rangeCount){var c=document.createRange();c.selectNode(a);d.removeAllRanges();d.addRange(c)}}else(d=document.selection)&&"Control"!=d.type&&(a=d.createRange(),a.collapse(!0),c=d.createRange(),c.setEndPoint("StartToStart",a),c.select())};Graph.prototype.insertRow=function(a,d){for(var c=a.tBodies[0],b=c.rows[0].cells,f=0,e=0;e<b.length;e++)var g= -b[e].getAttribute("colspan"),f=f+(null!=g?parseInt(g):1);c=c.insertRow(d);for(e=0;e<f;e++)mxUtils.br(c.insertCell(-1));return c.cells[0]};Graph.prototype.deleteRow=function(a,d){a.tBodies[0].deleteRow(d)};Graph.prototype.insertColumn=function(a,d){var c=a.tHead;if(null!=c)for(var b=0;b<c.rows.length;b++){var f=document.createElement("th");c.rows[b].appendChild(f);mxUtils.br(f)}c=a.tBodies[0];for(b=0;b<c.rows.length;b++)f=c.rows[b].insertCell(d),mxUtils.br(f);return c.rows[0].cells[0<=d?d:c.rows[0].cells.length- -1]};Graph.prototype.deleteColumn=function(a,d){if(0<=d)for(var c=a.tBodies[0].rows,b=0;b<c.length;b++)c[b].cells.length>d&&c[b].deleteCell(d)};Graph.prototype.pasteHtmlAtCaret=function(a){var d;if(window.getSelection){if(d=window.getSelection(),d.getRangeAt&&d.rangeCount){d=d.getRangeAt(0);d.deleteContents();var c=document.createElement("div");c.innerHTML=a;a=document.createDocumentFragment();for(var b;b=c.firstChild;)lastNode=a.appendChild(b);d.insertNode(a)}}else(d=document.selection)&&"Control"!= -d.type&&d.createRange().pasteHTML(a)};Graph.prototype.createLinkForHint=function(a,d){d=null!=d?d:a;var c=document.createElement("a");c.setAttribute("href",this.getAbsoluteUrl(a));null==a||this.isCustomLink(a)||c.setAttribute("title",a);null!=this.linkTarget&&c.setAttribute("target",this.linkTarget);40<d.length&&(d=d.substring(0,26)+"..."+d.substring(d.length-10));mxUtils.write(c,d);return c};Graph.prototype.initTouch=function(){this.connectionHandler.marker.isEnabled=function(){return null!=this.graph.connectionHandler.first}; -this.addListener(mxEvent.START_EDITING,function(a,d){this.popupMenuHandler.hideMenu()});var a=this.updateMouseEvent;this.updateMouseEvent=function(d){d=a.apply(this,arguments);if(mxEvent.isTouchEvent(d.getEvent())&&null==d.getState()){var c=this.getCellAt(d.graphX,d.graphY);null!=c&&this.isSwimlane(c)&&this.hitsSwimlaneContent(c,d.graphX,d.graphY)||(d.state=this.view.getState(c),null!=d.state&&null!=d.state.shape&&(this.container.style.cursor=d.state.shape.node.style.cursor))}null==d.getState()&& -this.isEnabled()&&(this.container.style.cursor="default");return d};var d=!1,c=!1,b=!1,f=this.fireMouseEvent;this.fireMouseEvent=function(a,e,g){a==mxEvent.MOUSE_DOWN&&(e=this.updateMouseEvent(e),d=this.isCellSelected(e.getCell()),c=this.isSelectionEmpty(),b=this.popupMenuHandler.isMenuShowing());f.apply(this,arguments)};this.popupMenuHandler.mouseUp=mxUtils.bind(this,function(a,f){this.popupMenuHandler.popupTrigger=!this.isEditing()&&this.isEnabled()&&(null==f.getState()||!f.isSource(f.getState().control))&& -(this.popupMenuHandler.popupTrigger||!b&&!mxEvent.isMouseEvent(f.getEvent())&&(c&&null==f.getCell()&&this.isSelectionEmpty()||d&&this.isCellSelected(f.getCell())));mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler,arguments)})};mxCellEditor.prototype.isContentEditing=function(){var a=this.graph.view.getState(this.editingCell);return null!=a&&1==a.style.html};mxCellEditor.prototype.saveSelection=function(){if(window.getSelection){var a=window.getSelection();if(a.getRangeAt&&a.rangeCount){for(var d= -[],c=0,b=a.rangeCount;c<b;++c)d.push(a.getRangeAt(c));return d}}else if(document.selection&&document.selection.createRange)return document.selection.createRange();return null};mxCellEditor.prototype.restoreSelection=function(a){try{if(a)if(window.getSelection){sel=window.getSelection();sel.removeAllRanges();for(var d=0,c=a.length;d<c;++d)sel.addRange(a[d])}else document.selection&&a.select&&a.select()}catch(L){}};var h=mxCellRenderer.prototype.initializeLabel;mxCellRenderer.prototype.initializeLabel= -function(a){null!=a.text&&(a.text.replaceLinefeeds="0"!=mxUtils.getValue(a.style,"nl2Br","1"));h.apply(this,arguments)};var n=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update=function(a,d){this.isKeepFocusEvent(a)||!mxEvent.isAltDown(a.getEvent())?n.apply(this,arguments):this.reset()};mxGuide.prototype.createGuideShape=function(a){return new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH)};mxCellEditor.prototype.escapeCancelsEditing=!1;var m=mxCellEditor.prototype.startEditing; -mxCellEditor.prototype.startEditing=function(a,d){m.apply(this,arguments);var c=this.graph.view.getState(a);this.textarea.className=null!=c&&1==c.style.html?"mxCellEditor geContentEditable":"mxCellEditor mxPlainTextEditor";this.codeViewMode=!1;this.switchSelectionState=null;this.graph.setSelectionCell(a);var c=this.graph.getModel().getParent(a),b=this.graph.getCellGeometry(a);this.graph.getModel().isEdge(c)&&null!=b&&b.relative||this.graph.getModel().isEdge(a)?mxClient.IS_QUIRKS?this.textarea.style.border= -"gray dotted 1px":this.textarea.style.outline=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_FF&&mxClient.IS_WIN?"gray dotted 1px":"":mxClient.IS_QUIRKS&&(this.textarea.style.outline="none",this.textarea.style.border="")};var r=mxCellEditor.prototype.installListeners;mxCellEditor.prototype.installListeners=function(a){function d(a,c){c.originalNode=a;a=a.firstChild;for(var b=c.firstChild;null!=a&&null!=b;)d(a,b),a=a.nextSibling,b=b.nextSibling;return c}function c(a,d){if(null!=a)if(d.originalNode!= -a)b(a);else for(a=a.firstChild,d=d.firstChild;null!=a;){var f=a.nextSibling;null==d?b(a):(c(a,d),d=d.nextSibling);a=f}}function b(a){for(var d=a.firstChild;null!=d;){var c=d.nextSibling;b(d);d=c}1==a.nodeType&&("BR"===a.nodeName||null!=a.firstChild)||3==a.nodeType&&0!=mxUtils.trim(mxUtils.getTextContent(a)).length?(3==a.nodeType&&mxUtils.setTextContent(a,mxUtils.getTextContent(a).replace(/\n|\r/g,"")),1==a.nodeType&&(a.removeAttribute("style"),a.removeAttribute("class"),a.removeAttribute("width"), -a.removeAttribute("cellpadding"),a.removeAttribute("cellspacing"),a.removeAttribute("border"))):a.parentNode.removeChild(a)}r.apply(this,arguments);mxClient.IS_QUIRKS||7===document.documentMode||8===document.documentMode||mxEvent.addListener(this.textarea,"paste",mxUtils.bind(this,function(a){var b=d(this.textarea,this.textarea.cloneNode(!0));window.setTimeout(mxUtils.bind(this,function(){c(this.textarea,b)}),0)}))};mxCellEditor.prototype.toggleViewMode=function(){var a=this.graph.view.getState(this.editingCell), -d=null!=a&&"0"!=mxUtils.getValue(a.style,"nl2Br","1"),c=this.saveSelection();if(this.codeViewMode){l=mxUtils.extractTextWithWhitespace(this.textarea.childNodes);0<l.length&&"\n"==l.charAt(l.length-1)&&(l=l.substring(0,l.length-1));l=this.graph.sanitizeHtml(d?l.replace(/\n/g,"<br/>"):l,!0);this.textarea.className="mxCellEditor geContentEditable";var b=mxUtils.getValue(a.style,mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE),d=mxUtils.getValue(a.style,mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY), -f=mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),e=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD,g=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC,a=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(b*mxConstants.LINE_HEIGHT)+ -"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(b)+"px";this.textarea.style.textDecoration=a?"underline":"";this.textarea.style.fontWeight=e?"bold":"normal";this.textarea.style.fontStyle=g?"italic":"";this.textarea.style.fontFamily=d;this.textarea.style.textAlign=f;this.textarea.style.padding="0px";this.textarea.innerHTML!=l&&(this.textarea.innerHTML=l,0==this.textarea.innerHTML.length&&(this.textarea.innerHTML=this.getEmptyLabelText(),this.clearOnChange=0<this.textarea.innerHTML.length)); -this.codeViewMode=!1}else{this.clearOnChange&&this.textarea.innerHTML==this.getEmptyLabelText()&&(this.clearOnChange=!1,this.textarea.innerHTML="");var l=mxUtils.htmlEntities(this.textarea.innerHTML);mxClient.IS_QUIRKS||8==document.documentMode||(l=mxUtils.replaceTrailingNewlines(l,"<div><br></div>"));l=this.graph.sanitizeHtml(d?l.replace(/\n/g,"").replace(/<br\s*.?>/g,"<br>"):l,!0);this.textarea.className="mxCellEditor mxPlainTextEditor";var b=mxConstants.DEFAULT_FONTSIZE;this.textarea.style.lineHeight= -mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(b*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(b)+"px";this.textarea.style.textDecoration="";this.textarea.style.fontWeight="normal";this.textarea.style.fontStyle="";this.textarea.style.fontFamily=mxConstants.DEFAULT_FONTFAMILY;this.textarea.style.textAlign="left";this.textarea.style.padding="2px";this.textarea.innerHTML!=l&&(this.textarea.innerHTML=l);this.codeViewMode=!0}this.textarea.focus();null!=this.switchSelectionState&& -this.restoreSelection(this.switchSelectionState);this.switchSelectionState=c;this.resize()};var u=mxCellEditor.prototype.resize;mxCellEditor.prototype.resize=function(a,d){if(null!=this.textarea)if(a=this.graph.getView().getState(this.editingCell),this.codeViewMode&&null!=a){var c=a.view.scale;this.bounds=mxRectangle.fromRectangle(a);if(0==this.bounds.width&&0==this.bounds.height){this.bounds.width=160*c;this.bounds.height=60*c;var b=null!=a.text?a.text.margin:null;null==b&&(b=mxUtils.getAlignmentAsPoint(mxUtils.getValue(a.style, -mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),mxUtils.getValue(a.style,mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE)));this.bounds.x+=b.x*this.bounds.width;this.bounds.y+=b.y*this.bounds.height}this.textarea.style.width=Math.round((this.bounds.width-4)/c)+"px";this.textarea.style.height=Math.round((this.bounds.height-4)/c)+"px";this.textarea.style.overflow="auto";this.textarea.clientHeight<this.textarea.offsetHeight&&(this.textarea.style.height=Math.round(this.bounds.height/c)+(this.textarea.offsetHeight- -this.textarea.clientHeight)+"px",this.bounds.height=parseInt(this.textarea.style.height)*c);this.textarea.clientWidth<this.textarea.offsetWidth&&(this.textarea.style.width=Math.round(this.bounds.width/c)+(this.textarea.offsetWidth-this.textarea.clientWidth)+"px",this.bounds.width=parseInt(this.textarea.style.width)*c);this.textarea.style.left=Math.round(this.bounds.x)+"px";this.textarea.style.top=Math.round(this.bounds.y)+"px";mxClient.IS_VML?this.textarea.style.zoom=c:mxUtils.setPrefixedStyle(this.textarea.style, -"transform","scale("+c+","+c+")")}else this.textarea.style.height="",this.textarea.style.overflow="",u.apply(this,arguments)};mxCellEditorGetInitialValue=mxCellEditor.prototype.getInitialValue;mxCellEditor.prototype.getInitialValue=function(a,d){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetInitialValue.apply(this,arguments);var c=this.graph.getEditingValue(a.cell,d);"1"==mxUtils.getValue(a.style,"nl2Br","1")&&(c=c.replace(/\n/g,"<br/>"));return c=this.graph.sanitizeHtml(c,!0)}; -mxCellEditorGetCurrentValue=mxCellEditor.prototype.getCurrentValue;mxCellEditor.prototype.getCurrentValue=function(a){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetCurrentValue.apply(this,arguments);var d=this.graph.sanitizeHtml(this.textarea.innerHTML,!0);return d="1"==mxUtils.getValue(a.style,"nl2Br","1")?d.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>"):d.replace(/\r\n/g,"").replace(/\n/g,"")};var d=mxCellEditor.prototype.stopEditing;mxCellEditor.prototype.stopEditing=function(a){this.codeViewMode&& -this.toggleViewMode();d.apply(this,arguments);this.focusContainer()};mxCellEditor.prototype.focusContainer=function(){try{this.graph.container.focus()}catch(O){}};var f=mxCellEditor.prototype.applyValue;mxCellEditor.prototype.applyValue=function(a,d){this.graph.getModel().beginUpdate();try{if(f.apply(this,arguments),this.graph.isCellDeletable(a.cell)&&0==this.graph.model.getChildCount(a.cell)){var c=mxUtils.getValue(a.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),b=mxUtils.getValue(a.style, -mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);""==d&&c==mxConstants.NONE&&b==mxConstants.NONE&&this.graph.removeCells([a.cell],!1)}}finally{this.graph.getModel().endUpdate()}};mxCellEditor.prototype.getBackgroundColor=function(a){var d=null;if(this.graph.getModel().isEdge(a.cell)||this.graph.getModel().isEdge(this.graph.getModel().getParent(a.cell)))d=mxUtils.getValue(a.style,mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,null),d==mxConstants.NONE&&(d=null);return d};mxCellEditor.prototype.getMinimumSize= -function(a){var d=this.graph.getView().scale;return new mxRectangle(0,0,null==a.text?30:a.text.size*d+20,30)};var g=mxGraphHandler.prototype.moveCells;mxGraphHandler.prototype.moveCells=function(a,d,c,b,f,e){mxEvent.isAltDown(e)&&(f=null);g.apply(this,arguments)};mxGraphHandler.prototype.updateHint=function(d){if(null!=this.shape){null==this.hint&&(this.hint=a(),this.graph.container.appendChild(this.hint));var c=this.graph.view.translate,b=this.graph.view.scale;d=this.roundLength((this.bounds.x+this.currentDx)/ -b-c.x);c=this.roundLength((this.bounds.y+this.currentDy)/b-c.y);this.hint.innerHTML=d+", "+c;this.hint.style.left=this.shape.bounds.x+Math.round((this.shape.bounds.width-this.hint.clientWidth)/2)+"px";this.hint.style.top=this.shape.bounds.y+this.shape.bounds.height+12+"px"}};mxGraphHandler.prototype.removeHint=function(){null!=this.hint&&(this.hint.parentNode.removeChild(this.hint),this.hint=null)};mxVertexHandler.prototype.isRecursiveResize=function(a,d){return!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&& -!mxEvent.isControlDown(d.getEvent())&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null)};mxVertexHandler.prototype.isCenteredEvent=function(a,d){return!(!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null))&&mxEvent.isControlDown(d.getEvent())||mxEvent.isMetaDown(d.getEvent())}; -var p=mxVertexHandler.prototype.getHandlePadding;mxVertexHandler.prototype.getHandlePadding=function(){var a=new mxPoint(0,0),d=this.tolerance;this.graph.cellEditor.getEditingCell()==this.state.cell&&null!=this.sizers&&0<this.sizers.length&&null!=this.sizers[0]?(d/=2,a.x=this.sizers[0].bounds.width+d,a.y=this.sizers[0].bounds.height+d):a=p.apply(this,arguments);return a};mxVertexHandler.prototype.updateHint=function(d){this.index!=mxEvent.LABEL_HANDLE&&(null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint)), -this.index==mxEvent.ROTATION_HANDLE?this.hint.innerHTML=this.currentAlpha+"°":(d=this.state.view.scale,this.hint.innerHTML=this.roundLength(this.bounds.width/d)+" x "+this.roundLength(this.bounds.height/d)),d=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.state.style[mxConstants.STYLE_ROTATION]||"0"),null==d&&(d=this.bounds),this.hint.style.left=d.x+Math.round((d.width-this.hint.clientWidth)/2)+"px",this.hint.style.top=d.y+d.height+12+"px",null!=this.linkHint&& -(this.linkHint.style.display="none"))};mxVertexHandler.prototype.removeHint=function(){mxGraphHandler.prototype.removeHint.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.display="")};mxEdgeHandler.prototype.updateHint=function(d,c){null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint));var b=this.graph.view.translate,f=this.graph.view.scale,e=this.roundLength(c.x/f-b.x),b=this.roundLength(c.y/f-b.y);this.hint.innerHTML=e+", "+b;this.hint.style.visibility= -"visible";if(this.isSource||this.isTarget)null!=this.constraintHandler.currentConstraint&&null!=this.constraintHandler.currentFocus?(e=this.constraintHandler.currentConstraint.point,this.hint.innerHTML="["+Math.round(100*e.x)+"%, "+Math.round(100*e.y)+"%]"):this.marker.hasValidState()&&(this.hint.style.visibility="hidden");this.hint.style.left=Math.round(d.getGraphX()-this.hint.clientWidth/2)+"px";this.hint.style.top=Math.max(d.getGraphY(),c.y)+this.state.view.graph.gridSize+"px";null!=this.linkHint&& -(this.linkHint.style.display="none")};mxEdgeHandler.prototype.removeHint=mxVertexHandler.prototype.removeHint;HoverIcons.prototype.mainHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/>'):new mxImage(IMAGE_PATH+"/handle-main.png",17,17);HoverIcons.prototype.secondaryHandle=mxClient.IS_SVG?Graph.createSvgImage(16,16,'<path d="m 8 3 L 13 8 L 8 13 L 3 8 z" stroke="#fff" fill="#fca000"/>'):new mxImage(IMAGE_PATH+"/handle-secondary.png", -17,17);HoverIcons.prototype.fixedHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><path d="m 7 7 L 11 11 M 7 11 L 11 7" stroke="#fff"/>'):new mxImage(IMAGE_PATH+"/handle-fixed.png",17,17);HoverIcons.prototype.terminalHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><circle cx="9" cy="9" r="2" stroke="#fff" fill="transparent"/>'):new mxImage(IMAGE_PATH+ -"/handle-terminal.png",17,17);HoverIcons.prototype.rotationHandle=new mxImage(mxClient.IS_SVG?"data:image/png;base64,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": +d.getGraphX(),d.getGraphY()))&&this.updateCurrentState(d))}},mouseUp:function(a,b){for(var f=b.getSource(),k=b.getEvent();null!=f&&"a"!=f.nodeName.toLowerCase();)f=f.parentNode;null==f&&Math.abs(this.scrollLeft-g.container.scrollLeft)<e&&Math.abs(this.scrollTop-g.container.scrollTop)<e&&(null==b.sourceState||!b.isSource(b.sourceState.control))&&((mxEvent.isLeftMouseButton(k)||mxEvent.isMiddleMouseButton(k))&&!mxEvent.isPopupTrigger(k)||mxEvent.isTouchEvent(k))&&(null!=this.currentLink?(f=g.isBlankLink(this.currentLink), +"data:"!==this.currentLink.substring(0,5)&&f||null==d||d(k,this.currentLink),mxEvent.isConsumed(k)||(k=mxEvent.isMiddleMouseButton(k)?"_blank":f?g.linkTarget:"_top",g.openLink(this.currentLink,k),b.consume())):null!=c&&!b.isConsumed()&&Math.abs(this.scrollLeft-g.container.scrollLeft)<e&&Math.abs(this.scrollTop-g.container.scrollTop)<e&&Math.abs(this.startX-b.getGraphX())<e&&Math.abs(this.startY-b.getGraphY())<e&&c(b.getEvent()));this.clear()},activate:function(a){this.currentLink=g.getAbsoluteUrl(g.getLinkForCell(a.cell)); +null!=this.currentLink&&(g.container.style.cursor="pointer",null!=this.highlight&&this.highlight.highlight(a))},clear:function(){null!=g.container&&(g.container.style.cursor=f);this.currentLink=this.currentState=null;null!=this.highlight&&this.highlight.hide();null!=g.tooltipHandler&&g.tooltipHandler.hide()}};g.click=function(a){};g.addMouseListener(k);mxEvent.addListener(document,"mouseleave",function(a){k.clear()})};Graph.prototype.duplicateCells=function(a,d){a=null!=a?a:this.getSelectionCells(); +d=null!=d?d:!0;a=this.model.getTopmostCells(a);var c=this.getModel(),b=this.gridSize,f=[];c.beginUpdate();try{for(var e=this.cloneCells(a,!1),g=0;g<a.length;g++){var k=c.getParent(a[g]),l=this.moveCells([e[g]],b,b,!1)[0];f.push(l);if(d)c.add(k,e[g]);else{var q=k.getIndex(a[g]);c.add(k,e[g],q+1)}}}finally{c.endUpdate()}return f};Graph.prototype.insertImage=function(a,d,c){if(null!=a){for(var b=this.cellEditor.textarea.getElementsByTagName("img"),f=[],e=0;e<b.length;e++)f.push(b[e]);document.execCommand("insertimage", +!1,a);a=this.cellEditor.textarea.getElementsByTagName("img");if(a.length==f.length+1)for(e=a.length-1;0<=e;e--)if(0==e||a[e]!=f[e-1]){a[e].setAttribute("width",d);a[e].setAttribute("height",c);break}}};Graph.prototype.insertLink=function(a){if(0==a.length)document.execCommand("unlink",!1);else if(mxClient.IS_FF){for(var d=this.cellEditor.textarea.getElementsByTagName("a"),c=[],b=0;b<d.length;b++)c.push(d[b]);document.execCommand("createlink",!1,mxUtils.trim(a));d=this.cellEditor.textarea.getElementsByTagName("a"); +if(d.length==c.length+1)for(b=d.length-1;0<=b;b--)if(d[b]!=c[b-1]){for(d=d[b].getElementsByTagName("a");0<d.length;){for(c=d[0].parentNode;null!=d[0].firstChild;)c.insertBefore(d[0].firstChild,d[0]);c.removeChild(d[0])}break}}else document.execCommand("createlink",!1,mxUtils.trim(a))};Graph.prototype.isCellResizable=function(a){var d=mxGraph.prototype.isCellResizable.apply(this,arguments),c=this.view.getState(a),c=null!=c?c.style:this.getCellStyle(a);return d||"0"!=mxUtils.getValue(c,mxConstants.STYLE_RESIZABLE, +"1")&&"wrap"==c[mxConstants.STYLE_WHITE_SPACE]};Graph.prototype.distributeCells=function(a,d){null==d&&(d=this.getSelectionCells());if(null!=d&&1<d.length){for(var c=[],b=null,f=null,e=0;e<d.length;e++)if(this.getModel().isVertex(d[e])){var g=this.view.getState(d[e]);if(null!=g){var k=a?g.getCenterX():g.getCenterY(),b=null!=b?Math.max(b,k):k,f=null!=f?Math.min(f,k):k;c.push(g)}}if(2<c.length){c.sort(function(d,c){return a?d.x-c.x:d.y-c.y});g=this.view.translate;k=this.view.scale;f=f/k-(a?g.x:g.y); +b=b/k-(a?g.x:g.y);this.getModel().beginUpdate();try{for(var l=(b-f)/(c.length-1),b=f,e=1;e<c.length-1;e++){var q=this.view.getState(this.model.getParent(c[e].cell)),m=this.getCellGeometry(c[e].cell),b=b+l;null!=m&&null!=q&&(m=m.clone(),a?m.x=Math.round(b-m.width/2)-q.origin.x:m.y=Math.round(b-m.height/2)-q.origin.y,this.getModel().setGeometry(c[e].cell,m))}}finally{this.getModel().endUpdate()}}}return d};Graph.prototype.isCloneEvent=function(a){return mxClient.IS_MAC&&mxEvent.isMetaDown(a)||mxEvent.isControlDown(a)}; +Graph.prototype.encodeCells=function(a){for(var d=this.cloneCells(a),c=new mxDictionary,b=0;b<a.length;b++)c.put(a[b],!0);for(b=0;b<d.length;b++){var f=this.view.getState(a[b]);if(null!=f){var e=this.getCellGeometry(d[b]);null==e||!e.relative||this.model.isEdge(a[b])||c.get(this.model.getParent(a[b]))||(e.relative=!1,e.x=f.x/f.view.scale-f.view.translate.x,e.y=f.y/f.view.scale-f.view.translate.y)}}c=new mxCodec;f=new mxGraphModel;e=f.getChildAt(f.getRoot(),0);for(b=0;b<a.length;b++)f.add(e,d[b]); +return c.encode(f)};Graph.prototype.createSvgImageExport=function(){var a=new mxImageExport;a.getLinkForCellState=mxUtils.bind(this,function(a,d){return this.getLinkForCell(a.cell)});return a};Graph.prototype.getSvg=function(a,d,c,b,f,e,g,k){var l=this.useCssTransforms;l&&(this.useCssTransforms=!1,this.view.revalidate(),this.sizeDidChange());try{d=null!=d?d:1;c=null!=c?c:0;f=null!=f?f:!0;e=null!=e?e:!0;g=null!=g?g:!0;var q=e||b?this.getGraphBounds():this.getBoundingBox(this.getSelectionCells());if(null== +q)throw Error(mxResources.get("drawingEmpty"));var m=this.view.scale,t=mxUtils.createXmlDocument(),v=null!=t.createElementNS?t.createElementNS(mxConstants.NS_SVG,"svg"):t.createElement("svg");null!=a&&(null!=v.style?v.style.backgroundColor=a:v.setAttribute("style","background-color:"+a));null==t.createElementNS?(v.setAttribute("xmlns",mxConstants.NS_SVG),v.setAttribute("xmlns:xlink",mxConstants.NS_XLINK)):v.setAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:xlink",mxConstants.NS_XLINK);a=d/m;v.setAttribute("width", +Math.max(1,Math.ceil(q.width*a)+2*c)+"px");v.setAttribute("height",Math.max(1,Math.ceil(q.height*a)+2*c)+"px");v.setAttribute("version","1.1");b=v;if(f){var h=null!=t.createElementNS?t.createElementNS(mxConstants.NS_SVG,"g"):t.createElement("g");h.setAttribute("transform","translate(0.5,0.5)");v.appendChild(h);t.appendChild(v);b=h}else t.appendChild(v);var w=this.createSvgCanvas(b);w.foOffset=f?-.5:0;w.textOffset=f?-.5:0;w.imageOffset=f?-.5:0;w.translate(Math.floor((c/d-q.x)/m),Math.floor((c/d-q.y)/ +m));var r=document.createElement("textarea"),C=w.createAlternateContent;w.createAlternateContent=function(a,d,c,b,f,e,g,k,l,q,m,t,v){var w=this.state;if(null!=this.foAltText&&(0==b||0!=w.fontSize&&e.length<5*b/w.fontSize)){var h=this.createElement("text");h.setAttribute("x",Math.round(b/2));h.setAttribute("y",Math.round((f+w.fontSize)/2));h.setAttribute("fill",w.fontColor||"black");h.setAttribute("text-anchor","middle");h.setAttribute("font-size",Math.round(w.fontSize)+"px");h.setAttribute("font-family", +w.fontFamily);(w.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&h.setAttribute("font-weight","bold");(w.fontStyle&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC&&h.setAttribute("font-style","italic");(w.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&h.setAttribute("text-decoration","underline");try{return r.innerHTML=e,h.textContent=r.value,h}catch(Aa){return C.apply(this,arguments)}}else return C.apply(this,arguments)};var z=this.backgroundImage;if(null!=z){d=m/d; +var A=this.view.translate,n=new mxRectangle(A.x*d,A.y*d,z.width*d,z.height*d);mxUtils.intersects(q,n)&&w.image(A.x,A.y,z.width,z.height,z.src,!0)}w.scale(a);w.textEnabled=g;k=null!=k?k:this.createSvgImageExport();var y=k.drawCellState;k.drawCellState=function(a,d){for(var c=a.view.graph,b=c.isCellSelected(a.cell),f=c.model.getParent(a.cell);!e&&!b&&null!=f;)b=c.isCellSelected(f),f=c.model.getParent(f);(e||b)&&y.apply(this,arguments)};k.drawState(this.getView().getState(this.model.root),w);return v}finally{l&& +(this.useCssTransforms=!0,this.view.revalidate(),this.sizeDidChange())}};Graph.prototype.createSvgCanvas=function(a){return new mxSvgCanvas2D(a)};Graph.prototype.getSelectedElement=function(){var a=null;if(window.getSelection){var d=window.getSelection();d.getRangeAt&&d.rangeCount&&(a=d.getRangeAt(0).commonAncestorContainer)}else document.selection&&(a=document.selection.createRange().parentElement());return a};Graph.prototype.getParentByName=function(a,d,c){for(;null!=a&&a.nodeName!=d;){if(a==c)return null; +a=a.parentNode}return a};Graph.prototype.selectNode=function(a){var d=null;if(window.getSelection){if(d=window.getSelection(),d.getRangeAt&&d.rangeCount){var c=document.createRange();c.selectNode(a);d.removeAllRanges();d.addRange(c)}}else(d=document.selection)&&"Control"!=d.type&&(a=d.createRange(),a.collapse(!0),c=d.createRange(),c.setEndPoint("StartToStart",a),c.select())};Graph.prototype.insertRow=function(a,d){for(var c=a.tBodies[0],b=c.rows[0].cells,f=0,e=0;e<b.length;e++)var g=b[e].getAttribute("colspan"), +f=f+(null!=g?parseInt(g):1);c=c.insertRow(d);for(e=0;e<f;e++)mxUtils.br(c.insertCell(-1));return c.cells[0]};Graph.prototype.deleteRow=function(a,d){a.tBodies[0].deleteRow(d)};Graph.prototype.insertColumn=function(a,d){var c=a.tHead;if(null!=c)for(var b=0;b<c.rows.length;b++){var f=document.createElement("th");c.rows[b].appendChild(f);mxUtils.br(f)}c=a.tBodies[0];for(b=0;b<c.rows.length;b++)f=c.rows[b].insertCell(d),mxUtils.br(f);return c.rows[0].cells[0<=d?d:c.rows[0].cells.length-1]};Graph.prototype.deleteColumn= +function(a,d){if(0<=d)for(var c=a.tBodies[0].rows,b=0;b<c.length;b++)c[b].cells.length>d&&c[b].deleteCell(d)};Graph.prototype.pasteHtmlAtCaret=function(a){var d;if(window.getSelection){if(d=window.getSelection(),d.getRangeAt&&d.rangeCount){d=d.getRangeAt(0);d.deleteContents();var c=document.createElement("div");c.innerHTML=a;a=document.createDocumentFragment();for(var b;b=c.firstChild;)lastNode=a.appendChild(b);d.insertNode(a)}}else(d=document.selection)&&"Control"!=d.type&&d.createRange().pasteHTML(a)}; +Graph.prototype.createLinkForHint=function(a,d){function c(a,d){a.length>d&&(a=a.substring(0,Math.round(d/2))+"..."+a.substring(a.length-Math.round(d/4)));return a}a=null!=a?a:"javascript:void(0);";if(null==d||0==d.length)d=this.isCustomLink(a)?this.getLinkTitle(a):a;var b=document.createElement("a");b.setAttribute("href",this.getAbsoluteUrl(a));b.setAttribute("title",c(this.isCustomLink(a)?this.getLinkTitle(a):a,80));null!=this.linkTarget&&b.setAttribute("target",this.linkTarget);mxUtils.write(b, +c(d,40));this.isCustomLink(a)&&mxEvent.addListener(b,"click",mxUtils.bind(this,function(d){this.customLinkClicked(a);mxEvent.consume(d)}));return b};Graph.prototype.initTouch=function(){this.connectionHandler.marker.isEnabled=function(){return null!=this.graph.connectionHandler.first};this.addListener(mxEvent.START_EDITING,function(a,d){this.popupMenuHandler.hideMenu()});var a=this.updateMouseEvent;this.updateMouseEvent=function(d){d=a.apply(this,arguments);if(mxEvent.isTouchEvent(d.getEvent())&& +null==d.getState()){var c=this.getCellAt(d.graphX,d.graphY);null!=c&&this.isSwimlane(c)&&this.hitsSwimlaneContent(c,d.graphX,d.graphY)||(d.state=this.view.getState(c),null!=d.state&&null!=d.state.shape&&(this.container.style.cursor=d.state.shape.node.style.cursor))}null==d.getState()&&this.isEnabled()&&(this.container.style.cursor="default");return d};var d=!1,c=!1,b=!1,f=this.fireMouseEvent;this.fireMouseEvent=function(a,e,g){a==mxEvent.MOUSE_DOWN&&(e=this.updateMouseEvent(e),d=this.isCellSelected(e.getCell()), +c=this.isSelectionEmpty(),b=this.popupMenuHandler.isMenuShowing());f.apply(this,arguments)};this.popupMenuHandler.mouseUp=mxUtils.bind(this,function(a,f){this.popupMenuHandler.popupTrigger=!this.isEditing()&&this.isEnabled()&&(null==f.getState()||!f.isSource(f.getState().control))&&(this.popupMenuHandler.popupTrigger||!b&&!mxEvent.isMouseEvent(f.getEvent())&&(c&&null==f.getCell()&&this.isSelectionEmpty()||d&&this.isCellSelected(f.getCell())));mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler, +arguments)})};mxCellEditor.prototype.isContentEditing=function(){var a=this.graph.view.getState(this.editingCell);return null!=a&&1==a.style.html};mxCellEditor.prototype.saveSelection=function(){if(window.getSelection){var a=window.getSelection();if(a.getRangeAt&&a.rangeCount){for(var d=[],c=0,b=a.rangeCount;c<b;++c)d.push(a.getRangeAt(c));return d}}else if(document.selection&&document.selection.createRange)return document.selection.createRange();return null};mxCellEditor.prototype.restoreSelection= +function(a){try{if(a)if(window.getSelection){sel=window.getSelection();sel.removeAllRanges();for(var d=0,c=a.length;d<c;++d)sel.addRange(a[d])}else document.selection&&a.select&&a.select()}catch(Y){}};var h=mxCellRenderer.prototype.initializeLabel;mxCellRenderer.prototype.initializeLabel=function(a){null!=a.text&&(a.text.replaceLinefeeds="0"!=mxUtils.getValue(a.style,"nl2Br","1"));h.apply(this,arguments)};var p=mxConstraintHandler.prototype.update;mxConstraintHandler.prototype.update=function(a,d){this.isKeepFocusEvent(a)|| +!mxEvent.isAltDown(a.getEvent())?p.apply(this,arguments):this.reset()};mxGuide.prototype.createGuideShape=function(a){return new mxPolyline([],mxConstants.GUIDE_COLOR,mxConstants.GUIDE_STROKEWIDTH)};mxCellEditor.prototype.escapeCancelsEditing=!1;var n=mxCellEditor.prototype.startEditing;mxCellEditor.prototype.startEditing=function(a,d){n.apply(this,arguments);var c=this.graph.view.getState(a);this.textarea.className=null!=c&&1==c.style.html?"mxCellEditor geContentEditable":"mxCellEditor mxPlainTextEditor"; +this.codeViewMode=!1;this.switchSelectionState=null;this.graph.setSelectionCell(a);var c=this.graph.getModel().getParent(a),b=this.graph.getCellGeometry(a);this.graph.getModel().isEdge(c)&&null!=b&&b.relative||this.graph.getModel().isEdge(a)?mxClient.IS_QUIRKS?this.textarea.style.border="gray dotted 1px":this.textarea.style.outline=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_FF&&mxClient.IS_WIN?"gray dotted 1px":"":mxClient.IS_QUIRKS&&(this.textarea.style.outline="none",this.textarea.style.border= +"")};var r=mxCellEditor.prototype.installListeners;mxCellEditor.prototype.installListeners=function(a){function d(a,c){c.originalNode=a;a=a.firstChild;for(var b=c.firstChild;null!=a&&null!=b;)d(a,b),a=a.nextSibling,b=b.nextSibling;return c}function c(a,d){if(null!=a)if(d.originalNode!=a)b(a);else for(a=a.firstChild,d=d.firstChild;null!=a;){var f=a.nextSibling;null==d?b(a):(c(a,d),d=d.nextSibling);a=f}}function b(a){for(var d=a.firstChild;null!=d;){var c=d.nextSibling;b(d);d=c}1==a.nodeType&&("BR"=== +a.nodeName||null!=a.firstChild)||3==a.nodeType&&0!=mxUtils.trim(mxUtils.getTextContent(a)).length?(3==a.nodeType&&mxUtils.setTextContent(a,mxUtils.getTextContent(a).replace(/\n|\r/g,"")),1==a.nodeType&&(a.removeAttribute("style"),a.removeAttribute("class"),a.removeAttribute("width"),a.removeAttribute("cellpadding"),a.removeAttribute("cellspacing"),a.removeAttribute("border"))):a.parentNode.removeChild(a)}r.apply(this,arguments);mxClient.IS_QUIRKS||7===document.documentMode||8===document.documentMode|| +mxEvent.addListener(this.textarea,"paste",mxUtils.bind(this,function(a){var b=d(this.textarea,this.textarea.cloneNode(!0));window.setTimeout(mxUtils.bind(this,function(){c(this.textarea,b)}),0)}))};mxCellEditor.prototype.toggleViewMode=function(){var a=this.graph.view.getState(this.editingCell),d=null!=a&&"0"!=mxUtils.getValue(a.style,"nl2Br","1"),c=this.saveSelection();if(this.codeViewMode){k=mxUtils.extractTextWithWhitespace(this.textarea.childNodes);0<k.length&&"\n"==k.charAt(k.length-1)&&(k=k.substring(0, +k.length-1));k=this.graph.sanitizeHtml(d?k.replace(/\n/g,"<br/>"):k,!0);this.textarea.className="mxCellEditor geContentEditable";var b=mxUtils.getValue(a.style,mxConstants.STYLE_FONTSIZE,mxConstants.DEFAULT_FONTSIZE),d=mxUtils.getValue(a.style,mxConstants.STYLE_FONTFAMILY,mxConstants.DEFAULT_FONTFAMILY),f=mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_LEFT),e=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD,g=(mxUtils.getValue(a.style, +mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC,a=(mxUtils.getValue(a.style,mxConstants.STYLE_FONTSTYLE,0)&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(b*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(b)+"px";this.textarea.style.textDecoration=a?"underline":"";this.textarea.style.fontWeight=e?"bold":"normal";this.textarea.style.fontStyle= +g?"italic":"";this.textarea.style.fontFamily=d;this.textarea.style.textAlign=f;this.textarea.style.padding="0px";this.textarea.innerHTML!=k&&(this.textarea.innerHTML=k,0==this.textarea.innerHTML.length&&(this.textarea.innerHTML=this.getEmptyLabelText(),this.clearOnChange=0<this.textarea.innerHTML.length));this.codeViewMode=!1}else{this.clearOnChange&&this.textarea.innerHTML==this.getEmptyLabelText()&&(this.clearOnChange=!1,this.textarea.innerHTML="");var k=mxUtils.htmlEntities(this.textarea.innerHTML); +mxClient.IS_QUIRKS||8==document.documentMode||(k=mxUtils.replaceTrailingNewlines(k,"<div><br></div>"));k=this.graph.sanitizeHtml(d?k.replace(/\n/g,"").replace(/<br\s*.?>/g,"<br>"):k,!0);this.textarea.className="mxCellEditor mxPlainTextEditor";var b=mxConstants.DEFAULT_FONTSIZE;this.textarea.style.lineHeight=mxConstants.ABSOLUTE_LINE_HEIGHT?Math.round(b*mxConstants.LINE_HEIGHT)+"px":mxConstants.LINE_HEIGHT;this.textarea.style.fontSize=Math.round(b)+"px";this.textarea.style.textDecoration=""; +this.textarea.style.fontWeight="normal";this.textarea.style.fontStyle="";this.textarea.style.fontFamily=mxConstants.DEFAULT_FONTFAMILY;this.textarea.style.textAlign="left";this.textarea.style.padding="2px";this.textarea.innerHTML!=k&&(this.textarea.innerHTML=k);this.codeViewMode=!0}this.textarea.focus();null!=this.switchSelectionState&&this.restoreSelection(this.switchSelectionState);this.switchSelectionState=c;this.resize()};var u=mxCellEditor.prototype.resize;mxCellEditor.prototype.resize=function(a, +d){if(null!=this.textarea)if(a=this.graph.getView().getState(this.editingCell),this.codeViewMode&&null!=a){var c=a.view.scale;this.bounds=mxRectangle.fromRectangle(a);if(0==this.bounds.width&&0==this.bounds.height){this.bounds.width=160*c;this.bounds.height=60*c;var b=null!=a.text?a.text.margin:null;null==b&&(b=mxUtils.getAlignmentAsPoint(mxUtils.getValue(a.style,mxConstants.STYLE_ALIGN,mxConstants.ALIGN_CENTER),mxUtils.getValue(a.style,mxConstants.STYLE_VERTICAL_ALIGN,mxConstants.ALIGN_MIDDLE))); +this.bounds.x+=b.x*this.bounds.width;this.bounds.y+=b.y*this.bounds.height}this.textarea.style.width=Math.round((this.bounds.width-4)/c)+"px";this.textarea.style.height=Math.round((this.bounds.height-4)/c)+"px";this.textarea.style.overflow="auto";this.textarea.clientHeight<this.textarea.offsetHeight&&(this.textarea.style.height=Math.round(this.bounds.height/c)+(this.textarea.offsetHeight-this.textarea.clientHeight)+"px",this.bounds.height=parseInt(this.textarea.style.height)*c);this.textarea.clientWidth< +this.textarea.offsetWidth&&(this.textarea.style.width=Math.round(this.bounds.width/c)+(this.textarea.offsetWidth-this.textarea.clientWidth)+"px",this.bounds.width=parseInt(this.textarea.style.width)*c);this.textarea.style.left=Math.round(this.bounds.x)+"px";this.textarea.style.top=Math.round(this.bounds.y)+"px";mxClient.IS_VML?this.textarea.style.zoom=c:mxUtils.setPrefixedStyle(this.textarea.style,"transform","scale("+c+","+c+")")}else this.textarea.style.height="",this.textarea.style.overflow="", +u.apply(this,arguments)};mxCellEditorGetInitialValue=mxCellEditor.prototype.getInitialValue;mxCellEditor.prototype.getInitialValue=function(a,d){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetInitialValue.apply(this,arguments);var c=this.graph.getEditingValue(a.cell,d);"1"==mxUtils.getValue(a.style,"nl2Br","1")&&(c=c.replace(/\n/g,"<br/>"));return c=this.graph.sanitizeHtml(c,!0)};mxCellEditorGetCurrentValue=mxCellEditor.prototype.getCurrentValue;mxCellEditor.prototype.getCurrentValue= +function(a){if("0"==mxUtils.getValue(a.style,"html","0"))return mxCellEditorGetCurrentValue.apply(this,arguments);var d=this.graph.sanitizeHtml(this.textarea.innerHTML,!0);return d="1"==mxUtils.getValue(a.style,"nl2Br","1")?d.replace(/\r\n/g,"<br/>").replace(/\n/g,"<br/>"):d.replace(/\r\n/g,"").replace(/\n/g,"")};var d=mxCellEditor.prototype.stopEditing;mxCellEditor.prototype.stopEditing=function(a){this.codeViewMode&&this.toggleViewMode();d.apply(this,arguments);this.focusContainer()};mxCellEditor.prototype.focusContainer= +function(){try{this.graph.container.focus()}catch(S){}};var f=mxCellEditor.prototype.applyValue;mxCellEditor.prototype.applyValue=function(a,d){this.graph.getModel().beginUpdate();try{if(f.apply(this,arguments),this.graph.isCellDeletable(a.cell)&&0==this.graph.model.getChildCount(a.cell)){var c=mxUtils.getValue(a.style,mxConstants.STYLE_STROKECOLOR,mxConstants.NONE),b=mxUtils.getValue(a.style,mxConstants.STYLE_FILLCOLOR,mxConstants.NONE);""==d&&c==mxConstants.NONE&&b==mxConstants.NONE&&this.graph.removeCells([a.cell], +!1)}}finally{this.graph.getModel().endUpdate()}};mxCellEditor.prototype.getBackgroundColor=function(a){var d=null;if(this.graph.getModel().isEdge(a.cell)||this.graph.getModel().isEdge(this.graph.getModel().getParent(a.cell)))d=mxUtils.getValue(a.style,mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,null),d==mxConstants.NONE&&(d=null);return d};mxCellEditor.prototype.getMinimumSize=function(a){var d=this.graph.getView().scale;return new mxRectangle(0,0,null==a.text?30:a.text.size*d+20,30)};var g=mxGraphHandler.prototype.moveCells; +mxGraphHandler.prototype.moveCells=function(a,d,c,b,f,e){mxEvent.isAltDown(e)&&(f=null);g.apply(this,arguments)};mxGraphHandler.prototype.updateHint=function(d){if(null!=this.shape){null==this.hint&&(this.hint=a(),this.graph.container.appendChild(this.hint));var c=this.graph.view.translate,b=this.graph.view.scale;d=this.roundLength((this.bounds.x+this.currentDx)/b-c.x);c=this.roundLength((this.bounds.y+this.currentDy)/b-c.y);this.hint.innerHTML=d+", "+c;this.hint.style.left=this.shape.bounds.x+Math.round((this.shape.bounds.width- +this.hint.clientWidth)/2)+"px";this.hint.style.top=this.shape.bounds.y+this.shape.bounds.height+12+"px"}};mxGraphHandler.prototype.removeHint=function(){null!=this.hint&&(this.hint.parentNode.removeChild(this.hint),this.hint=null)};mxVertexHandler.prototype.isRecursiveResize=function(a,d){return!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!mxEvent.isControlDown(d.getEvent())&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null== +mxUtils.getValue(a.style,"childLayout",null)};mxVertexHandler.prototype.isCenteredEvent=function(a,d){return!(!this.graph.isSwimlane(a.cell)&&0<this.graph.model.getChildCount(a.cell)&&!this.graph.isCellCollapsed(a.cell)&&"1"==mxUtils.getValue(a.style,"recursiveResize","1")&&null==mxUtils.getValue(a.style,"childLayout",null))&&mxEvent.isControlDown(d.getEvent())||mxEvent.isMetaDown(d.getEvent())};var q=mxVertexHandler.prototype.getHandlePadding;mxVertexHandler.prototype.getHandlePadding=function(){var a= +new mxPoint(0,0),d=this.tolerance;this.graph.cellEditor.getEditingCell()==this.state.cell&&null!=this.sizers&&0<this.sizers.length&&null!=this.sizers[0]?(d/=2,a.x=this.sizers[0].bounds.width+d,a.y=this.sizers[0].bounds.height+d):a=q.apply(this,arguments);return a};mxVertexHandler.prototype.updateHint=function(d){this.index!=mxEvent.LABEL_HANDLE&&(null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint)),this.index==mxEvent.ROTATION_HANDLE?this.hint.innerHTML=this.currentAlpha+ +"°":(d=this.state.view.scale,this.hint.innerHTML=this.roundLength(this.bounds.width/d)+" x "+this.roundLength(this.bounds.height/d)),d=mxUtils.getBoundingBox(this.bounds,null!=this.currentAlpha?this.currentAlpha:this.state.style[mxConstants.STYLE_ROTATION]||"0"),null==d&&(d=this.bounds),this.hint.style.left=d.x+Math.round((d.width-this.hint.clientWidth)/2)+"px",this.hint.style.top=d.y+d.height+12+"px",null!=this.linkHint&&(this.linkHint.style.display="none"))};mxVertexHandler.prototype.removeHint= +function(){mxGraphHandler.prototype.removeHint.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.display="")};mxEdgeHandler.prototype.updateHint=function(d,c){null==this.hint&&(this.hint=a(),this.state.view.graph.container.appendChild(this.hint));var b=this.graph.view.translate,f=this.graph.view.scale,e=this.roundLength(c.x/f-b.x),b=this.roundLength(c.y/f-b.y);this.hint.innerHTML=e+", "+b;this.hint.style.visibility="visible";if(this.isSource||this.isTarget)null!=this.constraintHandler.currentConstraint&& +null!=this.constraintHandler.currentFocus?(e=this.constraintHandler.currentConstraint.point,this.hint.innerHTML="["+Math.round(100*e.x)+"%, "+Math.round(100*e.y)+"%]"):this.marker.hasValidState()&&(this.hint.style.visibility="hidden");this.hint.style.left=Math.round(d.getGraphX()-this.hint.clientWidth/2)+"px";this.hint.style.top=Math.max(d.getGraphY(),c.y)+this.state.view.graph.gridSize+"px";null!=this.linkHint&&(this.linkHint.style.display="none")};mxEdgeHandler.prototype.removeHint=mxVertexHandler.prototype.removeHint; +HoverIcons.prototype.mainHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/>'):new mxImage(IMAGE_PATH+"/handle-main.png",17,17);HoverIcons.prototype.secondaryHandle=mxClient.IS_SVG?Graph.createSvgImage(16,16,'<path d="m 8 3 L 13 8 L 8 13 L 3 8 z" stroke="#fff" fill="#fca000"/>'):new mxImage(IMAGE_PATH+"/handle-secondary.png",17,17);HoverIcons.prototype.fixedHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><path d="m 7 7 L 11 11 M 7 11 L 11 7" stroke="#fff"/>'): +new mxImage(IMAGE_PATH+"/handle-fixed.png",17,17);HoverIcons.prototype.terminalHandle=mxClient.IS_SVG?Graph.createSvgImage(18,18,'<circle cx="9" cy="9" r="5" stroke="#fff" fill="#007dfc" stroke-width="1"/><circle cx="9" cy="9" r="2" stroke="#fff" fill="transparent"/>'):new mxImage(IMAGE_PATH+"/handle-terminal.png",17,17);HoverIcons.prototype.rotationHandle=new mxImage(mxClient.IS_SVG?"data:image/png;base64,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": IMAGE_PATH+"/handle-rotate.png",19,21);mxClient.IS_SVG&&(mxConstraintHandler.prototype.pointImage=Graph.createSvgImage(5,5,'<path d="m 0 0 L 5 5 M 0 5 L 5 0" stroke="#007dfc"/>'));mxVertexHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxVertexHandler.prototype.secondaryHandleImage=HoverIcons.prototype.secondaryHandle;mxEdgeHandler.prototype.handleImage=HoverIcons.prototype.mainHandle;mxEdgeHandler.prototype.terminalHandleImage=HoverIcons.prototype.terminalHandle;mxEdgeHandler.prototype.fixedHandleImage= HoverIcons.prototype.fixedHandle;mxEdgeHandler.prototype.labelHandleImage=HoverIcons.prototype.secondaryHandle;mxOutline.prototype.sizerImage=HoverIcons.prototype.mainHandle;null!=window.Sidebar&&(Sidebar.prototype.triangleUp=HoverIcons.prototype.triangleUp,Sidebar.prototype.triangleRight=HoverIcons.prototype.triangleRight,Sidebar.prototype.triangleDown=HoverIcons.prototype.triangleDown,Sidebar.prototype.triangleLeft=HoverIcons.prototype.triangleLeft,Sidebar.prototype.refreshTarget=HoverIcons.prototype.refreshTarget, Sidebar.prototype.roundDrop=HoverIcons.prototype.roundDrop);mxClient.IS_SVG||((new Image).src=HoverIcons.prototype.mainHandle.src,(new Image).src=HoverIcons.prototype.fixedHandle.src,(new Image).src=HoverIcons.prototype.terminalHandle.src,(new Image).src=HoverIcons.prototype.secondaryHandle.src,(new Image).src=HoverIcons.prototype.rotationHandle.src,(new Image).src=HoverIcons.prototype.triangleUp.src,(new Image).src=HoverIcons.prototype.triangleRight.src,(new Image).src=HoverIcons.prototype.triangleDown.src, @@ -2404,184 +2405,184 @@ Sidebar.prototype.roundDrop=HoverIcons.prototype.roundDrop);mxClient.IS_SVG||((n if(Graph.touchStyle){if(mxClient.IS_TOUCH||0<navigator.maxTouchPoints||0<navigator.msMaxTouchPoints)mxShape.prototype.svgStrokeTolerance=18,mxVertexHandler.prototype.tolerance=12,mxEdgeHandler.prototype.tolerance=12,Graph.prototype.tolerance=12,mxVertexHandler.prototype.rotationHandleVSpacing=-24,mxConstraintHandler.prototype.getTolerance=function(a){return mxEvent.isMouseEvent(a.getEvent())?4:this.graph.getTolerance()};mxPanningHandler.prototype.isPanningTrigger=function(a){var d=a.getEvent();return null== a.getState()&&!mxEvent.isMouseEvent(d)||mxEvent.isPopupTrigger(d)&&(null==a.getState()||mxEvent.isControlDown(d)||mxEvent.isShiftDown(d))};var t=mxGraphHandler.prototype.mouseDown;mxGraphHandler.prototype.mouseDown=function(a,d){t.apply(this,arguments);mxEvent.isTouchEvent(d.getEvent())&&this.graph.isCellSelected(d.getCell())&&1<this.graph.getSelectionCount()&&(this.delayedSelection=!1)}}else mxPanningHandler.prototype.isPanningTrigger=function(a){var d=a.getEvent();return mxEvent.isLeftMouseButton(d)&& (this.useLeftButtonForPanning&&null==a.getState()||mxEvent.isControlDown(d)&&!mxEvent.isShiftDown(d))||this.usePopupTrigger&&mxEvent.isPopupTrigger(d)};mxRubberband.prototype.isSpaceEvent=function(a){return this.graph.isEnabled()&&!this.graph.isCellLocked(this.graph.getDefaultParent())&&mxEvent.isControlDown(a.getEvent())&&mxEvent.isShiftDown(a.getEvent())};mxRubberband.prototype.mouseUp=function(a,d){var c=null!=this.div&&"none"!=this.div.style.display,b=null,f=null,e=null,g=null;null!=this.first&& -null!=this.currentX&&null!=this.currentY&&(b=this.first.x,f=this.first.y,e=(this.currentX-b)/this.graph.view.scale,g=(this.currentY-f)/this.graph.view.scale,mxEvent.isAltDown(d.getEvent())||(e=this.graph.snap(e),g=this.graph.snap(g),this.graph.isGridEnabled()||(Math.abs(e)<this.graph.tolerance&&(e=0),Math.abs(g)<this.graph.tolerance&&(g=0))));this.reset();if(c){if(mxEvent.isAltDown(d.getEvent())&&this.graph.isToggleEvent(d.getEvent())){var e=new mxRectangle(this.x,this.y,this.width,this.height),l= -this.graph.getCells(e.x,e.y,e.width,e.height);this.graph.removeSelectionCells(l)}else if(this.isSpaceEvent(d)){this.graph.model.beginUpdate();try{for(l=this.graph.getCellsBeyond(b,f,this.graph.getDefaultParent(),!0,!0),c=0;c<l.length;c++)if(this.graph.isCellMovable(l[c])){var k=this.graph.view.getState(l[c]),p=this.graph.getCellGeometry(l[c]);null!=k&&null!=p&&(p=p.clone(),p.translate(e,g),this.graph.model.setGeometry(l[c],p))}}finally{this.graph.model.endUpdate()}}else e=new mxRectangle(this.x,this.y, +null!=this.currentX&&null!=this.currentY&&(b=this.first.x,f=this.first.y,e=(this.currentX-b)/this.graph.view.scale,g=(this.currentY-f)/this.graph.view.scale,mxEvent.isAltDown(d.getEvent())||(e=this.graph.snap(e),g=this.graph.snap(g),this.graph.isGridEnabled()||(Math.abs(e)<this.graph.tolerance&&(e=0),Math.abs(g)<this.graph.tolerance&&(g=0))));this.reset();if(c){if(mxEvent.isAltDown(d.getEvent())&&this.graph.isToggleEvent(d.getEvent())){var e=new mxRectangle(this.x,this.y,this.width,this.height),k= +this.graph.getCells(e.x,e.y,e.width,e.height);this.graph.removeSelectionCells(k)}else if(this.isSpaceEvent(d)){this.graph.model.beginUpdate();try{for(k=this.graph.getCellsBeyond(b,f,this.graph.getDefaultParent(),!0,!0),c=0;c<k.length;c++)if(this.graph.isCellMovable(k[c])){var l=this.graph.view.getState(k[c]),q=this.graph.getCellGeometry(k[c]);null!=l&&null!=q&&(q=q.clone(),q.translate(e,g),this.graph.model.setGeometry(k[c],q))}}finally{this.graph.model.endUpdate()}}else e=new mxRectangle(this.x,this.y, this.width,this.height),this.graph.selectRegion(e,d.getEvent());d.consume()}};mxRubberband.prototype.mouseMove=function(a,d){if(!d.isConsumed()&&null!=this.first){var c=mxUtils.getScrollOrigin(this.graph.container),b=mxUtils.getOffset(this.graph.container);c.x-=b.x;c.y-=b.y;var b=d.getX()+c.x,c=d.getY()+c.y,f=this.first.x-b,e=this.first.y-c,g=this.graph.tolerance;if(null!=this.div||Math.abs(f)>g||Math.abs(e)>g)null==this.div&&(this.div=this.createShape()),mxUtils.clearSelection(),this.update(b,c), this.isSpaceEvent(d)?(b=this.x+this.width,c=this.y+this.height,f=this.graph.view.scale,mxEvent.isAltDown(d.getEvent())||(this.width=this.graph.snap(this.width/f)*f,this.height=this.graph.snap(this.height/f)*f,this.graph.isGridEnabled()||(this.width<this.graph.tolerance&&(this.width=0),this.height<this.graph.tolerance&&(this.height=0)),this.x<this.first.x&&(this.x=b-this.width),this.y<this.first.y&&(this.y=c-this.height)),this.div.style.borderStyle="dashed",this.div.style.backgroundColor="white",this.div.style.left= this.x+"px",this.div.style.top=this.y+"px",this.div.style.width=Math.max(0,this.width)+"px",this.div.style.height=this.graph.container.clientHeight+"px",this.div.style.borderWidth=0>=this.width?"0px 1px 0px 0px":"0px 1px 0px 1px",null==this.secondDiv&&(this.secondDiv=this.div.cloneNode(!0),this.div.parentNode.appendChild(this.secondDiv)),this.secondDiv.style.left=this.x+"px",this.secondDiv.style.top=this.y+"px",this.secondDiv.style.width=this.graph.container.clientWidth+"px",this.secondDiv.style.height= -Math.max(0,this.height)+"px",this.secondDiv.style.borderWidth=0>=this.height?"1px 0px 0px 0px":"1px 0px 1px 0px"):(this.div.style.backgroundColor="",this.div.style.borderWidth="",this.div.style.borderStyle="",null!=this.secondDiv&&(this.secondDiv.parentNode.removeChild(this.secondDiv),this.secondDiv=null)),d.consume()}};var k=mxRubberband.prototype.reset;mxRubberband.prototype.reset=function(){null!=this.secondDiv&&(this.secondDiv.parentNode.removeChild(this.secondDiv),this.secondDiv=null);k.apply(this, -arguments)};var q=(new Date).getTime(),x=0,B=mxEdgeHandler.prototype.updatePreviewState;mxEdgeHandler.prototype.updatePreviewState=function(a,d,c,b){B.apply(this,arguments);c!=this.currentTerminalState?(q=(new Date).getTime(),x=0):x=(new Date).getTime()-q;this.currentTerminalState=c};var l=mxEdgeHandler.prototype.isOutlineConnectEvent;mxEdgeHandler.prototype.isOutlineConnectEvent=function(a){return null!=this.currentTerminalState&&a.getState()==this.currentTerminalState&&2E3<x||(null==this.currentTerminalState|| -"0"!=mxUtils.getValue(this.currentTerminalState.style,"outlineConnect","1"))&&l.apply(this,arguments)};mxVertexHandler.prototype.isCustomHandleEvent=function(a){return!mxEvent.isShiftDown(a.getEvent())};mxEdgeHandler.prototype.createHandleShape=function(a,d){var c=null!=a&&0==a,b=this.state.getVisibleTerminalState(c),f=null!=a&&(0==a||a>=this.state.absolutePoints.length-1||this.constructor==mxElbowEdgeHandler&&2==a)?this.graph.getConnectionConstraint(this.state,b,c):null,c=null!=(null!=f?this.graph.getConnectionPoint(this.state.getVisibleTerminalState(c), -f):null)?this.fixedHandleImage:null!=f&&null!=b?this.terminalHandleImage:this.handleImage;if(null!=c)return c=new mxImageShape(new mxRectangle(0,0,c.width,c.height),c.src),c.preserveImageAspect=!1,c;c=mxConstants.HANDLE_SIZE;this.preferHtml&&--c;return new mxRectangleShape(new mxRectangle(0,0,c,c),mxConstants.HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR)};var y=mxVertexHandler.prototype.createSizerShape;mxVertexHandler.prototype.createSizerShape=function(a,d,c){this.handleImage=d==mxEvent.ROTATION_HANDLE? -HoverIcons.prototype.rotationHandle:d==mxEvent.LABEL_HANDLE?this.secondaryHandleImage:this.handleImage;return y.apply(this,arguments)};var v=mxGraphHandler.prototype.getBoundingBox;mxGraphHandler.prototype.getBoundingBox=function(a){if(null!=a&&1==a.length){var d=this.graph.getModel(),c=d.getParent(a[0]),b=this.graph.getCellGeometry(a[0]);if(d.isEdge(c)&&null!=b&&b.relative&&(d=this.graph.view.getState(a[0]),null!=d&&2>d.width&&2>d.height&&null!=d.text&&null!=d.text.boundingBox))return mxRectangle.fromRectangle(d.text.boundingBox)}return v.apply(this, -arguments)};var A=mxVertexHandler.prototype.getSelectionBounds;mxVertexHandler.prototype.getSelectionBounds=function(a){var d=this.graph.getModel(),c=d.getParent(a.cell),b=this.graph.getCellGeometry(a.cell);return d.isEdge(c)&&null!=b&&b.relative&&2>a.width&&2>a.height&&null!=a.text&&null!=a.text.boundingBox?(d=a.text.unrotatedBoundingBox||a.text.boundingBox,new mxRectangle(Math.round(d.x),Math.round(d.y),Math.round(d.width),Math.round(d.height))):A.apply(this,arguments)};var H=mxVertexHandler.prototype.mouseDown; -mxVertexHandler.prototype.mouseDown=function(a,d){var c=this.graph.getModel(),b=c.getParent(this.state.cell),f=this.graph.getCellGeometry(this.state.cell);(this.getHandleForEvent(d)==mxEvent.ROTATION_HANDLE||!c.isEdge(b)||null==f||!f.relative||null==this.state||2<=this.state.width||2<=this.state.height)&&H.apply(this,arguments)};mxVertexHandler.prototype.isRotationHandleVisible=function(){return this.graph.isEnabled()&&this.rotationEnabled&&this.graph.isCellRotatable(this.state.cell)&&(0>=mxGraphHandler.prototype.maxCells|| -this.graph.getSelectionCount()<mxGraphHandler.prototype.maxCells)};mxVertexHandler.prototype.rotateClick=function(){this.state.view.graph.turnShapes([this.state.cell])};var F=mxVertexHandler.prototype.mouseMove;mxVertexHandler.prototype.mouseMove=function(a,d){F.apply(this,arguments);null!=this.graph.graphHandler.first&&null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display="none")};var w=mxVertexHandler.prototype.mouseUp;mxVertexHandler.prototype.mouseUp= -function(a,d){w.apply(this,arguments);null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display=1==this.graph.getSelectionCount()?"":"none")};var G=mxVertexHandler.prototype.init;mxVertexHandler.prototype.init=function(){G.apply(this,arguments);var a=!1;null!=this.rotationShape&&this.rotationShape.node.setAttribute("title",mxResources.get("rotateTooltip"));var d=mxUtils.bind(this,function(){null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display= +Math.max(0,this.height)+"px",this.secondDiv.style.borderWidth=0>=this.height?"1px 0px 0px 0px":"1px 0px 1px 0px"):(this.div.style.backgroundColor="",this.div.style.borderWidth="",this.div.style.borderStyle="",null!=this.secondDiv&&(this.secondDiv.parentNode.removeChild(this.secondDiv),this.secondDiv=null)),d.consume()}};var m=mxRubberband.prototype.reset;mxRubberband.prototype.reset=function(){null!=this.secondDiv&&(this.secondDiv.parentNode.removeChild(this.secondDiv),this.secondDiv=null);m.apply(this, +arguments)};var l=(new Date).getTime(),C=0,y=mxEdgeHandler.prototype.updatePreviewState;mxEdgeHandler.prototype.updatePreviewState=function(a,d,c,b){y.apply(this,arguments);c!=this.currentTerminalState?(l=(new Date).getTime(),C=0):C=(new Date).getTime()-l;this.currentTerminalState=c};var k=mxEdgeHandler.prototype.isOutlineConnectEvent;mxEdgeHandler.prototype.isOutlineConnectEvent=function(a){return null!=this.currentTerminalState&&a.getState()==this.currentTerminalState&&2E3<C||(null==this.currentTerminalState|| +"0"!=mxUtils.getValue(this.currentTerminalState.style,"outlineConnect","1"))&&k.apply(this,arguments)};mxVertexHandler.prototype.isCustomHandleEvent=function(a){return!mxEvent.isShiftDown(a.getEvent())};mxEdgeHandler.prototype.createHandleShape=function(a,d){var c=null!=a&&0==a,b=this.state.getVisibleTerminalState(c),f=null!=a&&(0==a||a>=this.state.absolutePoints.length-1||this.constructor==mxElbowEdgeHandler&&2==a)?this.graph.getConnectionConstraint(this.state,b,c):null,c=null!=(null!=f?this.graph.getConnectionPoint(this.state.getVisibleTerminalState(c), +f):null)?this.fixedHandleImage:null!=f&&null!=b?this.terminalHandleImage:this.handleImage;if(null!=c)return c=new mxImageShape(new mxRectangle(0,0,c.width,c.height),c.src),c.preserveImageAspect=!1,c;c=mxConstants.HANDLE_SIZE;this.preferHtml&&--c;return new mxRectangleShape(new mxRectangle(0,0,c,c),mxConstants.HANDLE_FILLCOLOR,mxConstants.HANDLE_STROKECOLOR)};var w=mxVertexHandler.prototype.createSizerShape;mxVertexHandler.prototype.createSizerShape=function(a,d,c){this.handleImage=d==mxEvent.ROTATION_HANDLE? +HoverIcons.prototype.rotationHandle:d==mxEvent.LABEL_HANDLE?this.secondaryHandleImage:this.handleImage;return w.apply(this,arguments)};var v=mxGraphHandler.prototype.getBoundingBox;mxGraphHandler.prototype.getBoundingBox=function(a){if(null!=a&&1==a.length){var d=this.graph.getModel(),c=d.getParent(a[0]),b=this.graph.getCellGeometry(a[0]);if(d.isEdge(c)&&null!=b&&b.relative&&(d=this.graph.view.getState(a[0]),null!=d&&2>d.width&&2>d.height&&null!=d.text&&null!=d.text.boundingBox))return mxRectangle.fromRectangle(d.text.boundingBox)}return v.apply(this, +arguments)};var A=mxVertexHandler.prototype.getSelectionBounds;mxVertexHandler.prototype.getSelectionBounds=function(a){var d=this.graph.getModel(),c=d.getParent(a.cell),b=this.graph.getCellGeometry(a.cell);return d.isEdge(c)&&null!=b&&b.relative&&2>a.width&&2>a.height&&null!=a.text&&null!=a.text.boundingBox?(d=a.text.unrotatedBoundingBox||a.text.boundingBox,new mxRectangle(Math.round(d.x),Math.round(d.y),Math.round(d.width),Math.round(d.height))):A.apply(this,arguments)};var J=mxVertexHandler.prototype.mouseDown; +mxVertexHandler.prototype.mouseDown=function(a,d){var c=this.graph.getModel(),b=c.getParent(this.state.cell),f=this.graph.getCellGeometry(this.state.cell);(this.getHandleForEvent(d)==mxEvent.ROTATION_HANDLE||!c.isEdge(b)||null==f||!f.relative||null==this.state||2<=this.state.width||2<=this.state.height)&&J.apply(this,arguments)};mxVertexHandler.prototype.isRotationHandleVisible=function(){return this.graph.isEnabled()&&this.rotationEnabled&&this.graph.isCellRotatable(this.state.cell)&&(0>=mxGraphHandler.prototype.maxCells|| +this.graph.getSelectionCount()<mxGraphHandler.prototype.maxCells)};mxVertexHandler.prototype.rotateClick=function(){this.state.view.graph.turnShapes([this.state.cell])};var F=mxVertexHandler.prototype.mouseMove;mxVertexHandler.prototype.mouseMove=function(a,d){F.apply(this,arguments);null!=this.graph.graphHandler.first&&null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display="none")};var B=mxVertexHandler.prototype.mouseUp;mxVertexHandler.prototype.mouseUp= +function(a,d){B.apply(this,arguments);null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display=1==this.graph.getSelectionCount()?"":"none")};var M=mxVertexHandler.prototype.init;mxVertexHandler.prototype.init=function(){M.apply(this,arguments);var a=!1;null!=this.rotationShape&&this.rotationShape.node.setAttribute("title",mxResources.get("rotateTooltip"));var d=mxUtils.bind(this,function(){null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display= 1==this.graph.getSelectionCount()?"":"none");null!=this.specialHandle&&(this.specialHandle.node.style.display=this.graph.isEnabled()&&this.graph.getSelectionCount()<this.graph.graphHandler.maxCells?"":"none");this.redrawHandles()});this.selectionHandler=mxUtils.bind(this,function(a,c){d()});this.graph.getSelectionModel().addListener(mxEvent.CHANGE,this.selectionHandler);this.changeHandler=mxUtils.bind(this,function(a,c){this.updateLinkHint(this.graph.getLinkForCell(this.state.cell),this.graph.getLinksForState(this.state)); d()});this.graph.getModel().addListener(mxEvent.CHANGE,this.changeHandler);this.editingHandler=mxUtils.bind(this,function(a,d){this.redrawHandles()});this.graph.addListener(mxEvent.EDITING_STOPPED,this.editingHandler);var c=this.graph.getLinkForCell(this.state.cell),b=this.graph.getLinksForState(this.state);this.updateLinkHint(c,b);if(null!=c||null!=b&&0<b.length)a=!0;a&&this.redrawHandles()};mxVertexHandler.prototype.updateLinkHint=function(d,c){if(null==d&&(null==c||0==c.length)||1<this.graph.getSelectionCount())null!= this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);else if(null!=d||null!=c&&0<c.length){null==this.linkHint&&(this.linkHint=a(),this.linkHint.style.padding="6px 8px 6px 8px",this.linkHint.style.opacity="1",this.linkHint.style.filter="",this.graph.container.appendChild(this.linkHint));this.linkHint.innerHTML="";if(null!=d&&(this.linkHint.appendChild(this.graph.createLinkForHint(d)),this.graph.isEnabled()&&"function"===typeof this.graph.editLink)){var b=document.createElement("img"); b.setAttribute("src",Editor.editImage);b.setAttribute("title",mxResources.get("editLink"));b.setAttribute("width","11");b.setAttribute("height","11");b.style.marginLeft="10px";b.style.marginBottom="-1px";b.style.cursor="pointer";this.linkHint.appendChild(b);mxEvent.addListener(b,"click",mxUtils.bind(this,function(a){this.graph.setSelectionCell(this.state.cell);this.graph.editLink();mxEvent.consume(a)}));b=document.createElement("img");b.setAttribute("src",Dialog.prototype.clearImage);b.setAttribute("title", mxResources.get("removeIt",[mxResources.get("link")]));b.setAttribute("width","13");b.setAttribute("height","10");b.style.marginLeft="4px";b.style.marginBottom="-1px";b.style.cursor="pointer";this.linkHint.appendChild(b);mxEvent.addListener(b,"click",mxUtils.bind(this,function(a){this.graph.setLinkForCell(this.state.cell,null);mxEvent.consume(a)}))}if(null!=c)for(b=0;b<c.length;b++){var f=document.createElement("div");f.style.marginTop=null!=d||0<b?"6px":"0px";f.appendChild(this.graph.createLinkForHint(c[b].getAttribute("href"), -mxUtils.getTextContent(c[b])));this.linkHint.appendChild(f)}}};mxEdgeHandler.prototype.updateLinkHint=mxVertexHandler.prototype.updateLinkHint;var I=mxEdgeHandler.prototype.init;mxEdgeHandler.prototype.init=function(){I.apply(this,arguments);this.constraintHandler.isEnabled=mxUtils.bind(this,function(){return this.state.view.graph.connectionHandler.isEnabled()});var a=mxUtils.bind(this,function(){null!=this.linkHint&&(this.linkHint.style.display=1==this.graph.getSelectionCount()?"":"none");null!= +mxUtils.getTextContent(c[b])));this.linkHint.appendChild(f)}}};mxEdgeHandler.prototype.updateLinkHint=mxVertexHandler.prototype.updateLinkHint;var x=mxEdgeHandler.prototype.init;mxEdgeHandler.prototype.init=function(){x.apply(this,arguments);this.constraintHandler.isEnabled=mxUtils.bind(this,function(){return this.state.view.graph.connectionHandler.isEnabled()});var a=mxUtils.bind(this,function(){null!=this.linkHint&&(this.linkHint.style.display=1==this.graph.getSelectionCount()?"":"none");null!= this.labelShape&&(this.labelShape.node.style.display=this.graph.isEnabled()&&this.graph.getSelectionCount()<this.graph.graphHandler.maxCells?"":"none")});this.selectionHandler=mxUtils.bind(this,function(d,c){a()});this.graph.getSelectionModel().addListener(mxEvent.CHANGE,this.selectionHandler);this.changeHandler=mxUtils.bind(this,function(d,c){this.updateLinkHint(this.graph.getLinkForCell(this.state.cell),this.graph.getLinksForState(this.state));a();this.redrawHandles()});this.graph.getModel().addListener(mxEvent.CHANGE, this.changeHandler);var d=this.graph.getLinkForCell(this.state.cell),c=this.graph.getLinksForState(this.state);if(null!=d||null!=c&&0<c.length)this.updateLinkHint(d,c),this.redrawHandles()};var z=mxConnectionHandler.prototype.init;mxConnectionHandler.prototype.init=function(){z.apply(this,arguments);this.constraintHandler.isEnabled=mxUtils.bind(this,function(){return this.graph.connectionHandler.isEnabled()})};var D=mxVertexHandler.prototype.redrawHandles;mxVertexHandler.prototype.redrawHandles=function(){D.apply(this); if(null!=this.state&&null!=this.linkHint){var a=new mxPoint(this.state.getCenterX(),this.state.getCenterY()),d=new mxRectangle(this.state.x,this.state.y-22,this.state.width+24,this.state.height+22),c=mxUtils.getBoundingBox(d,this.state.style[mxConstants.STYLE_ROTATION]||"0",a),a=null!=c?mxUtils.getBoundingBox(this.state,this.state.style[mxConstants.STYLE_ROTATION]||"0"):this.state,d=null!=this.state.text?this.state.text.boundingBox:null;null==c&&(c=this.state);c=c.y+c.height;null!=d&&(c=Math.max(c, -d.y+d.height));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(c+this.verticalOffset/2+6+this.state.view.graph.tolerance)+"px"}};var E=mxVertexHandler.prototype.reset;mxVertexHandler.prototype.reset=function(){E.apply(this,arguments);null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display=1==this.graph.getSelectionCount()?"":"none")};var J=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy= -function(){J.apply(this,arguments);null!=this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);null!=this.selectionHandler&&(this.graph.getSelectionModel().removeListener(this.selectionHandler),this.selectionHandler=null);null!=this.changeHandler&&(this.graph.getModel().removeListener(this.changeHandler),this.changeHandler=null);null!=this.editingHandler&&(this.graph.removeListener(this.editingHandler),this.editingHandler=null)};var S=mxEdgeHandler.prototype.redrawHandles; -mxEdgeHandler.prototype.redrawHandles=function(){if(null!=this.marker&&(S.apply(this),null!=this.state&&null!=this.linkHint)){var a=this.state;null!=this.state.text&&null!=this.state.text.bounds&&(a=new mxRectangle(a.x,a.y,a.width,a.height),a.add(this.state.text.bounds));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(a.y+a.height+6+this.state.view.graph.tolerance)+"px"}};var Y=mxEdgeHandler.prototype.reset;mxEdgeHandler.prototype.reset= -function(){Y.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.visibility="")};var aa=mxEdgeHandler.prototype.destroy;mxEdgeHandler.prototype.destroy=function(){aa.apply(this,arguments);null!=this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);null!=this.selectionHandler&&(this.graph.getSelectionModel().removeListener(this.selectionHandler),this.selectionHandler=null);null!=this.changeHandler&&(this.graph.getModel().removeListener(this.changeHandler), -this.changeHandler=null)}}();(function(){function a(){mxCylinder.call(this)}function c(){mxActor.call(this)}function e(){mxCylinder.call(this)}function b(){mxCylinder.call(this)}function h(){mxCylinder.call(this)}function n(){mxActor.call(this)}function m(){mxCylinder.call(this)}function r(){mxActor.call(this)}function u(){mxActor.call(this)}function d(){mxActor.call(this)}function f(){mxActor.call(this)}function g(){mxActor.call(this)}function p(){mxActor.call(this)}function t(){mxActor.call(this)}function k(a,d){this.canvas= -a;this.canvas.setLineJoin("round");this.canvas.setLineCap("round");this.defaultVariation=d;this.originalLineTo=this.canvas.lineTo;this.canvas.lineTo=mxUtils.bind(this,k.prototype.lineTo);this.originalMoveTo=this.canvas.moveTo;this.canvas.moveTo=mxUtils.bind(this,k.prototype.moveTo);this.originalClose=this.canvas.close;this.canvas.close=mxUtils.bind(this,k.prototype.close);this.originalQuadTo=this.canvas.quadTo;this.canvas.quadTo=mxUtils.bind(this,k.prototype.quadTo);this.originalCurveTo=this.canvas.curveTo; -this.canvas.curveTo=mxUtils.bind(this,k.prototype.curveTo);this.originalArcTo=this.canvas.arcTo;this.canvas.arcTo=mxUtils.bind(this,k.prototype.arcTo)}function q(){mxRectangleShape.call(this)}function x(){mxRectangleShape.call(this)}function B(){mxActor.call(this)}function l(){mxActor.call(this)}function y(){mxActor.call(this)}function v(){mxRectangleShape.call(this)}function A(){mxRectangleShape.call(this)}function H(){mxCylinder.call(this)}function F(){mxShape.call(this)}function w(){mxShape.call(this)} -function G(){mxEllipse.call(this)}function I(){mxShape.call(this)}function z(){mxShape.call(this)}function D(){mxRectangleShape.call(this)}function E(){mxShape.call(this)}function J(){mxShape.call(this)}function S(){mxShape.call(this)}function Y(){mxCylinder.call(this)}function aa(){mxDoubleEllipse.call(this)}function O(){mxDoubleEllipse.call(this)}function Z(){mxArrowConnector.call(this);this.spacing=0}function P(){mxArrowConnector.call(this);this.spacing=0}function L(){mxActor.call(this)}function T(){mxRectangleShape.call(this)} -function K(){mxActor.call(this)}function Q(){mxActor.call(this)}function W(){mxActor.call(this)}function C(){mxActor.call(this)}function ca(){mxActor.call(this)}function R(){mxActor.call(this)}function U(){mxActor.call(this)}function V(){mxActor.call(this)}function X(){mxActor.call(this)}function M(){mxActor.call(this)}function ma(){mxEllipse.call(this)}function na(){mxEllipse.call(this)}function da(){mxEllipse.call(this)}function ka(){mxRhombus.call(this)}function qa(){mxEllipse.call(this)}function ga(){mxEllipse.call(this)} -function ra(){mxEllipse.call(this)}function ea(){mxEllipse.call(this)}function ia(){mxActor.call(this)}function ba(){mxActor.call(this)}function ja(){mxActor.call(this)}function fa(){mxConnector.call(this)}function Ba(a,d,c,b,f,e,g,l,k,p){g+=k;var pa=b.clone();b.x-=f*(2*g+k);b.y-=e*(2*g+k);f*=g+k;e*=g+k;return function(){a.ellipse(pa.x-f-g,pa.y-e-g,2*g,2*g);p?a.fillAndStroke():a.stroke()}}mxUtils.extend(a,mxCylinder);a.prototype.size=20;a.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.max(0,Math.min(b, +d.y+d.height));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(c+this.verticalOffset/2+6+this.state.view.graph.tolerance)+"px"}};var I=mxVertexHandler.prototype.reset;mxVertexHandler.prototype.reset=function(){I.apply(this,arguments);null!=this.rotationShape&&null!=this.rotationShape.node&&(this.rotationShape.node.style.display=1==this.graph.getSelectionCount()?"":"none")};var P=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy= +function(){P.apply(this,arguments);null!=this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);null!=this.selectionHandler&&(this.graph.getSelectionModel().removeListener(this.selectionHandler),this.selectionHandler=null);null!=this.changeHandler&&(this.graph.getModel().removeListener(this.changeHandler),this.changeHandler=null);null!=this.editingHandler&&(this.graph.removeListener(this.editingHandler),this.editingHandler=null)};var R=mxEdgeHandler.prototype.redrawHandles; +mxEdgeHandler.prototype.redrawHandles=function(){if(null!=this.marker&&(R.apply(this),null!=this.state&&null!=this.linkHint)){var a=this.state;null!=this.state.text&&null!=this.state.text.bounds&&(a=new mxRectangle(a.x,a.y,a.width,a.height),a.add(this.state.text.bounds));this.linkHint.style.left=Math.max(0,Math.round(a.x+(a.width-this.linkHint.clientWidth)/2))+"px";this.linkHint.style.top=Math.round(a.y+a.height+6+this.state.view.graph.tolerance)+"px"}};var Q=mxEdgeHandler.prototype.reset;mxEdgeHandler.prototype.reset= +function(){Q.apply(this,arguments);null!=this.linkHint&&(this.linkHint.style.visibility="")};var U=mxEdgeHandler.prototype.destroy;mxEdgeHandler.prototype.destroy=function(){U.apply(this,arguments);null!=this.linkHint&&(this.linkHint.parentNode.removeChild(this.linkHint),this.linkHint=null);null!=this.selectionHandler&&(this.graph.getSelectionModel().removeListener(this.selectionHandler),this.selectionHandler=null);null!=this.changeHandler&&(this.graph.getModel().removeListener(this.changeHandler), +this.changeHandler=null)}}();(function(){function a(){mxCylinder.call(this)}function c(){mxActor.call(this)}function e(){mxCylinder.call(this)}function b(){mxCylinder.call(this)}function h(){mxCylinder.call(this)}function p(){mxActor.call(this)}function n(){mxCylinder.call(this)}function r(){mxActor.call(this)}function u(){mxActor.call(this)}function d(){mxActor.call(this)}function f(){mxActor.call(this)}function g(){mxActor.call(this)}function q(){mxActor.call(this)}function t(){mxActor.call(this)}function m(a,d){this.canvas= +a;this.canvas.setLineJoin("round");this.canvas.setLineCap("round");this.defaultVariation=d;this.originalLineTo=this.canvas.lineTo;this.canvas.lineTo=mxUtils.bind(this,m.prototype.lineTo);this.originalMoveTo=this.canvas.moveTo;this.canvas.moveTo=mxUtils.bind(this,m.prototype.moveTo);this.originalClose=this.canvas.close;this.canvas.close=mxUtils.bind(this,m.prototype.close);this.originalQuadTo=this.canvas.quadTo;this.canvas.quadTo=mxUtils.bind(this,m.prototype.quadTo);this.originalCurveTo=this.canvas.curveTo; +this.canvas.curveTo=mxUtils.bind(this,m.prototype.curveTo);this.originalArcTo=this.canvas.arcTo;this.canvas.arcTo=mxUtils.bind(this,m.prototype.arcTo)}function l(){mxRectangleShape.call(this)}function C(){mxRectangleShape.call(this)}function y(){mxActor.call(this)}function k(){mxActor.call(this)}function w(){mxActor.call(this)}function v(){mxRectangleShape.call(this)}function A(){mxRectangleShape.call(this)}function J(){mxCylinder.call(this)}function F(){mxShape.call(this)}function B(){mxShape.call(this)} +function M(){mxEllipse.call(this)}function x(){mxShape.call(this)}function z(){mxShape.call(this)}function D(){mxRectangleShape.call(this)}function I(){mxShape.call(this)}function P(){mxShape.call(this)}function R(){mxShape.call(this)}function Q(){mxCylinder.call(this)}function U(){mxDoubleEllipse.call(this)}function S(){mxDoubleEllipse.call(this)}function da(){mxArrowConnector.call(this);this.spacing=0}function V(){mxArrowConnector.call(this);this.spacing=0}function Y(){mxActor.call(this)}function H(){mxRectangleShape.call(this)} +function G(){mxActor.call(this)}function Z(){mxActor.call(this)}function K(){mxActor.call(this)}function L(){mxActor.call(this)}function aa(){mxActor.call(this)}function E(){mxActor.call(this)}function W(){mxActor.call(this)}function O(){mxActor.call(this)}function ea(){mxActor.call(this)}function T(){mxActor.call(this)}function ca(){mxEllipse.call(this)}function X(){mxEllipse.call(this)}function na(){mxEllipse.call(this)}function ra(){mxRhombus.call(this)}function ia(){mxEllipse.call(this)}function ja(){mxEllipse.call(this)} +function pa(){mxEllipse.call(this)}function ha(){mxEllipse.call(this)}function qa(){mxActor.call(this)}function fa(){mxActor.call(this)}function ga(){mxActor.call(this)}function ba(){mxConnector.call(this)}function va(a,d,c,b,f,e,g,k,l,q){g+=l;var la=b.clone();b.x-=f*(2*g+l);b.y-=e*(2*g+l);f*=g+l;e*=g+l;return function(){a.ellipse(la.x-f-g,la.y-e-g,2*g,2*g);q?a.fillAndStroke():a.stroke()}}mxUtils.extend(a,mxCylinder);a.prototype.size=20;a.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.max(0,Math.min(b, Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size)))));e?(a.moveTo(d,f),a.lineTo(d,d),a.lineTo(0,0),a.moveTo(d,d),a.lineTo(b,d)):(a.moveTo(0,0),a.lineTo(b-d,0),a.lineTo(b,d),a.lineTo(b,f),a.lineTo(d,f),a.lineTo(0,f-d),a.lineTo(0,0),a.close());a.end()};a.prototype.getLabelMargins=function(a){return mxUtils.getValue(this.style,"boundedLbl",!1)?(a=parseFloat(mxUtils.getValue(this.style,"size",this.size))*this.scale,new mxRectangle(a,a,0,0)):null};mxCellRenderer.registerShape("cube", -a);var ya=Math.tan(mxUtils.toRadians(30)),oa=(.5-ya)/2;mxUtils.extend(c,mxActor);c.prototype.size=20;c.prototype.redrawPath=function(a,d,c,b,f){d=Math.min(b,f/ya);a.translate((b-d)/2,(f-d)/2+d/4);a.moveTo(0,.25*d);a.lineTo(.5*d,d*oa);a.lineTo(d,.25*d);a.lineTo(.5*d,(.5-oa)*d);a.lineTo(0,.25*d);a.close();a.end()};mxCellRenderer.registerShape("isoRectangle",c);mxUtils.extend(e,mxCylinder);e.prototype.size=20;e.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.min(b,f/(.5+ya));e?(a.moveTo(0,.25*d),a.lineTo(.5* +a);var sa=Math.tan(mxUtils.toRadians(30)),oa=(.5-sa)/2;mxUtils.extend(c,mxActor);c.prototype.size=20;c.prototype.redrawPath=function(a,d,c,b,f){d=Math.min(b,f/sa);a.translate((b-d)/2,(f-d)/2+d/4);a.moveTo(0,.25*d);a.lineTo(.5*d,d*oa);a.lineTo(d,.25*d);a.lineTo(.5*d,(.5-oa)*d);a.lineTo(0,.25*d);a.close();a.end()};mxCellRenderer.registerShape("isoRectangle",c);mxUtils.extend(e,mxCylinder);e.prototype.size=20;e.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.min(b,f/(.5+sa));e?(a.moveTo(0,.25*d),a.lineTo(.5* d,(.5-oa)*d),a.lineTo(d,.25*d),a.moveTo(.5*d,(.5-oa)*d),a.lineTo(.5*d,(1-oa)*d)):(a.translate((b-d)/2,(f-d)/2),a.moveTo(0,.25*d),a.lineTo(.5*d,d*oa),a.lineTo(d,.25*d),a.lineTo(d,.75*d),a.lineTo(.5*d,(1-oa)*d),a.lineTo(0,.75*d),a.close());a.end()};mxCellRenderer.registerShape("isoCube",e);mxUtils.extend(b,mxCylinder);b.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.min(f/2,Math.round(f/8)+this.strokewidth-1);if(e&&null!=this.fill||!e&&null==this.fill)a.moveTo(0,d),a.curveTo(0,2*d,b,2*d,b,d),e|| (a.stroke(),a.begin()),a.translate(0,d/2),a.moveTo(0,d),a.curveTo(0,2*d,b,2*d,b,d),e||(a.stroke(),a.begin()),a.translate(0,d/2),a.moveTo(0,d),a.curveTo(0,2*d,b,2*d,b,d),e||(a.stroke(),a.begin()),a.translate(0,-d);e||(a.moveTo(0,d),a.curveTo(0,-d/3,b,-d/3,b,d),a.lineTo(b,f-d),a.curveTo(b,f+d/3,0,f+d/3,0,f-d),a.close())};b.prototype.getLabelMargins=function(a){return new mxRectangle(0,2.5*Math.min(a.height/2,Math.round(a.height/8)+this.strokewidth-1)*this.scale,0,0)};mxCellRenderer.registerShape("datastore", -b);mxUtils.extend(h,mxCylinder);h.prototype.size=30;h.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.max(0,Math.min(b,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size)))));e?(a.moveTo(b-d,0),a.lineTo(b-d,d),a.lineTo(b,d)):(a.moveTo(0,0),a.lineTo(b-d,0),a.lineTo(b,d),a.lineTo(b,f),a.lineTo(0,f),a.lineTo(0,0),a.close());a.end()};mxCellRenderer.registerShape("note",h);mxUtils.extend(n,mxActor);n.prototype.redrawPath=function(a,d,c,b,f){a.moveTo(0,0);a.quadTo(b/2,.5*f,b,0);a.quadTo(.5* -b,f/2,b,f);a.quadTo(b/2,.5*f,0,f);a.quadTo(.5*b,f/2,0,0);a.end()};mxCellRenderer.registerShape("switch",n);mxUtils.extend(m,mxCylinder);m.prototype.tabWidth=60;m.prototype.tabHeight=20;m.prototype.tabPosition="right";m.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"tabWidth",this.tabWidth))));c=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"tabHeight",this.tabHeight))));var g=mxUtils.getValue(this.style,"tabPosition",this.tabPosition); -e?"left"==g?(a.moveTo(0,c),a.lineTo(d,c)):(a.moveTo(b-d,c),a.lineTo(b,c)):("left"==g?(a.moveTo(0,0),a.lineTo(d,0),a.lineTo(d,c),a.lineTo(b,c)):(a.moveTo(0,c),a.lineTo(b-d,c),a.lineTo(b-d,0),a.lineTo(b,0)),a.lineTo(b,f),a.lineTo(0,f),a.lineTo(0,c),a.close());a.end()};mxCellRenderer.registerShape("folder",m);mxUtils.extend(r,mxActor);r.prototype.size=30;r.prototype.redrawPath=function(a,d,c,b,f){d=Math.max(0,Math.min(b,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size)))));c=mxUtils.getValue(this.style, +b);mxUtils.extend(h,mxCylinder);h.prototype.size=30;h.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.max(0,Math.min(b,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size)))));e?(a.moveTo(b-d,0),a.lineTo(b-d,d),a.lineTo(b,d)):(a.moveTo(0,0),a.lineTo(b-d,0),a.lineTo(b,d),a.lineTo(b,f),a.lineTo(0,f),a.lineTo(0,0),a.close());a.end()};mxCellRenderer.registerShape("note",h);mxUtils.extend(p,mxActor);p.prototype.redrawPath=function(a,d,c,b,f){a.moveTo(0,0);a.quadTo(b/2,.5*f,b,0);a.quadTo(.5* +b,f/2,b,f);a.quadTo(b/2,.5*f,0,f);a.quadTo(.5*b,f/2,0,0);a.end()};mxCellRenderer.registerShape("switch",p);mxUtils.extend(n,mxCylinder);n.prototype.tabWidth=60;n.prototype.tabHeight=20;n.prototype.tabPosition="right";n.prototype.redrawPath=function(a,d,c,b,f,e){d=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"tabWidth",this.tabWidth))));c=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"tabHeight",this.tabHeight))));var g=mxUtils.getValue(this.style,"tabPosition",this.tabPosition); +e?"left"==g?(a.moveTo(0,c),a.lineTo(d,c)):(a.moveTo(b-d,c),a.lineTo(b,c)):("left"==g?(a.moveTo(0,0),a.lineTo(d,0),a.lineTo(d,c),a.lineTo(b,c)):(a.moveTo(0,c),a.lineTo(b-d,c),a.lineTo(b-d,0),a.lineTo(b,0)),a.lineTo(b,f),a.lineTo(0,f),a.lineTo(0,c),a.close());a.end()};mxCellRenderer.registerShape("folder",n);mxUtils.extend(r,mxActor);r.prototype.size=30;r.prototype.redrawPath=function(a,d,c,b,f){d=Math.max(0,Math.min(b,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size)))));c=mxUtils.getValue(this.style, mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(d,0),new mxPoint(b,0),new mxPoint(b,f),new mxPoint(0,f),new mxPoint(0,d)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("card",r);mxUtils.extend(u,mxActor);u.prototype.size=.4;u.prototype.redrawPath=function(a,d,c,b,f){d=f*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));a.moveTo(0,d/2);a.quadTo(b/4,1.4*d,b/2,d/2);a.quadTo(3*b/4,d*(1-1.4),b,d/2);a.lineTo(b,f-d/2);a.quadTo(3* b/4,f-1.4*d,b/2,f-d/2);a.quadTo(b/4,f-d*(1-1.4),0,f-d/2);a.lineTo(0,d/2);a.close();a.end()};u.prototype.getLabelBounds=function(a){if(mxUtils.getValue(this.style,"boundedLbl",!1)){var d=mxUtils.getValue(this.style,"size",this.size),c=a.width,b=a.height;if(null==this.direction||this.direction==mxConstants.DIRECTION_EAST||this.direction==mxConstants.DIRECTION_WEST)return d*=b,new mxRectangle(a.x,a.y+d,c,b-2*d);d*=c;return new mxRectangle(a.x+d,a.y,c-2*d,b)}return a};mxCellRenderer.registerShape("tape", u);mxUtils.extend(d,mxActor);d.prototype.size=.3;d.prototype.getLabelMargins=function(a){return mxUtils.getValue(this.style,"boundedLbl",!1)?new mxRectangle(0,0,0,parseFloat(mxUtils.getValue(this.style,"size",this.size))*a.height):null};d.prototype.redrawPath=function(a,d,c,b,f){d=f*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));a.moveTo(0,0);a.lineTo(b,0);a.lineTo(b,f-d/2);a.quadTo(3*b/4,f-1.4*d,b/2,f-d/2);a.quadTo(b/4,f-d*(1-1.4),0,f-d/2);a.lineTo(0,d/2);a.close(); a.end()};mxCellRenderer.registerShape("document",d);var Ea=mxCylinder.prototype.getCylinderSize;mxCylinder.prototype.getCylinderSize=function(a,d,c,b){var f=mxUtils.getValue(this.style,"size");return null!=f?b*Math.max(0,Math.min(1,f)):Ea.apply(this,arguments)};mxCylinder.prototype.getLabelMargins=function(a){if(mxUtils.getValue(this.style,"boundedLbl",!1)){var d=2*mxUtils.getValue(this.style,"size",.15);return new mxRectangle(0,Math.min(this.maxHeight*this.scale,a.height*d),0,0)}return null};mxUtils.extend(f, mxActor);f.prototype.size=.2;f.prototype.redrawPath=function(a,d,c,b,f){d=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f),new mxPoint(d,0),new mxPoint(b,0),new mxPoint(b-d,f)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("parallelogram",f);mxUtils.extend(g,mxActor);g.prototype.size=.2;g.prototype.redrawPath=function(a,d,c,b,f){d=b* -Math.max(0,Math.min(.5,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f),new mxPoint(d,0),new mxPoint(b-d,0),new mxPoint(b,f)],this.isRounded,c,!0)};mxCellRenderer.registerShape("trapezoid",g);mxUtils.extend(p,mxActor);p.prototype.size=.5;p.prototype.redrawPath=function(a,d,c,b,f){a.setFillColor(null);d=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size", -this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(b,0),new mxPoint(d,0),new mxPoint(d,f/2),new mxPoint(0,f/2),new mxPoint(d,f/2),new mxPoint(d,f),new mxPoint(b,f)],this.isRounded,c,!1);a.end()};mxCellRenderer.registerShape("curlyBracket",p);mxUtils.extend(t,mxActor);t.prototype.redrawPath=function(a,d,c,b,f){a.setStrokeWidth(1);a.setFillColor(this.stroke);d=b/5;a.rect(0,0,d,f);a.fillAndStroke();a.rect(2*d,0,d,f);a.fillAndStroke(); -a.rect(4*d,0,d,f);a.fillAndStroke()};mxCellRenderer.registerShape("parallelMarker",t);k.prototype.moveTo=function(a,d){this.originalMoveTo.apply(this.canvas,arguments);this.lastX=a;this.lastY=d;this.firstX=a;this.firstY=d};k.prototype.close=function(){null!=this.firstX&&null!=this.firstY&&(this.lineTo(this.firstX,this.firstY),this.originalClose.apply(this.canvas,arguments));this.originalClose.apply(this.canvas,arguments)};k.prototype.quadTo=function(a,d,c,b){this.originalQuadTo.apply(this.canvas, -arguments);this.lastX=c;this.lastY=b};k.prototype.curveTo=function(a,d,c,b,f,e){this.originalCurveTo.apply(this.canvas,arguments);this.lastX=f;this.lastY=e};k.prototype.arcTo=function(a,d,c,b,f,e,g){this.originalArcTo.apply(this.canvas,arguments);this.lastX=e;this.lastY=g};k.prototype.lineTo=function(a,d){if(null!=this.lastX&&null!=this.lastY){var c=function(a){return"number"===typeof a?a?0>a?-1:1:a===a?0:NaN:NaN},b=Math.abs(a-this.lastX),f=Math.abs(d-this.lastY),e=Math.sqrt(b*b+f*f);if(2>e){this.originalLineTo.apply(this.canvas, -arguments);this.lastX=a;this.lastY=d;return}var g=Math.round(e/10),l=this.defaultVariation;5>g&&(g=5,l/=3);for(var pa=c(a-this.lastX)*b/g,c=c(d-this.lastY)*f/g,b=b/e,f=f/e,e=0;e<g;e++){var k=(Math.random()-.5)*l;this.originalLineTo.call(this.canvas,pa*e+this.lastX-k*f,c*e+this.lastY-k*b)}this.originalLineTo.call(this.canvas,a,d)}else this.originalLineTo.apply(this.canvas,arguments);this.lastX=a;this.lastY=d};k.prototype.destroy=function(){this.canvas.lineTo=this.originalLineTo;this.canvas.moveTo= -this.originalMoveTo;this.canvas.close=this.originalClose;this.canvas.quadTo=this.originalQuadTo;this.canvas.curveTo=this.originalCurveTo;this.canvas.arcTo=this.originalArcTo};var Fa=mxShape.prototype.paint;mxShape.prototype.defaultJiggle=1.5;mxShape.prototype.paint=function(a){null!=this.style&&"0"!=mxUtils.getValue(this.style,"comic","0")&&null==a.handHiggle&&(a.handJiggle=new k(a,mxUtils.getValue(this.style,"jiggle",this.defaultJiggle)));Fa.apply(this,arguments);null!=a.handJiggle&&(a.handJiggle.destroy(), +Math.max(0,Math.min(.5,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f),new mxPoint(d,0),new mxPoint(b-d,0),new mxPoint(b,f)],this.isRounded,c,!0)};mxCellRenderer.registerShape("trapezoid",g);mxUtils.extend(q,mxActor);q.prototype.size=.5;q.prototype.redrawPath=function(a,d,b,c,f){a.setFillColor(null);d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size", +this.size))));b=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(c,0),new mxPoint(d,0),new mxPoint(d,f/2),new mxPoint(0,f/2),new mxPoint(d,f/2),new mxPoint(d,f),new mxPoint(c,f)],this.isRounded,b,!1);a.end()};mxCellRenderer.registerShape("curlyBracket",q);mxUtils.extend(t,mxActor);t.prototype.redrawPath=function(a,d,c,b,f){a.setStrokeWidth(1);a.setFillColor(this.stroke);d=b/5;a.rect(0,0,d,f);a.fillAndStroke();a.rect(2*d,0,d,f);a.fillAndStroke(); +a.rect(4*d,0,d,f);a.fillAndStroke()};mxCellRenderer.registerShape("parallelMarker",t);m.prototype.moveTo=function(a,d){this.originalMoveTo.apply(this.canvas,arguments);this.lastX=a;this.lastY=d;this.firstX=a;this.firstY=d};m.prototype.close=function(){null!=this.firstX&&null!=this.firstY&&(this.lineTo(this.firstX,this.firstY),this.originalClose.apply(this.canvas,arguments));this.originalClose.apply(this.canvas,arguments)};m.prototype.quadTo=function(a,d,b,c){this.originalQuadTo.apply(this.canvas, +arguments);this.lastX=b;this.lastY=c};m.prototype.curveTo=function(a,d,b,c,f,e){this.originalCurveTo.apply(this.canvas,arguments);this.lastX=f;this.lastY=e};m.prototype.arcTo=function(a,d,b,c,f,e,g){this.originalArcTo.apply(this.canvas,arguments);this.lastX=e;this.lastY=g};m.prototype.lineTo=function(a,d){if(null!=this.lastX&&null!=this.lastY){var b=function(a){return"number"===typeof a?a?0>a?-1:1:a===a?0:NaN:NaN},c=Math.abs(a-this.lastX),f=Math.abs(d-this.lastY),e=Math.sqrt(c*c+f*f);if(2>e){this.originalLineTo.apply(this.canvas, +arguments);this.lastX=a;this.lastY=d;return}var g=Math.round(e/10),k=this.defaultVariation;5>g&&(g=5,k/=3);for(var la=b(a-this.lastX)*c/g,b=b(d-this.lastY)*f/g,c=c/e,f=f/e,e=0;e<g;e++){var l=(Math.random()-.5)*k;this.originalLineTo.call(this.canvas,la*e+this.lastX-l*f,b*e+this.lastY-l*c)}this.originalLineTo.call(this.canvas,a,d)}else this.originalLineTo.apply(this.canvas,arguments);this.lastX=a;this.lastY=d};m.prototype.destroy=function(){this.canvas.lineTo=this.originalLineTo;this.canvas.moveTo= +this.originalMoveTo;this.canvas.close=this.originalClose;this.canvas.quadTo=this.originalQuadTo;this.canvas.curveTo=this.originalCurveTo;this.canvas.arcTo=this.originalArcTo};var Fa=mxShape.prototype.paint;mxShape.prototype.defaultJiggle=1.5;mxShape.prototype.paint=function(a){null!=this.style&&"0"!=mxUtils.getValue(this.style,"comic","0")&&null==a.handHiggle&&(a.handJiggle=new m(a,mxUtils.getValue(this.style,"jiggle",this.defaultJiggle)));Fa.apply(this,arguments);null!=a.handJiggle&&(a.handJiggle.destroy(), delete a.handJiggle)};mxRhombus.prototype.defaultJiggle=2;var Ga=mxRectangleShape.prototype.isHtmlAllowed;mxRectangleShape.prototype.isHtmlAllowed=function(){return(null==this.style||"0"==mxUtils.getValue(this.style,"comic","0"))&&Ga.apply(this,arguments)};var Ha=mxRectangleShape.prototype.paintBackground;mxRectangleShape.prototype.paintBackground=function(a,d,c,b,f){if(null==a.handJiggle)Ha.apply(this,arguments);else{var e=!0;null!=this.style&&(e="1"==mxUtils.getValue(this.style,mxConstants.STYLE_POINTER_EVENTS, "1"));if(e||null!=this.fill&&this.fill!=mxConstants.NONE||null!=this.stroke&&this.stroke!=mxConstants.NONE)e||null!=this.fill&&this.fill!=mxConstants.NONE||(a.pointerEvents=!1),a.begin(),this.isRounded?("1"==mxUtils.getValue(this.style,mxConstants.STYLE_ABSOLUTE_ARCSIZE,0)?e=Math.min(b/2,Math.min(f/2,mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2)):(e=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,e=Math.min(b* -e,f*e)),a.moveTo(d+e,c),a.lineTo(d+b-e,c),a.quadTo(d+b,c,d+b,c+e),a.lineTo(d+b,c+f-e),a.quadTo(d+b,c+f,d+b-e,c+f),a.lineTo(d+e,c+f),a.quadTo(d,c+f,d,c+f-e),a.lineTo(d,c+e),a.quadTo(d,c,d+e,c)):(a.moveTo(d,c),a.lineTo(d+b,c),a.lineTo(d+b,c+f),a.lineTo(d,c+f),a.lineTo(d,c)),a.close(),a.end(),a.fillAndStroke()}};var Ia=mxRectangleShape.prototype.paintForeground;mxRectangleShape.prototype.paintForeground=function(a,d,c,b,f){null==a.handJiggle&&Ia.apply(this,arguments)};mxUtils.extend(q,mxRectangleShape); -q.prototype.size=.1;q.prototype.isHtmlAllowed=function(){return!1};q.prototype.getLabelBounds=function(a){if(mxUtils.getValue(this.state.style,mxConstants.STYLE_HORIZONTAL,!0)==(null==this.direction||this.direction==mxConstants.DIRECTION_EAST||this.direction==mxConstants.DIRECTION_WEST)){var d=a.width,c=a.height;a=new mxRectangle(a.x,a.y,d,c);var b=d*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));if(this.isRounded)var f=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE, -100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,b=Math.max(b,Math.min(d*f,c*f));a.x+=Math.round(b);a.width-=Math.round(2*b)}return a};q.prototype.paintForeground=function(a,d,c,b,f){var e=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));if(this.isRounded)var g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,e=Math.max(e,Math.min(b*g,f*g));e=Math.round(e);a.begin();a.moveTo(d+e,c);a.lineTo(d+e,c+f);a.moveTo(d+b- -e,c);a.lineTo(d+b-e,c+f);a.end();a.stroke();mxRectangleShape.prototype.paintForeground.apply(this,arguments)};mxCellRenderer.registerShape("process",q);mxUtils.extend(x,mxRectangleShape);x.prototype.paintBackground=function(a,d,c,b,f){a.setFillColor(mxConstants.NONE);a.rect(d,c,b,f);a.fill()};x.prototype.paintForeground=function(a,d,c,b,f){};mxCellRenderer.registerShape("transparent",x);mxUtils.extend(B,mxHexagon);B.prototype.size=30;B.prototype.position=.5;B.prototype.position2=.5;B.prototype.base= -20;B.prototype.getLabelMargins=function(){return new mxRectangle(0,0,0,parseFloat(mxUtils.getValue(this.style,"size",this.size))*this.scale)};B.prototype.redrawPath=function(a,d,c,b,f){d=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;c=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size))));var e=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"position",this.position)))),g=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style, -"position2",this.position2)))),l=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"base",this.base))));this.addPoints(a,[new mxPoint(0,0),new mxPoint(b,0),new mxPoint(b,f-c),new mxPoint(Math.min(b,e+l),f-c),new mxPoint(g,f),new mxPoint(Math.max(0,e),f-c),new mxPoint(0,f-c)],this.isRounded,d,!0,[4])};mxCellRenderer.registerShape("callout",B);mxUtils.extend(l,mxActor);l.prototype.size=.2;l.prototype.fixedSize=20;l.prototype.redrawPath=function(a,d,c,b,f){d="0"!=mxUtils.getValue(this.style, -"fixedSize","0")?Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"size",this.fixedSize)))):b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(b-d,0),new mxPoint(b,f/2),new mxPoint(b-d,f),new mxPoint(0,f),new mxPoint(d,f/2)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("step",l);mxUtils.extend(y,mxHexagon);y.prototype.size= -.25;y.prototype.redrawPath=function(a,d,c,b,f){d=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(d,0),new mxPoint(b-d,0),new mxPoint(b,.5*f),new mxPoint(b-d,f),new mxPoint(d,f),new mxPoint(0,.5*f)],this.isRounded,c,!0)};mxCellRenderer.registerShape("hexagon",y);mxUtils.extend(v,mxRectangleShape);v.prototype.isHtmlAllowed=function(){return!1};v.prototype.paintForeground= +e,f*e)),a.moveTo(d+e,c),a.lineTo(d+b-e,c),a.quadTo(d+b,c,d+b,c+e),a.lineTo(d+b,c+f-e),a.quadTo(d+b,c+f,d+b-e,c+f),a.lineTo(d+e,c+f),a.quadTo(d,c+f,d,c+f-e),a.lineTo(d,c+e),a.quadTo(d,c,d+e,c)):(a.moveTo(d,c),a.lineTo(d+b,c),a.lineTo(d+b,c+f),a.lineTo(d,c+f),a.lineTo(d,c)),a.close(),a.end(),a.fillAndStroke()}};var Ia=mxRectangleShape.prototype.paintForeground;mxRectangleShape.prototype.paintForeground=function(a,d,c,b,f){null==a.handJiggle&&Ia.apply(this,arguments)};mxUtils.extend(l,mxRectangleShape); +l.prototype.size=.1;l.prototype.isHtmlAllowed=function(){return!1};l.prototype.getLabelBounds=function(a){if(mxUtils.getValue(this.state.style,mxConstants.STYLE_HORIZONTAL,!0)==(null==this.direction||this.direction==mxConstants.DIRECTION_EAST||this.direction==mxConstants.DIRECTION_WEST)){var d=a.width,c=a.height;a=new mxRectangle(a.x,a.y,d,c);var b=d*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));if(this.isRounded)var f=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE, +100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,b=Math.max(b,Math.min(d*f,c*f));a.x+=Math.round(b);a.width-=Math.round(2*b)}return a};l.prototype.paintForeground=function(a,d,c,b,f){var e=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));if(this.isRounded)var g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,e=Math.max(e,Math.min(b*g,f*g));e=Math.round(e);a.begin();a.moveTo(d+e,c);a.lineTo(d+e,c+f);a.moveTo(d+b- +e,c);a.lineTo(d+b-e,c+f);a.end();a.stroke();mxRectangleShape.prototype.paintForeground.apply(this,arguments)};mxCellRenderer.registerShape("process",l);mxUtils.extend(C,mxRectangleShape);C.prototype.paintBackground=function(a,d,c,b,f){a.setFillColor(mxConstants.NONE);a.rect(d,c,b,f);a.fill()};C.prototype.paintForeground=function(a,d,c,b,f){};mxCellRenderer.registerShape("transparent",C);mxUtils.extend(y,mxHexagon);y.prototype.size=30;y.prototype.position=.5;y.prototype.position2=.5;y.prototype.base= +20;y.prototype.getLabelMargins=function(){return new mxRectangle(0,0,0,parseFloat(mxUtils.getValue(this.style,"size",this.size))*this.scale)};y.prototype.redrawPath=function(a,d,c,b,f){d=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;c=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size))));var e=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"position",this.position)))),g=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style, +"position2",this.position2)))),k=Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"base",this.base))));this.addPoints(a,[new mxPoint(0,0),new mxPoint(b,0),new mxPoint(b,f-c),new mxPoint(Math.min(b,e+k),f-c),new mxPoint(g,f),new mxPoint(Math.max(0,e),f-c),new mxPoint(0,f-c)],this.isRounded,d,!0,[4])};mxCellRenderer.registerShape("callout",y);mxUtils.extend(k,mxActor);k.prototype.size=.2;k.prototype.fixedSize=20;k.prototype.redrawPath=function(a,d,c,b,f){d="0"!=mxUtils.getValue(this.style, +"fixedSize","0")?Math.max(0,Math.min(b,parseFloat(mxUtils.getValue(this.style,"size",this.fixedSize)))):b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(b-d,0),new mxPoint(b,f/2),new mxPoint(b-d,f),new mxPoint(0,f),new mxPoint(d,f/2)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("step",k);mxUtils.extend(w,mxHexagon);w.prototype.size= +.25;w.prototype.redrawPath=function(a,d,c,b,f){d=b*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(d,0),new mxPoint(b-d,0),new mxPoint(b,.5*f),new mxPoint(b-d,f),new mxPoint(d,f),new mxPoint(0,.5*f)],this.isRounded,c,!0)};mxCellRenderer.registerShape("hexagon",w);mxUtils.extend(v,mxRectangleShape);v.prototype.isHtmlAllowed=function(){return!1};v.prototype.paintForeground= function(a,d,c,b,f){var e=Math.min(b/5,f/5)+1;a.begin();a.moveTo(d+b/2,c+e);a.lineTo(d+b/2,c+f-e);a.moveTo(d+e,c+f/2);a.lineTo(d+b-e,c+f/2);a.end();a.stroke();mxRectangleShape.prototype.paintForeground.apply(this,arguments)};mxCellRenderer.registerShape("plus",v);var Ca=mxRhombus.prototype.paintVertexShape;mxRhombus.prototype.getLabelBounds=function(a){if(1==this.style["double"]){var d=(2*Math.max(2,this.strokewidth+1)+parseFloat(this.style[mxConstants.STYLE_MARGIN]||0))*this.scale;return new mxRectangle(a.x+ d,a.y+d,a.width-2*d,a.height-2*d)}return a};mxRhombus.prototype.paintVertexShape=function(a,d,c,b,f){Ca.apply(this,arguments);if(!this.outline&&1==this.style["double"]){var e=2*Math.max(2,this.strokewidth+1)+parseFloat(this.style[mxConstants.STYLE_MARGIN]||0);d+=e;c+=e;b-=2*e;f-=2*e;0<b&&0<f&&(a.setShadow(!1),Ca.apply(this,[a,d,c,b,f]))}};mxUtils.extend(A,mxRectangleShape);A.prototype.isHtmlAllowed=function(){return!1};A.prototype.getLabelBounds=function(a){if(1==this.style["double"]){var d=(Math.max(2, this.strokewidth+1)+parseFloat(this.style[mxConstants.STYLE_MARGIN]||0))*this.scale;return new mxRectangle(a.x+d,a.y+d,a.width-2*d,a.height-2*d)}return a};A.prototype.paintForeground=function(a,d,c,b,f){if(null!=this.style){if(!this.outline&&1==this.style["double"]){var e=Math.max(2,this.strokewidth+1)+parseFloat(this.style[mxConstants.STYLE_MARGIN]||0);d+=e;c+=e;b-=2*e;f-=2*e;0<b&&0<f&&mxRectangleShape.prototype.paintBackground.apply(this,arguments)}a.setDashed(!1);var e=0,g;do{g=mxCellRenderer.defaultShapes[this.style["symbol"+ -e]];if(null!=g){var l=this.style["symbol"+e+"Align"],pa=this.style["symbol"+e+"VerticalAlign"],k=this.style["symbol"+e+"Width"],p=this.style["symbol"+e+"Height"],q=this.style["symbol"+e+"Spacing"]||0,t=this.style["symbol"+e+"VSpacing"]||q,v=this.style["symbol"+e+"ArcSpacing"];null!=v&&(v*=this.getArcSize(b+this.strokewidth,f+this.strokewidth),q+=v,t+=v);var v=d,h=c,v=l==mxConstants.ALIGN_CENTER?v+(b-k)/2:l==mxConstants.ALIGN_RIGHT?v+(b-k-q):v+q,h=pa==mxConstants.ALIGN_MIDDLE?h+(f-p)/2:pa==mxConstants.ALIGN_BOTTOM? -h+(f-p-t):h+t;a.save();l=new g;l.style=this.style;g.prototype.paintVertexShape.call(l,a,v,h,k,p);a.restore()}e++}while(null!=g)}mxRectangleShape.prototype.paintForeground.apply(this,arguments)};mxCellRenderer.registerShape("ext",A);mxUtils.extend(H,mxCylinder);H.prototype.redrawPath=function(a,d,c,b,f,e){e?(a.moveTo(0,0),a.lineTo(b/2,f/2),a.lineTo(b,0),a.end()):(a.moveTo(0,0),a.lineTo(b,0),a.lineTo(b,f),a.lineTo(0,f),a.close())};mxCellRenderer.registerShape("message",H);mxUtils.extend(F,mxShape); -F.prototype.paintBackground=function(a,d,c,b,f){a.translate(d,c);a.ellipse(b/4,0,b/2,f/4);a.fillAndStroke();a.begin();a.moveTo(b/2,f/4);a.lineTo(b/2,2*f/3);a.moveTo(b/2,f/3);a.lineTo(0,f/3);a.moveTo(b/2,f/3);a.lineTo(b,f/3);a.moveTo(b/2,2*f/3);a.lineTo(0,f);a.moveTo(b/2,2*f/3);a.lineTo(b,f);a.end();a.stroke()};mxCellRenderer.registerShape("umlActor",F);mxUtils.extend(w,mxShape);w.prototype.getLabelMargins=function(a){return new mxRectangle(a.width/6,0,0,0)};w.prototype.paintBackground=function(a, -d,b,c,f){a.translate(d,b);a.begin();a.moveTo(0,f/4);a.lineTo(0,3*f/4);a.end();a.stroke();a.begin();a.moveTo(0,f/2);a.lineTo(c/6,f/2);a.end();a.stroke();a.ellipse(c/6,0,5*c/6,f);a.fillAndStroke()};mxCellRenderer.registerShape("umlBoundary",w);mxUtils.extend(G,mxEllipse);G.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.begin();a.moveTo(d+c/8,b+f);a.lineTo(d+7*c/8,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("umlEntity",G);mxUtils.extend(I, -mxShape);I.prototype.paintVertexShape=function(a,d,b,c,f){a.translate(d,b);a.begin();a.moveTo(c,0);a.lineTo(0,f);a.moveTo(0,0);a.lineTo(c,f);a.end();a.stroke()};mxCellRenderer.registerShape("umlDestroy",I);mxUtils.extend(z,mxShape);z.prototype.getLabelBounds=function(a){return new mxRectangle(a.x,a.y+a.height/8,a.width,7*a.height/8)};z.prototype.paintBackground=function(a,d,b,c,f){a.translate(d,b);a.begin();a.moveTo(3*c/8,f/8*1.1);a.lineTo(5*c/8,0);a.end();a.stroke();a.ellipse(0,f/8,c,7*f/8);a.fillAndStroke()}; +e]];if(null!=g){var k=this.style["symbol"+e+"Align"],l=this.style["symbol"+e+"VerticalAlign"],la=this.style["symbol"+e+"Width"],q=this.style["symbol"+e+"Height"],m=this.style["symbol"+e+"Spacing"]||0,t=this.style["symbol"+e+"VSpacing"]||m,v=this.style["symbol"+e+"ArcSpacing"];null!=v&&(v*=this.getArcSize(b+this.strokewidth,f+this.strokewidth),m+=v,t+=v);var v=d,w=c,v=k==mxConstants.ALIGN_CENTER?v+(b-la)/2:k==mxConstants.ALIGN_RIGHT?v+(b-la-m):v+m,w=l==mxConstants.ALIGN_MIDDLE?w+(f-q)/2:l==mxConstants.ALIGN_BOTTOM? +w+(f-q-t):w+t;a.save();k=new g;k.style=this.style;g.prototype.paintVertexShape.call(k,a,v,w,la,q);a.restore()}e++}while(null!=g)}mxRectangleShape.prototype.paintForeground.apply(this,arguments)};mxCellRenderer.registerShape("ext",A);mxUtils.extend(J,mxCylinder);J.prototype.redrawPath=function(a,d,b,c,f,e){e?(a.moveTo(0,0),a.lineTo(c/2,f/2),a.lineTo(c,0),a.end()):(a.moveTo(0,0),a.lineTo(c,0),a.lineTo(c,f),a.lineTo(0,f),a.close())};mxCellRenderer.registerShape("message",J);mxUtils.extend(F,mxShape); +F.prototype.paintBackground=function(a,d,c,b,f){a.translate(d,c);a.ellipse(b/4,0,b/2,f/4);a.fillAndStroke();a.begin();a.moveTo(b/2,f/4);a.lineTo(b/2,2*f/3);a.moveTo(b/2,f/3);a.lineTo(0,f/3);a.moveTo(b/2,f/3);a.lineTo(b,f/3);a.moveTo(b/2,2*f/3);a.lineTo(0,f);a.moveTo(b/2,2*f/3);a.lineTo(b,f);a.end();a.stroke()};mxCellRenderer.registerShape("umlActor",F);mxUtils.extend(B,mxShape);B.prototype.getLabelMargins=function(a){return new mxRectangle(a.width/6,0,0,0)};B.prototype.paintBackground=function(a, +d,b,c,f){a.translate(d,b);a.begin();a.moveTo(0,f/4);a.lineTo(0,3*f/4);a.end();a.stroke();a.begin();a.moveTo(0,f/2);a.lineTo(c/6,f/2);a.end();a.stroke();a.ellipse(c/6,0,5*c/6,f);a.fillAndStroke()};mxCellRenderer.registerShape("umlBoundary",B);mxUtils.extend(M,mxEllipse);M.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.begin();a.moveTo(d+c/8,b+f);a.lineTo(d+7*c/8,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("umlEntity",M);mxUtils.extend(x, +mxShape);x.prototype.paintVertexShape=function(a,d,b,c,f){a.translate(d,b);a.begin();a.moveTo(c,0);a.lineTo(0,f);a.moveTo(0,0);a.lineTo(c,f);a.end();a.stroke()};mxCellRenderer.registerShape("umlDestroy",x);mxUtils.extend(z,mxShape);z.prototype.getLabelBounds=function(a){return new mxRectangle(a.x,a.y+a.height/8,a.width,7*a.height/8)};z.prototype.paintBackground=function(a,d,b,c,f){a.translate(d,b);a.begin();a.moveTo(3*c/8,f/8*1.1);a.lineTo(5*c/8,0);a.end();a.stroke();a.ellipse(0,f/8,c,7*f/8);a.fillAndStroke()}; z.prototype.paintForeground=function(a,d,b,c,f){a.begin();a.moveTo(3*c/8,f/8*1.1);a.lineTo(5*c/8,f/4);a.end();a.stroke()};mxCellRenderer.registerShape("umlControl",z);mxUtils.extend(D,mxRectangleShape);D.prototype.size=40;D.prototype.isHtmlAllowed=function(){return!1};D.prototype.getLabelBounds=function(a){var d=Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(this.style,"size",this.size))*this.scale));return new mxRectangle(a.x,a.y,a.width,d)};D.prototype.paintBackground=function(a,d,b,c, f){var e=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size)))),g=mxUtils.getValue(this.style,"participant");null==g||null==this.state?mxRectangleShape.prototype.paintBackground.call(this,a,d,b,c,e):(g=this.state.view.graph.cellRenderer.getShape(g),null!=g&&g!=D&&(g=new g,g.apply(this.state),a.save(),g.paintVertexShape(a,d,b,c,e),a.restore()));e<f&&(a.setDashed(!0),a.begin(),a.moveTo(d+c/2,b+e),a.lineTo(d+c/2,b+f),a.end(),a.stroke())};D.prototype.paintForeground=function(a, -d,b,c,f){var e=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size))));mxRectangleShape.prototype.paintForeground.call(this,a,d,b,c,Math.min(f,e))};mxCellRenderer.registerShape("umlLifeline",D);mxUtils.extend(E,mxShape);E.prototype.width=60;E.prototype.height=30;E.prototype.corner=10;E.prototype.getLabelMargins=function(a){return new mxRectangle(0,0,a.width-parseFloat(mxUtils.getValue(this.style,"width",this.width)*this.scale),a.height-parseFloat(mxUtils.getValue(this.style, -"height",this.height)*this.scale))};E.prototype.paintBackground=function(a,d,b,c,f){var e=this.corner,g=Math.min(c,Math.max(e,parseFloat(mxUtils.getValue(this.style,"width",this.width)))),l=Math.min(f,Math.max(1.5*e,parseFloat(mxUtils.getValue(this.style,"height",this.height)))),k=mxUtils.getValue(this.style,mxConstants.STYLE_SWIMLANE_FILLCOLOR,mxConstants.NONE);k!=mxConstants.NONE&&(a.setFillColor(k),a.rect(d,b,c,f),a.fill());null!=this.fill&&this.fill!=mxConstants.NONE&&this.gradient&&this.gradient!= -mxConstants.NONE?(this.getGradientBounds(a,d,b,c,f),a.setGradient(this.fill,this.gradient,d,b,c,f,this.gradientDirection)):a.setFillColor(this.fill);a.begin();a.moveTo(d,b);a.lineTo(d+g,b);a.lineTo(d+g,b+Math.max(0,l-1.5*e));a.lineTo(d+Math.max(0,g-e),b+l);a.lineTo(d,b+l);a.close();a.fillAndStroke();a.begin();a.moveTo(d+g,b);a.lineTo(d+c,b);a.lineTo(d+c,b+f);a.lineTo(d,b+f);a.lineTo(d,b+l);a.stroke()};mxCellRenderer.registerShape("umlFrame",E);mxPerimeter.LifelinePerimeter=function(a,d,b,c){c=D.prototype.size; +d,b,c,f){var e=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size))));mxRectangleShape.prototype.paintForeground.call(this,a,d,b,c,Math.min(f,e))};mxCellRenderer.registerShape("umlLifeline",D);mxUtils.extend(I,mxShape);I.prototype.width=60;I.prototype.height=30;I.prototype.corner=10;I.prototype.getLabelMargins=function(a){return new mxRectangle(0,0,a.width-parseFloat(mxUtils.getValue(this.style,"width",this.width)*this.scale),a.height-parseFloat(mxUtils.getValue(this.style, +"height",this.height)*this.scale))};I.prototype.paintBackground=function(a,d,b,c,f){var e=this.corner,g=Math.min(c,Math.max(e,parseFloat(mxUtils.getValue(this.style,"width",this.width)))),k=Math.min(f,Math.max(1.5*e,parseFloat(mxUtils.getValue(this.style,"height",this.height)))),l=mxUtils.getValue(this.style,mxConstants.STYLE_SWIMLANE_FILLCOLOR,mxConstants.NONE);l!=mxConstants.NONE&&(a.setFillColor(l),a.rect(d,b,c,f),a.fill());null!=this.fill&&this.fill!=mxConstants.NONE&&this.gradient&&this.gradient!= +mxConstants.NONE?(this.getGradientBounds(a,d,b,c,f),a.setGradient(this.fill,this.gradient,d,b,c,f,this.gradientDirection)):a.setFillColor(this.fill);a.begin();a.moveTo(d,b);a.lineTo(d+g,b);a.lineTo(d+g,b+Math.max(0,k-1.5*e));a.lineTo(d+Math.max(0,g-e),b+k);a.lineTo(d,b+k);a.close();a.fillAndStroke();a.begin();a.moveTo(d+g,b);a.lineTo(d+c,b);a.lineTo(d+c,b+f);a.lineTo(d,b+f);a.lineTo(d,b+k);a.stroke()};mxCellRenderer.registerShape("umlFrame",I);mxPerimeter.LifelinePerimeter=function(a,d,b,c){c=D.prototype.size; null!=d&&(c=mxUtils.getValue(d.style,"size",c)*d.view.scale);d=parseFloat(d.style[mxConstants.STYLE_STROKEWIDTH]||1)*d.view.scale/2-1;b.x<a.getCenterX()&&(d=-1*(d+1));return new mxPoint(a.getCenterX()+d,Math.min(a.y+a.height,Math.max(a.y+c,b.y)))};mxStyleRegistry.putValue("lifelinePerimeter",mxPerimeter.LifelinePerimeter);mxPerimeter.OrthogonalPerimeter=function(a,d,b,c){c=!0;return mxPerimeter.RectanglePerimeter.apply(this,arguments)};mxStyleRegistry.putValue("orthogonalPerimeter",mxPerimeter.OrthogonalPerimeter); mxPerimeter.BackbonePerimeter=function(a,d,b,c){c=parseFloat(d.style[mxConstants.STYLE_STROKEWIDTH]||1)*d.view.scale/2-1;null!=d.style.backboneSize&&(c+=parseFloat(d.style.backboneSize)*d.view.scale/2-1);if("south"==d.style[mxConstants.STYLE_DIRECTION]||"north"==d.style[mxConstants.STYLE_DIRECTION])return b.x<a.getCenterX()&&(c=-1*(c+1)),new mxPoint(a.getCenterX()+c,Math.min(a.y+a.height,Math.max(a.y,b.y)));b.y<a.getCenterY()&&(c=-1*(c+1));return new mxPoint(Math.min(a.x+a.width,Math.max(a.x,b.x)), -a.getCenterY()+c)};mxStyleRegistry.putValue("backbonePerimeter",mxPerimeter.BackbonePerimeter);mxPerimeter.CalloutPerimeter=function(a,d,b,c){return mxPerimeter.RectanglePerimeter(mxUtils.getDirectedBounds(a,new mxRectangle(0,0,0,Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(d.style,"size",B.prototype.size))*d.view.scale))),d.style),d,b,c)};mxStyleRegistry.putValue("calloutPerimeter",mxPerimeter.CalloutPerimeter);mxPerimeter.ParallelogramPerimeter=function(a,d,b,c){var e=f.prototype.size; -null!=d&&(e=mxUtils.getValue(d.style,"size",e));var g=a.x,l=a.y,k=a.width,p=a.height;d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST;d==mxConstants.DIRECTION_NORTH||d==mxConstants.DIRECTION_SOUTH?(e=p*Math.max(0,Math.min(1,e)),l=[new mxPoint(g,l),new mxPoint(g+k,l+e),new mxPoint(g+k,l+p),new mxPoint(g,l+p-e),new mxPoint(g,l)]):(e=k*Math.max(0,Math.min(1,e)),l=[new mxPoint(g+e,l),new mxPoint(g+k,l),new mxPoint(g+k-e,l+p),new mxPoint(g, -l+p),new mxPoint(g+e,l)]);p=a.getCenterX();a=a.getCenterY();a=new mxPoint(p,a);c&&(b.x<g||b.x>g+k?a.y=b.y:a.x=b.x);return mxUtils.getPerimeterPoint(l,a,b)};mxStyleRegistry.putValue("parallelogramPerimeter",mxPerimeter.ParallelogramPerimeter);mxPerimeter.TrapezoidPerimeter=function(a,d,b,c){var f=g.prototype.size;null!=d&&(f=mxUtils.getValue(d.style,"size",f));var e=a.x,l=a.y,k=a.width,p=a.height;d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST; -d==mxConstants.DIRECTION_EAST?(f=k*Math.max(0,Math.min(1,f)),l=[new mxPoint(e+f,l),new mxPoint(e+k-f,l),new mxPoint(e+k,l+p),new mxPoint(e,l+p),new mxPoint(e+f,l)]):d==mxConstants.DIRECTION_WEST?(f=k*Math.max(0,Math.min(1,f)),l=[new mxPoint(e,l),new mxPoint(e+k,l),new mxPoint(e+k-f,l+p),new mxPoint(e+f,l+p),new mxPoint(e,l)]):d==mxConstants.DIRECTION_NORTH?(f=p*Math.max(0,Math.min(1,f)),l=[new mxPoint(e,l+f),new mxPoint(e+k,l),new mxPoint(e+k,l+p),new mxPoint(e,l+p-f),new mxPoint(e,l+f)]):(f=p*Math.max(0, -Math.min(1,f)),l=[new mxPoint(e,l),new mxPoint(e+k,l+f),new mxPoint(e+k,l+p-f),new mxPoint(e,l+p),new mxPoint(e,l)]);p=a.getCenterX();a=a.getCenterY();a=new mxPoint(p,a);c&&(b.x<e||b.x>e+k?a.y=b.y:a.x=b.x);return mxUtils.getPerimeterPoint(l,a,b)};mxStyleRegistry.putValue("trapezoidPerimeter",mxPerimeter.TrapezoidPerimeter);mxPerimeter.StepPerimeter=function(a,d,b,c){var f="0"!=mxUtils.getValue(d.style,"fixedSize","0"),e=f?l.prototype.fixedSize:l.prototype.size;null!=d&&(e=mxUtils.getValue(d.style, -"size",e));var g=a.x,k=a.y,p=a.width,q=a.height,t=a.getCenterX();a=a.getCenterY();d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST;d==mxConstants.DIRECTION_EAST?(f=f?Math.max(0,Math.min(p,e)):p*Math.max(0,Math.min(1,e)),k=[new mxPoint(g,k),new mxPoint(g+p-f,k),new mxPoint(g+p,a),new mxPoint(g+p-f,k+q),new mxPoint(g,k+q),new mxPoint(g+f,a),new mxPoint(g,k)]):d==mxConstants.DIRECTION_WEST?(f=f?Math.max(0,Math.min(p,e)):p*Math.max(0, -Math.min(1,e)),k=[new mxPoint(g+f,k),new mxPoint(g+p,k),new mxPoint(g+p-f,a),new mxPoint(g+p,k+q),new mxPoint(g+f,k+q),new mxPoint(g,a),new mxPoint(g+f,k)]):d==mxConstants.DIRECTION_NORTH?(f=f?Math.max(0,Math.min(q,e)):q*Math.max(0,Math.min(1,e)),k=[new mxPoint(g,k+f),new mxPoint(t,k),new mxPoint(g+p,k+f),new mxPoint(g+p,k+q),new mxPoint(t,k+q-f),new mxPoint(g,k+q),new mxPoint(g,k+f)]):(f=f?Math.max(0,Math.min(q,e)):q*Math.max(0,Math.min(1,e)),k=[new mxPoint(g,k),new mxPoint(t,k+f),new mxPoint(g+ -p,k),new mxPoint(g+p,k+q-f),new mxPoint(t,k+q),new mxPoint(g,k+q-f),new mxPoint(g,k)]);t=new mxPoint(t,a);c&&(b.x<g||b.x>g+p?t.y=b.y:t.x=b.x);return mxUtils.getPerimeterPoint(k,t,b)};mxStyleRegistry.putValue("stepPerimeter",mxPerimeter.StepPerimeter);mxPerimeter.HexagonPerimeter2=function(a,d,b,c){var f=y.prototype.size;null!=d&&(f=mxUtils.getValue(d.style,"size",f));var e=a.x,g=a.y,l=a.width,k=a.height,p=a.getCenterX();a=a.getCenterY();d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION, -mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST;d==mxConstants.DIRECTION_NORTH||d==mxConstants.DIRECTION_SOUTH?(f=k*Math.max(0,Math.min(1,f)),g=[new mxPoint(p,g),new mxPoint(e+l,g+f),new mxPoint(e+l,g+k-f),new mxPoint(p,g+k),new mxPoint(e,g+k-f),new mxPoint(e,g+f),new mxPoint(p,g)]):(f=l*Math.max(0,Math.min(1,f)),g=[new mxPoint(e+f,g),new mxPoint(e+l-f,g),new mxPoint(e+l,a),new mxPoint(e+l-f,g+k),new mxPoint(e+f,g+k),new mxPoint(e,a),new mxPoint(e+f,g)]);p=new mxPoint(p,a);c&&(b.x<e||b.x>e+ -l?p.y=b.y:p.x=b.x);return mxUtils.getPerimeterPoint(g,p,b)};mxStyleRegistry.putValue("hexagonPerimeter2",mxPerimeter.HexagonPerimeter2);mxUtils.extend(J,mxShape);J.prototype.size=10;J.prototype.paintBackground=function(a,d,b,c,f){var e=parseFloat(mxUtils.getValue(this.style,"size",this.size));a.translate(d,b);a.ellipse((c-e)/2,0,e,e);a.fillAndStroke();a.begin();a.moveTo(c/2,e);a.lineTo(c/2,f);a.end();a.stroke()};mxCellRenderer.registerShape("lollipop",J);mxUtils.extend(S,mxShape);S.prototype.size= -10;S.prototype.inset=2;S.prototype.paintBackground=function(a,d,b,c,f){var e=parseFloat(mxUtils.getValue(this.style,"size",this.size)),g=parseFloat(mxUtils.getValue(this.style,"inset",this.inset))+this.strokewidth;a.translate(d,b);a.begin();a.moveTo(c/2,e+g);a.lineTo(c/2,f);a.end();a.stroke();a.begin();a.moveTo((c-e)/2-g,e/2);a.quadTo((c-e)/2-g,e+g,c/2,e+g);a.quadTo((c+e)/2+g,e+g,(c+e)/2+g,e/2);a.end();a.stroke()};mxCellRenderer.registerShape("requires",S);mxUtils.extend(Y,mxCylinder);Y.prototype.jettyWidth= -32;Y.prototype.jettyHeight=12;Y.prototype.redrawPath=function(a,d,b,c,f,e){var g=parseFloat(mxUtils.getValue(this.style,"jettyWidth",this.jettyWidth));d=parseFloat(mxUtils.getValue(this.style,"jettyHeight",this.jettyHeight));b=g/2;var g=b+g/2,l=.3*f-d/2,k=.7*f-d/2;e?(a.moveTo(b,l),a.lineTo(g,l),a.lineTo(g,l+d),a.lineTo(b,l+d),a.moveTo(b,k),a.lineTo(g,k),a.lineTo(g,k+d),a.lineTo(b,k+d)):(a.moveTo(b,0),a.lineTo(c,0),a.lineTo(c,f),a.lineTo(b,f),a.lineTo(b,k+d),a.lineTo(0,k+d),a.lineTo(0,k),a.lineTo(b, -k),a.lineTo(b,l+d),a.lineTo(0,l+d),a.lineTo(0,l),a.lineTo(b,l),a.close());a.end()};mxCellRenderer.registerShape("component",Y);mxUtils.extend(aa,mxDoubleEllipse);aa.prototype.outerStroke=!0;aa.prototype.paintVertexShape=function(a,d,b,c,f){var e=Math.min(4,Math.min(c/5,f/5));0<c&&0<f&&(a.ellipse(d+e,b+e,c-2*e,f-2*e),a.fillAndStroke());a.setShadow(!1);this.outerStroke&&(a.ellipse(d,b,c,f),a.stroke())};mxCellRenderer.registerShape("endState",aa);mxUtils.extend(O,aa);O.prototype.outerStroke=!1;mxCellRenderer.registerShape("startState", -O);mxUtils.extend(Z,mxArrowConnector);Z.prototype.defaultWidth=4;Z.prototype.isOpenEnded=function(){return!0};Z.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};Z.prototype.isArrowRounded=function(){return this.isRounded};mxCellRenderer.registerShape("link",Z);mxUtils.extend(P,mxArrowConnector);P.prototype.defaultWidth=10;P.prototype.defaultArrowWidth=20;P.prototype.getStartArrowWidth=function(){return this.getEdgeWidth()+ -mxUtils.getNumber(this.style,"startWidth",this.defaultArrowWidth)};P.prototype.getEndArrowWidth=function(){return this.getEdgeWidth()+mxUtils.getNumber(this.style,"endWidth",this.defaultArrowWidth)};P.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};mxCellRenderer.registerShape("flexArrow",P);mxUtils.extend(L,mxActor);L.prototype.size=30;L.prototype.redrawPath=function(a,d,b,c,f){d=Math.min(f,parseFloat(mxUtils.getValue(this.style, -"size",this.size)));b=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f),new mxPoint(0,d),new mxPoint(c,0),new mxPoint(c,f)],this.isRounded,b,!0);a.end()};mxCellRenderer.registerShape("manualInput",L);mxUtils.extend(T,mxRectangleShape);T.prototype.dx=20;T.prototype.dy=20;T.prototype.isHtmlAllowed=function(){return!1};T.prototype.paintForeground=function(a,d,b,c,f){mxRectangleShape.prototype.paintForeground.apply(this,arguments);var e= -0;if(this.isRounded)var g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,e=Math.max(e,Math.min(c*g,f*g));g=Math.max(e,Math.min(c,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));e=Math.max(e,Math.min(f,parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));a.begin();a.moveTo(d,b+e);a.lineTo(d+c,b+e);a.end();a.stroke();a.begin();a.moveTo(d+g,b);a.lineTo(d+g,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("internalStorage",T);mxUtils.extend(K, -mxActor);K.prototype.dx=20;K.prototype.dy=20;K.prototype.redrawPath=function(a,d,b,c,f){d=Math.max(0,Math.min(c,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));b=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));parseFloat(mxUtils.getValue(this.style,"size",this.size));var e=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(c,0),new mxPoint(c,b),new mxPoint(d,b),new mxPoint(d,f),new mxPoint(0, -f)],this.isRounded,e,!0);a.end()};mxCellRenderer.registerShape("corner",K);mxUtils.extend(Q,mxActor);Q.prototype.redrawPath=function(a,d,b,c,f){a.moveTo(0,0);a.lineTo(0,f);a.end();a.moveTo(c,0);a.lineTo(c,f);a.end();a.moveTo(0,f/2);a.lineTo(c,f/2);a.end()};mxCellRenderer.registerShape("crossbar",Q);mxUtils.extend(W,mxActor);W.prototype.dx=20;W.prototype.dy=20;W.prototype.redrawPath=function(a,d,b,c,f){d=Math.max(0,Math.min(c,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));b=Math.max(0,Math.min(f, -parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));parseFloat(mxUtils.getValue(this.style,"size",this.size));var e=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(c,0),new mxPoint(c,b),new mxPoint((c+d)/2,b),new mxPoint((c+d)/2,f),new mxPoint((c-d)/2,f),new mxPoint((c-d)/2,b),new mxPoint(0,b)],this.isRounded,e,!0);a.end()};mxCellRenderer.registerShape("tee",W);mxUtils.extend(C,mxActor);C.prototype.arrowWidth=.3; -C.prototype.arrowSize=.2;C.prototype.redrawPath=function(a,d,b,c,f){var e=f*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowWidth",this.arrowWidth))));d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowSize",this.arrowSize))));b=(f-e)/2;var e=b+e,g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,b),new mxPoint(c-d,b),new mxPoint(c-d,0),new mxPoint(c,f/2),new mxPoint(c-d,f),new mxPoint(c-d,e),new mxPoint(0, -e)],this.isRounded,g,!0);a.end()};mxCellRenderer.registerShape("singleArrow",C);mxUtils.extend(ca,mxActor);ca.prototype.redrawPath=function(a,d,b,c,f){var e=f*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowWidth",C.prototype.arrowWidth))));d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowSize",C.prototype.arrowSize))));b=(f-e)/2;var e=b+e,g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f/ -2),new mxPoint(d,0),new mxPoint(d,b),new mxPoint(c-d,b),new mxPoint(c-d,0),new mxPoint(c,f/2),new mxPoint(c-d,f),new mxPoint(c-d,e),new mxPoint(d,e),new mxPoint(d,f)],this.isRounded,g,!0);a.end()};mxCellRenderer.registerShape("doubleArrow",ca);mxUtils.extend(R,mxActor);R.prototype.size=.1;R.prototype.redrawPath=function(a,d,b,c,f){d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));a.moveTo(d,0);a.lineTo(c,0);a.quadTo(c-2*d,f/2,c,f);a.lineTo(d,f);a.quadTo(d-2*d,f/ -2,d,0);a.close();a.end()};mxCellRenderer.registerShape("dataStorage",R);mxUtils.extend(U,mxActor);U.prototype.redrawPath=function(a,d,b,c,f){a.moveTo(0,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,0,f);a.close();a.end()};mxCellRenderer.registerShape("or",U);mxUtils.extend(V,mxActor);V.prototype.redrawPath=function(a,d,b,c,f){a.moveTo(0,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,0,f);a.quadTo(c/2,f/2,0,0);a.close();a.end()};mxCellRenderer.registerShape("xor",V);mxUtils.extend(X,mxActor);X.prototype.size=20;X.prototype.redrawPath= -function(a,d,c,b,f){d=Math.min(b/2,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(d,0),new mxPoint(b-d,0),new mxPoint(b,.8*d),new mxPoint(b,f),new mxPoint(0,f),new mxPoint(0,.8*d)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("loopLimit",X);mxUtils.extend(M,mxActor);M.prototype.size=.375;M.prototype.redrawPath=function(a,d,c,b,f){d=f*Math.max(0,Math.min(1, -parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(b,0),new mxPoint(b,f-d),new mxPoint(b/2,f),new mxPoint(0,f-d)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("offPageConnector",M);mxUtils.extend(ma,mxEllipse);ma.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.begin();a.moveTo(d+c/2,b+f); -a.lineTo(d+c,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("tapeData",ma);mxUtils.extend(na,mxEllipse);na.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1);a.begin();a.moveTo(d,b+f/2);a.lineTo(d+c,b+f/2);a.end();a.stroke();a.begin();a.moveTo(d+c/2,b);a.lineTo(d+c/2,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("orEllipse",na);mxUtils.extend(da,mxEllipse);da.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this, -arguments);a.setShadow(!1);a.begin();a.moveTo(d+.145*c,b+.145*f);a.lineTo(d+.855*c,b+.855*f);a.end();a.stroke();a.begin();a.moveTo(d+.855*c,b+.145*f);a.lineTo(d+.145*c,b+.855*f);a.end();a.stroke()};mxCellRenderer.registerShape("sumEllipse",da);mxUtils.extend(ka,mxRhombus);ka.prototype.paintVertexShape=function(a,d,b,c,f){mxRhombus.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1);a.begin();a.moveTo(d,b+f/2);a.lineTo(d+c,b+f/2);a.end();a.stroke()};mxCellRenderer.registerShape("sortShape", -ka);mxUtils.extend(qa,mxEllipse);qa.prototype.paintVertexShape=function(a,d,b,c,f){a.begin();a.moveTo(d,b);a.lineTo(d+c,b);a.lineTo(d+c/2,b+f/2);a.close();a.fillAndStroke();a.begin();a.moveTo(d,b+f);a.lineTo(d+c,b+f);a.lineTo(d+c/2,b+f/2);a.close();a.fillAndStroke()};mxCellRenderer.registerShape("collate",qa);mxUtils.extend(ga,mxEllipse);ga.prototype.paintVertexShape=function(a,d,b,c,f){var e=b+f-5;a.begin();a.moveTo(d,b);a.lineTo(d,b+f);a.moveTo(d,e);a.lineTo(d+10,e-5);a.moveTo(d,e);a.lineTo(d+10, -e+5);a.moveTo(d,e);a.lineTo(d+c,e);a.moveTo(d+c,b);a.lineTo(d+c,b+f);a.moveTo(d+c,e);a.lineTo(d+c-10,e-5);a.moveTo(d+c,e);a.lineTo(d+c-10,e+5);a.end();a.stroke()};mxCellRenderer.registerShape("dimension",ga);mxUtils.extend(ra,mxEllipse);ra.prototype.paintVertexShape=function(a,d,b,c,f){this.outline||a.setStrokeColor(null);mxRectangleShape.prototype.paintBackground.apply(this,arguments);null!=this.style&&(a.setStrokeColor(this.stroke),a.rect(d,b,c,f),a.fill(),a.begin(),a.moveTo(d,b),"1"==mxUtils.getValue(this.style, -"top","1")?a.lineTo(d+c,b):a.moveTo(d+c,b),"1"==mxUtils.getValue(this.style,"right","1")?a.lineTo(d+c,b+f):a.moveTo(d+c,b+f),"1"==mxUtils.getValue(this.style,"bottom","1")?a.lineTo(d,b+f):a.moveTo(d,b+f),"1"==mxUtils.getValue(this.style,"left","1")&&a.lineTo(d,b-this.strokewidth/2),a.end(),a.stroke())};mxCellRenderer.registerShape("partialRectangle",ra);mxUtils.extend(ea,mxEllipse);ea.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1); -a.begin();"vertical"==mxUtils.getValue(this.style,"line")?(a.moveTo(d+c/2,b),a.lineTo(d+c/2,b+f)):(a.moveTo(d,b+f/2),a.lineTo(d+c,b+f/2));a.end();a.stroke()};mxCellRenderer.registerShape("lineEllipse",ea);mxUtils.extend(ia,mxActor);ia.prototype.redrawPath=function(a,d,b,c,f){d=Math.min(c,f/2);a.moveTo(0,0);a.lineTo(c-d,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,c-d,f);a.lineTo(0,f);a.close();a.end()};mxCellRenderer.registerShape("delay",ia);mxUtils.extend(ba,mxActor);ba.prototype.size=.2;ba.prototype.redrawPath= -function(a,d,b,c,f){d=Math.min(f,c);var e=Math.max(0,Math.min(d,d*parseFloat(mxUtils.getValue(this.style,"size",this.size))));d=(f-e)/2;b=d+e;var g=(c-e)/2,e=g+e;a.moveTo(0,d);a.lineTo(g,d);a.lineTo(g,0);a.lineTo(e,0);a.lineTo(e,d);a.lineTo(c,d);a.lineTo(c,b);a.lineTo(e,b);a.lineTo(e,f);a.lineTo(g,f);a.lineTo(g,b);a.lineTo(0,b);a.close();a.end()};mxCellRenderer.registerShape("cross",ba);mxUtils.extend(ja,mxActor);ja.prototype.size=.25;ja.prototype.redrawPath=function(a,d,b,c,f){d=Math.min(c,f/2); -b=Math.min(c-d,Math.max(0,parseFloat(mxUtils.getValue(this.style,"size",this.size)))*c);a.moveTo(0,f/2);a.lineTo(b,0);a.lineTo(c-d,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,c-d,f);a.lineTo(b,f);a.close();a.end()};mxCellRenderer.registerShape("display",ja);mxUtils.extend(fa,mxConnector);fa.prototype.origPaintEdgeShape=fa.prototype.paintEdgeShape;fa.prototype.paintEdgeShape=function(a,d,c){for(var b=[],f=0;f<d.length;f++)b.push(mxUtils.clone(d[f]));var f=a.state.dashed,e=a.state.fixDash;fa.prototype.origPaintEdgeShape.apply(this, -[a,b,c]);3<=a.state.strokeWidth&&(b=mxUtils.getValue(this.style,"fillColor",null),null!=b&&(a.setStrokeColor(b),a.setStrokeWidth(a.state.strokeWidth-2),a.setDashed(f,e),fa.prototype.origPaintEdgeShape.apply(this,[a,d,c])))};mxCellRenderer.registerShape("filledEdge",fa);"undefined"!==typeof StyleFormatPanel&&function(){var a=StyleFormatPanel.prototype.getCustomColors;StyleFormatPanel.prototype.getCustomColors=function(){var d=this.format.getSelectionState(),b=a.apply(this,arguments);"umlFrame"==d.style.shape&& -b.push({title:mxResources.get("laneColor"),key:"swimlaneFillColor",defaultValue:"#ffffff"});return b}}();mxMarker.addMarker("dash",function(a,d,b,c,f,e,g,l,k,p){var q=f*(g+k+1),t=e*(g+k+1);return function(){a.begin();a.moveTo(c.x-q/2-t/2,c.y-t/2+q/2);a.lineTo(c.x+t/2-3*q/2,c.y-3*t/2-q/2);a.stroke()}});mxMarker.addMarker("cross",function(a,d,c,b,f,e,g,l,k,p){var q=f*(g+k+1),t=e*(g+k+1);return function(){a.begin();a.moveTo(b.x-q/2-t/2,b.y-t/2+q/2);a.lineTo(b.x+t/2-3*q/2,b.y-3*t/2-q/2);a.moveTo(b.x- -q/2+t/2,b.y-t/2-q/2);a.lineTo(b.x-t/2-3*q/2,b.y-3*t/2+q/2);a.stroke()}});mxMarker.addMarker("circle",Ba);mxMarker.addMarker("circlePlus",function(a,d,b,c,f,e,g,l,k,p){var q=c.clone(),t=Ba.apply(this,arguments),v=f*(g+2*k),h=e*(g+2*k);return function(){t.apply(this,arguments);a.begin();a.moveTo(q.x-f*k,q.y-e*k);a.lineTo(q.x-2*v+f*k,q.y-2*h+e*k);a.moveTo(q.x-v-h+e*k,q.y-h+v-f*k);a.lineTo(q.x+h-v-e*k,q.y-h-v+f*k);a.stroke()}});mxMarker.addMarker("async",function(a,d,b,c,f,e,g,l,k,p){d=f*k*1.118;b=e* -k*1.118;f*=g+k;e*=g+k;var q=c.clone();q.x-=d;q.y-=b;c.x+=1*-f-d;c.y+=1*-e-b;return function(){a.begin();a.moveTo(q.x,q.y);l?a.lineTo(q.x-f-e/2,q.y-e+f/2):a.lineTo(q.x+e/2-f,q.y-e-f/2);a.lineTo(q.x-f,q.y-e);a.close();p?a.fillAndStroke():a.stroke()}});mxMarker.addMarker("openAsync",function(a){a=null!=a?a:2;return function(d,b,c,f,e,g,l,k,p,q){e*=l+p;g*=l+p;var t=f.clone();return function(){d.begin();d.moveTo(t.x,t.y);k?d.lineTo(t.x-e-g/a,t.y-g+e/a):d.lineTo(t.x+g/a-e,t.y-g-e/a);d.stroke()}}}(2));if("undefined"!== -typeof mxVertexHandler){var za=function(a,d,b){return sa(a,["width"],d,function(d,c,f,e,g){g=a.shape.getEdgeWidth()*a.view.scale+b;return new mxPoint(e.x+c*d/4+f*g/2,e.y+f*d/4-c*g/2)},function(d,c,f,e,g,l){d=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,l.x,l.y));a.style.width=Math.round(2*d)/a.view.scale-b})},sa=function(a,d,b,c,f){return N(a,d,function(d){var f=a.absolutePoints,e=f.length-1;d=a.view.translate;var g=a.view.scale,l=b?f[0]:f[e],f=b?f[1]:f[e-1],e=f.x-l.x,k=f.y-l.y,p=Math.sqrt(e*e+k* -k),l=c.call(this,p,e/p,k/p,l,f);return new mxPoint(l.x/g-d.x,l.y/g-d.y)},function(d,c,e){var g=a.absolutePoints,l=g.length-1;d=a.view.translate;var k=a.view.scale,p=b?g[0]:g[l],g=b?g[1]:g[l-1],l=g.x-p.x,q=g.y-p.y,t=Math.sqrt(l*l+q*q);c.x=(c.x+d.x)*k;c.y=(c.y+d.y)*k;f.call(this,t,l/t,q/t,p,g,c,e)})},la=function(a){return function(d){return[N(d,["arrowWidth","arrowSize"],function(d){var b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"arrowWidth",C.prototype.arrowWidth))),c=Math.max(0,Math.min(a, -mxUtils.getValue(this.state.style,"arrowSize",C.prototype.arrowSize)));return new mxPoint(d.x+(1-c)*d.width,d.y+(1-b)*d.height/2)},function(d,b){this.state.style.arrowWidth=Math.max(0,Math.min(1,Math.abs(d.y+d.height/2-b.y)/d.height*2));this.state.style.arrowSize=Math.max(0,Math.min(a,(d.x+d.width-b.x)/d.width))})]}},Aa=function(a,d,b){return function(c){var f=[N(c,["size"],function(b){var c=Math.max(0,Math.min(b.width,Math.min(b.height,parseFloat(mxUtils.getValue(this.state.style,"size",d)))))*a; -return new mxPoint(b.x+c,b.y+c)},function(d,b){this.state.style.size=Math.round(Math.max(0,Math.min(Math.min(d.width,b.x-d.x),Math.min(d.height,b.y-d.y)))/a)})];b&&mxUtils.getValue(c.style,mxConstants.STYLE_ROUNDED,!1)&&f.push(ha(c));return f}},ua=function(a,d,b,c,f){b=null!=b?b:1;return function(e){var g=[N(e,["size"],function(d){var b=null!=f?"0"!=mxUtils.getValue(this.state.style,"fixedSize","0"):null,c=parseFloat(mxUtils.getValue(this.state.style,"size",b?f:a));return new mxPoint(d.x+Math.max(0, -Math.min(d.width,c*(b?1:d.width))),d.getCenterY())},function(a,d,c){var g=null!=f?"0"!=mxUtils.getValue(this.state.style,"fixedSize","0"):null;a=g?d.x-a.x:Math.max(0,Math.min(b,(d.x-a.x)/a.width));g&&!mxEvent.isAltDown(c.getEvent())&&(a=e.view.graph.snap(a));this.state.style.size=a},null,c)];d&&mxUtils.getValue(e.style,mxConstants.STYLE_ROUNDED,!1)&&g.push(ha(e));return g}},Da=function(a){return function(d){var b=[N(d,["size"],function(d){var b=Math.max(0,Math.min(a,parseFloat(mxUtils.getValue(this.state.style, -"size",g.prototype.size))));return new mxPoint(d.x+b*d.width*.75,d.y+d.height/4)},function(d,b){this.state.style.size=Math.max(0,Math.min(a,(b.x-d.x)/(.75*d.width)))},null,!0)];mxUtils.getValue(d.style,mxConstants.STYLE_ROUNDED,!1)&&b.push(ha(d));return b}},ta=function(){return function(a){var d=[];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&d.push(ha(a));return d}},ha=function(a,d){return N(a,[mxConstants.STYLE_ARCSIZE],function(b){var c=null!=d?d:b.height/8;if("1"==mxUtils.getValue(a.style, +a.getCenterY()+c)};mxStyleRegistry.putValue("backbonePerimeter",mxPerimeter.BackbonePerimeter);mxPerimeter.CalloutPerimeter=function(a,d,b,c){return mxPerimeter.RectanglePerimeter(mxUtils.getDirectedBounds(a,new mxRectangle(0,0,0,Math.max(0,Math.min(a.height,parseFloat(mxUtils.getValue(d.style,"size",y.prototype.size))*d.view.scale))),d.style),d,b,c)};mxStyleRegistry.putValue("calloutPerimeter",mxPerimeter.CalloutPerimeter);mxPerimeter.ParallelogramPerimeter=function(a,d,b,c){var e=f.prototype.size; +null!=d&&(e=mxUtils.getValue(d.style,"size",e));var g=a.x,k=a.y,l=a.width,q=a.height;d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST;d==mxConstants.DIRECTION_NORTH||d==mxConstants.DIRECTION_SOUTH?(e=q*Math.max(0,Math.min(1,e)),k=[new mxPoint(g,k),new mxPoint(g+l,k+e),new mxPoint(g+l,k+q),new mxPoint(g,k+q-e),new mxPoint(g,k)]):(e=l*Math.max(0,Math.min(1,e)),k=[new mxPoint(g+e,k),new mxPoint(g+l,k),new mxPoint(g+l-e,k+q),new mxPoint(g, +k+q),new mxPoint(g+e,k)]);q=a.getCenterX();a=a.getCenterY();a=new mxPoint(q,a);c&&(b.x<g||b.x>g+l?a.y=b.y:a.x=b.x);return mxUtils.getPerimeterPoint(k,a,b)};mxStyleRegistry.putValue("parallelogramPerimeter",mxPerimeter.ParallelogramPerimeter);mxPerimeter.TrapezoidPerimeter=function(a,d,b,c){var f=g.prototype.size;null!=d&&(f=mxUtils.getValue(d.style,"size",f));var e=a.x,k=a.y,l=a.width,q=a.height;d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST; +d==mxConstants.DIRECTION_EAST?(f=l*Math.max(0,Math.min(1,f)),k=[new mxPoint(e+f,k),new mxPoint(e+l-f,k),new mxPoint(e+l,k+q),new mxPoint(e,k+q),new mxPoint(e+f,k)]):d==mxConstants.DIRECTION_WEST?(f=l*Math.max(0,Math.min(1,f)),k=[new mxPoint(e,k),new mxPoint(e+l,k),new mxPoint(e+l-f,k+q),new mxPoint(e+f,k+q),new mxPoint(e,k)]):d==mxConstants.DIRECTION_NORTH?(f=q*Math.max(0,Math.min(1,f)),k=[new mxPoint(e,k+f),new mxPoint(e+l,k),new mxPoint(e+l,k+q),new mxPoint(e,k+q-f),new mxPoint(e,k+f)]):(f=q*Math.max(0, +Math.min(1,f)),k=[new mxPoint(e,k),new mxPoint(e+l,k+f),new mxPoint(e+l,k+q-f),new mxPoint(e,k+q),new mxPoint(e,k)]);q=a.getCenterX();a=a.getCenterY();a=new mxPoint(q,a);c&&(b.x<e||b.x>e+l?a.y=b.y:a.x=b.x);return mxUtils.getPerimeterPoint(k,a,b)};mxStyleRegistry.putValue("trapezoidPerimeter",mxPerimeter.TrapezoidPerimeter);mxPerimeter.StepPerimeter=function(a,d,b,c){var f="0"!=mxUtils.getValue(d.style,"fixedSize","0"),e=f?k.prototype.fixedSize:k.prototype.size;null!=d&&(e=mxUtils.getValue(d.style, +"size",e));var g=a.x,l=a.y,q=a.width,m=a.height,t=a.getCenterX();a=a.getCenterY();d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION,mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST;d==mxConstants.DIRECTION_EAST?(f=f?Math.max(0,Math.min(q,e)):q*Math.max(0,Math.min(1,e)),l=[new mxPoint(g,l),new mxPoint(g+q-f,l),new mxPoint(g+q,a),new mxPoint(g+q-f,l+m),new mxPoint(g,l+m),new mxPoint(g+f,a),new mxPoint(g,l)]):d==mxConstants.DIRECTION_WEST?(f=f?Math.max(0,Math.min(q,e)):q*Math.max(0, +Math.min(1,e)),l=[new mxPoint(g+f,l),new mxPoint(g+q,l),new mxPoint(g+q-f,a),new mxPoint(g+q,l+m),new mxPoint(g+f,l+m),new mxPoint(g,a),new mxPoint(g+f,l)]):d==mxConstants.DIRECTION_NORTH?(f=f?Math.max(0,Math.min(m,e)):m*Math.max(0,Math.min(1,e)),l=[new mxPoint(g,l+f),new mxPoint(t,l),new mxPoint(g+q,l+f),new mxPoint(g+q,l+m),new mxPoint(t,l+m-f),new mxPoint(g,l+m),new mxPoint(g,l+f)]):(f=f?Math.max(0,Math.min(m,e)):m*Math.max(0,Math.min(1,e)),l=[new mxPoint(g,l),new mxPoint(t,l+f),new mxPoint(g+ +q,l),new mxPoint(g+q,l+m-f),new mxPoint(t,l+m),new mxPoint(g,l+m-f),new mxPoint(g,l)]);t=new mxPoint(t,a);c&&(b.x<g||b.x>g+q?t.y=b.y:t.x=b.x);return mxUtils.getPerimeterPoint(l,t,b)};mxStyleRegistry.putValue("stepPerimeter",mxPerimeter.StepPerimeter);mxPerimeter.HexagonPerimeter2=function(a,d,b,c){var f=w.prototype.size;null!=d&&(f=mxUtils.getValue(d.style,"size",f));var e=a.x,g=a.y,k=a.width,l=a.height,q=a.getCenterX();a=a.getCenterY();d=null!=d?mxUtils.getValue(d.style,mxConstants.STYLE_DIRECTION, +mxConstants.DIRECTION_EAST):mxConstants.DIRECTION_EAST;d==mxConstants.DIRECTION_NORTH||d==mxConstants.DIRECTION_SOUTH?(f=l*Math.max(0,Math.min(1,f)),g=[new mxPoint(q,g),new mxPoint(e+k,g+f),new mxPoint(e+k,g+l-f),new mxPoint(q,g+l),new mxPoint(e,g+l-f),new mxPoint(e,g+f),new mxPoint(q,g)]):(f=k*Math.max(0,Math.min(1,f)),g=[new mxPoint(e+f,g),new mxPoint(e+k-f,g),new mxPoint(e+k,a),new mxPoint(e+k-f,g+l),new mxPoint(e+f,g+l),new mxPoint(e,a),new mxPoint(e+f,g)]);q=new mxPoint(q,a);c&&(b.x<e||b.x>e+ +k?q.y=b.y:q.x=b.x);return mxUtils.getPerimeterPoint(g,q,b)};mxStyleRegistry.putValue("hexagonPerimeter2",mxPerimeter.HexagonPerimeter2);mxUtils.extend(P,mxShape);P.prototype.size=10;P.prototype.paintBackground=function(a,d,b,c,f){var e=parseFloat(mxUtils.getValue(this.style,"size",this.size));a.translate(d,b);a.ellipse((c-e)/2,0,e,e);a.fillAndStroke();a.begin();a.moveTo(c/2,e);a.lineTo(c/2,f);a.end();a.stroke()};mxCellRenderer.registerShape("lollipop",P);mxUtils.extend(R,mxShape);R.prototype.size= +10;R.prototype.inset=2;R.prototype.paintBackground=function(a,d,b,c,f){var e=parseFloat(mxUtils.getValue(this.style,"size",this.size)),g=parseFloat(mxUtils.getValue(this.style,"inset",this.inset))+this.strokewidth;a.translate(d,b);a.begin();a.moveTo(c/2,e+g);a.lineTo(c/2,f);a.end();a.stroke();a.begin();a.moveTo((c-e)/2-g,e/2);a.quadTo((c-e)/2-g,e+g,c/2,e+g);a.quadTo((c+e)/2+g,e+g,(c+e)/2+g,e/2);a.end();a.stroke()};mxCellRenderer.registerShape("requires",R);mxUtils.extend(Q,mxCylinder);Q.prototype.jettyWidth= +32;Q.prototype.jettyHeight=12;Q.prototype.redrawPath=function(a,d,b,c,f,e){var g=parseFloat(mxUtils.getValue(this.style,"jettyWidth",this.jettyWidth));d=parseFloat(mxUtils.getValue(this.style,"jettyHeight",this.jettyHeight));b=g/2;var g=b+g/2,k=.3*f-d/2,l=.7*f-d/2;e?(a.moveTo(b,k),a.lineTo(g,k),a.lineTo(g,k+d),a.lineTo(b,k+d),a.moveTo(b,l),a.lineTo(g,l),a.lineTo(g,l+d),a.lineTo(b,l+d)):(a.moveTo(b,0),a.lineTo(c,0),a.lineTo(c,f),a.lineTo(b,f),a.lineTo(b,l+d),a.lineTo(0,l+d),a.lineTo(0,l),a.lineTo(b, +l),a.lineTo(b,k+d),a.lineTo(0,k+d),a.lineTo(0,k),a.lineTo(b,k),a.close());a.end()};mxCellRenderer.registerShape("component",Q);mxUtils.extend(U,mxDoubleEllipse);U.prototype.outerStroke=!0;U.prototype.paintVertexShape=function(a,d,b,c,f){var e=Math.min(4,Math.min(c/5,f/5));0<c&&0<f&&(a.ellipse(d+e,b+e,c-2*e,f-2*e),a.fillAndStroke());a.setShadow(!1);this.outerStroke&&(a.ellipse(d,b,c,f),a.stroke())};mxCellRenderer.registerShape("endState",U);mxUtils.extend(S,U);S.prototype.outerStroke=!1;mxCellRenderer.registerShape("startState", +S);mxUtils.extend(da,mxArrowConnector);da.prototype.defaultWidth=4;da.prototype.isOpenEnded=function(){return!0};da.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};da.prototype.isArrowRounded=function(){return this.isRounded};mxCellRenderer.registerShape("link",da);mxUtils.extend(V,mxArrowConnector);V.prototype.defaultWidth=10;V.prototype.defaultArrowWidth=20;V.prototype.getStartArrowWidth=function(){return this.getEdgeWidth()+ +mxUtils.getNumber(this.style,"startWidth",this.defaultArrowWidth)};V.prototype.getEndArrowWidth=function(){return this.getEdgeWidth()+mxUtils.getNumber(this.style,"endWidth",this.defaultArrowWidth)};V.prototype.getEdgeWidth=function(){return mxUtils.getNumber(this.style,"width",this.defaultWidth)+Math.max(0,this.strokewidth-1)};mxCellRenderer.registerShape("flexArrow",V);mxUtils.extend(Y,mxActor);Y.prototype.size=30;Y.prototype.redrawPath=function(a,d,b,c,f){d=Math.min(f,parseFloat(mxUtils.getValue(this.style, +"size",this.size)));b=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f),new mxPoint(0,d),new mxPoint(c,0),new mxPoint(c,f)],this.isRounded,b,!0);a.end()};mxCellRenderer.registerShape("manualInput",Y);mxUtils.extend(H,mxRectangleShape);H.prototype.dx=20;H.prototype.dy=20;H.prototype.isHtmlAllowed=function(){return!1};H.prototype.paintForeground=function(a,d,b,c,f){mxRectangleShape.prototype.paintForeground.apply(this,arguments);var e= +0;if(this.isRounded)var g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)/100,e=Math.max(e,Math.min(c*g,f*g));g=Math.max(e,Math.min(c,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));e=Math.max(e,Math.min(f,parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));a.begin();a.moveTo(d,b+e);a.lineTo(d+c,b+e);a.end();a.stroke();a.begin();a.moveTo(d+g,b);a.lineTo(d+g,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("internalStorage",H);mxUtils.extend(G, +mxActor);G.prototype.dx=20;G.prototype.dy=20;G.prototype.redrawPath=function(a,d,b,c,f){d=Math.max(0,Math.min(c,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));b=Math.max(0,Math.min(f,parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));parseFloat(mxUtils.getValue(this.style,"size",this.size));var e=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(c,0),new mxPoint(c,b),new mxPoint(d,b),new mxPoint(d,f),new mxPoint(0, +f)],this.isRounded,e,!0);a.end()};mxCellRenderer.registerShape("corner",G);mxUtils.extend(Z,mxActor);Z.prototype.redrawPath=function(a,d,b,c,f){a.moveTo(0,0);a.lineTo(0,f);a.end();a.moveTo(c,0);a.lineTo(c,f);a.end();a.moveTo(0,f/2);a.lineTo(c,f/2);a.end()};mxCellRenderer.registerShape("crossbar",Z);mxUtils.extend(K,mxActor);K.prototype.dx=20;K.prototype.dy=20;K.prototype.redrawPath=function(a,d,b,c,f){d=Math.max(0,Math.min(c,parseFloat(mxUtils.getValue(this.style,"dx",this.dx))));b=Math.max(0,Math.min(f, +parseFloat(mxUtils.getValue(this.style,"dy",this.dy))));parseFloat(mxUtils.getValue(this.style,"size",this.size));var e=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(c,0),new mxPoint(c,b),new mxPoint((c+d)/2,b),new mxPoint((c+d)/2,f),new mxPoint((c-d)/2,f),new mxPoint((c-d)/2,b),new mxPoint(0,b)],this.isRounded,e,!0);a.end()};mxCellRenderer.registerShape("tee",K);mxUtils.extend(L,mxActor);L.prototype.arrowWidth=.3; +L.prototype.arrowSize=.2;L.prototype.redrawPath=function(a,d,b,c,f){var e=f*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowWidth",this.arrowWidth))));d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowSize",this.arrowSize))));b=(f-e)/2;var e=b+e,g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,b),new mxPoint(c-d,b),new mxPoint(c-d,0),new mxPoint(c,f/2),new mxPoint(c-d,f),new mxPoint(c-d,e),new mxPoint(0, +e)],this.isRounded,g,!0);a.end()};mxCellRenderer.registerShape("singleArrow",L);mxUtils.extend(aa,mxActor);aa.prototype.redrawPath=function(a,d,b,c,f){var e=f*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowWidth",L.prototype.arrowWidth))));d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"arrowSize",L.prototype.arrowSize))));b=(f-e)/2;var e=b+e,g=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,f/ +2),new mxPoint(d,0),new mxPoint(d,b),new mxPoint(c-d,b),new mxPoint(c-d,0),new mxPoint(c,f/2),new mxPoint(c-d,f),new mxPoint(c-d,e),new mxPoint(d,e),new mxPoint(d,f)],this.isRounded,g,!0);a.end()};mxCellRenderer.registerShape("doubleArrow",aa);mxUtils.extend(E,mxActor);E.prototype.size=.1;E.prototype.redrawPath=function(a,d,b,c,f){d=c*Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.style,"size",this.size))));a.moveTo(d,0);a.lineTo(c,0);a.quadTo(c-2*d,f/2,c,f);a.lineTo(d,f);a.quadTo(d-2*d,f/ +2,d,0);a.close();a.end()};mxCellRenderer.registerShape("dataStorage",E);mxUtils.extend(W,mxActor);W.prototype.redrawPath=function(a,d,b,c,f){a.moveTo(0,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,0,f);a.close();a.end()};mxCellRenderer.registerShape("or",W);mxUtils.extend(O,mxActor);O.prototype.redrawPath=function(a,d,b,c,f){a.moveTo(0,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,0,f);a.quadTo(c/2,f/2,0,0);a.close();a.end()};mxCellRenderer.registerShape("xor",O);mxUtils.extend(ea,mxActor);ea.prototype.size=20;ea.prototype.redrawPath= +function(a,d,c,b,f){d=Math.min(b/2,Math.min(f,parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(d,0),new mxPoint(b-d,0),new mxPoint(b,.8*d),new mxPoint(b,f),new mxPoint(0,f),new mxPoint(0,.8*d)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("loopLimit",ea);mxUtils.extend(T,mxActor);T.prototype.size=.375;T.prototype.redrawPath=function(a,d,c,b,f){d=f*Math.max(0,Math.min(1, +parseFloat(mxUtils.getValue(this.style,"size",this.size))));c=mxUtils.getValue(this.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;this.addPoints(a,[new mxPoint(0,0),new mxPoint(b,0),new mxPoint(b,f-d),new mxPoint(b/2,f),new mxPoint(0,f-d)],this.isRounded,c,!0);a.end()};mxCellRenderer.registerShape("offPageConnector",T);mxUtils.extend(ca,mxEllipse);ca.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.begin();a.moveTo(d+c/2,b+f); +a.lineTo(d+c,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("tapeData",ca);mxUtils.extend(X,mxEllipse);X.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1);a.begin();a.moveTo(d,b+f/2);a.lineTo(d+c,b+f/2);a.end();a.stroke();a.begin();a.moveTo(d+c/2,b);a.lineTo(d+c/2,b+f);a.end();a.stroke()};mxCellRenderer.registerShape("orEllipse",X);mxUtils.extend(na,mxEllipse);na.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this, +arguments);a.setShadow(!1);a.begin();a.moveTo(d+.145*c,b+.145*f);a.lineTo(d+.855*c,b+.855*f);a.end();a.stroke();a.begin();a.moveTo(d+.855*c,b+.145*f);a.lineTo(d+.145*c,b+.855*f);a.end();a.stroke()};mxCellRenderer.registerShape("sumEllipse",na);mxUtils.extend(ra,mxRhombus);ra.prototype.paintVertexShape=function(a,d,b,c,f){mxRhombus.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1);a.begin();a.moveTo(d,b+f/2);a.lineTo(d+c,b+f/2);a.end();a.stroke()};mxCellRenderer.registerShape("sortShape", +ra);mxUtils.extend(ia,mxEllipse);ia.prototype.paintVertexShape=function(a,d,b,c,f){a.begin();a.moveTo(d,b);a.lineTo(d+c,b);a.lineTo(d+c/2,b+f/2);a.close();a.fillAndStroke();a.begin();a.moveTo(d,b+f);a.lineTo(d+c,b+f);a.lineTo(d+c/2,b+f/2);a.close();a.fillAndStroke()};mxCellRenderer.registerShape("collate",ia);mxUtils.extend(ja,mxEllipse);ja.prototype.paintVertexShape=function(a,d,b,c,f){var e=b+f-5;a.begin();a.moveTo(d,b);a.lineTo(d,b+f);a.moveTo(d,e);a.lineTo(d+10,e-5);a.moveTo(d,e);a.lineTo(d+10, +e+5);a.moveTo(d,e);a.lineTo(d+c,e);a.moveTo(d+c,b);a.lineTo(d+c,b+f);a.moveTo(d+c,e);a.lineTo(d+c-10,e-5);a.moveTo(d+c,e);a.lineTo(d+c-10,e+5);a.end();a.stroke()};mxCellRenderer.registerShape("dimension",ja);mxUtils.extend(pa,mxEllipse);pa.prototype.paintVertexShape=function(a,d,b,c,f){this.outline||a.setStrokeColor(null);mxRectangleShape.prototype.paintBackground.apply(this,arguments);null!=this.style&&(a.setStrokeColor(this.stroke),a.rect(d,b,c,f),a.fill(),a.begin(),a.moveTo(d,b),"1"==mxUtils.getValue(this.style, +"top","1")?a.lineTo(d+c,b):a.moveTo(d+c,b),"1"==mxUtils.getValue(this.style,"right","1")?a.lineTo(d+c,b+f):a.moveTo(d+c,b+f),"1"==mxUtils.getValue(this.style,"bottom","1")?a.lineTo(d,b+f):a.moveTo(d,b+f),"1"==mxUtils.getValue(this.style,"left","1")&&a.lineTo(d,b-this.strokewidth/2),a.end(),a.stroke())};mxCellRenderer.registerShape("partialRectangle",pa);mxUtils.extend(ha,mxEllipse);ha.prototype.paintVertexShape=function(a,d,b,c,f){mxEllipse.prototype.paintVertexShape.apply(this,arguments);a.setShadow(!1); +a.begin();"vertical"==mxUtils.getValue(this.style,"line")?(a.moveTo(d+c/2,b),a.lineTo(d+c/2,b+f)):(a.moveTo(d,b+f/2),a.lineTo(d+c,b+f/2));a.end();a.stroke()};mxCellRenderer.registerShape("lineEllipse",ha);mxUtils.extend(qa,mxActor);qa.prototype.redrawPath=function(a,d,b,c,f){d=Math.min(c,f/2);a.moveTo(0,0);a.lineTo(c-d,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,c-d,f);a.lineTo(0,f);a.close();a.end()};mxCellRenderer.registerShape("delay",qa);mxUtils.extend(fa,mxActor);fa.prototype.size=.2;fa.prototype.redrawPath= +function(a,d,b,c,f){d=Math.min(f,c);var e=Math.max(0,Math.min(d,d*parseFloat(mxUtils.getValue(this.style,"size",this.size))));d=(f-e)/2;b=d+e;var g=(c-e)/2,e=g+e;a.moveTo(0,d);a.lineTo(g,d);a.lineTo(g,0);a.lineTo(e,0);a.lineTo(e,d);a.lineTo(c,d);a.lineTo(c,b);a.lineTo(e,b);a.lineTo(e,f);a.lineTo(g,f);a.lineTo(g,b);a.lineTo(0,b);a.close();a.end()};mxCellRenderer.registerShape("cross",fa);mxUtils.extend(ga,mxActor);ga.prototype.size=.25;ga.prototype.redrawPath=function(a,d,b,c,f){d=Math.min(c,f/2); +b=Math.min(c-d,Math.max(0,parseFloat(mxUtils.getValue(this.style,"size",this.size)))*c);a.moveTo(0,f/2);a.lineTo(b,0);a.lineTo(c-d,0);a.quadTo(c,0,c,f/2);a.quadTo(c,f,c-d,f);a.lineTo(b,f);a.close();a.end()};mxCellRenderer.registerShape("display",ga);mxUtils.extend(ba,mxConnector);ba.prototype.origPaintEdgeShape=ba.prototype.paintEdgeShape;ba.prototype.paintEdgeShape=function(a,d,c){for(var b=[],f=0;f<d.length;f++)b.push(mxUtils.clone(d[f]));var f=a.state.dashed,e=a.state.fixDash;ba.prototype.origPaintEdgeShape.apply(this, +[a,b,c]);3<=a.state.strokeWidth&&(b=mxUtils.getValue(this.style,"fillColor",null),null!=b&&(a.setStrokeColor(b),a.setStrokeWidth(a.state.strokeWidth-2),a.setDashed(f,e),ba.prototype.origPaintEdgeShape.apply(this,[a,d,c])))};mxCellRenderer.registerShape("filledEdge",ba);"undefined"!==typeof StyleFormatPanel&&function(){var a=StyleFormatPanel.prototype.getCustomColors;StyleFormatPanel.prototype.getCustomColors=function(){var d=this.format.getSelectionState(),b=a.apply(this,arguments);"umlFrame"==d.style.shape&& +b.push({title:mxResources.get("laneColor"),key:"swimlaneFillColor",defaultValue:"#ffffff"});return b}}();mxMarker.addMarker("dash",function(a,d,b,c,f,e,g,k,l,q){var m=f*(g+l+1),t=e*(g+l+1);return function(){a.begin();a.moveTo(c.x-m/2-t/2,c.y-t/2+m/2);a.lineTo(c.x+t/2-3*m/2,c.y-3*t/2-m/2);a.stroke()}});mxMarker.addMarker("cross",function(a,d,c,b,f,e,g,k,l,q){var m=f*(g+l+1),t=e*(g+l+1);return function(){a.begin();a.moveTo(b.x-m/2-t/2,b.y-t/2+m/2);a.lineTo(b.x+t/2-3*m/2,b.y-3*t/2-m/2);a.moveTo(b.x- +m/2+t/2,b.y-t/2-m/2);a.lineTo(b.x-t/2-3*m/2,b.y-3*t/2+m/2);a.stroke()}});mxMarker.addMarker("circle",va);mxMarker.addMarker("circlePlus",function(a,d,b,c,f,e,g,k,l,q){var m=c.clone(),t=va.apply(this,arguments),v=f*(g+2*l),w=e*(g+2*l);return function(){t.apply(this,arguments);a.begin();a.moveTo(m.x-f*l,m.y-e*l);a.lineTo(m.x-2*v+f*l,m.y-2*w+e*l);a.moveTo(m.x-v-w+e*l,m.y-w+v-f*l);a.lineTo(m.x+w-v-e*l,m.y-w-v+f*l);a.stroke()}});mxMarker.addMarker("async",function(a,d,b,c,f,e,g,k,l,q){d=f*l*1.118;b=e* +l*1.118;f*=g+l;e*=g+l;var m=c.clone();m.x-=d;m.y-=b;c.x+=1*-f-d;c.y+=1*-e-b;return function(){a.begin();a.moveTo(m.x,m.y);k?a.lineTo(m.x-f-e/2,m.y-e+f/2):a.lineTo(m.x+e/2-f,m.y-e-f/2);a.lineTo(m.x-f,m.y-e);a.close();q?a.fillAndStroke():a.stroke()}});mxMarker.addMarker("openAsync",function(a){a=null!=a?a:2;return function(d,b,c,f,e,g,k,l,q,m){e*=k+q;g*=k+q;var t=f.clone();return function(){d.begin();d.moveTo(t.x,t.y);l?d.lineTo(t.x-e-g/a,t.y-g+e/a):d.lineTo(t.x+g/a-e,t.y-g-e/a);d.stroke()}}}(2));if("undefined"!== +typeof mxVertexHandler){var Aa=function(a,d,b){return ta(a,["width"],d,function(d,c,f,e,g){g=a.shape.getEdgeWidth()*a.view.scale+b;return new mxPoint(e.x+c*d/4+f*g/2,e.y+f*d/4-c*g/2)},function(d,c,f,e,g,k){d=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,k.x,k.y));a.style.width=Math.round(2*d)/a.view.scale-b})},ta=function(a,d,b,c,f){return N(a,d,function(d){var f=a.absolutePoints,e=f.length-1;d=a.view.translate;var g=a.view.scale,k=b?f[0]:f[e],f=b?f[1]:f[e-1],e=f.x-k.x,l=f.y-k.y,q=Math.sqrt(e*e+l* +l),k=c.call(this,q,e/q,l/q,k,f);return new mxPoint(k.x/g-d.x,k.y/g-d.y)},function(d,c,e){var g=a.absolutePoints,k=g.length-1;d=a.view.translate;var l=a.view.scale,q=b?g[0]:g[k],g=b?g[1]:g[k-1],k=g.x-q.x,m=g.y-q.y,t=Math.sqrt(k*k+m*m);c.x=(c.x+d.x)*l;c.y=(c.y+d.y)*l;f.call(this,t,k/t,m/t,q,g,c,e)})},ma=function(a){return function(d){return[N(d,["arrowWidth","arrowSize"],function(d){var b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"arrowWidth",L.prototype.arrowWidth))),c=Math.max(0,Math.min(a, +mxUtils.getValue(this.state.style,"arrowSize",L.prototype.arrowSize)));return new mxPoint(d.x+(1-c)*d.width,d.y+(1-b)*d.height/2)},function(d,b){this.state.style.arrowWidth=Math.max(0,Math.min(1,Math.abs(d.y+d.height/2-b.y)/d.height*2));this.state.style.arrowSize=Math.max(0,Math.min(a,(d.x+d.width-b.x)/d.width))})]}},Ba=function(a,d,b){return function(c){var f=[N(c,["size"],function(b){var c=Math.max(0,Math.min(b.width,Math.min(b.height,parseFloat(mxUtils.getValue(this.state.style,"size",d)))))*a; +return new mxPoint(b.x+c,b.y+c)},function(d,b){this.state.style.size=Math.round(Math.max(0,Math.min(Math.min(d.width,b.x-d.x),Math.min(d.height,b.y-d.y)))/a)})];b&&mxUtils.getValue(c.style,mxConstants.STYLE_ROUNDED,!1)&&f.push(ka(c));return f}},wa=function(a,d,b,c,f){b=null!=b?b:1;return function(e){var g=[N(e,["size"],function(d){var b=null!=f?"0"!=mxUtils.getValue(this.state.style,"fixedSize","0"):null,c=parseFloat(mxUtils.getValue(this.state.style,"size",b?f:a));return new mxPoint(d.x+Math.max(0, +Math.min(d.width,c*(b?1:d.width))),d.getCenterY())},function(a,d,c){var g=null!=f?"0"!=mxUtils.getValue(this.state.style,"fixedSize","0"):null;a=g?d.x-a.x:Math.max(0,Math.min(b,(d.x-a.x)/a.width));g&&!mxEvent.isAltDown(c.getEvent())&&(a=e.view.graph.snap(a));this.state.style.size=a},null,c)];d&&mxUtils.getValue(e.style,mxConstants.STYLE_ROUNDED,!1)&&g.push(ka(e));return g}},Da=function(a){return function(d){var b=[N(d,["size"],function(d){var b=Math.max(0,Math.min(a,parseFloat(mxUtils.getValue(this.state.style, +"size",g.prototype.size))));return new mxPoint(d.x+b*d.width*.75,d.y+d.height/4)},function(d,b){this.state.style.size=Math.max(0,Math.min(a,(b.x-d.x)/(.75*d.width)))},null,!0)];mxUtils.getValue(d.style,mxConstants.STYLE_ROUNDED,!1)&&b.push(ka(d));return b}},ua=function(){return function(a){var d=[];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&d.push(ka(a));return d}},ka=function(a,d){return N(a,[mxConstants.STYLE_ARCSIZE],function(b){var c=null!=d?d:b.height/8;if("1"==mxUtils.getValue(a.style, mxConstants.STYLE_ABSOLUTE_ARCSIZE,0)){var f=mxUtils.getValue(a.style,mxConstants.STYLE_ARCSIZE,mxConstants.LINE_ARCSIZE)/2;return new mxPoint(b.x+b.width-Math.min(b.width/2,f),b.y+c)}f=Math.max(0,parseFloat(mxUtils.getValue(a.style,mxConstants.STYLE_ARCSIZE,100*mxConstants.RECTANGLE_ROUNDING_FACTOR)))/100;return new mxPoint(b.x+b.width-Math.min(Math.max(b.width/2,b.height/2),Math.min(b.width,b.height)*f),b.y+c)},function(d,b,c){"1"==mxUtils.getValue(a.style,mxConstants.STYLE_ABSOLUTE_ARCSIZE,0)? -this.state.style[mxConstants.STYLE_ARCSIZE]=Math.round(Math.max(0,Math.min(d.width,2*(d.x+d.width-b.x)))):this.state.style[mxConstants.STYLE_ARCSIZE]=Math.round(Math.min(50,Math.max(0,100*(d.width-b.x+d.x)/Math.min(d.width,d.height))))})},N=function(a,d,b,c,f,e){var g=new mxHandle(a,null,mxVertexHandler.prototype.secondaryHandleImage);g.execute=function(){for(var a=0;a<d.length;a++)this.copyStyle(d[a])};g.getPosition=b;g.setPosition=c;g.ignoreGrid=null!=f?f:!0;if(e){var l=g.positionChanged;g.positionChanged= -function(){l.apply(this,arguments);a.view.invalidate(this.state.cell);a.view.validate()}}return g},va={link:function(a){return[za(a,!0,10),za(a,!1,10)]},flexArrow:function(a){var d=a.view.graph.gridSize/a.view.scale,b=[];mxUtils.getValue(a.style,mxConstants.STYLE_STARTARROW,mxConstants.NONE)!=mxConstants.NONE&&(b.push(sa(a,["width",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE],!0,function(d,b,c,f,e){d=(a.shape.getEdgeWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style, -mxConstants.STYLE_STARTSIZE,mxConstants.ARROW_SIZE/5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)+c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)-b*d/2)},function(b,c,f,e,g,l,k){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,l.x,l.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,l.x,l.y);a.style[mxConstants.STYLE_STARTSIZE]=Math.round(100*(c-a.shape.strokewidth)/3)/100/a.view.scale;a.style.width=Math.round(2*b)/a.view.scale;mxEvent.isControlDown(k.getEvent())&&(a.style[mxConstants.STYLE_ENDSIZE]= -a.style[mxConstants.STYLE_STARTSIZE]);mxEvent.isAltDown(k.getEvent())||Math.abs(parseFloat(a.style[mxConstants.STYLE_STARTSIZE])-parseFloat(a.style[mxConstants.STYLE_ENDSIZE]))<d/6&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE])})),b.push(sa(a,["startWidth","endWidth",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE],!0,function(d,b,c,f,e){d=(a.shape.getStartArrowWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.ARROW_SIZE/ -5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)+c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)-b*d/2)},function(b,c,f,e,g,l,k){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,l.x,l.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,l.x,l.y);a.style[mxConstants.STYLE_STARTSIZE]=Math.round(100*(c-a.shape.strokewidth)/3)/100/a.view.scale;a.style.startWidth=Math.max(0,Math.round(2*b)-a.shape.getEdgeWidth())/a.view.scale;mxEvent.isControlDown(k.getEvent())&&(a.style[mxConstants.STYLE_ENDSIZE]= -a.style[mxConstants.STYLE_STARTSIZE],a.style.endWidth=a.style.startWidth);mxEvent.isAltDown(k.getEvent())||(Math.abs(parseFloat(a.style[mxConstants.STYLE_STARTSIZE])-parseFloat(a.style[mxConstants.STYLE_ENDSIZE]))<d/6&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE]),Math.abs(parseFloat(a.style.startWidth)-parseFloat(a.style.endWidth))<d&&(a.style.startWidth=a.style.endWidth))})));mxUtils.getValue(a.style,mxConstants.STYLE_ENDARROW,mxConstants.NONE)!=mxConstants.NONE&&(b.push(sa(a, -["width",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE],!1,function(d,b,c,f,e){d=(a.shape.getEdgeWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style,mxConstants.STYLE_ENDSIZE,mxConstants.ARROW_SIZE/5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)-c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)+b*d/2)},function(b,c,f,e,g,l,k){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,l.x,l.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,l.x,l.y);a.style[mxConstants.STYLE_ENDSIZE]= -Math.round(100*(c-a.shape.strokewidth)/3)/100/a.view.scale;a.style.width=Math.round(2*b)/a.view.scale;mxEvent.isControlDown(k.getEvent())&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE]);mxEvent.isAltDown(k.getEvent())||Math.abs(parseFloat(a.style[mxConstants.STYLE_ENDSIZE])-parseFloat(a.style[mxConstants.STYLE_STARTSIZE]))<d/6&&(a.style[mxConstants.STYLE_ENDSIZE]=a.style[mxConstants.STYLE_STARTSIZE])})),b.push(sa(a,["startWidth","endWidth",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE], -!1,function(d,b,c,f,e){d=(a.shape.getEndArrowWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style,mxConstants.STYLE_ENDSIZE,mxConstants.ARROW_SIZE/5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)-c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)+b*d/2)},function(b,c,f,e,g,l,k){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,l.x,l.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,l.x,l.y);a.style[mxConstants.STYLE_ENDSIZE]=Math.round(100*(c-a.shape.strokewidth)/ -3)/100/a.view.scale;a.style.endWidth=Math.max(0,Math.round(2*b)-a.shape.getEdgeWidth())/a.view.scale;mxEvent.isControlDown(k.getEvent())&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE],a.style.startWidth=a.style.endWidth);mxEvent.isAltDown(k.getEvent())||(Math.abs(parseFloat(a.style[mxConstants.STYLE_ENDSIZE])-parseFloat(a.style[mxConstants.STYLE_STARTSIZE]))<d/6&&(a.style[mxConstants.STYLE_ENDSIZE]=a.style[mxConstants.STYLE_STARTSIZE]),Math.abs(parseFloat(a.style.endWidth)- +this.state.style[mxConstants.STYLE_ARCSIZE]=Math.round(Math.max(0,Math.min(d.width,2*(d.x+d.width-b.x)))):this.state.style[mxConstants.STYLE_ARCSIZE]=Math.round(Math.min(50,Math.max(0,100*(d.width-b.x+d.x)/Math.min(d.width,d.height))))})},N=function(a,d,b,c,f,e){var g=new mxHandle(a,null,mxVertexHandler.prototype.secondaryHandleImage);g.execute=function(){for(var a=0;a<d.length;a++)this.copyStyle(d[a])};g.getPosition=b;g.setPosition=c;g.ignoreGrid=null!=f?f:!0;if(e){var k=g.positionChanged;g.positionChanged= +function(){k.apply(this,arguments);a.view.invalidate(this.state.cell);a.view.validate()}}return g},xa={link:function(a){return[Aa(a,!0,10),Aa(a,!1,10)]},flexArrow:function(a){var d=a.view.graph.gridSize/a.view.scale,b=[];mxUtils.getValue(a.style,mxConstants.STYLE_STARTARROW,mxConstants.NONE)!=mxConstants.NONE&&(b.push(ta(a,["width",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE],!0,function(d,b,c,f,e){d=(a.shape.getEdgeWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style, +mxConstants.STYLE_STARTSIZE,mxConstants.ARROW_SIZE/5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)+c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)-b*d/2)},function(b,c,f,e,g,k,l){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,k.x,k.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,k.x,k.y);a.style[mxConstants.STYLE_STARTSIZE]=Math.round(100*(c-a.shape.strokewidth)/3)/100/a.view.scale;a.style.width=Math.round(2*b)/a.view.scale;mxEvent.isControlDown(l.getEvent())&&(a.style[mxConstants.STYLE_ENDSIZE]= +a.style[mxConstants.STYLE_STARTSIZE]);mxEvent.isAltDown(l.getEvent())||Math.abs(parseFloat(a.style[mxConstants.STYLE_STARTSIZE])-parseFloat(a.style[mxConstants.STYLE_ENDSIZE]))<d/6&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE])})),b.push(ta(a,["startWidth","endWidth",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE],!0,function(d,b,c,f,e){d=(a.shape.getStartArrowWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.ARROW_SIZE/ +5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)+c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)-b*d/2)},function(b,c,f,e,g,k,l){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,k.x,k.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,k.x,k.y);a.style[mxConstants.STYLE_STARTSIZE]=Math.round(100*(c-a.shape.strokewidth)/3)/100/a.view.scale;a.style.startWidth=Math.max(0,Math.round(2*b)-a.shape.getEdgeWidth())/a.view.scale;mxEvent.isControlDown(l.getEvent())&&(a.style[mxConstants.STYLE_ENDSIZE]= +a.style[mxConstants.STYLE_STARTSIZE],a.style.endWidth=a.style.startWidth);mxEvent.isAltDown(l.getEvent())||(Math.abs(parseFloat(a.style[mxConstants.STYLE_STARTSIZE])-parseFloat(a.style[mxConstants.STYLE_ENDSIZE]))<d/6&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE]),Math.abs(parseFloat(a.style.startWidth)-parseFloat(a.style.endWidth))<d&&(a.style.startWidth=a.style.endWidth))})));mxUtils.getValue(a.style,mxConstants.STYLE_ENDARROW,mxConstants.NONE)!=mxConstants.NONE&&(b.push(ta(a, +["width",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE],!1,function(d,b,c,f,e){d=(a.shape.getEdgeWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style,mxConstants.STYLE_ENDSIZE,mxConstants.ARROW_SIZE/5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)-c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)+b*d/2)},function(b,c,f,e,g,k,l){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,k.x,k.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,k.x,k.y);a.style[mxConstants.STYLE_ENDSIZE]= +Math.round(100*(c-a.shape.strokewidth)/3)/100/a.view.scale;a.style.width=Math.round(2*b)/a.view.scale;mxEvent.isControlDown(l.getEvent())&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE]);mxEvent.isAltDown(l.getEvent())||Math.abs(parseFloat(a.style[mxConstants.STYLE_ENDSIZE])-parseFloat(a.style[mxConstants.STYLE_STARTSIZE]))<d/6&&(a.style[mxConstants.STYLE_ENDSIZE]=a.style[mxConstants.STYLE_STARTSIZE])})),b.push(ta(a,["startWidth","endWidth",mxConstants.STYLE_STARTSIZE,mxConstants.STYLE_ENDSIZE], +!1,function(d,b,c,f,e){d=(a.shape.getEndArrowWidth()-a.shape.strokewidth)*a.view.scale;e=3*mxUtils.getNumber(a.style,mxConstants.STYLE_ENDSIZE,mxConstants.ARROW_SIZE/5)*a.view.scale;return new mxPoint(f.x+b*(e+a.shape.strokewidth*a.view.scale)-c*d/2,f.y+c*(e+a.shape.strokewidth*a.view.scale)+b*d/2)},function(b,c,f,e,g,k,l){b=Math.sqrt(mxUtils.ptSegDistSq(e.x,e.y,g.x,g.y,k.x,k.y));c=mxUtils.ptLineDist(e.x,e.y,e.x+f,e.y-c,k.x,k.y);a.style[mxConstants.STYLE_ENDSIZE]=Math.round(100*(c-a.shape.strokewidth)/ +3)/100/a.view.scale;a.style.endWidth=Math.max(0,Math.round(2*b)-a.shape.getEdgeWidth())/a.view.scale;mxEvent.isControlDown(l.getEvent())&&(a.style[mxConstants.STYLE_STARTSIZE]=a.style[mxConstants.STYLE_ENDSIZE],a.style.startWidth=a.style.endWidth);mxEvent.isAltDown(l.getEvent())||(Math.abs(parseFloat(a.style[mxConstants.STYLE_ENDSIZE])-parseFloat(a.style[mxConstants.STYLE_STARTSIZE]))<d/6&&(a.style[mxConstants.STYLE_ENDSIZE]=a.style[mxConstants.STYLE_STARTSIZE]),Math.abs(parseFloat(a.style.endWidth)- parseFloat(a.style.startWidth))<d&&(a.style.endWidth=a.style.startWidth))})));return b},swimlane:function(a){var d=[N(a,[mxConstants.STYLE_STARTSIZE],function(d){var b=parseFloat(mxUtils.getValue(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));return 1==mxUtils.getValue(a.style,mxConstants.STYLE_HORIZONTAL,1)?new mxPoint(d.getCenterX(),d.y+Math.max(0,Math.min(d.height,b))):new mxPoint(d.x+Math.max(0,Math.min(d.width,b)),d.getCenterY())},function(d,b){a.style[mxConstants.STYLE_STARTSIZE]= -1==mxUtils.getValue(this.state.style,mxConstants.STYLE_HORIZONTAL,1)?Math.round(Math.max(0,Math.min(d.height,b.y-d.y))):Math.round(Math.max(0,Math.min(d.width,b.x-d.x)))})];if(mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED)){var b=parseFloat(mxUtils.getValue(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));d.push(ha(a,b/2))}return d},label:ta(),ext:ta(),rectangle:ta(),triangle:ta(),rhombus:ta(),umlLifeline:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(a.height, -parseFloat(mxUtils.getValue(this.state.style,"size",D.prototype.size))));return new mxPoint(a.getCenterX(),a.y+d)},function(a,d){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))},!1)]},umlFrame:function(a){return[N(a,["width","height"],function(a){var d=Math.max(E.prototype.corner,Math.min(a.width,mxUtils.getValue(this.state.style,"width",E.prototype.width))),b=Math.max(1.5*E.prototype.corner,Math.min(a.height,mxUtils.getValue(this.state.style,"height",E.prototype.height))); -return new mxPoint(a.x+d,a.y+b)},function(a,d){this.state.style.width=Math.round(Math.max(E.prototype.corner,Math.min(a.width,d.x-a.x)));this.state.style.height=Math.round(Math.max(1.5*E.prototype.corner,Math.min(a.height,d.y-a.y)))},!1)]},process:function(a){var d=[N(a,["size"],function(a){var d=Math.max(0,Math.min(.5,parseFloat(mxUtils.getValue(this.state.style,"size",q.prototype.size))));return new mxPoint(a.x+a.width*d,a.y+a.height/4)},function(a,d){this.state.style.size=Math.max(0,Math.min(.5, -(d.x-a.x)/a.width))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&d.push(ha(a));return d},cross:function(a){return[N(a,["size"],function(a){var d=Math.min(a.width,a.height),d=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"size",ba.prototype.size)))*d/2;return new mxPoint(a.getCenterX()-d,a.getCenterY()-d)},function(a,d){var b=Math.min(a.width,a.height);this.state.style.size=Math.max(0,Math.min(1,Math.min(Math.max(0,a.getCenterY()-d.y)/b*2,Math.max(0,a.getCenterX()-d.x)/b*2)))})]}, -note:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(a.width,Math.min(a.height,parseFloat(mxUtils.getValue(this.state.style,"size",h.prototype.size)))));return new mxPoint(a.x+a.width-d,a.y+d)},function(a,d){this.state.style.size=Math.round(Math.max(0,Math.min(Math.min(a.width,a.x+a.width-d.x),Math.min(a.height,d.y-a.y))))})]},manualInput:function(a){var d=[N(a,["size"],function(a){var d=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"size",L.prototype.size))); -return new mxPoint(a.x+a.width/4,a.y+3*d/4)},function(a,d){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,4*(d.y-a.y)/3)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&d.push(ha(a));return d},dataStorage:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",R.prototype.size))));return new mxPoint(a.x+(1-d)*a.width,a.getCenterY())},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(a.x+a.width- -d.x)/a.width))})]},callout:function(a){var d=[N(a,["size","position"],function(a){var d=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"size",B.prototype.size))),b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position",B.prototype.position)));mxUtils.getValue(this.state.style,"base",B.prototype.base);return new mxPoint(a.x+b*a.width,a.y+a.height-d)},function(a,d){mxUtils.getValue(this.state.style,"base",B.prototype.base);this.state.style.size=Math.round(Math.max(0,Math.min(a.height, -a.y+a.height-d.y)));this.state.style.position=Math.round(100*Math.max(0,Math.min(1,(d.x-a.x)/a.width)))/100}),N(a,["position2"],function(a){var d=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position2",B.prototype.position2)));return new mxPoint(a.x+d*a.width,a.y+a.height)},function(a,d){this.state.style.position2=Math.round(100*Math.max(0,Math.min(1,(d.x-a.x)/a.width)))/100}),N(a,["base"],function(a){var d=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"size",B.prototype.size))), -b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position",B.prototype.position))),c=Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"base",B.prototype.base)));return new mxPoint(a.x+Math.min(a.width,b*a.width+c),a.y+a.height-d)},function(a,d){var b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position",B.prototype.position)));this.state.style.base=Math.round(Math.max(0,Math.min(a.width,d.x-a.x-b*a.width)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED, -!1)&&d.push(ha(a));return d},internalStorage:function(a){var d=[N(a,["dx","dy"],function(a){var d=Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"dx",T.prototype.dx))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"dy",T.prototype.dy)));return new mxPoint(a.x+d,a.y+b)},function(a,d){this.state.style.dx=Math.round(Math.max(0,Math.min(a.width,d.x-a.x)));this.state.style.dy=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED, -!1)&&d.push(ha(a));return d},corner:function(a){return[N(a,["dx","dy"],function(a){var d=Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"dx",K.prototype.dx))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"dy",K.prototype.dy)));return new mxPoint(a.x+d,a.y+b)},function(a,d){this.state.style.dx=Math.round(Math.max(0,Math.min(a.width,d.x-a.x)));this.state.style.dy=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})]},tee:function(a){return[N(a,["dx","dy"],function(a){var d= -Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"dx",W.prototype.dx))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"dy",W.prototype.dy)));return new mxPoint(a.x+(a.width+d)/2,a.y+b)},function(a,d){this.state.style.dx=Math.round(Math.max(0,2*Math.min(a.width/2,d.x-a.x-a.width/2)));this.state.style.dy=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})]},singleArrow:la(1),doubleArrow:la(.5),folder:function(a){return[N(a,["tabWidth","tabHeight"],function(a){var d= -Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"tabWidth",m.prototype.tabWidth))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"tabHeight",m.prototype.tabHeight)));mxUtils.getValue(this.state.style,"tabPosition",m.prototype.tabPosition)==mxConstants.ALIGN_RIGHT&&(d=a.width-d);return new mxPoint(a.x+d,a.y+b)},function(a,d){var b=Math.max(0,Math.min(a.width,d.x-a.x));mxUtils.getValue(this.state.style,"tabPosition",m.prototype.tabPosition)==mxConstants.ALIGN_RIGHT&& +1==mxUtils.getValue(this.state.style,mxConstants.STYLE_HORIZONTAL,1)?Math.round(Math.max(0,Math.min(d.height,b.y-d.y))):Math.round(Math.max(0,Math.min(d.width,b.x-d.x)))})];if(mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED)){var b=parseFloat(mxUtils.getValue(a.style,mxConstants.STYLE_STARTSIZE,mxConstants.DEFAULT_STARTSIZE));d.push(ka(a,b/2))}return d},label:ua(),ext:ua(),rectangle:ua(),triangle:ua(),rhombus:ua(),umlLifeline:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(a.height, +parseFloat(mxUtils.getValue(this.state.style,"size",D.prototype.size))));return new mxPoint(a.getCenterX(),a.y+d)},function(a,d){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))},!1)]},umlFrame:function(a){return[N(a,["width","height"],function(a){var d=Math.max(I.prototype.corner,Math.min(a.width,mxUtils.getValue(this.state.style,"width",I.prototype.width))),b=Math.max(1.5*I.prototype.corner,Math.min(a.height,mxUtils.getValue(this.state.style,"height",I.prototype.height))); +return new mxPoint(a.x+d,a.y+b)},function(a,d){this.state.style.width=Math.round(Math.max(I.prototype.corner,Math.min(a.width,d.x-a.x)));this.state.style.height=Math.round(Math.max(1.5*I.prototype.corner,Math.min(a.height,d.y-a.y)))},!1)]},process:function(a){var d=[N(a,["size"],function(a){var d=Math.max(0,Math.min(.5,parseFloat(mxUtils.getValue(this.state.style,"size",l.prototype.size))));return new mxPoint(a.x+a.width*d,a.y+a.height/4)},function(a,d){this.state.style.size=Math.max(0,Math.min(.5, +(d.x-a.x)/a.width))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&d.push(ka(a));return d},cross:function(a){return[N(a,["size"],function(a){var d=Math.min(a.width,a.height),d=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"size",fa.prototype.size)))*d/2;return new mxPoint(a.getCenterX()-d,a.getCenterY()-d)},function(a,d){var b=Math.min(a.width,a.height);this.state.style.size=Math.max(0,Math.min(1,Math.min(Math.max(0,a.getCenterY()-d.y)/b*2,Math.max(0,a.getCenterX()-d.x)/b*2)))})]}, +note:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(a.width,Math.min(a.height,parseFloat(mxUtils.getValue(this.state.style,"size",h.prototype.size)))));return new mxPoint(a.x+a.width-d,a.y+d)},function(a,d){this.state.style.size=Math.round(Math.max(0,Math.min(Math.min(a.width,a.x+a.width-d.x),Math.min(a.height,d.y-a.y))))})]},manualInput:function(a){var d=[N(a,["size"],function(a){var d=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"size",Y.prototype.size))); +return new mxPoint(a.x+a.width/4,a.y+3*d/4)},function(a,d){this.state.style.size=Math.round(Math.max(0,Math.min(a.height,4*(d.y-a.y)/3)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED,!1)&&d.push(ka(a));return d},dataStorage:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",E.prototype.size))));return new mxPoint(a.x+(1-d)*a.width,a.getCenterY())},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(a.x+a.width- +d.x)/a.width))})]},callout:function(a){var d=[N(a,["size","position"],function(a){var d=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"size",y.prototype.size))),b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position",y.prototype.position)));mxUtils.getValue(this.state.style,"base",y.prototype.base);return new mxPoint(a.x+b*a.width,a.y+a.height-d)},function(a,d){mxUtils.getValue(this.state.style,"base",y.prototype.base);this.state.style.size=Math.round(Math.max(0,Math.min(a.height, +a.y+a.height-d.y)));this.state.style.position=Math.round(100*Math.max(0,Math.min(1,(d.x-a.x)/a.width)))/100}),N(a,["position2"],function(a){var d=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position2",y.prototype.position2)));return new mxPoint(a.x+d*a.width,a.y+a.height)},function(a,d){this.state.style.position2=Math.round(100*Math.max(0,Math.min(1,(d.x-a.x)/a.width)))/100}),N(a,["base"],function(a){var d=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"size",y.prototype.size))), +b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position",y.prototype.position))),c=Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"base",y.prototype.base)));return new mxPoint(a.x+Math.min(a.width,b*a.width+c),a.y+a.height-d)},function(a,d){var b=Math.max(0,Math.min(1,mxUtils.getValue(this.state.style,"position",y.prototype.position)));this.state.style.base=Math.round(Math.max(0,Math.min(a.width,d.x-a.x-b*a.width)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED, +!1)&&d.push(ka(a));return d},internalStorage:function(a){var d=[N(a,["dx","dy"],function(a){var d=Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"dx",H.prototype.dx))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"dy",H.prototype.dy)));return new mxPoint(a.x+d,a.y+b)},function(a,d){this.state.style.dx=Math.round(Math.max(0,Math.min(a.width,d.x-a.x)));this.state.style.dy=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})];mxUtils.getValue(a.style,mxConstants.STYLE_ROUNDED, +!1)&&d.push(ka(a));return d},corner:function(a){return[N(a,["dx","dy"],function(a){var d=Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"dx",G.prototype.dx))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"dy",G.prototype.dy)));return new mxPoint(a.x+d,a.y+b)},function(a,d){this.state.style.dx=Math.round(Math.max(0,Math.min(a.width,d.x-a.x)));this.state.style.dy=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})]},tee:function(a){return[N(a,["dx","dy"],function(a){var d= +Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"dx",K.prototype.dx))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"dy",K.prototype.dy)));return new mxPoint(a.x+(a.width+d)/2,a.y+b)},function(a,d){this.state.style.dx=Math.round(Math.max(0,2*Math.min(a.width/2,d.x-a.x-a.width/2)));this.state.style.dy=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})]},singleArrow:ma(1),doubleArrow:ma(.5),folder:function(a){return[N(a,["tabWidth","tabHeight"],function(a){var d= +Math.max(0,Math.min(a.width,mxUtils.getValue(this.state.style,"tabWidth",n.prototype.tabWidth))),b=Math.max(0,Math.min(a.height,mxUtils.getValue(this.state.style,"tabHeight",n.prototype.tabHeight)));mxUtils.getValue(this.state.style,"tabPosition",n.prototype.tabPosition)==mxConstants.ALIGN_RIGHT&&(d=a.width-d);return new mxPoint(a.x+d,a.y+b)},function(a,d){var b=Math.max(0,Math.min(a.width,d.x-a.x));mxUtils.getValue(this.state.style,"tabPosition",n.prototype.tabPosition)==mxConstants.ALIGN_RIGHT&& (b=a.width-b);this.state.style.tabWidth=Math.round(b);this.state.style.tabHeight=Math.round(Math.max(0,Math.min(a.height,d.y-a.y)))})]},document:function(a){return[N(a,["size"],function(a){var b=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",d.prototype.size))));return new mxPoint(a.x+3*a.width/4,a.y+(1-b)*a.height)},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(a.y+a.height-d.y)/a.height))})]},tape:function(a){return[N(a,["size"],function(a){var d=Math.max(0, -Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",u.prototype.size))));return new mxPoint(a.getCenterX(),a.y+d*a.height/2)},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(d.y-a.y)/a.height*2))})]},offPageConnector:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",M.prototype.size))));return new mxPoint(a.getCenterX(),a.y+(1-d)*a.height)},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(a.y+ -a.height-d.y)/a.height))})]},step:ua(l.prototype.size,!0,null,!0,l.prototype.fixedSize),hexagon:ua(y.prototype.size,!0,.5,!0),curlyBracket:ua(p.prototype.size,!1),display:ua(ja.prototype.size,!1),cube:Aa(1,a.prototype.size,!1),card:Aa(.5,r.prototype.size,!0),loopLimit:Aa(.5,X.prototype.size,!0),trapezoid:Da(.5),parallelogram:Da(1)};Graph.createHandle=N;Graph.handleFactory=va;mxVertexHandler.prototype.createCustomHandles=function(){if(1==this.state.view.graph.getSelectionCount()&&this.graph.isCellRotatable(this.state.cell)){var a= -this.state.style.shape;null==mxCellRenderer.defaultShapes[a]&&null==mxStencilRegistry.getStencil(a)&&(a=mxConstants.SHAPE_RECTANGLE);a=va[a];null==a&&null!=this.state.shape&&this.state.shape.isRoundable()&&(a=va[mxConstants.SHAPE_RECTANGLE]);if(null!=a)return a(this.state)}return null};mxEdgeHandler.prototype.createCustomHandles=function(){if(1==this.state.view.graph.getSelectionCount()){var a=this.state.style.shape;null==mxCellRenderer.defaultShapes[a]&&null==mxStencilRegistry.getStencil(a)&&(a= -mxConstants.SHAPE_CONNECTOR);a=va[a];if(null!=a)return a(this.state)}return null}}else Graph.createHandle=function(){},Graph.handleFactory={};var wa=new mxPoint(1,0),xa=new mxPoint(1,0),la=mxUtils.toRadians(-30),wa=mxUtils.getRotatedPoint(wa,Math.cos(la),Math.sin(la)),la=mxUtils.toRadians(-150),xa=mxUtils.getRotatedPoint(xa,Math.cos(la),Math.sin(la));mxEdgeStyle.IsometricConnector=function(a,d,b,c,f){var e=a.view;c=null!=c&&0<c.length?c[0]:null;var g=a.absolutePoints,l=g[0],g=g[g.length-1];null!= -c&&(c=e.transformControlPoint(a,c));null==l&&null!=d&&(l=new mxPoint(d.getCenterX(),d.getCenterY()));null==g&&null!=b&&(g=new mxPoint(b.getCenterX(),b.getCenterY()));var k=wa.x,p=wa.y,q=xa.x,t=xa.y,v="horizontal"==mxUtils.getValue(a.style,"elbow","horizontal");if(null!=g&&null!=l){a=function(a,d,b){a-=h.x;var c=d-h.y;d=(t*a-q*c)/(k*t-p*q);a=(p*a-k*c)/(p*q-k*t);v?(b&&(h=new mxPoint(h.x+k*d,h.y+p*d),f.push(h)),h=new mxPoint(h.x+q*a,h.y+t*a)):(b&&(h=new mxPoint(h.x+q*a,h.y+t*a),f.push(h)),h=new mxPoint(h.x+ -k*d,h.y+p*d));f.push(h)};var h=l;null==c&&(c=new mxPoint(l.x+(g.x-l.x)/2,l.y+(g.y-l.y)/2));a(c.x,c.y,!0);a(g.x,g.y,!1)}};mxStyleRegistry.putValue("isometricEdgeStyle",mxEdgeStyle.IsometricConnector);var Ja=Graph.prototype.createEdgeHandler;Graph.prototype.createEdgeHandler=function(a,d){if(d==mxEdgeStyle.IsometricConnector){var b=new mxElbowEdgeHandler(a);b.snapToTerminals=!1;return b}return Ja.apply(this,arguments)};c.prototype.constraints=[];e.prototype.constraints=[];B.prototype.constraints=[]; +Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",u.prototype.size))));return new mxPoint(a.getCenterX(),a.y+d*a.height/2)},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(d.y-a.y)/a.height*2))})]},offPageConnector:function(a){return[N(a,["size"],function(a){var d=Math.max(0,Math.min(1,parseFloat(mxUtils.getValue(this.state.style,"size",T.prototype.size))));return new mxPoint(a.getCenterX(),a.y+(1-d)*a.height)},function(a,d){this.state.style.size=Math.max(0,Math.min(1,(a.y+ +a.height-d.y)/a.height))})]},step:wa(k.prototype.size,!0,null,!0,k.prototype.fixedSize),hexagon:wa(w.prototype.size,!0,.5,!0),curlyBracket:wa(q.prototype.size,!1),display:wa(ga.prototype.size,!1),cube:Ba(1,a.prototype.size,!1),card:Ba(.5,r.prototype.size,!0),loopLimit:Ba(.5,ea.prototype.size,!0),trapezoid:Da(.5),parallelogram:Da(1)};Graph.createHandle=N;Graph.handleFactory=xa;mxVertexHandler.prototype.createCustomHandles=function(){if(1==this.state.view.graph.getSelectionCount()&&this.graph.isCellRotatable(this.state.cell)){var a= +this.state.style.shape;null==mxCellRenderer.defaultShapes[a]&&null==mxStencilRegistry.getStencil(a)&&(a=mxConstants.SHAPE_RECTANGLE);a=xa[a];null==a&&null!=this.state.shape&&this.state.shape.isRoundable()&&(a=xa[mxConstants.SHAPE_RECTANGLE]);if(null!=a)return a(this.state)}return null};mxEdgeHandler.prototype.createCustomHandles=function(){if(1==this.state.view.graph.getSelectionCount()){var a=this.state.style.shape;null==mxCellRenderer.defaultShapes[a]&&null==mxStencilRegistry.getStencil(a)&&(a= +mxConstants.SHAPE_CONNECTOR);a=xa[a];if(null!=a)return a(this.state)}return null}}else Graph.createHandle=function(){},Graph.handleFactory={};var ya=new mxPoint(1,0),za=new mxPoint(1,0),ma=mxUtils.toRadians(-30),ya=mxUtils.getRotatedPoint(ya,Math.cos(ma),Math.sin(ma)),ma=mxUtils.toRadians(-150),za=mxUtils.getRotatedPoint(za,Math.cos(ma),Math.sin(ma));mxEdgeStyle.IsometricConnector=function(a,d,b,c,f){var e=a.view;c=null!=c&&0<c.length?c[0]:null;var g=a.absolutePoints,k=g[0],g=g[g.length-1];null!= +c&&(c=e.transformControlPoint(a,c));null==k&&null!=d&&(k=new mxPoint(d.getCenterX(),d.getCenterY()));null==g&&null!=b&&(g=new mxPoint(b.getCenterX(),b.getCenterY()));var l=ya.x,q=ya.y,m=za.x,t=za.y,v="horizontal"==mxUtils.getValue(a.style,"elbow","horizontal");if(null!=g&&null!=k){a=function(a,d,b){a-=w.x;var c=d-w.y;d=(t*a-m*c)/(l*t-q*m);a=(q*a-l*c)/(q*m-l*t);v?(b&&(w=new mxPoint(w.x+l*d,w.y+q*d),f.push(w)),w=new mxPoint(w.x+m*a,w.y+t*a)):(b&&(w=new mxPoint(w.x+m*a,w.y+t*a),f.push(w)),w=new mxPoint(w.x+ +l*d,w.y+q*d));f.push(w)};var w=k;null==c&&(c=new mxPoint(k.x+(g.x-k.x)/2,k.y+(g.y-k.y)/2));a(c.x,c.y,!0);a(g.x,g.y,!1)}};mxStyleRegistry.putValue("isometricEdgeStyle",mxEdgeStyle.IsometricConnector);var Ja=Graph.prototype.createEdgeHandler;Graph.prototype.createEdgeHandler=function(a,d){if(d==mxEdgeStyle.IsometricConnector){var b=new mxElbowEdgeHandler(a);b.snapToTerminals=!1;return b}return Ja.apply(this,arguments)};c.prototype.constraints=[];e.prototype.constraints=[];y.prototype.constraints=[]; mxRectangleShape.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75,0),!0),new mxConnectionConstraint(new mxPoint(0,.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0),new mxConnectionConstraint(new mxPoint(.25, 1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,1),!0)];mxEllipse.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,0),!0),new mxConnectionConstraint(new mxPoint(1,0),!0),new mxConnectionConstraint(new mxPoint(0,1),!0),new mxConnectionConstraint(new mxPoint(1,1),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(1, -.5))];mxLabel.prototype.constraints=mxRectangleShape.prototype.constraints;mxImageShape.prototype.constraints=mxRectangleShape.prototype.constraints;mxSwimlane.prototype.constraints=mxRectangleShape.prototype.constraints;v.prototype.constraints=mxRectangleShape.prototype.constraints;h.prototype.constraints=mxRectangleShape.prototype.constraints;r.prototype.constraints=mxRectangleShape.prototype.constraints;a.prototype.constraints=mxRectangleShape.prototype.constraints;m.prototype.constraints=mxRectangleShape.prototype.constraints; -T.prototype.constraints=mxRectangleShape.prototype.constraints;R.prototype.constraints=mxRectangleShape.prototype.constraints;ma.prototype.constraints=mxEllipse.prototype.constraints;na.prototype.constraints=mxEllipse.prototype.constraints;da.prototype.constraints=mxEllipse.prototype.constraints;ea.prototype.constraints=mxEllipse.prototype.constraints;L.prototype.constraints=mxRectangleShape.prototype.constraints;ia.prototype.constraints=mxRectangleShape.prototype.constraints;ja.prototype.constraints= -mxRectangleShape.prototype.constraints;X.prototype.constraints=mxRectangleShape.prototype.constraints;M.prototype.constraints=mxRectangleShape.prototype.constraints;mxCylinder.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.15,.05),!1),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.85,.05),!1),new mxConnectionConstraint(new mxPoint(0,.3),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.7),!0),new mxConnectionConstraint(new mxPoint(1, +.5))];mxLabel.prototype.constraints=mxRectangleShape.prototype.constraints;mxImageShape.prototype.constraints=mxRectangleShape.prototype.constraints;mxSwimlane.prototype.constraints=mxRectangleShape.prototype.constraints;v.prototype.constraints=mxRectangleShape.prototype.constraints;h.prototype.constraints=mxRectangleShape.prototype.constraints;r.prototype.constraints=mxRectangleShape.prototype.constraints;a.prototype.constraints=mxRectangleShape.prototype.constraints;n.prototype.constraints=mxRectangleShape.prototype.constraints; +H.prototype.constraints=mxRectangleShape.prototype.constraints;E.prototype.constraints=mxRectangleShape.prototype.constraints;ca.prototype.constraints=mxEllipse.prototype.constraints;X.prototype.constraints=mxEllipse.prototype.constraints;na.prototype.constraints=mxEllipse.prototype.constraints;ha.prototype.constraints=mxEllipse.prototype.constraints;Y.prototype.constraints=mxRectangleShape.prototype.constraints;qa.prototype.constraints=mxRectangleShape.prototype.constraints;ga.prototype.constraints= +mxRectangleShape.prototype.constraints;ea.prototype.constraints=mxRectangleShape.prototype.constraints;T.prototype.constraints=mxRectangleShape.prototype.constraints;mxCylinder.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.15,.05),!1),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.85,.05),!1),new mxConnectionConstraint(new mxPoint(0,.3),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.7),!0),new mxConnectionConstraint(new mxPoint(1, .3),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.7),!0),new mxConnectionConstraint(new mxPoint(.15,.95),!1),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.85,.95),!1)];F.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,.1),!1),new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.75,.1),!1),new mxConnectionConstraint(new mxPoint(0,1/3),!1),new mxConnectionConstraint(new mxPoint(0, -1),!1),new mxConnectionConstraint(new mxPoint(1,1/3),!1),new mxConnectionConstraint(new mxPoint(1,1),!1),new mxConnectionConstraint(new mxPoint(.5,.5),!1)];Y.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75,0),!0),new mxConnectionConstraint(new mxPoint(0,.3),!0),new mxConnectionConstraint(new mxPoint(0,.7),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1, +1),!1),new mxConnectionConstraint(new mxPoint(1,1/3),!1),new mxConnectionConstraint(new mxPoint(1,1),!1),new mxConnectionConstraint(new mxPoint(.5,.5),!1)];Q.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75,0),!0),new mxConnectionConstraint(new mxPoint(0,.3),!0),new mxConnectionConstraint(new mxPoint(0,.7),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1, .5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0),new mxConnectionConstraint(new mxPoint(.25,1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,1),!0)];mxActor.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.25,.2),!1),new mxConnectionConstraint(new mxPoint(.1,.5),!1),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(.75,.25),!1),new mxConnectionConstraint(new mxPoint(.9, -.5),!1),new mxConnectionConstraint(new mxPoint(1,.75),!0),new mxConnectionConstraint(new mxPoint(.25,1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,1),!0)];n.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,0),!1),new mxConnectionConstraint(new mxPoint(.5,.25),!1),new mxConnectionConstraint(new mxPoint(1,0),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(0, +.5),!1),new mxConnectionConstraint(new mxPoint(1,.75),!0),new mxConnectionConstraint(new mxPoint(.25,1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,1),!0)];p.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,0),!1),new mxConnectionConstraint(new mxPoint(.5,.25),!1),new mxConnectionConstraint(new mxPoint(1,0),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(0, 1),!1),new mxConnectionConstraint(new mxPoint(.5,.75),!1),new mxConnectionConstraint(new mxPoint(1,1),!1)];u.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.35),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0,.65),!1),new mxConnectionConstraint(new mxPoint(1,.35),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(1,.65),!1),new mxConnectionConstraint(new mxPoint(.25,1),!1),new mxConnectionConstraint(new mxPoint(.75, -0),!1)];l.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75,0),!0),new mxConnectionConstraint(new mxPoint(.25,1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,1),!0),new mxConnectionConstraint(new mxPoint(0,.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1, -.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0)];mxLine.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];J.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.5,1),!1)];mxDoubleEllipse.prototype.constraints= +0),!1)];k.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75,0),!0),new mxConnectionConstraint(new mxPoint(.25,1),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(.75,1),!0),new mxConnectionConstraint(new mxPoint(0,.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1, +.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0)];mxLine.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];P.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.5,1),!1)];mxDoubleEllipse.prototype.constraints= mxEllipse.prototype.constraints;mxRhombus.prototype.constraints=mxEllipse.prototype.constraints;mxTriangle.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.5,1),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0)];mxHexagon.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.375, 0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.625,0),!0),new mxConnectionConstraint(new mxPoint(0,.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0),new mxConnectionConstraint(new mxPoint(.375,1),!0),new mxConnectionConstraint(new mxPoint(.5,1), !0),new mxConnectionConstraint(new mxPoint(.625,1),!0)];mxCloud.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,.25),!1),new mxConnectionConstraint(new mxPoint(.4,.1),!1),new mxConnectionConstraint(new mxPoint(.16,.55),!1),new mxConnectionConstraint(new mxPoint(.07,.4),!1),new mxConnectionConstraint(new mxPoint(.31,.8),!1),new mxConnectionConstraint(new mxPoint(.13,.77),!1),new mxConnectionConstraint(new mxPoint(.8,.8),!1),new mxConnectionConstraint(new mxPoint(.55,.95),!1),new mxConnectionConstraint(new mxPoint(.875, .5),!1),new mxConnectionConstraint(new mxPoint(.96,.7),!1),new mxConnectionConstraint(new mxPoint(.625,.2),!1),new mxConnectionConstraint(new mxPoint(.88,.25),!1)];f.prototype.constraints=mxRectangleShape.prototype.constraints;g.prototype.constraints=mxRectangleShape.prototype.constraints;d.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.25,0),!0),new mxConnectionConstraint(new mxPoint(.5,0),!0),new mxConnectionConstraint(new mxPoint(.75,0),!0),new mxConnectionConstraint(new mxPoint(0, -.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0)];mxArrow.prototype.constraints=null;W.prototype.constraints=null;K.prototype.constraints=null;Q.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,0),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0, -1),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.5,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(1,0),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(1,1),!1)];C.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];ca.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1), -new mxConnectionConstraint(new mxPoint(1,.5),!1)];ba.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.5,1),!1)];D.prototype.constraints=null;U.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.25),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0,.75),!1),new mxConnectionConstraint(new mxPoint(1, -.5),!1),new mxConnectionConstraint(new mxPoint(.7,.1),!1),new mxConnectionConstraint(new mxPoint(.7,.9),!1)];V.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.175,.25),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.175,.75),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.7,.1),!1),new mxConnectionConstraint(new mxPoint(.7,.9),!1)]})();function Actions(a){this.editorUi=a;this.actions={};this.init()} +.25),!0),new mxConnectionConstraint(new mxPoint(0,.5),!0),new mxConnectionConstraint(new mxPoint(0,.75),!0),new mxConnectionConstraint(new mxPoint(1,.25),!0),new mxConnectionConstraint(new mxPoint(1,.5),!0),new mxConnectionConstraint(new mxPoint(1,.75),!0)];mxArrow.prototype.constraints=null;K.prototype.constraints=null;G.prototype.constraints=null;Z.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,0),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0, +1),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.5,.5),!1),new mxConnectionConstraint(new mxPoint(.75,.5),!1),new mxConnectionConstraint(new mxPoint(1,0),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(1,1),!1)];L.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1)];aa.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1), +new mxConnectionConstraint(new mxPoint(1,.5),!1)];fa.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.5,0),!1),new mxConnectionConstraint(new mxPoint(.5,1),!1)];D.prototype.constraints=null;W.prototype.constraints=[new mxConnectionConstraint(new mxPoint(0,.25),!1),new mxConnectionConstraint(new mxPoint(0,.5),!1),new mxConnectionConstraint(new mxPoint(0,.75),!1),new mxConnectionConstraint(new mxPoint(1, +.5),!1),new mxConnectionConstraint(new mxPoint(.7,.1),!1),new mxConnectionConstraint(new mxPoint(.7,.9),!1)];O.prototype.constraints=[new mxConnectionConstraint(new mxPoint(.175,.25),!1),new mxConnectionConstraint(new mxPoint(.25,.5),!1),new mxConnectionConstraint(new mxPoint(.175,.75),!1),new mxConnectionConstraint(new mxPoint(1,.5),!1),new mxConnectionConstraint(new mxPoint(.7,.1),!1),new mxConnectionConstraint(new mxPoint(.7,.9),!1)]})();function Actions(a){this.editorUi=a;this.actions={};this.init()} Actions.prototype.init=function(){function a(a){b.escape();var c=b.getDeletableCells(b.getSelectionCells());if(null!=c&&0<c.length){var d=b.model.getParents(c);b.removeCells(c,a);if(null!=d){a=[];for(c=0;c<d.length;c++)b.model.contains(d[c])&&(b.model.isVertex(d[c])||b.model.isEdge(d[c]))&&a.push(d[c]);b.setSelectionCells(a)}}}var c=this.editorUi,e=c.editor,b=e.graph,h=function(){return Action.prototype.isEnabled.apply(this,arguments)&&b.isEnabled()};this.addAction("new...",function(){b.openLink(c.getUrl())}); this.addAction("open...",function(){window.openNew=!0;window.openKey="open";c.openFile()});this.addAction("import...",function(){window.openNew=!1;window.openKey="import";window.openFile=new OpenFile(mxUtils.bind(this,function(){c.hideDialog()}));window.openFile.setConsumer(mxUtils.bind(this,function(a,b){try{var d=mxUtils.parseXml(a);e.graph.setSelectionCells(e.graph.importGraphModel(d.documentElement))}catch(f){mxUtils.alert(mxResources.get("invalidOrMissingFile")+": "+f.message)}}));c.showDialog((new OpenDialog(this)).container, 320,220,!0,!0,function(){window.openFile=null})}).isEnabled=h;this.addAction("save",function(){c.saveFile(!1)},null,null,Editor.ctrlKey+"+S").isEnabled=h;this.addAction("saveAs...",function(){c.saveFile(!0)},null,null,Editor.ctrlKey+"+Shift+S").isEnabled=h;this.addAction("export...",function(){c.showDialog((new ExportDialog(c)).container,300,230,!0,!0)});this.addAction("editDiagram...",function(){var a=new EditDiagramDialog(c);c.showDialog(a.container,620,420,!0,!1);a.init()});this.addAction("pageSetup...", function(){c.showDialog((new PageSetupDialog(c)).container,320,220,!0,!0)}).isEnabled=h;this.addAction("print...",function(){c.showDialog((new PrintDialog(c)).container,300,180,!0,!0)},null,"sprite-print",Editor.ctrlKey+"+P");this.addAction("preview",function(){mxUtils.show(b,null,10,10)});this.addAction("undo",function(){c.undo()},null,"sprite-undo",Editor.ctrlKey+"+Z");this.addAction("redo",function(){c.redo()},null,"sprite-redo",mxClient.IS_WIN?Editor.ctrlKey+"+Y":Editor.ctrlKey+"+Shift+Z");this.addAction("cut", function(){mxClipboard.cut(b)},null,"sprite-cut",Editor.ctrlKey+"+X");this.addAction("copy",function(){mxClipboard.copy(b)},null,"sprite-copy",Editor.ctrlKey+"+C");this.addAction("paste",function(){b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())&&mxClipboard.paste(b)},!1,"sprite-paste",Editor.ctrlKey+"+V");this.addAction("pasteHere",function(a){if(b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())){b.getModel().beginUpdate();try{var c=mxClipboard.paste(b);if(null!=c){a=!0;for(var d=0;d<c.length&& -a;d++)a=a&&b.model.isEdge(c[d]);var f=b.view.translate,e=b.view.scale,p=f.x,t=f.y,f=null;if(1==c.length&&a){var k=b.getCellGeometry(c[0]);null!=k&&(f=k.getTerminalPoint(!0))}f=null!=f?f:b.getBoundingBoxFromGeometry(c,a);if(null!=f){var q=Math.round(b.snap(b.popupMenuHandler.triggerX/e-p)),h=Math.round(b.snap(b.popupMenuHandler.triggerY/e-t));b.cellsMoved(c,q-f.x,h-f.y)}}}finally{b.getModel().endUpdate()}}});this.addAction("copySize",function(a){a=b.getSelectionCell();b.isEnabled()&&null!=a&&b.getModel().isVertex(a)&& +a;d++)a=a&&b.model.isEdge(c[d]);var f=b.view.translate,e=b.view.scale,q=f.x,t=f.y,f=null;if(1==c.length&&a){var m=b.getCellGeometry(c[0]);null!=m&&(f=m.getTerminalPoint(!0))}f=null!=f?f:b.getBoundingBoxFromGeometry(c,a);if(null!=f){var l=Math.round(b.snap(b.popupMenuHandler.triggerX/e-q)),h=Math.round(b.snap(b.popupMenuHandler.triggerY/e-t));b.cellsMoved(c,l-f.x,h-f.y)}}}finally{b.getModel().endUpdate()}}});this.addAction("copySize",function(a){a=b.getSelectionCell();b.isEnabled()&&null!=a&&b.getModel().isVertex(a)&& (a=b.getCellGeometry(a),null!=a&&(c.copiedSize=new mxRectangle(a.x,a.y,a.width,a.height)))},null,null,"Alt+Shit+X");this.addAction("pasteSize",function(a){if(b.isEnabled()&&!b.isSelectionEmpty()&&null!=c.copiedSize){b.getModel().beginUpdate();try{var e=b.getSelectionCells();for(a=0;a<e.length;a++)if(b.getModel().isVertex(e[a])){var d=b.getCellGeometry(e[a]);null!=d&&(d=d.clone(),d.width=c.copiedSize.width,d.height=c.copiedSize.height,b.getModel().setGeometry(e[a],d))}}finally{b.getModel().endUpdate()}}}, null,null,"Alt+Shit+V");this.addAction("delete",function(b){a(null!=b&&mxEvent.isShiftDown(b))},null,null,"Delete");this.addAction("deleteAll",function(){a(!0)},null,null,Editor.ctrlKey+"+Delete");this.addAction("duplicate",function(){b.setSelectionCells(b.duplicateCells())},null,null,Editor.ctrlKey+"+D");this.put("turn",new Action(mxResources.get("turn")+" / "+mxResources.get("reverse"),function(){b.turnShapes(b.getSelectionCells())},null,null,Editor.ctrlKey+"+R"));this.addAction("selectVertices", function(){b.selectVertices()},null,null,Editor.ctrlKey+"+Shift+I");this.addAction("selectEdges",function(){b.selectEdges()},null,null,Editor.ctrlKey+"+Shift+E");this.addAction("selectAll",function(){b.selectAll(null,!0)},null,null,Editor.ctrlKey+"+A");this.addAction("selectNone",function(){b.clearSelection()},null,null,Editor.ctrlKey+"+Shift+A");this.addAction("lockUnlock",function(){if(!b.isSelectionEmpty()){b.getModel().beginUpdate();try{var a=b.isCellMovable(b.getSelectionCell())?1:0;b.toggleCellStyles(mxConstants.STYLE_MOVABLE, @@ -2591,8 +2592,8 @@ null,null,Editor.ctrlKey+"+Shift+End");this.addAction("collapse",function(){b.fo c.showDataDialog(a)},null,null,Editor.ctrlKey+"+M");this.addAction("editTooltip...",function(){var a=c.editor.graph;if(a.isEnabled()&&!a.isSelectionEmpty()){var b=a.getSelectionCell(),d="";if(mxUtils.isNode(b.value)){var f=b.value.getAttribute("tooltip");null!=f&&(d=f)}d=new TextareaDialog(c,mxResources.get("editTooltip")+":",d,function(d){a.setTooltipForCell(b,d)});c.showDialog(d.container,320,200,!0,!0);d.init()}},null,null,"Alt+Shift+T");this.addAction("openLink",function(){var a=b.getLinkForCell(b.getSelectionCell()); null!=a&&b.openLink(a)});this.addAction("editLink...",function(){var a=c.editor.graph;if(a.isEnabled()&&!a.isSelectionEmpty()){var b=a.getSelectionCell(),d=a.getLinkForCell(b)||"";c.showLinkDialog(d,mxResources.get("apply"),function(d){d=mxUtils.trim(d);a.setLinkForCell(b,0<d.length?d:null)})}},null,null,"Alt+Shift+L");this.addAction("insertLink...",function(){b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())&&c.showLinkDialog("",mxResources.get("insert"),function(a,c){a=mxUtils.trim(a);if(0<a.length){var d= null,f=b.getLinkTitle(a);null!=c&&0<c.length&&(d=c[0].iconUrl,f=c[0].name||c[0].type,f=f.charAt(0).toUpperCase()+f.substring(1),30<f.length&&(f=f.substring(0,30)+"..."));var e=b.getFreeInsertPoint(),d=new mxCell(f,new mxGeometry(e.x,e.y,100,40),"fontColor=#0000EE;fontStyle=4;rounded=1;overflow=hidden;"+(null!=d?"shape=label;imageWidth=16;imageHeight=16;spacingLeft=26;align=left;image="+d:"spacing=10;"));d.vertex=!0;b.setLinkForCell(d,a);b.cellSizeUpdated(d,!0);b.getModel().beginUpdate();try{d=b.addCell(d), -b.fireEvent(new mxEventObject("cellsInserted","cells",[d]))}finally{b.getModel().endUpdate()}b.setSelectionCell(d);b.scrollCellToVisible(b.getSelectionCell())}})}).isEnabled=h;this.addAction("link...",mxUtils.bind(this,function(){var a=c.editor.graph;if(a.isEnabled())if(a.cellEditor.isContentEditing()){var b=a.getSelectedElement(),d=a.getParentByName(b,"A",a.cellEditor.textarea),f="";if(null==d&&null!=b&&null!=b.getElementsByTagName)for(var e=b.getElementsByTagName("a"),p=0;p<e.length&&null==d;p++)e[p].textContent== -b.textContent&&(a.selectNode(e[p]),d=e[p]);null!=d&&"A"==d.nodeName&&(f=d.getAttribute("href")||"");var t=a.cellEditor.saveSelection();c.showLinkDialog(f,mxResources.get("apply"),mxUtils.bind(this,function(d){a.cellEditor.restoreSelection(t);null!=d&&a.insertLink(d)}))}else a.isSelectionEmpty()?this.get("insertLink").funct():this.get("editLink").funct()})).isEnabled=h;this.addAction("autosize",function(){var a=b.getSelectionCells();if(null!=a){b.getModel().beginUpdate();try{for(var c=0;c<a.length;c++){var d= +b.fireEvent(new mxEventObject("cellsInserted","cells",[d]))}finally{b.getModel().endUpdate()}b.setSelectionCell(d);b.scrollCellToVisible(b.getSelectionCell())}})}).isEnabled=h;this.addAction("link...",mxUtils.bind(this,function(){var a=c.editor.graph;if(a.isEnabled())if(a.cellEditor.isContentEditing()){var b=a.getSelectedElement(),d=a.getParentByName(b,"A",a.cellEditor.textarea),f="";if(null==d&&null!=b&&null!=b.getElementsByTagName)for(var e=b.getElementsByTagName("a"),q=0;q<e.length&&null==d;q++)e[q].textContent== +b.textContent&&(a.selectNode(e[q]),d=e[q]);null!=d&&"A"==d.nodeName&&(f=d.getAttribute("href")||"");var t=a.cellEditor.saveSelection();c.showLinkDialog(f,mxResources.get("apply"),mxUtils.bind(this,function(d){a.cellEditor.restoreSelection(t);null!=d&&a.insertLink(d)}))}else a.isSelectionEmpty()?this.get("insertLink").funct():this.get("editLink").funct()})).isEnabled=h;this.addAction("autosize",function(){var a=b.getSelectionCells();if(null!=a){b.getModel().beginUpdate();try{for(var c=0;c<a.length;c++){var d= a[c];if(b.getModel().getChildCount(d))b.updateGroupBounds([d],20);else{var f=b.view.getState(d),e=b.getCellGeometry(d);b.getModel().isVertex(d)&&null!=f&&null!=f.text&&null!=e&&b.isWrapping(d)?(e=e.clone(),e.height=f.text.boundingBox.height/b.view.scale,b.getModel().setGeometry(d,e)):b.updateCellSize(d)}}}finally{b.getModel().endUpdate()}}},null,null,Editor.ctrlKey+"+Shift+Y");this.addAction("formattedText",function(){var a=b.getView().getState(b.getSelectionCell());if(null!=a){var e="1";b.stopEditing(); b.getModel().beginUpdate();try{if("1"==a.style.html){var e=null,d=b.convertValueToString(a.cell);"0"!=mxUtils.getValue(a.style,"nl2Br","1")&&(d=d.replace(/\n/g,"").replace(/<br\s*.?>/g,"\n"));var f=document.createElement("div");f.innerHTML=d;d=mxUtils.extractTextWithWhitespace(f.childNodes);b.cellLabelChanged(a.cell,d)}else d=mxUtils.htmlEntities(b.convertValueToString(a.cell),!1),"0"!=mxUtils.getValue(a.style,"nl2Br","1")&&(d=d.replace(/\n/g,"<br/>")),b.cellLabelChanged(a.cell,b.sanitizeHtml(d)); b.setCellStyles("html",e);c.fireEvent(new mxEventObject("styleChanged","keys",["html"],"values",[null!=e?e:"0"],"cells",b.getSelectionCells()))}finally{b.getModel().endUpdate()}}});this.addAction("wordWrap",function(){var a=b.getView().getState(b.getSelectionCell()),c="wrap";b.stopEditing();null!=a&&"wrap"==a.style[mxConstants.STYLE_WHITE_SPACE]&&(c=null);b.setCellStyles(mxConstants.STYLE_WHITE_SPACE,c)});this.addAction("rotation",function(){var a="0",e=b.getView().getState(b.getSelectionCell()); @@ -2601,14 +2602,14 @@ this.addAction("zoomOut",function(a){b.zoomOut()},null,null,Editor.ctrlKey+" - ( a.y*b.view.scale-1,b.container.scrollLeft=Math.min(a.x*b.view.scale,(b.container.scrollWidth-b.container.clientWidth)/2)-1)}),null,null,Editor.ctrlKey+"+J");this.addAction("fitTwoPages",mxUtils.bind(this,function(){b.pageVisible||this.get("pageView").funct();var a=b.pageFormat,c=b.pageScale;b.zoomTo(Math.floor(20*Math.min((b.container.clientWidth-10)/(2*a.width)/c,(b.container.clientHeight-10)/a.height/c))/20);mxUtils.hasScrollbars(b.container)&&(a=b.getPagePadding(),b.container.scrollTop=Math.min(a.y, (b.container.scrollHeight-b.container.clientHeight)/2),b.container.scrollLeft=Math.min(a.x,(b.container.scrollWidth-b.container.clientWidth)/2))}),null,null,Editor.ctrlKey+"+Shift+J");this.addAction("fitPageWidth",mxUtils.bind(this,function(){b.pageVisible||this.get("pageView").funct();b.zoomTo(Math.floor(20*(b.container.clientWidth-10)/b.pageFormat.width/b.pageScale)/20);if(mxUtils.hasScrollbars(b.container)){var a=b.getPagePadding();b.container.scrollLeft=Math.min(a.x*b.view.scale,(b.container.scrollWidth- b.container.clientWidth)/2)}}));this.put("customZoom",new Action(mxResources.get("custom")+"...",mxUtils.bind(this,function(){var a=new FilenameDialog(this.editorUi,parseInt(100*b.getView().getScale()),mxResources.get("apply"),mxUtils.bind(this,function(a){a=parseInt(a);!isNaN(a)&&0<a&&b.zoomTo(a/100)}),mxResources.get("zoom")+" (%)");this.editorUi.showDialog(a.container,300,80,!0,!0);a.init()}),null,null,Editor.ctrlKey+"+0"));this.addAction("pageScale...",mxUtils.bind(this,function(){var a=new FilenameDialog(this.editorUi, -parseInt(100*b.pageScale),mxResources.get("apply"),mxUtils.bind(this,function(a){a=parseInt(a);!isNaN(a)&&0<a&&c.setPageScale(a/100)}),mxResources.get("pageScale")+" (%)");this.editorUi.showDialog(a.container,300,80,!0,!0);a.init()}));var n=null,n=this.addAction("grid",function(){b.setGridEnabled(!b.isGridEnabled());c.fireEvent(new mxEventObject("gridEnabledChanged"))},null,null,Editor.ctrlKey+"+Shift+G");n.setToggleAction(!0);n.setSelectedCallback(function(){return b.isGridEnabled()});n.setEnabled(!1); -n=this.addAction("guides",function(){b.graphHandler.guidesEnabled=!b.graphHandler.guidesEnabled;c.fireEvent(new mxEventObject("guidesEnabledChanged"))});n.setToggleAction(!0);n.setSelectedCallback(function(){return b.graphHandler.guidesEnabled});n.setEnabled(!1);n=this.addAction("tooltips",function(){b.tooltipHandler.setEnabled(!b.tooltipHandler.isEnabled())});n.setToggleAction(!0);n.setSelectedCallback(function(){return b.tooltipHandler.isEnabled()});n=this.addAction("collapseExpand",function(){var a= -new ChangePageSetup(c);a.ignoreColor=!0;a.ignoreImage=!0;a.foldingEnabled=!b.foldingEnabled;b.model.execute(a)});n.setToggleAction(!0);n.setSelectedCallback(function(){return b.foldingEnabled});n.isEnabled=h;n=this.addAction("scrollbars",function(){c.setScrollbars(!c.hasScrollbars())});n.setToggleAction(!0);n.setSelectedCallback(function(){return b.scrollbars});n=this.addAction("pageView",mxUtils.bind(this,function(){c.setPageVisible(!b.pageVisible)}));n.setToggleAction(!0);n.setSelectedCallback(function(){return b.pageVisible}); -n=this.addAction("connectionArrows",function(){b.connectionArrowsEnabled=!b.connectionArrowsEnabled;c.fireEvent(new mxEventObject("connectionArrowsChanged"))},null,null,"Alt+Shift+A");n.setToggleAction(!0);n.setSelectedCallback(function(){return b.connectionArrowsEnabled});n=this.addAction("connectionPoints",function(){b.setConnectable(!b.connectionHandler.isEnabled());c.fireEvent(new mxEventObject("connectionPointsChanged"))},null,null,"Alt+Shift+P");n.setToggleAction(!0);n.setSelectedCallback(function(){return b.connectionHandler.isEnabled()}); -n=this.addAction("copyConnect",function(){b.connectionHandler.setCreateTarget(!b.connectionHandler.isCreateTarget());c.fireEvent(new mxEventObject("copyConnectChanged"))});n.setToggleAction(!0);n.setSelectedCallback(function(){return b.connectionHandler.isCreateTarget()});n.isEnabled=h;n=this.addAction("autosave",function(){c.editor.setAutosave(!c.editor.autosave)});n.setToggleAction(!0);n.setSelectedCallback(function(){return c.editor.autosave});n.isEnabled=h;n.visible=!1;this.addAction("help",function(){var a= -"";mxResources.isLanguageSupported(mxClient.language)&&(a="_"+mxClient.language);b.openLink(RESOURCES_PATH+"/help"+a+".html")});var m=!1;this.put("about",new Action(mxResources.get("about")+" Graph Editor...",function(){m||(c.showDialog((new AboutDialog(c)).container,320,280,!0,!0,function(){m=!1}),m=!0)},null,null,"F1"));n=mxUtils.bind(this,function(a,c,d,f){return this.addAction(a,function(){if(null!=d&&b.cellEditor.isContentEditing())d();else{b.stopEditing(!1);b.getModel().beginUpdate();try{b.toggleCellStyleFlags(mxConstants.STYLE_FONTSTYLE, +parseInt(100*b.pageScale),mxResources.get("apply"),mxUtils.bind(this,function(a){a=parseInt(a);!isNaN(a)&&0<a&&c.setPageScale(a/100)}),mxResources.get("pageScale")+" (%)");this.editorUi.showDialog(a.container,300,80,!0,!0);a.init()}));var p=null,p=this.addAction("grid",function(){b.setGridEnabled(!b.isGridEnabled());c.fireEvent(new mxEventObject("gridEnabledChanged"))},null,null,Editor.ctrlKey+"+Shift+G");p.setToggleAction(!0);p.setSelectedCallback(function(){return b.isGridEnabled()});p.setEnabled(!1); +p=this.addAction("guides",function(){b.graphHandler.guidesEnabled=!b.graphHandler.guidesEnabled;c.fireEvent(new mxEventObject("guidesEnabledChanged"))});p.setToggleAction(!0);p.setSelectedCallback(function(){return b.graphHandler.guidesEnabled});p.setEnabled(!1);p=this.addAction("tooltips",function(){b.tooltipHandler.setEnabled(!b.tooltipHandler.isEnabled())});p.setToggleAction(!0);p.setSelectedCallback(function(){return b.tooltipHandler.isEnabled()});p=this.addAction("collapseExpand",function(){var a= +new ChangePageSetup(c);a.ignoreColor=!0;a.ignoreImage=!0;a.foldingEnabled=!b.foldingEnabled;b.model.execute(a)});p.setToggleAction(!0);p.setSelectedCallback(function(){return b.foldingEnabled});p.isEnabled=h;p=this.addAction("scrollbars",function(){c.setScrollbars(!c.hasScrollbars())});p.setToggleAction(!0);p.setSelectedCallback(function(){return b.scrollbars});p=this.addAction("pageView",mxUtils.bind(this,function(){c.setPageVisible(!b.pageVisible)}));p.setToggleAction(!0);p.setSelectedCallback(function(){return b.pageVisible}); +p=this.addAction("connectionArrows",function(){b.connectionArrowsEnabled=!b.connectionArrowsEnabled;c.fireEvent(new mxEventObject("connectionArrowsChanged"))},null,null,"Alt+Shift+A");p.setToggleAction(!0);p.setSelectedCallback(function(){return b.connectionArrowsEnabled});p=this.addAction("connectionPoints",function(){b.setConnectable(!b.connectionHandler.isEnabled());c.fireEvent(new mxEventObject("connectionPointsChanged"))},null,null,"Alt+Shift+P");p.setToggleAction(!0);p.setSelectedCallback(function(){return b.connectionHandler.isEnabled()}); +p=this.addAction("copyConnect",function(){b.connectionHandler.setCreateTarget(!b.connectionHandler.isCreateTarget());c.fireEvent(new mxEventObject("copyConnectChanged"))});p.setToggleAction(!0);p.setSelectedCallback(function(){return b.connectionHandler.isCreateTarget()});p.isEnabled=h;p=this.addAction("autosave",function(){c.editor.setAutosave(!c.editor.autosave)});p.setToggleAction(!0);p.setSelectedCallback(function(){return c.editor.autosave});p.isEnabled=h;p.visible=!1;this.addAction("help",function(){var a= +"";mxResources.isLanguageSupported(mxClient.language)&&(a="_"+mxClient.language);b.openLink(RESOURCES_PATH+"/help"+a+".html")});var n=!1;this.put("about",new Action(mxResources.get("about")+" Graph Editor...",function(){n||(c.showDialog((new AboutDialog(c)).container,320,280,!0,!0,function(){n=!1}),n=!0)},null,null,"F1"));p=mxUtils.bind(this,function(a,c,d,f){return this.addAction(a,function(){if(null!=d&&b.cellEditor.isContentEditing())d();else{b.stopEditing(!1);b.getModel().beginUpdate();try{b.toggleCellStyleFlags(mxConstants.STYLE_FONTSTYLE, c),(c&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD?b.updateLabelElements(b.getSelectionCells(),function(a){a.style.fontWeight=null;"B"==a.nodeName&&b.replaceElement(a)}):(c&mxConstants.FONT_ITALIC)==mxConstants.FONT_ITALIC?b.updateLabelElements(b.getSelectionCells(),function(a){a.style.fontStyle=null;"I"==a.nodeName&&b.replaceElement(a)}):(c&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&b.updateLabelElements(b.getSelectionCells(),function(a){a.style.textDecoration=null;"U"==a.nodeName&& -b.replaceElement(a)})}finally{b.getModel().endUpdate()}}},null,null,f)});n("bold",mxConstants.FONT_BOLD,function(){document.execCommand("bold",!1,null)},Editor.ctrlKey+"+B");n("italic",mxConstants.FONT_ITALIC,function(){document.execCommand("italic",!1,null)},Editor.ctrlKey+"+I");n("underline",mxConstants.FONT_UNDERLINE,function(){document.execCommand("underline",!1,null)},Editor.ctrlKey+"+U");this.addAction("fontColor...",function(){c.menus.pickColor(mxConstants.STYLE_FONTCOLOR,"forecolor","000000")}); +b.replaceElement(a)})}finally{b.getModel().endUpdate()}}},null,null,f)});p("bold",mxConstants.FONT_BOLD,function(){document.execCommand("bold",!1,null)},Editor.ctrlKey+"+B");p("italic",mxConstants.FONT_ITALIC,function(){document.execCommand("italic",!1,null)},Editor.ctrlKey+"+I");p("underline",mxConstants.FONT_UNDERLINE,function(){document.execCommand("underline",!1,null)},Editor.ctrlKey+"+U");this.addAction("fontColor...",function(){c.menus.pickColor(mxConstants.STYLE_FONTCOLOR,"forecolor","000000")}); this.addAction("strokeColor...",function(){c.menus.pickColor(mxConstants.STYLE_STROKECOLOR)});this.addAction("fillColor...",function(){c.menus.pickColor(mxConstants.STYLE_FILLCOLOR)});this.addAction("gradientColor...",function(){c.menus.pickColor(mxConstants.STYLE_GRADIENTCOLOR)});this.addAction("backgroundColor...",function(){c.menus.pickColor(mxConstants.STYLE_LABEL_BACKGROUNDCOLOR,"backcolor")});this.addAction("borderColor...",function(){c.menus.pickColor(mxConstants.STYLE_LABEL_BORDERCOLOR)}); this.addAction("vertical",function(){c.menus.toggleStyle(mxConstants.STYLE_HORIZONTAL,!0)});this.addAction("shadow",function(){c.menus.toggleStyle(mxConstants.STYLE_SHADOW)});this.addAction("solid",function(){b.getModel().beginUpdate();try{b.setCellStyles(mxConstants.STYLE_DASHED,null),b.setCellStyles(mxConstants.STYLE_DASH_PATTERN,null),c.fireEvent(new mxEventObject("styleChanged","keys",[mxConstants.STYLE_DASHED,mxConstants.STYLE_DASH_PATTERN],"values",[null,null],"cells",b.getSelectionCells()))}finally{b.getModel().endUpdate()}}); this.addAction("dashed",function(){b.getModel().beginUpdate();try{b.setCellStyles(mxConstants.STYLE_DASHED,"1"),b.setCellStyles(mxConstants.STYLE_DASH_PATTERN,null),c.fireEvent(new mxEventObject("styleChanged","keys",[mxConstants.STYLE_DASHED,mxConstants.STYLE_DASH_PATTERN],"values",["1",null],"cells",b.getSelectionCells()))}finally{b.getModel().endUpdate()}});this.addAction("dotted",function(){b.getModel().beginUpdate();try{b.setCellStyles(mxConstants.STYLE_DASHED,"1"),b.setCellStyles(mxConstants.STYLE_DASH_PATTERN, @@ -2617,16 +2618,16 @@ this.addAction("rounded",function(){b.getModel().beginUpdate();try{b.setCellStyl d=null!=e?e.style:b.getCellStyle(a[0]),f="1"==mxUtils.getValue(d,mxConstants.STYLE_ROUNDED,"0")?"0":"1";b.setCellStyles(mxConstants.STYLE_ROUNDED,f);b.setCellStyles(mxConstants.STYLE_CURVED,null);c.fireEvent(new mxEventObject("styleChanged","keys",[mxConstants.STYLE_ROUNDED,mxConstants.STYLE_CURVED],"values",[f,"0"],"cells",b.getSelectionCells()))}finally{b.getModel().endUpdate()}}});this.addAction("curved",function(){b.getModel().beginUpdate();try{b.setCellStyles(mxConstants.STYLE_ROUNDED,"0"),b.setCellStyles(mxConstants.STYLE_CURVED, "1"),c.fireEvent(new mxEventObject("styleChanged","keys",[mxConstants.STYLE_ROUNDED,mxConstants.STYLE_CURVED],"values",["0","1"],"cells",b.getSelectionCells()))}finally{b.getModel().endUpdate()}});this.addAction("collapsible",function(){var a=b.view.getState(b.getSelectionCell()),e="1";null!=a&&null!=b.getFoldingImage(a)&&(e="0");b.setCellStyles("collapsible",e);c.fireEvent(new mxEventObject("styleChanged","keys",["collapsible"],"values",[e],"cells",b.getSelectionCells()))});this.addAction("editStyle...", mxUtils.bind(this,function(){var a=b.getSelectionCells();if(null!=a&&0<a.length){var c=b.getModel(),c=new TextareaDialog(this.editorUi,mxResources.get("editStyle")+":",c.getStyle(a[0])||"",function(d){null!=d&&b.setCellStyle(mxUtils.trim(d),a)},null,null,400,220);this.editorUi.showDialog(c.container,420,300,!0,!0);c.init()}}),null,null,Editor.ctrlKey+"+E");this.addAction("setAsDefaultStyle",function(){b.isEnabled()&&!b.isSelectionEmpty()&&c.setDefaultStyle(b.getSelectionCell())},null,null,Editor.ctrlKey+ -"+Shift+D");this.addAction("clearDefaultStyle",function(){b.isEnabled()&&c.clearDefaultStyle()},null,null,Editor.ctrlKey+"+Shift+R");this.addAction("addWaypoint",function(){var a=b.getSelectionCell();if(null!=a&&b.getModel().isEdge(a)){var c=e.graph.selectionCellsHandler.getHandler(a);if(c instanceof mxEdgeHandler){for(var d=b.view.translate,f=b.view.scale,g=d.x,d=d.y,a=b.getModel().getParent(a),p=b.getCellGeometry(a);b.getModel().isVertex(a)&&null!=p;)g+=p.x,d+=p.y,a=b.getModel().getParent(a),p= +"+Shift+D");this.addAction("clearDefaultStyle",function(){b.isEnabled()&&c.clearDefaultStyle()},null,null,Editor.ctrlKey+"+Shift+R");this.addAction("addWaypoint",function(){var a=b.getSelectionCell();if(null!=a&&b.getModel().isEdge(a)){var c=e.graph.selectionCellsHandler.getHandler(a);if(c instanceof mxEdgeHandler){for(var d=b.view.translate,f=b.view.scale,g=d.x,d=d.y,a=b.getModel().getParent(a),q=b.getCellGeometry(a);b.getModel().isVertex(a)&&null!=q;)g+=q.x,d+=q.y,a=b.getModel().getParent(a),q= b.getCellGeometry(a);g=Math.round(b.snap(b.popupMenuHandler.triggerX/f-g));f=Math.round(b.snap(b.popupMenuHandler.triggerY/f-d));c.addPointAt(c.state,g,f)}}});this.addAction("removeWaypoint",function(){var a=c.actions.get("removeWaypoint");null!=a.handler&&a.handler.removePoint(a.handler.state,a.index)});this.addAction("clearWaypoints",function(){var a=b.getSelectionCells();if(null!=a){a=b.addAllEdges(a);b.getModel().beginUpdate();try{for(var c=0;c<a.length;c++){var d=a[c];if(b.getModel().isEdge(d)){var f= -b.getCellGeometry(d);null!=f&&(f=f.clone(),f.points=null,b.getModel().setGeometry(d,f))}}}finally{b.getModel().endUpdate()}}},null,null,"Alt+Shift+C");n=this.addAction("subscript",mxUtils.bind(this,function(){b.cellEditor.isContentEditing()&&document.execCommand("subscript",!1,null)}),null,null,Editor.ctrlKey+"+,");n=this.addAction("superscript",mxUtils.bind(this,function(){b.cellEditor.isContentEditing()&&document.execCommand("superscript",!1,null)}),null,null,Editor.ctrlKey+"+.");this.addAction("image...", +b.getCellGeometry(d);null!=f&&(f=f.clone(),f.points=null,b.getModel().setGeometry(d,f))}}}finally{b.getModel().endUpdate()}}},null,null,"Alt+Shift+C");p=this.addAction("subscript",mxUtils.bind(this,function(){b.cellEditor.isContentEditing()&&document.execCommand("subscript",!1,null)}),null,null,Editor.ctrlKey+"+,");p=this.addAction("superscript",mxUtils.bind(this,function(){b.cellEditor.isContentEditing()&&document.execCommand("superscript",!1,null)}),null,null,Editor.ctrlKey+"+.");this.addAction("image...", function(){if(b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())){var a=mxResources.get("image")+" ("+mxResources.get("url")+"):",e=b.getView().getState(b.getSelectionCell()),d="";null!=e&&(d=e.style[mxConstants.STYLE_IMAGE]||d);var f=b.cellEditor.saveSelection();c.showImageDialog(a,d,function(a,d,c){if(b.cellEditor.isContentEditing())b.cellEditor.restoreSelection(f),b.insertImage(a,d,c);else{var e=b.getSelectionCells();if(null!=a&&(0<a.length||0<e.length)){var g=null;b.getModel().beginUpdate(); -try{if(0==e.length){var p=b.getFreeInsertPoint(),g=e=[b.insertVertex(b.getDefaultParent(),null,"",p.x,p.y,d,c,"shape=image;imageAspect=0;aspect=fixed;verticalLabelPosition=bottom;verticalAlign=top;")];b.fireEvent(new mxEventObject("cellsInserted","cells",g))}b.setCellStyles(mxConstants.STYLE_IMAGE,0<a.length?a:null,e);var t=b.view.getState(e[0]),l=null!=t?t.style:b.getCellStyle(e[0]);"image"!=l[mxConstants.STYLE_SHAPE]&&"label"!=l[mxConstants.STYLE_SHAPE]?b.setCellStyles(mxConstants.STYLE_SHAPE,"image", -e):0==a.length&&b.setCellStyles(mxConstants.STYLE_SHAPE,null,e);if(1==b.getSelectionCount()&&null!=d&&null!=c){var h=e[0],v=b.getModel().getGeometry(h);null!=v&&(v=v.clone(),v.width=d,v.height=c,b.getModel().setGeometry(h,v))}}finally{b.getModel().endUpdate()}null!=g&&(b.setSelectionCells(g),b.scrollCellToVisible(g[0]))}}},b.cellEditor.isContentEditing(),!b.cellEditor.isContentEditing())}}).isEnabled=h;this.addAction("insertImage...",function(){b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())&& -(b.clearSelection(),c.actions.get("image").funct())}).isEnabled=h;n=this.addAction("layers",mxUtils.bind(this,function(){null==this.layersWindow?(this.layersWindow=new LayersWindow(c,document.body.offsetWidth-280,120,220,180),this.layersWindow.window.addListener("show",function(){c.fireEvent(new mxEventObject("layers"))}),this.layersWindow.window.addListener("hide",function(){c.fireEvent(new mxEventObject("layers"))}),this.layersWindow.window.setVisible(!0),c.fireEvent(new mxEventObject("layers"))): -this.layersWindow.window.setVisible(!this.layersWindow.window.isVisible())}),null,null,Editor.ctrlKey+"+Shift+L");n.setToggleAction(!0);n.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.layersWindow&&this.layersWindow.window.isVisible()}));n=this.addAction("formatPanel",mxUtils.bind(this,function(){c.toggleFormatPanel()}),null,null,Editor.ctrlKey+"+Shift+P");n.setToggleAction(!0);n.setSelectedCallback(mxUtils.bind(this,function(){return 0<c.formatWidth}));n=this.addAction("outline", +try{if(0==e.length){var q=b.getFreeInsertPoint(),g=e=[b.insertVertex(b.getDefaultParent(),null,"",q.x,q.y,d,c,"shape=image;imageAspect=0;aspect=fixed;verticalLabelPosition=bottom;verticalAlign=top;")];b.fireEvent(new mxEventObject("cellsInserted","cells",g))}b.setCellStyles(mxConstants.STYLE_IMAGE,0<a.length?a:null,e);var t=b.view.getState(e[0]),k=null!=t?t.style:b.getCellStyle(e[0]);"image"!=k[mxConstants.STYLE_SHAPE]&&"label"!=k[mxConstants.STYLE_SHAPE]?b.setCellStyles(mxConstants.STYLE_SHAPE,"image", +e):0==a.length&&b.setCellStyles(mxConstants.STYLE_SHAPE,null,e);if(1==b.getSelectionCount()&&null!=d&&null!=c){var w=e[0],v=b.getModel().getGeometry(w);null!=v&&(v=v.clone(),v.width=d,v.height=c,b.getModel().setGeometry(w,v))}}finally{b.getModel().endUpdate()}null!=g&&(b.setSelectionCells(g),b.scrollCellToVisible(g[0]))}}},b.cellEditor.isContentEditing(),!b.cellEditor.isContentEditing())}}).isEnabled=h;this.addAction("insertImage...",function(){b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())&& +(b.clearSelection(),c.actions.get("image").funct())}).isEnabled=h;p=this.addAction("layers",mxUtils.bind(this,function(){null==this.layersWindow?(this.layersWindow=new LayersWindow(c,document.body.offsetWidth-280,120,220,180),this.layersWindow.window.addListener("show",function(){c.fireEvent(new mxEventObject("layers"))}),this.layersWindow.window.addListener("hide",function(){c.fireEvent(new mxEventObject("layers"))}),this.layersWindow.window.setVisible(!0),c.fireEvent(new mxEventObject("layers"))): +this.layersWindow.window.setVisible(!this.layersWindow.window.isVisible())}),null,null,Editor.ctrlKey+"+Shift+L");p.setToggleAction(!0);p.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.layersWindow&&this.layersWindow.window.isVisible()}));p=this.addAction("formatPanel",mxUtils.bind(this,function(){c.toggleFormatPanel()}),null,null,Editor.ctrlKey+"+Shift+P");p.setToggleAction(!0);p.setSelectedCallback(mxUtils.bind(this,function(){return 0<c.formatWidth}));p=this.addAction("outline", mxUtils.bind(this,function(){null==this.outlineWindow?(this.outlineWindow=new OutlineWindow(c,document.body.offsetWidth-260,100,180,180),this.outlineWindow.window.addListener("show",function(){c.fireEvent(new mxEventObject("outline"))}),this.outlineWindow.window.addListener("hide",function(){c.fireEvent(new mxEventObject("outline"))}),this.outlineWindow.window.setVisible(!0),c.fireEvent(new mxEventObject("outline"))):this.outlineWindow.window.setVisible(!this.outlineWindow.window.isVisible())}),null, -null,Editor.ctrlKey+"+Shift+O");n.setToggleAction(!0);n.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.outlineWindow&&this.outlineWindow.window.isVisible()}))};Actions.prototype.addAction=function(a,c,e,b,h){var n;"..."==a.substring(a.length-3)?(a=a.substring(0,a.length-3),n=mxResources.get(a)+"..."):n=mxResources.get(a);return this.put(a,new Action(n,c,e,b,h))};Actions.prototype.put=function(a,c){return this.actions[a]=c};Actions.prototype.get=function(a){return this.actions[a]}; +null,Editor.ctrlKey+"+Shift+O");p.setToggleAction(!0);p.setSelectedCallback(mxUtils.bind(this,function(){return null!=this.outlineWindow&&this.outlineWindow.window.isVisible()}))};Actions.prototype.addAction=function(a,c,e,b,h){var p;"..."==a.substring(a.length-3)?(a=a.substring(0,a.length-3),p=mxResources.get(a)+"..."):p=mxResources.get(a);return this.put(a,new Action(p,c,e,b,h))};Actions.prototype.put=function(a,c){return this.actions[a]=c};Actions.prototype.get=function(a){return this.actions[a]}; function Action(a,c,e,b,h){mxEventSource.call(this);this.label=a;this.funct=this.createFunction(c);this.enabled=null!=e?e:!0;this.iconCls=b;this.shortcut=h;this.visible=!0}mxUtils.extend(Action,mxEventSource);Action.prototype.createFunction=function(a){return a};Action.prototype.setEnabled=function(a){this.enabled!=a&&(this.enabled=a,this.fireEvent(new mxEventObject("stateChanged")))};Action.prototype.isEnabled=function(){return this.enabled}; Action.prototype.setToggleAction=function(a){this.toggleAction=a};Action.prototype.setSelectedCallback=function(a){this.selectedCallback=a};Action.prototype.isSelected=function(){return this.selectedCallback()};DrawioFile=function(a,c){mxEventSource.call(this);this.ui=a;this.data=c||""};mxUtils.extend(DrawioFile,mxEventSource);DrawioFile.prototype.autosaveDelay=1500;DrawioFile.prototype.maxAutosaveDelay=3E4;DrawioFile.prototype.autosaveThread=null;DrawioFile.prototype.lastAutosave=null;DrawioFile.prototype.modified=!1;DrawioFile.prototype.changeListenerEnabled=!0;DrawioFile.prototype.lastAutosaveRevision=null;DrawioFile.prototype.maxAutosaveRevisionDelay=18E5;DrawioFile.prototype.descriptorChanged=function(){this.fireEvent(new mxEventObject("descriptorChanged"))}; DrawioFile.prototype.contentChanged=function(){this.fireEvent(new mxEventObject("contentChanged"))};DrawioFile.prototype.save=function(a,c,e,b){this.updateFileData();this.clearAutosave()};DrawioFile.prototype.updateFileData=function(){this.setData(this.ui.getFileData(null,null,null,null,null,null,null,null,this))};DrawioFile.prototype.saveAs=function(a,c,e){};DrawioFile.prototype.saveFile=function(a,c,e,b){};DrawioFile.prototype.getPublicUrl=function(a){a(null)}; @@ -2641,15 +2642,15 @@ DrawioFile.prototype.autosave=function(a,c,e,b){null==this.lastAutosave&&(this.l mxUtils.bind(this,function(a){null!=b&&b(a)}))}else null!=e&&e(null)}),a)};DrawioFile.prototype.isAutosaveNow=function(){return!0};DrawioFile.prototype.autosaveCompleted=function(){};DrawioFile.prototype.clearAutosave=function(){null!=this.autosaveThread&&(window.clearTimeout(this.autosaveThread),this.autosaveThread=null)};DrawioFile.prototype.isAutosaveRevision=function(){var a=(new Date).getTime();return null==this.lastAutosaveRevision||a-this.lastAutosaveRevision>this.maxAutosaveRevisionDelay}; DrawioFile.prototype.close=function(a){this.isAutosave()&&this.isModified()&&this.save(this.isAutosaveRevision(),null,null,a);this.destroy()};DrawioFile.prototype.hasSameExtension=function(a,c){if(null!=a&&null!=c){var e=a.lastIndexOf("."),b=0<e?a.substring(e):"",e=c.lastIndexOf(".");return b===(0<e?c.substring(e):"")}return a==c}; DrawioFile.prototype.destroy=function(){this.clearAutosave();null!=this.changeListener&&(this.ui.editor.graph.model.removeListener(this.changeListener),this.ui.editor.graph.removeListener(this.changeListener),this.ui.removeListener(this.changeListener),this.changeListener=null)};LocalFile=function(a,c,e,b){DrawioFile.call(this,a,c);this.title=e;this.mode=b?null:App.MODE_DEVICE};mxUtils.extend(LocalFile,DrawioFile);LocalFile.prototype.isAutosave=function(){return!1};LocalFile.prototype.getMode=function(){return this.mode};LocalFile.prototype.getTitle=function(){return this.title};LocalFile.prototype.isRenamable=function(){return!0};LocalFile.prototype.save=function(a,c,e){this.saveAs(this.title,c,e)};LocalFile.prototype.saveAs=function(a,c,e){this.saveFile(a,!1,c,e)}; -LocalFile.prototype.saveFile=function(a,c,e,b){this.title=a;this.updateFileData();c=this.getData();var h=this.ui.useCanvasForExport&&/(\.png)$/i.test(this.getTitle()),n=mxUtils.bind(this,function(b){if(this.ui.isOfflineApp()||this.ui.isLocalFileSave())this.ui.doSaveLocalFile(b,a,h?"image/png":"text/xml",h);else if(b.length<MAX_REQUEST_SIZE){var c=a.lastIndexOf("."),c=0<c?a.substring(c+1):"xml";(new mxXmlRequest(SAVE_URL,"format="+c+"&xml="+encodeURIComponent(b)+"&filename="+encodeURIComponent(a)+ -(h?"&binary=1":""))).simulate(document,"_blank")}else this.ui.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(b)}));this.setModified(!1);this.contentChanged();null!=e&&e()});h?this.ui.getEmbeddedPng(mxUtils.bind(this,function(a){n(a)}),b,this.ui.getCurrentFile()!=this?this.getData():null):n(c)};LocalFile.prototype.rename=function(a,c,e){this.title=a;this.descriptorChanged();null!=c&&c()}; +LocalFile.prototype.saveFile=function(a,c,e,b){this.title=a;this.updateFileData();c=this.getData();var h=this.ui.useCanvasForExport&&/(\.png)$/i.test(this.getTitle()),p=mxUtils.bind(this,function(b){if(this.ui.isOfflineApp()||this.ui.isLocalFileSave())this.ui.doSaveLocalFile(b,a,h?"image/png":"text/xml",h);else if(b.length<MAX_REQUEST_SIZE){var c=a.lastIndexOf("."),c=0<c?a.substring(c+1):"xml";(new mxXmlRequest(SAVE_URL,"format="+c+"&xml="+encodeURIComponent(b)+"&filename="+encodeURIComponent(a)+ +(h?"&binary=1":""))).simulate(document,"_blank")}else this.ui.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(b)}));this.setModified(!1);this.contentChanged();null!=e&&e()});h?this.ui.getEmbeddedPng(mxUtils.bind(this,function(a){p(a)}),b,this.ui.getCurrentFile()!=this?this.getData():null):p(c)};LocalFile.prototype.rename=function(a,c,e){this.title=a;this.descriptorChanged();null!=c&&c()}; LocalFile.prototype.open=function(){this.ui.setFileData(this.getData());this.changeListener=mxUtils.bind(this,function(a,c){this.setModified(!0);this.addUnsavedStatus()});this.ui.editor.graph.model.addListener(mxEvent.CHANGE,this.changeListener)};(function(){Editor.prototype.appName="draw.io";Editor.closeImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAApVBMVEUAAAD////k5OT///8AAAB1dXXMzMz9/f39/f37+/v5+fn+/v7///9iYmJaWlqFhYWnp6ejo6OHh4f////////////////7+/v5+fnx8fH///8AAAD///8bGxv7+/v5+fkoKCghISFDQ0MYGBjh4eHY2Njb29tQUFBvb29HR0c/Pz82NjYrKyu/v78SEhLu7u7s7OzV1dVVVVU7OzsVFRXAv78QEBBzqehMAAAAG3RSTlMAA/7p/vz5xZlrTiPL/v78+/v7+OXd2TYQDs8L70ZbAAABKUlEQVQoz3VS13LCMBBUXHChd8iukDslQChJ/v/TchaG4cXS+OSb1c7trU7V60OpdRz2ZtNZL4zXNlcN8BEtSG6+NxIXkeRPoBuQ1cjvZ31/VJFB10ISli6diYfH8iYO3WUNCcNlB0gTrXOtkxTo0O1aKKiBBMhhv2MNBQKoiA5wxlZo0JDzD3AYKbWacyj3fs01wxey0pyEP+R8pWKWXoqtIZ0DDg5pbki9krEKOa6LVDQsdoXEsi46Zqh69KFz7B1u7Hb2yDV8firXDKBlZ4UFiswKGRhXTS93/ECK7yxnJ3+S3y/ThpO+cfSD017nqa18aasabU0/t7d+tk0/1oMEJ1NaD67iwdF68OabFSLn+eHb0+vjy+uk8br9fdrftH0O2menfd7+AQfYM/lNjoDHAAAAAElFTkSuQmCC": IMAGE_PATH+"/delete.png";Editor.plusImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDdCMTdENjVCOEM4MTFFNDlCRjVBNDdCODU5NjNBNUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdCMTdENjZCOEM4MTFFNDlCRjVBNDdCODU5NjNBNUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowN0IxN0Q2M0I4QzgxMUU0OUJGNUE0N0I4NTk2M0E1QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowN0IxN0Q2NEI4QzgxMUU0OUJGNUE0N0I4NTk2M0E1QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtjrjmgAAAAtSURBVHjaYvz//z8DMigvLwcLdHZ2MiKLMzEQCaivkLGsrOw/dU0cAr4GCDAARQsQbTFrv10AAAAASUVORK5CYII=": IMAGE_PATH+"/plus.png";Editor.spinImage=mxClient.IS_SVG?"data:image/gif;base64,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": IMAGE_PATH+"/spin.gif";Editor.tweetImage=IMAGE_PATH+"/tweet.png";Editor.facebookImage=IMAGE_PATH+"/facebook.png";Editor.blankImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACklEQVR4nGMAAQAABQABDQottAAAAABJRU5ErkJggg==";Editor.hiResImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA+CAMAAACLMWy1AAAAh1BMVEUAAABMTExERERBQUFBQUFFRUVAQEBCQkJAQEA6OjpDQ0NKSkpBQUFBQUFERERERERBQUFCQkJCQkJCQkJJSUlBQUFCQkJDQ0NDQ0NCQkJDQ0NBQUFBQUFCQkJBQUFCQkJCQkJDQ0NCQkJHR0dBQUFCQkJCQkJAQEBCQkJDQ0NAQEBERERCQkIk1hS2AAAAKnRSTlMAAjj96BL7PgQFRwfu3TYazKuVjRXl1V1DPCn1uLGjnWNVIgy9hU40eGqPkM38AAACG0lEQVRYw+2X63KbMBCFzwZblgGDceN74muatpLe//m6MHV3gHGFAv2RjM94MAbxzdnVsQbBDKwH8AH8MDAyafzjqYeyOG04XE7RS8nIRDXg6BlT+rA0nmtAPh+NQRDxIASIMG44rAMrGunBgHwy3uUldxggIStGKp2f+DQc2O4h4eQsX3O2IFB/oEbsjOKbStnjAEA+zJ0ylZTbgvoDn8xNyn6Dbj5Kd4GsNpABa6duQPfSdEj88TgMAhKuCWjAkgmFXPLnsD0pWd3OFGdrMugQII/eOMPEiGOzqPMIeWrcSoMCg71W1pXBPvCP+gS/OdXqQ3uW23+93XGWLl/OaBb805bNcBPoEIcVJsnHzcxpZH86u5KZ9gDby5dQCcnKqdbke4ItI4Tzd7IW9hZQt4EO6GG9b9sYuuK9Wwn8TIr2xKbF2+3Nhr+qxChJ/AI6pIfCu4z4Zowp4ZUNihz79vewzctnHDwTvQO/hCdFBzrUGDOPn2Y/F8YKT4oOATLvlhOznzmBSdFBJWtc58y7r+UVFOCQczy3wpN6pegDqHtsCPTGvH9JuTO0Dyg8icldYPk+RB6g8Aofj4m2EKBvtTmUPD9xDd1pPcSReV2U5iD/ik2yrngtvvqBfPzOvKiDTKTsCdoHZJ7pLLffgTwlJ5vJdtJV2/jiAYaLvLGhMAEDO5QcDg2M/jOw/8Zn+K3ZwJvHT7ZffgC/NvA3zcybTeIfE4EAAAAASUVORK5CYII=": IMAGE_PATH+"/img-hi-res.png";Editor.loResImage=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA+CAMAAACLMWy1AAAAS1BMVEVAQEAAAAA1NTVBQUFDQ0NDQ0NFRUVERERBQUFBQUFBQUFAQEBBQUFBQUFCQkJCQkJCQkJBQUFCQkJDQ0NDQ0NCQkJCQkJCQkJGRkb5/XqTAAAAGXRSTlP+AAWODlASCsesX+Lc2LyWe3pwa1tCPjohjSJfoAAAAI1JREFUWMPt1MkKhTAMRuG0anvneXr/J71nUypKcdqI/N8yhLMKMZE1CahnClDQzMPB44ED3EgeCubgDWnWQMHpwTtKwTe+UHD4sJ94wbUEHHFGhILlYDeSnsQeabeCgsPBgB0MOZZ9oGA5GJFiJSfUULAfjLjARrhCwX7wh2YCDwVbwZkUBKqFFJRN+wOcwSgR2sREcgAAAABJRU5ErkJggg==": IMAGE_PATH+"/img-lo-res.png";Editor.cameraLargeImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KTMInWQAAA/BJREFUWAnFl0uIjWEYx885buPSuGwmSYwtwsY1ikKSNYNclmQnadgrZSPlsnBLSlaGBdNYKY0Vdi4L4zYzIqxGxmXG//d+7//0+uY7nWMiT/2/53mf+3v7vnNKpf9M5UbrDw8Pj4m+wzmeT1FBUS6Xf+YNox6reMONukijMXUTM3NmI75PyXcJPwRWg5kS7xysDLNmfEUxpx2rceNE50IlYjyRklcLf0prY+x4BTqfmx3ZUHQaO9ISGngYq38V/1EH+ECPa+QaK1u1kVBQirDMChiS3CTeIkwWvghtwhKBpZ8g1CO2B99FynVU/KowSRgQ3mlrBsVZ1awmQlS0SGbfXglfBPbdRGMm5O8RXg2P835pDCvzWjghTHETcLpZLHwS8kTCtBEK1SN83Egam8YxyVZqc+Do5qkwS+gT9grNwkUBG6cbsG/gs3BTuC/0ChCxq4QtwgzBMdwUZBPyN4Ftfi4sYPZHktbOSRlIuutRP5jYj0ueZp88xyYcS/zZoiLyQT1IA/cTj7eSlwnrhI+JnkQbCwo2Sx/2M7VJt17wdhVtgxvrpoFnAuSAbJQ97biZAlKxBfD9wgOhV+BgIR/AZtJ4kwD5PGSj7OmmekjWEy0oAQHAS3+KpBpzXqYK3UItopHpSRMno2N+cm7gDYnfRCcr3QBqriMHLJDkeyhFfiG5aVbK+8rhtP9M6QcIEJHX5Fp9NMAyQlYiu+OOJNlODCIXyka/P23bncTdiC7OydC1+v1Bsb+5r84DK8S3Rdmf5cRUFW3bXtWUSt1Rdk6G4SyJV2o1YId+vNUxr+x5yCJiapFtcxQzLjrxboGcMxvFJwEOKnLwjIbkx/sdSmeSaUY++SwTAxV+4DJT7RVwkbk46gNCsifIItuy0e9PF33Cb4homhN5YRyzL5q5V2VNkv98kqgoGTo3YF9CnMM5Y5rItFfvBSi9JulVXOgI+VwIntkt+SaZ6weQfcovJf7zpTfl86P/wAF7Fz18NeKwmvAWCaX0Z/uMHQr42ZxvR/Rxcw5xM+9J/CJq8w2gduDhmDgso/QrBH47dEXQ1IqczyHpIOfIRtnTtV7SwO1oKXKkU3fbToFGSDHtMWcaH1WBuVYnDbRFi99iqSMySdzxXckrazUh23KBVYGIcfNBkTxca0e4ATJ0KukGYVBgr/MnlhPOtQq/ksUfCbzh+EFCjtnCUoHfjhA/OsiTv2HcEvJMELp0VakZDliTmriTdPivxU4VmEhtPrGV+KJhO7ZKt0doFZh1fgZSBWIW2AGEHwg3BUWOnKtH+suqdw07tYMfglCrWPD5mw9qVYuniaXkT0OtWaSuo5LJTY1RBf+roF9X5+y/5qU+DAAAAABJRU5ErkJggg=="; -Editor.defaultCustomLibraries=[];Editor.enableCustomLibraries=!0;Editor.defaultCsvValue='##\n## Example CSV import. Use ## for comments and # for configuration. Paste CSV below.\n## The following names are reserved and should not be used (or ignored):\n## id, tooltip, placeholder(s), link and label (see below)\n##\n#\n## Node label with placeholders and HTML.\n## Default is \'%name_of_first_column%\'.\n#\n# label: %name%<br><i style="color:gray;">%position%</i><br><a href="mailto:%email%">Email</a>\n#\n## Node style (placeholders are replaced once).\n## Default is the current style for nodes.\n#\n# style: label;image=%image%;whiteSpace=wrap;html=1;rounded=1;fillColor=%fill%;strokeColor=%stroke%;\n#\n## Uses the given column name as the identity for cells (updates existing cells).\n## Default is no identity (empty value or -).\n#\n# identity: -\n#\n## Adds a prefix to the identity of cells to make sure they do not collide with existing cells (whose\n## IDs are numbers from 0..n, sometimes with a GUID prefix in the context of realtime collaboration).\n## Default is csvimport-.\n#\n# namespace: csvimport-\n#\n## Connections between rows ("from": source colum, "to": target column).\n## Label, style and invert are optional. Defaults are \'\', current style and false.\n## In addition to label, an optional fromlabel and tolabel can be used to name the column\n## that contains the text for the label in the edges source or target (invert ignored).\n## The label is concatenated in the form fromlabel + label + tolabel if all are defined.\n## The target column may contain a comma-separated list of values.\n## Multiple connect entries are allowed.\n#\n# connect: {"from": "manager", "to": "name", "invert": true, "label": "manages", \\\n# "style": "curved=1;endArrow=blockThin;endFill=1;fontSize=11;"}\n# connect: {"from": "refs", "to": "id", "style": "curved=1;fontSize=11;"}\n#\n## Node x-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# left: \n#\n## Node y-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# top: \n#\n## Node width. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the width. Default is auto.\n#\n# width: auto\n#\n## Node height. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the height. Default is auto.\n#\n# height: auto\n#\n## Padding for autosize. Default is 0.\n#\n# padding: -12\n#\n## Comma-separated list of ignored columns for metadata. (These can be\n## used for connections and styles but will not be added as metadata.)\n#\n# ignore: id,image,fill,stroke\n#\n## Column to be renamed to link attribute (used as link).\n#\n# link: url\n#\n## Spacing between nodes. Default is 40.\n#\n# nodespacing: 40\n#\n## Spacing between parallel edges. Default is 40.\n#\n# edgespacing: 40\n#\n## Name of layout. Possible values are auto, none, verticaltree, horizontaltree,\n## verticalflow, horizontalflow, organic, circle. Default is auto.\n#\n# layout: auto\n#\n## ---- CSV below this line. First line are column names. ----\nname,position,id,location,manager,email,fill,stroke,refs,url,image\nEvan Miller,CFO,emi,Office 1,,me@example.com,#dae8fc,#6c8ebf,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-9-2-128.png\nEdward Morrison,Brand Manager,emo,Office 2,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-10-3-128.png\nRon Donovan,System Admin,rdo,Office 3,Evan Miller,me@example.com,#d5e8d4,#82b366,"emo,tva",https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-2-128.png\nTessa Valet,HR Director,tva,Office 4,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-3-128.png\n'; +Editor.defaultCustomLibraries=[];Editor.enableCustomLibraries=!0;Editor.defaultCsvValue='##\n## Example CSV import. Use ## for comments and # for configuration. Paste CSV below.\n## The following names are reserved and should not be used (or ignored):\n## id, tooltip, placeholder(s), link and label (see below)\n##\n#\n## Node label with placeholders and HTML.\n## Default is \'%name_of_first_column%\'.\n#\n# label: %name%<br><i style="color:gray;">%position%</i><br><a href="mailto:%email%">Email</a>\n#\n## Node style (placeholders are replaced once).\n## Default is the current style for nodes.\n#\n# style: label;image=%image%;whiteSpace=wrap;html=1;rounded=1;fillColor=%fill%;strokeColor=%stroke%;\n#\n## Parent style for nodes with child nodes (placeholders are replaced once).\n#\n# parentstyle: swimlane;whiteSpace=wrap;html=1;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;\n#\n## Uses the given column name as the identity for cells (updates existing cells).\n## Default is no identity (empty value or -).\n#\n# identity: -\n#\n## Uses the given column name as the parent reference for cells. Default is no parent (empty or -).\n## The identity above is used for resolving the reference so it must be specified.\n#\n# parent: -\n#\n## Adds a prefix to the identity of cells to make sure they do not collide with existing cells (whose\n## IDs are numbers from 0..n, sometimes with a GUID prefix in the context of realtime collaboration).\n## Default is csvimport-.\n#\n# namespace: csvimport-\n#\n## Connections between rows ("from": source colum, "to": target column).\n## Label, style and invert are optional. Defaults are \'\', current style and false.\n## In addition to label, an optional fromlabel and tolabel can be used to name the column\n## that contains the text for the label in the edges source or target (invert ignored).\n## The label is concatenated in the form fromlabel + label + tolabel if all are defined.\n## The target column may contain a comma-separated list of values.\n## Multiple connect entries are allowed.\n#\n# connect: {"from": "manager", "to": "name", "invert": true, "label": "manages", \\\n# "style": "curved=1;endArrow=blockThin;endFill=1;fontSize=11;"}\n# connect: {"from": "refs", "to": "id", "style": "curved=1;fontSize=11;"}\n#\n## Node x-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# left: \n#\n## Node y-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# top: \n#\n## Node width. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the width. Default is auto.\n#\n# width: auto\n#\n## Node height. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the height. Default is auto.\n#\n# height: auto\n#\n## Padding for autosize. Default is 0.\n#\n# padding: -12\n#\n## Comma-separated list of ignored columns for metadata. (These can be\n## used for connections and styles but will not be added as metadata.)\n#\n# ignore: id,image,fill,stroke\n#\n## Column to be renamed to link attribute (used as link).\n#\n# link: url\n#\n## Spacing between nodes. Default is 40.\n#\n# nodespacing: 40\n#\n## Spacing between parallel edges. Default is 40.\n#\n# edgespacing: 40\n#\n## Name of layout. Possible values are auto, none, verticaltree, horizontaltree,\n## verticalflow, horizontalflow, organic, circle. Default is auto.\n#\n# layout: auto\n#\n## ---- CSV below this line. First line are column names. ----\nname,position,id,location,manager,email,fill,stroke,refs,url,image\nEvan Miller,CFO,emi,Office 1,,me@example.com,#dae8fc,#6c8ebf,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-9-2-128.png\nEdward Morrison,Brand Manager,emo,Office 2,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-10-3-128.png\nRon Donovan,System Admin,rdo,Office 3,Evan Miller,me@example.com,#d5e8d4,#82b366,"emo,tva",https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-2-128.png\nTessa Valet,HR Director,tva,Office 4,Evan Miller,me@example.com,#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-3-128.png\n'; Editor.shadowOptionEnabled=!0;Editor.config=null;Editor.configVersion=null;Editor.configure=function(a,d){if(null!=a){Editor.config=a;Editor.configVersion=a.version;Menus.prototype.defaultFonts=a.defaultFonts||Menus.prototype.defaultFonts;ColorDialog.prototype.presetColors=a.presetColors||ColorDialog.prototype.presetColors;ColorDialog.prototype.defaultColors=a.defaultColors||ColorDialog.prototype.defaultColors;StyleFormatPanel.prototype.defaultColorSchemes=a.defaultColorSchemes||StyleFormatPanel.prototype.defaultColorSchemes; Graph.prototype.defaultEdgeLength=a.defaultEdgeLength||Graph.prototype.defaultEdgeLength;if(null!=a.css){var b=document.createElement("style");b.setAttribute("type","text/css");b.appendChild(document.createTextNode(a.css));var c=document.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c)}null!=a.defaultLibraries&&(Sidebar.prototype.defaultEntries=a.defaultLibraries);null!=a.defaultCustomLibraries&&(Editor.defaultCustomLibraries=a.defaultCustomLibraries);null!=a.enableCustomLibraries&& (Editor.enableCustomLibraries=a.enableCustomLibraries);null!=a.defaultVertexStyle&&(Graph.prototype.defaultVertexStyle=a.defaultVertexStyle);null!=a.defaultEdgeStyle&&(Graph.prototype.defaultEdgeStyle=a.defaultEdgeStyle);a.emptyDiagramXml&&(EditorUi.prototype.emptyDiagramXml=a.emptyDiagramXml);a.thumbWidth&&(Sidebar.prototype.thumbWidth=a.thumbWidth);a.thumbHeight&&(Sidebar.prototype.thumbHeight=a.thumbHeight);a.emptyLibraryXml&&(EditorUi.prototype.emptyLibraryXml=a.emptyLibraryXml);a.sidebarWidth&& @@ -2667,8 +2668,8 @@ null;this.graph.view.y0=null;mxClient.NO_FO=this.graph.mathEnabled&&!this.useFor messageStyle:"none",AuthorInit:function(){MathJax.Hub.Config(d||{jax:["input/TeX","input/MathML","input/AsciiMath","output/HTML-CSS"],extensions:["tex2jax.js","mml2jax.js","asciimath2jax.js"],"HTML-CSS":{imageFont:null},TeX:{extensions:["AMSmath.js","AMSsymbols.js","noErrors.js","noUndefined.js"]},tex2jax:{ignoreClass:"mxCellEditor"},asciimath2jax:{ignoreClass:"mxCellEditor"}});MathJax.Hub.Register.StartupHook("Begin",function(){for(var a=0;a<Editor.mathJaxQueue.length;a++)Editor.doMathJaxRender(Editor.mathJaxQueue[a])})}}; Editor.MathJaxRender=function(a){"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub?Editor.doMathJaxRender(a):Editor.mathJaxQueue.push(a)};Editor.MathJaxClear=function(){Editor.mathJaxQueue=[]};var b=Editor.prototype.init;Editor.prototype.init=function(){b.apply(this,arguments);this.graph.addListener(mxEvent.SIZE,mxUtils.bind(this,function(a,d){null!=this.graph.container&&this.graph.mathEnabled&&Editor.MathJaxRender(this.graph.container)}))};var c=document.getElementsByTagName("script"); if(null!=c&&0<c.length){var f=document.createElement("script");f.type="text/javascript";f.src=a;c[0].parentNode.appendChild(f)}};Editor.prototype.csvToArray=function(a){if(!/^\s*(?:'[^'\\]*(?:\\[\S\s][^'\\]*)*'|"[^"\\]*(?:\\[\S\s][^"\\]*)*"|[^,'"\s\\]*(?:\s+[^,'"\s\\]+)*)\s*(?:,\s*(?:'[^'\\]*(?:\\[\S\s][^'\\]*)*'|"[^"\\]*(?:\\[\S\s][^"\\]*)*"|[^,'"\s\\]*(?:\s+[^,'"\s\\]+)*)\s*)*$/.test(a))return null;var d=[];a.replace(/(?!\s*$)\s*(?:'([^'\\]*(?:\\[\S\s][^'\\]*)*)'|"([^"\\]*(?:\\[\S\s][^"\\]*)*)"|([^,'"\s\\]*(?:\s+[^,'"\s\\]+)*))\s*(?:,|$)/g, -function(a,b,c,f){void 0!==b?d.push(b.replace(/\\'/g,"'")):void 0!==c?d.push(c.replace(/\\"/g,'"')):void 0!==f&&d.push(f);return""});/,\s*$/.test(a)&&d.push("");return d};if(window.ColorDialog){var h=ColorDialog.addRecentColor;ColorDialog.addRecentColor=function(a,d){h.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors);mxSettings.save()};var n=ColorDialog.resetRecentColors;ColorDialog.resetRecentColors=function(){n.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors); -mxSettings.save()}}window.EditDataDialog&&(EditDataDialog.getDisplayIdForCell=function(a,d){var b=null;null!=a.editor.graph.getModel().getParent(d)?b=d.getId():null!=a.currentPage&&(b=a.currentPage.getId());return b});if(null!=window.StyleFormatPanel){var m=Format.prototype.init;Format.prototype.init=function(){m.apply(this,arguments);this.editorUi.editor.addListener("fileLoaded",this.update)};var r=Format.prototype.refresh;Format.prototype.refresh=function(){null!=this.editorUi.getCurrentFile()|| +function(a,b,c,f){void 0!==b?d.push(b.replace(/\\'/g,"'")):void 0!==c?d.push(c.replace(/\\"/g,'"')):void 0!==f&&d.push(f);return""});/,\s*$/.test(a)&&d.push("");return d};if(window.ColorDialog){var h=ColorDialog.addRecentColor;ColorDialog.addRecentColor=function(a,d){h.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors);mxSettings.save()};var p=ColorDialog.resetRecentColors;ColorDialog.resetRecentColors=function(){p.apply(this,arguments);mxSettings.setRecentColors(ColorDialog.recentColors); +mxSettings.save()}}window.EditDataDialog&&(EditDataDialog.getDisplayIdForCell=function(a,d){var b=null;null!=a.editor.graph.getModel().getParent(d)?b=d.getId():null!=a.currentPage&&(b=a.currentPage.getId());return b});if(null!=window.StyleFormatPanel){var n=Format.prototype.init;Format.prototype.init=function(){n.apply(this,arguments);this.editorUi.editor.addListener("fileLoaded",this.update)};var r=Format.prototype.refresh;Format.prototype.refresh=function(){null!=this.editorUi.getCurrentFile()|| "1"==urlParams.embed||this.editorUi.editor.chromeless?r.apply(this,arguments):this.clear()};DiagramFormatPanel.prototype.isShadowOptionVisible=function(){var a=this.editorUi.getCurrentFile();return"1"==urlParams.embed||null!=a&&a.isEditable()};DiagramFormatPanel.prototype.isMathOptionVisible=function(a){return!1};var u=DiagramFormatPanel.prototype.addView;DiagramFormatPanel.prototype.addView=function(a){a=u.apply(this,arguments);this.editorUi.getCurrentFile();if(mxClient.IS_SVG&&this.isShadowOptionVisible()){var d= this.editorUi,b=d.editor.graph,c=this.createOption(mxResources.get("shadow"),function(){return b.shadowVisible},function(a){var c=new ChangePageSetup(d);c.ignoreColor=!0;c.ignoreImage=!0;c.shadowVisible=a;b.model.execute(c)},{install:function(a){this.listener=function(){a(b.shadowVisible)};d.addListener("shadowVisibleChanged",this.listener)},destroy:function(){d.removeListener(this.listener)}});Editor.shadowOptionEnabled||(c.getElementsByTagName("input")[0].setAttribute("disabled","disabled"),mxUtils.setOpacity(c, 60));a.appendChild(c)}return a};var d=DiagramFormatPanel.prototype.addOptions;DiagramFormatPanel.prototype.addOptions=function(a){a=d.apply(this,arguments);var b=this.editorUi,c=b.editor.graph;if(c.isEnabled()){var f=b.getCurrentFile();null!=f&&f.isAutosaveOptional()&&(f=this.createOption(mxResources.get("autosave"),function(){return b.editor.autosave},function(a){b.editor.setAutosave(a)},{install:function(a){this.listener=function(){a(b.editor.autosave)};b.editor.addListener("autosaveChanged",this.listener)}, @@ -2682,18 +2683,18 @@ a.gradient)):(f=mxUtils.setStyle(f,mxConstants.STYLE_FILLCOLOR,"#ffffff"),f=mxUt a.fill+"', EndColorStr='"+a.gradient+"', GradientType=0)":d.style.backgroundImage="linear-gradient("+a.fill+" 0px,"+a.gradient+" 100%)":d.style.backgroundColor=a.fill,d.style.border="1px solid "+a.stroke):(d.style.backgroundColor="#ffffff",d.style.border="1px solid #000000");f.appendChild(d)}f.innerHTML="";for(var b=0;b<a.length;b++)0<b&&0==mxUtils.mod(b,4)&&mxUtils.br(f),d(a[b])}function b(a){mxEvent.addListener(a,"mouseenter",function(){a.style.opacity="1"});mxEvent.addListener(a,"mouseleave",function(){a.style.opacity= "0.5"})}var c=this.editorUi.editor.graph,f=document.createElement("div");f.style.whiteSpace="nowrap";f.style.paddingLeft="24px";f.style.paddingRight="20px";a.style.paddingLeft="16px";a.style.paddingBottom="6px";a.style.position="relative";a.appendChild(f);var e="plain-gray plain-blue plain-green plain-turquoise plain-orange plain-yellow plain-red plain-pink plain-purple gray blue green turquoise orange yellow red pink purple".split(" ");null==this.editorUi.currentScheme&&(this.editorUi.currentScheme= 0);var g=document.createElement("div");g.style.cssText="position:absolute;left:10px;top:8px;bottom:8px;width:20px;margin:4px;opacity:0.5;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAIVBMVEUAAAB2dnZ4eHh3d3d1dXVxcXF2dnZ2dnZ2dnZxcXF2dnYmb3w1AAAACnRSTlMAfCTkhhvb7cQSPH2JPgAAADRJREFUCNdjwACMAmBKaiGYs2oJmLPKAZ3DabU8AMRTXpUKopislqFyVzCAuUZgikkBZjoAcMYLnp53P/UAAAAASUVORK5CYII=);";mxEvent.addListener(g, -"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme-1,this.defaultColorSchemes.length);d(this.defaultColorSchemes[this.editorUi.currentScheme])}));var l=document.createElement("div");l.style.cssText="position:absolute;left:202px;top:8px;bottom:8px;width:20px;margin:4px;opacity:0.5;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAIVBMVEUAAAB2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnYBuwCcAAAACnRSTlMAfCTkhhvb7cQSPH2JPgAAADZJREFUCNdjQAOMAmBKaiGY8loF5rKswsZlrVo8AUiFrTICcbIWK8A5DF1gDoMymMPApIAwHwCS0Qx/U7qCBQAAAABJRU5ErkJggg==);"; -1<this.defaultColorSchemes.length&&(a.appendChild(g),a.appendChild(l));mxEvent.addListener(l,"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme+1,this.defaultColorSchemes.length);d(this.defaultColorSchemes[this.editorUi.currentScheme])}));b(g);b(l);d(this.defaultColorSchemes[this.editorUi.currentScheme]);return a};StyleFormatPanel.prototype.addEditOps=function(a){var d=this.format.getSelectionState(),b=null;1==this.editorUi.editor.graph.getSelectionCount()&& +"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme-1,this.defaultColorSchemes.length);d(this.defaultColorSchemes[this.editorUi.currentScheme])}));var k=document.createElement("div");k.style.cssText="position:absolute;left:202px;top:8px;bottom:8px;width:20px;margin:4px;opacity:0.5;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQBAMAAADQT4M0AAAAIVBMVEUAAAB2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnYBuwCcAAAACnRSTlMAfCTkhhvb7cQSPH2JPgAAADZJREFUCNdjQAOMAmBKaiGY8loF5rKswsZlrVo8AUiFrTICcbIWK8A5DF1gDoMymMPApIAwHwCS0Qx/U7qCBQAAAABJRU5ErkJggg==);"; +1<this.defaultColorSchemes.length&&(a.appendChild(g),a.appendChild(k));mxEvent.addListener(k,"click",mxUtils.bind(this,function(){this.editorUi.currentScheme=mxUtils.mod(this.editorUi.currentScheme+1,this.defaultColorSchemes.length);d(this.defaultColorSchemes[this.editorUi.currentScheme])}));b(g);b(k);d(this.defaultColorSchemes[this.editorUi.currentScheme]);return a};StyleFormatPanel.prototype.addEditOps=function(a){var d=this.format.getSelectionState(),b=null;1==this.editorUi.editor.graph.getSelectionCount()&& (b=mxUtils.button(mxResources.get("editStyle"),mxUtils.bind(this,function(a){this.editorUi.actions.get("editStyle").funct()})),b.setAttribute("title",mxResources.get("editStyle")+" ("+this.editorUi.actions.get("editStyle").shortcut+")"),b.style.width="202px",b.style.marginBottom="2px",a.appendChild(b));var c=this.editorUi.editor.graph,f=c.view.getState(c.getSelectionCell());1==c.getSelectionCount()&&null!=f&&null!=f.shape&&null!=f.shape.stencil?(d=mxUtils.button(mxResources.get("editShape"),mxUtils.bind(this, function(a){this.editorUi.actions.get("editShape").funct()})),d.setAttribute("title",mxResources.get("editShape")),d.style.marginBottom="2px",null==b?d.style.width="202px":(b.style.width="100px",d.style.width="100px",d.style.marginLeft="2px"),a.appendChild(d)):d.image&&(d=mxUtils.button(mxResources.get("editImage"),mxUtils.bind(this,function(a){this.editorUi.actions.get("image").funct()})),d.setAttribute("title",mxResources.get("editImage")),d.style.marginBottom="2px",null==b?d.style.width="202px": (b.style.width="100px",d.style.width="100px",d.style.marginLeft="2px"),a.appendChild(d));return a}}Graph.prototype.defaultThemeName="default-style2";Graph.prototype.lastPasteXml=null;Graph.prototype.pasteCounter=0;Graph.prototype.defaultScrollbars="0"!=urlParams.sb;Graph.prototype.defaultPageVisible="0"!=urlParams.pv;Graph.prototype.shadowId="dropShadow";Graph.prototype.svgShadowColor="#3D4574";Graph.prototype.svgShadowOpacity="0.4";Graph.prototype.svgShadowBlur="1.7";Graph.prototype.svgShadowSize= -"3";Graph.prototype.edgeMode="move"!=urlParams.edge;var p=Graph.prototype.init;Graph.prototype.init=function(){function a(a){d=a;if(mxClient.IS_QUIRKS||7==document.documentMode||8==document.documentMode)d=mxUtils.clone(a)}p.apply(this,arguments);var d=null;mxEvent.addListener(this.container,"mouseenter",a);mxEvent.addListener(this.container,"mousemove",a);mxEvent.addListener(this.container,"mouseleave",function(a){d=null});this.isMouseInsertPoint=function(){return null!=d};var b=this.getInsertPoint; +"3";Graph.prototype.edgeMode="move"!=urlParams.edge;var q=Graph.prototype.init;Graph.prototype.init=function(){function a(a){d=a;if(mxClient.IS_QUIRKS||7==document.documentMode||8==document.documentMode)d=mxUtils.clone(a)}q.apply(this,arguments);var d=null;mxEvent.addListener(this.container,"mouseenter",a);mxEvent.addListener(this.container,"mousemove",a);mxEvent.addListener(this.container,"mouseleave",function(a){d=null});this.isMouseInsertPoint=function(){return null!=d};var b=this.getInsertPoint; this.getInsertPoint=function(){return null!=d?this.getPointForEvent(d):b.apply(this,arguments)};var c=this.layoutManager.getLayout;this.layoutManager.getLayout=function(a){var d=this.graph.view.getState(a),d=null!=d?d.style:this.graph.getCellStyle(a);if("undefined"!=typeof mxRackContainer&&"rack"==d.childLayout){var b=new mxStackLayout(this.graph,!1);b.setChildGeometry=function(a,d){d.height=Math.max(d.height,20);if(1<d.height/20){var b=d.height%20;d.height+=10<b?20-b:-b}this.graph.getModel().setGeometry(a, -d)};b.fill=!0;b.unitSize=mxRackContainer.unitSize|20;b.marginLeft=d.marginLeft||0;b.marginRight=d.marginRight||0;b.marginTop=d.marginTop||0;b.marginBottom=d.marginBottom||0;b.resizeParent=!1;return b}return c.apply(this,arguments)}};var t=Graph.prototype.isCssTransformsSupported;Graph.prototype.isCssTransformsSupported=function(){return t.apply(this,arguments)&&!mxClient.IS_SF};var k=mxGraphView.prototype.validateBackgroundPage;mxGraphView.prototype.validateBackgroundPage=function(){k.apply(this, +d)};b.fill=!0;b.unitSize=mxRackContainer.unitSize|20;b.marginLeft=d.marginLeft||0;b.marginRight=d.marginRight||0;b.marginTop=d.marginTop||0;b.marginBottom=d.marginBottom||0;b.resizeParent=!1;return b}return c.apply(this,arguments)}};var t=Graph.prototype.isCssTransformsSupported;Graph.prototype.isCssTransformsSupported=function(){return t.apply(this,arguments)&&!mxClient.IS_SF};var m=mxGraphView.prototype.validateBackgroundPage;mxGraphView.prototype.validateBackgroundPage=function(){m.apply(this, arguments);if(mxClient.IS_GC&&null!=this.getDrawPane()){var a=this.getDrawPane().parentNode;!this.graph.mathEnabled||mxClient.NO_FO||null!=this.webKitForceRepaintNode&&null!=this.webKitForceRepaintNode.parentNode||"svg"!=this.graph.container.firstChild.nodeName?null==this.webKitForceRepaintNode||this.graph.mathEnabled&&("svg"==this.graph.container.firstChild.nodeName||this.graph.container.firstChild==this.webKitForceRepaintNode)||(null!=this.webKitForceRepaintNode.parentNode&&this.webKitForceRepaintNode.parentNode.removeChild(this.webKitForceRepaintNode), -this.webKitForceRepaintNode=null):(this.webKitForceRepaintNode=document.createElement("div"),this.webKitForceRepaintNode.style.cssText="position:absolute;",a.ownerSVGElement.parentNode.insertBefore(this.webKitForceRepaintNode,a.ownerSVGElement))}};var q=Graph.prototype.loadStylesheet;Graph.prototype.loadStylesheet=function(){q.apply(this,arguments);this.currentStyle="default-style2"};Graph.prototype.handleCustomLink=function(a){if("data:action/json,"==a.substring(0,17)&&(a=JSON.parse(a.substring(17)), -null!=a.actions)){for(var d=0;d<a.actions.length;d++)null!=a.actions[d].open&&(this.isCustomLink(a.actions[d].open)?this.customLinkClicked(a.actions[d].open):this.openLink(a.actions[d].open));this.model.beginUpdate();try{for(d=0;d<a.actions.length;d++)this.handleLinkAction(a.actions[d])}finally{this.model.endUpdate()}}};Graph.prototype.handleLinkAction=function(a){var d=[];null!=a.select&&this.isEnabled()&&(d=this.getCellsForAction(a.select),this.setSelectionCells(d));null!=a.highlight&&(d=this.getCellsForAction(a.highlight), -this.highlightCells(d,a.highlight.color,a.highlight.duration,a.highlight.opacity));null!=a.toggle&&this.toggleCells(this.getCellsForAction(a.toggle));null!=a.show&&this.setCellsVisible(this.getCellsForAction(a.show),!0);null!=a.hide&&this.setCellsVisible(this.getCellsForAction(a.hide),!1);null!=a.scroll&&(d=this.getCellsForAction(a.scroll));0<d.length&&this.scrollCellToVisible(d[0])};Graph.prototype.getCellsForAction=function(a){return this.getCellsById(a.cells).concat(this.getCellsForTags(a.tags))}; +this.webKitForceRepaintNode=null):(this.webKitForceRepaintNode=document.createElement("div"),this.webKitForceRepaintNode.style.cssText="position:absolute;",a.ownerSVGElement.parentNode.insertBefore(this.webKitForceRepaintNode,a.ownerSVGElement))}};var l=Graph.prototype.loadStylesheet;Graph.prototype.loadStylesheet=function(){l.apply(this,arguments);this.currentStyle="default-style2"};Graph.prototype.handleCustomLink=function(a){if("data:action/json,"==a.substring(0,17)&&(a=JSON.parse(a.substring(17)), +null!=a.actions)){for(var d=0;d<a.actions.length;d++)if(null!=a.actions[d].open)if(this.isCustomLink(a.actions[d].open)){if(!this.customLinkClicked(a.actions[d].open))return}else this.openLink(a.actions[d].open);this.model.beginUpdate();try{for(d=0;d<a.actions.length;d++)this.handleLinkAction(a.actions[d])}finally{this.model.endUpdate()}}};Graph.prototype.handleLinkAction=function(a){var d=[];null!=a.select&&this.isEnabled()&&(d=this.getCellsForAction(a.select),this.setSelectionCells(d));null!=a.highlight&& +(d=this.getCellsForAction(a.highlight),this.highlightCells(d,a.highlight.color,a.highlight.duration,a.highlight.opacity));null!=a.toggle&&this.toggleCells(this.getCellsForAction(a.toggle));null!=a.show&&this.setCellsVisible(this.getCellsForAction(a.show),!0);null!=a.hide&&this.setCellsVisible(this.getCellsForAction(a.hide),!1);null!=a.scroll&&(d=this.getCellsForAction(a.scroll));0<d.length&&this.scrollCellToVisible(d[0])};Graph.prototype.getCellsForAction=function(a){return this.getCellsById(a.cells).concat(this.getCellsForTags(a.tags))}; Graph.prototype.getCellsById=function(a){var d=[];if(null!=a)for(var b=0;b<a.length;b++)if("*"==a[b])var c=this.getDefaultParent(),d=d.concat(this.model.filterDescendants(function(a){return a!=c},c));else{var f=this.model.getCell(a[b]);null!=f&&d.push(f)}return d};Graph.prototype.getCellsForTags=function(a,d,b){var c=[];if(null!=a){d=null!=d?d:this.model.getDescendants(this.model.getRoot());b=null!=b?b:"tags";for(var f=0;f<d.length;f++)if(this.model.isVertex(d[f])||this.model.isEdge(d[f])){var e= null!=d[f].value&&"object"==typeof d[f].value?mxUtils.trim(d[f].value.getAttribute(b)||""):"",g=!0;if(0<e.length)for(var e=e.toLowerCase().split(" "),l=0;l<a.length&&g;l++)var k=mxUtils.trim(a[l]).toLowerCase(),g=g&&(0==k.length||0<=mxUtils.indexOf(e,k));else g=0==a.length;g&&c.push(d[f])}}return c};Graph.prototype.toggleCells=function(a){this.model.beginUpdate();try{for(var d=0;d<a.length;d++)this.model.setVisible(a[d],!this.model.isVisible(a[d]))}finally{this.model.endUpdate()}};Graph.prototype.setCellsVisible= function(a,d){this.model.beginUpdate();try{for(var b=0;b<a.length;b++)this.model.setVisible(a[b],d)}finally{this.model.endUpdate()}};Graph.prototype.highlightCells=function(a,d,b,c){for(var f=0;f<a.length;f++)this.highlightCell(a[f],d,b,c)};Graph.prototype.highlightCell=function(a,d,b,c){d=null!=d?d:mxConstants.DEFAULT_VALID_COLOR;b=null!=b?b:1E3;a=this.view.getState(a);if(null!=a){var f=Math.max(5,mxUtils.getValue(a.style,mxConstants.STYLE_STROKEWIDTH,1)+4),e=new mxCellHighlight(this,d,f,!1);null!= @@ -2708,48 +2709,51 @@ d,b=0;do d=this.model.getChildAt(this.model.root,b);while(b++<a&&"1"==mxUtils.ge "/mxInfographic.js"];mxStencilRegistry.libraries["mockup/buttons"]=[SHAPES_PATH+"/mockup/mxMockupButtons.js"];mxStencilRegistry.libraries["mockup/containers"]=[SHAPES_PATH+"/mockup/mxMockupContainers.js"];mxStencilRegistry.libraries["mockup/forms"]=[SHAPES_PATH+"/mockup/mxMockupForms.js"];mxStencilRegistry.libraries["mockup/graphics"]=[SHAPES_PATH+"/mockup/mxMockupGraphics.js",STENCIL_PATH+"/mockup/misc.xml"];mxStencilRegistry.libraries["mockup/markup"]=[SHAPES_PATH+"/mockup/mxMockupMarkup.js"];mxStencilRegistry.libraries["mockup/misc"]= [SHAPES_PATH+"/mockup/mxMockupMisc.js",STENCIL_PATH+"/mockup/misc.xml"];mxStencilRegistry.libraries["mockup/navigation"]=[SHAPES_PATH+"/mockup/mxMockupNavigation.js",STENCIL_PATH+"/mockup/misc.xml"];mxStencilRegistry.libraries["mockup/text"]=[SHAPES_PATH+"/mockup/mxMockupText.js"];mxStencilRegistry.libraries.floorplan=[SHAPES_PATH+"/mxFloorplan.js",STENCIL_PATH+"/floorplan.xml"];mxStencilRegistry.libraries.bootstrap=[SHAPES_PATH+"/mxBootstrap.js",STENCIL_PATH+"/bootstrap.xml"];mxStencilRegistry.libraries.gmdl= [SHAPES_PATH+"/mxGmdl.js",STENCIL_PATH+"/gmdl.xml"];mxStencilRegistry.libraries.cabinets=[SHAPES_PATH+"/mxCabinets.js",STENCIL_PATH+"/cabinets.xml"];mxStencilRegistry.libraries.archimate=[SHAPES_PATH+"/mxArchiMate.js"];mxStencilRegistry.libraries.archimate3=[SHAPES_PATH+"/mxArchiMate3.js"];mxStencilRegistry.libraries.sysml=[SHAPES_PATH+"/mxSysML.js"];mxStencilRegistry.libraries.eip=[SHAPES_PATH+"/mxEip.js",STENCIL_PATH+"/eip.xml"];mxStencilRegistry.libraries.networks=[SHAPES_PATH+"/mxNetworks.js", -STENCIL_PATH+"/networks.xml"];mxStencilRegistry.libraries.aws3d=[SHAPES_PATH+"/mxAWS3D.js",STENCIL_PATH+"/aws3d.xml"];mxStencilRegistry.libraries.pid2inst=[SHAPES_PATH+"/pid2/mxPidInstruments.js"];mxStencilRegistry.libraries.pid2misc=[SHAPES_PATH+"/pid2/mxPidMisc.js",STENCIL_PATH+"/pid/misc.xml"];mxStencilRegistry.libraries.pid2valves=[SHAPES_PATH+"/pid2/mxPidValves.js"];mxStencilRegistry.libraries.pidFlowSensors=[STENCIL_PATH+"/pid/flow_sensors.xml"];mxMarker.getPackageForType=function(a){var d= -null;null!=a&&0<a.length&&("ER"==a.substring(0,2)?d="mxgraph.er":"sysML"==a.substring(0,5)&&(d="mxgraph.sysml"));return d};var x=mxMarker.createMarker;mxMarker.createMarker=function(a,d,b,c,f,e,g,k,p,q){if(null!=b&&null==mxMarker.markers[b]){var l=this.getPackageForType(b);null!=l&&mxStencilRegistry.getStencil(l)}return x.apply(this,arguments)};PrintDialog.prototype.create=function(a,d){function b(){x.value=Math.max(1,Math.min(k,Math.max(parseInt(x.value),parseInt(h.value))));h.value=Math.max(1,Math.min(k, -Math.min(parseInt(x.value),parseInt(h.value))))}function c(d){function b(d,b,f){var e=d.getGraphBounds(),g=0,k=0,p=X.get(),l=1/d.pageScale,q=y.checked;if(q)var l=parseInt(U.value),t=parseInt(V.value),l=Math.min(p.height*t/(e.height/d.view.scale),p.width*l/(e.width/d.view.scale));else l=parseInt(B.value)/(100*d.pageScale),isNaN(l)&&(c=1/d.pageScale,B.value="100 %");p=mxRectangle.fromRectangle(p);p.width=Math.ceil(p.width*c);p.height=Math.ceil(p.height*c);l*=c;!q&&d.pageVisible?(e=d.getPageLayout(), -g-=e.x*p.width,k-=e.y*p.height):q=!0;if(null==b){b=PrintDialog.createPrintPreview(d,l,p,0,g,k,q);b.pageSelector=!1;b.mathEnabled=!1;d=a.getCurrentFile();null!=d&&(b.title=d.getTitle());var h=b.writeHead;b.writeHead=function(d){h.apply(this,arguments);null!=a.editor.fontCss&&(d.writeln('<style type="text/css">'),d.writeln(a.editor.fontCss),d.writeln("</style>"))};if("undefined"!==typeof MathJax){var x=b.renderPage;b.renderPage=function(a,d,b,c,f,e){var g=mxClient.NO_FO;mxClient.NO_FO=this.graph.mathEnabled&& -!this.useForeignObjectForMath?!0:this.originalNoForeignObject;var k=x.apply(this,arguments);mxClient.NO_FO=g;this.graph.mathEnabled?this.mathEnabled=this.mathEnabled||!0:k.className="geDisableMathJax";return k}}b.open(null,null,f,!0)}else{p=d.background;if(null==p||""==p||p==mxConstants.NONE)p="#ffffff";b.backgroundColor=p;b.autoOrigin=q;b.appendGraph(d,l,g,k,f,!0)}return b}var c=parseInt(M.value)/100;isNaN(c)&&(c=1,M.value="100 %");var c=.75*c,e=h.value,g=x.value,k=!q.checked,p=null;k&&(k=e==l&& -g==l);if(!k&&null!=a.pages&&a.pages.length){var t=0,k=a.pages.length-1;q.checked||(t=parseInt(e)-1,k=parseInt(g)-1);for(var v=t;v<=k;v++){var m=a.pages[v],e=m==a.currentPage?f:null;if(null==e){var e=a.createTemporaryGraph(f.getStylesheet()),g=!0,t=!1,n=null,z=null;null==m.viewState&&null==m.mapping&&null==m.root&&a.updatePageRoot(m);null!=m.viewState?(g=m.viewState.pageVisible,t=m.viewState.mathEnabled,n=m.viewState.background,z=m.viewState.backgroundImage):null!=m.mapping&&null!=m.mapping.diagramMap&& -(t="0"!=m.mapping.diagramMap.get("mathEnabled"),n=m.mapping.diagramMap.get("background"),z=m.mapping.diagramMap.get("backgroundImage"),z=null!=z&&0<z.length?JSON.parse(z):null);e.background=n;e.backgroundImage=null!=z?new mxImage(z.src,z.width,z.height):null;e.pageVisible=g;e.mathEnabled=t;var A=e.getGlobalVariable;e.getGlobalVariable=function(a){return"page"==a?m.getName():"pagenumber"==a?v+1:A.apply(this,arguments)};document.body.appendChild(e.container);a.updatePageRoot(m);e.model.setRoot(m.root)}p= -b(e,p,v!=k);e!=f&&e.container.parentNode.removeChild(e.container)}}else p=b(f);p.mathEnabled&&(k=p.wnd.document,k.writeln('<script type="text/x-mathjax-config">'),k.writeln("MathJax.Hub.Config({"),k.writeln("showMathMenu: false,"),k.writeln('messageStyle: "none",'),k.writeln('jax: ["input/TeX", "input/MathML", "input/AsciiMath", "output/HTML-CSS"],'),k.writeln('extensions: ["tex2jax.js", "mml2jax.js", "asciimath2jax.js"],'),k.writeln('"HTML-CSS": {'),k.writeln("imageFont: null"),k.writeln("},"),k.writeln("TeX: {"), -k.writeln('extensions: ["AMSmath.js", "AMSsymbols.js", "noErrors.js", "noUndefined.js"]'),k.writeln("},"),k.writeln("tex2jax: {"),k.writeln('\tignoreClass: "geDisableMathJax"'),k.writeln("},"),k.writeln("asciimath2jax: {"),k.writeln('\tignoreClass: "geDisableMathJax"'),k.writeln("}"),k.writeln("});"),d&&(k.writeln("MathJax.Hub.Queue(function () {"),k.writeln("window.print();"),k.writeln("});")),k.writeln("\x3c/script>"),k.writeln('<script type="text/javascript" src="https://math.draw.io/current/MathJax.js">\x3c/script>')); -p.closeDocument();!p.mathEnabled&&d&&PrintDialog.printPreview(p)}var f=a.editor.graph,e=document.createElement("div"),g=document.createElement("h3");g.style.width="100%";g.style.textAlign="center";g.style.marginTop="0px";mxUtils.write(g,d||mxResources.get("print"));e.appendChild(g);var k=1,l=1,p=document.createElement("div");p.style.cssText="border-bottom:1px solid lightGray;padding-bottom:12px;margin-bottom:12px;";var q=document.createElement("input");q.style.cssText="margin-right:8px;margin-bottom:8px;"; -q.setAttribute("value","all");q.setAttribute("type","radio");q.setAttribute("name","pages-printdialog");p.appendChild(q);g=document.createElement("span");mxUtils.write(g,mxResources.get("printAllPages"));p.appendChild(g);mxUtils.br(p);var t=q.cloneNode(!0);q.setAttribute("checked","checked");t.setAttribute("value","range");p.appendChild(t);g=document.createElement("span");mxUtils.write(g,mxResources.get("pages")+":");p.appendChild(g);var h=document.createElement("input");h.style.cssText="margin:0 8px 0 8px;"; -h.setAttribute("value","1");h.setAttribute("type","number");h.setAttribute("min","1");h.style.width="50px";p.appendChild(h);g=document.createElement("span");mxUtils.write(g,mxResources.get("to"));p.appendChild(g);var x=h.cloneNode(!0);p.appendChild(x);mxEvent.addListener(h,"focus",function(){t.checked=!0});mxEvent.addListener(x,"focus",function(){t.checked=!0});mxEvent.addListener(h,"change",b);mxEvent.addListener(x,"change",b);if(null!=a.pages&&(k=a.pages.length,null!=a.currentPage))for(g=0;g<a.pages.length;g++)if(a.currentPage== -a.pages[g]){l=g+1;h.value=l;x.value=l;break}h.setAttribute("max",k);x.setAttribute("max",k);1<k&&e.appendChild(p);var m=document.createElement("div");m.style.marginBottom="10px";var n=document.createElement("input");n.style.marginRight="8px";n.setAttribute("value","adjust");n.setAttribute("type","radio");n.setAttribute("name","printZoom");m.appendChild(n);g=document.createElement("span");mxUtils.write(g,mxResources.get("adjustTo"));m.appendChild(g);var B=document.createElement("input");B.style.cssText= -"margin:0 8px 0 8px;";B.setAttribute("value","100 %");B.style.width="50px";m.appendChild(B);mxEvent.addListener(B,"focus",function(){n.checked=!0});e.appendChild(m);var p=p.cloneNode(!1),y=n.cloneNode(!0);y.setAttribute("value","fit");n.setAttribute("checked","checked");g=document.createElement("div");g.style.cssText="display:inline-block;height:100%;vertical-align:top;padding-top:2px;";g.appendChild(y);p.appendChild(g);m=document.createElement("table");m.style.display="inline-block";var r=document.createElement("tbody"), -u=document.createElement("tr"),T=u.cloneNode(!0),K=document.createElement("td"),Q=K.cloneNode(!0),W=K.cloneNode(!0),C=K.cloneNode(!0),ca=K.cloneNode(!0),R=K.cloneNode(!0);K.style.textAlign="right";C.style.textAlign="right";mxUtils.write(K,mxResources.get("fitTo"));var U=document.createElement("input");U.style.cssText="margin:0 8px 0 8px;";U.setAttribute("value","1");U.setAttribute("min","1");U.setAttribute("type","number");U.style.width="40px";Q.appendChild(U);g=document.createElement("span");mxUtils.write(g, -mxResources.get("fitToSheetsAcross"));W.appendChild(g);mxUtils.write(C,mxResources.get("fitToBy"));var V=U.cloneNode(!0);ca.appendChild(V);mxEvent.addListener(U,"focus",function(){y.checked=!0});mxEvent.addListener(V,"focus",function(){y.checked=!0});g=document.createElement("span");mxUtils.write(g,mxResources.get("fitToSheetsDown"));R.appendChild(g);u.appendChild(K);u.appendChild(Q);u.appendChild(W);T.appendChild(C);T.appendChild(ca);T.appendChild(R);r.appendChild(u);r.appendChild(T);m.appendChild(r); -p.appendChild(m);e.appendChild(p);p=document.createElement("div");g=document.createElement("div");g.style.fontWeight="bold";g.style.marginBottom="12px";mxUtils.write(g,mxResources.get("paperSize"));p.appendChild(g);g=document.createElement("div");g.style.marginBottom="12px";var X=PageSetupDialog.addPageFormatPanel(g,"printdialog",a.editor.graph.pageFormat||mxConstants.PAGE_FORMAT_A4_PORTRAIT);p.appendChild(g);g=document.createElement("span");mxUtils.write(g,mxResources.get("pageScale"));p.appendChild(g); -var M=document.createElement("input");M.style.cssText="margin:0 8px 0 8px;";M.setAttribute("value","100 %");M.style.width="60px";p.appendChild(M);e.appendChild(p);g=document.createElement("div");g.style.cssText="text-align:right;margin:48px 0 0 0;";p=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});p.className="geBtn";a.editor.cancelFirst&&g.appendChild(p);a.isOffline()||(m=mxUtils.button(mxResources.get("help"),function(){f.openLink("https://desk.draw.io/support/solutions/articles/16000048947")}), -m.className="geBtn",g.appendChild(m));PrintDialog.previewEnabled&&(m=mxUtils.button(mxResources.get("preview"),function(){a.hideDialog();c(!1)}),m.className="geBtn",g.appendChild(m));m=mxUtils.button(mxResources.get(PrintDialog.previewEnabled?"print":"ok"),function(){a.hideDialog();c(!0)});m.className="geBtn gePrimaryBtn";g.appendChild(m);a.editor.cancelFirst||g.appendChild(p);e.appendChild(g);this.container=e};var B=ChangePageSetup.prototype.execute;ChangePageSetup.prototype.execute=function(){null== -this.page&&(this.page=this.ui.currentPage);this.page!=this.ui.currentPage?null!=this.page.viewState&&(this.ignoreColor||(this.page.viewState.background=this.color),this.ignoreImage||(this.page.viewState.backgroundImage=this.image),null!=this.format&&(this.page.viewState.pageFormat=this.format),null!=this.mathEnabled&&(this.page.viewState.mathEnabled=this.mathEnabled),null!=this.shadowVisible&&(this.page.viewState.shadowVisible=this.shadowVisible)):(B.apply(this,arguments),null!=this.mathEnabled&& +STENCIL_PATH+"/networks.xml"];mxStencilRegistry.libraries.aws3d=[SHAPES_PATH+"/mxAWS3D.js",STENCIL_PATH+"/aws3d.xml"];mxStencilRegistry.libraries.veeam=[STENCIL_PATH+"/veeam/2d.xml",STENCIL_PATH+"/veeam/3d.xml",STENCIL_PATH+"/veeam/veeam.xml"];mxStencilRegistry.libraries.pid2inst=[SHAPES_PATH+"/pid2/mxPidInstruments.js"];mxStencilRegistry.libraries.pid2misc=[SHAPES_PATH+"/pid2/mxPidMisc.js",STENCIL_PATH+"/pid/misc.xml"];mxStencilRegistry.libraries.pid2valves=[SHAPES_PATH+"/pid2/mxPidValves.js"];mxStencilRegistry.libraries.pidFlowSensors= +[STENCIL_PATH+"/pid/flow_sensors.xml"];mxMarker.getPackageForType=function(a){var d=null;null!=a&&0<a.length&&("ER"==a.substring(0,2)?d="mxgraph.er":"sysML"==a.substring(0,5)&&(d="mxgraph.sysml"));return d};var C=mxMarker.createMarker;mxMarker.createMarker=function(a,d,b,c,f,e,g,l,q,m){if(null!=b&&null==mxMarker.markers[b]){var k=this.getPackageForType(b);null!=k&&mxStencilRegistry.getStencil(k)}return C.apply(this,arguments)};PrintDialog.prototype.create=function(a,d){function b(){C.value=Math.max(1, +Math.min(l,Math.max(parseInt(C.value),parseInt(h.value))));h.value=Math.max(1,Math.min(l,Math.min(parseInt(C.value),parseInt(h.value))))}function c(d){function b(d,b,f){var e=d.getGraphBounds(),g=0,l=0,k=ea.get(),q=1/d.pageScale,m=w.checked;if(m)var q=parseInt(W.value),t=parseInt(O.value),q=Math.min(k.height*t/(e.height/d.view.scale),k.width*q/(e.width/d.view.scale));else q=parseInt(p.value)/(100*d.pageScale),isNaN(q)&&(c=1/d.pageScale,p.value="100 %");k=mxRectangle.fromRectangle(k);k.width=Math.ceil(k.width* +c);k.height=Math.ceil(k.height*c);q*=c;!m&&d.pageVisible?(e=d.getPageLayout(),g-=e.x*k.width,l-=e.y*k.height):m=!0;if(null==b){b=PrintDialog.createPrintPreview(d,q,k,0,g,l,m);b.pageSelector=!1;b.mathEnabled=!1;d=a.getCurrentFile();null!=d&&(b.title=d.getTitle());var h=b.writeHead;b.writeHead=function(d){h.apply(this,arguments);null!=a.editor.fontCss&&(d.writeln('<style type="text/css">'),d.writeln(a.editor.fontCss),d.writeln("</style>"))};if("undefined"!==typeof MathJax){var v=b.renderPage;b.renderPage= +function(a,d,b,c,f,e){var g=mxClient.NO_FO;mxClient.NO_FO=this.graph.mathEnabled&&!this.useForeignObjectForMath?!0:this.originalNoForeignObject;var l=v.apply(this,arguments);mxClient.NO_FO=g;this.graph.mathEnabled?this.mathEnabled=this.mathEnabled||!0:l.className="geDisableMathJax";return l}}b.open(null,null,f,!0)}else{k=d.background;if(null==k||""==k||k==mxConstants.NONE)k="#ffffff";b.backgroundColor=k;b.autoOrigin=m;b.appendGraph(d,q,g,l,f,!0)}return b}var c=parseInt(T.value)/100;isNaN(c)&&(c=1, +T.value="100 %");var c=.75*c,e=h.value,g=C.value,l=!m.checked,k=null;l&&(l=e==q&&g==q);if(!l&&null!=a.pages&&a.pages.length){var t=0,l=a.pages.length-1;m.checked||(t=parseInt(e)-1,l=parseInt(g)-1);for(var v=t;v<=l;v++){var n=a.pages[v],e=n==a.currentPage?f:null;if(null==e){var e=a.createTemporaryGraph(f.getStylesheet()),g=!0,t=!1,y=null,z=null;null==n.viewState&&null==n.mapping&&null==n.root&&a.updatePageRoot(n);null!=n.viewState?(g=n.viewState.pageVisible,t=n.viewState.mathEnabled,y=n.viewState.background, +z=n.viewState.backgroundImage):null!=n.mapping&&null!=n.mapping.diagramMap&&(t="0"!=n.mapping.diagramMap.get("mathEnabled"),y=n.mapping.diagramMap.get("background"),z=n.mapping.diagramMap.get("backgroundImage"),z=null!=z&&0<z.length?JSON.parse(z):null);e.background=y;e.backgroundImage=null!=z?new mxImage(z.src,z.width,z.height):null;e.pageVisible=g;e.mathEnabled=t;var A=e.getGlobalVariable;e.getGlobalVariable=function(a){return"page"==a?n.getName():"pagenumber"==a?v+1:A.apply(this,arguments)};document.body.appendChild(e.container); +a.updatePageRoot(n);e.model.setRoot(n.root)}k=b(e,k,v!=l);e!=f&&e.container.parentNode.removeChild(e.container)}}else k=b(f);k.mathEnabled&&(l=k.wnd.document,l.writeln('<script type="text/x-mathjax-config">'),l.writeln("MathJax.Hub.Config({"),l.writeln("showMathMenu: false,"),l.writeln('messageStyle: "none",'),l.writeln('jax: ["input/TeX", "input/MathML", "input/AsciiMath", "output/HTML-CSS"],'),l.writeln('extensions: ["tex2jax.js", "mml2jax.js", "asciimath2jax.js"],'),l.writeln('"HTML-CSS": {'), +l.writeln("imageFont: null"),l.writeln("},"),l.writeln("TeX: {"),l.writeln('extensions: ["AMSmath.js", "AMSsymbols.js", "noErrors.js", "noUndefined.js"]'),l.writeln("},"),l.writeln("tex2jax: {"),l.writeln('\tignoreClass: "geDisableMathJax"'),l.writeln("},"),l.writeln("asciimath2jax: {"),l.writeln('\tignoreClass: "geDisableMathJax"'),l.writeln("}"),l.writeln("});"),d&&(l.writeln("MathJax.Hub.Queue(function () {"),l.writeln("window.print();"),l.writeln("});")),l.writeln("\x3c/script>"),l.writeln('<script type="text/javascript" src="https://math.draw.io/current/MathJax.js">\x3c/script>')); +k.closeDocument();!k.mathEnabled&&d&&PrintDialog.printPreview(k)}var f=a.editor.graph,e=document.createElement("div"),g=document.createElement("h3");g.style.width="100%";g.style.textAlign="center";g.style.marginTop="0px";mxUtils.write(g,d||mxResources.get("print"));e.appendChild(g);var l=1,q=1,k=document.createElement("div");k.style.cssText="border-bottom:1px solid lightGray;padding-bottom:12px;margin-bottom:12px;";var m=document.createElement("input");m.style.cssText="margin-right:8px;margin-bottom:8px;"; +m.setAttribute("value","all");m.setAttribute("type","radio");m.setAttribute("name","pages-printdialog");k.appendChild(m);g=document.createElement("span");mxUtils.write(g,mxResources.get("printAllPages"));k.appendChild(g);mxUtils.br(k);var t=m.cloneNode(!0);m.setAttribute("checked","checked");t.setAttribute("value","range");k.appendChild(t);g=document.createElement("span");mxUtils.write(g,mxResources.get("pages")+":");k.appendChild(g);var h=document.createElement("input");h.style.cssText="margin:0 8px 0 8px;"; +h.setAttribute("value","1");h.setAttribute("type","number");h.setAttribute("min","1");h.style.width="50px";k.appendChild(h);g=document.createElement("span");mxUtils.write(g,mxResources.get("to"));k.appendChild(g);var C=h.cloneNode(!0);k.appendChild(C);mxEvent.addListener(h,"focus",function(){t.checked=!0});mxEvent.addListener(C,"focus",function(){t.checked=!0});mxEvent.addListener(h,"change",b);mxEvent.addListener(C,"change",b);if(null!=a.pages&&(l=a.pages.length,null!=a.currentPage))for(g=0;g<a.pages.length;g++)if(a.currentPage== +a.pages[g]){q=g+1;h.value=q;C.value=q;break}h.setAttribute("max",l);C.setAttribute("max",l);1<l&&e.appendChild(k);var n=document.createElement("div");n.style.marginBottom="10px";var y=document.createElement("input");y.style.marginRight="8px";y.setAttribute("value","adjust");y.setAttribute("type","radio");y.setAttribute("name","printZoom");n.appendChild(y);g=document.createElement("span");mxUtils.write(g,mxResources.get("adjustTo"));n.appendChild(g);var p=document.createElement("input");p.style.cssText= +"margin:0 8px 0 8px;";p.setAttribute("value","100 %");p.style.width="50px";n.appendChild(p);mxEvent.addListener(p,"focus",function(){y.checked=!0});e.appendChild(n);var k=k.cloneNode(!1),w=y.cloneNode(!0);w.setAttribute("value","fit");y.setAttribute("checked","checked");g=document.createElement("div");g.style.cssText="display:inline-block;height:100%;vertical-align:top;padding-top:2px;";g.appendChild(w);k.appendChild(g);n=document.createElement("table");n.style.display="inline-block";var r=document.createElement("tbody"), +u=document.createElement("tr"),H=u.cloneNode(!0),G=document.createElement("td"),Z=G.cloneNode(!0),K=G.cloneNode(!0),L=G.cloneNode(!0),aa=G.cloneNode(!0),E=G.cloneNode(!0);G.style.textAlign="right";L.style.textAlign="right";mxUtils.write(G,mxResources.get("fitTo"));var W=document.createElement("input");W.style.cssText="margin:0 8px 0 8px;";W.setAttribute("value","1");W.setAttribute("min","1");W.setAttribute("type","number");W.style.width="40px";Z.appendChild(W);g=document.createElement("span");mxUtils.write(g, +mxResources.get("fitToSheetsAcross"));K.appendChild(g);mxUtils.write(L,mxResources.get("fitToBy"));var O=W.cloneNode(!0);aa.appendChild(O);mxEvent.addListener(W,"focus",function(){w.checked=!0});mxEvent.addListener(O,"focus",function(){w.checked=!0});g=document.createElement("span");mxUtils.write(g,mxResources.get("fitToSheetsDown"));E.appendChild(g);u.appendChild(G);u.appendChild(Z);u.appendChild(K);H.appendChild(L);H.appendChild(aa);H.appendChild(E);r.appendChild(u);r.appendChild(H);n.appendChild(r); +k.appendChild(n);e.appendChild(k);k=document.createElement("div");g=document.createElement("div");g.style.fontWeight="bold";g.style.marginBottom="12px";mxUtils.write(g,mxResources.get("paperSize"));k.appendChild(g);g=document.createElement("div");g.style.marginBottom="12px";var ea=PageSetupDialog.addPageFormatPanel(g,"printdialog",a.editor.graph.pageFormat||mxConstants.PAGE_FORMAT_A4_PORTRAIT);k.appendChild(g);g=document.createElement("span");mxUtils.write(g,mxResources.get("pageScale"));k.appendChild(g); +var T=document.createElement("input");T.style.cssText="margin:0 8px 0 8px;";T.setAttribute("value","100 %");T.style.width="60px";k.appendChild(T);e.appendChild(k);g=document.createElement("div");g.style.cssText="text-align:right;margin:48px 0 0 0;";k=mxUtils.button(mxResources.get("cancel"),function(){a.hideDialog()});k.className="geBtn";a.editor.cancelFirst&&g.appendChild(k);a.isOffline()||(n=mxUtils.button(mxResources.get("help"),function(){f.openLink("https://desk.draw.io/support/solutions/articles/16000048947")}), +n.className="geBtn",g.appendChild(n));PrintDialog.previewEnabled&&(n=mxUtils.button(mxResources.get("preview"),function(){a.hideDialog();c(!1)}),n.className="geBtn",g.appendChild(n));n=mxUtils.button(mxResources.get(PrintDialog.previewEnabled?"print":"ok"),function(){a.hideDialog();c(!0)});n.className="geBtn gePrimaryBtn";g.appendChild(n);a.editor.cancelFirst||g.appendChild(k);e.appendChild(g);this.container=e};var y=ChangePageSetup.prototype.execute;ChangePageSetup.prototype.execute=function(){null== +this.page&&(this.page=this.ui.currentPage);this.page!=this.ui.currentPage?null!=this.page.viewState&&(this.ignoreColor||(this.page.viewState.background=this.color),this.ignoreImage||(this.page.viewState.backgroundImage=this.image),null!=this.format&&(this.page.viewState.pageFormat=this.format),null!=this.mathEnabled&&(this.page.viewState.mathEnabled=this.mathEnabled),null!=this.shadowVisible&&(this.page.viewState.shadowVisible=this.shadowVisible)):(y.apply(this,arguments),null!=this.mathEnabled&& this.mathEnabled!=this.ui.isMathEnabled()&&(this.ui.setMathEnabled(this.mathEnabled),this.mathEnabled=!this.mathEnabled),null!=this.shadowVisible&&this.shadowVisible!=this.ui.editor.graph.shadowVisible&&(this.ui.editor.graph.setShadowVisible(this.shadowVisible),this.shadowVisible=!this.shadowVisible))}})(); +var ErrorDialog=function(a,c,e,b,h,p,n,r,u,d,f){u=null!=u?u:!0;var g=document.createElement("div");g.style.textAlign="center";if(null!=c){var q=document.createElement("div");q.style.padding="0px";q.style.margin="0px";q.style.fontSize="18px";q.style.paddingBottom="16px";q.style.marginBottom="16px";q.style.borderBottom="1px solid #c0c0c0";q.style.color="gray";mxUtils.write(q,c);g.appendChild(q)}c=document.createElement("div");c.style.padding="6px";c.innerHTML=e;g.appendChild(c);e=document.createElement("div"); +e.style.marginTop="16px";e.style.textAlign="center";null!=p&&(c=mxUtils.button(mxResources.get("tryAgain"),function(){a.hideDialog();p()}),c.className="geBtn",e.appendChild(c),e.style.textAlign="center");null!=d&&(d=mxUtils.button(d,function(){null!=f&&f()}),d.className="geBtn",e.appendChild(d));var t=mxUtils.button(b,function(){u&&a.hideDialog();null!=h&&h()});t.className="geBtn";e.appendChild(t);null!=n&&(b=mxUtils.button(n,function(){u&&a.hideDialog();null!=r&&r()}),b.className="geBtn gePrimaryBtn", +e.appendChild(b));this.init=function(){t.focus()};g.appendChild(e);this.container=g}; (function(){var a=new mxObjectCodec(new ChangePageSetup,["ui","previousColor","previousImage","previousFormat"]);a.beforeDecode=function(a,e,b){b.ui=a.ui;return e};a.afterDecode=function(a,e,b){b.previousColor=b.color;b.previousImage=b.image;b.previousFormat=b.format;null!=b.foldingEnabled&&(b.foldingEnabled=!b.foldingEnabled);null!=b.mathEnabled&&(b.mathEnabled=!b.mathEnabled);null!=b.shadowVisible&&(b.shadowVisible=!b.shadowVisible);return b};mxCodecRegistry.register(a)})();(function(){EditorUi.VERSION="@DRAWIO-VERSION@";EditorUi.compactUi="atlas"!=uiTheme;EditorUi.enableLogging=/.*\.draw\.io$/.test(window.location.hostname)&&"support.draw.io"!=window.location.hostname;EditorUi.enablePlantUml=EditorUi.enableLogging;EditorUi.isElectronApp=null!=window&&null!=window.process&&null!=window.process.versions&&null!=window.process.versions.electron;EditorUi.scratchpadHelpLink="https://desk.draw.io/support/solutions/articles/16000042367";EditorUi.prototype.emptyDiagramXml='<mxGraphModel><root><mxCell id="0"/><mxCell id="1" parent="0"/></root></mxGraphModel>'; EditorUi.prototype.emptyLibraryXml="<mxlibrary>[]</mxlibrary>";EditorUi.prototype.mode=null;EditorUi.prototype.sidebarFooterHeight=36;EditorUi.prototype.defaultCustomShapeStyle="shape=stencil(tZRtTsQgEEBPw1+DJR7AoN6DbWftpAgE0Ortd/jYRGq72R+YNE2YgTePloEJGWblgA18ZuKFDcMj5/Sm8boZq+BgjCX4pTyqk6ZlKROitwusOMXKQDODx5iy4pXxZ5qTHiFHawxB0JrQZH7lCabQ0Fr+XWC1/E8zcsT/gAi+Subo2/3Mh6d/oJb5nU1b5tW7r2knautaa3T+U32o7f7vZwpJkaNDLORJjcu7t59m2jXxqX9un+tt022acsfmoKaQZ+vhhswZtS6Ne/ThQGt0IV0N3Yyv6P3CeT9/tHO0XFI5cAE=);whiteSpace=wrap;html=1;"; EditorUi.prototype.svgBrokenImage=Graph.createSvgImage(10,10,'<rect x="0" y="0" width="10" height="10" stroke="#000" fill="transparent"/><path d="m 0 0 L 10 10 L 0 10 L 10 0" stroke="#000" fill="transparent"/>');EditorUi.prototype.crossOriginImages=!mxClient.IS_IE;EditorUi.prototype.maxBackgroundSize=1600;EditorUi.prototype.maxImageSize=520;EditorUi.prototype.resampleThreshold=1E5;EditorUi.prototype.maxImageBytes=1E6;EditorUi.prototype.maxBackgroundBytes=25E5;EditorUi.prototype.currentFile=null;EditorUi.prototype.printPdfExport= !1;EditorUi.prototype.pdfPageExport=!0;EditorUi.prototype.formatEnabled="0"!=urlParams.format;EditorUi.prototype.closableScratchpad=!0;(function(){EditorUi.prototype.useCanvasForExport=!1;EditorUi.prototype.jpgSupported=!1;try{var a=document.createElement("canvas");EditorUi.prototype.canvasSupported=!(!a.getContext||!a.getContext("2d"))}catch(t){}try{var b=document.createElement("canvas"),c=new Image;c.onload=function(){try{b.getContext("2d").drawImage(c,0,0);var a=b.toDataURL("image/png");EditorUi.prototype.useCanvasForExport= -null!=a&&6<a.length}catch(k){}};c.src="data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1px" height="1px" version="1.1"><foreignObject pointer-events="all" width="1" height="1"><div xmlns="http://www.w3.org/1999/xhtml"></div></foreignObject></svg>')))}catch(t){}try{b=document.createElement("canvas");b.width=b.height=1;var e=b.toDataURL("image/jpeg");EditorUi.prototype.jpgSupported=null!==e.match("image/jpeg")}catch(t){}})(); +null!=a&&6<a.length}catch(m){}};c.src="data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1px" height="1px" version="1.1"><foreignObject pointer-events="all" width="1" height="1"><div xmlns="http://www.w3.org/1999/xhtml"></div></foreignObject></svg>')))}catch(t){}try{b=document.createElement("canvas");b.width=b.height=1;var e=b.toDataURL("image/jpeg");EditorUi.prototype.jpgSupported=null!==e.match("image/jpeg")}catch(t){}})(); EditorUi.prototype.openLink=function(a,b){return this.editor.graph.openLink(a,b)};EditorUi.prototype.showSplash=function(a){};EditorUi.prototype.getLocalData=function(a,b){b(localStorage.getItem(a))};EditorUi.prototype.setLocalData=function(a,b,c){localStorage.setItem(a,b);null!=c&&c()};EditorUi.prototype.removeLocalData=function(a,b){localStorage.removeItem(a);b()};EditorUi.prototype.setMathEnabled=function(a){this.editor.graph.mathEnabled=a;this.editor.updateGraphComponents();this.editor.graph.refresh(); this.fireEvent(new mxEventObject("mathEnabledChanged"))};EditorUi.prototype.isMathEnabled=function(a){return this.editor.graph.mathEnabled};EditorUi.prototype.isAppCache=function(){return"1"==urlParams.appcache||this.isOfflineApp()};EditorUi.prototype.isOfflineApp=function(){return"1"==urlParams.offline};EditorUi.prototype.isOffline=function(){return this.isOfflineApp()||!navigator.onLine||"1"==urlParams.stealth};EditorUi.prototype.createSpinner=function(a,b,c){c=null!=c?c:24;var d=new Spinner({lines:12, length:c,width:Math.round(c/3),radius:Math.round(c/2),rotate:0,color:"dark"==uiTheme?"#c0c0c0":"#000",speed:1.5,trail:60,shadow:!1,hwaccel:!1,zIndex:2E9}),f=d.spin;d.spin=function(c,e){var g=!1;this.active||(f.call(this,c),this.active=!0,null!=e&&(g=document.createElement("div"),g.style.position="absolute",g.style.whiteSpace="nowrap",g.style.background="#4B4243",g.style.color="white",g.style.fontFamily="Helvetica, Arial",g.style.fontSize="9pt",g.style.padding="6px",g.style.paddingLeft="10px",g.style.paddingRight= "10px",g.style.zIndex=2E9,g.style.left=Math.max(0,a)+"px",g.style.top=Math.max(0,b+70)+"px",mxUtils.setPrefixedStyle(g.style,"borderRadius","6px"),mxUtils.setPrefixedStyle(g.style,"transform","translate(-50%,-50%)"),"dark"!=uiTheme&&mxUtils.setPrefixedStyle(g.style,"boxShadow","2px 2px 3px 0px #ddd"),g.innerHTML=e+"...",c.appendChild(g),d.status=g,mxClient.IS_VML&&(null==document.documentMode||8>=document.documentMode)&&(g.style.left=Math.round(Math.max(0,a-g.offsetWidth/2))+"px",g.style.top=Math.round(Math.max(0, b+70-g.offsetHeight/2))+"px")),this.pause=mxUtils.bind(this,function(){var a=function(){};this.active&&(a=mxUtils.bind(this,function(){this.spin(c,e)}));this.stop();return a}),g=!0);return g};var e=d.stop;d.stop=function(){e.call(this);this.active=!1;null!=d.status&&(d.status.parentNode.removeChild(d.status),d.status=null)};d.pause=function(){return function(){}};return d};EditorUi.parsePng=function(a,b,c){function d(a,d){var b=e;e+=d;return a.substring(b,e)}function f(a){a=d(a,4);return a.charCodeAt(3)+ -(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}var e=0;if(d(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=c&&c();else if(d(a,4),"IHDR"!=d(a,4))null!=c&&c();else{d(a,17);do{c=f(a);var g=d(a,4);if(null!=b&&b(e-8,g,c))break;value=d(a,c);d(a,4);if("IEND"==g)break}while(c)}};EditorUi.prototype.isCompatibleString=function(a){try{var d=mxUtils.parseXml(a),b=this.editor.extractGraphModel(d.documentElement,!0);return null!=b&&0==b.getElementsByTagName("parsererror").length}catch(p){}return!1}; -var a=EditorUi.prototype.extractGraphModelFromHtml;EditorUi.prototype.extractGraphModelFromHtml=function(d){var b=a.apply(this,arguments);if(null==b)try{var c=d.indexOf("<mxfile ");if(0<=c){var e=d.lastIndexOf("</mxfile>");e>c&&(b=d.substring(c,e+15).replace(/>/g,">").replace(/</g,"<").replace(/\\"/g,'"').replace(/\n/g,""))}else var t=mxUtils.parseXml(d),k=this.editor.extractGraphModel(t.documentElement,null!=this.pages||"hidden"==this.diagramContainer.style.visibility),b=null!= -k?mxUtils.getXml(k):""}catch(q){}return b};EditorUi.prototype.validateFileData=function(a){if(null!=a&&0<a.length){var d=a.indexOf('<meta charset="utf-8">');0<=d&&(a=a.slice(0,d)+'<meta charset="utf-8"/>'+a.slice(d+23-1,a.length))}return a};EditorUi.prototype.replaceFileData=function(a){a=this.validateFileData(a);a=null!=a&&0<a.length?mxUtils.parseXml(a).documentElement:null;var d=null!=a?this.editor.extractGraphModel(a,!0):null;null!=d&&(a=d);if(null!=a){d=this.editor.graph;d.model.beginUpdate(); -try{var b=null!=this.pages?this.pages.slice():null,c=a.getElementsByTagName("diagram");if("0"!=urlParams.pages||1<c.length||1==c.length&&c[0].hasAttribute("name")){this.fileNode=a;this.pages=null!=this.pages?this.pages:[];for(var e=c.length-1;0<=e;e--){var k=this.updatePageRoot(new DiagramPage(c[e]));null==k.getName()&&k.setName(mxResources.get("pageWithNumber",[e+1]));d.model.execute(new ChangePage(this,k,0==e?k:null,0))}}else"0"!=urlParams.pages&&null==this.fileNode&&(this.fileNode=a.ownerDocument.createElement("mxfile"), -this.currentPage=new DiagramPage(a.ownerDocument.createElement("diagram")),this.currentPage.setName(mxResources.get("pageWithNumber",[1])),d.model.execute(new ChangePage(this,this.currentPage,this.currentPage,0))),this.editor.setGraphXml(a),null!=this.currentPage&&(this.currentPage.root=this.editor.graph.model.root);if(null!=b)for(e=0;e<b.length;e++)d.model.execute(new ChangePage(this,b[e],null))}finally{d.model.endUpdate()}}};EditorUi.prototype.createFileData=function(a,b,c,e,t,k,q,h,m,l){b=null!= -b?b:this.editor.graph;t=null!=t?t:!1;m=null!=m?m:!0;var d,f=null;null==c||c.getMode()==App.MODE_DEVICE||c.getMode()==App.MODE_BROWSER?d="_blank":f=d=e;if(null==a)return"";var g=a;if("mxfile"!=g.nodeName.toLowerCase()){var p=b.zapGremlins(mxUtils.getXml(a)),g=b.compress(p);if(b.decompress(g)!=p)return p;p=a.ownerDocument.createElement("diagram");mxUtils.setTextContent(p,g);g=a.ownerDocument.createElement("mxfile");g.appendChild(p)}l?(g=g.cloneNode(!0),g.removeAttribute("userAgent"),g.removeAttribute("version"), -g.removeAttribute("editor"),g.removeAttribute("type")):(g.setAttribute("userAgent",navigator.userAgent),g.setAttribute("version",EditorUi.VERSION),g.setAttribute("editor","www.draw.io"),a=null!=c?c.getMode():this.mode,null!=a&&g.setAttribute("type",a));a=mxUtils.getXml(g);if(!k&&!t&&(q||null!=c&&/(\.html)$/i.test(c.getTitle())))a=this.getHtml2(mxUtils.getXml(g),b,null!=c?c.getTitle():null,d,f);else if(k||!t&&null!=c&&/(\.svg)$/i.test(c.getTitle()))null==c||c.getMode()!=App.MODE_DEVICE&&c.getMode()!= -App.MODE_BROWSER||(e=null),a=this.getEmbeddedSvg(a,b,e,null,h,m,f);return a};EditorUi.prototype.getXmlFileData=function(a,b){a=null!=a?a:!0;b=null!=b?b:!1;var d=this.editor.getGraphXml(a);if(a&&null!=this.fileNode&&null!=this.currentPage){var c=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(d)));mxUtils.setTextContent(this.currentPage.node,c);d=this.fileNode.cloneNode(!1);if(b)d.appendChild(this.currentPage.node);else for(var f=0;f<this.pages.length;f++){var e=this.pages[f].mapping; -this.currentPage!=this.pages[f]&&null!=e&&e.needsUpdate&&(c=(new mxCodec(mxUtils.createXmlDocument())).encode(e.graphModel),e.writeRealtimeToNode(c),c=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(c))),mxUtils.setTextContent(this.pages[f].node,c),e.needsUpdate=!1);d.appendChild(this.pages[f].node)}}return d};EditorUi.prototype.getFileData=function(a,b,c,e,t,k,q,h,m){t=null!=t?t:!0;q=null!=q?q:this.getXmlFileData(t,null!=k?k:!1);m=null!=m?m:this.getCurrentFile();k=this.editor.graph; -if(null!=this.pages&&this.currentPage!=this.pages[0]&&(b||!a&&null!=m&&/(\.svg)$/i.test(m.getTitle()))){k=this.createTemporaryGraph(k.getStylesheet());var d=k.getGlobalVariable,f=this.pages[0];k.getGlobalVariable=function(a){return"page"==a?f.getName():"pagenumber"==a?1:d.apply(this,arguments)};document.body.appendChild(k.container);k.model.setRoot(f.root)}a=this.createFileData(q,k,m,window.location.href,a,b,c,e,t,h);k!=this.editor.graph&&k.container.parentNode.removeChild(k.container);return a}; -EditorUi.prototype.getHtml=function(a,b,c,e,t,k){k=null!=k?k:!0;var d=null,f="https://www.draw.io/js/embed-static.min.js";if(null!=b){var d=k?b.getGraphBounds():b.getBoundingBox(b.getSelectionCells()),g=b.view.scale;k=Math.floor(d.x/g-b.view.translate.x);g=Math.floor(d.y/g-b.view.translate.y);d=b.background;null==t&&(b=this.getBasenames().join(";"),0<b.length&&(f="https://www.draw.io/embed.js?s="+b));a.setAttribute("x0",k);a.setAttribute("y0",g)}null!=a&&(a.setAttribute("pan","1"),a.setAttribute("zoom", +(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}var e=0;if(d(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=c&&c();else if(d(a,4),"IHDR"!=d(a,4))null!=c&&c();else{d(a,17);do{c=f(a);var g=d(a,4);if(null!=b&&b(e-8,g,c))break;value=d(a,c);d(a,4);if("IEND"==g)break}while(c)}};EditorUi.prototype.isCompatibleString=function(a){try{var d=mxUtils.parseXml(a),b=this.editor.extractGraphModel(d.documentElement,!0);return null!=b&&0==b.getElementsByTagName("parsererror").length}catch(q){}return!1}; +var a=EditorUi.prototype.extractGraphModelFromHtml;EditorUi.prototype.extractGraphModelFromHtml=function(d){var b=a.apply(this,arguments);if(null==b)try{var c=d.indexOf("<mxfile ");if(0<=c){var e=d.lastIndexOf("</mxfile>");e>c&&(b=d.substring(c,e+15).replace(/>/g,">").replace(/</g,"<").replace(/\\"/g,'"').replace(/\n/g,""))}else var t=mxUtils.parseXml(d),m=this.editor.extractGraphModel(t.documentElement,null!=this.pages||"hidden"==this.diagramContainer.style.visibility),b=null!= +m?mxUtils.getXml(m):""}catch(l){}return b};EditorUi.prototype.validateFileData=function(a){if(null!=a&&0<a.length){var d=a.indexOf('<meta charset="utf-8">');0<=d&&(a=a.slice(0,d)+'<meta charset="utf-8"/>'+a.slice(d+23-1,a.length))}return a};EditorUi.prototype.replaceFileData=function(a){a=this.validateFileData(a);a=null!=a&&0<a.length?mxUtils.parseXml(a).documentElement:null;var d=null!=a?this.editor.extractGraphModel(a,!0):null;null!=d&&(a=d);if(null!=a){d=this.editor.graph;d.model.beginUpdate(); +try{var b=null!=this.pages?this.pages.slice():null,c=a.getElementsByTagName("diagram");if("0"!=urlParams.pages||1<c.length||1==c.length&&c[0].hasAttribute("name")){this.fileNode=a;this.pages=null!=this.pages?this.pages:[];for(var e=c.length-1;0<=e;e--){var m=this.updatePageRoot(new DiagramPage(c[e]));null==m.getName()&&m.setName(mxResources.get("pageWithNumber",[e+1]));d.model.execute(new ChangePage(this,m,0==e?m:null,0))}}else"0"!=urlParams.pages&&null==this.fileNode&&(this.fileNode=a.ownerDocument.createElement("mxfile"), +this.currentPage=new DiagramPage(a.ownerDocument.createElement("diagram")),this.currentPage.setName(mxResources.get("pageWithNumber",[1])),d.model.execute(new ChangePage(this,this.currentPage,this.currentPage,0))),this.editor.setGraphXml(a),null!=this.currentPage&&(this.currentPage.root=this.editor.graph.model.root);if(null!=b)for(e=0;e<b.length;e++)d.model.execute(new ChangePage(this,b[e],null))}finally{d.model.endUpdate()}}};EditorUi.prototype.createFileData=function(a,b,c,e,t,m,l,h,n,k){b=null!= +b?b:this.editor.graph;t=null!=t?t:!1;n=null!=n?n:!0;var d,f=null;null==c||c.getMode()==App.MODE_DEVICE||c.getMode()==App.MODE_BROWSER?d="_blank":f=d=e;if(null==a)return"";var g=a;if("mxfile"!=g.nodeName.toLowerCase()){var q=b.zapGremlins(mxUtils.getXml(a)),g=b.compress(q);if(b.decompress(g)!=q)return q;q=a.ownerDocument.createElement("diagram");mxUtils.setTextContent(q,g);g=a.ownerDocument.createElement("mxfile");g.appendChild(q)}k?(g=g.cloneNode(!0),g.removeAttribute("userAgent"),g.removeAttribute("version"), +g.removeAttribute("editor"),g.removeAttribute("type")):(g.setAttribute("userAgent",navigator.userAgent),g.setAttribute("version",EditorUi.VERSION),g.setAttribute("editor","www.draw.io"),a=null!=c?c.getMode():this.mode,null!=a&&g.setAttribute("type",a));a=mxUtils.getXml(g);if(!m&&!t&&(l||null!=c&&/(\.html)$/i.test(c.getTitle())))a=this.getHtml2(mxUtils.getXml(g),b,null!=c?c.getTitle():null,d,f);else if(m||!t&&null!=c&&/(\.svg)$/i.test(c.getTitle()))null==c||c.getMode()!=App.MODE_DEVICE&&c.getMode()!= +App.MODE_BROWSER||(e=null),a=this.getEmbeddedSvg(a,b,e,null,h,n,f);return a};EditorUi.prototype.getXmlFileData=function(a,b){a=null!=a?a:!0;b=null!=b?b:!1;var d=this.editor.getGraphXml(a);if(a&&null!=this.fileNode&&null!=this.currentPage){var c=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(d)));mxUtils.setTextContent(this.currentPage.node,c);d=this.fileNode.cloneNode(!1);if(b)d.appendChild(this.currentPage.node);else for(var f=0;f<this.pages.length;f++){var e=this.pages[f].mapping; +this.currentPage!=this.pages[f]&&null!=e&&e.needsUpdate&&(c=(new mxCodec(mxUtils.createXmlDocument())).encode(e.graphModel),e.writeRealtimeToNode(c),c=this.editor.graph.compress(this.editor.graph.zapGremlins(mxUtils.getXml(c))),mxUtils.setTextContent(this.pages[f].node,c),e.needsUpdate=!1);d.appendChild(this.pages[f].node)}}return d};EditorUi.prototype.getFileData=function(a,b,c,e,t,m,l,h,n){t=null!=t?t:!0;l=null!=l?l:this.getXmlFileData(t,null!=m?m:!1);n=null!=n?n:this.getCurrentFile();m=this.editor.graph; +if(null!=this.pages&&this.currentPage!=this.pages[0]&&(b||!a&&null!=n&&/(\.svg)$/i.test(n.getTitle()))){m=this.createTemporaryGraph(m.getStylesheet());var d=m.getGlobalVariable,f=this.pages[0];m.getGlobalVariable=function(a){return"page"==a?f.getName():"pagenumber"==a?1:d.apply(this,arguments)};document.body.appendChild(m.container);m.model.setRoot(f.root)}a=this.createFileData(l,m,n,window.location.href,a,b,c,e,t,h);m!=this.editor.graph&&m.container.parentNode.removeChild(m.container);return a}; +EditorUi.prototype.getHtml=function(a,b,c,e,t,m){m=null!=m?m:!0;var d=null,f="https://www.draw.io/js/embed-static.min.js";if(null!=b){var d=m?b.getGraphBounds():b.getBoundingBox(b.getSelectionCells()),g=b.view.scale;m=Math.floor(d.x/g-b.view.translate.x);g=Math.floor(d.y/g-b.view.translate.y);d=b.background;null==t&&(b=this.getBasenames().join(";"),0<b.length&&(f="https://www.draw.io/embed.js?s="+b));a.setAttribute("x0",m);a.setAttribute("y0",g)}null!=a&&(a.setAttribute("pan","1"),a.setAttribute("zoom", "1"),a.setAttribute("resize","0"),a.setAttribute("fit","0"),a.setAttribute("border","20"),a.setAttribute("links","1"),null!=e&&a.setAttribute("edit",e));null!=t&&(t=t.replace(/&/g,"&"));a=null!=a?this.editor.graph.zapGremlins(mxUtils.getXml(a)):"";e=this.editor.graph.compress(a);this.editor.graph.decompress(e)!=a&&(e=encodeURIComponent(a));return(null==t?'\x3c!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" ><![endif]--\x3e\n':"")+"<!DOCTYPE html>\n<html"+(null!=t?' xmlns="http://www.w3.org/1999/xhtml">': ">")+"\n<head>\n"+(null==t?null!=c?"<title>"+mxUtils.htmlEntities(c)+"</title>\n":"":"<title>Draw.io Diagram</title>\n")+(null!=t?'<meta http-equiv="refresh" content="0;URL=\''+t+"'\"/>\n":"")+"</head>\n<body"+(null==t&&null!=d&&d!=mxConstants.NONE?' style="background-color:'+d+';">':">")+'\n<div class="mxgraph" style="position:relative;overflow:auto;width:100%;">\n<div style="width:1px;height:1px;overflow:hidden;">'+e+"</div>\n</div>\n"+(null==t?'<script type="text/javascript" src="'+f+'">\x3c/script>': '<a style="position:absolute;top:50%;left:50%;margin-top:-128px;margin-left:-64px;" href="'+t+'" target="_blank"><img border="0" src="https://www.draw.io/images/drawlogo128.png"/></a>')+"\n</body>\n</html>\n"};EditorUi.prototype.getHtml2=function(a,b,c,e,t){null!=t&&(t=t.replace(/&/g,"&"));a={highlight:"#0000ff",nav:this.editor.graph.foldingEnabled,resize:!0,xml:this.editor.graph.zapGremlins(a),toolbar:"pages zoom layers lightbox"};null!=this.pages&&null!=this.currentPage&&(a.page=mxUtils.indexOf(this.pages, @@ -2757,48 +2761,48 @@ this.currentPage));return(null==t?'\x3c!--[if IE]><meta http-equiv="X-UA-Compati mxUtils.htmlEntities(JSON.stringify(a))+'"></div>\n'+(null==t?'<script type="text/javascript" src="https://www.draw.io/js/viewer.min.js">\x3c/script>':'<a style="position:absolute;top:50%;left:50%;margin-top:-128px;margin-left:-64px;" href="'+t+'" target="_blank"><img border="0" src="https://www.draw.io/images/drawlogo128.png"/></a>')+"\n</body>\n</html>\n"};EditorUi.prototype.setFileData=function(a){a=this.validateFileData(a);this.pages=this.fileNode=this.currentPage=null;var d=null!=a&&0<a.length? mxUtils.parseXml(a).documentElement:null;a=null!=d?this.editor.extractGraphModel(d,!0):null;null!=a&&(d=a);if(null!=d&&"mxfile"==d.nodeName&&(a=d.getElementsByTagName("diagram"),"0"!=urlParams.pages||1<a.length||1==a.length&&a[0].hasAttribute("name"))){this.fileNode=d;this.pages=[];for(d=0;d<a.length;d++){var b=new DiagramPage(a[d]);null==b.getName()&&b.setName(mxResources.get("pageWithNumber",[d+1]));this.pages.push(b)}this.currentPage=this.pages[Math.max(0,Math.min(this.pages.length-1,urlParams.page|| 0))];d=this.currentPage.node}"0"!=urlParams.pages&&null==this.fileNode&&null!=d&&(this.fileNode=d.ownerDocument.createElement("mxfile"),this.currentPage=new DiagramPage(d.ownerDocument.createElement("diagram")),this.currentPage.setName(mxResources.get("pageWithNumber",[1])),this.pages=[this.currentPage]);this.editor.setGraphXml(d);null!=this.currentPage&&(this.currentPage.root=this.editor.graph.model.root)};EditorUi.prototype.getBaseFilename=function(a){var d=this.getCurrentFile(),d=null!=d&&null!= -d.getTitle()?d.getTitle():this.defaultFilename;if(/(\.xml)$/i.test(d)||/(\.html)$/i.test(d)||/(\.svg)$/i.test(d)||/(\.png)$/i.test(d))d=d.substring(0,d.lastIndexOf("."));!a&&null!=this.pages&&1<this.pages.length&&null!=this.currentPage&&null!=this.currentPage.node.getAttribute("name")&&0<this.currentPage.getName().length&&(d=d+"-"+this.currentPage.getName());return d};EditorUi.prototype.downloadFile=function(a,b,c,e,t,k,q){try{e=null!=e?e:this.editor.graph.isSelectionEmpty();var d=this.getBaseFilename(!t), +d.getTitle()?d.getTitle():this.defaultFilename;if(/(\.xml)$/i.test(d)||/(\.html)$/i.test(d)||/(\.svg)$/i.test(d)||/(\.png)$/i.test(d))d=d.substring(0,d.lastIndexOf("."));!a&&null!=this.pages&&1<this.pages.length&&null!=this.currentPage&&null!=this.currentPage.node.getAttribute("name")&&0<this.currentPage.getName().length&&(d=d+"-"+this.currentPage.getName());return d};EditorUi.prototype.downloadFile=function(a,b,c,e,t,m,l){try{e=null!=e?e:this.editor.graph.isSelectionEmpty();var d=this.getBaseFilename(!t), f=d+"."+a;if("xml"==a){var g='<?xml version="1.0" encoding="UTF-8"?>\n'+(b?mxUtils.getXml(this.editor.getGraphXml(e)):this.getFileData(!0,null,null,null,e,t));this.saveData(f,a,g,"text/xml")}else if("html"==a)g=this.getHtml2(this.getFileData(!0),this.editor.graph,d),this.saveData(f,a,g,"text/html");else if("svg"!=a&&"xmlsvg"!=a||!this.spinner.spin(document.body,mxResources.get("export")))"xmlpng"==a?f=d+".png":"jpeg"==a&&(f=d+".jpg"),this.saveRequest(f,a,mxUtils.bind(this,function(d,b){try{var c= -this.editor.graph.pageVisible;null!=k&&(this.editor.graph.pageVisible=k);var f=this.createDownloadRequest(d,a,e,b,q);this.editor.graph.pageVisible=c;return f}catch(z){this.handleError(z)}}));else{var p=null,h=mxUtils.bind(this,function(a){a.length<=MAX_REQUEST_SIZE?this.saveData(f,"svg",a,"image/svg+xml"):this.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(p)}))});if("svg"==a){var m=this.editor.graph.background;if(q||m== -mxConstants.NONE)m=null;var n=this.editor.graph.getSvg(m,null,null,null,null,e);c&&this.editor.graph.addSvgShadow(n);this.convertImages(n,mxUtils.bind(this,mxUtils.bind(this,function(a){this.spinner.stop();h('<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n'+mxUtils.getXml(a))})))}else f=d+".svg",p=this.getFileData(!1,!0,null,mxUtils.bind(this,function(a){this.spinner.stop();h(a)}),e)}}catch(F){this.handleError(F)}}; +this.editor.graph.pageVisible;null!=m&&(this.editor.graph.pageVisible=m);var f=this.createDownloadRequest(d,a,e,b,l);this.editor.graph.pageVisible=c;return f}catch(z){this.handleError(z)}}));else{var q=null,h=mxUtils.bind(this,function(a){a.length<=MAX_REQUEST_SIZE?this.saveData(f,"svg",a,"image/svg+xml"):this.handleError({message:mxResources.get("drawingTooLarge")},mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(q)}))});if("svg"==a){var n=this.editor.graph.background;if(l||n== +mxConstants.NONE)n=null;var p=this.editor.graph.getSvg(n,null,null,null,null,e);c&&this.editor.graph.addSvgShadow(p);this.convertImages(p,mxUtils.bind(this,mxUtils.bind(this,function(a){this.spinner.stop();h('<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n'+mxUtils.getXml(a))})))}else f=d+".svg",q=this.getFileData(!1,!0,null,mxUtils.bind(this,function(a){this.spinner.stop();h(a)}),e)}}catch(F){this.handleError(F)}}; EditorUi.prototype.createDownloadRequest=function(a,b,c,e,t){var d=this.editor.graph.getGraphBounds();c=this.getFileData(!0,null,null,null,c,"xmlpng"!=b);var f="";if(d.width*d.height>MAX_AREA||c.length>MAX_REQUEST_SIZE)throw{message:mxResources.get("drawingTooLarge")};d="0";if("xmlpng"==b&&(d="1",b="png",null!=this.pages&&null!=this.currentPage))for(var g=0;g<this.pages.length;g++)if(this.pages[g]==this.currentPage){f="&from="+g;break}g=this.editor.graph.background;"png"==b&&t&&(g=mxConstants.NONE); return new mxXmlRequest(EXPORT_URL,"format="+b+f+"&bg="+(null!=g?g:mxConstants.NONE)+"&base64="+e+"&embedXml="+d+"&xml="+encodeURIComponent(c)+(null!=a?"&filename="+encodeURIComponent(a):""))};EditorUi.prototype.setMode=function(a,b){this.mode=a};EditorUi.prototype.loadDescriptor=function(a,b,c){var d=window.location.hash,f=mxUtils.bind(this,function(c){var f=null!=a.data?a.data:"";null!=c&&0<c.length&&(0<f.length&&(f+="\n"),f+=c);c=new LocalFile(this,"csv"!=a.format&&0<f.length?f:this.emptyDiagramXml, -null!=urlParams.title?decodeURIComponent(urlParams.title):this.defaultFilename,!0);c.getHash=function(){return d};this.fileLoaded(c);"csv"==a.format&&this.importCsv(f,mxUtils.bind(this,function(a){this.editor.undoManager.clear();this.editor.setModified(!1);this.editor.setStatus("")}));if(null!=a.update){var e=null!=a.interval?parseInt(a.interval):6E4,g=null,k=mxUtils.bind(this,function(){var d=this.currentPage;mxUtils.post(a.update,"xml="+encodeURIComponent(mxUtils.getXml(this.editor.getGraphXml())), -mxUtils.bind(this,function(a){d===this.currentPage&&(200<=a.getStatus()&&300>=a.getStatus()?(this.updateDiagram(a.getText()),p()):this.handleError({message:mxResources.get("error")+" "+a.getStatus()}))}),mxUtils.bind(this,function(a){this.handleError(a)}))}),p=mxUtils.bind(this,function(){window.clearTimeout(g);g=window.setTimeout(k,e)});this.editor.addListener("pageSelected",mxUtils.bind(this,function(){p();k()}));p();k()}null!=b&&b()});if(null!=a.url){var e=a.url;/^https?:\/\//.test(e)&&!this.isCorsEnabledForUrl(e)&& -(e=PROXY_URL+"?url="+encodeURIComponent(a.url));this.loadUrl(e,mxUtils.bind(this,function(a){f(a)}),mxUtils.bind(this,function(a){null!=c&&c(a)}))}else f(a.data)};EditorUi.prototype.updateDiagram=function(a){function d(a){var d=new mxCellOverlay(a.image||c.warningImage,a.tooltip,a.align,a.valign,a.offset);d.addListener(mxEvent.CLICK,function(d,b){editorUi.alert(a.tooltip)});return d}var b=null;if(null!=a&&0<a.length&&(b=mxUtils.parseXml(a),a=null!=b?b.documentElement:null,null!=a&&"updates"==a.nodeName)){var c= -this.editor.graph,e=c.getModel();e.beginUpdate();var k=null;try{for(a=a.firstChild;null!=a;){if("update"==a.nodeName){var q=e.getCell(a.getAttribute("id"));if(null!=q){try{var h=a.getAttribute("value");if(null!=h){var m=mxUtils.parseXml(h).documentElement;if(null!=m)if("1"==m.getAttribute("replace-value"))e.setValue(q,m);else for(var l=m.attributes,n=0;n<l.length;n++)c.setAttributeForCell(q,l[n].nodeName,0<l[n].nodeValue.length?l[n].nodeValue:null)}}catch(z){null!=window.console&&console.log("Error in value for "+ -q.id+": "+z)}try{var v=a.getAttribute("style");null!=v&&c.model.setStyle(q,v)}catch(z){null!=window.console&&console.log("Error in style for "+q.id+": "+z)}try{var r=a.getAttribute("icon");if(null!=r){var u=0<r.length?JSON.parse(r):null;null!=u&&u.append||c.removeCellOverlays(q);null!=u&&c.addCellOverlay(q,d(u))}}catch(z){null!=window.console&&console.log("Error in icon for "+q.id+": "+z)}try{var F=a.getAttribute("geometry");if(null!=F){var F=JSON.parse(F),w=c.getCellGeometry(q);if(null!=w){w=w.clone(); -for(key in F){var G=parseFloat(F[key]);"dx"==key?w.x+=G:"dy"==key?w.y+=G:"dw"==key?w.width+=G:"dh"==key?w.height+=G:w[key]=parseFloat(F[key])}c.model.setGeometry(q,w)}}}catch(z){null!=window.console&&console.log("Error in icon for "+q.id+": "+z)}}}else if("model"==a.nodeName){for(var I=a.firstChild;null!=I&&I.nodeType!=mxConstants.NODETYPE_ELEMENT;)I=I.nextSibling;null!=I&&(new mxCodec(a.firstChild)).decode(I,e)}else if("view"==a.nodeName){if(a.hasAttribute("scale")&&(c.view.scale=parseFloat(a.getAttribute("scale"))), -a.hasAttribute("dx")||a.hasAttribute("dy"))c.view.translate=new mxPoint(parseFloat(a.getAttribute("dx")||0),parseFloat(a.getAttribute("dy")||0))}else"fit"==a.nodeName&&(k=a.hasAttribute("max-scale")?parseFloat(a.getAttribute("max-scale")):1);a=a.nextSibling}}finally{e.endUpdate()}null!=k&&this.chromelessResize&&this.chromelessResize(!0,k)}return b};EditorUi.prototype.fileLoaded=function(a){var d=!1;this.hideDialog();var b=this.getCurrentFile();this.setCurrentFile(null);null!=b&&(b.removeListener(this.descriptorChangedListener), -b.close());this.editor.graph.model.clear();this.editor.undoManager.clear();var c=mxUtils.bind(this,function(){this.setGraphEnabled(!1);this.setCurrentFile(null);null!=b&&this.updateDocumentTitle();this.editor.graph.model.clear();this.editor.undoManager.clear();this.setBackgroundImage(null);null!=window.location.hash&&0<window.location.hash.length&&(window.location.hash="");null!=this.fname&&(this.fnameWrapper.style.display="none",this.fname.innerHTML="",this.fname.setAttribute("title",mxResources.get("rename"))); -this.editor.setStatus("");this.updateUi();this.showSplash()});if(null!=a)try{this.setCurrentFile(a);a.addListener("descriptorChanged",this.descriptorChangedListener);a.addListener("contentChanged",this.descriptorChangedListener);a.open();this.setGraphEnabled(!0);this.setMode(a.getMode());this.editor.undoManager.clear();this.descriptorChanged();this.updateUi();null==a.realtime&&(a.isEditable()?this.editor.setStatus(""):this.editor.setStatus('<span class="geStatusAlert" style="margin-left:8px;">'+mxUtils.htmlEntities(mxResources.get("readOnly"))+ -"</span>"));!this.editor.isChromelessView()||this.editor.editable?(this.editor.graph.selectUnlockedLayer(),this.showLayersDialog(),this.restoreLibraries(),window.self!==window.top&&window.focus()):this.editor.graph.isLightboxView()&&this.lightboxFit();this.chromelessResize&&this.chromelessResize();this.editor.fireEvent(new mxEventObject("fileLoaded"));d=!0;this.isOffline()||null==a.getMode()||this.logEvent({category:"File",action:"open",label:a.getMode()});if(this.mode==a.getMode()&&a.getMode()!= -App.MODE_DEVICE&&null!=a.getMode())try{this.addRecent({id:a.getHash(),title:a.getTitle(),mode:a.getMode()})}catch(t){}try{mxSettings.setOpenCounter(mxSettings.getOpenCounter()+1),mxSettings.save()}catch(t){}}catch(t){null!=window.console&&console.log("error in fileLoaded:",a,t);if(EditorUi.enableLogging&&!this.isOffline())try{(new Image).src=(null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"")+"/log?v="+encodeURIComponent(EditorUi.VERSION)+"&msg=errorInFileLoaded:url:"+encodeURIComponent(window.location.href)+ -(null!=t&&null!=t.message?":err:"+encodeURIComponent(t.message):"")+(null!=t&&null!=t.stack?"&stack="+encodeURIComponent(t.stack):"")}catch(k){}this.handleError(t,mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){null!=urlParams.url&&this.spinner.spin(document.body,mxResources.get("reconnecting"))?window.location.search=this.getSearch(["url"]):null!=b?b.constructor==DriveFile?this.loadFile(b.getHash()):this.fileLoaded(b):c()}))}else c();return d};EditorUi.prototype.descriptorChanged= -function(){};EditorUi.prototype.logEvent=function(a){if(EditorUi.enableLogging)try{var d=null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"";(new Image).src=d+"/images/1x1.png?v="+encodeURIComponent(EditorUi.VERSION)+(null!=a?"&data="+encodeURIComponent(JSON.stringify(a)):"")}catch(g){}};EditorUi.prototype.restoreLibraries=function(){};EditorUi.prototype.saveLibrary=function(a,b,c,e,t,k,q){};EditorUi.prototype.isScratchpadEnabled=function(){return isLocalStorage||mxClient.IS_CHROMEAPP};EditorUi.prototype.toggleScratchpad= -function(){this.isScratchpadEnabled()&&(null==this.scratchpad?this.getLocalData(".scratchpad",mxUtils.bind(this,function(a){null==a&&(a=this.emptyLibraryXml);this.loadLibrary(new StorageLibrary(this,a,".scratchpad"))})):this.closeLibrary(this.scratchpad))};EditorUi.prototype.createLibraryDataFromImages=function(a){var d=mxUtils.createXmlDocument(),b=d.createElement("mxlibrary");mxUtils.setTextContent(b,JSON.stringify(a));d.appendChild(b);return mxUtils.getXml(d)};EditorUi.prototype.closeLibrary=function(a){null!= -a&&(this.removeLibrarySidebar(a.getHash()),a.constructor!=LocalLibrary&&mxSettings.removeCustomLibrary(a.getHash()),".scratchpad"==a.title&&(this.scratchpad=null))};EditorUi.prototype.removeLibrarySidebar=function(a){var d=this.sidebar.palettes[a];if(null!=d){for(var b=0;b<d.length;b++)d[b].parentNode.removeChild(d[b]);delete this.sidebar.palettes[a]}};EditorUi.prototype.repositionLibrary=function(a){var d=this.sidebar.container;if(null==a){var b=this.sidebar.palettes["L.scratchpad"];null==b&&(b= -this.sidebar.palettes.search);null!=b&&(a=b[b.length-1].nextSibling)}a=null!=a?a:d.firstChild.nextSibling.nextSibling;var b=d.lastChild,c=b.previousSibling;d.insertBefore(b,a);d.insertBefore(c,b)};EditorUi.prototype.loadLibrary=function(a){var d=mxUtils.parseXml(a.getData());if("mxlibrary"==d.documentElement.nodeName){var b=JSON.parse(mxUtils.getTextContent(d.documentElement));this.libraryLoaded(a,b,d.documentElement.getAttribute("title"))}else throw{message:mxResources.get("notALibraryFile")};}; -EditorUi.prototype.getLibraryStorageHint=function(a){return""};EditorUi.prototype.libraryLoaded=function(a,b,c){if(null!=this.sidebar){a.constructor!=LocalLibrary&&mxSettings.addCustomLibrary(a.getHash());".scratchpad"==a.title&&(this.scratchpad=a);var d=this.sidebar.palettes[a.getHash()],d=null!=d?d[d.length-1].nextSibling:null;this.removeLibrarySidebar(a.getHash());var f=null,e=mxUtils.bind(this,function(d,b){if(0==d.length&&a.isEditable())null==f&&(f=document.createElement("div"),mxUtils.setPrefixedStyle(f.style, -"borderRadius","6px"),f.style.border="3px dotted lightGray",f.style.textAlign="center",f.style.padding="8px",f.style.color="#B3B3B3",mxUtils.write(f,mxResources.get("dragElementsHere"))),b.appendChild(f);else for(var c=0;c<d.length;c++){var e=d[c],g=e.data;if(null!=g){var g=this.convertDataUri(g),k="shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;";"fixed"==e.aspect&&(k+="aspect=fixed;");b.appendChild(this.sidebar.createVertexTemplate(k+"image="+g,e.w,e.h,"",e.title||"",!1, +null!=urlParams.title?decodeURIComponent(urlParams.title):this.defaultFilename,!0);c.getHash=function(){return d};this.fileLoaded(c);"csv"==a.format&&this.importCsv(f,mxUtils.bind(this,function(a){this.editor.undoManager.clear();this.editor.setModified(!1);this.editor.setStatus("")}));if(null!=a.update){var e=null!=a.interval?parseInt(a.interval):6E4,g=null,l=mxUtils.bind(this,function(){var d=this.currentPage;mxUtils.post(a.update,"xml="+encodeURIComponent(mxUtils.getXml(this.editor.getGraphXml())), +mxUtils.bind(this,function(a){d===this.currentPage&&(200<=a.getStatus()&&300>=a.getStatus()?(this.updateDiagram(a.getText()),m()):this.handleError({message:mxResources.get("error")+" "+a.getStatus()}))}),mxUtils.bind(this,function(a){this.handleError(a)}))}),m=mxUtils.bind(this,function(){window.clearTimeout(g);g=window.setTimeout(l,e)});this.editor.addListener("pageSelected",mxUtils.bind(this,function(){m();l()}));m();l()}null!=b&&b()});if(null!=a.url&&0<a.url.length){var e=a.url;/^https?:\/\//.test(e)&& +!this.isCorsEnabledForUrl(e)&&(e=PROXY_URL+"?url="+encodeURIComponent(a.url));this.loadUrl(e,mxUtils.bind(this,function(a){f(a)}),mxUtils.bind(this,function(a){null!=c&&c(a)}))}else f("")};EditorUi.prototype.updateDiagram=function(a){function d(a){var d=new mxCellOverlay(a.image||c.warningImage,a.tooltip,a.align,a.valign,a.offset);d.addListener(mxEvent.CLICK,function(d,b){editorUi.alert(a.tooltip)});return d}var b=null;if(null!=a&&0<a.length&&(b=mxUtils.parseXml(a),a=null!=b?b.documentElement:null, +null!=a&&"updates"==a.nodeName)){var c=this.editor.graph,e=c.getModel();e.beginUpdate();var m=null;try{for(a=a.firstChild;null!=a;){if("update"==a.nodeName){var l=e.getCell(a.getAttribute("id"));if(null!=l){try{var h=a.getAttribute("value");if(null!=h){var n=mxUtils.parseXml(h).documentElement;if(null!=n)if("1"==n.getAttribute("replace-value"))e.setValue(l,n);else for(var k=n.attributes,p=0;p<k.length;p++)c.setAttributeForCell(l,k[p].nodeName,0<k[p].nodeValue.length?k[p].nodeValue:null)}}catch(z){null!= +window.console&&console.log("Error in value for "+l.id+": "+z)}try{var v=a.getAttribute("style");null!=v&&c.model.setStyle(l,v)}catch(z){null!=window.console&&console.log("Error in style for "+l.id+": "+z)}try{var r=a.getAttribute("icon");if(null!=r){var u=0<r.length?JSON.parse(r):null;null!=u&&u.append||c.removeCellOverlays(l);null!=u&&c.addCellOverlay(l,d(u))}}catch(z){null!=window.console&&console.log("Error in icon for "+l.id+": "+z)}try{var F=a.getAttribute("geometry");if(null!=F){var F=JSON.parse(F), +B=c.getCellGeometry(l);if(null!=B){B=B.clone();for(key in F){var M=parseFloat(F[key]);"dx"==key?B.x+=M:"dy"==key?B.y+=M:"dw"==key?B.width+=M:"dh"==key?B.height+=M:B[key]=parseFloat(F[key])}c.model.setGeometry(l,B)}}}catch(z){null!=window.console&&console.log("Error in icon for "+l.id+": "+z)}}}else if("model"==a.nodeName){for(var x=a.firstChild;null!=x&&x.nodeType!=mxConstants.NODETYPE_ELEMENT;)x=x.nextSibling;null!=x&&(new mxCodec(a.firstChild)).decode(x,e)}else if("view"==a.nodeName){if(a.hasAttribute("scale")&& +(c.view.scale=parseFloat(a.getAttribute("scale"))),a.hasAttribute("dx")||a.hasAttribute("dy"))c.view.translate=new mxPoint(parseFloat(a.getAttribute("dx")||0),parseFloat(a.getAttribute("dy")||0))}else"fit"==a.nodeName&&(m=a.hasAttribute("max-scale")?parseFloat(a.getAttribute("max-scale")):1);a=a.nextSibling}}finally{e.endUpdate()}null!=m&&this.chromelessResize&&this.chromelessResize(!0,m)}return b};EditorUi.prototype.fileLoaded=function(a){var d=!1;this.hideDialog();var b=this.getCurrentFile();this.setCurrentFile(null); +null!=b&&(b.removeListener(this.descriptorChangedListener),b.close());this.editor.graph.model.clear();this.editor.undoManager.clear();var c=mxUtils.bind(this,function(){this.setGraphEnabled(!1);this.setCurrentFile(null);null!=b&&this.updateDocumentTitle();this.editor.graph.model.clear();this.editor.undoManager.clear();this.setBackgroundImage(null);null!=window.location.hash&&0<window.location.hash.length&&(window.location.hash="");null!=this.fname&&(this.fnameWrapper.style.display="none",this.fname.innerHTML= +"",this.fname.setAttribute("title",mxResources.get("rename")));this.editor.setStatus("");this.updateUi();this.showSplash()});if(null!=a)try{this.setCurrentFile(a);a.addListener("descriptorChanged",this.descriptorChangedListener);a.addListener("contentChanged",this.descriptorChangedListener);a.open();this.setGraphEnabled(!0);this.setMode(a.getMode());this.editor.undoManager.clear();this.descriptorChanged();this.updateUi();null==a.realtime&&(a.isEditable()?this.editor.setStatus(""):this.editor.setStatus('<span class="geStatusAlert" style="margin-left:8px;">'+ +mxUtils.htmlEntities(mxResources.get("readOnly"))+"</span>"));!this.editor.isChromelessView()||this.editor.editable?(this.editor.graph.selectUnlockedLayer(),this.showLayersDialog(),this.restoreLibraries(),window.self!==window.top&&window.focus()):this.editor.graph.isLightboxView()&&this.lightboxFit();this.chromelessResize&&this.chromelessResize();this.editor.fireEvent(new mxEventObject("fileLoaded"));d=!0;this.isOffline()||null==a.getMode()||this.logEvent({category:"File",action:"open",label:a.getMode()}); +if(this.mode==a.getMode()&&a.getMode()!=App.MODE_DEVICE&&null!=a.getMode())try{this.addRecent({id:a.getHash(),title:a.getTitle(),mode:a.getMode()})}catch(t){}try{mxSettings.setOpenCounter(mxSettings.getOpenCounter()+1),mxSettings.save()}catch(t){}}catch(t){null!=window.console&&console.log("error in fileLoaded:",a,t);if(EditorUi.enableLogging&&!this.isOffline())try{(new Image).src=(null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"")+"/log?v="+encodeURIComponent(EditorUi.VERSION)+"&msg=errorInFileLoaded:url:"+ +encodeURIComponent(window.location.href)+(null!=t&&null!=t.message?":err:"+encodeURIComponent(t.message):"")+(null!=t&&null!=t.stack?"&stack="+encodeURIComponent(t.stack):"")}catch(m){}this.handleError(t,mxResources.get("errorLoadingFile"),mxUtils.bind(this,function(){null!=urlParams.url&&this.spinner.spin(document.body,mxResources.get("reconnecting"))?window.location.search=this.getSearch(["url"]):null!=b?b.constructor==DriveFile?this.loadFile(b.getHash()):this.fileLoaded(b):c()}))}else c();return d}; +EditorUi.prototype.descriptorChanged=function(){};EditorUi.prototype.logEvent=function(a){if(EditorUi.enableLogging)try{var d=null!=window.DRAWIO_LOG_URL?window.DRAWIO_LOG_URL:"";(new Image).src=d+"/images/1x1.png?v="+encodeURIComponent(EditorUi.VERSION)+(null!=a?"&data="+encodeURIComponent(JSON.stringify(a)):"")}catch(g){}};EditorUi.prototype.restoreLibraries=function(){};EditorUi.prototype.saveLibrary=function(a,b,c,e,t,m,l){};EditorUi.prototype.isScratchpadEnabled=function(){return isLocalStorage|| +mxClient.IS_CHROMEAPP};EditorUi.prototype.toggleScratchpad=function(){this.isScratchpadEnabled()&&(null==this.scratchpad?this.getLocalData(".scratchpad",mxUtils.bind(this,function(a){null==a&&(a=this.emptyLibraryXml);this.loadLibrary(new StorageLibrary(this,a,".scratchpad"))})):this.closeLibrary(this.scratchpad))};EditorUi.prototype.createLibraryDataFromImages=function(a){var d=mxUtils.createXmlDocument(),b=d.createElement("mxlibrary");mxUtils.setTextContent(b,JSON.stringify(a));d.appendChild(b); +return mxUtils.getXml(d)};EditorUi.prototype.closeLibrary=function(a){null!=a&&(this.removeLibrarySidebar(a.getHash()),a.constructor!=LocalLibrary&&mxSettings.removeCustomLibrary(a.getHash()),".scratchpad"==a.title&&(this.scratchpad=null))};EditorUi.prototype.removeLibrarySidebar=function(a){var d=this.sidebar.palettes[a];if(null!=d){for(var b=0;b<d.length;b++)d[b].parentNode.removeChild(d[b]);delete this.sidebar.palettes[a]}};EditorUi.prototype.repositionLibrary=function(a){var d=this.sidebar.container; +if(null==a){var b=this.sidebar.palettes["L.scratchpad"];null==b&&(b=this.sidebar.palettes.search);null!=b&&(a=b[b.length-1].nextSibling)}a=null!=a?a:d.firstChild.nextSibling.nextSibling;var b=d.lastChild,c=b.previousSibling;d.insertBefore(b,a);d.insertBefore(c,b)};EditorUi.prototype.loadLibrary=function(a){var d=mxUtils.parseXml(a.getData());if("mxlibrary"==d.documentElement.nodeName){var b=JSON.parse(mxUtils.getTextContent(d.documentElement));this.libraryLoaded(a,b,d.documentElement.getAttribute("title"))}else throw{message:mxResources.get("notALibraryFile")}; +};EditorUi.prototype.getLibraryStorageHint=function(a){return""};EditorUi.prototype.libraryLoaded=function(a,b,c){if(null!=this.sidebar){a.constructor!=LocalLibrary&&mxSettings.addCustomLibrary(a.getHash());".scratchpad"==a.title&&(this.scratchpad=a);var d=this.sidebar.palettes[a.getHash()],d=null!=d?d[d.length-1].nextSibling:null;this.removeLibrarySidebar(a.getHash());var f=null,e=mxUtils.bind(this,function(d,b){if(0==d.length&&a.isEditable())null==f&&(f=document.createElement("div"),mxUtils.setPrefixedStyle(f.style, +"borderRadius","6px"),f.style.border="3px dotted lightGray",f.style.textAlign="center",f.style.padding="8px",f.style.color="#B3B3B3",mxUtils.write(f,mxResources.get("dragElementsHere"))),b.appendChild(f);else for(var c=0;c<d.length;c++){var e=d[c],g=e.data;if(null!=g){var g=this.convertDataUri(g),l="shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;";"fixed"==e.aspect&&(l+="aspect=fixed;");b.appendChild(this.sidebar.createVertexTemplate(l+"image="+g,e.w,e.h,"",e.title||"",!1, !1,!0))}else null!=e.xml&&(g=this.stringToCells(this.editor.graph.decompress(e.xml)),0<g.length&&b.appendChild(this.sidebar.createVertexTemplateFromCells(g,e.w,e.h,e.title||"",!0,!1,!0)))}});if(null!=this.sidebar&&null!=b)for(var g=0;g<b.length;g++)mxUtils.bind(this,function(a){var d=a.data;null!=d&&null!=a.title?this.sidebar.addEntry(a.title,mxUtils.bind(this,function(){d=this.convertDataUri(d);var b="shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;";"fixed"==a.aspect&&(b+= -"aspect=fixed;");return this.sidebar.createVertexTemplate(b+"image="+d,a.w,a.h,"",a.title||"",!1,!1,!0)})):null!=a.xml&&null!=a.title&&this.sidebar.addEntry(a.title,mxUtils.bind(this,function(){var d=this.stringToCells(this.editor.graph.decompress(a.xml));return this.sidebar.createVertexTemplateFromCells(d,a.w,a.h,a.title||"",!0,!1,!0)}))})(b[g]);c=null!=c&&0<c.length?c:a.getTitle();var h=this.sidebar.addPalette(a.getHash(),c,!0,mxUtils.bind(this,function(a){e(b,a)}));this.repositionLibrary(d);var m= -h.parentNode.previousSibling;c=m.getAttribute("title");null!=c&&0<c.length&&".scratchpad"!=a.title&&m.setAttribute("title",this.getLibraryStorageHint(a)+"\n"+c);var l=document.createElement("div");l.style.position="absolute";l.style.right="0px";l.style.top="0px";l.style.padding="8px";mxClient.IS_QUIRKS||8==document.documentMode||(l.style.backgroundColor="inherit");m.style.position="relative";var n=document.createElement("img");n.setAttribute("src",Dialog.prototype.closeImage);n.setAttribute("title", -mxResources.get("close"));n.setAttribute("valign","absmiddle");n.setAttribute("border","0");n.style.margin="0 3px";var v=null;if(".scratchpad"!=a.title||this.closableScratchpad)l.appendChild(n),mxEvent.addListener(n,"click",mxUtils.bind(this,function(d){if(!mxEvent.isConsumed(d)){var b=mxUtils.bind(this,function(){this.closeLibrary(a)});null!=v?this.confirm(mxResources.get("allChangesLost"),null,b,mxResources.get("cancel"),mxResources.get("discardChanges")):b();mxEvent.consume(d)}}));if(a.isEditable()){var r= -this.editor.graph,u=null,F=mxUtils.bind(this,function(d){this.showLibraryDialog(a.getTitle(),h,b,a,a.getMode());mxEvent.consume(d)}),w=mxUtils.bind(this,function(d){a.setModified(!0);a.isAutosave()?(null!=u&&null!=u.parentNode&&u.parentNode.removeChild(u),u=n.cloneNode(!1),u.setAttribute("src",Editor.spinImage),u.setAttribute("title",mxResources.get("saving")),u.style.cursor="default",u.style.marginRight="2px",u.style.marginTop="-2px",l.insertBefore(u,l.firstChild),m.style.paddingRight=18*l.childNodes.length+ -"px",this.saveLibrary(a.getTitle(),b,a,a.getMode(),!0,!0,function(){null!=u&&null!=u.parentNode&&(u.parentNode.removeChild(u),m.style.paddingRight=18*l.childNodes.length+"px")})):null==v&&(v=n.cloneNode(!1),v.setAttribute("src",IMAGE_PATH+"/download.png"),v.setAttribute("title",mxResources.get("save")),l.insertBefore(v,l.firstChild),mxEvent.addListener(v,"click",mxUtils.bind(this,function(d){this.saveLibrary(a.getTitle(),b,a,a.getMode(),a.constructor==LocalLibrary,!0,function(){null==v||a.isModified()|| -(m.style.paddingRight=18*l.childNodes.length+"px",v.parentNode.removeChild(v),v=null)});mxEvent.consume(d)})),m.style.paddingRight=18*l.childNodes.length+"px")}),G=mxUtils.bind(this,function(a,d,c,e){a=r.cloneCells(mxUtils.sortCells(r.model.getTopmostCells(a)));for(var g=0;g<a.length;g++){var k=r.getCellGeometry(a[g]);null!=k&&k.translate(-d.x,-d.y)}h.appendChild(this.sidebar.createVertexTemplateFromCells(a,d.width,d.height,e||"",!0,!1,!1));a={xml:this.editor.graph.compress(mxUtils.getXml(this.editor.graph.encodeCells(a))), -w:d.width,h:d.height};null!=e&&(a.title=e);b.push(a);w(c);null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null)}),I=mxUtils.bind(this,function(a){if(r.isSelectionEmpty())r.getRubberband().isActive()?(r.getRubberband().execute(a),r.getRubberband().reset()):this.showError(mxResources.get("error"),mxResources.get("nothingIsSelected"),mxResources.get("ok"));else{var d=r.getSelectionCells(),b=r.view.getBounds(d),c=r.view.scale;b.x/=c;b.y/=c;b.width/=c;b.height/=c;b.x-=r.view.translate.x; -b.y-=r.view.translate.y;G(d,b)}mxEvent.consume(a)});h.style.border="3px solid transparent";mxEvent.addGestureListeners(h,function(){},mxUtils.bind(this,function(a){r.isMouseDown&&null!=r.panningManager&&null!=r.graphHandler.shape&&(r.graphHandler.shape.node.style.visibility="hidden",null!=f?f.style.border="3px dotted rgb(254, 137, 12)":h.style.border="3px dotted rgb(254, 137, 12)",h.style.cursor="copy",r.panningManager.stop(),r.autoScroll=!1,null!=r.graphHandler.guide&&r.graphHandler.guide.setVisible(!1), -null!=r.graphHandler.hint&&(r.graphHandler.hint.style.visibility="hidden"),mxEvent.consume(a))}),mxUtils.bind(this,function(a){r.isMouseDown&&null!=r.panningManager&&null!=r.graphHandler&&(h.style.border="3px solid transparent",null!=f&&(f.style.border="3px dotted lightGray"),h.style.cursor="default",this.sidebar.showTooltips=!0,r.panningManager.stop(),r.graphHandler.reset(),r.isMouseDown=!1,r.autoScroll=!0,I(a),mxEvent.consume(a))}));mxEvent.addListener(h,"mouseleave",mxUtils.bind(this,function(a){r.isMouseDown&& +"aspect=fixed;");return this.sidebar.createVertexTemplate(b+"image="+d,a.w,a.h,"",a.title||"",!1,!1,!0)})):null!=a.xml&&null!=a.title&&this.sidebar.addEntry(a.title,mxUtils.bind(this,function(){var d=this.stringToCells(this.editor.graph.decompress(a.xml));return this.sidebar.createVertexTemplateFromCells(d,a.w,a.h,a.title||"",!0,!1,!0)}))})(b[g]);c=null!=c&&0<c.length?c:a.getTitle();var h=this.sidebar.addPalette(a.getHash(),c,!0,mxUtils.bind(this,function(a){e(b,a)}));this.repositionLibrary(d);var n= +h.parentNode.previousSibling;c=n.getAttribute("title");null!=c&&0<c.length&&".scratchpad"!=a.title&&n.setAttribute("title",this.getLibraryStorageHint(a)+"\n"+c);var k=document.createElement("div");k.style.position="absolute";k.style.right="0px";k.style.top="0px";k.style.padding="8px";mxClient.IS_QUIRKS||8==document.documentMode||(k.style.backgroundColor="inherit");n.style.position="relative";var p=document.createElement("img");p.setAttribute("src",Dialog.prototype.closeImage);p.setAttribute("title", +mxResources.get("close"));p.setAttribute("valign","absmiddle");p.setAttribute("border","0");p.style.margin="0 3px";var v=null;if(".scratchpad"!=a.title||this.closableScratchpad)k.appendChild(p),mxEvent.addListener(p,"click",mxUtils.bind(this,function(d){if(!mxEvent.isConsumed(d)){var b=mxUtils.bind(this,function(){this.closeLibrary(a)});null!=v?this.confirm(mxResources.get("allChangesLost"),null,b,mxResources.get("cancel"),mxResources.get("discardChanges")):b();mxEvent.consume(d)}}));if(a.isEditable()){var r= +this.editor.graph,u=null,F=mxUtils.bind(this,function(d){this.showLibraryDialog(a.getTitle(),h,b,a,a.getMode());mxEvent.consume(d)}),B=mxUtils.bind(this,function(d){a.setModified(!0);a.isAutosave()?(null!=u&&null!=u.parentNode&&u.parentNode.removeChild(u),u=p.cloneNode(!1),u.setAttribute("src",Editor.spinImage),u.setAttribute("title",mxResources.get("saving")),u.style.cursor="default",u.style.marginRight="2px",u.style.marginTop="-2px",k.insertBefore(u,k.firstChild),n.style.paddingRight=18*k.childNodes.length+ +"px",this.saveLibrary(a.getTitle(),b,a,a.getMode(),!0,!0,function(){null!=u&&null!=u.parentNode&&(u.parentNode.removeChild(u),n.style.paddingRight=18*k.childNodes.length+"px")})):null==v&&(v=p.cloneNode(!1),v.setAttribute("src",IMAGE_PATH+"/download.png"),v.setAttribute("title",mxResources.get("save")),k.insertBefore(v,k.firstChild),mxEvent.addListener(v,"click",mxUtils.bind(this,function(d){this.saveLibrary(a.getTitle(),b,a,a.getMode(),a.constructor==LocalLibrary,!0,function(){null==v||a.isModified()|| +(n.style.paddingRight=18*k.childNodes.length+"px",v.parentNode.removeChild(v),v=null)});mxEvent.consume(d)})),n.style.paddingRight=18*k.childNodes.length+"px")}),M=mxUtils.bind(this,function(a,d,c,e){a=r.cloneCells(mxUtils.sortCells(r.model.getTopmostCells(a)));for(var g=0;g<a.length;g++){var l=r.getCellGeometry(a[g]);null!=l&&l.translate(-d.x,-d.y)}h.appendChild(this.sidebar.createVertexTemplateFromCells(a,d.width,d.height,e||"",!0,!1,!1));a={xml:this.editor.graph.compress(mxUtils.getXml(this.editor.graph.encodeCells(a))), +w:d.width,h:d.height};null!=e&&(a.title=e);b.push(a);B(c);null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null)}),x=mxUtils.bind(this,function(a){if(r.isSelectionEmpty())r.getRubberband().isActive()?(r.getRubberband().execute(a),r.getRubberband().reset()):this.showError(mxResources.get("error"),mxResources.get("nothingIsSelected"),mxResources.get("ok"));else{var d=r.getSelectionCells(),b=r.view.getBounds(d),c=r.view.scale;b.x/=c;b.y/=c;b.width/=c;b.height/=c;b.x-=r.view.translate.x; +b.y-=r.view.translate.y;M(d,b)}mxEvent.consume(a)});h.style.border="3px solid transparent";mxEvent.addGestureListeners(h,function(){},mxUtils.bind(this,function(a){r.isMouseDown&&null!=r.panningManager&&null!=r.graphHandler.shape&&(r.graphHandler.shape.node.style.visibility="hidden",null!=f?f.style.border="3px dotted rgb(254, 137, 12)":h.style.border="3px dotted rgb(254, 137, 12)",h.style.cursor="copy",r.panningManager.stop(),r.autoScroll=!1,null!=r.graphHandler.guide&&r.graphHandler.guide.setVisible(!1), +null!=r.graphHandler.hint&&(r.graphHandler.hint.style.visibility="hidden"),mxEvent.consume(a))}),mxUtils.bind(this,function(a){r.isMouseDown&&null!=r.panningManager&&null!=r.graphHandler&&(h.style.border="3px solid transparent",null!=f&&(f.style.border="3px dotted lightGray"),h.style.cursor="default",this.sidebar.showTooltips=!0,r.panningManager.stop(),r.graphHandler.reset(),r.isMouseDown=!1,r.autoScroll=!0,x(a),mxEvent.consume(a))}));mxEvent.addListener(h,"mouseleave",mxUtils.bind(this,function(a){r.isMouseDown&& null!=r.graphHandler.shape&&(r.graphHandler.shape.node.style.visibility="visible",h.style.border="3px solid transparent",h.style.cursor="",r.autoScroll=!0,null!=r.graphHandler.guide&&r.graphHandler.guide.setVisible(!0),null!=r.graphHandler.hint&&(r.graphHandler.hint.style.visibility="visible"),null!=f&&(f.style.border="3px dotted lightGray"))}));Graph.fileSupport&&(mxEvent.addListener(h,"dragover",mxUtils.bind(this,function(a){null!=f?f.style.border="3px dotted rgb(254, 137, 12)":h.style.border="3px dotted rgb(254, 137, 12)"; -a.dataTransfer.dropEffect="copy";h.style.cursor="copy";this.sidebar.hideTooltip();a.stopPropagation();a.preventDefault()})),mxEvent.addListener(h,"drop",mxUtils.bind(this,function(a){h.style.border="3px solid transparent";h.style.cursor="";null!=f&&(f.style.border="3px dotted lightGray");0<a.dataTransfer.files.length&&this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,mxUtils.bind(this,function(d,c,g,k,l,p,q,t,m){if(null!=d&&"image/"==c.substring(0,6))d="shape=image;verticalLabelPosition=bottom;verticalAlign=top;aspect=fixed;image="+ -this.convertDataUri(d),d=[new mxCell("",new mxGeometry(0,0,l,p),d)],d[0].vertex=!0,G(d,new mxRectangle(0,0,l,p),a,mxEvent.isAltDown(a)?null:q.substring(0,q.lastIndexOf(".")).replace(/_/g," ")),null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null);else{var v=!1,n=mxUtils.bind(this,function(d,c){if(null!=d&&"text/xml"==c){var g=mxUtils.parseXml(d);if("mxlibrary"==g.documentElement.nodeName)try{var k=JSON.parse(mxUtils.getTextContent(g.documentElement));e(k,h);b=b.concat(k);w(a); -this.spinner.stop();v=!0}catch(V){}else if("mxfile"==g.documentElement.nodeName)try{for(var l=g.documentElement.getElementsByTagName("diagram"),g=0;g<l.length;g++){var k=mxUtils.getTextContent(l[g]),p=this.stringToCells(this.editor.graph.decompress(k)),q=this.editor.graph.getBoundingBoxFromGeometry(p);G(p,new mxRectangle(0,0,q.width,q.height),a)}v=!0}catch(V){null!=window.console&&console.log("error in drop handler:",V)}}v||(this.spinner.stop(),this.handleError({message:mxResources.get("errorLoadingFile")})); -null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null)});null!=m&&null!=q&&(/(\.vsdx?)($|\?)/i.test(q)||/(\.vssx)($|\?)/i.test(q))?this.importVisio(m,function(a){n(a,"text/xml")},null,q):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(d,q)&&null!=m?this.parseFile(m,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status?n(a.responseText,"text/xml"):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge": -"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))})):n(d,c)}}));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(h,"dragleave",function(a){null!=f?f.style.border="3px dotted lightGray":(h.style.border="3px solid transparent",h.style.cursor="");a.stopPropagation();a.preventDefault()}));n=n.cloneNode(!1);n.setAttribute("src",Editor.editImage);n.setAttribute("title",mxResources.get("edit"));l.insertBefore(n,l.firstChild);mxEvent.addListener(n,"click",F);mxEvent.addListener(h, -"dblclick",function(a){mxEvent.getSource(a)==h&&F(a)});c=n.cloneNode(!1);c.setAttribute("src",Editor.plusImage);c.setAttribute("title",mxResources.get("add"));l.insertBefore(c,l.firstChild);mxEvent.addListener(c,"click",I);this.isOffline()||".scratchpad"!=a.title||null==EditorUi.scratchpadHelpLink||(c=document.createElement("span"),c.setAttribute("title",mxResources.get("help")),c.style.cssText="color:#a3a3a3;text-decoration:none;margin-right:2px;",mxUtils.write(c,"?"),mxEvent.addGestureListeners(c, -mxUtils.bind(this,function(a){this.openLink(EditorUi.scratchpadHelpLink);mxEvent.consume(a)})),l.insertBefore(c,l.firstChild))}m.appendChild(l);m.style.paddingRight=18*l.childNodes.length+"px"}};"1"==urlParams.offline||EditorUi.isElectronApp?EditorUi.prototype.footerHeight=4:("1"==urlParams.savesidebar&&(Sidebar.prototype.thumbWidth=64,Sidebar.prototype.thumbHeight=64),EditorUi.prototype.footerHeight=760<=screen.width&&240<=screen.height?46:0,EditorUi.prototype.createFooter=function(){var a=document.getElementById("geFooter"); +a.dataTransfer.dropEffect="copy";h.style.cursor="copy";this.sidebar.hideTooltip();a.stopPropagation();a.preventDefault()})),mxEvent.addListener(h,"drop",mxUtils.bind(this,function(a){h.style.border="3px solid transparent";h.style.cursor="";null!=f&&(f.style.border="3px dotted lightGray");0<a.dataTransfer.files.length&&this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,mxUtils.bind(this,function(d,c,g,l,k,m,q,t,n){if(null!=d&&"image/"==c.substring(0,6))d="shape=image;verticalLabelPosition=bottom;verticalAlign=top;aspect=fixed;image="+ +this.convertDataUri(d),d=[new mxCell("",new mxGeometry(0,0,k,m),d)],d[0].vertex=!0,M(d,new mxRectangle(0,0,k,m),a,mxEvent.isAltDown(a)?null:q.substring(0,q.lastIndexOf(".")).replace(/_/g," ")),null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null);else{var v=!1,p=mxUtils.bind(this,function(d,c){if(null!=d&&"text/xml"==c){var g=mxUtils.parseXml(d);if("mxlibrary"==g.documentElement.nodeName)try{var l=JSON.parse(mxUtils.getTextContent(g.documentElement));e(l,h);b=b.concat(l);B(a); +this.spinner.stop();v=!0}catch(O){}else if("mxfile"==g.documentElement.nodeName)try{for(var k=g.documentElement.getElementsByTagName("diagram"),g=0;g<k.length;g++){var l=mxUtils.getTextContent(k[g]),m=this.stringToCells(this.editor.graph.decompress(l)),q=this.editor.graph.getBoundingBoxFromGeometry(m);M(m,new mxRectangle(0,0,q.width,q.height),a)}v=!0}catch(O){null!=window.console&&console.log("error in drop handler:",O)}}v||(this.spinner.stop(),this.handleError({message:mxResources.get("errorLoadingFile")})); +null!=f&&null!=f.parentNode&&0<b.length&&(f.parentNode.removeChild(f),f=null)});null!=n&&null!=q&&(/(\.vsdx?)($|\?)/i.test(q)||/(\.vssx?)($|\?)/i.test(q))?this.importVisio(n,function(a){p(a,"text/xml")},null,q):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(d,q)&&null!=n?this.parseFile(n,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status?p(a.responseText,"text/xml"):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge": +"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))})):p(d,c)}}));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(h,"dragleave",function(a){null!=f?f.style.border="3px dotted lightGray":(h.style.border="3px solid transparent",h.style.cursor="");a.stopPropagation();a.preventDefault()}));p=p.cloneNode(!1);p.setAttribute("src",Editor.editImage);p.setAttribute("title",mxResources.get("edit"));k.insertBefore(p,k.firstChild);mxEvent.addListener(p,"click",F);mxEvent.addListener(h, +"dblclick",function(a){mxEvent.getSource(a)==h&&F(a)});c=p.cloneNode(!1);c.setAttribute("src",Editor.plusImage);c.setAttribute("title",mxResources.get("add"));k.insertBefore(c,k.firstChild);mxEvent.addListener(c,"click",x);this.isOffline()||".scratchpad"!=a.title||null==EditorUi.scratchpadHelpLink||(c=document.createElement("span"),c.setAttribute("title",mxResources.get("help")),c.style.cssText="color:#a3a3a3;text-decoration:none;margin-right:2px;",mxUtils.write(c,"?"),mxEvent.addGestureListeners(c, +mxUtils.bind(this,function(a){this.openLink(EditorUi.scratchpadHelpLink);mxEvent.consume(a)})),k.insertBefore(c,k.firstChild))}n.appendChild(k);n.style.paddingRight=18*k.childNodes.length+"px"}};"1"==urlParams.offline||EditorUi.isElectronApp?EditorUi.prototype.footerHeight=4:("1"==urlParams.savesidebar&&(Sidebar.prototype.thumbWidth=64,Sidebar.prototype.thumbHeight=64),EditorUi.prototype.footerHeight=760<=screen.width&&240<=screen.height?46:0,EditorUi.prototype.createFooter=function(){var a=document.getElementById("geFooter"); if(null!=a){a.style.visibility="visible";var b=document.createElement("img");b.setAttribute("border","0");b.setAttribute("src",Dialog.prototype.closeImage);b.setAttribute("title",mxResources.get("hide"));a.appendChild(b);mxClient.IS_QUIRKS&&(b.style.position="relative",b.style.styleFloat="right",b.style.top="-30px",b.style.left="164px",b.style.cursor="pointer");mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.hideFooter()}))}return a});EditorUi.initTheme=function(){"atlas"==uiTheme? (mxClient.link("stylesheet",STYLE_PATH+"/atlas.css"),"undefined"!==typeof Toolbar&&(Toolbar.prototype.unselectedBackground=mxClient.IS_QUIRKS?"none":"linear-gradient(rgb(255, 255, 255) 0px, rgb(242, 242, 242) 100%)",Toolbar.prototype.selectedBackground="rgb(242, 242, 242)"),Editor.prototype.initialTopSpacing=3,EditorUi.prototype.menubarHeight=41,EditorUi.prototype.toolbarHeight=38,EditorUi.prototype.hsplitPosition=188,Sidebar.prototype.thumbWidth=46,Sidebar.prototype.thumbHeight=46,Sidebar.prototype.thumbPadding= 5<=document.documentMode?0:1,Sidebar.prototype.thumbBorder=2):"dark"==uiTheme&&(mxClient.link("stylesheet",STYLE_PATH+"/dark.css"),Dialog.backdropColor="#2a2a2a",Graph.prototype.defaultThemeName="darkTheme",Graph.prototype.defaultPageBackgroundColor="#2a2a2a",Graph.prototype.defaultGraphBackground=null,Graph.prototype.defaultPageBorderColor="#505759",Graph.prototype.svgShadowColor="#e0e0e0",Graph.prototype.svgShadowOpacity="0.6",Graph.prototype.svgShadowSize="0.8",Graph.prototype.svgShadowBlur="1.4", @@ -2808,218 +2812,218 @@ Editor.checkmarkImage="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAM !0;this.editor.graph.model.execute(a)});var d=new BackgroundImageDialog(this,mxUtils.bind(this,function(d){a(d)}));this.showDialog(d.container,360,200,!0,!0);d.init()};EditorUi.prototype.showLibraryDialog=function(a,b,c,e,t){a=new LibraryDialog(this,a,b,c,e,t);this.showDialog(a.container,620,440,!0,!1,mxUtils.bind(this,function(a){a&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash()}));a.init()};EditorUi.prototype.createSidebarFooterContainer=function(){var a=this.createDiv("geSidebarContainer"); a.style.position="absolute";a.style.overflow="hidden";a.style.borderWidth="3px";var b=document.createElement("a");b.setAttribute("href","javascript:void(0);");b.className="geTitle";b.style.height="100%";b.style.paddingTop="9px";mxUtils.write(b,mxResources.get("moreShapes")+"...");mxEvent.addListener(b,"click",mxUtils.bind(this,function(a){this.actions.get("shapes").funct();mxEvent.consume(a)}));a.appendChild(b);return a};EditorUi.prototype.handleError=function(a,b,c){var d=null!=this.spinner&&null!= this.spinner.pause?this.spinner.pause():function(){},f=null!=a&&null!=a.error?a.error:a;if(null!=f||null!=b){a=mxUtils.htmlEntities(mxResources.get("unknownError"));var e=mxResources.get("ok"),g=null;b=null!=b?b:mxResources.get("error");if(null!=f)if(null!=f.retry&&(e=mxResources.get("cancel"),g=function(){d();f.retry()}),"undefined"!=typeof gapi&&"undefined"!=typeof gapi.drive&&"undefined"!=typeof gapi.drive.realtime&&f.type==gapi.drive.realtime.ErrorType.FORBIDDEN)a=mxUtils.htmlEntities(mxResources.get("forbidden")); -else if(404==f.code||404==f.status||"undefined"!=typeof gapi&&"undefined"!=typeof gapi.drive&&"undefined"!=typeof gapi.drive.realtime&&f.type==gapi.drive.realtime.ErrorType.NOT_FOUND){a=mxUtils.htmlEntities(mxResources.get("fileNotFoundOrDenied"));var h=window.location.hash;null!=h&&"#G"==h.substring(0,2)&&(h=h.substring(2),a+=' <a href="https://drive.google.com/open?id='+h+'" target="_blank">'+mxUtils.htmlEntities(mxResources.get("tryOpeningViaThisPage"))+"</a>")}else f.code==App.ERROR_TIMEOUT?a= -mxUtils.htmlEntities(mxResources.get("timeout")):f.code==App.ERROR_BUSY?a=mxUtils.htmlEntities(mxResources.get("busy")):null!=f.message?a=mxUtils.htmlEntities(f.message):null!=f.response&&null!=f.response.error&&(a=mxUtils.htmlEntities(f.response.error));this.showError(b,a,e,c,g)}else null!=c&&c()};EditorUi.prototype.showError=function(a,b,c,e,h,k,q,m,n,l,r,v){a=new ErrorDialog(this,a,b,c||mxResources.get("ok"),e,h,k,q,v,m,n);this.showDialog(a.container,l||340,r||150,!0,!1);a.init()};EditorUi.prototype.alert= -function(a,b){var d=new ErrorDialog(this,null,a,mxResources.get("ok"),b);this.showDialog(d.container,340,100,!0,!1);d.init()};EditorUi.prototype.confirm=function(a,b,c,e,h){var d=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){};this.showDialog((new ConfirmDialog(this,a,function(){d();null!=b&&b()},function(){d();null!=c&&c()},e,h)).container,340,90,!0,!1)};EditorUi.prototype.setCurrentFile=function(a){this.currentFile=a};EditorUi.prototype.getCurrentFile=function(){return this.currentFile}; +else if(404==f.code||404==f.status||"undefined"!=typeof gapi&&"undefined"!=typeof gapi.drive&&"undefined"!=typeof gapi.drive.realtime&&f.type==gapi.drive.realtime.ErrorType.NOT_FOUND){a=mxUtils.htmlEntities(mxResources.get("fileNotFoundOrDenied"));var h=window.location.hash;null!=h&&"#G"==h.substring(0,2)&&(h=h.substring(2),a+=' <a href="https://drive.google.com/open?id='+h+'" target="_blank">'+mxUtils.htmlEntities(mxResources.get("tryOpeningViaThisPage"))+"</a>")}else null!=f.message?a=mxUtils.htmlEntities(f.message): +null!=f.response&&null!=f.response.error?a=mxUtils.htmlEntities(f.response.error):"undefined"!==window.App&&(f.code==App.ERROR_TIMEOUT?a=mxUtils.htmlEntities(mxResources.get("timeout")):f.code==App.ERROR_BUSY&&(a=mxUtils.htmlEntities(mxResources.get("busy"))));this.showError(b,a,e,c,g)}else null!=c&&c()};EditorUi.prototype.showError=function(a,b,c,e,t,m,l,h,n,k,p,v){a=new ErrorDialog(this,a,b,c||mxResources.get("ok"),e,t,m,l,v,h,n);this.showDialog(a.container,k||340,p||150,!0,!1);a.init()};EditorUi.prototype.alert= +function(a,b){var d=new ErrorDialog(this,null,a,mxResources.get("ok"),b);this.showDialog(d.container,340,100,!0,!1);d.init()};EditorUi.prototype.confirm=function(a,b,c,e,t){var d=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){};this.showDialog((new ConfirmDialog(this,a,function(){d();null!=b&&b()},function(){d();null!=c&&c()},e,t)).container,340,90,!0,!1)};EditorUi.prototype.setCurrentFile=function(a){this.currentFile=a};EditorUi.prototype.getCurrentFile=function(){return this.currentFile}; EditorUi.prototype.isExportToCanvas=function(){return mxClient.IS_CHROMEAPP||!this.editor.graph.mathEnabled&&this.useCanvasForExport};EditorUi.prototype.createSvgDataUri=function(a){return"data:image/svg+xml;base64,"+btoa(unescape(encodeURIComponent(a)))};EditorUi.prototype.createImageDataUri=function(a,b,c){var d=a.toDataURL("image/"+c);if(6>=d.length||d==a.cloneNode(!1).toDataURL("image/"+c))throw{message:"Invalid image"};null!=b&&(d=this.writeGraphModelToPng(d,"zTXt","mxGraphModel",atob(this.editor.graph.compress(b)))); return d};EditorUi.prototype.saveCanvas=function(a,b,c){var d="jpeg"==c?"jpg":c,f=this.getBaseFilename()+"."+d;a=this.createImageDataUri(a,b,c);this.saveData(f,d,a.substring(a.lastIndexOf(",")+1),"image/"+c,!0)};EditorUi.prototype.isLocalFileSave=function(){return"remote"!=urlParams.save&&(mxClient.IS_IE||"undefined"!==typeof window.Blob&&"undefined"!==typeof window.URL)&&9!=document.documentMode&&8!=document.documentMode&&7!=document.documentMode&&!mxClient.IS_QUIRKS||this.isOfflineApp()||mxClient.IS_IOS}; -EditorUi.prototype.doSaveLocalFile=function(a,b,c,e,h){if(window.Blob&&navigator.msSaveOrOpenBlob)a=e?this.base64ToBlob(a,c):new Blob([a],{type:c}),navigator.msSaveOrOpenBlob(a,b);else if(mxClient.IS_IE)c=window.open("about:blank","_blank"),null==c?mxUtils.popup(a,!0):(c.document.write(a),c.document.close(),c.document.execCommand("SaveAs",!0,b),c.close());else if(mxClient.IS_IOS)b=new TextareaDialog(this,b+":",a,null,null,mxResources.get("close")),b.textarea.style.width="600px",b.textarea.style.height= +EditorUi.prototype.doSaveLocalFile=function(a,b,c,e,t){if(window.Blob&&navigator.msSaveOrOpenBlob)a=e?this.base64ToBlob(a,c):new Blob([a],{type:c}),navigator.msSaveOrOpenBlob(a,b);else if(mxClient.IS_IE)c=window.open("about:blank","_blank"),null==c?mxUtils.popup(a,!0):(c.document.write(a),c.document.close(),c.document.execCommand("SaveAs",!0,b),c.close());else if(mxClient.IS_IOS)b=new TextareaDialog(this,b+":",a,null,null,mxResources.get("close")),b.textarea.style.width="600px",b.textarea.style.height= "380px",this.showDialog(b.container,620,460,!0,!0),b.init(),document.execCommand("selectall",!1,null);else{var d=document.createElement("a"),f=!mxClient.IS_SF&&0>navigator.userAgent.indexOf("PaleMoon/")&&"undefined"!==typeof d.download;if(mxClient.IS_GC)var g=navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./),f=65==(g?parseInt(g[2],10):!1)?!1:f;if(f||this.isOffline()){d.href=URL.createObjectURL(e?this.base64ToBlob(a,c):new Blob([a],{type:c}));f?d.download=b:d.setAttribute("target","_blank");document.body.appendChild(d); -try{window.setTimeout(function(){URL.revokeObjectURL(d.href)},0),d.click(),d.parentNode.removeChild(d)}catch(B){}}else this.createEchoRequest(a,b,c,e,h).simulate(document,"_blank")}};EditorUi.prototype.createEchoRequest=function(a,b,c,e,h,k){a="xml="+encodeURIComponent(a);return new mxXmlRequest(SAVE_URL,a+(null!=c?"&mime="+c:"")+(null!=h?"&format="+h:"")+(null!=k?"&base64="+k:"")+(null!=b?"&filename="+encodeURIComponent(b):"")+(e?"&binary=1":""))};EditorUi.prototype.base64ToBlob=function(a,b){b= -b||"";for(var d=atob(a),c=d.length,f=Math.ceil(c/1024),e=Array(f),q=0;q<f;++q){for(var h=1024*q,m=Math.min(h+1024,c),l=Array(m-h),n=0;h<m;++n,++h)l[n]=d[h].charCodeAt(0);e[q]=new Uint8Array(l)}return new Blob(e,{type:b})};EditorUi.prototype.saveLocalFile=function(a,b,c,e,h,k,q){k=null!=k?k:!1;q=null!=q?q:"vsdx"!=h&&(!mxClient.IS_IOS||!navigator.standalone);h=this.getServiceCount(k);b=new CreateDialog(this,b,mxUtils.bind(this,function(d,b){try{if("_blank"==b)if(null==c||"image/"!=c.substring(0,6)|| -"image/svg"==c.substring(0,9)&&!mxClient.IS_SVG){var f=window.open("about:blank");null==f?mxUtils.popup(a,!0):(f.document.write(mxUtils.htmlEntities(a,!1)),f.document.close())}else this.openInNewWindow(a,c,e);else b==App.MODE_DEVICE||"download"==b?this.doSaveLocalFile(a,d,c,e):null!=d&&0<d.length&&this.pickFolder(b,mxUtils.bind(this,function(f){try{this.exportFile(a,d,c,e,b,f)}catch(v){this.handleError(v)}}))}catch(y){this.handleError(y)}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"), -mxResources.get("download"),!1,k,q,null,1<h,4<h&&(!k||6>h)?3:4,a,c,e);this.showDialog(b.container,420,h==(mxClient.IS_IOS?0:1)?160:4<h?390:270,!0,!0);b.init()};EditorUi.prototype.openInNewWindow=function(a,b,c){if(mxClient.IS_GC||mxClient.IS_EDGE||11==document.documentMode||10==document.documentMode){var d=window.open("about:blank");null==d?mxUtils.popup(a,!0):("image/svg+xml"==b?d.document.write("<html>"+a+"</html>"):d.document.write('<html><img src="data:'+b+(c?";base64,"+a:";charset=utf8,"+encodeURIComponent(a))+ +try{window.setTimeout(function(){URL.revokeObjectURL(d.href)},0),d.click(),d.parentNode.removeChild(d)}catch(y){}}else this.createEchoRequest(a,b,c,e,t).simulate(document,"_blank")}};EditorUi.prototype.createEchoRequest=function(a,b,c,e,t,m){a="xml="+encodeURIComponent(a);return new mxXmlRequest(SAVE_URL,a+(null!=c?"&mime="+c:"")+(null!=t?"&format="+t:"")+(null!=m?"&base64="+m:"")+(null!=b?"&filename="+encodeURIComponent(b):"")+(e?"&binary=1":""))};EditorUi.prototype.base64ToBlob=function(a,b){b= +b||"";for(var d=atob(a),c=d.length,e=Math.ceil(c/1024),f=Array(e),l=0;l<e;++l){for(var h=1024*l,n=Math.min(h+1024,c),k=Array(n-h),p=0;h<n;++p,++h)k[p]=d[h].charCodeAt(0);f[l]=new Uint8Array(k)}return new Blob(f,{type:b})};EditorUi.prototype.saveLocalFile=function(a,b,c,e,t,m,l){m=null!=m?m:!1;l=null!=l?l:"vsdx"!=t&&(!mxClient.IS_IOS||!navigator.standalone);t=this.getServiceCount(m);b=new CreateDialog(this,b,mxUtils.bind(this,function(d,b){try{if("_blank"==b)if(null==c||"image/"!=c.substring(0,6)|| +"image/svg"==c.substring(0,9)&&!mxClient.IS_SVG){var f=window.open("about:blank");null==f?mxUtils.popup(a,!0):(f.document.write(mxUtils.htmlEntities(a,!1)),f.document.close())}else this.openInNewWindow(a,c,e);else b==App.MODE_DEVICE||"download"==b?this.doSaveLocalFile(a,d,c,e):null!=d&&0<d.length&&this.pickFolder(b,mxUtils.bind(this,function(f){try{this.exportFile(a,d,c,e,b,f)}catch(v){this.handleError(v)}}))}catch(w){this.handleError(w)}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"), +mxResources.get("download"),!1,m,l,null,1<t,4<t&&(!m||6>t)?3:4,a,c,e);this.showDialog(b.container,420,t==(mxClient.IS_IOS?0:1)?160:4<t?390:270,!0,!0);b.init()};EditorUi.prototype.openInNewWindow=function(a,b,c){if(mxClient.IS_GC||mxClient.IS_EDGE||11==document.documentMode||10==document.documentMode){var d=window.open("about:blank");null==d?mxUtils.popup(a,!0):("image/svg+xml"==b?d.document.write("<html>"+a+"</html>"):d.document.write('<html><img src="data:'+b+(c?";base64,"+a:";charset=utf8,"+encodeURIComponent(a))+ '"/></html>'),d.document.close())}else d=window.open("data:"+b+(c?";base64,"+a:";charset=utf8,"+encodeURIComponent(a))),null==d&&mxUtils.popup(a,!0)};var c=EditorUi.prototype.addChromelessToolbarItems;EditorUi.prototype.addChromelessToolbarItems=function(a){if(this.isExportToCanvas()){this.exportDialog=null;var d=a(mxUtils.bind(this,function(a){var b=mxUtils.bind(this,function(){mxEvent.removeListener(this.editor.graph.container,"click",b);null!=this.exportDialog&&(this.exportDialog.parentNode.removeChild(this.exportDialog), this.exportDialog=null)});if(null!=this.exportDialog)b.apply(this);else{this.exportDialog=document.createElement("div");var c=d.getBoundingClientRect();mxUtils.setPrefixedStyle(this.exportDialog.style,"borderRadius","5px");this.exportDialog.style.position="fixed";this.exportDialog.style.textAlign="center";this.exportDialog.style.fontFamily="Helvetica,Arial";this.exportDialog.style.backgroundColor="#000000";this.exportDialog.style.width="50px";this.exportDialog.style.height="50px";this.exportDialog.style.padding= -"4px 2px 4px 2px";this.exportDialog.style.color="#ffffff";mxUtils.setOpacity(this.exportDialog,70);this.exportDialog.style.left=c.left+"px";this.exportDialog.style.bottom=parseInt(this.chromelessToolbar.style.bottom)+this.chromelessToolbar.offsetHeight+4+"px";c=mxUtils.getCurrentStyle(this.editor.graph.container);this.exportDialog.style.zIndex=c.zIndex;var f=new Spinner({lines:8,length:6,width:5,radius:6,rotate:0,color:"#fff",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"28px",zIndex:2E9});f.spin(this.exportDialog); -this.exportToCanvas(mxUtils.bind(this,function(a){f.stop();this.exportDialog.style.width="auto";this.exportDialog.style.height="auto";this.exportDialog.style.padding="10px";var d=this.createImageDataUri(a,null,"png");a=document.createElement("img");a.style.maxWidth="140px";a.style.maxHeight="140px";a.style.cursor="pointer";a.style.backgroundColor="white";a.setAttribute("title",mxResources.get("openInNewWindow"));a.setAttribute("border","0");a.setAttribute("src",d);this.exportDialog.appendChild(a); +"4px 2px 4px 2px";this.exportDialog.style.color="#ffffff";mxUtils.setOpacity(this.exportDialog,70);this.exportDialog.style.left=c.left+"px";this.exportDialog.style.bottom=parseInt(this.chromelessToolbar.style.bottom)+this.chromelessToolbar.offsetHeight+4+"px";c=mxUtils.getCurrentStyle(this.editor.graph.container);this.exportDialog.style.zIndex=c.zIndex;var e=new Spinner({lines:8,length:6,width:5,radius:6,rotate:0,color:"#fff",speed:1.5,trail:60,shadow:!1,hwaccel:!1,top:"28px",zIndex:2E9});e.spin(this.exportDialog); +this.exportToCanvas(mxUtils.bind(this,function(a){e.stop();this.exportDialog.style.width="auto";this.exportDialog.style.height="auto";this.exportDialog.style.padding="10px";var d=this.createImageDataUri(a,null,"png");a=document.createElement("img");a.style.maxWidth="140px";a.style.maxHeight="140px";a.style.cursor="pointer";a.style.backgroundColor="white";a.setAttribute("title",mxResources.get("openInNewWindow"));a.setAttribute("border","0");a.setAttribute("src",d);this.exportDialog.appendChild(a); mxEvent.addListener(a,"click",mxUtils.bind(this,function(){this.openInNewWindow(d.substring(d.indexOf(",")+1),"image/png",!0);b.apply(this,arguments)}))}),null,this.thumbImageCache,null,mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}));mxEvent.addListener(this.editor.graph.container,"click",b);document.body.appendChild(this.exportDialog)}mxEvent.consume(a)}),Editor.cameraLargeImage,mxResources.get("export"))}c.apply(this,arguments)};EditorUi.prototype.saveData=function(a,b, -c,e,h){this.isLocalFileSave()?this.saveLocalFile(c,a,e,h,b):this.saveRequest(a,b,mxUtils.bind(this,function(a,d){return this.createEchoRequest(c,a,e,h,b,d)}),c,h,e)};EditorUi.prototype.saveRequest=function(a,b,c,e,h,k,q){q=null!=q?q:!mxClient.IS_IOS||!navigator.standalone;var d=this.getServiceCount(!1);a=new CreateDialog(this,a,mxUtils.bind(this,function(a,d){if("_blank"==d||null!=a&&0<a.length){var f=c("_blank"==d?null:a,d==App.MODE_DEVICE||"download"==d||null==d||"_blank"==d?"0":"1");null!=f&&(d== -App.MODE_DEVICE||"download"==d||"_blank"==d?f.simulate(document,"_blank"):this.pickFolder(d,mxUtils.bind(this,function(c){k=null!=k?k:"pdf"==b?"application/pdf":"image/"+b;if(null!=e)try{this.exportFile(e,a,k,!0,d,c)}catch(A){this.handleError(A)}else this.spinner.spin(document.body,mxResources.get("saving"))&&f.send(mxUtils.bind(this,function(){this.spinner.stop();if(200<=f.getStatus()&&299>=f.getStatus())try{this.exportFile(f.getText(),a,k,!0,d,c)}catch(A){this.handleError(A)}else this.handleError({message:mxResources.get("errorSavingFile")})}), -function(a){this.spinner.stop();this.handleError(a)})})))}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"),mxResources.get("download"),!1,!1,q,null,1<d,4<d?3:4,e,k,h);this.showDialog(a.container,380,d==(mxClient.IS_IOS?0:1)?160:4<d?390:270,!0,!0);a.init()};EditorUi.prototype.getEditBlankXml=function(){return this.getFileData(!0)};EditorUi.prototype.exportFile=function(a,b,c,e,h,k){};EditorUi.prototype.pickFolder=function(a,b,c){b(null)};EditorUi.prototype.exportSvg=function(a, -b,c,e,h,k,q,m,n){if(this.spinner.spin(document.body,mxResources.get("export"))){var d=this.editor.graph.isSelectionEmpty();c=null!=c?c:d;d=b?null:this.editor.graph.background;d==mxConstants.NONE&&(d=null);null==d&&0==b&&(d="#ffffff");var f=this.editor.graph.getSvg(d,a,q,m,null,c);e&&this.editor.graph.addSvgShadow(f);var g=this.getBaseFilename()+".svg",p=mxUtils.bind(this,function(a){this.spinner.stop();h&&a.setAttribute("content",this.getFileData(!0,null,null,null,c,n));if(null!=this.editor.fontCss){var d= +c,e,t){this.isLocalFileSave()?this.saveLocalFile(c,a,e,t,b):this.saveRequest(a,b,mxUtils.bind(this,function(a,d){return this.createEchoRequest(c,a,e,t,b,d)}),c,t,e)};EditorUi.prototype.saveRequest=function(a,b,c,e,t,m,l){l=null!=l?l:!mxClient.IS_IOS||!navigator.standalone;var d=this.getServiceCount(!1);a=new CreateDialog(this,a,mxUtils.bind(this,function(a,d){if("_blank"==d||null!=a&&0<a.length){var f=c("_blank"==d?null:a,d==App.MODE_DEVICE||"download"==d||null==d||"_blank"==d?"0":"1");null!=f&&(d== +App.MODE_DEVICE||"download"==d||"_blank"==d?f.simulate(document,"_blank"):this.pickFolder(d,mxUtils.bind(this,function(c){m=null!=m?m:"pdf"==b?"application/pdf":"image/"+b;if(null!=e)try{this.exportFile(e,a,m,!0,d,c)}catch(A){this.handleError(A)}else this.spinner.spin(document.body,mxResources.get("saving"))&&f.send(mxUtils.bind(this,function(){this.spinner.stop();if(200<=f.getStatus()&&299>=f.getStatus())try{this.exportFile(f.getText(),a,m,!0,d,c)}catch(A){this.handleError(A)}else this.handleError({message:mxResources.get("errorSavingFile")})}), +function(a){this.spinner.stop();this.handleError(a)})})))}}),mxUtils.bind(this,function(){this.hideDialog()}),mxResources.get("saveAs"),mxResources.get("download"),!1,!1,l,null,1<d,4<d?3:4,e,m,t);this.showDialog(a.container,380,d==(mxClient.IS_IOS?0:1)?160:4<d?390:270,!0,!0);a.init()};EditorUi.prototype.getEditBlankXml=function(){return this.getFileData(!0)};EditorUi.prototype.exportFile=function(a,b,c,e,t,m){};EditorUi.prototype.pickFolder=function(a,b,c){b(null)};EditorUi.prototype.exportSvg=function(a, +b,c,e,t,m,l,h,n){if(this.spinner.spin(document.body,mxResources.get("export"))){var d=this.editor.graph.isSelectionEmpty();c=null!=c?c:d;d=b?null:this.editor.graph.background;d==mxConstants.NONE&&(d=null);null==d&&0==b&&(d="#ffffff");var f=this.editor.graph.getSvg(d,a,l,h,null,c);e&&this.editor.graph.addSvgShadow(f);var g=this.getBaseFilename()+".svg",q=mxUtils.bind(this,function(a){this.spinner.stop();t&&a.setAttribute("content",this.getFileData(!0,null,null,null,c,n));if(null!=this.editor.fontCss){var d= a.ownerDocument,d=null!=d.createElementNS?d.createElementNS(mxConstants.NS_SVG,"style"):d.createElement("style");d.setAttribute("type","text/css");mxUtils.setTextContent(d,this.editor.fontCss);a.getElementsByTagName("defs")[0].appendChild(d)}var b='<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n'+mxUtils.getXml(a);this.isLocalFileSave()||b.length<=MAX_REQUEST_SIZE?this.saveData(g,"svg",b,"image/svg+xml"):this.handleError({message:mxResources.get("drawingTooLarge")}, -mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(b)}))});this.convertMath(this.editor.graph,f,!1,mxUtils.bind(this,function(){k?(null==this.thumbImageCache&&(this.thumbImageCache={}),this.convertImages(f,p,this.thumbImageCache)):p(f)}))}};EditorUi.prototype.addCheckbox=function(a,b,c,e,h,k){k=null!=k?k:!0;var d=document.createElement("input");d.style.marginRight="8px";d.style.marginTop="16px";d.setAttribute("type","checkbox");c&&(d.setAttribute("checked","checked"),d.defaultChecked= -!0);e&&d.setAttribute("disabled","disabled");k&&(a.appendChild(d),c=document.createElement("span"),mxUtils.write(c,b),a.appendChild(c),h||mxUtils.br(a),mxEvent.addListener(c,"click",mxUtils.bind(this,function(a){"disabled"!=d.getAttribute("disabled")&&(d.checked=!d.checked,mxEvent.consume(a))})));return d};EditorUi.prototype.addEditButton=function(a,b){var d=this.addCheckbox(a,mxResources.get("edit")+":",!0,null,!0);d.style.marginLeft="24px";var c=this.getCurrentFile(),f="";null!=c&&c.getMode()!= -App.MODE_DEVICE&&c.getMode()!=App.MODE_BROWSER&&(f=window.location.href);var e=document.createElement("select");e.style.width="120px";e.style.marginLeft="8px";e.style.marginRight="10px";e.className="geBtn";c=document.createElement("option");c.setAttribute("value","blank");mxUtils.write(c,mxResources.get("makeCopy"));e.appendChild(c);c=document.createElement("option");c.setAttribute("value","custom");mxUtils.write(c,mxResources.get("custom")+"...");e.appendChild(c);a.appendChild(e);mxEvent.addListener(e, -"change",mxUtils.bind(this,function(){if("custom"==e.value){var a=new FilenameDialog(this,f,mxResources.get("ok"),function(a){null!=a?f=a:e.value="blank"},mxResources.get("url"),null,null,null,null,function(){e.value="blank"});this.showDialog(a.container,300,80,!0,!1);a.init()}}));mxEvent.addListener(d,"change",mxUtils.bind(this,function(){d.checked&&(null==b||b.checked)?e.removeAttribute("disabled"):e.setAttribute("disabled","disabled")}));mxUtils.br(a);return{getLink:function(){return d.checked? -"blank"===e.value?"_blank":f:null},getEditInput:function(){return d},getEditSelect:function(){return e}}};EditorUi.prototype.addLinkSection=function(a,b){function d(){q.innerHTML='<div style="width:100%;height:100%;box-sizing:border-box;'+(null!=f&&f!=mxConstants.NONE?"border:1px solid black;background-color:"+f:"background-position:center center;background-repeat:no-repeat;background-image:url('"+Dialog.prototype.closeImage+"')")+';"></div>'}mxUtils.write(a,mxResources.get("links")+":");var c=document.createElement("select"); +mxResources.get("error"),mxUtils.bind(this,function(){mxUtils.popup(b)}))});this.convertMath(this.editor.graph,f,!1,mxUtils.bind(this,function(){m?(null==this.thumbImageCache&&(this.thumbImageCache={}),this.convertImages(f,q,this.thumbImageCache)):q(f)}))}};EditorUi.prototype.addCheckbox=function(a,b,c,e,t,m){m=null!=m?m:!0;var d=document.createElement("input");d.style.marginRight="8px";d.style.marginTop="16px";d.setAttribute("type","checkbox");c&&(d.setAttribute("checked","checked"),d.defaultChecked= +!0);e&&d.setAttribute("disabled","disabled");m&&(a.appendChild(d),c=document.createElement("span"),mxUtils.write(c,b),a.appendChild(c),t||mxUtils.br(a),mxEvent.addListener(c,"click",mxUtils.bind(this,function(a){"disabled"!=d.getAttribute("disabled")&&(d.checked=!d.checked,mxEvent.consume(a))})));return d};EditorUi.prototype.addEditButton=function(a,b){var d=this.addCheckbox(a,mxResources.get("edit")+":",!0,null,!0);d.style.marginLeft="24px";var c=this.getCurrentFile(),e="";null!=c&&c.getMode()!= +App.MODE_DEVICE&&c.getMode()!=App.MODE_BROWSER&&(e=window.location.href);var f=document.createElement("select");f.style.width="120px";f.style.marginLeft="8px";f.style.marginRight="10px";f.className="geBtn";c=document.createElement("option");c.setAttribute("value","blank");mxUtils.write(c,mxResources.get("makeCopy"));f.appendChild(c);c=document.createElement("option");c.setAttribute("value","custom");mxUtils.write(c,mxResources.get("custom")+"...");f.appendChild(c);a.appendChild(f);mxEvent.addListener(f, +"change",mxUtils.bind(this,function(){if("custom"==f.value){var a=new FilenameDialog(this,e,mxResources.get("ok"),function(a){null!=a?e=a:f.value="blank"},mxResources.get("url"),null,null,null,null,function(){f.value="blank"});this.showDialog(a.container,300,80,!0,!1);a.init()}}));mxEvent.addListener(d,"change",mxUtils.bind(this,function(){d.checked&&(null==b||b.checked)?f.removeAttribute("disabled"):f.setAttribute("disabled","disabled")}));mxUtils.br(a);return{getLink:function(){return d.checked? +"blank"===f.value?"_blank":e:null},getEditInput:function(){return d},getEditSelect:function(){return f}}};EditorUi.prototype.addLinkSection=function(a,b){function d(){l.innerHTML='<div style="width:100%;height:100%;box-sizing:border-box;'+(null!=f&&f!=mxConstants.NONE?"border:1px solid black;background-color:"+f:"background-position:center center;background-repeat:no-repeat;background-image:url('"+Dialog.prototype.closeImage+"')")+';"></div>'}mxUtils.write(a,mxResources.get("links")+":");var c=document.createElement("select"); c.style.width="100px";c.style.marginLeft="8px";c.style.marginRight="10px";c.className="geBtn";var e=document.createElement("option");e.setAttribute("value","auto");mxUtils.write(e,mxResources.get("automatic"));c.appendChild(e);e=document.createElement("option");e.setAttribute("value","blank");mxUtils.write(e,mxResources.get("openInNewWindow"));c.appendChild(e);e=document.createElement("option");e.setAttribute("value","self");mxUtils.write(e,mxResources.get("openInThisWindow"));c.appendChild(e);b&& -(e=document.createElement("option"),e.setAttribute("value","frame"),mxUtils.write(e,mxResources.get("openInThisWindow")+" ("+mxResources.get("iframe")+")"),c.appendChild(e));a.appendChild(c);mxUtils.write(a,mxResources.get("borderColor")+":");var f="#0000ff",q=null,q=mxUtils.button("",mxUtils.bind(this,function(a){this.pickColor(f||"none",function(a){f=a;d()});mxEvent.consume(a)}));d();q.style.padding=mxClient.IS_FF?"4px 2px 4px 2px":"4px";q.style.marginLeft="4px";q.style.height="22px";q.style.width= -"22px";q.style.position="relative";q.style.top=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_EDGE?"6px":"1px";q.className="geColorBtn";a.appendChild(q);mxUtils.br(a);return{getColor:function(){return f},getTarget:function(){return c.value},focus:function(){c.focus()}}};EditorUi.prototype.createLink=function(a,b,c,e,h,k,q,m){var d=this.getCurrentFile(),f=[];e&&(f.push("lightbox=1"),"auto"!=a&&f.push("target="+a),null!=b&&b!=mxConstants.NONE&&f.push("highlight="+("#"==b.charAt(0)?b.substring(1):b)), -null!=h&&0<h.length&&f.push("edit="+encodeURIComponent(h)),k&&f.push("layers=1"),this.editor.graph.foldingEnabled&&f.push("nav=1"));if(c&&null!=this.pages&&null!=this.currentPage)for(a=0;a<this.pages.length;a++)if(this.pages[a]==this.currentPage){0<a&&f.push("page="+a);break}a=!0;null!=q?c="#U"+encodeURIComponent(q):(d=this.getCurrentFile(),m||null==d||d.constructor!=window.DriveFile?c="#R"+encodeURIComponent(c?this.getFileData(!0,null,null,null,null,null,null,!0):this.editor.graph.compress(mxUtils.getXml(this.editor.getGraphXml()))): -(c="#"+d.getHash(),a=!1));a&&null!=d&&null!=d.getTitle()&&d.getTitle()!=this.defaultFilename&&f.push("title="+encodeURIComponent(d.getTitle()));return(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||!/.*\.draw\.io$/.test(window.location.hostname)?"https://www.draw.io/":"https://"+window.location.host+"/")+(0<f.length?"?"+f.join("&"):"")+c};EditorUi.prototype.createHtml=function(a,b,c,e,h,k,q,m,n,l,r){this.getBasenames();var d={};""!=h&&h!=mxConstants.NONE&&(d.highlight=h);"auto"!==e&&(d.target=e); -n||(d.lightbox=!1);d.nav=this.editor.graph.foldingEnabled;c=parseInt(c);isNaN(c)||100==c||(d.zoom=c/100);c=[];q&&(c.push("pages"),d.resize=!0,null!=this.pages&&null!=this.currentPage&&(d.page=mxUtils.indexOf(this.pages,this.currentPage)));b&&(c.push("zoom"),d.resize=!0);m&&c.push("layers");0<c.length&&(n&&c.push("lightbox"),d.toolbar=c.join(" "));null!=l&&0<l.length&&(d.edit=l);null!=a?d.url=a:d.xml=this.getFileData(!0,null,null,null,null,!q);b='<div class="mxgraph" style="'+(k?"max-width:100%;": +(e=document.createElement("option"),e.setAttribute("value","frame"),mxUtils.write(e,mxResources.get("openInThisWindow")+" ("+mxResources.get("iframe")+")"),c.appendChild(e));a.appendChild(c);mxUtils.write(a,mxResources.get("borderColor")+":");var f="#0000ff",l=null,l=mxUtils.button("",mxUtils.bind(this,function(a){this.pickColor(f||"none",function(a){f=a;d()});mxEvent.consume(a)}));d();l.style.padding=mxClient.IS_FF?"4px 2px 4px 2px":"4px";l.style.marginLeft="4px";l.style.height="22px";l.style.width= +"22px";l.style.position="relative";l.style.top=mxClient.IS_IE||mxClient.IS_IE11||mxClient.IS_EDGE?"6px":"1px";l.className="geColorBtn";a.appendChild(l);mxUtils.br(a);return{getColor:function(){return f},getTarget:function(){return c.value},focus:function(){c.focus()}}};EditorUi.prototype.createLink=function(a,b,c,e,h,m,l,n){var d=this.getCurrentFile(),f=[];e&&(f.push("lightbox=1"),"auto"!=a&&f.push("target="+a),null!=b&&b!=mxConstants.NONE&&f.push("highlight="+("#"==b.charAt(0)?b.substring(1):b)), +null!=h&&0<h.length&&f.push("edit="+encodeURIComponent(h)),m&&f.push("layers=1"),this.editor.graph.foldingEnabled&&f.push("nav=1"));if(c&&null!=this.pages&&null!=this.currentPage)for(a=0;a<this.pages.length;a++)if(this.pages[a]==this.currentPage){0<a&&f.push("page="+a);break}a=!0;null!=l?c="#U"+encodeURIComponent(l):(d=this.getCurrentFile(),n||null==d||d.constructor!=window.DriveFile?c="#R"+encodeURIComponent(c?this.getFileData(!0,null,null,null,null,null,null,!0):this.editor.graph.compress(mxUtils.getXml(this.editor.getGraphXml()))): +(c="#"+d.getHash(),a=!1));a&&null!=d&&null!=d.getTitle()&&d.getTitle()!=this.defaultFilename&&f.push("title="+encodeURIComponent(d.getTitle()));return(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||!/.*\.draw\.io$/.test(window.location.hostname)?"https://www.draw.io/":"https://"+window.location.host+"/")+(0<f.length?"?"+f.join("&"):"")+c};EditorUi.prototype.createHtml=function(a,b,c,e,h,m,l,n,p,k,r){this.getBasenames();var d={};""!=h&&h!=mxConstants.NONE&&(d.highlight=h);"auto"!==e&&(d.target=e); +p||(d.lightbox=!1);d.nav=this.editor.graph.foldingEnabled;c=parseInt(c);isNaN(c)||100==c||(d.zoom=c/100);c=[];l&&(c.push("pages"),d.resize=!0,null!=this.pages&&null!=this.currentPage&&(d.page=mxUtils.indexOf(this.pages,this.currentPage)));b&&(c.push("zoom"),d.resize=!0);n&&c.push("layers");0<c.length&&(p&&c.push("lightbox"),d.toolbar=c.join(" "));null!=k&&0<k.length&&(d.edit=k);null!=a?d.url=a:d.xml=this.getFileData(!0,null,null,null,null,!l);b='<div class="mxgraph" style="'+(m?"max-width:100%;": "")+(""!=c?"border:1px solid transparent;":"")+'" data-mxgraph="'+mxUtils.htmlEntities(JSON.stringify(d))+'"></div>';a=null!=a?"&fetch="+encodeURIComponent(a):"";r(b,'<script type="text/javascript" src="'+(0<a.length?("1"==urlParams.dev?"https://test.draw.io/embed2.js?dev=1":"https://www.draw.io/embed2.js?")+a:"1"==urlParams.dev?"https://test.draw.io/js/viewer.min.js":"https://www.draw.io/js/viewer.min.js")+'">\x3c/script>')};EditorUi.prototype.showHtmlDialog=function(a,b,c,e){var d=document.createElement("div"); -d.style.whiteSpace="nowrap";var f=document.createElement("h3");mxUtils.write(f,mxResources.get("html"));f.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";d.appendChild(f);var g=document.createElement("div");g.style.cssText="border-bottom:1px solid lightGray;padding-bottom:8px;margin-bottom:12px;";var p=document.createElement("input");p.style.cssText="margin-right:8px;margin-top:8px;margin-bottom:8px;";p.setAttribute("value","url");p.setAttribute("type","radio");p.setAttribute("name", -"type-embedhtmldialog");f=p.cloneNode(!0);f.setAttribute("value","copy");g.appendChild(f);var h=document.createElement("span");mxUtils.write(h,mxResources.get("includeCopyOfMyDiagram"));g.appendChild(h);mxUtils.br(g);g.appendChild(p);h=document.createElement("span");mxUtils.write(h,mxResources.get("publicDiagramUrl"));g.appendChild(h);var l=this.getCurrentFile();null==c&&null!=l&&l.constructor==window.DriveFile&&(h=document.createElement("a"),h.style.paddingLeft="12px",h.style.color="gray",h.setAttribute("href", -"javascript:void(0);"),mxUtils.write(h,mxResources.get("share")),g.appendChild(h),mxEvent.addListener(h,"click",mxUtils.bind(this,function(){this.hideDialog();this.drive.showPermissions(l.getId())})));f.setAttribute("checked","checked");null==c&&p.setAttribute("disabled","disabled");d.appendChild(g);var m=this.addLinkSection(d),n=this.addCheckbox(d,mxResources.get("zoom"),!0,null,!0);mxUtils.write(d,":");var r=document.createElement("input");r.setAttribute("type","text");r.style.marginRight="16px"; -r.style.width="60px";r.style.marginLeft="4px";r.style.marginRight="12px";r.value="100%";d.appendChild(r);var u=this.addCheckbox(d,mxResources.get("fit"),!0),g=null!=this.pages&&1<this.pages.length,F=F=this.addCheckbox(d,mxResources.get("allPages"),g,!g),w=this.addCheckbox(d,mxResources.get("layers"),!0),G=this.addCheckbox(d,mxResources.get("lightbox"),!0),I=this.addEditButton(d,G),z=I.getEditInput();z.style.marginBottom="16px";mxEvent.addListener(G,"change",function(){G.checked?z.removeAttribute("disabled"): -z.setAttribute("disabled","disabled");z.checked&&G.checked?I.getEditSelect().removeAttribute("disabled"):I.getEditSelect().setAttribute("disabled","disabled")});a=new CustomDialog(this,d,mxUtils.bind(this,function(){e(p.checked?c:null,n.checked,r.value,m.getTarget(),m.getColor(),u.checked,F.checked,w.checked,G.checked,I.getLink())}),null,a,b);this.showDialog(a.container,340,384,!0,!0);f.focus()};EditorUi.prototype.showPublishLinkDialog=function(a,b,c,e,h,k){var d=document.createElement("div");d.style.whiteSpace= -"nowrap";var f=document.createElement("h3");mxUtils.write(f,a||mxResources.get("link"));f.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";d.appendChild(f);var g=this.getCurrentFile(),f="https://desk.draw.io/support/solutions/articles/16000051941";a=0;if(null!=g&&g.constructor==window.DriveFile&&!b){a=80;var f="https://desk.draw.io/support/solutions/articles/16000039384",l=document.createElement("div");l.style.cssText="border-bottom:1px solid lightGray;padding-bottom:14px;padding-top:6px;margin-bottom:14px;text-align:center;"; -var p=document.createElement("div");p.style.whiteSpace="normal";mxUtils.write(p,mxResources.get("linkAccountRequired"));l.appendChild(p);p=mxUtils.button(mxResources.get("share"),mxUtils.bind(this,function(){this.drive.showPermissions(g.getId())}));p.style.marginTop="12px";p.className="geBtn";l.appendChild(p);d.appendChild(l);p=document.createElement("a");p.style.paddingLeft="12px";p.style.color="gray";p.style.fontSize="11px";p.setAttribute("href","javascript:void(0);");mxUtils.write(p,mxResources.get("check")); -l.appendChild(p);mxEvent.addListener(p,"click",mxUtils.bind(this,function(){this.spinner.spin(document.body,mxResources.get("loading"))&&this.getPublicUrl(this.getCurrentFile(),mxUtils.bind(this,function(a){this.spinner.stop();a=new ErrorDialog(this,null,mxResources.get(null!=a?"diagramIsPublic":"diagramIsNotPublic"),mxResources.get("ok"));this.showDialog(a.container,300,80,!0,!1);a.init()}))}))}var t=null,m=null;if(null!=c||null!=e)a+=30,mxUtils.write(d,mxResources.get("width")+":"),t=document.createElement("input"), -t.setAttribute("type","text"),t.style.marginRight="16px",t.style.width="50px",t.style.marginLeft="6px",t.style.marginRight="16px",t.style.marginBottom="10px",t.value="100%",d.appendChild(t),mxUtils.write(d,mxResources.get("height")+":"),m=document.createElement("input"),m.setAttribute("type","text"),m.style.width="50px",m.style.marginLeft="6px",m.style.marginBottom="10px",m.value=e+"px",d.appendChild(m),mxUtils.br(d);var n=this.addLinkSection(d,k);c=null!=this.pages&&1<this.pages.length;var r=null; -if(null==g||g.constructor!=window.DriveFile||b)r=this.addCheckbox(d,mxResources.get("allPages"),c,!c);var u=this.addCheckbox(d,mxResources.get("lightbox"),!0),G=this.addEditButton(d,u),I=G.getEditInput(),z=this.addCheckbox(d,mxResources.get("layers"),!0);z.style.marginLeft=I.style.marginLeft;z.style.marginBottom="16px";z.style.marginTop="8px";mxEvent.addListener(u,"change",function(){u.checked?(z.removeAttribute("disabled"),I.removeAttribute("disabled")):(z.setAttribute("disabled","disabled"),I.setAttribute("disabled", -"disabled"));I.checked&&u.checked?G.getEditSelect().removeAttribute("disabled"):G.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,d,mxUtils.bind(this,function(){h(n.getTarget(),n.getColor(),null==r?!0:r.checked,u.checked,G.getLink(),z.checked,null!=t?t.value:null,null!=m?m.value:null)}),null,mxResources.get("create"),f);this.showDialog(b.container,340,254+a,!0,!0);null!=t?(t.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?t.select(): -document.execCommand("selectAll",!1,null)):n.focus()};EditorUi.prototype.showRemoteExportDialog=function(a,b,c,e){var d=document.createElement("div");d.style.whiteSpace="nowrap";var f=document.createElement("h3");mxUtils.write(f,mxResources.get("image"));f.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";d.appendChild(f);var g=this.addCheckbox(d,mxResources.get("selectionOnly"),!1,this.editor.graph.isSelectionEmpty()),p=e?null:this.addCheckbox(d,mxResources.get("includeCopyOfMyDiagram"), -!0),f=this.editor.graph,h=e?null:this.addCheckbox(d,mxResources.get("transparentBackground"),f.background==mxConstants.NONE||null==f.background);null!=h&&(h.style.marginBottom="16px");a=new CustomDialog(this,d,mxUtils.bind(this,function(){c(!g.checked,null!=p?p.checked:!1,null!=h?h.checked:!1)}),null,a,b);this.showDialog(a.container,300,e?100:186,!0,!0)};EditorUi.prototype.showExportDialog=function(a,b,c,e,h,k,q,m){q=null!=q?q:!0;var d=document.createElement("div");d.style.whiteSpace="nowrap";var f= -this.editor.graph,g="jpeg"==m?196:300,p=document.createElement("h3");mxUtils.write(p,a);p.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:10px";d.appendChild(p);mxUtils.write(d,mxResources.get("zoom")+":");var t=document.createElement("input");t.setAttribute("type","text");t.style.marginRight="16px";t.style.width="60px";t.style.marginLeft="4px";t.style.marginRight="12px";t.value=this.lastExportZoom||"100%";d.appendChild(t);mxUtils.write(d,mxResources.get("borderWidth")+":"); -var n=document.createElement("input");n.setAttribute("type","text");n.style.marginRight="16px";n.style.width="60px";n.style.marginLeft="4px";n.value=this.lastExportBorder||"0";d.appendChild(n);mxUtils.br(d);var r=this.addCheckbox(d,mxResources.get("transparentBackground"),f.background==mxConstants.NONE||null==f.background,null,null,"jpeg"!=m),x=this.addCheckbox(d,mxResources.get("selectionOnly"),!1,f.isSelectionEmpty()),u=document.createElement("input");u.style.marginTop="16px";u.style.marginRight= -"8px";u.style.marginLeft="24px";u.setAttribute("disabled","disabled");u.setAttribute("type","checkbox");k&&(d.appendChild(u),mxUtils.write(d,mxResources.get("crop")),mxUtils.br(d),g+=26,mxEvent.addListener(x,"change",function(){x.checked?u.removeAttribute("disabled"):u.setAttribute("disabled","disabled")}));f.isSelectionEmpty()||(u.setAttribute("checked","checked"),u.defaultChecked=!0);var I=this.addCheckbox(d,mxResources.get("shadow"),f.shadowVisible),z=document.createElement("input");z.style.marginTop= -"16px";z.style.marginRight="8px";z.setAttribute("type","checkbox");!this.isOffline()&&this.canvasSupported||z.setAttribute("disabled","disabled");b&&(d.appendChild(z),mxUtils.write(d,mxResources.get("embedImages")),mxUtils.br(d),g+=26);var D=this.addCheckbox(d,mxResources.get("includeCopyOfMyDiagram"),q,null,null,"jpeg"!=m),E=null!=this.pages&&1<this.pages.length,J=this.addCheckbox(d,E?mxResources.get("allPages"):"",E,!E,null,"jpeg"!=m);J.style.marginLeft="24px";J.style.marginBottom="16px";E||(J.style.visibility= -"hidden");mxEvent.addListener(D,"change",function(){D.checked&&E?J.removeAttribute("disabled"):J.setAttribute("disabled","disabled")});q&&E||J.setAttribute("disabled","disabled");a=new CustomDialog(this,d,mxUtils.bind(this,function(){this.lastExportBorder=n.value;this.lastExportZoom=t.value;h(t.value,r.checked,!x.checked,I.checked,D.checked,z.checked,n.value,u.checked,!J.checked)}),null,c,e);this.showDialog(a.container,340,g,!0,!0);t.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode|| -mxClient.IS_QUIRKS?t.select():document.execCommand("selectAll",!1,null)};EditorUi.prototype.showEmbedImageDialog=function(a,b,c,e,h){var d=document.createElement("div");d.style.whiteSpace="nowrap";var f=this.editor.graph;if(null!=b){var g=document.createElement("h3");mxUtils.write(g,b);g.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";d.appendChild(g)}var p=this.addCheckbox(d,mxResources.get("fit"),!0),l=this.addCheckbox(d,mxResources.get("shadow"),f.shadowVisible&&e, -!e),t=this.addCheckbox(d,c),m=this.addCheckbox(d,mxResources.get("lightbox"),!0),n=this.addEditButton(d,m),r=n.getEditInput(),u=1<f.model.getChildCount(f.model.getRoot()),w=this.addCheckbox(d,mxResources.get("layers"),u,!u);w.style.marginLeft=r.style.marginLeft;w.style.marginBottom="12px";w.style.marginTop="8px";mxEvent.addListener(m,"change",function(){m.checked?(u&&w.removeAttribute("disabled"),r.removeAttribute("disabled")):(w.setAttribute("disabled","disabled"),r.setAttribute("disabled","disabled")); -r.checked&&m.checked?n.getEditSelect().removeAttribute("disabled"):n.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,d,mxUtils.bind(this,function(){a(p.checked,l.checked,t.checked,m.checked,n.getLink(),w.checked)}),null,mxResources.get("embed"),h);this.showDialog(b.container,280,280,!0,!0)};EditorUi.prototype.createEmbedImage=function(a,b,c,e,h,k,q,m){function d(d){var b=" ",g="";e&&(b=" onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ -(h?"&edit=_blank":"")+(k?"&layers=1":"")+"');}})(this);\"",g+="cursor:pointer;");a&&(g+="max-width:100%;");var l="";c&&(l=' width="'+Math.round(f.width)+'" height="'+Math.round(f.height)+'"');q('<img src="'+d+'"'+l+(""!=g?' style="'+g+'"':"")+b+"/>")}var f=this.editor.graph.getGraphBounds();if(this.isExportToCanvas())this.exportToCanvas(mxUtils.bind(this,function(a){var b=e?this.getFileData(!0):null;a=this.createImageDataUri(a,b,"png");d(a)}),null,null,null,mxUtils.bind(this,function(a){m({message:mxResources.get("unknownError")})}), -null,!0,c?2:1,null,b);else if(b=this.getFileData(!0),f.width*f.height<=MAX_AREA&&b.length<=MAX_REQUEST_SIZE){var g="";c&&(g="&w="+Math.round(2*f.width)+"&h="+Math.round(2*f.height));var p=new mxXmlRequest(EXPORT_URL,"format=png&base64=1&embedXml="+(e?"1":"0")+g+"&xml="+encodeURIComponent(b));p.send(mxUtils.bind(this,function(){200<=p.getStatus()&&299>=p.getStatus()?d("data:image/png;base64,"+p.getText()):m({message:mxResources.get("unknownError")})}))}else m({message:mxResources.get("drawingTooLarge")})}; -EditorUi.prototype.createEmbedSvg=function(a,b,c,e,h,k,q){var d=this.editor.graph.getSvg(),f=d.getElementsByTagName("a");if(null!=f)for(var g=0;g<f.length;g++){var p=f[g].getAttribute("href");null!=p&&"#"==p.charAt(0)&&"_blank"==f[g].getAttribute("target")&&f[g].removeAttribute("target")}e&&d.setAttribute("content",this.getFileData(!0));b&&this.editor.graph.addSvgShadow(d);if(c){var t=" ",m="";e&&(t="onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ -(h?"&edit=_blank":"")+(k?"&layers=1":"")+"');}})(this);\"",m+="cursor:pointer;");a&&(m+="max-width:100%;");this.convertImages(d,mxUtils.bind(this,function(a){q('<img src="'+this.createSvgDataUri(mxUtils.getXml(a))+'"'+(""!=m?' style="'+m+'"':"")+t+"/>")}))}else m="",e&&(d.setAttribute("onclick","(function(svg){var src=window.event.target||window.event.srcElement;while (src!=null&&src.nodeName.toLowerCase()!='a'){src=src.parentNode;}if(src==null){if(svg.wnd!=null&&!svg.wnd.closed){svg.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==svg.wnd){svg.wnd.postMessage(decodeURIComponent(svg.getAttribute('content')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);svg.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ -(h?"&edit=_blank":"")+(k?"&layers=1":"")+"');}}})(this);"),m+="cursor:pointer;"),a&&(a=parseInt(d.getAttribute("width")),b=parseInt(d.getAttribute("height")),d.setAttribute("viewBox","0 0 "+a+" "+b),m+="max-width:100%;max-height:"+b+"px;",d.removeAttribute("height")),""!=m&&d.setAttribute("style",m),q(mxUtils.getXml(d))};EditorUi.prototype.timeSince=function(a){a=Math.floor((new Date-a)/1E3);var d=Math.floor(a/31536E3);if(1<d)return d+" "+mxResources.get("years");d=Math.floor(a/2592E3);if(1<d)return d+ +d.style.whiteSpace="nowrap";var f=document.createElement("h3");mxUtils.write(f,mxResources.get("html"));f.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";d.appendChild(f);var g=document.createElement("div");g.style.cssText="border-bottom:1px solid lightGray;padding-bottom:8px;margin-bottom:12px;";var q=document.createElement("input");q.style.cssText="margin-right:8px;margin-top:8px;margin-bottom:8px;";q.setAttribute("value","url");q.setAttribute("type","radio");q.setAttribute("name", +"type-embedhtmldialog");f=q.cloneNode(!0);f.setAttribute("value","copy");g.appendChild(f);var h=document.createElement("span");mxUtils.write(h,mxResources.get("includeCopyOfMyDiagram"));g.appendChild(h);mxUtils.br(g);g.appendChild(q);h=document.createElement("span");mxUtils.write(h,mxResources.get("publicDiagramUrl"));g.appendChild(h);var k=this.getCurrentFile();null==c&&null!=k&&k.constructor==window.DriveFile&&(h=document.createElement("a"),h.style.paddingLeft="12px",h.style.color="gray",h.setAttribute("href", +"javascript:void(0);"),mxUtils.write(h,mxResources.get("share")),g.appendChild(h),mxEvent.addListener(h,"click",mxUtils.bind(this,function(){this.hideDialog();this.drive.showPermissions(k.getId())})));f.setAttribute("checked","checked");null==c&&q.setAttribute("disabled","disabled");d.appendChild(g);var n=this.addLinkSection(d),v=this.addCheckbox(d,mxResources.get("zoom"),!0,null,!0);mxUtils.write(d,":");var p=document.createElement("input");p.setAttribute("type","text");p.style.marginRight="16px"; +p.style.width="60px";p.style.marginLeft="4px";p.style.marginRight="12px";p.value="100%";d.appendChild(p);var r=this.addCheckbox(d,mxResources.get("fit"),!0),g=null!=this.pages&&1<this.pages.length,u=u=this.addCheckbox(d,mxResources.get("allPages"),g,!g),B=this.addCheckbox(d,mxResources.get("layers"),!0),M=this.addCheckbox(d,mxResources.get("lightbox"),!0),x=this.addEditButton(d,M),z=x.getEditInput();z.style.marginBottom="16px";mxEvent.addListener(M,"change",function(){M.checked?z.removeAttribute("disabled"): +z.setAttribute("disabled","disabled");z.checked&&M.checked?x.getEditSelect().removeAttribute("disabled"):x.getEditSelect().setAttribute("disabled","disabled")});a=new CustomDialog(this,d,mxUtils.bind(this,function(){e(q.checked?c:null,v.checked,p.value,n.getTarget(),n.getColor(),r.checked,u.checked,B.checked,M.checked,x.getLink())}),null,a,b);this.showDialog(a.container,340,384,!0,!0);f.focus()};EditorUi.prototype.showPublishLinkDialog=function(a,b,c,e,h,m){var d=document.createElement("div");d.style.whiteSpace= +"nowrap";var f=document.createElement("h3");mxUtils.write(f,a||mxResources.get("link"));f.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:12px";d.appendChild(f);var g=this.getCurrentFile(),f="https://desk.draw.io/support/solutions/articles/16000051941";a=0;if(null!=g&&g.constructor==window.DriveFile&&!b){a=80;var f="https://desk.draw.io/support/solutions/articles/16000039384",k=document.createElement("div");k.style.cssText="border-bottom:1px solid lightGray;padding-bottom:14px;padding-top:6px;margin-bottom:14px;text-align:center;"; +var q=document.createElement("div");q.style.whiteSpace="normal";mxUtils.write(q,mxResources.get("linkAccountRequired"));k.appendChild(q);q=mxUtils.button(mxResources.get("share"),mxUtils.bind(this,function(){this.drive.showPermissions(g.getId())}));q.style.marginTop="12px";q.className="geBtn";k.appendChild(q);d.appendChild(k);q=document.createElement("a");q.style.paddingLeft="12px";q.style.color="gray";q.style.fontSize="11px";q.setAttribute("href","javascript:void(0);");mxUtils.write(q,mxResources.get("check")); +k.appendChild(q);mxEvent.addListener(q,"click",mxUtils.bind(this,function(){this.spinner.spin(document.body,mxResources.get("loading"))&&this.getPublicUrl(this.getCurrentFile(),mxUtils.bind(this,function(a){this.spinner.stop();a=new ErrorDialog(this,null,mxResources.get(null!=a?"diagramIsPublic":"diagramIsNotPublic"),mxResources.get("ok"));this.showDialog(a.container,300,80,!0,!1);a.init()}))}))}var t=null,n=null;if(null!=c||null!=e)a+=30,mxUtils.write(d,mxResources.get("width")+":"),t=document.createElement("input"), +t.setAttribute("type","text"),t.style.marginRight="16px",t.style.width="50px",t.style.marginLeft="6px",t.style.marginRight="16px",t.style.marginBottom="10px",t.value="100%",d.appendChild(t),mxUtils.write(d,mxResources.get("height")+":"),n=document.createElement("input"),n.setAttribute("type","text"),n.style.width="50px",n.style.marginLeft="6px",n.style.marginBottom="10px",n.value=e+"px",d.appendChild(n),mxUtils.br(d);var p=this.addLinkSection(d,m);c=null!=this.pages&&1<this.pages.length;var r=null; +if(null==g||g.constructor!=window.DriveFile||b)r=this.addCheckbox(d,mxResources.get("allPages"),c,!c);var B=this.addCheckbox(d,mxResources.get("lightbox"),!0),u=this.addEditButton(d,B),x=u.getEditInput(),z=this.addCheckbox(d,mxResources.get("layers"),!0);z.style.marginLeft=x.style.marginLeft;z.style.marginBottom="16px";z.style.marginTop="8px";mxEvent.addListener(B,"change",function(){B.checked?(z.removeAttribute("disabled"),x.removeAttribute("disabled")):(z.setAttribute("disabled","disabled"),x.setAttribute("disabled", +"disabled"));x.checked&&B.checked?u.getEditSelect().removeAttribute("disabled"):u.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,d,mxUtils.bind(this,function(){h(p.getTarget(),p.getColor(),null==r?!0:r.checked,B.checked,u.getLink(),z.checked,null!=t?t.value:null,null!=n?n.value:null)}),null,mxResources.get("create"),f);this.showDialog(b.container,340,254+a,!0,!0);null!=t?(t.focus(),mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode||mxClient.IS_QUIRKS?t.select(): +document.execCommand("selectAll",!1,null)):p.focus()};EditorUi.prototype.showRemoteExportDialog=function(a,b,c,e){var d=document.createElement("div");d.style.whiteSpace="nowrap";var f=document.createElement("h3");mxUtils.write(f,mxResources.get("image"));f.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";d.appendChild(f);var g=this.addCheckbox(d,mxResources.get("selectionOnly"),!1,this.editor.graph.isSelectionEmpty()),q=e?null:this.addCheckbox(d,mxResources.get("includeCopyOfMyDiagram"), +!0),f=this.editor.graph,h=e?null:this.addCheckbox(d,mxResources.get("transparentBackground"),f.background==mxConstants.NONE||null==f.background);null!=h&&(h.style.marginBottom="16px");a=new CustomDialog(this,d,mxUtils.bind(this,function(){c(!g.checked,null!=q?q.checked:!1,null!=h?h.checked:!1)}),null,a,b);this.showDialog(a.container,300,e?100:186,!0,!0)};EditorUi.prototype.showExportDialog=function(a,b,c,e,h,m,l,n){l=null!=l?l:!0;var d=document.createElement("div");d.style.whiteSpace="nowrap";var f= +this.editor.graph,g="jpeg"==n?196:300,q=document.createElement("h3");mxUtils.write(q,a);q.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:10px";d.appendChild(q);mxUtils.write(d,mxResources.get("zoom")+":");var t=document.createElement("input");t.setAttribute("type","text");t.style.marginRight="16px";t.style.width="60px";t.style.marginLeft="4px";t.style.marginRight="12px";t.value=this.lastExportZoom||"100%";d.appendChild(t);mxUtils.write(d,mxResources.get("borderWidth")+":"); +var p=document.createElement("input");p.setAttribute("type","text");p.style.marginRight="16px";p.style.width="60px";p.style.marginLeft="4px";p.value=this.lastExportBorder||"0";d.appendChild(p);mxUtils.br(d);var r=this.addCheckbox(d,mxResources.get("transparentBackground"),f.background==mxConstants.NONE||null==f.background,null,null,"jpeg"!=n),C=this.addCheckbox(d,mxResources.get("selectionOnly"),!1,f.isSelectionEmpty()),u=document.createElement("input");u.style.marginTop="16px";u.style.marginRight= +"8px";u.style.marginLeft="24px";u.setAttribute("disabled","disabled");u.setAttribute("type","checkbox");m&&(d.appendChild(u),mxUtils.write(d,mxResources.get("crop")),mxUtils.br(d),g+=26,mxEvent.addListener(C,"change",function(){C.checked?u.removeAttribute("disabled"):u.setAttribute("disabled","disabled")}));f.isSelectionEmpty()||(u.setAttribute("checked","checked"),u.defaultChecked=!0);var x=this.addCheckbox(d,mxResources.get("shadow"),f.shadowVisible),z=document.createElement("input");z.style.marginTop= +"16px";z.style.marginRight="8px";z.setAttribute("type","checkbox");!this.isOffline()&&this.canvasSupported||z.setAttribute("disabled","disabled");b&&(d.appendChild(z),mxUtils.write(d,mxResources.get("embedImages")),mxUtils.br(d),g+=26);var D=this.addCheckbox(d,mxResources.get("includeCopyOfMyDiagram"),l,null,null,"jpeg"!=n),I=null!=this.pages&&1<this.pages.length,P=this.addCheckbox(d,I?mxResources.get("allPages"):"",I,!I,null,"jpeg"!=n);P.style.marginLeft="24px";P.style.marginBottom="16px";I||(P.style.visibility= +"hidden");mxEvent.addListener(D,"change",function(){D.checked&&I?P.removeAttribute("disabled"):P.setAttribute("disabled","disabled")});l&&I||P.setAttribute("disabled","disabled");a=new CustomDialog(this,d,mxUtils.bind(this,function(){this.lastExportBorder=p.value;this.lastExportZoom=t.value;h(t.value,r.checked,!C.checked,x.checked,D.checked,z.checked,p.value,u.checked,!P.checked)}),null,c,e);this.showDialog(a.container,340,g,!0,!0);t.focus();mxClient.IS_GC||mxClient.IS_FF||5<=document.documentMode|| +mxClient.IS_QUIRKS?t.select():document.execCommand("selectAll",!1,null)};EditorUi.prototype.showEmbedImageDialog=function(a,b,c,e,h){var d=document.createElement("div");d.style.whiteSpace="nowrap";var f=this.editor.graph;if(null!=b){var g=document.createElement("h3");mxUtils.write(g,b);g.style.cssText="width:100%;text-align:center;margin-top:0px;margin-bottom:4px";d.appendChild(g)}var q=this.addCheckbox(d,mxResources.get("fit"),!0),k=this.addCheckbox(d,mxResources.get("shadow"),f.shadowVisible&&e, +!e),t=this.addCheckbox(d,c),n=this.addCheckbox(d,mxResources.get("lightbox"),!0),p=this.addEditButton(d,n),r=p.getEditInput(),u=1<f.model.getChildCount(f.model.getRoot()),B=this.addCheckbox(d,mxResources.get("layers"),u,!u);B.style.marginLeft=r.style.marginLeft;B.style.marginBottom="12px";B.style.marginTop="8px";mxEvent.addListener(n,"change",function(){n.checked?(u&&B.removeAttribute("disabled"),r.removeAttribute("disabled")):(B.setAttribute("disabled","disabled"),r.setAttribute("disabled","disabled")); +r.checked&&n.checked?p.getEditSelect().removeAttribute("disabled"):p.getEditSelect().setAttribute("disabled","disabled")});b=new CustomDialog(this,d,mxUtils.bind(this,function(){a(q.checked,k.checked,t.checked,n.checked,p.getLink(),B.checked)}),null,mxResources.get("embed"),h);this.showDialog(b.container,280,280,!0,!0)};EditorUi.prototype.createEmbedImage=function(a,b,c,e,h,m,l,n){function d(d){var b=" ",g="";e&&(b=" onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ +(h?"&edit=_blank":"")+(m?"&layers=1":"")+"');}})(this);\"",g+="cursor:pointer;");a&&(g+="max-width:100%;");var k="";c&&(k=' width="'+Math.round(f.width)+'" height="'+Math.round(f.height)+'"');l('<img src="'+d+'"'+k+(""!=g?' style="'+g+'"':"")+b+"/>")}var f=this.editor.graph.getGraphBounds();if(this.isExportToCanvas())this.exportToCanvas(mxUtils.bind(this,function(a){var b=e?this.getFileData(!0):null;a=this.createImageDataUri(a,b,"png");d(a)}),null,null,null,mxUtils.bind(this,function(a){n({message:mxResources.get("unknownError")})}), +null,!0,c?2:1,null,b);else if(b=this.getFileData(!0),f.width*f.height<=MAX_AREA&&b.length<=MAX_REQUEST_SIZE){var g="";c&&(g="&w="+Math.round(2*f.width)+"&h="+Math.round(2*f.height));var q=new mxXmlRequest(EXPORT_URL,"format=png&base64=1&embedXml="+(e?"1":"0")+g+"&xml="+encodeURIComponent(b));q.send(mxUtils.bind(this,function(){200<=q.getStatus()&&299>=q.getStatus()?d("data:image/png;base64,"+q.getText()):n({message:mxResources.get("unknownError")})}))}else n({message:mxResources.get("drawingTooLarge")})}; +EditorUi.prototype.createEmbedSvg=function(a,b,c,e,h,m,l){var d=this.editor.graph.getSvg(),f=d.getElementsByTagName("a");if(null!=f)for(var g=0;g<f.length;g++){var q=f[g].getAttribute("href");null!=q&&"#"==q.charAt(0)&&"_blank"==f[g].getAttribute("target")&&f[g].removeAttribute("target")}e&&d.setAttribute("content",this.getFileData(!0));b&&this.editor.graph.addSvgShadow(d);if(c){var t=" ",n="";e&&(t="onclick=\"(function(img){if(img.wnd!=null&&!img.wnd.closed){img.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==img.wnd){img.wnd.postMessage(decodeURIComponent(img.getAttribute('src')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);img.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ +(h?"&edit=_blank":"")+(m?"&layers=1":"")+"');}})(this);\"",n+="cursor:pointer;");a&&(n+="max-width:100%;");this.convertImages(d,mxUtils.bind(this,function(a){l('<img src="'+this.createSvgDataUri(mxUtils.getXml(a))+'"'+(""!=n?' style="'+n+'"':"")+t+"/>")}))}else n="",e&&(d.setAttribute("onclick","(function(svg){var src=window.event.target||window.event.srcElement;while (src!=null&&src.nodeName.toLowerCase()!='a'){src=src.parentNode;}if(src==null){if(svg.wnd!=null&&!svg.wnd.closed){svg.wnd.focus();}else{var r=function(evt){if(evt.data=='ready'&&evt.source==svg.wnd){svg.wnd.postMessage(decodeURIComponent(svg.getAttribute('content')),'*');window.removeEventListener('message',r);}};window.addEventListener('message',r);svg.wnd=window.open('https://www.draw.io/?client=1&lightbox=1"+ +(h?"&edit=_blank":"")+(m?"&layers=1":"")+"');}}})(this);"),n+="cursor:pointer;"),a&&(a=parseInt(d.getAttribute("width")),b=parseInt(d.getAttribute("height")),d.setAttribute("viewBox","0 0 "+a+" "+b),n+="max-width:100%;max-height:"+b+"px;",d.removeAttribute("height")),""!=n&&d.setAttribute("style",n),l(mxUtils.getXml(d))};EditorUi.prototype.timeSince=function(a){a=Math.floor((new Date-a)/1E3);var d=Math.floor(a/31536E3);if(1<d)return d+" "+mxResources.get("years");d=Math.floor(a/2592E3);if(1<d)return d+ " "+mxResources.get("months");d=Math.floor(a/86400);if(1<d)return d+" "+mxResources.get("days");d=Math.floor(a/3600);if(1<d)return d+" "+mxResources.get("hours");d=Math.floor(a/60);return 1<d?d+" "+mxResources.get("minutes"):1==d?d+" "+mxResources.get("minute"):null};EditorUi.prototype.convertMath=function(a,b,c,e){a.mathEnabled&&"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub?(Editor.MathJaxRender(b),window.setTimeout(mxUtils.bind(this,function(){MathJax.Hub.Queue(mxUtils.bind(this, function(){e()}))}),0)):e()};EditorUi.prototype.decodeNodeIntoGraph=function(a,b){if(null!=a){var d=null;if("diagram"==a.nodeName)d=a;else if("mxfile"==a.nodeName){var c=a.getElementsByTagName("diagram");if(0<c.length){var d=c[0],e=b.getGlobalVariable;b.getGlobalVariable=function(a){return"page"==a?d.getAttribute("name")||mxResources.get("pageWithNumber",[1]):"pagenumber"==a?1:e.apply(this,arguments)}}}null!=d&&(c=b.decompress(mxUtils.getTextContent(d)),null!=c&&0<c.length&&(a=mxUtils.parseXml(c).documentElement))}c= -this.editor.graph;try{this.editor.graph=b,this.editor.setGraphXml(a)}catch(k){}finally{this.editor.graph=c}return a};EditorUi.prototype.getEmbeddedPng=function(a,b,c){var d=this.editor.graph,e=null;if(null!=c&&0<c.length)d=this.createTemporaryGraph(this.editor.graph.getStylesheet()),document.body.appendChild(d.container),this.decodeNodeIntoGraph(this.editor.extractGraphModel(mxUtils.parseXml(c).documentElement,!0),d),e=c;else if(null!=this.pages&&this.currentPage!=this.pages[0]){var d=this.createTemporaryGraph(d.getStylesheet()), -f=d.getGlobalVariable,g=this.pages[0];d.getGlobalVariable=function(a){return"page"==a?g.getName():"pagenumber"==a?1:f.apply(this,arguments)};document.body.appendChild(d.container);d.model.setRoot(g.root)}this.exportToCanvas(mxUtils.bind(this,function(c){try{null==e&&(e=this.getFileData(!0));var f=c.toDataURL("image/png"),f=this.writeGraphModelToPng(f,"zTXt","mxGraphModel",atob(this.editor.graph.compress(e)));a(f.substring(f.lastIndexOf(",")+1));d!=this.editor.graph&&d.container.parentNode.removeChild(d.container)}catch(l){null!= -b&&b(l)}}),null,null,null,mxUtils.bind(this,function(a){null!=b&&b(a)}),null,null,null,null,d.shadowVisible,null,d)};EditorUi.prototype.getEmbeddedSvg=function(a,b,c,e,h,k,q){q=b.background;q==mxConstants.NONE&&(q=null);b=b.getSvg(q,null,null,null,null,k);null!=a&&b.setAttribute("content",a);null!=c&&b.setAttribute("resource",c);if(null!=h)this.convertImages(b,mxUtils.bind(this,function(a){h((e?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+ -mxUtils.getXml(a))}));else return(e?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+mxUtils.getXml(b)};EditorUi.prototype.exportImage=function(a,b,c,e,h,k,q,m,n){n=null!=n?n:"png";if(this.spinner.spin(document.body,mxResources.get("exporting"))){var d=this.editor.graph.isSelectionEmpty();c=null!=c?c:d;null==this.thumbImageCache&&(this.thumbImageCache={});try{this.exportToCanvas(mxUtils.bind(this,function(a){this.spinner.stop(); -try{this.saveCanvas(a,h?this.getFileData(!0,null,null,null,c,m):null,n)}catch(v){"Invalid image"==v.message?this.downloadFile(n):this.handleError(v)}}),null,this.thumbImageCache,null,mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}),null,c,a||1,b,e,null,null,k,q)}catch(y){this.spinner.stop(),this.handleError(y)}}};EditorUi.prototype.loadFonts=function(a){if(null!=this.editor.fontCss&&null==this.editor.resolvedFontCss){var d=function(a){return a.replace(RegExp("^[\\s\"']+","g"), -"").replace(RegExp("[\\s\"']+$","g"),"")},b=this.editor.fontCss.split("url("),c=0,e={},k=mxUtils.bind(this,function(){if(0==c){for(var f=[b[0]],g=1;g<b.length;g++){var k=b[g].indexOf(")");f.push('url("');f.push(e[d(b[g].substring(0,k))]);f.push('"'+b[g].substring(k))}this.editor.resolvedFontCss=f.join("");a()}});if(0<b.length)for(var h=1;h<b.length;h++){var m=b[h].indexOf(")"),n=null,l=b[h].indexOf("format(",m);0<l&&(n=d(b[h].substring(l+7,b[h].indexOf(")",l))));mxUtils.bind(this,function(a){if(null== +this.editor.graph;try{this.editor.graph=b,this.editor.setGraphXml(a)}catch(m){}finally{this.editor.graph=c}return a};EditorUi.prototype.getEmbeddedPng=function(a,b,c){var d=this.editor.graph,e=null;if(null!=c&&0<c.length)d=this.createTemporaryGraph(this.editor.graph.getStylesheet()),document.body.appendChild(d.container),this.decodeNodeIntoGraph(this.editor.extractGraphModel(mxUtils.parseXml(c).documentElement,!0),d),e=c;else if(null!=this.pages&&this.currentPage!=this.pages[0]){var d=this.createTemporaryGraph(d.getStylesheet()), +f=d.getGlobalVariable,g=this.pages[0];d.getGlobalVariable=function(a){return"page"==a?g.getName():"pagenumber"==a?1:f.apply(this,arguments)};document.body.appendChild(d.container);d.model.setRoot(g.root)}this.exportToCanvas(mxUtils.bind(this,function(c){try{null==e&&(e=this.getFileData(!0));var f=c.toDataURL("image/png"),f=this.writeGraphModelToPng(f,"zTXt","mxGraphModel",atob(this.editor.graph.compress(e)));a(f.substring(f.lastIndexOf(",")+1));d!=this.editor.graph&&d.container.parentNode.removeChild(d.container)}catch(k){null!= +b&&b(k)}}),null,null,null,mxUtils.bind(this,function(a){null!=b&&b(a)}),null,null,null,null,d.shadowVisible,null,d)};EditorUi.prototype.getEmbeddedSvg=function(a,b,c,e,h,m,l){l=b.background;l==mxConstants.NONE&&(l=null);b=b.getSvg(l,null,null,null,null,m);null!=a&&b.setAttribute("content",a);null!=c&&b.setAttribute("resource",c);if(null!=h)this.convertImages(b,mxUtils.bind(this,function(a){h((e?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+ +mxUtils.getXml(a))}));else return(e?"":'<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n')+mxUtils.getXml(b)};EditorUi.prototype.exportImage=function(a,b,c,e,h,m,l,n,p){p=null!=p?p:"png";if(this.spinner.spin(document.body,mxResources.get("exporting"))){var d=this.editor.graph.isSelectionEmpty();c=null!=c?c:d;null==this.thumbImageCache&&(this.thumbImageCache={});try{this.exportToCanvas(mxUtils.bind(this,function(a){this.spinner.stop(); +try{this.saveCanvas(a,h?this.getFileData(!0,null,null,null,c,n):null,p)}catch(v){"Invalid image"==v.message?this.downloadFile(p):this.handleError(v)}}),null,this.thumbImageCache,null,mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}),null,c,a||1,b,e,null,null,m,l)}catch(w){this.spinner.stop(),this.handleError(w)}}};EditorUi.prototype.loadFonts=function(a){if(null!=this.editor.fontCss&&null==this.editor.resolvedFontCss){var d=function(a){return a.replace(RegExp("^[\\s\"']+","g"), +"").replace(RegExp("[\\s\"']+$","g"),"")},b=this.editor.fontCss.split("url("),c=0,e={},m=mxUtils.bind(this,function(){if(0==c){for(var f=[b[0]],g=1;g<b.length;g++){var l=b[g].indexOf(")");f.push('url("');f.push(e[d(b[g].substring(0,l))]);f.push('"'+b[g].substring(l))}this.editor.resolvedFontCss=f.join("");a()}});if(0<b.length)for(var l=1;l<b.length;l++){var h=b[l].indexOf(")"),n=null,k=b[l].indexOf("format(",h);0<k&&(n=d(b[l].substring(k+7,b[l].indexOf(")",k))));mxUtils.bind(this,function(a){if(null== e[a]){e[a]=a;c++;var d="application/x-font-ttf";if("svg"==n||/(\.svg)($|\?)/i.test(a))d="image/svg+xml";else if("otf"==n||"embedded-opentype"==n||/(\.otf)($|\?)/i.test(a))d="application/x-font-opentype";else if("woff"==n||/(\.woff)($|\?)/i.test(a))d="application/font-woff";else if("woff2"==n||/(\.woff2)($|\?)/i.test(a))d="application/font-woff2";else if("eot"==n||/(\.eot)($|\?)/i.test(a))d="application/vnd.ms-fontobject";else if("sfnt"==n||/(\.sfnt)($|\?)/i.test(a))d="application/font-sfnt";var b= -a;/^https?:\/\//.test(b)&&!this.isCorsEnabledForUrl(b)&&(b=PROXY_URL+"?url="+encodeURIComponent(a));this.loadUrl(b,mxUtils.bind(this,function(d){e[a]=d;c--;k()}),mxUtils.bind(this,function(a){c--;k()}),!0,null,"data:"+d+";charset=utf-8;base64,")}})(d(b[h].substring(0,m)),n)}}else a()};EditorUi.prototype.exportToCanvas=function(a,b,c,e,h,k,q,m,n,l,r,v,u,H){k=null!=k?k:!0;v=null!=v?v:this.editor.graph;u=null!=u?u:0;var d=n?null:v.background;d==mxConstants.NONE&&(d=null);null==d&&(d=e);null==d&&0==n&& -(d=this.editor.graph.defaultPageBackgroundColor);this.convertImages(v.getSvg(d,null,null,H,null,null!=q?q:!0),mxUtils.bind(this,function(c){var e=new Image;e.onload=mxUtils.bind(this,function(){try{var f=document.createElement("canvas"),g=parseInt(c.getAttribute("width")),l=parseInt(c.getAttribute("height"));m=null!=m?m:1;null!=b&&(m=k?Math.min(1,Math.min(3*b/(4*l),b/g)):b/g);g=Math.ceil(m*g)+2*u;l=Math.ceil(m*l)+2*u;f.setAttribute("width",g);f.setAttribute("height",l);var q=f.getContext("2d");null!= -d&&(q.beginPath(),q.rect(0,0,g,l),q.fillStyle=d,q.fill());q.scale(m,m);mxClient.IS_SF?window.setTimeout(function(){q.drawImage(e,u/m,u/m);a(f)},0):(q.drawImage(e,u/m,u/m),a(f))}catch(S){null!=h&&h(S)}});e.onerror=function(a){null!=h&&h(a)};try{l&&this.editor.graph.addSvgShadow(c);var f=mxUtils.bind(this,function(){if(null!=this.editor.resolvedFontCss){var a=document.createElement("style");a.setAttribute("type","text/css");a.innerHTML=this.editor.resolvedFontCss;c.getElementsByTagName("defs")[0].appendChild(a)}this.convertMath(v, +a;/^https?:\/\//.test(b)&&!this.isCorsEnabledForUrl(b)&&(b=PROXY_URL+"?url="+encodeURIComponent(a));this.loadUrl(b,mxUtils.bind(this,function(d){e[a]=d;c--;m()}),mxUtils.bind(this,function(a){c--;m()}),!0,null,"data:"+d+";charset=utf-8;base64,")}})(d(b[l].substring(0,h)),n)}}else a()};EditorUi.prototype.exportToCanvas=function(a,b,c,e,h,m,l,n,p,k,r,v,u,J){m=null!=m?m:!0;v=null!=v?v:this.editor.graph;u=null!=u?u:0;var d=p?null:v.background;d==mxConstants.NONE&&(d=null);null==d&&(d=e);null==d&&0==p&& +(d=this.editor.graph.defaultPageBackgroundColor);this.convertImages(v.getSvg(d,null,null,J,null,null!=l?l:!0),mxUtils.bind(this,function(c){var e=new Image;e.onload=mxUtils.bind(this,function(){try{var f=document.createElement("canvas"),g=parseInt(c.getAttribute("width")),l=parseInt(c.getAttribute("height"));n=null!=n?n:1;null!=b&&(n=m?Math.min(1,Math.min(3*b/(4*l),b/g)):b/g);g=Math.ceil(n*g)+2*u;l=Math.ceil(n*l)+2*u;f.setAttribute("width",g);f.setAttribute("height",l);var k=f.getContext("2d");null!= +d&&(k.beginPath(),k.rect(0,0,g,l),k.fillStyle=d,k.fill());k.scale(n,n);mxClient.IS_SF?window.setTimeout(function(){k.drawImage(e,u/n,u/n);a(f)},0):(k.drawImage(e,u/n,u/n),a(f))}catch(R){null!=h&&h(R)}});e.onerror=function(a){null!=h&&h(a)};try{k&&this.editor.graph.addSvgShadow(c);var f=mxUtils.bind(this,function(){if(null!=this.editor.resolvedFontCss){var a=document.createElement("style");a.setAttribute("type","text/css");a.innerHTML=this.editor.resolvedFontCss;c.getElementsByTagName("defs")[0].appendChild(a)}this.convertMath(v, c,!0,mxUtils.bind(this,function(){e.src=this.createSvgDataUri(mxUtils.getXml(c))}))});this.loadFonts(f)}catch(z){null!=h&&h(z)}}),c,r)};EditorUi.prototype.createImageUrlConverter=function(){var a=new mxUrlConverter;a.updateBaseUrl();var b=a.convert,c=this;a.convert=function(d){if(null!=d){var e="http://"==d.substring(0,7)||"https://"==d.substring(0,8);e&&!navigator.onLine?d=c.svgBrokenImage.src:!e||d.substring(0,a.baseUrl.length)==a.baseUrl||c.crossOriginImages&&c.isCorsEnabledForUrl(d)?"chrome-extension://"!= -d.substring(0,19)&&(d=b.apply(this,arguments)):d=PROXY_URL+"?url="+encodeURIComponent(d)}return d};return a};EditorUi.prototype.convertImages=function(a,b,c,e){null==e&&(e=this.createImageUrlConverter());var d=0,f=c||{};c=mxUtils.bind(this,function(c,g){for(var k=a.getElementsByTagName(c),l=0;l<k.length;l++)mxUtils.bind(this,function(c){var k=e.convert(c.getAttribute(g));if(null!=k&&"data:"!=k.substring(0,5)){var l=f[k];null==l?(d++,this.convertImageToDataUri(k,function(e){null!=e&&(f[k]=e,c.setAttribute(g, -e));d--;0==d&&b(a)})):c.setAttribute(g,l)}else null!=k&&c.setAttribute(g,k)})(k[l])});c("image","xlink:href");c("img","src");0==d&&b(a)};EditorUi.prototype.loadUrl=function(a,b,c,e,h,k){try{var d=e||/(\.png)($|\?)/i.test(a)||/(\.jpe?g)($|\?)/i.test(a)||/(\.gif)($|\?)/i.test(a);h=null!=h?h:!0;var f=mxUtils.bind(this,function(){mxUtils.get(a,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus()){if(null!=b){var e=a.getText();if(d){if((9==document.documentMode||10==document.documentMode)&& -"undefined"!==typeof window.mxUtilsBinaryToArray){a=mxUtilsBinaryToArray(a.request.responseBody).toArray();for(var e=Array(a.length),f=0;f<a.length;f++)e[f]=String.fromCharCode(a[f]);e=e.join("")}k=null!=k?k:"data:image/png;base64,";e=k+this.base64Encode(e)}b(e)}}else null!=c&&c({code:App.ERROR_UNKNOWN},a)}),function(){null!=c&&c({code:App.ERROR_UNKNOWN})},d,this.timeout,function(){h&&null!=c&&c({code:App.ERROR_TIMEOUT,retry:f})})});f()}catch(B){null!=c&&c(B)}};EditorUi.prototype.isCorsEnabledForUrl= +d.substring(0,19)&&(d=b.apply(this,arguments)):d=PROXY_URL+"?url="+encodeURIComponent(d)}return d};return a};EditorUi.prototype.convertImages=function(a,b,c,e){null==e&&(e=this.createImageUrlConverter());var d=0,f=c||{};c=mxUtils.bind(this,function(c,g){for(var l=a.getElementsByTagName(c),k=0;k<l.length;k++)mxUtils.bind(this,function(c){var l=e.convert(c.getAttribute(g));if(null!=l&&"data:"!=l.substring(0,5)){var k=f[l];null==k?(d++,this.convertImageToDataUri(l,function(e){null!=e&&(f[l]=e,c.setAttribute(g, +e));d--;0==d&&b(a)})):c.setAttribute(g,k)}else null!=l&&c.setAttribute(g,l)})(l[k])});c("image","xlink:href");c("img","src");0==d&&b(a)};EditorUi.prototype.loadUrl=function(a,b,c,e,h,m){try{var d=e||/(\.png)($|\?)/i.test(a)||/(\.jpe?g)($|\?)/i.test(a)||/(\.gif)($|\?)/i.test(a);h=null!=h?h:!0;var f=mxUtils.bind(this,function(){mxUtils.get(a,mxUtils.bind(this,function(a){if(200<=a.getStatus()&&299>=a.getStatus()){if(null!=b){var e=a.getText();if(d){if((9==document.documentMode||10==document.documentMode)&& +"undefined"!==typeof window.mxUtilsBinaryToArray){a=mxUtilsBinaryToArray(a.request.responseBody).toArray();for(var e=Array(a.length),f=0;f<a.length;f++)e[f]=String.fromCharCode(a[f]);e=e.join("")}m=null!=m?m:"data:image/png;base64,";e=m+this.base64Encode(e)}b(e)}}else null!=c&&c({code:App.ERROR_UNKNOWN},a)}),function(){null!=c&&c({code:App.ERROR_UNKNOWN})},d,this.timeout,function(){h&&null!=c&&c({code:App.ERROR_TIMEOUT,retry:f})})});f()}catch(y){null!=c&&c(y)}};EditorUi.prototype.isCorsEnabledForUrl= function(a){null!=urlParams.cors&&null==this.corsRegExp&&(this.corsRegExp=new RegExp(decodeURIComponent(urlParams.cors)));return null!=this.corsRegExp&&this.corsRegExp.test(a)||"https://raw.githubusercontent.com/"===a.substring(0,34)||"https://cdn.rawgit.com/"===a.substring(0,23)||"https://rawgit.com/"===a.substring(0,19)||/^https?:\/\/[^\/]*\.iconfinder.com\//.test(a)||/^https?:\/\/[^\/]*\.draw\.io\/proxy/.test(a)||/^https?:\/\/[^\/]*\.github\.io\//.test(a)};EditorUi.prototype.convertImageToDataUri= -function(a,b){if(/(\.svg)$/i.test(a))mxUtils.get(a,mxUtils.bind(this,function(a){b(this.createSvgDataUri(a.getText()))}),function(){b(this.svgBrokenImage.src)});else{var d=new Image,c=this;this.crossOriginImages&&(d.crossOrigin="anonymous");d.onload=function(){var a=document.createElement("canvas"),e=a.getContext("2d");a.height=d.height;a.width=d.width;e.drawImage(d,0,0);try{b(a.toDataURL())}catch(q){b(c.svgBrokenImage.src)}};d.onerror=function(){b(c.svgBrokenImage.src)};d.src=a}};EditorUi.prototype.importXml= -function(a,b,c,e,h){b=null!=b?b:0;c=null!=c?c:0;var d=[];try{var f=this.editor.graph;if(null!=a&&0<a.length){var g=mxUtils.parseXml(a),p=this.editor.extractGraphModel(g.documentElement,null!=this.pages);if(null!=p&&"mxfile"==p.nodeName&&null!=this.pages){var l=p.getElementsByTagName("diagram");if(1==l.length)p=mxUtils.parseXml(f.decompress(mxUtils.getTextContent(l[0]))).documentElement;else if(1<l.length){f.model.beginUpdate();try{for(a=0;a<l.length;a++){l[a].removeAttribute("id");var m=this.updatePageRoot(new DiagramPage(l[a])), -t=this.pages.length;null==m.getName()&&m.setName(mxResources.get("pageWithNumber",[t+1]));f.model.execute(new ChangePage(this,m,m,t))}}finally{f.model.endUpdate()}}}null!=p&&"mxGraphModel"===p.nodeName&&(d=f.importGraphModel(p,b,c,e))}}catch(A){throw h||this.handleError(A,mxResources.get("invalidOrMissingFile")),A;}return d};EditorUi.prototype.importVisio=function(a,b,c,e){e=null!=e?e:a.name;c=null!=c?c:mxUtils.bind(this,function(a){this.handleError(a)});var d=mxUtils.bind(this,function(){this.loadingExtensions= -!1;if(this.doImportVisio)if(/(\.vsd)($|\?)/i.test(e)&&null!=VSD_CONVERT_URL){var d=new FormData;d.append("file1",a,e);var f=new XMLHttpRequest;f.open("POST",VSD_CONVERT_URL);f.responseType="blob";f.onreadystatechange=mxUtils.bind(this,function(){if(4==f.readyState)if(200<=f.status&&299>=f.status)try{this.doImportVisio(f.response,b,c)}catch(x){c(x)}else c({})});f.send(d)}else try{this.doImportVisio(a,b,c)}catch(x){c(x)}});this.doImportVisio||this.loadingExtensions||this.isOffline()?d():(this.loadingExtensions= -!0,mxscript("js/extensions.min.js",d))};EditorUi.prototype.exportVisio=function(){var a=mxUtils.bind(this,function(){this.loadingExtensions=!1;if("undefined"!==typeof VsdxExport)try{(new VsdxExport(this)).exportCurrentDiagrams()}catch(f){this.handleError(f)}});"undefined"!==typeof VsdxExport||this.loadingExtensions||this.isOffline()?a():(this.loadingExtensions=!0,mxscript("js/extensions.min.js",a))};EditorUi.prototype.importLucidChart=function(a,b,c,e,h){var d=mxUtils.bind(this,function(){this.loadingExtensions= -!1;if(this.pasteLucidChart)try{this.insertLucidChart(a,b,c,e,h)}catch(q){this.handleError(q)}finally{null!=h&&h()}});this.pasteLucidChart||this.loadingExtensions||this.isOffline()?window.setTimeout(d,0):(this.loadingExtensions=!0,"1"==urlParams.dev?mxscript("js/diagramly/Extensions.js",d):mxscript("js/extensions.min.js",d))};EditorUi.prototype.insertLucidChart=function(a,b,c,e,h){h=JSON.parse(a);a=[];if(null!=h.state){h=JSON.parse(h.state);for(var d in h.Pages)a.push(h.Pages[d]);a.sort(function(a, -d){return a.Properties.Order<d.Properties.Order?-1:a.Properties.Order>d.Properties.Order?1:0})}else a.push(h);if(0<a.length){this.editor.graph.getModel().beginUpdate();try{if(this.pasteLucidChart(a[0],b,c,e),null!=this.pages){var f=this.currentPage;for(b=1;b<a.length;b++)this.insertPage(),this.pasteLucidChart(a[b]);this.selectPage(f)}}finally{this.editor.graph.getModel().endUpdate()}}};EditorUi.prototype.insertTextAt=function(a,b,c,e,h,k,q){k=null!=k?k:!0;q=null!=q?q:!0;if(null!=a)if(Graph.fileSupport&& -!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a))this.parseFile(new Blob([a.replace(/\s+/g," ")],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&200<=a.status&&299>=a.status&&this.editor.graph.setSelectionCells(this.insertTextAt(a.responseText,b,c,!0))}));else if("data:"==a.substring(0,5)||!this.isOffline()&&(h||/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(a))){var d=this.editor.graph;if("data:image/png;base64,"==a.substring(0,22)){var f=this.extractGraphModelFromPng(a), -g=this.importXml(f,b,c,k,!0);if(0<g.length)return g}if("data:image/svg+xml;"==a.substring(0,19))try{if(f=null,"data:image/svg+xml;base64,"==a.substring(0,26)?(f=a.substring(a.indexOf(",")+1),f=window.atob&&!mxClient.IS_SF?atob(f):Base64.decode(f,!0)):f=decodeURIComponent(a.substring(a.indexOf(",")+1)),g=this.importXml(f,b,c,k,!0),0<g.length)return g}catch(y){}this.loadImage(a,mxUtils.bind(this,function(e){if("data:"==a.substring(0,5))this.resizeImage(e,a,mxUtils.bind(this,function(a,e,f){d.setSelectionCell(d.insertVertex(null, -null,"",d.snap(b),d.snap(c),e,f,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+this.convertDataUri(a)+";"))}),q,this.maxImageSize);else{var f=Math.min(1,Math.min(this.maxImageSize/e.width,this.maxImageSize/e.height)),g=Math.round(e.width*f);e=Math.round(e.height*f);d.setSelectionCell(d.insertVertex(null,null,"",d.snap(b),d.snap(c),g,e,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+ -a+";"))}}),mxUtils.bind(this,function(){var f=null;d.getModel().beginUpdate();try{f=d.insertVertex(d.getDefaultParent(),null,a,d.snap(b),d.snap(c),1,1,"text;"+(e?"html=1;":"")),d.updateCellSize(f),d.fireEvent(new mxEventObject("textInserted","cells",[f]))}finally{d.getModel().endUpdate()}d.setSelectionCell(f)}))}else{a=this.editor.graph.zapGremlins(mxUtils.trim(a));if(this.isCompatibleString(a))return this.importXml(a,b,c,k);if(0<a.length)if('{"state":"{\\"Properties\\":'==a.substring(0,26))this.importLucidChart(a, -b,c,k);else{d=this.editor.graph;h=null;d.getModel().beginUpdate();try{h=d.insertVertex(d.getDefaultParent(),null,"",d.snap(b),d.snap(c),1,1,"text;"+(e?"html=1;":"")),d.fireEvent(new mxEventObject("textInserted","cells",[h])),"<"==a.charAt(0)&&a.indexOf(">")==a.length-1&&(a=mxUtils.htmlEntities(a)),h.value=a,d.updateCellSize(h),/\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“â€â€˜â€™]))/i.test(h.value)&& -d.setLinkForCell(h,h.value),h.geometry.width+=d.gridSize,h.geometry.height+=d.gridSize}finally{d.getModel().endUpdate()}return[h]}}return[]};EditorUi.prototype.formatFileSize=function(a){var d=-1;do a/=1024,d++;while(1024<a);return Math.max(a,.1).toFixed(1)+" kB; MB; GB; TB;PB;EB;ZB;YB".split(";")[d]};EditorUi.prototype.convertDataUri=function(a){if("data:"==a.substring(0,5)){var d=a.indexOf(";");0<d&&(a=a.substring(0,d)+a.substring(a.indexOf(",",d+1)))}return a};EditorUi.prototype.isRemoteFileFormat= -function(a,b){return/(\"contentType\":\s*\"application\/gliffy\+json\")/.test(a)};EditorUi.prototype.importLocalFile=function(a,b){if(a&&Graph.fileSupport&&(!mxClient.IS_IE&&!mxClient.IS_IE11||0>navigator.appVersion.indexOf("Windows NT 6.1"))){var d=document.createElement("input");d.setAttribute("type","file");mxEvent.addListener(d,"change",mxUtils.bind(this,function(){null!=d.files&&this.importFiles(d.files,null,null,this.maxImageSize)}));d.click()}else{window.openNew=!1;window.openKey="import"; -if(!b){var c=Editor.useLocalStorage;Editor.useLocalStorage=!a}window.openFile=new OpenFile(mxUtils.bind(this,function(a){this.hideDialog(a)}));window.openFile.setConsumer(mxUtils.bind(this,function(a,d){if(null!=d&&Graph.fileSupport&&/(\.vsdx?)($|\?)/i.test(d)){var b=new Blob([a],{type:"application/octet-stream"});this.importVisio(b,mxUtils.bind(this,function(a){this.importXml(a)}),null,d)}else this.editor.graph.setSelectionCells(this.importXml(a))}));this.showDialog((new OpenDialog(this)).container, -360,220,!0,!0,function(){window.openFile=null});if(!b){var e=this.dialog,f=e.close;this.dialog.close=mxUtils.bind(this,function(a){Editor.useLocalStorage=c;f.apply(e,arguments);a&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash()})}}};EditorUi.prototype.importFile=function(a,b,c,e,h,k,q,m,n,l,r){l=null!=l?l:!0;var d=!1,f=null,g=mxUtils.bind(this,function(a){var d=null;null!=a&&"<mxlibrary"==a.substring(0,10)?this.loadLibrary(new LocalLibrary(this,a,q)):d=this.importXml(a,c,e,l); -null!=m&&m(d)});"image"==b.substring(0,5)?(n=!1,"image/png"==b.substring(0,9)&&(b=r?null:this.extractGraphModelFromPng(a),null!=b&&0<b.length&&(f=this.importXml(b,c,e,l),n=!0)),n||(f=this.editor.graph,b=a.indexOf(";"),0<b&&(a=a.substring(0,b)+a.substring(a.indexOf(",",b+1))),l&&f.isGridEnabled()&&(c=f.snap(c),e=f.snap(e)),f=[f.insertVertex(null,null,"",c,e,h,k,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a+";")])):/(\.*<graphml )/.test(a)&& -"undefined"!==typeof window.mxGraphMlCodec?(new mxGraphMlCodec).decode(a,mxUtils.bind(this,function(a){a=this.importXml(a,c,e,l);null!=m&&m(a)})):null!=n&&null!=q&&(/(\.vsdx?)($|\?)/i.test(q)||/(\.vssx)($|\?)/i.test(q))?(d=!0,this.importVisio(n,g)):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a,q)?(d=!0,this.parseFile(null!=n?n:new Blob([a],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&(200<=a.status&&299>=a.status?g(a.responseText):null!= -m&&m(null))}),q)):/(\.vsd)($|\?)/i.test(q)||(f=this.insertTextAt(this.validateFileData(a),c,e,!0,null,l));d||null==m||m(f);return f};EditorUi.prototype.base64Encode=function(a){for(var d="",b=0,c=a.length,e,k,h;b<c;){e=a.charCodeAt(b++)&255;if(b==c){d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4);d+="==";break}k=a.charCodeAt(b++);if(b==c){d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>> -2);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(k&240)>>4);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((k&15)<<2);d+="=";break}h=a.charCodeAt(b++);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(k&240)>>4);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((k&15)<<2|(h&192)>>6); -d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(h&63)}return d};EditorUi.prototype.importFiles=function(a,b,c,e,h,k,q,m,n,l,r,v){b=null!=b?b:0;c=null!=c?c:0;e=null!=e?e:this.maxImageSize;l=null!=l?l:this.maxImageBytes;var d=null!=b&&null!=c,f=!0,g=!1;if(!mxClient.IS_CHROMEAPP&&null!=a)for(var p=r||this.resampleThreshold,t=0;t<a.length;t++)if("image/"==a[t].type.substring(0,6)&&a[t].size>p){g=!0;break}var u=mxUtils.bind(this,function(){var g=this.editor.graph,p=g.gridSize; -h=null!=h?h:mxUtils.bind(this,function(a,b,c,e,f,g,k,h,l){return null!=a&&"<mxlibrary"==a.substring(0,10)?(this.spinner.stop(),this.loadLibrary(new LocalLibrary(this,a,k)),null):this.importFile(a,b,c,e,f,g,k,h,l,d,v)});k=null!=k?k:mxUtils.bind(this,function(a){g.setSelectionCells(a)});if(this.spinner.spin(document.body,mxResources.get("loading")))for(var n=a.length,t=n,u=[],x=mxUtils.bind(this,function(a,d){u[a]=d;if(0==--t){this.spinner.stop();if(null!=m)m(u);else{var b=[];g.getModel().beginUpdate(); -try{for(var c=0;c<u.length;c++){var e=u[c]();null!=e&&(b=b.concat(e))}}finally{g.getModel().endUpdate()}}k(b)}}),w=0;w<n;w++)mxUtils.bind(this,function(d){var k=a[d],m=new FileReader;m.onload=mxUtils.bind(this,function(a){if(null==q||q(k))if("image/"==k.type.substring(0,6))if("image/svg"==k.type.substring(0,9)){var m=a.target.result,n=m.indexOf(","),t=decodeURIComponent(escape(atob(m.substring(n+1)))),z=mxUtils.parseXml(t),t=z.getElementsByTagName("svg");if(0<t.length){var t=t[0],u=v?null:t.getAttribute("content"); -null!=u&&"<"!=u.charAt(0)&&"%"!=u.charAt(0)&&(u=unescape(window.atob?atob(u):Base64.decode(u,!0)));null!=u&&"%"==u.charAt(0)&&(u=decodeURIComponent(u));null==u||"<mxfile "!==u.substring(0,8)&&"<mxGraphModel "!==u.substring(0,14)?x(d,mxUtils.bind(this,function(){try{if(m.substring(0,n+1),null!=z){var a=z.getElementsByTagName("svg");if(0<a.length){var l=a[0],q=parseFloat(l.getAttribute("width")),t=parseFloat(l.getAttribute("height")),r=l.getAttribute("viewBox");if(null==r||0==r.length)l.setAttribute("viewBox", -"0 0 "+q+" "+t);else if(isNaN(q)||isNaN(t)){var v=r.split(" ");3<v.length&&(q=parseFloat(v[2]),t=parseFloat(v[3]))}m=this.createSvgDataUri(mxUtils.getXml(l));var u=Math.min(1,Math.min(e/Math.max(1,q)),e/Math.max(1,t)),x=h(m,k.type,b+d*p,c+d*p,Math.max(1,Math.round(q*u)),Math.max(1,Math.round(t*u)),k.name,f);if(isNaN(q)||isNaN(t)){var E=new Image;E.onload=mxUtils.bind(this,function(){q=Math.max(1,E.width);t=Math.max(1,E.height);x[0].geometry.width=q;x[0].geometry.height=t;l.setAttribute("viewBox", -"0 0 "+q+" "+t);m=this.createSvgDataUri(mxUtils.getXml(l));var a=m.indexOf(";");0<a&&(m=m.substring(0,a)+m.substring(m.indexOf(",",a+1)));g.setCellStyles("image",m,[x[0]])});E.src=this.createSvgDataUri(mxUtils.getXml(l))}return x}}}catch(ga){}return null})):x(d,mxUtils.bind(this,function(){return h(u,"text/xml",b+d*p,c+d*p,0,0,k.name)}))}}else{t=!1;if("image/png"==k.type){var E=v?null:this.extractGraphModelFromPng(a.target.result);if(null!=E&&0<E.length){var J=new Image;J.src=a.target.result;x(d, -mxUtils.bind(this,function(){return h(E,"text/xml",b+d*p,c+d*p,J.width,J.height,k.name)}));t=!0}}t||(mxClient.IS_CHROMEAPP?(this.spinner.stop(),this.showError(mxResources.get("error"),mxResources.get("dragAndDropNotSupported"),mxResources.get("cancel"),mxUtils.bind(this,function(){}),null,mxResources.get("ok"),mxUtils.bind(this,function(){this.actions.get("import").funct()}))):this.loadImage(a.target.result,mxUtils.bind(this,function(g){this.resizeImage(g,a.target.result,mxUtils.bind(this,function(g, -q,m){x(d,mxUtils.bind(this,function(){if(null!=g&&g.length<l){var n=f&&this.isResampleImage(a.target.result,r)?Math.min(1,Math.min(e/q,e/m)):1;return h(g,k.type,b+d*p,c+d*p,Math.round(q*n),Math.round(m*n),k.name)}this.handleError({message:mxResources.get("imageTooBig")});return null}))}),f,e,r)}),mxUtils.bind(this,function(){this.handleError({message:mxResources.get("invalidOrMissingFile")})})))}else h(a.target.result,k.type,b+d*p,c+d*p,240,160,k.name,function(a){x(d,function(){return a})})});/(\.vsdx?)($|\?)/i.test(k.name)|| -/(\.vssx)($|\?)/i.test(k.name)?h(null,k.type,b+d*p,c+d*p,240,160,k.name,function(a){x(d,function(){return a})},k):"image"==k.type.substring(0,5)?m.readAsDataURL(k):m.readAsText(k)})(w)});g?this.confirmImageResize(function(a){f=a;u()},n):u()};EditorUi.prototype.confirmImageResize=function(a,b){b=null!=b?b:!1;var d=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){},c=isLocalStorage||mxClient.IS_CHROMEAPP?mxSettings.getResizeImages():null,e=function(c,e){if(c||b)mxSettings.setResizeImages(c? +function(a,b){if(/(\.svg)$/i.test(a))mxUtils.get(a,mxUtils.bind(this,function(a){b(this.createSvgDataUri(a.getText()))}),function(){b(this.svgBrokenImage.src)});else{var d=new Image,c=this;this.crossOriginImages&&(d.crossOrigin="anonymous");d.onload=function(){var a=document.createElement("canvas"),e=a.getContext("2d");a.height=d.height;a.width=d.width;e.drawImage(d,0,0);try{b(a.toDataURL())}catch(l){b(c.svgBrokenImage.src)}};d.onerror=function(){b(c.svgBrokenImage.src)};d.src=a}};EditorUi.prototype.importXml= +function(a,b,c,e,h){b=null!=b?b:0;c=null!=c?c:0;var d=[];try{var f=this.editor.graph;if(null!=a&&0<a.length){var g=mxUtils.parseXml(a),q=this.editor.extractGraphModel(g.documentElement,null!=this.pages);if(null!=q&&"mxfile"==q.nodeName&&null!=this.pages){var k=q.getElementsByTagName("diagram");if(1==k.length)q=mxUtils.parseXml(f.decompress(mxUtils.getTextContent(k[0]))).documentElement;else if(1<k.length){f.model.beginUpdate();try{for(a=0;a<k.length;a++){k[a].removeAttribute("id");var n=this.updatePageRoot(new DiagramPage(k[a])), +t=this.pages.length;null==n.getName()&&n.setName(mxResources.get("pageWithNumber",[t+1]));f.model.execute(new ChangePage(this,n,n,t))}}finally{f.model.endUpdate()}}}null!=q&&"mxGraphModel"===q.nodeName&&(d=f.importGraphModel(q,b,c,e))}}catch(A){throw h||this.handleError(A,mxResources.get("invalidOrMissingFile")),A;}return d};EditorUi.prototype.importVisio=function(a,b,c,e){e=null!=e?e:a.name;c=null!=c?c:mxUtils.bind(this,function(a){this.handleError(a)});var d=mxUtils.bind(this,function(){this.loadingExtensions= +!1;if(this.doImportVisio)if((/(\.vsd)($|\?)/i.test(e)||/(\.vss)($|\?)/i.test(e))&&null!=VSD_CONVERT_URL){var d=new FormData;d.append("file1",a,e);var f=new XMLHttpRequest;f.open("POST",VSD_CONVERT_URL);f.responseType="blob";f.onreadystatechange=mxUtils.bind(this,function(){if(4==f.readyState)if(200<=f.status&&299>=f.status)try{f.response.name=e,this.doImportVisio(f.response,b,c)}catch(C){c(C)}else c({})});f.send(d)}else try{this.doImportVisio(a,b,c)}catch(C){c(C)}});this.doImportVisio||this.loadingExtensions|| +this.isOffline()?d():(this.loadingExtensions=!0,mxscript("js/extensions.min.js",d))};EditorUi.prototype.exportVisio=function(){var a=mxUtils.bind(this,function(){this.loadingExtensions=!1;if("undefined"!==typeof VsdxExport)try{(new VsdxExport(this)).exportCurrentDiagrams()}catch(f){this.handleError(f)}});"undefined"!==typeof VsdxExport||this.loadingExtensions||this.isOffline()?a():(this.loadingExtensions=!0,mxscript("js/extensions.min.js",a))};EditorUi.prototype.convertLucidChart=function(a,b,c){var d= +mxUtils.bind(this,function(){this.loadingExtensions=!1;if("undefined"!==typeof window.LucidImporter)try{b(LucidImporter.importState(JSON.parse(a)))}catch(t){c(t)}else c({message:mxResources.get("serviceUnavailableOrBlocked")})});"undefined"!==typeof window.LucidImporter||this.loadingExtensions||this.isOffline()?window.setTimeout(d,0):(this.loadingExtensions=!0,"1"==urlParams.dev?mxscript("js/diagramly/Extensions.js",d):mxscript("js/extensions.min.js",d))};EditorUi.prototype.insertTextAt=function(a, +b,c,e,h,m,l){m=null!=m?m:!0;l=null!=l?l:!0;if(null!=a)if(Graph.fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a))this.parseFile(new Blob([a.replace(/\s+/g," ")],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&200<=a.status&&299>=a.status&&this.editor.graph.setSelectionCells(this.insertTextAt(a.responseText,b,c,!0))}));else if("data:"==a.substring(0,5)||!this.isOffline()&&(h||/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(a))){var d=this.editor.graph; +if("data:image/png;base64,"==a.substring(0,22)){var f=this.extractGraphModelFromPng(a),g=this.importXml(f,b,c,m,!0);if(0<g.length)return g}if("data:image/svg+xml;"==a.substring(0,19))try{if(f=null,"data:image/svg+xml;base64,"==a.substring(0,26)?(f=a.substring(a.indexOf(",")+1),f=window.atob&&!mxClient.IS_SF?atob(f):Base64.decode(f,!0)):f=decodeURIComponent(a.substring(a.indexOf(",")+1)),g=this.importXml(f,b,c,m,!0),0<g.length)return g}catch(w){}this.loadImage(a,mxUtils.bind(this,function(e){if("data:"== +a.substring(0,5))this.resizeImage(e,a,mxUtils.bind(this,function(a,e,f){d.setSelectionCell(d.insertVertex(null,null,"",d.snap(b),d.snap(c),e,f,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+this.convertDataUri(a)+";"))}),l,this.maxImageSize);else{var f=Math.min(1,Math.min(this.maxImageSize/e.width,this.maxImageSize/e.height)),g=Math.round(e.width*f);e=Math.round(e.height*f);d.setSelectionCell(d.insertVertex(null,null,"", +d.snap(b),d.snap(c),g,e,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a+";"))}}),mxUtils.bind(this,function(){var f=null;d.getModel().beginUpdate();try{f=d.insertVertex(d.getDefaultParent(),null,a,d.snap(b),d.snap(c),1,1,"text;"+(e?"html=1;":"")),d.updateCellSize(f),d.fireEvent(new mxEventObject("textInserted","cells",[f]))}finally{d.getModel().endUpdate()}d.setSelectionCell(f)}))}else{a=this.editor.graph.zapGremlins(mxUtils.trim(a)); +if(this.isCompatibleString(a))return this.importXml(a,b,c,m);if(0<a.length)if(this.isLucidChartData(a))this.convertLucidChart(a,mxUtils.bind(this,function(a){this.editor.graph.setSelectionCells(this.importXml(a,b,c,m))}),mxUtils.bind(this,function(a){this.handleError(a)}));else{d=this.editor.graph;h=null;d.getModel().beginUpdate();try{h=d.insertVertex(d.getDefaultParent(),null,"",d.snap(b),d.snap(c),1,1,"text;"+(e?"html=1;":"")),d.fireEvent(new mxEventObject("textInserted","cells",[h])),"<"==a.charAt(0)&& +a.indexOf(">")==a.length-1&&(a=mxUtils.htmlEntities(a)),h.value=a,d.updateCellSize(h),/\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“â€â€˜â€™]))/i.test(h.value)&&d.setLinkForCell(h,h.value),h.geometry.width+=d.gridSize,h.geometry.height+=d.gridSize}finally{d.getModel().endUpdate()}return[h]}}return[]};EditorUi.prototype.formatFileSize=function(a){var d=-1; +do a/=1024,d++;while(1024<a);return Math.max(a,.1).toFixed(1)+" kB; MB; GB; TB;PB;EB;ZB;YB".split(";")[d]};EditorUi.prototype.convertDataUri=function(a){if("data:"==a.substring(0,5)){var d=a.indexOf(";");0<d&&(a=a.substring(0,d)+a.substring(a.indexOf(",",d+1)))}return a};EditorUi.prototype.isRemoteFileFormat=function(a,b){return/(\"contentType\":\s*\"application\/gliffy\+json\")/.test(a)};EditorUi.prototype.isLucidChartData=function(a){return null!=a&&'{"state":"{\\"Properties\\":'==a.substring(0, +26)};EditorUi.prototype.importLocalFile=function(a,b){if(a&&Graph.fileSupport&&(!mxClient.IS_IE&&!mxClient.IS_IE11||0>navigator.appVersion.indexOf("Windows NT 6.1"))){var d=document.createElement("input");d.setAttribute("type","file");mxEvent.addListener(d,"change",mxUtils.bind(this,function(){null!=d.files&&this.importFiles(d.files,null,null,this.maxImageSize)}));d.click()}else{window.openNew=!1;window.openKey="import";if(!b){var c=Editor.useLocalStorage;Editor.useLocalStorage=!a}window.openFile= +new OpenFile(mxUtils.bind(this,function(a){this.hideDialog(a)}));window.openFile.setConsumer(mxUtils.bind(this,function(a,d){if(null!=d&&Graph.fileSupport&&/(\.vsdx?)($|\?)/i.test(d)){var b=new Blob([a],{type:"application/octet-stream"});this.importVisio(b,mxUtils.bind(this,function(a){this.importXml(a)}),null,d)}else this.editor.graph.setSelectionCells(this.importXml(a))}));this.showDialog((new OpenDialog(this)).container,360,220,!0,!0,function(){window.openFile=null});if(!b){var e=this.dialog,f= +e.close;this.dialog.close=mxUtils.bind(this,function(a){Editor.useLocalStorage=c;f.apply(e,arguments);a&&null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.showSplash()})}}};EditorUi.prototype.importFile=function(a,b,c,e,h,m,l,n,p,k,r){k=null!=k?k:!0;var d=!1,f=null,g=mxUtils.bind(this,function(a){var d=null;null!=a&&"<mxlibrary"==a.substring(0,10)?this.loadLibrary(new LocalLibrary(this,a,l)):d=this.importXml(a,c,e,k);null!=n&&n(d)});"image"==b.substring(0,5)?(p=!1,"image/png"==b.substring(0, +9)&&(b=r?null:this.extractGraphModelFromPng(a),null!=b&&0<b.length&&(f=this.importXml(b,c,e,k),p=!0)),p||(f=this.editor.graph,b=a.indexOf(";"),0<b&&(a=a.substring(0,b)+a.substring(a.indexOf(",",b+1))),k&&f.isGridEnabled()&&(c=f.snap(c),e=f.snap(e)),f=[f.insertVertex(null,null,"",c,e,h,m,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+a+";")])):/(\.*<graphml )/.test(a)&&"undefined"!==typeof window.mxGraphMlCodec?(new mxGraphMlCodec).decode(a, +mxUtils.bind(this,function(a){a=this.importXml(a,c,e,k);null!=n&&n(a)})):null!=p&&null!=l&&(/(\.vsdx?)($|\?)/i.test(l)||/(\.vssx?)($|\?)/i.test(l))?(d=!0,this.importVisio(p,g)):!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(a,l)?(d=!0,this.parseFile(null!=p?p:new Blob([a],{type:"application/octet-stream"}),mxUtils.bind(this,function(a){4==a.readyState&&(200<=a.status&&299>=a.status?g(a.responseText):null!=n&&n(null))}),l)):/(\.vsd)($|\?)/i.test(l)||/(\.vss)($|\?)/i.test(l)|| +(f=this.insertTextAt(this.validateFileData(a),c,e,!0,null,k));d||null==n||n(f);return f};EditorUi.prototype.base64Encode=function(a){for(var d="",b=0,c=a.length,e,h,l;b<c;){e=a.charCodeAt(b++)&255;if(b==c){d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4);d+="==";break}h=a.charCodeAt(b++);if(b==c){d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2); +d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(h&240)>>4);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((h&15)<<2);d+="=";break}l=a.charCodeAt(b++);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e>>2);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((e&3)<<4|(h&240)>>4);d+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt((h&15)<<2|(l&192)>>6);d+= +"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(l&63)}return d};EditorUi.prototype.importFiles=function(a,b,c,e,h,m,l,n,p,k,r,v){b=null!=b?b:0;c=null!=c?c:0;e=null!=e?e:this.maxImageSize;k=null!=k?k:this.maxImageBytes;var d=null!=b&&null!=c,f=!0,g=!1;if(!mxClient.IS_CHROMEAPP&&null!=a)for(var q=r||this.resampleThreshold,t=0;t<a.length;t++)if("image/"==a[t].type.substring(0,6)&&a[t].size>q){g=!0;break}var u=mxUtils.bind(this,function(){var g=this.editor.graph,q=g.gridSize; +h=null!=h?h:mxUtils.bind(this,function(a,b,c,e,f,g,l,k,h){return null!=a&&"<mxlibrary"==a.substring(0,10)?(this.spinner.stop(),this.loadLibrary(new LocalLibrary(this,a,l)),null):this.importFile(a,b,c,e,f,g,l,k,h,d,v)});m=null!=m?m:mxUtils.bind(this,function(a){g.setSelectionCells(a)});if(this.spinner.spin(document.body,mxResources.get("loading")))for(var t=a.length,p=t,u=[],B=mxUtils.bind(this,function(a,d){u[a]=d;if(0==--p){this.spinner.stop();if(null!=n)n(u);else{var b=[];g.getModel().beginUpdate(); +try{for(var c=0;c<u.length;c++){var e=u[c]();null!=e&&(b=b.concat(e))}}finally{g.getModel().endUpdate()}}m(b)}}),w=0;w<t;w++)mxUtils.bind(this,function(d){var m=a[d],n=new FileReader;n.onload=mxUtils.bind(this,function(a){if(null==l||l(m))if("image/"==m.type.substring(0,6))if("image/svg"==m.type.substring(0,9)){var n=a.target.result,t=n.indexOf(","),p=decodeURIComponent(escape(atob(n.substring(t+1)))),z=mxUtils.parseXml(p),p=z.getElementsByTagName("svg");if(0<p.length){var p=p[0],u=v?null:p.getAttribute("content"); +null!=u&&"<"!=u.charAt(0)&&"%"!=u.charAt(0)&&(u=unescape(window.atob?atob(u):Base64.decode(u,!0)));null!=u&&"%"==u.charAt(0)&&(u=decodeURIComponent(u));null==u||"<mxfile "!==u.substring(0,8)&&"<mxGraphModel "!==u.substring(0,14)?B(d,mxUtils.bind(this,function(){try{if(n.substring(0,t+1),null!=z){var a=z.getElementsByTagName("svg");if(0<a.length){var l=a[0],k=parseFloat(l.getAttribute("width")),p=parseFloat(l.getAttribute("height")),r=l.getAttribute("viewBox");if(null==r||0==r.length)l.setAttribute("viewBox", +"0 0 "+k+" "+p);else if(isNaN(k)||isNaN(p)){var v=r.split(" ");3<v.length&&(k=parseFloat(v[2]),p=parseFloat(v[3]))}n=this.createSvgDataUri(mxUtils.getXml(l));var u=Math.min(1,Math.min(e/Math.max(1,k)),e/Math.max(1,p)),B=h(n,m.type,b+d*q,c+d*q,Math.max(1,Math.round(k*u)),Math.max(1,Math.round(p*u)),m.name,f);if(isNaN(k)||isNaN(p)){var w=new Image;w.onload=mxUtils.bind(this,function(){k=Math.max(1,w.width);p=Math.max(1,w.height);B[0].geometry.width=k;B[0].geometry.height=p;l.setAttribute("viewBox", +"0 0 "+k+" "+p);n=this.createSvgDataUri(mxUtils.getXml(l));var a=n.indexOf(";");0<a&&(n=n.substring(0,a)+n.substring(n.indexOf(",",a+1)));g.setCellStyles("image",n,[B[0]])});w.src=this.createSvgDataUri(mxUtils.getXml(l))}return B}}}catch(ja){}return null})):B(d,mxUtils.bind(this,function(){return h(u,"text/xml",b+d*q,c+d*q,0,0,m.name)}))}}else{p=!1;if("image/png"==m.type){var w=v?null:this.extractGraphModelFromPng(a.target.result);if(null!=w&&0<w.length){var D=new Image;D.src=a.target.result;B(d, +mxUtils.bind(this,function(){return h(w,"text/xml",b+d*q,c+d*q,D.width,D.height,m.name)}));p=!0}}p||(mxClient.IS_CHROMEAPP?(this.spinner.stop(),this.showError(mxResources.get("error"),mxResources.get("dragAndDropNotSupported"),mxResources.get("cancel"),mxUtils.bind(this,function(){}),null,mxResources.get("ok"),mxUtils.bind(this,function(){this.actions.get("import").funct()}))):this.loadImage(a.target.result,mxUtils.bind(this,function(g){this.resizeImage(g,a.target.result,mxUtils.bind(this,function(g, +l,n){B(d,mxUtils.bind(this,function(){if(null!=g&&g.length<k){var p=f&&this.isResampleImage(a.target.result,r)?Math.min(1,Math.min(e/l,e/n)):1;return h(g,m.type,b+d*q,c+d*q,Math.round(l*p),Math.round(n*p),m.name)}this.handleError({message:mxResources.get("imageTooBig")});return null}))}),f,e,r)}),mxUtils.bind(this,function(){this.handleError({message:mxResources.get("invalidOrMissingFile")})})))}else h(a.target.result,m.type,b+d*q,c+d*q,240,160,m.name,function(a){B(d,function(){return a})})});/(\.vsdx?)($|\?)/i.test(m.name)|| +/(\.vssx?)($|\?)/i.test(m.name)?h(null,m.type,b+d*q,c+d*q,240,160,m.name,function(a){B(d,function(){return a})},m):"image"==m.type.substring(0,5)?n.readAsDataURL(m):n.readAsText(m)})(w)});g?this.confirmImageResize(function(a){f=a;u()},p):u()};EditorUi.prototype.confirmImageResize=function(a,b){b=null!=b?b:!1;var d=null!=this.spinner&&null!=this.spinner.pause?this.spinner.pause():function(){},c=isLocalStorage||mxClient.IS_CHROMEAPP?mxSettings.getResizeImages():null,e=function(c,e){if(c||b)mxSettings.setResizeImages(c? e:null),mxSettings.save();d();a(e)};null==c||b?this.showDialog((new ConfirmDialog(this,mxResources.get("resizeLargeImages"),function(a){e(a,!0)},function(a){e(a,!1)},mxResources.get("resize"),mxResources.get("actualSize"),'<img style="margin-top:8px;" src="'+Editor.loResImage+'"/>','<img style="margin-top:8px;" src="'+Editor.hiResImage+'"/>',isLocalStorage||mxClient.IS_CHROMEAPP)).container,340,isLocalStorage||mxClient.IS_CHROMEAPP?220:200,!0,!0):e(!1,c)};EditorUi.prototype.parseFile=function(a,b, -c){c=null!=c?c:a.name;var d=new FormData;d.append("format","xml");d.append("upfile",a,c);var e=new XMLHttpRequest;e.open("POST",OPEN_URL);e.onreadystatechange=function(){b(e)};e.send(d)};EditorUi.prototype.isResampleImage=function(a,b){b=null!=b?b:this.resampleThreshold;return a.length>b};EditorUi.prototype.resizeImage=function(a,b,c,e,h,k){h=null!=h?h:this.maxImageSize;var d=Math.max(1,a.width),f=Math.max(1,a.height);if(e&&this.isResampleImage(b,k))try{var g=Math.max(d/h,f/h);if(1<g){var l=Math.round(d/ -g),p=Math.round(f/g),m=document.createElement("canvas");m.width=l;m.height=p;m.getContext("2d").drawImage(a,0,0,l,p);var n=m.toDataURL();if(n.length<b.length){var t=document.createElement("canvas");t.width=l;t.height=p;var r=t.toDataURL();n!==r&&(b=n,d=l,f=p)}}}catch(w){}c(b,d,f)};EditorUi.prototype.crcTable=[];for(var e=0;256>e;e++)for(var b=e,h=0;8>h;h++)b=1==(b&1)?3988292384^b>>>1:b>>>1,EditorUi.prototype.crcTable[e]=b;EditorUi.prototype.updateCRC=function(a,b,c,e){for(var d=0;d<e;d++)a=EditorUi.prototype.crcTable[(a^ -b[c+d])&255]^a>>>8;return a};EditorUi.prototype.crc32=function(a){this.crcTable=this.crcTable||this.createCrcTable();for(var d=-1,b=0;b<a.length;b++)d=d>>>8^this.crcTable[(d^a.charCodeAt(b))&255];return(d^-1)>>>0};EditorUi.prototype.writeGraphModelToPng=function(a,b,c,e,h){function d(a,d){var b=p;p+=d;return a.substring(b,p)}function f(a){a=d(a,4);return a.charCodeAt(3)+(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}function g(a){return String.fromCharCode(a>>24&255,a>>16&255,a>> -8&255,a&255)}a=a.substring(a.indexOf(",")+1);a=window.atob?atob(a):Base64.decode(a,!0);var p=0;if(d(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=h&&h();else if(d(a,4),"IHDR"!=d(a,4))null!=h&&h();else{d(a,17);h=a.substring(0,p);do{var l=f(a);if("IDAT"==d(a,4)){h=a.substring(0,p-8);c=c+String.fromCharCode(0)+("zTXt"==b?String.fromCharCode(0):"")+e;e=4294967295;e=this.updateCRC(e,b,0,4);e=this.updateCRC(e,c,0,c.length);h+=g(c.length)+b+c+g(e^4294967295);h+=a.substring(p- -8,a.length);break}h+=a.substring(p-8,p-4+l);d(a,l);d(a,4)}while(l);return"data:image/png;base64,"+(window.btoa?btoa(h):Base64.encode(h,!0))}};EditorUi.prototype.extractGraphModelFromPng=function(a){var d=null;try{var b=a.substring(a.indexOf(",")+1),c=window.atob&&!mxClient.IS_SF?atob(b):Base64.decode(b,!0);EditorUi.parsePng(c,mxUtils.bind(this,function(a,b,e){a=c.substring(a+8,a+8+e);"zTXt"==b?(e=a.indexOf(String.fromCharCode(0)),"mxGraphModel"==a.substring(0,e)&&(a=this.editor.graph.bytesToString(pako.inflateRaw(a.substring(e+ -2))).replace(/\+/g," "),null!=a&&0<a.length&&(d=a))):"tEXt"==b&&(a=a.split(String.fromCharCode(0)),1<a.length&&"mxGraphModel"==a[0]&&(d=a[1]));if(null!=d||"IDAT"==b)return!0}))}catch(t){}null!=d&&"%"==d.charAt(0)&&(d=decodeURIComponent(d));null!=d&&"%"==d.charAt(0)&&(d=decodeURIComponent(d));return d};EditorUi.prototype.loadImage=function(a,b,c){var d=new Image;d.onload=function(){b(d)};null!=c&&(d.onerror=c);d.src=a};var n=EditorUi.prototype.init;EditorUi.prototype.init=function(){"undefined"!== -typeof window.mxSettings&&(this.formatWidth=mxSettings.getFormatWidth());var a=this,b=this.editor.graph;b.getLinkTitle=function(d){return a.getLinkTitle(d)};b.customLinkClicked=function(d){try{a.handleCustomLink(d)}catch(I){a.handleError(I)}};this.isOffline()||"undefined"===typeof window.EditDataDialog||(EditDataDialog.placeholderHelpLink="https://desk.draw.io/support/solutions/articles/16000051979");var c=a.editor.getEditBlankUrl;this.editor.getEditBlankUrl=function(d){d=null!=d?d:"";if(null!=a.pages&& -null!=a.currentPage)for(var b=0;b<a.pages.length;b++)if(a.pages[b]==a.currentPage){0<b&&(d+=(0<d.length?"&":"?")+"page="+b);break}"1"==urlParams.dev&&(d+=(0<d.length?"&":"?")+"dev=1&drawdev=1");return c.apply(this,arguments)};var e=b.addClickHandler;b.addClickHandler=function(a,d,c){var f=d;d=function(a,d){if(null==d){var c=mxEvent.getSource(a);"a"==c.nodeName.toLowerCase()&&(d=c.getAttribute("href"))}null==d||!b.isCustomLink(d)||!mxEvent.isTouchEvent(a)&&mxEvent.isPopupTrigger(a)||(b.customLinkClicked(d), -mxEvent.consume(a));null!=f&&f(a,d)};e.call(this,a,d,c)};n.apply(this,arguments);mxClient.IS_SVG&&this.editor.graph.addSvgShadow(b.view.canvas.ownerSVGElement,null,!0);a.actions.get("print").funct=function(){a.showDialog((new PrintDialog(a)).container,360,null!=a.pages&&1<a.pages.length?420:360,!0,!0)};this.defaultFilename=mxResources.get("untitledDiagram");var h=b.getGlobalVariable;b.getGlobalVariable=function(d){return"page"==d&&null!=a.currentPage?a.currentPage.getName():"pagenumber"==d?null!= -a.currentPage&&null!=a.pages?mxUtils.indexOf(a.pages,a.currentPage)+1:1:h.apply(this,arguments)};var k=b.createLinkForHint;b.createLinkForHint=function(a,d){null!=a&&b.isCustomLink(a)&&(d=b.getLinkTitle(a));var c=k.call(this,a,d);null!=a&&b.isCustomLink(a)&&mxEvent.addListener(c,"click",function(d){b.customLinkClicked(a);mxEvent.consume(d)});return c};var q=b.labelLinkClicked;b.labelLinkClicked=function(a,d,c){var e=d.getAttribute("href");if(null==e||!b.isCustomLink(e)||!mxEvent.isTouchEvent(c)&& -mxEvent.isPopupTrigger(c))q.apply(this,arguments);else{if(!b.isEnabled()||null!=a&&b.isCellLocked(a.cell))b.customLinkClicked(e),b.getRubberband().reset();mxEvent.consume(c)}};this.editor.getOrCreateFilename=function(){var d=a.defaultFilename,b=a.getCurrentFile();null!=b&&(d=null!=b.getTitle()?b.getTitle():d);return d};var m=this.actions.get("print");m.setEnabled(!mxClient.IS_IOS||!navigator.standalone);m.visible=m.isEnabled();if(!this.editor.chromeless||this.editor.editable){var r=function(){window.setTimeout(function(){l.innerHTML= -" ";l.focus();document.execCommand("selectAll",!1,null)},0)};this.keyHandler.bindAction(70,!0,"find");this.keyHandler.bindAction(67,!0,"copyStyle",!0);this.keyHandler.bindAction(86,!0,"pasteStyle",!0);this.keyHandler.bindAction(77,!0,"editGeometry",!0);this.keyHandler.bindAction(88,!0,"insertText",!0);this.keyHandler.bindAction(75,!0,"insertRectangle");this.keyHandler.bindAction(75,!0,"insertEllipse",!0);mxClient.IS_IE||b.container.addEventListener("paste",mxUtils.bind(this,function(a){var d= -this.editor.graph;if(!mxEvent.isConsumed(a))try{for(var b=a.clipboardData||a.originalEvent.clipboardData,c=!1,e=0;e<b.types.length;e++)if("text/"===b.types[e].substring(0,5)){c=!0;break}if(!c){var f=b.items;for(index in f){var g=f[index];if("file"===g.kind){if(d.isEditing())this.importFiles([g.getAsFile()],0,0,this.maxImageSize,function(a,b,c,e,f,g){d.insertImage(a,f,g)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var d=0;d<a.length;d++)a[d]()});else{var k=this.editor.graph.getInsertPoint(); -this.importFiles([g.getAsFile()],k.x,k.y,this.maxImageSize);mxEvent.consume(a)}break}}}}catch(aa){}}),!1);var l=document.createElement("div");l.style.position="absolute";l.style.whiteSpace="nowrap";l.style.overflow="hidden";l.style.display="block";l.contentEditable=!0;mxUtils.setOpacity(l,0);l.style.width="1px";l.style.height="1px";l.innerHTML=" ";var u=!1;this.keyHandler.bindControlKey(88,null);this.keyHandler.bindControlKey(67,null);this.keyHandler.bindControlKey(86,null);mxEvent.addListener(document, -"keydown",mxUtils.bind(this,function(a){var d=mxEvent.getSource(a);null==b.container||!b.isEnabled()||b.isMouseDown||b.isEditing()||null!=this.dialog||"INPUT"==d.nodeName||"TEXTAREA"==d.nodeName||!(224==a.keyCode||!mxClient.IS_MAC&&17==a.keyCode||mxClient.IS_MAC&&91==a.keyCode)||u||(l.style.left=b.container.scrollLeft+10+"px",l.style.top=b.container.scrollTop+10+"px",b.container.appendChild(l),u=!0,mxClient.IS_QUIRKS?window.setTimeout(function(){l.focus();document.execCommand("selectAll",!1,null)}, -0):(l.focus(),document.execCommand("selectAll",!1,null)))}));mxEvent.addListener(document,"keyup",mxUtils.bind(this,function(a){var d=a.keyCode;window.setTimeout(mxUtils.bind(this,function(){!u||224!=d&&17!=d&&91!=d||(u=!1,b.isEditing()||null!=this.dialog||null==b.container||b.container.focus(),l.parentNode.removeChild(l),null==this.dialog&&mxUtils.clearSelection())}),0)}));mxEvent.addListener(l,"copy",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(l),r())}));mxEvent.addListener(l, -"cut",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(l,!0),r())}));mxEvent.addListener(l,"paste",mxUtils.bind(this,function(a){b.isEnabled()&&!b.isCellLocked(b.getDefaultParent())&&(l.innerHTML=" ",l.focus(),window.setTimeout(mxUtils.bind(this,function(){this.pasteCells(a,l);l.innerHTML=" "}),0))}),!0);var v=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==l?!0:v.apply(this,arguments)}}this.spinner=this.createSpinner(document.body.clientWidth/ -2-2,Math.max(document.body.clientHeight||0,document.documentElement.clientHeight||0)/2,24);Graph.fileSupport&&this.editor.graph.addListener(mxEvent.EDITING_STARTED,mxUtils.bind(this,function(a){var d=this.editor.graph,b=d.cellEditor.text2,c=null;null!=b&&(mxEvent.addListener(b,"dragleave",function(a){null!=c&&(c.parentNode.removeChild(c),c=null);a.stopPropagation();a.preventDefault()}),mxEvent.addListener(b,"dragover",mxUtils.bind(this,function(a){null==c&&(!mxClient.IS_IE||10<document.documentMode)&& -(c=this.highlightElement(b));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(b,"drop",mxUtils.bind(this,function(a){null!=c&&(c.parentNode.removeChild(c),c=null);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,function(a,b,c,e,f,g){d.insertImage(a,f,g)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var d=0;d<a.length;d++)a[d]()},mxEvent.isControlDown(a));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var b= -a.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(b)?this.loadImage(decodeURIComponent(b),mxUtils.bind(this,function(a){var c=Math.max(1,a.width);a=Math.max(1,a.height);var e=this.maxImageSize,e=Math.min(1,Math.min(e/Math.max(1,c)),e/Math.max(1,a));d.insertImage(decodeURIComponent(b),c*e,a*e)})):document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain"))}else 0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")?document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/html")): -0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain"));a.stopPropagation();a.preventDefault()})))}));if("1"==urlParams.ruler&&"undefined"!==typeof mxRuler){m=document.createElement("div");m.style.position="absolute";m.style.top="95px";m.style.left="250px";m.style.width="2000px";m.style.height="30px";m.style.background="whiteSmoke";document.body.appendChild(m);var A=document.createElement("div");A.style.position="absolute"; -A.style.top="125px";A.style.left="220px";A.style.width="30px";A.style.height="1000px";A.style.background="whiteSmoke";document.body.appendChild(A);var H=document.createElement("div");H.style.position="absolute";H.style.top="95px";H.style.left="220px";H.style.width="30px";H.style.height="30px";H.style.background="whiteSmoke";document.body.appendChild(H);this.vRuler=new mxRuler(this.editor.graph,A,!0);this.hRuler=new mxRuler(this.editor.graph,m,!1)}if("1"==urlParams.test){m=document.getElementById("geFooter"); -null!=m&&(this.styleInput=document.createElement("input"),this.styleInput.setAttribute("type","text"),this.styleInput.style.position="absolute",this.styleInput.style.top="14px",this.styleInput.style.left="2px",this.styleInput.style.width="98%",this.styleInput.style.visibility="hidden",this.styleInput.style.opacity="0.9",mxEvent.addListener(this.styleInput,"change",mxUtils.bind(this,function(){this.editor.graph.getModel().setStyle(this.editor.graph.getSelectionCell(),this.styleInput.value)})),m.appendChild(this.styleInput), -this.editor.graph.getSelectionModel().addListener(mxEvent.CHANGE,mxUtils.bind(this,function(a,d){if(0<this.editor.graph.getSelectionCount()){var b=this.editor.graph.getSelectionCell(),b=this.editor.graph.getModel().getStyle(b);this.styleInput.value=b||"";this.styleInput.style.visibility="visible"}else this.styleInput.style.visibility="hidden"})));var F=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==this.styleInput?!0:F.apply(this,arguments)}}m=document.getElementById("geInfo"); -null!=m&&m.parentNode.removeChild(m);if(Graph.fileSupport&&(!this.editor.chromeless||this.editor.editable)){var w=null;mxEvent.addListener(b.container,"dragleave",function(a){b.isEnabled()&&(null!=w&&(w.parentNode.removeChild(w),w=null),a.stopPropagation(),a.preventDefault())});mxEvent.addListener(b.container,"dragover",mxUtils.bind(this,function(a){null==w&&(!mxClient.IS_IE||10<document.documentMode)&&(w=this.highlightElement(b.container));null!=this.sidebar&&this.sidebar.hideTooltip();a.stopPropagation(); -a.preventDefault()}));mxEvent.addListener(b.container,"drop",mxUtils.bind(this,function(a){null!=w&&(w.parentNode.removeChild(w),w=null);if(b.isEnabled()){var d=mxUtils.convertPoint(b.container,mxEvent.getClientX(a),mxEvent.getClientY(a)),c=b.view.translate,e=b.view.scale,f=d.x/e-c.x,g=d.y/e-c.y;mxEvent.isAltDown(a)&&(g=f=0);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,f,g,this.maxImageSize,null,null,null,null,mxEvent.isControlDown(a),null,null,mxEvent.isShiftDown(a));else{var k= -0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):null,d=this.extractGraphModelFromEvent(a,null!=this.pages);if(null!=d)b.setSelectionCells(this.importXml(d,f,g,!0));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")){var h=a.dataTransfer.getData("text/html"),d=document.createElement("div");d.innerHTML=h;var l=null,c=d.getElementsByTagName("img");null!=c&&1==c.length?(h=c[0].getAttribute("src"),/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(h)||(l= -!0)):(d=d.getElementsByTagName("a"),null!=d&&1==d.length&&(h=d[0].getAttribute("href")));var q=!0,m=mxUtils.bind(this,function(){b.setSelectionCells(this.insertTextAt(h,f,g,!0,l,null,q))});l&&h.length>this.resampleThreshold?this.confirmImageResize(function(a){q=a;m()},mxEvent.isControlDown(a)):m()}else null!=k&&/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(k)?this.loadImage(decodeURIComponent(k),mxUtils.bind(this,function(a){var d=Math.max(1,a.width);a=Math.max(1,a.height);var c=this.maxImageSize,c=Math.min(1, -Math.min(c/Math.max(1,d)),c/Math.max(1,a));b.setSelectionCell(b.insertVertex(null,null,"",f,g,d*c,a*c,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+k+";"))}),mxUtils.bind(this,function(a){b.setSelectionCells(this.insertTextAt(k,f,g,!0))})):0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&b.setSelectionCells(this.insertTextAt(a.dataTransfer.getData("text/plain"),f,g,!0))}}a.stopPropagation();a.preventDefault()}),!1)}this.initPages(); -"1"==urlParams.embed&&this.initializeEmbedMode();this.installSettings()};EditorUi.prototype.getLinkTitle=function(a){var d=Graph.prototype.getLinkTitle.apply(this,arguments);if("data:page/id,"==a.substring(0,13)){var b=a.indexOf(",");0<b&&(d=this.getPageById(a.substring(b+1)),d=null!=d?d.getName():mxResources.get("pageNotFound"))}else"data:"==a.substring(0,5)&&(d=mxResources.get("action"));return d};EditorUi.prototype.handleCustomLink=function(a){if("data:page/id,"==a.substring(0,13)){var d=a.indexOf(","); -(a=this.getPageById(a.substring(d+1)))&&this.selectPage(a)}else this.editor.graph.handleCustomLink(a)};EditorUi.prototype.isSettingsEnabled=function(){return"undefined"!==typeof window.mxSettings&&(isLocalStorage||mxClient.IS_CHROMEAPP)};EditorUi.prototype.installSettings=function(){if(this.isSettingsEnabled()){ColorDialog.recentColors=mxSettings.getRecentColors();this.editor.graph.currentEdgeStyle=mxSettings.getCurrentEdgeStyle();this.editor.graph.currentVertexStyle=mxSettings.getCurrentVertexStyle(); -this.fireEvent(new mxEventObject("styleChanged","keys",[],"values",[],"cells",[]));this.addListener("styleChanged",mxUtils.bind(this,function(a,b){mxSettings.setCurrentEdgeStyle(this.editor.graph.currentEdgeStyle);mxSettings.setCurrentVertexStyle(this.editor.graph.currentVertexStyle);mxSettings.save()}));this.editor.graph.connectionHandler.setCreateTarget(mxSettings.isCreateTarget());this.fireEvent(new mxEventObject("copyConnectChanged"));this.addListener("copyConnectChanged",mxUtils.bind(this,function(a, -b){mxSettings.setCreateTarget(this.editor.graph.connectionHandler.isCreateTarget());mxSettings.save()}));this.editor.graph.pageFormat=mxSettings.getPageFormat();this.addListener("pageFormatChanged",mxUtils.bind(this,function(a,b){mxSettings.setPageFormat(this.editor.graph.pageFormat);mxSettings.save()}));this.editor.graph.view.gridColor=mxSettings.getGridColor();this.addListener("gridColorChanged",mxUtils.bind(this,function(a,b){mxSettings.setGridColor(this.editor.graph.view.gridColor);mxSettings.save()})); -if(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)this.editor.addListener("autosaveChanged",mxUtils.bind(this,function(a,b){mxSettings.setAutosave(this.editor.autosave);mxSettings.save()})),this.editor.autosave=mxSettings.getAutosave();null!=this.sidebar&&this.sidebar.showPalette("search",mxSettings.settings.search);this.editor.chromeless&&!this.editor.editable||null==this.sidebar||!(mxSettings.settings.isNew||8>=parseInt(mxSettings.settings.version||0))||(this.toggleScratchpad(),mxSettings.save()); -this.addListener("formatWidthChanged",function(){mxSettings.setFormatWidth(this.formatWidth);mxSettings.save()})}};EditorUi.prototype.copyCells=function(a,b){var d=this.editor.graph;if(d.isSelectionEmpty())a.innerHTML="";else{var c=mxUtils.sortCells(d.model.getTopmostCells(d.getSelectionCells())),e=mxUtils.getXml(this.editor.graph.encodeCells(c));mxUtils.setTextContent(a,encodeURIComponent(e));b?(d.removeCells(c,!1),d.lastPasteXml=null):(d.lastPasteXml=e,d.pasteCounter=0);a.focus();document.execCommand("selectAll", -!1,null)}};EditorUi.prototype.pasteCells=function(a,b){if(!mxEvent.isConsumed(a)){var d=b.getElementsByTagName("span");if(null!=d&&0<d.length&&"application/vnd.lucid.chart.objects"===d[0].getAttribute("data-lucid-type")){var c=d[0].getAttribute("data-lucid-content");null!=c&&0<c.length&&(this.importLucidChart(c,0,0),mxEvent.consume(a))}else{var c=this.editor.graph,e=mxUtils.trim(mxClient.IS_QUIRKS||8==document.documentMode?mxUtils.getTextContent(b):b.textContent),f=!1;try{var h=e.lastIndexOf("%3E"); -0<=h&&h<e.length-3&&(e=e.substring(0,h+3))}catch(B){}try{var d=b.getElementsByTagName("span"),m=null!=d&&0<d.length?mxUtils.trim(decodeURIComponent(d[0].textContent)):decodeURIComponent(e);this.isCompatibleString(m)&&(f=!0,e=m)}catch(B){}c.lastPasteXml==e?c.pasteCounter++:(c.lastPasteXml=e,c.pasteCounter=0);d=c.pasteCounter*c.gridSize;if(null!=e&&0<e.length&&(f||this.isCompatibleString(e)?c.setSelectionCells(this.importXml(e,d,d)):(f=c.getInsertPoint(),c.isMouseInsertPoint()&&(d=0,c.lastPasteXml== -e&&0<c.pasteCounter&&c.pasteCounter--),c.setSelectionCells(this.insertTextAt(e,f.x+d,f.y+d,!0))),!c.isSelectionEmpty())){c.scrollCellToVisible(c.getSelectionCell());null!=this.hoverIcons&&this.hoverIcons.update(c.view.getState(c.getSelectionCell()));try{mxEvent.consume(a)}catch(B){}}}}};EditorUi.prototype.addFileDropHandler=function(a){if(Graph.fileSupport)for(var d=null,b=0;b<a.length;b++)mxEvent.addListener(a[b],"dragleave",function(a){null!=d&&(d.parentNode.removeChild(d),d=null);a.stopPropagation(); -a.preventDefault()}),mxEvent.addListener(a[b],"dragover",mxUtils.bind(this,function(a){(this.editor.graph.isEnabled()||"1"!=urlParams.embed)&&null==d&&(!mxClient.IS_IE||10<document.documentMode&&12>document.documentMode)&&(d=this.highlightElement());a.stopPropagation();a.preventDefault()})),mxEvent.addListener(a[b],"drop",mxUtils.bind(this,function(a){null!=d&&(d.parentNode.removeChild(d),d=null);if(this.editor.graph.isEnabled()||"1"!=urlParams.embed)if(0<a.dataTransfer.files.length)this.hideDialog(), -"1"==urlParams.embed?this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,null,null,null,null,!mxEvent.isControlDown(a)&&!mxEvent.isShiftDown(a)):this.openFiles(a.dataTransfer.files,!0);else{var b=this.extractGraphModelFromEvent(a);if(null==b){var c=null!=a.dataTransfer?a.dataTransfer:a.clipboardData;null!=c&&(10==document.documentMode||11==document.documentMode?b=c.getData("Text"):(b=null,b=0<=mxUtils.indexOf(c.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):0<=mxUtils.indexOf(c.types, -"text/html")?c.getData("text/html"):null,null!=b&&0<b.length?(c=document.createElement("div"),c.innerHTML=b,c=c.getElementsByTagName("img"),0<c.length&&(b=c[0].getAttribute("src"))):0<=mxUtils.indexOf(c.types,"text/plain")&&(b=c.getData("text/plain"))),null!=b&&("data:image/png;base64,"==b.substring(0,22)?(b=this.extractGraphModelFromPng(b),null!=b&&0<b.length&&this.openLocalFile(b,null,!0)):!this.isOffline()&&this.isRemoteFileFormat(b)?(new mxXmlRequest(OPEN_URL,"format=xml&data="+encodeURIComponent(b))).send(mxUtils.bind(this, -function(a){200<=a.getStatus()&&299>=a.getStatus()&&this.openLocalFile(a.getText(),null,!0)})):/^https?:\/\//.test(b)&&(null==this.getCurrentFile()?window.location.hash="#U"+encodeURIComponent(b):window.openWindow((mxClient.IS_CHROMEAPP?"https://www.draw.io/":"https://"+location.host+"/")+window.location.search+"#U"+encodeURIComponent(b)))))}else this.openLocalFile(b,null,!0)}a.stopPropagation();a.preventDefault()}))};EditorUi.prototype.highlightElement=function(a){var d=0,b=0,c,e;if(null==a){e=document.body; -var h=document.documentElement;c=(e.clientWidth||h.clientWidth)-3;e=Math.max(e.clientHeight||0,h.clientHeight)-3}else d=a.offsetTop,b=a.offsetLeft,c=a.clientWidth,e=a.clientHeight;h=document.createElement("div");h.style.zIndex=mxPopupMenu.prototype.zIndex+2;h.style.border="3px dotted rgb(254, 137, 12)";h.style.pointerEvents="none";h.style.position="absolute";h.style.top=d+"px";h.style.left=b+"px";h.style.width=Math.max(0,c-3)+"px";h.style.height=Math.max(0,e-3)+"px";null!=a&&a.parentNode==this.editor.graph.container? -this.editor.graph.container.appendChild(h):document.body.appendChild(h);return h};EditorUi.prototype.stringToCells=function(a){a=mxUtils.parseXml(a);var d=this.editor.extractGraphModel(a.documentElement);a=[];if(null!=d){var b=new mxCodec(d.ownerDocument),c=new mxGraphModel;b.decode(d,c);d=c.getChildAt(c.getRoot(),0);for(b=0;b<c.getChildCount(d);b++)a.push(c.getChildAt(d,b))}return a};EditorUi.prototype.openFiles=function(a,b){if(this.spinner.spin(document.body,mxResources.get("loading")))for(var d= -0;d<a.length;d++)mxUtils.bind(this,function(a){var d=new FileReader;d.onload=mxUtils.bind(this,function(d){var c=d.target.result,e=a.name;if(null!=e&&0<e.length){!this.useCanvasForExport&&/(\.png)$/i.test(e)&&(e=e.substring(0,e.length-4)+".xml");var f=mxUtils.bind(this,function(a){e=0<=e.lastIndexOf(".")?e.substring(0,e.lastIndexOf("."))+".xml":e+".xml";if("<mxlibrary"==a.substring(0,10)){null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename, -b);try{this.loadLibrary(new LocalLibrary(this,a,e))}catch(y){this.handleError(y,mxResources.get("errorLoadingFile"))}}else this.openLocalFile(a,e,b)});if(/(\.vsdx?)($|\?)/i.test(e)||/(\.vssx)($|\?)/i.test(e))this.importVisio(a,mxUtils.bind(this,function(a){this.spinner.stop();f(a)}));else if(Graph.fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,e))this.parseFile(a,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status? -f(a.responseText):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge":"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))}));else if('{"state":"{\\"Properties\\":'==c.substring(0,26))/(\.json)$/i.test(e)&&(e=e.substring(0,e.length-5)+".xml"),this.openLocalFile(this.emptyDiagramXml,e,b),this.importLucidChart(c,0,0,null,mxUtils.bind(this,function(){this.editor.undoManager.clear();this.spinner.stop()}));else if("<mxlibrary"==d.target.result.substring(0,10)){this.spinner.stop(); -null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename,b);try{this.loadLibrary(new LocalLibrary(this,d.target.result,a.name))}catch(l){this.handleError(l,mxResources.get("errorLoadingFile"))}}else"image/png"==a.type.substring(0,9)&&(c=this.extractGraphModelFromPng(c)),this.spinner.stop(),this.openLocalFile(c,e,b)}});d.onerror=mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a);window.openFile=null});"image"===a.type.substring(0, -5)&&"image/svg"!==a.type.substring(0,9)?d.readAsDataURL(a):d.readAsText(a)})(a[d])};EditorUi.prototype.openLocalFile=function(a,b,c){var d=this.getCurrentFile(),e=mxUtils.bind(this,function(){window.openFile=null;if(null==b&&null!=this.getCurrentFile()&&this.isDiagramEmpty()){var d=mxUtils.parseXml(a);null!=d&&(this.editor.setGraphXml(d.documentElement),this.editor.graph.selectAll())}else this.fileLoaded(new LocalFile(this,a,b||this.defaultFilename,c))});null!=a&&0<a.length&&(null==d||!d.isModified()&& -(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)?e():(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)&&null!=d&&d.isModified()?this.confirm(mxResources.get("allChangesLost"),null,e,mxResources.get("cancel"),mxResources.get("discardChanges")):(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(a,b),window.openWindow(this.getUrl(),null,mxUtils.bind(this,function(){this.confirm(mxResources.get("allChangesLost"),null,e,mxResources.get("cancel"),mxResources.get("discardChanges"))}))))}; -EditorUi.prototype.getBasenames=function(){var a={};if(null!=this.pages)for(var b=0;b<this.pages.length;b++)this.updatePageRoot(this.pages[b]),this.addBasenamesForCell(this.pages[b].root,a);else this.addBasenamesForCell(this.editor.graph.model.getRoot(),a);var b=[],c;for(c in a)b.push(c);return b};EditorUi.prototype.addBasenamesForCell=function(a,b){function d(a){if(null!=a){var d=a.lastIndexOf(".");0<d&&(a=a.substring(d+1,a.length));null==b[a]&&(b[a]=!0)}}var c=this.editor.graph,e=c.getCellStyle(a); -d(mxStencilRegistry.getBasenameForStencil(e[mxConstants.STYLE_SHAPE]));c.model.isEdge(a)&&(d(mxMarker.getPackageForType(e[mxConstants.STYLE_STARTARROW])),d(mxMarker.getPackageForType(e[mxConstants.STYLE_ENDARROW])));for(var e=c.model.getChildCount(a),f=0;f<e;f++)this.addBasenamesForCell(c.model.getChildAt(a,f),b)};EditorUi.prototype.setGraphEnabled=function(a){this.diagramContainer.style.visibility=a?"":"hidden";this.formatContainer.style.visibility=a?"":"hidden";this.sidebarFooterContainer.style.display= -a?"":"none";this.sidebarContainer.style.display=a?"":"none";this.hsplit.style.display=a?"":"none";this.editor.graph.setEnabled(a);null!=this.tabContainer&&(this.tabContainer.style.visibility=a?"":"hidden");a||(null!=this.actions.outlineWindow&&this.actions.outlineWindow.window.setVisible(!1),null!=this.actions.layersWindow&&this.actions.layersWindow.window.setVisible(!1),null!=this.menus.tagsWindow&&this.menus.tagsWindow.window.setVisible(!1),null!=this.menus.findWindow&&this.menus.findWindow.window.setVisible(!1))}; -EditorUi.prototype.initializeEmbedMode=function(){this.setGraphEnabled(!1);(window.opener||window.parent)!=window&&("1"!=urlParams.spin||this.spinner.spin(document.body,mxResources.get("loading")))&&this.installMessageHandler(mxUtils.bind(this,function(a,b,c){this.spinner.stop();this.addEmbedButtons();this.setGraphEnabled(!0);null!=a&&0<a.length?(this.setFileData(a),this.editor.isChromelessView()?this.editor.graph.isLightboxView()&&this.lightboxFit():this.showLayersDialog(),this.chromelessResize&& -this.chromelessResize()):(this.editor.graph.model.clear(),this.editor.fireEvent(new mxEventObject("resetGraphView")));this.editor.undoManager.clear();this.editor.modified=null!=c?c:!1;this.updateUi();window.self!==window.top&&window.focus();null!=this.format&&this.format.refresh()}))};EditorUi.prototype.showLayersDialog=function(){1<this.editor.graph.getModel().getChildCount(this.editor.graph.getModel().getRoot())&&(null==this.actions.layersWindow?this.actions.get("layers").funct():this.actions.layersWindow.window.setVisible(!0))}; -EditorUi.prototype.getPublicUrl=function(a,b){null!=a?a.getPublicUrl(b):b(null)};EditorUi.prototype.createLoadMessage=function(a){var b=this.editor.graph;return{event:a,pageVisible:b.pageVisible,translate:b.view.translate,scale:b.view.scale,page:b.view.getBackgroundPageBounds(),bounds:b.getGraphBounds()}};EditorUi.prototype.installMessageHandler=function(a){var b=null,d=!1,c=!1,e=null,h=mxUtils.bind(this,function(a,b){this.editor.modified&&"0"!=urlParams.modified?null!=urlParams.modified&&this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(urlParams.modified))): -this.editor.setStatus("")});this.editor.graph.model.addListener(mxEvent.CHANGE,h);mxEvent.addListener(window,"message",mxUtils.bind(this,function(f){function g(a){if(null!=a&&"function"===typeof a.charAt&&"<"!=a.charAt(0))try{"data:image/svg+xml;base64,"==a.substring(0,26)?a=atob(a.substring(26)):"data:image/svg+xml;utf8,"==a.substring(0,24)&&(a=a.substring(24)),null!=a&&("%"==a.charAt(0)?a=decodeURIComponent(a):"<"!=a.charAt(0)&&(a=this.editor.graph.decompress(a)))}catch(J){}return a}if(f.source== -(window.opener||window.parent)){var h=f.data;if("json"==urlParams.proto){try{h=JSON.parse(h)}catch(E){h=null}if(null==h)return;if("dialog"==h.action){this.showError(null!=h.titleKey?mxResources.get(h.titleKey):h.title,null!=h.messageKey?mxResources.get(h.messageKey):h.message,null!=h.buttonKey?mxResources.get(h.buttonKey):h.button);null!=h.modified&&(this.editor.modified=h.modified);return}if("prompt"==h.action){this.spinner.stop();var k=new FilenameDialog(this,h.defaultValue||"",null!=h.okKey?mxResources.get(h.okKey): -null,function(a){null!=a&&q.postMessage(JSON.stringify({event:"prompt",value:a,message:h}),"*")},null!=h.titleKey?mxResources.get(h.titleKey):h.title);this.showDialog(k.container,300,80,!0,!1);k.init();return}if("draft"==h.action){k=null;k="data:image/png;base64,"==h.xml.substring(0,22)?this.extractGraphModelFromPng(h.xml):g(h.xml);this.spinner.stop();k=new DraftDialog(this,mxResources.get("draftFound",[h.name||this.defaultFilename]),k,mxUtils.bind(this,function(){this.hideDialog();q.postMessage(JSON.stringify({event:"draft", -result:"edit",message:h}),"*")}),mxUtils.bind(this,function(){this.hideDialog();q.postMessage(JSON.stringify({event:"draft",result:"discard",message:h}),"*")}),h.editKey?mxResources.get(h.editKey):null,h.discardKey?mxResources.get(h.discardKey):null,h.ignore?mxUtils.bind(this,function(){this.hideDialog();q.postMessage(JSON.stringify({event:"draft",result:"ignore",message:h}),"*")}):null);this.showDialog(k.container,640,480,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()})); -try{k.init()}catch(E){q.postMessage(JSON.stringify({event:"draft",error:E.toString(),message:h}),"*")}return}if("template"==h.action){this.spinner.stop();var k=1==h.enableRecent,m=1==h.enableSearch,k=new NewDialog(this,!1,null!=h.callback,mxUtils.bind(this,function(b,d){b=b||this.emptyDiagramXml;null!=h.callback?q.postMessage(JSON.stringify({event:"template",xml:b,blank:b==this.emptyDiagramXml,name:d}),"*"):(a(b,f,b!=this.emptyDiagramXml),this.editor.modified||this.editor.setStatus(""))}),null,null, -null,null,null,null,null,k?mxUtils.bind(this,function(a){this.recentReadyCallback=a;q.postMessage(JSON.stringify({event:"recentDocs"}),"*")}):null,m?mxUtils.bind(this,function(a,b){this.searchReadyCallback=b;q.postMessage(JSON.stringify({event:"searchDocs",searchStr:a}),"*")}):null,function(a,b,d){q.postMessage(JSON.stringify({event:"template",docUrl:a,info:b,name:d}),"*")});this.showDialog(k.container,620,440,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()}));k.init();return}if("searchDocsList"== -h.action)this.searchReadyCallback(h.list,h.errorMsg);else if("recentDocsList"==h.action)this.recentReadyCallback(h.list,h.errorMsg);else{if("status"==h.action){null!=h.messageKey?this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(h.messageKey))):null!=h.message&&this.editor.setStatus(mxUtils.htmlEntities(h.message));null!=h.modified&&(this.editor.modified=h.modified);return}if("spinner"==h.action){var p=null!=h.messageKey?mxResources.get(h.messageKey):h.message;null==h.show||h.show?this.spinner.spin(document.body, -p):this.spinner.stop();return}if("export"==h.action){if("png"==h.format||"xmlpng"==h.format){if(null==h.spin&&null==h.spinKey||this.spinner.spin(document.body,null!=h.spinKey?mxResources.get(h.spinKey):h.spin)){var n=null!=h.xml?h.xml:this.getFileData(!0);this.editor.graph.setEnabled(!1);var r=this.editor.graph,t=mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();var b=this.createLoadMessage("export");b.format=h.format;b.message=h;b.data=a;b.xml=encodeURIComponent(n); -q.postMessage(JSON.stringify(b),"*")}),u=mxUtils.bind(this,function(a){null==a&&(a=Editor.blankImage);"xmlpng"==h.format&&(a=this.writeGraphModelToPng(a,"zTXt","mxGraphModel",atob(this.editor.graph.compress(n))));r!=this.editor.graph&&r.container.parentNode.removeChild(r.container);t(a)});if(this.isExportToCanvas()){if(null!=this.pages&&this.currentPage!=this.pages[0]){var r=this.createTemporaryGraph(r.getStylesheet()),x=r.getGlobalVariable,z=this.pages[0];r.getGlobalVariable=function(a){return"page"== -a?z.getName():"pagenumber"==a?1:x.apply(this,arguments)};document.body.appendChild(r.container);r.model.setRoot(z.root)}this.exportToCanvas(mxUtils.bind(this,function(a){u(a.toDataURL("image/png"))}),null,null,null,mxUtils.bind(this,function(){u(null)}),null,null,null,null,null,null,r)}else(new mxXmlRequest(EXPORT_URL,"format=png&embedXml="+("xmlpng"==h.format?"1":"0")+"&base64=1&xml="+encodeURIComponent(encodeURIComponent(n)))).send(mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()? -t("data:image/png;base64,"+a.getText()):u(null)}),mxUtils.bind(this,function(){u(null)}))}}else{null!=h.xml&&0<h.xml.length&&this.setFileData(h.xml);p=this.createLoadMessage("export");if("html2"==h.format||"html"==h.format&&("0"!=urlParams.pages||null!=this.pages&&1<this.pages.length))k=this.getXmlFileData(),p.xml=mxUtils.getXml(k),p.data=this.getFileData(null,null,!0,null,null,null,k),p.format=h.format;else if("html"==h.format)n=this.editor.getGraphXml(),p.data=this.getHtml(n,this.editor.graph), -p.xml=mxUtils.getXml(n),p.format=h.format;else{mxSvgCanvas2D.prototype.foAltText=null;k=this.editor.graph.background;k==mxConstants.NONE&&(k=null);p.xml=this.getFileData(!0);p.format="svg";if(h.embedImages||null==h.embedImages){if(null==h.spin&&null==h.spinKey||this.spinner.spin(document.body,null!=h.spinKey?mxResources.get(h.spinKey):h.spin))this.editor.graph.setEnabled(!1),"xmlsvg"==h.format?this.getEmbeddedSvg(p.xml,this.editor.graph,null,!0,mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0); -this.spinner.stop();p.data=this.createSvgDataUri(a);q.postMessage(JSON.stringify(p),"*")})):this.convertImages(this.editor.graph.getSvg(k),mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();p.data=this.createSvgDataUri(mxUtils.getXml(a));q.postMessage(JSON.stringify(p),"*")}));return}k="xmlsvg"==h.format?this.getEmbeddedSvg(this.getFileData(!0),this.editor.graph,null,!0):mxUtils.getXml(this.editor.graph.getSvg(k));p.data=this.createSvgDataUri(k)}q.postMessage(JSON.stringify(p), -"*")}return}if("load"==h.action)c=1==h.autosave,this.hideDialog(),null!=h.modified&&null==urlParams.modified&&(urlParams.modified=h.modified),null!=h.saveAndExit&&null==urlParams.saveAndExit&&(urlParams.saveAndExit=h.saveAndExit),null!=h.title&&null!=this.buttonContainer&&(k=document.createElement("span"),mxUtils.write(k,h.title),"atlas"==uiTheme?(this.buttonContainer.style.paddingRight="12px",this.buttonContainer.style.paddingTop="12px"):"min"!=uiTheme&&(this.buttonContainer.style.paddingRight="38px", -this.buttonContainer.style.paddingTop="6px"),null!=this.embedFilenameSpan&&this.embedFilenameSpan.parentNode.removeChild(this.embedFilenameSpan),this.buttonContainer.appendChild(k),this.embedFilenameSpan=k),h=null!=h.xmlpng?this.extractGraphModelFromPng(h.xmlpng):null!=h.xml&&"data:image/png;base64,"==h.xml.substring(0,22)?this.extractGraphModelFromPng(h.xml):h.xml;else{q.postMessage(JSON.stringify({error:"unknownMessage",data:JSON.stringify(h)}),"*");return}}}h=g(h);d=!0;try{a(h,f)}catch(E){this.handleError(E)}d= -!1;null!=urlParams.modified&&this.editor.setStatus("");var D=mxUtils.bind(this,function(){return"0"!=urlParams.pages||null!=this.pages&&1<this.pages.length?this.getFileData(!0):mxUtils.getXml(this.editor.getGraphXml())});e=D();c&&null==b&&(b=mxUtils.bind(this,function(a,b){var c=D();if(c!=e&&!d){var f=this.createLoadMessage("autosave");f.xml=c;c=JSON.stringify(f);(window.opener||window.parent).postMessage(c,"*")}e=c}),this.editor.graph.model.addListener(mxEvent.CHANGE,b),this.editor.graph.addListener("gridSizeChanged", -b),this.editor.graph.addListener("shadowVisibleChanged",b),this.addListener("pageFormatChanged",b),this.addListener("pageScaleChanged",b),this.addListener("backgroundColorChanged",b),this.addListener("backgroundImageChanged",b),this.addListener("foldingEnabledChanged",b),this.addListener("mathEnabledChanged",b),this.addListener("gridEnabledChanged",b),this.addListener("guidesEnabledChanged",b),this.addListener("pageViewChanged",b));"1"!=urlParams.returnbounds&&"json"!=urlParams.proto||q.postMessage(JSON.stringify(this.createLoadMessage("load")), -"*")}}));var q=window.opener||window.parent,h="json"==urlParams.proto?JSON.stringify({event:"init"}):urlParams.ready||"ready";q.postMessage(h,"*")};EditorUi.prototype.addEmbedButtons=function(){if(null!=this.menubar){var a=document.createElement("div");a.style.display="inline-block";a.style.position="absolute";a.style.paddingTop="atlas"==uiTheme?"2px":"3px";a.style.paddingLeft="8px";a.style.paddingBottom="2px";var b=document.createElement("button");mxUtils.write(b,mxResources.get("save"));b.setAttribute("title", -mxResources.get("save")+" ("+Editor.ctrlKey+"+S)");b.className="geBigButton";b.style.fontSize="12px";b.style.padding="4px 6px 4px 6px";b.style.borderRadius="3px";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("save").funct()}));a.appendChild(b);"1"==urlParams.saveAndExit&&(b=document.createElement("a"),mxUtils.write(b,mxResources.get("saveAndExit")),b.setAttribute("title",mxResources.get("saveAndExit")),b.style.fontSize="12px",b.style.marginLeft="6px",b.style.padding= -"4px",b.style.cursor="pointer",mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("saveAndExit").funct()})),a.appendChild(b));b=document.createElement("a");mxUtils.write(b,mxResources.get("exit"));b.setAttribute("title",mxResources.get("exit"));b.style.fontSize="12px";b.style.marginLeft="6px";b.style.marginRight="20px";b.style.padding="4px";b.style.cursor="pointer";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("exit").funct()}));a.appendChild(b); -this.toolbar.container.appendChild(a);this.toolbar.staticElements.push(a);a.style.right="atlas"!=uiTheme?"52px":"42px"}};EditorUi.prototype.showImportCsvDialog=function(){null==this.importCsvDialog&&(this.importCsvDialog=new TextareaDialog(this,mxResources.get("csv")+":",Editor.defaultCsvValue,mxUtils.bind(this,function(a){this.importCsv(a)}),null,null,620,430,null,!0,!0,mxResources.get("import")));this.showDialog(this.importCsvDialog.container,640,520,!0,!0);this.importCsvDialog.init()};EditorUi.prototype.importCsv= -function(a,b){try{var d=a.split("\n"),c=[];if(0<d.length){var e={},f=null,h=null,m="",n="auto",l="auto",r=null,v=null,u=40,H=40,F=0,w=this.editor.graph;w.getGraphBounds();for(var G=function(){null!=b?b(X):(w.setSelectionCells(X),w.scrollCellToVisible(w.getSelectionCell()))},I=w.getFreeInsertPoint(),z=I.x,D=I.y,I=D,E=null,J="auto",S=[],Y=null,aa=null,O=0;O<d.length&&"#"==d[O].charAt(0);){a=d[O];for(O++;O<d.length&&"\\"==a.charAt(a.length-1)&&"#"==d[O].charAt(0);)a=a.substring(0,a.length-1)+mxUtils.trim(d[O].substring(1)), -O++;if("#"!=a.charAt(1)){var Z=a.indexOf(":");if(0<Z){var P=mxUtils.trim(a.substring(1,Z)),L=mxUtils.trim(a.substring(Z+1));"label"==P?E=w.sanitizeHtml(L):"style"==P?f=L:"identity"==P&&0<L.length&&"-"!=L?h=L:"namespace"==P&&0<L.length&&"-"!=L?m=L:"width"==P?n=L:"height"==P?l=L:"left"==P&&0<L.length?r=L:"top"==P&&0<L.length?v=L:"ignore"==P?aa=L.split(","):"connect"==P?S.push(JSON.parse(L)):"link"==P?Y=L:"padding"==P?F=parseFloat(L):"edgespacing"==P?u=parseFloat(L):"nodespacing"==P?H=parseFloat(L): -"layout"==P&&(J=L)}}}var T=this.editor.csvToArray(d[O]),Z=null;if(null!=h)for(var K=0;K<T.length;K++)if(h==T[K]){Z=K;break}null==E&&(E="%"+T[0]+"%");if(null!=S)for(var Q=0;Q<S.length;Q++)null==e[S[Q].to]&&(e[S[Q].to]={});w.model.beginUpdate();try{for(K=O+1;K<d.length;K++){var W=this.editor.csvToArray(d[K]);if(W.length==T.length){var C=null,ca=null!=Z?m+W[Z]:null;null!=ca&&(C=w.model.getCell(ca));null==C&&(C=new mxCell(E,new mxGeometry(z,I,0,0),f||"whiteSpace=wrap;html=1;"),C.vertex=!0,C.id=ca);for(var R= -0;R<W.length;R++)w.setAttributeForCell(C,T[R],W[R]);w.setAttributeForCell(C,"placeholders","1");C.style=w.replacePlaceholders(C,C.style);for(Q=0;Q<S.length;Q++)e[S[Q].to][C.getAttribute(S[Q].to)]=C;null!=Y&&"link"!=Y&&(w.setLinkForCell(C,C.getAttribute(Y)),w.setAttributeForCell(C,Y,null));w.fireEvent(new mxEventObject("cellsInserted","cells",[C]));var U=this.editor.graph.getPreferredSizeForCell(C);C.vertex&&(null!=r&&null!=C.getAttribute(r)&&(C.geometry.x=z+parseFloat(C.getAttribute(r))),null!=v&& -null!=C.getAttribute(v)&&(C.geometry.y=D+parseFloat(C.getAttribute(v))),"@"==n.charAt(0)&&null!=C.getAttribute(n.substring(1))?C.geometry.width=parseFloat(C.getAttribute(n.substring(1))):C.geometry.width="auto"==n?U.width+F:parseFloat(n),"@"==l.charAt(0)&&null!=C.getAttribute(l.substring(1))?C.geometry.height=parseFloat(C.getAttribute(l.substring(1))):C.geometry.height="auto"==l?U.height+F:parseFloat(l),I+=C.geometry.height+H);c.push(w.addCell(C))}}for(var V=c.slice(),X=c.slice(),Q=0;Q<S.length;Q++)for(var M= -S[Q],K=0;K<c.length;K++){var C=c[K],ma=C.getAttribute(M.from);if(null!=ma){w.setAttributeForCell(C,M.from,null);for(var na=ma.split(","),R=0;R<na.length;R++){var da=e[M.to][na[R]];null!=da&&(E=M.label,null!=M.fromlabel&&(E=(C.getAttribute(M.fromlabel)||"")+(E||"")),null!=M.tolabel&&(E=(E||"")+(da.getAttribute(M.tolabel)||"")),X.push(w.insertEdge(null,null,E||"",M.invert?da:C,M.invert?C:da,M.style||w.createCurrentEdgeStyle())),mxUtils.remove(M.invert?C:da,V))}}}if(null!=aa)for(K=0;K<c.length;K++)for(C= -c[K],R=0;R<aa.length;R++)w.setAttributeForCell(C,mxUtils.trim(aa[R]),null);var ka=new mxParallelEdgeLayout(w);ka.spacing=u;var qa=function(){ka.execute(w.getDefaultParent());for(var a=0;a<c.length;a++){var b=w.getCellGeometry(c[a]);b.x=Math.round(w.snap(b.x));b.y=Math.round(w.snap(b.y));"auto"==n&&(b.width=Math.round(w.snap(b.width)));"auto"==l&&(b.height=Math.round(w.snap(b.height)))}};if("circle"==J){var ga=new mxCircleLayout(w);ga.resetEdges=!1;var ra=ga.isVertexIgnored;ga.isVertexIgnored=function(a){return ra.apply(this, -arguments)||0>mxUtils.indexOf(c,a)};this.executeLayout(function(){ga.execute(w.getDefaultParent());qa()},!0,G);G=null}else if("horizontaltree"==J||"verticaltree"==J||"auto"==J&&X.length==2*c.length-1&&1==V.length){w.view.validate();var ea=new mxCompactTreeLayout(w,"horizontaltree"==J);ea.levelDistance=H;ea.edgeRouting=!1;ea.resetEdges=!1;this.executeLayout(function(){ea.execute(w.getDefaultParent(),0<V.length?V[0]:null)},!0,G);G=null}else if("horizontalflow"==J||"verticalflow"==J||"auto"==J&&1==V.length){w.view.validate(); -var ia=new mxHierarchicalLayout(w,"horizontalflow"==J?mxConstants.DIRECTION_WEST:mxConstants.DIRECTION_NORTH);ia.intraCellSpacing=H;ia.disableEdgeStyle=!1;this.executeLayout(function(){ia.execute(w.getDefaultParent(),X);w.moveCells(X,z,D)},!0,G);G=null}else if("organic"==J||"auto"==J&&X.length>c.length){w.view.validate();var ba=new mxFastOrganicLayout(w);ba.forceConstant=3*H;ba.resetEdges=!1;var ja=ba.isVertexIgnored;ba.isVertexIgnored=function(a){return ja.apply(this,arguments)||0>mxUtils.indexOf(c, -a)};ka=new mxParallelEdgeLayout(w);ka.spacing=u;this.executeLayout(function(){ba.execute(w.getDefaultParent());qa()},!0,G);G=null}this.hideDialog()}finally{w.model.endUpdate()}null!=G&&G()}}catch(fa){this.handleError(fa)}};EditorUi.prototype.getSearch=function(a){var b="";if("1"!=urlParams.offline&&"1"!=urlParams.demo&&null!=a&&0<window.location.search.length){var d="?",c;for(c in urlParams)0>mxUtils.indexOf(a,c)&&null!=urlParams[c]&&(b+=d+c+"="+urlParams[c],d="&")}else b=window.location.search;return b}; -EditorUi.prototype.getUrl=function(a){a=null!=a?a:window.location.pathname;var b=0<a.indexOf("?")?1:0;if("1"==urlParams.offline)a+=window.location.search;else{var d="tmp libs clibs state fileId code share notitle data url embed client create title splash".split(" "),c;for(c in urlParams)0>mxUtils.indexOf(d,c)&&(a=0==b?a+"?":a+"&",null!=urlParams[c]&&(a+=c+"="+urlParams[c],b++))}return a};EditorUi.prototype.showLinkDialog=function(a,b,c){a=new LinkDialog(this,a,b,c,!0);this.showDialog(a.container, -480,130,!0,!0);a.init()};var m=EditorUi.prototype.createOutline;EditorUi.prototype.createOutline=function(a){var b=m.apply(this,arguments),d=this.editor.graph,c=b.getSourceGraphBounds;b.getSourceGraphBounds=function(){if(mxUtils.hasScrollbars(d.container)&&d.pageVisible&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0,0,Math.ceil(this.source.minimumGraphSize.width-2*a.x/b),Math.ceil(this.source.minimumGraphSize.height-2*a.y/ -b))}return c.apply(this,arguments)};var e=b.getSourceContainerSize;b.getSourceContainerSize=function(){if(mxUtils.hasScrollbars(d.container)&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0,0,Math.ceil(this.source.minimumGraphSize.width*b-2*a.x),Math.ceil(this.source.minimumGraphSize.height*b-2*a.y))}return e.apply(this,arguments)};b.getOutlineOffset=function(a){if(mxUtils.hasScrollbars(d.container)&&null!=this.source.minimumGraphSize){var c= -this.source.getPagePadding();return new mxPoint(Math.round(Math.max(0,(b.outline.container.clientWidth/a-(this.source.minimumGraphSize.width-2*c.x))/2)-c.x),Math.round(Math.max(0,(b.outline.container.clientHeight/a-(this.source.minimumGraphSize.height-2*c.y))/2)-c.y-5/a))}return new mxPoint(8/a,8/a)};var h=b.init;b.init=function(){h.apply(this,arguments);b.outline.view.getBackgroundPageBounds=function(){var a=d.getPageLayout(),b=d.getPageSize();return new mxRectangle(this.scale*(this.translate.x+ -a.x*b.width),this.scale*(this.translate.y+a.y*b.height),this.scale*a.width*b.width,this.scale*a.height*b.height)};b.outline.view.validateBackgroundPage()};this.editor.addListener("pageSelected",function(a,d){var c=d.getProperty("change"),e=b.source,f=b.outline;f.pageScale=e.pageScale;f.pageFormat=e.pageFormat;f.background=e.background;f.pageVisible=e.pageVisible;f.background=e.background;var g=mxUtils.getCurrentStyle(e.container);f.container.style.backgroundColor=g.backgroundColor;null!=e.view.backgroundPageShape&& -null!=f.view.backgroundPageShape&&(f.view.backgroundPageShape.fill=e.view.backgroundPageShape.fill);b.outline.view.clear(c.previousPage.root,!0);b.outline.view.validate()});return b};EditorUi.prototype.getServiceCount=function(a,b){var d=0;null==this.drive&&"function"!==typeof window.DriveClient||d++;b||null==this.dropbox&&"function"!==typeof window.DropboxClient||d++;null==this.oneDrive&&"function"!==typeof window.OneDriveClient||d++;b||null==this.gitHub||d++;b||null==this.trello&&"function"!==typeof window.TrelloClient|| -d++;a&&isLocalStorage&&("1"==urlParams.browser||mxClient.IS_IOS)&&d++;mxClient.IS_IOS||d++;return d};EditorUi.prototype.updateUi=function(){this.updateButtonContainer();this.updateActionStates();var a=this.getCurrentFile(),b=null!=a||"1"==urlParams.embed&&this.editor.graph.isEnabled();this.menus.get("viewPanels").setEnabled(b);this.menus.get("viewZoom").setEnabled(b);var c=("1"!=urlParams.embed||!this.editor.graph.isEnabled())&&(null==a||a.isRestricted());this.actions.get("makeCopy").setEnabled(!c); -this.actions.get("print").setEnabled(!c);this.menus.get("exportAs").setEnabled(!c);this.menus.get("embed").setEnabled(!c);c="1"!=urlParams.embed||this.editor.graph.isEnabled();this.menus.get("extras").setEnabled(c);Editor.enableCustomLibraries&&(this.menus.get("openLibraryFrom").setEnabled(c),this.menus.get("newLibrary").setEnabled(c));a="1"==urlParams.embed&&this.editor.graph.isEnabled()||null!=a&&a.isEditable();this.actions.get("image").setEnabled(b);this.actions.get("zoomIn").setEnabled(b);this.actions.get("zoomOut").setEnabled(b); -this.actions.get("resetView").setEnabled(b);this.menus.get("edit").setEnabled(b);this.menus.get("view").setEnabled(b);this.menus.get("importFrom").setEnabled(a);this.menus.get("arrange").setEnabled(a);null!=this.toolbar&&(null!=this.toolbar.edgeShapeMenu&&this.toolbar.edgeShapeMenu.setEnabled(a),null!=this.toolbar.edgeStyleMenu&&this.toolbar.edgeStyleMenu.setEnabled(a));if(this.isAppCache()){var e=applicationCache;if(null!=e&&null==this.offlineStatus){this.offlineStatus=document.createElement("div"); -this.offlineStatus.className="geItem";this.offlineStatus.style.position="absolute";this.offlineStatus.style.fontSize="8pt";this.offlineStatus.style.top="2px";this.offlineStatus.style.right="12px";this.offlineStatus.style.color="#666";this.offlineStatus.style.margin="4px";this.offlineStatus.style.padding="2px";this.offlineStatus.style.verticalAlign="middle";this.offlineStatus.innerHTML="";this.menubarContainer.appendChild(this.offlineStatus);mxEvent.addListener(this.offlineStatus,"click",mxUtils.bind(this, -function(){var a=this.offlineStatus.getElementsByTagName("img");null!=a&&0<a.length&&this.alert(a[0].getAttribute("title"))}));var e=window.applicationCache,h=null,b=mxUtils.bind(this,function(){var a=e.status,b;a==e.CHECKING&&(a=e.DOWNLOADING);switch(a){case e.UNCACHED:b="";break;case e.IDLE:b="min"==uiTheme?"":'<img title="draw.io is up to date." border="0" src="'+IMAGE_PATH+'/checkmark.gif"/>';break;case e.DOWNLOADING:b='<img title="Downloading new version..." border="0" src="'+IMAGE_PATH+'/spin.gif"/>'; -break;case e.UPDATEREADY:b='<img title="'+mxUtils.htmlEntities(mxResources.get("restartForChangeRequired"))+'" border="0" src="'+IMAGE_PATH+'/download.png"/>';break;case e.OBSOLETE:b='<img title="Obsolete" border="0" src="'+IMAGE_PATH+'/clear.gif"/>';break;default:b='<img title="Unknown" border="0" src="'+IMAGE_PATH+'/clear.gif"/>'}a!=h&&(this.offlineStatus.innerHTML=b,h=a)});mxEvent.addListener(e,"checking",b);mxEvent.addListener(e,"noupdate",b);mxEvent.addListener(e,"downloading",b);mxEvent.addListener(e, -"progress",b);mxEvent.addListener(e,"cached",b);mxEvent.addListener(e,"updateready",b);mxEvent.addListener(e,"obsolete",b);mxEvent.addListener(e,"error",b);b()}}else this.updateUserElement()};EditorUi.prototype.updateButtonContainer=function(){};EditorUi.prototype.updateUserElement=function(){};EditorUi.prototype.isDiagramActive=function(){var a=this.getCurrentFile();return null!=a&&a.isEditable()||"1"==urlParams.embed&&this.editor.graph.isEnabled()};var r=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates= -function(){r.apply(this,arguments);var a=this.editor.graph,b=this.isDiagramActive(),c=this.getCurrentFile();this.actions.get("pageSetup").setEnabled(b);this.actions.get("autosave").setEnabled(null!=c&&c.isEditable()&&c.isAutosaveOptional());this.actions.get("guides").setEnabled(b);this.actions.get("editData").setEnabled(b);this.actions.get("shadowVisible").setEnabled(b);this.actions.get("connectionArrows").setEnabled(b);this.actions.get("connectionPoints").setEnabled(b);this.actions.get("copyStyle").setEnabled(b&& -!a.isSelectionEmpty());this.actions.get("pasteStyle").setEnabled(b&&!a.isSelectionEmpty());this.actions.get("editGeometry").setEnabled(a.getModel().isVertex(a.getSelectionCell()));this.actions.get("createShape").setEnabled(b);this.actions.get("createRevision").setEnabled(b);this.actions.get("moveToFolder").setEnabled(null!=c);this.actions.get("makeCopy").setEnabled(null!=c&&!c.isRestricted());this.actions.get("editDiagram").setEnabled(b&&(null==c||!c.isRestricted()));this.actions.get("publishLink").setEnabled(null!= -c&&!c.isRestricted());this.actions.get("tags").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("find").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("layers").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("outline").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("rename").setEnabled(null!=c&&c.isRenamable()||"1"==urlParams.embed);this.actions.get("close").setEnabled(null!=c); -this.menus.get("publish").setEnabled(null!=c&&!c.isRestricted());a=a.view.getState(a.getSelectionCell());this.actions.get("editShape").setEnabled(b&&null!=a&&null!=a.shape&&null!=a.shape.stencil)};var u=EditorUi.prototype.destroy;EditorUi.prototype.destroy=function(){null!=this.exportDialog&&(this.exportDialog.parentNode.removeChild(this.exportDialog),this.exportDialog=null);u.apply(this,arguments)};null!=window.ExportDialog&&(ExportDialog.showXmlOption=!1,ExportDialog.showGifOption=!1,ExportDialog.exportFile= -function(a,b,c,e,h,k){var d=a.editor.graph;if("xml"==c)a.hideDialog(),a.saveData(b,"xml",mxUtils.getXml(a.editor.getGraphXml()),"text/xml");else if("svg"==c)a.hideDialog(),a.saveData(b,"svg",mxUtils.getXml(d.getSvg(e,h,k)),"image/svg+xml");else{var f=a.getFileData(!0,null,null,null,null,!0),g=d.getGraphBounds(),m=Math.floor(g.width*h/d.view.scale),n=Math.floor(g.height*h/d.view.scale);f.length<=MAX_REQUEST_SIZE&&m*n<MAX_AREA?(a.hideDialog(),a.saveRequest(b,c,function(a,b){return new mxXmlRequest(EXPORT_URL, -"format="+c+"&base64="+(b||"0")+(null!=a?"&filename="+encodeURIComponent(a):"")+"&bg="+(null!=e?e:"none")+"&w="+m+"&h="+n+"&border="+k+"&xml="+encodeURIComponent(f))})):mxUtils.alert(mxResources.get("drawingTooLarge"))}})})();function DiagramPage(a){this.node=a;(null==this.node.hasAttribute&&null==this.node.getAttribute("id")||null!=this.node.hasAttribute&&!this.node.hasAttribute("id"))&&this.node.setAttribute("id",function(){function a(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return a()+a()+"-"+a()+"-"+a()+"-"+a()+"-"+a()+a()+a()}())}DiagramPage.prototype.node=null;DiagramPage.prototype.root=null;DiagramPage.prototype.viewState=null;DiagramPage.prototype.getId=function(){return this.node.getAttribute("id")}; +c){c=null!=c?c:a.name;var d=new FormData;d.append("format","xml");d.append("upfile",a,c);var e=new XMLHttpRequest;e.open("POST",OPEN_URL);e.onreadystatechange=function(){b(e)};e.send(d)};EditorUi.prototype.isResampleImage=function(a,b){b=null!=b?b:this.resampleThreshold;return a.length>b};EditorUi.prototype.resizeImage=function(a,b,c,e,h,m){h=null!=h?h:this.maxImageSize;var d=Math.max(1,a.width),f=Math.max(1,a.height);if(e&&this.isResampleImage(b,m))try{var g=Math.max(d/h,f/h);if(1<g){var k=Math.round(d/ +g),n=Math.round(f/g),q=document.createElement("canvas");q.width=k;q.height=n;q.getContext("2d").drawImage(a,0,0,k,n);var p=q.toDataURL();if(p.length<b.length){var t=document.createElement("canvas");t.width=k;t.height=n;var r=t.toDataURL();p!==r&&(b=p,d=k,f=n)}}}catch(B){}c(b,d,f)};EditorUi.prototype.crcTable=[];for(var e=0;256>e;e++)for(var b=e,h=0;8>h;h++)b=1==(b&1)?3988292384^b>>>1:b>>>1,EditorUi.prototype.crcTable[e]=b;EditorUi.prototype.updateCRC=function(a,b,c,e){for(var d=0;d<e;d++)a=EditorUi.prototype.crcTable[(a^ +b[c+d])&255]^a>>>8;return a};EditorUi.prototype.crc32=function(a){this.crcTable=this.crcTable||this.createCrcTable();for(var d=-1,b=0;b<a.length;b++)d=d>>>8^this.crcTable[(d^a.charCodeAt(b))&255];return(d^-1)>>>0};EditorUi.prototype.writeGraphModelToPng=function(a,b,c,e,h){function d(a,d){var b=n;n+=d;return a.substring(b,n)}function f(a){a=d(a,4);return a.charCodeAt(3)+(a.charCodeAt(2)<<8)+(a.charCodeAt(1)<<16)+(a.charCodeAt(0)<<24)}function g(a){return String.fromCharCode(a>>24&255,a>>16&255,a>> +8&255,a&255)}a=a.substring(a.indexOf(",")+1);a=window.atob?atob(a):Base64.decode(a,!0);var n=0;if(d(a,8)!=String.fromCharCode(137)+"PNG"+String.fromCharCode(13,10,26,10))null!=h&&h();else if(d(a,4),"IHDR"!=d(a,4))null!=h&&h();else{d(a,17);h=a.substring(0,n);do{var k=f(a);if("IDAT"==d(a,4)){h=a.substring(0,n-8);c=c+String.fromCharCode(0)+("zTXt"==b?String.fromCharCode(0):"")+e;e=4294967295;e=this.updateCRC(e,b,0,4);e=this.updateCRC(e,c,0,c.length);h+=g(c.length)+b+c+g(e^4294967295);h+=a.substring(n- +8,a.length);break}h+=a.substring(n-8,n-4+k);d(a,k);d(a,4)}while(k);return"data:image/png;base64,"+(window.btoa?btoa(h):Base64.encode(h,!0))}};EditorUi.prototype.extractGraphModelFromPng=function(a){var d=null;try{var b=a.substring(a.indexOf(",")+1),c=window.atob&&!mxClient.IS_SF?atob(b):Base64.decode(b,!0);EditorUi.parsePng(c,mxUtils.bind(this,function(a,b,e){a=c.substring(a+8,a+8+e);"zTXt"==b?(e=a.indexOf(String.fromCharCode(0)),"mxGraphModel"==a.substring(0,e)&&(a=this.editor.graph.bytesToString(pako.inflateRaw(a.substring(e+ +2))).replace(/\+/g," "),null!=a&&0<a.length&&(d=a))):"tEXt"==b&&(a=a.split(String.fromCharCode(0)),1<a.length&&"mxGraphModel"==a[0]&&(d=a[1]));if(null!=d||"IDAT"==b)return!0}))}catch(t){}null!=d&&"%"==d.charAt(0)&&(d=decodeURIComponent(d));null!=d&&"%"==d.charAt(0)&&(d=decodeURIComponent(d));return d};EditorUi.prototype.loadImage=function(a,b,c){var d=new Image;d.onload=function(){b(d)};null!=c&&(d.onerror=c);d.src=a};var p=EditorUi.prototype.init;EditorUi.prototype.init=function(){mxStencilRegistry.allowEval= +!this.isOfflineApp();"undefined"!==typeof window.mxSettings&&(this.formatWidth=mxSettings.getFormatWidth());var a=this,b=this.editor.graph;b.getLinkTitle=function(d){return a.getLinkTitle(d)};b.customLinkClicked=function(d){var b=!1;try{a.handleCustomLink(d),b=!0}catch(x){a.handleError(x)}return b};this.isOffline()||"undefined"===typeof window.EditDataDialog||(EditDataDialog.placeholderHelpLink="https://desk.draw.io/support/solutions/articles/16000051979");var c=a.editor.getEditBlankUrl;this.editor.getEditBlankUrl= +function(d){d=null!=d?d:"";if(null!=a.pages&&null!=a.currentPage)for(var b=0;b<a.pages.length;b++)if(a.pages[b]==a.currentPage){0<b&&(d+=(0<d.length?"&":"?")+"page="+b);break}"1"==urlParams.dev&&(d+=(0<d.length?"&":"?")+"dev=1&drawdev=1");return c.apply(this,arguments)};var e=b.addClickHandler;b.addClickHandler=function(a,d,c){var f=d;d=function(a,d){if(null==d){var c=mxEvent.getSource(a);"a"==c.nodeName.toLowerCase()&&(d=c.getAttribute("href"))}null!=d&&b.isCustomLink(d)&&(mxEvent.isTouchEvent(a)|| +!mxEvent.isPopupTrigger(a))&&b.customLinkClicked(d)&&mxEvent.consume(a);null!=f&&f(a,d)};e.call(this,a,d,c)};p.apply(this,arguments);mxClient.IS_SVG&&this.editor.graph.addSvgShadow(b.view.canvas.ownerSVGElement,null,!0);a.actions.get("print").funct=function(){a.showDialog((new PrintDialog(a)).container,360,null!=a.pages&&1<a.pages.length?420:360,!0,!0)};this.defaultFilename=mxResources.get("untitledDiagram");var h=b.getGlobalVariable;b.getGlobalVariable=function(d){return"page"==d&&null!=a.currentPage? +a.currentPage.getName():"pagenumber"==d?null!=a.currentPage&&null!=a.pages?mxUtils.indexOf(a.pages,a.currentPage)+1:1:h.apply(this,arguments)};var m=b.labelLinkClicked;b.labelLinkClicked=function(a,d,c){var e=d.getAttribute("href");if(null==e||!b.isCustomLink(e)||!mxEvent.isTouchEvent(c)&&mxEvent.isPopupTrigger(c))m.apply(this,arguments);else{if(!b.isEnabled()||null!=a&&b.isCellLocked(a.cell))b.customLinkClicked(e),b.getRubberband().reset();mxEvent.consume(c)}};this.editor.getOrCreateFilename=function(){var d= +a.defaultFilename,b=a.getCurrentFile();null!=b&&(d=null!=b.getTitle()?b.getTitle():d);return d};var l=this.actions.get("print");l.setEnabled(!mxClient.IS_IOS||!navigator.standalone);l.visible=l.isEnabled();if(!this.editor.chromeless||this.editor.editable){var n=function(){window.setTimeout(function(){r.innerHTML=" ";r.focus();document.execCommand("selectAll",!1,null)},0)};this.keyHandler.bindAction(70,!0,"find");this.keyHandler.bindAction(67,!0,"copyStyle",!0);this.keyHandler.bindAction(86,!0, +"pasteStyle",!0);this.keyHandler.bindAction(77,!0,"editGeometry",!0);this.keyHandler.bindAction(88,!0,"insertText",!0);this.keyHandler.bindAction(75,!0,"insertRectangle");this.keyHandler.bindAction(75,!0,"insertEllipse",!0);mxClient.IS_IE||b.container.addEventListener("paste",mxUtils.bind(this,function(a){var d=this.editor.graph;if(!mxEvent.isConsumed(a))try{for(var b=a.clipboardData||a.originalEvent.clipboardData,c=!1,e=0;e<b.types.length;e++)if("text/"===b.types[e].substring(0,5)){c=!0;break}if(!c){var f= +b.items;for(index in f){var g=f[index];if("file"===g.kind){if(d.isEditing())this.importFiles([g.getAsFile()],0,0,this.maxImageSize,function(a,b,c,e,f,g){d.insertImage(a,f,g)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var d=0;d<a.length;d++)a[d]()});else{var l=this.editor.graph.getInsertPoint();this.importFiles([g.getAsFile()],l.x,l.y,this.maxImageSize);mxEvent.consume(a)}break}}}}catch(Q){}}),!1);var r=document.createElement("div");r.style.position="absolute"; +r.style.whiteSpace="nowrap";r.style.overflow="hidden";r.style.display="block";r.contentEditable=!0;mxUtils.setOpacity(r,0);r.style.width="1px";r.style.height="1px";r.innerHTML=" ";var k=!1;this.keyHandler.bindControlKey(88,null);this.keyHandler.bindControlKey(67,null);this.keyHandler.bindControlKey(86,null);mxEvent.addListener(document,"keydown",mxUtils.bind(this,function(a){var d=mxEvent.getSource(a);null==b.container||!b.isEnabled()||b.isMouseDown||b.isEditing()||null!=this.dialog||"INPUT"== +d.nodeName||"TEXTAREA"==d.nodeName||!(224==a.keyCode||!mxClient.IS_MAC&&17==a.keyCode||mxClient.IS_MAC&&91==a.keyCode)||k||(r.style.left=b.container.scrollLeft+10+"px",r.style.top=b.container.scrollTop+10+"px",b.container.appendChild(r),k=!0,mxClient.IS_QUIRKS?window.setTimeout(function(){r.focus();document.execCommand("selectAll",!1,null)},0):(r.focus(),document.execCommand("selectAll",!1,null)))}));mxEvent.addListener(document,"keyup",mxUtils.bind(this,function(a){var d=a.keyCode;window.setTimeout(mxUtils.bind(this, +function(){!k||224!=d&&17!=d&&91!=d||(k=!1,b.isEditing()||null!=this.dialog||null==b.container||b.container.focus(),r.parentNode.removeChild(r),null==this.dialog&&mxUtils.clearSelection())}),0)}));mxEvent.addListener(r,"copy",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(r),n())}));mxEvent.addListener(r,"cut",mxUtils.bind(this,function(a){b.isEnabled()&&(mxClipboard.copy(b),this.copyCells(r,!0),n())}));mxEvent.addListener(r,"paste",mxUtils.bind(this,function(a){b.isEnabled()&& +!b.isCellLocked(b.getDefaultParent())&&(r.innerHTML=" ",r.focus(),window.setTimeout(mxUtils.bind(this,function(){this.pasteCells(a,r);r.innerHTML=" "}),0))}),!0);var u=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==r?!0:u.apply(this,arguments)}}this.spinner=this.createSpinner(document.body.clientWidth/2-2,Math.max(document.body.clientHeight||0,document.documentElement.clientHeight||0)/2,24);Graph.fileSupport&&this.editor.graph.addListener(mxEvent.EDITING_STARTED, +mxUtils.bind(this,function(a){var d=this.editor.graph,b=d.cellEditor.text2,c=null;null!=b&&(mxEvent.addListener(b,"dragleave",function(a){null!=c&&(c.parentNode.removeChild(c),c=null);a.stopPropagation();a.preventDefault()}),mxEvent.addListener(b,"dragover",mxUtils.bind(this,function(a){null==c&&(!mxClient.IS_IE||10<document.documentMode)&&(c=this.highlightElement(b));a.stopPropagation();a.preventDefault()})),mxEvent.addListener(b,"drop",mxUtils.bind(this,function(a){null!=c&&(c.parentNode.removeChild(c), +c=null);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize,function(a,b,c,e,f,g){d.insertImage(a,f,g)},function(){},function(a){return"image/"==a.type.substring(0,6)},function(a){for(var d=0;d<a.length;d++)a[d]()},mxEvent.isControlDown(a));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")){var b=a.dataTransfer.getData("text/uri-list");/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(b)?this.loadImage(decodeURIComponent(b),mxUtils.bind(this,function(a){var c= +Math.max(1,a.width);a=Math.max(1,a.height);var e=this.maxImageSize,e=Math.min(1,Math.min(e/Math.max(1,c)),e/Math.max(1,a));d.insertImage(decodeURIComponent(b),c*e,a*e)})):document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain"))}else 0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")?document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/html")):0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&document.execCommand("insertHTML",!1,a.dataTransfer.getData("text/plain")); +a.stopPropagation();a.preventDefault()})))}));if("1"==urlParams.ruler&&"undefined"!==typeof mxRuler){l=document.createElement("div");l.style.position="absolute";l.style.top="95px";l.style.left="250px";l.style.width="2000px";l.style.height="30px";l.style.background="whiteSmoke";document.body.appendChild(l);var v=document.createElement("div");v.style.position="absolute";v.style.top="125px";v.style.left="220px";v.style.width="30px";v.style.height="1000px";v.style.background="whiteSmoke";document.body.appendChild(v); +var A=document.createElement("div");A.style.position="absolute";A.style.top="95px";A.style.left="220px";A.style.width="30px";A.style.height="30px";A.style.background="whiteSmoke";document.body.appendChild(A);this.vRuler=new mxRuler(this.editor.graph,v,!0);this.hRuler=new mxRuler(this.editor.graph,l,!1)}if("1"==urlParams.test){l=document.getElementById("geFooter");null!=l&&(this.styleInput=document.createElement("input"),this.styleInput.setAttribute("type","text"),this.styleInput.style.position="absolute", +this.styleInput.style.top="14px",this.styleInput.style.left="2px",this.styleInput.style.width="98%",this.styleInput.style.visibility="hidden",this.styleInput.style.opacity="0.9",mxEvent.addListener(this.styleInput,"change",mxUtils.bind(this,function(){this.editor.graph.getModel().setStyle(this.editor.graph.getSelectionCell(),this.styleInput.value)})),l.appendChild(this.styleInput),this.editor.graph.getSelectionModel().addListener(mxEvent.CHANGE,mxUtils.bind(this,function(a,d){if(0<this.editor.graph.getSelectionCount()){var b= +this.editor.graph.getSelectionCell(),b=this.editor.graph.getModel().getStyle(b);this.styleInput.value=b||"";this.styleInput.style.visibility="visible"}else this.styleInput.style.visibility="hidden"})));var J=this.isSelectionAllowed;this.isSelectionAllowed=function(a){return mxEvent.getSource(a)==this.styleInput?!0:J.apply(this,arguments)}}l=document.getElementById("geInfo");null!=l&&l.parentNode.removeChild(l);if(Graph.fileSupport&&(!this.editor.chromeless||this.editor.editable)){var F=null;mxEvent.addListener(b.container, +"dragleave",function(a){b.isEnabled()&&(null!=F&&(F.parentNode.removeChild(F),F=null),a.stopPropagation(),a.preventDefault())});mxEvent.addListener(b.container,"dragover",mxUtils.bind(this,function(a){null==F&&(!mxClient.IS_IE||10<document.documentMode)&&(F=this.highlightElement(b.container));null!=this.sidebar&&this.sidebar.hideTooltip();a.stopPropagation();a.preventDefault()}));mxEvent.addListener(b.container,"drop",mxUtils.bind(this,function(a){null!=F&&(F.parentNode.removeChild(F),F=null);if(b.isEnabled()){var d= +mxUtils.convertPoint(b.container,mxEvent.getClientX(a),mxEvent.getClientY(a)),c=b.view.translate,e=b.view.scale,f=d.x/e-c.x,g=d.y/e-c.y;mxEvent.isAltDown(a)&&(g=f=0);if(0<a.dataTransfer.files.length)this.importFiles(a.dataTransfer.files,f,g,this.maxImageSize,null,null,null,null,mxEvent.isControlDown(a),null,null,mxEvent.isShiftDown(a));else{var l=0<=mxUtils.indexOf(a.dataTransfer.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):null,d=this.extractGraphModelFromEvent(a,null!=this.pages); +if(null!=d)b.setSelectionCells(this.importXml(d,f,g,!0));else if(0<=mxUtils.indexOf(a.dataTransfer.types,"text/html")){var k=a.dataTransfer.getData("text/html"),d=document.createElement("div");d.innerHTML=k;var h=null,c=d.getElementsByTagName("img");null!=c&&1==c.length?(k=c[0].getAttribute("src"),/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(k)||(h=!0)):(d=d.getElementsByTagName("a"),null!=d&&1==d.length&&(k=d[0].getAttribute("href")));var m=!0,n=mxUtils.bind(this,function(){b.setSelectionCells(this.insertTextAt(k, +f,g,!0,h,null,m))});h&&k.length>this.resampleThreshold?this.confirmImageResize(function(a){m=a;n()},mxEvent.isControlDown(a)):n()}else null!=l&&/\.(gif|jpg|jpeg|tiff|png|svg)$/i.test(l)?this.loadImage(decodeURIComponent(l),mxUtils.bind(this,function(a){var d=Math.max(1,a.width);a=Math.max(1,a.height);var c=this.maxImageSize,c=Math.min(1,Math.min(c/Math.max(1,d)),c/Math.max(1,a));b.setSelectionCell(b.insertVertex(null,null,"",f,g,d*c,a*c,"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;aspect=fixed;imageAspect=0;image="+ +l+";"))}),mxUtils.bind(this,function(a){b.setSelectionCells(this.insertTextAt(l,f,g,!0))})):0<=mxUtils.indexOf(a.dataTransfer.types,"text/plain")&&b.setSelectionCells(this.insertTextAt(a.dataTransfer.getData("text/plain"),f,g,!0))}}a.stopPropagation();a.preventDefault()}),!1)}this.initPages();"1"==urlParams.embed&&this.initializeEmbedMode();this.installSettings()};EditorUi.prototype.getLinkTitle=function(a){var d=Graph.prototype.getLinkTitle.apply(this,arguments);if("data:page/id,"==a.substring(0, +13)){var b=a.indexOf(",");0<b&&(d=this.getPageById(a.substring(b+1)),d=null!=d?d.getName():mxResources.get("pageNotFound"))}else"data:"==a.substring(0,5)&&(d=mxResources.get("action"));return d};EditorUi.prototype.handleCustomLink=function(a){if("data:page/id,"==a.substring(0,13)){var d=a.indexOf(",");if(a=this.getPageById(a.substring(d+1)))this.selectPage(a);else throw Error(mxResources.get("pageNotFound")||"Page not found");}else this.editor.graph.handleCustomLink(a)};EditorUi.prototype.isSettingsEnabled= +function(){return"undefined"!==typeof window.mxSettings&&(isLocalStorage||mxClient.IS_CHROMEAPP)};EditorUi.prototype.installSettings=function(){if(this.isSettingsEnabled()){ColorDialog.recentColors=mxSettings.getRecentColors();this.editor.graph.currentEdgeStyle=mxSettings.getCurrentEdgeStyle();this.editor.graph.currentVertexStyle=mxSettings.getCurrentVertexStyle();this.fireEvent(new mxEventObject("styleChanged","keys",[],"values",[],"cells",[]));this.addListener("styleChanged",mxUtils.bind(this,function(a, +b){mxSettings.setCurrentEdgeStyle(this.editor.graph.currentEdgeStyle);mxSettings.setCurrentVertexStyle(this.editor.graph.currentVertexStyle);mxSettings.save()}));this.editor.graph.connectionHandler.setCreateTarget(mxSettings.isCreateTarget());this.fireEvent(new mxEventObject("copyConnectChanged"));this.addListener("copyConnectChanged",mxUtils.bind(this,function(a,b){mxSettings.setCreateTarget(this.editor.graph.connectionHandler.isCreateTarget());mxSettings.save()}));this.editor.graph.pageFormat=mxSettings.getPageFormat(); +this.addListener("pageFormatChanged",mxUtils.bind(this,function(a,b){mxSettings.setPageFormat(this.editor.graph.pageFormat);mxSettings.save()}));this.editor.graph.view.gridColor=mxSettings.getGridColor();this.addListener("gridColorChanged",mxUtils.bind(this,function(a,b){mxSettings.setGridColor(this.editor.graph.view.gridColor);mxSettings.save()}));if(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)this.editor.addListener("autosaveChanged",mxUtils.bind(this,function(a,b){mxSettings.setAutosave(this.editor.autosave); +mxSettings.save()})),this.editor.autosave=mxSettings.getAutosave();null!=this.sidebar&&this.sidebar.showPalette("search",mxSettings.settings.search);this.editor.chromeless&&!this.editor.editable||null==this.sidebar||!(mxSettings.settings.isNew||8>=parseInt(mxSettings.settings.version||0))||(this.toggleScratchpad(),mxSettings.save());this.addListener("formatWidthChanged",function(){mxSettings.setFormatWidth(this.formatWidth);mxSettings.save()})}};EditorUi.prototype.copyCells=function(a,b){var d=this.editor.graph; +if(d.isSelectionEmpty())a.innerHTML="";else{var c=mxUtils.sortCells(d.model.getTopmostCells(d.getSelectionCells())),e=mxUtils.getXml(this.editor.graph.encodeCells(c));mxUtils.setTextContent(a,encodeURIComponent(e));b?(d.removeCells(c,!1),d.lastPasteXml=null):(d.lastPasteXml=e,d.pasteCounter=0);a.focus();document.execCommand("selectAll",!1,null)}};EditorUi.prototype.pasteCells=function(a,b){if(!mxEvent.isConsumed(a)){var d=b.getElementsByTagName("span");if(null!=d&&0<d.length&&"application/vnd.lucid.chart.objects"=== +d[0].getAttribute("data-lucid-type")){var c=d[0].getAttribute("data-lucid-content");null!=c&&0<c.length&&(this.convertLucidChart(c,mxUtils.bind(this,function(a){this.editor.graph.setSelectionCells(this.importXml(a,0,0))}),mxUtils.bind(this,function(a){this.handleError(a)})),mxEvent.consume(a))}else{var c=this.editor.graph,e=mxUtils.trim(mxClient.IS_QUIRKS||8==document.documentMode?mxUtils.getTextContent(b):b.textContent),f=!1;try{var l=e.lastIndexOf("%3E");0<=l&&l<e.length-3&&(e=e.substring(0,l+3))}catch(y){}try{var d= +b.getElementsByTagName("span"),h=null!=d&&0<d.length?mxUtils.trim(decodeURIComponent(d[0].textContent)):decodeURIComponent(e);this.isCompatibleString(h)&&(f=!0,e=h)}catch(y){}c.lastPasteXml==e?c.pasteCounter++:(c.lastPasteXml=e,c.pasteCounter=0);d=c.pasteCounter*c.gridSize;if(null!=e&&0<e.length&&(f||this.isCompatibleString(e)?c.setSelectionCells(this.importXml(e,d,d)):(f=c.getInsertPoint(),c.isMouseInsertPoint()&&(d=0,c.lastPasteXml==e&&0<c.pasteCounter&&c.pasteCounter--),c.setSelectionCells(this.insertTextAt(e, +f.x+d,f.y+d,!0))),!c.isSelectionEmpty())){c.scrollCellToVisible(c.getSelectionCell());null!=this.hoverIcons&&this.hoverIcons.update(c.view.getState(c.getSelectionCell()));try{mxEvent.consume(a)}catch(y){}}}}};EditorUi.prototype.addFileDropHandler=function(a){if(Graph.fileSupport)for(var d=null,b=0;b<a.length;b++)mxEvent.addListener(a[b],"dragleave",function(a){null!=d&&(d.parentNode.removeChild(d),d=null);a.stopPropagation();a.preventDefault()}),mxEvent.addListener(a[b],"dragover",mxUtils.bind(this, +function(a){(this.editor.graph.isEnabled()||"1"!=urlParams.embed)&&null==d&&(!mxClient.IS_IE||10<document.documentMode&&12>document.documentMode)&&(d=this.highlightElement());a.stopPropagation();a.preventDefault()})),mxEvent.addListener(a[b],"drop",mxUtils.bind(this,function(a){null!=d&&(d.parentNode.removeChild(d),d=null);if(this.editor.graph.isEnabled()||"1"!=urlParams.embed)if(0<a.dataTransfer.files.length)this.hideDialog(),"1"==urlParams.embed?this.importFiles(a.dataTransfer.files,0,0,this.maxImageSize, +null,null,null,null,!mxEvent.isControlDown(a)&&!mxEvent.isShiftDown(a)):this.openFiles(a.dataTransfer.files,!0);else{var b=this.extractGraphModelFromEvent(a);if(null==b){var c=null!=a.dataTransfer?a.dataTransfer:a.clipboardData;null!=c&&(10==document.documentMode||11==document.documentMode?b=c.getData("Text"):(b=null,b=0<=mxUtils.indexOf(c.types,"text/uri-list")?a.dataTransfer.getData("text/uri-list"):0<=mxUtils.indexOf(c.types,"text/html")?c.getData("text/html"):null,null!=b&&0<b.length?(c=document.createElement("div"), +c.innerHTML=b,c=c.getElementsByTagName("img"),0<c.length&&(b=c[0].getAttribute("src"))):0<=mxUtils.indexOf(c.types,"text/plain")&&(b=c.getData("text/plain"))),null!=b&&("data:image/png;base64,"==b.substring(0,22)?(b=this.extractGraphModelFromPng(b),null!=b&&0<b.length&&this.openLocalFile(b,null,!0)):!this.isOffline()&&this.isRemoteFileFormat(b)?(new mxXmlRequest(OPEN_URL,"format=xml&data="+encodeURIComponent(b))).send(mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()&&this.openLocalFile(a.getText(), +null,!0)})):/^https?:\/\//.test(b)&&(null==this.getCurrentFile()?window.location.hash="#U"+encodeURIComponent(b):window.openWindow((mxClient.IS_CHROMEAPP?"https://www.draw.io/":"https://"+location.host+"/")+window.location.search+"#U"+encodeURIComponent(b)))))}else this.openLocalFile(b,null,!0)}a.stopPropagation();a.preventDefault()}))};EditorUi.prototype.highlightElement=function(a){var d=0,b=0,c,e;if(null==a){e=document.body;var h=document.documentElement;c=(e.clientWidth||h.clientWidth)-3;e=Math.max(e.clientHeight|| +0,h.clientHeight)-3}else d=a.offsetTop,b=a.offsetLeft,c=a.clientWidth,e=a.clientHeight;h=document.createElement("div");h.style.zIndex=mxPopupMenu.prototype.zIndex+2;h.style.border="3px dotted rgb(254, 137, 12)";h.style.pointerEvents="none";h.style.position="absolute";h.style.top=d+"px";h.style.left=b+"px";h.style.width=Math.max(0,c-3)+"px";h.style.height=Math.max(0,e-3)+"px";null!=a&&a.parentNode==this.editor.graph.container?this.editor.graph.container.appendChild(h):document.body.appendChild(h); +return h};EditorUi.prototype.stringToCells=function(a){a=mxUtils.parseXml(a);var d=this.editor.extractGraphModel(a.documentElement);a=[];if(null!=d){var b=new mxCodec(d.ownerDocument),c=new mxGraphModel;b.decode(d,c);d=c.getChildAt(c.getRoot(),0);for(b=0;b<c.getChildCount(d);b++)a.push(c.getChildAt(d,b))}return a};EditorUi.prototype.openFiles=function(a,b){if(this.spinner.spin(document.body,mxResources.get("loading")))for(var d=0;d<a.length;d++)mxUtils.bind(this,function(a){var d=new FileReader;d.onload= +mxUtils.bind(this,function(d){var c=d.target.result,e=a.name;if(null!=e&&0<e.length){!this.useCanvasForExport&&/(\.png)$/i.test(e)&&(e=e.substring(0,e.length-4)+".xml");var f=mxUtils.bind(this,function(a){e=0<=e.lastIndexOf(".")?e.substring(0,e.lastIndexOf("."))+".xml":e+".xml";if("<mxlibrary"==a.substring(0,10)){null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename,b);try{this.loadLibrary(new LocalLibrary(this,a,e))}catch(w){this.handleError(w, +mxResources.get("errorLoadingFile"))}}else this.openLocalFile(a,e,b)});if(/(\.vsdx?)($|\?)/i.test(e)||/(\.vssx?)($|\?)/i.test(e))this.importVisio(a,mxUtils.bind(this,function(a){this.spinner.stop();f(a)}));else if(Graph.fileSupport&&!this.isOffline()&&(new XMLHttpRequest).upload&&this.isRemoteFileFormat(c,e))this.parseFile(a,mxUtils.bind(this,function(a){4==a.readyState&&(this.spinner.stop(),200<=a.status&&299>=a.status?f(a.responseText):this.handleError({message:mxResources.get(413==a.status?"drawingTooLarge": +"invalidOrMissingFile")},mxResources.get("errorLoadingFile")))}));else if(this.isLucidChartData(c))/(\.json)$/i.test(e)&&(e=e.substring(0,e.length-5)+".xml"),this.convertLucidChart(c,mxUtils.bind(this,function(a){this.spinner.stop();this.openLocalFile(a,e,b)}),mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a)}));else if("<mxlibrary"==d.target.result.substring(0,10)){this.spinner.stop();null==this.getCurrentFile()&&"1"!=urlParams.embed&&this.openLocalFile(this.emptyDiagramXml,this.defaultFilename, +b);try{this.loadLibrary(new LocalLibrary(this,d.target.result,a.name))}catch(k){this.handleError(k,mxResources.get("errorLoadingFile"))}}else"image/png"==a.type.substring(0,9)&&(c=this.extractGraphModelFromPng(c)),this.spinner.stop(),this.openLocalFile(c,e,b)}});d.onerror=mxUtils.bind(this,function(a){this.spinner.stop();this.handleError(a);window.openFile=null});"image"===a.type.substring(0,5)&&"image/svg"!==a.type.substring(0,9)?d.readAsDataURL(a):d.readAsText(a)})(a[d])};EditorUi.prototype.openLocalFile= +function(a,b,c){var d=this.getCurrentFile(),e=mxUtils.bind(this,function(){window.openFile=null;if(null==b&&null!=this.getCurrentFile()&&this.isDiagramEmpty()){var d=mxUtils.parseXml(a);null!=d&&(this.editor.setGraphXml(d.documentElement),this.editor.graph.selectAll())}else this.fileLoaded(new LocalFile(this,a,b||this.defaultFilename,c))});null!=a&&0<a.length&&(null==d||!d.isModified()&&(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)?e():(mxClient.IS_CHROMEAPP||EditorUi.isElectronApp)&&null!=d&&d.isModified()? +this.confirm(mxResources.get("allChangesLost"),null,e,mxResources.get("cancel"),mxResources.get("discardChanges")):(window.openFile=new OpenFile(function(){window.openFile=null}),window.openFile.setData(a,b),window.openWindow(this.getUrl(),null,mxUtils.bind(this,function(){null!=d&&d.isModified()?this.confirm(mxResources.get("allChangesLost"),null,e,mxResources.get("cancel"),mxResources.get("discardChanges")):e()}))))};EditorUi.prototype.getBasenames=function(){var a={};if(null!=this.pages)for(var b= +0;b<this.pages.length;b++)this.updatePageRoot(this.pages[b]),this.addBasenamesForCell(this.pages[b].root,a);else this.addBasenamesForCell(this.editor.graph.model.getRoot(),a);var b=[],c;for(c in a)b.push(c);return b};EditorUi.prototype.addBasenamesForCell=function(a,b){function d(a){if(null!=a){var d=a.lastIndexOf(".");0<d&&(a=a.substring(d+1,a.length));null==b[a]&&(b[a]=!0)}}var c=this.editor.graph,e=c.getCellStyle(a);d(mxStencilRegistry.getBasenameForStencil(e[mxConstants.STYLE_SHAPE]));c.model.isEdge(a)&& +(d(mxMarker.getPackageForType(e[mxConstants.STYLE_STARTARROW])),d(mxMarker.getPackageForType(e[mxConstants.STYLE_ENDARROW])));for(var e=c.model.getChildCount(a),f=0;f<e;f++)this.addBasenamesForCell(c.model.getChildAt(a,f),b)};EditorUi.prototype.setGraphEnabled=function(a){this.diagramContainer.style.visibility=a?"":"hidden";this.formatContainer.style.visibility=a?"":"hidden";this.sidebarFooterContainer.style.display=a?"":"none";this.sidebarContainer.style.display=a?"":"none";this.hsplit.style.display= +a?"":"none";this.editor.graph.setEnabled(a);null!=this.tabContainer&&(this.tabContainer.style.visibility=a?"":"hidden");a||(null!=this.actions.outlineWindow&&this.actions.outlineWindow.window.setVisible(!1),null!=this.actions.layersWindow&&this.actions.layersWindow.window.setVisible(!1),null!=this.menus.tagsWindow&&this.menus.tagsWindow.window.setVisible(!1),null!=this.menus.findWindow&&this.menus.findWindow.window.setVisible(!1))};EditorUi.prototype.initializeEmbedMode=function(){this.setGraphEnabled(!1); +(window.opener||window.parent)!=window&&("1"!=urlParams.spin||this.spinner.spin(document.body,mxResources.get("loading")))&&this.installMessageHandler(mxUtils.bind(this,function(a,b,c){this.spinner.stop();this.addEmbedButtons();this.setGraphEnabled(!0);null!=a&&0<a.length?(this.setFileData(a),this.editor.isChromelessView()?this.editor.graph.isLightboxView()&&this.lightboxFit():this.showLayersDialog(),this.chromelessResize&&this.chromelessResize()):(this.editor.graph.model.clear(),this.editor.fireEvent(new mxEventObject("resetGraphView"))); +this.editor.undoManager.clear();this.editor.modified=null!=c?c:!1;this.updateUi();window.self!==window.top&&window.focus();null!=this.format&&this.format.refresh()}))};EditorUi.prototype.showLayersDialog=function(){1<this.editor.graph.getModel().getChildCount(this.editor.graph.getModel().getRoot())&&(null==this.actions.layersWindow?this.actions.get("layers").funct():this.actions.layersWindow.window.setVisible(!0))};EditorUi.prototype.getPublicUrl=function(a,b){null!=a?a.getPublicUrl(b):b(null)};EditorUi.prototype.createLoadMessage= +function(a){var b=this.editor.graph;return{event:a,pageVisible:b.pageVisible,translate:b.view.translate,scale:b.view.scale,page:b.view.getBackgroundPageBounds(),bounds:b.getGraphBounds()}};EditorUi.prototype.installMessageHandler=function(a){var b=null,d=!1,c=!1,e=null,h=mxUtils.bind(this,function(a,b){this.editor.modified&&"0"!=urlParams.modified?null!=urlParams.modified&&this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(urlParams.modified))):this.editor.setStatus("")});this.editor.graph.model.addListener(mxEvent.CHANGE, +h);mxEvent.addListener(window,"message",mxUtils.bind(this,function(f){function g(a){if(null!=a&&"function"===typeof a.charAt&&"<"!=a.charAt(0))try{"data:image/svg+xml;base64,"==a.substring(0,26)?a=atob(a.substring(26)):"data:image/svg+xml;utf8,"==a.substring(0,24)&&(a=a.substring(24)),null!=a&&("%"==a.charAt(0)?a=decodeURIComponent(a):"<"!=a.charAt(0)&&(a=this.editor.graph.decompress(a)))}catch(P){}return a}if(f.source==(window.opener||window.parent)){var k=f.data;if("json"==urlParams.proto){try{k= +JSON.parse(k)}catch(I){k=null}if(null==k)return;if("dialog"==k.action){this.showError(null!=k.titleKey?mxResources.get(k.titleKey):k.title,null!=k.messageKey?mxResources.get(k.messageKey):k.message,null!=k.buttonKey?mxResources.get(k.buttonKey):k.button);null!=k.modified&&(this.editor.modified=k.modified);return}if("prompt"==k.action){this.spinner.stop();var h=new FilenameDialog(this,k.defaultValue||"",null!=k.okKey?mxResources.get(k.okKey):null,function(a){null!=a&&l.postMessage(JSON.stringify({event:"prompt", +value:a,message:k}),"*")},null!=k.titleKey?mxResources.get(k.titleKey):k.title);this.showDialog(h.container,300,80,!0,!1);h.init();return}if("draft"==k.action){h=null;h="data:image/png;base64,"==k.xml.substring(0,22)?this.extractGraphModelFromPng(k.xml):g(k.xml);this.spinner.stop();h=new DraftDialog(this,mxResources.get("draftFound",[k.name||this.defaultFilename]),h,mxUtils.bind(this,function(){this.hideDialog();l.postMessage(JSON.stringify({event:"draft",result:"edit",message:k}),"*")}),mxUtils.bind(this, +function(){this.hideDialog();l.postMessage(JSON.stringify({event:"draft",result:"discard",message:k}),"*")}),k.editKey?mxResources.get(k.editKey):null,k.discardKey?mxResources.get(k.discardKey):null,k.ignore?mxUtils.bind(this,function(){this.hideDialog();l.postMessage(JSON.stringify({event:"draft",result:"ignore",message:k}),"*")}):null);this.showDialog(h.container,640,480,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()}));try{h.init()}catch(I){l.postMessage(JSON.stringify({event:"draft", +error:I.toString(),message:k}),"*")}return}if("template"==k.action){this.spinner.stop();var h=1==k.enableRecent,n=1==k.enableSearch,h=new NewDialog(this,!1,null!=k.callback,mxUtils.bind(this,function(b,d){b=b||this.emptyDiagramXml;null!=k.callback?l.postMessage(JSON.stringify({event:"template",xml:b,blank:b==this.emptyDiagramXml,name:d}),"*"):(a(b,f,b!=this.emptyDiagramXml),this.editor.modified||this.editor.setStatus(""))}),null,null,null,null,null,null,null,h?mxUtils.bind(this,function(a){this.recentReadyCallback= +a;l.postMessage(JSON.stringify({event:"recentDocs"}),"*")}):null,n?mxUtils.bind(this,function(a,b){this.searchReadyCallback=b;l.postMessage(JSON.stringify({event:"searchDocs",searchStr:a}),"*")}):null,function(a,b,d){l.postMessage(JSON.stringify({event:"template",docUrl:a,info:b,name:d}),"*")});this.showDialog(h.container,620,440,!0,!1,mxUtils.bind(this,function(a){a&&this.actions.get("exit").funct()}));h.init();return}if("searchDocsList"==k.action)this.searchReadyCallback(k.list,k.errorMsg);else if("recentDocsList"== +k.action)this.recentReadyCallback(k.list,k.errorMsg);else{if("status"==k.action){null!=k.messageKey?this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(k.messageKey))):null!=k.message&&this.editor.setStatus(mxUtils.htmlEntities(k.message));null!=k.modified&&(this.editor.modified=k.modified);return}if("spinner"==k.action){var m=null!=k.messageKey?mxResources.get(k.messageKey):k.message;null==k.show||k.show?this.spinner.spin(document.body,m):this.spinner.stop();return}if("export"==k.action){if("png"== +k.format||"xmlpng"==k.format){if(null==k.spin&&null==k.spinKey||this.spinner.spin(document.body,null!=k.spinKey?mxResources.get(k.spinKey):k.spin)){var p=null!=k.xml?k.xml:this.getFileData(!0);this.editor.graph.setEnabled(!1);var q=this.editor.graph,r=mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();var b=this.createLoadMessage("export");b.format=k.format;b.message=k;b.data=a;b.xml=encodeURIComponent(p);l.postMessage(JSON.stringify(b),"*")}),t=mxUtils.bind(this,function(a){null== +a&&(a=Editor.blankImage);"xmlpng"==k.format&&(a=this.writeGraphModelToPng(a,"zTXt","mxGraphModel",atob(this.editor.graph.compress(p))));q!=this.editor.graph&&q.container.parentNode.removeChild(q.container);r(a)});if(this.isExportToCanvas()){if(null!=this.pages&&this.currentPage!=this.pages[0]){var q=this.createTemporaryGraph(q.getStylesheet()),u=q.getGlobalVariable,z=this.pages[0];q.getGlobalVariable=function(a){return"page"==a?z.getName():"pagenumber"==a?1:u.apply(this,arguments)};document.body.appendChild(q.container); +q.model.setRoot(z.root)}this.exportToCanvas(mxUtils.bind(this,function(a){t(a.toDataURL("image/png"))}),null,null,null,mxUtils.bind(this,function(){t(null)}),null,null,null,null,null,null,q)}else(new mxXmlRequest(EXPORT_URL,"format=png&embedXml="+("xmlpng"==k.format?"1":"0")+"&base64=1&xml="+encodeURIComponent(encodeURIComponent(p)))).send(mxUtils.bind(this,function(a){200<=a.getStatus()&&299>=a.getStatus()?r("data:image/png;base64,"+a.getText()):t(null)}),mxUtils.bind(this,function(){t(null)}))}}else{null!= +k.xml&&0<k.xml.length&&this.setFileData(k.xml);m=this.createLoadMessage("export");if("html2"==k.format||"html"==k.format&&("0"!=urlParams.pages||null!=this.pages&&1<this.pages.length))h=this.getXmlFileData(),m.xml=mxUtils.getXml(h),m.data=this.getFileData(null,null,!0,null,null,null,h),m.format=k.format;else if("html"==k.format)p=this.editor.getGraphXml(),m.data=this.getHtml(p,this.editor.graph),m.xml=mxUtils.getXml(p),m.format=k.format;else{mxSvgCanvas2D.prototype.foAltText=null;h=this.editor.graph.background; +h==mxConstants.NONE&&(h=null);m.xml=this.getFileData(!0);m.format="svg";if(k.embedImages||null==k.embedImages){if(null==k.spin&&null==k.spinKey||this.spinner.spin(document.body,null!=k.spinKey?mxResources.get(k.spinKey):k.spin))this.editor.graph.setEnabled(!1),"xmlsvg"==k.format?this.getEmbeddedSvg(m.xml,this.editor.graph,null,!0,mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();m.data=this.createSvgDataUri(a);l.postMessage(JSON.stringify(m),"*")})):this.convertImages(this.editor.graph.getSvg(h), +mxUtils.bind(this,function(a){this.editor.graph.setEnabled(!0);this.spinner.stop();m.data=this.createSvgDataUri(mxUtils.getXml(a));l.postMessage(JSON.stringify(m),"*")}));return}h="xmlsvg"==k.format?this.getEmbeddedSvg(this.getFileData(!0),this.editor.graph,null,!0):mxUtils.getXml(this.editor.graph.getSvg(h));m.data=this.createSvgDataUri(h)}l.postMessage(JSON.stringify(m),"*")}return}if("load"==k.action)c=1==k.autosave,this.hideDialog(),null!=k.modified&&null==urlParams.modified&&(urlParams.modified= +k.modified),null!=k.saveAndExit&&null==urlParams.saveAndExit&&(urlParams.saveAndExit=k.saveAndExit),null!=k.title&&null!=this.buttonContainer&&(h=document.createElement("span"),mxUtils.write(h,k.title),"atlas"==uiTheme?(this.buttonContainer.style.paddingRight="12px",this.buttonContainer.style.paddingTop="12px"):"min"!=uiTheme&&(this.buttonContainer.style.paddingRight="38px",this.buttonContainer.style.paddingTop="6px"),null!=this.embedFilenameSpan&&this.embedFilenameSpan.parentNode.removeChild(this.embedFilenameSpan), +this.buttonContainer.appendChild(h),this.embedFilenameSpan=h),k=null!=k.xmlpng?this.extractGraphModelFromPng(k.xmlpng):null!=k.xml&&"data:image/png;base64,"==k.xml.substring(0,22)?this.extractGraphModelFromPng(k.xml):k.xml;else{l.postMessage(JSON.stringify({error:"unknownMessage",data:JSON.stringify(k)}),"*");return}}}k=g(k);d=!0;try{a(k,f)}catch(I){this.handleError(I)}d=!1;null!=urlParams.modified&&this.editor.setStatus("");var D=mxUtils.bind(this,function(){return"0"!=urlParams.pages||null!=this.pages&& +1<this.pages.length?this.getFileData(!0):mxUtils.getXml(this.editor.getGraphXml())});e=D();c&&null==b&&(b=mxUtils.bind(this,function(a,b){var c=D();if(c!=e&&!d){var f=this.createLoadMessage("autosave");f.xml=c;c=JSON.stringify(f);(window.opener||window.parent).postMessage(c,"*")}e=c}),this.editor.graph.model.addListener(mxEvent.CHANGE,b),this.editor.graph.addListener("gridSizeChanged",b),this.editor.graph.addListener("shadowVisibleChanged",b),this.addListener("pageFormatChanged",b),this.addListener("pageScaleChanged", +b),this.addListener("backgroundColorChanged",b),this.addListener("backgroundImageChanged",b),this.addListener("foldingEnabledChanged",b),this.addListener("mathEnabledChanged",b),this.addListener("gridEnabledChanged",b),this.addListener("guidesEnabledChanged",b),this.addListener("pageViewChanged",b));"1"!=urlParams.returnbounds&&"json"!=urlParams.proto||l.postMessage(JSON.stringify(this.createLoadMessage("load")),"*")}}));var l=window.opener||window.parent,h="json"==urlParams.proto?JSON.stringify({event:"init"}): +urlParams.ready||"ready";l.postMessage(h,"*")};EditorUi.prototype.addEmbedButtons=function(){if(null!=this.menubar){var a=document.createElement("div");a.style.display="inline-block";a.style.position="absolute";a.style.paddingTop="atlas"==uiTheme?"2px":"3px";a.style.paddingLeft="8px";a.style.paddingBottom="2px";var b=document.createElement("button");mxUtils.write(b,mxResources.get("save"));b.setAttribute("title",mxResources.get("save")+" ("+Editor.ctrlKey+"+S)");b.className="geBigButton";b.style.fontSize= +"12px";b.style.padding="4px 6px 4px 6px";b.style.borderRadius="3px";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("save").funct()}));a.appendChild(b);"1"==urlParams.saveAndExit&&(b=document.createElement("a"),mxUtils.write(b,mxResources.get("saveAndExit")),b.setAttribute("title",mxResources.get("saveAndExit")),b.style.fontSize="12px",b.style.marginLeft="6px",b.style.padding="4px",b.style.cursor="pointer",mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("saveAndExit").funct()})), +a.appendChild(b));b=document.createElement("a");mxUtils.write(b,mxResources.get("exit"));b.setAttribute("title",mxResources.get("exit"));b.style.fontSize="12px";b.style.marginLeft="6px";b.style.marginRight="20px";b.style.padding="4px";b.style.cursor="pointer";mxEvent.addListener(b,"click",mxUtils.bind(this,function(){this.actions.get("exit").funct()}));a.appendChild(b);this.toolbar.container.appendChild(a);this.toolbar.staticElements.push(a);a.style.right="atlas"!=uiTheme?"52px":"42px"}};EditorUi.prototype.showImportCsvDialog= +function(){null==this.importCsvDialog&&(this.importCsvDialog=new TextareaDialog(this,mxResources.get("csv")+":",Editor.defaultCsvValue,mxUtils.bind(this,function(a){this.importCsv(a)}),null,null,620,430,null,!0,!0,mxResources.get("import")));this.showDialog(this.importCsvDialog.container,640,520,!0,!0);this.importCsvDialog.init()};EditorUi.prototype.importCsv=function(a,b){try{var d=a.split("\n"),c=[];if(0<d.length){var e={},f=null,l=null,h=null,n=null,k="",p="auto",r="auto",u=null,J=null,F=40,B= +40,M=0,x=this.editor.graph;x.getGraphBounds();for(var z=function(){null!=b?b(ca):(x.setSelectionCells(ca),x.scrollCellToVisible(x.getSelectionCell()))},D=x.getFreeInsertPoint(),I=D.x,P=D.y,D=P,R=null,Q="auto",n=null,U=[],S=null,da=null,V=0;V<d.length&&"#"==d[V].charAt(0);){a=d[V];for(V++;V<d.length&&"\\"==a.charAt(a.length-1)&&"#"==d[V].charAt(0);)a=a.substring(0,a.length-1)+mxUtils.trim(d[V].substring(1)),V++;if("#"!=a.charAt(1)){var Y=a.indexOf(":");if(0<Y){var H=mxUtils.trim(a.substring(1,Y)), +G=mxUtils.trim(a.substring(Y+1));"label"==H?R=x.sanitizeHtml(G):"style"==H?f=G:"parentstyle"==H?l=G:"identity"==H&&0<G.length&&"-"!=G?h=G:"parent"==H&&0<G.length&&"-"!=G?n=G:"namespace"==H&&0<G.length&&"-"!=G?k=G:"width"==H?p=G:"height"==H?r=G:"left"==H&&0<G.length?u=G:"top"==H&&0<G.length?J=G:"ignore"==H?da=G.split(","):"connect"==H?U.push(JSON.parse(G)):"link"==H?S=G:"padding"==H?M=parseFloat(G):"edgespacing"==H?F=parseFloat(G):"nodespacing"==H?B=parseFloat(G):"layout"==H&&(Q=G)}}}var Z=this.editor.csvToArray(d[V]), +H=Y=null;if(null!=h||null!=n)for(var K=0;K<Z.length;K++)h==Z[K]&&(Y=K),n==Z[K]&&(H=K);null==R&&(R="%"+Z[0]+"%");if(null!=U)for(var L=0;L<U.length;L++)null==e[U[L].to]&&(e[U[L].to]={});x.model.beginUpdate();try{for(K=V+1;K<d.length;K++){var aa=this.editor.csvToArray(d[K]);if(aa.length==Z.length){var E=null,W=null!=Y?k+aa[Y]:null;null!=W&&(E=x.model.getCell(W));null==E&&(E=new mxCell(R,new mxGeometry(I,D,0,0),f||"whiteSpace=wrap;html=1;"),E.vertex=!0,E.id=W);for(var O=0;O<aa.length;O++)x.setAttributeForCell(E, +Z[O],aa[O]);x.setAttributeForCell(E,"placeholders","1");E.style=x.replacePlaceholders(E,E.style);for(L=0;L<U.length;L++)e[U[L].to][E.getAttribute(U[L].to)]=E;null!=S&&"link"!=S&&(x.setLinkForCell(E,E.getAttribute(S)),x.setAttributeForCell(E,S,null));x.fireEvent(new mxEventObject("cellsInserted","cells",[E]));var ea=this.editor.graph.getPreferredSizeForCell(E);E.vertex&&(null!=u&&null!=E.getAttribute(u)&&(E.geometry.x=I+parseFloat(E.getAttribute(u))),null!=J&&null!=E.getAttribute(J)&&(E.geometry.y= +P+parseFloat(E.getAttribute(J))),"@"==p.charAt(0)&&null!=E.getAttribute(p.substring(1))?E.geometry.width=parseFloat(E.getAttribute(p.substring(1))):E.geometry.width="auto"==p?ea.width+M:parseFloat(p),"@"==r.charAt(0)&&null!=E.getAttribute(r.substring(1))?E.geometry.height=parseFloat(E.getAttribute(r.substring(1))):E.geometry.height="auto"==r?ea.height+M:parseFloat(r),D+=E.geometry.height+B);n=null!=H?x.model.getCell(k+aa[H]):null;null!=n?(n.style=x.replacePlaceholders(n,l),x.addCell(E,n)):c.push(x.addCell(E))}}for(var T= +c.slice(),ca=c.slice(),L=0;L<U.length;L++)for(var X=U[L],K=0;K<c.length;K++){var E=c[K],na=E.getAttribute(X.from);if(null!=na){x.setAttributeForCell(E,X.from,null);for(var ra=na.split(","),O=0;O<ra.length;O++){var ia=e[X.to][ra[O]];null!=ia&&(R=X.label,null!=X.fromlabel&&(R=(E.getAttribute(X.fromlabel)||"")+(R||"")),null!=X.tolabel&&(R=(R||"")+(ia.getAttribute(X.tolabel)||"")),ca.push(x.insertEdge(null,null,R||"",X.invert?ia:E,X.invert?E:ia,X.style||x.createCurrentEdgeStyle())),mxUtils.remove(X.invert? +E:ia,T))}}}if(null!=da)for(K=0;K<c.length;K++)for(E=c[K],O=0;O<da.length;O++)x.setAttributeForCell(E,mxUtils.trim(da[O]),null);var ja=new mxParallelEdgeLayout(x);ja.spacing=F;var pa=function(){ja.execute(x.getDefaultParent());for(var a=0;a<c.length;a++){var b=x.getCellGeometry(c[a]);b.x=Math.round(x.snap(b.x));b.y=Math.round(x.snap(b.y));"auto"==p&&(b.width=Math.round(x.snap(b.width)));"auto"==r&&(b.height=Math.round(x.snap(b.height)))}};if("circle"==Q){var ha=new mxCircleLayout(x);ha.resetEdges= +!1;var qa=ha.isVertexIgnored;ha.isVertexIgnored=function(a){return qa.apply(this,arguments)||0>mxUtils.indexOf(c,a)};this.executeLayout(function(){ha.execute(x.getDefaultParent());pa()},!0,z);z=null}else if("horizontaltree"==Q||"verticaltree"==Q||"auto"==Q&&ca.length==2*c.length-1&&1==T.length){x.view.validate();var fa=new mxCompactTreeLayout(x,"horizontaltree"==Q);fa.levelDistance=B;fa.edgeRouting=!1;fa.resetEdges=!1;this.executeLayout(function(){fa.execute(x.getDefaultParent(),0<T.length?T[0]:null)}, +!0,z);z=null}else if("horizontalflow"==Q||"verticalflow"==Q||"auto"==Q&&1==T.length){x.view.validate();var ga=new mxHierarchicalLayout(x,"horizontalflow"==Q?mxConstants.DIRECTION_WEST:mxConstants.DIRECTION_NORTH);ga.intraCellSpacing=B;ga.disableEdgeStyle=!1;this.executeLayout(function(){ga.execute(x.getDefaultParent(),ca);x.moveCells(ca,I,P)},!0,z);z=null}else if("organic"==Q||"auto"==Q&&ca.length>c.length){x.view.validate();var ba=new mxFastOrganicLayout(x);ba.forceConstant=3*B;ba.resetEdges=!1; +var va=ba.isVertexIgnored;ba.isVertexIgnored=function(a){return va.apply(this,arguments)||0>mxUtils.indexOf(c,a)};ja=new mxParallelEdgeLayout(x);ja.spacing=F;this.executeLayout(function(){ba.execute(x.getDefaultParent());pa()},!0,z);z=null}this.hideDialog()}finally{x.model.endUpdate()}null!=z&&z()}}catch(sa){this.handleError(sa)}};EditorUi.prototype.getSearch=function(a){var b="";if("1"!=urlParams.offline&&"1"!=urlParams.demo&&null!=a&&0<window.location.search.length){var d="?",c;for(c in urlParams)0> +mxUtils.indexOf(a,c)&&null!=urlParams[c]&&(b+=d+c+"="+urlParams[c],d="&")}else b=window.location.search;return b};EditorUi.prototype.getUrl=function(a){a=null!=a?a:window.location.pathname;var b=0<a.indexOf("?")?1:0;if("1"==urlParams.offline)a+=window.location.search;else{var d="tmp libs clibs state fileId code share notitle data url embed client create title splash".split(" "),c;for(c in urlParams)0>mxUtils.indexOf(d,c)&&(a=0==b?a+"?":a+"&",null!=urlParams[c]&&(a+=c+"="+urlParams[c],b++))}return a}; +EditorUi.prototype.showLinkDialog=function(a,b,c){a=new LinkDialog(this,a,b,c,!0);this.showDialog(a.container,480,130,!0,!0);a.init()};var n=EditorUi.prototype.createOutline;EditorUi.prototype.createOutline=function(a){var b=n.apply(this,arguments),d=this.editor.graph,c=b.getSourceGraphBounds;b.getSourceGraphBounds=function(){if(mxUtils.hasScrollbars(d.container)&&d.pageVisible&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0, +0,Math.ceil(this.source.minimumGraphSize.width-2*a.x/b),Math.ceil(this.source.minimumGraphSize.height-2*a.y/b))}return c.apply(this,arguments)};var e=b.getSourceContainerSize;b.getSourceContainerSize=function(){if(mxUtils.hasScrollbars(d.container)&&null!=this.source.minimumGraphSize){var a=this.source.getPagePadding(),b=this.source.view.scale;return new mxRectangle(0,0,Math.ceil(this.source.minimumGraphSize.width*b-2*a.x),Math.ceil(this.source.minimumGraphSize.height*b-2*a.y))}return e.apply(this, +arguments)};b.getOutlineOffset=function(a){if(mxUtils.hasScrollbars(d.container)&&null!=this.source.minimumGraphSize){var c=this.source.getPagePadding();return new mxPoint(Math.round(Math.max(0,(b.outline.container.clientWidth/a-(this.source.minimumGraphSize.width-2*c.x))/2)-c.x),Math.round(Math.max(0,(b.outline.container.clientHeight/a-(this.source.minimumGraphSize.height-2*c.y))/2)-c.y-5/a))}return new mxPoint(8/a,8/a)};var h=b.init;b.init=function(){h.apply(this,arguments);b.outline.view.getBackgroundPageBounds= +function(){var a=d.getPageLayout(),b=d.getPageSize();return new mxRectangle(this.scale*(this.translate.x+a.x*b.width),this.scale*(this.translate.y+a.y*b.height),this.scale*a.width*b.width,this.scale*a.height*b.height)};b.outline.view.validateBackgroundPage()};this.editor.addListener("pageSelected",function(a,d){var c=d.getProperty("change"),e=b.source,f=b.outline;f.pageScale=e.pageScale;f.pageFormat=e.pageFormat;f.background=e.background;f.pageVisible=e.pageVisible;f.background=e.background;var g= +mxUtils.getCurrentStyle(e.container);f.container.style.backgroundColor=g.backgroundColor;null!=e.view.backgroundPageShape&&null!=f.view.backgroundPageShape&&(f.view.backgroundPageShape.fill=e.view.backgroundPageShape.fill);b.outline.view.clear(c.previousPage.root,!0);b.outline.view.validate()});return b};EditorUi.prototype.getServiceCount=function(a,b){var d=0;null==this.drive&&"function"!==typeof window.DriveClient||d++;b||null==this.dropbox&&"function"!==typeof window.DropboxClient||d++;null==this.oneDrive&& +"function"!==typeof window.OneDriveClient||d++;b||null==this.gitHub||d++;b||null==this.trello&&"function"!==typeof window.TrelloClient||d++;a&&isLocalStorage&&("1"==urlParams.browser||mxClient.IS_IOS)&&d++;mxClient.IS_IOS||d++;return d};EditorUi.prototype.updateUi=function(){this.updateButtonContainer();this.updateActionStates();var a=this.getCurrentFile(),b=null!=a||"1"==urlParams.embed&&this.editor.graph.isEnabled();this.menus.get("viewPanels").setEnabled(b);this.menus.get("viewZoom").setEnabled(b); +var c=("1"!=urlParams.embed||!this.editor.graph.isEnabled())&&(null==a||a.isRestricted());this.actions.get("makeCopy").setEnabled(!c);this.actions.get("print").setEnabled(!c);this.menus.get("exportAs").setEnabled(!c);this.menus.get("embed").setEnabled(!c);c="1"!=urlParams.embed||this.editor.graph.isEnabled();this.menus.get("extras").setEnabled(c);Editor.enableCustomLibraries&&(this.menus.get("openLibraryFrom").setEnabled(c),this.menus.get("newLibrary").setEnabled(c));a="1"==urlParams.embed&&this.editor.graph.isEnabled()|| +null!=a&&a.isEditable();this.actions.get("image").setEnabled(b);this.actions.get("zoomIn").setEnabled(b);this.actions.get("zoomOut").setEnabled(b);this.actions.get("resetView").setEnabled(b);this.menus.get("edit").setEnabled(b);this.menus.get("view").setEnabled(b);this.menus.get("importFrom").setEnabled(a);this.menus.get("arrange").setEnabled(a);null!=this.toolbar&&(null!=this.toolbar.edgeShapeMenu&&this.toolbar.edgeShapeMenu.setEnabled(a),null!=this.toolbar.edgeStyleMenu&&this.toolbar.edgeStyleMenu.setEnabled(a)); +if(this.isAppCache()){var e=applicationCache;if(null!=e&&null==this.offlineStatus){this.offlineStatus=document.createElement("div");this.offlineStatus.className="geItem";this.offlineStatus.style.position="absolute";this.offlineStatus.style.fontSize="8pt";this.offlineStatus.style.top="2px";this.offlineStatus.style.right="12px";this.offlineStatus.style.color="#666";this.offlineStatus.style.margin="4px";this.offlineStatus.style.padding="2px";this.offlineStatus.style.verticalAlign="middle";this.offlineStatus.innerHTML= +"";this.menubarContainer.appendChild(this.offlineStatus);mxEvent.addListener(this.offlineStatus,"click",mxUtils.bind(this,function(){var a=this.offlineStatus.getElementsByTagName("img");null!=a&&0<a.length&&this.alert(a[0].getAttribute("title"))}));var e=window.applicationCache,h=null,b=mxUtils.bind(this,function(){var a=e.status,b;a==e.CHECKING&&(a=e.DOWNLOADING);switch(a){case e.UNCACHED:b="";break;case e.IDLE:b="min"==uiTheme?"":'<img title="draw.io is up to date." border="0" src="'+IMAGE_PATH+ +'/checkmark.gif"/>';break;case e.DOWNLOADING:b='<img title="Downloading new version..." border="0" src="'+IMAGE_PATH+'/spin.gif"/>';break;case e.UPDATEREADY:b='<img title="'+mxUtils.htmlEntities(mxResources.get("restartForChangeRequired"))+'" border="0" src="'+IMAGE_PATH+'/download.png"/>';break;case e.OBSOLETE:b='<img title="Obsolete" border="0" src="'+IMAGE_PATH+'/clear.gif"/>';break;default:b='<img title="Unknown" border="0" src="'+IMAGE_PATH+'/clear.gif"/>'}a!=h&&(this.offlineStatus.innerHTML= +b,h=a)});mxEvent.addListener(e,"checking",b);mxEvent.addListener(e,"noupdate",b);mxEvent.addListener(e,"downloading",b);mxEvent.addListener(e,"progress",b);mxEvent.addListener(e,"cached",b);mxEvent.addListener(e,"updateready",b);mxEvent.addListener(e,"obsolete",b);mxEvent.addListener(e,"error",b);b()}}else this.updateUserElement()};EditorUi.prototype.updateButtonContainer=function(){};EditorUi.prototype.updateUserElement=function(){};EditorUi.prototype.isDiagramActive=function(){var a=this.getCurrentFile(); +return null!=a&&a.isEditable()||"1"==urlParams.embed&&this.editor.graph.isEnabled()};var r=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates=function(){r.apply(this,arguments);var a=this.editor.graph,b=this.isDiagramActive(),c=this.getCurrentFile();this.actions.get("pageSetup").setEnabled(b);this.actions.get("autosave").setEnabled(null!=c&&c.isEditable()&&c.isAutosaveOptional());this.actions.get("guides").setEnabled(b);this.actions.get("editData").setEnabled(b);this.actions.get("shadowVisible").setEnabled(b); +this.actions.get("connectionArrows").setEnabled(b);this.actions.get("connectionPoints").setEnabled(b);this.actions.get("copyStyle").setEnabled(b&&!a.isSelectionEmpty());this.actions.get("pasteStyle").setEnabled(b&&!a.isSelectionEmpty());this.actions.get("editGeometry").setEnabled(a.getModel().isVertex(a.getSelectionCell()));this.actions.get("createShape").setEnabled(b);this.actions.get("createRevision").setEnabled(b);this.actions.get("moveToFolder").setEnabled(null!=c);this.actions.get("makeCopy").setEnabled(null!= +c&&!c.isRestricted());this.actions.get("editDiagram").setEnabled(b&&(null==c||!c.isRestricted()));this.actions.get("publishLink").setEnabled(null!=c&&!c.isRestricted());this.actions.get("tags").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("find").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("layers").setEnabled("hidden"!=this.diagramContainer.style.visibility);this.actions.get("outline").setEnabled("hidden"!=this.diagramContainer.style.visibility); +this.actions.get("rename").setEnabled(null!=c&&c.isRenamable()||"1"==urlParams.embed);this.actions.get("close").setEnabled(null!=c);this.menus.get("publish").setEnabled(null!=c&&!c.isRestricted());a=a.view.getState(a.getSelectionCell());this.actions.get("editShape").setEnabled(b&&null!=a&&null!=a.shape&&null!=a.shape.stencil)};var u=EditorUi.prototype.destroy;EditorUi.prototype.destroy=function(){null!=this.exportDialog&&(this.exportDialog.parentNode.removeChild(this.exportDialog),this.exportDialog= +null);u.apply(this,arguments)};null!=window.ExportDialog&&(ExportDialog.showXmlOption=!1,ExportDialog.showGifOption=!1,ExportDialog.exportFile=function(a,b,c,e,h,n){var d=a.editor.graph;if("xml"==c)a.hideDialog(),a.saveData(b,"xml",mxUtils.getXml(a.editor.getGraphXml()),"text/xml");else if("svg"==c)a.hideDialog(),a.saveData(b,"svg",mxUtils.getXml(d.getSvg(e,h,n)),"image/svg+xml");else{var f=a.getFileData(!0,null,null,null,null,!0),g=d.getGraphBounds(),k=Math.floor(g.width*h/d.view.scale),m=Math.floor(g.height* +h/d.view.scale);f.length<=MAX_REQUEST_SIZE&&k*m<MAX_AREA?(a.hideDialog(),a.saveRequest(b,c,function(a,b){return new mxXmlRequest(EXPORT_URL,"format="+c+"&base64="+(b||"0")+(null!=a?"&filename="+encodeURIComponent(a):"")+"&bg="+(null!=e?e:"none")+"&w="+k+"&h="+m+"&border="+n+"&xml="+encodeURIComponent(f))})):mxUtils.alert(mxResources.get("drawingTooLarge"))}})})();function DiagramPage(a){this.node=a;(null==this.node.hasAttribute&&null==this.node.getAttribute("id")||null!=this.node.hasAttribute&&!this.node.hasAttribute("id"))&&this.node.setAttribute("id",function(){function a(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return a()+a()+"-"+a()+"-"+a()+"-"+a()+"-"+a()+a()+a()}())}DiagramPage.prototype.node=null;DiagramPage.prototype.root=null;DiagramPage.prototype.viewState=null;DiagramPage.prototype.getId=function(){return this.node.getAttribute("id")}; DiagramPage.prototype.getName=function(){return this.node.getAttribute("name")};DiagramPage.prototype.setName=function(a){null==a?this.node.removeAttribute("name"):this.node.setAttribute("name",a)};function RenamePage(a,c,e){this.ui=a;this.page=c;this.previous=this.name=e}RenamePage.prototype.execute=function(){var a=this.page.getName();this.page.setName(this.previous);this.previous=a;this.ui.editor.graph.updatePlaceholders();this.ui.editor.fireEvent(new mxEventObject("pageRenamed"))}; function MovePage(a,c,e){this.ui=a;this.oldIndex=c;this.newIndex=e}MovePage.prototype.execute=function(){this.ui.pages.splice(this.newIndex,0,this.ui.pages.splice(this.oldIndex,1)[0]);var a=this.oldIndex;this.oldIndex=this.newIndex;this.newIndex=a;this.ui.editor.graph.updatePlaceholders();this.ui.editor.fireEvent(new mxEventObject("pageMoved"))}; function SelectPage(a,c){this.ui=a;this.previousPage=this.page=c;this.neverShown=!0;null!=c&&(this.neverShown=null==c.viewState,this.ui.updatePageRoot(c))} @@ -3032,15 +3036,15 @@ EditorUi.prototype.initPages=function(){this.actions.addAction("previousPage",mx null==this.fileNode||null==this.pages||1==this.pages.length&&"0"==urlParams.pages?"0px":"30px";b!=this.tabContainer.style.height&&this.refresh(!1)}c.apply(a.view,arguments)});var e=null,b=mxUtils.bind(this,function(){this.updateTabContainer();var b=this.currentPage;null!=b&&b!=e&&(null==b.viewState||null==b.viewState.scrollLeft?(this.resetScrollbars(),a.isLightboxView()&&this.lightboxFit(),null!=this.chromelessResize&&(a.container.scrollLeft=0,a.container.scrollTop=0,this.chromelessResize())):(a.container.scrollLeft= a.view.translate.x*a.view.scale+b.viewState.scrollLeft,a.container.scrollTop=a.view.translate.y*a.view.scale+b.viewState.scrollTop),e=b);null!=this.actions.layersWindow&&this.actions.layersWindow.refreshLayers();"undefined"!==typeof MathJax&&"undefined"!==typeof MathJax.Hub?1!=MathJax.Hub.queue.pending||null==this.editor||this.editor.graph.mathEnabled||MathJax.Hub.Queue(mxUtils.bind(this,function(){null!=this.editor&&this.editor.graph.refresh()})):"undefined"===typeof Editor.MathJaxClear||null!=this.editor&& this.editor.graph.mathEnabled||Editor.MathJaxClear()});this.editor.graph.model.addListener(mxEvent.CHANGE,mxUtils.bind(this,function(a,c){for(var e=c.getProperty("edit").changes,h=0;h<e.length;h++)if(e[h]instanceof SelectPage||e[h]instanceof RenamePage||e[h]instanceof MovePage||e[h]instanceof mxRootChange){b();break}}));null!=this.toolbar&&this.editor.addListener("pageSelected",this.toolbar.updateZoom)}; -Graph.prototype.createViewState=function(a){var c=a.getAttribute("page"),e=a.getAttribute("pageScale"),b=a.getAttribute("pageWidth"),h=a.getAttribute("pageHeight"),n=a.getAttribute("background"),m=a.getAttribute("backgroundImage"),m=null!=m&&0<m.length?JSON.parse(m):null;return{gridEnabled:"0"!=a.getAttribute("grid"),gridSize:parseFloat(a.getAttribute("gridSize"))||mxGraph.prototype.gridSize,guidesEnabled:"0"!=a.getAttribute("guides"),foldingEnabled:"0"!=a.getAttribute("fold"),shadowVisible:"1"== -a.getAttribute("shadow"),pageVisible:this.isLightboxView()?!1:null!=c?"0"!=c:this.defaultPageVisible,background:null!=n&&0<n.length?n:this.defaultGraphBackground,backgroundImage:null!=m?new mxImage(m.src,m.width,m.height):null,pageScale:null!=e?e:mxGraph.prototype.pageScale,pageFormat:null!=b&&null!=h?new mxRectangle(0,0,parseFloat(b),parseFloat(h)):this.pageFormat,tooltips:"0"!=a.getAttribute("tooltips"),connect:"0"!=a.getAttribute("connect"),arrows:"0"!=a.getAttribute("arrows"),mathEnabled:"1"== +Graph.prototype.createViewState=function(a){var c=a.getAttribute("page"),e=a.getAttribute("pageScale"),b=a.getAttribute("pageWidth"),h=a.getAttribute("pageHeight"),p=a.getAttribute("background"),n=a.getAttribute("backgroundImage"),n=null!=n&&0<n.length?JSON.parse(n):null;return{gridEnabled:"0"!=a.getAttribute("grid"),gridSize:parseFloat(a.getAttribute("gridSize"))||mxGraph.prototype.gridSize,guidesEnabled:"0"!=a.getAttribute("guides"),foldingEnabled:"0"!=a.getAttribute("fold"),shadowVisible:"1"== +a.getAttribute("shadow"),pageVisible:this.isLightboxView()?!1:null!=c?"0"!=c:this.defaultPageVisible,background:null!=p&&0<p.length?p:this.defaultGraphBackground,backgroundImage:null!=n?new mxImage(n.src,n.width,n.height):null,pageScale:null!=e?e:mxGraph.prototype.pageScale,pageFormat:null!=b&&null!=h?new mxRectangle(0,0,parseFloat(b),parseFloat(h)):this.pageFormat,tooltips:"0"!=a.getAttribute("tooltips"),connect:"0"!=a.getAttribute("connect"),arrows:"0"!=a.getAttribute("arrows"),mathEnabled:"1"== a.getAttribute("math"),selectionCells:null,defaultParent:null,scrollbars:this.defaultScrollbars,scale:1}}; Graph.prototype.getViewState=function(){return{defaultParent:this.defaultParent,currentRoot:this.view.currentRoot,gridEnabled:this.gridEnabled,gridSize:this.gridSize,guidesEnabled:this.graphHandler.guidesEnabled,foldingEnabled:this.foldingEnabled,shadowVisible:this.shadowVisible,scrollbars:this.scrollbars,pageVisible:this.pageVisible,background:this.background,backgroundImage:this.backgroundImage,pageScale:this.pageScale,pageFormat:this.pageFormat,tooltips:this.tooltipHandler.isEnabled(),connect:this.connectionHandler.isEnabled(), arrows:this.connectionArrowsEnabled,scale:this.view.scale,scrollLeft:this.container.scrollLeft-this.view.translate.x*this.view.scale,scrollTop:this.container.scrollTop-this.view.translate.y*this.view.scale,translate:this.view.translate.clone(),lastPasteXml:this.lastPasteXml,pasteCounter:this.pasteCounter,mathEnabled:this.mathEnabled}}; Graph.prototype.setViewState=function(a){null!=a?(this.lastPasteXml=a.lastPasteXml,this.pasteCounter=a.pasteCounter||0,this.mathEnabled=a.mathEnabled,this.gridEnabled=a.gridEnabled,this.gridSize=a.gridSize,this.graphHandler.guidesEnabled=a.guidesEnabled,this.foldingEnabled=a.foldingEnabled,this.setShadowVisible(a.shadowVisible,!1),this.scrollbars=a.scrollbars,this.pageVisible=a.pageVisible,this.background=a.background,this.backgroundImage=a.backgroundImage,this.pageScale=a.pageScale,this.pageFormat= a.pageFormat,this.view.scale=a.scale,this.view.currentRoot=a.currentRoot,this.defaultParent=a.defaultParent,this.connectionArrowsEnabled=a.arrows,this.setTooltips(a.tooltips),this.setConnectable(a.connect),this.model.contains(this.view.currentRoot)||(this.view.currentRoot=null),this.model.contains(this.defaultParent)||(this.setDefaultParent(null),this.selectUnlockedLayer()),null!=a.translate&&(this.view.translate=a.translate)):(this.view.currentRoot=null,this.view.scale=1,this.gridEnabled=!0,this.gridSize= -mxGraph.prototype.gridSize,this.pageScale=mxGraph.prototype.pageScale,this.pageFormat=mxSettings.getPageFormat(),this.pageVisible=this.defaultPageVisible,this.background=this.defaultGraphBackground,this.backgroundImage=null,this.scrollbars=this.defaultScrollbars,this.foldingEnabled=this.graphHandler.guidesEnabled=!0,this.defaultParent=null,this.setTooltips(!0),this.setConnectable(!0),this.lastPasteXml=null,this.pasteCounter=0,this.mathEnabled=!1,this.connectionArrowsEnabled=!0);this.preferPageSize= -this.pageBreaksVisible=this.pageVisible};EditorUi.prototype.updatePageRoot=function(a){if(null==a.root){var c=this.editor.extractGraphModel(a.node);if(null!=c){a.graphModelNode=c;a.viewState=this.editor.graph.createViewState(c);var e=new mxCodec(c.ownerDocument);a.root=e.decode(c).root}else a.root=this.editor.graph.model.createRoot()}return a}; +mxGraph.prototype.gridSize,this.pageScale=mxGraph.prototype.pageScale,this.pageFormat=mxSettings.getPageFormat(),this.pageVisible=this.defaultPageVisible,this.background=this.defaultGraphBackground,this.backgroundImage=null,this.scrollbars=this.defaultScrollbars,this.foldingEnabled=this.graphHandler.guidesEnabled=!0,this.setShadowVisible(!1,!1),this.defaultParent=null,this.setTooltips(!0),this.setConnectable(!0),this.lastPasteXml=null,this.pasteCounter=0,this.mathEnabled=!1,this.connectionArrowsEnabled= +!0);this.preferPageSize=this.pageBreaksVisible=this.pageVisible};EditorUi.prototype.updatePageRoot=function(a){if(null==a.root){var c=this.editor.extractGraphModel(a.node);if(null!=c){a.graphModelNode=c;a.viewState=this.editor.graph.createViewState(c);var e=new mxCodec(c.ownerDocument);a.root=e.decode(c).root}else a.root=this.editor.graph.model.createRoot()}return a}; EditorUi.prototype.selectPage=function(a,c){this.editor.graph.isEditing()&&this.editor.graph.stopEditing(!1);c=null!=c?c:!1;this.editor.graph.isMouseDown=!1;this.editor.graph.reset();var e=this.editor.graph.model.createUndoableEdit();e.ignoreEdit=!0;var b=new SelectPage(this,a);b.execute();e.add(b);e.notify();this.editor.graph.tooltipHandler.hide();c||this.editor.graph.model.fireEvent(new mxEventObject(mxEvent.UNDO,"edit",e))}; EditorUi.prototype.selectNextPage=function(a){var c=this.currentPage;null!=c&&null!=this.pages&&(c=mxUtils.indexOf(this.pages,c),a?this.selectPage(this.pages[mxUtils.mod(c+1,this.pages.length)]):a||this.selectPage(this.pages[mxUtils.mod(c-1,this.pages.length)]))};EditorUi.prototype.insertPage=function(a,c){if(this.editor.graph.isEnabled()){a=null!=a?a:this.createPage();c=null!=c?c:this.pages.length;var e=new ChangePage(this,a,a,c);this.editor.graph.model.execute(e)}return a}; EditorUi.prototype.createPage=function(a){var c=new DiagramPage(this.fileNode.ownerDocument.createElement("diagram"));c.setName(null!=a?a:this.createPageName());return c};EditorUi.prototype.createPageName=function(){for(var a={},c=0;c<this.pages.length;c++){var e=this.pages[c].getName();null!=e&&0<e.length&&(a[e]=e)}c=this.pages.length;do e=mxResources.get("pageWithNumber",[++c]);while(null!=a[e]);return e}; @@ -3049,11 +3053,11 @@ EditorUi.prototype.duplicatePage=function(a,c){var e=this.editor.graph,b=null;e. EditorUi.prototype.renamePage=function(a){if(this.editor.graph.isEnabled()){var c=new FilenameDialog(this,a.getName(),mxResources.get("rename"),mxUtils.bind(this,function(c){null!=c&&0<c.length&&this.editor.graph.model.execute(new RenamePage(this,a,c))}),mxResources.get("rename"));this.showDialog(c.container,300,80,!0,!0);c.init()}return a};EditorUi.prototype.movePage=function(a,c){this.editor.graph.model.execute(new MovePage(this,a,c))}; EditorUi.prototype.createTabContainer=function(){var a=document.createElement("div");a.style.backgroundColor="dark"==uiTheme?"#2a2a2a":"#dcdcdc";a.style.position="absolute";a.style.whiteSpace="nowrap";a.style.overflow="hidden";a.style.height="0px";return a}; EditorUi.prototype.updateTabContainer=function(){if(null!=this.tabContainer&&null!=this.pages){var a=this.editor.graph,c=document.createElement("div");c.style.position="relative";c.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";c.style.verticalAlign="top";c.style.height=this.tabContainer.style.height;c.style.whiteSpace="nowrap";c.style.overflow="hidden";c.style.fontSize="12px";c.style.marginLeft="30px";for(var e=this.editor.isChromelessView()?29:59,b=Math.min(140,Math.max(20,(this.tabContainer.clientWidth- -e)/this.pages.length)+1),h=null,n=0;n<this.pages.length;n++)mxUtils.bind(this,function(b,e){this.pages[b]==this.currentPage?(e.className="geActivePage",e.style.backgroundColor="dark"==uiTheme?"#2a2a2a":"#eeeeee",e.style.fontWeight="bold",e.style.borderTopStyle="none"):e.className="geInactivePage";e.setAttribute("draggable","true");mxEvent.addListener(e,"dragstart",mxUtils.bind(this,function(d){a.isEnabled()?(mxClient.IS_FF&&d.dataTransfer.setData("Text","<diagram/>"),h=b):mxEvent.consume(d)}));mxEvent.addListener(e, -"dragend",mxUtils.bind(this,function(a){h=null;a.stopPropagation();a.preventDefault()}));mxEvent.addListener(e,"dragover",mxUtils.bind(this,function(a){null!=h&&(a.dataTransfer.dropEffect="move");a.stopPropagation();a.preventDefault()}));mxEvent.addListener(e,"drop",mxUtils.bind(this,function(a){null!=h&&b!=h&&this.movePage(h,b);a.stopPropagation();a.preventDefault()}));c.appendChild(e)})(n,this.createTabForPage(this.pages[n],b,this.pages[n]!=this.currentPage));this.tabContainer.innerHTML="";this.tabContainer.appendChild(c); -b=this.createPageMenuTab();this.tabContainer.appendChild(b);b=null;this.isPageInsertTabVisible()&&(b=this.createPageInsertTab(),this.tabContainer.appendChild(b));if(c.clientWidth>this.tabContainer.clientWidth-e){null!=b&&(b.style.position="absolute",b.style.right="0px",c.style.marginRight="30px");var m=this.createControlTab(4," ❮ ");m.style.position="absolute";m.style.right=this.editor.chromeless?"29px":"55px";m.style.fontSize="13pt";this.tabContainer.appendChild(m);var r=this.createControlTab(4, -" ❯");r.style.position="absolute";r.style.right=this.editor.chromeless?"0px":"29px";r.style.fontSize="13pt";this.tabContainer.appendChild(r);var u=Math.max(0,this.tabContainer.clientWidth-(this.editor.chromeless?86:116));c.style.width=u+"px";mxEvent.addListener(m,"click",mxUtils.bind(this,function(a){c.scrollLeft-=Math.max(20,u-20);mxUtils.setOpacity(m,0<c.scrollLeft?100:50);mxUtils.setOpacity(r,c.scrollLeft<c.scrollWidth-c.clientWidth?100:50);mxEvent.consume(a)}));mxUtils.setOpacity(m, -0<c.scrollLeft?100:50);mxUtils.setOpacity(r,c.scrollLeft<c.scrollWidth-c.clientWidth?100:50);mxEvent.addListener(r,"click",mxUtils.bind(this,function(a){c.scrollLeft+=Math.max(20,u-20);mxUtils.setOpacity(m,0<c.scrollLeft?100:50);mxUtils.setOpacity(r,c.scrollLeft<c.scrollWidth-c.clientWidth?100:50);mxEvent.consume(a)}))}}};EditorUi.prototype.isPageInsertTabVisible=function(){return 1==urlParams.embed||null!=this.getCurrentFile()&&this.getCurrentFile().isEditable()}; +e)/this.pages.length)+1),h=null,p=0;p<this.pages.length;p++)mxUtils.bind(this,function(b,e){this.pages[b]==this.currentPage?(e.className="geActivePage",e.style.backgroundColor="dark"==uiTheme?"#2a2a2a":"#eeeeee",e.style.fontWeight="bold",e.style.borderTopStyle="none"):e.className="geInactivePage";e.setAttribute("draggable","true");mxEvent.addListener(e,"dragstart",mxUtils.bind(this,function(d){a.isEnabled()?(mxClient.IS_FF&&d.dataTransfer.setData("Text","<diagram/>"),h=b):mxEvent.consume(d)}));mxEvent.addListener(e, +"dragend",mxUtils.bind(this,function(a){h=null;a.stopPropagation();a.preventDefault()}));mxEvent.addListener(e,"dragover",mxUtils.bind(this,function(a){null!=h&&(a.dataTransfer.dropEffect="move");a.stopPropagation();a.preventDefault()}));mxEvent.addListener(e,"drop",mxUtils.bind(this,function(a){null!=h&&b!=h&&this.movePage(h,b);a.stopPropagation();a.preventDefault()}));c.appendChild(e)})(p,this.createTabForPage(this.pages[p],b,this.pages[p]!=this.currentPage));this.tabContainer.innerHTML="";this.tabContainer.appendChild(c); +b=this.createPageMenuTab();this.tabContainer.appendChild(b);b=null;this.isPageInsertTabVisible()&&(b=this.createPageInsertTab(),this.tabContainer.appendChild(b));if(c.clientWidth>this.tabContainer.clientWidth-e){null!=b&&(b.style.position="absolute",b.style.right="0px",c.style.marginRight="30px");var n=this.createControlTab(4," ❮ ");n.style.position="absolute";n.style.right=this.editor.chromeless?"29px":"55px";n.style.fontSize="13pt";this.tabContainer.appendChild(n);var r=this.createControlTab(4, +" ❯");r.style.position="absolute";r.style.right=this.editor.chromeless?"0px":"29px";r.style.fontSize="13pt";this.tabContainer.appendChild(r);var u=Math.max(0,this.tabContainer.clientWidth-(this.editor.chromeless?86:116));c.style.width=u+"px";mxEvent.addListener(n,"click",mxUtils.bind(this,function(a){c.scrollLeft-=Math.max(20,u-20);mxUtils.setOpacity(n,0<c.scrollLeft?100:50);mxUtils.setOpacity(r,c.scrollLeft<c.scrollWidth-c.clientWidth?100:50);mxEvent.consume(a)}));mxUtils.setOpacity(n, +0<c.scrollLeft?100:50);mxUtils.setOpacity(r,c.scrollLeft<c.scrollWidth-c.clientWidth?100:50);mxEvent.addListener(r,"click",mxUtils.bind(this,function(a){c.scrollLeft+=Math.max(20,u-20);mxUtils.setOpacity(n,0<c.scrollLeft?100:50);mxUtils.setOpacity(r,c.scrollLeft<c.scrollWidth-c.clientWidth?100:50);mxEvent.consume(a)}))}}};EditorUi.prototype.isPageInsertTabVisible=function(){return 1==urlParams.embed||null!=this.getCurrentFile()&&this.getCurrentFile().isEditable()}; EditorUi.prototype.createTab=function(a){var c=document.createElement("div");c.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";c.style.whiteSpace="nowrap";c.style.boxSizing="border-box";c.style.position="relative";c.style.overflow="hidden";c.style.marginLeft="-1px";c.style.height=this.tabContainer.clientHeight+"px";c.style.padding="8px 4px 8px 4px";c.style.border="dark"==uiTheme?"1px solid #505759":"1px solid #c0c0c0";c.style.borderBottomStyle="solid";c.style.backgroundColor=this.tabContainer.style.backgroundColor; c.style.cursor="move";c.style.color="gray";a&&(mxEvent.addListener(c,"mouseenter",mxUtils.bind(this,function(a){this.editor.graph.isMouseDown||(c.style.backgroundColor="dark"==uiTheme?"black":"#d3d3d3",mxEvent.consume(a))})),mxEvent.addListener(c,"mouseleave",mxUtils.bind(this,function(a){c.style.backgroundColor=this.tabContainer.style.backgroundColor;mxEvent.consume(a)})));return c}; EditorUi.prototype.createControlTab=function(a,c){var e=this.createTab(!0);e.style.paddingTop=a+"px";e.style.cursor="pointer";e.style.width="30px";e.style.lineHeight="30px";e.innerHTML=c;null!=e.firstChild&&null!=e.firstChild.style&&mxUtils.setOpacity(e.firstChild,40);return e}; @@ -3062,46 +3066,46 @@ function(d){var c=a.addItem(this.pages[d].getName(),null,mxUtils.bind(this,funct null,mxUtils.bind(this,function(){this.renamePage(e,e.getName())}),b),a.addSeparator(b),a.addItem(mxResources.get("duplicate"),null,mxUtils.bind(this,function(){this.duplicatePage(e,mxResources.get("copyOf",[e.getName()]))}),b))}}));c.div.className+=" geMenubarMenu";c.smartSeparators=!0;c.showDisabled=!0;c.autoExpand=!0;c.hideMenu=mxUtils.bind(this,function(){mxPopupMenu.prototype.hideMenu.apply(c,arguments);c.destroy()});var b=mxEvent.getClientX(a),h=mxEvent.getClientY(a);c.popup(b,h,null,a);this.setCurrentMenu(c); mxEvent.consume(a)}));return a};EditorUi.prototype.createPageInsertTab=function(){var a=this.createControlTab(4,'<div class="geSprite geSprite-plus" style="display:inline-block;width:21px;height:21px;"></div>');a.setAttribute("title",mxResources.get("insertPage"));mxEvent.addListener(a,"click",mxUtils.bind(this,function(a){this.insertPage();mxEvent.consume(a)}));return a}; EditorUi.prototype.createTabForPage=function(a,c,e){e=this.createTab(e);var b=a.getName();e.setAttribute("title",b);mxUtils.write(e,b);e.style.maxWidth=c+"px";e.style.width=c+"px";this.addTabListeners(a,e);42<c&&(e.style.textOverflow="ellipsis");return e}; -EditorUi.prototype.addTabListeners=function(a,c){mxEvent.disableContextMenu(c);var e=this.editor.graph;mxEvent.addListener(c,"dblclick",mxUtils.bind(this,function(b){this.renamePage(a);mxEvent.consume(b)}));var b=!1,h=!1;mxEvent.addGestureListeners(c,mxUtils.bind(this,function(c){b=null!=this.currentMenu;h=a==this.currentPage;e.isMouseDown||h||this.selectPage(a)}),null,mxUtils.bind(this,function(n){if(e.isEnabled()&&!e.isMouseDown&&(mxEvent.isTouchEvent(n)&&h||mxEvent.isPopupTrigger(n))){e.popupMenuHandler.hideMenu(); -this.hideCurrentMenu();if(!mxEvent.isTouchEvent(n)||!b){var m=new mxPopupMenu(this.createPageMenu(a));m.div.className+=" geMenubarMenu";m.smartSeparators=!0;m.showDisabled=!0;m.autoExpand=!0;m.hideMenu=mxUtils.bind(this,function(){mxPopupMenu.prototype.hideMenu.apply(m,arguments);this.resetCurrentMenu();m.destroy()});var r=mxEvent.getClientX(n),u=mxEvent.getClientY(n);m.popup(r,u,null,n);this.setCurrentMenu(m,c)}mxEvent.consume(n)}}))}; +EditorUi.prototype.addTabListeners=function(a,c){mxEvent.disableContextMenu(c);var e=this.editor.graph;mxEvent.addListener(c,"dblclick",mxUtils.bind(this,function(b){this.renamePage(a);mxEvent.consume(b)}));var b=!1,h=!1;mxEvent.addGestureListeners(c,mxUtils.bind(this,function(c){b=null!=this.currentMenu;h=a==this.currentPage;e.isMouseDown||h||this.selectPage(a)}),null,mxUtils.bind(this,function(p){if(e.isEnabled()&&!e.isMouseDown&&(mxEvent.isTouchEvent(p)&&h||mxEvent.isPopupTrigger(p))){e.popupMenuHandler.hideMenu(); +this.hideCurrentMenu();if(!mxEvent.isTouchEvent(p)||!b){var n=new mxPopupMenu(this.createPageMenu(a));n.div.className+=" geMenubarMenu";n.smartSeparators=!0;n.showDisabled=!0;n.autoExpand=!0;n.hideMenu=mxUtils.bind(this,function(){mxPopupMenu.prototype.hideMenu.apply(n,arguments);this.resetCurrentMenu();n.destroy()});var r=mxEvent.getClientX(p),u=mxEvent.getClientY(p);n.popup(r,u,null,p);this.setCurrentMenu(n,c)}mxEvent.consume(p)}}))}; EditorUi.prototype.createPageMenu=function(a,c){return mxUtils.bind(this,function(e,b){e.addItem(mxResources.get("insert"),null,mxUtils.bind(this,function(){this.insertPage(null,mxUtils.indexOf(this.pages,a)+1)}),b);e.addItem(mxResources.get("delete"),null,mxUtils.bind(this,function(){this.removePage(a)}),b);e.addItem(mxResources.get("rename"),null,mxUtils.bind(this,function(){this.renamePage(a,c)}),b);e.addSeparator(b);e.addItem(mxResources.get("duplicate"),null,mxUtils.bind(this,function(){this.duplicatePage(a, -mxResources.get("copyOf",[a.getName()]))}),b)})};(function(){var a=EditorUi.prototype.refresh;EditorUi.prototype.refresh=function(c){a.apply(this,arguments);this.updateTabContainer()}})();(function(){var a=new mxObjectCodec(new MovePage,["ui"]);a.beforeDecode=function(a,e,b){b.ui=a.ui;return e};mxCodecRegistry.register(a)})(); +mxResources.get("copyOf",[a.getName()]))}),b)})};(function(){var a=EditorUi.prototype.refresh;EditorUi.prototype.refresh=function(c){a.apply(this,arguments);this.updateTabContainer()}})();(function(){mxCodecRegistry.getCodec(ChangePageSetup).exclude.push("page")})();(function(){var a=new mxObjectCodec(new MovePage,["ui"]);a.beforeDecode=function(a,e,b){b.ui=a.ui;return e};mxCodecRegistry.register(a)})(); (function(){var a=new mxObjectCodec(new RenamePage,["ui","page","previous"]);a.afterEncode=function(a,e,b){b.setAttribute("page",e.page.getId());return b};a.beforeDecode=function(a,e,b){b.ui=a.ui;return e};a.afterDecode=function(a,e,b){b.page=a.ui.getPageById(e.getAttribute("page"));b.previous=b.name;return b};mxCodecRegistry.register(a)})(); (function(){var a=new mxObjectCodec(new ChangePage,"ui relatedPage index neverShown page previousPage".split(" "));a.afterEncode=function(a,e,b){b.setAttribute("relatedPage",e.relatedPage.getId());null==e.index&&(b.setAttribute("name",e.relatedPage.getName()),null!=e.relatedPage.root&&a.encodeCell(e.relatedPage.root,b));return b};a.beforeDecode=function(a,e,b){b.ui=a.ui;b.relatedPage=b.ui.getPageById(e.getAttribute("relatedPage"));if(null==b.relatedPage){var c=document.createElement("diagram");c.setAttribute("id", -e.getAttribute("relatedPage"));c.setAttribute("name",e.getAttribute("name"));b.relatedPage=new DiagramPage(c);e=e.cloneNode(!0);c=e.firstChild;if(null!=c)for(b.relatedPage.root=a.decodeCell(c,!1),b=c.nextSibling,c.parentNode.removeChild(c),c=b;null!=c;){b=c.nextSibling;if(c.nodeType==mxConstants.NODETYPE_ELEMENT){var n=c.getAttribute("id");null==a.lookup(n)&&a.decodeCell(c)}c.parentNode.removeChild(c);c=b}}return e};a.afterDecode=function(a,e,b){b.index=b.previousIndex;return b};mxCodecRegistry.register(a)})();(function(){var a=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAASFBMVEUAAAAAAAB/f3/9/f319fUfHx/7+/s+Pj69vb0AAAAAAAAAAAAAAAAAAAAAAAAAAAB2dnZ1dXUAAAAAAAAVFRX///8ZGRkGBgbOcI1hAAAAE3RSTlMA+vr9/f38+fb1893Bo00u+/tFvPJUBQAAAIRJREFUGNM0jEcSxCAQAxlydGqD///TNWxZBx1aXVIrWysplbapL3sFxgDq/idXBnHgBPK1nIxwc55vCXl6dRFtrV6svs/A/UjsPcpzA5tqyByD92HqQlMFh45BG6ND1DiKSoPDdm96N77bg5F+wyaEqRGb8ZiOwHQqdg9hehszcLAEIQB2lQ4p/sEpnAAAAABJRU5ErkJggg==":IMAGE_PATH+"/move.png",c=Graph.prototype.foldCells; -Graph.prototype.foldCells=function(a,b,e,r,u){b=null!=b?b:!1;null==e&&(e=this.getFoldableCells(this.getSelectionCells(),a));this.stopEditing();this.model.beginUpdate();try{for(var d=e.slice(),f=[],g=0;g<e.length;g++){var h=this.view.getState(e[g]),m=null!=h?h.style:this.getCellStyle(e[g]);"1"==mxUtils.getValue(m,"treeFolding","0")&&(this.traverse(e[g],!0,mxUtils.bind(this,function(a,b){null!=b&&f.push(b);a!=e[g]&&f.push(a);return a==e[g]||!this.model.isCollapsed(a)})),this.model.setCollapsed(e[g], -a))}for(g=0;g<f.length;g++)this.model.setVisible(f[g],!a);e=d;e=c.apply(this,arguments)}finally{this.model.endUpdate()}return e};var e=EditorUi.prototype.init;EditorUi.prototype.init=function(){e.apply(this,arguments);this.editor.isChromelessView()&&!this.editor.editable||this.addTrees()};EditorUi.prototype.addTrees=function(){function b(a){return q.isVertex(a)&&c(a)}function c(a){var b=!1;null!=a&&(a=q.getParent(a),b=k.view.getState(a),k.view.getState(a),b="tree"==(null!=b?b.style:k.getCellStyle(a)).containerType); -return b}function e(a){var b=!1;null!=a&&(a=q.getParent(a),b=k.view.getState(a),k.view.getState(a),b=null!=(null!=b?b.style:k.getCellStyle(a)).childLayout);return b}function r(a){a=k.view.getState(a);if(null!=a){var b=k.getIncomingEdges(a.cell);if(0<b.length&&(b=k.view.getState(b[0]),null!=b&&(b=b.absolutePoints,null!=b&&0<b.length&&(b=b[b.length-1],null!=b)))){if(b.y==a.y&&Math.abs(b.x-a.getCenterX())<a.width/2)return mxConstants.DIRECTION_SOUTH;if(b.y==a.y+a.height&&Math.abs(b.x-a.getCenterX())< -a.width/2)return mxConstants.DIRECTION_NORTH;if(b.x>a.getCenterX())return mxConstants.DIRECTION_WEST}}return mxConstants.DIRECTION_EAST}function u(a,b){b=null!=b?b:!0;k.model.beginUpdate();try{var c=k.model.getParent(a),d=k.getIncomingEdges(a),e=k.cloneCells([d[0],a]);k.model.setTerminal(e[0],k.model.getTerminal(d[0],!0),!0);var f=r(a),g=c.geometry;f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?e[1].geometry.x+=b?a.geometry.width+10:-e[1].geometry.width-10:e[1].geometry.y+=b?a.geometry.height+ -10:-e[1].geometry.height-10;f==mxConstants.DIRECTION_WEST&&(e[1].geometry.x=a.geometry.x+a.geometry.width-e[1].geometry.width);k.view.currentRoot!=c&&(e[1].geometry.x-=g.x,e[1].geometry.y-=g.y);var h=k.view.getState(a),l=k.view.scale;if(null!=h){var m=mxRectangle.fromRectangle(h);f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?m.x+=(b?a.geometry.width+10:-e[1].geometry.width-10)*l:m.y+=(b?a.geometry.height+10:-e[1].geometry.height-10)*l;var q=k.getOutgoingEdges(k.model.getTerminal(d[0], -!0));if(null!=q){for(var n=f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH,p=g=d=0;p<q.length;p++){var v=k.model.getTerminal(q[p],!1);if(f==r(v)){var t=k.view.getState(v);v!=a&&null!=t&&(n&&b!=t.getCenterX()<h.getCenterX()||!n&&b!=t.getCenterY()<h.getCenterY())&&mxUtils.intersects(m,t)&&(d=10+Math.max(d,(Math.min(m.x+m.width,t.x+t.width)-Math.max(m.x,t.x))/l),g=10+Math.max(g,(Math.min(m.y+m.height,t.y+t.height)-Math.max(m.y,t.y))/l))}}n?g=0:d=0;for(p=0;p<q.length;p++)if(v=k.model.getTerminal(q[p], -!1),f==r(v)&&(t=k.view.getState(v),v!=a&&null!=t&&(n&&b!=t.getCenterX()<h.getCenterX()||!n&&b!=t.getCenterY()<h.getCenterY()))){var u=[];k.traverse(t.cell,!0,function(a,b){null!=b&&u.push(b);u.push(a);return!0});k.moveCells(u,(b?1:-1)*d,(b?1:-1)*g)}}}return k.addCells(e,c)}finally{k.model.endUpdate()}}function d(a){k.model.beginUpdate();try{var b=r(a),d=k.getIncomingEdges(a),c=k.cloneCells([d[0],a]);k.model.setTerminal(d[0],c[1],!1);k.model.setTerminal(c[0],c[1],!0);k.model.setTerminal(c[0],a,!1); -var e=k.model.getParent(a),f=e.geometry,g=[];k.view.currentRoot!=e&&(c[1].geometry.x-=f.x,c[1].geometry.y-=f.y);k.traverse(a,!0,function(a,b){null!=b&&g.push(b);g.push(a);return!0});var h=a.geometry.width+40,l=a.geometry.height+40;b==mxConstants.DIRECTION_SOUTH?h=0:b==mxConstants.DIRECTION_NORTH?(h=0,l=-40):b==mxConstants.DIRECTION_WEST?(h=-40,l=0):b==mxConstants.DIRECTION_EAST&&(l=0);k.moveCells(g,h,l);return k.addCells(c,e)}finally{k.model.endUpdate()}}function f(a){k.model.beginUpdate();try{var b= -k.model.getParent(a),c=k.getIncomingEdges(a),d=k.cloneCells([c[0],a]);k.model.setTerminal(d[0],a,!0);var c=k.getOutgoingEdges(a),e=b.geometry,f=[];k.view.currentRoot==b&&(e=new mxRectangle);for(var g=0;g<c.length;g++){var h=k.model.getTerminal(c[g],!1);null!=h&&f.push(h)}var l=k.view.getBounds(f),m=r(a),q=k.view.translate,n=k.view.scale;m==mxConstants.DIRECTION_SOUTH?(d[1].geometry.x=null==l?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(l.x+l.width)/n-q.x-e.x+10,d[1].geometry.y+=a.geometry.height- -e.y+40):m==mxConstants.DIRECTION_NORTH?(d[1].geometry.x=null==l?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(l.x+l.width)/n-q.x+-e.x+10,d[1].geometry.y-=d[1].geometry.height-e.y+40):(d[1].geometry.x=m==mxConstants.DIRECTION_WEST?d[1].geometry.x-(d[1].geometry.width-e.x+40):d[1].geometry.x+(a.geometry.width-e.x+40),d[1].geometry.y=null==l?a.geometry.y+(a.geometry.height-d[1].geometry.height)/2:(l.y+l.height)/n-q.y+-e.y+10);return k.addCells(d,b)}finally{k.model.endUpdate()}}function g(a, -b,d){a=k.getOutgoingEdges(a);d=k.view.getState(d);var c=[];if(null!=d&&null!=a){for(var e=0;e<a.length;e++){var f=k.view.getState(k.model.getTerminal(a[e],!1));null!=f&&(!b&&Math.min(f.x+f.width,d.x+d.width)>=Math.max(f.x,d.x)||b&&Math.min(f.y+f.height,d.y+d.height)>=Math.max(f.y,d.y))&&c.push(f)}c.sort(function(a,d){return b?a.x+a.width-d.x-d.width:a.y+a.height-d.y-d.height})}return c}function p(a,b){var d=r(a),c=b==mxConstants.DIRECTION_EAST||b==mxConstants.DIRECTION_WEST;(d==mxConstants.DIRECTION_EAST|| -d==mxConstants.DIRECTION_WEST)==c&&d!=b?t.actions.get("selectParent").funct():d==b?(c=k.getOutgoingEdges(a),null!=c&&0<c.length&&k.setSelectionCell(k.model.getTerminal(c[0],!1))):(d=k.getIncomingEdges(a),null!=d&&0<d.length&&(c=g(k.model.getTerminal(d[0],!0),c,a),d=k.view.getState(a),null!=d&&(d=mxUtils.indexOf(c,d),0<=d&&(d+=b==mxConstants.DIRECTION_NORTH||b==mxConstants.DIRECTION_WEST?-1:1,0<=d&&d<=c.length-1&&k.setSelectionCell(c[d].cell)))))}var t=this,k=t.editor.graph,q=k.getModel();mxResources.parse("selectChildren=Select Children"); -mxResources.parse("selectSiblings=Select Siblings");mxResources.parse("selectDescendants=Select Descendants");mxResources.parse("selectParent=Select Parent");var x=t.menus.createPopupMenu;t.menus.createPopupMenu=function(a,d,c){x.apply(this,arguments);if(1==k.getSelectionCount()){d=k.getSelectionCell();var e=k.getOutgoingEdges(d);a.addSeparator();null!=e&&0<e.length&&(b(k.getSelectionCell())&&this.addMenuItems(a,["selectChildren"],null,c),this.addMenuItems(a,["selectDescendants"],null,c));b(k.getSelectionCell())&& -(a.addSeparator(),0<k.getIncomingEdges(d).length&&this.addMenuItems(a,["selectSiblings","selectParent"],null,c))}};t.actions.addAction("selectChildren",function(){if(k.isEnabled()&&1==k.getSelectionCount()){var a=k.getSelectionCell(),a=k.getOutgoingEdges(a);if(null!=a){for(var b=[],d=0;d<a.length;d++)b.push(k.model.getTerminal(a[d],!1));k.setSelectionCells(b)}}},null,null,"Alt+Shift+X");t.actions.addAction("selectSiblings",function(){if(k.isEnabled()&&1==k.getSelectionCount()){var a=k.getSelectionCell(), -a=k.getIncomingEdges(a);if(null!=a&&0<a.length&&(a=k.getOutgoingEdges(k.model.getTerminal(a[0],!0)),null!=a)){for(var b=[],d=0;d<a.length;d++)b.push(k.model.getTerminal(a[d],!1));k.setSelectionCells(b)}}},null,null,"Alt+Shift+S");t.actions.addAction("selectParent",function(){if(k.isEnabled()&&1==k.getSelectionCount()){var a=k.getSelectionCell(),a=k.getIncomingEdges(a);null!=a&&0<a.length&&k.setSelectionCell(k.model.getTerminal(a[0],!0))}},null,null,"Alt+Shift+P");t.actions.addAction("selectDescendants", -function(){if(k.isEnabled()&&1==k.getSelectionCount()){var a=k.getSelectionCell(),b=[];k.traverse(a,!0,function(a,d){null!=d&&b.push(d);b.push(a);return!0});k.setSelectionCells(b)}},null,null,"Alt+Shift+T");var B=k.removeCells;k.removeCells=function(a,d){d=null!=d?d:!0;null==a&&(a=this.getDeletableCells(this.getSelectionCells()));d&&(a=this.getDeletableCells(this.addAllEdges(a)));for(var e=[],f=0;f<a.length;f++){var g=a[f];q.isEdge(g)&&c(g)&&(e.push(g),g=q.getTerminal(g,!1));b(g)?(k.traverse(g,!0, -function(a,b){null!=b&&e.push(b);e.push(a);return!0}),g=k.getIncomingEdges(a[f]),a=a.concat(g)):e.push(a[f])}a=e;return B.apply(this,arguments)};t.hoverIcons.getStateAt=function(a,d,c){return b(a.cell)?null:this.graph.view.getState(this.graph.getCellAt(d,c))};var l=k.duplicateCells;k.duplicateCells=function(a,d){a=null!=a?a:this.getSelectionCells();for(var c=a.slice(0),e=0;e<c.length;e++){var f=k.view.getState(c[e]);if(null!=f&&b(f.cell))for(var g=k.getIncomingEdges(f.cell),f=0;f<g.length;f++)mxUtils.remove(g[f], -a)}this.model.beginUpdate();try{var h=l.call(this,a,d);if(h.length==a.length)for(e=0;e<a.length;e++)if(b(a[e])){var m=k.getIncomingEdges(h[e]),g=k.getIncomingEdges(a[e]);if(0==m.length&&0<g.length){var q=this.cloneCells([g[0]])[0];this.addEdge(q,k.getDefaultParent(),this.model.getTerminal(g[0],!0),h[e])}}}finally{this.model.endUpdate()}return h};var y=k.moveCells;k.moveCells=function(a,d,c,e,f,g,h){var l=null;this.model.beginUpdate();try{var m=f,q=this.view.getState(f),n=null!=q?q.style:this.getCellStyle(f); -if(null!=a&&b(f)&&"1"==mxUtils.getValue(n,"treeFolding","0")){for(var p=0;p<a.length;p++)if(b(a[p])||k.model.isEdge(a[p])&&null==k.model.getTerminal(a[p],!0)){f=k.model.getParent(a[p]);break}if(null!=m&&f!=m&&null!=this.view.getState(a[0])){var r=k.getIncomingEdges(a[0]);if(0<r.length){var t=k.view.getState(k.model.getTerminal(r[0],!0));if(null!=t){var v=k.view.getState(m);null!=v&&(d=(v.getCenterX()-t.getCenterX())/k.view.scale,c=(v.getCenterY()-t.getCenterY())/k.view.scale)}}}}l=y.apply(this,arguments); -if(null!=l&&null!=a&&l.length==a.length)for(p=0;p<l.length;p++)if(this.model.isEdge(l[p]))b(m)&&0>mxUtils.indexOf(l,this.model.getTerminal(l[p],!0))&&this.model.setTerminal(l[p],m,!0);else if(b(a[p])&&(r=k.getIncomingEdges(a[p]),0<r.length))if(!e)b(m)&&0>mxUtils.indexOf(a,this.model.getTerminal(r[0],!0))&&this.model.setTerminal(r[0],m,!0);else if(0==k.getIncomingEdges(l[p]).length){q=m;if(null==q||q==k.model.getParent(a[p]))q=k.model.getTerminal(r[0],!0);e=this.cloneCells([r[0]])[0];this.addEdge(e, -k.getDefaultParent(),q,l[p])}}finally{this.model.endUpdate()}return l};if(null!=t.sidebar){var v=t.sidebar.dropAndConnect;t.sidebar.dropAndConnect=function(a,d,c,e){var f=k.model,g=null;f.beginUpdate();try{if(g=v.apply(this,arguments),b(a))for(var h=0;h<g.length;h++)if(f.isEdge(g[h])&&null==f.getTerminal(g[h],!0)){f.setTerminal(g[h],a,!0);var l=k.getCellGeometry(g[h]);l.points=null;null!=l.getTerminalPoint(!0)&&l.setTerminalPoint(null,!0)}}finally{f.endUpdate()}return g}}var A={88:t.actions.get("selectChildren"), -84:t.actions.get("selectSubtree"),80:t.actions.get("selectParent"),83:t.actions.get("selectSiblings")},H=t.onKeyDown;t.onKeyDown=function(a){try{if(k.isEnabled()&&!k.isEditing()&&b(k.getSelectionCell())&&1==k.getSelectionCount()){var c=null;0<k.getIncomingEdges(k.getSelectionCell()).length&&(9==a.which?c=mxEvent.isShiftDown(a)?d(k.getSelectionCell()):f(k.getSelectionCell()):13==a.which&&(c=u(k.getSelectionCell(),!mxEvent.isShiftDown(a))));if(null!=c&&0<c.length)1==c.length&&k.model.isEdge(c[0])?k.setSelectionCell(k.model.getTerminal(c[0], -!1)):k.setSelectionCell(c[c.length-1]),null!=t.hoverIcons&&t.hoverIcons.update(k.view.getState(k.getSelectionCell())),k.startEditingAtCell(k.getSelectionCell()),mxEvent.consume(a);else if(mxEvent.isAltDown(a)&&mxEvent.isShiftDown(a)){var e=A[a.keyCode];null!=e&&(e.funct(a),mxEvent.consume(a))}else 37==a.keyCode?(p(k.getSelectionCell(),mxConstants.DIRECTION_WEST),mxEvent.consume(a)):38==a.keyCode?(p(k.getSelectionCell(),mxConstants.DIRECTION_NORTH),mxEvent.consume(a)):39==a.keyCode?(p(k.getSelectionCell(), -mxConstants.DIRECTION_EAST),mxEvent.consume(a)):40==a.keyCode&&(p(k.getSelectionCell(),mxConstants.DIRECTION_SOUTH),mxEvent.consume(a))}}catch(J){console.log("error",J)}mxEvent.isConsumed(a)||H.apply(this,arguments)};var F=k.connectVertex;k.connectVertex=function(a,c,e,g,h,l){var m=k.getIncomingEdges(a);return b(a)&&0<m.length?(e=r(a),g=e==mxConstants.DIRECTION_EAST||e==mxConstants.DIRECTION_WEST,h=c==mxConstants.DIRECTION_EAST||c==mxConstants.DIRECTION_WEST,e==c?f(a):g==h?d(a):u(a,c!=mxConstants.DIRECTION_NORTH&& -c!=mxConstants.DIRECTION_WEST)):F.call(this,a,c,e,g,h,l)};k.getSubtree=function(a){var d=[a];b(a)&&!e(a)&&k.traverse(a,!0,function(a,b){null!=b&&0>mxUtils.indexOf(d,b)&&d.push(b);0>mxUtils.indexOf(d,a)&&d.push(a);return!0});return d};var w=mxVertexHandler.prototype.init;mxVertexHandler.prototype.init=function(){w.apply(this,arguments);b(this.state.cell)&&0<this.graph.getOutgoingEdges(this.state.cell).length&&(this.moveHandle=mxUtils.createImage(a),this.moveHandle.setAttribute("title","Move Subtree"), +e.getAttribute("relatedPage"));c.setAttribute("name",e.getAttribute("name"));b.relatedPage=new DiagramPage(c);e=e.cloneNode(!0);c=e.firstChild;if(null!=c)for(b.relatedPage.root=a.decodeCell(c,!1),b=c.nextSibling,c.parentNode.removeChild(c),c=b;null!=c;){b=c.nextSibling;if(c.nodeType==mxConstants.NODETYPE_ELEMENT){var p=c.getAttribute("id");null==a.lookup(p)&&a.decodeCell(c)}c.parentNode.removeChild(c);c=b}}return e};a.afterDecode=function(a,e,b){b.index=b.previousIndex;return b};mxCodecRegistry.register(a)})();(function(){var a=mxClient.IS_SVG?"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAASFBMVEUAAAAAAAB/f3/9/f319fUfHx/7+/s+Pj69vb0AAAAAAAAAAAAAAAAAAAAAAAAAAAB2dnZ1dXUAAAAAAAAVFRX///8ZGRkGBgbOcI1hAAAAE3RSTlMA+vr9/f38+fb1893Bo00u+/tFvPJUBQAAAIRJREFUGNM0jEcSxCAQAxlydGqD///TNWxZBx1aXVIrWysplbapL3sFxgDq/idXBnHgBPK1nIxwc55vCXl6dRFtrV6svs/A/UjsPcpzA5tqyByD92HqQlMFh45BG6ND1DiKSoPDdm96N77bg5F+wyaEqRGb8ZiOwHQqdg9hehszcLAEIQB2lQ4p/sEpnAAAAABJRU5ErkJggg==":IMAGE_PATH+"/move.png",c=Graph.prototype.foldCells; +Graph.prototype.foldCells=function(a,b,e,r,u){b=null!=b?b:!1;null==e&&(e=this.getFoldableCells(this.getSelectionCells(),a));this.stopEditing();this.model.beginUpdate();try{for(var d=e.slice(),f=[],g=0;g<e.length;g++){var h=this.view.getState(e[g]),n=null!=h?h.style:this.getCellStyle(e[g]);"1"==mxUtils.getValue(n,"treeFolding","0")&&(this.traverse(e[g],!0,mxUtils.bind(this,function(a,b){null!=b&&f.push(b);a!=e[g]&&f.push(a);return a==e[g]||!this.model.isCollapsed(a)})),this.model.setCollapsed(e[g], +a))}for(g=0;g<f.length;g++)this.model.setVisible(f[g],!a);e=d;e=c.apply(this,arguments)}finally{this.model.endUpdate()}return e};var e=EditorUi.prototype.init;EditorUi.prototype.init=function(){e.apply(this,arguments);this.editor.isChromelessView()&&!this.editor.editable||this.addTrees()};EditorUi.prototype.addTrees=function(){function b(a){return l.isVertex(a)&&c(a)}function c(a){var b=!1;null!=a&&(a=l.getParent(a),b=m.view.getState(a),m.view.getState(a),b="tree"==(null!=b?b.style:m.getCellStyle(a)).containerType); +return b}function e(a){var b=!1;null!=a&&(a=l.getParent(a),b=m.view.getState(a),m.view.getState(a),b=null!=(null!=b?b.style:m.getCellStyle(a)).childLayout);return b}function r(a){a=m.view.getState(a);if(null!=a){var b=m.getIncomingEdges(a.cell);if(0<b.length&&(b=m.view.getState(b[0]),null!=b&&(b=b.absolutePoints,null!=b&&0<b.length&&(b=b[b.length-1],null!=b)))){if(b.y==a.y&&Math.abs(b.x-a.getCenterX())<a.width/2)return mxConstants.DIRECTION_SOUTH;if(b.y==a.y+a.height&&Math.abs(b.x-a.getCenterX())< +a.width/2)return mxConstants.DIRECTION_NORTH;if(b.x>a.getCenterX())return mxConstants.DIRECTION_WEST}}return mxConstants.DIRECTION_EAST}function u(a,b){b=null!=b?b:!0;m.model.beginUpdate();try{var c=m.model.getParent(a),d=m.getIncomingEdges(a),e=m.cloneCells([d[0],a]);m.model.setTerminal(e[0],m.model.getTerminal(d[0],!0),!0);var f=r(a),g=c.geometry;f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?e[1].geometry.x+=b?a.geometry.width+10:-e[1].geometry.width-10:e[1].geometry.y+=b?a.geometry.height+ +10:-e[1].geometry.height-10;f==mxConstants.DIRECTION_WEST&&(e[1].geometry.x=a.geometry.x+a.geometry.width-e[1].geometry.width);m.view.currentRoot!=c&&(e[1].geometry.x-=g.x,e[1].geometry.y-=g.y);var l=m.view.getState(a),k=m.view.scale;if(null!=l){var h=mxRectangle.fromRectangle(l);f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH?h.x+=(b?a.geometry.width+10:-e[1].geometry.width-10)*k:h.y+=(b?a.geometry.height+10:-e[1].geometry.height-10)*k;var n=m.getOutgoingEdges(m.model.getTerminal(d[0], +!0));if(null!=n){for(var p=f==mxConstants.DIRECTION_SOUTH||f==mxConstants.DIRECTION_NORTH,q=g=d=0;q<n.length;q++){var t=m.model.getTerminal(n[q],!1);if(f==r(t)){var v=m.view.getState(t);t!=a&&null!=v&&(p&&b!=v.getCenterX()<l.getCenterX()||!p&&b!=v.getCenterY()<l.getCenterY())&&mxUtils.intersects(h,v)&&(d=10+Math.max(d,(Math.min(h.x+h.width,v.x+v.width)-Math.max(h.x,v.x))/k),g=10+Math.max(g,(Math.min(h.y+h.height,v.y+v.height)-Math.max(h.y,v.y))/k))}}p?g=0:d=0;for(q=0;q<n.length;q++)if(t=m.model.getTerminal(n[q], +!1),f==r(t)&&(v=m.view.getState(t),t!=a&&null!=v&&(p&&b!=v.getCenterX()<l.getCenterX()||!p&&b!=v.getCenterY()<l.getCenterY()))){var u=[];m.traverse(v.cell,!0,function(a,b){null!=b&&u.push(b);u.push(a);return!0});m.moveCells(u,(b?1:-1)*d,(b?1:-1)*g)}}}return m.addCells(e,c)}finally{m.model.endUpdate()}}function d(a){m.model.beginUpdate();try{var b=r(a),d=m.getIncomingEdges(a),c=m.cloneCells([d[0],a]);m.model.setTerminal(d[0],c[1],!1);m.model.setTerminal(c[0],c[1],!0);m.model.setTerminal(c[0],a,!1); +var e=m.model.getParent(a),f=e.geometry,g=[];m.view.currentRoot!=e&&(c[1].geometry.x-=f.x,c[1].geometry.y-=f.y);m.traverse(a,!0,function(a,b){null!=b&&g.push(b);g.push(a);return!0});var l=a.geometry.width+40,k=a.geometry.height+40;b==mxConstants.DIRECTION_SOUTH?l=0:b==mxConstants.DIRECTION_NORTH?(l=0,k=-40):b==mxConstants.DIRECTION_WEST?(l=-40,k=0):b==mxConstants.DIRECTION_EAST&&(k=0);m.moveCells(g,l,k);return m.addCells(c,e)}finally{m.model.endUpdate()}}function f(a){m.model.beginUpdate();try{var b= +m.model.getParent(a),c=m.getIncomingEdges(a),d=m.cloneCells([c[0],a]);m.model.setTerminal(d[0],a,!0);var c=m.getOutgoingEdges(a),e=b.geometry,f=[];m.view.currentRoot==b&&(e=new mxRectangle);for(var g=0;g<c.length;g++){var l=m.model.getTerminal(c[g],!1);null!=l&&f.push(l)}var k=m.view.getBounds(f),h=r(a),n=m.view.translate,p=m.view.scale;h==mxConstants.DIRECTION_SOUTH?(d[1].geometry.x=null==k?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(k.x+k.width)/p-n.x-e.x+10,d[1].geometry.y+=a.geometry.height- +e.y+40):h==mxConstants.DIRECTION_NORTH?(d[1].geometry.x=null==k?a.geometry.x+(a.geometry.width-d[1].geometry.width)/2:(k.x+k.width)/p-n.x+-e.x+10,d[1].geometry.y-=d[1].geometry.height-e.y+40):(d[1].geometry.x=h==mxConstants.DIRECTION_WEST?d[1].geometry.x-(d[1].geometry.width-e.x+40):d[1].geometry.x+(a.geometry.width-e.x+40),d[1].geometry.y=null==k?a.geometry.y+(a.geometry.height-d[1].geometry.height)/2:(k.y+k.height)/p-n.y+-e.y+10);return m.addCells(d,b)}finally{m.model.endUpdate()}}function g(a, +b,d){a=m.getOutgoingEdges(a);d=m.view.getState(d);var c=[];if(null!=d&&null!=a){for(var e=0;e<a.length;e++){var f=m.view.getState(m.model.getTerminal(a[e],!1));null!=f&&(!b&&Math.min(f.x+f.width,d.x+d.width)>=Math.max(f.x,d.x)||b&&Math.min(f.y+f.height,d.y+d.height)>=Math.max(f.y,d.y))&&c.push(f)}c.sort(function(a,d){return b?a.x+a.width-d.x-d.width:a.y+a.height-d.y-d.height})}return c}function q(a,b){var d=r(a),c=b==mxConstants.DIRECTION_EAST||b==mxConstants.DIRECTION_WEST;(d==mxConstants.DIRECTION_EAST|| +d==mxConstants.DIRECTION_WEST)==c&&d!=b?t.actions.get("selectParent").funct():d==b?(c=m.getOutgoingEdges(a),null!=c&&0<c.length&&m.setSelectionCell(m.model.getTerminal(c[0],!1))):(d=m.getIncomingEdges(a),null!=d&&0<d.length&&(c=g(m.model.getTerminal(d[0],!0),c,a),d=m.view.getState(a),null!=d&&(d=mxUtils.indexOf(c,d),0<=d&&(d+=b==mxConstants.DIRECTION_NORTH||b==mxConstants.DIRECTION_WEST?-1:1,0<=d&&d<=c.length-1&&m.setSelectionCell(c[d].cell)))))}var t=this,m=t.editor.graph,l=m.getModel();mxResources.parse("selectChildren=Select Children"); +mxResources.parse("selectSiblings=Select Siblings");mxResources.parse("selectDescendants=Select Descendants");mxResources.parse("selectParent=Select Parent");var C=t.menus.createPopupMenu;t.menus.createPopupMenu=function(a,d,c){C.apply(this,arguments);if(1==m.getSelectionCount()){d=m.getSelectionCell();var e=m.getOutgoingEdges(d);a.addSeparator();null!=e&&0<e.length&&(b(m.getSelectionCell())&&this.addMenuItems(a,["selectChildren"],null,c),this.addMenuItems(a,["selectDescendants"],null,c));b(m.getSelectionCell())&& +(a.addSeparator(),0<m.getIncomingEdges(d).length&&this.addMenuItems(a,["selectSiblings","selectParent"],null,c))}};t.actions.addAction("selectChildren",function(){if(m.isEnabled()&&1==m.getSelectionCount()){var a=m.getSelectionCell(),a=m.getOutgoingEdges(a);if(null!=a){for(var b=[],d=0;d<a.length;d++)b.push(m.model.getTerminal(a[d],!1));m.setSelectionCells(b)}}},null,null,"Alt+Shift+X");t.actions.addAction("selectSiblings",function(){if(m.isEnabled()&&1==m.getSelectionCount()){var a=m.getSelectionCell(), +a=m.getIncomingEdges(a);if(null!=a&&0<a.length&&(a=m.getOutgoingEdges(m.model.getTerminal(a[0],!0)),null!=a)){for(var b=[],d=0;d<a.length;d++)b.push(m.model.getTerminal(a[d],!1));m.setSelectionCells(b)}}},null,null,"Alt+Shift+S");t.actions.addAction("selectParent",function(){if(m.isEnabled()&&1==m.getSelectionCount()){var a=m.getSelectionCell(),a=m.getIncomingEdges(a);null!=a&&0<a.length&&m.setSelectionCell(m.model.getTerminal(a[0],!0))}},null,null,"Alt+Shift+P");t.actions.addAction("selectDescendants", +function(){if(m.isEnabled()&&1==m.getSelectionCount()){var a=m.getSelectionCell(),b=[];m.traverse(a,!0,function(a,d){null!=d&&b.push(d);b.push(a);return!0});m.setSelectionCells(b)}},null,null,"Alt+Shift+T");var y=m.removeCells;m.removeCells=function(a,d){d=null!=d?d:!0;null==a&&(a=this.getDeletableCells(this.getSelectionCells()));d&&(a=this.getDeletableCells(this.addAllEdges(a)));for(var e=[],f=0;f<a.length;f++){var g=a[f];l.isEdge(g)&&c(g)&&(e.push(g),g=l.getTerminal(g,!1));b(g)?(m.traverse(g,!0, +function(a,b){null!=b&&e.push(b);e.push(a);return!0}),g=m.getIncomingEdges(a[f]),a=a.concat(g)):e.push(a[f])}a=e;return y.apply(this,arguments)};t.hoverIcons.getStateAt=function(a,d,c){return b(a.cell)?null:this.graph.view.getState(this.graph.getCellAt(d,c))};var k=m.duplicateCells;m.duplicateCells=function(a,d){a=null!=a?a:this.getSelectionCells();for(var c=a.slice(0),e=0;e<c.length;e++){var f=m.view.getState(c[e]);if(null!=f&&b(f.cell))for(var g=m.getIncomingEdges(f.cell),f=0;f<g.length;f++)mxUtils.remove(g[f], +a)}this.model.beginUpdate();try{var l=k.call(this,a,d);if(l.length==a.length)for(e=0;e<a.length;e++)if(b(a[e])){var h=m.getIncomingEdges(l[e]),g=m.getIncomingEdges(a[e]);if(0==h.length&&0<g.length){var n=this.cloneCells([g[0]])[0];this.addEdge(n,m.getDefaultParent(),this.model.getTerminal(g[0],!0),l[e])}}}finally{this.model.endUpdate()}return l};var w=m.moveCells;m.moveCells=function(a,d,c,e,f,g,l){var k=null;this.model.beginUpdate();try{var h=f,n=this.view.getState(f),p=null!=n?n.style:this.getCellStyle(f); +if(null!=a&&b(f)&&"1"==mxUtils.getValue(p,"treeFolding","0")){for(var q=0;q<a.length;q++)if(b(a[q])||m.model.isEdge(a[q])&&null==m.model.getTerminal(a[q],!0)){f=m.model.getParent(a[q]);break}if(null!=h&&f!=h&&null!=this.view.getState(a[0])){var r=m.getIncomingEdges(a[0]);if(0<r.length){var t=m.view.getState(m.model.getTerminal(r[0],!0));if(null!=t){var v=m.view.getState(h);null!=v&&(d=(v.getCenterX()-t.getCenterX())/m.view.scale,c=(v.getCenterY()-t.getCenterY())/m.view.scale)}}}}k=w.apply(this,arguments); +if(null!=k&&null!=a&&k.length==a.length)for(q=0;q<k.length;q++)if(this.model.isEdge(k[q]))b(h)&&0>mxUtils.indexOf(k,this.model.getTerminal(k[q],!0))&&this.model.setTerminal(k[q],h,!0);else if(b(a[q])&&(r=m.getIncomingEdges(a[q]),0<r.length))if(!e)b(h)&&0>mxUtils.indexOf(a,this.model.getTerminal(r[0],!0))&&this.model.setTerminal(r[0],h,!0);else if(0==m.getIncomingEdges(k[q]).length){n=h;if(null==n||n==m.model.getParent(a[q]))n=m.model.getTerminal(r[0],!0);e=this.cloneCells([r[0]])[0];this.addEdge(e, +m.getDefaultParent(),n,k[q])}}finally{this.model.endUpdate()}return k};if(null!=t.sidebar){var v=t.sidebar.dropAndConnect;t.sidebar.dropAndConnect=function(a,d,c,e){var f=m.model,g=null;f.beginUpdate();try{if(g=v.apply(this,arguments),b(a))for(var k=0;k<g.length;k++)if(f.isEdge(g[k])&&null==f.getTerminal(g[k],!0)){f.setTerminal(g[k],a,!0);var l=m.getCellGeometry(g[k]);l.points=null;null!=l.getTerminalPoint(!0)&&l.setTerminalPoint(null,!0)}}finally{f.endUpdate()}return g}}var A={88:t.actions.get("selectChildren"), +84:t.actions.get("selectSubtree"),80:t.actions.get("selectParent"),83:t.actions.get("selectSiblings")},J=t.onKeyDown;t.onKeyDown=function(a){try{if(m.isEnabled()&&!m.isEditing()&&b(m.getSelectionCell())&&1==m.getSelectionCount()){var c=null;0<m.getIncomingEdges(m.getSelectionCell()).length&&(9==a.which?c=mxEvent.isShiftDown(a)?d(m.getSelectionCell()):f(m.getSelectionCell()):13==a.which&&(c=u(m.getSelectionCell(),!mxEvent.isShiftDown(a))));if(null!=c&&0<c.length)1==c.length&&m.model.isEdge(c[0])?m.setSelectionCell(m.model.getTerminal(c[0], +!1)):m.setSelectionCell(c[c.length-1]),null!=t.hoverIcons&&t.hoverIcons.update(m.view.getState(m.getSelectionCell())),m.startEditingAtCell(m.getSelectionCell()),mxEvent.consume(a);else if(mxEvent.isAltDown(a)&&mxEvent.isShiftDown(a)){var e=A[a.keyCode];null!=e&&(e.funct(a),mxEvent.consume(a))}else 37==a.keyCode?(q(m.getSelectionCell(),mxConstants.DIRECTION_WEST),mxEvent.consume(a)):38==a.keyCode?(q(m.getSelectionCell(),mxConstants.DIRECTION_NORTH),mxEvent.consume(a)):39==a.keyCode?(q(m.getSelectionCell(), +mxConstants.DIRECTION_EAST),mxEvent.consume(a)):40==a.keyCode&&(q(m.getSelectionCell(),mxConstants.DIRECTION_SOUTH),mxEvent.consume(a))}}catch(P){console.log("error",P)}mxEvent.isConsumed(a)||J.apply(this,arguments)};var F=m.connectVertex;m.connectVertex=function(a,c,e,g,k,l){var h=m.getIncomingEdges(a);return b(a)&&0<h.length?(e=r(a),g=e==mxConstants.DIRECTION_EAST||e==mxConstants.DIRECTION_WEST,k=c==mxConstants.DIRECTION_EAST||c==mxConstants.DIRECTION_WEST,e==c?f(a):g==k?d(a):u(a,c!=mxConstants.DIRECTION_NORTH&& +c!=mxConstants.DIRECTION_WEST)):F.call(this,a,c,e,g,k,l)};m.getSubtree=function(a){var d=[a];b(a)&&!e(a)&&m.traverse(a,!0,function(a,b){null!=b&&0>mxUtils.indexOf(d,b)&&d.push(b);0>mxUtils.indexOf(d,a)&&d.push(a);return!0});return d};var B=mxVertexHandler.prototype.init;mxVertexHandler.prototype.init=function(){B.apply(this,arguments);b(this.state.cell)&&0<this.graph.getOutgoingEdges(this.state.cell).length&&(this.moveHandle=mxUtils.createImage(a),this.moveHandle.setAttribute("title","Move Subtree"), this.moveHandle.style.position="absolute",this.moveHandle.style.cursor="pointer",this.moveHandle.style.width="18px",this.moveHandle.style.height="18px",this.graph.container.appendChild(this.moveHandle),mxEvent.addGestureListeners(this.moveHandle,mxUtils.bind(this,function(a){this.graph.graphHandler.start(this.state.cell,mxEvent.getClientX(a),mxEvent.getClientY(a));this.graph.graphHandler.cells=this.graph.getSubtree(this.state.cell);this.graph.graphHandler.bounds=this.state.view.getBounds(this.graph.graphHandler.cells); -this.graph.graphHandler.pBounds=this.graph.graphHandler.getPreviewBounds(this.graph.graphHandler.cells);this.graph.graphHandler.cellWasClicked=!0;this.graph.isMouseTrigger=mxEvent.isMouseEvent(a);this.graph.isMouseDown=!0;mxEvent.consume(a)})))};var G=mxVertexHandler.prototype.redrawHandles;mxVertexHandler.prototype.redrawHandles=function(){G.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.style.left=this.state.x+this.state.width+(40>this.state.width?10:0)+2+"px",this.moveHandle.style.top= -this.state.y+this.state.height+(40>this.state.height?10:0)+2+"px")};var I=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy=function(a,b){I.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.parentNode.removeChild(this.moveHandle),this.moveHandle=null)}};if("undefined"!==typeof Sidebar){var b=Sidebar.prototype.createAdvancedShapes;Sidebar.prototype.createAdvancedShapes=function(){var a=b.apply(this,arguments),c=this.editorUi.editor.graph;return a.concat([this.addEntry("tree container", +this.graph.graphHandler.pBounds=this.graph.graphHandler.getPreviewBounds(this.graph.graphHandler.cells);this.graph.graphHandler.cellWasClicked=!0;this.graph.isMouseTrigger=mxEvent.isMouseEvent(a);this.graph.isMouseDown=!0;mxEvent.consume(a)})))};var M=mxVertexHandler.prototype.redrawHandles;mxVertexHandler.prototype.redrawHandles=function(){M.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.style.left=this.state.x+this.state.width+(40>this.state.width?10:0)+2+"px",this.moveHandle.style.top= +this.state.y+this.state.height+(40>this.state.height?10:0)+2+"px")};var x=mxVertexHandler.prototype.destroy;mxVertexHandler.prototype.destroy=function(a,b){x.apply(this,arguments);null!=this.moveHandle&&(this.moveHandle.parentNode.removeChild(this.moveHandle),this.moveHandle=null)}};if("undefined"!==typeof Sidebar){var b=Sidebar.prototype.createAdvancedShapes;Sidebar.prototype.createAdvancedShapes=function(){var a=b.apply(this,arguments),c=this.editorUi.editor.graph;return a.concat([this.addEntry("tree container", function(){var a=new mxCell("Tree Container",new mxGeometry(0,0,220,160),"swimlane;html=1;startSize=20;horizontal=1;containerType=tree;");a.vertex=!0;return sb.createVertexTemplateFromCells([a],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap central idea branch topic",function(){var a=new mxCell("Mindmap",new mxGeometry(0,0,420,126),"swimlane;html=1;startSize=20;horizontal=1;containerType=tree;");a.vertex=!0;var b=new mxCell("Central Idea",new mxGeometry(160,60,100,40),"ellipse;whiteSpace=wrap;html=1;align=center;container=1;recursiveResize=0;treeFolding=1;"); b.vertex=!0;var c=new mxCell("Topic",new mxGeometry(320,40,80,20),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");c.vertex=!0;var d=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");d.geometry.relative=!0;d.edge=!0;b.insertEdge(d,!0);c.insertEdge(d,!1);var e=new mxCell("Branch",new mxGeometry(320,80,72,26),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;"); -e.vertex=!0;var g=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");g.geometry.relative=!0;g.edge=!0;b.insertEdge(g,!0);e.insertEdge(g,!1);var h=new mxCell("Topic",new mxGeometry(20,40,80,20),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");h.vertex=!0;var n=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); -n.geometry.relative=!0;n.edge=!0;b.insertEdge(n,!0);h.insertEdge(n,!1);var k=new mxCell("Branch",new mxGeometry(20,80,72,26),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;");k.vertex=!0;var q=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); -q.geometry.relative=!0;q.edge=!0;b.insertEdge(q,!0);k.insertEdge(q,!1);a.insert(d);a.insert(g);a.insert(n);a.insert(q);a.insert(b);a.insert(c);a.insert(e);a.insert(h);a.insert(k);return sb.createVertexTemplateFromCells([a],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap central idea",function(){var a=new mxCell("Central Idea",new mxGeometry(0,0,100,40),"ellipse;whiteSpace=wrap;html=1;align=center;container=1;recursiveResize=0;treeFolding=1;");a.vertex=!0;return sb.createVertexTemplateFromCells([a], +e.vertex=!0;var g=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");g.geometry.relative=!0;g.edge=!0;b.insertEdge(g,!0);e.insertEdge(g,!1);var h=new mxCell("Topic",new mxGeometry(20,40,80,20),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");h.vertex=!0;var p=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); +p.geometry.relative=!0;p.edge=!0;b.insertEdge(p,!0);h.insertEdge(p,!1);var m=new mxCell("Branch",new mxGeometry(20,80,72,26),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;");m.vertex=!0;var l=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); +l.geometry.relative=!0;l.edge=!0;b.insertEdge(l,!0);m.insertEdge(l,!1);a.insert(d);a.insert(g);a.insert(p);a.insert(l);a.insert(b);a.insert(c);a.insert(e);a.insert(h);a.insert(m);return sb.createVertexTemplateFromCells([a],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap central idea",function(){var a=new mxCell("Central Idea",new mxGeometry(0,0,100,40),"ellipse;whiteSpace=wrap;html=1;align=center;container=1;recursiveResize=0;treeFolding=1;");a.vertex=!0;return sb.createVertexTemplateFromCells([a], a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap branch",function(){var a=new mxCell("Branch",new mxGeometry(0,0,80,20),"whiteSpace=wrap;html=1;shape=partialRectangle;top=0;left=0;bottom=1;right=0;points=[[0,1],[1,1]];strokeColor=#000000;fillColor=none;align=center;verticalAlign=bottom;routingCenterY=0.5;snapToPoint=1;container=1;recursiveResize=0;autosize=1;treeFolding=1;");a.vertex=!0;var b=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;"); b.geometry.setTerminalPoint(new mxPoint(-40,40),!0);b.geometry.relative=!0;b.edge=!0;a.insertEdge(b,!1);return sb.createVertexTemplateFromCells([a,b],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree mindmap sub topic",function(){var a=new mxCell("Sub Topic",new mxGeometry(0,0,72,26),"whiteSpace=wrap;html=1;rounded=1;arcSize=50;align=center;verticalAlign=middle;container=1;recursiveResize=0;strokeWidth=1;autosize=1;spacing=4;treeFolding=1;");a.vertex=!0;var b=new mxCell("",new mxGeometry(0, 0,0,0),"edgeStyle=entityRelationEdgeStyle;startArrow=none;endArrow=none;segment=10;curved=1;");b.geometry.setTerminalPoint(new mxPoint(-40,40),!0);b.geometry.relative=!0;b.edge=!0;a.insertEdge(b,!1);return sb.createVertexTemplateFromCells([a,b],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree orgchart organization division",function(){var a=new mxCell("Orgchart",new mxGeometry(0,0,280,220),"swimlane;html=1;startSize=20;horizontal=1;containerType=tree;");a.vertex=!0;var b=new mxCell("Organization", @@ -3110,14 +3114,14 @@ b.insertEdge(d,!0);e.insertEdge(d,!1);var f=new mxCell("Division",new mxGeometry a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree root",function(){var a=new mxCell("Organization",new mxGeometry(0,0,120,60),"whiteSpace=wrap;html=1;align=center;treeFolding=1;container=1;recursiveResize=0;");c.setAttributeForCell(a,"treeRoot","1");a.vertex=!0;return sb.createVertexTemplateFromCells([a],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree division",function(){var a=new mxCell("Division",new mxGeometry(20,40,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;"); a.vertex=!0;var b=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=elbowEdgeStyle;elbow=vertical;startArrow=none;endArrow=none;rounded=0;");b.geometry.setTerminalPoint(new mxPoint(0,0),!0);b.geometry.relative=!0;b.edge=!0;a.insertEdge(b,!1);return sb.createVertexTemplateFromCells([a,b],a.geometry.width,a.geometry.height,a.value)}),this.addEntry("tree sub sections",function(){var a=new mxCell("Sub Section",new mxGeometry(0,0,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;"); a.vertex=!0;var b=new mxCell("",new mxGeometry(0,0,0,0),"edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;rounded=0;targetPortConstraint=eastwest;sourcePortConstraint=northsouth;");b.geometry.setTerminalPoint(new mxPoint(110,-40),!0);b.geometry.relative=!0;b.edge=!0;a.insertEdge(b,!1);var c=new mxCell("Sub Section",new mxGeometry(120,0,100,60),"whiteSpace=wrap;html=1;align=center;verticalAlign=middle;container=1;recursiveResize=0;treeFolding=1;");c.vertex=!0;var d=new mxCell("",new mxGeometry(0, -0,0,0),"edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;rounded=0;targetPortConstraint=eastwest;sourcePortConstraint=northsouth;");d.geometry.setTerminalPoint(new mxPoint(110,-40),!0);d.geometry.relative=!0;d.edge=!0;c.insertEdge(d,!1);return sb.createVertexTemplateFromCells([b,d,a,c],220,60,"Sub Sections")})])}}})();EditorUi.initMinimalTheme=function(){function a(a){var b=a.editor.graph;b.popupMenuHandler.hideMenu();null==a.formatWindow?(a.formatWindow=new h(a,mxResources.get("format"),Math.max(20,a.diagramContainer.clientWidth-240-12),56,240,Math.min(546,b.container.clientHeight-10),function(b){b=a.createFormat(b);b.init();return b}),a.formatWindow.window.minimumSize=new mxRectangle(0,0,240,80),a.formatWindow.window.setVisible(!0)):a.formatWindow.window.setVisible(!a.formatWindow.window.isVisible());a.formatWindow.window.isVisible()&& +0,0,0),"edgeStyle=orthogonalEdgeStyle;startArrow=none;endArrow=none;rounded=0;targetPortConstraint=eastwest;sourcePortConstraint=northsouth;");d.geometry.setTerminalPoint(new mxPoint(110,-40),!0);d.geometry.relative=!0;d.edge=!0;c.insertEdge(d,!1);return sb.createVertexTemplateFromCells([b,d,a,c],220,60,"Sub Sections")})])}}})();EditorUi.initMinimalTheme=function(){function a(a){var b=a.editor.graph;b.popupMenuHandler.hideMenu();null==a.formatWindow?(a.formatWindow=new h(a,mxResources.get("format"),Math.max(20,a.diagramContainer.clientWidth-240-12),56,240,Math.min(550,b.container.clientHeight-10),function(b){b=a.createFormat(b);b.init();return b}),a.formatWindow.window.minimumSize=new mxRectangle(0,0,240,80),a.formatWindow.window.setVisible(!0)):a.formatWindow.window.setVisible(!a.formatWindow.window.isVisible());a.formatWindow.window.isVisible()&& a.formatWindow.window.fit()}function c(a){var b=a.editor.graph;b.popupMenuHandler.hideMenu();new mxRectangle;if(null==a.sidebarWindow){var d=Math.min(b.container.clientWidth-10,266);a.sidebarWindow=new h(a,mxResources.get("shapes"),10,56,d-6,Math.min(650,b.container.clientHeight-30),function(b){function d(c,d){var f=a.menus.get(c),g=e.addMenu(d,mxUtils.bind(this,function(){f.funct.apply(this,arguments)}));g.style.cssText="position:absolute;border-top:1px solid lightgray;width:50%;height:24px;bottom:0px;text-align:center;cursor:pointer;padding:6px 0 0 0;"; g.className="geTitle";b.appendChild(g);return g}var c=document.createElement("div");c.style.cssText="position:absolute;left:0;right:0;border-top:1px solid lightgray;height:24px;bottom:31px;text-align:center;cursor:pointer;padding:6px 0 0 0;";c.className="geTitle";mxUtils.write(c,mxResources.get("moreShapes"));b.appendChild(c);mxEvent.addListener(c,"click",function(){a.actions.get("shapes").funct()});var e=new Menubar(a,b);if(!Editor.enableCustomLibraries||"1"==urlParams.embed&&"1"!=urlParams.libraries)c.style.bottom= "0";else if(null!=a.actions.get("newLibrary")){c=document.createElement("div");c.style.cssText="position:absolute;left:0px;width:50%;border-top:1px solid lightgray;height:30px;bottom:0px;text-align:center;cursor:pointer;padding:0px;";c.className="geTitle";var f=document.createElement("span");f.style.cssText="position:relative;top:6px;";mxUtils.write(f,mxResources.get("newLibrary"));c.appendChild(f);b.appendChild(c);mxEvent.addListener(c,"click",a.actions.get("newLibrary").funct);c=document.createElement("div"); c.style.cssText="position:absolute;left:50%;width:50%;border-top:1px solid lightgray;height:30px;bottom:0px;text-align:center;cursor:pointer;padding:0px;border-left: 1px solid lightgray;";c.className="geTitle";f=document.createElement("span");f.style.cssText="position:relative;top:6px;";mxUtils.write(f,mxResources.get("openLibrary"));c.appendChild(f);b.appendChild(c);mxEvent.addListener(c,"click",a.actions.get("openLibrary").funct)}else c=d("newLibrary",mxResources.get("newLibrary")),c.style.left= "0",c=d("openLibraryFrom",mxResources.get("openLibraryFrom")),c.style.borderLeft="1px solid lightgray",c.style.left="50%";b.appendChild(a.sidebar.container);b.style.overflow="hidden";return b});a.sidebarWindow.window.minimumSize=new mxRectangle(0,0,90,90);a.sidebarWindow.window.setVisible(!0);a.getLocalData("sidebar",function(b){a.sidebar.showEntries(b,null,!0)});a.restoreLibraries()}else a.sidebarWindow.window.setVisible(!a.sidebarWindow.window.isVisible());a.sidebarWindow.window.isVisible()&&a.sidebarWindow.window.fit()} if("1"!=urlParams.lightbox&&"0"!=urlParams.chrome){var e=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;try{var b=document.createElement("style");b.type="text/css";b.innerHTML="* { -webkit-font-smoothing: antialiased; }html body .mxWindow button.geBtn { font-size:12px !important; margin-left: 0;}html body div.diagramContainer button, html body button.geBtn { font-size:14px; font-weight:700;border-radius: 5px; }html body button.geBtn:active { opacity: 0.6; }.geDialog input, .geToolbarContainer input, .mxWindow input {padding:2px !important;display:inline-block !important; }div.geDialog { border-radius: 5px; }html body div.geDialog button.geBigButton { color: #fff !important; }.mxWindow button, .geDialog select, .mxWindow select { display:inline-block; }.mxWindow .geColorBtn, .geDialog .geColorBtn { background: none !important; }html body div.diagramContainer button, html body .mxWindow button, html body .geDialog button { min-width: 0px; border-radius: 5px; color: #353535 !important; border-color: rgb(216, 216, 216); }div.diagramContainer button.geBtn, .mxWindow button.geBtn, .geDialog button.geBtn { min-width:72px; font-weight: 600; background: none; }div.diagramContainer button.geBtn:hover, .mxWindow button.geBtn:hover, .geDialog button.geBtn:hover { box-shadow: none; border-color: rgb(216, 216, 216); }div.diagramContainer button.gePrimaryBtn, .mxWindow button.gePrimaryBtn, .geDialog button.gePrimaryBtn, html body .gePrimaryBtn { background: #29b6f2; color: #fff !important; border: none; box-shadow: none; }html body .gePrimaryBtn:hover { background: #29b6f2; border: none; box-shadow: inherit; }html body button.gePrimaryBtn:hover { background: #29b6f2; border: none; }.geBtn button { min-width:72px !important; }div.geToolbarContainer a.geButton { margin:2px; padding: 0 2px 4px 2px; } .geDialog, .mxWindow td.mxWindowPane *, div.geSprite, td.mxWindowTitle, .geDiagramContainer { box-sizing:content-box; }.mxWindow div button.geStyleButton { box-sizing: border-box; }table.mxWindow td.mxWindowPane button.geColorBtn { padding:0px; box-sizing: border-box; }td.mxWindowPane .geSidebarContainer button { padding:2px 0 2px 0; box-sizing: border-box; }html body .geMenuItem { font-size:14px; text-decoration: none; font-weight: normal; padding: 6px 10px 6px 10px; border: none; border-radius: 5px; color: #353535; box-shadow: inset 0 0 0 1px rgba(0,0,0,.11), inset 0 -1px 0 0 rgba(0,0,0,.08), 0 1px 2px 0 rgba(0,0,0,.04); }a.geMenuItem:active { opacity: 0.4; }.geToolbarContainer { background:#fff !important; }div.mxWindow .geSidebarContainer .geTitle { background-color:#fdfdfd; }div.mxWindow .geSidebarContainer .geTitle:hover { background-color:#fafafa; }div.geSidebar { background-color: #fff !important;}div.mxWindow td.mxWindowPane button { background-image: none; float: none; }td.mxWindowTitle { height: 22px !important; background: none !important; font-size: 13px !important; text-align:center !important; border-bottom:1px solid lightgray; }div.mxWindow, div.mxWindowTitle { background-image: none !important; background-color:#fff !important; }div.mxWindow { border-radius:5px; box-shadow: 0px 0px 2px #C0C0C0 !important;}div.mxWindow * { font-family: inherit !important; }html div.geVerticalHandle { position:absolute;bottom:0px;left:50%;cursor:row-resize;width:11px;height:11px;background:white;margin-bottom:-6px; margin-left:-6px; border: none; border-radius: 6px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.11), inset 0 -1px 0 0 rgba(0,0,0,.08), 0 1px 2px 0 rgba(0,0,0,.04); }html div.geInactivePage { background: rgb(249, 249, 249) !important; color:lightgray !important; } html div.geActivePage { background: white !important;color: #353535 !important; } html div.mxRubberband { border:1px solid; border-color: #29b6f2 !important; background:rgba(41,182,242,0.5) !important; } html body div.mxPopupMenu { border-radius:5px; border:1px solid #c0c0c0; padding:5px 0 5px 0; box-shadow: 0px 4px 17px -4px rgba(96,96,96,1); } html table.mxPopupMenu td.mxPopupMenuItem { color: #353535; font-size: 14px; padding-top: 4px; padding-bottom: 4px; }html table.mxPopupMenu tr.mxPopupMenuItemHover { background-color: #29b6f2; }html tr.mxPopupMenuItemHover td.mxPopupMenuItem, html tr.mxPopupMenuItemHover td.mxPopupMenuItem span { color: #fff !important; }html tr.mxPopupMenuItem, html td.mxPopupMenuItem { transition-property: none !important; }html table.mxPopupMenu hr { height: 2px; background-color: rgba(0,0,0,.07); margin: 5px 0; }"; -document.getElementsByTagName("head")[0].appendChild(b)}catch(q){}var h=function(a,b,c,d,e,f,g){a=document.createElement("div");a.className="geSidebarContainer";a.style.position="absolute";a.style.width="100%";a.style.height="100%";a.style.border="1px solid whiteSmoke";a.style.overflowX="hidden";a.style.overflowY="auto";g(a);this.window=new mxWindow(b,a,c,d,e,f,!0,!0);this.window.destroyOnClose=!1;this.window.setMaximizable(!1);this.window.setResizable(!0);this.window.setClosable(!0);this.window.setVisible(!0); +document.getElementsByTagName("head")[0].appendChild(b)}catch(l){}var h=function(a,b,c,d,e,f,g){a=document.createElement("div");a.className="geSidebarContainer";a.style.position="absolute";a.style.width="100%";a.style.height="100%";a.style.border="1px solid whiteSmoke";a.style.overflowX="hidden";a.style.overflowY="auto";g(a);this.window=new mxWindow(b,a,c,d,e,f,!0,!0);this.window.destroyOnClose=!1;this.window.setMaximizable(!1);this.window.setResizable(!0);this.window.setClosable(!0);this.window.setVisible(!0); this.window.setLocation=function(a,b){var c=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;a=Math.max(0,Math.min(a,(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)-this.table.clientWidth));b=Math.max(0,Math.min(b,c-this.table.clientHeight-48));this.getX()==a&&this.getY()==b||mxWindow.prototype.setLocation.apply(this,arguments)}};Editor.checkmarkImage=Graph.createSvgImage(22,18,'<path transform="translate(4 0)" d="M7.181,15.007a1,1,0,0,1-.793-0.391L3.222,10.5A1,1,0,1,1,4.808,9.274L7.132,12.3l6.044-8.86A1,1,0,1,1,14.83,4.569l-6.823,10a1,1,0,0,1-.8.437H7.181Z" fill="#29b6f2"/>').src; mxWindow.prototype.closeImage=Graph.createSvgImage(18,10,'<path d="M 5 1 L 13 9 M 13 1 L 5 9" stroke="#C0C0C0" stroke-width="2"/>').src;mxWindow.prototype.minimizeImage=Graph.createSvgImage(14,10,'<path d="M 3 7 L 7 3 L 11 7" stroke="#C0C0C0" stroke-width="2" fill="#ffffff"/>').src;mxWindow.prototype.normalizeImage=Graph.createSvgImage(14,10,'<path d="M 3 3 L 7 7 L 11 3" stroke="#C0C0C0" stroke-width="2" fill="#ffffff"/>').src;mxVertexHandler.prototype.handleImage=Graph.createSvgImage(16,16,'<circle cx="8" cy="8" r="5" stroke="#ffffff" fill="#29b6f2"/>'); mxEdgeHandler.prototype.handleImage=mxVertexHandler.prototype.handleImage;mxEdgeHandler.prototype.terminalHandleImage=Graph.createSvgImage(16,16,'<circle cx="8" cy="8" r="5" stroke="#ffffff" fill="#29b6f2"/><circle cx="8" cy="8" r="3" stroke="#ffffff" fill="#29b6f2"/>');mxEdgeHandler.prototype.fixedHandleImage=Graph.createSvgImage(16,16,'<circle cx="8" cy="8" r="5" stroke="#ffffff" fill="#29b6f2"/><path d="m 6 6 L 10 10 M 6 10 L 10 6" stroke="#ffffff"/>');mxConstraintHandler.prototype.pointImage= @@ -3125,8 +3129,8 @@ Graph.createSvgImage(5,5,'<path d="m 0 0 L 5 5 M 0 5 L 5 0" stroke="#29b6f2"/>') HoverIcons.prototype.triangleLeft=Graph.createSvgImage(38,18,'<path d="m 1 9 L 12 1 L 12 6 L 36 6 L 36 12 L 12 12 L 12 18 z" stroke="#fff" fill="#29b6f2"/>');HoverIcons.prototype.roundDrop=Graph.createSvgImage(26,26,'<circle cx="13" cy="13" r="12" stroke="#fff" fill="#29b6f2"/>');HoverIcons.prototype.arrowSpacing=0;mxOutline.prototype.sizerImage=null;null!=window.Sidebar&&(Sidebar.prototype.triangleUp=HoverIcons.prototype.triangleUp,Sidebar.prototype.triangleRight=HoverIcons.prototype.triangleRight, Sidebar.prototype.triangleDown=HoverIcons.prototype.triangleDown,Sidebar.prototype.triangleLeft=HoverIcons.prototype.triangleLeft,Sidebar.prototype.refreshTarget=HoverIcons.prototype.refreshTarget,Sidebar.prototype.roundDrop=HoverIcons.prototype.roundDrop);mxConstants.VERTEX_SELECTION_COLOR="#C0C0C0";mxConstants.EDGE_SELECTION_COLOR="#C0C0C0";mxConstants.CONNECT_HANDLE_FILLCOLOR="#cee7ff";mxConstants.DEFAULT_VALID_COLOR="#29b6f2";mxConstants.GUIDE_COLOR="#C0C0C0";mxConstants.HIGHLIGHT_STROKEWIDTH= 5;mxConstants.HIGHLIGHT_OPACITY=35;mxConstants.HIGHLIGHT_SIZE=5;mxConstants.OUTLINE_COLOR="#29b6f2";mxConstants.OUTLINE_HANDLE_FILLCOLOR="#29b6f2";mxConstants.OUTLINE_HANDLE_STROKECOLOR="#fff";Graph.prototype.svgShadowColor="#3D4574";Graph.prototype.svgShadowOpacity="0.4";Graph.prototype.svgShadowSize="0.6";Graph.prototype.svgShadowBlur="1.2";Format.prototype.inactiveTabBackgroundColor="#f0f0f0";mxGraphHandler.prototype.previewColor="#C0C0C0";mxRubberband.prototype.defaultOpacity=50;HoverIcons.prototype.inactiveOpacity= -25;Format.prototype.showCloseButton=!1;EditorUi.prototype.closableScratchpad=!1;EditorUi.prototype.toolbarHeight=46;EditorUi.prototype.footerHeight=0;Graph.prototype.editAfterInsert=!0;Editor.prototype.isChromelessView=function(){return!1};Graph.prototype.isLightboxView=function(){return!1};var n=EditorUi.prototype.updateTabContainer;EditorUi.prototype.updateTabContainer=function(){null!=this.tabContainer&&(this.tabContainer.style.right="70px",this.diagramContainer.style.bottom="30px");n.apply(this, -arguments)};var m=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates=function(){m.apply(this,arguments);this.menus.get("save").setEnabled(null!=this.getCurrentFile()||"1"==urlParams.embed)};var r=Menus.prototype.addShortcut;Menus.prototype.addShortcut=function(a,b){null!=b.shortcut&&900>e&&!mxClient.IS_IOS?a.firstChild.nextSibling.setAttribute("title",b.shortcut):r.apply(this,arguments)};var u=App.prototype.updateUserElement;App.prototype.updateUserElement=function(){u.apply(this, +25;Format.prototype.showCloseButton=!1;EditorUi.prototype.closableScratchpad=!1;EditorUi.prototype.toolbarHeight=46;EditorUi.prototype.footerHeight=0;Graph.prototype.editAfterInsert=!0;Editor.prototype.isChromelessView=function(){return!1};Graph.prototype.isLightboxView=function(){return!1};var p=EditorUi.prototype.updateTabContainer;EditorUi.prototype.updateTabContainer=function(){null!=this.tabContainer&&(this.tabContainer.style.right="70px",this.diagramContainer.style.bottom="30px");p.apply(this, +arguments)};var n=EditorUi.prototype.updateActionStates;EditorUi.prototype.updateActionStates=function(){n.apply(this,arguments);this.menus.get("save").setEnabled(null!=this.getCurrentFile()||"1"==urlParams.embed)};var r=Menus.prototype.addShortcut;Menus.prototype.addShortcut=function(a,b){null!=b.shortcut&&900>e&&!mxClient.IS_IOS?a.firstChild.nextSibling.setAttribute("title",b.shortcut):r.apply(this,arguments)};var u=App.prototype.updateUserElement;App.prototype.updateUserElement=function(){u.apply(this, arguments);if(null!=this.userElement){var a=this.userElement;a.style.cssText="display:inline-block;position:relative;margin-right:4px;";a.className="";a.innerHTML="";a.style.backgroundImage="url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMTJjMi4yMSAwIDQtMS43OSA0LTRzLTEuNzktNC00LTQtNCAxLjc5LTQgNCAxLjc5IDQgNCA0em0wIDJjLTIuNjcgMC04IDEuMzQtOCA0djJoMTZ2LTJjMC0yLjY2LTUuMzMtNC04LTR6Ii8+PC9zdmc+)"; a.style.backgroundPosition="center center";a.style.backgroundRepeat="no-repeat";a.style.backgroundSize="24px 24px";a.style.height="24px";a.style.width="24px";mxUtils.setOpacity(a,30);a.setAttribute("title",mxResources.get("changeUser"))}};var d=App.prototype.updateButtonContainer;App.prototype.updateButtonContainer=function(){d.apply(this,arguments);if(null!=this.shareButton){var a=this.shareButton;a.style.cssText="display:inline-block;position:relative;box-sizing:border-box;margin-right:4px;cursor:pointer;"; a.className="";a.innerHTML="";a.style.backgroundImage="url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTggMTYuMDhjLS43NiAwLTEuNDQuMy0xLjk2Ljc3TDguOTEgMTIuN2MuMDUtLjIzLjA5LS40Ni4wOS0uN3MtLjA0LS40Ny0uMDktLjdsNy4wNS00LjExYy41NC41IDEuMjUuODEgMi4wNC44MSAxLjY2IDAgMy0xLjM0IDMtM3MtMS4zNC0zLTMtMy0zIDEuMzQtMyAzYzAgLjI0LjA0LjQ3LjA5LjdMOC4wNCA5LjgxQzcuNSA5LjMxIDYuNzkgOSA2IDljLTEuNjYgMC0zIDEuMzQtMyAzczEuMzQgMyAzIDNjLjc5IDAgMS41LS4zMSAyLjA0LS44MWw3LjEyIDQuMTZjLS4wNS4yMS0uMDguNDMtLjA4LjY1IDAgMS42MSAxLjMxIDIuOTIgMi45MiAyLjkyIDEuNjEgMCAyLjkyLTEuMzEgMi45Mi0yLjkycy0xLjMxLTIuOTItMi45Mi0yLjkyeiIvPjwvc3ZnPg==)"; @@ -3138,7 +3142,7 @@ mxUtils.bind(this,function(a,b){var c=new FilenameDialog(this.editorUi,a,mxResou null,c),a.addSeparator(),this.addSubmenu("layout",a)):d.isSelectionEmpty()&&d.isEnabled()?(a.addSeparator(),this.addMenuItems(a,["editData"],null,c),a.addSeparator(),this.addSubmenu("insert",a),this.addSubmenu("layout",a),a.addSeparator(),this.addSubmenu("view",a,null,mxResources.get("options")),this.addMenuItems(a,["-","exitGroup"],null,c)):d.isEnabled()&&this.addMenuItems(a,["-","lockUnlock"],null,c)};EditorUi.prototype.toggleFormatPanel=function(b){null!=this.formatWindow?this.formatWindow.window.setVisible(b? !1:!this.formatWindow.window.isVisible()):a(this)};DiagramFormatPanel.prototype.isMathOptionVisible=function(){return!0};var g=EditorUi.prototype.destroy;EditorUi.prototype.destroy=function(){null!=this.sidebarWindow&&(this.sidebarWindow.window.setVisible(!1),this.sidebarWindow.window.destroy(),this.sidebarWindow=null);null!=this.formatWindow&&(this.formatWindow.window.setVisible(!1),this.formatWindow.window.destroy(),this.formatWindow=null);null!=this.actions.outlineWindow&&(this.actions.outlineWindow.window.setVisible(!1), this.actions.outlineWindow.window.destroy(),this.actions.outlineWindow=null);null!=this.actions.layersWindow&&(this.actions.layersWindow.window.setVisible(!1),this.actions.layersWindow.window.destroy(),this.actions.layersWindow=null);null!=this.menus.tagsWindow&&(this.menus.tagsWindow.window.setVisible(!1),this.menus.tagsWindow.window.destroy(),this.menus.tagsWindow=null);null!=this.menus.findWindow&&(this.menus.findWindow.window.setVisible(!1),this.menus.findWindow.window.destroy(),this.menus.findWindow= -null);g.apply(this,arguments)};var p=EditorUi.prototype.setGraphEnabled;EditorUi.prototype.setGraphEnabled=function(a){p.apply(this,arguments);a||(null!=this.sidebarWindow&&this.sidebarWindow.window.setVisible(!1),null!=this.formatWindow&&this.formatWindow.window.setVisible(!1))};EditorUi.prototype.chromelessWindowResize=function(){};var t=Menus.prototype.init;Menus.prototype.init=function(){t.apply(this,arguments);var b=this.editorUi,d=b.editor.graph;b.actions.get("insertText").label=mxResources.get("text"); +null);g.apply(this,arguments)};var q=EditorUi.prototype.setGraphEnabled;EditorUi.prototype.setGraphEnabled=function(a){q.apply(this,arguments);a||(null!=this.sidebarWindow&&this.sidebarWindow.window.setVisible(!1),null!=this.formatWindow&&this.formatWindow.window.setVisible(!1))};EditorUi.prototype.chromelessWindowResize=function(){};var t=Menus.prototype.init;Menus.prototype.init=function(){t.apply(this,arguments);var b=this.editorUi,d=b.editor.graph;b.actions.get("insertText").label=mxResources.get("text"); b.actions.get("insertText").label=mxResources.get("text");b.actions.get("editDiagram").label=mxResources.get("formatXml")+"...";b.actions.get("insertRectangle").label=mxResources.get("rectangle");b.actions.get("insertEllipse").label=mxResources.get("ellipse");b.actions.get("insertRhombus").label=mxResources.get("rhombus");b.actions.get("insertImage").label=mxResources.get("image")+"...";b.actions.get("insertLink").label=mxResources.get("link")+"...";b.actions.get("createShape").label=mxResources.get("shape")+ "...";b.actions.get("outline").label=mxResources.get("outline")+"...";b.actions.get("layers").label=mxResources.get("layers")+"...";b.actions.put("importFile",new Action("File...",function(){d.popupMenuHandler.hideMenu();var a=document.createElement("input");a.setAttribute("type","file");mxEvent.addListener(a,"change",function(){null!=a.files&&b.importFiles(a.files,null,null,b.maxImageSize)});a.click()}));b.actions.put("importCsv",new Action(mxResources.get("csv")+"...",function(){d.popupMenuHandler.hideMenu(); b.showImportCsvDialog()}));b.actions.put("importText",new Action(mxResources.get("text")+"...",function(){var a=new ParseDialog(b,"Insert from Text");b.showDialog(a.container,620,420,!0,!1);a.init()}));b.actions.put("formatSql",new Action(mxResources.get("formatSql")+"...",function(){var a=new ParseDialog(b,"Insert from Text","formatSql");b.showDialog(a.container,620,420,!0,!1);a.init()}));b.actions.put("toggleShapes",new Action(mxResources.get("shapes")+"...",function(){c(b)}));b.actions.put("toggleFormat", @@ -3148,70 +3152,71 @@ c),a.addSeparator(c));b.menus.addMenuItems(a,["-","outline","layers","-","find"] f=e.funct;e.funct=function(a,c){f.apply(this,arguments);a.addSeparator(c);b.menus.addSubmenu("openRecent",a,c)}}this.put("save",new Menu(mxUtils.bind(this,function(a,c){var d=b.getCurrentFile();null!=d&&d.constructor==DriveFile?b.menus.addMenuItems(a,["createRevision","makeCopy","-","rename","moveToFolder"],c):b.menus.addMenuItems(a,["save","saveAs","-","rename","makeCopy"],c);null==d||d.constructor!=DriveFile&&d.constructor!=DropboxFile||b.menus.addMenuItems(a,["-","revisionHistory"],c);b.menus.addMenuItems(a, ["-","autosave"],c)})));var g=this.get("exportAs");this.put("exportAs",new Menu(mxUtils.bind(this,function(a,c){g.funct(a,c);a.addSeparator(c);b.menus.addSubmenu("embed",a,c);mxClient.IS_CHROMEAPP||EditorUi.isElectronApp||b.menus.addMenuItems(a,["publishLink"],c)})));var h=this.get("language");this.put("extras",new Menu(mxUtils.bind(this,function(a,c){"1"!=urlParams.embed&&b.menus.addSubmenu("theme",a,c);null!=h&&b.menus.addSubmenu("language",a,c);a.addSeparator(c);b.menus.addMenuItems(a,["scrollbars", "tooltips"],c);"1"!=urlParams.embed&&(isLocalStorage||mxClient.IS_CHROMEAPP)&&b.menus.addMenuItems(a,["-","search","scratchpad","-","showStartScreen"],c);if(!b.isOfflineApp()&&"1"!=urlParams.embed&&isLocalStorage){a.addSeparator(c);var d=b.menus.addMenuItem(a,"plugins",c);b.isOffline()||b.menus.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000056430")}})));this.put("insertAdvanced",new Menu(mxUtils.bind(this,function(a,c){b.menus.addMenuItems(a,"importText plantUml - formatSql importCsv - createShape editDiagram".split(" "), -c)})));mxResources.parse("insertLayout="+mxResources.get("layout"));mxResources.parse("insertAdvanced="+mxResources.get("advanced"));this.put("insert",new Menu(mxUtils.bind(this,function(a,c){b.menus.addMenuItems(a,"insertRectangle insertEllipse insertRhombus - insertText insertLink - insertImage".split(" "),c);b.menus.addSubmenu("importFrom",a,c);a.addSeparator(c);b.menus.addSubmenu("insertLayout",a,c);b.menus.addSubmenu("insertAdvanced",a,c)})));var k="horizontalFlow verticalFlow - horizontalTree verticalTree radialTree - organic circle".split(" "), -m=function(a,c,d,e){a.addItem(d,null,mxUtils.bind(this,function(){var a=new CreateGraphDialog(b,d,e);b.showDialog(a.container,620,420,!0,!1);a.init()}),c)};this.put("insertLayout",new Menu(mxUtils.bind(this,function(a,b){for(var c=0;c<k.length;c++)"-"==k[c]?a.addSeparator(b):m(a,b,mxResources.get(k[c])+"...",k[c])})));this.put("view",new Menu(mxUtils.bind(this,function(a,c){b.menus.addMenuItems(a,"grid guides - connectionArrows connectionPoints -".split(" "),c);if("undefined"!==typeof MathJax){var d= -b.menus.addMenuItem(a,"mathematicalTypesetting",c);b.menus.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000032875")}b.menus.addMenuItems(a,["copyConnect","collapseExpand","-","pageScale"],c)})))};var k=EditorUi.prototype.init;EditorUi.prototype.init=function(){function a(a,b,c,d){var e=g.menus.get(a),f=p.addMenu(mxResources.get(a),mxUtils.bind(this,function(){e.funct.apply(this,arguments)}),n);f.className="geMenuItem";f.style.display="inline-block";f.style.boxSizing="border-box"; -f.style.top="6px";f.style.marginRight="6px";f.style.height="30px";f.style.paddingTop="6px";f.style.paddingBottom="6px";f.setAttribute("title",mxResources.get(a));g.menus.menuCreated(e,f,"geMenuItem");null!=c?(f.style.backgroundImage="url("+c+")",f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.width="34px",f.innerHTML="",mxUtils.setOpacity(f,d||40)):b||(f.style.backgroundImage="url("+mxWindow.prototype.normalizeImage+")",f.style.backgroundPosition= -"right 6px center",f.style.backgroundRepeat="no-repeat",f.style.paddingRight="22px");return f}function b(a,b,c,d,e,f){var h=document.createElement("a");h.setAttribute("href","javascript:void(0)");h.className="geMenuItem";h.style.display="inline-block";h.style.boxSizing="border-box";h.style.height="30px";h.style.padding="6px";h.style.position="relative";h.style.verticalAlign="top";h.style.top="0px";null!=g.statusContainer?m.insertBefore(h,g.statusContainer):m.appendChild(h);null!=f?(h.style.backgroundImage= -"url("+f+")",h.style.backgroundPosition="center center",h.style.backgroundRepeat="no-repeat",h.style.backgroundSize="24px 24px",h.style.width="34px"):mxUtils.write(h,a);mxEvent.addListener(h,"click",function(a){"disabled"!=h.getAttribute("disabled")&&b(a);mxEvent.consume(a)});null==c&&(h.style.marginRight="4px");null!=d&&h.setAttribute("title",d);mxUtils.setOpacity(h,null!=f?40:100);null!=e&&(a=function(){e.isEnabled()?(h.removeAttribute("disabled"),mxUtils.setOpacity(h,null!=f?40:100),h.style.cursor= -""):(h.setAttribute("disabled","disabled"),mxUtils.setOpacity(h,null!=f?10:20),h.style.cursor="default")},e.addListener("stateChanged",a),a());return h}function c(a){var b=document.createElement("div");b.className="geMenuItem";b.style.display="inline-block";b.style.verticalAlign="top";b.style.marginRight="6px";b.style.padding="0 4px 0 4px";b.style.height="30px";b.style.position="relative";b.style.top="0px";for(var c=0;c<a.length;c++)null!=a[c]&&(a[c].style.margin="0px",a[c].style.boxShadow="none", -b.appendChild(a[c]));null!=g.statusContainer?m.insertBefore(b,g.statusContainer):m.appendChild(b);return b}function d(){for(var d=m.firstChild;null!=d;){var f=d.nextSibling;"geMenuItem"!=d.className&&"geItem"!=d.className||d.parentNode.removeChild(d);d=f}n=m.firstChild;e=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;(d=900>e)||a("diagram");c([d?a("diagram",null,IMAGE_PATH+"/drawlogo-gray.svg",100):null,b(mxResources.get("shapes"),g.actions.get("toggleShapes").funct, -null,mxResources.get("shapes"),g.actions.get("image"),d?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMgMTN2OGg4di04aC04ek0zIDIxaDh2LThIM3Y4ek0zIDN2OGg4VjNIM3ptMTMuNjYtMS4zMUwxMSA3LjM0IDE2LjY2IDEzbDUuNjYtNS42Ni01LjY2LTUuNjV6Ii8+PC9zdmc+":null),b(mxResources.get("format"),g.actions.get("toggleFormat").funct,null,mxResources.get("format")+" ("+g.actions.get("formatPanel").shortcut+")",g.actions.get("image"), -d?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgM2MtNC45NyAwLTkgNC4wMy05IDlzNC4wMyA5IDkgOWMuODMgMCAxLjUtLjY3IDEuNS0xLjUgMC0uMzktLjE1LS43NC0uMzktMS4wMS0uMjMtLjI2LS4zOC0uNjEtLjM4LS45OSAwLS44My42Ny0xLjUgMS41LTEuNUgxNmMyLjc2IDAgNS0yLjI0IDUtNSAwLTQuNDItNC4wMy04LTktOHptLTUuNSA5Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTNS42NyA5IDYuNSA5IDggOS42NyA4IDEwLjUgNy4zMyAxMiA2LjUgMTJ6bTMtNEM4LjY3IDggOCA3LjMzIDggNi41UzguNjcgNSA5LjUgNXMxLjUuNjcgMS41IDEuNVMxMC4zMyA4IDkuNSA4em01IDBjLS44MyAwLTEuNS0uNjctMS41LTEuNVMxMy42NyA1IDE0LjUgNXMxLjUuNjcgMS41IDEuNVMxNS4zMyA4IDE0LjUgOHptMyA0Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTMTYuNjcgOSAxNy41IDlzMS41LjY3IDEuNSAxLjUtLjY3IDEuNS0xLjUgMS41eiIvPjwvc3ZnPg==": +c)})));mxResources.parse("insertLayout="+mxResources.get("layout"));mxResources.parse("insertAdvanced="+mxResources.get("advanced"));this.put("insert",new Menu(mxUtils.bind(this,function(a,c){b.menus.addMenuItems(a,"insertRectangle insertEllipse insertRhombus - insertText insertLink - insertImage".split(" "),c);mxClient.IS_CHROMEAPP||EditorUi.isElectronApp?b.menus.addMenuItems(a,["import"],c):b.menus.addSubmenu("importFrom",a,c);a.addSeparator(c);b.menus.addSubmenu("insertLayout",a,c);b.menus.addSubmenu("insertAdvanced", +a,c)})));var m="horizontalFlow verticalFlow - horizontalTree verticalTree radialTree - organic circle".split(" "),n=function(a,c,d,e){a.addItem(d,null,mxUtils.bind(this,function(){var a=new CreateGraphDialog(b,d,e);b.showDialog(a.container,620,420,!0,!1);a.init()}),c)};this.put("insertLayout",new Menu(mxUtils.bind(this,function(a,b){for(var c=0;c<m.length;c++)"-"==m[c]?a.addSeparator(b):n(a,b,mxResources.get(m[c])+"...",m[c])})));this.put("view",new Menu(mxUtils.bind(this,function(a,c){b.menus.addMenuItems(a, +"grid guides - connectionArrows connectionPoints -".split(" "),c);if("undefined"!==typeof MathJax){var d=b.menus.addMenuItem(a,"mathematicalTypesetting",c);b.menus.addLinkToItem(d,"https://desk.draw.io/support/solutions/articles/16000032875")}b.menus.addMenuItems(a,["copyConnect","collapseExpand","-","pageScale"],c)})))};var m=EditorUi.prototype.init;EditorUi.prototype.init=function(){function a(a,b,c,d){var e=g.menus.get(a),f=q.addMenu(mxResources.get(a),mxUtils.bind(this,function(){e.funct.apply(this, +arguments)}),p);f.className="geMenuItem";f.style.display="inline-block";f.style.boxSizing="border-box";f.style.top="6px";f.style.marginRight="6px";f.style.height="30px";f.style.paddingTop="6px";f.style.paddingBottom="6px";f.setAttribute("title",mxResources.get(a));g.menus.menuCreated(e,f,"geMenuItem");null!=c?(f.style.backgroundImage="url("+c+")",f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.width="34px",f.innerHTML="",mxUtils.setOpacity(f, +d||40)):b||(f.style.backgroundImage="url("+mxWindow.prototype.normalizeImage+")",f.style.backgroundPosition="right 6px center",f.style.backgroundRepeat="no-repeat",f.style.paddingRight="22px");return f}function b(a,b,c,d,e,f){var h=document.createElement("a");h.setAttribute("href","javascript:void(0)");h.className="geMenuItem";h.style.display="inline-block";h.style.boxSizing="border-box";h.style.height="30px";h.style.padding="6px";h.style.position="relative";h.style.verticalAlign="top";h.style.top= +"0px";null!=g.statusContainer?n.insertBefore(h,g.statusContainer):n.appendChild(h);null!=f?(h.style.backgroundImage="url("+f+")",h.style.backgroundPosition="center center",h.style.backgroundRepeat="no-repeat",h.style.backgroundSize="24px 24px",h.style.width="34px"):mxUtils.write(h,a);mxEvent.addListener(h,"click",function(a){"disabled"!=h.getAttribute("disabled")&&b(a);mxEvent.consume(a)});null==c&&(h.style.marginRight="4px");null!=d&&h.setAttribute("title",d);mxUtils.setOpacity(h,null!=f?40:100); +null!=e&&(a=function(){e.isEnabled()?(h.removeAttribute("disabled"),mxUtils.setOpacity(h,null!=f?40:100),h.style.cursor=""):(h.setAttribute("disabled","disabled"),mxUtils.setOpacity(h,null!=f?10:20),h.style.cursor="default")},e.addListener("stateChanged",a),a());return h}function c(a){var b=document.createElement("div");b.className="geMenuItem";b.style.display="inline-block";b.style.verticalAlign="top";b.style.marginRight="6px";b.style.padding="0 4px 0 4px";b.style.height="30px";b.style.position= +"relative";b.style.top="0px";for(var c=0;c<a.length;c++)null!=a[c]&&(a[c].style.margin="0px",a[c].style.boxShadow="none",b.appendChild(a[c]));null!=g.statusContainer?n.insertBefore(b,g.statusContainer):n.appendChild(b);return b}function d(){for(var d=n.firstChild;null!=d;){var f=d.nextSibling;"geMenuItem"!=d.className&&"geItem"!=d.className||d.parentNode.removeChild(d);d=f}p=n.firstChild;e=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;(d=900>e)||a("diagram");c([d? +a("diagram",null,IMAGE_PATH+"/drawlogo-gray.svg",100):null,b(mxResources.get("shapes"),g.actions.get("toggleShapes").funct,null,mxResources.get("shapes"),g.actions.get("image"),d?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMgMTN2OGg4di04aC04ek0zIDIxaDh2LThIM3Y4ek0zIDN2OGg4VjNIM3ptMTMuNjYtMS4zMUwxMSA3LjM0IDE2LjY2IDEzbDUuNjYtNS42Ni01LjY2LTUuNjV6Ii8+PC9zdmc+":null),b(mxResources.get("format"), +g.actions.get("toggleFormat").funct,null,mxResources.get("format")+" ("+g.actions.get("formatPanel").shortcut+")",g.actions.get("image"),d?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgM2MtNC45NyAwLTkgNC4wMy05IDlzNC4wMyA5IDkgOWMuODMgMCAxLjUtLjY3IDEuNS0xLjUgMC0uMzktLjE1LS43NC0uMzktMS4wMS0uMjMtLjI2LS4zOC0uNjEtLjM4LS45OSAwLS44My42Ny0xLjUgMS41LTEuNUgxNmMyLjc2IDAgNS0yLjI0IDUtNSAwLTQuNDItNC4wMy04LTktOHptLTUuNSA5Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTNS42NyA5IDYuNSA5IDggOS42NyA4IDEwLjUgNy4zMyAxMiA2LjUgMTJ6bTMtNEM4LjY3IDggOCA3LjMzIDggNi41UzguNjcgNSA5LjUgNXMxLjUuNjcgMS41IDEuNVMxMC4zMyA4IDkuNSA4em01IDBjLS44MyAwLTEuNS0uNjctMS41LTEuNVMxMy42NyA1IDE0LjUgNXMxLjUuNjcgMS41IDEuNVMxNS4zMyA4IDE0LjUgOHptMyA0Yy0uODMgMC0xLjUtLjY3LTEuNS0xLjVTMTYuNjcgOSAxNy41IDlzMS41LjY3IDEuNSAxLjUtLjY3IDEuNS0xLjUgMS41eiIvPjwvc3ZnPg==": null)]);f=a("insert",!0,d?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMTNoLTZ2NmgtMnYtNkg1di0yaDZWNWgydjZoNnYyeiIvPjwvc3ZnPg==":null,40);c([f,b(mxResources.get("delete"),g.actions.get("delete").funct,null,mxResources.get("delete"),g.actions.get("delete"),d?"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNiAxOWMwIDEuMS45IDIgMiAyaDhjMS4xIDAgMi0uOSAyLTJWN0g2djEyek0xOSA0aC0zLjVsLTEtMWgtNWwtMSAxSDV2MmgxNFY0eiIvPjwvc3ZnPg==": null)]);if(480<=e&&(f=g.actions.get("undo"),d=g.actions.get("redo"),f=b("",f.funct,null,mxResources.get("undo")+" ("+f.shortcut+")",f,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIuNSA4Yy0yLjY1IDAtNS4wNS45OS02LjkgMi42TDIgN3Y5aDlsLTMuNjItMy42MmMxLjM5LTEuMTYgMy4xNi0xLjg4IDUuMTItMS44OCAzLjU0IDAgNi41NSAyLjMxIDcuNiA1LjVsMi4zNy0uNzhDMjEuMDggMTEuMDMgMTcuMTUgOCAxMi41IDh6Ii8+PC9zdmc+"),d=b("",d.funct, null,mxResources.get("redo")+" ("+d.shortcut+")",d,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTguNCAxMC42QzE2LjU1IDguOTkgMTQuMTUgOCAxMS41IDhjLTQuNjUgMC04LjU4IDMuMDMtOS45NiA3LjIyTDMuOSAxNmMxLjA1LTMuMTkgNC4wNS01LjUgNy42LTUuNSAxLjk1IDAgMy43My43MiA1LjEyIDEuODhMMTMgMTZoOVY3bC0zLjYgMy42eiIvPjwvc3ZnPg=="),c([f,d]),560<=e)){var d=g.actions.get("zoomIn"),f=g.actions.get("zoomOut"),k=g.actions.get("resetView"); c([b("",function(){h.popupMenuHandler.hideMenu();var a=h.view.scale,b=h.view.translate.x,c=h.view.translate.y;g.actions.get("resetView").funct();1E-5>Math.abs(a-h.view.scale)&&b==h.view.translate.x&&c==h.view.translate.y&&g.actions.get(h.pageVisible?"fitPage":"fitWindow").funct()},!0,mxResources.get("fit")+" ("+Editor.ctrlKey+"+H)",k,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMyA1djRoMlY1aDRWM0g1Yy0xLjEgMC0yIC45LTIgMnptMiAxMEgzdjRjMCAxLjEuOSAyIDIgMmg0di0ySDV2LTR6bTE0IDRoLTR2Mmg0YzEuMSAwIDItLjkgMi0ydi00aC0ydjR6bTAtMTZoLTR2Mmg0djRoMlY1YzAtMS4xLS45LTItMi0yeiIvPjwvc3ZnPg=="), 640<=e?b("",d.funct,!0,mxResources.get("zoomIn")+" ("+Editor.ctrlKey+" +)",d,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHptMi41LTRoLTJ2Mkg5di0ySDdWOWgyVjdoMXYyaDJ2MXoiLz48L3N2Zz4="): null,640<=e?b("",f.funct,!0,mxResources.get("zoomOut")+" ("+Editor.ctrlKey+" -)",f,"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHpNNyA5aDV2MUg3eiIvPjwvc3ZnPg=="): -null])}d=g.menus.get("language");null!=d&&!mxClient.IS_CHROMEAPP&&!EditorUi.isElectronApp&&480<=e?(f=p.addMenu("",d.funct),f.setAttribute("title",mxResources.get("language")),f.style.backgroundImage="url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTEuOTkgMkM2LjQ3IDIgMiA2LjQ4IDIgMTJzNC40NyAxMCA5Ljk5IDEwQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyUzE3LjUyIDIgMTEuOTkgMnptNi45MyA2aC0yLjk1Yy0uMzItMS4yNS0uNzgtMi40NS0xLjM4LTMuNTYgMS44NC42MyAzLjM3IDEuOTEgNC4zMyAzLjU2ek0xMiA0LjA0Yy44MyAxLjIgMS40OCAyLjUzIDEuOTEgMy45NmgtMy44MmMuNDMtMS40MyAxLjA4LTIuNzYgMS45MS0zLjk2ek00LjI2IDE0QzQuMSAxMy4zNiA0IDEyLjY5IDQgMTJzLjEtMS4zNi4yNi0yaDMuMzhjLS4wOC42Ni0uMTQgMS4zMi0uMTQgMiAwIC42OC4wNiAxLjM0LjE0IDJINC4yNnptLjgyIDJoMi45NWMuMzIgMS4yNS43OCAyLjQ1IDEuMzggMy41Ni0xLjg0LS42My0zLjM3LTEuOS00LjMzLTMuNTZ6bTIuOTUtOEg1LjA4Yy45Ni0xLjY2IDIuNDktMi45MyA0LjMzLTMuNTZDOC44MSA1LjU1IDguMzUgNi43NSA4LjAzIDh6TTEyIDE5Ljk2Yy0uODMtMS4yLTEuNDgtMi41My0xLjkxLTMuOTZoMy44MmMtLjQzIDEuNDMtMS4wOCAyLjc2LTEuOTEgMy45NnpNMTQuMzQgMTRIOS42NmMtLjA5LS42Ni0uMTYtMS4zMi0uMTYtMiAwLS42OC4wNy0xLjM1LjE2LTJoNC42OGMuMDkuNjUuMTYgMS4zMi4xNiAyIDAgLjY4LS4wNyAxLjM0LS4xNiAyem0uMjUgNS41NmMuNi0xLjExIDEuMDYtMi4zMSAxLjM4LTMuNTZoMi45NWMtLjk2IDEuNjUtMi40OSAyLjkzLTQuMzMgMy41NnpNMTYuMzYgMTRjLjA4LS42Ni4xNC0xLjMyLjE0LTIgMC0uNjgtLjA2LTEuMzQtLjE0LTJoMy4zOGMuMTYuNjQuMjYgMS4zMS4yNiAycy0uMSAxLjM2LS4yNiAyaC0zLjM4eiIvPjwvc3ZnPg==)", -f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.position="absolute",f.style.height="24px",f.style.width="24px",f.style.zIndex="1",f.style.top="11px",f.style.right="14px",mxUtils.setOpacity(f,30),m.appendChild(f),g.buttonContainer.style.right="40px"):g.buttonContainer.style.right="14px"}k.apply(this,arguments);var f=document.createElement("div");f.style.cssText="position:absolute;left:0px;right:0px;top:0px;overflow-y:auto;overflow-x:hidden;"; -f.style.bottom="1"!=urlParams.embed||"1"==urlParams.libraries?"63px":"32px";this.sidebar=this.createSidebar(f);var g=this,h=g.editor.graph;g.toolbar=this.createToolbar(g.createDiv("geToolbar"));g.defaultLibraryName=mxResources.get("untitledLibrary");var m=document.createElement("div");m.style.cssText="position:absolute;left:0px;right:0px;top:0px;height:30px;padding:8px;border-bottom:1px solid lightgray;background-color:#ffffff;text-align:left;white-space:nowrap;";var n=null,p=new Menubar(g,m);g.statusContainer= +null])}d=g.menus.get("language");null!=d&&!mxClient.IS_CHROMEAPP&&!EditorUi.isElectronApp&&480<=e?(f=q.addMenu("",d.funct),f.setAttribute("title",mxResources.get("language")),f.style.backgroundImage="url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTEuOTkgMkM2LjQ3IDIgMiA2LjQ4IDIgMTJzNC40NyAxMCA5Ljk5IDEwQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyUzE3LjUyIDIgMTEuOTkgMnptNi45MyA2aC0yLjk1Yy0uMzItMS4yNS0uNzgtMi40NS0xLjM4LTMuNTYgMS44NC42MyAzLjM3IDEuOTEgNC4zMyAzLjU2ek0xMiA0LjA0Yy44MyAxLjIgMS40OCAyLjUzIDEuOTEgMy45NmgtMy44MmMuNDMtMS40MyAxLjA4LTIuNzYgMS45MS0zLjk2ek00LjI2IDE0QzQuMSAxMy4zNiA0IDEyLjY5IDQgMTJzLjEtMS4zNi4yNi0yaDMuMzhjLS4wOC42Ni0uMTQgMS4zMi0uMTQgMiAwIC42OC4wNiAxLjM0LjE0IDJINC4yNnptLjgyIDJoMi45NWMuMzIgMS4yNS43OCAyLjQ1IDEuMzggMy41Ni0xLjg0LS42My0zLjM3LTEuOS00LjMzLTMuNTZ6bTIuOTUtOEg1LjA4Yy45Ni0xLjY2IDIuNDktMi45MyA0LjMzLTMuNTZDOC44MSA1LjU1IDguMzUgNi43NSA4LjAzIDh6TTEyIDE5Ljk2Yy0uODMtMS4yLTEuNDgtMi41My0xLjkxLTMuOTZoMy44MmMtLjQzIDEuNDMtMS4wOCAyLjc2LTEuOTEgMy45NnpNMTQuMzQgMTRIOS42NmMtLjA5LS42Ni0uMTYtMS4zMi0uMTYtMiAwLS42OC4wNy0xLjM1LjE2LTJoNC42OGMuMDkuNjUuMTYgMS4zMi4xNiAyIDAgLjY4LS4wNyAxLjM0LS4xNiAyem0uMjUgNS41NmMuNi0xLjExIDEuMDYtMi4zMSAxLjM4LTMuNTZoMi45NWMtLjk2IDEuNjUtMi40OSAyLjkzLTQuMzMgMy41NnpNMTYuMzYgMTRjLjA4LS42Ni4xNC0xLjMyLjE0LTIgMC0uNjgtLjA2LTEuMzQtLjE0LTJoMy4zOGMuMTYuNjQuMjYgMS4zMS4yNiAycy0uMSAxLjM2LS4yNiAyaC0zLjM4eiIvPjwvc3ZnPg==)", +f.style.backgroundPosition="center center",f.style.backgroundRepeat="no-repeat",f.style.backgroundSize="24px 24px",f.style.position="absolute",f.style.height="24px",f.style.width="24px",f.style.zIndex="1",f.style.top="11px",f.style.right="14px",mxUtils.setOpacity(f,30),n.appendChild(f),g.buttonContainer.style.right="40px"):g.buttonContainer.style.right="14px"}m.apply(this,arguments);var f=document.createElement("div");f.style.cssText="position:absolute;left:0px;right:0px;top:0px;overflow-y:auto;overflow-x:hidden;"; +f.style.bottom="1"!=urlParams.embed||"1"==urlParams.libraries?"63px":"32px";this.sidebar=this.createSidebar(f);var g=this,h=g.editor.graph;g.toolbar=this.createToolbar(g.createDiv("geToolbar"));g.defaultLibraryName=mxResources.get("untitledLibrary");var n=document.createElement("div");n.style.cssText="position:absolute;left:0px;right:0px;top:0px;height:30px;padding:8px;border-bottom:1px solid lightgray;background-color:#ffffff;text-align:left;white-space:nowrap;";var p=null,q=new Menubar(g,n);g.statusContainer= g.createStatusContainer();g.statusContainer.style.position="relative";g.statusContainer.style.maxWidth="";g.statusContainer.style.marginTop="7px";g.statusContainer.style.marginLeft="6px";g.statusContainer.style.color="gray";g.statusContainer.style.cursor="default";g.editor.addListener("statusChanged",mxUtils.bind(this,function(){g.setStatusText(g.editor.getStatus())}));var r=g.descriptorChanged;g.descriptorChanged=function(){r.apply(this,arguments);var a=g.getCurrentFile();if(null!=a&&null!=a.getTitle()){var b= -a.getMode();"google"==b?b="googleDrive":"github"==b?b="gitHub":"onedrive"==b&&(b="oneDrive");b=mxResources.get(b);m.setAttribute("title",a.getTitle()+(null!=b?" ("+b+")":""))}else m.removeAttribute("title")};g.setStatusText(g.editor.getStatus());m.appendChild(g.statusContainer);g.buttonContainer=document.createElement("div");g.buttonContainer.style.cssText="position:absolute;right:40px;top:12px;white-space:nowrap;";m.appendChild(g.buttonContainer);g.menubarContainer=g.buttonContainer;g.tabContainer= +a.getMode();"google"==b?b="googleDrive":"github"==b?b="gitHub":"onedrive"==b&&(b="oneDrive");b=mxResources.get(b);n.setAttribute("title",a.getTitle()+(null!=b?" ("+b+")":""))}else n.removeAttribute("title")};g.setStatusText(g.editor.getStatus());n.appendChild(g.statusContainer);g.buttonContainer=document.createElement("div");g.buttonContainer.style.cssText="position:absolute;right:40px;top:12px;white-space:nowrap;";n.appendChild(g.buttonContainer);g.menubarContainer=g.buttonContainer;g.tabContainer= document.createElement("div");g.tabContainer.style.cssText="position:absolute;left:0px;right:0px;bottom:0px;height:30px;white-space:nowrap;border-bottom:1px solid lightgray;background-color:#ffffff;border-top:1px solid lightgray;margin-bottom:-2px;visibility:hidden;";var f=g.diagramContainer.parentNode,t=document.createElement("div");t.style.cssText="position:absolute;top:0px;left:0px;right:0px;bottom:0px;overflow:hidden;";g.diagramContainer.style.top="47px";var u=g.menus.get("viewZoom");if(null!= -u){this.tabContainer.style.right="70px";var D=p.addMenu("100%",u.funct);D.setAttribute("title",mxResources.get("zoom")+" (Alt+Mousewheel)");D.style.whiteSpace="nowrap";D.style.backgroundImage="url("+mxWindow.prototype.minimizeImage+")";D.style.backgroundPosition="right 6px center";D.style.backgroundRepeat="no-repeat";D.style.backgroundColor="#ffffff";D.style.paddingRight="10px";D.style.display="block";D.style.position="absolute";D.style.textDecoration="none";D.style.textDecoration="none";D.style.right= +u){this.tabContainer.style.right="70px";var D=q.addMenu("100%",u.funct);D.setAttribute("title",mxResources.get("zoom")+" (Alt+Mousewheel)");D.style.whiteSpace="nowrap";D.style.backgroundImage="url("+mxWindow.prototype.minimizeImage+")";D.style.backgroundPosition="right 6px center";D.style.backgroundRepeat="no-repeat";D.style.backgroundColor="#ffffff";D.style.paddingRight="10px";D.style.display="block";D.style.position="absolute";D.style.textDecoration="none";D.style.textDecoration="none";D.style.right= "0px";D.style.bottom="0px";D.style.overflow="hidden";D.style.visibility="hidden";D.style.textAlign="center";D.style.color="#000";D.style.fontSize="12px";D.style.color="#707070";D.style.width="59px";D.style.borderTop="1px solid lightgray";D.style.borderLeft="1px solid lightgray";D.style.height=parseInt(g.tabContainer.style.height)-1+"px";D.style.lineHeight=parseInt(g.tabContainer.style.height)+1+"px";t.appendChild(D);u=mxUtils.bind(this,function(){D.innerHTML=Math.round(100*g.editor.graph.view.scale)+ -"%"});g.editor.graph.view.addListener(mxEvent.EVENT_SCALE,u);g.editor.addListener("resetGraphView",u);g.editor.addListener("pageSelected",u);var E=g.setGraphEnabled;g.setGraphEnabled=function(){E.apply(this,arguments);null!=this.tabContainer&&(D.style.visibility=this.tabContainer.style.visibility,this.diagramContainer.style.bottom="hidden"!=this.tabContainer.style.visibility?"30px":"0px")}}t.appendChild(g.tabContainer);t.appendChild(m);t.appendChild(g.diagramContainer);f.appendChild(t);g.updateTabContainer(); +"%"});g.editor.graph.view.addListener(mxEvent.EVENT_SCALE,u);g.editor.addListener("resetGraphView",u);g.editor.addListener("pageSelected",u);var I=g.setGraphEnabled;g.setGraphEnabled=function(){I.apply(this,arguments);null!=this.tabContainer&&(D.style.visibility=this.tabContainer.style.visibility,this.diagramContainer.style.bottom="hidden"!=this.tabContainer.style.visibility?"30px":"0px")}}t.appendChild(g.tabContainer);t.appendChild(n);t.appendChild(g.diagramContainer);f.appendChild(t);g.updateTabContainer(); d();mxEvent.addListener(window,"resize",function(){d();null!=g.sidebarWindow&&g.sidebarWindow.window.fit();null!=g.formatWindow&&g.formatWindow.window.fit();null!=g.actions.outlineWindow&&g.actions.outlineWindow.window.fit();null!=g.actions.layersWindow&&g.actions.layersWindow.window.fit();null!=g.menus.tagsWindow&&g.menus.tagsWindow.window.fit();null!=g.menus.findWindow&&g.menus.findWindow.window.fit()})}}}; -(function(){var a=!1;"min"!=uiTheme||a||mxClient.IS_CHROMEAPP||(EditorUi.initMinimalTheme(),a=!0);var c=EditorUi.initTheme;EditorUi.initTheme=function(){c.apply(this,arguments);"min"!=uiTheme||a||(this.initMinimalTheme(),a=!0)}})();mxResources.parse("# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*\n# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE\naboutDrawio=About draw.io\naccessDenied=Access Denied\naction=Action\nactualSize=Actual Size\nadd=Add\naddedFile=Added {1}\naddImages=Add Images\naddImageUrl=Add Image URL\naddLayer=Add Layer\naddProperty=Add Property\naddress=Address\naddToExistingDrawing=Add to Existing Drawing\naddWaypoint=Add Waypoint\nadjustTo=Adjust to\nadvanced=Advanced\nalign=Align\nalignment=Alignment\nallChangesLost=All changes will be lost!\nallPages=All Pages\nallProjects=All Projects\nallSpaces=All Spaces\nallTags=All Tags\nanchor=Anchor\nandroid=Android\nangle=Angle\narc=Arc\nareYouSure=Are you sure?\nensureDataSaved=Please ensure your data is saved before closing.\nallChangesSaved=All changes saved\nallChangesSavedInDrive=All changes saved in Drive\nallowPopups=Allow pop-ups to avoid this dialog.\nallowRelativeUrl=Allow relative URL\nalreadyConnected=Nodes already connected\napply=Apply\narchiMate21=ArchiMate 2.1\narrange=Arrange\narrow=Arrow\narrows=Arrows\nasNew=As New\natlas=Atlas\nauthor=Author\nauthorizationRequired=Authorization required\nauthorizeThisAppIn=Authorize this app in {1}:\nauthorize=Authorize\nauthorizing=Authorizing\nautomatic=Automatic\nautosave=Autosave\nautosize=Autosize\nattachments=Attachments\naws=AWS\naws3d=AWS 3D\nazure=Azure\nbackground=Background\nbackgroundColor=Background Color\nbackgroundImage=Background Image\nbasic=Basic\nblankDrawing=Blank Drawing\nblankDiagram=Blank Diagram\nblock=Block\nblockquote=Blockquote\nblog=Blog\nbold=Bold\nbootstrap=Bootstrap\nborder=Border\nborderColor=Border Color\nborderWidth=Borderwidth\nbottom=Bottom\nbottomAlign=Bottom Align\nbottomLeft=Bottom Left\nbottomRight=Bottom Right\nbpmn=BPMN\nbrowser=Browser\nbulletedList=Bulleted List\nbusiness=Business\nbusy=Operation in progress\ncabinets=Cabinets\ncancel=Cancel\ncenter=Center\ncannotLoad=Load attempts failed. Please try again later.\ncannotLogin=Log in attempts failed. Please try again later.\ncannotOpenFile=Cannot open file\nchange=Change\nchangeOrientation=Change Orientation\nchangeUser=Change user\nchangesNotSaved=Changes have not been saved\nchatJoined={1} has joined\nchatLeft={1} has left\nchatWindowTitle=Chat\nchooseAnOption=Choose an option\nchromeApp=Chrome App\ncompressed=Compressed\ncommitMessage=Commit Message\ncsv=CSV\ndark=Dark\ndraftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.\ndragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?\ndropboxCharsNotAllowed=The following characters are not allowed: / : ? * \" |\ncheck=Check\ncircle=Circle\ncisco=Cisco\nclassic=Classic\nclearDefaultStyle=Clear Default Style\nclearWaypoints=Clear Waypoints\nclipart=Clipart\nclose=Close\ncollaborator=Collaborator\ncollaborators=Collaborators\ncollapse=Collapse\ncollapseExpand=Collapse/Expand\ncollapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect group size\ncollapsible=Collapsible\ncomic=Comic\ncomment=Comment\ncommentsNotes=Comments/Notes\ncompress=Compress\nconnect=Connect\nconnecting=Connecting\nconnectWithDrive=Connect with Google Drive\nconnection=Connection\nconnectionArrows=Connection Arrows\nconnectionPoints=Connection Points\nconstrainProportions=Constrain Proportions\ncontainsValidationErrors=Contains validation errors\ncopiedToClipboard=Copied to clipboard\ncopy=Copy\ncopyConnect=Copy on connect\ncopyOf=Copy of {1}\ncopyOfDrawing=Copy of Drawing\ncopySize=Copy Size\ncopyStyle=Copy Style\ncreate=Create\ncreateNewDiagram=Create New Diagram\ncreateRevision=Create Revision\ncreateShape=Create Shape\ncrop=Crop\ncurved=Curved\ncustom=Custom\ncurrent=Current\ncut=Cut\ndashed=Dashed\ndecideLater=Decide later\ndefault=Default\ndelete=Delete\ndeleteColumn=Delete Column\ndeleteLibrary401=Insufficient permissions to delete this library\ndeleteLibrary404=Selected library could not be found\ndeleteLibrary500=Error deleting library\ndeleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?\ndeleteRow=Delete Row\ndescription=Description\ndevice=Device\ndiagram=Diagram\ndiagramContent=Diagram Content\ndiagramLocked=Diagram has been locked to prevent further data loss.\ndiagramLockedBySince=The diagram is locked by {1} since {2} ago\ndiagramName=Diagram Name\ndiagramIsPublic=Diagram is public\ndiagramIsNotPublic=Diagram is not public\ndiamond=Diamond\ndiamondThin=Diamond (thin)\ndidYouKnow=Did you know...\ndirection=Direction\ndiscard=Discard\ndiscardChangesAndReconnect=Discard Changes and Reconnect\ngoogleDriveMissingClickHere=Google Drive missing? Click here!\ndiscardChanges=Discard Changes\ndisconnected=Disconnected\ndistribute=Distribute\ndone=Done\ndotted=Dotted\ndoubleClickOrientation=Doubleclick to change orientation\ndoubleClickTooltip=Doubleclick to insert text\ndoubleClickChangeProperty=Doubleclick to change property name\ndownload=Download\ndownloadAs=Download as\nclickHereToSave=Click here to save.\ndraftDiscarded=Draft discarded\ndraftSaved=Draft saved\ndragElementsHere=Drag elements here\ndragImagesHere=Drag images or URLs here\ndragUrlsHere=Drag URLs here\ndraw.io=draw.io\ndrawing=Drawing{1}\ndrawingEmpty=Drawing is empty\ndrawingTooLarge=Drawing is too large\ndrawioForWork=Draw.io for GSuite\ndropbox=Dropbox\nduplicate=Duplicate\nduplicateIt=Duplicate {1}\ndivider=Divider\ndx=Dx\ndy=Dy\neast=East\nedit=Edit\neditData=Edit Data\neditDiagram=Edit Diagram\neditGeometry=Edit Geometry\neditImage=Edit Image\neditImageUrl=Edit Image URL\neditLink=Edit Link\neditShape=Edit Shape\neditStyle=Edit Style\neditText=Edit Text\neditTooltip=Edit Tooltip\nglass=Glass\ngoogleImages=Google Images\nimageSearch=Image Search\neip=EIP\nembed=Embed\nembedImages=Embed Images\nmainEmbedNotice=Paste this into the page\nelectrical=Electrical\nellipse=Ellipse\nembedNotice=Paste this once at the end of the page\nenterGroup=Enter Group\nenterName=Enter Name\nenterPropertyName=Enter Property Name\nenterValue=Enter Value\nentityRelation=Entity Relation\nerror=Error\nerrorDeletingFile=Error Deleting File\nerrorLoadingFile=Error loading file\nerrorRenamingFile=Error renaming file.\nerrorRenamingFileNotFound=Error renaming file. File was not found.\nerrorRenamingFileForbidden=Error renaming file. Insufficient access rights.\nerrorSavingDraft=Error saving draft\nerrorSavingFile=Error saving file\nerrorSavingFileUnknown=Error authorizing with Google's servers. Please refresh the page to re-attempt.\nerrorSavingFileForbidden=Error saving file. Insufficient access rights.\nerrorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.\nerrorSavingFileNotFound=Error saving file. File was not found.\nerrorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.\nerrorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.\nerrorSendingFeedback=Error sending feedback.\nerrorUpdatingPreview=Error updating preview.\nexit=Exit\nexitGroup=Exit Group\nexpand=Expand\nexport=Export\nexporting=Exporting\nexportAs=Export as\nexportOptionsDisabled=Export options disabled\nexportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.\nextras=Extras\nfacebook=Facebook\nfailedToSaveTryReconnect=Failed to save, trying to reconnect\nfeatureRequest=Feature Request\nfeedback=Feedback\nfeedbackSent=Feedback successfully sent.\nfloorplans=Floorplans\nfile=File\nfileChangedOverwrite=File was changed. Overwrite changes?\noverwrite=Overwrite\nfilename=Filename\nfileExists=File already exists\nfileNearlyFullSeeFaq=File nearly full, please see FAQ\nfileNotFound=File not found\nrepositoryNotFound=Repository not found\nfileNotFoundOrDenied=The file was not found. It does not exist or you do not have read access.\nfileNotLoaded=File not loaded\nfileNotSaved=File not saved\nfileOpenLocation=How would you like to open these file(s)?\nfileWillBeSavedInAppFolder={1} will be saved in the app folder.\nfill=Fill\nfillColor=Fill Color\nfilterCards=Filter Cards\nfind=Find\nfit=Fit\nfitContainer=Resize Container\nfitIntoContainer=Fit into Container\nfitPage=Fit Page\nfitPageWidth=Fit Page Width\nfitTo=Fit to\nfitToSheetsAcross=sheet(s) across\nfitToBy=by\nfitToSheetsDown=sheet(s) down\nfitTwoPages=Two Pages\nfitWindow=Fit Window\nflip=Flip\nflipH=Flip Horizontal\nflipV=Flip Vertical\nflowchart=Flowchart\nfolder=Folder\nfont=Font\nfontColor=Font Color\nfontFamily=Font Family\nfontSize=Font Size\nforbidden=You are not authorized to access this file\nformat=Format\nformatPanel=Format Panel\nformatted=Formatted\nformattedText=Formatted Text\nformatPng=PNG\nformatGif=GIF\nformatJpg=JPEG\nformatPdf=PDF\nformatSql=SQL\nformatSvg=SVG\nformatHtmlEmbedded=HTML\nformatSvgEmbedded=SVG (with XML)\nformatVsdx=VSDX\nformatVssx=VSSX\nformatXmlPlain=XML (Plain)\nformatXml=XML\nforum=Discussion/Help Forums\nfromTemplate=From Template\nfromTemplateUrl=From Template URL\nfromText=From Text\nfromUrl=From URL\nfromThisPage=From this page\nfullscreen=Fullscreen\ngap=Gap\ngeneral=General\ngithub=GitHub\ngliffy=Gliffy\nglobal=Global\ngoogleDocs=Google Docs\ngoogleDrive=Google Drive\ngoogleGadget=Google Gadget\ngooglePlus=Google+\ngoogleSites=Google Sites\ngradient=Gradient\ngradientColor=Color\ngrid=Grid\ngridColor=Grid Color\ngridSize=Grid Size\ngroup=Group\nguides=Guides\nhateApp=I hate draw.io\nheading=Heading\nheight=Height\nhelp=Help\nhelpTranslate=Help us translate this application\nhide=Hide\nhideIt=Hide {1}\nhidden=Hidden\nhome=Home\nhorizontal=Horizontal\nhorizontalFlow=Horizontal Flow\nhorizontalTree=Horizontal Tree\nhowTranslate=How good is the translation in your language?\nhtml=HTML\nhtmlText=HTML Text\nid=ID\niframe=IFrame\nignore=Ignore\nimage=Image\nimageUrl=Image URL\nimages=Images\nimagePreviewError=This image couldn't be loaded for preview. Please check the URL.\nimageTooBig=Image too big\nimgur=Imgur\nimport=Import\nimportFrom=Import from\nincludeCopyOfMyDiagram=Include a copy of my diagram\nincreaseIndent=Increase Indent\ndecreaseIndent=Decrease Indent\ninsert=Insert\ninsertColumnBefore=Insert Column Left\ninsertColumnAfter=Insert Column Right\ninsertEllipse=Insert Ellipse\ninsertImage=Insert Image\ninsertHorizontalRule=Insert Horizontal Rule\ninsertLink=Insert Link\ninsertPage=Insert Page\ninsertRectangle=Insert Rectangle\ninsertRhombus=Insert Rhombus\ninsertRowBefore=Insert Row Above\ninsertRowAfter=Insert Row After\ninsertText=Insert Text\ninserting=Inserting\ninvalidFilename=Diagram names must not contain the following characters: / | : ; { } < > & + ? = \"\ninvalidLicenseSeeThisPage=Your license is invalid, please see this <a target=\"_blank\" href=\"https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin\">page</a>.\ninvalidName=Invalid name\ninvalidOrMissingFile=Invalid or missing file\ninvalidPublicUrl=Invalid public URL\nisometric=Isometric\nios=iOS\nitalic=Italic\nkennedy=Kennedy\nkeyboardShortcuts=Keyboard Shortcuts\nlayers=Layers\nlandscape=Landscape\nlanguage=Language\nleanMapping=Lean Mapping\nlastChange=Last change {1} ago\nlessThanAMinute=less than a minute\nlicensingError=Licensing Error\nlicenseHasExpired=The license for {1} has expired on {2}. Click here.\nlicenseWillExpire=The license for {1} will expire on {2}. Click here.\nlineJumps=Line jumps\nlinkAccountRequired=If the diagram is not public a Google account is required to view the link.\nlinkText=Link Text\nlist=List\nminute=minute\nminutes=minutes\nhours=hours\ndays=days\nmonths=months\nyears=years\nrestartForChangeRequired=Changes will take effect after page refresh.\nlaneColor=Lanecolor\nlastModified=Last modified\nlayout=Layout\nleft=Left\nleftAlign=Left Align\nleftToRight=Left to right\nlibraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.\nlightbox=Lightbox\nline=Line\nlineend=Line end\nlineheight=Line Height\nlinestart=Line start\nlinewidth=Linewidth\nlink=Link\nlinks=Links\nloading=Loading\nlockUnlock=Lock/Unlock\nloggedOut=Logged Out\nlogIn=log in\nloveIt=I love {1}\nlucidchart=Lucidchart\nmaps=Maps\nmathematicalTypesetting=Mathematical Typesetting\nmakeCopy=Make a Copy\nmanual=Manual\nmiddle=Middle\nminimal=Minimal\nmisc=Misc\nmockups=Mockups\nmodificationDate=Modification date\nmodifiedBy=Modified by\nmore=More\nmoreResults=More Results\nmoreShapes=More Shapes\nmove=Move\nmoveToFolder=Move to Folder\nmoving=Moving\nmoveSelectionTo=Move selection to {1}\nname=Name\nnavigation=Navigation\nnetwork=Network\nnetworking=Networking\nnew=New\nnewLibrary=New Library\nnextPage=Next Page\nnoAttachments=No attachments found\nnoColor=No Color\nnoFiles=No Files\nnoFileSelected=No file selected\nnoLibraries=No libraries found\nnoMoreResults=No more results\nnone=None\nnoOtherViewers=No other viewers\nnoPlugins=No plugins\nnoPreview=No preview\nnoResponse=No response from server\nnoResultsFor=No results for '{1}'\nnoRevisions=No revisions\nnoSearchResults=No search results found\nnoPageContentOrNotSaved=No anchors found on this page or it hasn't been saved yet\nnormal=Normal\nnorth=North\nnotADiagramFile=Not a diagram file\nnotALibraryFile=Not a library file\nnotAvailable=Not available\nnotAUtf8File=Not a UTF-8 file\nnotConnected=Not connected\nnote=Note\nnotUsingService=Not using {1}?\nnumberedList=Numbered list\noffline=Offline\nok=OK\noneDrive=OneDrive\nonline=Online\nopacity=Opacity\nopen=Open\nopenArrow=Open Arrow\nopenExistingDiagram=Open Existing Diagram\nopenFile=Open File\nopenFrom=Open from\nopenLibrary=Open Library\nopenLibraryFrom=Open Library from\nopenLink=Open Link\nopenInNewWindow=Open in New Window\nopenInThisWindow=Open in This Window\nopenIt=Open {1}\nopenRecent=Open Recent\nopenSupported=Supported formats are files saved from this software (.xml), .vsdx and .gliffy\noptions=Options\norganic=Organic\northogonal=Orthogonal\notherViewer=other viewer\notherViewers=other viewers\noutline=Outline\noval=Oval\npage=Page\npageContent=Page Content\npageNotFound=Page not found\npageWithNumber=Page-{1}\npages=Pages\npageView=Page View\npageSetup=Page Setup\npageScale=Page Scale\npan=Pan\npanTooltip=Space+Drag to pan\npaperSize=Paper Size\npattern=Pattern\npaste=Paste\npasteHere=Paste here\npasteSize=Paste Size\npasteStyle=Paste Style\nperimeter=Perimeter\npermissionAnyone=Anyone can edit\npermissionAuthor=Owner and admins can edit\npickFolder=Pick a folder\npickLibraryDialogTitle=Select Library\npublicDiagramUrl=Public URL of the diagram\nplaceholders=Placeholders\nplantUml=PlantUML\nplugins=Plugins\npluginUrl=Plugin URL\npluginWarning=The page has requested to load the following plugin(s):\n \n {1}\n \n Would you like to load these plugin(s) now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of doing so.\n\nplusTooltip=Click to connect and clone (ctrl+click to clone, shift+click to connect). Drag to connect (ctrl+drag to clone).\nportrait=Portrait\nposition=Position\nposterPrint=Poster Print\npreferences=Preferences\npreview=Preview\npreviousPage=Previous Page\nprint=Print\nprintAllPages=Print All Pages\nprocEng=Proc. Eng.\nproject=Project\npriority=Priority\nproperties=Properties\npublish=Publish\nquickStart=Quick Start Video\nrack=Rack\nradialTree=Radial Tree\nreadOnly=Read-only\nreconnecting=Reconnecting\nrecentlyUpdated=Recently Updated\nrecentlyViewed=Recently Viewed\nrectangle=Rectangle\nredirectToNewApp=This file was created or modified in a newer version of this app. You will be redirected now.\nrealtimeTimeout=It looks like you've made a few changes while offline. We're sorry, these changes cannot be saved.\nredo=Redo\nrefresh=Refresh\nregularExpression=Regular Expression\nrelative=Relative\nrelativeUrlNotAllowed=Relative URL not allowed\nrememberMe=Remember me\nrememberThisSetting=Remember this setting\nremoveFormat=Clear Formatting\nremoveFromGroup=Remove from Group\nremoveIt=Remove {1}\nremoveWaypoint=Remove Waypoint\nrename=Rename\nrenamed=Renamed\nrenameIt=Rename {1}\nrenaming=Renaming\nreplace=Replace\nreplaceIt={1} already exists. Do you want to replace it?\nreplaceExistingDrawing=Replace existing drawing\nrequired=required\nreset=Reset\nresetView=Reset View\nresize=Resize\nresizeLargeImages=Do you want to resize large images to make the application run faster?\nretina=Retina\nresponsive=Responsive\nrestore=Restore\nrestoring=Restoring\nretryingIn=Retrying in {1} second(s)\nretryingLoad=Load failed. Retrying...\nretryingLogin=Login time out. Retrying...\nreverse=Reverse\nrevision=Revision\nrevisionHistory=Revision History\nrhombus=Rhombus\nright=Right\nrightAlign=Right Align\nrightToLeft=Right to left\nrotate=Rotate\nrotateTooltip=Click and drag to rotate, click to turn by 90 degrees\nrotation=Rotation\nrounded=Rounded\nsave=Save\nsaveAndExit=Save & Exit\nsaveAs=Save as\nsaveAsXmlFile=Save as XML file?\nsaved=Saved\nsaveDiagramsTo=Save diagrams to\nsaveLibrary403=Insufficient permissions to edit this library\nsaveLibrary500=There was an error while saving the library\nsaving=Saving\nscratchpad=Scratchpad\nscrollbars=Scrollbars\nsearch=Search\nsearchShapes=Search Shapes\nselectAll=Select All\nselectionOnly=Selection Only\nselectCard=Select Card\nselectEdges=Select Edges\nselectFile=Select File\nselectFolder=Select Folder\nselectFont=Select Font\nselectNone=Select None\nselectTemplate=Select Template\nselectVertices=Select Vertices\nsendMessage=Send\nsendYourFeedbackToDrawIo=Send your feedback to draw.io\nserviceUnavailableOrBlocked=Service unavailable or blocked\nsessionExpired=Your session has expired. Please refresh the browser window.\nsessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. \nsetAsDefaultStyle=Set as Default Style\nshadow=Shadow\nshape=Shape\nshapes=Shapes\nshare=Share\nshareLink=Link for shared editing\nsharp=Sharp\nshow=Show\nshowStartScreen=Show Start Screen\nsidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.\nsigns=Signs\nsignOut=Sign out\nsimple=Simple\nsimpleArrow=Simple Arrow\nsize=Size\nsolid=Solid\nsourceSpacing=Source Spacing\nsouth=South\nsoftware=Software\nspace=Space\nspacing=Spacing\nspecialLink=Special Link\nstandard=Standard\nstarting=Starting\nstraight=Straight\nstrokeColor=Line Color\nstyle=Style\nsubscript=Subscript\nsummary=Summary\nsuperscript=Superscript\nsupport=Support\nsysml=SysML\ntags=Tags\ntable=Table\ntables=Tables\ntakeOver=Take Over\ntargetSpacing=Target Spacing\ntemplate=Template\ntemplates=Templates\ntext=Text\ntextAlignment=Text Alignment\ntextOpacity=Text Opacity\ntheme=Theme\ntimeout=Timeout\ntitle=Title\nto=to\ntoBack=To Back\ntoFront=To Front\ntooltips=Tooltips\ntop=Top\ntopAlign=Top Align\ntopLeft=Top Left\ntopRight=Top Right\ntransparent=Transparent\ntransparentBackground=Transparent Background\ntrello=Trello\ntryAgain=Try again\ntryOpeningViaThisPage=Try opening via this page.\nturn=Rotate 90°\ntype=Type\ntwitter=Twitter\numl=UML\nunderline=Underline\nundo=Undo\nungroup=Ungroup\nunsavedChanges=Unsaved changes\nunsavedChangesClickHereToSave=Unsaved changes. Click here to save.\nuntitled=Untitled\nuntitledDiagram=Untitled Diagram\nuntitledLayer=Untitled Layer\nuntitledLibrary=Untitled Library\nunknownError=Unknown error\nupdateFile=Update {1}\nupdatingDocument=Updating Document. Please wait...\nupdatingPreview=Updating Preview. Please wait...\nupdatingSelection=Updating Selection. Please wait...\nupload=Upload\nurl=URL\nuseRootFolder=Use root folder?\nuserManual=User Manual\nvertical=Vertical\nverticalFlow=Vertical Flow\nverticalTree=Vertical Tree\nview=View\nviewUrl=Link to view: {1}\nvoiceAssistant=Voice Assistant (beta)\nwarning=Warning\nwaypoints=Waypoints\nwest=West\nwidth=Width\nwiki=Wiki\nwordWrap=Word Wrap\nwritingDirection=Writing Direction\nyourEmailAddress=Your email address\nzoom=Zoom\nzoomIn=Zoom In\nzoomOut=Zoom Out\nbasic=Basic\nbusinessprocess=Business Processes\ncharts=Charts\nengineering=Engineering\nflowcharts=Flowcharts\ngmdl=Material Design\nmindmaps=Mindmaps\nmockups=Mockups\nnetworkdiagrams=Network Diagrams\nnothingIsSelected=Nothing is selected\nother=Other\nsoftwaredesign=Software Design\nvenndiagrams=Venn Diagrams\nwebEmailOrOther=Web, email or any other internet address\nwebLink=Web Link\nwireframes=Wireframes\n");Graph.prototype.defaultThemes[Graph.prototype.defaultThemeName]=mxUtils.parseXml('<mxStylesheet><add as="defaultVertex"><add as="shape" value="label"/><add as="perimeter" value="rectanglePerimeter"/><add as="fontSize" value="12"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="fillColor" value="#ffffff"/><add as="strokeColor" value="#000000"/><add as="fontColor" value="#000000"/></add><add as="defaultEdge"><add as="shape" value="connector"/><add as="labelBackgroundColor" value="#ffffff"/><add as="endArrow" value="classic"/><add as="fontSize" value="11"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="rounded" value="1"/><add as="strokeColor" value="#000000"/><add as="fontColor" value="#000000"/></add><add as="fancy"><add as="shadow" value="1"/><add as="glass" value="1"/></add><add as="gray" extend="fancy"><add as="gradientColor" value="#B3B3B3"/><add as="fillColor" value="#F5F5F5"/><add as="strokeColor" value="#666666"/></add><add as="blue" extend="fancy"><add as="gradientColor" value="#7EA6E0"/><add as="fillColor" value="#DAE8FC"/><add as="strokeColor" value="#6C8EBF"/></add><add as="green" extend="fancy"><add as="gradientColor" value="#97D077"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#82B366"/></add><add as="turquoise" extend="fancy"><add as="gradientColor" value="#67AB9F"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#6A9153"/></add><add as="yellow" extend="fancy"><add as="gradientColor" value="#FFD966"/><add as="fillColor" value="#FFF2CC"/><add as="strokeColor" value="#D6B656"/></add><add as="orange" extend="fancy"><add as="gradientColor" value="#FFA500"/><add as="fillColor" value="#FFCD28"/><add as="strokeColor" value="#D79B00"/></add><add as="red" extend="fancy"><add as="gradientColor" value="#EA6B66"/><add as="fillColor" value="#F8CECC"/><add as="strokeColor" value="#B85450"/></add><add as="pink" extend="fancy"><add as="gradientColor" value="#B5739D"/><add as="fillColor" value="#E6D0DE"/><add as="strokeColor" value="#996185"/></add><add as="purple" extend="fancy"><add as="gradientColor" value="#8C6C9C"/><add as="fillColor" value="#E1D5E7"/><add as="strokeColor" value="#9673A6"/></add><add as="plain-gray"><add as="gradientColor" value="#B3B3B3"/><add as="fillColor" value="#F5F5F5"/><add as="strokeColor" value="#666666"/></add><add as="plain-blue"><add as="gradientColor" value="#7EA6E0"/><add as="fillColor" value="#DAE8FC"/><add as="strokeColor" value="#6C8EBF"/></add><add as="plain-green"><add as="gradientColor" value="#97D077"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#82B366"/></add><add as="plain-turquoise"><add as="gradientColor" value="#67AB9F"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#6A9153"/></add><add as="plain-yellow"><add as="gradientColor" value="#FFD966"/><add as="fillColor" value="#FFF2CC"/><add as="strokeColor" value="#D6B656"/></add><add as="plain-orange"><add as="gradientColor" value="#FFA500"/><add as="fillColor" value="#FFCD28"/><add as="strokeColor" value="#D79B00"/></add><add as="plain-red"><add as="gradientColor" value="#EA6B66"/><add as="fillColor" value="#F8CECC"/><add as="strokeColor" value="#B85450"/></add><add as="plain-pink"><add as="gradientColor" value="#B5739D"/><add as="fillColor" value="#E6D0DE"/><add as="strokeColor" value="#996185"/></add><add as="plain-purple"><add as="gradientColor" value="#8C6C9C"/><add as="fillColor" value="#E1D5E7"/><add as="strokeColor" value="#9673A6"/></add><add as="text"><add as="fillColor" value="none"/><add as="gradientColor" value="none"/><add as="strokeColor" value="none"/><add as="align" value="left"/><add as="verticalAlign" value="top"/></add><add as="label"><add as="fontStyle" value="1"/><add as="align" value="left"/><add as="verticalAlign" value="middle"/><add as="spacing" value="2"/><add as="spacingLeft" value="52"/><add as="imageWidth" value="42"/><add as="imageHeight" value="42"/><add as="rounded" value="1"/></add><add as="icon" extend="label"><add as="align" value="center"/><add as="imageAlign" value="center"/><add as="verticalLabelPosition" value="bottom"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="4"/><add as="labelBackgroundColor" value="#ffffff"/><add as="spacing" value="0"/><add as="spacingLeft" value="0"/><add as="spacingTop" value="6"/><add as="fontStyle" value="0"/><add as="imageWidth" value="48"/><add as="imageHeight" value="48"/></add><add as="swimlane"><add as="shape" value="swimlane"/><add as="fontSize" value="12"/><add as="fontStyle" value="1"/><add as="startSize" value="23"/></add><add as="group"><add as="verticalAlign" value="top"/><add as="fillColor" value="none"/><add as="strokeColor" value="none"/><add as="gradientColor" value="none"/><add as="pointerEvents" value="0"/></add><add as="ellipse"><add as="shape" value="ellipse"/><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombus"><add as="shape" value="rhombus"/><add as="perimeter" value="rhombusPerimeter"/></add><add as="triangle"><add as="shape" value="triangle"/><add as="perimeter" value="trianglePerimeter"/></add><add as="line"><add as="shape" value="line"/><add as="strokeWidth" value="4"/><add as="labelBackgroundColor" value="#ffffff"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="8"/></add><add as="image"><add as="shape" value="image"/><add as="labelBackgroundColor" value="white"/><add as="verticalAlign" value="top"/><add as="verticalLabelPosition" value="bottom"/></add><add as="roundImage" extend="image"><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombusImage" extend="image"><add as="perimeter" value="rhombusPerimeter"/></add><add as="arrow"><add as="shape" value="arrow"/><add as="edgeStyle" value="none"/><add as="fillColor" value="#ffffff"/></add></mxStylesheet>').documentElement; +(function(){var a=!1;"min"!=uiTheme||a||mxClient.IS_CHROMEAPP||(EditorUi.initMinimalTheme(),a=!0);var c=EditorUi.initTheme;EditorUi.initTheme=function(){c.apply(this,arguments);"min"!=uiTheme||a||(this.initMinimalTheme(),a=!0)}})();mxResources.parse("# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*\n# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE\naboutDrawio=About draw.io\naccessDenied=Access Denied\naction=Action\nactualSize=Actual Size\nadd=Add\naddedFile=Added {1}\naddImages=Add Images\naddImageUrl=Add Image URL\naddLayer=Add Layer\naddProperty=Add Property\naddress=Address\naddToExistingDrawing=Add to Existing Drawing\naddWaypoint=Add Waypoint\nadjustTo=Adjust to\nadvanced=Advanced\nalign=Align\nalignment=Alignment\nallChangesLost=All changes will be lost!\nallPages=All Pages\nallProjects=All Projects\nallSpaces=All Spaces\nallTags=All Tags\nanchor=Anchor\nandroid=Android\nangle=Angle\narc=Arc\nareYouSure=Are you sure?\nensureDataSaved=Please ensure your data is saved before closing.\nallChangesSaved=All changes saved\nallChangesSavedInDrive=All changes saved in Drive\nallowPopups=Allow pop-ups to avoid this dialog.\nallowRelativeUrl=Allow relative URL\nalreadyConnected=Nodes already connected\napply=Apply\narchiMate21=ArchiMate 2.1\narrange=Arrange\narrow=Arrow\narrows=Arrows\nasNew=As New\natlas=Atlas\nauthor=Author\nauthorizationRequired=Authorization required\nauthorizeThisAppIn=Authorize this app in {1}:\nauthorize=Authorize\nauthorizing=Authorizing\nautomatic=Automatic\nautosave=Autosave\nautosize=Autosize\nattachments=Attachments\naws=AWS\naws3d=AWS 3D\nazure=Azure\nbackground=Background\nbackgroundColor=Background Color\nbackgroundImage=Background Image\nbasic=Basic\nblankDrawing=Blank Drawing\nblankDiagram=Blank Diagram\nblock=Block\nblockquote=Blockquote\nblog=Blog\nbold=Bold\nbootstrap=Bootstrap\nborder=Border\nborderColor=Border Color\nborderWidth=Borderwidth\nbottom=Bottom\nbottomAlign=Bottom Align\nbottomLeft=Bottom Left\nbottomRight=Bottom Right\nbpmn=BPMN\nbrowser=Browser\nbulletedList=Bulleted List\nbusiness=Business\nbusy=Operation in progress\ncabinets=Cabinets\ncancel=Cancel\ncenter=Center\ncannotLoad=Load attempts failed. Please try again later.\ncannotLogin=Log in attempts failed. Please try again later.\ncannotOpenFile=Cannot open file\nchange=Change\nchangeOrientation=Change Orientation\nchangeUser=Change user\nchangesNotSaved=Changes have not been saved\nchatJoined={1} has joined\nchatLeft={1} has left\nchatWindowTitle=Chat\nchooseAnOption=Choose an option\nchromeApp=Chrome App\ncompressed=Compressed\ncommitMessage=Commit Message\ncsv=CSV\ndark=Dark\ndraftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.\ndragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?\ndropboxCharsNotAllowed=The following characters are not allowed: / : ? * \" |\ncheck=Check\ncircle=Circle\ncisco=Cisco\nclassic=Classic\nclearDefaultStyle=Clear Default Style\nclearWaypoints=Clear Waypoints\nclipart=Clipart\nclose=Close\ncollaborator=Collaborator\ncollaborators=Collaborators\ncollapse=Collapse\ncollapseExpand=Collapse/Expand\ncollapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect group size\ncollapsible=Collapsible\ncomic=Comic\ncomment=Comment\ncommentsNotes=Comments/Notes\ncompress=Compress\nconnect=Connect\nconnecting=Connecting\nconnectWithDrive=Connect with Google Drive\nconnection=Connection\nconnectionArrows=Connection Arrows\nconnectionPoints=Connection Points\nconstrainProportions=Constrain Proportions\ncontainsValidationErrors=Contains validation errors\ncopiedToClipboard=Copied to clipboard\ncopy=Copy\ncopyConnect=Copy on connect\ncopyOf=Copy of {1}\ncopyOfDrawing=Copy of Drawing\ncopySize=Copy Size\ncopyStyle=Copy Style\ncreate=Create\ncreateNewDiagram=Create New Diagram\ncreateRevision=Create Revision\ncreateShape=Create Shape\ncrop=Crop\ncurved=Curved\ncustom=Custom\ncurrent=Current\ncut=Cut\ndashed=Dashed\ndecideLater=Decide later\ndefault=Default\ndelete=Delete\ndeleteColumn=Delete Column\ndeleteLibrary401=Insufficient permissions to delete this library\ndeleteLibrary404=Selected library could not be found\ndeleteLibrary500=Error deleting library\ndeleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?\ndeleteRow=Delete Row\ndescription=Description\ndevice=Device\ndiagram=Diagram\ndiagramContent=Diagram Content\ndiagramLocked=Diagram has been locked to prevent further data loss.\ndiagramLockedBySince=The diagram is locked by {1} since {2} ago\ndiagramName=Diagram Name\ndiagramIsPublic=Diagram is public\ndiagramIsNotPublic=Diagram is not public\ndiamond=Diamond\ndiamondThin=Diamond (thin)\ndidYouKnow=Did you know...\ndirection=Direction\ndiscard=Discard\ndiscardChangesAndReconnect=Discard Changes and Reconnect\ngoogleDriveMissingClickHere=Google Drive missing? Click here!\ndiscardChanges=Discard Changes\ndisconnected=Disconnected\ndistribute=Distribute\ndone=Done\ndotted=Dotted\ndoubleClickOrientation=Doubleclick to change orientation\ndoubleClickTooltip=Doubleclick to insert text\ndoubleClickChangeProperty=Doubleclick to change property name\ndownload=Download\ndownloadAs=Download as\nclickHereToSave=Click here to save.\ndraftDiscarded=Draft discarded\ndraftSaved=Draft saved\ndragElementsHere=Drag elements here\ndragImagesHere=Drag images or URLs here\ndragUrlsHere=Drag URLs here\ndraw.io=draw.io\ndrawing=Drawing{1}\ndrawingEmpty=Drawing is empty\ndrawingTooLarge=Drawing is too large\ndrawioForWork=Draw.io for GSuite\ndropbox=Dropbox\nduplicate=Duplicate\nduplicateIt=Duplicate {1}\ndivider=Divider\ndx=Dx\ndy=Dy\neast=East\nedit=Edit\neditData=Edit Data\neditDiagram=Edit Diagram\neditGeometry=Edit Geometry\neditImage=Edit Image\neditImageUrl=Edit Image URL\neditLink=Edit Link\neditShape=Edit Shape\neditStyle=Edit Style\neditText=Edit Text\neditTooltip=Edit Tooltip\nglass=Glass\ngoogleImages=Google Images\nimageSearch=Image Search\neip=EIP\nembed=Embed\nembedImages=Embed Images\nmainEmbedNotice=Paste this into the page\nelectrical=Electrical\nellipse=Ellipse\nembedNotice=Paste this once at the end of the page\nenterGroup=Enter Group\nenterName=Enter Name\nenterPropertyName=Enter Property Name\nenterValue=Enter Value\nentityRelation=Entity Relation\nerror=Error\nerrorDeletingFile=Error Deleting File\nerrorLoadingFile=Error loading file\nerrorRenamingFile=Error renaming file.\nerrorRenamingFileNotFound=Error renaming file. File was not found.\nerrorRenamingFileForbidden=Error renaming file. Insufficient access rights.\nerrorSavingDraft=Error saving draft\nerrorSavingFile=Error saving file\nerrorSavingFileUnknown=Error authorizing with Google's servers. Please refresh the page to re-attempt.\nerrorSavingFileForbidden=Error saving file. Insufficient access rights.\nerrorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.\nerrorSavingFileNotFound=Error saving file. File was not found.\nerrorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.\nerrorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.\nerrorSendingFeedback=Error sending feedback.\nerrorUpdatingPreview=Error updating preview.\nexit=Exit\nexitGroup=Exit Group\nexpand=Expand\nexport=Export\nexporting=Exporting\nexportAs=Export as\nexportOptionsDisabled=Export options disabled\nexportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.\nextras=Extras\nfacebook=Facebook\nfailedToSaveTryReconnect=Failed to save, trying to reconnect\nfeatureRequest=Feature Request\nfeedback=Feedback\nfeedbackSent=Feedback successfully sent.\nfloorplans=Floorplans\nfile=File\nfileChangedOverwrite=File was changed. Overwrite changes?\noverwrite=Overwrite\nfilename=Filename\nfileExists=File already exists\nfileNearlyFullSeeFaq=File nearly full, please see FAQ\nfileNotFound=File not found\nrepositoryNotFound=Repository not found\nfileNotFoundOrDenied=The file was not found. It does not exist or you do not have read access.\nfileNotLoaded=File not loaded\nfileNotSaved=File not saved\nfileOpenLocation=How would you like to open these file(s)?\nfileWillBeSavedInAppFolder={1} will be saved in the app folder.\nfill=Fill\nfillColor=Fill Color\nfilterCards=Filter Cards\nfind=Find\nfit=Fit\nfitContainer=Resize Container\nfitIntoContainer=Fit into Container\nfitPage=Fit Page\nfitPageWidth=Fit Page Width\nfitTo=Fit to\nfitToSheetsAcross=sheet(s) across\nfitToBy=by\nfitToSheetsDown=sheet(s) down\nfitTwoPages=Two Pages\nfitWindow=Fit Window\nflip=Flip\nflipH=Flip Horizontal\nflipV=Flip Vertical\nflowchart=Flowchart\nfolder=Folder\nfont=Font\nfontColor=Font Color\nfontFamily=Font Family\nfontSize=Font Size\nforbidden=You are not authorized to access this file\nformat=Format\nformatPanel=Format Panel\nformatted=Formatted\nformattedText=Formatted Text\nformatPng=PNG\nformatGif=GIF\nformatJpg=JPEG\nformatPdf=PDF\nformatSql=SQL\nformatSvg=SVG\nformatHtmlEmbedded=HTML\nformatSvgEmbedded=SVG (with XML)\nformatVsdx=VSDX\nformatVssx=VSSX\nformatXmlPlain=XML (Plain)\nformatXml=XML\nforum=Discussion/Help Forums\nfromTemplate=From Template\nfromTemplateUrl=From Template URL\nfromText=From Text\nfromUrl=From URL\nfromThisPage=From this page\nfullscreen=Fullscreen\ngap=Gap\ngeneral=General\ngithub=GitHub\ngliffy=Gliffy\nglobal=Global\ngoogleDocs=Google Docs\ngoogleDrive=Google Drive\ngoogleGadget=Google Gadget\ngooglePlus=Google+\ngoogleSites=Google Sites\ngradient=Gradient\ngradientColor=Color\ngrid=Grid\ngridColor=Grid Color\ngridSize=Grid Size\ngroup=Group\nguides=Guides\nhateApp=I hate draw.io\nheading=Heading\nheight=Height\nhelp=Help\nhelpTranslate=Help us translate this application\nhide=Hide\nhideIt=Hide {1}\nhidden=Hidden\nhome=Home\nhorizontal=Horizontal\nhorizontalFlow=Horizontal Flow\nhorizontalTree=Horizontal Tree\nhowTranslate=How good is the translation in your language?\nhtml=HTML\nhtmlText=HTML Text\nid=ID\niframe=IFrame\nignore=Ignore\nimage=Image\nimageUrl=Image URL\nimages=Images\nimagePreviewError=This image couldn't be loaded for preview. Please check the URL.\nimageTooBig=Image too big\nimgur=Imgur\nimport=Import\nimportFrom=Import from\nincludeCopyOfMyDiagram=Include a copy of my diagram\nincreaseIndent=Increase Indent\ndecreaseIndent=Decrease Indent\ninsert=Insert\ninsertColumnBefore=Insert Column Left\ninsertColumnAfter=Insert Column Right\ninsertEllipse=Insert Ellipse\ninsertImage=Insert Image\ninsertHorizontalRule=Insert Horizontal Rule\ninsertLink=Insert Link\ninsertPage=Insert Page\ninsertRectangle=Insert Rectangle\ninsertRhombus=Insert Rhombus\ninsertRowBefore=Insert Row Above\ninsertRowAfter=Insert Row After\ninsertText=Insert Text\ninserting=Inserting\ninvalidFilename=Diagram names must not contain the following characters: / | : ; { } < > & + ? = \"\ninvalidLicenseSeeThisPage=Your license is invalid, please see this <a target=\"_blank\" href=\"https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin\">page</a>.\ninvalidName=Invalid name\ninvalidOrMissingFile=Invalid or missing file\ninvalidPublicUrl=Invalid public URL\nisometric=Isometric\nios=iOS\nitalic=Italic\nkennedy=Kennedy\nkeyboardShortcuts=Keyboard Shortcuts\nlayers=Layers\nlandscape=Landscape\nlanguage=Language\nleanMapping=Lean Mapping\nlastChange=Last change {1} ago\nlessThanAMinute=less than a minute\nlicensingError=Licensing Error\nlicenseHasExpired=The license for {1} has expired on {2}. Click here.\nlicenseWillExpire=The license for {1} will expire on {2}. Click here.\nlineJumps=Line jumps\nlinkAccountRequired=If the diagram is not public a Google account is required to view the link.\nlinkText=Link Text\nlist=List\nminute=minute\nminutes=minutes\nhours=hours\ndays=days\nmonths=months\nyears=years\nrestartForChangeRequired=Changes will take effect after page refresh.\nlaneColor=Lanecolor\nlastModified=Last modified\nlayout=Layout\nleft=Left\nleftAlign=Left Align\nleftToRight=Left to right\nlibraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.\nlightbox=Lightbox\nline=Line\nlineend=Line end\nlineheight=Line Height\nlinestart=Line start\nlinewidth=Linewidth\nlink=Link\nlinks=Links\nloading=Loading\nlockUnlock=Lock/Unlock\nloggedOut=Logged Out\nlogIn=log in\nloveIt=I love {1}\nlucidchart=Lucidchart\nmaps=Maps\nmathematicalTypesetting=Mathematical Typesetting\nmakeCopy=Make a Copy\nmanual=Manual\nmiddle=Middle\nminimal=Minimal\nmisc=Misc\nmockups=Mockups\nmodificationDate=Modification date\nmodifiedBy=Modified by\nmore=More\nmoreResults=More Results\nmoreShapes=More Shapes\nmove=Move\nmoveToFolder=Move to Folder\nmoving=Moving\nmoveSelectionTo=Move selection to {1}\nname=Name\nnavigation=Navigation\nnetwork=Network\nnetworking=Networking\nnew=New\nnewLibrary=New Library\nnextPage=Next Page\nnoAttachments=No attachments found\nnoColor=No Color\nnoFiles=No Files\nnoFileSelected=No file selected\nnoLibraries=No libraries found\nnoMoreResults=No more results\nnone=None\nnoOtherViewers=No other viewers\nnoPlugins=No plugins\nnoPreview=No preview\nnoResponse=No response from server\nnoResultsFor=No results for '{1}'\nnoRevisions=No revisions\nnoSearchResults=No search results found\nnoPageContentOrNotSaved=No anchors found on this page or it hasn't been saved yet\nnormal=Normal\nnorth=North\nnotADiagramFile=Not a diagram file\nnotALibraryFile=Not a library file\nnotAvailable=Not available\nnotAUtf8File=Not a UTF-8 file\nnotConnected=Not connected\nnote=Note\nnotUsingService=Not using {1}?\nnumberedList=Numbered list\noffline=Offline\nok=OK\noneDrive=OneDrive\nonline=Online\nopacity=Opacity\nopen=Open\nopenArrow=Open Arrow\nopenExistingDiagram=Open Existing Diagram\nopenFile=Open File\nopenFrom=Open from\nopenLibrary=Open Library\nopenLibraryFrom=Open Library from\nopenLink=Open Link\nopenInNewWindow=Open in New Window\nopenInThisWindow=Open in This Window\nopenIt=Open {1}\nopenRecent=Open Recent\nopenSupported=Supported formats are files saved from this software (.xml), .vsdx and .gliffy\noptions=Options\norganic=Organic\northogonal=Orthogonal\notherViewer=other viewer\notherViewers=other viewers\noutline=Outline\noval=Oval\npage=Page\npageContent=Page Content\npageNotFound=Page not found\npageWithNumber=Page-{1}\npages=Pages\npageView=Page View\npageSetup=Page Setup\npageScale=Page Scale\npan=Pan\npanTooltip=Space+Drag to pan\npaperSize=Paper Size\npattern=Pattern\npaste=Paste\npasteHere=Paste here\npasteSize=Paste Size\npasteStyle=Paste Style\nperimeter=Perimeter\npermissionAnyone=Anyone can edit\npermissionAuthor=Owner and admins can edit\npickFolder=Pick a folder\npickLibraryDialogTitle=Select Library\npublicDiagramUrl=Public URL of the diagram\nplaceholders=Placeholders\nplantUml=PlantUML\nplugins=Plugins\npluginUrl=Plugin URL\npluginWarning=The page has requested to load the following plugin(s):\n \n {1}\n \n Would you like to load these plugin(s) now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of doing so.\n\nplusTooltip=Click to connect and clone (ctrl+click to clone, shift+click to connect). Drag to connect (ctrl+drag to clone).\nportrait=Portrait\nposition=Position\nposterPrint=Poster Print\npreferences=Preferences\npreview=Preview\npreviousPage=Previous Page\nprint=Print\nprintAllPages=Print All Pages\nprocEng=Proc. Eng.\nproject=Project\npriority=Priority\nproperties=Properties\npublish=Publish\nquickStart=Quick Start Video\nrack=Rack\nradialTree=Radial Tree\nreadOnly=Read-only\nreconnecting=Reconnecting\nrecentlyUpdated=Recently Updated\nrecentlyViewed=Recently Viewed\nrectangle=Rectangle\nredirectToNewApp=This file was created or modified in a newer version of this app. You will be redirected now.\nrealtimeTimeout=It looks like you've made a few changes while offline. We're sorry, these changes cannot be saved.\nredo=Redo\nrefresh=Refresh\nregularExpression=Regular Expression\nrelative=Relative\nrelativeUrlNotAllowed=Relative URL not allowed\nrememberMe=Remember me\nrememberThisSetting=Remember this setting\nremoveFormat=Clear Formatting\nremoveFromGroup=Remove from Group\nremoveIt=Remove {1}\nremoveWaypoint=Remove Waypoint\nrename=Rename\nrenamed=Renamed\nrenameIt=Rename {1}\nrenaming=Renaming\nreplace=Replace\nreplaceIt={1} already exists. Do you want to replace it?\nreplaceExistingDrawing=Replace existing drawing\nrequired=required\nreset=Reset\nresetView=Reset View\nresize=Resize\nresizeLargeImages=Do you want to resize large images to make the application run faster?\nretina=Retina\nresponsive=Responsive\nrestore=Restore\nrestoring=Restoring\nretryingIn=Retrying in {1} second(s)\nretryingLoad=Load failed. Retrying...\nretryingLogin=Login time out. Retrying...\nreverse=Reverse\nrevision=Revision\nrevisionHistory=Revision History\nrhombus=Rhombus\nright=Right\nrightAlign=Right Align\nrightToLeft=Right to left\nrotate=Rotate\nrotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees\nrotation=Rotation\nrounded=Rounded\nsave=Save\nsaveAndExit=Save & Exit\nsaveAs=Save as\nsaveAsXmlFile=Save as XML file?\nsaved=Saved\nsaveDiagramsTo=Save diagrams to\nsaveLibrary403=Insufficient permissions to edit this library\nsaveLibrary500=There was an error while saving the library\nsaving=Saving\nscratchpad=Scratchpad\nscrollbars=Scrollbars\nsearch=Search\nsearchShapes=Search Shapes\nselectAll=Select All\nselectionOnly=Selection Only\nselectCard=Select Card\nselectEdges=Select Edges\nselectFile=Select File\nselectFolder=Select Folder\nselectFont=Select Font\nselectNone=Select None\nselectTemplate=Select Template\nselectVertices=Select Vertices\nsendMessage=Send\nsendYourFeedbackToDrawIo=Send your feedback to draw.io\nserviceUnavailableOrBlocked=Service unavailable or blocked\nsessionExpired=Your session has expired. Please refresh the browser window.\nsessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save. \nsetAsDefaultStyle=Set as Default Style\nshadow=Shadow\nshape=Shape\nshapes=Shapes\nshare=Share\nshareLink=Link for shared editing\nsharp=Sharp\nshow=Show\nshowStartScreen=Show Start Screen\nsidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.\nsigns=Signs\nsignOut=Sign out\nsimple=Simple\nsimpleArrow=Simple Arrow\nsize=Size\nsolid=Solid\nsourceSpacing=Source Spacing\nsouth=South\nsoftware=Software\nspace=Space\nspacing=Spacing\nspecialLink=Special Link\nstandard=Standard\nstarting=Starting\nstraight=Straight\nstrokeColor=Line Color\nstyle=Style\nsubscript=Subscript\nsummary=Summary\nsuperscript=Superscript\nsupport=Support\nsysml=SysML\ntags=Tags\ntable=Table\ntables=Tables\ntakeOver=Take Over\ntargetSpacing=Target Spacing\ntemplate=Template\ntemplates=Templates\ntext=Text\ntextAlignment=Text Alignment\ntextOpacity=Text Opacity\ntheme=Theme\ntimeout=Timeout\ntitle=Title\nto=to\ntoBack=To Back\ntoFront=To Front\ntooltips=Tooltips\ntop=Top\ntopAlign=Top Align\ntopLeft=Top Left\ntopRight=Top Right\ntransparent=Transparent\ntransparentBackground=Transparent Background\ntrello=Trello\ntryAgain=Try again\ntryOpeningViaThisPage=Try opening via this page.\nturn=Rotate shape only by 90°\ntype=Type\ntwitter=Twitter\numl=UML\nunderline=Underline\nundo=Undo\nungroup=Ungroup\nunsavedChanges=Unsaved changes\nunsavedChangesClickHereToSave=Unsaved changes. Click here to save.\nuntitled=Untitled\nuntitledDiagram=Untitled Diagram\nuntitledLayer=Untitled Layer\nuntitledLibrary=Untitled Library\nunknownError=Unknown error\nupdateFile=Update {1}\nupdatingDocument=Updating Document. Please wait...\nupdatingPreview=Updating Preview. Please wait...\nupdatingSelection=Updating Selection. Please wait...\nupload=Upload\nurl=URL\nuseRootFolder=Use root folder?\nuserManual=User Manual\nvertical=Vertical\nverticalFlow=Vertical Flow\nverticalTree=Vertical Tree\nview=View\nviewUrl=Link to view: {1}\nvoiceAssistant=Voice Assistant (beta)\nwarning=Warning\nwaypoints=Waypoints\nwest=West\nwidth=Width\nwiki=Wiki\nwordWrap=Word Wrap\nwritingDirection=Writing Direction\nyourEmailAddress=Your email address\nzoom=Zoom\nzoomIn=Zoom In\nzoomOut=Zoom Out\nbasic=Basic\nbusinessprocess=Business Processes\ncharts=Charts\nengineering=Engineering\nflowcharts=Flowcharts\ngmdl=Material Design\nmindmaps=Mindmaps\nmockups=Mockups\nnetworkdiagrams=Network Diagrams\nnothingIsSelected=Nothing is selected\nother=Other\nsoftwaredesign=Software Design\nvenndiagrams=Venn Diagrams\nwebEmailOrOther=Web, email or any other internet address\nwebLink=Web Link\nwireframes=Wireframes\n");Graph.prototype.defaultThemes[Graph.prototype.defaultThemeName]=mxUtils.parseXml('<mxStylesheet><add as="defaultVertex"><add as="shape" value="label"/><add as="perimeter" value="rectanglePerimeter"/><add as="fontSize" value="12"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="fillColor" value="#ffffff"/><add as="strokeColor" value="#000000"/><add as="fontColor" value="#000000"/></add><add as="defaultEdge"><add as="shape" value="connector"/><add as="labelBackgroundColor" value="#ffffff"/><add as="endArrow" value="classic"/><add as="fontSize" value="11"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="rounded" value="1"/><add as="strokeColor" value="#000000"/><add as="fontColor" value="#000000"/></add><add as="fancy"><add as="shadow" value="1"/><add as="glass" value="1"/></add><add as="gray" extend="fancy"><add as="gradientColor" value="#B3B3B3"/><add as="fillColor" value="#F5F5F5"/><add as="strokeColor" value="#666666"/></add><add as="blue" extend="fancy"><add as="gradientColor" value="#7EA6E0"/><add as="fillColor" value="#DAE8FC"/><add as="strokeColor" value="#6C8EBF"/></add><add as="green" extend="fancy"><add as="gradientColor" value="#97D077"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#82B366"/></add><add as="turquoise" extend="fancy"><add as="gradientColor" value="#67AB9F"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#6A9153"/></add><add as="yellow" extend="fancy"><add as="gradientColor" value="#FFD966"/><add as="fillColor" value="#FFF2CC"/><add as="strokeColor" value="#D6B656"/></add><add as="orange" extend="fancy"><add as="gradientColor" value="#FFA500"/><add as="fillColor" value="#FFCD28"/><add as="strokeColor" value="#D79B00"/></add><add as="red" extend="fancy"><add as="gradientColor" value="#EA6B66"/><add as="fillColor" value="#F8CECC"/><add as="strokeColor" value="#B85450"/></add><add as="pink" extend="fancy"><add as="gradientColor" value="#B5739D"/><add as="fillColor" value="#E6D0DE"/><add as="strokeColor" value="#996185"/></add><add as="purple" extend="fancy"><add as="gradientColor" value="#8C6C9C"/><add as="fillColor" value="#E1D5E7"/><add as="strokeColor" value="#9673A6"/></add><add as="plain-gray"><add as="gradientColor" value="#B3B3B3"/><add as="fillColor" value="#F5F5F5"/><add as="strokeColor" value="#666666"/></add><add as="plain-blue"><add as="gradientColor" value="#7EA6E0"/><add as="fillColor" value="#DAE8FC"/><add as="strokeColor" value="#6C8EBF"/></add><add as="plain-green"><add as="gradientColor" value="#97D077"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#82B366"/></add><add as="plain-turquoise"><add as="gradientColor" value="#67AB9F"/><add as="fillColor" value="#D5E8D4"/><add as="strokeColor" value="#6A9153"/></add><add as="plain-yellow"><add as="gradientColor" value="#FFD966"/><add as="fillColor" value="#FFF2CC"/><add as="strokeColor" value="#D6B656"/></add><add as="plain-orange"><add as="gradientColor" value="#FFA500"/><add as="fillColor" value="#FFCD28"/><add as="strokeColor" value="#D79B00"/></add><add as="plain-red"><add as="gradientColor" value="#EA6B66"/><add as="fillColor" value="#F8CECC"/><add as="strokeColor" value="#B85450"/></add><add as="plain-pink"><add as="gradientColor" value="#B5739D"/><add as="fillColor" value="#E6D0DE"/><add as="strokeColor" value="#996185"/></add><add as="plain-purple"><add as="gradientColor" value="#8C6C9C"/><add as="fillColor" value="#E1D5E7"/><add as="strokeColor" value="#9673A6"/></add><add as="text"><add as="fillColor" value="none"/><add as="gradientColor" value="none"/><add as="strokeColor" value="none"/><add as="align" value="left"/><add as="verticalAlign" value="top"/></add><add as="label"><add as="fontStyle" value="1"/><add as="align" value="left"/><add as="verticalAlign" value="middle"/><add as="spacing" value="2"/><add as="spacingLeft" value="52"/><add as="imageWidth" value="42"/><add as="imageHeight" value="42"/><add as="rounded" value="1"/></add><add as="icon" extend="label"><add as="align" value="center"/><add as="imageAlign" value="center"/><add as="verticalLabelPosition" value="bottom"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="4"/><add as="labelBackgroundColor" value="#ffffff"/><add as="spacing" value="0"/><add as="spacingLeft" value="0"/><add as="spacingTop" value="6"/><add as="fontStyle" value="0"/><add as="imageWidth" value="48"/><add as="imageHeight" value="48"/></add><add as="swimlane"><add as="shape" value="swimlane"/><add as="fontSize" value="12"/><add as="fontStyle" value="1"/><add as="startSize" value="23"/></add><add as="group"><add as="verticalAlign" value="top"/><add as="fillColor" value="none"/><add as="strokeColor" value="none"/><add as="gradientColor" value="none"/><add as="pointerEvents" value="0"/></add><add as="ellipse"><add as="shape" value="ellipse"/><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombus"><add as="shape" value="rhombus"/><add as="perimeter" value="rhombusPerimeter"/></add><add as="triangle"><add as="shape" value="triangle"/><add as="perimeter" value="trianglePerimeter"/></add><add as="line"><add as="shape" value="line"/><add as="strokeWidth" value="4"/><add as="labelBackgroundColor" value="#ffffff"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="8"/></add><add as="image"><add as="shape" value="image"/><add as="labelBackgroundColor" value="white"/><add as="verticalAlign" value="top"/><add as="verticalLabelPosition" value="bottom"/></add><add as="roundImage" extend="image"><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombusImage" extend="image"><add as="perimeter" value="rhombusPerimeter"/></add><add as="arrow"><add as="shape" value="arrow"/><add as="edgeStyle" value="none"/><add as="fillColor" value="#ffffff"/></add></mxStylesheet>').documentElement; Graph.prototype.defaultThemes.darkTheme=mxUtils.parseXml('<mxStylesheet><add as="defaultVertex"><add as="shape" value="label"/><add as="perimeter" value="rectanglePerimeter"/><add as="fontSize" value="12"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="fillColor" value="#2a2a2a"/><add as="strokeColor" value="#f0f0f0"/><add as="fontColor" value="#f0f0f0"/></add><add as="defaultEdge"><add as="shape" value="connector"/><add as="labelBackgroundColor" value="#2a2a2a"/><add as="endArrow" value="classic"/><add as="fontSize" value="11"/><add as="fontFamily" value="Helvetica"/><add as="align" value="center"/><add as="verticalAlign" value="middle"/><add as="rounded" value="1"/><add as="strokeColor" value="#f0f0f0"/><add as="fontColor" value="#f0f0f0"/></add><add as="text"><add as="fillColor" value="none"/><add as="gradientColor" value="none"/><add as="strokeColor" value="none"/><add as="align" value="left"/><add as="verticalAlign" value="top"/></add><add as="label"><add as="fontStyle" value="1"/><add as="align" value="left"/><add as="verticalAlign" value="middle"/><add as="spacing" value="2"/><add as="spacingLeft" value="52"/><add as="imageWidth" value="42"/><add as="imageHeight" value="42"/><add as="rounded" value="1"/></add><add as="icon" extend="label"><add as="align" value="center"/><add as="imageAlign" value="center"/><add as="verticalLabelPosition" value="bottom"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="4"/><add as="labelBackgroundColor" value="#2a2a2a"/><add as="spacing" value="0"/><add as="spacingLeft" value="0"/><add as="spacingTop" value="6"/><add as="fontStyle" value="0"/><add as="imageWidth" value="48"/><add as="imageHeight" value="48"/></add><add as="swimlane"><add as="shape" value="swimlane"/><add as="fontSize" value="12"/><add as="fontStyle" value="1"/><add as="startSize" value="23"/></add><add as="group"><add as="verticalAlign" value="top"/><add as="fillColor" value="none"/><add as="strokeColor" value="none"/><add as="gradientColor" value="none"/><add as="pointerEvents" value="0"/></add><add as="ellipse"><add as="shape" value="ellipse"/><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombus"><add as="shape" value="rhombus"/><add as="perimeter" value="rhombusPerimeter"/></add><add as="triangle"><add as="shape" value="triangle"/><add as="perimeter" value="trianglePerimeter"/></add><add as="line"><add as="shape" value="line"/><add as="strokeWidth" value="4"/><add as="labelBackgroundColor" value="#2a2a2a"/><add as="verticalAlign" value="top"/><add as="spacingTop" value="8"/></add><add as="image"><add as="shape" value="image"/><add as="labelBackgroundColor" value="#2a2a2a"/><add as="verticalAlign" value="top"/><add as="verticalLabelPosition" value="bottom"/></add><add as="roundImage" extend="image"><add as="perimeter" value="ellipsePerimeter"/></add><add as="rhombusImage" extend="image"><add as="perimeter" value="rhombusPerimeter"/></add><add as="arrow"><add as="shape" value="arrow"/><add as="edgeStyle" value="none"/><add as="fillColor" value="#2a2a2a"/></add></mxStylesheet>').documentElement;GraphViewer=function(a,c,e){this.init(a,c,e)};mxUtils.extend(GraphViewer,mxEventSource);GraphViewer.prototype.editBlankUrl="https://www.draw.io/";GraphViewer.prototype.imageBaseUrl="https://www.draw.io/";GraphViewer.prototype.toolbarHeight="BackCompat"==document.compatMode?28:30;GraphViewer.prototype.lightboxChrome=!0;GraphViewer.prototype.lightboxZIndex=999;GraphViewer.prototype.toolbarZIndex=999;GraphViewer.prototype.autoFit=!0;GraphViewer.prototype.allowZoomIn=!1; GraphViewer.prototype.showTitleAsTooltip=!1;GraphViewer.prototype.checkVisibleState=!0; GraphViewer.prototype.init=function(a,c,e){this.graphConfig=null!=e?e:{};this.autoFit=null!=this.graphConfig["auto-fit"]?this.graphConfig["auto-fit"]:this.autoFit;this.allowZoomIn=null!=this.graphConfig["allow-zoom-in"]?this.graphConfig["allow-zoom-in"]:this.allowZoomIn;this.checkVisibleState=null!=this.graphConfig["check-visible-state"]?this.graphConfig["check-visible-state"]:this.checkVisibleState;this.toolbarItems=null!=this.graphConfig.toolbar?this.graphConfig.toolbar.split(" "):[];this.zoomEnabled= 0<=mxUtils.indexOf(this.toolbarItems,"zoom");this.layersEnabled=0<=mxUtils.indexOf(this.toolbarItems,"layers");this.lightboxEnabled=0<=mxUtils.indexOf(this.toolbarItems,"lightbox");this.lightboxClickEnabled=0!=this.graphConfig.lightbox;this.initialWidth=null!=a?a.style.width:null;this.widthIsEmpty=null!=this.initialWidth?""==this.initialWidth:!0;this.currentPage=parseInt(this.graphConfig.page)||0;this.editor=null;if(null!=c&&(this.xmlDocument=c.ownerDocument,this.xmlNode=c,this.xml=mxUtils.getXml(c), null!=a)){var b=mxUtils.bind(this,function(){this.graph=new Graph(a);this.graph.transparentBackground=!1;this.graphConfig.move&&(this.graph.isMoveCellsEvent=function(a){return!0});this.lightboxClickEnabled&&(a.style.cursor="pointer");this.editor=new Editor(!0,null,null,this.graph);this.editor.editBlankUrl=this.editBlankUrl;this.graph.lightbox=!0;this.graph.centerZoom=!1;this.graph.autoExtend=!1;this.graph.autoScroll=!1;this.graph.setEnabled(!1);var b=this;this.graph.getImageFromBundles=function(a){return b.getImageUrl(a)}; mxClient.IS_SVG&&this.editor.graph.addSvgShadow(this.graph.view.canvas.ownerSVGElement,null,!0);if("mxfile"==c.nodeName){var e=c.getElementsByTagName("diagram");if(0<e.length){var h=this.graph.getGlobalVariable,b=this;this.graph.getGlobalVariable=function(a){var c=e[b.currentPage];return"page"==a?c.getAttribute("name")||"Page-"+(b.currentPage+1):"pagenumber"==a?b.currentPage+1:h.apply(this,arguments)}}}this.diagrams=[];var d=null;this.selectPage=function(a){this.currentPage=mxUtils.mod(a,this.diagrams.length); -this.updateGraphXml(mxUtils.parseXml(this.graph.decompress(mxUtils.getTextContent(this.diagrams[this.currentPage]))).documentElement)};this.selectPageById=function(a){for(var b=0;b<this.diagrams.length;b++)if(this.diagrams[b].getAttribute("id")==a){this.selectPage(b);break}};var f=mxUtils.bind(this,function(){if(null==this.xmlNode||"mxfile"!=this.xmlNode.nodeName)this.diagrams=[];this.xmlNode!=d&&(this.diagrams=this.xmlNode.getElementsByTagName("diagram"),d=this.xmlNode)});this.addListener("xmlNodeChanged", +this.updateGraphXml(mxUtils.parseXml(this.graph.decompress(mxUtils.getTextContent(this.diagrams[this.currentPage]))).documentElement)};this.selectPageById=function(a){for(var b=!1,c=0;c<this.diagrams.length;c++)if(this.diagrams[c].getAttribute("id")==a){this.selectPage(c);b=!0;break}return b};var f=mxUtils.bind(this,function(){if(null==this.xmlNode||"mxfile"!=this.xmlNode.nodeName)this.diagrams=[];this.xmlNode!=d&&(this.diagrams=this.xmlNode.getElementsByTagName("diagram"),d=this.xmlNode)});this.addListener("xmlNodeChanged", f);f();urlParams.page=b.currentPage;this.graph.getModel().beginUpdate();try{urlParams.nav=0!=this.graphConfig.nav?"1":"0",this.editor.setGraphXml(this.xmlNode),this.graph.border=null!=this.graphConfig.border?this.graphConfig.border:8,this.graph.view.scale=this.graphConfig.zoom||1}finally{this.graph.getModel().endUpdate()}this.graph.panningHandler.useLeftButtonForPanning=!0;this.graph.panningHandler.isForcePanningEvent=function(a){return!mxEvent.isPopupTrigger(a.getEvent())&&"auto"==this.graph.container.style.overflow}; -this.graph.panningHandler.usePopupTrigger=!1;this.graph.panningHandler.pinchEnabled=!1;this.graph.panningHandler.ignoreCell=!0;this.graph.setPanning(!1);this.addSizeHandler();this.showLayers(this.graph);this.addClickHandler(this.graph);this.graph.setTooltips(0!=this.graphConfig.tooltips);this.graph.initialViewState={translate:this.graph.view.translate.clone(),scale:this.graph.view.scale};b=this;this.graph.customLinkClicked=function(a){if("data:page/id,"==a.substring(0,13)){var c=a.indexOf(",");b.selectPageById(a.substring(c+ -1))}else this.handleCustomLink(a)};null!=this.graphConfig.toolbar?this.addToolbar():null!=this.graphConfig.title&&this.showTitleAsTooltip&&a.setAttribute("title",this.graphConfig.title);this.fireEvent(new mxEventObject("render"))});e=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;if(this.checkVisibleState&&0==a.offsetWidth&&"undefined"!==typeof e){var h=this.getObservableParent(a),n=new e(mxUtils.bind(this,function(c){0<a.offsetWidth&&(n.disconnect(),b())}));n.observe(h, -{attributes:!0})}else b()}};GraphViewer.prototype.getObservableParent=function(a){for(a=a.parentNode;a!=document.body&&null!=a.parentNode&&"none"!==mxUtils.getCurrentStyle(a).display;)a=a.parentNode;return a};GraphViewer.prototype.getImageUrl=function(a){null!=a&&"http://"!=a.substring(0,7)&&"https://"!=a.substring(0,8)&&"data:image"!=a.substring(0,10)&&("/"==a.charAt(0)&&(a=a.substring(1,a.length)),a=this.imageBaseUrl+a);return a}; -GraphViewer.prototype.setXmlNode=function(a){this.xmlDocument=a.ownerDocument;this.xml=mxUtils.getXml(a);this.xmlNode=a;this.updateGraphXml(a);this.fireEvent(new mxEventObject("xmlNodeChanged"))};GraphViewer.prototype.setFileNode=function(a){null==this.xmlNode&&(this.xmlDocument=a.ownerDocument,this.xml=mxUtils.getXml(a),this.xmlNode=a);this.setGraphXml(a)};GraphViewer.prototype.updateGraphXml=function(a){this.setGraphXml(a);this.fireEvent(new mxEventObject("graphChanged"))}; +this.graph.panningHandler.usePopupTrigger=!1;this.graph.panningHandler.pinchEnabled=!1;this.graph.panningHandler.ignoreCell=!0;this.graph.setPanning(!1);this.addSizeHandler();this.showLayers(this.graph);this.addClickHandler(this.graph);this.graph.setTooltips(0!=this.graphConfig.tooltips);this.graph.initialViewState={translate:this.graph.view.translate.clone(),scale:this.graph.view.scale};b=this;this.graph.customLinkClicked=function(a){var c=!0;if("data:page/id,"==a.substring(0,13)){var d=a.indexOf(","); +b.selectPageById(a.substring(d+1))||(c=!1,alert(mxResources.get("pageNotFound")||"Page not found"))}else this.handleCustomLink(a);return c};null!=this.graphConfig.toolbar?this.addToolbar():null!=this.graphConfig.title&&this.showTitleAsTooltip&&a.setAttribute("title",this.graphConfig.title);this.fireEvent(new mxEventObject("render"))});e=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;if(this.checkVisibleState&&0==a.offsetWidth&&"undefined"!==typeof e){var h=this.getObservableParent(a), +p=new e(mxUtils.bind(this,function(c){0<a.offsetWidth&&(p.disconnect(),b())}));p.observe(h,{attributes:!0})}else b()}};GraphViewer.prototype.getObservableParent=function(a){for(a=a.parentNode;a!=document.body&&null!=a.parentNode&&"none"!==mxUtils.getCurrentStyle(a).display;)a=a.parentNode;return a}; +GraphViewer.prototype.getImageUrl=function(a){null!=a&&"http://"!=a.substring(0,7)&&"https://"!=a.substring(0,8)&&"data:image"!=a.substring(0,10)&&("/"==a.charAt(0)&&(a=a.substring(1,a.length)),a=this.imageBaseUrl+a);return a};GraphViewer.prototype.setXmlNode=function(a){this.xmlDocument=a.ownerDocument;this.xml=mxUtils.getXml(a);this.xmlNode=a;this.updateGraphXml(a);this.fireEvent(new mxEventObject("xmlNodeChanged"))}; +GraphViewer.prototype.setFileNode=function(a){null==this.xmlNode&&(this.xmlDocument=a.ownerDocument,this.xml=mxUtils.getXml(a),this.xmlNode=a);this.setGraphXml(a)};GraphViewer.prototype.updateGraphXml=function(a){this.setGraphXml(a);this.fireEvent(new mxEventObject("graphChanged"))}; GraphViewer.prototype.setGraphXml=function(a){null!=this.graph&&(this.graph.view.translate=new mxPoint,this.graph.view.scale=1,this.graph.getModel().clear(),this.editor.setGraphXml(a),this.widthIsEmpty?(this.graph.container.style.width="",this.graph.container.style.height=""):this.graph.container.style.width=this.initialWidth,this.positionGraph(),this.graph.initialViewState={translate:this.graph.view.translate.clone(),scale:this.graph.view.scale})}; GraphViewer.prototype.addSizeHandler=function(){var a=this.graph.container,c=this.graph.getGraphBounds(),e=!1;a.style.overflow="hidden";var b=mxUtils.bind(this,function(){if(!e){e=!0;var b=this.graph.getGraphBounds();a.style.overflow=a.offsetWidth<=b.width+2*this.graph.border*this.graph.view.scale?"auto":"hidden";if(null!=this.toolbar){var b=a.getBoundingClientRect(),c=mxUtils.getScrollOrigin(document.body),c="relative"===document.body.style.position?document.body.getBoundingClientRect():{left:-c.x, -top:-c.y},b={left:b.left-c.left,top:b.top-c.top,bottom:b.bottom-c.top,right:b.right-c.left};this.toolbar.style.left=b.left+"px";"bottom"==this.graphConfig["toolbar-position"]?this.toolbar.style.top=b.bottom-1+"px":"inline"!=this.graphConfig["toolbar-position"]?(this.toolbar.style.width=Math.max(this.minToolbarWidth,a.offsetWidth)+"px",this.toolbar.style.top=b.top+1+"px"):this.toolbar.style.top=b.top+"px"}e=!1}}),h=null,n=!1;this.fitGraph=function(b){var c=a.offsetWidth;c==h||n||(n=!0,this.graph.maxFitScale= -null!=b?b:this.graphConfig.zoom||(this.allowZoomIn?null:1),this.graph.fit(null,null,null,null,!1,!0),this.graph.maxFitScale=null,b=this.graph.getGraphBounds(),this.updateContainerHeight(a,b.height+2*this.graph.border+1),this.graph.initialViewState={translate:this.graph.view.translate.clone(),scale:this.graph.view.scale},h=c,window.setTimeout(function(){n=!1},0))};GraphViewer.useResizeSensor&&(mxClient.IS_QUIRKS||9>=document.documentMode?(mxEvent.addListener(window,"resize",b),this.graph.addListener("size", -b)):new ResizeSensor(this.graph.container,b));if(this.graphConfig.resize||(this.zoomEnabled||!this.autoFit)&&0!=this.graphConfig.resize)this.graph.minimumContainerSize=new mxRectangle(0,0,100,1),this.graph.resizeContainer=!0;else if(this.widthIsEmpty&&this.updateContainerWidth(a,c.width+2*this.graph.border),this.updateContainerHeight(a,c.height+2*this.graph.border+1),!this.zoomEnabled&&this.autoFit){var m=h=null,b=mxUtils.bind(this,function(){window.clearTimeout(m);n||(m=window.setTimeout(mxUtils.bind(this, +top:-c.y},b={left:b.left-c.left,top:b.top-c.top,bottom:b.bottom-c.top,right:b.right-c.left};this.toolbar.style.left=b.left+"px";"bottom"==this.graphConfig["toolbar-position"]?this.toolbar.style.top=b.bottom-1+"px":"inline"!=this.graphConfig["toolbar-position"]?(this.toolbar.style.width=Math.max(this.minToolbarWidth,a.offsetWidth)+"px",this.toolbar.style.top=b.top+1+"px"):this.toolbar.style.top=b.top+"px"}e=!1}}),h=null,p=!1;this.fitGraph=function(b){var c=a.offsetWidth;c==h||p||(p=!0,this.graph.maxFitScale= +null!=b?b:this.graphConfig.zoom||(this.allowZoomIn?null:1),this.graph.fit(null,null,null,null,!1,!0),this.graph.maxFitScale=null,b=this.graph.getGraphBounds(),this.updateContainerHeight(a,b.height+2*this.graph.border+1),this.graph.initialViewState={translate:this.graph.view.translate.clone(),scale:this.graph.view.scale},h=c,window.setTimeout(function(){p=!1},0))};GraphViewer.useResizeSensor&&(mxClient.IS_QUIRKS||9>=document.documentMode?(mxEvent.addListener(window,"resize",b),this.graph.addListener("size", +b)):new ResizeSensor(this.graph.container,b));if(this.graphConfig.resize||(this.zoomEnabled||!this.autoFit)&&0!=this.graphConfig.resize)this.graph.minimumContainerSize=new mxRectangle(0,0,100,1),this.graph.resizeContainer=!0;else if(this.widthIsEmpty&&this.updateContainerWidth(a,c.width+2*this.graph.border),this.updateContainerHeight(a,c.height+2*this.graph.border+1),!this.zoomEnabled&&this.autoFit){var n=h=null,b=mxUtils.bind(this,function(){window.clearTimeout(n);p||(n=window.setTimeout(mxUtils.bind(this, this.fitGraph),100))});GraphViewer.useResizeSensor&&(mxClient.IS_QUIRKS||9>=document.documentMode?mxEvent.addListener(window,"resize",b):new ResizeSensor(this.graph.container,b))}else mxClient.IS_QUIRKS||9>=document.documentMode||this.graph.addListener("size",b);var r=mxUtils.bind(this,function(){var b=a.style.minWidth;this.widthIsEmpty&&(a.style.minWidth="100%");if(0<a.offsetWidth&&(this.allowZoomIn||c.width+2*this.graph.border>a.offsetWidth||c.height+2*this.graph.border>this.graphConfig["max-height"])){var d= null;null!=this.graphConfig["max-height"]&&(d=this.graphConfig["max-height"]/(c.height+2*this.graph.border));this.fitGraph(d)}else this.graph.view.setTranslate(Math.floor((this.graph.border-c.x)/this.graph.view.scale),Math.floor((this.graph.border-c.y)/this.graph.view.scale)),h=a.offsetWidth;a.style.minWidth=b});mxClient.IS_QUIRKS||8==document.documentMode?window.setTimeout(r,0):r();this.positionGraph=function(){c=this.graph.getGraphBounds();h=null;r()}}; GraphViewer.prototype.updateContainerWidth=function(a,c){a.style.width=c+"px"};GraphViewer.prototype.updateContainerHeight=function(a,c){if(this.zoomEnabled||!this.autoFit||"BackCompat"==document.compatMode||mxClient.IS_QUIRKS||8==document.documentMode)a.style.height=c+"px"}; -GraphViewer.prototype.showLayers=function(a,c){var e=this.graphConfig.layers;if(null!=e||null!=c)if(e=null!=e?e.split(" "):null,null!=c||0<e.length){var b=null!=c?c.getModel():null,h=a.getModel();h.beginUpdate();try{for(var n=h.getChildCount(h.root),m=0;m<n;m++)h.setVisible(h.getChildAt(h.root,m),null!=c?b.isVisible(b.getChildAt(b.root,m)):!1);if(null==b)for(m=0;m<e.length;m++)h.setVisible(h.getChildAt(h.root,parseInt(e[m])),!0)}finally{h.endUpdate()}}}; +GraphViewer.prototype.showLayers=function(a,c){var e=this.graphConfig.layers;if(null!=e||null!=c)if(e=null!=e?e.split(" "):null,null!=c||0<e.length){var b=null!=c?c.getModel():null,h=a.getModel();h.beginUpdate();try{for(var p=h.getChildCount(h.root),n=0;n<p;n++)h.setVisible(h.getChildAt(h.root,n),null!=c?b.isVisible(b.getChildAt(b.root,n)):!1);if(null==b)for(n=0;n<e.length;n++)h.setVisible(h.getChildAt(h.root,parseInt(e[n])),!0)}finally{h.endUpdate()}}}; GraphViewer.prototype.addToolbar=function(){function a(a,b,c,d){var g=document.createElement("div");g.style.borderRight="1px solid #d0d0d0";g.style.padding="3px 6px 3px 6px";mxEvent.addListener(g,"click",a);null!=c&&g.setAttribute("title",c);g.style.display=mxClient.IS_QUIRKS?"inline":"inline-block";a=document.createElement("img");a.setAttribute("border","0");a.setAttribute("src",b);null==d||d?(mxEvent.addListener(g,"mouseenter",function(){g.style.backgroundColor="#ddd"}),mxEvent.addListener(g,"mouseleave", function(){g.style.backgroundColor="#eee"}),mxUtils.setOpacity(a,60),g.style.cursor="pointer"):mxUtils.setOpacity(g,30);g.appendChild(a);e.appendChild(g);f++;return g}var c=this.graph.container;"bottom"==this.graphConfig["toolbar-position"]?c.style.marginBottom=this.toolbarHeight+"px":"inline"!=this.graphConfig["toolbar-position"]&&(c.style.marginTop=this.toolbarHeight+"px");var e=c.ownerDocument.createElement("div");e.style.position="absolute";e.style.overflow="hidden";e.style.boxSizing="border-box"; -e.style.whiteSpace="nowrap";e.style.zIndex=this.toolbarZIndex;e.style.backgroundColor="#eee";e.style.height=this.toolbarHeight+"px";this.toolbar=e;if("inline"==this.graphConfig["toolbar-position"]){mxUtils.setPrefixedStyle(e.style,"transition","opacity 100ms ease-in-out");mxUtils.setOpacity(e,30);var b=null,h=null,n=mxUtils.bind(this,function(a){null!=b&&(window.clearTimeout(b),fadeThead=null);null!=h&&(window.clearTimeout(h),fadeThead2=null);b=window.setTimeout(mxUtils.bind(this,function(){mxUtils.setOpacity(e, -0);b=null;h=window.setTimeout(mxUtils.bind(this,function(){e.style.display="none";h=null}),100)}),a||200)}),m=mxUtils.bind(this,function(a){null!=b&&(window.clearTimeout(b),fadeThead=null);null!=h&&(window.clearTimeout(h),fadeThead2=null);e.style.display="";mxUtils.setOpacity(e,a||30)});mxEvent.addListener(this.graph.container,mxClient.IS_POINTER?"pointermove":"mousemove",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||(m(30),n())}));mxEvent.addListener(e,mxClient.IS_POINTER?"pointermove": -"mousemove",function(a){mxEvent.consume(a)});mxEvent.addListener(e,"mouseenter",mxUtils.bind(this,function(a){m(100)}));mxEvent.addListener(e,"mousemove",mxUtils.bind(this,function(a){m(100);mxEvent.consume(a)}));mxEvent.addListener(e,"mouseleave",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||m(30)}));var r=this.graph,u=r.getTolerance();r.addMouseListener({startX:0,startY:0,scrollLeft:0,scrollTop:0,mouseDown:function(a,b){this.startX=b.getGraphX();this.startY=b.getGraphY();this.scrollLeft= -r.container.scrollLeft;this.scrollTop=r.container.scrollTop},mouseMove:function(a,b){},mouseUp:function(a,b){mxEvent.isTouchEvent(b.getEvent())&&Math.abs(this.scrollLeft-r.container.scrollLeft)<u&&Math.abs(this.scrollTop-r.container.scrollTop)<u&&Math.abs(this.startX-b.getGraphX())<u&&Math.abs(this.startY-b.getGraphY())<u&&(0<parseFloat(e.style.opacity||0)?n():m(30))}})}for(var d=this.toolbarItems,f=0,g=null,p=null,t=0;t<d.length;t++){var k=d[t];if("pages"==k){p=c.ownerDocument.createElement("div"); -p.style.cssText="display:inline-block;position:relative;padding:3px 4px 0 4px;vertical-align:top;font-family:Helvetica,Arial;font-size:12px;top:4px;cursor:default;";mxUtils.setOpacity(p,70);var q=a(mxUtils.bind(this,function(){this.selectPage(this.currentPage-1)}),Editor.previousImage,mxResources.get("previousPage")||"Previous Page");q.style.borderRightStyle="none";q.style.paddingLeft="0px";q.style.paddingRight="0px";e.appendChild(p);var x=a(mxUtils.bind(this,function(){this.selectPage(this.currentPage+ -1)}),Editor.nextImage,mxResources.get("nextPage")||"Next Page");x.style.paddingLeft="0px";x.style.paddingRight="0px";k=mxUtils.bind(this,function(){p.innerHTML="";mxUtils.write(p,this.currentPage+1+" / "+this.diagrams.length);p.style.display=1<this.diagrams.length?"inline-block":"none";q.style.display=p.style.display;x.style.display=p.style.display});this.addListener("graphChanged",k);k()}else if("zoom"==k)this.zoomEnabled&&(a(mxUtils.bind(this,function(){this.graph.zoomOut()}),Editor.zoomOutImage, -mxResources.get("zoomOut")||"Zoom Out"),a(mxUtils.bind(this,function(){this.graph.zoomIn()}),Editor.zoomInImage,mxResources.get("zoomIn")||"Zoom In"),a(mxUtils.bind(this,function(){this.graph.view.scaleAndTranslate(this.graph.initialViewState.scale,this.graph.initialViewState.translate.x,this.graph.initialViewState.translate.y)}),Editor.zoomFitImage,mxResources.get("fit")||"Fit"));else if("layers"==k){if(this.layersEnabled){var B=this.graph.getModel(),l=a(mxUtils.bind(this,function(a){if(null!=g)g.parentNode.removeChild(g), -g=null;else{g=this.graph.createLayersDialog();mxEvent.addListener(g,"mouseleave",function(){g.parentNode.removeChild(g);g=null});a=l.getBoundingClientRect();g.style.width="140px";g.style.padding="2px 0px 2px 0px";g.style.border="1px solid #d0d0d0";g.style.backgroundColor="#eee";g.style.fontFamily="Helvetica Neue,Helvetica,Arial Unicode MS,Arial";g.style.fontSize="11px";g.style.zIndex=this.toolbarZIndex+1;mxUtils.setOpacity(g,80);var b=mxUtils.getDocumentScrollOrigin(document);g.style.left=b.x+a.left+ -"px";g.style.top=b.y+a.bottom+"px";document.body.appendChild(g)}}),Editor.layersImage,mxResources.get("layers")||"Layers");B.addListener(mxEvent.CHANGE,function(){l.style.display=1<B.getChildCount(B.root)?"inline-block":"none"});l.style.display=1<B.getChildCount(B.root)?"inline-block":"none"}}else"lightbox"==k?this.lightboxEnabled&&a(mxUtils.bind(this,function(){this.showLightbox()}),Editor.maximizeImage,mxResources.get("show")||"Show"):null!=this.graphConfig["toolbar-buttons"]&&(k=this.graphConfig["toolbar-buttons"][k], -null!=k&&a(null==k.enabled||k.enabled?k.handler:function(){},k.image,k.title,k.enabled))}null!=this.graph.minimumContainerSize&&(this.graph.minimumContainerSize.width=34*f);null!=this.graphConfig.title&&(d=c.ownerDocument.createElement("div"),d.style.cssText="display:inline-block;position:relative;padding:3px 6px 0 6px;vertical-align:top;font-family:Helvetica,Arial;font-size:12px;top:4px;cursor:default;",d.setAttribute("title",this.graphConfig.title),mxUtils.write(d,this.graphConfig.title),mxUtils.setOpacity(d, -70),e.appendChild(d));this.minToolbarWidth=34*f;var y=c.style.border,d=mxUtils.bind(this,function(){var a=c.getBoundingClientRect(),b=mxUtils.getScrollOrigin(document.body),b="relative"===document.body.style.position?document.body.getBoundingClientRect():{left:-b.x,top:-b.y},a={left:a.left-b.left,top:a.top-b.top,bottom:a.bottom-b.top,right:a.right-b.left};e.style.left=a.left+"px";e.style.width="inline"==this.graphConfig["toolbar-position"]?"auto":Math.max(this.minToolbarWidth,c.offsetWidth)+"px"; -e.style.border="1px solid #d0d0d0";"bottom"==this.graphConfig["toolbar-position"]?e.style.top=a.bottom-1+"px":"inline"!=this.graphConfig["toolbar-position"]?(e.style.marginTop=-this.toolbarHeight+"px",e.style.top=a.top+1+"px"):e.style.top=a.top+"px";"1px solid transparent"==y&&(c.style.border="1px solid #d0d0d0");document.body.appendChild(e);var d=mxUtils.bind(this,function(){1!=this.graphConfig["toolbar-nohide"]&&(null!=e.parentNode&&e.parentNode.removeChild(e),null!=g&&(g.parentNode.removeChild(g), -g=null),c.style.border=y)});mxEvent.addListener(document,"mousemove",function(a){for(a=mxEvent.getSource(a);null!=a;){if(a==c||a==e||a==g)return;a=a.parentNode}d()});mxEvent.addListener(document,"mouseleave",function(a){d()})});mxEvent.addListener(c,"mouseenter",d)}; -GraphViewer.prototype.addClickHandler=function(a,c){a.linkPolicy=this.graphConfig.target||a.linkPolicy;a.addClickHandler(this.graphConfig.highlight,mxUtils.bind(this,function(e,b){if(null==b){var h=mxEvent.getSource(e);"a"==h.nodeName.toLowerCase()&&(b=h.getAttribute("href"))}null!=c?null==b||a.isExternalProtocol(b)||a.isBlankLink(b)||window.setTimeout(function(){c.destroy()},0):null==b||null!=c||!a.isCustomLink(b)||!mxEvent.isTouchEvent(e)&&mxEvent.isPopupTrigger(e)||(a.customLinkClicked(b),mxEvent.consume(e))}), +e.style.whiteSpace="nowrap";e.style.zIndex=this.toolbarZIndex;e.style.backgroundColor="#eee";e.style.height=this.toolbarHeight+"px";this.toolbar=e;if("inline"==this.graphConfig["toolbar-position"]){mxUtils.setPrefixedStyle(e.style,"transition","opacity 100ms ease-in-out");mxUtils.setOpacity(e,30);var b=null,h=null,p=mxUtils.bind(this,function(a){null!=b&&(window.clearTimeout(b),fadeThead=null);null!=h&&(window.clearTimeout(h),fadeThead2=null);b=window.setTimeout(mxUtils.bind(this,function(){mxUtils.setOpacity(e, +0);b=null;h=window.setTimeout(mxUtils.bind(this,function(){e.style.display="none";h=null}),100)}),a||200)}),n=mxUtils.bind(this,function(a){null!=b&&(window.clearTimeout(b),fadeThead=null);null!=h&&(window.clearTimeout(h),fadeThead2=null);e.style.display="";mxUtils.setOpacity(e,a||30)});mxEvent.addListener(this.graph.container,mxClient.IS_POINTER?"pointermove":"mousemove",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||(n(30),p())}));mxEvent.addListener(e,mxClient.IS_POINTER?"pointermove": +"mousemove",function(a){mxEvent.consume(a)});mxEvent.addListener(e,"mouseenter",mxUtils.bind(this,function(a){n(100)}));mxEvent.addListener(e,"mousemove",mxUtils.bind(this,function(a){n(100);mxEvent.consume(a)}));mxEvent.addListener(e,"mouseleave",mxUtils.bind(this,function(a){mxEvent.isTouchEvent(a)||n(30)}));var r=this.graph,u=r.getTolerance();r.addMouseListener({startX:0,startY:0,scrollLeft:0,scrollTop:0,mouseDown:function(a,b){this.startX=b.getGraphX();this.startY=b.getGraphY();this.scrollLeft= +r.container.scrollLeft;this.scrollTop=r.container.scrollTop},mouseMove:function(a,b){},mouseUp:function(a,b){mxEvent.isTouchEvent(b.getEvent())&&Math.abs(this.scrollLeft-r.container.scrollLeft)<u&&Math.abs(this.scrollTop-r.container.scrollTop)<u&&Math.abs(this.startX-b.getGraphX())<u&&Math.abs(this.startY-b.getGraphY())<u&&(0<parseFloat(e.style.opacity||0)?p():n(30))}})}for(var d=this.toolbarItems,f=0,g=null,q=null,t=0;t<d.length;t++){var m=d[t];if("pages"==m){q=c.ownerDocument.createElement("div"); +q.style.cssText="display:inline-block;position:relative;padding:3px 4px 0 4px;vertical-align:top;font-family:Helvetica,Arial;font-size:12px;top:4px;cursor:default;";mxUtils.setOpacity(q,70);var l=a(mxUtils.bind(this,function(){this.selectPage(this.currentPage-1)}),Editor.previousImage,mxResources.get("previousPage")||"Previous Page");l.style.borderRightStyle="none";l.style.paddingLeft="0px";l.style.paddingRight="0px";e.appendChild(q);var C=a(mxUtils.bind(this,function(){this.selectPage(this.currentPage+ +1)}),Editor.nextImage,mxResources.get("nextPage")||"Next Page");C.style.paddingLeft="0px";C.style.paddingRight="0px";m=mxUtils.bind(this,function(){q.innerHTML="";mxUtils.write(q,this.currentPage+1+" / "+this.diagrams.length);q.style.display=1<this.diagrams.length?"inline-block":"none";l.style.display=q.style.display;C.style.display=q.style.display});this.addListener("graphChanged",m);m()}else if("zoom"==m)this.zoomEnabled&&(a(mxUtils.bind(this,function(){this.graph.zoomOut()}),Editor.zoomOutImage, +mxResources.get("zoomOut")||"Zoom Out"),a(mxUtils.bind(this,function(){this.graph.zoomIn()}),Editor.zoomInImage,mxResources.get("zoomIn")||"Zoom In"),a(mxUtils.bind(this,function(){this.graph.view.scaleAndTranslate(this.graph.initialViewState.scale,this.graph.initialViewState.translate.x,this.graph.initialViewState.translate.y)}),Editor.zoomFitImage,mxResources.get("fit")||"Fit"));else if("layers"==m){if(this.layersEnabled){var y=this.graph.getModel(),k=a(mxUtils.bind(this,function(a){if(null!=g)g.parentNode.removeChild(g), +g=null;else{g=this.graph.createLayersDialog();mxEvent.addListener(g,"mouseleave",function(){g.parentNode.removeChild(g);g=null});a=k.getBoundingClientRect();g.style.width="140px";g.style.padding="2px 0px 2px 0px";g.style.border="1px solid #d0d0d0";g.style.backgroundColor="#eee";g.style.fontFamily="Helvetica Neue,Helvetica,Arial Unicode MS,Arial";g.style.fontSize="11px";g.style.zIndex=this.toolbarZIndex+1;mxUtils.setOpacity(g,80);var b=mxUtils.getDocumentScrollOrigin(document);g.style.left=b.x+a.left+ +"px";g.style.top=b.y+a.bottom+"px";document.body.appendChild(g)}}),Editor.layersImage,mxResources.get("layers")||"Layers");y.addListener(mxEvent.CHANGE,function(){k.style.display=1<y.getChildCount(y.root)?"inline-block":"none"});k.style.display=1<y.getChildCount(y.root)?"inline-block":"none"}}else"lightbox"==m?this.lightboxEnabled&&a(mxUtils.bind(this,function(){this.showLightbox()}),Editor.maximizeImage,mxResources.get("show")||"Show"):null!=this.graphConfig["toolbar-buttons"]&&(m=this.graphConfig["toolbar-buttons"][m], +null!=m&&a(null==m.enabled||m.enabled?m.handler:function(){},m.image,m.title,m.enabled))}null!=this.graph.minimumContainerSize&&(this.graph.minimumContainerSize.width=34*f);null!=this.graphConfig.title&&(d=c.ownerDocument.createElement("div"),d.style.cssText="display:inline-block;position:relative;padding:3px 6px 0 6px;vertical-align:top;font-family:Helvetica,Arial;font-size:12px;top:4px;cursor:default;",d.setAttribute("title",this.graphConfig.title),mxUtils.write(d,this.graphConfig.title),mxUtils.setOpacity(d, +70),e.appendChild(d));this.minToolbarWidth=34*f;var w=c.style.border,d=mxUtils.bind(this,function(){var a=c.getBoundingClientRect(),b=mxUtils.getScrollOrigin(document.body),b="relative"===document.body.style.position?document.body.getBoundingClientRect():{left:-b.x,top:-b.y},a={left:a.left-b.left,top:a.top-b.top,bottom:a.bottom-b.top,right:a.right-b.left};e.style.left=a.left+"px";e.style.width="inline"==this.graphConfig["toolbar-position"]?"auto":Math.max(this.minToolbarWidth,c.offsetWidth)+"px"; +e.style.border="1px solid #d0d0d0";"bottom"==this.graphConfig["toolbar-position"]?e.style.top=a.bottom-1+"px":"inline"!=this.graphConfig["toolbar-position"]?(e.style.marginTop=-this.toolbarHeight+"px",e.style.top=a.top+1+"px"):e.style.top=a.top+"px";"1px solid transparent"==w&&(c.style.border="1px solid #d0d0d0");document.body.appendChild(e);var d=mxUtils.bind(this,function(){1!=this.graphConfig["toolbar-nohide"]&&(null!=e.parentNode&&e.parentNode.removeChild(e),null!=g&&(g.parentNode.removeChild(g), +g=null),c.style.border=w)});mxEvent.addListener(document,"mousemove",function(a){for(a=mxEvent.getSource(a);null!=a;){if(a==c||a==e||a==g)return;a=a.parentNode}d()});mxEvent.addListener(document,"mouseleave",function(a){d()})});mxEvent.addListener(c,"mouseenter",d)}; +GraphViewer.prototype.addClickHandler=function(a,c){a.linkPolicy=this.graphConfig.target||a.linkPolicy;a.addClickHandler(this.graphConfig.highlight,mxUtils.bind(this,function(e,b){if(null==b){var h=mxEvent.getSource(e);"a"==h.nodeName.toLowerCase()&&(b=h.getAttribute("href"))}null!=c?null==b||a.isExternalProtocol(b)||a.isBlankLink(b)||window.setTimeout(function(){c.destroy()},0):null!=b&&null==c&&a.isCustomLink(b)&&(mxEvent.isTouchEvent(e)||!mxEvent.isPopupTrigger(e))&&a.customLinkClicked(b)&&mxEvent.consume(e)}), mxUtils.bind(this,function(a){null!=c||!this.lightboxClickEnabled||mxEvent.isTouchEvent(a)&&0!=this.toolbarItems.length||this.showLightbox()}))}; GraphViewer.prototype.showLightbox=function(a,c,e){if("open"==this.graphConfig.lightbox||window.self!==window.top)if(null==this.lightboxWindow||this.lightboxWindow.closed){a=null!=a?a:null!=this.graphConfig.editable?this.graphConfig.editable:!0;e={client:1,lightbox:1,target:null!=e?e:"blank"};a&&(e.edit=this.graphConfig.edit||"_blank");if(null!=c?c:1)e.close=1;this.layersEnabled&&(e.layers=1);null!=this.graphConfig&&0!=this.graphConfig.nav&&(e.nav=1);null!=this.graphConfig&&null!=this.graphConfig.highlight&& (e.highlight=this.graphConfig.highlight.substring(1));null!=this.currentPage&&0<this.currentPage&&(e.page=this.currentPage);"undefined"!==typeof window.postMessage&&(null==document.documentMode||10<=document.documentMode)?null==this.lightboxWindow&&mxEvent.addListener(window,"message",mxUtils.bind(this,function(a){"ready"==a.data&&a.source==this.lightboxWindow&&this.lightboxWindow.postMessage(this.xml,"*")})):e.data=encodeURIComponent(this.xml);a="www.draw.io";"1"==urlParams.dev&&(e.dev="1",e.drawdev= @@ -3219,18 +3224,18 @@ GraphViewer.prototype.showLightbox=function(a,c,e){if("open"==this.graphConfig.l GraphViewer.prototype.showLocalLightbox=function(){var a=mxUtils.getDocumentScrollOrigin(document),c=document.createElement("div");mxClient.IS_QUIRKS?(c.style.position="absolute",c.style.left=a.x+"px",c.style.top=a.y+"px",c.style.width=document.body.offsetWidth+"px",c.style.height=document.body.offsetHeight+"px"):c.style.cssText="position:fixed;top:0;left:0;bottom:0;right:0;";c.style.zIndex=this.lightboxZIndex;c.style.backgroundColor="#000000";mxUtils.setOpacity(c,70);document.body.appendChild(c); var e=document.createElement("img");e.setAttribute("border","0");e.setAttribute("src",Editor.closeImage);mxClient.IS_QUIRKS?(e.style.position="absolute",e.style.right="32px",e.style.top=a.y+32+"px"):e.style.cssText="position:fixed;top:32px;right:32px;";e.style.cursor="pointer";mxEvent.addListener(e,"click",function(){b.destroy()});urlParams.pages="1";urlParams.page=this.currentPage;urlParams.nav=0!=this.graphConfig.nav?"1":"0";urlParams.layers=this.layersEnabled?"1":"0";if(null==document.documentMode|| 10<=document.documentMode)Editor.prototype.editButtonLink=this.graphConfig.edit,Editor.prototype.editButtonFunc=this.graphConfig.editFunc;EditorUi.prototype.updateActionStates=function(){};EditorUi.prototype.addBeforeUnloadListener=function(){};EditorUi.prototype.addChromelessClickHandler=function(){};Graph.prototype.shadowId="lightboxDropShadow";var b=new EditorUi(new Editor(!0),document.createElement("div"),!0);b.editor.editBlankUrl=this.editBlankUrl;Graph.prototype.shadowId="dropShadow";b.refresh= -function(){};var h=mxUtils.bind(this,function(a){27==a.keyCode&&b.destroy()}),n=b.destroy;b.destroy=function(){mxEvent.removeListener(document.documentElement,"keydown",h);document.body.removeChild(c);document.body.removeChild(e);document.body.style.overflow="auto";GraphViewer.resizeSensorEnabled=!0;n.apply(this,arguments)};var m=b.editor.graph,r=m.container;r.style.overflow="hidden";this.lightboxChrome?(r.style.border="1px solid #c0c0c0",r.style.margin="40px",mxEvent.addListener(document.documentElement, -"keydown",h)):(c.style.display="none",e.style.display="none");var u=this;m.getImageFromBundles=function(a){return u.getImageUrl(a)};var d=b.createTemporaryGraph;b.createTemporaryGraph=function(){var a=d.apply(this,arguments);a.getImageFromBundles=function(a){return u.getImageUrl(a)};return a};this.graphConfig.move&&(m.isMoveCellsEvent=function(a){return!0});mxClient.IS_QUIRKS||(mxUtils.setPrefixedStyle(r.style,"border-radius","4px"),r.style.position="fixed");GraphViewer.resizeSensorEnabled=!1;document.body.style.overflow= -"hidden";mxClient.IS_SF||mxClient.IS_EDGE||(mxUtils.setPrefixedStyle(r.style,"transform","rotateY(90deg)"),mxUtils.setPrefixedStyle(r.style,"transition","all .25s ease-in-out"));this.addClickHandler(m,b);window.setTimeout(mxUtils.bind(this,function(){r.style.outline="none";r.style.zIndex=this.lightboxZIndex;e.style.zIndex=this.lightboxZIndex;document.body.appendChild(r);document.body.appendChild(e);b.setFileData(this.xml);mxUtils.setPrefixedStyle(r.style,"transform","rotateY(0deg)");b.chromelessToolbar.style.bottom= +function(){};var h=mxUtils.bind(this,function(a){27==a.keyCode&&b.destroy()}),p=b.destroy;b.destroy=function(){mxEvent.removeListener(document.documentElement,"keydown",h);document.body.removeChild(c);document.body.removeChild(e);document.body.style.overflow="auto";GraphViewer.resizeSensorEnabled=!0;p.apply(this,arguments)};var n=b.editor.graph,r=n.container;r.style.overflow="hidden";this.lightboxChrome?(r.style.border="1px solid #c0c0c0",r.style.margin="40px",mxEvent.addListener(document.documentElement, +"keydown",h)):(c.style.display="none",e.style.display="none");var u=this;n.getImageFromBundles=function(a){return u.getImageUrl(a)};var d=b.createTemporaryGraph;b.createTemporaryGraph=function(){var a=d.apply(this,arguments);a.getImageFromBundles=function(a){return u.getImageUrl(a)};return a};this.graphConfig.move&&(n.isMoveCellsEvent=function(a){return!0});mxClient.IS_QUIRKS||(mxUtils.setPrefixedStyle(r.style,"border-radius","4px"),r.style.position="fixed");GraphViewer.resizeSensorEnabled=!1;document.body.style.overflow= +"hidden";mxClient.IS_SF||mxClient.IS_EDGE||(mxUtils.setPrefixedStyle(r.style,"transform","rotateY(90deg)"),mxUtils.setPrefixedStyle(r.style,"transition","all .25s ease-in-out"));this.addClickHandler(n,b);window.setTimeout(mxUtils.bind(this,function(){r.style.outline="none";r.style.zIndex=this.lightboxZIndex;e.style.zIndex=this.lightboxZIndex;document.body.appendChild(r);document.body.appendChild(e);b.setFileData(this.xml);mxUtils.setPrefixedStyle(r.style,"transform","rotateY(0deg)");b.chromelessToolbar.style.bottom= "60px";b.chromelessToolbar.style.zIndex=this.lightboxZIndex;document.body.appendChild(b.chromelessToolbar);b.getEditBlankXml=mxUtils.bind(this,function(){return this.xml});mxClient.IS_QUIRKS&&(r.style.position="absolute",r.style.display="block",r.style.left=a.x+"px",r.style.top=a.y+"px",r.style.width=document.body.clientWidth-80+"px",r.style.height=document.body.clientHeight-80+"px",r.style.backgroundColor="white",b.chromelessToolbar.style.display="block",b.chromelessToolbar.style.position="absolute", -b.chromelessToolbar.style.bottom="",b.chromelessToolbar.style.top=a.y+document.body.clientHeight-100+"px");b.lightboxFit();b.chromelessResize();this.showLayers(m,this.graph);mxEvent.addListener(c,"click",function(){b.destroy()})}),0);return b};GraphViewer.processElements=function(a){mxUtils.forEach(GraphViewer.getElementsByClassName(a||"mxgraph"),function(a){try{a.innerHTML="",GraphViewer.createViewerForElement(a)}catch(e){throw a.innerHTML=e.message,e;}})}; +b.chromelessToolbar.style.bottom="",b.chromelessToolbar.style.top=a.y+document.body.clientHeight-100+"px");b.lightboxFit();b.chromelessResize();this.showLayers(n,this.graph);mxEvent.addListener(c,"click",function(){b.destroy()})}),0);return b};GraphViewer.processElements=function(a){mxUtils.forEach(GraphViewer.getElementsByClassName(a||"mxgraph"),function(a){try{a.innerHTML="",GraphViewer.createViewerForElement(a)}catch(e){throw a.innerHTML=e.message,e;}})}; GraphViewer.getElementsByClassName=function(a){if(document.getElementsByClassName){var c=document.getElementsByClassName(a);a=[];for(var e=0;e<c.length;e++)a.push(c[e]);return a}for(var b=document.getElementsByTagName("*"),c=[],e=0;e<b.length;e++){var h=b[e].className;null!=h&&0<h.length&&(h=h.split(" "),0<=mxUtils.indexOf(h,a)&&c.push(b[e]))}return c}; GraphViewer.createViewerForElement=function(a,c){var e=a.getAttribute("data-mxgraph");if(null!=e){var b=JSON.parse(e),h=function(e){e=mxUtils.parseXml(e);e=new GraphViewer(a,e.documentElement,b);null!=c&&c(e)};null!=b.url?GraphViewer.getUrl(b.url,function(a){h(a)}):h(b.xml)}}; GraphViewer.initCss=function(){try{var a=document.createElement("style");a.type="text/css";a.innerHTML="div.mxTooltip {\n-webkit-box-shadow: 3px 3px 12px #C0C0C0;\n-moz-box-shadow: 3px 3px 12px #C0C0C0;\nbox-shadow: 3px 3px 12px #C0C0C0;\nbackground: #FFFFCC;\nborder-style: solid;\nborder-width: 1px;\nborder-color: black;\nfont-family: Arial;\nfont-size: 8pt;\nposition: absolute;\ncursor: default;\npadding: 4px;\ncolor: black;}\ntd.mxPopupMenuIcon div {\nwidth:16px;\nheight:16px;}\nhtml div.mxPopupMenu {\n-webkit-box-shadow:2px 2px 3px #d5d5d5;\n-moz-box-shadow:2px 2px 3px #d5d5d5;\nbox-shadow:2px 2px 3px #d5d5d5;\n_filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color='#d0d0d0',Positive='true');\nbackground:white;\nposition:absolute;\nborder:3px solid #e7e7e7;\npadding:3px;}\nhtml table.mxPopupMenu {\nborder-collapse:collapse;\nmargin:0px;}\nhtml td.mxPopupMenuItem {\npadding:7px 30px 7px 30px;\nfont-family:Helvetica Neue,Helvetica,Arial Unicode MS,Arial;\nfont-size:10pt;}\nhtml td.mxPopupMenuIcon {\nbackground-color:white;\npadding:0px;}\ntd.mxPopupMenuIcon .geIcon {\npadding:2px;\npadding-bottom:4px;\nmargin:2px;\nborder:1px solid transparent;\nopacity:0.5;\n_width:26px;\n_height:26px;}\ntd.mxPopupMenuIcon .geIcon:hover {\nborder:1px solid gray;\nborder-radius:2px;\nopacity:1;}\nhtml tr.mxPopupMenuItemHover {\nbackground-color: #eeeeee;\ncolor: black;}\ntable.mxPopupMenu hr {\ncolor:#cccccc;\nbackground-color:#cccccc;\nborder:none;\nheight:1px;}\ntable.mxPopupMenu tr {\tfont-size:4pt;}\n.geDialog { font-family:Helvetica Neue,Helvetica,Arial Unicode MS,Arial;\nfont-size:10pt;\nborder:none;\nmargin:0px;}\n.geDialog {\tposition:absolute;\tbackground:white;\toverflow:hidden;\tpadding:30px;\tborder:1px solid #acacac;\t-webkit-box-shadow:0px 0px 2px 2px #d5d5d5;\t-moz-box-shadow:0px 0px 2px 2px #d5d5d5;\tbox-shadow:0px 0px 2px 2px #d5d5d5;\t_filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color='#d5d5d5', Positive='true');\tz-index: 2;}.geDialogClose {\tposition:absolute;\twidth:9px;\theight:9px;\topacity:0.5;\tcursor:pointer;\t_filter:alpha(opacity=50);}.geDialogClose:hover {\topacity:1;}.geDialogTitle {\tbox-sizing:border-box;\twhite-space:nowrap;\tbackground:rgb(229, 229, 229);\tborder-bottom:1px solid rgb(192, 192, 192);\tfont-size:15px;\tfont-weight:bold;\ttext-align:center;\tcolor:rgb(35, 86, 149);}.geDialogFooter {\tbackground:whiteSmoke;\twhite-space:nowrap;\ttext-align:right;\tbox-sizing:border-box;\tborder-top:1px solid #e5e5e5;\tcolor:darkGray;}\n.geBtn {\tbackground-color: #f5f5f5;\tborder-radius: 2px;\tborder: 1px solid #d8d8d8;\tcolor: #333;\tcursor: default;\tfont-size: 11px;\tfont-weight: bold;\theight: 29px;\tline-height: 27px;\tmargin: 0 0 0 8px;\tmin-width: 72px;\toutline: 0;\tpadding: 0 8px;\tcursor: pointer;}.geBtn:hover, .geBtn:focus {\t-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);\t-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);\tbox-shadow: 0px 1px 1px rgba(0,0,0,0.1);\tborder: 1px solid #c6c6c6;\tbackground-color: #f8f8f8;\tbackground-image: linear-gradient(#f8f8f8 0px,#f1f1f1 100%);\tcolor: #111;}.geBtn:disabled {\topacity: .5;}.gePrimaryBtn {\tbackground-color: #4d90fe;\tbackground-image: linear-gradient(#4d90fe 0px,#4787ed 100%);\tborder: 1px solid #3079ed;\tcolor: #fff;}.gePrimaryBtn:hover, .gePrimaryBtn:focus {\tbackground-color: #357ae8;\tbackground-image: linear-gradient(#4d90fe 0px,#357ae8 100%);\tborder: 1px solid #2f5bb7;\tcolor: #fff;}.gePrimaryBtn:disabled {\topacity: .5;}";document.getElementsByTagName("head")[0].appendChild(a)}catch(c){}}; GraphViewer.cachedUrls={};GraphViewer.getUrl=function(a,c,e){if(null!=GraphViewer.cachedUrls[a])c(GraphViewer.cachedUrls[a]);else{var b=0<navigator.userAgent.indexOf("MSIE 9")?new XDomainRequest:new XMLHttpRequest;b.open("GET",a);b.onload=function(){c(null!=b.getText?b.getText():b.responseText)};b.onerror=e;b.send()}};GraphViewer.resizeSensorEnabled=!0;GraphViewer.useResizeSensor=!0; -(function(){var a=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||function(a){return window.setTimeout(a,20)},c=function(e,b){function h(){this.q=[];this.add=function(a){this.q.push(a)};var a,b;this.call=function(){a=0;for(b=this.q.length;a<b;a++)this.q[a].call()}}function n(a,b){return a.currentStyle?a.currentStyle[b]:window.getComputedStyle?window.getComputedStyle(a,null).getPropertyValue(b):a.style[b]}function m(b,c){if(!b.resizedAttached)b.resizedAttached= +(function(){var a=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||function(a){return window.setTimeout(a,20)},c=function(e,b){function h(){this.q=[];this.add=function(a){this.q.push(a)};var a,b;this.call=function(){a=0;for(b=this.q.length;a<b;a++)this.q[a].call()}}function p(a,b){return a.currentStyle?a.currentStyle[b]:window.getComputedStyle?window.getComputedStyle(a,null).getPropertyValue(b):a.style[b]}function n(b,c){if(!b.resizedAttached)b.resizedAttached= new h,b.resizedAttached.add(c);else if(b.resizedAttached){b.resizedAttached.add(c);return}b.resizeSensor=document.createElement("div");b.resizeSensor.className="resize-sensor";b.resizeSensor.style.cssText="position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; visibility: hidden;";b.resizeSensor.innerHTML='<div class="resize-sensor-expand" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; visibility: hidden;"><div style="position: absolute; left: 0; top: 0; transition: 0s;"></div></div><div class="resize-sensor-shrink" style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; visibility: hidden;"><div style="position: absolute; left: 0; top: 0; transition: 0s; width: 200%; height: 200%"></div></div>'; -b.appendChild(b.resizeSensor);"static"==n(b,"position")&&(b.style.position="relative");var d=b.resizeSensor.childNodes[0],e=d.childNodes[0],f=b.resizeSensor.childNodes[1],g=function(){e.style.width="100000px";e.style.height="100000px";d.scrollLeft=1E5;d.scrollTop=1E5;f.scrollLeft=1E5;f.scrollTop=1E5};g();var m=!1,l=function(){b.resizedAttached&&(m&&(b.resizedAttached.call(),m=!1),a(l))};a(l);var p,r,u,H,F=function(){if((u=b.offsetWidth)!=p||(H=b.offsetHeight)!=r)m=!0,p=u,r=H;g()},w=function(a,b,c){a.attachEvent? -a.attachEvent("on"+b,c):a.addEventListener(b,c)};w(d,"scroll",F);w(f,"scroll",F)}var r=function(){GraphViewer.resizeSensorEnabled&&b()},u=Object.prototype.toString.call(e),d="[object Array]"===u||"[object NodeList]"===u||"[object HTMLCollection]"===u||"undefined"!==typeof jQuery&&e instanceof jQuery||"undefined"!==typeof Elements&&e instanceof Elements;if(d)for(var u=0,f=e.length;u<f;u++)m(e[u],r);else m(e,r);this.detach=function(){if(d)for(var a=0,b=e.length;a<b;a++)c.detach(e[a]);else c.detach(e)}}; +b.appendChild(b.resizeSensor);"static"==p(b,"position")&&(b.style.position="relative");var d=b.resizeSensor.childNodes[0],e=d.childNodes[0],f=b.resizeSensor.childNodes[1],g=function(){e.style.width="100000px";e.style.height="100000px";d.scrollLeft=1E5;d.scrollTop=1E5;f.scrollLeft=1E5;f.scrollTop=1E5};g();var n=!1,k=function(){b.resizedAttached&&(n&&(b.resizedAttached.call(),n=!1),a(k))};a(k);var q,r,u,J,F=function(){if((u=b.offsetWidth)!=q||(J=b.offsetHeight)!=r)n=!0,q=u,r=J;g()},B=function(a,b,c){a.attachEvent? +a.attachEvent("on"+b,c):a.addEventListener(b,c)};B(d,"scroll",F);B(f,"scroll",F)}var r=function(){GraphViewer.resizeSensorEnabled&&b()},u=Object.prototype.toString.call(e),d="[object Array]"===u||"[object NodeList]"===u||"[object HTMLCollection]"===u||"undefined"!==typeof jQuery&&e instanceof jQuery||"undefined"!==typeof Elements&&e instanceof Elements;if(d)for(var u=0,f=e.length;u<f;u++)n(e[u],r);else n(e,r);this.detach=function(){if(d)for(var a=0,b=e.length;a<b;a++)c.detach(e[a]);else c.detach(e)}}; c.detach=function(a){a.resizeSensor&&(a.removeChild(a.resizeSensor),delete a.resizeSensor,delete a.resizedAttached)};window.ResizeSensor=c})(); (function(){Editor.initMath();GraphViewer.initCss();if(null!=window.onDrawioViewerLoad)window.onDrawioViewerLoad();else GraphViewer.processElements()})(); diff --git a/src/main/webapp/resources/dia.txt b/src/main/webapp/resources/dia.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia.txt +++ b/src/main/webapp/resources/dia.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_am.txt b/src/main/webapp/resources/dia_am.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_am.txt +++ b/src/main/webapp/resources/dia_am.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_bn.txt b/src/main/webapp/resources/dia_bn.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_bn.txt +++ b/src/main/webapp/resources/dia_bn.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_de.txt b/src/main/webapp/resources/dia_de.txt index 6970b13d8..ff45996af 100644 --- a/src/main/webapp/resources/dia_de.txt +++ b/src/main/webapp/resources/dia_de.txt @@ -585,7 +585,7 @@ right=Rechts rightAlign=Rechts rightToLeft=Von rechts nach links rotate=Rotieren -rotateTooltip=Klicken und ziehen um zu rotieren, klicken für 90 Grad Drehung +rotateTooltip=Klicken und ziehen um zu rotieren, klicken um nur Form um 90 Grad zu drehen rotation=Rotation rounded=Abgerundet save=Speichern @@ -674,7 +674,7 @@ transparentBackground=Transparenter Hintergrund trello=Trello tryAgain=Erneut versuchen tryOpeningViaThisPage=Versuchen Sie die Datei über diese Seite zu öffnen. -turn=Drehen 90° +turn=Nur Form um 90° drehen type=Typ twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_eo.txt b/src/main/webapp/resources/dia_eo.txt index b1804fec8..7d4ff54fc 100644 --- a/src/main/webapp/resources/dia_eo.txt +++ b/src/main/webapp/resources/dia_eo.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_gu.txt b/src/main/webapp/resources/dia_gu.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_gu.txt +++ b/src/main/webapp/resources/dia_gu.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_hi.txt b/src/main/webapp/resources/dia_hi.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_hi.txt +++ b/src/main/webapp/resources/dia_hi.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_hr.txt b/src/main/webapp/resources/dia_hr.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_hr.txt +++ b/src/main/webapp/resources/dia_hr.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_kn.txt b/src/main/webapp/resources/dia_kn.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_kn.txt +++ b/src/main/webapp/resources/dia_kn.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_lt.txt b/src/main/webapp/resources/dia_lt.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_lt.txt +++ b/src/main/webapp/resources/dia_lt.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_lv.txt b/src/main/webapp/resources/dia_lv.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_lv.txt +++ b/src/main/webapp/resources/dia_lv.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_ml.txt b/src/main/webapp/resources/dia_ml.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_ml.txt +++ b/src/main/webapp/resources/dia_ml.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_mr.txt b/src/main/webapp/resources/dia_mr.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_mr.txt +++ b/src/main/webapp/resources/dia_mr.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_sk.txt b/src/main/webapp/resources/dia_sk.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_sk.txt +++ b/src/main/webapp/resources/dia_sk.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_sl.txt b/src/main/webapp/resources/dia_sl.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_sl.txt +++ b/src/main/webapp/resources/dia_sl.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_sw.txt b/src/main/webapp/resources/dia_sw.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_sw.txt +++ b/src/main/webapp/resources/dia_sw.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_ta.txt b/src/main/webapp/resources/dia_ta.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_ta.txt +++ b/src/main/webapp/resources/dia_ta.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/resources/dia_te.txt b/src/main/webapp/resources/dia_te.txt index 398fabe1b..6e61d4d2b 100644 --- a/src/main/webapp/resources/dia_te.txt +++ b/src/main/webapp/resources/dia_te.txt @@ -585,7 +585,7 @@ right=Right rightAlign=Right Align rightToLeft=Right to left rotate=Rotate -rotateTooltip=Click and drag to rotate, click to turn by 90 degrees +rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees rotation=Rotation rounded=Rounded save=Save @@ -674,7 +674,7 @@ transparentBackground=Transparent Background trello=Trello tryAgain=Try again tryOpeningViaThisPage=Try opening via this page. -turn=Rotate 90° +turn=Rotate shape only by 90° type=Type twitter=Twitter uml=UML diff --git a/src/main/webapp/stencils/veeam/veeam.xml b/src/main/webapp/stencils/veeam/veeam.xml new file mode 100644 index 000000000..203064c89 --- /dev/null +++ b/src/main/webapp/stencils/veeam/veeam.xml @@ -0,0 +1,12363 @@ +<shapes name="mxgraph.veeam"> +<shape aspect="variable" h="99.91" name="Active" strokewidth="inherit" w="99.88"> + <connections/> + <foreground> + <path> + <move x="49.96" y="99.91"/> + <curve x1="24.93" x2="0" x3="0" y1="99.91" y2="80.61" y3="49.36"/> + <curve x1="0" x2="20.73" x3="50.56" y1="23.8" y2="0" y3="0"/> + <curve x1="75.49" x2="99.88" x3="99.88" y1="0" y2="20.53" y3="49.74"/> + <curve x1="99.88" x2="75.64" x3="49.96" y1="79.89" y2="99.91" y3="99.91"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="37.64" y="75.1"/> + <curve x1="36.58" x2="35.59" x3="35.59" y1="75.1" y2="74.35" y3="72.9"/> + <line x="35.59" y="27.24"/> + <curve x1="35.59" x2="36.38" x3="37.88" y1="25.72" y2="24.84" y3="24.84"/> + <line x="46.86" y="24.84"/> + <curve x1="58.46" x2="68.06" x3="74.08" y1="32.55" y2="42.26" y3="50.44"/> + <curve x1="67.49" x2="59.34" x3="46.85" y1="59.04" y2="67.13" y3="75.1"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.46" name="Active directory" strokewidth="inherit" w="283.46"> + <connections/> + <foreground> + <path> + <move x="0.0" y="283.46"/> + <line x="0.0" y="0.0"/> + <line x="283.46" y="0.0"/> + <line x="283.46" y="283.46"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="147.0" y="247.97"/> + <line x="248.67" y="164.18"/> + <line x="147.0" y="42.49"/> + <line x="45.27" y="163.8"/> + <close/> + <move x="104.12" y="172.22"/> + <curve x1="101.25" x2="97.09" x3="92.09" y1="175.07" y2="177.32" y3="177.32"/> + <curve x1="84.03" x2="76.0" x3="76.0" y1="177.32" y2="170.66" y3="160.9"/> + <curve x1="76.0" x2="86.86" x3="91.71" y1="149.02" y2="144.7" y3="144.7"/> + <curve x1="95.13" x2="97.23" x3="99.82" y1="144.7" y2="145.27" y3="146.66"/> + <line x="134.33" y="115.05"/> + <curve x1="132.37" x2="130.69" x3="130.69" y1="112.7" y2="108.94" y3="104.02"/> + <curve x1="130.69" x2="137.97" x3="149.11" y1="95.14" y2="86.97" y3="86.97"/> + <curve x1="161.45" x2="168.0" x3="168.0" y1="86.97" y2="95.55" y3="104.21"/> + <curve x1="168.0" x2="165.49" x3="163.69" y1="109.0" y2="113.03" y3="114.91"/> + <line x="190.4" y="147.18"/> + <curve x1="195.38" x2="199.28" x3="202.84" y1="143.09" y2="142.8" y3="142.8"/> + <curve x1="208.13" x2="218.29" x3="218.29" y1="142.8" y2="147.85" y3="159.85"/> + <curve x1="218.29" x2="209.23" x3="201.76" y1="170.58" y2="176.7" y3="176.7"/> + <curve x1="197.79" x2="192.04" x3="189.19" y1="176.7" y2="174.56" y3="171.12"/> + <line x="161.7" y="190.67"/> + <curve x1="163.7" x2="164.62" x3="164.64" y1="193.58" y2="196.65" y3="199.05"/> + <curve x1="164.64" x2="156.77" x3="148.35" y1="207.01" y2="215.29" y3="215.29"/> + <curve x1="139.2" x2="131.82" x3="131.82" y1="215.29" y2="207.68" y3="199.24"/> + <curve x1="131.82" x2="133.87" x3="136.31" y1="195.63" y2="190.99" y3="188.34"/> + <close/> + <move x="108.34" y="164.72"/> + <line x="141.41" y="184.56"/> + <curve x1="142.0" x2="142.98" x3="143.72" y1="184.19" y2="183.83" y3="183.61"/> + <line x="143.72" y="122.3"/> + <curve x1="142.42" x2="141.01" x3="139.82" y1="121.8" y2="120.99" y3="120.19"/> + <line x="105.86" y="151.7"/> + <curve x1="108.2" x2="108.85" x3="108.34" y1="155.02" y2="160.35" y3="164.72"/> + <close/> + <move x="150.72" y="182.93"/> + <curve x1="151.82" x2="152.86" x3="153.83" y1="183.01" y2="183.22" y3="183.8"/> + <line x="185.72" y="163.41"/> + <curve x1="184.49" x2="184.55" x3="185.78" y1="160.23" y2="156.92" y3="153.49"/> + <line x="157.0" y="119.73"/> + <curve x1="155.73" x2="153.16" x3="150.72" y1="120.51" y2="121.32" y3="121.87"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.46" name="Advanced ReFS integration" strokewidth="inherit" w="283.07"> + <connections/> + <foreground> + <path> + <move x="0.0" y="283.46"/> + <line x="0.0" y="0.0"/> + <line x="283.07" y="0.0"/> + <line x="283.07" y="283.46"/> + <line x="0.0" y="283.46"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="116.72" y="171.35"/> + <line x="141.6" y="146.54"/> + <line x="116.82" y="122.17"/> + <line x="106.45" y="132.35"/> + <line x="97.41" y="123.07"/> + <curve x1="98.98" x2="99.11" x3="97.47" y1="120.34" y2="117.13" y3="113.33"/> + <line x="106.61" y="104.02"/> + <line x="116.79" y="114.67"/> + <line x="141.75" y="90.19"/> + <line x="116.75" y="65.26"/> + <line x="92.15" y="90.09"/> + <line x="102.96" y="100.3"/> + <line x="93.72" y="109.48"/> + <curve x1="90.45" x2="86.18" x3="83.75" y1="107.61" y2="108.21" y3="109.51"/> + <line x="74.64" y="100.34"/> + <line x="85.12" y="90.16"/> + <line x="60.28" y="65.15"/> + <line x="35.66" y="90.23"/> + <line x="60.24" y="114.74"/> + <line x="70.92" y="104.12"/> + <line x="80.03" y="113.13"/> + <curve x1="78.32" x2="78.2" x3="80.05" y1="116.74" y2="119.77" y3="123.1"/> + <line x="70.84" y="132.42"/> + <line x="60.2" y="121.74"/> + <line x="35.6" y="146.68"/> + <line x="60.29" y="171.17"/> + <line x="85.35" y="146.71"/> + <line x="74.74" y="136.03"/> + <line x="83.85" y="126.85"/> + <curve x1="86.65" x2="90.6" x3="93.62" y1="128.41" y2="128.59" y3="126.79"/> + <line x="102.93" y="136.1"/> + <line x="92.18" y="146.71"/> + <line x="116.72" y="171.35"/> + <close/> + <move x="23.24" y="184.5"/> + <line x="23.24" y="52.64"/> + <line x="154.98" y="52.64"/> + <line x="154.98" y="76.8"/> + <curve x1="147.01" x2="140.84" x3="142.07" y1="89.32" y2="104.24" y3="123.88"/> + <curve x1="143.0" x2="149.22" x3="154.98" y1="142.29" y2="156.48" y3="169.66"/> + <line x="154.98" y="184.5"/> + <line x="23.24" y="184.5"/> + <close/> + <move x="167.45" y="166.33"/> + <curve x1="166.88" x2="171.82" x3="181.51" y1="147.45" y2="129.93" y3="112.49"/> + <curve x1="187.78" x2="197.09" x3="206.63" y1="101.09" y2="90.11" y3="81.6"/> + <curve x1="208.63" x2="211.15" x3="212.54" y1="79.35" y2="79.62" y3="80.9"/> + <line x="223.72" y="92.03"/> + <line x="223.72" y="42.85"/> + <line x="174.68" y="42.85"/> + <line x="185.1" y="53.06"/> + <curve x1="187.51" x2="188.11" x3="185.8" y1="55.21" y2="57.77" y3="59.99"/> + <curve x1="173.57" x2="161.75" x3="157.47" y1="72.25" y2="86.74" y3="100.64"/> + <curve x1="150.26" x2="157.86" x3="167.45" y1="121.26" y2="147.15" y3="166.33"/> + <line x="167.45" y="166.33"/> + <close/> + <move x="182.66" y="165.17"/> + <line x="237.21" y="165.17"/> + <line x="237.21" y="132.85"/> + <line x="182.66" y="132.85"/> + <line x="182.66" y="165.17"/> + <close/> + <move x="182.66" y="211.52"/> + <line x="237.21" y="211.52"/> + <line x="237.21" y="202.7"/> + <line x="182.66" y="202.7"/> + <line x="182.66" y="211.52"/> + <close/> + <move x="182.66" y="230.49"/> + <line x="237.21" y="230.49"/> + <line x="237.21" y="222.22"/> + <line x="182.66" y="222.22"/> + <line x="182.66" y="230.49"/> + <close/> + <move x="175.23" y="248.74"/> + <curve x1="171.36" x2="168.68" x3="168.9" y1="248.74" y2="246.3" y3="241.96"/> + <line x="168.9" y="186.05"/> + <curve x1="155.88" x2="143.11" x3="147.87" y1="161.32" y2="134.92" y3="106.25"/> + <curve x1="153.72" x2="169.55" x3="177.5" y1="80.64" y2="66.23" y3="57.11"/> + <line x="162.54" y="42.05"/> + <curve x1="160.46" x2="160.84" x3="165.45" y1="39.75" y2="35.08" y3="35.08"/> + <line x="227.07" y="35.08"/> + <curve x1="230.18" x2="231.76" x3="231.62" y1="35.02" y2="36.54" y3="40.85"/> + <line x="231.62" y="100.91"/> + <curve x1="231.62" x2="227.48" x3="225.06" y1="105.38" y2="106.48" y3="104.39"/> + <line x="209.84" y="89.42"/> + <curve x1="199.92" x2="193.0" x3="187.49" y1="99.04" y2="108.13" y3="117.75"/> + <line x="243.09" y="117.75"/> + <curve x1="248.06" x2="250.36" x3="250.34" y1="117.75" y2="120.28" y3="125.28"/> + <line x="250.34" y="242.96"/> + <curve x1="250.34" x2="248.2" x3="244.2" y1="246.75" y2="248.75" y3="248.75"/> + <line x="175.23" y="248.74"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="97.85" name="Agents" strokewidth="inherit" w="100.0"> + <connections/> + <foreground> + <path> + <move x="0.0" y="97.85"/> + <line x="0.0" y="0.0"/> + <line x="100.0" y="0.0"/> + <line x="100.0" y="97.85"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="36.22" y="77.19"/> + <line x="47.62" y="77.19"/> + <line x="62.93" y="33.9"/> + <line x="52.51" y="33.9"/> + <line x="42.97" y="65.12"/> + <line x="33.4" y="33.9"/> + <line x="21.84" y="33.9"/> + <close/> + <move x="25.69" y="22.32"/> + <line x="25.69" y="12.92"/> + <line x="86.8" y="12.92"/> + <line x="86.8" y="72.74"/> + <line x="77.17" y="72.74"/> + <line x="77.17" y="67.92"/> + <line x="82.04" y="67.92"/> + <line x="82.04" y="17.74"/> + <line x="30.53" y="17.74"/> + <line x="30.53" y="22.32"/> + <close/> + <move x="12.19" y="85.77"/> + <line x="12.19" y="26.87"/> + <line x="72.58" y="26.87"/> + <line x="72.58" y="85.77"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.46" name="Archive Tier" strokewidth="inherit" w="283.07"> + <connections/> + <foreground> + <path> + <move x="0.0" y="283.46"/> + <line x="0.0" y="0.0"/> + <line x="283.07" y="0.0"/> + <line x="283.07" y="283.46"/> + <line x="0.0" y="283.46"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="167.29" y="92.76"/> + <curve x1="170.45" x2="170.78" x3="170.03" y1="92.76" y2="91.01" y3="89.03"/> + <line x="156.26" y="47.91"/> + <curve x1="155.61" x2="155.3" x3="152.38" y1="46.05" y2="45.13" y3="45.17"/> + <line x="62.18" y="45.17"/> + <curve x1="59.7" x2="58.88" x3="57.99" y1="45.17" y2="45.72" y3="48.38"/> + <line x="44.43" y="89.19"/> + <curve x1="43.51" x2="44.41" x3="46.84" y1="91.85" y2="92.76" y3="92.76"/> + <line x="167.29" y="92.76"/> + <close/> + <move x="117.92" y="145.03"/> + <line x="117.94" y="117.46"/> + <curve x1="117.94" x2="116.45" x3="114.01" y1="114.33" y2="112.45" y3="112.45"/> + <line x="101.4" y="112.45"/> + <curve x1="98.11" x2="96.63" x3="96.63" y1="112.45" y2="114.45" y3="117.09"/> + <line x="96.81" y="145.03"/> + <line x="90.62" y="145.03"/> + <curve x1="87.42" x2="85.95" x3="85.23" y1="145.03" y2="145.94" y3="147.55"/> + <curve x1="84.42" x2="85.57" x3="86.78" y1="150.22" y2="151.82" y3="152.67"/> + <line x="104.53" y="164.63"/> + <curve x1="106.09" x2="107.88" x3="109.65" y1="165.74" y2="166.08" y3="164.56"/> + <line x="127.06" y="153.11"/> + <curve x1="129.17" x2="130.08" x3="129.74" y1="151.81" y2="149.97" y3="148.26"/> + <curve x1="129.44" x2="128.01" x3="125.69" y1="146.78" y2="145.03" y3="145.03"/> + <line x="117.92" y="145.03"/> + <close/> + <move x="37.0" y="188.72"/> + <curve x1="32.32" x2="31.17" x3="31.17" y1="188.72" y2="186.79" y3="182.48"/> + <line x="31.17" y="101.7"/> + <line x="51.16" y="40.95"/> + <curve x1="52.31" x2="53.47" x3="57.79" y1="37.52" y2="36.28" y3="36.28"/> + <line x="157.31" y="36.28"/> + <curve x1="161.19" x2="162.14" x3="163.02" y1="36.28" y2="37.81" y3="40.74"/> + <line x="183.61" y="101.59"/> + <line x="183.61" y="143.57"/> + <line x="160.04" y="143.57"/> + <line x="160.04" y="188.72"/> + <line x="37.0" y="188.72"/> + <close/> + <move x="223.44" y="247.22"/> + <line x="248.34" y="247.22"/> + <line x="248.34" y="222.6"/> + <line x="223.44" y="222.6"/> + <line x="223.44" y="247.22"/> + <close/> + <move x="174.96" y="247.22"/> + <line x="200.03" y="247.22"/> + <line x="200.03" y="222.6"/> + <line x="174.96" y="222.6"/> + <line x="174.96" y="247.22"/> + <close/> + <move x="127.01" y="247.22"/> + <line x="152.47" y="247.22"/> + <line x="152.47" y="222.6"/> + <line x="127.01" y="222.6"/> + <line x="127.01" y="247.22"/> + <close/> + <move x="121.41" y="252.84"/> + <line x="121.41" y="216.59"/> + <line x="136.79" y="216.59"/> + <line x="136.79" y="199.66"/> + <line x="184.68" y="199.66"/> + <line x="184.68" y="188.72"/> + <line x="169.01" y="188.72"/> + <line x="169.01" y="152.45"/> + <line x="205.73" y="152.45"/> + <line x="205.73" y="188.72"/> + <line x="190.38" y="188.72"/> + <line x="190.38" y="199.66"/> + <line x="239.2" y="199.66"/> + <line x="239.2" y="216.59"/> + <line x="254.45" y="216.59"/> + <line x="254.45" y="252.84"/> + <line x="217.73" y="252.84"/> + <line x="217.73" y="216.59"/> + <line x="233.49" y="216.59"/> + <line x="233.49" y="205.31"/> + <line x="190.38" y="205.31"/> + <line x="190.38" y="216.59"/> + <line x="205.73" y="216.59"/> + <line x="205.73" y="252.84"/> + <line x="169.01" y="252.84"/> + <line x="169.01" y="216.59"/> + <line x="184.68" y="216.59"/> + <line x="184.68" y="205.31"/> + <line x="142.77" y="205.31"/> + <line x="142.77" y="216.59"/> + <line x="158.07" y="216.59"/> + <line x="158.07" y="252.84"/> + <line x="121.41" y="252.84"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="99.76" name="Audio file" strokewidth="inherit" w="72.68"> + <connections/> + <foreground> + <path> + <move x="8.58" y="99.76"/> + <curve x1="5.07" x2="0.0" x3="0.0" y1="99.76" y2="96.07" y3="90.42"/> + <line x="0.0" y="0.0"/> + <line x="54.49" y="0.0"/> + <line x="72.68" y="18.26"/> + <line x="72.68" y="99.76"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="51.24" y="69.45"/> + <curve x1="50.15" x2="49.34" x3="48.74" y1="70.38" y2="70.17" y3="69.55"/> + <curve x1="48.03" x2="48.44" x3="49.02" y1="68.8" y2="67.75" y3="67.3"/> + <curve x1="51.41" x2="54.83" x3="54.85" y1="65.11" y2="59.61" y3="53.01"/> + <curve x1="54.85" x2="52.32" x3="48.68" y1="47.29" y2="41.8" y3="38.25"/> + <curve x1="48.3" x2="48.27" x3="48.92" y1="37.81" y2="36.9" y3="36.32"/> + <curve x1="49.55" x2="50.5" x3="50.93" y1="35.77" y2="35.81" y3="36.33"/> + <curve x1="55.31" x2="57.89" x3="57.89" y1="40.54" y2="46.88" y3="53.06"/> + <curve x1="57.89" x2="54.67" x3="51.24" y1="60.3" y2="65.97" y3="69.45"/> + <close/> + <move x="46.4" y="66.46"/> + <curve x1="45.98" x2="44.71" x3="44.12" y1="67.01" y2="67.07" y3="66.4"/> + <curve x1="43.58" x2="43.67" x3="44.3" y1="65.77" y2="64.74" y3="64.25"/> + <curve x1="46.81" x2="48.72" x3="48.73" y1="61.41" y2="58.4" y3="53.26"/> + <curve x1="48.76" x2="46.79" x3="43.96" y1="48.12" y2="44.82" y3="41.81"/> + <curve x1="43.51" x2="43.71" x3="44.23" y1="41.25" y2="40.25" y3="39.83"/> + <curve x1="44.81" x2="45.61" x3="46.3" y1="39.35" y2="39.22" y3="39.8"/> + <curve x1="49.18" x2="51.91" x3="51.91" y1="42.54" y2="47.05" y3="53.09"/> + <curve x1="51.91" x2="49.87" x3="46.4" y1="58.41" y2="62.98" y3="66.46"/> + <close/> + <move x="41.79" y="63.01"/> + <curve x1="41.37" x2="40.37" x3="39.86" y1="63.4" y2="63.37" y3="62.71"/> + <curve x1="39.38" x2="39.33" x3="39.89" y1="62.04" y2="61.29" y3="60.7"/> + <curve x1="42.02" x2="43.09" x3="43.09" y1="58.63" y2="55.31" y3="53.2"/> + <curve x1="43.09" x2="42.29" x3="39.8" y1="50.82" y2="47.63" y3="45.22"/> + <curve x1="39.39" x2="39.32" x3="40.13" y1="44.86" y2="43.73" y3="43.08"/> + <curve x1="40.65" x2="41.61" x3="41.95" y1="42.68" y2="42.66" y3="43.03"/> + <curve x1="44.1" x2="46.09" x3="46.09" y1="45.07" y2="48.68" y3="53.21"/> + <curve x1="46.09" x2="44.66" x3="41.79" y1="56.57" y2="60.29" y3="63.01"/> + <close/> + <move x="27.63" y="61.76"/> + <line x="17.78" y="61.76"/> + <curve x1="17.07" x2="16.25" x3="16.25" y1="61.76" y2="61.31" y3="59.92"/> + <line x="16.25" y="46.25"/> + <curve x1="16.25" x2="17.0" x3="17.93" y1="44.94" y2="44.43" y3="44.43"/> + <line x="27.72" y="44.43"/> + <line x="33.53" y="38.66"/> + <curve x1="34.15" x2="34.55" x3="35.17" y1="38.03" y2="37.94" y3="38.3"/> + <curve x1="35.68" x2="35.83" x3="35.83" y1="38.63" y2="39.48" y3="40.01"/> + <line x="35.83" y="65.91"/> + <curve x1="35.83" x2="35.78" x3="35.36" y1="66.75" y2="67.22" y3="67.67"/> + <curve x1="34.8" x2="33.87" x3="32.95" y1="68.21" y2="67.96" y3="66.92"/> + <close/> + <move x="54.27" y="18.27"/> + <line x="54.27" y="4.42"/> + <line x="67.58" y="18.27"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="282.77" name="Automated testing" strokewidth="inherit" w="282.36"> + <connections/> + <foreground> + <path> + <move x="0.0" y="282.77"/> + <line x="0.0" y="0.0"/> + <line x="282.36" y="0.0"/> + <line x="282.36" y="282.77"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="137.33" y="249.13"/> + <line x="159.86" y="239.91"/> + <line x="156.2" y="212.25"/> + <line x="158.36" y="210.29"/> + <line x="186.1" y="214.43"/> + <line x="195.69" y="191.91"/> + <line x="173.82" y="175.32"/> + <line x="173.54" y="172.16"/> + <line x="196.43" y="155.36"/> + <line x="187.22" y="132.99"/> + <line x="158.9" y="137.8"/> + <line x="157.04" y="135.74"/> + <line x="161.51" y="107.1"/> + <line x="139.01" y="97.4"/> + <line x="121.8" y="120.2"/> + <line x="119.52" y="120.23"/> + <line x="102.81" y="95.76"/> + <line x="80.35" y="105.5"/> + <line x="83.97" y="134.17"/> + <line x="82.94" y="135.27"/> + <line x="54.19" y="131.3"/> + <line x="44.53" y="153.36"/> + <line x="67.63" y="170.96"/> + <line x="67.62" y="172.91"/> + <line x="42.89" y="189.93"/> + <line x="52.61" y="212.36"/> + <line x="80.87" y="208.41"/> + <line x="82.32" y="210.12"/> + <line x="78.35" y="238.59"/> + <line x="100.52" y="248.3"/> + <line x="117.55" y="225.91"/> + <line x="120.65" y="225.96"/> + <close/> + <move x="120.36" y="201.72"/> + <curve x1="105.31" x2="91.94" x3="91.94" y1="201.72" y2="189.35" y3="173.0"/> + <curve x1="91.94" x2="105.3" x3="119.88" y1="157.31" y2="144.62" y3="144.62"/> + <curve x1="136.99" x2="149.04" x3="149.04" y1="144.62" y2="157.61" y3="173.6"/> + <curve x1="149.04" x2="134.66" x3="120.36" y1="190.03" y2="201.72" y3="201.72"/> + <close/> + <move x="201.94" y="121.67"/> + <line x="214.72" y="117.14"/> + <line x="213.88" y="102.13"/> + <line x="215.33" y="100.92"/> + <line x="230.92" y="104.11"/> + <line x="237.08" y="91.56"/> + <line x="225.53" y="81.34"/> + <line x="225.49" y="79.29"/> + <line x="239.07" y="70.39"/> + <line x="234.63" y="57.7"/> + <line x="218.8" y="58.44"/> + <line x="217.52" y="57.35"/> + <line x="221.1" y="41.82"/> + <line x="208.65" y="35.39"/> + <line x="197.86" y="47.7"/> + <line x="196.7" y="47.63"/> + <line x="187.99" y="33.75"/> + <line x="174.73" y="38.17"/> + <line x="175.91" y="54.55"/> + <line x="175.04" y="55.25"/> + <line x="158.88" y="51.69"/> + <line x="152.72" y="64.17"/> + <line x="165.17" y="75.34"/> + <line x="165.04" y="76.49"/> + <line x="150.85" y="85.15"/> + <line x="155.34" y="98.61"/> + <line x="171.62" y="97.34"/> + <line x="172.4" y="98.04"/> + <line x="168.78" y="114.44"/> + <line x="181.28" y="120.41"/> + <line x="191.11" y="107.98"/> + <line x="193.26" y="108.02"/> + <close/> + <move x="194.8" y="94.1"/> + <curve x1="186.51" x2="178.13" x3="178.13" y1="94.1" y2="86.93" y3="77.22"/> + <curve x1="178.13" x2="185.91" x3="194.86" y1="68.31" y2="61.1" y3="61.1"/> + <curve x1="203.75" x2="211.42" x3="211.42" y1="61.1" y2="68.56" y3="78.04"/> + <curve x1="211.42" x2="203.7" x3="194.79" y1="86.7" y2="94.1" y3="94.1"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="100.0" name="Availability Console" strokewidth="inherit" w="100.0"> + <connections/> + <foreground> + <path> + <move x="0.0" y="100.0"/> + <line x="0.0" y="0.0"/> + <line x="100.0" y="0.0"/> + <line x="100.0" y="100.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="57.55" y="50.5"/> + <line x="63.82" y="42.87"/> + <curve x1="65.47" x2="67.53" x3="69.44" y1="43.91" y2="44.37" y3="44.37"/> + <curve x1="77.45" x2="82.06" x3="82.06" y1="44.37" y2="37.46" y3="32.18"/> + <curve x1="82.06" x2="75.55" x3="69.66" y1="23.68" y2="19.11" y3="19.11"/> + <curve x1="62.18" x2="56.82" x3="56.82" y1="19.11" y2="24.83" y3="31.33"/> + <curve x1="56.67" x2="57.6" x3="59.14" y1="34.31" y2="36.79" y3="38.98"/> + <line x="52.14" y="47.36"/> + <line x="43.78" y="47.36"/> + <curve x1="42.63" x2="37.01" x3="31.66" y1="41.78" y2="37.86" y3="37.86"/> + <curve x1="24.99" x2="18.98" x3="18.98" y1="37.86" y2="43.17" y3="50.35"/> + <curve x1="18.98" x2="24.26" x3="31.7" y1="57.06" y2="63.01" y3="63.01"/> + <curve x1="37.58" x2="42.64" x3="43.76" y1="63.01" y2="58.69" y3="53.48"/> + <line x="52.21" y="53.48"/> + <line x="59.17" y="61.84"/> + <curve x1="57.75" x2="56.62" x3="56.65" y1="63.83" y2="66.45" y3="69.53"/> + <curve x1="56.65" x2="62.86" x3="68.99" y1="76.91" y2="81.94" y3="81.94"/> + <curve x1="78.19" x2="81.86" x3="81.86" y1="81.94" y2="74.31" y3="69.39"/> + <curve x1="81.86" x2="75.68" x3="69.19" y1="61.7" y2="56.64" y3="56.64"/> + <curve x1="66.99" x2="65.33" x3="63.84" y1="56.64" y2="57.2" y3="57.92"/> + <close/> + <move x="44.24" y="72.1"/> + <curve x1="41.96" x2="37.39" x3="32.46" y1="73.53" y2="75.17" y3="75.17"/> + <curve x1="19.39" x2="7.46" x3="7.46" y1="75.17" y2="64.32" y3="50.42"/> + <curve x1="7.46" x2="20.19" x3="31.88" y1="35.02" y2="24.89" y3="24.89"/> + <curve x1="36.6" x2="41.33" x3="44.22" y1="24.89" y2="26.59" y3="28.59"/> + <curve x1="45.64" x2="55.45" x3="69.43" y1="17.16" y2="6.62" y3="6.62"/> + <curve x1="82.43" x2="94.19" x3="94.19" y1="6.62" y2="17.53" y3="31.91"/> + <curve x1="94.19" x2="89.91" x3="86.1" y1="40.17" y2="46.27" y3="50.22"/> + <curve x1="91.8" x2="94.42" x3="94.42" y1="55.65" y2="62.08" y3="69.83"/> + <curve x1="94.42" x2="81.37" x3="69.06" y1="86.75" y2="95.85" y3="95.85"/> + <curve x1="55.91" x2="44.92" x3="44.24" y1="95.85" y2="85.09" y3="72.1"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="276.62" name="Availability Orchestrator" strokewidth="inherit" w="283.46"> + <connections/> + <foreground> + <path> + <move x="0.0" y="276.62"/> + <line x="0.0" y="0.0"/> + <line x="283.46" y="0.0"/> + <line x="283.46" y="276.62"/> + <line x="0.0" y="276.62"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="242.41" y="223.05"/> + <line x="242.41" y="55.23"/> + <line x="49.96" y="55.23"/> + <curve x1="45.58" x2="36.12" x3="36.12" y1="55.23" y2="50.72" y3="40.88"/> + <curve x1="36.12" x2="41.01" x3="51.13" y1="34.49" y2="26.71" y3="26.71"/> + <line x="257.24" y="26.71"/> + <line x="257.24" y="223.05"/> + <line x="242.41" y="223.05"/> + <close/> + <move x="167.36" y="154.34"/> + <line x="202.8" y="119.37"/> + <line x="167.36" y="84.32"/> + <line x="167.36" y="154.34"/> + <close/> + <move x="111.6" y="229.06"/> + <line x="127.03" y="214.33"/> + <line x="142.12" y="229.11"/> + <line x="152.29" y="219.4"/> + <line x="137.01" y="204.55"/> + <line x="152.3" y="189.7"/> + <line x="142.12" y="179.96"/> + <line x="127.33" y="194.86"/> + <line x="112.04" y="179.86"/> + <line x="102.02" y="189.75"/> + <line x="117.26" y="204.52"/> + <line x="101.92" y="219.45"/> + <line x="111.6" y="229.06"/> + <close/> + <move x="49.55" y="251.17"/> + <curve x1="37.87" x2="27.24" x3="27.24" y1="251.17" y2="242.97" y3="229.12"/> + <line x="27.24" y="169.09"/> + <line x="56.59" y="169.09"/> + <curve x1="60.74" x2="80.88" x3="100.38" y1="194.45" y2="208.3" y3="210.88"/> + <line x="106.44" y="204.58"/> + <line x="98.34" y="196.35"/> + <curve x1="84.12" x2="70.51" x3="70.51" y1="193.33" y2="180.52" y3="161.58"/> + <curve x1="70.51" x2="85.72" x3="105.83" y1="144.58" y2="126.37" y3="126.37"/> + <line x="159.79" y="126.37"/> + <line x="159.79" y="112.67"/> + <line x="105.2" y="112.67"/> + <curve x1="84.14" x2="59.5" x3="56.79" y1="112.67" y2="128.96" y3="155.2"/> + <line x="27.24" y="155.2"/> + <line x="27.24" y="46.21"/> + <curve x1="28.61" x2="37.46" x3="48.75" y1="56.85" y2="65.31" y3="65.31"/> + <line x="232.14" y="65.31"/> + <line x="232.14" y="251.17"/> + <line x="49.55" y="251.17"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="22.5" name="Backup file" strokewidth="inherit" w="24.25"> + <connections/> + <foreground> + <path> + <move x="2.93" y="22.5"/> + <curve x1="1.28" x2="0.0" x3="0.0" y1="22.5" y2="21.04" y3="19.64"/> + <line x="0.0" y="2.69"/> + <line x="11.97" y="2.69"/> + <line x="14.26" y="0.77"/> + <curve x1="14.95" x2="15.31" x3="15.81" y1="0.17" y2="0.0" y3="0.0"/> + <line x="23.04" y="0.0"/> + <curve x1="23.46" x2="24.25" x3="24.25" y1="0.0" y2="0.41" y3="1.1"/> + <line x="24.25" y="22.5"/> + <line x="2.93" y="22.5"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="13.42" y="8.48"/> + <line x="11.74" y="6.73"/> + <line x="11.74" y="8.48"/> + <line x="13.42" y="8.48"/> + <close/> + <move x="6.05" y="18.96"/> + <curve x1="5.57" x2="4.74" x3="4.74" y1="18.96" y2="18.69" y3="17.56"/> + <line x="4.74" y="6.11"/> + <line x="11.76" y="6.11"/> + <line x="14.12" y="8.49"/> + <line x="14.12" y="18.96"/> + <line x="6.05" y="18.96"/> + <close/> + <move x="19.42" y="19.23"/> + <line x="19.42" y="15.78"/> + <line x="20.97" y="15.78"/> + <line x="20.97" y="19.23"/> + <line x="19.42" y="19.23"/> + <close/> + <move x="19.67" y="17.93"/> + <line x="20.72" y="17.93"/> + <line x="20.72" y="16.29"/> + <line x="19.67" y="16.29"/> + <line x="19.67" y="17.93"/> + <close/> + <move x="20.23" y="14.72"/> + <line x="19.5" y="14.73"/> + <line x="19.5" y="14.05"/> + <line x="20.9" y="14.05"/> + <line x="20.9" y="13.29"/> + <line x="19.5" y="13.29"/> + <line x="19.5" y="12.59"/> + <line x="20.9" y="12.59"/> + <line x="20.9" y="11.82"/> + <line x="19.5" y="11.82"/> + <line x="19.5" y="11.12"/> + <line x="20.9" y="11.12"/> + <line x="20.9" y="10.48"/> + <line x="19.5" y="10.48"/> + <line x="19.5" y="9.8"/> + <line x="20.9" y="9.8"/> + <line x="20.9" y="9.03"/> + <line x="19.5" y="9.03"/> + <line x="19.5" y="8.34"/> + <line x="20.9" y="8.34"/> + <line x="20.9" y="7.57"/> + <line x="19.5" y="7.57"/> + <line x="19.5" y="6.87"/> + <line x="20.9" y="6.87"/> + <line x="20.9" y="6.18"/> + <line x="20.23" y="6.18"/> + <line x="20.23" y="14.72"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="97.7" name="Backup for Office 365" strokewidth="inherit" w="100.0"> + <connections/> + <foreground> + <path> + <move x="0.0" y="97.7"/> + <line x="0.0" y="0.0"/> + <line x="100.0" y="0.0"/> + <line x="100.0" y="97.7"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="52.42" y="52.18"/> + <line x="68.52" y="52.13"/> + <line x="68.55" y="46.77"/> + <line x="52.43" y="46.74"/> + <close/> + <move x="40.02" y="64.3"/> + <line x="40.04" y="42.9"/> + <line x="81.06" y="42.88"/> + <line x="81.08" y="64.33"/> + <close/> + <move x="37.32" y="55.03"/> + <line x="19.07" y="54.99"/> + <curve x1="14.41" x2="8.43" x3="8.43" y1="54.99" y2="53.04" y3="43.75"/> + <curve x1="8.37" x2="13.85" x3="19.17" y1="35.34" y2="32.47" y3="32.65"/> + <curve x1="19.65" x2="23.34" x3="32.08" y1="25.3" y2="16.98" y3="11.78"/> + <curve x1="38.87" x2="47.71" x3="54.77" y1="7.74" y2="7.5" y3="10.44"/> + <curve x1="61.96" x2="66.54" x3="68.57" y1="13.83" y2="19.09" y3="24.27"/> + <line x="75.28" y="24.27"/> + <curve x1="81.84" x2="87.82" x3="89.28" y1="24.67" y2="29.91" y3="37.1"/> + <curve x1="90.86" x2="88.07" x3="83.84" y1="45.31" y2="51.87" y3="55.01"/> + <line x="83.8" y="40.09"/> + <line x="37.28" y="40.14"/> + <close/> + <move x="37.25" y="77.42"/> + <line x="18.09" y="77.44"/> + <line x="18.12" y="58.65"/> + <line x="24.85" y="58.62"/> + <line x="24.9" y="70.68"/> + <line x="37.2" y="70.73"/> + <close/> + <move x="52.46" y="77.28"/> + <line x="68.49" y="77.26"/> + <line x="68.52" y="70.85"/> + <line x="52.47" y="70.84"/> + <close/> + <move x="39.99" y="89.45"/> + <line x="39.99" y="67.99"/> + <line x="81.08" y="67.95"/> + <line x="81.06" y="89.42"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="99.73" name="Backup Replication" strokewidth="inherit" w="99.87"> + <connections/> + <foreground> + <path> + <move x="0.0" y="99.73"/> + <line x="0.0" y="0.0"/> + <line x="99.87" y="0.0"/> + <line x="99.87" y="99.73"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="42.8" y="42.81"/> + <line x="11.69" y="42.81"/> + <line x="11.69" y="36.79"/> + <line x="31.61" y="36.79"/> + <line x="13.79" y="17.95"/> + <line x="17.74" y="13.81"/> + <line x="36.67" y="31.65"/> + <line x="36.67" y="11.83"/> + <line x="42.8" y="11.83"/> + <close/> + <move x="83.25" y="50.84"/> + <line x="83.25" y="15.63"/> + <line x="47.6" y="15.63"/> + <line x="47.6" y="11.45"/> + <line x="84.29" y="11.45"/> + <curve x1="87.64" x2="87.47" x3="87.47" y1="11.45" y2="14.01" y3="15.68"/> + <line x="87.47" y="50.84"/> + <close/> + <move x="68.53" y="44.71"/> + <line x="68.53" y="33.0"/> + <line x="56.84" y="33.0"/> + <line x="56.84" y="44.71"/> + <close/> + <move x="74.7" y="50.75"/> + <line x="50.77" y="50.75"/> + <line x="50.77" y="26.67"/> + <line x="74.7" y="26.67"/> + <close/> + <move x="44.56" y="68.56"/> + <line x="44.56" y="56.86"/> + <line x="32.85" y="56.86"/> + <line x="32.85" y="68.56"/> + <close/> + <move x="50.77" y="74.81"/> + <line x="26.73" y="74.81"/> + <line x="26.73" y="50.75"/> + <line x="50.77" y="50.75"/> + <close/> + <move x="56.65" y="88.73"/> + <line x="56.65" y="82.57"/> + <line x="77.33" y="82.57"/> + <line x="58.63" y="63.73"/> + <line x="63.65" y="59.71"/> + <line x="81.47" y="77.47"/> + <line x="81.47" y="57.76"/> + <line x="87.73" y="57.76"/> + <line x="87.73" y="88.73"/> + <close/> + <move x="51.88" y="88.79"/> + <line x="14.84" y="88.79"/> + <curve x1="12.28" x2="11.89" x3="11.89" y1="88.79" y2="87.02" y3="84.17"/> + <line x="11.89" y="50.99"/> + <line x="16.04" y="50.99"/> + <line x="16.04" y="84.24"/> + <line x="51.88" y="84.24"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="496.53" name="Building" strokewidth="inherit" w="567.59"> + <connections/> + <foreground> + <path> + <move x="0.0" y="496.46"/> + <line x="0.0" y="246.52"/> + <curve x1="11.18" x2="22.2" x3="33.56" y1="242.7" y2="239.66" y3="236.9"/> + <line x="33.56" y="219.51"/> + <curve x1="50.43" x2="82.59" x3="102.38" y1="208.42" y2="205.52" y3="205.52"/> + <line x="102.38" y="71.12"/> + <curve x1="120.76" x2="139.79" x3="159.42" y1="64.42" y2="58.73" y3="53.79"/> + <line x="159.42" y="24.81"/> + <curve x1="186.12" x2="234.75" x3="285.57" y1="5.95" y2="0.02" y3="0.0"/> + <curve x1="325.9" x2="381.12" x3="407.88" y1="0.0" y2="5.54" y3="24.56"/> + <line x="407.88" y="52.37"/> + <line x="465.03" y="71.31"/> + <line x="465.03" y="205.5"/> + <curve x1="493.41" x2="524.81" x3="533.97" y1="205.38" y2="210.91" y3="220.28"/> + <line x="533.97" y="236.18"/> + <curve x1="545.6" x2="556.68" x3="567.59" y1="239.06" y2="242.58" y3="246.7"/> + <line x="567.59" y="496.53"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="16.33" y="450.16"/> + <curve x1="32.59" x2="48.97" x3="64.88" y1="445.15" y2="440.96" y3="438.8"/> + <line x="64.88" y="402.97"/> + <curve x1="45.46" x2="29.67" x3="16.33" y1="406.6" y2="410.44" y3="414.42"/> + <close/> + <move x="81.72" y="435.77"/> + <curve x1="88.83" x2="95.23" x3="101.99" y1="434.91" y2="434.37" y3="434.23"/> + <line x="101.99" y="399.17"/> + <curve x1="94.96" x2="88.04" x3="81.72" y1="399.54" y2="399.96" y3="400.68"/> + <close/> + <move x="131.11" y="415.8"/> + <curve x1="160.14" x2="189.27" x3="213.45" y1="408.39" y2="400.69" y3="396.73"/> + <line x="213.45" y="337.1"/> + <curve x1="182.52" x2="156.38" x3="131.11" y1="342.02" y2="349.23" y3="356.98"/> + <close/> + <move x="242.2" y="392.9"/> + <curve x1="268.05" x2="295.53" x3="324.95" y1="389.68" y2="388.58" y3="391.07"/> + <line x="324.95" y="332.2"/> + <curve x1="297.44" x2="269.71" x3="242.2" y1="329.03" y2="329.98" y3="333.22"/> + <close/> + <move x="353.88" y="395.35"/> + <curve x1="381.15" x2="408.79" x3="436.07" y1="399.53" y2="406.96" y3="414.65"/> + <line x="436.07" y="355.28"/> + <curve x1="410.16" x2="382.65" x3="353.88" y1="346.46" y2="340.03" y3="335.5"/> + <close/> + <move x="464.41" y="434.3"/> + <curve x1="471.56" x2="478.28" x3="485.67" y1="434.1" y2="434.51" y3="435.06"/> + <line x="485.67" y="399.93"/> + <curve x1="478.75" x2="472.49" x3="464.41" y1="399.63" y2="398.96" y3="399.36"/> + <close/> + <move x="502.53" y="437.33"/> + <curve x1="517.46" x2="535.6" x3="551.02" y1="439.32" y2="444.04" y3="449.26"/> + <line x="551.02" y="413.56"/> + <curve x1="536.24" x2="520.58" x3="502.53" y1="408.97" y2="404.84" y3="402.01"/> + <close/> + <move x="16.33" y="394.5"/> + <curve x1="33.24" x2="49.4" x3="64.88" y1="389.32" y2="385.58" y3="383.26"/> + <line x="64.88" y="347.84"/> + <curve x1="47.99" x2="31.79" x3="16.33" y1="349.94" y2="354.08" y3="359.02"/> + <close/> + <move x="81.72" y="380.19"/> + <curve x1="87.8" x2="94.9" x3="101.99" y1="379.66" y2="379.12" y3="378.58"/> + <line x="101.99" y="343.83"/> + <curve x1="95.42" x2="88.28" x3="81.72" y1="344.14" y2="344.66" y3="345.48"/> + <close/> + <move x="16.33" y="340.8"/> + <curve x1="28.81" x2="43.12" x3="64.88" y1="336.68" y2="332.67" y3="329.06"/> + <line x="64.88" y="293.73"/> + <curve x1="48.58" x2="32.37" x3="16.33" y1="296.47" y2="300.68" y3="304.91"/> + <close/> + <move x="81.72" y="327.26"/> + <curve x1="89.21" x2="95.5" x3="101.99" y1="325.87" y2="325.4" y3="325.27"/> + <line x="101.99" y="289.94"/> + <curve x1="95.2" x2="88.75" x3="81.72" y1="290.25" y2="290.65" y3="291.46"/> + <close/> + <move x="16.33" y="290.32"/> + <curve x1="30.56" x2="44.5" x3="64.88" y1="286.23" y2="282.12" y3="278.77"/> + <line x="64.88" y="243.35"/> + <curve x1="48.09" x2="32.13" x3="16.33" y1="246.61" y2="250.62" y3="254.62"/> + <close/> + <move x="81.72" y="276.87"/> + <curve x1="88.52" x2="95.44" x3="101.99" y1="275.69" y2="275.16" y3="274.98"/> + <line x="101.99" y="239.75"/> + <curve x1="95.07" x2="88.13" x3="81.72" y1="240.03" y2="240.38" y3="241.17"/> + <close/> + <move x="131.11" y="321.65"/> + <curve x1="158.24" x2="185.82" x3="213.45" y1="314.12" y2="307.17" y3="302.14"/> + <line x="213.45" y="242.67"/> + <curve x1="186.05" x2="158.51" x3="131.11" y1="247.46" y2="253.86" y3="262.18"/> + <close/> + <move x="242.2" y="298.73"/> + <curve x1="265.3" x2="293.78" x3="324.95" y1="294.74" y2="294.79" y3="296.84"/> + <line x="324.95" y="237.56"/> + <curve x1="296.56" x2="269.07" x3="242.2" y1="235.09" y2="234.8" y3="238.88"/> + <close/> + <move x="353.88" y="300.63"/> + <curve x1="379.91" x2="407.51" x3="436.07" y1="305.04" y2="311.68" y3="320.14"/> + <line x="436.07" y="261.04"/> + <curve x1="409.47" x2="381.98" x3="353.88" y1="251.45" y2="245.2" y3="241.16"/> + <close/> + <move x="131.11" y="230.36"/> + <curve x1="157.7" x2="185.34" x3="213.45" y1="222.24" y2="215.56" y3="210.47"/> + <line x="213.45" y="151.19"/> + <curve x1="184.58" x2="156.95" x3="131.11" y1="156.54" y2="163.2" y3="171.08"/> + <close/> + <move x="242.2" y="207.06"/> + <curve x1="267.94" x2="296.2" x3="324.95" y1="202.98" y2="203.61" y3="205.55"/> + <line x="324.95" y="145.89"/> + <curve x1="301.02" x2="268.97" x3="242.2" y1="143.61" y2="143.27" y3="147.21"/> + <close/> + <move x="353.88" y="209.52"/> + <curve x1="380.36" x2="408.09" x3="436.07" y1="212.9" y2="220.48" y3="228.84"/> + <line x="436.07" y="169.37"/> + <curve x1="409.18" x2="381.77" x3="353.88" y1="160.42" y2="153.89" y3="149.48"/> + <close/> + <move x="131.11" y="144.75"/> + <curve x1="159.11" x2="186.46" x3="213.45" y1="136.78" y2="130.3" y3="124.86"/> + <line x="213.45" y="65.58"/> + <curve x1="184.59" x2="158.04" x3="131.11" y1="69.73" y2="77.27" y3="84.33"/> + <close/> + <move x="242.2" y="120.88"/> + <curve x1="268.51" x2="295.62" x3="324.95" y1="118.08" y2="116.9" y3="120.13"/> + <line x="324.95" y="60.46"/> + <curve x1="297.36" x2="269.79" x3="242.2" y1="57.86" y2="58.41" y3="60.84"/> + <close/> + <move x="353.88" y="123.72"/> + <curve x1="378.14" x2="404.75" x3="436.07" y1="127.26" y2="132.96" y3="143.04"/> + <line x="436.07" y="83.95"/> + <curve x1="407.68" x2="380.79" x3="353.88" y1="73.5" y2="68.53" y3="63.49"/> + <close/> + <move x="464.41" y="378.57"/> + <curve x1="470.88" x2="477.45" x3="485.67" y1="378.37" y2="378.55" y3="379.61"/> + <line x="485.67" y="344.38"/> + <curve x1="479.45" x2="473.57" x3="464.41" y1="343.8" y2="343.14" y3="343.53"/> + <close/> + <move x="502.53" y="381.79"/> + <curve x1="520.9" x2="535.53" x3="551.02" y1="383.93" y2="389.33" y3="394.1"/> + <line x="551.02" y="358.12"/> + <curve x1="536.73" x2="521.57" x3="502.53" y1="353.78" y2="349.65" y3="346.56"/> + <close/> + <move x="464.41" y="324.88"/> + <curve x1="471.69" x2="477.89" x3="485.67" y1="324.41" y2="325.1" y3="326.3"/> + <line x="485.67" y="290.5"/> + <curve x1="479.05" x2="472.73" x3="464.41" y1="290.0" y2="289.36" y3="289.84"/> + <close/> + <move x="502.53" y="328.66"/> + <curve x1="516.34" x2="537.99" x3="551.02" y1="329.76" y2="335.38" y3="339.93"/> + <line x="551.02" y="304.25"/> + <curve x1="539.74" x2="516.64" x3="502.53" y1="300.15" y2="294.73" y3="292.77"/> + <close/> + <move x="464.41" y="274.49"/> + <curve x1="471.22" x2="479.47" x3="485.67" y1="274.29" y2="275.14" y3="275.92"/> + <line x="485.67" y="240.21"/> + <curve x1="477.69" x2="470.38" x3="464.41" y1="239.52" y2="239.3" y3="239.36"/> + <close/> + <move x="502.53" y="278.47"/> + <curve x1="517.67" x2="534.33" x3="551.02" y1="279.77" y2="284.52" y3="289.55"/> + <line x="551.02" y="253.94"/> + <curve x1="533.94" x2="517.59" x3="502.53" y1="248.89" y2="244.86" y3="242.58"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="100.0" name="Built in Management for agents" strokewidth="inherit" w="98.64"> + <connections/> + <foreground> + <path> + <move x="0.0" y="100.0"/> + <line x="0.0" y="0.0"/> + <line x="98.64" y="0.0"/> + <line x="98.64" y="100.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="74.74" y="66.64"/> + <line x="74.74" y="62.39"/> + <line x="77.99" y="62.39"/> + <line x="77.99" y="24.7"/> + <line x="40.82" y="24.7"/> + <line x="40.82" y="28.09"/> + <line x="36.78" y="28.09"/> + <line x="36.78" y="20.64"/> + <line x="82.05" y="20.64"/> + <line x="82.05" y="66.64"/> + <close/> + <move x="53.28" y="70.2"/> + <line x="64.24" y="37.13"/> + <line x="56.31" y="37.13"/> + <line x="49.11" y="62.43"/> + <line x="42.11" y="37.13"/> + <line x="34.12" y="37.13"/> + <line x="44.76" y="70.2"/> + <close/> + <move x="71.54" y="76.0"/> + <line x="31.61" y="76.0"/> + <curve x1="29.31" x2="28.56" x3="28.59" y1="72.09" y2="66.66" y3="60.81"/> + <line x="38.36" y="60.81"/> + <line x="26.84" y="49.22"/> + <line x="26.84" y="30.9"/> + <line x="71.54" y="30.9"/> + <close/> + <move x="36.81" y="88.69"/> + <curve x1="28.8" x2="23.4" x3="20.14" y1="85.85" y2="82.48" y3="76.8"/> + <curve x1="18.08" x2="16.54" x3="16.9" y1="73.04" y2="66.08" y3="60.9"/> + <curve x1="17.08" x2="16.69" x3="15.51" y1="59.37" y2="58.74" y3="58.74"/> + <line x="10.23" y="58.74"/> + <line x="21.61" y="47.33"/> + <line x="32.97" y="58.74"/> + <line x="27.9" y="58.74"/> + <curve x1="26.76" x2="26.21" x3="26.21" y1="58.74" y2="59.46" y3="60.59"/> + <curve x1="25.84" x2="27.7" x3="28.8" y1="68.08" y2="73.44" y3="76.77"/> + <curve x1="31.34" x2="34.05" x3="36.81" y1="82.68" y2="85.96" y3="88.69"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.46" name="Chargeback and billing capabilities" strokewidth="inherit" w="283.08"> + <connections/> + <foreground> + <path> + <move x="0.0" y="283.46"/> + <line x="0.0" y="0.0"/> + <line x="283.08" y="0.0"/> + <line x="283.08" y="283.46"/> + <line x="0.0" y="283.46"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="232.68" y="125.47"/> + <line x="232.68" y="107.65"/> + <line x="74.84" y="107.65"/> + <line x="74.84" y="125.47"/> + <line x="232.68" y="125.47"/> + <close/> + <move x="192.14" y="190.65"/> + <line x="192.14" y="186.4"/> + <line x="180.62" y="186.4"/> + <line x="180.62" y="190.65"/> + <line x="192.14" y="190.65"/> + <close/> + <move x="198.75" y="190.65"/> + <line x="222.3" y="190.65"/> + <line x="222.3" y="186.4"/> + <line x="198.75" y="186.4"/> + <line x="198.75" y="190.65"/> + <close/> + <move x="78.17" y="205.1"/> + <curve x1="73.62" x2="67.09" x3="67.09" y1="205.1" y2="201.75" y3="194.18"/> + <line x="67.09" y="180.9"/> + <line x="123.87" y="180.9"/> + <line x="124.1" y="149.01"/> + <line x="67.09" y="149.01"/> + <line x="67.09" y="91.86"/> + <curve x1="67.09" x2="73.25" x3="79.83" y1="81.34" y2="78.82" y3="78.82"/> + <line x="228.68" y="78.82"/> + <curve x1="235.82" x2="240.16" x3="240.16" y1="78.82" y2="84.03" y3="90.51"/> + <line x="240.16" y="193.48"/> + <curve x1="240.28" x2="236.51" x3="227.57" y1="199.78" y2="205.1" y3="205.1"/> + <line x="78.17" y="205.1"/> + <close/> + <move x="61.6" y="195.84"/> + <line x="21.83" y="165.14"/> + <line x="61.6" y="133.92"/> + <line x="61.6" y="154.76"/> + <line x="118.17" y="154.76"/> + <line x="118.19" y="175.35"/> + <line x="61.6" y="175.35"/> + <line x="61.6" y="195.84"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="99.71" name="Checked" strokewidth="inherit" w="99.71"> + <connections/> + <foreground> + <path> + <move x="49.98" y="99.71"/> + <curve x1="20.14" x2="0.0" x3="0.0" y1="99.71" y2="75.25" y3="50.56"/> + <curve x1="0.0" x2="24.39" x3="49.7" y1="20.25" y2="0.0" y3="0.0"/> + <curve x1="76.74" x2="99.71" x3="99.71" y1="0.0" y2="21.33" y3="49.99"/> + <curve x1="99.71" x2="77.04" x3="49.98" y1="78.16" y2="99.71" y3="99.71"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="45.47" y="79.5"/> + <line x="15.94" y="49.26"/> + <curve x1="14.11" x2="13.25" x3="16.0" y1="47.41" y2="43.02" y3="39.94"/> + <line x="24.25" y="31.59"/> + <line x="45.58" y="52.97"/> + <line x="74.15" y="24.67"/> + <line x="82.3" y="32.66"/> + <curve x1="85.26" x2="84.95" x3="82.52" y1="35.71" y2="39.95" y3="42.31"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="555.08" name="Checked doc" strokewidth="inherit" w="457.3"> + <connections/> + <foreground> + <path> + <move x="248.0" y="470.41"/> + <line x="46.62" y="470.31"/> + <curve x1="28.18" x2="0.02" x3="0.02" y1="470.31" y2="454.2" y3="420.97"/> + <line x="0.0" y="0.0"/> + <line x="258.68" y="0.1"/> + <line x="348.92" y="88.83"/> + <line x="348.76" y="351.28"/> + <line x="259.83" y="406.58"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="349.23" y="555.08"/> + <curve x1="287.4" x2="237.86" x3="237.86" y1="555.08" y2="506.36" y3="443.84"/> + <curve x1="237.86" x2="282.3" x3="346.96" y1="388.43" y2="335.94" y3="335.94"/> + <curve x1="407.07" x2="457.3" x3="457.3" y1="335.94" y2="384.13" y3="445.8"/> + <curve x1="457.3" x2="404.68" x3="349.23" y1="508.41" y2="555.08" y3="555.08"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="340.9" y="505.83"/> + <line x="417.8" y="428.18"/> + <curve x1="425.53" x2="422.85" x3="417.8" y1="421.91" y2="412.18" y3="406.4"/> + <line x="401.89" y="389.73"/> + <line x="340.86" y="450.44"/> + <line x="292.23" y="403.06"/> + <line x="275.39" y="419.33"/> + <curve x1="269.44" x2="270.82" x3="275.26" y1="425.55" y2="434.66" y3="439.7"/> + <close/> + <move x="285.4" y="335.75"/> + <line x="285.22" y="305.44"/> + <line x="58.04" y="305.42"/> + <line x="57.96" y="335.82"/> + <close/> + <move x="285.59" y="275.91"/> + <line x="285.33" y="244.68"/> + <line x="57.95" y="244.99"/> + <line x="58.03" y="275.8"/> + <close/> + <move x="285.55" y="215.04"/> + <line x="285.42" y="184.69"/> + <line x="57.95" y="184.56"/> + <line x="57.91" y="215.53"/> + <close/> + <move x="314.87" y="92.22"/> + <line x="255.2" y="27.6"/> + <line x="255.02" y="92.4"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="515.19" name="Cluster" strokewidth="inherit" w="1078.58"> + <connections/> + <foreground> + <path> + <move x="1078.58" y="515.19"/> + <line x="784.24" y="515.19"/> + <curve x1="762.46" x2="740.81" x3="740.81" y1="515.19" y2="493.32" y3="468.94"/> + <line x="740.81" y="0.0"/> + <line x="1030.69" y="0.0"/> + <curve x1="1054.48" x2="1078.58" x3="1078.58" y1="0.0" y2="18.89" y3="43.61"/> + <line x="1078.58" y="515.19"/> + <close/> + </path> + <fillstroke/> + <path> + <move x="708.18" y="515.19"/> + <line x="413.83" y="515.19"/> + <curve x1="392.05" x2="370.41" x3="370.41" y1="515.19" y2="493.32" y3="468.94"/> + <line x="370.41" y="0.0"/> + <line x="660.29" y="0.0"/> + <curve x1="684.08" x2="708.18" x3="708.18" y1="0.0" y2="18.89" y3="43.61"/> + <line x="708.18" y="515.19"/> + <close/> + </path> + <fillstroke/> + <path> + <move x="337.78" y="515.19"/> + <line x="43.43" y="515.19"/> + <curve x1="21.65" x2="0.0" x3="0.0" y1="515.19" y2="493.32" y3="468.94"/> + <line x="0.0" y="0.0"/> + <line x="289.88" y="0.0"/> + <curve x1="313.67" x2="337.78" x3="337.78" y1="0.0" y2="18.89" y3="43.61"/> + <line x="337.78" y="515.19"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="298.08" y="284.68"/> + <line x="298.08" y="237.84"/> + <curve x1="298.08" x2="291.97" x3="272.83" y1="230.35" y2="210.82" y3="210.82"/> + <line x="32.37" y="210.82"/> + <line x="32.37" y="259.51"/> + <curve x1="32.37" x2="43.32" x3="58.69" y1="271.58" y2="284.68" y3="284.68"/> + <line x="298.08" y="284.68"/> + <close/> + <move x="284.02" y="270.91"/> + <line x="206.35" y="270.91"/> + <curve x1="193.64" x2="178.95" x3="178.95" y1="270.91" y2="259.86" y3="244.33"/> + <line x="178.95" y="228.68"/> + <line x="259.51" y="228.68"/> + <curve x1="270.24" x2="284.02" x3="284.02" y1="228.68" y2="240.83" y3="253.85"/> + <line x="284.02" y="270.91"/> + <close/> + <move x="298.08" y="197.11"/> + <line x="298.08" y="150.27"/> + <curve x1="298.08" x2="291.97" x3="272.83" y1="142.77" y2="123.24" y3="123.24"/> + <line x="32.37" y="123.24"/> + <line x="32.37" y="171.93"/> + <curve x1="32.37" x2="43.32" x3="58.69" y1="184.01" y2="197.11" y3="197.11"/> + <line x="298.08" y="197.11"/> + <close/> + <move x="284.02" y="183.34"/> + <line x="206.35" y="183.34"/> + <curve x1="193.64" x2="178.95" x3="178.95" y1="183.34" y2="172.29" y3="156.76"/> + <line x="178.95" y="141.1"/> + <line x="259.51" y="141.1"/> + <curve x1="270.24" x2="284.02" x3="284.02" y1="141.1" y2="153.26" y3="166.27"/> + <line x="284.02" y="183.34"/> + <close/> + <move x="298.08" y="110.27"/> + <line x="298.08" y="63.43"/> + <curve x1="298.08" x2="291.97" x3="272.83" y1="55.93" y2="36.4" y3="36.4"/> + <line x="32.37" y="36.4"/> + <line x="32.37" y="85.09"/> + <curve x1="32.37" x2="43.32" x3="58.69" y1="97.17" y2="110.27" y3="110.27"/> + <line x="298.08" y="110.27"/> + <close/> + <move x="284.02" y="96.5"/> + <line x="206.35" y="96.5"/> + <curve x1="193.64" x2="178.95" x3="178.95" y1="96.5" y2="85.45" y3="69.92"/> + <line x="178.95" y="54.26"/> + <line x="259.51" y="54.26"/> + <curve x1="270.24" x2="284.02" x3="284.02" y1="54.26" y2="66.42" y3="79.43"/> + <line x="284.02" y="96.5"/> + <close/> + <move x="668.49" y="284.68"/> + <line x="668.49" y="237.84"/> + <curve x1="668.49" x2="662.38" x3="643.23" y1="230.35" y2="210.82" y3="210.82"/> + <line x="402.78" y="210.82"/> + <line x="402.78" y="259.51"/> + <curve x1="402.78" x2="413.73" x3="429.09" y1="271.58" y2="284.68" y3="284.68"/> + <line x="668.49" y="284.68"/> + <close/> + <move x="654.42" y="270.91"/> + <line x="576.75" y="270.91"/> + <curve x1="564.05" x2="549.35" x3="549.35" y1="270.91" y2="259.86" y3="244.33"/> + <line x="549.35" y="228.68"/> + <line x="629.91" y="228.68"/> + <curve x1="640.65" x2="654.42" x3="654.42" y1="228.68" y2="240.83" y3="253.85"/> + <line x="654.42" y="270.91"/> + <close/> + <move x="668.49" y="197.11"/> + <line x="668.49" y="150.27"/> + <curve x1="668.49" x2="662.38" x3="643.23" y1="142.77" y2="123.24" y3="123.24"/> + <line x="402.78" y="123.24"/> + <line x="402.78" y="171.93"/> + <curve x1="402.78" x2="413.73" x3="429.09" y1="184.01" y2="197.11" y3="197.11"/> + <line x="668.49" y="197.11"/> + <close/> + <move x="654.42" y="183.34"/> + <line x="576.75" y="183.34"/> + <curve x1="564.05" x2="549.35" x3="549.35" y1="183.34" y2="172.29" y3="156.76"/> + <line x="549.35" y="141.1"/> + <line x="629.91" y="141.1"/> + <curve x1="640.65" x2="654.42" x3="654.42" y1="141.1" y2="153.26" y3="166.27"/> + <line x="654.42" y="183.34"/> + <close/> + <move x="668.49" y="110.27"/> + <line x="668.49" y="63.43"/> + <curve x1="668.49" x2="662.38" x3="643.23" y1="55.93" y2="36.4" y3="36.4"/> + <line x="402.78" y="36.4"/> + <line x="402.78" y="85.09"/> + <curve x1="402.78" x2="413.73" x3="429.09" y1="97.17" y2="110.27" y3="110.27"/> + <line x="668.49" y="110.27"/> + <close/> + <move x="654.42" y="96.5"/> + <line x="576.75" y="96.5"/> + <curve x1="564.05" x2="549.35" x3="549.35" y1="96.5" y2="85.45" y3="69.92"/> + <line x="549.35" y="54.26"/> + <line x="629.91" y="54.26"/> + <curve x1="640.65" x2="654.42" x3="654.42" y1="54.26" y2="66.42" y3="79.43"/> + <line x="654.42" y="96.5"/> + <close/> + <move x="1038.89" y="284.68"/> + <line x="1038.89" y="237.84"/> + <curve x1="1038.89" x2="1032.78" x3="1013.64" y1="230.35" y2="210.82" y3="210.82"/> + <line x="773.18" y="210.82"/> + <line x="773.18" y="259.51"/> + <curve x1="773.18" x2="784.13" x3="799.5" y1="271.58" y2="284.68" y3="284.68"/> + <line x="1038.89" y="284.68"/> + <close/> + <move x="1024.83" y="270.91"/> + <line x="947.16" y="270.91"/> + <curve x1="934.45" x2="919.76" x3="919.76" y1="270.91" y2="259.86" y3="244.33"/> + <line x="919.76" y="228.68"/> + <line x="1000.32" y="228.68"/> + <curve x1="1011.06" x2="1024.83" x3="1024.83" y1="228.68" y2="240.83" y3="253.85"/> + <line x="1024.83" y="270.91"/> + <close/> + <move x="1038.89" y="197.11"/> + <line x="1038.89" y="150.27"/> + <curve x1="1038.89" x2="1032.78" x3="1013.64" y1="142.77" y2="123.24" y3="123.24"/> + <line x="773.18" y="123.24"/> + <line x="773.18" y="171.93"/> + <curve x1="773.18" x2="784.13" x3="799.5" y1="184.01" y2="197.11" y3="197.11"/> + <line x="1038.89" y="197.11"/> + <close/> + <move x="1024.83" y="183.34"/> + <line x="947.16" y="183.34"/> + <curve x1="934.45" x2="919.76" x3="919.76" y1="183.34" y2="172.29" y3="156.76"/> + <line x="919.76" y="141.1"/> + <line x="1000.32" y="141.1"/> + <curve x1="1011.06" x2="1024.83" x3="1024.83" y1="141.1" y2="153.26" y3="166.27"/> + <line x="1024.83" y="183.34"/> + <close/> + <move x="1038.89" y="110.27"/> + <line x="1038.89" y="63.43"/> + <curve x1="1038.89" x2="1032.78" x3="1013.64" y1="55.93" y2="36.4" y3="36.4"/> + <line x="773.18" y="36.4"/> + <line x="773.18" y="85.09"/> + <curve x1="773.18" x2="784.13" x3="799.5" y1="97.17" y2="110.27" y3="110.27"/> + <line x="1038.89" y="110.27"/> + <close/> + <move x="1024.83" y="96.5"/> + <line x="947.16" y="96.5"/> + <curve x1="934.45" x2="919.76" x3="919.76" y1="96.5" y2="85.45" y3="69.92"/> + <line x="919.76" y="54.26"/> + <line x="1000.32" y="54.26"/> + <curve x1="1011.06" x2="1024.83" x3="1024.83" y1="54.26" y2="66.42" y3="79.43"/> + <line x="1024.83" y="96.5"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="100.01" name="Company Administrator" strokewidth="inherit" w="91.54"> + <connections/> + <foreground> + <path> + <move x="36.77" y="54.86"/> + <curve x1="26.07" x2="13.41" x3="13.41" y1="54.86" y2="46.1" y3="30.91"/> + <line x="13.41" y="24.44"/> + <curve x1="13.41" x2="24.36" x3="36.97" y1="10.3" y2="0.0" y3="0.0"/> + <curve x1="51.56" x2="61.24" x3="61.24" y1="0.0" y2="11.4" y3="24.4"/> + <line x="61.24" y="31.6"/> + <curve x1="61.24" x2="52.25" x3="36.77" y1="42.07" y2="54.86" y3="54.86"/> + <close/> + <move x="3.32" y="99.99"/> + <curve x1="2.02" x2="0.0" x3="0.0" y1="99.99" y2="98.27" y3="96.15"/> + <line x="0.0" y="84.59"/> + <curve x1="0.0" x2="8.85" x3="21.23" y1="71.93" y2="59.9" y3="56.25"/> + <curve x1="24.91" x2="30.64" x3="37.26" y1="58.69" y2="60.95" y3="60.95"/> + <curve x1="44.11" x2="49.88" x3="53.76" y1="60.95" y2="58.96" y3="56.17"/> + <curve x1="57.07" x2="59.68" x3="63.19" y1="57.48" y2="58.75" y3="61.33"/> + <curve x1="56.3" x2="50.38" x3="50.38" y1="64.76" y2="72.62" y3="81.79"/> + <curve x1="50.43" x2="54.9" x3="58.79" y1="90.74" y2="96.64" y3="99.99"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="73.45" y="100.01"/> + <curve x1="64.28" x2="55.52" x3="55.52" y1="100.01" y2="92.86" y3="81.74"/> + <curve x1="55.52" x2="62.87" x3="73.8" y1="72.48" y2="63.93" y3="63.93"/> + <curve x1="81.76" x2="91.54" x3="91.54" y1="63.93" y2="70.18" y3="82.13"/> + <curve x1="91.09" x2="81.79" x3="73.45" y1="94.15" y2="100.01" y3="100.01"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="73.42" y="86.76"/> + <curve x1="75.87" x2="77.64" x3="77.64" y1="86.76" y2="84.85" y3="82.83"/> + <curve x1="77.64" x2="75.28" x3="73.41" y1="80.06" y2="78.49" y3="78.49"/> + <curve x1="71.63" x2="69.43" x3="69.43" y1="78.49" y2="80.1" y3="82.67"/> + <curve x1="69.43" x2="71.59" x3="73.42" y1="85.13" y2="86.76" y3="86.76"/> + <close/> + <move x="65.68" y="89.9"/> + <curve x1="65.54" x2="65.43" x3="65.59" y1="89.77" y2="89.42" y3="89.02"/> + <line x="66.5" y="86.72"/> + <curve x1="66.23" x2="65.9" x3="65.84" y1="86.33" y2="85.68" y3="85.03"/> + <line x="63.73" y="84.25"/> + <curve x1="63.16" x2="63.0" x3="63.03" y1="84.03" y2="83.69" y3="83.41"/> + <line x="63.04" y="82.24"/> + <curve x1="63.05" x2="63.19" x3="63.63" y1="81.85" y2="81.74" y3="81.56"/> + <line x="65.73" y="80.58"/> + <curve x1="65.9" x2="66.14" x3="66.53" y1="79.89" y2="79.39" y3="78.99"/> + <line x="65.55" y="76.93"/> + <curve x1="65.41" x2="65.29" x3="65.58" y1="76.61" y2="76.21" y3="75.85"/> + <line x="66.36" y="75.11"/> + <curve x1="66.58" x2="66.9" x3="67.22" y1="74.93" y2="74.93" y3="75.08"/> + <line x="69.5" y="75.98"/> + <curve x1="69.98" x2="70.62" x3="71.12" y1="75.64" y2="75.39" y3="75.36"/> + <line x="71.89" y="73.24"/> + <curve x1="72.03" x2="72.36" x3="72.87" y1="72.76" y2="72.51" y3="72.5"/> + <line x="73.94" y="72.5"/> + <curve x1="74.37" x2="74.55" x3="74.66" y1="72.49" y2="72.65" y3="72.98"/> + <line x="75.62" y="75.36"/> + <curve x1="76.35" x2="76.82" x3="77.22" y1="75.45" y2="75.7" y3="76.01"/> + <line x="79.21" y="75.08"/> + <curve x1="79.64" x2="79.96" x3="80.32" y1="74.89" y2="74.89" y3="75.18"/> + <line x="81.13" y="75.9"/> + <curve x1="81.42" x2="81.32" x3="81.15" y1="76.21" y2="76.5" y3="76.9"/> + <line x="80.3" y="78.97"/> + <curve x1="80.58" x2="80.8" x3="80.95" y1="79.49" y2="80.06" y3="80.67"/> + <line x="83.29" y="81.79"/> + <curve x1="83.5" x2="83.64" x3="83.68" y1="81.91" y2="82.05" y3="82.46"/> + <line x="83.76" y="83.23"/> + <curve x1="83.79" x2="83.72" x3="83.48" y1="83.5" y2="83.81" y3="83.91"/> + <line x="81.07" y="84.97"/> + <curve x1="80.91" x2="80.81" x3="80.31" y1="85.49" y2="85.94" y3="86.64"/> + <line x="81.2" y="88.85"/> + <curve x1="81.39" x2="81.36" x3="81.11" y1="89.27" y2="89.49" y3="89.81"/> + <line x="80.62" y="90.37"/> + <curve x1="80.3" x2="80.11" x3="79.82" y1="90.74" y2="90.75" y3="90.63"/> + <line x="77.33" y="89.65"/> + <curve x1="76.99" x2="76.24" x3="75.74" y1="89.85" y2="90.21" y3="90.28"/> + <line x="74.87" y="92.39"/> + <curve x1="74.72" x2="74.51" x3="73.92" y1="92.75" y2="93.04" y3="93.03"/> + <line x="72.82" y="93.05"/> + <curve x1="72.57" x2="72.33" x3="72.22" y1="93.06" y2="92.88" y3="92.68"/> + <line x="71.11" y="90.6"/> + <curve x1="70.54" x2="70.02" x3="69.57" y1="90.48" y2="90.24" y3="89.87"/> + <line x="67.27" y="90.83"/> + <curve x1="66.92" x2="66.48" x3="66.33" y1="90.98" y2="90.86" y3="90.63"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="100.01" name="Company Owner" strokewidth="inherit" w="91.54"> + <connections/> + <foreground> + <path> + <move x="36.77" y="54.86"/> + <curve x1="26.07" x2="13.41" x3="13.41" y1="54.86" y2="46.1" y3="30.91"/> + <line x="13.41" y="24.44"/> + <curve x1="13.41" x2="24.36" x3="36.97" y1="10.3" y2="0.0" y3="0.0"/> + <curve x1="51.56" x2="61.24" x3="61.24" y1="0.0" y2="11.4" y3="24.4"/> + <line x="61.24" y="31.6"/> + <curve x1="61.24" x2="52.25" x3="36.77" y1="42.07" y2="54.86" y3="54.86"/> + <close/> + <move x="3.32" y="99.99"/> + <curve x1="2.02" x2="0.0" x3="0.0" y1="99.99" y2="98.27" y3="96.15"/> + <line x="0.0" y="84.59"/> + <curve x1="0.0" x2="8.85" x3="21.23" y1="71.93" y2="59.9" y3="56.25"/> + <curve x1="24.91" x2="30.64" x3="37.26" y1="58.69" y2="60.95" y3="60.95"/> + <curve x1="44.11" x2="49.88" x3="53.76" y1="60.95" y2="58.96" y3="56.17"/> + <curve x1="57.07" x2="59.68" x3="63.19" y1="57.48" y2="58.75" y3="61.33"/> + <curve x1="56.3" x2="50.38" x3="50.38" y1="64.76" y2="72.62" y3="81.79"/> + <curve x1="50.43" x2="54.9" x3="58.79" y1="90.74" y2="96.64" y3="99.99"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="73.45" y="100.01"/> + <curve x1="64.28" x2="55.52" x3="55.52" y1="100.01" y2="92.86" y3="81.74"/> + <curve x1="55.52" x2="62.87" x3="73.8" y1="72.48" y2="63.93" y3="63.93"/> + <curve x1="81.76" x2="91.54" x3="91.54" y1="63.93" y2="70.18" y3="82.13"/> + <curve x1="91.09" x2="81.79" x3="73.45" y1="94.15" y2="100.01" y3="100.01"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="76.12" y="76.15"/> + <line x="76.12" y="74.42"/> + <line x="70.88" y="74.42"/> + <line x="70.88" y="76.15"/> + <close/> + <move x="64.3" y="82.89"/> + <curve x1="63.65" x2="63.27" x3="63.27" y1="82.89" y2="82.64" y3="81.94"/> + <line x="63.27" y="76.43"/> + <line x="69.67" y="76.43"/> + <line x="69.67" y="73.88"/> + <curve x1="69.67" x2="70.0" x3="71.03" y1="73.13" y2="72.66" y3="72.66"/> + <line x="76.37" y="72.66"/> + <curve x1="77.06" x2="77.47" x3="77.47" y1="72.66" y2="73.25" y3="73.86"/> + <line x="77.47" y="76.43"/> + <line x="83.75" y="76.43"/> + <line x="83.75" y="81.75"/> + <curve x1="83.75" x2="83.53" x3="82.57" y1="82.54" y2="82.89" y3="82.89"/> + <line x="75.99" y="82.89"/> + <curve x1="75.96" x2="75.56" x3="74.77" y1="82.32" y2="81.56" y3="81.56"/> + <line x="72.28" y="81.56"/> + <curve x1="71.48" x2="71.09" x3="70.99" y1="81.56" y2="82.31" y3="82.89"/> + <close/> + <move x="72.18" y="84.18"/> + <line x="72.18" y="82.76"/> + <line x="74.81" y="82.76"/> + <line x="74.81" y="84.18"/> + <close/> + <move x="63.27" y="91.76"/> + <line x="63.27" y="84.08"/> + <line x="71.01" y="84.08"/> + <curve x1="71.06" x2="71.52" x3="72.06" y1="84.69" y2="85.22" y3="85.22"/> + <line x="74.91" y="85.22"/> + <curve x1="75.48" x2="75.92" x3="76.04" y1="85.22" y2="84.6" y3="84.08"/> + <line x="83.75" y="84.08"/> + <line x="83.75" y="91.76"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.11" name="Company User" strokewidth="inherit" w="259.15"> + <connections/> + <foreground> + <path> + <move x="104.1" y="155.31"/> + <curve x1="73.81" x2="37.95" x3="37.95" y1="155.31" y2="130.49" y3="87.5"/> + <line x="37.95" y="69.2"/> + <curve x1="37.95" x2="68.97" x3="104.66" y1="29.17" y2="0.0" y3="0.0"/> + <curve x1="145.97" x2="173.37" x3="173.37" y1="0.0" y2="32.28" y3="69.07"/> + <line x="173.37" y="89.46"/> + <curve x1="173.37" x2="147.91" x3="104.1" y1="119.11" y2="155.31" y3="155.31"/> + <close/> + <move x="9.41" y="283.07"/> + <curve x1="5.71" x2="0.0" x3="0.0" y1="283.07" y2="278.2" y3="272.2"/> + <line x="0.0" y="239.45"/> + <curve x1="0.0" x2="25.06" x3="60.11" y1="203.61" y2="169.56" y3="159.24"/> + <curve x1="70.53" x2="86.74" x3="105.49" y1="166.14" y2="172.56" y3="172.56"/> + <curve x1="124.87" x2="141.2" x3="152.19" y1="172.56" y2="166.92" y3="159.01"/> + <curve x1="161.56" x2="168.95" x3="178.88" y1="162.73" y2="166.32" y3="173.61"/> + <curve x1="159.39" x2="142.63" x3="142.63" y1="183.33" y2="205.58" y3="231.55"/> + <curve x1="142.75" x2="155.43" x3="166.43" y1="256.87" y2="273.58" y3="283.07"/> + <line x="9.41" y="283.07"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="207.94" y="283.11"/> + <curve x1="181.96" x2="157.16" x3="157.16" y1="283.11" y2="262.87" y3="231.4"/> + <curve x1="157.16" x2="177.97" x3="208.92" y1="205.17" y2="180.98" y3="180.98"/> + <curve x1="231.46" x2="259.15" x3="259.15" y1="180.98" y2="198.68" y3="232.49"/> + <curve x1="257.86" x2="231.54" x3="207.94" y1="266.54" y2="283.11" y3="283.11"/> + <line x="207.94" y="283.11"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="227.37" y="239.2"/> + <line x="227.37" y="213.44"/> + <line x="188.74" y="213.44"/> + <line x="188.74" y="239.2"/> + <line x="227.37" y="239.2"/> + <close/> + <move x="188.14" y="259.38"/> + <curve x1="187.05" x2="185.79" x3="185.79" y1="259.38" y2="258.7" y3="257.05"/> + <line x="185.79" y="253.92"/> + <curve x1="185.79" x2="186.4" x3="187.5" y1="252.52" y2="251.61" y3="251.61"/> + <line x="199.24" y="251.61"/> + <line x="199.24" y="246.73"/> + <line x="182.97" y="246.73"/> + <curve x1="181.51" x2="180.62" x3="180.62" y1="246.73" y2="246.29" y3="244.05"/> + <line x="180.62" y="207.96"/> + <curve x1="180.62" x2="181.39" x3="183.4" y1="206.1" y2="205.38" y3="205.38"/> + <line x="232.32" y="205.38"/> + <curve x1="234.72" x2="235.02" x3="235.02" y1="205.38" y2="206.37" y3="208.57"/> + <line x="235.02" y="244.66"/> + <curve x1="235.02" x2="234.66" x3="233.13" y1="245.67" y2="246.73" y3="246.73"/> + <line x="216.86" y="246.73"/> + <line x="216.86" y="251.61"/> + <line x="228.23" y="251.61"/> + <curve x1="229.63" x2="230.2" x3="230.2" y1="251.61" y2="252.51" y3="253.68"/> + <line x="230.2" y="257.42"/> + <curve x1="230.2" x2="229.52" x3="227.68" y1="258.65" y2="259.38" y3="259.38"/> + <line x="188.14" y="259.38"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="281.15" name="Continuous Data Protection" strokewidth="inherit" w="283.46"> + <connections/> + <foreground> + <path> + <move x="0.0" y="281.15"/> + <line x="0.0" y="0.0"/> + <line x="283.46" y="0.0"/> + <line x="283.46" y="281.15"/> + <line x="0.0" y="281.15"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="47.89" y="214.7"/> + <line x="47.89" y="177.13"/> + <line x="124.16" y="177.13"/> + <line x="124.16" y="214.7"/> + <line x="47.89" y="214.7"/> + <close/> + <move x="47.89" y="154.32"/> + <line x="47.89" y="116.02"/> + <line x="124.16" y="116.02"/> + <line x="124.16" y="154.32"/> + <line x="47.89" y="154.32"/> + <close/> + <move x="47.89" y="93.81"/> + <line x="47.89" y="54.33"/> + <line x="124.16" y="54.33"/> + <line x="124.16" y="93.81"/> + <line x="47.89" y="93.81"/> + <close/> + <move x="61.64" y="172.48"/> + <line x="61.64" y="158.82"/> + <line x="124.16" y="158.82"/> + <line x="124.16" y="172.48"/> + <line x="61.64" y="172.48"/> + <close/> + <move x="61.64" y="111.52"/> + <line x="61.64" y="97.87"/> + <line x="124.16" y="97.87"/> + <line x="124.16" y="111.52"/> + <line x="61.64" y="111.52"/> + <close/> + <move x="133.02" y="214.39"/> + <line x="133.02" y="53.75"/> + <curve x1="142.2" x2="156.72" x3="177.12" y1="63.43" y2="73.83" y3="78.33"/> + <curve x1="188.41" x2="201.09" x3="215.05" y1="80.9" y2="82.0" y3="76.22"/> + <curve x1="214.03" x2="211.88" x3="208.63" y1="91.53" y2="106.32" y3="120.62"/> + <curve x1="203.87" x2="199.14" x3="194.44" y1="120.05" y2="120.13" y3="121.51"/> + <curve x1="197.54" x2="199.33" x3="200.03" y1="111.63" y2="102.43" y3="93.81"/> + <curve x1="176.97" x2="160.04" x3="146.95" y1="94.03" y2="88.87" y3="80.39"/> + <line x="146.95" y="194.27"/> + <curve x1="152.38" x2="157.39" x3="160.98" y1="190.93" y2="186.85" y3="183.22"/> + <curve x1="163.08" x2="165.48" x3="167.78" y1="188.38" y2="191.8" y3="194.57"/> + <curve x1="156.88" x2="144.8" x3="133.02" y1="204.37" y2="211.7" y3="214.39"/> + <line x="133.02" y="214.39"/> + <close/> + <move x="206.34" y="207.44"/> + <curve x1="183.83" x2="165.08" x3="165.08" y1="207.44" y2="188.83" y3="166.56"/> + <curve x1="165.08" x2="184.14" x3="205.48" y1="145.05" y2="126.51" y3="126.51"/> + <curve x1="228.97" x2="246.7" x3="246.7" y1="126.51" y2="145.06" y3="166.83"/> + <curve x1="246.7" x2="228.86" x3="206.34" y1="188.4" y2="207.44" y3="207.44"/> + <close/> + <move x="225.03" y="170.0"/> + <curve x1="224.31" x2="216.59" x3="205.9" y1="178.34" y2="186.63" y3="186.63"/> + <curve x1="198.84" x2="194.18" x3="190.55" y1="186.63" y2="184.6" y3="180.28"/> + <line x="195.45" y="177.23"/> + <line x="181.31" y="169.31"/> + <line x="181.28" y="187.01"/> + <line x="186.02" y="183.56"/> + <curve x1="191.61" x2="198.94" x3="206.83" y1="190.01" y2="192.58" y3="192.54"/> + <curve x1="216.9" x2="229.25" x3="231.57" y1="192.54" y2="184.39" y3="169.97"/> + <line x="225.03" y="170.0"/> + <close/> + <move x="230.31" y="146.96"/> + <line x="225.87" y="150.45"/> + <curve x1="221.59" x2="212.66" x3="206.38" y1="144.88" y2="141.19" y3="141.19"/> + <curve x1="191.5" x2="181.12" x3="179.71" y1="141.19" y2="152.57" y3="163.94"/> + <line x="186.97" y="163.88"/> + <curve x1="187.63" x2="197.62" x3="205.18" y1="154.39" y2="146.7" y3="146.7"/> + <curve x1="214.11" x2="218.46" x3="222.02" y1="146.53" y2="149.87" y3="153.81"/> + <line x="215.79" y="157.53"/> + <line x="232.23" y="164.76"/> + <line x="230.31" y="146.96"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="549.0" name="Controller" strokewidth="inherit" w="548.25"> + <connections/> + <foreground> + <path> + <move x="0.0" y="549.0"/> + <line x="0.0" y="0.0"/> + <line x="548.25" y="0.0"/> + <line x="548.25" y="549.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="158.07" y="316.64"/> + <line x="158.07" y="99.77"/> + <curve x1="158.07" x2="149.5" x3="141.36" y1="89.32" y2="81.75" y3="81.75"/> + <curve x1="133.12" x2="124.8" x3="124.8" y1="81.75" y2="88.58" y3="97.92"/> + <line x="124.8" y="316.64"/> + <curve x1="95.99" x2="81.9" x3="81.9" y1="325.4" y2="349.28" y3="374.6"/> + <curve x1="81.9" x2="102.15" x3="124.8" y1="402.86" y2="425.6" y3="431.7"/> + <line x="124.8" y="449.26"/> + <curve x1="124.8" x2="132.88" x3="141.69" y1="457.92" y2="465.03" y3="465.03"/> + <curve x1="150.62" x2="158.07" x3="158.07" y1="465.03" y2="457.83" y3="448.81"/> + <line x="158.07" y="431.7"/> + <curve x1="180.97" x2="199.89" x3="199.89" y1="424.06" y2="403.82" y3="372.51"/> + <curve x1="199.89" x2="185.5" x3="158.07" y1="352.7" y2="325.38" y3="316.64"/> + <close/> + <move x="140.89" y="400.07"/> + <curve x1="126.98" x2="114.57" x3="114.57" y1="400.07" y2="387.63" y3="373.84"/> + <curve x1="114.57" x2="126.57" x3="141.56" y1="358.41" y2="347.04" y3="347.04"/> + <curve x1="154.98" x2="167.51" x3="167.51" y1="347.04" y2="358.62" y3="374.31"/> + <curve x1="167.51" x2="157.88" x3="140.9" y1="384.65" y2="400.07" y3="400.07"/> + <close/> + <move x="289.98" y="232.07"/> + <curve x1="318.72" x2="332.38" x3="332.38" y1="223.3" y2="198.48" y3="175.34"/> + <curve x1="332.38" x2="315.85" x3="289.98" y1="149.03" y2="126.39" y3="117.96"/> + <line x="289.98" y="99.02"/> + <curve x1="289.98" x2="283.48" x3="273.29" y1="90.56" y2="82.54" y3="82.54"/> + <curve x1="263.77" x2="256.76" x3="256.76" y1="82.54" y2="91.08" y3="98.16"/> + <line x="256.76" y="117.96"/> + <curve x1="232.44" x2="214.2" x3="214.2" y1="125.59" y2="148.33" y3="175.54"/> + <curve x1="214.2" x2="231.89" x3="256.76" y1="200.91" y2="224.89" y3="232.26"/> + <line x="256.76" y="450.0"/> + <curve x1="256.76" x2="265.54" x3="273.38" y1="460.15" y2="466.35" y3="466.35"/> + <curve x1="283.24" x2="289.98" x3="289.98" y1="466.35" y2="458.2" y3="450.6"/> + <line x="289.98" y="232.07"/> + <close/> + <move x="273.43" y="202.77"/> + <curve x1="259.81" x2="245.54" x3="245.62" y1="202.77" y2="192.02" y3="173.61"/> + <curve x1="245.62" x2="255.34" x3="274.36" y1="163.25" y2="147.59" y3="147.59"/> + <curve x1="288.13" x2="301.02" x3="301.02" y1="147.59" y2="159.35" y3="175.36"/> + <curve x1="301.02" x2="288.33" x3="273.43" y1="188.99" y2="202.77" y3="202.77"/> + <close/> + <move x="421.94" y="431.47"/> + <curve x1="449.51" x2="464.92" x3="464.92" y1="423.8" y2="398.79" y3="374.17"/> + <curve x1="464.92" x2="445.15" x3="421.94" y1="345.43" y2="324.14" y3="316.32"/> + <line x="421.94" y="98.07"/> + <curve x1="421.94" x2="413.94" x3="405.39" y1="89.22" y2="81.68" y3="81.68"/> + <curve x1="395.93" x2="388.74" x3="388.74" y1="81.68" y2="90.53" y3="99.1"/> + <line x="388.74" y="317.48"/> + <curve x1="364.05" x2="347.27" x3="347.27" y1="325.35" y2="348.03" y3="374.03"/> + <curve x1="348.51" x2="368.92" x3="388.74" y1="408.53" y2="424.55" y3="431.7"/> + <line x="388.74" y="449.92"/> + <curve x1="388.74" x2="397.31" x3="404.94" y1="458.49" y2="464.99" y3="464.99"/> + <curve x1="413.32" x2="421.94" x3="421.94" y1="464.99" y2="458.26" y3="449.7"/> + <close/> + <move x="406.72" y="402.24"/> + <curve x1="389.61" x2="378.5" x3="378.5" y1="402.24" y2="389.33" y3="373.58"/> + <curve x1="378.5" x2="395.16" x3="405.97" y1="356.2" y2="346.76" y3="346.76"/> + <curve x1="419.59" x2="433.9" x3="433.9" y1="346.76" y2="358.36" y3="374.78"/> + <curve x1="433.9" x2="423.35" x3="406.72" y1="387.29" y2="402.24" y3="402.24"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="537.86" name="CPU" strokewidth="inherit" w="540.97"> + <connections/> + <foreground> + <path> + <move x="352.88" y="380.47"/> + <curve x1="334.13" x2="320.68" x3="320.68" y1="380.5" y2="365.74" y3="348.93"/> + <curve x1="320.68" x2="332.35" x3="352.88" y1="335.68" y2="318.53" y3="318.53"/> + <curve x1="367.53" x2="383.0" x3="383.0" y1="318.53" y2="329.55" y3="348.93"/> + <curve x1="383.0" x2="370.48" x3="352.88" y1="365.73" y2="380.47" y3="380.47"/> + <line x="352.88" y="380.47"/> + <close/> + <move x="418.1" y="415.65"/> + <line x="418.1" y="120.96"/> + <line x="126.4" y="120.96"/> + <line x="126.4" y="415.65"/> + <line x="418.1" y="415.65"/> + <close/> + <move x="117.17" y="448.84"/> + <curve x1="104.6" x2="92.97" x3="92.97" y1="448.84" y2="440.73" y3="425.17"/> + <line x="92.97" y="111.8"/> + <curve x1="92.92" x2="106.26" x3="116.6" y1="94.75" y2="87.76" y3="87.76"/> + <line x="427.44" y="87.76"/> + <curve x1="441.85" x2="451.21" x3="451.21" y1="87.76" y2="97.2" y3="112.06"/> + <line x="451.21" y="423.46"/> + <curve x1="451.52" x2="442.23" x3="426.08" y1="439.41" y2="448.84" y3="448.84"/> + <line x="117.17" y="448.84"/> + <close/> + <move x="475.48" y="413.08"/> + <line x="475.48" y="381.41"/> + <line x="540.97" y="381.41"/> + <line x="540.97" y="413.08"/> + <line x="475.48" y="413.08"/> + <close/> + <move x="475.48" y="349.45"/> + <line x="475.48" y="317.6"/> + <line x="540.97" y="317.6"/> + <line x="540.97" y="349.45"/> + <line x="475.48" y="349.45"/> + <close/> + <move x="475.48" y="287.9"/> + <line x="475.48" y="256.91"/> + <line x="540.97" y="256.91"/> + <line x="540.97" y="287.9"/> + <line x="475.48" y="287.9"/> + <close/> + <move x="475.48" y="227.06"/> + <line x="475.48" y="195.32"/> + <line x="540.97" y="195.32"/> + <line x="540.97" y="227.06"/> + <line x="475.48" y="227.06"/> + <close/> + <move x="475.48" y="163.41"/> + <line x="475.48" y="131.64"/> + <line x="540.97" y="131.64"/> + <line x="540.97" y="163.41"/> + <line x="475.48" y="163.41"/> + <close/> + <move x="0.0" y="163.41"/> + <line x="0.0" y="131.64"/> + <line x="65.8" y="131.64"/> + <line x="65.8" y="163.41"/> + <line x="0.0" y="163.41"/> + <close/> + <move x="0.0" y="227.06"/> + <line x="0.0" y="195.32"/> + <line x="65.8" y="195.32"/> + <line x="65.8" y="227.06"/> + <line x="0.0" y="227.06"/> + <close/> + <move x="0.0" y="287.9"/> + <line x="0.0" y="256.91"/> + <line x="65.8" y="256.91"/> + <line x="65.8" y="287.9"/> + <line x="0.0" y="287.9"/> + <close/> + <move x="0.0" y="349.45"/> + <line x="0.0" y="317.6"/> + <line x="65.8" y="317.6"/> + <line x="65.8" y="349.45"/> + <line x="0.0" y="349.45"/> + <close/> + <move x="0.0" y="413.08"/> + <line x="0.0" y="381.41"/> + <line x="65.8" y="381.41"/> + <line x="65.8" y="413.08"/> + <line x="0.0" y="413.08"/> + <close/> + <move x="132.41" y="65.49"/> + <line x="132.41" y="0.0"/> + <line x="164.23" y="0.0"/> + <line x="164.23" y="65.49"/> + <line x="132.41" y="65.49"/> + <close/> + <move x="196.1" y="65.49"/> + <line x="196.1" y="0.0"/> + <line x="228.11" y="0.0"/> + <line x="228.11" y="65.49"/> + <line x="196.1" y="65.49"/> + <close/> + <move x="257.7" y="65.49"/> + <line x="257.7" y="0.0"/> + <line x="289.24" y="0.0"/> + <line x="289.24" y="65.49"/> + <line x="257.7" y="65.49"/> + <close/> + <move x="318.84" y="65.49"/> + <line x="318.84" y="0.0"/> + <line x="350.37" y="0.0"/> + <line x="350.37" y="65.49"/> + <line x="318.84" y="65.49"/> + <close/> + <move x="382.19" y="65.49"/> + <line x="382.19" y="0.0"/> + <line x="414.2" y="0.0"/> + <line x="414.2" y="65.49"/> + <line x="382.19" y="65.49"/> + <close/> + <move x="382.19" y="537.86"/> + <line x="382.19" y="471.66"/> + <line x="414.2" y="471.66"/> + <line x="414.2" y="537.86"/> + <line x="382.19" y="537.86"/> + <close/> + <move x="318.84" y="537.86"/> + <line x="318.84" y="471.66"/> + <line x="350.37" y="471.66"/> + <line x="350.37" y="537.86"/> + <line x="318.84" y="537.86"/> + <close/> + <move x="257.7" y="537.86"/> + <line x="257.7" y="471.66"/> + <line x="289.24" y="471.66"/> + <line x="289.24" y="537.86"/> + <line x="257.7" y="537.86"/> + <close/> + <move x="196.1" y="537.86"/> + <line x="196.1" y="471.66"/> + <line x="228.11" y="471.66"/> + <line x="228.11" y="537.86"/> + <line x="196.1" y="537.86"/> + <close/> + <move x="132.41" y="537.86"/> + <line x="132.41" y="471.66"/> + <line x="164.23" y="471.66"/> + <line x="164.23" y="537.86"/> + <line x="132.41" y="537.86"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="540.0" name="CPU socket" strokewidth="inherit" w="548.87"> + <connections/> + <foreground> + <path> + <move x="368.99" y="247.93"/> + <curve x1="326.5" x2="302.7" x3="302.7" y1="247.93" y2="214.76" y3="184.1"/> + <curve x1="302.7" x2="331.55" x3="367.47" y1="149.75" y2="121.22" y3="121.22"/> + <curve x1="397.82" x2="431.11" x3="431.11" y1="121.22" y2="145.76" y3="185.81"/> + <curve x1="431.11" x2="399.26" x3="368.99" y1="221.01" y2="247.93" y3="247.93"/> + <line x="368.99" y="247.93"/> + <close/> + <move x="181.29" y="247.55"/> + <curve x1="142.69" x2="115.94" x3="115.94" y1="247.55" y2="215.94" y3="185.43"/> + <curve x1="115.94" x2="143.62" x3="180.34" y1="151.44" y2="121.41" y3="121.41"/> + <curve x1="211.9" x2="245.5" x3="245.5" y1="121.41" y2="146.75" y3="185.81"/> + <curve x1="245.5" x2="219.71" x3="181.29" y1="213.83" y2="247.55" y3="247.55"/> + <close/> + <move x="182.71" y="420.29"/> + <curve x1="141.76" x2="118.22" x3="118.22" y1="417.91" y2="387.82" y3="356.84"/> + <curve x1="118.22" x2="149.0" x3="182.71" y1="320.7" y2="293.01" y3="293.01"/> + <curve x1="215.51" x2="246.63" x3="246.63" y1="293.01" y2="319.46" y3="356.84"/> + <curve x1="246.63" x2="215.03" x3="182.71" y1="393.32" y2="420.29" y3="420.29"/> + <close/> + <move x="369.08" y="420.1"/> + <curve x1="332.69" x2="304.02" x3="304.02" y1="420.1" y2="390.07" y3="356.56"/> + <curve x1="304.02" x2="334.29" x3="369.08" y1="321.54" y2="293.01" y3="293.01"/> + <curve x1="404.04" x2="433.95" x3="433.95" y1="293.01" y2="321.69" y3="356.56"/> + <curve x1="433.95" x2="406.59" x3="369.08" y1="388.23" y2="420.1" y3="420.1"/> + <close/> + <move x="459.06" y="482.08"/> + <curve x1="479.66" x2="490.9" x3="490.9" y1="482.08" y2="469.52" y3="450.72"/> + <line x="490.9" y="81.92"/> + <curve x1="490.9" x2="483.91" x3="462.36" y1="73.02" y2="55.67" y3="55.67"/> + <line x="86.92" y="55.67"/> + <curve x1="69.96" x2="57.12" x3="57.12" y1="55.67" y2="68.33" y3="85.94"/> + <line x="57.12" y="451.31"/> + <curve x1="57.12" x2="74.63" x3="85.26" y1="473.72" y2="482.08" y3="482.08"/> + <line x="459.06" y="482.08"/> + <close/> + <move x="0.0" y="540.0"/> + <line x="0.0" y="184.89"/> + <curve x1="32.34" x2="44.11" x3="44.11" y1="184.89" y2="159.94" y3="142.65"/> + <curve x1="44.11" x2="26.04" x3="0.0" y1="119.89" y2="100.48" y3="100.48"/> + <line x="0.0" y="0.0"/> + <line x="548.87" y="0.0"/> + <line x="548.87" y="100.53"/> + <curve x1="524.16" x2="507.06" x3="507.06" y1="101.77" y2="121.38" y3="141.49"/> + <curve x1="507.06" x2="530.06" x3="548.87" y1="166.18" y2="185.18" y3="185.18"/> + <line x="548.87" y="540.0"/> + <line x="0.0" y="540.0"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="267.55" name="Database Server" strokewidth="inherit" w="283.27"> + <connections/> + <foreground> + <path> + <move x="25.06" y="267.55"/> + <curve x1="14.9" x2="0.0" x3="0.0" y1="267.55" y2="257.29" y3="240.94"/> + <line x="0.0" y="192.86"/> + <line x="255.5" y="192.86"/> + <curve x1="272.21" x2="283.27" x3="283.27" y1="192.86" y2="206.64" y3="219.11"/> + <line x="283.27" y="267.55"/> + <line x="25.06" y="267.55"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="239.92" y="237.0"/> + <line x="239.92" y="222.97"/> + <line x="261.35" y="222.97"/> + <line x="261.35" y="237.0"/> + <line x="239.92" y="237.0"/> + <close/> + <move x="160.2" y="244.52"/> + <line x="160.2" y="216.25"/> + <line x="232.02" y="216.25"/> + <line x="232.02" y="244.52"/> + <line x="160.2" y="244.52"/> + <close/> + <move x="137.0" y="241.08"/> + <curve x1="131.62" x2="126.11" x3="126.11" y1="241.08" y2="236.69" y3="230.26"/> + <curve x1="126.11" x2="131.03" x3="136.8" y1="224.22" y2="219.4" y3="219.4"/> + <curve x1="142.73" x2="147.71" x3="147.71" y1="219.4" y2="223.69" y3="230.4"/> + <curve x1="147.71" x2="142.25" x3="137.0" y1="236.86" y2="241.08" y3="241.08"/> + <line x="137.0" y="241.08"/> + <close/> + <move x="44.23" y="244.52"/> + <line x="44.23" y="216.25"/> + <line x="115.96" y="216.25"/> + <line x="115.96" y="244.52"/> + <line x="44.23" y="244.52"/> + <close/> + <move x="28.12" y="237.01"/> + <curve x1="23.95" x2="21.25" x3="21.25" y1="237.01" y2="234.23" y3="230.18"/> + <curve x1="21.25" x2="23.86" x3="28.04" y1="226.56" y2="223.42" y3="223.42"/> + <curve x1="31.35" x2="34.61" x3="34.61" y1="223.42" y2="225.83" y3="230.48"/> + <curve x1="34.61" x2="31.42" x3="28.12" y1="234.55" y2="237.01" y3="237.01"/> + <close/> + </path> + <fill/> + <fillcolor color="#f19024"/> + <path> + <move x="222.88" y="169.58"/> + <line x="53.3" y="169.58"/> + <line x="53.3" y="0.0"/> + <line x="222.88" y="0.0"/> + <line x="222.88" y="169.58"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="86.56" y="110.38"/> + <line x="111.19" y="110.38"/> + <line x="111.19" y="87.73"/> + <line x="86.56" y="87.73"/> + <line x="86.56" y="110.38"/> + <close/> + <move x="113.99" y="110.38"/> + <line x="136.7" y="110.38"/> + <line x="136.7" y="87.73"/> + <line x="113.99" y="87.73"/> + <line x="113.99" y="110.38"/> + <close/> + <move x="139.48" y="110.38"/> + <line x="162.62" y="110.38"/> + <line x="162.62" y="87.73"/> + <line x="139.48" y="87.73"/> + <line x="139.48" y="110.38"/> + <close/> + <move x="165.31" y="110.38"/> + <line x="189.23" y="110.38"/> + <line x="189.23" y="87.73"/> + <line x="165.31" y="87.73"/> + <line x="165.31" y="110.38"/> + <close/> + <move x="165.31" y="84.91"/> + <line x="189.23" y="84.91"/> + <line x="189.23" y="59.86"/> + <line x="165.31" y="59.86"/> + <line x="165.31" y="84.91"/> + <close/> + <move x="139.48" y="84.91"/> + <line x="162.62" y="84.91"/> + <line x="162.62" y="59.86"/> + <line x="139.48" y="59.86"/> + <line x="139.48" y="84.91"/> + <close/> + <move x="113.99" y="84.91"/> + <line x="136.7" y="84.91"/> + <line x="136.7" y="59.86"/> + <line x="113.99" y="59.86"/> + <line x="113.99" y="84.91"/> + <close/> + <move x="86.56" y="84.91"/> + <line x="111.19" y="84.91"/> + <line x="111.19" y="59.86"/> + <line x="86.56" y="59.86"/> + <line x="86.56" y="84.91"/> + <close/> + <move x="139.48" y="136.67"/> + <line x="162.62" y="136.67"/> + <line x="162.62" y="113.13"/> + <line x="139.48" y="113.13"/> + <line x="139.48" y="136.67"/> + <close/> + <move x="165.31" y="136.67"/> + <line x="180.54" y="136.67"/> + <curve x1="184.61" x2="189.23" x3="189.23" y1="136.67" y2="133.54" y3="128.4"/> + <line x="189.23" y="113.13"/> + <line x="165.31" y="113.13"/> + <line x="165.31" y="136.67"/> + <close/> + <move x="113.99" y="136.67"/> + <line x="136.7" y="136.67"/> + <line x="136.7" y="113.13"/> + <line x="113.99" y="113.13"/> + <line x="113.99" y="136.67"/> + <close/> + <move x="111.19" y="136.67"/> + <line x="111.19" y="113.13"/> + <line x="86.56" y="113.13"/> + <line x="86.56" y="127.95"/> + <curve x1="86.56" x2="91.6" x3="94.65" y1="133.3" y2="136.67" y3="136.67"/> + <line x="111.19" y="136.67"/> + <close/> + <move x="182.85" y="141.79"/> + <line x="92.89" y="141.82"/> + <curve x1="86.63" x2="81.15" x3="81.15" y1="141.82" y2="136.6" y3="130.44"/> + <line x="81.15" y="39.24"/> + <curve x1="81.15" x2="85.64" x3="92.84" y1="33.94" y2="27.78" y3="27.78"/> + <line x="183.57" y="27.78"/> + <curve x1="189.18" x2="194.99" x3="194.99" y1="27.78" y2="32.14" y3="39.75"/> + <line x="194.99" y="129.5"/> + <curve x1="194.99" x2="189.39" x3="182.85" y1="137.62" y2="141.79" y3="141.79"/> + <line x="182.85" y="141.79"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="520.84" name="Data center" strokewidth="inherit" w="798.88"> + <connections/> + <foreground> + <path> + <move x="210.46" y="468.87"/> + <curve x1="212.29" x2="222.92" x3="233.84" y1="498.05" y2="509.87" y3="520.84"/> + <line x="38.76" y="520.84"/> + <curve x1="18.48" x2="0.0" x3="0.0" y1="520.84" y2="503.09" y3="480.8"/> + <line x="0.0" y="105.25"/> + <line x="210.46" y="105.25"/> + <line x="210.46" y="468.87"/> + <close/> + <move x="275.97" y="520.84"/> + <curve x1="251.97" x2="228.67" x3="228.67" y1="520.84" y2="498.7" y3="471.07"/> + <line x="228.67" y="0.0"/> + <line x="520.28" y="0.0"/> + <curve x1="549.87" x2="571.89" x3="571.89" y1="0.0" y2="22.54" y3="53.34"/> + <line x="571.89" y="520.84"/> + <line x="275.97" y="520.84"/> + <line x="275.97" y="520.84"/> + <close/> + <move x="590.3" y="105.25"/> + <line x="757.17" y="105.25"/> + <curve x1="776.75" x2="798.88" x3="798.88" y1="105.25" y2="117.37" y3="144.99"/> + <line x="798.88" y="520.84"/> + <line x="590.3" y="520.84"/> + <line x="590.3" y="105.25"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="210.46" y="318.8"/> + <line x="163.04" y="318.8"/> + <curve x1="153.91" x2="143.09" x3="143.09" y1="318.8" y2="309.71" y3="298.99"/> + <line x="143.09" y="286.04"/> + <line x="210.46" y="286.04"/> + <line x="210.46" y="274.39"/> + <line x="25.76" y="274.39"/> + <line x="25.76" y="311.23"/> + <curve x1="25.76" x2="38.8" x3="46.48" y1="324.53" y2="331.93" y3="331.93"/> + <line x="210.46" y="331.93"/> + <line x="210.46" y="318.8"/> + <close/> + <move x="210.46" y="251.02"/> + <line x="163.03" y="251.02"/> + <curve x1="153.58" x2="143.09" x3="143.09" y1="251.02" y2="242.02" y3="231.35"/> + <line x="143.09" y="217.4"/> + <line x="210.46" y="217.4"/> + <line x="210.46" y="204.02"/> + <line x="25.76" y="204.02"/> + <line x="25.76" y="238.07"/> + <curve x1="25.76" x2="37.85" x3="48.04" y1="253.68" y2="261.46" y3="261.46"/> + <line x="210.46" y="261.46"/> + <line x="210.46" y="251.02"/> + <close/> + <move x="210.46" y="177.04"/> + <line x="163.12" y="177.04"/> + <curve x1="153.19" x2="143.1" x3="143.1" y1="177.04" y2="167.93" y3="156.44"/> + <line x="143.1" y="143.3"/> + <line x="210.46" y="143.3"/> + <line x="210.46" y="134.22"/> + <line x="25.76" y="134.22"/> + <line x="25.76" y="168.08"/> + <curve x1="25.76" x2="38.2" x3="46.71" y1="184.06" y2="191.09" y3="191.09"/> + <line x="210.46" y="191.09"/> + <line x="210.46" y="177.04"/> + <close/> + <move x="530.31" y="284.05"/> + <line x="530.31" y="240.82"/> + <curve x1="530.31" x2="520.57" x3="503.93" y1="226.53" y2="213.12" y3="213.12"/> + <line x="260.62" y="213.12"/> + <line x="260.62" y="257.77"/> + <curve x1="260.62" x2="272.1" x3="286.21" y1="271.89" y2="284.05" y3="284.05"/> + <line x="530.31" y="284.05"/> + <line x="530.31" y="284.05"/> + <close/> + <move x="511.95" y="267.66"/> + <line x="431.18" y="267.66"/> + <curve x1="421.39" x2="407.91" x3="407.91" y1="267.66" y2="256.7" y3="240.56"/> + <line x="407.91" y="226.86"/> + <line x="486.41" y="226.86"/> + <curve x1="498.68" x2="511.95" x3="511.95" y1="226.86" y2="236.78" y3="252.61"/> + <line x="511.95" y="267.66"/> + <close/> + <move x="530.31" y="195.5"/> + <line x="530.31" y="151.14"/> + <curve x1="530.31" x2="517.94" x3="505.13" y1="135.85" y2="124.43" y3="124.43"/> + <line x="260.62" y="124.43"/> + <line x="260.62" y="169.22"/> + <curve x1="260.62" x2="272.66" x3="284.89" y1="183.68" y2="195.5" y3="195.5"/> + <line x="530.31" y="195.5"/> + <line x="530.31" y="195.5"/> + <close/> + <move x="511.95" y="183.67"/> + <line x="432.52" y="183.67"/> + <curve x1="420.74" x2="407.91" x3="407.91" y1="183.67" y2="173.2" y3="158.04"/> + <line x="407.91" y="142.26"/> + <line x="485.34" y="142.26"/> + <curve x1="503.14" x2="511.95" x3="511.95" y1="142.26" y2="157.45" y3="169.02"/> + <line x="511.95" y="183.67"/> + <close/> + <move x="530.31" y="107.8"/> + <line x="530.31" y="65.25"/> + <curve x1="530.31" x2="517.18" x3="504.51" y1="47.38" y2="37.44" y3="37.44"/> + <line x="260.62" y="37.44"/> + <line x="260.62" y="81.24"/> + <curve x1="260.62" x2="276.3" x3="286.36" y1="99.51" y2="107.8" y3="107.8"/> + <line x="530.31" y="107.8"/> + <close/> + <move x="511.95" y="89.28"/> + <line x="431.5" y="89.28"/> + <curve x1="423.31" x2="407.91" x3="407.91" y1="89.28" y2="81.07" y3="63.58"/> + <line x="407.91" y="48.48"/> + <line x="487.8" y="48.48"/> + <curve x1="499.6" x2="511.95" x3="511.95" y1="48.48" y2="59.19" y3="75.1"/> + <line x="511.95" y="89.28"/> + <close/> + <move x="590.3" y="191.09"/> + <line x="767.97" y="191.09"/> + <line x="767.97" y="155.3"/> + <curve x1="767.97" x2="760.17" x3="745.99" y1="147.05" y2="134.22" y3="134.22"/> + <line x="590.3" y="134.22"/> + <line x="590.3" y="191.09"/> + <close/> + <move x="590.3" y="261.46"/> + <line x="767.97" y="261.46"/> + <line x="767.97" y="226.7"/> + <curve x1="767.97" x2="759.79" x3="746.75" y1="215.03" y2="204.02" y3="204.02"/> + <line x="590.3" y="204.02"/> + <line x="590.3" y="261.46"/> + <close/> + <move x="590.3" y="331.93"/> + <line x="767.97" y="331.93"/> + <line x="767.97" y="298.37"/> + <curve x1="768.03" x2="760.85" x3="745.4" y1="286.28" y2="274.39" y3="274.39"/> + <line x="590.3" y="274.39"/> + <line x="590.3" y="331.93"/> + <close/> + <move x="689.36" y="318.8"/> + <curve x1="680.9" x2="669.6" x3="669.6" y1="318.8" y2="310.04" y3="298.94"/> + <line x="669.6" y="286.04"/> + <line x="734.77" y="286.04"/> + <curve x1="745.76" x2="754.14" x3="754.14" y1="286.04" y2="296.22" y3="306.14"/> + <line x="754.14" y="318.8"/> + <line x="689.36" y="318.8"/> + <close/> + <move x="689.01" y="251.02"/> + <curve x1="682.64" x2="669.6" x3="669.6" y1="251.02" y2="243.53" y3="229.08"/> + <line x="669.6" y="217.4"/> + <line x="733.48" y="217.4"/> + <curve x1="744.02" x2="754.14" x3="754.14" y1="217.4" y2="226.01" y3="238.15"/> + <line x="754.14" y="251.02"/> + <line x="689.01" y="251.02"/> + <close/> + <move x="690.35" y="177.04"/> + <curve x1="679.49" x2="669.6" x3="669.6" y1="177.04" y2="168.51" y3="155.82"/> + <line x="669.6" y="143.3"/> + <line x="732.41" y="143.3"/> + <curve x1="745.35" x2="754.14" x3="754.14" y1="143.3" y2="152.8" y3="162.75"/> + <line x="754.14" y="177.04"/> + <line x="690.35" y="177.04"/> + <line x="690.35" y="177.04"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.99" name="Data file" strokewidth="inherit" w="220.64"> + <connections/> + <foreground> + <path> + <move x="196.8" y="278.13"/> + <line x="182.7" y="283.99"/> + <line x="171.62" y="268.96"/> + <line x="169.75" y="268.97"/> + <line x="158.83" y="283.52"/> + <line x="144.53" y="277.39"/> + <line x="147.34" y="259.38"/> + <line x="145.94" y="258.07"/> + <line x="127.86" y="260.52"/> + <line x="122.03" y="246.72"/> + <line x="137.3" y="235.51"/> + <line x="137.23" y="234.07"/> + <line x="122.43" y="223.15"/> + <line x="128.19" y="208.96"/> + <line x="147.28" y="211.73"/> + <line x="148.25" y="210.73"/> + <line x="145.3" y="193.09"/> + <line x="160.14" y="187.23"/> + <line x="170.88" y="202.16"/> + <line x="172.69" y="201.99"/> + <line x="183.84" y="187.56"/> + <line x="198.01" y="193.39"/> + <line x="195.36" y="211.33"/> + <line x="197.03" y="212.57"/> + <line x="214.91" y="210.19"/> + <line x="220.64" y="224.06"/> + <line x="206.14" y="234.9"/> + <line x="205.97" y="236.98"/> + <line x="220.37" y="247.73"/> + <line x="214.41" y="261.86"/> + <line x="196.13" y="258.88"/> + <line x="194.55" y="260.55"/> + <line x="196.8" y="278.13"/> + <close/> + <move x="20.94" y="235.19"/> + <curve x1="13.52" x2="0.0" x3="0.0" y1="235.19" y2="227.92" y3="212.82"/> + <line x="0.0" y="0.0"/> + <line x="131.34" y="0.0"/> + <line x="175.5" y="43.34"/> + <line x="175.5" y="185.18"/> + <line x="172.15" y="189.73"/> + <line x="162.76" y="177.26"/> + <line x="136.64" y="187.77"/> + <line x="138.5" y="202.63"/> + <line x="123.11" y="200.21"/> + <line x="112.1" y="225.62"/> + <line x="124.48" y="234.55"/> + <line x="123.54" y="235.18"/> + <line x="20.94" y="235.18"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="142.69" y="133.97"/> + <curve x1="146.1" x2="146.64" x3="146.64" y1="133.97" y2="130.0" y3="125.23"/> + <curve x1="146.64" x2="146.18" x3="142.64" y1="120.29" y2="115.53" y3="115.52"/> + <curve x1="139.71" x2="138.25" x3="138.57" y1="115.52" y2="117.7" y3="125.14"/> + <curve x1="138.57" x2="139.71" x3="142.69" y1="131.77" y2="134.06" y3="133.97"/> + <line x="142.69" y="133.97"/> + <close/> + <move x="142.31" y="138.16"/> + <curve x1="135.34" x2="133.1" x3="133.1" y1="138.16" y2="134.1" y3="124.35"/> + <curve x1="133.08" x2="135.94" x3="142.76" y1="116.18" y2="111.26" y3="111.26"/> + <curve x1="148.66" x2="152.04" x3="152.04" y1="111.23" y2="114.2" y3="124.66"/> + <curve x1="152.04" x2="148.59" x3="142.31" y1="135.07" y2="138.16" y3="138.16"/> + <line x="142.31" y="138.16"/> + <close/> + <move x="56.1" y="133.93"/> + <curve x1="59.5" x2="60.05" x3="60.05" y1="133.93" y2="129.96" y3="125.2"/> + <curve x1="60.05" x2="59.59" x3="56.05" y1="120.25" y2="115.49" y3="115.49"/> + <curve x1="53.12" x2="51.66" x3="51.98" y1="115.49" y2="117.66" y3="125.1"/> + <curve x1="51.98" x2="53.12" x3="56.1" y1="131.74" y2="134.03" y3="133.93"/> + <line x="56.1" y="133.93"/> + <close/> + <move x="55.72" y="138.12"/> + <curve x1="48.75" x2="46.51" x3="46.51" y1="138.12" y2="134.07" y3="124.32"/> + <curve x1="46.49" x2="49.35" x3="56.17" y1="116.14" y2="111.23" y3="111.23"/> + <curve x1="62.07" x2="65.45" x3="65.45" y1="111.2" y2="114.17" y3="124.63"/> + <curve x1="65.45" x2="62.0" x3="55.72" y1="135.04" y2="138.12" y3="138.12"/> + <line x="55.72" y="138.12"/> + <close/> + <move x="86.01" y="92.51"/> + <curve x1="89.42" x2="89.97" x3="89.97" y1="92.51" y2="88.54" y3="83.77"/> + <curve x1="89.97" x2="89.5" x3="85.97" y1="78.83" y2="74.07" y3="74.07"/> + <curve x1="83.04" x2="81.58" x3="81.89" y1="74.07" y2="76.24" y3="83.68"/> + <curve x1="81.89" x2="83.04" x3="86.01" y1="90.31" y2="92.6" y3="92.51"/> + <close/> + <move x="85.64" y="96.7"/> + <curve x1="78.67" x2="76.43" x3="76.43" y1="96.7" y2="92.65" y3="82.9"/> + <curve x1="76.4" x2="79.27" x3="86.09" y1="74.72" y2="69.8" y3="69.8"/> + <curve x1="91.99" x2="95.37" x3="95.37" y1="69.77" y2="72.74" y3="83.2"/> + <curve x1="95.36" x2="91.92" x3="85.64" y1="93.61" y2="96.7" y3="96.7"/> + <close/> + <move x="48.95" y="191.13"/> + <curve x1="47.87" x2="46.72" x3="46.72" y1="191.75" y2="191.78" y3="190.92"/> + <line x="46.72" y="189.02"/> + <curve x1="46.72" x2="47.06" x3="48.31" y1="188.44" y2="187.71" y3="186.96"/> + <line x="53.69" y="183.65"/> + <line x="57.96" y="183.65"/> + <line x="57.96" y="206.2"/> + <line x="61.71" y="206.2"/> + <curve x1="62.69" x2="63.35" x3="63.35" y1="206.2" y2="206.75" y3="207.61"/> + <line x="63.35" y="209.15"/> + <curve x1="63.35" x2="62.85" x3="61.9" y1="210.06" y2="210.42" y3="210.42"/> + <line x="48.34" y="210.42"/> + <curve x1="47.38" x2="46.72" x3="46.72" y1="210.42" y2="210.2" y3="209.2"/> + <line x="46.72" y="207.39"/> + <curve x1="46.72" x2="47.38" x3="48.2" y1="206.6" y2="206.2" y3="206.2"/> + <line x="52.44" y="206.2"/> + <line x="52.44" y="189.23"/> + <line x="48.95" y="191.13"/> + <close/> + <move x="110.42" y="118.88"/> + <curve x1="109.34" x2="108.2" x3="108.2" y1="119.5" y2="119.53" y3="118.66"/> + <line x="108.2" y="116.77"/> + <curve x1="108.2" x2="108.53" x3="109.78" y1="116.19" y2="115.45" y3="114.71"/> + <line x="115.16" y="111.4"/> + <line x="119.43" y="111.4"/> + <line x="119.43" y="133.94"/> + <line x="123.18" y="133.94"/> + <curve x1="124.17" x2="124.82" x3="124.82" y1="133.94" y2="134.5" y3="135.36"/> + <line x="124.82" y="136.9"/> + <curve x1="124.82" x2="124.32" x3="123.37" y1="137.8" y2="138.17" y3="138.17"/> + <line x="109.81" y="138.17"/> + <curve x1="108.86" x2="108.2" x3="108.2" y1="138.17" y2="137.94" y3="136.94"/> + <line x="108.2" y="135.13"/> + <curve x1="108.2" x2="108.85" x3="109.67" y1="134.35" y2="133.94" y3="133.94"/> + <line x="113.91" y="133.94"/> + <line x="113.91" y="116.97"/> + <line x="110.42" y="118.88"/> + <close/> + <move x="80.63" y="118.74"/> + <curve x1="79.54" x2="78.4" x3="78.4" y1="119.36" y2="119.4" y3="118.53"/> + <line x="78.4" y="116.64"/> + <curve x1="78.4" x2="78.73" x3="79.99" y1="116.05" y2="115.32" y3="114.58"/> + <line x="85.36" y="111.26"/> + <line x="89.63" y="111.26"/> + <line x="89.63" y="133.81"/> + <line x="93.39" y="133.81"/> + <curve x1="94.37" x2="95.02" x3="95.02" y1="133.81" y2="134.36" y3="135.22"/> + <line x="95.02" y="136.76"/> + <curve x1="95.02" x2="94.52" x3="93.58" y1="137.67" y2="138.03" y3="138.03"/> + <line x="80.02" y="138.03"/> + <curve x1="79.06" x2="78.4" x3="78.4" y1="138.03" y2="137.81" y3="136.81"/> + <line x="78.4" y="135.0"/> + <curve x1="78.4" x2="79.05" x3="79.88" y1="134.21" y2="133.81" y3="133.81"/> + <line x="84.12" y="133.81"/> + <line x="84.12" y="116.84"/> + <line x="80.63" y="118.74"/> + <close/> + <move x="20.63" y="118.74"/> + <curve x1="19.54" x2="18.4" x3="18.4" y1="119.36" y2="119.4" y3="118.53"/> + <line x="18.4" y="116.64"/> + <curve x1="18.4" x2="18.73" x3="19.99" y1="116.05" y2="115.32" y3="114.58"/> + <line x="25.36" y="111.26"/> + <line x="29.63" y="111.26"/> + <line x="29.63" y="133.81"/> + <line x="33.39" y="133.81"/> + <curve x1="34.37" x2="35.02" x3="35.02" y1="133.81" y2="134.36" y3="135.22"/> + <line x="35.02" y="136.76"/> + <curve x1="35.02" x2="34.52" x3="33.58" y1="137.67" y2="138.03" y3="138.03"/> + <line x="20.02" y="138.03"/> + <curve x1="19.06" x2="18.4" x3="18.4" y1="138.03" y2="137.81" y3="136.81"/> + <line x="18.4" y="135.0"/> + <curve x1="18.4" x2="19.05" x3="19.88" y1="134.21" y2="133.81" y3="133.81"/> + <line x="24.12" y="133.81"/> + <line x="24.12" y="116.84"/> + <line x="20.63" y="118.74"/> + <close/> + <move x="130.77" y="43.34"/> + <line x="130.77" y="10.41"/> + <line x="163.27" y="43.34"/> + <line x="130.77" y="43.34"/> + <close/> + <move x="171.47" y="253.82"/> + <curve x1="160.7" x2="152.39" x3="152.39" y1="253.82" y2="245.94" y3="234.7"/> + <curve x1="152.39" x2="160.7" x3="171.28" y1="225.62" y2="216.97" y3="216.97"/> + <curve x1="181.83" x2="190.15" x3="190.15" y1="216.97" y2="225.01" y3="236.12"/> + <curve x1="190.15" x2="182.87" x3="171.47" y1="244.4" y2="253.82" y3="253.82"/> + <line x="171.47" y="253.82"/> + <close/> + </path> + <fill/> + <alpha alpha="0.5"/> + <path> + <move x="84.81" y="206.46"/> + <curve x1="88.22" x2="88.76" x3="88.76" y1="206.46" y2="202.49" y3="197.73"/> + <curve x1="88.76" x2="88.3" x3="84.76" y1="192.79" y2="188.03" y3="188.02"/> + <curve x1="81.84" x2="80.37" x3="80.69" y1="188.02" y2="190.2" y3="197.63"/> + <curve x1="80.69" x2="81.84" x3="84.81" y1="204.27" y2="206.56" y3="206.46"/> + <line x="84.81" y="206.46"/> + <close/> + <move x="84.43" y="210.66"/> + <curve x1="77.46" x2="75.22" x3="75.22" y1="210.66" y2="206.6" y3="196.85"/> + <curve x1="75.2" x2="78.06" x3="84.88" y1="188.67" y2="183.76" y3="183.76"/> + <curve x1="90.78" x2="94.16" x3="94.16" y1="183.73" y2="186.7" y3="197.16"/> + <curve x1="94.16" x2="90.71" x3="84.43" y1="207.57" y2="210.66" y3="210.66"/> + <close/> + <move x="26.3" y="206.31"/> + <curve x1="29.71" x2="30.26" x3="30.26" y1="206.31" y2="202.34" y3="197.57"/> + <curve x1="30.26" x2="29.8" x3="26.26" y1="192.63" y2="187.87" y3="187.86"/> + <curve x1="23.33" x2="21.87" x3="22.19" y1="187.86" y2="190.04" y3="197.48"/> + <curve x1="22.19" x2="23.33" x3="26.3" y1="204.11" y2="206.4" y3="206.31"/> + <line x="26.3" y="206.31"/> + <close/> + <move x="25.93" y="210.5"/> + <curve x1="18.96" x2="16.72" x3="16.72" y1="210.5" y2="206.44" y3="196.7"/> + <curve x1="16.7" x2="19.56" x3="26.38" y1="188.52" y2="183.6" y3="183.6"/> + <curve x1="32.28" x2="35.66" x3="35.66" y1="183.57" y2="186.54" y3="197.0"/> + <curve x1="35.66" x2="32.21" x3="25.93" y1="207.41" y2="210.5" y3="210.5"/> + <line x="25.93" y="210.5"/> + <close/> + <move x="148.19" y="172.18"/> + <curve x1="151.6" x2="152.15" x3="152.15" y1="172.18" y2="168.21" y3="163.44"/> + <curve x1="152.15" x2="151.68" x3="148.15" y1="158.5" y2="153.74" y3="153.74"/> + <curve x1="145.22" x2="143.76" x3="144.07" y1="153.74" y2="155.91" y3="163.35"/> + <curve x1="144.07" x2="145.22" x3="148.19" y1="169.98" y2="172.28" y3="172.18"/> + <line x="148.19" y="172.18"/> + <close/> + <move x="147.82" y="176.37"/> + <curve x1="140.85" x2="138.6" x3="138.6" y1="176.37" y2="172.32" y3="162.57"/> + <curve x1="138.58" x2="141.45" x3="148.26" y1="154.39" y2="149.48" y3="149.48"/> + <curve x1="154.17" x2="157.55" x3="157.55" y1="149.45" y2="152.42" y3="162.88"/> + <curve x1="157.54" x2="154.1" x3="147.82" y1="173.28" y2="176.37" y3="176.37"/> + <line x="147.82" y="176.37"/> + <close/> + <move x="115.35" y="172.0"/> + <curve x1="118.75" x2="119.3" x3="119.3" y1="172.0" y2="168.03" y3="163.27"/> + <curve x1="119.3" x2="118.84" x3="115.3" y1="158.32" y2="153.57" y3="153.56"/> + <curve x1="112.37" x2="110.91" x3="111.23" y1="153.56" y2="155.74" y3="163.17"/> + <curve x1="111.23" x2="112.37" x3="115.35" y1="169.81" y2="172.1" y3="172.0"/> + <line x="115.35" y="172.0"/> + <close/> + <move x="114.97" y="176.19"/> + <curve x1="108.0" x2="105.76" x3="105.76" y1="176.19" y2="172.14" y3="162.39"/> + <curve x1="105.74" x2="108.6" x3="115.42" y1="154.21" y2="149.3" y3="149.3"/> + <curve x1="121.32" x2="124.7" x3="124.7" y1="149.27" y2="152.24" y3="162.7"/> + <curve x1="124.7" x2="121.25" x3="114.97" y1="173.1" y2="176.19" y3="176.19"/> + <line x="114.97" y="176.19"/> + <close/> + <move x="55.13" y="172.06"/> + <curve x1="58.54" x2="59.08" x3="59.08" y1="172.06" y2="168.09" y3="163.32"/> + <curve x1="59.08" x2="58.62" x3="55.08" y1="158.38" y2="153.62" y3="153.62"/> + <curve x1="52.15" x2="50.69" x3="51.01" y1="153.62" y2="155.79" y3="163.23"/> + <curve x1="51.01" x2="52.15" x3="55.13" y1="169.86" y2="172.15" y3="172.06"/> + <line x="55.13" y="172.06"/> + <close/> + <move x="54.75" y="176.25"/> + <curve x1="47.78" x2="45.54" x3="45.54" y1="176.25" y2="172.2" y3="162.45"/> + <curve x1="45.52" x2="48.38" x3="55.2" y1="154.27" y2="149.35" y3="149.35"/> + <curve x1="61.1" x2="64.48" x3="64.48" y1="149.32" y2="152.29" y3="162.75"/> + <curve x1="64.48" x2="61.03" x3="54.75" y1="173.16" y2="176.25" y3="176.25"/> + <line x="54.75" y="176.25"/> + <close/> + <move x="142.68" y="92.74"/> + <curve x1="146.08" x2="146.63" x3="146.63" y1="92.74" y2="88.77" y3="84.01"/> + <curve x1="146.63" x2="146.17" x3="142.63" y1="79.06" y2="74.31" y3="74.3"/> + <curve x1="139.7" x2="138.24" x3="138.56" y1="74.3" y2="76.48" y3="83.91"/> + <curve x1="138.56" x2="139.7" x3="142.68" y1="90.55" y2="92.84" y3="92.74"/> + <close/> + <move x="142.3" y="96.93"/> + <curve x1="135.33" x2="133.09" x3="133.09" y1="96.93" y2="92.88" y3="83.13"/> + <curve x1="133.07" x2="135.93" x3="142.75" y1="74.95" y2="70.04" y3="70.04"/> + <curve x1="148.65" x2="152.03" x3="152.03" y1="70.01" y2="72.98" y3="83.44"/> + <curve x1="152.03" x2="148.58" x3="142.3" y1="93.85" y2="96.93" y3="96.93"/> + <close/> + <move x="26.96" y="92.88"/> + <curve x1="30.37" x2="30.92" x3="30.92" y1="92.88" y2="88.9" y3="84.14"/> + <curve x1="30.92" x2="30.45" x3="26.92" y1="79.2" y2="74.44" y3="74.43"/> + <curve x1="23.99" x2="22.53" x3="22.84" y1="74.43" y2="76.61" y3="84.04"/> + <curve x1="22.84" x2="23.99" x3="26.96" y1="90.68" y2="92.97" y3="92.88"/> + <close/> + <move x="26.58" y="97.07"/> + <curve x1="19.62" x2="17.38" x3="17.38" y1="97.07" y2="93.01" y3="83.26"/> + <curve x1="17.35" x2="20.22" x3="27.04" y1="75.08" y2="70.17" y3="70.17"/> + <curve x1="32.94" x2="36.32" x3="36.32" y1="70.14" y2="73.11" y3="83.57"/> + <curve x1="36.32" x2="32.87" x3="26.58" y1="93.98" y2="97.07" y3="97.07"/> + <close/> + <move x="20.83" y="156.91"/> + <curve x1="19.74" x2="18.6" x3="18.6" y1="157.53" y2="157.56" y3="156.7"/> + <line x="18.6" y="154.81"/> + <curve x1="18.6" x2="18.93" x3="20.19" y1="154.22" y2="153.49" y3="152.75"/> + <line x="25.56" y="149.43"/> + <line x="29.83" y="149.43"/> + <line x="29.83" y="171.98"/> + <line x="33.59" y="171.98"/> + <curve x1="34.57" x2="35.22" x3="35.22" y1="171.98" y2="172.53" y3="173.39"/> + <line x="35.22" y="174.93"/> + <curve x1="35.22" x2="34.72" x3="33.78" y1="175.84" y2="176.2" y3="176.2"/> + <line x="20.22" y="176.2"/> + <curve x1="19.26" x2="18.6" x3="18.6" y1="176.2" y2="175.98" y3="174.98"/> + <line x="18.6" y="173.17"/> + <curve x1="18.6" x2="19.25" x3="20.08" y1="172.38" y2="171.98" y3="171.98"/> + <line x="24.32" y="171.98"/> + <line x="24.32" y="155.01"/> + <line x="20.83" y="156.91"/> + <close/> + <move x="80.56" y="156.85"/> + <curve x1="79.47" x2="78.33" x3="78.33" y1="157.47" y2="157.5" y3="156.63"/> + <line x="78.33" y="154.74"/> + <curve x1="78.33" x2="78.67" x3="79.92" y1="154.16" y2="153.42" y3="152.68"/> + <line x="85.29" y="149.36"/> + <line x="89.57" y="149.36"/> + <line x="89.57" y="171.91"/> + <line x="93.32" y="171.91"/> + <curve x1="94.3" x2="94.95" x3="94.95" y1="171.91" y2="172.46" y3="173.33"/> + <line x="94.95" y="174.86"/> + <curve x1="94.95" x2="94.45" x3="93.51" y1="175.77" y2="176.14" y3="176.14"/> + <line x="79.95" y="176.14"/> + <curve x1="78.99" x2="78.33" x3="78.33" y1="176.14" y2="175.91" y3="174.91"/> + <line x="78.33" y="173.1"/> + <curve x1="78.33" x2="78.98" x3="79.81" y1="172.32" y2="171.91" y3="171.91"/> + <line x="84.05" y="171.91"/> + <line x="84.05" y="154.94"/> + <line x="80.56" y="156.85"/> + <close/> + <move x="110.36" y="77.63"/> + <curve x1="109.27" x2="108.13" x3="108.13" y1="78.25" y2="78.28" y3="77.42"/> + <line x="108.13" y="75.52"/> + <curve x1="108.13" x2="108.46" x3="109.72" y1="74.94" y2="74.2" y3="73.46"/> + <line x="115.09" y="70.15"/> + <line x="119.36" y="70.15"/> + <line x="119.36" y="92.69"/> + <line x="123.12" y="92.69"/> + <curve x1="124.1" x2="124.75" x3="124.75" y1="92.69" y2="93.25" y3="94.11"/> + <line x="124.75" y="95.64"/> + <curve x1="124.75" x2="124.25" x3="123.31" y1="96.55" y2="96.92" y3="96.92"/> + <line x="109.75" y="96.92"/> + <curve x1="108.79" x2="108.13" x3="108.13" y1="96.92" y2="96.7" y3="95.7"/> + <line x="108.13" y="93.88"/> + <curve x1="108.13" x2="108.78" x3="109.61" y1="93.1" y2="92.69" y3="92.69"/> + <line x="113.85" y="92.69"/> + <line x="113.85" y="75.72"/> + <line x="110.36" y="77.63"/> + <close/> + <move x="51.5" y="77.63"/> + <curve x1="50.41" x2="49.27" x3="49.27" y1="78.25" y2="78.28" y3="77.42"/> + <line x="49.27" y="75.52"/> + <curve x1="49.27" x2="49.6" x3="50.86" y1="74.94" y2="74.2" y3="73.46"/> + <line x="56.23" y="70.15"/> + <line x="60.5" y="70.15"/> + <line x="60.5" y="92.69"/> + <line x="64.26" y="92.69"/> + <curve x1="65.24" x2="65.89" x3="65.89" y1="92.69" y2="93.25" y3="94.11"/> + <line x="65.89" y="95.64"/> + <curve x1="65.89" x2="65.39" x3="64.45" y1="96.55" y2="96.92" y3="96.92"/> + <line x="50.88" y="96.92"/> + <curve x1="49.93" x2="49.27" x3="49.27" y1="96.92" y2="96.7" y3="95.7"/> + <line x="49.27" y="93.88"/> + <curve x1="49.27" x2="49.92" x3="50.74" y1="93.1" y2="92.69" y3="92.69"/> + <line x="54.98" y="92.69"/> + <line x="54.98" y="75.72"/> + <line x="51.5" y="77.63"/> + <close/> + <move x="80.49" y="32.29"/> + <curve x1="79.41" x2="78.26" x3="78.26" y1="32.91" y2="32.94" y3="32.08"/> + <line x="78.26" y="30.19"/> + <curve x1="78.26" x2="78.6" x3="79.85" y1="29.6" y2="28.87" y3="28.13"/> + <line x="85.23" y="24.81"/> + <line x="89.5" y="24.81"/> + <line x="89.5" y="47.36"/> + <line x="93.25" y="47.36"/> + <curve x1="94.24" x2="94.89" x3="94.89" y1="47.36" y2="47.91" y3="48.77"/> + <line x="94.89" y="50.31"/> + <curve x1="94.89" x2="94.39" x3="93.44" y1="51.22" y2="51.58" y3="51.58"/> + <line x="79.88" y="51.58"/> + <curve x1="78.92" x2="78.26" x3="78.26" y1="51.58" y2="51.36" y3="50.36"/> + <line x="78.26" y="48.55"/> + <curve x1="78.26" x2="78.91" x3="79.74" y1="47.76" y2="47.36" y3="47.36"/> + <line x="83.98" y="47.36"/> + <line x="83.98" y="30.39"/> + <line x="80.49" y="32.29"/> + <close/> + <move x="56.14" y="47.22"/> + <curve x1="59.55" x2="60.1" x3="60.1" y1="47.22" y2="43.25" y3="38.48"/> + <curve x1="60.1" x2="59.63" x3="56.1" y1="33.54" y2="28.78" y3="28.78"/> + <curve x1="53.17" x2="51.71" x3="52.02" y1="28.78" y2="30.95" y3="38.39"/> + <curve x1="52.02" x2="53.17" x3="56.14" y1="45.02" y2="47.32" y3="47.22"/> + <close/> + <move x="55.76" y="51.41"/> + <curve x1="48.8" x2="46.55" x3="46.55" y1="51.41" y2="47.36" y3="37.61"/> + <curve x1="46.53" x2="49.4" x3="56.21" y1="29.43" y2="24.52" y3="24.52"/> + <curve x1="62.12" x2="65.5" x3="65.5" y1="24.49" y2="27.46" y3="37.92"/> + <curve x1="65.5" x2="62.05" x3="55.76" y1="48.32" y2="51.41" y3="51.41"/> + <close/> + <move x="20.77" y="32.04"/> + <curve x1="19.69" x2="18.54" x3="18.54" y1="32.66" y2="32.7" y3="31.83"/> + <line x="18.54" y="29.94"/> + <curve x1="18.54" x2="18.88" x3="20.13" y1="29.36" y2="28.62" y3="27.88"/> + <line x="25.51" y="24.56"/> + <line x="29.78" y="24.56"/> + <line x="29.78" y="47.11"/> + <line x="33.53" y="47.11"/> + <curve x1="34.51" x2="35.17" x3="35.17" y1="47.11" y2="47.66" y3="48.52"/> + <line x="35.17" y="50.06"/> + <curve x1="35.17" x2="34.66" x3="33.72" y1="50.97" y2="51.34" y3="51.34"/> + <line x="20.16" y="51.34"/> + <curve x1="19.2" x2="18.54" x3="18.54" y1="51.34" y2="51.11" y3="50.11"/> + <line x="18.54" y="48.3"/> + <curve x1="18.54" x2="19.2" x3="20.02" y1="47.51" y2="47.11" y3="47.11"/> + <line x="24.26" y="47.11"/> + <line x="24.26" y="30.14"/> + <line x="20.77" y="32.04"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="282.77" name="Deduplication" strokewidth="inherit" w="282.42"> + <connections/> + <foreground> + <path> + <move x="0.0" y="282.78"/> + <line x="0.0" y="0.0"/> + <line x="282.42" y="0.0"/> + <line x="282.42" y="282.78"/> + <line x="0.0" y="282.78"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="168.18" y="255.22"/> + <line x="168.18" y="219.99"/> + <line x="229.6" y="164.59"/> + <line x="52.58" y="164.59"/> + <line x="114.29" y="220.0"/> + <line x="114.29" y="255.23"/> + <line x="168.18" y="255.23"/> + <line x="168.18" y="255.22"/> + <close/> + <move x="233.23" y="153.86"/> + <line x="233.23" y="132.35"/> + <line x="49.51" y="132.35"/> + <line x="49.51" y="153.86"/> + <line x="233.23" y="153.86"/> + <close/> + <move x="222.81" y="107.39"/> + <line x="222.81" y="60.38"/> + <line x="175.81" y="60.38"/> + <line x="175.81" y="107.39"/> + <line x="222.81" y="107.39"/> + <close/> + <move x="164.68" y="80.34"/> + <line x="164.68" y="32.91"/> + <line x="117.6" y="32.91"/> + <line x="117.6" y="80.34"/> + <line x="164.68" y="80.34"/> + <close/> + <move x="106.64" y="119.11"/> + <line x="106.64" y="71.59"/> + <line x="59.62" y="71.59"/> + <line x="59.62" y="119.11"/> + <line x="106.64" y="119.11"/> + <close/> + <move x="67.86" y="110.28"/> + <line x="67.86" y="80.28"/> + <line x="98.36" y="80.28"/> + <line x="98.36" y="110.28"/> + <line x="67.86" y="110.28"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="99.92" name="Delayed" strokewidth="inherit" w="100.06"> + <connections/> + <foreground> + <path> + <move x="50.29" y="99.92"/> + <curve x1="18.75" x2="0.0" x3="0.0" y1="99.92" y2="73.68" y3="50.49"/> + <curve x1="0.0" x2="21.76" x3="50.08" y1="22.71" y2="0.0" y3="0.0"/> + <curve x1="78.61" x2="100.06" x3="100.06" y1="0.0" y2="23.48" y3="49.97"/> + <curve x1="100.06" x2="75.56" x3="50.29" y1="79.7" y2="99.92" y3="99.92"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="47.7" y="54.91"/> + <line x="48.67" y="34.78"/> + <line x="50.74" y="34.78"/> + <line x="51.51" y="51.37"/> + <line x="63.86" y="51.97"/> + <line x="63.86" y="53.97"/> + <close/> + <move x="50.58" y="75.99"/> + <curve x1="64.1" x2="75.97" x3="75.97" y1="75.99" y2="64.36" y3="51.06"/> + <curve x1="75.97" x2="63.85" x3="49.64" y1="34.75" y2="24.54" y3="24.54"/> + <curve x1="37.73" x2="24.65" x3="24.65" y1="24.54" y2="34.7" y3="49.86"/> + <curve x1="24.65" x2="36.65" x3="50.58" y1="64.94" y2="75.99" y3="75.99"/> + <close/> + <move x="49.51" y="82.07"/> + <curve x1="31.96" x2="17.7" x3="17.7" y1="82.07" y2="67.32" y3="50.13"/> + <curve x1="17.7" x2="31.68" x3="49.76" y1="32.87" y2="17.9" y3="17.9"/> + <curve x1="68.25" x2="82.04" x3="82.04" y1="17.9" y2="32.38" y3="50.28"/> + <curve x1="82.04" x2="70.85" x3="49.51" y1="64.9" y2="82.07" y3="82.07"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="280.74" name="Direct Restore to MS Azure" strokewidth="inherit" w="283.46"> + <connections/> + <foreground> + <path> + <move x="0.0" y="280.74"/> + <line x="0.0" y="0.0"/> + <line x="283.46" y="0.0"/> + <line x="283.46" y="280.74"/> + <line x="0.0" y="280.74"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="127.93" y="163.3"/> + <curve x1="116.1" x2="103.12" x3="94.46" y1="162.26" y2="157.08" y3="144.3"/> + <curve x1="88.37" x2="75.48" x3="63.51" y1="151.07" y2="154.12" y3="149.88"/> + <curve x1="51.69" x2="44.3" x3="43.62" y1="144.95" y2="133.87" y3="122.28"/> + <curve x1="42.66" x2="57.19" x3="72.84" y1="108.14" y2="96.05" y3="94.09"/> + <curve x1="66.13" x2="71.13" x3="80.25" y1="77.91" y2="66.49" y3="58.61"/> + <curve x1="93.06" x2="107.12" x3="116.3" y1="48.04" y2="50.86" y3="57.44"/> + <curve x1="118.35" x2="127.12" x3="141.0" y1="46.01" y2="33.05" y3="29.02"/> + <curve x1="155.89" x2="170.57" x3="180.22" y1="24.08" y2="26.33" y3="37.89"/> + <curve x1="186.27" x2="190.77" x3="193.37" y1="45.07" y2="53.1" y3="67.42"/> + <curve x1="206.84" x2="220.68" x3="231.25" y1="67.7" y2="70.77" y3="85.89"/> + <curve x1="243.16" x2="242.45" x3="235.63" y1="102.53" y2="122.35" y3="134.26"/> + <curve x1="230.67" x2="219.55" x3="198.82" y1="144.06" y2="156.16" y3="157.32"/> + <curve x1="190.5" x2="179.33" x3="171.54" y1="157.62" y2="155.8" y3="147.83"/> + <curve x1="168.79" x2="165.5" x3="160.36" y1="151.52" y2="154.95" y3="157.49"/> + <curve x1="155.49" x2="153.52" x3="154.36" y1="146.76" y2="133.55" y3="118.0"/> + <line x="177.67" y="118.0"/> + <line x="136.51" y="77.1"/> + <line x="95.35" y="118.0"/> + <line x="119.12" y="118.0"/> + <curve x1="119.11" x2="119.76" x3="121.1" y1="127.76" y2="136.45" y3="143.89"/> + <curve x1="122.12" x2="124.1" x3="127.93" y1="149.92" y2="156.06" y3="163.3"/> + <line x="127.93" y="163.3"/> + <close/> + <move x="178.6" y="195.03"/> + <curve x1="162.38" x2="139.36" x3="129.64" y1="188.72" y2="179.95" y3="157.15"/> + <curve x1="126.29" x2="123.28" x3="123.59" y1="149.9" y2="138.02" y3="118.65"/> + <curve x1="123.59" x2="122.37" x3="120.48" y1="115.83" y2="114.11" y3="114.11"/> + <line x="105.39" y="114.11"/> + <line x="136.5" y="83.42"/> + <line x="168.32" y="114.11"/> + <line x="153.64" y="114.11"/> + <curve x1="151.28" x2="150.19" x3="150.19" y1="114.11" y2="115.89" y3="118.23"/> + <curve x1="149.56" x2="151.94" x3="155.49" y1="134.74" y2="147.67" y3="158.0"/> + <curve x1="160.72" x2="168.73" x3="178.6" y1="173.58" y2="185.52" y3="195.03"/> + <line x="178.6" y="195.03"/> + <close/> + <move x="70.92" y="228.43"/> + <curve x1="70.95" x2="68.78" x3="67.01" y1="225.79" y2="224.2" y3="224.2"/> + <curve x1="64.51" x2="63.34" x3="63.34" y1="224.2" y2="226.71" y3="228.38"/> + <curve x1="63.34" x2="65.48" x3="67.11" y1="230.99" y2="232.51" y3="232.51"/> + <curve x1="69.11" x2="70.92" x3="70.92" y1="232.52" y2="230.48" y3="228.43"/> + <close/> + <move x="124.96" y="237.02"/> + <line x="124.96" y="219.31"/> + <line x="78.28" y="219.31"/> + <line x="78.28" y="237.02"/> + <line x="124.96" y="237.02"/> + <close/> + <move x="146.0" y="228.53"/> + <curve x1="146.0" x2="143.73" x3="139.82" y1="224.98" y2="221.59" y3="221.59"/> + <curve x1="135.87" x2="133.47" x3="133.47" y1="221.59" y2="224.81" y3="228.65"/> + <curve x1="133.47" x2="136.62" x3="139.61" y1="231.88" y2="234.85" y3="234.85"/> + <curve x1="142.81" x2="146.0" x3="146.0" y1="234.85" y2="231.88" y3="228.53"/> + <close/> + <move x="201.21" y="237.02"/> + <line x="201.21" y="219.31"/> + <line x="154.59" y="219.31"/> + <line x="154.59" y="237.02"/> + <line x="201.21" y="237.02"/> + <close/> + <move x="220.68" y="232.34"/> + <line x="220.68" y="223.98"/> + <line x="207.22" y="223.98"/> + <line x="207.22" y="232.34"/> + <line x="220.68" y="232.34"/> + <close/> + <move x="66.36" y="252.68"/> + <curve x1="56.55" x2="48.32" x3="48.32" y1="252.68" y2="243.75" y3="235.1"/> + <line x="48.32" y="203.64"/> + <line x="216.57" y="203.64"/> + <curve x1="227.56" x2="235.92" x3="235.92" y1="203.64" y2="212.04" y3="222.82"/> + <line x="235.92" y="252.68"/> + <line x="66.36" y="252.68"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="99.95" name="Disk partition" strokewidth="inherit" w="99.83"> + <connections/> + <foreground> + <path> + <move x="10.91" y="86.25"/> + <curve x1="4.1" x2="0.0" x3="0.0" y1="86.25" y2="80.54" y3="75.48"/> + <curve x1="0.0" x2="4.8" x3="9.02" y1="68.7" y2="65.88" y3="65.88"/> + <line x="42.44" y="65.88"/> + <curve x1="42.82" x2="43.25" x3="43.81" y1="64.12" y2="62.44" y3="61.0"/> + <line x="8.17" y="61.0"/> + <curve x1="5.84" x2="2.56" x3="0.05" y1="61.0" y2="62.15" y3="64.19"/> + <line x="0.05" y="9.9"/> + <curve x1="0.05" x2="3.66" x3="10.63" y1="6.13" y2="0.0" y3="0.0"/> + <line x="61.14" y="0.0"/> + <curve x1="65.88" x2="72.09" x3="72.09" y1="0.0" y2="3.3" y3="12.33"/> + <line x="72.09" y="42.38"/> + <curve x1="84.52" x2="99.83" x3="99.83" y1="42.38" y2="53.65" y3="71.22"/> + <curve x1="99.83" x2="87.79" x3="70.54" y1="85.71" y2="99.95" y3="99.95"/> + <curve x1="59.7" x2="51.14" x3="46.16" y1="99.95" y2="93.61" y3="86.25"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="46.16" y="86.25"/> + <curve x1="44.07" x2="41.98" x3="41.9" y1="82.27" y2="77.69" y3="71.92"/> + <curve x1="41.9" x2="55.26" x3="72.12" y1="54.28" y2="42.38" y3="42.38"/> + <curve x1="84.58" x2="99.83" x3="99.83" y1="42.38" y2="53.71" y3="71.22"/> + <curve x1="99.83" x2="87.81" x3="70.54" y1="85.72" y2="99.95" y3="99.95"/> + <curve x1="59.68" x2="51.09" x3="46.16" y1="99.95" y2="93.68" y3="86.25"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="36.12" y="36.92"/> + <curve x1="40.22" x2="43.33" x3="43.33" y1="36.92" y2="34.24" y3="31.06"/> + <curve x1="43.33" x2="40.39" x3="35.95" y1="27.61" y2="25.06" y3="25.06"/> + <curve x1="32.43" x2="28.58" x3="28.58" y1="25.06" y2="27.36" y3="30.73"/> + <curve x1="28.58" x2="31.45" x3="36.12" y1="34.27" y2="36.92" y3="36.92"/> + <close/> + <move x="35.9" y="50.63"/> + <curve x1="22.55" x2="11.58" x3="11.58" y1="50.63" y2="41.54" y3="31.06"/> + <curve x1="11.58" x2="22.19" x3="36.19" y1="20.36" y2="11.5" y3="11.5"/> + <curve x1="48.02" x2="60.39" x3="60.39" y1="11.5" y2="19.15" y3="31.33"/> + <curve x1="60.39" x2="50.2" x3="35.9" y1="41.07" y2="50.63" y3="50.63"/> + <close/> + <move x="10.54" y="81.69"/> + <curve x1="7.71" x2="4.87" x3="4.87" y1="81.69" y2="79.31" y3="75.86"/> + <curve x1="4.87" x2="7.41" x3="10.68" y1="72.98" y2="70.26" y3="70.26"/> + <curve x1="13.79" x2="16.42" x3="16.42" y1="70.26" y2="72.98" y3="75.95"/> + <curve x1="16.42" x2="13.58" x3="10.54" y1="79.37" y2="81.69" y3="81.69"/> + <close/> + <move x="53.88" y="88.41"/> + <curve x1="48.47" x2="43.04" x3="48.58" y1="82.97" y2="73.78" y3="60.77"/> + <curve x1="53.3" x2="62.9" x3="70.98" y1="50.94" y2="46.96" y3="46.96"/> + <line x="70.98" y="71.09"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.9" name="DNS" strokewidth="inherit" w="283.46"> + <connections/> + <foreground> + <path> + <move x="31.96" y="139.64"/> + <curve x1="36.4" x2="39.49" x3="39.49" y1="139.64" y2="136.38" y3="132.25"/> + <curve x1="39.49" x2="36.31" x3="31.91" y1="127.57" y2="124.2" y3="124.2"/> + <curve x1="27.42" x2="24.48" x3="24.48" y1="124.2" y2="127.76" y3="131.68"/> + <curve x1="24.48" x2="27.92" x3="31.96" y1="136.59" y2="139.64" y3="139.64"/> + <close/> + <move x="32.04" y="165.72"/> + <curve x1="36.36" x2="39.48" x3="39.48" y1="165.72" y2="162.82" y3="158.22"/> + <curve x1="39.48" x2="36.01" x3="32.04" y1="153.47" y2="150.72" y3="150.72"/> + <curve x1="28.09" x2="24.54" x3="24.54" y1="150.72" y2="153.15" y3="158.22"/> + <curve x1="24.54" x2="27.07" x3="32.04" y1="162.74" y2="165.72" y3="165.72"/> + <close/> + <move x="51.63" y="168.34"/> + <line x="69.13" y="108.54"/> + <line x="60.8" y="108.54"/> + <line x="43.2" y="168.34"/> + <line x="51.63" y="168.34"/> + <close/> + <move x="78.6" y="168.34"/> + <line x="96.09" y="108.54"/> + <line x="87.74" y="108.54"/> + <line x="70.13" y="168.34"/> + <line x="78.6" y="168.34"/> + <close/> + <move x="114.4" y="155.31"/> + <line x="114.4" y="119.59"/> + <curve x1="122.54" x2="130.64" x3="134.24" y1="117.45" y2="119.72" y3="125.0"/> + <curve x1="139.26" x2="137.46" x3="133.97" y1="133.86" y2="143.61" y3="148.98"/> + <curve x1="131.84" x2="127.48" x3="122.38" y1="152.01" y2="154.85" y3="155.44"/> + <line x="114.4" y="155.31"/> + <close/> + <move x="101.58" y="164.69"/> + <curve x1="110.86" x2="120.61" x3="127.56" y1="166.47" y2="166.06" y3="164.64"/> + <curve x1="138.71" x2="145.21" x3="148.11" y1="162.43" y2="156.34" y3="149.02"/> + <curve x1="151.72" x2="151.28" x3="146.79" y1="139.3" y2="128.65" y3="121.12"/> + <curve x1="142.72" x2="134.46" x3="122.64" y1="114.04" y2="109.76" y3="109.14"/> + <curve x1="115.77" x2="108.82" x3="101.58" y1="109.04" y2="109.08" y3="110.47"/> + <line x="101.58" y="164.69"/> + <close/> + <move x="204.44" y="164.92"/> + <line x="204.44" y="109.35"/> + <line x="193.0" y="109.35"/> + <curve x1="193.02" x2="192.98" x3="193.85" y1="122.56" y2="135.79" y3="148.02"/> + <curve x1="188.27" x2="180.5" x3="173.4" y1="135.39" y2="122.33" y3="109.35"/> + <line x="158.53" y="109.35"/> + <line x="158.53" y="164.92"/> + <line x="169.92" y="164.92"/> + <line x="169.92" y="124.28"/> + <curve x1="175.89" x2="184.05" x3="191.37" y1="137.83" y2="151.38" y3="164.92"/> + <line x="204.44" y="164.92"/> + <close/> + <move x="213.17" y="162.51"/> + <curve x1="219.27" x2="230.48" x3="240.3" y1="165.65" y2="167.15" y3="163.93"/> + <curve x1="245.16" x2="250.4" x3="251.2" y1="162.1" y2="158.1" y3="149.73"/> + <curve x1="251.6" x2="249.03" x3="244.79" y1="143.65" y2="139.3" y3="136.15"/> + <curve x1="239.79" x2="234.13" x3="229.14" y1="132.28" y2="132.18" y3="128.48"/> + <curve x1="225.04" x2="226.5" x3="231.04" y1="125.63" y2="120.96" y3="119.62"/> + <curve x1="235.8" x2="242.26" x3="246.24" y1="118.55" y2="119.84" y3="121.55"/> + <line x="248.82" y="111.88"/> + <curve x1="245.34" x2="240.74" x3="231.88" y1="109.72" y2="108.13" y3="108.72"/> + <curve x1="226.56" x2="219.28" x3="215.64" y1="109.16" y2="111.1" y3="118.62"/> + <curve x1="212.43" x2="213.89" x3="218.38" y1="126.0" y2="131.54" y3="135.9"/> + <curve x1="225.21" x2="232.86" x3="236.09" y1="142.14" y2="141.95" y3="145.18"/> + <curve x1="238.38" x2="240.36" x3="234.76" y1="147.42" y2="152.1" y3="154.7"/> + <curve x1="228.16" x2="220.88" x3="215.82" y1="157.25" y2="154.19" y3="152.09"/> + <line x="213.17" y="162.51"/> + <close/> + <move x="0.0" y="283.9"/> + <line x="0.0" y="0.0"/> + <line x="283.46" y="0.0"/> + <line x="283.46" y="283.9"/> + <line x="0.0" y="283.9"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="100.0" name="DRaaS Enhancements" strokewidth="inherit" w="99.16"> + <connections/> + <foreground> + <path> + <move x="0.0" y="100.0"/> + <line x="0.0" y="0.0"/> + <line x="99.16" y="0.0"/> + <line x="99.16" y="100.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="28.17" y="74.43"/> + <curve x1="29.76" x2="31.15" x3="31.15" y1="74.43" y2="73.09" y3="71.46"/> + <curve x1="31.15" x2="30.01" x3="28.05" y1="69.92" y2="68.36" y3="68.36"/> + <curve x1="26.37" x2="24.89" x3="24.89" y1="68.36" y2="69.97" y3="71.45"/> + <curve x1="24.89" x2="26.38" x3="28.17" y1="73.03" y2="74.43" y3="74.43"/> + <close/> + <move x="68.81" y="74.5"/> + <curve x1="70.3" x2="71.87" x3="71.87" y1="74.5" y2="73.28" y3="71.73"/> + <curve x1="71.87" x2="70.84" x3="68.84" y1="70.1" y2="68.69" y3="68.69"/> + <curve x1="67.39" x2="65.83" x3="65.83" y1="68.69" y2="69.87" y3="71.68"/> + <curve x1="65.83" x2="67.28" x3="68.81" y1="73.31" y2="74.5" y3="74.5"/> + <close/> + <move x="48.51" y="83.08"/> + <curve x1="50.05" x2="51.48" x3="51.48" y1="83.08" y2="81.76" y3="80.3"/> + <curve x1="51.48" x2="50.17" x3="48.49" y1="78.59" y2="77.18" y3="77.18"/> + <curve x1="46.66" x2="45.25" x3="45.25" y1="77.18" y2="78.52" y3="80.3"/> + <curve x1="45.25" x2="47.01" x3="48.51" y1="82.06" y2="83.08" y3="83.08"/> + <close/> + <move x="42.42" y="73.2"/> + <line x="33.73" y="73.2"/> + <curve x1="33.16" x2="31.21" x3="27.96" y1="75.14" y2="77.2" y3="77.2"/> + <curve x1="25.12" x2="22.25" x3="22.25" y1="77.2" y2="74.84" y3="71.48"/> + <curve x1="22.25" x2="24.92" x3="28.04" y1="68.38" y2="65.81" y3="65.81"/> + <curve x1="31.67" x2="33.3" x3="33.69" y1="65.81" y2="68.29" y3="69.78"/> + <line x="39.12" y="69.78"/> + <line x="39.12" y="57.56"/> + <line x="24.34" y="57.56"/> + <curve x1="19.96" x2="14.57" x3="14.57" y1="57.56" y2="53.38" y3="47.44"/> + <curve x1="14.57" x2="17.41" x3="20.32" y1="42.65" y2="39.74" y3="38.15"/> + <curve x1="22.11" x2="24.39" x3="26.82" y1="37.0" y2="36.87" y3="36.88"/> + <curve x1="26.66" x2="27.32" x3="30.28" y1="33.75" y2="30.23" y3="27.43"/> + <curve x1="34.38" x2="36.53" x3="40.86" y1="24.27" y2="24.55" y3="24.61"/> + <curve x1="43.48" x2="46.87" x3="51.44" y1="20.52" y2="18.36" y3="17.39"/> + <curve x1="56.45" x2="61.4" x3="64.88" y1="16.34" y2="17.96" y3="21.18"/> + <curve x1="68.4" x2="69.44" x3="69.58" y1="24.21" y2="28.17" y3="31.24"/> + <curve x1="74.68" x2="79.26" x3="80.56" y1="32.01" y2="35.91" y3="41.71"/> + <curve x1="81.49" x2="80.04" x3="76.71" y1="45.97" y2="50.41" y3="53.52"/> + <curve x1="74.67" x2="71.68" x3="68.1" y1="55.46" y2="57.51" y3="57.56"/> + <line x="57.9" y="57.56"/> + <line x="57.9" y="69.78"/> + <line x="63.34" y="69.78"/> + <curve x1="64.19" x2="66.4" x3="68.89" y1="67.07" y2="65.7" y3="65.7"/> + <curve x1="72.12" x2="74.82" x3="74.82" y1="65.7" y2="68.41" y3="71.54"/> + <curve x1="74.82" x2="71.68" x3="68.96" y1="74.96" y2="77.31" y3="77.31"/> + <curve x1="66.21" x2="63.91" x3="63.35" y1="77.31" y2="75.4" y3="73.2"/> + <line x="54.59" y="73.2"/> + <line x="54.59" y="57.56"/> + <line x="50.21" y="57.56"/> + <line x="50.21" y="37.6"/> + <line x="58.75" y="45.89"/> + <line x="61.21" y="43.51"/> + <line x="48.55" y="31.0"/> + <line x="35.78" y="43.52"/> + <line x="38.18" y="45.83"/> + <line x="46.76" y="37.42"/> + <line x="46.76" y="57.56"/> + <line x="42.42" y="57.56"/> + <close/> + <move x="50.21" y="74.47"/> + <curve x1="53.13" x2="54.59" x3="54.59" y1="75.28" y2="78.02" y3="80.08"/> + <curve x1="54.59" x2="52.28" x3="48.43" y1="82.93" y2="85.68" y3="85.68"/> + <curve x1="44.8" x2="42.28" x3="42.28" y1="85.68" y2="82.84" y3="80.18"/> + <curve x1="42.28" x2="44.65" x3="46.76" y1="77.29" y2="74.98" y3="74.6"/> + <line x="46.76" y="57.56"/> + <line x="50.21" y="57.56"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="193.67" name="DR Site" strokewidth="inherit" w="193.68"> + <connections/> + <foreground> + <path> + <move x="0.0" y="193.67"/> + <line x="0.0" y="0.0"/> + <line x="193.68" y="0.0"/> + <line x="193.68" y="193.67"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="107.08" y="139.48"/> + <line x="107.08" y="118.4"/> + <curve x1="123.2" x2="131.44" x3="126.13" y1="115.39" y2="98.43" y3="84.66"/> + <line x="146.19" y="73.18"/> + <curve x1="148.51" x2="152.76" x3="158.25" y1="75.73" y2="78.53" y3="78.53"/> + <curve x1="168.46" x2="175.12" x3="175.12" y1="78.53" y2="69.77" y3="61.42"/> + <curve x1="175.12" x2="167.26" x3="158.45" y1="52.1" y2="44.49" y3="44.49"/> + <curve x1="149.63" x2="141.35" x3="141.35" y1="44.49" y2="51.69" y3="61.5"/> + <curve x1="141.35" x2="141.64" x3="142.06" y1="63.02" y2="64.57" y3="66.25"/> + <line x="122.38" y="77.63"/> + <curve x1="119.18" x2="115.51" x3="105.99" y1="73.52" y2="69.55" y3="67.3"/> + <curve x1="101.75" x2="96.99" x3="92.0" y1="66.66" y2="66.79" y3="68.87"/> + <line x="80.07" y="49.7"/> + <curve x1="83.16" x2="84.98" x3="84.98" y1="46.27" y2="42.7" y3="38.1"/> + <curve x1="84.98" x2="77.14" x3="68.21" y1="28.88" y2="20.93" y3="20.93"/> + <curve x1="60.48" x2="51.12" x3="51.12" y1="20.93" y2="26.72" y3="38.53"/> + <curve x1="51.12" x2="59.18" x3="67.44" y1="47.62" y2="54.99" y3="54.99"/> + <curve x1="69.6" x2="72.1" x3="73.39" y1="55.02" y2="54.44" y3="53.87"/> + <line x="84.98" y="72.82"/> + <curve x1="79.74" x2="76.85" x3="75.8" y1="77.35" y2="82.81" y3="88.95"/> + <line x="51.94" y="88.95"/> + <curve x1="50.96" x2="44.04" x3="35.57" y1="82.6" y2="76.22" y3="76.22"/> + <curve x1="27.24" x2="18.87" x3="18.87" y1="76.22" y2="83.04" y3="92.86"/> + <curve x1="18.87" x2="26.15" x3="35.37" y1="101.89" y2="110.03" y3="110.03"/> + <curve x1="45.06" x2="50.51" x3="51.98" y1="110.03" y2="102.92" y3="97.02"/> + <line x="75.82" y="97.02"/> + <curve x1="76.93" x2="84.92" x3="99.01" y1="106.14" y2="117.47" y3="118.99"/> + <line x="99.01" y="138.74"/> + <curve x1="91.07" x2="84.75" x3="84.75" y1="140.07" y2="146.84" y3="154.96"/> + <curve x1="84.75" x2="92.64" x3="101.56" y1="165.41" y2="172.18" y3="172.18"/> + <curve x1="111.29" x2="118.46" x3="118.46" y1="172.18" y2="164.29" y3="155.91"/> + <curve x1="118.46" x2="114.72" x3="107.11" y1="148.08" y2="142.58" y3="139.48"/> + <close/> + <move x="101.64" y="164.13"/> + <curve x1="96.86" x2="92.72" x3="92.72" y1="164.13" y2="160.45" y3="155.37"/> + <curve x1="92.72" x2="95.77" x3="101.57" y1="151.46" y2="146.49" y3="146.49"/> + <curve x1="104.6" x2="110.43" x3="110.43" y1="146.49" y2="148.86" y3="155.66"/> + <curve x1="110.43" x2="107.11" x3="101.64" y1="159.35" y2="164.13" y3="164.13"/> + <close/> + <move x="67.87" y="46.92"/> + <curve x1="63.47" x2="59.13" x3="59.13" y1="46.92" y2="43.37" y3="37.73"/> + <curve x1="59.13" x2="62.98" x3="67.89" y1="33.51" y2="29.32" y3="29.32"/> + <curve x1="71.9" x2="76.79" x3="76.79" y1="29.32" y2="32.36" y3="38.38"/> + <curve x1="76.79" x2="73.92" x3="67.87" y1="41.55" y2="46.92" y3="46.92"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="133.99" name="Eject" strokewidth="inherit" w="133.95"> + <connections/> + <foreground> + <path> + <move x="67.09" y="133.99"/> + <curve x1="31.26" x2="0.0" x3="0.0" y1="133.99" y2="105.41" y3="65.48"/> + <curve x1="0.0" x2="24.48" x3="67.85" y1="36.26" y2="0.0" y3="0.0"/> + <curve x1="101.93" x2="133.95" x3="133.95" y1="0.0" y2="27.38" y3="67.09"/> + <curve x1="133.95" x2="103.93" x3="67.09" y1="104.32" y2="133.99" y3="133.99"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="32.3" y="63.15"/> + <curve x1="29.54" x2="26.92" x3="29.79" y1="63.15" y2="61.19" y3="56.55"/> + <curve x1="36.99" x2="55.28" x3="66.33" y1="46.51" y2="30.6" y3="23.79"/> + <curve x1="67.4" x2="68.36" x3="69.11" y1="23.16" y2="23.4" y3="23.88"/> + <curve x1="81.85" x2="96.8" x3="104.79" y1="32.04" y2="45.3" y3="55.37"/> + <curve x1="107.07" x2="107.75" x3="102.86" y1="58.16" y2="63.15" y3="63.15"/> + <close/> + <move x="105.48" y="94.67"/> + <line x="36.88" y="94.67"/> + <curve x1="32.9" x2="29.42" x3="29.42" y1="94.67" y2="92.17" y3="86.25"/> + <line x="29.42" y="74.59"/> + <line x="97.31" y="74.59"/> + <curve x1="102.36" x2="105.48" x3="105.48" y1="74.59" y2="76.89" y3="82.56"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="531.6" name="Encryption key" strokewidth="inherit" w="387.75"> + <connections/> + <foreground> + <path> + <move x="47.29" y="531.6"/> + <curve x1="25.93" x2="0.0" x3="0.0" y1="531.6" y2="512.25" y3="482.82"/> + <line x="0.0" y="0.0"/> + <line x="290.48" y="0.0"/> + <line x="387.75" y="98.08"/> + <line x="387.75" y="531.6"/> + <line x="47.29" y="531.6"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="194.31" y="446.11"/> + <line x="222.16" y="426.55"/> + <line x="222.16" y="408.91"/> + <line x="209.6" y="396.51"/> + <line x="222.16" y="384.48"/> + <line x="222.16" y="373.52"/> + <line x="209.91" y="361.17"/> + <line x="222.16" y="349.05"/> + <line x="222.16" y="338.18"/> + <line x="209.9" y="325.83"/> + <line x="222.16" y="313.13"/> + <line x="222.16" y="296.6"/> + <curve x1="244.11" x2="268.28" x3="268.28" y1="288.16" y2="263.24" y3="227.58"/> + <curve x1="268.28" x2="233.41" x3="195.29" y1="185.84" y2="152.48" y3="152.48"/> + <curve x1="148.6" x2="118.68" x3="118.68" y1="152.48" y2="189.73" y3="227.79"/> + <curve x1="118.68" x2="141.35" x3="165.2" y1="260.83" y2="286.78" y3="296.28"/> + <line x="165.2" y="426.24"/> + <close/> + <move x="193.68" y="212.5"/> + <curve x1="185.16" x2="174.43" x3="174.43" y1="212.5" y2="205.42" y3="192.54"/> + <curve x1="174.43" x2="181.31" x3="194.35" y1="184.64" y2="173.64" y3="173.64"/> + <curve x1="204.79" x2="213.16" x3="213.16" y1="173.64" y2="182.43" y3="194.1"/> + <curve x1="213.16" x2="205.07" x3="193.68" y1="202.31" y2="212.5" y3="212.5"/> + <close/> + <move x="288.97" y="98.15"/> + <line x="361.11" y="98.15"/> + <line x="288.96" y="24.48"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.08" name="Endpoint Backup" strokewidth="inherit" w="283.46"> + <connections/> + <foreground> + <path> + <move x="0.0" y="283.08"/> + <line x="0.0" y="0.0"/> + <line x="283.46" y="0.0"/> + <line x="283.46" y="283.08"/> + <line x="0.0" y="283.08"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="201.44" y="158.99"/> + <line x="201.44" y="82.91"/> + <line x="82.89" y="82.91"/> + <line x="82.89" y="158.99"/> + <line x="201.44" y="158.99"/> + <close/> + <move x="99.61" y="207.62"/> + <line x="99.61" y="187.43"/> + <line x="122.12" y="187.43"/> + <line x="122.12" y="168.0"/> + <line x="73.88" y="168.0"/> + <line x="73.88" y="73.88"/> + <line x="210.34" y="73.88"/> + <line x="210.34" y="168.0"/> + <line x="159.42" y="168.0"/> + <line x="159.42" y="187.43"/> + <line x="184.6" y="187.43"/> + <line x="184.6" y="207.62"/> + <line x="99.61" y="207.62"/> + <close/> + <move x="164.55" y="261.32"/> + <line x="164.55" y="241.14"/> + <line x="241.03" y="241.14"/> + <line x="241.03" y="167.66"/> + <line x="258.47" y="167.66"/> + <line x="258.47" y="261.32"/> + <line x="164.55" y="261.32"/> + <close/> + <move x="133.45" y="43.14"/> + <line x="133.45" y="26.03"/> + <line x="258.47" y="26.03"/> + <line x="258.47" y="148.15"/> + <line x="241.03" y="148.15"/> + <line x="241.03" y="43.14"/> + <line x="133.45" y="43.14"/> + <close/> + <move x="23.08" y="119.71"/> + <line x="23.08" y="26.03"/> + <line x="117.03" y="26.03"/> + <line x="117.03" y="43.14"/> + <line x="40.38" y="43.14"/> + <line x="40.38" y="119.71"/> + <line x="23.08" y="119.71"/> + <close/> + <move x="23.08" y="261.32"/> + <line x="23.08" y="136.56"/> + <line x="40.38" y="136.56"/> + <line x="40.38" y="241.14"/> + <line x="148.08" y="241.14"/> + <line x="148.08" y="261.32"/> + <line x="23.08" y="261.32"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.46" name="Enterprise Manager" strokewidth="inherit" w="283.86"> + <connections/> + <foreground> + <path> + <move x="0.0" y="283.46"/> + <line x="0.0" y="0.0"/> + <line x="283.86" y="0.0"/> + <line x="283.86" y="283.46"/> + <line x="0.0" y="283.46"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="125.56" y="124.4"/> + <line x="40.61" y="124.4"/> + <line x="40.61" y="104.89"/> + <line x="94.08" y="104.85"/> + <line x="45.92" y="56.38"/> + <line x="57.51" y="45.16"/> + <line x="105.61" y="93.41"/> + <line x="105.61" y="39.28"/> + <line x="125.57" y="39.28"/> + <line x="125.57" y="124.4"/> + <close/> + <move x="136.02" y="209.99"/> + <line x="88.85" y="209.99"/> + <line x="88.85" y="144.87"/> + <line x="136.02" y="144.87"/> + <line x="136.02" y="209.99"/> + <close/> + <move x="195.03" y="209.99"/> + <line x="147.74" y="209.99"/> + <line x="147.74" y="91.91"/> + <line x="195.03" y="91.91"/> + <line x="195.03" y="209.99"/> + <close/> + <move x="228.13" y="142.98"/> + <line x="228.13" y="58.23"/> + <curve x1="228.13" x2="228.0" x3="225.63" y1="56.2" y2="55.3" y3="55.3"/> + <line x="138.97" y="55.3"/> + <line x="138.97" y="39.28"/> + <line x="232.65" y="39.28"/> + <curve x1="242.6" x2="243.98" x3="243.98" y1="39.28" y2="44.68" y3="50.39"/> + <line x="243.98" y="142.98"/> + <line x="228.13" y="142.98"/> + <close/> + <move x="159.79" y="244.4"/> + <line x="159.79" y="228.47"/> + <line x="228.13" y="228.47"/> + <line x="228.13" y="160.2"/> + <line x="243.98" y="160.2"/> + <line x="243.98" y="244.4"/> + <line x="159.79" y="244.4"/> + <close/> + <move x="52.13" y="244.4"/> + <curve x1="46.19" x2="40.61" x3="40.61" y1="244.4" y2="243.1" y3="234.11"/> + <line x="40.61" y="142.86"/> + <line x="56.17" y="142.86"/> + <line x="56.17" y="226.95"/> + <curve x1="56.17" x2="57.12" x3="58.3" y1="228.56" y2="228.47" y3="228.47"/> + <line x="145.64" y="228.47"/> + <line x="145.64" y="244.4"/> + <line x="52.13" y="244.4"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="281.9" name="Enterprise scalability enhancements" strokewidth="inherit" w="283.46"> + <connections/> + <foreground> + <path> + <move x="0.0" y="281.9"/> + <line x="0.0" y="0.0"/> + <line x="283.46" y="0.0"/> + <line x="283.46" y="281.9"/> + <line x="0.0" y="281.9"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="95.84" y="177.02"/> + <line x="95.84" y="167.74"/> + <line x="108.91" y="167.74"/> + <line x="108.91" y="177.02"/> + <line x="95.84" y="177.02"/> + <close/> + <move x="95.84" y="190.95"/> + <line x="95.84" y="181.67"/> + <line x="108.91" y="181.67"/> + <line x="108.91" y="190.95"/> + <line x="95.84" y="190.95"/> + <close/> + <move x="95.84" y="205.82"/> + <line x="95.84" y="196.54"/> + <line x="108.91" y="196.54"/> + <line x="108.91" y="205.82"/> + <line x="95.84" y="205.82"/> + <close/> + <move x="95.84" y="220.85"/> + <line x="95.84" y="211.57"/> + <line x="108.91" y="211.57"/> + <line x="108.91" y="220.85"/> + <line x="95.84" y="220.85"/> + <close/> + <move x="126.52" y="181.37"/> + <line x="126.52" y="171.33"/> + <curve x1="122.13" x2="117.76" x3="113.36" y1="169.95" y2="169.06" y3="168.31"/> + <line x="113.36" y="177.77"/> + <line x="126.52" y="181.37"/> + <close/> + <move x="126.52" y="194.89"/> + <line x="126.52" y="184.86"/> + <curve x1="122.13" x2="117.76" x3="113.36" y1="183.48" y2="182.59" y3="181.83"/> + <line x="113.36" y="191.3"/> + <line x="126.52" y="194.89"/> + <close/> + <move x="126.52" y="209.76"/> + <line x="126.52" y="199.72"/> + <curve x1="122.13" x2="117.76" x3="113.36" y1="198.34" y2="197.46" y3="196.7"/> + <line x="113.36" y="206.16"/> + <line x="126.52" y="209.76"/> + <close/> + <move x="126.52" y="225.11"/> + <line x="126.52" y="215.08"/> + <curve x1="122.13" x2="117.76" x3="113.36" y1="213.7" y2="212.81" y3="212.05"/> + <line x="113.36" y="221.52"/> + <line x="126.52" y="225.11"/> + <close/> + <move x="77.74" y="181.57"/> + <line x="77.74" y="171.53"/> + <curve x1="82.13" x2="86.51" x3="90.9" y1="170.15" y2="169.27" y3="168.51"/> + <line x="90.9" y="177.97"/> + <line x="77.74" y="181.57"/> + <close/> + <move x="77.74" y="195.09"/> + <line x="77.74" y="185.06"/> + <curve x1="82.13" x2="86.51" x3="90.9" y1="183.68" y2="182.79" y3="182.04"/> + <line x="90.9" y="191.5"/> + <line x="77.74" y="195.09"/> + <close/> + <move x="77.74" y="209.96"/> + <line x="77.74" y="199.92"/> + <curve x1="82.13" x2="86.51" x3="90.9" y1="198.55" y2="197.66" y3="196.9"/> + <line x="90.9" y="206.36"/> + <line x="77.74" y="209.96"/> + <close/> + <move x="77.74" y="225.31"/> + <line x="77.74" y="215.28"/> + <curve x1="82.13" x2="86.51" x3="90.9" y1="213.9" y2="213.01" y3="212.26"/> + <line x="90.9" y="221.72"/> + <line x="77.74" y="225.31"/> + <close/> + <move x="145.31" y="230.15"/> + <line x="145.31" y="224.63"/> + <line x="137.65" y="222.57"/> + <line x="137.65" y="228.47"/> + <line x="145.31" y="230.15"/> + <close/> + <move x="145.31" y="221.21"/> + <line x="145.31" y="215.69"/> + <line x="137.65" y="213.63"/> + <line x="137.65" y="219.53"/> + <line x="145.31" y="221.21"/> + <close/> + <move x="145.31" y="212.44"/> + <line x="145.31" y="206.92"/> + <line x="137.65" y="204.86"/> + <line x="137.65" y="210.75"/> + <line x="145.31" y="212.44"/> + <close/> + <move x="145.31" y="204.4"/> + <line x="145.31" y="198.88"/> + <line x="137.65" y="196.82"/> + <line x="137.65" y="202.72"/> + <line x="145.31" y="204.4"/> + <close/> + <move x="130.77" y="202.16"/> + <line x="130.77" y="196.77"/> + <line x="134.65" y="196.77"/> + <line x="134.65" y="202.16"/> + <line x="130.77" y="202.16"/> + <close/> + <move x="130.77" y="210.46"/> + <line x="130.77" y="205.07"/> + <line x="134.65" y="205.07"/> + <line x="134.65" y="210.46"/> + <line x="130.77" y="210.46"/> + <close/> + <move x="130.77" y="218.9"/> + <line x="130.77" y="213.51"/> + <line x="134.65" y="213.51"/> + <line x="134.65" y="218.9"/> + <line x="130.77" y="218.9"/> + <close/> + <move x="130.77" y="227.63"/> + <line x="130.77" y="222.24"/> + <line x="134.65" y="222.24"/> + <line x="134.65" y="227.63"/> + <line x="130.77" y="227.63"/> + <close/> + <move x="69.43" y="202.16"/> + <line x="69.43" y="196.77"/> + <line x="73.31" y="196.77"/> + <line x="73.31" y="202.16"/> + <line x="69.43" y="202.16"/> + <close/> + <move x="69.43" y="210.46"/> + <line x="69.43" y="205.07"/> + <line x="73.31" y="205.07"/> + <line x="73.31" y="210.46"/> + <line x="69.43" y="210.46"/> + <close/> + <move x="69.43" y="218.9"/> + <line x="69.43" y="213.51"/> + <line x="73.31" y="213.51"/> + <line x="73.31" y="218.9"/> + <line x="69.43" y="218.9"/> + <close/> + <move x="69.43" y="227.63"/> + <line x="69.43" y="222.24"/> + <line x="73.31" y="222.24"/> + <line x="73.31" y="227.63"/> + <line x="69.43" y="227.63"/> + <close/> + <move x="58.95" y="230.15"/> + <line x="58.95" y="224.63"/> + <line x="66.61" y="222.57"/> + <line x="66.61" y="228.47"/> + <line x="58.95" y="230.15"/> + <close/> + <move x="58.95" y="221.21"/> + <line x="58.95" y="215.69"/> + <line x="66.61" y="213.63"/> + <line x="66.61" y="219.53"/> + <line x="58.95" y="221.21"/> + <close/> + <move x="58.95" y="212.44"/> + <line x="58.95" y="206.92"/> + <line x="66.61" y="204.86"/> + <line x="66.61" y="210.75"/> + <line x="58.95" y="212.44"/> + <close/> + <move x="58.95" y="204.4"/> + <line x="58.95" y="198.88"/> + <line x="66.61" y="196.82"/> + <line x="66.61" y="202.72"/> + <line x="58.95" y="204.4"/> + <close/> + <move x="49.7" y="249.18"/> + <line x="49.7" y="144.21"/> + <line x="155.01" y="144.21"/> + <line x="155.01" y="192.0"/> + <line x="160.13" y="192.0"/> + <line x="160.13" y="201.39"/> + <line x="155.01" y="201.39"/> + <line x="155.01" y="249.17"/> + <line x="49.7" y="249.18"/> + <close/> + <move x="97.68" y="142.92"/> + <line x="97.68" y="137.0"/> + <line x="106.13" y="137.0"/> + <line x="106.13" y="142.92"/> + <line x="97.68" y="142.92"/> + <close/> + <move x="97.68" y="125.77"/> + <line x="97.68" y="114.57"/> + <line x="106.13" y="114.57"/> + <line x="106.13" y="125.77"/> + <line x="97.68" y="125.77"/> + <close/> + <move x="97.68" y="103.43"/> + <line x="97.68" y="91.87"/> + <line x="106.13" y="91.87"/> + <line x="106.13" y="103.43"/> + <line x="97.68" y="103.43"/> + <close/> + <move x="97.68" y="80.62"/> + <line x="97.68" y="69.1"/> + <line x="106.13" y="69.1"/> + <line x="106.13" y="80.62"/> + <line x="97.68" y="80.62"/> + <close/> + <move x="97.68" y="56.18"/> + <line x="97.68" y="47.9"/> + <line x="106.13" y="47.9"/> + <line x="106.13" y="56.18"/> + <line x="97.68" y="56.18"/> + <close/> + <move x="119.38" y="56.18"/> + <line x="119.38" y="47.9"/> + <line x="132.12" y="47.9"/> + <line x="132.12" y="56.18"/> + <line x="119.38" y="56.18"/> + <close/> + <move x="144.0" y="56.18"/> + <line x="144.0" y="47.9"/> + <line x="156.42" y="47.9"/> + <line x="156.42" y="56.18"/> + <line x="144.0" y="56.18"/> + <close/> + <move x="167.9" y="56.18"/> + <line x="167.9" y="47.9"/> + <line x="180.81" y="47.9"/> + <line x="180.81" y="56.18"/> + <line x="167.9" y="56.18"/> + <close/> + <move x="192.96" y="56.18"/> + <line x="192.96" y="47.9"/> + <line x="205.38" y="47.9"/> + <line x="205.38" y="56.18"/> + <line x="192.96" y="56.18"/> + <close/> + <move x="217.32" y="56.18"/> + <line x="217.32" y="47.9"/> + <line x="230.1" y="47.9"/> + <line x="230.1" y="56.18"/> + <line x="217.32" y="56.18"/> + <close/> + <move x="242.14" y="56.18"/> + <line x="242.14" y="47.9"/> + <line x="250.25" y="47.9"/> + <line x="250.25" y="56.18"/> + <line x="242.14" y="56.18"/> + <close/> + <move x="166.77" y="125.97"/> + <line x="217.14" y="75.27"/> + <line x="188.34" y="75.18"/> + <line x="188.34" y="66.45"/> + <line x="231.91" y="66.45"/> + <line x="231.91" y="110.05"/> + <line x="223.67" y="110.05"/> + <line x="223.67" y="81.53"/> + <line x="172.69" y="132.47"/> + <line x="166.77" y="125.97"/> + <close/> + <move x="242.14" y="83.44"/> + <line x="242.14" y="70.19"/> + <line x="250.25" y="70.19"/> + <line x="250.25" y="83.44"/> + <line x="242.14" y="83.44"/> + <close/> + <move x="242.14" y="107.06"/> + <line x="242.14" y="94.53"/> + <line x="250.25" y="94.53"/> + <line x="250.25" y="107.06"/> + <line x="242.14" y="107.06"/> + <close/> + <move x="242.14" y="119.19"/> + <line x="250.25" y="119.19"/> + <line x="250.25" y="131.53"/> + <line x="242.14" y="131.53"/> + <line x="242.14" y="119.19"/> + <close/> + <move x="242.14" y="143.48"/> + <line x="250.25" y="143.48"/> + <line x="250.25" y="155.87"/> + <line x="242.14" y="155.87"/> + <line x="242.14" y="143.48"/> + <close/> + <move x="242.14" y="167.84"/> + <line x="250.25" y="167.84"/> + <line x="250.25" y="180.74"/> + <line x="242.14" y="180.74"/> + <line x="242.14" y="167.84"/> + <close/> + <move x="172.09" y="201.39"/> + <line x="172.09" y="192.0"/> + <line x="183.94" y="192.0"/> + <line x="183.94" y="201.39"/> + <line x="172.09" y="201.39"/> + <close/> + <move x="194.98" y="201.39"/> + <line x="194.98" y="192.0"/> + <line x="206.87" y="192.0"/> + <line x="206.87" y="201.39"/> + <line x="194.98" y="201.39"/> + <close/> + <move x="217.26" y="201.39"/> + <line x="217.26" y="192.0"/> + <line x="229.21" y="192.0"/> + <line x="229.21" y="201.39"/> + <line x="217.26" y="201.39"/> + <close/> + <move x="242.14" y="201.39"/> + <line x="242.14" y="192.0"/> + <line x="250.25" y="192.0"/> + <line x="250.25" y="201.39"/> + <line x="242.14" y="201.39"/> + <close/> + <move x="148.32" y="237.56"/> + <line x="148.32" y="197.85"/> + <curve x1="146.56" x2="144.25" x3="142.76" y1="197.22" y2="196.88" y3="196.88"/> + <line x="142.76" y="194.58"/> + <curve x1="139.85" x2="135.11" x3="130.82" y1="191.92" y2="191.61" y3="191.61"/> + <line x="130.82" y="170.49"/> + <curve x1="129.35" x2="125.06" x3="121.94" y1="169.54" y2="168.12" y3="167.72"/> + <line x="121.94" y="161.94"/> + <curve x1="116.84" x2="109.07" x3="102.38" y1="158.41" y2="157.92" y3="157.92"/> + <curve x1="95.08" x2="88.21" x3="82.68" y1="157.92" y2="158.58" y3="161.9"/> + <line x="82.68" y="167.34"/> + <curve x1="79.29" x2="75.74" x3="73.3" y1="168.08" y2="168.71" y3="169.8"/> + <line x="73.3" y="191.66"/> + <curve x1="68.75" x2="64.58" x3="62.0" y1="191.66" y2="191.89" y3="193.62"/> + <line x="62.0" y="196.82"/> + <curve x1="59.93" x2="58.06" x3="56.43" y1="196.91" y2="197.23" y3="197.83"/> + <line x="56.43" y="237.56"/> + <line x="148.32" y="237.56"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.46" name="Explorer for Oracle" strokewidth="inherit" w="283.07"> + <connections/> + <foreground> + <path> + <move x="0.0" y="283.46"/> + <line x="0.0" y="0.0"/> + <line x="283.07" y="0.0"/> + <line x="283.07" y="283.46"/> + <line x="0.0" y="283.46"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="243.21" y="45.86"/> + <line x="243.85" y="45.86"/> + <curve x1="244.17" x2="244.27" x3="244.27" y1="45.86" y2="45.66" y3="45.39"/> + <curve x1="244.27" x2="244.1" x3="243.86" y1="45.17" y2="44.96" y3="44.96"/> + <line x="243.21" y="44.96"/> + <line x="243.21" y="45.86"/> + <close/> + <move x="242.6" y="47.76"/> + <line x="242.6" y="44.39"/> + <line x="244.06" y="44.39"/> + <curve x1="244.48" x2="244.99" x3="244.99" y1="44.39" y2="44.95" y3="45.49"/> + <curve x1="244.99" x2="244.64" x3="244.36" y1="45.92" y2="46.27" y3="46.38"/> + <line x="245.17" y="47.76"/> + <line x="244.5" y="47.76"/> + <line x="243.72" y="46.48"/> + <line x="243.21" y="46.48"/> + <line x="243.21" y="47.76"/> + <line x="242.6" y="47.76"/> + <close/> + <move x="243.9" y="48.63"/> + <curve x1="245.03" x2="245.93" x3="245.93" y1="48.63" y2="47.64" y3="46.34"/> + <curve x1="245.93" x2="245.18" x3="243.85" y1="44.71" y2="43.86" y3="43.86"/> + <curve x1="242.3" x2="241.37" x3="241.38" y1="43.86" y2="45.0" y3="46.38"/> + <curve x1="241.38" x2="242.63" x3="243.9" y1="47.55" y2="48.63" y3="48.63"/> + <line x="243.9" y="48.63"/> + <close/> + <move x="243.75" y="49.45"/> + <curve x1="242.34" x2="240.6" x3="240.6" y1="49.45" y2="48.07" y3="46.45"/> + <curve x1="240.6" x2="241.94" x3="243.81" y1="44.41" y2="43.07" y3="43.07"/> + <curve x1="245.57" x2="246.71" x3="246.71" y1="43.07" y2="44.18" y3="46.38"/> + <curve x1="246.71" x2="245.31" x3="243.75" y1="48.31" y2="49.45" y3="49.45"/> + <close/> + <move x="219.06" y="70.16"/> + <curve x1="213.78" x2="206.51" x3="206.51" y1="70.16" y2="64.25" y3="56.92"/> + <curve x1="206.51" x2="211.66" x3="220.38" y1="50.36" y2="43.15" y3="43.15"/> + <line x="238.88" y="43.15"/> + <line x="235.63" y="48.12"/> + <line x="221.45" y="48.12"/> + <curve x1="216.58" x2="214.26" x3="212.48" y1="48.12" y2="49.92" y3="54.09"/> + <line x="237.26" y="54.09"/> + <line x="234.21" y="59.21"/> + <line x="212.45" y="59.21"/> + <curve x1="213.12" x2="216.14" x3="219.65" y1="62.17" y2="65.19" y3="65.19"/> + <line x="239.3" y="65.19"/> + <line x="235.84" y="70.16"/> + <line x="219.06" y="70.16"/> + <close/> + <move x="181.83" y="70.16"/> + <curve x1="179.42" x2="178.78" x3="178.78" y1="70.16" y2="69.33" y3="66.74"/> + <line x="178.78" y="43.15"/> + <line x="184.38" y="43.15"/> + <line x="184.38" y="65.19"/> + <line x="208.3" y="65.19"/> + <line x="204.88" y="70.16"/> + <line x="181.83" y="70.16"/> + <close/> + <move x="173.48" y="70.16"/> + <line x="156.65" y="70.16"/> + <curve x1="151.12" x2="144.08" x3="144.08" y1="70.16" y2="64.54" y3="57.04"/> + <curve x1="144.08" x2="152.65" x3="157.83" y1="47.57" y2="43.15" y3="43.15"/> + <line x="176.56" y="43.15"/> + <line x="173.1" y="48.12"/> + <line x="157.97" y="48.12"/> + <curve x1="153.64" x2="149.4" x3="149.4" y1="48.12" y2="51.73" y3="56.44"/> + <curve x1="149.4" x2="154.33" x3="157.0" y1="62.26" y2="65.19" y3="65.19"/> + <line x="177.01" y="65.19"/> + <line x="173.48" y="70.16"/> + <close/> + <move x="107.9" y="70.16"/> + <line x="123.88" y="45.67"/> + <curve x1="124.73" x2="125.82" x3="127.53" y1="44.35" y2="42.93" y3="42.93"/> + <curve x1="129.19" x2="130.52" x3="131.3" y1="42.93" y2="44.2" y3="45.62"/> + <line x="147.13" y="70.16"/> + <line x="140.9" y="70.16"/> + <line x="137.83" y="65.5"/> + <line x="124.24" y="65.5"/> + <line x="120.88" y="60.36"/> + <line x="134.44" y="60.36"/> + <line x="127.65" y="49.18"/> + <line x="114.52" y="70.16"/> + <line x="107.9" y="70.16"/> + <close/> + <move x="76.6" y="70.16"/> + <line x="76.6" y="43.15"/> + <line x="98.41" y="43.15"/> + <curve x1="104.38" x2="108.02" x3="108.02" y1="43.15" y2="47.4" y3="52.63"/> + <curve x1="108.02" x2="102.31" x3="99.83" y1="58.71" y2="61.49" y3="61.49"/> + <line x="96.81" y="61.48"/> + <line x="107.02" y="70.16"/> + <line x="99.33" y="70.16"/> + <line x="84.0" y="56.58"/> + <line x="98.33" y="56.58"/> + <curve x1="101.16" x2="102.75" x3="102.75" y1="56.58" y2="54.48" y3="52.46"/> + <curve x1="102.75" x2="100.94" x3="97.91" y1="50.24" y2="48.12" y3="48.12"/> + <line x="81.89" y="48.12"/> + <line x="81.89" y="70.16"/> + <line x="76.6" y="70.16"/> + <close/> + <move x="60.48" y="65.19"/> + <curve x1="64.76" x2="68.67" x3="68.67" y1="65.19" y2="62.08" y3="57.13"/> + <curve x1="68.67" x2="63.62" x3="60.05" y1="50.84" y2="48.12" y3="48.12"/> + <line x="44.66" y="48.12"/> + <curve x1="40.4" x2="36.47" x3="36.47" y1="48.12" y2="53.04" y3="56.66"/> + <curve x1="36.47" x2="40.49" x3="44.43" y1="61.08" y2="65.19" y3="65.19"/> + <line x="60.48" y="65.19"/> + <close/> + <move x="43.15" y="70.16"/> + <curve x1="38.89" x2="31.41" x3="31.41" y1="70.16" y2="65.28" y3="55.85"/> + <curve x1="31.41" x2="37.88" x3="43.34" y1="49.95" y2="43.15" y3="43.15"/> + <line x="60.1" y="43.15"/> + <curve x1="68.92" x2="73.74" x3="73.74" y1="43.15" y2="51.06" y3="56.94"/> + <curve x1="73.74" x2="68.78" x3="60.34" y1="63.4" y2="70.16" y3="70.16"/> + <line x="43.15" y="70.16"/> + <close/> + <move x="123.65" y="107.04"/> + <curve x1="109.8" x2="97.28" x3="85.32" y1="107.45" y2="107.15" y3="106.55"/> + <curve x1="80.99" x2="58.56" x3="48.63" y1="106.38" y2="104.58" y3="99.73"/> + <curve x1="45.93" x2="44.51" x3="44.51" y1="98.58" y2="97.2" y3="95.14"/> + <curve x1="44.51" x2="48.77" x3="52.68" y1="93.04" y2="90.54" y3="89.45"/> + <curve x1="67.13" x2="92.69" x3="109.14" y1="84.46" y2="83.15" y3="83.15"/> + <curve x1="124.5" x2="149.58" x3="162.33" y1="83.15" y2="84.88" y3="89.41"/> + <curve x1="166.37" x2="170.8" x3="170.8" y1="90.63" y2="92.39" y3="95.66"/> + <curve x1="170.8" x2="168.84" x3="164.61" y1="97.43" y2="99.14" y3="100.7"/> + <curve x1="152.65" x2="138.65" x3="123.65" y1="98.58" y2="100.06" y3="107.04"/> + <line x="123.65" y="107.04"/> + <close/> + <move x="88.92" y="146.09"/> + <curve x1="77.37" x2="64.36" x3="56.64" y1="145.36" y2="143.96" y3="141.79"/> + <curve x1="51.2" x2="44.28" x3="44.28" y1="140.29" y2="138.69" y3="133.55"/> + <line x="44.24" y="101.4"/> + <curve x1="45.2" x2="53.09" x3="62.76" y1="105.46" y2="107.62" y3="109.84"/> + <curve x1="74.62" x2="102.38" x3="113.41" y1="112.6" y2="113.82" y3="113.31"/> + <curve x1="100.9" x2="93.13" x3="88.92" y1="123.04" y2="133.48" y3="146.09"/> + <line x="88.92" y="146.09"/> + <close/> + <move x="87.03" y="185.02"/> + <curve x1="77.84" x2="59.43" x3="52.25" y1="184.59" y2="182.61" y3="179.46"/> + <curve x1="49.1" x2="44.4" x3="44.4" y1="178.32" y2="176.79" y3="172.71"/> + <line x="44.31" y="140.54"/> + <curve x1="45.11" x2="51.8" x3="58.44" y1="143.93" y2="146.07" y3="147.78"/> + <curve x1="65.7" x2="77.66" x3="87.27" y1="149.58" y2="150.89" y3="151.39"/> + <curve x1="84.95" x2="83.73" x3="87.03" y1="160.41" y2="172.09" y3="185.02"/> + <line x="87.03" y="185.02"/> + <close/> + <move x="112.86" y="224.69"/> + <curve x1="97.49" x2="82.2" x3="65.97" y1="224.39" y2="224.34" y3="221.44"/> + <curve x1="56.35" x2="44.44" x3="44.44" y1="219.76" y2="217.28" y3="212.48"/> + <line x="44.33" y="179.45"/> + <curve x1="45.18" x2="53.46" x3="59.9" y1="183.19" y2="185.81" y3="187.3"/> + <curve x1="66.14" x2="82.33" x3="88.45" y1="188.9" y2="190.3" y3="190.51"/> + <curve x1="94.33" x2="104.48" x3="112.86" y1="207.35" y2="218.23" y3="224.69"/> + <line x="112.86" y="224.69"/> + <close/> + <move x="145.65" y="201.76"/> + <line x="124.73" y="137.73"/> + <line x="141.04" y="137.73"/> + <line x="154.57" y="185.78"/> + <line x="168.43" y="137.73"/> + <line x="183.76" y="137.73"/> + <line x="162.54" y="201.76"/> + <line x="145.65" y="201.76"/> + <close/> + <move x="154.8" y="220.12"/> + <curve x1="179.89" x2="205.11" x3="205.11" y1="220.12" y2="199.4" y3="169.93"/> + <curve x1="205.11" x2="182.44" x3="153.89" y1="139.81" y2="117.86" y3="117.86"/> + <curve x1="127.86" x2="102.74" x3="102.74" y1="117.86" y2="138.91" y3="169.99"/> + <curve x1="102.74" x2="125.29" x3="154.8" y1="196.67" y2="220.28" y3="220.12"/> + <close/> + <move x="153.3" y="233.59"/> + <curve x1="127.41" x2="89.57" x3="89.57" y1="233.59" y2="213.36" y3="166.69"/> + <curve x1="89.57" x2="120.16" x3="153.48" y1="132.62" y2="104.48" y3="104.48"/> + <curve x1="190.85" x2="218.59" x3="218.59" y1="104.48" y2="134.11" y3="170.24"/> + <curve x1="218.58" x2="192.87" x3="153.3" y1="201.08" y2="233.59" y3="233.59"/> + <close/> + <move x="235.35" y="226.84"/> + <line x="211.99" y="250.62"/> + <line x="196.82" y="235.52"/> + <curve x1="193.48" x2="194.24" x3="197.13" y1="231.58" y2="226.9" y3="224.4"/> + <line x="209.4" y="212.44"/> + <curve x1="211.88" x2="217.2" x3="220.7" y1="209.71" y2="208.25" y3="212.1"/> + <line x="235.35" y="226.84"/> + <close/> + <move x="240.94" y="231.85"/> + <curve x1="243.55" x2="244.59" x3="241.16" y1="234.45" y2="239.74" y3="243.17"/> + <line x="228.81" y="255.15"/> + <curve x1="225.79" x2="220.5" x3="216.83" y1="258.41" y2="258.97" y3="255.34"/> + <line x="240.94" y="231.85"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="99.65" name="Explorer for Storage Snapshots" strokewidth="inherit" w="98.81"> + <connections/> + <foreground> + <path> + <move x="0.0" y="99.65"/> + <line x="0.0" y="0.0"/> + <line x="98.81" y="0.0"/> + <line x="98.81" y="99.65"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="52.38" y="67.19"/> + <line x="45.4" y="44.98"/> + <line x="50.81" y="44.98"/> + <line x="55.51" y="61.78"/> + <line x="60.15" y="44.98"/> + <line x="65.44" y="44.98"/> + <line x="58.18" y="67.18"/> + <close/> + <move x="55.55" y="74.07"/> + <curve x1="63.79" x2="74.18" x3="74.18" y1="74.07" y2="66.49" y3="54.51"/> + <curve x1="74.18" x2="66.2" x3="56.25" y1="43.78" y2="35.22" y3="35.22"/> + <curve x1="47.97" x2="36.47" x3="36.94" y1="35.22" y2="41.04" y3="56.17"/> + <curve x1="36.94" x2="45.0" x3="55.55" y1="65.64" y2="74.07" y3="74.07"/> + <close/> + <move x="46.07" y="31.21"/> + <curve x1="51.76" x2="59.52" x3="65.54" y1="28.58" y2="28.47" y3="31.19"/> + <line x="67.51" y="31.18"/> + <line x="67.51" y="18.53"/> + <line x="10.74" y="18.53"/> + <line x="10.74" y="31.21"/> + <close/> + <move x="34.7" y="40.54"/> + <curve x1="36.41" x2="38.51" x3="40.5" y1="38.5" y2="36.45" y3="34.69"/> + <line x="13.75" y="34.69"/> + <line x="13.75" y="40.54"/> + <close/> + <move x="30.22" y="56.41"/> + <curve x1="30.21" x2="31.37" x3="32.5" y1="50.54" y2="47.07" y3="44.59"/> + <line x="10.74" y="44.59"/> + <line x="10.74" y="56.41"/> + <close/> + <move x="32.35" y="65.84"/> + <curve x1="31.46" x2="30.85" x3="30.64" y1="63.71" y2="61.39" y3="59.04"/> + <line x="13.75" y="59.04"/> + <line x="13.75" y="65.84"/> + <close/> + <move x="67.51" y="81.0"/> + <line x="67.51" y="77.09"/> + <curve x1="65.17" x2="60.41" x3="56.32" y1="78.82" y2="80.3" y3="80.3"/> + <curve x1="46.32" x2="39.65" x3="35.22" y1="80.3" y2="75.6" y3="69.71"/> + <line x="10.74" y="69.71"/> + <line x="10.74" y="81.0"/> + <close/> + <move x="85.78" y="76.19"/> + <line x="76.97" y="84.95"/> + <line x="71.19" y="78.92"/> + <line x="71.19" y="84.54"/> + <line x="7.32" y="84.54"/> + <line x="7.32" y="65.84"/> + <line x="10.34" y="65.84"/> + <line x="10.34" y="59.04"/> + <line x="7.32" y="59.04"/> + <line x="7.32" y="40.54"/> + <line x="10.34" y="40.54"/> + <line x="10.34" y="34.69"/> + <line x="7.32" y="34.69"/> + <line x="7.32" y="14.68"/> + <line x="71.19" y="14.68"/> + <line x="71.19" y="34.61"/> + <line x="68.85" y="34.61"/> + <curve x1="76.81" x2="79.51" x3="79.51" y1="40.09" y2="48.28" y3="54.3"/> + <curve x1="79.51" x2="75.61" x3="71.19" y1="63.11" y2="68.97" y3="72.71"/> + <line x="71.19" y="75.8"/> + <line x="75.61" y="71.2"/> + <curve x1="76.99" x2="78.73" x3="80.41" y1="69.79" y2="69.37" y3="70.97"/> + <close/> + <move x="87.57" y="78.13"/> + <curve x1="88.24" x2="88.8" x3="87.63" y1="78.83" y2="80.9" y3="81.99"/> + <line x="82.75" y="86.94"/> + <curve x1="81.87" x2="79.56" x3="78.42" y1="88.02" y2="88.17" y3="86.92"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="99.76" name="Failed" strokewidth="inherit" w="99.93"> + <connections/> + <foreground> + <path> + <move x="50.11" y="99.76"/> + <curve x1="21.2" x2="0.0" x3="0.0" y1="99.76" y2="76.88" y3="49.78"/> + <curve x1="0.0" x2="21.22" x3="50.38" y1="23.35" y2="0.0" y3="0.0"/> + <curve x1="77.86" x2="99.93" x3="99.93" y1="0.0" y2="22.26" y3="50.38"/> + <curve x1="99.93" x2="79.59" x3="50.11" y1="76.1" y2="99.76" y3="99.76"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="67.52" y="80.62"/> + <line x="49.91" y="63.24"/> + <line x="32.35" y="80.64"/> + <line x="23.74" y="72.04"/> + <curve x1="20.86" x2="21.81" x3="24.8" y1="68.66" y2="64.14" y3="61.6"/> + <line x="36.49" y="50.1"/> + <line x="23.97" y="37.56"/> + <curve x1="20.65" x2="21.78" x3="24.03" y1="33.99" y2="29.74" y3="27.7"/> + <line x="32.4" y="19.1"/> + <line x="49.91" y="36.88"/> + <line x="67.69" y="19.11"/> + <line x="76.24" y="27.8"/> + <curve x1="79.03" x2="78.53" x3="76.17" y1="30.85" y2="35.06" y3="37.45"/> + <line x="63.38" y="50.11"/> + <line x="75.47" y="62.04"/> + <curve x1="78.34" x2="78.82" x3="75.87" y1="64.78" y2="69.06" y3="72.23"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.02" name="Failover plan" strokewidth="inherit" w="199.18"> + <connections/> + <foreground> + <path> + <move x="44.03" y="71.22"/> + <curve x1="40.71" x2="36.58" x3="36.58" y1="71.22" y2="67.98" y3="62.94"/> + <line x="36.58" y="28.38"/> + <curve x1="36.58" x2="40.76" x3="45.12" y1="23.74" y2="20.78" y3="20.78"/> + <line x="61.42" y="20.78"/> + <curve x1="62.35" x2="73.91" x3="85.08" y1="7.76" y2="0.0" y3="0.0"/> + <line x="116.19" y="0.0"/> + <curve x1="129.73" x2="138.3" x3="139.15" y1="0.0" y2="10.89" y3="20.78"/> + <line x="156.04" y="20.78"/> + <curve x1="160.35" x2="163.81" x3="163.81" y1="20.78" y2="24.14" y3="28.68"/> + <line x="163.81" y="63.12"/> + <curve x1="163.81" x2="160.59" x3="154.94" y1="67.37" y2="71.23" y3="71.22"/> + <line x="44.03" y="71.22"/> + <close/> + <move x="23.32" y="283.02"/> + <curve x1="14.18" x2="0.0" x3="0.0" y1="283.02" y2="274.38" y3="257.27"/> + <line x="0.0" y="43.36"/> + <line x="28.08" y="43.36"/> + <line x="28.08" y="63.54"/> + <curve x1="28.08" x2="36.16" x3="40.79" y1="72.1" y2="76.8" y3="76.8"/> + <line x="158.35" y="76.8"/> + <curve x1="165.98" x2="171.81" x3="171.81" y1="76.8" y2="71.06" y3="62.87"/> + <line x="171.81" y="43.36"/> + <line x="199.17" y="43.36"/> + <line x="199.17" y="260.25"/> + <curve x1="199.17" x2="186.44" x3="176.32" y1="273.54" y2="283.02" y3="283.02"/> + <line x="23.32" y="283.02"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="531.6" name="File" strokewidth="inherit" w="387.75"> + <connections/> + <foreground> + <path> + <move x="47.29" y="531.6"/> + <curve x1="25.93" x2="0.0" x3="0.0" y1="531.6" y2="512.25" y3="482.82"/> + <line x="0.0" y="0.0"/> + <line x="290.48" y="0.0"/> + <line x="387.75" y="98.08"/> + <line x="387.75" y="531.6"/> + <line x="47.29" y="531.6"/> + <close/> + <move x="288.96" y="98.15"/> + <line x="361.11" y="98.15"/> + <line x="288.96" y="24.48"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="282.71" name="FLR Helper Appliance" strokewidth="inherit" w="281.09"> + <connections/> + <foreground> + <save/> + <strokecolor color="none"/> + <fillcolor color="#f6921e"/> + <path> + <move x="163.4" y="282.71"/> + <line x="163.4" y="164.24"/> + <line x="281.09" y="164.24"/> + <line x="281.09" y="282.71"/> + <line x="163.4" y="282.71"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="217.05" y="194.67"/> + <curve x1="217.18" x2="216.48" x3="214.55" y1="192.44" y2="190.83" y3="189.26"/> + <curve x1="212.84" x2="211.26" x3="210.15" y1="187.92" y2="187.75" y3="188.6"/> + <curve x1="209.03" x2="208.76" x3="209.55" y1="189.41" y2="191.26" y3="193.0"/> + <curve x1="210.31" x2="211.44" x3="212.96" y1="194.35" y2="195.47" y3="196.55"/> + <curve x1="214.16" x2="215.36" x3="217.05" y1="195.65" y2="194.77" y3="194.67"/> + <close/> + <move x="200.51" y="241.93"/> + <curve x1="198.1" x2="195.46" x3="190.95" y1="238.65" y2="237.36" y3="238.94"/> + <curve x1="191.91" x2="194.99" x3="198.38" y1="232.71" y2="226.31" y3="220.7"/> + <curve x1="201.63" x2="204.87" x3="208.11" y1="215.48" y2="210.68" y3="205.98"/> + <curve x1="208.48" x2="208.27" x3="207.6" y1="205.13" y2="204.02" y3="202.5"/> + <curve x1="206.96" x2="206.87" x3="206.95" y1="200.49" y2="193.41" y3="188.93"/> + <curve x1="206.76" x2="207.66" x3="210.81" y1="182.8" y2="179.48" y3="175.95"/> + <curve x1="213.84" x2="219.23" x3="223.32" y1="172.51" y2="171.55" y3="172.11"/> + <curve x1="229.24" x2="231.46" x3="234.42" y1="172.76" y2="174.64" y3="177.82"/> + <curve x1="237.52" x2="239.26" x3="238.23" y1="181.36" y2="185.06" y3="190.18"/> + <curve x1="237.66" x2="239.48" x3="241.59" y1="195.56" y2="201.85" y3="206.59"/> + <curve x1="243.84" x2="248.87" x3="252.26" y1="211.62" y2="216.59" y3="222.8"/> + <curve x1="254.45" x2="255.82" x3="256.63" y1="226.18" y2="230.19" y3="232.12"/> + <curve x1="257.63" x2="258.18" x3="257.99" y1="233.76" y2="235.62" y3="237.24"/> + <curve x1="257.68" x2="256.34" x3="253.84" y1="239.16" y2="240.22" y3="240.6"/> + <curve x1="252.89" x2="251.95" x3="249.42" y1="242.1" y2="243.89" y3="245.6"/> + <curve x1="248.39" x2="245.91" x3="244.4" y1="246.3" y2="246.25" y3="244.56"/> + <curve x1="244.39" x2="244.6" x3="244.13" y1="243.2" y2="241.69" y3="240.61"/> + <curve x1="243.78" x2="243.51" x3="242.68" y1="239.68" y2="239.48" y3="239.54"/> + <curve x1="242.64" x2="242.48" x3="241.55" y1="235.81" y2="232.15" y3="228.87"/> + <curve x1="240.47" x2="237.16" x3="235.69" y1="223.78" y2="219.84" y3="216.91"/> + <curve x1="234.64" x2="233.79" x3="232.28" y1="214.62" y2="209.24" y3="206.4"/> + <curve x1="231.46" x2="231.56" x3="232.47" y1="204.83" y2="203.65" y3="202.42"/> + <curve x1="233.27" x2="233.38" x3="232.66" y1="201.49" y2="200.53" y3="199.22"/> + <curve x1="231.88" x2="231.06" x3="230.31" y1="197.91" y2="196.82" y3="196.61"/> + <curve x1="229.12" x2="229.22" x3="230.01" y1="196.19" y2="195.55" y3="194.75"/> + <curve x1="230.76" x2="231.05" x3="230.57" y1="193.83" y2="191.19" y3="189.92"/> + <curve x1="230.15" x2="228.96" x3="227.55" y1="188.6" y2="186.91" y3="186.51"/> + <curve x1="225.4" x2="223.51" x3="222.41" y1="185.81" y2="186.25" y3="187.65"/> + <curve x1="221.24" x2="220.61" x3="220.97" y1="189.05" y2="191.46" y3="194.52"/> + <curve x1="223.84" x2="226.24" x3="227.55" y1="194.84" y2="195.32" y3="196.17"/> + <curve x1="230.23" x2="231.46" x3="231.11" y1="197.87" y2="199.09" y3="201.75"/> + <curve x1="230.8" x2="226.73" x3="221.98" y1="203.93" y2="206.76" y3="207.98"/> + <curve x1="218.94" x2="215.2" x3="212.78" y1="208.82" y2="207.68" y3="205.55"/> + <curve x1="211.54" x2="209.46" x3="209.79" y1="204.59" y2="202.58" y3="200.59"/> + <curve x1="209.35" x2="208.92" x3="209.17" y1="202.0" y2="202.85" y3="204.19"/> + <curve x1="209.42" x2="210.97" x3="210.75" y1="205.28" y2="206.41" y3="208.43"/> + <curve x1="210.71" x2="209.15" x3="207.09" y1="209.57" y2="212.41" y3="215.02"/> + <curve x1="206.71" x2="205.46" x3="207.04" y1="215.54" y2="216.67" y3="217.77"/> + <curve x1="208.24" x2="209.7" x3="209.25" y1="218.68" y2="219.32" y3="220.32"/> + <curve x1="209.0" x2="207.71" x3="205.92" y1="220.73" y2="220.24" y3="224.11"/> + <curve x1="203.12" x2="201.56" x3="200.51" y1="230.27" y2="236.08" y3="241.93"/> + <line x="200.51" y="241.93"/> + <close/> + <move x="236.55" y="246.19"/> + <curve x1="236.94" x2="237.03" x3="239.91" y1="243.64" y2="242.41" y3="242.29"/> + <curve x1="242.24" x2="242.31" x3="242.37" y1="242.15" y2="244.04" y3="246.1"/> + <curve x1="242.44" x2="243.36" x3="247.01" y1="247.32" y2="251.02" y3="250.56"/> + <curve x1="249.93" x2="251.19" x3="253.97" y1="250.19" y2="248.94" y3="245.72"/> + <curve x1="255.46" x2="257.53" x3="258.35" y1="243.9" y2="244.77" y3="245.82"/> + <curve x1="258.99" x2="260.24" x3="260.27" y1="246.52" y2="248.63" y3="249.63"/> + <curve x1="260.38" x2="262.09" x3="263.34" y1="251.8" y2="252.18" y3="252.64"/> + <curve x1="265.25" x2="266.36" x3="265.38" y1="253.52" y2="254.93" y3="257.94"/> + <curve x1="264.9" x2="264.17" x3="261.64" y1="259.49" y2="261.25" y3="263.03"/> + <curve x1="258.14" x2="255.54" x3="253.52" y1="265.62" y2="266.32" y3="268.38"/> + <curve x1="250.93" x2="248.26" x3="245.29" y1="271.01" y2="273.31" y3="274.31"/> + <curve x1="241.4" x2="237.44" x3="235.98" y1="275.52" y2="274.67" y3="272.6"/> + <curve x1="234.85" x2="233.81" x3="235.41" y1="270.86" y2="267.59" y3="262.65"/> + <curve x1="235.99" x2="236.14" x3="236.07" y1="260.42" y2="256.58" y3="253.28"/> + <curve x1="236.0" x2="236.32" x3="236.55" y1="252.08" y2="248.48" y3="246.19"/> + <line x="236.55" y="246.19"/> + <close/> + <move x="216.14" y="270.3"/> + <curve x1="216.32" x2="216.16" x3="215.72" y1="268.44" y2="266.42" y3="264.29"/> + <curve x1="222.03" x2="226.27" x3="233.0" y1="265.58" y2="264.38" y3="258.78"/> + <curve x1="232.17" x2="231.63" x3="231.75" y1="262.81" y2="266.56" y3="271.19"/> + <curve x1="227.02" x2="222.46" x3="216.14" y1="269.48" y2="269.25" y3="270.3"/> + <line x="216.14" y="270.3"/> + <close/> + <move x="184.12" y="268.94"/> + <curve x1="180.22" x2="177.48" x3="179.75" y1="268.46" y2="266.59" y3="262.06"/> + <curve x1="182.65" x2="175.07" x3="180.6" y1="255.54" y2="253.3" y3="250.55"/> + <curve x1="182.35" x2="184.92" x3="188.42" y1="249.73" y2="249.48" y3="247.28"/> + <curve x1="189.81" x2="190.07" x3="190.33" y1="246.65" y2="245.69" y3="243.78"/> + <curve x1="190.54" x2="191.92" x3="196.18" y1="242.23" y2="241.27" y3="242.65"/> + <curve x1="198.27" x2="202.06" x3="202.55" y1="243.2" y2="248.05" y3="249.77"/> + <curve x1="203.75" x2="207.3" x3="211.6" y1="253.37" y2="258.84" y3="263.37"/> + <curve x1="213.49" x2="214.12" x3="210.83" y1="265.85" y2="269.92" y3="272.51"/> + <curve x1="207.52" x2="202.74" x3="199.24" y1="275.09" y2="274.91" y3="272.87"/> + <curve x1="195.45" x2="189.4" x3="184.12" y1="270.7" y2="269.39" y3="268.94"/> + <line x="184.12" y="268.94"/> + <close/> + </path> + <fill/> + <restore/> + <rect/> + <stroke/> + <strokecolor color="none"/> + <path> + <move x="156.84" y="258.47"/> + <line x="0.0" y="258.47"/> + <line x="0.0" y="0.0"/> + <line x="258.8" y="0.0"/> + <line x="258.8" y="158.3"/> + <line x="156.84" y="158.3"/> + <line x="156.84" y="258.47"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="172.12" y="79.76"/> + <line x="192.84" y="79.76"/> + <line x="172.12" y="58.16"/> + <line x="172.12" y="79.76"/> + <close/> + <move x="156.84" y="208.59"/> + <line x="99.93" y="208.59"/> + <curve x1="92.09" x2="83.55" x3="84.22" y1="208.59" y2="203.34" y3="190.03"/> + <line x="59.19" y="190.03"/> + <line x="59.19" y="127.58"/> + <line x="31.79" y="127.58"/> + <line x="84.2" y="59.94"/> + <line x="84.2" y="49.64"/> + <line x="171.2" y="49.64"/> + <line x="200.67" y="79.07"/> + <line x="200.67" y="158.3"/> + <line x="156.84" y="158.3"/> + <line x="156.84" y="208.59"/> + <close/> + </path> + <fill/> + <fillcolor color="#929497"/> + <path> + <move x="65.56" y="182.62"/> + <line x="65.56" y="120.19"/> + <line x="45.69" y="120.19"/> + <line x="88.45" y="65.49"/> + <line x="131.14" y="120.19"/> + <line x="112.91" y="120.19"/> + <line x="112.91" y="182.62"/> + <line x="65.56" y="182.62"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="282.29" name="Full MS Integration" strokewidth="inherit" w="283.46"> + <connections/> + <foreground> + <path> + <move x="0.0" y="282.29"/> + <line x="0.0" y="0.0"/> + <line x="283.46" y="0.0"/> + <line x="283.46" y="282.29"/> + <line x="0.0" y="282.29"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="193.07" y="97.86"/> + <line x="235.55" y="97.86"/> + <line x="235.55" y="135.16"/> + <line x="193.07" y="126.41"/> + <line x="193.07" y="97.86"/> + <close/> + <move x="193.07" y="90.84"/> + <line x="193.07" y="61.02"/> + <line x="235.55" y="52.26"/> + <line x="235.55" y="90.84"/> + <line x="193.07" y="90.84"/> + <close/> + <move x="159.7" y="90.84"/> + <line x="159.7" y="67.2"/> + <line x="186.53" y="61.75"/> + <line x="186.53" y="90.84"/> + <line x="159.7" y="90.84"/> + <close/> + <move x="159.7" y="120.33"/> + <line x="159.7" y="97.86"/> + <line x="186.53" y="97.86"/> + <line x="186.53" y="125.72"/> + <line x="159.7" y="120.33"/> + <close/> + <move x="159.71" y="186.07"/> + <line x="159.71" y="177.3"/> + <line x="241.0" y="177.3"/> + <line x="241.0" y="186.07"/> + <line x="159.71" y="186.07"/> + <close/> + <move x="159.71" y="223.8"/> + <line x="159.71" y="215.36"/> + <line x="241.0" y="215.36"/> + <line x="241.0" y="223.8"/> + <line x="159.71" y="223.8"/> + <close/> + <move x="151.01" y="174.82"/> + <line x="151.01" y="149.88"/> + <line x="250.08" y="149.88"/> + <line x="250.08" y="174.82"/> + <line x="151.01" y="174.82"/> + <close/> + <move x="151.01" y="212.38"/> + <line x="151.01" y="188.76"/> + <line x="250.08" y="188.76"/> + <line x="250.08" y="212.38"/> + <line x="151.01" y="212.38"/> + <close/> + <move x="151.01" y="250.07"/> + <line x="151.01" y="226.31"/> + <line x="250.08" y="226.31"/> + <line x="250.08" y="250.07"/> + <line x="151.01" y="250.07"/> + <close/> + <move x="56.1" y="166.66"/> + <curve x1="56.4" x2="60.71" x3="67.33" y1="150.79" y2="130.48" y3="117.61"/> + <curve x1="74.55" x2="85.24" x3="95.46" y1="101.79" y2="88.78" y3="79.47"/> + <curve x1="98.38" x2="100.95" x3="102.81" y1="76.96" y2="77.82" y3="79.87"/> + <line x="112.8" y="89.6"/> + <line x="112.8" y="41.24"/> + <line x="64.14" y="41.24"/> + <line x="74.02" y="51.3"/> + <curve x1="76.51" x2="77.75" x3="74.65" y1="53.52" y2="56.32" y3="59.1"/> + <curve x1="63.06" x2="51.71" x3="46.8" y1="70.68" y2="84.05" y3="97.66"/> + <curve x1="39.15" x2="44.89" x3="56.1" y1="119.37" y2="143.01" y3="166.66"/> + <line x="56.1" y="166.66"/> + <close/> + <move x="73.43" y="164.19"/> + <line x="128.96" y="164.19"/> + <line x="128.96" y="130.74"/> + <line x="73.43" y="130.74"/> + <line x="73.43" y="164.19"/> + <close/> + <move x="73.43" y="210.84"/> + <line x="128.96" y="210.84"/> + <line x="128.96" y="202.41"/> + <line x="73.43" y="202.41"/> + <line x="73.43" y="210.84"/> + <close/> + <move x="73.43" y="230.85"/> + <line x="128.96" y="230.85"/> + <line x="128.96" y="222.27"/> + <line x="73.43" y="222.27"/> + <line x="73.43" y="230.85"/> + <close/> + <move x="65.49" y="248.88"/> + <curve x1="61.52" x2="58.94" x3="58.94" y1="248.88" y2="247.21" y3="242.37"/> + <line x="58.94" y="190.58"/> + <curve x1="57.95" x2="57.68" x3="57.04" y1="190.58" y2="190.24" y3="188.97"/> + <curve x1="43.62" x2="33.44" x3="33.44" y1="163.71" y2="138.54" y3="118.31"/> + <curve x1="33.44" x2="41.74" x3="65.27" y1="97.02" y2="78.76" y3="54.74"/> + <line x="50.41" y="39.88"/> + <curve x1="47.54" x2="48.91" x3="53.73" y1="36.64" y2="32.32" y3="32.32"/> + <line x="116.42" y="32.32"/> + <curve x1="120.76" x2="121.09" x3="121.09" y1="32.32" y2="35.1" y3="38.06"/> + <line x="121.09" y="98.73"/> + <curve x1="121.09" x2="116.91" x3="113.69" y1="102.45" y2="104.9" y3="102.23"/> + <line x="98.54" y="87.2"/> + <curve x1="88.75" x2="81.34" x3="75.59" y1="96.2" y2="105.88" y3="116.0"/> + <line x="136.61" y="116.0"/> + <curve x1="140.2" x2="142.91" x3="142.91" y1="116.0" y2="118.56" y3="122.06"/> + <line x="142.91" y="242.0"/> + <curve x1="142.91" x2="140.11" x3="135.4" y1="247.26" y2="248.89" y3="248.89"/> + <line x="65.49" y="248.88"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="266.76" name="Gateway server" strokewidth="inherit" w="282.92"> + <connections/> + <foreground> + <path> + <move x="25.03" y="266.76"/> + <curve x1="14.88" x2="0.0" x3="0.0" y1="266.76" y2="256.52" y3="240.19"/> + <line x="0.0" y="192.17"/> + <line x="255.18" y="192.17"/> + <curve x1="271.87" x2="282.92" x3="282.92" y1="192.17" y2="205.94" y3="218.39"/> + <line x="282.92" y="266.76"/> + <line x="25.03" y="266.76"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="239.62" y="236.26"/> + <line x="239.62" y="222.25"/> + <line x="261.03" y="222.25"/> + <line x="261.03" y="236.26"/> + <line x="239.62" y="236.26"/> + <close/> + <move x="160.0" y="243.77"/> + <line x="160.0" y="215.53"/> + <line x="231.73" y="215.53"/> + <line x="231.73" y="243.77"/> + <line x="160.0" y="243.77"/> + <close/> + <move x="136.83" y="240.32"/> + <curve x1="131.45" x2="125.95" x3="125.95" y1="240.32" y2="235.94" y3="229.52"/> + <curve x1="125.95" x2="130.86" x3="136.63" y1="223.49" y2="218.67" y3="218.67"/> + <curve x1="142.55" x2="147.52" x3="147.52" y1="218.67" y2="222.96" y3="229.66"/> + <curve x1="147.52" x2="142.07" x3="136.83" y1="236.11" y2="240.32" y3="240.32"/> + <line x="136.83" y="240.32"/> + <close/> + <move x="44.18" y="243.77"/> + <line x="44.18" y="215.53"/> + <line x="115.81" y="215.53"/> + <line x="115.81" y="243.77"/> + <line x="44.18" y="243.77"/> + <close/> + <move x="28.09" y="236.26"/> + <curve x1="23.92" x2="21.23" x3="21.23" y1="236.26" y2="233.49" y3="229.45"/> + <curve x1="21.23" x2="23.83" x3="28.0" y1="225.82" y2="222.69" y3="222.69"/> + <curve x1="31.31" x2="34.57" x3="34.57" y1="222.69" y2="225.1" y3="229.74"/> + <curve x1="34.57" x2="31.38" x3="28.09" y1="233.81" y2="236.26" y3="236.26"/> + <close/> + </path> + <fill/> + <fillcolor color="#f19024"/> + <path> + <move x="219.96" y="169.06"/> + <line x="50.94" y="169.06"/> + <line x="50.94" y="0.0"/> + <line x="219.96" y="0.0"/> + <line x="219.96" y="169.06"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="175.99" y="105.29"/> + <line x="185.57" y="105.29"/> + <line x="185.57" y="49.42"/> + <curve x1="184.2" x2="182.0" x3="175.99" y1="53.36" y2="57.86" y3="65.02"/> + <line x="175.99" y="105.29"/> + <close/> + <move x="158.46" y="105.29"/> + <line x="166.81" y="105.29"/> + <line x="166.81" y="73.61"/> + <curve x1="164.39" x2="161.7" x3="158.46" y1="75.21" y2="77.0" y3="78.31"/> + <line x="158.46" y="105.29"/> + <close/> + <move x="141.97" y="105.29"/> + <line x="150.39" y="105.29"/> + <line x="150.39" y="81.57"/> + <curve x1="148.61" x2="144.57" x3="141.97" y1="82.18" y2="82.91" y3="83.06"/> + <line x="141.97" y="105.29"/> + <close/> + <move x="124.32" y="105.29"/> + <line x="132.48" y="105.29"/> + <line x="132.48" y="83.12"/> + <curve x1="129.0" x2="126.48" x3="124.32" y1="82.72" y2="82.13" y3="81.48"/> + <line x="124.32" y="105.29"/> + <close/> + <move x="106.44" y="105.29"/> + <line x="114.82" y="105.29"/> + <line x="114.82" y="78.64"/> + <curve x1="111.84" x2="107.95" x3="106.44" y1="77.53" y2="75.16" y3="73.74"/> + <line x="106.44" y="105.29"/> + <close/> + <move x="86.48" y="105.29"/> + <line x="96.44" y="105.29"/> + <line x="96.44" y="65.66"/> + <curve x1="92.11" x2="88.86" x3="86.48" y1="61.04" y2="55.84" y3="50.15"/> + <line x="86.48" y="105.29"/> + <close/> + <move x="69.45" y="139.9"/> + <line x="69.45" y="115.3"/> + <line x="50.94" y="115.3"/> + <line x="50.94" y="105.29"/> + <line x="69.45" y="105.29"/> + <line x="69.45" y="29.64"/> + <line x="91.9" y="29.64"/> + <curve x1="91.9" x2="113.93" x3="136.66" y1="57.42" y2="74.21" y3="74.21"/> + <curve x1="159.81" x2="180.28" x3="180.28" y1="74.21" y2="56.25" y3="29.64"/> + <line x="202.94" y="29.64"/> + <line x="202.94" y="105.29"/> + <line x="219.96" y="105.29"/> + <line x="219.96" y="115.3"/> + <line x="202.94" y="115.3"/> + <line x="202.94" y="139.9"/> + <line x="185.57" y="139.9"/> + <line x="185.57" y="115.3"/> + <line x="86.48" y="115.3"/> + <line x="86.48" y="139.9"/> + <line x="69.45" y="139.9"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="506.56" name="Globe" strokewidth="inherit" w="507.35"> + <connections/> + <foreground> + <path> + <move x="253.66" y="506.56"/> + <curve x1="123.01" x2="0.0" x3="0.0" y1="506.56" y2="402.41" y3="252.51"/> + <curve x1="0.0" x2="108.56" x3="255.45" y1="115.13" y2="0.0" y3="0.0"/> + <curve x1="377.83" x2="507.35" x3="507.35" y1="0.0" y2="97.45" y3="256.45"/> + <curve x1="507.35" x2="403.57" x3="253.66" y1="380.77" y2="506.56" y3="506.56"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="414.52" y="230.74"/> + <curve x1="394.78" x2="341.3" x3="304.69" y1="220.62" y2="206.23" y3="206.45"/> + <curve x1="275.83" x2="265.33" x3="258.17" y1="205.25" y2="217.79" y3="243.57"/> + <curve x1="255.36" x2="253.38" x3="263.12" y1="265.34" y2="282.12" y3="296.16"/> + <curve x1="289.81" x2="299.71" x3="323.63" y1="329.3" y2="307.33" y3="335.24"/> + <curve x1="335.39" x2="336.76" x3="326.8" y1="350.68" y2="371.82" y3="388.95"/> + <curve x1="322.16" x2="317.25" x3="326.66" y1="400.96" y2="425.96" y3="440.55"/> + <curve x1="346.43" x2="390.45" x3="409.01" y1="464.98" y2="426.09" y3="406.02"/> + <curve x1="436.75" x2="452.31" x3="460.07" y1="376.12" y2="346.65" y3="317.46"/> + <curve x1="472.2" x2="452.03" x3="414.51" y1="261.56" y2="251.46" y3="230.74"/> + <close/> + <move x="339.01" y="46.28"/> + <curve x1="328.76" x2="309.59" x3="303.93" y1="42.39" y2="36.44" y3="46.59"/> + <curve x1="296.58" x2="297.01" x3="307.64" y1="58.93" y2="76.24" y3="85.91"/> + <curve x1="319.08" x2="312.61" x3="306.84" y1="93.82" y2="107.84" y3="118.12"/> + <curve x1="293.7" x2="283.23" x3="285.75" y1="141.67" y2="132.45" y3="151.9"/> + <curve x1="289.28" x2="304.23" x3="317.26" y1="167.94" y2="176.07" y3="173.03"/> + <curve x1="325.5" x2="340.21" x3="356.26" y1="171.36" y2="161.1" y3="154.17"/> + <curve x1="366.49" x2="373.74" x3="374.93" y1="150.38" y2="149.36" y3="158.46"/> + <curve x1="376.57" x2="386.93" x3="397.08" y1="167.66" y2="166.35" y3="164.29"/> + <curve x1="408.76" x2="411.6" x3="420.29" y1="163.23" y2="159.19" y3="172.98"/> + <curve x1="426.7" x2="438.26" x3="446.95" y1="181.38" y2="188.13" y3="183.54"/> + <curve x1="457.92" x2="453.34" x3="447.22" y1="175.87" y2="157.65" y3="143.08"/> + <curve x1="438.07" x2="418.41" x3="394.22" y1="121.88" y2="98.1" y3="78.68"/> + <curve x1="378.86" x2="359.38" x3="339.01" y1="67.27" y2="54.12" y3="46.28"/> + <close/> + <move x="274.38" y="100.88"/> + <curve x1="275.46" x2="274.99" x3="268.28" y1="89.65" y2="76.31" y3="67.85"/> + <curve x1="260.63" x2="248.32" x3="241.5" y1="58.82" y2="60.84" y3="67.32"/> + <curve x1="236.07" x2="231.92" x3="231.92" y1="72.72" y2="84.84" y3="99.28"/> + <curve x1="231.9" x2="237.37" x3="248.05" y1="119.28" y2="129.46" y3="126.06"/> + <curve x1="262.4" x2="273.69" x3="274.38" y1="124.58" y2="112.01" y3="100.88"/> + <close/> + <move x="192.07" y="92.63"/> + <curve x1="195.74" x2="199.57" x3="192.34" y1="86.85" y2="74.12" y3="64.51"/> + <curve x1="184.0" x2="164.84" x3="148.62" y1="52.8" y2="53.16" y3="60.23"/> + <curve x1="117.95" x2="98.0" x3="81.0" y1="75.77" y2="95.14" y3="112.7"/> + <curve x1="52.33" x2="29.66" x3="33.84" y1="146.21" y2="183.04" y3="233.72"/> + <curve x1="36.94" x2="50.77" x3="77.41" y1="266.98" y2="285.5" y3="283.16"/> + <curve x1="86.98" x2="105.81" x3="110.93" y1="282.77" y2="277.86" y3="285.62"/> + <curve x1="117.02" x2="109.25" x3="102.41" y1="295.3" y2="307.91" y3="319.52"/> + <curve x1="91.82" x2="76.09" x3="86.31" y1="336.89" y2="357.48" y3="375.4"/> + <curve x1="105.73" x2="134.07" x3="161.5" y1="403.08" y2="428.41" y3="443.39"/> + <curve x1="176.35" x2="185.06" x3="190.34" y1="450.38" y2="453.76" y3="436.81"/> + <curve x1="197.76" x2="196.52" x3="206.11" y1="415.28" y2="362.01" y3="331.41"/> + <curve x1="209.54" x2="201.29" x3="180.44" y1="317.77" y2="304.23" y3="292.06"/> + <curve x1="159.29" x2="150.52" x3="129.68" y1="280.04" y2="278.67" y3="267.82"/> + <curve x1="112.48" x2="107.76" x3="115.87" y1="257.16" y2="234.54" y3="218.04"/> + <curve x1="123.22" x2="134.71" x3="150.63" y1="204.22" y2="196.8" y3="196.2"/> + <curve x1="166.25" x2="173.12" x3="177.46" y1="197.09" y2="194.29" y3="188.0"/> + <curve x1="182.24" x2="178.04" x3="174.87" y1="180.85" y2="160.37" y3="151.59"/> + <curve x1="166.99" x2="165.77" x3="172.47" y1="133.63" y2="124.16" y3="115.93"/> + <curve x1="177.25" x2="186.39" x3="192.07" y1="109.5" y2="104.01" y3="92.63"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.2" name="Google document" strokewidth="inherit" w="206.68"> + <connections/> + <foreground> + <save/> + <path> + <move x="24.01" y="283.2"/> + <curve x1="14.28" x2="0.0" x3="0.0" y1="283.2" y2="273.03" y3="257.95"/> + <line x="0.0" y="0.0"/> + <line x="154.7" y="0.0"/> + <line x="206.68" y="52.02"/> + <line x="206.68" y="283.2"/> + <line x="24.01" y="283.2"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <alpha alpha="0.75"/> + <path> + <move x="163.38" y="125.5"/> + <line x="120.18" y="91.81"/> + <line x="163.38" y="91.81"/> + <line x="163.38" y="125.5"/> + <close/> + </path> + <fill/> + <alpha alpha="0.5"/> + <path> + <move x="163.38" y="91.81"/> + <line x="120.18" y="91.81"/> + <line x="120.18" y="48.26"/> + <line x="163.38" y="91.81"/> + <close/> + </path> + <fill/> + <restore/> + <rect/> + <stroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="107.93" y="245.32"/> + <curve x1="111.78" x2="111.95" x3="111.48" y1="244.08" y2="240.16" y3="236.01"/> + <curve x1="110.5" x2="107.21" x3="103.77" y1="231.2" y2="227.63" y3="228.51"/> + <curve x1="100.66" x2="98.6" x3="100.09" y1="229.34" y2="232.34" y3="238.49"/> + <curve x1="101.24" x2="103.9" x3="107.93" y1="243.57" y2="246.35" y3="245.32"/> + <close/> + <move x="105.72" y="247.36"/> + <curve x1="100.78" x2="95.62" x3="95.4" y1="247.87" y2="243.85" y3="237.68"/> + <curve x1="95.14" x2="98.96" x3="104.48" y1="231.89" y2="227.28" y3="226.64"/> + <curve x1="109.6" x2="115.57" x3="115.56" y1="226.02" y2="228.41" y3="236.68"/> + <curve x1="115.56" x2="111.97" x3="105.72" y1="243.98" y2="246.74" y3="247.36"/> + <line x="105.72" y="247.36"/> + <close/> + <move x="157.84" y="232.89"/> + <curve x1="159.4" x2="159.22" x3="158.48" y1="232.25" y2="231.46" y3="230.5"/> + <curve x1="157.14" x2="153.86" x3="152.45" y1="228.66" y2="228.77" y3="229.5"/> + <curve x1="150.71" x2="150.18" x3="150.34" y1="230.52" y2="231.71" y3="236.11"/> + <line x="157.84" y="232.89"/> + <close/> + <move x="163.21" y="243.74"/> + <curve x1="163.74" x2="163.74" x3="163.13" y1="243.59" y2="244.16" y3="244.73"/> + <curve x1="162.27" x2="159.55" x3="157.37" y1="245.52" y2="247.26" y3="247.22"/> + <curve x1="152.81" x2="148.39" x3="146.86" y1="247.22" y2="245.5" y3="239.85"/> + <curve x1="145.15" x2="146.92" x3="150.14" y1="233.74" y2="231.46" y3="228.61"/> + <curve x1="152.52" x2="160.77" x3="163.44" y1="226.61" y2="224.89" y3="231.15"/> + <curve x1="163.58" x2="163.67" x3="163.4" y1="231.52" y2="232.12" y3="232.25"/> + <line x="151.41" y="237.07"/> + <curve x1="150.86" x2="152.72" x3="155.13" y1="241.03" y2="242.58" y3="243.67"/> + <curve x1="158.23" x2="160.67" x3="163.21" y1="245.06" y2="244.72" y3="243.74"/> + <line x="163.21" y="243.74"/> + <close/> + <move x="139.49" y="218.78"/> + <line x="135.43" y="218.69"/> + <curve x1="136.61" x2="137.94" x3="139.74" y1="217.98" y2="217.31" y3="216.73"/> + <line x="145.34" y="216.74"/> + <curve x1="146.0" x2="143.85" x3="143.85" y1="217.13" y2="217.63" y3="219.16"/> + <line x="143.43" y="242.82"/> + <curve x1="143.43" x2="143.88" x3="144.75" y1="244.75" y2="245.09" y3="245.09"/> + <line x="146.44" y="245.14"/> + <curve x1="147.54" x2="147.0" x3="144.57" y1="245.59" y2="246.35" y3="246.78"/> + <line x="138.27" y="246.72"/> + <curve x1="137.47" x2="139.04" x3="138.99" y1="245.86" y2="245.36" y3="244.36"/> + <line x="139.49" y="218.78"/> + <close/> + <move x="127.84" y="240.72"/> + <curve x1="130.63" x2="131.28" x3="130.26" y1="239.28" y2="236.48" y3="233.71"/> + <curve x1="129.15" x2="127.56" x3="124.23" y1="230.77" y2="228.56" y3="229.48"/> + <curve x1="121.17" x2="121.62" x3="122.62" y1="230.6" y2="233.42" y3="236.59"/> + <curve x1="123.44" x2="125.83" x3="127.84" y1="239.1" y2="241.52" y3="240.72"/> + <line x="127.84" y="240.72"/> + <close/> + <move x="126.17" y="257.58"/> + <curve x1="130.48" x2="131.95" x3="132.9" y1="257.23" y2="256.33" y3="254.17"/> + <curve x1="133.51" x2="131.1" x3="128.06" y1="251.54" y2="249.42" y3="247.81"/> + <curve x1="124.97" x2="119.72" x3="119.82" y1="247.95" y2="248.97" y3="252.17"/> + <curve x1="119.98" x2="123.93" x3="126.17" y1="256.08" y2="257.79" y3="257.58"/> + <close/> + <move x="125.28" y="259.51"/> + <curve x1="121.09" x2="116.4" x3="116.07" y1="259.51" y2="256.51" y3="252.94"/> + <curve x1="116.05" x2="122.44" x3="126.82" y1="247.94" y2="246.12" y3="246.31"/> + <curve x1="125.66" x2="125.51" x3="126.19" y1="245.13" y2="243.07" y3="242.22"/> + <curve x1="121.37" x2="117.92" x3="117.84" y1="242.37" y2="239.96" y3="235.28"/> + <curve x1="117.85" x2="122.92" x3="126.51" y1="229.78" y2="227.49" y3="227.49"/> + <line x="136.87" y="227.62"/> + <curve x1="136.11" x2="134.92" x3="132.27" y1="228.32" y2="229.21" y3="229.31"/> + <curve x1="133.53" x2="134.84" x3="134.84" y1="230.53" y2="232.77" y3="234.46"/> + <curve x1="134.84" x2="133.11" x3="130.57" y1="237.31" y2="239.63" y3="241.19"/> + <curve x1="129.97" x2="129.98" x3="130.72" y1="241.68" y2="243.11" y3="244.1"/> + <curve x1="131.94" x2="135.24" x3="136.15" y1="245.74" y2="246.48" y3="250.21"/> + <curve x1="136.76" x2="135.72" x3="133.45" y1="252.91" y2="255.49" y3="257.24"/> + <curve x1="130.37" x2="128.31" x3="125.28" y1="259.49" y2="259.73" y3="259.51"/> + <line x="125.28" y="259.51"/> + <close/> + <move x="85.52" y="245.34"/> + <curve x1="89.38" x2="89.54" x3="89.07" y1="244.11" y2="240.19" y3="236.04"/> + <curve x1="88.1" x2="84.81" x3="81.37" y1="231.23" y2="227.65" y3="228.54"/> + <curve x1="78.25" x2="76.19" x3="77.68" y1="229.36" y2="232.36" y3="238.51"/> + <curve x1="78.84" x2="81.5" x3="85.52" y1="243.6" y2="246.37" y3="245.34"/> + <close/> + <move x="83.31" y="247.39"/> + <curve x1="78.37" x2="73.21" x3="73.0" y1="247.89" y2="243.87" y3="237.71"/> + <curve x1="72.74" x2="76.55" x3="82.07" y1="231.91" y2="227.3" y3="226.66"/> + <curve x1="87.19" x2="93.17" x3="93.15" y1="226.04" y2="228.43" y3="236.71"/> + <curve x1="93.15" x2="89.56" x3="83.31" y1="244.01" y2="246.76" y3="247.39"/> + <line x="83.31" y="247.39"/> + <close/> + <move x="70.41" y="244.8"/> + <curve x1="70.49" x2="61.08" x3="57.93" y1="246.46" y2="247.8" y3="247.8"/> + <curve x1="52.37" x2="46.21" x3="44.01" y1="247.8" y2="245.35" y3="239.29"/> + <curve x1="41.51" x2="42.82" x3="46.28" y1="232.81" y2="228.48" y3="223.82"/> + <curve x1="53.31" x2="65.0" x3="69.87" y1="215.79" y2="217.92" y3="221.43"/> + <curve x1="70.28" x2="70.26" x3="69.92" y1="221.7" y2="222.22" y3="222.48"/> + <line x="66.97" y="224.88"/> + <curve x1="66.53" x2="65.24" x3="65.9" y1="225.28" y2="225.66" y3="224.16"/> + <curve x1="66.12" x2="66.13" x3="65.66" y1="223.72" y2="223.39" y3="223.01"/> + <curve x1="63.79" x2="61.82" x3="57.26" y1="221.75" y2="220.12" y3="220.3"/> + <curve x1="54.56" x2="48.01" x3="47.6" y1="220.3" y2="223.01" y3="229.85"/> + <curve x1="47.43" x2="50.21" x3="54.04" y1="237.09" y2="241.88" y3="243.94"/> + <curve x1="59.65" x2="63.69" x3="65.73" y1="246.83" y2="245.84" y3="244.77"/> + <line x="65.72" y="239.03"/> + <line x="59.68" y="239.22"/> + <curve x1="60.8" x2="62.12" x3="64.01" y1="238.46" y2="237.59" y3="237.0"/> + <line x="70.47" y="236.99"/> + <curve x1="72.11" x2="71.12" x3="70.41" y1="237.2" y2="238.03" y3="238.46"/> + <line x="70.41" y="244.8"/> + <close/> + <move x="154.22" y="51.9"/> + <line x="154.22" y="12.51"/> + <line x="192.41" y="51.9"/> + <line x="154.22" y="51.9"/> + <close/> + <move x="54.2" y="199.76"/> + <curve x1="49.93" x2="43.2" x3="43.2" y1="199.76" y2="196.64" y3="188.21"/> + <line x="43.2" y="59.2"/> + <curve x1="43.2" x2="47.94" x3="54.9" y1="52.82" y2="48.23" y3="48.23"/> + <line x="120.18" y="48.23"/> + <line x="120.18" y="91.81"/> + <line x="163.38" y="125.5"/> + <line x="163.38" y="188.51"/> + <curve x1="163.38" x2="159.1" x3="152.42" y1="195.16" y2="199.76" y3="199.76"/> + <line x="54.2" y="199.76"/> + <close/> + <move x="141.87" y="118.34"/> + <line x="141.87" y="113.76"/> + <line x="64.31" y="113.76"/> + <line x="64.31" y="118.34"/> + <line x="141.87" y="118.34"/> + <close/> + <move x="141.87" y="134.78"/> + <line x="141.87" y="130.3"/> + <line x="64.31" y="130.3"/> + <line x="64.31" y="134.78"/> + <line x="141.87" y="134.78"/> + <close/> + <move x="141.87" y="150.82"/> + <line x="141.87" y="146.34"/> + <line x="64.31" y="146.34"/> + <line x="64.31" y="150.82"/> + <line x="141.87" y="150.82"/> + <close/> + <move x="110.29" y="167.0"/> + <line x="110.42" y="162.31"/> + <line x="64.31" y="162.31"/> + <line x="64.31" y="167.0"/> + <line x="110.29" y="167.0"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="60.0" name="Hyper V Host" strokewidth="inherit" w="61.7"> + <connections/> + <foreground> + <save/> + <save/> + <strokecolor color="none"/> + <fillcolor color="#d1d3d4"/> + <path> + <move x="24.99" y="48.93"/> + <line x="0.12" y="34.35"/> + <line x="61.57" y="34.35"/> + <line x="35.93" y="48.93"/> + <close/> + </path> + <fill/> + <restore/> + <rect/> + <stroke/> + <fillcolor color="#ef8f21"/> + <path> + <move x="61.59" y="34.35"/> + <line x="0.11" y="34.35"/> + <line x="0.11" y="15.38"/> + <line x="61.59" y="15.38"/> + <close/> + </path> + <fillstroke/> + <restore/> + <rect/> + <stroke/> + <path> + <move x="47.68" y="14.02"/> + <line x="47.68" y="0.0"/> + <line x="61.7" y="0.0"/> + <line x="61.7" y="14.02"/> + <close/> + <move x="31.78" y="14.02"/> + <line x="31.78" y="0.0"/> + <line x="45.81" y="0.0"/> + <line x="45.81" y="14.02"/> + <close/> + <move x="15.89" y="14.02"/> + <line x="15.89" y="0.0"/> + <line x="29.92" y="0.0"/> + <line x="29.92" y="14.02"/> + <close/> + <move x="0.0" y="14.02"/> + <line x="0.0" y="0.0"/> + <line x="14.03" y="0.0"/> + <line x="14.03" y="14.02"/> + <close/> + <move x="13.93" y="60.0"/> + <curve x1="11.83" x2="9.85" x3="9.85" y1="60.0" y2="58.24" y3="55.89"/> + <line x="9.85" y="48.93"/> + <line x="47.64" y="48.93"/> + <curve x1="50.31" x2="51.85" x3="51.85" y1="48.93" y2="51.09" y3="53.03"/> + <line x="51.85" y="60.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="54.33" y="9.01"/> + <line x="54.58" y="5.21"/> + <line x="55.73" y="5.21"/> + <line x="56.44" y="7.64"/> + <line x="57.22" y="5.21"/> + <line x="58.35" y="5.21"/> + <line x="58.56" y="9.01"/> + <line x="57.72" y="9.01"/> + <line x="57.59" y="6.12"/> + <line x="56.71" y="9.01"/> + <line x="56.03" y="9.01"/> + <line x="55.27" y="6.22"/> + <line x="55.13" y="9.01"/> + <close/> + <move x="51.71" y="9.01"/> + <line x="50.48" y="5.21"/> + <line x="51.43" y="5.21"/> + <line x="52.24" y="8.06"/> + <line x="53.09" y="5.21"/> + <line x="54.01" y="5.21"/> + <line x="52.72" y="9.01"/> + <close/> + <move x="38.44" y="9.02"/> + <line x="38.69" y="5.22"/> + <line x="39.84" y="5.22"/> + <line x="40.54" y="7.64"/> + <line x="41.33" y="5.22"/> + <line x="42.46" y="5.22"/> + <line x="42.67" y="9.02"/> + <line x="41.83" y="9.02"/> + <line x="41.7" y="6.12"/> + <line x="40.82" y="9.02"/> + <line x="40.14" y="9.02"/> + <line x="39.38" y="6.22"/> + <line x="39.24" y="9.02"/> + <close/> + <move x="35.82" y="9.02"/> + <line x="34.59" y="5.22"/> + <line x="35.54" y="5.22"/> + <line x="36.35" y="8.07"/> + <line x="37.2" y="5.22"/> + <line x="38.11" y="5.22"/> + <line x="36.83" y="9.02"/> + <close/> + <move x="22.55" y="9.01"/> + <line x="22.8" y="5.21"/> + <line x="23.94" y="5.21"/> + <line x="24.65" y="7.63"/> + <line x="25.44" y="5.21"/> + <line x="26.57" y="5.21"/> + <line x="26.78" y="9.01"/> + <line x="25.94" y="9.01"/> + <line x="25.81" y="6.12"/> + <line x="24.93" y="9.01"/> + <line x="24.24" y="9.01"/> + <line x="23.49" y="6.22"/> + <line x="23.34" y="9.01"/> + <close/> + <move x="19.93" y="9.01"/> + <line x="18.7" y="5.21"/> + <line x="19.64" y="5.21"/> + <line x="20.45" y="8.06"/> + <line x="21.31" y="5.21"/> + <line x="22.22" y="5.21"/> + <line x="20.94" y="9.01"/> + <close/> + <move x="6.65" y="9.01"/> + <line x="6.91" y="5.21"/> + <line x="8.05" y="5.21"/> + <line x="8.76" y="7.64"/> + <line x="9.54" y="5.21"/> + <line x="10.67" y="5.21"/> + <line x="10.89" y="9.01"/> + <line x="10.05" y="9.01"/> + <line x="9.92" y="6.12"/> + <line x="9.03" y="9.01"/> + <line x="8.35" y="9.01"/> + <line x="7.59" y="6.22"/> + <line x="7.45" y="9.01"/> + <close/> + <move x="4.03" y="9.01"/> + <line x="2.81" y="5.21"/> + <line x="3.75" y="5.21"/> + <line x="4.56" y="8.06"/> + <line x="5.41" y="5.21"/> + <line x="6.33" y="5.21"/> + <line x="5.04" y="9.01"/> + <close/> + <move x="41.89" y="27.18"/> + <line x="40.24" y="22.03"/> + <line x="41.52" y="22.02"/> + <line x="42.63" y="25.81"/> + <line x="43.76" y="22.02"/> + <line x="44.99" y="22.02"/> + <line x="43.26" y="27.18"/> + <close/> + <move x="38.12" y="25.56"/> + <line x="38.12" y="24.79"/> + <line x="40.13" y="24.79"/> + <line x="40.13" y="25.56"/> + <close/> + <move x="35.45" y="27.18"/> + <curve x1="35.45" x2="35.47" x3="35.42" y1="25.59" y2="24.33" y3="23.44"/> + <line x="36.42" y="23.44"/> + <line x="36.46" y="24.15"/> + <curve x1="36.74" x2="37.33" x3="37.75" y1="23.44" y2="23.28" y3="23.37"/> + <line x="37.74" y="24.46"/> + <curve x1="37.06" x2="36.61" x3="36.61" y1="24.33" y2="24.64" y3="25.29"/> + <line x="36.61" y="27.18"/> + <close/> + <move x="32.29" y="24.89"/> + <line x="33.66" y="24.89"/> + <curve x1="33.67" x2="33.54" x3="32.98" y1="24.59" y2="24.13" y3="24.13"/> + <curve x1="32.64" x2="32.33" x3="32.29" y1="24.13" y2="24.44" y3="24.89"/> + <close/> + <move x="34.54" y="27.02"/> + <curve x1="33.95" x2="33.37" x3="32.8" y1="27.27" y2="27.28" y3="27.24"/> + <curve x1="31.76" x2="31.19" x3="31.19" y1="27.09" y2="26.41" y3="25.29"/> + <curve x1="31.22" x2="31.91" x3="33.06" y1="24.25" y2="23.35" y3="23.35"/> + <curve x1="33.96" x2="34.53" x3="34.71" y1="23.34" y2="23.85" y3="24.74"/> + <curve x1="34.78" x2="34.74" x3="34.71" y1="25.1" y2="25.38" y3="25.68"/> + <line x="32.29" y="25.68"/> + <curve x1="32.33" x2="32.53" x3="33.06" y1="26.01" y2="26.27" y3="26.37"/> + <curve x1="33.58" x2="34.0" x3="34.39" y1="26.43" y2="26.36" y3="26.24"/> + <close/> + <move x="28.67" y="26.37"/> + <curve x1="29.21" x2="29.47" x3="29.47" y1="26.37" y2="25.9" y3="25.28"/> + <curve x1="29.47" x2="29.17" x3="28.7" y1="24.7" y2="24.26" y3="24.26"/> + <curve x1="28.19" x2="27.96" x3="27.96" y1="24.26" y2="24.72" y3="25.0"/> + <line x="27.96" y="25.62"/> + <curve x1="27.96" x2="28.28" x3="28.67" y1="26.07" y2="26.37" y3="26.37"/> + <close/> + <move x="26.8" y="28.7"/> + <curve x1="26.81" x2="26.83" x3="26.77" y1="26.9" y2="25.06" y3="23.44"/> + <line x="27.78" y="23.44"/> + <line x="27.83" y="23.99"/> + <curve x1="28.17" x2="28.7" x3="29.22" y1="23.47" y2="23.32" y3="23.35"/> + <curve x1="30.1" x2="30.74" x3="30.64" y1="23.43" y2="24.3" y3="25.45"/> + <curve x1="30.58" x2="30.3" x3="29.39" y1="26.24" y2="26.9" y3="27.21"/> + <curve x1="28.94" x2="28.29" x3="27.96" y1="27.35" y2="27.27" y3="26.81"/> + <line x="27.95" y="28.7"/> + <close/> + <move x="22.99" y="28.88"/> + <line x="22.75" y="27.88"/> + <curve x1="23.27" x2="23.58" x3="23.72" y1="27.78" y2="27.48" y3="27.24"/> + <curve x1="23.81" x2="23.82" x3="23.75" y1="27.11" y2="27.02" y3="26.87"/> + <line x="22.38" y="23.43"/> + <line x="23.66" y="23.43"/> + <line x="24.44" y="25.96"/> + <line x="25.06" y="23.43"/> + <line x="26.31" y="23.43"/> + <line x="25.3" y="26.27"/> + <curve x1="25.0" x2="24.81" x3="24.41" y1="27.02" y2="27.51" y3="28.05"/> + <curve x1="24.01" x2="23.54" x3="22.99" y1="28.56" y2="28.79" y3="28.88"/> + <close/> + <move x="17.55" y="27.18"/> + <line x="17.55" y="22.02"/> + <line x="18.72" y="22.02"/> + <line x="18.72" y="24.0"/> + <line x="20.65" y="24.0"/> + <line x="20.64" y="22.02"/> + <line x="21.81" y="22.02"/> + <line x="21.82" y="27.18"/> + <line x="20.65" y="27.18"/> + <line x="20.65" y="25.02"/> + <line x="18.73" y="25.03"/> + <line x="18.72" y="27.18"/> + <close/> + <move x="45.4" y="55.47"/> + <line x="45.4" y="53.46"/> + <line x="48.55" y="53.45"/> + <line x="48.55" y="55.47"/> + <close/> + <move x="33.62" y="56.58"/> + <line x="33.62" y="52.36"/> + <line x="44.19" y="52.36"/> + <line x="44.19" y="56.57"/> + <close/> + <move x="30.31" y="56.04"/> + <curve x1="29.68" x2="28.89" x3="28.89" y1="56.04" y2="55.5" y3="54.43"/> + <curve x1="28.89" x2="29.53" x3="30.31" y1="53.62" y2="52.88" y3="52.88"/> + <curve x1="31.07" x2="31.75" x3="31.75" y1="52.88" y2="53.57" y3="54.43"/> + <curve x1="31.75" x2="31.04" x3="30.31" y1="55.42" y2="56.04" y3="56.04"/> + <close/> + <move x="16.45" y="56.58"/> + <line x="16.45" y="52.35"/> + <line x="27.02" y="52.36"/> + <line x="27.02" y="56.58"/> + <close/> + <move x="14.02" y="55.44"/> + <curve x1="13.62" x2="13.15" x3="13.15" y1="55.44" y2="55.07" y3="54.46"/> + <curve x1="13.15" x2="13.59" x3="14.02" y1="53.88" y2="53.49" y3="53.49"/> + <curve x1="14.5" x2="14.92" x3="14.92" y1="53.49" y2="53.92" y3="54.47"/> + <curve x1="14.92" x2="14.58" x3="14.02" y1="54.91" y2="55.44" y3="55.44"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="60.0" name="Hyper V VMware Host" strokewidth="inherit" w="61.7"> + <connections/> + <foreground> + <save/> + <save/> + <strokecolor color="none"/> + <fillcolor color="#d1d3d4"/> + <path> + <move x="24.99" y="48.93"/> + <line x="0.12" y="34.35"/> + <line x="61.57" y="34.35"/> + <line x="35.93" y="48.93"/> + <close/> + </path> + <fill/> + <restore/> + <rect/> + <stroke/> + <fillcolor color="#ef8f21"/> + <path> + <move x="61.59" y="34.35"/> + <line x="0.11" y="34.35"/> + <line x="0.11" y="15.38"/> + <line x="61.59" y="15.38"/> + <close/> + </path> + <fillstroke/> + <restore/> + <rect/> + <stroke/> + <path> + <move x="47.68" y="14.02"/> + <line x="47.68" y="0.0"/> + <line x="61.7" y="0.0"/> + <line x="61.7" y="14.02"/> + <close/> + <move x="31.78" y="14.02"/> + <line x="31.78" y="0.0"/> + <line x="45.81" y="0.0"/> + <line x="45.81" y="14.02"/> + <close/> + <move x="15.89" y="14.02"/> + <line x="15.89" y="0.0"/> + <line x="29.92" y="0.0"/> + <line x="29.92" y="14.02"/> + <close/> + <move x="0.0" y="14.02"/> + <line x="0.0" y="0.0"/> + <line x="14.03" y="0.0"/> + <line x="14.03" y="14.02"/> + <close/> + <move x="13.93" y="60.0"/> + <curve x1="11.83" x2="9.85" x3="9.85" y1="60.0" y2="58.24" y3="55.89"/> + <line x="9.85" y="48.93"/> + <line x="47.64" y="48.93"/> + <curve x1="50.31" x2="51.85" x3="51.85" y1="48.93" y2="51.09" y3="53.03"/> + <line x="51.85" y="60.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="20.66" y="25.08"/> + <curve x1="20.07" x2="19.7" x3="19.66" y1="25.08" y2="25.21" y3="25.58"/> + <curve x1="19.66" x2="19.84" x3="20.08" y1="25.89" y2="26.01" y3="26.02"/> + <curve x1="20.42" x2="20.66" x3="20.66" y1="26.02" y2="25.76" y3="25.49"/> + <close/> + <move x="20.79" y="26.68"/> + <line x="20.71" y="26.32"/> + <curve x1="20.52" x2="20.25" x3="19.84" y1="26.56" y2="26.73" y3="26.76"/> + <curve x1="19.41" x2="18.94" x3="18.72" y1="26.79" y2="26.64" y3="26.15"/> + <curve x1="18.48" x2="18.73" x3="19.19" y1="25.54" y2="24.99" y3="24.73"/> + <curve x1="19.6" x2="20.02" x3="20.62" y1="24.5" y2="24.42" y3="24.42"/> + <curve x1="20.65" x2="20.52" x3="20.24" y1="24.18" y2="24.01" y3="23.95"/> + <curve x1="19.88" x2="19.44" x3="19.07" y1="23.91" y2="23.96" y3="24.19"/> + <line x="18.87" y="23.5"/> + <curve x1="19.35" x2="19.76" x3="20.16" y1="23.26" y2="23.22" y3="23.21"/> + <curve x1="21.2" x2="21.69" x3="21.69" y1="23.2" y2="23.74" y3="24.66"/> + <line x="21.69" y="26.05"/> + <curve x1="21.69" x2="21.71" x3="21.74" y1="26.26" y2="26.47" y3="26.68"/> + <close/> + <move x="30.38" y="28.42"/> + <line x="30.38" y="21.46"/> + <line x="31.12" y="21.46"/> + <line x="31.12" y="28.42"/> + <close/> + <move x="25.92" y="24.6"/> + <line x="27.16" y="24.59"/> + <curve x1="27.15" x2="27.05" x3="26.61" y1="24.29" y2="23.95" y3="23.91"/> + <curve x1="26.16" x2="25.96" x3="25.92" y1="23.91" y2="24.24" y3="24.6"/> + <close/> + <move x="27.97" y="26.55"/> + <curve x1="27.55" x2="27.11" x3="26.66" y1="26.7" y2="26.76" y3="26.75"/> + <curve x1="25.52" x2="24.96" x3="24.91" y1="26.71" y2="26.07" y3="25.08"/> + <curve x1="24.93" x2="25.83" x3="26.57" y1="23.73" y2="23.22" y3="23.2"/> + <curve x1="27.64" x2="27.99" x3="28.12" y1="23.19" y2="23.86" y3="24.46"/> + <curve x1="28.16" x2="28.18" x3="28.11" y1="24.71" y2="24.98" y3="25.32"/> + <line x="25.93" y="25.32"/> + <curve x1="25.96" x2="26.2" x3="26.57" y1="25.67" y2="25.85" y3="25.93"/> + <curve x1="26.96" x2="27.43" x3="27.82" y1="26.0" y2="25.96" y3="25.82"/> + <close/> + <move x="22.51" y="26.68"/> + <line x="22.51" y="23.29"/> + <line x="23.4" y="23.28"/> + <line x="23.45" y="23.93"/> + <curve x1="23.69" x2="24.22" x3="24.61" y1="23.31" y2="23.14" y3="23.23"/> + <line x="24.61" y="24.22"/> + <curve x1="24.4" x2="24.2" x3="23.99" y1="24.18" y2="24.16" y3="24.25"/> + <curve x1="23.75" x2="23.59" x3="23.59" y1="24.35" y2="24.57" y3="24.9"/> + <line x="23.59" y="26.68"/> + <close/> + <move x="14.26" y="26.65"/> + <line x="13.27" y="23.29"/> + <line x="14.35" y="23.29"/> + <line x="14.82" y="25.7"/> + <line x="15.44" y="23.29"/> + <line x="16.28" y="23.28"/> + <line x="16.86" y="25.62"/> + <line x="17.37" y="23.29"/> + <line x="18.41" y="23.29"/> + <line x="17.36" y="26.65"/> + <line x="16.37" y="26.65"/> + <line x="15.83" y="24.65"/> + <line x="15.25" y="26.65"/> + <close/> + <move x="7.66" y="26.65"/> + <line x="7.96" y="22.0"/> + <line x="9.37" y="22.0"/> + <line x="10.25" y="24.95"/> + <line x="11.19" y="22.0"/> + <line x="12.58" y="22.0"/> + <line x="12.84" y="26.65"/> + <line x="11.81" y="26.65"/> + <line x="11.67" y="23.15"/> + <line x="10.58" y="26.65"/> + <line x="9.75" y="26.65"/> + <line x="8.81" y="23.2"/> + <line x="8.64" y="26.65"/> + <close/> + <move x="4.45" y="26.65"/> + <line x="2.95" y="22.0"/> + <line x="4.11" y="22.0"/> + <line x="5.11" y="25.45"/> + <line x="6.14" y="22.0"/> + <line x="7.27" y="22.0"/> + <line x="5.69" y="26.65"/> + <close/> + <move x="33.58" y="26.7"/> + <line x="33.58" y="21.98"/> + <line x="34.64" y="21.98"/> + <line x="34.64" y="23.79"/> + <line x="36.4" y="23.79"/> + <line x="36.39" y="21.98"/> + <line x="37.46" y="21.97"/> + <line x="37.46" y="26.69"/> + <line x="36.39" y="26.7"/> + <line x="36.4" y="24.72"/> + <line x="34.65" y="24.72"/> + <line x="34.65" y="26.69"/> + <close/> + <move x="38.53" y="28.24"/> + <line x="38.31" y="27.33"/> + <curve x1="38.78" x2="39.06" x3="39.19" y1="27.24" y2="26.97" y3="26.75"/> + <curve x1="39.27" x2="39.28" x3="39.21" y1="26.63" y2="26.55" y3="26.41"/> + <line x="37.97" y="23.27"/> + <line x="39.14" y="23.27"/> + <line x="39.84" y="25.58"/> + <line x="40.41" y="23.27"/> + <line x="41.55" y="23.27"/> + <line x="40.63" y="25.86"/> + <curve x1="40.36" x2="40.19" x3="39.82" y1="26.55" y2="27.0" y3="27.49"/> + <curve x1="39.45" x2="39.03" x3="38.53" y1="27.96" y2="28.17" y3="28.24"/> + <close/> + <move x="41.99" y="28.08"/> + <curve x1="42.0" x2="42.01" x3="41.96" y1="26.44" y2="24.76" y3="23.27"/> + <line x="42.88" y="23.27"/> + <line x="42.93" y="23.77"/> + <curve x1="43.24" x2="43.72" x3="44.19" y1="23.3" y2="23.16" y3="23.19"/> + <curve x1="44.99" x2="45.57" x3="45.48" y1="23.26" y2="24.06" y3="25.12"/> + <curve x1="45.43" x2="45.18" x3="44.34" y1="25.83" y2="26.44" y3="26.72"/> + <curve x1="43.94" x2="43.35" x3="43.05" y1="26.85" y2="26.77" y3="26.36"/> + <line x="43.04" y="28.08"/> + <close/> + <move x="43.69" y="25.95"/> + <curve x1="44.19" x2="44.42" x3="44.42" y1="25.95" y2="25.52" y3="24.95"/> + <curve x1="44.42" x2="44.15" x3="43.72" y1="24.42" y2="24.03" y3="24.03"/> + <curve x1="43.25" x2="43.04" x3="43.04" y1="24.03" y2="24.44" y3="24.7"/> + <line x="43.05" y="25.26"/> + <curve x1="43.05" x2="43.34" x3="43.69" y1="25.68" y2="25.95" y3="25.95"/> + <close/> + <move x="49.03" y="26.55"/> + <curve x1="48.49" x2="47.97" x3="47.44" y1="26.78" y2="26.78" y3="26.75"/> + <curve x1="46.5" x2="45.98" x3="45.98" y1="26.61" y2="25.99" y3="24.96"/> + <curve x1="46.01" x2="46.63" x3="47.68" y1="24.01" y2="23.19" y3="23.19"/> + <curve x1="48.51" x2="49.02" x3="49.18" y1="23.19" y2="23.65" y3="24.46"/> + <curve x1="49.25" x2="49.21" x3="49.19" y1="24.79" y2="25.05" y3="25.32"/> + <line x="46.99" y="25.32"/> + <curve x1="47.02" x2="47.21" x3="47.68" y1="25.63" y2="25.86" y3="25.95"/> + <curve x1="48.16" x2="48.54" x3="48.89" y1="26.01" y2="25.94" y3="25.83"/> + <close/> + <move x="46.99" y="24.6"/> + <line x="48.23" y="24.6"/> + <curve x1="48.24" x2="48.12" x3="47.62" y1="24.32" y2="23.9" y3="23.9"/> + <curve x1="47.3" x2="47.02" x3="46.99" y1="23.9" y2="24.19" y3="24.6"/> + <close/> + <move x="49.85" y="26.7"/> + <curve x1="49.85" x2="49.87" x3="49.83" y1="25.23" y2="24.08" y3="23.27"/> + <line x="50.74" y="23.28"/> + <line x="50.78" y="23.92"/> + <curve x1="51.03" x2="51.56" x3="51.95" y1="23.28" y2="23.13" y3="23.21"/> + <line x="51.95" y="24.21"/> + <curve x1="51.32" x2="50.91" x3="50.91" y1="24.09" y2="24.37" y3="24.96"/> + <line x="50.91" y="26.69"/> + <close/> + <move x="52.29" y="25.21"/> + <line x="52.28" y="24.51"/> + <line x="54.11" y="24.51"/> + <line x="54.11" y="25.21"/> + <close/> + <move x="55.72" y="26.7"/> + <line x="54.22" y="21.98"/> + <line x="55.38" y="21.98"/> + <line x="56.39" y="25.44"/> + <line x="57.41" y="21.98"/> + <line x="58.54" y="21.98"/> + <line x="56.96" y="26.69"/> + <close/> + <move x="14.02" y="55.44"/> + <curve x1="13.62" x2="13.15" x3="13.15" y1="55.44" y2="55.07" y3="54.46"/> + <curve x1="13.15" x2="13.59" x3="14.02" y1="53.88" y2="53.49" y3="53.49"/> + <curve x1="14.5" x2="14.92" x3="14.92" y1="53.49" y2="53.92" y3="54.47"/> + <curve x1="14.92" x2="14.58" x3="14.02" y1="54.91" y2="55.44" y3="55.44"/> + <close/> + <move x="16.45" y="56.58"/> + <line x="16.45" y="52.35"/> + <line x="27.02" y="52.36"/> + <line x="27.02" y="56.58"/> + <close/> + <move x="30.31" y="56.04"/> + <curve x1="29.68" x2="28.89" x3="28.89" y1="56.04" y2="55.5" y3="54.43"/> + <curve x1="28.89" x2="29.53" x3="30.31" y1="53.62" y2="52.88" y3="52.88"/> + <curve x1="31.07" x2="31.75" x3="31.75" y1="52.88" y2="53.57" y3="54.43"/> + <curve x1="31.75" x2="31.04" x3="30.31" y1="55.42" y2="56.04" y3="56.04"/> + <close/> + <move x="33.62" y="56.58"/> + <line x="33.62" y="52.36"/> + <line x="44.19" y="52.36"/> + <line x="44.19" y="56.57"/> + <close/> + <move x="45.4" y="55.47"/> + <line x="45.4" y="53.46"/> + <line x="48.55" y="53.45"/> + <line x="48.55" y="55.47"/> + <close/> + <move x="4.03" y="9.01"/> + <line x="2.81" y="5.21"/> + <line x="3.75" y="5.21"/> + <line x="4.56" y="8.06"/> + <line x="5.41" y="5.21"/> + <line x="6.33" y="5.21"/> + <line x="5.04" y="9.01"/> + <close/> + <move x="6.65" y="9.01"/> + <line x="6.91" y="5.21"/> + <line x="8.05" y="5.21"/> + <line x="8.76" y="7.64"/> + <line x="9.54" y="5.21"/> + <line x="10.67" y="5.21"/> + <line x="10.89" y="9.01"/> + <line x="10.05" y="9.01"/> + <line x="9.92" y="6.12"/> + <line x="9.03" y="9.01"/> + <line x="8.35" y="9.01"/> + <line x="7.59" y="6.22"/> + <line x="7.45" y="9.01"/> + <close/> + <move x="19.93" y="9.01"/> + <line x="18.7" y="5.21"/> + <line x="19.64" y="5.21"/> + <line x="20.45" y="8.06"/> + <line x="21.31" y="5.21"/> + <line x="22.22" y="5.21"/> + <line x="20.94" y="9.01"/> + <close/> + <move x="22.55" y="9.01"/> + <line x="22.8" y="5.21"/> + <line x="23.94" y="5.21"/> + <line x="24.65" y="7.63"/> + <line x="25.44" y="5.21"/> + <line x="26.57" y="5.21"/> + <line x="26.78" y="9.01"/> + <line x="25.94" y="9.01"/> + <line x="25.81" y="6.12"/> + <line x="24.93" y="9.01"/> + <line x="24.24" y="9.01"/> + <line x="23.49" y="6.22"/> + <line x="23.34" y="9.01"/> + <close/> + <move x="35.82" y="9.02"/> + <line x="34.59" y="5.22"/> + <line x="35.54" y="5.22"/> + <line x="36.35" y="8.07"/> + <line x="37.2" y="5.22"/> + <line x="38.11" y="5.22"/> + <line x="36.83" y="9.02"/> + <close/> + <move x="38.44" y="9.02"/> + <line x="38.69" y="5.22"/> + <line x="39.84" y="5.22"/> + <line x="40.54" y="7.64"/> + <line x="41.33" y="5.22"/> + <line x="42.46" y="5.22"/> + <line x="42.67" y="9.02"/> + <line x="41.83" y="9.02"/> + <line x="41.7" y="6.12"/> + <line x="40.82" y="9.02"/> + <line x="40.14" y="9.02"/> + <line x="39.38" y="6.22"/> + <line x="39.24" y="9.02"/> + <close/> + <move x="51.71" y="9.01"/> + <line x="50.48" y="5.21"/> + <line x="51.43" y="5.21"/> + <line x="52.24" y="8.06"/> + <line x="53.09" y="5.21"/> + <line x="54.01" y="5.21"/> + <line x="52.72" y="9.01"/> + <close/> + <move x="54.33" y="9.01"/> + <line x="54.58" y="5.21"/> + <line x="55.73" y="5.21"/> + <line x="56.44" y="7.64"/> + <line x="57.22" y="5.21"/> + <line x="58.35" y="5.21"/> + <line x="58.56" y="9.01"/> + <line x="57.72" y="9.01"/> + <line x="57.59" y="6.12"/> + <line x="56.71" y="9.01"/> + <line x="56.03" y="9.01"/> + <line x="55.27" y="6.22"/> + <line x="55.13" y="9.01"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="22.5" name="Interface" strokewidth="inherit" w="22.5"> + <connections/> + <foreground> + <save/> + <path> + <move x="2.3" y="22.5"/> + <curve x1="0.95" x2="0.0" x3="0.0" y1="22.5" y2="21.38" y3="20.26"/> + <line x="0.0" y="2.3"/> + <curve x1="0.0" x2="1.21" x3="2.27" y1="0.87" y2="0.0" y3="0.0"/> + <line x="20.26" y="0.0"/> + <curve x1="21.47" x2="22.5" x3="22.5" y1="0.0" y2="1.07" y3="2.23"/> + <line x="22.5" y="20.25"/> + <curve x1="22.5" x2="21.48" x3="20.29" y1="21.42" y2="22.5" y3="22.5"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="20.41" y="3.85"/> + <curve x1="19.91" x2="19.38" x3="19.38" y1="3.85" y2="3.45" y3="2.81"/> + <curve x1="19.38" x2="19.9" x3="20.4" y1="2.19" y2="1.79" y3="1.79"/> + <curve x1="20.93" x2="21.45" x3="21.45" y1="1.79" y2="2.2" y3="2.84"/> + <curve x1="21.45" x2="21.03" x3="20.41" y1="3.31" y2="3.85" y3="3.85"/> + <close/> + </path> + <fill/> + <restore/> + <rect/> + <stroke/> + <fillcolor color="#ffffff"/> + <path> + <move x="2.4" y="21.53"/> + <curve x1="1.74" x2="1.06" x3="1.06" y1="21.53" y2="20.96" y3="20.14"/> + <line x="1.06" y="6.64"/> + <curve x1="1.06" x2="1.91" x3="2.37" y1="5.63" y2="5.23" y3="5.23"/> + <line x="20.1" y="5.23"/> + <curve x1="20.73" x2="21.44" x3="21.44" y1="5.23" y2="5.76" y3="6.61"/> + <line x="21.44" y="20.15"/> + <curve x1="21.44" x2="20.9" x3="20.08" y1="20.84" y2="21.53" y3="21.53"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="530.9" name="ISO" strokewidth="inherit" w="387.97"> + <connections/> + <foreground> + <path> + <move x="43.54" y="530.85"/> + <curve x1="26.26" x2="0.0" x3="0.0" y1="530.85" y2="511.41" y3="481.8"/> + <line x="0.18" y="0.23"/> + <line x="290.09" y="0.0"/> + <line x="387.87" y="98.02"/> + <line x="387.97" y="530.9"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="123.42" y="452.77"/> + <curve x1="126.38" x2="129.86" x3="129.86" y1="452.77" y2="450.4" y3="445.52"/> + <curve x1="129.86" x2="126.99" x3="123.46" y1="441.54" y2="438.85" y3="438.85"/> + <curve x1="119.43" x2="116.79" x3="116.79" y1="438.85" y2="442.58" y3="445.81"/> + <curve x1="116.79" x2="119.73" x3="123.42" y1="449.67" y2="452.77" y3="452.77"/> + <close/> + <move x="141.31" y="451.3"/> + <line x="150.89" y="451.23"/> + <line x="150.95" y="380.25"/> + <line x="141.38" y="380.38"/> + <close/> + <move x="162.4" y="447.88"/> + <curve x1="171.36" x2="181.53" x3="191.27" y1="453.44" y2="453.88" y3="451.16"/> + <curve x1="200.86" x2="205.52" x3="206.2" y1="448.76" y2="440.77" y3="435.49"/> + <curve x1="207.52" x2="201.88" x3="194.14" y1="425.49" y2="417.51" y3="414.06"/> + <curve x1="185.02" x2="173.82" x3="174.12" y1="409.88" y2="407.56" y3="398.46"/> + <curve x1="174.29" x2="177.83" x3="183.97" y1="391.59" y2="388.41" y3="387.55"/> + <curve x1="191.53" x2="196.25" x3="200.1" y1="386.73" y2="388.63" y3="390.36"/> + <line x="203.25" y="382.66"/> + <curve x1="199.14" x2="192.63" x3="183.56" y1="380.65" y2="377.86" y3="378.97"/> + <curve x1="176.31" x2="165.94" x3="164.28" y1="380.07" y2="384.51" y3="394.85"/> + <curve x1="162.73" x2="167.17" x3="174.39" y1="404.09" y2="411.05" y3="414.93"/> + <curve x1="183.18" x2="190.82" x3="195.55" y1="420.64" y2="419.46" y3="428.06"/> + <curve x1="197.64" x2="195.33" x3="190.93" y1="432.68" y2="440.22" y3="442.66"/> + <curve x1="183.94" x2="175.55" x3="164.81" y1="446.05" y2="446.02" y3="440.31"/> + <close/> + <move x="246.37" y="452.94"/> + <curve x1="266.09" x2="279.15" x3="279.15" y1="452.94" y2="436.16" y3="416.34"/> + <curve x1="279.15" x2="266.53" x3="247.76" y1="393.57" y2="378.88" y3="378.88"/> + <curve x1="227.91" x2="213.86" x3="214.08" y1="378.88" y2="393.77" y3="416.54"/> + <curve x1="214.08" x2="225.28" x3="246.37" y1="435.79" y2="452.94" y3="452.94"/> + <close/> + <move x="246.6" y="444.84"/> + <curve x1="228.48" x2="224.32" x3="224.32" y1="443.18" y2="427.48" y3="415.0"/> + <curve x1="224.32" x2="233.38" x3="246.76" y1="399.05" y2="386.68" y3="386.68"/> + <curve x1="260.75" x2="268.91" x3="268.91" y1="386.68" y2="400.32" y3="416.52"/> + <curve x1="268.91" x2="261.78" x3="246.6" y1="430.18" y2="444.84" y3="444.84"/> + <close/> + <move x="198.28" y="330.27"/> + <curve x1="247.42" x2="296.77" x3="296.77" y1="330.27" y2="289.59" y3="232.35"/> + <curve x1="296.77" x2="253.52" x3="197.14" y1="176.72" y2="132.16" y3="132.16"/> + <curve x1="139.37" x2="98.65" x3="98.65" y1="132.16" y2="181.98" y3="230.46"/> + <curve x1="98.65" x2="142.36" x3="198.28" y1="284.27" y2="330.27" y3="330.27"/> + <close/> + <move x="197.62" y="258.96"/> + <curve x1="183.58" x2="169.39" x3="169.39" y1="258.96" y2="247.91" y3="231.21"/> + <curve x1="169.39" x2="179.59" x3="198.94" y1="218.34" y2="202.9" y3="202.9"/> + <curve x1="210.03" x2="226.12" x3="226.12" y1="202.9" y2="212.6" y3="231.5"/> + <curve x1="226.12" x2="213.36" x3="197.62" y1="247.14" y2="258.96" y3="258.96"/> + <close/> + <move x="289.85" y="97.9"/> + <line x="362.09" y="98.03"/> + <line x="289.8" y="23.88"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="538.2" name="Laptop" strokewidth="inherit" w="713.01"> + <connections/> + <foreground> + <path> + <move x="33.24" y="538.2"/> + <curve x1="10.23" x2="0.0" x3="0.0" y1="538.2" y2="522.1" y3="508.56"/> + <line x="0.0" y="475.6"/> + <line x="713.01" y="475.6"/> + <line x="713.01" y="511.96"/> + <curve x1="713.01" x2="699.9" x3="682.7" y1="523.89" y2="538.2" y3="538.2"/> + <line x="33.24" y="538.2"/> + <line x="33.24" y="538.2"/> + <close/> + <move x="0.47" y="465.28"/> + <line x="106.35" y="389.92"/> + <line x="607.2" y="389.92"/> + <line x="712.82" y="465.28"/> + <line x="469.25" y="465.28"/> + <line x="435.72" y="441.13"/> + <line x="278.14" y="441.13"/> + <line x="244.05" y="465.28"/> + <line x="0.47" y="465.28"/> + <close/> + <move x="106.47" y="379.16"/> + <line x="106.47" y="62.11"/> + <curve x1="106.47" x2="135.21" x3="177.24" y1="32.65" y2="0.0" y3="0.0"/> + <line x="539.71" y="0.0"/> + <curve x1="572.17" x2="607.01" x3="607.01" y1="0.0" y2="26.33" y3="64.97"/> + <line x="607.01" y="379.16"/> + <line x="106.47" y="379.16"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="416.02" y="504.84"/> + <curve x1="420.06" x2="422.23" x3="422.23" y1="504.84" y2="502.64" y3="498.9"/> + <line x="422.23" y="493.09"/> + <line x="291.2" y="493.09"/> + <line x="291.2" y="498.96"/> + <curve x1="291.2" x2="292.96" x3="296.17" y1="501.82" y2="504.84" y3="504.84"/> + <line x="416.02" y="504.84"/> + <close/> + <move x="153.46" y="332.2"/> + <line x="560.11" y="332.2"/> + <line x="560.11" y="66.49"/> + <curve x1="560.11" x2="546.93" x3="535.16" y1="52.22" y2="46.79" y3="46.79"/> + <line x="177.09" y="46.69"/> + <curve x1="165.48" x2="153.46" x3="153.46" y1="46.69" y2="54.94" y3="64.31"/> + <line x="153.46" y="332.2"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="523.71" name="Library" strokewidth="inherit" w="672.14"> + <connections/> + <foreground> + <path> + <move x="350.37" y="477.92"/> + <line x="350.18" y="41.34"/> + <curve x1="350.18" x2="372.55" x3="411.16" y1="32.38" y2="21.39" y3="12.93"/> + <curve x1="475.99" x2="555.99" x3="614.58" y1="0.75" y2="2.28" y3="14.26"/> + <curve x1="636.88" x2="661.94" x3="671.97" y1="19.21" y2="25.84" y3="39.83"/> + <line x="671.69" y="478.11"/> + <curve x1="634.96" x2="574.3" x3="504.88" y1="454.62" y2="448.32" y3="448.29"/> + <curve x1="459.25" x2="390.14" x3="350.37" y1="448.29" y2="454.03" y3="477.92"/> + <line x="350.37" y="477.92"/> + <close/> + <move x="0.05" y="479.29"/> + <line x="0.07" y="43.77"/> + <curve x1="0.07" x2="32.71" x3="59.29" y1="30.89" y2="19.67" y3="13.86"/> + <curve x1="122.36" x2="220.29" x3="269.87" y1="0.0" y2="3.28" y3="15.15"/> + <curve x1="294.72" x2="316.75" x3="321.92" y1="20.57" y2="29.34" y3="38.91"/> + <line x="321.97" y="478.1"/> + <curve x1="294.83" x2="249.31" x3="162.39" y1="461.16" y2="449.25" y3="448.68"/> + <curve x1="105.32" x2="38.07" x3="0.05" y1="448.68" y2="454.74" y3="479.29"/> + <line x="0.05" y="479.29"/> + <close/> + <move x="0.34" y="523.42"/> + <line x="0.0" y="497.42"/> + <line x="672.07" y="497.27"/> + <line x="672.14" y="523.71"/> + <line x="0.34" y="523.42"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="173.41" name="License" strokewidth="inherit" w="154.01"> + <connections/> + <foreground> + <path> + <move x="35.28" y="57.0"/> + <curve x1="36.15" x2="37.82" x3="33.34" y1="54.13" y2="48.15" y3="40.83"/> + <curve x1="30.8" x2="26.93" x3="19.78" y1="36.08" y2="32.24" y3="30.68"/> + <line x="102.2" y="1.37"/> + <curve x1="110.96" x2="117.76" x3="120.53" y1="0.0" y2="3.03" y3="9.61"/> + <curve x1="122.96" x2="121.26" x3="116.35" y1="15.55" y2="22.95" y3="27.05"/> + <close/> + <move x="61.23" y="167.76"/> + <curve x1="62.94" x2="64.37" x3="63.85" y1="164.6" y2="162.31" y3="154.85"/> + <curve x1="63.56" x2="58.34" x3="52.35" y1="147.64" y2="135.96" y3="126.72"/> + <curve x1="41.27" x2="29.35" x3="14.03" y1="108.67" y2="90.41" y3="71.3"/> + <curve x1="4.83" x2="0.0" x3="8.69" y1="59.05" y2="44.87" y3="35.22"/> + <curve x1="14.23" x2="26.48" x3="30.67" y1="30.94" y2="33.72" y3="41.84"/> + <curve x1="36.23" x2="32.22" x3="28.46" y1="51.37" y2="57.03" y3="62.75"/> + <line x="103.83" y="34.79"/> + <curve x1="116.2" x2="131.79" x3="143.79" y1="53.67" y2="72.77" y3="92.42"/> + <curve x1="148.55" x2="153.99" x3="154.01" y1="99.73" y2="112.43" y3="120.88"/> + <curve x1="153.86" x2="151.99" x3="144.93" y1="126.77" y2="132.31" y3="136.78"/> + <close/> + <move x="54.32" y="135.85"/> + <curve x1="57.88" x2="61.46" x3="60.87" y1="143.48" y2="150.68" y3="160.17"/> + <curve x1="60.45" x2="56.28" x3="49.58" y1="165.16" y2="169.98" y3="172.6"/> + <curve x1="47.71" x2="42.02" x3="39.34" y1="173.41" y2="173.36" y3="172.3"/> + <curve x1="36.1" x2="31.53" x3="28.65" y1="171.13" y2="168.39" y3="162.79"/> + <curve x1="25.68" x2="25.36" x3="25.32" y1="157.29" y2="152.51" y3="148.54"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="24.97" name="Linux" strokewidth="inherit" w="26.46"> + <connections/> + <foreground> + <path> + <move x="0.0" y="24.97"/> + <line x="0.0" y="0.0"/> + <line x="26.46" y="0.0"/> + <line x="26.46" y="24.97"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="11.08" y="6.87"/> + <curve x1="10.76" x2="10.47" x3="10.33" y1="6.55" y2="6.23" y3="5.93"/> + <curve x1="10.22" x2="10.31" x3="10.56" y1="5.69" y2="5.32" y3="5.08"/> + <curve x1="10.87" x2="11.44" x3="11.65" y1="4.87" y2="5.15" y3="5.41"/> + <curve x1="11.87" x2="12.02" x3="11.93" y1="5.69" y2="6.12" y3="6.47"/> + <curve x1="11.52" x2="11.35" x3="11.08" y1="6.5" y2="6.65" y3="6.87"/> + <close/> + <move x="19.81" y="16.08"/> + <curve x1="20.17" x2="20.38" x3="20.5" y1="16.05" y2="15.87" y3="15.61"/> + <curve x1="20.57" x2="20.71" x3="20.57" y1="15.45" y2="15.11" y3="14.78"/> + <curve x1="20.4" x2="20.14" x3="19.96" y1="14.37" y2="14.13" y3="13.47"/> + <curve x1="19.69" x2="19.33" x3="18.74" y1="12.83" y2="12.15" y3="11.37"/> + <curve x1="17.84" x2="17.0" x3="16.65" y1="10.12" y2="8.94" y3="7.6"/> + <curve x1="16.44" x2="16.34" x3="16.43" y1="6.86" y2="6.0" y3="5.07"/> + <curve x1="16.43" x2="16.2" x3="15.13" y1="4.05" y2="3.26" y3="2.43"/> + <curve x1="14.48" x2="13.41" x3="12.4" y1="1.85" y2="1.53" y3="1.64"/> + <curve x1="11.19" x2="10.55" x3="10.18" y1="1.76" y2="2.39" y3="3.17"/> + <curve x1="9.87" x2="9.81" x3="9.85" y1="3.69" y2="5.47" y3="6.3"/> + <curve x1="9.88" x2="9.9" x3="10.02" y1="6.89" y2="7.79" y3="8.08"/> + <curve x1="10.13" x2="10.17" x3="9.9" y1="8.48" y2="8.81" y3="9.14"/> + <line x="7.85" y="12.2"/> + <curve x1="7.16" x2="6.7" x3="6.4" y1="13.27" y2="14.39" y3="15.63"/> + <curve x1="6.81" x2="7.16" x3="7.5" y1="15.51" y2="15.5" y3="15.59"/> + <curve x1="7.84" x2="8.17" x3="8.49" y1="15.7" y2="15.93" y3="16.34"/> + <curve x1="8.51" x2="8.88" x3="9.18" y1="15.46" y2="14.23" y3="13.42"/> + <curve x1="9.43" x2="9.81" x3="10.31" y1="12.83" y2="11.94" y3="11.81"/> + <curve x1="10.34" x2="10.11" x3="9.82" y1="11.55" y2="11.38" y3="11.21"/> + <curve x1="9.55" x2="9.72" x3="9.82" y1="11.1" y2="10.79" y3="10.66"/> + <curve x1="10.15" x2="10.37" x3="10.51" y1="10.23" y2="9.89" y3="9.61"/> + <curve x1="10.6" x2="10.66" x3="10.58" y1="9.45" y2="9.16" y3="8.92"/> + <curve x1="10.52" x2="10.33" x3="10.28" y1="8.71" y2="8.61" y3="8.28"/> + <curve x1="10.31" x2="10.35" x3="10.5" y1="7.99" y2="7.85" y3="7.66"/> + <curve x1="10.39" x2="10.41" x3="10.56" y1="7.86" y2="7.91" y3="8.14"/> + <curve x1="11.07" x2="11.78" x3="12.13" y1="8.95" y2="9.17" y3="9.23"/> + <curve x1="13.06" x2="13.51" x3="14.12" y1="9.36" y2="9.13" y3="8.78"/> + <curve x1="14.47" x2="14.7" x3="14.88" y1="8.56" y2="8.3" y3="8.05"/> + <curve x1="14.97" x2="14.94" x3="14.95" y1="7.69" y2="7.59" y3="7.41"/> + <curve x1="14.76" x2="14.6" x3="14.47" y1="7.19" y2="7.04" y3="6.94"/> + <curve x1="14.12" x2="13.33" x3="12.74" y1="6.62" y2="6.43" y3="6.44"/> + <curve x1="12.72" x2="12.73" x3="12.76" y1="6.07" y2="5.77" y3="5.55"/> + <curve x1="12.96" x2="13.5" x3="13.88" y1="4.8" y2="4.64" y3="4.69"/> + <curve x1="14.42" x2="14.84" x3="14.94" y1="4.79" y2="5.09" y3="5.86"/> + <curve x1="14.92" x2="14.89" x3="14.64" y1="6.05" y2="6.35" y3="6.63"/> + <line x="14.65" y="6.81"/> + <curve x1="15.06" x2="15.17" x3="15.34" y1="6.92" y2="7.16" y3="7.44"/> + <curve x1="15.44" x2="15.49" x3="15.41" y1="7.63" y2="7.9" y3="7.98"/> + <curve x1="15.12" x2="15.04" x3="15.22" y1="8.24" y2="8.63" y3="8.98"/> + <curve x1="15.41" x2="15.54" x3="15.74" y1="9.37" y2="10.19" y3="10.7"/> + <curve x1="16.0" x2="16.62" x3="16.87" y1="11.36" y2="12.22" y3="12.82"/> + <curve x1="17.3" x2="17.4" x3="17.34" y1="13.71" y2="14.85" y3="15.84"/> + <curve x1="17.79" x2="17.78" x3="17.78" y1="15.9" y2="16.34" y3="16.94"/> + <curve x1="17.93" x2="18.22" x3="18.56" y1="17.21" y2="17.28" y3="17.26"/> + <curve x1="18.9" x2="19.44" x3="19.81" y1="17.22" y2="16.61" y3="16.08"/> + <close/> + <move x="17.27" y="23.36"/> + <curve x1="17.92" x2="18.48" x3="19.0" y1="23.36" y2="23.11" y3="22.73"/> + <curve x1="19.73" x2="19.02" x3="20.68" y1="22.23" y2="22.39" y3="21.43"/> + <curve x1="21.26" x2="21.89" x3="22.14" y1="21.12" y2="20.69" y3="20.16"/> + <curve x1="22.39" x2="22.35" x3="22.01" y1="19.67" y2="19.24" y3="18.9"/> + <curve x1="21.71" x2="21.38" x3="21.18" y1="18.69" y2="18.7" y3="18.41"/> + <curve x1="21.11" x2="21.07" x3="20.77" y1="18.07" y2="17.67" y3="17.3"/> + <curve x1="20.57" x2="20.32" x3="19.93" y1="17.04" y2="16.98" y3="17.06"/> + <curve x1="19.57" x2="19.34" x3="18.75" y1="17.43" y2="17.88" y3="18.17"/> + <curve x1="18.5" x2="18.05" x3="17.76" y1="18.29" y2="18.28" y3="18.18"/> + <curve x1="17.57" x2="17.31" x3="17.28" y1="17.97" y2="17.49" y3="16.97"/> + <curve x1="17.26" x2="17.08" x3="16.74" y1="16.68" y2="16.39" y3="16.49"/> + <curve x1="16.27" x2="16.2" x3="16.16" y1="16.61" y2="16.88" y3="17.3"/> + <curve x1="16.09" x2="16.06" x3="16.01" y1="17.96" y2="18.84" y3="19.66"/> + <curve x1="15.97" x2="15.86" x3="15.75" y1="20.69" y2="20.77" y3="21.34"/> + <curve x1="15.65" x2="15.68" x3="15.88" y1="22.0" y2="22.3" y3="22.76"/> + <curve x1="16.14" x2="16.59" x3="17.27" y1="23.34" y2="23.32" y3="23.36"/> + <close/> + <move x="11.77" y="22.35"/> + <curve x1="13.37" x2="14.21" x3="15.09" y1="22.1" y2="22.31" y3="22.49"/> + <curve x1="15.01" x2="15.14" x3="15.31" y1="21.76" y2="20.84" y3="20.01"/> + <curve x1="14.49" x2="13.11" x3="11.69" y1="20.89" y2="21.48" y3="21.11"/> + <curve x1="11.79" x2="11.79" x3="11.77" y1="21.69" y2="22.07" y3="22.35"/> + <close/> + <move x="10.81" y="22.69"/> + <curve x1="11.36" x2="10.99" x3="10.49" y1="22.06" y2="21.12" y3="20.63"/> + <curve x1="9.75" x2="9.28" x3="8.75" y1="19.69" y2="18.95" y3="17.89"/> + <curve x1="8.42" x2="8.01" x3="7.22" y1="17.25" y2="16.69" y3="16.52"/> + <curve x1="6.65" x2="6.28" x3="6.28" y1="16.47" y2="16.62" y3="17.0"/> + <curve x1="6.26" x2="6.21" x3="5.84" y1="17.19" y2="17.39" y3="17.63"/> + <curve x1="5.52" x2="4.63" x3="4.31" y1="17.85" y2="18.17" y3="18.27"/> + <curve x1="3.88" x2="3.71" x3="3.91" y1="18.4" y2="18.68" y3="19.04"/> + <curve x1="4.17" x2="4.22" x3="4.08" y1="19.51" y2="20.19" y3="20.53"/> + <curve x1="3.92" x2="3.72" x3="4.13" y1="20.89" y2="21.58" y3="21.82"/> + <curve x1="4.8" x2="5.2" x3="6.08" y1="22.16" y2="22.1" y3="22.27"/> + <curve x1="7.0" x2="7.58" x3="8.12" y1="22.47" y2="22.66" y3="22.96"/> + <curve x1="8.85" x2="10.06" x3="10.81" y1="23.31" y2="23.45" y3="22.69"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="261.0" name="Linux Repository" strokewidth="inherit" w="282.64"> + <connections/> + <foreground> + <save/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="142.68" y="261.0"/> + <curve x1="136.66" x2="129.1" x3="129.1" y1="261.0" y2="254.14" y3="245.73"/> + <line x="129.1" y="137.24"/> + <line x="206.93" y="137.24"/> + <line x="223.99" y="122.3"/> + <curve x1="226.45" x2="228.54" x3="231.55" y1="119.96" y2="119.29" y3="119.29"/> + <line x="279.03" y="119.29"/> + <curve x1="281.77" x2="282.64" x3="282.64" y1="119.29" y2="121.19" y3="123.04"/> + <line x="282.64" y="261.0"/> + <line x="142.68" y="261.0"/> + <close/> + </path> + <fill/> + <restore/> + <rect/> + <stroke/> + <path> + <move x="226.38" y="60.18"/> + <line x="0.0" y="60.18"/> + <line x="0.0" y="0.0"/> + <line x="226.38" y="0.0"/> + <line x="226.38" y="60.18"/> + <close/> + <move x="217.38" y="63.22"/> + <line x="217.38" y="86.53"/> + <line x="10.9" y="86.53"/> + <line x="10.9" y="63.22"/> + <line x="217.38" y="63.22"/> + <close/> + <move x="121.5" y="149.78"/> + <line x="0.0" y="149.78"/> + <line x="0.0" y="89.55"/> + <line x="226.38" y="89.55"/> + <line x="226.38" y="112.16"/> + <curve x1="224.36" x2="222.34" x3="219.84" y1="112.71" y2="113.86" y3="115.91"/> + <line x="204.02" y="129.53"/> + <line x="121.48" y="129.53"/> + <line x="121.5" y="149.78"/> + <close/> + <move x="121.52" y="176.1"/> + <line x="10.9" y="176.1"/> + <line x="10.9" y="152.79"/> + <line x="121.54" y="152.79"/> + <line x="121.52" y="176.1"/> + <close/> + <move x="121.56" y="239.74"/> + <line x="0.0" y="239.74"/> + <line x="0.0" y="179.53"/> + <line x="121.54" y="179.53"/> + <line x="121.56" y="239.74"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="201.95" y="171.56"/> + <curve x1="200.63" x2="199.42" x3="198.82" y1="170.22" y2="168.9" y3="167.63"/> + <curve x1="198.38" x2="198.73" x3="199.78" y1="166.62" y2="165.09" y3="164.08"/> + <curve x1="201.09" x2="203.45" x3="204.34" y1="163.2" y2="164.39" y3="165.46"/> + <curve x1="205.28" x2="205.89" x3="205.52" y1="166.63" y2="168.41" y3="169.88"/> + <curve x1="203.79" x2="203.07" x3="201.95" y1="170.02" y2="170.64" y3="171.56"/> + <close/> + <move x="238.44" y="210.02"/> + <curve x1="239.95" x2="240.82" x3="241.31" y1="209.9" y2="209.14" y3="208.06"/> + <curve x1="241.6" x2="242.2" x3="241.61" y1="207.43" y2="205.99" y3="204.59"/> + <curve x1="240.88" x2="239.82" x3="239.06" y1="202.89" y2="201.91" y3="199.14"/> + <curve x1="237.93" x2="236.42" x3="233.97" y1="196.46" y2="193.62" y3="190.36"/> + <curve x1="230.2" x2="226.69" x3="225.23" y1="185.14" y2="180.22" y3="174.59"/> + <curve x1="224.38" x2="223.96" x3="224.32" y1="171.5" y2="167.9" y3="164.03"/> + <curve x1="224.32" x2="223.34" x3="218.89" y1="159.77" y2="156.47" y3="153.02"/> + <curve x1="216.18" x2="211.69" x3="207.46" y1="150.57" y2="149.26" y3="149.71"/> + <curve x1="202.43" x2="199.76" x3="198.19" y1="150.21" y2="152.85" y3="156.1"/> + <curve x1="196.89" x2="196.65" x3="196.8" y1="158.28" y2="165.72" y3="169.16"/> + <curve x1="196.94" x2="197.05" x3="197.53" y1="171.62" y2="175.41" y3="176.61"/> + <curve x1="198.0" x2="198.15" x3="197.03" y1="178.28" y2="179.66" y3="181.04"/> + <line x="188.47" y="193.81"/> + <curve x1="185.57" x2="183.65" x3="182.41" y1="198.3" y2="202.99" y3="208.18"/> + <curve x1="184.12" x2="185.59" x3="187.0" y1="207.64" y2="207.62" y3="207.99"/> + <curve x1="188.42" x2="189.8" x3="191.12" y1="208.46" y2="209.39" y3="211.11"/> + <curve x1="191.2" x2="192.77" x3="194.02" y1="207.45" y2="202.32" y3="198.94"/> + <curve x1="195.05" x2="196.64" x3="198.75" y1="196.46" y2="192.74" y3="192.19"/> + <curve x1="198.88" x2="197.92" x3="196.69" y1="191.13" y2="190.38" y3="189.71"/> + <curve x1="195.55" x2="196.29" x3="196.69" y1="189.25" y2="187.95" y3="187.39"/> + <curve x1="198.09" x2="199.01" x3="199.58" y1="185.59" y2="184.17" y3="183.01"/> + <curve x1="199.96" x2="200.21" x3="199.88" y1="182.34" y2="181.13" y3="180.13"/> + <curve x1="199.6" x2="198.81" x3="198.64" y1="179.24" y2="178.84" y3="177.44"/> + <curve x1="198.72" x2="198.9" x3="199.54" y1="176.26" y2="175.67" y3="174.85"/> + <curve x1="199.08" x2="199.16" x3="199.8" y1="175.68" y2="175.9" y3="176.87"/> + <curve x1="201.93" x2="204.88" x3="206.34" y1="180.24" y2="181.16" y3="181.43"/> + <curve x1="210.23" x2="212.11" x3="214.65" y1="181.97" y2="181.01" y3="179.52"/> + <curve x1="216.12" x2="217.08" x3="217.84" y1="178.61" y2="177.53" y3="176.48"/> + <curve x1="218.22" x2="218.1" x3="218.12" y1="174.98" y2="174.55" y3="173.83"/> + <curve x1="217.32" x2="216.67" x3="216.11" y1="172.89" y2="172.28" y3="171.83"/> + <curve x1="214.68" x2="211.36" x3="208.9" y1="170.52" y2="169.7" y3="169.77"/> + <curve x1="208.82" x2="208.83" x3="208.99" y1="168.22" y2="166.95" y3="166.04"/> + <curve x1="209.8" x2="212.06" x3="213.65" y1="162.9" y2="162.22" y3="162.47"/> + <curve x1="215.94" x2="217.69" x3="218.08" y1="162.89" y2="164.1" y3="167.34"/> + <curve x1="218.02" x2="217.88" x3="216.83" y1="168.12" y2="169.38" y3="170.55"/> + <line x="216.89" y="171.3"/> + <curve x1="218.59" x2="219.07" x3="219.76" y1="171.78" y2="172.76" y3="173.96"/> + <curve x1="220.18" x2="220.36" x3="220.04" y1="174.74" y2="175.86" y3="176.19"/> + <curve x1="218.83" x2="218.51" x3="219.26" y1="177.3" y2="178.93" y3="180.38"/> + <curve x1="220.06" x2="220.61" x3="221.42" y1="181.98" y2="185.42" y3="187.57"/> + <curve x1="222.53" x2="225.1" x3="226.13" y1="190.33" y2="193.89" y3="196.44"/> + <curve x1="227.96" x2="228.36" x3="228.1" y1="200.12" y2="204.9" y3="209.04"/> + <curve x1="230.01" x2="229.94" x3="229.96" y1="209.27" y2="211.12" y3="213.62"/> + <curve x1="230.56" x2="231.79" x3="233.23" y1="214.77" y2="215.04" y3="214.95"/> + <curve x1="234.65" x2="236.91" x3="238.44" y1="214.81" y2="212.23" y3="210.02"/> + <line x="238.44" y="210.02"/> + <close/> + <move x="227.81" y="240.44"/> + <curve x1="230.52" x2="232.87" x3="235.05" y1="240.47" y2="239.39" y3="237.82"/> + <curve x1="238.09" x2="235.15" x3="242.09" y1="235.72" y2="236.41" y3="232.38"/> + <curve x1="244.52" x2="247.12" x3="248.19" y1="231.09" y2="229.31" y3="227.09"/> + <curve x1="249.21" x2="249.06" x3="247.65" y1="225.05" y2="223.24" y3="221.81"/> + <curve x1="246.36" x2="244.98" x3="244.16" y1="220.94" y2="220.97" y3="219.79"/> + <curve x1="243.88" x2="243.69" x3="242.44" y1="218.36" y2="216.68" y3="215.13"/> + <curve x1="241.6" x2="240.56" x3="238.95" y1="214.04" y2="213.82" y3="214.12"/> + <curve x1="237.43" x2="236.47" x3="233.99" y1="215.66" y2="217.54" y3="218.78"/> + <curve x1="232.96" x2="231.1" x3="229.86" y1="219.28" y2="219.24" y3="218.8"/> + <curve x1="229.08" x2="228.0" x3="227.86" y1="217.94" y2="215.93" y3="213.77"/> + <curve x1="227.77" x2="227.03" x3="225.62" y1="212.56" y2="211.35" y3="211.74"/> + <curve x1="223.64" x2="223.37" x3="223.19" y1="212.23" y2="213.4" y3="215.15"/> + <curve x1="222.89" x2="222.76" x3="222.58" y1="217.88" y2="221.56" y3="225.0"/> + <curve x1="222.39" x2="221.91" x3="221.48" y1="229.3" y2="229.65" y3="232.01"/> + <curve x1="221.05" x2="221.2" x3="222.0" y1="234.78" y2="236.04" y3="237.96"/> + <curve x1="223.11" x2="225.0" x3="227.81" y1="240.38" y2="240.28" y3="240.44"/> + <line x="227.81" y="240.44"/> + <close/> + <move x="204.83" y="236.25"/> + <curve x1="211.55" x2="215.04" x3="218.74" y1="235.19" y2="236.07" y3="236.83"/> + <curve x1="218.4" x2="218.95" x3="219.63" y1="233.78" y2="229.95" y3="226.47"/> + <curve x1="216.21" x2="210.44" x3="204.53" y1="230.12" y2="232.61" y3="231.07"/> + <curve x1="204.92" x2="204.94" x3="204.83" y1="233.48" y2="235.07" y3="236.25"/> + <line x="204.83" y="236.25"/> + <close/> + <move x="200.82" y="237.64"/> + <curve x1="203.15" x2="201.58" x3="199.49" y1="235.02" y2="231.11" y3="229.06"/> + <curve x1="196.42" x2="194.45" x3="192.24" y1="225.14" y2="222.04" y3="217.58"/> + <curve x1="190.85" x2="189.14" x3="185.84" y1="214.91" y2="212.57" y3="211.89"/> + <curve x1="183.44" x2="181.91" x3="181.91" y1="211.67" y2="212.31" y3="213.89"/> + <curve x1="181.83" x2="181.63" x3="180.05" y1="214.69" y2="215.51" y3="216.51"/> + <curve x1="178.74" x2="175.01" x3="173.69" y1="217.41" y2="218.79" y3="219.17"/> + <curve x1="171.88" x2="171.16" x3="171.98" y1="219.72" y2="220.91" y3="222.41"/> + <curve x1="173.1" x2="173.29" x3="172.73" y1="224.36" y2="227.23" y3="228.62"/> + <curve x1="172.06" x2="171.21" x3="172.94" y1="230.13" y2="233.01" y3="234.03"/> + <curve x1="175.71" x2="177.41" x3="181.06" y1="235.43" y2="235.19" y3="235.89"/> + <curve x1="184.93" x2="187.35" x3="189.6" y1="236.72" y2="237.53" y3="238.77"/> + <curve x1="192.65" x2="197.72" x3="200.82" y1="240.27" y2="240.85" y3="237.64"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="282.96" name="Local disk" strokewidth="inherit" w="282.37"> + <connections/> + <foreground> + <save/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="139.74" y="282.96"/> + <curve x1="134.0" x2="124.25" x3="124.25" y1="282.96" y2="279.92" y3="266.92"/> + <line x="124.25" y="154.59"/> + <line x="204.17" y="154.59"/> + <line x="227.14" y="136.54"/> + <line x="269.93" y="136.54"/> + <curve x1="280.04" x2="282.37" x3="282.37" y1="136.39" y2="141.93" y3="147.39"/> + <line x="282.37" y="282.96"/> + <line x="139.74" y="282.96"/> + <close/> + </path> + <fill/> + <restore/> + <rect/> + <stroke/> + <path> + <move x="106.26" y="109.93"/> + <curve x1="94.37" x2="82.6" x3="82.6" y1="109.93" y2="103.33" y3="92.2"/> + <curve x1="82.6" x2="93.04" x3="106.54" y1="83.51" y2="75.37" y3="75.37"/> + <curve x1="121.31" x2="130.71" x3="130.71" y1="75.37" y2="84.02" y3="92.48"/> + <curve x1="130.71" x2="120.43" x3="106.26" y1="101.9" y2="109.93" y3="109.93"/> + <close/> + <move x="114.43" y="179.63"/> + <line x="26.38" y="179.63"/> + <curve x1="16.14" x2="7.32" x3="0.34" y1="179.63" y2="183.14" y3="188.64"/> + <line x="0.34" y="29.33"/> + <curve x1="0.34" x2="12.34" x3="31.94" y1="19.13" y2="0.0" y3="0.0"/> + <line x="181.47" y="0.0"/> + <curve x1="194.28" x2="211.74" x3="211.74" y1="0.0" y2="11.13" y3="31.0"/> + <line x="211.74" y="135.18"/> + <line x="200.32" y="144.8"/> + <line x="136.14" y="144.8"/> + <curve x1="166.39" x2="178.55" x3="178.55" y1="133.4" y2="110.21" y3="92.01"/> + <curve x1="178.55" x2="145.42" x3="105.98" y1="59.48" y2="33.71" y3="33.71"/> + <curve x1="67.34" x2="34.76" x3="34.76" y1="33.71" y2="60.47" y3="91.09"/> + <curve x1="34.76" x2="74.06" x3="114.43" y1="127.98" y2="153.38" y3="149.6"/> + <line x="114.43" y="179.63"/> + <close/> + <move x="114.43" y="254.2"/> + <line x="32.12" y="254.2"/> + <curve x1="17.46" x2="0.0" x3="0.0" y1="254.2" y2="241.65" y3="221.58"/> + <curve x1="0.0" x2="14.22" x3="26.56" y1="202.88" y2="193.46" y3="193.46"/> + <line x="114.43" y="193.46"/> + <line x="114.43" y="254.2"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="32.02" y="240.75"/> + <curve x1="27.1" x2="15.88" x3="15.88" y1="240.75" y2="236.55" y3="222.88"/> + <curve x1="15.88" x2="23.48" x3="32.62" y1="215.51" y2="207.56" y3="207.56"/> + <curve x1="43.1" x2="48.78" x3="48.78" y1="207.56" y2="216.94" y3="223.92"/> + <curve x1="48.78" x2="41.16" x3="32.02" y1="233.32" y2="240.75" y3="240.75"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="99.75" name="Locked" strokewidth="inherit" w="88.71"> + <connections/> + <foreground> + <path> + <move x="68.94" y="35.0"/> + <curve x1="68.57" x2="54.68" x3="44.54" y1="20.14" y2="8.82" y3="8.82"/> + <curve x1="33.02" x2="20.35" x3="19.81" y1="8.82" y2="21.12" y3="35.0"/> + <close/> + <move x="0.0" y="99.75"/> + <line x="0.0" y="35.0"/> + <line x="10.59" y="35.0"/> + <curve x1="10.56" x2="28.13" x3="44.72" y1="13.97" y2="0.0" y3="0.0"/> + <curve x1="63.17" x2="79.18" x3="78.83" y1="0.0" y2="17.48" y3="35.0"/> + <line x="88.71" y="35.0"/> + <line x="88.71" y="99.75"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="172.76" name="Magnifying glass" strokewidth="inherit" w="175.13"> + <connections/> + <foreground> + <path> + <move x="163.7" y="141.53"/> + <line x="174.63" y="152.35"/> + <curve x1="175.13" x2="175.02" x3="174.59" y1="152.93" y2="153.85" y3="154.22"/> + <line x="159.87" y="168.85"/> + <curve x1="158.29" x2="153.0" x3="148.36" y1="170.52" y2="172.76" y3="170.01"/> + <line x="141.6" y="163.67"/> + <close/> + <move x="68.81" y="121.5"/> + <curve x1="95.82" x2="121.65" x3="121.65" y1="121.5" y2="98.33" y3="67.6"/> + <curve x1="121.65" x2="98.07" x3="67.99" y1="37.99" y2="13.21" y3="13.21"/> + <curve x1="37.25" x2="13.35" x3="13.35" y1="13.21" y2="37.62" y3="67.27"/> + <curve x1="13.35" x2="33.66" x3="68.81" y1="93.86" y2="121.5" y3="121.5"/> + <close/> + <move x="69.19" y="135.01"/> + <curve x1="27.53" x2="0.0" x3="0.0" y1="135.01" y2="102.38" y3="67.6"/> + <curve x1="0.0" x2="26.18" x3="67.8" y1="34.18" y2="0.0" y3="0.0"/> + <curve x1="105.35" x2="135.08" x3="135.08" y1="0.0" y2="30.63" y3="67.21"/> + <curve x1="135.08" x2="130.27" x3="121.56" y1="82.2" y2="96.71" y3="108.1"/> + <line x="131.68" y="118.21"/> + <curve x1="135.72" x2="140.22" x3="142.42" y1="116.65" y2="117.77" y3="120.18"/> + <line x="159.53" y="137.43"/> + <line x="137.51" y="159.47"/> + <line x="113.21" y="135.59"/> + <line x="117.71" y="131.06"/> + <line x="108.05" y="121.47"/> + <curve x1="95.67" x2="79.7" x3="69.19" y1="131.09" y2="135.01" y3="135.01"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="272.05" name="Media pool" strokewidth="inherit" w="283.33"> + <connections/> + <foreground> + <path> + <move x="30.73" y="245.66"/> + <curve x1="14.73" x2="0.0" x3="0.0" y1="245.66" y2="232.62" y3="215.17"/> + <line x="0.0" y="30.36"/> + <line x="130.07" y="30.36"/> + <line x="157.63" y="5.6"/> + <curve x1="162.81" x2="166.36" x3="172.59" y1="1.04" y2="0.0" y3="0.0"/> + <line x="248.41" y="0.0"/> + <curve x1="255.72" x2="263.75" x3="263.75" y1="0.0" y2="3.08" y3="10.61"/> + <line x="263.75" y="189.2"/> + <line x="130.15" y="189.2"/> + <line x="130.15" y="245.66"/> + <line x="30.73" y="245.66"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f6921e"/> + <path> + <move x="148.84" y="272.05"/> + <curve x1="140.39" x2="130.25" x3="130.25" y1="272.05" y2="263.34" y3="251.57"/> + <line x="130.15" y="189.2"/> + <line x="263.7" y="189.2"/> + <curve x1="273.15" x2="283.33" x3="283.33" y1="189.2" y2="197.78" y3="209.35"/> + <line x="283.33" y="272.05"/> + <line x="148.84" y="272.05"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="237.37" y="244.28"/> + <line x="237.37" y="215.93"/> + <curve x1="243.85" x2="251.58" x3="251.58" y1="215.93" y2="221.58" y3="230.18"/> + <curve x1="251.58" x2="245.54" x3="237.37" y1="238.2" y2="244.28" y3="244.28"/> + <line x="237.37" y="244.28"/> + <close/> + <move x="237.37" y="251.69"/> + <line x="237.37" y="247.24"/> + <curve x1="246.8" x2="254.69" x3="254.69" y1="247.24" y2="239.59" y3="230.04"/> + <curve x1="254.69" x2="245.44" x3="237.37" y1="219.64" y2="213.11" y3="213.11"/> + <line x="237.37" y="208.72"/> + <line x="273.21" y="208.72"/> + <line x="273.21" y="251.69"/> + <line x="237.37" y="251.69"/> + <close/> + <move x="179.05" y="213.11"/> + <line x="179.05" y="208.72"/> + <line x="234.08" y="208.72"/> + <line x="234.08" y="213.11"/> + <line x="179.05" y="213.11"/> + <close/> + <move x="179.05" y="244.28"/> + <line x="179.05" y="215.93"/> + <line x="234.08" y="215.93"/> + <line x="234.08" y="244.28"/> + <line x="179.05" y="244.28"/> + <close/> + <move x="179.05" y="251.69"/> + <line x="179.05" y="247.24"/> + <line x="234.08" y="247.24"/> + <line x="234.08" y="251.69"/> + <line x="179.05" y="251.69"/> + <close/> + <move x="175.82" y="244.28"/> + <curve x1="170.12" x2="161.51" x3="161.51" y1="244.28" y2="240.06" y3="230.42"/> + <curve x1="161.51" x2="169.3" x3="175.82" y1="220.61" y2="215.93" y3="215.93"/> + <line x="175.82" y="244.28"/> + <close/> + <move x="175.82" y="251.69"/> + <line x="139.64" y="251.69"/> + <line x="139.64" y="208.72"/> + <line x="175.82" y="208.72"/> + <line x="175.82" y="213.11"/> + <curve x1="166.84" x2="158.84" x3="158.84" y1="213.11" y2="220.33" y3="230.8"/> + <curve x1="158.84" x2="166.59" x3="175.82" y1="239.5" y2="247.24" y3="247.24"/> + <line x="175.82" y="251.69"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="497.78" name="Monitor" strokewidth="inherit" w="453.5"> + <connections/> + <foreground> + <path> + <move x="100.36" y="497.78"/> + <line x="100.36" y="468.8"/> + <curve x1="100.36" x2="113.48" x3="127.73" y1="454.07" y2="442.48" y3="442.48"/> + <line x="197.15" y="442.48"/> + <line x="197.15" y="394.65"/> + <line x="59.74" y="394.65"/> + <curve x1="25.98" x2="0.0" x3="0.0" y1="394.65" y2="363.91" y3="335.08"/> + <line x="0.0" y="0.0"/> + <line x="394.29" y="0.0"/> + <curve x1="425.44" x2="453.5" x3="453.5" y1="0.0" y2="26.36" y3="52.58"/> + <line x="453.5" y="394.65"/> + <line x="259.08" y="394.65"/> + <line x="259.08" y="442.48"/> + <line x="348.96" y="442.48"/> + <line x="348.96" y="471.45"/> + <curve x1="348.96" x2="336.17" x3="325.28" y1="486.48" y2="497.78" y3="497.78"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="412.45" y="351.69"/> + <line x="412.45" y="60.1"/> + <curve x1="412.45" x2="404.69" x3="388.0" y1="50.56" y2="42.84" y3="42.84"/> + <line x="42.28" y="42.84"/> + <line x="42.28" y="336.45"/> + <curve x1="42.28" x2="55.38" x3="64.94" y1="345.66" y2="351.69" y3="351.69"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="94.19" name="Mount Server" strokewidth="inherit" w="99.89"> + <connections/> + <foreground> + <path> + <move x="8.84" y="94.19"/> + <curve x1="5.25" x2="0.0" x3="0.0" y1="94.19" y2="90.57" y3="84.81"/> + <line x="0.0" y="67.85"/> + <line x="90.1" y="67.85"/> + <curve x1="95.99" x2="99.89" x3="99.89" y1="67.85" y2="72.71" y3="77.11"/> + <line x="99.89" y="94.19"/> + <line x="8.84" y="94.19"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="84.6" y="83.42"/> + <line x="84.6" y="78.47"/> + <line x="92.16" y="78.47"/> + <line x="92.16" y="83.42"/> + <close/> + <move x="56.49" y="86.07"/> + <line x="56.49" y="76.1"/> + <line x="81.82" y="76.1"/> + <line x="81.82" y="86.07"/> + <close/> + <move x="48.31" y="84.85"/> + <curve x1="46.41" x2="44.47" x3="44.47" y1="84.85" y2="83.3" y3="81.04"/> + <curve x1="44.47" x2="46.2" x3="48.24" y1="78.91" y2="77.21" y3="77.21"/> + <curve x1="50.33" x2="52.09" x3="52.09" y1="77.21" y2="78.72" y3="81.09"/> + <curve x1="52.09" x2="50.16" x3="48.31" y1="83.36" y2="84.85" y3="84.85"/> + <close/> + <move x="15.6" y="86.07"/> + <line x="15.6" y="76.1"/> + <line x="40.89" y="76.1"/> + <line x="40.89" y="86.07"/> + <close/> + <move x="9.92" y="83.42"/> + <curve x1="8.44" x2="7.49" x3="7.49" y1="83.42" y2="82.44" y3="81.01"/> + <curve x1="7.49" x2="8.41" x3="9.89" y1="79.73" y2="78.62" y3="78.62"/> + <curve x1="11.05" x2="12.21" x3="12.21" y1="78.62" y2="79.48" y3="81.12"/> + <curve x1="12.2" x2="11.08" x3="9.92" y1="82.55" y2="83.42" y3="83.42"/> + <close/> + </path> + <fill/> + <fillcolor color="#f19024"/> + <path> + <move x="80.33" y="59.69"/> + <line x="20.66" y="59.69"/> + <line x="20.66" y="0.0"/> + <line x="80.33" y="0.0"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="28.0" y="20.51"/> + <line x="28.0" y="11.6"/> + <line x="64.57" y="11.6"/> + <line x="64.57" y="20.51"/> + <close/> + <move x="29.79" y="24.35"/> + <line x="29.79" y="21.99"/> + <line x="62.31" y="21.99"/> + <line x="62.31" y="24.35"/> + <close/> + <move x="28.0" y="34.68"/> + <line x="28.0" y="25.87"/> + <line x="64.57" y="25.87"/> + <line x="64.57" y="28.14"/> + <curve x1="63.42" x2="62.24" x3="61.75" y1="28.14" y2="28.77" y3="29.26"/> + <line x="59.72" y="30.96"/> + <line x="47.14" y="30.96"/> + <curve x1="46.27" x2="46.04" x3="46.04" y1="30.96" y2="31.32" y3="31.89"/> + <line x="46.04" y="34.68"/> + <close/> + <move x="29.79" y="38.55"/> + <line x="29.79" y="36.23"/> + <line x="46.04" y="36.23"/> + <line x="46.04" y="38.55"/> + <close/> + <move x="28.0" y="48.92"/> + <line x="28.0" y="40.08"/> + <line x="46.04" y="40.08"/> + <line x="46.04" y="48.92"/> + <close/> + <move x="49.92" y="51.96"/> + <curve x1="48.37" x2="47.3" x3="47.3" y1="51.96" y2="50.62" y3="49.3"/> + <line x="47.3" y="32.21"/> + <line x="60.39" y="32.19"/> + <line x="62.16" y="30.54"/> + <curve x1="62.97" x2="63.77" x3="64.84" y1="29.7" y2="29.44" y3="29.44"/> + <line x="71.28" y="29.42"/> + <curve x1="72.23" x2="72.44" x3="72.44" y1="29.42" y2="30.09" y3="30.77"/> + <line x="72.44" y="51.96"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="100.0" name="MS Exchange" strokewidth="inherit" w="100.14"> + <connections/> + <foreground> + <path> + <move x="0.0" y="100.0"/> + <line x="0.0" y="0.0"/> + <line x="100.14" y="0.0"/> + <line x="100.14" y="100.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="77.26" y="46.71"/> + <line x="77.26" y="38.22"/> + <curve x1="77.26" x2="76.95" x3="76.25" y1="37.7" y2="37.2" y3="37.2"/> + <line x="68.54" y="37.2"/> + <curve x1="66.62" x2="63.39" x3="61.24" y1="38.9" y2="42.83" y3="46.63"/> + <curve x1="61.08" x2="60.9" x3="61.12" y1="46.95" y2="47.56" y3="47.73"/> + <curve x1="61.36" x2="61.82" x3="62.09" y1="47.9" y2="47.72" y3="47.48"/> + <curve x1="63.98" x2="66.24" x3="68.7" y1="45.96" y2="42.74" y3="40.82"/> + <line x="73.6" y="40.82"/> + <line x="73.6" y="45.73"/> + <line x="72.66" y="46.75"/> + <curve x1="72.52" x2="72.49" x3="72.65" y1="47.01" y2="47.44" y3="47.81"/> + <line x="73.46" y="49.33"/> + <curve x1="73.74" x2="74.38" x3="74.64" y1="49.57" y2="49.58" y3="49.34"/> + <close/> + <move x="67.91" y="64.76"/> + <line x="76.18" y="64.76"/> + <curve x1="77.07" x2="77.26" x3="77.26" y1="64.76" y2="64.24" y3="63.7"/> + <line x="77.26" y="55.3"/> + <curve x1="74.22" x2="69.77" x3="67.08" y1="51.99" y2="49.2" y3="47.87"/> + <curve x1="66.74" x2="66.2" x3="65.92" y1="47.69" y2="47.46" y3="47.75"/> + <curve x1="65.74" x2="65.91" x3="66.08" y1="48.02" y2="48.4" y3="48.61"/> + <curve x1="67.63" x2="71.04" x3="73.6" y1="50.8" y2="52.86" y3="56.35"/> + <line x="73.6" y="60.12"/> + <line x="68.65" y="60.12"/> + <line x="67.1" y="59.22"/> + <curve x1="66.81" x2="66.17" x3="65.84" y1="59.04" y2="58.98" y3="59.28"/> + <line x="64.96" y="60.16"/> + <curve x1="64.86" x2="64.82" x3="64.99" y1="60.5" y2="60.89" y3="61.13"/> + <close/> + <move x="57.25" y="68.72"/> + <line x="57.25" y="64.75"/> + <line x="59.27" y="64.75"/> + <curve x1="63.33" x2="64.8" x3="66.01" y1="60.23" y2="57.52" y3="54.99"/> + <curve x1="66.23" x2="66.31" x3="66.04" y1="54.51" y2="53.81" y3="53.5"/> + <curve x1="65.53" x2="65.13" x3="64.69" y1="53.14" y2="53.48" y3="53.95"/> + <curve x1="62.6" x2="60.81" x3="58.27" y1="56.22" y2="59.15" y3="61.08"/> + <line x="57.25" y="60.07"/> + <line x="57.25" y="52.37"/> + <curve x1="58.47" x2="59.68" x3="60.99" y1="52.92" y2="53.34" y3="53.39"/> + <curve x1="59.91" x2="58.64" x3="57.25" y1="52.14" y2="50.85" y3="49.55"/> + <line x="57.25" y="40.81"/> + <line x="59.27" y="40.83"/> + <line x="60.08" y="41.69"/> + <curve x1="60.3" x2="60.89" x3="61.15" y1="41.88" y2="41.97" y3="41.72"/> + <line x="61.8" y="41.09"/> + <curve x1="62.09" x2="62.08" x3="61.87" y1="40.81" y2="40.19" y3="39.95"/> + <line x="59.22" y="37.2"/> + <line x="57.25" y="37.21"/> + <line x="57.25" y="32.35"/> + <line x="79.17" y="32.35"/> + <curve x1="80.44" x2="81.2" x3="81.2" y1="32.35" y2="33.09" y3="34.65"/> + <line x="81.2" y="65.89"/> + <curve x1="81.2" x2="80.36" x3="78.21" y1="67.69" y2="68.72" y3="68.72"/> + <close/> + <move x="42.99" y="62.95"/> + <line x="42.99" y="57.17"/> + <line x="34.34" y="57.16"/> + <line x="34.34" y="51.43"/> + <line x="42.01" y="51.43"/> + <line x="42.01" y="46.73"/> + <line x="34.34" y="46.8"/> + <line x="34.34" y="40.84"/> + <line x="41.98" y="40.06"/> + <line x="41.98" y="36.21"/> + <line x="29.66" y="37.17"/> + <line x="29.66" y="62.06"/> + <close/> + <move x="54.38" y="80.23"/> + <line x="19.1" y="74.34"/> + <line x="19.1" y="26.64"/> + <line x="54.38" y="20.92"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="240.54" name="MS Exchange items" strokewidth="inherit" w="283.35"> + <connections/> + <foreground> + <path> + <move x="53.46" y="240.54"/> + <line x="53.46" y="126.79"/> + <line x="228.08" y="126.79"/> + <line x="228.08" y="240.54"/> + <line x="53.46" y="240.54"/> + <close/> + <move x="233.9" y="155.7"/> + <line x="233.9" y="121.28"/> + <line x="163.75" y="121.28"/> + <line x="182.38" y="104.77"/> + <line x="221.84" y="104.77"/> + <line x="279.28" y="155.7"/> + <line x="233.9" y="155.7"/> + <close/> + <move x="225.83" y="101.3"/> + <line x="283.35" y="50.73"/> + <line x="283.35" y="152.14"/> + <line x="225.83" y="101.3"/> + <close/> + <move x="184.22" y="99.99"/> + <line x="154.76" y="73.76"/> + <line x="154.76" y="46.52"/> + <line x="125.86" y="46.46"/> + <line x="125.86" y="43.51"/> + <line x="175.26" y="0.0"/> + <line x="229.2" y="0.0"/> + <line x="278.62" y="43.48"/> + <line x="278.62" y="48.1"/> + <line x="219.92" y="99.99"/> + <line x="184.22" y="99.99"/> + <close/> + <move x="154.76" y="122.07"/> + <line x="154.76" y="80.45"/> + <line x="178.39" y="101.28"/> + <line x="154.76" y="122.07"/> + <close/> + <move x="0.0" y="206.65"/> + <line x="0.0" y="50.95"/> + <line x="150.8" y="50.95"/> + <line x="150.8" y="123.84"/> + <line x="145.27" y="123.84"/> + <line x="145.27" y="121.33"/> + <line x="110.64" y="121.33"/> + <line x="110.64" y="123.84"/> + <line x="108.24" y="123.84"/> + <line x="108.24" y="121.33"/> + <line x="75.11" y="121.33"/> + <line x="75.11" y="123.84"/> + <line x="73.05" y="123.84"/> + <line x="73.05" y="121.33"/> + <line x="39.9" y="121.33"/> + <line x="39.9" y="146.72"/> + <line x="49.78" y="146.72"/> + <line x="49.78" y="149.2"/> + <line x="39.9" y="149.2"/> + <line x="39.9" y="174.63"/> + <line x="49.78" y="174.63"/> + <line x="49.78" y="177.04"/> + <line x="39.9" y="177.04"/> + <line x="39.9" y="199.88"/> + <line x="49.78" y="199.88"/> + <line x="49.78" y="206.65"/> + <line x="0.0" y="206.65"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="155.45" y="163.31"/> + <line x="155.45" y="153.6"/> + <line x="214.05" y="153.6"/> + <line x="214.05" y="163.31"/> + <line x="155.45" y="163.31"/> + <close/> + <move x="155.45" y="189.4"/> + <line x="155.45" y="182.82"/> + <line x="214.05" y="182.82"/> + <line x="214.05" y="189.4"/> + <line x="155.45" y="189.4"/> + <close/> + <move x="155.45" y="202.92"/> + <line x="155.45" y="196.05"/> + <line x="214.05" y="196.05"/> + <line x="214.05" y="202.92"/> + <line x="155.45" y="202.92"/> + <close/> + <move x="155.45" y="216.46"/> + <line x="155.45" y="209.6"/> + <line x="214.05" y="209.6"/> + <line x="214.05" y="216.46"/> + <line x="155.45" y="216.46"/> + <close/> + <move x="105.19" y="186.32"/> + <curve x1="95.7" x2="87.15" x3="87.15" y1="186.32" y2="178.4" y3="168.73"/> + <curve x1="87.15" x2="95.74" x3="105.19" y1="158.42" y2="150.71" y3="150.71"/> + <curve x1="116.17" x2="122.9" x3="122.9" y1="150.71" y2="160.07" y3="168.73"/> + <curve x1="122.9" x2="114.54" x3="105.19" y1="178.38" y2="186.32" y3="186.32"/> + <close/> + <move x="75.88" y="213.6"/> + <line x="75.78" y="203.37"/> + <curve x1="76.4" x2="81.46" x3="89.14" y1="193.6" y2="186.85" y3="181.87"/> + <curve x1="92.47" x2="99.33" x3="104.48" y1="186.4" y2="189.73" y3="189.73"/> + <curve x1="110.94" x2="116.9" x3="120.25" y1="189.73" y2="186.25" y3="181.78"/> + <curve x1="129.56" x2="133.46" x3="133.46" y1="187.22" y2="196.29" y3="203.65"/> + <line x="133.36" y="213.97"/> + <curve x1="133.36" x2="122.04" x3="103.82" y1="218.21" y2="222.21" y3="222.21"/> + <curve x1="89.26" x2="75.88" x3="75.88" y1="222.21" y2="218.1" y3="213.6"/> + <line x="75.88" y="213.6"/> + <close/> + <move x="110.64" y="119.32"/> + <line x="110.64" y="89.12"/> + <line x="145.27" y="89.12"/> + <line x="145.27" y="119.32"/> + <line x="110.64" y="119.32"/> + <close/> + <move x="75.11" y="119.32"/> + <line x="75.11" y="89.12"/> + <line x="108.24" y="89.12"/> + <line x="108.24" y="119.32"/> + <line x="75.11" y="119.32"/> + <close/> + <move x="39.9" y="119.32"/> + <line x="39.9" y="89.12"/> + <line x="73.05" y="89.12"/> + <line x="73.05" y="119.32"/> + <line x="39.9" y="119.32"/> + <close/> + <move x="5.57" y="119.32"/> + <line x="5.57" y="89.12"/> + <line x="37.85" y="89.12"/> + <line x="37.85" y="119.32"/> + <line x="5.57" y="119.32"/> + <close/> + <move x="5.57" y="146.72"/> + <line x="5.57" y="121.33"/> + <line x="37.85" y="121.33"/> + <line x="37.85" y="146.72"/> + <line x="5.57" y="146.72"/> + <close/> + <move x="5.57" y="174.63"/> + <line x="5.57" y="149.2"/> + <line x="37.85" y="149.2"/> + <line x="37.85" y="174.63"/> + <line x="5.57" y="174.63"/> + <close/> + <move x="5.57" y="199.88"/> + <line x="5.57" y="177.04"/> + <line x="37.85" y="177.04"/> + <line x="37.85" y="199.88"/> + <line x="5.57" y="199.88"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="94.02" name="MS Office" strokewidth="inherit" w="100.0"> + <connections/> + <foreground> + <path> + <move x="0.0" y="94.02"/> + <line x="0.0" y="0.0"/> + <line x="100.0" y="0.0"/> + <line x="100.0" y="94.02"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="58.94" y="74.16"/> + <line x="58.94" y="22.37"/> + <line x="31.15" y="28.45"/> + <line x="31.15" y="63.68"/> + <line x="17.37" y="68.89"/> + <close/> + <move x="17.37" y="68.89"/> + <line x="17.37" y="25.56"/> + <line x="58.64" y="10.82"/> + <line x="81.49" y="17.19"/> + <line x="81.49" y="77.32"/> + <line x="58.55" y="83.09"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.46" name="MS Outlook" strokewidth="inherit" w="283.07"> + <connections/> + <foreground> + <path> + <move x="0.0" y="283.46"/> + <line x="0.0" y="0.0"/> + <line x="283.06" y="0.0"/> + <line x="283.06" y="283.46"/> + <line x="0.0" y="283.46"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="166.1" y="123.58"/> + <line x="166.1" y="85.02"/> + <line x="230.85" y="85.02"/> + <curve x1="235.91" x2="238.92" x3="239.04" y1="85.02" y2="89.09" y3="93.24"/> + <line x="179.91" y="132.09"/> + <line x="166.1" y="123.58"/> + <close/> + <move x="166.1" y="190.35"/> + <line x="166.1" y="137.58"/> + <line x="178.01" y="145.72"/> + <curve x1="179.65" x2="181.27" x3="182.55" y1="146.95" y2="146.91" y3="145.91"/> + <line x="239.04" y="108.12"/> + <line x="239.04" y="179.25"/> + <curve x1="239.04" x2="234.01" x3="227.35" y1="186.59" y2="190.35" y3="190.35"/> + <line x="166.1" y="190.35"/> + <close/> + <move x="102.25" y="162.89"/> + <curve x1="94.44" x2="88.63" x3="88.63" y1="162.89" y2="155.16" y3="141.01"/> + <curve x1="88.63" x2="92.9" x3="103.02" y1="130.48" y2="119.86" y3="119.86"/> + <curve x1="112.47" x2="115.79" x3="115.79" y1="119.86" y2="131.45" y3="142.1"/> + <curve x1="115.79" x2="110.24" x3="102.25" y1="155.08" y2="162.89" y3="162.89"/> + <line x="102.25" y="162.89"/> + <close/> + <move x="102.34" y="175.74"/> + <curve x1="119.8" x2="128.48" x3="128.48" y1="175.74" y2="158.82" y3="141.37"/> + <curve x1="128.48" x2="120.57" x3="102.53" y1="124.28" y2="107.18" y3="107.18"/> + <curve x1="90.62" x2="76.77" x3="76.77" y1="107.18" y2="117.16" y3="142.88"/> + <curve x1="76.77" x2="85.7" x3="102.34" y1="158.69" y2="175.74" y3="175.74"/> + <line x="102.34" y="175.74"/> + <close/> + <move x="44.41" y="216.23"/> + <line x="44.41" y="65.23"/> + <line x="159.26" y="43.16"/> + <line x="159.26" y="240.03"/> + <line x="44.41" y="216.23"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="100.0" name="MS SharePoint" strokewidth="inherit" w="99.86"> + <connections/> + <foreground> + <path> + <move x="0.0" y="100.0"/> + <line x="0.0" y="0.0"/> + <line x="99.86" y="0.0"/> + <line x="99.86" y="100.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="56.64" y="70.03"/> + <curve x1="58.65" x2="61.58" x3="63.74" y1="71.85" y2="71.96" y3="70.36"/> + <curve x1="65.97" x2="66.59" x3="66.25" y1="68.96" y2="66.38" y3="64.55"/> + <curve x1="69.78" x2="73.09" x3="74.37" y1="63.22" y2="59.67" y3="55.77"/> + <curve x1="77.51" x2="81.53" x3="81.53" y1="56.51" y2="54.19" y3="49.98"/> + <curve x1="81.53" x2="78.21" x3="74.42" y1="46.46" y2="43.65" y3="44.34"/> + <curve x1="73.13" x2="70.73" x3="66.28" y1="41.01" y2="37.66" y3="35.54"/> + <curve x1="66.81" x2="65.59" x3="62.26" y1="33.15" y2="30.42" y3="29.13"/> + <curve x1="60.77" x2="58.17" x3="56.64" y1="28.53" y2="28.7" y3="30.11"/> + <line x="56.64" y="39.3"/> + <curve x1="57.37" x2="59.14" x3="60.37" y1="40.16" y2="40.75" y3="40.75"/> + <curve x1="62.89" x2="64.35" x3="65.25" y1="40.81" y2="39.56" y3="38.15"/> + <curve x1="68.27" x2="70.78" x3="71.81" y1="39.57" y2="42.68" y3="45.29"/> + <curve x1="70.3" x2="69.61" x3="69.61" y1="46.74" y2="48.3" y3="49.97"/> + <curve x1="69.62" x2="70.63" x3="71.91" y1="51.92" y2="53.53" y3="54.65"/> + <curve x1="70.83" x2="68.58" x3="65.28" y1="57.54" y2="60.35" y3="62.14"/> + <curve x1="64.85" x2="63.39" x3="61.12" y1="61.19" y2="59.8" y3="59.54"/> + <curve x1="59.19" x2="57.7" x3="56.64" y1="59.43" y2="59.84" y3="60.81"/> + <close/> + <move x="28.93" y="61.89"/> + <line x="28.93" y="56.78"/> + <curve x1="31.22" x2="32.93" x3="34.32" y1="58.65" y2="59.35" y3="59.08"/> + <curve x1="35.7" x2="36.29" x3="36.31" y1="58.85" y2="58.0" y3="57.14"/> + <curve x1="36.46" x2="35.05" x3="33.08" y1="55.34" y2="53.95" y3="52.78"/> + <curve x1="31.62" x2="29.73" x3="29.03" y1="51.97" y2="50.69" y3="47.34"/> + <curve x1="28.36" x2="29.91" x3="32.07" y1="43.78" y2="40.98" y3="39.67"/> + <curve x1="34.42" x2="37.47" x3="39.85" y1="38.32" y2="38.74" y3="39.19"/> + <line x="39.85" y="43.98"/> + <curve x1="38.8" x2="37.25" x3="35.56" y1="43.53" y2="42.92" y3="42.86"/> + <curve x1="34.46" x2="32.8" x3="32.78" y1="42.79" y2="43.33" y3="45.04"/> + <curve x1="32.67" x2="33.6" x3="34.21" y1="46.61" y2="47.39" y3="47.91"/> + <curve x1="35.64" x2="36.44" x3="39.26" y1="49.24" y2="49.07" y3="51.74"/> + <curve x1="41.24" x2="41.23" x3="40.54" y1="53.81" y2="57.24" y3="59.02"/> + <curve x1="39.54" x2="38.39" x3="35.63" y1="61.57" y2="62.55" y3="63.14"/> + <curve x1="33.82" x2="30.85" x3="29.01" y1="63.5" y2="62.82" y3="61.89"/> + <close/> + <move x="19.07" y="73.43"/> + <line x="53.46" y="79.85"/> + <line x="53.54" y="21.08"/> + <line x="19.15" y="27.22"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="100.0" name="MS SQL" strokewidth="inherit" w="100.14"> + <connections/> + <foreground> + <path> + <move x="0.0" y="100.0"/> + <line x="0.0" y="0.0"/> + <line x="100.14" y="0.0"/> + <line x="100.14" y="100.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="49.7" y="18.78"/> + <curve x1="49.12" x2="47.73" x3="47.81" y1="16.92" y2="14.55" y3="11.33"/> + <curve x1="46.67" x2="41.34" x3="37.71" y1="12.42" y2="14.17" y3="16.81"/> + <curve x1="42.25" x2="46.78" x3="49.7" y1="17.34" y2="17.76" y3="18.78"/> + <close/> + <move x="52.46" y="24.43"/> + <curve x1="51.47" x2="50.6" x3="50.55" y1="23.41" y2="22.04" y3="20.59"/> + <curve x1="48.94" x2="47.4" x3="45.03" y1="21.61" y2="22.7" y3="23.46"/> + <curve x1="47.94" x2="50.87" x3="52.46" y1="23.4" y2="24.42" y3="24.43"/> + <close/> + <move x="43.07" y="23.37"/> + <line x="44.16" y="23.44"/> + <curve x1="45.93" x2="48.31" x3="50.32" y1="21.49" y2="20.76" y3="19.83"/> + <curve x1="48.42" x2="45.56" x3="43.59" y1="19.72" y2="19.44" y3="18.93"/> + <curve x1="40.72" x2="38.44" x3="36.64" y1="18.33" y2="17.76" y3="16.94"/> + <curve x1="38.72" x2="41.12" x3="43.07" y1="19.12" y2="21.36" y3="23.37"/> + <close/> + <move x="40.27" y="22.54"/> + <curve x1="38.74" x2="37.22" x3="35.63" y1="21.05" y2="19.56" y3="17.89"/> + <curve x1="34.94" x2="34.17" x3="32.78" y1="18.72" y2="19.3" y3="20.54"/> + <curve x1="34.81" x2="37.66" x3="40.27" y1="21.66" y2="22.34" y3="22.54"/> + <close/> + <move x="41.13" y="30.71"/> + <curve x1="40.77" x2="40.26" x3="40.0" y1="29.51" y2="27.57" y3="26.85"/> + <curve x1="39.72" x2="39.19" x3="38.45" y1="26.05" y2="25.01" y3="24.39"/> + <curve x1="37.33" x2="35.31" x3="33.92" y1="23.83" y2="23.27" y3="22.62"/> + <curve x1="36.69" x2="39.45" x3="41.13" y1="24.46" y2="27.3" y3="30.71"/> + <close/> + <move x="42.18" y="30.93"/> + <curve x1="44.89" x2="47.46" x3="49.69" y1="28.57" y2="27.3" y3="26.2"/> + <curve x1="46.9" x2="43.48" x3="40.32" y1="26.13" y2="25.37" y3="24.46"/> + <curve x1="40.61" x2="41.43" x3="42.18" y1="26.14" y2="28.67" y3="30.93"/> + <close/> + <move x="51.46" y="33.65"/> + <curve x1="51.68" x2="51.12" x3="49.69" y1="30.63" y2="28.39" y3="26.2"/> + <curve x1="47.46" x2="45.41" x3="43.21" y1="27.8" y2="29.44" y3="31.94"/> + <curve x1="44.59" x2="45.62" x3="48.4" y1="32.21" y2="32.47" y3="32.86"/> + <curve x1="49.47" x2="50.49" x3="51.46" y1="33.0" y2="33.35" y3="33.65"/> + <close/> + <move x="52.49" y="33.72"/> + <curve x1="56.04" x2="59.28" x3="62.61" y1="31.94" y2="29.9" y3="28.12"/> + <curve x1="60.42" x2="58.39" x3="56.42" y1="27.61" y2="27.34" y3="27.16"/> + <curve x1="54.66" x2="52.15" x3="50.62" y1="27.04" y2="26.6" y3="26.21"/> + <curve x1="52.35" x2="52.49" x3="52.49" y1="27.96" y2="30.49" y3="33.72"/> + <close/> + <move x="59.99" y="38.34"/> + <curve x1="60.92" x2="61.87" x3="62.4" y1="36.77" y2="35.09" y3="33.76"/> + <curve x1="62.98" x2="63.6" x3="63.67" y1="32.34" y2="30.5" y3="28.13"/> + <curve x1="60.24" x2="57.21" x3="53.45" y1="29.92" y2="32.26" y3="34.68"/> + <curve x1="56.1" x2="58.23" x3="59.99" y1="35.45" y2="36.72" y3="38.34"/> + <close/> + <move x="62.02" y="38.23"/> + <line x="77.51" y="32.77"/> + <curve x1="74.46" x2="70.44" x3="64.66" y1="32.4" y2="30.47" y3="29.06"/> + <curve x1="64.79" x2="63.57" x3="62.02" y1="31.82" y2="34.98" y3="38.23"/> + <close/> + <move x="68.28" y="46.86"/> + <curve x1="70.05" x2="72.47" x3="74.95" y1="44.42" y2="41.6" y3="38.84"/> + <curve x1="76.64" x2="77.9" x3="78.72" y1="36.93" y2="35.24" y3="33.77"/> + <curve x1="73.43" x2="67.69" x3="62.77" y1="35.59" y2="37.59" y3="39.33"/> + <curve x1="65.03" x2="66.7" x3="68.28" y1="41.53" y2="44.16" y3="46.86"/> + <close/> + <move x="70.38" y="45.82"/> + <curve x1="73.88" x2="80.98" x3="83.91" y1="44.85" y2="43.55" y3="43.22"/> + <curve x1="87.2" x2="88.46" x3="89.93" y1="42.85" y2="42.62" y3="42.25"/> + <curve x1="88.5" x2="86.9" x3="84.98" y1="40.72" y2="39.16" y3="37.54"/> + <curve x1="83.09" x2="81.3" x3="79.67" y1="35.98" y2="34.68" y3="33.83"/> + <curve x1="78.69" x2="77.41" x3="75.81" y1="35.9" y2="38.17" y3="40.34"/> + <curve x1="74.46" x2="72.76" x3="70.38" y1="42.17" y2="44.0" y3="45.82"/> + <close/> + <move x="43.32" y="42.03"/> + <line x="49.67" y="35.63"/> + <curve x1="47.93" x2="46.03" x3="43.24" y1="34.85" y2="34.0" y3="33.78"/> + <curve x1="43.21" x2="44.04" x3="43.32" y1="36.81" y2="38.61" y3="42.03"/> + <close/> + <move x="46.86" y="45.86"/> + <curve x1="48.64" x2="49.69" x3="50.54" y1="43.41" y2="40.36" y3="37.59"/> + <curve x1="48.28" x2="45.33" x3="43.19" y1="39.18" y2="41.98" y3="43.2"/> + <curve x1="44.48" x2="45.87" x3="46.86" y1="44.22" y2="44.91" y3="45.86"/> + <close/> + <move x="49.87" y="44.8"/> + <curve x1="53.05" x2="56.08" x3="58.02" y1="42.72" y2="40.82" y3="40.31"/> + <line x="52.44" y="37.54"/> + <curve x1="52.51" x2="51.38" x3="49.87" y1="39.47" y2="42.39" y3="44.8"/> + <close/> + <move x="49.75" y="52.35"/> + <curve x1="52.71" x2="55.4" x3="57.96" y1="48.51" y2="44.87" y3="41.33"/> + <curve x1="54.52" x2="51.32" x3="47.87" y1="43.08" y2="44.54" y3="46.86"/> + <curve x1="49.02" x2="49.7" x3="49.75" y1="49.33" y2="50.76" y3="52.35"/> + <close/> + <move x="50.76" y="52.34"/> + <curve x1="55.93" x2="61.97" x3="67.43" y1="50.2" y2="47.84" y3="46.86"/> + <line x="59.99" y="41.18"/> + <curve x1="59.18" x2="58.09" x3="56.2" y1="42.94" y2="44.72" y3="47.14"/> + <curve x1="54.47" x2="52.57" x3="50.76" y1="49.23" y2="50.92" y3="52.34"/> + <close/> + <move x="39.57" y="51.36"/> + <curve x1="42.34" x2="42.71" x3="44.9" y1="49.72" y2="49.0" y3="47.78"/> + <curve x1="44.05" x2="42.99" x3="42.18" y1="46.91" y2="46.75" y3="45.89"/> + <curve x1="42.24" x2="41.87" x3="39.57" y1="47.39" y2="48.94" y3="51.36"/> + <close/> + <move x="34.84" y="57.99"/> + <curve x1="39.01" x2="42.41" x3="44.91" y1="55.02" y2="52.01" y3="48.8"/> + <line x="38.71" y="53.24"/> + <curve x1="37.77" x2="36.56" x3="34.84" y1="54.8" y2="56.39" y3="57.99"/> + <close/> + <move x="36.84" y="57.91"/> + <curve x1="39.85" x2="42.01" x3="44.76" y1="56.45" y2="55.89" y3="54.88"/> + <line x="48.68" y="53.39"/> + <curve x1="48.68" x2="48.58" x3="48.08" y1="52.66" y2="51.88" y3="50.88"/> + <line x="46.88" y="48.77"/> + <curve x1="43.91" x2="40.57" x3="36.84" y1="51.66" y2="55.2" y3="57.91"/> + <close/> + <move x="34.67" y="69.19"/> + <curve x1="36.93" x2="38.93" x3="40.22" y1="65.3" y2="61.54" y3="58.13"/> + <curve x1="38.31" x2="35.68" x3="33.82" y1="59.11" y2="60.09" y3="61.73"/> + <curve x1="32.28" x2="33.47" x3="34.67" y1="65.38" y2="67.37" y3="69.19"/> + <close/> + <move x="47.75" y="65.58"/> + <curve x1="44.77" x2="42.94" x3="42.19" y1="63.77" y2="60.93" y3="58.02"/> + <curve x1="41.79" x2="39.27" x3="36.71" y1="60.58" y2="64.81" y3="69.14"/> + <curve x1="40.69" x2="44.79" x3="47.75" y1="67.32" y2="65.76" y3="65.58"/> + <close/> + <move x="48.81" y="63.72"/> + <curve x1="50.22" x2="50.49" x3="50.52" y1="61.06" y2="58.68" y3="54.41"/> + <curve x1="47.39" x2="46.46" x3="44.1" y1="56.32" y2="55.86" y3="57.13"/> + <curve x1="45.4" x2="47.26" x3="48.81" y1="59.72" y2="62.15" y3="63.72"/> + <close/> + <move x="60.96" y="58.08"/> + <curve x1="60.85" x2="60.79" x3="59.99" y1="54.49" y2="52.62" y3="50.6"/> + <line x="53.51" y="53.41"/> + <curve x1="56.12" x2="58.81" x3="60.96" y1="54.86" y2="56.45" y3="58.08"/> + <move x="50.56" y="63.64"/> + <curve x1="55.0" x2="57.4" x3="60.96" y1="61.94" y2="59.92" y3="58.08"/> + <curve x1="57.67" x2="54.78" x3="51.54" y1="56.39" y2="55.19" y3="53.41"/> + <curve x1="51.98" x2="52.13" x3="51.62" y1="54.72" y2="56.45" y3="58.73"/> + <curve x1="51.28" x2="50.93" x3="50.56" y1="60.51" y2="62.21" y3="63.64"/> + <close/> + <move x="59.96" y="69.26"/> + <curve x1="60.47" x2="60.75" x3="60.86" y1="67.76" y2="65.95" y3="63.91"/> + <curve x1="60.93" x2="60.98" x3="60.96" y1="62.13" y2="60.25" y3="58.08"/> + <curve x1="59.71" x2="58.42" x3="56.15" y1="59.14" y2="60.15" y3="61.58"/> + <curve x1="54.33" x2="52.36" x3="50.59" y1="62.76" y2="63.78" y3="64.65"/> + <curve x1="51.88" x2="53.29" x3="55.02" y1="65.55" y2="66.44" y3="67.27"/> + <curve x1="57.02" x2="58.55" x3="59.96" y1="68.34" y2="68.9" y3="69.26"/> + <close/> + <move x="43.16" y="76.89"/> + <curve x1="45.33" x2="46.96" x3="47.8" y1="73.18" y2="69.77" y3="66.55"/> + <curve x1="46.44" x2="44.5" x3="41.53" y1="67.35" y2="68.22" y3="69.24"/> + <curve x1="39.73" x2="37.15" x3="35.69" y1="69.89" y2="70.41" y3="71.2"/> + <curve x1="36.27" x2="37.94" x3="38.93" y1="72.9" y2="73.49" y3="74.47"/> + <curve x1="40.63" x2="41.75" x3="43.16" y1="75.94" y2="76.65" y3="76.89"/> + <close/> + <move x="45.04" y="75.79"/> + <curve x1="46.93" x2="49.69" x3="52.86" y1="75.46" y2="74.46" y3="73.15"/> + <curve x1="55.06" x2="57.4" x3="60.01" y1="72.29" y2="71.2" y3="70.23"/> + <curve x1="57.67" x2="53.37" x3="49.7" y1="69.79" y2="67.99" y3="66.57"/> + <curve x1="48.82" x2="47.61" x3="45.04" y1="69.47" y2="72.45" y3="75.79"/> + <close/> + <move x="57.1" y="81.44"/> + <curve x1="58.29" x2="58.96" x3="60.01" y1="78.19" y2="73.76" y3="70.23"/> + <curve x1="58.82" x2="56.2" x3="53.21" y1="71.37" y2="72.69" y3="74.05"/> + <curve x1="50.29" x2="47.59" x3="44.93" y1="75.44" y2="76.63" y3="77.8"/> + <curve x1="47.02" x2="49.87" x3="51.77" y1="78.79" y2="80.03" y3="80.6"/> + <curve x1="53.61" x2="55.4" x3="57.1" y1="81.13" y2="81.45" y3="81.44"/> + <close/> + <move x="20.77" y="73.1"/> + <curve x1="22.85" x2="25.6" x3="27.22" y1="73.06" y2="72.39" y3="71.75"/> + <curve x1="29.9" x2="31.39" x3="32.73" y1="70.72" y2="69.95" y3="69.21"/> + <curve x1="31.28" x2="30.69" x3="30.98" y1="67.7" y2="65.34" y3="62.72"/> + <curve x1="28.8" x2="26.07" x3="24.2" y1="63.88" y2="65.32" y3="67.38"/> + <curve x1="22.8" x2="21.4" x3="20.77" y1="68.97" y2="70.91" y3="73.1"/> + <close/> + <move x="20.75" y="74.92"/> + <curve x1="20.77" x2="22.96" x3="25.38" y1="78.17" y2="80.83" y3="82.37"/> + <curve x1="27.4" x2="29.0" x3="32.63" y1="79.18" y2="75.86" y3="72.25"/> + <curve x1="28.69" x2="24.72" x3="20.75" y1="73.14" y2="74.03" y3="74.92"/> + <close/> + <move x="25.38" y="82.37"/> + <curve x1="28.56" x2="31.31" x3="34.02" y1="81.89" y2="80.99" y3="80.05"/> + <curve x1="36.01" x2="38.16" x3="40.27" y1="79.4" y2="78.56" y3="77.76"/> + <curve x1="38.26" x2="35.9" x3="33.76" y1="76.12" y2="74.56" y3="72.19"/> + <close/> + <move x="36.54" y="88.02"/> + <curve x1="38.25" x2="40.33" x3="42.09" y1="84.75" y2="82.01" y3="79.6"/> + <curve x1="37.09" x2="30.55" x3="27.22" y1="80.61" y2="82.24" y3="83.35"/> + <curve x1="29.63" x2="33.56" x3="36.54" y1="85.95" y2="86.72" y3="88.02"/> + <close/> + <move x="37.56" y="88.0"/> + <curve x1="42.48" x2="49.98" x3="56.19" y1="86.86" y2="84.31" y3="82.41"/> + <curve x1="51.72" x2="47.4" x3="43.15" y1="81.8" y2="80.79" y3="79.62"/> + <close/> + <move x="39.05" y="88.19"/> + <curve x1="44.66" x2="49.09" x3="53.45" y1="89.33" y2="90.75" y3="90.84"/> + <curve x1="54.6" x2="55.66" x3="56.19" y1="87.98" y2="85.15" y3="82.41"/> + <curve x1="51.3" x2="45.03" x3="39.05" y1="85.49" y2="87.2" y3="88.19"/> + <close/> + <move x="54.37" y="91.85"/> + <curve x1="49.34" x2="44.77" x3="35.21" y1="91.61" y2="91.09" y3="89.13"/> + <curve x1="29.19" x2="22.33" x3="18.6" y1="86.74" y2="84.05" y3="78.81"/> + <curve x1="15.64" x2="20.79" x3="23.49" y1="73.15" y2="68.62" y3="65.63"/> + <curve x1="25.4" x2="31.22" x3="38.35" y1="63.46" y2="60.84" y3="50.68"/> + <curve x1="42.36" x2="43.36" x3="40.73" y1="45.1" y2="38.54" y3="31.95"/> + <curve x1="39.25" x2="32.87" x3="31.09" y1="28.0" y2="22.97" y3="20.78"/> + <curve x1="30.63" x2="30.4" x3="31.33" y1="20.13" y2="19.68" y3="18.9"/> + <curve x1="35.19" x2="43.98" x3="47.81" y1="15.35" y2="11.56" y3="11.33"/> + <curve x1="49.87" x2="51.89" x3="54.4" y1="15.02" y2="20.98" y3="25.32"/> + <curve x1="62.45" x2="69.51" x3="75.48" y1="26.35" y2="28.18" y3="30.37"/> + <curve x1="81.12" x2="88.42" x3="91.9" y1="32.43" y2="36.99" y3="43.19"/> + <curve x1="81.93" x2="71.11" x3="61.97" y1="44.35" y2="48.33" y3="51.56"/> + <curve x1="63.11" x2="63.36" x3="62.1" y1="56.87" y2="62.79" y3="71.26"/> + <curve x1="60.46" x2="57.1" x3="54.37" y1="78.98" y2="84.97" y3="91.85"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="282.27" name="MS Windows" strokewidth="inherit" w="283.46"> + <connections/> + <foreground> + <path> + <move x="0.0" y="282.27"/> + <line x="0.0" y="0.0"/> + <line x="283.46" y="0.0"/> + <line x="283.46" y="282.27"/> + <line x="0.0" y="282.27"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="124.29" y="219.89"/> + <line x="124.29" y="154.06"/> + <line x="221.75" y="154.06"/> + <line x="221.75" y="240.24"/> + <line x="124.29" y="219.89"/> + <close/> + <move x="124.29" y="137.99"/> + <line x="124.29" y="69.89"/> + <line x="221.75" y="50.02"/> + <line x="221.75" y="137.99"/> + <line x="124.29" y="137.99"/> + <close/> + <move x="48.63" y="137.99"/> + <line x="48.63" y="84.1"/> + <line x="109.72" y="71.41"/> + <line x="109.72" y="137.99"/> + <line x="48.63" y="137.99"/> + <close/> + <move x="48.63" y="205.51"/> + <line x="48.63" y="154.06"/> + <line x="109.72" y="154.06"/> + <line x="109.72" y="218.39"/> + <line x="48.63" y="205.51"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.46" name="NAS Backup" strokewidth="inherit" w="282.29"> + <connections/> + <foreground> + <path> + <move x="0.0" y="283.46"/> + <line x="0.0" y="0.0"/> + <line x="282.29" y="0.0"/> + <line x="282.29" y="283.46"/> + <line x="0.0" y="283.46"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="147.49" y="172.39"/> + <curve x1="148.08" x2="152.36" x3="159.48" y1="153.38" y2="138.55" y3="123.8"/> + <curve x1="166.77" x2="176.65" x3="186.55" y1="110.2" y2="97.84" y3="89.56"/> + <curve x1="188.82" x2="190.93" x3="193.27" y1="87.12" y2="87.0" y3="89.35"/> + <line x="202.99" y="98.24"/> + <line x="202.99" y="50.24"/> + <line x="154.85" y="50.24"/> + <line x="164.94" y="60.05"/> + <curve x1="167.78" x2="168.16" x3="164.8" y1="62.66" y2="65.14" y3="68.11"/> + <curve x1="150.76" x2="140.38" x3="136.58" y1="81.83" y2="95.33" y3="112.05"/> + <curve x1="131.3" x2="138.43" x3="147.49" y1="130.88" y2="152.44" y3="172.39"/> + <line x="147.49" y="172.39"/> + <close/> + <move x="168.34" y="166.48"/> + <line x="221.38" y="166.48"/> + <line x="221.38" y="133.84"/> + <line x="168.34" y="133.84"/> + <line x="168.34" y="166.48"/> + <close/> + <move x="168.34" y="211.9"/> + <line x="221.38" y="211.9"/> + <line x="221.38" y="204.31"/> + <line x="168.34" y="204.31"/> + <line x="168.34" y="211.9"/> + <close/> + <move x="168.34" y="231.59"/> + <line x="221.38" y="231.59"/> + <line x="221.38" y="223.47"/> + <line x="168.34" y="223.47"/> + <line x="168.34" y="231.59"/> + <close/> + <move x="160.36" y="248.77"/> + <curve x1="156.77" x2="154.44" x3="154.44" y1="248.77" y2="246.41" y3="242.1"/> + <line x="154.44" y="200.65"/> + <curve x1="146.98" x2="133.7" x3="129.95" y1="191.45" y2="162.71" y3="147.09"/> + <curve x1="126.1" x2="124.63" x3="137.25" y1="129.45" y2="112.68" y3="89.04"/> + <curve x1="139.83" x2="148.7" x3="156.76" y1="83.85" y2="72.78" y3="64.18"/> + <line x="142.22" y="49.65"/> + <curve x1="139.48" x2="141.42" x3="145.94" y1="46.61" y2="42.2" y3="42.2"/> + <line x="206.8" y="42.2"/> + <curve x1="210.07" x2="211.23" x3="211.23" y1="42.2" y2="44.33" y3="47.1"/> + <line x="211.23" y="106.66"/> + <curve x1="211.23" x2="206.49" x3="203.42" y1="111.18" y2="113.36" y3="110.09"/> + <line x="189.42" y="96.13"/> + <curve x1="181.22" x2="174.86" x3="169.94" y1="103.54" y2="111.51" y3="119.78"/> + <line x="228.9" y="119.78"/> + <curve x1="233.39" x2="235.05" x3="235.05" y1="119.78" y2="122.03" y3="126.4"/> + <line x="235.05" y="243.03"/> + <curve x1="235.05" x2="232.31" x3="229.37" y1="246.72" y2="248.71" y3="248.71"/> + <line x="160.36" y="248.77"/> + <close/> + <move x="110.66" y="60.77"/> + <line x="110.66" y="55.81"/> + <line x="61.71" y="55.81"/> + <line x="61.71" y="60.77"/> + <line x="110.66" y="60.77"/> + <close/> + <move x="118.89" y="62.97"/> + <line x="51.9" y="62.97"/> + <line x="51.9" y="69.43"/> + <line x="118.89" y="69.43"/> + <line x="118.89" y="62.97"/> + <close/> + <move x="95.78" y="93.8"/> + <line x="108.36" y="93.8"/> + <line x="108.36" y="104.05"/> + <line x="95.78" y="104.05"/> + <line x="95.78" y="93.8"/> + <close/> + <move x="95.78" y="89.78"/> + <line x="95.78" y="81.57"/> + <line x="108.36" y="81.57"/> + <line x="108.36" y="89.78"/> + <line x="95.78" y="89.78"/> + <close/> + <move x="79.3" y="89.78"/> + <line x="79.3" y="81.57"/> + <line x="91.93" y="81.57"/> + <line x="91.93" y="89.78"/> + <line x="79.3" y="89.78"/> + <close/> + <move x="62.71" y="89.78"/> + <line x="62.71" y="81.57"/> + <line x="74.34" y="81.57"/> + <line x="74.34" y="89.78"/> + <line x="62.71" y="89.78"/> + <close/> + <move x="62.71" y="104.05"/> + <line x="62.71" y="93.8"/> + <line x="74.34" y="93.8"/> + <line x="74.34" y="104.05"/> + <line x="62.71" y="104.05"/> + <close/> + <move x="91.93" y="113.18"/> + <line x="120.43" y="113.18"/> + <line x="120.43" y="71.18"/> + <line x="52.29" y="71.18"/> + <line x="52.29" y="113.18"/> + <line x="79.3" y="113.18"/> + <line x="79.3" y="93.8"/> + <line x="91.93" y="93.8"/> + <line x="91.93" y="113.18"/> + <close/> + <move x="40.43" y="132.68"/> + <line x="40.43" y="42.2"/> + <line x="131.91" y="42.2"/> + <line x="131.91" y="86.01"/> + <curve x1="126.29" x2="122.2" x3="121.35" y1="95.7" y2="105.71" y3="115.46"/> + <line x="46.34" y="115.46"/> + <line x="46.34" y="119.04"/> + <line x="120.86" y="119.04"/> + <curve x1="120.22" x2="120.14" x3="120.86" y1="123.69" y2="128.91" y3="132.68"/> + <line x="40.43" y="132.68"/> + <close/> + <move x="107.56" y="227.27"/> + <line x="107.56" y="224.87"/> + <line x="123.31" y="224.87"/> + <line x="123.31" y="224.25"/> + <line x="107.56" y="224.25"/> + <line x="107.56" y="221.48"/> + <line x="88.29" y="221.48"/> + <line x="88.29" y="202.94"/> + <line x="113.85" y="202.94"/> + <line x="113.85" y="151.17"/> + <line x="92.5" y="151.17"/> + <line x="85.14" y="157.45"/> + <line x="56.98" y="157.45"/> + <line x="56.98" y="195.72"/> + <curve x1="56.98" x2="59.57" x3="63.78" y1="199.93" y2="202.94" y3="202.94"/> + <line x="82.58" y="202.94"/> + <line x="82.58" y="221.48"/> + <line x="63.33" y="221.48"/> + <line x="63.33" y="224.25"/> + <line x="47.6" y="224.25"/> + <line x="47.6" y="224.87"/> + <line x="63.33" y="224.87"/> + <line x="63.33" y="227.27"/> + <line x="107.56" y="227.27"/> + <close/> + <move x="40.43" y="235.22"/> + <line x="40.43" y="139.36"/> + <line x="120.72" y="139.36"/> + <curve x1="123.42" x2="127.75" x3="131.91" y1="153.7" y2="164.27" y3="172.65"/> + <line x="131.91" y="235.22"/> + <line x="40.43" y="235.22"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="191.37" name="ONE client" strokewidth="inherit" w="283.0"> + <connections/> + <foreground> + <path> + <move x="148.63" y="189.38"/> + <line x="148.63" y="178.08"/> + <curve x1="148.63" x2="154.82" x3="159.56" y1="171.33" y2="167.96" y3="167.96"/> + <line x="184.98" y="167.96"/> + <line x="184.98" y="149.9"/> + <line x="132.54" y="149.9"/> + <curve x1="124.01" x2="109.99" x3="110.17" y1="149.9" y2="142.64" y3="125.64"/> + <line x="110.17" y="0.0"/> + <line x="260.5" y="0.0"/> + <curve x1="268.81" x2="283.0" x3="283.0" y1="0.0" y2="6.98" y3="23.44"/> + <line x="283.0" y="149.9"/> + <line x="208.68" y="149.9"/> + <line x="208.68" y="167.96"/> + <line x="243.02" y="167.96"/> + <line x="243.02" y="178.9"/> + <curve x1="243.02" x2="240.66" x3="231.23" y1="182.94" y2="189.38" y3="189.38"/> + <line x="148.63" y="189.38"/> + <line x="148.63" y="189.38"/> + <close/> + <move x="17.52" y="191.37"/> + <curve x1="8.16" x2="0.0" x3="0.0" y1="191.37" y2="183.98" y3="173.7"/> + <line x="0.0" y="11.66"/> + <line x="100.27" y="11.66"/> + <curve x1="102.94" x2="104.35" x3="106.26" y1="11.66" y2="12.03" y3="12.78"/> + <line x="106.26" y="127.71"/> + <curve x1="106.29" x2="111.13" x3="118.02" y1="137.87" y2="144.5" y3="148.44"/> + <line x="118.02" y="191.37"/> + <line x="17.52" y="191.37"/> + <line x="17.52" y="191.37"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="98.04" y="43.69"/> + <line x="98.04" y="37.8"/> + <curve x1="98.04" x2="93.2" x3="88.98" y1="32.05" y2="28.78" y3="28.78"/> + <line x="61.79" y="28.78"/> + <line x="61.79" y="34.23"/> + <curve x1="61.79" x2="67.39" x3="71.03" y1="40.94" y2="43.69" y3="43.69"/> + <line x="98.04" y="43.69"/> + <line x="98.04" y="43.69"/> + <close/> + <move x="19.59" y="49.54"/> + <curve x1="15.23" x2="10.96" x3="10.96" y1="49.54" y2="45.84" y3="40.75"/> + <line x="10.96" y="24.93"/> + <line x="94.19" y="24.93"/> + <curve x1="99.82" x2="103.8" x3="103.8" y1="24.93" y2="29.05" y3="34.69"/> + <line x="103.8" y="49.54"/> + <curve x1="103.8" x2="19.59" x3="19.59" y1="49.54" y2="49.54" y3="49.54"/> + <close/> + <move x="98.04" y="75.54"/> + <line x="98.04" y="69.14"/> + <curve x1="98.04" x2="93.99" x3="89.36" y1="64.53" y2="60.67" y3="60.67"/> + <line x="61.79" y="60.67"/> + <line x="61.79" y="66.83"/> + <curve x1="61.79" x2="66.3" x3="70.72" y1="71.35" y2="75.54" y3="75.54"/> + <line x="98.04" y="75.54"/> + <close/> + <move x="20.46" y="79.67"/> + <curve x1="15.33" x2="10.96" x3="10.96" y1="79.67" y2="76.04" y3="70.71"/> + <line x="10.96" y="55.3"/> + <line x="94.09" y="55.3"/> + <curve x1="98.98" x2="103.8" x3="103.8" y1="55.3" y2="58.42" y3="64.79"/> + <line x="103.8" y="79.67"/> + <line x="20.46" y="79.67"/> + <close/> + <move x="98.04" y="104.41"/> + <line x="98.04" y="99.71"/> + <curve x1="98.04" x2="94.34" x3="88.63" y1="94.69" y2="90.6" y3="90.6"/> + <line x="61.79" y="90.6"/> + <line x="61.79" y="95.39"/> + <curve x1="61.79" x2="66.82" x3="70.68" y1="100.98" y2="104.41" y3="104.41"/> + <line x="98.04" y="104.41"/> + <line x="98.04" y="104.41"/> + <close/> + <move x="19.69" y="110.31"/> + <curve x1="14.74" x2="10.96" x3="10.96" y1="110.31" y2="106.28" y3="101.51"/> + <line x="10.96" y="85.46"/> + <line x="94.02" y="85.46"/> + <curve x1="99.36" x2="103.8" x3="103.8" y1="85.46" y2="89.39" y3="95.66"/> + <line x="103.8" y="110.31"/> + <line x="19.69" y="110.31"/> + <line x="19.69" y="110.31"/> + <close/> + </path> + <fill/> + <path> + <move x="134.47" y="133.73"/> + <curve x1="130.23" x2="126.3" x3="126.3" y1="133.73" y2="131.09" y3="127.43"/> + <line x="126.3" y="16.13"/> + <line x="257.96" y="16.13"/> + <curve x1="263.0" x2="267.09" x3="267.09" y1="16.13" y2="18.7" y3="23.42"/> + <line x="267.09" y="133.73"/> + <line x="134.47" y="133.73"/> + <close/> + </path> + <fill/> + <fillcolor color="#f89521"/> + <path> + <move x="148.45" y="121.96"/> + <line x="148.45" y="24.98"/> + <line x="245.24" y="24.98"/> + <line x="245.24" y="121.96"/> + <line x="148.45" y="121.96"/> + <close/> + <move x="242.21" y="119.0"/> + <line x="242.21" y="83.85"/> + <curve x1="231.25" x2="219.29" x3="209.8" y1="76.19" y2="80.1" y3="88.76"/> + <curve x1="203.89" x2="199.22" x3="188.86" y1="93.65" y2="99.68" y3="106.5"/> + <curve x1="182.5" x2="172.85" x3="165.62" y1="110.74" y2="109.18" y3="105.97"/> + <curve x1="159.79" x2="155.17" x3="151.76" y1="103.18" y2="101.86" y3="103.11"/> + <line x="151.76" y="119.0"/> + <line x="242.21" y="119.0"/> + <close/> + <move x="242.21" y="78.95"/> + <line x="242.21" y="78.95"/> + <line x="242.21" y="61.64"/> + <line x="224.68" y="45.39"/> + <line x="199.7" y="70.07"/> + <line x="183.12" y="53.72"/> + <line x="151.76" y="84.1"/> + <line x="151.76" y="98.94"/> + <curve x1="155.57" x2="160.6" x3="165.93" y1="97.6" y2="99.17" y3="101.74"/> + <curve x1="168.79" x2="172.96" x3="177.16" y1="103.16" y2="104.53" y3="104.9"/> + <curve x1="183.24" x2="185.63" x3="189.98" y1="105.68" y2="104.06" y3="100.82"/> + <curve x1="201.16" x2="205.66" x3="212.38" y1="92.42" y2="85.79" y3="81.73"/> + <curve x1="219.5" x2="229.28" x3="242.21" y1="77.13" y2="72.39" y3="78.95"/> + <line x="242.21" y="78.95"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="93.82" name="ONE Server" strokewidth="inherit" w="99.55"> + <connections/> + <foreground> + <save/> + <path> + <move x="8.82" y="93.82"/> + <curve x1="5.6" x2="0.0" x3="0.0" y1="93.82" y2="90.12" y3="84.34"/> + <line x="0.0" y="67.66"/> + <line x="89.23" y="67.66"/> + <curve x1="96.81" x2="99.55" x3="99.55" y1="67.66" y2="73.54" y3="77.11"/> + <line x="99.55" y="93.82"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="84.19" y="83.01"/> + <line x="84.19" y="78.21"/> + <line x="91.77" y="78.21"/> + <line x="91.77" y="83.01"/> + <close/> + <move x="56.23" y="85.58"/> + <line x="56.23" y="75.6"/> + <line x="81.52" y="75.6"/> + <line x="81.52" y="85.58"/> + <close/> + <move x="48.02" y="84.31"/> + <curve x1="46.19" x2="44.3" x3="44.3" y1="84.31" y2="83.09" y3="80.28"/> + <curve x1="44.3" x2="45.71" x3="48.12" y1="78.4" y2="76.57" y3="76.57"/> + <curve x1="50.61" x2="51.85" x3="51.85" y1="76.57" y2="78.63" y3="80.55"/> + <curve x1="51.85" x2="50.36" x3="48.02" y1="82.52" y2="84.31" y3="84.31"/> + <close/> + <move x="15.48" y="85.58"/> + <line x="15.48" y="75.6"/> + <line x="40.73" y="75.6"/> + <line x="40.73" y="85.58"/> + <close/> + <move x="9.82" y="82.94"/> + <curve x1="8.46" x2="7.45" x3="7.45" y1="82.94" y2="81.93" y3="80.59"/> + <curve x1="7.45" x2="8.63" x3="9.79" y1="79.15" y2="78.23" y3="78.23"/> + <curve x1="11.42" x2="12.14" x3="12.14" y1="78.23" y2="79.54" y3="80.57"/> + <curve x1="12.14" x2="11.12" x3="9.82" y1="81.96" y2="82.94" y3="82.94"/> + <close/> + </path> + <fill/> + <fillcolor color="#f6921e"/> + <path> + <move x="19.43" y="60.73"/> + <line x="19.43" y="0.0"/> + <line x="80.38" y="0.0"/> + <line x="80.38" y="60.73"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <alpha alpha="0.5"/> + <path> + <move x="38.34" y="41.54"/> + <line x="61.57" y="41.54"/> + <line x="61.57" y="19.2"/> + <line x="38.34" y="19.2"/> + <close/> + <move x="37.4" y="60.73"/> + <line x="37.4" y="42.63"/> + <line x="19.43" y="42.63"/> + <line x="19.43" y="41.54"/> + <line x="37.4" y="41.54"/> + <line x="37.4" y="19.2"/> + <line x="19.43" y="19.2"/> + <line x="19.43" y="18.24"/> + <line x="37.4" y="18.24"/> + <line x="37.4" y="0.0"/> + <line x="38.34" y="0.0"/> + <line x="38.34" y="18.24"/> + <line x="61.57" y="18.24"/> + <line x="61.57" y="0.0"/> + <line x="62.57" y="0.0"/> + <line x="62.57" y="18.24"/> + <line x="80.38" y="18.24"/> + <line x="80.38" y="19.2"/> + <line x="62.57" y="19.2"/> + <line x="62.57" y="41.54"/> + <line x="80.38" y="41.54"/> + <line x="80.38" y="42.63"/> + <line x="62.57" y="42.63"/> + <line x="62.57" y="60.73"/> + <line x="61.57" y="60.73"/> + <line x="61.57" y="42.63"/> + <line x="38.34" y="42.63"/> + <line x="38.34" y="60.73"/> + <close/> + </path> + <fill/> + <restore/> + <rect/> + <stroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="19.43" y="49.03"/> + <line x="19.43" y="43.79"/> + <line x="49.5" y="19.2"/> + <line x="57.48" y="23.9"/> + <line x="67.05" y="14.45"/> + <line x="80.38" y="27.16"/> + <line x="80.38" y="32.75"/> + <line x="67.07" y="19.91"/> + <line x="58.01" y="28.93"/> + <line x="49.95" y="24.13"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="282.59" name="Paused" strokewidth="inherit" w="283.06"> + <connections/> + <foreground> + <path> + <move x="142.81" y="282.59"/> + <curve x1="54.97" x2="0.0" x3="0.0" y1="282.59" y2="213.54" y3="138.64"/> + <curve x1="0.0" x2="61.94" x3="141.3" y1="65.24" y2="0.0" y3="0.0"/> + <curve x1="226.4" x2="283.06" x3="283.06" y1="0.0" y2="70.01" y3="140.63"/> + <curve x1="283.06" x2="216.36" x3="142.81" y1="223.52" y2="282.59" y3="282.59"/> + <line x="142.81" y="282.59"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="162.23" y="213.36"/> + <line x="162.23" y="84.58"/> + <curve x1="162.23" x2="168.45" x3="178.26" y1="74.96" y2="68.26" y3="68.26"/> + <line x="205.31" y="68.26"/> + <line x="205.31" y="198.59"/> + <curve x1="205.31" x2="200.36" x3="189.5" y1="205.44" y2="213.36" y3="213.36"/> + <line x="162.23" y="213.36"/> + <close/> + <move x="77.75" y="213.36"/> + <line x="77.75" y="83.43"/> + <curve x1="77.75" x2="85.1" x3="92.43" y1="74.66" y2="68.26" y3="68.26"/> + <line x="120.23" y="68.26"/> + <line x="120.23" y="196.6"/> + <curve x1="120.25" x2="113.11" x3="104.17" y1="206.92" y2="213.36" y3="213.36"/> + <line x="77.75" y="213.36"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="100.01" name="Portal Admin" strokewidth="inherit" w="91.54"> + <connections/> + <foreground> + <path> + <move x="36.77" y="54.86"/> + <curve x1="26.07" x2="13.41" x3="13.41" y1="54.86" y2="46.1" y3="30.91"/> + <line x="13.41" y="24.44"/> + <curve x1="13.41" x2="24.36" x3="36.97" y1="10.3" y2="0.0" y3="0.0"/> + <curve x1="51.56" x2="61.24" x3="61.24" y1="0.0" y2="11.4" y3="24.4"/> + <line x="61.24" y="31.6"/> + <curve x1="61.24" x2="52.25" x3="36.77" y1="42.07" y2="54.86" y3="54.86"/> + <close/> + <move x="3.32" y="99.99"/> + <curve x1="2.02" x2="0.0" x3="0.0" y1="99.99" y2="98.27" y3="96.15"/> + <line x="0.0" y="84.59"/> + <curve x1="0.0" x2="8.85" x3="21.23" y1="71.93" y2="59.9" y3="56.25"/> + <curve x1="24.91" x2="30.64" x3="37.26" y1="58.69" y2="60.95" y3="60.95"/> + <curve x1="44.11" x2="49.88" x3="53.76" y1="60.95" y2="58.96" y3="56.17"/> + <curve x1="57.07" x2="59.68" x3="63.19" y1="57.48" y2="58.75" y3="61.33"/> + <curve x1="56.3" x2="50.38" x3="50.38" y1="64.76" y2="72.62" y3="81.79"/> + <curve x1="50.43" x2="54.9" x3="58.79" y1="90.74" y2="96.64" y3="99.99"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="73.45" y="100.01"/> + <curve x1="64.28" x2="55.52" x3="55.52" y1="100.01" y2="92.86" y3="81.74"/> + <curve x1="55.52" x2="62.87" x3="73.8" y1="72.48" y2="63.93" y3="63.93"/> + <curve x1="81.76" x2="91.54" x3="91.54" y1="63.93" y2="70.18" y3="82.13"/> + <curve x1="91.09" x2="81.79" x3="73.45" y1="94.15" y2="100.01" y3="100.01"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="73.64" y="75.72"/> + <curve x1="74.33" x2="74.88" x3="74.88" y1="75.72" y2="75.09" y3="74.46"/> + <curve x1="74.88" x2="74.39" x3="73.56" y1="73.76" y2="73.28" y3="73.28"/> + <curve x1="72.83" x2="72.37" x3="72.37" y1="73.28" y2="73.78" y3="74.38"/> + <curve x1="72.37" x2="72.91" x3="73.64" y1="75.16" y2="75.72" y3="75.72"/> + <close/> + <move x="72.98" y="92.69"/> + <line x="71.02" y="91.37"/> + <line x="71.02" y="81.91"/> + <curve x1="69.66" x2="67.76" x3="67.76" y1="81.6" y2="79.98" y3="77.06"/> + <curve x1="67.76" x2="70.5" x3="73.42" y1="73.87" y2="71.48" y3="71.48"/> + <curve x1="76.53" x2="78.82" x3="78.82" y1="71.48" y2="74.54" y3="76.92"/> + <curve x1="78.82" x2="77.8" x3="75.7" y1="79.31" y2="81.34" y3="81.88"/> + <line x="75.7" y="83.26"/> + <line x="74.65" y="84.23"/> + <line x="75.7" y="85.17"/> + <line x="75.7" y="85.94"/> + <line x="74.68" y="86.79"/> + <line x="75.7" y="87.82"/> + <line x="75.7" y="88.53"/> + <line x="74.69" y="89.5"/> + <line x="75.02" y="90.07"/> + <line x="75.02" y="91.31"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.05" name="Powered" strokewidth="inherit" w="283.14"> + <connections/> + <foreground> + <path> + <move x="141.04" y="283.05"/> + <curve x1="54.1" x2="0.0" x3="0.0" y1="283.05" y2="210.97" y3="144.45"/> + <curve x1="0.0" x2="72.15" x3="140.67" y1="54.56" y2="0.0" y3="0.0"/> + <curve x1="220.88" x2="283.14" x3="283.14" y1="0.0" y2="64.88" y3="141.26"/> + <curve x1="283.14" x2="219.08" x3="141.04" y1="221.36" y2="283.05" y3="283.05"/> + <line x="141.04" y="283.05"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="161.69" y="30.03"/> + <line x="161.69" y="92.74"/> + <curve x1="161.69" x2="153.71" x3="141.17" y1="107.25" y2="114.8" y3="114.8"/> + <line x="125.25" y="114.8"/> + <line x="125.25" y="50.19"/> + <curve x1="125.25" x2="133.29" x3="142.78" y1="38.6" y2="30.03" y3="30.03"/> + <line x="161.69" y="30.03"/> + <close/> + <move x="183.03" y="63.71"/> + <curve x1="210.48" x2="229.9" x3="229.9" y1="77.36" y2="109.12" y3="140.07"/> + <curve x1="229.9" x2="195.78" x3="138.93" y1="185.67" y2="229.61" y3="229.61"/> + <curve x1="102.17" x2="54.0" x3="54.0" y1="229.61" y2="197.78" y3="139.74"/> + <curve x1="54.0" x2="76.69" x3="100.57" y1="105.46" y2="75.79" y3="63.96"/> + <line x="100.57" y="93.68"/> + <curve x1="86.6" x2="78.54" x3="78.54" y1="105.77" y2="124.67" y3="140.33"/> + <curve x1="78.54" x2="110.55" x3="142.38" y1="180.92" y2="205.12" y3="205.12"/> + <curve x1="177.6" x2="205.01" x3="205.01" y1="205.12" y2="175.85" y3="141.41"/> + <curve x1="205.01" x2="196.54" x3="183.03" y1="121.43" y2="105.51" y3="93.55"/> + <line x="183.03" y="63.71"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="100.0" name="Powered Network" strokewidth="inherit" w="100.14"> + <connections/> + <foreground> + <path> + <move x="0.0" y="100.0"/> + <line x="0.0" y="0.0"/> + <line x="100.14" y="0.0"/> + <line x="100.14" y="100.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="77.85" y="36.68"/> + <curve x1="71.15" x2="65.93" x3="65.93" y1="36.68" y2="31.02" y3="24.58"/> + <curve x1="65.93" x2="70.72" x3="78.23" y1="18.77" y2="12.79" y3="12.79"/> + <curve x1="84.06" x2="89.82" x3="89.82" y1="12.79" y2="17.7" y3="24.87"/> + <curve x1="89.82" x2="84.4" x3="77.85" y1="31.28" y2="36.68" y3="36.68"/> + <close/> + <move x="55.41" y="59.83"/> + <line x="67.66" y="37.98"/> + <curve x1="69.09" x2="71.41" x3="73.69" y1="39.31" y2="40.73" y3="41.44"/> + <line x="61.47" y="63.16"/> + <curve x1="59.62" x2="57.32" x3="55.41" y1="61.53" y2="60.4" y3="59.83"/> + <close/> + <move x="37.95" y="28.13"/> + <curve x1="38.6" x2="38.49" x3="37.95" y1="25.91" y2="23.12" y3="20.94"/> + <line x="61.78" y="20.95"/> + <curve x1="61.22" x2="61.2" x3="61.86" y1="23.69" y2="26.2" y3="28.13"/> + <close/> + <move x="20.8" y="36.68"/> + <curve x1="14.21" x2="8.91" x3="8.91" y1="36.68" y2="31.01" y3="24.65"/> + <curve x1="8.91" x2="14.44" x3="20.78" y1="18.13" y2="12.81" y3="12.81"/> + <curve x1="27.5" x2="32.81" x3="32.81" y1="12.81" y2="18.22" y3="25.16"/> + <curve x1="32.81" x2="27.49" x3="20.8" y1="30.93" y2="36.68" y3="36.68"/> + <close/> + <move x="38.32" y="63.42"/> + <line x="25.91" y="41.42"/> + <curve x1="28.1" x2="30.32" x3="31.84" y1="40.81" y2="39.48" y3="37.93"/> + <line x="44.32" y="59.92"/> + <curve x1="42.26" x2="40.03" x3="38.32" y1="60.64" y2="61.83" y3="63.42"/> + <close/> + <move x="49.87" y="88.73"/> + <curve x1="43.96" x2="38.14" x3="38.14" y1="88.73" y2="83.68" y3="76.77"/> + <curve x1="38.14" x2="44.01" x3="49.83" y1="70.11" y2="64.88" y3="64.88"/> + <curve x1="55.43" x2="61.99" x3="61.99" y1="64.88" y2="69.28" y3="76.91"/> + <curve x1="61.99" x2="57.0" x3="49.87" y1="82.89" y2="88.73" y3="88.73"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.46" name="Primary Storage integration" strokewidth="inherit" w="279.58"> + <connections/> + <foreground> + <path> + <move x="0.0" y="283.46"/> + <line x="0.0" y="0.0"/> + <line x="279.58" y="0.0"/> + <line x="279.58" y="283.46"/> + <line x="0.0" y="283.46"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="212.69" y="113.79"/> + <line x="224.43" y="113.79"/> + <line x="224.43" y="102.04"/> + <line x="212.69" y="102.04"/> + <line x="212.69" y="113.79"/> + <close/> + <move x="196.67" y="113.79"/> + <line x="207.77" y="113.79"/> + <line x="207.77" y="102.04"/> + <line x="196.67" y="102.04"/> + <line x="196.67" y="113.79"/> + <close/> + <move x="180.03" y="113.79"/> + <line x="191.6" y="113.79"/> + <line x="191.6" y="102.04"/> + <line x="180.03" y="102.04"/> + <line x="180.03" y="113.79"/> + <close/> + <move x="178.29" y="238.03"/> + <curve x1="178.29" x2="159.34" x3="143.35" y1="211.67" y2="202.51" y3="202.51"/> + <line x="143.35" y="164.67"/> + <line x="149.11" y="164.64"/> + <curve x1="152.54" x2="154.4" x3="154.8" y1="164.64" y2="167.59" y3="170.38"/> + <line x="156.71" y="179.81"/> + <line x="164.41" y="179.82"/> + <line x="170.36" y="172.7"/> + <curve x1="172.62" x2="174.82" x3="177.82" y1="169.6" y2="170.08" y3="171.35"/> + <line x="183.54" y="173.63"/> + <curve x1="186.52" x2="186.87" x3="186.09" y1="174.83" y2="178.18" y3="180.92"/> + <line x="183.56" y="191.44"/> + <line x="189.29" y="197.23"/> + <line x="196.89" y="194.29"/> + <curve x1="200.28" x2="202.68" x3="203.77" y1="192.75" y2="194.22" y3="196.44"/> + <line x="207.09" y="202.19"/> + <curve x1="208.71" x2="208.8" x3="206.78" y1="204.7" y2="207.17" y3="209.27"/> + <line x="199.55" y="216.5"/> + <line x="201.4" y="224.54"/> + <line x="211.31" y="226.44"/> + <curve x1="214.63" x2="217.41" x3="217.41" y1="227.05" y2="228.65" y3="233.21"/> + <line x="217.43" y="238.03"/> + <line x="178.29" y="238.03"/> + <close/> + <move x="143.35" y="255.47"/> + <line x="143.35" y="244.65"/> + <line x="222.56" y="244.65"/> + <line x="222.56" y="123.78"/> + <line x="143.35" y="123.78"/> + <line x="143.35" y="89.72"/> + <line x="219.08" y="89.72"/> + <curve x1="228.2" x2="232.87" x3="232.87" y1="89.72" y2="95.63" y3="102.42"/> + <line x="232.87" y="250.52"/> + <line x="226.34" y="255.47"/> + <line x="143.35" y="255.47"/> + <close/> + <move x="52.3" y="173.28"/> + <curve x1="52.58" x2="58.88" x3="66.59" y1="149.56" y2="132.58" y3="117.17"/> + <curve x1="74.23" x2="80.04" x3="90.36" y1="103.96" y2="97.37" y3="87.26"/> + <curve x1="92.42" x2="94.77" x3="97.12" y1="84.76" y2="84.61" y3="87.24"/> + <line x="107.17" y="97.2"/> + <line x="107.24" y="48.23"/> + <line x="59.53" y="48.23"/> + <line x="70.04" y="58.96"/> + <curve x1="72.19" x2="71.95" x3="69.22" y1="61.39" y2="63.42" y3="65.41"/> + <curve x1="55.92" x2="46.59" x3="42.45" y1="75.58" y2="89.82" y3="104.32"/> + <curve x1="34.6" x2="39.76" x3="52.3" y1="126.92" y2="154.96" y3="173.28"/> + <line x="52.3" y="173.28"/> + <close/> + <move x="68.74" y="171.68"/> + <line x="121.49" y="171.68"/> + <line x="121.49" y="137.06"/> + <line x="68.74" y="137.06"/> + <line x="68.74" y="171.68"/> + <close/> + <move x="68.74" y="217.34"/> + <line x="121.49" y="217.34"/> + <line x="121.49" y="209.03"/> + <line x="68.74" y="209.03"/> + <line x="68.74" y="217.34"/> + <close/> + <move x="68.74" y="237.5"/> + <line x="121.49" y="237.5"/> + <line x="121.49" y="227.65"/> + <line x="68.74" y="227.65"/> + <line x="68.74" y="237.5"/> + <close/> + <move x="61.47" y="253.89"/> + <curve x1="58.62" x2="55.67" x3="55.67" y1="253.89" y2="252.12" y3="247.37"/> + <line x="55.67" y="194.5"/> + <curve x1="44.36" x2="34.3" x3="32.16" y1="174.26" y2="151.74" y3="128.91"/> + <curve x1="29.65" x2="42.28" x3="60.61" y1="104.66" y2="82.46" y3="61.94"/> + <line x="46.74" y="47.68"/> + <curve x1="43.82" x2="45.8" x3="49.99" y1="44.44" y2="40.1" y3="40.1"/> + <line x="111.11" y="40.1"/> + <curve x1="113.62" x2="114.91" x3="114.91" y1="40.1" y2="41.63" y3="45.33"/> + <line x="114.91" y="104.7"/> + <curve x1="114.91" x2="109.84" x3="107.81" y1="110.0" y2="110.65" y3="108.34"/> + <line x="93.35" y="93.52"/> + <curve x1="84.25" x2="76.52" x3="71.38" y1="101.72" y2="112.86" y3="121.97"/> + <line x="128.33" y="121.97"/> + <curve x1="133.17" x2="135.01" x3="135.01" y1="121.97" y2="124.86" y3="128.92"/> + <line x="135.01" y="247.79"/> + <curve x1="135.01" x2="133.81" x3="129.31" y1="251.44" y2="253.89" y3="253.89"/> + <line x="61.47" y="253.89"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="632.0" name="Production Site" strokewidth="inherit" w="630.0"> + <connections/> + <foreground> + <path> + <move x="0.0" y="632.0"/> + <line x="0.0" y="0.0"/> + <line x="630.0" y="0.0"/> + <line x="630.0" y="632.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="327.6" y="400.32"/> + <line x="327.87" y="346.66"/> + <line x="450.73" y="346.91"/> + <line x="450.78" y="60.2"/> + <line x="175.27" y="60.22"/> + <line x="175.27" y="346.66"/> + <line x="302.38" y="346.79"/> + <line x="302.2" y="400.3"/> + <line x="110.31" y="400.45"/> + <line x="110.18" y="458.28"/> + <curve x1="82.63" x2="66.11" x3="66.11" y1="465.46" y2="489.04" y3="514.35"/> + <curve x1="66.11" x2="93.76" x3="123.19" y1="545.84" y2="571.8" y3="571.8"/> + <curve x1="153.4" x2="181.02" x3="181.02" y1="571.8" y2="546.25" y3="514.35"/> + <curve x1="181.02" x2="166.55" x3="137.71" y1="491.69" y2="465.84" y3="458.41"/> + <line x="137.96" y="426.71"/> + <line x="302.37" y="426.88"/> + <line x="302.26" y="458.25"/> + <curve x1="276.56" x2="256.57" x3="256.57" y1="464.3" y2="487.09" y3="514.83"/> + <curve x1="256.57" x2="279.27" x3="313.31" y1="542.26" y2="572.22" y3="572.22"/> + <curve x1="351.55" x2="372.19" x3="372.19" y1="572.22" y2="540.8" y3="515.6"/> + <curve x1="372.19" x2="359.18" x3="327.87" y1="492.33" y2="467.2" y3="458.2"/> + <line x="327.69" y="426.95"/> + <line x="493.41" y="426.46"/> + <line x="493.16" y="458.53"/> + <curve x1="468.47" x2="448.58" x3="448.58" y1="464.66" y2="486.42" y3="515.99"/> + <curve x1="448.58" x2="474.63" x3="506.79" y1="546.03" y2="572.18" y3="572.18"/> + <curve x1="539.05" x2="563.11" x3="563.11" y1="572.18" y2="545.13" y3="515.61"/> + <curve x1="563.11" x2="545.55" x3="519.8" y1="487.05" y2="465.55" y3="458.41"/> + <line x="519.67" y="400.2"/> + <close/> + <move x="315.34" y="545.37"/> + <curve x1="300.11" x2="283.66" x3="283.66" y1="545.37" y2="533.58" y3="513.71"/> + <curve x1="283.66" x2="295.12" x3="314.97" y1="500.64" y2="483.51" y3="483.51"/> + <curve x1="329.44" x2="346.05" x3="346.05" y1="483.51" y2="495.62" y3="514.77"/> + <curve x1="346.05" x2="333.13" x3="315.34" y1="530.98" y2="545.37" y3="545.37"/> + <close/> + <move x="202.61" y="320.27"/> + <line x="202.48" y="281.63"/> + <line x="302.24" y="281.76"/> + <line x="302.24" y="320.4"/> + <close/> + <move x="202.74" y="255.24"/> + <line x="202.74" y="216.09"/> + <line x="302.49" y="215.71"/> + <line x="302.24" y="255.24"/> + <close/> + <move x="202.74" y="189.07"/> + <line x="202.86" y="151.82"/> + <line x="302.36" y="151.7"/> + <line x="302.36" y="189.2"/> + <close/> + <move x="202.36" y="125.05"/> + <line x="202.61" y="86.92"/> + <line x="302.24" y="86.79"/> + <line x="302.62" y="125.31"/> + <close/> + <move x="327.81" y="125.24"/> + <line x="327.93" y="86.79"/> + <line x="424.31" y="86.43"/> + <line x="424.37" y="125.11"/> + <close/> + <move x="327.69" y="189.65"/> + <line x="327.98" y="151.56"/> + <line x="423.82" y="151.74"/> + <line x="424.06" y="189.35"/> + <close/> + <move x="327.82" y="255.3"/> + <line x="327.94" y="215.78"/> + <line x="424.68" y="215.78"/> + <line x="424.38" y="254.99"/> + <close/> + <move x="327.87" y="320.43"/> + <line x="327.63" y="281.63"/> + <line x="424.19" y="281.63"/> + <line x="424.25" y="320.13"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="94.0" name="Proxy Server" strokewidth="inherit" w="99.89"> + <connections/> + <foreground> + <path> + <move x="8.84" y="94.0"/> + <curve x1="5.25" x2="0.0" x3="0.0" y1="94.0" y2="90.38" y3="84.62"/> + <line x="0.0" y="67.66"/> + <line x="90.1" y="67.66"/> + <curve x1="95.99" x2="99.89" x3="99.89" y1="67.66" y2="72.52" y3="76.92"/> + <line x="99.89" y="94.0"/> + <line x="8.84" y="94.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="84.6" y="83.23"/> + <line x="84.6" y="78.28"/> + <line x="92.16" y="78.28"/> + <line x="92.16" y="83.23"/> + <close/> + <move x="56.49" y="85.88"/> + <line x="56.49" y="75.91"/> + <line x="81.82" y="75.91"/> + <line x="81.82" y="85.88"/> + <close/> + <move x="48.31" y="84.66"/> + <curve x1="46.41" x2="44.47" x3="44.47" y1="84.66" y2="83.12" y3="80.85"/> + <curve x1="44.47" x2="46.2" x3="48.24" y1="78.72" y2="77.02" y3="77.02"/> + <curve x1="50.33" x2="52.09" x3="52.09" y1="77.02" y2="78.53" y3="80.9"/> + <curve x1="52.09" x2="50.16" x3="48.31" y1="83.17" y2="84.66" y3="84.66"/> + <close/> + <move x="15.6" y="85.88"/> + <line x="15.6" y="75.91"/> + <line x="40.89" y="75.91"/> + <line x="40.89" y="85.88"/> + <close/> + <move x="9.92" y="83.23"/> + <curve x1="8.44" x2="7.49" x3="7.49" y1="83.23" y2="82.25" y3="80.82"/> + <curve x1="7.49" x2="8.41" x3="9.89" y1="79.54" y2="78.44" y3="78.44"/> + <curve x1="11.05" x2="12.21" x3="12.21" y1="78.44" y2="79.29" y3="80.93"/> + <curve x1="12.2" x2="11.08" x3="9.92" y1="82.36" y2="83.23" y3="83.23"/> + <close/> + </path> + <fill/> + <fillcolor color="#f19024"/> + <path> + <move x="78.25" y="59.69"/> + <line x="18.58" y="59.69"/> + <line x="18.58" y="0.0"/> + <line x="78.25" y="0.0"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="28.49" y="27.86"/> + <curve x1="29.22" x2="34.83" x3="44.11" y1="20.54" y2="12.49" y3="10.39"/> + <curve x1="52.09" x2="59.29" x3="63.87" y1="8.6" y2="11.71" y3="17.13"/> + <line x="67.63" y="14.43"/> + <line x="69.06" y="28.64"/> + <line x="55.87" y="22.85"/> + <line x="59.78" y="19.89"/> + <curve x1="56.82" x2="50.24" x3="44.64" y1="16.1" y2="13.53" y3="15.15"/> + <curve x1="39.42" x2="34.12" x3="33.21" y1="16.55" y2="20.99" y3="27.87"/> + <close/> + <move x="29.39" y="45.72"/> + <line x="28.44" y="31.47"/> + <line x="41.28" y="38.05"/> + <line x="37.34" y="40.54"/> + <curve x1="42.03" x2="49.08" x3="56.23" y1="45.35" y2="47.1" y3="43.35"/> + <curve x1="59.9" x2="62.96" x3="63.72" y1="41.37" y2="37.09" y3="32.19"/> + <line x="68.4" y="32.2"/> + <curve x1="67.95" x2="64.93" x3="58.83" y1="37.6" y2="43.81" y3="47.29"/> + <curve x1="50.15" x2="40.17" x3="33.59" y1="52.12" y2="50.49" y3="43.2"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="412.17" name="RAID controller" strokewidth="inherit" w="590.07"> + <connections/> + <foreground> + <path> + <move x="0.0" y="412.17"/> + <line x="0.0" y="0.0"/> + <line x="15.98" y="0.0"/> + <line x="15.98" y="74.96"/> + <line x="590.07" y="74.96"/> + <line x="590.07" y="376.48"/> + <line x="196.22" y="376.48"/> + <line x="196.22" y="339.05"/> + <line x="74.42" y="339.05"/> + <line x="74.42" y="376.48"/> + <line x="15.98" y="376.48"/> + <line x="15.98" y="412.17"/> + <line x="0.0" y="412.17"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="75.08" y="301.27"/> + <line x="114.66" y="301.27"/> + <line x="114.66" y="240.12"/> + <line x="75.08" y="240.12"/> + <line x="75.08" y="301.27"/> + <close/> + <move x="156.96" y="301.27"/> + <line x="196.38" y="301.27"/> + <line x="196.38" y="240.12"/> + <line x="156.96" y="240.12"/> + <line x="156.96" y="301.27"/> + <close/> + <move x="272.36" y="329.91"/> + <line x="500.88" y="329.91"/> + <line x="500.88" y="211.59"/> + <line x="272.36" y="211.59"/> + <line x="272.36" y="329.91"/> + <close/> + <move x="296.18" y="309.72"/> + <line x="296.18" y="231.5"/> + <line x="476.51" y="231.5"/> + <line x="476.51" y="309.72"/> + <line x="296.18" y="309.72"/> + <close/> + <move x="547.62" y="329.74"/> + <line x="566.98" y="329.74"/> + <line x="566.98" y="292.44"/> + <line x="547.62" y="292.44"/> + <line x="547.62" y="329.74"/> + <close/> + <move x="547.62" y="272.85"/> + <line x="566.98" y="272.85"/> + <line x="566.98" y="235.62"/> + <line x="547.62" y="235.62"/> + <line x="547.62" y="272.85"/> + <close/> + <move x="547.62" y="216.45"/> + <line x="566.98" y="216.45"/> + <line x="566.98" y="178.54"/> + <line x="547.62" y="178.54"/> + <line x="547.62" y="216.45"/> + <close/> + <move x="547.62" y="159.57"/> + <line x="566.98" y="159.57"/> + <line x="566.98" y="121.53"/> + <line x="547.62" y="121.53"/> + <line x="547.62" y="159.57"/> + <close/> + <move x="75.15" y="178.26"/> + <line x="500.88" y="178.26"/> + <line x="500.88" y="116.45"/> + <line x="75.15" y="116.45"/> + <line x="75.15" y="178.26"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="515.96" name="RAM" strokewidth="inherit" w="997.31"> + <connections/> + <foreground> + <path> + <move x="0.0" y="405.23"/> + <line x="0.0" y="41.05"/> + <line x="11.55" y="41.05"/> + <curve x1="25.18" x2="39.43" x3="39.43" y1="41.05" y2="27.96" y3="11.41"/> + <line x="39.43" y="0.0"/> + <line x="953.98" y="0.06"/> + <line x="953.98" y="11.72"/> + <curve x1="953.98" x2="968.57" x3="980.98" y1="28.94" y2="41.05" y3="41.05"/> + <line x="997.31" y="41.05"/> + <line x="997.31" y="405.23"/> + <line x="915.24" y="405.23"/> + <line x="915.24" y="515.96"/> + <line x="548.87" y="515.96"/> + <line x="548.92" y="506.43"/> + <curve x1="549.06" x2="524.76" x3="499.96" y1="476.57" y2="456.24" y3="456.24"/> + <curve x1="467.52" x2="449.73" x3="449.38" y1="456.24" y2="483.68" y3="501.44"/> + <line x="449.1" y="515.96"/> + <line x="57.48" y="515.96"/> + <line x="57.48" y="405.23"/> + <line x="0.0" y="405.23"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="79.44" y="494.94"/> + <line x="429.38" y="494.94"/> + <curve x1="433.55" x2="464.99" x3="500.25" y1="461.95" y2="434.23" y3="434.23"/> + <curve x1="532.22" x2="564.23" x3="571.23" y1="434.23" y2="456.72" y3="494.94"/> + <line x="892.2" y="494.94"/> + <line x="892.2" y="405.23"/> + <line x="839.39" y="405.23"/> + <line x="839.39" y="471.08"/> + <line x="818.05" y="471.08"/> + <line x="818.05" y="405.23"/> + <line x="792.79" y="405.23"/> + <line x="792.79" y="471.08"/> + <line x="770.72" y="471.08"/> + <line x="770.72" y="405.23"/> + <line x="745.61" y="405.23"/> + <line x="745.61" y="471.08"/> + <line x="723.31" y="471.08"/> + <line x="723.31" y="405.23"/> + <line x="701.34" y="405.23"/> + <line x="701.34" y="471.08"/> + <line x="679.44" y="471.08"/> + <line x="679.44" y="405.23"/> + <line x="654.8" y="405.23"/> + <line x="654.8" y="471.08"/> + <line x="631.97" y="471.08"/> + <line x="631.97" y="405.23"/> + <line x="606.86" y="405.23"/> + <line x="606.86" y="471.08"/> + <line x="584.82" y="471.08"/> + <line x="584.82" y="405.23"/> + <line x="399.73" y="405.23"/> + <line x="399.73" y="471.08"/> + <line x="377.64" y="471.08"/> + <line x="377.64" y="405.23"/> + <line x="353.33" y="405.23"/> + <line x="353.33" y="471.08"/> + <line x="330.56" y="471.08"/> + <line x="330.56" y="405.23"/> + <line x="306.05" y="405.23"/> + <line x="306.05" y="471.08"/> + <line x="283.89" y="471.08"/> + <line x="283.89" y="405.23"/> + <line x="261.79" y="405.23"/> + <line x="261.79" y="471.08"/> + <line x="239.69" y="471.08"/> + <line x="239.69" y="405.23"/> + <line x="215.32" y="405.23"/> + <line x="215.32" y="471.08"/> + <line x="193.22" y="471.08"/> + <line x="193.22" y="405.23"/> + <line x="168.1" y="405.23"/> + <line x="168.1" y="471.08"/> + <line x="145.87" y="471.08"/> + <line x="145.87" y="405.23"/> + <line x="79.44" y="405.23"/> + <line x="79.44" y="494.94"/> + <close/> + <move x="76.93" y="310.87"/> + <line x="180.46" y="310.87"/> + <line x="180.46" y="83.0"/> + <line x="76.93" y="83.0"/> + <line x="76.93" y="310.87"/> + <close/> + <move x="210.91" y="310.87"/> + <line x="311.78" y="310.87"/> + <line x="311.78" y="83.0"/> + <line x="210.91" y="83.0"/> + <line x="210.91" y="310.87"/> + <close/> + <move x="351.95" y="310.87"/> + <line x="452.82" y="310.87"/> + <line x="452.82" y="83.0"/> + <line x="351.95" y="83.0"/> + <line x="351.95" y="310.87"/> + <close/> + <move x="538.5" y="310.87"/> + <line x="642.22" y="310.87"/> + <line x="642.22" y="83.0"/> + <line x="538.5" y="83.0"/> + <line x="538.5" y="310.87"/> + <close/> + <move x="673.24" y="310.87"/> + <line x="774.11" y="310.87"/> + <line x="774.11" y="83.0"/> + <line x="673.24" y="83.0"/> + <line x="673.24" y="310.87"/> + <close/> + <move x="814.36" y="310.87"/> + <line x="915.42" y="310.87"/> + <line x="915.42" y="83.0"/> + <line x="814.36" y="83.0"/> + <line x="814.36" y="310.87"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="99.96" name="Recording" strokewidth="inherit" w="99.83"> + <connections/> + <foreground> + <path> + <move x="50.18" y="99.96"/> + <curve x1="23.2" x2="0.0" x3="0.0" y1="99.96" y2="78.99" y3="49.44"/> + <curve x1="0.0" x2="20.27" x3="50.91" y1="24.36" y2="0.0" y3="0.0"/> + <curve x1="73.27" x2="99.83" x3="99.83" y1="0.0" y2="18.29" y3="50.48"/> + <curve x1="99.83" x2="78.05" x3="50.18" y1="77.27" y2="99.96" y3="99.96"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="50.45" y="70.16"/> + <curve x1="40.07" x2="29.87" x3="29.87" y1="70.16" y2="62.04" y3="49.71"/> + <curve x1="29.87" x2="38.96" x3="49.71" y1="38.83" y2="29.8" y3="29.8"/> + <curve x1="61.67" x2="70.16" x3="70.16" y1="29.8" y2="38.98" y3="49.91"/> + <curve x1="70.16" x2="60.52" x3="50.45" y1="61.84" y2="70.16" y3="70.16"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="274.17" name="Remote repository" strokewidth="inherit" w="283.33"> + <connections/> + <foreground> + <path> + <move x="230.26" y="43.39"/> + <line x="57.43" y="43.39"/> + <line x="57.43" y="0.0"/> + <line x="230.26" y="0.0"/> + <line x="230.26" y="43.39"/> + <close/> + <move x="221.96" y="62.95"/> + <line x="65.91" y="62.95"/> + <line x="65.91" y="46.54"/> + <line x="221.96" y="46.54"/> + <line x="221.96" y="62.95"/> + <close/> + <move x="147.78" y="109.94"/> + <line x="57.43" y="109.94"/> + <line x="57.43" y="66.1"/> + <line x="230.26" y="66.1"/> + <line x="230.26" y="82.13"/> + <line x="226.95" y="82.13"/> + <curve x1="224.71" x2="222.19" x3="220.05" y1="82.13" y2="83.87" y3="85.78"/> + <line x="208.77" y="95.48"/> + <line x="147.78" y="95.48"/> + <line x="147.78" y="109.94"/> + <close/> + <move x="147.78" y="129.61"/> + <line x="65.91" y="129.61"/> + <line x="65.91" y="112.73"/> + <line x="147.78" y="112.73"/> + <line x="147.78" y="129.61"/> + <close/> + <move x="147.78" y="176.24"/> + <line x="57.43" y="176.24"/> + <line x="57.43" y="132.39"/> + <line x="147.78" y="132.39"/> + <line x="147.78" y="176.24"/> + <close/> + <move x="57.43" y="274.17"/> + <line x="57.43" y="265.21"/> + <line x="0.0" y="265.21"/> + <line x="0.0" y="260.51"/> + <line x="57.43" y="260.51"/> + <line x="57.43" y="251.13"/> + <line x="129.81" y="251.13"/> + <line x="129.81" y="180.1"/> + <line x="151.3" y="180.1"/> + <curve x1="151.28" x2="152.06" x3="153.41" y1="183.85" y2="186.3" y3="188.98"/> + <line x="153.41" y="251.13"/> + <line x="225.3" y="251.13"/> + <line x="225.3" y="260.51"/> + <line x="283.33" y="260.51"/> + <line x="283.33" y="265.21"/> + <line x="225.3" y="265.21"/> + <line x="225.3" y="274.17"/> + <line x="57.43" y="274.17"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="271.05" y="196.34"/> + <line x="164.77" y="196.41"/> + <curve x1="158.82" x2="151.35" x3="151.46" y1="196.41" y2="190.15" y3="180.12"/> + <line x="151.46" y="98.97"/> + <line x="210.53" y="98.97"/> + <line x="225.19" y="85.47"/> + <line x="264.84" y="85.57"/> + <curve x1="268.13" x2="271.05" x3="271.05" y1="85.57" y2="87.52" y3="90.7"/> + <line x="271.05" y="196.34"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.46" name="Reporting" strokewidth="inherit" w="279.53"> + <connections/> + <foreground> + <path> + <move x="0.0" y="283.46"/> + <line x="0.0" y="0.0"/> + <line x="279.53" y="0.0"/> + <line x="279.53" y="283.46"/> + <line x="0.0" y="283.46"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="164.84" y="135.57"/> + <line x="122.82" y="110.39"/> + <line x="122.82" y="60.74"/> + <curve x1="139.69" x2="155.27" x3="165.38" y1="60.45" y2="68.32" y3="84.88"/> + <curve x1="176.08" x2="172.68" x3="164.84" y1="104.27" y2="123.44" y3="135.57"/> + <close/> + <move x="106.57" y="116.17"/> + <line x="106.57" y="71.53"/> + <curve x1="92.86" x2="74.35" x3="67.91" y1="72.0" y2="82.85" y3="99.14"/> + <curve x1="60.79" x2="65.23" x3="68.16" y1="117.88" y2="129.96" y3="138.6"/> + <line x="106.57" y="116.17"/> + <close/> + <move x="155.5" y="143.07"/> + <curve x1="147.96" x2="133.13" x3="109.78" y1="157.02" y2="170.37" y3="170.37"/> + <curve x1="81.0" x2="58.83" x3="58.83" y1="170.37" y2="144.7" y3="119.44"/> + <curve x1="58.83" x2="88.61" x3="111.63" y1="84.82" y2="64.76" y3="66.24"/> + <line x="111.63" y="117.26"/> + <line x="155.5" y="143.07"/> + <close/> + <move x="112.75" y="190.18"/> + <curve x1="151.35" x2="184.38" x3="184.38" y1="190.18" y2="159.4" y3="119.29"/> + <curve x1="184.38" x2="149.72" x3="113.79" y1="73.86" y2="45.52" y3="45.52"/> + <curve x1="74.51" x2="42.01" x3="42.01" y1="45.52" y2="76.51" y3="119.06"/> + <curve x1="42.01" x2="72.4" x3="112.75" y1="156.18" y2="190.18" y3="190.18"/> + <line x="112.75" y="190.18"/> + <close/> + <move x="234.4" y="210.57"/> + <line x="205.05" y="240.64"/> + <line x="173.45" y="208.13"/> + <line x="178.85" y="202.35"/> + <line x="166.77" y="189.74"/> + <curve x1="153.84" x2="137.69" x3="113.29" y1="199.17" y2="207.86" y3="207.86"/> + <curve x1="64.04" x2="24.72" x3="24.72" y1="207.86" y2="165.57" y3="118.97"/> + <curve x1="24.72" x2="65.84" x3="112.37" y1="68.24" y2="27.86" y3="27.86"/> + <curve x1="165.62" x2="202.51" x3="202.51" y1="27.86" y2="71.01" y3="119.09"/> + <curve x1="202.51" x2="194.59" x3="184.72" y1="138.18" y2="158.05" y3="171.62"/> + <line x="197.67" y="184.9"/> + <curve x1="202.38" x2="207.5" x3="211.74" y1="183.21" y2="183.56" y3="188.17"/> + <line x="234.4" y="210.57"/> + <close/> + <move x="235.31" y="252.0"/> + <curve x1="228.55" x2="220.65" x3="216.97" y1="258.06" y2="255.92" y3="252.36"/> + <line x="210.08" y="245.91"/> + <line x="239.23" y="215.92"/> + <line x="255.17" y="231.65"/> + <line x="235.31" y="252.0"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="272.33" name="Repository Server" strokewidth="inherit" w="282.4"> + <connections/> + <foreground> + <path> + <move x="24.98" y="272.33"/> + <curve x1="14.85" x2="0.0" x3="0.0" y1="272.33" y2="262.11" y3="245.81"/> + <line x="0.0" y="197.87"/> + <line x="254.72" y="197.87"/> + <curve x1="271.37" x2="282.4" x3="282.4" y1="197.87" y2="211.62" y3="224.05"/> + <line x="282.4" y="272.33"/> + <line x="24.98" y="272.33"/> + <line x="24.98" y="272.33"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="239.18" y="241.88"/> + <line x="239.18" y="227.9"/> + <line x="260.55" y="227.9"/> + <line x="260.55" y="241.88"/> + <line x="239.18" y="241.88"/> + <close/> + <move x="159.7" y="249.38"/> + <line x="159.7" y="221.2"/> + <line x="231.3" y="221.2"/> + <line x="231.3" y="249.38"/> + <line x="159.7" y="249.38"/> + <close/> + <move x="136.58" y="245.94"/> + <curve x1="131.21" x2="125.72" x3="125.72" y1="245.94" y2="241.57" y3="235.16"/> + <curve x1="125.72" x2="130.62" x3="136.38" y1="229.14" y2="224.33" y3="224.33"/> + <curve x1="142.29" x2="147.25" x3="147.25" y1="224.33" y2="228.61" y3="235.3"/> + <curve x1="147.25" x2="141.81" x3="136.58" y1="241.74" y2="245.94" y3="245.94"/> + <close/> + <move x="44.1" y="249.38"/> + <line x="44.1" y="221.2"/> + <line x="115.6" y="221.2"/> + <line x="115.6" y="249.38"/> + <line x="44.1" y="249.38"/> + <close/> + <move x="28.03" y="241.89"/> + <curve x1="23.87" x2="21.19" x3="21.19" y1="241.89" y2="239.12" y3="235.09"/> + <curve x1="21.19" x2="23.78" x3="27.95" y1="231.47" y2="228.34" y3="228.34"/> + <curve x1="31.25" x2="34.51" x3="34.51" y1="228.34" y2="230.75" y3="235.38"/> + <curve x1="34.5" x2="31.32" x3="28.03" y1="239.44" y2="241.89" y3="241.89"/> + <close/> + </path> + <fill/> + <fillcolor color="#f19024"/> + <path> + <move x="221.07" y="168.75"/> + <line x="52.36" y="168.75"/> + <line x="52.36" y="0.0"/> + <line x="221.07" y="0.0"/> + <line x="221.07" y="168.75"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="81.95" y="53.45"/> + <line x="81.95" y="24.3"/> + <line x="192.93" y="24.19"/> + <line x="192.93" y="53.88"/> + <line x="81.95" y="53.45"/> + <close/> + <move x="81.95" y="97.56"/> + <line x="81.95" y="68.25"/> + <line x="192.93" y="68.33"/> + <line x="192.93" y="97.67"/> + <line x="81.95" y="97.56"/> + <close/> + <move x="86.72" y="110.44"/> + <line x="86.72" y="99.28"/> + <line x="188.68" y="99.4"/> + <line x="188.68" y="110.48"/> + <line x="86.72" y="110.44"/> + <close/> + <move x="86.72" y="66.47"/> + <line x="86.72" y="55.2"/> + <line x="188.68" y="55.34"/> + <line x="188.68" y="66.47"/> + <line x="86.72" y="66.47"/> + <close/> + <move x="81.95" y="141.45"/> + <line x="81.95" y="112.38"/> + <line x="192.93" y="112.17"/> + <line x="192.93" y="141.58"/> + <line x="81.95" y="141.45"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="173.12" name="Restore" strokewidth="inherit" w="174.86"> + <connections/> + <foreground> + <path> + <move x="0.0" y="94.35"/> + <line x="54.59" y="121.47"/> + <line x="38.22" y="132.23"/> + <curve x1="47.68" x2="64.67" x3="86.96" y1="143.05" y2="153.27" y3="153.27"/> + <curve x1="120.95" x2="148.28" x3="152.01" y1="153.27" y2="126.47" y3="96.35"/> + <line x="172.05" y="96.35"/> + <curve x1="167.35" x2="130.76" x3="86.93" y1="139.63" y2="173.12" y3="173.12"/> + <curve x1="56.81" x2="36.02" x3="21.31" y1="173.12" y2="160.38" y3="143.86"/> + <line x="3.81" y="155.48"/> + <close/> + <move x="0.6" y="77.04"/> + <curve x1="3.58" x2="35.12" x3="88.2" y1="40.47" y2="0.0" y3="0.0"/> + <curve x1="112.74" x2="136.7" x3="152.6" y1="0.0" y2="12.25" y3="30.73"/> + <line x="168.38" y="19.16"/> + <line x="174.86" y="79.85"/> + <line x="119.29" y="55.09"/> + <line x="136.2" y="42.78"/> + <curve x1="124.86" x2="107.2" x3="83.72" y1="29.66" y2="19.21" y3="19.98"/> + <curve x1="59.2" x2="26.47" x3="20.65" y1="19.98" y2="39.61" y3="76.91"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="248.7" name="Scale Out Repository" strokewidth="inherit" w="283.0"> + <connections/> + <foreground> + <path> + <move x="0.0" y="49.0"/> + <line x="0.0" y="0.0"/> + <line x="194.74" y="0.0"/> + <line x="194.74" y="49.0"/> + <line x="0.0" y="49.0"/> + <close/> + <move x="9.98" y="71.06"/> + <line x="9.98" y="52.57"/> + <line x="185.9" y="52.57"/> + <line x="185.9" y="71.06"/> + <line x="9.98" y="71.06"/> + <close/> + <move x="0.0" y="123.69"/> + <line x="0.0" y="74.16"/> + <line x="194.74" y="74.16"/> + <line x="194.74" y="100.18"/> + <line x="150.33" y="100.18"/> + <line x="150.33" y="123.69"/> + <line x="0.0" y="123.69"/> + <close/> + <move x="9.98" y="145.69"/> + <line x="9.98" y="127.15"/> + <line x="150.33" y="127.15"/> + <line x="150.33" y="145.69"/> + <line x="9.98" y="145.69"/> + <close/> + <move x="0.0" y="198.37"/> + <line x="0.0" y="148.89"/> + <line x="150.33" y="148.89"/> + <line x="150.33" y="162.41"/> + <line x="194.74" y="162.41"/> + <line x="194.74" y="191.37"/> + <line x="149.19" y="191.37"/> + <line x="149.19" y="198.37"/> + <line x="133.52" y="198.37"/> + <line x="133.56" y="191.37"/> + <line x="70.53" y="191.37"/> + <line x="70.46" y="198.37"/> + <line x="0.0" y="198.37"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f38f1d"/> + <path> + <move x="209.96" y="103.86"/> + <line x="209.96" y="158.62"/> + <line x="153.94" y="158.62"/> + <line x="153.94" y="103.86"/> + <line x="209.96" y="103.86"/> + <close/> + </path> + <fill/> + <fillcolor color="#929495"/> + <path> + <move x="283.0" y="195.36"/> + <line x="283.0" y="248.7"/> + <line x="229.26" y="248.7"/> + <line x="229.26" y="195.36"/> + <line x="283.0" y="195.36"/> + <close/> + <move x="207.8" y="195.36"/> + <line x="207.8" y="248.7"/> + <line x="153.4" y="248.7"/> + <line x="153.4" y="195.36"/> + <line x="207.8" y="195.36"/> + <close/> + <move x="129.91" y="195.36"/> + <line x="129.91" y="248.7"/> + <line x="75.51" y="248.7"/> + <line x="75.51" y="195.36"/> + <line x="129.91" y="195.36"/> + <close/> + </path> + <fill/> + <fillcolor color="#b2b5b5"/> + <path> + <move x="100.57" y="195.36"/> + <line x="100.57" y="173.58"/> + <line x="177.36" y="173.58"/> + <line x="177.36" y="158.62"/> + <line x="182.35" y="158.62"/> + <line x="182.35" y="173.58"/> + <line x="260.33" y="173.58"/> + <line x="260.33" y="195.36"/> + <line x="255.11" y="195.36"/> + <line x="255.11" y="178.62"/> + <line x="182.35" y="178.62"/> + <line x="182.35" y="195.36"/> + <line x="177.36" y="195.36"/> + <line x="177.36" y="178.62"/> + <line x="105.59" y="178.62"/> + <line x="105.59" y="195.36"/> + <line x="100.57" y="195.36"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="172.2" name="Script" strokewidth="inherit" w="171.94"> + <connections/> + <foreground> + <path> + <move x="0.0" y="172.2"/> + <line x="0.0" y="0.0"/> + <line x="171.94" y="0.0"/> + <line x="171.94" y="172.2"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="148.28" y="85.92"/> + <curve x1="150.79" x2="151.05" x3="148.21" y1="83.91" y2="80.84" y3="78.77"/> + <line x="113.27" y="58.66"/> + <curve x1="111.01" x2="109.19" x3="107.59" y1="57.6" y2="58.09" y3="60.06"/> + <curve x1="106.72" x2="107.35" x3="108.66" y1="61.7" y2="64.54" y3="65.34"/> + <line x="137.66" y="82.38"/> + <line x="109.46" y="98.95"/> + <curve x1="106.72" x2="106.8" x3="107.99" y1="100.48" y2="103.03" y3="104.8"/> + <curve x1="109.2" x2="111.7" x3="113.1" y1="106.69" y2="107.25" y3="106.33"/> + <close/> + <move x="117.58" y="31.32"/> + <curve x1="118.34" x2="117.64" x3="115.58" y1="29.53" y2="27.07" y3="26.1"/> + <curve x1="113.87" x2="110.92" x3="109.83" y1="25.38" y2="26.2" y3="28.63"/> + <line x="55.13" y="132.09"/> + <curve x1="53.99" x2="54.66" x3="56.78" y1="134.18" y2="136.55" y3="137.99"/> + <curve x1="58.86" x2="61.27" x3="62.51" y1="139.24" y2="138.47" y3="136.22"/> + <close/> + <move x="63.05" y="65.66"/> + <curve x1="64.52" x2="65.44" x3="64.29" y1="64.82" y2="62.58" y3="60.28"/> + <curve x1="63.09" x2="60.85" x3="58.76" y1="58.19" y2="57.63" y3="58.71"/> + <line x="24.76" y="78.5"/> + <curve x1="23.22" x2="21.98" x3="21.98" y1="79.43" y2="80.54" y3="82.34"/> + <curve x1="21.98" x2="23.5" x3="24.7" y1="84.3" y2="85.34" y3="86.2"/> + <line x="58.14" y="105.77"/> + <curve x1="60.98" x2="63.16" x3="64.19" y1="107.03" y2="106.01" y3="104.23"/> + <curve x1="65.23" x2="65.06" x3="62.49" y1="102.77" y2="100.07" y3="98.42"/> + <line x="34.63" y="82.15"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="543.62" name="SD card" strokewidth="inherit" w="454.87"> + <connections/> + <foreground> + <path> + <move x="0.0" y="543.62"/> + <line x="0.0" y="273.65"/> + <line x="22.23" y="273.65"/> + <line x="22.23" y="229.49"/> + <line x="0.0" y="229.49"/> + <line x="0.0" y="87.16"/> + <line x="86.85" y="0.0"/> + <line x="454.87" y="0.0"/> + <line x="454.87" y="141.66"/> + <line x="436.37" y="141.66"/> + <line x="436.37" y="298.51"/> + <line x="454.87" y="298.51"/> + <line x="454.87" y="543.62"/> + <line x="0.0" y="543.62"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="48.72" y="171.6"/> + <line x="94.96" y="171.6"/> + <line x="94.96" y="76.61"/> + <line x="48.72" y="76.61"/> + <line x="48.72" y="171.6"/> + <close/> + <move x="171.36" y="123.52"/> + <line x="171.36" y="27.74"/> + <line x="124.62" y="27.74"/> + <line x="124.62" y="123.52"/> + <line x="171.36" y="123.52"/> + <close/> + <move x="201.76" y="123.52"/> + <line x="248.1" y="123.52"/> + <line x="248.1" y="27.74"/> + <line x="201.76" y="27.74"/> + <line x="201.76" y="123.52"/> + <close/> + <move x="278.12" y="123.52"/> + <line x="324.57" y="123.52"/> + <line x="324.57" y="27.74"/> + <line x="278.12" y="27.74"/> + <line x="278.12" y="123.52"/> + <close/> + <move x="354.73" y="123.52"/> + <line x="401.74" y="123.52"/> + <line x="401.74" y="27.74"/> + <line x="354.73" y="27.74"/> + <line x="354.73" y="123.52"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="26.19" name="Server" strokewidth="inherit" w="99.99"> + <connections/> + <foreground> + <path> + <move x="8.96" y="26.19"/> + <curve x1="3.96" x2="0.0" x3="0.0" y1="26.19" y2="21.78" y3="16.71"/> + <line x="0.0" y="0.0"/> + <line x="89.92" y="0.0"/> + <curve x1="96.02" x2="99.99" x3="99.99" y1="0.0" y2="4.93" y3="9.6"/> + <line x="99.99" y="26.19"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="85.26" y="15.96"/> + <line x="85.26" y="10.98"/> + <line x="92.9" y="10.98"/> + <line x="92.9" y="15.96"/> + <close/> + <move x="56.96" y="18.56"/> + <line x="56.96" y="8.39"/> + <line x="82.31" y="8.39"/> + <line x="82.31" y="18.56"/> + <close/> + <move x="48.73" y="17.28"/> + <curve x1="46.84" x2="44.89" x3="44.89" y1="17.28" y2="15.53" y3="13.43"/> + <curve x1="44.89" x2="46.28" x3="48.81" y1="11.77" y2="9.56" y3="9.56"/> + <curve x1="51.06" x2="52.54" x3="52.54" y1="9.56" y2="11.51" y3="13.5"/> + <curve x1="52.54" x2="50.83" x3="48.73" y1="15.98" y2="17.28" y3="17.28"/> + <close/> + <move x="15.84" y="18.56"/> + <line x="15.84" y="8.39"/> + <line x="41.32" y="8.39"/> + <line x="41.32" y="18.56"/> + <close/> + <move x="10.06" y="15.83"/> + <curve x1="8.9" x2="7.91" x3="7.91" y1="15.83" y2="14.77" y3="13.41"/> + <curve x1="7.95" x2="9.01" x3="10.07" y1="12.02" y2="11.09" y3="11.09"/> + <curve x1="11.25" x2="12.2" x3="12.2" y1="11.09" y2="12.21" y3="13.41"/> + <curve x1="12.2" x2="11.19" x3="10.06" y1="14.91" y2="15.83" y3="15.83"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="518.85" name="Server stack" strokewidth="inherit" w="598.23"> + <connections/> + <foreground> + <path> + <move x="0.0" y="362.86"/> + <line x="541.84" y="362.86"/> + <curve x1="570.95" x2="598.23" x3="598.23" y1="362.86" y2="387.99" y3="415.61"/> + <line x="598.23" y="518.85"/> + <line x="49.76" y="518.85"/> + <curve x1="27.53" x2="0.0" x3="0.0" y1="518.85" y2="494.13" y3="465.66"/> + <line x="0.0" y="362.86"/> + <close/> + <move x="0.0" y="183.91"/> + <line x="541.84" y="183.91"/> + <curve x1="570.95" x2="598.23" x3="598.23" y1="183.91" y2="209.03" y3="236.65"/> + <line x="598.23" y="339.89"/> + <line x="49.75" y="339.89"/> + <curve x1="27.53" x2="0.0" x3="0.0" y1="339.89" y2="315.17" y3="286.71"/> + <line x="0.0" y="183.91"/> + <close/> + <move x="0.0" y="0.0"/> + <line x="541.84" y="0.0"/> + <curve x1="570.95" x2="598.23" x3="598.23" y1="0.0" y2="25.12" y3="52.74"/> + <line x="598.23" y="155.98"/> + <line x="49.76" y="155.98"/> + <curve x1="27.53" x2="0.0" x3="0.0" y1="155.98" y2="131.26" y3="102.8"/> + <line x="0.0" y="0.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="59.46" y="455.89"/> + <curve x1="67.06" x2="71.72" x3="71.72" y1="455.89" y2="447.75" y3="441.62"/> + <curve x1="71.72" x2="66.06" x3="59.46" y1="434.08" y2="427.5" y3="427.5"/> + <curve x1="51.94" x2="46.47" x3="46.47" y1="427.5" y2="434.02" y3="441.69"/> + <curve x1="46.47" x2="53.77" x3="59.46" y1="451.02" y2="455.89" y3="455.89"/> + <close/> + <move x="93.67" y="471.64"/> + <line x="244.99" y="471.64"/> + <line x="244.99" y="411.16"/> + <line x="93.67" y="411.16"/> + <line x="93.67" y="471.64"/> + <close/> + <move x="291.96" y="464.39"/> + <curve x1="305.63" x2="312.46" x3="312.46" y1="464.39" y2="450.85" y3="441.83"/> + <curve x1="312.46" x2="302.22" x3="291.9" y1="428.42" y2="418.66" y3="418.66"/> + <curve x1="281.78" x2="271.34" x3="271.34" y1="418.66" y2="427.6" y3="441.62"/> + <curve x1="271.34" x2="281.28" x3="291.96" y1="454.59" y2="464.39" y3="464.39"/> + <close/> + <move x="338.93" y="471.64"/> + <line x="490.0" y="471.64"/> + <line x="490.0" y="411.16"/> + <line x="338.93" y="411.16"/> + <line x="338.93" y="471.64"/> + <close/> + <move x="506.94" y="455.96"/> + <line x="552.31" y="455.96"/> + <line x="552.31" y="426.89"/> + <line x="506.94" y="426.89"/> + <line x="506.94" y="455.96"/> + <close/> + <move x="59.46" y="276.93"/> + <curve x1="67.06" x2="71.72" x3="71.72" y1="276.93" y2="268.8" y3="262.67"/> + <curve x1="71.72" x2="66.06" x3="59.46" y1="255.13" y2="248.54" y3="248.54"/> + <curve x1="51.94" x2="46.47" x3="46.47" y1="248.54" y2="255.06" y3="262.74"/> + <curve x1="46.47" x2="53.77" x3="59.46" y1="272.06" y2="276.93" y3="276.93"/> + <close/> + <move x="93.67" y="292.68"/> + <line x="244.99" y="292.68"/> + <line x="244.99" y="232.21"/> + <line x="93.67" y="232.21"/> + <line x="93.67" y="292.68"/> + <close/> + <move x="291.96" y="285.44"/> + <curve x1="305.63" x2="312.46" x3="312.46" y1="285.44" y2="271.9" y3="262.87"/> + <curve x1="312.46" x2="302.22" x3="291.9" y1="249.46" y2="239.7" y3="239.7"/> + <curve x1="281.78" x2="271.34" x3="271.34" y1="239.7" y2="248.65" y3="262.67"/> + <curve x1="271.34" x2="281.28" x3="291.96" y1="275.63" y2="285.44" y3="285.44"/> + <line x="291.96" y="285.44"/> + <close/> + <move x="338.93" y="292.68"/> + <line x="490.0" y="292.68"/> + <line x="490.0" y="232.21"/> + <line x="338.93" y="232.21"/> + <line x="338.93" y="292.68"/> + <close/> + <move x="506.94" y="277.01"/> + <line x="552.31" y="277.01"/> + <line x="552.31" y="247.93"/> + <line x="506.94" y="247.93"/> + <line x="506.94" y="277.01"/> + <close/> + <move x="59.46" y="93.02"/> + <curve x1="67.06" x2="71.72" x3="71.72" y1="93.02" y2="84.89" y3="78.76"/> + <curve x1="71.72" x2="66.06" x3="59.46" y1="71.22" y2="64.63" y3="64.63"/> + <curve x1="51.94" x2="46.47" x3="46.47" y1="64.63" y2="71.15" y3="78.83"/> + <curve x1="46.47" x2="53.77" x3="59.46" y1="88.15" y2="93.02" y3="93.02"/> + <close/> + <move x="93.67" y="108.77"/> + <line x="244.99" y="108.77"/> + <line x="244.99" y="48.3"/> + <line x="93.67" y="48.3"/> + <line x="93.67" y="108.77"/> + <close/> + <move x="291.96" y="101.53"/> + <curve x1="305.63" x2="312.46" x3="312.46" y1="101.53" y2="87.99" y3="78.96"/> + <curve x1="312.46" x2="302.22" x3="291.9" y1="65.55" y2="55.79" y3="55.79"/> + <curve x1="281.78" x2="271.34" x3="271.34" y1="55.79" y2="64.74" y3="78.76"/> + <curve x1="271.34" x2="281.28" x3="291.96" y1="91.73" y2="101.53" y3="101.53"/> + <close/> + <move x="338.93" y="108.77"/> + <line x="490.0" y="108.77"/> + <line x="490.0" y="48.3"/> + <line x="338.93" y="48.3"/> + <line x="338.93" y="108.77"/> + <close/> + <move x="506.94" y="93.1"/> + <line x="552.31" y="93.1"/> + <line x="552.31" y="64.02"/> + <line x="506.94" y="64.02"/> + <line x="506.94" y="93.1"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="49.35" name="Shared" strokewidth="inherit" w="100.33"> + <connections/> + <foreground> + <path> + <move x="0.0" y="34.31"/> + <line x="0.0" y="6.06"/> + <line x="23.03" y="6.12"/> + <curve x1="25.72" x2="30.74" x3="38.18" y1="4.1" y2="1.15" y3="0.2"/> + <curve x1="45.71" x2="48.93" x3="52.27" y1="0.0" y2="2.53" y3="3.96"/> + <curve x1="60.65" x2="71.18" x3="82.85" y1="7.64" y2="11.39" y3="13.33"/> + <curve x1="84.48" x2="87.46" x3="87.5" y1="13.66" y2="15.3" y3="17.54"/> + <curve x1="87.59" x2="86.05" x3="80.7" y1="19.43" y2="21.06" y3="23.04"/> + <curve x1="75.41" x2="64.63" x3="56.29" y1="23.88" y2="23.18" y3="19.97"/> + <curve x1="60.35" x2="68.91" x3="77.84" y1="22.89" y2="27.12" y3="26.52"/> + <curve x1="84.49" x2="89.4" x3="92.42" y1="25.94" y2="21.75" y3="17.21"/> + <curve x1="93.19" x2="97.1" x3="99.08" y1="16.04" y2="14.45" y3="15.93"/> + <curve x1="100.33" x2="99.88" x3="99.6" y1="17.21" y2="20.08" y3="21.65"/> + <curve x1="97.19" x2="93.28" x3="86.92" y1="31.01" y2="37.45" y3="40.41"/> + <curve x1="82.65" x2="78.28" x3="70.17" y1="42.61" y2="44.61" y3="46.91"/> + <curve x1="62.53" x2="55.89" x3="49.72" y1="49.35" y2="47.71" y3="44.51"/> + <curve x1="45.85" x2="40.55" x3="37.02" y1="42.61" y2="38.75" y3="35.42"/> + <curve x1="33.91" x2="29.15" x3="19.92" y1="31.95" y2="30.98" y3="31.25"/> + <curve x1="13.58" x2="6.58" x3="0.0" y1="31.63" y2="32.73" y3="34.31"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="100.79" name="Shared folder" strokewidth="inherit" w="88.24"> + <connections/> + <foreground> + <path> + <move x="3.28" y="78.89"/> + <curve x1="1.51" x2="0.0" x3="0.0" y1="77.13" y2="74.62" y3="71.2"/> + <line x="0.0" y="9.86"/> + <line x="43.43" y="9.86"/> + <line x="52.78" y="1.69"/> + <curve x1="54.38" x2="55.84" x3="57.83" y1="0.29" y2="0.0" y3="0.0"/> + <line x="83.55" y="0.0"/> + <curve x1="84.9" x2="88.24" x3="88.24" y1="0.0" y2="0.75" y3="3.66"/> + <line x="88.24" y="81.62"/> + <line x="84.21" y="81.62"/> + <curve x1="84.67" x2="84.91" x3="85.03" y1="80.2" y2="79.0" y3="78.0"/> + <curve x1="85.11" x2="85.22" x3="83.87" y1="77.11" y2="75.29" y3="74.63"/> + <curve x1="82.05" x2="80.05" x3="78.46" y1="73.97" y2="74.79" y3="75.85"/> + <curve x1="77.27" x2="75.05" x3="71.91" y1="77.64" y2="80.16" y3="81.56"/> + <line x="69.22" y="81.53"/> + <curve x1="71.86" x2="74.33" x3="74.77" y1="80.7" y2="79.28" y3="77.71"/> + <curve x1="75.09" x2="74.6" x3="73.67" y1="76.49" y2="75.45" y3="74.62"/> + <curve x1="72.49" x2="71.33" x3="69.57" y1="73.59" y2="72.65" y3="72.61"/> + <curve x1="60.82" x2="51.16" x3="42.34" y1="70.85" y2="67.79" y3="63.41"/> + <curve x1="40.48" x2="38.68" x3="34.29" y1="62.54" y2="61.86" y3="62.12"/> + <curve x1="29.26" x2="25.71" x3="21.96" y1="62.56" y2="64.24" y3="66.71"/> + <line x="3.28" y="66.71"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="5.22" y="88.46"/> + <line x="5.22" y="68.36"/> + <line x="22.71" y="68.36"/> + <curve x1="25.98" x2="29.59" x3="33.21" y1="65.95" y2="64.55" y3="63.82"/> + <curve x1="37.16" x2="40.37" x3="43.29" y1="63.25" y2="63.84" y3="65.48"/> + <curve x1="48.58" x2="53.84" x3="59.08" y1="68.01" y2="69.97" y3="71.48"/> + <curve x1="62.47" x2="66.75" x3="70.66" y1="72.49" y2="73.57" y3="74.1"/> + <curve x1="72.03" x2="73.64" x3="73.48" y1="74.76" y2="76.01" y3="77.0"/> + <curve x1="73.19" x2="71.07" x3="68.35" y1="78.24" y2="79.49" y3="80.5"/> + <curve x1="63.91" x2="52.14" x3="44.49" y1="81.79" y2="78.79" y3="76.49"/> + <curve x1="48.69" x2="53.45" x3="63.69" y1="79.38" y2="83.94" y3="84.85"/> + <curve x1="69.23" x2="73.34" x3="76.24" y1="85.06" y2="83.14" y3="80.59"/> + <curve x1="77.49" x2="78.48" x3="79.26" y1="79.4" y2="78.34" y3="77.15"/> + <curve x1="80.29" x2="82.08" x3="83.23" y1="76.39" y2="75.42" y3="75.85"/> + <curve x1="84.36" x2="83.19" x3="82.76" y1="76.81" y2="80.44" y3="81.98"/> + <curve x1="81.48" x2="80.1" x3="77.54" y1="85.54" y2="89.05" y3="91.34"/> + <curve x1="74.4" x2="69.11" x3="60.43" y1="94.3" y2="96.6" y3="99.2"/> + <curve x1="55.22" x2="49.75" x3="45.1" y1="100.79" y2="99.72" y3="97.45"/> + <curve x1="41.25" x2="36.89" x3="33.3" y1="95.71" y2="92.13" y3="88.85"/> + <curve x1="30.67" x2="25.83" x3="21.28" y1="86.49" y2="86.26" y3="86.41"/> + <curve x1="15.74" x2="10.26" x3="5.22" y1="86.62" y2="87.37" y3="88.46"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="200.16" name="SMB" strokewidth="inherit" w="283.02"> + <connections/> + <foreground> + <path> + <move x="65.85" y="17.12"/> + <line x="65.85" y="0.0"/> + <line x="223.09" y="0.0"/> + <line x="223.09" y="17.12"/> + <line x="65.85" y="17.12"/> + <close/> + <move x="35.12" y="43.12"/> + <line x="35.12" y="21.51"/> + <line x="249.08" y="21.51"/> + <line x="249.08" y="43.12"/> + <line x="35.12" y="43.12"/> + <close/> + <move x="174.04" y="152.87"/> + <line x="213.06" y="152.87"/> + <line x="213.06" y="121.76"/> + <line x="174.04" y="121.76"/> + <line x="174.04" y="152.87"/> + <close/> + <move x="174.04" y="109.15"/> + <line x="213.06" y="109.15"/> + <line x="213.06" y="82.72"/> + <line x="174.04" y="82.72"/> + <line x="174.04" y="109.15"/> + <close/> + <move x="122.21" y="109.15"/> + <line x="161.71" y="109.15"/> + <line x="161.71" y="82.72"/> + <line x="122.21" y="82.72"/> + <line x="122.21" y="109.15"/> + <close/> + <move x="69.78" y="109.15"/> + <line x="104.93" y="109.15"/> + <line x="104.93" y="82.72"/> + <line x="69.78" y="82.72"/> + <line x="69.78" y="109.15"/> + <close/> + <move x="69.78" y="152.87"/> + <line x="104.93" y="152.87"/> + <line x="104.93" y="121.76"/> + <line x="69.78" y="121.76"/> + <line x="69.78" y="152.87"/> + <close/> + <move x="35.12" y="183.2"/> + <line x="35.12" y="48.53"/> + <line x="249.08" y="48.53"/> + <line x="249.08" y="183.2"/> + <line x="161.72" y="183.2"/> + <line x="161.72" y="121.76"/> + <line x="122.21" y="121.76"/> + <line x="122.21" y="183.2"/> + <line x="35.12" y="183.2"/> + <close/> + <move x="0.0" y="200.16"/> + <line x="0.0" y="187.6"/> + <line x="283.02" y="187.6"/> + <line x="283.02" y="200.16"/> + <line x="0.0" y="200.16"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="248.55" name="Snapshot" strokewidth="inherit" w="283.38"> + <connections/> + <foreground> + <save/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="156.46" y="248.55"/> + <curve x1="151.37" x2="147.82" x3="147.82" y1="248.55" y2="244.94" y3="238.44"/> + <line x="147.82" y="161.14"/> + <curve x1="147.82" x2="151.8" x3="156.09" y1="155.46" y2="151.62" y3="151.62"/> + <line x="159.79" y="151.62"/> + <line x="159.79" y="147.6"/> + <curve x1="159.79" x2="160.68" x3="161.93" y1="146.43" y2="145.69" y3="145.69"/> + <line x="170.58" y="145.69"/> + <curve x1="171.89" x2="172.44" x3="172.42" y1="145.69" y2="146.71" y3="147.91"/> + <line x="172.42" y="151.62"/> + <line x="182.97" y="151.62"/> + <line x="186.83" y="140.81"/> + <curve x1="188.44" x2="190.04" x3="194.9" y1="137.31" y2="135.73" y3="135.73"/> + <line x="237.34" y="135.73"/> + <curve x1="243.34" x2="245.12" x3="246.1" y1="135.73" y2="139.68" y3="142.65"/> + <line x="248.72" y="151.62"/> + <line x="273.27" y="151.62"/> + <curve x1="278.45" x2="283.38" x3="283.38" y1="151.62" y2="155.32" y3="161.32"/> + <line x="283.38" y="239.5"/> + <curve x1="283.38" x2="278.61" x3="274.97" y1="245.53" y2="248.55" y3="248.55"/> + <line x="156.46" y="248.55"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="215.22" y="223.07"/> + <curve x1="227.15" x2="237.19" x3="237.19" y1="223.07" y2="212.52" y3="201.29"/> + <curve x1="237.19" x2="226.44" x3="215.5" y1="187.85" y2="178.47" y3="178.47"/> + <curve x1="200.69" x2="192.49" x3="192.49" y1="178.47" y2="190.42" y3="200.72"/> + <curve x1="192.49" x2="199.47" x3="215.22" y1="209.17" y2="223.07" y3="223.07"/> + <line x="215.22" y="223.07"/> + <close/> + <move x="214.84" y="239.74"/> + <curve x1="194.98" x2="176.29" x3="176.29" y1="239.74" y2="224.96" y3="200.34"/> + <curve x1="176.29" x2="193.03" x3="215.35" y1="180.77" y2="162.46" y3="162.46"/> + <curve x1="234.32" x2="253.95" x3="253.95" y1="162.46" y2="178.22" y3="201.1"/> + <curve x1="253.95" x2="236.97" x3="214.84" y1="222.73" y2="239.74" y3="239.74"/> + <line x="214.84" y="239.74"/> + <close/> + </path> + <fill/> + <restore/> + <rect/> + <stroke/> + <path> + <move x="214.71" y="55.11"/> + <line x="0.0" y="55.11"/> + <line x="0.0" y="0.0"/> + <line x="214.71" y="0.0"/> + <line x="214.71" y="55.11"/> + <close/> + <move x="204.9" y="57.81"/> + <line x="204.9" y="79.1"/> + <line x="11.03" y="79.1"/> + <line x="11.03" y="57.81"/> + <line x="204.9" y="57.81"/> + <close/> + <move x="214.71" y="132.79"/> + <line x="193.77" y="132.78"/> + <curve x1="190.04" x2="186.84" x3="185.53" y1="132.78" y2="134.46" y3="136.64"/> + <line x="0.0" y="136.64"/> + <line x="0.0" y="81.8"/> + <line x="214.71" y="81.8"/> + <line x="214.71" y="132.79"/> + <close/> + <move x="183.63" y="139.4"/> + <line x="180.65" y="148.99"/> + <line x="174.83" y="148.99"/> + <line x="174.87" y="146.5"/> + <curve x1="174.87" x2="173.36" x3="170.99" y1="144.89" y2="143.12" y3="143.12"/> + <line x="160.5" y="143.12"/> + <curve x1="158.69" x2="156.85" x3="156.85" y1="143.12" y2="144.91" y3="146.19"/> + <line x="156.76" y="149.04"/> + <curve x1="150.04" x2="145.18" x3="144.74" y1="149.04" y2="152.45" y3="161.01"/> + <line x="11.03" y="161.01"/> + <line x="11.03" y="139.4"/> + <line x="183.63" y="139.4"/> + <close/> + <move x="144.85" y="218.48"/> + <line x="0.0" y="218.48"/> + <line x="0.0" y="163.8"/> + <line x="144.78" y="163.8"/> + <line x="144.85" y="218.48"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="283.35" name="Storage cluster" strokewidth="inherit" w="281.5"> + <connections/> + <foreground> + <path> + <move x="0.0" y="183.07"/> + <line x="0.0" y="150.08"/> + <line x="130.84" y="150.09"/> + <line x="130.84" y="183.09"/> + <line x="0.0" y="183.07"/> + <close/> + <move x="0.0" y="233.02"/> + <line x="0.0" y="199.93"/> + <line x="130.84" y="199.99"/> + <line x="130.84" y="232.94"/> + <line x="0.0" y="233.02"/> + <close/> + <move x="5.88" y="197.53"/> + <line x="5.88" y="185.51"/> + <line x="125.77" y="185.51"/> + <line x="125.77" y="197.63"/> + <line x="5.88" y="197.53"/> + <close/> + <move x="5.88" y="247.9"/> + <line x="5.88" y="235.3"/> + <line x="125.77" y="235.3"/> + <line x="125.77" y="247.9"/> + <line x="5.88" y="247.9"/> + <close/> + <move x="0.0" y="283.35"/> + <line x="0.0" y="249.79"/> + <line x="130.84" y="249.84"/> + <line x="130.84" y="283.27"/> + <line x="0.0" y="283.35"/> + <close/> + <move x="150.66" y="183.07"/> + <line x="150.66" y="150.08"/> + <line x="281.5" y="150.09"/> + <line x="281.5" y="183.09"/> + <line x="150.66" y="183.07"/> + <close/> + <move x="150.66" y="233.02"/> + <line x="150.66" y="199.93"/> + <line x="281.5" y="199.99"/> + <line x="281.5" y="232.94"/> + <line x="150.66" y="233.02"/> + <close/> + <move x="156.53" y="197.53"/> + <line x="156.53" y="185.51"/> + <line x="276.43" y="185.51"/> + <line x="276.43" y="197.63"/> + <line x="156.53" y="197.53"/> + <close/> + <move x="156.53" y="247.9"/> + <line x="156.53" y="235.3"/> + <line x="276.43" y="235.3"/> + <line x="276.43" y="247.9"/> + <line x="156.53" y="247.9"/> + <close/> + <move x="150.66" y="283.35"/> + <line x="150.66" y="249.79"/> + <line x="281.5" y="249.84"/> + <line x="281.5" y="283.27"/> + <line x="150.66" y="283.35"/> + <close/> + <move x="75.33" y="33.0"/> + <line x="75.33" y="0.0"/> + <line x="206.17" y="0.01"/> + <line x="206.17" y="33.01"/> + <line x="75.33" y="33.0"/> + <close/> + <move x="75.33" y="82.94"/> + <line x="75.33" y="49.85"/> + <line x="206.17" y="49.91"/> + <line x="206.17" y="82.86"/> + <line x="75.33" y="82.94"/> + <close/> + <move x="81.2" y="47.45"/> + <line x="81.2" y="35.43"/> + <line x="201.1" y="35.43"/> + <line x="201.1" y="47.55"/> + <line x="81.2" y="47.45"/> + <close/> + <move x="81.2" y="97.82"/> + <line x="81.2" y="85.22"/> + <line x="201.1" y="85.22"/> + <line x="201.1" y="97.82"/> + <line x="81.2" y="97.82"/> + <close/> + <move x="75.33" y="133.27"/> + <line x="75.33" y="99.71"/> + <line x="206.17" y="99.76"/> + <line x="206.17" y="133.19"/> + <line x="75.33" y="133.27"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="282.94" name="Table" strokewidth="inherit" w="283.16"> + <connections/> + <foreground> + <path> + <move x="23.3" y="282.94"/> + <curve x1="15.13" x2="0.0" x3="0.0" y1="282.94" y2="272.05" y3="255.68"/> + <line x="0.0" y="28.95"/> + <curve x1="0.0" x2="15.44" x3="26.93" y1="10.39" y2="0.0" y3="0.0"/> + <line x="257.04" y="0.0"/> + <curve x1="272.27" x2="283.16" x3="283.16" y1="0.0" y2="14.7" y3="23.92"/> + <line x="283.16" y="259.24"/> + <curve x1="283.16" x2="268.77" x3="260.12" y1="272.0" y2="282.94" y3="282.94"/> + <line x="23.3" y="282.94"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="74.64" y="272.14"/> + <line x="74.64" y="213.2"/> + <line x="13.0" y="213.2"/> + <line x="13.0" y="249.25"/> + <curve x1="13.0" x2="23.11" x3="35.19" y1="260.19" y2="272.14" y3="272.14"/> + <line x="74.64" y="272.14"/> + <line x="74.64" y="272.14"/> + <close/> + <move x="74.64" y="207.0"/> + <line x="74.64" y="148.19"/> + <line x="13.0" y="148.19"/> + <line x="13.0" y="207.0"/> + <line x="74.64" y="207.0"/> + <close/> + <move x="74.64" y="142.68"/> + <line x="74.64" y="79.03"/> + <line x="13.0" y="79.03"/> + <line x="13.0" y="142.68"/> + <line x="74.64" y="142.68"/> + <close/> + <move x="138.82" y="142.68"/> + <line x="138.82" y="79.03"/> + <line x="80.13" y="79.03"/> + <line x="80.13" y="142.68"/> + <line x="138.82" y="142.68"/> + <close/> + <move x="203.25" y="142.68"/> + <line x="203.25" y="79.03"/> + <line x="144.86" y="79.03"/> + <line x="144.86" y="142.68"/> + <line x="203.25" y="142.68"/> + <close/> + <move x="270.6" y="142.68"/> + <line x="270.6" y="79.03"/> + <line x="209.08" y="79.03"/> + <line x="209.08" y="142.68"/> + <line x="270.6" y="142.68"/> + <close/> + <move x="270.6" y="207.0"/> + <line x="270.6" y="148.19"/> + <line x="209.08" y="148.19"/> + <line x="209.08" y="207.0"/> + <line x="270.6" y="207.0"/> + <close/> + <move x="203.25" y="207.0"/> + <line x="203.25" y="148.19"/> + <line x="144.86" y="148.19"/> + <line x="144.86" y="207.0"/> + <line x="203.25" y="207.0"/> + <close/> + <move x="138.82" y="207.0"/> + <line x="138.82" y="148.19"/> + <line x="80.13" y="148.19"/> + <line x="80.13" y="207.0"/> + <line x="138.82" y="207.0"/> + <close/> + <move x="138.82" y="272.14"/> + <line x="138.82" y="213.2"/> + <line x="80.13" y="213.2"/> + <line x="80.13" y="272.14"/> + <line x="138.82" y="272.14"/> + <close/> + <move x="203.25" y="272.14"/> + <line x="203.25" y="213.2"/> + <line x="144.86" y="213.2"/> + <line x="144.86" y="272.14"/> + <line x="203.25" y="272.14"/> + <close/> + <move x="209.08" y="272.14"/> + <line x="247.51" y="272.14"/> + <curve x1="261.66" x2="270.6" x3="270.6" y1="272.14" y2="260.83" y3="250.81"/> + <line x="270.6" y="213.2"/> + <line x="209.08" y="213.2"/> + <line x="209.08" y="272.14"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.36" name="Tape library" strokewidth="inherit" w="280.24"> + <connections/> + <foreground> + <path> + <move x="21.12" y="264.9"/> + <line x="21.12" y="247.16"/> + <line x="0.0" y="247.16"/> + <line x="0.0" y="0.0"/> + <line x="231.64" y="0.16"/> + <line x="231.64" y="207.16"/> + <line x="138.98" y="207.16"/> + <line x="138.98" y="247.16"/> + <line x="44.89" y="247.16"/> + <line x="44.89" y="264.9"/> + <line x="21.12" y="264.9"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f59324"/> + <path> + <move x="156.09" y="283.36"/> + <curve x1="147.7" x2="138.98" x3="138.98" y1="283.36" y2="275.68" y3="265.47"/> + <line x="138.98" y="207.16"/> + <line x="262.58" y="207.16"/> + <curve x1="271.4" x2="280.24" x3="280.24" y1="207.16" y2="214.68" y3="224.51"/> + <line x="280.24" y="283.36"/> + <line x="156.09" y="283.36"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="237.88" y="231.66"/> + <curve x1="243.78" x2="251.13" x3="251.13" y1="231.66" y2="236.12" y3="245.21"/> + <curve x1="251.13" x2="244.76" x3="237.88" y1="252.24" y2="258.18" y3="258.18"/> + <line x="237.88" y="231.66"/> + <close/> + <move x="237.88" y="260.62"/> + <curve x1="247.79" x2="253.78" x3="253.78" y1="260.62" y2="252.38" y3="245.01"/> + <curve x1="253.78" x2="245.05" x3="237.88" y1="234.76" y2="228.93" y3="228.93"/> + <line x="237.88" y="225.06"/> + <line x="270.96" y="225.06"/> + <line x="270.96" y="264.94"/> + <line x="237.88" y="264.94"/> + <line x="237.88" y="260.62"/> + <close/> + <move x="183.99" y="228.93"/> + <line x="183.99" y="225.06"/> + <line x="234.66" y="225.06"/> + <line x="234.66" y="228.93"/> + <line x="183.99" y="228.93"/> + <close/> + <move x="183.99" y="258.18"/> + <line x="183.99" y="231.66"/> + <line x="234.66" y="231.66"/> + <line x="234.66" y="258.18"/> + <line x="183.99" y="258.18"/> + <close/> + <move x="183.99" y="264.94"/> + <line x="183.99" y="260.62"/> + <line x="234.66" y="260.62"/> + <line x="234.66" y="264.94"/> + <line x="183.99" y="264.94"/> + <close/> + <move x="180.91" y="258.18"/> + <curve x1="174.97" x2="167.6" x3="167.6" y1="258.18" y2="253.17" y3="245.07"/> + <curve x1="167.6" x2="174.64" x3="180.91" y1="236.77" y2="231.66" y3="231.66"/> + <line x="180.91" y="258.18"/> + <close/> + <move x="147.72" y="264.94"/> + <line x="147.72" y="225.06"/> + <line x="180.91" y="225.06"/> + <line x="180.91" y="228.93"/> + <curve x1="171.47" x2="165.02" x3="165.02" y1="228.93" y2="236.59" y3="245.27"/> + <curve x1="165.02" x2="172.11" x3="180.91" y1="253.32" y2="260.62" y3="260.62"/> + <line x="180.91" y="264.94"/> + <line x="147.72" y="264.94"/> + <close/> + <move x="198.37" y="110.63"/> + <line x="198.37" y="101.66"/> + <line x="207.24" y="101.66"/> + <line x="207.24" y="110.63"/> + <line x="198.37" y="110.63"/> + <close/> + <move x="198.37" y="129.98"/> + <line x="198.37" y="121.1"/> + <line x="207.24" y="121.1"/> + <line x="207.24" y="129.98"/> + <line x="198.37" y="129.98"/> + <close/> + <move x="198.37" y="149.26"/> + <line x="198.37" y="140.44"/> + <line x="207.24" y="140.44"/> + <line x="207.24" y="149.26"/> + <line x="198.37" y="149.26"/> + <close/> + <move x="178.2" y="149.26"/> + <line x="178.2" y="140.44"/> + <line x="186.84" y="140.44"/> + <line x="186.84" y="149.26"/> + <line x="178.2" y="149.26"/> + <close/> + <move x="178.2" y="129.98"/> + <line x="178.2" y="121.1"/> + <line x="186.84" y="121.1"/> + <line x="186.84" y="129.98"/> + <line x="178.2" y="129.98"/> + <close/> + <move x="178.2" y="110.63"/> + <line x="178.2" y="101.66"/> + <line x="186.84" y="101.66"/> + <line x="186.84" y="110.63"/> + <line x="178.2" y="110.63"/> + <close/> + <move x="158.05" y="110.63"/> + <line x="158.05" y="101.66"/> + <line x="166.68" y="101.66"/> + <line x="166.68" y="110.63"/> + <line x="158.05" y="110.63"/> + <close/> + <move x="158.05" y="129.98"/> + <line x="158.05" y="121.1"/> + <line x="166.68" y="121.1"/> + <line x="166.68" y="129.98"/> + <line x="158.05" y="129.98"/> + <close/> + <move x="158.05" y="149.26"/> + <line x="158.05" y="140.44"/> + <line x="166.68" y="140.44"/> + <line x="166.68" y="149.26"/> + <line x="158.05" y="149.26"/> + <close/> + <move x="155.19" y="76.58"/> + <line x="155.19" y="22.6"/> + <line x="211.96" y="22.6"/> + <line x="211.96" y="76.58"/> + <line x="155.19" y="76.58"/> + <close/> + <move x="122.2" y="59.55"/> + <line x="122.2" y="37.89"/> + <line x="33.95" y="37.89"/> + <line x="33.95" y="59.55"/> + <line x="122.2" y="59.55"/> + <close/> + <move x="122.2" y="98.11"/> + <line x="122.2" y="76.7"/> + <line x="33.95" y="76.7"/> + <line x="33.95" y="98.11"/> + <line x="122.2" y="98.11"/> + <close/> + <move x="122.2" y="135.73"/> + <line x="122.2" y="114.21"/> + <line x="33.95" y="114.21"/> + <line x="33.95" y="135.73"/> + <line x="122.2" y="135.73"/> + <close/> + <move x="122.2" y="174.36"/> + <line x="122.2" y="152.87"/> + <line x="33.95" y="152.87"/> + <line x="33.95" y="174.36"/> + <line x="122.2" y="174.36"/> + <close/> + <move x="27.83" y="191.4"/> + <curve x1="24.47" x2="20.85" x3="20.85" y1="191.4" y2="188.51" y3="184.09"/> + <line x="20.85" y="30.51"/> + <curve x1="20.85" x2="23.53" x3="29.59" y1="25.67" y2="22.49" y3="22.49"/> + <line x="127.49" y="22.49"/> + <curve x1="132.54" x2="135.2" x3="135.2" y1="22.49" y2="26.42" y3="30.57"/> + <line x="135.2" y="183.26"/> + <curve x1="135.2" x2="131.84" x3="127.44" y1="189.3" y2="191.4" y3="191.4"/> + <line x="27.83" y="191.4"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="161.42" name="Tape locked" strokewidth="inherit" w="283.23"> + <connections/> + <foreground> + <path> + <move x="243.93" y="131.67"/> + <line x="32.12" y="131.67"/> + <curve x1="14.72" x2="0.0" x3="0.0" y1="131.67" y2="117.89" y3="99.8"/> + <line x="0.0" y="0.0"/> + <line x="212.26" y="0.0"/> + <curve x1="230.43" x2="243.93" x3="243.93" y1="0.0" y2="16.09" y3="31.16"/> + <line x="243.93" y="131.67"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="170.14" y="87.65"/> + <line x="170.14" y="42.15"/> + <curve x1="182.04" x2="192.97" x3="192.97" y1="42.15" y2="51.75" y3="65.05"/> + <curve x1="192.97" x2="182.2" x3="170.14" y1="77.76" y2="87.65" y3="87.65"/> + <close/> + <move x="170.14" y="98.94"/> + <line x="170.14" y="92.23"/> + <curve x1="185.44" x2="197.47" x3="197.47" y1="92.23" y2="79.68" y3="65.0"/> + <curve x1="197.47" x2="183.31" x3="170.14" y1="47.59" y2="37.66" y3="37.66"/> + <line x="170.14" y="30.93"/> + <line x="227.47" y="30.93"/> + <line x="227.47" y="98.94"/> + <line x="170.14" y="98.94"/> + <close/> + <move x="77.62" y="37.66"/> + <line x="77.62" y="30.93"/> + <line x="164.76" y="30.93"/> + <line x="164.76" y="37.66"/> + <line x="77.62" y="37.66"/> + <close/> + <move x="77.62" y="87.65"/> + <line x="77.62" y="42.15"/> + <line x="164.76" y="42.15"/> + <line x="164.76" y="87.65"/> + <line x="77.62" y="87.65"/> + <close/> + <move x="77.62" y="92.23"/> + <line x="164.76" y="92.23"/> + <line x="164.76" y="98.94"/> + <line x="77.62" y="98.94"/> + <line x="77.62" y="92.23"/> + <close/> + <move x="72.22" y="87.65"/> + <curve x1="59.04" x2="49.35" x3="49.35" y1="87.65" y2="76.82" y3="64.59"/> + <curve x1="49.35" x2="59.48" x3="72.22" y1="52.51" y2="42.15" y3="42.15"/> + <line x="72.22" y="87.65"/> + <close/> + <move x="14.93" y="98.94"/> + <line x="14.93" y="30.93"/> + <line x="72.22" y="30.93"/> + <line x="72.22" y="37.66"/> + <curve x1="57.9" x2="44.87" x3="44.87" y1="37.66" y2="48.8" y3="64.47"/> + <curve x1="44.87" x2="59.09" x3="72.22" y1="81.85" y2="92.23" y3="92.23"/> + <line x="72.22" y="98.94"/> + <line x="14.93" y="98.94"/> + <close/> + </path> + <fill/> + <fillcolor color="#f6921e"/> + <path> + <move x="184.46" y="161.42"/> + <line x="184.46" y="87.44"/> + <line x="195.41" y="87.44"/> + <curve x1="197.15" x2="218.16" x3="234.16" y1="64.01" y2="50.79" y3="50.79"/> + <curve x1="251.0" x2="271.45" x3="273.13" y1="50.79" y2="65.49" y3="87.44"/> + <line x="283.23" y="87.44"/> + <line x="283.23" y="161.42"/> + <line x="184.46" y="161.42"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="207.36" y="87.44"/> + <curve x1="209.59" x2="220.88" x3="234.62" y1="72.22" y2="62.07" y3="62.07"/> + <curve x1="246.88" x2="258.74" x3="259.73" y1="62.07" y2="72.42" y3="87.44"/> + <line x="207.36" y="87.44"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="264.37" name="Tape Server" strokewidth="inherit" w="282.66"> + <connections/> + <foreground> + <path> + <move x="25.0" y="264.37"/> + <curve x1="14.86" x2="0.0" x3="0.0" y1="264.37" y2="254.13" y3="237.82"/> + <line x="0.0" y="189.84"/> + <line x="254.95" y="189.84"/> + <curve x1="271.62" x2="282.66" x3="282.66" y1="189.84" y2="203.6" y3="216.04"/> + <line x="282.66" y="264.37"/> + <line x="25.0" y="264.37"/> + <line x="25.0" y="264.37"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="239.39" y="233.89"/> + <line x="239.39" y="219.9"/> + <line x="260.78" y="219.9"/> + <line x="260.78" y="233.89"/> + <line x="239.39" y="233.89"/> + <close/> + <move x="159.85" y="241.4"/> + <line x="159.85" y="213.19"/> + <line x="231.51" y="213.19"/> + <line x="231.51" y="241.4"/> + <line x="159.85" y="241.4"/> + <close/> + <move x="136.7" y="237.96"/> + <curve x1="131.33" x2="125.84" x3="125.84" y1="237.96" y2="233.58" y3="227.16"/> + <curve x1="125.84" x2="130.74" x3="136.5" y1="221.14" y2="216.33" y3="216.33"/> + <curve x1="142.42" x2="147.39" x3="147.39" y1="216.33" y2="220.61" y3="227.3"/> + <curve x1="147.39" x2="141.94" x3="136.7" y1="233.75" y2="237.96" y3="237.96"/> + <close/> + <move x="44.14" y="241.4"/> + <line x="44.14" y="213.19"/> + <line x="115.7" y="213.19"/> + <line x="115.7" y="241.4"/> + <line x="44.14" y="241.4"/> + <close/> + <move x="28.06" y="233.9"/> + <curve x1="23.9" x2="21.21" x3="21.21" y1="233.9" y2="231.13" y3="227.09"/> + <curve x1="21.21" x2="23.8" x3="27.98" y1="223.47" y2="220.34" y3="220.34"/> + <curve x1="31.28" x2="34.54" x3="34.54" y1="220.34" y2="222.74" y3="227.38"/> + <curve x1="34.54" x2="31.35" x3="28.06" y1="231.44" y2="233.9" y3="233.9"/> + <line x="28.06" y="233.9"/> + <close/> + </path> + <fill/> + <fillcolor color="#f19024"/> + <path> + <move x="225.64" y="168.9"/> + <line x="56.79" y="168.9"/> + <line x="56.79" y="0.0"/> + <line x="225.64" y="0.0"/> + <line x="225.64" y="168.9"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="170.96" y="107.33"/> + <line x="205.55" y="107.33"/> + <line x="205.55" y="66.08"/> + <line x="170.96" y="66.08"/> + <line x="170.96" y="69.75"/> + <curve x1="178.81" x2="187.81" x3="187.81" y1="69.75" y2="76.08" y3="86.92"/> + <curve x1="187.81" x2="181.4" x3="170.96" y1="94.84" y2="103.66" y3="103.6"/> + <line x="170.96" y="107.33"/> + <close/> + <move x="170.96" y="100.18"/> + <curve x1="179.84" x2="184.46" x3="184.46" y1="100.12" y2="92.91" y3="86.47"/> + <curve x1="184.46" x2="178.38" x3="170.96" y1="78.87" y2="73.42" y3="73.01"/> + <line x="170.96" y="100.18"/> + <close/> + <move x="114.21" y="69.57"/> + <line x="167.09" y="69.57"/> + <line x="167.09" y="66.08"/> + <line x="114.21" y="66.08"/> + <line x="114.21" y="69.57"/> + <close/> + <move x="114.21" y="100.17"/> + <line x="167.09" y="100.17"/> + <line x="167.09" y="73.1"/> + <line x="114.21" y="73.1"/> + <line x="114.21" y="100.17"/> + <close/> + <move x="114.21" y="107.33"/> + <line x="167.09" y="107.33"/> + <line x="167.09" y="103.78"/> + <line x="114.21" y="103.78"/> + <line x="114.21" y="107.33"/> + <close/> + <move x="110.41" y="100.39"/> + <line x="110.41" y="72.98"/> + <curve x1="102.84" x2="96.77" x3="96.77" y1="73.44" y2="79.2" y3="86.57"/> + <curve x1="96.77" x2="102.5" x3="110.41" y1="93.92" y2="99.92" y3="100.39"/> + <close/> + <move x="75.63" y="107.33"/> + <line x="110.41" y="107.33"/> + <line x="110.41" y="103.78"/> + <curve x1="100.5" x2="93.93" x3="93.93" y1="103.49" y2="95.96" y3="86.38"/> + <curve x1="93.93" x2="103.73" x3="110.41" y1="75.46" y2="69.49" y3="69.71"/> + <line x="110.41" y="66.08"/> + <line x="75.63" y="66.08"/> + <line x="75.63" y="107.33"/> + <close/> + <move x="85.5" y="127.65"/> + <curve x1="76.2" x2="65.98" x3="65.98" y1="127.65" y2="119.38" y3="108.11"/> + <line x="65.98" y="46.54"/> + <line x="194.9" y="46.54"/> + <curve x1="208.51" x2="216.09" x3="216.09" y1="46.54" y2="57.58" y3="66.8"/> + <line x="216.09" y="127.63"/> + <line x="85.5" y="127.65"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="150.3" name="Tape writing device" strokewidth="inherit" w="283.08"> + <connections/> + <foreground> + <path> + <move x="25.56" y="102.66"/> + <curve x1="11.38" x2="0.0" x3="0.0" y1="102.66" y2="92.32" y3="75.87"/> + <line x="0.0" y="0.12"/> + <line x="228.53" y="0.0"/> + <curve x1="242.83" x2="253.59" x3="253.59" y1="0.0" y2="11.34" y3="25.31"/> + <line x="253.59" y="61.45"/> + <line x="118.78" y="61.88"/> + <line x="118.78" y="102.59"/> + <line x="25.56" y="102.66"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="144.56" y="150.3"/> + <curve x1="136.38" x2="124.07" x3="124.07" y1="150.3" y2="144.32" y3="128.91"/> + <line x="124.07" y="66.19"/> + <line x="262.82" y="66.03"/> + <curve x1="274.38" x2="283.08" x3="283.08" y1="66.03" y2="75.48" y3="85.78"/> + <line x="283.08" y="150.16"/> + <line x="144.56" y="150.3"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="236.38" y="122.03"/> + <line x="236.38" y="93.19"/> + <curve x1="242.95" x2="250.88" x3="250.88" y1="93.19" y2="97.56" y3="107.38"/> + <curve x1="250.88" x2="244.46" x3="236.38" y1="116.06" y2="122.03" y3="122.03"/> + <close/> + <move x="236.38" y="129.22"/> + <line x="236.38" y="125.06"/> + <curve x1="246.46" x2="253.9" x3="253.9" y1="125.06" y2="117.0" y3="108.08"/> + <curve x1="253.9" x2="244.73" x3="236.38" y1="96.24" y2="90.04" y3="90.04"/> + <line x="236.38" y="85.91"/> + <line x="273.05" y="85.9"/> + <line x="273.05" y="129.26"/> + <line x="236.38" y="129.22"/> + <close/> + <move x="177.21" y="90.16"/> + <line x="177.21" y="85.94"/> + <line x="233.12" y="85.9"/> + <line x="233.12" y="90.23"/> + <line x="177.21" y="90.16"/> + <close/> + <move x="177.21" y="122.12"/> + <line x="177.21" y="93.05"/> + <line x="233.12" y="93.02"/> + <line x="233.12" y="122.18"/> + <line x="177.21" y="122.12"/> + <close/> + <move x="177.21" y="129.32"/> + <line x="177.21" y="124.91"/> + <line x="233.12" y="125.04"/> + <line x="233.12" y="129.28"/> + <line x="177.21" y="129.32"/> + <close/> + <move x="174.01" y="122.11"/> + <curve x1="166.54" x2="159.42" x3="159.42" y1="122.01" y2="116.73" y3="107.21"/> + <curve x1="159.42" x2="166.05" x3="174.01" y1="99.07" y2="93.3" y3="93.3"/> + <line x="174.01" y="122.11"/> + <close/> + <move x="137.32" y="129.23"/> + <line x="137.32" y="85.95"/> + <line x="174.01" y="85.88"/> + <line x="174.01" y="90.1"/> + <curve x1="164.13" x2="156.41" x3="156.41" y1="90.1" y2="98.84" y3="106.77"/> + <curve x1="156.41" x2="166.14" x3="174.01" y1="119.64" y2="125.02" y3="125.02"/> + <line x="174.01" y="129.34"/> + <line x="137.32" y="129.23"/> + <close/> + <move x="226.12" y="60.5"/> + <curve x1="221.26" x2="214.64" x3="214.64" y1="60.5" y2="56.58" y3="48.92"/> + <curve x1="214.64" x2="219.17" x3="226.12" y1="42.86" y2="36.93" y3="36.93"/> + <curve x1="234.27" x2="238.04" x3="238.04" y1="36.93" y2="43.67" y3="48.78"/> + <curve x1="238.04" x2="233.66" x3="226.12" y1="54.29" y2="60.5" y3="60.5"/> + <close/> + <move x="28.57" y="60.5"/> + <curve x1="22.73" x2="16.99" x3="16.99" y1="60.5" y2="55.56" y3="48.5"/> + <curve x1="16.99" x2="21.75" x3="29.17" y1="42.62" y2="37.03" y3="37.03"/> + <curve x1="35.69" x2="40.58" x3="40.58" y1="37.03" y2="42.13" y3="48.94"/> + <curve x1="40.58" x2="35.4" x3="28.57" y1="55.02" y2="60.5" y3="60.5"/> + <close/> + <move x="118.78" y="85.3"/> + <line x="60.79" y="85.43"/> + <line x="60.79" y="18.4"/> + <line x="194.75" y="18.18"/> + <line x="194.75" y="61.67"/> + <line x="185.78" y="61.61"/> + <line x="185.78" y="27.42"/> + <line x="69.53" y="27.4"/> + <line x="69.53" y="76.68"/> + <line x="118.78" y="76.62"/> + <line x="118.78" y="85.3"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="530.03" name="Tasks" strokewidth="inherit" w="387.79"> + <connections/> + <foreground> + <path> + <move x="86.86" y="228.54"/> + <line x="123.7" y="190.85"/> + <curve x1="125.47" x2="126.21" x3="123.22" y1="188.63" y2="184.15" y3="181.09"/> + <line x="114.98" y="173.23"/> + <line x="86.76" y="200.98"/> + <line x="65.08" y="180.05"/> + <line x="57.03" y="188.57"/> + <curve x1="54.53" x2="54.0" x3="56.55" y1="190.67" y2="195.06" y3="198.04"/> + <line x="86.86" y="228.54"/> + <close/> + <move x="86.74" y="327.74"/> + <line x="124.35" y="290.09"/> + <curve x1="127.31" x2="127.54" x3="124.02" y1="287.16" y2="282.9" y3="279.29"/> + <line x="115.17" y="270.39"/> + <line x="86.77" y="300.56"/> + <line x="65.03" y="278.88"/> + <line x="56.81" y="287.8"/> + <curve x1="54.13" x2="54.12" x3="55.72" y1="290.33" y2="294.66" y3="296.58"/> + <line x="86.74" y="327.74"/> + <close/> + <move x="107.45" y="419.22"/> + <line x="71.89" y="419.22"/> + <line x="71.89" y="384.41"/> + <line x="107.45" y="384.41"/> + <line x="107.45" y="419.22"/> + <close/> + <move x="120.8" y="432.43"/> + <line x="120.8" y="369.69"/> + <line x="58.06" y="369.69"/> + <line x="58.06" y="432.43"/> + <line x="120.8" y="432.43"/> + <close/> + <move x="288.38" y="97.28"/> + <line x="360.54" y="97.28"/> + <line x="288.38" y="24.07"/> + <line x="288.38" y="97.28"/> + <close/> + <move x="332.95" y="212.72"/> + <line x="332.95" y="194.2"/> + <line x="146.42" y="194.2"/> + <line x="146.42" y="212.72"/> + <line x="332.95" y="212.72"/> + <close/> + <move x="332.95" y="311.66"/> + <line x="332.95" y="293.19"/> + <line x="146.42" y="293.19"/> + <line x="146.42" y="311.66"/> + <line x="332.95" y="311.66"/> + <close/> + <move x="332.95" y="409.33"/> + <line x="332.95" y="390.59"/> + <line x="146.42" y="390.59"/> + <line x="146.42" y="409.33"/> + <line x="332.95" y="409.33"/> + <close/> + <move x="47.09" y="530.02"/> + <curve x1="24.98" x2="0.0" x3="0.0" y1="530.03" y2="510.39" y3="477.99"/> + <line x="0.0" y="0.0"/> + <line x="290.74" y="0.0"/> + <line x="387.79" y="96.88"/> + <line x="387.79" y="529.76"/> + <line x="47.09" y="530.02"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="163.24" name="Time" strokewidth="inherit" w="162.92"> + <connections/> + <foreground> + <path> + <move x="82.32" y="163.24"/> + <curve x1="34.46" x2="0.0" x3="0.0" y1="163.24" y2="125.6" y3="82.92"/> + <curve x1="0.0" x2="41.57" x3="81.06" y1="31.46" y2="0.0" y3="0.0"/> + <curve x1="125.77" x2="162.92" x3="162.92" y1="0.0" y2="34.02" y3="82.43"/> + <curve x1="162.92" x2="130.05" x3="82.32" y1="123.46" y2="163.24" y3="163.24"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="82.05" y="146.67"/> + <curve x1="121.33" x2="146.15" x3="146.15" y1="146.67" y2="113.53" y3="83.77"/> + <curve x1="146.15" x2="118.06" x3="82.07" y1="46.05" y2="17.81" y3="17.81"/> + <curve x1="45.93" x2="17.07" x3="17.07" y1="17.81" y2="45.46" y3="82.45"/> + <curve x1="17.07" x2="46.48" x3="82.05" y1="118.28" y2="146.67" y3="146.67"/> + <close/> + <move x="75.44" y="93.55"/> + <line x="77.85" y="36.88"/> + <line x="83.59" y="36.83"/> + <line x="85.73" y="83.92"/> + <line x="121.14" y="85.46"/> + <line x="121.14" y="91.27"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="197.54" name="Transportation" strokewidth="inherit" w="283.44"> + <connections/> + <foreground> + <path> + <move x="55.16" y="197.54"/> + <curve x1="39.75" x2="27.79" x3="27.79" y1="197.54" y2="185.79" y3="170.36"/> + <curve x1="27.79" x2="41.63" x3="54.59" y1="153.22" y2="143.65" y3="143.65"/> + <curve x1="68.01" x2="81.39" x3="81.39" y1="143.65" y2="154.1" y3="170.93"/> + <curve x1="81.39" x2="67.37" x3="55.16" y1="187.33" y2="197.54" y3="197.54"/> + <close/> + <move x="201.0" y="171.21"/> + <curve x1="201.0" x2="212.98" x3="227.8" y1="154.61" y2="143.65" y3="143.65"/> + <curve x1="241.34" x2="254.69" x3="254.69" y1="143.65" y2="153.56" y3="170.55"/> + <curve x1="254.69" x2="243.62" x3="228.46" y1="185.26" y2="197.16" y3="197.16"/> + <curve x1="209.46" x2="201.0" x3="201.0" y1="197.16" y2="182.45" y3="171.21"/> + <close/> + <move x="0.0" y="151.87"/> + <line x="0.0" y="116.89"/> + <line x="176.31" y="116.89"/> + <line x="176.31" y="0.0"/> + <line x="258.86" y="0.0"/> + <curve x1="268.33" x2="283.44" x3="283.44" y1="0.0" y2="9.15" y3="25.84"/> + <line x="283.44" y="151.87"/> + <line x="256.55" y="151.87"/> + <curve x1="250.82" x2="238.39" x3="228.43" y1="141.02" y2="135.81" y3="135.81"/> + <curve x1="218.59" x2="206.33" x3="199.48" y1="135.81" y2="139.74" y3="151.87"/> + <line x="83.94" y="151.87"/> + <curve x1="80.0" x2="66.41" x3="55.25" y1="142.9" y2="135.79" y3="135.79"/> + <curve x1="44.32" x2="31.91" x3="26.93" y1="135.79" y2="142.27" y3="151.87"/> + <close/> + <move x="25.99" y="108.85"/> + <curve x1="12.52" x2="0.0" x3="0.0" y1="108.85" y2="98.34" y3="81.53"/> + <line x="0.0" y="0.0"/> + <line x="142.73" y="0.0"/> + <curve x1="156.25" x2="168.18" x3="168.18" y1="0.0" y2="10.86" y3="25.29"/> + <line x="168.18" y="108.85"/> + <line x="25.99" y="108.85"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="192.08" y="77.82"/> + <line x="268.47" y="77.82"/> + <line x="268.47" y="27.56"/> + <curve x1="268.47" x2="262.35" x3="256.54" y1="19.42" y2="14.7" y3="14.7"/> + <line x="192.08" y="14.7"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="99.89" name="Unavailable" strokewidth="inherit" w="99.9"> + <connections/> + <foreground> + <path> + <move x="50.05" y="99.89"/> + <curve x1="21.71" x2="0.0" x3="0.0" y1="99.89" y2="77.35" y3="49.58"/> + <curve x1="0.0" x2="20.53" x3="50.51" y1="24.12" y2="0.0" y3="0.0"/> + <curve x1="76.01" x2="99.9" x3="99.9" y1="0.0" y2="20.56" y3="50.26"/> + <curve x1="99.9" x2="77.29" x3="50.05" y1="78.01" y2="99.89" y3="99.89"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="75.72" y="59.91"/> + <line x="75.72" y="45.57"/> + <curve x1="75.72" x2="73.1" x3="70.61" y1="42.65" y2="40.47" y3="40.47"/> + <line x="24.32" y="40.47"/> + <line x="24.32" y="54.33"/> + <curve x1="24.32" x2="27.24" x3="29.49" y1="58.0" y2="59.91" y3="59.91"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="262.11" name="Unknown tape" strokewidth="inherit" w="282.77"> + <connections/> + <foreground> + <path> + <move x="29.67" y="262.11"/> + <curve x1="8.36" x2="0.0" x3="0.0" y1="262.11" y2="250.94" y3="228.15"/> + <line x="0.0" y="31.51"/> + <line x="139.53" y="31.51"/> + <line x="169.81" y="5.19"/> + <curve x1="174.12" x2="178.25" x3="182.65" y1="1.35" y2="0.0" y3="0.0"/> + <line x="267.64" y="0.0"/> + <curve x1="277.38" x2="282.77" x3="282.77" y1="0.0" y2="6.33" y3="12.38"/> + <line x="282.77" y="262.11"/> + <line x="29.67" y="262.11"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="226.96" y="172.12"/> + <line x="226.96" y="164.18"/> + <line x="242.58" y="164.18"/> + <line x="242.58" y="156.0"/> + <line x="226.96" y="156.0"/> + <line x="226.96" y="148.47"/> + <line x="242.58" y="148.47"/> + <line x="242.58" y="140.46"/> + <line x="226.96" y="140.46"/> + <line x="226.96" y="132.57"/> + <line x="242.58" y="132.57"/> + <line x="242.58" y="124.83"/> + <line x="226.96" y="124.83"/> + <line x="226.96" y="117.13"/> + <line x="242.58" y="117.13"/> + <line x="242.58" y="109.28"/> + <line x="226.96" y="109.28"/> + <line x="226.96" y="101.23"/> + <line x="242.58" y="101.23"/> + <line x="242.58" y="93.57"/> + <line x="226.96" y="93.57"/> + <line x="226.96" y="85.6"/> + <line x="234.85" y="85.6"/> + <line x="234.85" y="172.12"/> + <line x="226.96" y="172.12"/> + <close/> + <move x="229.45" y="208.95"/> + <line x="241.18" y="208.95"/> + <line x="241.18" y="190.19"/> + <line x="229.45" y="190.19"/> + <line x="229.45" y="208.95"/> + <close/> + <move x="226.21" y="183.69"/> + <line x="244.48" y="183.69"/> + <line x="244.48" y="224.57"/> + <line x="226.21" y="224.57"/> + <line x="226.21" y="183.69"/> + <close/> + <move x="74.88" y="162.58"/> + <line x="74.88" y="126.92"/> + <curve x1="66.68" x2="57.36" x3="57.36" y1="126.92" y2="134.32" y3="144.02"/> + <curve x1="57.36" x2="68.77" x3="74.88" y1="157.94" y2="162.58" y3="162.58"/> + <close/> + <move x="29.99" y="171.46"/> + <line x="74.88" y="171.46"/> + <line x="74.88" y="166.79"/> + <curve x1="64.92" x2="53.14" x3="53.14" y1="166.79" y2="158.41" y3="144.4"/> + <curve x1="53.14" x2="64.47" x3="74.88" y1="131.83" y2="122.85" y3="122.85"/> + <line x="74.88" y="117.9"/> + <line x="29.99" y="117.9"/> + <line x="29.99" y="171.46"/> + <close/> + <move x="79.75" y="122.85"/> + <line x="148.51" y="122.85"/> + <line x="148.51" y="117.9"/> + <line x="79.75" y="117.9"/> + <line x="79.75" y="122.85"/> + <close/> + <move x="79.75" y="162.58"/> + <line x="148.51" y="162.58"/> + <line x="148.51" y="126.92"/> + <line x="79.75" y="126.92"/> + <line x="79.75" y="162.58"/> + <close/> + <move x="79.75" y="171.46"/> + <line x="148.51" y="171.46"/> + <line x="148.51" y="166.79"/> + <line x="79.75" y="166.79"/> + <line x="79.75" y="171.46"/> + <close/> + <move x="153.26" y="162.58"/> + <curve x1="162.12" x2="170.95" x3="170.95" y1="162.58" y2="155.61" y3="144.59"/> + <curve x1="170.95" x2="162.95" x3="153.26" y1="134.98" y2="126.92" y3="126.92"/> + <line x="153.26" y="162.58"/> + <close/> + <move x="153.26" y="171.46"/> + <line x="198.13" y="171.46"/> + <line x="198.13" y="117.9"/> + <line x="153.26" y="117.9"/> + <line x="153.26" y="122.85"/> + <curve x1="163.2" x2="174.74" x3="174.74" y1="122.85" y2="131.13" y3="144.56"/> + <curve x1="174.74" x2="165.51" x3="153.26" y1="157.18" y2="166.79" y3="166.79"/> + <line x="153.26" y="171.46"/> + <close/> + <move x="42.39" y="198.14"/> + <curve x1="31.0" x2="17.21" x3="17.21" y1="198.14" y2="187.69" y3="172.43"/> + <line x="17.21" y="92.93"/> + <line x="186.01" y="92.93"/> + <curve x1="198.58" x2="211.73" x3="211.73" y1="92.93" y2="103.06" y3="119.63"/> + <line x="211.73" y="198.14"/> + <line x="42.39" y="198.14"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="83.66" name="Unlocked" strokewidth="inherit" w="99.79"> + <connections/> + <foreground> + <path> + <move x="0.0" y="83.66"/> + <line x="0.0" y="29.94"/> + <line x="52.48" y="29.94"/> + <curve x1="52.48" x2="53.58" x3="59.62" y1="22.38" y2="14.13" y3="7.04"/> + <curve x1="63.25" x2="68.6" x3="77.11" y1="2.81" y2="0.0" y3="0.0"/> + <curve x1="90.79" x2="99.79" x3="99.79" y1="0.0" y2="10.17" y3="24.0"/> + <line x="99.79" y="31.69"/> + <line x="93.08" y="31.69"/> + <line x="93.08" y="25.55"/> + <curve x1="92.89" x2="85.14" x3="76.15" y1="12.85" y2="6.58" y3="6.58"/> + <curve x1="69.52" x2="65.22" x3="62.92" y1="6.58" y2="10.98" y3="15.15"/> + <curve x1="60.11" x2="59.41" x3="59.65" y1="20.61" y2="24.59" y3="29.94"/> + <line x="73.17" y="29.94"/> + <line x="73.17" y="83.66"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="97.58" name="USB" strokewidth="inherit" w="283.27"> + <connections/> + <foreground> + <path> + <move x="16.99" y="97.58"/> + <curve x1="9.77" x2="0.0" x3="0.0" y1="97.58" y2="89.31" y3="78.18"/> + <line x="0.0" y="19.62"/> + <curve x1="0.0" x2="6.54" x3="20.31" y1="11.36" y2="0.0" y3="0.0"/> + <line x="49.67" y="0.0"/> + <line x="49.67" y="97.58"/> + <line x="16.99" y="97.58"/> + <close/> + <move x="55.89" y="97.58"/> + <line x="55.89" y="0.0"/> + <line x="215.41" y="0.0"/> + <line x="215.41" y="97.58"/> + <line x="55.89" y="97.58"/> + <close/> + <move x="221.16" y="87.34"/> + <line x="221.16" y="10.67"/> + <line x="283.27" y="10.67"/> + <line x="283.27" y="87.34"/> + <line x="221.16" y="87.34"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="171.7" y="78.04"/> + <line x="171.7" y="62.46"/> + <line x="157.67" y="62.46"/> + <line x="157.67" y="67.16"/> + <line x="144.02" y="67.16"/> + <line x="130.3" y="52.85"/> + <line x="180.85" y="52.85"/> + <line x="180.85" y="57.61"/> + <line x="193.62" y="49.99"/> + <line x="180.85" y="42.42"/> + <line x="180.85" y="47.21"/> + <line x="110.58" y="47.21"/> + <line x="125.8" y="31.01"/> + <line x="142.63" y="31.01"/> + <curve x1="143.64" x2="146.46" x3="148.71" y1="33.92" y2="35.32" y3="35.32"/> + <curve x1="151.3" x2="155.41" x3="155.41" y1="35.32" y2="33.01" y3="28.23"/> + <curve x1="155.41" x2="151.31" x3="148.64" y1="23.43" y2="20.95" y3="20.95"/> + <curve x1="146.28" x2="143.44" x3="142.64" y1="20.95" y2="22.9" y3="25.49"/> + <line x="126.19" y="25.49"/> + <curve x1="123.92" x2="123.61" x3="122.09" y1="25.49" y2="25.7" y3="27.24"/> + <line x="103.33" y="47.21"/> + <line x="97.8" y="47.21"/> + <curve x1="96.88" x2="92.12" x3="86.74" y1="42.09" y2="38.18" y3="38.18"/> + <curve x1="80.47" x2="74.79" x3="74.79" y1="38.18" y2="43.28" y3="50.15"/> + <curve x1="74.79" x2="79.78" x3="86.92" y1="56.14" y2="62.17" y3="62.17"/> + <curve x1="92.12" x2="96.76" x3="97.83" y1="62.17" y2="58.42" y3="52.85"/> + <line x="123.19" y="52.85"/> + <line x="140.14" y="71.25"/> + <curve x1="141.28" x2="142.1" x3="143.84" y1="72.66" y2="73.34" y3="73.34"/> + <line x="157.67" y="73.34"/> + <line x="157.67" y="78.04"/> + <line x="171.7" y="78.04"/> + <close/> + <move x="240.71" y="38.16"/> + <line x="252.8" y="38.16"/> + <line x="252.8" y="21.38"/> + <line x="240.71" y="21.38"/> + <line x="240.71" y="38.16"/> + <close/> + <move x="240.71" y="77.64"/> + <line x="252.8" y="77.64"/> + <line x="252.8" y="60.86"/> + <line x="240.71" y="60.86"/> + <line x="240.71" y="77.64"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="100.0" name="vCloud Director" strokewidth="inherit" w="99.86"> + <connections/> + <foreground> + <save/> + <path> + <move x="0.0" y="100.0"/> + <line x="0.0" y="0.0"/> + <line x="99.86" y="0.0"/> + <line x="99.86" y="100.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <alpha alpha="0.5"/> + <path> + <move x="12.22" y="89.7"/> + <line x="12.22" y="42.52"/> + <line x="59.43" y="42.52"/> + <line x="59.43" y="89.7"/> + <close/> + </path> + <fill/> + <restore/> + <rect/> + <stroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="22.54" y="78.38"/> + <line x="22.54" y="52.86"/> + <line x="31.96" y="52.86"/> + <line x="31.96" y="37.04"/> + <line x="22.54" y="37.04"/> + <line x="22.54" y="11.53"/> + <line x="48.08" y="11.53"/> + <line x="48.08" y="37.04"/> + <line x="38.68" y="37.04"/> + <line x="38.68" y="52.86"/> + <line x="43.24" y="52.86"/> + <line x="63.1" y="32.25"/> + <line x="63.1" y="11.53"/> + <line x="88.62" y="11.53"/> + <line x="88.62" y="37.04"/> + <line x="67.88" y="37.04"/> + <line x="48.08" y="56.82"/> + <line x="48.08" y="62.4"/> + <line x="63.1" y="62.4"/> + <line x="63.1" y="52.86"/> + <line x="88.62" y="52.86"/> + <line x="88.62" y="78.38"/> + <line x="63.1" y="78.38"/> + <line x="63.1" y="68.99"/> + <line x="48.08" y="68.99"/> + <line x="48.08" y="78.38"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="100.0" name="vCloud Director Support" strokewidth="inherit" w="100.0"> + <connections/> + <foreground> + <path> + <move x="0.0" y="100.0"/> + <line x="0.0" y="0.0"/> + <line x="100.0" y="0.0"/> + <line x="100.0" y="100.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="87.68" y="55.89"/> + <line x="81.95" y="56.76"/> + <line x="82.88" y="51.02"/> + <line x="75.89" y="48.02"/> + <line x="72.44" y="52.6"/> + <line x="69.13" y="47.92"/> + <line x="62.14" y="50.81"/> + <line x="62.8" y="56.48"/> + <line x="57.06" y="55.51"/> + <line x="54.25" y="62.52"/> + <line x="58.81" y="65.93"/> + <line x="54.08" y="69.3"/> + <line x="55.36" y="72.21"/> + <curve x1="52.16" x2="47.02" x3="40.9" y1="73.63" y2="74.68" y3="72.97"/> + <curve x1="39.16" x2="34.53" x3="32.02" y1="72.59" y2="70.3" y3="66.16"/> + <curve x1="31.15" x2="28.66" x3="24.06" y1="67.31" y2="69.19" y3="69.19"/> + <curve x1="17.34" x2="12.46" x3="12.46" y1="69.19" y2="62.56" y3="57.26"/> + <curve x1="12.46" x2="20.19" x3="23.76" y1="50.88" y2="46.95" y3="46.9"/> + <curve x1="21.12" x2="22.6" x3="26.56" y1="41.56" y2="36.49" y3="33.11"/> + <curve x1="29.95" x2="35.68" x3="40.31" y1="30.23" y2="29.32" y3="32.85"/> + <curve x1="40.93" x2="44.34" x3="51.5" y1="28.67" y2="22.68" y3="21.31"/> + <curve x1="56.05" x2="61.55" x3="65.28" y1="20.26" y2="20.84" y3="25.93"/> + <curve x1="68.06" x2="69.18" x3="69.68" y1="29.59" y2="33.37" y3="36.64"/> + <curve x1="73.99" x2="78.74" x3="83.14" y1="36.6" y2="37.51" y3="42.49"/> + <curve x1="87.23" x2="87.68" x3="87.68" y1="47.71" y2="51.99" y3="55.89"/> + <close/> + <move x="72.48" y="72.23"/> + <curve x1="75.92" x2="78.44" x3="78.44" y1="72.23" y2="68.98" y3="66.45"/> + <curve x1="78.44" x2="75.17" x3="72.38" y1="62.13" y2="59.95" y3="59.95"/> + <curve x1="68.98" x2="66.14" x3="66.14" y1="59.95" y2="62.66" y3="66.09"/> + <curve x1="66.14" x2="68.74" x3="72.48" y1="69.16" y2="72.23" y3="72.23"/> + <close/> + <move x="75.99" y="82.43"/> + <line x="72.47" y="77.61"/> + <line x="71.78" y="77.48"/> + <line x="68.15" y="82.34"/> + <line x="63.45" y="80.36"/> + <line x="64.24" y="74.08"/> + <line x="63.99" y="73.89"/> + <line x="57.92" y="74.74"/> + <line x="55.99" y="69.84"/> + <line x="60.96" y="66.13"/> + <line x="61.06" y="65.63"/> + <line x="56.15" y="61.96"/> + <line x="58.06" y="57.24"/> + <line x="64.32" y="58.19"/> + <line x="64.53" y="57.95"/> + <line x="63.76" y="51.72"/> + <line x="68.55" y="49.78"/> + <line x="72.14" y="54.74"/> + <line x="72.72" y="54.74"/> + <line x="76.43" y="49.91"/> + <line x="81.19" y="51.95"/> + <line x="80.35" y="57.92"/> + <line x="80.79" y="58.3"/> + <line x="86.68" y="57.67"/> + <line x="88.69" y="62.33"/> + <line x="83.79" y="66.0"/> + <line x="83.83" y="66.65"/> + <line x="88.54" y="70.24"/> + <line x="86.44" y="75.0"/> + <line x="80.47" y="74.11"/> + <line x="80.07" y="74.52"/> + <line x="80.75" y="80.51"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="173.78" name="Veeam logo" strokewidth="inherit" w="985.22"> + <connections/> + <foreground> + <path> + <move x="398.94" y="97.81"/> + <curve x1="403.01" x2="429.33" x3="460.08" y1="125.7" y2="152.22" y3="152.22"/> + <curve x1="485.73" x2="503.6" x3="511.56" y1="152.22" y2="136.41" y3="124.77"/> + <curve x1="515.57" x2="521.54" x3="527.11" y1="120.17" y2="118.81" y3="122.55"/> + <curve x1="530.63" x2="533.44" x3="530.32" y1="125.07" y2="131.23" y3="136.8"/> + <curve x1="516.05" x2="492.07" x3="459.46" y1="157.47" y2="173.71" y3="173.71"/> + <curve x1="424.74" x2="375.74" x3="375.74" y1="173.71" y2="144.86" y3="84.85"/> + <curve x1="375.74" x2="411.82" x3="461.73" y1="42.28" y2="0.0" y3="0.0"/> + <curve x1="513.85" x2="546.97" x3="545.87" y1="0.0" y2="45.69" y3="87.4"/> + <curve x1="545.87" x2="541.81" x3="534.37" y1="93.28" y2="97.81" y3="97.81"/> + <line x="398.94" y="97.81"/> + <close/> + <move x="398.85" y="77.78"/> + <line x="522.91" y="77.78"/> + <curve x1="518.46" x2="489.32" x3="463.25" y1="47.14" y2="21.21" y3="21.21"/> + <curve x1="426.84" x2="403.55" x3="398.85" y1="21.21" y2="50.56" y3="77.84"/> + <line x="398.85" y="77.78"/> + <close/> + <move x="2.11" y="18.82"/> + <curve x1="0.0" x2="0.57" x3="6.61" y1="13.68" y2="8.73" y3="4.44"/> + <curve x1="11.64" x2="18.99" x3="21.43" y1="1.18" y2="4.17" y3="8.97"/> + <line x="93.12" y="146.34"/> + <curve x1="94.42" x2="96.31" x3="98.42" y1="148.88" y2="150.74" y3="150.74"/> + <curve x1="100.78" x2="102.98" x3="104.34" y1="150.74" y2="149.02" y3="146.15"/> + <line x="175.93" y="7.79"/> + <curve x1="179.83" x2="186.11" x3="191.08" y1="2.76" y2="1.83" y3="4.86"/> + <curve x1="195.21" x2="197.61" x3="195.71" y1="7.68" y2="12.68" y3="18.29"/> + <line x="122.95" y="156.33"/> + <curve x1="119.45" x2="110.95" x3="98.22" y1="162.4" y2="170.64" y3="170.64"/> + <curve x1="87.51" x2="77.54" x3="72.87" y1="170.64" y2="163.97" y3="154.85"/> + <line x="2.11" y="18.82"/> + <close/> + <move x="213.76" y="97.81"/> + <curve x1="217.84" x2="244.15" x3="274.9" y1="125.7" y2="152.3" y3="152.3"/> + <curve x1="300.56" x2="318.42" x3="326.38" y1="152.3" y2="136.48" y3="124.85"/> + <curve x1="330.39" x2="336.36" x3="341.93" y1="120.24" y2="118.88" y3="122.62"/> + <curve x1="345.45" x2="348.26" x3="345.14" y1="125.14" y2="131.3" y3="136.88"/> + <curve x1="330.87" x2="306.89" x3="274.28" y1="157.54" y2="173.78" y3="173.78"/> + <curve x1="239.56" x2="190.56" x3="190.56" y1="173.78" y2="144.93" y3="84.92"/> + <curve x1="190.56" x2="226.65" x3="276.55" y1="42.35" y2="0.07" y3="0.07"/> + <curve x1="328.68" x2="361.79" x3="360.69" y1="0.07" y2="45.76" y3="87.47"/> + <curve x1="360.69" x2="356.63" x3="349.2" y1="93.36" y2="97.81" y3="97.81"/> + <line x="213.76" y="97.81"/> + <close/> + <move x="213.67" y="77.78"/> + <line x="337.73" y="77.78"/> + <curve x1="333.28" x2="304.14" x3="278.07" y1="47.14" y2="21.28" y3="21.28"/> + <curve x1="241.66" x2="218.37" x3="213.67" y1="21.28" y2="50.63" y3="77.91"/> + <line x="213.67" y="77.78"/> + <close/> + <move x="611.87" y="18.42"/> + <curve x1="617.95" x2="626.27" x3="636.28" y1="7.8" y2="3.04" y3="2.78"/> + <curve x1="647.0" x2="655.76" x3="659.55" y1="2.78" y2="9.92" y3="17.0"/> + <line x="731.78" y="154.34"/> + <curve x1="734.72" x2="731.03" x3="727.14" y1="161.04" y2="167.85" y3="169.78"/> + <curve x1="719.31" x2="714.12" x3="710.85" y1="173.21" y2="169.51" y3="162.58"/> + <line x="642.57" y="28.98"/> + <curve x1="639.67" x2="634.15" x3="630.4" y1="22.03" y2="19.56" y3="29.03"/> + <line x="591.27" y="104.91"/> + <line x="662.32" y="104.91"/> + <curve x1="668.9" x2="673.65" x3="673.65" y1="104.91" y2="110.03" y3="115.91"/> + <curve x1="673.65" x2="669.28" x3="663.34" y1="121.15" y2="126.96" y3="126.96"/> + <line x="580.58" y="126.96"/> + <line x="561.6" y="163.39"/> + <curve x1="558.79" x2="553.9" x3="545.91" y1="169.27" y2="172.24" y3="169.99"/> + <curve x1="538.99" x2="538.67" x3="541.14" y1="166.58" y2="159.27" y3="153.77"/> + <line x="611.87" y="18.42"/> + <close/> + <move x="748.7" y="24.92"/> + <curve x1="748.7" x2="752.01" x3="765.13" y1="19.54" y2="9.27" y3="4.03"/> + <curve x1="776.97" x2="786.98" x3="792.35" y1="0.8" y2="5.77" y3="14.81"/> + <line x="857.6" y="141.42"/> + <curve x1="861.88" x2="874.09" x3="877.03" y1="151.52" y2="148.17" y3="142.09"/> + <line x="941.74" y="15.03"/> + <curve x1="948.08" x2="956.9" x3="966.8" y1="4.92" y2="2.47" y3="3.38"/> + <curve x1="975.66" x2="985.16" x3="985.22" y1="4.52" y2="14.4" y3="22.86"/> + <line x="985.22" y="161.88"/> + <curve x1="985.14" x2="980.6" x3="974.5" y1="165.82" y2="170.77" y3="170.77"/> + <curve x1="970.55" x2="963.25" x3="963.25" y1="170.77" y2="167.41" y3="160.45"/> + <line x="963.25" y="20.96"/> + <line x="896.85" y="151.21"/> + <curve x1="891.74" x2="880.44" x3="866.73" y1="161.26" y2="169.11" y3="169.11"/> + <curve x1="853.61" x2="842.81" x3="837.09" y1="169.11" y2="160.26" y3="150.27"/> + <line x="770.91" y="20.53"/> + <line x="770.91" y="159.21"/> + <curve x1="770.91" x2="766.49" x3="760.05" y1="165.45" y2="170.75" y3="170.75"/> + <curve x1="754.45" x2="748.7" x3="748.7" y1="170.75" y2="166.36" y3="159.16"/> + <line x="748.7" y="24.92"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="283.2" name="Video file" strokewidth="inherit" w="206.56"> + <connections/> + <foreground> + <path> + <move x="25.19" y="283.2"/> + <curve x1="12.94" x2="0.0" x3="0.0" y1="283.2" y2="271.38" y3="256.73"/> + <line x="0.24" y="0.0"/> + <line x="155.13" y="0.0"/> + <line x="206.56" y="52.15"/> + <line x="206.47" y="283.2"/> + <line x="25.19" y="283.2"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="163.58" y="194.86"/> + <line x="176.05" y="194.86"/> + <line x="176.05" y="183.03"/> + <line x="163.58" y="183.03"/> + <line x="163.58" y="194.86"/> + <close/> + <move x="163.58" y="172.73"/> + <line x="176.05" y="172.73"/> + <line x="176.05" y="160.89"/> + <line x="163.58" y="160.89"/> + <line x="163.58" y="172.73"/> + <close/> + <move x="163.58" y="150.52"/> + <line x="176.05" y="150.52"/> + <line x="176.05" y="138.68"/> + <line x="163.58" y="138.68"/> + <line x="163.58" y="150.52"/> + <close/> + <move x="163.58" y="128.5"/> + <line x="176.05" y="128.5"/> + <line x="176.05" y="116.66"/> + <line x="163.58" y="116.66"/> + <line x="163.58" y="128.5"/> + <close/> + <move x="30.86" y="128.5"/> + <line x="43.29" y="128.5"/> + <line x="43.29" y="116.66"/> + <line x="30.86" y="116.66"/> + <line x="30.86" y="128.5"/> + <close/> + <move x="30.86" y="150.52"/> + <line x="43.29" y="150.52"/> + <line x="43.29" y="138.68"/> + <line x="30.86" y="138.68"/> + <line x="30.86" y="150.52"/> + <close/> + <move x="30.86" y="172.73"/> + <line x="43.29" y="172.73"/> + <line x="43.29" y="160.89"/> + <line x="30.86" y="160.89"/> + <line x="30.86" y="172.73"/> + <close/> + <move x="117.38" y="156.3"/> + <curve x1="114.07" x2="105.95" x3="101.98" y1="151.94" y2="143.66" y3="141.7"/> + <line x="97.48" y="141.7"/> + <curve x1="96.28" x2="95.72" x3="95.72" y1="141.7" y2="142.17" y3="143.18"/> + <line x="95.72" y="168.52"/> + <curve x1="95.72" x2="96.36" x3="97.05" y1="169.66" y2="169.84" y3="169.84"/> + <line x="102.03" y="169.84"/> + <curve x1="104.73" x2="114.83" x3="117.38" y1="168.9" y2="159.93" y3="156.3"/> + <line x="117.38" y="156.3"/> + <close/> + <move x="103.32" y="184.42"/> + <curve x1="87.96" x2="75.04" x3="75.04" y1="184.42" y2="171.71" y3="156.09"/> + <curve x1="75.04" x2="86.99" x3="103.18" y1="140.94" y2="127.6" y3="127.6"/> + <curve x1="118.21" x2="131.78" x3="131.78" y1="127.6" y2="138.31" y3="156.44"/> + <curve x1="131.78" x2="119.43" x3="103.32" y1="171.68" y2="184.42" y3="184.42"/> + <line x="103.32" y="184.42"/> + <close/> + <move x="153.56" y="208.32"/> + <curve x1="156.57" x2="158.01" x3="158.01" y1="208.32" y2="206.51" y3="203.55"/> + <line x="158.01" y="108.75"/> + <curve x1="158.01" x2="157.02" x3="153.58" y1="105.99" y2="103.65" y3="103.65"/> + <line x="54.36" y="103.65"/> + <curve x1="51.02" x2="49.13" x3="49.13" y1="103.65" y2="104.79" y3="108.43"/> + <line x="49.13" y="203.6"/> + <curve x1="49.13" x2="51.31" x3="53.98" y1="206.95" y2="208.4" y3="208.32"/> + <line x="153.56" y="208.32"/> + <close/> + <move x="30.86" y="194.86"/> + <line x="43.29" y="194.86"/> + <line x="43.29" y="183.03"/> + <line x="30.86" y="183.03"/> + <line x="30.86" y="194.86"/> + <close/> + <move x="25.45" y="100.33"/> + <line x="30.86" y="100.28"/> + <line x="30.86" y="106.92"/> + <line x="43.29" y="106.92"/> + <line x="43.29" y="100.4"/> + <line x="163.58" y="100.4"/> + <line x="163.58" y="106.92"/> + <line x="176.05" y="106.92"/> + <line x="176.05" y="100.3"/> + <line x="181.74" y="100.27"/> + <line x="181.74" y="211.69"/> + <line x="176.05" y="211.69"/> + <line x="176.05" y="204.64"/> + <line x="163.58" y="204.64"/> + <line x="163.58" y="211.69"/> + <line x="43.29" y="211.69"/> + <line x="43.29" y="204.64"/> + <line x="30.86" y="204.64"/> + <line x="30.86" y="211.69"/> + <line x="25.45" y="211.69"/> + <line x="25.45" y="100.33"/> + <close/> + <move x="154.06" y="52.04"/> + <line x="154.11" y="12.49"/> + <line x="192.73" y="52.04"/> + <line x="154.06" y="52.04"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="293.7" name="Virtual Host" strokewidth="inherit" w="303.07"> + <connections/> + <foreground> + <save/> + <strokecolor color="none"/> + <fillcolor color="#d1d3d4"/> + <path> + <move x="123.76" y="238.82"/> + <line x="0.58" y="169.34"/> + <line x="301.75" y="169.34"/> + <line x="179.55" y="238.82"/> + <line x="123.76" y="238.82"/> + <close/> + </path> + <fill/> + <fillcolor color="#f7941d"/> + <path> + <move x="0.0" y="167.94"/> + <line x="0.0" y="75.31"/> + <line x="302.62" y="75.31"/> + <line x="302.62" y="167.94"/> + <line x="0.0" y="167.94"/> + <close/> + </path> + <fill/> + <restore/> + <rect/> + <stroke/> + <path> + <move x="69.18" y="293.7"/> + <curve x1="60.17" x2="49.23" x3="49.23" y1="293.7" y2="285.1" y3="272.9"/> + <line x="49.23" y="238.82"/> + <line x="234.09" y="238.82"/> + <curve x1="245.78" x2="254.93" x3="254.93" y1="238.82" y2="247.85" y3="260.78"/> + <line x="254.93" y="293.7"/> + <line x="69.18" y="293.7"/> + <close/> + <move x="0.08" y="67.99"/> + <line x="0.08" y="0.0"/> + <line x="69.56" y="0.0"/> + <line x="69.56" y="67.99"/> + <line x="0.08" y="67.99"/> + <close/> + <move x="77.91" y="67.99"/> + <line x="77.91" y="0.0"/> + <line x="147.4" y="0.0"/> + <line x="147.4" y="67.99"/> + <line x="77.91" y="67.99"/> + <close/> + <move x="155.75" y="67.99"/> + <line x="155.75" y="0.0"/> + <line x="225.23" y="0.0"/> + <line x="225.23" y="67.99"/> + <line x="155.75" y="67.99"/> + <close/> + <move x="233.59" y="67.99"/> + <line x="233.59" y="0.0"/> + <line x="303.07" y="0.0"/> + <line x="303.07" y="67.99"/> + <line x="233.59" y="67.99"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="69.79" y="271.43"/> + <curve x1="71.58" x2="73.97" x3="73.97" y1="271.43" y2="269.64" y3="266.94"/> + <curve x1="73.97" x2="72.48" x3="70.19" y1="264.59" y2="261.92" y3="261.92"/> + <curve x1="67.36" x2="65.6" x3="65.6" y1="261.92" y2="264.4" y3="266.41"/> + <curve x1="65.6" x2="68.41" x3="69.79" y1="269.84" y2="271.43" y3="271.43"/> + <close/> + <move x="81.41" y="277.4"/> + <line x="133.87" y="277.4"/> + <line x="133.87" y="256.01"/> + <line x="81.41" y="256.01"/> + <line x="81.41" y="277.4"/> + <close/> + <move x="148.82" y="274.66"/> + <curve x1="153.57" x2="156.96" x3="156.96" y1="274.66" y2="271.48" y3="267.02"/> + <curve x1="156.96" x2="153.51" x3="148.73" y1="262.31" y2="258.84" y3="258.84"/> + <curve x1="143.84" x2="140.83" x3="140.83" y1="258.84" y2="262.74" y3="266.64"/> + <curve x1="140.83" x2="145.51" x3="148.82" y1="271.75" y2="274.66" y3="274.66"/> + <close/> + <move x="165.49" y="277.4"/> + <line x="217.83" y="277.4"/> + <line x="217.83" y="256.01"/> + <line x="165.49" y="256.01"/> + <line x="165.49" y="277.4"/> + <close/> + <move x="223.61" y="272.02"/> + <line x="239.02" y="272.02"/> + <line x="239.02" y="261.36"/> + <line x="223.61" y="261.36"/> + <line x="223.61" y="272.02"/> + <close/> + <move x="20.5" y="43.92"/> + <line x="26.36" y="43.92"/> + <line x="32.59" y="25.08"/> + <line x="27.2" y="25.08"/> + <line x="23.62" y="39.21"/> + <line x="19.8" y="25.08"/> + <line x="14.71" y="25.08"/> + <line x="20.5" y="43.92"/> + <close/> + <move x="33.36" y="43.92"/> + <line x="38.58" y="43.92"/> + <line x="38.48" y="30.17"/> + <line x="42.17" y="43.92"/> + <line x="45.88" y="43.92"/> + <line x="50.0" y="29.47"/> + <line x="50.0" y="43.92"/> + <line x="54.19" y="43.92"/> + <line x="53.35" y="25.08"/> + <line x="47.66" y="25.08"/> + <line x="43.97" y="36.13"/> + <line x="40.46" y="25.08"/> + <line x="34.77" y="25.08"/> + <line x="33.36" y="43.92"/> + <close/> + <move x="98.34" y="43.92"/> + <line x="104.2" y="43.92"/> + <line x="110.43" y="25.08"/> + <line x="105.04" y="25.08"/> + <line x="101.45" y="39.21"/> + <line x="97.64" y="25.08"/> + <line x="92.55" y="25.08"/> + <line x="98.34" y="43.92"/> + <close/> + <move x="111.2" y="43.92"/> + <line x="116.42" y="43.92"/> + <line x="116.32" y="30.17"/> + <line x="120.0" y="43.92"/> + <line x="123.72" y="43.92"/> + <line x="127.84" y="29.47"/> + <line x="127.84" y="43.92"/> + <line x="132.02" y="43.92"/> + <line x="131.19" y="25.08"/> + <line x="125.49" y="25.08"/> + <line x="121.81" y="36.13"/> + <line x="118.3" y="25.08"/> + <line x="112.6" y="25.08"/> + <line x="111.2" y="43.92"/> + <close/> + <move x="176.18" y="43.92"/> + <line x="182.04" y="43.92"/> + <line x="188.27" y="25.08"/> + <line x="182.87" y="25.08"/> + <line x="179.29" y="39.21"/> + <line x="175.47" y="25.08"/> + <line x="170.39" y="25.08"/> + <line x="176.18" y="43.92"/> + <close/> + <move x="189.04" y="43.92"/> + <line x="194.26" y="43.92"/> + <line x="194.16" y="30.17"/> + <line x="197.84" y="43.92"/> + <line x="201.56" y="43.92"/> + <line x="205.68" y="29.47"/> + <line x="205.68" y="43.92"/> + <line x="209.86" y="43.92"/> + <line x="209.03" y="25.08"/> + <line x="203.33" y="25.08"/> + <line x="199.65" y="36.13"/> + <line x="196.13" y="25.08"/> + <line x="190.44" y="25.08"/> + <line x="189.04" y="43.92"/> + <close/> + <move x="254.02" y="43.92"/> + <line x="259.88" y="43.92"/> + <line x="266.1" y="25.08"/> + <line x="260.71" y="25.08"/> + <line x="257.13" y="39.21"/> + <line x="253.31" y="25.08"/> + <line x="248.22" y="25.08"/> + <line x="254.02" y="43.92"/> + <close/> + <move x="266.87" y="43.92"/> + <line x="272.1" y="43.92"/> + <line x="272.0" y="30.17"/> + <line x="275.68" y="43.92"/> + <line x="279.4" y="43.92"/> + <line x="283.51" y="29.47"/> + <line x="283.51" y="43.92"/> + <line x="287.7" y="43.92"/> + <line x="286.86" y="25.08"/> + <line x="281.17" y="25.08"/> + <line x="277.49" y="36.13"/> + <line x="273.97" y="25.08"/> + <line x="268.28" y="25.08"/> + <line x="266.87" y="43.92"/> + <close/> + <move x="67.18" y="132.59"/> + <line x="73.24" y="132.59"/> + <line x="73.24" y="120.96"/> + <curve x1="73.44" x2="74.21" x3="75.98" y1="120.24" y2="118.55" y3="118.55"/> + <curve x1="77.62" x2="78.54" x3="78.54" y1="118.55" y2="120.07" y3="121.7"/> + <line x="78.54" y="132.59"/> + <line x="84.77" y="132.59"/> + <line x="84.77" y="120.99"/> + <curve x1="84.77" x2="82.48" x3="79.21" y1="118.67" y2="113.86" y3="113.86"/> + <curve x1="75.99" x2="74.4" x3="72.81" y1="113.86" y2="115.32" y3="116.87"/> + <line x="72.81" y="106.08"/> + <line x="67.18" y="106.08"/> + <line x="67.18" y="132.59"/> + <close/> + <move x="89.14" y="140.45"/> + <curve x1="94.34" x2="98.33" x3="99.42" y1="141.2" y2="134.82" y3="131.74"/> + <line x="105.38" y="113.89"/> + <line x="98.75" y="113.89"/> + <line x="95.84" y="126.08"/> + <line x="92.49" y="113.89"/> + <line x="85.96" y="113.89"/> + <line x="92.99" y="131.2"/> + <curve x1="93.01" x2="92.25" x3="88.44" y1="132.99" y2="134.3" y3="135.52"/> + <line x="89.14" y="140.45"/> + <close/> + <move x="107.62" y="139.68"/> + <line x="113.1" y="139.68"/> + <line x="113.1" y="130.94"/> + <curve x1="114.14" x2="115.78" x3="117.3" y1="132.37" y2="133.01" y3="133.01"/> + <curve x1="121.18" x2="126.11" x3="126.11" y1="133.01" y2="129.53" y3="123.64"/> + <curve x1="126.11" x2="120.9" x3="119.18" y1="116.23" y2="113.93" y3="113.93"/> + <curve x1="114.88" x2="114.11" x3="112.58" y1="113.93" y2="115.49" y3="116.54"/> + <line x="112.58" y="114.4"/> + <line x="107.62" y="114.4"/> + <line x="107.62" y="139.68"/> + <close/> + <move x="116.23" y="128.63"/> + <curve x1="115.0" x2="113.05" x3="113.05" y1="128.63" y2="127.0" y3="125.18"/> + <line x="113.05" y="121.53"/> + <curve x1="113.33" x2="114.88" x3="116.56" y1="119.76" y2="118.52" y3="118.52"/> + <curve x1="118.41" x2="119.27" x3="119.78" y1="118.53" y2="119.72" y3="121.33"/> + <curve x1="120.12" x2="119.9" x3="119.54" y1="123.03" y2="125.22" y3="126.08"/> + <curve x1="118.96" x2="117.56" x3="116.23" y1="127.52" y2="128.63" y3="128.63"/> + <close/> + <move x="144.62" y="131.61"/> + <line x="144.02" y="127.72"/> + <curve x1="142.45" x2="140.2" x3="138.56" y1="128.24" y2="128.84" y3="128.76"/> + <curve x1="135.42" x2="133.97" x3="133.87" y1="128.46" y2="127.3" y3="125.46"/> + <line x="145.36" y="125.46"/> + <curve x1="145.63" x2="145.68" x3="145.29" y1="123.74" y2="121.59" y3="119.82"/> + <curve x1="144.56" x2="140.71" x3="137.82" y1="116.27" y2="113.68" y3="113.89"/> + <curve x1="134.65" x2="131.61" x3="129.32" y1="114.2" y2="115.1" y3="119.12"/> + <curve x1="126.75" x2="128.55" x3="131.19" y1="124.49" y2="127.92" y3="130.53"/> + <curve x1="134.83" x2="143.05" x3="144.62" y1="134.37" y2="132.92" y3="131.61"/> + <close/> + <move x="148.86" y="132.59"/> + <line x="154.42" y="132.59"/> + <line x="154.42" y="121.8"/> + <curve x1="155.63" x2="156.16" x3="159.99" y1="119.49" y2="119.22" y3="119.59"/> + <line x="159.99" y="113.89"/> + <curve x1="157.58" x2="155.53" x3="154.01" y1="113.66" y2="114.49" y3="116.84"/> + <line x="154.01" y="114.36"/> + <line x="148.86" y="114.36"/> + <line x="148.86" y="132.59"/> + <close/> + <move x="167.49" y="132.59"/> + <line x="173.75" y="132.59"/> + <line x="180.51" y="113.93"/> + <line x="174.42" y="113.93"/> + <line x="171.07" y="125.81"/> + <line x="167.69" y="113.93"/> + <line x="161.8" y="113.93"/> + <line x="167.49" y="132.59"/> + <close/> + <move x="182.79" y="132.59"/> + <line x="188.84" y="132.59"/> + <line x="188.84" y="113.93"/> + <line x="182.79" y="113.93"/> + <line x="182.79" y="132.59"/> + <close/> + <move x="185.84" y="112.35"/> + <curve x1="187.61" x2="188.85" x3="188.85" y1="112.35" y2="110.91" y3="109.78"/> + <curve x1="188.85" x2="187.69" x3="185.77" y1="107.93" y2="106.53" y3="106.53"/> + <curve x1="184.14" x2="182.92" x3="182.92" y1="106.53" y2="107.99" y3="109.51"/> + <curve x1="182.92" x2="184.26" x3="185.84" y1="111.23" y2="112.35" y3="112.35"/> + <close/> + <move x="192.17" y="131.84"/> + <curve x1="194.59" x2="197.15" x3="200.4" y1="132.76" y2="133.36" y3="132.64"/> + <curve x1="203.52" x2="204.88" x3="205.63" y1="131.7" y2="130.36" y3="127.49"/> + <curve x1="205.86" x2="204.04" x3="201.47" y1="125.04" y2="122.59" y3="121.6"/> + <curve x1="199.94" x2="197.14" x3="197.69" y1="120.92" y2="120.59" y3="119.02"/> + <curve x1="197.97" x2="198.94" x3="200.4" y1="118.32" y2="117.8" y3="117.91"/> + <curve x1="201.64" x2="202.88" x3="204.12" y1="117.93" y2="118.52" y3="119.05"/> + <line x="204.96" y="115.0"/> + <curve x1="203.23" x2="199.75" x3="197.66" y1="114.45" y2="113.43" y3="114.13"/> + <curve x1="195.7" x2="193.46" x3="192.7" y1="114.8" y2="116.81" y3="119.02"/> + <curve x1="192.32" x2="193.08" x3="195.28" y1="121.54" y2="122.99" y3="124.51"/> + <curve x1="197.42" x2="200.09" x3="200.07" y1="126.12" y2="124.78" y3="127.32"/> + <curve x1="199.96" x2="199.34" x3="197.79" y1="128.03" y2="128.63" y3="128.79"/> + <curve x1="195.99" x2="194.83" x3="193.17" y1="128.79" y2="128.48" y3="127.79"/> + <line x="192.17" y="131.84"/> + <close/> + <move x="217.24" y="132.95"/> + <curve x1="221.54" x2="226.82" x3="226.82" y1="132.95" y2="130.44" y3="123.8"/> + <curve x1="226.82" x2="222.79" x3="217.48" y1="117.84" y2="113.86" y3="113.86"/> + <curve x1="211.98" x2="207.9" x3="207.9" y1="113.86" y2="118.22" y3="122.9"/> + <curve x1="207.9" x2="211.05" x3="217.24" y1="128.69" y2="132.95" y3="132.95"/> + <close/> + <move x="217.24" y="128.66"/> + <curve x1="215.36" x2="214.0" x3="214.0" y1="128.66" y2="126.67" y3="123.3"/> + <curve x1="214.0" x2="215.24" x3="217.58" y1="120.4" y2="118.1" y3="118.05"/> + <curve x1="220.11" x2="221.1" x3="221.1" y1="118.05" y2="120.36" y3="123.54"/> + <curve x1="221.1" x2="219.18" x3="217.24" y1="126.78" y2="128.66" y3="128.66"/> + <close/> + <move x="229.83" y="132.59"/> + <line x="236.5" y="132.59"/> + <line x="236.5" y="122.97"/> + <curve x1="236.63" x2="238.62" x3="241.96" y1="120.81" y2="119.21" y3="119.55"/> + <line x="241.96" y="114.13"/> + <curve x1="239.13" x2="236.88" x3="235.12" y1="113.48" y2="114.28" y3="117.28"/> + <line x="235.06" y="114.38"/> + <line x="229.83" y="114.38"/> + <line x="229.83" y="132.59"/> + <close/> + <move x="133.84" y="121.11"/> + <curve x1="134.17" x2="136.0" x3="137.26" y1="119.0" y2="117.95" y3="117.95"/> + <curve x1="138.92" x2="140.24" x3="140.4" y1="117.95" y2="119.5" y3="121.11"/> + <line x="133.84" y="121.11"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="60.0" name="VMware Host" strokewidth="inherit" w="61.7"> + <connections/> + <foreground> + <save/> + <strokecolor color="none"/> + <fillcolor color="#d1d3d4"/> + <path> + <move x="24.99" y="48.93"/> + <line x="0.12" y="34.35"/> + <line x="61.57" y="34.35"/> + <line x="35.93" y="48.93"/> + <close/> + </path> + <fill/> + <fillcolor color="#ef8f21"/> + <path> + <move x="61.59" y="34.35"/> + <line x="0.11" y="34.35"/> + <line x="0.11" y="15.38"/> + <line x="61.59" y="15.38"/> + <close/> + </path> + <fill/> + <restore/> + <rect/> + <stroke/> + <path> + <move x="47.68" y="14.02"/> + <line x="47.68" y="0.0"/> + <line x="61.7" y="0.0"/> + <line x="61.7" y="14.02"/> + <close/> + <move x="31.78" y="14.02"/> + <line x="31.78" y="0.0"/> + <line x="45.81" y="0.0"/> + <line x="45.81" y="14.02"/> + <close/> + <move x="15.89" y="14.02"/> + <line x="15.89" y="0.0"/> + <line x="29.92" y="0.0"/> + <line x="29.92" y="14.02"/> + <close/> + <move x="0.0" y="14.02"/> + <line x="0.0" y="0.0"/> + <line x="14.03" y="0.0"/> + <line x="14.03" y="14.02"/> + <close/> + <move x="13.93" y="60.0"/> + <curve x1="11.83" x2="9.85" x3="9.85" y1="60.0" y2="58.24" y3="55.89"/> + <line x="9.85" y="48.93"/> + <line x="47.64" y="48.93"/> + <curve x1="50.31" x2="51.85" x3="51.85" y1="48.93" y2="51.09" y3="53.03"/> + <line x="51.85" y="60.0"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="54.33" y="9.01"/> + <line x="54.58" y="5.21"/> + <line x="55.73" y="5.21"/> + <line x="56.44" y="7.64"/> + <line x="57.22" y="5.21"/> + <line x="58.35" y="5.21"/> + <line x="58.56" y="9.01"/> + <line x="57.72" y="9.01"/> + <line x="57.59" y="6.12"/> + <line x="56.71" y="9.01"/> + <line x="56.03" y="9.01"/> + <line x="55.27" y="6.22"/> + <line x="55.13" y="9.01"/> + <close/> + <move x="51.71" y="9.01"/> + <line x="50.48" y="5.21"/> + <line x="51.43" y="5.21"/> + <line x="52.24" y="8.06"/> + <line x="53.09" y="5.21"/> + <line x="54.01" y="5.21"/> + <line x="52.72" y="9.01"/> + <close/> + <move x="38.44" y="9.02"/> + <line x="38.69" y="5.22"/> + <line x="39.84" y="5.22"/> + <line x="40.54" y="7.64"/> + <line x="41.33" y="5.22"/> + <line x="42.46" y="5.22"/> + <line x="42.67" y="9.02"/> + <line x="41.83" y="9.02"/> + <line x="41.7" y="6.12"/> + <line x="40.82" y="9.02"/> + <line x="40.14" y="9.02"/> + <line x="39.38" y="6.22"/> + <line x="39.24" y="9.02"/> + <close/> + <move x="35.82" y="9.02"/> + <line x="34.59" y="5.22"/> + <line x="35.54" y="5.22"/> + <line x="36.35" y="8.07"/> + <line x="37.2" y="5.22"/> + <line x="38.11" y="5.22"/> + <line x="36.83" y="9.02"/> + <close/> + <move x="22.55" y="9.01"/> + <line x="22.8" y="5.21"/> + <line x="23.94" y="5.21"/> + <line x="24.65" y="7.63"/> + <line x="25.44" y="5.21"/> + <line x="26.57" y="5.21"/> + <line x="26.78" y="9.01"/> + <line x="25.94" y="9.01"/> + <line x="25.81" y="6.12"/> + <line x="24.93" y="9.01"/> + <line x="24.24" y="9.01"/> + <line x="23.49" y="6.22"/> + <line x="23.34" y="9.01"/> + <close/> + <move x="19.93" y="9.01"/> + <line x="18.7" y="5.21"/> + <line x="19.64" y="5.21"/> + <line x="20.45" y="8.06"/> + <line x="21.31" y="5.21"/> + <line x="22.22" y="5.21"/> + <line x="20.94" y="9.01"/> + <close/> + <move x="6.65" y="9.01"/> + <line x="6.91" y="5.21"/> + <line x="8.05" y="5.21"/> + <line x="8.76" y="7.64"/> + <line x="9.54" y="5.21"/> + <line x="10.67" y="5.21"/> + <line x="10.89" y="9.01"/> + <line x="10.05" y="9.01"/> + <line x="9.92" y="6.12"/> + <line x="9.03" y="9.01"/> + <line x="8.35" y="9.01"/> + <line x="7.59" y="6.22"/> + <line x="7.45" y="9.01"/> + <close/> + <move x="4.03" y="9.01"/> + <line x="2.81" y="5.21"/> + <line x="3.75" y="5.21"/> + <line x="4.56" y="8.06"/> + <line x="5.41" y="5.21"/> + <line x="6.33" y="5.21"/> + <line x="5.04" y="9.01"/> + <close/> + <move x="45.4" y="55.47"/> + <line x="45.4" y="53.46"/> + <line x="48.55" y="53.45"/> + <line x="48.55" y="55.47"/> + <close/> + <move x="33.62" y="56.58"/> + <line x="33.62" y="52.36"/> + <line x="44.19" y="52.36"/> + <line x="44.19" y="56.57"/> + <close/> + <move x="30.31" y="56.04"/> + <curve x1="29.68" x2="28.89" x3="28.89" y1="56.04" y2="55.5" y3="54.43"/> + <curve x1="28.89" x2="29.53" x3="30.31" y1="53.62" y2="52.88" y3="52.88"/> + <curve x1="31.07" x2="31.75" x3="31.75" y1="52.88" y2="53.57" y3="54.43"/> + <curve x1="31.75" x2="31.04" x3="30.31" y1="55.42" y2="56.04" y3="56.04"/> + <close/> + <move x="16.45" y="56.58"/> + <line x="16.45" y="52.35"/> + <line x="27.02" y="52.36"/> + <line x="27.02" y="56.58"/> + <close/> + <move x="14.02" y="55.44"/> + <curve x1="13.62" x2="13.15" x3="13.15" y1="55.44" y2="55.07" y3="54.46"/> + <curve x1="13.15" x2="13.59" x3="14.02" y1="53.88" y2="53.49" y3="53.49"/> + <curve x1="14.5" x2="14.92" x3="14.92" y1="53.49" y2="53.92" y3="54.47"/> + <curve x1="14.92" x2="14.58" x3="14.02" y1="54.91" y2="55.44" y3="55.44"/> + <close/> + <move x="18.92" y="27.16"/> + <line x="17.27" y="22.04"/> + <line x="18.54" y="22.04"/> + <line x="19.65" y="25.84"/> + <line x="20.78" y="22.04"/> + <line x="22.02" y="22.04"/> + <line x="20.28" y="27.16"/> + <close/> + <move x="22.46" y="27.16"/> + <line x="22.79" y="22.04"/> + <line x="24.33" y="22.04"/> + <line x="25.3" y="25.29"/> + <line x="26.33" y="22.04"/> + <line x="27.86" y="22.04"/> + <line x="28.15" y="27.16"/> + <line x="27.01" y="27.16"/> + <line x="26.86" y="23.31"/> + <line x="25.66" y="27.16"/> + <line x="24.75" y="27.16"/> + <line x="23.72" y="23.36"/> + <line x="23.53" y="27.16"/> + <close/> + <move x="29.71" y="27.16"/> + <line x="28.62" y="23.46"/> + <line x="29.81" y="23.46"/> + <line x="30.33" y="26.11"/> + <line x="31.01" y="23.46"/> + <line x="31.93" y="23.46"/> + <line x="32.58" y="26.03"/> + <line x="33.13" y="23.46"/> + <line x="34.28" y="23.46"/> + <line x="33.12" y="27.16"/> + <line x="32.04" y="27.16"/> + <line x="31.44" y="24.96"/> + <line x="30.8" y="27.16"/> + <close/> + <move x="38.79" y="27.2"/> + <line x="38.79" y="23.46"/> + <line x="39.77" y="23.46"/> + <line x="39.82" y="24.17"/> + <curve x1="40.09" x2="40.67" x3="41.1" y1="23.49" y2="23.3" y3="23.4"/> + <line x="41.1" y="24.49"/> + <curve x1="40.87" x2="40.64" x3="40.42" y1="24.44" y2="24.43" y3="24.52"/> + <curve x1="40.15" x2="39.98" x3="39.97" y1="24.63" y2="24.88" y3="25.24"/> + <line x="39.97" y="27.2"/> + <close/> + <move x="44.79" y="27.05"/> + <curve x1="44.33" x2="43.85" x3="43.35" y1="27.22" y2="27.28" y3="27.28"/> + <curve x1="42.1" x2="41.48" x3="41.43" y1="27.23" y2="26.52" y3="25.44"/> + <curve x1="41.45" x2="42.44" x3="43.25" y1="23.95" y2="23.39" y3="23.37"/> + <curve x1="44.43" x2="44.81" x3="44.96" y1="23.35" y2="24.1" y3="24.76"/> + <curve x1="45.0" x2="45.03" x3="44.95" y1="25.03" y2="25.32" y3="25.7"/> + <line x="42.55" y="25.7"/> + <curve x1="42.59" x2="42.85" x3="43.26" y1="26.08" y2="26.28" y3="26.37"/> + <curve x1="43.68" x2="44.2" x3="44.63" y1="26.44" y2="26.4" y3="26.25"/> + <close/> + <move x="42.54" y="24.9"/> + <line x="43.91" y="24.9"/> + <curve x1="43.9" x2="43.78" x3="43.29" y1="24.57" y2="24.19" y3="24.15"/> + <curve x1="42.81" x2="42.58" x3="42.54" y1="24.15" y2="24.51" y3="24.9"/> + <close/> + <move x="36.9" y="27.2"/> + <line x="36.81" y="26.8"/> + <curve x1="36.6" x2="36.3" x3="35.85" y1="27.07" y2="27.25" y3="27.29"/> + <curve x1="35.38" x2="34.86" x3="34.62" y1="27.31" y2="27.15" y3="26.61"/> + <curve x1="34.35" x2="34.63" x3="35.14" y1="25.95" y2="25.33" y3="25.05"/> + <curve x1="35.59" x2="36.04" x3="36.71" y1="24.79" y2="24.71" y3="24.71"/> + <curve x1="36.74" x2="36.6" x3="36.29" y1="24.45" y2="24.26" y3="24.19"/> + <curve x1="35.89" x2="35.41" x3="35.01" y1="24.14" y2="24.2" y3="24.46"/> + <line x="34.78" y="23.7"/> + <curve x1="35.31" x2="35.76" x3="36.2" y1="23.43" y2="23.39" y3="23.38"/> + <curve x1="37.34" x2="37.88" x3="37.88" y1="23.36" y2="23.96" y3="24.97"/> + <line x="37.89" y="26.5"/> + <curve x1="37.88" x2="37.91" x3="37.94" y1="26.74" y2="26.97" y3="27.2"/> + <close/> + <move x="36.75" y="25.44"/> + <curve x1="36.1" x2="35.7" x3="35.66" y1="25.44" y2="25.58" y3="25.99"/> + <curve x1="35.66" x2="35.85" x3="36.12" y1="26.32" y2="26.46" y3="26.47"/> + <curve x1="36.49" x2="36.75" x3="36.75" y1="26.47" y2="26.18" y3="25.89"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="96.85" name="VM checked" strokewidth="inherit" w="100.06"> + <connections/> + <foreground> + <path> + <move x="0.0" y="81.79"/> + <line x="0.0" y="0.0"/> + <line x="82.06" y="0.0"/> + <line x="82.06" y="52.44"/> + <curve x1="72.65" x2="66.31" x3="61.51" y1="52.3" y2="55.6" y3="61.33"/> + <curve x1="55.56" x2="55.74" x3="56.76" y1="69.0" y2="76.52" y3="81.79"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="79.71" y="96.85"/> + <curve x1="66.62" x2="59.39" x3="59.39" y1="96.85" y2="86.25" y3="76.36"/> + <curve x1="59.39" x2="66.51" x3="80.29" y1="66.54" y2="55.78" y3="55.78"/> + <curve x1="90.6" x2="100.06" x3="100.06" y1="55.78" y2="64.38" y3="76.28"/> + <curve x1="100.06" x2="90.05" x3="79.71" y1="89.46" y2="96.85" y3="96.85"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="78.19" y="88.26"/> + <line x="65.86" y="76.12"/> + <curve x1="64.73" x2="64.91" x3="65.79" y1="74.85" y2="73.11" y3="72.29"/> + <line x="69.35" y="68.8"/> + <line x="78.14" y="77.61"/> + <line x="89.72" y="65.94"/> + <line x="92.84" y="68.92"/> + <curve x1="94.22" x2="94.14" x3="92.72" y1="70.34" y2="72.1" y3="73.48"/> + <close/> + <move x="38.49" y="53.11"/> + <line x="40.14" y="30.54"/> + <line x="46.92" y="30.54"/> + <line x="50.92" y="45.43"/> + <line x="55.81" y="30.54"/> + <line x="62.63" y="30.54"/> + <line x="63.76" y="53.11"/> + <line x="58.48" y="53.11"/> + <line x="58.07" y="36.15"/> + <line x="52.8" y="52.63"/> + <line x="48.57" y="52.63"/> + <line x="44.53" y="35.76"/> + <line x="43.8" y="53.11"/> + <close/> + <move x="23.31" y="53.11"/> + <line x="16.0" y="30.54"/> + <line x="21.86" y="30.54"/> + <line x="26.43" y="46.38"/> + <line x="31.23" y="30.54"/> + <line x="36.59" y="30.54"/> + <line x="29.03" y="53.11"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="97.39" name="VM kernel" strokewidth="inherit" w="100.06"> + <connections/> + <foreground> + <path> + <move x="0.0" y="81.89"/> + <line x="0.0" y="0.0"/> + <line x="81.11" y="0.0"/> + <line x="81.11" y="62.85"/> + <line x="77.09" y="57.3"/> + <line x="69.77" y="60.32"/> + <line x="70.82" y="67.87"/> + <line x="63.29" y="66.63"/> + <line x="60.14" y="73.99"/> + <line x="66.15" y="78.48"/> + <line x="61.41" y="81.89"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f6921e"/> + <path> + <move x="97.65" y="88.82"/> + <line x="90.65" y="87.74"/> + <line x="90.09" y="88.31"/> + <line x="90.99" y="95.19"/> + <line x="85.48" y="97.39"/> + <line x="81.25" y="91.64"/> + <line x="80.58" y="91.59"/> + <line x="76.25" y="97.2"/> + <line x="71.16" y="95.02"/> + <line x="71.93" y="87.78"/> + <line x="71.4" y="87.31"/> + <line x="64.37" y="88.28"/> + <line x="62.07" y="82.77"/> + <line x="68.06" y="78.51"/> + <line x="68.07" y="77.96"/> + <line x="62.33" y="73.55"/> + <line x="64.63" y="68.18"/> + <line x="71.77" y="69.22"/> + <line x="72.21" y="68.81"/> + <line x="71.27" y="61.66"/> + <line x="76.82" y="59.51"/> + <line x="81.06" y="65.34"/> + <line x="81.63" y="65.33"/> + <line x="86.04" y="59.62"/> + <line x="91.39" y="61.93"/> + <line x="90.35" y="68.93"/> + <line x="90.95" y="69.48"/> + <line x="97.92" y="68.57"/> + <line x="100.06" y="74.1"/> + <line x="94.54" y="78.11"/> + <line x="94.44" y="79.1"/> + <line x="99.97" y="83.3"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="38.5" y="52.79"/> + <line x="39.81" y="30.32"/> + <line x="46.68" y="30.32"/> + <line x="50.74" y="45.34"/> + <line x="55.14" y="30.32"/> + <line x="61.84" y="30.32"/> + <line x="63.06" y="52.79"/> + <line x="58.1" y="52.79"/> + <line x="57.41" y="35.57"/> + <line x="52.31" y="52.79"/> + <line x="48.42" y="52.79"/> + <line x="44.0" y="35.5"/> + <line x="43.18" y="52.79"/> + <close/> + <move x="23.23" y="52.79"/> + <line x="16.07" y="30.32"/> + <line x="21.75" y="30.32"/> + <line x="26.46" y="47.38"/> + <line x="31.32" y="30.32"/> + <line x="36.78" y="30.32"/> + <line x="29.15" y="52.79"/> + <close/> + <move x="81.51" y="86.39"/> + <curve x1="77.38" x2="73.73" x3="73.73" y1="86.39" y2="83.26" y3="78.69"/> + <curve x1="73.73" x2="76.95" x3="81.27" y1="74.68" y2="71.12" y3="71.12"/> + <curve x1="85.19" x2="89.04" x3="89.04" y1="71.12" y2="73.99" y3="79.05"/> + <curve x1="89.04" x2="85.77" x3="81.51" y1="82.89" y2="86.39" y3="86.39"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="96.35" name="VM Linux" strokewidth="inherit" w="99.91"> + <connections/> + <foreground> + <path> + <move x="0.0" y="77.26"/> + <line x="0.0" y="0.0"/> + <line x="77.23" y="0.0"/> + <line x="77.23" y="55.64"/> + <line x="59.95" y="55.64"/> + <line x="59.95" y="77.29"/> + <line x="0.05" y="77.29"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f6921e"/> + <path> + <move x="62.02" y="96.35"/> + <line x="62.02" y="57.65"/> + <line x="99.91" y="57.65"/> + <line x="99.91" y="96.35"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="77.26" y="67.61"/> + <curve x1="76.8" x2="76.38" x3="76.17" y1="67.15" y2="66.69" y3="66.26"/> + <curve x1="76.02" x2="76.14" x3="76.51" y1="65.91" y2="65.38" y3="65.03"/> + <curve x1="76.96" x2="77.77" x3="78.08" y1="64.73" y2="65.14" y3="65.51"/> + <curve x1="78.4" x2="78.62" x3="78.49" y1="65.91" y2="66.53" y3="67.04"/> + <curve x1="77.89" x2="77.64" x3="77.26" y1="67.08" y2="67.3" y3="67.61"/> + <close/> + <move x="89.85" y="80.89"/> + <curve x1="90.37" x2="90.67" x3="90.84" y1="80.85" y2="80.59" y3="80.21"/> + <curve x1="90.94" x2="91.15" x3="90.95" y1="80.0" y2="79.5" y3="79.02"/> + <curve x1="90.7" x2="90.33" x3="90.07" y1="78.43" y2="78.09" y3="77.13"/> + <curve x1="89.68" x2="89.15" x3="88.31" y1="76.21" y2="75.23" y3="74.1"/> + <curve x1="87.01" x2="85.8" x3="85.29" y1="72.3" y2="70.6" y3="68.66"/> + <curve x1="85.0" x2="84.85" x3="84.98" y1="67.59" y2="66.35" y3="65.01"/> + <curve x1="84.98" x2="84.64" x3="83.1" y1="63.54" y2="62.4" y3="61.21"/> + <curve x1="82.17" x2="80.62" x3="79.16" y1="60.37" y2="59.92" y3="60.07"/> + <curve x1="77.42" x2="76.5" x3="75.96" y1="60.24" y2="61.16" y3="62.28"/> + <curve x1="75.51" x2="75.43" x3="75.48" y1="63.03" y2="65.6" y3="66.78"/> + <curve x1="75.53" x2="75.56" x3="75.73" y1="67.64" y2="68.94" y3="69.36"/> + <curve x1="75.89" x2="75.95" x3="75.56" y1="69.94" y2="70.41" y3="70.89"/> + <line x="72.6" y="75.3"/> + <curve x1="71.6" x2="70.94" x3="70.51" y1="76.85" y2="78.47" y3="80.26"/> + <curve x1="71.1" x2="71.61" x3="72.09" y1="80.07" y2="80.06" y3="80.19"/> + <curve x1="72.58" x2="73.06" x3="73.52" y1="80.35" y2="80.67" y3="81.27"/> + <curve x1="73.54" x2="74.09" x3="74.52" y1="80.0" y2="78.23" y3="77.07"/> + <curve x1="74.87" x2="75.42" x3="76.15" y1="76.21" y2="74.92" y3="74.74"/> + <curve x1="76.19" x2="75.86" x3="75.44" y1="74.37" y2="74.11" y3="73.88"/> + <curve x1="75.04" x2="75.3" x3="75.44" y1="73.72" y2="73.27" y3="73.08"/> + <curve x1="75.92" x2="76.24" x3="76.44" y1="72.46" y2="71.97" y3="71.57"/> + <curve x1="76.57" x2="76.66" x3="76.54" y1="71.33" y2="70.92" y3="70.57"/> + <curve x1="76.44" x2="76.17" x3="76.11" y1="70.26" y2="70.13" y3="69.64"/> + <curve x1="76.14" x2="76.2" x3="76.42" y1="69.23" y2="69.03" y3="68.75"/> + <curve x1="76.27" x2="76.29" x3="76.51" y1="69.04" y2="69.11" y3="69.45"/> + <curve x1="77.25" x2="78.27" x3="78.77" y1="70.61" y2="70.93" y3="71.02"/> + <curve x1="80.12" x2="80.76" x3="81.64" y1="71.21" y2="70.88" y3="70.36"/> + <curve x1="82.15" x2="82.48" x3="82.74" y1="70.05" y2="69.67" y3="69.31"/> + <curve x1="82.87" x2="82.83" x3="82.84" y1="68.8" y2="68.64" y3="68.4"/> + <curve x1="82.56" x2="82.34" x3="82.14" y1="68.07" y2="67.86" y3="67.71"/> + <curve x1="81.65" x2="80.5" x3="79.66" y1="67.25" y2="66.97" y3="67.0"/> + <curve x1="79.63" x2="79.63" x3="79.69" y1="66.46" y2="66.02" y3="65.71"/> + <curve x1="79.97" x2="80.74" x3="81.29" y1="64.62" y2="64.39" y3="64.47"/> + <curve x1="82.08" x2="82.69" x3="82.82" y1="64.62" y2="65.04" y3="66.16"/> + <curve x1="82.8" x2="82.75" x3="82.39" y1="66.42" y2="66.86" y3="67.26"/> + <line x="82.41" y="67.52"/> + <curve x1="83.0" x2="83.16" x3="83.41" y1="67.69" y2="68.03" y3="68.44"/> + <curve x1="83.55" x2="83.61" x3="83.5" y1="68.71" y2="69.1" y3="69.21"/> + <curve x1="83.08" x2="82.97" x3="83.23" y1="69.59" y2="70.16" y3="70.66"/> + <curve x1="83.51" x2="83.7" x3="83.98" y1="71.21" y2="72.4" y3="73.14"/> + <curve x1="84.36" x2="85.25" x3="85.6" y1="74.09" y2="75.32" y3="76.2"/> + <curve x1="86.23" x2="86.37" x3="86.28" y1="77.47" y2="79.12" y3="80.55"/> + <curve x1="86.94" x2="86.92" x3="86.92" y1="80.63" y2="81.27" y3="82.13"/> + <curve x1="87.13" x2="87.56" x3="88.05" y1="82.53" y2="82.62" y3="82.59"/> + <curve x1="88.54" x2="89.32" x3="89.85" y1="82.55" y2="81.66" y3="80.89"/> + <close/> + <move x="86.18" y="91.39"/> + <curve x1="87.12" x2="87.93" x3="88.68" y1="91.41" y2="91.03" y3="90.49"/> + <curve x1="89.73" x2="88.72" x3="91.11" y1="89.77" y2="90.0" y3="88.61"/> + <curve x1="91.95" x2="92.85" x3="93.22" y1="88.17" y2="87.55" y3="86.78"/> + <curve x1="93.57" x2="93.52" x3="93.03" y1="86.08" y2="85.46" y3="84.96"/> + <curve x1="92.59" x2="92.11" x3="91.83" y1="84.66" y2="84.67" y3="84.26"/> + <curve x1="91.73" x2="91.67" x3="91.23" y1="83.77" y2="83.19" y3="82.66"/> + <curve x1="90.94" x2="90.58" x3="90.03" y1="82.28" y2="82.2" y3="82.31"/> + <curve x1="89.5" x2="89.17" x3="88.32" y1="82.84" y2="83.49" y3="83.91"/> + <curve x1="87.96" x2="87.32" x3="86.89" y1="84.09" y2="84.08" y3="83.92"/> + <curve x1="86.62" x2="86.25" x3="86.2" y1="83.62" y2="82.93" y3="82.19"/> + <curve x1="86.17" x2="85.91" x3="85.43" y1="81.77" y2="81.35" y3="81.49"/> + <curve x1="84.74" x2="84.65" x3="84.59" y1="81.65" y2="82.06" y3="82.66"/> + <curve x1="84.48" x2="84.44" x3="84.38" y1="83.6" y2="84.88" y3="86.06"/> + <curve x1="84.31" x2="84.15" x3="84.0" y1="87.55" y2="87.67" y3="88.48"/> + <curve x1="83.85" x2="83.9" x3="84.18" y1="89.44" y2="89.87" y3="90.54"/> + <curve x1="84.56" x2="85.21" x3="86.18" y1="91.37" y2="91.34" y3="91.39"/> + <close/> + <move x="78.25" y="89.95"/> + <curve x1="80.57" x2="81.77" x3="83.05" y1="89.58" y2="89.89" y3="90.15"/> + <curve x1="82.93" x2="83.12" x3="83.36" y1="89.09" y2="87.77" y3="86.57"/> + <curve x1="82.18" x2="80.19" x3="78.15" y1="87.83" y2="88.69" y3="88.16"/> + <curve x1="78.28" x2="78.29" x3="78.25" y1="88.99" y2="89.54" y3="89.95"/> + <close/> + <move x="76.86" y="90.43"/> + <curve x1="77.67" x2="77.13" x3="76.4" y1="89.52" y2="88.17" y3="87.46"/> + <curve x1="75.35" x2="74.67" x3="73.9" y1="86.11" y2="85.04" y3="83.5"/> + <curve x1="73.42" x2="72.83" x3="71.69" y1="82.58" y2="81.77" y3="81.54"/> + <curve x1="70.86" x2="70.34" x3="70.34" y1="81.46" y2="81.68" y3="82.23"/> + <curve x1="70.31" x2="70.24" x3="69.69" y1="82.5" y2="82.79" y3="83.13"/> + <curve x1="69.24" x2="67.95" x3="67.5" y1="83.44" y2="83.92" y3="84.05"/> + <curve x1="66.87" x2="66.62" x3="66.91" y1="84.24" y2="84.65" y3="85.17"/> + <curve x1="67.29" x2="67.36" x3="67.17" y1="85.84" y2="86.83" y3="87.31"/> + <curve x1="66.94" x2="66.64" x3="67.24" y1="87.84" y2="88.83" y3="89.18"/> + <curve x1="68.2" x2="68.78" x3="70.04" y1="89.66" y2="89.58" y3="89.82"/> + <curve x1="71.38" x2="72.21" x3="72.99" y1="90.11" y2="90.39" y3="90.82"/> + <curve x1="74.04" x2="75.79" x3="76.86" y1="91.33" y2="91.54" y3="90.43"/> + <close/> + <move x="36.56" y="49.83"/> + <line x="37.93" y="28.72"/> + <line x="44.35" y="28.72"/> + <line x="48.28" y="43.01"/> + <line x="52.57" y="28.72"/> + <line x="58.97" y="28.72"/> + <line x="60.08" y="49.83"/> + <line x="55.2" y="49.83"/> + <line x="54.73" y="33.38"/> + <line x="49.85" y="49.83"/> + <line x="45.93" y="49.83"/> + <line x="41.81" y="33.72"/> + <line x="41.09" y="49.83"/> + <close/> + <move x="22.12" y="49.83"/> + <line x="15.25" y="28.72"/> + <line x="20.54" y="28.72"/> + <line x="25.08" y="44.56"/> + <line x="29.71" y="28.72"/> + <line x="34.88" y="28.72"/> + <line x="27.69" y="49.83"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="272.59" name="VM paused" strokewidth="inherit" w="283.09"> + <connections/> + <foreground> + <path> + <move x="0.0" y="233.64"/> + <line x="0.0" y="0.0"/> + <line x="234.4" y="0.0"/> + <line x="234.4" y="154.69"/> + <curve x1="215.23" x2="199.16" x3="181.04" y1="152.65" y2="156.36" y3="174.29"/> + <curve x1="162.46" x2="161.61" x3="167.17" y1="193.62" y2="221.61" y3="233.64"/> + <line x="0.0" y="233.64"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="228.2" y="272.59"/> + <curve x1="195.86" x2="172.8" x3="172.8" y1="272.59" y2="246.74" y3="217.95"/> + <curve x1="172.8" x2="192.45" x3="230.01" y1="191.4" y2="162.5" y3="162.5"/> + <curve x1="254.23" x2="283.09" x3="283.09" y1="162.5" y2="183.09" y3="217.87"/> + <curve x1="283.09" x2="258.77" x3="228.2" y1="248.05" y2="272.59" y3="272.59"/> + <line x="228.2" y="272.59"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="111.77" y="150.64"/> + <line x="115.57" y="86.61"/> + <line x="134.96" y="86.61"/> + <line x="147.19" y="128.34"/> + <line x="159.43" y="86.61"/> + <line x="178.83" y="86.61"/> + <line x="182.54" y="150.64"/> + <line x="168.84" y="150.64"/> + <line x="167.08" y="101.82"/> + <line x="151.16" y="150.64"/> + <line x="139.55" y="150.64"/> + <line x="127.15" y="101.89"/> + <line x="125.49" y="150.64"/> + <line x="111.77" y="150.64"/> + <close/> + <move x="66.99" y="150.64"/> + <line x="46.3" y="86.61"/> + <line x="62.4" y="86.61"/> + <line x="75.63" y="133.44"/> + <line x="89.88" y="86.61"/> + <line x="105.61" y="86.61"/> + <line x="83.36" y="150.64"/> + <line x="66.99" y="150.64"/> + <close/> + <move x="236.29" y="248.33"/> + <line x="236.29" y="195.19"/> + <curve x1="236.14" x2="237.64" x3="242.89" y1="190.9" y2="188.03" y3="188.03"/> + <line x="253.82" y="188.03"/> + <line x="253.82" y="242.24"/> + <curve x1="253.82" x2="251.76" x3="247.36" y1="245.66" y2="248.33" y3="248.33"/> + <line x="236.29" y="248.33"/> + <close/> + <move x="201.36" y="248.33"/> + <line x="201.36" y="193.75"/> + <curve x1="201.36" x2="203.37" x3="207.42" y1="190.62" y2="188.03" y3="188.03"/> + <line x="218.52" y="188.03"/> + <line x="218.52" y="242.26"/> + <curve x1="218.52" x2="216.41" x3="212.61" y1="245.73" y2="248.4" y3="248.32"/> + <line x="201.36" y="248.33"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="96.49" name="VM snapshot" strokewidth="inherit" w="99.95"> + <connections/> + <foreground> + <path> + <move x="0.0" y="77.52"/> + <line x="0.0" y="0.0"/> + <line x="77.5" y="0.0"/> + <line x="77.5" y="57.99"/> + <line x="71.05" y="57.99"/> + <curve x1="68.57" x2="67.41" x3="66.53" y1="57.98" y2="58.8" y3="60.92"/> + <line x="65.93" y="62.93"/> + <curve x1="65.51" x2="64.77" x3="63.6" y1="62.06" y2="61.32" y3="61.32"/> + <line x="60.23" y="61.32"/> + <curve x1="58.9" x2="58.07" x3="57.86" y1="61.32" y2="62.02" y3="63.34"/> + <curve x1="55.41" x2="53.78" x3="53.78" y1="63.43" y2="65.49" y3="67.86"/> + <line x="53.71" y="77.52"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="58.91" y="96.43"/> + <curve x1="56.87" x2="55.51" x3="55.51" y1="96.49" y2="95.32" y3="92.56"/> + <line x="55.51" y="67.99"/> + <curve x1="55.51" x2="56.96" x3="59.52" y1="65.57" y2="64.53" y3="64.59"/> + <line x="59.5" y="63.38"/> + <curve x1="59.5" x2="59.72" x3="60.29" y1="62.89" y2="62.66" y3="62.66"/> + <line x="63.63" y="62.66"/> + <curve x1="63.89" x2="64.18" x3="64.18" y1="62.66" y2="62.88" y3="63.3"/> + <line x="64.2" y="64.57"/> + <line x="66.95" y="64.57"/> + <line x="67.87" y="61.51"/> + <curve x1="68.25" x2="69.18" x3="70.59" y1="60.26" y2="59.5" y3="59.5"/> + <line x="84.88" y="59.5"/> + <curve x1="86.64" x2="87.25" x3="87.82" y1="59.5" y2="60.12" y3="61.8"/> + <line x="88.56" y="64.57"/> + <line x="96.72" y="64.57"/> + <curve x1="98.12" x2="99.95" x3="99.95" y1="64.57" y2="65.75" y3="67.57"/> + <line x="99.95" y="92.79"/> + <curve x1="99.95" x2="99.07" x3="96.28" y1="95.41" y2="96.43" y3="96.43"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="77.56" y="88.04"/> + <curve x1="82.21" x2="84.72" x3="84.72" y1="88.04" y2="84.04" y3="81.02"/> + <curve x1="84.72" x2="80.97" x3="77.72" y1="76.44" y2="73.77" y3="73.77"/> + <curve x1="73.98" x2="70.48" x3="70.48" y1="73.77" y2="76.76" y3="80.74"/> + <curve x1="70.48" x2="73.77" x3="77.56" y1="85.05" y2="88.04" y3="88.04"/> + <close/> + <move x="77.81" y="91.66"/> + <curve x1="71.7" x2="66.82" x3="66.82" y1="91.66" y2="86.63" y3="80.89"/> + <curve x1="66.82" x2="71.28" x3="77.9" y1="75.24" y2="70.16" y3="70.16"/> + <curve x1="82.48" x2="88.37" x3="88.37" y1="70.16" y2="74.24" y3="80.93"/> + <curve x1="88.37" x2="83.28" x3="77.81" y1="87.13" y2="91.66" y3="91.66"/> + <close/> + <move x="34.3" y="49.14"/> + <line x="35.62" y="27.97"/> + <line x="42.15" y="27.97"/> + <line x="46.03" y="41.99"/> + <line x="50.31" y="27.97"/> + <line x="56.59" y="27.97"/> + <line x="57.75" y="49.14"/> + <line x="52.86" y="49.14"/> + <line x="52.36" y="32.97"/> + <line x="47.53" y="49.14"/> + <line x="43.71" y="49.14"/> + <line x="39.52" y="32.89"/> + <line x="38.88" y="49.14"/> + <close/> + <move x="19.91" y="49.14"/> + <line x="13.05" y="27.97"/> + <line x="18.34" y="27.97"/> + <line x="22.95" y="43.86"/> + <line x="27.49" y="27.97"/> + <line x="32.76" y="27.97"/> + <line x="25.53" y="49.14"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="96.16" name="VM Windows" strokewidth="inherit" w="99.8"> + <connections/> + <foreground> + <path> + <move x="0.0" y="0.0"/> + <line x="79.57" y="0.0"/> + <line x="79.57" y="56.45"/> + <line x="60.13" y="56.45"/> + <line x="60.13" y="79.6"/> + <line x="0.0" y="79.6"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f6921e"/> + <path> + <move x="61.92" y="96.15"/> + <line x="61.92" y="58.27"/> + <line x="99.8" y="58.27"/> + <line x="99.8" y="96.16"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="37.57" y="51.29"/> + <line x="39.09" y="29.42"/> + <line x="45.72" y="29.42"/> + <line x="49.63" y="44.16"/> + <line x="54.11" y="29.42"/> + <line x="60.58" y="29.42"/> + <line x="61.79" y="51.29"/> + <line x="56.75" y="51.29"/> + <line x="56.3" y="34.24"/> + <line x="51.25" y="51.29"/> + <line x="47.38" y="51.29"/> + <line x="43.07" y="34.81"/> + <line x="42.27" y="51.29"/> + <close/> + <move x="22.7" y="51.29"/> + <line x="15.64" y="29.42"/> + <line x="21.17" y="29.42"/> + <line x="25.84" y="46.06"/> + <line x="30.5" y="29.42"/> + <line x="35.94" y="29.42"/> + <line x="28.58" y="51.29"/> + <close/> + <move x="79.09" y="76.48"/> + <line x="79.09" y="67.24"/> + <line x="92.21" y="64.57"/> + <line x="92.21" y="76.48"/> + <close/> + <move x="68.93" y="76.48"/> + <line x="68.93" y="69.2"/> + <line x="77.24" y="67.43"/> + <line x="77.24" y="76.48"/> + <close/> + <move x="79.09" y="87.39"/> + <line x="79.09" y="78.55"/> + <line x="92.21" y="78.55"/> + <line x="92.21" y="90.13"/> + <close/> + <move x="68.93" y="85.5"/> + <line x="68.93" y="78.55"/> + <line x="77.24" y="78.55"/> + <line x="77.24" y="87.32"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="99.95" name="Volume shadow copy" strokewidth="inherit" w="99.83"> + <connections/> + <foreground> + <path> + <move x="10.91" y="86.25"/> + <curve x1="4.1" x2="0.0" x3="0.0" y1="86.25" y2="80.54" y3="75.48"/> + <curve x1="0.0" x2="4.8" x3="9.02" y1="68.7" y2="65.88" y3="65.88"/> + <line x="42.44" y="65.88"/> + <curve x1="42.82" x2="43.25" x3="43.81" y1="64.12" y2="62.44" y3="61.0"/> + <line x="8.17" y="61.0"/> + <curve x1="5.84" x2="2.56" x3="0.05" y1="61.0" y2="62.15" y3="64.19"/> + <line x="0.05" y="9.9"/> + <curve x1="0.05" x2="3.66" x3="10.63" y1="6.13" y2="0.0" y3="0.0"/> + <line x="61.14" y="0.0"/> + <curve x1="65.88" x2="72.09" x3="72.09" y1="0.0" y2="3.3" y3="12.33"/> + <line x="72.09" y="42.38"/> + <curve x1="84.52" x2="99.83" x3="99.83" y1="42.38" y2="53.65" y3="71.22"/> + <curve x1="99.83" x2="87.79" x3="70.54" y1="85.71" y2="99.95" y3="99.95"/> + <curve x1="59.7" x2="51.14" x3="46.16" y1="99.95" y2="93.61" y3="86.25"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#f4bb82"/> + <path> + <move x="46.16" y="86.25"/> + <curve x1="44.07" x2="41.98" x3="41.9" y1="82.27" y2="77.69" y3="71.92"/> + <curve x1="41.9" x2="55.26" x3="72.12" y1="54.28" y2="42.38" y3="42.38"/> + <curve x1="84.58" x2="99.83" x3="99.83" y1="42.38" y2="53.71" y3="71.22"/> + <curve x1="99.83" x2="87.81" x3="70.54" y1="85.72" y2="99.95" y3="99.95"/> + <curve x1="59.68" x2="51.09" x3="46.16" y1="99.95" y2="93.68" y3="86.25"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="36.12" y="36.92"/> + <curve x1="40.22" x2="43.33" x3="43.33" y1="36.92" y2="34.24" y3="31.06"/> + <curve x1="43.33" x2="40.39" x3="35.95" y1="27.61" y2="25.06" y3="25.06"/> + <curve x1="32.43" x2="28.58" x3="28.58" y1="25.06" y2="27.36" y3="30.73"/> + <curve x1="28.58" x2="31.45" x3="36.12" y1="34.27" y2="36.92" y3="36.92"/> + <close/> + <move x="35.9" y="50.63"/> + <curve x1="22.55" x2="11.58" x3="11.58" y1="50.63" y2="41.54" y3="31.06"/> + <curve x1="11.58" x2="22.19" x3="36.19" y1="20.36" y2="11.5" y3="11.5"/> + <curve x1="48.02" x2="60.39" x3="60.39" y1="11.5" y2="19.15" y3="31.33"/> + <curve x1="60.39" x2="50.2" x3="35.9" y1="41.07" y2="50.63" y3="50.63"/> + <close/> + <move x="10.54" y="81.69"/> + <curve x1="7.71" x2="4.87" x3="4.87" y1="81.69" y2="79.31" y3="75.86"/> + <curve x1="4.87" x2="7.41" x3="10.68" y1="72.98" y2="70.26" y3="70.26"/> + <curve x1="13.79" x2="16.42" x3="16.42" y1="70.26" y2="72.98" y3="75.95"/> + <curve x1="16.42" x2="13.58" x3="10.54" y1="79.37" y2="81.69" y3="81.69"/> + <close/> + <move x="53.88" y="88.41"/> + <curve x1="48.47" x2="43.04" x3="48.58" y1="82.97" y2="73.78" y3="60.77"/> + <curve x1="53.3" x2="62.9" x3="70.98" y1="50.94" y2="46.96" y3="46.96"/> + <line x="70.98" y="71.09"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="72.09" name="VPN" strokewidth="inherit" w="102.2"> + <connections/> + <foreground> + <path> + <move x="27.23" y="61.68"/> + <curve x1="25.38" x2="22.03" x3="15.99" y1="63.61" y2="65.65" y3="65.53"/> + <curve x1="11.33" x2="2.08" x3="1.36" y1="65.52" y2="60.75" y3="50.65"/> + <curve x1="0.0" x2="10.08" x3="16.18" y1="42.73" y2="36.17" y3="35.67"/> + <curve x1="12.89" x2="14.9" x3="19.77" y1="29.25" y2="21.98" y3="17.72"/> + <curve x1="25.24" x2="32.39" x3="38.26" y1="13.32" y2="12.95" y3="17.03"/> + <curve x1="39.18" x2="42.52" x3="51.52" y1="12.2" y2="5.24" y3="2.05"/> + <curve x1="58.71" x2="66.04" x3="70.84" y1="0.0" y2="1.16" y3="7.06"/> + <curve x1="74.09" x2="76.23" x3="77.24" y1="11.12" y2="16.01" y3="22.13"/> + <curve x1="85.95" x2="91.8" x3="95.9" y1="22.05" y2="25.59" y3="30.65"/> + <curve x1="101.57" x2="102.2" x3="100.85" y1="37.83" y2="46.22" y3="51.51"/> + <curve x1="98.93" x2="92.13" x3="81.43" y1="59.48" y2="67.29" y3="68.43"/> + <curve x1="76.27" x2="70.57" x3="66.21" y1="68.81" y2="67.36" y3="63.5"/> + <curve x1="63.22" x2="56.12" x3="47.05" y1="68.05" y2="71.82" y3="71.77"/> + <curve x1="39.82" x2="31.85" x3="27.23" y1="72.09" y2="68.48" y3="61.68"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="59.45" y="31.47"/> + <curve x1="59.23" x2="54.98" x3="51.59" y1="26.71" y2="22.94" y3="22.94"/> + <curve x1="48.2" x2="43.54" x3="43.41" y1="22.94" y2="26.6" y3="31.47"/> + <close/> + <move x="36.72" y="53.0"/> + <line x="36.72" y="31.47"/> + <line x="40.2" y="31.47"/> + <curve x1="40.13" x2="46.17" x3="51.28" y1="24.49" y2="19.94" y3="19.94"/> + <curve x1="57.32" x2="62.74" x3="62.79" y1="19.94" y2="25.23" y3="31.47"/> + <line x="66.01" y="31.47"/> + <line x="66.01" y="53.0"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="282.92" name="VSB file" strokewidth="inherit" w="206.23"> + <connections/> + <foreground> + <path> + <move x="23.94" y="282.92"/> + <curve x1="16.05" x2="0.0" x3="0.0" y1="282.92" y2="273.33" y3="257.0"/> + <line x="0.11" y="0.0"/> + <line x="154.36" y="0.0"/> + <line x="206.23" y="51.94"/> + <line x="206.23" y="282.92"/> + <line x="23.94" y="282.92"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="153.43" y="52.11"/> + <line x="153.43" y="12.38"/> + <line x="191.91" y="52.11"/> + <line x="153.43" y="52.11"/> + <close/> + <move x="175.74" y="193.3"/> + <line x="155.94" y="165.7"/> + <line x="174.65" y="139.74"/> + <line x="185.12" y="139.74"/> + <line x="165.83" y="164.92"/> + <line x="186.62" y="193.3"/> + <line x="175.74" y="193.3"/> + <close/> + <move x="144.18" y="193.3"/> + <line x="144.18" y="116.1"/> + <line x="153.85" y="116.1"/> + <line x="153.85" y="193.3"/> + <line x="144.18" y="193.3"/> + <close/> + <move x="97.05" y="184.88"/> + <curve x1="102.34" x2="112.47" x3="118.18" y1="186.92" y2="187.88" y3="183.95"/> + <curve x1="124.42" x2="124.45" x3="124.44" y1="179.14" y2="172.72" y3="165.9"/> + <curve x1="125.01" x2="121.79" x3="116.15" y1="156.33" y2="149.26" y3="147.38"/> + <curve x1="109.94" x2="102.64" x3="97.05" y1="145.36" y2="146.97" y3="149.71"/> + <line x="97.05" y="184.88"/> + <close/> + <move x="87.74" y="191.57"/> + <line x="87.74" y="116.1"/> + <line x="97.05" y="116.1"/> + <line x="97.05" y="142.84"/> + <curve x1="102.65" x2="109.06" x3="115.54" y1="138.83" y2="137.82" y3="138.24"/> + <curve x1="123.87" x2="130.16" x3="132.51" y1="138.66" y2="144.21" y3="151.95"/> + <curve x1="135.07" x2="135.28" x3="131.54" y1="158.46" y2="173.04" y3="180.67"/> + <curve x1="128.71" x2="121.76" x3="110.13" y1="187.4" y2="194.03" y3="194.36"/> + <curve x1="104.1" x2="93.69" x3="87.74" y1="194.94" y2="193.75" y3="191.57"/> + <line x="87.74" y="191.57"/> + <close/> + <move x="50.56" y="193.3"/> + <line x="31.24" y="139.74"/> + <line x="41.52" y="139.74"/> + <line x="56.2" y="181.85"/> + <line x="71.21" y="139.74"/> + <line x="80.64" y="139.74"/> + <line x="60.57" y="193.3"/> + <line x="50.56" y="193.3"/> + <close/> + <move x="20.41" y="193.3"/> + <line x="20.41" y="182.59"/> + <line x="30.64" y="182.59"/> + <line x="30.64" y="193.3"/> + <line x="20.41" y="193.3"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="283.46" name="vSphere" strokewidth="inherit" w="283.86"> + <connections/> + <foreground> + <path> + <move x="0.0" y="283.46"/> + <line x="0.0" y="0.0"/> + <line x="283.86" y="0.0"/> + <line x="283.86" y="283.46"/> + <line x="0.0" y="283.46"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="99.4" y="192.41"/> + <curve x1="95.14" x2="92.3" x3="92.3" y1="192.41" y2="189.39" y3="183.03"/> + <line x="92.3" y="153.23"/> + <curve x1="92.3" x2="95.48" x3="103.29" y1="145.04" y2="140.91" y3="140.91"/> + <line x="137.57" y="140.78"/> + <curve x1="139.5" x2="140.34" x3="140.34" y1="140.78" y2="139.34" y3="137.56"/> + <line x="140.65" y="98.05"/> + <curve x1="140.65" x2="144.82" x3="150.56" y1="93.43" y2="91.22" y3="91.22"/> + <line x="182.77" y="91.22"/> + <curve x1="190.02" x2="192.28" x3="192.08" y1="91.22" y2="96.08" y3="101.74"/> + <line x="191.41" y="133.95"/> + <curve x1="191.41" x2="186.77" x3="182.24" y1="142.15" y2="143.26" y3="143.26"/> + <line x="150.9" y="143.46"/> + <curve x1="145.88" x2="143.53" x3="143.53" y1="143.46" y2="145.98" y3="150.76"/> + <line x="143.33" y="185.44"/> + <curve x1="143.33" x2="141.16" x3="136.03" y1="190.96" y2="192.47" y3="192.47"/> + <line x="99.4" y="192.41"/> + <close/> + <move x="146.65" y="211.85"/> + <curve x1="158.33" x2="163.48" x3="163.48" y1="211.85" y2="203.69" y3="195.46"/> + <line x="163.44" y="162.65"/> + <line x="192.44" y="162.91"/> + <curve x1="203.59" x2="209.32" x3="209.32" y1="162.91" y2="157.22" y3="146.8"/> + <line x="209.51" y="85.29"/> + <curve x1="209.51" x2="205.55" x3="197.29" y1="75.95" y2="72.4" y3="72.4"/> + <line x="133.85" y="72.34"/> + <curve x1="125.02" x2="120.46" x3="120.46" y1="72.34" y2="77.08" y3="83.55"/> + <line x="120.77" y="118.79"/> + <line x="85.57" y="118.66"/> + <curve x1="76.68" x2="72.15" x3="72.15" y1="118.66" y2="123.5" y3="131.67"/> + <line x="71.99" y="195.96"/> + <curve x1="71.99" x2="75.13" x3="85.44" y1="209.03" y2="211.69" y3="211.69"/> + <line x="146.65" y="211.85"/> + <close/> + <move x="70.61" y="237.34"/> + <curve x1="53.62" x2="46.77" x3="46.77" y1="237.34" y2="225.08" y3="208.95"/> + <line x="46.77" y="120.29"/> + <curve x1="46.77" x2="57.32" x3="71.95" y1="105.18" y2="92.96" y3="92.96"/> + <line x="92.04" y="92.96"/> + <line x="91.77" y="70.2"/> + <curve x1="91.91" x2="101.48" x3="115.48" y1="57.84" y2="46.66" y3="46.66"/> + <line x="209.9" y="46.88"/> + <curve x1="226.4" x2="236.68" x3="236.68" y1="46.88" y2="68.38" y3="78.01"/> + <line x="236.68" y="157.52"/> + <curve x1="236.68" x2="226.95" x3="208.82" y1="171.9" y2="189.13" y3="189.13"/> + <line x="191.68" y="189.13"/> + <line x="191.68" y="203.06"/> + <curve x1="191.68" x2="184.1" x3="161.68" y1="221.0" y2="237.61" y3="237.61"/> + <line x="70.61" y="237.34"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="267.52" name="vSphere Server" strokewidth="inherit" w="283.72"> + <connections/> + <foreground> + <path> + <move x="25.1" y="267.52"/> + <curve x1="14.92" x2="0.0" x3="0.0" y1="267.52" y2="257.24" y3="240.87"/> + <line x="0.0" y="192.71"/> + <line x="255.91" y="192.71"/> + <curve x1="272.64" x2="283.72" x3="283.72" y1="192.71" y2="206.52" y3="219.01"/> + <line x="283.72" y="267.52"/> + <line x="25.1" y="267.52"/> + <line x="25.1" y="267.52"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="240.3" y="236.93"/> + <line x="240.3" y="222.88"/> + <line x="261.77" y="222.88"/> + <line x="261.77" y="236.93"/> + <line x="240.3" y="236.93"/> + <close/> + <move x="160.45" y="244.46"/> + <line x="160.45" y="216.14"/> + <line x="232.38" y="216.14"/> + <line x="232.38" y="244.46"/> + <line x="160.45" y="244.46"/> + <close/> + <move x="137.22" y="241.01"/> + <curve x1="131.83" x2="126.31" x3="126.31" y1="241.01" y2="236.61" y3="230.17"/> + <curve x1="126.31" x2="131.23" x3="137.02" y1="224.13" y2="219.29" y3="219.29"/> + <curve x1="142.95" x2="147.94" x3="147.94" y1="219.29" y2="223.59" y3="230.31"/> + <curve x1="147.94" x2="142.48" x3="137.22" y1="236.78" y2="241.01" y3="241.01"/> + <line x="137.22" y="241.01"/> + <close/> + <move x="44.3" y="244.46"/> + <line x="44.3" y="216.14"/> + <line x="116.14" y="216.14"/> + <line x="116.14" y="244.46"/> + <line x="44.3" y="244.46"/> + <close/> + <move x="28.17" y="236.94"/> + <curve x1="23.99" x2="21.29" x3="21.29" y1="236.94" y2="234.15" y3="230.1"/> + <curve x1="21.29" x2="23.9" x3="28.08" y1="226.47" y2="223.32" y3="223.32"/> + <curve x1="31.4" x2="34.67" x3="34.67" y1="223.32" y2="225.74" y3="230.39"/> + <curve x1="34.67" x2="31.47" x3="28.17" y1="234.47" y2="236.94" y3="236.94"/> + <close/> + </path> + <fill/> + <fillcolor color="#f7941d"/> + <path> + <move x="227.01" y="169.54"/> + <line x="57.52" y="169.54"/> + <line x="57.52" y="0.0"/> + <line x="227.01" y="0.0"/> + <line x="227.01" y="169.54"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="118.49" y="115.72"/> + <curve x1="114.96" x2="112.38" x3="112.38" y1="115.72" y2="115.01" y3="109.57"/> + <line x="112.38" y="90.86"/> + <curve x1="112.38" x2="114.67" x3="118.82" y1="87.06" y2="84.48" y3="84.48"/> + <line x="139.88" y="84.48"/> + <curve x1="141.32" x2="141.74" x3="141.74" y1="84.48" y2="83.67" y3="82.39"/> + <line x="141.74" y="60.6"/> + <curve x1="141.74" x2="143.93" x3="148.47" y1="56.17" y2="55.02" y3="55.02"/> + <line x="165.65" y="55.02"/> + <curve x1="170.46" x2="172.26" x3="172.26" y1="55.02" y2="57.47" y3="61.53"/> + <line x="172.26" y="80.31"/> + <curve x1="172.26" x2="170.33" x3="165.7" y1="84.71" y2="86.4" y3="86.4"/> + <line x="147.01" y="86.4"/> + <curve x1="144.75" x2="143.23" x3="143.23" y1="86.33" y2="88.44" y3="90.62"/> + <line x="143.23" y="111.64"/> + <curve x1="143.23" x2="141.8" x3="138.83" y1="114.65" y2="115.72" y3="115.72"/> + <line x="118.49" y="115.72"/> + <close/> + <move x="145.64" y="127.06"/> + <curve x1="149.63" x2="154.68" x3="154.68" y1="127.06" y2="123.86" y3="117.22"/> + <line x="154.68" y="97.7"/> + <line x="172.57" y="97.7"/> + <curve x1="178.92" x2="182.42" x3="182.42" y1="97.84" y2="95.1" y3="87.59"/> + <line x="182.42" y="50.86"/> + <curve x1="182.42" x2="180.27" x3="175.77" y1="46.89" y2="43.73" y3="43.76"/> + <line x="136.13" y="43.76"/> + <curve x1="132.17" x2="129.64" x3="129.64" y1="43.76" y2="46.41" y3="50.42"/> + <line x="129.64" y="71.92"/> + <line x="108.24" y="71.92"/> + <curve x1="104.03" x2="100.66" x3="100.66" y1="71.92" y2="74.81" y3="79.44"/> + <line x="100.66" y="121.29"/> + <curve x1="100.66" x2="103.28" x3="108.17" y1="124.3" y2="127.06" y3="127.06"/> + <line x="145.64" y="127.06"/> + <close/> + <move x="99.47" y="142.79"/> + <curve x1="89.7" x2="85.31" x3="85.31" y1="142.79" y2="134.83" y3="124.64"/> + <line x="85.31" y="70.8"/> + <curve x1="85.31" x2="91.85" x3="100.34" y1="62.84" y2="55.77" y3="55.77"/> + <line x="113.2" y="55.77"/> + <line x="113.2" y="42.01"/> + <curve x1="113.2" x2="118.86" x3="127.86" y1="35.3" y2="27.92" y3="27.92"/> + <line x="182.65" y="27.92"/> + <curve x1="192.5" x2="200.0" x3="200.0" y1="27.92" y2="39.84" y3="48.05"/> + <line x="200.0" y="93.44"/> + <curve x1="200.0" x2="193.55" x3="182.91" y1="103.77" y2="113.86" y3="113.86"/> + <line x="172.26" y="113.86"/> + <line x="172.39" y="121.56"/> + <curve x1="172.39" x2="165.63" x3="154.05" y1="134.03" y2="142.79" y3="142.79"/> + <line x="99.47" y="142.79"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="248.38" name="Windows Linux Server" strokewidth="inherit" w="282.95"> + <connections/> + <foreground> + <path> + <move x="27.16" y="248.38"/> + <curve x1="13.86" x2="0.31" x3="0.31" y1="248.38" y2="237.03" y3="221.4"/> + <line x="0.31" y="174.6"/> + <line x="255.52" y="174.6"/> + <curve x1="272.13" x2="282.95" x3="282.95" y1="174.6" y2="188.35" y3="201.07"/> + <line x="282.95" y="248.38"/> + <line x="27.16" y="248.38"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="239.5" y="218.32"/> + <line x="239.5" y="204.64"/> + <line x="261.02" y="204.64"/> + <line x="261.02" y="218.37"/> + <line x="239.5" y="218.32"/> + <close/> + <move x="160.16" y="225.71"/> + <line x="160.16" y="197.25"/> + <line x="231.66" y="197.25"/> + <line x="231.66" y="225.71"/> + <line x="160.16" y="225.71"/> + <line x="160.16" y="225.71"/> + <close/> + <move x="138.15" y="222.2"/> + <curve x1="133.56" x2="128.49" x3="128.49" y1="222.2" y2="218.28" y3="211.36"/> + <curve x1="128.49" x2="132.08" x3="138.19" y1="206.38" y2="200.76" y3="200.76"/> + <curve x1="143.91" x2="147.8" x3="147.8" y1="200.76" y2="205.92" y3="211.79"/> + <curve x1="147.81" x2="142.43" x3="138.15" y1="218.36" y2="222.2" y3="222.2"/> + <line x="138.15" y="222.2"/> + <close/> + <move x="44.6" y="225.71"/> + <line x="44.6" y="197.25"/> + <line x="116.13" y="197.25"/> + <line x="116.13" y="225.71"/> + <line x="44.6" y="225.71"/> + <line x="44.6" y="225.71"/> + <close/> + <move x="28.43" y="218.23"/> + <curve x1="25.46" x2="22.33" x3="22.33" y1="218.23" y2="215.59" y3="211.5"/> + <curve x1="22.33" x2="25.12" x3="28.43" y1="207.88" y2="204.69" y3="204.69"/> + <curve x1="31.66" x2="34.68" x3="34.68" y1="204.69" y2="207.99" y3="211.41"/> + <curve x1="34.68" x2="32.06" x3="28.43" y1="214.95" y2="218.23" y3="218.23"/> + <close/> + </path> + <fill/> + <fillcolor color="#939598"/> + <path> + <move x="0.0" y="146.57"/> + <line x="0.08" y="0.0"/> + <line x="282.92" y="0.0"/> + <line x="282.92" y="146.57"/> + <line x="0.0" y="146.57"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="139.77" y="129.38"/> + <line x="144.32" y="129.38"/> + <line x="144.32" y="19.91"/> + <line x="139.77" y="19.91"/> + <line x="139.77" y="129.38"/> + <close/> + <move x="4.5" y="141.96"/> + <line x="4.48" y="4.4"/> + <line x="278.42" y="4.4"/> + <line x="278.42" y="141.96"/> + <line x="4.5" y="141.96"/> + <close/> + </path> + <fill/> + <fillcolor color="#f7941d"/> + <path> + <move x="21.51" y="126.18"/> + <line x="21.51" y="23.06"/> + <line x="124.71" y="23.06"/> + <line x="124.71" y="126.18"/> + <line x="21.51" y="126.18"/> + <line x="21.51" y="126.18"/> + <close/> + <move x="51.97" y="115.31"/> + <curve x1="56.2" x2="60.04" x3="62.16" y1="117.61" y2="117.21" y3="115.53"/> + <curve x1="64.73" x2="64.92" x3="63.13" y1="113.84" y2="110.78" y3="107.7"/> + <curve x1="62.46" x2="61.68" x3="59.54" y1="106.48" y2="105.42" y3="101.78"/> + <curve x1="57.66" x2="56.44" x3="55.16" y1="98.56" y2="95.87" y3="94.03"/> + <curve x1="53.74" x2="51.86" x3="48.9" y1="91.59" y2="88.84" y3="88.34"/> + <curve x1="45.27" x2="45.07" x3="45.18" y1="87.85" y2="88.83" y3="90.18"/> + <curve x1="45.24" x2="43.32" x3="41.13" y1="91.63" y2="93.44" y3="94.13"/> + <curve x1="35.39" x2="33.88" x3="35.24" y1="96.0" y2="96.76" y3="99.02"/> + <curve x1="36.03" x2="37.05" x3="36.24" y1="100.41" y2="104.04" y3="105.05"/> + <curve x1="35.21" x2="34.3" x3="36.94" y1="106.48" y2="109.69" y3="111.08"/> + <curve x1="38.5" x2="41.62" x3="44.23" y1="111.94" y2="111.8" y3="112.46"/> + <curve x1="47.04" x2="49.37" x3="51.97" y1="112.98" y2="113.94" y3="115.31"/> + <close/> + <move x="67.44" y="113.53"/> + <curve x1="71.19" x2="77.28" x3="81.32" y1="112.47" y2="112.65" y3="114.34"/> + <curve x1="80.44" x2="81.09" x3="81.89" y1="111.04" y2="107.21" y3="103.84"/> + <curve x1="79.62" x2="74.5" x3="67.43" y1="106.44" y2="109.44" y3="108.13"/> + <line x="67.44" y="113.53"/> + <close/> + <move x="83.22" y="111.19"/> + <curve x1="83.32" x2="85.26" x3="86.98" y1="114.9" y2="116.49" y3="116.73"/> + <curve x1="92.07" x2="96.23" x3="98.18" y1="117.73" y2="116.11" y3="113.7"/> + <curve x1="100.3" x2="103.47" x3="106.28" y1="110.81" y2="109.34" y3="107.62"/> + <curve x1="108.92" x2="109.9" x3="110.59" y1="106.19" y2="104.46" y3="102.6"/> + <curve x1="111.34" x2="110.94" x3="108.56" y1="100.65" y2="98.64" y3="98.25"/> + <curve x1="106.93" x2="105.89" x3="106.02" y1="98.01" y2="96.58" y3="95.48"/> + <curve x1="106.13" x2="105.13" x3="104.55" y1="93.98" y2="92.62" y3="91.99"/> + <curve x1="103.08" x2="101.61" x3="100.5" y1="90.55" y2="90.63" y3="91.9"/> + <curve x1="98.83" x2="97.86" x3="94.55" y1="93.47" y2="96.03" y3="96.2"/> + <curve x1="91.76" x2="90.79" x3="90.36" y1="96.28" y2="95.9" y3="91.82"/> + <curve x1="90.3" x2="90.07" x3="88.76" y1="90.39" y2="89.0" y3="88.98"/> + <curve x1="86.67" x2="85.88" x3="85.63" y1="89.08" y2="89.84" y3="90.71"/> + <curve x1="85.21" x2="85.04" x3="85.16" y1="92.19" y2="94.1" y3="95.61"/> + <curve x1="85.33" x2="85.09" x3="84.69" y1="98.65" y2="101.7" y3="103.78"/> + <curve x1="84.2" x2="83.44" x3="83.22" y1="106.75" y2="106.96" y3="111.19"/> + <line x="83.22" y="111.19"/> + <close/> + <move x="45.01" y="85.91"/> + <curve x1="49.12" x2="51.01" x3="54.0" y1="84.92" y2="85.97" y3="89.15"/> + <curve x1="54.08" x2="54.97" x3="55.71" y1="85.88" y2="81.54" y3="79.44"/> + <curve x1="56.72" x2="58.18" x3="59.81" y1="76.51" y2="72.58" y3="70.88"/> + <curve x1="61.9" x2="61.27" x3="59.9" y1="69.8" y2="68.47" y3="67.95"/> + <curve x1="58.51" x2="58.37" x3="59.22" y1="67.46" y2="66.54" y3="65.59"/> + <curve x1="60.41" x2="61.6" x3="62.31" y1="64.39" y2="62.9" y3="61.64"/> + <curve x1="63.03" x2="63.74" x3="61.68" y1="60.44" y2="58.99" y3="57.33"/> + <curve x1="60.61" x2="61.36" x3="61.9" y1="54.65" y2="53.35" y3="52.71"/> + <curve x1="61.78" x2="62.11" x3="64.23" y1="54.6" y2="55.57" y3="57.33"/> + <curve x1="65.6" x2="69.11" x3="71.48" y1="58.65" y2="60.2" y3="59.79"/> + <curve x1="75.06" x2="75.81" x3="77.9" y1="59.08" y2="58.47" y3="57.05"/> + <curve x1="80.02" x2="80.88" x3="80.59" y1="55.56" y2="54.2" y3="51.99"/> + <curve x1="80.08" x2="78.1" x3="75.73" y1="49.94" y2="48.78" y3="47.87"/> + <curve x1="74.35" x2="72.8" x3="71.25" y1="47.32" y2="47.29" y3="47.26"/> + <curve x1="71.1" x2="71.42" x3="71.93" y1="45.19" y2="43.74" y3="42.62"/> + <curve x1="72.51" x2="74.0" x3="76.07" y1="41.32" y2="40.22" y3="40.52"/> + <curve x1="77.81" x2="78.9" x3="79.9" y1="40.75" y2="41.3" y3="43.09"/> + <curve x1="80.51" x2="80.51" x3="80.0" y1="44.13" y2="46.36" y3="46.91"/> + <curve x1="79.34" x2="78.26" x3="79.87" y1="47.66" y2="48.81" y3="49.22"/> + <curve x1="80.69" x2="81.15" x3="81.64" y1="49.38" y2="50.4" y3="51.23"/> + <curve x1="82.64" x2="82.54" x3="81.57" y1="52.59" y2="52.94" y3="54.47"/> + <curve x1="79.97" x2="82.06" x3="82.51" y1="57.39" y2="58.16" y3="60.36"/> + <curve x1="83.45" x2="85.92" x3="87.24" y1="65.3" y2="67.78" y3="70.9"/> + <curve x1="89.11" x2="91.11" x3="90.56" y1="74.73" y2="81.86" y3="84.89"/> + <curve x1="90.03" x2="91.42" x3="91.94" y1="87.13" y2="86.66" y3="87.58"/> + <curve x1="92.33" x2="92.1" x3="92.08" y1="89.21" y2="89.97" y3="91.04"/> + <curve x1="92.88" x2="96.05" x3="97.37" y1="92.52" y2="92.77" y3="91.45"/> + <curve x1="98.85" x2="99.53" x3="100.95" y1="90.2" y2="88.93" y3="87.71"/> + <curve x1="103.84" x2="104.54" x3="104.03" y1="86.86" y2="84.25" y3="82.5"/> + <curve x1="103.57" x2="102.71" x3="102.01" y1="80.97" y2="79.71" y3="78.35"/> + <curve x1="101.21" x2="98.81" x3="96.17" y1="75.6" y2="71.25" y3="67.63"/> + <curve x1="93.36" x2="89.86" x3="88.51" y1="63.92" y2="59.18" y3="55.23"/> + <curve x1="86.9" x2="86.34" x3="86.55" y1="50.42" y2="46.25" y3="42.21"/> + <curve x1="86.81" x2="85.92" x3="81.05" y1="38.0" y2="34.24" y3="30.8"/> + <curve x1="78.17" x2="73.44" x3="68.83" y1="28.54" y2="26.94" y3="28.01"/> + <curve x1="63.8" x2="59.88" x3="59.19" y1="29.23" y2="31.57" y3="42.15"/> + <curve x1="58.92" x2="58.9" x3="59.39" y1="44.31" y2="47.56" y3="52.16"/> + <curve x1="59.46" x2="60.84" x3="60.23" y1="53.6" y2="56.79" y3="57.88"/> + <curve x1="57.61" x2="55.41" x3="53.24" y1="60.81" y2="64.23" y3="67.69"/> + <curve x1="50.18" x2="47.11" x3="45.01" y1="72.28" y2="79.11" y3="85.91"/> + <line x="45.01" y="85.91"/> + <close/> + <move x="63.95" y="49.47"/> + <line x="68.11" y="47.86"/> + <line x="66.12" y="42.56"/> + <line x="61.58" y="42.27"/> + <line x="60.92" y="46.16"/> + <line x="63.95" y="49.47"/> + <close/> + <move x="159.78" y="126.18"/> + <line x="159.78" y="23.06"/> + <line x="262.96" y="23.06"/> + <line x="262.96" y="126.18"/> + <line x="159.78" y="126.18"/> + <line x="159.78" y="126.18"/> + <close/> + <move x="204.81" y="103.82"/> + <line x="240.56" y="111.01"/> + <line x="240.56" y="79.72"/> + <line x="204.81" y="79.45"/> + <line x="204.81" y="103.82"/> + <close/> + <move x="199.38" y="103.12"/> + <line x="199.38" y="79.45"/> + <line x="177.03" y="79.19"/> + <line x="177.03" y="98.32"/> + <line x="199.38" y="103.12"/> + <close/> + <move x="177.03" y="73.95"/> + <line x="199.38" y="73.86"/> + <line x="199.38" y="49.31"/> + <line x="177.03" y="54.24"/> + <line x="177.03" y="73.95"/> + <close/> + <move x="204.81" y="73.7"/> + <line x="240.56" y="73.47"/> + <line x="240.56" y="41.37"/> + <line x="204.81" y="48.51"/> + <line x="204.81" y="73.7"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +<shape aspect="variable" h="261.19" name="Windows Repository" strokewidth="inherit" w="282.84"> + <connections/> + <foreground> + <save/> + <strokecolor color="none"/> + <fillcolor color="#f7941d"/> + <path> + <move x="142.78" y="261.19"/> + <curve x1="136.76" x2="129.19" x3="129.19" y1="261.19" y2="254.33" y3="245.91"/> + <line x="129.19" y="137.34"/> + <line x="207.08" y="137.34"/> + <line x="224.15" y="122.39"/> + <curve x1="226.62" x2="228.7" x3="231.72" y1="120.05" y2="119.38" y3="119.38"/> + <line x="279.23" y="119.38"/> + <curve x1="281.97" x2="282.84" x3="282.84" y1="119.38" y2="121.27" y3="123.13"/> + <line x="282.84" y="261.19"/> + <line x="142.78" y="261.19"/> + <close/> + </path> + <fill/> + <fillcolor color="#ffffff"/> + <path> + <move x="192.5" y="197.53"/> + <line x="168.17" y="197.53"/> + <line x="168.17" y="176.0"/> + <line x="192.5" y="171.27"/> + <line x="192.5" y="197.53"/> + <close/> + <move x="197.62" y="197.53"/> + <line x="197.62" y="170.48"/> + <line x="236.14" y="162.58"/> + <line x="236.14" y="197.53"/> + <line x="197.62" y="197.53"/> + <close/> + <move x="197.62" y="229.79"/> + <line x="197.62" y="203.47"/> + <line x="236.14" y="203.47"/> + <line x="236.14" y="237.76"/> + <line x="197.62" y="229.79"/> + <close/> + <move x="168.17" y="223.82"/> + <line x="168.17" y="203.47"/> + <line x="192.5" y="203.47"/> + <line x="192.5" y="229.09"/> + <line x="168.17" y="223.82"/> + <close/> + </path> + <fill/> + <restore/> + <rect/> + <stroke/> + <path> + <move x="226.54" y="60.22"/> + <line x="0.0" y="60.22"/> + <line x="0.0" y="0.0"/> + <line x="226.54" y="0.0"/> + <line x="226.54" y="60.22"/> + <close/> + <move x="217.54" y="63.27"/> + <line x="217.54" y="86.59"/> + <line x="10.91" y="86.59"/> + <line x="10.91" y="63.27"/> + <line x="217.54" y="63.27"/> + <close/> + <move x="121.59" y="149.89"/> + <line x="0.0" y="149.89"/> + <line x="0.0" y="89.62"/> + <line x="226.54" y="89.62"/> + <line x="226.54" y="112.24"/> + <curve x1="224.52" x2="222.5" x3="220.0" y1="112.79" y2="113.94" y3="115.99"/> + <line x="204.17" y="129.62"/> + <line x="121.56" y="129.62"/> + <line x="121.59" y="149.89"/> + <close/> + <move x="121.6" y="176.23"/> + <line x="10.91" y="176.23"/> + <line x="10.91" y="152.9"/> + <line x="121.63" y="152.9"/> + <line x="121.6" y="176.23"/> + <close/> + <move x="121.65" y="239.91"/> + <line x="0.0" y="239.91"/> + <line x="0.0" y="179.66"/> + <line x="121.63" y="179.66"/> + <line x="121.65" y="239.91"/> + <close/> + </path> + <fillstroke/> + </foreground> +</shape> +<shape aspect="variable" h="282.73" name="Zipped" strokewidth="inherit" w="32.6"> + <connections/> + <foreground> + <path> + <move x="16.16" y="15.89"/> + <line x="0.0" y="15.89"/> + <line x="0.0" y="0.0"/> + <line x="16.16" y="0.0"/> + <line x="16.16" y="15.89"/> + <close/> + <move x="32.6" y="30.86"/> + <line x="18.16" y="30.86"/> + <line x="18.16" y="16.4"/> + <line x="32.6" y="16.4"/> + <line x="32.6" y="30.86"/> + <close/> + <move x="16.16" y="47.55"/> + <line x="0.0" y="47.55"/> + <line x="0.0" y="31.36"/> + <line x="16.16" y="31.36"/> + <line x="16.16" y="47.55"/> + <close/> + <move x="32.6" y="62.47"/> + <line x="18.16" y="62.47"/> + <line x="18.16" y="47.91"/> + <line x="32.6" y="47.91"/> + <line x="32.6" y="62.47"/> + <close/> + <move x="16.16" y="79.44"/> + <line x="0.0" y="79.44"/> + <line x="0.0" y="62.97"/> + <line x="16.16" y="62.97"/> + <line x="16.16" y="79.44"/> + <close/> + <move x="32.6" y="94.31"/> + <line x="18.16" y="94.31"/> + <line x="18.16" y="79.75"/> + <line x="32.6" y="79.75"/> + <line x="32.6" y="94.31"/> + <close/> + <move x="16.16" y="108.09"/> + <line x="0.0" y="108.09"/> + <line x="0.0" y="91.83"/> + <line x="16.16" y="91.83"/> + <line x="16.16" y="108.09"/> + <close/> + <move x="32.6" y="123.01"/> + <line x="18.16" y="123.01"/> + <line x="18.16" y="108.45"/> + <line x="32.6" y="108.45"/> + <line x="32.6" y="123.01"/> + <close/> + <move x="16.16" y="140.01"/> + <line x="0.0" y="140.01"/> + <line x="0.0" y="123.29"/> + <line x="16.16" y="123.29"/> + <line x="16.16" y="140.01"/> + <close/> + <move x="32.6" y="154.85"/> + <line x="18.16" y="154.85"/> + <line x="18.16" y="139.98"/> + <line x="32.6" y="139.98"/> + <line x="32.6" y="154.85"/> + <close/> + <move x="16.16" y="171.47"/> + <line x="0.0" y="171.47"/> + <line x="0.0" y="155.28"/> + <line x="16.16" y="155.28"/> + <line x="16.16" y="171.47"/> + <close/> + <move x="32.6" y="186.38"/> + <line x="18.16" y="186.38"/> + <line x="18.16" y="171.82"/> + <line x="32.6" y="171.82"/> + <line x="32.6" y="186.38"/> + <close/> + <move x="0.0" y="282.73"/> + <line x="0.0" y="209.32"/> + <line x="32.6" y="209.32"/> + <line x="32.6" y="282.73"/> + <line x="0.0" y="282.73"/> + <close/> + </path> + <fillstroke/> + <strokecolor color="none"/> + <fillcolor color="#ffffff"/> + <path> + <move x="27.62" y="255.94"/> + <line x="5.0" y="255.94"/> + <line x="5.0" y="219.95"/> + <line x="27.62" y="219.95"/> + <line x="27.62" y="255.94"/> + <close/> + </path> + <fill/> + </foreground> +</shape> +</shapes> \ No newline at end of file diff --git a/src/main/webapp/styles/atlas.css b/src/main/webapp/styles/atlas.css index d526aa48c..a51fd9ba4 100644 --- a/src/main/webapp/styles/atlas.css +++ b/src/main/webapp/styles/atlas.css @@ -11,6 +11,18 @@ border-radius:3px; background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(242, 242, 242) 100%); } +body .geBigButton { + background-color:#0052cc; + background-image:none; +} +body .geBigButton:hover { + background-color:#0065ff; + background-image: none; +} +body .geBigButton:active { + background-color:#0747a6; + background-image:none; +} body > .geToolbarContainer .geLabel, body > .geToolbarContainer .geButton { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; @@ -139,7 +151,7 @@ div.mxWindow .geButton:active, .mxWindow .geLabel:active { padding:8px 0px 8px 16px !important; } .geMenubarContainer * { - color: #ffffff !important; + color: #DEEBFF !important; } .geMenubarContainer .geStatus { color: rgb(179, 179, 179) !important; @@ -161,7 +173,7 @@ div.mxWindow .geButton:active, .mxWindow .geLabel:active { padding: 7px !important; } .geMenubarContainer .geItem:hover { - background-color: rgb(59, 115, 175); + background-color: rgba(9, 30, 66, 0.48); } .geToolbarContainer .geLabel { margin:0px; @@ -178,7 +190,7 @@ div.mxWindow .geButton:active, .mxWindow .geLabel:active { transition: none; } .geMenubarContainer { - background-color: #205081 !important; + background-color: #0049B0 !important; background-repeat: repeat-x; color: rgb(255, 255, 255); font-size: 13px; -- GitLab