Skip to content

Commit be10d73

Browse files
chore(deps-dev): bump typedoc from 0.23.16 to 0.23.18 (#324)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.16 to 0.23.18. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.23.16...v0.23.18) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2709c31
1 parent 89122c6 commit be10d73

11 files changed

+92
-40
lines changed

assets/style.css

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,15 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
825825
padding-left: 5.5rem;
826826
}
827827

828+
#tsd-sidebar-links a {
829+
margin-top: 0;
830+
margin-bottom: 0.5rem;
831+
line-height: 1.25rem;
832+
}
833+
#tsd-sidebar-links a:last-of-type {
834+
margin-bottom: 0;
835+
}
836+
828837
a.tsd-index-link {
829838
margin: 0.25rem 0;
830839
font-size: 1rem;
@@ -978,7 +987,8 @@ a.tsd-index-link {
978987
right: -40px;
979988
}
980989
#tsd-search .field input,
981-
#tsd-search .title {
990+
#tsd-search .title,
991+
#tsd-toolbar-links a {
982992
transition: opacity 0.2s;
983993
}
984994
#tsd-search .results {
@@ -1022,7 +1032,8 @@ a.tsd-index-link {
10221032
top: 0;
10231033
opacity: 1;
10241034
}
1025-
#tsd-search.has-focus .title {
1035+
#tsd-search.has-focus .title,
1036+
#tsd-search.has-focus #tsd-toolbar-links a {
10261037
z-index: 0;
10271038
opacity: 0;
10281039
}
@@ -1036,6 +1047,22 @@ a.tsd-index-link {
10361047
display: block;
10371048
}
10381049

1050+
#tsd-toolbar-links {
1051+
position: absolute;
1052+
top: 0;
1053+
right: 2rem;
1054+
height: 100%;
1055+
display: flex;
1056+
align-items: center;
1057+
justify-content: flex-end;
1058+
}
1059+
#tsd-toolbar-links a {
1060+
margin-left: 1.5rem;
1061+
}
1062+
#tsd-toolbar-links a:hover {
1063+
text-decoration: underline;
1064+
}
1065+
10391066
.tsd-signature {
10401067
margin: 0 0 1rem 0;
10411068
padding: 1rem 0.5rem;
@@ -1134,6 +1161,11 @@ ul.tsd-type-parameter-list h5 {
11341161
.tsd-page-toolbar .table-cell:first-child {
11351162
width: 100%;
11361163
}
1164+
.tsd-page-toolbar .tsd-toolbar-icon {
1165+
box-sizing: border-box;
1166+
line-height: 0;
1167+
padding: 12px 0;
1168+
}
11371169

11381170
.tsd-page-toolbar--hide {
11391171
transform: translateY(-100%);

functions/isCircleLiteral.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>isCircleLiteral | @googlemaps/typescript-guards</title><meta name="description" content="Documentation for @googlemaps/typescript-guards"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
22
<div class="tsd-toolbar-contents container">
33
<div class="table-cell" id="tsd-search" data-base="..">
4-
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
4+
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
5+
<div class="field">
6+
<div id="tsd-toolbar-links"></div></div>
57
<ul class="results">
68
<li class="state loading">Preparing search index...</li>
7-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@googlemaps/typescript-guards</a></div>
8-
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
9+
<li class="state failure">The search index is not available</li></ul><a href="" class="title">@googlemaps/typescript-guards</a></div>
10+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
911
<div class="container container-main">
1012
<div class="col-8 col-content">
1113
<div class="tsd-page-title">
@@ -24,7 +26,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
2426
<h5>obj: <span class="tsd-signature-type">any</span></h5></li></ul></div>
2527
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">obj</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">CircleLiteral</span></h4><aside class="tsd-sources">
2628
<ul>
27-
<li>Defined in <a href="https://github.com/googlemaps/js-typescript-guards/blob/fefae0b/src/circle.ts#L20">circle.ts:20</a></li></ul></aside></li></ul></section></div>
29+
<li>Defined in <a href="https://github.com/googlemaps/js-typescript-guards/blob/2709c31/src/circle.ts#L20">circle.ts:20</a></li></ul></aside></li></ul></section></div>
2830
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
2931
<div class="tsd-navigation settings">
3032
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">

functions/isCircleOrCircleLiteral.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>isCircleOrCircleLiteral | @googlemaps/typescript-guards</title><meta name="description" content="Documentation for @googlemaps/typescript-guards"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
22
<div class="tsd-toolbar-contents container">
33
<div class="table-cell" id="tsd-search" data-base="..">
4-
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
4+
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
5+
<div class="field">
6+
<div id="tsd-toolbar-links"></div></div>
57
<ul class="results">
68
<li class="state loading">Preparing search index...</li>
7-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@googlemaps/typescript-guards</a></div>
8-
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
9+
<li class="state failure">The search index is not available</li></ul><a href="" class="title">@googlemaps/typescript-guards</a></div>
10+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
911
<div class="container container-main">
1012
<div class="col-8 col-content">
1113
<div class="tsd-page-title">
@@ -24,7 +26,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
2426
<h5>obj: <span class="tsd-signature-type">any</span></h5></li></ul></div>
2527
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">obj</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">CircleLiteral</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Circle</span></h4><aside class="tsd-sources">
2628
<ul>
27-
<li>Defined in <a href="https://github.com/googlemaps/js-typescript-guards/blob/fefae0b/src/circle.ts#L26">circle.ts:26</a></li></ul></aside></li></ul></section></div>
29+
<li>Defined in <a href="https://github.com/googlemaps/js-typescript-guards/blob/2709c31/src/circle.ts#L26">circle.ts:26</a></li></ul></aside></li></ul></section></div>
2830
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
2931
<div class="tsd-navigation settings">
3032
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">

functions/isLatLngBoundsLiteral.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>isLatLngBoundsLiteral | @googlemaps/typescript-guards</title><meta name="description" content="Documentation for @googlemaps/typescript-guards"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
22
<div class="tsd-toolbar-contents container">
33
<div class="table-cell" id="tsd-search" data-base="..">
4-
<div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
4+
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
5+
<div class="field">
6+
<div id="tsd-toolbar-links"></div></div>
57
<ul class="results">
68
<li class="state loading">Preparing search index...</li>
7-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@googlemaps/typescript-guards</a></div>
8-
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
9+
<li class="state failure">The search index is not available</li></ul><a href="" class="title">@googlemaps/typescript-guards</a></div>
10+
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
911
<div class="container container-main">
1012
<div class="col-8 col-content">
1113
<div class="tsd-page-title">
@@ -36,7 +38,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
3638
<h5>obj: <span class="tsd-signature-type">any</span></h5></li></ul></div>
3739
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">obj</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">LatLngBoundsLiteral</span></h4><aside class="tsd-sources">
3840
<ul>
39-
<li>Defined in <a href="https://github.com/googlemaps/js-typescript-guards/blob/fefae0b/src/lat-lng-bounds.ts#L19">lat-lng-bounds.ts:19</a></li></ul></aside></li></ul></section></div>
41+
<li>Defined in <a href="https://github.com/googlemaps/js-typescript-guards/blob/2709c31/src/lat-lng-bounds.ts#L19">lat-lng-bounds.ts:19</a></li></ul></aside></li></ul></section></div>
4042
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
4143
<div class="tsd-navigation settings">
4244
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">

0 commit comments

Comments
 (0)