Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 (googlemaps#425)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.7.4...v4.8.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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> c9ca422
  • Loading branch information
googlemaps-bot committed Aug 29, 2022
1 parent f6603b7 commit e065933
Show file tree
Hide file tree
Showing 28 changed files with 237 additions and 193 deletions.
15 changes: 4 additions & 11 deletions assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@
--dark-hl-11: #4FC1FF;
--light-hl-12: #795E26;
--dark-hl-12: #DCDCAA;
--light-hl-13: #267F99;
--dark-hl-13: #4EC9B0;
--light-hl-14: #098658;
--dark-hl-14: #B5CEA8;
--light-hl-15: #000000;
--dark-hl-15: #C8C8C8;
--light-hl-13: #098658;
--dark-hl-13: #B5CEA8;
--light-hl-14: #000000;
--dark-hl-14: #C8C8C8;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -51,7 +49,6 @@
--hl-12: var(--light-hl-12);
--hl-13: var(--light-hl-13);
--hl-14: var(--light-hl-14);
--hl-15: var(--light-hl-15);
--code-background: var(--light-code-background);
} }

Expand All @@ -71,7 +68,6 @@
--hl-12: var(--dark-hl-12);
--hl-13: var(--dark-hl-13);
--hl-14: var(--dark-hl-14);
--hl-15: var(--dark-hl-15);
--code-background: var(--dark-code-background);
} }

Expand All @@ -91,7 +87,6 @@
--hl-12: var(--light-hl-12);
--hl-13: var(--light-hl-13);
--hl-14: var(--light-hl-14);
--hl-15: var(--light-hl-15);
--code-background: var(--light-code-background);
}

Expand All @@ -111,7 +106,6 @@
--hl-12: var(--dark-hl-12);
--hl-13: var(--dark-hl-13);
--hl-14: var(--dark-hl-14);
--hl-15: var(--dark-hl-15);
--code-background: var(--dark-code-background);
}

Expand All @@ -130,5 +124,4 @@
.hl-12 { color: var(--hl-12); }
.hl-13 { color: var(--hl-13); }
.hl-14 { color: var(--hl-14); }
.hl-15 { color: var(--hl-15); }
pre, code { background: var(--code-background); }
2 changes: 1 addition & 1 deletion assets/main.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions classes/Cluster.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">Cluster</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/cluster.ts#L22">cluster.ts:22</a></li></ul></aside>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/cluster.ts#L22">cluster.ts:22</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 @@ -59,24 +59,24 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5>__namedParameters: <a href="../interfaces/ClusterOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ClusterOptions</a></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="Cluster.html" class="tsd-signature-type" data-tsd-kind="Class">Cluster</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/cluster.ts#L27">cluster.ts:27</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/cluster.ts#L27">cluster.ts:27</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 tsd-kind-property tsd-parent-kind-class tsd-is-protected"><a id="_position" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_position</span><a href="#_position" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">_position<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">LatLng</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/cluster.ts#L25">cluster.ts:25</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/cluster.ts#L25">cluster.ts:25</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="marker" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>marker</span><a href="#marker" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">marker<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Marker</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/cluster.ts#L23">cluster.ts:23</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/cluster.ts#L23">cluster.ts:23</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="markers" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>markers</span><a href="#markers" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">markers<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Marker</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/cluster.ts#L24">cluster.ts:24</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/cluster.ts#L24">cluster.ts:24</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Accessors</h2>
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class"><a id="bounds" class="tsd-anchor"></a>
Expand All @@ -86,7 +86,7 @@ <h3 class="tsd-anchor-link"><span>bounds</span><a href="#bounds" aria-label="Per
<li class="tsd-description">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">LatLngBounds</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/cluster.ts#L39">cluster.ts:39</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/cluster.ts#L39">cluster.ts:39</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class"><a id="count" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>count</span><a href="#count" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class">
Expand All @@ -96,15 +96,15 @@ <h3 class="tsd-anchor-link"><span>count</span><a href="#count" aria-label="Perma
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/cluster.ts#L56">cluster.ts:56</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/cluster.ts#L56">cluster.ts:56</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class"><a id="position" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>position</span><a href="#position" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class">
<li class="tsd-signature" id="position.position-1"><span class="tsd-signature-symbol">get</span> position<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">LatLng</span></li>
<li class="tsd-description">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">LatLng</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/cluster.ts#L49">cluster.ts:49</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/cluster.ts#L49">cluster.ts:49</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="delete" class="tsd-anchor"></a>
Expand All @@ -116,7 +116,7 @@ <h3 class="tsd-anchor-link"><span>delete</span><a href="#delete" aria-label="Per
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/cluster.ts#L71">cluster.ts:71</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/cluster.ts#L71">cluster.ts:71</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="push" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>push</span><a href="#push" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
Expand All @@ -131,7 +131,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5>marker: <span class="tsd-signature-type">Marker</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/cluster.ts#L64">cluster.ts:64</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/cluster.ts#L64">cluster.ts:64</a></li></ul></aside></li></ul></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
8 changes: 4 additions & 4 deletions classes/ClusterStats.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">ClusterStats</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/renderer.ts#L22">renderer.ts:22</a></li></ul></aside>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/renderer.ts#L22">renderer.ts:22</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 @@ -52,7 +52,7 @@ <h5>markers: <span class="tsd-signature-type">Marker</span><span class="tsd-sign
<h5>clusters: <a href="Cluster.html" class="tsd-signature-type" data-tsd-kind="Class">Cluster</a><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="ClusterStats.html" class="tsd-signature-type" data-tsd-kind="Class">ClusterStats</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/renderer.ts#L34">renderer.ts:34</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/renderer.ts#L34">renderer.ts:34</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 tsd-kind-property tsd-parent-kind-class"><a id="clusters" class="tsd-anchor"></a>
Expand All @@ -75,7 +75,7 @@ <h5>min<span class="tsd-signature-symbol">: </span><span class="tsd-signature-ty
<li class="tsd-parameter">
<h5>sum<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/renderer.ts#L24">renderer.ts:24</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/renderer.ts#L24">renderer.ts:24</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="markers-1" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>markers</span><a href="#markers-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">markers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>sum<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span></div>
Expand All @@ -85,7 +85,7 @@ <h4>Type declaration</h4>
<li class="tsd-parameter">
<h5>sum<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/e3476f3/src/renderer.ts#L23">renderer.ts:23</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/Physolia/js-markerclusterer/blob/c9ca422/src/renderer.ts#L23">renderer.ts:23</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
Loading

0 comments on commit e065933

Please sign in to comment.