From 757205ef4307bca0ac3d070a85851fb1ffe78695 Mon Sep 17 00:00:00 2001 From: David Benson Date: Tue, 14 Nov 2023 16:25:58 +0000 Subject: [PATCH] 22.1.1 release --- ChangeLog | 4 + VERSION | 2 +- src/main/mxgraph/handler/mxGraphHandler.js | 15 +- src/main/webapp/js/app.min.js | 17 +- src/main/webapp/js/integrate.min.js | 17 +- src/main/webapp/js/viewer-static.min.js | 17 +- src/main/webapp/js/viewer.min.js | 17 +- src/main/webapp/mxgraph/mxClient.js | 15 +- src/main/webapp/resources/dia_it.txt | 2 +- src/main/webapp/resources/dia_ro.txt | 430 ++++++++++----------- src/main/webapp/resources/dia_zh.txt | 80 ++-- src/main/webapp/service-worker.js | 2 +- src/main/webapp/service-worker.js.map | 2 +- 13 files changed, 305 insertions(+), 315 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75b377bd7..21e2dbd5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +13-NOV-2023: 21.1.1 + +- Reverts part of e6ea9f to restore child cell dragging behaviour [drawio-3967] + 08-Nov-2023: 22.1.0 - [conf cloud] Added confluence-content parameter support [DFCC-64] diff --git a/VERSION b/VERSION index 7d1aef0c6..f33ada651 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -22.1.0 \ No newline at end of file +22.1.1 \ No newline at end of file diff --git a/src/main/mxgraph/handler/mxGraphHandler.js b/src/main/mxgraph/handler/mxGraphHandler.js index 7272a08cd..ce823d0d5 100644 --- a/src/main/mxgraph/handler/mxGraphHandler.js +++ b/src/main/mxgraph/handler/mxGraphHandler.js @@ -1082,22 +1082,13 @@ mxGraphHandler.prototype.mouseMove = function(sender, me) this.delayedSelection = false; this.cellWasClicked = true; - if (!this.graph.isCellSelected(this.cell) && - !mxEvent.isAltDown(me.getEvent())) + if (!mxEvent.isAltDown(me.getEvent())) { - if (this.graph.isToggleEvent(me.getEvent())) - { - graph.addSelectionCell(this.cell); - } - else - { - graph.setSelectionCell(this.cell); - } + graph.addSelectionCell(this.cell); } this.start(this.cell, this.mouseDownX, this.mouseDownY, - this.getCells(null, graph.getSelectionCells(). - concat(me.getCell()))); + graph.getMovableCells(graph.getSelectionCells())); } var delta = (this.first != null) ? this.getDelta(me) : null; diff --git a/src/main/webapp/js/app.min.js b/src/main/webapp/js/app.min.js index fc9dbeb7d..1b5c1280f 100644 --- a/src/main/webapp/js/app.min.js +++ b/src/main/webapp/js/app.min.js @@ -146,7 +146,7 @@ if("1"==urlParams.offline||"1"==urlParams.demo||"1"==urlParams.stealth||"1"==url "se.diagrams.net"==window.location.hostname&&(urlParams.db="0",urlParams.od="0",urlParams.gh="0",urlParams.gl="0",urlParams.tr="0",urlParams.plugins="0",urlParams.mode="google",urlParams.lockdown="1",window.DRAWIO_GOOGLE_APP_ID=window.DRAWIO_GOOGLE_APP_ID||"184079235871",window.DRAWIO_GOOGLE_CLIENT_ID=window.DRAWIO_GOOGLE_CLIENT_ID||"184079235871-pjf5nn0lff27lk8qf0770gmffiv9gt61.apps.googleusercontent.com");"trello"==urlParams.mode&&(urlParams.tr="1"); "embed.diagrams.net"==window.location.hostname&&(urlParams.embed="1");(null==window.location.hash||1>=window.location.hash.length)&&null!=urlParams.open&&(window.location.hash=urlParams.open);window.urlParams=window.urlParams||{};window.DOM_PURIFY_CONFIG=window.DOM_PURIFY_CONFIG||{ADD_TAGS:["use"],FORBID_TAGS:["form"],ALLOWED_URI_REGEXP:/^((?!javascript:).)*$/i,ADD_ATTR:["target","content"]};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||"mxgraph";window.mxImageBasePath=window.mxImageBasePath||"mxgraph/images";window.mxLanguage=window.mxLanguage||urlParams.lang; -window.mxLanguages=window.mxLanguages||["de","se"];var mxClient={VERSION:"22.1.0",IS_IE:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("MSIE"),IS_IE11:null!=navigator.userAgent&&!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:null!=navigator.userAgent&&!!navigator.userAgent.match(/Edge\//),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&0>navigator.userAgent.indexOf("Edge/"), +window.mxLanguages=window.mxLanguages||["de","se"];var mxClient={VERSION:"22.1.1",IS_IE:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("MSIE"),IS_IE11:null!=navigator.userAgent&&!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:null!=navigator.userAgent&&!!navigator.userAgent.match(/Edge\//),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&0>navigator.userAgent.indexOf("Edge/"), IS_OP:null!=navigator.userAgent&&(0<=navigator.userAgent.indexOf("Opera/")||0<=navigator.userAgent.indexOf("OPR/")),IS_OT:null!=navigator.userAgent&&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:/Apple Computer, Inc/.test(navigator.vendor), IS_ANDROID:0<=navigator.appVersion.indexOf("Android"),IS_IOS:/iP(hone|od|ad)/.test(navigator.platform)||navigator.userAgent.match(/Mac/)&&navigator.maxTouchPoints&&2navigator.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:"MICROSOFT INTERNET EXPLORER"!=navigator.appName.toUpperCase(),NO_FO:!document.createElementNS|| @@ -1568,13 +1568,12 @@ mxGraphHandler.prototype.addStates=function(a,b){var c=this.graph.view.getState( mxGraphHandler.prototype.snap=function(a){var b=this.scaleGrid?this.graph.view.scale:1;a.x=this.graph.snap(a.x/b)*b;a.y=this.graph.snap(a.y/b)*b;return a};mxGraphHandler.prototype.getDelta=function(a){a=mxUtils.convertPoint(this.graph.container,a.getX(),a.getY());return new mxPoint(a.x-this.first.x-this.graph.panDx,a.y-this.first.y-this.graph.panDy)};mxGraphHandler.prototype.updateHint=function(a){};mxGraphHandler.prototype.removeHint=function(){}; mxGraphHandler.prototype.roundLength=function(a){return Math.round(100*a)/100};mxGraphHandler.prototype.isValidDropTarget=function(a,b){return this.graph.model.getParent(this.cell)!=a}; mxGraphHandler.prototype.checkPreview=function(){this.livePreviewActive&&this.cloning?(this.resetLivePreview(),this.livePreviewActive=!1):this.maxLivePreview>=this.cellCount&&!this.livePreviewActive&&this.allowLivePreview?this.cloning&&this.livePreviewActive||(this.livePreviewUsed=this.livePreviewActive=!0):this.livePreviewUsed||null!=this.shape||(this.shape=this.createPreviewShape(this.bounds))}; -mxGraphHandler.prototype.mouseMove=function(a,b){a=this.graph;var c=a.tolerance;null==this.first&&this.delayedSelection&&null!=this.cell&&null!=this.mouseDownX&&null!=this.mouseDownY&&(Math.abs(this.mouseDownX-b.getX())>c||Math.abs(this.mouseDownY-b.getY())>c)&&(this.delayedSelection=!1,this.cellWasClicked=!0,this.graph.isCellSelected(this.cell)||mxEvent.isAltDown(b.getEvent())||(this.graph.isToggleEvent(b.getEvent())?a.addSelectionCell(this.cell):a.setSelectionCell(this.cell)),this.start(this.cell, -this.mouseDownX,this.mouseDownY,this.getCells(null,a.getSelectionCells().concat(b.getCell()))));var d=null!=this.first?this.getDelta(b):null;if(b.isConsumed()||!a.isMouseDown||null==this.cell||null==d||null==this.bounds||this.suspended)!this.isMoveEnabled()&&!this.isCloneEnabled()||!this.updateCursor||b.isConsumed()||null==b.getState()&&null==b.sourceState||a.isMouseDown||(d=a.getCursorForMouseEvent(b),null==d&&a.isEnabled()&&a.isCellMovable(b.getCell())&&(d=a.getModel().isEdge(b.getCell())?mxConstants.CURSOR_MOVABLE_EDGE: -mxConstants.CURSOR_MOVABLE_VERTEX),null!=d&&null!=b.sourceState&&b.sourceState.setCursor(d));else if(mxEvent.isMultiTouchEvent(b.getEvent()))this.reset();else{if(null!=this.shape||this.livePreviewActive||this.cloning||Math.abs(d.x)>c||Math.abs(d.y)>c){null==this.highlight&&(this.highlight=new mxCellHighlight(this.graph,mxConstants.DROP_TARGET_COLOR,3));c=a.isCloneEvent(b.getEvent())&&a.isCellsCloneable()&&this.isCloneEnabled();var e=a.isGridEnabledEvent(b.getEvent()),f=b.getCell();f=null!=f&&0>mxUtils.indexOf(this.cells, -f)?f:a.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(n,p,r){return 0<=mxUtils.indexOf(this.cells,n.cell)}));var g=!0,k=null;this.cloning=c;a.isDropEnabled()&&this.highlightEnabled&&(k=a.getDropTarget(this.cells,b.getEvent(),f,c));var l=a.getView().getState(k),m=!1;null!=l&&(c||this.isValidDropTarget(k,b))?(this.target!=k&&(this.target=k,this.setHighlightColor(mxConstants.DROP_TARGET_COLOR)),m=!0):(this.target=null,this.connectOnDrop&&null!=f&&1==this.cells.length&& -a.getModel().isVertex(f)&&a.isCellConnectable(f)&&(l=a.getView().getState(f),null!=l&&(f=null==a.getEdgeValidationError(null,this.cell,f)?mxConstants.VALID_COLOR:mxConstants.INVALID_CONNECT_TARGET_COLOR,this.setHighlightColor(f),m=!0)));null!=l&&m?this.highlight.highlight(l):this.highlight.hide();null!=this.guide&&this.useGuidesForEvent(b)?(d=this.guide.move(this.bounds,d,e,c),g=!1):d=a.snapDelta(d,this.bounds,!e,!1,!1);null!=this.guide&&g&&this.guide.hide();this.isConstrainedEvent(b)&&(Math.abs(d.x)> -Math.abs(d.y)?d.y=0:d.x=0);this.checkPreview();if(this.currentDx!=d.x||this.currentDy!=d.y)this.currentDx=d.x,this.currentDy=d.y,this.updatePreview()}this.updateHint(b);this.consumeMouseEvent(mxEvent.MOUSE_MOVE,b);mxEvent.consume(b.getEvent())}};mxGraphHandler.prototype.isConstrainedEvent=function(a){return(null==this.target||this.graph.isCloneEvent(a.getEvent()))&&this.graph.isConstrainedEvent(a.getEvent())}; -mxGraphHandler.prototype.updatePreview=function(a){this.livePreviewUsed&&!a?null!=this.cells&&(this.setHandlesVisibleForCells(this.graph.selectionCellsHandler.getHandledSelectionCells(),!1),this.updateLivePreview(this.currentDx,this.currentDy)):this.updatePreviewShape()}; +mxGraphHandler.prototype.mouseMove=function(a,b){a=this.graph;var c=a.tolerance;null==this.first&&this.delayedSelection&&null!=this.cell&&null!=this.mouseDownX&&null!=this.mouseDownY&&(Math.abs(this.mouseDownX-b.getX())>c||Math.abs(this.mouseDownY-b.getY())>c)&&(this.delayedSelection=!1,this.cellWasClicked=!0,mxEvent.isAltDown(b.getEvent())||a.addSelectionCell(this.cell),this.start(this.cell,this.mouseDownX,this.mouseDownY,a.getMovableCells(a.getSelectionCells())));var d=null!=this.first?this.getDelta(b): +null;if(b.isConsumed()||!a.isMouseDown||null==this.cell||null==d||null==this.bounds||this.suspended)!this.isMoveEnabled()&&!this.isCloneEnabled()||!this.updateCursor||b.isConsumed()||null==b.getState()&&null==b.sourceState||a.isMouseDown||(d=a.getCursorForMouseEvent(b),null==d&&a.isEnabled()&&a.isCellMovable(b.getCell())&&(d=a.getModel().isEdge(b.getCell())?mxConstants.CURSOR_MOVABLE_EDGE:mxConstants.CURSOR_MOVABLE_VERTEX),null!=d&&null!=b.sourceState&&b.sourceState.setCursor(d));else if(mxEvent.isMultiTouchEvent(b.getEvent()))this.reset(); +else{if(null!=this.shape||this.livePreviewActive||this.cloning||Math.abs(d.x)>c||Math.abs(d.y)>c){null==this.highlight&&(this.highlight=new mxCellHighlight(this.graph,mxConstants.DROP_TARGET_COLOR,3));c=a.isCloneEvent(b.getEvent())&&a.isCellsCloneable()&&this.isCloneEnabled();var e=a.isGridEnabledEvent(b.getEvent()),f=b.getCell();f=null!=f&&0>mxUtils.indexOf(this.cells,f)?f:a.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(n,p,r){return 0<=mxUtils.indexOf(this.cells, +n.cell)}));var g=!0,k=null;this.cloning=c;a.isDropEnabled()&&this.highlightEnabled&&(k=a.getDropTarget(this.cells,b.getEvent(),f,c));var l=a.getView().getState(k),m=!1;null!=l&&(c||this.isValidDropTarget(k,b))?(this.target!=k&&(this.target=k,this.setHighlightColor(mxConstants.DROP_TARGET_COLOR)),m=!0):(this.target=null,this.connectOnDrop&&null!=f&&1==this.cells.length&&a.getModel().isVertex(f)&&a.isCellConnectable(f)&&(l=a.getView().getState(f),null!=l&&(f=null==a.getEdgeValidationError(null,this.cell, +f)?mxConstants.VALID_COLOR:mxConstants.INVALID_CONNECT_TARGET_COLOR,this.setHighlightColor(f),m=!0)));null!=l&&m?this.highlight.highlight(l):this.highlight.hide();null!=this.guide&&this.useGuidesForEvent(b)?(d=this.guide.move(this.bounds,d,e,c),g=!1):d=a.snapDelta(d,this.bounds,!e,!1,!1);null!=this.guide&&g&&this.guide.hide();this.isConstrainedEvent(b)&&(Math.abs(d.x)>Math.abs(d.y)?d.y=0:d.x=0);this.checkPreview();if(this.currentDx!=d.x||this.currentDy!=d.y)this.currentDx=d.x,this.currentDy=d.y,this.updatePreview()}this.updateHint(b); +this.consumeMouseEvent(mxEvent.MOUSE_MOVE,b);mxEvent.consume(b.getEvent())}};mxGraphHandler.prototype.isConstrainedEvent=function(a){return(null==this.target||this.graph.isCloneEvent(a.getEvent()))&&this.graph.isConstrainedEvent(a.getEvent())};mxGraphHandler.prototype.updatePreview=function(a){this.livePreviewUsed&&!a?null!=this.cells&&(this.setHandlesVisibleForCells(this.graph.selectionCellsHandler.getHandledSelectionCells(),!1),this.updateLivePreview(this.currentDx,this.currentDy)):this.updatePreviewShape()}; mxGraphHandler.prototype.updatePreviewShape=function(){null!=this.shape&&null!=this.pBounds&&(this.shape.bounds=new mxRectangle(Math.round(this.pBounds.x+this.currentDx),Math.round(this.pBounds.y+this.currentDy),this.pBounds.width,this.pBounds.height),this.shape.redraw())}; mxGraphHandler.prototype.updateLivePreview=function(a,b){if(!this.suspended){var c=[];null!=this.allCells&&this.allCells.visit(mxUtils.bind(this,function(n,p){n=this.graph.view.getState(p.cell);n!=p&&(p.destroy(),null!=n?this.allCells.put(p.cell,n):this.allCells.remove(p.cell),p=n);if(null!=p&&(n=p.clone(),c.push([p,n]),null!=p.shape&&(null==p.shape.originalPointerEvents&&(p.shape.originalPointerEvents=p.shape.pointerEvents),p.shape.pointerEvents=!1,null!=p.text&&(null==p.text.originalPointerEvents&& (p.text.originalPointerEvents=p.text.pointerEvents),p.text.pointerEvents=!1)),this.graph.model.isVertex(p.cell))){if(!this.cloning||this.graph.isCellCloneable(p.cell))p.x+=a,p.y+=b;this.cloning?null!=p.text&&(p.text.updateBoundingBox(),null!=p.text.boundingBox&&(p.text.boundingBox.x+=a,p.text.boundingBox.y+=b),null!=p.text.unrotatedBoundingBox&&(p.text.unrotatedBoundingBox.x+=a,p.text.unrotatedBoundingBox.y+=b)):(p.view.graph.cellRenderer.redraw(p,!0),p.view.invalidate(p.cell),p.invalid=!1,null!= @@ -11851,7 +11850,7 @@ Q=mxUtils.button(mxResources.get("cancel"),function(){m.hideDialog()});Q.classNa (m={originalSrc:m.src});this.page.viewState.backgroundImage=m}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)}}else p.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)};Editor.prototype.useCanvasForExport=!1;try{var u=document.createElement("canvas"),K=new Image;K.onload=function(){try{u.getContext("2d").drawImage(K,0,0);var m=u.toDataURL("image/png");Editor.prototype.useCanvasForExport=null!=m&&6
')))}catch(m){}Editor.prototype.useCanvasForExport= !1})();(function(){var b=new mxObjectCodec(new ChangePageSetup,["ui","previousColor","previousImage","previousFormat"]);b.beforeDecode=function(e,f,k){k.ui=e.ui;return f};b.afterDecode=function(e,f,k){k.previousColor=k.color;k.previousImage=k.image;k.previousFormat=k.format;null!=k.foldingEnabled&&(k.foldingEnabled=!k.foldingEnabled);null!=k.mathEnabled&&(k.mathEnabled=!k.mathEnabled);null!=k.shadowVisible&&(k.shadowVisible=!k.shadowVisible);return k};mxCodecRegistry.register(b)})(); -(function(){var b=new mxObjectCodec(new ChangeGridColor,["ui"]);b.beforeDecode=function(e,f,k){k.ui=e.ui;return f};mxCodecRegistry.register(b)})();(function(){EditorUi.VERSION="22.1.0";EditorUi.compactUi="atlas"!=Editor.currentTheme;Editor.isDarkMode()&&(mxGraphView.prototype.gridColor=mxGraphView.prototype.defaultDarkGridColor);EditorUi.enableLogging="1"!=urlParams.stealth&&"1"!=urlParams.lockdown&&(/.*\.draw\.io$/.test(window.location.hostname)||/.*\.diagrams\.net$/.test(window.location.hostname))&&"support.draw.io"!=window.location.hostname;EditorUi.drawHost=window.DRAWIO_BASE_URL;EditorUi.lightboxHost=window.DRAWIO_LIGHTBOX_URL; +(function(){var b=new mxObjectCodec(new ChangeGridColor,["ui"]);b.beforeDecode=function(e,f,k){k.ui=e.ui;return f};mxCodecRegistry.register(b)})();(function(){EditorUi.VERSION="22.1.1";EditorUi.compactUi="atlas"!=Editor.currentTheme;Editor.isDarkMode()&&(mxGraphView.prototype.gridColor=mxGraphView.prototype.defaultDarkGridColor);EditorUi.enableLogging="1"!=urlParams.stealth&&"1"!=urlParams.lockdown&&(/.*\.draw\.io$/.test(window.location.hostname)||/.*\.diagrams\.net$/.test(window.location.hostname))&&"support.draw.io"!=window.location.hostname;EditorUi.drawHost=window.DRAWIO_BASE_URL;EditorUi.lightboxHost=window.DRAWIO_LIGHTBOX_URL; EditorUi.lastErrorMessage=null;EditorUi.ignoredAnonymizedChars="\n\t`~!@#$%^&*()_+{}|:\"<>?-=[];'./,\n\t";EditorUi.templateFile=TEMPLATE_PATH+"/index.xml";EditorUi.cacheUrl=window.REALTIME_URL;null==EditorUi.cacheUrl&&"undefined"!==typeof DrawioFile&&(DrawioFile.SYNC="none");Editor.cacheTimeout=1E4;EditorUi.enablePlantUml=EditorUi.enableLogging;EditorUi.isElectronApp=null!=window&&null!=window.process&&null!=window.process.versions&&null!=window.process.versions.electron;EditorUi.nativeFileSupport= !mxClient.IS_OP&&!EditorUi.isElectronApp&&"1"!=urlParams.extAuth&&"showSaveFilePicker"in window&&"showOpenFilePicker"in window;EditorUi.enableDrafts=!mxClient.IS_CHROMEAPP&&isLocalStorage&&"0"!=urlParams.drafts;EditorUi.scratchpadHelpLink="https://www.drawio.com/doc/faq/scratchpad";EditorUi.enableHtmlEditOption=!0;EditorUi.mermaidDiagramTypes="flowchart classDiagram sequenceDiagram stateDiagram mindmap graph erDiagram requirementDiagram journey gantt pie gitGraph".split(" ");EditorUi.defaultMermaidConfig= {theme:"neutral",arrowMarkerAbsolute:!1,flowchart:{htmlLabels:!1},sequence:{diagramMarginX:50,diagramMarginY:10,actorMargin:50,width:150,height:65,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,mirrorActors:!0,bottomMarginAdj:1,useMaxWidth:!0,rightAngles:!1,showSequenceNumbers:!1},gantt:{titleTopMargin:25,barHeight:20,barGap:4,topPadding:50,leftPadding:75,gridLineStartPadding:35,fontSize:11,fontFamily:'"Open-Sans", "sans-serif"',numberSectionStyles:4,axisFormat:"%Y-%m-%d"}};EditorUi.logError= diff --git a/src/main/webapp/js/integrate.min.js b/src/main/webapp/js/integrate.min.js index ba9210b22..ecba8aa7a 100644 --- a/src/main/webapp/js/integrate.min.js +++ b/src/main/webapp/js/integrate.min.js @@ -146,7 +146,7 @@ if("1"==urlParams.offline||"1"==urlParams.demo||"1"==urlParams.stealth||"1"==url "se.diagrams.net"==window.location.hostname&&(urlParams.db="0",urlParams.od="0",urlParams.gh="0",urlParams.gl="0",urlParams.tr="0",urlParams.plugins="0",urlParams.mode="google",urlParams.lockdown="1",window.DRAWIO_GOOGLE_APP_ID=window.DRAWIO_GOOGLE_APP_ID||"184079235871",window.DRAWIO_GOOGLE_CLIENT_ID=window.DRAWIO_GOOGLE_CLIENT_ID||"184079235871-pjf5nn0lff27lk8qf0770gmffiv9gt61.apps.googleusercontent.com");"trello"==urlParams.mode&&(urlParams.tr="1"); "embed.diagrams.net"==window.location.hostname&&(urlParams.embed="1");(null==window.location.hash||1>=window.location.hash.length)&&null!=urlParams.open&&(window.location.hash=urlParams.open);window.urlParams=window.urlParams||{};window.DOM_PURIFY_CONFIG=window.DOM_PURIFY_CONFIG||{ADD_TAGS:["use"],FORBID_TAGS:["form"],ALLOWED_URI_REGEXP:/^((?!javascript:).)*$/i,ADD_ATTR:["target","content"]};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||"mxgraph";window.mxImageBasePath=window.mxImageBasePath||"mxgraph/images";window.mxLanguage=window.mxLanguage||urlParams.lang; -window.mxLanguages=window.mxLanguages||["de","se"];var mxClient={VERSION:"22.1.0",IS_IE:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("MSIE"),IS_IE11:null!=navigator.userAgent&&!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:null!=navigator.userAgent&&!!navigator.userAgent.match(/Edge\//),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&0>navigator.userAgent.indexOf("Edge/"), +window.mxLanguages=window.mxLanguages||["de","se"];var mxClient={VERSION:"22.1.1",IS_IE:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("MSIE"),IS_IE11:null!=navigator.userAgent&&!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:null!=navigator.userAgent&&!!navigator.userAgent.match(/Edge\//),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&0>navigator.userAgent.indexOf("Edge/"), IS_OP:null!=navigator.userAgent&&(0<=navigator.userAgent.indexOf("Opera/")||0<=navigator.userAgent.indexOf("OPR/")),IS_OT:null!=navigator.userAgent&&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:/Apple Computer, Inc/.test(navigator.vendor), IS_ANDROID:0<=navigator.appVersion.indexOf("Android"),IS_IOS:/iP(hone|od|ad)/.test(navigator.platform)||navigator.userAgent.match(/Mac/)&&navigator.maxTouchPoints&&2navigator.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:"MICROSOFT INTERNET EXPLORER"!=navigator.appName.toUpperCase(),NO_FO:!document.createElementNS|| @@ -1568,13 +1568,12 @@ mxGraphHandler.prototype.addStates=function(a,b){var c=this.graph.view.getState( mxGraphHandler.prototype.snap=function(a){var b=this.scaleGrid?this.graph.view.scale:1;a.x=this.graph.snap(a.x/b)*b;a.y=this.graph.snap(a.y/b)*b;return a};mxGraphHandler.prototype.getDelta=function(a){a=mxUtils.convertPoint(this.graph.container,a.getX(),a.getY());return new mxPoint(a.x-this.first.x-this.graph.panDx,a.y-this.first.y-this.graph.panDy)};mxGraphHandler.prototype.updateHint=function(a){};mxGraphHandler.prototype.removeHint=function(){}; mxGraphHandler.prototype.roundLength=function(a){return Math.round(100*a)/100};mxGraphHandler.prototype.isValidDropTarget=function(a,b){return this.graph.model.getParent(this.cell)!=a}; mxGraphHandler.prototype.checkPreview=function(){this.livePreviewActive&&this.cloning?(this.resetLivePreview(),this.livePreviewActive=!1):this.maxLivePreview>=this.cellCount&&!this.livePreviewActive&&this.allowLivePreview?this.cloning&&this.livePreviewActive||(this.livePreviewUsed=this.livePreviewActive=!0):this.livePreviewUsed||null!=this.shape||(this.shape=this.createPreviewShape(this.bounds))}; -mxGraphHandler.prototype.mouseMove=function(a,b){a=this.graph;var c=a.tolerance;null==this.first&&this.delayedSelection&&null!=this.cell&&null!=this.mouseDownX&&null!=this.mouseDownY&&(Math.abs(this.mouseDownX-b.getX())>c||Math.abs(this.mouseDownY-b.getY())>c)&&(this.delayedSelection=!1,this.cellWasClicked=!0,this.graph.isCellSelected(this.cell)||mxEvent.isAltDown(b.getEvent())||(this.graph.isToggleEvent(b.getEvent())?a.addSelectionCell(this.cell):a.setSelectionCell(this.cell)),this.start(this.cell, -this.mouseDownX,this.mouseDownY,this.getCells(null,a.getSelectionCells().concat(b.getCell()))));var d=null!=this.first?this.getDelta(b):null;if(b.isConsumed()||!a.isMouseDown||null==this.cell||null==d||null==this.bounds||this.suspended)!this.isMoveEnabled()&&!this.isCloneEnabled()||!this.updateCursor||b.isConsumed()||null==b.getState()&&null==b.sourceState||a.isMouseDown||(d=a.getCursorForMouseEvent(b),null==d&&a.isEnabled()&&a.isCellMovable(b.getCell())&&(d=a.getModel().isEdge(b.getCell())?mxConstants.CURSOR_MOVABLE_EDGE: -mxConstants.CURSOR_MOVABLE_VERTEX),null!=d&&null!=b.sourceState&&b.sourceState.setCursor(d));else if(mxEvent.isMultiTouchEvent(b.getEvent()))this.reset();else{if(null!=this.shape||this.livePreviewActive||this.cloning||Math.abs(d.x)>c||Math.abs(d.y)>c){null==this.highlight&&(this.highlight=new mxCellHighlight(this.graph,mxConstants.DROP_TARGET_COLOR,3));c=a.isCloneEvent(b.getEvent())&&a.isCellsCloneable()&&this.isCloneEnabled();var e=a.isGridEnabledEvent(b.getEvent()),f=b.getCell();f=null!=f&&0>mxUtils.indexOf(this.cells, -f)?f:a.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(n,p,r){return 0<=mxUtils.indexOf(this.cells,n.cell)}));var g=!0,k=null;this.cloning=c;a.isDropEnabled()&&this.highlightEnabled&&(k=a.getDropTarget(this.cells,b.getEvent(),f,c));var l=a.getView().getState(k),m=!1;null!=l&&(c||this.isValidDropTarget(k,b))?(this.target!=k&&(this.target=k,this.setHighlightColor(mxConstants.DROP_TARGET_COLOR)),m=!0):(this.target=null,this.connectOnDrop&&null!=f&&1==this.cells.length&& -a.getModel().isVertex(f)&&a.isCellConnectable(f)&&(l=a.getView().getState(f),null!=l&&(f=null==a.getEdgeValidationError(null,this.cell,f)?mxConstants.VALID_COLOR:mxConstants.INVALID_CONNECT_TARGET_COLOR,this.setHighlightColor(f),m=!0)));null!=l&&m?this.highlight.highlight(l):this.highlight.hide();null!=this.guide&&this.useGuidesForEvent(b)?(d=this.guide.move(this.bounds,d,e,c),g=!1):d=a.snapDelta(d,this.bounds,!e,!1,!1);null!=this.guide&&g&&this.guide.hide();this.isConstrainedEvent(b)&&(Math.abs(d.x)> -Math.abs(d.y)?d.y=0:d.x=0);this.checkPreview();if(this.currentDx!=d.x||this.currentDy!=d.y)this.currentDx=d.x,this.currentDy=d.y,this.updatePreview()}this.updateHint(b);this.consumeMouseEvent(mxEvent.MOUSE_MOVE,b);mxEvent.consume(b.getEvent())}};mxGraphHandler.prototype.isConstrainedEvent=function(a){return(null==this.target||this.graph.isCloneEvent(a.getEvent()))&&this.graph.isConstrainedEvent(a.getEvent())}; -mxGraphHandler.prototype.updatePreview=function(a){this.livePreviewUsed&&!a?null!=this.cells&&(this.setHandlesVisibleForCells(this.graph.selectionCellsHandler.getHandledSelectionCells(),!1),this.updateLivePreview(this.currentDx,this.currentDy)):this.updatePreviewShape()}; +mxGraphHandler.prototype.mouseMove=function(a,b){a=this.graph;var c=a.tolerance;null==this.first&&this.delayedSelection&&null!=this.cell&&null!=this.mouseDownX&&null!=this.mouseDownY&&(Math.abs(this.mouseDownX-b.getX())>c||Math.abs(this.mouseDownY-b.getY())>c)&&(this.delayedSelection=!1,this.cellWasClicked=!0,mxEvent.isAltDown(b.getEvent())||a.addSelectionCell(this.cell),this.start(this.cell,this.mouseDownX,this.mouseDownY,a.getMovableCells(a.getSelectionCells())));var d=null!=this.first?this.getDelta(b): +null;if(b.isConsumed()||!a.isMouseDown||null==this.cell||null==d||null==this.bounds||this.suspended)!this.isMoveEnabled()&&!this.isCloneEnabled()||!this.updateCursor||b.isConsumed()||null==b.getState()&&null==b.sourceState||a.isMouseDown||(d=a.getCursorForMouseEvent(b),null==d&&a.isEnabled()&&a.isCellMovable(b.getCell())&&(d=a.getModel().isEdge(b.getCell())?mxConstants.CURSOR_MOVABLE_EDGE:mxConstants.CURSOR_MOVABLE_VERTEX),null!=d&&null!=b.sourceState&&b.sourceState.setCursor(d));else if(mxEvent.isMultiTouchEvent(b.getEvent()))this.reset(); +else{if(null!=this.shape||this.livePreviewActive||this.cloning||Math.abs(d.x)>c||Math.abs(d.y)>c){null==this.highlight&&(this.highlight=new mxCellHighlight(this.graph,mxConstants.DROP_TARGET_COLOR,3));c=a.isCloneEvent(b.getEvent())&&a.isCellsCloneable()&&this.isCloneEnabled();var e=a.isGridEnabledEvent(b.getEvent()),f=b.getCell();f=null!=f&&0>mxUtils.indexOf(this.cells,f)?f:a.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(n,p,r){return 0<=mxUtils.indexOf(this.cells, +n.cell)}));var g=!0,k=null;this.cloning=c;a.isDropEnabled()&&this.highlightEnabled&&(k=a.getDropTarget(this.cells,b.getEvent(),f,c));var l=a.getView().getState(k),m=!1;null!=l&&(c||this.isValidDropTarget(k,b))?(this.target!=k&&(this.target=k,this.setHighlightColor(mxConstants.DROP_TARGET_COLOR)),m=!0):(this.target=null,this.connectOnDrop&&null!=f&&1==this.cells.length&&a.getModel().isVertex(f)&&a.isCellConnectable(f)&&(l=a.getView().getState(f),null!=l&&(f=null==a.getEdgeValidationError(null,this.cell, +f)?mxConstants.VALID_COLOR:mxConstants.INVALID_CONNECT_TARGET_COLOR,this.setHighlightColor(f),m=!0)));null!=l&&m?this.highlight.highlight(l):this.highlight.hide();null!=this.guide&&this.useGuidesForEvent(b)?(d=this.guide.move(this.bounds,d,e,c),g=!1):d=a.snapDelta(d,this.bounds,!e,!1,!1);null!=this.guide&&g&&this.guide.hide();this.isConstrainedEvent(b)&&(Math.abs(d.x)>Math.abs(d.y)?d.y=0:d.x=0);this.checkPreview();if(this.currentDx!=d.x||this.currentDy!=d.y)this.currentDx=d.x,this.currentDy=d.y,this.updatePreview()}this.updateHint(b); +this.consumeMouseEvent(mxEvent.MOUSE_MOVE,b);mxEvent.consume(b.getEvent())}};mxGraphHandler.prototype.isConstrainedEvent=function(a){return(null==this.target||this.graph.isCloneEvent(a.getEvent()))&&this.graph.isConstrainedEvent(a.getEvent())};mxGraphHandler.prototype.updatePreview=function(a){this.livePreviewUsed&&!a?null!=this.cells&&(this.setHandlesVisibleForCells(this.graph.selectionCellsHandler.getHandledSelectionCells(),!1),this.updateLivePreview(this.currentDx,this.currentDy)):this.updatePreviewShape()}; mxGraphHandler.prototype.updatePreviewShape=function(){null!=this.shape&&null!=this.pBounds&&(this.shape.bounds=new mxRectangle(Math.round(this.pBounds.x+this.currentDx),Math.round(this.pBounds.y+this.currentDy),this.pBounds.width,this.pBounds.height),this.shape.redraw())}; mxGraphHandler.prototype.updateLivePreview=function(a,b){if(!this.suspended){var c=[];null!=this.allCells&&this.allCells.visit(mxUtils.bind(this,function(n,p){n=this.graph.view.getState(p.cell);n!=p&&(p.destroy(),null!=n?this.allCells.put(p.cell,n):this.allCells.remove(p.cell),p=n);if(null!=p&&(n=p.clone(),c.push([p,n]),null!=p.shape&&(null==p.shape.originalPointerEvents&&(p.shape.originalPointerEvents=p.shape.pointerEvents),p.shape.pointerEvents=!1,null!=p.text&&(null==p.text.originalPointerEvents&& (p.text.originalPointerEvents=p.text.pointerEvents),p.text.pointerEvents=!1)),this.graph.model.isVertex(p.cell))){if(!this.cloning||this.graph.isCellCloneable(p.cell))p.x+=a,p.y+=b;this.cloning?null!=p.text&&(p.text.updateBoundingBox(),null!=p.text.boundingBox&&(p.text.boundingBox.x+=a,p.text.boundingBox.y+=b),null!=p.text.unrotatedBoundingBox&&(p.text.unrotatedBoundingBox.x+=a,p.text.unrotatedBoundingBox.y+=b)):(p.view.graph.cellRenderer.redraw(p,!0),p.view.invalidate(p.cell),p.invalid=!1,null!= @@ -11851,7 +11850,7 @@ T=mxUtils.button(mxResources.get("cancel"),function(){f.hideDialog()});T.classNa (f={originalSrc:f.src});this.page.viewState.backgroundImage=f}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)}}else m.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)};Editor.prototype.useCanvasForExport=!1;try{var t=document.createElement("canvas"),E=new Image;E.onload=function(){try{t.getContext("2d").drawImage(E,0,0);var f=t.toDataURL("image/png");Editor.prototype.useCanvasForExport=null!=f&&6
')))}catch(f){}Editor.prototype.useCanvasForExport= !1})();(function(){var b=new mxObjectCodec(new ChangePageSetup,["ui","previousColor","previousImage","previousFormat"]);b.beforeDecode=function(g,l,n){n.ui=g.ui;return l};b.afterDecode=function(g,l,n){n.previousColor=n.color;n.previousImage=n.image;n.previousFormat=n.format;null!=n.foldingEnabled&&(n.foldingEnabled=!n.foldingEnabled);null!=n.mathEnabled&&(n.mathEnabled=!n.mathEnabled);null!=n.shadowVisible&&(n.shadowVisible=!n.shadowVisible);return n};mxCodecRegistry.register(b)})(); -(function(){var b=new mxObjectCodec(new ChangeGridColor,["ui"]);b.beforeDecode=function(g,l,n){n.ui=g.ui;return l};mxCodecRegistry.register(b)})();(function(){EditorUi.VERSION="22.1.0";EditorUi.compactUi="atlas"!=Editor.currentTheme;Editor.isDarkMode()&&(mxGraphView.prototype.gridColor=mxGraphView.prototype.defaultDarkGridColor);EditorUi.enableLogging="1"!=urlParams.stealth&&"1"!=urlParams.lockdown&&(/.*\.draw\.io$/.test(window.location.hostname)||/.*\.diagrams\.net$/.test(window.location.hostname))&&"support.draw.io"!=window.location.hostname;EditorUi.drawHost=window.DRAWIO_BASE_URL;EditorUi.lightboxHost=window.DRAWIO_LIGHTBOX_URL; +(function(){var b=new mxObjectCodec(new ChangeGridColor,["ui"]);b.beforeDecode=function(g,l,n){n.ui=g.ui;return l};mxCodecRegistry.register(b)})();(function(){EditorUi.VERSION="22.1.1";EditorUi.compactUi="atlas"!=Editor.currentTheme;Editor.isDarkMode()&&(mxGraphView.prototype.gridColor=mxGraphView.prototype.defaultDarkGridColor);EditorUi.enableLogging="1"!=urlParams.stealth&&"1"!=urlParams.lockdown&&(/.*\.draw\.io$/.test(window.location.hostname)||/.*\.diagrams\.net$/.test(window.location.hostname))&&"support.draw.io"!=window.location.hostname;EditorUi.drawHost=window.DRAWIO_BASE_URL;EditorUi.lightboxHost=window.DRAWIO_LIGHTBOX_URL; EditorUi.lastErrorMessage=null;EditorUi.ignoredAnonymizedChars="\n\t`~!@#$%^&*()_+{}|:\"<>?-=[];'./,\n\t";EditorUi.templateFile=TEMPLATE_PATH+"/index.xml";EditorUi.cacheUrl=window.REALTIME_URL;null==EditorUi.cacheUrl&&"undefined"!==typeof DrawioFile&&(DrawioFile.SYNC="none");Editor.cacheTimeout=1E4;EditorUi.enablePlantUml=EditorUi.enableLogging;EditorUi.isElectronApp=null!=window&&null!=window.process&&null!=window.process.versions&&null!=window.process.versions.electron;EditorUi.nativeFileSupport= !mxClient.IS_OP&&!EditorUi.isElectronApp&&"1"!=urlParams.extAuth&&"showSaveFilePicker"in window&&"showOpenFilePicker"in window;EditorUi.enableDrafts=!mxClient.IS_CHROMEAPP&&isLocalStorage&&"0"!=urlParams.drafts;EditorUi.scratchpadHelpLink="https://www.drawio.com/doc/faq/scratchpad";EditorUi.enableHtmlEditOption=!0;EditorUi.mermaidDiagramTypes="flowchart classDiagram sequenceDiagram stateDiagram mindmap graph erDiagram requirementDiagram journey gantt pie gitGraph".split(" ");EditorUi.defaultMermaidConfig= {theme:"neutral",arrowMarkerAbsolute:!1,flowchart:{htmlLabels:!1},sequence:{diagramMarginX:50,diagramMarginY:10,actorMargin:50,width:150,height:65,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,mirrorActors:!0,bottomMarginAdj:1,useMaxWidth:!0,rightAngles:!1,showSequenceNumbers:!1},gantt:{titleTopMargin:25,barHeight:20,barGap:4,topPadding:50,leftPadding:75,gridLineStartPadding:35,fontSize:11,fontFamily:'"Open-Sans", "sans-serif"',numberSectionStyles:4,axisFormat:"%Y-%m-%d"}};EditorUi.logError= diff --git a/src/main/webapp/js/viewer-static.min.js b/src/main/webapp/js/viewer-static.min.js index c14b8cc6a..0410321d3 100644 --- a/src/main/webapp/js/viewer-static.min.js +++ b/src/main/webapp/js/viewer-static.min.js @@ -112,7 +112,7 @@ if("1"==urlParams.offline||"1"==urlParams.demo||"1"==urlParams.stealth||"1"==url "se.diagrams.net"==window.location.hostname&&(urlParams.db="0",urlParams.od="0",urlParams.gh="0",urlParams.gl="0",urlParams.tr="0",urlParams.plugins="0",urlParams.mode="google",urlParams.lockdown="1",window.DRAWIO_GOOGLE_APP_ID=window.DRAWIO_GOOGLE_APP_ID||"184079235871",window.DRAWIO_GOOGLE_CLIENT_ID=window.DRAWIO_GOOGLE_CLIENT_ID||"184079235871-pjf5nn0lff27lk8qf0770gmffiv9gt61.apps.googleusercontent.com");"trello"==urlParams.mode&&(urlParams.tr="1"); "embed.diagrams.net"==window.location.hostname&&(urlParams.embed="1");(null==window.location.hash||1>=window.location.hash.length)&&null!=urlParams.open&&(window.location.hash=urlParams.open);window.urlParams=window.urlParams||{};window.DOM_PURIFY_CONFIG=window.DOM_PURIFY_CONFIG||{ADD_TAGS:["use"],FORBID_TAGS:["form"],ALLOWED_URI_REGEXP:/^((?!javascript:).)*$/i,ADD_ATTR:["target","content"]};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||"mxgraph";window.mxImageBasePath=window.mxImageBasePath||"mxgraph/images";window.mxLanguage=window.mxLanguage||urlParams.lang; -window.mxLanguages=window.mxLanguages||["de","se"];var mxClient={VERSION:"22.1.0",IS_IE:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("MSIE"),IS_IE11:null!=navigator.userAgent&&!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:null!=navigator.userAgent&&!!navigator.userAgent.match(/Edge\//),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&0>navigator.userAgent.indexOf("Edge/"), +window.mxLanguages=window.mxLanguages||["de","se"];var mxClient={VERSION:"22.1.1",IS_IE:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("MSIE"),IS_IE11:null!=navigator.userAgent&&!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:null!=navigator.userAgent&&!!navigator.userAgent.match(/Edge\//),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&0>navigator.userAgent.indexOf("Edge/"), IS_OP:null!=navigator.userAgent&&(0<=navigator.userAgent.indexOf("Opera/")||0<=navigator.userAgent.indexOf("OPR/")),IS_OT:null!=navigator.userAgent&&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:/Apple Computer, Inc/.test(navigator.vendor), IS_ANDROID:0<=navigator.appVersion.indexOf("Android"),IS_IOS:/iP(hone|od|ad)/.test(navigator.platform)||navigator.userAgent.match(/Mac/)&&navigator.maxTouchPoints&&2navigator.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:"MICROSOFT INTERNET EXPLORER"!=navigator.appName.toUpperCase(),NO_FO:!document.createElementNS|| @@ -1534,13 +1534,12 @@ mxGraphHandler.prototype.addStates=function(a,b){var c=this.graph.view.getState( mxGraphHandler.prototype.snap=function(a){var b=this.scaleGrid?this.graph.view.scale:1;a.x=this.graph.snap(a.x/b)*b;a.y=this.graph.snap(a.y/b)*b;return a};mxGraphHandler.prototype.getDelta=function(a){a=mxUtils.convertPoint(this.graph.container,a.getX(),a.getY());return new mxPoint(a.x-this.first.x-this.graph.panDx,a.y-this.first.y-this.graph.panDy)};mxGraphHandler.prototype.updateHint=function(a){};mxGraphHandler.prototype.removeHint=function(){}; mxGraphHandler.prototype.roundLength=function(a){return Math.round(100*a)/100};mxGraphHandler.prototype.isValidDropTarget=function(a,b){return this.graph.model.getParent(this.cell)!=a}; mxGraphHandler.prototype.checkPreview=function(){this.livePreviewActive&&this.cloning?(this.resetLivePreview(),this.livePreviewActive=!1):this.maxLivePreview>=this.cellCount&&!this.livePreviewActive&&this.allowLivePreview?this.cloning&&this.livePreviewActive||(this.livePreviewUsed=this.livePreviewActive=!0):this.livePreviewUsed||null!=this.shape||(this.shape=this.createPreviewShape(this.bounds))}; -mxGraphHandler.prototype.mouseMove=function(a,b){a=this.graph;var c=a.tolerance;null==this.first&&this.delayedSelection&&null!=this.cell&&null!=this.mouseDownX&&null!=this.mouseDownY&&(Math.abs(this.mouseDownX-b.getX())>c||Math.abs(this.mouseDownY-b.getY())>c)&&(this.delayedSelection=!1,this.cellWasClicked=!0,this.graph.isCellSelected(this.cell)||mxEvent.isAltDown(b.getEvent())||(this.graph.isToggleEvent(b.getEvent())?a.addSelectionCell(this.cell):a.setSelectionCell(this.cell)),this.start(this.cell, -this.mouseDownX,this.mouseDownY,this.getCells(null,a.getSelectionCells().concat(b.getCell()))));var d=null!=this.first?this.getDelta(b):null;if(b.isConsumed()||!a.isMouseDown||null==this.cell||null==d||null==this.bounds||this.suspended)!this.isMoveEnabled()&&!this.isCloneEnabled()||!this.updateCursor||b.isConsumed()||null==b.getState()&&null==b.sourceState||a.isMouseDown||(d=a.getCursorForMouseEvent(b),null==d&&a.isEnabled()&&a.isCellMovable(b.getCell())&&(d=a.getModel().isEdge(b.getCell())?mxConstants.CURSOR_MOVABLE_EDGE: -mxConstants.CURSOR_MOVABLE_VERTEX),null!=d&&null!=b.sourceState&&b.sourceState.setCursor(d));else if(mxEvent.isMultiTouchEvent(b.getEvent()))this.reset();else{if(null!=this.shape||this.livePreviewActive||this.cloning||Math.abs(d.x)>c||Math.abs(d.y)>c){null==this.highlight&&(this.highlight=new mxCellHighlight(this.graph,mxConstants.DROP_TARGET_COLOR,3));c=a.isCloneEvent(b.getEvent())&&a.isCellsCloneable()&&this.isCloneEnabled();var e=a.isGridEnabledEvent(b.getEvent()),f=b.getCell();f=null!=f&&0>mxUtils.indexOf(this.cells, -f)?f:a.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(n,p,r){return 0<=mxUtils.indexOf(this.cells,n.cell)}));var g=!0,k=null;this.cloning=c;a.isDropEnabled()&&this.highlightEnabled&&(k=a.getDropTarget(this.cells,b.getEvent(),f,c));var l=a.getView().getState(k),m=!1;null!=l&&(c||this.isValidDropTarget(k,b))?(this.target!=k&&(this.target=k,this.setHighlightColor(mxConstants.DROP_TARGET_COLOR)),m=!0):(this.target=null,this.connectOnDrop&&null!=f&&1==this.cells.length&& -a.getModel().isVertex(f)&&a.isCellConnectable(f)&&(l=a.getView().getState(f),null!=l&&(f=null==a.getEdgeValidationError(null,this.cell,f)?mxConstants.VALID_COLOR:mxConstants.INVALID_CONNECT_TARGET_COLOR,this.setHighlightColor(f),m=!0)));null!=l&&m?this.highlight.highlight(l):this.highlight.hide();null!=this.guide&&this.useGuidesForEvent(b)?(d=this.guide.move(this.bounds,d,e,c),g=!1):d=a.snapDelta(d,this.bounds,!e,!1,!1);null!=this.guide&&g&&this.guide.hide();this.isConstrainedEvent(b)&&(Math.abs(d.x)> -Math.abs(d.y)?d.y=0:d.x=0);this.checkPreview();if(this.currentDx!=d.x||this.currentDy!=d.y)this.currentDx=d.x,this.currentDy=d.y,this.updatePreview()}this.updateHint(b);this.consumeMouseEvent(mxEvent.MOUSE_MOVE,b);mxEvent.consume(b.getEvent())}};mxGraphHandler.prototype.isConstrainedEvent=function(a){return(null==this.target||this.graph.isCloneEvent(a.getEvent()))&&this.graph.isConstrainedEvent(a.getEvent())}; -mxGraphHandler.prototype.updatePreview=function(a){this.livePreviewUsed&&!a?null!=this.cells&&(this.setHandlesVisibleForCells(this.graph.selectionCellsHandler.getHandledSelectionCells(),!1),this.updateLivePreview(this.currentDx,this.currentDy)):this.updatePreviewShape()}; +mxGraphHandler.prototype.mouseMove=function(a,b){a=this.graph;var c=a.tolerance;null==this.first&&this.delayedSelection&&null!=this.cell&&null!=this.mouseDownX&&null!=this.mouseDownY&&(Math.abs(this.mouseDownX-b.getX())>c||Math.abs(this.mouseDownY-b.getY())>c)&&(this.delayedSelection=!1,this.cellWasClicked=!0,mxEvent.isAltDown(b.getEvent())||a.addSelectionCell(this.cell),this.start(this.cell,this.mouseDownX,this.mouseDownY,a.getMovableCells(a.getSelectionCells())));var d=null!=this.first?this.getDelta(b): +null;if(b.isConsumed()||!a.isMouseDown||null==this.cell||null==d||null==this.bounds||this.suspended)!this.isMoveEnabled()&&!this.isCloneEnabled()||!this.updateCursor||b.isConsumed()||null==b.getState()&&null==b.sourceState||a.isMouseDown||(d=a.getCursorForMouseEvent(b),null==d&&a.isEnabled()&&a.isCellMovable(b.getCell())&&(d=a.getModel().isEdge(b.getCell())?mxConstants.CURSOR_MOVABLE_EDGE:mxConstants.CURSOR_MOVABLE_VERTEX),null!=d&&null!=b.sourceState&&b.sourceState.setCursor(d));else if(mxEvent.isMultiTouchEvent(b.getEvent()))this.reset(); +else{if(null!=this.shape||this.livePreviewActive||this.cloning||Math.abs(d.x)>c||Math.abs(d.y)>c){null==this.highlight&&(this.highlight=new mxCellHighlight(this.graph,mxConstants.DROP_TARGET_COLOR,3));c=a.isCloneEvent(b.getEvent())&&a.isCellsCloneable()&&this.isCloneEnabled();var e=a.isGridEnabledEvent(b.getEvent()),f=b.getCell();f=null!=f&&0>mxUtils.indexOf(this.cells,f)?f:a.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(n,p,r){return 0<=mxUtils.indexOf(this.cells, +n.cell)}));var g=!0,k=null;this.cloning=c;a.isDropEnabled()&&this.highlightEnabled&&(k=a.getDropTarget(this.cells,b.getEvent(),f,c));var l=a.getView().getState(k),m=!1;null!=l&&(c||this.isValidDropTarget(k,b))?(this.target!=k&&(this.target=k,this.setHighlightColor(mxConstants.DROP_TARGET_COLOR)),m=!0):(this.target=null,this.connectOnDrop&&null!=f&&1==this.cells.length&&a.getModel().isVertex(f)&&a.isCellConnectable(f)&&(l=a.getView().getState(f),null!=l&&(f=null==a.getEdgeValidationError(null,this.cell, +f)?mxConstants.VALID_COLOR:mxConstants.INVALID_CONNECT_TARGET_COLOR,this.setHighlightColor(f),m=!0)));null!=l&&m?this.highlight.highlight(l):this.highlight.hide();null!=this.guide&&this.useGuidesForEvent(b)?(d=this.guide.move(this.bounds,d,e,c),g=!1):d=a.snapDelta(d,this.bounds,!e,!1,!1);null!=this.guide&&g&&this.guide.hide();this.isConstrainedEvent(b)&&(Math.abs(d.x)>Math.abs(d.y)?d.y=0:d.x=0);this.checkPreview();if(this.currentDx!=d.x||this.currentDy!=d.y)this.currentDx=d.x,this.currentDy=d.y,this.updatePreview()}this.updateHint(b); +this.consumeMouseEvent(mxEvent.MOUSE_MOVE,b);mxEvent.consume(b.getEvent())}};mxGraphHandler.prototype.isConstrainedEvent=function(a){return(null==this.target||this.graph.isCloneEvent(a.getEvent()))&&this.graph.isConstrainedEvent(a.getEvent())};mxGraphHandler.prototype.updatePreview=function(a){this.livePreviewUsed&&!a?null!=this.cells&&(this.setHandlesVisibleForCells(this.graph.selectionCellsHandler.getHandledSelectionCells(),!1),this.updateLivePreview(this.currentDx,this.currentDy)):this.updatePreviewShape()}; mxGraphHandler.prototype.updatePreviewShape=function(){null!=this.shape&&null!=this.pBounds&&(this.shape.bounds=new mxRectangle(Math.round(this.pBounds.x+this.currentDx),Math.round(this.pBounds.y+this.currentDy),this.pBounds.width,this.pBounds.height),this.shape.redraw())}; mxGraphHandler.prototype.updateLivePreview=function(a,b){if(!this.suspended){var c=[];null!=this.allCells&&this.allCells.visit(mxUtils.bind(this,function(n,p){n=this.graph.view.getState(p.cell);n!=p&&(p.destroy(),null!=n?this.allCells.put(p.cell,n):this.allCells.remove(p.cell),p=n);if(null!=p&&(n=p.clone(),c.push([p,n]),null!=p.shape&&(null==p.shape.originalPointerEvents&&(p.shape.originalPointerEvents=p.shape.pointerEvents),p.shape.pointerEvents=!1,null!=p.text&&(null==p.text.originalPointerEvents&& (p.text.originalPointerEvents=p.text.pointerEvents),p.text.pointerEvents=!1)),this.graph.model.isVertex(p.cell))){if(!this.cloning||this.graph.isCellCloneable(p.cell))p.x+=a,p.y+=b;this.cloning?null!=p.text&&(p.text.updateBoundingBox(),null!=p.text.boundingBox&&(p.text.boundingBox.x+=a,p.text.boundingBox.y+=b),null!=p.text.unrotatedBoundingBox&&(p.text.unrotatedBoundingBox.x+=a,p.text.unrotatedBoundingBox.y+=b)):(p.view.graph.cellRenderer.redraw(p,!0),p.view.invalidate(p.cell),p.invalid=!1,null!= @@ -3499,7 +3498,7 @@ C=document.createElement("div");C.style.marginBottom="12px";var R=PageSetupDialo (k={originalSrc:k.src});this.page.viewState.backgroundImage=k}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)}}else W.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)};Editor.prototype.useCanvasForExport=!1;try{var V=document.createElement("canvas"),T=new Image;T.onload=function(){try{V.getContext("2d").drawImage(T,0,0);var k=V.toDataURL("image/png");Editor.prototype.useCanvasForExport=null!=k&&6
')))}catch(k){}Editor.prototype.useCanvasForExport= !1})();(function(){var b=new mxObjectCodec(new ChangePageSetup,["ui","previousColor","previousImage","previousFormat"]);b.beforeDecode=function(e,g,n){n.ui=e.ui;return g};b.afterDecode=function(e,g,n){n.previousColor=n.color;n.previousImage=n.image;n.previousFormat=n.format;null!=n.foldingEnabled&&(n.foldingEnabled=!n.foldingEnabled);null!=n.mathEnabled&&(n.mathEnabled=!n.mathEnabled);null!=n.shadowVisible&&(n.shadowVisible=!n.shadowVisible);return n};mxCodecRegistry.register(b)})(); -(function(){var b=new mxObjectCodec(new ChangeGridColor,["ui"]);b.beforeDecode=function(e,g,n){n.ui=e.ui;return g};mxCodecRegistry.register(b)})();(function(){EditorUi.VERSION="22.1.0";EditorUi.compactUi="atlas"!=Editor.currentTheme;Editor.isDarkMode()&&(mxGraphView.prototype.gridColor=mxGraphView.prototype.defaultDarkGridColor);EditorUi.enableLogging="1"!=urlParams.stealth&&"1"!=urlParams.lockdown&&(/.*\.draw\.io$/.test(window.location.hostname)||/.*\.diagrams\.net$/.test(window.location.hostname))&&"support.draw.io"!=window.location.hostname;EditorUi.drawHost=window.DRAWIO_BASE_URL;EditorUi.lightboxHost=window.DRAWIO_LIGHTBOX_URL; +(function(){var b=new mxObjectCodec(new ChangeGridColor,["ui"]);b.beforeDecode=function(e,g,n){n.ui=e.ui;return g};mxCodecRegistry.register(b)})();(function(){EditorUi.VERSION="22.1.1";EditorUi.compactUi="atlas"!=Editor.currentTheme;Editor.isDarkMode()&&(mxGraphView.prototype.gridColor=mxGraphView.prototype.defaultDarkGridColor);EditorUi.enableLogging="1"!=urlParams.stealth&&"1"!=urlParams.lockdown&&(/.*\.draw\.io$/.test(window.location.hostname)||/.*\.diagrams\.net$/.test(window.location.hostname))&&"support.draw.io"!=window.location.hostname;EditorUi.drawHost=window.DRAWIO_BASE_URL;EditorUi.lightboxHost=window.DRAWIO_LIGHTBOX_URL; EditorUi.lastErrorMessage=null;EditorUi.ignoredAnonymizedChars="\n\t`~!@#$%^&*()_+{}|:\"<>?-=[];'./,\n\t";EditorUi.templateFile=TEMPLATE_PATH+"/index.xml";EditorUi.cacheUrl=window.REALTIME_URL;null==EditorUi.cacheUrl&&"undefined"!==typeof DrawioFile&&(DrawioFile.SYNC="none");Editor.cacheTimeout=1E4;EditorUi.enablePlantUml=EditorUi.enableLogging;EditorUi.isElectronApp=null!=window&&null!=window.process&&null!=window.process.versions&&null!=window.process.versions.electron;EditorUi.nativeFileSupport= !mxClient.IS_OP&&!EditorUi.isElectronApp&&"1"!=urlParams.extAuth&&"showSaveFilePicker"in window&&"showOpenFilePicker"in window;EditorUi.enableDrafts=!mxClient.IS_CHROMEAPP&&isLocalStorage&&"0"!=urlParams.drafts;EditorUi.scratchpadHelpLink="https://www.drawio.com/doc/faq/scratchpad";EditorUi.enableHtmlEditOption=!0;EditorUi.mermaidDiagramTypes="flowchart classDiagram sequenceDiagram stateDiagram mindmap graph erDiagram requirementDiagram journey gantt pie gitGraph".split(" ");EditorUi.defaultMermaidConfig= {theme:"neutral",arrowMarkerAbsolute:!1,flowchart:{htmlLabels:!1},sequence:{diagramMarginX:50,diagramMarginY:10,actorMargin:50,width:150,height:65,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,mirrorActors:!0,bottomMarginAdj:1,useMaxWidth:!0,rightAngles:!1,showSequenceNumbers:!1},gantt:{titleTopMargin:25,barHeight:20,barGap:4,topPadding:50,leftPadding:75,gridLineStartPadding:35,fontSize:11,fontFamily:'"Open-Sans", "sans-serif"',numberSectionStyles:4,axisFormat:"%Y-%m-%d"}};EditorUi.logError= diff --git a/src/main/webapp/js/viewer.min.js b/src/main/webapp/js/viewer.min.js index d39ff169b..585b4351a 100644 --- a/src/main/webapp/js/viewer.min.js +++ b/src/main/webapp/js/viewer.min.js @@ -112,7 +112,7 @@ if("1"==urlParams.offline||"1"==urlParams.demo||"1"==urlParams.stealth||"1"==url "se.diagrams.net"==window.location.hostname&&(urlParams.db="0",urlParams.od="0",urlParams.gh="0",urlParams.gl="0",urlParams.tr="0",urlParams.plugins="0",urlParams.mode="google",urlParams.lockdown="1",window.DRAWIO_GOOGLE_APP_ID=window.DRAWIO_GOOGLE_APP_ID||"184079235871",window.DRAWIO_GOOGLE_CLIENT_ID=window.DRAWIO_GOOGLE_CLIENT_ID||"184079235871-pjf5nn0lff27lk8qf0770gmffiv9gt61.apps.googleusercontent.com");"trello"==urlParams.mode&&(urlParams.tr="1"); "embed.diagrams.net"==window.location.hostname&&(urlParams.embed="1");(null==window.location.hash||1>=window.location.hash.length)&&null!=urlParams.open&&(window.location.hash=urlParams.open);window.urlParams=window.urlParams||{};window.DOM_PURIFY_CONFIG=window.DOM_PURIFY_CONFIG||{ADD_TAGS:["use"],FORBID_TAGS:["form"],ALLOWED_URI_REGEXP:/^((?!javascript:).)*$/i,ADD_ATTR:["target","content"]};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||"mxgraph";window.mxImageBasePath=window.mxImageBasePath||"mxgraph/images";window.mxLanguage=window.mxLanguage||urlParams.lang; -window.mxLanguages=window.mxLanguages||["de","se"];var mxClient={VERSION:"22.1.0",IS_IE:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("MSIE"),IS_IE11:null!=navigator.userAgent&&!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:null!=navigator.userAgent&&!!navigator.userAgent.match(/Edge\//),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&0>navigator.userAgent.indexOf("Edge/"), +window.mxLanguages=window.mxLanguages||["de","se"];var mxClient={VERSION:"22.1.1",IS_IE:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("MSIE"),IS_IE11:null!=navigator.userAgent&&!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:null!=navigator.userAgent&&!!navigator.userAgent.match(/Edge\//),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&0>navigator.userAgent.indexOf("Edge/"), IS_OP:null!=navigator.userAgent&&(0<=navigator.userAgent.indexOf("Opera/")||0<=navigator.userAgent.indexOf("OPR/")),IS_OT:null!=navigator.userAgent&&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:/Apple Computer, Inc/.test(navigator.vendor), IS_ANDROID:0<=navigator.appVersion.indexOf("Android"),IS_IOS:/iP(hone|od|ad)/.test(navigator.platform)||navigator.userAgent.match(/Mac/)&&navigator.maxTouchPoints&&2navigator.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:"MICROSOFT INTERNET EXPLORER"!=navigator.appName.toUpperCase(),NO_FO:!document.createElementNS|| @@ -1534,13 +1534,12 @@ mxGraphHandler.prototype.addStates=function(a,b){var c=this.graph.view.getState( mxGraphHandler.prototype.snap=function(a){var b=this.scaleGrid?this.graph.view.scale:1;a.x=this.graph.snap(a.x/b)*b;a.y=this.graph.snap(a.y/b)*b;return a};mxGraphHandler.prototype.getDelta=function(a){a=mxUtils.convertPoint(this.graph.container,a.getX(),a.getY());return new mxPoint(a.x-this.first.x-this.graph.panDx,a.y-this.first.y-this.graph.panDy)};mxGraphHandler.prototype.updateHint=function(a){};mxGraphHandler.prototype.removeHint=function(){}; mxGraphHandler.prototype.roundLength=function(a){return Math.round(100*a)/100};mxGraphHandler.prototype.isValidDropTarget=function(a,b){return this.graph.model.getParent(this.cell)!=a}; mxGraphHandler.prototype.checkPreview=function(){this.livePreviewActive&&this.cloning?(this.resetLivePreview(),this.livePreviewActive=!1):this.maxLivePreview>=this.cellCount&&!this.livePreviewActive&&this.allowLivePreview?this.cloning&&this.livePreviewActive||(this.livePreviewUsed=this.livePreviewActive=!0):this.livePreviewUsed||null!=this.shape||(this.shape=this.createPreviewShape(this.bounds))}; -mxGraphHandler.prototype.mouseMove=function(a,b){a=this.graph;var c=a.tolerance;null==this.first&&this.delayedSelection&&null!=this.cell&&null!=this.mouseDownX&&null!=this.mouseDownY&&(Math.abs(this.mouseDownX-b.getX())>c||Math.abs(this.mouseDownY-b.getY())>c)&&(this.delayedSelection=!1,this.cellWasClicked=!0,this.graph.isCellSelected(this.cell)||mxEvent.isAltDown(b.getEvent())||(this.graph.isToggleEvent(b.getEvent())?a.addSelectionCell(this.cell):a.setSelectionCell(this.cell)),this.start(this.cell, -this.mouseDownX,this.mouseDownY,this.getCells(null,a.getSelectionCells().concat(b.getCell()))));var d=null!=this.first?this.getDelta(b):null;if(b.isConsumed()||!a.isMouseDown||null==this.cell||null==d||null==this.bounds||this.suspended)!this.isMoveEnabled()&&!this.isCloneEnabled()||!this.updateCursor||b.isConsumed()||null==b.getState()&&null==b.sourceState||a.isMouseDown||(d=a.getCursorForMouseEvent(b),null==d&&a.isEnabled()&&a.isCellMovable(b.getCell())&&(d=a.getModel().isEdge(b.getCell())?mxConstants.CURSOR_MOVABLE_EDGE: -mxConstants.CURSOR_MOVABLE_VERTEX),null!=d&&null!=b.sourceState&&b.sourceState.setCursor(d));else if(mxEvent.isMultiTouchEvent(b.getEvent()))this.reset();else{if(null!=this.shape||this.livePreviewActive||this.cloning||Math.abs(d.x)>c||Math.abs(d.y)>c){null==this.highlight&&(this.highlight=new mxCellHighlight(this.graph,mxConstants.DROP_TARGET_COLOR,3));c=a.isCloneEvent(b.getEvent())&&a.isCellsCloneable()&&this.isCloneEnabled();var e=a.isGridEnabledEvent(b.getEvent()),f=b.getCell();f=null!=f&&0>mxUtils.indexOf(this.cells, -f)?f:a.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(n,p,r){return 0<=mxUtils.indexOf(this.cells,n.cell)}));var g=!0,k=null;this.cloning=c;a.isDropEnabled()&&this.highlightEnabled&&(k=a.getDropTarget(this.cells,b.getEvent(),f,c));var l=a.getView().getState(k),m=!1;null!=l&&(c||this.isValidDropTarget(k,b))?(this.target!=k&&(this.target=k,this.setHighlightColor(mxConstants.DROP_TARGET_COLOR)),m=!0):(this.target=null,this.connectOnDrop&&null!=f&&1==this.cells.length&& -a.getModel().isVertex(f)&&a.isCellConnectable(f)&&(l=a.getView().getState(f),null!=l&&(f=null==a.getEdgeValidationError(null,this.cell,f)?mxConstants.VALID_COLOR:mxConstants.INVALID_CONNECT_TARGET_COLOR,this.setHighlightColor(f),m=!0)));null!=l&&m?this.highlight.highlight(l):this.highlight.hide();null!=this.guide&&this.useGuidesForEvent(b)?(d=this.guide.move(this.bounds,d,e,c),g=!1):d=a.snapDelta(d,this.bounds,!e,!1,!1);null!=this.guide&&g&&this.guide.hide();this.isConstrainedEvent(b)&&(Math.abs(d.x)> -Math.abs(d.y)?d.y=0:d.x=0);this.checkPreview();if(this.currentDx!=d.x||this.currentDy!=d.y)this.currentDx=d.x,this.currentDy=d.y,this.updatePreview()}this.updateHint(b);this.consumeMouseEvent(mxEvent.MOUSE_MOVE,b);mxEvent.consume(b.getEvent())}};mxGraphHandler.prototype.isConstrainedEvent=function(a){return(null==this.target||this.graph.isCloneEvent(a.getEvent()))&&this.graph.isConstrainedEvent(a.getEvent())}; -mxGraphHandler.prototype.updatePreview=function(a){this.livePreviewUsed&&!a?null!=this.cells&&(this.setHandlesVisibleForCells(this.graph.selectionCellsHandler.getHandledSelectionCells(),!1),this.updateLivePreview(this.currentDx,this.currentDy)):this.updatePreviewShape()}; +mxGraphHandler.prototype.mouseMove=function(a,b){a=this.graph;var c=a.tolerance;null==this.first&&this.delayedSelection&&null!=this.cell&&null!=this.mouseDownX&&null!=this.mouseDownY&&(Math.abs(this.mouseDownX-b.getX())>c||Math.abs(this.mouseDownY-b.getY())>c)&&(this.delayedSelection=!1,this.cellWasClicked=!0,mxEvent.isAltDown(b.getEvent())||a.addSelectionCell(this.cell),this.start(this.cell,this.mouseDownX,this.mouseDownY,a.getMovableCells(a.getSelectionCells())));var d=null!=this.first?this.getDelta(b): +null;if(b.isConsumed()||!a.isMouseDown||null==this.cell||null==d||null==this.bounds||this.suspended)!this.isMoveEnabled()&&!this.isCloneEnabled()||!this.updateCursor||b.isConsumed()||null==b.getState()&&null==b.sourceState||a.isMouseDown||(d=a.getCursorForMouseEvent(b),null==d&&a.isEnabled()&&a.isCellMovable(b.getCell())&&(d=a.getModel().isEdge(b.getCell())?mxConstants.CURSOR_MOVABLE_EDGE:mxConstants.CURSOR_MOVABLE_VERTEX),null!=d&&null!=b.sourceState&&b.sourceState.setCursor(d));else if(mxEvent.isMultiTouchEvent(b.getEvent()))this.reset(); +else{if(null!=this.shape||this.livePreviewActive||this.cloning||Math.abs(d.x)>c||Math.abs(d.y)>c){null==this.highlight&&(this.highlight=new mxCellHighlight(this.graph,mxConstants.DROP_TARGET_COLOR,3));c=a.isCloneEvent(b.getEvent())&&a.isCellsCloneable()&&this.isCloneEnabled();var e=a.isGridEnabledEvent(b.getEvent()),f=b.getCell();f=null!=f&&0>mxUtils.indexOf(this.cells,f)?f:a.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(n,p,r){return 0<=mxUtils.indexOf(this.cells, +n.cell)}));var g=!0,k=null;this.cloning=c;a.isDropEnabled()&&this.highlightEnabled&&(k=a.getDropTarget(this.cells,b.getEvent(),f,c));var l=a.getView().getState(k),m=!1;null!=l&&(c||this.isValidDropTarget(k,b))?(this.target!=k&&(this.target=k,this.setHighlightColor(mxConstants.DROP_TARGET_COLOR)),m=!0):(this.target=null,this.connectOnDrop&&null!=f&&1==this.cells.length&&a.getModel().isVertex(f)&&a.isCellConnectable(f)&&(l=a.getView().getState(f),null!=l&&(f=null==a.getEdgeValidationError(null,this.cell, +f)?mxConstants.VALID_COLOR:mxConstants.INVALID_CONNECT_TARGET_COLOR,this.setHighlightColor(f),m=!0)));null!=l&&m?this.highlight.highlight(l):this.highlight.hide();null!=this.guide&&this.useGuidesForEvent(b)?(d=this.guide.move(this.bounds,d,e,c),g=!1):d=a.snapDelta(d,this.bounds,!e,!1,!1);null!=this.guide&&g&&this.guide.hide();this.isConstrainedEvent(b)&&(Math.abs(d.x)>Math.abs(d.y)?d.y=0:d.x=0);this.checkPreview();if(this.currentDx!=d.x||this.currentDy!=d.y)this.currentDx=d.x,this.currentDy=d.y,this.updatePreview()}this.updateHint(b); +this.consumeMouseEvent(mxEvent.MOUSE_MOVE,b);mxEvent.consume(b.getEvent())}};mxGraphHandler.prototype.isConstrainedEvent=function(a){return(null==this.target||this.graph.isCloneEvent(a.getEvent()))&&this.graph.isConstrainedEvent(a.getEvent())};mxGraphHandler.prototype.updatePreview=function(a){this.livePreviewUsed&&!a?null!=this.cells&&(this.setHandlesVisibleForCells(this.graph.selectionCellsHandler.getHandledSelectionCells(),!1),this.updateLivePreview(this.currentDx,this.currentDy)):this.updatePreviewShape()}; mxGraphHandler.prototype.updatePreviewShape=function(){null!=this.shape&&null!=this.pBounds&&(this.shape.bounds=new mxRectangle(Math.round(this.pBounds.x+this.currentDx),Math.round(this.pBounds.y+this.currentDy),this.pBounds.width,this.pBounds.height),this.shape.redraw())}; mxGraphHandler.prototype.updateLivePreview=function(a,b){if(!this.suspended){var c=[];null!=this.allCells&&this.allCells.visit(mxUtils.bind(this,function(n,p){n=this.graph.view.getState(p.cell);n!=p&&(p.destroy(),null!=n?this.allCells.put(p.cell,n):this.allCells.remove(p.cell),p=n);if(null!=p&&(n=p.clone(),c.push([p,n]),null!=p.shape&&(null==p.shape.originalPointerEvents&&(p.shape.originalPointerEvents=p.shape.pointerEvents),p.shape.pointerEvents=!1,null!=p.text&&(null==p.text.originalPointerEvents&& (p.text.originalPointerEvents=p.text.pointerEvents),p.text.pointerEvents=!1)),this.graph.model.isVertex(p.cell))){if(!this.cloning||this.graph.isCellCloneable(p.cell))p.x+=a,p.y+=b;this.cloning?null!=p.text&&(p.text.updateBoundingBox(),null!=p.text.boundingBox&&(p.text.boundingBox.x+=a,p.text.boundingBox.y+=b),null!=p.text.unrotatedBoundingBox&&(p.text.unrotatedBoundingBox.x+=a,p.text.unrotatedBoundingBox.y+=b)):(p.view.graph.cellRenderer.redraw(p,!0),p.view.invalidate(p.cell),p.invalid=!1,null!= @@ -3499,7 +3498,7 @@ C=document.createElement("div");C.style.marginBottom="12px";var R=PageSetupDialo (k={originalSrc:k.src});this.page.viewState.backgroundImage=k}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)}}else W.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)};Editor.prototype.useCanvasForExport=!1;try{var V=document.createElement("canvas"),T=new Image;T.onload=function(){try{V.getContext("2d").drawImage(T,0,0);var k=V.toDataURL("image/png");Editor.prototype.useCanvasForExport=null!=k&&6
')))}catch(k){}Editor.prototype.useCanvasForExport= !1})();(function(){var b=new mxObjectCodec(new ChangePageSetup,["ui","previousColor","previousImage","previousFormat"]);b.beforeDecode=function(e,g,n){n.ui=e.ui;return g};b.afterDecode=function(e,g,n){n.previousColor=n.color;n.previousImage=n.image;n.previousFormat=n.format;null!=n.foldingEnabled&&(n.foldingEnabled=!n.foldingEnabled);null!=n.mathEnabled&&(n.mathEnabled=!n.mathEnabled);null!=n.shadowVisible&&(n.shadowVisible=!n.shadowVisible);return n};mxCodecRegistry.register(b)})(); -(function(){var b=new mxObjectCodec(new ChangeGridColor,["ui"]);b.beforeDecode=function(e,g,n){n.ui=e.ui;return g};mxCodecRegistry.register(b)})();(function(){EditorUi.VERSION="22.1.0";EditorUi.compactUi="atlas"!=Editor.currentTheme;Editor.isDarkMode()&&(mxGraphView.prototype.gridColor=mxGraphView.prototype.defaultDarkGridColor);EditorUi.enableLogging="1"!=urlParams.stealth&&"1"!=urlParams.lockdown&&(/.*\.draw\.io$/.test(window.location.hostname)||/.*\.diagrams\.net$/.test(window.location.hostname))&&"support.draw.io"!=window.location.hostname;EditorUi.drawHost=window.DRAWIO_BASE_URL;EditorUi.lightboxHost=window.DRAWIO_LIGHTBOX_URL; +(function(){var b=new mxObjectCodec(new ChangeGridColor,["ui"]);b.beforeDecode=function(e,g,n){n.ui=e.ui;return g};mxCodecRegistry.register(b)})();(function(){EditorUi.VERSION="22.1.1";EditorUi.compactUi="atlas"!=Editor.currentTheme;Editor.isDarkMode()&&(mxGraphView.prototype.gridColor=mxGraphView.prototype.defaultDarkGridColor);EditorUi.enableLogging="1"!=urlParams.stealth&&"1"!=urlParams.lockdown&&(/.*\.draw\.io$/.test(window.location.hostname)||/.*\.diagrams\.net$/.test(window.location.hostname))&&"support.draw.io"!=window.location.hostname;EditorUi.drawHost=window.DRAWIO_BASE_URL;EditorUi.lightboxHost=window.DRAWIO_LIGHTBOX_URL; EditorUi.lastErrorMessage=null;EditorUi.ignoredAnonymizedChars="\n\t`~!@#$%^&*()_+{}|:\"<>?-=[];'./,\n\t";EditorUi.templateFile=TEMPLATE_PATH+"/index.xml";EditorUi.cacheUrl=window.REALTIME_URL;null==EditorUi.cacheUrl&&"undefined"!==typeof DrawioFile&&(DrawioFile.SYNC="none");Editor.cacheTimeout=1E4;EditorUi.enablePlantUml=EditorUi.enableLogging;EditorUi.isElectronApp=null!=window&&null!=window.process&&null!=window.process.versions&&null!=window.process.versions.electron;EditorUi.nativeFileSupport= !mxClient.IS_OP&&!EditorUi.isElectronApp&&"1"!=urlParams.extAuth&&"showSaveFilePicker"in window&&"showOpenFilePicker"in window;EditorUi.enableDrafts=!mxClient.IS_CHROMEAPP&&isLocalStorage&&"0"!=urlParams.drafts;EditorUi.scratchpadHelpLink="https://www.drawio.com/doc/faq/scratchpad";EditorUi.enableHtmlEditOption=!0;EditorUi.mermaidDiagramTypes="flowchart classDiagram sequenceDiagram stateDiagram mindmap graph erDiagram requirementDiagram journey gantt pie gitGraph".split(" ");EditorUi.defaultMermaidConfig= {theme:"neutral",arrowMarkerAbsolute:!1,flowchart:{htmlLabels:!1},sequence:{diagramMarginX:50,diagramMarginY:10,actorMargin:50,width:150,height:65,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,mirrorActors:!0,bottomMarginAdj:1,useMaxWidth:!0,rightAngles:!1,showSequenceNumbers:!1},gantt:{titleTopMargin:25,barHeight:20,barGap:4,topPadding:50,leftPadding:75,gridLineStartPadding:35,fontSize:11,fontFamily:'"Open-Sans", "sans-serif"',numberSectionStyles:4,axisFormat:"%Y-%m-%d"}};EditorUi.logError= diff --git a/src/main/webapp/mxgraph/mxClient.js b/src/main/webapp/mxgraph/mxClient.js index 5c5035cc3..fa7a69688 100644 --- a/src/main/webapp/mxgraph/mxClient.js +++ b/src/main/webapp/mxgraph/mxClient.js @@ -1,4 +1,4 @@ -var mxClient={VERSION:"22.1.0",IS_IE:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("MSIE"),IS_IE11:null!=navigator.userAgent&&!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:null!=navigator.userAgent&&!!navigator.userAgent.match(/Edge\//),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&0>navigator.userAgent.indexOf("Edge/"), +var mxClient={VERSION:"22.1.1",IS_IE:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("MSIE"),IS_IE11:null!=navigator.userAgent&&!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:null!=navigator.userAgent&&!!navigator.userAgent.match(/Edge\//),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:null!=navigator.userAgent&&0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&0>navigator.userAgent.indexOf("Edge/"), IS_OP:null!=navigator.userAgent&&(0<=navigator.userAgent.indexOf("Opera/")||0<=navigator.userAgent.indexOf("OPR/")),IS_OT:null!=navigator.userAgent&&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:/Apple Computer, Inc/.test(navigator.vendor), IS_ANDROID:0<=navigator.appVersion.indexOf("Android"),IS_IOS:/iP(hone|od|ad)/.test(navigator.platform)||navigator.userAgent.match(/Mac/)&&navigator.maxTouchPoints&&2navigator.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:"MICROSOFT INTERNET EXPLORER"!=navigator.appName.toUpperCase(),NO_FO:!document.createElementNS|| @@ -1420,13 +1420,12 @@ mxGraphHandler.prototype.addStates=function(a,b){var c=this.graph.view.getState( mxGraphHandler.prototype.snap=function(a){var b=this.scaleGrid?this.graph.view.scale:1;a.x=this.graph.snap(a.x/b)*b;a.y=this.graph.snap(a.y/b)*b;return a};mxGraphHandler.prototype.getDelta=function(a){a=mxUtils.convertPoint(this.graph.container,a.getX(),a.getY());return new mxPoint(a.x-this.first.x-this.graph.panDx,a.y-this.first.y-this.graph.panDy)};mxGraphHandler.prototype.updateHint=function(a){};mxGraphHandler.prototype.removeHint=function(){}; mxGraphHandler.prototype.roundLength=function(a){return Math.round(100*a)/100};mxGraphHandler.prototype.isValidDropTarget=function(a,b){return this.graph.model.getParent(this.cell)!=a}; mxGraphHandler.prototype.checkPreview=function(){this.livePreviewActive&&this.cloning?(this.resetLivePreview(),this.livePreviewActive=!1):this.maxLivePreview>=this.cellCount&&!this.livePreviewActive&&this.allowLivePreview?this.cloning&&this.livePreviewActive||(this.livePreviewUsed=this.livePreviewActive=!0):this.livePreviewUsed||null!=this.shape||(this.shape=this.createPreviewShape(this.bounds))}; -mxGraphHandler.prototype.mouseMove=function(a,b){a=this.graph;var c=a.tolerance;null==this.first&&this.delayedSelection&&null!=this.cell&&null!=this.mouseDownX&&null!=this.mouseDownY&&(Math.abs(this.mouseDownX-b.getX())>c||Math.abs(this.mouseDownY-b.getY())>c)&&(this.delayedSelection=!1,this.cellWasClicked=!0,this.graph.isCellSelected(this.cell)||mxEvent.isAltDown(b.getEvent())||(this.graph.isToggleEvent(b.getEvent())?a.addSelectionCell(this.cell):a.setSelectionCell(this.cell)),this.start(this.cell, -this.mouseDownX,this.mouseDownY,this.getCells(null,a.getSelectionCells().concat(b.getCell()))));var d=null!=this.first?this.getDelta(b):null;if(b.isConsumed()||!a.isMouseDown||null==this.cell||null==d||null==this.bounds||this.suspended)!this.isMoveEnabled()&&!this.isCloneEnabled()||!this.updateCursor||b.isConsumed()||null==b.getState()&&null==b.sourceState||a.isMouseDown||(d=a.getCursorForMouseEvent(b),null==d&&a.isEnabled()&&a.isCellMovable(b.getCell())&&(d=a.getModel().isEdge(b.getCell())?mxConstants.CURSOR_MOVABLE_EDGE: -mxConstants.CURSOR_MOVABLE_VERTEX),null!=d&&null!=b.sourceState&&b.sourceState.setCursor(d));else if(mxEvent.isMultiTouchEvent(b.getEvent()))this.reset();else{if(null!=this.shape||this.livePreviewActive||this.cloning||Math.abs(d.x)>c||Math.abs(d.y)>c){null==this.highlight&&(this.highlight=new mxCellHighlight(this.graph,mxConstants.DROP_TARGET_COLOR,3));c=a.isCloneEvent(b.getEvent())&&a.isCellsCloneable()&&this.isCloneEnabled();var e=a.isGridEnabledEvent(b.getEvent()),f=b.getCell();f=null!=f&&0>mxUtils.indexOf(this.cells, -f)?f:a.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(n,p,q){return 0<=mxUtils.indexOf(this.cells,n.cell)}));var g=!0,k=null;this.cloning=c;a.isDropEnabled()&&this.highlightEnabled&&(k=a.getDropTarget(this.cells,b.getEvent(),f,c));var l=a.getView().getState(k),m=!1;null!=l&&(c||this.isValidDropTarget(k,b))?(this.target!=k&&(this.target=k,this.setHighlightColor(mxConstants.DROP_TARGET_COLOR)),m=!0):(this.target=null,this.connectOnDrop&&null!=f&&1==this.cells.length&& -a.getModel().isVertex(f)&&a.isCellConnectable(f)&&(l=a.getView().getState(f),null!=l&&(f=null==a.getEdgeValidationError(null,this.cell,f)?mxConstants.VALID_COLOR:mxConstants.INVALID_CONNECT_TARGET_COLOR,this.setHighlightColor(f),m=!0)));null!=l&&m?this.highlight.highlight(l):this.highlight.hide();null!=this.guide&&this.useGuidesForEvent(b)?(d=this.guide.move(this.bounds,d,e,c),g=!1):d=a.snapDelta(d,this.bounds,!e,!1,!1);null!=this.guide&&g&&this.guide.hide();this.isConstrainedEvent(b)&&(Math.abs(d.x)> -Math.abs(d.y)?d.y=0:d.x=0);this.checkPreview();if(this.currentDx!=d.x||this.currentDy!=d.y)this.currentDx=d.x,this.currentDy=d.y,this.updatePreview()}this.updateHint(b);this.consumeMouseEvent(mxEvent.MOUSE_MOVE,b);mxEvent.consume(b.getEvent())}};mxGraphHandler.prototype.isConstrainedEvent=function(a){return(null==this.target||this.graph.isCloneEvent(a.getEvent()))&&this.graph.isConstrainedEvent(a.getEvent())}; -mxGraphHandler.prototype.updatePreview=function(a){this.livePreviewUsed&&!a?null!=this.cells&&(this.setHandlesVisibleForCells(this.graph.selectionCellsHandler.getHandledSelectionCells(),!1),this.updateLivePreview(this.currentDx,this.currentDy)):this.updatePreviewShape()}; +mxGraphHandler.prototype.mouseMove=function(a,b){a=this.graph;var c=a.tolerance;null==this.first&&this.delayedSelection&&null!=this.cell&&null!=this.mouseDownX&&null!=this.mouseDownY&&(Math.abs(this.mouseDownX-b.getX())>c||Math.abs(this.mouseDownY-b.getY())>c)&&(this.delayedSelection=!1,this.cellWasClicked=!0,mxEvent.isAltDown(b.getEvent())||a.addSelectionCell(this.cell),this.start(this.cell,this.mouseDownX,this.mouseDownY,a.getMovableCells(a.getSelectionCells())));var d=null!=this.first?this.getDelta(b): +null;if(b.isConsumed()||!a.isMouseDown||null==this.cell||null==d||null==this.bounds||this.suspended)!this.isMoveEnabled()&&!this.isCloneEnabled()||!this.updateCursor||b.isConsumed()||null==b.getState()&&null==b.sourceState||a.isMouseDown||(d=a.getCursorForMouseEvent(b),null==d&&a.isEnabled()&&a.isCellMovable(b.getCell())&&(d=a.getModel().isEdge(b.getCell())?mxConstants.CURSOR_MOVABLE_EDGE:mxConstants.CURSOR_MOVABLE_VERTEX),null!=d&&null!=b.sourceState&&b.sourceState.setCursor(d));else if(mxEvent.isMultiTouchEvent(b.getEvent()))this.reset(); +else{if(null!=this.shape||this.livePreviewActive||this.cloning||Math.abs(d.x)>c||Math.abs(d.y)>c){null==this.highlight&&(this.highlight=new mxCellHighlight(this.graph,mxConstants.DROP_TARGET_COLOR,3));c=a.isCloneEvent(b.getEvent())&&a.isCellsCloneable()&&this.isCloneEnabled();var e=a.isGridEnabledEvent(b.getEvent()),f=b.getCell();f=null!=f&&0>mxUtils.indexOf(this.cells,f)?f:a.getCellAt(b.getGraphX(),b.getGraphY(),null,null,null,mxUtils.bind(this,function(n,p,q){return 0<=mxUtils.indexOf(this.cells, +n.cell)}));var g=!0,k=null;this.cloning=c;a.isDropEnabled()&&this.highlightEnabled&&(k=a.getDropTarget(this.cells,b.getEvent(),f,c));var l=a.getView().getState(k),m=!1;null!=l&&(c||this.isValidDropTarget(k,b))?(this.target!=k&&(this.target=k,this.setHighlightColor(mxConstants.DROP_TARGET_COLOR)),m=!0):(this.target=null,this.connectOnDrop&&null!=f&&1==this.cells.length&&a.getModel().isVertex(f)&&a.isCellConnectable(f)&&(l=a.getView().getState(f),null!=l&&(f=null==a.getEdgeValidationError(null,this.cell, +f)?mxConstants.VALID_COLOR:mxConstants.INVALID_CONNECT_TARGET_COLOR,this.setHighlightColor(f),m=!0)));null!=l&&m?this.highlight.highlight(l):this.highlight.hide();null!=this.guide&&this.useGuidesForEvent(b)?(d=this.guide.move(this.bounds,d,e,c),g=!1):d=a.snapDelta(d,this.bounds,!e,!1,!1);null!=this.guide&&g&&this.guide.hide();this.isConstrainedEvent(b)&&(Math.abs(d.x)>Math.abs(d.y)?d.y=0:d.x=0);this.checkPreview();if(this.currentDx!=d.x||this.currentDy!=d.y)this.currentDx=d.x,this.currentDy=d.y,this.updatePreview()}this.updateHint(b); +this.consumeMouseEvent(mxEvent.MOUSE_MOVE,b);mxEvent.consume(b.getEvent())}};mxGraphHandler.prototype.isConstrainedEvent=function(a){return(null==this.target||this.graph.isCloneEvent(a.getEvent()))&&this.graph.isConstrainedEvent(a.getEvent())};mxGraphHandler.prototype.updatePreview=function(a){this.livePreviewUsed&&!a?null!=this.cells&&(this.setHandlesVisibleForCells(this.graph.selectionCellsHandler.getHandledSelectionCells(),!1),this.updateLivePreview(this.currentDx,this.currentDy)):this.updatePreviewShape()}; mxGraphHandler.prototype.updatePreviewShape=function(){null!=this.shape&&null!=this.pBounds&&(this.shape.bounds=new mxRectangle(Math.round(this.pBounds.x+this.currentDx),Math.round(this.pBounds.y+this.currentDy),this.pBounds.width,this.pBounds.height),this.shape.redraw())}; mxGraphHandler.prototype.updateLivePreview=function(a,b){if(!this.suspended){var c=[];null!=this.allCells&&this.allCells.visit(mxUtils.bind(this,function(n,p){n=this.graph.view.getState(p.cell);n!=p&&(p.destroy(),null!=n?this.allCells.put(p.cell,n):this.allCells.remove(p.cell),p=n);if(null!=p&&(n=p.clone(),c.push([p,n]),null!=p.shape&&(null==p.shape.originalPointerEvents&&(p.shape.originalPointerEvents=p.shape.pointerEvents),p.shape.pointerEvents=!1,null!=p.text&&(null==p.text.originalPointerEvents&& (p.text.originalPointerEvents=p.text.pointerEvents),p.text.pointerEvents=!1)),this.graph.model.isVertex(p.cell))){if(!this.cloning||this.graph.isCellCloneable(p.cell))p.x+=a,p.y+=b;this.cloning?null!=p.text&&(p.text.updateBoundingBox(),null!=p.text.boundingBox&&(p.text.boundingBox.x+=a,p.text.boundingBox.y+=b),null!=p.text.unrotatedBoundingBox&&(p.text.unrotatedBoundingBox.x+=a,p.text.unrotatedBoundingBox.y+=b)):(p.view.graph.cellRenderer.redraw(p,!0),p.view.invalidate(p.cell),p.invalid=!1,null!= diff --git a/src/main/webapp/resources/dia_it.txt b/src/main/webapp/resources/dia_it.txt index 5924fcc47..085eb4c0e 100644 --- a/src/main/webapp/resources/dia_it.txt +++ b/src/main/webapp/resources/dia_it.txt @@ -1027,7 +1027,7 @@ millimeters=Millimetri confEditDraftDelOrExt=Questo diagramma si trova in una pagina di bozza, viene eliminato dalla pagina o viene modificato esternamente. Sarà salvato come una nuova versione dell'allegato e potrebbe non essere riportato nella pagina. confDiagEditedExt=Il diagramma è modificato in un'altra sessione. Sarà salvato come una nuova versione dell'allegato, ma la pagina mostrerà le modifiche di altre sessioni. macroNotFound=Macro non trovata -confAInvalidPageIdsFormat=Formato file di ID page errato +confAInvalidPageIdsFormat=Formato file IDS di pagina errata confACollectingCurPages=Raccolta delle pagine attuali confABuildingPagesMap=Creazione della mappa delle pagine confAProcessDrawDiag=Iniziata l'elaborazione dei diagrammi importati di draw.io diff --git a/src/main/webapp/resources/dia_ro.txt b/src/main/webapp/resources/dia_ro.txt index 273bed9cc..7266eb51b 100644 --- a/src/main/webapp/resources/dia_ro.txt +++ b/src/main/webapp/resources/dia_ro.txt @@ -2,222 +2,222 @@ # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE about=Despre aboutDrawio=Despre draw.io -accessDenied=Acces interzis -accounts=Accounts -action=Action -actualSize=Dimensiunea reală +accessDenied=Acces refuzat +accounts=Conturi +action=Acțiune +actualSize=Dimensiune reală add=Adaugă -addAccount=Add account +addAccount=Adaugă cont addedFile=Adăugat {1} addImages=Adaugă imagini -addImageUrl=Adaugă imagine URL -addLayer=Adaugă layer +addImageUrl=Adaugă URL imagine +addLayer=Adaugă strat addProperty=Adaugă proprietate address=Adresă addToExistingDrawing=Adaugă la desenul existent -addToScratchpad=Add to Scratchpad +addToScratchpad=Adaugă la Scratchpad addWaypoint=Adaugă reper adjustTo=Ajustează la advanced=Avansat -smartTemplate=Smart Template +smartTemplate=Șablon inteligent align=Aliniază alignment=Aliniere allChangesLost=Toate modificările vor fi pierdute! allPages=Toate paginile allProjects=Toate proiectele allSpaces=Toate spațiile -allTags=Toate tag-urile -anchor=Ancora +allTags=Toate etichetele +anchor=Ancoră android=Android angle=Unghi arc=Arc -areYouSure=Eşti sigur? -ensureDataSaved=Asigură-te ca ai salvat datele înainte de a închide +areYouSure=Sigur? +ensureDataSaved=Asigură-te ca ai salvat datele înainte de a închide. allChangesSaved=Toate modificările au fost salvate allChangesSavedInDrive=Toate modificările au fost salvate in Drive -allowPopups=Permite pop-ups pentru a evita acest dialog -allowRelativeUrl=Allow relative URL +allowPopups=Permite pop-up-uri pentru a evita acest dialog. +allowRelativeUrl=Permite URL relativ alreadyConnected=Nodurile sunt deja conectate -appearance=Appearance +appearance=Aspect apply=Aplică archiMate21=ArchiMate 2.1 arrange=Aranjează arrow=Săgeată arrows=Săgeți asNew=Ca nou -atlas=Modern +atlas=Atlas author=Autor -authorizationRequired=Autorizarea necesară -authorizeThisAppIn=Autorizează această aplicaţie în {1}: +authorizationRequired=Autorizare necesară +authorizeThisAppIn=Autorizează această aplicație în {1}: authorize=Autorizează authorizing=Se autorizează automatic=Automat autosave=Salvare automată -autosize=Auto-dimensionare +autosize=Dimensiune automată attachments=Atașamente aws=AWS aws3d=AWS 3D azure=Azure -back=Back +back=Înapoi background=Fundal -backgroundColor=Culoare de fundal -backgroundImage=Imagine de fundal +backgroundColor=Culoare fundal +backgroundImage=Imagine fundal basic=De bază beta=beta -blankDrawing=Desen fără conţinut -blankDiagram=Diagramă fără conţinut +blankDrawing=Desen fără conținut +blankDiagram=Diagramă fără conținut block=Bloc blockquote=Citat blog=Blog -bold=Îngroșat +bold=Aldin bootstrap=Bootstrap -border=Border -borderColor=Culoarea marginilor -borderWidth=Grosimea marginilor -bottom=Bază -bottomAlign=Aliniere în partea de jos -bottomLeft=Aliniere în stânga -bottomRight=Aliniere în dreapta +border=Chenar +borderColor=Culoare chenar +borderWidth=Lățime chenar +bottom=Jos +bottomAlign=Aliniere jos +bottomLeft=Stânga jos +bottomRight=Dreapta jos bpmn=BPMN -bringForward=Bring Forward -browser=Browser +bringForward=Adu în față +browser=Navigator bulletedList=Listă marcaje -business=Business +business=Afaceri busy=Operațiune în progres cabinets=Cabinete -cancel=Anulare +cancel=Anulează center=Centrează -cannotLoad=Încercarea de încărcare a eşuat. Te rugăm să încerci din nou mai târziu. -cannotLogin=Încercarea de logare a eşuat.Te rugăm să încerci mai târziu. -cannotOpenFile=Fişierul nu se poate deschide +cannotLoad=Încercările de încărcare au eșuat. Te rugăm să încerci din nou mai târziu. +cannotLogin=Încercările de autentificare au eșuat. Te rugăm să încerci mai târziu. +cannotOpenFile=Fişierul nu s-a putut deschide change=Schimbă -changeOrientation=Schimbă orientarea -changeUser=Schimbă utilizatorul -changeStorage=Change storage +changeOrientation=Schimbă orientare +changeUser=Schimbă utilizator +changeStorage=Schimbă stocare changesNotSaved=Schimbările nu au fost salvate -classDiagram=Class Diagram +classDiagram=Diagramă clasă userJoined={1} s-a alăturat userLeft={1} a plecat -chatWindowTitle=Chat -chooseAnOption=Alege o opţiune -chromeApp=Aplicaţie Chrome -collaborativeEditingNotice=Important Notice for Collaborative Editing -compare=Compare +chatWindowTitle=Discuție +chooseAnOption=Alege o opțiune +chromeApp=Aplicație Chrome +collaborativeEditingNotice=Notă importantă pentru editarea în colaborare +compare=Compară compressed=Comprimat -commitMessage=Comite un mesaj -configLinkWarn=This link configures draw.io. Only click OK if you trust whoever gave you it! -configLinkConfirm=Click OK to configure and restart draw.io. +commitMessage=Comite mesaj +configLinkWarn=Această legătură configurează draw.io. Clic pe OK doar dacă ai încredere în cine ți-a dat-o! +configLinkConfirm=Clic pe OK pentru a configura și reporni draw.io. container=Container csv=CSV -dark=Dark -diagramLanguage=Diagram Language -diagramType=Diagram type -diagramXmlDesc=XML File -diagramHtmlDesc=HTML File -diagramPngDesc=Editable Bitmap Image -diagramSvgDesc=Editable Vector Image -didYouMeanToExportToPdf=Did you mean to export to PDF? -disabled=Disabled -draftFound=O schiță pentru '{1}' a fost găsită. Încarc-o în editor sau înlătureaz-o pentru a continua. -draftRevisionMismatch=There is a different version of this diagram on a shared draft of this page. Please edit the diagram from the draft to ensure you are working with the latest version. -selectDraft=Select a draft to continue editing: -dragAndDropNotSupported=„Drag and Drop” nu este suportat pentru imagini. Doriți să importați in schimb? +dark=Întunecat +diagramLanguage=Limbă diagramă +diagramType=Tip diagramă +diagramXmlDesc=Fișier XML +diagramHtmlDesc=Fișier HTML +diagramPngDesc=Imagine bitmap editabilă +diagramSvgDesc=Imagine vector editabilă +didYouMeanToExportToPdf=Ai vrut să exporți în PDF? +disabled=Dezactivat +draftFound=A fost găsită o schiță pentru „{1}”. Încarc-o în editor sau elimin-o pentru a continua. +draftRevisionMismatch=Există o versiune diferită a acestei diagrame pe o versiune nefinalizată a acestei pagini. Editează diagrama din schiță pentru a te asigura că lucrezi cu cea mai recentă versiune. +selectDraft=Selectează o schiță pentru a continua editarea: +dragAndDropNotSupported=Tragerea și plasarea nu este suportat pentru imagini. Vrei să imporți în schimb? dropboxCharsNotAllowed=Următoarele caractere nu sunt permise: \ / : ? * " | check=Verifică -checksum=Checksum +checksum=Sumă de control circle=Cerc cisco=Cisco classic=Clasic -clearDefaultStyle=Ştergere stil predeterminat -clearWaypoints=Ştergere repere -clipart=Clip Art +clearDefaultStyle=Șterge stil implicit +clearWaypoints=Șterge repere +clipart=Clipart close=Închide -closingFile=Closing file -realtimeCollaboration=Real-Time Collaboration -collaborate=Collaborate +closingFile=Închidere fișier +realtimeCollaboration=Colaborare în timp real +collaborate=Colaborează collaborator=Colaborator collaborators=Colaboratori -collapse=Micșorează -collapseExpand=Micșorează/Extinde -collapse-expand=Apasă pentru a micşora/extinde\nShift-apasă pentru a muta vecinii \nAlt-apasă pentru a păstra mărimea grupului -collapsible=Reductibil +collapse=Restrânge +collapseExpand=Restrânge/extinde +collapse-expand=Clic pentru a restrânge/extinde\nShift-clic pentru a muta vecinii \nAlt-clic pentru a proteja dimensiunea grupului +collapsible=Pliabil comic=Comic comment=Comentariu -commentsNotes=Comentarii/Note -compress=Compress -configuration=Configuration +commentsNotes=Comentarii/note +compress=Comprimă +configuration=Configurează connect=Conectare -connecting=În curs de conectare -connectWithDrive=Conectare prin Google Drive +connecting=Se conectează +connectWithDrive=Conectare cu Google Drive connection=Conexiune connectionArrows=Săgeți de conexiune connectionPoints=Puncte de conexiune -constrainProportions=Reducere dimensiuni +constrainProportions=Constrânge proporții containsValidationErrors=Conține erori de validare -copiedToClipboard=Copiat în clipboard. -copy=Copiere -copyConnect=Copiere la conectare -copyCreated=A copy of the file was created. -copyData=Copy Data -copyOf=Copie a {1} +copiedToClipboard=Copiat în clipboard +copy=Copiază +copyConnect=Copiază la conectare +copyCreated=A fost creată o copie a fișierului. +copyData=Copiază date +copyOf=Copie pentru {1} copyOfDrawing=Copia desenului -copySize=Copy Size -copyStyle=Stil copiere -create=Creare -createBlankDiagram=Create Blank Diagram -createNewDiagram=Creare diagramă nouă -createRevision=Creare revizie -createShape=Creare formă -crop=Redimensionare +copySize=Copiază dimensiune +copyStyle=Copiază stil +create=Creează +createBlankDiagram=Creează diagramă goală +createNewDiagram=Creează diagramă nouă +createRevision=Creează revizie +createShape=Creează formă +crop=Decupează curved=Curbat custom=Personalizat -current=Actual(ă) -currentPage=Current page -cut=Tăiere -dashed=Linie Punctată +current=Curent +currentPage=Pagină curentă +cut=Taie +dashed=Întreruptă decideLater=Decide mai târziu -default=Predeterminat -delete=Ștergere -deleteColumn=Ştergere coloană -deleteLibrary401=Permisiuni insuficiente pentru a șterge această librărie. -deleteLibrary404=Librăria selectată nu a putut fi găsită. -deleteLibrary500=Eroare la ștergerea librăriei. -deleteLibraryConfirm=Sunteți aproape de a șterge această librărie. Sunteți sigur că vreți să faceți asta? -deleteRow=Ştergere rând +default=Implicit +delete=Șterge +deleteColumn=Șterge coloană +deleteLibrary401=Permisiuni insuficiente pentru a șterge această bibliotecă. +deleteLibrary404=Biblioteca selectată nu a putut fi găsită +deleteLibrary500=Eroare la ștergerea bibliotecii. +deleteLibraryConfirm=Ești pe cale să ștergi definitiv această bibliotecă. Sigur vrei să faci asta? +deleteRow=Șterge rând description=Descriere -describeYourDiagram=Describe your diagram +describeYourDiagram=Descrie-ți diagrama device=Dispozitiv diagram=Diagramă -diagramContent=Conținutul diagramei -diagramLocked=Diagrama a fost blocată pentru a preveni alte pierderi de date. -diagramLockedBySince=The diagram is locked by {1} since {2} ago -diagramName=Denumire diagramă +diagramContent=Conținut diagramă +diagramLocked=Diagrama a fost blocată pentru a preveni pierderea ulterioară a datelor. +diagramLockedBySince=Diagrama este blocată de {1} începând cu {2} în urmă +diagramName=Nume diagramă diagramIsPublic=Diagrama este publică diagramIsNotPublic=Diagrama nu este publică diamond=Romb diamondThin=Romb (subțire) didYouKnow=Știai că... direction=Direcție -discard=Înlăturează -discardChangesAndReconnect=Anulează schimbările şi reconectează-te -googleDriveMissingClickHere=Lipseşte Google Drive? -discardChanges=Anulează schimbările. +discard=Respinge +discardChangesAndReconnect=Renunță la modificări și reconectează-te +googleDriveMissingClickHere=Lipsește Google Drive? Clic aici! +discardChanges=Renunță la modificări. disconnected=Deconectat distribute=Distribuie -done=Finalizat -doNotShowAgain=Do not show again +done=Gata +doNotShowAgain=Nu afișa din nou dotted=Punctat -doubleClickOrientation=Dublu-click pentru a modifica orientarea -doubleClickTooltip=Dublu-click pentru a insera textul +doubleClickOrientation=Dublu clic pentru a modifica orientarea +doubleClickTooltip=Dublu clic pentru a insera text doubleClickChangeProperty=Dublu-click pentru a redenumi proprietatea download=Descarcă -downloadDesktop=Get Desktop -downloadAs=Descarcă ca şi -clickHereToSave=Apasă aici pentru a salva. -dpi=DPI -draftDiscarded=Schiță inlăturată. -draftSaved=Schiță salvată. -dragElementsHere=Trage elementele aici. +downloadDesktop=Ia pentru desktop +downloadAs=Descarcă ca +clickHereToSave=Clic aici pentru a salva. +dpi=PPI +draftDiscarded=Schiță înlăturată +draftSaved=Schiță salvată +dragElementsHere=Trage elemente aici. dragImagesHere=Trage imagini sau URL-uri aici dragUrlsHere=Trage URL-uri aici draw.io=draw.io @@ -226,40 +226,40 @@ drawingEmpty=Desenul este gol drawingTooLarge=Desenul este prea mare drawioForWork=Draw.io pentru GSuite dropbox=Dropbox -duplicate=Duplicare +duplicate=Duplică duplicateIt=Duplicare {1} -divider=Separare +divider=Separator dx=Dx dy=Dy east=Est -edit=Editare +edit=Editează editData=Editează date -editDiagram=Editează diagrama -editGeometry=Editează geometria -editImage=Editează imaginea -editImageUrl=Editează URL-ul imaginii. -editLink=Editează link -editShape=Editează forma -editStyle=Editează stilul -editText=Editează textul -editTooltip=Editează tooltip-ul +editDiagram=Editează diagramă +editGeometry=Editează geometrie +editImage=Editează imagine +editImageUrl=Editează URL imagine +editLink=Editează legătură +editShape=Editează formă +editStyle=Editează stil +editText=Editează text +editTooltip=Editează text explicativ glass=Sticlă -googleImages=Google Imagini +googleImages=Imagini Google imageSearch=Căutare imagini eip=EIP embed=Încorporează -embedFonts=Embed Fonts -embedImages=Incorporează imagini -mainEmbedNotice=Lipeşte aceasta pe pagină +embedFonts=Fonturi încorporate +embedImages=Încorporează imagini +mainEmbedNotice=Lipește asta în aceasta pagină electrical=Electric -ellipse=Ellipse -embedNotice=Adaugă aceasta o singură dată la finalul paginii -enterGroup=Introducere grup -enterName=Adaugă nume -enterPropertyName=Adaugă nume proprietate -enterValue=Introducere valoare -entityRelation=Relația între entități -entityRelationshipDiagram=Entity Relationship Diagram +ellipse=Elipsă +embedNotice=Lipește asta o singură dată la finalul paginii +enterGroup=Introdu grup +enterName=Introdu nume +enterPropertyName=Introdu nume proprietate +enterValue=Introdu valoare +entityRelation=Relație entitate +entityRelationshipDiagram=Diagramă relație entitate error=Eroare errorDeletingFile=Eroare la ștergerea fișierului errorLoadingFile=Eroare la încărcarea fișierului @@ -270,74 +270,74 @@ errorSavingDraft=Eroare la salvarea schiței errorSavingFile=Eroare la salvarea fișierului errorSavingFileUnknown=Eroare la autorizarea cu serverele Google. Te rugăm să reactualizezi pagina pentru a încerca din nou. errorSavingFileForbidden=Eroare la salvarea fișierului. Drepturi de acces insuficiente. -errorSavingFileNameConflict=Diagrama nu a putut fi salvată. Pagina curentă deja conține un fișier numit '{1}'. -errorSavingFileNotFound=Eroare la salvarea fișierului. Fişierul nu a fost găsit. -errorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active. -errorSavingFileSessionTimeout=Sesiunea dumneavoastră a expirat. Va rugăm să {2} si să reveniți la această pagină pentru a încerca să salvați din nou. -errorSendingFeedback=Eroare la trimitere feedback. -errorUpdatingPreview=Eroare la actualizarea exemplului. -exit=Ieşire -exitGroup=Părăsire grup +errorSavingFileNameConflict=Diagrama nu a putut fi salvată. Pagina curentă deja conține un fișier numit „{1}”. +errorSavingFileNotFound=Eroare la salvarea fișierului. Fișierul nu a fost găsit. +errorSavingFileReadOnlyMode=Diagrama nu a putut fi salvată în timp ce modul doar în citire este activ. +errorSavingFileSessionTimeout=Sesiunea ta a expirat. Te rugăm să {2} si să revii la această filă pentru a încerca să salvezi din nou. +errorSendingFeedback=Eroare la trimitera impresiilor. +errorUpdatingPreview=Eroare la actualizarea previzualizării. +exit=Ieși +exitGroup=Ieși din grup expand=Extinde -export=Exportează -exporting=Se exportează -exportAs=Exportează ca +export=Exportă +exporting=Se exportă +exportAs=Exportă ca exportOptionsDisabled=Opțiunile de export au fost dezactivate -exportOptionsDisabledDetails=Deținătorul a dezactivat posibilitațile de download, imprimare sau copiere pentru comentatorii și vizualizatorii acestei pagini. -externalChanges=External Changes +exportOptionsDisabledDetails=Proprietarul a dezactivat opțiunile de descărcare, imprimare sau copiere pentru comentatorii și spectatorii acestui fișier. +externalChanges=Modificări externe extras=Extra facebook=Facebook failedToSaveTryReconnect=Salvare eșuată, se încearcă reconectarea featureRequest=Solicitare caracteristici -feedback=Feedback -feedbackSent=Feedback trimis cu succes. -floorplans=Planuri +feedback=Impresii +feedbackSent=Impresii trimise cu succes. +floorplans=Planuri de nivel file=Fișier -fileChangedOverwriteDialog=Fișierul a fost modificat. Suprascrieți modificările? -fileChangedSyncDialog=The file has been modified. -fileChangedSync=The file has been modified. Click here to synchronize. -overwrite=Suprascrieți. -synchronize=Synchronize +fileChangedOverwriteDialog=Fișierul a fost modificat. Vrei să salvezi și să suprascrii acele modificări? +fileChangedSyncDialog=Fișierul a fost modificat. +fileChangedSync=Fișierul a fost modificat. Clic aici pentru a sincroniza. +overwrite=Suprascrie +synchronize=Sincronizează filename=Nume fișier fileExists=Fișierul există deja -fileMovedToTrash=File was moved to trash -fileNearlyFullSeeFaq=Fișierul este aproape plin, vedeți FAQ +fileMovedToTrash=Fișierul a fost mutat în coș +fileNearlyFullSeeFaq=Fișierul este aproape plin, consultă întrebările frecvente fileNotFound=Fișierul nu a fost găsit -repositoryNotFound=Repository not found -fileNotFoundOrDenied=Fișierul nu a fost găsit. Nu există sau nu ai permisiunea de a-l accesa. +repositoryNotFound=Depozitarul nu există +fileNotFoundOrDenied=Fișierul nu a fost găsit. Nu există sau nu ai acces. fileNotLoaded=Fișierul nu s-a încărcat fileNotSaved=Fișierul nu a fost salvat -fileOpenLocation=În ce format doreşti să deschizi aceste fişiere? -filetypeHtml=.html causes file to save as HTML with redirect to cloud URL -filetypePng=.png causes file to save as PNG with embedded data -filetypeSvg=.svg causes file to save as SVG with embedded data -fileWillBeSavedInAppFolder={1} va fi salvat  în dosarul aplicaţiei. -fill=Umplere -fillColor=Culoarea de umplere -filterCards=Filter Cards +fileOpenLocation=Cum preferi să deschizi aceste fișiere? +filetypeHtml=.html determină salvarea fișierului ca HTML cu redirecționare către URL-ul cloud +filetypePng=.png determină salvarea fișierului ca PNG cu date încorporate +filetypeSvg=.png determină salvarea fișierului ca SVG cu date încorporate +fileWillBeSavedInAppFolder={1} va fi salvat  în dosarul aplicației. +fill=Umple +fillColor=Culoarea umplere +filterCards=Carduri de filtrare find=Găsește -fit=Potrivește dimensiunea -fitContainer=Redimensionează recipientul. -fitIntoContainer=Potrivește în interiorul recipientului. -fitPage=Potrivește cu dimensiunea paginii +fit=Potrivește +fitContainer=Redimensionează container +fitIntoContainer=Potrivește în container +fitPage=Potrivește pagină fitPageWidth=Potrivește cu lățimea paginii -fitTo=Ajustează după -fitToSheetsAcross=pagini una lângă alta +fitTo=Potrivește după +fitToSheetsAcross=foaie peste tot fitToBy=lângă -fitToSheetsDown=pagini una sub alta +fitToSheetsDown=foaie în jos fitTwoPages=Două pagini -fitWindow=Potrivește dimensiunea cu cea a ferestrei -flip=Rotire -flipH=Rotire pe orizontală -flipV=Rotire pe verticală -flowchart=Scheme bloc -folder=Folder +fitWindow=Potrivește ferestră +flip=Întoarce +flipH=Întoarce pe orizontală +flipV=Întoarce pe verticală +flowchart=Diagramă +folder=Dosar font=Font -fontColor=Culoarea fontului -fontFamily=Familia de fonturi -fontSize=Dimensiunea fontului -forbidden=Nu ai permisiunea de a accesa acest fişier -format=Formatare +fontColor=Culoare font +fontFamily=Familie fonturi +fontSize=Dimensiune font +forbidden=Nu ai permisiunea de a accesa acest fișier +format=Formatează formatPanel=Panou de formatare formatted=Formatat formattedText=Text formatat @@ -354,18 +354,18 @@ formatVssx=VSSX formatWebp=WebP formatXmlPlain=XML (Simplu) formatXml=XML -forum=Forumuri de Discuții/Ajutor -freehand=Freehand -fromTemplate=Din template -fromTemplateUrl=Din URL template +forum=Forum de discuții/ajutor +freehand=Mână liberă +fromTemplate=Din șablon +fromTemplateUrl=Din URL șablon fromText=Din text fromUrl=Din URL fromThisPage=Din această pagină -fullscreen=Ecran întreg -gap=Gap +fullscreen=Ecran complet +gap=Decalaj gcp=GCP general=General -getNotionChromeExtension=Get the Notion Chrome Extension +getNotionChromeExtension=Obține extensia Notion Chrome github=GitHub gitlab=GitLab gliffy=Gliffy @@ -373,16 +373,16 @@ global=Global googleDocs=Google Docs googleDrive=Google Drive googleGadget=Google Gadget -googleSharingNotAvailable=Sharing is only available via Google Drive. Please click Open below and share from the more actions menu: +googleSharingNotAvailable=Partajarea este disponibilă numai prin Google Drive. Clic pe Deschide mai jos și distribuie din meniul cu mai multe acțiuni: googleSlides=Google Slides googleSites=Google Sites googleSheets=Google Sheets gradient=Gradient gradientColor=Culoare grid=Grilă -gridColor=Culoarea grilei +gridColor=Culoare grilă gridSize=Dimensiune grilă -group=Grupare +group=Grupează guides=Ghiduri hateApp=Urăsc draw.io heading=Titlu @@ -394,9 +394,9 @@ hideIt=Ascunde {1} hidden=Ascuns home=Acasă horizontal=Orizontal -horizontalFlow=Curgere Orizontală +horizontalFlow=Curgere orizontală horizontalTree=Arbore orizontal -howTranslate=Cât de bună este traducerea în limba dumneavoastră? +howTranslate=Cât de bună este traducerea în limba ta? html=HTML htmlText=Text HTML id=ID diff --git a/src/main/webapp/resources/dia_zh.txt b/src/main/webapp/resources/dia_zh.txt index 21fd3ef15..74d750b62 100644 --- a/src/main/webapp/resources/dia_zh.txt +++ b/src/main/webapp/resources/dia_zh.txt @@ -959,21 +959,21 @@ addLib=Add Library customTempInst1=Custom templates are draw.io diagrams saved in children pages of customTempInst2=如需更多信息,请参考 tempsPage=模板页面 -pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs. +pageIdsExpInst1=选择导出目标,然后点击"开始导出"按钮以导出所有的页面 ID。 pageIdsExpInst2=Please note that the export procedure will take some time and the browser window must remain open until the export is completed. startExp=开始导出 -refreshDrawIndex=Refresh draw.io Diagrams Index -reindexInst1=Click the "Start Indexing" button to refresh draw.io diagrams index. -reindexInst2=Please note that the indexing procedure will take some time and the browser window must remain open until the indexing is completed. -startIndexing=Start Indexing -confAPageFoundFetch=Page "{1}" found. Fetching +refreshDrawIndex=刷新 draw.io 绘图索引 +reindexInst1=点击"开始索引"按钮来刷新 draw.io 绘图索引。 +reindexInst2=请注意,编制索引需要一些时间,在索引编制完成之前,浏览器窗口必须保持打开状态。 +startIndexing=开始索引 +confAPageFoundFetch=找到页面 "{1}",获取中 confAAllDiagDone=All {1} diagrams processed. Process finished. -confAStartedProcessing=Started processing page "{1}" +confAStartedProcessing=开始处理页面 "{1}" confAAllDiagInPageDone=All {1} diagrams in page "{2}" processed successfully. confAPartialDiagDone={1} out of {2} {3} diagrams in page "{4}" processed successfully. -confAUpdatePageFailed=Updating page "{1}" failed. +confAUpdatePageFailed=更新页面 "{1}" 失败。 confANoDiagFoundInPage=No {1} diagrams found in page "{2}". -confAFetchPageFailed=Fetching the page failed. +confAFetchPageFailed=获取页面失败。 confANoDiagFound=No {1} diagrams found. Process finished. confASearchFailed=Searching for {1} diagrams failed. Please try again later. confAGliffyDiagFound={2} diagram "{1}" found. Importing @@ -989,7 +989,7 @@ confADelDiagLnkFailed=Deleting diagram link of "{1}" failed. confAUnexpErrProcessPage=Unexpected error during processing the page with id: {1} confADiagFoundIndex=Diagram "{1}" found. Indexing confADiagIndexSucc=Diagram "{1}" indexed successfully. -confAIndexDiagFailed=Indexing diagram "{1}" failed. +confAIndexDiagFailed=索引绘图 "{1}" 失败。 confASkipDiagOtherPage=Skipped "{1}" as it belongs to another page! confADiagUptoDate=绘图 "{1}" 已是最新。 confACheckPagesWDraw=正在检查包含 draw.io 绘图的页面。 @@ -1030,9 +1030,9 @@ macroNotFound=找不到宏 confAInvalidPageIdsFormat=Incorrect Page IDs file format confACollectingCurPages=Collecting current pages confABuildingPagesMap=Building pages mapping -confAProcessDrawDiag=Started processing imported draw.io diagrams -confAProcessDrawDiagDone=Finished processing imported draw.io diagrams -confAProcessImpPages=Started processing imported pages +confAProcessDrawDiag=开始处理导入的 draw.io 绘图 +confAProcessDrawDiagDone=处理导入的 draw.io 绘图已完成 +confAProcessImpPages=开始处理导入的页面 confAErrPrcsDiagInPage=Error processing draw.io diagrams in page "{1}" confAPrcsDiagInPage=Processing draw.io diagrams in page "{1}" confAImpDiagram=正在导入绘图 "{1}" @@ -1044,20 +1044,20 @@ confANoLnksInDrgm=No links to update in: {1} confAUpdateLnkToPg=Updated link to page: "{1}" in diagram: "{2}" confAUpdateLBLnkToPg=Updated lightbox link to page: "{1}" in diagram: "{2}" confAUpdateLnkBase=Updated base URL from: "{1}" to: "{2}" in diagram: "{3}" -confAPageIdsImpDone=Page IDs Import finished -confAPrcsMacrosInPage=Processing draw.io macros in page "{1}" +confAPageIdsImpDone=已导入页面 ID +confAPrcsMacrosInPage=正在处理页面 "{1}" 的宏 confAErrFetchPage=Error fetching page "{1}" confAFixingMacro=Fixing macro of diagram "{1}" -confAErrReadingExpFile=Error reading export file +confAErrReadingExpFile=读取导出的文件时发生错误 confAPrcsDiagInPageDone=Processing draw.io diagrams in page "{1}" finished -confAFixingMacroSkipped=Fixing macro of diagram "{1}" failed. Cannot find its new page ID. Maybe it points to a page that is not imported. -pageIdsExpTrg=Export target +confAFixingMacroSkipped=无法修复图表 "{1}" 的宏。无法找到其新的页面 ID。也许它指向的页面没有被导入。 +pageIdsExpTrg=导出目标 confALucidDiagImgImported={2} diagram "{1}" image extracted successfully confASavingLucidDiagImgFailed=Extracting {2} diagram "{1}" image failed confGetInfoFailed=Fetching file info from {1} failed. confCheckCacheFailed=Cannot get cached file info. confReadFileErr=Cannot read "{1}" file from {2}. -confSaveCacheFailed=Unexpected error. Cannot save cached file +confSaveCacheFailed=意外错误。无法保存缓存文件。 orgChartType=组织结构图类型 linear=线性 hanger2=Hanger 2 @@ -1091,7 +1091,7 @@ diagNameEmptyErr=绘图名称不能为空 openDiagram=打开绘图 newDiagram=新绘图 editable=可编辑 -confAReimportStarted=Re-import {1} diagrams started... +confAReimportStarted=开始 {1} 绘图的重新导入... spaceFilter=Filter by spaces curViewState=查看器当前状态 pageLayers=页面和图层 @@ -1123,18 +1123,18 @@ errShowingDiag=意外的错误。无法显示绘图。 noRecentDiags=没有最近的绘图 fetchingRecentFailed=无法获取最近的绘图 useSrch2FindDiags=使用搜索框查找 draw.io 绘图 -cantReadChckPerms=Cannot read the specified diagram. Please check you have read permission on that file. -cantFetchChckPerms=Cannot fetch diagram info. Please check you have read permission on that file. -searchFailed=Searching failed. Please try again later. -plsTypeStr=Please type a search string. +cantReadChckPerms=无法读取绘图。请检查您具备此文件的读取权限。 +cantFetchChckPerms=无法获取绘图信息。请检查您具备此文件的读取权限。 +searchFailed=搜索失败。请稍后再试。 +plsTypeStr=请输入文本以搜索。 unsupportedFileChckUrl=不支持的文件。请检查指定URL diagNotFoundChckUrl=绘图不存在或无法访问。请检查指定URL csvNotFoundChckUrl=CSV 文件不存在或无法访问。请检查指定URL cantReadUpload=无法读取上传的绘图 select=选择 errCantGetIdType=Unexpected Error: Cannot get content id or type. -errGAuthWinBlocked=Error: Google Authentication window blocked -authDrawAccess=Authorize draw.io to access {1} +errGAuthWinBlocked=错误:Google Authentication 窗口被阻止 +authDrawAccess=授权 draw.io 访问 {1} 数据 connTimeout=连接超时 errAuthSrvc=无法与 {1} 认证 plsSelectFile=请选择文件 @@ -1155,10 +1155,10 @@ loadAttFailed=无法加载附件 "{1}" embedDrawDiag=嵌入 draw.io 绘图 addDiagram=添加绘图 embedDiagram=嵌入绘图 -editOwningPg=Edit owning page +editOwningPg=编辑拥有的页面 deepIndexing=Deep Indexing (Index diagrams that aren't used in any page also) -confADeepIndexStarted=Deep Indexing Started -confADeepIndexDone=Deep Indexing Done +confADeepIndexStarted=已启动深度索引 +confADeepIndexDone=深度索引已完成 officeNoDiagramsSelected=No diagrams found in the selection officeNoDiagramsInDoc=No diagrams found in the document officeNotSupported=This feature is not supported in this host application @@ -1237,26 +1237,26 @@ confAHugeInstancesDesc=If this instance includes 100,000+ pages, it is faster to choosePageIDsFile=Choose current page IDs csv file chooseDrawioPsgesFile=Choose pages with draw.io diagrams csv file private=Private -diagramTooLarge=The diagram is too large, please reduce its size and try again. -selectAdminUsers=Select Admin Users +diagramTooLarge=绘图过大,请减小其尺寸后再试一次。 +selectAdminUsers=选择管理用户 xyzTeam={1} Team -addTeamTitle=Adding a new draw.io Team +addTeamTitle=新建一个 draw.io 团队 addTeamInst1=To create a new draw.io Team, you need to create a new Atlassian group with "drawio-" prefix (e.g, a group named "drawio-marketing"). addTeamInst2=Then, configure which team member can edit/add configuration, templates, and libraries from this page. -drawioTeams=draw.io Teams -members=Members -adminEditors=Admins/Editors +drawioTeams=draw.io 团队 +members=队员 +adminEditors=管理员/编辑人员 allowAll=Allow all -noTeams=No teams found -errorLoadingTeams=Error Loading Teams -noTeamMembers=No team members found -errLoadTMembers=Error loading team members +noTeams=找不到团队 +errorLoadingTeams=加载团队错误 +noTeamMembers=找不到队员 +errLoadTMembers=加载队员错误 errCreateTeamPage=Error creating team "{1}" page in "draw.io Configuration" space, please check you have the required permissions. gotoConfigPage=Please create the space from draw.io "Configuration" page. noAdminsSelected=No admins/editors selected errCreateConfigFile=Error creating "configuration.json" file, please check you have the required permissions. errSetPageRestr=Error setting page restrictions -notAdmin4Team=You are not an admin for this team +notAdmin4Team=你不是此团队的管理员 configUpdated=Configuration updated, restart the editor if you want to work with last configuration. outOfDateRevisionAlert=You are editing a historical revision of the diagram, please review the revision and open it to replace the latest version. Or close and overwrite/merge later. confAErrFaqs=There are {1} error(s), the following instructions may help fixing most of the cases. (Please download the log for future references) diff --git a/src/main/webapp/service-worker.js b/src/main/webapp/service-worker.js index 5114ee457..1f3b4bcba 100644 --- a/src/main/webapp/service-worker.js +++ b/src/main/webapp/service-worker.js @@ -1,2 +1,2 @@ -if(!self.define){const e=e=>{"require"!==e&&(e+=".js");let r=Promise.resolve();return i[e]||(r=new Promise((async r=>{if("document"in self){const i=document.createElement("script");i.src=e,document.head.appendChild(i),i.onload=r}else importScripts(e),r()}))),r.then((()=>{if(!i[e])throw new Error(`Module ${e} didn’t register its module`);return i[e]}))},r=(r,i)=>{Promise.all(r.map(e)).then((e=>i(1===e.length?e[0]:e)))},i={require:Promise.resolve(r)};self.define=(r,a,c)=>{i[r]||(i[r]=Promise.resolve().then((()=>{let i={};const s={uri:location.origin+r.slice(1)};return Promise.all(a.map((r=>{switch(r){case"exports":return i;case"module":return s;default:return e(r)}}))).then((e=>{const r=c(...e);return i.default||(i.default=r),i}))})))}}define("./service-worker.js",["./workbox-99ba3a23"],(function(e){"use strict";self.addEventListener("message",(e=>{e.data&&"SKIP_WAITING"===e.data.type&&self.skipWaiting()})),e.precacheAndRoute([{url:"js/extensions.min.js",revision:"3aca39653b85adf6b89ee4576e212b88"},{url:"js/orgchart.min.js",revision:"619d8c4dab47b81868916df31f55478b"},{url:"js/stencils.min.js",revision:"ba7d027a0d5a44a32735a9bd234b26cf"},{url:"js/shapes-14-6-5.min.js",revision:"ca002ca2bf054f80695d98661a4998c6"},{url:"js/math-print.js",revision:"cf64f6a493a8cb5079f2b70813e478d7"},{url:"index.html",revision:"b1216d112fc58d95498162c738503924"},{url:"open.html",revision:"d71816b3b00e769fc6019fcdd6921662"},{url:"styles/fonts/ArchitectsDaughter-Regular.ttf",revision:"31c2153c0530e32553b31a49b3d70736"},{url:"styles/grapheditor.css",revision:"8a424e2b7d6054e0fe5657ebf7338948"},{url:"styles/atlas.css",revision:"d627cfef208f13a9cff1670f143c6348"},{url:"styles/dark.css",revision:"fd2878ff29a6b68cb8dbfab17e32d649"},{url:"js/dropbox/Dropbox-sdk.min.js",revision:"4b9842892aa37b156db0a8364b7a83b0"},{url:"js/onedrive/OneDrive.js",revision:"505e8280346666f7ee801bc59521fa67"},{url:"js/viewer-static.min.js",revision:"dd0045d7131fbbc2ff67a183f92277aa"},{url:"connect/jira/editor-1-3-3.html",revision:"a583c5c1dac9945f6f4087c880e26854"},{url:"connect/jira/viewerPanel-1-3-12.html",revision:"801fc4ef821f5a3986902998da85b53a"},{url:"connect/jira/fullScreenViewer-1-3-3.html",revision:"b20590b5ba995880eb6778e092a3fd50"},{url:"connect/jira/viewerPanel.js",revision:"b70ea4d572fe9d07867d955c408f5c27"},{url:"connect/jira/spinner.gif",revision:"7d857ab9d86123e93d74d48e958fe743"},{url:"connect/jira/editor.js",revision:"a109a49b6c8f23095fbc1a2a88912d3b"},{url:"connect/jira/fullscreen-viewer-init.js",revision:"94804f65483a6e7eb51dee97d0ae9d88"},{url:"connect/jira/fullscreen-viewer.js",revision:"8eceb2fe587296dd11f9c8f6eae34c20"},{url:"plugins/connectJira.js",revision:"4cefa13414e0d406550f3c073923080c"},{url:"plugins/cConf-comments.js",revision:"ee6764429bf47a8545aa1cedacee718e"},{url:"plugins/cConf-1-4-8.js",revision:"37a91b273d37d153949396832a6ef1c1"},{url:"connect/confluence/connectUtils-1-4-8.js",revision:"6ccd246d718a73c1a18e78d0d6076731"},{url:"connect/new_common/cac.js",revision:"cf63bf9103bafb9f34cf3ff624b918e8"},{url:"connect/gdrive_common/gac.js",revision:"78f85e79f15f56b8b8d83c90f4a15679"},{url:"connect/onedrive_common/ac.js",revision:"d10d4603e86da7c9af277dac832e8e06"},{url:"connect/confluence/viewer-init.js",revision:"84b1f6758f3c1a723b019c58af377027"},{url:"connect/confluence/viewer.js",revision:"c3a3cdcf9ba2bfc20f4a3afc542bf9b4"},{url:"connect/confluence/viewer-1-4-42.html",revision:"4a9a11f6de154cbd7a2df9e45790daf1"},{url:"connect/confluence/macroEditor-1-4-8.html",revision:"b2908e71f755a069fe6487e1e705736c"},{url:"connect/confluence/includeDiagram-1-4-8.js",revision:"90d1612e10c3ed94f3b355fbaf262a95"},{url:"connect/confluence/includeDiagram.html",revision:"4df629a5bfba840368ab8185ce27f439"},{url:"connect/confluence/macro-editor.js",revision:"c61c13a045c76a3fbb0c3ace53208657"},{url:"math/es5/startup.js",revision:"dc7130cdc866593293dbb5dde11ceb40"},{url:"math/es5/core.js",revision:"f71bc0bfb7d2ac8261747f97a5d47dd4"},{url:"math/es5/ui/safe.js",revision:"8c1fcfee7c879588ad409edcdd9cce53"},{url:"math/es5/output/svg.js",revision:"4f55967d16197ebb01b86356d8ab179a"},{url:"math/es5/input/tex.js",revision:"5c4f470da2ccb1acf85041fcecd6fff6"},{url:"math/es5/input/asciimath.js",revision:"c2d4076dd8e26d509bfe3a378e71cfa7"},{url:"math/es5/output/svg/fonts/tex.js",revision:"6eab785a3788ea805bd2b552d1f0aab8"},{url:"resources/dia.txt",revision:"e985d7b175fac93d48a14b9d109ae679"},{url:"resources/dia_am.txt",revision:"1153c43b9bb7cabc3b3382b298bf27b3"},{url:"resources/dia_ar.txt",revision:"ce2a1a5aed8a27a232184c0c514352fc"},{url:"resources/dia_bg.txt",revision:"6471bdada621bbd36a09ffec2d2b35c0"},{url:"resources/dia_bn.txt",revision:"cd73b465c041354165bb269ddeaac2dc"},{url:"resources/dia_bs.txt",revision:"06af4af5361dfce3a4330aad13a69bad"},{url:"resources/dia_ca.txt",revision:"9bbf523d1ff2f067d6c816cc20031245"},{url:"resources/dia_cs.txt",revision:"a6419fed1485078cb7dd72dade3ba8fb"},{url:"resources/dia_da.txt",revision:"18798b233a053eadc5b6280296e000b4"},{url:"resources/dia_de.txt",revision:"b0191a3e94fb9f0188a7ae8096168d5b"},{url:"resources/dia_el.txt",revision:"259b4db2fc5096432ccfef4b770260ee"},{url:"resources/dia_eo.txt",revision:"f33fb2c2543e2b71fe6106122f134722"},{url:"resources/dia_es.txt",revision:"76da3b40c3159b1324f8ade8a569b404"},{url:"resources/dia_et.txt",revision:"ba362ad767709cc7cfdfbf825102cefa"},{url:"resources/dia_eu.txt",revision:"0b76f36dbe461ae6cd364b6acae3575c"},{url:"resources/dia_fa.txt",revision:"32786ad1bf51fc7e2a976764282324a4"},{url:"resources/dia_fi.txt",revision:"cedd3b7a49fff9553392d0ab8b736f04"},{url:"resources/dia_fil.txt",revision:"d9964a7e906c88f9000eda2dc831f35a"},{url:"resources/dia_fr.txt",revision:"8f2c65c9bb2e5597c0836ff614b74be3"},{url:"resources/dia_gl.txt",revision:"13f55c70e4cf4414e9e21891b850f99a"},{url:"resources/dia_gu.txt",revision:"8d1ae134794739333be776137be88f71"},{url:"resources/dia_he.txt",revision:"41759f286da9de50206532dcdfa8d88f"},{url:"resources/dia_hi.txt",revision:"f640986166aa99ef4e79295bdc5f5c00"},{url:"resources/dia_hr.txt",revision:"a7f05cf79a58435222c7e37388a86282"},{url:"resources/dia_hu.txt",revision:"4fa550a7218e9c48b7091c41d9fbe999"},{url:"resources/dia_id.txt",revision:"26fe6d3dc2e98907ea63d7cc44f8e7eb"},{url:"resources/dia_it.txt",revision:"686bf2a1b9466693a247095c7aba63fa"},{url:"resources/dia_ja.txt",revision:"b703bf2b2ba5b698f332d12354b4868f"},{url:"resources/dia_kn.txt",revision:"dd772334bf8277e3d9898807e9744d63"},{url:"resources/dia_ko.txt",revision:"24b9da41ab8f438fb14516dca20af7ae"},{url:"resources/dia_lt.txt",revision:"efd53e8222100b1e5bb9e4fd0755ce00"},{url:"resources/dia_lv.txt",revision:"b683efe0f8aeef794483e3e35ce82945"},{url:"resources/dia_ml.txt",revision:"b2fa6cddfd9fa92d9eb6a07c3c091830"},{url:"resources/dia_mr.txt",revision:"8a4bddb556f8bd7284086b43859859a1"},{url:"resources/dia_ms.txt",revision:"d05dcda7f13000407ea434e3be4a2937"},{url:"resources/dia_my.txt",revision:"e985d7b175fac93d48a14b9d109ae679"},{url:"resources/dia_nl.txt",revision:"96cb3202a9d11e95f65bfc2c188fe196"},{url:"resources/dia_no.txt",revision:"bd279714eef32838886ef25016b39b29"},{url:"resources/dia_pl.txt",revision:"c337922fd2e0505df81fe7d0f8557894"},{url:"resources/dia_pt-br.txt",revision:"f8a2886926a77892786cf9b4ecb47888"},{url:"resources/dia_pt.txt",revision:"75a9c3fbe754ff3b8c2205c25cce17c6"},{url:"resources/dia_ro.txt",revision:"f30b39698ad7488bc16c06231f103e82"},{url:"resources/dia_ru.txt",revision:"13b5d0208c2ea39b4a71707a1f8e379c"},{url:"resources/dia_si.txt",revision:"e985d7b175fac93d48a14b9d109ae679"},{url:"resources/dia_sk.txt",revision:"4a23159630443f6de29e6b72d885c46c"},{url:"resources/dia_sl.txt",revision:"8b382e99055604a2fd8b2a8ba2bee657"},{url:"resources/dia_sr.txt",revision:"eaeeb431e0ff64999386e485cbe82292"},{url:"resources/dia_sv.txt",revision:"d39be8fb887d15cd3c6f6250fad8d017"},{url:"resources/dia_sw.txt",revision:"c700971e69efe97954f51667b12c01de"},{url:"resources/dia_ta.txt",revision:"9ff1996d7b2228cb6690075d5347bc79"},{url:"resources/dia_te.txt",revision:"24ea7b55be827c54fd304e7ae3711824"},{url:"resources/dia_th.txt",revision:"25cc395fdf269a0d9c1da5389136074a"},{url:"resources/dia_tr.txt",revision:"630419c00cc7068b30fc187f12be64d2"},{url:"resources/dia_uk.txt",revision:"78762ec812cc4df2e720986a72be6936"},{url:"resources/dia_vi.txt",revision:"340b9cfd3c63454b1e3a96fc23250731"},{url:"resources/dia_zh-tw.txt",revision:"1e9c141423c6afb2da2c5523a440e08a"},{url:"resources/dia_zh.txt",revision:"3ecc13183ea8b1b5fd14307389b9b170"},{url:"favicon.ico",revision:"fab2d88b37c72d83607527573de45281"},{url:"images/manifest.json",revision:"389fa448cb99794bece27ffcb216abee"},{url:"images/logo.png",revision:"89630b64b911ebe0daa3dfe442087cfa"},{url:"images/drawlogo.svg",revision:"4bf4d14ebcf072d8bd4c5a1c89e88fc6"},{url:"images/drawlogo48.png",revision:"8b13428373aca67b895364d025f42417"},{url:"images/drawlogo-gray.svg",revision:"0aabacbc0873816e1e09e4736ae44c7d"},{url:"images/drawlogo-text-bottom.svg",revision:"f6c438823ab31f290940bd4feb8dd9c2"},{url:"images/default-user.jpg",revision:"2c399696a87c8921f12d2f9e1990cc6e"},{url:"images/logo-flat-small.png",revision:"4b178e59ff499d6dd1894fc498b59877"},{url:"images/apple-touch-icon.png",revision:"73da7989a23ce9a4be565ec65658a239"},{url:"images/favicon-16x16.png",revision:"1a79d5461a5d2bf21f6652e0ac20d6e5"},{url:"images/favicon-32x32.png",revision:"e3b92da2febe70bad5372f6f3474b034"},{url:"images/android-chrome-196x196.png",revision:"f8c045b2d7b1c719fda64edab04c415c"},{url:"images/android-chrome-512x512.png",revision:"959b5fac2453963ff6d60fb85e4b73fd"},{url:"images/delete.png",revision:"5f2350f2fd20f1a229637aed32ed8f29"},{url:"images/droptarget.png",revision:"bbf7f563fb6784de1ce96f329519b043"},{url:"images/help.png",revision:"9266c6c3915bd33c243d80037d37bf61"},{url:"images/download.png",revision:"35418dd7bd48d87502c71b578cc6c37f"},{url:"images/logo-flat.png",revision:"038070ab43aee6e54a791211859fc67b"},{url:"images/google-drive-logo.svg",revision:"5d9f2f5bbc7dcc252730a0072bb23059"},{url:"images/onedrive-logo.svg",revision:"3645b344ec0634c1290dd58d7dc87b97"},{url:"images/dropbox-logo.svg",revision:"e6be408c77cf9c82d41ac64fa854280a"},{url:"images/github-logo.svg",revision:"a1a999b69a275eac0cb918360ac05ae1"},{url:"images/gitlab-logo.svg",revision:"0faea8c818899e58533e153c44b10517"},{url:"images/trello-logo.svg",revision:"006fd0d7d70d7e95dc691674cb12e044"},{url:"images/osa_drive-harddisk.png",revision:"b954e1ae772087c5b4c6ae797e1f9649"},{url:"images/osa_database.png",revision:"c350d9d9b95f37b6cfe798b40ede5fb0"},{url:"images/google-drive-logo-white.svg",revision:"f329d8b1be7778515a85b93fc35d9f26"},{url:"images/dropbox-logo-white.svg",revision:"4ea8299ac3bc31a16f199ee3aec223bf"},{url:"images/onedrive-logo-white.svg",revision:"b3602fa0fc947009cff3f33a581cff4d"},{url:"images/github-logo-white.svg",revision:"537b1127b3ca0f95b45782d1304fb77a"},{url:"images/gitlab-logo-white.svg",revision:"5fede9ac2f394c716b8c23e3fddc3910"},{url:"images/trello-logo-white-orange.svg",revision:"e2a0a52ba3766682f138138d10a75eb5"},{url:"images/logo-confluence.png",revision:"ed1e55d44ae5eba8f999aba2c93e8331"},{url:"images/logo-jira.png",revision:"f8d460555a0d1f87cfd901e940666629"},{url:"images/clear.gif",revision:"db13c778e4382e0b55258d0f811d5d70"},{url:"images/spin.gif",revision:"487cbb40b9ced439aa1ad914e816d773"},{url:"images/checkmark.gif",revision:"ba764ce62f2bf952df5bbc2bb4d381c5"},{url:"images/hs.png",revision:"fefa1a03d92ebad25c88dca94a0b63db"},{url:"images/aui-wait.gif",revision:"5a474bcbd8d2f2826f03d10ea44bf60e"},{url:"mxgraph/css/common.css",revision:"618b42f0bde0c7685e04811c25dc2b3e"},{url:"mxgraph/images/expanded.gif",revision:"2b67c2c035af1e9a5cc814f0d22074cf"},{url:"mxgraph/images/collapsed.gif",revision:"73cc826da002a3d740ca4ce6ec5c1f4a"},{url:"mxgraph/images/maximize.gif",revision:"5cd13d6925493ab51e876694cc1c2ec2"},{url:"mxgraph/images/minimize.gif",revision:"8957741b9b0f86af9438775f2aadbb54"},{url:"mxgraph/images/close.gif",revision:"8b84669812ac7382984fca35de8da48b"},{url:"mxgraph/images/resize.gif",revision:"a6477612b3567a34033f9cac6184eed3"},{url:"mxgraph/images/separator.gif",revision:"7819742ff106c97da7a801c2372bbbe5"},{url:"mxgraph/images/window.gif",revision:"fd9a21dd4181f98052a202a0a01f18ab"},{url:"mxgraph/images/window-title.gif",revision:"3fb1d6c43246cdf991a11dfe826dfe99"},{url:"mxgraph/images/button.gif",revision:"00759bdc3ad218fa739f584369541809"},{url:"mxgraph/images/point.gif",revision:"83a43717b284902442620f61bc4e9fa6"}],{ignoreURLParametersMatching:[/.*/]})})); +if(!self.define){const e=e=>{"require"!==e&&(e+=".js");let r=Promise.resolve();return i[e]||(r=new Promise((async r=>{if("document"in self){const i=document.createElement("script");i.src=e,document.head.appendChild(i),i.onload=r}else importScripts(e),r()}))),r.then((()=>{if(!i[e])throw new Error(`Module ${e} didn’t register its module`);return i[e]}))},r=(r,i)=>{Promise.all(r.map(e)).then((e=>i(1===e.length?e[0]:e)))},i={require:Promise.resolve(r)};self.define=(r,a,s)=>{i[r]||(i[r]=Promise.resolve().then((()=>{let i={};const c={uri:location.origin+r.slice(1)};return Promise.all(a.map((r=>{switch(r){case"exports":return i;case"module":return c;default:return e(r)}}))).then((e=>{const r=s(...e);return i.default||(i.default=r),i}))})))}}define("./service-worker.js",["./workbox-99ba3a23"],(function(e){"use strict";self.addEventListener("message",(e=>{e.data&&"SKIP_WAITING"===e.data.type&&self.skipWaiting()})),e.precacheAndRoute([{url:"js/extensions.min.js",revision:"3aca39653b85adf6b89ee4576e212b88"},{url:"js/orgchart.min.js",revision:"619d8c4dab47b81868916df31f55478b"},{url:"js/stencils.min.js",revision:"ba7d027a0d5a44a32735a9bd234b26cf"},{url:"js/shapes-14-6-5.min.js",revision:"ca002ca2bf054f80695d98661a4998c6"},{url:"js/math-print.js",revision:"cf64f6a493a8cb5079f2b70813e478d7"},{url:"index.html",revision:"b1216d112fc58d95498162c738503924"},{url:"open.html",revision:"d71816b3b00e769fc6019fcdd6921662"},{url:"styles/fonts/ArchitectsDaughter-Regular.ttf",revision:"31c2153c0530e32553b31a49b3d70736"},{url:"styles/grapheditor.css",revision:"8a424e2b7d6054e0fe5657ebf7338948"},{url:"styles/atlas.css",revision:"d627cfef208f13a9cff1670f143c6348"},{url:"styles/dark.css",revision:"fd2878ff29a6b68cb8dbfab17e32d649"},{url:"js/dropbox/Dropbox-sdk.min.js",revision:"4b9842892aa37b156db0a8364b7a83b0"},{url:"js/onedrive/OneDrive.js",revision:"505e8280346666f7ee801bc59521fa67"},{url:"js/viewer-static.min.js",revision:"1e7bfc7ab8fd23f3a8f80bf96a11766f"},{url:"connect/jira/editor-1-3-3.html",revision:"a583c5c1dac9945f6f4087c880e26854"},{url:"connect/jira/viewerPanel-1-3-12.html",revision:"801fc4ef821f5a3986902998da85b53a"},{url:"connect/jira/fullScreenViewer-1-3-3.html",revision:"b20590b5ba995880eb6778e092a3fd50"},{url:"connect/jira/viewerPanel.js",revision:"b70ea4d572fe9d07867d955c408f5c27"},{url:"connect/jira/spinner.gif",revision:"7d857ab9d86123e93d74d48e958fe743"},{url:"connect/jira/editor.js",revision:"a109a49b6c8f23095fbc1a2a88912d3b"},{url:"connect/jira/fullscreen-viewer-init.js",revision:"94804f65483a6e7eb51dee97d0ae9d88"},{url:"connect/jira/fullscreen-viewer.js",revision:"8eceb2fe587296dd11f9c8f6eae34c20"},{url:"plugins/connectJira.js",revision:"4cefa13414e0d406550f3c073923080c"},{url:"plugins/cConf-comments.js",revision:"ee6764429bf47a8545aa1cedacee718e"},{url:"plugins/cConf-1-4-8.js",revision:"37a91b273d37d153949396832a6ef1c1"},{url:"connect/confluence/connectUtils-1-4-8.js",revision:"6ccd246d718a73c1a18e78d0d6076731"},{url:"connect/new_common/cac.js",revision:"cf63bf9103bafb9f34cf3ff624b918e8"},{url:"connect/gdrive_common/gac.js",revision:"78f85e79f15f56b8b8d83c90f4a15679"},{url:"connect/onedrive_common/ac.js",revision:"d10d4603e86da7c9af277dac832e8e06"},{url:"connect/confluence/viewer-init.js",revision:"84b1f6758f3c1a723b019c58af377027"},{url:"connect/confluence/viewer.js",revision:"c3a3cdcf9ba2bfc20f4a3afc542bf9b4"},{url:"connect/confluence/viewer-1-4-42.html",revision:"4a9a11f6de154cbd7a2df9e45790daf1"},{url:"connect/confluence/macroEditor-1-4-8.html",revision:"b2908e71f755a069fe6487e1e705736c"},{url:"connect/confluence/includeDiagram-1-4-8.js",revision:"90d1612e10c3ed94f3b355fbaf262a95"},{url:"connect/confluence/includeDiagram.html",revision:"4df629a5bfba840368ab8185ce27f439"},{url:"connect/confluence/macro-editor.js",revision:"c61c13a045c76a3fbb0c3ace53208657"},{url:"math/es5/startup.js",revision:"dc7130cdc866593293dbb5dde11ceb40"},{url:"math/es5/core.js",revision:"f71bc0bfb7d2ac8261747f97a5d47dd4"},{url:"math/es5/ui/safe.js",revision:"8c1fcfee7c879588ad409edcdd9cce53"},{url:"math/es5/output/svg.js",revision:"4f55967d16197ebb01b86356d8ab179a"},{url:"math/es5/input/tex.js",revision:"5c4f470da2ccb1acf85041fcecd6fff6"},{url:"math/es5/input/asciimath.js",revision:"c2d4076dd8e26d509bfe3a378e71cfa7"},{url:"math/es5/output/svg/fonts/tex.js",revision:"6eab785a3788ea805bd2b552d1f0aab8"},{url:"resources/dia.txt",revision:"e985d7b175fac93d48a14b9d109ae679"},{url:"resources/dia_am.txt",revision:"1153c43b9bb7cabc3b3382b298bf27b3"},{url:"resources/dia_ar.txt",revision:"ce2a1a5aed8a27a232184c0c514352fc"},{url:"resources/dia_bg.txt",revision:"6471bdada621bbd36a09ffec2d2b35c0"},{url:"resources/dia_bn.txt",revision:"cd73b465c041354165bb269ddeaac2dc"},{url:"resources/dia_bs.txt",revision:"06af4af5361dfce3a4330aad13a69bad"},{url:"resources/dia_ca.txt",revision:"9bbf523d1ff2f067d6c816cc20031245"},{url:"resources/dia_cs.txt",revision:"a6419fed1485078cb7dd72dade3ba8fb"},{url:"resources/dia_da.txt",revision:"18798b233a053eadc5b6280296e000b4"},{url:"resources/dia_de.txt",revision:"b0191a3e94fb9f0188a7ae8096168d5b"},{url:"resources/dia_el.txt",revision:"259b4db2fc5096432ccfef4b770260ee"},{url:"resources/dia_eo.txt",revision:"f33fb2c2543e2b71fe6106122f134722"},{url:"resources/dia_es.txt",revision:"76da3b40c3159b1324f8ade8a569b404"},{url:"resources/dia_et.txt",revision:"ba362ad767709cc7cfdfbf825102cefa"},{url:"resources/dia_eu.txt",revision:"0b76f36dbe461ae6cd364b6acae3575c"},{url:"resources/dia_fa.txt",revision:"32786ad1bf51fc7e2a976764282324a4"},{url:"resources/dia_fi.txt",revision:"cedd3b7a49fff9553392d0ab8b736f04"},{url:"resources/dia_fil.txt",revision:"d9964a7e906c88f9000eda2dc831f35a"},{url:"resources/dia_fr.txt",revision:"8f2c65c9bb2e5597c0836ff614b74be3"},{url:"resources/dia_gl.txt",revision:"13f55c70e4cf4414e9e21891b850f99a"},{url:"resources/dia_gu.txt",revision:"8d1ae134794739333be776137be88f71"},{url:"resources/dia_he.txt",revision:"41759f286da9de50206532dcdfa8d88f"},{url:"resources/dia_hi.txt",revision:"f640986166aa99ef4e79295bdc5f5c00"},{url:"resources/dia_hr.txt",revision:"a7f05cf79a58435222c7e37388a86282"},{url:"resources/dia_hu.txt",revision:"4fa550a7218e9c48b7091c41d9fbe999"},{url:"resources/dia_id.txt",revision:"26fe6d3dc2e98907ea63d7cc44f8e7eb"},{url:"resources/dia_it.txt",revision:"f8bb2df01dbfb8f31f4481de25eebf00"},{url:"resources/dia_ja.txt",revision:"b703bf2b2ba5b698f332d12354b4868f"},{url:"resources/dia_kn.txt",revision:"dd772334bf8277e3d9898807e9744d63"},{url:"resources/dia_ko.txt",revision:"24b9da41ab8f438fb14516dca20af7ae"},{url:"resources/dia_lt.txt",revision:"efd53e8222100b1e5bb9e4fd0755ce00"},{url:"resources/dia_lv.txt",revision:"b683efe0f8aeef794483e3e35ce82945"},{url:"resources/dia_ml.txt",revision:"b2fa6cddfd9fa92d9eb6a07c3c091830"},{url:"resources/dia_mr.txt",revision:"8a4bddb556f8bd7284086b43859859a1"},{url:"resources/dia_ms.txt",revision:"d05dcda7f13000407ea434e3be4a2937"},{url:"resources/dia_my.txt",revision:"e985d7b175fac93d48a14b9d109ae679"},{url:"resources/dia_nl.txt",revision:"96cb3202a9d11e95f65bfc2c188fe196"},{url:"resources/dia_no.txt",revision:"bd279714eef32838886ef25016b39b29"},{url:"resources/dia_pl.txt",revision:"c337922fd2e0505df81fe7d0f8557894"},{url:"resources/dia_pt-br.txt",revision:"f8a2886926a77892786cf9b4ecb47888"},{url:"resources/dia_pt.txt",revision:"75a9c3fbe754ff3b8c2205c25cce17c6"},{url:"resources/dia_ro.txt",revision:"9850734963d7641a2b40dc7aafb04f85"},{url:"resources/dia_ru.txt",revision:"13b5d0208c2ea39b4a71707a1f8e379c"},{url:"resources/dia_si.txt",revision:"e985d7b175fac93d48a14b9d109ae679"},{url:"resources/dia_sk.txt",revision:"4a23159630443f6de29e6b72d885c46c"},{url:"resources/dia_sl.txt",revision:"8b382e99055604a2fd8b2a8ba2bee657"},{url:"resources/dia_sr.txt",revision:"eaeeb431e0ff64999386e485cbe82292"},{url:"resources/dia_sv.txt",revision:"d39be8fb887d15cd3c6f6250fad8d017"},{url:"resources/dia_sw.txt",revision:"c700971e69efe97954f51667b12c01de"},{url:"resources/dia_ta.txt",revision:"9ff1996d7b2228cb6690075d5347bc79"},{url:"resources/dia_te.txt",revision:"24ea7b55be827c54fd304e7ae3711824"},{url:"resources/dia_th.txt",revision:"25cc395fdf269a0d9c1da5389136074a"},{url:"resources/dia_tr.txt",revision:"630419c00cc7068b30fc187f12be64d2"},{url:"resources/dia_uk.txt",revision:"78762ec812cc4df2e720986a72be6936"},{url:"resources/dia_vi.txt",revision:"340b9cfd3c63454b1e3a96fc23250731"},{url:"resources/dia_zh-tw.txt",revision:"1e9c141423c6afb2da2c5523a440e08a"},{url:"resources/dia_zh.txt",revision:"6fa9ba5ab46b8cb4f183f15aef3e96fb"},{url:"favicon.ico",revision:"fab2d88b37c72d83607527573de45281"},{url:"images/manifest.json",revision:"389fa448cb99794bece27ffcb216abee"},{url:"images/logo.png",revision:"89630b64b911ebe0daa3dfe442087cfa"},{url:"images/drawlogo.svg",revision:"4bf4d14ebcf072d8bd4c5a1c89e88fc6"},{url:"images/drawlogo48.png",revision:"8b13428373aca67b895364d025f42417"},{url:"images/drawlogo-gray.svg",revision:"0aabacbc0873816e1e09e4736ae44c7d"},{url:"images/drawlogo-text-bottom.svg",revision:"f6c438823ab31f290940bd4feb8dd9c2"},{url:"images/default-user.jpg",revision:"2c399696a87c8921f12d2f9e1990cc6e"},{url:"images/logo-flat-small.png",revision:"4b178e59ff499d6dd1894fc498b59877"},{url:"images/apple-touch-icon.png",revision:"73da7989a23ce9a4be565ec65658a239"},{url:"images/favicon-16x16.png",revision:"1a79d5461a5d2bf21f6652e0ac20d6e5"},{url:"images/favicon-32x32.png",revision:"e3b92da2febe70bad5372f6f3474b034"},{url:"images/android-chrome-196x196.png",revision:"f8c045b2d7b1c719fda64edab04c415c"},{url:"images/android-chrome-512x512.png",revision:"959b5fac2453963ff6d60fb85e4b73fd"},{url:"images/delete.png",revision:"5f2350f2fd20f1a229637aed32ed8f29"},{url:"images/droptarget.png",revision:"bbf7f563fb6784de1ce96f329519b043"},{url:"images/help.png",revision:"9266c6c3915bd33c243d80037d37bf61"},{url:"images/download.png",revision:"35418dd7bd48d87502c71b578cc6c37f"},{url:"images/logo-flat.png",revision:"038070ab43aee6e54a791211859fc67b"},{url:"images/google-drive-logo.svg",revision:"5d9f2f5bbc7dcc252730a0072bb23059"},{url:"images/onedrive-logo.svg",revision:"3645b344ec0634c1290dd58d7dc87b97"},{url:"images/dropbox-logo.svg",revision:"e6be408c77cf9c82d41ac64fa854280a"},{url:"images/github-logo.svg",revision:"a1a999b69a275eac0cb918360ac05ae1"},{url:"images/gitlab-logo.svg",revision:"0faea8c818899e58533e153c44b10517"},{url:"images/trello-logo.svg",revision:"006fd0d7d70d7e95dc691674cb12e044"},{url:"images/osa_drive-harddisk.png",revision:"b954e1ae772087c5b4c6ae797e1f9649"},{url:"images/osa_database.png",revision:"c350d9d9b95f37b6cfe798b40ede5fb0"},{url:"images/google-drive-logo-white.svg",revision:"f329d8b1be7778515a85b93fc35d9f26"},{url:"images/dropbox-logo-white.svg",revision:"4ea8299ac3bc31a16f199ee3aec223bf"},{url:"images/onedrive-logo-white.svg",revision:"b3602fa0fc947009cff3f33a581cff4d"},{url:"images/github-logo-white.svg",revision:"537b1127b3ca0f95b45782d1304fb77a"},{url:"images/gitlab-logo-white.svg",revision:"5fede9ac2f394c716b8c23e3fddc3910"},{url:"images/trello-logo-white-orange.svg",revision:"e2a0a52ba3766682f138138d10a75eb5"},{url:"images/logo-confluence.png",revision:"ed1e55d44ae5eba8f999aba2c93e8331"},{url:"images/logo-jira.png",revision:"f8d460555a0d1f87cfd901e940666629"},{url:"images/clear.gif",revision:"db13c778e4382e0b55258d0f811d5d70"},{url:"images/spin.gif",revision:"487cbb40b9ced439aa1ad914e816d773"},{url:"images/checkmark.gif",revision:"ba764ce62f2bf952df5bbc2bb4d381c5"},{url:"images/hs.png",revision:"fefa1a03d92ebad25c88dca94a0b63db"},{url:"images/aui-wait.gif",revision:"5a474bcbd8d2f2826f03d10ea44bf60e"},{url:"mxgraph/css/common.css",revision:"618b42f0bde0c7685e04811c25dc2b3e"},{url:"mxgraph/images/expanded.gif",revision:"2b67c2c035af1e9a5cc814f0d22074cf"},{url:"mxgraph/images/collapsed.gif",revision:"73cc826da002a3d740ca4ce6ec5c1f4a"},{url:"mxgraph/images/maximize.gif",revision:"5cd13d6925493ab51e876694cc1c2ec2"},{url:"mxgraph/images/minimize.gif",revision:"8957741b9b0f86af9438775f2aadbb54"},{url:"mxgraph/images/close.gif",revision:"8b84669812ac7382984fca35de8da48b"},{url:"mxgraph/images/resize.gif",revision:"a6477612b3567a34033f9cac6184eed3"},{url:"mxgraph/images/separator.gif",revision:"7819742ff106c97da7a801c2372bbbe5"},{url:"mxgraph/images/window.gif",revision:"fd9a21dd4181f98052a202a0a01f18ab"},{url:"mxgraph/images/window-title.gif",revision:"3fb1d6c43246cdf991a11dfe826dfe99"},{url:"mxgraph/images/button.gif",revision:"00759bdc3ad218fa739f584369541809"},{url:"mxgraph/images/point.gif",revision:"83a43717b284902442620f61bc4e9fa6"}],{ignoreURLParametersMatching:[/.*/]})})); //# sourceMappingURL=service-worker.js.map diff --git a/src/main/webapp/service-worker.js.map b/src/main/webapp/service-worker.js.map index f0444849a..ea8d79dc4 100644 --- a/src/main/webapp/service-worker.js.map +++ b/src/main/webapp/service-worker.js.map @@ -1 +1 @@ -{"version":3,"file":"service-worker.js","sources":["../../../../../tmp/fdc637032bb76d534aee4505e4d6dea4/service-worker.js"],"sourcesContent":["import {precacheAndRoute as workbox_precaching_precacheAndRoute} from '/usr/lib/node_modules/workbox-cli/node_modules/workbox-precaching/precacheAndRoute.mjs';/**\n * Welcome to your Workbox-powered service worker!\n *\n * You'll need to register this file in your web app.\n * See https://goo.gl/nhQhGp\n *\n * The rest of the code is auto-generated. Please don't update this file\n * directly; instead, make changes to your Workbox build configuration\n * and re-run your build process.\n * See https://goo.gl/2aRDsh\n */\n\n\n\n\n\n\n\n\nself.addEventListener('message', (event) => {\n if (event.data && event.data.type === 'SKIP_WAITING') {\n self.skipWaiting();\n }\n});\n\n\n\n\n/**\n * The precacheAndRoute() method efficiently caches and responds to\n * requests for URLs in the manifest.\n * See https://goo.gl/S9QRab\n */\nworkbox_precaching_precacheAndRoute([\n {\n \"url\": \"js/extensions.min.js\",\n \"revision\": \"3aca39653b85adf6b89ee4576e212b88\"\n },\n {\n \"url\": \"js/orgchart.min.js\",\n \"revision\": \"619d8c4dab47b81868916df31f55478b\"\n },\n {\n \"url\": \"js/stencils.min.js\",\n \"revision\": \"ba7d027a0d5a44a32735a9bd234b26cf\"\n },\n {\n \"url\": \"js/shapes-14-6-5.min.js\",\n \"revision\": \"ca002ca2bf054f80695d98661a4998c6\"\n },\n {\n \"url\": \"js/math-print.js\",\n \"revision\": \"cf64f6a493a8cb5079f2b70813e478d7\"\n },\n {\n \"url\": \"index.html\",\n \"revision\": \"b1216d112fc58d95498162c738503924\"\n },\n {\n \"url\": \"open.html\",\n \"revision\": \"d71816b3b00e769fc6019fcdd6921662\"\n },\n {\n \"url\": \"styles/fonts/ArchitectsDaughter-Regular.ttf\",\n \"revision\": \"31c2153c0530e32553b31a49b3d70736\"\n },\n {\n \"url\": \"styles/grapheditor.css\",\n \"revision\": \"8a424e2b7d6054e0fe5657ebf7338948\"\n },\n {\n \"url\": \"styles/atlas.css\",\n \"revision\": \"d627cfef208f13a9cff1670f143c6348\"\n },\n {\n \"url\": \"styles/dark.css\",\n \"revision\": \"fd2878ff29a6b68cb8dbfab17e32d649\"\n },\n {\n \"url\": \"js/dropbox/Dropbox-sdk.min.js\",\n \"revision\": \"4b9842892aa37b156db0a8364b7a83b0\"\n },\n {\n \"url\": \"js/onedrive/OneDrive.js\",\n \"revision\": \"505e8280346666f7ee801bc59521fa67\"\n },\n {\n \"url\": \"js/viewer-static.min.js\",\n \"revision\": \"dd0045d7131fbbc2ff67a183f92277aa\"\n },\n {\n \"url\": \"connect/jira/editor-1-3-3.html\",\n \"revision\": \"a583c5c1dac9945f6f4087c880e26854\"\n },\n {\n \"url\": \"connect/jira/viewerPanel-1-3-12.html\",\n \"revision\": \"801fc4ef821f5a3986902998da85b53a\"\n },\n {\n \"url\": \"connect/jira/fullScreenViewer-1-3-3.html\",\n \"revision\": \"b20590b5ba995880eb6778e092a3fd50\"\n },\n {\n \"url\": \"connect/jira/viewerPanel.js\",\n \"revision\": \"b70ea4d572fe9d07867d955c408f5c27\"\n },\n {\n \"url\": \"connect/jira/spinner.gif\",\n \"revision\": \"7d857ab9d86123e93d74d48e958fe743\"\n },\n {\n \"url\": \"connect/jira/editor.js\",\n \"revision\": \"a109a49b6c8f23095fbc1a2a88912d3b\"\n },\n {\n \"url\": \"connect/jira/fullscreen-viewer-init.js\",\n \"revision\": \"94804f65483a6e7eb51dee97d0ae9d88\"\n },\n {\n \"url\": \"connect/jira/fullscreen-viewer.js\",\n \"revision\": \"8eceb2fe587296dd11f9c8f6eae34c20\"\n },\n {\n \"url\": \"plugins/connectJira.js\",\n \"revision\": \"4cefa13414e0d406550f3c073923080c\"\n },\n {\n \"url\": \"plugins/cConf-comments.js\",\n \"revision\": \"ee6764429bf47a8545aa1cedacee718e\"\n },\n {\n \"url\": \"plugins/cConf-1-4-8.js\",\n \"revision\": \"37a91b273d37d153949396832a6ef1c1\"\n },\n {\n \"url\": \"connect/confluence/connectUtils-1-4-8.js\",\n \"revision\": \"6ccd246d718a73c1a18e78d0d6076731\"\n },\n {\n \"url\": \"connect/new_common/cac.js\",\n \"revision\": \"cf63bf9103bafb9f34cf3ff624b918e8\"\n },\n {\n \"url\": \"connect/gdrive_common/gac.js\",\n \"revision\": \"78f85e79f15f56b8b8d83c90f4a15679\"\n },\n {\n \"url\": \"connect/onedrive_common/ac.js\",\n \"revision\": \"d10d4603e86da7c9af277dac832e8e06\"\n },\n {\n \"url\": \"connect/confluence/viewer-init.js\",\n \"revision\": \"84b1f6758f3c1a723b019c58af377027\"\n },\n {\n \"url\": \"connect/confluence/viewer.js\",\n \"revision\": \"c3a3cdcf9ba2bfc20f4a3afc542bf9b4\"\n },\n {\n \"url\": \"connect/confluence/viewer-1-4-42.html\",\n \"revision\": \"4a9a11f6de154cbd7a2df9e45790daf1\"\n },\n {\n \"url\": \"connect/confluence/macroEditor-1-4-8.html\",\n \"revision\": \"b2908e71f755a069fe6487e1e705736c\"\n },\n {\n \"url\": \"connect/confluence/includeDiagram-1-4-8.js\",\n \"revision\": \"90d1612e10c3ed94f3b355fbaf262a95\"\n },\n {\n \"url\": \"connect/confluence/includeDiagram.html\",\n \"revision\": \"4df629a5bfba840368ab8185ce27f439\"\n },\n {\n \"url\": \"connect/confluence/macro-editor.js\",\n \"revision\": \"c61c13a045c76a3fbb0c3ace53208657\"\n },\n {\n \"url\": \"math/es5/startup.js\",\n \"revision\": \"dc7130cdc866593293dbb5dde11ceb40\"\n },\n {\n \"url\": \"math/es5/core.js\",\n \"revision\": \"f71bc0bfb7d2ac8261747f97a5d47dd4\"\n },\n {\n \"url\": \"math/es5/ui/safe.js\",\n \"revision\": \"8c1fcfee7c879588ad409edcdd9cce53\"\n },\n {\n \"url\": \"math/es5/output/svg.js\",\n \"revision\": \"4f55967d16197ebb01b86356d8ab179a\"\n },\n {\n \"url\": \"math/es5/input/tex.js\",\n \"revision\": \"5c4f470da2ccb1acf85041fcecd6fff6\"\n },\n {\n \"url\": \"math/es5/input/asciimath.js\",\n \"revision\": \"c2d4076dd8e26d509bfe3a378e71cfa7\"\n },\n {\n \"url\": \"math/es5/output/svg/fonts/tex.js\",\n \"revision\": \"6eab785a3788ea805bd2b552d1f0aab8\"\n },\n {\n \"url\": \"resources/dia.txt\",\n \"revision\": \"e985d7b175fac93d48a14b9d109ae679\"\n },\n {\n \"url\": \"resources/dia_am.txt\",\n \"revision\": \"1153c43b9bb7cabc3b3382b298bf27b3\"\n },\n {\n \"url\": \"resources/dia_ar.txt\",\n \"revision\": \"ce2a1a5aed8a27a232184c0c514352fc\"\n },\n {\n \"url\": \"resources/dia_bg.txt\",\n \"revision\": \"6471bdada621bbd36a09ffec2d2b35c0\"\n },\n {\n \"url\": \"resources/dia_bn.txt\",\n \"revision\": \"cd73b465c041354165bb269ddeaac2dc\"\n },\n {\n \"url\": \"resources/dia_bs.txt\",\n \"revision\": \"06af4af5361dfce3a4330aad13a69bad\"\n },\n {\n \"url\": \"resources/dia_ca.txt\",\n \"revision\": \"9bbf523d1ff2f067d6c816cc20031245\"\n },\n {\n \"url\": \"resources/dia_cs.txt\",\n \"revision\": \"a6419fed1485078cb7dd72dade3ba8fb\"\n },\n {\n \"url\": \"resources/dia_da.txt\",\n \"revision\": \"18798b233a053eadc5b6280296e000b4\"\n },\n {\n \"url\": \"resources/dia_de.txt\",\n \"revision\": \"b0191a3e94fb9f0188a7ae8096168d5b\"\n },\n {\n \"url\": \"resources/dia_el.txt\",\n \"revision\": \"259b4db2fc5096432ccfef4b770260ee\"\n },\n {\n \"url\": \"resources/dia_eo.txt\",\n \"revision\": \"f33fb2c2543e2b71fe6106122f134722\"\n },\n {\n \"url\": \"resources/dia_es.txt\",\n \"revision\": \"76da3b40c3159b1324f8ade8a569b404\"\n },\n {\n \"url\": \"resources/dia_et.txt\",\n \"revision\": \"ba362ad767709cc7cfdfbf825102cefa\"\n },\n {\n \"url\": \"resources/dia_eu.txt\",\n \"revision\": \"0b76f36dbe461ae6cd364b6acae3575c\"\n },\n {\n \"url\": \"resources/dia_fa.txt\",\n \"revision\": \"32786ad1bf51fc7e2a976764282324a4\"\n },\n {\n \"url\": \"resources/dia_fi.txt\",\n \"revision\": \"cedd3b7a49fff9553392d0ab8b736f04\"\n },\n {\n \"url\": \"resources/dia_fil.txt\",\n \"revision\": \"d9964a7e906c88f9000eda2dc831f35a\"\n },\n {\n \"url\": \"resources/dia_fr.txt\",\n \"revision\": \"8f2c65c9bb2e5597c0836ff614b74be3\"\n },\n {\n \"url\": \"resources/dia_gl.txt\",\n \"revision\": \"13f55c70e4cf4414e9e21891b850f99a\"\n },\n {\n \"url\": \"resources/dia_gu.txt\",\n \"revision\": \"8d1ae134794739333be776137be88f71\"\n },\n {\n \"url\": \"resources/dia_he.txt\",\n \"revision\": \"41759f286da9de50206532dcdfa8d88f\"\n },\n {\n \"url\": \"resources/dia_hi.txt\",\n \"revision\": \"f640986166aa99ef4e79295bdc5f5c00\"\n },\n {\n \"url\": \"resources/dia_hr.txt\",\n \"revision\": \"a7f05cf79a58435222c7e37388a86282\"\n },\n {\n \"url\": \"resources/dia_hu.txt\",\n \"revision\": \"4fa550a7218e9c48b7091c41d9fbe999\"\n },\n {\n \"url\": \"resources/dia_id.txt\",\n \"revision\": \"26fe6d3dc2e98907ea63d7cc44f8e7eb\"\n },\n {\n \"url\": \"resources/dia_it.txt\",\n \"revision\": \"686bf2a1b9466693a247095c7aba63fa\"\n },\n {\n \"url\": \"resources/dia_ja.txt\",\n \"revision\": \"b703bf2b2ba5b698f332d12354b4868f\"\n },\n {\n \"url\": \"resources/dia_kn.txt\",\n \"revision\": \"dd772334bf8277e3d9898807e9744d63\"\n },\n {\n \"url\": \"resources/dia_ko.txt\",\n \"revision\": \"24b9da41ab8f438fb14516dca20af7ae\"\n },\n {\n \"url\": \"resources/dia_lt.txt\",\n \"revision\": \"efd53e8222100b1e5bb9e4fd0755ce00\"\n },\n {\n \"url\": \"resources/dia_lv.txt\",\n \"revision\": \"b683efe0f8aeef794483e3e35ce82945\"\n },\n {\n \"url\": \"resources/dia_ml.txt\",\n \"revision\": \"b2fa6cddfd9fa92d9eb6a07c3c091830\"\n },\n {\n \"url\": \"resources/dia_mr.txt\",\n \"revision\": \"8a4bddb556f8bd7284086b43859859a1\"\n },\n {\n \"url\": \"resources/dia_ms.txt\",\n \"revision\": \"d05dcda7f13000407ea434e3be4a2937\"\n },\n {\n \"url\": \"resources/dia_my.txt\",\n \"revision\": \"e985d7b175fac93d48a14b9d109ae679\"\n },\n {\n \"url\": \"resources/dia_nl.txt\",\n \"revision\": \"96cb3202a9d11e95f65bfc2c188fe196\"\n },\n {\n \"url\": \"resources/dia_no.txt\",\n \"revision\": \"bd279714eef32838886ef25016b39b29\"\n },\n {\n \"url\": \"resources/dia_pl.txt\",\n \"revision\": \"c337922fd2e0505df81fe7d0f8557894\"\n },\n {\n \"url\": \"resources/dia_pt-br.txt\",\n \"revision\": \"f8a2886926a77892786cf9b4ecb47888\"\n },\n {\n \"url\": \"resources/dia_pt.txt\",\n \"revision\": \"75a9c3fbe754ff3b8c2205c25cce17c6\"\n },\n {\n \"url\": \"resources/dia_ro.txt\",\n \"revision\": \"f30b39698ad7488bc16c06231f103e82\"\n },\n {\n \"url\": \"resources/dia_ru.txt\",\n \"revision\": \"13b5d0208c2ea39b4a71707a1f8e379c\"\n },\n {\n \"url\": \"resources/dia_si.txt\",\n \"revision\": \"e985d7b175fac93d48a14b9d109ae679\"\n },\n {\n \"url\": \"resources/dia_sk.txt\",\n \"revision\": \"4a23159630443f6de29e6b72d885c46c\"\n },\n {\n \"url\": \"resources/dia_sl.txt\",\n \"revision\": \"8b382e99055604a2fd8b2a8ba2bee657\"\n },\n {\n \"url\": \"resources/dia_sr.txt\",\n \"revision\": \"eaeeb431e0ff64999386e485cbe82292\"\n },\n {\n \"url\": \"resources/dia_sv.txt\",\n \"revision\": \"d39be8fb887d15cd3c6f6250fad8d017\"\n },\n {\n \"url\": \"resources/dia_sw.txt\",\n \"revision\": \"c700971e69efe97954f51667b12c01de\"\n },\n {\n \"url\": \"resources/dia_ta.txt\",\n \"revision\": \"9ff1996d7b2228cb6690075d5347bc79\"\n },\n {\n \"url\": \"resources/dia_te.txt\",\n \"revision\": \"24ea7b55be827c54fd304e7ae3711824\"\n },\n {\n \"url\": \"resources/dia_th.txt\",\n \"revision\": \"25cc395fdf269a0d9c1da5389136074a\"\n },\n {\n \"url\": \"resources/dia_tr.txt\",\n \"revision\": \"630419c00cc7068b30fc187f12be64d2\"\n },\n {\n \"url\": \"resources/dia_uk.txt\",\n \"revision\": \"78762ec812cc4df2e720986a72be6936\"\n },\n {\n \"url\": \"resources/dia_vi.txt\",\n \"revision\": \"340b9cfd3c63454b1e3a96fc23250731\"\n },\n {\n \"url\": \"resources/dia_zh-tw.txt\",\n \"revision\": \"1e9c141423c6afb2da2c5523a440e08a\"\n },\n {\n \"url\": \"resources/dia_zh.txt\",\n \"revision\": \"3ecc13183ea8b1b5fd14307389b9b170\"\n },\n {\n \"url\": \"favicon.ico\",\n \"revision\": \"fab2d88b37c72d83607527573de45281\"\n },\n {\n \"url\": \"images/manifest.json\",\n \"revision\": \"389fa448cb99794bece27ffcb216abee\"\n },\n {\n \"url\": \"images/logo.png\",\n \"revision\": \"89630b64b911ebe0daa3dfe442087cfa\"\n },\n {\n \"url\": \"images/drawlogo.svg\",\n \"revision\": \"4bf4d14ebcf072d8bd4c5a1c89e88fc6\"\n },\n {\n \"url\": \"images/drawlogo48.png\",\n \"revision\": \"8b13428373aca67b895364d025f42417\"\n },\n {\n \"url\": \"images/drawlogo-gray.svg\",\n \"revision\": \"0aabacbc0873816e1e09e4736ae44c7d\"\n },\n {\n \"url\": \"images/drawlogo-text-bottom.svg\",\n \"revision\": \"f6c438823ab31f290940bd4feb8dd9c2\"\n },\n {\n \"url\": \"images/default-user.jpg\",\n \"revision\": \"2c399696a87c8921f12d2f9e1990cc6e\"\n },\n {\n \"url\": \"images/logo-flat-small.png\",\n \"revision\": \"4b178e59ff499d6dd1894fc498b59877\"\n },\n {\n \"url\": \"images/apple-touch-icon.png\",\n \"revision\": \"73da7989a23ce9a4be565ec65658a239\"\n },\n {\n \"url\": \"images/favicon-16x16.png\",\n \"revision\": \"1a79d5461a5d2bf21f6652e0ac20d6e5\"\n },\n {\n \"url\": \"images/favicon-32x32.png\",\n \"revision\": \"e3b92da2febe70bad5372f6f3474b034\"\n },\n {\n \"url\": \"images/android-chrome-196x196.png\",\n \"revision\": \"f8c045b2d7b1c719fda64edab04c415c\"\n },\n {\n \"url\": \"images/android-chrome-512x512.png\",\n \"revision\": \"959b5fac2453963ff6d60fb85e4b73fd\"\n },\n {\n \"url\": \"images/delete.png\",\n \"revision\": \"5f2350f2fd20f1a229637aed32ed8f29\"\n },\n {\n \"url\": \"images/droptarget.png\",\n \"revision\": \"bbf7f563fb6784de1ce96f329519b043\"\n },\n {\n \"url\": \"images/help.png\",\n \"revision\": \"9266c6c3915bd33c243d80037d37bf61\"\n },\n {\n \"url\": \"images/download.png\",\n \"revision\": \"35418dd7bd48d87502c71b578cc6c37f\"\n },\n {\n \"url\": \"images/logo-flat.png\",\n \"revision\": \"038070ab43aee6e54a791211859fc67b\"\n },\n {\n \"url\": \"images/google-drive-logo.svg\",\n \"revision\": \"5d9f2f5bbc7dcc252730a0072bb23059\"\n },\n {\n \"url\": \"images/onedrive-logo.svg\",\n \"revision\": \"3645b344ec0634c1290dd58d7dc87b97\"\n },\n {\n \"url\": \"images/dropbox-logo.svg\",\n \"revision\": \"e6be408c77cf9c82d41ac64fa854280a\"\n },\n {\n \"url\": \"images/github-logo.svg\",\n \"revision\": \"a1a999b69a275eac0cb918360ac05ae1\"\n },\n {\n \"url\": \"images/gitlab-logo.svg\",\n \"revision\": \"0faea8c818899e58533e153c44b10517\"\n },\n {\n \"url\": \"images/trello-logo.svg\",\n \"revision\": \"006fd0d7d70d7e95dc691674cb12e044\"\n },\n {\n \"url\": \"images/osa_drive-harddisk.png\",\n \"revision\": \"b954e1ae772087c5b4c6ae797e1f9649\"\n },\n {\n \"url\": \"images/osa_database.png\",\n \"revision\": \"c350d9d9b95f37b6cfe798b40ede5fb0\"\n },\n {\n \"url\": \"images/google-drive-logo-white.svg\",\n \"revision\": \"f329d8b1be7778515a85b93fc35d9f26\"\n },\n {\n \"url\": \"images/dropbox-logo-white.svg\",\n \"revision\": \"4ea8299ac3bc31a16f199ee3aec223bf\"\n },\n {\n \"url\": \"images/onedrive-logo-white.svg\",\n \"revision\": \"b3602fa0fc947009cff3f33a581cff4d\"\n },\n {\n \"url\": \"images/github-logo-white.svg\",\n \"revision\": \"537b1127b3ca0f95b45782d1304fb77a\"\n },\n {\n \"url\": \"images/gitlab-logo-white.svg\",\n \"revision\": \"5fede9ac2f394c716b8c23e3fddc3910\"\n },\n {\n \"url\": \"images/trello-logo-white-orange.svg\",\n \"revision\": \"e2a0a52ba3766682f138138d10a75eb5\"\n },\n {\n \"url\": \"images/logo-confluence.png\",\n \"revision\": \"ed1e55d44ae5eba8f999aba2c93e8331\"\n },\n {\n \"url\": \"images/logo-jira.png\",\n \"revision\": \"f8d460555a0d1f87cfd901e940666629\"\n },\n {\n \"url\": \"images/clear.gif\",\n \"revision\": \"db13c778e4382e0b55258d0f811d5d70\"\n },\n {\n \"url\": \"images/spin.gif\",\n \"revision\": \"487cbb40b9ced439aa1ad914e816d773\"\n },\n {\n \"url\": \"images/checkmark.gif\",\n \"revision\": \"ba764ce62f2bf952df5bbc2bb4d381c5\"\n },\n {\n \"url\": \"images/hs.png\",\n \"revision\": \"fefa1a03d92ebad25c88dca94a0b63db\"\n },\n {\n \"url\": \"images/aui-wait.gif\",\n \"revision\": \"5a474bcbd8d2f2826f03d10ea44bf60e\"\n },\n {\n \"url\": \"mxgraph/css/common.css\",\n \"revision\": \"618b42f0bde0c7685e04811c25dc2b3e\"\n },\n {\n \"url\": \"mxgraph/images/expanded.gif\",\n \"revision\": \"2b67c2c035af1e9a5cc814f0d22074cf\"\n },\n {\n \"url\": \"mxgraph/images/collapsed.gif\",\n \"revision\": \"73cc826da002a3d740ca4ce6ec5c1f4a\"\n },\n {\n \"url\": \"mxgraph/images/maximize.gif\",\n \"revision\": \"5cd13d6925493ab51e876694cc1c2ec2\"\n },\n {\n \"url\": \"mxgraph/images/minimize.gif\",\n \"revision\": \"8957741b9b0f86af9438775f2aadbb54\"\n },\n {\n \"url\": \"mxgraph/images/close.gif\",\n \"revision\": \"8b84669812ac7382984fca35de8da48b\"\n },\n {\n \"url\": \"mxgraph/images/resize.gif\",\n \"revision\": \"a6477612b3567a34033f9cac6184eed3\"\n },\n {\n \"url\": \"mxgraph/images/separator.gif\",\n \"revision\": \"7819742ff106c97da7a801c2372bbbe5\"\n },\n {\n \"url\": \"mxgraph/images/window.gif\",\n \"revision\": \"fd9a21dd4181f98052a202a0a01f18ab\"\n },\n {\n \"url\": \"mxgraph/images/window-title.gif\",\n \"revision\": \"3fb1d6c43246cdf991a11dfe826dfe99\"\n },\n {\n \"url\": \"mxgraph/images/button.gif\",\n \"revision\": \"00759bdc3ad218fa739f584369541809\"\n },\n {\n \"url\": \"mxgraph/images/point.gif\",\n \"revision\": \"83a43717b284902442620f61bc4e9fa6\"\n }\n], {\n \"ignoreURLParametersMatching\": [/.*/]\n});\n\n\n\n\n\n\n\n\n"],"names":["self","addEventListener","event","data","type","skipWaiting","workbox_precaching_precacheAndRoute","url","revision","ignoreURLParametersMatching"],"mappings":"szBAmBAA,KAAKC,iBAAiB,WAAYC,IAC5BA,EAAMC,MAA4B,iBAApBD,EAAMC,KAAKC,MAC3BJ,KAAKK,aACN,IAWHC,EAAAA,iBAAoC,CAClC,CACEC,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,aACPC,SAAY,oCAEd,CACED,IAAO,YACPC,SAAY,oCAEd,CACED,IAAO,8CACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,kBACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,2CACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,2CACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,wCACPC,SAAY,oCAEd,CACED,IAAO,4CACPC,SAAY,oCAEd,CACED,IAAO,6CACPC,SAAY,oCAEd,CACED,IAAO,yCACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,cACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,kBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,kBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,kBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,gBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,qCAEb,CACDC,4BAA+B,CAAC"} \ No newline at end of file +{"version":3,"file":"service-worker.js","sources":["../../../../../tmp/d4be62e632d077220da15e9131729452/service-worker.js"],"sourcesContent":["import {precacheAndRoute as workbox_precaching_precacheAndRoute} from '/usr/lib/node_modules/workbox-cli/node_modules/workbox-precaching/precacheAndRoute.mjs';/**\n * Welcome to your Workbox-powered service worker!\n *\n * You'll need to register this file in your web app.\n * See https://goo.gl/nhQhGp\n *\n * The rest of the code is auto-generated. Please don't update this file\n * directly; instead, make changes to your Workbox build configuration\n * and re-run your build process.\n * See https://goo.gl/2aRDsh\n */\n\n\n\n\n\n\n\n\nself.addEventListener('message', (event) => {\n if (event.data && event.data.type === 'SKIP_WAITING') {\n self.skipWaiting();\n }\n});\n\n\n\n\n/**\n * The precacheAndRoute() method efficiently caches and responds to\n * requests for URLs in the manifest.\n * See https://goo.gl/S9QRab\n */\nworkbox_precaching_precacheAndRoute([\n {\n \"url\": \"js/extensions.min.js\",\n \"revision\": \"3aca39653b85adf6b89ee4576e212b88\"\n },\n {\n \"url\": \"js/orgchart.min.js\",\n \"revision\": \"619d8c4dab47b81868916df31f55478b\"\n },\n {\n \"url\": \"js/stencils.min.js\",\n \"revision\": \"ba7d027a0d5a44a32735a9bd234b26cf\"\n },\n {\n \"url\": \"js/shapes-14-6-5.min.js\",\n \"revision\": \"ca002ca2bf054f80695d98661a4998c6\"\n },\n {\n \"url\": \"js/math-print.js\",\n \"revision\": \"cf64f6a493a8cb5079f2b70813e478d7\"\n },\n {\n \"url\": \"index.html\",\n \"revision\": \"b1216d112fc58d95498162c738503924\"\n },\n {\n \"url\": \"open.html\",\n \"revision\": \"d71816b3b00e769fc6019fcdd6921662\"\n },\n {\n \"url\": \"styles/fonts/ArchitectsDaughter-Regular.ttf\",\n \"revision\": \"31c2153c0530e32553b31a49b3d70736\"\n },\n {\n \"url\": \"styles/grapheditor.css\",\n \"revision\": \"8a424e2b7d6054e0fe5657ebf7338948\"\n },\n {\n \"url\": \"styles/atlas.css\",\n \"revision\": \"d627cfef208f13a9cff1670f143c6348\"\n },\n {\n \"url\": \"styles/dark.css\",\n \"revision\": \"fd2878ff29a6b68cb8dbfab17e32d649\"\n },\n {\n \"url\": \"js/dropbox/Dropbox-sdk.min.js\",\n \"revision\": \"4b9842892aa37b156db0a8364b7a83b0\"\n },\n {\n \"url\": \"js/onedrive/OneDrive.js\",\n \"revision\": \"505e8280346666f7ee801bc59521fa67\"\n },\n {\n \"url\": \"js/viewer-static.min.js\",\n \"revision\": \"1e7bfc7ab8fd23f3a8f80bf96a11766f\"\n },\n {\n \"url\": \"connect/jira/editor-1-3-3.html\",\n \"revision\": \"a583c5c1dac9945f6f4087c880e26854\"\n },\n {\n \"url\": \"connect/jira/viewerPanel-1-3-12.html\",\n \"revision\": \"801fc4ef821f5a3986902998da85b53a\"\n },\n {\n \"url\": \"connect/jira/fullScreenViewer-1-3-3.html\",\n \"revision\": \"b20590b5ba995880eb6778e092a3fd50\"\n },\n {\n \"url\": \"connect/jira/viewerPanel.js\",\n \"revision\": \"b70ea4d572fe9d07867d955c408f5c27\"\n },\n {\n \"url\": \"connect/jira/spinner.gif\",\n \"revision\": \"7d857ab9d86123e93d74d48e958fe743\"\n },\n {\n \"url\": \"connect/jira/editor.js\",\n \"revision\": \"a109a49b6c8f23095fbc1a2a88912d3b\"\n },\n {\n \"url\": \"connect/jira/fullscreen-viewer-init.js\",\n \"revision\": \"94804f65483a6e7eb51dee97d0ae9d88\"\n },\n {\n \"url\": \"connect/jira/fullscreen-viewer.js\",\n \"revision\": \"8eceb2fe587296dd11f9c8f6eae34c20\"\n },\n {\n \"url\": \"plugins/connectJira.js\",\n \"revision\": \"4cefa13414e0d406550f3c073923080c\"\n },\n {\n \"url\": \"plugins/cConf-comments.js\",\n \"revision\": \"ee6764429bf47a8545aa1cedacee718e\"\n },\n {\n \"url\": \"plugins/cConf-1-4-8.js\",\n \"revision\": \"37a91b273d37d153949396832a6ef1c1\"\n },\n {\n \"url\": \"connect/confluence/connectUtils-1-4-8.js\",\n \"revision\": \"6ccd246d718a73c1a18e78d0d6076731\"\n },\n {\n \"url\": \"connect/new_common/cac.js\",\n \"revision\": \"cf63bf9103bafb9f34cf3ff624b918e8\"\n },\n {\n \"url\": \"connect/gdrive_common/gac.js\",\n \"revision\": \"78f85e79f15f56b8b8d83c90f4a15679\"\n },\n {\n \"url\": \"connect/onedrive_common/ac.js\",\n \"revision\": \"d10d4603e86da7c9af277dac832e8e06\"\n },\n {\n \"url\": \"connect/confluence/viewer-init.js\",\n \"revision\": \"84b1f6758f3c1a723b019c58af377027\"\n },\n {\n \"url\": \"connect/confluence/viewer.js\",\n \"revision\": \"c3a3cdcf9ba2bfc20f4a3afc542bf9b4\"\n },\n {\n \"url\": \"connect/confluence/viewer-1-4-42.html\",\n \"revision\": \"4a9a11f6de154cbd7a2df9e45790daf1\"\n },\n {\n \"url\": \"connect/confluence/macroEditor-1-4-8.html\",\n \"revision\": \"b2908e71f755a069fe6487e1e705736c\"\n },\n {\n \"url\": \"connect/confluence/includeDiagram-1-4-8.js\",\n \"revision\": \"90d1612e10c3ed94f3b355fbaf262a95\"\n },\n {\n \"url\": \"connect/confluence/includeDiagram.html\",\n \"revision\": \"4df629a5bfba840368ab8185ce27f439\"\n },\n {\n \"url\": \"connect/confluence/macro-editor.js\",\n \"revision\": \"c61c13a045c76a3fbb0c3ace53208657\"\n },\n {\n \"url\": \"math/es5/startup.js\",\n \"revision\": \"dc7130cdc866593293dbb5dde11ceb40\"\n },\n {\n \"url\": \"math/es5/core.js\",\n \"revision\": \"f71bc0bfb7d2ac8261747f97a5d47dd4\"\n },\n {\n \"url\": \"math/es5/ui/safe.js\",\n \"revision\": \"8c1fcfee7c879588ad409edcdd9cce53\"\n },\n {\n \"url\": \"math/es5/output/svg.js\",\n \"revision\": \"4f55967d16197ebb01b86356d8ab179a\"\n },\n {\n \"url\": \"math/es5/input/tex.js\",\n \"revision\": \"5c4f470da2ccb1acf85041fcecd6fff6\"\n },\n {\n \"url\": \"math/es5/input/asciimath.js\",\n \"revision\": \"c2d4076dd8e26d509bfe3a378e71cfa7\"\n },\n {\n \"url\": \"math/es5/output/svg/fonts/tex.js\",\n \"revision\": \"6eab785a3788ea805bd2b552d1f0aab8\"\n },\n {\n \"url\": \"resources/dia.txt\",\n \"revision\": \"e985d7b175fac93d48a14b9d109ae679\"\n },\n {\n \"url\": \"resources/dia_am.txt\",\n \"revision\": \"1153c43b9bb7cabc3b3382b298bf27b3\"\n },\n {\n \"url\": \"resources/dia_ar.txt\",\n \"revision\": \"ce2a1a5aed8a27a232184c0c514352fc\"\n },\n {\n \"url\": \"resources/dia_bg.txt\",\n \"revision\": \"6471bdada621bbd36a09ffec2d2b35c0\"\n },\n {\n \"url\": \"resources/dia_bn.txt\",\n \"revision\": \"cd73b465c041354165bb269ddeaac2dc\"\n },\n {\n \"url\": \"resources/dia_bs.txt\",\n \"revision\": \"06af4af5361dfce3a4330aad13a69bad\"\n },\n {\n \"url\": \"resources/dia_ca.txt\",\n \"revision\": \"9bbf523d1ff2f067d6c816cc20031245\"\n },\n {\n \"url\": \"resources/dia_cs.txt\",\n \"revision\": \"a6419fed1485078cb7dd72dade3ba8fb\"\n },\n {\n \"url\": \"resources/dia_da.txt\",\n \"revision\": \"18798b233a053eadc5b6280296e000b4\"\n },\n {\n \"url\": \"resources/dia_de.txt\",\n \"revision\": \"b0191a3e94fb9f0188a7ae8096168d5b\"\n },\n {\n \"url\": \"resources/dia_el.txt\",\n \"revision\": \"259b4db2fc5096432ccfef4b770260ee\"\n },\n {\n \"url\": \"resources/dia_eo.txt\",\n \"revision\": \"f33fb2c2543e2b71fe6106122f134722\"\n },\n {\n \"url\": \"resources/dia_es.txt\",\n \"revision\": \"76da3b40c3159b1324f8ade8a569b404\"\n },\n {\n \"url\": \"resources/dia_et.txt\",\n \"revision\": \"ba362ad767709cc7cfdfbf825102cefa\"\n },\n {\n \"url\": \"resources/dia_eu.txt\",\n \"revision\": \"0b76f36dbe461ae6cd364b6acae3575c\"\n },\n {\n \"url\": \"resources/dia_fa.txt\",\n \"revision\": \"32786ad1bf51fc7e2a976764282324a4\"\n },\n {\n \"url\": \"resources/dia_fi.txt\",\n \"revision\": \"cedd3b7a49fff9553392d0ab8b736f04\"\n },\n {\n \"url\": \"resources/dia_fil.txt\",\n \"revision\": \"d9964a7e906c88f9000eda2dc831f35a\"\n },\n {\n \"url\": \"resources/dia_fr.txt\",\n \"revision\": \"8f2c65c9bb2e5597c0836ff614b74be3\"\n },\n {\n \"url\": \"resources/dia_gl.txt\",\n \"revision\": \"13f55c70e4cf4414e9e21891b850f99a\"\n },\n {\n \"url\": \"resources/dia_gu.txt\",\n \"revision\": \"8d1ae134794739333be776137be88f71\"\n },\n {\n \"url\": \"resources/dia_he.txt\",\n \"revision\": \"41759f286da9de50206532dcdfa8d88f\"\n },\n {\n \"url\": \"resources/dia_hi.txt\",\n \"revision\": \"f640986166aa99ef4e79295bdc5f5c00\"\n },\n {\n \"url\": \"resources/dia_hr.txt\",\n \"revision\": \"a7f05cf79a58435222c7e37388a86282\"\n },\n {\n \"url\": \"resources/dia_hu.txt\",\n \"revision\": \"4fa550a7218e9c48b7091c41d9fbe999\"\n },\n {\n \"url\": \"resources/dia_id.txt\",\n \"revision\": \"26fe6d3dc2e98907ea63d7cc44f8e7eb\"\n },\n {\n \"url\": \"resources/dia_it.txt\",\n \"revision\": \"f8bb2df01dbfb8f31f4481de25eebf00\"\n },\n {\n \"url\": \"resources/dia_ja.txt\",\n \"revision\": \"b703bf2b2ba5b698f332d12354b4868f\"\n },\n {\n \"url\": \"resources/dia_kn.txt\",\n \"revision\": \"dd772334bf8277e3d9898807e9744d63\"\n },\n {\n \"url\": \"resources/dia_ko.txt\",\n \"revision\": \"24b9da41ab8f438fb14516dca20af7ae\"\n },\n {\n \"url\": \"resources/dia_lt.txt\",\n \"revision\": \"efd53e8222100b1e5bb9e4fd0755ce00\"\n },\n {\n \"url\": \"resources/dia_lv.txt\",\n \"revision\": \"b683efe0f8aeef794483e3e35ce82945\"\n },\n {\n \"url\": \"resources/dia_ml.txt\",\n \"revision\": \"b2fa6cddfd9fa92d9eb6a07c3c091830\"\n },\n {\n \"url\": \"resources/dia_mr.txt\",\n \"revision\": \"8a4bddb556f8bd7284086b43859859a1\"\n },\n {\n \"url\": \"resources/dia_ms.txt\",\n \"revision\": \"d05dcda7f13000407ea434e3be4a2937\"\n },\n {\n \"url\": \"resources/dia_my.txt\",\n \"revision\": \"e985d7b175fac93d48a14b9d109ae679\"\n },\n {\n \"url\": \"resources/dia_nl.txt\",\n \"revision\": \"96cb3202a9d11e95f65bfc2c188fe196\"\n },\n {\n \"url\": \"resources/dia_no.txt\",\n \"revision\": \"bd279714eef32838886ef25016b39b29\"\n },\n {\n \"url\": \"resources/dia_pl.txt\",\n \"revision\": \"c337922fd2e0505df81fe7d0f8557894\"\n },\n {\n \"url\": \"resources/dia_pt-br.txt\",\n \"revision\": \"f8a2886926a77892786cf9b4ecb47888\"\n },\n {\n \"url\": \"resources/dia_pt.txt\",\n \"revision\": \"75a9c3fbe754ff3b8c2205c25cce17c6\"\n },\n {\n \"url\": \"resources/dia_ro.txt\",\n \"revision\": \"9850734963d7641a2b40dc7aafb04f85\"\n },\n {\n \"url\": \"resources/dia_ru.txt\",\n \"revision\": \"13b5d0208c2ea39b4a71707a1f8e379c\"\n },\n {\n \"url\": \"resources/dia_si.txt\",\n \"revision\": \"e985d7b175fac93d48a14b9d109ae679\"\n },\n {\n \"url\": \"resources/dia_sk.txt\",\n \"revision\": \"4a23159630443f6de29e6b72d885c46c\"\n },\n {\n \"url\": \"resources/dia_sl.txt\",\n \"revision\": \"8b382e99055604a2fd8b2a8ba2bee657\"\n },\n {\n \"url\": \"resources/dia_sr.txt\",\n \"revision\": \"eaeeb431e0ff64999386e485cbe82292\"\n },\n {\n \"url\": \"resources/dia_sv.txt\",\n \"revision\": \"d39be8fb887d15cd3c6f6250fad8d017\"\n },\n {\n \"url\": \"resources/dia_sw.txt\",\n \"revision\": \"c700971e69efe97954f51667b12c01de\"\n },\n {\n \"url\": \"resources/dia_ta.txt\",\n \"revision\": \"9ff1996d7b2228cb6690075d5347bc79\"\n },\n {\n \"url\": \"resources/dia_te.txt\",\n \"revision\": \"24ea7b55be827c54fd304e7ae3711824\"\n },\n {\n \"url\": \"resources/dia_th.txt\",\n \"revision\": \"25cc395fdf269a0d9c1da5389136074a\"\n },\n {\n \"url\": \"resources/dia_tr.txt\",\n \"revision\": \"630419c00cc7068b30fc187f12be64d2\"\n },\n {\n \"url\": \"resources/dia_uk.txt\",\n \"revision\": \"78762ec812cc4df2e720986a72be6936\"\n },\n {\n \"url\": \"resources/dia_vi.txt\",\n \"revision\": \"340b9cfd3c63454b1e3a96fc23250731\"\n },\n {\n \"url\": \"resources/dia_zh-tw.txt\",\n \"revision\": \"1e9c141423c6afb2da2c5523a440e08a\"\n },\n {\n \"url\": \"resources/dia_zh.txt\",\n \"revision\": \"6fa9ba5ab46b8cb4f183f15aef3e96fb\"\n },\n {\n \"url\": \"favicon.ico\",\n \"revision\": \"fab2d88b37c72d83607527573de45281\"\n },\n {\n \"url\": \"images/manifest.json\",\n \"revision\": \"389fa448cb99794bece27ffcb216abee\"\n },\n {\n \"url\": \"images/logo.png\",\n \"revision\": \"89630b64b911ebe0daa3dfe442087cfa\"\n },\n {\n \"url\": \"images/drawlogo.svg\",\n \"revision\": \"4bf4d14ebcf072d8bd4c5a1c89e88fc6\"\n },\n {\n \"url\": \"images/drawlogo48.png\",\n \"revision\": \"8b13428373aca67b895364d025f42417\"\n },\n {\n \"url\": \"images/drawlogo-gray.svg\",\n \"revision\": \"0aabacbc0873816e1e09e4736ae44c7d\"\n },\n {\n \"url\": \"images/drawlogo-text-bottom.svg\",\n \"revision\": \"f6c438823ab31f290940bd4feb8dd9c2\"\n },\n {\n \"url\": \"images/default-user.jpg\",\n \"revision\": \"2c399696a87c8921f12d2f9e1990cc6e\"\n },\n {\n \"url\": \"images/logo-flat-small.png\",\n \"revision\": \"4b178e59ff499d6dd1894fc498b59877\"\n },\n {\n \"url\": \"images/apple-touch-icon.png\",\n \"revision\": \"73da7989a23ce9a4be565ec65658a239\"\n },\n {\n \"url\": \"images/favicon-16x16.png\",\n \"revision\": \"1a79d5461a5d2bf21f6652e0ac20d6e5\"\n },\n {\n \"url\": \"images/favicon-32x32.png\",\n \"revision\": \"e3b92da2febe70bad5372f6f3474b034\"\n },\n {\n \"url\": \"images/android-chrome-196x196.png\",\n \"revision\": \"f8c045b2d7b1c719fda64edab04c415c\"\n },\n {\n \"url\": \"images/android-chrome-512x512.png\",\n \"revision\": \"959b5fac2453963ff6d60fb85e4b73fd\"\n },\n {\n \"url\": \"images/delete.png\",\n \"revision\": \"5f2350f2fd20f1a229637aed32ed8f29\"\n },\n {\n \"url\": \"images/droptarget.png\",\n \"revision\": \"bbf7f563fb6784de1ce96f329519b043\"\n },\n {\n \"url\": \"images/help.png\",\n \"revision\": \"9266c6c3915bd33c243d80037d37bf61\"\n },\n {\n \"url\": \"images/download.png\",\n \"revision\": \"35418dd7bd48d87502c71b578cc6c37f\"\n },\n {\n \"url\": \"images/logo-flat.png\",\n \"revision\": \"038070ab43aee6e54a791211859fc67b\"\n },\n {\n \"url\": \"images/google-drive-logo.svg\",\n \"revision\": \"5d9f2f5bbc7dcc252730a0072bb23059\"\n },\n {\n \"url\": \"images/onedrive-logo.svg\",\n \"revision\": \"3645b344ec0634c1290dd58d7dc87b97\"\n },\n {\n \"url\": \"images/dropbox-logo.svg\",\n \"revision\": \"e6be408c77cf9c82d41ac64fa854280a\"\n },\n {\n \"url\": \"images/github-logo.svg\",\n \"revision\": \"a1a999b69a275eac0cb918360ac05ae1\"\n },\n {\n \"url\": \"images/gitlab-logo.svg\",\n \"revision\": \"0faea8c818899e58533e153c44b10517\"\n },\n {\n \"url\": \"images/trello-logo.svg\",\n \"revision\": \"006fd0d7d70d7e95dc691674cb12e044\"\n },\n {\n \"url\": \"images/osa_drive-harddisk.png\",\n \"revision\": \"b954e1ae772087c5b4c6ae797e1f9649\"\n },\n {\n \"url\": \"images/osa_database.png\",\n \"revision\": \"c350d9d9b95f37b6cfe798b40ede5fb0\"\n },\n {\n \"url\": \"images/google-drive-logo-white.svg\",\n \"revision\": \"f329d8b1be7778515a85b93fc35d9f26\"\n },\n {\n \"url\": \"images/dropbox-logo-white.svg\",\n \"revision\": \"4ea8299ac3bc31a16f199ee3aec223bf\"\n },\n {\n \"url\": \"images/onedrive-logo-white.svg\",\n \"revision\": \"b3602fa0fc947009cff3f33a581cff4d\"\n },\n {\n \"url\": \"images/github-logo-white.svg\",\n \"revision\": \"537b1127b3ca0f95b45782d1304fb77a\"\n },\n {\n \"url\": \"images/gitlab-logo-white.svg\",\n \"revision\": \"5fede9ac2f394c716b8c23e3fddc3910\"\n },\n {\n \"url\": \"images/trello-logo-white-orange.svg\",\n \"revision\": \"e2a0a52ba3766682f138138d10a75eb5\"\n },\n {\n \"url\": \"images/logo-confluence.png\",\n \"revision\": \"ed1e55d44ae5eba8f999aba2c93e8331\"\n },\n {\n \"url\": \"images/logo-jira.png\",\n \"revision\": \"f8d460555a0d1f87cfd901e940666629\"\n },\n {\n \"url\": \"images/clear.gif\",\n \"revision\": \"db13c778e4382e0b55258d0f811d5d70\"\n },\n {\n \"url\": \"images/spin.gif\",\n \"revision\": \"487cbb40b9ced439aa1ad914e816d773\"\n },\n {\n \"url\": \"images/checkmark.gif\",\n \"revision\": \"ba764ce62f2bf952df5bbc2bb4d381c5\"\n },\n {\n \"url\": \"images/hs.png\",\n \"revision\": \"fefa1a03d92ebad25c88dca94a0b63db\"\n },\n {\n \"url\": \"images/aui-wait.gif\",\n \"revision\": \"5a474bcbd8d2f2826f03d10ea44bf60e\"\n },\n {\n \"url\": \"mxgraph/css/common.css\",\n \"revision\": \"618b42f0bde0c7685e04811c25dc2b3e\"\n },\n {\n \"url\": \"mxgraph/images/expanded.gif\",\n \"revision\": \"2b67c2c035af1e9a5cc814f0d22074cf\"\n },\n {\n \"url\": \"mxgraph/images/collapsed.gif\",\n \"revision\": \"73cc826da002a3d740ca4ce6ec5c1f4a\"\n },\n {\n \"url\": \"mxgraph/images/maximize.gif\",\n \"revision\": \"5cd13d6925493ab51e876694cc1c2ec2\"\n },\n {\n \"url\": \"mxgraph/images/minimize.gif\",\n \"revision\": \"8957741b9b0f86af9438775f2aadbb54\"\n },\n {\n \"url\": \"mxgraph/images/close.gif\",\n \"revision\": \"8b84669812ac7382984fca35de8da48b\"\n },\n {\n \"url\": \"mxgraph/images/resize.gif\",\n \"revision\": \"a6477612b3567a34033f9cac6184eed3\"\n },\n {\n \"url\": \"mxgraph/images/separator.gif\",\n \"revision\": \"7819742ff106c97da7a801c2372bbbe5\"\n },\n {\n \"url\": \"mxgraph/images/window.gif\",\n \"revision\": \"fd9a21dd4181f98052a202a0a01f18ab\"\n },\n {\n \"url\": \"mxgraph/images/window-title.gif\",\n \"revision\": \"3fb1d6c43246cdf991a11dfe826dfe99\"\n },\n {\n \"url\": \"mxgraph/images/button.gif\",\n \"revision\": \"00759bdc3ad218fa739f584369541809\"\n },\n {\n \"url\": \"mxgraph/images/point.gif\",\n \"revision\": \"83a43717b284902442620f61bc4e9fa6\"\n }\n], {\n \"ignoreURLParametersMatching\": [/.*/]\n});\n\n\n\n\n\n\n\n\n"],"names":["self","addEventListener","event","data","type","skipWaiting","workbox_precaching_precacheAndRoute","url","revision","ignoreURLParametersMatching"],"mappings":"szBAmBAA,KAAKC,iBAAiB,WAAYC,IAC5BA,EAAMC,MAA4B,iBAApBD,EAAMC,KAAKC,MAC3BJ,KAAKK,aACN,IAWHC,EAAAA,iBAAoC,CAClC,CACEC,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,aACPC,SAAY,oCAEd,CACED,IAAO,YACPC,SAAY,oCAEd,CACED,IAAO,8CACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,kBACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,2CACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,2CACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,wCACPC,SAAY,oCAEd,CACED,IAAO,4CACPC,SAAY,oCAEd,CACED,IAAO,6CACPC,SAAY,oCAEd,CACED,IAAO,yCACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,cACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,kBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,kBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,kBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,gBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,qCAEb,CACDC,4BAA+B,CAAC"} \ No newline at end of file