igniteui-angular-inputs 19.0.1 → 19.1.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +1075 -1003
  2. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +48 -48
  4. package/esm2015/lib/ButtonView_combined.js +176 -174
  5. package/esm2015/lib/CalendarView_combined.js +10 -10
  6. package/esm2015/lib/CheckboxView_combined.js +25 -25
  7. package/esm2015/lib/DatePickerView_combined.js +6 -6
  8. package/esm2015/lib/IconView_combined.js +336 -288
  9. package/esm2015/lib/InputGroupView_combined.js +318 -311
  10. package/esm2015/lib/MultiSliderBridge.js +14 -14
  11. package/esm2015/lib/NativeUIXInputsFactory_combined.js +39 -39
  12. package/esm2015/lib/RippleView_combined.js +2 -2
  13. package/esm2015/lib/XButtonBridge.js +2 -2
  14. package/esm2015/lib/XButtonGroupBridge.js +2 -2
  15. package/esm2015/lib/XComponentBridge.js +1 -1
  16. package/esm2015/lib/XIconBridge.js +5 -5
  17. package/esm2015/lib/XInputBridge.js +22 -22
  18. package/esm2015/lib/XPopupBridge.js +11 -3
  19. package/esm2015/lib/igx-x-icon-component.js +34 -34
  20. package/esm2015/lib/igx-x-label-component.js +40 -40
  21. package/esm5/lib/ButtonGroupView_combined.js +48 -48
  22. package/esm5/lib/ButtonView_combined.js +176 -174
  23. package/esm5/lib/CalendarView_combined.js +10 -10
  24. package/esm5/lib/CheckboxView_combined.js +25 -25
  25. package/esm5/lib/DatePickerView_combined.js +6 -6
  26. package/esm5/lib/IconView_combined.js +328 -272
  27. package/esm5/lib/InputGroupView_combined.js +311 -304
  28. package/esm5/lib/MultiSliderBridge.js +14 -14
  29. package/esm5/lib/NativeUIXInputsFactory_combined.js +39 -39
  30. package/esm5/lib/RippleView_combined.js +2 -2
  31. package/esm5/lib/XButtonBridge.js +2 -2
  32. package/esm5/lib/XButtonGroupBridge.js +2 -2
  33. package/esm5/lib/XComponentBridge.js +1 -1
  34. package/esm5/lib/XIconBridge.js +5 -5
  35. package/esm5/lib/XInputBridge.js +22 -22
  36. package/esm5/lib/XPopupBridge.js +11 -3
  37. package/esm5/lib/igx-x-icon-component.js +34 -34
  38. package/esm5/lib/igx-x-label-component.js +40 -40
  39. package/fesm2015/igniteui-angular-inputs.js +1091 -1027
  40. package/fesm5/igniteui-angular-inputs.js +1076 -1004
  41. package/lib/IconView_combined.d.ts +94 -84
  42. package/lib/InputGroupView_combined.d.ts +75 -74
  43. package/lib/XPopupBridge.d.ts +1 -0
  44. package/package.json +2 -2
@@ -72,7 +72,7 @@ var InputGroupView = /** @class */ /*@__PURE__*/ (function (_super) {
72
72
  };
73
73
  InputGroupView.prototype.ac = function (a) {
74
74
  if (typeCast(XLabel.$, a) !== null) {
75
- a.bd = "flex-start";
75
+ a.be = "flex-start";
76
76
  }
77
77
  };
78
78
  InputGroupView.prototype.ae = function (a) {
@@ -699,21 +699,21 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
699
699
  c.setStyleProperty("overflow", "hidden");
700
700
  c.setStyleProperty("height", "1.125rem");
701
701
  c.setStyleProperty("backface-visibility", "hidden");
702
- NativeUI.q(this.m.rootWrapper, this.c.c2);
702
+ NativeUI.q(this.m.rootWrapper, this.c.c3);
703
703
  c.setStyleProperty("outline-style", "none");
704
704
  c.setStyleProperty("box-shadow", "none");
705
705
  c.setStyleProperty("font-family", "Verdana");
706
706
  c.setStyleProperty("font-size", "1rem");
707
707
  this.n = c;
708
708
  this.m.append(this.n);
709
- this.c.ck();
709
+ this.c.cl();
710
710
  };
711
711
  LabelView.prototype.l = function () {
712
712
  return this.c.l == 0 ? (this.j() * 0.5) : 0;
713
713
  };
714
714
  LabelView.prototype.aj = function () {
715
715
  var _this = this;
716
- this.c.bj = "block";
716
+ this.c.bk = "block";
717
717
  var a = new TransformGroup();
718
718
  a.j.add(((function () {
719
719
  var $ret = new TranslateTransform();
@@ -760,8 +760,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
760
760
  };
761
761
  LabelView.prototype.ab = function () {
762
762
  if (this.m != null) {
763
- this.m.rootWrapper.setStyleProperty("display", this.c.bj);
764
- this.n.setStyleProperty("display", this.c.bj);
763
+ this.m.rootWrapper.setStyleProperty("display", this.c.bk);
764
+ this.n.setStyleProperty("display", this.c.bk);
765
765
  var ext_ = this.m.getExternal(this.c, null, null);
766
766
  if (ext_ && ext_._onDisplayChanged) {
767
767
  ext_._onDisplayChanged();
@@ -771,8 +771,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
771
771
  };
772
772
  LabelView.prototype.w = function () {
773
773
  if (this.m != null) {
774
- this.m.rootWrapper.setStyleProperty("align-items", this.c.bb);
775
- this.n.setStyleProperty("align-items", this.c.bb);
774
+ this.m.rootWrapper.setStyleProperty("align-items", this.c.bc);
775
+ this.n.setStyleProperty("align-items", this.c.bc);
776
776
  var ext_ = this.m.getExternal(this.c, null, null);
777
777
  if (ext_ && ext_._onAlignItemsChanged) {
778
778
  ext_._onAlignItemsChanged();
@@ -782,8 +782,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
782
782
  };
783
783
  LabelView.prototype.x = function () {
784
784
  if (this.m != null) {
785
- this.m.rootWrapper.setStyleProperty("align-self", this.c.bd);
786
- this.n.setStyleProperty("align-self", this.c.bd);
785
+ this.m.rootWrapper.setStyleProperty("align-self", this.c.be);
786
+ this.n.setStyleProperty("align-self", this.c.be);
787
787
  var ext_ = this.m.getExternal(this.c, null, null);
788
788
  if (ext_ && ext_._onAlignSelfChanged) {
789
789
  ext_._onAlignSelfChanged();
@@ -793,8 +793,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
793
793
  };
794
794
  LabelView.prototype.ac = function () {
795
795
  if (this.m != null) {
796
- this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bm);
797
- this.n.setStyleProperty("flex-direction", this.c.bm);
796
+ this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bn);
797
+ this.n.setStyleProperty("flex-direction", this.c.bn);
798
798
  var ext_ = this.m.getExternal(this.c, null, null);
799
799
  if (ext_ && ext_._onFlexDirectionChanged) {
800
800
  ext_._onFlexDirectionChanged();
@@ -804,8 +804,8 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
804
804
  };
805
805
  LabelView.prototype.ad = function () {
806
806
  if (this.m != null) {
807
- this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bo);
808
- this.n.setStyleProperty("flex-grow", this.c.bo);
807
+ this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bp);
808
+ this.n.setStyleProperty("flex-grow", this.c.bp);
809
809
  var ext_ = this.m.getExternal(this.c, null, null);
810
810
  if (ext_ && ext_._onFlexGrowChanged) {
811
811
  ext_._onFlexGrowChanged();
@@ -874,10 +874,10 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
874
874
  return parseFloat(stringReplace(a, "px", ""));
875
875
  };
876
876
  LabelView.prototype.t = function (a) {
877
- this.c.cg();
877
+ this.c.ch();
878
878
  };
879
879
  LabelView.prototype.u = function (a) {
880
- this.c.ch();
880
+ this.c.ci();
881
881
  };
882
882
  LabelView.prototype.y = function () {
883
883
  this.f = true;
@@ -2321,7 +2321,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
2321
2321
  a.l = 2;
2322
2322
  break;
2323
2323
  }
2324
- a.cn(_this.ai, false);
2324
+ a.co(_this.ai, false);
2325
2325
  });
2326
2326
  };
2327
2327
  XInputGroup.prototype.kf = function () {
@@ -2666,11 +2666,11 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
2666
2666
  var _this = this;
2667
2667
  this.jp();
2668
2668
  if (this.ai) {
2669
- this.js(function (a) { return a.cn(true, !_this.aj); });
2669
+ this.js(function (a) { return a.co(true, !_this.aj); });
2670
2670
  this.jr(function (a) { return a.dq(_this.ar, !_this.aj); });
2671
2671
  }
2672
2672
  else {
2673
- this.js(function (a) { return a.cn(false, !_this.aj); });
2673
+ this.js(function (a) { return a.co(false, !_this.aj); });
2674
2674
  this.jr(function (a) { return a.dq(_this.ar, !_this.aj); });
2675
2675
  }
2676
2676
  };
@@ -2678,12 +2678,12 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
2678
2678
  this.jp();
2679
2679
  if (this.ao) {
2680
2680
  var a = 1;
2681
- this.js(function (b) { return b.am = true; });
2681
+ this.js(function (b) { return b.an = true; });
2682
2682
  this.j4(a);
2683
2683
  }
2684
2684
  else {
2685
2685
  var b = -1;
2686
- this.js(function (c) { return c.am = false; });
2686
+ this.js(function (c) { return c.an = false; });
2687
2687
  this.j4(b);
2688
2688
  }
2689
2689
  };
@@ -4520,7 +4520,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4520
4520
  if (this.inputs._inner[b].e == null) {
4521
4521
  this.inputs._inner[b].e = "Label" + a.l.count.toString();
4522
4522
  }
4523
- a.l.add1(this.inputs._inner[b].av());
4523
+ a.l.add1(this.inputs._inner[b].aw());
4524
4524
  }
4525
4525
  else if (typeCast(XInput.$, this.inputs._inner[b]) !== null) {
4526
4526
  if (this.inputs._inner[b].e == null) {
@@ -4590,22 +4590,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4590
4590
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
4591
4591
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 4, 4));
4592
4592
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
4593
- $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4594
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 0, 153, 155));
4595
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 0, 153, 155));
4593
+ $ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
4594
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
4595
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
4596
4596
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4597
4597
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4598
4598
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4599
- $ret.addItem("UnderlineColor", BrushUtil.h(138, 0, 0, 0));
4600
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 0, 153, 155));
4601
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(138, 0, 0, 0));
4602
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 0, 153, 155));
4599
+ $ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
4600
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
4601
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
4602
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
4603
4603
  $ret.addItem("UnderlineOpacity", 0);
