Skip to content

Commit

Permalink
publish typedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
asos-craigmorten authored and actions-user committed Jun 29, 2020
1 parent 51d1827 commit acabb65
Show file tree
Hide file tree
Showing 64 changed files with 1,232 additions and 623 deletions.
13 changes: 7 additions & 6 deletions docs/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1753,11 +1753,12 @@ var typedoc,
oldValue,
newValue,
) {
this.checkbox.checked = this.value,
document.documentElement.classList.toggle(
"toggle-" + this.key,
this.value != this.defaultValue,
);
this.checkbox &&
(this.checkbox.checked = this.value,
document.documentElement.classList.toggle(
"toggle-" + this.key,
this.value != this.defaultValue,
));
},
FilterItemCheckbox.prototype.fromLocalStorage = function (value) {
return "true" == value;
Expand Down Expand Up @@ -2022,7 +2023,7 @@ var typedoc,
item.classList.value = row.classes,
item.innerHTML = '\n <a href="' +
(this.base + row.url) + '" class="tsd-kind-icon">' + name +
"'</a>\n ",
"</a>\n ",
this.results.appendChild(item);
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.json

Large diffs are not rendered by default.

85 changes: 49 additions & 36 deletions docs/classes/_response_.response.html

Large diffs are not rendered by default.

21 changes: 10 additions & 11 deletions docs/classes/_view_.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/96a05a4/src/view.ts#L35">view.ts:35</a></li>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/51d1827/src/view.ts#L35">view.ts:35</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -159,7 +159,7 @@ <h3>default<wbr>Engine</h3>
<div class="tsd-signature tsd-kind-icon">default<wbr>Engine<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/asos-craigmorten/opine/blob/96a05a4/src/view.ts#L30">view.ts:30</a></li>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/51d1827/src/view.ts#L30">view.ts:30</a></li>
</ul>
</aside>
</section>
Expand All @@ -169,7 +169,7 @@ <h3>engine</h3>
<div class="tsd-signature tsd-kind-icon">engine<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/asos-craigmorten/opine/blob/96a05a4/src/view.ts#L34">view.ts:34</a></li>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/51d1827/src/view.ts#L34">view.ts:34</a></li>
</ul>
</aside>
</section>
Expand All @@ -179,7 +179,7 @@ <h3>ext</h3>
<div class="tsd-signature tsd-kind-icon">ext<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/asos-craigmorten/opine/blob/96a05a4/src/view.ts#L31">view.ts:31</a></li>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/51d1827/src/view.ts#L31">view.ts:31</a></li>
</ul>
</aside>
</section>
Expand All @@ -189,7 +189,7 @@ <h3>name</h3>
<div class="tsd-signature tsd-kind-icon">name<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/asos-craigmorten/opine/blob/96a05a4/src/view.ts#L32">view.ts:32</a></li>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/51d1827/src/view.ts#L32">view.ts:32</a></li>
</ul>
</aside>
</section>
Expand All @@ -199,7 +199,7 @@ <h3>path</h3>
<div class="tsd-signature tsd-kind-icon">path<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/asos-craigmorten/opine/blob/96a05a4/src/view.ts#L35">view.ts:35</a></li>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/51d1827/src/view.ts#L35">view.ts:35</a></li>
</ul>
</aside>
</section>
Expand All @@ -209,7 +209,7 @@ <h3>root</h3>
<div class="tsd-signature tsd-kind-icon">root<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/asos-craigmorten/opine/blob/96a05a4/src/view.ts#L33">view.ts:33</a></li>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/51d1827/src/view.ts#L33">view.ts:33</a></li>
</ul>
</aside>
</section>
Expand All @@ -226,7 +226,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> lookup</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/96a05a4/src/view.ts#L122">view.ts:122</a></li>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/51d1827/src/view.ts#L122">view.ts:122</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -254,7 +254,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> render</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/96a05a4/src/view.ts#L145">view.ts:145</a></li>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/51d1827/src/view.ts#L145">view.ts:145</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -285,7 +285,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> resolve</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/96a05a4/src/view.ts#L98">view.ts:98</a></li>
<li>Defined in <a href="https://github.com/asos-craigmorten/opine/blob/51d1827/src/view.ts#L98">view.ts:98</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -402,6 +402,5 @@ <h2>Legend</h2>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html>
5 changes: 4 additions & 1 deletion docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ <h3>Modules</h3>
<li class="tsd-kind-module"><a href="modules/_utils_etag_.html" class="tsd-kind-icon">&quot;utils/etag&quot;</a></li>
<li class="tsd-kind-module"><a href="modules/_utils_finalhandler_.html" class="tsd-kind-icon">&quot;utils/final<wbr>Handler&quot;</a></li>
<li class="tsd-kind-module"><a href="modules/_utils_fresh_.html" class="tsd-kind-icon">&quot;utils/fresh&quot;</a></li>
<li class="tsd-kind-module"><a href="modules/_utils_frommap_.html" class="tsd-kind-icon">&quot;utils/from<wbr>Map&quot;</a></li>
<li class="tsd-kind-module"><a href="modules/_utils_merge_.html" class="tsd-kind-icon">&quot;utils/merge&quot;</a></li>
<li class="tsd-kind-module"><a href="modules/_utils_mergedescriptors_.html" class="tsd-kind-icon">&quot;utils/merge<wbr>Descriptors&quot;</a></li>
<li class="tsd-kind-module"><a href="modules/_utils_normalizetype_.html" class="tsd-kind-icon">&quot;utils/normalize<wbr>Type&quot;</a></li>
Expand Down Expand Up @@ -187,6 +188,9 @@ <h3>Modules</h3>
<li class=" tsd-kind-module">
<a href="modules/_utils_fresh_.html">&quot;utils/fresh&quot;</a>
</li>
<li class=" tsd-kind-module">
<a href="modules/_utils_frommap_.html">&quot;utils/from<wbr>Map&quot;</a>
</li>
<li class=" tsd-kind-module">
<a href="modules/_utils_merge_.html">&quot;utils/merge&quot;</a>
</li>
Expand Down Expand Up @@ -243,6 +247,5 @@ <h2>Legend</h2>
</div>
<div class="overlay"></div>
<script src="assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="assets/js/search.js"><' + '/script>');</script>
</body>
</html>
4 changes: 3 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ <h2>License</h2>
<li class=" tsd-kind-module">
<a href="modules/_utils_fresh_.html">&quot;utils/fresh&quot;</a>
</li>
<li class=" tsd-kind-module">
<a href="modules/_utils_frommap_.html">&quot;utils/from<wbr>Map&quot;</a>
</li>
<li class=" tsd-kind-module">
<a href="modules/_utils_merge_.html">&quot;utils/merge&quot;</a>
</li>
Expand Down Expand Up @@ -316,6 +319,5 @@ <h2>Legend</h2>
</div>
<div class="overlay"></div>
<script src="assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="assets/js/search.js"><' + '/script>');</script>
</body>
</html>
1 change: 0 additions & 1 deletion docs/interfaces/_types_.__global.opine.application.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,5 @@ <h2>Legend</h2>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html>
1 change: 0 additions & 1 deletion docs/interfaces/_types_.__global.opine.request.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,5 @@ <h2>Legend</h2>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html>
1 change: 0 additions & 1 deletion docs/interfaces/_types_.__global.opine.response.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,5 @@ <h2>Legend</h2>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html>
Loading

0 comments on commit acabb65

Please sign in to comment.