@neo4j-ndl/react 1.10.3 → 1.10.4

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.
Files changed (98) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/lib/NOTICE.txt +4 -0
  3. package/lib/cjs/_common/coditionalWrap.js +21 -0
  4. package/lib/cjs/drag-and-drop/icons/CSV-file.js +21 -0
  5. package/lib/cjs/drag-and-drop/icons/Cloud.js +21 -0
  6. package/lib/cjs/drag-and-drop/icons/File.js +21 -0
  7. package/lib/cjs/drag-and-drop/icons/InvalidFile.js +21 -0
  8. package/lib/cjs/icons/generated/custom/AddNode.js +21 -0
  9. package/lib/cjs/icons/generated/custom/AlignBottom.js +21 -0
  10. package/lib/cjs/icons/generated/custom/AlignCenter.js +21 -0
  11. package/lib/cjs/icons/generated/custom/AlignTop.js +21 -0
  12. package/lib/cjs/icons/generated/custom/Bold.js +21 -0
  13. package/lib/cjs/icons/generated/custom/Circle.js +21 -0
  14. package/lib/cjs/icons/generated/custom/CollapseExpand.js +21 -0
  15. package/lib/cjs/icons/generated/custom/CollapseExpandLeft.js +21 -0
  16. package/lib/cjs/icons/generated/custom/CollapseExpandRight.js +21 -0
  17. package/lib/cjs/icons/generated/custom/Configure.js +21 -0
  18. package/lib/cjs/icons/generated/custom/DatabaseAddCircle.js +21 -0
  19. package/lib/cjs/icons/generated/custom/Dbms.js +21 -0
  20. package/lib/cjs/icons/generated/custom/Drag.js +21 -0
  21. package/lib/cjs/icons/generated/custom/Expand.js +21 -0
  22. package/lib/cjs/icons/generated/custom/ExternalLink.js +21 -0
  23. package/lib/cjs/icons/generated/custom/FitToScreen.js +21 -0
  24. package/lib/cjs/icons/generated/custom/FolderBookmark.js +21 -0
  25. package/lib/cjs/icons/generated/custom/Heirarchy2.js +21 -0
  26. package/lib/cjs/icons/generated/custom/Hierarchy1.js +21 -0
  27. package/lib/cjs/icons/generated/custom/Hierarchy2.js +21 -0
  28. package/lib/cjs/icons/generated/custom/Italic.js +21 -0
  29. package/lib/cjs/icons/generated/custom/NomLevel.js +21 -0
  30. package/lib/cjs/icons/generated/custom/Pin.js +21 -0
  31. package/lib/cjs/icons/generated/custom/PlanView.js +21 -0
  32. package/lib/cjs/icons/generated/custom/Presentation.js +21 -0
  33. package/lib/cjs/icons/generated/custom/QueryBrowser.js +21 -0
  34. package/lib/cjs/icons/generated/custom/ResizeCorner.js +21 -0
  35. package/lib/cjs/icons/generated/custom/Rhombus.js +21 -0
  36. package/lib/cjs/icons/generated/custom/ScienceMolecule.js +21 -0
  37. package/lib/cjs/icons/generated/custom/Shrink.js +21 -0
  38. package/lib/cjs/icons/generated/custom/SidebarLineLeft.js +21 -0
  39. package/lib/cjs/icons/generated/custom/SidebarLineRight.js +21 -0
  40. package/lib/cjs/icons/generated/custom/Square.js +21 -0
  41. package/lib/cjs/icons/generated/custom/Status.js +21 -0
  42. package/lib/cjs/icons/generated/custom/Text.js +21 -0
  43. package/lib/cjs/icons/generated/custom/Triangle.js +21 -0
  44. package/lib/cjs/icons/generated/custom/Underline.js +21 -0
  45. package/lib/cjs/icons/generated/custom/VisualizeBloom.js +21 -0
  46. package/lib/cjs/table/Components.js +21 -0
  47. package/lib/cjs/wizard/index.js +1 -0
  48. package/lib/cjs/wizard/index.js.map +1 -1
  49. package/lib/esm/_common/coditionalWrap.js +21 -0
  50. package/lib/esm/drag-and-drop/icons/CSV-file.js +21 -0
  51. package/lib/esm/drag-and-drop/icons/Cloud.js +21 -0
  52. package/lib/esm/drag-and-drop/icons/File.js +21 -0
  53. package/lib/esm/drag-and-drop/icons/InvalidFile.js +21 -0
  54. package/lib/esm/icons/generated/custom/AddNode.js +21 -0
  55. package/lib/esm/icons/generated/custom/AlignBottom.js +21 -0
  56. package/lib/esm/icons/generated/custom/AlignCenter.js +21 -0
  57. package/lib/esm/icons/generated/custom/AlignTop.js +21 -0
  58. package/lib/esm/icons/generated/custom/Bold.js +21 -0
  59. package/lib/esm/icons/generated/custom/Circle.js +21 -0
  60. package/lib/esm/icons/generated/custom/CollapseExpand.js +21 -0
  61. package/lib/esm/icons/generated/custom/CollapseExpandLeft.js +21 -0
  62. package/lib/esm/icons/generated/custom/CollapseExpandRight.js +21 -0
  63. package/lib/esm/icons/generated/custom/Configure.js +21 -0
  64. package/lib/esm/icons/generated/custom/DatabaseAddCircle.js +21 -0
  65. package/lib/esm/icons/generated/custom/Dbms.js +21 -0
  66. package/lib/esm/icons/generated/custom/Drag.js +21 -0
  67. package/lib/esm/icons/generated/custom/Expand.js +21 -0
  68. package/lib/esm/icons/generated/custom/ExternalLink.js +21 -0
  69. package/lib/esm/icons/generated/custom/FitToScreen.js +21 -0
  70. package/lib/esm/icons/generated/custom/FolderBookmark.js +21 -0
  71. package/lib/esm/icons/generated/custom/Heirarchy2.js +21 -0
  72. package/lib/esm/icons/generated/custom/Hierarchy1.js +21 -0
  73. package/lib/esm/icons/generated/custom/Hierarchy2.js +21 -0
  74. package/lib/esm/icons/generated/custom/Italic.js +21 -0
  75. package/lib/esm/icons/generated/custom/NomLevel.js +21 -0
  76. package/lib/esm/icons/generated/custom/Pin.js +21 -0
  77. package/lib/esm/icons/generated/custom/PlanView.js +21 -0
  78. package/lib/esm/icons/generated/custom/Presentation.js +21 -0
  79. package/lib/esm/icons/generated/custom/QueryBrowser.js +21 -0
  80. package/lib/esm/icons/generated/custom/ResizeCorner.js +21 -0
  81. package/lib/esm/icons/generated/custom/Rhombus.js +21 -0
  82. package/lib/esm/icons/generated/custom/ScienceMolecule.js +21 -0
  83. package/lib/esm/icons/generated/custom/Shrink.js +21 -0
  84. package/lib/esm/icons/generated/custom/SidebarLineLeft.js +21 -0
  85. package/lib/esm/icons/generated/custom/SidebarLineRight.js +21 -0
  86. package/lib/esm/icons/generated/custom/Square.js +21 -0
  87. package/lib/esm/icons/generated/custom/Status.js +21 -0
  88. package/lib/esm/icons/generated/custom/Text.js +21 -0
  89. package/lib/esm/icons/generated/custom/Triangle.js +21 -0
  90. package/lib/esm/icons/generated/custom/Underline.js +21 -0
  91. package/lib/esm/icons/generated/custom/VisualizeBloom.js +21 -0
  92. package/lib/esm/table/Components.js +21 -0
  93. package/lib/esm/wizard/index.js +1 -0
  94. package/lib/esm/wizard/index.js.map +1 -1
  95. package/lib/types/dropdown/Overrides.d.ts +21 -0
  96. package/lib/types/table/Components.d.ts +21 -0
  97. package/lib/types/wizard/index.d.ts +1 -0
  98. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.10.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 6ba942c: Fixed license header to match others
