@neo4j-ndl/react 3.9.20 → 3.9.21
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/lib/{types/graph-visualization/stories/graph-visualization-barebones.story.d.ts → cjs/_common/index.js} +3 -3
- package/lib/cjs/_common/index.js.map +1 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/index.js.map +1 -1
- package/lib/{types/graph-visualization/stories/graph-visualization-search.story.d.ts → esm/_common/index.js} +2 -2
- package/lib/esm/_common/index.js.map +1 -0
- package/lib/esm/index.js +1 -0
- package/lib/esm/index.js.map +1 -1
- package/lib/types/{graph-visualization/stories/graph-visualization-highlighting.story.d.ts → _common/index.d.ts} +1 -2
- package/lib/types/accordion/stories/accordion.stories.d.ts +2 -2
- package/lib/types/drawer/stories/drawer.stories.d.ts +3 -3
- package/lib/types/graph-visualization/graph-visualization.d.ts +9 -9
- package/lib/types/index.d.ts +1 -0
- package/lib/types/next/breadcrumbs/stories/breadcrumbs.stories.d.ts +7 -7
- package/lib/types/next/side-navigation/stories/side-nav.stories.d.ts +5 -5
- package/package.json +3 -3
- package/lib/cjs/graph-visualization/stories/graph-visualization-barebones.story.js +0 -93
- package/lib/cjs/graph-visualization/stories/graph-visualization-barebones.story.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/graph-visualization-custom.story.js +0 -74
- package/lib/cjs/graph-visualization/stories/graph-visualization-custom.story.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/graph-visualization-default.story.js +0 -93
- package/lib/cjs/graph-visualization/stories/graph-visualization-default.story.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/graph-visualization-highlighting.story.js +0 -30
- package/lib/cjs/graph-visualization/stories/graph-visualization-highlighting.story.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/graph-visualization-maximalist.story.js +0 -105
- package/lib/cjs/graph-visualization/stories/graph-visualization-maximalist.story.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/graph-visualization-search.story.js +0 -36
- package/lib/cjs/graph-visualization/stories/graph-visualization-search.story.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/graph-visualization.stories.js +0 -112
- package/lib/cjs/graph-visualization/stories/graph-visualization.stories.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/index.js +0 -52
- package/lib/cjs/graph-visualization/stories/index.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/story-data.js +0 -89
- package/lib/cjs/graph-visualization/stories/story-data.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization-barebones.story.js +0 -90
- package/lib/esm/graph-visualization/stories/graph-visualization-barebones.story.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization-custom.story.js +0 -71
- package/lib/esm/graph-visualization/stories/graph-visualization-custom.story.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization-default.story.js +0 -90
- package/lib/esm/graph-visualization/stories/graph-visualization-default.story.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization-highlighting.story.js +0 -28
- package/lib/esm/graph-visualization/stories/graph-visualization-highlighting.story.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization-maximalist.story.js +0 -102
- package/lib/esm/graph-visualization/stories/graph-visualization-maximalist.story.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization-search.story.js +0 -34
- package/lib/esm/graph-visualization/stories/graph-visualization-search.story.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization.stories.js +0 -109
- package/lib/esm/graph-visualization/stories/graph-visualization.stories.js.map +0 -1
- package/lib/esm/graph-visualization/stories/index.js +0 -40
- package/lib/esm/graph-visualization/stories/index.js.map +0 -1
- package/lib/esm/graph-visualization/stories/story-data.js +0 -86
- package/lib/esm/graph-visualization/stories/story-data.js.map +0 -1
- package/lib/types/graph-visualization/stories/graph-visualization-custom.story.d.ts +0 -23
- package/lib/types/graph-visualization/stories/graph-visualization-default.story.d.ts +0 -23
- package/lib/types/graph-visualization/stories/graph-visualization-maximalist.story.d.ts +0 -23
- package/lib/types/graph-visualization/stories/graph-visualization.stories.d.ts +0 -39
- package/lib/types/graph-visualization/stories/index.d.ts +0 -32
- package/lib/types/graph-visualization/stories/story-data.d.ts +0 -26
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
/**
|
|
2
3
|
*
|
|
3
4
|
* Copyright (c) "Neo4j"
|
|
@@ -18,6 +19,5 @@
|
|
|
18
19
|
* You should have received a copy of the GNU General Public License
|
|
19
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
21
|
*/
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
export default Component;
|
|
22
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_common/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG"}
|
package/lib/cjs/index.js
CHANGED
|
@@ -90,4 +90,5 @@ __exportStar(require("./conditional-wrap"), exports);
|
|
|
90
90
|
__exportStar(require("./ai-presence"), exports);
|
|
91
91
|
__exportStar(require("./color-picker"), exports);
|
|
92
92
|
__exportStar(require("./graph-visualization"), exports);
|
|
93
|
+
__exportStar(require("./_common"), exports);
|
|
93
94
|
//# sourceMappingURL=index.js.map
|
package/lib/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;AAEH,8CAA4B;AAC5B,2CAAyB;AACzB,0CAAwB;AACxB,2CAAyB;AACzB,6CAA2B;AAC3B,2CAAyB;AACzB,0CAAwB;AACxB,iDAA+B;AAC/B,gDAA8B;AAC9B,2CAAyB;AACzB,0CAAwB;AACxB,oDAAkC;AAClC,yCAAuB;AACvB,sDAAoC;AACpC,4CAA0B;AAC1B,iDAA+B;AAC/B,6CAA2B;AAC3B,8CAA4B;AAC5B,+CAA6B;AAC7B,8CAA4B;AAC5B,8CAA4B;AAC5B,2CAAyB;AACzB,wCAAsB;AACtB,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,gDAA8B;AAC9B,yCAAuB;AACvB,qDAAmC;AACnC,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,gDAA8B;AAC9B,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,yCAAuB;AACvB,qDAAmC;AACnC,2CAAyB;AACzB,gDAA8B;AAC9B,oDAAkC;AAClC,4CAA0B;AAC1B,8CAA4B;AAC5B,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,6CAA2B;AAC3B,gDAA8B;AAC9B,8CAA4B;AAC5B,gDAA8B;AAC9B,gDAA8B;AAC9B,sDAAoC;AACpC,qDAAmC;AACnC,gDAA8B;AAC9B,iDAA+B;AAC/B,wDAAsC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;AAEH,8CAA4B;AAC5B,2CAAyB;AACzB,0CAAwB;AACxB,2CAAyB;AACzB,6CAA2B;AAC3B,2CAAyB;AACzB,0CAAwB;AACxB,iDAA+B;AAC/B,gDAA8B;AAC9B,2CAAyB;AACzB,0CAAwB;AACxB,oDAAkC;AAClC,yCAAuB;AACvB,sDAAoC;AACpC,4CAA0B;AAC1B,iDAA+B;AAC/B,6CAA2B;AAC3B,8CAA4B;AAC5B,+CAA6B;AAC7B,8CAA4B;AAC5B,8CAA4B;AAC5B,2CAAyB;AACzB,wCAAsB;AACtB,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,gDAA8B;AAC9B,yCAAuB;AACvB,qDAAmC;AACnC,oDAAkC;AAClC,+CAA6B;AAC7B,2CAAyB;AACzB,gDAA8B;AAC9B,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,yCAAuB;AACvB,qDAAmC;AACnC,2CAAyB;AACzB,gDAA8B;AAC9B,oDAAkC;AAClC,4CAA0B;AAC1B,8CAA4B;AAC5B,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,6CAA2B;AAC3B,gDAA8B;AAC9B,8CAA4B;AAC5B,gDAA8B;AAC9B,gDAA8B;AAC9B,sDAAoC;AACpC,qDAAmC;AACnC,gDAA8B;AAC9B,iDAA+B;AAC/B,wDAAsC;AACtC,4CAA0B"}
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_common/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG"}
|
package/lib/esm/index.js
CHANGED
package/lib/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,WAAW,CAAC"}
|
|
@@ -18,5 +18,4 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
|
|
22
|
-
export default Component;
|
|
21
|
+
export { type HtmlAttributes, type PolymorphicRef } from './types';
|
|
@@ -28,7 +28,7 @@ declare const componentMeta: {
|
|
|
28
28
|
title: string;
|
|
29
29
|
className?: string | undefined;
|
|
30
30
|
children?: React.ReactNode;
|
|
31
|
-
htmlAttributes?: import("../../
|
|
31
|
+
htmlAttributes?: import("../../index").HtmlAttributes<"div"> | undefined;
|
|
32
32
|
itemId: T;
|
|
33
33
|
arrowPosition?: import("../Accordion").AccordionArrowPosition | undefined;
|
|
34
34
|
isDisabled?: boolean | undefined;
|
|
@@ -41,7 +41,7 @@ declare const componentMeta: {
|
|
|
41
41
|
title: string;
|
|
42
42
|
className?: string | undefined;
|
|
43
43
|
children?: React.ReactNode;
|
|
44
|
-
htmlAttributes?: import("../../
|
|
44
|
+
htmlAttributes?: import("../../index").HtmlAttributes<"div"> | undefined;
|
|
45
45
|
itemId: T;
|
|
46
46
|
arrowPosition?: import("../Accordion").AccordionArrowPosition | undefined;
|
|
47
47
|
isDisabled?: boolean | undefined;
|
|
@@ -30,17 +30,17 @@ declare const componentMeta: {
|
|
|
30
30
|
Header: ({ children, className, ...restProps }: {
|
|
31
31
|
children: React.ReactNode;
|
|
32
32
|
className?: string;
|
|
33
|
-
htmlAttributes?: import("../../
|
|
33
|
+
htmlAttributes?: import("../../index").HtmlAttributes<"h5">;
|
|
34
34
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
35
35
|
Actions: ({ children, className, ...restProps }: {
|
|
36
36
|
children: React.ReactNode;
|
|
37
37
|
className?: string;
|
|
38
|
-
htmlAttributes?: import("../../
|
|
38
|
+
htmlAttributes?: import("../../index").HtmlAttributes<"div">;
|
|
39
39
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
40
40
|
Body: ({ children, className, ...restProps }: {
|
|
41
41
|
children: React.ReactNode;
|
|
42
42
|
className?: string;
|
|
43
|
-
htmlAttributes?: import("../../
|
|
43
|
+
htmlAttributes?: import("../../index").HtmlAttributes<"div">;
|
|
44
44
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
45
45
|
};
|
|
46
46
|
tags: string[];
|
|
@@ -117,55 +117,55 @@ export declare namespace GraphVisualization {
|
|
|
117
117
|
var ZoomInButton: ({ className, style, htmlAttributes, tooltipPlacement, }: {
|
|
118
118
|
className?: string;
|
|
119
119
|
style?: React.CSSProperties;
|
|
120
|
-
htmlAttributes?: import("
|
|
120
|
+
htmlAttributes?: import("@neo4j-ndl/react").HtmlAttributes<"button">;
|
|
121
121
|
tooltipPlacement?: import("@neo4j-ndl/react").TooltipProps["placement"];
|
|
122
122
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
123
123
|
var ZoomOutButton: ({ className, style, htmlAttributes, tooltipPlacement, }: {
|
|
124
124
|
className?: string;
|
|
125
125
|
style?: React.CSSProperties;
|
|
126
|
-
htmlAttributes?: import("
|
|
126
|
+
htmlAttributes?: import("@neo4j-ndl/react").HtmlAttributes<"button">;
|
|
127
127
|
tooltipPlacement?: import("@neo4j-ndl/react").TooltipProps["placement"];
|
|
128
128
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
129
129
|
var ZoomToFitButton: ({ className, style, htmlAttributes, tooltipPlacement, }: {
|
|
130
130
|
className?: string;
|
|
131
131
|
style?: React.CSSProperties;
|
|
132
|
-
htmlAttributes?: import("
|
|
132
|
+
htmlAttributes?: import("@neo4j-ndl/react").HtmlAttributes<"button">;
|
|
133
133
|
tooltipPlacement?: import("@neo4j-ndl/react").TooltipProps["placement"];
|
|
134
134
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
135
135
|
var ToggleSidePanelButton: ({ className, htmlAttributes, style, tooltipPlacement, }: {
|
|
136
136
|
className?: string;
|
|
137
137
|
style?: React.CSSProperties;
|
|
138
|
-
htmlAttributes?: import("
|
|
138
|
+
htmlAttributes?: import("@neo4j-ndl/react").HtmlAttributes<"button">;
|
|
139
139
|
tooltipPlacement?: import("@neo4j-ndl/react").TooltipProps["placement"];
|
|
140
140
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
141
141
|
var DownloadButton: ({ className, style, htmlAttributes, tooltipPlacement, }: {
|
|
142
142
|
className?: string;
|
|
143
143
|
style?: React.CSSProperties;
|
|
144
|
-
htmlAttributes?: import("
|
|
144
|
+
htmlAttributes?: import("@neo4j-ndl/react").HtmlAttributes<"button">;
|
|
145
145
|
tooltipPlacement?: import("@neo4j-ndl/react").TooltipProps["placement"];
|
|
146
146
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
147
147
|
var BoxSelectButton: ({ className, style, htmlAttributes, tooltipPlacement, }: {
|
|
148
148
|
className?: string;
|
|
149
149
|
style?: React.CSSProperties;
|
|
150
|
-
htmlAttributes?: import("
|
|
150
|
+
htmlAttributes?: import("@neo4j-ndl/react").HtmlAttributes<"button">;
|
|
151
151
|
tooltipPlacement?: import("@neo4j-ndl/react").TooltipProps["placement"];
|
|
152
152
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
153
153
|
var LassoSelectButton: ({ className, style, htmlAttributes, tooltipPlacement, }: {
|
|
154
154
|
className?: string;
|
|
155
155
|
style?: React.CSSProperties;
|
|
156
|
-
htmlAttributes?: import("
|
|
156
|
+
htmlAttributes?: import("@neo4j-ndl/react").HtmlAttributes<"button">;
|
|
157
157
|
tooltipPlacement?: import("@neo4j-ndl/react").TooltipProps["placement"];
|
|
158
158
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
159
159
|
var SingleSelectButton: ({ className, style, htmlAttributes, tooltipPlacement, }: {
|
|
160
160
|
className?: string;
|
|
161
161
|
style?: React.CSSProperties;
|
|
162
|
-
htmlAttributes?: import("
|
|
162
|
+
htmlAttributes?: import("@neo4j-ndl/react").HtmlAttributes<"button">;
|
|
163
163
|
tooltipPlacement?: import("@neo4j-ndl/react").TooltipProps["placement"];
|
|
164
164
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
165
165
|
var SearchButton: ({ className, style, htmlAttributes, tooltipPlacement, open: rawOpen, setOpen: rawSetOpen, searchTerm: rawSearchTerm, setSearchTerm: rawSetSearchTerm, onSearch, }: {
|
|
166
166
|
className?: string;
|
|
167
167
|
style?: React.CSSProperties;
|
|
168
|
-
htmlAttributes?: import("
|
|
168
|
+
htmlAttributes?: import("@neo4j-ndl/react").HtmlAttributes<"button">;
|
|
169
169
|
tooltipPlacement?: import("@neo4j-ndl/react").TooltipProps["placement"];
|
|
170
170
|
} & {
|
|
171
171
|
open?: boolean;
|
package/lib/types/index.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ declare const componentMeta: {
|
|
|
24
24
|
children?: React.ReactNode;
|
|
25
25
|
className?: string;
|
|
26
26
|
style?: React.CSSProperties;
|
|
27
|
-
htmlAttributes?: import("
|
|
27
|
+
htmlAttributes?: import("../../..").HtmlAttributes<"nav">;
|
|
28
28
|
} & import("react").RefAttributes<HTMLElement>> & {
|
|
29
29
|
Button: import("../../../_common/types").PolymorphicForwardRefExoticComponent<"button", {
|
|
30
30
|
children?: React.ReactNode;
|
|
@@ -33,8 +33,8 @@ declare const componentMeta: {
|
|
|
33
33
|
onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
34
34
|
} | {
|
|
35
35
|
as: "a";
|
|
36
|
-
href: import("
|
|
37
|
-
target?: import("
|
|
36
|
+
href: import("../../..").HtmlAttributes<"a">["href"];
|
|
37
|
+
target?: import("../../..").HtmlAttributes<"a">["target"];
|
|
38
38
|
} | {
|
|
39
39
|
as?: React.ElementType;
|
|
40
40
|
})>;
|
|
@@ -42,7 +42,7 @@ declare const componentMeta: {
|
|
|
42
42
|
children?: React.ReactNode;
|
|
43
43
|
className?: string;
|
|
44
44
|
style?: React.CSSProperties;
|
|
45
|
-
htmlAttributes?: import("
|
|
45
|
+
htmlAttributes?: import("../../..").HtmlAttributes<"li">;
|
|
46
46
|
} & import("react").RefAttributes<HTMLLIElement>>;
|
|
47
47
|
Link: import("../../../_common/types").PolymorphicForwardRefExoticComponent<"a", ({
|
|
48
48
|
children?: React.ReactNode;
|
|
@@ -51,8 +51,8 @@ declare const componentMeta: {
|
|
|
51
51
|
onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
52
52
|
} | {
|
|
53
53
|
as: "a";
|
|
54
|
-
href: import("
|
|
55
|
-
target?: import("
|
|
54
|
+
href: import("../../..").HtmlAttributes<"a">["href"];
|
|
55
|
+
target?: import("../../..").HtmlAttributes<"a">["target"];
|
|
56
56
|
} | {
|
|
57
57
|
as?: React.ElementType;
|
|
58
58
|
})) & {
|
|
@@ -64,7 +64,7 @@ declare const componentMeta: {
|
|
|
64
64
|
children?: React.ReactNode;
|
|
65
65
|
className?: string;
|
|
66
66
|
style?: React.CSSProperties;
|
|
67
|
-
htmlAttributes?: import("
|
|
67
|
+
htmlAttributes?: import("../../..").HtmlAttributes<"button">;
|
|
68
68
|
} & import("react").RefAttributes<HTMLButtonElement>>;
|
|
69
69
|
};
|
|
70
70
|
parameters: {
|
|
@@ -24,7 +24,7 @@ declare const componentMeta: {
|
|
|
24
24
|
children?: React.ReactNode;
|
|
25
25
|
className?: string;
|
|
26
26
|
style?: React.CSSProperties;
|
|
27
|
-
htmlAttributes?: import("
|
|
27
|
+
htmlAttributes?: import("../../..").HtmlAttributes<"nav">;
|
|
28
28
|
isExpanded?: boolean;
|
|
29
29
|
shouldExpandOnHover?: boolean;
|
|
30
30
|
pinButtonCallback?: () => void;
|
|
@@ -46,7 +46,7 @@ declare const componentMeta: {
|
|
|
46
46
|
children?: React.ReactNode;
|
|
47
47
|
className?: string;
|
|
48
48
|
style?: React.CSSProperties;
|
|
49
|
-
htmlAttributes?: import("
|
|
49
|
+
htmlAttributes?: import("../../..").HtmlAttributes<"button">;
|
|
50
50
|
isMenuOpen?: boolean;
|
|
51
51
|
} & import("react").RefAttributes<HTMLButtonElement>>;
|
|
52
52
|
Divider: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -71,13 +71,13 @@ declare const componentMeta: {
|
|
|
71
71
|
rightElement?: React.ReactNode;
|
|
72
72
|
} & ({
|
|
73
73
|
as: "button";
|
|
74
|
-
onClick?: import("
|
|
74
|
+
onClick?: import("../../..").HtmlAttributes<"button">["onClick"];
|
|
75
75
|
} | {
|
|
76
76
|
as?: React.ElementType;
|
|
77
77
|
} | {
|
|
78
78
|
as: "a";
|
|
79
|
-
href?: import("
|
|
80
|
-
target?: import("
|
|
79
|
+
href?: import("../../..").HtmlAttributes<"a">["href"];
|
|
80
|
+
target?: import("../../..").HtmlAttributes<"a">["target"];
|
|
81
81
|
}))>;
|
|
82
82
|
};
|
|
83
83
|
parameters: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/react",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.21",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "React implementation of Neo4j Design System",
|
|
6
6
|
"keywords": [
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@axe-core/playwright": "4.9.0",
|
|
54
|
-
"@playwright/experimental-ct-react": "1.
|
|
55
|
-
"@playwright/test": "1.
|
|
54
|
+
"@playwright/experimental-ct-react": "1.55.1",
|
|
55
|
+
"@playwright/test": "1.55.1",
|
|
56
56
|
"@storybook/react-vite": "9.0.11",
|
|
57
57
|
"@svgr/cli": "6.5.1",
|
|
58
58
|
"@testing-library/jest-dom": "6.6.3",
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.containerClasses = void 0;
|
|
4
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
/**
|
|
6
|
-
*
|
|
7
|
-
* Copyright (c) "Neo4j"
|
|
8
|
-
* Neo4j Sweden AB [http://neo4j.com]
|
|
9
|
-
*
|
|
10
|
-
* This file is part of Neo4j.
|
|
11
|
-
*
|
|
12
|
-
* Neo4j is free software: you can redistribute it and/or modify
|
|
13
|
-
* it under the terms of the GNU General Public License as published by
|
|
14
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
15
|
-
* (at your option) any later version.
|
|
16
|
-
*
|
|
17
|
-
* This program is distributed in the hope that it will be useful,
|
|
18
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
19
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
20
|
-
* GNU General Public License for more details.
|
|
21
|
-
*
|
|
22
|
-
* You should have received a copy of the GNU General Public License
|
|
23
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
24
|
-
*/
|
|
25
|
-
const graph_visualization_1 = require("../graph-visualization");
|
|
26
|
-
const nodes = [
|
|
27
|
-
{
|
|
28
|
-
id: 'node1',
|
|
29
|
-
labels: ['Pokemon', 'Legendary'],
|
|
30
|
-
properties: {
|
|
31
|
-
durationToWinBattle: {
|
|
32
|
-
stringified: 'P0M0DT0.000000001S',
|
|
33
|
-
type: 'duration',
|
|
34
|
-
},
|
|
35
|
-
favoriteColors: {
|
|
36
|
-
stringified: '["red", "blue", "green"]',
|
|
37
|
-
type: 'list',
|
|
38
|
-
},
|
|
39
|
-
getsBeatBy: {
|
|
40
|
-
stringified: 'null',
|
|
41
|
-
type: 'null',
|
|
42
|
-
},
|
|
43
|
-
isAwesome: {
|
|
44
|
-
stringified: 'true',
|
|
45
|
-
type: 'boolean',
|
|
46
|
-
},
|
|
47
|
-
location: {
|
|
48
|
-
stringified: 'point({srid:1, x:100, y:200, z:300})',
|
|
49
|
-
type: 'point',
|
|
50
|
-
},
|
|
51
|
-
name: {
|
|
52
|
-
stringified: '"Rayquaza"',
|
|
53
|
-
type: 'string',
|
|
54
|
-
},
|
|
55
|
-
weight: {
|
|
56
|
-
stringified: '392.0',
|
|
57
|
-
type: 'float',
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
id: 'node2',
|
|
63
|
-
labels: ['Type'],
|
|
64
|
-
properties: { name: { stringified: 'Dragon', type: 'String' } },
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
id: 'node3',
|
|
68
|
-
labels: ['Type'],
|
|
69
|
-
properties: { name: { stringified: 'Flying', type: 'String' } },
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
const rels = [
|
|
73
|
-
{
|
|
74
|
-
from: 'node1',
|
|
75
|
-
id: 'rel1',
|
|
76
|
-
properties: {},
|
|
77
|
-
to: 'node2',
|
|
78
|
-
type: 'HAS_TYPE',
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
from: 'node1',
|
|
82
|
-
id: 'rel2',
|
|
83
|
-
properties: {},
|
|
84
|
-
to: 'node3',
|
|
85
|
-
type: 'HAS_TYPE',
|
|
86
|
-
},
|
|
87
|
-
];
|
|
88
|
-
exports.containerClasses = 'n-w-full n-border-palette-neutral-border-weak n-mx-2 n-rounded-lg n-border';
|
|
89
|
-
const Component = () => {
|
|
90
|
-
return ((0, jsx_runtime_1.jsx)("div", { style: { height: '600px' }, children: (0, jsx_runtime_1.jsx)(graph_visualization_1.GraphVisualization, { bottomLeftIsland: null, bottomRightIsland: null, nodes: nodes, rels: rels, sidepanel: null, topLeftIsland: null, topRightIsland: null, className: exports.containerClasses }) }));
|
|
91
|
-
};
|
|
92
|
-
exports.default = Component;
|
|
93
|
-
//# sourceMappingURL=graph-visualization-barebones.story.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"graph-visualization-barebones.story.js","sourceRoot":"","sources":["../../../../src/graph-visualization/stories/graph-visualization-barebones.story.tsx"],"names":[],"mappings":";;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,gEAA4D;AAG5D,MAAM,KAAK,GAAc;IACvB;QACE,EAAE,EAAE,OAAO;QACX,MAAM,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC;QAChC,UAAU,EAAE;YACV,mBAAmB,EAAE;gBACnB,WAAW,EAAE,oBAAoB;gBACjC,IAAI,EAAE,UAAU;aACjB;YACD,cAAc,EAAE;gBACd,WAAW,EAAE,0BAA0B;gBACvC,IAAI,EAAE,MAAM;aACb;YACD,UAAU,EAAE;gBACV,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;aACb;YACD,SAAS,EAAE;gBACT,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,SAAS;aAChB;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE,sCAAsC;gBACnD,IAAI,EAAE,OAAO;aACd;YACD,IAAI,EAAE;gBACJ,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,QAAQ;aACf;YACD,MAAM,EAAE;gBACN,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;aACd;SACF;KACF;IACD;QACE,EAAE,EAAE,OAAO;QACX,MAAM,EAAE,CAAC,MAAM,CAAC;QAChB,UAAU,EAAE,EAAE,IAAI,EAAE,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;KAChE;IACD;QACE,EAAE,EAAE,OAAO;QACX,MAAM,EAAE,CAAC,MAAM,CAAC;QAChB,UAAU,EAAE,EAAE,IAAI,EAAE,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;KAChE;CACF,CAAC;AAEF,MAAM,IAAI,GAAG;IACX;QACE,IAAI,EAAE,OAAO;QACb,EAAE,EAAE,MAAM;QACV,UAAU,EAAE,EAAE;QACd,EAAE,EAAE,OAAO;QACX,IAAI,EAAE,UAAU;KACjB;IACD;QACE,IAAI,EAAE,OAAO;QACb,EAAE,EAAE,MAAM;QACV,UAAU,EAAE,EAAE;QACd,EAAE,EAAE,OAAO;QACX,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AACW,QAAA,gBAAgB,GAC3B,4EAA4E,CAAC;AAE/E,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,gCAAK,KAAK,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,YAC7B,uBAAC,wCAAkB,IACjB,gBAAgB,EAAE,IAAI,EACtB,iBAAiB,EAAE,IAAI,EACvB,KAAK,EAAE,KAAK,EACZ,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,IAAI,EACf,aAAa,EAAE,IAAI,EACnB,cAAc,EAAE,IAAI,EACpB,SAAS,EAAE,wBAAgB,GAC3B,GACE,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.containerClasses = void 0;
|
|
4
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
/**
|
|
6
|
-
*
|
|
7
|
-
* Copyright (c) "Neo4j"
|
|
8
|
-
* Neo4j Sweden AB [http://neo4j.com]
|
|
9
|
-
*
|
|
10
|
-
* This file is part of Neo4j.
|
|
11
|
-
*
|
|
12
|
-
* Neo4j is free software: you can redistribute it and/or modify
|
|
13
|
-
* it under the terms of the GNU General Public License as published by
|
|
14
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
15
|
-
* (at your option) any later version.
|
|
16
|
-
*
|
|
17
|
-
* This program is distributed in the hope that it will be useful,
|
|
18
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
19
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
20
|
-
* GNU General Public License for more details.
|
|
21
|
-
*
|
|
22
|
-
* You should have received a copy of the GNU General Public License
|
|
23
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
24
|
-
*/
|
|
25
|
-
const graph_visualization_1 = require("../graph-visualization");
|
|
26
|
-
const nodes = [
|
|
27
|
-
{
|
|
28
|
-
id: 'node1',
|
|
29
|
-
labels: ['Pokemon', 'Legendary'],
|
|
30
|
-
properties: {},
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
id: 'node2',
|
|
34
|
-
labels: ['Type'],
|
|
35
|
-
properties: { name: { stringified: 'Dragon', type: 'String' } },
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
id: 'node3',
|
|
39
|
-
labels: ['Type'],
|
|
40
|
-
properties: { name: { stringified: 'Flying', type: 'String' } },
|
|
41
|
-
},
|
|
42
|
-
];
|
|
43
|
-
const rels = [
|
|
44
|
-
{
|
|
45
|
-
from: 'node1',
|
|
46
|
-
id: 'rel1',
|
|
47
|
-
properties: {},
|
|
48
|
-
to: 'node2',
|
|
49
|
-
type: 'HAS_TYPE',
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
from: 'node1',
|
|
53
|
-
id: 'rel2',
|
|
54
|
-
properties: {},
|
|
55
|
-
to: 'node3',
|
|
56
|
-
type: 'HAS_TYPE',
|
|
57
|
-
},
|
|
58
|
-
];
|
|
59
|
-
exports.containerClasses = 'n-w-full n-border-palette-neutral-border-weak n-mx-2 n-rounded-lg n-border';
|
|
60
|
-
const Component = () => {
|
|
61
|
-
return ((0, jsx_runtime_1.jsx)("div", { style: { height: '600px' }, children: (0, jsx_runtime_1.jsx)(graph_visualization_1.GraphVisualization, { bottomLeftIsland: (0, jsx_runtime_1.jsx)("div", { children: "\u2199\uFE0F" }), bottomRightIsland: (0, jsx_runtime_1.jsx)("div", { children: "\u2198\uFE0F" }), nodes: nodes, rels: rels, sidepanel: {
|
|
62
|
-
children: (0, jsx_runtime_1.jsx)("div", { children: "Custom panel contents" }),
|
|
63
|
-
isSidePanelOpen: true,
|
|
64
|
-
onSidePanelResize: () => {
|
|
65
|
-
/* no op */
|
|
66
|
-
},
|
|
67
|
-
setIsSidePanelOpen: () => {
|
|
68
|
-
/* no op */
|
|
69
|
-
},
|
|
70
|
-
sidePanelWidth: 300,
|
|
71
|
-
}, topLeftIsland: (0, jsx_runtime_1.jsx)("div", { children: "\u2196\uFE0F" }), topRightIsland: (0, jsx_runtime_1.jsx)("div", { children: "\u2197\uFE0F" }), className: exports.containerClasses }) }));
|
|
72
|
-
};
|
|
73
|
-
exports.default = Component;
|
|
74
|
-
//# sourceMappingURL=graph-visualization-custom.story.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"graph-visualization-custom.story.js","sourceRoot":"","sources":["../../../../src/graph-visualization/stories/graph-visualization-custom.story.tsx"],"names":[],"mappings":";;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,gEAA4D;AAG5D,MAAM,KAAK,GAAc;IACvB;QACE,EAAE,EAAE,OAAO;QACX,MAAM,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC;QAChC,UAAU,EAAE,EAAE;KACf;IACD;QACE,EAAE,EAAE,OAAO;QACX,MAAM,EAAE,CAAC,MAAM,CAAC;QAChB,UAAU,EAAE,EAAE,IAAI,EAAE,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;KAChE;IACD;QACE,EAAE,EAAE,OAAO;QACX,MAAM,EAAE,CAAC,MAAM,CAAC;QAChB,UAAU,EAAE,EAAE,IAAI,EAAE,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;KAChE;CACF,CAAC;AAEF,MAAM,IAAI,GAAG;IACX;QACE,IAAI,EAAE,OAAO;QACb,EAAE,EAAE,MAAM;QACV,UAAU,EAAE,EAAE;QACd,EAAE,EAAE,OAAO;QACX,IAAI,EAAE,UAAU;KACjB;IACD;QACE,IAAI,EAAE,OAAO;QACb,EAAE,EAAE,MAAM;QACV,UAAU,EAAE,EAAE;QACd,EAAE,EAAE,OAAO;QACX,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AACW,QAAA,gBAAgB,GAC3B,4EAA4E,CAAC;AAE/E,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,gCAAK,KAAK,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,YAC7B,uBAAC,wCAAkB,IACjB,gBAAgB,EAAE,2DAAa,EAC/B,iBAAiB,EAAE,2DAAa,EAChC,KAAK,EAAE,KAAK,EACZ,IAAI,EAAE,IAAI,EACV,SAAS,EAAE;gBACT,QAAQ,EAAE,oEAAgC;gBAC1C,eAAe,EAAE,IAAI;gBACrB,iBAAiB,EAAE,GAAG,EAAE;oBACtB,WAAW;gBACb,CAAC;gBACD,kBAAkB,EAAE,GAAG,EAAE;oBACvB,WAAW;gBACb,CAAC;gBACD,cAAc,EAAE,GAAG;aACpB,EACD,aAAa,EAAE,2DAAa,EAC5B,cAAc,EAAE,2DAAa,EAC7B,SAAS,EAAE,wBAAgB,GAC3B,GACE,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.containerClasses = void 0;
|
|
4
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
/**
|
|
6
|
-
*
|
|
7
|
-
* Copyright (c) "Neo4j"
|
|
8
|
-
* Neo4j Sweden AB [http://neo4j.com]
|
|
9
|
-
*
|
|
10
|
-
* This file is part of Neo4j.
|
|
11
|
-
*
|
|
12
|
-
* Neo4j is free software: you can redistribute it and/or modify
|
|
13
|
-
* it under the terms of the GNU General Public License as published by
|
|
14
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
15
|
-
* (at your option) any later version.
|
|
16
|
-
*
|
|
17
|
-
* This program is distributed in the hope that it will be useful,
|
|
18
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
19
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
20
|
-
* GNU General Public License for more details.
|
|
21
|
-
*
|
|
22
|
-
* You should have received a copy of the GNU General Public License
|
|
23
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
24
|
-
*/
|
|
25
|
-
const graph_visualization_1 = require("../graph-visualization");
|
|
26
|
-
const nodes = [
|
|
27
|
-
{
|
|
28
|
-
id: 'node1',
|
|
29
|
-
labels: ['Pokemon', 'Legendary'],
|
|
30
|
-
properties: {
|
|
31
|
-
durationToWinBattle: {
|
|
32
|
-
stringified: 'P0M0DT0.000000001S',
|
|
33
|
-
type: 'duration',
|
|
34
|
-
},
|
|
35
|
-
favoriteColors: {
|
|
36
|
-
stringified: '["red", "blue", "green"]',
|
|
37
|
-
type: 'list',
|
|
38
|
-
},
|
|
39
|
-
getsBeatBy: {
|
|
40
|
-
stringified: 'null',
|
|
41
|
-
type: 'null',
|
|
42
|
-
},
|
|
43
|
-
isAwesome: {
|
|
44
|
-
stringified: 'true',
|
|
45
|
-
type: 'boolean',
|
|
46
|
-
},
|
|
47
|
-
location: {
|
|
48
|
-
stringified: 'point({srid:1, x:100, y:200, z:300})',
|
|
49
|
-
type: 'point',
|
|
50
|
-
},
|
|
51
|
-
name: {
|
|
52
|
-
stringified: '"Rayquaza"',
|
|
53
|
-
type: 'string',
|
|
54
|
-
},
|
|
55
|
-
weight: {
|
|
56
|
-
stringified: '392.0',
|
|
57
|
-
type: 'float',
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
id: 'node2',
|
|
63
|
-
labels: ['Type'],
|
|
64
|
-
properties: { name: { stringified: 'Dragon', type: 'String' } },
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
id: 'node3',
|
|
68
|
-
labels: ['Type'],
|
|
69
|
-
properties: { name: { stringified: 'Flying', type: 'String' } },
|
|
70
|
-
},
|
|
71
|
-
];
|
|
72
|
-
const rels = [
|
|
73
|
-
{
|
|
74
|
-
from: 'node1',
|
|
75
|
-
id: 'rel1',
|
|
76
|
-
properties: {},
|
|
77
|
-
to: 'node2',
|
|
78
|
-
type: 'HAS_TYPE',
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
from: 'node1',
|
|
82
|
-
id: 'rel2',
|
|
83
|
-
properties: {},
|
|
84
|
-
to: 'node3',
|
|
85
|
-
type: 'HAS_TYPE',
|
|
86
|
-
},
|
|
87
|
-
];
|
|
88
|
-
exports.containerClasses = 'n-w-full n-border-palette-neutral-border-weak n-mx-2 n-rounded-lg n-border';
|
|
89
|
-
const Component = () => {
|
|
90
|
-
return ((0, jsx_runtime_1.jsx)("div", { style: { height: '600px' }, children: (0, jsx_runtime_1.jsx)(graph_visualization_1.GraphVisualization, { nodes: nodes, rels: rels, className: exports.containerClasses }) }));
|
|
91
|
-
};
|
|
92
|
-
exports.default = Component;
|
|
93
|
-
//# sourceMappingURL=graph-visualization-default.story.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"graph-visualization-default.story.js","sourceRoot":"","sources":["../../../../src/graph-visualization/stories/graph-visualization-default.story.tsx"],"names":[],"mappings":";;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,gEAA4D;AAG5D,MAAM,KAAK,GAAc;IACvB;QACE,EAAE,EAAE,OAAO;QACX,MAAM,EAAE,CAAC,SAAS,EAAE,WAAW,CAAC;QAChC,UAAU,EAAE;YACV,mBAAmB,EAAE;gBACnB,WAAW,EAAE,oBAAoB;gBACjC,IAAI,EAAE,UAAU;aACjB;YACD,cAAc,EAAE;gBACd,WAAW,EAAE,0BAA0B;gBACvC,IAAI,EAAE,MAAM;aACb;YACD,UAAU,EAAE;gBACV,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,MAAM;aACb;YACD,SAAS,EAAE;gBACT,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,SAAS;aAChB;YACD,QAAQ,EAAE;gBACR,WAAW,EAAE,sCAAsC;gBACnD,IAAI,EAAE,OAAO;aACd;YACD,IAAI,EAAE;gBACJ,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,QAAQ;aACf;YACD,MAAM,EAAE;gBACN,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;aACd;SACF;KACF;IACD;QACE,EAAE,EAAE,OAAO;QACX,MAAM,EAAE,CAAC,MAAM,CAAC;QAChB,UAAU,EAAE,EAAE,IAAI,EAAE,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;KAChE;IACD;QACE,EAAE,EAAE,OAAO;QACX,MAAM,EAAE,CAAC,MAAM,CAAC;QAChB,UAAU,EAAE,EAAE,IAAI,EAAE,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;KAChE;CACF,CAAC;AAEF,MAAM,IAAI,GAAG;IACX;QACE,IAAI,EAAE,OAAO;QACb,EAAE,EAAE,MAAM;QACV,UAAU,EAAE,EAAE;QACd,EAAE,EAAE,OAAO;QACX,IAAI,EAAE,UAAU;KACjB;IACD;QACE,IAAI,EAAE,OAAO;QACb,EAAE,EAAE,MAAM;QACV,UAAU,EAAE,EAAE;QACd,EAAE,EAAE,OAAO;QACX,IAAI,EAAE,UAAU;KACjB;CACF,CAAC;AACW,QAAA,gBAAgB,GAC3B,4EAA4E,CAAC;AAE/E,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,gCAAK,KAAK,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,YAC7B,uBAAC,wCAAkB,IACjB,KAAK,EAAE,KAAK,EACZ,IAAI,EAAE,IAAI,EACV,SAAS,EAAE,wBAAgB,GAC3B,GACE,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
-
/**
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) "Neo4j"
|
|
7
|
-
* Neo4j Sweden AB [http://neo4j.com]
|
|
8
|
-
*
|
|
9
|
-
* This file is part of Neo4j.
|
|
10
|
-
*
|
|
11
|
-
* Neo4j is free software: you can redistribute it and/or modify
|
|
12
|
-
* it under the terms of the GNU General Public License as published by
|
|
13
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
14
|
-
* (at your option) any later version.
|
|
15
|
-
*
|
|
16
|
-
* This program is distributed in the hope that it will be useful,
|
|
17
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
-
* GNU General Public License for more details.
|
|
20
|
-
*
|
|
21
|
-
* You should have received a copy of the GNU General Public License
|
|
22
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
-
*/
|
|
24
|
-
const graph_visualization_1 = require("../graph-visualization");
|
|
25
|
-
const story_data_1 = require("./story-data");
|
|
26
|
-
const Component = () => {
|
|
27
|
-
return ((0, jsx_runtime_1.jsx)("div", { style: { height: '600px' }, children: (0, jsx_runtime_1.jsx)(graph_visualization_1.GraphVisualization, { nodes: story_data_1.StoryGraph.nodes, rels: story_data_1.StoryGraph.rels, className: story_data_1.containerClasses, highlightedNodeIds: ['node1'], highlightedRelationshipIds: [] }) }));
|
|
28
|
-
};
|
|
29
|
-
exports.default = Component;
|
|
30
|
-
//# sourceMappingURL=graph-visualization-highlighting.story.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"graph-visualization-highlighting.story.js","sourceRoot":"","sources":["../../../../src/graph-visualization/stories/graph-visualization-highlighting.story.tsx"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,gEAA4D;AAC5D,6CAA4D;AAE5D,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,gCAAK,KAAK,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,YAC7B,uBAAC,wCAAkB,IACjB,KAAK,EAAE,uBAAU,CAAC,KAAK,EACvB,IAAI,EAAE,uBAAU,CAAC,IAAI,EACrB,SAAS,EAAE,6BAAgB,EAC3B,kBAAkB,EAAE,CAAC,OAAO,CAAC,EAC7B,0BAA0B,EAAE,EAAE,GAC9B,GACE,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|