igniteui-webcomponents-charts 4.0.3 → 4.2.2

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 (157) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +1524 -1369
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AnchoredCategorySeries_combined.js +4 -3
  4. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +5 -4
  5. package/esm2015/lib/AreaSeries_combined.js +8 -8
  6. package/esm2015/lib/BarSeries_combined.js +1 -1
  7. package/esm2015/lib/BollingerBandsOverlay_combined.js +8 -8
  8. package/esm2015/lib/BubbleSeries_combined.js +20 -15
  9. package/esm2015/lib/CalloutLayer_combined.js +12 -12
  10. package/esm2015/lib/CategoryHighlightLayer_combined.js +1 -1
  11. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +4 -4
  12. package/esm2015/lib/CategoryToolTipLayer_combined.js +3 -1
  13. package/esm2015/lib/CategoryXAxis_combined.js +1 -1
  14. package/esm2015/lib/CategoryYAxis_combined.js +2 -4
  15. package/esm2015/lib/ColumnSeries_combined.js +1 -1
  16. package/esm2015/lib/CrosshairLayer_combined.js +1 -1
  17. package/esm2015/lib/DataLegendContent_combined.js +491 -476
  18. package/esm2015/lib/DataLegendStylingColumnEventArgs.js +2 -1
  19. package/esm2015/lib/DataToolTipLayer_combined.js +3 -1
  20. package/esm2015/lib/FinancialIndicator_combined.js +17 -17
  21. package/esm2015/lib/FinancialPriceSeries_combined.js +37 -30
  22. package/esm2015/lib/FunnelLegendTemplates.js +1 -1
  23. package/esm2015/lib/HighDensityScatterSeries_combined.js +12 -10
  24. package/esm2015/lib/HorizontalAxisView_combined.js +30 -30
  25. package/esm2015/lib/HorizontalRangeCategorySeries.js +12 -8
  26. package/esm2015/lib/ItemToolTipLayer_combined.js +3 -1
  27. package/esm2015/lib/LegendBaseViewManager_combined.js +1 -1
  28. package/esm2015/lib/LineSeries_combined.js +6 -6
  29. package/esm2015/lib/NumericXAxis_combined.js +2 -2
  30. package/esm2015/lib/NumericYAxis_combined.js +2 -2
  31. package/esm2015/lib/PieChartViewManager_combined.js +38 -30
  32. package/esm2015/lib/PieLegendTemplates.js +2 -2
  33. package/esm2015/lib/PointerTooltip_combined.js +10 -10
  34. package/esm2015/lib/PolarAreaSeries_combined.js +4 -4
  35. package/esm2015/lib/PolarBase_combined.js +9 -7
  36. package/esm2015/lib/PolarLineSeries_combined.js +2 -2
  37. package/esm2015/lib/PolarSplineAreaSeries_combined.js +4 -4
  38. package/esm2015/lib/PolarSplineSeries_combined.js +2 -2
  39. package/esm2015/lib/PriceChannelOverlay_combined.js +6 -6
  40. package/esm2015/lib/RadialAreaSeries_combined.js +8 -8
  41. package/esm2015/lib/RadialColumnSeries_combined.js +1 -1
  42. package/esm2015/lib/RadialLineSeries_combined.js +6 -6
  43. package/esm2015/lib/RadialPieSeries_combined.js +1 -1
  44. package/esm2015/lib/RangeAreaSeries_combined.js +6 -6
  45. package/esm2015/lib/RangeColumnSeries_combined.js +1 -1
  46. package/esm2015/lib/ScaleLegend_combined.js +8 -6
  47. package/esm2015/lib/ScatterAreaSeries_combined.js +17 -14
  48. package/esm2015/lib/ScatterBase_combined.js +10 -8
  49. package/esm2015/lib/ScatterContourSeries_combined.js +14 -11
  50. package/esm2015/lib/ScatterLineSeriesView.js +2 -2
  51. package/esm2015/lib/ScatterPolygonSeries_combined.js +4 -4
  52. package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
  53. package/esm2015/lib/ScatterTriangulationSeries.js +8 -8
  54. package/esm2015/lib/SeriesViewer_combined.js +134 -111
  55. package/esm2015/lib/ShapeSeriesBase_combined.js +5 -5
  56. package/esm2015/lib/SplineAreaSeries_combined.js +8 -8
  57. package/esm2015/lib/SplineSeries_combined.js +6 -6
  58. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +50 -38
  59. package/esm2015/lib/StepAreaSeries_combined.js +8 -8
  60. package/esm2015/lib/StepLineSeries_combined.js +6 -6
  61. package/esm2015/lib/TreemapView_combined.js +21 -21
  62. package/esm2015/lib/ValueOverlay_combined.js +1 -1
  63. package/esm2015/lib/WaterfallSeries_combined.js +1 -1
  64. package/esm2015/lib/XamFunnelView_combined.js +22 -22
  65. package/esm2015/lib/ZoomSliderView_combined.js +23 -23
  66. package/esm2015/lib/igc-assigning-series-style-event-args-base.js +5 -3
  67. package/esm2015/lib/igc-data-legend-component.js +256 -257
  68. package/esm2015/lib/igc-data-legend-styling-column-event-args.js +19 -10
  69. package/esm2015/lib/igc-data-tool-tip-layer-component.js +0 -1
  70. package/esm2015/lib/igc-domain-chart-component.js +45 -27
  71. package/esm2015/lib/igc-financial-event-args.js +10 -6
  72. package/esm2015/lib/igc-ring-series-component.js +5 -3
  73. package/esm2015/lib/igc-scatter-polygon-series-component.js +5 -3
  74. package/esm2015/lib/igc-scatter-polyline-series-component.js +5 -3
  75. package/esm2015/lib/igc-stacked-series-created-event-args.js +5 -3
  76. package/esm5/lib/AnchoredCategorySeries_combined.js +4 -3
  77. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +5 -4
  78. package/esm5/lib/AreaSeries_combined.js +8 -8
  79. package/esm5/lib/BarSeries_combined.js +1 -1
  80. package/esm5/lib/BollingerBandsOverlay_combined.js +8 -8
  81. package/esm5/lib/BubbleSeries_combined.js +20 -15
  82. package/esm5/lib/CalloutLayer_combined.js +12 -12
  83. package/esm5/lib/CategoryHighlightLayer_combined.js +1 -1
  84. package/esm5/lib/CategoryItemHighlightLayer_combined.js +4 -4
  85. package/esm5/lib/CategoryToolTipLayer_combined.js +3 -1
  86. package/esm5/lib/CategoryXAxis_combined.js +1 -1
  87. package/esm5/lib/CategoryYAxis_combined.js +2 -4
  88. package/esm5/lib/ColumnSeries_combined.js +1 -1
  89. package/esm5/lib/CrosshairLayer_combined.js +1 -1
  90. package/esm5/lib/DataLegendContent_combined.js +495 -480
  91. package/esm5/lib/DataLegendStylingColumnEventArgs.js +2 -1
  92. package/esm5/lib/DataToolTipLayer_combined.js +3 -1
  93. package/esm5/lib/FinancialIndicator_combined.js +17 -17
  94. package/esm5/lib/FinancialPriceSeries_combined.js +37 -30
  95. package/esm5/lib/FunnelLegendTemplates.js +1 -1
  96. package/esm5/lib/HighDensityScatterSeries_combined.js +12 -10
  97. package/esm5/lib/HorizontalAxisView_combined.js +30 -30
  98. package/esm5/lib/HorizontalRangeCategorySeries.js +12 -8
  99. package/esm5/lib/ItemToolTipLayer_combined.js +3 -1
  100. package/esm5/lib/LegendBaseViewManager_combined.js +1 -1
  101. package/esm5/lib/LineSeries_combined.js +6 -6
  102. package/esm5/lib/NumericXAxis_combined.js +2 -2
  103. package/esm5/lib/NumericYAxis_combined.js +2 -2
  104. package/esm5/lib/PieChartViewManager_combined.js +38 -30
  105. package/esm5/lib/PieLegendTemplates.js +2 -2
  106. package/esm5/lib/PointerTooltip_combined.js +10 -10
  107. package/esm5/lib/PolarAreaSeries_combined.js +4 -4
  108. package/esm5/lib/PolarBase_combined.js +9 -7
  109. package/esm5/lib/PolarLineSeries_combined.js +2 -2
  110. package/esm5/lib/PolarSplineAreaSeries_combined.js +4 -4
  111. package/esm5/lib/PolarSplineSeries_combined.js +2 -2
  112. package/esm5/lib/PriceChannelOverlay_combined.js +6 -6
  113. package/esm5/lib/RadialAreaSeries_combined.js +8 -8
  114. package/esm5/lib/RadialColumnSeries_combined.js +1 -1
  115. package/esm5/lib/RadialLineSeries_combined.js +6 -6
  116. package/esm5/lib/RadialPieSeries_combined.js +1 -1
  117. package/esm5/lib/RangeAreaSeries_combined.js +6 -6
  118. package/esm5/lib/RangeColumnSeries_combined.js +1 -1
  119. package/esm5/lib/ScaleLegend_combined.js +8 -6
  120. package/esm5/lib/ScatterAreaSeries_combined.js +17 -14
  121. package/esm5/lib/ScatterBase_combined.js +10 -8
  122. package/esm5/lib/ScatterContourSeries_combined.js +14 -11
  123. package/esm5/lib/ScatterLineSeriesView.js +2 -2
  124. package/esm5/lib/ScatterPolygonSeries_combined.js +4 -4
  125. package/esm5/lib/ScatterSplineSeriesView.js +2 -2
  126. package/esm5/lib/ScatterTriangulationSeries.js +8 -8
  127. package/esm5/lib/SeriesViewer_combined.js +134 -111
  128. package/esm5/lib/ShapeSeriesBase_combined.js +5 -5
  129. package/esm5/lib/SplineAreaSeries_combined.js +8 -8
  130. package/esm5/lib/SplineSeries_combined.js +6 -6
  131. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +72 -43
  132. package/esm5/lib/StepAreaSeries_combined.js +8 -8
  133. package/esm5/lib/StepLineSeries_combined.js +6 -6
  134. package/esm5/lib/TreemapView_combined.js +21 -21
  135. package/esm5/lib/ValueOverlay_combined.js +1 -1
  136. package/esm5/lib/WaterfallSeries_combined.js +1 -1
  137. package/esm5/lib/XamFunnelView_combined.js +22 -22
  138. package/esm5/lib/ZoomSliderView_combined.js +23 -23
  139. package/esm5/lib/igc-assigning-series-style-event-args-base.js +5 -3
  140. package/esm5/lib/igc-data-legend-component.js +256 -257
  141. package/esm5/lib/igc-data-legend-styling-column-event-args.js +22 -9
  142. package/esm5/lib/igc-data-tool-tip-layer-component.js +0 -1
  143. package/esm5/lib/igc-domain-chart-component.js +45 -27
  144. package/esm5/lib/igc-financial-event-args.js +10 -6
  145. package/esm5/lib/igc-ring-series-component.js +5 -3
  146. package/esm5/lib/igc-scatter-polygon-series-component.js +5 -3
  147. package/esm5/lib/igc-scatter-polyline-series-component.js +5 -3
  148. package/esm5/lib/igc-stacked-series-created-event-args.js +5 -3
  149. package/fesm2015/igniteui-webcomponents-charts.js +1495 -1361
  150. package/fesm5/igniteui-webcomponents-charts.js +1524 -1369
  151. package/lib/DataLegendContent_combined.d.ts +111 -109
  152. package/lib/DataLegendStylingColumnEventArgs.d.ts +3 -2
  153. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +3 -2
  154. package/lib/igc-data-legend-component.d.ts +0 -1
  155. package/lib/igc-data-legend-styling-column-event-args.d.ts +5 -1
  156. package/lib/igc-data-tool-tip-layer-component.d.ts +0 -1
  157. package/package.json +2 -2
