@syncfusion/ej2-maps 20.1.55 → 20.1.59

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 : 20.1.55
3
+ * version : 20.1.59
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@20.1.48",
3
+ "_id": "@syncfusion/ej2-maps@20.1.55",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Q9Bjk9kbgqAvOxaOLh3wnmOx6gYLBhcPPuOipozUN3uRcN7dS9SDcTfNM00eROJk8OlXSrnFZNG7T+HqInhgeQ==",
5
+ "_integrity": "sha512-TV6laNemD3S+m6n98GnfhrKYZoo/FLq+m/pop55HUSb1TM+HJ1yZlEzFpHzkQeqndEZktoVAxu8p4zH7FXr78g==",
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-20.1.48.tgz",
27
- "_shasum": "75977d2b5ff33ae4dafe2fc6441182eee72f6586",
26
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-maps/-/ej2-maps-20.1.55.tgz",
27
+ "_shasum": "f9a1190f0bc053992778b13ac946d4bc26ed44b5",
28
28
  "_spec": "@syncfusion/ej2-maps@*",
29
29
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
30
30
  "author": {
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~20.1.55",
38
+ "@syncfusion/ej2-base": "~20.1.57",
39
39
  "@syncfusion/ej2-buttons": "~20.1.55",
40
40
  "@syncfusion/ej2-compression": "~20.1.55",
41
41
  "@syncfusion/ej2-data": "~20.1.55",
@@ -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": "20.1.55",
83
+ "version": "20.1.59",
84
84
  "sideEffects": false
85
85
  }
package/src/maps/maps.js CHANGED
@@ -1365,6 +1365,7 @@ var Maps = /** @class */ (function (_super) {
1365
1365
  _this.refreshing = true;
1366
1366
  _this.wireEVents();
1367
1367
  _this.render();
1368
+ _this.refreshing = false;
1368
1369
  }, 500);
1369
1370
  }
1370
1371
  }