@mescius/wijmo.vue2.chart.hierarchical 5.20252.44 → 5.20261.45-nightly.d20260105.t014601

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.20252.44
3
+ * Wijmo Library 5.20261.45-nightly.d20260105.t014601
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_vue2_base_1=require("@mescius/wijmo.vue2.base"),wjcChartHierarchical=__importStar(require("@mescius/wijmo.chart.hierarchical"));class WjSunburstBehavior extends wijmo_vue2_base_1.WjComponentBehavior{_updateControl(e,t){switch(e){case"tooltipContent":this.control.tooltip.content=t;break;case"labelContent":this.control.dataLabel.content=t;break;default:super._updateControl(e,t)}}}WjSunburstBehavior.tag="wj-sunburst";WjSunburstBehavior.props=["isDisabled","tabOrder","binding","footer","header","selectionMode","palette","plotMargin","footerStyle","headerStyle","tooltipContent","itemsSource","bindingName","innerRadius","isAnimated","offset","options","reversed","startAngle","selectedIndex","selectedItemPosition","selectedItemOffset","itemFormatter","labelContent","childItemsPath"];WjSunburstBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","rendering","rendered","selectionChanged","itemsSourceChanging","itemsSourceChanged"];WjSunburstBehavior.classCtor=function(){return wjcChartHierarchical.Sunburst};exports.WjSunburst=WjSunburstBehavior.register();function registerV3WjSunburst(e){e.component(WjSunburstBehavior.tag,exports.WjSunburst)}class WjTreeMapBehavior extends wijmo_vue2_base_1.WjComponentBehavior{_updateControl(e,t){switch(e){case"tooltipContent":this.control.tooltip.content=t;break;case"labelContent":this.control.dataLabel.content=t;break;default:super._updateControl(e,t)}}}WjTreeMapBehavior.tag="wj-tree-map";WjTreeMapBehavior.props=["isDisabled","tabOrder","binding","footer","header","selectionMode","options","palette","plotMargin","footerStyle","headerStyle","tooltipContent","itemsSource","bindingName","maxDepth","type","labelContent","childItemsPath"];WjTreeMapBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","rendering","rendered","selectionChanged","itemsSourceChanging","itemsSourceChanged"];WjTreeMapBehavior.classCtor=function(){return wjcChartHierarchical.TreeMap};exports.WjTreeMap=WjTreeMapBehavior.register();function registerV3WjTreeMap(e){e.component(WjTreeMapBehavior.tag,exports.WjTreeMap)}function registerChartHierarchical(e){if(wijmo_vue2_base_1.VueApi.isV3Plus){registerV3WjSunburst(e);registerV3WjTreeMap(e)}}exports.registerChartHierarchical=registerChartHierarchical;
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_vue2_base_1=require("@mescius/wijmo.vue2.base"),wjcChartHierarchical=__importStar(require("@mescius/wijmo.chart.hierarchical"));class WjSunburstBehavior extends wijmo_vue2_base_1.WjComponentBehavior{_updateControl(e,t){switch(e){case"tooltipContent":this.control.tooltip.content=t;break;case"labelContent":this.control.dataLabel.content=t;break;default:super._updateControl(e,t)}}}WjSunburstBehavior.tag="wj-sunburst";WjSunburstBehavior.props=["isDisabled","tabOrder","binding","footer","header","selectionMode","palette","plotMargin","footerStyle","headerStyle","tooltipContent","itemsSource","bindingName","innerRadius","isAnimated","offset","options","reversed","startAngle","selectedIndex","selectedItemPosition","selectedItemOffset","itemFormatter","labelContent","childItemsPath"];WjSunburstBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","rendering","rendered","selectionChanged","itemsSourceChanging","itemsSourceChanged"];WjSunburstBehavior.classCtor=()=>wjcChartHierarchical.Sunburst;exports.WjSunburst=WjSunburstBehavior.register();function registerV3WjSunburst(e){e.component(WjSunburstBehavior.tag,exports.WjSunburst)}class WjTreeMapBehavior extends wijmo_vue2_base_1.WjComponentBehavior{_updateControl(e,t){switch(e){case"tooltipContent":this.control.tooltip.content=t;break;case"labelContent":this.control.dataLabel.content=t;break;default:super._updateControl(e,t)}}}WjTreeMapBehavior.tag="wj-tree-map";WjTreeMapBehavior.props=["isDisabled","tabOrder","binding","footer","header","selectionMode","options","palette","plotMargin","footerStyle","headerStyle","tooltipContent","itemsSource","bindingName","maxDepth","type","labelContent","childItemsPath"];WjTreeMapBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","rendering","rendered","selectionChanged","itemsSourceChanging","itemsSourceChanged"];WjTreeMapBehavior.classCtor=()=>wjcChartHierarchical.TreeMap;exports.WjTreeMap=WjTreeMapBehavior.register();function registerV3WjTreeMap(e){e.component(WjTreeMapBehavior.tag,exports.WjTreeMap)}function registerChartHierarchical(e){if(wijmo_vue2_base_1.VueApi.isV3Plus){registerV3WjSunburst(e);registerV3WjTreeMap(e)}}exports.registerChartHierarchical=registerChartHierarchical;
package/es2015-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20252.44
3
+ * Wijmo Library 5.20261.45-nightly.d20260105.t014601
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{VueApi,WjComponentBehavior}from"@mescius/wijmo.vue2.base";import*as wjcChartHierarchical from"@mescius/wijmo.chart.hierarchical";class WjSunburstBehavior extends WjComponentBehavior{_updateControl(e,t){switch(e){case"tooltipContent":this.control.tooltip.content=t;break;case"labelContent":this.control.dataLabel.content=t;break;default:super._updateControl(e,t)}}}WjSunburstBehavior.tag="wj-sunburst";WjSunburstBehavior.props=["isDisabled","tabOrder","binding","footer","header","selectionMode","palette","plotMargin","footerStyle","headerStyle","tooltipContent","itemsSource","bindingName","innerRadius","isAnimated","offset","options","reversed","startAngle","selectedIndex","selectedItemPosition","selectedItemOffset","itemFormatter","labelContent","childItemsPath"];WjSunburstBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","rendering","rendered","selectionChanged","itemsSourceChanging","itemsSourceChanged"];WjSunburstBehavior.classCtor=function(){return wjcChartHierarchical.Sunburst};export var WjSunburst=WjSunburstBehavior.register();function registerV3WjSunburst(e){e.component(WjSunburstBehavior.tag,WjSunburst)}class WjTreeMapBehavior extends WjComponentBehavior{_updateControl(e,t){switch(e){case"tooltipContent":this.control.tooltip.content=t;break;case"labelContent":this.control.dataLabel.content=t;break;default:super._updateControl(e,t)}}}WjTreeMapBehavior.tag="wj-tree-map";WjTreeMapBehavior.props=["isDisabled","tabOrder","binding","footer","header","selectionMode","options","palette","plotMargin","footerStyle","headerStyle","tooltipContent","itemsSource","bindingName","maxDepth","type","labelContent","childItemsPath"];WjTreeMapBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","rendering","rendered","selectionChanged","itemsSourceChanging","itemsSourceChanged"];WjTreeMapBehavior.classCtor=function(){return wjcChartHierarchical.TreeMap};export var WjTreeMap=WjTreeMapBehavior.register();function registerV3WjTreeMap(e){e.component(WjTreeMapBehavior.tag,WjTreeMap)}export function registerChartHierarchical(e){if(VueApi.isV3Plus){registerV3WjSunburst(e);registerV3WjTreeMap(e)}}
14
+ import{VueApi,WjComponentBehavior}from"@mescius/wijmo.vue2.base";import*as wjcChartHierarchical from"@mescius/wijmo.chart.hierarchical";class WjSunburstBehavior extends WjComponentBehavior{_updateControl(e,t){switch(e){case"tooltipContent":this.control.tooltip.content=t;break;case"labelContent":this.control.dataLabel.content=t;break;default:super._updateControl(e,t)}}}WjSunburstBehavior.tag="wj-sunburst";WjSunburstBehavior.props=["isDisabled","tabOrder","binding","footer","header","selectionMode","palette","plotMargin","footerStyle","headerStyle","tooltipContent","itemsSource","bindingName","innerRadius","isAnimated","offset","options","reversed","startAngle","selectedIndex","selectedItemPosition","selectedItemOffset","itemFormatter","labelContent","childItemsPath"];WjSunburstBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","rendering","rendered","selectionChanged","itemsSourceChanging","itemsSourceChanged"];WjSunburstBehavior.classCtor=()=>wjcChartHierarchical.Sunburst;export var WjSunburst=WjSunburstBehavior.register();function registerV3WjSunburst(e){e.component(WjSunburstBehavior.tag,WjSunburst)}class WjTreeMapBehavior extends WjComponentBehavior{_updateControl(e,t){switch(e){case"tooltipContent":this.control.tooltip.content=t;break;case"labelContent":this.control.dataLabel.content=t;break;default:super._updateControl(e,t)}}}WjTreeMapBehavior.tag="wj-tree-map";WjTreeMapBehavior.props=["isDisabled","tabOrder","binding","footer","header","selectionMode","options","palette","plotMargin","footerStyle","headerStyle","tooltipContent","itemsSource","bindingName","maxDepth","type","labelContent","childItemsPath"];WjTreeMapBehavior.events=["initialized","gotFocus","lostFocus","refreshing","refreshed","invalidInput","rendering","rendered","selectionChanged","itemsSourceChanging","itemsSourceChanged"];WjTreeMapBehavior.classCtor=()=>wjcChartHierarchical.TreeMap;export var WjTreeMap=WjTreeMapBehavior.register();function registerV3WjTreeMap(e){e.component(WjTreeMapBehavior.tag,WjTreeMap)}export function registerChartHierarchical(e){if(VueApi.isV3Plus){registerV3WjSunburst(e);registerV3WjTreeMap(e)}}
package/es5-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20252.44
3
+ * Wijmo Library 5.20261.45-nightly.d20260105.t014601
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.20252.44
3
+ * Wijmo Library 5.20261.45-nightly.d20260105.t014601
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.20252.44
3
+ * Wijmo Library 5.20261.45-nightly.d20260105.t014601
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@mescius/wijmo.vue2.chart.hierarchical",
3
- "version": "5.20252.44",
3
+ "version": "5.20261.45-nightly.d20260105.t014601",
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.20252.44",
11
- "@mescius/wijmo.chart.hierarchical": "5.20252.44",
12
- "@mescius/wijmo.vue2.base": "5.20252.44"
10
+ "@mescius/wijmo": "5.20261.45-nightly.d20260105.t014601",
11
+ "@mescius/wijmo.chart.hierarchical": "5.20261.45-nightly.d20260105.t014601",
12
+ "@mescius/wijmo.vue2.base": "5.20261.45-nightly.d20260105.t014601"
13
13
  },
14
14
  "homepage": "https://developer.mescius.com/wijmo",
15
15
  "bugs": {