igniteui-webcomponents-inputs 5.4.0-beta.0 → 5.4.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 (31) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +688 -626
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/DatePickerView_combined.js +2 -2
  4. package/esm2015/lib/IconView_combined.js +336 -288
  5. package/esm2015/lib/InputGroupView_combined.js +216 -209
  6. package/esm2015/lib/MultiSliderBridge.js +14 -14
  7. package/esm2015/lib/XButtonBridge.js +2 -2
  8. package/esm2015/lib/XButtonGroupBridge.js +2 -2
  9. package/esm2015/lib/XComponentBridge.js +1 -1
  10. package/esm2015/lib/XIconBridge.js +5 -5
  11. package/esm2015/lib/XInputBridge.js +22 -22
  12. package/esm2015/lib/XPopupBridge.js +5 -5
  13. package/esm2015/lib/igc-x-icon-component.js +46 -46
  14. package/esm2015/lib/igc-x-label-component.js +51 -51
  15. package/esm5/lib/DatePickerView_combined.js +2 -2
  16. package/esm5/lib/IconView_combined.js +328 -272
  17. package/esm5/lib/InputGroupView_combined.js +209 -202
  18. package/esm5/lib/MultiSliderBridge.js +14 -14
  19. package/esm5/lib/XButtonBridge.js +2 -2
  20. package/esm5/lib/XButtonGroupBridge.js +2 -2
  21. package/esm5/lib/XComponentBridge.js +1 -1
  22. package/esm5/lib/XIconBridge.js +5 -5
  23. package/esm5/lib/XInputBridge.js +22 -22
  24. package/esm5/lib/XPopupBridge.js +5 -5
  25. package/esm5/lib/igc-x-icon-component.js +46 -46
  26. package/esm5/lib/igc-x-label-component.js +51 -51
  27. package/fesm2015/igniteui-webcomponents-inputs.js +703 -649
  28. package/fesm5/igniteui-webcomponents-inputs.js +687 -625
  29. package/lib/IconView_combined.d.ts +94 -84
  30. package/lib/InputGroupView_combined.d.ts +75 -74
  31. package/package.json +2 -2
@@ -8625,7 +8625,7 @@
8625
8625
  _this.f = new igniteuiWebcomponentsCore.FastIterationDictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$)), 0);
8626
8626
  return _this;
8627
8627
  }
8628
- IconView.prototype.al = function () {
8628
+ IconView.prototype.am = function () {
8629
8629
  };
8630
8630
  IconView.prototype.l = function () {
8631
8631
  return true;
@@ -8658,7 +8658,7 @@
8658
8658
  enumerable: false,
8659
8659
  configurable: true
8660
8660
  });
