@kong-ui-public/entities-plugins 9.138.10-pr.2694.3273d55ac.0 → 9.138.10-pr.2751.5473984d5.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.
|
@@ -10086,8 +10086,7 @@ const VA = {
|
|
|
10086
10086
|
scrollbar: {
|
|
10087
10087
|
alwaysConsumeMouseWheel: !1
|
|
10088
10088
|
},
|
|
10089
|
-
autoIndent: "keep"
|
|
10090
|
-
editContext: !1
|
|
10089
|
+
autoIndent: "keep"
|
|
10091
10090
|
});
|
|
10092
10091
|
if (d.value = k, !o && r.config && Object.keys(r.config).length > 0) {
|
|
10093
10092
|
const E = { ...r.config };
|
|
@@ -10177,7 +10176,7 @@ const VA = {
|
|
|
10177
10176
|
}, 8, ["action-button-text", "title", "visible"])
|
|
10178
10177
|
]));
|
|
10179
10178
|
}
|
|
10180
|
-
}), yd = /* @__PURE__ */ je(YA, [["__scopeId", "data-v-
|
|
10179
|
+
}), yd = /* @__PURE__ */ je(YA, [["__scopeId", "data-v-b7794fb4"]]), eg = [
|
|
10181
10180
|
"request",
|
|
10182
10181
|
"service_request",
|
|
10183
10182
|
"service_response",
|
|
@@ -21365,7 +21364,7 @@ function HL(e) {
|
|
|
21365
21364
|
console.warn(`Cannot find graph node '${B.id}' in ${n} phase`);
|
|
21366
21365
|
continue;
|
|
21367
21366
|
}
|
|
21368
|
-
I.add(B.id), Mi(B) ? U.setNode(B.id, B.dimensions ?? K.dimensions) : U.setNode(B.id, K.dimensions);
|
|
21367
|
+
I.add(B.id), Mi(B) ? U.setNode(B.id, { ...B.dimensions ?? K.dimensions }) : U.setNode(B.id, { ...K.dimensions });
|
|
21369
21368
|
}
|
|
21370
21369
|
for (const B of r.value)
|
|
21371
21370
|
!I.has(B.source) || !I.has(B.target) || U.setEdge(B.source, B.target, { points: [] });
|