igniteui-angular-core 18.1.0 → 18.1.1

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 (76) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1669 -1419
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CategoryChartDescription.js +131 -131
  4. package/esm2015/lib/ChartMouseEventArgsDescription.js +16 -8
  5. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
  6. package/esm2015/lib/ComponentRenderer_combined.js +8 -0
  7. package/esm2015/lib/DataChartMouseButtonEventArgsDescription.js +19 -11
  8. package/esm2015/lib/DataPieBaseChartDescription.js +112 -104
  9. package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
  10. package/esm2015/lib/DataPieChartDescription.js +36 -36
  11. package/esm2015/lib/DomainChartDescription.js +129 -81
  12. package/esm2015/lib/DomainChartDescriptionMetadata.js +8 -0
  13. package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescription.js +34 -0
  14. package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +37 -0
  15. package/esm2015/lib/DomainChartSeriesPointerEventArgsDescription.js +13 -5
  16. package/esm2015/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
  17. package/esm2015/lib/FinancialChartDescription.js +179 -179
  18. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  19. package/esm2015/lib/RadialBaseChartDescription.js +216 -216
  20. package/esm2015/lib/RadialPieSeriesDescription.js +8 -0
  21. package/esm2015/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
  22. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
  23. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +340 -340
  24. package/esm2015/lib/WebIconDescriptionMetadata.js +5 -0
  25. package/esm2015/lib/WebIconMetaDescription.js +8 -6
  26. package/esm2015/lib/WebIconMetaDescriptionMetadata.js +4 -0
  27. package/esm2015/lib/XYChartDescription.js +216 -216
  28. package/esm2015/public_api.js +2 -0
  29. package/esm5/lib/CategoryChartDescription.js +131 -131
  30. package/esm5/lib/ChartMouseEventArgsDescription.js +19 -7
  31. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
  32. package/esm5/lib/ComponentRenderer_combined.js +8 -0
  33. package/esm5/lib/DataChartMouseButtonEventArgsDescription.js +22 -10
  34. package/esm5/lib/DataPieBaseChartDescription.js +116 -104
  35. package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
  36. package/esm5/lib/DataPieChartDescription.js +36 -36
  37. package/esm5/lib/DomainChartDescription.js +153 -81
  38. package/esm5/lib/DomainChartDescriptionMetadata.js +8 -0
  39. package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescription.js +44 -0
  40. package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +41 -0
  41. package/esm5/lib/DomainChartSeriesPointerEventArgsDescription.js +17 -5
  42. package/esm5/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
  43. package/esm5/lib/FinancialChartDescription.js +179 -179
  44. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  45. package/esm5/lib/RadialBaseChartDescription.js +216 -216
  46. package/esm5/lib/RadialPieSeriesDescription.js +12 -0
  47. package/esm5/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
  48. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
  49. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +339 -339
  50. package/esm5/lib/WebIconDescriptionMetadata.js +5 -0
  51. package/esm5/lib/WebIconMetaDescription.js +8 -6
  52. package/esm5/lib/WebIconMetaDescriptionMetadata.js +4 -0
  53. package/esm5/lib/XYChartDescription.js +216 -216
  54. package/esm5/public_api.js +2 -0
  55. package/fesm2015/igniteui-angular-core.js +1603 -1409
  56. package/fesm5/igniteui-angular-core.js +1668 -1420
  57. package/lib/CategoryChartDescription.d.ts +45 -45
  58. package/lib/ChartMouseEventArgsDescription.d.ts +7 -3
  59. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +1 -0
  60. package/lib/DataChartMouseButtonEventArgsDescription.d.ts +8 -4
  61. package/lib/DataPieBaseChartDescription.d.ts +39 -36
  62. package/lib/DataPieChartDescription.d.ts +12 -12
  63. package/lib/DomainChartDescription.d.ts +46 -28
  64. package/lib/DomainChartPlotAreaPointerEventArgsDescription.d.ts +15 -0
  65. package/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.d.ts +13 -0
  66. package/lib/DomainChartSeriesPointerEventArgsDescription.d.ts +6 -2
  67. package/lib/FinancialChartDescription.d.ts +61 -61
  68. package/lib/ILegendContext.d.ts +1 -0
  69. package/lib/RadialBaseChartDescription.d.ts +76 -76
  70. package/lib/RadialPieSeriesDescription.d.ts +3 -0
  71. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +121 -121
  72. package/lib/WebIconDescriptionMetadata.d.ts +1 -0
  73. package/lib/WebIconMetaDescription.d.ts +4 -2
  74. package/lib/XYChartDescription.d.ts +76 -76
  75. package/package.json +1 -1
  76. package/public_api.d.ts +2 -0
