camunda-bpmn-js 0.18.0 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/properties-panel.css +2 -2
- package/dist/base-modeler.development.js +38929 -16243
- package/dist/base-modeler.production.min.js +5 -5
- package/dist/base-navigated-viewer.development.js +1774 -1642
- package/dist/base-navigated-viewer.production.min.js +2 -2
- package/dist/base-viewer.development.js +1752 -1620
- package/dist/base-viewer.production.min.js +2 -2
- package/dist/camunda-cloud-modeler.development.js +40024 -18738
- package/dist/camunda-cloud-modeler.production.min.js +5 -5
- package/dist/camunda-cloud-navigated-viewer.development.js +1863 -1734
- package/dist/camunda-cloud-navigated-viewer.production.min.js +3 -2
- package/dist/camunda-cloud-viewer.development.js +1828 -1699
- package/dist/camunda-cloud-viewer.production.min.js +3 -2
- package/dist/camunda-platform-modeler.development.js +50526 -27932
- package/dist/camunda-platform-modeler.production.min.js +5 -5
- package/dist/camunda-platform-navigated-viewer.development.js +1874 -1742
- package/dist/camunda-platform-navigated-viewer.production.min.js +3 -2
- package/dist/camunda-platform-viewer.development.js +1843 -1711
- package/dist/camunda-platform-viewer.production.min.js +3 -2
- package/lib/camunda-cloud/features/popup-menu/ReplaceOptions.js +1 -0
- package/package.json +29 -29
- package/util/index.js +2 -0
|
@@ -24,6 +24,7 @@ export const REPLACE_OPTIONS = [
|
|
|
24
24
|
'replace-with-manual-task',
|
|
25
25
|
'replace-with-message-start',
|
|
26
26
|
'replace-with-message-end',
|
|
27
|
+
'replace-with-terminate-end',
|
|
27
28
|
'replace-with-timer-start',
|
|
28
29
|
'replace-with-none-intermediate-throw',
|
|
29
30
|
'replace-with-none-intermediate-throwing', // only for StartEvent
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "camunda-bpmn-js",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.0",
|
|
4
4
|
"description": "Embeddable Camunda modeling distributions based on bpmn-js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -46,58 +46,58 @@
|
|
|
46
46
|
"license": "MIT",
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@bpmn-io/align-to-origin": "^0.7.0",
|
|
49
|
-
"@bpmn-io/element-templates-icons-renderer": "^0.
|
|
50
|
-
"bpmn-js": "^
|
|
51
|
-
"bpmn-js-disable-collapsed-subprocess": "^0.1.
|
|
52
|
-
"bpmn-js-executable-fix": "^0.
|
|
53
|
-
"camunda-bpmn-js-behaviors": "^0.2.
|
|
49
|
+
"@bpmn-io/element-templates-icons-renderer": "^0.3.0",
|
|
50
|
+
"bpmn-js": "^10.1.0",
|
|
51
|
+
"bpmn-js-disable-collapsed-subprocess": "^0.1.6",
|
|
52
|
+
"bpmn-js-executable-fix": "^0.2.0",
|
|
53
|
+
"camunda-bpmn-js-behaviors": "^0.2.1",
|
|
54
54
|
"camunda-bpmn-moddle": "^7.0.1",
|
|
55
|
-
"diagram-js": "^
|
|
56
|
-
"diagram-js-minimap": "^
|
|
57
|
-
"diagram-js-origin": "^1.3.
|
|
55
|
+
"diagram-js": "^9.1.0",
|
|
56
|
+
"diagram-js-minimap": "^3.0.0",
|
|
57
|
+
"diagram-js-origin": "^1.3.4",
|
|
58
58
|
"inherits": "^2.0.4",
|
|
59
|
-
"min-dash": "^
|
|
59
|
+
"min-dash": "^4.0.0",
|
|
60
60
|
"zeebe-bpmn-moddle": "^0.15.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@babel/core": "^7.18.13",
|
|
64
|
-
"@bpmn-io/element-template-chooser": "0.0
|
|
65
|
-
"@bpmn-io/properties-panel": "^0.
|
|
66
|
-
"@rollup/plugin-commonjs": "^
|
|
64
|
+
"@bpmn-io/element-template-chooser": "^0.1.0",
|
|
65
|
+
"@bpmn-io/properties-panel": "^0.22.0",
|
|
66
|
+
"@rollup/plugin-commonjs": "^22.0.0",
|
|
67
67
|
"@rollup/plugin-json": "^4.1.0",
|
|
68
|
-
"@rollup/plugin-node-resolve": "^
|
|
68
|
+
"@rollup/plugin-node-resolve": "^14.0.0",
|
|
69
69
|
"babel-loader": "^8.2.5",
|
|
70
70
|
"babel-plugin-istanbul": "^6.1.1",
|
|
71
|
-
"bpmn-js-properties-panel": "^1.
|
|
72
|
-
"chai": "^4.
|
|
71
|
+
"bpmn-js-properties-panel": "^1.8.2",
|
|
72
|
+
"chai": "^4.3.6",
|
|
73
73
|
"cross-env": "^7.0.3",
|
|
74
|
-
"del-cli": "^
|
|
75
|
-
"eslint": "^
|
|
76
|
-
"eslint-plugin-bpmn-io": "^0.
|
|
74
|
+
"del-cli": "^5.0.0",
|
|
75
|
+
"eslint": "^8.24.0",
|
|
76
|
+
"eslint-plugin-bpmn-io": "^0.16.0",
|
|
77
77
|
"execa": "^5.0.0",
|
|
78
|
-
"karma": "^6.
|
|
78
|
+
"karma": "^6.4.1",
|
|
79
79
|
"karma-chai": "^0.1.0",
|
|
80
|
-
"karma-chrome-launcher": "^3.1.
|
|
81
|
-
"karma-coverage": "^2.0
|
|
82
|
-
"karma-debug-launcher": "0.0.
|
|
80
|
+
"karma-chrome-launcher": "^3.1.1",
|
|
81
|
+
"karma-coverage": "^2.2.0",
|
|
82
|
+
"karma-debug-launcher": "0.0.5",
|
|
83
83
|
"karma-env-preprocessor": "^0.1.1",
|
|
84
|
-
"karma-firefox-launcher": "^2.1.
|
|
84
|
+
"karma-firefox-launcher": "^2.1.2",
|
|
85
85
|
"karma-mocha": "^2.0.1",
|
|
86
86
|
"karma-safari-launcher": "^1.0.0",
|
|
87
87
|
"karma-sinon-chai": "^2.0.2",
|
|
88
88
|
"karma-webpack": "^5.0.0",
|
|
89
|
-
"min-dom": "^
|
|
90
|
-
"mocha": "^
|
|
89
|
+
"min-dom": "^4.0.2",
|
|
90
|
+
"mocha": "^10.0.0",
|
|
91
91
|
"mocha-test-container-support": "^0.2.0",
|
|
92
92
|
"npm-run-all": "^4.1.5",
|
|
93
|
-
"puppeteer": "^
|
|
93
|
+
"puppeteer": "^18.0.5",
|
|
94
94
|
"raw-loader": "^4.0.2",
|
|
95
95
|
"rollup": "^2.38.4",
|
|
96
96
|
"rollup-plugin-copy": "^3.3.0",
|
|
97
97
|
"rollup-plugin-terser": "^7.0.2",
|
|
98
98
|
"sinon": "^9.2.4",
|
|
99
|
-
"sinon-chai": "^3.
|
|
100
|
-
"webpack": "^5.
|
|
99
|
+
"sinon-chai": "^3.7.0",
|
|
100
|
+
"webpack": "^5.74.0"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"bpmn-js-properties-panel": "^1.7.0"
|