igniteui-webcomponents-inputs 6.0.1 → 6.0.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8606,11 +8606,12 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8606
8606
  _this.u = null;
8607
8607
  _this.e = null;
8608
8608
  _this.f = null;
8609
- _this.ab = null;
8609
+ _this.ac = null;
8610
8610
  _this.n = new Dictionary$2(Brush.$, String_$type, 0);
8611
8611
  _this.j = true;
8612
8612
  _this.y = null;
8613
8613
  _this.x = null;
8614
+ _this.z = null;
8614
8615
  _this.w = null;
8615
8616
  _this.p = new List$1(DomWrapper_$type, 0);
8616
8617
  _this.q = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
@@ -8622,19 +8623,19 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8622
8623
  _this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
8623
8624
  return _this;
8624
8625
  }
8625
- IconView.prototype.am = function () {
8626
+ IconView.prototype.an = function () {
8626
8627
  };
8627
8628
  IconView.prototype.l = function () {
8628
8629
  return true;
8629
8630
  };
8630
- Object.defineProperty(IconView.prototype, "z", {
8631
+ Object.defineProperty(IconView.prototype, "aa", {
8631
8632
  get: function () {
8632
8633
  return this.y;
8633
8634
  },
8634
8635
  enumerable: false,
8635
8636
  configurable: true
8636
8637
  });
8637
- Object.defineProperty(IconView.prototype, "aa", {
8638
+ Object.defineProperty(IconView.prototype, "ab", {
8638
8639
  get: function () {
8639
8640
  return null;
8640
8641
  },
@@ -8655,7 +8656,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8655
8656
  enumerable: false,
8656
8657
  configurable: true
8657
8658
  });
8658
- IconView.prototype.ak = function (a) {
8659
+ IconView.prototype.al = function (a) {
8659
8660
  var e_1, _a;
8660
8661
  if (a == null) {
8661
8662
  try {
@@ -8692,7 +8693,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8692
8693
  this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
8693
8694
  this.v.rootWrapper.setStyleProperty("align-items", "center");
8694
8695
  this.v.rootWrapper.setStyleProperty("justify-content", "center");
8695
- this.au();
8696
+ this.av();
8696
8697
  var c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
8697
8698
  c.setStyleProperty("position", "absolute");
8698
8699
  c.setStyleProperty("top", "0");
@@ -8705,14 +8706,15 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8705
8706
  d.setStyleProperty("width", "100%");
8706
8707
  d.setStyleProperty("object-fit", "contain");
8707
8708
  this.x = d;
8708
- this.a0();
8709
+ this.a1();
8709
8710
  this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
8710
8711
  this.y.append(this.w);
8711
8712
  this.v.append(this.y);
8712
- this.o.add(c.listen("click", runOn(this, this.aj)));
8713
- this.d.cm();
8713
+ this.o.add(c.listen("click", runOn(this, this.ak)));
8714
+ this.d.c6();
8714
8715
  };
8715
- IconView.prototype.ax = function (a) {
8716
+ IconView.prototype.ay = function (a) {
8717
+ this.z = null;
8716
8718
  this.n.clear();
8717
8719
  this.v.rootWrapper.removeChildren();
8718
8720
  this.v.rootWrapper.append(this.y);
@@ -8727,7 +8729,8 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8727
8729
  this.p.add(b);
8728
8730
  }
8729
8731
  };
8730
- IconView.prototype.ay = function (a) {
8732
+ IconView.prototype.az = function (a) {
8733
+ this.z = null;
8731
8734
  this.n.clear();
8732
8735
  this.v.rootWrapper.removeChildren();
8733
8736
  this.v.rootWrapper.append(this.y);
@@ -8744,46 +8747,69 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8744
8747
  }
8745
8748
  }
8746
8749
  };
8747
- IconView.prototype.aw = function (a) {
8750
+ IconView.prototype.ax = function (a) {
8751
+ this.z = null;
8748
8752
  this.v.rootWrapper.removeChildren();
8749
8753
  if (a != null) {
8750
8754
  var b = this.v.rootWrapper.getNativeElement();
8751
8755
  b.innerHTML = a;
8756
+ this.z = this.v.rootWrapper.getChildAt(0);
8757
+ var c = this.z.getAttribute("viewbox");
8758
+ if (c != null) {
8759
+ var d = c.split(' ');
8760
+ if (d.length == 1) {
8761
+ d = c.split(',');
8762
+ }
8763
+ if (d.length == 4) {
8764
+ var e = parseFloat(d[0].trim());
8765
+ var f = parseFloat(d[1].trim());
8766
+ var g = parseFloat(d[2].trim());
8767
+ var h = parseFloat(d[3].trim());
8768
+ this.d.dd(e, f, g, h);
8769
+ }
8770
+ }
8771
+ else {
8772
+ this.d.dd(NaN, NaN, NaN, NaN);
8773
+ }
8752
8774
  }
8753
8775
  };
8754
- IconView.prototype.as = function (a) {
8755
- if (this.ab != a) {
8756
- this.ab = a;
8776
+ IconView.prototype.at = function (a) {
8777
+ this.z = null;
8778
+ if (this.ac != a) {
8779
+ this.ac = a;
8757
8780
  this.v.rootWrapper.removeChildren();
8758
8781
  this.v.rootWrapper.append(this.x);
8759
8782
  this.x.setAttribute("src", a);
8760
8783
  }
8761
8784
  };
8762
- IconView.prototype.av = function (a) {
8785
+ IconView.prototype.aw = function (a) {
8763
8786
  if (typeof a === 'string') {
8764
- this.as(typeCast(String_$type, a));
8787
+ this.at(typeCast(String_$type, a));
8765
8788
  }
8766
8789
  };
8767
- IconView.prototype.ah = function () {
8790
+ IconView.prototype.ai = function () {
8768
8791
  if (this.d.k != 3 && this.d.k != 4) {
8769
- this.ab = null;
8792
+ this.ac = null;
8770
8793
  }
8771
8794
  };
8772
8795
  IconView.prototype.k = function () {
8773
8796
  return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
8774
8797
  };
8775
- IconView.prototype.au = function () {
8776
- this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.at) ? "1.5rem" : this.d.at + "px");
8777
- this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.al) ? "1.5rem" : this.d.al + "px");
8798
+ IconView.prototype.av = function () {
8799
+ this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.a9) ? "1.5rem" : this.d.a9 + "px");
8800
+ this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.a1) ? "1.5rem" : this.d.a1 + "px");
8778
8801
  };
8779
- IconView.prototype.a0 = function () {
8780
- var a = isNaN_(this.d.aq) ? 0 : this.d.aq;
8781
- var b = isNaN_(this.d.ar) ? 0 : this.d.ar;
8782
- var c = isNaN_(this.d.as) ? 24 : this.d.as;
8783
- var d = isNaN_(this.d.ap) ? 24 : this.d.ap;
8802
+ IconView.prototype.a1 = function () {
8803
+ var a = this.d.as;
8804
+ var b = this.d.at;
8805
+ var c = this.d.au;
8806
+ var d = this.d.ar;
8784
8807
  this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
8808
+ if (this.z != null) {
8809
+ this.z.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
8810
+ }
8785
8811
  };
8786
- IconView.prototype.ao = function (a, b) {
8812
+ IconView.prototype.ap = function (a, b) {
8787
8813
  var c = a.color;
8788
8814
  if (!this.n.containsKey(a)) {
8789
8815
  if (a.isGradient) {
@@ -8811,7 +8837,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8811
8837
  }
8812
8838
  }
8813
8839
  };
8814
- IconView.prototype.ap = function (a, b) {
8840
+ IconView.prototype.aq = function (a, b) {
8815
8841
  var c = a;
8816
8842
  if (this.n.containsKey(b)) {
8817
8843
  c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
@@ -8822,7 +8848,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8822
8848
  NativeUI.r(a, b);
8823
8849
  }
8824
8850
  };
8825
- IconView.prototype.aq = function (a, b) {
8851
+ IconView.prototype.ar = function (a, b) {
8826
8852
  var c = a;
8827
8853
  if (this.n.containsKey(b)) {
8828
8854
  c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
@@ -8831,24 +8857,24 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8831
8857
  NativeUI.aa(a, b);
8832
8858
  }
8833
8859
  };
8834
- IconView.prototype.ac = function (a) {
8860
+ IconView.prototype.ad = function (a) {
8835
8861
  };
8836
- IconView.prototype.an = function () {
8862
+ IconView.prototype.ao = function () {
8837
8863
  if (this.l()) {
8838
8864
  }
8839
8865
  };
8840
- IconView.prototype.ad = function (a) {
8841
- this.d.cj();
8842
- };
8843
8866
  IconView.prototype.ae = function (a) {
8844
- this.d.ck();
8867
+ this.d.c3();
8845
8868
  };
8846
- IconView.prototype.ai = function () {
8869
+ IconView.prototype.af = function (a) {
8870
+ this.d.c4();
8871
+ };
8872
+ IconView.prototype.aj = function () {
8847
8873
  this.j = true;
8848
- this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ad)));
8849
- this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.ae)));
8874
+ this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ae)));
8875
+ this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.af)));
8850
8876
  };
8851
- IconView.prototype.al = function () {
8877
+ IconView.prototype.am = function () {
8852
8878
  var e_2, _a;
8853
8879
  this.j = false;
8854
8880
  try {
@@ -8872,7 +8898,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8872
8898
  }
8873
8899
  this.o.clear();
8874
8900
  };
8875
- IconView.prototype.az = function (a) {
8901
+ IconView.prototype.a0 = function (a) {
8876
8902
  if (a != null) {
8877
8903
  this.v.rootWrapper.setStyleProperty("font", a.fontString);
8878
8904
  }
@@ -8886,7 +8912,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8886
8912
  c[1] = b;
8887
8913
  return c;
8888
8914
  };
8889
- IconView.prototype.aj = function (a) {
8915
+ IconView.prototype.ak = function (a) {
8890
8916
  if (this.d.x()) {
8891
8917
  a.stopPropagation();
8892
8918
  a.preventDefault();
@@ -8897,7 +8923,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8897
8923
  var b = this.v.rootWrapper.getNativeElement();
8898
8924
  return a.toArray();
8899
8925
  };
8900
- IconView.prototype.ag = function (a, b) {
8926
+ IconView.prototype.ah = function (a, b) {
8901
8927
  for (var c = 0; c < b.e.count; c++) {
8902
8928
  var d = b.e._inner[c];
8903
8929
  var e = this.h(d);
@@ -8905,7 +8931,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8905
8931
  a.add(e);
8906
8932
  }
8907
8933
  else {
8908
- this.ag(a, d);
8934
+ this.ah(a, d);
8909
8935
  }
8910
8936
  }
8911
8937
  };
@@ -8918,7 +8944,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8918
8944
  $ret.an = a.w;
8919
8945
  return $ret;
8920
8946
  })());
8921
- this.at(c, a);
8947
+ this.au(c, a);
8922
8948
  b = new PathVisualData(1, "path1", c);
8923
8949
  break;
8924
8950
  case 3:
@@ -8928,7 +8954,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8928
8954
  e.ao = d.x;
8929
8955
  e.ap = d.y;
8930
8956
  e.aq = d.z;
8931
- this.at(e, a);
8957
+ this.au(e, a);
8932
8958
  b = new LineVisualData(1, "line1", e);
8933
8959
  break;
8934
8960
  case 4:
@@ -8938,7 +8964,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8938
8964
  g.height = f.w;
8939
8965
  g.ap = f.x;
8940
8966
  g.aq = f.y;
8941
- this.at(g, a);
8967
+ this.au(g, a);
8942
8968
  b = new RectangleVisualData(1, "rect1", g);
8943
8969
  break;
8944
8970
  case 5:
@@ -8947,13 +8973,13 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8947
8973
  var i = new Ellipse();
8948
8974
  i.width = h.y * 2;
8949
8975
  i.height = h.z * 2;
8950
- this.at(i, a);
8976
+ this.au(i, a);
8951
8977
  b = new EllipseVisualData(1, "ellipse1", i);
8952
8978
  break;
8953
8979
  }
