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
|
@@ -25251,6 +25251,24 @@
|
|
|
25251
25251
|
}
|
|
25252
25252
|
]
|
|
25253
25253
|
},
|
|
25254
|
+
{
|
|
25255
|
+
name: "PriorityDefinition",
|
|
25256
|
+
superClass: [
|
|
25257
|
+
"Element"
|
|
25258
|
+
],
|
|
25259
|
+
meta: {
|
|
25260
|
+
allowedIn: [
|
|
25261
|
+
"bpmn:UserTask"
|
|
25262
|
+
]
|
|
25263
|
+
},
|
|
25264
|
+
properties: [
|
|
25265
|
+
{
|
|
25266
|
+
name: "priority",
|
|
25267
|
+
type: "String",
|
|
25268
|
+
isAttr: true
|
|
25269
|
+
}
|
|
25270
|
+
]
|
|
25271
|
+
},
|
|
25254
25272
|
{
|
|
25255
25273
|
name: "TaskSchedule",
|
|
25256
25274
|
superClass: [
|