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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -70,7 +70,7 @@ export let InputGroupView = /*@__PURE__*/ (() => {
70
70
  }
71
71
  ac(a) {
72
72
  if (typeCast(XLabel.$, a) !== null) {
73
- a.bd = "flex-start";
73
+ a.be = "flex-start";
74
74
  }
75
75
  }
76
76
  ae(a) {
@@ -520,20 +520,20 @@ export let LabelView = /*@__PURE__*/ (() => {
520
520
  c.setStyleProperty("overflow", "hidden");
521
521
  c.setStyleProperty("height", "1.125rem");
522
522
  c.setStyleProperty("backface-visibility", "hidden");
523
- NativeUI.q(this.m.rootWrapper, this.c.c2);
523
+ NativeUI.q(this.m.rootWrapper, this.c.c3);
524
524
  c.setStyleProperty("outline-style", "none");
525
525
  c.setStyleProperty("box-shadow", "none");
526
526
  c.setStyleProperty("font-family", "Verdana");
527
527
  c.setStyleProperty("font-size", "1rem");
528
528
  this.n = c;
529
529
  this.m.append(this.n);
530
- this.c.ck();
530
+ this.c.cl();
531
531
  }
532
532
  l() {
533
533
  return this.c.l == 0 ? (this.j() * 0.5) : 0;
534
534
  }
535
535
  aj() {
536
- this.c.bj = "block";
536
+ this.c.bk = "block";
537
537
  let a = new TransformGroup();
538
538
  a.j.add(((() => {
539
539
  let $ret = new TranslateTransform();
@@ -580,8 +580,8 @@ export let LabelView = /*@__PURE__*/ (() => {
580
580
  }
581
581
  ab() {
582
582
  if (this.m != null) {
583
- this.m.rootWrapper.setStyleProperty("display", this.c.bj);
584
- this.n.setStyleProperty("display", this.c.bj);
583
+ this.m.rootWrapper.setStyleProperty("display", this.c.bk);
584
+ this.n.setStyleProperty("display", this.c.bk);
585
585
  let ext_ = this.m.getExternal(this.c, null, null);
586
586
  if (ext_ && ext_._onDisplayChanged) {
587
587
  ext_._onDisplayChanged();
@@ -591,8 +591,8 @@ export let LabelView = /*@__PURE__*/ (() => {
591
591
  }
592
592
  w() {
593
593
  if (this.m != null) {
594
- this.m.rootWrapper.setStyleProperty("align-items", this.c.bb);
595
- this.n.setStyleProperty("align-items", this.c.bb);
594
+ this.m.rootWrapper.setStyleProperty("align-items", this.c.bc);
595
+ this.n.setStyleProperty("align-items", this.c.bc);
596
596
  let ext_ = this.m.getExternal(this.c, null, null);
597
597
  if (ext_ && ext_._onAlignItemsChanged) {
598
598
  ext_._onAlignItemsChanged();
@@ -602,8 +602,8 @@ export let LabelView = /*@__PURE__*/ (() => {
602
602
  }
603
603
  x() {
604
604
  if (this.m != null) {
605
- this.m.rootWrapper.setStyleProperty("align-self", this.c.bd);
606
- this.n.setStyleProperty("align-self", this.c.bd);
605
+ this.m.rootWrapper.setStyleProperty("align-self", this.c.be);
606
+ this.n.setStyleProperty("align-self", this.c.be);
607
607
  let ext_ = this.m.getExternal(this.c, null, null);
608
608
  if (ext_ && ext_._onAlignSelfChanged) {
609
609
  ext_._onAlignSelfChanged();
@@ -613,8 +613,8 @@ export let LabelView = /*@__PURE__*/ (() => {
613
613
  }
614
614
  ac() {
615
615
  if (this.m != null) {
616
- this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bm);
617
- this.n.setStyleProperty("flex-direction", this.c.bm);
616
+ this.m.rootWrapper.setStyleProperty("flex-direction", this.c.bn);
617
+ this.n.setStyleProperty("flex-direction", this.c.bn);
618
618
  let ext_ = this.m.getExternal(this.c, null, null);
619
619
  if (ext_ && ext_._onFlexDirectionChanged) {
620
620
  ext_._onFlexDirectionChanged();
@@ -624,8 +624,8 @@ export let LabelView = /*@__PURE__*/ (() => {
624
624
  }
625
625
  ad() {
626
626
  if (this.m != null) {
627
- this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bo);
628
- this.n.setStyleProperty("flex-grow", this.c.bo);
627
+ this.m.rootWrapper.setStyleProperty("flex-grow", this.c.bp);
628
+ this.n.setStyleProperty("flex-grow", this.c.bp);
629
629
  let ext_ = this.m.getExternal(this.c, null, null);
630
630
  if (ext_ && ext_._onFlexGrowChanged) {
631
631
  ext_._onFlexGrowChanged();
@@ -694,10 +694,10 @@ export let LabelView = /*@__PURE__*/ (() => {
694
694
  return parseFloat(stringReplace(a, "px", ""));
695
695
  }
696
696
  t(a) {
697
- this.c.cg();
697
+ this.c.ch();
698
698
  }
699
699
  u(a) {
700
- this.c.ch();
700
+ this.c.ci();
701
701
  }
702
702
  y() {
703
703
  this.f = true;
@@ -1961,7 +1961,7 @@ export let XInputGroup = /*@__PURE__*/ (() => {
1961
1961
  a.l = 2;
1962
1962
  break;
1963
1963
  }
1964
- a.cn(this.ai, false);
1964
+ a.co(this.ai, false);
1965
1965
  });
1966
1966
  }
1967
1967
  kf() {
@@ -2294,11 +2294,11 @@ export let XInputGroup = /*@__PURE__*/ (() => {
2294
2294
  jv() {
2295
2295
  this.jp();
2296
2296
  if (this.ai) {
2297
- this.js((a) => a.cn(true, !this.aj));
2297
+ this.js((a) => a.co(true, !this.aj));
2298
2298
  this.jr((a) => a.dq(this.ar, !this.aj));
2299
2299
  }
2300
2300
  else {
2301
- this.js((a) => a.cn(false, !this.aj));
2301
+ this.js((a) => a.co(false, !this.aj));
2302
2302
  this.jr((a) => a.dq(this.ar, !this.aj));
2303
2303
  }
2304
2304
  }
@@ -2306,12 +2306,12 @@ export let XInputGroup = /*@__PURE__*/ (() => {
2306
2306
  this.jp();
2307
2307
  if (this.ao) {
2308
2308
  let a = 1;
2309
- this.js((b) => b.am = true);
2309
+ this.js((b) => b.an = true);
2310
2310
  this.j4(a);
2311
2311
  }
2312
2312
  else {
2313
2313
  let b = -1;
2314
- this.js((c) => c.am = false);
2314
+ this.js((c) => c.an = false);
2315
2315
  this.j4(b);
2316
2316
  }
2317
2317
  }
@@ -3667,7 +3667,7 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3667
3667
  if (this.inputs._inner[b].e == null) {
3668
3668
  this.inputs._inner[b].e = "Label" + a.l.count.toString();
3669
3669
  }
3670
- a.l.add1(this.inputs._inner[b].av());
3670
+ a.l.add1(this.inputs._inner[b].aw());
3671
3671
  }
3672
3672
  else if (typeCast(XInput.$, this.inputs._inner[b]) !== null) {
3673
3673
  if (this.inputs._inner[b].e == null) {
@@ -3722,22 +3722,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3722
3722
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
3723
3723
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 4, 4));
3724
3724
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
3725
- $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
3726
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 0, 153, 155));
3727
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 0, 153, 155));
3725
+ $ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
3726
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
3727
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
3728
3728
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
3729
3729
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
3730
3730
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
3731
- $ret.addItem("UnderlineColor", BrushUtil.h(138, 0, 0, 0));
3732
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 0, 153, 155));
3733
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(138, 0, 0, 0));
3734
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 0, 153, 155));
3731
+ $ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
3732
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
3733
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
3734
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
3735
3735
  $ret.addItem("UnderlineOpacity", 0);
3736
3736
  $ret.addItem("HoverUnderlineOpacity", 0);
3737
3737
  $ret.addItem("FocusUnderlineOpacity", 0);
3738
3738
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
3739
3739
  $ret.addItem("UnderlineRippleOpacity", 0);
3740
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
3740
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
3741
3741
  return $ret;
3742
3742
  })())));
3743
3743
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
@@ -3746,22 +3746,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3746
3746
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
3747
3747
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
3748
3748
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
3749
- $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
3750
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 0, 153, 155));
3751
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 0, 153, 155));
3749
+ $ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
3750
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
3751
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
3752
3752
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
3753
3753
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
3754
3754
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
3755
- $ret.addItem("UnderlineColor", BrushUtil.h(138, 0, 0, 0));
3756
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 0, 153, 155));
3757
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(138, 0, 0, 0));
3758
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 0, 153, 155));
3755
+ $ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
3756
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
3757
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
3758
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
3759
3759
  $ret.addItem("UnderlineOpacity", 1);
3760
3760
  $ret.addItem("HoverUnderlineOpacity", 1);
3761
3761
  $ret.addItem("FocusUnderlineOpacity", 1);
3762
3762
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
3763
3763
  $ret.addItem("UnderlineRippleOpacity", 0);
3764
- $ret.addItem("BackgroundColor", BrushUtil.h(20, 0, 0, 0));
3764
+ $ret.addItem("BackgroundColor", BrushUtil.j(20, 0, 0, 0));
3765
3765
  return $ret;
3766
3766
  })())));
3767
3767
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
@@ -3770,22 +3770,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3770
3770
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
3771
3771
  $ret.addItem("CornerRadius", new CornerRadius(0, 0));
3772
3772
  $ret.addItem("ContentPadding", new Thickness(0, 0));
3773
- $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
3774
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 0, 153, 155));
3775
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 0, 153, 155));
3773
+ $ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
3774
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
3775
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
3776
3776
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
3777
3777
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
3778
3778
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
3779
- $ret.addItem("UnderlineColor", BrushUtil.h(138, 0, 0, 0));
3780
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 0, 153, 155));
3781
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(138, 0, 0, 0));
3782
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 0, 153, 155));
3779
+ $ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
3780
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
3781
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
3782
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
3783
3783
  $ret.addItem("UnderlineOpacity", 1);
