Skip to content

Commit

Permalink
deploy: b700b98
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Sep 1, 2023
1 parent fc7fde4 commit 4436ae1
Show file tree
Hide file tree
Showing 57 changed files with 1,480 additions and 2,332 deletions.
2 changes: 1 addition & 1 deletion assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/search.js

Large diffs are not rendered by default.

26 changes: 19 additions & 7 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
--light-color-ts-accessor: var(--light-color-ts-property);
--light-color-ts-get-signature: var(--light-color-ts-accessor);
--light-color-ts-set-signature: var(--light-color-ts-accessor);
/* object literal not included as it is not used and will be removed in 0.25 */
--light-color-ts-type-alias: #d51270;
/* reference not included as links will be colored with the kind that it points to */

Expand Down Expand Up @@ -72,7 +71,6 @@
--dark-color-ts-accessor: var(--dark-color-ts-property);
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
/* object literal not included as it is not used and will be removed in 0.25 */
--dark-color-ts-type-alias: #ff6492;
/* reference not included as links will be colored with the kind that it points to */

Expand Down Expand Up @@ -468,13 +466,12 @@ blockquote {
padding: 0 0 0 20px;
margin: 0;
}
.tsd-typography h4,
.tsd-typography .tsd-index-panel h3,
.tsd-index-panel .tsd-typography h3,
.tsd-typography h4,
.tsd-typography h5,
.tsd-typography h6 {
font-size: 1em;
margin: 0;
}
.tsd-typography h5,
.tsd-typography h6 {
Expand All @@ -485,6 +482,19 @@ blockquote {
.tsd-typography ol {
margin: 1em 0;
}
.tsd-typography table {
border-collapse: collapse;
border: none;
}
.tsd-typography td,
.tsd-typography th {
padding: 6px 13px;
border: 1px solid var(--color-accent);
}
.tsd-typography thead,
.tsd-typography tr:nth-child(even) {
background-color: var(--color-background-secondary);
}

.tsd-breadcrumb {
margin: 0;
Expand Down Expand Up @@ -909,8 +919,8 @@ a.tsd-index-link {
#tsd-search .results li.state {
display: none;
}
#tsd-search .results li.current,
#tsd-search .results li:hover {
#tsd-search .results li.current:not(.no-results),
#tsd-search .results li:hover:not(.no-results) {
background-color: var(--color-accent);
}
#tsd-search .results a {
Expand Down Expand Up @@ -1070,7 +1080,9 @@ ul.tsd-type-parameter-list h5 {
overflow: hidden;
opacity: 0.8;
height: 40px;
transition: opacity 0.1s, background-color 0.2s;
transition:
opacity 0.1s,
background-color 0.2s;
vertical-align: bottom;
cursor: pointer;
}
Expand Down
43 changes: 19 additions & 24 deletions classes/database.default.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">default</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L80">database.ts:80</a></li></ul></aside>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L80">database.ts:80</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -62,54 +62,53 @@ <h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">path</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type ">Partial</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type ">DatabaseOptions</span><span class="tsd-signature-symbol">&gt;</span></h5>
<div class="tsd-comment tsd-typography"></div></li></ul></div>
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">path</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type ">Partial</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type ">DatabaseOptions</span><span class="tsd-signature-symbol">&gt;</span></h5><code class="tsd-tag ts-flagOptional">Optional</code> </li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="database.default.html" class="tsd-signature-type tsd-kind-class">default</a></h4>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L94">database.ts:94</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L94">database.ts:94</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member"><a id="Model" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>Model</span><a href="#Model" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">Model</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">typeof </span><a href="model.default.html" class="tsd-signature-type tsd-kind-class">default</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L83">database.ts:83</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L83">database.ts:83</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="Schema" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>Schema</span><a href="#Schema" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">Schema</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">typeof </span><a href="schema.default.html" class="tsd-signature-type tsd-kind-class">default</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L199">database.ts:199</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L199">database.ts:199</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="SchemaType" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>Schema<wbr/>Type</span><a href="#SchemaType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">Schema<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">typeof </span><a href="schematype.default.html" class="tsd-signature-type tsd-kind-class">default</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L201">database.ts:201</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L201">database.ts:201</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="_models" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>_models</span><a href="#_models" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">_models</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L82">database.ts:82</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L82">database.ts:82</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="options" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>options</span><a href="#options" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">options</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">DatabaseOptions</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L81">database.ts:81</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L81">database.ts:81</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="Schema-1" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>Schema</span><a href="#Schema-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">Schema</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">typeof </span><a href="schema.default.html" class="tsd-signature-type tsd-kind-class">default</a><span class="tsd-signature-symbol"> = Schema</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L198">database.ts:198</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L198">database.ts:198</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="SchemaType-1" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>Schema<wbr/>Type</span><a href="#SchemaType-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">Schema<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">typeof </span><a href="schematype.default.html" class="tsd-signature-type tsd-kind-class">default</a><span class="tsd-signature-symbol"> = SchemaType</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L200">database.ts:200</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L200">database.ts:200</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="version" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>version</span><a href="#version" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">version</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L202">database.ts:202</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L202">database.ts:202</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member"><a id="load" class="tsd-anchor"></a>
Expand All @@ -123,12 +122,11 @@ <h3 class="tsd-anchor-link"><span>load</span><a href="#load" aria-label="Permali
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">callback</span>: <span class="tsd-signature-type">any</span></h5>
<div class="tsd-comment tsd-typography"></div></li></ul></div>
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">callback</span>: <span class="tsd-signature-type">any</span></h5><code class="tsd-tag ts-flagOptional">Optional</code> </li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Bluebird</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L136">database.ts:136</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L136">database.ts:136</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member"><a id="model-1" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>model</span><a href="#model-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures">
Expand All @@ -140,15 +138,13 @@ <h3 class="tsd-anchor-link"><span>model</span><a href="#model-1" aria-label="Per
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5><span class="tsd-kind-parameter">name</span>: <span class="tsd-signature-type">string</span></h5>
<div class="tsd-comment tsd-typography"></div></li>
<h5><span class="tsd-kind-parameter">name</span>: <span class="tsd-signature-type">string</span></h5></li>
<li>
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">schema</span>: <span class="tsd-signature-type">any</span></h5>
<div class="tsd-comment tsd-typography"></div></li></ul></div>
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">schema</span>: <span class="tsd-signature-type">any</span></h5><code class="tsd-tag ts-flagOptional">Optional</code> </li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L120">database.ts:120</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L120">database.ts:120</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member"><a id="save" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>save</span><a href="#save" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures">
Expand All @@ -160,12 +156,11 @@ <h3 class="tsd-anchor-link"><span>save</span><a href="#save" aria-label="Permali
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">callback</span>: <span class="tsd-signature-type">any</span></h5>
<div class="tsd-comment tsd-typography"></div></li></ul></div>
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">callback</span>: <span class="tsd-signature-type">any</span></h5><code class="tsd-tag ts-flagOptional">Optional</code> </li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Bluebird</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L176">database.ts:176</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L176">database.ts:176</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member"><a id="toJSON" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>toJSON</span><a href="#toJSON" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures">
Expand All @@ -184,7 +179,7 @@ <h5><span class="tsd-kind-property">warehouse</span><span class="tsd-signature-s
<h5><span class="tsd-kind-property">models</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{}</span></h5>
<ul class="tsd-parameters"></ul></li></ul><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/71d0d55/src/database.ts#L183">database.ts:183</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/hexojs/warehouse/blob/b700b98/src/database.ts#L183">database.ts:183</a></li></ul></aside></li></ul></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
Loading

0 comments on commit 4436ae1

Please sign in to comment.