@syncfusion/ej2-react-treemap 31.1.17 → 31.2.12
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/README.md +14 -5
- package/dist/ej2-react-treemap.min.js +3 -3
- package/dist/ej2-react-treemap.umd.min.js +2 -2
- package/package.json +16 -46
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ The [React TreeMap](https://www.syncfusion.com/react-components/react-treemap?ut
|
|
|
15
15
|
<p align="center">
|
|
16
16
|
Trusted by the world's leading companies
|
|
17
17
|
<a href="https://www.syncfusion.com">
|
|
18
|
-
<img src="https://
|
|
18
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
|
|
19
19
|
</a>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
@@ -31,9 +31,9 @@ cd my-app
|
|
|
31
31
|
npm start
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
### Add Syncfusion TreeMap package
|
|
34
|
+
### Add Syncfusion<sup>®</sup> TreeMap package
|
|
35
35
|
|
|
36
|
-
All Syncfusion React packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the React TreeMap package, use the following command.
|
|
36
|
+
All Syncfusion<sup>®</sup> React packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the React TreeMap package, use the following command.
|
|
37
37
|
|
|
38
38
|
```sh
|
|
39
39
|
npm install @syncfusion/ej2-react-treemap --save
|
|
@@ -41,7 +41,7 @@ npm install @syncfusion/ej2-react-treemap --save
|
|
|
41
41
|
|
|
42
42
|
### Add TreeMap Component
|
|
43
43
|
|
|
44
|
-
In the **src/App.tsx** file, use the following code snippet to render the Syncfusion React TreeMap component.
|
|
44
|
+
In the **src/App.tsx** file, use the following code snippet to render the Syncfusion<sup>®</sup> React TreeMap component.
|
|
45
45
|
|
|
46
46
|
```typescript
|
|
47
47
|
import { React } from 'react';
|
|
@@ -99,6 +99,15 @@ TreeMap component is also offered in the following list of frameworks.
|
|
|
99
99
|
* [Globalization](https://ej2.syncfusion.com/react/documentation/treemap/internationalization/?utm_source=npm&utm_medium=listing&utm_campaign=react-treemap-npm): Personalize the treemap component with different languages, as well as culture-specific number, date and time formatting.
|
|
100
100
|
* [Accessibility](https://ej2.syncfusion.com/react/documentation/treemap/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=react-treemap-npm): Provides with built-in accessibility support which helps to access all the treemap component features through the keyboard, screen readers, or other assistive technology devices.
|
|
101
101
|
|
|
102
|
+
## Resources
|
|
103
|
+
|
|
104
|
+
* [Documentation](https://ej2.syncfusion.com/react/documentation/treemap/getting-started)
|
|
105
|
+
* [AI Coding Assistant](https://ej2.syncfusion.com/react/documentation/ai-coding-assistants/overview)
|
|
106
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
107
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/react?utm_medium=listing&utm_source=github)
|
|
108
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/react)
|
|
109
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
110
|
+
|
|
102
111
|
## Support
|
|
103
112
|
|
|
104
113
|
Product support is available through the following mediums.
|
|
@@ -115,7 +124,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
|
|
|
115
124
|
|
|
116
125
|
## License and copyright
|
|
117
126
|
|
|
118
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for
|
|
127
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
119
128
|
|
|
120
129
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
121
130
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-treemap.min.js
|
|
3
|
-
* version : 31.
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 31.2.12
|
|
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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
8
|
* applicable laws.
|
|
9
9
|
*/
|
|
10
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("SyncfusionReactBase"),require("React"),require("SyncfusionTreemap")):"function"==typeof define&&define.amd?define(["SyncfusionReactBase","React","SyncfusionTreemap"],t):"object"==typeof exports?exports.SyncfusionReactTreemap=t(require("SyncfusionReactBase"),require("React"),require("SyncfusionTreemap")):e.SyncfusionReactTreemap=t(e.SyncfusionReactBase,e.React,e.SyncfusionTreemap)}(self,(
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("SyncfusionReactBase"),require("React"),require("SyncfusionTreemap")):"function"==typeof define&&define.amd?define(["SyncfusionReactBase","React","SyncfusionTreemap"],t):"object"==typeof exports?exports.SyncfusionReactTreemap=t(require("SyncfusionReactBase"),require("React"),require("SyncfusionTreemap")):e.SyncfusionReactTreemap=t(e.SyncfusionReactBase,e.React,e.SyncfusionTreemap)}(self,(e,t,r)=>(()=>{"use strict";var o={794:(e,t,r)=>{r.d(t,{U0:()=>u,$Z:()=>s,OT:()=>p,qd:()=>c,tt:()=>d});var o,n=r(705),i=(o=function(e,t){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},o(e,t)},function(e,t){function r(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i(t,e),t.moduleName="level",t}(n.ComplexBase),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i(t,e),t.propertyName="levels",t.moduleName="levels",t}(n.ComplexBase),a=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)};return function(t,r){function o(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(o.prototype=r.prototype,new o)}}(),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.moduleName="colorMapping",t}(n.ComplexBase),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.propertyName="colorMapping",t.moduleName="colorMappings",t}(n.ComplexBase),l=r(24),f=r(680),y=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},e(t,r)};return function(t,r){function o(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(o.prototype=r.prototype,new o)}}(),d=function(e){function t(t){var r=e.call(this,t)||this;return r.initRenderCalled=!1,r.checkInjectedModules=!0,r.directivekeys={levels:{level:{colorMappings:"colorMapping"}}},r.statelessTemplateProps=null,r.templateProps=null,r.immediateRender=!1,r.isReactMock=!0,r.portals=[],r}return y(t,e),t.prototype.render=function(){if(this.isReactMock=!1,!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return l.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},t}(f.TreeMap);(0,n.applyMixins)(d,[n.ComponentBase,l.Component])},24:e=>{e.exports=t},705:t=>{t.exports=e},680:e=>{e.exports=r}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={exports:{}};return o[e](r,r.exports,i),r.exports}i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var p={};return(()=>{i.r(p),i.d(p,{ColorMappingDirective:()=>e.U0,ColorMappingsDirective:()=>e.$Z,Inject:()=>t.Inject,LevelDirective:()=>e.OT,LevelsDirective:()=>e.qd,TreeMapComponent:()=>e.tt});var e=i(794),t=i(705),r=i(680),o={};for(const e in r)["default","Inject","ColorMappingDirective","ColorMappingsDirective","LevelDirective","LevelsDirective","TreeMapComponent"].indexOf(e)<0&&(o[e]=()=>r[e]);i.d(p,o)})(),p})());
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-treemap.umd.min.js
|
|
3
|
-
* version : 31.
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 31.2.12
|
|
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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
package/package.json
CHANGED
|
@@ -1,59 +1,29 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-hkTaNMn3oWcare469FkFP9lV9+KK+iOZ9QLEOKOrrhpMKfEF+lPbsp8ubK6p6wOqKFuhuKyT0jcEPEDorJs0Nw==",
|
|
6
|
-
"_location": "/@syncfusion/ej2-react-treemap",
|
|
7
|
-
"_phantomChildren": {},
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-react-treemap@*",
|
|
12
|
-
"name": "@syncfusion/ej2-react-treemap",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-react-treemap",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-react-treemap/-/ej2-react-treemap-16.32.0.tgz",
|
|
23
|
-
"_shasum": "bfd97569428710f8e0c2a7471276c5312abba0a1",
|
|
24
|
-
"_spec": "@syncfusion/ej2-react-treemap@*",
|
|
25
|
-
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-react-treemap/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~31.1.17",
|
|
35
|
-
"@syncfusion/ej2-react-base": "~31.1.17",
|
|
36
|
-
"@syncfusion/ej2-treemap": "31.1.17"
|
|
37
|
-
},
|
|
38
|
-
"deprecated": false,
|
|
2
|
+
"name": "@syncfusion/ej2-react-treemap",
|
|
3
|
+
"version": "31.2.12",
|
|
39
4
|
"description": "Essential JS 2 TreeMap Components for React",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"homepage": "https://www.syncfusion.com/react-components",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
43
7
|
"keywords": [
|
|
44
8
|
"react",
|
|
45
9
|
"reactjs",
|
|
46
10
|
"react-treemap",
|
|
47
11
|
"ej2-react-treemap"
|
|
48
12
|
],
|
|
49
|
-
"license": "SEE LICENSE IN license",
|
|
50
|
-
"main": "./dist/ej2-react-treemap.umd.min.js",
|
|
51
|
-
"module": "./index.js",
|
|
52
|
-
"name": "@syncfusion/ej2-react-treemap",
|
|
53
13
|
"repository": {
|
|
54
14
|
"type": "git",
|
|
55
15
|
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
56
16
|
},
|
|
57
|
-
"
|
|
58
|
-
"
|
|
17
|
+
"main": "./dist/ej2-react-treemap.umd.min.js",
|
|
18
|
+
"module": "./index.js",
|
|
19
|
+
"es2015": "dist/es6/ej2-react-treemap.es2015.js",
|
|
20
|
+
"readme": "ReadMe.md",
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@syncfusion/ej2-base": "~31.2.12",
|
|
23
|
+
"@syncfusion/ej2-react-base": "~31.2.12",
|
|
24
|
+
"@syncfusion/ej2-treemap": "31.2.12"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {},
|
|
27
|
+
"sideEffects": false,
|
|
28
|
+
"homepage": "https://www.syncfusion.com/react-components"
|
|
59
29
|
}
|