Skip to content

Commit

Permalink
docs and package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkleingit committed Jun 5, 2019
1 parent d08d8ad commit bc229b3
Show file tree
Hide file tree
Showing 5 changed files with 4,512 additions and 4,962 deletions.
32 changes: 23 additions & 9 deletions doc/interfaces/_api_.itreemodel.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ <h3>collapse<wbr>All</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L602">api.ts:602</a></li>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L603">api.ts:603</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -278,7 +278,7 @@ <h3>do<wbr>For<wbr>All</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L594">api.ts:594</a></li>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L595">api.ts:595</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -327,7 +327,7 @@ <h3>expand<wbr>All</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L598">api.ts:598</a></li>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L599">api.ts:599</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -725,13 +725,13 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</
<a name="movenode" class="tsd-anchor"></a>
<h3>move<wbr>Node</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
<li class="tsd-signature tsd-kind-icon">move<wbr>Node<span class="tsd-signature-symbol">(</span>node<span class="tsd-signature-symbol">: </span><a href="_api_.itreenode.html" class="tsd-signature-type">ITreeNode</a>, to<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
<li class="tsd-signature tsd-kind-icon">move<wbr>Node<span class="tsd-signature-symbol">(</span>node<span class="tsd-signature-symbol">: </span><a href="_api_.itreenode.html" class="tsd-signature-type">ITreeNode</a>, to<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span>, from<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L589">api.ts:589</a></li>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L590">api.ts:590</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -750,8 +750,7 @@ <h5>node: <a href="_api_.itreenode.html" class="tsd-signature-type">ITreeNode</a
<li>
<h5>to: <span class="tsd-signature-type">object</span></h5>
<div class="tsd-comment tsd-typography">
<p>describes where to move the node to.
Contains a &#39;parent&#39; node, an &#39;index&#39;, and a &#39;dropOnNode&#39; - to distinguish between dropping between nodes or on the node</p>
<p>describes where to move the node to.</p>
</div>
<ul class="tsd-parameters">
<li class="tsd-parameter">
Expand All @@ -765,6 +764,21 @@ <h5>parent<span class="tsd-signature-symbol">: </span><a href="_api_.itreenode.h
</li>
</ul>
</li>
<li>
<h5>from: <span class="tsd-signature-type">object</span></h5>
<div class="tsd-comment tsd-typography">
<p>describes where to move the node from.
Contains a &#39;parent&#39; node, an &#39;index&#39;, and a &#39;dropOnNode&#39; - to distinguish between dropping between nodes or on the node</p>
</div>
<ul class="tsd-parameters">
<li class="tsd-parameter">
<h5>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
</li>
<li class="tsd-parameter">
<h5>parent<span class="tsd-signature-symbol">: </span><a href="_api_.itreenode.html" class="tsd-signature-type">ITreeNode</a></h5>
</li>
</ul>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
</li>
Expand Down Expand Up @@ -839,7 +853,7 @@ <h3>set<wbr>State</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L606">api.ts:606</a></li>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L607">api.ts:607</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -867,7 +881,7 @@ <h3>subscribe<wbr>ToState</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L608">api.ts:608</a></li>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L609">api.ts:609</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
2 changes: 1 addition & 1 deletion doc/interfaces/_api_.itreenodedrag.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h3>get<wbr>Drag<wbr>Node</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L619">api.ts:619</a></li>
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L620">api.ts:620</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
Loading

0 comments on commit bc229b3

Please sign in to comment.