igniteui-webcomponents-inputs 3.2.2 → 3.2.4

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.
@@ -14621,7 +14621,11 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14621
14621
  };
14622
14622
  InputView.prototype.x = function (a) {
14623
14623
  this.e = false;
14624
- this.b.cu();
14624
+ var b = null;
14625
+ if (a.originalEvent != null) {
14626
+ b = (a.originalEvent.data);
14627
+ }
14628
+ this.b.cu(b);
14625
14629
  };
14626
14630
  InputView.prototype.as = function () {
14627
14631
  this.k.setAttribute("type", this.b.b3);
@@ -14636,7 +14640,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14636
14640
  this.k.setAttribute("placeholder", this.b.cb);
14637
14641
  };
14638
14642
  InputView.prototype.a1 = function () {
14639
- switch (this.b.w) {
14643
+ switch (this.b.x) {
14640
14644
  case 1:
14641
14645
  this.k.setStyleProperty("height", "2rem");
14642
14646
  this.k.setStyleProperty("font-size", "1rem");
@@ -14656,7 +14660,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
14656
14660
  var a = new TransformGroup();
14657
14661
  a.j.add(((function () {
14658
14662
  var $ret = new TranslateTransform();
14659
- $ret.k = _this.b.n == 2 ? (_this.i() * -0.25) : 0;
14663
+ $ret.k = _this.b.o == 2 ? (_this.i() * -0.25) : 0;
14660
14664
  return $ret;
14661
14665
  })()));
14662
14666
  a.j.add(((function () {
@@ -15845,17 +15849,17 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
15845
15849
  XInputGroup.prototype.mp = function () {
15846
15850
  var _this = this;
15847
15851
  this.l3(function (a) {
15848
- a.x = _this.m;
15852
+ a.y = _this.m;
15849
15853
  switch (_this.d) {
15850
15854
  case 0:
15851
- a.n = 0;
15855
+ a.o = 0;
15852
15856
  break;
15853
15857
  case 1:
15854
- a.n = 1;
15858
+ a.o = 1;
15855
15859
  break;
15856
15860
  case 2:
15857
15861
  case 3:
15858
- a.n = 2;
15862
+ a.o = 2;
15859
15863
  break;
15860
15864
  }
15861
15865
  a.dh(_this.al, false);
@@ -16065,7 +16069,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
16065
16069
  get: function () {
16066
16070
  var a = false;
16067
16071
  this.l3(function (b) {
16068
- if (b.ap) {
16072
+ if (b.aq) {
16069
16073
  a = true;
16070
16074
  }
16071
16075
  });
@@ -19121,26 +19125,26 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19121
19125
  __extends(XInput, _super);
19122
19126
  function XInput() {
19123
19127
  var _this = _super.call(this) || this;
19124
- _this.t = null;
19128
+ _this.u = null;
19125
19129
  _this.a3 = 0;
19126
19130
  _this.a4 = 0;
19127
- _this.p = 0;
19131
+ _this.q = 0;
19128
19132
  _this.bl = "";
19129
19133
  _this.bf = "";
19130
- _this.ae = false;
19131
- _this.bg = null;
19132
19134
  _this.af = false;
19133
- _this.an = false;
19135
+ _this.bg = null;
19136
+ _this.ag = false;
19137
+ _this.ao = false;
19134
19138
  _this._view = null;
19135
- _this.m = 0;
19139
+ _this.n = 0;
19140
+ _this.w = 1;
19136
19141
  _this.v = 1;
19137
- _this.u = 1;
19138
19142
  _this.bk = null;
19139
19143
  _this.bn = "_";
19140
- _this.ah = false;
19144
+ _this.ai = false;
19141
19145
  _this.dq = XInput.dw;
19142
19146
  _this.dp = XInput.dv;
19143
- _this.y = null;
19147
+ _this.z = null;
19144
19148
  _this.ds = XInput.dw;
19145
19149
  _this.keyDown = null;
19146
19150
  _this.keyUp = null;
@@ -19149,35 +19153,35 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19149
19153
  _this.lostFocus = null;
19150
19154
  _this.mouseDown = null;
19151
19155
  _this.mouseUp = null;
19152
- _this.z = null;
19156
+ _this.aa = null;
19153
19157
  _this.bj = "text";
19154
19158
  _this.bm = "text";
19155
19159
  _this.dr = null;
19156
19160
  _this.bi = "ig-input-" + XInput.bb++;
19157
19161
  _this.a5 = 0;
19158
- _this.ag = false;
19162
+ _this.ah = false;
19159
19163
  _this.bh = null;
19160
19164
  _this.be = null;
19161
- _this.ak = false;
19165
+ _this.al = false;
19162
19166
  _this.bd = null;
19163
19167
  _this.bo = null;
19168
+ _this.ak = false;
19164
19169
  _this.aj = false;
19165
- _this.ai = false;
19166
- _this.al = false;
19170
+ _this.am = false;
19167
19171
  _this.change = null;
19168
19172
  _this.changing = null;
19169
19173
  _this.compositionStart = null;
19170
19174
  _this.compositionEnd = null;
19171
- _this.am = true;
19172
- _this.ad = null;
19173
- _this.aw = false;
19174
- _this.t = new MaskParsingService();
19175
+ _this.an = true;
19176
+ _this.ae = null;
19177
+ _this.ax = false;
19178
+ _this.u = new MaskParsingService();
19175
19179
  var a = new InputView();
19176
19180
  a.b = _this;
19177
19181
  _this.view = a;
19178
19182
  _this.view.ao();
19179
- XInput.ab = new FontInfo();
19180
- XInput.ab.n = "Verdana";
19183
+ XInput.ac = new FontInfo();
19184
+ XInput.ac.n = "Verdana";
19181
19185
  return _this;
19182
19186
  }
19183
19187
  Object.defineProperty(XInput.prototype, "view", {
@@ -19193,42 +19197,42 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19193
19197
  XInput.prototype.destroy = function () {
19194
19198
  this.provideContainer(null);
19195
19199
  };
19196
- Object.defineProperty(XInput.prototype, "n", {
19200
+ Object.defineProperty(XInput.prototype, "o", {
19197
19201
  get: function () {
19198
- return this.m;
19202
+ return this.n;
19199
19203
  },
19200
19204
  set: function (a) {
19201
- var b = this.m;
19202
- this.m = a;
19203
- if (b != this.m) {
19205
+ var b = this.n;
19206
+ this.n = a;
19207
+ if (b != this.n) {
19204
19208
  this.g("ShiftType", enumGetBox(InputShiftType_$type, b), enumGetBox(InputShiftType_$type, a));
19205
19209
  }
19206
19210
  },
19207
19211
  enumerable: true,
19208
19212
  configurable: true
19209
19213
  });
19210
- Object.defineProperty(XInput.prototype, "x", {
19214
+ Object.defineProperty(XInput.prototype, "y", {
19211
19215
  get: function () {
19212
- return this.v;
19216
+ return this.w;
19213
19217
  },
19214
19218
  set: function (a) {
19215
- var b = this.v;
19216
- this.v = a;
19217
- if (b != this.v) {
19219
+ var b = this.w;
19220
+ this.w = a;
19221
+ if (b != this.w) {
19218
19222
  this.g("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
19219
19223
  }
19220
19224
  },
19221
19225
  enumerable: true,
19222
19226
  configurable: true
19223
19227
  });
19224
- Object.defineProperty(XInput.prototype, "w", {
19228
+ Object.defineProperty(XInput.prototype, "x", {
19225
19229
  get: function () {
19226
- return this.u;
19230
+ return this.v;
19227
19231
  },
19228
19232
  set: function (a) {
19229
- var b = this.u;
19230
- this.u = a;
19231
- if (b != this.u) {
19233
+ var b = this.v;
19234
+ this.v = a;
19235
+ if (b != this.v) {
19232
19236
  this.g("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
19233
19237
  }
19234
19238
  },
@@ -19263,14 +19267,14 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19263
19267
  enumerable: true,
19264
19268
  configurable: true
19265
19269
  });
19266
- Object.defineProperty(XInput.prototype, "aq", {
19270
+ Object.defineProperty(XInput.prototype, "ar", {
19267
19271
  get: function () {
19268
- return this.ah;
19272
+ return this.ai;
19269
19273
  },
19270
19274
  set: function (a) {
19271
- var b = this.ah;
19272
- this.ah = a;
19273
- if (b != this.ah) {
19275
+ var b = this.ai;
19276
+ this.ai = a;
19277
+ if (b != this.ai) {
19274
19278
  this.g("IncludeLiterals", b, a);
19275
19279
  }
19276
19280
  },
@@ -19291,12 +19295,12 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19291
19295
  this.dl();
19292
19296
  break;
19293
19297
  case "Value":
19294
- if (!this.ai) {
19298
+ if (!this.aj) {
19295
19299
  this.view.at(this.cj);
19296
19300
  if (this.b != null) {
19297
19301
  this.b.mt();
19298
19302
  }
19299
- if (this.b9 != null && !this.an) {
19303
+ if (this.b9 != null && !this.ao) {
19300
19304
  this.dn(this.cj);
19301
19305
  }
19302
19306
  }
@@ -19305,7 +19309,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19305
19309
  this.view.av(this.e);
19306
19310
  break;
19307
19311
  case "Density":
19308
- this.w = this.x == 0 ? 1 : this.x;
19312
+ this.x = this.y == 0 ? 1 : this.y;
19309
19313
  break;
19310
19314
  case "ActualDensity":
19311
19315
  this.view.a1();
@@ -19332,10 +19336,10 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19332
19336
  this.c1();
19333
19337
  break;
19334
19338
  case "IsDisabled":
19335
- this.view.au(this.aj);
19339
+ this.view.au(this.ak);
19336
19340
  break;
19337
19341
  case "IsReadOnly":
19338
- this.view.aw(this.al);
19342
+ this.view.aw(this.am);
19339
19343
  break;
19340
19344
  }
19341
19345
  };
@@ -19354,11 +19358,11 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19354
19358
  XInput.prototype.dm = function () {
19355
19359
  this.du = this.dy != null ? this.dy : XInput.dw;
19356
19360
  this.dt = this.dx != null ? this.dx : XInput.dw;
19357
- this.aa = this.ac != null ? this.ac : XInput.ab;
19361
+ this.ab = this.ad != null ? this.ad : XInput.ac;
19358
19362
  };
19359
19363
  XInput.prototype.dl = function () {
19360
- if (this.aa != null) {
19361
- this.view.a3(this.aa);
19364
+ if (this.ab != null) {
19365
+ this.view.a3(this.ab);
19362
19366
  }
19363
19367
  NativeUI.o(this.view.o, this.du);
19364
19368
  };
@@ -19390,14 +19394,14 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19390
19394
  enumerable: true,
19391
19395
  configurable: true
19392
19396
  });
19393
- Object.defineProperty(XInput.prototype, "aa", {
19397
+ Object.defineProperty(XInput.prototype, "ab", {
19394
19398
  get: function () {
19395
- return this.y;
19399
+ return this.z;
19396
19400
  },
19397
19401
  set: function (a) {
19398
- var b = this.y;
19399
- this.y = a;
19400
- if (b != this.y) {
19402
+ var b = this.z;
19403
+ this.z = a;
19404
+ if (b != this.z) {
19401
19405
  this.g("ActualTextStyle", b, a);
19402
19406
  }
19403
19407
  },
@@ -19440,7 +19444,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19440
19444
  if ((b == 17 && b == 90) || (b == 17 && b == 89)) {
19441
19445
  a.preventDefault();
19442
19446
  }
19443
- this.p = b;
19447
+ this.q = b;
19444
19448
  this.a4 = this.a7();
19445
19449
  this.a3 = this.a6();
19446
19450
  }
@@ -19476,21 +19480,21 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19476
19480
  };
19477
19481
  XInput.prototype.cx = function () {
19478
19482
  if (this.b9 != null) {
19479
- if (!this.ae) {
19483
+ if (!this.af) {
19480
19484
  this.dk(this.bf);
19481
19485
  }
19482
19486
  }
19483
19487
  };
19484
19488
  XInput.prototype.cy = function () {
19485
19489
  if (this.b9 != null) {
19486
- if (!this.ae) {
19490
+ if (!this.af) {
19487
19491
  this.dj(this.cj);
19488
19492
  }
19489
19493
  }
19490
19494
  };
19491
19495
  XInput.prototype.cs = function () {
19492
19496
  var _this = this;
19493
- this.ai = true;
19497
+ this.aj = true;
19494
19498
  this.cj = this.view.q();
19495
19499
  if (this.change != null) {
19496
19500
  this.change(this, ((function () {
@@ -19500,25 +19504,25 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19500
19504
  return $ret;
19501
19505
  })()));
19502
19506
  }
19503
- this.ai = false;
19507
+ this.aj = false;
19504
19508
  };
19505
19509
  XInput.prototype.ct = function () {
19506
19510
  var _this = this;
19507
- this.ai = true;
19511
+ this.aj = true;
19508
19512
  this.cj = this.view.q();
19509
- this.ai = false;
19513
+ this.aj = false;
19510
19514
  if (this.b9 != null) {
19511
- this.an = true;
19512
- if (this.af) {
19515
+ this.ao = true;
19516
+ if (this.ag) {
19513
19517
  this.a4 = this.a7();
19514
19518
  }
19515
- if (this.cj.length < this.bl.length && this.p == 229) {
19516
- this.p = 8;
19519
+ if (this.cj.length < this.bl.length && this.q == 229) {
19520
+ this.q = 8;
19517
19521
  }
19518
19522
  var a = this.a7();
19519
19523
  var b = this.a6();
19520
19524
  var c = "";
19521
- switch (this.p) {
19525
+ switch (this.q) {
19522
19526
  case 46:
19523
19527
  this.a3 = this.a4 == this.a3 ? ++this.a3 : this.a3;
19524
19528
  break;
@@ -19532,18 +19536,18 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19532
19536
  var d = new MaskOptions();
19533
19537
  d.a = this.b9;
19534
19538
  d.b = this.cd;
19535
- var e = this.t.a(this.bl, c, d, this.a4, this.a3);
19539
+ var e = this.u.a(this.bl, c, d, this.a4, this.a3);
19536
19540
  this.cj = e.b;
19537
- if (this.p == 8) {
19541
+ if (this.q == 8) {
19538
19542
  e.a = this.a4;
19539
19543
  }
19540
19544
  this.di(e.a, e.a);
19541
- var f = this.t.i(this.cj, d);
19542
- this.bf = this.aq ? this.cj : f;
19545
+ var f = this.u.i(this.cj, d);
19546
+ this.bf = this.ar ? this.cj : f;
19543
19547
  this.cl();
19544
- this.an = false;
19548
+ this.ao = false;
19545
19549
  }
19546
- this.ai = true;
19550
+ this.aj = true;
19547
19551
  if (this.changing != null) {
19548
19552
  this.changing(this, ((function () {
19549
19553
  var $ret = new InputChangeEventArgs();
@@ -19552,32 +19556,36 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19552
19556
  return $ret;
19553
19557
  })()));
19554
19558
  }
19555
- this.ai = false;
19559
+ this.aj = false;
19556
19560
  };
19557
19561
  XInput.prototype.cv = function () {
19558
19562
  if (this.compositionStart != null) {
19559
19563
  this.compositionStart(this, new EventArgs());
19560
19564
  }
19561
19565
  };
19562
- XInput.prototype.cu = function () {
19566
+ XInput.prototype.cu = function (a) {
19563
19567
  if (this.compositionEnd != null) {
19564
- this.compositionEnd(this, new EventArgs());
19568
+ this.compositionEnd(this, ((function () {
19569
+ var $ret = new InputChangeEventArgs();
19570
+ $ret.value = a;
19571
+ return $ret;
19572
+ })()));
19565
19573
  }
19566
19574
  };
19567
19575
  XInput.prototype.c6 = function () {
19568
- this.as = true;
19576
+ this.at = true;
19569
19577
  };
19570
19578
  XInput.prototype.c7 = function () {
19571
- this.as = false;
19579
+ this.at = false;
19572
19580
  };
19573
- Object.defineProperty(XInput.prototype, "ac", {
19581
+ Object.defineProperty(XInput.prototype, "ad", {
19574
19582
  get: function () {
19575
- return this.z;
19583
+ return this.aa;
19576
19584
  },
19577
19585
  set: function (a) {
19578
- var b = this.z;
19579
- this.z = a;
19580
- if (b != this.z) {
19586
+ var b = this.aa;
19587
+ this.aa = a;
19588
+ if (b != this.aa) {
19581
19589
  this.g("TextStyle", b, a);
19582
19590
  }
19583
19591
  },
@@ -19640,9 +19648,9 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19640
19648
  enumerable: true,
19641
19649
  configurable: true
19642
19650
  });
19643
- Object.defineProperty(XInput.prototype, "ao", {
19651
+ Object.defineProperty(XInput.prototype, "ap", {
19644
19652
  get: function () {
19645
- return this.ag;
19653
+ return this.ah;
19646
19654
  },
19647
19655
  enumerable: true,
19648
19656
  configurable: true
@@ -19654,7 +19662,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19654
19662
  set: function (a) {
19655
19663
  var b = this.a5;
19656
19664
  this.a5 = a;
19657
- this.ag = true;
19665
+ this.ah = true;
19658
19666
  if (b != this.a5) {
19659
19667
  this.g("TabIndex", b, a);
19660
19668
  }
@@ -19690,14 +19698,14 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19690
19698
  enumerable: true,
19691
19699
  configurable: true
19692
19700
  });
19693
- Object.defineProperty(XInput.prototype, "as", {
19701
+ Object.defineProperty(XInput.prototype, "at", {
19694
19702
  get: function () {
19695
- return this.ak;
19703
+ return this.al;
19696
19704
  },
19697
19705
  set: function (a) {
19698
- var b = this.ak;
19699
- this.ak = a;
19700
- if (b != this.ak) {
19706
+ var b = this.al;
19707
+ this.al = a;
19708
+ if (b != this.al) {
19701
19709
  this.g("IsHover", b, a);
19702
19710
  }
19703
19711
  },
@@ -19718,7 +19726,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19718
19726
  enumerable: true,
19719
19727
  configurable: true
19720
19728
  });
19721
- Object.defineProperty(XInput.prototype, "ap", {
19729
+ Object.defineProperty(XInput.prototype, "aq", {
19722
19730
  get: function () {
19723
19731
  return !stringIsNullOrEmpty(this.cj);
19724
19732
  },
@@ -19727,12 +19735,12 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19727
19735
  });
19728
19736
  Object.defineProperty(XInput.prototype, "disabled", {
19729
19737
  get: function () {
19730
- return this.aj;
19738
+ return this.ak;
19731
19739
  },
19732
19740
  set: function (a) {
19733
- var b = this.aj;
19734
- this.aj = a;
19735
- if (b != this.aj) {
19741
+ var b = this.ak;
19742
+ this.ak = a;
19743
+ if (b != this.ak) {
19736
19744
  this.g("IsDisabled", b, a);
19737
19745
  }
19738
19746
  },
@@ -19741,13 +19749,13 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19741
19749
  });
19742
19750
  Object.defineProperty(XInput.prototype, "readonly", {
19743
19751
  get: function () {
19744
- return this.al;
19752
+ return this.am;
19745
19753
  },
19746
19754
  set: function (a) {
19747
- var b = this.al;
19748
- this.al = a;
19749
- if (b != this.al) {
19750
- this.g("IsReadOnly", b, this.al);
19755
+ var b = this.am;
19756
+ this.am = a;
19757
+ if (b != this.am) {
19758
+ this.g("IsReadOnly", b, this.am);
19751
19759
  }
19752
19760
  },
19753
19761
  enumerable: true,
@@ -19761,7 +19769,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19761
19769
  XInput.prototype.onAttachedToUI = function () {
19762
19770
  this.view.aj();
19763
19771
  };
19764
- XInput.prototype.av = function () {
19772
+ XInput.prototype.aw = function () {
19765
19773
  return this.view.f();
19766
19774
  };
19767
19775
  XInput.prototype.bc = function () {
@@ -19776,19 +19784,19 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19776
19784
  var b = this.view.o;
19777
19785
  a.h = this.view.j.rootWrapper.getNativeElement().offsetTop;
19778
19786
  a.f = this.view.j.rootWrapper.getNativeElement().offsetLeft;
19779
- a.b = this.n;
19780
- a.c = this.w;
19787
+ a.b = this.o;
19788
+ a.c = this.x;
19781
19789
  a.j = this.b9;
19782
19790
  a.m = this.cd;
19783
- a.d = this.aq;
19791
+ a.d = this.ar;
19784
19792
  a.a = AppearanceHelper.a(NativeUI.ah(b));
19785
19793
  a.i = this.b3;
19786
19794
  a.l = this.cb;
19787
- a.e = this.as;
19795
+ a.e = this.at;
19788
19796
  a.t = this.cj;
19789
19797
  a.k = this.e;
19790
- if (this.aa != null) {
19791
- var c = this.aa;
19798
+ if (this.ab != null) {
19799
+ var c = this.ab;
19792
19800
  if (this.view != null && c.n == null) {
19793
19801
  var d = this.view.j;
19794
19802
  var e = FontUtil.getFontInfoFromString(d, c.fontString);
@@ -19838,23 +19846,23 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19838
19846
  this.view.ar();
19839
19847
  };
19840
19848
  XInput.prototype.dk = function (a) {
19841
- this.an = true;
19849
+ this.ao = true;
19842
19850
  var b = new MaskOptions();
19843
19851
  b.a = this.b9;
19844
19852
  b.b = this.cd;
19845
- this.cj = this.t.h(this.cj, b);
19853
+ this.cj = this.u.h(this.cj, b);
19846
19854
  this.bl = this.cj;
19847
- this.an = false;
19855
+ this.ao = false;
19848
19856
  };
19849
19857
  XInput.prototype.dj = function (a) {
19850
- this.an = true;
19858
+ this.ao = true;
19851
19859
  var b = new MaskOptions();
19852
19860
  b.a = this.b9;
19853
19861
  b.b = this.cd;
19854
- if (a == this.t.h(null, b)) {
19862
+ if (a == this.u.h(null, b)) {
19855
19863
  this.cj = "";
19856
19864
  }
19857
- this.an = false;
19865
+ this.ao = false;
19858
19866
  };
19859
19867
  XInput.prototype.dn = function (a) {
19860
19868
  var _this = this;
@@ -19864,8 +19872,8 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19864
19872
  if (this.cd != null && this.cd.length > 1) {
19865
19873
  b.b = this.cd.substr(0, 1);
19866
19874
  }
19867
- this.cj = a != null ? this.t.h(a, b) : "";
19868
- this.bf = this.aq ? this.cj : a;
19875
+ this.cj = a != null ? this.u.h(a, b) : "";
19876
+ this.bf = this.ar ? this.cj : a;
19869
19877
  if (this.changing != null) {
19870
19878
  this.changing(this, ((function () {
19871
19879
  var $ret = new InputChangeEventArgs();
@@ -19877,15 +19885,15 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19877
19885
  };
19878
19886
  XInput.prototype.cl = function () {
19879
19887
  this.bl = this.cj;
19880
- this.af = false;
19888
+ this.ag = false;
19881
19889
  this.a4 = 0;
19882
19890
  this.a3 = 0;
19883
- this.p = 0;
19891
+ this.q = 0;
19884
19892
  };
19885
19893
  XInput.prototype.a7 = function () {
19886
19894
  var a = this.view.n();
19887
19895
  var b = this.view.m();
19888
- return a == b && this.af ? b - this.bg.length : a;
19896
+ return a == b && this.ag ? b - this.bg.length : a;
19889
19897
  };
19890
19898
  XInput.prototype.a6 = function () {
19891
19899
  return this.view.m();
@@ -19910,14 +19918,14 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19910
19918
  enumerable: true,
19911
19919
  configurable: true
19912
19920
  });
19913
- Object.defineProperty(XInput.prototype, "au", {
19921
+ Object.defineProperty(XInput.prototype, "av", {
19914
19922
  get: function () {
19915
- return this.am;
19923
+ return this.an;
19916
19924
  },
19917
19925
  set: function (a) {
19918
- var b = this.am;
19919
- this.am = a;
19920
- if (b != this.am) {
19926
+ var b = this.an;
19927
+ this.an = a;
19928
+ if (b != this.an) {
19921
19929
  this.g("IsShown", b, a);
19922
19930
  }
19923
19931
  },
@@ -19928,27 +19936,27 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19928
19936
  if (b === void 0) {
19929
19937
  b = true;
19930
19938
  }
19931
- var c = this.aw;
19939
+ var c = this.ax;
19932
19940
  if (!b) {
19933
- this.aw = true;
19941
+ this.ax = true;
19934
19942
  }
19935
19943
  try {
19936
- this.au = a;
19944
+ this.av = a;
19937
19945
  }
19938
19946
  finally {
19939
19947
  if (!b) {
19940
- this.aw = c;
19948
+ this.ax = c;
19941
19949
  }
19942
19950
  }
19943
19951
  };
19944
19952
  XInput.prototype.c1 = function () {
19945
19953
  this.co();
19946
- this.de(this.ad, this.au);
19954
+ this.de(this.ae, this.av);
19947
19955
  };
19948
19956
  XInput.prototype.co = function () {
19949
19957
  this.view.ai();
19950
- if (this.ad == null) {
19951
- this.ad = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
19958
+ if (this.ae == null) {
19959
+ this.ae = KeyFrameAnimationFactory.f.c(this.view.a(this.i).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
19952
19960
  }
19953
19961
  };
19954
19962
  Object.defineProperty(XInput.prototype, "i", {
@@ -19969,7 +19977,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19969
19977
  else {
19970
19978
  a.reverse();
19971
19979
  }
19972
- if (this.aw) {
19980
+ if (this.ax) {
19973
19981
  a.finish();
19974
19982
  a.commitStyles();
19975
19983
  return;
@@ -19979,7 +19987,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
19979
19987
  XInput.$t = markType(XInput, 'XInput', XInputGroupItem.$);
19980
19988
  XInput.dw = BrushUtil.g(221, 0, 0, 0);
19981
19989
  XInput.dv = BrushUtil.g(221, 0, 0, 0);
19982
- XInput.ab = null;
19990
+ XInput.ac = null;
19983
19991
  XInput.bb = 0;
19984
19992
  return XInput;
19985
19993
  }(XInputGroupItem));
@@ -20286,6 +20294,8 @@ var IgcXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
20286
20294
  _this._change_wrapped = null;
20287
20295
  _this._changing = null;
20288
20296
  _this._changing_wrapped = null;
20297
+ _this._compositionEnd = null;
20298
+ _this._compositionEnd_wrapped = null;
20289
20299
  ensureCss();
20290
20300
  if (_this._styling) {
20291
20301
  NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
@@ -20427,11 +20437,11 @@ var IgcXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
20427
20437
  * Gets or sets the display density to use for the input.
20428
20438
  */
20429
20439
  get: function () {
20430
- return this.i.x;
20440
+ return this.i.y;
20431
20441
  },
20432
20442
  set: function (v) {
20433
- this.i.x = ensureEnum(ControlDisplayDensity_$type, v);
20434
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.x));
20443
+ this.i.y = ensureEnum(ControlDisplayDensity_$type, v);
20444
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.y));
20435
20445
  },
20436
20446
  enumerable: true,
20437
20447
  configurable: true
@@ -20441,11 +20451,11 @@ var IgcXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
20441
20451
  * Gets the actual display density to use for the label.
20442
20452
  */
20443
20453
  get: function () {
20444
- return this.i.w;
20454
+ return this.i.x;
20445
20455
  },
20446
20456
  set: function (v) {
20447
- this.i.w = ensureEnum(ControlDisplayDensity_$type, v);
20448
- this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.w));
20457
+ this.i.x = ensureEnum(ControlDisplayDensity_$type, v);
20458
+ this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.x));
20449
20459
  },
20450
20460
  enumerable: true,
20451
20461
  configurable: true
@@ -20481,11 +20491,11 @@ var IgcXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
20481
20491
  * Specifies if the bound value includes the formatting symbols.
20482
20492
  */
20483
20493
  get: function () {
20484
- return this.i.aq;
20494
+ return this.i.ar;
20485
20495
  },
20486
20496
  set: function (v) {
20487
- this.i.aq = ensureBool(v);
20488
- this._a("includeLiterals", this.i.aq);
20497
+ this.i.ar = ensureBool(v);
20498
+ this._a("includeLiterals", this.i.ar);
20489
20499
  },
20490
20500
  enumerable: true,
20491
20501
  configurable: true
@@ -20537,16 +20547,16 @@ var IgcXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
20537
20547
  * Gets or sets the use for the button.
20538
20548
  */
20539
20549
  get: function () {
20540
- if (this.i.ac == null) {
20550
+ if (this.i.ad == null) {
20541
20551
  return null;
20542
20552
  }
20543
- return this.i.ac.fontString;
20553
+ return this.i.ad.fontString;
20544
20554
  },
20545
20555
  set: function (v) {
20546
20556
  var fi = new FontInfo();
20547
20557
  fi.fontString = v;
20548
- this.i.ac = fi;
20549
- this._a("textStyle", this.i.ac != null ? this.i.ac.fontString : "");
20558
+ this.i.ad = fi;
20559
+ this._a("textStyle", this.i.ad != null ? this.i.ad.fontString : "");
20550
20560
  },
20551
20561
  enumerable: true,
20552
20562
  configurable: true
@@ -20649,11 +20659,11 @@ var IgcXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
20649
20659
  * Gets or sets whether the input is hovered.
20650
20660
  */
20651
20661
  get: function () {
20652
- return this.i.as;
20662
+ return this.i.at;
20653
20663
  },
20654
20664
  set: function (v) {
20655
- this.i.as = ensureBool(v);
20656
- this._a("isHover", this.i.as);
20665
+ this.i.at = ensureBool(v);
20666
+ this._a("isHover", this.i.at);
20657
20667
  },
20658
20668
  enumerable: true,
20659
20669
  configurable: true
@@ -20673,7 +20683,7 @@ var IgcXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
20673
20683
  });
20674
20684
  Object.defineProperty(IgcXInputComponent.prototype, "hasValue", {
20675
20685
  get: function () {
20676
- return this.i.ap;
20686
+ return this.i.aq;
20677
20687
  },
20678
20688
  enumerable: true,
20679
20689
  configurable: true
@@ -20900,6 +20910,33 @@ var IgcXInputComponent = /** @class */ /*@__PURE__*/ (function (_super) {
20900
20910
  enumerable: true,
20901
20911
  configurable: true
20902
20912
  });
20913
+ Object.defineProperty(IgcXInputComponent.prototype, "compositionEnd", {
20914
+ get: function () {
20915
+ return this._compositionEnd;
20916
+ },
20917
+ set: function (ev) {
20918
+ var _this = this;
20919
+ if (this._compositionEnd_wrapped !== null) {
20920
+ this.i.compositionEnd = delegateRemove(this.i.compositionEnd, this._compositionEnd_wrapped);
20921
+ this._compositionEnd_wrapped = null;
20922
+ this._compositionEnd = null;
20923
+ }
20924
+ this._compositionEnd = ev;
20925
+ this._compositionEnd_wrapped = function (o, e) {
20926
+ var outerArgs = new IgcInputChangeEventArgs();
20927
+ outerArgs._provideImplementation(e);
20928
+ if (_this.beforeCompositionEnd) {
20929
+ _this.beforeCompositionEnd(_this, outerArgs);
20930
+ }
20931
+ if (_this._compositionEnd) {
20932
+ _this._compositionEnd(_this, outerArgs);
20933
+ }
20934
+ };
20935
+ this.i.compositionEnd = delegateCombine(this.i.compositionEnd, this._compositionEnd_wrapped);
20936
+ },
20937
+ enumerable: true,
20938
+ configurable: true
20939
+ });
20903
20940
  IgcXInputComponent._observedAttributesIgcXInputComponent = null;
20904
20941
  IgcXInputComponent.htmlTagName = "igc-x-input";
20905
20942
  IgcXInputComponent._isElementRegistered = false;
@@ -25386,7 +25423,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25386
25423
  };
25387
25424
  DatePicker.prototype.c5 = function () {
25388
25425
  if (this.aa != null) {
25389
- this.o.ac = this.aa;
25426
+ this.o.ad = this.aa;
25390
25427
  }
25391
25428
  };
25392
25429
  DatePicker.prototype.cd = function () {
@@ -25408,7 +25445,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
25408
25445
  this.h.ak(this.o);
25409
25446
  this.o.b3 = "text";
25410
25447
  if (this.aa != null) {
25411
- this.o.ac = this.aa;
25448
+ this.o.ad = this.aa;
25412
25449
  }
25413
25450
  this.o.disabled = !this.ap;
25414
25451
  this.o.dy = this.de;
@@ -32757,7 +32794,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
32757
32794
  /**
32758
32795
  * @hidden
32759
32796
  */
32760
- var KEYCODES_$type = /*@__PURE__*/ markEnum('KEYCODES', 'ENTER,13|SPACE,32|ESCAPE,27|LEFT_ARROW,37|UP_ARROW,38|RIGHT_ARROW,39|DOWN_ARROW,40|F2,113|TAB,9|CTRL,17|Z,90|Y,89|X,88|BACKSPACE,8|DELETE,46|INPUT_METHOD,229');
32797
+ var KEYCODES_$type = /*@__PURE__*/ markEnum('KEYCODES', 'ENTER,13|SPACE,32|ESCAPE,27|LEFT_ARROW,37|UP_ARROW,38|RIGHT_ARROW,39|DOWN_ARROW,40|F2,113|TAB,9|CTRL,17|C,67|Z,90|Y,89|X,88|BACKSPACE,8|DELETE,46|INPUT_METHOD,229');
32761
32798
 
32762
32799
  /*
32763
32800
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: