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
@@ -23,19 +23,19 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
23
23
  _this.fo = 0;
24
24
  _this.fn = 0;
25
25
  _this.fl = 0;
26
- _this.nc = null;
27
- _this.nf = null;
26
+ _this.ni = null;
27
+ _this.nl = null;
28
28
  _this.fb = 0;
29
29
  _this.fu = 0;
30
30
  _this.fk = 0;
31
31
  _this.da = 0;
32
32
  _this.ji = 0;
33
- _this.ni = null;
33
+ _this.no = null;
34
34
  _this.jf = 0;
35
35
  _this.jh = 0;
36
36
  _this.je = 0;
37
- _this.nd = null;
38
- _this.ng = null;
37
+ _this.nj = null;
38
+ _this.nm = null;
39
39
  _this.ki = null;
40
40
  _this.d7 = 0;
41
41
  _this.d8 = 0;
@@ -179,11 +179,11 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
179
179
  _this.s = null;
180
180
  _this.w = null;
181
181
  _this.ak = null;
182
- _this.m0 = null;
182
+ _this.m5 = null;
183
183
  _this.l9 = null;
184
- _this.mz = null;
184
+ _this.m4 = null;
185
185
  _this.l7 = null;
186
- _this.my = null;
186
+ _this.m3 = null;
187
187
  _this.ai = null;
188
188
  _this.t = null;
189
189
  _this.ac = null;
@@ -218,10 +218,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
218
218
  _this.mc = null;
219
219
  _this.bp = null;
220
220
  _this.j5 = null;
221
- _this.na = null;
222
- _this.ne = null;
223
- _this.nb = null;
221
+ _this.ng = null;
224
222
  _this.nk = null;
223
+ _this.nh = null;
224
+ _this.nq = null;
225
225
  _this.fj = 0;
226
226
  _this.fp = 0;
227
227
  _this.mw = null;
@@ -237,7 +237,7 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
237
237
  _this.c9 = 0;
238
238
  _this.bs = false;
239
239
  _this.al = null;
240
- _this.nj = null;
240
+ _this.np = null;
241
241
  _this.fv = 0;
242
242
  _this.br = false;
243
243
  _this.fg = 0;
@@ -245,15 +245,15 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
245
245
  _this.fh = 0;
246
246
  _this.ff = 0;
247
247
  _this.j6 = null;
248
- _this.m2 = null;
249
- _this.m3 = null;
248
+ _this.m8 = null;
249
+ _this.m9 = null;
250
250
  _this.mf = null;
251
251
  _this.me = null;
252
252
  _this.mp = null;
253
253
  _this.mr = null;
254
254
  _this.mq = null;
255
255
  _this.jj = 0;
256
- _this.nh = null;
256
+ _this.nn = null;
257
257
  _this.kb = null;
258
258
  _this.b0 = false;
259
259
  _this.kd = null;
@@ -293,9 +293,9 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
293
293
  _this.an = null;
294
294
  _this.fw = 0;
295
295
  _this.mh = null;
296
- _this.nm = null;
296
+ _this.ns = null;
297
297
  _this.mj = null;
298
- _this.no = null;
298
+ _this.nu = null;
299
299
  _this.mg = null;
300
300
  _this.mi = null;
301
301
  _this.e8 = 0;
@@ -306,8 +306,8 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
306
306
  _this.fa = 0;
307
307
  _this.e9 = 0;
308
308
  _this.b8 = false;
309
- _this.nl = null;
310
- _this.nn = null;
309
+ _this.nr = null;
310
+ _this.nt = null;
311
311
  _this.f0 = 0;
312
312
  _this.fz = 0;
313
313
  _this.fx = 0;
@@ -320,16 +320,22 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
320
320
  _this.f4 = 0;
321
321
  _this.f7 = 0;
322
322
  _this.f6 = 0;
323
- _this.m1 = null;
324
- _this.m9 = null;
325
- _this.m5 = null;
326
323
  _this.m6 = null;
324
+ _this.nf = null;
325
+ _this.nb = null;
326
+ _this.nc = null;
327
+ _this.nd = null;
328
+ _this.na = null;
329
+ _this.ne = null;
327
330
  _this.m7 = null;
328
- _this.m4 = null;
329
- _this.m8 = null;
331
+ _this.my = null;
332
+ _this.mz = null;
333
+ _this.m0 = null;
334
+ _this.mx = null;
335
+ _this.m1 = null;
330
336
  _this.j2 = null;
