@abdellatifui/react 3.1.85 → 3.1.87
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/nextgen.js
CHANGED
|
@@ -14842,7 +14842,7 @@ const NetworkMapComponent = forwardRef((props, ref) => {
|
|
|
14842
14842
|
getCenterBox,
|
|
14843
14843
|
hoveredConnection
|
|
14844
14844
|
},
|
|
14845
|
-
"_lnk_count_circule_" +
|
|
14845
|
+
"_lnk_count_circule_" + (con == null ? void 0 : con.u_id)
|
|
14846
14846
|
);
|
|
14847
14847
|
})),
|
|
14848
14848
|
showEndpoints && (inViewConnections == null ? void 0 : inViewConnections.map((con, index) => {
|
|
@@ -14857,7 +14857,7 @@ const NetworkMapComponent = forwardRef((props, ref) => {
|
|
|
14857
14857
|
getEndpointText,
|
|
14858
14858
|
mapRotating
|
|
14859
14859
|
},
|
|
14860
|
-
"_source_port_" +
|
|
14860
|
+
"_source_port_" + (con == null ? void 0 : con.u_id)
|
|
14861
14861
|
);
|
|
14862
14862
|
})),
|
|
14863
14863
|
/* @__PURE__ */ jsxRuntimeExports.jsx(NavigationControl, {}),
|