@abdellatifui/react 3.1.31 → 3.1.32
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 +6 -1
- package/dist/nextgen.js +4092 -4065
- package/dist/style.css +1 -1
- 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/useCreatePath.d.ts +2 -2
- package/dist/types/components/NetworkMap/useCreatePath.d.ts.map +1 -1
- package/dist/types/components/NetworkMap/utils.d.ts +5 -1
- package/dist/types/components/NetworkMap/utils.d.ts.map +1 -1
- package/dist/types/stories/Map/map.stories.d.ts +4 -0
- package/dist/types/stories/Map/map.stories.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Map.d.ts","sourceRoot":"","sources":["../../../../src/components/NetworkMap/Map.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAwG,MAAM,OAAO,CAAC;AAG7H,OAAO,kCAAkC,CAAC;AAW1C,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAU1C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;IAWrB,CAAA;
|
|
1
|
+
{"version":3,"file":"Map.d.ts","sourceRoot":"","sources":["../../../../src/components/NetworkMap/Map.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAwG,MAAM,OAAO,CAAC;AAG7H,OAAO,kCAAkC,CAAC;AAW1C,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAU1C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;IAWrB,CAAA;AA8fD,QAAA,MAAM,UAAU,4GAA4B,CAAC;AAC7C,eAAe,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PinItem.d.ts","sourceRoot":"","sources":["../../../../src/components/NetworkMap/PinItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAA4F,MAAM,OAAO,CAAA;;
|
|
1
|
+
{"version":3,"file":"PinItem.d.ts","sourceRoot":"","sources":["../../../../src/components/NetworkMap/PinItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAA4F,MAAM,OAAO,CAAA;;AAwIhH,wBAA4B"}
|
|
@@ -17,7 +17,6 @@ declare const useCreatePath: ({ connections, mapApi, options, selectedConn, _onL
|
|
|
17
17
|
getPath: (d: any) => [any, any][];
|
|
18
18
|
getWidth: (d: any) => 10 | 8 | 5;
|
|
19
19
|
getColor: (d: any) => any;
|
|
20
|
-
opacity: 0 | 1;
|
|
21
20
|
main: boolean;
|
|
22
21
|
capRounded: true;
|
|
23
22
|
visible: boolean;
|
|
@@ -73,9 +72,10 @@ declare const useCreatePath: ({ connections, mapApi, options, selectedConn, _onL
|
|
|
73
72
|
getTimestamps: (d: any) => any;
|
|
74
73
|
getColor: (d: any) => any;
|
|
75
74
|
widthMinPixels: 4;
|
|
76
|
-
opacity:
|
|
75
|
+
opacity: 1;
|
|
77
76
|
visible: boolean;
|
|
78
77
|
trailLength: 2;
|
|
78
|
+
pickable: false;
|
|
79
79
|
currentTime: number;
|
|
80
80
|
parameters: {
|
|
81
81
|
depthTest: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCreatePath.d.ts","sourceRoot":"","sources":["../../../../src/components/NetworkMap/useCreatePath.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAG,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,EAAC,kBAAkB,EAAC,MAAM,qBAAqB,CAAC;AAEvD,QAAA,MAAM,aAAa,GAAK;;;;;;;;;;CAAgJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useCreatePath.d.ts","sourceRoot":"","sources":["../../../../src/components/NetworkMap/useCreatePath.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAG,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,EAAC,kBAAkB,EAAC,MAAM,qBAAqB,CAAC;AAEvD,QAAA,MAAM,aAAa,GAAK;;;;;;;;;;CAAgJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA0HvK,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -9,7 +9,8 @@ export declare const createDefaultNodeTempate: (name: any, id: any, color: any,
|
|
|
9
9
|
lat: any;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
|
-
export declare
|
|
12
|
+
export declare function getRandomColor(): string;
|
|
13
|
+
export declare const createDefaultConnTemplate: (name: any, id: any, sourceId: any, destinationId: any, details?: {}, linkColor?: any, linkAnimationColor?: any, layer?: number, group?: number, bidir?: boolean) => {
|
|
13
14
|
name: any;
|
|
14
15
|
id: any;
|
|
15
16
|
details: {};
|
|
@@ -17,5 +18,8 @@ export declare const createDefaultConnTemplate: (name: any, id: any, sourceId: a
|
|
|
17
18
|
destinationId: any;
|
|
18
19
|
linkColor: any;
|
|
19
20
|
linkAnimationColor: any;
|
|
21
|
+
layer: number;
|
|
22
|
+
group: number;
|
|
23
|
+
bidir: boolean;
|
|
20
24
|
};
|
|
21
25
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/NetworkMap/utils.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,GAAI,QAAG,aAS1B,CAAC;AAGF,eAAO,MAAM,wBAAwB,GAAK,SAAI,EAAG,OAAE,EAAG,UAAK,EAAG,QAAG,EAAG,QAAG,EAAG,YAAO;;;;;;;;;CAWhF,CAAA;AAGD,eAAO,MAAM,yBAAyB,GAAI,SAAI,EAAE,OAAE,EAAG,aAAQ,EAAG,kBAAa,EAAG,YAAU,EAAG,eAAc,EAAG,wBAAuB
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/NetworkMap/utils.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,GAAI,QAAG,aAS1B,CAAC;AAGF,eAAO,MAAM,wBAAwB,GAAK,SAAI,EAAG,OAAE,EAAG,UAAK,EAAG,QAAG,EAAG,QAAG,EAAG,YAAO;;;;;;;;;CAWhF,CAAA;AAED,wBAAgB,cAAc,WAO7B;AAGD,eAAO,MAAM,yBAAyB,GAAI,SAAI,EAAE,OAAE,EAAG,aAAQ,EAAG,kBAAa,EAAG,YAAU,EAAG,eAAc,EAAG,wBAAuB,EAAG,cAAO,EAAG,cAAO,EAAG,eAAa;;;;;;;;;;;CAaxK,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"map.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/Map/map.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"map.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/Map/map.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA8C,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWnE,wBAsCC;AAwGD,eAAO,MAAM,OAAO,KAAoB,CAAC;AA4CzC,eAAO,MAAM,cAAc,KAAoB,CAAC;AAYhD,eAAO,MAAM,mBAAmB,KAAoB,CAAC;AAOrD,eAAO,MAAM,eAAe,KAAoB,CAAC;AAIjD,eAAO,MAAM,WAAW,KAAoB,CAAC;AAK7C,eAAO,MAAM,UAAU,KAAoB,CAAC"}
|