igniteui-angular-inputs 21.0.1 → 21.1.0-beta.0

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 (70) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +931 -765
  2. package/bundles/igniteui-angular-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 +17 -17
  10. package/esm2015/lib/NativeUIXInputsFactory_combined.js +241 -222
  11. package/esm2015/lib/RippleView_combined.js +1 -1
  12. package/esm2015/lib/XButtonBridge.js +20 -20
  13. package/esm2015/lib/XButtonGroupBridge.js +8 -8
  14. package/esm2015/lib/XCheckboxBridge.js +8 -8
  15. package/esm2015/lib/XComponentBridge.js +4 -2
  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 +28 -28
  20. package/esm2015/lib/igx-color-editor-component.js +3 -0
  21. package/esm2015/lib/igx-multi-slider-thumb-collection.js +7 -7
  22. package/esm2015/lib/igx-multi-slider-thumb-component.js +209 -0
  23. package/esm2015/lib/igx-multi-slider-thumb-dynamic-module.js +34 -0
  24. package/esm2015/lib/igx-multi-slider-thumb-module.js +27 -0
  25. package/esm2015/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
  26. package/esm2015/lib/igx-multi-slider-track-thumb-range.js +5 -15
  27. package/esm2015/lib/igx-x-icon-component.js +10 -10
  28. package/esm2015/public_api.js +3 -1
  29. package/esm5/lib/ButtonView_combined.js +21 -21
  30. package/esm5/lib/CalendarView_combined.js +3 -3
  31. package/esm5/lib/CheckboxView_combined.js +23 -23
  32. package/esm5/lib/IconView_combined.js +158 -158
  33. package/esm5/lib/InputGroupView_combined.js +31 -31
  34. package/esm5/lib/MultiSliderBridge.js +14 -14
  35. package/esm5/lib/MultiSliderView_combined.js +17 -17
  36. package/esm5/lib/NativeUIXInputsFactory_combined.js +251 -224
  37. package/esm5/lib/RippleView_combined.js +1 -1
  38. package/esm5/lib/XButtonBridge.js +20 -20
  39. package/esm5/lib/XButtonGroupBridge.js +8 -8
  40. package/esm5/lib/XCheckboxBridge.js +8 -8
  41. package/esm5/lib/XComponentBridge.js +4 -2
  42. package/esm5/lib/XIconBridge.js +23 -23
  43. package/esm5/lib/XIconButtonBridge.js +5 -5
  44. package/esm5/lib/XInputBridge.js +18 -18
  45. package/esm5/lib/XPopupBridge.js +28 -28
  46. package/esm5/lib/igx-color-editor-component.js +3 -0
  47. package/esm5/lib/igx-multi-slider-thumb-collection.js +7 -7
  48. package/esm5/lib/igx-multi-slider-thumb-component.js +233 -0
  49. package/esm5/lib/igx-multi-slider-thumb-dynamic-module.js +33 -0
  50. package/esm5/lib/igx-multi-slider-thumb-module.js +28 -0
  51. package/esm5/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
  52. package/esm5/lib/igx-multi-slider-track-thumb-range.js +5 -15
  53. package/esm5/lib/igx-x-icon-component.js +10 -10
  54. package/esm5/public_api.js +3 -1
  55. package/fesm2015/igniteui-angular-inputs.js +906 -749
  56. package/fesm5/igniteui-angular-inputs.js +929 -765
  57. package/lib/IconView_combined.d.ts +33 -34
  58. package/lib/MultiSliderView_combined.d.ts +1 -1
  59. package/lib/NativeUIXInputsFactory_combined.d.ts +18 -13
  60. package/lib/igx-multi-slider-thumb-collection.d.ts +4 -4
  61. package/lib/igx-multi-slider-thumb-component.d.ts +47 -0
  62. package/lib/igx-multi-slider-thumb-dynamic-module.d.ts +9 -0
  63. package/lib/igx-multi-slider-thumb-module.d.ts +8 -0
  64. package/lib/igx-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
  65. package/lib/igx-multi-slider-track-thumb-range.d.ts +5 -5
  66. package/package.json +2 -2
  67. package/public_api.d.ts +3 -1
  68. package/esm2015/lib/igx-multi-slider-thumb.js +0 -111
  69. package/esm5/lib/igx-multi-slider-thumb.js +0 -134
  70. package/lib/igx-multi-slider-thumb.d.ts +0 -33
@@ -157,7 +157,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
157
157
  this.y.append(this.w);
158
158
  this.v.append(this.y);
159
159
  this.o.add(c.listen("click", runOn(this, this.ak)));
160
- this.d.c6();
160
+ this.d.c8();
161
161
  };
