@mescius/wijmo.angular2legacy.chart.hierarchical 5.20261.45-nightly.d20251218.t163151 → 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.
- package/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +1 -1
- package/index.d.ts +25 -25
- package/index.js +1 -1
- package/package.json +4 -4
package/es2015-commonjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20261.45-nightly.
|
|
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 WjSunburst_1,WjTreeMap_1,__decorate=this&&this.__decorate||function(e,t,r,o){var n,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,o);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(i<3?n(a):i>3?n(t,r,a):n(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},__param=this&&this.__param||function(e,t){return function(r,o){t(r,o,e)}},__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 core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo.angular2legacy_directivebase_1=require("@mescius/wijmo.angular2legacy.directivebase"),wjcChartHierarchical=__importStar(require("@mescius/wijmo.chart.hierarchical"));var wjSunburstMeta={selector:"wj-sunburst",template:"<div><ng-content></ng-content></div>",inputs:["wjModelProperty","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"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","renderingNg: rendering","renderedNg: rendered","selectionChangedNg: selectionChanged","itemsSourceChangingNg: itemsSourceChanging","itemsSourceChangedNg: itemsSourceChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjSunburstMeta=wjSunburstMeta;let WjSunburst=WjSunburst_1=class WjSunburst extends wjcChartHierarchical.Sunburst{constructor(e,t,r){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,t,r);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,r,o=!1){
|
|
14
|
+
"use strict";var WjSunburst_1,WjTreeMap_1,__decorate=this&&this.__decorate||function(e,t,r,o){var n,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,o);else for(var s=e.length-1;s>=0;s--)(n=e[s])&&(a=(i<3?n(a):i>3?n(t,r,a):n(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},__param=this&&this.__param||function(e,t){return function(r,o){t(r,o,e)}},__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 core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo.angular2legacy_directivebase_1=require("@mescius/wijmo.angular2legacy.directivebase"),wjcChartHierarchical=__importStar(require("@mescius/wijmo.chart.hierarchical"));var wjSunburstMeta={selector:"wj-sunburst",template:"<div><ng-content></ng-content></div>",inputs:["wjModelProperty","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"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","renderingNg: rendering","renderedNg: rendered","selectionChangedNg: selectionChanged","itemsSourceChangingNg: itemsSourceChanging","itemsSourceChangedNg: itemsSourceChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjSunburstMeta=wjSunburstMeta;let WjSunburst=WjSunburst_1=class WjSunburst extends wjcChartHierarchical.Sunburst{constructor(e,t,r){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,t,r);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,r,o=!1){const n=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=n.getZone(this);i&&n.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,r,o)}):super.addEventListener(e,t,r,o)}get tooltipContent(){return this.tooltip.content}set tooltipContent(e){this.tooltip.content=e}get labelContent(){return this.dataLabel.content}set labelContent(e){this.dataLabel.content=e}};WjSunburst.meta={outputs:wjSunburstMeta.outputs};WjSunburst=WjSunburst_1=__decorate([core_1.Component({selector:wjSunburstMeta.selector,template:wjSunburstMeta.template,inputs:wjSunburstMeta.inputs,outputs:wjSunburstMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjSunburst_1)},...wjSunburstMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjSunburst);exports.WjSunburst=WjSunburst;var wjTreeMapMeta={selector:"wj-tree-map",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","binding","footer","header","selectionMode","palette","plotMargin","footerStyle","headerStyle","tooltipContent","itemsSource","bindingName","maxDepth","type","labelContent","childItemsPath","options"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","renderingNg: rendering","renderedNg: rendered","selectionChangedNg: selectionChanged","itemsSourceChangingNg: itemsSourceChanging","itemsSourceChangedNg: itemsSourceChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjTreeMapMeta=wjTreeMapMeta;let WjTreeMap=WjTreeMap_1=class WjTreeMap extends wjcChartHierarchical.TreeMap{constructor(e,t,r){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,t,r);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,r,o=!1){const n=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=n.getZone(this);i&&n.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,r,o)}):super.addEventListener(e,t,r,o)}get tooltipContent(){return this.tooltip.content}set tooltipContent(e){this.tooltip.content=e}get labelContent(){return this.dataLabel.content}set labelContent(e){this.dataLabel.content=e}};WjTreeMap.meta={outputs:wjTreeMapMeta.outputs};WjTreeMap=WjTreeMap_1=__decorate([core_1.Component({selector:wjTreeMapMeta.selector,template:wjTreeMapMeta.template,inputs:wjTreeMapMeta.inputs,outputs:wjTreeMapMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjTreeMap_1)},...wjTreeMapMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjTreeMap);exports.WjTreeMap=WjTreeMap;const moduleExports=[WjSunburst,WjTreeMap];let WjChartHierarchicalModule=class WjChartHierarchicalModule{};WjChartHierarchicalModule=__decorate([core_1.NgModule({imports:[common_1.CommonModule],declarations:[...moduleExports],exports:[...moduleExports]})],WjChartHierarchicalModule);exports.WjChartHierarchicalModule=WjChartHierarchicalModule;
|
package/es2015-esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20261.45-nightly.
|
|
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
|
-
var WjSunburst_1,WjTreeMap_1,__decorate=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},__param=this&&this.__param||function(e,t){return function(r,n){t(r,n,e)}};import{Component,NgModule,ElementRef,Injector,Optional,forwardRef,Inject,SkipSelf}from"@angular/core";import{CommonModule}from"@angular/common";import{NG_VALUE_ACCESSOR}from"@angular/forms";import{WjDirectiveBehavior,WjValueAccessorFactory}from"@mescius/wijmo.angular2legacy.directivebase";import*as wjcChartHierarchical from"@mescius/wijmo.chart.hierarchical";var wjSunburstMeta={selector:"wj-sunburst",template:"<div><ng-content></ng-content></div>",inputs:["wjModelProperty","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"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","renderingNg: rendering","renderedNg: rendered","selectionChangedNg: selectionChanged","itemsSourceChangingNg: itemsSourceChanging","itemsSourceChangedNg: itemsSourceChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjSunburstMeta};let WjSunburst=WjSunburst_1=class WjSunburst extends wjcChartHierarchical.Sunburst{constructor(e,t,r){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,r);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,r,n=!1){
|
|
14
|
+
var WjSunburst_1,WjTreeMap_1,__decorate=this&&this.__decorate||function(e,t,r,n){var o,i=arguments.length,a=i<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(a=(i<3?o(a):i>3?o(t,r,a):o(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},__param=this&&this.__param||function(e,t){return function(r,n){t(r,n,e)}};import{Component,NgModule,ElementRef,Injector,Optional,forwardRef,Inject,SkipSelf}from"@angular/core";import{CommonModule}from"@angular/common";import{NG_VALUE_ACCESSOR}from"@angular/forms";import{WjDirectiveBehavior,WjValueAccessorFactory}from"@mescius/wijmo.angular2legacy.directivebase";import*as wjcChartHierarchical from"@mescius/wijmo.chart.hierarchical";var wjSunburstMeta={selector:"wj-sunburst",template:"<div><ng-content></ng-content></div>",inputs:["wjModelProperty","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"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","renderingNg: rendering","renderedNg: rendered","selectionChangedNg: selectionChanged","itemsSourceChangingNg: itemsSourceChanging","itemsSourceChangedNg: itemsSourceChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjSunburstMeta};let WjSunburst=WjSunburst_1=class WjSunburst extends wjcChartHierarchical.Sunburst{constructor(e,t,r){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,r);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,r,n=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,r,n)}):super.addEventListener(e,t,r,n)}get tooltipContent(){return this.tooltip.content}set tooltipContent(e){this.tooltip.content=e}get labelContent(){return this.dataLabel.content}set labelContent(e){this.dataLabel.content=e}};WjSunburst.meta={outputs:wjSunburstMeta.outputs};WjSunburst=WjSunburst_1=__decorate([Component({selector:wjSunburstMeta.selector,template:wjSunburstMeta.template,inputs:wjSunburstMeta.inputs,outputs:wjSunburstMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjSunburst_1)},...wjSunburstMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjSunburst);export{WjSunburst};var wjTreeMapMeta={selector:"wj-tree-map",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","binding","footer","header","selectionMode","palette","plotMargin","footerStyle","headerStyle","tooltipContent","itemsSource","bindingName","maxDepth","type","labelContent","childItemsPath","options"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","renderingNg: rendering","renderedNg: rendered","selectionChangedNg: selectionChanged","itemsSourceChangingNg: itemsSourceChanging","itemsSourceChangedNg: itemsSourceChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjTreeMapMeta};let WjTreeMap=WjTreeMap_1=class WjTreeMap extends wjcChartHierarchical.TreeMap{constructor(e,t,r){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,r);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,r,n=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,r,n)}):super.addEventListener(e,t,r,n)}get tooltipContent(){return this.tooltip.content}set tooltipContent(e){this.tooltip.content=e}get labelContent(){return this.dataLabel.content}set labelContent(e){this.dataLabel.content=e}};WjTreeMap.meta={outputs:wjTreeMapMeta.outputs};WjTreeMap=WjTreeMap_1=__decorate([Component({selector:wjTreeMapMeta.selector,template:wjTreeMapMeta.template,inputs:wjTreeMapMeta.inputs,outputs:wjTreeMapMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjTreeMap_1)},...wjTreeMapMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjTreeMap);export{WjTreeMap};const moduleExports=[WjSunburst,WjTreeMap];let WjChartHierarchicalModule=class WjChartHierarchicalModule{};WjChartHierarchicalModule=__decorate([NgModule({imports:[CommonModule],declarations:[...moduleExports],exports:[...moduleExports]})],WjChartHierarchicalModule);export{WjChartHierarchicalModule};
|
package/es5-esm.js
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20261.45-nightly.
|
|
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,26 +11,26 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* {@module wijmo.angular2legacy.chart.hierarchical}
|
|
15
|
-
* Contains Angular 2 components for the <b>wijmo.chart.hierarchical</b> module.
|
|
16
|
-
*
|
|
17
|
-
* <b>wijmo.angular2legacy.chart.hierarchical</b> is an external TypeScript module that can be imported to your code
|
|
18
|
-
* using its ambient module name. For example:
|
|
19
|
-
*
|
|
20
|
-
* <pre>import * as wjHierarchical from 'wijmo/wijmo.angular2legacy.chart.hierarchical';
|
|
21
|
-
*
|
|
22
|
-
* @Component({
|
|
23
|
-
* directives: [wjHierarchical.WjSunburst],
|
|
24
|
-
* template: `
|
|
25
|
-
* <wj-sunburst [itemsSource]="data" [binding]="'y'" [bindingX]="'x'">
|
|
26
|
-
* </wj-sunburst>`,
|
|
27
|
-
* selector: 'my-cmp',
|
|
28
|
-
* })
|
|
29
|
-
* export class MyCmp {
|
|
30
|
-
* data: any[];
|
|
31
|
-
* }</pre>
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
14
|
+
* {@module wijmo.angular2legacy.chart.hierarchical}
|
|
15
|
+
* Contains Angular 2 components for the <b>wijmo.chart.hierarchical</b> module.
|
|
16
|
+
*
|
|
17
|
+
* <b>wijmo.angular2legacy.chart.hierarchical</b> is an external TypeScript module that can be imported to your code
|
|
18
|
+
* using its ambient module name. For example:
|
|
19
|
+
*
|
|
20
|
+
* <pre>import * as wjHierarchical from 'wijmo/wijmo.angular2legacy.chart.hierarchical';
|
|
21
|
+
*
|
|
22
|
+
* @Component({
|
|
23
|
+
* directives: [wjHierarchical.WjSunburst],
|
|
24
|
+
* template: `
|
|
25
|
+
* <wj-sunburst [itemsSource]="data" [binding]="'y'" [bindingX]="'x'">
|
|
26
|
+
* </wj-sunburst>`,
|
|
27
|
+
* selector: 'my-cmp',
|
|
28
|
+
* })
|
|
29
|
+
* export class MyCmp {
|
|
30
|
+
* data: any[];
|
|
31
|
+
* }</pre>
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
@@ -47,11 +47,11 @@ export { wjSunburstMeta };
|
|
|
47
47
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
48
48
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
49
49
|
*
|
|
50
|
-
* The <b>WjSunburst</b> component is derived from the <b>Sunburst</b> control and
|
|
50
|
+
* The <b>WjSunburst</b> component is derived from the <b>Sunburst</b> control and
|
|
51
51
|
* inherits all its properties, events and methods.
|
|
52
52
|
*
|
|
53
53
|
* The <b>wj-sunburst</b> component may contain a {@link wijmo.angular2legacy.chart.WjFlexChartLegend} child component.
|
|
54
|
-
*/
|
|
54
|
+
*/
|
|
55
55
|
export declare class WjSunburst extends wjcChartHierarchical.Sunburst implements OnInit, OnDestroy, AfterViewInit {
|
|
56
56
|
static readonly meta: IWjComponentMetadata;
|
|
57
57
|
private _wjBehaviour;
|
|
@@ -155,9 +155,9 @@ export { wjTreeMapMeta };
|
|
|
155
155
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
156
156
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
157
157
|
*
|
|
158
|
-
* The <b>WjTreeMap</b> component is derived from the <b>TreeMap</b> control and
|
|
158
|
+
* The <b>WjTreeMap</b> component is derived from the <b>TreeMap</b> control and
|
|
159
159
|
* inherits all its properties, events and methods.
|
|
160
|
-
*/
|
|
160
|
+
*/
|
|
161
161
|
export declare class WjTreeMap extends wjcChartHierarchical.TreeMap implements OnInit, OnDestroy, AfterViewInit {
|
|
162
162
|
static readonly meta: IWjComponentMetadata;
|
|
163
163
|
private _wjBehaviour;
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.angular2legacy.chart.hierarchical",
|
|
3
|
-
"version": "5.20261.45-nightly.
|
|
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.20261.45-nightly.
|
|
11
|
-
"@mescius/wijmo.chart.hierarchical": "5.20261.45-nightly.
|
|
12
|
-
"@mescius/wijmo.angular2legacy.directivebase": "5.20261.45-nightly.
|
|
10
|
+
"@mescius/wijmo": "5.20261.45-nightly.d20260105.t014601",
|
|
11
|
+
"@mescius/wijmo.chart.hierarchical": "5.20261.45-nightly.d20260105.t014601",
|
|
12
|
+
"@mescius/wijmo.angular2legacy.directivebase": "5.20261.45-nightly.d20260105.t014601"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
15
15
|
"bugs": {
|