@@ -136,14 +136,14 @@ export let SplineSeriesView = /*@__PURE__*/ (() => {
136
136
  super.a6(a, b);
137
137
  if (a.d) {
138
138
  if (b) {
139
- a.s(this.df);
140
- a.s(this.dg);
141
- a.s(this.dh);
139
+ a.t(this.df);
140
+ a.t(this.dg);
141
+ a.t(this.dh);
142
142
  }
143
143
  else {
144
- a.s(this.dl);
145
- a.s(this.dm);
146
- a.s(this.dn);
144
+ a.t(this.dl);
145
+ a.t(this.dm);
146
+ a.t(this.dn);
147
147
  }
148
148
  }
149
149
  }
@@ -3400,6 +3400,9 @@ export let HorizontalStackedSeriesBase = /*@__PURE__*/ (() => {
3400
3400
  l7(a, b, c, d) {
3401
3401
  super.l7(a, b, c, d);
3402
3402
  switch (b) {
3403
+ case "Resolution":
3404
+ this.tq.j();
3405
+ break;
3403
3406
  case HorizontalStackedSeriesBase.$$p[0]:
3404
3407
  if (c != d) {
3405
3408
  this.k4(typeCast(Axis.$, c));
@@ -4244,8 +4247,9 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4244
4247
  let c = new DataLegendSeriesValueInfo();
4245
4248
  c.l = this.br({ $type: Point_$type, x: a, y: b }, false, false);
4246
4249
  c.p = "Value";
4247
- c.q = this.fe != null ? this.fe : "";
4248
- c.r = this.fg != null ? this.fg : "";
4250
+ c.q = this.fi != null ? this.fi : "Value";
4251
+ c.r = this.fe != null ? this.fe : "";
4252
+ c.s = this.fg != null ? this.fg : "";
4249
4253
  let d = new DataLegendSeriesContext();
4250
4254
  d.f = ((() => {
4251
4255
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -5386,16 +5390,16 @@ export let AreaFragmentView = /*@__PURE__*/ (() => {
5386
5390
  super.a6(a, b);
5387
5391
  if (a.d) {
5388
5392
  if (b) {
5389
- a.s(this.dc);
5390
- a.s(this.dd);
5391
- a.s(this.de);
5392
- a.s(this.df);
5393
+ a.t(this.dc);
5394
+ a.t(this.dd);
5395
+ a.t(this.de);
5396
+ a.t(this.df);
5393
5397
  }
5394
5398
  else {
5395
- a.s(this.dg);
5396
- a.s(this.dh);
5397
- a.s(this.di);
5398
- a.s(this.dj);
5399
+ a.t(this.dg);
5400
+ a.t(this.dh);
5401
+ a.t(this.di);
5402
+ a.t(this.dj);
5399
5403
  }
5400
5404
  }
5401
5405
  }
@@ -5515,7 +5519,7 @@ export let ColumnFragmentView = /*@__PURE__*/ (() => {
5515
5519
  for (let c = 0; c < this.de.count; c++) {
5516
5520
  let d = this.aa(c, b);
5517
5521
  this.bd(d, c, b);
5518
- a.v(d);
5522
+ a.w(d);
5519
5523
  }
5520
5524
  }
5521
5525
  }
@@ -5625,14 +5629,14 @@ export let LineFragmentView = /*@__PURE__*/ (() => {
5625
5629
  super.a6(a, b);
5626
5630
  if (a.d) {
5627
5631
  if (b) {
5628
- a.s(this.dc);
5629
- a.s(this.dd);
5630
- a.s(this.de);
5632
+ a.t(this.dc);
5633
+ a.t(this.dd);
5634
+ a.t(this.de);
5631
5635
  }
5632
5636
  else {
5633
- a.s(this.df);
5634
- a.s(this.dg);
5635
- a.s(this.dh);
5637
+ a.t(this.df);
5638
+ a.t(this.dg);
5639
+ a.t(this.dh);
5636
5640
  }
5637
5641
  }
5638
5642
  }
@@ -5710,16 +5714,16 @@ export let SplineAreaFragmentView = /*@__PURE__*/ (() => {
5710
5714
  super.a6(a, b);
5711
5715
  if (a.d) {
5712
5716
  if (b) {
5713
- a.s(this.de);
5714
- a.s(this.df);
5715
- a.s(this.dg);
5716
- a.s(this.dh);
5717
+ a.t(this.de);
5718
+ a.t(this.df);
5719
+ a.t(this.dg);
5720
+ a.t(this.dh);
5717
5721
  }
5718
5722
  else {
5719
- a.s(this.di);
5720
- a.s(this.dj);
5721
- a.s(this.dk);
5722
- a.s(this.dl);
5723
+ a.t(this.di);
5724
+ a.t(this.dj);
5725
+ a.t(this.dk);
5726
+ a.t(this.dl);
5723
5727
  }
5724
5728
  }
5725
5729
  }
@@ -5789,14 +5793,14 @@ export let SplineFragmentView = /*@__PURE__*/ (() => {
5789
5793
  super.a6(a, b);
5790
5794
  if (a.d) {
5791
5795
  if (b) {
5792
- a.s(this.de);
5793
- a.s(this.df);
5794
- a.s(this.dg);
5796
+ a.t(this.de);
5797
+ a.t(this.df);
5798
+ a.t(this.dg);
5795
5799
  }
5796
5800
  else {
5797
- a.s(this.dh);
5798
- a.s(this.di);
5799
- a.s(this.dj);
5801
+ a.t(this.dh);
5802
+ a.t(this.di);
5803
+ a.t(this.dj);
5800
5804
  }
5801
5805
  }
5802
5806
  }
@@ -6008,8 +6012,8 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
6008
6012
  this.c = null;
6009
6013
  this.e = null;
6010
6014
  this.d = null;
6011
- this.j = null;
6012
6015
  this.k = null;
6016
+ this.l = null;
6013
6017
  if (a == null) {
6014
6018
  return;
6015
6019
  }
@@ -6018,8 +6022,8 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
6018
6022
  this.c = new StackedSeriesCollection();
6019
6023
  this.e = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
6020
6024
  this.d = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
6021
- this.j = this.b.tr.c2;
6022
- this.k = this.b.tr.c4;
6025
+ this.k = this.b.tr.c2;
6026
+ this.l = this.b.tr.c4;
6023
6027
  let b = this.c;
6024
6028
  b.collectionChanged = delegateCombine(b.collectionChanged, (b, c) => {
6025
6029
  if (c.oldItems != null) {
@@ -6047,8 +6051,8 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
6047
6051
  e.b8 = null;
6048
6052
  e.itemsSource = null;
6049
6053
  e.legend = null;
6050
- if (this.k != null && this.k.ab.contains(e)) {
6051
- this.k.ab.remove(e);
6054
+ if (this.l != null && this.l.ab.contains(e)) {
6055
+ this.l.ab.remove(e);
6052
6056
  }
6053
6057
  if (this.b.cd != null) {
6054
6058
  this.b.cd.op(e);
@@ -6059,8 +6063,8 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
6059
6063
  for (let f of fromEn(d.newItems)) {
6060
6064
  f.cd = this.b.cd;
6061
6065
  f.b8 = this.b.b8;
6062
- if (!this.k.ab.contains(f)) {
6063
- this.k.ab.add(f);
6066
+ if (!this.l.ab.contains(f)) {
6067
+ this.l.ab.add(f);
6064
6068
  }
6065
6069
  if (this.b.cd != null) {
6066
6070
  this.b.cd.lk(f);
@@ -6139,6 +6143,14 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
6139
6143
  }
6140
6144
  return null;
6141
6145
  }
6146
+ j() {
6147
+ if (this.b == null) {
6148
+ return;
6149
+ }
6150
+ for (let a of fromEnum(this.f)) {
6151
+ a.gv = this.b.fv;
6152
+ }
6153
+ }
6142
6154
  i(a, b) {
6143
6155
  if (b.itemsSource == null) {
6144
6156
  a.itemsSource = this.b.itemsSource;
@@ -238,16 +238,16 @@ export let StepAreaSeriesView = /*@__PURE__*/ (() => {
238
238
  a6(a, b) {
239
239
  super.a6(a, b);
240
240
  if (b) {
241
- a.s(this.de);
242
- a.s(this.df);
243
- a.s(this.dg);
244
- a.s(this.dh);
241
+ a.t(this.de);
242
+ a.t(this.df);
243
+ a.t(this.dg);
244
+ a.t(this.dh);
245
245
  }
246
246
  else {
247
- a.s(this.di);
248
- a.s(this.dj);
249
- a.s(this.dk);
250
- a.s(this.dl);
247
+ a.t(this.di);
248
+ a.t(this.dj);
249
+ a.t(this.dk);
250
+ a.t(this.dl);
251
251
  }
252
252
  }
253
253
  al(a) {
@@ -243,14 +243,14 @@ export let StepLineSeriesView = /*@__PURE__*/ (() => {
243
243
  super.a6(a, b);
244
244
  if (a.d) {
245
245
  if (b) {
246
- a.s(this.dd);
247
- a.s(this.de);
248
- a.s(this.df);
246
+ a.t(this.dd);
247
+ a.t(this.de);
248
+ a.t(this.df);
249
249
  }
250
250
  else {
251
- a.s(this.dj);
252
- a.s(this.dk);
253
- a.s(this.dl);
251
+ a.t(this.dj);
252
+ a.t(this.dk);
253
+ a.t(this.dl);
254
254
  }
255
255
  }
256
256
  }
@@ -185,7 +185,7 @@ export let TreemapView = /*@__PURE__*/ (() => {
185
185
  this.l = new RenderingContext(new CanvasViewRenderer(), j);
186
186
  this.ap();
187
187
  this.a2();
188
- this.l.ac(this.f);
188
+ this.l.ad(this.f);
189
189
  this.az();
190
190
  this.c = new CanvasGestureDOMEventProxy(this.ae, this.ac, true);
191
191
  this.c.ao = (k) => true;
@@ -288,7 +288,7 @@ export let TreemapView = /*@__PURE__*/ (() => {
288
288
  this.a3 = new Brush();
289
289
  this.a3._fill = this.ac.rootWrapper.getStyleProperty("color");
290
290
  if (this.l != null) {
291
- this.l.ac(this.f);
291
+ this.l.ad(this.f);
292
292
  }
293
293
  }
294
294
  ar() {
@@ -319,12 +319,12 @@ export let TreemapView = /*@__PURE__*/ (() => {
319
319
  this.r = truncate(Math.round(d));
320
320
  }
321
321
  if (this.l.d && this.v != 1) {
322
- this.l.z();
323
- this.l.aa(this.v, this.v);
322
+ this.l.aa();
323
+ this.l.ab(this.v, this.v);
324
324
  }
325
325
  this.b.f(this.l, this.a.ip, this.q, this.t);
326
326
  if (this.l.d && this.v != 1) {
327
- this.l.y();
327
+ this.l.z();
328
328
  }
329
329
  }
330
330
  av(a) {
@@ -358,24 +358,24 @@ export let TreemapView = /*@__PURE__*/ (() => {
358
358
  aa(a) {
359
359
  if (a != null) {
360
360
  if (this.g != null) {
361
- this.l.ac(this.g);
361
+ this.l.ad(this.g);
362
362
  }
363
363
  else {
364
- this.l.ac(this.e);
364
+ this.l.ad(this.e);
365
365
  }
366
- return this.l.f(a);
366
+ return this.l.g(a);
367
367
  }
368
368
  return 0;
369
369
  }
370
370
  y(a) {
371
371
  if (a != null) {
372
372
  if (this.h != null) {
373
- this.l.ac(this.h);
373
+ this.l.ad(this.h);
374
374
  }
375
375
  else {
376
- this.l.ac(this.e);
376
+ this.l.ad(this.e);
377
377
  }
378
- return this.l.f(a);
378
+ return this.l.g(a);
379
379
  }
380
380
  return 0;
381
381
  }
@@ -511,7 +511,7 @@ export let TreemapViewRenderer = /*@__PURE__*/ (() => {
511
511
  }
512
512
  }
513
513
  f(a, b, c, d) {
514
- a.k(b.left, b.top, b.width, b.height);
514
+ a.l(b.left, b.top, b.width, b.height);
515
515
  if (c != null) {
516
516
  for (let e = 0; e < c.count; e++) {
517
517
  let f = c._inner[e];
@@ -526,8 +526,8 @@ export let TreemapViewRenderer = /*@__PURE__*/ (() => {
526
526
  g.height = f.m.height;
527
527
  g.n = f.m.left;
528
528
  g.o = f.m.top;
529
- a.ac(f.a);
530
- let j = a.f(f.g);
529
+ a.ad(f.a);
530
+ let j = a.g(f.g);
531
531
  if (f.b) {
532
532
  i.al = f.g;
533
533
  switch (f.h) {
@@ -572,21 +572,21 @@ export let TreemapViewRenderer = /*@__PURE__*/ (() => {
572
572
  i.al = f.g;
573
573
  i.ao = f.k;
574
574
  }
575
- a.v(g);
575
+ a.w(g);
576
576
  if (f.s != 0) {
577
577
  if (!f.b) {
578
- a.v(h);
578
+ a.w(h);
579
579
  }
580
580
  }
581
- a.z();
582
- a.ae(f.m);
581
+ a.aa();
582
+ a.af(f.m);
583
583
  if (f.s == 0) {
584
584
  if (!f.b) {
585
- a.v(h);
585
+ a.w(h);
586
586
  }
587
587
  }
588
- a.w(i);
589
- a.y();
588
+ a.x(i);
589
+ a.z();
590
590
  }
591
591
  }
592
592
  }
@@ -406,7 +406,7 @@ export let ValueOverlayView = /*@__PURE__*/ (() => {
406
406
  a6(a, b) {
407
407
  super.a6(a, b);
408
408
  if (a.d) {
409
- a.s(this.bz);
409
+ a.t(this.bz);
410
410
  }
411
411
  }
412
412
  al(a) {
@@ -394,7 +394,7 @@ export let WaterfallSeriesView = /*@__PURE__*/ (() => {
394
394
  for (let c = 0; c < this.dc.count; c++) {
395
395
  let d = this.aa(c, b);
396
396
  this.bd(d, c, b);
397
- a.v(d);
397
+ a.w(d);
398
398
  }
399
399
  }
400
400
  }
@@ -184,12 +184,12 @@ export let XamFunnelView = /*@__PURE__*/ (() => {
184
184
  aq(a, b, c, d, e) {
185
185
  if (a != null) {
186
186
  if (a.d && this.t != 1) {
187
- a.z();
188
- a.aa(this.t, this.t);
187
+ a.aa();
188
+ a.ab(this.t, this.t);
189
189
  }
190
- a.k(b, c, d, e);
190
+ a.l(b, c, d, e);
191
191
  if (a.d && this.t != 1) {
192
- a.y();
192
+ a.z();
193
193
  }
194
194
  }
195
195
  }
@@ -207,8 +207,8 @@ export let XamFunnelView = /*@__PURE__*/ (() => {
207
207
  let b = a.g;
208
208
  let c = this.q;
209
209
  if (c.d && this.t != 1) {
210
- c.z();
211
- c.aa(this.t, this.t);
210
+ c.aa();
211
+ c.ab(this.t, this.t);
212
212
  }
213
213
  let d = new Polygon();
214
214
  let e = new PointCollection(0);
@@ -222,13 +222,13 @@ export let XamFunnelView = /*@__PURE__*/ (() => {
222
222
  d._fill = b.ad;
223
223
  d._stroke = a.h < 1 ? b.ad : b.ag;
224
224
  if (b.a0 != null) {
225
- c.i(d, b.a0);
225
+ c.j(d, b.a0);
226
226
  b.ad = d._fill;
227
227
  b.ag = d._stroke;
228
228
  b.q = d.ac;
229
229
  b.p = d._opacity;
230
230
  }
231
- c.t(d);
231
+ c.u(d);
232
232
  b.q = d.ac;
233
233
  if (b.i) {
234
234
  let h = new TextBlock();
@@ -237,19 +237,19 @@ export let XamFunnelView = /*@__PURE__*/ (() => {
237
237
  this.bf._fill = this.ak("ui-funnel-slice", "color", -1);
238
238
  }
239
239
  h.ao = this.bf;
240
- c.ac(this.m());
240
+ c.ad(this.m());
241
241
  let i = b.v.toString();
242
- let j = c.f(i);
242
+ let j = c.g(i);
243
243
  let k = this.ab();
244
244
  h.al = i;
245
245
  h.o = b.an.y + b.aq.y - (k / 2);
246
246
  h.n = b.an.x + this.u + b.aq.x - (j / 2);
247
247
  b.ax = new Rect(0, h.n, h.o, j, k);
248
248
  b.a2 = h._visibility;
249
- c.w(h);
249
+ c.x(h);
250
250
  }
251
251
  if (c.d && this.t != 1) {
252
- c.y();
252
+ c.z();
253
253
  }
254
254
  }
255
255
  a5(a) {
@@ -260,12 +260,12 @@ export let XamFunnelView = /*@__PURE__*/ (() => {
260
260
  let c = a;
261
261
  let d = this.p;
262
262
  if (d.d && this.t != 1) {
263
- d.z();
264
- d.aa(this.t, this.t);
263
+ d.aa();
264
+ d.ab(this.t, this.t);
265
265
  }
266
266
  let e = new TextBlock();
267
267
  e.al = c.j.toString();
268
- d.ac(this.n());
268
+ d.ad(this.n());
269
269
  if (this.be == null) {
270
270
  this.be = new Brush();
271
271
  this.be._fill = this.ad.rootWrapper.getStyleProperty("color");
@@ -273,13 +273,13 @@ export let XamFunnelView = /*@__PURE__*/ (() => {
273
273
  e.ao = this.be;
274
274
  let f = this.ac();
275
275
  let g = c.l.y - f / 2;
276
- let h = d.f(e.al);
276
+ let h = d.g(e.al);
277
277
  e.n = b;
278
278
  e.o = g;
279
279
  c.f.b.ay = new Rect(0, b, g, h, f);
280
- d.w(e);
280
+ d.x(e);
281
281
  if (d.d && this.t != 1) {
282
- d.y();
282
+ d.z();
283
283
  }
284
284
  }
285
285
  az() {
@@ -580,10 +580,10 @@ export let XamFunnelView = /*@__PURE__*/ (() => {
580
580
  return 0;
581
581
  }
582
582
  let c = 0;
583
- this.p.ac(this.n());
583
+ this.p.ad(this.n());
584
584
  for (let d of fromEnum(b)) {
585
585
  if (d != null) {
586
- c = Math.max(this.p.f(d.toString()), c);
586
+ c = Math.max(this.p.g(d.toString()), c);
587
587
  }
588
588
  }
589
589
  return c;
@@ -591,8 +591,8 @@ export let XamFunnelView = /*@__PURE__*/ (() => {
591
591
  decideLabelSize(a, b) {
592
592
  let c = 0;
593
593
  if (a.b.i) {
594
- this.p.ac(this.m());
595
- c = this.p.f(a.b.v.toString());
594
+ this.p.ad(this.m());
595
+ c = this.p.g(a.b.v.toString());
596
596
  }
597
597
  return new Size(1, c, b ? this.ab() : this.ac());
598
598
  }
@@ -130,10 +130,10 @@ export let ZoomSliderView = /*@__PURE__*/ (() => {
130
130
  this.w = truncate(Math.round(d));
131
131
  }
132
132
  if (this.o.d && this.t != 1) {
133
- this.o.z();
134
- this.o.aa(this.t, this.t);
133
+ this.o.aa();
134
+ this.o.ab(this.t, this.t);
135
135
  }
136
- this.o.k(this.j.fj.left, this.j.fj.top, this.j.fj.width, this.j.fj.height);
136
+ this.o.l(this.j.fj.left, this.j.fj.top, this.j.fj.width, this.j.fj.height);
137
137
  this.a0(this.i.allPaths, this.i.translateX, this.i.translateY);
138
138
  this.a0(this.h.allPaths, this.h.translateX, this.h.translateY);
139
139
  this.a0(this.c.allPaths, this.c.translateX, this.c.translateY);
@@ -155,29 +155,29 @@ export let ZoomSliderView = /*@__PURE__*/ (() => {
155
155
  this.ay(this.g.calloutText);
156
156
  this.ay(this.f.calloutText);
157
157
  if (this.o.d && this.t != 1) {
158
- this.o.y();
158
+ this.o.z();
159
159
  }
160
160
  }
161
161
  ay(a) {
162
162
  if (a.j != null) {
163
- this.o.z();
163
+ this.o.aa();
164
164
  }
165
- this.o.j(a.j);
166
- this.o.w(a);
165
+ this.o.k(a.j);
166
+ this.o.x(a);
167
167
  if (a.j != null) {
168
- this.o.y();
168
+ this.o.z();
169
169
  }
170
170
  }
171
171
  ax(a) {
172
172
  for (let b = 0; b < a.count; b++) {
173
173
  let c = a.item(b);
174
174
  if (c.j != null) {
175
- this.o.z();
175
+ this.o.aa();
176
176
  }
177
- this.o.j(c.j);
178
- this.o.s(c);
177
+ this.o.k(c.j);
178
+ this.o.t(c);
179
179
  if (c.j != null) {
180
- this.o.y();
180
+ this.o.z();
181
181
  }
182
182
  }
183
183
  }
@@ -251,7 +251,7 @@ export let ZoomSliderView = /*@__PURE__*/ (() => {
251
251
  this.v = i;
252
252
  let j = this.u.get2DCanvasContext(this.v);
253
253
  this.o = new RenderingContext(new CanvasViewRenderer(), j);
254
- this.o.ac(this.m);
254
+ this.o.ad(this.m);
255
255
  this.ab();
256
256
  this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
257
257
  this.a.bl = this.j.fj;
@@ -326,7 +326,7 @@ export let ZoomSliderView = /*@__PURE__*/ (() => {
326
326
  this.l = c;
327
327
  this.m = this.l;
328
328
  this.s = FontUtil.getCurrentFontHeight(this.u, this.m);
329
- this.o.ac(this.l);
329
+ this.o.ad(this.l);
330
330
  this.j.trackDirty();
331
331
  }
332
332
  }
@@ -356,7 +356,7 @@ export let ZoomSliderView = /*@__PURE__*/ (() => {
356
356
  }
357
357
  a4(a) {
358
358
  let b = this.s;
359
- let c = this.o.f(a.al);
359
+ let c = this.o.g(a.al);
360
360
  return new Size(1, c, b);
361
361
  }
362
362
  at() {
@@ -1718,7 +1718,7 @@ export let ZoomSlider = /*@__PURE__*/ (() => {
1718
1718
  else {
1719
1719
  a.barBox._stroke = this.eu;
1720
1720
  }
1721
- if (this.a5 == NaN) {
1721
+ if (isNaN_(this.a5)) {
1722
1722
  a.barBox.ac = a.getBarBoxDefaultStrokeThickness();
1723
1723
  }
1724
1724
  else {
@@ -1745,7 +1745,7 @@ export let ZoomSlider = /*@__PURE__*/ (() => {
1745
1745
  else {
1746
1746
  a.calloutText.ao = this.e5;
1747
1747
  }
1748
- if (this.bb == NaN) {
1748
+ if (isNaN_(this.bb)) {
1749
1749
  a.calloutBox.ac = a.getCalloutBoxDefaultStrokeThickness();
1750
1750
  }
1751
1751
  else {
@@ -1772,7 +1772,7 @@ export let ZoomSlider = /*@__PURE__*/ (() => {
1772
1772
  else {
1773
1773
  a.calloutText.ao = this.ex;
1774
1774
  }
1775
- if (this.a6 == NaN) {
1775
+ if (isNaN_(this.a6)) {
1776
1776
  a.calloutBox.ac = a.getCalloutBoxDefaultStrokeThickness();
1777
1777
  }
1778
1778
  else {
@@ -1799,7 +1799,7 @@ export let ZoomSlider = /*@__PURE__*/ (() => {
1799
1799
  else {
1800
1800
  a.thumbRidges._stroke = this.fa;
1801
1801
  }
1802
- if (this.be == NaN) {
1802
+ if (isNaN_(this.be)) {
1803
1803
  a.thumbBox.ac = a.getThumbBoxDefaultStrokeThickness();
1804
1804
  }
1805
1805
  else {
@@ -1826,7 +1826,7 @@ export let ZoomSlider = /*@__PURE__*/ (() => {
1826
1826
  else {
1827
1827
  a.thumbRidges._stroke = this.fd;
1828
1828
  }
1829
- if (this.bj == NaN) {
1829
+ if (isNaN_(this.bj)) {
1830
1830
  a.thumbBox.ac = a.getThumbBoxDefaultStrokeThickness();
1831
1831
  }
1832
1832
  else {
@@ -1847,7 +1847,7 @@ export let ZoomSlider = /*@__PURE__*/ (() => {
1847
1847
  else {
1848
1848
  a.shadeOutline._stroke = this.e7;
1849
1849
  }
1850
- if (this.bc == NaN) {
1850
+ if (isNaN_(this.bc)) {
1851
1851
  a.shadeOutline.ac = a.getShadeOutlineDefaultStrokeThickness();
1852
1852
  }
1853
1853
  else {
@@ -1868,7 +1868,7 @@ export let ZoomSlider = /*@__PURE__*/ (() => {
1868
1868
  else {
1869
1869
  a.shadeOutline._stroke = this.ez;
1870
1870
  }
1871
- if (this.a7 == NaN) {
1871
+ if (isNaN_(this.a7)) {
1872
1872
  a.shadeOutline.ac = a.getShadeOutlineDefaultStrokeThickness();
1873
1873
  }
1874
1874
  else {
@@ -1895,7 +1895,7 @@ export let ZoomSlider = /*@__PURE__*/ (() => {
1895
1895
  else {
1896
1896
  a.thumbRidges._stroke = this.e2;
1897
1897
  }
1898
- if (this.a9 == NaN) {
1898
+ if (isNaN_(this.a9)) {
1899
1899
  a.thumbBox.ac = a.getThumbBoxDefaultStrokeThickness();
1900
1900
  }
1901
1901
  else {
@@ -133,11 +133,13 @@ export class IgcAssigningSeriesStyleEventArgsBase {
133
133
  }
134
134
  if (!r.externalObject) {
135
135
  let e = new IgcHighlightingInfo();
136
- if (e.i.setNativeElement) {
137
- e.i.setNativeElement(r);
136
+ if (r.$type) {
137
+ e._implementation = r;
138
138
  }
139
139
  else {
140
- e._implementation = r;
140
+ if (e.i.setNativeElement) {
141
+ e.i.setNativeElement(r);
142
+ }
141
143
  }
142
144
  r.externalObject = e;
143
145
  }