igniteui-webcomponents-inputs 7.1.0-alpha.1 → 7.1.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +636 -467
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonView_combined.js +21 -21
  4. package/esm2015/lib/CalendarView_combined.js +3 -3
  5. package/esm2015/lib/CheckboxView_combined.js +23 -23
  6. package/esm2015/lib/IconView_combined.js +163 -163
  7. package/esm2015/lib/InputGroupView_combined.js +31 -31
  8. package/esm2015/lib/MultiSliderBridge.js +14 -14
  9. package/esm2015/lib/MultiSliderView_combined.js +10 -10
  10. package/esm2015/lib/NativeUIXInputsFactory_combined.js +38 -38
  11. package/esm2015/lib/RippleView_combined.js +1 -1
  12. package/esm2015/lib/XButtonBridge.js +18 -18
  13. package/esm2015/lib/XButtonGroupBridge.js +6 -6
  14. package/esm2015/lib/XCheckboxBridge.js +8 -8
  15. package/esm2015/lib/XComponentBridge.js +4 -3
  16. package/esm2015/lib/XIconBridge.js +23 -23
  17. package/esm2015/lib/XIconButtonBridge.js +5 -5
  18. package/esm2015/lib/XInputBridge.js +18 -18
  19. package/esm2015/lib/XPopupBridge.js +23 -23
  20. package/esm2015/lib/igc-multi-slider-thumb-collection.js +7 -7
  21. package/esm2015/lib/igc-multi-slider-thumb-component.js +271 -0
  22. package/esm2015/lib/igc-multi-slider-thumb-module.js +16 -0
  23. package/esm2015/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
  24. package/esm2015/lib/igc-multi-slider-track-thumb-range.js +5 -15
  25. package/esm2015/lib/igc-x-icon-component.js +10 -10
  26. package/esm2015/public_api.js +2 -1
  27. package/esm5/lib/ButtonView_combined.js +21 -21
  28. package/esm5/lib/CalendarView_combined.js +3 -3
  29. package/esm5/lib/CheckboxView_combined.js +23 -23
  30. package/esm5/lib/IconView_combined.js +158 -158
  31. package/esm5/lib/InputGroupView_combined.js +31 -31
  32. package/esm5/lib/MultiSliderBridge.js +14 -14
  33. package/esm5/lib/MultiSliderView_combined.js +10 -10
  34. package/esm5/lib/NativeUIXInputsFactory_combined.js +38 -38
  35. package/esm5/lib/RippleView_combined.js +1 -1
  36. package/esm5/lib/XButtonBridge.js +18 -18
  37. package/esm5/lib/XButtonGroupBridge.js +6 -6
  38. package/esm5/lib/XCheckboxBridge.js +8 -8
  39. package/esm5/lib/XComponentBridge.js +4 -3
  40. package/esm5/lib/XIconBridge.js +23 -23
  41. package/esm5/lib/XIconButtonBridge.js +5 -5
  42. package/esm5/lib/XInputBridge.js +18 -18
  43. package/esm5/lib/XPopupBridge.js +23 -23
  44. package/esm5/lib/igc-multi-slider-thumb-collection.js +7 -7
  45. package/esm5/lib/igc-multi-slider-thumb-component.js +300 -0
  46. package/esm5/lib/igc-multi-slider-thumb-module.js +20 -0
  47. package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
  48. package/esm5/lib/igc-multi-slider-track-thumb-range.js +5 -15
  49. package/esm5/lib/igc-x-icon-component.js +10 -10
  50. package/esm5/public_api.js +2 -1
  51. package/fesm2015/igniteui-webcomponents-inputs.js +692 -534
  52. package/fesm5/igniteui-webcomponents-inputs.js +635 -467
  53. package/lib/IconView_combined.d.ts +33 -34
  54. package/lib/MultiSliderView_combined.d.ts +1 -1
  55. package/lib/igc-multi-slider-thumb-collection.d.ts +4 -4
  56. package/lib/igc-multi-slider-thumb-component.d.ts +53 -0
  57. package/lib/igc-multi-slider-thumb-module.d.ts +3 -0
  58. package/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
  59. package/lib/igc-multi-slider-track-thumb-range.d.ts +5 -5
  60. package/package.json +2 -2
  61. package/public_api.d.ts +2 -1
  62. package/esm2015/lib/igc-multi-slider-thumb.js +0 -109
  63. package/esm5/lib/igc-multi-slider-thumb.js +0 -132
  64. package/lib/igc-multi-slider-thumb.d.ts +0 -27
@@ -176,7 +176,7 @@
176
176
  d.setStyleProperty("pointer-events", "none");
177
177
  d.setStyleProperty("border-radius", c + "px");
178
178
  d.setStyleProperty("opacity", ".5");
179
- igniteuiWebcomponentsCore.NativeUI.af(d, ((function () {
179
+ igniteuiWebcomponentsCore.NativeUI.ai(d, ((function () {
180
180
  var $ret = new igniteuiWebcomponentsCore.ScaleTransform();
181
181
  $ret.l = 0.3;
182
182
  $ret.m = 0.3;
@@ -1542,7 +1542,7 @@
1542
1542
  this.o.setStyleProperty("white-space", "no-wrap");
1543
1543
  this.o.setStyleProperty("color", "#000");
1544
1544
  this.o.setStyleProperty("background", this.c.nt._fill);
1545
- igniteuiWebcomponentsCore.NativeUI.o(this.o, this.c.k4);
1545
+ igniteuiWebcomponentsCore.NativeUI.p(this.o, this.c.k4);
1546
1546
  this.o.setAttribute("id", this.c.hz);
1547
1547
  this.ay();
1548
1548
  this.i.add(c.listen("change", igniteuiWebcomponentsCore.runOn(this, this.aa)));
@@ -2633,10 +2633,10 @@
2633
2633
  if (a == null) {
2634
2634
  return;
2635
2635
  }
2636
- igniteuiWebcomponentsCore.NativeUI.o(a, this.k4);
2637
- igniteuiWebcomponentsCore.NativeUI.n(a, this.nu);
2636
+ igniteuiWebcomponentsCore.NativeUI.p(a, this.k4);
2637
+ igniteuiWebcomponentsCore.NativeUI.o(a, this.nu);
2638
2638
  if (!igniteuiWebcomponentsCore.isNaN_(this.bk)) {
2639
- igniteuiWebcomponentsCore.NativeUI.p(a, new igniteuiWebcomponentsCore.Thickness(0, this.bk));
2639
+ igniteuiWebcomponentsCore.NativeUI.q(a, new igniteuiWebcomponentsCore.Thickness(0, this.bk));
2640
2640
  }
2641
2641
  if (this.disabled) {
2642
2642
  this.view.a0(this.cv, this.v);
@@ -2653,17 +2653,17 @@
2653
2653
  }
2654
2654
  }
2655
2655
  if (this.disabled) {
2656
- igniteuiWebcomponentsCore.NativeUI.m(a, this.nv);
2656
+ igniteuiWebcomponentsCore.NativeUI.n(a, this.nv);
2657
2657
  }
2658
2658
  else if (this.focused && this.a3) {
2659
- igniteuiWebcomponentsCore.NativeUI.m(a, this.ny);
2659
+ igniteuiWebcomponentsCore.NativeUI.n(a, this.ny);
2660
2660
  }
2661
2661
  else {
2662
2662
  if (this.a4 && !this.av) {
2663
- igniteuiWebcomponentsCore.NativeUI.m(a, this.n0);
2663
+ igniteuiWebcomponentsCore.NativeUI.n(a, this.n0);
2664
2664
  }
2665
2665
  else {
2666
- igniteuiWebcomponentsCore.NativeUI.m(a, this.nt);
2666
+ igniteuiWebcomponentsCore.NativeUI.n(a, this.nt);
2667
2667
  }
2668
2668
  }
2669
2669
  this.view.az(this.n3, igniteuiWebcomponentsCore.BrushUtil.l(0, 0, 0, 0));
@@ -2671,21 +2671,21 @@
2671
2671
  this.view.a2(this.ab);
2672
2672
  }
2673
2673
  if (this.disabled) {
2674
- igniteuiWebcomponentsCore.NativeUI.q(this.view.t, this.nx);
2675
2674
  igniteuiWebcomponentsCore.NativeUI.r(this.view.t, this.nx);
2675
+ igniteuiWebcomponentsCore.NativeUI.t(this.view.t, this.nx);
2676
2676
  }
2677
2677
  else if (this.focused && this.a3) {
2678
- igniteuiWebcomponentsCore.NativeUI.q(this.view.t, this.nz);
2679
2678
  igniteuiWebcomponentsCore.NativeUI.r(this.view.t, this.nz);
2679
+ igniteuiWebcomponentsCore.NativeUI.t(this.view.t, this.nz);
2680
2680
  }
2681
2681
  else {
2682
2682
  if (this.a4 && !this.av) {
2683
- igniteuiWebcomponentsCore.NativeUI.q(this.view.t, this.n1);
2684
2683
  igniteuiWebcomponentsCore.NativeUI.r(this.view.t, this.n1);
2684
+ igniteuiWebcomponentsCore.NativeUI.t(this.view.t, this.n1);
2685
2685
  }
2686
2686
  else {
2687
- igniteuiWebcomponentsCore.NativeUI.q(this.view.t, this.n4);
2688
2687
  igniteuiWebcomponentsCore.NativeUI.r(this.view.t, this.n4);
2688
+ igniteuiWebcomponentsCore.NativeUI.t(this.view.t, this.n4);
2689
2689
  }
2690
2690
  }
2691
2691
  };
@@ -5083,16 +5083,16 @@
5083
5083
  c.p = e[1];
5084
5084
  c.h = this.o;
5085
5085
  c.i = this.r;
5086
- c.c = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.ak(a));
5086
+ c.c = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.an(a));
5087
5087
  c.g = igniteuiWebcomponentsCore.AppearanceHelper.a(this.n5);
5088
5088
  c.d = igniteuiWebcomponentsCore.AppearanceHelper.a(this.n2);
5089
5089
  c.a = igniteuiWebcomponentsCore.AppearanceHelper.a(this.ns);
5090
5090
  c.u = this.cy;
5091
5091
  c.e = igniteuiWebcomponentsCore.AppearanceHelper.a(this.n3);
5092
5092
  c.ag = this.k4;
5093
- c.b = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.aj(a));
5093
+ c.b = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.am(a));
5094
5094
  c.j = this.v;
5095
- c.f = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.al(b));
5095
+ c.f = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.ao(b));
5096
5096
  c.o = this.bk;
5097
5097
  c.x = this.f1;
5098
5098
  c.y = this.g5;
@@ -5461,9 +5461,9 @@
5461
5461
  })()));
5462
5462
  XButton.k = new Theme(1, ((function () {
5463
5463
  var $ret = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Base.$, 0);
5464
- $ret.addItem("UmbraShadowColor", igniteuiWebcomponentsCore.BrushUtil.l(100, 33, 150, 243));
5465
- $ret.addItem("PenumbraShadowColor", igniteuiWebcomponentsCore.BrushUtil.l(70, 33, 150, 243));
5466
- $ret.addItem("AmbientShadowColor", igniteuiWebcomponentsCore.BrushUtil.l(40, 33, 150, 243));
5464
+ $ret.addItem("UmbraShadowColor", igniteuiWebcomponentsCore.BrushUtil.l(0, 0, 0, 0));
5465
+ $ret.addItem("PenumbraShadowColor", igniteuiWebcomponentsCore.BrushUtil.l(0, 0, 0, 0));
5466
+ $ret.addItem("AmbientShadowColor", igniteuiWebcomponentsCore.BrushUtil.l(0, 0, 0, 0));
5467
5467
  $ret.addItem("ElevationMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ElevationMode_$type, 2));
5468
5468
  return $ret;
5469
5469
  })()), ((function () {
@@ -5620,9 +5620,9 @@
5620
5620
  })()));
5621
5621
  XButton.j = new Theme(1, ((function () {
5622
5622
  var $ret = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.Base.$, 0);
5623
- $ret.addItem("UmbraShadowColor", igniteuiWebcomponentsCore.BrushUtil.l(100, 33, 150, 243));
5624
- $ret.addItem("PenumbraShadowColor", igniteuiWebcomponentsCore.BrushUtil.l(70, 33, 150, 243));
5625
- $ret.addItem("AmbientShadowColor", igniteuiWebcomponentsCore.BrushUtil.l(40, 33, 150, 243));
5623
+ $ret.addItem("UmbraShadowColor", igniteuiWebcomponentsCore.BrushUtil.l(0, 0, 0, 0));
5624
+ $ret.addItem("PenumbraShadowColor", igniteuiWebcomponentsCore.BrushUtil.l(0, 0, 0, 0));
5625
+ $ret.addItem("AmbientShadowColor", igniteuiWebcomponentsCore.BrushUtil.l(0, 0, 0, 0));
5626
5626
  $ret.addItem("ElevationMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ElevationMode_$type, 2));
5627
5627
  return $ret;
5628
5628
  })()), ((function () {
@@ -9028,7 +9028,7 @@
9028
9028
  this.y.append(this.w);
9029
9029
  this.v.append(this.y);
9030
9030
  this.o.add(c.listen("click", igniteuiWebcomponentsCore.runOn(this, this.ak)));
9031
- this.d.c6();
9031
+ this.d.c8();
9032
9032
  };
9033
9033
  IconView.prototype.ay = function (a) {
9034
9034
  this.z = null;
@@ -9071,7 +9071,7 @@
9071
9071
  var b = this.v.rootWrapper.getNativeElement();
9072
9072
  b.innerHTML = a;
9073
9073
  this.z = this.v.rootWrapper.getChildAt(0);
9074
- var c = this.z.getAttribute("viewbox");
9074
+ var c = this.z.getAttribute("viewBox");
9075
9075
  if (c != null) {
9076
9076
  var d = c.split(' ');
9077
9077
  if (d.length == 1) {
@@ -9082,11 +9082,11 @@
9082
9082
  var f = parseFloat(d[1].trim());
9083
9083
  var g = parseFloat(d[2].trim());
9084
9084
  var h = parseFloat(d[3].trim());
9085
- this.d.dd(e, f, g, h);
9085
+ this.d.df(e, f, g, h);
9086
9086
  }
9087
9087
  }
9088
9088
  else {
9089
- this.d.dd(NaN, NaN, NaN, NaN);
9089
+ this.d.df(NaN, NaN, NaN, NaN);
9090
9090
  }
9091
9091
  }
9092
9092
  };
@@ -9162,7 +9162,7 @@
9162
9162
  this.v.rootWrapper.append(this.y);
9163
9163
  }
9164
9164
  else {
9165
- igniteuiWebcomponentsCore.NativeUI.r(a, b);
9165
+ igniteuiWebcomponentsCore.NativeUI.t(a, b);
9166
9166
  }
9167
9167
  };
