@abdellatifui/react 3.1.89 → 3.1.91

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 CHANGED
@@ -620,6 +620,7 @@ declare type NetworkMapProps_2 = {
620
620
  draggingMode: boolean;
621
621
  maxZoomOutForLinkCount: number;
622
622
  nodeSizeScaler: number;
623
+ boundMargin: number;
623
624
  defaultAnimationLinkColor: string;
624
625
  linkAnimation: boolean;
625
626
  debug: boolean;
@@ -627,11 +628,15 @@ declare type NetworkMapProps_2 = {
627
628
  isolateNonSelectedLinksOnNodeClick: boolean;
628
629
  showLinkCount: boolean;
629
630
  showEndpoints: boolean;
631
+ MapLogo: default_2.ReactNode;
632
+ MapLogoClassName: string;
633
+ MapLogoStyle: default_2.CSSProperties;
630
634
  getOverLinkElementDelay: number;
631
635
  tid: string | number;
632
636
  onConnClick: (conn: object) => void;
633
637
  onNodeClick: (node: object) => void;
634
638
  getCenterBox: (conn: object) => void;
639
+ onConnection: (mapApi: object) => void;
635
640
  onNodeMouseOver: (node: object) => void;
636
641
  getMenuTitle: (connection: object) => void;
637
642
  getOverLinkElement: (connection: object) => void;