@syncfusion/ej2-treemap 33.2.3 → 34.1.33

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 : 33.2.3
3
+ * version : 34.1.33
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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,16 +1,16 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-treemap",
3
- "version": "33.2.3",
3
+ "version": "34.1.33",
4
4
  "description": "Essential JS 2 TreeMap Components",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "dependencies": {
8
- "@syncfusion/ej2-base": "~33.2.3",
9
- "@syncfusion/ej2-compression": "~33.2.3",
10
- "@syncfusion/ej2-data": "~33.2.3",
11
- "@syncfusion/ej2-file-utils": "~33.2.3",
12
- "@syncfusion/ej2-pdf-export": "~33.2.3",
13
- "@syncfusion/ej2-svg-base": "~33.2.3"
8
+ "@syncfusion/ej2-base": "~34.1.30",
9
+ "@syncfusion/ej2-compression": "~34.1.29",
10
+ "@syncfusion/ej2-data": "~34.1.32",
11
+ "@syncfusion/ej2-file-utils": "~34.1.29",
12
+ "@syncfusion/ej2-pdf-export": "~34.1.31",
13
+ "@syncfusion/ej2-svg-base": "~34.1.29"
14
14
  },
15
15
  "devDependencies": {},
16
16
  "keywords": [
@@ -141,6 +141,7 @@ var TreeMapTooltip = /** @class */ (function () {
141
141
  data: args['data'],
142
142
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
143
143
  template: args['template'],
144
+ controlInstance: this.treemap,
144
145
  content: args['text'],
145
146
  shapes: [],
146
147
  location: args['location'],