@syncfusion/ej2-angular-charts 33.2.5 → 33.2.6-ngcc

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.
Files changed (159) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5388 -0
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-charts.js +5087 -0
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-charts.umd.js +6123 -0
  7. package/dist/ej2-angular-charts.umd.js.map +1 -0
  8. package/dist/ej2-angular-charts.umd.min.js +11 -0
  9. package/dist/ej2-angular-charts.umd.min.js.map +1 -0
  10. package/ej2-angular-charts.d.ts +14 -0
  11. package/ej2-angular-charts.metadata.json +1 -0
  12. package/package.json +47 -29
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
  17. package/src/accumulation-chart/accumulationchart.component.d.ts +59 -62
  18. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
  19. package/src/accumulation-chart/annotations.directive.d.ts +80 -85
  20. package/src/accumulation-chart/series.directive.d.ts +257 -262
  21. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
  22. package/src/bullet-chart/bulletchart.component.d.ts +38 -41
  23. package/src/bullet-chart/bulletchart.module.d.ts +5 -12
  24. package/src/bullet-chart/ranges.directive.d.ts +68 -73
  25. package/src/chart/annotations.directive.d.ts +96 -101
  26. package/src/chart/axes.directive.d.ts +404 -409
  27. package/src/chart/categories.directive.d.ts +69 -74
  28. package/src/chart/chart-all.module.d.ts +67 -73
  29. package/src/chart/chart.component.d.ts +88 -91
  30. package/src/chart/chart.module.d.ts +5 -24
  31. package/src/chart/columns.directive.d.ts +30 -35
  32. package/src/chart/indicators.directive.d.ts +260 -265
  33. package/src/chart/multilevellabels.directive.d.ts +57 -62
  34. package/src/chart/rangecolorsettings.directive.d.ts +36 -41
  35. package/src/chart/rows.directive.d.ts +30 -35
  36. package/src/chart/segments.directive.d.ts +41 -46
  37. package/src/chart/selecteddataindexes.directive.d.ts +32 -37
  38. package/src/chart/series.directive.d.ts +500 -505
  39. package/src/chart/striplines.directive.d.ts +166 -171
  40. package/src/chart/trendlines.directive.d.ts +122 -127
  41. package/src/chart3d/axes.directive.d.ts +266 -271
  42. package/src/chart3d/chart3d-all.module.d.ts +20 -26
  43. package/src/chart3d/chart3d.component.d.ts +62 -65
  44. package/src/chart3d/chart3d.module.d.ts +5 -16
  45. package/src/chart3d/columns.directive.d.ts +26 -31
  46. package/src/chart3d/rows.directive.d.ts +26 -31
  47. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
  48. package/src/chart3d/series.directive.d.ts +172 -177
  49. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
  50. package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
  51. package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
  52. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
  53. package/src/circularchart3d/series.directive.d.ts +142 -147
  54. package/src/index.d.ts +68 -68
  55. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
  56. package/src/range-navigator/rangenavigator.component.d.ts +41 -44
  57. package/src/range-navigator/rangenavigator.module.d.ts +5 -12
  58. package/src/range-navigator/series.directive.d.ts +78 -83
  59. package/src/sankey/links.directive.d.ts +41 -46
  60. package/src/sankey/nodes.directive.d.ts +44 -49
  61. package/src/sankey/sankey-all.module.d.ts +10 -16
  62. package/src/sankey/sankey.component.d.ts +53 -56
  63. package/src/sankey/sankey.module.d.ts +5 -13
  64. package/src/smithchart/series.directive.d.ts +88 -93
  65. package/src/smithchart/smithchart-all.module.d.ts +8 -14
  66. package/src/smithchart/smithchart.component.d.ts +41 -44
  67. package/src/smithchart/smithchart.module.d.ts +5 -12
  68. package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
  69. package/src/sparkline/sparkline-all.module.d.ts +7 -13
  70. package/src/sparkline/sparkline.component.d.ts +43 -46
  71. package/src/sparkline/sparkline.module.d.ts +5 -12
  72. package/src/stock-chart/annotations.directive.d.ts +84 -89
  73. package/src/stock-chart/axes.directive.d.ts +286 -291
  74. package/src/stock-chart/indicators.directive.d.ts +221 -226
  75. package/src/stock-chart/periods.directive.d.ts +42 -47
  76. package/src/stock-chart/rows.directive.d.ts +30 -35
  77. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
  78. package/src/stock-chart/series.directive.d.ts +259 -264
  79. package/src/stock-chart/stockchart-all.module.d.ts +7 -13
  80. package/src/stock-chart/stockchart.component.d.ts +67 -70
  81. package/src/stock-chart/stockchart.module.d.ts +5 -20
  82. package/src/stock-chart/stockevents.directive.d.ts +83 -88
  83. package/src/stock-chart/trendlines.directive.d.ts +123 -128
  84. package/CHANGELOG.md +0 -3830
  85. package/esm2020/public_api.mjs +0 -2
  86. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  87. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -152
  88. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  89. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  90. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  91. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  92. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  93. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  94. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  95. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  96. package/esm2020/src/chart/axes.directive.mjs +0 -58
  97. package/esm2020/src/chart/categories.directive.mjs +0 -59
  98. package/esm2020/src/chart/chart-all.module.mjs +0 -209
  99. package/esm2020/src/chart/chart.component.mjs +0 -538
  100. package/esm2020/src/chart/chart.module.mjs +0 -142
  101. package/esm2020/src/chart/columns.directive.mjs +0 -52
  102. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  103. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  104. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  105. package/esm2020/src/chart/rows.directive.mjs +0 -52
  106. package/esm2020/src/chart/segments.directive.mjs +0 -58
  107. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  108. package/esm2020/src/chart/series.directive.mjs +0 -68
  109. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  110. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  111. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  112. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  113. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  114. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  115. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  116. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  117. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  118. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  119. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  120. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  121. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  122. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  123. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  124. package/esm2020/src/index.mjs +0 -69
  125. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  126. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  127. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  128. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  129. package/esm2020/src/sankey/links.directive.mjs +0 -54
  130. package/esm2020/src/sankey/nodes.directive.mjs +0 -54
  131. package/esm2020/src/sankey/sankey-all.module.mjs +0 -38
  132. package/esm2020/src/sankey/sankey.component.mjs +0 -110
  133. package/esm2020/src/sankey/sankey.module.mjs +0 -43
  134. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  135. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  136. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  137. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  138. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  139. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  140. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  141. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  142. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  143. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  144. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  145. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  146. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  147. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  148. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  149. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  150. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -350
  151. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  152. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  153. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  154. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  155. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4684
  156. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  157. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4684
  158. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  159. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * filename: ej2-angular-charts.umd.min.js
