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 Aug 3, 2020
1 parent f9fbb9d commit 603d8c3
Show file tree
Hide file tree
Showing 18 changed files with 488 additions and 268 deletions.
27 changes: 13 additions & 14 deletions docs/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,11 @@
var i, n, s, o, a, u, l;
if (r.length < 3) return r;
if (
"y" == (s = r.substr(0, 1)) &&
(r = s.toUpperCase() + r.substr(1)),
"y" == (s = r.substr(0, 1)) && (r = s.toUpperCase() + r.substr(1)),
a = y,
(o = p).test(r) ? r = r.replace(o, "$1$2")
: a.test(r) && (r = r.replace(a, "$1$2")),
(o = p).test(r)
? r = r.replace(o, "$1$2")
: a.test(r) && (r = r.replace(a, "$1$2")),
a = v,
(o = m).test(r)
) {
Expand Down Expand Up @@ -1083,8 +1083,7 @@
e.MatchData.prototype.combine = function (e) {
for (var t = Object.keys(e.metadata), r = 0; r < t.length; r++) {
var i = t[r], n = Object.keys(e.metadata[i]);
null == this.metadata[i] &&
(this.metadata[i] = Object.create(null));
null == this.metadata[i] && (this.metadata[i] = Object.create(null));
for (var s = 0; s < n.length; s++) {
var o = n[s], a = Object.keys(e.metadata[i][o]);
null == this.metadata[i][o] &&
Expand Down Expand Up @@ -1751,11 +1750,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 @@ -1869,8 +1869,7 @@ var typedoc,
return __extends(MenuHighlight, _super),
MenuHighlight.prototype.createAnchors = function () {
var _this = this, base = window.location.href;
-1 != base.indexOf("#") &&
(base = base.substr(0, base.indexOf("#"))),
-1 != base.indexOf("#") && (base = base.substr(0, base.indexOf("#"))),
this.el.querySelectorAll("a").forEach(function (el) {
var href = el.href;
if (
Expand Down Expand Up @@ -2020,7 +2019,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.

133 changes: 66 additions & 67 deletions docs/classes/_test_.test.html

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="Documentation for ">
<title>superdeno</title>
<meta name="description" content="Documentation for superdeno">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/main.css">
</head>
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="index.html" class="title"></a>
<a href="index.html" class="title">superdeno</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -54,7 +54,7 @@
<a href="globals.html">Globals</a>
</li>
</ul>
<h1></h1>
<h1>superdeno</h1>
</div>
</div>
</header>
Expand Down Expand Up @@ -132,6 +132,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>
9 changes: 4 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="Documentation for ">
<title>superdeno</title>
<meta name="description" content="Documentation for superdeno">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/main.css">
</head>
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="index.html" class="title"></a>
<a href="index.html" class="title">superdeno</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -54,7 +54,7 @@
<a href="globals.html">Globals</a>
</li>
</ul>
<h1></h1>
<h1>superdeno</h1>
</div>
</div>
</header>
Expand Down Expand Up @@ -331,6 +331,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 603d8c3

Please sign in to comment.