igniteui-webcomponents-inputs 4.0.3 → 4.2.2

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 (51) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +2781 -2143
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +17 -17
  4. package/esm2015/lib/ButtonView_combined.js +945 -939
  5. package/esm2015/lib/CalendarView_combined.js +80 -80
  6. package/esm2015/lib/DatePickerView_combined.js +82 -64
  7. package/esm2015/lib/IconView_combined.js +250 -238
  8. package/esm2015/lib/InputGroupView_combined.js +368 -357
  9. package/esm2015/lib/NativeUIXInputsFactory.js +143 -0
  10. package/esm2015/lib/XButtonBridge.js +101 -0
  11. package/esm2015/lib/XCheckboxBridge.js +69 -0
  12. package/esm2015/lib/XComponentBridge.js +34 -0
  13. package/esm2015/lib/XIconButtonBridge.js +65 -0
  14. package/esm2015/lib/XInputBridge.js +162 -0
  15. package/esm2015/lib/igc-x-button-component.js +366 -366
  16. package/esm2015/lib/igc-x-icon-component.js +74 -63
  17. package/esm2015/lib/igc-x-input-component.js +65 -54
  18. package/esm2015/public_api.js +6 -0
  19. package/esm5/lib/ButtonGroupView_combined.js +17 -17
  20. package/esm5/lib/ButtonView_combined.js +941 -935
  21. package/esm5/lib/CalendarView_combined.js +80 -80
  22. package/esm5/lib/DatePickerView_combined.js +82 -64
  23. package/esm5/lib/IconView_combined.js +240 -224
  24. package/esm5/lib/InputGroupView_combined.js +353 -338
  25. package/esm5/lib/NativeUIXInputsFactory.js +153 -0
  26. package/esm5/lib/XButtonBridge.js +103 -0
  27. package/esm5/lib/XCheckboxBridge.js +71 -0
  28. package/esm5/lib/XComponentBridge.js +36 -0
  29. package/esm5/lib/XIconButtonBridge.js +67 -0
  30. package/esm5/lib/XInputBridge.js +164 -0
  31. package/esm5/lib/igc-x-button-component.js +366 -366
  32. package/esm5/lib/igc-x-icon-component.js +79 -64
  33. package/esm5/lib/igc-x-input-component.js +70 -55
  34. package/esm5/public_api.js +6 -0
  35. package/fesm2015/igniteui-webcomponents-inputs.js +2785 -2178
  36. package/fesm5/igniteui-webcomponents-inputs.js +2772 -2141
  37. package/lib/ButtonView_combined.d.ts +262 -260
  38. package/lib/DatePickerView_combined.d.ts +22 -21
  39. package/lib/DatePickerVisualModelExport.d.ts +1 -1
  40. package/lib/IconView_combined.d.ts +59 -56
  41. package/lib/InputGroupView_combined.d.ts +91 -89
  42. package/lib/NativeUIXInputsFactory.d.ts +22 -0
  43. package/lib/XButtonBridge.d.ts +21 -0
  44. package/lib/XCheckboxBridge.d.ts +19 -0
  45. package/lib/XComponentBridge.d.ts +17 -0
  46. package/lib/XIconButtonBridge.d.ts +16 -0
  47. package/lib/XInputBridge.d.ts +24 -0
  48. package/lib/igc-x-icon-component.d.ts +6 -1
  49. package/lib/igc-x-input-component.d.ts +6 -1
  50. package/package.json +2 -2
  51. package/public_api.d.ts +6 -0
@@ -909,7 +909,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
909
909
  this.j = a;
910
910
  this.j.rootWrapper.setStyleProperty("display", "inline-block");
911
911
  var c = this.j.createElement("input");
912
- c.setAttribute("type", this.b.b3);
912
+ c.setAttribute("type", this.b.b6);
913
913
  c.setStyleProperty("position", "relative");
914
914
  c.setStyleProperty("box-sizing", "border-box");
915
915
  c.setStyleProperty("display", "inline-block");
@@ -928,7 +928,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
928
928
  c.setStyleProperty("background-attachment", "initial");
929
929
  c.setStyleProperty("background-origin", "initial");
930
930
  c.setStyleProperty("background-color", "transparent");
931
- NativeUI.o(c, this.b.du);
931
+ NativeUI.o(c, this.b.dx);
932
932
  c.setStyleProperty("outline-style", "none");
933
933
  c.setStyleProperty("box-shadow", "none");
934
934
  c.setStyleProperty("border-top", "0.1875rem solid transparent");
@@ -953,7 +953,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
953
953
  this.h.add(c.listen("mouseup", runOn(this, this.ag)));
954
954
  this.k = c;
955
955
  this.j.append(this.k);
956
- this.b.dd();
956
+ this.b.dg();
957
957
  };
