camunda-bpmn-js 4.1.1 → 4.3.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/camunda-cloud-modeler.development.js +341 -42
- package/dist/camunda-cloud-modeler.production.min.js +4 -4
- package/dist/camunda-cloud-navigated-viewer.development.js +18 -0
- package/dist/camunda-cloud-navigated-viewer.production.min.js +1 -1
- package/dist/camunda-cloud-viewer.development.js +18 -0
- package/dist/camunda-cloud-viewer.production.min.js +1 -1
- package/dist/camunda-platform-modeler.development.js +22 -0
- package/dist/camunda-platform-modeler.production.min.js +1 -1
- package/lib/camunda-cloud/Modeler.js +1 -1
- package/lib/camunda-platform/Modeler.js +6 -1
- package/package.json +4 -4
|
@@ -24867,9 +24867,27 @@
|
|
|
24867
24867
|
name: "formId",
|
|
24868
24868
|
type: "String",
|
|
24869
24869
|
isAttr: true
|
|
24870
|
+
},
|
|
24871
|
+
{
|
|
24872
|
+
name: "externalReference",
|
|
24873
|
+
type: "String",
|
|
24874
|
+
isAttr: true
|
|
24870
24875
|
}
|
|
24871
24876
|
]
|
|
24872
24877
|
},
|
|
24878
|
+
{
|
|
24879
|
+
name: "UserTask",
|
|
24880
|
+
superClass: [
|
|
24881
|
+
"Element"
|
|
24882
|
+
],
|
|
24883
|
+
meta: {
|
|
24884
|
+
allowedIn: [
|
|
24885
|
+
"bpmn:UserTask"
|
|
24886
|
+
]
|
|
24887
|
+
},
|
|
24888
|
+
properties: [
|
|
24889
|
+
]
|
|
24890
|
+
},
|
|
24873
24891
|
{
|
|
24874
24892
|
name: "CalledDecision",
|
|
24875
24893
|
superClass: [
|