Explorar el Código

15.6.4 release

David Benson [draw.io] hace 3 años
padre
commit
8a8053202b
Se han modificado 74 ficheros con 2378 adiciones y 2278 borrados
  1. 9 0
      ChangeLog
  2. 1 1
      VERSION
  3. 672 672
      src/main/webapp/js/app.min.js
  4. 5 0
      src/main/webapp/js/diagramly/App.js
  5. 34 0
      src/main/webapp/js/diagramly/Editor.js
  6. 6 3
      src/main/webapp/js/diagramly/EditorUi.js
  7. 22 1
      src/main/webapp/js/diagramly/Menus.js
  8. 7 10
      src/main/webapp/js/diagramly/Minimal.js
  9. 16 7
      src/main/webapp/js/grapheditor/Format.js
  10. 0 33
      src/main/webapp/js/grapheditor/Graph.js
  11. 1 4
      src/main/webapp/js/grapheditor/Sidebar.js
  12. 770 770
      src/main/webapp/js/viewer-static.min.js
  13. 770 770
      src/main/webapp/js/viewer.min.js
  14. 5 5
      src/main/webapp/mxgraph/mxClient.js
  15. 1 0
      src/main/webapp/resources/dia.txt
  16. 1 0
      src/main/webapp/resources/dia_am.txt
  17. 1 0
      src/main/webapp/resources/dia_ar.txt
  18. 1 0
      src/main/webapp/resources/dia_bg.txt
  19. 1 0
      src/main/webapp/resources/dia_bn.txt
  20. 1 0
      src/main/webapp/resources/dia_bs.txt
  21. 1 0
      src/main/webapp/resources/dia_ca.txt
  22. 1 0
      src/main/webapp/resources/dia_cs.txt
  23. 1 0
      src/main/webapp/resources/dia_da.txt
  24. 1 0
      src/main/webapp/resources/dia_de.txt
  25. 1 0
      src/main/webapp/resources/dia_el.txt
  26. 1 0
      src/main/webapp/resources/dia_eo.txt
  27. 1 0
      src/main/webapp/resources/dia_es.txt
  28. 1 0
      src/main/webapp/resources/dia_et.txt
  29. 1 0
      src/main/webapp/resources/dia_eu.txt
  30. 1 0
      src/main/webapp/resources/dia_fa.txt
  31. 1 0
      src/main/webapp/resources/dia_fi.txt
  32. 1 0
      src/main/webapp/resources/dia_fil.txt
  33. 1 0
      src/main/webapp/resources/dia_fr.txt
  34. 1 0
      src/main/webapp/resources/dia_gl.txt
  35. 1 0
      src/main/webapp/resources/dia_gu.txt
  36. 1 0
      src/main/webapp/resources/dia_he.txt
  37. 1 0
      src/main/webapp/resources/dia_hi.txt
  38. 1 0
      src/main/webapp/resources/dia_hr.txt
  39. 1 0
      src/main/webapp/resources/dia_hu.txt
  40. 1 0
      src/main/webapp/resources/dia_i18n.txt
  41. 1 0
      src/main/webapp/resources/dia_id.txt
  42. 1 0
      src/main/webapp/resources/dia_it.txt
  43. 1 0
      src/main/webapp/resources/dia_ja.txt
  44. 1 0
      src/main/webapp/resources/dia_kn.txt
  45. 1 0
      src/main/webapp/resources/dia_ko.txt
  46. 1 0
      src/main/webapp/resources/dia_lt.txt
  47. 1 0
      src/main/webapp/resources/dia_lv.txt
  48. 1 0
      src/main/webapp/resources/dia_ml.txt
  49. 1 0
      src/main/webapp/resources/dia_mr.txt
  50. 1 0
      src/main/webapp/resources/dia_ms.txt
  51. 1 0
      src/main/webapp/resources/dia_my.txt
  52. 1 0
      src/main/webapp/resources/dia_nl.txt
  53. 1 0
      src/main/webapp/resources/dia_no.txt
  54. 1 0
      src/main/webapp/resources/dia_pl.txt
  55. 1 0
      src/main/webapp/resources/dia_pt-br.txt
  56. 1 0
      src/main/webapp/resources/dia_pt.txt
  57. 1 0
      src/main/webapp/resources/dia_ro.txt
  58. 1 0
      src/main/webapp/resources/dia_ru.txt
  59. 1 0
      src/main/webapp/resources/dia_si.txt
  60. 1 0
      src/main/webapp/resources/dia_sk.txt
  61. 1 0
      src/main/webapp/resources/dia_sl.txt
  62. 1 0
      src/main/webapp/resources/dia_sr.txt
  63. 1 0
      src/main/webapp/resources/dia_sv.txt
  64. 1 0
      src/main/webapp/resources/dia_sw.txt
  65. 1 0
      src/main/webapp/resources/dia_ta.txt
  66. 1 0
      src/main/webapp/resources/dia_te.txt
  67. 1 0
      src/main/webapp/resources/dia_th.txt
  68. 1 0
      src/main/webapp/resources/dia_tr.txt
  69. 1 0
      src/main/webapp/resources/dia_uk.txt
  70. 1 0
      src/main/webapp/resources/dia_vi.txt
  71. 1 0
      src/main/webapp/resources/dia_zh-tw.txt
  72. 1 0
      src/main/webapp/resources/dia_zh.txt
  73. 1 1
      src/main/webapp/service-worker.js
  74. 1 1
      src/main/webapp/service-worker.js.map

