@abdellatifui/react 3.1.101 → 3.1.103
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.d.ts +1 -0
- package/dist/nextgen.js +4329 -4321
- package/dist/types/components/NetworkMap/Map.d.ts.map +1 -1
- package/dist/types/components/NetworkMap/PinItem.d.ts.map +1 -1
- package/dist/types/components/NetworkMap/types.d.ts +1 -0
- package/dist/types/components/NetworkMap/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -644,6 +644,7 @@ declare type NetworkMapProps_2 = {
|
|
|
644
644
|
getCenterBox: (conn: object) => void;
|
|
645
645
|
onConnection: (mapApi: object) => void;
|
|
646
646
|
onNodeMouseOver: (node: object) => void;
|
|
647
|
+
nodeIconMapperParentClassName: string;
|
|
647
648
|
getMenuTitle: (connection: object) => void;
|
|
648
649
|
getOverLinkElement: (connection: object) => void;
|
|
649
650
|
getEndpointText: (connection: object) => void;
|