8954
8980
  return b;
8955
8981
  };
8956
- IconView.prototype.at = function (a, b) {
8982
+ IconView.prototype.au = function (a, b) {
8957
8983
  var c = b;
8958
8984
  a.ad = b.t;
8959
8985
  a.j = c.h;
@@ -8986,14 +9012,14 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
8986
9012
  }
8987
9013
  return null;
8988
9014
  };
8989
- IconView.prototype.ar = function (a, b) {
9015
+ IconView.prototype.as = function (a, b) {
8990
9016
  this.v.rootWrapper.removeChildren();
8991
9017
  if (a == null) {
8992
9018
  return;
8993
9019
  }
8994
9020
  LegendItemHelper.c(this.v, 0, 0, 24, 24, b, null, a, null);
8995
9021
  };
8996
- IconView.prototype.af = function () {
9022
+ IconView.prototype.ag = function () {
8997
9023
  this.v.rootWrapper.removeChildren();
8998
9024
  };
8999
9025
  IconView.$t = markType(IconView, 'IconView');
@@ -9009,51 +9035,59 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9009
9035
  _this._view = null;
9010
9036
  _this.k = 0;
9011
9037
  _this.l = 0;
9012
- _this.cv = XIcon.db;
9013
- _this.cw = XIcon.df;
9014
- _this.cx = XIcon.dg;
9015
- _this.y = XIcon.ak;
9016
- _this.cy = XIcon.db;
9017
- _this.c6 = XIcon.df;
9018
- _this.ac = XIcon.ak;
9019
- _this.c7 = XIcon.dg;
9020
- _this.cz = XIcon.dc;
9021
- _this.c0 = XIcon.dd;
9022
- _this.aa = XIcon.aj;
9023
- _this.c1 = null;
9038
+ _this.dg = XIcon.dx;
9039
+ _this.dh = XIcon.d1;
9040
+ _this.di = XIcon.d2;
9041
+ _this.y = XIcon.aw;
9042
+ _this.dj = XIcon.dx;
9043
+ _this.ds = XIcon.d1;
9044
+ _this.ak = XIcon.aw;
9045
+ _this.dt = XIcon.d2;
9046
+ _this.dk = XIcon.dy;
9047
+ _this.dl = XIcon.dz;
9048
+ _this.ae = XIcon.av;
9049
+ _this.dm = null;
9024
9050
  _this.c = null;
9025
9051
  _this.d = null;
9026
- _this.c2 = null;
9027
- _this.c3 = null;
9028
- _this.c4 = null;
9029
- _this.c5 = null;
9030
- _this.ay = null;
9031
- _this.a3 = null;
9032
- _this.a6 = null;
9033
- _this.a5 = null;
9052
+ _this.dn = null;
9053
+ _this.dp = null;
9054
+ _this.dq = null;
9055
+ _this.dr = null;
9056
+ _this.be = null;
9057
+ _this.bj = null;
9058
+ _this.bm = null;
9059
+ _this.bl = null;
9034
9060
  _this.a = null;
9035
- _this.ct = null;
9036
- _this.ax = null;
9061
+ _this.de = null;
9062
+ _this.bd = null;
9037
9063
  _this.n = null;
9038
- _this.a4 = "ig-icon-" + XIcon.aw++;
9039
- _this.au = 0;
9064
+ _this.bk = "ig-icon-" + XIcon.bc++;
9065
+ _this.ba = 0;
9040
9066
  _this.p = false;
9041
- _this.a2 = null;
9067
+ _this.bi = null;
9042
9068
  _this.r = false;
9043
9069
  _this.q = false;
9044
- _this.ab = 1;
9045
- _this.ae = NaN;
9046
- _this.af = NaN;
9047
- _this.ag = NaN;
9070
+ _this.af = 1;
9071
+ _this.aa = 0;
9072
+ _this.am = NaN;
9073
+ _this.ab = 0;
9074
+ _this.an = NaN;
9075
+ _this.ac = 24;
9076
+ _this.ao = NaN;
9077
+ _this.z = 24;
9078
+ _this.al = NaN;
9079
+ _this.ap = NaN;
9048
9080
  _this.ad = NaN;
9049
- _this.ah = NaN;
9050
- _this.z = NaN;
9051
9081
  _this.clicked = null;
9052
9082
  _this.propertyChanged = null;
9083
+ _this.ah = NaN;
9084
+ _this.ai = NaN;
9085
+ _this.aj = NaN;
9086
+ _this.ag = NaN;
9053
9087
  var a = new IconView();
9054
9088
  a.d = _this;
9055
9089
  _this.view = a;
9056
- _this.view.am();
9090
+ _this.view.an();
9057
9091
  return _this;
9058
9092
  }
9059
9093
  Object.defineProperty(XIcon.prototype, "view", {
@@ -9069,13 +9103,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9069
9103
  XIcon.prototype.destroy = function () {
9070
9104
  this.provideContainer(null);
9071
9105
  };
9072
- XIcon.prototype.cl = function (a, b, c) {
9106
+ XIcon.prototype.c5 = function (a, b, c) {
9073
9107
  if (this.propertyChanged != null) {
9074
9108
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
9075
9109
  }
9076
- this.co(a, b, c);
9110
+ this.c8(a, b, c);
9077
9111
  };
9078
- XIcon.prototype.co = function (a, b, c) {
9112
+ XIcon.prototype.c8 = function (a, b, c) {
9079
9113
  switch (a) {
9080
9114
  case "Fill":
9081
9115
  case "Stroke":
@@ -9084,80 +9118,92 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9084
9118
  case "HoverStroke":
9085
9119
  case "HoverStrokeThickness":
9086
9120
  case "IsHover":
9087
- this.cs();
9121
+ this.dc();
9088
9122
  break;
9089
9123
  case "FillColors":
9090
9124
  case "StrokeColors":
9091
9125
  case "ActualFill":
9092
9126
  case "ActualStroke":
9093
9127
  case "ActualStrokeWidth":
9094
- this.cq();
9128
+ this.da();
9095
9129
  break;
9096
9130
  case "SVG":
9097
- this.a6 = null;
9131
+ this.bm = null;
9098
9132
  this.a = null;
9099
- this.cq();
9133
+ this.da();
9100
9134
  break;
9101
9135
  case "SVGPath":
9102
- this.a5 = null;
9136
+ this.bl = null;
9103
9137
  this.a = null;
9104
- this.cq();
9138
+ this.da();
9105
9139
  break;
9106
9140
  case "SVGPaths":
9107
- this.a5 = null;
9108
- this.a6 = null;
9109
- this.cq();
9141
+ this.bl = null;
9142
+ this.bm = null;
9143
+ this.da();
9110
9144
  break;
9111
9145
  case "DataURL":
9112
- this.a5 = null;
9113
- this.a6 = null;
9146
+ this.bl = null;
9147
+ this.bm = null;
9114
9148
  this.a = null;
9115
- this.cq();
9149
+ this.da();
9116
9150
  break;
9117
9151
  case "Source":
9118
- this.a5 = null;
9119
- this.a6 = null;
9152
+ this.bl = null;
9153
+ this.bm = null;
9120
9154
  this.a = null;
9121
- this.cq();
9155
+ this.da();
9122
9156
  break;
9123
9157
  case "DataTemplate":
9124
9158
  case "DataTemplateContext":
9125
- this.a5 = null;
9126
- this.a6 = null;
9159
+ this.bl = null;
9160
+ this.bm = null;
9127
9161
  this.a = null;
9128
- this.cq();
9162
+ this.da();
9129
9163
  break;
9130
9164
  case "Opacity":
9131
- this.cr();
9165
+ this.db();
9132
9166
  break;
9133
9167
  case "ViewBoxLeft":
9168
+ this.as = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
9169
+ break;
9134
9170
  case "ViewBoxTop":
9171
+ this.at = !isNaN_(this.a7) ? this.a7 : !isNaN_(this.ai) ? this.ai : 0;
9172
+ break;
9135
9173
  case "ViewBoxWidth":
9174
+ this.au = !isNaN_(this.a8) ? this.a8 : !isNaN_(this.aj) ? this.aj : 24;
9175
+ break;
9136
9176
  case "ViewBoxHeight":
9137
- this.view.a0();
9177
+ this.ar = !isNaN_(this.a5) ? this.a5 : !isNaN_(this.ag) ? this.ag : 24;
9178
+ break;
9179
+ case "ActualViewBoxLeft":
9180
+ case "ActualViewBoxTop":
9181
+ case "ActualViewBoxWidth":
9182
+ case "ActualViewBoxHeight":
9183
+ this.view.a1();
9138
9184
  break;
9139
9185
  case "Width":
9140
9186
  case "Height":
9141
- this.view.au();
9187
+ this.view.av();
9142
9188
  break;
9143
9189
  }
9144
9190
  };
9145
- XIcon.prototype.cs = function () {
9146
- var a = this.fill != null ? this.fill : XIcon.db;
9147
- var b = this.dp != null ? this.dp : XIcon.df;
9148
- var c = !isNaN_(this.ao) ? this.ao : XIcon.ak;
9149
- var d = this.dq != null ? this.dq : XIcon.dg;
9191
+ XIcon.prototype.dc = function () {
9192
+ var a = this.fill != null ? this.fill : XIcon.dx;
9193
+ var b = this.ea != null ? this.ea : XIcon.d1;
9194
+ var c = !isNaN_(this.a4) ? this.a4 : XIcon.aw;
9195
+ var d = this.eb != null ? this.eb : XIcon.d2;
9150
9196
  if (this.v) {
9151
- this.c8 = this.dh != null ? this.dh : a;
9152
- this.c9 = this.di != null ? this.di : b;
9153
- this.ai = !isNaN_(this.am) ? this.am : c;
9154
- this.da = this.dj != null ? this.dj : d;
9197
+ this.du = this.d3 != null ? this.d3 : a;
9198
+ this.dv = this.d4 != null ? this.d4 : b;
9199
+ this.aq = !isNaN_(this.a2) ? this.a2 : c;
9200
+ this.dw = this.d5 != null ? this.d5 : d;
9155
9201
  }
9156
9202
  else {
9157
- this.c8 = a;
9158
- this.c9 = b;
9159
- this.ai = c;
9160
- this.da = d;
9203
+ this.du = a;
9204
+ this.dv = b;
9205
+ this.aq = c;
9206
+ this.dw = d;
9161
9207
  }
9162
9208
  };
9163
9209
  Object.defineProperty(XIcon.prototype, "t", {
@@ -9167,60 +9213,60 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9167
9213
  enumerable: false,
9168
9214
  configurable: true
9169
9215
  });
9170
- XIcon.prototype.cr = function () {
9171
- NativeUI.y(this.view.z, this.an);
9216
+ XIcon.prototype.db = function () {
9217
+ NativeUI.y(this.view.aa, this.a3);
9172
9218
  };
9173
- XIcon.prototype.cf = function () {
9174
- this.view.af();
9219
+ XIcon.prototype.cz = function () {
9220
+ this.view.ag();
9175
9221
  };
9176
- XIcon.prototype.cq = function () {
9177
- var a = this.view.z;
9222
+ XIcon.prototype.da = function () {
9223
+ var a = this.view.aa;
9178
9224
  if (this.t) {
9179
- var b = this.view.aa;
9180
- NativeUI.r(b, this.c8);
9181
- NativeUI.aa(b, this.c9);
9182
- NativeUI.ad(b, this.ai);
9225
+ var b = this.view.ab;
9226
+ NativeUI.r(b, this.du);
9227
+ NativeUI.aa(b, this.dv);
9228
+ NativeUI.ad(b, this.aq);
9183
9229
  }
9184
9230
  else {
9185
9231
  var c = this.j();
9186
9232
  if (c != this.k) {
9187
9233
  this.k = c;
9188
- this.view.ah();
9234
+ this.view.ai();
9189
9235
  }
9190
9236
  var d = false;
9191
- if (this.cu != null) {
9192
- this.view.ar(this.cu, this.az);
9237
+ if (this.df != null) {
9238
+ this.view.as(this.df, this.bf);
9193
9239
  }
9194
9240
  else if (this.svgPath != null) {
9195
9241
  if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
9196
- this.view.aw(this.svgPath);
9242
+ this.view.ax(this.svgPath);
9197
9243
  d = true;
9198
9244
  }
9199
9245
  else {
9200
- this.view.ax(this.svgPath);
9246
+ this.view.ay(this.svgPath);
9201
9247
  }
9202
9248
  }
9203
9249
  else if (this.b != null) {
9204
- this.view.ay(this.b);
9250
+ this.view.az(this.b);
9205
9251
  var e = this.view.c;
9206
9252
  if (e != null && e.length > 0) {
9207
9253
  var f = NativeUI.r;
9208
9254
  var g = NativeUI.aa;
9209
- this.cn();
9210
- f = runOn(this.view, this.view.ap);
9211
- g = runOn(this.view, this.view.aq);
9255
+ this.c7();
9256
+ f = runOn(this.view, this.view.aq);
9257
+ g = runOn(this.view, this.view.ar);
9212
9258
  for (var h = 0; h < e.length; h++) {
9213
- if (this.c8 != null) {
9214
- f(e[h], this.c8);
9259
+ if (this.du != null) {
9260
+ f(e[h], this.du);
9215
9261
  }
9216
- if (this.c9 != null) {
9217
- g(e[h], this.c9);
9262
+ if (this.dv != null) {
9263
+ g(e[h], this.dv);
9218
9264
  }
9219
- if (!isNaN_(this.ai)) {
9220
- NativeUI.ad(e[h], this.ai);
9265
+ if (!isNaN_(this.aq)) {
9266
+ NativeUI.ad(e[h], this.aq);
9221
9267
  }
9222
- if (this.da != null) {
9223
- NativeUI.q(e[h], this.da);
9268
+ if (this.dw != null) {
9269
+ NativeUI.q(e[h], this.dw);
9224
9270
  }
9225
9271
  if (this.e != null && this.e.count == e.length) {
9226
9272
  f(e[h], this.e.item(h));
@@ -9231,38 +9277,38 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9231
9277
  }
9232
9278
  }
9233
9279
  if (this.o != null) {
9234
- this.view.az(this.o);
9280
+ this.view.a0(this.o);
9235
9281
  }
9236
9282
  return;
9237
9283
  }
9238
9284
  else if (this.svg != null) {
9239
- this.view.aw(this.svg);
9285
+ this.view.ax(this.svg);
9240
9286
  d = true;
9241
9287
  }
9242
- else if (this.bg != null) {
9243
- this.view.as(this.bg);
9288
+ else if (this.b0 != null) {
9289
+ this.view.at(this.b0);
9244
9290
  }
9245
- else if (this.a1 != null) {
9246
- this.view.av(this.a1);
9291
+ else if (this.bh != null) {
9292
+ this.view.aw(this.bh);
9247
9293
  }
9248
9294
  else {
9249
9295
  }
9250
9296
  if (d) {
9251
9297
  for (var i = 0; i < this.view.r.count; i++) {
9252
9298
  var j = this.view.r._inner[i].c;
9253
- NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dk));
9299
+ NativeUI.r(this.view.r._inner[i].d, j.l.f(this.d6));
9254
9300
  }
9255
9301
  for (var k = 0; k < this.view.s.count; k++) {
9256
9302
  var l = this.view.s._inner[k].c;
9257
- NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.dl));
9303
+ NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.d7));
9258
9304
  }
9259
9305
  for (var m = 0; m < this.view.t.count; m++) {
9260
9306
  var n = this.view.t._inner[m].c;
9261
- NativeUI.r(this.view.t._inner[m].d, n.l.f(this.dm));
9307
+ NativeUI.r(this.view.t._inner[m].d, n.l.f(this.d8));
9262
9308
  }
9263
9309
  for (var o = 0; o < this.view.u.count; o++) {
9264
9310
  var p = this.view.u._inner[o].c;
9265
- NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dn));
9311
+ NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.d9));
9266
9312
  }
9267
9313
  for (var q = 0; q < this.view.e.o.count; q++) {
9268
9314
  var r = this.view.e.o._inner[q];
@@ -9288,41 +9334,41 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9288
9334
  }
9289
9335
  for (var ac = 0; ac < this.view.q.count; ac++) {
9290
9336
  var ad = this.view.q._inner[ac].c;
9291
- NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.c8));
9292
- NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.c9));
9337
+ NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.du));
9338
+ NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.dv));
9293
9339
  }
9294
9340
  }