+ 9 - 0
ChangeLog

@@ -1,3 +1,12 @@
+01-NOV-2021: 15.6.4
+
+- Moves resolve default colors to cell style https://github.com/jgraph/drawio/issues/2370
+- Adds default text border color
+- FIxes handling of Atlas mode and default colors
+- Updates default color via prototype
+- Fixes sticky scrollbar in FF on Windows [DID-3588]
+- Restores previous Notion embed menu
+
 31-OCT-2021: 15.6.3
 
 - Hides dragHandle while editing diagram

+ 1 - 1
VERSION

@@ -1 +1 @@
-15.6.3
+15.6.4

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 672 - 672
src/main/webapp/js/app.min.js


+ 5 - 0
src/main/webapp/js/diagramly/App.js

@@ -245,6 +245,11 @@ App.MODE_NOTION = 'notion';
  */
 App.MODE_EMBED = 'embed';
 
+/**
+ * Atlas App Mode
+ */
+App.MODE_ATLAS = 'atlas';
+
 /**
  * Sets the delay for autosave in milliseconds. Default is 2000.
  */

+ 34 - 0
src/main/webapp/js/diagramly/Editor.js

@@ -5933,9 +5933,43 @@
 	var graphPostProcessCellStyle = Graph.prototype.postProcessCellStyle;
 	Graph.prototype.postProcessCellStyle = function(style)
 	{
+		this.replaceDefaultColors(style);
+
 		return Graph.processFontStyle(graphPostProcessCellStyle.apply(this, arguments));
 	};
 
+	/**
+	 * Replaces default colors. 
+	 */
+	Graph.prototype.replaceDefaultColors = function(style)
+	{
+		if (style != null)
+		{
+			var fg = mxUtils.hex2rgba(this.defaultForegroundColor);
+			var bg = mxUtils.hex2rgba(this.defaultPageBackgroundColor);
+
+			this.replaceDefaultColor(style, mxConstants.STYLE_FONTCOLOR, fg);
+			this.replaceDefaultColor(style, mxConstants.STYLE_FILLCOLOR, bg);
+			this.replaceDefaultColor(style, mxConstants.STYLE_STROKECOLOR, fg);
+			this.replaceDefaultColor(style, mxConstants.STYLE_IMAGE_BORDER, fg);
+			this.replaceDefaultColor(style, mxConstants.STYLE_IMAGE_BACKGROUND, bg);
+			this.replaceDefaultColor(style, mxConstants.STYLE_LABEL_BORDERCOLOR, fg);
+			this.replaceDefaultColor(style, mxConstants.STYLE_SWIMLANE_FILLCOLOR, bg);
+			this.replaceDefaultColor(style, mxConstants.STYLE_LABEL_BACKGROUNDCOLOR, bg);
+		}
+	};
+
+	/**
+	 * Replaces the colors for the given key.
+	 */
+	Graph.prototype.replaceDefaultColor = function(style, key, value)
+	{
+		if (style != null && style[key] == 'default' && value != null)
+		{
+			style[key] = value;
+		}
+	};
+
 	/**
 	 * Handles custom fonts in labels.
 	 */

