Skip to content

Commit f757579

Browse files
committed
Publish 2.0.4
1 parent 615c04c commit f757579

39 files changed

+175
-131
lines changed

dist/defaults.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ declare const defaults: {
1111
connectionAcquisitionTimeout: number;
1212
disableLosslessIntegers: boolean;
1313
};
14+
groupAsLabel: boolean;
1415
};
1516
visJs: {
1617
nodes: {

dist/neovis-without-dependencies.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/neovis-without-dependencies.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/neovis.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/neovis.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ export interface BaseNeovisConfig {
110110
* @default false
111111
*/
112112
consoleDebug?: boolean;
113+
/**
114+
* Should group be the label
115+
* @default true
116+
*/
117+
groupAsLabel?: boolean;
113118
/**
114119
* Tells Neovis is the config is flat or not
115120
* @default false

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/EventController.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h4>Hierarchy</h4>
2020
<ul class="tsd-hierarchy">
2121
<li><span class="target">EventController</span></li></ul></section><aside class="tsd-sources">
2222
<ul>
23-
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/9a2a832/src/events.ts#L17">src/events.ts:17</a></li></ul></aside>
23+
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/615c04c/src/events.ts#L17">src/events.ts:17</a></li></ul></aside>
2424
<section class="tsd-panel-group tsd-index-group">
2525
<section class="tsd-panel tsd-index-panel">
2626
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -44,7 +44,7 @@ <h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-
4444
<li class="tsd-description">
4545
<h4 class="tsd-returns-title">Returns <a href="EventController.html" class="tsd-signature-type tsd-kind-class">EventController</a></h4><aside class="tsd-sources">
4646
<ul>
47-
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/9a2a832/src/events.ts#L20">src/events.ts:20</a></li></ul></aside></li></ul></section></section>
47+
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/615c04c/src/events.ts#L20">src/events.ts:20</a></li></ul></aside></li></ul></section></section>
4848
<section class="tsd-panel-group tsd-member-group">
4949
<h2>Methods</h2>
5050
<section class="tsd-panel tsd-member"><a id="generateEvent" class="tsd-anchor"></a>
@@ -70,7 +70,7 @@ <h5><span class="tsd-kind-parameter">values</span>: <span class="tsd-signature-t
7070
</div></li></ul></div>
7171
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
7272
<ul>
73-
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/9a2a832/src/events.ts#L47">src/events.ts:47</a></li></ul></aside></li></ul></section>
73+
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/615c04c/src/events.ts#L47">src/events.ts:47</a></li></ul></aside></li></ul></section>
7474
<section class="tsd-panel tsd-member"><a id="register" class="tsd-anchor"></a>
7575
<h3 class="tsd-anchor-link"><span>register</span><a href="#register" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
7676
<ul class="tsd-signatures">
@@ -94,7 +94,7 @@ <h5><span class="tsd-kind-parameter">handler</span>: <a href="../interfaces/Even
9494
</div></li></ul></div>
9595
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
9696
<ul>
97-
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/9a2a832/src/events.ts#L34">src/events.ts:34</a></li></ul></aside></li></ul></section></section></div>
97+
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/615c04c/src/events.ts#L34">src/events.ts:34</a></li></ul></aside></li></ul></section></section></div>
9898
<div class="col-sidebar">
9999
<div class="page-menu">
100100
<div class="tsd-navigation settings">

docs/classes/NeoVis.html

Lines changed: 17 additions & 17 deletions
Large diffs are not rendered by default.

docs/enums/NeoVisEvents.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<li><a href="NeoVisEvents.html">NeoVisEvents</a></li></ul>
1717
<h1>Enumeration NeoVisEvents</h1></div><aside class="tsd-sources">
1818
<ul>
19-
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/9a2a832/src/events.ts#L3">src/events.ts:3</a></li></ul></aside>
19+
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/615c04c/src/events.ts#L3">src/events.ts:3</a></li></ul></aside>
2020
<section class="tsd-panel-group tsd-index-group">
2121
<section class="tsd-panel tsd-index-panel">
2222
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -35,22 +35,22 @@ <h2>Enumeration Members</h2>
3535
<h3 class="tsd-anchor-link"><span>Click<wbr/>Edge<wbr/>Event</span><a href="#ClickEdgeEvent" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
3636
<div class="tsd-signature"><span class="tsd-kind-enum-member">Click<wbr/>Edge<wbr/>Event</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;clickEdge&quot;</span></div><aside class="tsd-sources">
3737
<ul>
38-
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/9a2a832/src/events.ts#L6">src/events.ts:6</a></li></ul></aside></section>
38+
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/615c04c/src/events.ts#L6">src/events.ts:6</a></li></ul></aside></section>
3939
<section class="tsd-panel tsd-member"><a id="ClickNodeEvent" class="tsd-anchor"></a>
4040
<h3 class="tsd-anchor-link"><span>Click<wbr/>Node<wbr/>Event</span><a href="#ClickNodeEvent" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
4141
<div class="tsd-signature"><span class="tsd-kind-enum-member">Click<wbr/>Node<wbr/>Event</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;clickNode&quot;</span></div><aside class="tsd-sources">
4242
<ul>
43-
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/9a2a832/src/events.ts#L5">src/events.ts:5</a></li></ul></aside></section>
43+
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/615c04c/src/events.ts#L5">src/events.ts:5</a></li></ul></aside></section>
4444
<section class="tsd-panel tsd-member"><a id="CompletionEvent" class="tsd-anchor"></a>
4545
<h3 class="tsd-anchor-link"><span>Completion<wbr/>Event</span><a href="#CompletionEvent" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
4646
<div class="tsd-signature"><span class="tsd-kind-enum-member">Completion<wbr/>Event</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;completed&quot;</span></div><aside class="tsd-sources">
4747
<ul>
48-
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/9a2a832/src/events.ts#L4">src/events.ts:4</a></li></ul></aside></section>
48+
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/615c04c/src/events.ts#L4">src/events.ts:4</a></li></ul></aside></section>
4949
<section class="tsd-panel tsd-member"><a id="ErrorEvent" class="tsd-anchor"></a>
5050
<h3 class="tsd-anchor-link"><span>Error<wbr/>Event</span><a href="#ErrorEvent" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
5151
<div class="tsd-signature"><span class="tsd-kind-enum-member">Error<wbr/>Event</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;error&quot;</span></div><aside class="tsd-sources">
5252
<ul>
53-
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/9a2a832/src/events.ts#L7">src/events.ts:7</a></li></ul></aside></section></section></div>
53+
<li>Defined in <a href="https://github.com/neo4j-contrib/neovis.js/blob/615c04c/src/events.ts#L7">src/events.ts:7</a></li></ul></aside></section></section></div>
5454
<div class="col-sidebar">
5555
<div class="page-menu">
5656
<div class="tsd-navigation settings">

0 commit comments

Comments
 (0)