3784
3784
  $ret.addItem("HoverUnderlineOpacity", 1);
3785
3785
  $ret.addItem("FocusUnderlineOpacity", 1);
3786
3786
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
3787
3787
  $ret.addItem("UnderlineRippleOpacity", 0);
3788
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
3788
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
3789
3789
  return $ret;
3790
3790
  })())));
3791
3791
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
@@ -3794,22 +3794,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3794
3794
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
3795
3795
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
3796
3796
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
3797
- $ret.addItem("BorderColor", BrushUtil.h(138, 0, 0, 0));
3798
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 0, 153, 155));
3799
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 0, 153, 155));
3797
+ $ret.addItem("BorderColor", BrushUtil.j(138, 0, 0, 0));
3798
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 0, 153, 155));
3799
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 0, 153, 155));
3800
3800
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
3801
3801
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
3802
3802
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
3803
- $ret.addItem("UnderlineColor", BrushUtil.h(138, 0, 0, 0));
3804
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 0, 153, 155));
3805
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(138, 0, 0, 0));
3806
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 0, 153, 155));
3803
+ $ret.addItem("UnderlineColor", BrushUtil.j(138, 0, 0, 0));
3804
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 0, 153, 155));
3805
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(138, 0, 0, 0));
3806
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 0, 153, 155));
3807
3807
  $ret.addItem("UnderlineOpacity", 0);
3808
3808
  $ret.addItem("HoverUnderlineOpacity", 0);
3809
3809
  $ret.addItem("FocusUnderlineOpacity", 0);
3810
3810
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
3811
3811
  $ret.addItem("UnderlineRippleOpacity", 0);
3812
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
3812
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
3813
3813
  return $ret;
3814
3814
  })())));
3815
3815
  return $ret;
@@ -3825,22 +3825,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3825
3825
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
3826
3826
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
3827
3827
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
3828
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
3829
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 33, 150, 243));
3830
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 33, 150, 243));
3828
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
3829
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
3830
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
3831
3831
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
3832
3832
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
3833
3833
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
3834
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
3835
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 33, 150, 243));
3836
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
3837
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 33, 150, 243));
3834
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
3835
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
3836
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
3837
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
3838
3838
  $ret.addItem("UnderlineOpacity", 0);
3839
3839
  $ret.addItem("HoverUnderlineOpacity", 0);
3840
3840
  $ret.addItem("FocusUnderlineOpacity", 0);
3841
3841
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
3842
3842
  $ret.addItem("UnderlineRippleOpacity", 0);
3843
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
3843
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
3844
3844
  return $ret;
3845
3845
  })())));
3846
3846
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
@@ -3849,22 +3849,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3849
3849
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
3850
3850
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
3851
3851
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
3852
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
3853
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 33, 150, 243));
3854
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 33, 150, 243));
3852
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
3853
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
3854
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
3855
3855
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
3856
3856
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
3857
3857
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
3858
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
3859
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 33, 150, 243));
3860
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
3861
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 33, 150, 243));
3858
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
3859
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
3860
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
3861
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
3862
3862
  $ret.addItem("UnderlineOpacity", 1);
3863
3863
  $ret.addItem("HoverUnderlineOpacity", 1);
