@mescius/wijmo.react.chart.hierarchical 5.20261.45-nightly.d20251218.t163151 → 5.20261.45-nightly.d20260105.t163143

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
  *
3
- * Wijmo Library 5.20261.45-nightly.d20251218.t163151
3
+ * Wijmo Library 5.20261.45-nightly.d20260105.t163143
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -11,4 +11,4 @@
11
11
  *
12
12
  */
13
13
 
14
- "use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_react_base_1=require("@mescius/wijmo.react.base"),wijmo_react_chart_1=require("@mescius/wijmo.react.chart"),wjcChartHierarchical=__importStar(require("@mescius/wijmo.chart.hierarchical"));exports.SunburstMeta={inputs:[...wijmo_react_chart_1.FlexPieMeta.inputs,"bindingName","childItemsPath"],events:[...wijmo_react_chart_1.FlexPieMeta.events]};exports.Sunburst=wijmo_react_base_1.wjForwardRef((function(e,t){return wijmo_react_base_1.useWjComponentBase({ref:t,properties:exports.SunburstMeta.inputs,events:exports.SunburstMeta.events,props:e,constructor:wjcChartHierarchical.Sunburst,customProps:{tooltipContent:(e,t)=>{e.tooltip&&(e.tooltip.content=t)},labelContent:(e,t)=>{e.dataLabel&&(e.dataLabel.content=t)}}}).renderResult}));exports.TreeMapMeta={inputs:[...wijmo_react_chart_1.FlexChartBaseMeta.inputs,"binding","bindingName","childItemsPath","dataLabel","maxDepth","palette","selectionMode","type","tooltip"],events:[...wijmo_react_chart_1.FlexChartBaseMeta.events]};exports.TreeMap=wijmo_react_base_1.wjForwardRef((function(e,t){return wijmo_react_base_1.useWjComponentBase({ref:t,properties:exports.TreeMapMeta.inputs,events:exports.TreeMapMeta.events,props:e,constructor:wjcChartHierarchical.TreeMap}).renderResult}));
14
+ "use strict";var __importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const wijmo_react_base_1=require("@mescius/wijmo.react.base"),wijmo_react_chart_1=require("@mescius/wijmo.react.chart"),wjcChartHierarchical=__importStar(require("@mescius/wijmo.chart.hierarchical"));exports.SunburstMeta={inputs:[...wijmo_react_chart_1.FlexPieMeta.inputs,"bindingName","childItemsPath"],events:[...wijmo_react_chart_1.FlexPieMeta.events]};exports.Sunburst=wijmo_react_base_1.wjForwardRef((e,t)=>wijmo_react_base_1.useWjComponentBase({ref:t,properties:exports.SunburstMeta.inputs,events:exports.SunburstMeta.events,props:e,constructor:wjcChartHierarchical.Sunburst,customProps:{tooltipContent:(e,t)=>{e.tooltip&&(e.tooltip.content=t)},labelContent:(e,t)=>{e.dataLabel&&(e.dataLabel.content=t)}}}).renderResult);exports.TreeMapMeta={inputs:[...wijmo_react_chart_1.FlexChartBaseMeta.inputs,"binding","bindingName","childItemsPath","dataLabel","maxDepth","palette","selectionMode","type","tooltip"],events:[...wijmo_react_chart_1.FlexChartBaseMeta.events]};exports.TreeMap=wijmo_react_base_1.wjForwardRef((e,t)=>wijmo_react_base_1.useWjComponentBase({ref:t,properties:exports.TreeMapMeta.inputs,events:exports.TreeMapMeta.events,props:e,constructor:wjcChartHierarchical.TreeMap}).renderResult);
package/es2015-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20261.45-nightly.d20251218.t163151
3
+ * Wijmo Library 5.20261.45-nightly.d20260105.t163143
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -11,4 +11,4 @@
11
11
  *
12
12
  */
13
13
 