+ 6 - 3
src/main/webapp/js/diagramly/EditorUi.js

@@ -5749,7 +5749,7 @@
 	/**
 	 * 
 	 */
-	EditorUi.prototype.showPublishLinkDialog = function(title, hideShare, width, height, fn, showFrameOption)
+	EditorUi.prototype.showPublishLinkDialog = function(title, hideShare, width, height, fn, showFrameOption, helpLink)
 	{
 		var div = document.createElement('div');
 		div.style.whiteSpace = 'nowrap';
@@ -5761,13 +5761,12 @@
 		div.appendChild(hd);
 		
 		var file = this.getCurrentFile();
-		var helpLink = 'https://www.diagrams.net/doc/faq/publish-diagram-as-link';
 		var dy = 0;
 		
 		if (file != null && file.constructor == window.DriveFile && !hideShare)
 		{
 			dy = 80;
-			helpLink = 'https://www.diagrams.net/doc/faq/google-drive-publicly-publish-diagram';
+			helpLink = (helpLink != null) ? helpLink : 'https://www.diagrams.net/doc/faq/google-drive-publicly-publish-diagram';
 			var hintSection = document.createElement('div');
 			hintSection.style.cssText = 'border-bottom:1px solid lightGray;padding-bottom:14px;padding-top:6px;margin-bottom:14px;text-align:center;';
 			
@@ -5809,6 +5808,10 @@
 				}
 			}));
 		}
+		else
+		{
+			helpLink = (helpLink != null) ? helpLink : 'https://www.diagrams.net/doc/faq/publish-diagram-as-link';
+		}
 		
 		var widthInput = null;
 		var heightInput = null;

+ 22 - 1
src/main/webapp/js/diagramly/Menus.js

