Skip to content

Commit 77bbe86

Browse files
committed
WFE 7.1.0 (autocommit)
1 parent e4b388c commit 77bbe86

File tree

82 files changed

+374
-391
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+374
-391
lines changed

Designer/Localization/en_default.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -505,11 +505,9 @@
505505
"Move": "Move",
506506
"Menu": "Menu",
507507
"FitToScreen": "Fit to screen",
508-
"Upload": "Upload",
509-
"UploadXML": "Upload XML",
508+
"UploadScheme": "Upload scheme",
510509
"UploadBPMN": "Upload BPMN",
511-
"Download": "Download",
512-
"DownloadXML": "Download as XML",
510+
"DownloadScheme": "Download scheme",
513511
"DownloadBPMN": "Download as BPMN",
514512
"FullScreen": "Full Screen",
515513
"ResetZoom": "Reset zoom",

Designer/templates/toolbar.html

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,39 @@
55
<el-submenu index="1">
66
<template slot="title">{{ labels.Menu }}</template>
77
<el-submenu index="1-1">
8-
<template slot="title">{{ labels.Upload }}</template>
8+
<template slot="title">{{ labels.File }}</template>
99
<el-menu-item index="1-1-1" @click="uploadXML">
10-
{{ labels.UploadXML }}
10+
{{ labels.UploadScheme }}
1111
</el-menu-item>
12-
<el-menu-item index="1-1-2" @click="uploadBPMN">
12+
<el-menu-item v-if="settings.showBpmnMenu" index="1-1-2" @click="uploadBPMN">
1313
{{ labels.UploadBPMN }}
1414
</el-menu-item>
15-
</el-submenu>
16-
<el-submenu index="1-2">
17-
<template slot="title">{{ labels.Download }}</template>
18-
<el-menu-item index="1-2-1" @click="downloadXML">
19-
{{ labels.DownloadXML }}
15+
<el-menu-item index="1-1-3" @click="downloadXML">
16+
{{ labels.DownloadScheme }}
2017
</el-menu-item>
21-
<el-menu-item index="1-2-2" @click="downloadBPMN">
18+
<el-menu-item v-if="settings.showBpmnMenu" index="1-1-5" @click="downloadBPMN">
2219
{{ labels.DownloadBPMN }}
2320
</el-menu-item>
24-
<el-menu-item index="1-3-3" @click="showToImageDialog(true)">
21+
<el-menu-item index="1-1-4" @click="showToImageDialog(true)">
2522
{{ labels.SaveToImage }}
2623
</el-menu-item>
2724
</el-submenu>
28-
<el-submenu index="1-3">
25+
<el-submenu index="1-2">
2926
<template slot="title">{{ labels.Scheme }}</template>
30-
<el-menu-item index="1-3-1" @click="refresh">{{ labels.Refresh }}</el-menu-item>
31-
<el-menu-item index="1-3-2" @click="reset">{{ labels.ResetSettings }}</el-menu-item>
32-
<el-menu-item index="1-3-4" @click="autoArrangement">{{ labels.AutoArrangement }}</el-menu-item>
33-
<el-menu-item index="1-3-5" @click="showExInfo">
27+
<el-menu-item index="1-2-1" @click="refresh">{{ labels.Refresh }}</el-menu-item>
28+
<el-menu-item index="1-2-2" @click="reset">{{ labels.ResetSettings }}</el-menu-item>
29+
<el-menu-item index="1-2-4" @click="autoArrangement">{{ labels.AutoArrangement }}</el-menu-item>
30+
<el-menu-item index="1-2-5" @click="showExInfo">
3431
{{ labels.Info }}
3532
<i v-if="exinfo" class="el-icon-check"></i>
3633
</el-menu-item>
37-
<el-menu-item index="1-3-6" @click="showLegend">
34+
<el-menu-item index="1-2-6" @click="showLegend">
3835
{{ labels.Legend }}
3936
<i v-if="legend" class="el-icon-check"></i>
4037
</el-menu-item>
41-
<el-menu-item index="1-3-7" @click="clear">{{ labels.Clear }}</el-menu-item>
38+
<el-menu-item index="1-2-7" @click="clear">{{ labels.Clear }}</el-menu-item>
4239
</el-submenu>
43-
<el-submenu index="1-4">
40+
<el-submenu index="1-3">
4441
<template slot="title">{{ labels.Language }}</template>
4542
<el-menu-item v-for="lang in languagesList" :key="lang.code" style="display: flex" @click="setLanguage(lang.code)">
4643
<b style="margin-inline-end: 10px">{{ lang.dialect }}</b>

