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