mirror of https://github.com/jgraph/drawio.git
26.0.7 release
This commit is contained in:
parent
2808a4a94d
commit
ad0ee18526
|
@ -1,3 +1,11 @@
|
||||||
|
22-JAN-2025: 26.0.7
|
||||||
|
|
||||||
|
- Fixes for Atlas theme dark mode
|
||||||
|
- Dark mode fixes
|
||||||
|
- Changes raster images to SVG
|
||||||
|
- Stroke width fix for some BPMN2 shapes. Ticket [jgraph/drawio#4861]
|
||||||
|
- [conf cloud] Adds disableGithubEmbedding config to hide Github tab from embed editor [DID-14232]
|
||||||
|
|
||||||
15-JAN-2025: 26.0.6
|
15-JAN-2025: 26.0.6
|
||||||
|
|
||||||
- Various dark mode improvements
|
- Various dark mode improvements
|
||||||
|
|
|
@ -5,69 +5,79 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Clear diagrams.net Cache</title>
|
<title>Clear diagrams.net Cache</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@media only screen {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
.adaptive-asset {
|
||||||
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans",
|
filter: invert(1);
|
||||||
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
||||||
background: light-dark(rgb(255, 255, 255), rgb(18, 18, 18));
|
|
||||||
color: light-dark(rgb(18, 18, 18), white);
|
|
||||||
margin: 10px 5% 10px 5%;
|
|
||||||
color-scheme: dark;
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
textarea {
|
|
||||||
box-sizing: border-box;
|
|
||||||
font-family: monospace;
|
|
||||||
color: lightgray;
|
|
||||||
resize: vertical;
|
|
||||||
font-size: inherit;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 4px;
|
|
||||||
}
|
|
||||||
button {
|
|
||||||
background: #1a4cad;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 10px;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
button {
|
|
||||||
cursor: default;
|
|
||||||
opacity: 0.9;
|
|
||||||
}
|
|
||||||
button:hover:not(:disabled) {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
button:active:not(:disabled) {
|
|
||||||
filter:invert(1);
|
|
||||||
}
|
|
||||||
input {
|
|
||||||
padding: 2px 6px;
|
|
||||||
margin: 0 0 0 4px;
|
|
||||||
font-size: inherit;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
body {
|
||||||
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans",
|
||||||
|
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
|
background: light-dark(rgb(255, 255, 255), rgb(18, 18, 18));
|
||||||
|
color: light-dark(rgb(18, 18, 18), white);
|
||||||
|
color-scheme: light dark;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
border: 0;
|
||||||
|
border-top: 1px solid light-dark(rgb(0, 0, 0), rgb(255, 255, 255));
|
||||||
|
}
|
||||||
|
textarea {
|
||||||
|
box-sizing: border-box;
|
||||||
|
font-family: monospace;
|
||||||
|
resize: vertical;
|
||||||
|
font-size: inherit;
|
||||||
|
border-radius: 4px;
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
button {
|
||||||
|
background: light-dark(#29b6f2, #003555);
|
||||||
|
border-radius: 4px;
|
||||||
|
padding: 10px;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
button {
|
||||||
|
cursor: default;
|
||||||
|
opacity: 0.9;
|
||||||
|
}
|
||||||
|
button:hover:not(:disabled) {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
button:active:not(:disabled) {
|
||||||
|
filter:invert(1);
|
||||||
|
}
|
||||||
|
input {
|
||||||
|
padding: 2px 6px;
|
||||||
|
margin: 0 0 0 4px;
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="display:flex;opacity:0.9;align-items:center;padding:20px 0 10px 0;">
|
<div id="content" style="position:relative;display:block;left:50%;transform:translate(-50%,0);width:50%;padding-top:2%;text-align:center;">
|
||||||
<svg viewBox="24 26 68 68" style="width:28px;display:inline-block;">
|
<div style="display:flex;align-items:center;opacity:0.7;width:250px;min-width:130px;position:relative;left:50%;transform:translate(-50%,0);">
|
||||||
<line y2="72.394" x2="41.061" y1="43.384" x1="58.069" stroke-miterlimit="10" stroke-width="3.5528"
|
<svg viewBox="24 26 68 68" style="width:28px;display:inline-block;">
|
||||||
stroke="currentColor" fill="none" />
|
<line y2="72.394" x2="41.061" y1="43.384" x1="58.069" stroke-miterlimit="10" stroke-width="3.5528"
|
||||||
<line y2="72.394" x2="75.076" y1="43.384" x1="58.068" stroke-miterlimit="10" stroke-width="3.5008"
|
stroke="currentColor" fill="none" />
|
||||||
stroke="currentColor" fill="none" />
|
<line y2="72.394" x2="75.076" y1="43.384" x1="58.068" stroke-miterlimit="10" stroke-width="3.5008"
|
||||||
<path
|
stroke="currentColor" fill="none" />
|
||||||
d="M52.773,77.084c0,1.954-1.599,3.553-3.553,3.553H36.999c-1.954,0-3.553-1.599-3.553-3.553v-9.379c0-1.954,1.599-3.553,3.553-3.553h12.222c1.954,0,3.553,1.599,3.553,3.553V77.084z"
|
<path
|
||||||
fill="currentColor" />
|
d="M52.773,77.084c0,1.954-1.599,3.553-3.553,3.553H36.999c-1.954,0-3.553-1.599-3.553-3.553v-9.379c0-1.954,1.599-3.553,3.553-3.553h12.222c1.954,0,3.553,1.599,3.553,3.553V77.084z"
|
||||||
<path
|
fill="currentColor" />
|
||||||
d="M67.762,48.074c0,1.954-1.599,3.553-3.553,3.553H51.988c-1.954,0-3.553-1.599-3.553-3.553v-9.379c0-1.954,1.599-3.553,3.553-3.553H64.21c1.954,0,3.553,1.599,3.553,3.553V48.074z"
|
<path
|
||||||
fill="currentColor" />
|
d="M67.762,48.074c0,1.954-1.599,3.553-3.553,3.553H51.988c-1.954,0-3.553-1.599-3.553-3.553v-9.379c0-1.954,1.599-3.553,3.553-3.553H64.21c1.954,0,3.553,1.599,3.553,3.553V48.074z"
|
||||||
<path
|
fill="currentColor" />
|
||||||
d="M82.752,77.084c0,1.954-1.599,3.553-3.553,3.553H66.977c-1.954,0-3.553-1.599-3.553-3.553v-9.379c0-1.954,1.599-3.553,3.553-3.553h12.222c1.954,0,3.553,1.599,3.553,3.553V77.084z"
|
<path
|
||||||
fill="currentColor" />
|
d="M82.752,77.084c0,1.954-1.599,3.553-3.553,3.553H66.977c-1.954,0-3.553-1.599-3.553-3.553v-9.379c0-1.954,1.599-3.553,3.553-3.553h12.222c1.954,0,3.553,1.599,3.553,3.553V77.084z"
|
||||||
</svg>
|
fill="currentColor" />
|
||||||
<span style="font-family:Helvetica;font-weight:700;font-size:20px;margin-left:4px;">draw.io</span>
|
</svg>
|
||||||
|
<span style="font-family:Helvetica;font-weight:700;font-size:20px;margin-left:4px;">draw.io</span>
|
||||||
|
<a style="position:absolute;right:0px;" class="adaptive-asset" href="https://www.drawio.com/blog/clear-diagrams-net-cache" title="Help" target="_blank">
|
||||||
|
<img style="opacity:0.6;height:16px;width:16px;" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZD0iTTExIDE4aDJ2LTJoLTJ2MnptMS0xNkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMCAxOGMtNC40MSAwLTgtMy41OS04LThzMy41OS04IDgtOCA4IDMuNTkgOCA4LTMuNTkgOC04IDh6bTAtMTRjLTIuMjEgMC00IDEuNzktNCA0aDJjMC0xLjEuOS0yIDItMnMyIC45IDIgMmMwIDItMyAxLjc1LTMgNWgyYzAtMi4yNSAzLTIuNSAzLTUgMC0yLjIxLTEuNzktNC00LTR6Ii8+PC9zdmc+" border="0">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<script src="js/app.min.js"></script>
|
||||||
|
<script src="js/clear.js"></script>
|
||||||
</div>
|
</div>
|
||||||
<script src="js/app.min.js"></script>
|
|
||||||
<script src="js/clear.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2,51 +2,58 @@ try
|
||||||
{
|
{
|
||||||
function write(text)
|
function write(text)
|
||||||
{
|
{
|
||||||
document.body.appendChild(document.createTextNode(text));
|
document.getElementById('content').appendChild(document.createTextNode(text));
|
||||||
};
|
};
|
||||||
|
|
||||||
function writeln(text)
|
function writeln(text)
|
||||||
{
|
{
|
||||||
write(text);
|
write(text);
|
||||||
document.body.appendChild(document.createElement('br'));
|
document.getElementById('content').appendChild(document.createElement('br'));
|
||||||
};
|
};
|
||||||
|
|
||||||
writeln('');
|
writeln('');
|
||||||
write('Clearing Cached version ' + EditorUi.VERSION + '...');
|
write('Clearing Cached version ' + EditorUi.VERSION + '...');
|
||||||
|
|
||||||
navigator.serviceWorker.getRegistrations().then(function(registrations)
|
if (navigator.serviceWorker != null)
|
||||||
{
|
{
|
||||||
if (registrations != null && registrations.length > 0)
|
navigator.serviceWorker.getRegistrations().then(function(registrations)
|
||||||
{
|
{
|
||||||
for (var i = 0; i < registrations.length; i++)
|
if (registrations != null && registrations.length > 0)
|
||||||
{
|
{
|
||||||
registrations[i].unregister();
|
for (var i = 0; i < registrations.length; i++)
|
||||||
|
{
|
||||||
|
registrations[i].unregister();
|
||||||
|
}
|
||||||
|
|
||||||
|
writeln('Done');
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
writeln('OK');
|
||||||
|
}
|
||||||
|
|
||||||
|
writeln('');
|
||||||
|
var link = document.createElement('button');
|
||||||
|
link.style.margin = '4px';
|
||||||
|
link.setAttribute('onclick', 'window.location.reload();');
|
||||||
|
link.appendChild(document.createTextNode('Update'));
|
||||||
|
document.getElementById('content').appendChild(link);
|
||||||
|
|
||||||
writeln('Done');
|
if ((/test\.draw\.io$/.test(window.location.hostname)) ||
|
||||||
}
|
(/preprod\.diagrams\.net$/.test(window.location.hostname)) ||
|
||||||
else
|
(/app\.diagrams\.net$/.test(window.location.hostname)))
|
||||||
{
|
{
|
||||||
writeln('OK');
|
link = link.cloneNode(false);
|
||||||
}
|
link.setAttribute('onclick', 'window.location.href = "/.";');
|
||||||
|
link.appendChild(document.createTextNode('Start App'));
|
||||||
writeln('');
|
document.getElementById('content').appendChild(link);
|
||||||
var link = document.createElement('button');
|
}
|
||||||
link.style.margin = '4px';
|
});
|
||||||
link.setAttribute('onclick', 'window.location.reload();');
|
}
|
||||||
link.appendChild(document.createTextNode('Update'));
|
else
|
||||||
document.body.appendChild(link);
|
{
|
||||||
|
writeln('OK');
|
||||||
if ((/test\.draw\.io$/.test(window.location.hostname)) ||
|
}
|
||||||
(/preprod\.diagrams\.net$/.test(window.location.hostname)) ||
|
|
||||||
(/app\.diagrams\.net$/.test(window.location.hostname)))
|
|
||||||
{
|
|
||||||
link = link.cloneNode(false);
|
|
||||||
link.setAttribute('onclick', 'window.location.href = "/.";');
|
|
||||||
link.appendChild(document.createTextNode('Start App'));
|
|
||||||
document.body.appendChild(link);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// Clears corresponding domain of current domain
|
// Clears corresponding domain of current domain
|
||||||
var iframe = document.createElement('iframe');
|
var iframe = document.createElement('iframe');
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -130,10 +130,12 @@ function main()
|
||||||
var ctrlTd = document.createElement('td');
|
var ctrlTd = document.createElement('td');
|
||||||
row.appendChild(ctrlTd);
|
row.appendChild(ctrlTd);
|
||||||
ctrlTd.style.textAlign = 'center';
|
ctrlTd.style.textAlign = 'center';
|
||||||
var img = document.createElement('span');
|
var img = document.createElement('img');
|
||||||
img.className = 'geSprite geSprite-delete';
|
img.src = window.parent.Editor.trashImage;
|
||||||
img.style.cursor = 'pointer';
|
img.style.cursor = 'pointer';
|
||||||
img.style.display = 'inline-block';
|
img.style.display = 'inline-block';
|
||||||
|
img.style.width = '18px';
|
||||||
|
img.setAttribute('title', window.parent.mxResources.get('delete'));
|
||||||
ctrlTd.appendChild(img);
|
ctrlTd.appendChild(img);
|
||||||
|
|
||||||
if (darkMode)
|
if (darkMode)
|
||||||
|
|
|
@ -64,16 +64,37 @@ mxShapeBpmn2Task.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.ge
|
||||||
a.translate(.5*-b-f-1,m-1-c),f+=14);d&&(n=mxStencilRegistry.getStencil("mxgraph.bpmn.compensation"),null!=n&&(n.drawShape(a,this,.5*b+f,c-m+1,14,12),f+=14));h&&(a.translate(.5*b+f,c-m),a.rect(0,0,14,14),a.stroke(),a.begin(),a.moveTo(4,7),a.lineTo(10,7),a.moveTo(7,4),a.lineTo(7,10),a.stroke(),a.translate(.5*-b-f,m-c),f+=14);e&&(n=mxStencilRegistry.getStencil("mxgraph.bpmn.ad_hoc"),null!=n&&(h=mxUtils.getValue(this.style,"strokeColor","#000000"),k=mxUtils.getValue(this.style,"fillColor","#ffffff"),
|
a.translate(.5*-b-f-1,m-1-c),f+=14);d&&(n=mxStencilRegistry.getStencil("mxgraph.bpmn.compensation"),null!=n&&(n.drawShape(a,this,.5*b+f,c-m+1,14,12),f+=14));h&&(a.translate(.5*b+f,c-m),a.rect(0,0,14,14),a.stroke(),a.begin(),a.moveTo(4,7),a.lineTo(10,7),a.moveTo(7,4),a.lineTo(7,10),a.stroke(),a.translate(.5*-b-f,m-c),f+=14);e&&(n=mxStencilRegistry.getStencil("mxgraph.bpmn.ad_hoc"),null!=n&&(h=mxUtils.getValue(this.style,"strokeColor","#000000"),k=mxUtils.getValue(this.style,"fillColor","#ffffff"),
|
||||||
a.setStrokeColor("none"),a.setFillColor(h),n.drawShape(a,this,.5*b+f+1,c-m+4,12,6),a.setStrokeColor(h),a.setFillColor(k)));switch(g){case "service":a.setFillColor(mxUtils.getValue(this.style,"fillColor","#ffffff"));n=mxStencilRegistry.getStencil("mxgraph.bpmn.service_task");null!=n&&n.drawShape(a,this,2,2,16,16);break;case "send":h=mxUtils.getValue(this.style,"strokeColor","#000000");k=mxUtils.getValue(this.style,"fillColor","#ffffff");a.setStrokeColor(k);a.setFillColor(h);mxShapeBpmn2SendMarker.prototype.paintVertexShape(a,
|
a.setStrokeColor("none"),a.setFillColor(h),n.drawShape(a,this,.5*b+f+1,c-m+4,12,6),a.setStrokeColor(h),a.setFillColor(k)));switch(g){case "service":a.setFillColor(mxUtils.getValue(this.style,"fillColor","#ffffff"));n=mxStencilRegistry.getStencil("mxgraph.bpmn.service_task");null!=n&&n.drawShape(a,this,2,2,16,16);break;case "send":h=mxUtils.getValue(this.style,"strokeColor","#000000");k=mxUtils.getValue(this.style,"fillColor","#ffffff");a.setStrokeColor(k);a.setFillColor(h);mxShapeBpmn2SendMarker.prototype.paintVertexShape(a,
|
||||||
4,4,18,13);break;case "receive":mxShapeBpmn2SendMarker.prototype.paintVertexShape(a,4,4,18,13);break;case "user":n=mxStencilRegistry.getStencil("mxgraph.bpmn.user_task");null!=n&&n.drawShape(a,this,2,2,16,16);break;case "manual":n=mxStencilRegistry.getStencil("mxgraph.bpmn.manual_task");null!=n&&n.drawShape(a,this,3,3,18,14);break;case "businessRule":n=mxStencilRegistry.getStencil("mxgraph.bpmn.business_rule_task");null!=n&&n.drawShape(a,this,4,4,18,14);break;case "script":n=mxStencilRegistry.getStencil("mxgraph.bpmn.script_task"),
|
4,4,18,13);break;case "receive":mxShapeBpmn2SendMarker.prototype.paintVertexShape(a,4,4,18,13);break;case "user":n=mxStencilRegistry.getStencil("mxgraph.bpmn.user_task");null!=n&&n.drawShape(a,this,2,2,16,16);break;case "manual":n=mxStencilRegistry.getStencil("mxgraph.bpmn.manual_task");null!=n&&n.drawShape(a,this,3,3,18,14);break;case "businessRule":n=mxStencilRegistry.getStencil("mxgraph.bpmn.business_rule_task");null!=n&&n.drawShape(a,this,4,4,18,14);break;case "script":n=mxStencilRegistry.getStencil("mxgraph.bpmn.script_task"),
|
||||||
null!=n&&n.drawShape(a,this,3,3,19,18)}b=mxUtils.getValue(this.style,"outline","none");c=mxUtils.getValue(this.style,"symbol","standard");mxShapeBpmnEvent.prototype.strictDrawShape.call(this,a,0,0,20,20,b,c)};mxCellRenderer.registerShape(mxShapeBpmn2Task.prototype.cst.TASK,mxShapeBpmn2Task);function mxShapeBpmn2Data(a,d,e,b){mxCellRenderer.prototype.getShape("note").call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx=this.dy=.5;this.notch=0}
|
null!=n&&n.drawShape(a,this,3,3,19,18)}b=mxUtils.getValue(this.style,"outline","none");c=mxUtils.getValue(this.style,"symbol","standard");mxShapeBpmnEvent.prototype.strictDrawShape.call(this,a,0,0,20,20,b,c)};mxCellRenderer.registerShape(mxShapeBpmn2Task.prototype.cst.TASK,mxShapeBpmn2Task);function mxShapeBpmn2Task2(a,d,e,b){mxCellRenderer.prototype.getShape("mxgraph.basic.rect").call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx=this.dy=.5;this.notch=0}
|
||||||
mxUtils.extend(mxShapeBpmn2Data,mxCellRenderer.prototype.getShape("note"));mxShapeBpmn2Data.prototype.cst={DATA:"mxgraph.bpmn.data"};mxShapeBpmn2Data.prototype.customProperties=[{name:"bpmnTransferType",dispName:"Transfer Type",defVal:"none",type:"enum",enumList:[{val:"none",dispName:"None"},{val:"input",dispName:"Input"},{val:"output",dispName:"Output"}]},{name:"isCollection",dispName:"Collection",type:"bool"}];
|
mxUtils.extend(mxShapeBpmn2Task2,mxCellRenderer.prototype.getShape("mxgraph.basic.rect"));
|
||||||
|
mxShapeBpmn2Task2.prototype.customProperties=[{name:"bpmnShapeType",dispName:"Type",defVal:"task",type:"enum",enumList:[{val:"task",dispName:"Task"},{val:"transaction",dispName:"Transaction"},{val:"call",dispName:"Call"},{val:"subprocess",dispName:"Sub-Process"}]},{name:"taskMarker",dispName:"Task Marker",defVal:"abstract",type:"enum",enumList:[{val:"abstract",dispName:"Abstract"},{val:"service",dispName:"Service"},{val:"send",dispName:"Send"},{val:"receive",dispName:"Receive"},{val:"user",dispName:"User"},
|
||||||
|
{val:"nime",dispName:"Non-Interrupting Message Event"},{val:"manual",dispName:"Manual"},{val:"businessRule",dispName:"Business Rule"},{val:"script",dispName:"Script"}]},{name:"isLoopSub",dispName:"Subprocess",type:"bool"},{name:"isLoopStandard",dispName:"Standard Loop",type:"bool"},{name:"isLoopMultiParallel",dispName:"Multi-Instance Parallel Loop",type:"bool"},{name:"isLoopMultiSeq",dispName:"Multi-Instance Sequential Loop",type:"bool"},{name:"isLoopComp",dispName:"Compensation Loop",type:"bool"},
|
||||||
|
{name:"isAdHoc",dispName:"Ad Hoc",type:"bool"}];mxShapeBpmn2Task2.prototype.customProperties=mxShapeBpmn2Task2.prototype.customProperties.concat(mxShapeBpmnEvent.prototype.customProperties);mxShapeBpmn2Task2.prototype.customProperties=mxShapeBpmn2Task2.prototype.customProperties.concat(mxCellRenderer.prototype.getShape("mxgraph.basic.rect").prototype.customProperties);mxShapeBpmn2Task2.prototype.eventTypeEnum=mxShapeBpmnEvent.prototype.eventTypeEnum;mxShapeBpmn2Task2.prototype.eventEnum=mxShapeBpmnEvent.prototype.eventEnum;
|
||||||
|
mxShapeBpmn2Task2.prototype.miscEnum=mxShapeBpmnEvent.prototype.miscEnum;mxShapeBpmn2Task2.prototype.cst={TASK:"mxgraph.bpmn.task2"};
|
||||||
|
mxShapeBpmn2Task2.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this.style,"bpmnShapeType","task"),g=mxUtils.getValue(this.style,"taskMarker","abstract"),h=mxUtils.getValue(this.style,"strokeWidth",1),k=mxUtils.getValue(this.style,"dashed",!1),l=mxUtils.getValue(this.style,"indent",3),m=14+.5*h;"call"==f&&(m=14+2*h);mxUtils.getValue(this.style,"rectOutline","single");a.translate(d,e);d=mxCellRenderer.prototype.getShape("mxgraph.basic.rect");e={};"transaction"==f?(m+=l,e.rectOutline=
|
||||||
|
"double",e.indent=3):"subprocess"==f?e.dashed=!0:"call"==f&&(e.strokeWidth=4*h);d.prototype.strictDrawShape.call(this,a,0,0,b,c,e);a.setStrokeWidth(h);a.setDashed(k);"call"==f&&a.setStrokeWidth(h);a.setDashed(!1);a.setShadow(!1);e=mxUtils.getValue(this.style,"isLoopSub",!1);l=mxUtils.getValue(this.style,"isLoopStandard",!1);var n=mxUtils.getValue(this.style,"isLoopMultiParallel",!1),p=mxUtils.getValue(this.style,"isLoopMultiSeq",!1),q=mxUtils.getValue(this.style,"isLoopComp",!1),t=mxUtils.getValue(this.style,
|
||||||
|
"isAdHoc",!1);k=0;l&&k++;n&&k++;p&&k++;q&&k++;e&&k++;t&&k++;k*=-7;a.setStrokeWidth(1);l&&(l=mxStencilRegistry.getStencil("mxgraph.bpmn.loop"),null!=l&&(d=a.setStrokeWidth,a.setStrokeWidth=function(){},l.drawShape(a,this,.5*b+k+1,c-m+1,12,12),a.setStrokeWidth=d,k+=14));n&&(a.translate(.5*b+k+1,c-m+1),a.begin(),a.moveTo(2.4,0),a.lineTo(2.4,12),a.moveTo(6,0),a.lineTo(6,12),a.moveTo(9.6,0),a.lineTo(9.6,12),a.stroke(),a.translate(.5*-b-k-1,m-1-c),k+=14);p&&(a.translate(.5*b+k+1,c-m+1),a.begin(),a.moveTo(0,
|
||||||
|
2.4),a.lineTo(12,2.4),a.moveTo(0,6),a.lineTo(12,6),a.moveTo(0,9.6),a.lineTo(12,9.6),a.stroke(),a.translate(.5*-b-k-1,m-1-c),k+=14);q&&(l=mxStencilRegistry.getStencil("mxgraph.bpmn.compensation"),null!=l&&(d=a.setStrokeWidth,a.setStrokeWidth=function(){},l.drawShape(a,this,.5*b+k,c-m+1,14,12),a.setStrokeWidth=d,k+=14));e&&(a.translate(.5*b+k,c-m),a.rect(0,0,14,14),a.stroke(),a.begin(),a.moveTo(4,7),a.lineTo(10,7),a.moveTo(7,4),a.lineTo(7,10),a.stroke(),a.translate(.5*-b-k,m-c),k+=14);t&&(l=mxStencilRegistry.getStencil("mxgraph.bpmn.ad_hoc"),
|
||||||
|
null!=l&&(d=mxUtils.getValue(this.style,"strokeColor","#000000"),e=mxUtils.getValue(this.style,"fillColor","#ffffff"),a.setStrokeColor("none"),a.setFillColor(d),l.drawShape(a,this,.5*b+k+1,c-m+4,12,6),k+=14,a.setStrokeColor(d),a.setFillColor(e),a.setStrokeWidth(1)));b=.5*h;"call"==f&&(b=2*h);switch(g){case "service":a.setFillColor(mxUtils.getValue(this.style,"fillColor","#ffffff"));l=mxStencilRegistry.getStencil("mxgraph.bpmn.service_task");null!=l&&(d=a.setStrokeWidth,a.setStrokeWidth=function(){},
|
||||||
|
l.drawShape(a,this,b+2,b+2,16,16),a.setStrokeWidth=d);break;case "send":d=mxUtils.getValue(this.style,"strokeColor","#000000");e=mxUtils.getValue(this.style,"fillColor","#ffffff");a.setStrokeColor(e);a.setFillColor(d);mxShapeBpmn2SendMarker.prototype.paintVertexShape(a,b+4,b+4,18,13);break;case "receive":mxShapeBpmn2SendMarker.prototype.paintVertexShape(a,b+4,b+4,18,13);break;case "user":l=mxStencilRegistry.getStencil("mxgraph.bpmn.user_task");null!=l&&(d=a.setStrokeWidth,a.setStrokeWidth=function(){},
|
||||||
|
l.drawShape(a,this,b+2,b+2,16,16),a.setStrokeWidth=d);break;case "manual":l=mxStencilRegistry.getStencil("mxgraph.bpmn.manual_task");null!=l&&(d=a.setStrokeWidth,a.setStrokeWidth=function(){},l.drawShape(a,this,b+3,b+3,18,14),a.setStrokeWidth=d);break;case "businessRule":l=mxStencilRegistry.getStencil("mxgraph.bpmn.business_rule_task");null!=l&&(d=a.setStrokeWidth,a.setStrokeWidth=function(){},l.drawShape(a,this,b+4,b+4,18,14),a.setStrokeWidth=d);break;case "script":l=mxStencilRegistry.getStencil("mxgraph.bpmn.script_task"),
|
||||||
|
null!=l&&(d=a.setStrokeWidth,a.setStrokeWidth=function(){},l.drawShape(a,this,b+3,b+3,19,18),a.setStrokeWidth=d)}f=mxUtils.getValue(this.style,"outline","none");g=mxUtils.getValue(this.style,"symbol","standard");d=a.setStrokeWidth;a.setStrokeWidth=function(){};mxShapeBpmnEvent.prototype.strictDrawShape.call(this,a,b,b,20,20,f,g);a.setStrokeWidth=d};mxCellRenderer.registerShape(mxShapeBpmn2Task2.prototype.cst.TASK,mxShapeBpmn2Task2);
|
||||||
|
function mxShapeBpmn2Data(a,d,e,b){mxCellRenderer.prototype.getShape("note").call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx=this.dy=.5;this.notch=0}mxUtils.extend(mxShapeBpmn2Data,mxCellRenderer.prototype.getShape("note"));mxShapeBpmn2Data.prototype.cst={DATA:"mxgraph.bpmn.data"};
|
||||||
|
mxShapeBpmn2Data.prototype.customProperties=[{name:"bpmnTransferType",dispName:"Transfer Type",defVal:"none",type:"enum",enumList:[{val:"none",dispName:"None"},{val:"input",dispName:"Input"},{val:"output",dispName:"Output"}]},{name:"isCollection",dispName:"Collection",type:"bool"}];
|
||||||
mxShapeBpmn2Data.prototype.paintVertexShape=function(a,d,e,b,c){mxCellRenderer.prototype.getShape("note").prototype.paintVertexShape.call(this,a,d,e,b,c);e=mxUtils.getValue(this.style,"bpmnTransferType","none");d=mxUtils.getValue(this.style,"isCollection",!1);a.setShadow(!1);if("input"===e||"output"===e)if(a.translate(3,3),a.begin(),a.moveTo(0,12*.3),a.lineTo(14*.55,12*.3),a.lineTo(14*.55,0),a.lineTo(14,6),a.lineTo(14*.55,12),a.lineTo(14*.55,12*.7),a.lineTo(0,12*.7),a.close(),a.translate(-3,-3),"input"===
|
mxShapeBpmn2Data.prototype.paintVertexShape=function(a,d,e,b,c){mxCellRenderer.prototype.getShape("note").prototype.paintVertexShape.call(this,a,d,e,b,c);e=mxUtils.getValue(this.style,"bpmnTransferType","none");d=mxUtils.getValue(this.style,"isCollection",!1);a.setShadow(!1);if("input"===e||"output"===e)if(a.translate(3,3),a.begin(),a.moveTo(0,12*.3),a.lineTo(14*.55,12*.3),a.lineTo(14*.55,0),a.lineTo(14,6),a.lineTo(14*.55,12),a.lineTo(14*.55,12*.7),a.lineTo(0,12*.7),a.close(),a.translate(-3,-3),"input"===
|
||||||
e)a.stroke();else{e=mxUtils.getValue(this.style,"fillColor","#ffffff");var f=mxUtils.getValue(this.style,"strokeColor","#000000");a.setFillColor(f);a.fillAndStroke();a.setFillColor(e)}d&&(a.translate(.5*b-6,c-12),a.begin(),a.moveTo(2.4,0),a.lineTo(2.4,12),a.moveTo(6,0),a.lineTo(6,12),a.moveTo(9.6,0),a.lineTo(9.6,12),a.stroke(),a.translate(.5*-b+6,-c+12))};mxCellRenderer.registerShape(mxShapeBpmn2Data.prototype.cst.DATA,mxShapeBpmn2Data);Graph.handleFactory[mxShapeBpmn2Data.prototype.cst.DATA]=Graph.handleFactory.note;
|
e)a.stroke();else{e=mxUtils.getValue(this.style,"fillColor","#ffffff");var f=mxUtils.getValue(this.style,"strokeColor","#000000");a.setFillColor(f);a.fillAndStroke();a.setFillColor(e)}d&&(a.translate(.5*b-6,c-12),a.begin(),a.moveTo(2.4,0),a.lineTo(2.4,12),a.moveTo(6,0),a.lineTo(6,12),a.moveTo(9.6,0),a.lineTo(9.6,12),a.stroke(),a.translate(.5*-b+6,-c+12))};mxCellRenderer.registerShape(mxShapeBpmn2Data.prototype.cst.DATA,mxShapeBpmn2Data);Graph.handleFactory[mxShapeBpmn2Data.prototype.cst.DATA]=Graph.handleFactory.note;
|
||||||
function mxShapeBpmn2Swimlane(a,d,e,b){mxCellRenderer.prototype.getShape("note").call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx=this.dy=.5;this.notch=0}mxUtils.extend(mxShapeBpmn2Swimlane,mxSwimlane);mxShapeBpmn2Swimlane.prototype.cst={SWIMLANE:"mxgraph.bpmn.swimlane"};mxShapeBpmn2Swimlane.prototype.customProperties=[{name:"isCollection",dispName:"Collection",type:"bool"}];
|
function mxShapeBpmn2Data2(a,d,e,b){mxCellRenderer.prototype.getShape("note").call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx=this.dy=.5;this.notch=0}mxUtils.extend(mxShapeBpmn2Data2,mxCellRenderer.prototype.getShape("note"));mxShapeBpmn2Data2.prototype.cst={DATA:"mxgraph.bpmn.data2"};
|
||||||
mxShapeBpmn2Swimlane.prototype.paintVertexShape=function(a,d,e,b,c){mxSwimlane.prototype.paintVertexShape.call(this,a,d,e,b,c);d=mxUtils.getValue(this.style,"isCollection",!1);a.setShadow(!1);d&&(a.translate(.5*b-6,c-12),a.begin(),a.moveTo(2.4,0),a.lineTo(2.4,12),a.moveTo(6,0),a.lineTo(6,12),a.moveTo(9.6,0),a.lineTo(9.6,12),a.stroke(),a.translate(.5*-b+6,-c+12))};mxCellRenderer.registerShape(mxShapeBpmn2Swimlane.prototype.cst.SWIMLANE,mxShapeBpmn2Swimlane);
|
mxShapeBpmn2Data2.prototype.customProperties=[{name:"bpmnTransferType",dispName:"Transfer Type",defVal:"none",type:"enum",enumList:[{val:"none",dispName:"None"},{val:"input",dispName:"Input"},{val:"output",dispName:"Output"}]},{name:"isCollection",dispName:"Collection",type:"bool"}];
|
||||||
Graph.handleFactory[mxShapeBpmn2Swimlane.prototype.cst.SWIMLANE]=Graph.handleFactory.swimlane;function mxShapeBpmn2Conversation(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1}mxUtils.extend(mxShapeBpmn2Conversation,mxHexagon);
|
mxShapeBpmn2Data2.prototype.paintVertexShape=function(a,d,e,b,c){mxCellRenderer.prototype.getShape("note").prototype.paintVertexShape.call(this,a,d,e,b,c);var f=mxUtils.getValue(this.style,"bpmnTransferType","none");d=mxUtils.getValue(this.style,"isCollection",!1);e=mxUtils.getValue(this.style,"strokeWidth",1);a.setShadow(!1);a.setStrokeWidth(1);if("input"===f||"output"===f){var g=3+.5*e,h=3+.5*e;a.translate(g,h);a.begin();a.moveTo(0,12*.3);a.lineTo(14*.55,12*.3);a.lineTo(14*.55,0);a.lineTo(14,6);
|
||||||
|
a.lineTo(14*.55,12);a.lineTo(14*.55,12*.7);a.lineTo(0,12*.7);a.close();a.translate(-g,-h);"input"===f?a.stroke():(f=mxUtils.getValue(this.style,"fillColor","#ffffff"),g=mxUtils.getValue(this.style,"strokeColor","#000000"),a.setFillColor(g),a.fillAndStroke(),a.setFillColor(f))}d&&(a.translate(.5*b-6,c-12-.5*e),a.begin(),a.moveTo(2.4,0),a.lineTo(2.4,12),a.moveTo(6,0),a.lineTo(6,12),a.moveTo(9.6,0),a.lineTo(9.6,12),a.stroke(),a.translate(.5*-b+6,-c+12))};
|
||||||
|
mxCellRenderer.registerShape(mxShapeBpmn2Data2.prototype.cst.DATA,mxShapeBpmn2Data2);Graph.handleFactory[mxShapeBpmn2Data2.prototype.cst.DATA]=Graph.handleFactory.note;function mxShapeBpmn2Swimlane(a,d,e,b){mxCellRenderer.prototype.getShape("note").call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1;this.dx=this.dy=.5;this.notch=0}mxUtils.extend(mxShapeBpmn2Swimlane,mxSwimlane);mxShapeBpmn2Swimlane.prototype.cst={SWIMLANE:"mxgraph.bpmn.swimlane"};
|
||||||
|
mxShapeBpmn2Swimlane.prototype.customProperties=[{name:"isCollection",dispName:"Collection",type:"bool"}];mxShapeBpmn2Swimlane.prototype.paintVertexShape=function(a,d,e,b,c){mxSwimlane.prototype.paintVertexShape.call(this,a,d,e,b,c);d=mxUtils.getValue(this.style,"isCollection",!1);a.setShadow(!1);d&&(a.translate(.5*b-6,c-12),a.begin(),a.moveTo(2.4,0),a.lineTo(2.4,12),a.moveTo(6,0),a.lineTo(6,12),a.moveTo(9.6,0),a.lineTo(9.6,12),a.stroke(),a.translate(.5*-b+6,-c+12))};
|
||||||
|
mxCellRenderer.registerShape(mxShapeBpmn2Swimlane.prototype.cst.SWIMLANE,mxShapeBpmn2Swimlane);Graph.handleFactory[mxShapeBpmn2Swimlane.prototype.cst.SWIMLANE]=Graph.handleFactory.swimlane;function mxShapeBpmn2Conversation(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1}mxUtils.extend(mxShapeBpmn2Conversation,mxHexagon);
|
||||||
mxShapeBpmn2Conversation.prototype.customProperties=[{name:"bpmnConversationType",dispName:"Type",defVal:"conv",type:"enum",enumList:[{val:"conv",dispName:"Conversation"},{val:"call",dispName:"Call"}]},{name:"isLoopSub",dispName:"Subprocess",type:"bool"}];mxShapeBpmn2Conversation.prototype.cst={CONVERSATION:"mxgraph.bpmn.conversation"};
|
mxShapeBpmn2Conversation.prototype.customProperties=[{name:"bpmnConversationType",dispName:"Type",defVal:"conv",type:"enum",enumList:[{val:"conv",dispName:"Conversation"},{val:"call",dispName:"Call"}]},{name:"isLoopSub",dispName:"Subprocess",type:"bool"}];mxShapeBpmn2Conversation.prototype.cst={CONVERSATION:"mxgraph.bpmn.conversation"};
|
||||||
mxShapeBpmn2Conversation.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this.style,"bpmnConversationType","conv"),g=mxUtils.getValue(this.style,"strokeWidth",1);"call"==f&&a.setStrokeWidth(4*g);a.translate(d,e);a.begin();a.moveTo(0,.5*c);a.lineTo(.25*b,0);a.lineTo(.75*b,0);a.lineTo(b,.5*c);a.lineTo(.75*b,c);a.lineTo(.25*b,c);a.close();a.fillAndStroke();"call"==f&&a.setStrokeWidth(g);mxUtils.getValue(this.style,"isLoopSub",!1)&&(a.translate(.5*b-7,c-14),a.rect(0,0,14,14),a.stroke(),
|
mxShapeBpmn2Conversation.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this.style,"bpmnConversationType","conv"),g=mxUtils.getValue(this.style,"strokeWidth",1);"call"==f&&a.setStrokeWidth(4*g);a.translate(d,e);a.begin();a.moveTo(0,.5*c);a.lineTo(.25*b,0);a.lineTo(.75*b,0);a.lineTo(b,.5*c);a.lineTo(.75*b,c);a.lineTo(.25*b,c);a.close();a.fillAndStroke();"call"==f&&a.setStrokeWidth(g);mxUtils.getValue(this.style,"isLoopSub",!1)&&(a.translate(.5*b-7,c-14),a.rect(0,0,14,14),a.stroke(),
|
||||||
a.begin(),a.moveTo(4,7),a.lineTo(10,7),a.moveTo(7,4),a.lineTo(7,10),a.stroke())};mxCellRenderer.registerShape(mxShapeBpmn2Conversation.prototype.cst.CONVERSATION,mxShapeBpmn2Conversation);function mxShapeEmoji(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1}mxUtils.extend(mxShapeEmoji,mxShape);mxShapeEmoji.prototype.EMOJI_NAME="emoji";
|
a.begin(),a.moveTo(4,7),a.lineTo(10,7),a.moveTo(7,4),a.lineTo(7,10),a.stroke())};mxCellRenderer.registerShape(mxShapeBpmn2Conversation.prototype.cst.CONVERSATION,mxShapeBpmn2Conversation);function mxShapeBpmn2Conversation2(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1}mxUtils.extend(mxShapeBpmn2Conversation2,mxHexagon);
|
||||||
|
mxShapeBpmn2Conversation2.prototype.customProperties=[{name:"bpmnConversationType",dispName:"Type",defVal:"conv",type:"enum",enumList:[{val:"conv",dispName:"Conversation"},{val:"call",dispName:"Call"}]},{name:"isLoopSub",dispName:"Subprocess",type:"bool"}];mxShapeBpmn2Conversation2.prototype.cst={CONVERSATION:"mxgraph.bpmn.conversation2"};
|
||||||
|
mxShapeBpmn2Conversation2.prototype.paintVertexShape=function(a,d,e,b,c){var f=mxUtils.getValue(this.style,"bpmnConversationType","conv"),g=mxUtils.getValue(this.style,"strokeWidth",1);"call"==f&&a.setStrokeWidth(4*g);a.translate(d,e);a.begin();a.moveTo(0,.5*c);a.lineTo(.25*b,0);a.lineTo(.75*b,0);a.lineTo(b,.5*c);a.lineTo(.75*b,c);a.lineTo(.25*b,c);a.close();a.fillAndStroke();a.setStrokeWidth(1);mxUtils.getValue(this.style,"isLoopSub",!1)&&("call"==f?a.translate(.5*b-7,c-14-2*g):a.translate(.5*b-
|
||||||
|
7,c-14-.5*g),a.rect(0,0,14,14),a.stroke(),a.begin(),a.moveTo(4,7),a.lineTo(10,7),a.moveTo(7,4),a.lineTo(7,10),a.stroke())};mxCellRenderer.registerShape(mxShapeBpmn2Conversation2.prototype.cst.CONVERSATION,mxShapeBpmn2Conversation2);function mxShapeEmoji(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strokewidth=null!=b?b:1}mxUtils.extend(mxShapeEmoji,mxShape);mxShapeEmoji.prototype.EMOJI_NAME="emoji";
|
||||||
mxShapeEmoji.prototype.emojis={grinning_face:"\ud83d\ude00",grinning_face_with_big_eyes:"\ud83d\ude03",grinning_face_with_smiling_eyes:"\ud83d\ude04",beaming_face_with_smiling_eyes:"\ud83d\ude01",grinning_squinting_face:"\ud83d\ude06",grinning_face_with_sweat:"\ud83d\ude05",rolling_on_the_floor_laughing:"\ud83e\udd23",face_with_tears_of_joy:"\ud83d\ude02",slightly_smiling_face:"\ud83d\ude42",upside_down_face:"\ud83d\ude43",melting_face:"\ud83e\udee0",winking_face:"\ud83d\ude09",smiling_face_with_smiling_eyes:"\ud83d\ude0a",
|
mxShapeEmoji.prototype.emojis={grinning_face:"\ud83d\ude00",grinning_face_with_big_eyes:"\ud83d\ude03",grinning_face_with_smiling_eyes:"\ud83d\ude04",beaming_face_with_smiling_eyes:"\ud83d\ude01",grinning_squinting_face:"\ud83d\ude06",grinning_face_with_sweat:"\ud83d\ude05",rolling_on_the_floor_laughing:"\ud83e\udd23",face_with_tears_of_joy:"\ud83d\ude02",slightly_smiling_face:"\ud83d\ude42",upside_down_face:"\ud83d\ude43",melting_face:"\ud83e\udee0",winking_face:"\ud83d\ude09",smiling_face_with_smiling_eyes:"\ud83d\ude0a",
|
||||||
smiling_face_with_halo:"\ud83d\ude07",smiling_face_with_hearts:"\ud83e\udd70",smiling_face_with_heart_eyes:"\ud83d\ude0d",star_struck:"\ud83e\udd29",face_blowing_a_kiss:"\ud83d\ude18",kissing_face:"\ud83d\ude17",smiling_face:"☺️",kissing_face_with_closed_eyes:"\ud83d\ude1a",kissing_face_with_smiling_eyes:"\ud83d\ude19",smiling_face_with_tear:"\ud83e\udd72",face_savoring_food:"\ud83d\ude0b",face_with_tongue:"\ud83d\ude1b",winking_face_with_tongue:"\ud83d\ude1c",zany_face:"\ud83e\udd2a",squinting_face_with_tongue:"\ud83d\ude1d",
|
smiling_face_with_halo:"\ud83d\ude07",smiling_face_with_hearts:"\ud83e\udd70",smiling_face_with_heart_eyes:"\ud83d\ude0d",star_struck:"\ud83e\udd29",face_blowing_a_kiss:"\ud83d\ude18",kissing_face:"\ud83d\ude17",smiling_face:"☺️",kissing_face_with_closed_eyes:"\ud83d\ude1a",kissing_face_with_smiling_eyes:"\ud83d\ude19",smiling_face_with_tear:"\ud83e\udd72",face_savoring_food:"\ud83d\ude0b",face_with_tongue:"\ud83d\ude1b",winking_face_with_tongue:"\ud83d\ude1c",zany_face:"\ud83e\udd2a",squinting_face_with_tongue:"\ud83d\ude1d",
|
||||||
money_mouth_face:"\ud83e\udd11",smiling_face_with_open_hands:"\ud83e\udd17",face_with_hand_over_mouth:"\ud83e\udd2d",face_with_open_eyes_and_hand_over_mouth:"\ud83e\udee2",face_with_peeking_eye:"\ud83e\udee3",shushing_face:"\ud83e\udd2b",thinking_face:"\ud83e\udd14",saluting_face:"\ud83e\udee1",zipper_mouth_face:"\ud83e\udd10",face_with_raised_eyebrow:"\ud83e\udd28",neutral_face:"\ud83d\ude10",expressionless_face:"\ud83d\ude11",face_without_mouth:"\ud83d\ude36",dotted_line_face:"\ud83e\udee5",face_in_clouds:"\ud83d\ude36\ud83c\udf2b️",
|
money_mouth_face:"\ud83e\udd11",smiling_face_with_open_hands:"\ud83e\udd17",face_with_hand_over_mouth:"\ud83e\udd2d",face_with_open_eyes_and_hand_over_mouth:"\ud83e\udee2",face_with_peeking_eye:"\ud83e\udee3",shushing_face:"\ud83e\udd2b",thinking_face:"\ud83e\udd14",saluting_face:"\ud83e\udee1",zipper_mouth_face:"\ud83e\udd10",face_with_raised_eyebrow:"\ud83e\udd28",neutral_face:"\ud83d\ude10",expressionless_face:"\ud83d\ude11",face_without_mouth:"\ud83d\ude36",dotted_line_face:"\ud83e\udee5",face_in_clouds:"\ud83d\ude36\ud83c\udf2b️",
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 56 B |
|
@ -1219,7 +1219,7 @@ teamsNoEditingMsg=Bearbeiten nur in Desktopumgebung möglich (in der MS Teams Ap
|
||||||
contactOwner=Besitzer kontaktieren
|
contactOwner=Besitzer kontaktieren
|
||||||
viewerOnlyMsg=Diagramme können auf Mobilgeräten nicht bearbeitet werden, bitte nutzen Sie die Desktopumgebung oder einen Browser.
|
viewerOnlyMsg=Diagramme können auf Mobilgeräten nicht bearbeitet werden, bitte nutzen Sie die Desktopumgebung oder einen Browser.
|
||||||
website=Website
|
website=Website
|
||||||
check4Updates=Auf Änderungen prüfen
|
check4Updates=Nach Updates suchen
|
||||||
attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
|
attWriteFailedRetry={1}: Attachment write failed, trying again in {2} seconds...
|
||||||
confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.
|
confPartialPageList=We couldn't fetch all pages due to an error in Confluence. Continuing using {1} pages only.
|
||||||
spellCheck=Rechtschreibeprüfung
|
spellCheck=Rechtschreibeprüfung
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,55 +4,18 @@
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
html body .geToolbarContainer .geButton, html body .geToolbarContainer .geLabel {
|
|
||||||
padding:3px 5px 5px 5px;
|
|
||||||
position: relative;
|
|
||||||
text-align: center;
|
|
||||||
vertical-align: middle;
|
|
||||||
border-radius:3px;
|
|
||||||
}
|
|
||||||
html body .geMenubarContainer .geBigButton {
|
html body .geMenubarContainer .geBigButton {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
html body .geBigStandardButton:active, .geSidebarContainer .geTitle:active {
|
html body .geBigStandardButton:active, .geSidebarContainer .geTitle:active {
|
||||||
background-color: #DEEBFF;
|
background-color: light-dark(#DEEBFF, var(--dark-border-color));
|
||||||
color: #0052CC;
|
|
||||||
}
|
}
|
||||||
body .geToolbarContainer .geButton:active, body .geToolbarContainer .geLabel:active {
|
body .geToolbarContainer .geButton:active, body .geToolbarContainer .geLabel:active {
|
||||||
background-color: #DEEBFF;
|
background-color: light-dark(#DEEBFF, var(--dark-border-color));
|
||||||
color: #0052CC;
|
|
||||||
}
|
|
||||||
body > .geToolbarContainer .geLabel, body > .geToolbarContainer .geButton {
|
|
||||||
-webkit-box-shadow: none !important;
|
|
||||||
-moz-box-shadow: none !important;
|
|
||||||
box-shadow: none !important;
|
|
||||||
border: 1px solid transparent !important;
|
|
||||||
}
|
|
||||||
body > .geToolbarContainer:not(.geDarkMode *) {
|
|
||||||
background: #f5f5f5 !important;
|
|
||||||
border-bottom: 1px solid #ccc !important;
|
|
||||||
-webkit-box-shadow: none !important;
|
|
||||||
-moz-box-shadow: none !important;
|
|
||||||
box-shadow: none !important;
|
|
||||||
}
|
|
||||||
body > .geToolbarContainer > .geToolbar {
|
|
||||||
padding-top:4px !important;
|
|
||||||
}
|
}
|
||||||
body > .geToolbarContainer > .geToolbar .geSeparator:not(.geDarkMode *) {
|
body > .geToolbarContainer > .geToolbar .geSeparator:not(.geDarkMode *) {
|
||||||
background:#cccccc !important;
|
background:#cccccc !important;
|
||||||
}
|
}
|
||||||
body > .geToolbarContainer > .geToolbar .geSeparator {
|
|
||||||
width:1px !important;
|
|
||||||
margin-top:3px;
|
|
||||||
height:24px;
|
|
||||||
}
|
|
||||||
.geSidebarContainer .geToolbarContainer .geButton {
|
|
||||||
padding:0px 2px 4px 2px;
|
|
||||||
}
|
|
||||||
.geToolbarContainer .geLabel {
|
|
||||||
height:18px;
|
|
||||||
_height:31px;
|
|
||||||
}
|
|
||||||
html body .geStatus .geStatusAlert:not(.geDarkMode *) {
|
html body .geStatus .geStatusAlert:not(.geDarkMode *) {
|
||||||
color:#ffffff !important;
|
color:#ffffff !important;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
|
@ -85,24 +48,16 @@ html body .geStatus .geStatusMessage:hover:not(.geDarkMode *) {
|
||||||
background-color: #2d6ca2;
|
background-color: #2d6ca2;
|
||||||
background-image: linear-gradient(rgb(90, 148, 211) 0px, rgb(54, 115, 181) 100%);
|
background-image: linear-gradient(rgb(90, 148, 211) 0px, rgb(54, 115, 181) 100%);
|
||||||
}
|
}
|
||||||
html body div.mxWindow .geButton, .mxWindow .geLabel {
|
|
||||||
-webkit-box-shadow: none !important;
|
|
||||||
-moz-box-shadow: none !important;
|
|
||||||
box-shadow: none !important;
|
|
||||||
background-image: none !important;
|
|
||||||
border:1px solid transparent !important;
|
|
||||||
}
|
|
||||||
body > .geToolbarContainer .geButton {
|
|
||||||
margin:0px -1px 0px 0px !important;
|
|
||||||
height:20px;
|
|
||||||
}
|
|
||||||
html body .geSidebarTooltip, .geSidebarTooltipImage {
|
html body .geSidebarTooltip, .geSidebarTooltipImage {
|
||||||
z-index:2;
|
z-index:2;
|
||||||
}
|
}
|
||||||
html body .geSidebarContainer .geTitle {
|
.geTitle, .geItem, .geLabel {
|
||||||
font-size:13px;
|
color: light-dark(var(--text-color), var(--dark-text-color));
|
||||||
padding:8px 0px 8px 16px;
|
|
||||||
}
|
}
|
||||||
|
#mxHeaderDocumentName {
|
||||||
|
color: light-dark(#DEEBFF, var(--dark-text-color));
|
||||||
|
}
|
||||||
|
|
||||||
html body .geMenubarContainer *:not(.geDarkMode *) {
|
html body .geMenubarContainer *:not(.geDarkMode *) {
|
||||||
color: #DEEBFF;
|
color: #DEEBFF;
|
||||||
}
|
}
|
||||||
|
@ -112,21 +67,6 @@ html body .geMenubarContainer .geStatus:not(.geDarkMode *) {
|
||||||
.geMenubarContainer .geItem:hover:not(.geStatus) {
|
.geMenubarContainer .geItem:hover:not(.geStatus) {
|
||||||
background-color: rgba(9, 30, 66, 0.48) !important;
|
background-color: rgba(9, 30, 66, 0.48) !important;
|
||||||
}
|
}
|
||||||
html body .geToolbarContainer .geLabel {
|
|
||||||
margin:0px;
|
|
||||||
padding:6px 20px 4px 10px !important;
|
|
||||||
}
|
|
||||||
.geToolbar .geSeparator {
|
|
||||||
width:0px !important;
|
|
||||||
}
|
|
||||||
.geMenubarContainer .geItem, .geToolbar .geButton, .geToolbar .geLabel,
|
|
||||||
.geSidebar, .geSidebarContainer .geTitle, .geSidebar .geItem, .mxPopupMenuItem {
|
|
||||||
-webkit-transition: none;
|
|
||||||
-moz-transition: none;
|
|
||||||
-o-transition: none;
|
|
||||||
-ms-transition: none;
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
html body .geMenubarContainer:not(.geDarkMode *) {
|
html body .geMenubarContainer:not(.geDarkMode *) {
|
||||||
background-color: #0049B0;
|
background-color: #0049B0;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -150,14 +90,6 @@ html body .geSidebarContainer .geToolbarContainer .geLabel {
|
||||||
margin:2px !important;
|
margin:2px !important;
|
||||||
padding:4px !important;
|
padding:4px !important;
|
||||||
}
|
}
|
||||||
html body .geToolbar:not(.geDarkMode *) {
|
|
||||||
margin:0px;
|
|
||||||
padding:8px 10px 0px 10px;
|
|
||||||
-webkit-box-shadow:none;
|
|
||||||
-moz-box-shadow:none;
|
|
||||||
box-shadow:none;
|
|
||||||
border:none;
|
|
||||||
}
|
|
||||||
html body .geMenubarContainer .mxDisabled {
|
html body .geMenubarContainer .mxDisabled {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
color: rgb(179, 179, 179);
|
color: rgb(179, 179, 179);
|
||||||
|
@ -189,4 +121,8 @@ html .geNotification-bell {
|
||||||
html .geNotification-bell *:not(.geDarkMode *) {
|
html .geNotification-bell *:not(.geDarkMode *) {
|
||||||
background-color: #DEEBFF;
|
background-color: #DEEBFF;
|
||||||
box-shadow: 0px 0px 10px #DEEBFF;
|
box-shadow: 0px 0px 10px #DEEBFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.geSimple.geDarkMode .geMenuItem {
|
||||||
|
filter: none !important;
|
||||||
}
|
}
|
|
@ -14,15 +14,21 @@
|
||||||
* {
|
* {
|
||||||
forced-color-adjust: none;
|
forced-color-adjust: none;
|
||||||
}
|
}
|
||||||
|
button, select {
|
||||||
|
color: light-dark(#000000, var(--dark-text-color));
|
||||||
|
}
|
||||||
html body.geSimple.geDarkMode .geMenubarContainer div.geMenuItem {
|
html body.geSimple.geDarkMode .geMenubarContainer div.geMenuItem {
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
}
|
}
|
||||||
html body.geSimple.geDarkMode .geToolbarContainer .geMenuItem, html body.geSimple.geDarkMode .geToolbarContainer .geToolbarButton,
|
html body.geSimple.geDarkMode .geToolbarContainer .geMenuItem, html body.geSimple.geDarkMode .geToolbarContainer .geToolbarButton,
|
||||||
html body.geSimple.geDarkMode .geMenubarContainer .geMenuItem .geMenuItem, html body.geSimple.geDarkMode .geMenubarContainer a.geMenuItem,
|
html body.geSimple.geDarkMode .geMenubarContainer .geMenuItem .geMenuItem, html body.geSimple.geDarkMode .geMenubarContainer a.geMenuItem,
|
||||||
html body.geSimple.geDarkMode .geMenubarContainer .geToolbarButton {
|
html body.geSimple.geDarkMode .geMenubarContainer .geToolbarButton, .geDarkMode .mxPopupMenuItem > div:not(:has(img)) {
|
||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
}
|
}
|
||||||
|
.mxPopupMenuItem > div {
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
html body.geEditor.geMinimal:not(.geDarkMode) div.diagramContainer button.gePrimaryBtn,
|
html body.geEditor.geMinimal:not(.geDarkMode) div.diagramContainer button.gePrimaryBtn,
|
||||||
html body.geEditor.geMinimal:not(.geDarkMode) .mxWindow button.gePrimaryBtn,
|
html body.geEditor.geMinimal:not(.geDarkMode) .mxWindow button.gePrimaryBtn,
|
||||||
html body.geEditor.geMinimal:not(.geDarkMode) .geDialog button.gePrimaryBtn,
|
html body.geEditor.geMinimal:not(.geDarkMode) .geDialog button.gePrimaryBtn,
|
||||||
|
@ -77,7 +83,7 @@ html body.geSimple .geMenuItem {
|
||||||
padding: 6px 10px 6px 10px;
|
padding: 6px 10px 6px 10px;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: #353535;
|
color: light-dark(#353535, #cccccc);
|
||||||
box-shadow: inset 0 0 0 1px rgba(0,0,0,.11), inset 0 -1px 0 0 rgba(0,0,0,.08), 0 1px 2px 0 rgba(0,0,0,.04);
|
box-shadow: inset 0 0 0 1px rgba(0,0,0,.11), inset 0 -1px 0 0 rgba(0,0,0,.08), 0 1px 2px 0 rgba(0,0,0,.04);
|
||||||
}
|
}
|
||||||
html body div.mxPopupMenu {
|
html body div.mxPopupMenu {
|
||||||
|
@ -562,7 +568,8 @@ a.geStatus .geStatusMessage {
|
||||||
box-shadow:none;
|
box-shadow:none;
|
||||||
z-index:1;
|
z-index:1;
|
||||||
}
|
}
|
||||||
.geShapePicker {
|
html .geShapePicker {
|
||||||
|
display:block;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
border-radius:10px;
|
border-radius:10px;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
|
@ -572,31 +579,21 @@ a.geStatus .geStatusMessage {
|
||||||
box-shadow:0px 0px 3px 1px #d1d1d1;
|
box-shadow:0px 0px 3px 1px #d1d1d1;
|
||||||
}
|
}
|
||||||
.geBtnStepper {
|
.geBtnStepper {
|
||||||
|
display:inline-block;
|
||||||
border-radius:3px;
|
border-radius:3px;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
}
|
}
|
||||||
.geBtnUp {
|
.geBtnStepper > div {
|
||||||
background-image:url(data:image/gif;base64,R0lGODlhCgAGAJECAGZmZtXV1f///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QzM3ODJERjg4NUQxMUU0OTFEQ0E2MzRGQzcwNUY3NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QzM3ODJFMDg4NUQxMUU0OTFEQ0E2MzRGQzcwNUY3NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRDMzc4MkREODg1RDExRTQ5MURDQTYzNEZDNzA1Rjc0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRDMzc4MkRFODg1RDExRTQ5MURDQTYzNEZDNzA1Rjc0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAgAsAAAAAAoABgAAAg6UjwiQBhGYglCKhXFLBQA7);
|
position:relative;
|
||||||
background-position:center center;
|
background-position:center center;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
border-bottom-style:solid;
|
border-bottom-style:solid;
|
||||||
|
background-size:18px;
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
}
|
}
|
||||||
.geBtnUp:active {
|
.geBtnStepper > div:active {
|
||||||
background-color:#4d90fe;
|
background-color:#4d90fe;
|
||||||
background-image:linear-gradient(#4d90fe 0px,#357ae8 100%);
|
|
||||||
}
|
|
||||||
.geBtnDown {
|
|
||||||
background-image:url(data:image/gif;base64,R0lGODlhCgAGAJECANXV1WZmZv///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QzM3ODJEQjg4NUQxMUU0OTFEQ0E2MzRGQzcwNUY3NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QzM3ODJEQzg4NUQxMUU0OTFEQ0E2MzRGQzcwNUY3NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRDMzc4MkQ5ODg1RDExRTQ5MURDQTYzNEZDNzA1Rjc0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRDMzc4MkRBODg1RDExRTQ5MURDQTYzNEZDNzA1Rjc0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAgAsAAAAAAoABgAAAg6UjxLLewEiCAnOZBzeBQA7);
|
|
||||||
background-position:center center;
|
|
||||||
background-repeat:no-repeat;
|
|
||||||
border-style:solid;
|
|
||||||
border-width:1px;
|
|
||||||
}
|
|
||||||
.geBtnDown:active {
|
|
||||||
background-color:#4d90fe;
|
|
||||||
background-image:linear-gradient(#4d90fe 0px,#357ae8 100%);
|
|
||||||
}
|
}
|
||||||
html .geColorBtn {
|
html .geColorBtn {
|
||||||
padding:0px;
|
padding:0px;
|
||||||
|
@ -674,40 +671,39 @@ html body.geEditor .geToolbarButton {
|
||||||
text-overflow:ellipsis;
|
text-overflow:ellipsis;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
.geToolbar {
|
|
||||||
padding:5px 0px 0px 6px;
|
|
||||||
border-top:1px solid #dadce0;
|
|
||||||
box-shadow: inset 0 1px 0 0 #fff;
|
|
||||||
}
|
|
||||||
.geToolbarContainer .geSeparator {
|
|
||||||
float:left;
|
|
||||||
width:1px;
|
|
||||||
height:20px;
|
|
||||||
background:#e5e5e5;
|
|
||||||
margin-left:6px;
|
|
||||||
margin-right:6px;
|
|
||||||
margin-top:4px;
|
|
||||||
}
|
|
||||||
.geToolbarContainer .geButton {
|
|
||||||
float:left;
|
|
||||||
width:20px;
|
|
||||||
height:20px;
|
|
||||||
padding:0px 2px 4px 2px;
|
|
||||||
margin:2px;
|
|
||||||
border:1px solid transparent;
|
|
||||||
cursor:pointer;
|
|
||||||
opacity:0.6;
|
|
||||||
}
|
|
||||||
div.mxWindow .geButton {
|
div.mxWindow .geButton {
|
||||||
margin: -1px 2px 2px 2px;
|
margin: -1px 2px 2px 2px;
|
||||||
padding: 1px 2px 2px 1px;
|
padding: 1px 2px 2px 1px;
|
||||||
}
|
}
|
||||||
.geToolbarContainer .geLabel {
|
.geToolbarContainer, .geToolbar {
|
||||||
float:left;
|
display:flex;
|
||||||
margin:2px;
|
align-items:center;
|
||||||
|
}
|
||||||
|
.geToolbar {
|
||||||
|
height:100%;
|
||||||
|
border-top-style:solid;
|
||||||
|
border-top-width:1px;
|
||||||
|
}
|
||||||
|
.geToolbar .geToolbarButton, .geToolbar .geLabel,
|
||||||
|
.geToolbar .geButton {
|
||||||
|
display:inline-flex;
|
||||||
|
align-items:center;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
padding:3px 5px 3px 5px;
|
height:20px;
|
||||||
border:1px solid transparent;
|
width:20px;
|
||||||
|
padding:2px;
|
||||||
|
margin:2px;
|
||||||
|
}
|
||||||
|
.geToolbar .geSeparator {
|
||||||
|
display:inline-block;
|
||||||
|
background:#e5e5e5;
|
||||||
|
margin-left:6px;
|
||||||
|
margin-right:6px;
|
||||||
|
height:20px;
|
||||||
|
width:1px;
|
||||||
|
}
|
||||||
|
.geToolbarContainer .geButton {
|
||||||
|
opacity:0.6;
|
||||||
}
|
}
|
||||||
.geToolbarContainer .mxDisabled:hover {
|
.geToolbarContainer .mxDisabled:hover {
|
||||||
border-color:transparent !important;
|
border-color:transparent !important;
|
||||||
|
@ -985,11 +981,6 @@ div.mxWindow .geButton {
|
||||||
border-top-width:1px;
|
border-top-width:1px;
|
||||||
border-top-style:solid;
|
border-top-style:solid;
|
||||||
}
|
}
|
||||||
.geSprite {
|
|
||||||
background:url('data:image/png;base64,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') no-repeat;
|
|
||||||
width:21px;
|
|
||||||
height:21px;
|
|
||||||
}
|
|
||||||
.geEditor .geBaseButton {
|
.geEditor .geBaseButton {
|
||||||
padding:10px;
|
padding:10px;
|
||||||
border-radius:6px;
|
border-radius:6px;
|
||||||
|
@ -1033,149 +1024,6 @@ html body .geBigStandardButton:active {
|
||||||
@media print {
|
@media print {
|
||||||
div.geNoPrint { display: none !important; }
|
div.geNoPrint { display: none !important; }
|
||||||
}
|
}
|
||||||
.geSprite-actualsize { background-position: 0 0; }
|
|
||||||
.geSprite-bold { background-position: 0 -46px; }
|
|
||||||
.geSprite-bottom { background-position: 0 -92px; }
|
|
||||||
.geSprite-center { background-position: 0 -138px; }
|
|
||||||
.geSprite-delete { background-position: 0 -184px; }
|
|
||||||
.geSprite-fillcolor { background-position: 0 -229px; }
|
|
||||||
.geSprite-fit { background-position: 0 -277px; }
|
|
||||||
.geSprite-fontcolor { background-position: 0 -322px; }
|
|
||||||
.geSprite-gradientcolor { background-position: 0 -368px; }
|
|
||||||
.geSprite-image { background-position: 0 -414px; }
|
|
||||||
.geSprite-italic { background-position: 0 -460px; }
|
|
||||||
.geSprite-left { background-position: 0 -505px; }
|
|
||||||
.geSprite-middle { background-position: 0 -552px; }
|
|
||||||
.geSprite-print { background-position: 0 -598px; }
|
|
||||||
.geSprite-redo { background-position: 0 -644px; }
|
|
||||||
.geSprite-right { background-position: 0 -689px; }
|
|
||||||
.geSprite-shadow { background-position: 0 -735px; }
|
|
||||||
.geSprite-strokecolor { background-position: 0 -782px; }
|
|
||||||
.geSprite-top { background-position: 0 -828px; }
|
|
||||||
.geSprite-underline { background-position: 0 -874px; }
|
|
||||||
.geSprite-undo { background-position: 0 -920px; }
|
|
||||||
.geSprite-zoomin { background-position: 0 -966px; }
|
|
||||||
.geSprite-zoomout { background-position: 0 -1012px; }
|
|
||||||
.geSprite-arrow { background-position: 0 -1059px; }
|
|
||||||
.geSprite-linkedge { background-position: 0 -1105px; }
|
|
||||||
.geSprite-straight { background-position: 0 -1150px; }
|
|
||||||
.geSprite-entity { background-position: 0 -1196px; }
|
|
||||||
.geSprite-orthogonal { background-position: 0 -1242px; }
|
|
||||||
.geSprite-curved { background-position: 0 -1288px; }
|
|
||||||
.geSprite-noarrow { background-position: 0 -1334px; }
|
|
||||||
.geSprite-endclassic { background-position: 0 -1380px; }
|
|
||||||
.geSprite-endopen { background-position: 0 -1426px; }
|
|
||||||
.geSprite-endblock { background-position: 0 -1472px; }
|
|
||||||
.geSprite-endoval { background-position: 0 -1518px; }
|
|
||||||
.geSprite-enddiamond { background-position: 0 -1564px; }
|
|
||||||
.geSprite-endthindiamond { background-position: 0 -1610px; }
|
|
||||||
.geSprite-endclassictrans { background-position: 0 -1656px; }
|
|
||||||
.geSprite-endblocktrans { background-position: 0 -1702px; }
|
|
||||||
.geSprite-endovaltrans { background-position: 0 -1748px; }
|
|
||||||
.geSprite-enddiamondtrans { background-position: 0 -1794px; }
|
|
||||||
.geSprite-endthindiamondtrans { background-position: 0 -1840px; }
|
|
||||||
.geSprite-startclassic { background-position: 0 -1886px; }
|
|
||||||
.geSprite-startopen { background-position: 0 -1932px; }
|
|
||||||
.geSprite-startblock { background-position: 0 -1978px; }
|
|
||||||
.geSprite-startoval { background-position: 0 -2024px; }
|
|
||||||
.geSprite-startdiamond { background-position: 0 -2070px; }
|
|
||||||
.geSprite-startthindiamond { background-position: 0 -2116px; }
|
|
||||||
.geSprite-startclassictrans { background-position: 0 -2162px; }
|
|
||||||
.geSprite-startblocktrans { background-position: 0 -2208px; }
|
|
||||||
.geSprite-startovaltrans { background-position: 0 -2254px; }
|
|
||||||
.geSprite-startdiamondtrans { background-position: 0 -2300px; }
|
|
||||||
.geSprite-startthindiamondtrans { background-position: 0 -2346px; }
|
|
||||||
.geSprite-globe { background-position: 0 -2392px; }
|
|
||||||
.geSprite-orderedlist { background-position: 0 -2438px; }
|
|
||||||
.geSprite-unorderedlist { background-position: 0 -2484px; }
|
|
||||||
.geSprite-horizontalrule { background-position: 0 -2530px; }
|
|
||||||
.geSprite-link { background-position: 0 -2576px; }
|
|
||||||
.geSprite-indent { background-position: 0 -2622px; }
|
|
||||||
.geSprite-outdent { background-position: 0 -2668px; }
|
|
||||||
.geSprite-code { background-position: 0 -2714px; }
|
|
||||||
.geSprite-fontbackground { background-position: 0 -2760px; }
|
|
||||||
.geSprite-removeformat { background-position: 0 -2806px; }
|
|
||||||
.geSprite-superscript { background-position: 0 -2852px; }
|
|
||||||
.geSprite-subscript { background-position: 0 -2898px; }
|
|
||||||
.geSprite-table { background-position: 0 -2944px; }
|
|
||||||
.geSprite-deletecolumn { background-position: 0 -2990px; }
|
|
||||||
.geSprite-deleterow { background-position: 0 -3036px; }
|
|
||||||
.geSprite-insertcolumnafter { background-position: 0 -3082px; }
|
|
||||||
.geSprite-insertcolumnbefore { background-position: 0 -3128px; }
|
|
||||||
.geSprite-insertrowafter { background-position: 0 -3174px; }
|
|
||||||
.geSprite-insertrowbefore { background-position: 0 -3220px; }
|
|
||||||
.geSprite-grid { background-position: 0 -3272px; }
|
|
||||||
.geSprite-guides { background-position: 0 -3324px; }
|
|
||||||
.geSprite-dots { background-position: 0 -3370px; }
|
|
||||||
.geSprite-alignleft { background-position: 0 -3416px; }
|
|
||||||
.geSprite-alignright { background-position: 0 -3462px; }
|
|
||||||
.geSprite-aligncenter { background-position: 0 -3508px; }
|
|
||||||
.geSprite-aligntop { background-position: 0 -3554px; }
|
|
||||||
.geSprite-alignbottom { background-position: 0 -3600px; }
|
|
||||||
.geSprite-alignmiddle { background-position: 0 -3646px; }
|
|
||||||
.geSprite-justifyfull { background-position: 0 -3692px; }
|
|
||||||
.geSprite-formatpanel { background-position: 0 -3738px; }
|
|
||||||
.geSprite-connection { background-position: 0 -3784px; }
|
|
||||||
.geSprite-vertical { background-position: 0 -3830px; }
|
|
||||||
.geSprite-simplearrow { background-position: 0 -3876px; }
|
|
||||||
.geSprite-plus { background-position: 0 -3922px; }
|
|
||||||
.geSprite-rounded { background-position: 0 -3968px; }
|
|
||||||
.geSprite-toback { background-position: 0 -4014px; }
|
|
||||||
.geSprite-tofront { background-position: 0 -4060px; }
|
|
||||||
.geSprite-duplicate { background-position: 0 -4106px; }
|
|
||||||
.geSprite-insert { background-position: 0 -4152px; }
|
|
||||||
.geSprite-endblockthin { background-position: 0 -4201px; }
|
|
||||||
.geSprite-endblockthintrans { background-position: 0 -4247px; }
|
|
||||||
.geSprite-enderone { background-position: 0 -4293px; }
|
|
||||||
.geSprite-enderonetoone { background-position: 0 -4339px; }
|
|
||||||
.geSprite-enderonetomany { background-position: 0 -4385px; }
|
|
||||||
.geSprite-endermany { background-position: 0 -4431px; }
|
|
||||||
.geSprite-enderoneopt { background-position: 0 -4477px; }
|
|
||||||
.geSprite-endermanyopt { background-position: 0 -4523px; }
|
|
||||||
.geSprite-endclassicthin { background-position: 0 -4938px; }
|
|
||||||
.geSprite-endclassicthintrans { background-position: 0 -4984px; }
|
|
||||||
.geSprite-enddash { background-position: 0 -5029px; }
|
|
||||||
.geSprite-endcircleplus { background-position: 0 -5075px; }
|
|
||||||
.geSprite-endcircle { background-position: 0 -5121px; }
|
|
||||||
.geSprite-endasync { background-position: 0 -5167px; }
|
|
||||||
.geSprite-endasynctrans { background-position: 0 -5213px; }
|
|
||||||
.geSprite-startblockthin { background-position: 0 -4569px; }
|
|
||||||
.geSprite-startblockthintrans { background-position: 0 -4615px; }
|
|
||||||
.geSprite-starterone { background-position: 0 -4661px; }
|
|
||||||
.geSprite-starteronetoone { background-position: 0 -4707px; }
|
|
||||||
.geSprite-starteronetomany { background-position: 0 -4753px; }
|
|
||||||
.geSprite-startermany { background-position: 0 -4799px; }
|
|
||||||
.geSprite-starteroneopt { background-position: 0 -4845px; }
|
|
||||||
.geSprite-startermanyopt { background-position: 0 -4891px; }
|
|
||||||
.geSprite-startclassicthin { background-position: 0 -5259px; }
|
|
||||||
.geSprite-startclassicthintrans { background-position: 0 -5305px; }
|
|
||||||
.geSprite-startdash { background-position: 0 -5351px; }
|
|
||||||
.geSprite-startcircleplus { background-position: 0 -5397px; }
|
|
||||||
.geSprite-startcircle { background-position: 0 -5443px; }
|
|
||||||
.geSprite-startasync { background-position: 0 -5489px; }
|
|
||||||
.geSprite-startasynctrans { background-position: 0 -5535px; }
|
|
||||||
.geSprite-startcross { background-position: 0 -5581px; }
|
|
||||||
.geSprite-startopenthin { background-position: 0 -5627px; }
|
|
||||||
.geSprite-startopenasync { background-position: 0 -5673px; }
|
|
||||||
.geSprite-endcross { background-position: 0 -5719px; }
|
|
||||||
.geSprite-endopenthin { background-position: 0 -5765px; }
|
|
||||||
.geSprite-endopenasync { background-position: 0 -5811px; }
|
|
||||||
.geSprite-verticalelbow { background-position: 0 -5857px; }
|
|
||||||
.geSprite-horizontalelbow { background-position: 0 -5903px; }
|
|
||||||
.geSprite-horizontalisometric { background-position: 0 -5949px; }
|
|
||||||
.geSprite-verticalisometric { background-position: 0 -5995px; }
|
|
||||||
.geSvgSprite {
|
|
||||||
background-position: center center;
|
|
||||||
}
|
|
||||||
.geFlipSprite {
|
|
||||||
transform:scaleX(-1);
|
|
||||||
}
|
|
||||||
.geSprite-box {
|
|
||||||
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='10' transform='translate(0.5,0.5)'><rect stroke='black' fill='none' x='2' y='2' width='6' height='6'/><path stroke='black' d='M8 5 L 18 5'/></svg>");
|
|
||||||
}
|
|
||||||
.geSprite-halfCircle {
|
|
||||||
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='10' transform='translate(0.5,0.5)'><path stroke='black' fill='none' d='M 2 2 Q 6 2 6 5 Q 6 8 2 8 M 6 5 L 18 5'/></svg>");
|
|
||||||
}
|
|
||||||
html div.mxRubberband {
|
html div.mxRubberband {
|
||||||
border-color:#0000DD;
|
border-color:#0000DD;
|
||||||
background:#99ccff;
|
background:#99ccff;
|
||||||
|
@ -1229,7 +1077,6 @@ td.mxPopupMenuIcon .geIcon {
|
||||||
border:1px solid transparent;
|
border:1px solid transparent;
|
||||||
opacity:0.5;
|
opacity:0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.mxPopupMenu tr {
|
table.mxPopupMenu tr {
|
||||||
font-size:4pt;
|
font-size:4pt;
|
||||||
}
|
}
|
||||||
|
@ -1239,7 +1086,6 @@ table.mxPopupMenu hr {
|
||||||
border:none;
|
border:none;
|
||||||
height:1px;
|
height:1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
html td.mxWindowTitle {
|
html td.mxWindowTitle {
|
||||||
color:light-dark(var(--text-color), var(--dark-text-color));
|
color:light-dark(var(--text-color), var(--dark-text-color));
|
||||||
background-image:none;
|
background-image:none;
|
||||||
|
|
|
@ -11,9 +11,15 @@
|
||||||
font-size:14px !important;
|
font-size:14px !important;
|
||||||
line-height:14px !important;
|
line-height:14px !important;
|
||||||
}
|
}
|
||||||
|
.geSidebarContainer .geTitle:hover {
|
||||||
|
background-color: light-dark(#c0c0c0, #414141) !important;
|
||||||
|
}
|
||||||
.geEditor div.mxTooltip {
|
.geEditor div.mxTooltip {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
.geAdaptiveAsset, .geColorBtn > div:has(.geAdaptiveAsset) {
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
.geHint {
|
.geHint {
|
||||||
font-size:11pt;
|
font-size:11pt;
|
||||||
}
|
}
|
||||||
|
@ -27,14 +33,20 @@ html > body.geDarkMode > div > div.geToolbarContainer.geSimpleMainMenu,
|
||||||
border-color: #ffffff !important;
|
border-color: #ffffff !important;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
*:not(svg *, .mxCellEditor, .mxCellEditor *, .geButton, .geLabel, img, .geIcon,
|
*:not(svg *, .mxCellEditor, .mxCellEditor *, .geButton, .geLabel, img, .geIcon, .geSpinnerStatus,
|
||||||
.geSpinnerStatus, .geInverseToolbarButton input), div.mxWindow, .geToolbarContainer,
|
.geInverseToolbarButton input, .geMinimal.geDarkMode .geMenubarContainer .geMenuItem .geMenuItem,
|
||||||
.geActiveItem, .geBtn, .geToolbarButton:not(.geInverseToolbarButton), .geEditor select,
|
.geToolbarButton.geInverseToolbarButton), div.mxWindow, .geToolbarContainer, .geActiveItem, .geBtn,
|
||||||
.geSidebarTooltip, html body .geDialog button.gePrimaryBtn:not(.geDarkMode *), .geTitle,
|
.geToolbarButton:not(.geInverseToolbarButton), .geEditor select, .geSidebarTooltip, html body .geDialog
|
||||||
html body button.gePrimaryBtn, .geEditor button, *::-webkit-scrollbar-thumb {
|
button.gePrimaryBtn:not(.geDarkMode *), .geTitle, html body button.gePrimaryBtn, .geEditor button,
|
||||||
|
*::-webkit-scrollbar-thumb {
|
||||||
border-color: light-dark(#000000, #FFFFFF) !important;
|
border-color: light-dark(#000000, #FFFFFF) !important;
|
||||||
color: light-dark(#000000, #FFFFFF) !important;
|
color: light-dark(#000000, #FFFFFF) !important;
|
||||||
}
|
}
|
||||||
|
.geSketch .geToolbarContainer {
|
||||||
|
box-shadow: none !important;
|
||||||
|
border-width:1px;
|
||||||
|
border-style:solid;
|
||||||
|
};
|
||||||
.geDarkMode .geInverseToolbarButton {
|
.geDarkMode .geInverseToolbarButton {
|
||||||
border-color: #000000 !important;
|
border-color: #000000 !important;
|
||||||
color: #000000 !important;
|
color: #000000 !important;
|
||||||
|
|
Loading…
Reference in New Issue