3864
3864
  $ret.addItem("FocusUnderlineOpacity", 1);
3865
3865
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
3866
3866
  $ret.addItem("UnderlineRippleOpacity", 0);
3867
- $ret.addItem("BackgroundColor", BrushUtil.h(20, 0, 0, 0));
3867
+ $ret.addItem("BackgroundColor", BrushUtil.j(20, 0, 0, 0));
3868
3868
  return $ret;
3869
3869
  })())));
3870
3870
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
@@ -3873,22 +3873,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3873
3873
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
3874
3874
  $ret.addItem("CornerRadius", new CornerRadius(0, 0));
3875
3875
  $ret.addItem("ContentPadding", new Thickness(0, 0));
3876
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
3877
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 33, 150, 243));
3878
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 33, 150, 243));
3876
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
3877
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
3878
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
3879
3879
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
3880
3880
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
3881
3881
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
3882
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
3883
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 33, 150, 243));
3884
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
3885
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 33, 150, 243));
3882
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
3883
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
3884
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
3885
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
3886
3886
  $ret.addItem("UnderlineOpacity", 1);
3887
3887
  $ret.addItem("HoverUnderlineOpacity", 1);
3888
3888
  $ret.addItem("FocusUnderlineOpacity", 1);
3889
3889
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
3890
3890
  $ret.addItem("UnderlineRippleOpacity", 0);
3891
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
3891
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
3892
3892
  return $ret;
3893
3893
  })())));
3894
3894
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
@@ -3897,27 +3897,27 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3897
3897
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
3898
3898
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
3899
3899
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
3900
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
3901
- $ret.addItem("FocusBorderColor", BrushUtil.h(255, 33, 150, 243));
3902
- $ret.addItem("FocusLabelColor", BrushUtil.h(255, 33, 150, 243));
3900
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
3901
+ $ret.addItem("FocusBorderColor", BrushUtil.j(255, 33, 150, 243));
3902
+ $ret.addItem("FocusLabelColor", BrushUtil.j(255, 33, 150, 243));
3903
3903
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
3904
3904
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
3905
3905
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
3906
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
3907
- $ret.addItem("UnderlineRippleColor", BrushUtil.h(255, 33, 150, 243));
3908
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
3909
- $ret.addItem("FocusUnderlineColor", BrushUtil.h(255, 33, 150, 243));
3906
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
3907
+ $ret.addItem("UnderlineRippleColor", BrushUtil.j(255, 33, 150, 243));
3908
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
3909
+ $ret.addItem("FocusUnderlineColor", BrushUtil.j(255, 33, 150, 243));
3910
3910
  $ret.addItem("UnderlineOpacity", 0);
3911
3911
  $ret.addItem("HoverUnderlineOpacity", 0);
3912
3912
  $ret.addItem("FocusUnderlineOpacity", 0);
3913
3913
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
3914
3914
  $ret.addItem("UnderlineRippleOpacity", 0);
3915
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
3915
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
3916
3916
  return $ret;
3917
3917
  })())));
3918
3918
  return $ret;
3919
3919
  })()));
3920
- XInputGroup.n5 = BrushUtil.h(255, 105, 136, 255);
3920
+ XInputGroup.n5 = BrushUtil.j(255, 105, 136, 255);
3921
3921
  XInputGroup.l = new Theme(1, ((() => {
3922
3922
  let $ret = new Dictionary$2(String_$type, Base.$, 0);
3923
3923
  return $ret;
@@ -3929,22 +3929,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3929
3929
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
3930
3930
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
3931
3931
  $ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
3932
- $ret.addItem("BorderColor", BrushUtil.h(25, 0, 0, 0));
3932
+ $ret.addItem("BorderColor", BrushUtil.j(25, 0, 0, 0));
3933
3933
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
3934
3934
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
3935
3935
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
3936
3936
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
3937
3937
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
3938
- $ret.addItem("UnderlineColor", BrushUtil.h(25, 0, 0, 0));
3938
+ $ret.addItem("UnderlineColor", BrushUtil.j(25, 0, 0, 0));
3939
3939
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
3940
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 0, 0, 0));
3940
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 0, 0, 0));
3941
3941
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
3942
3942
  $ret.addItem("UnderlineOpacity", 0);
3943
3943
  $ret.addItem("HoverUnderlineOpacity", 0);
3944
3944
  $ret.addItem("FocusUnderlineOpacity", 0);
3945
3945
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
3946
3946
  $ret.addItem("UnderlineRippleOpacity", 0);
3947
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
3947
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
3948
3948
  return $ret;
3949
3949
  })())));
3950
3950
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
@@ -3953,22 +3953,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3953
3953
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
3954
3954
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
3955
3955
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
3956
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
3956
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
3957
3957
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
3958
3958
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
3959
3959
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
3960
3960
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
3961
3961
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
3962
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
3962
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
3963
3963
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
3964
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
3964
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
3965
3965
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
3966
3966
  $ret.addItem("UnderlineOpacity", 1);
3967
3967
  $ret.addItem("HoverUnderlineOpacity", 1);
3968
3968
  $ret.addItem("FocusUnderlineOpacity", 1);
3969
3969
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
3970
3970
  $ret.addItem("UnderlineRippleOpacity", 0);
3971
- $ret.addItem("BackgroundColor", BrushUtil.h(25, 0, 0, 0));
3971
+ $ret.addItem("BackgroundColor", BrushUtil.j(25, 0, 0, 0));
3972
3972
  return $ret;
3973
3973
  })())));
3974
3974
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
@@ -3977,22 +3977,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
3977
3977
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
3978
3978
  $ret.addItem("CornerRadius", new CornerRadius(0, 0));
3979
3979
  $ret.addItem("ContentPadding", new Thickness(0, 0));
3980
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
3980
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
3981
3981
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
3982
3982
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
3983
3983
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
3984
3984
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
3985
3985
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
3986
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
3986
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
3987
3987
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
3988
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
3988
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
3989
3989
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
3990
3990
  $ret.addItem("UnderlineOpacity", 1);
3991
3991
  $ret.addItem("HoverUnderlineOpacity", 1);
3992
3992
  $ret.addItem("FocusUnderlineOpacity", 1);
3993
3993
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
3994
3994
  $ret.addItem("UnderlineRippleOpacity", 0);
3995
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
3995
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
3996
3996
  return $ret;
3997
3997
  })())));
3998
3998
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
@@ -4001,22 +4001,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
4001
4001
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
4002
4002
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4003
4003
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
4004
- $ret.addItem("BorderColor", BrushUtil.h(255, 186, 191, 199));
4004
+ $ret.addItem("BorderColor", BrushUtil.j(255, 186, 191, 199));
4005
4005
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
4006
4006
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
4007
4007
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4008
4008
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4009
4009
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4010
- $ret.addItem("UnderlineColor", BrushUtil.h(255, 186, 191, 199));
4010
+ $ret.addItem("UnderlineColor", BrushUtil.j(255, 186, 191, 199));
4011
4011
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
4012
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(255, 186, 191, 199));
4012
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(255, 186, 191, 199));
4013
4013
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
4014
4014
  $ret.addItem("UnderlineOpacity", 0);
