1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-16 23:55:46 +01:00

publish Docs to gh-pages (auto)

branch:       master
SHA:          50f537fbfc
range SHA:    fd48f8c3ec34...50f537fbfc31
build id:     285865790
build number: 763
This commit is contained in:
koalyptus 2017-10-10 02:19:15 +00:00
commit 7873e4dfa6
85 changed files with 115766 additions and 104442 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="../">
<title data-ice="title">Variable | tablefilter v0.5.42 API Document</title>
<title data-ice="title">Variable | tablefilter v0.5.43 API Document</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script/prettify/prettify.js"></script>
@ -125,8 +125,12 @@
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/modules/state.js~State.html">State</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/modules/statusBar.js~StatusBar.html">StatusBar</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/modules/storage.js~Storage.html">Storage</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/modules/toolbar.js~Toolbar.html">Toolbar</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-hasHashChange">hasHashChange</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-hasStorage">hasStorage</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-CENTER">CENTER</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-LEFT">LEFT</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-RIGHT">RIGHT</a></span></span></li>
</ul>
</div>
</nav>
@ -194,6 +198,32 @@
<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>
<span data-ice="name"><span><a href="variable/index.html#static-variable-CENTER">CENTER</a></span></span><span data-ice="signature">: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></span></span>
</p>
</div>
<div>
<div data-ice="description"><p>Center position in toolbar</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>
@ -454,6 +484,32 @@
<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>
<span data-ice="name"><span><a href="variable/index.html#static-variable-LEFT">LEFT</a></span></span><span data-ice="signature">: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></span></span>
</p>
</div>
<div>
<div data-ice="description"><p>Left position in toolbar</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>
@ -532,6 +588,32 @@
<span class="override" data-ice="override"></span>
</td>
<td>
<div>
<p>
<span data-ice="name"><span><a href="variable/index.html#static-variable-RIGHT">RIGHT</a></span></span><span data-ice="signature">: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></span></span>
</p>
</div>
<div>
<div data-ice="description"><p>Right position in toolbar</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>
@ -1299,13 +1381,13 @@ otherwise return the value itself</p>
<td>
<div>
<p>
<span data-ice="name"><span><a href="variable/index.html#static-variable-isEmpty">isEmpty</a></span></span><span 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></span>
<span data-ice="name"><span><a href="variable/index.html#static-variable-isEmpty">isEmpty</a></span></span><span 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></span>
</p>
</div>
<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>
</div>
</td>
@ -1325,13 +1407,13 @@ otherwise return the value itself</p>
<td>
<div>
<p>
<span data-ice="name"><span><a href="variable/index.html#static-variable-isEmpty">isEmpty</a></span></span><span 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></span>
<span data-ice="name"><span><a href="variable/index.html#static-variable-isEmpty">isEmpty</a></span></span><span 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></span>
</p>
</div>
<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>
</div>
</td>
@ -1930,11 +2012,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber133">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber134">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {AUTO_FILTER_DELAY} from &apos;<span><a href="file/src/const.js.html#lineNumber133">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {AUTO_FILTER_DELAY} from &apos;<span><a href="file/src/const.js.html#lineNumber134">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Auto filter delay in milliseconds</p>
@ -1971,11 +2053,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber89">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber90">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {CELL_TAG} from &apos;<span><a href="file/src/const.js.html#lineNumber89">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {CELL_TAG} from &apos;<span><a href="file/src/const.js.html#lineNumber90">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Cell tag</p>
@ -2000,6 +2082,47 @@ fashion according to supplied compare function and decimal separator</p>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-CENTER">
<span class="access" data-ice="access">public</span>
<span data-ice="name">CENTER</span><span data-ice="signature">: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></span></span>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/modules/toolbar.js.html#lineNumber16">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {CENTER} from &apos;<span><a href="file/src/modules/toolbar.js.html#lineNumber16">tablefilter/src/modules/toolbar.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Center position in toolbar</p>
</div>
<div data-ice="properties">
</div>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-CHECKLIST">
@ -2012,11 +2135,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber39">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber40">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {CHECKLIST} from &apos;<span><a href="file/src/const.js.html#lineNumber39">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {CHECKLIST} from &apos;<span><a href="file/src/const.js.html#lineNumber40">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Checklist filter type</p>
@ -2053,11 +2176,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber117">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber118">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {DATE} from &apos;<span><a href="file/src/const.js.html#lineNumber117">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {DATE} from &apos;<span><a href="file/src/const.js.html#lineNumber118">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Date</p>
@ -2094,11 +2217,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber74">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber75">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {DOWN_ARROW_KEY} from &apos;<span><a href="file/src/const.js.html#lineNumber74">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {DOWN_ARROW_KEY} from &apos;<span><a href="file/src/const.js.html#lineNumber75">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Down arrow key code</p>
@ -2135,11 +2258,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber54">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber55">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {ENTER_KEY} from &apos;<span><a href="file/src/const.js.html#lineNumber54">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {ENTER_KEY} from &apos;<span><a href="file/src/const.js.html#lineNumber55">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Enter key code</p>
@ -2176,11 +2299,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber64">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber65">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {ESC_KEY} from &apos;<span><a href="file/src/const.js.html#lineNumber64">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {ESC_KEY} from &apos;<span><a href="file/src/const.js.html#lineNumber65">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Escape key code</p>
@ -2217,11 +2340,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber139">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber140">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {FEATURES} from &apos;<span><a href="file/src/const.js.html#lineNumber139">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {FEATURES} from &apos;<span><a href="file/src/const.js.html#lineNumber140">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>TableFilter features definitions</p>
@ -2258,11 +2381,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber111">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber112">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {FORMATTED_NUMBER} from &apos;<span><a href="file/src/const.js.html#lineNumber111">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {FORMATTED_NUMBER} from &apos;<span><a href="file/src/const.js.html#lineNumber112">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Formatted number</p>
@ -2299,11 +2422,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber84">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber85">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {HEADER_TAG} from &apos;<span><a href="file/src/const.js.html#lineNumber84">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {HEADER_TAG} from &apos;<span><a href="file/src/const.js.html#lineNumber85">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Header cell tag</p>
@ -2340,11 +2463,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber24">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber25">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {INPUT} from &apos;<span><a href="file/src/const.js.html#lineNumber24">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {INPUT} from &apos;<span><a href="file/src/const.js.html#lineNumber25">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Input filter type</p>
@ -2381,11 +2504,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber123">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber124">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {IP_ADDRESS} from &apos;<span><a href="file/src/const.js.html#lineNumber123">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {IP_ADDRESS} from &apos;<span><a href="file/src/const.js.html#lineNumber124">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>IP address</p>
@ -2410,6 +2533,47 @@ fashion according to supplied compare function and decimal separator</p>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-LEFT">
<span class="access" data-ice="access">public</span>
<span data-ice="name">LEFT</span><span data-ice="signature">: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></span></span>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/modules/toolbar.js.html#lineNumber12">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {LEFT} from &apos;<span><a href="file/src/modules/toolbar.js.html#lineNumber12">tablefilter/src/modules/toolbar.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Left position in toolbar</p>
</div>
<div data-ice="properties">
</div>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-MULTIPLE">
@ -2422,11 +2586,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber34">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber35">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {MULTIPLE} from &apos;<span><a href="file/src/const.js.html#lineNumber34">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {MULTIPLE} from &apos;<span><a href="file/src/const.js.html#lineNumber35">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Multiple select filter type</p>
@ -2463,11 +2627,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber44">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber45">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {NONE} from &apos;<span><a href="file/src/const.js.html#lineNumber44">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {NONE} from &apos;<span><a href="file/src/const.js.html#lineNumber45">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>None filter type</p>
@ -2504,11 +2668,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber105">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber106">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {NUMBER} from &apos;<span><a href="file/src/const.js.html#lineNumber105">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {NUMBER} from &apos;<span><a href="file/src/const.js.html#lineNumber106">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Number</p>
@ -2533,6 +2697,47 @@ fashion according to supplied compare function and decimal separator</p>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-RIGHT">
<span class="access" data-ice="access">public</span>
<span data-ice="name">RIGHT</span><span data-ice="signature">: <span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></span></span>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/modules/toolbar.js.html#lineNumber14">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {RIGHT} from &apos;<span><a href="file/src/modules/toolbar.js.html#lineNumber14">tablefilter/src/modules/toolbar.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Right position in toolbar</p>
</div>
<div data-ice="properties">
</div>
</div>
<div class="detail" data-ice="detail">
<h3 data-ice="anchor" id="static-variable-SELECT">
@ -2545,11 +2750,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber29">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber30">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {SELECT} from &apos;<span><a href="file/src/const.js.html#lineNumber29">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {SELECT} from &apos;<span><a href="file/src/const.js.html#lineNumber30">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Select filter type</p>
@ -2586,11 +2791,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber99">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber100">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {STRING} from &apos;<span><a href="file/src/const.js.html#lineNumber99">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {STRING} from &apos;<span><a href="file/src/const.js.html#lineNumber100">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>String</p>
@ -2627,11 +2832,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber59">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber60">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {TAB_KEY} from &apos;<span><a href="file/src/const.js.html#lineNumber59">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {TAB_KEY} from &apos;<span><a href="file/src/const.js.html#lineNumber60">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Tab key code</p>
@ -2668,11 +2873,11 @@ fashion according to supplied compare function and decimal separator</p>
<span class="right-info">
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber69">source</a></span></span>
<span data-ice="source"><span><a href="file/src/const.js.html#lineNumber70">source</a></span></span>
</span>
</h3>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {UP_ARROW_KEY} from &apos;<span><a href="file/src/const.js.html#lineNumber69">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {UP_ARROW_KEY} from &apos;<span><a href="file/src/const.js.html#lineNumber70">tablefilter/src/const.js</a></span>&apos;</code></pre></div>
<div data-ice="description"><p>Up arrow key code</p>
@ -3946,18 +4151,18 @@ otherwise return the value itself</p>
<span data-ice="name">isEmpty</span><span 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></span>
<span data-ice="name">isEmpty</span><span 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></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>
@ -3997,18 +4202,18 @@ otherwise return the value itself</p>
<span data-ice="name">isEmpty</span><span 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></span>
<span data-ice="name">isEmpty</span><span 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></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>