331
337
  _this.jx = null;
332
- _this.mx = null;
338
+ _this.m2 = null;
333
339
  _this.l8 = null;
334
340
  _this.l4 = null;
335
341
  return _this;
@@ -445,10 +451,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
445
451
  });
446
452
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTextColor", {
447
453
  get: function () {
448
- return this.nc;
454
+ return this.ni;
449
455
  },
450
456
  set: function (a) {
451
- this.nc = a;
457
+ this.ni = a;
452
458
  this.g("SubtitleTextColor");
453
459
  },
454
460
  enumerable: false,
@@ -456,10 +462,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
456
462
  });
457
463
  Object.defineProperty(DomainChartDescription.prototype, "titleTextColor", {
458
464
  get: function () {
459
- return this.nf;
465
+ return this.nl;
460
466
  },
461
467
  set: function (a) {
462
- this.nf = a;
468
+ this.nl = a;
463
469
  this.g("TitleTextColor");
464
470
  },
465
471
  enumerable: false,
@@ -522,10 +528,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
522
528
  });
523
529
  Object.defineProperty(DomainChartDescription.prototype, "transitionEasingFunctionRef", {
524
530
  get: function () {
525
- return this.ni;
531
+ return this.no;
526
532
  },
527
533
  set: function (a) {
528
- this.ni = a;
534
+ this.no = a;
529
535
  this.g("TransitionEasingFunctionRef");
530
536
  },
531
537
  enumerable: false,
@@ -566,10 +572,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
566
572
  });
567
573
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTextStyle", {
568
574
  get: function () {
569
- return this.nd;
575
+ return this.nj;
570
576
  },
571
577
  set: function (a) {
572
- this.nd = a;
578
+ this.nj = a;
573
579
  this.g("SubtitleTextStyle");
574
580
  },
575
581
  enumerable: false,
@@ -577,10 +583,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
577
583
  });
578
584
  Object.defineProperty(DomainChartDescription.prototype, "titleTextStyle", {
579
585
  get: function () {
580
- return this.ng;
586
+ return this.nm;
581
587
  },
582
588
  set: function (a) {
583
- this.ng = a;
589
+ this.nm = a;
584
590
  this.g("TitleTextStyle");
585
591
  },
586
592
  enumerable: false,
@@ -2161,10 +2167,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2161
2167
  });
2162
2168
  Object.defineProperty(DomainChartDescription.prototype, "selectionMode", {
2163
2169
  get: function () {
2164
- return this.m0;
2170
+ return this.m5;
2165
2171
  },
2166
2172
  set: function (a) {
2167
- this.m0 = a;
2173
+ this.m5 = a;
2168
2174
  this.g("SelectionMode");
2169
2175
  },
2170
2176
  enumerable: false,
@@ -2183,10 +2189,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2183
2189
  });
2184
2190
  Object.defineProperty(DomainChartDescription.prototype, "selectionBrush", {
2185
2191
  get: function () {
2186
- return this.mz;
2192
+ return this.m4;
2187
2193
  },
2188
2194
  set: function (a) {
2189
- this.mz = a;
2195
+ this.m4 = a;
2190
2196
  this.g("SelectionBrush");
2191
2197
  },
2192
2198
  enumerable: false,
@@ -2205,10 +2211,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2205
2211
  });
2206
2212
  Object.defineProperty(DomainChartDescription.prototype, "selectionBehavior", {
2207
2213
  get: function () {
2208
- return this.my;
2214
+ return this.m3;
2209
2215
  },
2210
2216
  set: function (a) {
2211
- this.my = a;
2217
+ this.m3 = a;
2212
2218
  this.g("SelectionBehavior");
2213
2219
  },
2214
2220
  enumerable: false,
@@ -2590,10 +2596,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2590
2596
  });
2591
2597
  Object.defineProperty(DomainChartDescription.prototype, "subtitle", {
2592
2598
  get: function () {
2593
- return this.na;
2599
+ return this.ng;
2594
2600
  },
2595
2601
  set: function (a) {
2596
- this.na = a;
2602
+ this.ng = a;
2597
2603
  this.g("Subtitle");
2598
2604
  },
2599
2605
  enumerable: false,
@@ -2601,10 +2607,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2601
2607
  });
