@stonecrop/node-editor 0.6.1 → 0.6.3
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/node-editor.js
CHANGED
|
@@ -3514,7 +3514,7 @@ function Vn(e, t, n, o, i, r, l, s) {
|
|
|
3514
3514
|
}
|
|
3515
3515
|
return a;
|
|
3516
3516
|
}
|
|
3517
|
-
const ti = Symbol("vueFlow"), ar = Symbol("nodeId"), ur = Symbol("nodeRef"), ac = Symbol("edgeId"), uc = Symbol("edgeRef"), Sn = Symbol("slots");
|
|
3517
|
+
const ti = /* @__PURE__ */ Symbol("vueFlow"), ar = /* @__PURE__ */ Symbol("nodeId"), ur = /* @__PURE__ */ Symbol("nodeRef"), ac = /* @__PURE__ */ Symbol("edgeId"), uc = /* @__PURE__ */ Symbol("edgeRef"), Sn = /* @__PURE__ */ Symbol("slots");
|
|
3518
3518
|
function cr(e) {
|
|
3519
3519
|
const {
|
|
3520
3520
|
vueFlowRef: t,
|
|
@@ -4280,9 +4280,7 @@ function _c(e, t, n) {
|
|
|
4280
4280
|
}
|
|
4281
4281
|
}
|
|
4282
4282
|
};
|
|
4283
|
-
(()
|
|
4284
|
-
i(), r(), l(), a(), s(), u(), c(), d(), f(), g();
|
|
4285
|
-
})();
|
|
4283
|
+
i(), r(), l(), a(), s(), u(), c(), d(), f(), g();
|
|
4286
4284
|
}), () => o.stop();
|
|
4287
4285
|
}
|
|
4288
4286
|
function wc() {
|
|
@@ -7490,7 +7488,9 @@ const Yd = /* @__PURE__ */ _e("div", { class: "vue-flow__edge-labels" }, null, -
|
|
|
7490
7488
|
source: c,
|
|
7491
7489
|
target: b,
|
|
7492
7490
|
label: f,
|
|
7493
|
-
animated: !0
|
|
7491
|
+
animated: !0,
|
|
7492
|
+
type: "smoothstep"
|
|
7493
|
+
// Use smoothstep for better separation of bidirectional edges
|
|
7494
7494
|
}), l[b] = !0;
|
|
7495
7495
|
}
|
|
7496
7496
|
u++;
|