958
958
  InputView.prototype.aw = function (a) {
959
959
  if (a) {
@@ -973,7 +973,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
973
973
  };
974
974
  InputView.prototype.y = function (a) {
975
975
  this.e = true;
976
- this.b.cv();
976
+ this.b.cy();
977
977
  };
978
978
  InputView.prototype.x = function (a) {
979
979
  this.e = false;
@@ -981,11 +981,11 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
981
981
  if (a.originalEvent != null) {
982
982
  b = (a.originalEvent.data);
983
983
  }
984
- this.b.cu(b);
984
+ this.b.cx(b);
985
985
  };
986
986
  InputView.prototype.as = function () {
987
- this.k.setAttribute("type", this.b.b3);
988
- if (this.b.b3 == "date") {
987
+ this.k.setAttribute("type", this.b.b6);
988
+ if (this.b.b6 == "date") {
989
989
  this.k.setStyleProperty("line-height", "normal");
990
990
  }
991
991
  else {
@@ -993,10 +993,10 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
993
993
  }
994
994
  };
995
995
  InputView.prototype.aq = function () {
996
- this.k.setAttribute("placeholder", this.b.cb);
996
+ this.k.setAttribute("placeholder", this.b.ce);
997
997
  };
998
998
  InputView.prototype.a1 = function () {
999
- switch (this.b.x) {
999
+ switch (this.b.z) {
1000
1000
  case 1:
1001
1001
  this.k.setStyleProperty("height", "2rem");
1002
1002
  this.k.setStyleProperty("font-size", "1rem");
@@ -1040,21 +1040,21 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
1040
1040
  this.k.setAttribute("name", a);
1041
1041
  };
1042
1042
  InputView.prototype.u = function (a) {
1043
- this.b.cr();
1043
+ this.b.cu();
1044
1044
  };
1045
1045
  InputView.prototype.ab = function (a) {
1046
- this.b.cz();
1046
+ this.b.c2();
1047
1047
  };
1048
1048
  InputView.prototype.af = function (a) {
1049
1049
  var b = this.a4(a);
1050
- this.b.c5(b);
1050
+ this.b.c8(b);
1051
1051
  if (b.handled) {
1052
1052
  a.preventDefault();
1053
1053
  }
1054
1054
  };
1055
1055
  InputView.prototype.ag = function (a) {
1056
1056
  var b = this.a4(a);
1057
- this.b.c8(b);
1057
+ this.b.db(b);
1058
1058
  if (b.handled) {
1059
1059
  a.preventDefault();
1060
1060
  }
@@ -1065,31 +1065,31 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
1065
1065
  return b;
1066
1066
  };
1067
1067
  InputView.prototype.v = function (a) {
1068
- this.b.cs();
1068
+ this.b.cv();
1069
1069
  };
1070
1070
  InputView.prototype.w = function (a) {
1071
- this.b.ct();
1071
+ this.b.cw();
1072
1072
  };
1073
1073
  InputView.prototype.ac = function (a) {
1074
1074
  var b = new KeyEventArgs(0, a);
1075
- this.b.c2(b);
1075
+ this.b.c5(b);
1076
1076
  };
1077
1077
  InputView.prototype.ae = function (a) {
1078
1078
  var b = new KeyEventArgs(0, a);
1079
- this.b.c4(b);
1079
+ this.b.c7(b);
1080
1080
  };
1081
1081
  InputView.prototype.ad = function (a) {
1082
1082
  var b = new KeyEventArgs(0, a);
1083
- this.b.c3(b);
1083
+ this.b.c6(b);
1084
1084
  };
1085
1085
  InputView.prototype.ah = function (a) {
1086
- this.b.c9();
1086
+ this.b.dc();
1087
1087
  };
1088
1088
  InputView.prototype.z = function (a) {
1089
- this.b.cx();
1089
+ this.b.c0();
1090
1090
  };
1091
1091
  InputView.prototype.aa = function (a) {
1092
- this.b.cy();
1092
+ this.b.c1();
1093
1093
  };
1094
1094
  InputView.prototype.a2 = function (a) {
1095
1095
  if (this.p != a) {
@@ -1123,10 +1123,10 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
1123
1123
  }
1124
1124
  };
1125
1125
  InputView.prototype.s = function (a) {
1126
- this.b.c6();
1126
+ this.b.c9();
1127
1127
  };
1128
1128
  InputView.prototype.t = function (a) {
1129
- this.b.c7();
1129
+ this.b.da();
1130
1130
  };
1131
1131
  InputView.prototype.aj = function () {
1132
1132
  this.d = true;
@@ -2209,7 +2209,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
2209
2209
  XInputGroup.prototype.mp = function () {
2210
2210
  var _this = this;
2211
2211
  this.l3(function (a) {
2212
- a.y = _this.m;
2212
+ a.aa = _this.m;
2213
2213
  switch (_this.d) {
2214
2214
  case 0:
2215
2215
  a.o = 0;
@@ -2222,7 +2222,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
2222
2222
  a.o = 2;
2223
2223
  break;
2224
2224
  }
2225
- a.dh(_this.al, false);
2225
+ a.dk(_this.al, false);
2226
2226
  });
2227
2227
  };
2228
2228
  XInputGroup.prototype.ms = function () {
@@ -2429,7 +2429,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
2429
2429
  get: function () {
2430
2430
  var a = false;
2431
2431
  this.l3(function (b) {
2432
- if (b.aq) {
2432
+ if (b.as) {
2433
2433
  a = true;
2434
2434
  }
2435
2435
  });
@@ -2552,11 +2552,11 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
2552
2552
  this.l1();
2553
2553
  if (this.ac) {
2554
2554
  this.l4(function (a) { return a.ck(true, !_this.ad); });
2555
- this.l3(function (a) { return a.dh(_this.al, !_this.ad); });
2555
+ this.l3(function (a) { return a.dk(_this.al, !_this.ad); });
2556
2556
  }
2557
2557
  else {
2558
2558
  this.l4(function (a) { return a.ck(false, !_this.ad); });
2559
- this.l3(function (a) { return a.dh(_this.al, !_this.ad); });
2559
+ this.l3(function (a) { return a.dk(_this.al, !_this.ad); });
2560
2560
  }
2561
2561
  };
2562
2562
  XInputGroup.prototype.mc = function () {
@@ -4411,7 +4411,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4411
4411
  if (this.inputs._inner[b].e == null) {
4412
4412
  this.inputs._inner[b].e = "Input" + a.k.count.toString();
4413
4413
  }
4414
- a.k.add1(this.inputs._inner[b].bc());
4414
+ a.k.add1(this.inputs._inner[b].be());
4415
4415
  }
4416
4416
  else if (typeCast(XSuffix.$, this.inputs._inner[b]) !== null) {
4417
4417
  if (this.inputs._inner[b].e == null) {
@@ -5489,26 +5489,27 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
5489
5489
  function XInput() {
5490
5490
  var _this = _super.call(this) || this;
5491
5491
  _this.u = null;
5492
- _this.a3 = 0;
5493
- _this.a4 = 0;
5492
+ _this.a5 = 0;
5493
+ _this.a6 = 0;
5494
5494
  _this.q = 0;
5495
- _this.bl = "";
5496
- _this.bf = "";
5497
- _this.af = false;
5498
- _this.bg = null;
5499
- _this.ag = false;
5500
- _this.ao = false;
5495
+ _this.bn = "";
5496
+ _this.bh = "";
5497
+ _this.ah = false;
5498
+ _this.bi = null;
5499
+ _this.ai = false;
5500
+ _this.aq = false;
5501
5501
  _this._view = null;
5502
5502
  _this.n = 0;
5503
- _this.w = 1;
5504
- _this.v = 1;
5505
- _this.bk = null;
5506
- _this.bn = "_";
5507
- _this.ai = false;
5508
- _this.dq = XInput.dw;
5509
- _this.dp = XInput.dv;
5510
- _this.z = null;
5511
- _this.ds = XInput.dw;
5503
+ _this.v = 0;
5504
+ _this.y = 1;
5505
+ _this.x = 1;
5506
+ _this.bm = null;
5507
+ _this.bp = "_";
5508
+ _this.ak = false;
5509
+ _this.dt = XInput.dz;
5510
+ _this.ds = XInput.dy;
5511
+ _this.ab = null;
5512
+ _this.dv = XInput.dz;
5512
5513
  _this.keyDown = null;
5513
5514
  _this.keyUp = null;
5514
5515
  _this.keyPress = null;
@@ -5516,35 +5517,35 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
5516
5517
  _this.lostFocus = null;
5517
5518
  _this.mouseDown = null;
5518
5519
  _this.mouseUp = null;
5519
- _this.aa = null;
5520
- _this.bj = "text";
5521
- _this.bm = "text";
5522
- _this.dr = null;
5523
- _this.bi = "ig-input-" + XInput.bb++;
5524
- _this.a5 = 0;
5525
- _this.ah = false;
5526
- _this.bh = null;
5527
- _this.be = null;
5528
- _this.al = false;
5529
- _this.bd = null;
5530
- _this.bo = null;
5531
- _this.ak = false;
5520
+ _this.ac = null;
5521
+ _this.bl = "text";
5522
+ _this.bo = "text";
5523
+ _this.du = null;
5524
+ _this.bk = "ig-input-" + XInput.bd++;
5525
+ _this.a7 = 0;
5532
5526
  _this.aj = false;
5527
+ _this.bj = null;
5528
+ _this.bg = null;
5529
+ _this.an = false;
5530
+ _this.bf = null;
5531
+ _this.bq = null;
5533
5532
  _this.am = false;
5533
+ _this.al = false;
5534
+ _this.ao = false;
5534
5535
  _this.change = null;
5535
5536
  _this.changing = null;
5536
5537
  _this.compositionStart = null;
5537
5538
  _this.compositionEnd = null;
5538
- _this.an = true;
5539
- _this.ae = null;
5540
- _this.ax = false;
5539
+ _this.ap = true;
5540
+ _this.ag = null;
5541
+ _this.az = false;
5541
5542
  _this.u = new MaskParsingService();
5542
5543
  var a = new InputView();
5543
5544
  a.b = _this;
5544
5545
  _this.view = a;
5545
5546
  _this.view.ao();
5546
- XInput.ac = new FontInfo();
5547
- XInput.ac.n = "Verdana";
5547
+ XInput.ae = new FontInfo();
5548
+ XInput.ae.n = "Verdana";
5548
5549
  return _this;
5549
5550
  }
5550
5551
  Object.defineProperty(XInput.prototype, "view", {
@@ -5574,70 +5575,84 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
5574
5575
  enumerable: true,
5575
5576
  configurable: true
5576
5577
  });
5577
- Object.defineProperty(XInput.prototype, "y", {
5578
+ Object.defineProperty(XInput.prototype, "w", {
5578
5579
  get: function () {
5579
- return this.w;
5580
+ return this.v;
5580
5581
  },
5581
5582
  set: function (a) {
5582
- var b = this.w;
5583
- this.w = a;
5584
- if (b != this.w) {
5583
+ var b = this.v;
5584
+ this.v = a;
5585
+ if (b != this.v) {
5586
+ this.g("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
5587
+ }
5588
+ },
5589
+ enumerable: true,
5590
+ configurable: true
5591
+ });
5592
+ Object.defineProperty(XInput.prototype, "aa", {
5593
+ get: function () {
5594
+ return this.y;
5595
+ },
5596
+ set: function (a) {
5597
+ var b = this.y;
5598
+ this.y = a;
5599
+ if (b != this.y) {
5585
5600
  this.g("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
5586
5601
  }
5587
5602
  },
5588
5603
  enumerable: true,
5589
5604
  configurable: true
5590
5605
  });
5591
- Object.defineProperty(XInput.prototype, "x", {
5606
+ Object.defineProperty(XInput.prototype, "z", {
5592
5607
  get: function () {
5593
- return this.v;
5608
+ return this.x;
5594
5609
  },
5595
5610
  set: function (a) {
5596
- var b = this.v;
5597
- this.v = a;
5598
- if (b != this.v) {
5611
+ var b = this.x;
5612
+ this.x = a;
5613
+ if (b != this.x) {
5599
5614
  this.g("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
5600
5615
  }
5601
5616
  },
5602
5617
  enumerable: true,
5603
5618
  configurable: true
5604
5619
  });
5605
- Object.defineProperty(XInput.prototype, "b9", {
5620
+ Object.defineProperty(XInput.prototype, "cc", {
5606
5621
  get: function () {
5607
- return this.bk;
5622
+ return this.bm;
5608
5623
  },
5609
5624
  set: function (a) {
5610
- var b = this.bk;
5611
- this.bk = a;
5612
- if (b != this.bk) {
5625
+ var b = this.bm;
5626
+ this.bm = a;
5627
+ if (b != this.bm) {
5613
5628
  this.g("Mask", b, a);
5614
5629
  }
5615
5630
  },
5616
5631
  enumerable: true,
5617
5632
  configurable: true
5618
5633
  });
5619
- Object.defineProperty(XInput.prototype, "cd", {
5634
+ Object.defineProperty(XInput.prototype, "cg", {
5620
5635
  get: function () {
5621
- return this.bn;
5636
+ return this.bp;
5622
5637
  },
5623
5638
  set: function (a) {
5624
- var b = this.bn;
5625
- this.bn = a;
5626
- if (b != this.bn) {
5639
+ var b = this.bp;
5640
+ this.bp = a;
5641
+ if (b != this.bp) {
5627
5642
  this.g("PromptChar", b, a);
5628
5643
  }
5629
5644
  },
5630
5645
  enumerable: true,
5631
5646
  configurable: true
5632
5647
  });
5633
- Object.defineProperty(XInput.prototype, "ar", {
5648
+ Object.defineProperty(XInput.prototype, "at", {
5634
5649
  get: function () {
5635
- return this.ai;
5650
+ return this.ak;
5636
5651
  },
5637
5652
  set: function (a) {
5638
- var b = this.ai;
5639
- this.ai = a;
5640
- if (b != this.ai) {
5653
+ var b = this.ak;
5654
+ this.ak = a;
5655
+ if (b != this.ak) {
5641
5656
  this.g("IncludeLiterals", b, a);
5642
5657
  }
5643
5658
  },
@@ -5650,21 +5665,21 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
5650
5665
  case "TextColor":
5651
5666
  case "HoverTextColor":
5652
5667
  case "TextStyle":
5653
- this.dm();
5668
+ this.dq();
5654
5669
  break;
5655
5670
  case "ActualTextColor":
5656
5671
  case "ActualHoverTextColor":
5657
5672
  case "ActualTextStyle":
5658
- this.dl();
5673
+ this.dp();
5659
5674
  break;
5660
5675
  case "Value":
5661
- if (!this.aj) {
5662
- this.view.at(this.cj);
5676
+ if (!this.al) {
5677
+ this.view.at(this.cm);
5663
5678
  if (this.b != null) {
5664
5679
  this.b.mt();
5665
5680
  }
5666
- if (this.b9 != null && !this.ao) {
5667
- this.dn(this.cj);
5681
+ if (this.cc != null && !this.aq) {
5682
+ this.dr(this.cm);
5668
5683
  }
5669
5684
  }
5670
5685
  break;
@@ -5672,261 +5687,261 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
5672
5687
  this.view.av(this.e);
5673
5688
  break;
5674
5689
  case "Density":
5675
- this.x = this.y == 0 ? 1 : this.y;
5690
+ this.z = this.aa == 0 ? 1 : this.aa;
5676
5691
  break;
5677
5692
  case "ActualDensity":
5678
5693
  this.view.a1();
5679
5694
  this.view.a0();
5680
5695
  break;
5681
5696
  case "InputGroup":
5682
- this.c0();
5697
+ this.c3();
5683
5698
  break;
5684
5699
  case "ShiftType":
5685
- this.db();
5700
+ this.de();
5686
5701
  break;
5687
5702
  case "InputType":
5688
- this.dc();
5703
+ this.df();
5689
5704
  break;
5690
5705
  case "Placeholder":
5691
- this.da();
5706
+ this.dd();
5692
5707
  break;
5693
5708
  case "Mask":
5694
- this.cb = this.b9;
5709
+ this.ce = this.cc;
5695
5710
  break;
5696
5711
  case "PromptChar": break;
5697
5712
  case "IncludeLiterals": break;
5698
5713
  case "IsShown":
5699
- this.c1();
5714
+ this.c4();
5700
5715
  break;
5701
5716
  case "IsDisabled":
5702
- this.view.au(this.ak);
5717
+ this.view.au(this.am);
5703
5718
  break;
5704
5719
  case "IsReadOnly":
5705
- this.view.aw(this.am);
5720
+ this.view.aw(this.ao);
5706
5721
  break;
5707
5722
  }
5708
5723
  };
5709
- XInput.prototype.da = function () {
5724
+ XInput.prototype.dd = function () {
5710
5725
  this.view.aq();
5711
5726
  };
5712
- XInput.prototype.dc = function () {
5727
+ XInput.prototype.df = function () {
5713
5728
  this.view.as();
5714
5729
  };
5715
- XInput.prototype.db = function () {
5730
+ XInput.prototype.de = function () {
5716
5731
  this.view.a0();
5717
5732
  };
5718
- XInput.prototype.c0 = function () {
5733
+ XInput.prototype.c3 = function () {
5719
5734
  this.view.a0();
5720
5735
  };
5721
- XInput.prototype.dm = function () {
5722
- this.du = this.dy != null ? this.dy : XInput.dw;
5723
- this.dt = this.dx != null ? this.dx : XInput.dw;
5724
- this.ab = this.ad != null ? this.ad : XInput.ac;
5736
+ XInput.prototype.dq = function () {
5737
+ this.dx = this.d1 != null ? this.d1 : XInput.dz;
5738
+ this.dw = this.d0 != null ? this.d0 : XInput.dz;
5739
+ this.ad = this.af != null ? this.af : XInput.ae;
5725
5740
  };
5726
- XInput.prototype.dl = function () {
5727
- if (this.ab != null) {
5728
- this.view.a3(this.ab);
5741
+ XInput.prototype.dp = function () {
5742
+ if (this.ad != null) {
5743
+ this.view.a3(this.ad);
5729
5744
  }
5730
- NativeUI.o(this.view.o, this.du);
5745
+ NativeUI.o(this.view.o, this.dx);
5731
5746
  };
5732
- Object.defineProperty(XInput.prototype, "du", {
5747
+ Object.defineProperty(XInput.prototype, "dx", {
5733
5748
  get: function () {
5734
- return this.dq;
5749
+ return this.dt;
5735
5750
  },
5736
5751
  set: function (a) {
5737
- var b = this.dq;
5738
- this.dq = a;
5739
- if (b != this.dq) {
5752
+ var b = this.dt;
5753
+ this.dt = a;
5754
+ if (b != this.dt) {
5740
5755
  this.g("ActualTextColor", b, a);
5741
5756
  }
5742
5757
  },
5743
5758
  enumerable: true,
5744
5759
  configurable: true
5745
5760
  });
5746
- Object.defineProperty(XInput.prototype, "dt", {
5761
+ Object.defineProperty(XInput.prototype, "dw", {
5747
5762
  get: function () {
5748
- return this.dp;
5763
+ return this.ds;
5749
5764
  },
5750
5765
  set: function (a) {
5751
- var b = this.dp;
5752
- this.dp = a;
5753
- if (b != this.dp) {
5766
+ var b = this.ds;
5767
+ this.ds = a;
5768
+ if (b != this.ds) {
5754
5769
  this.g("ActualHoverTextColor", b, a);
5755
5770
  }
5756
5771
  },
5757
5772
  enumerable: true,
5758
5773
  configurable: true
5759
5774
  });
5760
- Object.defineProperty(XInput.prototype, "ab", {
5775
+ Object.defineProperty(XInput.prototype, "ad", {
5761
5776
  get: function () {
5762
- return this.z;
5777
+ return this.ab;
5763
5778
  },
5764
5779
  set: function (a) {
5765
- var b = this.z;
5766
- this.z = a;
5767
- if (b != this.z) {
5780
+ var b = this.ab;
5781
+ this.ab = a;
5782
+ if (b != this.ab) {
5768
5783
  this.g("ActualTextStyle", b, a);
5769
5784
  }
5770
5785
  },
5771
5786
  enumerable: true,
5772
5787
  configurable: true
5773
5788
  });
5774
- Object.defineProperty(XInput.prototype, "dy", {
5789
+ Object.defineProperty(XInput.prototype, "d1", {
5775
5790
  get: function () {
5776
- return this.ds;
5791
+ return this.dv;
5777
5792
  },
5778
5793
  set: function (a) {
5779
- var b = this.ds;
5780
- this.ds = a;
5781
- if (b != this.ds) {
5794
+ var b = this.dv;
5795
+ this.dv = a;
5796
+ if (b != this.dv) {
5782
5797
  this.g("TextColor", b, a);
5783
5798
  }
5784
5799
  },
5785
5800
  enumerable: true,
5786
5801
  configurable: true
5787
5802
  });
5788
- XInput.prototype.cr = function () {
5789
- if (this.b9 != null) {
5790
- this.dj(this.cj);
5803
+ XInput.prototype.cu = function () {
5804
+ if (this.cc != null) {
5805
+ this.dm(this.cm);
5791
5806
  }
5792
5807
  if (null != this.lostFocus) {
5793
5808
  this.lostFocus(this, EventArgs.empty);
5794
5809
  }
5795
5810
  };
5796
- XInput.prototype.cz = function () {
5797
- if (this.b9 != null) {
5798
- this.dk(this.cj);
5811
+ XInput.prototype.c2 = function () {
5812
+ if (this.cc != null) {
5813
+ this.dn(this.cm);
5799
5814
  }
5800
5815
  if (null != this.gotFocus) {
5801
5816
  this.gotFocus(this, EventArgs.empty);
5802
5817
  }
5803
5818
  };
5804
- XInput.prototype.c2 = function (a) {
5805
- if (this.b9 != null) {
5819
+ XInput.prototype.c5 = function (a) {
5820
+ if (this.cc != null) {
5806
5821
  var b = a.keyCode;
5807
5822
  if ((b == 17 && b == 90) || (b == 17 && b == 89)) {
5808
5823
  a.preventDefault();
5809
5824
  }
5810
5825
  this.q = b;
5811
- this.a4 = this.a7();
5812
- this.a3 = this.a6();
5826
+ this.a6 = this.a9();
5827
+ this.a5 = this.a8();
5813
5828
  }
5814
5829
  if (null != this.keyDown) {
5815
5830
  this.keyDown(this, a);
5816
5831
  }
5817
5832
  };
5818
- XInput.prototype.c4 = function (a) {
5833
+ XInput.prototype.c7 = function (a) {
5819
5834
  if (null != this.keyUp) {
5820
5835
  this.keyUp(this, a);
5821
5836
  }
5822
5837
  };
5823
- XInput.prototype.c3 = function (a) {
5838
+ XInput.prototype.c6 = function (a) {
5824
5839
  if (null != this.keyPress) {
5825
5840
  this.keyPress(this, a);
5826
5841
  }
5827
5842
  };
5828
- XInput.prototype.c5 = function (a) {
5843
+ XInput.prototype.c8 = function (a) {
5829
5844
  if (null != this.mouseDown) {
5830
5845
  this.mouseDown(this, a);
5831
5846
  }
5832
5847
  };
5833
- XInput.prototype.c8 = function (a) {
5848
+ XInput.prototype.db = function (a) {
5834
5849
  if (null != this.mouseUp) {
5835
5850
  this.mouseUp(this, a);
5836
5851
  }
5837
5852
  };
5838
- XInput.prototype.c9 = function () {
5839
- if (this.b9 != null) {
5840
- this.bl = this.cj;
5841
- this.a4 = this.a7();
5853
+ XInput.prototype.dc = function () {
5854
+ if (this.cc != null) {
5855
+ this.bn = this.cm;
5856
+ this.a6 = this.a9();
5842
5857
  }
5843
5858
  };
5844
- XInput.prototype.cx = function () {
5845
- if (this.b9 != null) {
5846
- if (!this.af) {
5847
- this.dk(this.bf);
5859
+ XInput.prototype.c0 = function () {
5860
+ if (this.cc != null) {
5861
+ if (!this.ah) {
5862
+ this.dn(this.bh);
5848
5863
  }
5849
5864
  }
5850
5865
  };
5851
- XInput.prototype.cy = function () {
5852
- if (this.b9 != null) {
5853
- if (!this.af) {
5854
- this.dj(this.cj);
5866
+ XInput.prototype.c1 = function () {
5867
+ if (this.cc != null) {
5868
+ if (!this.ah) {
5869
+ this.dm(this.cm);
5855
5870
  }
5856
5871
  }
5857
5872
  };
5858
- XInput.prototype.cs = function () {
5873
+ XInput.prototype.cv = function () {
5859
5874
  var _this = this;
5860
- this.aj = true;
5861
- this.cj = this.view.q();
5875
+ this.al = true;
5876
+ this.cm = this.view.q();
5862
5877
  if (this.change != null) {
5863
5878
  this.change(this, ((function () {
5864
5879
  var $ret = new InputChangeEventArgs();
5865
- $ret.value = _this.cj;
5880
+ $ret.value = _this.cm;
5866
5881
  $ret.isCompositionInProgress = _this.view.e;
5867
5882
  return $ret;
5868
5883
  })()));
5869
5884
  }
5870
- this.aj = false;
5885
+ this.al = false;
5871
5886
  };
5872
- XInput.prototype.ct = function () {
5887
+ XInput.prototype.cw = function () {
5873
5888
  var _this = this;
5874
- this.aj = true;
5875
- this.cj = this.view.q();
5876
- this.aj = false;
5877
- if (this.b9 != null) {
5878
- this.ao = true;
5879
- if (this.ag) {
5880
- this.a4 = this.a7();
5881
- }
5882
- if (this.cj.length < this.bl.length && this.q == 229) {
5889
+ this.al = true;
5890
+ this.cm = this.view.q();
5891
+ this.al = false;
5892
+ if (this.cc != null) {
5893
+ this.aq = true;
5894
+ if (this.ai) {
5895
+ this.a6 = this.a9();
5896
+ }
5897
+ if (this.cm.length < this.bn.length && this.q == 229) {
5883
5898
  this.q = 8;
5884
5899
  }
5885
- var a = this.a7();
5886
- var b = this.a6();
5900
+ var a = this.a9();
5901
+ var b = this.a8();
5887
5902
  var c = "";
5888
5903
  switch (this.q) {
5889
5904
  case 46:
5890
- this.a3 = this.a4 == this.a3 ? ++this.a3 : this.a3;
5905
+ this.a5 = this.a6 == this.a5 ? ++this.a5 : this.a5;
5891
5906
  break;
5892
5907
  case 8:
5893
- this.a4 = this.a7();
5908
+ this.a6 = this.a9();
5894
5909
  break;
5895
5910
  default:
5896
- c = this.cj.substr(this.a4, this.a6() - this.a4);
5911
+ c = this.cm.substr(this.a6, this.a8() - this.a6);
5897
5912
  break;
5898
5913
  }
5899
5914
  var d = new MaskOptions();
5900
- d.a = this.b9;
5901
- d.b = this.cd;
5902
- var e = this.u.a(this.bl, c, d, this.a4, this.a3);
5903
- this.cj = e.b;
5915
+ d.a = this.cc;
5916
+ d.b = this.cg;
5917
+ var e = this.u.a(this.bn, c, d, this.a6, this.a5);
5918
+ this.cm = e.b;
5904
5919
  if (this.q == 8) {
5905
- e.a = this.a4;
5920
+ e.a = this.a6;
5906
5921
  }
5907
- this.di(e.a, e.a);
5908
- var f = this.u.i(this.cj, d);
5909
- this.bf = this.ar ? this.cj : f;
5910
- this.cl();
5911
- this.ao = false;
5922
+ this.dl(e.a, e.a);
5923
+ var f = this.u.i(this.cm, d);
5924
+ this.bh = this.at ? this.cm : f;
5925
+ this.co();
5926
+ this.aq = false;
5912
5927
  }
5913
- this.aj = true;
5928
+ this.al = true;
5914
5929
  if (this.changing != null) {
5915
5930
  this.changing(this, ((function () {
5916
5931
  var $ret = new InputChangeEventArgs();
5917
- $ret.value = _this.cj;
5932
+ $ret.value = _this.cm;
5918
5933
  $ret.isCompositionInProgress = _this.view.e;
5919
5934
  return $ret;
5920
5935
  })()));
5921
5936
  }
5922
- this.aj = false;
5937
+ this.al = false;
5923
5938
  };
5924
- XInput.prototype.cv = function () {
5939
+ XInput.prototype.cy = function () {
5925
5940
  if (this.compositionStart != null) {
5926
5941
  this.compositionStart(this, new EventArgs());
5927
5942
  }
5928
5943
  };
5929
- XInput.prototype.cu = function (a) {
5944
+ XInput.prototype.cx = function (a) {
5930
5945
  if (this.compositionEnd != null) {
5931
5946
  this.compositionEnd(this, ((function () {
5932
5947
  var $ret = new InputChangeEventArgs();
@@ -5935,175 +5950,175 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
5935
5950
  })()));
5936
5951
  }
5937
5952
  };
5938
- XInput.prototype.c6 = function () {
5939
- this.at = true;
5953
+ XInput.prototype.c9 = function () {
5954
+ this.av = true;
5940
5955
  };
5941
- XInput.prototype.c7 = function () {
5942
- this.at = false;
5956
+ XInput.prototype.da = function () {
5957
+ this.av = false;
5943
5958
  };
5944
- Object.defineProperty(XInput.prototype, "ad", {
5959
+ Object.defineProperty(XInput.prototype, "af", {
5945
5960
  get: function () {
5946
- return this.aa;
5961
+ return this.ac;
5947
5962
  },
5948
5963
  set: function (a) {
5949
- var b = this.aa;
5950
- this.aa = a;
5951
- if (b != this.aa) {
5964
+ var b = this.ac;
5965
+ this.ac = a;
5966
+ if (b != this.ac) {
5952
5967
  this.g("TextStyle", b, a);
5953
5968
  }
5954
5969
  },
5955
5970
  enumerable: true,
5956
5971
  configurable: true
5957
5972
  });
5958
- Object.defineProperty(XInput.prototype, "b3", {
5973
+ Object.defineProperty(XInput.prototype, "b6", {
5959
5974
  get: function () {
5960
- return this.bj;
5975
+ return this.bl;
5961
5976
  },
5962
5977
  set: function (a) {
5963
- var b = this.bj;
5964
- this.bj = a;
5965
- if (b != this.bj) {
5978
+ var b = this.bl;
5979
+ this.bl = a;
5980
+ if (b != this.bl) {
5966
5981
  this.g("InputType", b, a);
5967
5982
  }
5968
5983
  },
5969
5984
  enumerable: true,
5970
5985
  configurable: true
5971
5986
  });
5972
- Object.defineProperty(XInput.prototype, "cb", {
5987
+ Object.defineProperty(XInput.prototype, "ce", {
5973
5988
  get: function () {
5974
- return this.bm;
5989
+ return this.bo;
5975
5990
  },
5976
5991
  set: function (a) {
5977
- var b = this.bm;
5978
- this.bm = a;
5979
- if (b != this.bm) {
5992
+ var b = this.bo;
5993
+ this.bo = a;
5994
+ if (b != this.bo) {
5980
5995
  this.g("Placeholder", b, a);
5981
5996
  }
5982
5997
  },
5983
5998
  enumerable: true,
5984
5999
  configurable: true
5985
6000
  });
5986
- Object.defineProperty(XInput.prototype, "dx", {
6001
+ Object.defineProperty(XInput.prototype, "d0", {
5987
6002
  get: function () {
5988
- return this.dr;
6003
+ return this.du;
5989
6004
  },
5990
6005
  set: function (a) {
5991
- var b = this.dr;
5992
- this.dr = a;
5993
- if (b != this.dr) {
6006
+ var b = this.du;
6007
+ this.du = a;
6008
+ if (b != this.du) {
5994
6009
  this.g("HoverTextColor", b, a);
5995
6010
  }
5996
6011
  },
5997
6012
  enumerable: true,
5998
6013
  configurable: true
5999
6014
  });
6000
- Object.defineProperty(XInput.prototype, "b0", {
6015
+ Object.defineProperty(XInput.prototype, "b3", {
6001
6016
  get: function () {
6002
- return this.bi;
6017
+ return this.bk;
6003
6018
  },
6004
6019
  set: function (a) {
6005
- var b = this.bi;
6006
- this.bi = a;
6007
- if (b != this.bi) {
6020
+ var b = this.bk;
6021
+ this.bk = a;
6022
+ if (b != this.bk) {
6008
6023
  this.g("Id", b, a);
6009
6024
  }
6010
6025
  },
6011
6026
  enumerable: true,
6012
6027
  configurable: true
6013
6028
  });
6014
- Object.defineProperty(XInput.prototype, "ap", {
6029
+ Object.defineProperty(XInput.prototype, "ar", {
6015
6030
  get: function () {
6016
- return this.ah;
6031
+ return this.aj;
6017
6032
  },
6018
6033
  enumerable: true,
6019
6034
  configurable: true
6020
6035
  });
6021
- Object.defineProperty(XInput.prototype, "ba", {
6036
+ Object.defineProperty(XInput.prototype, "bc", {
6022
6037
  get: function () {
6023
- return this.a5;
6038
+ return this.a7;
6024
6039
  },
6025
6040
  set: function (a) {
6026
- var b = this.a5;
6027
- this.a5 = a;
6028
- this.ah = true;
6029
- if (b != this.a5) {
6041
+ var b = this.a7;
6042
+ this.a7 = a;
6043
+ this.aj = true;
6044
+ if (b != this.a7) {
6030
6045
  this.g("TabIndex", b, a);
6031
6046
  }
6032
6047
  },
6033
6048
  enumerable: true,
6034
6049
  configurable: true
6035
6050
  });
6036
- Object.defineProperty(XInput.prototype, "bx", {
6051
+ Object.defineProperty(XInput.prototype, "b0", {
6037
6052
  get: function () {
6038
- return this.bh;
6053
+ return this.bj;
6039
6054
  },
6040
6055
  set: function (a) {
6041
- var b = this.bh;
6042
- this.bh = a;
6043
- if (b != this.bh) {
6056
+ var b = this.bj;
6057
+ this.bj = a;
6058
+ if (b != this.bj) {
6044
6059
  this.g("TabIndex", b, a);
6045
6060
  }
6046
6061
  },
6047
6062
  enumerable: true,
6048
6063
  configurable: true
6049
6064
  });
6050
- Object.defineProperty(XInput.prototype, "bt", {
6065
+ Object.defineProperty(XInput.prototype, "bv", {
6051
6066
  get: function () {
6052
- return this.be;
6067
+ return this.bg;
6053
6068
  },
6054
6069
  set: function (a) {
6055
- var b = this.be;
6056
- this.be = a;
6057
- if (b != this.be) {
6070
+ var b = this.bg;
6071
+ this.bg = a;
6072
+ if (b != this.bg) {
6058
6073
  this.g("AriaLabel", b, a);
6059
6074
  }
6060
6075
  },
6061
6076
  enumerable: true,
6062
6077
  configurable: true
6063
6078
  });
6064
- Object.defineProperty(XInput.prototype, "at", {
6079
+ Object.defineProperty(XInput.prototype, "av", {
6065
6080
  get: function () {
6066
- return this.al;
6081
+ return this.an;
6067
6082
  },
6068
6083
  set: function (a) {
6069
- var b = this.al;
6070
- this.al = a;
6071
- if (b != this.al) {
6084
+ var b = this.an;
6085
+ this.an = a;
6086
+ if (b != this.an) {
6072
6087
  this.g("IsHover", b, a);
6073
6088
  }
6074
6089
  },
6075
6090
  enumerable: true,
6076
6091
  configurable: true
6077
6092
  });
6078
- Object.defineProperty(XInput.prototype, "cj", {
6093
+ Object.defineProperty(XInput.prototype, "cm", {
6079
6094
  get: function () {
6080
- return this.bo;
6095
+ return this.bq;
6081
6096
  },
6082
6097
  set: function (a) {
6083
- var b = this.bo;
6084
- this.bo = a;
6085
- if (b != this.bo) {
6098
+ var b = this.bq;
6099
+ this.bq = a;
6100
+ if (b != this.bq) {
6086
6101
  this.g("Value", b, a);
6087
6102
  }
6088
6103
  },
6089
6104
  enumerable: true,
6090
6105
  configurable: true
6091
6106
  });
6092
- Object.defineProperty(XInput.prototype, "aq", {
6107
+ Object.defineProperty(XInput.prototype, "as", {
6093
6108
  get: function () {
6094
- return !stringIsNullOrEmpty(this.cj);
6109
+ return !stringIsNullOrEmpty(this.cm);
6095
6110
  },
6096
6111
  enumerable: true,
6097
6112
  configurable: true
6098
6113
  });
6099
6114
  Object.defineProperty(XInput.prototype, "disabled", {
6100
6115
  get: function () {
6101
- return this.ak;
6116
+ return this.am;
6102
6117
  },
6103
6118
  set: function (a) {
6104
- var b = this.ak;
6105
- this.ak = a;
6106
- if (b != this.ak) {
6119
+ var b = this.am;
6120
+ this.am = a;
6121
+ if (b != this.am) {
6107
6122
  this.g("IsDisabled", b, a);
6108
6123
  }
6109
6124
  },
@@ -6112,19 +6127,19 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6112
6127
  });
6113
6128
  Object.defineProperty(XInput.prototype, "readonly", {
6114
6129
  get: function () {
6115
- return this.am;
6130
+ return this.ao;
6116
6131
  },
6117
6132
  set: function (a) {
6118
- var b = this.am;
6119
- this.am = a;
6120
- if (b != this.am) {
6121
- this.g("IsReadOnly", b, this.am);
6133
+ var b = this.ao;
6134
+ this.ao = a;
6135
+ if (b != this.ao) {
6136
+ this.g("IsReadOnly", b, this.ao);
6122
6137
  }
6123
6138
  },
6124
6139
  enumerable: true,
6125
6140
  configurable: true
6126
6141
  });
6127
- XInput.prototype.dd = function () {
6142
+ XInput.prototype.dg = function () {
6128
6143
  };
6129
6144
  XInput.prototype.onDetachedFromUI = function () {
6130
6145
  this.view.am();
@@ -6132,13 +6147,13 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6132
6147
  XInput.prototype.onAttachedToUI = function () {
6133
6148
  this.view.aj();
6134
6149
  };
6135
- XInput.prototype.aw = function () {
6150
+ XInput.prototype.ay = function () {
6136
6151
  return this.view.f();
6137
6152
  };
6138
- XInput.prototype.bc = function () {
6153
+ XInput.prototype.be = function () {
6139
6154
  return this.j();
6140
6155
  };
6141
- XInput.prototype.bw = function () {
6156
+ XInput.prototype.bz = function () {
6142
6157
  var a = this.j();
6143
6158
  return a.n();
6144
6159
  };
@@ -6148,18 +6163,18 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6148
6163
  a.h = this.view.j.rootWrapper.getNativeElement().offsetTop;
6149
6164
  a.f = this.view.j.rootWrapper.getNativeElement().offsetLeft;
6150
6165
  a.b = this.o;
6151
- a.c = this.x;
6152
- a.j = this.b9;
6153
- a.m = this.cd;
6154
- a.d = this.ar;
6166
+ a.c = this.z;
6167
+ a.j = this.cc;
6168
+ a.m = this.cg;
6169
+ a.d = this.at;
6155
6170
  a.a = AppearanceHelper.a(NativeUI.ah(b));
6156
- a.i = this.b3;
6157
- a.l = this.cb;
6158
- a.e = this.at;
6159
- a.t = this.cj;
6171
+ a.i = this.b6;
6172
+ a.l = this.ce;
6173
+ a.e = this.av;
6174
+ a.t = this.cm;
6160
6175
  a.k = this.e;
6161
- if (this.ab != null) {
6162
- var c = this.ab;
6176
+ if (this.ad != null) {
6177
+ var c = this.ad;
6163
6178
  if (this.view != null && c.n == null) {
6164
6179
  var d = this.view.j;
6165
6180
  var e = FontUtil.getFontInfoFromString(d, c.fontString);
@@ -6188,82 +6203,82 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6188
6203
  }
6189
6204
  return a;
6190
6205
  };
6191
- XInput.prototype.di = function (a, b) {
6206
+ XInput.prototype.dl = function (a, b) {
6192
6207
  this.view.ay(a, b);
6193
6208
  };
6194
6209
  XInput.prototype.provideContainer = function (a) {
6195
6210
  this.view.al(a);
6196
6211
  };
6197
- XInput.prototype.cm = function () {
6198
- this.cr();
6212
+ XInput.prototype.cp = function () {
6213
+ this.cu();
6199
6214
  this.view.ak();
6200
6215
  };
6201
6216
  XInput.prototype.focus = function (a) {
6202
6217
  if (a === void 0) {
6203
6218
  a = false;
6204
6219
  }
6205
- this.cz();
6220
+ this.c2();
6206
6221
  this.view.an(a);
6207
6222
  };
6208
- XInput.prototype.dg = function () {
6223
+ XInput.prototype.dj = function () {
6209
6224
  this.view.ar();
6210
6225
  };
6211
- XInput.prototype.dk = function (a) {
6212
- this.ao = true;
6226
+ XInput.prototype.dn = function (a) {
6227
+ this.aq = true;
6213
6228
  var b = new MaskOptions();
6214
- b.a = this.b9;
6215
- b.b = this.cd;
6216
- this.cj = this.u.h(this.cj, b);
6217
- this.bl = this.cj;
6218
- this.ao = false;
6219
- };
6220
- XInput.prototype.dj = function (a) {
6221
- this.ao = true;
6229
+ b.a = this.cc;
6230
+ b.b = this.cg;
6231
+ this.cm = this.u.h(this.cm, b);
6232
+ this.bn = this.cm;
6233
+ this.aq = false;
6234
+ };
6235
+ XInput.prototype.dm = function (a) {
6236
+ this.aq = true;
6222
6237
  var b = new MaskOptions();
6223
- b.a = this.b9;
6224
- b.b = this.cd;
6238
+ b.a = this.cc;
6239
+ b.b = this.cg;
6225
6240
  if (a == this.u.h(null, b)) {
6226
- this.cj = "";
6241
+ this.cm = "";
6227
6242
  }
6228
- this.ao = false;
6243
+ this.aq = false;
6229
6244
  };
6230
- XInput.prototype.dn = function (a) {
6245
+ XInput.prototype.dr = function (a) {
6231
6246
  var _this = this;
6232
6247
  var b = new MaskOptions();
6233
- b.a = this.b9;
6234
- b.b = this.cd;
6235
- if (this.cd != null && this.cd.length > 1) {
6236
- b.b = this.cd.substr(0, 1);
6248
+ b.a = this.cc;
6249
+ b.b = this.cg;
6250
+ if (this.cg != null && this.cg.length > 1) {
6251
+ b.b = this.cg.substr(0, 1);
6237
6252
  }
6238
- this.cj = a != null ? this.u.h(a, b) : "";
6239
- this.bf = this.ar ? this.cj : a;
6253
+ this.cm = a != null ? this.u.h(a, b) : "";
6254
+ this.bh = this.at ? this.cm : a;
6240
6255
  if (this.changing != null) {
6241
6256
  this.changing(this, ((function () {
6242
6257
  var $ret = new InputChangeEventArgs();
6243
- $ret.value = _this.cj;
6258
+ $ret.value = _this.cm;
6244
6259
  $ret.isCompositionInProgress = _this.view.e;
6245
6260
  return $ret;
6246
6261
  })()));
6247
6262
  }
6248
6263
  };
6249
- XInput.prototype.cl = function () {
6250
- this.bl = this.cj;
6251
- this.ag = false;
6252
- this.a4 = 0;
6253
- this.a3 = 0;
6264
+ XInput.prototype.co = function () {
6265
+ this.bn = this.cm;
6266
+ this.ai = false;
6267
+ this.a6 = 0;
6268
+ this.a5 = 0;
6254
6269
  this.q = 0;
6255
6270
  };
6256
- XInput.prototype.a7 = function () {
6271
+ XInput.prototype.a9 = function () {
6257
6272
  var a = this.view.n();
6258
6273
  var b = this.view.m();
6259
- return a == b && this.ag ? b - this.bg.length : a;
6274
+ return a == b && this.ai ? b - this.bi.length : a;
6260
6275
  };
6261
- XInput.prototype.a6 = function () {
6276
+ XInput.prototype.a8 = function () {
6262
6277
  return this.view.m();
6263
6278
  };
6264
6279
  Object.defineProperty(XInput.prototype, "selectionStart", {
6265
6280
  get: function () {
6266
- return this.a7();
6281
+ return this.a9();
6267
6282
  },
6268
6283
  set: function (a) {
6269
6284
  this.view.az(a);
@@ -6273,7 +6288,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6273
6288
  });
6274
6289
  Object.defineProperty(XInput.prototype, "selectionEnd", {
6275
6290
  get: function () {
6276
- return this.a6();
6291
+ return this.a8();
6277
6292
  },
6278
6293
  set: function (a) {
6279
6294
  this.view.ax(a);
@@ -6281,45 +6296,45 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6281
6296
  enumerable: true,
6282
6297
  configurable: true
6283
6298
  });
6284
- Object.defineProperty(XInput.prototype, "av", {
6299
+ Object.defineProperty(XInput.prototype, "ax", {
6285
6300
  get: function () {
6286
- return this.an;
6301
+ return this.ap;
6287
6302
  },
6288
6303
  set: function (a) {
6289
- var b = this.an;
6290
- this.an = a;
6291
- if (b != this.an) {
6304
+ var b = this.ap;
6305
+ this.ap = a;
6306
+ if (b != this.ap) {
6292
6307
  this.g("IsShown", b, a);
6293
6308
  }
6294
6309
  },
6295
6310
  enumerable: true,
6296
6311
  configurable: true
6297
6312
  });
6298
- XInput.prototype.dh = function (a, b) {
6313
+ XInput.prototype.dk = function (a, b) {
6299
6314
  if (b === void 0) {
6300
6315
  b = true;
6301
6316
  }
6302
- var c = this.ax;
6317
+ var c = this.az;
6303
6318
  if (!b) {
6304
- this.ax = true;
6319
+ this.az = true;
6305
6320
  }
6306
6321
  try {
6307
- this.av = a;
6322
+ this.ax = a;
6308
6323
  }
6309
6324
  finally {
6310
6325
  if (!b) {
6311
- this.ax = c;
6326
+ this.az = c;
6312
6327
  }
6313
6328
  }
6314
6329
  };
6315
- XInput.prototype.c1 = function () {
6316
- this.co();
6317
- this.de(this.ae, this.av);
6330
+ XInput.prototype.c4 = function () {
6331
+ this.cr();
6332
+ this.dh(this.ag, this.ax);
6318
6333
  };
6319
- XInput.prototype.co = function () {
6334
+ XInput.prototype.cr = function () {
6320
6335
  this.view.ai();
6321
- if (this.ae == null) {
6322
- this.ae = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
6336
+ if (this.ag == null) {
6337
+ this.ag = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
6323
6338
  }
6324
6339
  };
6325
6340
  Object.defineProperty(XInput.prototype, "i", {
@@ -6332,7 +6347,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6332
6347
  enumerable: true,
6333
6348
  configurable: true
6334
6349
  });
6335
- XInput.prototype.de = function (a, b) {
6350
+ XInput.prototype.dh = function (a, b) {
6336
6351
  var c = a.playbackRate < 0;
6337
6352
  if (b != c) {
6338
6353
  a.play();
@@ -6340,7 +6355,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6340
6355
  else {
6341
6356
  a.reverse();
6342
6357
  }
6343
- if (this.ax) {
6358
+ if (this.az) {
6344
6359
  a.finish();
6345
6360
  a.commitStyles();
6346
6361
  return;
@@ -6348,10 +6363,10 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6348
6363
  a.finished.f(function (d) { return a.commitStyles(); });
6349
6364
  };
6350
6365
  XInput.$t = markType(XInput, 'XInput', XInputGroupItem.$);
6351
- XInput.dw = BrushUtil.g(221, 0, 0, 0);
6352
- XInput.dv = BrushUtil.g(221, 0, 0, 0);
6353
- XInput.ac = null;
6354
- XInput.bb = 0;
6366
+ XInput.dz = BrushUtil.g(221, 0, 0, 0);
6367
+ XInput.dy = BrushUtil.g(221, 0, 0, 0);
6368
+ XInput.ae = null;
6369
+ XInput.bd = 0;
6355
6370
  return XInput;
6356
6371
  }(XInputGroupItem));
6357
6372
  export { XInput };