@@ -2119,7 +2119,28 @@
 
 		editorUi.actions.put('embedNotion', new Action(mxResources.get('notion') + '...', function()
 		{
-			editorUi.openLink('https://chrome.google.com/webstore/detail/drawio-for-notion/plhaalebpkihaccllnkdaokdoeaokmle');
+			editorUi.showPublishLinkDialog(mxResources.get('notion'), null, null, null,
+				function(linkTarget, linkColor, allPages, lightbox, editLink, layers, width, height, tags)
+			{
+				if (editorUi.spinner.spin(document.body, mxResources.get('loading')))
+				{
+					editorUi.getPublicUrl(editorUi.getCurrentFile(), function(url)
+					{
+						editorUi.spinner.stop();
+						var params = ['border=0'];
+
+						if (tags)
+						{
+							params.push('tags=%7B%7D');
+						}
+
+						var dlg = new EmbedDialog(editorUi, editorUi.createLink(linkTarget, linkColor,
+							allPages, lightbox, editLink, layers, url, null, params, true));
+						editorUi.showDialog(dlg.container, 450, 240, true, true);
+						dlg.init();
+					});
+				}
+			}, true);
 		}));
 		
 		editorUi.actions.put('publishLink', new Action(mxResources.get('link') + '...', function()

+ 7 - 10
src/main/webapp/js/diagramly/Minimal.js

@@ -332,12 +332,11 @@ EditorUi.initMinimalTheme = function()
 			// Sets instance vars and graph stylesheet
 			this.spinner.opts.color = Editor.isDarkMode() ? '#c0c0c0' : '#000';
 			this.setGridColor(Editor.isDarkMode() ? graph.view.defaultDarkGridColor : graph.view.defaultGridColor);
+			graph.defaultPageBackgroundColor = Editor.isDarkMode() ? Editor.darkColor : '#ffffff';
 			graph.defaultPageBorderColor = Editor.isDarkMode() ? '#505759' : '#ffffff';
 			graph.defaultForegroundColor = Editor.isDarkMode() ? '#f0f0f0' : '#000000';
 			graph.defaultThemeName = Editor.isDarkMode() ? 'darkTheme' : 'default-style2';
 			graph.graphHandler.previewColor = Editor.isDarkMode() ? '#cccccc' : 'black';
-			graph.defaultPageBackgroundColor = Editor.isDarkMode() ? Editor.darkColor : '#ffffff';
-			Graph.prototype.defaultPageBackgroundColor = graph.defaultPageBackgroundColor;
 			document.body.style.backgroundColor = (urlParams['embedInline'] == '1') ? 'transparent' :
 				(Editor.isDarkMode() ? Editor.darkColor : '#ffffff');
 			graph.loadStylesheet();
@@ -368,12 +367,14 @@ EditorUi.initMinimalTheme = function()
 			{
 				this.ruler.updateStyle();
 			}
-
 			// Sets global vars
-			Dialog.backdropColor = Editor.isDarkMode() ? Editor.darkColor : 'white';
+			Graph.prototype.defaultPageBackgroundColor = graph.defaultPageBackgroundColor;
+			Graph.prototype.defaultPageBorderColor = graph.defaultPageBorderColor;
+			Graph.prototype.defaultForegroundColor = graph.defaultForegroundColor;
 			StyleFormatPanel.prototype.defaultStrokeColor = Editor.isDarkMode() ? '#cccccc' : 'black';
 			BaseFormatPanel.prototype.buttonBackgroundColor = Editor.isDarkMode() ? Editor.darkColor : 'white';
 			Format.inactiveTabBackgroundColor = Editor.isDarkMode() ? 'black' : '#f0f0f0';
+			Dialog.backdropColor = Editor.isDarkMode() ? Editor.darkColor : 'white';
 			mxConstants.DROP_TARGET_COLOR = Editor.isDarkMode() ? '#00ff00' : '#0000FF';
 			Editor.helpImage = (Editor.isDarkMode() && mxClient.IS_SVG) ?
 				Editor.darkHelpImage : Editor.lightHelpImage;
@@ -1066,7 +1067,7 @@ EditorUi.initMinimalTheme = function()
 				
 				menu.addSeparator(parent);
 			}
-			else if(ui.mode == App.MODE_ATLAS) 
+			else if (ui.mode == App.MODE_ATLAS)
 			{
 				ui.menus.addMenuItems(menu, ['save', 'synchronize', '-'], parent);
 			}
@@ -1074,7 +1075,7 @@ EditorUi.initMinimalTheme = function()
 			{
 	        	ui.menus.addMenuItems(menu, ['new'], parent);
 				ui.menus.addSubmenu('openFrom', menu, parent);
-			
+
 				if (isLocalStorage)
 				{
 					this.addSubmenu('openRecent', menu, parent);
@@ -1801,10 +1802,6 @@ EditorUi.initMinimalTheme = function()
 			{
 				this.sidebar.graph.stylesheet.styles =
 					mxUtils.clone(graph.stylesheet.styles);
-				this.sidebar.graph.defaultPageBackgroundColor =
-					graph.defaultPageBackgroundColor;
-				this.sidebar.graph.defaultForegroundColor =
-					graph.defaultForegroundColor;
 				this.sidebar.container.innerHTML = '';
 				this.sidebar.palettes = new Object();
 				this.sidebar.init();

+ 16 - 7
src/main/webapp/js/grapheditor/Format.js

@@ -3590,7 +3590,8 @@ TextFormatPanel.prototype.addFont = function(container)
 	{
 		install: function(apply) { bgColorApply = apply; },
 		destroy: function() { bgColorApply = null; }
-	}, null, true) : this.createCellColorOption(mxResources.get('backgroundColor'), mxConstants.STYLE_LABEL_BACKGROUNDCOLOR, 'default', null, function(color)
+	}, null, true) : this.createCellColorOption(mxResources.get('backgroundColor'),
+		mxConstants.STYLE_LABEL_BACKGROUNDCOLOR, 'default', null, function(color)
 	{
 		graph.updateLabelElements(ss.cells, function(elt)
 		{
@@ -3599,7 +3600,9 @@ TextFormatPanel.prototype.addFont = function(container)
 	}, graph.defaultPageBackgroundColor);
 	bgPanel.style.fontWeight = 'bold';
 
-	var borderPanel = this.createCellColorOption(mxResources.get('borderColor'), mxConstants.STYLE_LABEL_BORDERCOLOR, '#000000');
+	var borderPanel = this.createCellColorOption(mxResources.get('borderColor'),
+		mxConstants.STYLE_LABEL_BORDERCOLOR, 'default', null, null,
+		graph.defaultForegroundColor);
 	borderPanel.style.fontWeight = 'bold';
 	
 	var defs = (ss.vertices.length >= 1) ? graph.stylesheet.getDefaultVertexStyle() : graph.stylesheet.getDefaultEdgeStyle();
@@ -6188,11 +6191,7 @@ DiagramStylePanel.prototype.addView = function(div)
 		container.appendChild(div);
 		
 		var graph2 = new Graph(div, null, null, graph.getStylesheet());
-		
-		graph2.defaultPageBackgroundColor =
-			graph.defaultPageBackgroundColor;
-		graph2.defaultForegroundColor =
-			graph.defaultForegroundColor;
+
 		graph2.resetViewOnRootChange = false;
 		graph2.foldingEnabled = false;
 		graph2.gridEnabled = false;
@@ -6218,6 +6217,11 @@ DiagramStylePanel.prototype.addView = function(div)
 			applyStyle(commonStyle, result, cell, graphStyle, graph2);
 			applyStyle(appliedStyle, result, cell, graphStyle, graph2);
 			
+			if (result != null)
+			{
+				result = this.postProcessCellStyle(result);
+			}
+
 			return result;
 		};
 		
@@ -6363,6 +6367,11 @@ DiagramStylePanel.prototype.addView = function(div)
 					applyStyle(commonStyle, result, cell, graphStyle);
 					applyStyle(appliedStyle, result, cell, graphStyle);
 					
+					if (result != null)
+					{
+						result = this.postProcessCellStyle(result);
+					}
+					
 					return result;
 				};
 				

+ 0 - 33
src/main/webapp/js/grapheditor/Graph.js

@@ -11010,39 +11010,6 @@ if (typeof mxVertexHandler != 'undefined')
 			}
 		};
 