@@ -22,19 +22,19 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
22
22
  this.fo = 0;
23
23
  this.fn = 0;
24
24
  this.fl = 0;
25
- this.nc = null;
26
- this.nf = null;
25
+ this.ni = null;
26
+ this.nl = null;
27
27
  this.fb = 0;
28
28
  this.fu = 0;
29
29
  this.fk = 0;
30
30
  this.da = 0;
31
31
  this.ji = 0;
32
- this.ni = null;
32
+ this.no = null;
33
33
  this.jf = 0;
34
34
  this.jh = 0;
35
35
  this.je = 0;
36
- this.nd = null;
37
- this.ng = null;
36
+ this.nj = null;
37
+ this.nm = null;
38
38
  this.ki = null;
39
39
  this.d7 = 0;
40
40
  this.d8 = 0;
@@ -178,11 +178,11 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
178
178
  this.s = null;
179
179
  this.w = null;
180
180
  this.ak = null;
181
- this.m0 = null;
181
+ this.m5 = null;
182
182
  this.l9 = null;
183
- this.mz = null;
183
+ this.m4 = null;
184
184
  this.l7 = null;
185
- this.my = null;
185
+ this.m3 = null;
186
186
  this.ai = null;
187
187
  this.t = null;
188
188
  this.ac = null;
@@ -217,10 +217,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
217
217
  this.mc = null;
218
218
  this.bp = null;
219
219
  this.j5 = null;
220
- this.na = null;
221
- this.ne = null;
222
- this.nb = null;
220
+ this.ng = null;
223
221
  this.nk = null;
222
+ this.nh = null;
223
+ this.nq = null;
224
224
  this.fj = 0;
225
225
  this.fp = 0;
226
226
  this.mw = null;
@@ -236,7 +236,7 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
236
236
  this.c9 = 0;
237
237
  this.bs = false;
238
238
  this.al = null;
239
- this.nj = null;
239
+ this.np = null;
240
240
  this.fv = 0;
241
241
  this.br = false;
242
242
  this.fg = 0;
@@ -244,15 +244,15 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
244
244
  this.fh = 0;
245
245
  this.ff = 0;
246
246
  this.j6 = null;
247
- this.m2 = null;
248
- this.m3 = null;
247
+ this.m8 = null;
248
+ this.m9 = null;
249
249
  this.mf = null;
250
250
  this.me = null;
251
251
  this.mp = null;
252
252
  this.mr = null;
253
253
  this.mq = null;
254
254
  this.jj = 0;
255
- this.nh = null;
255
+ this.nn = null;
256
256
  this.kb = null;
257
257
  this.b0 = false;
258
258
  this.kd = null;
@@ -292,9 +292,9 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
292
292
  this.an = null;
293
293
  this.fw = 0;
294
294
  this.mh = null;
295
- this.nm = null;
295
+ this.ns = null;
296
296
  this.mj = null;
297
- this.no = null;
297
+ this.nu = null;
298
298
  this.mg = null;
299
299
  this.mi = null;
300
300
  this.e8 = 0;
@@ -305,8 +305,8 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
305
305
  this.fa = 0;
306
306
  this.e9 = 0;
307
307
  this.b8 = false;
308
- this.nl = null;
309
- this.nn = null;
308
+ this.nr = null;
309
+ this.nt = null;
310
310
  this.f0 = 0;
311
311
  this.fz = 0;
312
312
  this.fx = 0;
@@ -319,16 +319,22 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
319
319
  this.f4 = 0;
320
320
  this.f7 = 0;
321
321
  this.f6 = 0;
322
- this.m1 = null;
323
- this.m9 = null;
324
- this.m5 = null;
325
322
  this.m6 = null;
323
+ this.nf = null;
324
+ this.nb = null;
325
+ this.nc = null;
326
+ this.nd = null;
327
+ this.na = null;
328
+ this.ne = null;
326
329
  this.m7 = null;
