Skip to content

Commit 6354772

Browse files
committed
v5.0.4
1 parent 394286c commit 6354772

File tree

1,606 files changed

+2114
-1842
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,606 files changed

+2114
-1842
lines changed

coverage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"tests":6821,"assertions":32029,"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}}
1+
{"tests":6821,"assertions":32043,"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}}

docs/api/all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26240,4 +26240,4 @@
2624026240
</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>
2624126241
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>
2624226242
open<span class="operator">?</span><span class="operator">:</span> <span class="builtin">boolean</span><span class="punctuation">;</span>
26243-
<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><section class="s5"><h5>Since</h5><p>v5.0.0</p></section></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><section class="s5"><h5>Since</h5><p>v5.0.0</p></section></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.3</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>
26243+
<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><section class="s5"><h5>Since</h5><p>v5.0.0</p></section></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><section class="s5"><h5>Since</h5><p>v5.0.0</p></section></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>

docs/api/checkpoints/functions/creation/createcheckpoints/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
<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>
1212
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>
1313
<span class="comment">// -> true</span>
14-
</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.3</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>
14+
</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>

docs/api/checkpoints/functions/creation/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)