4604
4604
  $ret.addItem("HoverUnderlineOpacity", 0);
4605
4605
  $ret.addItem("FocusUnderlineOpacity", 0);
4606
4606
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
4607
4607
  $ret.addItem("UnderlineRippleOpacity", 0);
4608
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4608
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4609
4609
  return $ret;
4610
4610
  })())));
4611
4611
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
@@ -4614,22 +4614,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4614
4614
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
4615
4615
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
4616
4616
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
4617
- $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4618
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 0, 153, 155));
4619
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 0, 153, 155));
4617
+ $ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
4618
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
4619
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
4620
4620
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4621
4621
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4622
4622
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4623
- $ret.addItem("UnderlineColor", BrushUtil.h(138, 0, 0, 0));
4624
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 0, 153, 155));
4625
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(138, 0, 0, 0));
4626
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 0, 153, 155));
4623
+ $ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
4624
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
4625
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
4626
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
4627
4627
  $ret.addItem("UnderlineOpacity", 1);
4628
4628
  $ret.addItem("HoverUnderlineOpacity", 1);
4629
4629
  $ret.addItem("FocusUnderlineOpacity", 1);
4630
4630
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
4631
4631
  $ret.addItem("UnderlineRippleOpacity", 0);
4632
- $ret.addItem("BackgroundColor", BrushUtil.h(20, 0, 0, 0));
4632
+ $ret.addItem("BackgroundColor", BrushUtil.j(20, 0, 0, 0));
4633
4633
  return $ret;
4634
4634
  })())));
4635
4635
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
@@ -4638,22 +4638,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4638
4638
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
4639
4639
  $ret.addItem("CornerRadius", new CornerRadius(0, 0));
4640
4640
  $ret.addItem("ContentPadding", new Thickness(0, 0));
4641
- $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4642
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 0, 153, 155));
4643
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 0, 153, 155));
4641
+ $ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
4642
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
4643
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
4644
4644
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4645
4645
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4646
4646
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4647
- $ret.addItem("UnderlineColor", BrushUtil.h(138, 0, 0, 0));
4648
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 0, 153, 155));
4649
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(138, 0, 0, 0));
4650
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 0, 153, 155));
4647
+ $ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
4648
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
4649
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
4650
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
4651
4651
  $ret.addItem("UnderlineOpacity", 1);
4652
4652
  $ret.addItem("HoverUnderlineOpacity", 1);
4653
4653
  $ret.addItem("FocusUnderlineOpacity", 1);
4654
4654
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
4655
4655
  $ret.addItem("UnderlineRippleOpacity", 0);
4656
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4656
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4657
4657
  return $ret;
4658
4658
  })())));
4659
4659
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
@@ -4662,22 +4662,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4662
4662
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
4663
4663
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4664
4664
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
4665
- $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
4666
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 0, 153, 155));
4667
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 0, 153, 155));
4665
+ $ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
4666
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
4667
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
4668
4668
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4669
4669
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4670
4670
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4671
- $ret.addItem("UnderlineColor", BrushUtil.h(138, 0, 0, 0));
4672
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 0, 153, 155));
4673
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(138, 0, 0, 0));
4674
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 0, 153, 155));
4671
+ $ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
4672
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
4673
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
4674
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
4675
4675
  $ret.addItem("UnderlineOpacity", 0);
4676
4676
  $ret.addItem("HoverUnderlineOpacity", 0);
4677
4677
  $ret.addItem("FocusUnderlineOpacity", 0);