9168
9168
  IconView.prototype.ar = function (a, b) {
@@ -9171,7 +9171,7 @@
9171
9171
  c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
9172
9172
  }
9173
9173
  else {
9174
- igniteuiWebcomponentsCore.NativeUI.aa(a, b);
9174
+ igniteuiWebcomponentsCore.NativeUI.ad(a, b);
9175
9175
  }
9176
9176
  };
9177
9177
  IconView.prototype.ad = function (a) {
@@ -9181,10 +9181,10 @@
9181
9181
  }
9182
9182
  };
9183
9183
  IconView.prototype.ae = function (a) {
9184
- this.d.c3();
9184
+ this.d.c5();
9185
9185
  };
9186
9186
  IconView.prototype.af = function (a) {
9187
- this.d.c4();
9187
+ this.d.c6();
9188
9188
  };
9189
9189
  IconView.prototype.aj = function () {
9190
9190
  this.j = true;
@@ -9373,18 +9373,18 @@
9373
9373
  _this.dp = null;
9374
9374
  _this.dq = null;
9375
9375
  _this.dr = null;
9376
- _this.be = null;
9377
- _this.bj = null;
9378
- _this.bm = null;
9376
+ _this.bf = null;
9379
9377
  _this.bl = null;
9378
+ _this.bo = null;
9379
+ _this.bn = null;
9380
9380
  _this.a = null;
9381
- _this.de = null;
9382
9381
  _this.bd = null;
9382
+ _this.be = null;
9383
9383
  _this.n = null;
9384
- _this.bk = "ig-icon-" + XIcon.bc++;
9384
+ _this.bm = "ig-icon-" + XIcon.bc++;
9385
9385
  _this.ba = 0;
9386
9386
  _this.p = false;
9387
- _this.bi = null;
9387
+ _this.bk = null;
9388
9388
  _this.r = false;
9389
9389
  _this.q = false;
9390
9390
  _this.af = 1;
@@ -9423,13 +9423,13 @@
9423
9423
  XIcon.prototype.destroy = function () {
9424
9424
  this.provideContainer(null);
9425
9425
  };
9426
- XIcon.prototype.c5 = function (a, b, c) {
9426
+ XIcon.prototype.c7 = function (a, b, c) {
9427
9427
  if (this.propertyChanged != null) {
9428
9428
  this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
9429
9429
  }
9430
- this.c8(a, b, c);
9430
+ this.da(a, b, c);
9431
9431
  };
9432
- XIcon.prototype.c8 = function (a, b, c) {
9432
+ XIcon.prototype.da = function (a, b, c) {
9433
9433
  switch (a) {
9434
9434
  case "Fill":
9435
9435
  case "Stroke":
@@ -9438,51 +9438,51 @@
9438
9438
  case "HoverStroke":
9439
9439
  case "HoverStrokeThickness":
9440
9440
  case "IsHover":
9441
- this.dc();
9441
+ this.de();
9442
9442
  break;
9443
9443
  case "FillColors":
9444
9444
  case "StrokeColors":
9445
9445
  case "ActualFill":
9446
9446
  case "ActualStroke":
9447
9447
  case "ActualStrokeWidth":
9448
- this.da();
9448
+ this.dc();
9449
9449
  break;
9450
9450
  case "SVG":
9451
- this.bm = null;
9451
+ this.bo = null;
9452
9452
  this.a = null;
9453
- this.da();
9453
+ this.dc();
9454
9454
  break;
9455
9455
  case "SVGPath":
9456
- this.bl = null;
9456
+ this.bn = null;
9457
9457
  this.a = null;
9458
- this.da();
9458
+ this.dc();
9459
9459
  break;
9460
9460
  case "SVGPaths":
9461
- this.bl = null;
9462
- this.bm = null;
9463
- this.da();
9461
+ this.bn = null;
9462
+ this.bo = null;
9463
+ this.dc();
9464
9464
  break;
9465
9465
  case "DataURL":
9466
- this.bl = null;
9467
- this.bm = null;
9466
+ this.bn = null;
9467
+ this.bo = null;
9468
9468
  this.a = null;
9469
- this.da();
9469
+ this.dc();
9470
9470
  break;
9471
9471
  case "Source":
9472
- this.bl = null;
9473
- this.bm = null;
9472
+ this.bn = null;
9473
+ this.bo = null;
9474
9474
  this.a = null;
9475
- this.da();
9475
+ this.dc();
9476
9476
  break;
9477
9477
  case "DataTemplate":
9478
9478
  case "DataTemplateContext":
9479
- this.bl = null;
9480
- this.bm = null;
9479
+ this.bn = null;
9480
+ this.bo = null;
9481
9481
  this.a = null;
9482
- this.da();
9482
+ this.dc();
9483
9483
  break;
9484
9484
  case "Opacity":
9485
- this.db();
9485
+ this.dd();
9486
9486
  break;
9487
9487
  case "ViewBoxLeft":
9488
9488
  this.as = !igniteuiWebcomponentsCore.isNaN_(this.a6) ? this.a6 : !igniteuiWebcomponentsCore.isNaN_(this.ah) ? this.ah : 0;
@@ -9508,7 +9508,7 @@
9508
9508
  break;
9509
9509
  }
9510
9510
  };
9511
- XIcon.prototype.dc = function () {
9511
+ XIcon.prototype.de = function () {
9512
9512
  var a = this.fill != null ? this.fill : XIcon.dx;
9513
9513
  var b = this.ea != null ? this.ea : XIcon.d1;
9514
9514
  var c = !igniteuiWebcomponentsCore.isNaN_(this.a4) ? this.a4 : XIcon.aw;
@@ -9533,19 +9533,19 @@
9533
9533
  enumerable: false,
9534
9534
  configurable: true
9535
9535
  });
9536
- XIcon.prototype.db = function () {
9537
- igniteuiWebcomponentsCore.NativeUI.y(this.view.aa, this.a3);
9536
+ XIcon.prototype.dd = function () {
9537
+ igniteuiWebcomponentsCore.NativeUI.ab(this.view.aa, this.a3);
9538
9538
  };
9539
- XIcon.prototype.cz = function () {
9539
+ XIcon.prototype.c1 = function () {
9540
9540
  this.view.ag();
9541
9541
  };
9542
- XIcon.prototype.da = function () {
9542
+ XIcon.prototype.dc = function () {
9543
9543
  var a = this.view.aa;
9544
9544
  if (this.t) {
9545
9545
  var b = this.view.ab;
9546
- igniteuiWebcomponentsCore.NativeUI.r(b, this.du);
9547
- igniteuiWebcomponentsCore.NativeUI.aa(b, this.dv);
9548
- igniteuiWebcomponentsCore.NativeUI.ad(b, this.aq);
9546
+ igniteuiWebcomponentsCore.NativeUI.t(b, this.du);
9547
+ igniteuiWebcomponentsCore.NativeUI.ad(b, this.dv);
9548
+ igniteuiWebcomponentsCore.NativeUI.ag(b, this.aq);
9549
9549
  }
9550
9550
  else {
9551
9551
  var c = this.j();
@@ -9554,8 +9554,8 @@
9554
9554
  this.view.ai();
9555
9555
  }
9556
9556
  var d = false;
9557
- if (this.df != null) {
9558
- this.view.as(this.df, this.bf);
9557
+ if (this.bg != null) {
9558
+ this.view.as(this.bg, this.bh);
9559
9559
  }
9560
9560
  else if (this.svgPath != null) {
9561
9561
  if (igniteuiWebcomponentsCore.stringStartsWith(igniteuiWebcomponentsCore.trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
@@ -9570,9 +9570,9 @@
9570
9570
  this.view.az(this.b);
9571
9571
  var e = this.view.c;
9572
9572
  if (e != null && e.length > 0) {
9573
- var f = igniteuiWebcomponentsCore.NativeUI.r;
9574
- var g = igniteuiWebcomponentsCore.NativeUI.aa;
9575
- this.c7();
9573
+ var f = igniteuiWebcomponentsCore.NativeUI.t;
9574
+ var g = igniteuiWebcomponentsCore.NativeUI.ad;
9575
+ this.c9();
9576
9576
  f = igniteuiWebcomponentsCore.runOn(this.view, this.view.aq);
9577
9577
  g = igniteuiWebcomponentsCore.runOn(this.view, this.view.ar);
9578
9578
  for (var h = 0; h < e.length; h++) {
@@ -9583,10 +9583,10 @@
9583
9583
  g(e[h], this.dv);
9584
9584
  }
9585
9585
  if (!igniteuiWebcomponentsCore.isNaN_(this.aq)) {
9586
- igniteuiWebcomponentsCore.NativeUI.ad(e[h], this.aq);
9586
+ igniteuiWebcomponentsCore.NativeUI.ag(e[h], this.aq);
9587
9587
  }
9588
9588
  if (this.dw != null) {
9589
- igniteuiWebcomponentsCore.NativeUI.q(e[h], this.dw);
9589
+ igniteuiWebcomponentsCore.NativeUI.r(e[h], this.dw);
9590
9590
  }
9591
9591
  if (this.e != null && this.e.count == e.length) {
9592
9592
  f(e[h], this.e.item(h));
@@ -9605,30 +9605,30 @@
9605
9605
  this.view.ax(this.svg);
9606
9606
  d = true;
9607
9607
  }
9608
- else if (this.b0 != null) {
9609
- this.view.at(this.b0);
9608
+ else if (this.b2 != null) {
9609
+ this.view.at(this.b2);
9610
9610
  }
9611
- else if (this.bh != null) {
9612
- this.view.aw(this.bh);
9611
+ else if (this.bj != null) {
9612
+ this.view.aw(this.bj);
9613
9613
  }
9614
9614
  else {
9615
9615
  }
9616
9616
  if (d) {
9617
9617
  for (var i = 0; i < this.view.r.count; i++) {
9618
9618
  var j = this.view.r._inner[i].c;
9619
- igniteuiWebcomponentsCore.NativeUI.r(this.view.r._inner[i].d, j.l.f(this.d6));
9619
+ igniteuiWebcomponentsCore.NativeUI.t(this.view.r._inner[i].d, j.l.f(this.d6));
9620
9620
  }
9621
9621
  for (var k = 0; k < this.view.s.count; k++) {
9622
9622
  var l = this.view.s._inner[k].c;
9623
- igniteuiWebcomponentsCore.NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.d7));
9623
+ igniteuiWebcomponentsCore.NativeUI.ad(this.view.s._inner[k].d, l.m.f(this.d7));
9624
9624
  }
9625
9625
  for (var m = 0; m < this.view.t.count; m++) {
9626
9626
  var n = this.view.t._inner[m].c;
9627
- igniteuiWebcomponentsCore.NativeUI.r(this.view.t._inner[m].d, n.l.f(this.d8));
9627
+ igniteuiWebcomponentsCore.NativeUI.t(this.view.t._inner[m].d, n.l.f(this.d8));
9628
9628
  }
9629
9629
  for (var o = 0; o < this.view.u.count; o++) {
9630
9630
  var p = this.view.u._inner[o].c;
9631
- igniteuiWebcomponentsCore.NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.d9));
9631
+ igniteuiWebcomponentsCore.NativeUI.ad(this.view.u._inner[o].d, p.m.f(this.d9));
9632
9632
  }
9633
9633
  for (var q = 0; q < this.view.e.o.count; q++) {
9634
9634
  var r = this.view.e.o._inner[q];
@@ -9637,7 +9637,7 @@
9637
9637
  if (t < this.e.count) {
9638
9638
  for (var u = 0; u < this.view.e.q._inner[q].count; u++) {
9639
9639
  var v = this.view.e.q._inner[q]._inner[u].c;
9640
- igniteuiWebcomponentsCore.NativeUI.r(this.view.e.q._inner[q]._inner[u].d, v.l.f(this.e.item(t)));
9640
+ igniteuiWebcomponentsCore.NativeUI.t(this.view.e.q._inner[q]._inner[u].d, v.l.f(this.e.item(t)));
9641
9641
  }
9642
9642
  }
9643
9643
  }
@@ -9648,35 +9648,35 @@
9648
9648
  if (z < this.f.count) {
9649
9649
  for (var aa = 0; aa < this.view.f.q._inner[w].count; aa++) {
9650
9650
  var ab = this.view.f.q._inner[w]._inner[aa].c;
9651
- igniteuiWebcomponentsCore.NativeUI.aa(this.view.f.q._inner[w]._inner[aa].d, ab.m.f(this.f.item(z)));
9651
+ igniteuiWebcomponentsCore.NativeUI.ad(this.view.f.q._inner[w]._inner[aa].d, ab.m.f(this.f.item(z)));
9652
9652
  }
9653
9653
  }
9654
9654
  }
9655
9655
  for (var ac = 0; ac < this.view.q.count; ac++) {
9656
9656
  var ad = this.view.q._inner[ac].c;
9657
- igniteuiWebcomponentsCore.NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.du));
9658
- igniteuiWebcomponentsCore.NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.dv));
9657
+ igniteuiWebcomponentsCore.NativeUI.t(this.view.q._inner[ac].d, ad.l.f(this.du));
9658
+ igniteuiWebcomponentsCore.NativeUI.ad(this.view.q._inner[ac].d, ad.m.f(this.dv));
9659
9659
  }
9660
9660
  }
9661
9661
  var ae = this.view.aa;
9662
9662
  if (this.du != null) {
9663
- igniteuiWebcomponentsCore.NativeUI.r(ae, this.du);
9663
+ igniteuiWebcomponentsCore.NativeUI.t(ae, this.du);
9664
9664
  }
9665
9665
  if (this.dv != null) {
9666
- igniteuiWebcomponentsCore.NativeUI.aa(ae, this.dv);
9666
+ igniteuiWebcomponentsCore.NativeUI.ad(ae, this.dv);
9667
9667
  }
9668
9668
  if (!igniteuiWebcomponentsCore.isNaN_(this.aq)) {
9669
- igniteuiWebcomponentsCore.NativeUI.ad(ae, this.aq);
9669
+ igniteuiWebcomponentsCore.NativeUI.ag(ae, this.aq);
9670
9670
  }
9671
9671
  }
9672
9672
  if (this.o != null) {
9673
9673
  this.view.a0(this.o);
9674
9674
  }
9675
9675
  if (this.dw != null) {
9676
- igniteuiWebcomponentsCore.NativeUI.q(this.view.aa, this.dw);
9676
+ igniteuiWebcomponentsCore.NativeUI.r(this.view.aa, this.dw);
9677
9677
  }
9678
9678
  };
9679
- XIcon.prototype.c7 = function () {
9679
+ XIcon.prototype.c9 = function () {
9680
9680
  var e_3, _a, e_4, _b;
9681
9681
  if (this.du != null) {
9682
9682
  this.view.ap(this.du, "fill");
@@ -9738,10 +9738,10 @@
9738
9738
  else if (this.svg != null) {
9739
9739
  a = 0;
9740
9740
  }
9741
- else if (this.b0 != null) {
9741
+ else if (this.b2 != null) {
9742
9742
  a = 3;
9743
9743
  }
9744
- else if (this.bh != null) {
9744
+ else if (this.bj != null) {
9745
9745
  a = 4;
9746
9746
  }
9747
9747
  return a;
@@ -9754,7 +9754,7 @@
9754
9754
  var b = this.l;
9755
9755
  this.l = a;
9756
9756
  if (b != this.l) {
9757
- this.c5("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, a));
9757
+ this.c7("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, a));
9758
9758
  }
9759
9759
  },
9760
9760
  enumerable: false,
@@ -9768,7 +9768,7 @@
9768
9768
  var b = this.dg;
9769
9769
  this.dg = a;
9770
9770
  if (b != this.dg) {
9771
- this.c5("ActualFill", b, a);
9771
+ this.c7("ActualFill", b, a);
9772
9772
  }
9773
9773
  },
9774
9774
  enumerable: false,
@@ -9782,7 +9782,7 @@
9782
9782
  var b = this.dh;
9783
9783
  this.dh = a;
9784
9784
  if (b != this.dh) {
9785
- this.c5("ActualStroke", b, a);
9785
+ this.c7("ActualStroke", b, a);
9786
9786
  }
9787
9787
  },
9788
9788
  enumerable: false,
@@ -9796,7 +9796,7 @@
9796
9796
  var b = this.di;
9797
9797
  this.di = a;
9798
9798
  if (b != this.di) {
9799
- this.c5("ActualTextColor", b, a);
9799
+ this.c7("ActualTextColor", b, a);
9800
9800
  }
9801
9801
  },
9802
9802
  enumerable: false,
@@ -9810,7 +9810,7 @@
9810
9810
  var b = this.y;
9811
9811
  this.y = a;
9812
9812
  if (b != this.y) {
9813
- this.c5("ActualStrokeWidth", b, a);
9813
+ this.c7("ActualStrokeWidth", b, a);
9814
9814
  }
9815
9815
  },
9816
9816
  enumerable: false,
@@ -9824,7 +9824,7 @@
9824
9824
  var b = this.dj;
9825
9825
  this.dj = a;
9826
9826
  if (b != this.dj) {
9827
- this.c5("Fill", b, a);
9827
+ this.c7("Fill", b, a);
9828
9828
  }
9829
9829
  },
9830
9830
  enumerable: false,
@@ -9838,7 +9838,7 @@
9838
9838
  var b = this.ds;
9839
9839
  this.ds = a;
9840
9840
  if (b != this.ds) {
9841
- this.c5("Stroke", b, a);
9841
+ this.c7("Stroke", b, a);
9842
9842
  }
9843
9843
  },
9844
9844
  enumerable: false,
@@ -9852,7 +9852,7 @@
9852
9852
  var b = this.ak;
9853
9853
  this.ak = a;
9854
9854
  if (b != this.ak) {
9855
- this.c5("StrokeWidth", b, a);
9855
+ this.c7("StrokeWidth", b, a);
9856
9856
  }
9857
9857
  },
9858
9858
  enumerable: false,
@@ -9866,7 +9866,7 @@
9866
9866
  var b = this.dt;
9867
9867
  this.dt = a;
9868
9868
  if (b != this.dt) {
9869
- this.c5("TextColor", b, a);
9869
+ this.c7("TextColor", b, a);
9870
9870
  }
9871
9871
  },
9872
9872
  enumerable: false,
@@ -9880,7 +9880,7 @@
9880
9880
  var b = this.dk;
9881
9881
  this.dk = a;
9882
9882
  if (b != this.dk) {
9883
- this.c5("HoverFill", b, a);
9883
+ this.c7("HoverFill", b, a);
9884
9884
  }
9885
9885
  },