162
162
  IconView.prototype.ay = function (a) {
163
163
  this.z = null;
@@ -200,7 +200,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
200
200
  var b = this.v.rootWrapper.getNativeElement();
201
201
  b.innerHTML = a;
202
202
  this.z = this.v.rootWrapper.getChildAt(0);
203
- var c = this.z.getAttribute("viewbox");
203
+ var c = this.z.getAttribute("viewBox");
204
204
  if (c != null) {
205
205
  var d = c.split(' ');
206
206
  if (d.length == 1) {
@@ -211,11 +211,11 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
211
211
  var f = parseFloat(d[1].trim());
212
212
  var g = parseFloat(d[2].trim());
213
213
  var h = parseFloat(d[3].trim());
214
- this.d.dd(e, f, g, h);
214
+ this.d.df(e, f, g, h);
215
215
  }
216
216
  }
217
217
  else {
218
- this.d.dd(NaN, NaN, NaN, NaN);
218
+ this.d.df(NaN, NaN, NaN, NaN);
219
219
  }
220
220
  }
221
221
  };
@@ -291,7 +291,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
291
291
  this.v.rootWrapper.append(this.y);
292
292
  }
293
293
  else {
294
- NativeUI.r(a, b);
294
+ NativeUI.t(a, b);
295
295
  }
296
296
  };
297
297
  IconView.prototype.ar = function (a, b) {
@@ -300,7 +300,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
300
300
  c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
301
301
  }
302
302
  else {
303
- NativeUI.aa(a, b);
303
+ NativeUI.ad(a, b);
304
304
  }
305
305
  };
306
306
  IconView.prototype.ad = function (a) {
@@ -310,10 +310,10 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
310
310
  }
311
311
  };
312
312
  IconView.prototype.ae = function (a) {
313
- this.d.c3();
313
+ this.d.c5();
314
314
  };
315
315
  IconView.prototype.af = function (a) {
316
- this.d.c4();
316
+ this.d.c6();
317
317
  };