4015
4015
  $ret.addItem("HoverUnderlineOpacity", 0);
4016
4016
  $ret.addItem("FocusUnderlineOpacity", 0);
4017
4017
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
4018
4018
  $ret.addItem("UnderlineRippleOpacity", 0);
4019
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4019
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4020
4020
  return $ret;
4021
4021
  })())));
4022
4022
  return $ret;
@@ -4032,22 +4032,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
4032
4032
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
4033
4033
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4034
4034
  $ret.addItem("ContentPadding", new Thickness(1, 8, 0, 8, 0));
4035
- $ret.addItem("BorderColor", BrushUtil.h(51, 255, 255, 255));
4035
+ $ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
4036
4036
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
4037
4037
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
4038
4038
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4039
4039
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4040
4040
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4041
- $ret.addItem("UnderlineColor", BrushUtil.h(51, 255, 255, 255));
4041
+ $ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
4042
4042
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
4043
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(51, 255, 255, 255));
4043
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
4044
4044
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
4045
4045
  $ret.addItem("UnderlineOpacity", 0);
4046
4046
  $ret.addItem("HoverUnderlineOpacity", 0);
4047
4047
  $ret.addItem("FocusUnderlineOpacity", 0);
4048
4048
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
4049
4049
  $ret.addItem("UnderlineRippleOpacity", 0);
4050
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4050
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4051
4051
  return $ret;
4052
4052
  })())));
4053
4053
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 1), new Theme(0, ((() => {
@@ -4056,22 +4056,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
4056
4056
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
4057
4057
  $ret.addItem("CornerRadius", new CornerRadius(1, 4, 4, 0, 0));
4058
4058
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
4059
- $ret.addItem("BorderColor", BrushUtil.h(51, 255, 255, 255));
4059
+ $ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
4060
4060
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
4061
4061
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
4062
4062
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4063
4063
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4064
4064
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4065
- $ret.addItem("UnderlineColor", BrushUtil.h(51, 255, 255, 255));
4065
+ $ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
4066
4066
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
4067
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(51, 255, 255, 255));
4067
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
4068
4068
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
4069
4069
  $ret.addItem("UnderlineOpacity", 1);
4070
4070
  $ret.addItem("HoverUnderlineOpacity", 1);
4071
4071
  $ret.addItem("FocusUnderlineOpacity", 1);
4072
4072
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
4073
4073
  $ret.addItem("UnderlineRippleOpacity", 0);
4074
- $ret.addItem("BackgroundColor", BrushUtil.h(128, 55, 63, 86));
4074
+ $ret.addItem("BackgroundColor", BrushUtil.j(128, 55, 63, 86));
4075
4075
  return $ret;
4076
4076
  })())));
4077
4077
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 0), new Theme(0, ((() => {
@@ -4080,22 +4080,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
4080
4080
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(0));
4081
4081
  $ret.addItem("CornerRadius", new CornerRadius(0, 0));
4082
4082
  $ret.addItem("ContentPadding", new Thickness(0, 0));
4083
- $ret.addItem("BorderColor", BrushUtil.h(51, 255, 255, 255));
4083
+ $ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
4084
4084
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
4085
4085
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
4086
4086
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4087
4087
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4088
4088
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4089
- $ret.addItem("UnderlineColor", BrushUtil.h(51, 255, 255, 255));
4089
+ $ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
4090
4090
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
4091
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(51, 255, 255, 255));
4091
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
4092
4092
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
4093
4093
  $ret.addItem("UnderlineOpacity", 1);
4094
4094
  $ret.addItem("HoverUnderlineOpacity", 1);
4095
4095
  $ret.addItem("FocusUnderlineOpacity", 1);
4096
4096
  $ret.addItem("FocusUnderlineRippleOpacity", 1);
4097
4097
  $ret.addItem("UnderlineRippleOpacity", 0);
4098
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4098
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4099
4099
  return $ret;
4100
4100
  })())));