8661
- IconView.prototype.aj = function (a) {
8661
+ IconView.prototype.ak = function (a) {
8662
8662
  var e_1, _a;
8663
8663
  if (a == null) {
8664
8664
  try {
@@ -8695,7 +8695,7 @@
8695
8695
  this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
8696
8696
  this.v.rootWrapper.setStyleProperty("align-items", "center");
8697
8697
  this.v.rootWrapper.setStyleProperty("justify-content", "center");
8698
- this.as();
8698
+ this.au();
8699
8699
  var c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
8700
8700
  c.setStyleProperty("position", "absolute");
8701
8701
  c.setStyleProperty("top", "0");
@@ -8708,14 +8708,14 @@
8708
8708
  d.setStyleProperty("width", "100%");
8709
8709
  d.setStyleProperty("object-fit", "contain");
8710
8710
  this.x = d;
8711
- this.ay();
8711
+ this.a0();
8712
8712
  this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
8713
8713
  this.y.append(this.w);
8714
8714
  this.v.append(this.y);
8715
- this.o.add(c.listen("click", igniteuiWebcomponentsCore.runOn(this, this.ai)));
8716
- this.d.ch();
8715
+ this.o.add(c.listen("click", igniteuiWebcomponentsCore.runOn(this, this.aj)));
8716
+ this.d.cm();
8717
8717
  };
8718
- IconView.prototype.av = function (a) {
8718
+ IconView.prototype.ax = function (a) {
8719
8719
  this.n.clear();
8720
8720
  this.v.rootWrapper.removeChildren();
8721
8721
  this.v.rootWrapper.append(this.y);
@@ -8730,7 +8730,7 @@
8730
8730
  this.p.add(b);
8731
8731
  }
8732
8732
  };
8733
- IconView.prototype.aw = function (a) {
8733
+ IconView.prototype.ay = function (a) {
8734
8734
  this.n.clear();
8735
8735
  this.v.rootWrapper.removeChildren();
8736
8736
  this.v.rootWrapper.append(this.y);
@@ -8747,14 +8747,14 @@
8747
8747
  }
8748
8748
  }
8749
8749
  };
8750
- IconView.prototype.au = function (a) {
8750
+ IconView.prototype.aw = function (a) {
8751
8751
  this.v.rootWrapper.removeChildren();
8752
8752
  if (a != null) {
8753
8753
  var b = this.v.rootWrapper.getNativeElement();
8754
8754
  b.innerHTML = a;
8755
8755
  }
8756
8756
  };
8757
- IconView.prototype.aq = function (a) {
8757
+ IconView.prototype.as = function (a) {
8758
8758
  if (this.ab != a) {
8759
8759
  this.ab = a;
8760
8760
  this.v.rootWrapper.removeChildren();
@@ -8762,12 +8762,12 @@
8762
8762
  this.x.setAttribute("src", a);
8763
8763
  }
8764
8764
  };
8765
- IconView.prototype.at = function (a) {
8765
+ IconView.prototype.av = function (a) {
8766
8766
  if (typeof a === 'string') {
8767
- this.aq(igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.String_$type, a));
8767
+ this.as(igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.String_$type, a));
8768
8768
  }
8769
8769
  };
8770
- IconView.prototype.ag = function () {
8770
+ IconView.prototype.ah = function () {
8771
8771
  if (this.d.k != 3 && this.d.k != 4) {
8772
8772
  this.ab = null;
8773
8773
  }
@@ -8775,18 +8775,18 @@
8775
8775
  IconView.prototype.k = function () {
8776
8776
  return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
8777
8777
  };
8778
- IconView.prototype.as = function () {
8778
+ IconView.prototype.au = function () {
8779
8779
  this.v.rootWrapper.setStyleProperty("width", igniteuiWebcomponentsCore.isNaN_(this.d.at) ? "1.5rem" : this.d.at + "px");
8780
8780
  this.v.rootWrapper.setStyleProperty("height", igniteuiWebcomponentsCore.isNaN_(this.d.al) ? "1.5rem" : this.d.al + "px");
8781
8781
  };
8782
- IconView.prototype.ay = function () {
8782
+ IconView.prototype.a0 = function () {
8783
8783
  var a = igniteuiWebcomponentsCore.isNaN_(this.d.aq) ? 0 : this.d.aq;
8784
8784
  var b = igniteuiWebcomponentsCore.isNaN_(this.d.ar) ? 0 : this.d.ar;
8785
8785
  var c = igniteuiWebcomponentsCore.isNaN_(this.d.as) ? 24 : this.d.as;
8786
8786
  var d = igniteuiWebcomponentsCore.isNaN_(this.d.ap) ? 24 : this.d.ap;
8787
8787
  this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
8788
8788
  };
8789
- IconView.prototype.an = function (a, b) {
8789
+ IconView.prototype.ao = function (a, b) {
8790
8790
  var c = a.color;
8791
8791
  if (!this.n.containsKey(a)) {
8792
8792
  if (a.isGradient) {
@@ -8814,7 +8814,7 @@
8814
8814
  }
8815
8815
  }
8816
8816
  };
8817
- IconView.prototype.ao = function (a, b) {
8817
+ IconView.prototype.ap = function (a, b) {
8818
8818
  var c = a;
8819
8819
  if (this.n.containsKey(b)) {
8820
8820
  c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
@@ -8825,7 +8825,7 @@
8825
8825
  igniteuiWebcomponentsCore.NativeUI.r(a, b);
8826
8826
  }
8827
8827
  };
8828
- IconView.prototype.ap = function (a, b) {
8828
+ IconView.prototype.aq = function (a, b) {
8829
8829
  var c = a;
8830
8830
  if (this.n.containsKey(b)) {
8831
8831
  c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
@@ -8836,22 +8836,22 @@
8836
8836
  };
8837
8837
  IconView.prototype.ac = function (a) {
8838
8838
  };
8839
- IconView.prototype.am = function () {
8839
+ IconView.prototype.an = function () {
8840
8840
  if (this.l()) {
8841
8841
  }
8842
8842
  };
8843
8843
  IconView.prototype.ad = function (a) {
8844
- this.d.ce();
8844
+ this.d.cj();
8845
8845
  };
8846
8846
  IconView.prototype.ae = function (a) {
8847
- this.d.cf();
8847
+ this.d.ck();
8848
8848
  };
8849
- IconView.prototype.ah = function () {
8849
+ IconView.prototype.ai = function () {
8850
8850
  this.j = true;
8851
8851
  this.o.add(this.v.rootWrapper.listen("mouseenter", igniteuiWebcomponentsCore.runOn(this, this.ad)));
8852
8852
  this.o.add(this.v.rootWrapper.listen("mouseleave", igniteuiWebcomponentsCore.runOn(this, this.ae)));
8853
8853
  };
8854
- IconView.prototype.ak = function () {
8854
+ IconView.prototype.al = function () {
8855
8855
  var e_2, _a;
8856
8856
  this.j = false;
8857
8857
  try {
@@ -8875,7 +8875,7 @@
8875
8875
  }
8876
8876
  this.o.clear();
8877
8877
  };
8878
- IconView.prototype.ax = function (a) {
8878
+ IconView.prototype.az = function (a) {
8879
8879
  if (a != null) {
8880
8880
  this.v.rootWrapper.setStyleProperty("font", a.fontString);
8881
8881
  }
@@ -8889,7 +8889,7 @@
8889
8889
  c[1] = b;
8890
8890
  return c;
8891
8891
  };
8892
- IconView.prototype.ai = function (a) {
8892
+ IconView.prototype.aj = function (a) {
8893
8893
  if (this.d.x()) {
8894
8894
  a.stopPropagation();
8895
8895
  a.preventDefault();
@@ -8900,7 +8900,7 @@
8900
8900
  var b = this.v.rootWrapper.getNativeElement();
8901
8901
  return a.toArray();
8902
8902
  };
8903
- IconView.prototype.af = function (a, b) {
8903
+ IconView.prototype.ag = function (a, b) {
8904
8904
  for (var c = 0; c < b.e.count; c++) {
8905
8905
  var d = b.e._inner[c];
8906
8906
  var e = this.h(d);
@@ -8908,7 +8908,7 @@
8908
8908
  a.add(e);
8909
8909
  }
8910
8910
  else {
8911
- this.af(a, d);
8911
+ this.ag(a, d);
8912
8912
  }
8913
8913
  }
8914
8914
  };
@@ -8921,7 +8921,7 @@
8921
8921
  $ret.an = a.w;
8922
8922
  return $ret;
8923
8923
  })());
8924
- this.ar(c, a);
8924
+ this.at(c, a);
8925
8925
  b = new igniteuiWebcomponentsCore.PathVisualData(1, "path1", c);
8926
8926
  break;
8927
8927
  case 3:
@@ -8931,7 +8931,7 @@
8931
8931
  e.ao = d.x;
8932
8932
  e.ap = d.y;
8933
8933
  e.aq = d.z;
8934
- this.ar(e, a);
8934
+ this.at(e, a);
8935
8935
  b = new igniteuiWebcomponentsCore.LineVisualData(1, "line1", e);
8936
8936
  break;
8937
8937
  case 4:
@@ -8941,7 +8941,7 @@
8941
8941
  g.height = f.w;
8942
8942
  g.ap = f.x;
8943
8943
  g.aq = f.y;
8944
- this.ar(g, a);
8944
+ this.at(g, a);
8945
8945
  b = new igniteuiWebcomponentsCore.RectangleVisualData(1, "rect1", g);
8946
8946
  break;
8947
8947
  case 5:
@@ -8950,13 +8950,13 @@
8950
8950
  var i = new igniteuiWebcomponentsCore.Ellipse();
8951
8951
  i.width = h.y * 2;
8952
8952
  i.height = h.z * 2;
8953
- this.ar(i, a);
8953
+ this.at(i, a);
8954
8954
  b = new igniteuiWebcomponentsCore.EllipseVisualData(1, "ellipse1", i);
8955
8955
  break;
8956
8956
  }
8957
8957
  return b;
8958
8958
  };
8959
- IconView.prototype.ar = function (a, b) {
8959
+ IconView.prototype.at = function (a, b) {
8960
8960
  var c = b;
8961
8961
  a.ad = b.t;
8962
8962
  a.j = c.h;
@@ -8989,6 +8989,16 @@
8989
8989
  }
8990
8990
  return null;
8991
8991
  };
8992
+ IconView.prototype.ar = function (a, b) {
8993
+ this.v.rootWrapper.removeChildren();
8994
+ if (a == null) {
8995
+ return;
8996
+ }
8997
+ igniteuiWebcomponentsCore.LegendItemHelper.c(this.v, 0, 0, 24, 24, b, null, a, null);
8998
+ };
8999
+ IconView.prototype.af = function () {
9000
+ this.v.rootWrapper.removeChildren();
9001
+ };
8992
9002
  IconView.$t = igniteuiWebcomponentsCore.markType(IconView, 'IconView');
8993
9003
  return IconView;
8994
9004
  }(igniteuiWebcomponentsCore.Base));
@@ -9002,34 +9012,36 @@
9002
9012
  _this._view = null;
9003
9013
  _this.k = 0;
9004
9014
  _this.l = 0;
9005
- _this.co = XIcon.c4;
9006
- _this.cp = XIcon.c8;
9007
- _this.cq = XIcon.c9;
9015
+ _this.cv = XIcon.db;
9016
+ _this.cw = XIcon.df;
9017
+ _this.cx = XIcon.dg;
9008
9018
  _this.y = XIcon.ak;
9009
- _this.cr = XIcon.c4;
9010
- _this.cz = XIcon.c8;
9019
+ _this.cy = XIcon.db;
9020
+ _this.c6 = XIcon.df;
9011
9021
  _this.ac = XIcon.ak;
9012
- _this.c0 = XIcon.c9;
9013
- _this.cs = XIcon.c5;
9014
- _this.ct = XIcon.c6;
9022
+ _this.c7 = XIcon.dg;
9023
+ _this.cz = XIcon.dc;
9024
+ _this.c0 = XIcon.dd;
9015
9025
  _this.aa = XIcon.aj;
9016
- _this.cu = null;
9026
+ _this.c1 = null;
9017
9027
  _this.c = null;
9018
9028
  _this.d = null;
9019
- _this.cv = null;
9020
- _this.cw = null;
9021
- _this.cx = null;
9022
- _this.cy = null;
9023
- _this.ax = null;
9024
- _this.a1 = null;
9025
- _this.a4 = null;
9029
+ _this.c2 = null;
9030
+ _this.c3 = null;
9031
+ _this.c4 = null;
9032
+ _this.c5 = null;
9033
+ _this.ay = null;
9026
9034
  _this.a3 = null;
9035
+ _this.a6 = null;
9036
+ _this.a5 = null;
9027
9037
  _this.a = null;
9038
+ _this.ct = null;
9039
+ _this.ax = null;
9028
9040
  _this.n = null;
9029
- _this.a2 = "ig-icon-" + XIcon.aw++;
9041
+ _this.a4 = "ig-icon-" + XIcon.aw++;
9030
9042
  _this.au = 0;
9031
9043
  _this.p = false;
9032
- _this.a0 = null;
9044
+ _this.a2 = null;
9033
9045
  _this.r = false;
9034
9046
  _this.q = false;
9035
9047
  _this.ab = 1;
@@ -9044,7 +9056,7 @@
9044
9056
  var a = new IconView();
9045
9057
  a.d = _this;
9046
9058
  _this.view = a;
9047
- _this.view.al();
9059
+ _this.view.am();
9048
9060
  return _this;
9049
9061
  }
9050
9062
  Object.defineProperty(XIcon.prototype, "view", {
@@ -9060,13 +9072,13 @@
9060
9072
  XIcon.prototype.destroy = function () {
9061
9073
  this.provideContainer(null);
9062
9074
  };
9063
- XIcon.prototype.cg = function (a, b, c) {
9075
+ XIcon.prototype.cl = function (a, b, c) {
9064
9076
  if (this.propertyChanged != null) {
9065
9077
  this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
9066
9078
  }
9067
- this.cj(a, b, c);
9079
+ this.co(a, b, c);
9068
9080
  };
9069
- XIcon.prototype.cj = function (a, b, c) {
9081
+ XIcon.prototype.co = function (a, b, c) {
9070
9082
  switch (a) {
9071
9083
  case "Fill":
9072
9084
  case "Stroke":
@@ -9075,73 +9087,80 @@
9075
9087
  case "HoverStroke":
9076
9088
  case "HoverStrokeThickness":
9077
9089
  case "IsHover":
9078
- this.cn();
9090
+ this.cs();
9079
9091
  break;
9080
9092
  case "FillColors":
9081
9093
  case "StrokeColors":
9082
9094
  case "ActualFill":
9083
9095
  case "ActualStroke":
9084
9096
  case "ActualStrokeWidth":
9085
- this.cl();
9097
+ this.cq();
9086
9098
  break;
9087
9099
  case "SVG":
9088
- this.a4 = null;
9100
+ this.a6 = null;
9089
9101
  this.a = null;
9090
- this.cl();
9102
+ this.cq();
9091
9103
  break;
9092
9104
  case "SVGPath":
9093
- this.a3 = null;
9105
+ this.a5 = null;
9094
9106
  this.a = null;
9095
- this.cl();
9107
+ this.cq();
9096
9108
  break;
9097
9109
  case "SVGPaths":
9098
- this.a3 = null;
9099
- this.a4 = null;
9100
- this.cl();
9110
+ this.a5 = null;
9111
+ this.a6 = null;
9112
+ this.cq();
9101
9113
  break;
9102
9114
  case "DataURL":
9103
- this.a3 = null;
9104
- this.a4 = null;
9115
+ this.a5 = null;
9116
+ this.a6 = null;
9105
9117
  this.a = null;
9106
- this.cl();
9118
+ this.cq();
9107
9119
  break;
9108
9120
  case "Source":
9109
- this.a3 = null;
9110
- this.a4 = null;
9121
+ this.a5 = null;
9122
+ this.a6 = null;
9123
+ this.a = null;
9124
+ this.cq();
9125
+ break;
9126
+ case "DataTemplate":
9127
+ case "DataTemplateContext":
9128
+ this.a5 = null;
9129
+ this.a6 = null;
9111
9130
  this.a = null;
9112
- this.cl();
9131
+ this.cq();
9113
9132
  break;
9114
9133
  case "Opacity":
9115
- this.cm();
9134
+ this.cr();
9116
9135
  break;
9117
9136
  case "ViewBoxLeft":
9118
9137
  case "ViewBoxTop":
9119
9138
  case "ViewBoxWidth":
9120
9139
  case "ViewBoxHeight":
9121
- this.view.ay();
9140
+ this.view.a0();
9122
9141
  break;
9123
9142
  case "Width":
9124
9143
  case "Height":
9125
- this.view.as();
9144
+ this.view.au();
9126
9145
  break;
9127
9146
  }
9128
9147
  };
9129
- XIcon.prototype.cn = function () {
9130
- var a = this.fill != null ? this.fill : XIcon.c4;
9131
- var b = this.dh != null ? this.dh : XIcon.c8;
9148
+ XIcon.prototype.cs = function () {
9149
+ var a = this.fill != null ? this.fill : XIcon.db;
9150
+ var b = this.dp != null ? this.dp : XIcon.df;
9132
9151
  var c = !igniteuiWebcomponentsCore.isNaN_(this.ao) ? this.ao : XIcon.ak;
9133
- var d = this.di != null ? this.di : XIcon.c9;
9152
+ var d = this.dq != null ? this.dq : XIcon.dg;
9134
9153
  if (this.v) {
9135
- this.c1 = this.da != null ? this.da : a;
9136
- this.c2 = this.db != null ? this.db : b;
9154
+ this.c8 = this.dh != null ? this.dh : a;
9155
+ this.c9 = this.di != null ? this.di : b;
9137
9156
  this.ai = !igniteuiWebcomponentsCore.isNaN_(this.am) ? this.am : c;
9138
- this.c3 = this.dc != null ? this.dc : d;
9157
+ this.da = this.dj != null ? this.dj : d;
9139
9158
  }
9140
9159
  else {
9141
- this.c1 = a;
9142
- this.c2 = b;
9160
+ this.c8 = a;
9161
+ this.c9 = b;
9143
9162
  this.ai = c;
9144
- this.c3 = d;
9163
+ this.da = d;
9145
9164
  }
9146
9165
  };
9147
9166
  Object.defineProperty(XIcon.prototype, "t", {
@@ -9151,54 +9170,60 @@
9151
9170
  enumerable: false,
9152
9171
  configurable: true
9153
9172
  });
9154
- XIcon.prototype.cm = function () {
9173
+ XIcon.prototype.cr = function () {
9155
9174
  igniteuiWebcomponentsCore.NativeUI.y(this.view.z, this.an);
9156
9175
  };
9157
- XIcon.prototype.cl = function () {
9176
+ XIcon.prototype.cf = function () {
9177
+ this.view.af();
9178
+ };
9179
+ XIcon.prototype.cq = function () {
9158
9180
  var a = this.view.z;
9159
9181
  if (this.t) {
9160
9182
  var b = this.view.aa;
9161
- igniteuiWebcomponentsCore.NativeUI.r(b, this.c1);
9162
- igniteuiWebcomponentsCore.NativeUI.aa(b, this.c2);
9183
+ igniteuiWebcomponentsCore.NativeUI.r(b, this.c8);
9184
+ igniteuiWebcomponentsCore.NativeUI.aa(b, this.c9);
9163
9185
  igniteuiWebcomponentsCore.NativeUI.ad(b, this.ai);
9164
9186
  }
9165
9187
  else {
9166
9188
  var c = this.j();
9167
9189
  if (c != this.k) {
9168
9190
  this.k = c;
9169
- this.view.ag();
9191
+ this.view.ah();
9170
9192
  }
9171
9193
  var d = false;
9172
- if (this.svgPath != null) {
9194
+ if (this.cu != null) {
9195
+ this.view.ar(this.cu, this.az);
9196
+ }
9197
+ else if (this.svgPath != null) {
9173
9198
  if (igniteuiWebcomponentsCore.stringStartsWith(igniteuiWebcomponentsCore.trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
9174
- this.view.au(this.svgPath);
9199
+ this.view.aw(this.svgPath);
9175
9200
  d = true;
9176
9201
  }
9177
9202
  else {
9178
- this.view.av(this.svgPath);
9203
+ this.view.ax(this.svgPath);
9179
9204
  }
9180
9205
  }
9181
9206
  else if (this.b != null) {
9182
- this.view.aw(this.b);
9207
+ this.view.ay(this.b);
9183
9208
  var e = this.view.c;
9184
9209
  if (e != null && e.length > 0) {
9185
9210
  var f = igniteuiWebcomponentsCore.NativeUI.r;
9186
9211
  var g = igniteuiWebcomponentsCore.NativeUI.aa;
9187
- this.ci();
9188
- f = igniteuiWebcomponentsCore.runOn(this.view, this.view.ao);
9189
- g = igniteuiWebcomponentsCore.runOn(this.view, this.view.ap);
9212
+ this.cn();
9213
+ f = igniteuiWebcomponentsCore.runOn(this.view, this.view.ap);
9214
+ g = igniteuiWebcomponentsCore.runOn(this.view, this.view.aq);
9190
9215
  for (var h = 0; h < e.length; h++) {
9191
- if (this.c1 != null) {
9192
- f(e[h], this.c1);
9216
+ if (this.c8 != null) {
9217
+ f(e[h], this.c8);
9193
9218
  }
9194
- if (this.c2 != null) {
9195
- g(e[h], this.c2);
9219
+ if (this.c9 != null) {
9220
+ g(e[h], this.c9);
9196
9221
  }
9197
9222
  if (!igniteuiWebcomponentsCore.isNaN_(this.ai)) {
9198
9223
  igniteuiWebcomponentsCore.NativeUI.ad(e[h], this.ai);
9199
9224
  }
9200
- if (this.c3 != null) {
9201
- igniteuiWebcomponentsCore.NativeUI.q(e[h], this.c3);
9225
+ if (this.da != null) {
9226
+ igniteuiWebcomponentsCore.NativeUI.q(e[h], this.da);
9202
9227
  }
9203
9228
  if (this.e != null && this.e.count == e.length) {
9204
9229
  f(e[h], this.e.item(h));
@@ -9209,36 +9234,38 @@
9209
9234
  }
9210
9235
  }
9211
9236
  if (this.o != null) {
9212
- this.view.ax(this.o);
9237
+ this.view.az(this.o);
9213
9238
  }
9214
9239
  return;
9215
9240
  }
9216
9241
  else if (this.svg != null) {
9217
- this.view.au(this.svg);
9242
+ this.view.aw(this.svg);
9218
9243
  d = true;
9219
9244
  }
9220
- else if (this.bc != null) {
9221
- this.view.aq(this.bc);
9245
+ else if (this.bg != null) {
9246
+ this.view.as(this.bg);
9247
+ }
9248
+ else if (this.a1 != null) {
9249
+ this.view.av(this.a1);
9222
9250
  }
9223
- else if (this.az != null) {
9224
- this.view.at(this.az);
9251
+ else {
9225
9252
  }
9226
9253
  if (d) {
9227
9254
  for (var i = 0; i < this.view.r.count; i++) {
9228
9255
  var j = this.view.r._inner[i].c;
9229
- igniteuiWebcomponentsCore.NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dd));
9256
+ igniteuiWebcomponentsCore.NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dk));
9230
9257
  }
9231
9258
  for (var k = 0; k < this.view.s.count; k++) {
9232
9259
  var l = this.view.s._inner[k].c;
9233
- igniteuiWebcomponentsCore.NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.de));
9260
+ igniteuiWebcomponentsCore.NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.dl));
9234
9261
  }
9235
9262
  for (var m = 0; m < this.view.t.count; m++) {
9236
9263
  var n = this.view.t._inner[m].c;
9237
- igniteuiWebcomponentsCore.NativeUI.r(this.view.t._inner[m].d, n.l.f(this.df));
9264
+ igniteuiWebcomponentsCore.NativeUI.r(this.view.t._inner[m].d, n.l.f(this.dm));
9238
9265
  }
9239
9266
  for (var o = 0; o < this.view.u.count; o++) {
9240
9267
  var p = this.view.u._inner[o].c;
9241
- igniteuiWebcomponentsCore.NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dg));
9268
+ igniteuiWebcomponentsCore.NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dn));
9242
9269
  }
9243
9270
  for (var q = 0; q < this.view.e.o.count; q++) {
9244
9271
  var r = this.view.e.o._inner[q];
@@ -9264,41 +9291,41 @@
9264
9291
  }
9265
9292
  for (var ac = 0; ac < this.view.q.count; ac++) {
9266
9293
  var ad = this.view.q._inner[ac].c;
9267
- igniteuiWebcomponentsCore.NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.c1));
9268
- igniteuiWebcomponentsCore.NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.c2));
9294
+ igniteuiWebcomponentsCore.NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.c8));
9295
+ igniteuiWebcomponentsCore.NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.c9));
9269
9296
  }
9270
9297
  }
9271
9298
  var ae = this.view.z;
9272
- if (this.c1 != null) {
9273
- igniteuiWebcomponentsCore.NativeUI.r(ae, this.c1);
9299
+ if (this.c8 != null) {
9300
+ igniteuiWebcomponentsCore.NativeUI.r(ae, this.c8);
9274
9301
  }
9275
- if (this.c2 != null) {
9276
- igniteuiWebcomponentsCore.NativeUI.aa(ae, this.c2);
9302
+ if (this.c9 != null) {
9303
+ igniteuiWebcomponentsCore.NativeUI.aa(ae, this.c9);
9277
9304
  }
9278
9305
  if (!igniteuiWebcomponentsCore.isNaN_(this.ai)) {
9279
9306
  igniteuiWebcomponentsCore.NativeUI.ad(ae, this.ai);
9280
9307
  }
9281
9308
  }
9282
9309
  if (this.o != null) {
9283
- this.view.ax(this.o);
9310
+ this.view.az(this.o);
9284
9311
  }
9285
- if (this.c3 != null) {
9286
- igniteuiWebcomponentsCore.NativeUI.q(this.view.z, this.c3);
9312
+ if (this.da != null) {
9313
+ igniteuiWebcomponentsCore.NativeUI.q(this.view.z, this.da);
9287
9314
  }
9288
9315
  };
9289
- XIcon.prototype.ci = function () {
9316
+ XIcon.prototype.cn = function () {
9290
9317
  var e_3, _a, e_4, _b;
9291
- if (this.c1 != null) {
9292
- this.view.an(this.c1, "fill");
9318
+ if (this.c8 != null) {
9319
+ this.view.ao(this.c8, "fill");
9293
9320
  }
9294
- if (this.c2 != null) {
9295
- this.view.an(this.c2, "stroke");
9321
+ if (this.c9 != null) {
9322
+ this.view.ao(this.c9, "stroke");
9296
9323
  }
9297
9324
  if (this.e != null) {
9298
9325
  try {
9299
9326
  for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.e)), _d = _c.next(); !_d.done; _d = _c.next()) {
9300
9327
  var a = _d.value;
9301
- this.view.an(a, "fills");
9328
+ this.view.ao(a, "fills");
9302
9329
  }
9303
9330
  }
9304
9331
  catch (e_3_1) {
@@ -9319,7 +9346,7 @@
9319
9346
  try {
9320
9347
  for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.f)), _f = _e.next(); !_f.done; _f = _e.next()) {
9321
9348
  var b = _f.value;
9322
- this.view.an(b, "strokes");
9349
+ this.view.ao(b, "strokes");
9323
9350
  }
9324
9351
  }
9325
9352
  catch (e_4_1) {
@@ -9348,10 +9375,10 @@
9348
9375
  else if (this.svg != null) {
9349
9376
  a = 0;
9350
9377
  }
9351
- else if (this.bc != null) {
9378
+ else if (this.bg != null) {
9352
9379
  a = 3;
9353
9380
  }
9354
- else if (this.az != null) {
9381
+ else if (this.a1 != null) {
9355
9382
  a = 4;
9356
9383
  }
9357
9384
  return a;
@@ -9364,49 +9391,49 @@
9364
9391
  var b = this.l;
9365
9392
  this.l = a;
9366
9393
  if (b != this.l) {
9367
- this.cg("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, a));
9394
+ this.cl("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, a));
9368
9395
  }
9369
9396
  },
9370
9397
  enumerable: false,
9371
9398
  configurable: true
9372
9399
  });
9373
- Object.defineProperty(XIcon.prototype, "c1", {
9400
+ Object.defineProperty(XIcon.prototype, "c8", {
9374
9401
  get: function () {
9375
- return this.co;
9402
+ return this.cv;
9376
9403
  },
9377
9404
  set: function (a) {
9378
- var b = this.co;
9379
- this.co = a;
9380
- if (b != this.co) {
9381
- this.cg("ActualFill", b, a);
9405
+ var b = this.cv;
9406
+ this.cv = a;
9407
+ if (b != this.cv) {
9408
+ this.cl("ActualFill", b, a);
9382
9409
  }
9383
9410
  },
9384
9411
  enumerable: false,
9385
9412
  configurable: true
9386
9413
  });
9387
- Object.defineProperty(XIcon.prototype, "c2", {
9414
+ Object.defineProperty(XIcon.prototype, "c9", {
9388
9415
  get: function () {
9389
- return this.cp;
9416
+ return this.cw;
9390
9417
  },
9391
9418
  set: function (a) {
9392
- var b = this.cp;
9393
- this.cp = a;
9394
- if (b != this.cp) {
9395
- this.cg("ActualStroke", b, a);
9419
+ var b = this.cw;
9420
+ this.cw = a;
9421
+ if (b != this.cw) {
9422
+ this.cl("ActualStroke", b, a);
9396
9423
  }
9397
9424
  },
9398
9425
  enumerable: false,
9399
9426
  configurable: true
9400
9427
  });
9401
- Object.defineProperty(XIcon.prototype, "c3", {
9428
+ Object.defineProperty(XIcon.prototype, "da", {
9402
9429
  get: function () {
9403
- return this.cq;
9430
+ return this.cx;
9404
9431
  },
9405
9432
  set: function (a) {
9406
- var b = this.cq;
9407
- this.cq = a;
9408
- if (b != this.cq) {
9409
- this.cg("ActualTextColor", b, a);
9433
+ var b = this.cx;
9434
+ this.cx = a;
9435
+ if (b != this.cx) {
9436
+ this.cl("ActualTextColor", b, a);
9410
9437
  }
9411
9438
  },
9412
9439
  enumerable: false,
@@ -9420,7 +9447,7 @@
9420
9447
  var b = this.y;
9421
9448
  this.y = a;
9422
9449
  if (b != this.y) {
9423
- this.cg("ActualStrokeWidth", b, a);
9450
+ this.cl("ActualStrokeWidth", b, a);
9424
9451
  }
9425
9452
  },
9426
9453
  enumerable: false,
@@ -9428,27 +9455,27 @@
9428
9455
  });
9429
9456
  Object.defineProperty(XIcon.prototype, "fill", {
9430
9457
  get: function () {
9431
- return this.cr;
9458
+ return this.cy;
9432
9459
  },
9433
9460
  set: function (a) {
9434
- var b = this.cr;
9435
- this.cr = a;
9436
- if (b != this.cr) {
9437
- this.cg("Fill", b, a);
9461
+ var b = this.cy;
9462
+ this.cy = a;
9463
+ if (b != this.cy) {
9464
+ this.cl("Fill", b, a);
9438
9465
  }
9439
9466
  },
9440
9467
  enumerable: false,
9441
9468
  configurable: true
9442
9469
  });
9443
- Object.defineProperty(XIcon.prototype, "dh", {
9470
+ Object.defineProperty(XIcon.prototype, "dp", {
9444
9471
  get: function () {
9445
- return this.cz;
9472
+ return this.c6;
9446
9473
  },
9447
9474
  set: function (a) {
9448
- var b = this.cz;
9449
- this.cz = a;
9450
- if (b != this.cz) {
9451
- this.cg("Stroke", b, a);
9475
+ var b = this.c6;
9476
+ this.c6 = a;
9477
+ if (b != this.c6) {
9478
+ this.cl("Stroke", b, a);
9452
9479
  }
9453
9480
  },
9454
9481
  enumerable: false,
@@ -9462,49 +9489,49 @@
9462
9489
  var b = this.ac;
9463
9490
  this.ac = a;
9464
9491
  if (b != this.ac) {
9465
- this.cg("StrokeWidth", b, a);
9492
+ this.cl("StrokeWidth", b, a);
9466
9493
  }
9467
9494
  },
9468
9495
  enumerable: false,
9469
9496
  configurable: true
9470
9497
  });
9471
- Object.defineProperty(XIcon.prototype, "di", {
9498
+ Object.defineProperty(XIcon.prototype, "dq", {
9472
9499
  get: function () {
9473
- return this.c0;
9500
+ return this.c7;
9474
9501
  },
9475
9502
  set: function (a) {
9476
- var b = this.c0;
9477
- this.c0 = a;
9478
- if (b != this.c0) {
9479
- this.cg("TextColor", b, a);
9503
+ var b = this.c7;
9504
+ this.c7 = a;
9505
+ if (b != this.c7) {
9506
+ this.cl("TextColor", b, a);
9480
9507
  }
9481
9508
  },
9482
9509
  enumerable: false,
9483
9510
  configurable: true
9484
9511
  });
9485
- Object.defineProperty(XIcon.prototype, "da", {
9512
+ Object.defineProperty(XIcon.prototype, "dh", {
9486
9513
  get: function () {
9487
- return this.cs;
9514
+ return this.cz;
9488
9515
  },
9489
9516
  set: function (a) {
9490
- var b = this.cs;
9491
- this.cs = a;
9492
- if (b != this.cs) {
9493
- this.cg("HoverFill", b, a);
9517
+ var b = this.cz;
9518
+ this.cz = a;
9519
+ if (b != this.cz) {
9520
+ this.cl("HoverFill", b, a);
9494
9521
  }
9495
9522
  },
9496
9523
  enumerable: false,
9497
9524
  configurable: true
9498
9525
  });
9499
- Object.defineProperty(XIcon.prototype, "db", {
9526
+ Object.defineProperty(XIcon.prototype, "di", {
9500
9527
  get: function () {
9501
- return this.ct;
9528
+ return this.c0;
9502
9529
  },
9503
9530
  set: function (a) {
9504
- var b = this.ct;
9505
- this.ct = a;
9506
- if (b != this.ct) {
9507
- this.cg("HoverStroke", b, a);
9531
+ var b = this.c0;
9532
+ this.c0 = a;
9533
+ if (b != this.c0) {
9534
+ this.cl("HoverStroke", b, a);
9508
9535
  }
9509
9536
  },
9510
9537
  enumerable: false,
@@ -9518,21 +9545,21 @@
9518
9545
  var b = this.aa;
9519
9546
  this.aa = a;
9520
9547
  if (b != this.aa) {
9521
- this.cg("HoverStrokeThickness", b, a);
9548
+ this.cl("HoverStrokeThickness", b, a);
9522
9549
  }
9523
9550
  },
9524
9551
  enumerable: false,
9525
9552
  configurable: true
9526
9553
  });
9527
- Object.defineProperty(XIcon.prototype, "dc", {
9554
+ Object.defineProperty(XIcon.prototype, "dj", {
9528
9555
  get: function () {
9529
- return this.cu;
9556
+ return this.c1;
9530
9557
  },
9531
9558
  set: function (a) {
9532
- var b = this.cu;
9533
- this.cu = a;
9534
- if (b != this.cu) {
9535
- this.cg("HoverTextColor", b, a);
9559
+ var b = this.c1;
9560
+ this.c1 = a;
9561
+ if (b != this.c1) {
9562
+ this.cl("HoverTextColor", b, a);
9536
9563
  }
9537
9564
  },
9538
9565
  enumerable: false,
@@ -9546,7 +9573,7 @@
9546
9573
  var b = this.c;
9547
9574
  this.c = a;
9548
9575
  if (b != this.c) {
9549
- this.cg("FillColors", b, this.c);
9576
+ this.cl("FillColors", b, this.c);
9550
9577
  }
9551
9578
  },
9552
9579
  enumerable: false,
@@ -9560,91 +9587,91 @@
9560
9587
  var b = this.d;
9561
9588
  this.d = a;
9562
9589
  if (b != this.d) {
9563
- this.cg("StrokeColors", b, this.d);
9590
+ this.cl("StrokeColors", b, this.d);
9564
9591
  }
9565
9592
  },
9566
9593
  enumerable: false,
9567
9594
  configurable: true
9568
9595
  });
9569
- Object.defineProperty(XIcon.prototype, "dd", {
9596
+ Object.defineProperty(XIcon.prototype, "dk", {
9570
9597
  get: function () {
9571
- return this.cv;
9598
+ return this.c2;
9572
9599
  },
9573
9600
  set: function (a) {
9574
- var b = this.cv;
9575
- this.cv = a;
9576
- if (b != this.cv) {
9577
- this.cg("PrimaryFillColor", b, this.cv);
9601
+ var b = this.c2;
9602
+ this.c2 = a;
9603
+ if (b != this.c2) {
9604
+ this.cl("PrimaryFillColor", b, this.c2);
9578
9605
  }
9579
9606
  },
9580
9607
  enumerable: false,
9581
9608
  configurable: true
9582
9609
  });
9583
- Object.defineProperty(XIcon.prototype, "de", {
9610
+ Object.defineProperty(XIcon.prototype, "dl", {
9584
9611
  get: function () {
9585
- return this.cw;
9612
+ return this.c3;
9586
9613
  },
9587
9614
  set: function (a) {
9588
- var b = this.cw;
9589
- this.cw = a;
9590
- if (b != this.cw) {
9591
- this.cg("PrimaryStrokeColor", b, this.cw);
9615
+ var b = this.c3;
9616
+ this.c3 = a;
9617
+ if (b != this.c3) {
9618
+ this.cl("PrimaryStrokeColor", b, this.c3);
9592
9619
  }
9593
9620
  },
9594
9621
  enumerable: false,
9595
9622
  configurable: true
9596
9623
  });
9597
- Object.defineProperty(XIcon.prototype, "df", {
9624
+ Object.defineProperty(XIcon.prototype, "dm", {
9598
9625
  get: function () {
9599
- return this.cx;
9626
+ return this.c4;
9600
9627
  },
9601
9628
  set: function (a) {
9602
- var b = this.cx;
9603
- this.cx = a;
9604
- if (b != this.cx) {
9605
- this.cg("SecondaryFillColor", b, this.cx);
9629
+ var b = this.c4;
9630
+ this.c4 = a;
9631
+ if (b != this.c4) {
9632
+ this.cl("SecondaryFillColor", b, this.c4);
9606
9633
  }
9607
9634
  },
9608
9635
  enumerable: false,
9609
9636
  configurable: true
9610
9637
  });
9611
- Object.defineProperty(XIcon.prototype, "dg", {
9638
+ Object.defineProperty(XIcon.prototype, "dn", {
9612
9639
  get: function () {
9613
- return this.cy;
9640
+ return this.c5;
9614
9641
  },
9615
9642
  set: function (a) {
9616
- var b = this.cy;
9617
- this.cy = a;
9618
- if (b != this.cy) {
9619
- this.cg("SecondaryStrokeColor", b, this.cy);
9643
+ var b = this.c5;
9644
+ this.c5 = a;
9645
+ if (b != this.c5) {
9646
+ this.cl("SecondaryStrokeColor", b, this.c5);
9620
9647
  }
9621
9648
  },
9622
9649
  enumerable: false,
9623
9650
  configurable: true
9624
9651
  });
9625
- Object.defineProperty(XIcon.prototype, "az", {
9652
+ Object.defineProperty(XIcon.prototype, "a1", {
9626
9653
  get: function () {
9627
- return this.ax;
9654
+ return this.ay;
9628
9655
  },
9629
9656
  set: function (a) {
9630
- var b = this.ax;
9631
- this.ax = a;
9632
- if (b != this.ax) {
9633
- this.cg("Source", b, a);
9657
+ var b = this.ay;
9658
+ this.ay = a;
9659
+ if (b != this.ay) {
9660
+ this.cl("Source", b, a);
9634
9661
  }
9635
9662
  },
9636
9663
  enumerable: false,
9637
9664
  configurable: true
9638
9665
  });
9639
- Object.defineProperty(XIcon.prototype, "bc", {
9666
+ Object.defineProperty(XIcon.prototype, "bg", {
9640
9667
  get: function () {
9641
- return this.a1;
9668
+ return this.a3;
9642
9669
  },
9643
9670
  set: function (a) {
9644
- var b = this.a1;
9645
- this.a1 = a;
9646
- if (b != this.a1) {
9647
- this.cg("DataURL", b, a);
9671
+ var b = this.a3;
9672
+ this.a3 = a;
9673
+ if (b != this.a3) {
9674
+ this.cl("DataURL", b, a);
9648
9675
  }
9649
9676
  },
9650
9677
  enumerable: false,
@@ -9652,13 +9679,13 @@
9652
9679
  });
9653
9680
  Object.defineProperty(XIcon.prototype, "svgPath", {
9654
9681
  get: function () {
9655
- return this.a4;
9682
+ return this.a6;
9656
9683
  },
9657
9684
  set: function (a) {
9658
- var b = this.a4;
9659
- this.a4 = a;
9660
- if (b != this.a4) {
9661
- this.cg("SVGPath", b, a);
9685
+ var b = this.a6;
9686
+ this.a6 = a;
9687
+ if (b != this.a6) {
9688
+ this.cl("SVGPath", b, a);
9662
9689
  }
9663
9690
  },
9664
9691
  enumerable: false,
@@ -9666,13 +9693,13 @@
9666
9693
  });
9667
9694
  Object.defineProperty(XIcon.prototype, "svg", {
9668
9695
  get: function () {
9669
- return this.a3;
9696
+ return this.a5;
9670
9697
  },
9671
9698
  set: function (a) {
9672
- var b = this.a3;
9673
- this.a3 = a;
9674
- if (b != this.a3) {
9675
- this.cg("SVG", b, this.a3);
9699
+ var b = this.a5;
9700
+ this.a5 = a;
9701
+ if (b != this.a5) {
9702
+ this.cl("SVG", b, this.a5);
9676
9703
  }
9677
9704
  },
9678
9705
  enumerable: false,
@@ -9686,16 +9713,44 @@
9686
9713
  var b = this.a;
9687
9714
  this.a = a;
9688
9715
  if (b != this.a) {
9689
- this.cg("SVGPaths", b, this.a);
9716
+ this.cl("SVGPaths", b, this.a);
9717
+ }
9718
+ },
9719
+ enumerable: false,
9720
+ configurable: true
9721
+ });
9722
+ Object.defineProperty(XIcon.prototype, "cu", {
9723
+ get: function () {
9724
+ return this.ct;
9725
+ },
9726
+ set: function (a) {
9727
+ var b = this.ct;
9728
+ this.ct = a;
9729
+ if (b != this.ct) {
9730
+ this.cl("DataTemplate", b, this.ct);
9731
+ }
9732
+ },
9733
+ enumerable: false,
9734
+ configurable: true
9735
+ });
9736
+ Object.defineProperty(XIcon.prototype, "az", {
9737
+ get: function () {
9738
+ return this.ax;
9739
+ },
9740
+ set: function (a) {
9741
+ var b = this.ax;
9742
+ this.ax = a;
9743
+ if (b != this.ax) {
9744
+ this.cl("DataTemplateContext", b, this.ax);
9690
9745
  }
9691
9746
  },
9692
9747
  enumerable: false,
9693
9748
  configurable: true
9694
9749
  });
9695
- XIcon.prototype.ce = function () {
9750
+ XIcon.prototype.cj = function () {
9696
9751
  this.v = true;
9697
9752
  };
9698
- XIcon.prototype.cf = function () {
9753
+ XIcon.prototype.ck = function () {
9699
9754
  this.v = false;
9700
9755
  };
9701
9756
  Object.defineProperty(XIcon.prototype, "o", {
@@ -9706,21 +9761,21 @@
9706
9761
  var b = this.n;
9707
9762
  this.n = a;
9708
9763
  if (b != this.n) {
9709
- this.cg("TextStyle", b, a);
9764
+ this.cl("TextStyle", b, a);
9710
9765
  }
9711
9766
  },
9712
9767
  enumerable: false,
9713
9768
  configurable: true
9714
9769
  });
9715
- Object.defineProperty(XIcon.prototype, "bm", {
9770
+ Object.defineProperty(XIcon.prototype, "bq", {
9716
9771
  get: function () {
9717
- return this.a2;
9772
+ return this.a4;
9718
9773
  },
9719
9774
  set: function (a) {
9720
- var b = this.a2;
9721
- this.a2 = a;
9722
- if (b != this.a2) {
9723
- this.cg("Id", b, a);
9775
+ var b = this.a4;
9776
+ this.a4 = a;
9777
+ if (b != this.a4) {
9778
+ this.cl("Id", b, a);
9724
9779
  }
9725
9780
  },
9726
9781
  enumerable: false,
@@ -9742,21 +9797,21 @@
9742
9797
  this.au = a;
9743
9798
  this.p = true;
9744
9799
  if (b != this.au) {
9745
- this.cg("TabIndex", b, a);
9800
+ this.cl("TabIndex", b, a);
9746
9801
  }
9747
9802
  },
9748
9803
  enumerable: false,
9749
9804
  configurable: true
9750
9805
  });
9751
- Object.defineProperty(XIcon.prototype, "a9", {
9806
+ Object.defineProperty(XIcon.prototype, "bb", {
9752
9807
  get: function () {
9753
- return this.a0;
9808
+ return this.a2;
9754
9809
  },
9755
9810
  set: function (a) {
9756
- var b = this.a0;
9757
- this.a0 = a;
9758
- if (b != this.a0) {
9759
- this.cg("AriaLabel", b, a);
9811
+ var b = this.a2;
9812
+ this.a2 = a;
9813
+ if (b != this.a2) {
9814
+ this.cl("AriaLabel", b, a);
9760
9815
  }
9761
9816
  },
9762
9817
  enumerable: false,
@@ -9770,7 +9825,7 @@
9770
9825
  var b = this.r;
9771
9826
  this.r = a;
9772
9827
  if (b != this.r) {
9773
- this.cg("IsHover", b, a);
9828
+ this.cl("IsHover", b, a);
9774
9829
  }
9775
9830
  },
9776
9831
  enumerable: false,
@@ -9784,7 +9839,7 @@
9784
9839
  var b = this.q;
9785
9840
  this.q = a;
9786
9841
  if (b != this.q) {
9787
- this.cg("IsDisabled", b, a);
9842
+ this.cl("IsDisabled", b, a);
9788
9843
  }
9789
9844
  },
9790
9845
  enumerable: false,
@@ -9798,7 +9853,7 @@
9798
9853
  var b = this.ab;
9799
9854
  this.ab = a;
9800
9855
  if (b != this.ab) {
9801
- this.cg("Opacity", b, this.ab);
9856
+ this.cl("Opacity", b, this.ab);
9802
9857
  }
9803
9858
  },
9804
9859
  enumerable: false,
@@ -9812,7 +9867,7 @@
9812
9867
  var b = this.ae;
9813
9868
  this.ae = a;
9814
9869
  if (b != this.ae) {
9815
- this.cg("ViewBoxLeft", b, this.ae);
9870
+ this.cl("ViewBoxLeft", b, this.ae);
9816
9871
  }
9817
9872
  },
9818
9873
  enumerable: false,
@@ -9826,7 +9881,7 @@
9826
9881
  var b = this.af;
9827
9882
  this.af = a;
9828
9883
  if (b != this.af) {
9829
- this.cg("ViewBoxTop", b, this.af);
9884
+ this.cl("ViewBoxTop", b, this.af);
9830
9885
  }
9831
9886
  },
9832
9887
  enumerable: false,
@@ -9840,7 +9895,7 @@
9840
9895
  var b = this.ag;
9841
9896
  this.ag = a;
9842
9897
  if (b != this.ag) {
9843
- this.cg("ViewBoxWidth", b, this.ag);
9898
+ this.cl("ViewBoxWidth", b, this.ag);
9844
9899
  }
9845
9900
  },
9846
9901
  enumerable: false,
@@ -9854,7 +9909,7 @@
9854
9909
  var b = this.ad;
9855
9910
  this.ad = a;
9856
9911
  if (b != this.ad) {
9857
- this.cg("ViewBoxHeight", b, this.ad);
9912
+ this.cl("ViewBoxHeight", b, this.ad);
9858
9913
  }
9859
9914
  },
9860
9915
  enumerable: false,
@@ -9868,7 +9923,7 @@
9868
9923
  var b = this.ah;
9869
9924
  this.ah = a;
9870
9925
  if (b != this.ah) {
9871
- this.cg("Width", b, this.ah);
9926
+ this.cl("Width", b, this.ah);
9872
9927
  }
9873
9928
  },
9874
9929
  enumerable: false,
@@ -9882,19 +9937,19 @@
9882
9937
  var b = this.z;
9883
9938
  this.z = a;
9884
9939
  if (b != this.z) {
9885
- this.cg("Height", b, this.z);
9940
+ this.cl("Height", b, this.z);
9886
9941
  }
9887
9942
  },
9888
9943
  enumerable: false,
9889
9944
  configurable: true
9890
9945
  });
9891
- XIcon.prototype.ch = function () {
9946
+ XIcon.prototype.cm = function () {
9892
9947
  };
9893
9948
  XIcon.prototype.onDetachedFromUI = function () {
9894
- this.view.ak();
9949
+ this.view.al();
9895
9950
  };
9896
9951
  XIcon.prototype.onAttachedToUI = function () {
9897
- this.view.ah();
9952
+ this.view.ai();
9898
9953
  };
9899
9954
  XIcon.prototype.x = function () {
9900
9955
  if (this.disabled) {
@@ -9910,10 +9965,10 @@
9910
9965
  XIcon.prototype.w = function () {
9911
9966
  return this.view.l();
9912
9967
  };
9913
- XIcon.prototype.ay = function () {
9968
+ XIcon.prototype.a0 = function () {
9914
9969
  return this.g();
9915
9970
  };
9916
- XIcon.prototype.be = function () {
9971
+ XIcon.prototype.bi = function () {
9917
9972
  var a = this.g();
9918
9973
  return a.l();
9919
9974
  };
@@ -9927,7 +9982,7 @@
9927
9982
  a.a = this.view.a();
9928
9983
  a.svg = this.svg;
9929
9984
  a.svgPath = this.svgPath;
9930
- a.k = this.bc;
9985
+ a.k = this.bg;
9931
9986
  if (this.o != null) {
9932
9987
  var c = this.o;
9933
9988
  if (this.view != null && c.q == null) {
@@ -9959,15 +10014,15 @@
9959
10014
  return a;
9960
10015
  };
9961
10016
  XIcon.prototype.provideContainer = function (a) {
9962
- this.view.aj(a);
10017
+ this.view.ak(a);
9963
10018
  };
9964
10019
  XIcon.$t = igniteuiWebcomponentsCore.markType(XIcon, 'XIcon', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type, igniteuiWebcomponentsCore.IIcon_$type]);
9965
- XIcon.c4 = null;
9966
- XIcon.c9 = null;
9967
- XIcon.c8 = null;
9968
- XIcon.c5 = null;
9969
- XIcon.c6 = null;
9970
- XIcon.c7 = null;
10020
+ XIcon.db = null;
10021
+ XIcon.dg = null;
10022
+ XIcon.df = null;
10023
+ XIcon.dc = null;
10024
+ XIcon.dd = null;
10025
+ XIcon.de = null;
9971
10026
  XIcon.ak = NaN;
9972
10027
  XIcon.aj = NaN;
9973
10028
  XIcon.aw = 0;
@@ -10202,11 +10257,11 @@
10202
10257
  * Gets the fill color currently used by the icon.
10203
10258
  */
10204
10259
  get: function () {
10205
- return igniteuiWebcomponentsCore.brushToString(this.i.c1);
10260
+ return igniteuiWebcomponentsCore.brushToString(this.i.c8);
10206
10261
  },
10207
10262
  set: function (v) {
10208
- this.i.c1 = igniteuiWebcomponentsCore.stringToBrush(v);
10209
- this._a("actualFill", igniteuiWebcomponentsCore.brushToString(this.i.c1));
10263
+ this.i.c8 = igniteuiWebcomponentsCore.stringToBrush(v);
10264
+ this._a("actualFill", igniteuiWebcomponentsCore.brushToString(this.i.c8));
10210
10265
  },
10211
10266
  enumerable: false,
10212
10267
  configurable: true
@@ -10216,11 +10271,11 @@
10216
10271
  * Gets the stroke color currently used by the icon.
10217
10272
  */
10218
10273
  get: function () {
10219
- return igniteuiWebcomponentsCore.brushToString(this.i.c2);
10274
+ return igniteuiWebcomponentsCore.brushToString(this.i.c9);
10220
10275
  },
10221
10276
  set: function (v) {
10222
- this.i.c2 = igniteuiWebcomponentsCore.stringToBrush(v);
10223
- this._a("actualStroke", igniteuiWebcomponentsCore.brushToString(this.i.c2));
10277
+ this.i.c9 = igniteuiWebcomponentsCore.stringToBrush(v);
10278
+ this._a("actualStroke", igniteuiWebcomponentsCore.brushToString(this.i.c9));
10224
10279
  },
10225
10280
  enumerable: false,
10226
10281
  configurable: true
@@ -10230,11 +10285,11 @@
10230
10285
  * Gets the text color currently used by the icon.
10231
10286
  */
10232
10287
  get: function () {
10233
- return igniteuiWebcomponentsCore.brushToString(this.i.c3);
10288
+ return igniteuiWebcomponentsCore.brushToString(this.i.da);
10234
10289
  },
10235
10290
  set: function (v) {
10236
- this.i.c3 = igniteuiWebcomponentsCore.stringToBrush(v);
10237
- this._a("actualTextColor", igniteuiWebcomponentsCore.brushToString(this.i.c3));
10291
+ this.i.da = igniteuiWebcomponentsCore.stringToBrush(v);
10292
+ this._a("actualTextColor", igniteuiWebcomponentsCore.brushToString(this.i.da));
10238
10293
  },
10239
10294
  enumerable: false,
10240
10295
  configurable: true
@@ -10272,11 +10327,11 @@
10272
10327
  * Gets or sets the stroke color to use for the icon.
10273
10328
  */
10274
10329
  get: function () {
10275
- return igniteuiWebcomponentsCore.brushToString(this.i.dh);
10330
+ return igniteuiWebcomponentsCore.brushToString(this.i.dp);
10276
10331
  },
10277
10332
  set: function (v) {
10278
- this.i.dh = igniteuiWebcomponentsCore.stringToBrush(v);
10279
- this._a("stroke", igniteuiWebcomponentsCore.brushToString(this.i.dh));
10333
+ this.i.dp = igniteuiWebcomponentsCore.stringToBrush(v);
10334
+ this._a("stroke", igniteuiWebcomponentsCore.brushToString(this.i.dp));
10280
10335
  },
10281
10336
  enumerable: false,
10282
10337
  configurable: true
@@ -10300,11 +10355,11 @@
10300
10355
  * Gets or sets the text color to use for the icon.
10301
10356
  */
10302
10357
  get: function () {
10303
- return igniteuiWebcomponentsCore.brushToString(this.i.di);
10358
+ return igniteuiWebcomponentsCore.brushToString(this.i.dq);
10304
10359
  },
10305
10360
  set: function (v) {
10306
- this.i.di = igniteuiWebcomponentsCore.stringToBrush(v);
10307
- this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.di));
10361
+ this.i.dq = igniteuiWebcomponentsCore.stringToBrush(v);
10362
+ this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.dq));
10308
10363
  },
10309
10364
  enumerable: false,
10310
10365
  configurable: true
@@ -10314,11 +10369,11 @@
10314
10369
  * Gets or sets the fill color to use when the icon is hovered.
10315
10370
  */
10316
10371
  get: function () {
10317
- return igniteuiWebcomponentsCore.brushToString(this.i.da);
10372
+ return igniteuiWebcomponentsCore.brushToString(this.i.dh);
10318
10373
  },
10319
10374
  set: function (v) {
10320
- this.i.da = igniteuiWebcomponentsCore.stringToBrush(v);
10321
- this._a("hoverFill", igniteuiWebcomponentsCore.brushToString(this.i.da));
10375
+ this.i.dh = igniteuiWebcomponentsCore.stringToBrush(v);
10376
+ this._a("hoverFill", igniteuiWebcomponentsCore.brushToString(this.i.dh));
10322
10377
  },
10323
10378
  enumerable: false,
10324
10379
  configurable: true
@@ -10328,11 +10383,11 @@
10328
10383
  * Gets or sets the stroke color to use when the icon is hovered.
10329
10384
  */
10330
10385
  get: function () {
10331
- return igniteuiWebcomponentsCore.brushToString(this.i.db);
10386
+ return igniteuiWebcomponentsCore.brushToString(this.i.di);
10332
10387
  },
10333
10388
  set: function (v) {
10334
- this.i.db = igniteuiWebcomponentsCore.stringToBrush(v);
10335
- this._a("hoverStroke", igniteuiWebcomponentsCore.brushToString(this.i.db));
10389
+ this.i.di = igniteuiWebcomponentsCore.stringToBrush(v);
10390
+ this._a("hoverStroke", igniteuiWebcomponentsCore.brushToString(this.i.di));
10336
10391
  },
10337
10392
  enumerable: false,
10338
10393
  configurable: true
@@ -10356,11 +10411,11 @@
10356
10411
  * Gets or sets the text color to use when the icon is hovered.
10357
10412
  */
10358
10413
  get: function () {
10359
- return igniteuiWebcomponentsCore.brushToString(this.i.dc);
10414
+ return igniteuiWebcomponentsCore.brushToString(this.i.dj);
10360
10415
  },
10361
10416
  set: function (v) {
10362
- this.i.dc = igniteuiWebcomponentsCore.stringToBrush(v);
10363
- this._a("hoverTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dc));
10417
+ this.i.dj = igniteuiWebcomponentsCore.stringToBrush(v);
10418
+ this._a("hoverTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dj));
10364
10419
  },
10365
10420
  enumerable: false,
10366
10421
  configurable: true
@@ -10408,11 +10463,11 @@
10408
10463
  * class.
10409
10464
  */
10410
10465
  get: function () {
10411
- return igniteuiWebcomponentsCore.brushToString(this.i.dd);
10466
+ return igniteuiWebcomponentsCore.brushToString(this.i.dk);
10412
10467
  },
10413
10468
  set: function (v) {
10414
- this.i.dd = igniteuiWebcomponentsCore.stringToBrush(v);
10415
- this._a("primaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.dd));
10469
+ this.i.dk = igniteuiWebcomponentsCore.stringToBrush(v);
10470
+ this._a("primaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.dk));
10416
10471
  },
10417
10472
  enumerable: false,
10418
10473
  configurable: true
@@ -10426,11 +10481,11 @@
10426
10481
  * class.
10427
10482
  */
10428
10483
  get: function () {
10429
- return igniteuiWebcomponentsCore.brushToString(this.i.de);
10484
+ return igniteuiWebcomponentsCore.brushToString(this.i.dl);
10430
10485
  },
10431
10486
  set: function (v) {
10432
- this.i.de = igniteuiWebcomponentsCore.stringToBrush(v);
10433
- this._a("primaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.de));
10487
+ this.i.dl = igniteuiWebcomponentsCore.stringToBrush(v);
10488
+ this._a("primaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.dl));
10434
10489
  },
10435
10490
  enumerable: false,
10436
10491
  configurable: true
@@ -10444,11 +10499,11 @@
10444
10499
  * class.
10445
10500
  */
10446
10501
  get: function () {
10447
- return igniteuiWebcomponentsCore.brushToString(this.i.df);
10502
+ return igniteuiWebcomponentsCore.brushToString(this.i.dm);
10448
10503
  },
10449
10504
  set: function (v) {
10450
- this.i.df = igniteuiWebcomponentsCore.stringToBrush(v);
10451
- this._a("secondaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.df));
10505
+ this.i.dm = igniteuiWebcomponentsCore.stringToBrush(v);
10506
+ this._a("secondaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.dm));
10452
10507
  },
10453
10508
  enumerable: false,
10454
10509
  configurable: true
@@ -10462,11 +10517,11 @@
10462
10517
  * class.
10463
10518
  */
10464
10519
  get: function () {
10465
- return igniteuiWebcomponentsCore.brushToString(this.i.dg);
10520
+ return igniteuiWebcomponentsCore.brushToString(this.i.dn);
10466
10521
  },
10467
10522
  set: function (v) {
10468
- this.i.dg = igniteuiWebcomponentsCore.stringToBrush(v);
10469
- this._a("secondaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.dg));
10523
+ this.i.dn = igniteuiWebcomponentsCore.stringToBrush(v);
10524
+ this._a("secondaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.dn));
10470
10525
  },
10471
10526
  enumerable: false,
10472
10527
  configurable: true
@@ -10476,10 +10531,10 @@
10476
10531
  * Gets or sets the image source for the icon. Used if none of the other icon types are not used.
10477
10532
  */
10478
10533
  get: function () {
10479
- return this.i.az;
10534
+ return this.i.a1;
10480
10535
  },
10481
10536
  set: function (v) {
10482
- this.i.az = v;
10537
+ this.i.a1 = v;
10483
10538
  },
10484
10539
  enumerable: false,
10485
10540
  configurable: true
@@ -10489,10 +10544,10 @@
10489
10544
  * Gets or sets data url for the icon to use.
10490
10545
  */
10491
10546
  get: function () {
10492
- return this.i.bc;
10547
+ return this.i.bg;
10493
10548
  },
10494
10549
  set: function (v) {
10495
- this.i.bc = v;
10550
+ this.i.bg = v;
10496
10551
  },
10497
10552
  enumerable: false,
10498
10553
  configurable: true
@@ -10564,10 +10619,10 @@
10564
10619
  * Gets or sets the id to use for the checkbox.
10565
10620
  */
10566
10621
  get: function () {
10567
- return this.i.bm;
10622
+ return this.i.bq;
10568
10623
  },
10569
10624
  set: function (v) {
10570
- this.i.bm = v;
10625
+ this.i.bq = v;
10571
10626
  },
10572
10627
  enumerable: false,
10573
10628
  configurable: true
@@ -10591,10 +10646,10 @@
10591
10646
  * Gets or sets the value of the aria-label attribute.
10592
10647
  */
10593
10648
  get: function () {
10594
- return this.i.a9;
10649
+ return this.i.bb;
10595
10650
  },
10596
10651
  set: function (v) {
10597
- this.i.a9 = v;
10652
+ this.i.bb = v;
10598
10653
  },
10599
10654
  enumerable: false,
10600
10655
  configurable: true
@@ -10798,7 +10853,7 @@
10798
10853
 
10799
10854
  */
10800
10855
  IgcXIconComponent.prototype.exportVisualModel = function () {
10801
- var iv = this.i.ay();
10856
+ var iv = this.i.a0();
10802
10857
  return (iv);
10803
10858
  };
10804
10859
  /**
@@ -10806,7 +10861,7 @@
10806
10861
 
10807
10862
  */
10808
10863
  IgcXIconComponent.prototype.exportSerializedVisualModel = function () {
10809
- var iv = this.i.be();
10864
+ var iv = this.i.bi();
10810
10865
  return (iv);
10811
10866
  };
10812
10867
  IgcXIconComponent._observedAttributesIgcXIconComponent = null;
@@ -15580,7 +15635,7 @@
15580
15635
  };
15581
15636
  InputGroupView.prototype.ac = function (a) {
15582
15637
  if (igniteuiWebcomponentsCore.typeCast(XLabel.$, a) !== null) {
15583
- a.bd = "flex-start";
15638
+ a.be = "flex-start";
15584
15639
  }
15585
15640
  };
15586
15641
  InputGroupView.prototype.ae = function (a) {
@@ -16204,21 +16259,21 @@
16204
16259
  c.setStyleProperty("overflow", "hidden");
16205
16260
  c.setStyleProperty("height", "1.125rem");
16206
16261
  c.setStyleProperty("backface-visibility", "hidden");
16207
- igniteuiWebcomponentsCore.NativeUI.q(this.m.rootWrapper, this.c.c2);
16262
+ igniteuiWebcomponentsCore.NativeUI.q(this.m.rootWrapper, this.c.c3);
16208
16263
  c.setStyleProperty("outline-style", "none");
16209
16264
  c.setStyleProperty("box-shadow", "none");
16210
16265
  c.setStyleProperty("font-family", "Verdana");
16211
16266
  c.setStyleProperty("font-size", "1rem");
16212
16267
  this.n = c;
16213
16268
  this.m.append(this.n);
16214
- this.c.ck();
16269
+ this.c.cl();
16215
16270
  };
16216
16271
  LabelView.prototype.l = function () {
16217
16272
  return this.c.l == 0 ? (this.j() * 0.5) : 0;
16218
16273
  };
16219
16274
  LabelView.prototype.aj = function () {
16220
16275
  var _this = this;
16221
- this.c.bj = "block";
16276
+ this.c.bk = "block";
16222
16277
  var a = new igniteuiWebcomponentsCore.TransformGroup();
16223
16278
  a.j.add(((function () {
16224
16279
  var $ret = new igniteuiWebcomponentsCore.TranslateTransform();
@@ -16265,8 +16320,8 @@
16265
16320
  };
16266
16321
  LabelView.prototype.ab = function () {
16267
16322
  if (this.m != null) {
16268
- this.m.rootWrapper.setStyleProperty("display", this.c.bj);
16269
- this.n.setStyleProperty("display", this.c.bj);
16323
+ this.m.rootWrapper.setStyleProperty("display", this.c.bk);
16324
+ this.n.setStyleProperty("display", this.c.bk);
16270
16325
  var ext_ = this.m.getExternal(this.c, null, null);
16271
16326
  if (ext_ && ext_._onDisplayChanged) {
16272
16327
  ext_._onDisplayChanged();
@@ -16276,8 +16331,8 @@
16276
16331
  };
16277
16332
  LabelView.prototype.w = function () {
16278
16333
  if (this.m != null) {
16279
- this.m.rootWrapper.setStyleProperty("align-items", this.c.bb);
16280
- this.n.setStyleProperty("align-items", this.c.bb);
16334
+ this.m.rootWrapper.setStyleProperty("align-items", this.c.bc);
16335
+ this.n.setStyleProperty("align-items", this.c.bc);
16281
16336
  var ext_ = this.m.getExternal(this.c, null, null);
16282
16337
  if (ext_ && ext_._onAlignItemsChanged) {
16283
16338
  ext_._onAlignItemsChanged();
@@ -16287,8 +16342,8 @@
16287
16342
  };
16288
16343
  LabelView.prototype.x = function () {
16289
16344
  if (this.m != null) {
16290
- this.m.rootWrapper.setStyleProperty("align-self", this.c.bd);
16291
- this.n.setStyleProperty("align-self", this.c.bd);
16345
+ this.m.rootWrapper.setStyleProperty("align-self", this.c.be);
16346
+ this.n.setStyleProperty("align-self", this.c.be);
16292
16347
  var ext_ = this.m.getExternal(this.c, null, null);
16293
16348
  if (ext_ && ext_._onAlignSelfChanged) {
16294
16349
  ext_._onAlignSelfChanged();
@@ -16298,8 +16353,8 @@
16298
16353
  };
16299
16354
  LabelView.prototype.ac = function () {
16300
16355
  if (this.m != null) {
16301
- this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bm);
16302
- this.n.setStyleProperty("flex-direction", this.c.bm);
16356
+ this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bn);
16357
+ this.n.setStyleProperty("flex-direction", this.c.bn);
16303
16358
  var ext_ = this.m.getExternal(this.c, null, null);
16304
16359
  if (ext_ && ext_._onFlexDirectionChanged) {
16305
16360
  ext_._onFlexDirectionChanged();
@@ -16309,8 +16364,8 @@
16309
16364
  };
16310
16365
  LabelView.prototype.ad = function () {
16311
16366
  if (this.m != null) {
16312
- this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bo);
16313
- this.n.setStyleProperty("flex-grow", this.c.bo);
16367
+ this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bp);
16368
+ this.n.setStyleProperty("flex-grow", this.c.bp);
16314
16369
  var ext_ = this.m.getExternal(this.c, null, null);
16315
16370
  if (ext_ && ext_._onFlexGrowChanged) {
16316
16371
  ext_._onFlexGrowChanged();
@@ -16379,10 +16434,10 @@
16379
16434
  return parseFloat(igniteuiWebcomponentsCore.stringReplace(a, "px", ""));
16380
16435
  };
16381
16436
  LabelView.prototype.t = function (a) {
16382
- this.c.cg();
16437
+ this.c.ch();
16383
16438
  };
16384
16439
  LabelView.prototype.u = function (a) {
16385
- this.c.ch();
16440
+ this.c.ci();
16386
16441
  };
16387
16442
  LabelView.prototype.y = function () {
16388
16443
  this.f = true;
@@ -17821,7 +17876,7 @@
17821
17876
  a.l = 2;
17822
17877
  break;
17823
17878
  }
17824
- a.cn(_this.ai, false);
17879
+ a.co(_this.ai, false);
17825
17880
  });
17826
17881
  };
17827
17882
  XInputGroup.prototype.kf = function () {
@@ -18166,11 +18221,11 @@
18166
18221
  var _this = this;
18167
18222
  this.jp();
18168
18223
  if (this.ai) {
18169
- this.js(function (a) { return a.cn(true, !_this.aj); });
18224
+ this.js(function (a) { return a.co(true, !_this.aj); });
18170
18225
  this.jr(function (a) { return a.dq(_this.ar, !_this.aj); });
18171
18226
  }
18172
18227
  else {
18173
- this.js(function (a) { return a.cn(false, !_this.aj); });
18228
+ this.js(function (a) { return a.co(false, !_this.aj); });
18174
18229
  this.jr(function (a) { return a.dq(_this.ar, !_this.aj); });
18175
18230
  }
18176
18231
  };
@@ -18178,12 +18233,12 @@
18178
18233
  this.jp();
18179
18234
  if (this.ao) {
18180
18235
  var a = 1;
18181
- this.js(function (b) { return b.am = true; });
18236
+ this.js(function (b) { return b.an = true; });
18182
18237
  this.j4(a);
18183
18238
  }
18184
18239
  else {
18185
18240
  var b = -1;
18186
- this.js(function (c) { return c.am = false; });
18241
+ this.js(function (c) { return c.an = false; });
18187
18242
  this.j4(b);
18188
18243
  }
18189
18244
  };
@@ -20020,7 +20075,7 @@
20020
20075
  if (this.inputs._inner[b].e == null) {
20021
20076
  this.inputs._inner[b].e = "Label" + a.l.count.toString();
20022
20077
  }
20023
- a.l.add1(this.inputs._inner[b].av());
20078
+ a.l.add1(this.inputs._inner[b].aw());
20024
20079
  }
20025
20080
  else if (igniteuiWebcomponentsCore.typeCast(XInput.$, this.inputs._inner[b]) !== null) {
20026
20081
  if (this.inputs._inner[b].e == null) {
@@ -20530,41 +20585,42 @@
20530
20585
  var _this = _super.call(this) || this;
20531
20586
  _this.n = 0;
20532
20587
  _this._view = null;
20588
+ _this.ak = false;
20533
20589
  _this.aa = null;
20534
20590
  _this.z = null;
20535
20591
  _this.ab = false;
20536
20592
  _this.r = 0;
20537
20593
  _this.q = 1;
20538
- _this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
20539
- _this.cr = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
20594
+ _this.cv = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
20540
20595
  _this.cs = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
20541
20596
  _this.ct = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
20597
+ _this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
20542
20598
  _this.u = null;
20543
- _this.cy = XLabel.de;
20544
- _this.cv = XLabel.c7;
20599
+ _this.cz = XLabel.df;
20545
20600
  _this.cw = XLabel.c8;
20601
+ _this.cx = XLabel.c9;
20546
20602
  _this.k = 0;
20547
20603
  _this.ag = false;
20548
20604
  _this.ae = false;
20549
20605
  _this.v = null;
20550
- _this.cx = null;
20551
- _this.a3 = "ig-label-" + XLabel.au++;
20552
- _this.az = "inline-block";
20606
+ _this.cy = null;
20607
+ _this.a4 = "ig-label-" + XLabel.av++;
20553
20608
  _this.a0 = "inline-block";
20554
- _this.a1 = null;
20555
- _this.aw = "center";
20609
+ _this.a1 = "inline-block";
20610
+ _this.a2 = null;
20556
20611
  _this.ax = "center";
20557
- _this.as = 0;
20612
+ _this.ay = "center";
20613
+ _this.at = 0;
20558
20614
  _this.ac = false;
20559
- _this.a2 = null;
20560
- _this.ay = null;
20561
- _this.a4 = null;
20615
+ _this.a3 = null;
20616
+ _this.az = null;
20617
+ _this.a5 = null;
20562
20618
  _this.af = false;
20563
20619
  _this.aj = false;
20564
20620
  _this.ad = false;
20565
20621
  _this.ai = false;
20566
20622
  _this.ah = false;
20567
- _this.aq = false;
20623
+ _this.ar = false;
20568
20624
  var a = new LabelView();
20569
20625
  a.c = _this;
20570
20626
  _this.view = a;
@@ -20608,7 +20664,7 @@
20608
20664
  enumerable: false,
20609
20665
  configurable: true
20610
20666
  });
20611
- XLabel.prototype.ca = function () {
20667
+ XLabel.prototype.cb = function () {
20612
20668
  var _this = this;
20613
20669
  this.view.v();
20614
20670
  var a = false;
@@ -20650,37 +20706,37 @@
20650
20706
  this.aa = igniteuiWebcomponentsCore.KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(14, b), new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(2, igniteuiWebcomponentsCore.BrushUtil.h(0, 255, 255, 255))).m(new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(14, d), new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(2, igniteuiWebcomponentsCore.BrushUtil.h(this.l == 2 ? 255 : 0, 255, 255, 255))));
20651
20707
  }
20652
20708
  if (this.z == null) {
20653
- this.z = igniteuiWebcomponentsCore.KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(7, this.c2)).m(new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(7, this.cz)));
20709
+ this.z = igniteuiWebcomponentsCore.KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(7, this.c3)).m(new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(7, this.c0)));
20654
20710
  }
20655
20711
  };
20656
- XLabel.prototype.cl = function (a, b) {
20712
+ XLabel.prototype.cm = function (a, b) {
20657
20713
  var _this = this;
20658
20714
  if ((b > 0 && a.playbackRate < 0) || (b < 0 && a.playbackRate > 0)) {
20659
20715
  a.reverse();
20660
- if (this.aq) {
20716
+ if (this.ar) {
20661
20717
  a.finish();
20662
- this.cb(a);
20718
+ this.cc(a);
20663
20719
  return;
20664
20720
  }
20665
- a.finished.f(function (c) { return _this.cb(a); });
20721
+ a.finished.f(function (c) { return _this.cc(a); });
20666
20722
  }
20667
20723
  else {
20668
20724
  a.play();
20669
- if (this.aq) {
20725
+ if (this.ar) {
20670
20726
  a.finish();
20671
- this.cb(a);
20727
+ this.cc(a);
20672
20728
  return;
20673
20729
  }
20674
- a.finished.f(function (c) { return _this.cb(a); });
20730
+ a.finished.f(function (c) { return _this.cc(a); });
20675
20731
  }
20676
20732
  };
20677
- XLabel.prototype.cb = function (a) {
20733
+ XLabel.prototype.cc = function (a) {
20678
20734
  a.commitStyles();
20679
20735
  if (a == this.aa && this.ai) {
20680
20736
  this.aa = null;
20681
20737
  if (this.ab) {
20682
20738
  this.ab = false;
20683
- this.cf();
20739
+ this.cg();
20684
20740
  }
20685
20741
  }
20686
20742
  if (a == this.z && this.ah) {
@@ -20691,15 +20747,15 @@
20691
20747
  _super.prototype.h.call(this, a, b, c);
20692
20748
  switch (a) {
20693
20749
  case "BaseTheme":
20694
- this.co(this.p);
20695
- this.cq();
20750
+ this.cp(this.p);
20751
+ this.cr();
20696
20752
  break;
20697
20753
  case "TextColor":
20698
20754
  case "HoverTextColor":
20699
20755
  case "TextStyle":
20700
20756
  case "HighlightTextColor":
20701
20757
  case "HoverHighlightTextColor":
20702
- this.cq();
20758
+ this.cr();
20703
20759
  break;
20704
20760
  case "ActualTextColor":
20705
20761
  case "ActualHoverTextColor":
@@ -20722,7 +20778,7 @@
20722
20778
  this.ah = true;
20723
20779
  }
20724
20780
  }
20725
- this.cp();
20781
+ this.cq();
20726
20782
  break;
20727
20783
  case "Text":
20728
20784
  this.view.ai();
@@ -20738,10 +20794,10 @@
20738
20794
  this.view.aj();
20739
20795
  break;
20740
20796
  case "IsHighlighted":
20741
- this.ce();
20797
+ this.cf();
20742
20798
  break;
20743
20799
  case "IsShifted":
20744
- this.cf();
20800
+ this.cg();
20745
20801
  break;
20746
20802
  case "ShiftType":
20747
20803
  if (this.aa != null) {
@@ -20752,7 +20808,7 @@
20752
20808
  this.ai = true;
20753
20809
  }
20754
20810
  }
20755
- this.ci();
20811
+ this.cj();
20756
20812
  break;
20757
20813
  case "Display":
20758
20814
  this.view.ab();
@@ -20771,38 +20827,44 @@
20771
20827
  break;
20772
20828
  }
20773
20829
  };
20774
- XLabel.prototype.ci = function () {
20830
+ XLabel.prototype.cj = function () {
20775
20831
  this.view.aj();
20776
20832
  };
20777
- XLabel.prototype.cf = function () {
20833
+ XLabel.prototype.cg = function () {
20778
20834
  this.view.af();
20779
- this.ca();
20835
+ if (this.ak) {
20836
+ return;
20837
+ }
20838
+ this.cb();
20780
20839
  var a = 1;
20781
- var b = this.ao;
20840
+ var b = this.ap;
20782
20841
  if (!b) {
20783
20842
  a = -1;
20784
20843
  }
20785
- this.cl(this.aa, a);
20844
+ this.cm(this.aa, a);
20786
20845
  };
20787
- XLabel.prototype.ce = function () {
20788
- this.ca();
20846
+ XLabel.prototype.cf = function () {
20847
+ if (this.ak) {
20848
+ return;
20849
+ }
20850
+ this.cb();
20789
20851
  var a = 1;
20790
- var b = this.am;
20852
+ var b = this.an;
20791
20853
  if (!b) {
20792
20854
  a = -1;
20793
20855
  }
20794
- this.cl(this.z, a);
20856
+ this.cm(this.z, a);
20795
20857
  };
20796
20858
  XLabel.prototype.onSizeReady = function () {
20797
20859
  if (this.aa != null) {
20798
- this.b9();
20799
- if (this.ao) {
20860
+ this.ca();
20861
+ if (this.ap) {
20800
20862
  this.view.aj();
20801
- this.cf();
20863
+ this.cg();
20802
20864
  }
20803
20865
  }
20804
20866
  };
20805
- XLabel.prototype.b9 = function () {
20867
+ XLabel.prototype.ca = function () {
20806
20868
  if (this.aa != null && this.aa.playState == 3) {
20807
20869
  this.aa = null;
20808
20870
  }
@@ -20811,26 +20873,26 @@
20811
20873
  this.ai = true;
20812
20874
  }
20813
20875
  };
20814
- XLabel.prototype.cq = function () {
20815
- this.c2 = this.di != null ? this.di : XLabel.de;
20816
- this.c1 = this.dh != null ? this.dh : XLabel.de;
20817
- this.cz = this.df != null ? this.df : XLabel.c7;
20876
+ XLabel.prototype.cr = function () {
20877
+ this.c3 = this.dj != null ? this.dj : XLabel.df;
20878
+ this.c2 = this.di != null ? this.di : XLabel.df;
20879
+ this.c0 = this.dg != null ? this.dg : XLabel.c8;
20818
20880
  this.w = this.y != null ? this.y : XLabel.x;
20819
20881
  };
20820
- XLabel.prototype.cp = function () {
20882
+ XLabel.prototype.cq = function () {
20821
20883
  if (this.w != null) {
20822
20884
  this.view.am(this.w);
20823
20885
  }
20824
20886
  else {
20825
20887
  this.view.am(this.view.e());
20826
20888
  }
20827
- this.view.ah(this.c2);
20889
+ this.view.ah(this.c3);
20828
20890
  };
20829
- XLabel.prototype.co = function (a) {
20830
- XLabel.de = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
20831
- XLabel.c7 = ThemeResolver.ah(a, XLabel.da, XLabel.c3);
20832
- XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
20891
+ XLabel.prototype.cp = function (a) {
20892
+ XLabel.df = ThemeResolver.ah(a, XLabel.de, XLabel.c7);
20833
20893
  XLabel.c8 = ThemeResolver.ah(a, XLabel.db, XLabel.c4);
20894
+ XLabel.da = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
20895
+ XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
20834
20896
  };
20835
20897
  Object.defineProperty(XLabel.prototype, "t", {
20836
20898
  get: function () {
@@ -20860,29 +20922,15 @@
20860
20922
  enumerable: false,
20861
20923
  configurable: true
20862
20924
  });
20863
- Object.defineProperty(XLabel.prototype, "c2", {
20925
+ Object.defineProperty(XLabel.prototype, "c3", {
20864
20926
  get: function () {
20865
- return this.cu;
20866
- },
20867
- set: function (a) {
20868
- var b = this.cu;
20869
- this.cu = a;
20870
- if (b != this.cu) {
20871
- this.g("ActualTextColor", b, a);
20872
- }
20873
- },
20874
- enumerable: false,
20875
- configurable: true
20876
- });
20877
- Object.defineProperty(XLabel.prototype, "cz", {
20878
- get: function () {
20879
- return this.cr;
20927
+ return this.cv;
20880
20928
  },
20881
- set: function (a) {
20882
- var b = this.cr;
20883
- this.cr = a;
20884
- if (b != this.cr) {
20885
- this.g("ActualHighlightTextColor", b, a);
20929
+ set: function (a) {
20930
+ var b = this.cv;
20931
+ this.cv = a;
20932
+ if (b != this.cv) {
20933
+ this.g("ActualTextColor", b, a);
20886
20934
  }
20887
20935
  },
20888
20936
  enumerable: false,
@@ -20896,7 +20944,7 @@
20896
20944
  var b = this.cs;
20897
20945
  this.cs = a;
20898
20946
  if (b != this.cs) {
20899
- this.g("ActualHoverHighlightTextColor", b, a);
20947
+ this.g("ActualHighlightTextColor", b, a);
20900
20948
  }
20901
20949
  },
20902
20950
  enumerable: false,
@@ -20910,6 +20958,20 @@
20910
20958
  var b = this.ct;
20911
20959
  this.ct = a;
20912
20960
  if (b != this.ct) {
20961
+ this.g("ActualHoverHighlightTextColor", b, a);
20962
+ }
20963
+ },
20964
+ enumerable: false,
20965
+ configurable: true
20966
+ });
20967
+ Object.defineProperty(XLabel.prototype, "c2", {
20968
+ get: function () {
20969
+ return this.cu;
20970
+ },
20971
+ set: function (a) {
20972
+ var b = this.cu;
20973
+ this.cu = a;
20974
+ if (b != this.cu) {
20913
20975
  this.g("ActualHoverTextColor", b, a);
20914
20976
  }
20915
20977
  },
@@ -20930,42 +20992,42 @@
20930
20992
  enumerable: false,
20931
20993
  configurable: true
20932
20994
  });
20933
- Object.defineProperty(XLabel.prototype, "di", {
20995
+ Object.defineProperty(XLabel.prototype, "dj", {
20934
20996
  get: function () {
20935
- return this.cy;
20997
+ return this.cz;
20936
20998
  },
20937
20999
  set: function (a) {
20938
- var b = this.cy;
20939
- this.cy = a;
20940
- if (b != this.cy) {
21000
+ var b = this.cz;
21001
+ this.cz = a;
21002
+ if (b != this.cz) {
20941
21003
  this.g("TextColor", b, a);
20942
21004
  }
20943
21005
  },
20944
21006
  enumerable: false,
20945
21007
  configurable: true
20946
21008
  });
20947
- Object.defineProperty(XLabel.prototype, "df", {
21009
+ Object.defineProperty(XLabel.prototype, "dg", {
20948
21010
  get: function () {
20949
- return this.cv;
21011
+ return this.cw;
20950
21012
  },
20951
21013
  set: function (a) {
20952
- var b = this.cv;
20953
- this.cv = a;
20954
- if (b != this.cv) {
21014
+ var b = this.cw;
21015
+ this.cw = a;
21016
+ if (b != this.cw) {
20955
21017
  this.g("HighlightTextColor", b, a);
20956
21018
  }
20957
21019
  },
20958
21020
  enumerable: false,
20959
21021
  configurable: true
20960
21022
  });
20961
- Object.defineProperty(XLabel.prototype, "dg", {
21023
+ Object.defineProperty(XLabel.prototype, "dh", {
20962
21024
  get: function () {
20963
- return this.cw;
21025
+ return this.cx;
20964
21026
  },
20965
21027
  set: function (a) {
20966
- var b = this.cw;
20967
- this.cw = a;
20968
- if (b != this.cw) {
21028
+ var b = this.cx;
21029
+ this.cx = a;
21030
+ if (b != this.cx) {
20969
21031
  this.g("HoverHighlightTextColor", b, a);
20970
21032
  }
20971
21033
  },
@@ -20986,7 +21048,7 @@
20986
21048
  enumerable: false,
20987
21049
  configurable: true
20988
21050
  });
20989
- Object.defineProperty(XLabel.prototype, "ao", {
21051
+ Object.defineProperty(XLabel.prototype, "ap", {
20990
21052
  get: function () {
20991
21053
  return this.ag;
20992
21054
  },
@@ -21000,24 +21062,24 @@
21000
21062
  enumerable: false,
21001
21063
  configurable: true
21002
21064
  });
21003
- XLabel.prototype.cn = function (a, b) {
21065
+ XLabel.prototype.co = function (a, b) {
21004
21066
  if (b === void 0) {
21005
21067
  b = true;
21006
21068
  }
21007
- var c = this.aq;
21069
+ var c = this.ar;
21008
21070
  if (!b) {
21009
- this.aq = true;
21071
+ this.ar = true;
21010
21072
  }
21011
21073
  try {
21012
- this.ao = a;
21074
+ this.ap = a;
21013
21075
  }
21014
21076
  finally {
21015
21077
  if (!b) {
21016
- this.aq = c;
21078
+ this.ar = c;
21017
21079
  }
21018
21080
  }
21019
21081
  };
21020
- Object.defineProperty(XLabel.prototype, "am", {
21082
+ Object.defineProperty(XLabel.prototype, "an", {
21021
21083
  get: function () {
21022
21084
  return this.ae;
21023
21085
  },
@@ -21031,11 +21093,11 @@
21031
21093
  enumerable: false,
21032
21094
  configurable: true
21033
21095
  });
21034
- XLabel.prototype.cg = function () {
21035
- this.an = true;
21036
- };
21037
21096
  XLabel.prototype.ch = function () {
21038
- this.an = false;
21097
+ this.ao = true;
21098
+ };
21099
+ XLabel.prototype.ci = function () {
21100
+ this.ao = false;
21039
21101
  };
21040
21102
  Object.defineProperty(XLabel.prototype, "y", {
21041
21103
  get: function () {
@@ -21051,49 +21113,35 @@
21051
21113
  enumerable: false,
21052
21114
  configurable: true
21053
21115
  });
21054
- Object.defineProperty(XLabel.prototype, "dh", {
21116
+ Object.defineProperty(XLabel.prototype, "di", {
21055
21117
  get: function () {
21056
- return this.cx;
21118
+ return this.cy;
21057
21119
  },
21058
21120
  set: function (a) {
21059
- var b = this.cx;
21060
- this.cx = a;
21061
- if (b != this.cx) {
21121
+ var b = this.cy;
21122
+ this.cy = a;
21123
+ if (b != this.cy) {
21062
21124
  this.g("HoverTextColor", b, a);
21063
21125
  }
21064
21126
  },
21065
21127
  enumerable: false,
21066
21128
  configurable: true
21067
21129
  });
21068
- Object.defineProperty(XLabel.prototype, "bv", {
21130
+ Object.defineProperty(XLabel.prototype, "bw", {
21069
21131
  get: function () {
21070
- return this.a3;
21132
+ return this.a4;
21071
21133
  },
21072
21134
  set: function (a) {
21073
- var b = this.a3;
21074
- this.a3 = a;
21075
- if (b != this.a3) {
21135
+ var b = this.a4;
21136
+ this.a4 = a;
21137
+ if (b != this.a4) {
21076
21138
  this.g("Id", b, a);
21077
21139
  }
21078
21140
  },
21079
21141
  enumerable: false,
21080
21142
  configurable: true
21081
21143
  });
21082
- Object.defineProperty(XLabel.prototype, "bj", {
21083
- get: function () {
21084
- return this.az;
21085
- },
21086
- set: function (a) {
21087
- var b = this.az;
21088
- this.az = a;
21089
- if (b != this.az) {
21090
- this.g("Display", b, a);
21091
- }
21092
- },
21093
- enumerable: false,
21094
- configurable: true
21095
- });
21096
- Object.defineProperty(XLabel.prototype, "bm", {
21144
+ Object.defineProperty(XLabel.prototype, "bk", {
21097
21145
  get: function () {
21098
21146
  return this.a0;
21099
21147
  },
@@ -21101,13 +21149,13 @@
21101
21149
  var b = this.a0;
21102
21150
  this.a0 = a;
21103
21151
  if (b != this.a0) {
21104
- this.g("FlexDirection", b, a);
21152
+ this.g("Display", b, a);
21105
21153
  }
21106
21154
  },
21107
21155
  enumerable: false,
21108
21156
  configurable: true
21109
21157
  });
21110
- Object.defineProperty(XLabel.prototype, "bo", {
21158
+ Object.defineProperty(XLabel.prototype, "bn", {
21111
21159
  get: function () {
21112
21160
  return this.a1;
21113
21161
  },
@@ -21115,27 +21163,27 @@
21115
21163
  var b = this.a1;
21116
21164
  this.a1 = a;
21117
21165
  if (b != this.a1) {
21118
- this.g("FlexGrow", b, a);
21166
+ this.g("FlexDirection", b, a);
21119
21167
  }
21120
21168
  },
21121
21169
  enumerable: false,
21122
21170
  configurable: true
21123
21171
  });
21124
- Object.defineProperty(XLabel.prototype, "bb", {
21172
+ Object.defineProperty(XLabel.prototype, "bp", {
21125
21173
  get: function () {
21126
- return this.aw;
21174
+ return this.a2;
21127
21175
  },
21128
21176
  set: function (a) {
21129
- var b = this.aw;
21130
- this.aw = a;
21131
- if (b != this.aw) {
21132
- this.g("AlignItems", b, a);
21177
+ var b = this.a2;
21178
+ this.a2 = a;
21179
+ if (b != this.a2) {
21180
+ this.g("FlexGrow", b, a);
21133
21181
  }
21134
21182
  },
21135
21183
  enumerable: false,
21136
21184
  configurable: true
21137
21185
  });
21138
- Object.defineProperty(XLabel.prototype, "bd", {
21186
+ Object.defineProperty(XLabel.prototype, "bc", {
21139
21187
  get: function () {
21140
21188
  return this.ax;
21141
21189
  },
@@ -21143,56 +21191,70 @@
21143
21191
  var b = this.ax;
21144
21192
  this.ax = a;
21145
21193
  if (b != this.ax) {
21194
+ this.g("AlignItems", b, a);
21195
+ }
21196
+ },
21197
+ enumerable: false,
21198
+ configurable: true
21199
+ });
21200
+ Object.defineProperty(XLabel.prototype, "be", {
21201
+ get: function () {
21202
+ return this.ay;
21203
+ },
21204
+ set: function (a) {
21205
+ var b = this.ay;
21206
+ this.ay = a;
21207
+ if (b != this.ay) {
21146
21208
  this.g("AlignSelf", b, a);
21147
21209
  }
21148
21210
  },
21149
21211
  enumerable: false,
21150
21212
  configurable: true
21151
21213
  });
21152
- Object.defineProperty(XLabel.prototype, "ak", {
21214
+ Object.defineProperty(XLabel.prototype, "al", {
21153
21215
  get: function () {
21154
21216
  return this.ac;
21155
21217
  },
21156
21218
  enumerable: false,
21157
21219
  configurable: true
21158
21220
  });
21159
- Object.defineProperty(XLabel.prototype, "at", {
21221
+ Object.defineProperty(XLabel.prototype, "au", {
21160
21222
  get: function () {
21161
- return this.as;
21223
+ return this.at;
21162
21224
  },
21163
21225
  set: function (a) {
21164
- var b = this.as;
21165
- this.as = a;
21226
+ var b = this.at;
21227
+ this.at = a;
21166
21228
  this.ac = true;
21167
- if (b != this.as) {
21229
+ if (b != this.at) {
21168
21230
  this.g("TabIndex", b, a);
21169
21231
  }
21170
21232
  },
21171
21233
  enumerable: false,
21172
21234
  configurable: true
21173
21235
  });
21174
- Object.defineProperty(XLabel.prototype, "bq", {
21236
+ Object.defineProperty(XLabel.prototype, "br", {
21175
21237
  get: function () {
21176
- return this.a2;
21238
+ return this.a3;
21177
21239
  },
21178
21240
  set: function (a) {
21179
- var b = this.a2;
21180
- this.a2 = a;
21181
- if (b != this.a2) {
21241
+ var b = this.a3;
21242
+ this.a3 = a;
21243
+ if (b != this.a3) {
21182
21244
  this.g("TabIndex", b, a);
21183
21245
  }
21184
21246
  },
21185
21247
  enumerable: false,
21186
21248
  configurable: true
21187
21249
  });
21188
- Object.defineProperty(XLabel.prototype, "bf", {
21250
+ Object.defineProperty(XLabel.prototype, "bg", {
21189
21251
  get: function () {
21190
- return this.ay;
21252
+ return this.az;
21191
21253
  },
21192
21254
  set: function (a) {
21193
- var b = this.ay;
21194
- this.ay = a;
21195
- if (b != this.ay) {
21255
+ var b = this.az;
21256
+ this.az = a;
21257
+ if (b != this.az) {
21196
21258
  this.g("AriaLabel", b, a);
21197
21259
  }
21198
21260
  },
@@ -21201,19 +21263,19 @@
21201
21263
  });
21202
21264
  Object.defineProperty(XLabel.prototype, "text", {
21203
21265
  get: function () {
21204
- return this.a4;
21266
+ return this.a5;
21205
21267
  },
21206
21268
  set: function (a) {
21207
- var b = this.a4;
21208
- this.a4 = a;
21209
- if (b != this.a4) {
21269
+ var b = this.a5;
21270
+ this.a5 = a;
21271
+ if (b != this.a5) {
21210
21272
  this.g("Text", b, a);
21211
21273
  }
21212
21274
  },
21213
21275
  enumerable: false,
21214
21276
  configurable: true
21215
21277
  });
21216
- Object.defineProperty(XLabel.prototype, "an", {
21278
+ Object.defineProperty(XLabel.prototype, "ao", {
21217
21279
  get: function () {
21218
21280
  return this.af;
21219
21281
  },
@@ -21227,7 +21289,7 @@
21227
21289
  enumerable: false,
21228
21290
  configurable: true
21229
21291
  });
21230
- Object.defineProperty(XLabel.prototype, "ar", {
21292
+ Object.defineProperty(XLabel.prototype, "as", {
21231
21293
  get: function () {
21232
21294
  return this.aj;
21233
21295
  },
@@ -21255,7 +21317,7 @@
21255
21317
  enumerable: false,
21256
21318
  configurable: true
21257
21319
  });
21258
- XLabel.prototype.ck = function () {
21320
+ XLabel.prototype.cl = function () {
21259
21321
  this.view.ai();
21260
21322
  };
21261
21323
  XLabel.prototype.onDetachedFromUI = function () {
@@ -21264,13 +21326,13 @@
21264
21326
  XLabel.prototype.onAttachedToUI = function () {
21265
21327
  this.view.y();
21266
21328
  };
21267
- XLabel.prototype.ap = function () {
21329
+ XLabel.prototype.aq = function () {
21268
21330
  return this.view.g();
21269
21331
  };
21270
- XLabel.prototype.av = function () {
21332
+ XLabel.prototype.aw = function () {
21271
21333
  return this.j();
21272
21334
  };
21273
- XLabel.prototype.bl = function () {
21335
+ XLabel.prototype.bm = function () {
21274
21336
  var a = this.j();
21275
21337
  return a.q();
21276
21338
  };
@@ -21282,15 +21344,15 @@
21282
21344
  a.d = this.s;
21283
21345
  a.a = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.al(b));
21284
21346
  a.b = this.l;
21285
- a.i = this.ao;
21286
- a.g = this.am;
21287
- a.m = this.bj;
21288
- a.n = this.bm;
21289
- a.o = this.bo;
21290
- a.l = this.bb;
21347
+ a.i = this.ap;
21348
+ a.g = this.an;
21349
+ a.m = this.bk;
21350
+ a.n = this.bn;
21351
+ a.o = this.bp;
21352
+ a.l = this.bc;
21291
21353
  a.r = this.text;
21292
- a.h = this.an;
21293
- a.j = this.ar;
21354
+ a.h = this.ao;
21355
+ a.j = this.as;
21294
21356
  a.f = this.disabled;
21295
21357
  a.p = this.e;
21296
21358
  if (this.w != null) {
@@ -21327,21 +21389,21 @@
21327
21389
  this.view.z(a);
21328
21390
  };
21329
21391
  XLabel.$t = igniteuiWebcomponentsCore.markType(XLabel, 'XLabel', XInputGroupItem.$);
21330
- XLabel.dd = igniteuiWebcomponentsCore.BrushUtil.h(221, 0, 0, 0);
21331
- XLabel.da = igniteuiWebcomponentsCore.BrushUtil.h(255, 0, 153, 155);
21332
- XLabel.dc = igniteuiWebcomponentsCore.BrushUtil.h(221, 0, 0, 0);
21392
+ XLabel.de = igniteuiWebcomponentsCore.BrushUtil.h(221, 0, 0, 0);
21333
21393
  XLabel.db = igniteuiWebcomponentsCore.BrushUtil.h(255, 0, 153, 155);
21334
- XLabel.c6 = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
21335
- XLabel.c3 = igniteuiWebcomponentsCore.BrushUtil.h(255, 33, 150, 243);
21336
- XLabel.c5 = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
21394
+ XLabel.dd = igniteuiWebcomponentsCore.BrushUtil.h(221, 0, 0, 0);
21395
+ XLabel.dc = igniteuiWebcomponentsCore.BrushUtil.h(255, 0, 153, 155);
21396
+ XLabel.c7 = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
21337
21397
  XLabel.c4 = igniteuiWebcomponentsCore.BrushUtil.h(255, 33, 150, 243);
21398
+ XLabel.c6 = igniteuiWebcomponentsCore.BrushUtil.h(255, 24, 29, 31);
21399
+ XLabel.c5 = igniteuiWebcomponentsCore.BrushUtil.h(255, 33, 150, 243);
21338
21400
  XLabel.o = 2;
21339
- XLabel.de = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
21340
- XLabel.c7 = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
21341
- XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
21401
+ XLabel.df = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
21342
21402
  XLabel.c8 = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
21403
+ XLabel.da = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
21404
+ XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
21343
21405
  XLabel.x = null;
21344
- XLabel.au = 0;
21406
+ XLabel.av = 0;
21345
21407
  return XLabel;
21346
21408
  }(XInputGroupItem));
21347
21409
  /**
@@ -23531,11 +23593,11 @@
23531
23593
  * Gets the actual color to use for the text color.
23532
23594
  */
23533
23595
  get: function () {
23534
- return igniteuiWebcomponentsCore.brushToString(this.i.c2);
23596
+ return igniteuiWebcomponentsCore.brushToString(this.i.c3);
23535
23597
  },
23536
23598
  set: function (v) {
23537
- this.i.c2 = igniteuiWebcomponentsCore.stringToBrush(v);
23538
- this._a("actualTextColor", igniteuiWebcomponentsCore.brushToString(this.i.c2));
23599
+ this.i.c3 = igniteuiWebcomponentsCore.stringToBrush(v);
23600
+ this._a("actualTextColor", igniteuiWebcomponentsCore.brushToString(this.i.c3));
23539
23601
  },
23540
23602
  enumerable: false,
23541
23603
  configurable: true
@@ -23545,11 +23607,11 @@
23545
23607
  * Gets the actual color to use for the text color.
23546
23608
  */
23547
23609
  get: function () {
23548
- return igniteuiWebcomponentsCore.brushToString(this.i.cz);
23610
+ return igniteuiWebcomponentsCore.brushToString(this.i.c0);
23549
23611
  },
23550
23612
  set: function (v) {
23551
- this.i.cz = igniteuiWebcomponentsCore.stringToBrush(v);
23552
- this._a("actualHighlightTextColor", igniteuiWebcomponentsCore.brushToString(this.i.cz));
23613
+ this.i.c0 = igniteuiWebcomponentsCore.stringToBrush(v);
23614
+ this._a("actualHighlightTextColor", igniteuiWebcomponentsCore.brushToString(this.i.c0));
23553
23615
  },
23554
23616
  enumerable: false,
23555
23617
  configurable: true
@@ -23559,11 +23621,11 @@
23559
23621
  * Gets the actual color to use for the text color when highlighted and hovered.
23560
23622
  */
23561
23623
  get: function () {
23562
- return igniteuiWebcomponentsCore.brushToString(this.i.c0);
23624
+ return igniteuiWebcomponentsCore.brushToString(this.i.c1);
23563
23625
  },
23564
23626
  set: function (v) {
23565
- this.i.c0 = igniteuiWebcomponentsCore.stringToBrush(v);
23566
- this._a("actualHoverHighlightTextColor", igniteuiWebcomponentsCore.brushToString(this.i.c0));
23627
+ this.i.c1 = igniteuiWebcomponentsCore.stringToBrush(v);
23628
+ this._a("actualHoverHighlightTextColor", igniteuiWebcomponentsCore.brushToString(this.i.c1));
23567
23629
  },
23568
23630
  enumerable: false,
23569
23631
  configurable: true
@@ -23573,11 +23635,11 @@
23573
23635
  * Gets the actual hover color to use for the text.
23574
23636
  */
23575
23637
  get: function () {
23576
- return igniteuiWebcomponentsCore.brushToString(this.i.c1);
23638
+ return igniteuiWebcomponentsCore.brushToString(this.i.c2);
23577
23639
  },
23578
23640
  set: function (v) {
23579
- this.i.c1 = igniteuiWebcomponentsCore.stringToBrush(v);
23580
- this._a("actualHoverTextColor", igniteuiWebcomponentsCore.brushToString(this.i.c1));
23641
+ this.i.c2 = igniteuiWebcomponentsCore.stringToBrush(v);
23642
+ this._a("actualHoverTextColor", igniteuiWebcomponentsCore.brushToString(this.i.c2));
23581
23643
  },
23582
23644
  enumerable: false,
23583
23645
  configurable: true
@@ -23587,11 +23649,11 @@
23587
23649
  * Gets or sets the color to use for the text.
23588
23650
  */
23589
23651
  get: function () {
23590
- return igniteuiWebcomponentsCore.brushToString(this.i.di);
23652
+ return igniteuiWebcomponentsCore.brushToString(this.i.dj);
23591
23653
  },
23592
23654
  set: function (v) {
23593
- this.i.di = igniteuiWebcomponentsCore.stringToBrush(v);
23594
- this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.di));
23655
+ this.i.dj = igniteuiWebcomponentsCore.stringToBrush(v);
23656
+ this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.dj));
23595
23657
  },
23596
23658
  enumerable: false,
23597
23659
  configurable: true
@@ -23601,11 +23663,11 @@
23601
23663
  * Gets or sets the color to use for the text.
23602
23664
  */
23603
23665
  get: function () {
23604
- return igniteuiWebcomponentsCore.brushToString(this.i.df);
23666
+ return igniteuiWebcomponentsCore.brushToString(this.i.dg);
23605
23667
  },
23606
23668
  set: function (v) {
23607
- this.i.df = igniteuiWebcomponentsCore.stringToBrush(v);
23608
- this._a("highlightTextColor", igniteuiWebcomponentsCore.brushToString(this.i.df));
23669
+ this.i.dg = igniteuiWebcomponentsCore.stringToBrush(v);
23670
+ this._a("highlightTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dg));
23609
23671
  },
23610
23672
  enumerable: false,
23611
23673
  configurable: true
@@ -23615,11 +23677,11 @@
23615
23677
  * Gets or sets the color to use for the text.
23616
23678
  */
23617
23679
  get: function () {
23618
- return igniteuiWebcomponentsCore.brushToString(this.i.dg);
23680
+ return igniteuiWebcomponentsCore.brushToString(this.i.dh);
23619
23681
  },
23620
23682
  set: function (v) {
23621
- this.i.dg = igniteuiWebcomponentsCore.stringToBrush(v);
23622
- this._a("hoverHighlightTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dg));
23683
+ this.i.dh = igniteuiWebcomponentsCore.stringToBrush(v);
23684
+ this._a("hoverHighlightTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dh));
23623
23685
  },
23624
23686
  enumerable: false,
23625
23687
  configurable: true
@@ -23648,11 +23710,11 @@
23648
23710
  * Gets or sets the color to use for the hovered text of the button regardless of type.
23649
23711
  */
23650
23712
  get: function () {
23651
- return igniteuiWebcomponentsCore.brushToString(this.i.dh);
23713
+ return igniteuiWebcomponentsCore.brushToString(this.i.di);
23652
23714
  },
23653
23715
  set: function (v) {
23654
- this.i.dh = igniteuiWebcomponentsCore.stringToBrush(v);
23655
- this._a("hoverTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dh));
23716
+ this.i.di = igniteuiWebcomponentsCore.stringToBrush(v);
23717
+ this._a("hoverTextColor", igniteuiWebcomponentsCore.brushToString(this.i.di));
23656
23718
  },
23657
23719
  enumerable: false,
23658
23720
  configurable: true
@@ -23662,10 +23724,10 @@
23662
23724
  * Gets or sets the id to use for the checkbox.
23663
23725
  */
23664
23726
  get: function () {
23665
- return this.i.bv;
23727
+ return this.i.bw;
23666
23728
  },
23667
23729
  set: function (v) {
23668
- this.i.bv = v;
23730
+ this.i.bw = v;
23669
23731
  },
23670
23732
  enumerable: false,
23671
23733
  configurable: true
@@ -23675,10 +23737,10 @@
23675
23737
  * Gets or sets the id to use for the checkbox.
23676
23738
  */
23677
23739
  get: function () {
23678
- return this.i.bj;
23740
+ return this.i.bk;
23679
23741
  },
23680
23742
  set: function (v) {
23681
- this.i.bj = v;
23743
+ this.i.bk = v;
23682
23744
  },
23683
23745
  enumerable: false,
23684
23746
  configurable: true
@@ -23688,10 +23750,10 @@
23688
23750
  * Gets or sets the id to use for the checkbox.
23689
23751
  */
23690
23752
  get: function () {
23691
- return this.i.bm;
23753
+ return this.i.bn;
23692
23754
  },
23693
23755
  set: function (v) {
23694
- this.i.bm = v;
23756
+ this.i.bn = v;
23695
23757
  },
23696
23758
  enumerable: false,
23697
23759
  configurable: true
@@ -23701,10 +23763,10 @@
23701
23763
  * Gets or sets the flex-grow setting for the button.
23702
23764
  */
23703
23765
  get: function () {
23704
- return this.i.bo;
23766
+ return this.i.bp;
23705
23767
  },
23706
23768
  set: function (v) {
23707
- this.i.bo = v;
23769
+ this.i.bp = v;
23708
23770
  },
23709
23771
  enumerable: false,
23710
23772
  configurable: true
@@ -23714,10 +23776,10 @@
23714
23776
  * Gets or sets the id to use for the checkbox.
23715
23777
  */
23716
23778
  get: function () {
23717
- return this.i.bb;
23779
+ return this.i.bc;
23718
23780
  },
23719
23781
  set: function (v) {
23720
- this.i.bb = v;
23782
+ this.i.bc = v;
23721
23783
  },
23722
23784
  enumerable: false,
23723
23785
  configurable: true
@@ -23727,10 +23789,10 @@
23727
23789
  * Gets or sets the id to use for the checkbox.
23728
23790
  */
23729
23791
  get: function () {
23730
- return this.i.bd;
23792
+ return this.i.be;
23731
23793
  },
23732
23794
  set: function (v) {
23733
- this.i.bd = v;
23795
+ this.i.be = v;
23734
23796
  },
23735
23797
  enumerable: false,
23736
23798
  configurable: true
@@ -23740,11 +23802,11 @@
23740
23802
  * Gets or sets TabIndex to use for the checkbox.
23741
23803
  */
23742
23804
  get: function () {
23743
- return this.i.at;
23805
+ return this.i.au;
23744
23806
  },
23745
23807
  set: function (v) {
23746
- this.i.at = +v;
23747
- this._a("tabIndex", this.i.at);
23808
+ this.i.au = +v;
23809
+ this._a("tabIndex", this.i.au);
23748
23810
  },
23749
23811
  enumerable: false,
23750
23812
  configurable: true
@@ -23754,10 +23816,10 @@
23754
23816
  * Gets or sets the for attribute to use for the label.
23755
23817
  */
23756
23818
  get: function () {
23757
- return this.i.bq;
23819
+ return this.i.br;
23758
23820
  },
23759
23821
  set: function (v) {
23760
- this.i.bq = v;
23822
+ this.i.br = v;
23761
23823
  },
23762
23824
  enumerable: false,
23763
23825
  configurable: true
@@ -23767,10 +23829,10 @@
23767
23829
  * Gets or sets the value of the aria-label attribute.
23768
23830
  */
23769
23831
  get: function () {
23770
- return this.i.bf;
23832
+ return this.i.bg;
23771
23833
  },
23772
23834
  set: function (v) {
23773
- this.i.bf = v;
23835
+ this.i.bg = v;
23774
23836
  },
23775
23837
  enumerable: false,
23776
23838
  configurable: true
@@ -23793,11 +23855,11 @@
23793
23855
  * Gets or sets whether the label is hovered.
23794
23856
  */
23795
23857
  get: function () {
23796
- return this.i.an;
23858
+ return this.i.ao;
23797
23859
  },
23798
23860
  set: function (v) {
23799
- this.i.an = igniteuiWebcomponentsCore.ensureBool(v);
23800
- this._a("isHover", this.i.an);
23861
+ this.i.ao = igniteuiWebcomponentsCore.ensureBool(v);
23862
+ this._a("isHover", this.i.ao);
23801
23863
  },
23802
23864
  enumerable: false,
23803
23865
  configurable: true
@@ -23807,11 +23869,11 @@
23807
23869
  * Gets or sets the value for the label.
23808
23870
  */
23809
23871
  get: function () {
23810
- return this.i.ar;
23872
+ return this.i.as;
23811
23873
  },
23812
23874
  set: function (v) {
23813
- this.i.ar = igniteuiWebcomponentsCore.ensureBool(v);
23814
- this._a("value", this.i.ar);
23875
+ this.i.as = igniteuiWebcomponentsCore.ensureBool(v);
23876
+ this._a("value", this.i.as);
23815
23877
  },
23816
23878
  enumerable: false,
23817
23879
  configurable: true
@@ -23841,7 +23903,7 @@
23841
23903
 
23842
23904
  */
23843
23905
  IgcXLabelComponent.prototype.exportVisualModel = function () {
23844
- var iv = this.i.av();
23906
+ var iv = this.i.aw();
23845
23907
  return (iv);
23846
23908
  };
23847
23909
  /**
@@ -23849,7 +23911,7 @@
23849
23911
 
23850
23912
  */
23851
23913
  IgcXLabelComponent.prototype.exportSerializedVisualModel = function () {
23852
- var iv = this.i.bl();
23914
+ var iv = this.i.bm();
23853
23915
  return (iv);
23854
23916
  };
23855
23917
  IgcXLabelComponent._observedAttributesIgcXLabelComponent = null;
@@ -27925,7 +27987,7 @@
27925
27987
  this.n.fill = this.dw;
27926
27988
  }
27927
27989
  if (this.r != null) {
27928
- this.r.di = this.dx;
27990
+ this.r.dj = this.dx;
27929
27991
  this.r.y = this.ac;
27930
27992
  }
27931
27993
  };
@@ -27946,7 +28008,7 @@
27946
28008
  this.q.t = this.y;
27947
28009
  this.r = new XLabel();
27948
28010
  this.h.as(this.r);
27949
- this.r.di = this.dx;
28011
+ this.r.dj = this.dx;
27950
28012
  this.r.y = this.ac;
27951
28013
  this.q.appendContentChild(this.h.v());
27952
28014
  if (this.b4 != null && this.b4 != "") {
@@ -29616,7 +29678,7 @@
29616
29678
  };
29617
29679
  XComponentBridge.prototype.getTargetForBuildInProperty = function (a, b) {
29618
29680
  switch (b) {
29619
- case 106: return a;
29681
+ case 108: return a;
29620
29682
  }
29621
29683
  return this.s != null ? this.s : a;
29622
29684
  };
@@ -29665,12 +29727,12 @@
29665
29727
  this.ab = d;
29666
29728
  this.ag = b;
29667
29729
  break;
29668
- case 26:
29730
+ case 27:
29669
29731
  f.compositionEnd = igniteuiWebcomponentsCore.delegateCombine(f.compositionEnd, igniteuiWebcomponentsCore.runOn(this, this.ap));
29670
29732
  this.ac = d;
29671
29733
  this.ah = b;
29672
29734
  break;
29673
- case 27:
29735
+ case 28:
29674
29736
  f.keyDown = igniteuiWebcomponentsCore.delegateCombine(f.keyDown, igniteuiWebcomponentsCore.runOn(this, this.ar));
29675
29737
  this.ad = d;
29676
29738
  this.aj = b;
@@ -29685,7 +29747,7 @@
29685
29747
  this.aa = d;
29686
29748
  this.af = b;
29687
29749
  break;
29688
- case 24:
29750
+ case 25:
29689
29751
  this.ao(a);
29690
29752
  var g = this.w(a);
29691
29753
  var h = this.u;
@@ -29764,12 +29826,12 @@
29764
29826
  this.ab = null;
29765
29827
  this.ag = null;
29766
29828
  break;
29767
- case 26:
29829
+ case 27:
29768
29830
  f.compositionEnd = igniteuiWebcomponentsCore.delegateRemove(f.compositionEnd, igniteuiWebcomponentsCore.runOn(this, this.ap));
29769
29831
  this.ac = null;
29770
29832
  this.ah = null;
29771
29833
  break;
29772
- case 27:
29834
+ case 28:
29773
29835
  f.keyDown = igniteuiWebcomponentsCore.delegateRemove(f.keyDown, igniteuiWebcomponentsCore.runOn(this, this.ar));
29774
29836
  this.ad = null;
29775
29837
  this.aj = null;
@@ -29784,7 +29846,7 @@
29784
29846
  this.aa = null;
29785
29847
  this.af = null;
29786
29848
  break;
29787
- case 24:
29849
+ case 25:
29788
29850
  this.ao(a);
29789
29851
  var g = this.w(a);
29790
29852
  var h = this.u;
@@ -29875,20 +29937,20 @@
29875
29937
  var c = a;
29876
29938
  var d = igniteuiWebcomponentsCore.typeCast(XInput.$, c.inputs._inner[0]);
29877
29939
  switch (b) {
29878
- case 101: return a.mc;
29940
+ case 103: return a.mc;
29879
29941
  case 3:
29880
29942
  this.an(a);
29881
29943
  var e = this.v(a);
29882
29944
  return e.text;
29883
- case 98:
29945
+ case 100:
29884
29946
  this.ao(a);
29885
29947
  return this.u.svgPath;
29886
- case 99:
29948
+ case 101:
29887
29949
  this.ao(a);
29888
29950
  return this.u.fill;
29889
- case 100:
29951
+ case 102:
29890
29952
  this.ao(a);
29891
- return this.u.dh;
29953
+ return this.u.dp;
29892
29954
  case 2: return d.cq;
29893
29955
  case 1:
29894
29956
  switch (c.t) {
@@ -29924,9 +29986,9 @@
29924
29986
  case 21: return d.a1;
29925
29987
  case 32: return d.disabled;
29926
29988
  case 33: return d.d8;
29927
- case 103: return d.selectionStart;
29928
- case 104: return d.selectionEnd;
29929
- case 105: return c.an;
29989
+ case 105: return d.selectionStart;
29990
+ case 106: return d.selectionEnd;
29991
+ case 107: return c.an;
29930
29992
  }
29931
29993
  return null;
29932
29994
  };
@@ -29934,7 +29996,7 @@
29934
29996
  var d = a;
29935
29997
  var e = igniteuiWebcomponentsCore.typeCast(XInput.$, d.inputs._inner[0]);
29936
29998
  switch (b) {
29937
- case 101:
29999
+ case 103:
29938
30000
  a.mc = c;
29939
30001
  break;
29940
30002
  case 3:
@@ -29942,17 +30004,17 @@
29942
30004
  var f = this.v(a);
29943
30005
  f.text = c;
29944
30006
  break;
29945
- case 98:
30007
+ case 100:
29946
30008
  this.ao(a);
29947
30009
  this.u.svgPath = c;
29948
30010
  break;
29949
- case 99:
30011
+ case 101:
29950
30012
  this.ao(a);
29951
30013
  this.u.fill = c;
29952
30014
  break;
29953
- case 100:
30015
+ case 102:
29954
30016
  this.ao(a);
29955
- this.u.dh = c;
30017
+ this.u.dp = c;
29956
30018
  break;
29957
30019
  case 2:
29958
30020
  e.cq = c == null ? null : c.toString();
@@ -30027,13 +30089,13 @@
30027
30089
  case 33:
30028
30090
  e.d8 = c;
30029
30091
  break;
30030
- case 103:
30092
+ case 105:
30031
30093
  e.selectionStart = igniteuiWebcomponentsCore.typeGetValue(c);
30032
30094
  break;
30033
- case 104:
30095
+ case 106:
30034
30096
  e.selectionEnd = igniteuiWebcomponentsCore.typeGetValue(c);
30035
30097
  break;
30036
- case 105:
30098
+ case 107:
30037
30099
  d.an = c;
30038
30100
  break;
30039
30101
  }
@@ -30283,7 +30345,7 @@
30283
30345
  case 11:
30284
30346
  d.aa = c;
30285
30347
  break;
30286
- case 86:
30348
+ case 88:
30287
30349
  d.by = c;
30288
30350
  break;
30289
30351
  case 59:
@@ -30325,7 +30387,7 @@
30325
30387
  case 56: return c.av;
30326
30388
  case 58: return c.at;
30327
30389
  case 17: return c.k1;
30328
- case 86: return c.by;
30390
+ case 88: return c.by;
30329
30391
  case 59: return c.a5;
30330
30392
  }
30331
30393
  return null;
@@ -33553,15 +33615,15 @@
33553
33615
  switch (b) {
33554
33616
  case 12: return a.bg;
33555
33617
  case 13: return a.bf;
33556
- case 95: return a.bv;
33557
- case 96: return a.bf;
33618
+ case 97: return a.bv;
33619
+ case 98: return a.bf;
33558
33620
  case 14: return a.bl;
33559
33621
  case 2: return a.thumbs._inner[0].s;
33560
- case 90: return a.b0;
33561
- case 91: return a.ek;
33562
- case 92: return a.es;
33563
- case 94: return a.eu;
33564
- case 93: return a.et;
33622
+ case 92: return a.b0;
33623
+ case 93: return a.ek;
33624
+ case 94: return a.es;
33625
+ case 96: return a.eu;
33626
+ case 95: return a.et;
33565
33627
  case 30:
33566
33628
  var c = a.e;
33567
33629
  switch (c) {
@@ -33601,10 +33663,10 @@
33601
33663
  case 13:
33602
33664
  a.bf = c;
33603
33665
  break;
33604
- case 95:
33666
+ case 97:
33605
33667
  a.bv = c;
33606
33668
  break;
33607
- case 96:
33669
+ case 98:
33608
33670
  a.bu = c;
33609
33671
  break;
33610
33672
  case 14:
@@ -33613,19 +33675,19 @@
33613
33675
  case 2:
33614
33676
  a.thumbs._inner[0].s = c;
33615
33677
  break;
33616
- case 90:
33678
+ case 92:
33617
33679
  a.b0 = c;
33618
33680
  break;
33619
- case 91:
33681
+ case 93:
33620
33682
  a.ek = c;
33621
33683
  break;
33622
- case 92:
33684
+ case 94:
33623
33685
  a.es = c;
33624
33686
  break;
33625
- case 94:
33687
+ case 96:
33626
33688
  a.eu = c;
33627
33689
  break;
33628
- case 93:
33690
+ case 95:
33629
33691
  a.et = c;
33630
33692
  break;
33631
33693
  case 30:
@@ -35536,7 +35598,7 @@
35536
35598
  }
35537
35599
  return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIDisplayDensity_$type, e);
35538
35600
  case 18: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, c.p);
35539
- case 85: return c.d;
35601
+ case 87: return c.d;
35540
35602
  case 0:
35541
35603
  switch (c.i) {
35542
35604
  case 0: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.NativeUIButtonGroupDisplayType_$type, 0);
@@ -35576,7 +35638,7 @@
35576
35638
  case 18:
35577
35639
  d.p = igniteuiWebcomponentsCore.EnumUtil.getEnumValue(igniteuiWebcomponentsCore.BaseControlTheme_$type, c);
35578
35640
  break;
35579
- case 85:
35641
+ case 87:
35580
35642
  d.d = c;
35581
35643
  break;
35582
35644
  case 0:
@@ -37221,8 +37283,8 @@
37221
37283
  a.svg = null;
37222
37284
  a.svgPath = null;
37223
37285
  a.b = null;
37224
- a.bc = null;
37225
- a.az = null;
37286
+ a.bg = null;
37287
+ a.a1 = null;
37226
37288
  var b = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
37227
37289
  if (b != null) {
37228
37290
  if (igniteuiWebcomponentsCore.stringStartsWith(igniteuiWebcomponentsCore.trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
@@ -37240,16 +37302,16 @@
37240
37302
  }
37241
37303
  var d = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getDataURLString(this.u, this.v);
37242
37304
  if (d != null) {
37243
- a.bc = d;
37305
+ a.bg = d;
37244
37306
  return;
37245
37307
  }
37246
37308
  var e = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getIconSource(this.u, this.v);
37247
37309
  if (e != null) {
37248
- a.az = e;
37310
+ a.a1 = e;
37249
37311
  }
37250
37312
  };
37251
37313
  XIconBridge.prototype.exportVisualData = function (a) {
37252
- return a.ay();
37314
+ return a.a0();
37253
37315
  };
37254
37316
  XIconBridge.$t = igniteuiWebcomponentsCore.markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
37255
37317
  return XIconBridge;
@@ -37323,7 +37385,7 @@
37323
37385
  this.y = d;
37324
37386
  this.ah = b;
37325
37387
  break;
37326
- case 28:
37388
+ case 29:
37327
37389
  e.measuringContentSize = igniteuiWebcomponentsCore.delegateCombine(e.measuringContentSize, igniteuiWebcomponentsCore.runOn(this, this.ar));
37328
37390
  this.ac = d;
37329
37391
  this.w = b;
@@ -37368,7 +37430,7 @@
37368
37430
  this.y = null;
37369
37431
  this.ah = null;
37370
37432
  break;
37371
- case 28:
37433
+ case 29:
37372
37434
  e.measuringContentSize = igniteuiWebcomponentsCore.delegateRemove(e.measuringContentSize, igniteuiWebcomponentsCore.runOn(this, this.ar));
37373
37435
  this.ac = null;
37374
37436
  this.w = null;
@@ -37435,7 +37497,7 @@
37435
37497
  case 42: return c.c4;
37436
37498
  case 39: return c.ao;
37437
37499
  case 62: return c.a4;
37438
- case 108: return c.ay;
37500
+ case 110: return c.ay;
37439
37501
  }
37440
37502
  return _super.prototype.getValue.call(this, a, b);
37441
37503
  };
@@ -37495,7 +37557,7 @@
37495
37557
  case 62:
37496
37558
  d.a4 = c;
37497
37559
  break;
37498
- case 108:
37560
+ case 110:
37499
37561
  d.ay = c;
37500
37562
  break;
37501
37563
  }
@@ -37537,7 +37599,7 @@
37537
37599
  }
37538
37600
  };
37539
37601
  XPopupBridge.prototype.exportVisualData = function (a) {
37540
- return a.ay();
37602
+ return a.a0();
37541
37603
  };
37542
37604
  XPopupBridge.prototype.addChild = function (a, b) {
37543
37605
  this.ae.add(b);