9886
9886
  enumerable: false,
@@ -9894,7 +9894,7 @@
9894
9894
  var b = this.dl;
9895
9895
  this.dl = a;
9896
9896
  if (b != this.dl) {
9897
- this.c5("HoverStroke", b, a);
9897
+ this.c7("HoverStroke", b, a);
9898
9898
  }
9899
9899
  },
9900
9900
  enumerable: false,
@@ -9908,7 +9908,7 @@
9908
9908
  var b = this.ae;
9909
9909
  this.ae = a;
9910
9910
  if (b != this.ae) {
9911
- this.c5("HoverStrokeThickness", b, a);
9911
+ this.c7("HoverStrokeThickness", b, a);
9912
9912
  }
9913
9913
  },
9914
9914
  enumerable: false,
@@ -9922,7 +9922,7 @@
9922
9922
  var b = this.dm;
9923
9923
  this.dm = a;
9924
9924
  if (b != this.dm) {
9925
- this.c5("HoverTextColor", b, a);
9925
+ this.c7("HoverTextColor", b, a);
9926
9926
  }
9927
9927
  },
9928
9928
  enumerable: false,
@@ -9936,7 +9936,7 @@
9936
9936
  var b = this.c;
9937
9937
  this.c = a;
9938
9938
  if (b != this.c) {
9939
- this.c5("FillColors", b, this.c);
9939
+ this.c7("FillColors", b, this.c);
9940
9940
  }
9941
9941
  },
9942
9942
  enumerable: false,
@@ -9950,7 +9950,7 @@
9950
9950
  var b = this.d;
9951
9951
  this.d = a;
9952
9952
  if (b != this.d) {
9953
- this.c5("StrokeColors", b, this.d);
9953
+ this.c7("StrokeColors", b, this.d);
9954
9954
  }
9955
9955
  },
9956
9956
  enumerable: false,
@@ -9964,7 +9964,7 @@
9964
9964
  var b = this.dn;
9965
9965
  this.dn = a;
9966
9966
  if (b != this.dn) {
9967
- this.c5("PrimaryFillColor", b, this.dn);
9967
+ this.c7("PrimaryFillColor", b, this.dn);
9968
9968
  }
9969
9969
  },
9970
9970
  enumerable: false,
@@ -9978,7 +9978,7 @@
9978
9978
  var b = this.dp;
9979
9979
  this.dp = a;
9980
9980
  if (b != this.dp) {
9981
- this.c5("PrimaryStrokeColor", b, this.dp);
9981
+ this.c7("PrimaryStrokeColor", b, this.dp);
9982
9982
  }
9983
9983
  },
9984
9984
  enumerable: false,
@@ -9992,7 +9992,7 @@
9992
9992
  var b = this.dq;
9993
9993
  this.dq = a;
9994
9994
  if (b != this.dq) {
9995
- this.c5("SecondaryFillColor", b, this.dq);
9995
+ this.c7("SecondaryFillColor", b, this.dq);
9996
9996
  }
9997
9997
  },
9998
9998
  enumerable: false,
@@ -10006,35 +10006,35 @@
10006
10006
  var b = this.dr;
10007
10007
  this.dr = a;
10008
10008
  if (b != this.dr) {
10009
- this.c5("SecondaryStrokeColor", b, this.dr);
10009
+ this.c7("SecondaryStrokeColor", b, this.dr);
10010
10010
  }
10011
10011
  },
10012
10012
  enumerable: false,
10013
10013
  configurable: true
10014
10014
  });
