@syncfusion/ej2-treemap 20.4.40 → 20.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 : 20.4.40
3
+ * version : 20.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@20.4.38",
3
+ "_id": "@syncfusion/ej2-treemap@20.4.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-C/rPXdm7UzXH20Auuukzu/tqEZTPBA/tzIptOXRw5cn+sBnZhCQCreuDEhd7GX9ZvZATRTOx3JsDB5Cz7rvYpg==",
5
+ "_integrity": "sha512-gK0WFj4jBhusvqWdPW3anlHq2EbU6JBNpHyZpqZxHXN+XKvgjYES+A+vrSnOiAgBWtO3k33duYiTAYaCZmO30Q==",
6
6
  "_location": "/@syncfusion/ej2-treemap",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,12 @@
19
19
  "_requiredBy": [
20
20
  "/",
21
21
  "/@syncfusion/ej2",
22
+ "/@syncfusion/ej2-angular-treemap",
23
+ "/@syncfusion/ej2-react-treemap",
22
24
  "/@syncfusion/ej2-vue-treemap"
23
25
  ],
24
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treemap/-/ej2-treemap-20.4.38.tgz",
25
- "_shasum": "3099292cb5185c1543a7673fd446055b15beb67d",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treemap/-/ej2-treemap-20.4.42.tgz",
27
+ "_shasum": "683664111aa50f824ae3dc58b3f64811ade7d538",
26
28
  "_spec": "@syncfusion/ej2-treemap@*",
27
29
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
28
30
  "author": {
@@ -33,12 +35,12 @@
33
35
  },
34
36
  "bundleDependencies": false,
35
37
  "dependencies": {
36
- "@syncfusion/ej2-base": "~20.4.40",
37
- "@syncfusion/ej2-compression": "~20.4.40",
38
- "@syncfusion/ej2-data": "~20.4.40",
39
- "@syncfusion/ej2-file-utils": "~20.4.40",
40
- "@syncfusion/ej2-pdf-export": "~20.4.40",
41
- "@syncfusion/ej2-svg-base": "~20.4.40"
38
+ "@syncfusion/ej2-base": "~20.4.48",
39
+ "@syncfusion/ej2-compression": "~20.4.48",
40
+ "@syncfusion/ej2-data": "~20.4.48",
41
+ "@syncfusion/ej2-file-utils": "~20.4.48",
42
+ "@syncfusion/ej2-pdf-export": "~20.4.48",
43
+ "@syncfusion/ej2-svg-base": "~20.4.48"
42
44
  },
43
45
  "deprecated": false,
44
46
  "description": "Essential JS 2 TreeMap Components",
@@ -79,6 +81,6 @@
79
81
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
80
82
  },
81
83
  "typings": "index.d.ts",
82
- "version": "20.4.40",
84
+ "version": "20.4.48",
83
85
  "sideEffects": false
84
86
  }
@@ -417,6 +417,7 @@ export declare class TreeMap extends Component<HTMLElement> implements INotifyPr
417
417
  legendId: string[];
418
418
  /** @private */
419
419
  selectionId: string;
420
+ private resizeEvent;
420
421
  /**
421
422
  * Constructor for TreeMap component.
422
423
  *
@@ -583,7 +583,7 @@ var TreeMap = /** @class */ (function (_super) {
583
583
  EventHandler.remove(this.element, Browser.touchMoveEvent, this.mouseMoveOnTreeMap);
584
584
  EventHandler.remove(this.element, Browser.touchEndEvent, this.mouseEndOnTreeMap);
585
585
  EventHandler.remove(this.element, 'pointerleave mouseleave', this.mouseLeaveOnTreeMap);
586
- window.removeEventListener('resize', this.resizeOnTreeMap);
586
+ window.removeEventListener('resize', this.resizeEvent);
587
587
  };
588
588
  /**
589
589
  * To bind event handlers for treemap.
@@ -598,7 +598,8 @@ var TreeMap = /** @class */ (function (_super) {
598
598
  EventHandler.add(this.element, Browser.touchMoveEvent, this.mouseMoveOnTreeMap, this);
599
599
  EventHandler.add(this.element, Browser.touchEndEvent, this.mouseEndOnTreeMap, this);
600
600
  EventHandler.add(this.element, 'pointerleave mouseleave', this.mouseLeaveOnTreeMap, this);
601
- window.addEventListener('resize', this.resizeOnTreeMap.bind(this));
601
+ this.resizeEvent = this.resizeOnTreeMap.bind(this);
602
+ window.addEventListener('resize', this.resizeEvent);
602
603
  };
603
604
  /**
604
605
  * Method to set culture for maps