igniteui-angular-core 18.2.0-beta.0 → 18.2.0-beta.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.
@@ -65,7 +65,7 @@ export let ColorEditorDescriptionMetadata = /*@__PURE__*/ (() => {
65
65
  a.ad("ColorEditor", ColorEditorDescriptionMetadata.a);
66
66
  }
67
67
  static e(a) {
68
- a.item("_qualifiedName", "String:Infragistics.Controls.Dashboards.XamColorEditor");
68
+ a.item("_qualifiedName", "String:Infragistics.Controls.Inputs.XamColorEditor");
69
69
  }
70
70
  }
71
71
  ColorEditorDescriptionMetadata.$t = markType(ColorEditorDescriptionMetadata, 'ColorEditorDescriptionMetadata');
@@ -22,6 +22,7 @@ export let DataSeriesToDescriptionCustomization = /*@__PURE__*/ (() => {
22
22
  this._isCollectionRemovaltIndex = false;
23
23
  this._collectionIndex = 0;
24
24
  this._matchParentIndex = 0;
25
+ this.e = null;
25
26
  this.order = -1;
26
27
  this.matchParentIndex = -1;
27
28
  }
@@ -119,6 +119,9 @@ export let ScatterDataInfo = /*@__PURE__*/ (() => {
119
119
  this.c.update(ShapeChartUtils.p(a).toArray(), b);
120
120
  this.f.update(ShapeChartUtils.u(a).toArray(), b);
121
121
  this.h.update(ShapeChartUtils.aa(a).toArray(), b);
122
+ if (this.i.hasPath() && this.j.hasPath()) {
123
+ this.o *= 1.2;
124
+ }
122
125
  if (!this.i.hasPath() && a.count > 0) {
123
126
  this.o *= 0.8;
124
127
  let c = a.count - 1;
@@ -131,14 +134,14 @@ export let ScatterDataInfo = /*@__PURE__*/ (() => {
131
134
  this.j.update1(a._inner[d], b);
132
135
  a.removeAt(d);
133
136
  }
134
- if (!this.h.hasPath() && a.count > 0) {
137
+ if (!this.f.hasPath() && a.count > 0) {
135
138
  let e = a.count - 1;
136
- this.h.update1(a._inner[e], b);
139
+ this.f.update1(a._inner[e], b);
137
140
  a.removeAt(e);
138
141
  }
139
- if (!this.f.hasPath() && a.count > 0) {
142
+ if (!this.h.hasPath() && a.count > 0) {
140
143
  let f = a.count - 1;
141
- this.f.update1(a._inner[f], b);
144
+ this.h.update1(a._inner[f], b);
142
145
  a.removeAt(f);
143
146
  }
144
147
  if (!this.c.hasPath() && a.count > 0) {
@@ -136,7 +136,7 @@ export let ScatterDataRule = /*@__PURE__*/ (() => {
136
136
  if (b.v) {
137
137
  c.suggestedSeries = 40;
138
138
  }
139
- c.title = this.m(a, b.h.path);
139
+ c.title = this.m(a, b.c.path);
140
140
  }
141
141
  else if (b.h.hasPath()) {
142
142
  c.suggestedSeries = 15;
@@ -1296,7 +1296,7 @@ export let Scroller = /*@__PURE__*/ (() => {
1296
1296
  this.dw(this.contentWidth, this.viewportWidth, this.scrollLeft, false);
1297
1297
  }
1298
1298
  aa(a, b) {
1299
- if (Math.abs(a - b) < 1) {
1299
+ if (Math.abs(a - b) <= 2) {
1300
1300
  return true;
1301
1301
  }
1302
1302
  return false;
@@ -6,7 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { Base, String_$type, markType } from "./type";
8
8
  import { List$1 } from "./List$1";
9
- import { stringContains } from "./string";
9
+ import { stringReplace, stringContains } from "./string";
10
10
  /**
11
11
  * @hidden
12
12
  */
@@ -29,6 +29,7 @@ export let ShapeChartUtils = /*@__PURE__*/ (() => {
29
29
  }
30
30
  static o(a) {
31
31
  a = a.toLowerCase();
32
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
32
33
  return Base.equalsStatic(a, "y") || Base.equalsStatic(a, "yvalue") || Base.equalsStatic(a, "ycolumn") || Base.equalsStatic(a, "ypoint") || Base.equalsStatic(a, "ylocation") || Base.equalsStatic(a, "ycoordinate") || Base.equalsStatic(a, "ydimension") || Base.equalsStatic(a, "lat") || Base.equalsStatic(a, "latitude");
33
34
  }
34
35
  static ac(a) {
@@ -36,6 +37,7 @@ export let ShapeChartUtils = /*@__PURE__*/ (() => {
36
37
  }
37
38
  static n(a) {
38
39
  a = a.toLowerCase();
40
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
39
41
  return Base.equalsStatic(a, "x") || Base.equalsStatic(a, "xvalue") || Base.equalsStatic(a, "xcolumn") || Base.equalsStatic(a, "xpoint") || Base.equalsStatic(a, "xlocation") || Base.equalsStatic(a, "xcoordinate") || Base.equalsStatic(a, "xdimension") || Base.equalsStatic(a, "lon") || Base.equalsStatic(a, "longitude");
40
42
  }
41
43
  static u(a) {
@@ -43,6 +45,7 @@ export let ShapeChartUtils = /*@__PURE__*/ (() => {
43
45
  }
44
46
  static f(a) {
45
47
  a = a.toLowerCase();
48
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
46
49
  return Base.equalsStatic(a, "r") || Base.equalsStatic(a, "radius") || Base.equalsStatic(a, "radiusvalue") || Base.equalsStatic(a, "rvalue") || Base.equalsStatic(a, "rcolumn") || Base.equalsStatic(a, "rdimension") || Base.equalsStatic(a, "bubble") || Base.equalsStatic(a, "bubblesize") || Base.equalsStatic(a, "size");
47
50
  }
48
51
  static aa(a) {
@@ -50,6 +53,7 @@ export let ShapeChartUtils = /*@__PURE__*/ (() => {
50
53
  }
51
54
  static l(a) {
52
55
  a = a.toLowerCase();
56
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
53
57
  return Base.equalsStatic(a, "v") || Base.equalsStatic(a, "value") || Base.equalsStatic(a, "vcolumn") || Base.equalsStatic(a, "z") || Base.equalsStatic(a, "zvalue") || Base.equalsStatic(a, "zcolumn") || Base.equalsStatic(a, "zdimension") || Base.equalsStatic(a, "zcoordinate") || Base.equalsStatic(a, "magnitude") || Base.equalsStatic(a, "elevation") || Base.equalsStatic(a, "depth") || Base.equalsStatic(a, "capacity") || Base.equalsStatic(a, "distance");
54
58
  }
55
59
  static p(a) {
@@ -57,6 +61,7 @@ export let ShapeChartUtils = /*@__PURE__*/ (() => {
57
61
  }
58
62
  static b(a) {
59
63
  a = a.toLowerCase();
64
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
60
65
  return Base.equalsStatic(a, "f") || Base.equalsStatic(a, "fill") || Base.equalsStatic(a, "fillvalue") || Base.equalsStatic(a, "fvalue") || Base.equalsStatic(a, "fcolumn") || Base.equalsStatic(a, "color") || Base.equalsStatic(a, "colorvalue") || Base.equalsStatic(a, "cvalue") || Base.equalsStatic(a, "ccolumn");
61
66
  }
62
67
  static s(a) {
@@ -64,6 +69,7 @@ export let ShapeChartUtils = /*@__PURE__*/ (() => {
64
69
  }
65
70
  static e(a) {
66
71
  a = a.toLowerCase();
72
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
67
73
  return Base.equalsStatic(a, "l") || Base.equalsStatic(a, "label") || Base.equalsStatic(a, "lvalue") || Base.equalsStatic(a, "lcolumn") || Base.equalsStatic(a, "n") || Base.equalsStatic(a, "name") || Base.equalsStatic(a, "nvalue") || Base.equalsStatic(a, "ncolumn");
68
74
  }
69
75
  static r(a) {
@@ -71,6 +77,7 @@ export let ShapeChartUtils = /*@__PURE__*/ (() => {
71
77
  }
72
78
  static d(a) {
73
79
  a = a.toLowerCase();
80
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
74
81
  return Base.equalsStatic(a, "g") || Base.equalsStatic(a, "groupping") || Base.equalsStatic(a, "group") || Base.equalsStatic(a, "gvalue") || Base.equalsStatic(a, "gcolumn") || Base.equalsStatic(a, "region") || Base.equalsStatic(a, "type");
75
82
  }
76
83
  static y(a) {
@@ -78,6 +85,7 @@ export let ShapeChartUtils = /*@__PURE__*/ (() => {
78
85
  }
79
86
  static j(a) {
80
87
  a = a.toLowerCase();
88
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
81
89
  return Base.equalsStatic(a, "points") || Base.equalsStatic(a, "shapes") || Base.equalsStatic(a, "locations") || Base.equalsStatic(a, "positions") || Base.equalsStatic(a, "coordinates") || Base.equalsStatic(a, "vectors");
82
90
  }
83
91
  static v(a) {
@@ -114,7 +114,7 @@ export let SimpleFinancialPriceSeriesRule = /*@__PURE__*/ (() => {
114
114
  this.f(l, h);
115
115
  this.f(l, i);
116
116
  let n = e.count + f.count + g.count + h.count + l.count;
117
- if (n >= 4) {
117
+ if ((e.count + f.count + g.count + h.count) >= 4) {
118
118
  b = 1.2;
119
119
  }
120
120
  if (n == 0) {
@@ -69,7 +69,7 @@ var ColorEditorDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_sup
69
69
  a.ad("ColorEditor", ColorEditorDescriptionMetadata.a);
70
70
  };
71
71
  ColorEditorDescriptionMetadata.e = function (a) {
72
- a.item("_qualifiedName", "String:Infragistics.Controls.Dashboards.XamColorEditor");
72
+ a.item("_qualifiedName", "String:Infragistics.Controls.Inputs.XamColorEditor");
73
73
  };
74
74
  ColorEditorDescriptionMetadata.$t = markType(ColorEditorDescriptionMetadata, 'ColorEditorDescriptionMetadata');
75
75
  ColorEditorDescriptionMetadata.a = null;
@@ -23,6 +23,7 @@ var DataSeriesToDescriptionCustomization = /** @class */ /*@__PURE__*/ (function
23
23
  _this._isCollectionRemovaltIndex = false;
24
24
  _this._collectionIndex = 0;
25
25
  _this._matchParentIndex = 0;
26
+ _this.e = null;
26
27
  _this.order = -1;
27
28
  _this.matchParentIndex = -1;
28
29
  return _this;
@@ -134,6 +134,9 @@ var ScatterDataInfo = /** @class */ /*@__PURE__*/ (function (_super) {
134
134
  this.c.update(ShapeChartUtils.p(a).toArray(), b);
135
135
  this.f.update(ShapeChartUtils.u(a).toArray(), b);
136
136
  this.h.update(ShapeChartUtils.aa(a).toArray(), b);
137
+ if (this.i.hasPath() && this.j.hasPath()) {
138
+ this.o *= 1.2;
139
+ }
137
140
  if (!this.i.hasPath() && a.count > 0) {
138
141
  this.o *= 0.8;
139
142
  var c = a.count - 1;
@@ -146,14 +149,14 @@ var ScatterDataInfo = /** @class */ /*@__PURE__*/ (function (_super) {
146
149
  this.j.update1(a._inner[d], b);
147
150
  a.removeAt(d);
148
151
  }
149
- if (!this.h.hasPath() && a.count > 0) {
152
+ if (!this.f.hasPath() && a.count > 0) {
150
153
  var e = a.count - 1;
151
- this.h.update1(a._inner[e], b);
154
+ this.f.update1(a._inner[e], b);
152
155
  a.removeAt(e);
153
156
  }
154
- if (!this.f.hasPath() && a.count > 0) {
157
+ if (!this.h.hasPath() && a.count > 0) {
155
158
  var f = a.count - 1;
156
- this.f.update1(a._inner[f], b);
159
+ this.h.update1(a._inner[f], b);
157
160
  a.removeAt(f);
158
161
  }
159
162
  if (!this.c.hasPath() && a.count > 0) {
@@ -162,7 +162,7 @@ var ScatterDataRule = /** @class */ /*@__PURE__*/ (function (_super) {
162
162
  if (b.v) {
163
163
  c.suggestedSeries = 40;
164
164
  }
165
- c.title = this.m(a, b.h.path);
165
+ c.title = this.m(a, b.c.path);
166
166
  }
167
167
  else if (b.h.hasPath()) {
168
168
  c.suggestedSeries = 15;
@@ -1444,7 +1444,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
1444
1444
  this.dw(this.contentWidth, this.viewportWidth, this.scrollLeft, false);
1445
1445
  };
1446
1446
  Scroller.prototype.aa = function (a, b) {
1447
- if (Math.abs(a - b) < 1) {
1447
+ if (Math.abs(a - b) <= 2) {
1448
1448
  return true;
1449
1449
  }
1450
1450
  return false;
@@ -7,7 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
7
7
  import { __extends } from "tslib";
8
8
  import { Base, String_$type, markType } from "./type";
9
9
  import { List$1 } from "./List$1";
10
- import { stringContains } from "./string";
10
+ import { stringReplace, stringContains } from "./string";
11
11
  /**
12
12
  * @hidden
13
13
  */
@@ -33,6 +33,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
33
33
  };
34
34
  ShapeChartUtils.o = function (a) {
35
35
  a = a.toLowerCase();
36
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
36
37
  return Base.equalsStatic(a, "y") || Base.equalsStatic(a, "yvalue") || Base.equalsStatic(a, "ycolumn") || Base.equalsStatic(a, "ypoint") || Base.equalsStatic(a, "ylocation") || Base.equalsStatic(a, "ycoordinate") || Base.equalsStatic(a, "ydimension") || Base.equalsStatic(a, "lat") || Base.equalsStatic(a, "latitude");
37
38
  };
38
39
  ShapeChartUtils.ac = function (a) {
@@ -40,6 +41,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
40
41
  };
41
42
  ShapeChartUtils.n = function (a) {
42
43
  a = a.toLowerCase();
44
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
43
45
  return Base.equalsStatic(a, "x") || Base.equalsStatic(a, "xvalue") || Base.equalsStatic(a, "xcolumn") || Base.equalsStatic(a, "xpoint") || Base.equalsStatic(a, "xlocation") || Base.equalsStatic(a, "xcoordinate") || Base.equalsStatic(a, "xdimension") || Base.equalsStatic(a, "lon") || Base.equalsStatic(a, "longitude");
44
46
  };
45
47
  ShapeChartUtils.u = function (a) {
@@ -47,6 +49,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
47
49
  };
48
50
  ShapeChartUtils.f = function (a) {
49
51
  a = a.toLowerCase();
52
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
50
53
  return Base.equalsStatic(a, "r") || Base.equalsStatic(a, "radius") || Base.equalsStatic(a, "radiusvalue") || Base.equalsStatic(a, "rvalue") || Base.equalsStatic(a, "rcolumn") || Base.equalsStatic(a, "rdimension") || Base.equalsStatic(a, "bubble") || Base.equalsStatic(a, "bubblesize") || Base.equalsStatic(a, "size");
51
54
  };
52
55
  ShapeChartUtils.aa = function (a) {
@@ -54,6 +57,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
54
57
  };
55
58
  ShapeChartUtils.l = function (a) {
56
59
  a = a.toLowerCase();
60
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
57
61
  return Base.equalsStatic(a, "v") || Base.equalsStatic(a, "value") || Base.equalsStatic(a, "vcolumn") || Base.equalsStatic(a, "z") || Base.equalsStatic(a, "zvalue") || Base.equalsStatic(a, "zcolumn") || Base.equalsStatic(a, "zdimension") || Base.equalsStatic(a, "zcoordinate") || Base.equalsStatic(a, "magnitude") || Base.equalsStatic(a, "elevation") || Base.equalsStatic(a, "depth") || Base.equalsStatic(a, "capacity") || Base.equalsStatic(a, "distance");
58
62
  };
59
63
  ShapeChartUtils.p = function (a) {
@@ -61,6 +65,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
61
65
  };
62
66
  ShapeChartUtils.b = function (a) {
63
67
  a = a.toLowerCase();
68
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
64
69
  return Base.equalsStatic(a, "f") || Base.equalsStatic(a, "fill") || Base.equalsStatic(a, "fillvalue") || Base.equalsStatic(a, "fvalue") || Base.equalsStatic(a, "fcolumn") || Base.equalsStatic(a, "color") || Base.equalsStatic(a, "colorvalue") || Base.equalsStatic(a, "cvalue") || Base.equalsStatic(a, "ccolumn");
65
70
  };
66
71
  ShapeChartUtils.s = function (a) {
@@ -68,6 +73,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
68
73
  };
69
74
  ShapeChartUtils.e = function (a) {
70
75
  a = a.toLowerCase();
76
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
71
77
  return Base.equalsStatic(a, "l") || Base.equalsStatic(a, "label") || Base.equalsStatic(a, "lvalue") || Base.equalsStatic(a, "lcolumn") || Base.equalsStatic(a, "n") || Base.equalsStatic(a, "name") || Base.equalsStatic(a, "nvalue") || Base.equalsStatic(a, "ncolumn");
72
78
  };
73
79
  ShapeChartUtils.r = function (a) {
@@ -75,6 +81,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
75
81
  };
76
82
  ShapeChartUtils.d = function (a) {
77
83
  a = a.toLowerCase();
84
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
78
85
  return Base.equalsStatic(a, "g") || Base.equalsStatic(a, "groupping") || Base.equalsStatic(a, "group") || Base.equalsStatic(a, "gvalue") || Base.equalsStatic(a, "gcolumn") || Base.equalsStatic(a, "region") || Base.equalsStatic(a, "type");
79
86
  };
80
87
  ShapeChartUtils.y = function (a) {
@@ -82,6 +89,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
82
89
  };
83
90
  ShapeChartUtils.j = function (a) {
84
91
  a = a.toLowerCase();
92
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
85
93
  return Base.equalsStatic(a, "points") || Base.equalsStatic(a, "shapes") || Base.equalsStatic(a, "locations") || Base.equalsStatic(a, "positions") || Base.equalsStatic(a, "coordinates") || Base.equalsStatic(a, "vectors");
86
94
  };
87
95
  ShapeChartUtils.v = function (a) {
@@ -158,7 +158,7 @@ var SimpleFinancialPriceSeriesRule = /** @class */ /*@__PURE__*/ (function (_sup
158
158
  this.f(l, h);
159
159
  this.f(l, i);
160
160
  var n = e.count + f.count + g.count + h.count + l.count;
161
- if (n >= 4) {
161
+ if ((e.count + f.count + g.count + h.count) >= 4) {
162
162
  b = 1.2;
163
163
  }
164
164
  if (n == 0) {
@@ -57942,6 +57942,7 @@ let DataSeriesToDescriptionCustomization = /*@__PURE__*/ (() => {
57942
57942
  this._isCollectionRemovaltIndex = false;
57943
57943
  this._collectionIndex = 0;
57944
57944
  this._matchParentIndex = 0;
57945
+ this.e = null;
57945
57946
  this.order = -1;
57946
57947
  this.matchParentIndex = -1;
57947
57948
  }
@@ -58160,6 +58161,7 @@ let ShapeChartUtils = /*@__PURE__*/ (() => {
58160
58161
  }
58161
58162
  static o(a) {
58162
58163
  a = a.toLowerCase();
58164
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
58163
58165
  return Base.equalsStatic(a, "y") || Base.equalsStatic(a, "yvalue") || Base.equalsStatic(a, "ycolumn") || Base.equalsStatic(a, "ypoint") || Base.equalsStatic(a, "ylocation") || Base.equalsStatic(a, "ycoordinate") || Base.equalsStatic(a, "ydimension") || Base.equalsStatic(a, "lat") || Base.equalsStatic(a, "latitude");
58164
58166
  }
58165
58167
  static ac(a) {
@@ -58167,6 +58169,7 @@ let ShapeChartUtils = /*@__PURE__*/ (() => {
58167
58169
  }
58168
58170
  static n(a) {
58169
58171
  a = a.toLowerCase();
58172
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
58170
58173
  return Base.equalsStatic(a, "x") || Base.equalsStatic(a, "xvalue") || Base.equalsStatic(a, "xcolumn") || Base.equalsStatic(a, "xpoint") || Base.equalsStatic(a, "xlocation") || Base.equalsStatic(a, "xcoordinate") || Base.equalsStatic(a, "xdimension") || Base.equalsStatic(a, "lon") || Base.equalsStatic(a, "longitude");
58171
58174
  }
58172
58175
  static u(a) {
@@ -58174,6 +58177,7 @@ let ShapeChartUtils = /*@__PURE__*/ (() => {
58174
58177
  }
58175
58178
  static f(a) {
58176
58179
  a = a.toLowerCase();
58180
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
58177
58181
  return Base.equalsStatic(a, "r") || Base.equalsStatic(a, "radius") || Base.equalsStatic(a, "radiusvalue") || Base.equalsStatic(a, "rvalue") || Base.equalsStatic(a, "rcolumn") || Base.equalsStatic(a, "rdimension") || Base.equalsStatic(a, "bubble") || Base.equalsStatic(a, "bubblesize") || Base.equalsStatic(a, "size");
58178
58182
  }
58179
58183
  static aa(a) {
@@ -58181,6 +58185,7 @@ let ShapeChartUtils = /*@__PURE__*/ (() => {
58181
58185
  }
58182
58186
  static l(a) {
58183
58187
  a = a.toLowerCase();
58188
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
58184
58189
  return Base.equalsStatic(a, "v") || Base.equalsStatic(a, "value") || Base.equalsStatic(a, "vcolumn") || Base.equalsStatic(a, "z") || Base.equalsStatic(a, "zvalue") || Base.equalsStatic(a, "zcolumn") || Base.equalsStatic(a, "zdimension") || Base.equalsStatic(a, "zcoordinate") || Base.equalsStatic(a, "magnitude") || Base.equalsStatic(a, "elevation") || Base.equalsStatic(a, "depth") || Base.equalsStatic(a, "capacity") || Base.equalsStatic(a, "distance");
58185
58190
  }
58186
58191
  static p(a) {
@@ -58188,6 +58193,7 @@ let ShapeChartUtils = /*@__PURE__*/ (() => {
58188
58193
  }
58189
58194
  static b(a) {
58190
58195
  a = a.toLowerCase();
58196
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
58191
58197
  return Base.equalsStatic(a, "f") || Base.equalsStatic(a, "fill") || Base.equalsStatic(a, "fillvalue") || Base.equalsStatic(a, "fvalue") || Base.equalsStatic(a, "fcolumn") || Base.equalsStatic(a, "color") || Base.equalsStatic(a, "colorvalue") || Base.equalsStatic(a, "cvalue") || Base.equalsStatic(a, "ccolumn");
58192
58198
  }
58193
58199
  static s(a) {
@@ -58195,6 +58201,7 @@ let ShapeChartUtils = /*@__PURE__*/ (() => {
58195
58201
  }
58196
58202
  static e(a) {
58197
58203
  a = a.toLowerCase();
58204
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
58198
58205
  return Base.equalsStatic(a, "l") || Base.equalsStatic(a, "label") || Base.equalsStatic(a, "lvalue") || Base.equalsStatic(a, "lcolumn") || Base.equalsStatic(a, "n") || Base.equalsStatic(a, "name") || Base.equalsStatic(a, "nvalue") || Base.equalsStatic(a, "ncolumn");
58199
58206
  }
58200
58207
  static r(a) {
@@ -58202,6 +58209,7 @@ let ShapeChartUtils = /*@__PURE__*/ (() => {
58202
58209
  }
58203
58210
  static d(a) {
58204
58211
  a = a.toLowerCase();
58212
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
58205
58213
  return Base.equalsStatic(a, "g") || Base.equalsStatic(a, "groupping") || Base.equalsStatic(a, "group") || Base.equalsStatic(a, "gvalue") || Base.equalsStatic(a, "gcolumn") || Base.equalsStatic(a, "region") || Base.equalsStatic(a, "type");
58206
58214
  }
58207
58215
  static y(a) {
@@ -58209,6 +58217,7 @@ let ShapeChartUtils = /*@__PURE__*/ (() => {
58209
58217
  }
58210
58218
  static j(a) {
58211
58219
  a = a.toLowerCase();
58220
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
58212
58221
  return Base.equalsStatic(a, "points") || Base.equalsStatic(a, "shapes") || Base.equalsStatic(a, "locations") || Base.equalsStatic(a, "positions") || Base.equalsStatic(a, "coordinates") || Base.equalsStatic(a, "vectors");
58213
58222
  }
58214
58223
  static v(a) {
@@ -58385,6 +58394,9 @@ let ScatterDataInfo = /*@__PURE__*/ (() => {
58385
58394
  this.c.update(ShapeChartUtils.p(a).toArray(), b);
58386
58395
  this.f.update(ShapeChartUtils.u(a).toArray(), b);
58387
58396
  this.h.update(ShapeChartUtils.aa(a).toArray(), b);
58397
+ if (this.i.hasPath() && this.j.hasPath()) {
58398
+ this.o *= 1.2;
58399
+ }
58388
58400
  if (!this.i.hasPath() && a.count > 0) {
58389
58401
  this.o *= 0.8;
58390
58402
  let c = a.count - 1;
@@ -58397,14 +58409,14 @@ let ScatterDataInfo = /*@__PURE__*/ (() => {
58397
58409
  this.j.update1(a._inner[d], b);
58398
58410
  a.removeAt(d);
58399
58411
  }
58400
- if (!this.h.hasPath() && a.count > 0) {
58412
+ if (!this.f.hasPath() && a.count > 0) {
58401
58413
  let e = a.count - 1;
58402
- this.h.update1(a._inner[e], b);
58414
+ this.f.update1(a._inner[e], b);
58403
58415
  a.removeAt(e);
58404
58416
  }
58405
- if (!this.f.hasPath() && a.count > 0) {
58417
+ if (!this.h.hasPath() && a.count > 0) {
58406
58418
  let f = a.count - 1;
58407
- this.f.update1(a._inner[f], b);
58419
+ this.h.update1(a._inner[f], b);
58408
58420
  a.removeAt(f);
58409
58421
  }
58410
58422
  if (!this.c.hasPath() && a.count > 0) {
@@ -59168,7 +59180,7 @@ let ScatterDataRule = /*@__PURE__*/ (() => {
59168
59180
  if (b.v) {
59169
59181
  c.suggestedSeries = 40;
59170
59182
  }
59171
- c.title = this.m(a, b.h.path);
59183
+ c.title = this.m(a, b.c.path);
59172
59184
  }
59173
59185
  else if (b.h.hasPath()) {
59174
59186
  c.suggestedSeries = 15;
@@ -60128,7 +60140,7 @@ let SimpleFinancialPriceSeriesRule = /*@__PURE__*/ (() => {
60128
60140
  this.f(l, h);
60129
60141
  this.f(l, i);
60130
60142
  let n = e.count + f.count + g.count + h.count + l.count;
60131
- if (n >= 4) {
60143
+ if ((e.count + f.count + g.count + h.count) >= 4) {
60132
60144
  b = 1.2;
60133
60145
  }
60134
60146
  if (n == 0) {
@@ -119913,7 +119925,7 @@ let ColorEditorDescriptionMetadata = /*@__PURE__*/ (() => {
119913
119925
  a.ad("ColorEditor", ColorEditorDescriptionMetadata.a);
119914
119926
  }
119915
119927
  static e(a) {
119916
- a.item("_qualifiedName", "String:Infragistics.Controls.Dashboards.XamColorEditor");
119928
+ a.item("_qualifiedName", "String:Infragistics.Controls.Inputs.XamColorEditor");
119917
119929
  }
119918
119930
  }
119919
119931
  ColorEditorDescriptionMetadata.$t = markType(ColorEditorDescriptionMetadata, 'ColorEditorDescriptionMetadata');
@@ -250915,7 +250927,7 @@ let Scroller = /*@__PURE__*/ (() => {
250915
250927
  this.dw(this.contentWidth, this.viewportWidth, this.scrollLeft, false);
250916
250928
  }
250917
250929
  aa(a, b) {
250918
- if (Math.abs(a - b) < 1) {
250930
+ if (Math.abs(a - b) <= 2) {
250919
250931
  return true;
250920
250932
  }
250921
250933
  return false;
@@ -65039,6 +65039,7 @@ var DataSeriesToDescriptionCustomization = /** @class */ /*@__PURE__*/ (function
65039
65039
  _this._isCollectionRemovaltIndex = false;
65040
65040
  _this._collectionIndex = 0;
65041
65041
  _this._matchParentIndex = 0;
65042
+ _this.e = null;
65042
65043
  _this.order = -1;
65043
65044
  _this.matchParentIndex = -1;
65044
65045
  return _this;
@@ -65307,6 +65308,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
65307
65308
  };
65308
65309
  ShapeChartUtils.o = function (a) {
65309
65310
  a = a.toLowerCase();
65311
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65310
65312
  return Base.equalsStatic(a, "y") || Base.equalsStatic(a, "yvalue") || Base.equalsStatic(a, "ycolumn") || Base.equalsStatic(a, "ypoint") || Base.equalsStatic(a, "ylocation") || Base.equalsStatic(a, "ycoordinate") || Base.equalsStatic(a, "ydimension") || Base.equalsStatic(a, "lat") || Base.equalsStatic(a, "latitude");
65311
65313
  };
65312
65314
  ShapeChartUtils.ac = function (a) {
@@ -65314,6 +65316,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
65314
65316
  };
65315
65317
  ShapeChartUtils.n = function (a) {
65316
65318
  a = a.toLowerCase();
65319
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65317
65320
  return Base.equalsStatic(a, "x") || Base.equalsStatic(a, "xvalue") || Base.equalsStatic(a, "xcolumn") || Base.equalsStatic(a, "xpoint") || Base.equalsStatic(a, "xlocation") || Base.equalsStatic(a, "xcoordinate") || Base.equalsStatic(a, "xdimension") || Base.equalsStatic(a, "lon") || Base.equalsStatic(a, "longitude");
65318
65321
  };
65319
65322
  ShapeChartUtils.u = function (a) {
@@ -65321,6 +65324,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
65321
65324
  };
65322
65325
  ShapeChartUtils.f = function (a) {
65323
65326
  a = a.toLowerCase();
65327
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65324
65328
  return Base.equalsStatic(a, "r") || Base.equalsStatic(a, "radius") || Base.equalsStatic(a, "radiusvalue") || Base.equalsStatic(a, "rvalue") || Base.equalsStatic(a, "rcolumn") || Base.equalsStatic(a, "rdimension") || Base.equalsStatic(a, "bubble") || Base.equalsStatic(a, "bubblesize") || Base.equalsStatic(a, "size");
65325
65329
  };
65326
65330
  ShapeChartUtils.aa = function (a) {
@@ -65328,6 +65332,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
65328
65332
  };
65329
65333
  ShapeChartUtils.l = function (a) {
65330
65334
  a = a.toLowerCase();
65335
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65331
65336
  return Base.equalsStatic(a, "v") || Base.equalsStatic(a, "value") || Base.equalsStatic(a, "vcolumn") || Base.equalsStatic(a, "z") || Base.equalsStatic(a, "zvalue") || Base.equalsStatic(a, "zcolumn") || Base.equalsStatic(a, "zdimension") || Base.equalsStatic(a, "zcoordinate") || Base.equalsStatic(a, "magnitude") || Base.equalsStatic(a, "elevation") || Base.equalsStatic(a, "depth") || Base.equalsStatic(a, "capacity") || Base.equalsStatic(a, "distance");
65332
65337
  };
65333
65338
  ShapeChartUtils.p = function (a) {
@@ -65335,6 +65340,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
65335
65340
  };
65336
65341
  ShapeChartUtils.b = function (a) {
65337
65342
  a = a.toLowerCase();
65343
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65338
65344
  return Base.equalsStatic(a, "f") || Base.equalsStatic(a, "fill") || Base.equalsStatic(a, "fillvalue") || Base.equalsStatic(a, "fvalue") || Base.equalsStatic(a, "fcolumn") || Base.equalsStatic(a, "color") || Base.equalsStatic(a, "colorvalue") || Base.equalsStatic(a, "cvalue") || Base.equalsStatic(a, "ccolumn");
65339
65345
  };
65340
65346
  ShapeChartUtils.s = function (a) {
@@ -65342,6 +65348,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
65342
65348
  };
65343
65349
  ShapeChartUtils.e = function (a) {
65344
65350
  a = a.toLowerCase();
65351
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65345
65352
  return Base.equalsStatic(a, "l") || Base.equalsStatic(a, "label") || Base.equalsStatic(a, "lvalue") || Base.equalsStatic(a, "lcolumn") || Base.equalsStatic(a, "n") || Base.equalsStatic(a, "name") || Base.equalsStatic(a, "nvalue") || Base.equalsStatic(a, "ncolumn");
65346
65353
  };
65347
65354
  ShapeChartUtils.r = function (a) {
@@ -65349,6 +65356,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
65349
65356
  };
65350
65357
  ShapeChartUtils.d = function (a) {
65351
65358
  a = a.toLowerCase();
65359
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65352
65360
  return Base.equalsStatic(a, "g") || Base.equalsStatic(a, "groupping") || Base.equalsStatic(a, "group") || Base.equalsStatic(a, "gvalue") || Base.equalsStatic(a, "gcolumn") || Base.equalsStatic(a, "region") || Base.equalsStatic(a, "type");
65353
65361
  };
65354
65362
  ShapeChartUtils.y = function (a) {
@@ -65356,6 +65364,7 @@ var ShapeChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
65356
65364
  };
65357
65365
  ShapeChartUtils.j = function (a) {
65358
65366
  a = a.toLowerCase();
65367
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65359
65368
  return Base.equalsStatic(a, "points") || Base.equalsStatic(a, "shapes") || Base.equalsStatic(a, "locations") || Base.equalsStatic(a, "positions") || Base.equalsStatic(a, "coordinates") || Base.equalsStatic(a, "vectors");
65360
65369
  };
65361
65370
  ShapeChartUtils.v = function (a) {
@@ -65545,6 +65554,9 @@ var ScatterDataInfo = /** @class */ /*@__PURE__*/ (function (_super) {
65545
65554
  this.c.update(ShapeChartUtils.p(a).toArray(), b);
65546
65555
  this.f.update(ShapeChartUtils.u(a).toArray(), b);
65547
65556
  this.h.update(ShapeChartUtils.aa(a).toArray(), b);
65557
+ if (this.i.hasPath() && this.j.hasPath()) {
65558
+ this.o *= 1.2;
65559
+ }
65548
65560
  if (!this.i.hasPath() && a.count > 0) {
65549
65561
  this.o *= 0.8;
65550
65562
  var c = a.count - 1;
@@ -65557,14 +65569,14 @@ var ScatterDataInfo = /** @class */ /*@__PURE__*/ (function (_super) {
65557
65569
  this.j.update1(a._inner[d], b);
65558
65570
  a.removeAt(d);
65559
65571
  }
65560
- if (!this.h.hasPath() && a.count > 0) {
65572
+ if (!this.f.hasPath() && a.count > 0) {
65561
65573
  var e = a.count - 1;
65562
- this.h.update1(a._inner[e], b);
65574
+ this.f.update1(a._inner[e], b);
65563
65575
  a.removeAt(e);
65564
65576
  }
65565
- if (!this.f.hasPath() && a.count > 0) {
65577
+ if (!this.h.hasPath() && a.count > 0) {
65566
65578
  var f = a.count - 1;
65567
- this.f.update1(a._inner[f], b);
65579
+ this.h.update1(a._inner[f], b);
65568
65580
  a.removeAt(f);
65569
65581
  }
65570
65582
  if (!this.c.hasPath() && a.count > 0) {
@@ -66414,7 +66426,7 @@ var ScatterDataRule = /** @class */ /*@__PURE__*/ (function (_super) {
66414
66426
  if (b.v) {
66415
66427
  c.suggestedSeries = 40;
66416
66428
  }
66417
- c.title = this.m(a, b.h.path);
66429
+ c.title = this.m(a, b.c.path);
66418
66430
  }
66419
66431
  else if (b.h.hasPath()) {
66420
66432
  c.suggestedSeries = 15;
@@ -67484,7 +67496,7 @@ var SimpleFinancialPriceSeriesRule = /** @class */ /*@__PURE__*/ (function (_sup
67484
67496
  this.f(l, h);
67485
67497
  this.f(l, i);
67486
67498
  var n = e.count + f.count + g.count + h.count + l.count;
67487
- if (n >= 4) {
67499
+ if ((e.count + f.count + g.count + h.count) >= 4) {
67488
67500
  b = 1.2;
67489
67501
  }
67490
67502
  if (n == 0) {
@@ -140866,7 +140878,7 @@ var ColorEditorDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_sup
140866
140878
  a.ad("ColorEditor", ColorEditorDescriptionMetadata.a);
140867
140879
  };
140868
140880
  ColorEditorDescriptionMetadata.e = function (a) {
140869
- a.item("_qualifiedName", "String:Infragistics.Controls.Dashboards.XamColorEditor");
140881
+ a.item("_qualifiedName", "String:Infragistics.Controls.Inputs.XamColorEditor");
140870
140882
  };
140871
140883
  ColorEditorDescriptionMetadata.$t = markType(ColorEditorDescriptionMetadata, 'ColorEditorDescriptionMetadata');
140872
140884
  ColorEditorDescriptionMetadata.a = null;
@@ -300043,7 +300055,7 @@ var Scroller = /** @class */ /*@__PURE__*/ (function (_super) {
300043
300055
  this.dw(this.contentWidth, this.viewportWidth, this.scrollLeft, false);
300044
300056
  };
300045
300057
  Scroller.prototype.aa = function (a, b) {
300046
- if (Math.abs(a - b) < 1) {
300058
+ if (Math.abs(a - b) <= 2) {
300047
300059
  return true;
300048
300060
  }
300049
300061
  return false;
@@ -35,4 +35,5 @@ export declare class DataSeriesToDescriptionCustomization extends Base {
35
35
  private _matchParentIndex;
36
36
  get matchParentIndex(): number;
37
37
  set matchParentIndex(a: number);
38
+ e: (arg1: any) => any;
38
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-core",
3
- "version": "18.2.0-beta.0",
3
+ "version": "18.2.0-beta.2",
4
4
  "description": "Ignite UI Angular Core logic used in multiple UI components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-angular-charts",
6
6
  "keywords": [