@syncfusion/ej2-treemap 19.4.38 → 19.4.48

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.38
3
+ * version : 19.4.48
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@16.28.1",
3
+ "_id": "@syncfusion/ej2-treemap@19.4.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Iy/+1aBnp4r7ljoh40MlLZjy3qQ5BX9t1wEcSaZrjGqdmJnJiHWCChBNlLSbCZN4seENkhkLP9FZ1tysjJMJ8Q==",
5
+ "_integrity": "sha512-H+Js+SzGqrSKAV8wVFkQd/E5hRfZn4/HOi0Q1BLJMDgdw+A0WCNzAJCnMNrF2ioHIXGbz31WN945/NubIepg6A==",
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": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treemap/-/ej2-treemap-16.28.1.tgz",
27
- "_shasum": "eef18fe35e45cf02701889a03f6626019710d6f6",
26
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treemap/-/ej2-treemap-19.4.38.tgz",
27
+ "_shasum": "fb15aa7010c14ba2c7e4734fdb7ae8cb64214b95",
28
28
  "_spec": "@syncfusion/ej2-treemap@*",
29
29
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
30
30
  "author": {
@@ -35,12 +35,12 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~19.4.38",
39
- "@syncfusion/ej2-compression": "~19.4.38",
40
- "@syncfusion/ej2-data": "~19.4.38",
41
- "@syncfusion/ej2-file-utils": "~19.4.38",
42
- "@syncfusion/ej2-pdf-export": "~19.4.38",
43
- "@syncfusion/ej2-svg-base": "~19.4.38"
38
+ "@syncfusion/ej2-base": "~19.4.48",
39
+ "@syncfusion/ej2-compression": "~19.4.48",
40
+ "@syncfusion/ej2-data": "~19.4.48",
41
+ "@syncfusion/ej2-file-utils": "~19.4.48",
42
+ "@syncfusion/ej2-pdf-export": "~19.4.48",
43
+ "@syncfusion/ej2-svg-base": "~19.4.48"
44
44
  },
45
45
  "deprecated": false,
46
46
  "description": "Essential JS 2 TreeMap Components",
@@ -73,6 +73,6 @@
73
73
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
74
74
  },
75
75
  "typings": "index.d.ts",
76
- "version": "19.4.38",
76
+ "version": "19.4.48",
77
77
  "sideEffects": false
78
78
  }
@@ -192,7 +192,8 @@ var TreeMap = /** @class */ (function (_super) {
192
192
  }
193
193
  };
194
194
  TreeMap.prototype.elementChange = function () {
195
- if (this.treeMapLegendModule && this.legendSettings.visible && this.treeMapLegendModule.legendGroup && this.layout.layoutGroup) {
195
+ if (this.treeMapLegendModule && this.legendSettings.visible && this.treeMapLegendModule.legendGroup && this.layout.layoutGroup
196
+ && !isNullOrUndefined(this.svgObject)) {
196
197
  this.svgObject.insertBefore(this.layout.layoutGroup, this.treeMapLegendModule.legendGroup);
197
198
  }
198
199
  };