@abdellatifui/react 3.1.30 → 3.1.31
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
|
@@ -101,8 +101,8 @@ export declare const createDefaultConnTemplate: (name: any, id: any, sourceId: a
|
|
|
101
101
|
name: any;
|
|
102
102
|
id: any;
|
|
103
103
|
details: {};
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
sourceId: any;
|
|
105
|
+
destinationId: any;
|
|
106
106
|
linkColor: any;
|
|
107
107
|
linkAnimationColor: any;
|
|
108
108
|
};
|
package/dist/nextgen.js
CHANGED
|
@@ -11000,8 +11000,8 @@ const My = ({ connections: e = [], mapApi: n, options: t, selectedConn: r, _onLi
|
|
|
11000
11000
|
name: e,
|
|
11001
11001
|
id: n,
|
|
11002
11002
|
details: o || {},
|
|
11003
|
-
|
|
11004
|
-
|
|
11003
|
+
sourceId: t,
|
|
11004
|
+
destinationId: r,
|
|
11005
11005
|
linkColor: s,
|
|
11006
11006
|
linkAnimationColor: i
|
|
11007
11007
|
}), Dy = (e) => {
|