10015
- Object.defineProperty(XIcon.prototype, "bh", {
10015
+ Object.defineProperty(XIcon.prototype, "bj", {
10016
10016
  get: function () {
10017
- return this.be;
10017
+ return this.bf;
10018
10018
  },
10019
10019
  set: function (a) {
10020
- var b = this.be;
10021
- this.be = a;
10022
- if (b != this.be) {
10023
- this.c5("Source", b, a);
10020
+ var b = this.bf;
10021
+ this.bf = a;
10022
+ if (b != this.bf) {
10023
+ this.c7("Source", b, a);
10024
10024
  }
10025
10025
  },
10026
10026
  enumerable: false,
10027
10027
  configurable: true
10028
10028
  });
10029
- Object.defineProperty(XIcon.prototype, "b0", {
10029
+ Object.defineProperty(XIcon.prototype, "b2", {
10030
10030
  get: function () {
10031
- return this.bj;
10031
+ return this.bl;
10032
10032
  },
10033
10033
  set: function (a) {
10034
- var b = this.bj;
10035
- this.bj = a;
10036
- if (b != this.bj) {
10037
- this.c5("DataURL", b, a);
10034
+ var b = this.bl;
10035
+ this.bl = a;
10036
+ if (b != this.bl) {
10037
+ this.c7("DataURL", b, a);
10038
10038
  }
10039
10039
  },
10040
10040
  enumerable: false,
@@ -10042,13 +10042,13 @@
10042
10042
  });
10043
10043
  Object.defineProperty(XIcon.prototype, "svgPath", {
10044
10044
  get: function () {
10045
- return this.bm;
10045
+ return this.bo;
10046
10046
  },
10047
10047
  set: function (a) {
10048
- var b = this.bm;
10049
- this.bm = a;
10050
- if (b != this.bm) {
10051
- this.c5("SVGPath", b, a);
10048
+ var b = this.bo;
10049
+ this.bo = a;
10050
+ if (b != this.bo) {
10051
+ this.c7("SVGPath", b, a);
10052
10052
  }
10053
10053
  },
10054
10054
  enumerable: false,
@@ -10056,13 +10056,13 @@
10056
10056
  });
10057
10057
  Object.defineProperty(XIcon.prototype, "svg", {
10058
10058
  get: function () {
10059
- return this.bl;
10059
+ return this.bn;
10060
10060
  },
10061
10061
  set: function (a) {
10062
- var b = this.bl;
10063
- this.bl = a;
10064
- if (b != this.bl) {
10065
- this.c5("SVG", b, this.bl);
10062
+ var b = this.bn;
10063
+ this.bn = a;
10064
+ if (b != this.bn) {
10065
+ this.c7("SVG", b, this.bn);
10066
10066
  }
10067
10067
  },
10068
10068
  enumerable: false,
@@ -10076,44 +10076,44 @@
10076
10076
  var b = this.a;
10077
10077
  this.a = a;
10078
10078
  if (b != this.a) {
10079
- this.c5("SVGPaths", b, this.a);
10079
+ this.c7("SVGPaths", b, this.a);
10080
10080
  }
10081
10081
  },
10082
10082
  enumerable: false,
10083
10083
  configurable: true
10084
10084
  });
10085
- Object.defineProperty(XIcon.prototype, "df", {
10085
+ Object.defineProperty(XIcon.prototype, "bg", {
10086
10086
  get: function () {
10087
- return this.de;
10087
+ return this.bd;
10088
10088
  },
10089
10089
  set: function (a) {
10090
- var b = this.de;
10091
- this.de = a;
10092
- if (b != this.de) {
10093
- this.c5("DataTemplate", b, this.de);
10090
+ var b = this.bd;
10091
+ this.bd = a;
10092
+ if (b != this.bd) {
10093
+ this.c7("DataTemplate", b, this.bd);
10094
10094
  }
10095
10095
  },
10096
10096
  enumerable: false,
10097
10097
  configurable: true
10098
10098
  });
10099
- Object.defineProperty(XIcon.prototype, "bf", {
10099
+ Object.defineProperty(XIcon.prototype, "bh", {
10100
10100
  get: function () {
10101
- return this.bd;
10101
+ return this.be;
10102
10102
  },
10103
10103
  set: function (a) {
10104
- var b = this.bd;
10105
- this.bd = a;
10106
- if (b != this.bd) {
10107
- this.c5("DataTemplateContext", b, this.bd);
10104
+ var b = this.be;
10105
+ this.be = a;
10106
+ if (b != this.be) {
10107
+ this.c7("DataTemplateContext", b, this.be);
10108
10108
  }
10109
10109
  },
10110
10110
  enumerable: false,
10111
10111
  configurable: true
10112
10112
  });
10113
- XIcon.prototype.c3 = function () {
10113
+ XIcon.prototype.c5 = function () {
10114
10114
  this.v = true;
10115
10115
  };
10116
- XIcon.prototype.c4 = function () {
10116
+ XIcon.prototype.c6 = function () {
10117
10117
  this.v = false;
10118
10118
  };
10119
10119
  Object.defineProperty(XIcon.prototype, "o", {
@@ -10124,21 +10124,21 @@
10124
10124
  var b = this.n;
10125
10125
  this.n = a;
10126
10126
  if (b != this.n) {
10127
- this.c5("TextStyle", b, a);
10127
+ this.c7("TextStyle", b, a);
10128
10128
  }
10129
10129
  },
10130
10130
  enumerable: false,
10131
10131
  configurable: true
10132
10132
  });
10133
- Object.defineProperty(XIcon.prototype, "ca", {
10133
+ Object.defineProperty(XIcon.prototype, "cc", {
10134
10134
  get: function () {
10135
- return this.bk;
10135
+ return this.bm;
10136
10136
  },
10137
10137
  set: function (a) {
10138
- var b = this.bk;
10139
- this.bk = a;
10140
- if (b != this.bk) {
10141
- this.c5("Id", b, a);
10138
+ var b = this.bm;
10139
+ this.bm = a;
10140
+ if (b != this.bm) {
10141
+ this.c7("Id", b, a);
10142
10142
  }
10143
10143
  },
10144
10144
  enumerable: false,
@@ -10160,21 +10160,21 @@
10160
10160
  this.ba = a;
10161
10161
  this.p = true;
10162
10162
  if (b != this.ba) {
10163
- this.c5("TabIndex", b, a);
10163
+ this.c7("TabIndex", b, a);
10164
10164
  }
10165
10165
  },
10166
10166
  enumerable: false,
10167
10167
  configurable: true
10168
10168
  });
10169
- Object.defineProperty(XIcon.prototype, "bv", {
10169
+ Object.defineProperty(XIcon.prototype, "bx", {
10170
10170
  get: function () {
10171
- return this.bi;
10171
+ return this.bk;
10172
10172
  },
10173
10173
  set: function (a) {
10174
- var b = this.bi;
10175
- this.bi = a;
10176
- if (b != this.bi) {
10177
- this.c5("AriaLabel", b, a);
10174
+ var b = this.bk;
10175
+ this.bk = a;
10176
+ if (b != this.bk) {
10177
+ this.c7("AriaLabel", b, a);
10178
10178
  }
10179
10179
  },
10180
10180
  enumerable: false,
@@ -10188,7 +10188,7 @@
10188
10188
  var b = this.r;
10189
10189
  this.r = a;
10190
10190
  if (b != this.r) {
10191
- this.c5("IsHover", b, a);
10191
+ this.c7("IsHover", b, a);
10192
10192
  }
10193
10193
  },
10194
10194
  enumerable: false,
@@ -10202,7 +10202,7 @@
10202
10202
  var b = this.q;
10203
10203
  this.q = a;
10204
10204
  if (b != this.q) {
10205
- this.c5("IsDisabled", b, a);
10205
+ this.c7("IsDisabled", b, a);
10206
10206
  }
10207
10207
  },
10208
10208
  enumerable: false,
@@ -10216,7 +10216,7 @@
10216
10216
  var b = this.af;
10217
10217
  this.af = a;
10218
10218
  if (b != this.af) {
10219
- this.c5("Opacity", b, this.af);
10219
+ this.c7("Opacity", b, this.af);
10220
10220
  }
10221
10221
  },
10222
10222
  enumerable: false,
@@ -10230,7 +10230,7 @@
10230
10230
  var b = this.aa;
10231
10231
  this.aa = a;
10232
10232
  if (b != this.aa) {
10233
- this.c5("ActualViewBoxLeft", b, this.aa);
10233
+ this.c7("ActualViewBoxLeft", b, this.aa);
10234
10234
  }
10235
10235
  },
10236
10236
  enumerable: false,
@@ -10244,7 +10244,7 @@
10244
10244
  var b = this.am;
10245
10245
  this.am = a;
10246
10246
  if (b != this.am) {
10247
- this.c5("ViewBoxLeft", b, this.am);
10247
+ this.c7("ViewBoxLeft", b, this.am);
10248
10248
  }
10249
10249
  },
10250
10250
  enumerable: false,
@@ -10258,7 +10258,7 @@
10258
10258
  var b = this.ab;
10259
10259
  this.ab = a;
10260
10260
  if (b != this.ab) {
10261
- this.c5("ActualViewBoxTop", b, this.ab);
10261
+ this.c7("ActualViewBoxTop", b, this.ab);
10262
10262
  }
10263
10263
  },
10264
10264
  enumerable: false,
@@ -10272,7 +10272,7 @@
10272
10272
  var b = this.an;
10273
10273
  this.an = a;
10274
10274
  if (b != this.an) {
10275
- this.c5("ViewBoxTop", b, this.an);
10275
+ this.c7("ViewBoxTop", b, this.an);
10276
10276
  }
10277
10277
  },
10278
10278
  enumerable: false,
@@ -10286,7 +10286,7 @@
10286
10286
  var b = this.ac;
10287
10287
  this.ac = a;
10288
10288
  if (b != this.ac) {
10289
- this.c5("ActualViewBoxWidth", b, this.ac);
10289
+ this.c7("ActualViewBoxWidth", b, this.ac);
10290
10290
  }
10291
10291
  },
10292
10292
  enumerable: false,
@@ -10300,7 +10300,7 @@
10300
10300
  var b = this.ao;
10301
10301
  this.ao = a;
10302
10302
  if (b != this.ao) {
10303
- this.c5("ViewBoxWidth", b, this.ao);
10303
+ this.c7("ViewBoxWidth", b, this.ao);
10304
10304
  }
10305
10305
  },
10306
10306
  enumerable: false,
@@ -10314,7 +10314,7 @@
10314
10314
  var b = this.z;
10315
10315
  this.z = a;
10316
10316
  if (b != this.z) {
10317
- this.c5("ActualViewBoxHeight", b, this.z);
10317
+ this.c7("ActualViewBoxHeight", b, this.z);
10318
10318
  }
10319
10319
  },
10320
10320
  enumerable: false,
@@ -10328,7 +10328,7 @@
10328
10328
  var b = this.al;
10329
10329
  this.al = a;
10330
10330
  if (b != this.al) {
10331
- this.c5("ViewBoxHeight", b, this.al);
10331
+ this.c7("ViewBoxHeight", b, this.al);
10332
10332
  }
10333
10333
  },
10334
10334
  enumerable: false,
@@ -10342,7 +10342,7 @@
10342
10342
  var b = this.ap;
10343
10343
  this.ap = a;
10344
10344
  if (b != this.ap) {
10345
- this.c5("Width", b, this.ap);
10345
+ this.c7("Width", b, this.ap);
10346
10346
  }
10347
10347
  },
10348
10348
  enumerable: false,
@@ -10356,13 +10356,13 @@
10356
10356
  var b = this.ad;
10357
10357
  this.ad = a;
10358
10358
  if (b != this.ad) {
10359
- this.c5("Height", b, this.ad);
10359
+ this.c7("Height", b, this.ad);
10360
10360
  }
10361
10361
  },
10362
10362
  enumerable: false,
10363
10363
  configurable: true
10364
10364
  });
10365
- XIcon.prototype.c6 = function () {
10365
+ XIcon.prototype.c8 = function () {
10366
10366
  };
10367
10367
  XIcon.prototype.onDetachedFromUI = function () {
10368
10368
  this.view.am();
@@ -10384,10 +10384,10 @@
10384
10384
  XIcon.prototype.w = function () {
10385
10385
  return this.view.l();
10386
10386
  };
10387
- XIcon.prototype.bg = function () {
10387
+ XIcon.prototype.bi = function () {
10388
10388
  return this.g();
10389
10389
  };
10390
- XIcon.prototype.b2 = function () {
10390
+ XIcon.prototype.b4 = function () {
10391
10391
  var a = this.g();
10392
10392
  return a.l();
10393
10393
  };
@@ -10402,7 +10402,7 @@
10402
10402
  a.a = this.view.a();
10403
10403
  a.svg = this.svg;
10404
10404
  a.svgPath = this.svgPath;
10405
- a.k = this.b0;
10405
+ a.k = this.b2;
10406
10406
  if (this.o != null) {
10407
10407
  var d = this.o;
10408
10408
  if (this.view != null && d.q == null) {
@@ -10436,7 +10436,7 @@
10436
10436
  XIcon.prototype.provideContainer = function (a) {
10437
10437
  this.view.al(a);
10438
10438
  };
10439
- XIcon.prototype.dd = function (a, b, c, d) {
10439
+ XIcon.prototype.df = function (a, b, c, d) {
10440
10440
  this.ah = a;
10441
10441
  this.ai = b;
10442
10442
  this.aj = c;
@@ -10962,10 +10962,10 @@
10962
10962
  * Gets or sets the image source for the icon. Used if none of the other icon types are not used.
10963
10963
  */
10964
10964
  get: function () {
10965
- return this.i.bh;
10965
+ return this.i.bj;
10966
10966
  },
10967
10967
  set: function (v) {
10968
- this.i.bh = v;
10968
+ this.i.bj = v;
10969
10969
  },
10970
10970
  enumerable: false,
10971
10971
  configurable: true
@@ -10975,10 +10975,10 @@
10975
10975
  * Gets or sets data url for the icon to use.
10976
10976
  */
10977
10977
  get: function () {
10978
- return this.i.b0;
10978
+ return this.i.b2;
10979
10979
  },
10980
10980
  set: function (v) {
10981
- this.i.b0 = v;
10981
+ this.i.b2 = v;
10982
10982
  },
10983
10983
  enumerable: false,
10984
10984
  configurable: true
@@ -11050,10 +11050,10 @@
11050
11050
  * Gets or sets the id to use for the checkbox.
11051
11051
  */
11052
11052
  get: function () {
11053
- return this.i.ca;
11053
+ return this.i.cc;
11054
11054
  },
11055
11055
  set: function (v) {
11056
- this.i.ca = v;
11056
+ this.i.cc = v;
11057
11057
  },
11058
11058
  enumerable: false,
11059
11059
  configurable: true
@@ -11077,10 +11077,10 @@
11077
11077
  * Gets or sets the value of the aria-label attribute.
11078
11078
  */
11079
11079
  get: function () {
11080
- return this.i.bv;
11080
+ return this.i.bx;
11081
11081
  },
11082
11082
  set: function (v) {
11083
- this.i.bv = v;
11083
+ this.i.bx = v;
11084
11084
  },
11085
11085
  enumerable: false,
11086
11086
  configurable: true
@@ -11340,7 +11340,7 @@
11340
11340
 
11341
11341
  */
11342
11342
  IgcXIconComponent.prototype.exportVisualModel = function () {
11343
- var iv = this.i.bg();
11343
+ var iv = this.i.bi();
11344
11344
  return (iv);
11345
11345
  };
11346
11346
  /**
@@ -11348,7 +11348,7 @@
11348
11348
 
11349
11349
  */
11350
11350
  IgcXIconComponent.prototype.exportSerializedVisualModel = function () {
11351
- var iv = this.i.b2();
11351
+ var iv = this.i.b4();
11352
11352
  return (iv);
11353
11353
  };
11354
11354
  IgcXIconComponent._observedAttributesIgcXIconComponent = null;
@@ -14477,7 +14477,7 @@
14477
14477
  m.d = n[1] - e;
14478
14478
  m.c = igniteuiWebcomponentsCore.NativeUI.d(k._inner[l].parent());
14479
14479
  m.f = igniteuiWebcomponentsCore.NativeUI.k(k._inner[l].parent());
14480
- m.b = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.al(k._inner[l]));
14480
+ m.b = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.ao(k._inner[l]));
14481
14481
  m.g = k._inner[l].getText();
14482
14482
  a.k.add(m);
14483
14483
  }
@@ -14490,8 +14490,8 @@
14490
14490
  q.d = r[1] - e;
14491
14491
  q.c = igniteuiWebcomponentsCore.NativeUI.d(o._inner[p].parent());
14492
14492
  q.f = igniteuiWebcomponentsCore.NativeUI.k(o._inner[p].parent());
14493
- q.b = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.al(o._inner[p]));
14494
- q.a = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.ak(o._inner[p]));
14493
+ q.b = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.ao(o._inner[p]));
14494
+ q.a = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.an(o._inner[p]));
14495
14495
  q.g = o._inner[p].getText();
14496
14496
  a.l.add(q);
14497
14497
  }
@@ -16231,7 +16231,7 @@
16231
16231
  g.setStyleProperty("height", "2px");
16232
16232
  g.setStyleProperty("display", "block");
16233
16233
  g.setStyleProperty("pointer-events", "none");
16234
- igniteuiWebcomponentsCore.NativeUI.af(g, ((function () {
16234
+ igniteuiWebcomponentsCore.NativeUI.ai(g, ((function () {
16235
16235
  var $ret = new igniteuiWebcomponentsCore.ScaleTransform();
16236
16236
  $ret.l = 0.5;
16237
16237
  $ret.m = 1;
@@ -16466,7 +16466,7 @@
16466
16466
  $ret.m = 1;
16467
16467
  return $ret;
16468
16468
  })()));
16469
- igniteuiWebcomponentsCore.NativeUI.af(this.h.rootWrapper, b);
16469
+ igniteuiWebcomponentsCore.NativeUI.ai(this.h.rootWrapper, b);
16470
16470
  this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
16471
16471
  };
16472
16472
  SuffixView.prototype.g = function () {
@@ -16605,7 +16605,7 @@
16605
16605
  $ret.m = 1;
16606
16606
  return $ret;
16607
16607
  })()));
16608
- igniteuiWebcomponentsCore.NativeUI.af(this.h.rootWrapper, b);
16608
+ igniteuiWebcomponentsCore.NativeUI.ai(this.h.rootWrapper, b);
16609
16609
  this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
16610
16610
  };
16611
16611
  PrefixView.prototype.g = function () {
@@ -16748,7 +16748,7 @@
16748
16748
  c.setStyleProperty("overflow", "hidden");
16749
16749
  c.setStyleProperty("height", "1.125rem");
16750
16750
  c.setStyleProperty("backface-visibility", "hidden");
16751
- igniteuiWebcomponentsCore.NativeUI.q(this.m.rootWrapper, this.c.c3);
16751
+ igniteuiWebcomponentsCore.NativeUI.r(this.m.rootWrapper, this.c.c3);
16752
16752
  c.setStyleProperty("outline-style", "none");
16753
16753
  c.setStyleProperty("box-shadow", "none");
16754
16754
  c.setStyleProperty("font-family", "Verdana");
@@ -16775,7 +16775,7 @@
16775
16775
  $ret.m = 1;
16776
16776
  return $ret;
16777
16777
  })()));
16778
- igniteuiWebcomponentsCore.NativeUI.af(this.m.rootWrapper, a);
16778
+ igniteuiWebcomponentsCore.NativeUI.ai(this.m.rootWrapper, a);
16779
16779
  this.n.setStyleProperty("height", "1.125rem");
16780
16780
  this.m.rootWrapper.setStyleProperty("position", "absolute");
16781
16781
  this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
@@ -16963,7 +16963,7 @@
16963
16963
  }
16964
16964
  };
16965
16965
  LabelView.prototype.ah = function (a) {
16966
- igniteuiWebcomponentsCore.NativeUI.q(this.n, a);
16966
+ igniteuiWebcomponentsCore.NativeUI.r(this.n, a);
16967
16967
  };
16968
16968
  LabelView.prototype.e = function () {
16969
16969
  return ((function () {
@@ -17070,7 +17070,7 @@
17070
17070
  c.setStyleProperty("background-attachment", "initial");
17071
17071
  c.setStyleProperty("background-origin", "initial");
17072
17072
  c.setStyleProperty("background-color", "transparent");
17073
- igniteuiWebcomponentsCore.NativeUI.q(c, this.c.d4);
17073
+ igniteuiWebcomponentsCore.NativeUI.r(c, this.c.d4);
17074
17074
  c.setStyleProperty("outline-style", "none");
17075
17075
  c.setStyleProperty("box-shadow", "none");
17076
17076
  c.setStyleProperty("border-top", "0.1875rem solid transparent");
@@ -17202,7 +17202,7 @@
17202
17202
  $ret.m = 1;
17203
17203
  return $ret;
17204
17204
  })()));
17205
- igniteuiWebcomponentsCore.NativeUI.af(this.m.rootWrapper, b);
17205
+ igniteuiWebcomponentsCore.NativeUI.ai(this.m.rootWrapper, b);
17206
17206
  this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
17207
17207
  };
17208
17208
  InputView.prototype.l = function () {
@@ -18347,7 +18347,7 @@
18347
18347
  this.jv();
18348
18348
  break;
18349
18349
  case "IsDisabled":
18350
- igniteuiWebcomponentsCore.NativeUI.u(this.view.v, !this.disabled);
18350
+ igniteuiWebcomponentsCore.NativeUI.w(this.view.v, !this.disabled);
18351
18351
  break;
18352
18352
  }
18353
18353
  };
@@ -18534,44 +18534,44 @@
18534
18534
  var e = this.v != null && this.v.playState == 1;
18535
18535
  var f = this.w != null && this.w.playState == 1;
18536
18536
  var g = this.u != null && this.u.playState == 1;
