camunda-bpmn-js 0.22.0 → 0.23.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/base-modeler.development.js +57 -17
- package/dist/base-modeler.production.min.js +4 -4
- package/dist/camunda-cloud-modeler.development.js +172 -27
- package/dist/camunda-cloud-modeler.production.min.js +4 -4
- package/dist/camunda-cloud-navigated-viewer.development.js +5 -0
- package/dist/camunda-cloud-navigated-viewer.production.min.js +1 -1
- package/dist/camunda-cloud-viewer.development.js +5 -0
- package/dist/camunda-cloud-viewer.production.min.js +1 -1
- package/dist/camunda-platform-modeler.development.js +70 -20
- package/dist/camunda-platform-modeler.production.min.js +1 -1
- package/package.json +7 -7
|
@@ -22309,6 +22309,11 @@
|
|
|
22309
22309
|
name: "candidateGroups",
|
|
22310
22310
|
type: "String",
|
|
22311
22311
|
isAttr: true
|
|
22312
|
+
},
|
|
22313
|
+
{
|
|
22314
|
+
name: "candidateUsers",
|
|
22315
|
+
type: "String",
|
|
22316
|
+
isAttr: true
|
|
22312
22317
|
}
|
|
22313
22318
|
]
|
|
22314
22319
|
},
|