@syncfusion/ej2-treemap 21.1.37 → 21.2.10

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 : 21.1.37
3
+ * version : 21.2.10
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-treemap@*",
3
- "_id": "@syncfusion/ej2-treemap@21.1.35",
3
+ "_id": "@syncfusion/ej2-treemap@21.2.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Rp8wDyjEAaiyGm+gATpXhzIPLFjlY+5CYYDEPwouwC0XoP+Fbx94naOuCBiyn1DS0wZchh6VMelwz2d053cf9Q==",
5
+ "_integrity": "sha512-8qSAjnD2lyUNGycnVtg8ydZu/qrJPM8x1cqTVF8tp92UjEHhr0M6qN6FU0nmLNIOyaGp20UAj2ZvHgS66KhimA==",
6
6
  "_location": "/@syncfusion/ej2-treemap",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-treemap",
24
24
  "/@syncfusion/ej2-vue-treemap"
25
25
  ],
26
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treemap/-/ej2-treemap-21.1.35.tgz",
27
- "_shasum": "855ce4b4c9b09f1124aceaed97880df4f46d5d3f",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treemap/-/ej2-treemap-21.2.3.tgz",
27
+ "_shasum": "b43abb1cc2f691edd7f77338fbc8081c8cee7aef",
28
28
  "_spec": "@syncfusion/ej2-treemap@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
30
30
  "author": {
@@ -35,12 +35,12 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~21.1.37",
39
- "@syncfusion/ej2-compression": "~21.1.37",
40
- "@syncfusion/ej2-data": "~21.1.37",
41
- "@syncfusion/ej2-file-utils": "~21.1.37",
42
- "@syncfusion/ej2-pdf-export": "~21.1.37",
43
- "@syncfusion/ej2-svg-base": "~21.1.37"
38
+ "@syncfusion/ej2-base": "~21.2.9",
39
+ "@syncfusion/ej2-compression": "~21.2.3",
40
+ "@syncfusion/ej2-data": "~21.2.9",
41
+ "@syncfusion/ej2-file-utils": "~21.2.3",
42
+ "@syncfusion/ej2-pdf-export": "~21.2.10",
43
+ "@syncfusion/ej2-svg-base": "~21.2.3"
44
44
  },
45
45
  "deprecated": false,
46
46
  "description": "Essential JS 2 TreeMap Components",
@@ -81,6 +81,6 @@
81
81
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
82
82
  },
83
83
  "typings": "index.d.ts",
84
- "version": "21.1.37",
84
+ "version": "21.2.10",
85
85
  "sideEffects": false
86
86
  }
@@ -655,6 +655,7 @@ var TreeMap = /** @class */ (function (_super) {
655
655
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
656
656
  _this.trigger(resize, args_1, function (observedArgs) {
657
657
  _this.render();
658
+ _this.refreshing = false;
658
659
  });
659
660
  }, 500);
660
661
  }