@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.
- package/CHANGELOG.md +8 -0
- package/dist/ej2-maps.umd.min.js +2 -2
- package/dist/ej2-maps.umd.min.js.map +1 -1
- package/dist/es6/ej2-maps.es2015.js +0 -4
- package/dist/es6/ej2-maps.es2015.js.map +1 -1
- package/dist/es6/ej2-maps.es5.js +0 -4
- package/dist/es6/ej2-maps.es5.js.map +1 -1
- package/dist/global/ej2-maps.min.js +2 -2
- package/dist/global/ej2-maps.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -6
- package/src/maps/maps.js +0 -4
package/dist/es6/ej2-maps.es5.js
CHANGED
|
@@ -8104,12 +8104,8 @@ var Maps = /** @__PURE__ @class */ (function (_super) {
|
|
|
8104
8104
|
}
|
|
8105
8105
|
}
|
|
8106
8106
|
if (_this.markerModule) {
|
|
8107
|
-
_this.markerModule.markerClick(e);
|
|
8108
8107
|
_this.markerModule.markerClusterClick(e);
|
|
8109
8108
|
}
|
|
8110
|
-
if (_this.bubbleModule) {
|
|
8111
|
-
_this.bubbleModule.bubbleClick(e);
|
|
8112
|
-
}
|
|
8113
8109
|
if (!eventArgs_1.cancel) {
|
|
8114
8110
|
_this.notify(click, targetEle);
|
|
8115
8111
|
}
|