327
- this.m4 = null;
328
- this.m8 = null;
330
+ this.my = null;
331
+ this.mz = null;
332
+ this.m0 = null;
333
+ this.mx = null;
334
+ this.m1 = null;
329
335
  this.j2 = null;
330
336
  this.jx = null;
331
- this.mx = null;
337
+ this.m2 = null;
332
338
  this.l8 = null;
333
339
  this.l4 = null;
334
340
  }
@@ -402,17 +408,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
402
408
  this.g("SubtitleBottomMargin");
403
409
  }
404
410
  get subtitleTextColor() {
405
- return this.nc;
411
+ return this.ni;
406
412
  }
407
413
  set subtitleTextColor(a) {
408
- this.nc = a;
414
+ this.ni = a;
409
415
  this.g("SubtitleTextColor");
410
416
  }
411
417
  get titleTextColor() {
412
- return this.nf;
418
+ return this.nl;
413
419
  }
414
420
  set titleTextColor(a) {
415
- this.nf = a;
421
+ this.nl = a;
416
422
  this.g("TitleTextColor");
417
423
  }
418
424
  get leftMargin() {
@@ -451,10 +457,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
451
457
  this.g("TransitionDuration");
452
458
  }
453
459
  get transitionEasingFunctionRef() {
454
- return this.ni;
460
+ return this.no;
455
461
  }
456
462
  set transitionEasingFunctionRef(a) {
457
- this.ni = a;
463
+ this.no = a;
458
464
  this.g("TransitionEasingFunctionRef");
459
465
  }
460
466
  get highlightingTransitionDuration() {
@@ -479,17 +485,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
479
485
  this.g("FocusTransitionDuration");
480
486
  }
481
487
  get subtitleTextStyle() {
482
- return this.nd;
488
+ return this.nj;
483
489
  }
484
490
  set subtitleTextStyle(a) {
485
- this.nd = a;
491
+ this.nj = a;
486
492
  this.g("SubtitleTextStyle");
487
493
  }
488
494
  get titleTextStyle() {
489
- return this.ng;
495
+ return this.nm;
490
496
  }
491
497
  set titleTextStyle(a) {
492
- this.ng = a;
498
+ this.nm = a;
493
499
  this.g("TitleTextStyle");
494
500
  }
495
501
  get dataToolTipGroupingMode() {
@@ -1494,10 +1500,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1494
1500
  this.g("SummaryDescriptions");
1495
1501
  }
1496
1502
  get selectionMode() {
1497
- return this.m0;
1503
+ return this.m5;
1498
1504
  }
1499
1505
  set selectionMode(a) {
1500
- this.m0 = a;
1506
+ this.m5 = a;
1501
1507
  this.g("SelectionMode");
1502
1508
  }
1503
1509
  get focusMode() {
@@ -1508,10 +1514,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1508
1514
  this.g("FocusMode");
1509
1515
  }
1510
1516
  get selectionBrush() {
1511
- return this.mz;
1517
+ return this.m4;
1512
1518
  }
1513
1519
  set selectionBrush(a) {
1514
- this.mz = a;
1520
+ this.m4 = a;
1515
1521
  this.g("SelectionBrush");
1516
1522
  }
1517
1523
  get focusBrush() {
@@ -1522,10 +1528,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1522
1528
  this.g("FocusBrush");
1523
1529
  }
1524
1530
  get selectionBehavior() {
1525
- return this.my;
1531
+ return this.m3;
1526
1532
  }
1527
1533
  set selectionBehavior(a) {
1528
- this.my = a;
1534
+ this.m3 = a;
1529
1535
  this.g("SelectionBehavior");
1530
1536
  }
1531
1537
  get selectedSeriesItems() {
@@ -1767,31 +1773,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1767
1773
  this.g("ChartTitle");
1768
1774
  }
1769
1775
  get subtitle() {
1770
- return this.na;
1776
+ return this.ng;
1771
1777
  }
1772
1778
  set subtitle(a) {
1773
- this.na = a;
1779
+ this.ng = a;
1774
1780
  this.g("Subtitle");
1775
1781
  }
1776
1782
  get titleAlignment() {
1777
- return this.ne;
1783
+ return this.nk;
1778
1784
  }