318
318
  IconView.prototype.aj = function () {
319
319
  this.j = true;
@@ -503,18 +503,18 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
503
503
  _this.dp = null;
504
504
  _this.dq = null;
505
505
  _this.dr = null;
506
- _this.be = null;
507
- _this.bj = null;
508
- _this.bm = null;
506
+ _this.bf = null;
509
507
  _this.bl = null;
508
+ _this.bo = null;
509
+ _this.bn = null;
510
510
  _this.a = null;
511
- _this.de = null;
512
511
  _this.bd = null;
512
+ _this.be = null;
513
513
  _this.n = null;
514
- _this.bk = "ig-icon-" + XIcon.bc++;
514
+ _this.bm = "ig-icon-" + XIcon.bc++;
515
515
  _this.ba = 0;
516
516
  _this.p = false;
517
- _this.bi = null;
517
+ _this.bk = null;
518
518
  _this.r = false;
519
519
  _this.q = false;
520
520
  _this.af = 1;
@@ -553,13 +553,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
553
553
  XIcon.prototype.destroy = function () {
554
554
  this.provideContainer(null);
555
555
  };
556
- XIcon.prototype.c5 = function (a, b, c) {
556
+ XIcon.prototype.c7 = function (a, b, c) {
557
557
  if (this.propertyChanged != null) {
558
558
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
559
559
  }
560
- this.c8(a, b, c);
560
+ this.da(a, b, c);
561
561
  };
562
- XIcon.prototype.c8 = function (a, b, c) {
562
+ XIcon.prototype.da = function (a, b, c) {
563
563
  switch (a) {
564
564
  case "Fill":
565
565
  case "Stroke":
@@ -568,51 +568,51 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
568
568
  case "HoverStroke":
569
569
  case "HoverStrokeThickness":
570
570
  case "IsHover":
571
- this.dc();
571
+ this.de();
572
572
  break;
573
573
  case "FillColors":
574
574
  case "StrokeColors":
575
575
  case "ActualFill":
576
576
  case "ActualStroke":
577
577
  case "ActualStrokeWidth":
578
- this.da();
578
+ this.dc();
579
579
  break;
580
580
  case "SVG":
581
- this.bm = null;
581
+ this.bo = null;
582
582
  this.a = null;
583
- this.da();
583
+ this.dc();
584
584
  break;
585
585
  case "SVGPath":
586
- this.bl = null;
586
+ this.bn = null;
587
587
  this.a = null;
588
- this.da();
588
+ this.dc();
589
589
  break;
590
590
  case "SVGPaths":
591
- this.bl = null;
592
- this.bm = null;
593
- this.da();
591
+ this.bn = null;
592
+ this.bo = null;
593
+ this.dc();
594
594
  break;
595
595
  case "DataURL":
596
- this.bl = null;
597
- this.bm = null;
596
+ this.bn = null;
597
+ this.bo = null;
598
598
  this.a = null;
599
- this.da();
599
+ this.dc();
600
600
  break;
601
601
  case "Source":
602
- this.bl = null;
603
- this.bm = null;
602
+ this.bn = null;
603
+ this.bo = null;
604
604
  this.a = null;
605
- this.da();
605
+ this.dc();
606
606
  break;
607
607
  case "DataTemplate":
608
608
  case "DataTemplateContext":
609
- this.bl = null;
610
- this.bm = null;
609
+ this.bn = null;
610
+ this.bo = null;
611
611
  this.a = null;
612
- this.da();
612
+ this.dc();
613
613
  break;
614
614
  case "Opacity":
615
- this.db();
615
+ this.dd();
616
616
  break;
617
617
  case "ViewBoxLeft":
618
618
  this.as = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
@@ -638,7 +638,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
638
638
  break;
639
639
  }
640
640
  };
641
- XIcon.prototype.dc = function () {
641
+ XIcon.prototype.de = function () {
642
642
  var a = this.fill != null ? this.fill : XIcon.dx;
643
643
  var b = this.ea != null ? this.ea : XIcon.d1;
644
644
  var c = !isNaN_(this.a4) ? this.a4 : XIcon.aw;
@@ -663,19 +663,19 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
663
663
  enumerable: false,
664
664
  configurable: true
665
665
  });
666
- XIcon.prototype.db = function () {
667
- NativeUI.y(this.view.aa, this.a3);
666
+ XIcon.prototype.dd = function () {
667
+ NativeUI.ab(this.view.aa, this.a3);
668
668
  };
669
- XIcon.prototype.cz = function () {
669
+ XIcon.prototype.c1 = function () {
670
670
  this.view.ag();
671
671
  };
672
- XIcon.prototype.da = function () {
672
+ XIcon.prototype.dc = function () {
673
673
  var a = this.view.aa;
674
674
  if (this.t) {
675
675
  var b = this.view.ab;
676
- NativeUI.r(b, this.du);
677
- NativeUI.aa(b, this.dv);
678
- NativeUI.ad(b, this.aq);
676
+ NativeUI.t(b, this.du);
677
+ NativeUI.ad(b, this.dv);
678
+ NativeUI.ag(b, this.aq);
679
679
  }
680
680
  else {
681
681
  var c = this.j();
@@ -684,8 +684,8 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
684
684
  this.view.ai();
685
685
  }
686
686
  var d = false;
687
- if (this.df != null) {
688
- this.view.as(this.df, this.bf);
687
+ if (this.bg != null) {
688
+ this.view.as(this.bg, this.bh);
689
689
  }
690
690
  else if (this.svgPath != null) {
691
691
  if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
@@ -700,9 +700,9 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
700
700
  this.view.az(this.b);
701
701
  var e = this.view.c;
702
702
  if (e != null && e.length > 0) {
703
- var f = NativeUI.r;
704
- var g = NativeUI.aa;
705
- this.c7();
703
+ var f = NativeUI.t;
704
+ var g = NativeUI.ad;
705
+ this.c9();
706
706
  f = runOn(this.view, this.view.aq);
707
707
  g = runOn(this.view, this.view.ar);
708
708
  for (var h = 0; h < e.length; h++) {
@@ -713,10 +713,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
713
713
  g(e[h], this.dv);
714
714
  }
715
715
  if (!isNaN_(this.aq)) {
716
- NativeUI.ad(e[h], this.aq);
716
+ NativeUI.ag(e[h], this.aq);
717
717
  }
718
718
  if (this.dw != null) {
719
- NativeUI.q(e[h], this.dw);
719
+ NativeUI.r(e[h], this.dw);
720
720
  }
721
721
  if (this.e != null && this.e.count == e.length) {
722
722
  f(e[h], this.e.item(h));
@@ -735,30 +735,30 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
735
735
  this.view.ax(this.svg);
736
736
  d = true;
737
737
  }
738
- else if (this.b0 != null) {
739
- this.view.at(this.b0);
738
+ else if (this.b2 != null) {
739
+ this.view.at(this.b2);
740
740
  }
741
- else if (this.bh != null) {
742
- this.view.aw(this.bh);
741
+ else if (this.bj != null) {
742
+ this.view.aw(this.bj);
743
743
  }
744
744
  else {
745
745
  }
746
746
  if (d) {
747
747
  for (var i = 0; i < this.view.r.count; i++) {
748
748
  var j = this.view.r._inner[i].c;
749
- NativeUI.r(this.view.r._inner[i].d, j.l.f(this.d6));
749
+ NativeUI.t(this.view.r._inner[i].d, j.l.f(this.d6));
750
750
  }
751
751
  for (var k = 0; k < this.view.s.count; k++) {
752
752
  var l = this.view.s._inner[k].c;
753
- NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.d7));
753
+ NativeUI.ad(this.view.s._inner[k].d, l.m.f(this.d7));
754
754
  }
755
755
  for (var m = 0; m < this.view.t.count; m++) {
756
756
  var n = this.view.t._inner[m].c;
757
- NativeUI.r(this.view.t._inner[m].d, n.l.f(this.d8));
757
+ NativeUI.t(this.view.t._inner[m].d, n.l.f(this.d8));
758
758
  }
759
759
  for (var o = 0; o < this.view.u.count; o++) {
760
760
  var p = this.view.u._inner[o].c;
761
- NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.d9));
761
+ NativeUI.ad(this.view.u._inner[o].d, p.m.f(this.d9));
762
762
  }
763
763
  for (var q = 0; q < this.view.e.o.count; q++) {
764
764
  var r = this.view.e.o._inner[q];
@@ -767,7 +767,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
767
767
  if (t < this.e.count) {
768
768
  for (var u = 0; u < this.view.e.q._inner[q].count; u++) {
769
769
  var v = this.view.e.q._inner[q]._inner[u].c;
770
- NativeUI.r(this.view.e.q._inner[q]._inner[u].d, v.l.f(this.e.item(t)));
770
+ NativeUI.t(this.view.e.q._inner[q]._inner[u].d, v.l.f(this.e.item(t)));
771
771
  }
772
772
  }
773
773
  }
@@ -778,35 +778,35 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
778
778
  if (z < this.f.count) {
779
779
  for (var aa = 0; aa < this.view.f.q._inner[w].count; aa++) {
780
780
  var ab = this.view.f.q._inner[w]._inner[aa].c;
781
- NativeUI.aa(this.view.f.q._inner[w]._inner[aa].d, ab.m.f(this.f.item(z)));
781
+ NativeUI.ad(this.view.f.q._inner[w]._inner[aa].d, ab.m.f(this.f.item(z)));
782
782
  }
783
783
  }
784
784
  }
785
785
  for (var ac = 0; ac < this.view.q.count; ac++) {
786
786
  var ad = this.view.q._inner[ac].c;
787
- NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.du));
788
- NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.dv));
787
+ NativeUI.t(this.view.q._inner[ac].d, ad.l.f(this.du));
788
+ NativeUI.ad(this.view.q._inner[ac].d, ad.m.f(this.dv));
789
789
  }
790
790
  }
791
791
  var ae = this.view.aa;
792
792
  if (this.du != null) {
793
- NativeUI.r(ae, this.du);
793
+ NativeUI.t(ae, this.du);
794
794
  }
795
795
  if (this.dv != null) {
796
- NativeUI.aa(ae, this.dv);
796
+ NativeUI.ad(ae, this.dv);
797
797
  }
798
798
  if (!isNaN_(this.aq)) {
799
- NativeUI.ad(ae, this.aq);
799
+ NativeUI.ag(ae, this.aq);
800
800
  }
801
801
  }
802
802
  if (this.o != null) {
803
803
  this.view.a0(this.o);
804
804
  }
805
805
  if (this.dw != null) {
806
- NativeUI.q(this.view.aa, this.dw);
806
+ NativeUI.r(this.view.aa, this.dw);
807
807
  }
808
808
  };
809
- XIcon.prototype.c7 = function () {
809
+ XIcon.prototype.c9 = function () {
810
810
  var e_3, _a, e_4, _b;
811
811
  if (this.du != null) {
812
812
  this.view.ap(this.du, "fill");
@@ -868,10 +868,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
868
868
  else if (this.svg != null) {
869
869
  a = 0;
870
870
  }
871
- else if (this.b0 != null) {
871
+ else if (this.b2 != null) {
872
872
  a = 3;
873
873
  }
874
- else if (this.bh != null) {
874
+ else if (this.bj != null) {
875
875
  a = 4;
876
876
  }
877
877
  return a;
@@ -884,7 +884,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
884
884
  var b = this.l;
885
885
  this.l = a;
886
886
  if (b != this.l) {
887
- this.c5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
887
+ this.c7("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
888
888
  }
889
889
  },
890
890
  enumerable: false,
@@ -898,7 +898,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
898
898
  var b = this.dg;
899
899
  this.dg = a;
900
900
  if (b != this.dg) {
901
- this.c5("ActualFill", b, a);
901
+ this.c7("ActualFill", b, a);
902
902
  }
903
903
  },
904
904
  enumerable: false,
@@ -912,7 +912,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
912
912
  var b = this.dh;
913
913
  this.dh = a;
914
914
  if (b != this.dh) {
915
- this.c5("ActualStroke", b, a);
915
+ this.c7("ActualStroke", b, a);
916
916
  }
917
917
  },
918
918
  enumerable: false,
@@ -926,7 +926,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
926
926
  var b = this.di;
927
927
  this.di = a;
928
928
  if (b != this.di) {
929
- this.c5("ActualTextColor", b, a);
929
+ this.c7("ActualTextColor", b, a);
930
930
  }
931
931
  },
932
932
  enumerable: false,
@@ -940,7 +940,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
940
940
  var b = this.y;
941
941
  this.y = a;
942
942
  if (b != this.y) {
943
- this.c5("ActualStrokeWidth", b, a);
943
+ this.c7("ActualStrokeWidth", b, a);
944
944
  }
945
945
  },
946
946
  enumerable: false,
@@ -954,7 +954,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
954
954
  var b = this.dj;
955
955
  this.dj = a;
956
956
  if (b != this.dj) {
957
- this.c5("Fill", b, a);
957
+ this.c7("Fill", b, a);
958
958
  }
959
959
  },
960
960
  enumerable: false,
@@ -968,7 +968,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
968
968
  var b = this.ds;
969
969
  this.ds = a;
970
970
  if (b != this.ds) {
971
- this.c5("Stroke", b, a);
971
+ this.c7("Stroke", b, a);
972
972
  }
973
973
  },