2602
2608
  Object.defineProperty(DomainChartDescription.prototype, "titleAlignment", {
2603
2609
  get: function () {
2604
- return this.ne;
2610
+ return this.nk;
2605
2611
  },
2606
2612
  set: function (a) {
2607
- this.ne = a;
2613
+ this.nk = a;
2608
2614
  this.g("TitleAlignment");
2609
2615
  },
2610
2616
  enumerable: false,
@@ -2612,10 +2618,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2612
2618
  });
2613
2619
  Object.defineProperty(DomainChartDescription.prototype, "subtitleAlignment", {
2614
2620
  get: function () {
2615
- return this.nb;
2621
+ return this.nh;
2616
2622
  },
2617
2623
  set: function (a) {
2618
- this.nb = a;
2624
+ this.nh = a;
2619
2625
  this.g("SubtitleAlignment");
2620
2626
  },
2621
2627
  enumerable: false,
@@ -2623,10 +2629,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2623
2629
  });
2624
2630
  Object.defineProperty(DomainChartDescription.prototype, "unknownValuePlotting", {
2625
2631
  get: function () {
2626
- return this.nk;
2632
+ return this.nq;
2627
2633
  },
2628
2634
  set: function (a) {
2629
- this.nk = a;
2635
+ this.nq = a;
2630
2636
  this.g("UnknownValuePlotting");
2631
2637
  },
2632
2638
  enumerable: false,
@@ -2799,10 +2805,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2799
2805
  });
2800
2806
  Object.defineProperty(DomainChartDescription.prototype, "trendLineType", {
2801
2807
  get: function () {
2802
- return this.nj;
2808
+ return this.np;
2803
2809
  },
2804
2810
  set: function (a) {
2805
- this.nj = a;
2811
+ this.np = a;
2806
2812
  this.g("TrendLineType");
2807
2813
  },
2808
2814
  enumerable: false,
@@ -2887,10 +2893,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2887
2893
  });
2888
2894
  Object.defineProperty(DomainChartDescription.prototype, "seriesPlotAreaMarginHorizontalMode", {
2889
2895
  get: function () {
2890
- return this.m2;
2896
+ return this.m8;
2891
2897
  },
2892
2898
  set: function (a) {
2893
- this.m2 = a;
2899
+ this.m8 = a;
2894
2900
  this.g("SeriesPlotAreaMarginHorizontalMode");
2895
2901
  },
2896
2902
  enumerable: false,
@@ -2898,10 +2904,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2898
2904
  });
2899
2905
  Object.defineProperty(DomainChartDescription.prototype, "seriesPlotAreaMarginVerticalMode", {
2900
2906
  get: function () {
2901
- return this.m3;
2907
+ return this.m9;
2902
2908
  },
2903
2909
  set: function (a) {
2904
- this.m3 = a;
2910
+ this.m9 = a;
2905
2911
  this.g("SeriesPlotAreaMarginVerticalMode");
2906
2912
  },
2907
2913
  enumerable: false,
@@ -2975,10 +2981,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2975
2981
  });
2976
2982
  Object.defineProperty(DomainChartDescription.prototype, "toolTipType", {
2977
2983
  get: function () {
2978
- return this.nh;
2984
+ return this.nn;
2979
2985
  },
2980
2986
  set: function (a) {
2981
- this.nh = a;
2987
+ this.nn = a;
2982
2988
  this.g("ToolTipType");
2983
2989
  },
2984
2990
  enumerable: false,
@@ -3415,10 +3421,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3415
3421
  });
3416
3422
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarMode", {
3417
3423
  get: function () {
3418
- return this.nm;
3424
+ return this.ns;
3419
3425
  },
3420
3426
  set: function (a) {
3421
- this.nm = a;
3427
+ this.ns = a;
3422
3428
  this.g("VerticalViewScrollbarMode");
3423
3429
  },
3424
3430
  enumerable: false,
@@ -3437,10 +3443,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3437
3443
  });
3438
3444
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarPosition", {
3439
3445
  get: function () {
3440
- return this.no;
3446
+ return this.nu;
3441
3447
  },
3442
3448
  set: function (a) {
3443
- this.no = a;
3449
+ this.nu = a;
3444
3450
  this.g("VerticalViewScrollbarPosition");
3445
3451
  },
3446
3452
  enumerable: false,
@@ -3558,10 +3564,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3558
3564
  });
3559
3565
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarFill", {
3560
3566
  get: function () {
3561
- return this.nl;
3567
+ return this.nr;
3562
3568
  },