4101
4101
  $ret.addItem(enumGetBox(InputGroupDisplayType_$type, 3), new Theme(0, ((() => {
@@ -4104,22 +4104,22 @@ export let XInputGroup = /*@__PURE__*/ (() => {
4104
4104
  $ret.addItem("FocusBorderWidth", DeviceUtils.g(2));
4105
4105
  $ret.addItem("CornerRadius", new CornerRadius(0, 4));
4106
4106
  $ret.addItem("ContentPadding", new Thickness(1, 16, 0, 16, 0));
4107
- $ret.addItem("BorderColor", BrushUtil.h(51, 255, 255, 255));
4107
+ $ret.addItem("BorderColor", BrushUtil.j(51, 255, 255, 255));
4108
4108
  $ret.addItem("FocusBorderColor", XInputGroup.n5);
4109
4109
  $ret.addItem("FocusLabelColor", XInputGroup.n5);
4110
4110
  $ret.addItem("UnderlineWidth", DeviceUtils.g(1));
4111
4111
  $ret.addItem("UnderlineRippleWidth", DeviceUtils.g(2));
4112
4112
  $ret.addItem("HoverUnderlineWidth", DeviceUtils.g(2));
4113
- $ret.addItem("UnderlineColor", BrushUtil.h(51, 255, 255, 255));
4113
+ $ret.addItem("UnderlineColor", BrushUtil.j(51, 255, 255, 255));
4114
4114
  $ret.addItem("UnderlineRippleColor", XInputGroup.n5);
4115
- $ret.addItem("HoverUnderlineColor", BrushUtil.h(51, 255, 255, 255));
4115
+ $ret.addItem("HoverUnderlineColor", BrushUtil.j(51, 255, 255, 255));
4116
4116
  $ret.addItem("FocusUnderlineColor", XInputGroup.n5);
4117
4117
  $ret.addItem("UnderlineOpacity", 0);
4118
4118
  $ret.addItem("HoverUnderlineOpacity", 0);
4119
4119
  $ret.addItem("FocusUnderlineOpacity", 0);
4120
4120
  $ret.addItem("FocusUnderlineRippleOpacity", 0);
4121
4121
  $ret.addItem("UnderlineRippleOpacity", 0);
4122
- $ret.addItem("BackgroundColor", BrushUtil.h(0, 0, 0, 0));
4122
+ $ret.addItem("BackgroundColor", BrushUtil.j(0, 0, 0, 0));
4123
4123
  return $ret;
4124
4124
  })())));
4125
4125
  return $ret;
@@ -4162,41 +4162,42 @@ export let XLabel = /*@__PURE__*/ (() => {
4162
4162
  super();
4163
4163
  this.n = 0;
4164
4164
  this._view = null;
4165
+ this.ak = false;
4165
4166
  this.aa = null;
4166
4167
  this.z = null;
4167
4168
  this.ab = false;
4168
4169
  this.r = 0;
4169
4170
  this.q = 1;
4170
- this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
4171
- this.cr = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
4171
+ this.cv = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
4172
4172
  this.cs = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
4173
4173
  this.ct = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
4174
+ this.cu = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
4174
4175
  this.u = null;
4175
- this.cy = XLabel.de;
4176
- this.cv = XLabel.c7;
4176
+ this.cz = XLabel.df;
4177
4177
  this.cw = XLabel.c8;
4178
+ this.cx = XLabel.c9;
4178
4179
  this.k = 0;
4179
4180
  this.ag = false;
4180
4181
  this.ae = false;
4181
4182
  this.v = null;
4182
- this.cx = null;
4183
- this.a3 = "ig-label-" + XLabel.au++;
4184
- this.az = "inline-block";
4183
+ this.cy = null;
4184
+ this.a4 = "ig-label-" + XLabel.av++;
4185
4185
  this.a0 = "inline-block";
4186
- this.a1 = null;
4187
- this.aw = "center";
4186
+ this.a1 = "inline-block";
4187
+ this.a2 = null;
4188
4188
  this.ax = "center";
4189
- this.as = 0;
4189
+ this.ay = "center";
4190
+ this.at = 0;
4190
4191
  this.ac = false;
4191
- this.a2 = null;
4192
- this.ay = null;
4193
- this.a4 = null;
4192
+ this.a3 = null;
4193
+ this.az = null;
4194
+ this.a5 = null;
4194
4195
  this.af = false;
4195
4196
  this.aj = false;
4196
4197
  this.ad = false;
4197
4198
  this.ai = false;
4198
4199
  this.ah = false;
4199
- this.aq = false;
4200
+ this.ar = false;
4200
4201
  let a = new LabelView();
4201
4202
  a.c = this;
4202
4203
  this.view = a;
@@ -4227,7 +4228,7 @@ export let XLabel = /*@__PURE__*/ (() => {
4227
4228
  a.b = 0;
4228
4229
  return a;
4229
4230
  }
4230
- ca() {
4231
+ cb() {
4231
4232
  this.view.v();
4232
4233
  let a = false;
4233
4234
  if (this.aa == null) {
@@ -4265,39 +4266,39 @@ export let XLabel = /*@__PURE__*/ (() => {
4265
4266
  $ret.m = 0.75;
4266
4267
  return $ret;
4267
4268
  })()));
4268
- 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))));
4269
+ 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))));
4269
4270
  }
4270
4271
  if (this.z == null) {
4271
- this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c2)).m(new AnimationKeyFrameProperty(7, this.cz)));
4272
+ this.z = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(7, this.c3)).m(new AnimationKeyFrameProperty(7, this.c0)));
4272
4273
  }
4273
4274
  }