4678
4678
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
4679
4679
  $ret.addItem("UnderlineRippleOpacity", 0);
4680
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4680
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4681
4681
  return $ret;
4682
4682
  })())));
4683
4683
  return $ret;
@@ -4693,22 +4693,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4693
4693
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
4694
4694
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4695
4695
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
4696
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
4697
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 33, 150, 243));
4698
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 33, 150, 243));
4696
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
4697
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
4698
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
4699
4699
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4700
4700
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4701
4701
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4702
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
4703
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 33, 150, 243));
4704
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
4705
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 33, 150, 243));
4702
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
4703
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
4704
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
4705
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
4706
4706
  $ret.addItem("UnderlineOpacity", 0);
4707
4707
  $ret.addItem("HoverUnderlineOpacity", 0);
4708
4708
  $ret.addItem("FocusUnderlineOpacity", 0);
4709
4709
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
4710
4710
  $ret.addItem("UnderlineRippleOpacity", 0);
4711
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4711
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4712
4712
  return $ret;
4713
4713
  })())));
4714
4714
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
@@ -4717,22 +4717,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4717
4717
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
4718
4718
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
4719
4719
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
4720
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
4721
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 33, 150, 243));
4722
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 33, 150, 243));
4720
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
4721
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
4722
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
4723
4723
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4724
4724
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4725
4725
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4726
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
4727
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 33, 150, 243));
4728
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
4729
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 33, 150, 243));
4726
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
4727
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
4728
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
4729
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
4730
4730
  $ret.addItem("UnderlineOpacity", 1);
4731
4731
  $ret.addItem("HoverUnderlineOpacity", 1);
4732
4732
  $ret.addItem("FocusUnderlineOpacity", 1);
4733
4733
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
4734
4734
  $ret.addItem("UnderlineRippleOpacity", 0);
4735
- $ret.addItem("BackgroundColor", BrushUtil.h(20, 0, 0, 0));
4735
+ $ret.addItem("BackgroundColor", BrushUtil.j(20, 0, 0, 0));
4736
4736
  return $ret;
4737
4737
  })())));
4738
4738
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
@@ -4741,22 +4741,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4741
4741
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
4742
4742
  $ret.addItem("CornerRadius", new CornerRadius(0, 0));
4743
4743
  $ret.addItem("ContentPadding", new Thickness(0, 0));
4744
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
4745
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 33, 150, 243));
4746
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 33, 150, 243));
4744
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
4745
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
4746
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
4747
4747
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4748
4748
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4749
4749
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4750
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
4751
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 33, 150, 243));
4752
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
4753
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 33, 150, 243));
4750
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
4751
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
4752
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
4753
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
4754
4754
  $ret.addItem("UnderlineOpacity", 1);
4755
4755
  $ret.addItem("HoverUnderlineOpacity", 1);
4756
4756
  $ret.addItem("FocusUnderlineOpacity", 1);
4757
4757
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
4758
4758
  $ret.addItem("UnderlineRippleOpacity", 0);
4759
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4759
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4760
4760
  return $ret;
4761
4761
  })())));
4762
4762
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
@@ -4765,27 +4765,27 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4765
4765
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
4766
4766
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4767
4767
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
4768
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
4769
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 33, 150, 243));
4770
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 33, 150, 243));
4768
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
4769
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
4770
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
4771
4771
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4772
4772
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4773
4773
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4774
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
4775
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 33, 150, 243));
4776
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
4777
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 33, 150, 243));
4774
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
4775
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
4776
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
4777
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
4778
4778
  $ret.addItem("UnderlineOpacity", 0);
4779
4779
  $ret.addItem("HoverUnderlineOpacity", 0);
4780
4780
  $ret.addItem("FocusUnderlineOpacity", 0);
4781
4781
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
4782
4782
  $ret.addItem("UnderlineRippleOpacity", 0);
4783
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4783
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4784
4784
  return $ret;
4785
4785
  })())));
4786
4786
  return $ret;
4787
4787
  })()));
4788
- XInputGroup.n5 = BrushUtil.h(255, 105, 136, 255);
4788
+ XInputGroup.n5 = BrushUtil.j(255, 105, 136, 255);
4789
4789
  XInputGroup.l = new Theme(1, ((function () {
4790
4790
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
4791
4791
  return $ret;
@@ -4797,22 +4797,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4797
4797
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
4798
4798
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4799
4799
  $ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
4800
- $ret.addItem("BorderColor", BrushUtil.h(25, 0, 0, 0));
4800
+ $ret.addItem("BorderColor", BrushUtil.j(25, 0, 0, 0));
4801
4801
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
4802
4802
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
4803
4803
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4804
4804
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4805
4805
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4806
- $ret.addItem("UnderlineColor", BrushUtil.h(25, 0, 0, 0));
4806
+ $ret.addItem("UnderlineColor", BrushUtil.j(25, 0, 0, 0));
4807
4807
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
4808
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 0, 0, 0));
4808
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 0, 0, 0));
4809
4809
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
4810
4810
  $ret.addItem("UnderlineOpacity", 0);
4811
4811
  $ret.addItem("HoverUnderlineOpacity", 0);
4812
4812
  $ret.addItem("FocusUnderlineOpacity", 0);
4813
4813
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
4814
4814
  $ret.addItem("UnderlineRippleOpacity", 0);
4815
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4815
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4816
4816
  return $ret;
4817
4817
  })())));
4818
4818
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
@@ -4821,22 +4821,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4821
4821
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
4822
4822
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
4823
4823
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
4824
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
4824
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
4825
4825
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
4826
4826
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
4827
4827
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4828
4828
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4829
4829
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4830
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
4830
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
4831
4831
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
4832
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
4832
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
4833
4833
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
4834
4834
  $ret.addItem("UnderlineOpacity", 1);
4835
4835
  $ret.addItem("HoverUnderlineOpacity", 1);
4836
4836
  $ret.addItem("FocusUnderlineOpacity", 1);
4837
4837
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
4838
4838
  $ret.addItem("UnderlineRippleOpacity", 0);
4839
- $ret.addItem("BackgroundColor", BrushUtil.h(25, 0, 0, 0));
4839
+ $ret.addItem("BackgroundColor", BrushUtil.j(25, 0, 0, 0));
4840
4840
  return $ret;
4841
4841
  })())));
4842
4842
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
@@ -4845,22 +4845,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4845
4845
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
4846
4846
  $ret.addItem("CornerRadius", new CornerRadius(0, 0));
4847
4847
  $ret.addItem("ContentPadding", new Thickness(0, 0));
4848
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
4848
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
4849
4849
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
4850
4850
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
4851
4851
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4852
4852
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4853
4853
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4854
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
4854
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
4855
4855
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
4856
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
4856
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
4857
4857
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
4858
4858
  $ret.addItem("UnderlineOpacity", 1);
4859
4859
  $ret.addItem("HoverUnderlineOpacity", 1);
4860
4860
  $ret.addItem("FocusUnderlineOpacity", 1);
4861
4861
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
4862
4862
  $ret.addItem("UnderlineRippleOpacity", 0);
4863
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4863
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4864
4864
  return $ret;