974
974
  enumerable: false,
@@ -982,7 +982,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
982
982
  var b = this.ak;
983
983
  this.ak = a;
984
984
  if (b != this.ak) {
985
- this.c5("StrokeWidth", b, a);
985
+ this.c7("StrokeWidth", b, a);
986
986
  }
987
987
  },
988
988
  enumerable: false,
@@ -996,7 +996,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
996
996
  var b = this.dt;
997
997
  this.dt = a;
998
998
  if (b != this.dt) {
999
- this.c5("TextColor", b, a);
999
+ this.c7("TextColor", b, a);
1000
1000
  }
1001
1001
  },
1002
1002
  enumerable: false,
@@ -1010,7 +1010,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1010
1010
  var b = this.dk;
1011
1011
  this.dk = a;
1012
1012
  if (b != this.dk) {
1013
- this.c5("HoverFill", b, a);
1013
+ this.c7("HoverFill", b, a);
1014
1014
  }
1015
1015
  },
1016
1016
  enumerable: false,
@@ -1024,7 +1024,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1024
1024
  var b = this.dl;
1025
1025
  this.dl = a;
1026
1026
  if (b != this.dl) {
1027
- this.c5("HoverStroke", b, a);
1027
+ this.c7("HoverStroke", b, a);
1028
1028
  }
