@syncfusion/ej2-react-treemap 22.2.5 → 23.1.36

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.
package/CHANGELOG.md CHANGED
@@ -11,14 +11,6 @@
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
- ## 22.1.36 (2023-06-28)
15
-
16
- ### TreeMap
17
-
18
- #### Bug fixes
19
-
20
- - Print will now work properly in themes such as Material 3, Fluent, and others.
21
-
22
14
  ## 18.2.44 (2020-07-07)
23
15
 
24
16
  ### TreeMap
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-treemap.min.js
3
- * version : 22.2.5
3
+ * version : 23.1.36
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-treemap.umd.min.js
3
- * version : 22.2.5
3
+ * version : 23.1.36
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-react-treemap@*",
3
- "_id": "@syncfusion/ej2-react-treemap@22.1.36",
3
+ "_id": "@syncfusion/ej2-react-treemap@16.31.23",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-s0X/a/jkOTyKkF1j1WNEqIe/sgaGTdihOGpR60pj+ufCh4H3fHrMbyrBd6GngbrL2QncVJlF2mKhtAEiZoOMMQ==",
5
+ "_integrity": "sha512-ulkrAHjS5GEy/97AjEso9TFHSxTYLNJStD+OwUQzoy4/OnhhoBk5bYObKhaSDHEEsZnuTdsAFQV7YXweBAyD2w==",
6
6
  "_location": "/@syncfusion/ej2-react-treemap",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-treemap/-/ej2-react-treemap-22.1.36.tgz",
23
- "_shasum": "f6e57b6aff19dd5826126ed4c58ed69daadd0b1f",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-treemap/-/ej2-react-treemap-16.31.23.tgz",
23
+ "_shasum": "85634e40d41df415dc87511016e9bf9b578b18b7",
24
24
  "_spec": "@syncfusion/ej2-react-treemap@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~22.2.5",
35
- "@syncfusion/ej2-react-base": "~22.2.5",
36
- "@syncfusion/ej2-treemap": "22.2.5"
34
+ "@syncfusion/ej2-base": "~23.1.36",
35
+ "@syncfusion/ej2-react-base": "~23.1.36",
36
+ "@syncfusion/ej2-treemap": "23.1.36"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 TreeMap Components for React",
@@ -54,6 +54,6 @@
54
54
  "type": "git",
55
55
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
56
  },
57
- "version": "22.2.5",
57
+ "version": "23.1.36",
58
58
  "sideEffects": false
59
59
  }
@@ -2,8 +2,8 @@ import * as React from 'react';
2
2
  import { TreeMap, TreeMapModel } from '@syncfusion/ej2-treemap';
3
3
  import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
4
4
  export interface TreeMapTypecast {
5
- tooltipSettingsTemplate?: string | Function | any;
6
- leafItemSettingsLabelTemplate?: string | Function | any;
5
+ tooltipSettings?: any;
6
+ leafItemSettings?: any;
7
7
  }
8
8
  /**
9
9
  * Represents the React TreeMap component. It is used to visualize both hierarchical and flat data.