3563
3569
  set: function (a) {
3564
- this.nl = a;
3570
+ this.nr = a;
3565
3571
  this.g("VerticalViewScrollbarFill");
3566
3572
  },
3567
3573
  enumerable: false,
@@ -3569,10 +3575,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3569
3575
  });
3570
3576
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarOutline", {
3571
3577
  get: function () {
3572
- return this.nn;
3578
+ return this.nt;
3573
3579
  },
3574
3580
  set: function (a) {
3575
- this.nn = a;
3581
+ this.nt = a;
3576
3582
  this.g("VerticalViewScrollbarOutline");
3577
3583
  },
3578
3584
  enumerable: false,
@@ -3712,10 +3718,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3712
3718
  });
3713
3719
  Object.defineProperty(DomainChartDescription.prototype, "seriesAddedRef", {
3714
3720
  get: function () {
3715
- return this.m1;
3721
+ return this.m6;
3716
3722
  },
3717
3723
  set: function (a) {
3718
- this.m1 = a;
3724
+ this.m6 = a;
3719
3725
  this.g("SeriesAddedRef");
3720
3726
  },
3721
3727
  enumerable: false,
@@ -3723,10 +3729,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3723
3729
  });
3724
3730
  Object.defineProperty(DomainChartDescription.prototype, "seriesRemovedRef", {
3725
3731
  get: function () {
3726
- return this.m9;
3732
+ return this.nf;
3727
3733
  },
3728
3734
  set: function (a) {
3729
- this.m9 = a;
3735
+ this.nf = a;
3730
3736
  this.g("SeriesRemovedRef");
3731
3737
  },
3732
3738
  enumerable: false,
@@ -3734,10 +3740,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3734
3740
  });
3735
3741
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerEnterRef", {
3736
3742
  get: function () {
3737
- return this.m5;
3743
+ return this.nb;
3738
3744
  },
3739
3745
  set: function (a) {
3740
- this.m5 = a;
3746
+ this.nb = a;
3741
3747
  this.g("SeriesPointerEnterRef");
3742
3748
  },
3743
3749
  enumerable: false,
@@ -3745,10 +3751,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3745
3751
  });
3746
3752
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerLeaveRef", {
3747
3753
  get: function () {
3748
- return this.m6;
3754
+ return this.nc;
3749
3755
  },
3750
3756
  set: function (a) {
3751
- this.m6 = a;
3757
+ this.nc = a;
3752
3758
  this.g("SeriesPointerLeaveRef");
3753
3759
  },
3754
3760
  enumerable: false,
@@ -3756,10 +3762,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3756
3762
  });
3757
3763
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerMoveRef", {
3758
3764
  get: function () {
3759
- return this.m7;
3765
+ return this.nd;
3760
3766
  },
3761
3767
  set: function (a) {
3762
- this.m7 = a;
3768
+ this.nd = a;
3763
3769
  this.g("SeriesPointerMoveRef");
3764
3770
  },
3765
3771
  enumerable: false,
@@ -3767,10 +3773,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3767
3773
  });
3768
3774
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerDownRef", {
3769
3775
  get: function () {
3770
- return this.m4;
3776
+ return this.na;
3771
3777
  },
3772
3778
  set: function (a) {
3773
- this.m4 = a;
3779
+ this.na = a;
3774
3780
  this.g("SeriesPointerDownRef");
3775
3781
  },
3776
3782
  enumerable: false,
@@ -3778,15 +3784,81 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3778
3784
  });
3779
3785
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerUpRef", {
3780
3786
  get: function () {
3781
- return this.m8;
3787
+ return this.ne;
3782
3788
  },
3783
3789
  set: function (a) {
3784
- this.m8 = a;
3790
+ this.ne = a;
3785
3791
  this.g("SeriesPointerUpRef");
3786
3792
  },
3787
3793
  enumerable: false,
3788
3794
  configurable: true
3789
3795
  });
