camunda-bpmn-js 5.9.0 → 5.11.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/bpmn-js.css +145 -145
- package/dist/assets/properties-panel.css +14 -7
- package/dist/base-modeler.development.js +41750 -40522
- package/dist/base-modeler.production.min.js +9 -9
- package/dist/base-navigated-viewer.development.js +21200 -21178
- package/dist/base-navigated-viewer.production.min.js +1 -1
- package/dist/base-viewer.development.js +21141 -21119
- package/dist/base-viewer.production.min.js +1 -1
- package/dist/camunda-cloud-modeler.development.js +43231 -41553
- package/dist/camunda-cloud-modeler.production.min.js +25 -25
- package/dist/camunda-cloud-navigated-viewer.development.js +21192 -21170
- package/dist/camunda-cloud-navigated-viewer.production.min.js +1 -1
- package/dist/camunda-cloud-viewer.development.js +21146 -21124
- package/dist/camunda-cloud-viewer.production.min.js +1 -1
- package/dist/camunda-platform-modeler.development.js +63929 -62470
- package/dist/camunda-platform-modeler.production.min.js +22 -22
- package/dist/camunda-platform-navigated-viewer.development.js +21200 -21178
- package/dist/camunda-platform-navigated-viewer.production.min.js +1 -1
- package/dist/camunda-platform-viewer.development.js +21141 -21119
- package/dist/camunda-platform-viewer.production.min.js +1 -1
- package/lib/camunda-cloud/features/popup-menu/CamundaDetailsPopupMenuProvider.js +5 -0
- package/package.json +9 -8
|
@@ -38,6 +38,11 @@ const ANNOTATIONS = [
|
|
|
38
38
|
'replace-with-service-task',
|
|
39
39
|
'append-service-task',
|
|
40
40
|
'create-service-task',
|
|
41
|
+
],
|
|
42
|
+
search: [ 'job worker', 'job worker' ] // double mention to increase ranking in search result
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
entries: [
|
|
41
46
|
'replace-with-script-task',
|
|
42
47
|
'append-script-task',
|
|
43
48
|
'create-script-task',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "camunda-bpmn-js",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.11.0",
|
|
4
4
|
"description": "Embeddable Camunda modeling distributions based on bpmn-js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
"@bpmn-io/element-template-chooser": "^2.0.0",
|
|
57
57
|
"@bpmn-io/element-template-icon-renderer": "^1.0.0",
|
|
58
58
|
"@bpmn-io/form-variable-provider": "^1.3.0",
|
|
59
|
-
"@bpmn-io/properties-panel": "^3.
|
|
59
|
+
"@bpmn-io/properties-panel": "^3.31.0",
|
|
60
60
|
"@bpmn-io/variable-resolver": "^1.3.3",
|
|
61
61
|
"@camunda/example-data-properties-provider": "^1.2.1",
|
|
62
|
-
"bpmn-js": "^18.6.
|
|
63
|
-
"bpmn-js-color-picker": "^0.7.
|
|
62
|
+
"bpmn-js": "^18.6.2",
|
|
63
|
+
"bpmn-js-color-picker": "^0.7.2",
|
|
64
64
|
"bpmn-js-create-append-anything": "^1.0.0",
|
|
65
|
-
"bpmn-js-element-templates": "^2.
|
|
65
|
+
"bpmn-js-element-templates": "^2.8.0",
|
|
66
66
|
"bpmn-js-executable-fix": "^0.2.1",
|
|
67
|
-
"camunda-bpmn-js-behaviors": "^1.10.
|
|
67
|
+
"camunda-bpmn-js-behaviors": "^1.10.2",
|
|
68
68
|
"camunda-bpmn-moddle": "^7.0.1",
|
|
69
69
|
"diagram-js": "^15.3.0",
|
|
70
70
|
"diagram-js-grid": "^1.1.0",
|
|
@@ -80,10 +80,11 @@
|
|
|
80
80
|
"@rollup/plugin-json": "^6.1.0",
|
|
81
81
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
82
82
|
"@rollup/plugin-terser": "^0.4.4",
|
|
83
|
+
"@testing-library/preact": "^3.2.4",
|
|
83
84
|
"babel-loader": "^10.0.0",
|
|
84
85
|
"babel-plugin-istanbul": "^7.0.0",
|
|
85
86
|
"bio-dts": "^0.11.0",
|
|
86
|
-
"bpmn-js-properties-panel": "^5.
|
|
87
|
+
"bpmn-js-properties-panel": "^5.39.0",
|
|
87
88
|
"chai": "^4.5.0",
|
|
88
89
|
"cross-env": "^7.0.3",
|
|
89
90
|
"del-cli": "^6.0.0",
|
|
@@ -106,7 +107,7 @@
|
|
|
106
107
|
"min-dom": "^4.2.1",
|
|
107
108
|
"mocha": "^10.8.2",
|
|
108
109
|
"mocha-test-container-support": "^0.2.0",
|
|
109
|
-
"npm-run-all2": "^
|
|
110
|
+
"npm-run-all2": "^8.0.0",
|
|
110
111
|
"puppeteer": "~24.5.0",
|
|
111
112
|
"raw-loader": "^4.0.2",
|
|
112
113
|
"remark-cli": "^12.0.1",
|