Skip to content

Commit 9c62a8a

Browse files
committed
Added copy node on drag while ctrl is pressed
1 parent 3f2b1ff commit 9c62a8a

27 files changed

+1071
-651
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="4.1.0"></a>
2+
# 4.1.0 (2017-XX-XX)
3+
* Fixed changeFilterr typo
4+
* Added copyNode on ctrl
5+
16
<a name="4.0.0"></a>
27
# 4.0.0 (2017-29-07)
38
* Breaking change - Renamed loadChildren to loadNodeChildren because of AoT

doc/assets/js/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.

doc/interfaces/_api_.iallowdragfn.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h3 class="tsd-before-signature">Callable</h3>
8787
<li class="tsd-description">
8888
<aside class="tsd-sources">
8989
<ul>
90-
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L13">api.ts:13</a></li>
90+
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L15">api.ts:15</a></li>
9191
</ul>
9292
</aside>
9393
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -142,6 +142,12 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</
142142
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
143143
<a href="_api_.itreestate.html" class="tsd-kind-icon">ITree<wbr>State</a>
144144
</li>
145+
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
146+
<a href="../modules/_api_.html#idtype" class="tsd-kind-icon">IDType</a>
147+
</li>
148+
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
149+
<a href="../modules/_api_.html#idtypedictionary" class="tsd-kind-icon">IDType<wbr>Dictionary</a>
150+
</li>
145151
</ul>
146152
</nav>
147153
</div>

doc/interfaces/_api_.iallowdropfn.html

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,6 @@ <h1>Interface IAllowDropFn</h1>
7070
<div class="container container-main">
7171
<div class="row">
7272
<div class="col-8 col-content">
73-
<section class="tsd-panel tsd-comment">
74-
<div class="tsd-comment tsd-typography">
75-
<div class="lead">
76-
<p>Welcome to ng2tree</p>
77-
</div>
78-
</div>
79-
</section>
8073
<section class="tsd-panel tsd-hierarchy">
8174
<h3>Hierarchy</h3>
8275
<ul class="tsd-hierarchy">
@@ -94,14 +87,9 @@ <h3 class="tsd-before-signature">Callable</h3>
9487
<li class="tsd-description">
9588
<aside class="tsd-sources">
9689
<ul>
97-
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L5">api.ts:5</a></li>
90+
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L7">api.ts:7</a></li>
9891
</ul>
9992
</aside>
100-
<div class="tsd-comment tsd-typography">
101-
<div class="lead">
102-
<p>Welcome to ng2tree</p>
103-
</div>
104-
</div>
10593
<h4 class="tsd-parameters-title">Parameters</h4>
10694
<ul class="tsd-parameters">
10795
<li>
@@ -168,6 +156,12 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</
168156
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
169157
<a href="_api_.itreestate.html" class="tsd-kind-icon">ITree<wbr>State</a>
170158
</li>
159+
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
160+
<a href="../modules/_api_.html#idtype" class="tsd-kind-icon">IDType</a>
161+
</li>
162+
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
163+
<a href="../modules/_api_.html#idtypedictionary" class="tsd-kind-icon">IDType<wbr>Dictionary</a>
164+
</li>
171165
</ul>
172166
</nav>
173167
</div>

doc/interfaces/_api_.inodeheightfn.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h3 class="tsd-before-signature">Callable</h3>
8787
<li class="tsd-description">
8888
<aside class="tsd-sources">
8989
<ul>
90-
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L9">api.ts:9</a></li>
90+
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L11">api.ts:11</a></li>
9191
</ul>
9292
</aside>
9393
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -142,6 +142,12 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</s
142142
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
143143
<a href="_api_.itreestate.html" class="tsd-kind-icon">ITree<wbr>State</a>
144144
</li>
145+
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
146+
<a href="../modules/_api_.html#idtype" class="tsd-kind-icon">IDType</a>
147+
</li>
148+
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
149+
<a href="../modules/_api_.html#idtypedictionary" class="tsd-kind-icon">IDType<wbr>Dictionary</a>
150+
</li>
145151
</ul>
146152
</nav>
147153
</div>

doc/interfaces/_api_.itreemodel.html

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

doc/interfaces/_api_.itreenode.html

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

doc/interfaces/_api_.itreenodedrag.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3>get<wbr>Drag<wbr>Node</h3>
110110
<li class="tsd-description">
111111
<aside class="tsd-sources">
112112
<ul>
113-
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L525">api.ts:525</a></li>
113+
<li>Defined in <a href="https://github.com/500tech/angular-tree-component/blob/master/lib/defs/api.ts#L548">api.ts:548</a></li>
114114
</ul>
115115
</aside>
116116
<div class="tsd-comment tsd-typography">
@@ -184,6 +184,12 @@ <h5>node<span class="tsd-signature-symbol">: </span><a href="_api_.itreenode.htm
184184
<li class=" tsd-kind-interface tsd-parent-kind-external-module">
185185
<a href="_api_.itreestate.html" class="tsd-kind-icon">ITree<wbr>State</a>
186186
</li>
187+
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
188+
<a href="../modules/_api_.html#idtype" class="tsd-kind-icon">IDType</a>
189+
</li>
190+
<li class=" tsd-kind-type-alias tsd-parent-kind-external-module">
191+
<a href="../modules/_api_.html#idtypedictionary" class="tsd-kind-icon">IDType<wbr>Dictionary</a>
192+
</li>
187193
</ul>
188194
</nav>
189195
</div>

0 commit comments

Comments
 (0)