18537
- igniteuiWebcomponentsCore.NativeUI.o(a, this.ko);
18538
- igniteuiWebcomponentsCore.NativeUI.o(b, this.ko);
18539
- igniteuiWebcomponentsCore.NativeUI.m(a, this.l5);
18540
- igniteuiWebcomponentsCore.NativeUI.z(a, this.oe);
18537
+ igniteuiWebcomponentsCore.NativeUI.p(a, this.ko);
18538
+ igniteuiWebcomponentsCore.NativeUI.p(b, this.ko);
18539
+ igniteuiWebcomponentsCore.NativeUI.n(a, this.l5);
18540
+ igniteuiWebcomponentsCore.NativeUI.ac(a, this.oe);
18541
18541
  if (this.ao) {
18542
18542
  if (!g) {
18543
- igniteuiWebcomponentsCore.NativeUI.n(b, this.l7);
18544
- igniteuiWebcomponentsCore.NativeUI.p(b, new igniteuiWebcomponentsCore.Thickness(0, this.ch));
18543
+ igniteuiWebcomponentsCore.NativeUI.o(b, this.l7);
18544
+ igniteuiWebcomponentsCore.NativeUI.q(b, new igniteuiWebcomponentsCore.Thickness(0, this.ch));
18545
18545
  }
18546
18546
  if (!f) {
18547
- igniteuiWebcomponentsCore.NativeUI.m(c, this.l8);
18547
+ igniteuiWebcomponentsCore.NativeUI.n(c, this.l8);
18548
18548
  }
18549
18549
  }
18550
18550
  else {
18551
18551
  if (!f) {
18552
18552
  if (this.ap) {
18553
- igniteuiWebcomponentsCore.NativeUI.m(c, this.l9);
18554
- igniteuiWebcomponentsCore.NativeUI.y(c, this.ck);
18555
- igniteuiWebcomponentsCore.NativeUI.t(c, this.cl);
18553
+ igniteuiWebcomponentsCore.NativeUI.n(c, this.l9);
18554
+ igniteuiWebcomponentsCore.NativeUI.ab(c, this.ck);
18555
+ igniteuiWebcomponentsCore.NativeUI.v(c, this.cl);
18556
18556
  }
18557
18557
  else {
18558
- igniteuiWebcomponentsCore.NativeUI.m(c, this.ma);
18559
- igniteuiWebcomponentsCore.NativeUI.y(c, this.cm);
18560
- igniteuiWebcomponentsCore.NativeUI.t(c, this.cp);
18558
+ igniteuiWebcomponentsCore.NativeUI.n(c, this.ma);
18559
+ igniteuiWebcomponentsCore.NativeUI.ab(c, this.cm);
18560
+ igniteuiWebcomponentsCore.NativeUI.v(c, this.cp);
18561
18561
  }
18562
18562
  }
18563
18563
  if (!g) {
18564
- igniteuiWebcomponentsCore.NativeUI.n(b, this.l6);
18565
- igniteuiWebcomponentsCore.NativeUI.p(b, new igniteuiWebcomponentsCore.Thickness(0, this.cg));
18564
+ igniteuiWebcomponentsCore.NativeUI.o(b, this.l6);
18565
+ igniteuiWebcomponentsCore.NativeUI.q(b, new igniteuiWebcomponentsCore.Thickness(0, this.cg));
18566
18566
  }
18567
18567
  if (!f) {
18568
- igniteuiWebcomponentsCore.NativeUI.m(a, this.l5);
18568
+ igniteuiWebcomponentsCore.NativeUI.n(a, this.l5);
18569
18569
  }
18570
18570
  }
18571
18571
  if (!e) {
18572
- igniteuiWebcomponentsCore.NativeUI.m(d, this.mb);
18573
- igniteuiWebcomponentsCore.NativeUI.t(d, this.co);
18574
- igniteuiWebcomponentsCore.NativeUI.y(d, this.cn);
18572
+ igniteuiWebcomponentsCore.NativeUI.n(d, this.mb);
18573
+ igniteuiWebcomponentsCore.NativeUI.v(d, this.co);
18574
+ igniteuiWebcomponentsCore.NativeUI.ab(d, this.cn);
18575
18575
  }
18576
18576
  };
18577
18577
  Object.defineProperty(XInputGroup.prototype, "a", {
@@ -21840,7 +21840,7 @@
21840
21840
  a.c = this.p;
21841
21841
  a.e = this.t;
21842
21842
  a.d = this.s;
21843
- a.a = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.al(b));
21843
+ a.a = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.ao(b));
21844
21844
  a.b = this.l;
21845
21845
  a.i = this.ap;
21846
21846
  a.g = this.an;
@@ -22190,7 +22190,7 @@
22190
22190
  if (this.ad != null) {
22191
22191
  this.view.bc(this.ad);
22192
22192
  }
22193
- igniteuiWebcomponentsCore.NativeUI.q(this.view.r, this.d4);
22193
+ igniteuiWebcomponentsCore.NativeUI.r(this.view.r, this.d4);
22194
22194
  this.view.a7();
22195
22195
  };
22196
22196
  Object.defineProperty(XInput.prototype, "d4", {
@@ -22638,7 +22638,7 @@
22638
22638
  a.l = this.ce;
22639
22639
  a.o = this.ci;
22640
22640
  a.d = this.au;
22641
- a.a = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.al(b));
22641
+ a.a = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.ao(b));
22642
22642
  a.k = this.b8;
22643
22643
  a.n = this.cg;
22644
22644
  a.e = this.aw;
@@ -30167,7 +30167,8 @@
30167
30167
  case 15:
30168
30168
  case 17:
30169
30169
  case 7:
30170
- case 21: return b;
30170
+ case 21:
30171
+ case 1: return b;
30171
30172
  }
30172
30173
  return this.s != null ? this.s : b;
30173
30174
  };
@@ -30179,8 +30180,8 @@
30179
30180
  };
30180
30181
  XComponentBridge.prototype.getTargetForBuildInProperty = function (a, b) {
30181
30182
  switch (b) {
30182
- case 108:
30183
- case 121: return a;
30183
+ case 109:
30184
+ case 122: return a;
30184
30185
  }
30185
30186
  return this.s != null ? this.s : a;
30186
30187
  };
@@ -30439,18 +30440,18 @@
30439
30440
  var c = a;
30440
30441
  var d = igniteuiWebcomponentsCore.typeCast(XInput.$, c.inputs._inner[0]);
30441
30442
  switch (b) {
30442
- case 103: return a.mc;
30443
+ case 104: return a.mc;
30443
30444
  case 3:
30444
30445
  this.an(a);
30445
30446
  var e = this.v(a);
30446
30447
  return e.text;
30447
- case 100:
30448
+ case 101:
30448
30449
  this.ao(a);
30449
30450
  return this.u.svgPath;
30450
- case 101:
30451
+ case 102:
30451
30452
  this.ao(a);
30452
30453
  return this.u.fill;
30453
- case 102:
30454
+ case 103:
30454
30455
  this.ao(a);
30455
30456
  return this.u.ea;
30456
30457
  case 2: return d.cq;
@@ -30486,11 +30487,11 @@
30486
30487
  }
30487
30488
  break;
30488
30489
  case 21: return d.a1;
30489
- case 32: return d.disabled;
30490
- case 33: return d.d8;
30491
- case 105: return d.selectionStart;
30492
- case 106: return d.selectionEnd;
30493
- case 107: return c.an;
30490
+ case 33: return d.disabled;
30491
+ case 34: return d.d8;
30492
+ case 106: return d.selectionStart;
30493
+ case 107: return d.selectionEnd;
30494
+ case 108: return c.an;
30494
30495
  }
30495
30496
  return null;
30496
30497
  };
@@ -30498,7 +30499,7 @@
30498
30499
  var d = a;
30499
30500
  var e = igniteuiWebcomponentsCore.typeCast(XInput.$, d.inputs._inner[0]);
30500
30501
  switch (b) {
30501
- case 103:
30502
+ case 104:
30502
30503
  a.mc = c;
30503
30504
  break;
30504
30505
  case 3:
@@ -30506,15 +30507,15 @@
30506
30507
  var f = this.v(a);
30507
30508
  f.text = c;
30508
30509
  break;
30509
- case 100:
30510
+ case 101:
30510
30511
  this.ao(a);
30511
30512
  this.u.svgPath = c;
30512
30513
  break;
30513
- case 101:
30514
+ case 102:
30514
30515
  this.ao(a);
30515
30516
  this.u.fill = c;
30516
30517
  break;
30517
- case 102:
30518
+ case 103:
30518
30519
  this.ao(a);
30519
30520
  this.u.ea = c;
30520
30521
  break;
@@ -30585,19 +30586,19 @@
30585
30586
  case 21:
30586
30587
  e.a1 = c;
30587
30588
  break;
30588
- case 32:
30589
+ case 33:
30589
30590
  e.disabled = c;
30590
30591
  break;
30591
- case 33:
30592
+ case 34:
30592
30593
  e.d8 = c;
30593
30594
  break;
30594
- case 105:
30595
+ case 106:
30595
30596
  e.selectionStart = igniteuiWebcomponentsCore.typeGetValue(c);
30596
30597
  break;
30597
- case 106:
30598
+ case 107:
30598
30599
  e.selectionEnd = igniteuiWebcomponentsCore.typeGetValue(c);
30599
30600
  break;
30600
- case 107:
30601
+ case 108:
30601
30602
  d.an = c;
30602
30603
  break;
30603
30604
  }
@@ -30795,7 +30796,7 @@
30795
30796
  case 18:
30796
30797
  d.o = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.BaseControlTheme_$type, c);
30797
30798
  break;
30798
- case 54:
30799
+ case 55:
30799
30800
  if (igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.NativeUIComponent.$, c) !== null) {
30800
30801
  this.aa = c;
30801
30802
  d.appendButtonContent(this.aa.ao);
@@ -30823,7 +30824,7 @@
30823
30824
  case 4:
30824
30825
  d.ax = c;
30825
30826
  break;
30826
- case 32:
30827
+ case 33:
30827
30828
  d.disabled = c;
30828
30829
  break;
30829
30830
  case 5:
@@ -30835,19 +30836,19 @@
30835
30836
  case 24:
30836
30837
  d.ql = c;
30837
30838
  break;
30838
- case 55:
30839
+ case 56:
30839
30840
  d.bn = c.left;
30840
30841
  d.bp = c.top;
30841
30842
  d.bo = c.right;
30842
30843
  d.bm = c.bottom;
30843
30844
  break;
30844
- case 57:
30845
+ case 58:
30845
30846
  d.az = c;
30846
30847
  break;
30847
- case 56:
30848
+ case 57:
30848
30849
  d.aw = c;
30849
30850
  break;
30850
- case 58:
30851
+ case 59:
30851
30852
  d.au = c;
30852
30853
  break;
30853
30854
  case 17:
@@ -30856,13 +30857,13 @@
30856
30857
  case 11:
30857
30858
  d.ab = c;
30858
30859
  break;
30859
- case 88:
30860
+ case 89:
30860
30861
  d.bz = c;
30861
30862
  break;
30862
- case 59:
30863
+ case 60:
30863
30864
  d.a6 = c;
30864
30865
  break;
30865
- case 118:
30866
+ case 119:
30866
30867
  d.n7 = c;
30867
30868
  break;
30868
30869
  case 23:
@@ -30874,7 +30875,7 @@
30874
30875
  var c = a;
30875
30876
  switch (b) {
30876
30877
  case 3: return this.ac;
30877
- case 54: return this.aa;
30878
+ case 55: return this.aa;
30878
30879
  case 1:
30879
30880
  switch (c.s) {
30880
30881
  case 0: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIDisplayDensity_$type, 0);
@@ -30895,18 +30896,18 @@
30895
30896
  }
30896
30897
  return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIButtonDisplayType_$type, 0);
30897
30898
  case 4: return c.ax;
30898
- case 32: return c.disabled;
30899
+ case 33: return c.disabled;
30899
30900
  case 5: return c.av;
30900
30901
  case 6: return !c.a3;
30901
30902
  case 24: return c.ql;
30902
- case 55: return new igniteuiWebcomponentsCore.Thickness(1, c.bn, c.bp, c.bo, c.bm);
30903
- case 57: return c.az;
30904
- case 56: return c.aw;
30905
- case 58: return c.au;
30903
+ case 56: return new igniteuiWebcomponentsCore.Thickness(1, c.bn, c.bp, c.bo, c.bm);
30904
+ case 58: return c.az;
30905
+ case 57: return c.aw;
30906
+ case 59: return c.au;
30906
30907
  case 17: return c.k6;
30907
- case 88: return c.bz;
30908
- case 59: return c.a6;
30909
- case 118: return c.n7;
30908
+ case 89: return c.bz;
30909
+ case 60: return c.a6;
30910
+ case 119: return c.n7;
30910
30911
  case 23: return c.n6;
30911
30912
  }
30912
30913
  return null;
@@ -32182,8 +32183,8 @@
32182
32183
  this.w = igniteuiWebcomponentsCore.truncate(Math.round(d));
32183
32184
  }
32184
32185
  if (this.l.d && this.t != 1) {
32185
- this.l.aa();
32186
- this.l.ab(this.t, this.t);
32186
+ this.l.ac();
32187
+ this.l.ad(this.t, this.t);
32187
32188
  }
32188
32189
  this.l.l(this.g.e0.left, this.g.e0.top, this.g.e0.width, this.g.e0.height);
32189
32190
  for (var e = 0; e < this.r.count; e++) {
@@ -32205,29 +32206,29 @@
32205
32206
  this.a1(this.r._inner[i].allPaths);
32206
32207
  }
32207
32208
  if (this.l.d && this.t != 1) {
32208
- this.l.z();
32209
+ this.l.ab();
32209
32210
  }
32210
32211
  };
32211
32212
  MultiSliderView.prototype.a2 = function (a) {
32212
32213
  if (a.j != null) {
32213
- this.l.aa();
32214
+ this.l.ac();
32214
32215
  }
32215
32216
  this.l.k(a.j);
32216
- this.l.x(a);
32217
+ this.l.y(a);
32217
32218
  if (a.j != null) {
32218
- this.l.z();
32219
+ this.l.ab();
32219
32220
  }
32220
32221
  };
32221
32222
  MultiSliderView.prototype.a1 = function (a) {
32222
32223
  for (var b = 0; b < a.count; b++) {
32223
32224
  var c = a.item(b);
32224
32225
  if (c.j != null) {
32225
- this.l.aa();
32226
+ this.l.ac();
32226
32227
  }
32227
32228
  this.l.k(c.j);
32228
32229
  this.l.t(c);
32229
32230
  if (c.j != null) {
32230
- this.l.z();
32231
+ this.l.ab();
32231
32232
  }
32232
32233
  }
32233
32234
  };
@@ -32300,7 +32301,7 @@
32300
32301
  this.v = i;
32301
32302
  var j = this.u.get2DCanvasContext(this.v);
32302
32303
  this.l = new igniteuiWebcomponentsCore.RenderingContext(new igniteuiWebcomponentsCore.CanvasViewRenderer(), j);
32303
- this.l.af(this.j);
32304
+ this.l.ah(this.j);
32304
32305
  this.ab();
32305
32306
  this.a = new igniteuiWebcomponentsCore.CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
32306
32307
  this.a.bo = this.g.e0;
@@ -32375,7 +32376,7 @@
32375
32376
  this.i = c;
32376
32377
  this.j = this.i;
32377
32378
  this.s = igniteuiWebcomponentsCore.FontUtil.getCurrentFontHeight(this.u, this.j);