4865
4865
  })())));
4866
4866
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
@@ -4869,22 +4869,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4869
4869
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
4870
4870
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4871
4871
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
4872
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
4872
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
4873
4873
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
4874
4874
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
4875
4875
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4876
4876
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4877
4877
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4878
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
4878
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
4879
4879
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
4880
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
4880
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
4881
4881
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
4882
4882
  $ret.addItem("UnderlineOpacity", 0);
4883
4883
  $ret.addItem("HoverUnderlineOpacity", 0);
4884
4884
  $ret.addItem("FocusUnderlineOpacity", 0);
4885
4885
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
4886
4886
  $ret.addItem("UnderlineRippleOpacity", 0);
4887
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4887
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4888
4888
  return $ret;
4889
4889
  })())));
4890
4890
  return $ret;
@@ -4900,22 +4900,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4900
4900
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
4901
4901
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4902
4902
  $ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
4903
- $ret.addItem("BorderColor", BrushUtil.h(51, 255, 255, 255));
4903
+ $ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
4904
4904
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
4905
4905
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
4906
4906
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4907
4907
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4908
4908
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4909
- $ret.addItem("UnderlineColor", BrushUtil.h(51, 255, 255, 255));
4909
+ $ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
4910
4910
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
4911
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(51, 255, 255, 255));
4911
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
4912
4912
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
4913
4913
  $ret.addItem("UnderlineOpacity", 0);
4914
4914
  $ret.addItem("HoverUnderlineOpacity", 0);
4915
4915
  $ret.addItem("FocusUnderlineOpacity", 0);
4916
4916
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
4917
4917
  $ret.addItem("UnderlineRippleOpacity", 0);
4918
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4918
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4919
4919
  return $ret;
4920
4920
  })())));
4921
4921
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((function () {
@@ -4924,22 +4924,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4924
4924
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
4925
4925
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
4926
4926
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
4927
- $ret.addItem("BorderColor", BrushUtil.h(51, 255, 255, 255));
4927
+ $ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
4928
4928
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
4929
4929
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
4930
4930
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4931
4931
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4932
4932
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4933
- $ret.addItem("UnderlineColor", BrushUtil.h(51, 255, 255, 255));
4933
+ $ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
4934
4934
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
4935
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(51, 255, 255, 255));
4935
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
4936
4936
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
4937
4937
  $ret.addItem("UnderlineOpacity", 1);
4938
4938
  $ret.addItem("HoverUnderlineOpacity", 1);
4939
4939
  $ret.addItem("FocusUnderlineOpacity", 1);
4940
4940
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
4941
4941
  $ret.addItem("UnderlineRippleOpacity", 0);
4942
- $ret.addItem("BackgroundColor", BrushUtil.h(128, 55, 63, 86));
4942
+ $ret.addItem("BackgroundColor", BrushUtil.j(128, 55, 63, 86));
4943
4943
  return $ret;
4944
4944
  })())));
4945
4945
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((function () {
@@ -4948,22 +4948,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4948
4948
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
4949
4949
  $ret.addItem("CornerRadius", new CornerRadius(0, 0));
4950
4950
  $ret.addItem("ContentPadding", new Thickness(0, 0));
4951
- $ret.addItem("BorderColor", BrushUtil.h(51, 255, 255, 255));
4951
+ $ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
4952
4952
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
4953
4953
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
4954
4954
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4955
4955
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4956
4956
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4957
- $ret.addItem("UnderlineColor", BrushUtil.h(51, 255, 255, 255));
4957
+ $ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
4958
4958
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
4959
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(51, 255, 255, 255));
4959
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
4960
4960
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
4961
4961
  $ret.addItem("UnderlineOpacity", 1);
4962
4962
  $ret.addItem("HoverUnderlineOpacity", 1);
4963
4963
  $ret.addItem("FocusUnderlineOpacity", 1);
4964
4964
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
4965
4965
  $ret.addItem("UnderlineRippleOpacity", 0);
4966
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4966
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4967
4967
  return $ret;
4968
4968
  })())));
4969
4969
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((function () {
@@ -4972,22 +4972,22 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4972
4972
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
4973
4973
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4974
4974
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
4975
- $ret.addItem("BorderColor", BrushUtil.h(51, 255, 255, 255));
4975
+ $ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
4976
4976
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
4977
4977
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
4978
4978
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4979
4979
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4980
4980
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4981
- $ret.addItem("UnderlineColor", BrushUtil.h(51, 255, 255, 255));
4981
+ $ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
4982
4982
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
4983
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(51, 255, 255, 255));
4983
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
4984
4984
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
4985
4985
  $ret.addItem("UnderlineOpacity", 0);
4986
4986
  $ret.addItem("HoverUnderlineOpacity", 0);
4987
4987
  $ret.addItem("FocusUnderlineOpacity", 0);
4988
4988
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
4989
4989
  $ret.addItem("UnderlineRippleOpacity", 0);
4990
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4990
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4991
4991
  return $ret;
4992
4992
  })())));
4993
4993
  return $ret;
@@ -5032,41 +5032,42 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5032
5032
  var _this = _super.call(this) || this;
5033
5033
  _this.n = 0;
5034
5034
  _this._view = null;
5035
+ _this.ak = false;
5035
5036
  _this.aa = null;
5036
5037
  _this.z = null;
5037
5038
  _this.ab = false;
5038
5039
  _this.r = 0;
5039
5040
  _this.q = 1;
5040
- _this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
5041
- _this.cr = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
5041
+ _this.cv = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
5042
5042
  _this.cs = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
5043
5043
  _this.ct = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
5044
+ _this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
5044
5045
  _this.u = null;
5045
- _this.cy = XLabel.de;
5046
- _this.cv = XLabel.c7;
5046
+ _this.cz = XLabel.df;
5047
5047
  _this.cw = XLabel.c8;
5048
+ _this.cx = XLabel.c9;
5048
5049
  _this.k = 0;
5049
5050
  _this.ag = false;
5050
5051
  _this.ae = false;
5051
5052
  _this.v = null;
5052
- _this.cx = null;
5053
- _this.a3 = "ig-label-" + XLabel.au++;
5054
- _this.az = "inline-block";
5053
+ _this.cy = null;
5054
+ _this.a4 = "ig-label-" + XLabel.av++;
5055
5055
  _this.a0 = "inline-block";
5056
- _this.a1 = null;
5057
- _this.aw = "center";
5056
+ _this.a1 = "inline-block";
5057
+ _this.a2 = null;
5058
5058
  _this.ax = "center";
5059
- _this.as = 0;
5059
+ _this.ay = "center";
5060
+ _this.at = 0;
5060
5061
  _this.ac = false;
5061
- _this.a2 = null;
5062
- _this.ay = null;
5063
- _this.a4 = null;
5062
+ _this.a3 = null;
5063
+ _this.az = null;
5064
+ _this.a5 = null;
5064
5065
  _this.af = false;
5065
5066
  _this.aj = false;
5066
5067
  _this.ad = false;
5067
5068
  _this.ai = false;
5068
5069
  _this.ah = false;
5069
- _this.aq = false;
5070
+ _this.ar = false;
5070
5071
  var a = new LabelView();