1029
1029
  },
1030
1030
  enumerable: false,
@@ -1038,7 +1038,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1038
1038
  var b = this.ae;
1039
1039
  this.ae = a;
1040
1040
  if (b != this.ae) {
1041
- this.c5("HoverStrokeThickness", b, a);
1041
+ this.c7("HoverStrokeThickness", b, a);
1042
1042
  }
1043
1043
  },
1044
1044
  enumerable: false,
@@ -1052,7 +1052,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1052
1052
  var b = this.dm;
1053
1053
  this.dm = a;
1054
1054
  if (b != this.dm) {
1055
- this.c5("HoverTextColor", b, a);
1055
+ this.c7("HoverTextColor", b, a);
1056
1056
  }
1057
1057
  },
1058
1058
  enumerable: false,
@@ -1066,7 +1066,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1066
1066
  var b = this.c;
1067
1067
  this.c = a;
1068
1068
  if (b != this.c) {
1069
- this.c5("FillColors", b, this.c);
1069
+ this.c7("FillColors", b, this.c);
1070
1070
  }
1071
1071
  },
1072
1072
  enumerable: false,
@@ -1080,7 +1080,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1080
1080
  var b = this.d;
1081
1081
  this.d = a;
1082
1082
  if (b != this.d) {
1083
- this.c5("StrokeColors", b, this.d);
1083
+ this.c7("StrokeColors", b, this.d);
1084
1084
  }
1085
1085
  },
1086
1086
  enumerable: false,
@@ -1094,7 +1094,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1094
1094
  var b = this.dn;
1095
1095
  this.dn = a;
1096
1096
  if (b != this.dn) {
1097
- this.c5("PrimaryFillColor", b, this.dn);
1097
+ this.c7("PrimaryFillColor", b, this.dn);
1098
1098
  }
1099
1099
  },
1100
1100
  enumerable: false,
@@ -1108,7 +1108,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1108
1108
  var b = this.dp;
1109
1109
  this.dp = a;
1110
1110
  if (b != this.dp) {
1111
- this.c5("PrimaryStrokeColor", b, this.dp);
1111
+ this.c7("PrimaryStrokeColor", b, this.dp);
1112
1112
  }
1113
1113
  },
1114
1114
  enumerable: false,
@@ -1122,7 +1122,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1122
1122
  var b = this.dq;
1123
1123
  this.dq = a;
