Skip to content

Commit

Permalink
chore(deps-dev): bump core-js from 3.30.0 to 3.30.1 (googlemaps#591)
Browse files Browse the repository at this point in the history
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.30.0 to 3.30.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.30.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  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> 3c4c695
  • Loading branch information
googlemaps-bot committed Apr 25, 2023
1 parent e065933 commit dc21b06
Show file tree
Hide file tree
Showing 45 changed files with 3,212 additions and 3,114 deletions.
10 changes: 5 additions & 5 deletions assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
--dark-hl-3: #569CD6;
--light-hl-4: #000000FF;
--dark-hl-4: #D4D4D4;
--light-hl-5: #FF0000;
--light-hl-5: #E50000;
--dark-hl-5: #9CDCFE;
--light-hl-6: #0000FF;
--dark-hl-6: #CE9178;
--light-hl-7: #AF00DB;
--dark-hl-7: #C586C0;
--light-hl-8: #A31515;
--dark-hl-8: #CE9178;
--light-hl-7: #A31515;
--dark-hl-7: #CE9178;
--light-hl-8: #AF00DB;
--dark-hl-8: #C586C0;
--light-hl-9: #008000;
--dark-hl-9: #6A9955;
--light-hl-10: #0000FF;
Expand Down
110 changes: 57 additions & 53 deletions assets/main.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

812 changes: 463 additions & 349 deletions assets/style.css

Large diffs are not rendered by default.

Binary file removed assets/widgets.png
Binary file not shown.
Binary file removed assets/[email protected]
Binary file not shown.
168 changes: 94 additions & 74 deletions classes/Cluster.html

Large diffs are not rendered by default.

112 changes: 66 additions & 46 deletions classes/ClusterStats.html

Large diffs are not rendered by default.

94 changes: 57 additions & 37 deletions classes/DefaultRenderer.html

Large diffs are not rendered by default.

212 changes: 115 additions & 97 deletions classes/GridAlgorithm.html

Large diffs are not rendered by default.

298 changes: 158 additions & 140 deletions classes/MarkerClusterer.html

Large diffs are not rendered by default.

140 changes: 79 additions & 61 deletions classes/NoopAlgorithm.html

Large diffs are not rendered by default.

198 changes: 108 additions & 90 deletions classes/SuperClusterAlgorithm.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/algorithms/supercluster.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import { AbstractAlgorithm, AlgorithmInput, AlgorithmOutput } from "./core";
import SuperCluster, { ClusterFeature } from "supercluster";
import { Cluster } from "../cluster";
export declare type SuperClusterOptions = SuperCluster.Options<{
export type SuperClusterOptions = SuperCluster.Options<{
[name: string]: any;
}, {
[name: string]: any;
Expand Down
2 changes: 1 addition & 1 deletion dist/algorithms/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export declare const extendBoundsToPaddedViewport: (bounds: google.maps.LatLngBo
* @hidden
*/
export declare const distanceBetweenPoints: (p1: google.maps.LatLngLiteral, p2: google.maps.LatLngLiteral) => number;
declare type PixelBounds = {
type PixelBounds = {
northEast: google.maps.Point;
southWest: google.maps.Point;
};
Expand Down
766 changes: 385 additions & 381 deletions dist/index.dev.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/markerclusterer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { Algorithm } from "./algorithms";
import { Renderer } from "./renderer";
import { Cluster } from "./cluster";
import { OverlayViewSafe } from "./overlay-view-safe";
export declare type onClusterClickHandler = (event: google.maps.MapMouseEvent, cluster: Cluster, map: google.maps.Map) => void;
export type onClusterClickHandler = (event: google.maps.MapMouseEvent, cluster: Cluster, map: google.maps.Map) => void;
export interface MarkerClustererOptions {
markers?: google.maps.Marker[];
/**
Expand Down
88 changes: 54 additions & 34 deletions enums/MarkerClustererEvents.html

Large diffs are not rendered by default.

87 changes: 42 additions & 45 deletions functions/defaultOnClusterClickHandler.html

Large diffs are not rendered by default.

89 changes: 43 additions & 46 deletions functions/extendBoundsToPaddedViewport.html

Large diffs are not rendered by default.

91 changes: 44 additions & 47 deletions functions/filterMarkersToPaddedViewport.html

Large diffs are not rendered by default.

137 changes: 60 additions & 77 deletions index.html

Large diffs are not rendered by default.

78 changes: 49 additions & 29 deletions interfaces/Algorithm.html

Large diffs are not rendered by default.

88 changes: 54 additions & 34 deletions interfaces/AlgorithmInput.html

Large diffs are not rendered by default.

68 changes: 44 additions & 24 deletions interfaces/AlgorithmOptions.html

Large diffs are not rendered by default.

80 changes: 50 additions & 30 deletions interfaces/AlgorithmOutput.html

Large diffs are not rendered by default.

78 changes: 49 additions & 29 deletions interfaces/ClusterOptions.html

Large diffs are not rendered by default.

107 changes: 63 additions & 44 deletions interfaces/GridOptions.html

Large diffs are not rendered by default.

118 changes: 69 additions & 49 deletions interfaces/MarkerClustererOptions.html

Large diffs are not rendered by default.

82 changes: 51 additions & 31 deletions interfaces/Renderer.html

Large diffs are not rendered by default.

117 changes: 57 additions & 60 deletions modules.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/algorithms/algorithms.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { _ as __rest, f as fastDeepEqual, S as Supercluster, L as Loader } from './vendor.js';
import { _ as __rest, e as equal, S as Supercluster, L as Loader } from './vendor.js';

/**
* Copyright 2021 Google LLC
Expand Down Expand Up @@ -252,7 +252,7 @@ class GridAlgorithm extends AbstractViewportAlgorithm {
let changed = false;
if (this.state.zoom > this.maxZoom && state.zoom > this.maxZoom) ;
else {
changed = !fastDeepEqual(this.state, state);
changed = !equal(this.state, state);
}
this.state = state;
if (map.getZoom() >= this.maxZoom) {
Expand Down Expand Up @@ -365,7 +365,7 @@ class SuperClusterAlgorithm extends AbstractAlgorithm {
}
calculate(input) {
let changed = false;
if (!fastDeepEqual(input.markers, this.markers)) {
if (!equal(input.markers, this.markers)) {
changed = true;
// TODO use proxy to avoid copy?
this.markers = [...input.markers];
Expand All @@ -388,7 +388,7 @@ class SuperClusterAlgorithm extends AbstractAlgorithm {
if (!changed) {
if (this.state.zoom > this.maxZoom && state.zoom > this.maxZoom) ;
else {
changed = changed || !fastDeepEqual(this.state, state);
changed = changed || !equal(this.state, state);
}
}
this.state = state;
Expand Down
Loading

0 comments on commit dc21b06

Please sign in to comment.