/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@mescius/wijmo.angular2.chart@5.20261.50/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*!
    *
    * Wijmo Library 5.20261.50
    * https://developer.mescius.com/wijmo
    *
    * Copyright(c) MESCIUS inc. All rights reserved.
    *
    * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
    * us.sales@mescius.com
    * https://developer.mescius.com/wijmo/licensing
    *
    */
"use strict";var ɵngcc0=require("@angular/core"),ɵngcc1=require("@angular/common"),_c0=["*"],__extends=this&&this.__extends||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])})(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),__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 c=e.length-1;c>=0;c--)(o=e[c])&&(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)}},__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]);return t.default=e,t};Object.defineProperty(exports,"__esModule",{value:!0});var core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo_angular2_directivebase_1=require("@mescius/wijmo.angular2.directivebase"),wjcChart=__importStar(require("@mescius/wijmo.chart")),wjFlexChartMeta={selector:"wj-flex-chart",standalone:!1,template:"<div><ng-content></ng-content></div>",inputs:["asyncBindings","wjModelProperty","renderEngine","isDisabled","tabOrder","binding","footer","header","selectionMode","palette","plotMargin","footerStyle","headerStyle","tooltipContent","itemsSource","bindingX","interpolateNulls","legendToggle","symbolSize","options","selection","itemFormatter","labelContent","chartType","rotated","stacking"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","renderingNg: rendering","renderedNg: rendered","selectionChangedNg: selectionChanged","selectionChangePC: selectionChange","itemsSourceChangingNg: itemsSourceChanging","itemsSourceChangedNg: itemsSourceChanged","seriesVisibilityChangedNg: seriesVisibilityChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjFlexChartMeta=wjFlexChartMeta;var WjFlexChart=function(e){function t(t,r,n){var o=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(t,r))||this;return o.isInitialized=!1,o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,t,r,n),o.created(),o}var r;return __extends(t,e),r=t,t.prototype.created=function(){},t.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()},t.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()},t.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()},t.prototype.addEventListener=function(t,r,n,o){var i=this;void 0===o&&(o=!1);var a=wijmo_angular2_directivebase_1.WjDirectiveBehavior,c=a.getZone(this);c&&a.outsideZoneEvents[r]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(i,t,r,n,o)})):e.prototype.addEventListener.call(this,t,r,n,o)},Object.defineProperty(t.prototype,"tooltipContent",{get:function(){return this.tooltip.content},set:function(e){this.tooltip.content=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"labelContent",{get:function(){return this.dataLabel.content},set:function(e){this.dataLabel.content=e},enumerable:!0,configurable:!0}),t.meta={outputs:wjFlexChartMeta.outputs,changeEvents:{selectionChanged:["selection"]}},t.ɵfac=function(e){return new(e||t)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef),ɵngcc0.ɵɵdirectiveInject(core_1.Injector),ɵngcc0.ɵɵdirectiveInject("WjComponent",12))},t.ɵcmp=ɵngcc0.ɵɵdefineComponent({type:t,standalone:!1,selectors:[["wj-flex-chart"]],inputs:{asyncBindings:"asyncBindings",wjModelProperty:"wjModelProperty",renderEngine:"renderEngine",isDisabled:"isDisabled",tabOrder:"tabOrder",binding:"binding",footer:"footer",header:"header",selectionMode:"selectionMode",palette:"palette",plotMargin:"plotMargin",footerStyle:"footerStyle",headerStyle:"headerStyle",tooltipContent:"tooltipContent",itemsSource:"itemsSource",bindingX:"bindingX",interpolateNulls:"interpolateNulls",legendToggle:"legendToggle",symbolSize:"symbolSize",options:"options",selection:"selection",itemFormatter:"itemFormatter",labelContent:"labelContent",chartType:"chartType",rotated:"rotated",stacking:"stacking"},outputs:{initialized:"initialized",gotFocusNg:"gotFocus",lostFocusNg:"lostFocus",refreshingNg:"refreshing",refreshedNg:"refreshed",invalidInputNg:"invalidInput",renderingNg:"rendering",renderedNg:"rendered",selectionChangedNg:"selectionChanged",selectionChangePC:"selectionChange",itemsSourceChangingNg:"itemsSourceChanging",itemsSourceChangedNg:"itemsSourceChanged",seriesVisibilityChangedNg:"seriesVisibilityChanged"},features:[ɵngcc0.ɵɵProvidersFeature([{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartMeta.providers))],ngContentSelectors:_c0,decls:2,vars:0,template:function(e,t){1&e&&(ɵngcc0.ɵɵprojectionDef(),ɵngcc0.ɵɵelementStart(0,"div"),ɵngcc0.ɵɵprojection(1),ɵngcc0.ɵɵelementEnd())},encapsulation:2}),("undefined"==typeof ngDevMode||ngDevMode)&&ɵngcc0.ɵsetClassMetadata(t,[{type:core_1.Component,args:[{selector:wjFlexChartMeta.selector,standalone:!1,template:wjFlexChartMeta.template,inputs:wjFlexChartMeta.inputs,outputs:wjFlexChartMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartMeta.providers)}]}],(function(){return[{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.ElementRef]}]},{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.Injector]}]},{type:void 0,decorators:[{type:core_1.Inject,args:["WjComponent"]},{type:core_1.SkipSelf},{type:core_1.Optional}]}]}),null),t=r=__decorate([__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())],t)}(wjcChart.FlexChart);exports.WjFlexChart=WjFlexChart;var wjFlexPieMeta={selector:"wj-flex-pie",standalone:!1,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","titles","chartsPerLine","innerText","innerTextStyle"],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_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjFlexPieMeta=wjFlexPieMeta;var WjFlexPie=function(e){function t(t,r,n){var o=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(t,r))||this;return o.isInitialized=!1,o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,t,r,n),o.created(),o}var r;return __extends(t,e),r=t,t.prototype.created=function(){},t.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()},t.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()},t.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()},t.prototype.addEventListener=function(t,r,n,o){var i=this;void 0===o&&(o=!1);var a=wijmo_angular2_directivebase_1.WjDirectiveBehavior,c=a.getZone(this);c&&a.outsideZoneEvents[r]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(i,t,r,n,o)})):e.prototype.addEventListener.call(this,t,r,n,o)},Object.defineProperty(t.prototype,"tooltipContent",{get:function(){return this.tooltip.content},set:function(e){this.tooltip.content=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"labelContent",{get:function(){return this.dataLabel.content},set:function(e){this.dataLabel.content=e},enumerable:!0,configurable:!0}),t.meta={outputs:wjFlexPieMeta.outputs},t.ɵfac=function(e){return new(e||t)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef),ɵngcc0.ɵɵdirectiveInject(core_1.Injector),ɵngcc0.ɵɵdirectiveInject("WjComponent",12))},t.ɵcmp=ɵngcc0.ɵɵdefineComponent({type:t,standalone:!1,selectors:[["wj-flex-pie"]],inputs:{wjModelProperty:"wjModelProperty",isDisabled:"isDisabled",tabOrder:"tabOrder",binding:"binding",footer:"footer",header:"header",selectionMode:"selectionMode",palette:"palette",plotMargin:"plotMargin",footerStyle:"footerStyle",headerStyle:"headerStyle",tooltipContent:"tooltipContent",itemsSource:"itemsSource",bindingName:"bindingName",innerRadius:"innerRadius",isAnimated:"isAnimated",offset:"offset",options:"options",reversed:"reversed",startAngle:"startAngle",selectedIndex:"selectedIndex",selectedItemPosition:"selectedItemPosition",selectedItemOffset:"selectedItemOffset",itemFormatter:"itemFormatter",labelContent:"labelContent",titles:"titles",chartsPerLine:"chartsPerLine",innerText:"innerText",innerTextStyle:"innerTextStyle"},outputs:{initialized:"initialized",gotFocusNg:"gotFocus",lostFocusNg:"lostFocus",refreshingNg:"refreshing",refreshedNg:"refreshed",invalidInputNg:"invalidInput",renderingNg:"rendering",renderedNg:"rendered",selectionChangedNg:"selectionChanged",itemsSourceChangingNg:"itemsSourceChanging",itemsSourceChangedNg:"itemsSourceChanged"},features:[ɵngcc0.ɵɵProvidersFeature([{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexPieMeta.providers))],ngContentSelectors:_c0,decls:2,vars:0,template:function(e,t){1&e&&(ɵngcc0.ɵɵprojectionDef(),ɵngcc0.ɵɵelementStart(0,"div"),ɵngcc0.ɵɵprojection(1),ɵngcc0.ɵɵelementEnd())},encapsulation:2}),("undefined"==typeof ngDevMode||ngDevMode)&&ɵngcc0.ɵsetClassMetadata(t,[{type:core_1.Component,args:[{selector:wjFlexPieMeta.selector,standalone:!1,template:wjFlexPieMeta.template,inputs:wjFlexPieMeta.inputs,outputs:wjFlexPieMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexPieMeta.providers)}]}],(function(){return[{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.ElementRef]}]},{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.Injector]}]},{type:void 0,decorators:[{type:core_1.Inject,args:["WjComponent"]},{type:core_1.SkipSelf},{type:core_1.Optional}]}]}),null),t=r=__decorate([__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())],t)}(wjcChart.FlexPie);exports.WjFlexPie=WjFlexPie;var wjFlexChartAxisMeta={selector:"wj-flex-chart-axis",standalone:!1,template:"",inputs:["wjProperty","axisLine","format","labels","majorGrid","majorTickMarks","majorUnit","max","min","position","reversed","title","labelAngle","minorGrid","minorTickMarks","minorUnit","origin","logBase","plotArea","labelAlign","name","overlappingLabels","labelPadding","itemFormatter","itemsSource","binding","labelMin","labelMax","groupsOptions"],outputs:["initialized","rangeChangedNg: rangeChanged"],providers:[]};exports.wjFlexChartAxisMeta=wjFlexChartAxisMeta;var WjFlexChartAxis=function(e){function t(t,r,n){var o=e.call(this)||this;return o.isInitialized=!1,o.wjProperty="axes",o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,t,r,n),o.created(),o}var r;return __extends(t,e),r=t,t.prototype.created=function(){},t.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()},t.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()},t.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()},t.meta={outputs:wjFlexChartAxisMeta.outputs},t.ɵfac=function(e){return new(e||t)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef),ɵngcc0.ɵɵdirectiveInject(core_1.Injector),ɵngcc0.ɵɵdirectiveInject("WjComponent",12))},t.ɵcmp=ɵngcc0.ɵɵdefineComponent({type:t,standalone:!1,selectors:[["wj-flex-chart-axis"]],inputs:{wjProperty:"wjProperty",axisLine:"axisLine",format:"format",labels:"labels",majorGrid:"majorGrid",majorTickMarks:"majorTickMarks",majorUnit:"majorUnit",max:"max",min:"min",position:"position",reversed:"reversed",title:"title",labelAngle:"labelAngle",minorGrid:"minorGrid",minorTickMarks:"minorTickMarks",minorUnit:"minorUnit",origin:"origin",logBase:"logBase",plotArea:"plotArea",labelAlign:"labelAlign",name:"name",overlappingLabels:"overlappingLabels",labelPadding:"labelPadding",itemFormatter:"itemFormatter",itemsSource:"itemsSource",binding:"binding",labelMin:"labelMin",labelMax:"labelMax",groupsOptions:"groupsOptions"},outputs:{initialized:"initialized",rangeChangedNg:"rangeChanged"},features:[ɵngcc0.ɵɵProvidersFeature([{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartAxisMeta.providers))],decls:0,vars:0,template:function(e,t){},encapsulation:2}),("undefined"==typeof ngDevMode||ngDevMode)&&ɵngcc0.ɵsetClassMetadata(t,[{type:core_1.Component,args:[{selector:wjFlexChartAxisMeta.selector,standalone:!1,template:wjFlexChartAxisMeta.template,inputs:wjFlexChartAxisMeta.inputs,outputs:wjFlexChartAxisMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartAxisMeta.providers)}]}],(function(){return[{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.ElementRef]}]},{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.Injector]}]},{type:void 0,decorators:[{type:core_1.Inject,args:["WjComponent"]},{type:core_1.SkipSelf},{type:core_1.Optional}]}]}),null),t=r=__decorate([__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())],t)}(wjcChart.Axis);exports.WjFlexChartAxis=WjFlexChartAxis;var wjFlexChartLegendMeta={selector:"wj-flex-chart-legend",standalone:!1,template:"",inputs:["wjProperty","orientation","position","reverse","title","titleAlign","maxSize","scrollbar","isVertical"],outputs:["initialized"],providers:[]};exports.wjFlexChartLegendMeta=wjFlexChartLegendMeta;var WjFlexChartLegend=function(e){function t(t,r,n){var o=e.call(this,n)||this;return o.isInitialized=!1,o.wjProperty="legend",o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,t,r,n),o.created(),o}var r;return __extends(t,e),r=t,t.prototype.created=function(){},t.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()},t.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()},t.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()},t.meta={outputs:wjFlexChartLegendMeta.outputs},t.ɵfac=function(e){return new(e||t)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef),ɵngcc0.ɵɵdirectiveInject(core_1.Injector),ɵngcc0.ɵɵdirectiveInject("WjComponent",12))},t.ɵcmp=ɵngcc0.ɵɵdefineComponent({type:t,standalone:!1,selectors:[["wj-flex-chart-legend"]],inputs:{wjProperty:"wjProperty",orientation:"orientation",position:"position",reverse:"reverse",title:"title",titleAlign:"titleAlign",maxSize:"maxSize",scrollbar:"scrollbar",isVertical:"isVertical"},outputs:{initialized:"initialized"},features:[ɵngcc0.ɵɵProvidersFeature([{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartLegendMeta.providers))],decls:0,vars:0,template:function(e,t){},encapsulation:2}),("undefined"==typeof ngDevMode||ngDevMode)&&ɵngcc0.ɵsetClassMetadata(t,[{type:core_1.Component,args:[{selector:wjFlexChartLegendMeta.selector,standalone:!1,template:wjFlexChartLegendMeta.template,inputs:wjFlexChartLegendMeta.inputs,outputs:wjFlexChartLegendMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartLegendMeta.providers)}]}],(function(){return[{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.ElementRef]}]},{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.Injector]}]},{type:void 0,decorators:[{type:core_1.Inject,args:["WjComponent"]},{type:core_1.SkipSelf},{type:core_1.Optional}]}]}),null),t=r=__decorate([__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())],t)}(wjcChart.Legend);exports.WjFlexChartLegend=WjFlexChartLegend;var wjFlexChartDataLabelMeta={selector:"wj-flex-chart-data-label",standalone:!1,template:"",inputs:["wjProperty","content","border","offset","connectingLine","position"],outputs:["initialized","renderingNg: rendering"],providers:[]};exports.wjFlexChartDataLabelMeta=wjFlexChartDataLabelMeta;var WjFlexChartDataLabel=function(e){function t(t,r,n){var o=e.call(this)||this;return o.isInitialized=!1,o.wjProperty="dataLabel",o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,t,r,n),o.created(),o}var r;return __extends(t,e),r=t,t.prototype.created=function(){},t.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()},t.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()},t.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()},t.meta={outputs:wjFlexChartDataLabelMeta.outputs},t.ɵfac=function(e){return new(e||t)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef),ɵngcc0.ɵɵdirectiveInject(core_1.Injector),ɵngcc0.ɵɵdirectiveInject("WjComponent",12))},t.ɵcmp=ɵngcc0.ɵɵdefineComponent({type:t,standalone:!1,selectors:[["wj-flex-chart-data-label"]],inputs:{wjProperty:"wjProperty",content:"content",border:"border",offset:"offset",connectingLine:"connectingLine",position:"position"},outputs:{initialized:"initialized",renderingNg:"rendering"},features:[ɵngcc0.ɵɵProvidersFeature([{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartDataLabelMeta.providers))],decls:0,vars:0,template:function(e,t){},encapsulation:2}),("undefined"==typeof ngDevMode||ngDevMode)&&ɵngcc0.ɵsetClassMetadata(t,[{type:core_1.Component,args:[{selector:wjFlexChartDataLabelMeta.selector,standalone:!1,template:wjFlexChartDataLabelMeta.template,inputs:wjFlexChartDataLabelMeta.inputs,outputs:wjFlexChartDataLabelMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartDataLabelMeta.providers)}]}],(function(){return[{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.ElementRef]}]},{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.Injector]}]},{type:void 0,decorators:[{type:core_1.Inject,args:["WjComponent"]},{type:core_1.SkipSelf},{type:core_1.Optional}]}]}),null),t=r=__decorate([__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())],t)}(wjcChart.DataLabel);exports.WjFlexChartDataLabel=WjFlexChartDataLabel;var wjFlexPieDataLabelMeta={selector:"wj-flex-pie-data-label",standalone:!1,template:"",inputs:["wjProperty","content","border","offset","connectingLine","position"],outputs:["initialized","renderingNg: rendering"],providers:[]};exports.wjFlexPieDataLabelMeta=wjFlexPieDataLabelMeta;var WjFlexPieDataLabel=function(e){function t(t,r,n){var o=e.call(this)||this;return o.isInitialized=!1,o.wjProperty="dataLabel",o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,t,r,n),o.created(),o}var r;return __extends(t,e),r=t,t.prototype.created=function(){},t.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()},t.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()},t.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()},t.meta={outputs:wjFlexPieDataLabelMeta.outputs},t.ɵfac=function(e){return new(e||t)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef),ɵngcc0.ɵɵdirectiveInject(core_1.Injector),ɵngcc0.ɵɵdirectiveInject("WjComponent",12))},t.ɵcmp=ɵngcc0.ɵɵdefineComponent({type:t,standalone:!1,selectors:[["wj-flex-pie-data-label"]],inputs:{wjProperty:"wjProperty",content:"content",border:"border",offset:"offset",connectingLine:"connectingLine",position:"position"},outputs:{initialized:"initialized",renderingNg:"rendering"},features:[ɵngcc0.ɵɵProvidersFeature([{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexPieDataLabelMeta.providers))],decls:0,vars:0,template:function(e,t){},encapsulation:2}),("undefined"==typeof ngDevMode||ngDevMode)&&ɵngcc0.ɵsetClassMetadata(t,[{type:core_1.Component,args:[{selector:wjFlexPieDataLabelMeta.selector,standalone:!1,template:wjFlexPieDataLabelMeta.template,inputs:wjFlexPieDataLabelMeta.inputs,outputs:wjFlexPieDataLabelMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexPieDataLabelMeta.providers)}]}],(function(){return[{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.ElementRef]}]},{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.Injector]}]},{type:void 0,decorators:[{type:core_1.Inject,args:["WjComponent"]},{type:core_1.SkipSelf},{type:core_1.Optional}]}]}),null),t=r=__decorate([__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())],t)}(wjcChart.PieDataLabel);exports.WjFlexPieDataLabel=WjFlexPieDataLabel;var wjFlexChartSeriesMeta={selector:"wj-flex-chart-series",standalone:!1,template:"<div><ng-content></ng-content></div>",inputs:["asyncBindings","wjProperty","axisX","axisY","binding","bindingX","cssClass","name","style","altStyle","symbolMarker","symbolSize","symbolStyle","visibility","itemsSource","interpolateNulls","tooltipContent","itemFormatter","chartType"],outputs:["initialized","renderingNg: rendering","renderedNg: rendered","visibilityChangePC: visibilityChange"],providers:[]};exports.wjFlexChartSeriesMeta=wjFlexChartSeriesMeta;var WjFlexChartSeries=function(e){function t(t,r,n){var o=e.call(this)||this;return o.isInitialized=!1,o.wjProperty="series",o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,t,r,n),o.created(),o}var r;return __extends(t,e),r=t,t.prototype.created=function(){},t.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()},t.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()},t.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()},t.meta={outputs:wjFlexChartSeriesMeta.outputs,changeEvents:{"chart.seriesVisibilityChanged":["visibility"]},siblingId:"series"},t.ɵfac=function(e){return new(e||t)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef),ɵngcc0.ɵɵdirectiveInject(core_1.Injector),ɵngcc0.ɵɵdirectiveInject("WjComponent",12))},t.ɵcmp=ɵngcc0.ɵɵdefineComponent({type:t,standalone:!1,selectors:[["wj-flex-chart-series"]],inputs:{asyncBindings:"asyncBindings",wjProperty:"wjProperty",axisX:"axisX",axisY:"axisY",binding:"binding",bindingX:"bindingX",cssClass:"cssClass",name:"name",style:"style",altStyle:"altStyle",symbolMarker:"symbolMarker",symbolSize:"symbolSize",symbolStyle:"symbolStyle",visibility:"visibility",itemsSource:"itemsSource",interpolateNulls:"interpolateNulls",tooltipContent:"tooltipContent",itemFormatter:"itemFormatter",chartType:"chartType"},outputs:{initialized:"initialized",renderingNg:"rendering",renderedNg:"rendered",visibilityChangePC:"visibilityChange"},features:[ɵngcc0.ɵɵProvidersFeature([{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartSeriesMeta.providers))],ngContentSelectors:_c0,decls:2,vars:0,template:function(e,t){1&e&&(ɵngcc0.ɵɵprojectionDef(),ɵngcc0.ɵɵelementStart(0,"div"),ɵngcc0.ɵɵprojection(1),ɵngcc0.ɵɵelementEnd())},encapsulation:2}),("undefined"==typeof ngDevMode||ngDevMode)&&ɵngcc0.ɵsetClassMetadata(t,[{type:core_1.Component,args:[{selector:wjFlexChartSeriesMeta.selector,standalone:!1,template:wjFlexChartSeriesMeta.template,inputs:wjFlexChartSeriesMeta.inputs,outputs:wjFlexChartSeriesMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartSeriesMeta.providers)}]}],(function(){return[{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.ElementRef]}]},{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.Injector]}]},{type:void 0,decorators:[{type:core_1.Inject,args:["WjComponent"]},{type:core_1.SkipSelf},{type:core_1.Optional}]}]}),null),t=r=__decorate([__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())],t)}(wjcChart.Series);exports.WjFlexChartSeries=WjFlexChartSeries;var wjFlexChartLineMarkerMeta={selector:"wj-flex-line-marker",standalone:!1,template:"",inputs:["wjProperty","isVisible","seriesIndex","horizontalPosition","content","verticalPosition","alignment","lines","interaction","dragLines","dragThreshold","dragContent"],outputs:["initialized","positionChangedNg: positionChanged"],providers:[]};exports.wjFlexChartLineMarkerMeta=wjFlexChartLineMarkerMeta;var WjFlexChartLineMarker=function(e){function t(t,r,n){var o=e.call(this,n)||this;return o.isInitialized=!1,o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,t,r,n),o.created(),o}var r;return __extends(t,e),r=t,t.prototype.created=function(){},t.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()},t.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()},t.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()},t.meta={outputs:wjFlexChartLineMarkerMeta.outputs},t.ɵfac=function(e){return new(e||t)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef),ɵngcc0.ɵɵdirectiveInject(core_1.Injector),ɵngcc0.ɵɵdirectiveInject("WjComponent",12))},t.ɵcmp=ɵngcc0.ɵɵdefineComponent({type:t,standalone:!1,selectors:[["wj-flex-line-marker"]],inputs:{wjProperty:"wjProperty",isVisible:"isVisible",seriesIndex:"seriesIndex",horizontalPosition:"horizontalPosition",content:"content",verticalPosition:"verticalPosition",alignment:"alignment",lines:"lines",interaction:"interaction",dragLines:"dragLines",dragThreshold:"dragThreshold",dragContent:"dragContent"},outputs:{initialized:"initialized",positionChangedNg:"positionChanged"},features:[ɵngcc0.ɵɵProvidersFeature([{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartLineMarkerMeta.providers))],decls:0,vars:0,template:function(e,t){},encapsulation:2}),("undefined"==typeof ngDevMode||ngDevMode)&&ɵngcc0.ɵsetClassMetadata(t,[{type:core_1.Component,args:[{selector:wjFlexChartLineMarkerMeta.selector,standalone:!1,template:wjFlexChartLineMarkerMeta.template,inputs:wjFlexChartLineMarkerMeta.inputs,outputs:wjFlexChartLineMarkerMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartLineMarkerMeta.providers)}]}],(function(){return[{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.ElementRef]}]},{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.Injector]}]},{type:void 0,decorators:[{type:core_1.Inject,args:["WjComponent"]},{type:core_1.SkipSelf},{type:core_1.Optional}]}]}),null),t=r=__decorate([__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())],t)}(wjcChart.LineMarker);exports.WjFlexChartLineMarker=WjFlexChartLineMarker;var wjFlexChartDataPointMeta={selector:"wj-flex-chart-data-point",standalone:!1,template:"",inputs:["wjProperty","x","y"],outputs:["initialized"],providers:[]};exports.wjFlexChartDataPointMeta=wjFlexChartDataPointMeta;var WjFlexChartDataPoint=function(e){function t(t,r,n){var o=e.call(this)||this;return o.isInitialized=!1,o.wjProperty="",o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,t,r,n),o.created(),o}var r;return __extends(t,e),r=t,t.prototype.created=function(){},t.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()},t.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()},t.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()},t.meta={outputs:wjFlexChartDataPointMeta.outputs},t.ɵfac=function(e){return new(e||t)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef),ɵngcc0.ɵɵdirectiveInject(core_1.Injector),ɵngcc0.ɵɵdirectiveInject("WjComponent",12))},t.ɵcmp=ɵngcc0.ɵɵdefineComponent({type:t,standalone:!1,selectors:[["wj-flex-chart-data-point"]],inputs:{wjProperty:"wjProperty",x:"x",y:"y"},outputs:{initialized:"initialized"},features:[ɵngcc0.ɵɵProvidersFeature([{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartDataPointMeta.providers))],decls:0,vars:0,template:function(e,t){},encapsulation:2}),("undefined"==typeof ngDevMode||ngDevMode)&&ɵngcc0.ɵsetClassMetadata(t,[{type:core_1.Component,args:[{selector:wjFlexChartDataPointMeta.selector,standalone:!1,template:wjFlexChartDataPointMeta.template,inputs:wjFlexChartDataPointMeta.inputs,outputs:wjFlexChartDataPointMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartDataPointMeta.providers)}]}],(function(){return[{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.ElementRef]}]},{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.Injector]}]},{type:void 0,decorators:[{type:core_1.Inject,args:["WjComponent"]},{type:core_1.SkipSelf},{type:core_1.Optional}]}]}),null),t=r=__decorate([__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())],t)}(wjcChart.DataPoint);exports.WjFlexChartDataPoint=WjFlexChartDataPoint;var wjFlexChartPlotAreaMeta={selector:"wj-flex-chart-plot-area",standalone:!1,template:"",inputs:["wjProperty","column","height","name","row","style","width"],outputs:["initialized"],providers:[]};exports.wjFlexChartPlotAreaMeta=wjFlexChartPlotAreaMeta;var WjFlexChartPlotArea=function(e){function t(t,r,n){var o=e.call(this)||this;return o.isInitialized=!1,o.wjProperty="plotAreas",o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,t,r,n),o.created(),o}var r;return __extends(t,e),r=t,t.prototype.created=function(){},t.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()},t.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()},t.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()},t.meta={outputs:wjFlexChartPlotAreaMeta.outputs},t.ɵfac=function(e){return new(e||t)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef),ɵngcc0.ɵɵdirectiveInject(core_1.Injector),ɵngcc0.ɵɵdirectiveInject("WjComponent",12))},t.ɵcmp=ɵngcc0.ɵɵdefineComponent({type:t,standalone:!1,selectors:[["wj-flex-chart-plot-area"]],inputs:{wjProperty:"wjProperty",column:"column",height:"height",name:"name",row:"row",style:"style",width:"width"},outputs:{initialized:"initialized"},features:[ɵngcc0.ɵɵProvidersFeature([{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartPlotAreaMeta.providers))],decls:0,vars:0,template:function(e,t){},encapsulation:2}),("undefined"==typeof ngDevMode||ngDevMode)&&ɵngcc0.ɵsetClassMetadata(t,[{type:core_1.Component,args:[{selector:wjFlexChartPlotAreaMeta.selector,standalone:!1,template:wjFlexChartPlotAreaMeta.template,inputs:wjFlexChartPlotAreaMeta.inputs,outputs:wjFlexChartPlotAreaMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return r}))}].concat(wjFlexChartPlotAreaMeta.providers)}]}],(function(){return[{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.ElementRef]}]},{type:void 0,decorators:[{type:core_1.Inject,args:[core_1.Injector]}]},{type:void 0,decorators:[{type:core_1.Inject,args:["WjComponent"]},{type:core_1.SkipSelf},{type:core_1.Optional}]}]}),null),t=r=__decorate([__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())],t)}(wjcChart.PlotArea);exports.WjFlexChartPlotArea=WjFlexChartPlotArea;var moduleExports=[WjFlexChart,WjFlexPie,WjFlexChartAxis,WjFlexChartLegend,WjFlexChartDataLabel,WjFlexPieDataLabel,WjFlexChartSeries,WjFlexChartLineMarker,WjFlexChartDataPoint,WjFlexChartPlotArea],WjChartModule=function(){function e(){}return e.ɵfac=function(t){return new(t||e)},e.ɵmod=ɵngcc0.ɵɵdefineNgModule({type:e}),e.ɵinj=ɵngcc0.ɵɵdefineInjector({imports:[common_1.CommonModule]}),("undefined"==typeof ngDevMode||ngDevMode)&&ɵngcc0.ɵsetClassMetadata(e,[{type:core_1.NgModule,args:[{imports:[common_1.CommonModule],declarations:moduleExports.slice(),exports:moduleExports.slice()}]}],(function(){return[]}),null),("undefined"==typeof ngJitMode||ngJitMode)&&ɵngcc0.ɵɵsetNgModuleScope(e,{declarations:[WjFlexChart,WjFlexPie,WjFlexChartAxis,WjFlexChartLegend,WjFlexChartDataLabel,WjFlexPieDataLabel,WjFlexChartSeries,WjFlexChartLineMarker,WjFlexChartDataPoint,WjFlexChartPlotArea],imports:[ɵngcc1.CommonModule],exports:[WjFlexChart,WjFlexPie,WjFlexChartAxis,WjFlexChartLegend,WjFlexChartDataLabel,WjFlexPieDataLabel,WjFlexChartSeries,WjFlexChartLineMarker,WjFlexChartDataPoint,WjFlexChartPlotArea]}),e}();exports.WjChartModule=WjChartModule;
//# sourceMappingURL=/sm/7b90af0b7579797bee0f08385dbe6c063e8c08d5c1d26b5579015ad52138b692.map