From 5e83e0f0ea6f04e001985973feb38af6d25953aa Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Wed, 19 Jul 2023 04:29:18 +0000 Subject: [PATCH] chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#705) Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 0ba3e66d57803c73a5860bb28809302aea48222c --- classes/Cluster.html | 20 +++++------ classes/ClusterStats.html | 8 ++--- classes/DefaultRenderer.html | 4 +-- classes/GridAlgorithm.html | 24 ++++++------- classes/MarkerClusterer.html | 38 ++++++++++---------- classes/NoopAlgorithm.html | 12 +++---- classes/SuperClusterAlgorithm.html | 22 ++++++------ enums/MarkerClustererEvents.html | 8 ++--- functions/defaultOnClusterClickHandler.html | 2 +- functions/extendBoundsToPaddedViewport.html | 2 +- functions/filterMarkersToPaddedViewport.html | 2 +- interfaces/Algorithm.html | 4 +-- interfaces/AlgorithmInput.html | 8 ++--- interfaces/AlgorithmOptions.html | 4 +-- interfaces/AlgorithmOutput.html | 6 ++-- interfaces/ClusterOptions.html | 6 ++-- interfaces/GridOptions.html | 10 +++--- interfaces/MarkerClustererOptions.html | 14 ++++---- interfaces/Renderer.html | 4 +-- types/SuperClusterOptions.html | 2 +- types/onClusterClickHandler.html | 2 +- 21 files changed, 101 insertions(+), 101 deletions(-) diff --git a/classes/Cluster.html b/classes/Cluster.html index 67b3eb11..19fba56b 100644 --- a/classes/Cluster.html +++ b/classes/Cluster.html @@ -20,7 +20,7 @@

Hierarchy

+
  • Defined in cluster.ts:24
  • @@ -61,24 +61,24 @@

    Parameters

    __namedParameters: ClusterOptions

    Returns Cluster

    +
  • Defined in cluster.ts:29
  • Properties

    _position: LatLng
    +
  • Defined in cluster.ts:27
  • marker?: Marker
    +
  • Defined in cluster.ts:25
  • markers?: Marker[]
    +
  • Defined in cluster.ts:26
  • Accessors

    @@ -88,7 +88,7 @@
    +
  • Defined in cluster.ts:41
  • +
  • Defined in cluster.ts:60
  • +
  • Defined in cluster.ts:53
  • Methods

    @@ -120,7 +120,7 @@
    +
  • Defined in cluster.ts:74
    • @@ -136,7 +136,7 @@
      marker: Returns void
    +
  • Defined in cluster.ts:67
  • +
  • Defined in renderer.ts:25
  • markers: {
        sum: number;
    }
    @@ -88,7 +88,7 @@

    Type declaration

  • sum: number
  • +
  • Defined in renderer.ts:24
  • +
  • Defined in renderer.ts:107
  • Returns void

    +
  • Defined in algorithms/grid.ts:111
  • +
  • Defined in algorithms/grid.ts:62
  • +
  • Defined in algorithms/grid.ts:98
    • @@ -181,7 +181,7 @@

      Returns

    +
  • Defined in algorithms/core.ts:85
  • +
  • Defined in markerclusterer.ts:78
  • markers: Marker[]
    +
  • Defined in markerclusterer.ts:74
  • onClusterClick: onClusterClickHandler
    @@ -116,7 +116,7 @@
    +
  • Defined in markerclusterer.ts:70
  • renderer: Renderer
    @@ -124,7 +124,7 @@

    renderer

    +
  • Defined in markerclusterer.ts:76
  • Methods

    @@ -141,7 +141,7 @@
    marker: Optional noDraw: boolean

    Returns void

    +
  • Defined in markerclusterer.ts:103
    • @@ -156,7 +156,7 @@
      markers: Optional noDraw: boolean

    Returns void

    +
  • Defined in markerclusterer.ts:114
    • @@ -169,7 +169,7 @@

      Parameters

      Optional noDraw: boolean

    Returns void

    +
  • Defined in markerclusterer.ts:156
  • +
  • Defined in markerclusterer.ts:228
  • +
  • Defined in markerclusterer.ts:236
    • @@ -202,7 +202,7 @@
      marker: Optional noDraw: boolean

    Returns boolean

    +
  • Defined in markerclusterer.ts:124
    • @@ -217,7 +217,7 @@
      markers: Optional noDraw: boolean

    Returns boolean

    +
  • Defined in markerclusterer.ts:142
  • +
  • Defined in markerclusterer.ts:167
  • +
  • Defined in markerclusterer.ts:247
  • +
  • Defined in markerclusterer.ts:241
  • +
  • Defined in algorithms/core.ts:85
  • +
  • Defined in algorithms/core.ts:85
    • @@ -169,7 +169,7 @@

      Parameters

      __namedParameters: ClusterFeature<{
          marker: Marker;
      }>

    Returns Cluster

    +
  • Defined in algorithms/supercluster.ts:98
  • +
  • Defined in markerclusterer.ts:53
  • +
  • Defined in markerclusterer.ts:27
  • +
  • Defined in algorithms/utils.ts:28
  • +
  • Defined in algorithms/core.ts:56
  • +
  • Defined in algorithms/core.ts:38
  • markers: Marker[]
    @@ -63,7 +63,7 @@
    +
  • Defined in algorithms/core.ts:32
  • +
  • Defined in algorithms/core.ts:112
  • +
  • Defined in algorithms/supercluster.ts:23
  • +
  • Defined in markerclusterer.ts:27