32378
- this.l.af(this.i);
32379
+ this.l.ah(this.i);
32379
32380
  this.g.trackDirty();
32380
32381
  }
32381
32382
  };
@@ -34131,15 +34132,15 @@
34131
34132
  switch (b) {
34132
34133
  case 12: return a.bg;
34133
34134
  case 13: return a.bf;
34134
- case 97: return a.bv;
34135
- case 98: return a.bf;
34135
+ case 98: return a.bv;
34136
+ case 99: return a.bf;
34136
34137
  case 14: return a.bl;
34137
34138
  case 2: return a.thumbs._inner[0].s;
34138
- case 92: return a.b0;
34139
- case 93: return a.ek;
34140
- case 94: return a.es;
34141
- case 96: return a.eu;
34142
- case 95: return a.et;
34139
+ case 93: return a.b0;
34140
+ case 94: return a.ek;
34141
+ case 95: return a.es;
34142
+ case 97: return a.eu;
34143
+ case 96: return a.et;
34143
34144
  case 30:
34144
34145
  var c = a.e;
34145
34146
  switch (c) {
@@ -34179,10 +34180,10 @@
34179
34180
  case 13:
34180
34181
  a.bf = c;
34181
34182
  break;
34182
- case 97:
34183
+ case 98:
34183
34184
  a.bv = c;
34184
34185
  break;
34185
- case 98:
34186
+ case 99:
34186
34187
  a.bu = c;
34187
34188
  break;
34188
34189
  case 14:
@@ -34191,19 +34192,19 @@
34191
34192
  case 2:
34192
34193
  a.thumbs._inner[0].s = c;
34193
34194
  break;
34194
- case 92:
34195
+ case 93:
34195
34196
  a.b0 = c;
34196
34197
  break;
34197
- case 93:
34198
+ case 94:
34198
34199
  a.ek = c;
34199
34200
  break;
34200
- case 94:
34201
+ case 95:
34201
34202
  a.es = c;
34202
34203
  break;
34203
- case 96:
34204
+ case 97:
34204
34205
  a.eu = c;
34205
34206
  break;
34206
- case 95:
34207
+ case 96:
34207
34208
  a.et = c;
34208
34209
  break;
34209
34210
  case 30:
@@ -36132,17 +36133,17 @@
36132
36133
  }
36133
36134
  return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIDisplayDensity_$type, e);
36134
36135
  case 18: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, c.q);
36135
- case 87: return c.d;
36136
+ case 88: return c.d;
36136
36137
  case 0:
36137
36138
  switch (c.i) {
36138
36139
  case 0: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIButtonGroupDisplayType_$type, 0);
36139
36140
  case 1: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIButtonGroupDisplayType_$type, 1);
36140
36141
  }
36141
36142
  return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIButtonDisplayType_$type, 0);
36142
- case 32: return c.disabled;
36143
+ case 33: return c.disabled;
36143
36144
  case 24: return c.ht;
36144
36145
  case 17: return c.a2;
36145
- case 119: return c.hp;
36146
+ case 120: return c.hp;
36146
36147
  }
36147
36148
  return null;
36148
36149
  };
@@ -36173,7 +36174,7 @@
36173
36174
  case 18:
36174
36175
  d.q = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.BaseControlTheme_$type, c);
36175
36176
  break;
36176
- case 87:
36177
+ case 88:
36177
36178
  d.d = c;
36178
36179
  break;
36179
36180
  case 0:
@@ -36186,7 +36187,7 @@
36186
36187
  break;
36187
36188
  }
36188
36189
  break;
36189
- case 32:
36190
+ case 33:
36190
36191
  d.disabled = c;
36191
36192
  break;
36192
36193
  case 24:
@@ -36195,7 +36196,7 @@
36195
36196
  case 17:
36196
36197
  d.a2 = c.e;
36197
36198
  break;
36198
- case 119:
36199
+ case 120:
36199
36200
  d.hp = c;
36200
36201
  break;
36201
36202
  }
@@ -36890,18 +36891,18 @@
36890
36891
  if (a == null || b == null) {
36891
36892
  return;
36892
36893
  }
36893
- igniteuiWebcomponentsCore.NativeUI.o(a, new igniteuiWebcomponentsCore.CornerRadius(0, this.ao));
36894
- igniteuiWebcomponentsCore.NativeUI.o(b, new igniteuiWebcomponentsCore.CornerRadius(0, this.ao));
36894
+ igniteuiWebcomponentsCore.NativeUI.p(a, new igniteuiWebcomponentsCore.CornerRadius(0, this.ao));
36895
+ igniteuiWebcomponentsCore.NativeUI.p(b, new igniteuiWebcomponentsCore.CornerRadius(0, this.ao));
36895
36896
  if (!igniteuiWebcomponentsCore.isNaN_(this.an)) {
36896
- igniteuiWebcomponentsCore.NativeUI.p(b, new igniteuiWebcomponentsCore.Thickness(0, this.an));
36897
+ igniteuiWebcomponentsCore.NativeUI.q(b, new igniteuiWebcomponentsCore.Thickness(0, this.an));
36897
36898
  }
36898
36899
  if (this.checked) {
36899
- igniteuiWebcomponentsCore.NativeUI.m(a, this.c8);
36900
- igniteuiWebcomponentsCore.NativeUI.n(b, this.c9);
36900
+ igniteuiWebcomponentsCore.NativeUI.n(a, this.c8);
36901
+ igniteuiWebcomponentsCore.NativeUI.o(b, this.c9);
36901
36902
  }
36902
36903
  else {
36903
- igniteuiWebcomponentsCore.NativeUI.m(a, this.db);
36904
- igniteuiWebcomponentsCore.NativeUI.n(b, this.dc);
36904
+ igniteuiWebcomponentsCore.NativeUI.n(a, this.db);
36905
+ igniteuiWebcomponentsCore.NativeUI.o(b, this.dc);
36905
36906
  }
36906
36907
  };
36907
36908
  XCheckbox.prototype.cw = function () {
@@ -36909,8 +36910,8 @@
36909
36910
  if (a == null) {
36910
36911
  return;
36911
36912
  }
36912
- igniteuiWebcomponentsCore.NativeUI.aa(a, this.da);
36913
- igniteuiWebcomponentsCore.NativeUI.ad(a, this.ap);
36913
+ igniteuiWebcomponentsCore.NativeUI.ad(a, this.da);
36914
+ igniteuiWebcomponentsCore.NativeUI.ag(a, this.ap);
36914
36915
  };
36915
36916
  Object.defineProperty(XCheckbox.prototype, "dl", {
36916
36917
  get: function () {
@@ -37465,7 +37466,7 @@
37465
37466
  this.view.al(igniteuiWebcomponentsCore.BrushUtil.u(this.c8, 0.6), igniteuiWebcomponentsCore.BrushUtil.u(this.dc, 0.1));
37466
37467
  }
37467
37468
  if (!this.indeterminate) {
37468
- igniteuiWebcomponentsCore.NativeUI.af(this.view.v, null);
37469
+ igniteuiWebcomponentsCore.NativeUI.ai(this.view.v, null);
37469
37470
  }
37470
37471
  if (this.z || this.indeterminate || a) {
37471
37472
  var d = this.view.u;
@@ -37484,23 +37485,23 @@
37484
37485
  $ret.j = -_this.view.l();
37485
37486
  return $ret;
37486
37487
  })()));
37487
- igniteuiWebcomponentsCore.NativeUI.m(d, this.c8);
37488
- igniteuiWebcomponentsCore.NativeUI.n(e, this.c9);
37489
- igniteuiWebcomponentsCore.NativeUI.y(f, 1);
37490
- igniteuiWebcomponentsCore.NativeUI.ac(f, 41);
37491
- igniteuiWebcomponentsCore.NativeUI.af(f, g);
37488
+ igniteuiWebcomponentsCore.NativeUI.n(d, this.c8);
37489
+ igniteuiWebcomponentsCore.NativeUI.o(e, this.c9);
37490
+ igniteuiWebcomponentsCore.NativeUI.ab(f, 1);
37491
+ igniteuiWebcomponentsCore.NativeUI.af(f, 41);
37492
+ igniteuiWebcomponentsCore.NativeUI.ai(f, g);
37492
37493
  }
37493
37494
  else if (b) {
37494
- igniteuiWebcomponentsCore.NativeUI.m(d, this.c8);
37495
- igniteuiWebcomponentsCore.NativeUI.n(e, this.c9);
37496
- igniteuiWebcomponentsCore.NativeUI.y(f, 1);
37497
- igniteuiWebcomponentsCore.NativeUI.ac(f, 0);
37495
+ igniteuiWebcomponentsCore.NativeUI.n(d, this.c8);
37496
+ igniteuiWebcomponentsCore.NativeUI.o(e, this.c9);
37497
+ igniteuiWebcomponentsCore.NativeUI.ab(f, 1);
37498
+ igniteuiWebcomponentsCore.NativeUI.af(f, 0);
37498
37499
  }
37499
37500
  else {
37500
- igniteuiWebcomponentsCore.NativeUI.m(d, this.db);
37501
- igniteuiWebcomponentsCore.NativeUI.n(e, this.dc);
37502
- igniteuiWebcomponentsCore.NativeUI.y(f, 0);
37503
- igniteuiWebcomponentsCore.NativeUI.ac(f, 24);
37501
+ igniteuiWebcomponentsCore.NativeUI.n(d, this.db);
37502
+ igniteuiWebcomponentsCore.NativeUI.o(e, this.dc);
37503
+ igniteuiWebcomponentsCore.NativeUI.ab(f, 0);
37504
+ igniteuiWebcomponentsCore.NativeUI.af(f, 24);
37504
37505
  }
37505
37506
  if (this.o.playState == 1) {
37506
37507
  this.o.cancel();
@@ -37718,10 +37719,10 @@
37718
37719
  case 7: return c.checked;
37719
37720
  case 18: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, c.n);
37720
37721
  case 17: return c.ar;
37721
- case 66: return c.dl;
37722
- case 68: return c.dm;
37723
- case 67: return c.dd;
37724
- case 69: return c.de;
37722
+ case 67: return c.dl;
37723
+ case 69: return c.dm;
37724
+ case 68: return c.dd;
37725
+ case 70: return c.de;
37725
37726
  }
37726
37727
  return null;
37727
37728
  };
@@ -37740,16 +37741,16 @@
37740
37741
  case 17:
37741
37742
  d.ar = c;
37742
37743
  break;
37743
- case 66:
37744
+ case 67:
37744
37745
  d.dl = c;
37745
37746
  break;
37746
- case 68:
37747
+ case 69:
37747
37748
  d.dm = c;
37748
37749
  break;
37749
- case 67:
37750
+ case 68:
37750
37751
  d.dd = c;
37751
37752
  break;
37752
- case 69:
37753
+ case 70:
37753
37754
  d.de = c;
37754
37755
  break;
37755
37756
  }
@@ -37785,15 +37786,15 @@
37785
37786
  case 16: return this.v;
37786
37787
  case 15: return this.u;
37787
37788
  case 18: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, c.m);
37788
- case 44: return c.a6;
37789
- case 45: return c.a7;
37790
- case 46: return c.a8;
37791
- case 47: return c.a5;
37792
- case 48: return c.a9;
37793
- case 49: return c.a1;
37794
- case 63: return c.e;
37795
- case 64: return c.f;
37796
- case 65: return c.a4;
37789
+ case 45: return c.a6;
37790
+ case 46: return c.a7;
37791
+ case 47: return c.a8;
37792
+ case 48: return c.a5;
37793
+ case 49: return c.a9;
37794
+ case 50: return c.a1;
37795
+ case 64: return c.e;
37796
+ case 65: return c.f;
37797
+ case 66: return c.a4;
37797
37798
  }
37798
37799
  return _super.prototype.getValue.call(this, a, b);
37799
37800
  };
@@ -37813,31 +37814,31 @@
37813
37814
  this.w(d);
37814
37815
  }
37815
37816
  break;
37816
- case 44:
37817
+ case 45:
37817
37818
  d.a6 = c;
37818
37819
  break;
37819
- case 45:
37820
+ case 46:
37820
37821
  d.a7 = c;
37821
37822
  break;
37822
- case 46:
37823
+ case 47:
37823
37824
  d.a8 = c;
37824
37825
  break;
37825
- case 47:
37826
+ case 48:
37826
37827
  d.a5 = c;
37827
37828
  break;
37828
- case 48:
37829
+ case 49:
37829
37830
  d.a9 = c;
37830
37831
  break;
37831
- case 49:
37832
+ case 50:
37832
37833
  d.a1 = c;
37833
37834
  break;
37834
- case 63:
37835
+ case 64:
37835
37836
  d.e = c;
37836
37837
  break;
37837
- case 64:
37838
+ case 65:
37838
37839
  d.f = c;
37839
37840
  break;
37840
- case 65:
37841
+ case 66:
37841
37842
  d.a4 = c;
37842
37843
  break;
37843
37844
  }
@@ -37852,8 +37853,8 @@
37852
37853
  a.svg = null;
37853
37854
  a.svgPath = null;
37854
37855
  a.b = null;
37855
- a.b0 = null;
37856
- a.bh = null;
37856
+ a.b2 = null;
37857
+ a.bj = null;
37857
37858
  var b = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
37858
37859
  if (b != null) {
37859
37860
  if (igniteuiWebcomponentsCore.stringStartsWith(igniteuiWebcomponentsCore.trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
@@ -37871,16 +37872,16 @@
37871
37872
  }
37872
37873
  var d = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getDataURLString(this.u, this.v);
37873
37874
  if (d != null) {
37874
- a.b0 = d;
37875
+ a.b2 = d;
37875
37876
  return;
37876
37877
  }
37877
37878
  var e = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getIconSource(this.u, this.v);
37878
37879
  if (e != null) {
37879
- a.bh = e;
37880
+ a.bj = e;
37880
37881
  }
37881
37882
  };
37882
37883
  XIconBridge.prototype.exportVisualData = function (a) {
37883
- var b = a.bg();
37884
+ var b = a.bi();
37884
37885
  return b;
37885
37886
  };
37886
37887
  XIconBridge.$t = igniteuiWebcomponentsCore.markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
@@ -38046,28 +38047,28 @@
38046
38047
  var c = a;
38047
38048
  switch (b) {
38048
38049
  case 22: return c.ax;
38049
- case 60: return c.av;
38050
- case 61: return c.aq;
38050
+ case 61: return c.av;
38051
+ case 62: return c.aq;
38051
38052
  case 25: return c.am;
38052
38053
  case 26: return c.a9;
38053
38054
  case 17: return c.a1;
38054
38055
  case 23: return c.c0;
38055
- case 35: switch (c.p) {
38056
+ case 36: switch (c.p) {
38056
38057
  case 1: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIPopupAnimationType_$type, 1);
38057
38058
  default: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIPopupAnimationType_$type, 0);
38058
38059
  }
38059
- case 36: return c.at;
38060
- case 37: return c.as;
38061
- case 40: return c.bb;
38062
- case 41: return c.au;
38063
- case 43: switch (c.v) {
38060
+ case 37: return c.at;
38061
+ case 38: return c.as;
38062
+ case 41: return c.bb;
38063
+ case 42: return c.au;
38064
+ case 44: switch (c.v) {
38064
38065
  case 1: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIPopupPointerPosition_$type, 1);
38065
38066
  default: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIPopupPointerPosition_$type, 2);
38066
38067
  }