3
+ * version : 33.2.6
4
+ * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-charts"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-charts","@angular/common"],t):t(e["ej2-angular-charts"]={},e.ng.core,e.ej2.angular.base,e.ej2.charts,e.ng.common)}(this,function(e,t,r,n,i){"use strict";var o=this&&this.__extends||function(){var 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])};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)}}(),a=["accessibility","animation","backwardForecast","dashArray","enableTooltip","fill","forwardForecast","intercept","legendShape","linearGradient","marker","name","period","polynomialOrder","radialGradient","type","visible","width"],s=[],c=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(s),n.directivePropList=a,n}return o(t,e),t}(r.ComplexBase);c.decorators=[{type:t.Directive,args:[{selector:"e-series>e-trendlines>e-trendline",inputs:a,outputs:s,queries:{}}]}],c.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var l=function(e){function t(){return e.call(this,"trendlines")||this}return o(t,e),t}(r.ArrayBase);l.decorators=[{type:t.Directive,args:[{selector:"e-series>e-trendlines",queries:{children:new t.ContentChildren(c)}}]}],l.ctorParameters=function(){return[]};var d=["color","dashArray","value"],u=[],h=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(u),n.directivePropList=d,n}return o(t,e),t}(r.ComplexBase);h.decorators=[{type:t.Directive,args:[{selector:"e-series>e-segments>e-segment",inputs:d,outputs:u,queries:{}}]}],h.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var p=function(e){function t(){return e.call(this,"segments")||this}return o(t,e),t}(r.ArrayBase);p.decorators=[{type:t.Directive,args:[{selector:"e-series>e-segments",queries:{children:new t.ContentChildren(h)}}]}],p.ctorParameters=function(){return[]};var g=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},C=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},m=["accessibility","animation","bearFillColor","binInterval","border","boxPlotMode","bullFillColor","cardinalSplineTension","close","colorName","columnFacet","columnSpacing","columnWidth","columnWidthInPixel","connector","cornerRadius","dashArray","dataSource","dragSettings","drawType","emptyPointSettings","enableComplexProperty","enableSolidCandles","enableTooltip","errorBar","fill","groupName","high","intermediateSumIndexes","isClosed","labelSettings","lastValueLabel","legendImageUrl","legendShape","linearGradient","low","marker","maxRadius","minRadius","name","negativeFillColor","noRisers","nonHighlightStyle","opacity","open","paretoOptions","pointColorMapping","query","radialGradient","segmentAxis","segments","selectionStyle","showMean","showNearestTooltip","showNormalDistribution","showOutliers","size","splineType","stackingGroup","step","sumIndexes","summaryFillColor","tooltipFormat","tooltipMappingName","trendlines","type","unSelectedStyle","visible","volume","width","xAxisName","xName","yAxisName","yName","zOrder"],S=[],f=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,n.tags=["trendlines","segments"],r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(S),n.directivePropList=m,n}return o(t,e),t}(r.ComplexBase);f.decorators=[{type:t.Directive,args:[{selector:"e-series-collection>e-series",inputs:m,outputs:S,queries:{childTrendlines:new t.ContentChild(l),childSegments:new t.ContentChild(p)}}]}],f.ctorParameters=function(){return[{type:t.ViewContainerRef}]},f.propDecorators={dataLabel_template:[{type:t.ContentChild,args:["dataLabelTemplate"]}]},g([r.Template(),C("design:type",Object)],f.prototype,"dataLabel_template",void 0);var v=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);v.decorators=[{type:t.Directive,args:[{selector:"ej-chart>e-series-collection",queries:{children:new t.ContentChildren(f)}}]}],v.ctorParameters=function(){return[]};var y=["border","color","dashArray","end","horizontalAlignment","imageUrl","isRepeat","isSegmented","opacity","repeatEvery","repeatUntil","rotation","segmentAxisName","segmentEnd","segmentStart","size","sizeType","start","startFromAxis","text","textStyle","verticalAlignment","visible","zIndex"],j=[],D=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(j),n.directivePropList=y,n}return o(t,e),t}(r.ComplexBase);D.decorators=[{type:t.Directive,args:[{selector:"e-axis>e-striplines>e-stripline",inputs:y,outputs:j,queries:{}}]}],D.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var x=function(e){function t(){return e.call(this,"striplines")||this}return o(t,e),t}(r.ArrayBase);x.decorators=[{type:t.Directive,args:[{selector:"e-axis>e-striplines",queries:{children:new t.ContentChildren(D)}}]}],x.ctorParameters=function(){return[]};var b=["customAttributes","end","maximumTextWidth","start","text","type"],R=[],M=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(R),n.directivePropList=b,n}return o(t,e),t}(r.ComplexBase);M.decorators=[{type:t.Directive,args:[{selector:"e-multilevellabel>e-categories>e-category",inputs:b,outputs:R,queries:{}}]}],M.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var L=function(e){function t(){return e.call(this,"categories")||this}return o(t,e),t}(r.ArrayBase);L.decorators=[{type:t.Directive,args:[{selector:"e-multilevellabel>e-categories",queries:{children:new t.ContentChildren(M)}}]}],L.ctorParameters=function(){return[]};var k=["alignment","border","categories","overflow","textStyle"],A=[],P=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,n.tags=["categories"],r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(A),n.directivePropList=k,n}return o(t,e),t}(r.ComplexBase);P.decorators=[{type:t.Directive,args:[{selector:"e-axis>e-multilevellabels>e-multilevellabel",inputs:k,outputs:A,queries:{childCategories:new t.ContentChild(L)}}]}],P.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var w=function(e){function t(){return e.call(this,"multilevellabels")||this}return o(t,e),t}(r.ArrayBase);w.decorators=[{type:t.Directive,args:[{selector:"e-axis>e-multilevellabels",queries:{children:new t.ContentChildren(P)}}]}],w.ctorParameters=function(){return[]};var T=["border","coefficient","columnIndex","crossesAt","crossesInAxis","crosshairTooltip","description","desiredIntervals","edgeLabelPlacement","enableAutoIntervalOnZooming","enableScrollbarOnZooming","enableTrim","enableWrap","interval","intervalType","isIndexed","isInversed","labelFormat","labelIntersectAction","labelPadding","labelPlacement","labelPosition","labelRotation","labelStyle","labelTemplate","lineBreakAlignment","lineStyle","logBase","majorGridLines","majorTickLines","maximum","maximumLabelWidth","maximumLabels","minimum","minorGridLines","minorTickLines","minorTicksPerInterval","multiLevelLabels","name","opposedPosition","placeNextToAxisLine","plotOffset","plotOffsetBottom","plotOffsetLeft","plotOffsetRight","plotOffsetTop","rangePadding","rowIndex","scrollbarSettings","skeleton","skeletonType","span","startAngle","startFromZero","stripLines","tabIndex","tickPosition","title","titlePadding","titleRotation","titleStyle","valueType","visible","zoomFactor","zoomPosition"],O=[],I=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,n.tags=["stripLines","multiLevelLabels"],r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(O),n.directivePropList=T,n}return o(t,e),t}(r.ComplexBase);I.decorators=[{type:t.Directive,args:[{selector:"e-axes>e-axis",inputs:T,outputs:O,queries:{childStripLines:new t.ContentChild(x),childMultiLevelLabels:new t.ContentChild(w)}}]}],I.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var B=function(e){function t(){return e.call(this,"axes")||this}return o(t,e),t}(r.ArrayBase);B.decorators=[{type:t.Directive,args:[{selector:"ejs-chart>e-axes",queries:{children:new t.ContentChildren(I)}}]}],B.ctorParameters=function(){return[]};var V=["border","height"],E=[],_=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(E),n.directivePropList=V,n}return o(t,e),t}(r.ComplexBase);_.decorators=[{type:t.Directive,args:[{selector:"e-rows>e-row",inputs:V,outputs:E,queries:{}}]}],_.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var N=function(e){function t(){return e.call(this,"rows")||this}return o(t,e),t}(r.ArrayBase);N.decorators=[{type:t.Directive,args:[{selector:"ejs-chart>e-rows",queries:{children:new t.ContentChildren(_)}}]}],N.ctorParameters=function(){return[]};var q=["border","width"],H=[],G=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(H),n.directivePropList=q,n}return o(t,e),t}(r.ComplexBase);G.decorators=[{type:t.Directive,args:[{selector:"e-columns>e-column",inputs:q,outputs:H,queries:{}}]}],G.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var F=function(e){function t(){return e.call(this,"columns")||this}return o(t,e),t}(r.ArrayBase);F.decorators=[{type:t.Directive,args:[{selector:"ejs-chart>e-columns",queries:{children:new t.ContentChildren(G)}}]}],F.ctorParameters=function(){return[]};var z=["colors","end","label","start"],W=[],Z=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(W),n.directivePropList=z,n}return o(t,e),t}(r.ComplexBase);Z.decorators=[{type:t.Directive,args:[{selector:"e-rangecolorsettings>e-rangecolorsetting",inputs:z,outputs:W,queries:{}}]}],Z.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var U=function(e){function t(){return e.call(this,"rangecolorsettings")||this}return o(t,e),t}(r.ArrayBase);U.decorators=[{type:t.Directive,args:[{selector:"ejs-chart>e-rangecolorsettings",queries:{children:new t.ContentChildren(Z)}}]}],U.ctorParameters=function(){return[]};var X=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Y=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},J=["accessibility","content","coordinateUnits","description","horizontalAlignment","region","verticalAlignment","x","xAxisName","y","yAxisName"],K=[],Q=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(K),n.directivePropList=J,n}return o(t,e),t}(r.ComplexBase);Q.decorators=[{type:t.Directive,args:[{selector:"e-annotations>e-annotation",inputs:J,outputs:K,queries:{}}]}],Q.ctorParameters=function(){return[{type:t.ViewContainerRef}]},Q.propDecorators={content:[{type:t.ContentChild,args:["content"]}]},X([r.Template(),Y("design:type",Object)],Q.prototype,"content",void 0);var $=function(e){function t(){return e.call(this,"annotations")||this}return o(t,e),t}(r.ArrayBase);$.decorators=[{type:t.Directive,args:[{selector:"ejs-chart>e-annotations",queries:{children:new t.ContentChildren(Q)}}]}],$.ctorParameters=function(){return[]};var ee=["point","series"],te=[],re=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(te),n.directivePropList=ee,n}return o(t,e),t}(r.ComplexBase);re.decorators=[{type:t.Directive,args:[{selector:"e-selecteddataindexes>e-selecteddataindex",inputs:ee,outputs:te,queries:{}}]}],re.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var ne=function(e){function t(){return e.call(this,"selecteddataindexes")||this}return o(t,e),t}(r.ArrayBase);ne.decorators=[{type:t.Directive,args:[{selector:"ejs-chart>e-selecteddataindexes",queries:{children:new t.ContentChildren(re)}}]}],ne.ctorParameters=function(){return[]};var ie=["accessibility","animation","bandColor","close","colorName","dPeriod","dashArray","dataSource","enableComplexProperty","fastPeriod","field","fill","high","kPeriod","linearGradient","low","lowerLine","macdLine","macdNegativeColor","macdPositiveColor","macdType","open","overBought","overSold","period","periodLine","pointColorMapping","query","radialGradient","segmentAxis","segments","seriesName","showZones","slowPeriod","standardDeviation","type","upperLine","visible","volume","width","xAxisName","xName","yAxisName"],oe=[],ae=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(oe),n.directivePropList=ie,n}return o(t,e),t}(r.ComplexBase);ae.decorators=[{type:t.Directive,args:[{selector:"e-indicators>e-indicator",inputs:ie,outputs:oe,queries:{}}]}],ae.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var se=function(e){function t(){return e.call(this,"indicators")||this}return o(t,e),t}(r.ArrayBase);se.decorators=[{type:t.Directive,args:[{selector:"ej-chart>e-indicators",queries:{children:new t.ContentChildren(ae)}}]}],se.ctorParameters=function(){return[]};var ce=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},le=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},de=["accessibility","allowExport","allowMultiSelection","annotations","axes","background","backgroundImage","border","chartArea","columns","crosshair","currencyCode","dataSource","description","enableAnimation","enableAutoIntervalOnBothAxis","enableCanvas","enableExport","enableHtmlSanitizer","enablePersistence","enableRtl","enableSideBySidePlacement","focusBorderColor","focusBorderMargin","focusBorderWidth","height","highlightColor","highlightMode","highlightPattern","indicators","isMultiSelect","isTransposed","legendSettings","locale","margin","noDataTemplate","palettes","primaryXAxis","primaryYAxis","rangeColorSettings","rows","selectedDataIndexes","selectionMode","selectionPattern","series","stackLabels","subTitle","subTitleStyle","tabIndex","theme","title","titleStyle","tooltip","useGroupingSeparator","width","zoomSettings"],ue=["afterExport","animationComplete","annotationRender","axisLabelClick","axisLabelRender","axisMultiLabelRender","axisRangeCalculated","beforeExport","beforePrint","beforeResize","chartDoubleClick","chartMouseClick","chartMouseDown","chartMouseLeave","chartMouseMove","chartMouseUp","crosshairLabelRender","drag","dragComplete","dragEnd","dragStart","legendClick","legendRender","load","loaded","multiLevelLabelClick","onZooming","pointClick","pointDoubleClick","pointMove","pointRender","resized","scrollChanged","scrollEnd","scrollStart","selectionComplete","seriesRender","sharedTooltipRender","textRender","tooltipRender","zoomComplete","dataSourceChange"],he=["dataSource"];e.ChartComponent=function(e){function t(t,n,i,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=n,a.viewContainerRef=i,a.injector=o,a.tags=["series","axes","rows","columns","rangeColorSettings","annotations","selectedDataIndexes","indicators"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsLineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsScatterSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}try{s=a.injector.get("ChartsColumnSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(d){}try{s=a.injector.get("ChartsSplineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(u){}try{s=a.injector.get("ChartsSplineAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(h){}try{s=a.injector.get("ChartsStripLine");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(p){}try{s=a.injector.get("ChartsAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(g){}try{s=a.injector.get("ChartsScrollBar");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(C){}try{s=a.injector.get("ChartsStepLineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(m){}try{s=a.injector.get("ChartsStepAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(S){}try{s=a.injector.get("ChartsStackingColumnSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(f){}try{s=a.injector.get("ChartsStackingLineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(v){}try{s=a.injector.get("ChartsStackingAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(y){}try{s=a.injector.get("ChartsStackingStepAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(j){}try{s=a.injector.get("ChartsBarSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(D){}try{s=a.injector.get("ChartsStackingBarSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(x){}try{s=a.injector.get("ChartsRangeColumnSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(b){}try{s=a.injector.get("ChartsBubbleSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(R){}try{s=a.injector.get("ChartsTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(M){}try{s=a.injector.get("ChartsCrosshair");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(L){}try{s=a.injector.get("ChartsCategory");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(k){}try{s=a.injector.get("ChartsDateTime");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(A){}try{s=a.injector.get("ChartsLogarithmic");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(P){}try{s=a.injector.get("ChartsLegend");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(w){}try{s=a.injector.get("ChartsZoom");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(T){}try{s=a.injector.get("ChartsDataLabel");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(O){}try{s=a.injector.get("ChartsSelection");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(I){}try{s=a.injector.get("ChartsChartAnnotation");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(B){}try{s=a.injector.get("ChartsHiloSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(V){}try{s=a.injector.get("ChartsHiloOpenCloseSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(E){}try{s=a.injector.get("ChartsWaterfallSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(_){}try{s=a.injector.get("ChartsRangeAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(N){}try{s=a.injector.get("ChartsRangeStepAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(q){}try{s=a.injector.get("ChartsSplineRangeAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(H){}try{s=a.injector.get("ChartsCandleSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(G){}try{s=a.injector.get("ChartsPolarSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(F){}try{s=a.injector.get("ChartsRadarSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(z){}try{s=a.injector.get("ChartsSmaIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(W){}try{s=a.injector.get("ChartsTmaIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(Z){}try{s=a.injector.get("ChartsEmaIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(U){}try{s=a.injector.get("ChartsAccumulationDistributionIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(X){}try{s=a.injector.get("ChartsMacdIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(Y){}try{s=a.injector.get("ChartsAtrIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(J){}try{s=a.injector.get("ChartsRsiIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(K){}try{s=a.injector.get("ChartsMomentumIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(Q){}try{s=a.injector.get("ChartsStochasticIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch($){}try{s=a.injector.get("ChartsBollingerBands");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(ee){}try{s=a.injector.get("ChartsBoxAndWhiskerSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(te){}try{s=a.injector.get("ChartsHistogramSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(re){}try{s=a.injector.get("ChartsErrorBar");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(ne){}try{s=a.injector.get("ChartsTrendlines");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(ie){}try{s=a.injector.get("ChartsDateTimeCategory");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(oe){}try{s=a.injector.get("ChartsMultiColoredLineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(ae){}try{s=a.injector.get("ChartsMultiColoredAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(se){}try{s=a.injector.get("ChartsMultiLevelLabel");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(ce){}try{s=a.injector.get("ChartsParetoSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(le){}try{s=a.injector.get("ChartsExport");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(de){}try{s=a.injector.get("ChartsDataEditing");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(pe){}try{s=a.injector.get("ChartsHighlight");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(ge){}try{s=a.injector.get("ChartsLastValueLabel");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(Ce){}try{s=a.injector.get("ChartsSeriesLabel");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(me){}return a.registerEvents(ue),a.addTwoWay.call(a,he),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.childAxes&&(this.tagObjects[1].instance=this.childAxes),this.childRows&&(this.tagObjects[2].instance=this.childRows),this.childColumns&&(this.tagObjects[3].instance=this.childColumns),this.childRangeColorSettings&&(this.tagObjects[4].instance=this.childRangeColorSettings),this.childAnnotations&&(this.tagObjects[5].instance=this.childAnnotations),this.childSelectedDataIndexes&&(this.tagObjects[6].instance=this.childSelectedDataIndexes),this.childIndicators&&(this.tagObjects[7].instance=this.childIndicators),this.context.ngAfterContentChecked(this)},t}(n.Chart),e.ChartComponent.decorators=[{type:t.Component,args:[{selector:"ejs-chart",inputs:de,outputs:ue,template:"",queries:{childSeries:new t.ContentChild(v),childAxes:new t.ContentChild(B),childRows:new t.ContentChild(N),childColumns:new t.ContentChild(F),childRangeColorSettings:new t.ContentChild(U),childAnnotations:new t.ContentChild($),childSelectedDataIndexes:new t.ContentChild(ne),childIndicators:new t.ContentChild(se)}}]}],e.ChartComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.ChartComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}],legendSettings_template:[{type:t.ContentChild,args:["legendSettingsTemplate"]}]},ce([r.Template(),le("design:type",Object)],e.ChartComponent.prototype,"tooltip_template",void 0),ce([r.Template(),le("design:type",Object)],e.ChartComponent.prototype,"legendSettings_template",void 0),e.ChartComponent=ce([r.ComponentMixins([r.ComponentBase]),le("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.ChartComponent);var pe=function(){return function(){}}();pe.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.ChartComponent,c,l,h,p,f,v,D,x,M,L,P,w,I,B,_,N,G,F,Z,U,Q,$,re,ne,ae,se],exports:[e.ChartComponent,c,l,h,p,f,v,D,x,M,L,P,w,I,B,_,N,G,F,Z,U,Q,$,re,ne,ae,se]}]}],pe.ctorParameters=function(){return[]};var ge={provide:"ChartsLineSeries",useValue:n.LineSeries},Ce={provide:"ChartsScatterSeries",useValue:n.ScatterSeries},me={provide:"ChartsColumnSeries",useValue:n.ColumnSeries},Se={provide:"ChartsSplineSeries",useValue:n.SplineSeries},fe={provide:"ChartsSplineAreaSeries",useValue:n.SplineAreaSeries},ve={provide:"ChartsStripLine",useValue:n.StripLine},ye={provide:"ChartsAreaSeries",useValue:n.AreaSeries},je={provide:"ChartsScrollBar",useValue:n.ScrollBar},De={provide:"ChartsStepLineSeries",useValue:n.StepLineSeries},xe={provide:"ChartsStepAreaSeries",useValue:n.StepAreaSeries},be={provide:"ChartsStackingColumnSeries",useValue:n.StackingColumnSeries},Re={provide:"ChartsStackingLineSeries",useValue:n.StackingLineSeries},Me={provide:"ChartsStackingAreaSeries",useValue:n.StackingAreaSeries},Le={provide:"ChartsStackingStepAreaSeries",useValue:n.StackingStepAreaSeries},ke={provide:"ChartsBarSeries",useValue:n.BarSeries},Ae={provide:"ChartsStackingBarSeries",useValue:n.StackingBarSeries},Pe={provide:"ChartsRangeColumnSeries",useValue:n.RangeColumnSeries},we={provide:"ChartsBubbleSeries",useValue:n.BubbleSeries},Te={provide:"ChartsTooltip",useValue:n.Tooltip},Oe={provide:"ChartsCrosshair",useValue:n.Crosshair},Ie={provide:"ChartsCategory",useValue:n.Category},Be={provide:"ChartsDateTime",useValue:n.DateTime},Ve={provide:"ChartsLogarithmic",useValue:n.Logarithmic},Ee={provide:"ChartsLegend",useValue:n.Legend},_e={provide:"ChartsZoom",useValue:n.Zoom},Ne={provide:"ChartsDataLabel",useValue:n.DataLabel},qe={provide:"ChartsSelection",useValue:n.Selection},He={provide:"ChartsChartAnnotation",useValue:n.ChartAnnotation},Ge={provide:"ChartsHiloSeries",useValue:n.HiloSeries},Fe={provide:"ChartsHiloOpenCloseSeries",useValue:n.HiloOpenCloseSeries},ze={provide:"ChartsWaterfallSeries",useValue:n.WaterfallSeries},We={provide:"ChartsRangeAreaSeries",useValue:n.RangeAreaSeries},Ze={provide:"ChartsRangeStepAreaSeries",useValue:n.RangeStepAreaSeries},Ue={provide:"ChartsSplineRangeAreaSeries",useValue:n.SplineRangeAreaSeries},Xe={provide:"ChartsCandleSeries",useValue:n.CandleSeries},Ye={provide:"ChartsPolarSeries",useValue:n.PolarSeries},Je={provide:"ChartsRadarSeries",useValue:n.RadarSeries},Ke={provide:"ChartsSmaIndicator",useValue:n.SmaIndicator},Qe={provide:"ChartsTmaIndicator",useValue:n.TmaIndicator},$e={provide:"ChartsEmaIndicator",useValue:n.EmaIndicator},et={provide:"ChartsAccumulationDistributionIndicator",useValue:n.AccumulationDistributionIndicator},tt={provide:"ChartsMacdIndicator",useValue:n.MacdIndicator},rt={provide:"ChartsAtrIndicator",useValue:n.AtrIndicator},nt={provide:"ChartsRsiIndicator",useValue:n.RsiIndicator},it={provide:"ChartsMomentumIndicator",useValue:n.MomentumIndicator},ot={provide:"ChartsStochasticIndicator",useValue:n.StochasticIndicator},at={provide:"ChartsBollingerBands",useValue:n.BollingerBands},st={provide:"ChartsBoxAndWhiskerSeries",useValue:n.BoxAndWhiskerSeries},ct={provide:"ChartsHistogramSeries",useValue:n.HistogramSeries},lt={provide:"ChartsErrorBar",useValue:n.ErrorBar},dt={provide:"ChartsTrendlines",useValue:n.Trendlines},ut={provide:"ChartsDateTimeCategory",useValue:n.DateTimeCategory},ht={provide:"ChartsMultiColoredLineSeries",useValue:n.MultiColoredLineSeries},pt={provide:"ChartsMultiColoredAreaSeries",useValue:n.MultiColoredAreaSeries},gt={provide:"ChartsMultiLevelLabel",useValue:n.MultiLevelLabel},Ct={provide:"ChartsParetoSeries",useValue:n.ParetoSeries},mt={provide:"ChartsExport",useValue:n.Export},St={provide:"ChartsDataEditing",useValue:n.DataEditing},ft={provide:"ChartsHighlight",useValue:n.Highlight},vt={provide:"ChartsLastValueLabel",useValue:n.LastValueLabel},yt={provide:"ChartsSeriesLabel",useValue:n.SeriesLabel},jt=function(){return function(){}}();jt.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,pe],exports:[pe],providers:[ge,Ce,me,Se,fe,ve,ye,je,De,xe,be,Re,Me,Le,ke,Ae,Pe,we,Te,Oe,Ie,Be,Ve,Ee,_e,Ne,qe,He,Ge,Fe,ze,We,Ze,Ue,Xe,Ye,Je,Ke,Qe,$e,et,tt,rt,nt,it,ot,at,st,ct,lt,dt,ut,ht,pt,gt,Ct,mt,St,ft,vt,yt]}]}],jt.ctorParameters=function(){return[]};var Dt=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},xt=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},bt=["accessibility","animation","applyPattern","border","borderRadius","dashArray","dataLabel","dataSource","emptyPointSettings","enableTooltip","endAngle","explode","explodeAll","explodeIndex","explodeOffset","funnelMode","gapRatio","groupMode","groupTo","height","innerRadius","legendImageUrl","legendShape","linearGradient","name","neckHeight","neckWidth","opacity","palettes","pointColorMapping","pyramidMode","query","radialGradient","radius","selectionStyle","startAngle","tooltipMappingName","type","visible","width","xName","yName"],Rt=[],Mt=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(Rt),n.directivePropList=bt,n}return o(t,e),t}(r.ComplexBase);Mt.decorators=[{type:t.Directive,args:[{selector:"e-accumulation-series-collection>e-accumulation-series",inputs:bt,outputs:Rt,queries:{}}]}],Mt.ctorParameters=function(){return[{type:t.ViewContainerRef}]},Mt.propDecorators={dataLabel_template:[{type:t.ContentChild,args:["dataLabelTemplate"]}]},Dt([r.Template(),xt("design:type",Object)],Mt.prototype,"dataLabel_template",void 0);var Lt=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);Lt.decorators=[{type:t.Directive,args:[{selector:"ej-accumulationchart>e-accumulation-series-collection",queries:{children:new t.ContentChildren(Mt)}}]}],Lt.ctorParameters=function(){return[]};var kt=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},At=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Pt=["content","coordinateUnits","description","horizontalAlignment","region","verticalAlignment","x","y"],wt=[],Tt=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(wt),n.directivePropList=Pt,n}return o(t,e),t}(r.ComplexBase);Tt.decorators=[{type:t.Directive,args:[{selector:"e-accumulation-annotations>e-accumulation-annotation",inputs:Pt,outputs:wt,queries:{}}]}],Tt.ctorParameters=function(){return[{type:t.ViewContainerRef}]},Tt.propDecorators={content:[{type:t.ContentChild,args:["content"]}]},kt([r.Template(),At("design:type",Object)],Tt.prototype,"content",void 0);var Ot=function(e){function t(){return e.call(this,"annotations")||this}return o(t,e),t}(r.ArrayBase);Ot.decorators=[{type:t.Directive,args:[{selector:"ej-accumulationchart>e-accumulation-annotations",queries:{children:new t.ContentChildren(Tt)}}]}],Ot.ctorParameters=function(){return[]};var It=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Bt=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Vt=["accessibility","allowExport","annotations","background","backgroundImage","border","center","centerLabel","currencyCode","dataSource","enableAnimation","enableBorderOnMouseMove","enableExport","enableHtmlSanitizer","enablePersistence","enableRtl","enableSmartLabels","focusBorderColor","focusBorderMargin","focusBorderWidth","height","highlightColor","highlightMode","highlightPattern","isMultiSelect","legendSettings","locale","margin","noDataTemplate","selectedDataIndexes","selectionMode","selectionPattern","series","subTitle","subTitleStyle","theme","title","titleStyle","tooltip","useGroupingSeparator","width"],Et=["afterExport","animationComplete","annotationRender","beforeExport","beforePrint","beforeResize","chartDoubleClick","chartMouseClick","chartMouseDown","chartMouseLeave","chartMouseMove","chartMouseUp","legendClick","legendRender","load","loaded","pointClick","pointMove","pointRender","resized","selectionComplete","seriesRender","textRender","tooltipRender","dataSourceChange"],_t=["dataSource"];e.AccumulationChartComponent=function(e){function t(t,n,i,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=n,a.viewContainerRef=i,a.injector=o,a.tags=["series","annotations"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsPieSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsFunnelSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}try{s=a.injector.get("ChartsPyramidSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(d){}try{s=a.injector.get("ChartsAccumulationTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(u){}try{s=a.injector.get("ChartsAccumulationLegend");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(h){}try{s=a.injector.get("ChartsAccumulationSelection");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(p){}try{s=a.injector.get("ChartsAccumulationHighlight");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(g){}try{s=a.injector.get("ChartsAccumulationDataLabel");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(C){}try{s=a.injector.get("ChartsAccumulationAnnotation");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(m){}try{s=a.injector.get("ChartsExport");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(S){}return a.registerEvents(Et),a.addTwoWay.call(a,_t),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.childAnnotations&&(this.tagObjects[1].instance=this.childAnnotations),this.context.ngAfterContentChecked(this)},t}(n.AccumulationChart),e.AccumulationChartComponent.decorators=[{type:t.Component,args:[{selector:"ejs-accumulationchart",inputs:Vt,outputs:Et,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childSeries:new t.ContentChild(Lt),childAnnotations:new t.ContentChild(Ot)}}]}],e.AccumulationChartComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.AccumulationChartComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}],legendSettings_template:[{type:t.ContentChild,args:["legendSettingsTemplate"]}]},It([r.Template(),Bt("design:type",Object)],e.AccumulationChartComponent.prototype,"tooltip_template",void 0),It([r.Template(),Bt("design:type",Object)],e.AccumulationChartComponent.prototype,"legendSettings_template",void 0),e.AccumulationChartComponent=It([r.ComponentMixins([r.ComponentBase]),Bt("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.AccumulationChartComponent);var Nt=function(){return function(){}}();Nt.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.AccumulationChartComponent,Mt,Lt,Tt,Ot],exports:[e.AccumulationChartComponent,Mt,Lt,Tt,Ot]}]}],Nt.ctorParameters=function(){return[]};var qt={provide:"ChartsPieSeries",useValue:n.PieSeries},Ht={provide:"ChartsFunnelSeries",useValue:n.FunnelSeries},Gt={provide:"ChartsPyramidSeries",useValue:n.PyramidSeries},Ft={provide:"ChartsAccumulationTooltip",useValue:n.AccumulationTooltip},zt={provide:"ChartsAccumulationLegend",useValue:n.AccumulationLegend},Wt={provide:"ChartsAccumulationSelection",useValue:n.AccumulationSelection},Zt={provide:"ChartsAccumulationHighlight",useValue:n.AccumulationHighlight},Ut={provide:"ChartsAccumulationDataLabel",useValue:n.AccumulationDataLabel},Xt={provide:"ChartsAccumulationAnnotation",useValue:n.AccumulationAnnotation},Yt=function(){return function(){}}();Yt.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,Nt],exports:[Nt],providers:[qt,Ht,Gt,Ft,zt,Wt,Zt,Ut,Xt]}]}],Yt.ctorParameters=function(){return[]};var Jt=["animation","border","dashArray","dataSource","fill","opacity","query","type","width","xName","yName"],Kt=[],Qt=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(Kt),n.directivePropList=Jt,n}return o(t,e),t}(r.ComplexBase);Qt.decorators=[{type:t.Directive,args:[{selector:"e-rangenavigator-series-collection>e-rangenavigator-series",inputs:Jt,outputs:Kt,queries:{}}]}],Qt.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var $t=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);$t.decorators=[{type:t.Directive,args:[{selector:"ej-rangenavigator>e-rangenavigator-series-collection",queries:{children:new t.ContentChildren(Qt)}}]}],$t.ctorParameters=function(){return[]};var er=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},tr=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},rr=["allowIntervalData","allowSnapping","animationDuration","background","dataSource","disableRangeSelector","enableDeferredUpdate","enableGrouping","enablePersistence","enableRtl","groupBy","height","interval","intervalType","labelFormat","labelIntersectAction","labelPlacement","labelPosition","labelStyle","locale","logBase","majorGridLines","majorTickLines","margin","maximum","minimum","navigatorBorder","navigatorStyleSettings","periodSelectorSettings","query","secondaryLabelAlignment","series","skeleton","skeletonType","theme","tickPosition","tooltip","useGroupingSeparator","value","valueType","width","xName","yName"],nr=["beforePrint","beforeResize","changed","labelRender","load","loaded","resized","selectorRender","tooltipRender","dataSourceChange"],ir=["dataSource"];e.RangeNavigatorComponent=function(e){function t(t,n,i,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=n,a.viewContainerRef=i,a.injector=o,a.tags=["series"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsRangeTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsPeriodSelector");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}try{s=a.injector.get("ChartsAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(d){}try{s=a.injector.get("ChartsStepLineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(u){}try{s=a.injector.get("ChartsDateTime");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(h){}try{s=a.injector.get("ChartsLogarithmic");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(p){}try{s=a.injector.get("ChartsExport");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(g){}try{s=a.injector.get("ChartsDateTimeCategory");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(C){}return a.registerEvents(nr),a.addTwoWay.call(a,ir),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.context.ngAfterContentChecked(this)},t}(n.RangeNavigator),e.RangeNavigatorComponent.decorators=[{type:t.Component,args:[{selector:"ejs-rangenavigator",inputs:rr,outputs:nr,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childSeries:new t.ContentChild($t)}}]}],e.RangeNavigatorComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.RangeNavigatorComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}]},er([r.Template(),tr("design:type",Object)],e.RangeNavigatorComponent.prototype,"tooltip_template",void 0),e.RangeNavigatorComponent=er([r.ComponentMixins([r.ComponentBase]),tr("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.RangeNavigatorComponent);var or=function(){return function(){}}();or.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.RangeNavigatorComponent,Qt,$t],exports:[e.RangeNavigatorComponent,Qt,$t]}]}],or.ctorParameters=function(){return[]};var ar={provide:"ChartsRangeTooltip",useValue:n.RangeTooltip},sr={provide:"ChartsPeriodSelector",useValue:n.PeriodSelector},cr=function(){return function(){}}();cr.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,or],exports:[or],providers:[ar,sr]}]}],cr.ctorParameters=function(){return[]};var lr=["color","endRange","opacity","startRange"],dr=[],ur=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(dr),n.directivePropList=lr,n}return o(t,e),t}(r.ComplexBase);ur.decorators=[{type:t.Directive,args:[{selector:"e-rangeBandSettings>e-rangeBandSetting",inputs:lr,outputs:dr,queries:{}}]}],ur.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var hr=function(e){function t(){return e.call(this,"rangebandsettings")||this}return o(t,e),t}(r.ArrayBase);hr.decorators=[{type:t.Directive,args:[{selector:"ejs-sparkline>e-rangeBandSettings",queries:{children:new t.ContentChildren(ur)}}]}],hr.ctorParameters=function(){return[]};var pr=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},gr=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Cr=["axisSettings","border","containerArea","dataLabelSettings","dataSource","enablePersistence","enableRtl","endPointColor","fill","format","height","highPointColor","lineWidth","locale","lowPointColor","markerSettings","negativePointColor","opacity","padding","palette","query","rangeBandSettings","rangePadding","startPointColor","theme","tiePointColor","tooltipSettings","type","useGroupingSeparator","valueType","width","xName","yName"],mr=["axisRendering","dataLabelRendering","load","loaded","markerRendering","pointRegionMouseClick","pointRegionMouseMove","pointRendering","resize","seriesRendering","sparklineMouseClick","sparklineMouseMove","tooltipInitialize"],Sr=[""];e.SparklineComponent=function(e){function t(t,n,i,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=n,a.viewContainerRef=i,a.injector=o,a.tags=["rangeBandSettings"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsSparklineTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}return a.registerEvents(mr),a.addTwoWay.call(a,Sr),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childRangeBandSettings,this.context.ngAfterContentChecked(this)},t}(n.Sparkline),e.SparklineComponent.decorators=[{type:t.Component,args:[{selector:"ejs-sparkline",inputs:Cr,outputs:mr,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childRangeBandSettings:new t.ContentChild(hr)}}]}],e.SparklineComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.SparklineComponent=pr([r.ComponentMixins([r.ComponentBase]),gr("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.SparklineComponent);var fr=function(){return function(){}}();fr.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.SparklineComponent,ur,hr],exports:[e.SparklineComponent,ur,hr]}]}],fr.ctorParameters=function(){return[]};var vr={provide:"ChartsSparklineTooltip",useValue:n.SparklineTooltip},yr=function(){return function(){}}();yr.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,fr],exports:[fr],providers:[vr]}]}],yr.ctorParameters=function(){return[]};var jr=["animationDuration","dataSource","enableAnimation","enableSmartLabels","fill","marker","name","opacity","points","reactance","resistance","tooltip","tooltipMappingName","visibility","width"],Dr=[],xr=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(Dr),n.directivePropList=jr,n}return o(t,e),t}(r.ComplexBase);xr.decorators=[{type:t.Directive,args:[{selector:"e-seriesCollection>e-series",inputs:jr,outputs:Dr,queries:{}}]}],xr.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var br=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);br.decorators=[{type:t.Directive,args:[{selector:"ejs-smithchart>e-seriesCollection",queries:{children:new t.ContentChildren(xr)}}]}],br.ctorParameters=function(){return[]};var Rr=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Mr=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Lr=["background","border","elementSpacing","enablePersistence","enableRtl","font","height","horizontalAxis","legendSettings","locale","margin","radialAxis","radius","renderType","series","theme","title","width"],kr=["animationComplete","axisLabelRender","beforePrint","legendRender","load","loaded","seriesRender","subtitleRender","textRender","titleRender","tooltipRender"],Ar=[""];e.SmithchartComponent=function(e){function t(t,n,i,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=n,a.viewContainerRef=i,a.injector=o,a.tags=["series"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsSmithchartLegend");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsTooltipRender");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}return a.registerEvents(kr),a.addTwoWay.call(a,Ar),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.context.ngAfterContentChecked(this)},t}(n.Smithchart),e.SmithchartComponent.decorators=[{type:t.Component,args:[{selector:"ejs-smithchart",inputs:Lr,outputs:kr,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childSeries:new t.ContentChild(br)}}]}],e.SmithchartComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.SmithchartComponent=Rr([r.ComponentMixins([r.ComponentBase]),Mr("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.SmithchartComponent);var Pr=function(){return function(){}}();Pr.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.SmithchartComponent,xr,br],exports:[e.SmithchartComponent,xr,br]}]}],Pr.ctorParameters=function(){return[]};var wr={provide:"ChartsSmithchartLegend",useValue:n.SmithchartLegend},Tr={provide:"ChartsTooltipRender",useValue:n.TooltipRender},Or=function(){return function(){}}();Or.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,Pr],exports:[Pr],providers:[wr,Tr]}]}],Or.ctorParameters=function(){return[]};var Ir=["accessibility","animation","backwardForecast","dashArray","enableTooltip","fill","forwardForecast","intercept","legendShape","linearGradient","marker","name","period","polynomialOrder","radialGradient","type","visible","width"],Br=[],Vr=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(Br),n.directivePropList=Ir,n}return o(t,e),t}(r.ComplexBase);Vr.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-series>e-trendlines>e-trendline",inputs:Ir,outputs:Br,queries:{}}]}],Vr.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Er=function(e){function t(){return e.call(this,"trendlines")||this}return o(t,e),t}(r.ArrayBase);Er.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-series>e-trendlines",queries:{children:new t.ContentChildren(Vr)}}]}],Er.ctorParameters=function(){return[]};var _r=["animation","bearFillColor","border","bullFillColor","cardinalSplineTension","close","columnSpacing","columnWidth","cornerRadius","dashArray","dataSource","emptyPointSettings","enableSolidCandles","enableTooltip","fill","high","labelSettings","lastValueLabel","legendImageUrl","legendShape","linearGradient","low","marker","name","opacity","open","pointColorMapping","query","radialGradient","selectionStyle","showNearestTooltip","tooltipMappingName","trendlines","type","visible","volume","width","xAxisName","xName","yAxisName","yName"],Nr=[],qr=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,n.tags=["trendlines"],r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(Nr),n.directivePropList=_r,n}return o(t,e),t}(r.ComplexBase);qr.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-series-collection>e-stockchart-series",inputs:_r,outputs:Nr,queries:{childTrendlines:new t.ContentChild(Er)}}]}],qr.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Hr=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);Hr.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-series-collection",queries:{children:new t.ContentChildren(qr)}}]}],Hr.ctorParameters=function(){return[]};var Gr=["coefficient","crossesAt","crossesInAxis","crosshairTooltip","description","desiredIntervals","edgeLabelPlacement","enableAutoIntervalOnZooming","enableTrim","interval","intervalType","isInversed","labelFormat","labelIntersectAction","labelPlacement","labelPosition","labelRotation","labelStyle","lineStyle","logBase","majorGridLines","majorTickLines","maximum","maximumLabelWidth","maximumLabels","minimum","minorGridLines","minorTickLines","minorTicksPerInterval","name","opposedPosition","placeNextToAxisLine","plotOffset","rangePadding","rowIndex","skeleton","skeletonType","span","startAngle","stripLines","tabIndex","tickPosition","title","titleStyle","valueType","visible","zoomFactor","zoomPosition"],Fr=[],zr=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(Fr),n.directivePropList=Gr,n}return o(t,e),t}(r.ComplexBase);zr.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-axes>e-stockchart-axis",inputs:Gr,outputs:Fr,queries:{}}]}],zr.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Wr=function(e){function t(){return e.call(this,"axes")||this}return o(t,e),t}(r.ArrayBase);Wr.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-axes",queries:{children:new t.ContentChildren(zr)}}]}],Wr.ctorParameters=function(){return[]};var Zr=["border","height"],Ur=[],Xr=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(Ur),n.directivePropList=Zr,n}return o(t,e),t}(r.ComplexBase);Xr.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-rows>e-striplines>e-stockchart-row",inputs:Zr,outputs:Ur,queries:{}}]}],Xr.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Yr=function(e){function t(){return e.call(this,"rows")||this}return o(t,e),t}(r.ArrayBase);Yr.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-rows",queries:{children:new t.ContentChildren(Xr)}}]}],Yr.ctorParameters=function(){return[]};var Jr=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Kr=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Qr=["content","coordinateUnits","description","horizontalAlignment","region","verticalAlignment","x","xAxisName","y","yAxisName"],$r=[],en=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents($r),n.directivePropList=Qr,n}return o(t,e),t}(r.ComplexBase);en.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart-annotations>e-stockchart-annotation",inputs:Qr,outputs:$r,queries:{}}]}],en.ctorParameters=function(){return[{type:t.ViewContainerRef}]},en.propDecorators={content:[{type:t.ContentChild,args:["content"]}]},Jr([r.Template(),Kr("design:type",Object)],en.prototype,"content",void 0);var tn=function(e){function t(){return e.call(this,"annotations")||this}return o(t,e),t}(r.ArrayBase);tn.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-annotations",queries:{children:new t.ContentChildren(en)}}]}],tn.ctorParameters=function(){return[]};var rn=["point","series"],nn=[],on=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(nn),n.directivePropList=rn,n}return o(t,e),t}(r.ComplexBase);on.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart-selectedDataIndexes>e-stockchart-selectedDataIndex",inputs:rn,outputs:nn,queries:{}}]}],on.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var an=function(e){function t(){return e.call(this,"selecteddataindexes")||this}return o(t,e),t}(r.ArrayBase);an.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-selectedDataIndexes",queries:{children:new t.ContentChildren(on)}}]}],an.ctorParameters=function(){return[]};var sn=["interval","intervalType","selected","text"],cn=[],ln=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(cn),n.directivePropList=sn,n}return o(t,e),t}(r.ComplexBase);ln.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-indicators>e-stockchart-period",inputs:sn,outputs:cn,queries:{}}]}],ln.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var dn=function(e){function t(){return e.call(this,"periods")||this}return o(t,e),t}(r.ArrayBase);dn.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-periods",queries:{children:new t.ContentChildren(ln)}}]}],dn.ctorParameters=function(){return[]};var un=["background","border","date","description","placeAt","seriesIndexes","showOnSeries","text","textStyle","type"],hn=[],pn=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(hn),n.directivePropList=un,n}return o(t,e),t}(r.ComplexBase);pn.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-indicators>e-stockchart-stockevent",inputs:un,outputs:hn,queries:{}}]}],pn.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var gn=function(e){function t(){return e.call(this,"stockevents")||this}return o(t,e),t}(r.ArrayBase);gn.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-stockevents",queries:{children:new t.ContentChildren(pn)}}]}],gn.ctorParameters=function(){return[]};var Cn=["animation","bandColor","close","dPeriod","dashArray","dataSource","fastPeriod","field","fill","high","kPeriod","linearGradient","low","lowerLine","macdLine","macdNegativeColor","macdPositiveColor","macdType","open","overBought","overSold","period","periodLine","pointColorMapping","query","radialGradient","seriesName","showZones","slowPeriod","standardDeviation","type","upperLine","volume","width","xAxisName","xName","yAxisName"],mn=[],Sn=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(mn),n.directivePropList=Cn,n}return o(t,e),t}(r.ComplexBase);Sn.decorators=[{type:t.Directive,args:[{selector:"e-stockchart-indicators>e-stockchart-indicator",inputs:Cn,outputs:mn,queries:{}}]}],Sn.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var fn=function(e){function t(){return e.call(this,"indicators")||this}return o(t,e),t}(r.ArrayBase);fn.decorators=[{type:t.Directive,args:[{selector:"ejs-stockchart>e-stockchart-indicators",queries:{children:new t.ContentChildren(Sn)}}]}],fn.ctorParameters=function(){return[]};var vn=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},yn=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},jn=["annotations","axes","background","border","chartArea","crosshair","dataSource","enableCustomRange","enablePeriodSelector","enablePersistence","enableRtl","enableSelector","exportType","height","indicatorType","indicators","isMultiSelect","isSelect","isTransposed","legendSettings","locale","margin","noDataTemplate","periods","primaryXAxis","primaryYAxis","rows","selectedDataIndexes","selectionMode","series","seriesType","stockEvents","theme","title","titleStyle","tooltip","trendlineType","width","zoomSettings"],Dn=["axisLabelRender","beforeExport","crosshairLabelRender","legendClick","legendRender","load","loaded","onZooming","pointClick","pointMove","rangeChange","selectorRender","seriesRender","stockChartMouseClick","stockChartMouseDown","stockChartMouseLeave","stockChartMouseMove","stockChartMouseUp","stockEventRender","tooltipRender","dataSourceChange"],xn=["dataSource"];e.StockChartComponent=function(e){function t(t,n,i,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=n,a.viewContainerRef=i,a.injector=o,a.tags=["series","axes","rows","annotations","selectedDataIndexes","periods","stockEvents","indicators"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsLineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsColumnSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}try{s=a.injector.get("ChartsSplineSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(d){}try{s=a.injector.get("ChartsSplineAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(u){}try{s=a.injector.get("ChartsStripLine");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(h){}try{s=a.injector.get("ChartsAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(p){}try{s=a.injector.get("ChartsRangeAreaSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(g){}try{s=a.injector.get("ChartsTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(C){}try{s=a.injector.get("ChartsCrosshair");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(m){}try{s=a.injector.get("ChartsDateTime");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(S){}try{s=a.injector.get("ChartsZoom");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(f){}try{s=a.injector.get("ChartsDataLabel");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(v){}try{s=a.injector.get("ChartsSelection");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(y){}try{s=a.injector.get("ChartsChartAnnotation");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(j){}try{s=a.injector.get("ChartsHiloSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(D){}try{s=a.injector.get("ChartsHiloOpenCloseSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(x){}try{s=a.injector.get("ChartsCandleSeries");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(b){}try{s=a.injector.get("ChartsSmaIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(R){}try{s=a.injector.get("ChartsTmaIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(M){}try{s=a.injector.get("ChartsEmaIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(L){}try{s=a.injector.get("ChartsAccumulationDistributionIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(k){}try{s=a.injector.get("ChartsMacdIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(A){}try{s=a.injector.get("ChartsAtrIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(P){}try{s=a.injector.get("ChartsRsiIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(w){}try{s=a.injector.get("ChartsMomentumIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(T){}try{s=a.injector.get("ChartsStochasticIndicator");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(O){}try{s=a.injector.get("ChartsBollingerBands");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(I){}try{s=a.injector.get("ChartsTrendlines");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(B){}try{s=a.injector.get("ChartsRangeTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(V){}try{s=a.injector.get("ChartsExport");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(E){}try{s=a.injector.get("ChartsStockLegend");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(_){}try{s=a.injector.get("ChartsDateTimeCategory");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(N){}try{s=a.injector.get("ChartsLastValueLabel");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(q){}try{s=a.injector.get("ChartsSeriesLabel");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(H){}return a.registerEvents(Dn),a.addTwoWay.call(a,xn),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.childAxes&&(this.tagObjects[1].instance=this.childAxes),this.childRows&&(this.tagObjects[2].instance=this.childRows),this.childAnnotations&&(this.tagObjects[3].instance=this.childAnnotations),this.childSelectedDataIndexes&&(this.tagObjects[4].instance=this.childSelectedDataIndexes),this.childPeriods&&(this.tagObjects[5].instance=this.childPeriods),this.childStockEvents&&(this.tagObjects[6].instance=this.childStockEvents),this.childIndicators&&(this.tagObjects[7].instance=this.childIndicators),this.context.ngAfterContentChecked(this)},t}(n.StockChart),e.StockChartComponent.decorators=[{type:t.Component,args:[{selector:"ejs-stockchart",inputs:jn,outputs:Dn,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childSeries:new t.ContentChild(Hr),childAxes:new t.ContentChild(Wr),childRows:new t.ContentChild(Yr),childAnnotations:new t.ContentChild(tn),childSelectedDataIndexes:new t.ContentChild(an),childPeriods:new t.ContentChild(dn),childStockEvents:new t.ContentChild(gn),childIndicators:new t.ContentChild(fn)}}]}],e.StockChartComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.StockChartComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}],legendSettings_template:[{type:t.ContentChild,args:["legendSettingsTemplate"]}]},vn([r.Template(),yn("design:type",Object)],e.StockChartComponent.prototype,"tooltip_template",void 0),vn([r.Template(),yn("design:type",Object)],e.StockChartComponent.prototype,"legendSettings_template",void 0),e.StockChartComponent=vn([r.ComponentMixins([r.ComponentBase]),yn("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.StockChartComponent);var bn=function(){return function(){}}();bn.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.StockChartComponent,Vr,Er,qr,Hr,zr,Wr,Xr,Yr,en,tn,on,an,ln,dn,pn,gn,Sn,fn],exports:[e.StockChartComponent,Vr,Er,qr,Hr,zr,Wr,Xr,Yr,en,tn,on,an,ln,dn,pn,gn,Sn,fn]}]}],bn.ctorParameters=function(){return[]};var Rn={provide:"ChartsStockLegend",useValue:n.StockLegend},Mn=function(){return function(){}}();Mn.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,bn],exports:[bn],providers:[Rn]}]}],Mn.ctorParameters=function(){return[]};var Ln=["color","end","index","legendImageUrl","name","opacity","shape"],kn=[],An=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(kn),n.directivePropList=Ln,n}return o(t,e),t}(r.ComplexBase);An.decorators=[{type:t.Directive,args:[{selector:"e-bullet-range-collection>e-bullet-range",inputs:Ln,outputs:kn,queries:{}}]}],An.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Pn=function(e){function t(){return e.call(this,"ranges")||this}return o(t,e),t}(r.ArrayBase);Pn.decorators=[{type:t.Directive,args:[{selector:"ej-bulletchart>e-bullet-range-collection",queries:{children:new t.ContentChildren(An)}}]}],Pn.ctorParameters=function(){return[]};var wn=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Tn=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},On=["animation","border","categoryField","categoryLabelStyle","dataLabel","dataSource","enableGroupSeparator","enablePersistence","enableRtl","height","interval","labelFormat","labelPosition","labelStyle","legendSettings","locale","majorTickLines","margin","maximum","minimum","minorTickLines","minorTicksPerInterval","opposedPosition","orientation","query","ranges","subtitle","subtitleStyle","tabIndex","targetColor","targetField","targetTypes","targetWidth","theme","tickPosition","title","titlePosition","titleStyle","tooltip","type","valueBorder","valueField","valueFill","valueHeight","width"],In=["beforePrint","bulletChartMouseClick","legendRender","load","loaded","tooltipRender","dataSourceChange"],Bn=["dataSource"];e.BulletChartComponent=function(e){function t(t,n,i,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=n,a.viewContainerRef=i,a.injector=o,a.tags=["ranges"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsBulletTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsBulletChartLegend");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}return a.registerEvents(In),a.addTwoWay.call(a,Bn),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childRanges,this.context.ngAfterContentChecked(this)},t}(n.BulletChart),e.BulletChartComponent.decorators=[{type:t.Component,args:[{selector:"ejs-bulletchart",inputs:On,outputs:In,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childRanges:new t.ContentChild(Pn)}}]}],e.BulletChartComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.BulletChartComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}]},wn([r.Template(),Tn("design:type",Object)],e.BulletChartComponent.prototype,"tooltip_template",void 0),e.BulletChartComponent=wn([r.ComponentMixins([r.ComponentBase]),Tn("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.BulletChartComponent);var Vn=function(){return function(){}}();Vn.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.BulletChartComponent,An,Pn],exports:[e.BulletChartComponent,An,Pn]}]}],Vn.ctorParameters=function(){return[]};var En={provide:"ChartsBulletTooltip",useValue:n.BulletTooltip},_n={provide:"ChartsBulletChartLegend",useValue:n.BulletChartLegend},Nn=function(){return function(){}}();Nn.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,Vn],exports:[Vn],providers:[En,_n]}]}],Nn.ctorParameters=function(){return[]};var qn=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Hn=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Gn=["animation","columnFacet","columnSpacing","columnWidth","dataLabel","dataSource","emptyPointSettings","enableTooltip","fill","groupName","legendImageUrl","legendShape","name","opacity","pointColorMapping","query","size","stackingGroup","tooltipFormat","tooltipMappingName","type","visible","xAxisName","xName","yAxisName","yName"],Fn=[],zn=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(Fn),n.directivePropList=Gn,n}return o(t,e),t}(r.ComplexBase);zn.decorators=[{type:t.Directive,args:[{selector:"e-chart3d-series-collection>e-chart3d-series",inputs:Gn,outputs:Fn,queries:{}}]}],zn.ctorParameters=function(){return[{type:t.ViewContainerRef}]},zn.propDecorators={dataLabel_template:[{type:t.ContentChild,args:["dataLabelTemplate"]}]},qn([r.Template(),Hn("design:type",Object)],zn.prototype,"dataLabel_template",void 0);var Wn=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);Wn.decorators=[{type:t.Directive,args:[{selector:"ejs-chart3d>e-chart3d-series-collection",queries:{children:new t.ContentChildren(zn)}}]}],Wn.ctorParameters=function(){return[]};var Zn=["columnIndex","desiredIntervals","edgeLabelPlacement","enableTrim","interval","intervalType","isIndexed","isInversed","labelFormat","labelIntersectAction","labelPadding","labelPlacement","labelRotation","labelStyle","logBase","majorGridLines","majorTickLines","maximum","maximumLabelWidth","maximumLabels","minimum","minorGridLines","minorTickLines","minorTicksPerInterval","name","opposedPosition","plotOffset","plotOffsetBottom","plotOffsetLeft","plotOffsetRight","plotOffsetTop","rangePadding","rowIndex","skeleton","skeletonType","span","startFromZero","title","titlePadding","titleRotation","titleStyle","valueType","visible"],Un=[],Xn=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(Un),n.directivePropList=Zn,n}return o(t,e),t}(r.ComplexBase);Xn.decorators=[{type:t.Directive,args:[{selector:"e-chart3daxes>e-chart3daxis",inputs:Zn,outputs:Un,queries:{}}]}],Xn.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var Yn=function(e){function t(){return e.call(this,"axes")||this}return o(t,e),t}(r.ArrayBase);Yn.decorators=[{type:t.Directive,args:[{selector:"ejs-chart3d>e-chart3daxes",queries:{children:new t.ContentChildren(Xn)}}]}],Yn.ctorParameters=function(){return[]};var Jn=["height"],Kn=[],Qn=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(Kn),n.directivePropList=Jn,n}return o(t,e),t}(r.ComplexBase);Qn.decorators=[{type:t.Directive,args:[{selector:"e-chart3d-rows>e-chart3d-row",inputs:Jn,outputs:Kn,queries:{}}]}],Qn.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var $n=function(e){function t(){return e.call(this,"rows")||this}return o(t,e),t}(r.ArrayBase);$n.decorators=[{type:t.Directive,args:[{selector:"ejs-chart3d>e-chart3d-rows",queries:{children:new t.ContentChildren(Qn)}}]}],$n.ctorParameters=function(){return[]};var ei=["width"],ti=[],ri=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(ti),n.directivePropList=ei,n}return o(t,e),t}(r.ComplexBase);ri.decorators=[{type:t.Directive,args:[{selector:"e-chart3d-columns>e-chart3d-columns",inputs:ei,outputs:ti,queries:{}}]}],ri.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var ni=function(e){function t(){return e.call(this,"columns")||this}return o(t,e),t}(r.ArrayBase);ni.decorators=[{type:t.Directive,args:[{selector:"ejs-chart3d>e-chart3d-columns",queries:{children:new t.ContentChildren(ri)}}]}],ni.ctorParameters=function(){return[]};var ii=["point","series"],oi=[],ai=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(oi),n.directivePropList=ii,n}return o(t,e),t}(r.ComplexBase);ai.decorators=[{type:t.Directive,args:[{selector:"e-chart3d-selecteddataindexes>e-chart3d-selecteddataindex",inputs:ii,outputs:oi,queries:{}}]}],ai.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var si=function(e){function t(){return e.call(this,"selecteddataindexes")||this}return o(t,e),t}(r.ArrayBase);si.decorators=[{type:t.Directive,args:[{selector:"ejs-chart3d>e-chart3d-selecteddataindexes",queries:{children:new t.ContentChildren(ai)}}]}],si.ctorParameters=function(){return[]};var ci=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},li=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},di=["axes","background","backgroundImage","border","columns","currencyCode","dataSource","depth","description","enableExport","enablePersistence","enableRotation","enableRtl","enableSideBySidePlacement","height","highlightColor","highlightMode","highlightPattern","isMultiSelect","isTransposed","legendSettings","locale","margin","palettes","perspectiveAngle","primaryXAxis","primaryYAxis","rotation","rows","selectedDataIndexes","selectionMode","selectionPattern","series","subTitle","subTitleStyle","theme","tilt","title","titleStyle","tooltip","useGroupingSeparator","wallColor","wallSize","width"],ui=["afterExport","axisLabelRender","beforeExport","beforePrint","beforeResize","chart3DMouseClick","chart3DMouseDown","chart3DMouseLeave","chart3DMouseMove","chart3DMouseUp","legendClick","legendRender","load","loaded","pointClick","pointMove","pointRender","resized","selectionComplete","seriesRender","textRender","tooltipRender","dataSourceChange"],hi=["dataSource"];e.Chart3DComponent=function(e){function t(t,n,i,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=n,a.viewContainerRef=i,a.injector=o,a.tags=["series","axes","rows","columns","selectedDataIndexes"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsColumnSeries3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsStackingColumnSeries3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}try{s=a.injector.get("ChartsBarSeries3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(d){}try{s=a.injector.get("ChartsStackingBarSeries3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(u){}try{s=a.injector.get("ChartsCategory3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(h){}try{s=a.injector.get("ChartsDateTime3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(p){}try{s=a.injector.get("ChartsDateTimeCategory3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(g){}try{s=a.injector.get("ChartsLogarithmic3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(C){}try{s=a.injector.get("ChartsTooltip3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(m){}try{s=a.injector.get("ChartsLegend3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(S){}try{s=a.injector.get("ChartsDataLabel3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(f){}try{s=a.injector.get("ChartsSelection3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(v){}try{s=a.injector.get("ChartsExport3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(y){}try{s=a.injector.get("ChartsHighlight3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(j){}return a.registerEvents(ui),a.addTwoWay.call(a,hi),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.childAxes&&(this.tagObjects[1].instance=this.childAxes),this.childRows&&(this.tagObjects[2].instance=this.childRows),this.childColumns&&(this.tagObjects[3].instance=this.childColumns),this.childSelectedDataIndexes&&(this.tagObjects[4].instance=this.childSelectedDataIndexes),this.context.ngAfterContentChecked(this)},t}(n.Chart3D),e.Chart3DComponent.decorators=[{type:t.Component,args:[{selector:"ejs-chart3d",inputs:di,outputs:ui,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childSeries:new t.ContentChild(Wn),childAxes:new t.ContentChild(Yn),childRows:new t.ContentChild($n),childColumns:new t.ContentChild(ni),childSelectedDataIndexes:new t.ContentChild(si)}}]}],e.Chart3DComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.Chart3DComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}]},ci([r.Template(),li("design:type",Object)],e.Chart3DComponent.prototype,"tooltip_template",void 0),e.Chart3DComponent=ci([r.ComponentMixins([r.ComponentBase]),li("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.Chart3DComponent);var pi=function(){return function(){}}();pi.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.Chart3DComponent,zn,Wn,Xn,Yn,Qn,$n,ri,ni,ai,si],exports:[e.Chart3DComponent,zn,Wn,Xn,Yn,Qn,$n,ri,ni,ai,si]}]}],pi.ctorParameters=function(){return[]};var gi={provide:"ChartsColumnSeries3D",useValue:n.ColumnSeries3D},Ci={provide:"ChartsStackingColumnSeries3D",useValue:n.StackingColumnSeries3D},mi={provide:"ChartsBarSeries3D",useValue:n.BarSeries3D},Si={provide:"ChartsStackingBarSeries3D",useValue:n.StackingBarSeries3D},fi={provide:"ChartsCategory3D",useValue:n.Category3D},vi={provide:"ChartsDateTime3D",useValue:n.DateTime3D},yi={provide:"ChartsDateTimeCategory3D",useValue:n.DateTimeCategory3D},ji={provide:"ChartsLogarithmic3D",useValue:n.Logarithmic3D},Di={provide:"ChartsTooltip3D",useValue:n.Tooltip3D},xi={provide:"ChartsLegend3D",useValue:n.Legend3D},bi={provide:"ChartsDataLabel3D",useValue:n.DataLabel3D},Ri={provide:"ChartsSelection3D",useValue:n.Selection3D},Mi={provide:"ChartsExport3D",useValue:n.Export3D},Li={provide:"ChartsHighlight3D",useValue:n.Highlight3D},ki=function(){return function(){}}();ki.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,pi],exports:[pi],providers:[gi,Ci,mi,Si,fi,vi,yi,ji,Di,xi,bi,Ri,Mi,Li]}]}],ki.ctorParameters=function(){return[]};var Ai=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Pi=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},wi=["animation","dataLabel","dataSource","emptyPointSettings","enableTooltip","explode","explodeAll","explodeIndex","explodeOffset","innerRadius","legendImageUrl","legendShape","name","opacity","palettes","pointColorMapping","query","radius","tooltipMappingName","visible","xName","yName"],Ti=[],Oi=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(Ti),n.directivePropList=wi,n}return o(t,e),t}(r.ComplexBase);Oi.decorators=[{type:t.Directive,args:[{selector:"e-circularchart3d-series-collection>e-circularchart3d-series",inputs:wi,outputs:Ti,queries:{}}]}],Oi.ctorParameters=function(){return[{type:t.ViewContainerRef}]},Oi.propDecorators={dataLabel_template:[{type:t.ContentChild,args:["dataLabelTemplate"]}]},Ai([r.Template(),Pi("design:type",Object)],Oi.prototype,"dataLabel_template",void 0);var Ii=function(e){function t(){return e.call(this,"series")||this}return o(t,e),t}(r.ArrayBase);Ii.decorators=[{type:t.Directive,args:[{selector:"ej-circularchart3d>e-circularchart3d-series-collection",queries:{children:new t.ContentChildren(Oi)}}]}],Ii.ctorParameters=function(){return[]};var Bi=["point","series"],Vi=[],Ei=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(Vi),n.directivePropList=Bi,n}return o(t,e),t}(r.ComplexBase);Ei.decorators=[{type:t.Directive,args:[{selector:"e-circularchart3d-selecteddataindexes>e-circularchart3d-selecteddataindex",inputs:Bi,outputs:Vi,queries:{}}]}],Ei.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var _i=function(e){function t(){return e.call(this,"selecteddataindexes")||this}return o(t,e),t}(r.ArrayBase);_i.decorators=[{type:t.Directive,args:[{selector:"ejs-circularchart3d>e-circularchart3d-selecteddataindexes",queries:{children:new t.ContentChildren(Ei)}}]}],_i.ctorParameters=function(){return[]};var Ni=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},qi=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Hi=["background","backgroundImage","border","dataSource","depth","enableAnimation","enableExport","enablePersistence","enableRotation","enableRtl","height","highlightColor","highlightMode","highlightPattern","isMultiSelect","legendSettings","locale","margin","rotation","selectedDataIndexes","selectionMode","selectionPattern","series","subTitle","subTitleStyle","theme","tilt","title","titleStyle","tooltip","useGroupingSeparator","width"],Gi=["afterExport","beforeExport","beforePrint","beforeResize","circularChart3DMouseClick","circularChart3DMouseDown","circularChart3DMouseLeave","circularChart3DMouseMove","circularChart3DMouseUp","legendClick","legendRender","load","loaded","pointClick","pointMove","pointRender","resized","selectionComplete","seriesRender","textRender","tooltipRender","dataSourceChange"],Fi=["dataSource"];e.CircularChart3DComponent=function(e){function t(t,n,i,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=n,a.viewContainerRef=i,a.injector=o,a.tags=["series","selectedDataIndexes"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsPieSeries3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsCircularChartTooltip3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}try{s=a.injector.get("ChartsCircularChartLegend3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(d){}try{s=a.injector.get("ChartsCircularChartSelection3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(u){}try{s=a.injector.get("ChartsCircularChartDataLabel3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(h){}try{s=a.injector.get("ChartsCircularChartHighlight3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(p){}try{s=a.injector.get("ChartsCircularChartExport3D");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(g){}return a.registerEvents(Gi),a.addTwoWay.call(a,Fi),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childSeries,this.childSelectedDataIndexes&&(this.tagObjects[1].instance=this.childSelectedDataIndexes),this.context.ngAfterContentChecked(this)},t}(n.CircularChart3D),e.CircularChart3DComponent.decorators=[{type:t.Component,args:[{selector:"ejs-circularchart3d",inputs:Hi,outputs:Gi,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childSeries:new t.ContentChild(Ii),childSelectedDataIndexes:new t.ContentChild(_i)}}]}],e.CircularChart3DComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.CircularChart3DComponent.propDecorators={tooltip_template:[{type:t.ContentChild,args:["tooltipTemplate"]}]},Ni([r.Template(),qi("design:type",Object)],e.CircularChart3DComponent.prototype,"tooltip_template",void 0),e.CircularChart3DComponent=Ni([r.ComponentMixins([r.ComponentBase]),qi("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.CircularChart3DComponent);var zi=function(){return function(){}}();zi.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.CircularChart3DComponent,Oi,Ii,Ei,_i],exports:[e.CircularChart3DComponent,Oi,Ii,Ei,_i]}]}],zi.ctorParameters=function(){return[]};var Wi={provide:"ChartsPieSeries3D",useValue:n.PieSeries3D},Zi={provide:"ChartsCircularChartTooltip3D",useValue:n.CircularChartTooltip3D},Ui={provide:"ChartsCircularChartLegend3D",useValue:n.CircularChartLegend3D},Xi={provide:"ChartsCircularChartSelection3D",useValue:n.CircularChartSelection3D},Yi={provide:"ChartsCircularChartDataLabel3D",useValue:n.CircularChartDataLabel3D},Ji={provide:"ChartsCircularChartHighlight3D",useValue:n.CircularChartHighlight3D},Ki={provide:"ChartsCircularChartExport3D",useValue:n.CircularChartExport3D},Qi=function(){return function(){}}();Qi.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,zi],exports:[zi],providers:[Wi,Zi,Ui,Xi,Yi,Ji,Ki]}]}],Qi.ctorParameters=function(){return[]};var $i=["color","id","label","offset"],eo=[],to=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(eo),n.directivePropList=$i,n}return o(t,e),t}(r.ComplexBase);to.decorators=[{type:t.Directive,args:[{selector:"e-sankey-nodes>e-sankey-node",inputs:$i,outputs:eo,queries:{}}]}],to.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var ro=function(e){function t(){return e.call(this,"nodes")||this}return o(t,e),t}(r.ArrayBase);ro.decorators=[{type:t.Directive,args:[{selector:"ejs-sankey>e-sankey-nodes",queries:{children:new t.ContentChildren(to)}}]}],ro.ctorParameters=function(){return[]};var no=["sourceId","targetId","value"],io=[],oo=function(e){function t(t){var n=e.call(this)||this;return n.viewContainerRef=t,r.setValue("currentInstance",n,n.viewContainerRef),n.registerEvents(io),n.directivePropList=no,n}return o(t,e),t}(r.ComplexBase);oo.decorators=[{type:t.Directive,args:[{selector:"e-sankey-links>e-sankey-link",inputs:no,outputs:io,queries:{}}]}],oo.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var ao=function(e){function t(){return e.call(this,"links")||this}return o(t,e),t}(r.ArrayBase);ao.decorators=[{type:t.Directive,args:[{selector:"ejs-sankey>e-sankey-links",queries:{children:new t.ContentChildren(oo)}}]}],ao.ctorParameters=function(){return[]};var so=this&&this.__decorate||function(e,t,r,n){var i,o=arguments.length,a=o<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--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},co=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},lo=["accessibility","allowExport","animation","background","backgroundImage","border","enableExport","enablePersistence","enableRtl","focusBorderColor","focusBorderMargin","focusBorderWidth","height","labelSettings","legendSettings","linkStyle","links","locale","margin","nodeStyle","nodes","orientation","subTitle","subTitleStyle","theme","title","titleStyle","tooltip","width"],uo=["afterExport","beforeExport","beforePrint","exportCompleted","labelRendering","legendItemHover","legendItemRendering","linkClick","linkEnter","linkLeave","linkRendering","load","loaded","nodeClick","nodeEnter","nodeLeave","nodeRendering","sizeChanged","tooltipRendering"],ho=[""];e.SankeyComponent=function(e){function t(t,n,i,o){var a=e.call(this)||this;a.ngEle=t,a.srenderer=n,a.viewContainerRef=i,a.injector=o,a.tags=["nodes","links"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var s=a.injector.get("ChartsSankeyLegend");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(c){}try{s=a.injector.get("ChartsSankeyTooltip");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(l){}try{s=a.injector.get("ChartsSankeyHighlight");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(d){}try{s=a.injector.get("ChartsSankeyExport");-1===a.injectedModules.indexOf(s)&&a.injectedModules.push(s)}catch(u){}return a.registerEvents(uo),a.addTwoWay.call(a,ho),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return o(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childNodes,this.childLinks&&(this.tagObjects[1].instance=this.childLinks),this.context.ngAfterContentChecked(this)},t}(n.Sankey),e.SankeyComponent.decorators=[{type:t.Component,args:[{selector:"ejs-sankey",inputs:lo,outputs:uo,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childNodes:new t.ContentChild(ro),childLinks:new t.ContentChild(ao)}}]}],e.SankeyComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.SankeyComponent.propDecorators={tooltip_sankeyNodeTemplate:[{type:t.ContentChild,args:["tooltipSankeyNodeTemplate"]}],tooltip_sankeyLinkTemplate:[{type:t.ContentChild,args:["tooltipSankeyLinkTemplate"]}]},so([r.Template(),co("design:type",Object)],e.SankeyComponent.prototype,"tooltip_sankeyNodeTemplate",void 0),so([r.Template(),co("design:type",Object)],e.SankeyComponent.prototype,"tooltip_sankeyLinkTemplate",void 0),e.SankeyComponent=so([r.ComponentMixins([r.ComponentBase]),co("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.SankeyComponent);var po=function(){return function(){}}();po.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.SankeyComponent,to,ro,oo,ao],exports:[e.SankeyComponent,to,ro,oo,ao]}]}],po.ctorParameters=function(){return[]};var go={provide:"ChartsSankeyLegend",useValue:n.SankeyLegend},Co={provide:"ChartsSankeyTooltip",useValue:n.SankeyTooltip},mo={provide:"ChartsSankeyHighlight",useValue:n.SankeyHighlight},So={provide:"ChartsSankeyExport",useValue:n.SankeyExport},fo=function(){return function(){}}();fo.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,po],exports:[po],providers:[go,Co,mo,So]}]}],fo.ctorParameters=function(){return[]},e.TrendlineDirective=c,e.TrendlinesDirective=l,e.SegmentDirective=h,e.SegmentsDirective=p,e.SeriesDirective=f,e.SeriesCollectionDirective=v,e.StripLineDirective=D,e.StripLinesDirective=x,e.CategoryDirective=M,e.CategoriesDirective=L,e.MultiLevelLabelDirective=P,e.MultiLevelLabelsDirective=w,e.AxisDirective=I,e.AxesDirective=B,e.RowDirective=_,e.RowsDirective=N,e.ColumnDirective=G,e.ColumnsDirective=F,e.RangeColorSettingDirective=Z,e.RangeColorSettingsDirective=U,e.AnnotationDirective=Q,e.AnnotationsDirective=$,e.SelectedDataIndexDirective=re,e.SelectedDataIndexesDirective=ne,e.IndicatorDirective=ae,e.IndicatorsDirective=se,e.ChartModule=pe,e.ChartAllModule=jt,e.LineSeriesService=ge,e.ScatterSeriesService=Ce,e.ColumnSeriesService=me,e.SplineSeriesService=Se,e.SplineAreaSeriesService=fe,e.StripLineService=ve,e.AreaSeriesService=ye,e.ScrollBarService=je,e.StepLineSeriesService=De,e.StepAreaSeriesService=xe,e.StackingColumnSeriesService=be,e.StackingLineSeriesService=Re,e.StackingAreaSeriesService=Me,e.StackingStepAreaSeriesService=Le,e.BarSeriesService=ke,e.StackingBarSeriesService=Ae,e.RangeColumnSeriesService=Pe,e.BubbleSeriesService=we,e.TooltipService=Te,e.CrosshairService=Oe,e.CategoryService=Ie,e.DateTimeService=Be,e.LogarithmicService=Ve,e.LegendService=Ee,e.ZoomService=_e,e.DataLabelService=Ne,e.SelectionService=qe,e.ChartAnnotationService=He,e.HiloSeriesService=Ge,e.HiloOpenCloseSeriesService=Fe,e.WaterfallSeriesService=ze,e.RangeAreaSeriesService=We,e.RangeStepAreaSeriesService=Ze,e.SplineRangeAreaSeriesService=Ue,e.CandleSeriesService=Xe,e.PolarSeriesService=Ye,e.RadarSeriesService=Je,e.SmaIndicatorService=Ke,e.TmaIndicatorService=Qe,e.EmaIndicatorService=$e,e.AccumulationDistributionIndicatorService=et,e.MacdIndicatorService=tt,e.AtrIndicatorService=rt,e.RsiIndicatorService=nt,e.MomentumIndicatorService=it,e.StochasticIndicatorService=ot,e.BollingerBandsService=at,e.BoxAndWhiskerSeriesService=st,e.HistogramSeriesService=ct,e.ErrorBarService=lt,e.TrendlinesService=dt,e.DateTimeCategoryService=ut,e.MultiColoredLineSeriesService=ht,e.MultiColoredAreaSeriesService=pt,e.MultiLevelLabelService=gt,e.ParetoSeriesService=Ct,e.ExportService=mt,e.DataEditingService=St,e.HighlightService=ft,e.LastValueLabelService=vt,e.SeriesLabelService=yt,e.AccumulationSeriesDirective=Mt,e.AccumulationSeriesCollectionDirective=Lt,e.AccumulationAnnotationDirective=Tt,e.AccumulationAnnotationsDirective=Ot,e.AccumulationChartModule=Nt,e.AccumulationChartAllModule=Yt,e.PieSeriesService=qt,e.FunnelSeriesService=Ht,e.PyramidSeriesService=Gt,e.AccumulationTooltipService=Ft,e.AccumulationLegendService=zt,e.AccumulationSelectionService=Wt,e.AccumulationHighlightService=Zt,e.AccumulationDataLabelService=Ut,e.AccumulationAnnotationService=Xt,e.RangenavigatorSeriesDirective=Qt,e.RangenavigatorSeriesCollectionDirective=$t,e.RangeNavigatorModule=or,e.RangeNavigatorAllModule=cr,e.RangeTooltipService=ar,e.PeriodSelectorService=sr,e.RangeBandSettingDirective=ur,e.RangeBandSettingsDirective=hr,e.SparklineModule=fr,e.SparklineAllModule=yr,e.SparklineTooltipService=vr,e.SmithchartSeriesDirective=xr,e.SmithchartSeriesCollectionDirective=br,e.SmithchartModule=Pr,e.SmithchartAllModule=Or,e.SmithchartLegendService=wr,e.TooltipRenderService=Tr,e.StockChartTrendlineDirective=Vr,e.StockChartTrendlinesDirective=Er,e.StockChartSeriesDirective=qr,e.StockChartSeriesCollectionDirective=Hr,e.StockChartAxisDirective=zr,e.StockChartAxesDirective=Wr,e.StockChartRowDirective=Xr,e.StockChartRowsDirective=Yr,e.StockChartAnnotationDirective=en,e.StockChartAnnotationsDirective=tn,e.StockChartSelectedDataIndexDirective=on,e.StockChartSelectedDataIndexesDirective=an,e.StockChartPeriodDirective=ln,e.StockChartPeriodsDirective=dn,e.StockEventDirective=pn,e.StockEventsDirective=gn,e.StockChartIndicatorDirective=Sn,e.StockChartIndicatorsDirective=fn,e.StockChartModule=bn,e.StockChartAllModule=Mn,e.StockLegendService=Rn,e.BulletRangeDirective=An,e.BulletRangeCollectionDirective=Pn,e.BulletChartModule=Vn,e.BulletChartAllModule=Nn,e.BulletTooltipService=En,e.BulletChartLegendService=_n,e.Chart3DSeriesDirective=zn,e.Chart3DSeriesCollectionDirective=Wn,e.Chart3DAxisDirective=Xn,e.Chart3DAxesDirective=Yn,e.Chart3DRowDirective=Qn,e.Chart3DRowsDirective=$n,e.Chart3DColumnDirective=ri,e.Chart3DColumnsDirective=ni,e.Chart3DSelectedDataIndexDirective=ai,e.Chart3DSelectedDataIndexesDirective=si,e.Chart3DModule=pi,e.Chart3DAllModule=ki,e.ColumnSeries3DService=gi,e.StackingColumnSeries3DService=Ci,e.BarSeries3DService=mi,e.StackingBarSeries3DService=Si,e.Category3DService=fi,e.DateTime3DService=vi,e.DateTimeCategory3DService=yi,e.Logarithmic3DService=ji,e.Tooltip3DService=Di,e.Legend3DService=xi,e.DataLabel3DService=bi,e.Selection3DService=Ri,e.Export3DService=Mi,e.Highlight3DService=Li,e.CircularChart3DSeriesDirective=Oi,e.CircularChart3DSeriesCollectionDirective=Ii,e.CircularChart3DSelectedDataIndexDirective=Ei,e.CircularChart3DSelectedDataIndexesDirective=_i,e.CircularChart3DModule=zi,e.CircularChart3DAllModule=Qi,e.PieSeries3DService=Wi,e.CircularChartTooltip3DService=Zi,e.CircularChartLegend3DService=Ui,e.CircularChartSelection3DService=Xi,e.CircularChartDataLabel3DService=Yi,e.CircularChartHighlight3DService=Ji,e.CircularChartExport3DService=Ki,e.SankeyNodeDirective=to,e.SankeyNodesCollectionDirective=ro,e.SankeyLinkDirective=oo,e.SankeyLinksCollectionDirective=ao,e.SankeyModule=po,e.SankeyAllModule=fo,e.SankeyLegendService=go,e.SankeyTooltipService=Co,e.SankeyHighlightService=mo,e.SankeyExportService=So,e.ɵc=Vt,e.ɵd=Et,e.ɵm=On,e.ɵn=In,e.ɵa=de,e.ɵb=ue,e.ɵo=di,e.ɵp=ui,e.ɵq=Hi,e.ɵr=Gi,e.ɵe=rr,e.ɵf=nr,e.ɵs=lo,e.ɵt=uo,e.ɵi=Lr,e.ɵj=kr,e.ɵg=Cr,e.ɵh=mr,e.ɵk=jn,e.ɵl=Dn,e.RangeColorSetting=n.RangeColorSetting,e.CrosshairSettings=n.CrosshairSettings,e.ZoomSettings=n.ZoomSettings,e.Chart=n.Chart,e.Row=n.Row,e.Column=n.Column,e.MajorGridLines=n.MajorGridLines,e.MinorGridLines=n.MinorGridLines,e.AxisLine=n.AxisLine,e.MajorTickLines=n.MajorTickLines,e.MinorTickLines=n.MinorTickLines,e.CrosshairTooltip=n.CrosshairTooltip,e.Axis=n.Axis,e.VisibleLabels=n.VisibleLabels,e.Double=n.Double,e.DateTime=n.DateTime,e.Category=n.Category,e.Logarithmic=n.Logarithmic,e.DateTimeCategory=n.DateTimeCategory,e.NiceInterval=n.NiceInterval,e.StripLine=n.StripLine,e.Connector=n.Connector,e.Location=n.Location,e.Accessibility=n.Accessibility,e.SeriesAccessibility=n.SeriesAccessibility,e.Font=n.Font,e.StackLabelsFont=n.StackLabelsFont,e.CenterLabel=n.CenterLabel,e.Border=n.Border,e.Offset=n.Offset,e.Margin=n.Margin,e.Animation=n.Animation,e.TooltipSettings=n.TooltipSettings,e.EmptyPointSettings=n.EmptyPointSettings,e.Indexes=n.Indexes,e.CornerRadius=n.CornerRadius,e.ContainerPadding=n.ContainerPadding,e.titleBorder=n.titleBorder,e.titleSettings=n.titleSettings,e.TitleStyleSettings=n.TitleStyleSettings,e.ChartArea=n.ChartArea,e.DragSettings=n.DragSettings,e.Periods=n.Periods,e.PeriodSelectorSettings=n.PeriodSelectorSettings,e.StockTooltipSettings=n.StockTooltipSettings,e.GradientColorStop=n.GradientColorStop,e.LinearGradient=n.LinearGradient,e.RadialGradient=n.RadialGradient,e.Index=n.Index,e.LineSeries=n.LineSeries,e.ColumnSeries=n.ColumnSeries,e.AreaSeries=n.AreaSeries,e.BarSeries=n.BarSeries,e.PolarSeries=n.PolarSeries,e.RadarSeries=n.RadarSeries,e.StackingBarSeries=n.StackingBarSeries,e.CandleSeries=n.CandleSeries,e.StackingColumnSeries=n.StackingColumnSeries,e.StepLineSeries=n.StepLineSeries,e.StepAreaSeries=n.StepAreaSeries,e.StackingAreaSeries=n.StackingAreaSeries,e.StackingStepAreaSeries=n.StackingStepAreaSeries,e.StackingLineSeries=n.StackingLineSeries,e.ScatterSeries=n.ScatterSeries,e.RangeColumnSeries=n.RangeColumnSeries,e.RangeStepAreaSeries=n.RangeStepAreaSeries,e.WaterfallSeries=n.WaterfallSeries,e.HiloSeries=n.HiloSeries,e.HiloOpenCloseSeries=n.HiloOpenCloseSeries,e.RangeAreaSeries=n.RangeAreaSeries,e.SplineRangeAreaSeries=n.SplineRangeAreaSeries,e.BubbleSeries=n.BubbleSeries,e.SplineSeries=n.SplineSeries,e.HistogramSeries=n.HistogramSeries,e.SplineAreaSeries=n.SplineAreaSeries,e.TechnicalIndicator=n.TechnicalIndicator,e.SmaIndicator=n.SmaIndicator,e.EmaIndicator=n.EmaIndicator,e.TmaIndicator=n.TmaIndicator,e.AccumulationDistributionIndicator=n.AccumulationDistributionIndicator,e.AtrIndicator=n.AtrIndicator,e.MomentumIndicator=n.MomentumIndicator,e.RsiIndicator=n.RsiIndicator,e.StochasticIndicator=n.StochasticIndicator,e.BollingerBands=n.BollingerBands,e.MacdIndicator=n.MacdIndicator,e.Trendlines=n.Trendlines,e.sort=n.sort,e.isBreakLabel=n.isBreakLabel,e.getVisiblePoints=n.getVisiblePoints,e.calculateScrollbarOffset=n.calculateScrollbarOffset,e.rotateTextSize=n.rotateTextSize,e.removeElement=n.removeElement,e.logBase=n.logBase,e.showTooltip=n.showTooltip,e.inside=n.inside,e.withIn=n.withIn,e.logWithIn=n.logWithIn,e.withInRange=n.withInRange,e.sum=n.sum,e.subArraySum=n.subArraySum,e.subtractThickness=n.subtractThickness,e.subtractRect=n.subtractRect,e.degreeToLocation=n.degreeToLocation,e.degreeToRadian=n.degreeToRadian,e.getRotatedRectangleCoordinates=n.getRotatedRectangleCoordinates,e.isRotatedRectIntersect=n.isRotatedRectIntersect,e.getAngle=n.getAngle,e.subArray=n.subArray,e.valueToCoefficient=n.valueToCoefficient,e.TransformToVisible=n.TransformToVisible,e.indexFinder=n.indexFinder,e.CoefficientToVector=n.CoefficientToVector,e.valueToPolarCoefficient=n.valueToPolarCoefficient,e.Mean=n.Mean,e.PolarArc=n.PolarArc,e.createTooltip=n.createTooltip,e.createZoomingLabels=n.createZoomingLabels,e.findCrosshairDirection=n.findCrosshairDirection,e.withInBounds=n.withInBounds,e.getValueXByPoint=n.getValueXByPoint,e.getValueYByPoint=n.getValueYByPoint,e.findClipRect=n.findClipRect,e.firstToLowerCase=n.firstToLowerCase,e.getTransform=n.getTransform,e.getMinPointsDelta=n.getMinPointsDelta,e.getAnimationFunction=n.getAnimationFunction,e.linear=n.linear,e.markerAnimate=n.markerAnimate,e.animateRectElement=n.animateRectElement,e.pathAnimation=n.pathAnimation,e.animateAddPoints=n.animateAddPoints,e.appendClipElement=n.appendClipElement,e.triggerLabelRender=n.triggerLabelRender,e.setRange=n.setRange,e.isZoomSet=n.isZoomSet,e.getActualDesiredIntervalsCount=n.getActualDesiredIntervalsCount,e.templateAnimate=n.templateAnimate,e.drawSymbol=n.drawSymbol,e.calculateShapes=n.calculateShapes,e.getRectLocation=n.getRectLocation,e.minMax=n.minMax,e.getElement=n.getElement,e.getTemplateFunction=n.getTemplateFunction,e.accReactTemplate=n.accReactTemplate,e.chartReactTemplate=n.chartReactTemplate,e.createTemplate=n.createTemplate,e.getFontStyle=n.getFontStyle,e.measureElementRect=n.measureElementRect,e.findlElement=n.findlElement,e.getPoint=n.getPoint,e.appendElement=n.appendElement,e.appendChildElement=n.appendChildElement,e.getDraggedRectLocation=n.getDraggedRectLocation,e.checkBounds=n.checkBounds,e.getLabelText=n.getLabelText,e.stopTimer=n.stopTimer,e.isCollide=n.isCollide,e.isOverlap=n.isOverlap,e.containsRect=n.containsRect,e.calculateRect=n.calculateRect,e.convertToHexCode=n.convertToHexCode,e.componentToHex=n.componentToHex,e.convertHexToColor=n.convertHexToColor,e.colorNameToHex=n.colorNameToHex,e.checkColorFormat=n.checkColorFormat,e.getSaturationColor=n.getSaturationColor,e.applyZLight=n.applyZLight,e.getMedian=n.getMedian,e.calculateLegendShapes=n.calculateLegendShapes,e.textTrim=n.textTrim,e.lineBreakLabelTrim=n.lineBreakLabelTrim,e.stringToNumber=n.stringToNumber,e.redrawElement=n.redrawElement,e.animateRedrawElement=n.animateRedrawElement,e.animateTextElement=n.animateTextElement,e.textElement=n.textElement,e.calculateSize=n.calculateSize,e.createSvg=n.createSvg,e.getTitle=n.getTitle,e.titlePositionX=n.titlePositionX,e.textWrap=n.textWrap,e.textWrapAnyWhere=n.textWrapAnyWhere,e.getUnicodeText=n.getUnicodeText,e.CustomizeOption=n.CustomizeOption,e.StackValues=n.StackValues,e.RectOption=n.RectOption,e.ImageOption=n.ImageOption,e.CircleOption=n.CircleOption,e.PolygonOption=n.PolygonOption,e.ChartLocation=n.ChartLocation,e.LabelLocation=n.LabelLocation,e.Thickness=n.Thickness,e.ColorValue=n.ColorValue,e.PointData=n.PointData,e.AccPointData=n.AccPointData,e.Point3D=n.Point3D,e.ControlPoints=n.ControlPoints,e.getColorByValue=n.getColorByValue,e.getGradientColor=n.getGradientColor,e.getPercentageColor=n.getPercentageColor,e.getPercentage=n.getPercentage,e.getTextAnchor=n.getTextAnchor,e.getAncestorElement=n.getAncestorElement,e.measureLegendTemplateSize=n.measureLegendTemplateSize,e.toHex2=n.toHex2,e.lightenColor=n.lightenColor,e.brightenColor=n.brightenColor,e.normalizeGradientStops=n.normalizeGradientStops,e.sanitizeGradientColor=n.sanitizeGradientColor,e.getOrCreateSvgDefs=n.getOrCreateSvgDefs,e.removePreviousGradient=n.removePreviousGradient,e.createLinearGradient=n.createLinearGradient,e.createRadialGradient=n.createRadialGradient,e.applyGradientsToSeries=n.applyGradientsToSeries,e.Crosshair=n.Crosshair,e.Tooltip=n.Tooltip,e.Zoom=n.Zoom,e.Selection=n.Selection,e.DataEditing=n.DataEditing,e.Highlight=n.Highlight,e.LastValueLabel=n.LastValueLabel,e.DataLabel=n.DataLabel,e.SeriesLabel=n.SeriesLabel,e.ErrorBar=n.ErrorBar,e.LastValueLabelSettings=n.LastValueLabelSettings,e.SeriesLabelSettings=n.SeriesLabelSettings,e.DataLabelSettings=n.DataLabelSettings,e.MarkerSettings=n.MarkerSettings,e.ParetoOptions=n.ParetoOptions,e.Points=n.Points,e.Trendline=n.Trendline,e.ErrorBarCapSettings=n.ErrorBarCapSettings,e.ChartSegment=n.ChartSegment,e.ErrorBarSettings=n.ErrorBarSettings,e.SeriesBase=n.SeriesBase,e.Series=n.Series,e.Legend=n.Legend,e.ChartAnnotation=n.ChartAnnotation,e.ChartAnnotationSettings=n.ChartAnnotationSettings,e.LabelBorder=n.LabelBorder,e.MultiLevelCategories=n.MultiLevelCategories,e.StripLineSettings=n.StripLineSettings,e.MultiLevelLabels=n.MultiLevelLabels,e.ScrollbarSettingsRange=n.ScrollbarSettingsRange,e.ScrollbarSettings=n.ScrollbarSettings,e.ToolbarPosition=n.ToolbarPosition,e.StackLabelSettings=n.StackLabelSettings,e.BoxAndWhiskerSeries=n.BoxAndWhiskerSeries,e.MultiColoredAreaSeries=n.MultiColoredAreaSeries,e.MultiColoredLineSeries=n.MultiColoredLineSeries,e.MultiColoredSeries=n.MultiColoredSeries,e.MultiLevelLabel=n.MultiLevelLabel,e.ScrollBar=n.ScrollBar,e.ParetoSeries=n.ParetoSeries,e.Export=n.Export,e.AccumulationChart=n.AccumulationChart,e.AccumulationAnnotationSettings=n.AccumulationAnnotationSettings,e.AccumulationDataLabelSettings=n.AccumulationDataLabelSettings,e.PieCenter=n.PieCenter,e.AccPoints=n.AccPoints,e.AccumulationSeries=n.AccumulationSeries,e.getSeriesFromIndex=n.getSeriesFromIndex,e.pointByIndex=n.pointByIndex,e.PieSeries=n.PieSeries,e.FunnelSeries=n.FunnelSeries,e.PyramidSeries=n.PyramidSeries,e.AccumulationLegend=n.AccumulationLegend,e.AccumulationDataLabel=n.AccumulationDataLabel,e.AccumulationTooltip=n.AccumulationTooltip,e.AccumulationSelection=n.AccumulationSelection,e.AccumulationHighlight=n.AccumulationHighlight,e.AccumulationAnnotation=n.AccumulationAnnotation,e.StockChart=n.StockChart,e.StockChartFont=n.StockChartFont,e.StockChartBorder=n.StockChartBorder,e.StockChartArea=n.StockChartArea,e.StockMargin=n.StockMargin,e.StockChartStripLineSettings=n.StockChartStripLineSettings,e.StockEmptyPointSettings=n.StockEmptyPointSettings,e.StockChartConnector=n.StockChartConnector,e.StockSeries=n.StockSeries,e.StockChartIndicator=n.StockChartIndicator,e.StockChartAxis=n.StockChartAxis,e.StockChartRow=n.StockChartRow,e.StockChartTrendline=n.StockChartTrendline,e.StockChartAnnotationSettings=n.StockChartAnnotationSettings,e.StockChartIndexes=n.StockChartIndexes,e.StockEventsSettings=n.StockEventsSettings,e.StockChartLegendSettings=n.StockChartLegendSettings,e.StockLegend=n.StockLegend,e.loaded=n.loaded,e.legendClick=n.legendClick,e.load=n.load,e.animationComplete=n.animationComplete,e.legendRender=n.legendRender,e.textRender=n.textRender,e.pointRender=n.pointRender,e.sharedTooltipRender=n.sharedTooltipRender,e.seriesRender=n.seriesRender,e.axisLabelRender=n.axisLabelRender,e.axisLabelClick=n.axisLabelClick,e.axisRangeCalculated=n.axisRangeCalculated,e.axisMultiLabelRender=n.axisMultiLabelRender,e.tooltipRender=n.tooltipRender,e.chartMouseMove=n.chartMouseMove,e.chartMouseClick=n.chartMouseClick,e.chartDoubleClick=n.chartDoubleClick,e.pointClick=n.pointClick,e.pointDoubleClick=n.pointDoubleClick,e.pointMove=n.pointMove,e.chartMouseLeave=n.chartMouseLeave,e.chartMouseDown=n.chartMouseDown,e.chartMouseUp=n.chartMouseUp,e.zoomComplete=n.zoomComplete,e.dragComplete=n.dragComplete,e.selectionComplete=n.selectionComplete,e.resized=n.resized,e.beforeResize=n.beforeResize,e.beforePrint=n.beforePrint,e.annotationRender=n.annotationRender,e.scrollStart=n.scrollStart,e.scrollEnd=n.scrollEnd,e.scrollChanged=n.scrollChanged,e.stockEventRender=n.stockEventRender,e.multiLevelLabelClick=n.multiLevelLabelClick,e.dragStart=n.dragStart,e.drag=n.drag,e.dragEnd=n.dragEnd,e.regSub=n.regSub,e.regSup=n.regSup,e.beforeExport=n.beforeExport,e.afterExport=n.afterExport,e.bulletChartMouseClick=n.bulletChartMouseClick,e.onZooming=n.onZooming,e.stockEventFont=n.stockEventFont,e.getSeriesColor=n.getSeriesColor,e.getThemeColor=n.getThemeColor,e.getScrollbarThemeColor=n.getScrollbarThemeColor,e.PeriodSelector=n.PeriodSelector,e.RangeNavigator=n.RangeNavigator,e.rangeValueToCoefficient=n.rangeValueToCoefficient,e.getXLocation=n.getXLocation,e.getRangeValueXByPoint=n.getRangeValueXByPoint,e.getExactData=n.getExactData,e.getNearestValue=n.getNearestValue,e.DataPoint=n.DataPoint,e.getRangeThemeColor=n.getRangeThemeColor,e.RangeNavigatorAxis=n.RangeNavigatorAxis,e.RangeSeries=n.RangeSeries,e.RangeSlider=n.RangeSlider,e.RangeNavigatorSeries=n.RangeNavigatorSeries,e.ThumbSettings=n.ThumbSettings,e.StyleSettings=n.StyleSettings,e.RangeTooltipSettings=n.RangeTooltipSettings,e.RangeTooltip=n.RangeTooltip,e.BulletChart=n.BulletChart,e.Range=n.Range,e.MajorTickLinesSettings=n.MajorTickLinesSettings,e.MinorTickLinesSettings=n.MinorTickLinesSettings,e.BulletLabelStyle=n.BulletLabelStyle,e.BulletTooltipSettings=n.BulletTooltipSettings,e.BulletDataLabel=n.BulletDataLabel,e.BulletChartLegendSettings=n.BulletChartLegendSettings,e.getBulletThemeColor=n.getBulletThemeColor,e.BulletTooltip=n.BulletTooltip,e.BulletChartLegend=n.BulletChartLegend,e.Smithchart=n.Smithchart,e.SmithchartMajorGridLines=n.SmithchartMajorGridLines,e.SmithchartMinorGridLines=n.SmithchartMinorGridLines,e.SmithchartAxisLine=n.SmithchartAxisLine,e.SmithchartAxis=n.SmithchartAxis,e.LegendTitle=n.LegendTitle,e.LegendLocation=n.LegendLocation,e.LegendItemStyleBorder=n.LegendItemStyleBorder,e.LegendItemStyle=n.LegendItemStyle,e.LegendBorder=n.LegendBorder,e.SmithchartLegendSettings=n.SmithchartLegendSettings,e.SeriesTooltipBorder=n.SeriesTooltipBorder,e.SeriesTooltip=n.SeriesTooltip,e.SeriesMarkerBorder=n.SeriesMarkerBorder,e.SeriesMarkerDataLabelBorder=n.SeriesMarkerDataLabelBorder,e.SeriesMarkerDataLabelConnectorLine=n.SeriesMarkerDataLabelConnectorLine,e.SeriesMarkerDataLabel=n.SeriesMarkerDataLabel,e.SeriesMarker=n.SeriesMarker,e.SmithchartSeries=n.SmithchartSeries,e.TooltipRender=n.TooltipRender,e.Subtitle=n.Subtitle,e.Title=n.Title,e.SmithchartFont=n.SmithchartFont,e.SmithchartMargin=n.SmithchartMargin,e.SmithchartBorder=n.SmithchartBorder,e.SmithchartRect=n.SmithchartRect,e.LabelCollection=n.LabelCollection,e.LegendSeries=n.LegendSeries,e.LabelRegion=n.LabelRegion,e.HorizontalLabelCollection=n.HorizontalLabelCollection,e.RadialLabelCollections=n.RadialLabelCollections,e.LineSegment=n.LineSegment,e.PointRegion=n.PointRegion,e.Point=n.Point,e.ClosestPoint=n.ClosestPoint,e.MarkerOptions=n.MarkerOptions,e.SmithchartLabelPosition=n.SmithchartLabelPosition,e.Direction=n.Direction,e.DataLabelTextOptions=n.DataLabelTextOptions,e.LabelOption=n.LabelOption,e.SmithchartSize=n.SmithchartSize,e.GridArcPoints=n.GridArcPoints,e.smithchartBeforePrint=n.smithchartBeforePrint,e.SmithchartLegend=n.SmithchartLegend,e.Sparkline=n.Sparkline,e.SparklineTooltip=n.SparklineTooltip,e.SparklineBorder=n.SparklineBorder,e.SparklineFont=n.SparklineFont,e.TrackLineSettings=n.TrackLineSettings,e.SparklineTooltipSettings=n.SparklineTooltipSettings,e.ContainerArea=n.ContainerArea,e.LineSettings=n.LineSettings,e.RangeBandSettings=n.RangeBandSettings,e.AxisSettings=n.AxisSettings,e.Padding=n.Padding,e.SparklineMarkerSettings=n.SparklineMarkerSettings,e.LabelOffset=n.LabelOffset,e.SparklineDataLabelSettings=n.SparklineDataLabelSettings,e.Chart3D=n.Chart3D,e.Chart3DRender=n.Chart3DRender,e.Vector3D=n.Vector3D,e.Matrix3D=n.Matrix3D,e.ChartTransform3D=n.ChartTransform3D,e.Graphics3D=n.Graphics3D,e.BinaryTreeBuilder=n.BinaryTreeBuilder,e.Svg3DRenderer=n.Svg3DRenderer,e.Polygon3D=n.Polygon3D,e.getMinPointsDeltaValue=n.getMinPointsDeltaValue,e.valueToCoefficients=n.valueToCoefficients,e.WallRenderer=n.WallRenderer,e.AxisRenderer=n.AxisRenderer,e.Chart3DRow=n.Chart3DRow,e.Chart3DColumn=n.Chart3DColumn,e.Chart3DMajorGridLines=n.Chart3DMajorGridLines,e.Chart3DMinorGridLines=n.Chart3DMinorGridLines,e.Chart3DMajorTickLines=n.Chart3DMajorTickLines,e.Chart3DMinorTickLines=n.Chart3DMinorTickLines,e.Chart3DAxis=n.Chart3DAxis,e.Visible3DLabels=n.Visible3DLabels,e.NiceIntervals=n.NiceIntervals,e.CartesianAxisLayoutPanel=n.CartesianAxisLayoutPanel,e.Category3D=n.Category3D,e.DateTime3D=n.DateTime3D,e.DateTimeCategory3D=n.DateTimeCategory3D,e.Double3D=n.Double3D,e.Logarithmic3D=n.Logarithmic3D,e.Chart3DDataLabelSettings=n.Chart3DDataLabelSettings,e.Chart3DEmptyPointSettings=n.Chart3DEmptyPointSettings,e.Chart3DPoint=n.Chart3DPoint,e.Chart3DSeries=n.Chart3DSeries,e.ColumnSeries3D=n.ColumnSeries3D,e.StackingColumnSeries3D=n.StackingColumnSeries3D,e.StackingBarSeries3D=n.StackingBarSeries3D,e.BarSeries3D=n.BarSeries3D,e.DataLabel3D=n.DataLabel3D,e.Chart3DLegendSettings=n.Chart3DLegendSettings,e.Legend3D=n.Legend3D,e.Chart3DTooltipSettings=n.Chart3DTooltipSettings,e.Tooltip3D=n.Tooltip3D,e.Selection3D=n.Selection3D,e.Highlight3D=n.Highlight3D,e.Export3D=n.Export3D,e.Chart3DTextFont=n.Chart3DTextFont,e.TitleBorder=n.TitleBorder,e.TitleSettings=n.TitleSettings,e.get3DThemeColor=n.get3DThemeColor,e.get3DSeriesColor=n.get3DSeriesColor,e.CircularChart3D=n.CircularChart3D,e.CircularChart3DLegendSettings=n.CircularChart3DLegendSettings,e.CircularChartLegend3D=n.CircularChartLegend3D,e.CircularChartExport3D=n.CircularChartExport3D,e.CircularChart3DPoints=n.CircularChart3DPoints,e.CircularChart3DEmptyPointSettings=n.CircularChart3DEmptyPointSettings,e.CircularChart3DSeries=n.CircularChart3DSeries,e.PieSeries3D=n.PieSeries3D,e.CircularChart3DDataLabelFont=n.CircularChart3DDataLabelFont,e.CircularChart3DConnector=n.CircularChart3DConnector,e.CircularChart3DDataLabelSettings=n.CircularChart3DDataLabelSettings,e.CircularChartDataLabel3D=n.CircularChartDataLabel3D,e.CircularChartSelection3D=n.CircularChartSelection3D,e.CircularChartHighlight3D=n.CircularChartHighlight3D,e.CircularChart3DPointData=n.CircularChart3DPointData,e.CircularChart3DTooltipSettings=n.CircularChart3DTooltipSettings,e.CircularChartTooltip3D=n.CircularChartTooltip3D,e.Sankey=n.Sankey,e.SankeySeries=n.SankeySeries,e.SankeyLegend=n.SankeyLegend,e.SankeyDataLabel=n.SankeyDataLabel,e.SankeyLabelSettings=n.SankeyLabelSettings,e.SankeyNode=n.SankeyNode,e.SankeyLink=n.SankeyLink,e.SankeyLinkSettings=n.SankeyLinkSettings,e.SankeyNodeSettings=n.SankeyNodeSettings,e.SankeyTitleStyle=n.SankeyTitleStyle,e.SankeyTooltipSettings=n.SankeyTooltipSettings,e.SankeyLegendSettings=n.SankeyLegendSettings,e.SankeyTextStyle=n.SankeyTextStyle,e.SankeyHighlight=n.SankeyHighlight,e.SankeyTooltip=n.SankeyTooltip,e.SankeyExport=n.SankeyExport,Object.defineProperty(e,"__esModule",{value:!0})});
11
+ //# sourceMappingURL=ej2-angular-charts.umd.min.js.map