1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-15 23:25:44 +01:00

publish Docs to gh-pages (auto)

branch:       master
SHA:          d5ef7afa1e
range SHA:    16b2997a7180...d5ef7afa1e4d
build id:     337174295
build number: 908
This commit is contained in:
koalyptus 2018-02-04 11:23:14 +00:00
commit 6d30394655
80 changed files with 82014 additions and 96286 deletions

View file

@ -47,6 +47,7 @@
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-tag">tag</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-addEvt">addEvt</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-cancelEvt">cancelEvt</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-isKeyPressed">isKeyPressed</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-keyCode">keyCode</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-removeEvt">removeEvt</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-stopEvt">stopEvt</a></span></span></li>
@ -906,35 +907,6 @@ otherwise return the value itself</p>
<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>
<span class="code" data-ice="name"><span><a href="function/index.html#static-function-isEmpty">isEmpty</a></span></span><span class="code" data-ice="signature">(text: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span></span>
</p>
</div>
<div>
<div data-ice="description"><p>Checks if passed string is empty</p>
</div>
</div>
</td>
<td>
</td>
</tr>
<tr data-ice="target">
<td>
<span class="access" data-ice="access">public</span>
<span class="override" data-ice="override"></span>
</td>
<td>
@ -964,6 +936,35 @@ otherwise return the value itself</p>
<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>
<span class="code" data-ice="name"><span><a href="function/index.html#static-function-isEmpty">isEmpty</a></span></span><span class="code" data-ice="signature">(text: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span></span>
</p>
</div>
<div>
<div data-ice="description"><p>Checks if passed string is empty</p>
</div>
</div>
</td>
<td>
</td>
</tr>
<tr data-ice="target">
<td>
<span class="access" data-ice="access">public</span>
<span class="override" data-ice="override"></span>
</td>
<td>
@ -993,6 +994,35 @@ otherwise return the value itself</p>
<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>
<span class="code" data-ice="name"><span><a href="function/index.html#static-function-isKeyPressed">isKeyPressed</a></span></span><span class="code" data-ice="signature">(evt: <span>Event</span>, keyCodes: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a></span>): <span>*</span></span>
</p>
</div>
<div>
<div data-ice="description"><p>Check code of pressed key is one of the expected key codes</p>
</div>
</div>
</td>
<td>
</td>
</tr>
<tr data-ice="target">
<td>
<span class="access" data-ice="access">public</span>
<span class="override" data-ice="override"></span>
</td>
<td>
@ -3569,18 +3599,18 @@ otherwise return the value itself</p>
<span class="code" data-ice="name">isEmpty</span><span class="code" data-ice="signature">(text: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span></span>
<span class="code" data-ice="name">isEmpty</span><span class="code" data-ice="signature">(obj: <span>Any</span>): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span></span>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/string.js.html#lineNumber24">source</a></span></span>
<span data-ice="source"><span><a href="file/src/types.js.html#lineNumber81">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {isEmpty} from &apos;<span><a href="file/src/string.js.html#lineNumber24">tablefilter/src/string.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {isEmpty} from &apos;<span><a href="file/src/types.js.html#lineNumber81">tablefilter/src/types.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Checks if passed string is empty</p>
<div data-ice="description"><p>Check passed argument is empty (undefined, null or empty string)</p>
</div>
@ -3594,8 +3624,8 @@ otherwise return the value itself</p>
<tbody>
<tr data-ice="property" data-depth="0">
<td data-ice="name" class="code" data-depth="0">text</td>
<td data-ice="type" class="code"><span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span></td>
<td data-ice="name" class="code" data-depth="0">obj</td>
<td data-ice="type" class="code"><span>Any</span></td>
<td data-ice="appendix"></td>
<td data-ice="description"></td>
</tr>
@ -3641,18 +3671,18 @@ otherwise return the value itself</p>
<span class="code" data-ice="name">isEmpty</span><span class="code" data-ice="signature">(obj: <span>Any</span>): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span></span>
<span class="code" data-ice="name">isEmpty</span><span class="code" data-ice="signature">(text: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span>): <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">Boolean</a></span></span>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/types.js.html#lineNumber81">source</a></span></span>
<span data-ice="source"><span><a href="file/src/string.js.html#lineNumber24">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {isEmpty} from &apos;<span><a href="file/src/types.js.html#lineNumber81">tablefilter/src/types.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {isEmpty} from &apos;<span><a href="file/src/string.js.html#lineNumber24">tablefilter/src/string.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Check passed argument is empty (undefined, null or empty string)</p>
<div data-ice="description"><p>Checks if passed string is empty</p>
</div>
@ -3666,8 +3696,8 @@ otherwise return the value itself</p>
<tbody>
<tr data-ice="property" data-depth="0">
<td data-ice="name" class="code" data-depth="0">obj</td>
<td data-ice="type" class="code"><span>Any</span></td>
<td data-ice="name" class="code" data-depth="0">text</td>
<td data-ice="type" class="code"><span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">String</a></span></td>
<td data-ice="appendix"></td>
<td data-ice="description"></td>
</tr>
@ -3776,6 +3806,86 @@ otherwise return the value itself</p>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-function-isKeyPressed">
<span class="access" data-ice="access">public</span>
<span class="code" data-ice="name">isKeyPressed</span><span class="code" data-ice="signature">(evt: <span>Event</span>, keyCodes: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a></span>): <span>*</span></span>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/event.js.html#lineNumber109">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {isKeyPressed} from &apos;<span><a href="file/src/event.js.html#lineNumber109">tablefilter/src/event.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Check code of pressed key is one of the expected key codes</p>
</div>
<div data-ice="properties"><div data-ice="properties">
<h4 data-ice="title">Params:</h4>
<table class="params">
<thead>
<tr><td>Name</td><td>Type</td><td>Attribute</td><td>Description</td></tr>
</thead>
<tbody>
<tr data-ice="property" data-depth="0">
<td data-ice="name" class="code" data-depth="0">evt</td>
<td data-ice="type" class="code"><span>Event</span></td>
<td data-ice="appendix"></td>
<td data-ice="description"><p>key event</p>
</td>
</tr>
<tr data-ice="property" data-depth="0">
<td data-ice="name" class="code" data-depth="0">keyCodes</td>
<td data-ice="type" class="code"><span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a></span></td>
<td data-ice="appendix"></td>
<td data-ice="description"><p>list of keycodes to check</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="return-params" data-ice="returnParams">
<h4>Return:</h4>
<table>
<tbody>
<tr>
<td class="return-type code" data-ice="returnType"><span>*</span></td>
</tr>
</tbody>
</table>
<div data-ice="returnProperties">
</div>
</div>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-function-isNull">