-		/**
-		 * Handles special color values.
-		 */
-		var mxCellRendererPostConfigureShape = mxCellRenderer.prototype.postConfigureShape;
-		mxCellRenderer.prototype.postConfigureShape = function(state)
-		{
-			// Uses rgba to distinguish from user-defined values in output
-			var bg = mxUtils.hex2rgba(state.view.graph.defaultPageBackgroundColor);
-			var fg = mxUtils.hex2rgba(state.view.graph.defaultForegroundColor);
-
-			this.resolveDefaultColor(state, 'fill', state.shape, bg);
-			this.resolveDefaultColor(state, 'color', state.text, fg);
-			this.resolveDefaultColor(state, 'border', state.text, fg);
-			this.resolveDefaultColor(state, 'stroke', state.shape, fg);
-			this.resolveDefaultColor(state, 'laneFill', state.shape, bg);
-			this.resolveDefaultColor(state, 'background', state.text, bg);
-			this.resolveDefaultColor(state, 'imageBorder', state.shape, fg);
-			this.resolveDefaultColor(state, 'imageBackground', state.shape, bg);
-
-			mxCellRendererPostConfigureShape.apply(this, arguments);
-		};
-
-		/**
-		 * Adds default background color handling for text and lanes.
-		 */
-		mxCellRenderer.prototype.resolveDefaultColor = function(state, field, shape, defaultValue)
-		{
-			if (shape != null && shape[field] == 'default' && defaultValue != null)
-			{
-				shape[field] = defaultValue;
-			}
-		};
-
 		/**
 		 * Handling of special nl2Br style for not converting newlines to breaks in HTML labels.
 		 * NOTE: Since it's easier to set this when the label is created we assume that it does

+ 1 - 4
src/main/webapp/js/grapheditor/Sidebar.js

@@ -13,7 +13,6 @@ function Sidebar(editorUi, container)
 	this.lastCreated = 0;
 	this.showTooltips = true;
 	this.graph = editorUi.createTemporaryGraph(this.editorUi.editor.graph.getStylesheet());
-	this.graph.defaultForegroundColor = editorUi.editor.graph.defaultForegroundColor;
     this.graph.cellRenderer.minSvgStrokeWidth = this.minThumbStrokeWidth;
 	this.graph.cellRenderer.antiAlias = this.thumbAntiAlias;
 	this.graph.container.style.visibility = 'hidden';
@@ -354,7 +353,6 @@ Sidebar.prototype.createTooltip = function(elt, cells, w, h, title, showLabel, o
 	this.tooltipCloseImage.style.display = (closable) ? '' : 'none';
 	this.graph2.model.clear();
 	this.graph2.view.setTranslate(this.tooltipBorder, this.tooltipBorder);
-	this.graph2.defaultForegroundColor = this.editorUi.editor.graph.defaultForegroundColor;
 	
 	if (!maxSize && (w > this.maxTooltipWidth || h > this.maxTooltipHeight))
 	{
@@ -377,9 +375,8 @@ Sidebar.prototype.createTooltip = function(elt, cells, w, h, title, showLabel, o
 		(!applyAllStyles) ? this.editorUi.editor.graph.defaultEdgeStyle : null,
 		applyAllStyles, true);
 	this.graph2.addCells(temp);
-	
+
 	mxClient.NO_FO = fo;
-	
 	var bounds = this.graph2.getGraphBounds();
 	
 	// Maximum size applied with transform for faster repaint

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 770 - 770
src/main/webapp/js/viewer-static.min.js


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 770 - 770
src/main/webapp/js/viewer.min.js


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 5 - 5
src/main/webapp/mxgraph/mxClient.js


+ 1 - 0
src/main/webapp/resources/dia.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_am.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_ar.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_bg.txt

@@ -1164,3 +1164,4 @@ branch=Клон
 meters=Метри
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_bn.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_bs.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_ca.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_cs.txt

@@ -1164,3 +1164,4 @@ branch=Větev
 meters=Metrů
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_da.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_de.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meter
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_el.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_eo.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_es.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_et.txt

@@ -1164,3 +1164,4 @@ branch=Haru
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_eu.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_fa.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_fi.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_fil.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_fr.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_gl.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_gu.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_he.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_hi.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_hr.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_hu.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_i18n.txt

@@ -1164,3 +1164,4 @@ branch=branch
 meters=meters
 teamsNoEditingMsg=teamsNoEditingMsg
 contactOwner=contactOwner
+viewerOnlyMsg=viewerOnlyMsg

+ 1 - 0
src/main/webapp/resources/dia_id.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_it.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_ja.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_kn.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_ko.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_lt.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_lv.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_ml.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_mr.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_ms.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_my.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_nl.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_no.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_pl.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_pt-br.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Metros
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_pt.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_ro.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_ru.txt

@@ -1164,3 +1164,4 @@ branch=Ветвь
 meters=Метры
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_si.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_sk.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_sl.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_sr.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_sv.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_sw.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_ta.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_te.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_th.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_tr.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_uk.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_vi.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_zh-tw.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

+ 1 - 0
src/main/webapp/resources/dia_zh.txt

@@ -1164,3 +1164,4 @@ branch=Branch
 meters=Meters
 teamsNoEditingMsg=Editor functionality is only available in Desktop environment (in MS Teams App or a web browser)
 contactOwner=Contact Owner
+viewerOnlyMsg=You cannot edit the diagrams in the mobile platform, please use the desktop client or a web browser.

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
src/main/webapp/service-worker.js


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
src/main/webapp/service-worker.js.map