14
- import{useWjComponentBase,wjForwardRef}from"@mescius/wijmo.react.base";import{FlexChartBaseMeta,FlexPieMeta}from"@mescius/wijmo.react.chart";import*as wjcChartHierarchical from"@mescius/wijmo.chart.hierarchical";export const SunburstMeta={inputs:[...FlexPieMeta.inputs,"bindingName","childItemsPath"],events:[...FlexPieMeta.events]};export const Sunburst=wjForwardRef((function(e,t){return useWjComponentBase({ref:t,properties:SunburstMeta.inputs,events:SunburstMeta.events,props:e,constructor:wjcChartHierarchical.Sunburst,customProps:{tooltipContent:(e,t)=>{e.tooltip&&(e.tooltip.content=t)},labelContent:(e,t)=>{e.dataLabel&&(e.dataLabel.content=t)}}}).renderResult}));export const TreeMapMeta={inputs:[...FlexChartBaseMeta.inputs,"binding","bindingName","childItemsPath","dataLabel","maxDepth","palette","selectionMode","type","tooltip"],events:[...FlexChartBaseMeta.events]};export const TreeMap=wjForwardRef((function(e,t){return useWjComponentBase({ref:t,properties:TreeMapMeta.inputs,events:TreeMapMeta.events,props:e,constructor:wjcChartHierarchical.TreeMap}).renderResult}));
14
+ import{useWjComponentBase,wjForwardRef}from"@mescius/wijmo.react.base";import{FlexChartBaseMeta,FlexPieMeta}from"@mescius/wijmo.react.chart";import*as wjcChartHierarchical from"@mescius/wijmo.chart.hierarchical";export const SunburstMeta={inputs:[...FlexPieMeta.inputs,"bindingName","childItemsPath"],events:[...FlexPieMeta.events]};export const Sunburst=wjForwardRef((e,t)=>useWjComponentBase({ref:t,properties:SunburstMeta.inputs,events:SunburstMeta.events,props:e,constructor:wjcChartHierarchical.Sunburst,customProps:{tooltipContent:(e,t)=>{e.tooltip&&(e.tooltip.content=t)},labelContent:(e,t)=>{e.dataLabel&&(e.dataLabel.content=t)}}}).renderResult);export const TreeMapMeta={inputs:[...FlexChartBaseMeta.inputs,"binding","bindingName","childItemsPath","dataLabel","maxDepth","palette","selectionMode","type","tooltip"],events:[...FlexChartBaseMeta.events]};export const TreeMap=wjForwardRef((e,t)=>useWjComponentBase({ref:t,properties:TreeMapMeta.inputs,events:TreeMapMeta.events,props:e,constructor:wjcChartHierarchical.TreeMap}).renderResult);
package/es5-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20261.45-nightly.d20251218.t163151
3
+ * Wijmo Library 5.20261.45-nightly.d20260105.t163143
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20261.45-nightly.d20251218.t163151
3
+ * Wijmo Library 5.20261.45-nightly.d20260105.t163143
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20261.45-nightly.d20251218.t163151
3
+ * Wijmo Library 5.20261.45-nightly.d20260105.t163143
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@mescius/wijmo.react.chart.hierarchical",
3
- "version": "5.20261.45-nightly.d20251218.t163151",
3
+ "version": "5.20261.45-nightly.d20260105.t163143",
4
4
  "description": "UI library for pure JS, Angular, React, Vue and more...",
5
5
  "author": "MESCIUS inc",
6
6
  "license": "Commercial",
7
7
  "main": "./index.js",
8
8
  "types": "./index.d.ts",
9
9
  "dependencies": {
10
- "@mescius/wijmo": "5.20261.45-nightly.d20251218.t163151",
11
- "@mescius/wijmo.chart": "5.20261.45-nightly.d20251218.t163151",
12
- "@mescius/wijmo.chart.hierarchical": "5.20261.45-nightly.d20251218.t163151",
13
- "@mescius/wijmo.react.base": "5.20261.45-nightly.d20251218.t163151",
14
- "@mescius/wijmo.react.chart": "5.20261.45-nightly.d20251218.t163151"
10
+ "@mescius/wijmo": "5.20261.45-nightly.d20260105.t163143",
11
+ "@mescius/wijmo.chart": "5.20261.45-nightly.d20260105.t163143",
12
+ "@mescius/wijmo.chart.hierarchical": "5.20261.45-nightly.d20260105.t163143",
13
+ "@mescius/wijmo.react.base": "5.20261.45-nightly.d20260105.t163143",
14
+ "@mescius/wijmo.react.chart": "5.20261.45-nightly.d20260105.t163143"
15
15
  },
16
16
  "homepage": "https://developer.mescius.com/wijmo",
17
17
  "bugs": {