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
|
@@ -23320,6 +23320,11 @@
|
|
|
23320
23320
|
name: "candidateGroups",
|
|
23321
23321
|
type: "String",
|
|
23322
23322
|
isAttr: true
|
|
23323
|
+
},
|
|
23324
|
+
{
|
|
23325
|
+
name: "candidateUsers",
|
|
23326
|
+
type: "String",
|
|
23327
|
+
isAttr: true
|
|
23323
23328
|
}
|
|
23324
23329
|
]
|
|
23325
23330
|
},
|