Designer/workflowdesigner.min.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Designer/workflowdesigner.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Providers/OptimaJet.Workflow.DbPersistence/OptimaJet.Workflow.MSSQL.deps.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"OptimaJet.Workflow.MSSQL/7.0.0": {
10+
"OptimaJet.Workflow.MSSQL/7.1.0": {
1111
"dependencies": {
1212
"Microsoft.Data.SqlClient": "2.0.1",
1313
"NETStandard.Library": "2.0.3",
14-
"WorkflowEngine.NETCore-Core": "7.0.0"
14+
"WorkflowEngine.NETCore-Core": "7.1.0"
1515
},
1616
"runtime": {
1717
"OptimaJet.Workflow.MSSQL.dll": {}
@@ -1418,7 +1418,7 @@
14181418
}
14191419
}
14201420
},
1421-
"WorkflowEngine.NETCore-Core/7.0.0": {
1421+
"WorkflowEngine.NETCore-Core/7.1.0": {
14221422
"dependencies": {
14231423
"Microsoft.CodeAnalysis.CSharp": "4.1.0",
14241424
"Microsoft.CodeAnalysis.CSharp.Scripting": "4.1.0",
@@ -1437,7 +1437,7 @@
14371437
}
14381438
},
14391439
"libraries": {
1440-
"OptimaJet.Workflow.MSSQL/7.0.0": {
1440+
"OptimaJet.Workflow.MSSQL/7.1.0": {
14411441
"type": "project",
14421442
"serviceable": false,
14431443
"sha512": ""
@@ -1487,7 +1487,7 @@
14871487
"Microsoft.Data.SqlClient/2.0.1": {
14881488
"type": "package",
14891489
"serviceable": true,
1490-
"sha512": "sha512-SLtmpFIzSym7kfHaxCKsIIgLU38V+3dguAAA9H9pBbEeUfxfNGbD72sBE9ntR25ff/9wlfWFzBTueuHfA68eMA==",
1490+
"sha512": "sha512-cff+ug/XZnGmX6DFgLY92t7G9W3i8r23w5Qnuby41l9rS+X+f7Y51hV5glvIrmsu3tIcnxbR+Z4CQ2zGhksIJw==",
14911491
"path": "microsoft.data.sqlclient/2.0.1",
14921492
"hashPath": "microsoft.data.sqlclient.2.0.1.nupkg.sha512"
14931493
},
@@ -1515,7 +1515,7 @@
15151515
"Microsoft.Identity.Client/4.14.0": {
15161516
"type": "package",
15171517
"serviceable": true,
1518-
"sha512": "sha512-7RS32G7AzFVnqvtXJ8EZD92MOm6ub+JlqRofwKDrP31jZXANXZpkdN2pK+EFMXF65oIgYeNzd71ihxCLs5SA4g==",
1518+
"sha512": "sha512-Etqux6Zuuv1yEN4UwKbAn6EZv0Rooc+vM4N9z7gxmeT7dyoKlXIRN44DQPzD9LV1CW0KsTVqH+2B42p1NKqPlQ==",
15191519
"path": "microsoft.identity.client/4.14.0",
15201520
"hashPath": "microsoft.identity.client.4.14.0.nupkg.sha512"
15211521
},
@@ -2212,7 +2212,7 @@
22122212
"path": "thomaslevesque.weakevent/4.1.0",
22132213
"hashPath": "thomaslevesque.weakevent.4.1.0.nupkg.sha512"
22142214
},
2215-
"WorkflowEngine.NETCore-Core/7.0.0": {
2215+
"WorkflowEngine.NETCore-Core/7.1.0": {
22162216
"type": "project",
22172217
"serviceable": false,
22182218
"sha512": ""
0 Bytes
Binary file not shown.

Providers/OptimaJet.Workflow.DbPersistence/Source/OptimaJet.Workflow.MSSQL.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<AssemblyName>OptimaJet.Workflow.MSSQL</AssemblyName>
77
<SignAssembly>True</SignAssembly>
88
<AssemblyOriginatorKeyFile>Workflow.snk</AssemblyOriginatorKeyFile>
9-
<AssemblyVersion>7.0.0</AssemblyVersion>
10-
<FileVersion>7.0.0</FileVersion>
11-
<Version>7.0.0</Version>
9+
<AssemblyVersion>7.1.0</AssemblyVersion>
10+
<FileVersion>7.1.0</FileVersion>
11+
<Version>7.1.0</Version>
1212
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1313
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
1414
<Authors>OptimaJet, LLC</Authors>

Providers/OptimaJet.Workflow.MongoDB/OptimaJet.Workflow.MongoDB.deps.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"OptimaJet.Workflow.MongoDB/7.0.0": {
10+
"OptimaJet.Workflow.MongoDB/7.1.0": {
1111
"dependencies": {
1212
"MongoDB.Driver.signed": "2.10.4",
1313
"NETStandard.Library": "2.0.3",
1414
"System.Linq.Dynamic.Core": "1.2.8",
15-
"WorkflowEngine.NETCore-Core": "7.0.0"
15+
"WorkflowEngine.NETCore-Core": "7.1.0"
1616
},
1717
"runtime": {
1818
"OptimaJet.Workflow.MongoDB.dll": {}
@@ -1437,7 +1437,7 @@
14371437
}
14381438
}
14391439
},
1440-
"WorkflowEngine.NETCore-Core/7.0.0": {
1440+
"WorkflowEngine.NETCore-Core/7.1.0": {
14411441
"dependencies": {
14421442
"Microsoft.CodeAnalysis.CSharp": "4.1.0",
14431443
"Microsoft.CodeAnalysis.CSharp.Scripting": "4.1.0",
@@ -1456,15 +1456,15 @@
14561456
}
14571457
},
14581458
"libraries": {
1459-
"OptimaJet.Workflow.MongoDB/7.0.0": {
1459+
"OptimaJet.Workflow.MongoDB/7.1.0": {
14601460
"type": "project",
14611461
"serviceable": false,
14621462
"sha512": ""
14631463
},
14641464
"DnsClient/1.3.1": {
14651465
"type": "package",
14661466
"serviceable": true,
1467-
"sha512": "sha512-b9XczgqSjs3dd+OlV799jn+LXxdfirln1q36GKjs3QwWBhjhgIvgHLEG5s2VrBLcP4ogQjtA0PZ5+AmRJ35Vhg==",
1467+
"sha512": "sha512-TliUsT4ur+VJPCk3g3nYh01+GsGjuRX+PCjh7ARxmAuq+WvNWTtB84gCIEZXLtDUsfOO+InTWHIscpUG/6zZeQ==",
14681468
"path": "dnsclient/1.3.1",
14691469
"hashPath": "dnsclient.1.3.1.nupkg.sha512"
14701470
},
@@ -1548,35 +1548,35 @@
15481548
"Microsoft.Win32.Registry/4.0.0": {
15491549
"type": "package",
15501550
"serviceable": true,
1551-
"sha512": "sha512-q+eLtROUAQ3OxYA5mpQrgyFgzLQxIyrfT2eLpYX5IEPlHmIio2nh4F5bgOaQoGOV865kFKZZso9Oq9RlazvXtg==",
1551+
"sha512": "sha512-UiSp7lTxGtsF6J96wwErFeM0jygj/bWWKvbqwtRP2t6OohgT7TCTpjvQ1+7DLQLH3DR70i6+eRGX/y85WFuz1Q==",
15521552
"path": "microsoft.win32.registry/4.0.0",
15531553
"hashPath": "microsoft.win32.registry.4.0.0.nupkg.sha512"
15541554
},
15551555
"MongoDB.Bson.signed/2.10.4": {
15561556
"type": "package",
15571557
"serviceable": true,
1558-
"sha512": "sha512-hhH23PMnz1opALEos550qLQV++Pl4MdyCkxolUZykD1A9arzgbHEeXAtK8jZR1rllx5W0AtQOqWIoYsbeRazDA==",
1558+
"sha512": "sha512-0eJu9FR2nCIKMYUOMjAoN6cb+ELHoeTrHqF0qveBks4R9Wq/s7BVTt0tncOCo6YgQzC0vpMKltLdYfRsB7UYDg==",
15591559
"path": "mongodb.bson.signed/2.10.4",
15601560
"hashPath": "mongodb.bson.signed.2.10.4.nupkg.sha512"
15611561
},
15621562
"MongoDB.Driver.Core.signed/2.10.4": {
15631563
"type": "package",
15641564
"serviceable": true,
1565-
"sha512": "sha512-W+viMV/sadtUxM9Nc/LeMrXumVW4lboM6sJFVKR8q2IUAwkjDEcMsGqz9HwzCLvT6G4z8CVOeUXrWWcDXOcxNA==",
1565+
"sha512": "sha512-H+d7qjlHN2mt8r7YZfbYP6hRY6TC5Fhmk0wn0VLBLRjjCM0aZnhqOTM0mE/5G/I5jhYOL+I87WFCszPM9PC/xw==",
15661566
"path": "mongodb.driver.core.signed/2.10.4",
15671567
"hashPath": "mongodb.driver.core.signed.2.10.4.nupkg.sha512"
15681568
},
15691569
"MongoDB.Driver.signed/2.10.4": {
15701570
"type": "package",
15711571
"serviceable": true,
1572-
"sha512": "sha512-lEY7Zm+FDseaSP8dtpO6AuMlYdQceERcS5jRpYd2NAw1K6GfWO5nGG8TdKn4aui9XeLVRnQHmkjW17/alYpP1A==",
1572+
"sha512": "sha512-qg0oCsr0ixN2LT6KzKTIlEzrvuGFVLqhhmrVlgjkU8QxW+jEmctRq1E4F4xhY7E+YRdMtkf7rM0rDyBkSpLYtg==",
15731573
"path": "mongodb.driver.signed/2.10.4",
15741574
"hashPath": "mongodb.driver.signed.2.10.4.nupkg.sha512"
15751575
},
15761576
"MongoDB.Libmongocrypt.signed/1.0.0": {
15771577
"type": "package",
15781578
"serviceable": true,
1579-
"sha512": "sha512-KhrCRAOk44qXNGWUxoNvzoG3Fq9AT0F6SB9uA+h/M+Kb+MNIxN7eG7+RKPT3/vMuuldQM4XhGLz05ZsvTKGodw==",
1579+
"sha512": "sha512-YFTUd6ROHagn6jT9bQMTHIWD+J6ZTuWiSAZfQkFKn8nJ2z6TetWoMxR9gH3ZFmiPuQPBz0c3331jlScpnPrPSg==",
15801580
"path": "mongodb.libmongocrypt.signed/1.0.0",
15811581
"hashPath": "mongodb.libmongocrypt.signed.1.0.0.nupkg.sha512"
15821582
},
@@ -1709,7 +1709,7 @@
17091709
"SharpCompress/0.23.0": {
17101710
"type": "package",
17111711
"serviceable": true,
1712-
"sha512": "sha512-HBbT47JHvNrsZX2dTBzUBOSzBt+EmIRGLIBkbxcP6Jef7DB4eFWQX5iHWV3Nj7hABFPCjISrZ8s0z72nF2zFHQ==",
1712+
"sha512": "sha512-ZZs8x6IKEJSvy+YJP3ypKy++sL5DjkNL1QIqq++1wqz8wVi2loNXbmiTzqApRKCMpBxZShyq+hwjrf+EHuvVDg==",
17131713
"path": "sharpcompress/0.23.0",
17141714
"hashPath": "sharpcompress.0.23.0.nupkg.sha512"
17151715
},
@@ -1786,7 +1786,7 @@
17861786
"System.ComponentModel.TypeConverter/4.1.0": {
17871787
"type": "package",
17881788
"serviceable": true,
1789-
"sha512": "sha512-MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==",
1789+
"sha512": "sha512-Y24ZvtV/jtVzpTPxXuJiZaJrVLH4jUQH0S0xiXocXG5+ITIekCmSeNVCxH4a7NRhGp9VqPuCy/XPY1N6BIJNoA==",
17901790
"path": "system.componentmodel.typeconverter/4.1.0",
17911791
"hashPath": "system.componentmodel.typeconverter.4.1.0.nupkg.sha512"
17921792
},
@@ -1807,14 +1807,14 @@
18071807
"System.Diagnostics.TextWriterTraceListener/4.0.0": {
18081808
"type": "package",
18091809
"serviceable": true,
1810-
"sha512": "sha512-w36Dr8yKy8xP150qPANe7Td+/zOI3G62ImRcHDIEW+oUXUuTKZHd4DHmqRx5+x8RXd85v3tXd1uhNTfsr+yxjA==",
1810+
"sha512": "sha512-oRsXCz76GDDMrwjMjH6keR9erFIofhGaIMc2d4NykI4rdBEuUP5ZswYA30LGPdyCK7DV4bMBEJL3nJFyAJoS/g==",
18111811
"path": "system.diagnostics.textwritertracelistener/4.0.0",
18121812
"hashPath": "system.diagnostics.textwritertracelistener.4.0.0.nupkg.sha512"
18131813
},
18141814
"System.Diagnostics.TraceSource/4.3.0": {
18151815
"type": "package",
18161816
"serviceable": true,
1817-
"sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==",
1817+
"sha512": "sha512-BlWWL9q/HKM0KBzuOSOqchFga5MqnvkK5mb+IU7f4ecInSyghlswR3ib3nww1ruBmLrtdI5coCBB2H2AltTFyA==",
18181818
"path": "system.diagnostics.tracesource/4.3.0",
18191819
"hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512"
18201820
},
@@ -1884,7 +1884,7 @@
18841884
"System.Linq.Dynamic.Core/1.2.8": {
18851885
"type": "package",
18861886
"serviceable": true,
1887-
"sha512": "sha512-pt/p0YRKysUIwf/ihyVOftcITaQYBXQt/BxUfezsR/d7iXRDhYBwg+iYnL4zxX5i1qXVG0C/dwnmroWblmdH5A==",
1887+
"sha512": "sha512-Vo/0lNFpawa7naZVrrdZddXkpQni2kw1V+erBBrWt4JLUv3W0RHjYu9O9rKpCHWL+Q2OVdCbhdAyi5HZ+MJoMg==",
18881888
"path": "system.linq.dynamic.core/1.2.8",
18891889
"hashPath": "system.linq.dynamic.core.1.2.8.nupkg.sha512"
18901890
},
@@ -1926,7 +1926,7 @@
19261926
"System.Net.Security/4.3.2": {
19271927
"type": "package",
19281928
"serviceable": true,
1929-
"sha512": "sha512-xT2jbYpbBo3ha87rViHoTA6WdvqOAW37drmqyx/6LD8p7HEPT2qgdxoimRzWtPg8Jh4X5G9BV2seeTv4x6FYlA==",
1929+
"sha512": "sha512-SSkQ3Hsy8kvhET4fY8vu+cWkfx2lcZDDUSuzr+3hzRgHM6jtwm3nZXqIPCYcnDl4eL/i/ECmruCXdAiXaIrc4Q==",
19301930
"path": "system.net.security/4.3.2",
19311931
"hashPath": "system.net.security.4.3.2.nupkg.sha512"
19321932
},
@@ -2143,7 +2143,7 @@
21432143
"System.Security.SecureString/4.0.0": {
21442144
"type": "package",
21452145
"serviceable": true,
2146-
"sha512": "sha512-sqzq9GD6/b0yqPuMpgIKBuoLf4VKAj8oAfh4kXSzPaN6eoKY3hRi9C5L27uip25qlU+BGPfb0xh2Rmbwc4jFVA==",
2146+
"sha512": "sha512-7TGOnj9Lr8ljCJbMHjZC34hEw3Z+zRPp7eNhLBg22mbSqO8gQMGLJ/vQkWv8HFYG0t2i53ZulKZ8NNho+jVK7Q==",
21472147
"path": "system.security.securestring/4.0.0",
21482148
"hashPath": "system.security.securestring.4.0.0.nupkg.sha512"
21492149
},
@@ -2231,7 +2231,7 @@
22312231
"path": "thomaslevesque.weakevent/4.1.0",
22322232
"hashPath": "thomaslevesque.weakevent.4.1.0.nupkg.sha512"
22332233
},
2234-
"WorkflowEngine.NETCore-Core/7.0.0": {
2234+
"WorkflowEngine.NETCore-Core/7.1.0": {
22352235
"type": "project",
22362236
"serviceable": false,
22372237
"sha512": ""
0 Bytes
Binary file not shown.

Providers/OptimaJet.Workflow.MongoDB/Source/OptimaJet.Workflow.MongoDB.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
99
<PackageId>WorkflowEngine.NETCore-ProviderForMongoDB</PackageId>
10-
<Version>7.0.0</Version>
11-
<AssemblyVersion>7.0.0</AssemblyVersion>
12-
<FileVersion>7.0.0</FileVersion>
10+
<Version>7.1.0</Version>
11+
<AssemblyVersion>7.1.0</AssemblyVersion>
12+
<FileVersion>7.1.0</FileVersion>
1313
<Authors>OptimaJet, LLC</Authors>
1414
<Product>Workflow Engine</Product>
1515
<Description>

0 commit comments

Comments
 (0)