5071
5072
  a.c = _this;
5072
5073
  _this.view = a;
@@ -5110,7 +5111,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5110
5111
  enumerable: false,
5111
5112
  configurable: true
5112
5113
  });
5113
- XLabel.prototype.ca = function () {
5114
+ XLabel.prototype.cb = function () {
5114
5115
  var _this = this;
5115
5116
  this.view.v();
5116
5117
  var a = false;
@@ -5149,40 +5150,40 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5149
5150
  $ret.m = 0.75;
5150
5151
  return $ret;
5151
5152
  })()));
5152
- this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.h(0, 255, 255, 255))).m(new AnimationKeyFrameProperty(14, d), new AnimationKeyFrameProperty(2, BrushUtil.h(this.l == 2 ? 255 : 0, 255, 255, 255))));
5153
+ this.aa = KeyFrameAnimationFactory.f.c(this.view.b(this.i).m(new AnimationKeyFrameProperty(14, b), new AnimationKeyFrameProperty(2, BrushUtil.j(0, 255, 255, 255))).m(new AnimationKeyFrameProperty(14, d), new AnimationKeyFrameProperty(2, BrushUtil.j(this.l == 2 ? 255 : 0, 255, 255, 255))));
5153
5154
  }
5154
5155
  if (this.z == null) {
5155
- this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c2)).m(new AnimationKeyFrameProperty(7, this.cz)));
5156
+ this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c3)).m(new AnimationKeyFrameProperty(7, this.c0)));
5156
5157
  }
5157
5158
  };