1779
1785
  set titleAlignment(a) {
1780
- this.ne = a;
1786
+ this.nk = a;
1781
1787
  this.g("TitleAlignment");
1782
1788
  }
1783
1789
  get subtitleAlignment() {
1784
- return this.nb;
1790
+ return this.nh;
1785
1791
  }
1786
1792
  set subtitleAlignment(a) {
1787
- this.nb = a;
1793
+ this.nh = a;
1788
1794
  this.g("SubtitleAlignment");
1789
1795
  }
1790
1796
  get unknownValuePlotting() {
1791
- return this.nk;
1797
+ return this.nq;
1792
1798
  }
1793
1799
  set unknownValuePlotting(a) {
1794
- this.nk = a;
1800
+ this.nq = a;
1795
1801
  this.g("UnknownValuePlotting");
1796
1802
  }
1797
1803
  get resolution() {
@@ -1900,10 +1906,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1900
1906
  this.g("TrendLineBrushes");
1901
1907
  }
1902
1908
  get trendLineType() {
1903
- return this.nj;
1909
+ return this.np;
1904
1910
  }
1905
1911
  set trendLineType(a) {
1906
- this.nj = a;
1912
+ this.np = a;
1907
1913
  this.g("TrendLineType");
1908
1914
  }
1909
1915
  get trendLineThickness() {
@@ -1956,17 +1962,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1956
1962
  this.g("ComputedPlotAreaMarginMode");
1957
1963
  }
1958
1964
  get seriesPlotAreaMarginHorizontalMode() {
1959
- return this.m2;
1965
+ return this.m8;
1960
1966
  }
1961
1967
  set seriesPlotAreaMarginHorizontalMode(a) {
1962
- this.m2 = a;
1968
+ this.m8 = a;
1963
1969
  this.g("SeriesPlotAreaMarginHorizontalMode");
1964
1970
  }
1965
1971
  get seriesPlotAreaMarginVerticalMode() {
1966
- return this.m3;
1972
+ return this.m9;
1967
1973
  }
1968
1974
  set seriesPlotAreaMarginVerticalMode(a) {
1969
- this.m3 = a;
1975
+ this.m9 = a;
1970
1976
  this.g("SeriesPlotAreaMarginVerticalMode");
1971
1977
  }
1972
1978
  get highlightingMode() {
@@ -2012,10 +2018,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2012
2018
  this.g("TrendLinePeriod");
2013
2019
  }
2014
2020
  get toolTipType() {
2015
- return this.nh;
2021
+ return this.nn;
2016
2022
  }
2017
2023
  set toolTipType(a) {
2018
- this.nh = a;
2024
+ this.nn = a;
2019
2025
  this.g("ToolTipType");
2020
2026
  }
2021
2027
  get crosshairsDisplayMode() {
@@ -2292,10 +2298,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2292
2298
  this.g("HorizontalViewScrollbarMode");
2293
2299
  }
2294
2300
  get verticalViewScrollbarMode() {
2295
- return this.nm;
2301
+ return this.ns;
2296
2302
  }
2297
2303
  set verticalViewScrollbarMode(a) {
2298
- this.nm = a;
2304
+ this.ns = a;
2299
2305
  this.g("VerticalViewScrollbarMode");
2300
2306
  }
2301
2307
  get horizontalViewScrollbarPosition() {
@@ -2306,10 +2312,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2306
2312
  this.g("HorizontalViewScrollbarPosition");
2307
2313
  }
2308
2314
  get verticalViewScrollbarPosition() {
2309
- return this.no;
2315
+ return this.nu;
2310
2316
  }
2311
2317
  set verticalViewScrollbarPosition(a) {
2312
- this.no = a;
2318
+ this.nu = a;
2313
2319
  this.g("VerticalViewScrollbarPosition");
2314
2320
  }
2315
2321
  get horizontalViewScrollbarFill() {
@@ -2383,17 +2389,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2383
2389
  this.g("HorizontalViewScrollbarShouldAddAutoTrackInsets");
2384
2390
  }
2385
2391
  get verticalViewScrollbarFill() {
2386
- return this.nl;
2392
+ return this.nr;
2387
2393
  }
2388
2394
  set verticalViewScrollbarFill(a) {
2389
- this.nl = a;
2395
+ this.nr = a;
2390
2396
  this.g("VerticalViewScrollbarFill");
2391
2397
  }