3796
+ Object.defineProperty(DomainChartDescription.prototype, "seriesClickRef", {
3797
+ get: function () {
3798
+ return this.m7;
3799
+ },
3800
+ set: function (a) {
3801
+ this.m7 = a;
3802
+ this.g("SeriesClickRef");
3803
+ },
3804
+ enumerable: false,
3805
+ configurable: true
3806
+ });
3807
+ Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerEnterRef", {
3808
+ get: function () {
3809
+ return this.my;
3810
+ },
3811
+ set: function (a) {
3812
+ this.my = a;
3813
+ this.g("PlotAreaPointerEnterRef");
3814
+ },
3815
+ enumerable: false,
3816
+ configurable: true
3817
+ });
3818
+ Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerLeaveRef", {
3819
+ get: function () {
3820
+ return this.mz;
3821
+ },
3822
+ set: function (a) {
3823
+ this.mz = a;
3824
+ this.g("PlotAreaPointerLeaveRef");
3825
+ },
3826
+ enumerable: false,
3827
+ configurable: true
3828
+ });
3829
+ Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerMoveRef", {
3830
+ get: function () {
3831
+ return this.m0;
3832
+ },
3833
+ set: function (a) {
3834
+ this.m0 = a;
3835
+ this.g("PlotAreaPointerMoveRef");
3836
+ },
3837
+ enumerable: false,
3838
+ configurable: true
3839
+ });
3840
+ Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerDownRef", {
3841
+ get: function () {
3842
+ return this.mx;
3843
+ },
3844
+ set: function (a) {
3845
+ this.mx = a;
3846
+ this.g("PlotAreaPointerDownRef");
3847
+ },
3848
+ enumerable: false,
3849
+ configurable: true
3850
+ });
3851
+ Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerUpRef", {
3852
+ get: function () {
3853
+ return this.m1;
3854
+ },
3855
+ set: function (a) {
3856
+ this.m1 = a;
3857
+ this.g("PlotAreaPointerUpRef");
3858
+ },
3859
+ enumerable: false,
3860
+ configurable: true
3861
+ });
3790
3862
  Object.defineProperty(DomainChartDescription.prototype, "calloutStyleUpdatingRef", {
3791
3863
  get: function () {
3792
3864
  return this.j2;
@@ -3811,10 +3883,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3811
3883
  });
3812
3884
  Object.defineProperty(DomainChartDescription.prototype, "selectedSeriesItemsChangedRef", {
3813
3885
  get: function () {
3814
- return this.mx;
3886
+ return this.m2;
3815
3887
  },
3816
3888
  set: function (a) {
3817
- this.mx = a;
3889
+ this.m2 = a;
3818
3890
  this.g("SelectedSeriesItemsChangedRef");
3819
3891
  },
3820
3892
  enumerable: false,
@@ -9,6 +9,7 @@ import { Base, String_$type, markType } from "./type";
9
9
  import { Dictionary$2 } from "./Dictionary$2";
10
10
  import { ChartSeriesEventArgsDescriptionMetadata } from "./ChartSeriesEventArgsDescriptionMetadata";
11
11
  import { DomainChartSeriesPointerEventArgsDescriptionMetadata } from "./DomainChartSeriesPointerEventArgsDescriptionMetadata";
12
+ import { DomainChartPlotAreaPointerEventArgsDescriptionMetadata } from "./DomainChartPlotAreaPointerEventArgsDescriptionMetadata";
12
13
  import { CalloutStyleUpdatingEventArgsDescriptionMetadata } from "./CalloutStyleUpdatingEventArgsDescriptionMetadata";
13
14
  import { CalloutRenderStyleUpdatingEventArgsDescriptionMetadata } from "./CalloutRenderStyleUpdatingEventArgsDescriptionMetadata";
14
15
  import { SeriesViewerSelectedSeriesItemsChangedEventArgsDescriptionMetadata } from "./SeriesViewerSelectedSeriesItemsChangedEventArgsDescriptionMetadata";
@@ -32,6 +33,7 @@ var DomainChartDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_sup
32
33
  a.ac(DomainChartDescriptionMetadata.a);
33
34
  ChartSeriesEventArgsDescriptionMetadata.d(a);
34
35
  DomainChartSeriesPointerEventArgsDescriptionMetadata.d(a);
36
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.d(a);
35
37
  CalloutStyleUpdatingEventArgsDescriptionMetadata.d(a);
36
38
  CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.d(a);
37
39
  SeriesViewerSelectedSeriesItemsChangedEventArgsDescriptionMetadata.d(a);
@@ -395,6 +397,12 @@ var DomainChartDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_sup
395
397
  a.item("SeriesPointerMoveRef", "EventRef::seriesPointerMove");
396
398
  a.item("SeriesPointerDownRef", "EventRef::seriesPointerDown");
397
399
  a.item("SeriesPointerUpRef", "EventRef::seriesPointerUp");
400
+ a.item("SeriesClickRef", "EventRef::seriesClick");
401
+ a.item("PlotAreaPointerEnterRef", "EventRef::plotAreaPointerEnter");
402
+ a.item("PlotAreaPointerLeaveRef", "EventRef::plotAreaPointerLeave");
403
+ a.item("PlotAreaPointerMoveRef", "EventRef::plotAreaPointerMove");
404
+ a.item("PlotAreaPointerDownRef", "EventRef::plotAreaPointerDown");
405
+ a.item("PlotAreaPointerUpRef", "EventRef::plotAreaPointerUp");
398
406
  a.item("CalloutStyleUpdatingRef", "EventRef::calloutStyleUpdating");
399
407
  a.item("CalloutRenderStyleUpdatingRef", "EventRef::calloutRenderStyleUpdating");
400
408
  a.item("SelectedSeriesItemsChangedRef", "EventRef::selectedSeriesItemsChanged");
@@ -0,0 +1,44 @@
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 { __extends } from "tslib";
8
+ import { Description } from "./Description";
9
+ import { markType } from "./type";
10
+ /**
11
+ * @hidden
12
+ */
13
+ var DomainChartPlotAreaPointerEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(DomainChartPlotAreaPointerEventArgsDescription, _super);
15
+ function DomainChartPlotAreaPointerEventArgsDescription() {
16
+ var _this = _super.call(this) || this;
17
+ _this.h = null;
18
+ return _this;
19
+ }
20
+ DomainChartPlotAreaPointerEventArgsDescription.prototype.get_type = function () {
21
+ return "DomainChartPlotAreaPointerEventArgs";
22
+ };
23
+ Object.defineProperty(DomainChartPlotAreaPointerEventArgsDescription.prototype, "type", {
24
+ get: function () {
25
+ return this.get_type();
26
+ },
27
+ enumerable: false,
28
+ configurable: true
29
+ });
30
+ Object.defineProperty(DomainChartPlotAreaPointerEventArgsDescription.prototype, "plotAreaPosition", {
31
+ get: function () {
32
+ return this.h;
33
+ },
34
+ set: function (a) {
35
+ this.h = a;
36
+ this.g("PlotAreaPosition");
37
+ },
38
+ enumerable: false,
39
+ configurable: true
40
+ });
41
+ DomainChartPlotAreaPointerEventArgsDescription.$t = markType(DomainChartPlotAreaPointerEventArgsDescription, 'DomainChartPlotAreaPointerEventArgsDescription', Description.$);
42
+ return DomainChartPlotAreaPointerEventArgsDescription;
43
+ }(Description));
44
+ export { DomainChartPlotAreaPointerEventArgsDescription };
@@ -0,0 +1,41 @@
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 { __extends } from "tslib";
8
+ import { Base, String_$type, markType } from "./type";
9
+ import { Dictionary$2 } from "./Dictionary$2";
10
+ import { DomainChartPlotAreaPointerEventArgsDescription } from "./DomainChartPlotAreaPointerEventArgsDescription";
11
+ /**
12
+ * @hidden
13
+ */
14
+ var DomainChartPlotAreaPointerEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
15
+ __extends(DomainChartPlotAreaPointerEventArgsDescriptionMetadata, _super);
16
+ function DomainChartPlotAreaPointerEventArgsDescriptionMetadata() {
17
+ return _super !== null && _super.apply(this, arguments) || this;
18
+ }
19
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.b = function (a) {
20
+ if (DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a == null) {
21
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
22
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.c(DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a);
23
+ }
24
+ if (a.k(DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a)) {
25
+ return;
26
+ }
27
+ a.ac(DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a);
28
+ };
29
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.c = function (a) {
30
+ a.item("PlotAreaPosition", "Point");
31
+ };
32
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.d = function (a) {
33
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.b(a);
34
+ a.ae("DomainChartPlotAreaPointerEventArgs", function () { return new DomainChartPlotAreaPointerEventArgsDescription(); });
35
+ a.ad("DomainChartPlotAreaPointerEventArgs", DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a);
36
+ };
37
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.$t = markType(DomainChartPlotAreaPointerEventArgsDescriptionMetadata, 'DomainChartPlotAreaPointerEventArgsDescriptionMetadata');
38
+ DomainChartPlotAreaPointerEventArgsDescriptionMetadata.a = null;
39
+ return DomainChartPlotAreaPointerEventArgsDescriptionMetadata;
40
+ }(Base));
41
+ export { DomainChartPlotAreaPointerEventArgsDescriptionMetadata };