38067
- case 42: return c.c4;
38068
- case 39: return c.ao;
38069
- case 62: return c.a4;
38070
- case 110: return c.ay;
38068
+ case 43: return c.c4;
38069
+ case 40: return c.ao;
38070
+ case 63: return c.a4;
38071
+ case 111: return c.ay;
38071
38072
  }
38072
38073
  return _super.prototype.getValue.call(this, a, b);
38073
38074
  };
@@ -38086,7 +38087,7 @@
38086
38087
  case 23:
38087
38088
  d.c0 = c;
38088
38089
  break;
38089
- case 35:
38090
+ case 36:
38090
38091
  switch (igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.NativeUIPopupAnimationType_$type, c)) {
38091
38092
  case 1:
38092
38093
  d.p = 1;
@@ -38096,22 +38097,22 @@
38096
38097
  break;
38097
38098
  }
38098
38099
  break;
38099
- case 36:
38100
+ case 37:
38100
38101
  d.at = c;
38101
38102
  break;
38102
- case 37:
38103
+ case 38:
38103
38104
  d.as = c;
38104
38105
  break;
38105
- case 40:
38106
+ case 41:
38106
38107
  d.bb = igniteuiWebcomponentsCore.typeGetValue(c);
38107
38108
  break;
38108
- case 41:
38109
+ case 42:
38109
38110
  d.au = c;
38110
38111
  break;
38111
- case 42:
38112
+ case 43:
38112
38113
  d.c4 = c;
38113
38114
  break;
38114
- case 43:
38115
+ case 44:
38115
38116
  switch (igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.NativeUIPopupPointerPosition_$type, c)) {
38116
38117
  case 1:
38117
38118
  d.v = 1;
@@ -38121,13 +38122,13 @@
38121
38122
  break;
38122
38123
  }
38123
38124
  break;
38124
- case 39:
38125
+ case 40:
38125
38126
  d.ao = c;
38126
38127
  break;
38127
- case 62:
38128
+ case 63:
38128
38129
  d.a4 = c;
38129
38130
  break;
38130
- case 110:
38131
+ case 111:
38131
38132
  d.ay = c;
38132
38133
  break;
38133
38134
  }
@@ -38169,7 +38170,7 @@
38169
38170
  }
38170
38171
  };
38171
38172
  XPopupBridge.prototype.exportVisualData = function (a) {
38172
- return a.bg();
38173
+ return a.bi();
38173
38174
  };
38174
38175
  XPopupBridge.prototype.addChild = function (a, b) {
38175
38176
  this.ae.add(b);
@@ -40076,13 +40077,13 @@
40076
40077
  d.bi = new igniteuiWebcomponentsCore.Thickness(1, 5, 5, 5, 0);
40077
40078
  p.bi = new igniteuiWebcomponentsCore.Thickness(1, 5, 16, 0, 11);
40078
40079
  p.a9 = igniteuiWebcomponentsCore.BrushUtil.l(255, 255, 0, 0);
40080
+ c.cf(p, 0);
40079
40081
  c.cd(p, 0);
40080
- c.cb(p, 0);
40081
40082
  c.bo(p);
40082
- n.b3(0, 2, 1);
40083
- n.b3(1, 2, 1);
40083
+ n.b5(0, 2, 1);
40084
+ n.b5(1, 2, 1);
40084
40085
  n.bi = new igniteuiWebcomponentsCore.Thickness(1, 5, 2, 5, 2);
40085
- n.cb(j, 0);
40086
+ n.cd(j, 0);
40086
40087
  j.bi = new igniteuiWebcomponentsCore.Thickness(1, 0, 0, 2, 0);
40087
40088
  j.bv = 1;
40088
40089
  j.bq = _this.h;
@@ -40093,7 +40094,7 @@
40093
40094
  o.bq = _this.h;
40094
40095
  o.c = _this.f;
40095
40096
  o.b6 = "hex";
40096
- n.cb(o, 1);
40097
+ n.cd(o, 1);
40097
40098
  n.bo(j);
40098
40099
  n.bo(o);
40099
40100
  l.bi = new igniteuiWebcomponentsCore.Thickness(1, 5, 2, 5, 2);
@@ -40102,39 +40103,39 @@
40102
40103
  m.bq = _this.h;
40103
40104
  l.bn = igniteuiWebcomponentsCore.runOn(_this, _this.a6);
40104
40105
  m.bn = igniteuiWebcomponentsCore.runOn(_this, _this.bh);
40105
- b.b5(0, 1, 175);
40106
- b.b5(1, 0, 0);
40107
- b.b5(2, 0, 0);
40108
- b.b5(3, 0, 0);
40109
- b.b3(0, 1, 90);
40110
- b.b3(1, 1, 175);
40111
- b.b3(2, 1, 25);
40106
+ b.b7(0, 1, 175);
40107
+ b.b7(1, 0, 0);
40108
+ b.b7(2, 0, 0);
40109
+ b.b7(3, 0, 0);
40110
+ b.b5(0, 1, 90);
40111
+ b.b5(1, 1, 175);
40112
+ b.b5(2, 1, 25);
40113
+ b.cf(c, 0);
40112
40114
  b.cd(c, 0);
40113
- b.cb(c, 0);
40114
- b.cd(d, 0);
40115
- b.cb(d, 1);
40116
- b.cd(e, 0);
40117
- b.cb(e, 1);
40118
- b.cd(f, 0);
40119
- b.cb(f, 3);
40120
- b.cd(g, 0);
40121
- b.cb(g, 3);
40122
- b.cd(h, 1);
40123
- b.cb(h, 0);
40124
- b.cc(h, 3);
40125
- b.cd(i, 1);
40126
- b.cb(i, 0);
40127
- b.cc(i, 3);
40128
- b.cd(n, 2);
40129
- b.cb(n, 0);
40130
- b.cc(n, 3);
40131
- b.cd(k, 3);
40132
- b.cb(k, 0);
40133
- b.cc(k, 3);
40134
- k.b3(0, 2, 1);
40135
- k.b3(1, 2, 1);
40136
- k.cb(l, 0);
40137
- k.cb(m, 1);
40115
+ b.cf(d, 0);
40116
+ b.cd(d, 1);
40117
+ b.cf(e, 0);
40118
+ b.cd(e, 1);
40119
+ b.cf(f, 0);
40120
+ b.cd(f, 3);
40121
+ b.cf(g, 0);
40122
+ b.cd(g, 3);
40123
+ b.cf(h, 1);
40124
+ b.cd(h, 0);
40125
+ b.ce(h, 3);
40126
+ b.cf(i, 1);
40127
+ b.cd(i, 0);
40128
+ b.ce(i, 3);
40129
+ b.cf(n, 2);
40130
+ b.cd(n, 0);
40131
+ b.ce(n, 3);
40132
+ b.cf(k, 3);
40133
+ b.cd(k, 0);
40134
+ b.ce(k, 3);
40135
+ k.b5(0, 2, 1);
40136
+ k.b5(1, 2, 1);
40137
+ k.cd(l, 0);
40138
+ k.cd(m, 1);
40138
40139
  k.bo(l);
40139
40140
  k.bo(m);
40140
40141
  b.bo(c);
@@ -40148,7 +40149,7 @@
40148
40149
  b.bo(k);
40149
40150
  _this.d.a8(b);
40150
40151
  _this.n = b;
40151
- _this.n.bx = true;
40152
+ _this.n.by = true;
40152
40153
  _this.s = i;
40153
40154
  _this.u = g;
40154
40155
  _this.m = f;
@@ -41976,15 +41977,10 @@
41976
41977
  return null;
41977
41978
  }
41978
41979
  if (!r.externalObject) {
41979
- var e = new IgcMultiSliderThumb();
41980
- if (r.$type) {
41980
+ var e = IgcMultiSliderThumbComponent._createFromInternal(r);
41981
+ if (e) {
41981
41982
  e._implementation = r;
41982
41983
  }
41983
- else {
41984
- if (e.i.setNativeElement) {
41985
- e.i.setNativeElement(r);
41986
- }
41987
- }
41988
41984
  r.externalObject = e;
41989
41985
  }
41990
41986
  return r.externalObject;
@@ -42002,15 +41998,10 @@
42002
41998
  return null;
42003
41999
  }
42004
42000
  if (!r.externalObject) {
42005
- var e = new IgcMultiSliderThumb();
42006
- if (r.$type) {
42001
+ var e = IgcMultiSliderThumbComponent._createFromInternal(r);
42002
+ if (e) {
42007
42003
  e._implementation = r;
42008
42004
  }
42009
- else {
42010
- if (e.i.setNativeElement) {
42011
- e.i.setNativeElement(r);
42012
- }
42013
- }
42014
42005
  r.externalObject = e;
42015
42006
  }
42016
42007
  return r.externalObject;
@@ -42038,61 +42029,166 @@
42038
42029
  return IgcMultiSliderTrackThumbRange;
42039
42030
  }());
42040
42031
 