2392
2398
  get verticalViewScrollbarOutline() {
2393
- return this.nn;
2399
+ return this.nt;
2394
2400
  }
2395
2401
  set verticalViewScrollbarOutline(a) {
2396
- this.nn = a;
2402
+ this.nt = a;
2397
2403
  this.g("VerticalViewScrollbarOutline");
2398
2404
  }
2399
2405
  get verticalViewScrollbarStrokeThickness() {
@@ -2481,54 +2487,96 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2481
2487
  this.g("WindowSizeMinHeight");
2482
2488
  }
2483
2489
  get seriesAddedRef() {
2484
- return this.m1;
2490
+ return this.m6;
2485
2491
  }
2486
2492
  set seriesAddedRef(a) {
2487
- this.m1 = a;
2493
+ this.m6 = a;
2488
2494
  this.g("SeriesAddedRef");
2489
2495
  }
2490
2496
  get seriesRemovedRef() {
2491
- return this.m9;
2497
+ return this.nf;
2492
2498
  }
2493
2499
  set seriesRemovedRef(a) {
2494
- this.m9 = a;
2500
+ this.nf = a;
2495
2501
  this.g("SeriesRemovedRef");
2496
2502
  }
2497
2503
  get seriesPointerEnterRef() {
2498
- return this.m5;
2504
+ return this.nb;
2499
2505
  }
2500
2506
  set seriesPointerEnterRef(a) {
2501
- this.m5 = a;
2507
+ this.nb = a;
2502
2508
  this.g("SeriesPointerEnterRef");
2503
2509
  }
2504
2510
  get seriesPointerLeaveRef() {
2505
- return this.m6;
2511
+ return this.nc;
2506
2512
  }
2507
2513
  set seriesPointerLeaveRef(a) {
2508
- this.m6 = a;
2514
+ this.nc = a;
2509
2515
  this.g("SeriesPointerLeaveRef");
2510
2516
  }
2511
2517
  get seriesPointerMoveRef() {
2512
- return this.m7;
2518
+ return this.nd;
2513
2519
  }
2514
2520
  set seriesPointerMoveRef(a) {
2515
- this.m7 = a;
2521
+ this.nd = a;
2516
2522
  this.g("SeriesPointerMoveRef");
2517
2523
  }
2518
2524
  get seriesPointerDownRef() {
2519
- return this.m4;
2525
+ return this.na;
2520
2526
  }
2521
2527
  set seriesPointerDownRef(a) {
2522
- this.m4 = a;
2528
+ this.na = a;
2523
2529
  this.g("SeriesPointerDownRef");
2524
2530
  }
2525
2531
  get seriesPointerUpRef() {
2526
- return this.m8;
2532
+ return this.ne;
2527
2533
  }
2528
2534
  set seriesPointerUpRef(a) {
2529
- this.m8 = a;
2535
+ this.ne = a;
2530
2536
  this.g("SeriesPointerUpRef");
2531
2537
  }
2538
+ get seriesClickRef() {
2539
+ return this.m7;
2540
+ }
2541
+ set seriesClickRef(a) {
2542
+ this.m7 = a;
2543
+ this.g("SeriesClickRef");
2544
+ }
2545
+ get plotAreaPointerEnterRef() {
2546
+ return this.my;
2547
+ }
2548
+ set plotAreaPointerEnterRef(a) {
2549
+ this.my = a;
2550
+ this.g("PlotAreaPointerEnterRef");
2551
+ }
2552
+ get plotAreaPointerLeaveRef() {
2553
+ return this.mz;
2554
+ }
2555
+ set plotAreaPointerLeaveRef(a) {
2556
+ this.mz = a;
2557
+ this.g("PlotAreaPointerLeaveRef");
2558
+ }
2559
+ get plotAreaPointerMoveRef() {
2560
+ return this.m0;
2561
+ }
2562
+ set plotAreaPointerMoveRef(a) {
2563
+ this.m0 = a;
2564
+ this.g("PlotAreaPointerMoveRef");
2565
+ }
2566
+ get plotAreaPointerDownRef() {
2567
+ return this.mx;
2568
+ }
2569
+ set plotAreaPointerDownRef(a) {
2570
+ this.mx = a;
2571
+ this.g("PlotAreaPointerDownRef");
2572
+ }
2573
+ get plotAreaPointerUpRef() {
2574
+ return this.m1;
2575
+ }
2576
+ set plotAreaPointerUpRef(a) {
2577
+ this.m1 = a;
2578
+ this.g("PlotAreaPointerUpRef");
2579
+ }
2532
2580
  get calloutStyleUpdatingRef() {
2533
2581
  return this.j2;
2534
2582
  }