4274
- cl(a, b) {
4275
+ cm(a, b) {
4275
4276
  if ((b > 0 && a.playbackRate < 0) || (b < 0 && a.playbackRate > 0)) {
4276
4277
  a.reverse();
4277
- if (this.aq) {
4278
+ if (this.ar) {
4278
4279
  a.finish();
4279
- this.cb(a);
4280
+ this.cc(a);
4280
4281
  return;
4281
4282
  }
4282
- a.finished.f((c) => this.cb(a));
4283
+ a.finished.f((c) => this.cc(a));
4283
4284
  }
4284
4285
  else {
4285
4286
  a.play();
4286
- if (this.aq) {
4287
+ if (this.ar) {
4287
4288
  a.finish();
4288
- this.cb(a);
4289
+ this.cc(a);
4289
4290
  return;
4290
4291
  }
4291
- a.finished.f((c) => this.cb(a));
4292
+ a.finished.f((c) => this.cc(a));
4292
4293
  }
4293
4294
  }
4294
- cb(a) {
4295
+ cc(a) {
4295
4296
  a.commitStyles();
4296
4297
  if (a == this.aa && this.ai) {
4297
4298
  this.aa = null;
4298
4299
  if (this.ab) {
4299
4300
  this.ab = false;
4300
- this.cf();
4301
+ this.cg();
4301
4302
  }
4302
4303
  }
4303
4304
  if (a == this.z && this.ah) {
@@ -4308,15 +4309,15 @@ export let XLabel = /*@__PURE__*/ (() => {
4308
4309
  super.h(a, b, c);
4309
4310
  switch (a) {
4310
4311
  case "BaseTheme":
4311
- this.co(this.p);
4312
- this.cq();
4312
+ this.cp(this.p);
4313
+ this.cr();
4313
4314
  break;
4314
4315
  case "TextColor":
4315
4316
  case "HoverTextColor":
4316
4317
  case "TextStyle":
4317
4318
  case "HighlightTextColor":
4318
4319
  case "HoverHighlightTextColor":
4319
- this.cq();
4320
+ this.cr();
4320
4321
  break;
4321
4322
  case "ActualTextColor":
4322
4323
  case "ActualHoverTextColor":
@@ -4339,7 +4340,7 @@ export let XLabel = /*@__PURE__*/ (() => {
4339
4340
  this.ah = true;
4340
4341
  }
4341
4342
  }
4342
- this.cp();
4343
+ this.cq();
4343
4344
  break;
4344
4345
  case "Text":
4345
4346
  this.view.ai();
@@ -4355,10 +4356,10 @@ export let XLabel = /*@__PURE__*/ (() => {
4355
4356
  this.view.aj();
4356
4357
  break;
4357
4358
  case "IsHighlighted":
4358
- this.ce();
4359
+ this.cf();
4359
4360
  break;
4360
4361
  case "IsShifted":
4361
- this.cf();
4362
+ this.cg();
4362
4363
  break;
4363
4364
  case "ShiftType":
4364
4365
  if (this.aa != null) {
@@ -4369,7 +4370,7 @@ export let XLabel = /*@__PURE__*/ (() => {
4369
4370
  this.ai = true;
4370
4371
  }
4371
4372
  }
4372
- this.ci();
4373
+ this.cj();
4373
4374
  break;
4374
4375
  case "Display":
4375
4376
  this.view.ab();
@@ -4388,38 +4389,44 @@ export let XLabel = /*@__PURE__*/ (() => {
4388
4389
  break;
4389
4390
  }
4390
4391
  }
4391
- ci() {
4392
+ cj() {
4392
4393
  this.view.aj();
4393
4394
  }
4394
- cf() {
4395
+ cg() {
4395
4396
  this.view.af();
4396
- this.ca();
4397
+ if (this.ak) {
4398
+ return;
4399
+ }
4400
+ this.cb();
4397
4401
  let a = 1;
4398
- let b = this.ao;
4402
+ let b = this.ap;
4399
4403
  if (!b) {
4400
4404
  a = -1;
4401
4405
  }
4402
- this.cl(this.aa, a);
4406
+ this.cm(this.aa, a);
4403
4407
  }
4404
- ce() {
4405
- this.ca();
4408
+ cf() {
4409
+ if (this.ak) {
4410
+ return;
4411
+ }
4412
+ this.cb();
4406
4413
  let a = 1;
4407
- let b = this.am;
4414
+ let b = this.an;
4408
4415
  if (!b) {
4409
4416
  a = -1;
4410
4417
  }
4411
- this.cl(this.z, a);
4418
+ this.cm(this.z, a);
4412
4419
  }
4413
4420
  onSizeReady() {
4414
4421
  if (this.aa != null) {
4415
- this.b9();
4416
- if (this.ao) {
4422
+ this.ca();
4423
+ if (this.ap) {
4417
4424
  this.view.aj();
4418
- this.cf();
4425
+ this.cg();
4419
4426
  }
4420
4427
  }
4421
4428
  }
4422
- b9() {
4429
+ ca() {
4423
4430
  if (this.aa != null && this.aa.playState == 3) {
4424
4431
  this.aa = null;
4425
4432
  }
@@ -4428,26 +4435,26 @@ export let XLabel = /*@__PURE__*/ (() => {
4428
4435
  this.ai = true;
4429
4436
  }
4430
4437
  }
4431
- cq() {
4432
- this.c2 = this.di != null ? this.di : XLabel.de;
4433
- this.c1 = this.dh != null ? this.dh : XLabel.de;
4434
- this.cz = this.df != null ? this.df : XLabel.c7;
4438
+ cr() {
4439
+ this.c3 = this.dj != null ? this.dj : XLabel.df;
4440
+ this.c2 = this.di != null ? this.di : XLabel.df;
4441
+ this.c0 = this.dg != null ? this.dg : XLabel.c8;
4435
4442
  this.w = this.y != null ? this.y : XLabel.x;
4436
4443
  }
4437
- cp() {
4444
+ cq() {
4438
4445
  if (this.w != null) {
4439
4446
  this.view.am(this.w);
4440
4447
  }
4441
4448
  else {
4442
4449
  this.view.am(this.view.e());
4443
4450
  }
4444
- this.view.ah(this.c2);
4451
+ this.view.ah(this.c3);
4445
4452
  }
4446
- co(a) {
4447
- XLabel.de = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
4448
- XLabel.c7 = ThemeResolver.ah(a, XLabel.da, XLabel.c3);
4449
- XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
4453
+ cp(a) {
4454
+ XLabel.df = ThemeResolver.ah(a, XLabel.de, XLabel.c7);
4450
4455
  XLabel.c8 = ThemeResolver.ah(a, XLabel.db, XLabel.c4);
4456
+ XLabel.da = ThemeResolver.ah(a, XLabel.dd, XLabel.c6);
4457
+ XLabel.c9 = ThemeResolver.ah(a, XLabel.dc, XLabel.c5);
4451
4458
  }
4452
4459
  get t() {
4453
4460
  return this.r;
@@ -4469,26 +4476,16 @@ export let XLabel = /*@__PURE__*/ (() => {
4469
4476
  this.g("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
4470
4477
  }
4471
4478
  }
4472
- get c2() {
4473
- return this.cu;
4479
+ get c3() {
4480
+ return this.cv;
4474
4481
  }
4475
- set c2(a) {
4476
- let b = this.cu;
4477
- this.cu = a;
4478
- if (b != this.cu) {
4482
+ set c3(a) {
4483
+ let b = this.cv;
4484
+ this.cv = a;
4485
+ if (b != this.cv) {
4479
4486
  this.g("ActualTextColor", b, a);
4480
4487
  }
4481
4488
  }
4482
- get cz() {
4483
- return this.cr;
4484
- }
4485
- set cz(a) {
4486
- let b = this.cr;
4487
- this.cr = a;
4488
- if (b != this.cr) {
4489
- this.g("ActualHighlightTextColor", b, a);
4490
- }
4491
- }
4492
4489
  get c0() {
4493
4490
  return this.cs;
4494
4491
  }
@@ -4496,7 +4493,7 @@ export let XLabel = /*@__PURE__*/ (() => {
4496
4493
  let b = this.cs;
4497
4494
  this.cs = a;
4498
4495
  if (b != this.cs) {
4499
- this.g("ActualHoverHighlightTextColor", b, a);
4496
+ this.g("ActualHighlightTextColor", b, a);
4500
4497
  }
4501
4498
  }
4502
4499
  get c1() {
@@ -4506,6 +4503,16 @@ export let XLabel = /*@__PURE__*/ (() => {
4506
4503
  let b = this.ct;
4507
4504
  this.ct = a;
4508
4505
  if (b != this.ct) {
4506
+ this.g("ActualHoverHighlightTextColor", b, a);
4507
+ }
4508
+ }
4509
+ get c2() {
4510
+ return this.cu;
4511
+ }
4512
+ set c2(a) {
4513
+ let b = this.cu;
4514
+ this.cu = a;
4515
+ if (b != this.cu) {
4509
4516
  this.g("ActualHoverTextColor", b, a);
4510
4517
  }
4511
4518
  }
@@ -4519,26 +4526,16 @@ export let XLabel = /*@__PURE__*/ (() => {
4519
4526
  this.g("ActualTextStyle", b, a);
4520
4527
  }
4521
4528
  }
4522
- get di() {
4523
- return this.cy;
4529
+ get dj() {
4530
+ return this.cz;
4524
4531
  }
4525
- set di(a) {
4526
- let b = this.cy;
4527
- this.cy = a;
4528
- if (b != this.cy) {
4532
+ set dj(a) {
4533
+ let b = this.cz;
4534
+ this.cz = a;
4535
+ if (b != this.cz) {
4529
4536
  this.g("TextColor", b, a);
4530
4537
  }
4531
4538
  }
4532
- get df() {
4533
- return this.cv;
4534
- }
4535
- set df(a) {
4536
- let b = this.cv;
4537
- this.cv = a;
4538
- if (b != this.cv) {
4539
- this.g("HighlightTextColor", b, a);
4540
- }
4541
- }
4542
4539
  get dg() {
4543
4540
  return this.cw;
4544
4541
  }
@@ -4546,6 +4543,16 @@ export let XLabel = /*@__PURE__*/ (() => {
4546
4543
  let b = this.cw;
4547
4544
  this.cw = a;
4548
4545
  if (b != this.cw) {
4546
+ this.g("HighlightTextColor", b, a);
4547
+ }
4548
+ }
4549
+ get dh() {
4550
+ return this.cx;
4551
+ }
4552
+ set dh(a) {
4553
+ let b = this.cx;
4554
+ this.cx = a;
4555
+ if (b != this.cx) {
4549
4556
  this.g("HoverHighlightTextColor", b, a);
4550
4557
  }
4551
4558
  }
@@ -4559,45 +4566,45 @@ export let XLabel = /*@__PURE__*/ (() => {
4559
4566
  this.g("ShiftType", enumGetBox(LabelShiftType_$type, b), enumGetBox(LabelShiftType_$type, a));
4560
4567
  }
4561
4568
  }
4562
- get ao() {
4569
+ get ap() {
4563
4570
  return this.ag;
4564
4571
  }
4565
- set ao(a) {
4572
+ set ap(a) {
4566
4573
  let b = this.ag;
4567
4574
  this.ag = a;
4568
4575
  if (b != this.ag) {
4569
4576
  this.g("IsShifted", b, a);
4570
4577
  }
4571
4578
  }
4572
- cn(a, b = true) {
4573
- let c = this.aq;
4579
+ co(a, b = true) {
4580
+ let c = this.ar;
4574
4581
  if (!b) {
4575
- this.aq = true;
4582
+ this.ar = true;
4576
4583
  }
4577
4584
  try {
4578
- this.ao = a;
4585
+ this.ap = a;
4579
4586
  }
4580
4587
  finally {
4581
4588
  if (!b) {
4582
- this.aq = c;
4589
+ this.ar = c;
4583
4590
  }
4584
4591
  }
4585
4592
  }
4586
- get am() {
4593
+ get an() {
4587
4594
  return this.ae;
4588
4595
  }
4589
- set am(a) {
4596
+ set an(a) {
4590
4597
  let b = this.ae;
4591
4598
  this.ae = a;
4592
4599
  if (b != this.ae) {
4593
4600
  this.g("IsHighlighted", b, a);
4594
4601
  }
4595
4602
  }
4596
- cg() {
4597
- this.an = true;
4598
- }
4599
4603
  ch() {
4600
- this.an = false;
4604
+ this.ao = true;
4605
+ }
4606
+ ci() {
4607
+ this.ao = false;
4601
4608
  }
4602
4609
  get y() {
4603
4610
  return this.v;
@@ -4609,134 +4616,134 @@ export let XLabel = /*@__PURE__*/ (() => {
4609
4616
  this.g("TextStyle", b, a);
4610
4617
  }
4611
4618
  }
4612
- get dh() {
4613
- return this.cx;
4619
+ get di() {
4620
+ return this.cy;
4614
4621
  }
4615
- set dh(a) {
4616
- let b = this.cx;
4617
- this.cx = a;
4618
- if (b != this.cx) {
4622
+ set di(a) {
4623
+ let b = this.cy;
4624
+ this.cy = a;
4625
+ if (b != this.cy) {
4619
4626
  this.g("HoverTextColor", b, a);
4620
4627
  }
4621
4628
  }
4622
- get bv() {
4623
- return this.a3;
4629
+ get bw() {
4630
+ return this.a4;
4624
4631
  }
4625
- set bv(a) {
4626
- let b = this.a3;
4627
- this.a3 = a;
4628
- if (b != this.a3) {
4632
+ set bw(a) {
4633
+ let b = this.a4;
4634
+ this.a4 = a;
4635
+ if (b != this.a4) {
4629
4636
  this.g("Id", b, a);
4630
4637
  }
4631
4638
  }
4632
- get bj() {
4633
- return this.az;
4634
- }
4635
- set bj(a) {
4636
- let b = this.az;
4637
- this.az = a;
4638
- if (b != this.az) {
4639
- this.g("Display", b, a);
4640
- }
4641
- }
4642
- get bm() {
4639
+ get bk() {
4643
4640
  return this.a0;
4644
4641
  }
4645
- set bm(a) {
4642
+ set bk(a) {
4646
4643
  let b = this.a0;
4647
4644
  this.a0 = a;
4648
4645
  if (b != this.a0) {
4649
- this.g("FlexDirection", b, a);
4646
+ this.g("Display", b, a);
4650
4647
  }
4651
4648
  }
4652
- get bo() {
4649
+ get bn() {
4653
4650
  return this.a1;
4654
4651
  }
4655
- set bo(a) {
4652
+ set bn(a) {
4656
4653
  let b = this.a1;
4657
4654
  this.a1 = a;
4658
4655
  if (b != this.a1) {
4659
- this.g("FlexGrow", b, a);
4656
+ this.g("FlexDirection", b, a);
4660
4657
  }
4661
4658
  }
4662
- get bb() {
4663
- return this.aw;
4659
+ get bp() {
4660
+ return this.a2;
4664
4661
  }
4665
- set bb(a) {
4666
- let b = this.aw;
4667
- this.aw = a;
4668
- if (b != this.aw) {
4669
- this.g("AlignItems", b, a);
4662
+ set bp(a) {
4663
+ let b = this.a2;
4664
+ this.a2 = a;
4665
+ if (b != this.a2) {
4666
+ this.g("FlexGrow", b, a);
4670
4667
  }
4671
4668
  }
4672
- get bd() {
4669
+ get bc() {
4673
4670
  return this.ax;
4674
4671
  }
4675
- set bd(a) {
4672
+ set bc(a) {
4676
4673
  let b = this.ax;
4677
4674
  this.ax = a;
4678
4675
  if (b != this.ax) {
4676
+ this.g("AlignItems", b, a);
4677
+ }
4678
+ }
4679
+ get be() {
4680
+ return this.ay;
4681
+ }
4682
+ set be(a) {
4683
+ let b = this.ay;
4684
+ this.ay = a;
4685
+ if (b != this.ay) {
4679
4686
  this.g("AlignSelf", b, a);
4680
4687
  }
4681
4688
  }
4682
- get ak() {
4689
+ get al() {
4683
4690
  return this.ac;
4684
4691
  }
4685
- get at() {
4686
- return this.as;
4692
+ get au() {
4693
+ return this.at;
4687
4694
  }
4688
- set at(a) {
4689
- let b = this.as;
4690
- this.as = a;
4695
+ set au(a) {
4696
+ let b = this.at;
4697
+ this.at = a;
4691
4698
  this.ac = true;
4692
- if (b != this.as) {
4699
+ if (b != this.at) {
4693
4700
  this.g("TabIndex", b, a);
4694
4701
  }
4695
4702
  }
4696
- get bq() {
4697
- return this.a2;
4703
+ get br() {
4704
+ return this.a3;
4698
4705
  }
4699
- set bq(a) {
4700
- let b = this.a2;
4701
- this.a2 = a;
4702
- if (b != this.a2) {
4706
+ set br(a) {
4707
+ let b = this.a3;
4708
+ this.a3 = a;
4709
+ if (b != this.a3) {
4703
4710
  this.g("TabIndex", b, a);
4704
4711
  }
4705
4712
  }
4706
- get bf() {
4707
- return this.ay;
4713
+ get bg() {
4714
+ return this.az;
4708
4715
  }
4709
- set bf(a) {
4710
- let b = this.ay;
4711
- this.ay = a;
4712
- if (b != this.ay) {
4716
+ set bg(a) {
4717
+ let b = this.az;
4718
+ this.az = a;
4719
+ if (b != this.az) {
4713
4720
  this.g("AriaLabel", b, a);
4714
4721
  }
4715
4722
  }
4716
4723
  get text() {
4717
- return this.a4;
4724
+ return this.a5;
4718
4725
  }
4719
4726
  set text(a) {
4720
- let b = this.a4;
4721
- this.a4 = a;
4722
- if (b != this.a4) {
4727
+ let b = this.a5;
4728
+ this.a5 = a;
4729
+ if (b != this.a5) {
4723
4730
  this.g("Text", b, a);
4724
4731
  }
4725
4732
  }
4726
- get an() {
4733
+ get ao() {
4727
4734
  return this.af;
4728
4735
  }
4729
- set an(a) {
4736
+ set ao(a) {
4730
4737
  let b = this.af;
4731
4738
  this.af = a;
4732
4739
  if (b != this.af) {
4733
4740
  this.g("IsHover", b, a);
4734
4741
  }
4735
4742
  }
4736
- get ar() {
4743
+ get as() {
4737
4744
  return this.aj;
4738
4745
  }
4739
- set ar(a) {
4746
+ set as(a) {
4740
4747
  let b = this.aj;
4741
4748
  this.aj = a;
4742
4749
  if (b != this.aj) {
@@ -4753,7 +4760,7 @@ export let XLabel = /*@__PURE__*/ (() => {
4753
4760
  this.g("IsDisabled", b, a);
4754
4761
  }
4755
4762
  }
4756
- ck() {
4763
+ cl() {
4757
4764
  this.view.ai();
4758
4765
  }
4759
4766
  onDetachedFromUI() {
@@ -4762,13 +4769,13 @@ export let XLabel = /*@__PURE__*/ (() => {
4762
4769
  onAttachedToUI() {
4763
4770
  this.view.y();
4764
4771
  }
4765
- ap() {
4772
+ aq() {
4766
4773
  return this.view.g();
4767
4774
  }
4768
- av() {
4775
+ aw() {
4769
4776
  return this.j();
4770
4777
  }
4771
- bl() {
4778
+ bm() {
4772
4779
  let a = this.j();
4773
4780
  return a.q();
4774
4781
  }
@@ -4780,15 +4787,15 @@ export let XLabel = /*@__PURE__*/ (() => {
4780
4787
  a.d = this.s;
4781
4788
  a.a = AppearanceHelper.a(NativeUI.al(b));
4782
4789
  a.b = this.l;
4783
- a.i = this.ao;
4784
- a.g = this.am;
4785
- a.m = this.bj;
4786
- a.n = this.bm;
4787
- a.o = this.bo;
4788
- a.l = this.bb;
4790
+ a.i = this.ap;
4791
+ a.g = this.an;
4792
+ a.m = this.bk;
4793
+ a.n = this.bn;
4794
+ a.o = this.bp;
4795
+ a.l = this.bc;
4789
4796
  a.r = this.text;
4790
- a.h = this.an;
4791
- a.j = this.ar;
4797
+ a.h = this.ao;
4798
+ a.j = this.as;
4792
4799
  a.f = this.disabled;
4793
4800
  a.p = this.e;
4794
4801
  if (this.w != null) {
@@ -4826,21 +4833,21 @@ export let XLabel = /*@__PURE__*/ (() => {
4826
4833
  }
4827
4834
  }
4828
4835
  XLabel.$t = markType(XLabel, 'XLabel', XInputGroupItem.$);
4829
- XLabel.dd = BrushUtil.h(221, 0, 0, 0);
4830
- XLabel.da = BrushUtil.h(255, 0, 153, 155);
4831
- XLabel.dc = BrushUtil.h(221, 0, 0, 0);
4832
- XLabel.db = BrushUtil.h(255, 0, 153, 155);
4833
- XLabel.c6 = BrushUtil.h(255, 24, 29, 31);
4834
- XLabel.c3 = BrushUtil.h(255, 33, 150, 243);
4835
- XLabel.c5 = BrushUtil.h(255, 24, 29, 31);
4836
- XLabel.c4 = BrushUtil.h(255, 33, 150, 243);
4836
+ XLabel.de = BrushUtil.j(221, 0, 0, 0);
4837
+ XLabel.db = BrushUtil.j(255, 0, 153, 155);
4838
+ XLabel.dd = BrushUtil.j(221, 0, 0, 0);
4839
+ XLabel.dc = BrushUtil.j(255, 0, 153, 155);
4840
+ XLabel.c7 = BrushUtil.j(255, 24, 29, 31);
4841
+ XLabel.c4 = BrushUtil.j(255, 33, 150, 243);
4842
+ XLabel.c6 = BrushUtil.j(255, 24, 29, 31);
4843
+ XLabel.c5 = BrushUtil.j(255, 33, 150, 243);
4837
4844
  XLabel.o = 2;
4838
- XLabel.de = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
4839
- XLabel.c7 = ThemeResolver.ah(XLabel.o, XLabel.da, XLabel.c3);
4840
- XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
4845
+ XLabel.df = ThemeResolver.ah(XLabel.o, XLabel.de, XLabel.c7);
4841
4846
  XLabel.c8 = ThemeResolver.ah(XLabel.o, XLabel.db, XLabel.c4);
4847
+ XLabel.da = ThemeResolver.ah(XLabel.o, XLabel.dd, XLabel.c6);
4848
+ XLabel.c9 = ThemeResolver.ah(XLabel.o, XLabel.dc, XLabel.c5);
4842
4849
  XLabel.x = null;
4843
- XLabel.au = 0;
4850
+ XLabel.av = 0;
4844
4851
  return XLabel;
4845
4852
  })();
4846
4853
  /**
@@ -5633,8 +5640,8 @@ export let XInput = /*@__PURE__*/ (() => {
5633
5640
  }
5634
5641
  }
5635
5642
  XInput.$t = markType(XInput, 'XInput', XInputGroupItem.$);
5636
- XInput.d6 = BrushUtil.h(221, 0, 0, 0);
5637
- XInput.d5 = BrushUtil.h(221, 0, 0, 0);
5643
+ XInput.d6 = BrushUtil.j(221, 0, 0, 0);
5644
+ XInput.d5 = BrushUtil.j(221, 0, 0, 0);
5638
5645
  XInput.ae = null;
5639
5646
  XInput.bf = 0;
5640
5647
  return XInput;