camunda-bpmn-js 4.17.0 → 4.18.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 +262 -243
- package/dist/base-modeler.production.min.js +2 -2
- package/dist/camunda-cloud-modeler.development.js +587 -421
- package/dist/camunda-cloud-modeler.production.min.js +7 -7
- 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 +537 -512
- package/dist/camunda-platform-modeler.production.min.js +3 -3
- package/package.json +7 -7
|
@@ -24101,6 +24101,24 @@
|
|
|
24101
24101
|
}
|
|
24102
24102
|
]
|
|
24103
24103
|
},
|
|
24104
|
+
{
|
|
24105
|
+
name: "PriorityDefinition",
|
|
24106
|
+
superClass: [
|
|
24107
|
+
"Element"
|
|
24108
|
+
],
|
|
24109
|
+
meta: {
|
|
24110
|
+
allowedIn: [
|
|
24111
|
+
"bpmn:UserTask"
|
|
24112
|
+
]
|
|
24113
|
+
},
|
|
24114
|
+
properties: [
|
|
24115
|
+
{
|
|
24116
|
+
name: "priority",
|
|
24117
|
+
type: "String",
|
|
24118
|
+
isAttr: true
|
|
24119
|
+
}
|
|
24120
|
+
]
|
|
24121
|
+
},
|
|
24104
24122
|
{
|
|
24105
24123
|
name: "TaskSchedule",
|
|
24106
24124
|
superClass: [
|