@@ -2544,10 +2592,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2544
2592
  this.g("CalloutRenderStyleUpdatingRef");
2545
2593
  }
2546
2594
  get selectedSeriesItemsChangedRef() {
2547
- return this.mx;
2595
+ return this.m2;
2548
2596
  }
2549
2597
  set selectedSeriesItemsChangedRef(a) {
2550
- this.mx = a;
2598
+ this.m2 = a;
2551
2599
  this.g("SelectedSeriesItemsChangedRef");
2552
2600
  }
2553
2601
  get focusedSeriesItemsChangedRef() {
@@ -8,6 +8,7 @@ import { Base, String_$type, markType } from "./type";
8
8
  import { Dictionary$2 } from "./Dictionary$2";
9
9
  import { ChartSeriesEventArgsDescriptionMetadata } from "./ChartSeriesEventArgsDescriptionMetadata";
10
10
  import { DomainChartSeriesPointerEventArgsDescriptionMetadata } from "./DomainChartSeriesPointerEventArgsDescriptionMetadata";
11
+ import { DomainChartPlotAreaPointerEventArgsDescriptionMetadata } from "./DomainChartPlotAreaPointerEventArgsDescriptionMetadata";
11
12
  import { CalloutStyleUpdatingEventArgsDescriptionMetadata } from "./CalloutStyleUpdatingEventArgsDescriptionMetadata";
12
13
  import { CalloutRenderStyleUpdatingEventArgsDescriptionMetadata } from "./CalloutRenderStyleUpdatingEventArgsDescriptionMetadata";
13
14
  import { SeriesViewerSelectedSeriesItemsChangedEventArgsDescriptionMetadata } from "./SeriesViewerSelectedSeriesItemsChangedEventArgsDescriptionMetadata";
@@ -28,6 +29,7 @@ export let DomainChartDescriptionMetadata = /*@__PURE__*/ (() => {
28
29
  a.ac(DomainChartDescriptionMetadata.a);
29
30
  ChartSeriesEventArgsDescriptionMetadata.d(a);
30
31
  DomainChartSeriesPointerEventArgsDescriptionMetadata.d(a);
32
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.d(a);
31
33
  CalloutStyleUpdatingEventArgsDescriptionMetadata.d(a);
32
34
  CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.d(a);
33
35
  SeriesViewerSelectedSeriesItemsChangedEventArgsDescriptionMetadata.d(a);
@@ -391,6 +393,12 @@ export let DomainChartDescriptionMetadata = /*@__PURE__*/ (() => {
391
393
  a.item("SeriesPointerMoveRef", "EventRef::seriesPointerMove");
392
394
  a.item("SeriesPointerDownRef", "EventRef::seriesPointerDown");
393
395
  a.item("SeriesPointerUpRef", "EventRef::seriesPointerUp");
396
+ a.item("SeriesClickRef", "EventRef::seriesClick");
397
+ a.item("PlotAreaPointerEnterRef", "EventRef::plotAreaPointerEnter");
398
+ a.item("PlotAreaPointerLeaveRef", "EventRef::plotAreaPointerLeave");
399
+ a.item("PlotAreaPointerMoveRef", "EventRef::plotAreaPointerMove");
400
+ a.item("PlotAreaPointerDownRef", "EventRef::plotAreaPointerDown");
401
+ a.item("PlotAreaPointerUpRef", "EventRef::plotAreaPointerUp");
394
402
  a.item("CalloutStyleUpdatingRef", "EventRef::calloutStyleUpdating");
395
403
  a.item("CalloutRenderStyleUpdatingRef", "EventRef::calloutRenderStyleUpdating");
396
404
  a.item("SelectedSeriesItemsChangedRef", "EventRef::selectedSeriesItemsChanged");
@@ -0,0 +1,34 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Description } from "./Description";
8
+ import { markType } from "./type";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let DomainChartPlotAreaPointerEventArgsDescription = /*@__PURE__*/ (() => {
13
+ class DomainChartPlotAreaPointerEventArgsDescription extends Description {
14
+ constructor() {
15
+ super();
16
+ this.h = null;
17
+ }
18
+ get_type() {
19
+ return "DomainChartPlotAreaPointerEventArgs";
20
+ }
21
+ get type() {
22
+ return this.get_type();
23
+ }
24
+ get plotAreaPosition() {
25
+ return this.h;
26
+ }
27
+ set plotAreaPosition(a) {
28
+ this.h = a;
29
+ this.g("PlotAreaPosition");
30
+ }
31
+ }
32
+ DomainChartPlotAreaPointerEventArgsDescription.$t = markType(DomainChartPlotAreaPointerEventArgsDescription, 'DomainChartPlotAreaPointerEventArgsDescription', Description.$);
33
+ return DomainChartPlotAreaPointerEventArgsDescription;
34
+ })();
@@ -0,0 +1,37 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { Base, String_$type, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { DomainChartPlotAreaPointerEventArgsDescription } from "./DomainChartPlotAreaPointerEventArgsDescription";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export let DomainChartPlotAreaPointerEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
14
+ class DomainChartPlotAreaPointerEventArgsDescriptionMetadata extends Base {
15
+ static b(a) {
16
+ if (DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a == null) {
17
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
18
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.c(DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a);
19
+ }
20
+ if (a.k(DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a)) {
21
+ return;
22
+ }
23
+ a.ac(DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a);
24
+ }
25
+ static c(a) {
26
+ a.item("PlotAreaPosition", "Point");
27
+ }
28
+ static d(a) {
29
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.b(a);
30
+ a.ae("DomainChartPlotAreaPointerEventArgs", () => new DomainChartPlotAreaPointerEventArgsDescription());
31
+ a.ad("DomainChartPlotAreaPointerEventArgs", DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a);
32
+ }
33
+ }
34
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.$t = markType(DomainChartPlotAreaPointerEventArgsDescriptionMetadata, 'DomainChartPlotAreaPointerEventArgsDescriptionMetadata');
35
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a = null;
36
+ return DomainChartPlotAreaPointerEventArgsDescriptionMetadata;
37
+ })();
@@ -13,8 +13,9 @@ export let DomainChartSeriesPointerEventArgsDescription = /*@__PURE__*/ (() => {
13
13
  class DomainChartSeriesPointerEventArgsDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.h = null;
17
16
  this.j = null;
17
+ this.l = null;
18
+ this.h = null;
18
19
  }
19
20
  get_type() {
20
21
  return "DomainChartSeriesPointerEventArgs";
@@ -23,19 +24,26 @@ export let DomainChartSeriesPointerEventArgsDescription = /*@__PURE__*/ (() => {
23
24
  return this.get_type();
24
25
  }
25
26
  get series() {
26
- return this.h;
27
+ return this.j;
27
28
  }
28
29
  set series(a) {
29
- this.h = a;
30
+ this.j = a;
30
31
  this.g("Series");
31
32
  }
32
33
  get itemRef() {
33
- return this.j;
34
+ return this.l;
34
35
  }
35
36
  set itemRef(a) {
36
- this.j = a;
37
+ this.l = a;
37
38
  this.g("ItemRef");
38
39
  }
40
+ get plotAreaPosition() {
41
+ return this.h;
42
+ }
43
+ set plotAreaPosition(a) {
44
+ this.h = a;
45
+ this.g("PlotAreaPosition");
46
+ }
39
47
  }
40
48
  DomainChartSeriesPointerEventArgsDescription.$t = markType(DomainChartSeriesPointerEventArgsDescription, 'DomainChartSeriesPointerEventArgsDescription', Description.$);
41
49
  return DomainChartSeriesPointerEventArgsDescription;
@@ -27,6 +27,7 @@ export let DomainChartSeriesPointerEventArgsDescriptionMetadata = /*@__PURE__*/
27
27
  static c(a) {
28
28
  a.item("Series", "ExportedType:Series");
29
29
  a.item("ItemRef", "(w:Item,wf:Item)DataRef");
30
+ a.item("PlotAreaPosition", "Point");
30
31
  }
31
32
  static d(a) {
32
33
  DomainChartSeriesPointerEventArgsDescriptionMetadata.b(a);