Skip to content

Commit

Permalink
release v0.2
Browse files Browse the repository at this point in the history
ready to connect remote neo4j server
  • Loading branch information
bluejoe2008 committed Oct 11, 2018
1 parent 65a8435 commit 2a63a10
Show file tree
Hide file tree
Showing 75 changed files with 2,491 additions and 2,788 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ typings/
!/dist/
.DS_Store
/build/
/watch/
/dist/*.zip
23 changes: 14 additions & 9 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"configurations": [{
"name": "调试当前ts文件",
"type": "node",
"request": "launch",
"name": "run test <selected file>",
"program": "${file}"
//NOTE:
//npm install typescript --save-dev
//npm install ts-node --save-dev
//see help doc: https://segmentfault.com/a/1190000011935122
"program": "${workspaceRoot}/node_modules/ts-node/dist/bin.js",
"args": [
"${relativeFile}"
],
"cwd": "${workspaceRoot}",
"protocol": "inspector"
},
{
"name": "调试当前js文件",
"type": "node",
"request": "launch",
"name": "run test all",
"program": "${workspaceFolder}/src/test/scripts/testAll.js"
"program": "${file}"
}
]
}
2 changes: 1 addition & 1 deletion dist/api/assets/js/search.js

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions dist/api/classes/baseapp.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L13">app/app.ts:13</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L13">app/app.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -167,7 +167,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> _frame</h3>
<div class="tsd-signature tsd-kind-icon">_frame<span class="tsd-signature-symbol">:</span> <a href="mainframe.html" class="tsd-signature-type">MainFrame</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L11">app/app.ts:11</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L11">app/app.ts:11</a></li>
</ul>
</aside>
</section>
Expand All @@ -177,7 +177,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> _html<wbr>Frame</h3
<div class="tsd-signature tsd-kind-icon">_html<wbr>Frame<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">HTMLElement</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L12">app/app.ts:12</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L12">app/app.ts:12</a></li>
</ul>
</aside>
</section>
Expand All @@ -187,7 +187,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> _message<wbr>Box</h
<div class="tsd-signature tsd-kind-icon">_message<wbr>Box<span class="tsd-signature-symbol">:</span> <a href="messageboxctrl.html" class="tsd-signature-type">MessageBoxCtrl</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L13">app/app.ts:13</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L13">app/app.ts:13</a></li>
</ul>
</aside>
</section>
Expand All @@ -197,7 +197,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> _toggle<wbr>Edge<wb
<div class="tsd-signature tsd-kind-icon">_toggle<wbr>Edge<wbr>Label<wbr>Handlers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L10">app/app.ts:10</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L10">app/app.ts:10</a></li>
</ul>
</aside>
</section>
Expand All @@ -214,7 +214,7 @@ <h3>clear<wbr>Screen</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L69">app/app.ts:69</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L66">app/app.ts:66</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
Expand All @@ -231,7 +231,7 @@ <h3>connect</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L37">app/app.ts:37</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L37">app/app.ts:37</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -257,7 +257,7 @@ <h3>load<wbr>Gson</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L33">app/app.ts:33</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L33">app/app.ts:33</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -283,7 +283,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-fl
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L31">app/app.ts:31</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L31">app/app.ts:31</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -306,7 +306,7 @@ <h3>pickup</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L54">app/app.ts:54</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L51">app/app.ts:51</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -350,7 +350,7 @@ <h3>show<wbr>Graph</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L44">app/app.ts:44</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L41">app/app.ts:41</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -388,7 +388,7 @@ <h3>toggle<wbr>Draggable</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L160">app/app.ts:160</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L157">app/app.ts:157</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -411,7 +411,7 @@ <h3>toggle<wbr>Edge<wbr>Color</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L143">app/app.ts:143</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L140">app/app.ts:140</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -434,7 +434,7 @@ <h3>toggle<wbr>Edges</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L83">app/app.ts:83</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L80">app/app.ts:80</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -457,7 +457,7 @@ <h3>toggle<wbr>Faces</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L89">app/app.ts:89</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L86">app/app.ts:86</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -480,7 +480,7 @@ <h3>toggle<wbr>Navigation<wbr>Buttons</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L101">app/app.ts:101</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L98">app/app.ts:98</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -503,7 +503,7 @@ <h3>toggle<wbr>Node<wbr>Border</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L107">app/app.ts:107</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L104">app/app.ts:104</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -526,7 +526,7 @@ <h3>toggle<wbr>Shadow</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L95">app/app.ts:95</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L92">app/app.ts:92</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -549,7 +549,7 @@ <h3>toggle<wbr>Show<wbr>Edge<wbr>Label<wbr>Always</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L113">app/app.ts:113</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L110">app/app.ts:110</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -572,7 +572,7 @@ <h3>toggle<wbr>Weights</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L77">app/app.ts:77</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L74">app/app.ts:74</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -595,7 +595,7 @@ <h3>update<wbr>Graph</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L73">app/app.ts:73</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L70">app/app.ts:70</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -633,7 +633,7 @@ <h3>update<wbr>Theme</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/app/app.ts#L187">app/app.ts:187</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/app/app.ts#L184">app/app.ts:184</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
8 changes: 4 additions & 4 deletions dist/api/classes/connectctrl.html
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ <h3>load<wbr>Gson<wbr>String</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/control/ConnectCtrl.ts#L56">control/ConnectCtrl.ts:56</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/control/ConnectCtrl.ts#L56">control/ConnectCtrl.ts:56</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
Expand All @@ -468,7 +468,7 @@ <h3>load<wbr>Gson<wbr>Url</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/control/ConnectCtrl.ts#L74">control/ConnectCtrl.ts:74</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/control/ConnectCtrl.ts#L74">control/ConnectCtrl.ts:74</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
Expand Down Expand Up @@ -557,7 +557,7 @@ <h3>on<wbr>CreateUI</h3>
<aside class="tsd-sources">
<p>Overrides UIControl.onCreateUI</p>
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/control/ConnectCtrl.ts#L14">control/ConnectCtrl.ts:14</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/control/ConnectCtrl.ts#L14">control/ConnectCtrl.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -609,7 +609,7 @@ <h3>on<wbr>Resize</h3>
<aside class="tsd-sources">
<p>Overrides UIControl.onResize</p>
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/control/ConnectCtrl.ts#L92">control/ConnectCtrl.ts:92</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/control/ConnectCtrl.ts#L92">control/ConnectCtrl.ts:92</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
12 changes: 6 additions & 6 deletions dist/api/classes/expansionctrl.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h3>clear</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/control/ExpansionCtrl.ts#L23">control/ExpansionCtrl.ts:23</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/control/ExpansionCtrl.ts#L23">control/ExpansionCtrl.ts:23</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
Expand All @@ -246,7 +246,7 @@ <h3>collapse</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/control/ExpansionCtrl.ts#L12">control/ExpansionCtrl.ts:12</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/control/ExpansionCtrl.ts#L12">control/ExpansionCtrl.ts:12</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -352,7 +352,7 @@ <h3>expand</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/control/ExpansionCtrl.ts#L27">control/ExpansionCtrl.ts:27</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/control/ExpansionCtrl.ts#L27">control/ExpansionCtrl.ts:27</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -394,7 +394,7 @@ <h3>is<wbr>Expanded</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/control/ExpansionCtrl.ts#L19">control/ExpansionCtrl.ts:19</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/control/ExpansionCtrl.ts#L19">control/ExpansionCtrl.ts:19</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -514,7 +514,7 @@ <h3>on<wbr>Create</h3>
<aside class="tsd-sources">
<p>Overrides Control.onCreate</p>
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/control/ExpansionCtrl.ts#L38">control/ExpansionCtrl.ts:38</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/control/ExpansionCtrl.ts#L38">control/ExpansionCtrl.ts:38</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -538,7 +538,7 @@ <h3>on<wbr>Destroy</h3>
<aside class="tsd-sources">
<p>Overrides Control.onDestroy</p>
<ul>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/af9aebc/src/main/typescript/control/ExpansionCtrl.ts#L102">control/ExpansionCtrl.ts:102</a></li>
<li>Defined in <a href="https://github.com/grapheco/InteractiveGraph/blob/65a8435/src/main/typescript/control/ExpansionCtrl.ts#L102">control/ExpansionCtrl.ts:102</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
Loading

0 comments on commit 2a63a10

Please sign in to comment.