9295
- var ae = this.view.z;
9296
- if (this.c8 != null) {
9297
- NativeUI.r(ae, this.c8);
9341
+ var ae = this.view.aa;
9342
+ if (this.du != null) {
9343
+ NativeUI.r(ae, this.du);
9298
9344
  }
9299
- if (this.c9 != null) {
9300
- NativeUI.aa(ae, this.c9);
9345
+ if (this.dv != null) {
9346
+ NativeUI.aa(ae, this.dv);
9301
9347
  }
9302
- if (!isNaN_(this.ai)) {
9303
- NativeUI.ad(ae, this.ai);
9348
+ if (!isNaN_(this.aq)) {
9349
+ NativeUI.ad(ae, this.aq);
9304
9350
  }
9305
9351
  }
9306
9352
  if (this.o != null) {
9307
- this.view.az(this.o);
9353
+ this.view.a0(this.o);
9308
9354
  }
9309
- if (this.da != null) {
9310
- NativeUI.q(this.view.z, this.da);
9355
+ if (this.dw != null) {
9356
+ NativeUI.q(this.view.aa, this.dw);
9311
9357
  }
9312
9358
  };
9313
- XIcon.prototype.cn = function () {
9359
+ XIcon.prototype.c7 = function () {
9314
9360
  var e_3, _a, e_4, _b;
9315
- if (this.c8 != null) {
9316
- this.view.ao(this.c8, "fill");
9361
+ if (this.du != null) {
9362
+ this.view.ap(this.du, "fill");
9317
9363
  }
9318
- if (this.c9 != null) {
9319
- this.view.ao(this.c9, "stroke");
9364
+ if (this.dv != null) {
9365
+ this.view.ap(this.dv, "stroke");
9320
9366
  }
9321
9367
  if (this.e != null) {
9322
9368
  try {
9323
9369
  for (var _c = __values(fromEnum(this.e)), _d = _c.next(); !_d.done; _d = _c.next()) {
9324
9370
  var a = _d.value;
9325
- this.view.ao(a, "fills");
9371
+ this.view.ap(a, "fills");
9326
9372
  }
9327
9373
  }
9328
9374
  catch (e_3_1) {
@@ -9343,7 +9389,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9343
9389
  try {
9344
9390
  for (var _e = __values(fromEnum(this.f)), _f = _e.next(); !_f.done; _f = _e.next()) {
9345
9391
  var b = _f.value;
9346
- this.view.ao(b, "strokes");
9392
+ this.view.ap(b, "strokes");
9347
9393
  }
9348
9394
  }
9349
9395
  catch (e_4_1) {
@@ -9372,10 +9418,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9372
9418
  else if (this.svg != null) {
9373
9419
  a = 0;
9374
9420
  }
9375
- else if (this.bg != null) {
9421
+ else if (this.b0 != null) {
9376
9422
  a = 3;
9377
9423
  }
9378
- else if (this.a1 != null) {
9424
+ else if (this.bh != null) {
9379
9425
  a = 4;
9380
9426
  }
9381
9427
  return a;
@@ -9388,55 +9434,55 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9388
9434
  var b = this.l;
9389
9435
  this.l = a;
9390
9436
  if (b != this.l) {
9391
- this.cl("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
9437
+ this.c5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
9392
9438
  }
9393
9439
  },
9394
9440
  enumerable: false,
9395
9441
  configurable: true
9396
9442
  });
9397
- Object.defineProperty(XIcon.prototype, "c8", {
9443
+ Object.defineProperty(XIcon.prototype, "du", {
9398
9444
  get: function () {
9399
- return this.cv;
9445
+ return this.dg;
9400
9446
  },
9401
9447
  set: function (a) {
9402
- var b = this.cv;
9403
- this.cv = a;
9404
- if (b != this.cv) {
9405
- this.cl("ActualFill", b, a);
9448
+ var b = this.dg;
9449
+ this.dg = a;
9450
+ if (b != this.dg) {
9451
+ this.c5("ActualFill", b, a);
9406
9452
  }
9407
9453
  },
9408
9454
  enumerable: false,
9409
9455
  configurable: true
9410
9456
  });
9411
- Object.defineProperty(XIcon.prototype, "c9", {
9457
+ Object.defineProperty(XIcon.prototype, "dv", {
9412
9458
  get: function () {
9413
- return this.cw;
9459
+ return this.dh;
9414
9460
  },
9415
9461
  set: function (a) {
9416
- var b = this.cw;
9417
- this.cw = a;
9418
- if (b != this.cw) {
9419
- this.cl("ActualStroke", b, a);
9462
+ var b = this.dh;
9463
+ this.dh = a;
9464
+ if (b != this.dh) {
9465
+ this.c5("ActualStroke", b, a);
9420
9466
  }
9421
9467
  },
9422
9468
  enumerable: false,
9423
9469
  configurable: true
9424
9470
  });
9425
- Object.defineProperty(XIcon.prototype, "da", {
9471
+ Object.defineProperty(XIcon.prototype, "dw", {
9426
9472
  get: function () {
9427
- return this.cx;
9473
+ return this.di;
9428
9474
  },
9429
9475
  set: function (a) {
9430
- var b = this.cx;
9431
- this.cx = a;
9432
- if (b != this.cx) {
9433
- this.cl("ActualTextColor", b, a);
9476
+ var b = this.di;
9477
+ this.di = a;
9478
+ if (b != this.di) {
9479
+ this.c5("ActualTextColor", b, a);
9434
9480
  }
9435
9481
  },
9436
9482
  enumerable: false,
9437
9483
  configurable: true
9438
9484
  });
9439
- Object.defineProperty(XIcon.prototype, "ai", {
9485
+ Object.defineProperty(XIcon.prototype, "aq", {
9440
9486
  get: function () {
9441
9487
  return this.y;
9442
9488
  },
@@ -9444,7 +9490,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9444
9490
  var b = this.y;
9445
9491
  this.y = a;
9446
9492
  if (b != this.y) {
9447
- this.cl("ActualStrokeWidth", b, a);
9493
+ this.c5("ActualStrokeWidth", b, a);
9448
9494
  }
9449
9495
  },
9450
9496
  enumerable: false,
@@ -9452,111 +9498,111 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9452
9498
  });
9453
9499
  Object.defineProperty(XIcon.prototype, "fill", {
9454
9500
  get: function () {
9455
- return this.cy;
9501
+ return this.dj;
9456
9502
  },
9457
9503
  set: function (a) {
9458
- var b = this.cy;
9459
- this.cy = a;
9460
- if (b != this.cy) {
9461
- this.cl("Fill", b, a);
9504
+ var b = this.dj;
9505
+ this.dj = a;
9506
+ if (b != this.dj) {
9507
+ this.c5("Fill", b, a);
9462
9508
  }
9463
9509
  },
9464
9510
  enumerable: false,
9465
9511
  configurable: true
9466
9512
  });
9467
- Object.defineProperty(XIcon.prototype, "dp", {
9513
+ Object.defineProperty(XIcon.prototype, "ea", {
9468
9514
  get: function () {
9469
- return this.c6;
9515
+ return this.ds;
9470
9516
  },
9471
9517
  set: function (a) {
9472
- var b = this.c6;
9473
- this.c6 = a;
9474
- if (b != this.c6) {
9475
- this.cl("Stroke", b, a);
9518
+ var b = this.ds;
9519
+ this.ds = a;
9520
+ if (b != this.ds) {
9521
+ this.c5("Stroke", b, a);
9476
9522
  }
9477
9523
  },
9478
9524
  enumerable: false,
9479
9525
  configurable: true
9480
9526
  });
9481
- Object.defineProperty(XIcon.prototype, "ao", {
9527
+ Object.defineProperty(XIcon.prototype, "a4", {
9482
9528
  get: function () {
9483
- return this.ac;
9529
+ return this.ak;
9484
9530
  },
9485
9531
  set: function (a) {
9486
- var b = this.ac;
9487
- this.ac = a;
9488
- if (b != this.ac) {
9489
- this.cl("StrokeWidth", b, a);
9532
+ var b = this.ak;
9533
+ this.ak = a;
9534
+ if (b != this.ak) {
9535
+ this.c5("StrokeWidth", b, a);
9490
9536
  }
9491
9537
  },
9492
9538
  enumerable: false,
9493
9539
  configurable: true
9494
9540
  });
9495
- Object.defineProperty(XIcon.prototype, "dq", {
9541
+ Object.defineProperty(XIcon.prototype, "eb", {
9496
9542
  get: function () {
9497
- return this.c7;
9543
+ return this.dt;
9498
9544
  },
9499
9545
  set: function (a) {
9500
- var b = this.c7;
9501
- this.c7 = a;
9502
- if (b != this.c7) {
9503
- this.cl("TextColor", b, a);
9546
+ var b = this.dt;
9547
+ this.dt = a;
9548
+ if (b != this.dt) {
9549
+ this.c5("TextColor", b, a);
9504
9550
  }
9505
9551
  },
9506
9552
  enumerable: false,
9507
9553
  configurable: true
9508
9554
  });
9509
- Object.defineProperty(XIcon.prototype, "dh", {
9555
+ Object.defineProperty(XIcon.prototype, "d3", {
9510
9556
  get: function () {
9511
- return this.cz;
9557
+ return this.dk;
9512
9558
  },
9513
9559
  set: function (a) {
9514
- var b = this.cz;
9515
- this.cz = a;
9516
- if (b != this.cz) {
9517
- this.cl("HoverFill", b, a);
9560
+ var b = this.dk;
9561
+ this.dk = a;
9562
+ if (b != this.dk) {
9563
+ this.c5("HoverFill", b, a);
9518
9564
  }
9519
9565
  },
9520
9566
  enumerable: false,
9521
9567
  configurable: true
9522
9568
  });
9523
- Object.defineProperty(XIcon.prototype, "di", {
9569
+ Object.defineProperty(XIcon.prototype, "d4", {
9524
9570
  get: function () {
9525
- return this.c0;
9571
+ return this.dl;
9526
9572
  },
9527
9573
  set: function (a) {
9528
- var b = this.c0;
9529
- this.c0 = a;
9530
- if (b != this.c0) {
9531
- this.cl("HoverStroke", b, a);
9574
+ var b = this.dl;
9575
+ this.dl = a;
9576
+ if (b != this.dl) {
9577
+ this.c5("HoverStroke", b, a);
9532
9578
  }
9533
9579
  },
9534
9580
  enumerable: false,
9535
9581
  configurable: true
9536
9582
  });
9537
- Object.defineProperty(XIcon.prototype, "am", {
9583
+ Object.defineProperty(XIcon.prototype, "a2", {
9538
9584
  get: function () {
9539
- return this.aa;
9585
+ return this.ae;
9540
9586
  },
9541
9587
  set: function (a) {
9542
- var b = this.aa;
9543
- this.aa = a;
9544
- if (b != this.aa) {
9545
- this.cl("HoverStrokeThickness", b, a);
9588
+ var b = this.ae;
9589
+ this.ae = a;
9590
+ if (b != this.ae) {
9591
+ this.c5("HoverStrokeThickness", b, a);
9546
9592
  }
9547
9593
  },
9548
9594
  enumerable: false,
9549
9595
  configurable: true
9550
9596
  });
9551
- Object.defineProperty(XIcon.prototype, "dj", {
9597
+ Object.defineProperty(XIcon.prototype, "d5", {
9552
9598
  get: function () {
9553
- return this.c1;
9599
+ return this.dm;
9554
9600
  },
9555
9601
  set: function (a) {
9556
- var b = this.c1;
9557
- this.c1 = a;
9558
- if (b != this.c1) {
9559
- this.cl("HoverTextColor", b, a);
9602
+ var b = this.dm;
9603
+ this.dm = a;
9604
+ if (b != this.dm) {
9605
+ this.c5("HoverTextColor", b, a);
9560
9606
  }
9561
9607
  },
9562
9608
  enumerable: false,
@@ -9570,7 +9616,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9570
9616
  var b = this.c;
9571
9617
  this.c = a;
9572
9618
  if (b != this.c) {
9573
- this.cl("FillColors", b, this.c);
9619
+ this.c5("FillColors", b, this.c);
9574
9620
  }
9575
9621
  },
9576
9622
  enumerable: false,
@@ -9584,91 +9630,91 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9584
9630
  var b = this.d;
9585
9631
  this.d = a;
9586
9632
  if (b != this.d) {
9587
- this.cl("StrokeColors", b, this.d);
9633
+ this.c5("StrokeColors", b, this.d);
9588
9634
  }
9589
9635
  },
9590
9636
  enumerable: false,
9591
9637
  configurable: true
9592
9638
  });
9593
- Object.defineProperty(XIcon.prototype, "dk", {
9639
+ Object.defineProperty(XIcon.prototype, "d6", {
9594
9640
  get: function () {
9595
- return this.c2;
9641
+ return this.dn;
9596
9642
  },
9597
9643
  set: function (a) {
9598
- var b = this.c2;
9599
- this.c2 = a;
9600
- if (b != this.c2) {
9601
- this.cl("PrimaryFillColor", b, this.c2);
9644
+ var b = this.dn;
9645
+ this.dn = a;
9646
+ if (b != this.dn) {
9647
+ this.c5("PrimaryFillColor", b, this.dn);
9602
9648
  }
9603
9649
  },
9604
9650
  enumerable: false,
9605
9651
  configurable: true
9606
9652
  });
9607
- Object.defineProperty(XIcon.prototype, "dl", {
9653
+ Object.defineProperty(XIcon.prototype, "d7", {
9608
9654
  get: function () {
9609
- return this.c3;
9655
+ return this.dp;
9610
9656
  },
9611
9657
  set: function (a) {
9612
- var b = this.c3;
9613
- this.c3 = a;
9614
- if (b != this.c3) {
9615
- this.cl("PrimaryStrokeColor", b, this.c3);
9658
+ var b = this.dp;
9659
+ this.dp = a;
9660
+ if (b != this.dp) {
9661
+ this.c5("PrimaryStrokeColor", b, this.dp);
9616
9662
  }
9617
9663
  },
9618
9664
  enumerable: false,
9619
9665
  configurable: true
9620
9666
  });
9621
- Object.defineProperty(XIcon.prototype, "dm", {
9667
+ Object.defineProperty(XIcon.prototype, "d8", {
9622
9668
  get: function () {
9623
- return this.c4;
9669
+ return this.dq;
9624
9670
  },
9625
9671
  set: function (a) {
9626
- var b = this.c4;
9627
- this.c4 = a;
9628
- if (b != this.c4) {
9629
- this.cl("SecondaryFillColor", b, this.c4);
9672
+ var b = this.dq;
9673
+ this.dq = a;
9674
+ if (b != this.dq) {
9675
+ this.c5("SecondaryFillColor", b, this.dq);
9630
9676
  }
9631
9677
  },
9632
9678
  enumerable: false,
9633
9679
  configurable: true
9634
9680
  });
9635
- Object.defineProperty(XIcon.prototype, "dn", {
9681
+ Object.defineProperty(XIcon.prototype, "d9", {
9636
9682
  get: function () {
9637
- return this.c5;
9683
+ return this.dr;
9638
9684
  },
9639
9685
  set: function (a) {
9640
- var b = this.c5;
9641
- this.c5 = a;
9642
- if (b != this.c5) {
9643
- this.cl("SecondaryStrokeColor", b, this.c5);
9686
+ var b = this.dr;
9687
+ this.dr = a;
9688
+ if (b != this.dr) {
9689
+ this.c5("SecondaryStrokeColor", b, this.dr);
9644
9690
  }
9645
9691
  },
9646
9692
  enumerable: false,
9647
9693
  configurable: true
9648
9694
  });
9649
- Object.defineProperty(XIcon.prototype, "a1", {
9695
+ Object.defineProperty(XIcon.prototype, "bh", {
9650
9696
  get: function () {
9651
- return this.ay;
9697
+ return this.be;
9652
9698
  },
9653
9699
  set: function (a) {
9654
- var b = this.ay;
9655
- this.ay = a;
9656
- if (b != this.ay) {
9657
- this.cl("Source", b, a);
9700
+ var b = this.be;
9701
+ this.be = a;
9702
+ if (b != this.be) {
9703
+ this.c5("Source", b, a);
9658
9704
  }
9659
9705
  },
9660
9706
  enumerable: false,
9661
9707
  configurable: true
9662
9708
  });
9663
- Object.defineProperty(XIcon.prototype, "bg", {
9709
+ Object.defineProperty(XIcon.prototype, "b0", {
9664
9710
  get: function () {
9665
- return this.a3;
9711
+ return this.bj;
9666
9712
  },
9667
9713
  set: function (a) {
9668
- var b = this.a3;
9669
- this.a3 = a;
9670
- if (b != this.a3) {
9671
- this.cl("DataURL", b, a);
9714
+ var b = this.bj;
9715
+ this.bj = a;
9716
+ if (b != this.bj) {
9717
+ this.c5("DataURL", b, a);
9672
9718
  }
9673
9719
  },
9674
9720
  enumerable: false,
@@ -9676,13 +9722,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9676
9722
  });
9677
9723
  Object.defineProperty(XIcon.prototype, "svgPath", {
9678
9724
  get: function () {
9679
- return this.a6;
9725
+ return this.bm;
9680
9726
  },
9681
9727
  set: function (a) {
9682
- var b = this.a6;
9683
- this.a6 = a;
9684
- if (b != this.a6) {
9685
- this.cl("SVGPath", b, a);
9728
+ var b = this.bm;
9729
+ this.bm = a;
9730
+ if (b != this.bm) {
9731
+ this.c5("SVGPath", b, a);
9686
9732
  }
9687
9733
  },
9688
9734
  enumerable: false,
@@ -9690,13 +9736,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9690
9736
  });
9691
9737
  Object.defineProperty(XIcon.prototype, "svg", {
9692
9738
  get: function () {
9693
- return this.a5;
9739
+ return this.bl;
9694
9740
  },
9695
9741
  set: function (a) {
9696
- var b = this.a5;
9697
- this.a5 = a;
9698
- if (b != this.a5) {
9699
- this.cl("SVG", b, this.a5);
9742
+ var b = this.bl;
9743
+ this.bl = a;
9744
+ if (b != this.bl) {
9745
+ this.c5("SVG", b, this.bl);
9700
9746
  }
9701
9747
  },
9702
9748
  enumerable: false,
@@ -9710,44 +9756,44 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9710
9756
  var b = this.a;
9711
9757
  this.a = a;
9712
9758
  if (b != this.a) {
9713
- this.cl("SVGPaths", b, this.a);
9759
+ this.c5("SVGPaths", b, this.a);
9714
9760
  }
9715
9761
  },
9716
9762
  enumerable: false,
9717
9763
  configurable: true
9718
9764
  });
9719
- Object.defineProperty(XIcon.prototype, "cu", {
9765
+ Object.defineProperty(XIcon.prototype, "df", {
9720
9766
  get: function () {
9721
- return this.ct;
9767
+ return this.de;
9722
9768
  },
9723
9769
  set: function (a) {
9724
- var b = this.ct;
9725
- this.ct = a;
9726
- if (b != this.ct) {
9727
- this.cl("DataTemplate", b, this.ct);
9770
+ var b = this.de;
9771
+ this.de = a;
9772
+ if (b != this.de) {
9773
+ this.c5("DataTemplate", b, this.de);
9728
9774
  }
9729
9775
  },
9730
9776
  enumerable: false,
9731
9777
  configurable: true
9732
9778
  });
9733
- Object.defineProperty(XIcon.prototype, "az", {
9779
+ Object.defineProperty(XIcon.prototype, "bf", {
9734
9780
  get: function () {
9735
- return this.ax;
9781
+ return this.bd;
9736
9782
  },
9737
9783
  set: function (a) {
9738
- var b = this.ax;
9739
- this.ax = a;
9740
- if (b != this.ax) {
9741
- this.cl("DataTemplateContext", b, this.ax);
9784
+ var b = this.bd;
9785
+ this.bd = a;
9786
+ if (b != this.bd) {
9787
+ this.c5("DataTemplateContext", b, this.bd);
9742
9788
  }
9743
9789
  },
9744
9790
  enumerable: false,
9745
9791
  configurable: true
9746
9792
  });
9747
- XIcon.prototype.cj = function () {
9793
+ XIcon.prototype.c3 = function () {
9748
9794
  this.v = true;
9749
9795
  };
9750
- XIcon.prototype.ck = function () {
9796
+ XIcon.prototype.c4 = function () {
9751
9797
  this.v = false;
9752
9798
  };
9753
9799
  Object.defineProperty(XIcon.prototype, "o", {
@@ -9758,21 +9804,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9758
9804
  var b = this.n;
9759
9805
  this.n = a;
9760
9806
  if (b != this.n) {
9761
- this.cl("TextStyle", b, a);
9807
+ this.c5("TextStyle", b, a);
9762
9808
  }
9763
9809
  },
9764
9810
  enumerable: false,
9765
9811
  configurable: true
9766
9812
  });
9767
- Object.defineProperty(XIcon.prototype, "bq", {
9813
+ Object.defineProperty(XIcon.prototype, "ca", {
9768
9814
  get: function () {
9769
- return this.a4;
9815
+ return this.bk;
9770
9816
  },
9771
9817
  set: function (a) {
9772
- var b = this.a4;
9773
- this.a4 = a;
9774
- if (b != this.a4) {
9775
- this.cl("Id", b, a);
9818
+ var b = this.bk;
9819
+ this.bk = a;
9820
+ if (b != this.bk) {
9821
+ this.c5("Id", b, a);
9776
9822
  }
9777
9823
  },
9778
9824
  enumerable: false,
@@ -9785,30 +9831,30 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9785
9831
  enumerable: false,
9786
9832
  configurable: true
9787
9833
  });
9788
- Object.defineProperty(XIcon.prototype, "av", {
9834
+ Object.defineProperty(XIcon.prototype, "bb", {
9789
9835
  get: function () {
9790
- return this.au;
9836
+ return this.ba;
9791
9837
  },
9792
9838
  set: function (a) {
9793
- var b = this.au;
9794
- this.au = a;
9839
+ var b = this.ba;
9840
+ this.ba = a;
9795
9841
  this.p = true;
9796
- if (b != this.au) {
9797
- this.cl("TabIndex", b, a);
9842
+ if (b != this.ba) {
9843
+ this.c5("TabIndex", b, a);
9798
9844
  }
9799
9845
  },
9800
9846
  enumerable: false,
9801
9847
  configurable: true
9802
9848
  });
9803
- Object.defineProperty(XIcon.prototype, "bb", {
9849
+ Object.defineProperty(XIcon.prototype, "bv", {
9804
9850
  get: function () {
9805
- return this.a2;
9851
+ return this.bi;
9806
9852
  },
9807
9853
  set: function (a) {
9808
- var b = this.a2;
9809
- this.a2 = a;
9810
- if (b != this.a2) {
9811
- this.cl("AriaLabel", b, a);
9854
+ var b = this.bi;
9855
+ this.bi = a;
9856
+ if (b != this.bi) {
9857
+ this.c5("AriaLabel", b, a);
9812
9858
  }
9813
9859
  },
9814
9860
  enumerable: false,
@@ -9822,7 +9868,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9822
9868
  var b = this.r;
9823
9869
  this.r = a;
9824
9870
  if (b != this.r) {
9825
- this.cl("IsHover", b, a);
9871
+ this.c5("IsHover", b, a);
9826
9872
  }
9827
9873
  },
9828
9874
  enumerable: false,
@@ -9836,97 +9882,111 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9836
9882
  var b = this.q;
9837
9883
  this.q = a;
9838
9884
  if (b != this.q) {
9839
- this.cl("IsDisabled", b, a);
9885
+ this.c5("IsDisabled", b, a);
9840
9886
  }
9841
9887
  },
9842
9888
  enumerable: false,
9843
9889
  configurable: true
9844
9890
  });
9845
- Object.defineProperty(XIcon.prototype, "an", {
9891
+ Object.defineProperty(XIcon.prototype, "a3", {
9846
9892
  get: function () {
9847
- return this.ab;
9893
+ return this.af;
9848
9894
  },
9849
9895
  set: function (a) {
9850
- var b = this.ab;
9851
- this.ab = a;
9852
- if (b != this.ab) {
9853
- this.cl("Opacity", b, this.ab);
9896
+ var b = this.af;
9897
+ this.af = a;
9898
+ if (b != this.af) {
9899
+ this.c5("Opacity", b, this.af);
9854
9900
  }
9855
9901
  },
9856
9902
  enumerable: false,
9857
9903
  configurable: true
9858
9904
  });
9859
- Object.defineProperty(XIcon.prototype, "aq", {
9905
+ Object.defineProperty(XIcon.prototype, "as", {
9860
9906
  get: function () {
9861
- return this.ae;
9907
+ return this.aa;
9862
9908
  },
9863
9909
  set: function (a) {
9864
- var b = this.ae;
9865
- this.ae = a;
9866
- if (b != this.ae) {
9867
- this.cl("ViewBoxLeft", b, this.ae);
9910
+ var b = this.aa;
9911
+ this.aa = a;
9912
+ if (b != this.aa) {
9913
+ this.c5("ActualViewBoxLeft", b, this.aa);
9868
9914
  }
9869
9915
  },
9870
9916
  enumerable: false,
9871
9917
  configurable: true
9872
9918
  });
9873
- Object.defineProperty(XIcon.prototype, "ar", {
9919
+ Object.defineProperty(XIcon.prototype, "a6", {
9874
9920
  get: function () {
9875
- return this.af;
9921
+ return this.am;
9876
9922
  },
9877
9923
  set: function (a) {
9878
- var b = this.af;
9879
- this.af = a;
9880
- if (b != this.af) {
9881
- this.cl("ViewBoxTop", b, this.af);
9924
+ var b = this.am;
9925
+ this.am = a;
9926
+ if (b != this.am) {
9927
+ this.c5("ViewBoxLeft", b, this.am);
9882
9928
  }
9883
9929
  },
9884
9930
  enumerable: false,
9885
9931
  configurable: true
9886
9932
  });
9887
- Object.defineProperty(XIcon.prototype, "as", {
9933
+ Object.defineProperty(XIcon.prototype, "at", {
9888
9934
  get: function () {
9889
- return this.ag;
9935
+ return this.ab;
9890
9936
  },
9891
9937
  set: function (a) {
9892
- var b = this.ag;
9893
- this.ag = a;
9894
- if (b != this.ag) {
9895
- this.cl("ViewBoxWidth", b, this.ag);
9938
+ var b = this.ab;
9939
+ this.ab = a;
9940
+ if (b != this.ab) {
9941
+ this.c5("ActualViewBoxTop", b, this.ab);
9896
9942
  }
9897
9943
  },
9898
9944
  enumerable: false,
9899
9945
  configurable: true
9900
9946
  });
9901
- Object.defineProperty(XIcon.prototype, "ap", {
9947
+ Object.defineProperty(XIcon.prototype, "a7", {
9902
9948
  get: function () {
9903
- return this.ad;
9949
+ return this.an;
9904
9950
  },
9905
9951
  set: function (a) {
9906
- var b = this.ad;
9907
- this.ad = a;
9908
- if (b != this.ad) {
9909
- this.cl("ViewBoxHeight", b, this.ad);
9952
+ var b = this.an;
9953
+ this.an = a;
9954
+ if (b != this.an) {
9955
+ this.c5("ViewBoxTop", b, this.an);
9910
9956
  }
9911
9957
  },
9912
9958
  enumerable: false,
9913
9959
  configurable: true
9914
9960
  });
9915
- Object.defineProperty(XIcon.prototype, "at", {
9961
+ Object.defineProperty(XIcon.prototype, "au", {
9916
9962
  get: function () {
9917
- return this.ah;
9963
+ return this.ac;
9918
9964
  },
9919
9965
  set: function (a) {
9920
- var b = this.ah;
9921
- this.ah = a;
9922
- if (b != this.ah) {
9923
- this.cl("Width", b, this.ah);
9966
+ var b = this.ac;
9967
+ this.ac = a;
9968
+ if (b != this.ac) {
9969
+ this.c5("ActualViewBoxWidth", b, this.ac);
9924
9970
  }
9925
9971
  },
9926
9972
  enumerable: false,
9927
9973
  configurable: true
9928
9974
  });
9929
- Object.defineProperty(XIcon.prototype, "al", {
9975
+ Object.defineProperty(XIcon.prototype, "a8", {
9976
+ get: function () {
9977
+ return this.ao;
9978
+ },
9979
+ set: function (a) {
9980
+ var b = this.ao;
9981
+ this.ao = a;
9982
+ if (b != this.ao) {
9983
+ this.c5("ViewBoxWidth", b, this.ao);
9984
+ }
9985
+ },
9986
+ enumerable: false,
9987
+ configurable: true
9988
+ });
9989
+ Object.defineProperty(XIcon.prototype, "ar", {
9930
9990
  get: function () {
9931
9991
  return this.z;
9932
9992
  },
@@ -9934,19 +9994,61 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9934
9994
  var b = this.z;
9935
9995
  this.z = a;
9936
9996
  if (b != this.z) {
9937
- this.cl("Height", b, this.z);
9997
+ this.c5("ActualViewBoxHeight", b, this.z);
9998
+ }
9999
+ },
10000
+ enumerable: false,
10001
+ configurable: true
10002
+ });
10003
+ Object.defineProperty(XIcon.prototype, "a5", {
10004
+ get: function () {
10005
+ return this.al;
10006
+ },
10007
+ set: function (a) {
10008
+ var b = this.al;
10009
+ this.al = a;
10010
+ if (b != this.al) {
10011
+ this.c5("ViewBoxHeight", b, this.al);
10012
+ }
10013
+ },
10014
+ enumerable: false,
10015
+ configurable: true
10016
+ });
10017
+ Object.defineProperty(XIcon.prototype, "a9", {
10018
+ get: function () {
10019
+ return this.ap;
10020
+ },
10021
+ set: function (a) {
10022
+ var b = this.ap;
10023
+ this.ap = a;
10024
+ if (b != this.ap) {
10025
+ this.c5("Width", b, this.ap);
9938
10026
  }
9939
10027
  },
9940
10028
  enumerable: false,
9941
10029
  configurable: true
9942
10030
  });
9943
- XIcon.prototype.cm = function () {
10031
+ Object.defineProperty(XIcon.prototype, "a1", {
10032
+ get: function () {
10033
+ return this.ad;
10034
+ },
10035
+ set: function (a) {
10036
+ var b = this.ad;
10037
+ this.ad = a;
10038
+ if (b != this.ad) {
10039
+ this.c5("Height", b, this.ad);
10040
+ }
10041
+ },
10042
+ enumerable: false,
10043
+ configurable: true
10044
+ });
10045
+ XIcon.prototype.c6 = function () {
9944
10046
  };
9945
10047
  XIcon.prototype.onDetachedFromUI = function () {
9946
- this.view.al();
10048
+ this.view.am();
9947
10049
  };
9948
10050
  XIcon.prototype.onAttachedToUI = function () {
9949
- this.view.ai();
10051
+ this.view.aj();
9950
10052
  };
9951
10053
  XIcon.prototype.x = function () {
9952
10054
  if (this.disabled) {
@@ -9962,10 +10064,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9962
10064
  XIcon.prototype.w = function () {
9963
10065
  return this.view.l();
9964
10066
  };
9965
- XIcon.prototype.a0 = function () {
10067
+ XIcon.prototype.bg = function () {
9966
10068
  return this.g();
9967
10069
  };
9968
- XIcon.prototype.bi = function () {
10070
+ XIcon.prototype.b2 = function () {
9969
10071
  var a = this.g();
9970
10072
  return a.l();
9971
10073
  };
@@ -9974,12 +10076,12 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
9974
10076
  var b = this.view.b();
9975
10077
  a.i = b[0];
9976
10078
  a.g = b[1];
9977
- a.f = NativeUI.d(this.view.z);
9978
- a.j = NativeUI.k(this.view.z);
10079
+ a.f = NativeUI.d(this.view.aa);
10080
+ a.j = NativeUI.k(this.view.aa);
9979
10081
  a.a = this.view.a();
9980
10082
  a.svg = this.svg;
9981
10083
  a.svgPath = this.svgPath;
9982
- a.k = this.bg;
10084
+ a.k = this.b0;
9983
10085
  if (this.o != null) {
9984
10086
  var c = this.o;
9985
10087
  if (this.view != null && c.q == null) {
@@ -10011,18 +10113,29 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
10011
10113
  return a;
10012
10114
  };
10013
10115
  XIcon.prototype.provideContainer = function (a) {
10014
- this.view.ak(a);
10116
+ this.view.al(a);
10117
+ };
10118
+ XIcon.prototype.dd = function (a, b, c, d) {
10119
+ this.ah = a;
10120
+ this.ai = b;
10121
+ this.aj = c;
10122
+ this.ag = d;
10123
+ this.aa = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
10124
+ this.ab = !isNaN_(this.a7) ? this.a7 : !isNaN_(this.ai) ? this.ai : 0;
10125
+ this.ac = !isNaN_(this.a8) ? this.a8 : !isNaN_(this.aj) ? this.aj : 24;
10126
+ this.z = !isNaN_(this.a5) ? this.a5 : !isNaN_(this.ag) ? this.ag : 24;
10127
+ this.view.a1();
10015
10128
  };
10016
10129
  XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
10017
- XIcon.db = null;
10018
- XIcon.dg = null;
10019
- XIcon.df = null;
10020
- XIcon.dc = null;
10021
- XIcon.dd = null;
10022
- XIcon.de = null;
10023
- XIcon.ak = NaN;
10024
- XIcon.aj = NaN;
10025
- XIcon.aw = 0;
10130
+ XIcon.dx = null;
10131
+ XIcon.d2 = null;
10132
+ XIcon.d1 = null;
10133
+ XIcon.dy = null;
10134
+ XIcon.dz = null;
10135
+ XIcon.d0 = null;
10136
+ XIcon.aw = NaN;
10137
+ XIcon.av = NaN;
10138
+ XIcon.bc = 0;
10026
10139
  return XIcon;
10027
10140
  }(Base));
10028
10141
 
@@ -10254,11 +10367,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10254
10367
  * Gets the fill color currently used by the icon.
10255
10368
  */
10256
10369
  get: function () {
10257
- return brushToString(this.i.c8);
10370
+ return brushToString(this.i.du);
10258
10371
  },
10259
10372
  set: function (v) {
10260
- this.i.c8 = stringToBrush(v);
10261
- this._a("actualFill", brushToString(this.i.c8));
10373
+ this.i.du = stringToBrush(v);
10374
+ this._a("actualFill", brushToString(this.i.du));
10262
10375
  },
10263
10376
  enumerable: false,
10264
10377
  configurable: true
@@ -10268,11 +10381,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10268
10381
  * Gets the stroke color currently used by the icon.
10269
10382
  */
10270
10383
  get: function () {
10271
- return brushToString(this.i.c9);
10384
+ return brushToString(this.i.dv);
10272
10385
  },
10273
10386
  set: function (v) {
10274
- this.i.c9 = stringToBrush(v);
10275
- this._a("actualStroke", brushToString(this.i.c9));
10387
+ this.i.dv = stringToBrush(v);
10388
+ this._a("actualStroke", brushToString(this.i.dv));
10276
10389
  },
10277
10390
  enumerable: false,
10278
10391
  configurable: true
@@ -10282,11 +10395,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10282
10395
  * Gets the text color currently used by the icon.
10283
10396
  */
10284
10397
  get: function () {
10285
- return brushToString(this.i.da);
10398
+ return brushToString(this.i.dw);
10286
10399
  },
10287
10400
  set: function (v) {
10288
- this.i.da = stringToBrush(v);
10289
- this._a("actualTextColor", brushToString(this.i.da));
10401
+ this.i.dw = stringToBrush(v);
10402
+ this._a("actualTextColor", brushToString(this.i.dw));
10290
10403
  },
10291
10404
  enumerable: false,
10292
10405
  configurable: true
@@ -10296,11 +10409,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10296
10409
  * Gets the stroke width currently used by the icon.
10297
10410
  */
10298
10411
  get: function () {
10299
- return this.i.ai;
10412
+ return this.i.aq;
10300
10413
  },
10301
10414
  set: function (v) {
10302
- this.i.ai = +v;
10303
- this._a("actualStrokeWidth", this.i.ai);
10415
+ this.i.aq = +v;
10416
+ this._a("actualStrokeWidth", this.i.aq);
10304
10417
  },
10305
10418
  enumerable: false,
10306
10419
  configurable: true
@@ -10324,11 +10437,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10324
10437
  * Gets or sets the stroke color to use for the icon.
10325
10438
  */
10326
10439
  get: function () {
10327
- return brushToString(this.i.dp);
10440
+ return brushToString(this.i.ea);
10328
10441
  },
10329
10442
  set: function (v) {
10330
- this.i.dp = stringToBrush(v);
10331
- this._a("stroke", brushToString(this.i.dp));
10443
+ this.i.ea = stringToBrush(v);
10444
+ this._a("stroke", brushToString(this.i.ea));
10332
10445
  },
10333
10446
  enumerable: false,
10334
10447
  configurable: true
@@ -10338,11 +10451,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10338
10451
  * Gets or sets the stroke thickness to use for the icon.
10339
10452
  */
10340
10453
  get: function () {
10341
- return this.i.ao;
10454
+ return this.i.a4;
10342
10455
  },
10343
10456
  set: function (v) {
10344
- this.i.ao = +v;
10345
- this._a("strokeWidth", this.i.ao);
10457
+ this.i.a4 = +v;
10458
+ this._a("strokeWidth", this.i.a4);
10346
10459
  },
10347
10460
  enumerable: false,
10348
10461
  configurable: true
@@ -10352,11 +10465,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10352
10465
  * Gets or sets the text color to use for the icon.
10353
10466
  */
10354
10467
  get: function () {
10355
- return brushToString(this.i.dq);
10468
+ return brushToString(this.i.eb);
10356
10469
  },
10357
10470
  set: function (v) {
10358
- this.i.dq = stringToBrush(v);
10359
- this._a("textColor", brushToString(this.i.dq));
10471
+ this.i.eb = stringToBrush(v);
10472
+ this._a("textColor", brushToString(this.i.eb));
10360
10473
  },
10361
10474
  enumerable: false,
10362
10475
  configurable: true
@@ -10366,11 +10479,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10366
10479
  * Gets or sets the fill color to use when the icon is hovered.
10367
10480
  */
10368
10481
  get: function () {
10369
- return brushToString(this.i.dh);
10482
+ return brushToString(this.i.d3);
10370
10483
  },
10371
10484
  set: function (v) {
10372
- this.i.dh = stringToBrush(v);
10373
- this._a("hoverFill", brushToString(this.i.dh));
10485
+ this.i.d3 = stringToBrush(v);
10486
+ this._a("hoverFill", brushToString(this.i.d3));
10374
10487
  },
10375
10488
  enumerable: false,
10376
10489
  configurable: true
@@ -10380,11 +10493,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10380
10493
  * Gets or sets the stroke color to use when the icon is hovered.
10381
10494
  */
10382
10495
  get: function () {
10383
- return brushToString(this.i.di);
10496
+ return brushToString(this.i.d4);
10384
10497
  },
10385
10498
  set: function (v) {
10386
- this.i.di = stringToBrush(v);
10387
- this._a("hoverStroke", brushToString(this.i.di));
10499
+ this.i.d4 = stringToBrush(v);
10500
+ this._a("hoverStroke", brushToString(this.i.d4));
10388
10501
  },
10389
10502
  enumerable: false,
10390
10503
  configurable: true
@@ -10394,11 +10507,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10394
10507
  * Gets or sets the stroke thickness to use when the icon is hovered.
10395
10508
  */
10396
10509
  get: function () {
10397
- return this.i.am;
10510
+ return this.i.a2;
10398
10511
  },
10399
10512
  set: function (v) {
10400
- this.i.am = +v;
10401
- this._a("hoverStrokeThickness", this.i.am);
10513
+ this.i.a2 = +v;
10514
+ this._a("hoverStrokeThickness", this.i.a2);
10402
10515
  },
10403
10516
  enumerable: false,
10404
10517
  configurable: true
@@ -10408,11 +10521,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10408
10521
  * Gets or sets the text color to use when the icon is hovered.
10409
10522
  */
10410
10523
  get: function () {
10411
- return brushToString(this.i.dj);
10524
+ return brushToString(this.i.d5);
10412
10525
  },
10413
10526
  set: function (v) {
10414
- this.i.dj = stringToBrush(v);
10415
- this._a("hoverTextColor", brushToString(this.i.dj));
10527
+ this.i.d5 = stringToBrush(v);
10528
+ this._a("hoverTextColor", brushToString(this.i.d5));
10416
10529
  },
10417
10530
  enumerable: false,
10418
10531
  configurable: true
@@ -10460,11 +10573,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10460
10573
  * class.
10461
10574
  */
10462
10575
  get: function () {
10463
- return brushToString(this.i.dk);
10576
+ return brushToString(this.i.d6);
10464
10577
  },
10465
10578
  set: function (v) {
10466
- this.i.dk = stringToBrush(v);
10467
- this._a("primaryFillColor", brushToString(this.i.dk));
10579
+ this.i.d6 = stringToBrush(v);
10580
+ this._a("primaryFillColor", brushToString(this.i.d6));
10468
10581
  },
10469
10582
  enumerable: false,
10470
10583
  configurable: true
@@ -10478,11 +10591,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10478
10591
  * class.
10479
10592
  */
10480
10593
  get: function () {
10481
- return brushToString(this.i.dl);
10594
+ return brushToString(this.i.d7);
10482
10595
  },
10483
10596
  set: function (v) {
10484
- this.i.dl = stringToBrush(v);
10485
- this._a("primaryStrokeColor", brushToString(this.i.dl));
10597
+ this.i.d7 = stringToBrush(v);
10598
+ this._a("primaryStrokeColor", brushToString(this.i.d7));
10486
10599
  },
10487
10600
  enumerable: false,
10488
10601
  configurable: true
@@ -10496,11 +10609,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10496
10609
  * class.
10497
10610
  */
10498
10611
  get: function () {
10499
- return brushToString(this.i.dm);
10612
+ return brushToString(this.i.d8);
10500
10613
  },
10501
10614
  set: function (v) {
10502
- this.i.dm = stringToBrush(v);
10503
- this._a("secondaryFillColor", brushToString(this.i.dm));
10615
+ this.i.d8 = stringToBrush(v);
10616
+ this._a("secondaryFillColor", brushToString(this.i.d8));
10504
10617
  },
10505
10618
  enumerable: false,
10506
10619
  configurable: true
@@ -10514,11 +10627,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10514
10627
  * class.
10515
10628
  */
10516
10629
  get: function () {
10517
- return brushToString(this.i.dn);
10630
+ return brushToString(this.i.d9);
10518
10631
  },
10519
10632
  set: function (v) {
10520
- this.i.dn = stringToBrush(v);
10521
- this._a("secondaryStrokeColor", brushToString(this.i.dn));
10633
+ this.i.d9 = stringToBrush(v);
10634
+ this._a("secondaryStrokeColor", brushToString(this.i.d9));
10522
10635
  },
10523
10636
  enumerable: false,
10524
10637
  configurable: true
@@ -10528,10 +10641,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10528
10641
  * Gets or sets the image source for the icon. Used if none of the other icon types are not used.
10529
10642
  */
10530
10643
  get: function () {
10531
- return this.i.a1;
10644
+ return this.i.bh;
10532
10645
  },
10533
10646
  set: function (v) {
10534
- this.i.a1 = v;
10647
+ this.i.bh = v;
10535
10648
  },
10536
10649
  enumerable: false,
10537
10650
  configurable: true
@@ -10541,10 +10654,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10541
10654
  * Gets or sets data url for the icon to use.
10542
10655
  */
10543
10656
  get: function () {
10544
- return this.i.bg;
10657
+ return this.i.b0;
10545
10658
  },
10546
10659
  set: function (v) {
10547
- this.i.bg = v;
10660
+ this.i.b0 = v;
10548
10661
  },
10549
10662
  enumerable: false,
10550
10663
  configurable: true
@@ -10616,10 +10729,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10616
10729
  * Gets or sets the id to use for the checkbox.
10617
10730
  */
10618
10731
  get: function () {
10619
- return this.i.bq;
10732
+ return this.i.ca;
10620
10733
  },
10621
10734
  set: function (v) {
10622
- this.i.bq = v;
10735
+ this.i.ca = v;
10623
10736
  },
10624
10737
  enumerable: false,
10625
10738
  configurable: true
@@ -10629,11 +10742,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10629
10742
  * Gets or sets TabIndex to use for the checkbox.
10630
10743
  */
10631
10744
  get: function () {
10632
- return this.i.av;
10745
+ return this.i.bb;
10633
10746
  },
10634
10747
  set: function (v) {
10635
- this.i.av = +v;
10636
- this._a("tabIndex", this.i.av);
10748
+ this.i.bb = +v;
10749
+ this._a("tabIndex", this.i.bb);
10637
10750
  },
10638
10751
  enumerable: false,
10639
10752
  configurable: true
@@ -10643,10 +10756,10 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10643
10756
  * Gets or sets the value of the aria-label attribute.
10644
10757
  */
10645
10758
  get: function () {
10646
- return this.i.bb;
10759
+ return this.i.bv;
10647
10760
  },
10648
10761
  set: function (v) {
10649
- this.i.bb = v;
10762
+ this.i.bv = v;
10650
10763
  },
10651
10764
  enumerable: false,
10652
10765
  configurable: true
@@ -10681,11 +10794,25 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10681
10794
  });
10682
10795
  Object.defineProperty(IgcXIconComponent.prototype, "opacity", {
10683
10796
  get: function () {
10684
- return this.i.an;
10797
+ return this.i.a3;
10685
10798
  },
10686
10799
  set: function (v) {
10687
- this.i.an = +v;
10688
- this._a("opacity", this.i.an);
10800
+ this.i.a3 = +v;
10801
+ this._a("opacity", this.i.a3);
10802
+ },
10803
+ enumerable: false,
10804
+ configurable: true
10805
+ });
10806
+ Object.defineProperty(IgcXIconComponent.prototype, "actualViewBoxLeft", {
10807
+ /**
10808
+ * Gets the actual viewbox left for the svg icon.
10809
+ */
10810
+ get: function () {
10811
+ return this.i.as;
10812
+ },
10813
+ set: function (v) {
10814
+ this.i.as = +v;
10815
+ this._a("actualViewBoxLeft", this.i.as);
10689
10816
  },
10690
10817
  enumerable: false,
10691
10818
  configurable: true
@@ -10695,11 +10822,25 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10695
10822
  * Gets or sets the viewbox left for the svg icon.
10696
10823
  */
10697
10824
  get: function () {
10698
- return this.i.aq;
10825
+ return this.i.a6;
10699
10826
  },
10700
10827
  set: function (v) {
10701
- this.i.aq = +v;
10702
- this._a("viewBoxLeft", this.i.aq);
10828
+ this.i.a6 = +v;
10829
+ this._a("viewBoxLeft", this.i.a6);
10830
+ },
10831
+ enumerable: false,
10832
+ configurable: true
10833
+ });
10834
+ Object.defineProperty(IgcXIconComponent.prototype, "actualViewBoxTop", {
10835
+ /**
10836
+ * Gets the actual viewbox top for the svg icon.
10837
+ */
10838
+ get: function () {
10839
+ return this.i.at;
10840
+ },
10841
+ set: function (v) {
10842
+ this.i.at = +v;
10843
+ this._a("actualViewBoxTop", this.i.at);
10703
10844
  },
10704
10845
  enumerable: false,
10705
10846
  configurable: true
@@ -10709,11 +10850,25 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10709
10850
  * Gets or sets the viewbox top for the svg icon.
10710
10851
  */
10711
10852
  get: function () {
10712
- return this.i.ar;
10853
+ return this.i.a7;
10713
10854
  },
10714
10855
  set: function (v) {
10715
- this.i.ar = +v;
10716
- this._a("viewBoxTop", this.i.ar);
10856
+ this.i.a7 = +v;
10857
+ this._a("viewBoxTop", this.i.a7);
10858
+ },
10859
+ enumerable: false,
10860
+ configurable: true
10861
+ });
10862
+ Object.defineProperty(IgcXIconComponent.prototype, "actualViewBoxWidth", {
10863
+ /**
10864
+ * Gets the actual viewbox width for the svg icon.
10865
+ */
10866
+ get: function () {
10867
+ return this.i.au;
10868
+ },
10869
+ set: function (v) {
10870
+ this.i.au = +v;
10871
+ this._a("actualViewBoxWidth", this.i.au);
10717
10872
  },
10718
10873
  enumerable: false,
10719
10874
  configurable: true
@@ -10723,11 +10878,25 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10723
10878
  * Gets or sets the viewbox width for the svg icon.
10724
10879
  */
10725
10880
  get: function () {
10726
- return this.i.as;
10881
+ return this.i.a8;
10727
10882
  },
10728
10883
  set: function (v) {
10729
- this.i.as = +v;
10730
- this._a("viewBoxWidth", this.i.as);
10884
+ this.i.a8 = +v;
10885
+ this._a("viewBoxWidth", this.i.a8);
10886
+ },
10887
+ enumerable: false,
10888
+ configurable: true
10889
+ });
10890
+ Object.defineProperty(IgcXIconComponent.prototype, "actualViewBoxHeight", {
10891
+ /**
10892
+ * Gets the actual viewbox height for the svg icon.
10893
+ */
10894
+ get: function () {
10895
+ return this.i.ar;
10896
+ },
10897
+ set: function (v) {
10898
+ this.i.ar = +v;
10899
+ this._a("actualViewBoxHeight", this.i.ar);
10731
10900
  },
10732
10901
  enumerable: false,
10733
10902
  configurable: true
@@ -10737,11 +10906,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10737
10906
  * Gets or sets the viewbox height for the svg icon.
10738
10907
  */
10739
10908
  get: function () {
10740
- return this.i.ap;
10909
+ return this.i.a5;
10741
10910
  },
10742
10911
  set: function (v) {
10743
- this.i.ap = +v;
10744
- this._a("viewBoxHeight", this.i.ap);
10912
+ this.i.a5 = +v;
10913
+ this._a("viewBoxHeight", this.i.a5);
10745
10914
  },
10746
10915
  enumerable: false,
10747
10916
  configurable: true
@@ -10751,11 +10920,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10751
10920
  * Gets or sets the width of the icon.
10752
10921
  */
10753
10922
  get: function () {
10754
- return this.i.at;
10923
+ return this.i.a9;
10755
10924
  },
10756
10925
  set: function (v) {
10757
- this.i.at = +v;
10758
- this._a("width", this.i.at);
10926
+ this.i.a9 = +v;
10927
+ this._a("width", this.i.a9);
10759
10928
  },
10760
10929
  enumerable: false,
10761
10930
  configurable: true
@@ -10765,11 +10934,11 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10765
10934
  * Gets or sets the height of the icon.
10766
10935
  */
10767
10936
  get: function () {
10768
- return this.i.al;
10937
+ return this.i.a1;
10769
10938
  },
10770
10939
  set: function (v) {
10771
- this.i.al = +v;
10772
- this._a("height", this.i.al);
10940
+ this.i.a1 = +v;
10941
+ this._a("height", this.i.a1);
10773
10942
  },
10774
10943
  enumerable: false,
10775
10944
  configurable: true
@@ -10850,7 +11019,7 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10850
11019
 
10851
11020
  */
10852
11021
  IgcXIconComponent.prototype.exportVisualModel = function () {
10853
- var iv = this.i.a0();
11022
+ var iv = this.i.bg();
10854
11023
  return (iv);
10855
11024
  };
10856
11025
  /**
@@ -10858,7 +11027,7 @@ var IgcXIconComponent = /** @class */ /*@__PURE__*/ (function (_super) {
10858
11027
 
10859
11028
  */
10860
11029
  IgcXIconComponent.prototype.exportSerializedVisualModel = function () {
10861
- var iv = this.i.bi();
11030
+ var iv = this.i.b2();
10862
11031
  return (iv);
10863
11032
  };
10864
11033
  IgcXIconComponent._observedAttributesIgcXIconComponent = null;
@@ -29947,7 +30116,7 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
29947
30116
  return this.u.fill;
29948
30117
  case 102:
29949
30118
  this.ao(a);
29950
- return this.u.dp;
30119
+ return this.u.ea;
29951
30120
  case 2: return d.cq;
29952
30121
  case 1:
29953
30122
  switch (c.t) {
@@ -30011,7 +30180,7 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
30011
30180
  break;
30012
30181
  case 102:
30013
30182
  this.ao(a);
30014
- this.u.dp = c;
30183
+ this.u.ea = c;
30015
30184
  break;
30016
30185
  case 2:
30017
30186
  e.cq = c == null ? null : c.toString();
@@ -31781,7 +31950,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
31781
31950
  this.v = i;
31782
31951
  var j = this.u.get2DCanvasContext(this.v);
31783
31952
  this.l = new RenderingContext(new CanvasViewRenderer(), j);
31784
- this.l.ad(this.j);
31953
+ this.l.ae(this.j);
31785
31954
  this.ab();
31786
31955
  this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
31787
31956
  this.a.bl = this.g.e0;
@@ -31856,7 +32025,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
31856
32025
  this.i = c;
31857
32026
  this.j = this.i;
31858
32027
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
31859
- this.l.ad(this.i);
32028
+ this.l.ae(this.i);
31860
32029
  this.g.trackDirty();
31861
32030
  }
31862
32031
  };
@@ -37213,15 +37382,15 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
37213
37382
  case 16: return this.v;
37214
37383
  case 15: return this.u;
37215
37384
  case 18: return enumGetBox(BaseControlTheme_$type, c.m);
37216
- case 44: return c.aq;
37217
- case 45: return c.ar;
37218
- case 46: return c.as;
37219
- case 47: return c.ap;
37220
- case 48: return c.at;
37221
- case 49: return c.al;
37385
+ case 44: return c.a6;
37386
+ case 45: return c.a7;
37387
+ case 46: return c.a8;
37388
+ case 47: return c.a5;
37389
+ case 48: return c.a9;
37390
+ case 49: return c.a1;
37222
37391
  case 63: return c.e;
37223
37392
  case 64: return c.f;
37224
- case 65: return c.ao;
37393
+ case 65: return c.a4;
37225
37394
  }
37226
37395
  return _super.prototype.getValue.call(this, a, b);
37227
37396
  };
@@ -37242,22 +37411,22 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
37242
37411
  }
37243
37412
  break;
37244
37413
  case 44:
37245
- d.aq = c;
37414
+ d.a6 = c;
37246
37415
  break;
37247
37416
  case 45:
37248
- d.ar = c;
37417
+ d.a7 = c;
37249
37418
  break;
37250
37419
  case 46:
37251
- d.as = c;
37420
+ d.a8 = c;
37252
37421
  break;
37253
37422
  case 47:
37254
- d.ap = c;
37423
+ d.a5 = c;
37255
37424
  break;
37256
37425
  case 48:
37257
- d.at = c;
37426
+ d.a9 = c;
37258
37427
  break;
37259
37428
  case 49:
37260
- d.al = c;
37429
+ d.a1 = c;
37261
37430
  break;
37262
37431
  case 63:
37263
37432
  d.e = c;
@@ -37266,7 +37435,7 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
37266
37435
  d.f = c;
37267
37436
  break;
37268
37437
  case 65:
37269
- d.ao = c;
37438
+ d.a4 = c;
37270
37439
  break;
37271
37440
  }
37272
37441
  };
@@ -37280,8 +37449,8 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
37280
37449
  a.svg = null;
37281
37450
  a.svgPath = null;
37282
37451
  a.b = null;
37283
- a.bg = null;
37284
- a.a1 = null;
37452
+ a.b0 = null;
37453
+ a.bh = null;
37285
37454
  var b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
37286
37455
  if (b != null) {
37287
37456
  if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
@@ -37299,16 +37468,16 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
37299
37468
  }
37300
37469
  var d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
37301
37470
  if (d != null) {
37302
- a.bg = d;
37471
+ a.b0 = d;
37303
37472
  return;
37304
37473
  }
37305
37474
  var e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
37306
37475
  if (e != null) {
37307
- a.a1 = e;
37476
+ a.bh = e;
37308
37477
  }
37309
37478
  };
37310
37479
  XIconBridge.prototype.exportVisualData = function (a) {
37311
- return a.a0();
37480
+ return a.bg();
37312
37481
  };
37313
37482
  XIconBridge.$t = markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
37314
37483
  return XIconBridge;
@@ -37596,7 +37765,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
37596
37765
  }
37597
37766
  };
37598
37767
  XPopupBridge.prototype.exportVisualData = function (a) {
37599
- return a.a0();
37768
+ return a.bg();
37600
37769
  };
37601
37770
  XPopupBridge.prototype.addChild = function (a, b) {
37602
37771
  this.ae.add(b);