Skip to content

Commit

Permalink
chore(deps-dev): bump typedoc from 0.25.0 to 0.25.1 (#750)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.0...v0.25.1)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 65396d4
  • Loading branch information
googlemaps-bot committed Sep 11, 2023
1 parent 853532f commit 02e004c
Show file tree
Hide file tree
Showing 31 changed files with 1,068 additions and 1,139 deletions.
7 changes: 4 additions & 3 deletions assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,9 @@ a.tsd-index-link {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
#tsd-search .results li {
padding: 0 10px;
background-color: var(--color-background);
line-height: initial;
padding: 4px;
}
#tsd-search .results li:nth-child(even) {
background-color: var(--color-background-secondary);
Expand All @@ -924,7 +925,10 @@ a.tsd-index-link {
background-color: var(--color-accent);
}
#tsd-search .results a {
display: block;
display: flex;
align-items: center;
padding: 0.25rem;
box-sizing: border-box;
}
#tsd-search .results a:before {
top: 10px;
Expand Down Expand Up @@ -1134,7 +1138,7 @@ img {
}

.deprecated {
text-decoration: line-through;
text-decoration: line-through !important;
}

.warning {
Expand Down
97 changes: 47 additions & 50 deletions classes/Cluster.html

Large diffs are not rendered by default.

81 changes: 39 additions & 42 deletions classes/ClusterStats.html

Large diffs are not rendered by default.

77 changes: 37 additions & 40 deletions classes/DefaultRenderer.html

Large diffs are not rendered by default.

99 changes: 48 additions & 51 deletions classes/GridAlgorithm.html

Large diffs are not rendered by default.

123 changes: 60 additions & 63 deletions classes/MarkerClusterer.html

Large diffs are not rendered by default.

87 changes: 42 additions & 45 deletions classes/NoopAlgorithm.html

Large diffs are not rendered by default.

97 changes: 47 additions & 50 deletions classes/SuperClusterAlgorithm.html

Large diffs are not rendered by default.

99 changes: 48 additions & 51 deletions classes/SuperClusterViewportAlgorithm.html

Large diffs are not rendered by default.

89 changes: 43 additions & 46 deletions enums/MarkerClustererEvents.html

Large diffs are not rendered by default.

69 changes: 33 additions & 36 deletions functions/defaultOnClusterClickHandler.html

Large diffs are not rendered by default.

69 changes: 33 additions & 36 deletions functions/extendBoundsToPaddedViewport.html

Large diffs are not rendered by default.

81 changes: 41 additions & 40 deletions functions/filterMarkersToPaddedViewport.html

Large diffs are not rendered by default.

69 changes: 33 additions & 36 deletions functions/getPaddedViewport.html

Large diffs are not rendered by default.

65 changes: 31 additions & 34 deletions index.html

Large diffs are not rendered by default.

75 changes: 36 additions & 39 deletions interfaces/Algorithm.html

Large diffs are not rendered by default.

79 changes: 38 additions & 41 deletions interfaces/AlgorithmInput.html

Large diffs are not rendered by default.

75 changes: 36 additions & 39 deletions interfaces/AlgorithmOptions.html

Large diffs are not rendered by default.

77 changes: 37 additions & 40 deletions interfaces/AlgorithmOutput.html

Large diffs are not rendered by default.

77 changes: 37 additions & 40 deletions interfaces/ClusterOptions.html

Large diffs are not rendered by default.

81 changes: 39 additions & 42 deletions interfaces/GridOptions.html

Large diffs are not rendered by default.

85 changes: 41 additions & 44 deletions interfaces/MarkerClustererOptions.html

Large diffs are not rendered by default.

75 changes: 36 additions & 39 deletions interfaces/Renderer.html

Large diffs are not rendered by default.

75 changes: 36 additions & 39 deletions interfaces/SuperClusterViewportOptions.html

Large diffs are not rendered by default.

77 changes: 37 additions & 40 deletions interfaces/SuperClusterViewportState.html

Large diffs are not rendered by default.

75 changes: 36 additions & 39 deletions modules.html

Large diffs are not rendered by default.

67 changes: 32 additions & 35 deletions types/SuperClusterOptions.html

Large diffs are not rendered by default.

67 changes: 32 additions & 35 deletions types/onClusterClickHandler.html

Large diffs are not rendered by default.

0 comments on commit 02e004c

Please sign in to comment.