5158
- XLabel.prototype.cl = function (a, b) {
5159
+ XLabel.prototype.cm = function (a, b) {
5159
5160
  var _this = this;
5160
5161
  if ((b > 0 && a.playbackRate < 0) || (b < 0 && a.playbackRate > 0)) {
5161
5162
  a.reverse();
5162
- if (this.aq) {
5163
+ if (this.ar) {
5163
5164
  a.finish();
5164
- this.cb(a);
5165
+ this.cc(a);
5165
5166
  return;
5166
5167
  }
5167
- a.finished.f(function (c) { return _this.cb(a); });
5168
+ a.finished.f(function (c) { return _this.cc(a); });
5168
5169
  }
5169
5170
  else {
5170
5171
  a.play();
5171
- if (this.aq) {
5172
+ if (this.ar) {
5172
5173
  a.finish();
5173
- this.cb(a);
5174
+ this.cc(a);
5174
5175
  return;
5175
5176
  }
5176
- a.finished.f(function (c) { return _this.cb(a); });
5177
+ a.finished.f(function (c) { return _this.cc(a); });
5177
5178
  }
5178
5179
  };
5179
- XLabel.prototype.cb = function (a) {
5180
+ XLabel.prototype.cc = function (a) {
5180
5181
  a.commitStyles();
5181
5182
  if (a == this.aa && this.ai) {
5182
5183
  this.aa = null;
5183
5184
  if (this.ab) {
5184
5185
  this.ab = false;
5185
- this.cf();
5186
+ this.cg();
5186
5187
  }
5187
5188
  }
5188
5189
  if (a == this.z && this.ah) {
@@ -5193,15 +5194,15 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5193
5194
  _super.prototype.h.call(this, a, b, c);
5194
5195
  switch (a) {
5195
5196
  case "BaseTheme":
5196
- this.co(this.p);
5197
- this.cq();
5197
+ this.cp(this.p);
5198
+ this.cr();
5198
5199
  break;
5199
5200
  case "TextColor":
5200
5201
  case "HoverTextColor":
5201
5202
  case "TextStyle":
5202
5203
  case "HighlightTextColor":
5203
5204
  case "HoverHighlightTextColor":
5204
- this.cq();
5205
+ this.cr();
5205
5206
  break;
5206
5207
  case "ActualTextColor":
5207
5208
  case "ActualHoverTextColor":
@@ -5224,7 +5225,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5224
5225
  this.ah = true;
5225
5226
  }
5226
5227
  }
5227
- this.cp();
5228
+ this.cq();
5228
5229
  break;
5229
5230
  case "Text":
5230
5231
  this.view.ai();
@@ -5240,10 +5241,10 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5240
5241
  this.view.aj();
5241
5242
  break;
5242
5243
  case "IsHighlighted":
5243
- this.ce();
5244
+ this.cf();
5244
5245
  break;
5245
5246
  case "IsShifted":
5246
- this.cf();
5247
+ this.cg();
5247
5248
  break;
5248
5249
  case "ShiftType":
5249
5250
  if (this.aa != null) {
@@ -5254,7 +5255,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5254
5255
  this.ai = true;
5255
5256
  }
5256
5257
  }
5257
- this.ci();
5258
+ this.cj();
5258
5259
  break;
5259
5260
  case "Display":
5260
5261
  this.view.ab();
@@ -5273,38 +5274,44 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5273
5274
  break;
5274
5275
  }
5275
5276
  };
5276
- XLabel.prototype.ci = function () {
5277
+ XLabel.prototype.cj = function () {
5277
5278
  this.view.aj();
5278
5279
  };
5279
- XLabel.prototype.cf = function () {
5280
+ XLabel.prototype.cg = function () {
5280
5281
  this.view.af();
5281
- this.ca();
5282
+ if (this.ak) {
5283
+ return;
5284
+ }
5285
+ this.cb();
5282
5286
  var a = 1;
5283
- var b = this.ao;
5287
+ var b = this.ap;
5284
5288
  if (!b) {
5285
5289
  a = -1;
5286
5290
  }
5287
- this.cl(this.aa, a);
5291
+ this.cm(this.aa, a);
5288
5292
  };
5289
- XLabel.prototype.ce = function () {
5290
- this.ca();
5293
+ XLabel.prototype.cf = function () {
5294
+ if (this.ak) {
5295
+ return;
5296
+ }
5297
+ this.cb();
5291
5298
  var a = 1;
5292
- var b = this.am;
5299
+ var b = this.an;
5293
5300
  if (!b) {
5294
5301
  a = -1;
5295
5302
  }
5296
- this.cl(this.z, a);
5303
+ this.cm(this.z, a);
5297
5304
  };
5298
5305
  XLabel.prototype.onSizeReady = function () {
5299
5306
  if (this.aa != null) {
5300
- this.b9();
5301
- if (this.ao) {
5307
+ this.ca();
5308
+ if (this.ap) {
5302
5309
  this.view.aj();
5303
- this.cf();
5310
+ this.cg();
5304
5311
  }
5305
5312
  }
5306
5313
  };
5307
- XLabel.prototype.b9 = function () {
5314
+ XLabel.prototype.ca = function () {
5308
5315
  if (this.aa != null && this.aa.playState == 3) {
5309
5316
  this.aa = null;
5310
5317
  }
@@ -5313,26 +5320,26 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5313
5320
  this.ai = true;
5314
5321
  }
5315
5322
  };
5316
- XLabel.prototype.cq = function () {
5317
- this.c2 = this.di != null ? this.di : XLabel.de;
5318
- this.c1 = this.dh != null ? this.dh : XLabel.de;
5319
- this.cz = this.df != null ? this.df : XLabel.c7;
5323
+ XLabel.prototype.cr = function () {
5324
+ this.c3 = this.dj != null ? this.dj : XLabel.df;
5325
+ this.c2 = this.di != null ? this.di : XLabel.df;
5326
+ this.c0 = this.dg != null ? this.dg : XLabel.c8;
5320
5327
  this.w = this.y != null ? this.y : XLabel.x;
5321
5328
  };
5322
- XLabel.prototype.cp = function () {
5329
+ XLabel.prototype.cq = function () {
5323
5330
  if (this.w != null) {
5324
5331
  this.view.am(this.w);
5325
5332
  }
5326
5333
  else {
5327
5334
  this.view.am(this.view.e());
5328
5335
  }
5329
- this.view.ah(this.c2);
5336
+ this.view.ah(this.c3);
5330
5337
  };
5331
- XLabel.prototype.co = function (a) {
5332
- XLabel.de = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
5333
- XLabel.c7 = ThemeResolver.ah(a, XLabel.da, XLabel.c3);
5334
- XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
5338
+ XLabel.prototype.cp = function (a) {
5339
+ XLabel.df = ThemeResolver.ah(a, XLabel.de, XLabel.c7);
5335
5340
  XLabel.c8 = ThemeResolver.ah(a, XLabel.db, XLabel.c4);
5341
+ XLabel.da = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
5342
+ XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
5336
5343
  };
5337
5344
  Object.defineProperty(XLabel.prototype, "t", {
5338
5345
  get: function () {
@@ -5362,34 +5369,20 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5362
5369
  enumerable: false,
5363
5370
  configurable: true
5364
5371
  });
5365
- Object.defineProperty(XLabel.prototype, "c2", {
5372
+ Object.defineProperty(XLabel.prototype, "c3", {
5366
5373
  get: function () {
5367
- return this.cu;
5374
+ return this.cv;
5368
5375
  },
5369
5376
  set: function (a) {
5370
- var b = this.cu;
5371
- this.cu = a;
5372
- if (b != this.cu) {
5377
+ var b = this.cv;
5378
+ this.cv = a;
5379
+ if (b != this.cv) {
5373
5380
  this.g("ActualTextColor", b, a);
5374
5381
  }
5375
5382
  },
5376
5383
  enumerable: false,
5377
5384
  configurable: true
5378
5385
  });
5379
- Object.defineProperty(XLabel.prototype, "cz", {
5380
- get: function () {
5381
- return this.cr;
5382
- },
5383
- set: function (a) {
5384
- var b = this.cr;
5385
- this.cr = a;
5386
- if (b != this.cr) {
5387
- this.g("ActualHighlightTextColor", b, a);
5388
- }
5389
- },
5390
- enumerable: false,
5391
- configurable: true
5392
- });
5393
5386
  Object.defineProperty(XLabel.prototype, "c0", {
5394
5387
  get: function () {
5395
5388
  return this.cs;
@@ -5398,7 +5391,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5398
5391
  var b = this.cs;
5399
5392
  this.cs = a;
5400
5393
  if (b != this.cs) {
5401
- this.g("ActualHoverHighlightTextColor", b, a);
5394
+ this.g("ActualHighlightTextColor", b, a);
5402
5395
  }
5403
5396
  },
5404
5397
  enumerable: false,
@@ -5412,6 +5405,20 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5412
5405
  var b = this.ct;
5413
5406
  this.ct = a;
5414
5407
  if (b != this.ct) {
5408
+ this.g("ActualHoverHighlightTextColor", b, a);
5409
+ }
5410
+ },
5411
+ enumerable: false,
5412
+ configurable: true
5413
+ });
5414
+ Object.defineProperty(XLabel.prototype, "c2", {
5415
+ get: function () {
5416
+ return this.cu;
5417
+ },
5418
+ set: function (a) {
5419
+ var b = this.cu;
5420
+ this.cu = a;
5421
+ if (b != this.cu) {
5415
5422
  this.g("ActualHoverTextColor", b, a);
5416
5423
  }
5417
5424
  },
@@ -5432,42 +5439,42 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5432
5439
  enumerable: false,
5433
5440
  configurable: true
5434
5441
  });
5435
- Object.defineProperty(XLabel.prototype, "di", {
5442
+ Object.defineProperty(XLabel.prototype, "dj", {
5436
5443
  get: function () {
5437
- return this.cy;
5444
+ return this.cz;
5438
5445
  },
5439
5446
  set: function (a) {
5440
- var b = this.cy;
5441
- this.cy = a;
5442
- if (b != this.cy) {
5447
+ var b = this.cz;
5448
+ this.cz = a;
5449
+ if (b != this.cz) {
5443
5450
  this.g("TextColor", b, a);
5444
5451
  }
5445
5452
  },
5446
5453
  enumerable: false,
5447
5454
  configurable: true
5448
5455
  });
5449
- Object.defineProperty(XLabel.prototype, "df", {
5456
+ Object.defineProperty(XLabel.prototype, "dg", {
5450
5457
  get: function () {
5451
- return this.cv;
5458
+ return this.cw;
5452
5459
  },
5453
5460
  set: function (a) {
5454
- var b = this.cv;
5455
- this.cv = a;
5456
- if (b != this.cv) {
5461
+ var b = this.cw;
5462
+ this.cw = a;
5463
+ if (b != this.cw) {
5457
5464
  this.g("HighlightTextColor", b, a);
5458
5465
  }
5459
5466
  },
5460
5467
  enumerable: false,
5461
5468
  configurable: true
5462
5469
  });
5463
- Object.defineProperty(XLabel.prototype, "dg", {
5470
+ Object.defineProperty(XLabel.prototype, "dh", {
5464
5471
  get: function () {
5465
- return this.cw;
5472
+ return this.cx;
5466
5473
  },
5467
5474
  set: function (a) {
5468
- var b = this.cw;
5469
- this.cw = a;
5470
- if (b != this.cw) {
5475
+ var b = this.cx;
5476
+ this.cx = a;
5477
+ if (b != this.cx) {
5471
5478
  this.g("HoverHighlightTextColor", b, a);
5472
5479
  }
5473
5480
  },
@@ -5488,7 +5495,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5488
5495
  enumerable: false,
5489
5496
  configurable: true
5490
5497
  });
5491
- Object.defineProperty(XLabel.prototype, "ao", {
5498
+ Object.defineProperty(XLabel.prototype, "ap", {
5492
5499
  get: function () {
5493
5500
  return this.ag;
5494
5501
  },
@@ -5502,24 +5509,24 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5502
5509
  enumerable: false,
5503
5510
  configurable: true
5504
5511
  });
5505
- XLabel.prototype.cn = function (a, b) {
5512
+ XLabel.prototype.co = function (a, b) {
5506
5513
  if (b === void 0) {
5507
5514
  b = true;
5508
5515
  }
5509
- var c = this.aq;
5516
+ var c = this.ar;
5510
5517
  if (!b) {
5511
- this.aq = true;
5518
+ this.ar = true;
5512
5519
  }
5513
5520
  try {
5514
- this.ao = a;
5521
+ this.ap = a;
5515
5522
  }
5516
5523
  finally {
5517
5524
  if (!b) {
5518
- this.aq = c;
5525
+ this.ar = c;
5519
5526
  }
5520
5527
  }
5521
5528
  };
5522
- Object.defineProperty(XLabel.prototype, "am", {
5529
+ Object.defineProperty(XLabel.prototype, "an", {
5523
5530
  get: function () {
5524
5531
  return this.ae;
5525
5532
  },
@@ -5533,11 +5540,11 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5533
5540
  enumerable: false,
5534
5541
  configurable: true
5535
5542
  });
5536
- XLabel.prototype.cg = function () {
5537
- this.an = true;
5538
- };
5539
5543
  XLabel.prototype.ch = function () {
5540
- this.an = false;
5544
+ this.ao = true;
5545
+ };
5546
+ XLabel.prototype.ci = function () {
5547
+ this.ao = false;
5541
5548
  };
5542
5549
  Object.defineProperty(XLabel.prototype, "y", {
5543
5550
  get: function () {
@@ -5553,49 +5560,35 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5553
5560
  enumerable: false,
5554
5561
  configurable: true
5555
5562
  });
5556
- Object.defineProperty(XLabel.prototype, "dh", {
5563
+ Object.defineProperty(XLabel.prototype, "di", {
5557
5564
  get: function () {
5558
- return this.cx;
5565
+ return this.cy;
5559
5566
  },
5560
5567
  set: function (a) {
5561
- var b = this.cx;
5562
- this.cx = a;
5563
- if (b != this.cx) {
5568
+ var b = this.cy;
5569
+ this.cy = a;
5570
+ if (b != this.cy) {
5564
5571
  this.g("HoverTextColor", b, a);
5565
5572
  }
5566
5573
  },
5567
5574
  enumerable: false,
5568
5575
  configurable: true
5569
5576
  });
5570
- Object.defineProperty(XLabel.prototype, "bv", {
5577
+ Object.defineProperty(XLabel.prototype, "bw", {
5571
5578
  get: function () {
5572
- return this.a3;
5579
+ return this.a4;
5573
5580
  },
5574
5581
  set: function (a) {
5575
- var b = this.a3;
5576
- this.a3 = a;
5577
- if (b != this.a3) {
5582
+ var b = this.a4;
5583
+ this.a4 = a;
5584
+ if (b != this.a4) {
5578
5585
  this.g("Id", b, a);
5579
5586
  }
5580
5587
  },
5581
5588
  enumerable: false,
5582
5589
  configurable: true
5583
5590
  });
5584
- Object.defineProperty(XLabel.prototype, "bj", {
5585
- get: function () {
5586
- return this.az;
5587
- },
5588
- set: function (a) {
5589
- var b = this.az;
5590
- this.az = a;
5591
- if (b != this.az) {
5592
- this.g("Display", b, a);
5593
- }
5594
- },
5595
- enumerable: false,
5596
- configurable: true
5597
- });
5598
- Object.defineProperty(XLabel.prototype, "bm", {
5591
+ Object.defineProperty(XLabel.prototype, "bk", {
5599
5592
  get: function () {
5600
5593
  return this.a0;
5601
5594
  },
@@ -5603,13 +5596,13 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5603
5596
  var b = this.a0;
5604
5597
  this.a0 = a;
5605
5598
  if (b != this.a0) {
5606
- this.g("FlexDirection", b, a);
5599
+ this.g("Display", b, a);
5607
5600
  }
5608
5601
  },
5609
5602
  enumerable: false,
5610
5603
  configurable: true
5611
5604
  });
5612
- Object.defineProperty(XLabel.prototype, "bo", {
5605
+ Object.defineProperty(XLabel.prototype, "bn", {
5613
5606
  get: function () {
5614
5607
  return this.a1;
5615
5608
  },
@@ -5617,27 +5610,27 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5617
5610
  var b = this.a1;
5618
5611
  this.a1 = a;
5619
5612
  if (b != this.a1) {
5620
- this.g("FlexGrow", b, a);
5613
+ this.g("FlexDirection", b, a);
5621
5614
  }
5622
5615
  },
5623
5616
  enumerable: false,
5624
5617
  configurable: true
5625
5618
  });
5626
- Object.defineProperty(XLabel.prototype, "bb", {
5619
+ Object.defineProperty(XLabel.prototype, "bp", {
5627
5620
  get: function () {
5628
- return this.aw;
5621
+ return this.a2;
5629
5622
  },
5630
5623
  set: function (a) {
5631
- var b = this.aw;
5632
- this.aw = a;
5633
- if (b != this.aw) {
5634
- this.g("AlignItems", b, a);
5624
+ var b = this.a2;
5625
+ this.a2 = a;
5626
+ if (b != this.a2) {
5627
+ this.g("FlexGrow", b, a);
5635
5628
  }
5636
5629
  },
5637
5630
  enumerable: false,
5638
5631
  configurable: true
5639
5632
  });
5640
- Object.defineProperty(XLabel.prototype, "bd", {
5633
+ Object.defineProperty(XLabel.prototype, "bc", {
5641
5634
  get: function () {
5642
5635
  return this.ax;
5643
5636
  },
@@ -5645,56 +5638,70 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5645
5638
  var b = this.ax;
5646
5639
  this.ax = a;
5647
5640
  if (b != this.ax) {
5641
+ this.g("AlignItems", b, a);
5642
+ }
5643
+ },
5644
+ enumerable: false,
5645
+ configurable: true
5646
+ });
5647
+ Object.defineProperty(XLabel.prototype, "be", {
5648
+ get: function () {
5649
+ return this.ay;
5650
+ },
5651
+ set: function (a) {
5652
+ var b = this.ay;
5653
+ this.ay = a;
5654
+ if (b != this.ay) {
5648
5655
  this.g("AlignSelf", b, a);
5649
5656
  }
5650
5657
  },
5651
5658
  enumerable: false,
5652
5659
  configurable: true
5653
5660
  });
5654
- Object.defineProperty(XLabel.prototype, "ak", {
5661
+ Object.defineProperty(XLabel.prototype, "al", {
5655
5662
  get: function () {
5656
5663
  return this.ac;
5657
5664
  },
5658
5665
  enumerable: false,
5659
5666
  configurable: true
5660
5667
  });
5661
- Object.defineProperty(XLabel.prototype, "at", {
5668
+ Object.defineProperty(XLabel.prototype, "au", {
5662
5669
  get: function () {
5663
- return this.as;
5670
+ return this.at;
5664
5671
  },
5665
5672
  set: function (a) {
5666
- var b = this.as;
5667
- this.as = a;
5673
+ var b = this.at;
5674
+ this.at = a;
5668
5675
  this.ac = true;
5669
- if (b != this.as) {
5676
+ if (b != this.at) {
5670
5677
  this.g("TabIndex", b, a);
5671
5678
  }
5672
5679
  },
5673
5680
  enumerable: false,
5674
5681
  configurable: true
5675
5682
  });
5676
- Object.defineProperty(XLabel.prototype, "bq", {
5683
+ Object.defineProperty(XLabel.prototype, "br", {
5677
5684
  get: function () {
5678
- return this.a2;
5685
+ return this.a3;
5679
5686
  },
5680
5687
  set: function (a) {
5681
- var b = this.a2;
5682
- this.a2 = a;
5683
- if (b != this.a2) {
5688
+ var b = this.a3;
5689
+ this.a3 = a;
5690
+ if (b != this.a3) {
5684
5691
  this.g("TabIndex", b, a);
5685
5692
  }
5686
5693
  },
5687
5694
  enumerable: false,
5688
5695
  configurable: true
5689
5696
  });
5690
- Object.defineProperty(XLabel.prototype, "bf", {
5697
+ Object.defineProperty(XLabel.prototype, "bg", {
5691
5698
  get: function () {
5692
- return this.ay;
5699
+ return this.az;
5693
5700
  },
5694
5701
  set: function (a) {
5695
- var b = this.ay;
5696
- this.ay = a;
5697
- if (b != this.ay) {
5702
+ var b = this.az;
5703
+ this.az = a;
5704
+ if (b != this.az) {
5698
5705
  this.g("AriaLabel", b, a);
5699
5706
  }
5700
5707
  },
@@ -5703,19 +5710,19 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5703
5710
  });
5704
5711
  Object.defineProperty(XLabel.prototype, "text", {
5705
5712
  get: function () {
5706
- return this.a4;
5713
+ return this.a5;
5707
5714
  },
5708
5715
  set: function (a) {
5709
- var b = this.a4;
5710
- this.a4 = a;
5711
- if (b != this.a4) {
5716
+ var b = this.a5;
5717
+ this.a5 = a;
5718
+ if (b != this.a5) {
5712
5719
  this.g("Text", b, a);
5713
5720
  }
5714
5721
  },
5715
5722
  enumerable: false,
5716
5723
  configurable: true
5717
5724
  });
5718
- Object.defineProperty(XLabel.prototype, "an", {
5725
+ Object.defineProperty(XLabel.prototype, "ao", {
5719
5726
  get: function () {
5720
5727
  return this.af;
5721
5728
  },
@@ -5729,7 +5736,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5729
5736
  enumerable: false,
5730
5737
  configurable: true
5731
5738
  });
5732
- Object.defineProperty(XLabel.prototype, "ar", {
5739
+ Object.defineProperty(XLabel.prototype, "as", {
5733
5740
  get: function () {
5734
5741
  return this.aj;
5735
5742
  },
@@ -5757,7 +5764,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5757
5764
  enumerable: false,
5758
5765
  configurable: true
5759
5766
  });
5760
- XLabel.prototype.ck = function () {
5767
+ XLabel.prototype.cl = function () {
5761
5768
  this.view.ai();
5762
5769
  };
5763
5770
  XLabel.prototype.onDetachedFromUI = function () {
@@ -5766,13 +5773,13 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5766
5773
  XLabel.prototype.onAttachedToUI = function () {
5767
5774
  this.view.y();
5768
5775
  };
5769
- XLabel.prototype.ap = function () {
5776
+ XLabel.prototype.aq = function () {
5770
5777
  return this.view.g();
5771
5778
  };
5772
- XLabel.prototype.av = function () {
5779
+ XLabel.prototype.aw = function () {
5773
5780
  return this.j();
5774
5781
  };
5775
- XLabel.prototype.bl = function () {
5782
+ XLabel.prototype.bm = function () {
5776
5783
  var a = this.j();
5777
5784
  return a.q();
5778
5785
  };
@@ -5784,15 +5791,15 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5784
5791
  a.d = this.s;
5785
5792
  a.a = AppearanceHelper.a(NativeUI.al(b));
5786
5793
  a.b = this.l;
5787
- a.i = this.ao;
5788
- a.g = this.am;
5789
- a.m = this.bj;
5790
- a.n = this.bm;
5791
- a.o = this.bo;
5792
- a.l = this.bb;
5794
+ a.i = this.ap;
5795
+ a.g = this.an;
5796
+ a.m = this.bk;
5797
+ a.n = this.bn;
5798
+ a.o = this.bp;
5799
+ a.l = this.bc;
5793
5800
  a.r = this.text;
5794
- a.h = this.an;
5795
- a.j = this.ar;
5801
+ a.h = this.ao;
5802
+ a.j = this.as;
5796
5803
  a.f = this.disabled;
5797
5804
  a.p = this.e;
5798
5805
  if (this.w != null) {
@@ -5829,21 +5836,21 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5829
5836
  this.view.z(a);
5830
5837
  };
5831
5838
  XLabel.$t = markType(XLabel, 'XLabel', XInputGroupItem.$);
5832
- XLabel.dd = BrushUtil.h(221, 0, 0, 0);
5833
- XLabel.da = BrushUtil.h(255, 0, 153, 155);
5834
- XLabel.dc = BrushUtil.h(221, 0, 0, 0);
5835
- XLabel.db = BrushUtil.h(255, 0, 153, 155);
5836
- XLabel.c6 = BrushUtil.h(255, 24, 29, 31);
5837
- XLabel.c3 = BrushUtil.h(255, 33, 150, 243);
5838
- XLabel.c5 = BrushUtil.h(255, 24, 29, 31);
5839
- XLabel.c4 = BrushUtil.h(255, 33, 150, 243);
5839
+ XLabel.de = BrushUtil.j(221, 0, 0, 0);
5840
+ XLabel.db = BrushUtil.j(255, 0, 153, 155);
5841
+ XLabel.dd = BrushUtil.j(221, 0, 0, 0);
5842
+ XLabel.dc = BrushUtil.j(255, 0, 153, 155);
5843
+ XLabel.c7 = BrushUtil.j(255, 24, 29, 31);
5844
+ XLabel.c4 = BrushUtil.j(255, 33, 150, 243);
5845
+ XLabel.c6 = BrushUtil.j(255, 24, 29, 31);
5846
+ XLabel.c5 = BrushUtil.j(255, 33, 150, 243);
5840
5847
  XLabel.o = 2;
5841
- XLabel.de = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
5842
- XLabel.c7 = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
5843
- XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
5848
+ XLabel.df = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
5844
5849
  XLabel.c8 = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
5850
+ XLabel.da = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
5851
+ XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
5845
5852
  XLabel.x = null;
5846
- XLabel.au = 0;
5853
+ XLabel.av = 0;
5847
5854
  return XLabel;
5848
5855
  }(XInputGroupItem));
5849
5856
  export { XLabel };
@@ -6774,8 +6781,8 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6774
6781
  a.finished.f(function (d) { return a.commitStyles(); });
6775
6782
  };
6776
6783
  XInput.$t = markType(XInput, 'XInput', XInputGroupItem.$);
6777
- XInput.d6 = BrushUtil.h(221, 0, 0, 0);
6778
- XInput.d5 = BrushUtil.h(221, 0, 0, 0);
6784
+ XInput.d6 = BrushUtil.j(221, 0, 0, 0);
6785
+ XInput.d5 = BrushUtil.j(221, 0, 0, 0);
6779
6786
  XInput.ae = null;
6780
6787
  XInput.bf = 0;
6781
6788
  return XInput;