@syncfusion/ej2-maps 19.4.52 → 19.4.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 19.4.52
3
+ * version : 19.4.53
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-maps@*",
3
- "_id": "@syncfusion/ej2-maps@19.4.47",
3
+ "_id": "@syncfusion/ej2-maps@19.4.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-gFY2cYlS0ul2u+VnTBMpp7y3/9IXBZUOaCFTosfzKgBc0twsoKiTyqkVR6kPqdlzE3WnEjjv8PlTlGZtICjesg==",
5
+ "_integrity": "sha512-Q3dgzt8U6/MscnIZhcV06J6ko+xSj8qO+ElAQQjaWqHsH6bnFksBP7YJw645z3QxW80AaspnYKux8qXiKOJiNA==",
6
6
  "_location": "/@syncfusion/ej2-maps",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-maps",
24
24
  "/@syncfusion/ej2-vue-maps"
25
25
  ],
26
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-maps/-/ej2-maps-19.4.47.tgz",
27
- "_shasum": "53a776c701d92b8a6699ce476823e6f8a2474cc0",
26
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-maps/-/ej2-maps-19.4.52.tgz",
27
+ "_shasum": "0603d44e6c0df8ee903e1ee94f463fec63ac696b",
28
28
  "_spec": "@syncfusion/ej2-maps@*",
29
29
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
30
30
  "author": {
@@ -36,7 +36,7 @@
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
38
  "@syncfusion/ej2-base": "~19.4.52",
39
- "@syncfusion/ej2-buttons": "~19.4.52",
39
+ "@syncfusion/ej2-buttons": "~19.4.53",
40
40
  "@syncfusion/ej2-compression": "~19.4.52",
41
41
  "@syncfusion/ej2-data": "~19.4.52",
42
42
  "@syncfusion/ej2-file-utils": "~19.4.52",
@@ -80,6 +80,6 @@
80
80
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
81
81
  },
82
82
  "typings": "index.d.ts",
83
- "version": "19.4.52",
83
+ "version": "19.4.53",
84
84
  "sideEffects": false
85
85
  }
package/src/maps/maps.js CHANGED
@@ -1033,12 +1033,8 @@ var Maps = /** @class */ (function (_super) {
1033
1033
  }
1034
1034
  }
1035
1035
  if (_this.markerModule) {
1036
- _this.markerModule.markerClick(e);
1037
1036
  _this.markerModule.markerClusterClick(e);
1038
1037
  }
1039
- if (_this.bubbleModule) {
1040
- _this.bubbleModule.bubbleClick(e);
1041
- }
1042
1038
  if (!eventArgs_1.cancel) {
1043
1039
  _this.notify(click, targetEle);
1044
1040
  }