lyflowchart 1.0.56 → 1.0.57

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 CHANGED
@@ -34621,7 +34621,11 @@ const Tn = {
34621
34621
  value: j
34622
34622
  };
34623
34623
  }, b = () => {
34624
- if ((o == null ? void 0 : o.$type) != "bpmn:FormalExpression") {
34624
+ if ((o == null ? void 0 : o.$type) != "bpmn:SequenceFlow") {
34625
+ console.log("常规信息:该节点不是“顺序流”,跳过不处理表达式");
34626
+ return;
34627
+ }
34628
+ if ((o == null ? void 0 : o.$type) == "bpmn:SequenceFlow" && !o.body) {
34625
34629
  r.value = "其他", t("updateFlowType", r.value);
34626
34630
  return;
34627
34631
  }