8
+
3
9
  ## 1.10.3
4
10
 
5
11
  ### Patch Changes
package/lib/NOTICE.txt CHANGED
@@ -211,6 +211,10 @@ Third-party licenses
211
211
  │ ├─ postcss-cli@npm:10.1.0 [708d2] (via npm:^10.0.0 [708d2])
212
212
  │ │ ├─ URL: https://github.com/postcss/postcss-cli.git
213
213
  │ │ └─ VendorUrl: https://github.com/postcss/postcss-cli#readme
214
+ │ ├─ postcss-discard-comments@npm:6.0.0 [708d2] (via npm:6.0.0 [708d2])
215
+ │ │ ├─ URL: git+https://github.com/cssnano/cssnano.git
216
+ │ │ ├─ VendorName: Ben Briggs
217
+ │ │ └─ VendorUrl: https://github.com/cssnano/cssnano
214
218
  │ ├─ postcss-import@npm:14.1.0 [708d2] (via npm:^14.0.2 [708d2])
215
219
  │ │ ├─ URL: https://github.com/postcss/postcss-import.git
216
220
  │ │ └─ VendorName: Maxime Thirouin
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  exports.ConditionalWrap = void 0;
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");
@@ -1,3 +1,24 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  Object.defineProperty(exports, "__esModule", { value: true });
3
24
  const jsx_runtime_1 = require("react/jsx-runtime");