lyflowchart 1.0.59 → 1.0.60
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/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34773,8 +34773,9 @@ function ZB(e, t, n, r, o, s) {
|
|
|
34773
34773
|
ae(d, {
|
|
34774
34774
|
value: e.bpmnFormData.name,
|
|
34775
34775
|
"onUpdate:value": t[5] || (t[5] = (y) => e.bpmnFormData.name = y),
|
|
34776
|
+
disabled: e.bpmnFormData.$type === "bpmn:SequenceFlow",
|
|
34776
34777
|
onChange: t[6] || (t[6] = (y) => e.updateElementTask("name"))
|
|
34777
|
-
}, null, 8, ["value"])
|
|
34778
|
+
}, null, 8, ["value", "disabled"])
|
|
34778
34779
|
]),
|
|
34779
34780
|
_: 1
|
|
34780
34781
|
})) : In("", !0),
|