igniteui-angular-core 18.2.0-beta.0 → 18.2.0-beta.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.
@@ -65040,6 +65040,7 @@
65040
65040
  _this._isCollectionRemovaltIndex = false;
65041
65041
  _this._collectionIndex = 0;
65042
65042
  _this._matchParentIndex = 0;
65043
+ _this.e = null;
65043
65044
  _this.order = -1;
65044
65045
  _this.matchParentIndex = -1;
65045
65046
  return _this;
@@ -65308,6 +65309,7 @@
65308
65309
  };
65309
65310
  ShapeChartUtils.o = function (a) {
65310
65311
  a = a.toLowerCase();
65312
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65311
65313
  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");
65312
65314
  };
65313
65315
  ShapeChartUtils.ac = function (a) {
@@ -65315,6 +65317,7 @@
65315
65317
  };
65316
65318
  ShapeChartUtils.n = function (a) {
65317
65319
  a = a.toLowerCase();
65320
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65318
65321
  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");
65319
65322
  };
65320
65323
  ShapeChartUtils.u = function (a) {
@@ -65322,6 +65325,7 @@
65322
65325
  };
65323
65326
  ShapeChartUtils.f = function (a) {
65324
65327
  a = a.toLowerCase();
65328
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65325
65329
  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");
65326
65330
  };
65327
65331
  ShapeChartUtils.aa = function (a) {
@@ -65329,6 +65333,7 @@
65329
65333
  };
65330
65334
  ShapeChartUtils.l = function (a) {
65331
65335
  a = a.toLowerCase();
65336
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65332
65337
  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");
65333
65338
  };
65334
65339
  ShapeChartUtils.p = function (a) {
@@ -65336,6 +65341,7 @@
65336
65341
  };
65337
65342
  ShapeChartUtils.b = function (a) {
65338
65343
  a = a.toLowerCase();
65344
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65339
65345
  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");
65340
65346
  };
65341
65347
  ShapeChartUtils.s = function (a) {
@@ -65343,6 +65349,7 @@
65343
65349
  };
65344
65350
  ShapeChartUtils.e = function (a) {
65345
65351
  a = a.toLowerCase();
65352
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65346
65353
  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");
65347
65354
  };
65348
65355
  ShapeChartUtils.r = function (a) {
@@ -65350,6 +65357,7 @@
65350
65357
  };
65351
65358
  ShapeChartUtils.d = function (a) {
65352
65359
  a = a.toLowerCase();
65360
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65353
65361
  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");
65354
65362
  };
65355
65363
  ShapeChartUtils.y = function (a) {
@@ -65357,6 +65365,7 @@
65357
65365
  };
65358
65366
  ShapeChartUtils.j = function (a) {
65359
65367
  a = a.toLowerCase();
65368
+ a = stringReplace(stringReplace(a, "[", ""), "]", "");
65360
65369
  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");
65361
65370
  };
65362
65371
  ShapeChartUtils.v = function (a) {
@@ -65546,6 +65555,9 @@
65546
65555
  this.c.update(ShapeChartUtils.p(a).toArray(), b);
65547
65556
  this.f.update(ShapeChartUtils.u(a).toArray(), b);
65548
65557
  this.h.update(ShapeChartUtils.aa(a).toArray(), b);
65558
+ if (this.i.hasPath() && this.j.hasPath()) {
65559
+ this.o *= 1.2;
65560
+ }
65549
65561
  if (!this.i.hasPath() && a.count > 0) {
65550
65562
  this.o *= 0.8;
65551
65563
  var c = a.count - 1;
@@ -65558,14 +65570,14 @@
65558
65570
  this.j.update1(a._inner[d], b);
65559
65571
  a.removeAt(d);
65560
65572
  }
65561
- if (!this.h.hasPath() && a.count > 0) {
65573
+ if (!this.f.hasPath() && a.count > 0) {
65562
65574
  var e = a.count - 1;
65563
- this.h.update1(a._inner[e], b);
65575
+ this.f.update1(a._inner[e], b);
65564
65576
  a.removeAt(e);
65565
65577
  }
65566
- if (!this.f.hasPath() && a.count > 0) {
65578
+ if (!this.h.hasPath() && a.count > 0) {
65567
65579
  var f = a.count - 1;
65568
- this.f.update1(a._inner[f], b);
65580
+ this.h.update1(a._inner[f], b);
65569
65581
  a.removeAt(f);
65570
65582
  }
65571
65583
  if (!this.c.hasPath() && a.count > 0) {
@@ -66415,7 +66427,7 @@
66415
66427
  if (b.v) {
66416
66428
  c.suggestedSeries = 40;
66417
66429
  }
66418
- c.title = this.m(a, b.h.path);
66430
+ c.title = this.m(a, b.c.path);
66419
66431
  }
66420
66432
  else if (b.h.hasPath()) {
66421
66433
  c.suggestedSeries = 15;
@@ -67485,7 +67497,7 @@
67485
67497
  this.f(l, h);
67486
67498
  this.f(l, i);
67487
67499
  var n = e.count + f.count + g.count + h.count + l.count;
67488
- if (n >= 4) {
67500
+ if ((e.count + f.count + g.count + h.count) >= 4) {
67489
67501
  b = 1.2;
67490
67502
  }
67491
67503
  if (n == 0) {
@@ -140867,7 +140879,7 @@
140867
140879
  a.ad("ColorEditor", ColorEditorDescriptionMetadata.a);
140868
140880
  };
140869
140881
  ColorEditorDescriptionMetadata.e = function (a) {
140870
- a.item("_qualifiedName", "String:Infragistics.Controls.Dashboards.XamColorEditor");
140882
+ a.item("_qualifiedName", "String:Infragistics.Controls.Inputs.XamColorEditor");
140871
140883
  };
140872
140884
  ColorEditorDescriptionMetadata.$t = markType(ColorEditorDescriptionMetadata, 'ColorEditorDescriptionMetadata');
140873
140885
  ColorEditorDescriptionMetadata.a = null;
@@ -300044,7 +300056,7 @@
300044
300056
  this.dw(this.contentWidth, this.viewportWidth, this.scrollLeft, false);
300045
300057
  };
300046
300058
  Scroller.prototype.aa = function (a, b) {
300047
- if (Math.abs(a - b) < 1) {
300059
+ if (Math.abs(a - b) <= 2) {
300048
300060
  return true;
300049
300061
  }
300050
300062
  return false;