Skip to content

Commit

Permalink
v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgpearce committed Jul 17, 2024
1 parent 273d28d commit 2d6af4a
Show file tree
Hide file tree
Showing 1,611 changed files with 1,687 additions and 1,697 deletions.
2 changes: 1 addition & 1 deletion coverage.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"tests":6821,"assertions":32039,"lines":{"total":2373,"covered":2373,"skipped":0,"pct":100},"statements":{"total":2561,"covered":2561,"skipped":0,"pct":100},"functions":{"total":1004,"covered":1004,"skipped":0,"pct":100},"branches":{"total":947,"covered":947,"skipped":0,"pct":100},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}}
{"tests":6825,"assertions":32048,"lines":{"total":2377,"covered":2377,"skipped":0,"pct":100},"statements":{"total":2565,"covered":2565,"skipped":0,"pct":100},"functions":{"total":1005,"covered":1005,"skipped":0,"pct":100},"branches":{"total":951,"covered":951,"skipped":0,"pct":100},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}}
2 changes: 1 addition & 1 deletion docs/api/all.html
Original file line number Diff line number Diff line change
Expand Up @@ -26237,4 +26237,4 @@
</code></pre></section><section class="s5"><h5>Since</h5><p>v5.0.0</p></section></section></section><section class="s3" id="/api/ui-react-inspector/type-aliases/" data-id="u3/TA25"><h3>Type Aliases</h3><p>There is one type alias, <a href="#/api/ui-react-inspector/type-aliases/props/inspectorprops/"><code>InspectorProps</code></a>, within the <a href="#/api/ui-react-inspector/"><code>ui-react-inspector</code></a> module.</p><section class="s4" id="/api/ui-react-inspector/type-aliases/props/inspectorprops/" data-id="IP2"><h4><code>InspectorProps</code></h4><p><code>InspectorProps</code> props are used to configure the <a href="#/api/ui-react-inspector/functions/development-components/inspector/"><code>Inspector</code></a> component.</p><pre><code><span class="punctuation">{</span>
position<span class="operator">?</span><span class="operator">:</span> <span class="string">"top"</span> <span class="operator">|</span> <span class="string">"right"</span> <span class="operator">|</span> <span class="string">"bottom"</span> <span class="operator">|</span> <span class="string">"left"</span> <span class="operator">|</span> <span class="string">"full"</span><span class="punctuation">;</span>
open<span class="operator">?</span><span class="operator">:</span> <span class="builtin">boolean</span><span class="punctuation">;</span>
<span class="punctuation">}</span></code></pre><div class="table"><table><tr><th></th><th>Type</th><th>Description</th></tr><tr><th><code>position<span class="operator">?</span></code></th><td><code><span class="string">"top"</span> <span class="operator">|</span> <span class="string">"right"</span> <span class="operator">|</span> <span class="string">"bottom"</span> <span class="operator">|</span> <span class="string">"left"</span> <span class="operator">|</span> <span class="string">"full"</span></code></td><td><p>An optional string to indicate where you want the inspector to first appear.</p></td></tr><tr><th><code>open<span class="operator">?</span></code></th><td><code><span class="builtin">boolean</span></code></td><td><p>An optional boolean to indicate whether the inspector should start in the opened state.</p></td></tr></table></div><section class="s5"><h5>Since</h5><p>v5.0.0</p></section></section></section></section></section></article><aside></aside></main><footer><nav><a id="tw" href="https://twitter.com/tinybasejs" target="_blank">Twitter</a><a id="fb" href="https://facebook.com/tinybasejs" target="_blank">Facebook</a></nav><nav><a href="/">TinyBase 5.0.4</a> © 2021- All Rights Reserved</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>
<span class="punctuation">}</span></code></pre><div class="table"><table><tr><th></th><th>Type</th><th>Description</th></tr><tr><th><code>position<span class="operator">?</span></code></th><td><code><span class="string">"top"</span> <span class="operator">|</span> <span class="string">"right"</span> <span class="operator">|</span> <span class="string">"bottom"</span> <span class="operator">|</span> <span class="string">"left"</span> <span class="operator">|</span> <span class="string">"full"</span></code></td><td><p>An optional string to indicate where you want the inspector to first appear.</p></td></tr><tr><th><code>open<span class="operator">?</span></code></th><td><code><span class="builtin">boolean</span></code></td><td><p>An optional boolean to indicate whether the inspector should start in the opened state.</p></td></tr></table></div><section class="s5"><h5>Since</h5><p>v5.0.0</p></section></section></section></section></section></article><aside></aside></main><footer><nav><a id="tw" href="https://twitter.com/tinybasejs" target="_blank">Twitter</a><a id="fb" href="https://facebook.com/tinybasejs" target="_blank">Facebook</a></nav><nav><a href="/">TinyBase 5.0.5</a> © 2021- All Rights Reserved</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
<span class="keyword">const</span> checkpoints2 <span class="operator">=</span> <span class="function"><a href="/api/checkpoints/functions/creation/createcheckpoints/">createCheckpoints</a></span><span class="punctuation">(</span>store<span class="punctuation">)</span><span class="punctuation">;</span>
console<span class="punctuation">.</span><span class="function">log</span><span class="punctuation">(</span>checkpoints1 <span class="operator">===</span> checkpoints2<span class="punctuation">)</span><span class="punctuation">;</span>
<span class="comment">// -> true</span>
</code></pre></section><section class="s2"><h2>Since</h2><p>v1.0.0</p></section></section></article><aside></aside></main><footer><nav><a id="tw" href="https://twitter.com/tinybasejs" target="_blank">Twitter</a><a id="fb" href="https://facebook.com/tinybasejs" target="_blank">Facebook</a></nav><nav><a href="/">TinyBase 5.0.4</a> © 2021- All Rights Reserved</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>
</code></pre></section><section class="s2"><h2>Since</h2><p>v1.0.0</p></section></section></article><aside></aside></main><footer><nav><a id="tw" href="https://twitter.com/tinybasejs" target="_blank">Twitter</a><a id="fb" href="https://facebook.com/tinybasejs" target="_blank">Facebook</a></nav><nav><a href="/">TinyBase 5.0.5</a> © 2021- All Rights Reserved</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>
2 changes: 1 addition & 1 deletion docs/api/checkpoints/functions/creation/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/checkpoints/functions/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/checkpoints/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
checkpoints<span class="punctuation">.</span><span class="function"><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/setter/addcheckpoint/">addCheckpoint</a></span><span class="punctuation">(</span><span class="punctuation">)</span><span class="punctuation">;</span>
console<span class="punctuation">.</span><span class="function">log</span><span class="punctuation">(</span>checkpoints<span class="punctuation">.</span><span class="function"><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/getter/getcheckpointids/">getCheckpointIds</a></span><span class="punctuation">(</span><span class="punctuation">)</span><span class="punctuation">)</span><span class="punctuation">;</span>
<span class="comment">// -> [['1', '2'], '3', []]</span>
</code></pre></section><section class="s2"><h2>Since</h2><p>v1.0.0</p></section></section></article><aside></aside></main><footer><nav><a id="tw" href="https://twitter.com/tinybasejs" target="_blank">Twitter</a><a id="fb" href="https://facebook.com/tinybasejs" target="_blank">Facebook</a></nav><nav><a href="/">TinyBase 5.0.4</a> © 2021- All Rights Reserved</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>
</code></pre></section><section class="s2"><h2>Since</h2><p>v1.0.0</p></section></section></article><aside></aside></main><footer><nav><a id="tw" href="https://twitter.com/tinybasejs" target="_blank">Twitter</a><a id="fb" href="https://facebook.com/tinybasejs" target="_blank">Facebook</a></nav><nav><a href="/">TinyBase 5.0.5</a> © 2021- All Rights Reserved</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

console<span class="punctuation">.</span><span class="function">log</span><span class="punctuation">(</span>checkpoints<span class="punctuation">.</span><span class="function"><a href="/api/checkpoints/interfaces/checkpoints/checkpoints/methods/development/getlistenerstats/">getListenerStats</a></span><span class="punctuation">(</span><span class="punctuation">)</span><span class="punctuation">)</span><span class="punctuation">;</span>
<span class="comment">// -> {checkpointIds: 1, checkpoint: 1}</span>
</code></pre></section><section class="s2"><h2>Since</h2><p>v1.0.0</p></section></section></article><aside></aside></main><footer><nav><a id="tw" href="https://twitter.com/tinybasejs" target="_blank">Twitter</a><a id="fb" href="https://facebook.com/tinybasejs" target="_blank">Facebook</a></nav><nav><a href="/">TinyBase 5.0.4</a> © 2021- All Rights Reserved</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>
</code></pre></section><section class="s2"><h2>Since</h2><p>v1.0.0</p></section></section></article><aside></aside></main><footer><nav><a id="tw" href="https://twitter.com/tinybasejs" target="_blank">Twitter</a><a id="fb" href="https://facebook.com/tinybasejs" target="_blank">Facebook</a></nav><nav><a href="/">TinyBase 5.0.5</a> © 2021- All Rights Reserved</nav></footer></body><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-D1MGR8VRWJ"></script><script>window.dataLayer=window.dataLayer||[];function g(){dataLayer.push(arguments);}g('js',new Date());g('config','G-D1MGR8VRWJ');</script></html>
Loading

0 comments on commit 2d6af4a

Please sign in to comment.