1124
1124
  if (b != this.dq) {
1125
- this.c5("SecondaryFillColor", b, this.dq);
1125
+ this.c7("SecondaryFillColor", b, this.dq);
1126
1126
  }
1127
1127
  },
1128
1128
  enumerable: false,
@@ -1136,35 +1136,35 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1136
1136
  var b = this.dr;
1137
1137
  this.dr = a;
1138
1138
  if (b != this.dr) {
1139
- this.c5("SecondaryStrokeColor", b, this.dr);
1139
+ this.c7("SecondaryStrokeColor", b, this.dr);
1140
1140
  }
1141
1141
  },
1142
1142
  enumerable: false,
1143
1143
  configurable: true
1144
1144
  });
1145
- Object.defineProperty(XIcon.prototype, "bh", {
1145
+ Object.defineProperty(XIcon.prototype, "bj", {
1146
1146
  get: function () {
1147
- return this.be;
1147
+ return this.bf;
1148
1148
  },
1149
1149
  set: function (a) {
1150
- var b = this.be;
1151
- this.be = a;
1152
- if (b != this.be) {
1153
- this.c5("Source", b, a);
1150
+ var b = this.bf;
1151
+ this.bf = a;
1152
+ if (b != this.bf) {
1153
+ this.c7("Source", b, a);
1154
1154
  }
1155
1155
  },
1156
1156
  enumerable: false,
1157
1157
  configurable: true
1158
1158
  });
1159
- Object.defineProperty(XIcon.prototype, "b0", {
1159
+ Object.defineProperty(XIcon.prototype, "b2", {
1160
1160
  get: function () {
1161
- return this.bj;
1161
+ return this.bl;
1162
1162
  },
1163
1163
  set: function (a) {
1164
- var b = this.bj;
1165
- this.bj = a;
1166
- if (b != this.bj) {
1167
- this.c5("DataURL", b, a);
1164
+ var b = this.bl;
1165
+ this.bl = a;
1166
+ if (b != this.bl) {
1167
+ this.c7("DataURL", b, a);
1168
1168
  }
1169
1169
  },
1170
1170
  enumerable: false,
@@ -1172,13 +1172,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1172
1172
  });
1173
1173
  Object.defineProperty(XIcon.prototype, "svgPath", {
1174
1174
  get: function () {
1175
- return this.bm;
1175
+ return this.bo;
1176
1176
  },
1177
1177
  set: function (a) {
1178
- var b = this.bm;
1179
- this.bm = a;
1180
- if (b != this.bm) {
1181
- this.c5("SVGPath", b, a);
1178
+ var b = this.bo;
1179
+ this.bo = a;
1180
+ if (b != this.bo) {
1181
+ this.c7("SVGPath", b, a);
1182
1182
  }
1183
1183
  },
1184
1184
  enumerable: false,
@@ -1186,13 +1186,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1186
1186
  });
1187
1187
  Object.defineProperty(XIcon.prototype, "svg", {
1188
1188
  get: function () {
1189
- return this.bl;
1189
+ return this.bn;
1190
1190
  },
1191
1191
  set: function (a) {
1192
- var b = this.bl;
1193
- this.bl = a;
1194
- if (b != this.bl) {
1195
- this.c5("SVG", b, this.bl);
1192
+ var b = this.bn;
1193
+ this.bn = a;
1194
+ if (b != this.bn) {
1195
+ this.c7("SVG", b, this.bn);
1196
1196
  }
1197
1197
  },
1198
1198
  enumerable: false,
@@ -1206,44 +1206,44 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1206
1206
  var b = this.a;
1207
1207
  this.a = a;
1208
1208
  if (b != this.a) {
1209
- this.c5("SVGPaths", b, this.a);
1209
+ this.c7("SVGPaths", b, this.a);
1210
1210
  }
1211
1211
  },
1212
1212
  enumerable: false,
1213
1213
  configurable: true
1214
1214
  });
1215
- Object.defineProperty(XIcon.prototype, "df", {
1215
+ Object.defineProperty(XIcon.prototype, "bg", {
1216
1216
  get: function () {
1217
- return this.de;
1217
+ return this.bd;
1218
1218
  },
1219
1219
  set: function (a) {
1220
- var b = this.de;
1221
- this.de = a;
1222
- if (b != this.de) {
1223
- this.c5("DataTemplate", b, this.de);
1220
+ var b = this.bd;
1221
+ this.bd = a;
1222
+ if (b != this.bd) {
1223
+ this.c7("DataTemplate", b, this.bd);
1224
1224
  }
1225
1225
  },
1226
1226
  enumerable: false,
1227
1227
  configurable: true
1228
1228
  });
1229
- Object.defineProperty(XIcon.prototype, "bf", {
1229
+ Object.defineProperty(XIcon.prototype, "bh", {
1230
1230
  get: function () {
1231
- return this.bd;
1231
+ return this.be;
1232
1232
  },
1233
1233
  set: function (a) {
1234
- var b = this.bd;
1235
- this.bd = a;
1236
- if (b != this.bd) {
1237
- this.c5("DataTemplateContext", b, this.bd);
1234
+ var b = this.be;
1235
+ this.be = a;
1236
+ if (b != this.be) {
1237
+ this.c7("DataTemplateContext", b, this.be);
1238
1238
  }
1239
1239
  },
1240
1240
  enumerable: false,
1241
1241
  configurable: true
1242
1242
  });
1243
- XIcon.prototype.c3 = function () {
1243
+ XIcon.prototype.c5 = function () {
1244
1244
  this.v = true;
1245
1245
  };
1246
- XIcon.prototype.c4 = function () {
1246
+ XIcon.prototype.c6 = function () {
1247
1247
  this.v = false;
1248
1248
  };
1249
1249
  Object.defineProperty(XIcon.prototype, "o", {
@@ -1254,21 +1254,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1254
1254
  var b = this.n;
1255
1255
  this.n = a;
1256
1256
  if (b != this.n) {
1257
- this.c5("TextStyle", b, a);
1257
+ this.c7("TextStyle", b, a);
1258
1258
  }
1259
1259
  },
1260
1260
  enumerable: false,
1261
1261
  configurable: true
1262
1262
  });
1263
- Object.defineProperty(XIcon.prototype, "ca", {
1263
+ Object.defineProperty(XIcon.prototype, "cc", {
1264
1264
  get: function () {
1265
- return this.bk;
1265
+ return this.bm;
1266
1266
  },
1267
1267
  set: function (a) {
1268
- var b = this.bk;
1269
- this.bk = a;
1270
- if (b != this.bk) {
1271
- this.c5("Id", b, a);
1268
+ var b = this.bm;
1269
+ this.bm = a;
1270
+ if (b != this.bm) {
1271
+ this.c7("Id", b, a);
1272
1272
  }
1273
1273
  },
1274
1274
  enumerable: false,
@@ -1290,21 +1290,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1290
1290
  this.ba = a;
1291
1291
  this.p = true;
1292
1292
  if (b != this.ba) {
1293
- this.c5("TabIndex", b, a);
1293
+ this.c7("TabIndex", b, a);
1294
1294
  }
1295
1295
  },
1296
1296
  enumerable: false,
1297
1297
  configurable: true
1298
1298
  });
1299
- Object.defineProperty(XIcon.prototype, "bv", {
1299
+ Object.defineProperty(XIcon.prototype, "bx", {
1300
1300
  get: function () {
1301
- return this.bi;
1301
+ return this.bk;
1302
1302
  },
1303
1303
  set: function (a) {
1304
- var b = this.bi;
1305
- this.bi = a;
1306
- if (b != this.bi) {
1307
- this.c5("AriaLabel", b, a);
1304
+ var b = this.bk;
1305
+ this.bk = a;
1306
+ if (b != this.bk) {
1307
+ this.c7("AriaLabel", b, a);
1308
1308
  }
1309
1309
  },
1310
1310
  enumerable: false,
@@ -1318,7 +1318,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1318
1318
  var b = this.r;
1319
1319
  this.r = a;
1320
1320
  if (b != this.r) {
1321
- this.c5("IsHover", b, a);
1321
+ this.c7("IsHover", b, a);
1322
1322
  }
1323
1323
  },
1324
1324
  enumerable: false,
@@ -1332,7 +1332,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1332
1332
  var b = this.q;
1333
1333
  this.q = a;
1334
1334
  if (b != this.q) {
1335
- this.c5("IsDisabled", b, a);
1335
+ this.c7("IsDisabled", b, a);
1336
1336
  }
1337
1337
  },
1338
1338
  enumerable: false,
@@ -1346,7 +1346,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1346
1346
  var b = this.af;
1347
1347
  this.af = a;
1348
1348
  if (b != this.af) {
1349
- this.c5("Opacity", b, this.af);
1349
+ this.c7("Opacity", b, this.af);
1350
1350
  }
1351
1351
  },
1352
1352
  enumerable: false,
@@ -1360,7 +1360,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1360
1360
  var b = this.aa;
1361
1361
  this.aa = a;
1362
1362
  if (b != this.aa) {
1363
- this.c5("ActualViewBoxLeft", b, this.aa);
1363
+ this.c7("ActualViewBoxLeft", b, this.aa);
1364
1364
  }
1365
1365
  },
1366
1366
  enumerable: false,
@@ -1374,7 +1374,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1374
1374
  var b = this.am;
1375
1375
  this.am = a;
1376
1376
  if (b != this.am) {
1377
- this.c5("ViewBoxLeft", b, this.am);
1377
+ this.c7("ViewBoxLeft", b, this.am);
1378
1378
  }
1379
1379
  },
1380
1380
  enumerable: false,
@@ -1388,7 +1388,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1388
1388
  var b = this.ab;
1389
1389
  this.ab = a;
1390
1390
  if (b != this.ab) {
1391
- this.c5("ActualViewBoxTop", b, this.ab);
1391
+ this.c7("ActualViewBoxTop", b, this.ab);
1392
1392
  }
1393
1393
  },
1394
1394
  enumerable: false,
@@ -1402,7 +1402,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1402
1402
  var b = this.an;
1403
1403
  this.an = a;
1404
1404
  if (b != this.an) {
1405
- this.c5("ViewBoxTop", b, this.an);
1405
+ this.c7("ViewBoxTop", b, this.an);
1406
1406
  }
1407
1407
  },
1408
1408
  enumerable: false,
@@ -1416,7 +1416,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1416
1416
  var b = this.ac;
1417
1417
  this.ac = a;
1418
1418
  if (b != this.ac) {
1419
- this.c5("ActualViewBoxWidth", b, this.ac);
1419
+ this.c7("ActualViewBoxWidth", b, this.ac);
1420
1420
  }
1421
1421
  },
1422
1422
  enumerable: false,
@@ -1430,7 +1430,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1430
1430
  var b = this.ao;
1431
1431
  this.ao = a;
1432
1432
  if (b != this.ao) {
1433
- this.c5("ViewBoxWidth", b, this.ao);
1433
+ this.c7("ViewBoxWidth", b, this.ao);
1434
1434
  }
1435
1435
  },
1436
1436
  enumerable: false,
@@ -1444,7 +1444,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1444
1444
  var b = this.z;
1445
1445
  this.z = a;
1446
1446
  if (b != this.z) {
1447
- this.c5("ActualViewBoxHeight", b, this.z);
1447
+ this.c7("ActualViewBoxHeight", b, this.z);
1448
1448
  }
1449
1449
  },
1450
1450
  enumerable: false,
@@ -1458,7 +1458,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1458
1458
  var b = this.al;
1459
1459
  this.al = a;
1460
1460
  if (b != this.al) {
1461
- this.c5("ViewBoxHeight", b, this.al);
1461
+ this.c7("ViewBoxHeight", b, this.al);
1462
1462
  }
1463
1463
  },
1464
1464
  enumerable: false,
@@ -1472,7 +1472,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1472
1472
  var b = this.ap;
1473
1473
  this.ap = a;
1474
1474
  if (b != this.ap) {
1475
- this.c5("Width", b, this.ap);
1475
+ this.c7("Width", b, this.ap);
1476
1476
  }
1477
1477
  },
1478
1478
  enumerable: false,
@@ -1486,13 +1486,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1486
1486
  var b = this.ad;
1487
1487
  this.ad = a;
1488
1488
  if (b != this.ad) {
1489
- this.c5("Height", b, this.ad);
1489
+ this.c7("Height", b, this.ad);
1490
1490
  }
1491
1491
  },
1492
1492
  enumerable: false,
1493
1493
  configurable: true
1494
1494
  });
1495
- XIcon.prototype.c6 = function () {
1495
+ XIcon.prototype.c8 = function () {
1496
1496
  };
1497
1497
  XIcon.prototype.onDetachedFromUI = function () {
1498
1498
  this.view.am();
@@ -1514,10 +1514,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1514
1514
  XIcon.prototype.w = function () {
1515
1515
  return this.view.l();
1516
1516
  };
1517
- XIcon.prototype.bg = function () {
1517
+ XIcon.prototype.bi = function () {
1518
1518
  return this.g();
1519
1519
  };
1520
- XIcon.prototype.b2 = function () {
1520
+ XIcon.prototype.b4 = function () {
1521
1521
  var a = this.g();
1522
1522
  return a.l();
1523
1523
  };
@@ -1532,7 +1532,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1532
1532
  a.a = this.view.a();
1533
1533
  a.svg = this.svg;
1534
1534
  a.svgPath = this.svgPath;
1535
- a.k = this.b0;
1535
+ a.k = this.b2;
1536
1536
  if (this.o != null) {
1537
1537
  var d = this.o;
1538
1538
  if (this.view != null && d.q == null) {
@@ -1566,7 +1566,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1566
1566
  XIcon.prototype.provideContainer = function (a) {
1567
1567
  this.view.al(a);
1568
1568
  };
1569
- XIcon.prototype.dd = function (a, b, c, d) {
1569
+ XIcon.prototype.df = function (a, b, c, d) {
1570
1570
  this.ah = a;
1571
1571
  this.ai = b;
1572
1572
  this.aj = c;