42041
- var IgcMultiSliderThumb = /** @class */ /*@__PURE__*/ (function () {
42042
- function IgcMultiSliderThumb() {
42043
- this._propertyUpdated = null;
42044
- this._propertyUpdated_wrapped = null;
42045
- this._implementation = this.createImplementation();
42046
- this._implementation.externalObject = this;
42047
- this.onImplementationCreated();
42048
- if (this._initializeAdapters) {
42049
- this._initializeAdapters();
42032
+ var IgcMultiSliderThumbComponent = /** @class */ /*@__PURE__*/ (function (_super) {
42033
+ tslib.__extends(IgcMultiSliderThumbComponent, _super);
42034
+ function IgcMultiSliderThumbComponent() {
42035
+ var _this = _super.call(this) || this;
42036
+ _this._settingAttributes = false;
42037
+ _this._attached = false;
42038
+ _this._queuedSetAttributes = [];
42039
+ _this._updatingFromAttribute = false;
42040
+ _this.__p = null;
42041
+ _this._hasUserValues = new Set();
42042
+ _this._stylingContainer = null;
42043
+ _this._stylingParent = null;
42044
+ _this._inStyling = false;
42045
+ _this._propertyUpdated = null;
42046
+ _this._propertyUpdated_wrapped = null;
42047
+ if (_this._styling) {
42048
+ igniteuiWebcomponentsCore.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
42049
+ }
42050
+ _this._implementation = _this.createImplementation();
42051
+ _this._implementation.externalObject = _this;
42052
+ _this.onImplementationCreated();
42053
+ if (_this._initializeAdapters) {
42054
+ _this._initializeAdapters();
42050
42055
  }
42056
+ return _this;
42051
42057
  }
42052
- IgcMultiSliderThumb.prototype.createImplementation = function () {
42058
+ IgcMultiSliderThumbComponent.prototype.createImplementation = function () {
42053
42059
  return new MultiSliderThumb();
42054
42060
  };
42055
- Object.defineProperty(IgcMultiSliderThumb.prototype, "i", {
42061
+ Object.defineProperty(IgcMultiSliderThumbComponent.prototype, "i", {
42056
42062
  /**
42057
42063
  * @hidden
42058
42064
  */
42059
42065
  get: function () {
42060
42066
  return this._implementation;
42067
+ } /**
42068
+ * @hidden
42069
+ */,
42070
+ enumerable: false,
42071
+ configurable: true
42072
+ });
42073
+ IgcMultiSliderThumbComponent._createFromInternal = function (internal) {
42074
+ if (!internal) {
42075
+ return null;
42076
+ }
42077
+ if (!internal.$type) {
42078
+ return null;
42079
+ }
42080
+ var name = internal.$type.name;
42081
+ var externalName = "Igc" + name + "Component";
42082
+ if (!igniteuiWebcomponentsCore.TypeRegistrar.isRegistered(externalName)) {
42083
+ return null;
42084
+ }
42085
+ return igniteuiWebcomponentsCore.TypeRegistrar.create(externalName);
42086
+ };
42087
+ IgcMultiSliderThumbComponent.prototype.onImplementationCreated = function () {
42088
+ };
42089
+ IgcMultiSliderThumbComponent.prototype._enqueueSetAttribute = function (attrName, attrValue) {
42090
+ this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
42091
+ };
42092
+ IgcMultiSliderThumbComponent.prototype._flushQueuedAttributes = function () {
42093
+ this._settingAttributes = true;
42094
+ for (var i = 0; i < this._queuedSetAttributes.length; i++) {
42095
+ this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
42096
+ }
42097
+ this._settingAttributes = false;
42098
+ this._queuedSetAttributes.length = 0;
42099
+ };
42100
+ IgcMultiSliderThumbComponent.prototype._a = function (attrName, attrValue) {
42101
+ if (this._updatingFromAttribute) {
42102
+ return;
42103
+ }
42104
+ if (attrValue) {
42105
+ attrValue = attrValue.toString();
42106
+ }
42107
+ this._settingAttributes = true;
42108
+ attrName = igniteuiWebcomponentsCore.toSpinal(attrName);
42109
+ if (this._attached) {
42110
+ this.setAttribute(attrName, attrValue);
42111
+ }
42112
+ else {
42113
+ this._enqueueSetAttribute(attrName, attrValue);
42114
+ }
42115
+ this._settingAttributes = false;
42116
+ };
42117
+ IgcMultiSliderThumbComponent.prototype.connectedCallback = function () {
42118
+ if (_super.prototype["connectedCallback"]) {
42119
+ _super.prototype["connectedCallback"].call(this);
42120
+ }
42121
+ if (this.i.connectedCallback) {
42122
+ this.i.connectedCallback();
42123
+ }
42124
+ if (!this._attached) {
42125
+ this._attached = true;
42126
+ this._flushQueuedAttributes();
42127
+ }
42128
+ };
42129
+ IgcMultiSliderThumbComponent.prototype.disconnectedCallback = function () {
42130
+ if (_super.prototype["disconnectedCallback"]) {
42131
+ _super.prototype["disconnectedCallback"].call(this);
42132
+ }
42133
+ if (this.i.disconnectedCallback) {
42134
+ this.i.disconnectedCallback();
42135
+ }
42136
+ if (this._attached) {
42137
+ this._attached = false;
42138
+ }
42139
+ };
42140
+ Object.defineProperty(IgcMultiSliderThumbComponent, "observedAttributes", {
42141
+ get: function () {
42142
+ if (IgcMultiSliderThumbComponent._observedAttributesIgcMultiSliderThumbComponent == null) {
42143
+ var names = igniteuiWebcomponentsCore.getAllPropertyNames(IgcMultiSliderThumbComponent);
42144
+ for (var i = 0; i < names.length; i++) {
42145
+ names[i] = igniteuiWebcomponentsCore.toSpinal(names[i]);
42146
+ }
42147
+ IgcMultiSliderThumbComponent._observedAttributesIgcMultiSliderThumbComponent = names;
42148
+ }
42149
+ return IgcMultiSliderThumbComponent._observedAttributesIgcMultiSliderThumbComponent;
42061
42150
  },
42062
42151
  enumerable: false,
42063
42152
  configurable: true
42064
42153
  });
42065
- IgcMultiSliderThumb.prototype.onImplementationCreated = function () {
42154
+ IgcMultiSliderThumbComponent.prototype.attributeChangedCallback = function (name, oldValue, newValue) {
42155
+ if (this._settingAttributes) {
42156
+ return;
42157
+ }
42158
+ var setName = igniteuiWebcomponentsCore.fromSpinal(name);
42159
+ this._updatingFromAttribute = true;
42160
+ this[setName] = newValue;
42161
+ this._updatingFromAttribute = false;
42066
42162
  };
42067
- IgcMultiSliderThumb.prototype._provideImplementation = function (i) {
42068
- this._implementation = i;
42069
- this._implementation.externalObject = this;
42070
- this.onImplementationCreated();
42071
- if (this._initializeAdapters) {
42072
- this._initializeAdapters();
42163
+ IgcMultiSliderThumbComponent.register = function () {
42164
+ if (!IgcMultiSliderThumbComponent._isElementRegistered) {
42165
+ IgcMultiSliderThumbComponent._isElementRegistered = true;
42166
+ igniteuiWebcomponentsCore.RegisterElementHelper.registerElement(IgcMultiSliderThumbComponent.htmlTagName, IgcMultiSliderThumbComponent);
42073
42167
  }
42074
42168
  };
42075
- Object.defineProperty(IgcMultiSliderThumb.prototype, "value", {
42169
+ Object.defineProperty(IgcMultiSliderThumbComponent.prototype, "value", {
42076
42170
  get: function () {
42077
42171
  return this.i.s;
42078
42172
  },
42079
42173
  set: function (v) {
42080
42174
  this.i.s = +v;
42175
+ this._a("value", this.i.s);
42081
42176
  },
42082
42177
  enumerable: false,
42083
42178
  configurable: true
42084
42179
  });
42085
- Object.defineProperty(IgcMultiSliderThumb.prototype, "rangePosition", {
42180
+ Object.defineProperty(IgcMultiSliderThumbComponent.prototype, "rangePosition", {
42086
42181
  get: function () {
42087
42182
  return this.i.g;
42088
42183
  },
42089
42184
  set: function (v) {
42090
42185
  this.i.g = igniteuiWebcomponentsCore.ensureEnum(MultiSliderThumbRangePosition_$type, v);
42186
+ this._a("rangePosition", igniteuiWebcomponentsCore.enumToString(MultiSliderThumbRangePosition_$type, this.i.g));
42091
42187
  },
42092
42188
  enumerable: false,
42093
42189
  configurable: true
42094
42190
  });
42095
- Object.defineProperty(IgcMultiSliderThumb.prototype, "range", {
42191
+ Object.defineProperty(IgcMultiSliderThumbComponent.prototype, "range", {
42096
42192
  get: function () {
42097
42193
  var r = this.i.i;
42098
42194
  if (r == null) {
@@ -42118,7 +42214,7 @@
42118
42214
  enumerable: false,
42119
42215
  configurable: true
42120
42216
  });
42121
- IgcMultiSliderThumb.prototype.findByName = function (name) {
42217
+ IgcMultiSliderThumbComponent.prototype.findByName = function (name) {
42122
42218
  if (this.findEphemera) {
42123
42219
  if (name && name.indexOf("@@e:") == 0) {
42124
42220
  return this.findEphemera(name);
@@ -42129,11 +42225,68 @@
42129
42225
  }
42130
42226
  return null;
42131
42227
  };
42132
- IgcMultiSliderThumb.prototype.push = function (amount) {
42228
+ Object.defineProperty(IgcMultiSliderThumbComponent.prototype, "hasUserValues", {
42229
+ get: function () {
42230
+ return this._hasUserValues;
42231
+ },
42232
+ enumerable: false,
42233
+ configurable: true
42234
+ });
42235
+ IgcMultiSliderThumbComponent.prototype.__m = function (propertyName) {
42236
+ if (!this._inStyling) {
42237
+ this._hasUserValues.add(propertyName);
42238
+ }
42239
+ };
42240
+ IgcMultiSliderThumbComponent.prototype._styling = function (container, component, parent) {
42241
+ if (this._inStyling) {
42242
+ return;
42243
+ }
42244
+ this._inStyling = true;
42245
+ this._stylingContainer = container;
42246
+ this._stylingParent = component;
42247
+ var genericPrefix = "";
42248
+ var typeName = this.i.$type.name;
42249
+ if (typeName.indexOf("Xam") === 0) {
42250
+ typeName = typeName.substring(3);
42251
+ }
42252
+ genericPrefix = igniteuiWebcomponentsCore.toSpinal("MultiSliderThumbComponent");
42253
+ var additionalPrefixes = [];
42254
+ var prefix = igniteuiWebcomponentsCore.toSpinal(typeName);
42255
+ additionalPrefixes.push(prefix + "-");
42256
+ var b = this.i.$type.baseType;
42257
+ while (b && b.name != "Object" &&
42258
+ b.name != "Base" &&
42259
+ b.name != "Control" &&
42260
+ b.Name != "DependencyObject" &&
42261
+ b.Name != "FrameworkElement") {
42262
+ typeName = b.name;
42263
+ if (typeName.indexOf("Xam") === 0) {
42264
+ typeName = typeName.substring(3);
42265
+ }
42266
+ var basePrefix = igniteuiWebcomponentsCore.toSpinal(typeName);
42267
+ additionalPrefixes.push(basePrefix + "-");
42268
+ b = b.baseType;
42269
+ }
42270
+ if (parent) {
42271
+ var parentTypeName = parent.i.$type.name;
42272
+ if (parentTypeName.indexOf("Xam") === 0) {
42273
+ parentTypeName = parentTypeName.substring(3);
42274
+ }
42275
+ var parentPrefix = igniteuiWebcomponentsCore.toSpinal(parentTypeName);
42276
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
42277
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
42278
+ }
42279
+ igniteuiWebcomponentsCore.initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
42280
+ if (this._otherStyling) {
42281
+ this._otherStyling(container, component, parent);
42282
+ }
42283
+ this._inStyling = false;
42284
+ };
42285
+ IgcMultiSliderThumbComponent.prototype.push = function (amount) {
42133
42286
  var iv = this.i.r(amount);
42134
42287
  return (iv);
42135
42288
  };
42136
- Object.defineProperty(IgcMultiSliderThumb.prototype, "propertyUpdated", {
42289
+ Object.defineProperty(IgcMultiSliderThumbComponent.prototype, "propertyUpdated", {
42137
42290
  get: function () {
42138
42291
  return this._propertyUpdated;
42139
42292
  },
@@ -42161,15 +42314,18 @@
42161
42314
  enumerable: false,
42162
42315
  configurable: true
42163
42316
  });
42164
- return IgcMultiSliderThumb;
42165
- }());
42317
+ IgcMultiSliderThumbComponent._observedAttributesIgcMultiSliderThumbComponent = null;
42318
+ IgcMultiSliderThumbComponent.htmlTagName = "igc-multi-slider-thumb";
42319
+ IgcMultiSliderThumbComponent._isElementRegistered = false;
42320
+ return IgcMultiSliderThumbComponent;
42321
+ }(igniteuiWebcomponentsCore.IgcHTMLElement));
42166
42322
 
42167
42323
  var IgcMultiSliderThumbCollection = /** @class */ /*@__PURE__*/ (function (_super) {
42168
42324
  tslib.__extends(IgcMultiSliderThumbCollection, _super);
42169
42325
  function IgcMultiSliderThumbCollection(list) {
42170
42326
  var _this = _super.call(this) || this;
42171
- if (!IgcMultiSliderThumb.$type) {
42172
- IgcMultiSliderThumb.$type = igniteuiWebcomponentsCore.markType(IgcMultiSliderThumb, "IgcMultiSliderThumb");
42327
+ if (!IgcMultiSliderThumbComponent.$type) {
42328
+ IgcMultiSliderThumbComponent.$type = igniteuiWebcomponentsCore.markType(IgcMultiSliderThumbComponent, "IgcMultiSliderThumbComponent");
42173
42329
  }
42174
42330
  if (list) {
42175
42331
  for (var i = 0; i < list.length; i++) {
@@ -42179,10 +42335,10 @@
42179
42335
  return _this;
42180
42336
  }
42181
42337
  IgcMultiSliderThumbCollection.prototype._createInnerColl = function () {
42182
- if (!IgcMultiSliderThumb.$type) {
42183
- IgcMultiSliderThumb.$type = igniteuiWebcomponentsCore.markType(IgcMultiSliderThumb, "IgcMultiSliderThumb");
42338
+ if (!IgcMultiSliderThumbComponent.$type) {
42339
+ IgcMultiSliderThumbComponent.$type = igniteuiWebcomponentsCore.markType(IgcMultiSliderThumbComponent, "IgcMultiSliderThumbComponent");
42184
42340
  }
42185
- var coll = new igniteuiWebcomponentsCore.SyncableObservableCollection$2(IgcMultiSliderThumb.$type, MultiSliderThumb.$type, 0);
42341
+ var coll = new igniteuiWebcomponentsCore.SyncableObservableCollection$2(IgcMultiSliderThumbComponent.$type, MultiSliderThumb.$type, 0);
42186
42342
  coll.compare = function (ext, int) {
42187
42343
  var comp = ext;
42188
42344
  if (comp._implementation) {
@@ -42199,7 +42355,7 @@
42199
42355
  coll.createFrom = function (int) {
42200
42356
  var ext = int.externalObject;
42201
42357
  if (!ext) {
42202
- ext = new IgcMultiSliderThumb();
42358
+ ext = new IgcMultiSliderThumbComponent();
42203
42359
  if (ext) {
42204
42360
  if (!int.$type && ext._implementation.setNativeElement) {
42205
42361
  ext._implementation.setNativeElement(int);
@@ -42320,15 +42476,10 @@
42320
42476
  return null;
42321
42477
  }
42322
42478
  if (!r.externalObject) {
42323
- var e = new IgcMultiSliderThumb();
42324
- if (r.$type) {
42479
+ var e = IgcMultiSliderThumbComponent._createFromInternal(r);
42480
+ if (e) {
42325
42481
  e._implementation = r;
42326
42482
  }
42327
- else {
42328
- if (e.i.setNativeElement) {
42329
- e.i.setNativeElement(r);
42330
- }
42331
- }
42332
42483
  r.externalObject = e;
42333
42484
  }
42334
42485
  return r.externalObject;
@@ -46094,12 +46245,12 @@
46094
46245
  switch (b) {
46095
46246
  case 15:
46096
46247
  case 16:
46097
- case 44:
46098
46248
  case 45:
46099
46249
  case 46:
46100
46250
  case 47:
46101
46251
  case 48:
46102
- case 49: return this.al.t;
46252
+ case 49:
46253
+ case 50: return this.al.t;
46103
46254
  }
46104
46255
  return _super.prototype.getTargetForBuildInProperty.call(this, a, b);
46105
46256
  };
@@ -46115,12 +46266,12 @@
46115
46266
  switch (b) {
46116
46267
  case 16:
46117
46268
  case 15:
46118
- case 44:
46119
46269
  case 45:
46120
46270
  case 46:
46121
46271
  case 47:
46122
46272
  case 48:
46123
- case 49: return this.al.getValue(a, b);
46273
+ case 49:
46274
+ case 50: return this.al.getValue(a, b);
46124
46275
  case 18: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, a.o);
46125
46276
  }
46126
46277
  return _super.prototype.getValue.call(this, a, b);
@@ -46130,12 +46281,12 @@
46130
46281
  switch (b) {
46131
46282
  case 16:
46132
46283
  case 15:
46133
- case 44:
46134
46284
  case 45:
46135
46285
  case 46:
46136
46286
  case 47:
46137
46287
  case 48:
46138
46288
  case 49:
46289
+ case 50:
46139
46290
  this.al.setValue(a, b, c);
46140
46291
  break;
46141
46292
  case 18:
@@ -46744,6 +46895,23 @@
46744
46895
  return DefaultMultiTrackShadeVisual;
46745
46896
  }(igniteuiWebcomponentsCore.Base));
46746
46897
 
46898
+ /*
46899
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
46900
+ https://www.infragistics.com/legal/license/igultimate-la
46901
+ https://www.infragistics.com/legal/license/igultimate-eula
46902
+ 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.
46903
+ */
46904
+ var IgcMultiSliderThumbModule = /** @class */ /*@__PURE__*/ (function () {
46905
+ function IgcMultiSliderThumbModule() {
46906
+ }
46907
+ IgcMultiSliderThumbModule.register = function () {
46908
+ IgcMultiSliderThumbComponent.register();
46909
+ igniteuiWebcomponentsCore.TypeRegistrar.registerCons("IgcMultiSliderThumbComponent", IgcMultiSliderThumbComponent);
46910
+ igniteuiWebcomponentsCore.TypeRegistrar.register("MultiSliderThumb", MultiSliderThumb.$type);
46911
+ };
46912
+ return IgcMultiSliderThumbModule;
46913
+ }());
46914
+
46747
46915
  /*
46748
46916
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
46749
46917
  https://www.infragistics.com/legal/license/igultimate-la
@@ -46946,8 +47114,9 @@
46946
47114
  exports.IgcMultiSliderComponent = IgcMultiSliderComponent;
46947
47115
  exports.IgcMultiSliderModule = IgcMultiSliderModule;
46948
47116
  exports.IgcMultiSliderResolvingToolTipValueEventArgs = IgcMultiSliderResolvingToolTipValueEventArgs;
46949
- exports.IgcMultiSliderThumb = IgcMultiSliderThumb;
46950
47117
  exports.IgcMultiSliderThumbCollection = IgcMultiSliderThumbCollection;
47118
+ exports.IgcMultiSliderThumbComponent = IgcMultiSliderThumbComponent;
47119
+ exports.IgcMultiSliderThumbModule = IgcMultiSliderThumbModule;
46951
47120
  exports.IgcMultiSliderThumbValueChangingEventArgs = IgcMultiSliderThumbValueChangingEventArgs;
46952
47121
  exports.IgcMultiSliderTrackThumbRange = IgcMultiSliderTrackThumbRange;
46953
47122
  exports.IgcMultiSliderYValueChangingEventArgs = IgcMultiSliderYValueChangingEventArgs;