igniteui-angular-inputs 16.1.2-beta.0 → 17.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/License +1 -1
  2. package/bundles/igniteui-angular-inputs.umd.js +164 -134
  3. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  4. package/esm2015/lib/ButtonView_combined.js +16 -16
  5. package/esm2015/lib/CalendarView_combined.js +5 -5
  6. package/esm2015/lib/CheckboxView_combined.js +22 -22
  7. package/esm2015/lib/DatePickerView_combined.js +5 -5
  8. package/esm2015/lib/IconView_combined.js +20 -20
  9. package/esm2015/lib/InputGroupView_combined.js +31 -31
  10. package/esm2015/lib/RippleView_combined.js +1 -1
  11. package/esm2015/lib/XPopupBridge.js +40 -34
  12. package/esm2015/lib/igx-button-click-event-args.js +3 -0
  13. package/esm2015/lib/igx-button-group-selection-changed-event-args.js +3 -0
  14. package/esm2015/lib/igx-checkbox-change-event-args.js +3 -0
  15. package/esm2015/lib/igx-got-focus-event-args.js +3 -0
  16. package/esm2015/lib/igx-input-change-event-args.js +3 -0
  17. package/esm2015/lib/igx-lost-focus-event-args.js +3 -0
  18. package/esm2015/lib/igx-selected-value-changed-event-args.js +3 -0
  19. package/esm2015/lib/igx-x-input-group-item-component.js +3 -0
  20. package/esm5/lib/ButtonView_combined.js +16 -16
  21. package/esm5/lib/CalendarView_combined.js +5 -5
  22. package/esm5/lib/CheckboxView_combined.js +22 -22
  23. package/esm5/lib/DatePickerView_combined.js +5 -5
  24. package/esm5/lib/IconView_combined.js +20 -20
  25. package/esm5/lib/InputGroupView_combined.js +31 -31
  26. package/esm5/lib/RippleView_combined.js +1 -1
  27. package/esm5/lib/XPopupBridge.js +40 -34
  28. package/esm5/lib/igx-button-click-event-args.js +3 -0
  29. package/esm5/lib/igx-button-group-selection-changed-event-args.js +3 -0
  30. package/esm5/lib/igx-checkbox-change-event-args.js +3 -0
  31. package/esm5/lib/igx-got-focus-event-args.js +3 -0
  32. package/esm5/lib/igx-input-change-event-args.js +3 -0
  33. package/esm5/lib/igx-lost-focus-event-args.js +3 -0
  34. package/esm5/lib/igx-selected-value-changed-event-args.js +3 -0
  35. package/esm5/lib/igx-x-input-group-item-component.js +3 -0
  36. package/fesm2015/igniteui-angular-inputs.js +164 -134
  37. package/fesm5/igniteui-angular-inputs.js +164 -134
  38. package/package.json +5 -5
@@ -244,7 +244,7 @@ var RippleView = /** @class */ /*@__PURE__*/ (function (_super) {
244
244
  d.setStyleProperty("pointer-events", "none");
245
245
  d.setStyleProperty("border-radius", c + "px");
246
246
  d.setStyleProperty("opacity", ".5");
247
- NativeUI.ad(d, ((function () {
247
+ NativeUI.af(d, ((function () {
248
248
  var $ret = new ScaleTransform();
249
249
  $ret.l = 0.3;
250
250
  $ret.m = 0.3;
@@ -1131,7 +1131,7 @@ var ButtonView = /** @class */ /*@__PURE__*/ (function (_super) {
1131
1131
  this.n.setStyleProperty("white-space", "no-wrap");
1132
1132
  this.n.setStyleProperty("color", "#000");
1133
1133
  this.n.setStyleProperty("background", this.b.nf._fill);
1134
- NativeUI.n(this.n, this.b.kr);
1134
+ NativeUI.o(this.n, this.b.kr);
1135
1135
  this.n.setAttribute("id", this.b.hu);
1136
1136
  this.av();
1137
1137
  this.h.add(c.listen("change", runOn(this, this.x)));
@@ -2140,10 +2140,10 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
2140
2140
  if (a == null) {
2141
2141
  return;
2142
2142
  }
2143
- NativeUI.n(a, this.kr);
2144
- NativeUI.m(a, this.ng);
2143
+ NativeUI.o(a, this.kr);
2144
+ NativeUI.n(a, this.ng);
2145
2145
  if (!isNaN_(this.bf)) {
2146
- NativeUI.o(a, new Thickness(0, this.bf));
2146
+ NativeUI.p(a, new Thickness(0, this.bf));
2147
2147
  }
2148
2148
  if (this.disabled) {
2149
2149
  this.view.ax(this.cq, this.u);
@@ -2160,17 +2160,17 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
2160
2160
  }
2161
2161
  }
2162
2162
  if (this.disabled) {
2163
- NativeUI.l(a, this.nh);
2163
+ NativeUI.m(a, this.nh);
2164
2164
  }
2165
2165
  else if (this.focused && this.az) {
2166
- NativeUI.l(a, this.nk);
2166
+ NativeUI.m(a, this.nk);
2167
2167
  }
2168
2168
  else {
2169
2169
  if (this.a0 && !this.ar) {
2170
- NativeUI.l(a, this.nm);
2170
+ NativeUI.m(a, this.nm);
2171
2171
  }
2172
2172
  else {
2173
- NativeUI.l(a, this.nf);
2173
+ NativeUI.m(a, this.nf);
2174
2174
  }
2175
2175
  }
2176
2176
  this.view.aw(this.np, BrushUtil.g(0, 0, 0, 0));
@@ -2178,21 +2178,21 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
2178
2178
  this.view.az(this.aa);
2179
2179
  }
2180
2180
  if (this.disabled) {
2181
- NativeUI.p(this.view.s, this.nj);
2182
2181
  NativeUI.q(this.view.s, this.nj);
2182
+ NativeUI.r(this.view.s, this.nj);
2183
2183
  }
2184
2184
  else if (this.focused && this.az) {
2185
- NativeUI.p(this.view.s, this.nl);
2186
2185
  NativeUI.q(this.view.s, this.nl);
2186
+ NativeUI.r(this.view.s, this.nl);
2187
2187
  }
2188
2188
  else {
2189
2189
  if (this.a0 && !this.ar) {
2190
- NativeUI.p(this.view.s, this.nn);
2191
2190
  NativeUI.q(this.view.s, this.nn);
2191
+ NativeUI.r(this.view.s, this.nn);
2192
2192
  }
2193
2193
  else {
2194
- NativeUI.p(this.view.s, this.nq);
2195
2194
  NativeUI.q(this.view.s, this.nq);
2195
+ NativeUI.r(this.view.s, this.nq);
2196
2196
  }
2197
2197
  }
2198
2198
  };
@@ -4574,19 +4574,19 @@ var XButton = /** @class */ /*@__PURE__*/ (function (_super) {
4574
4574
  c.s = f[0];
4575
4575
  c.q = f[1];
4576
4576
  c.p = NativeUI.d(a);
4577
- c.t = NativeUI.j(a);
4577
+ c.t = NativeUI.k(a);
4578
4578
  c.h = this.n;
4579
4579
  c.i = this.q;
4580
- c.c = AppearanceHelper.a(NativeUI.ai(a));
4580
+ c.c = AppearanceHelper.a(NativeUI.ak(a));
4581
4581
  c.g = AppearanceHelper.a(this.nr);
4582
4582
  c.d = AppearanceHelper.a(this.no);
4583
4583
  c.a = AppearanceHelper.a(this.ne);
4584
4584
  c.u = this.ct;
4585
4585
  c.e = AppearanceHelper.a(this.np);
4586
4586
  c.ah = this.kr;
4587
- c.b = AppearanceHelper.a(NativeUI.ah(a));
4587
+ c.b = AppearanceHelper.a(NativeUI.aj(a));
4588
4588
  c.j = this.u;
4589
- c.f = AppearanceHelper.a(NativeUI.aj(b));
4589
+ c.f = AppearanceHelper.a(NativeUI.al(b));
4590
4590
  c.o = this.bf;
4591
4591
  c.x = this.fw;
4592
4592
  c.y = this.g0;
@@ -5427,15 +5427,15 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5427
5427
  configurable: true
5428
5428
  });
5429
5429
  XIcon.prototype.ca = function () {
5430
- NativeUI.w(this.view.r, this.ai);
5430
+ NativeUI.y(this.view.r, this.ai);
5431
5431
  };
5432
5432
  XIcon.prototype.b9 = function () {
5433
5433
  var a = this.view.r;
5434
5434
  if (this.p) {
5435
5435
  var b = this.view.s;
5436
- NativeUI.q(b, this.cp);
5437
- NativeUI.y(b, this.cq);
5438
- NativeUI.ab(b, this.ad);
5436
+ NativeUI.r(b, this.cp);
5437
+ NativeUI.aa(b, this.cq);
5438
+ NativeUI.ad(b, this.ad);
5439
5439
  }
5440
5440
  else {
5441
5441
  var c = false;
@@ -5455,19 +5455,19 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5455
5455
  if (c) {
5456
5456
  for (var d = 0; d < this.view.k.count; d++) {
5457
5457
  var e = this.view.k._inner[d].c;
5458
- NativeUI.q(this.view.k._inner[d].d, e.l.f(this.c1));
5458
+ NativeUI.r(this.view.k._inner[d].d, e.l.f(this.c1));
5459
5459
  }
5460
5460
  for (var f = 0; f < this.view.l.count; f++) {
5461
5461
  var g = this.view.l._inner[f].c;
5462
- NativeUI.y(this.view.l._inner[f].d, g.m.f(this.c2));
5462
+ NativeUI.aa(this.view.l._inner[f].d, g.m.f(this.c2));
5463
5463
  }
5464
5464
  for (var h = 0; h < this.view.m.count; h++) {
5465
5465
  var i = this.view.m._inner[h].c;
5466
- NativeUI.q(this.view.m._inner[h].d, i.l.f(this.c3));
5466
+ NativeUI.r(this.view.m._inner[h].d, i.l.f(this.c3));
5467
5467
  }
5468
5468
  for (var j = 0; j < this.view.n.count; j++) {
5469
5469
  var k = this.view.n._inner[j].c;
5470
- NativeUI.y(this.view.n._inner[j].d, k.m.f(this.c4));
5470
+ NativeUI.aa(this.view.n._inner[j].d, k.m.f(this.c4));
5471
5471
  }
5472
5472
  for (var l = 0; l < this.view.c.o.count; l++) {
5473
5473
  var m = this.view.c.o._inner[l];
@@ -5476,7 +5476,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5476
5476
  if (o < this.c.count) {
5477
5477
  for (var p = 0; p < this.view.c.q._inner[l].count; p++) {
5478
5478
  var q = this.view.c.q._inner[l]._inner[p].c;
5479
- NativeUI.q(this.view.c.q._inner[l]._inner[p].d, q.l.f(this.c.item(o)));
5479
+ NativeUI.r(this.view.c.q._inner[l]._inner[p].d, q.l.f(this.c.item(o)));
5480
5480
  }
5481
5481
  }
5482
5482
  }
@@ -5487,32 +5487,32 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5487
5487
  if (u < this.d.count) {
5488
5488
  for (var v = 0; v < this.view.d.q._inner[r].count; v++) {
5489
5489
  var w = this.view.d.q._inner[r]._inner[v].c;
5490
- NativeUI.y(this.view.d.q._inner[r]._inner[v].d, w.m.f(this.d.item(u)));
5490
+ NativeUI.aa(this.view.d.q._inner[r]._inner[v].d, w.m.f(this.d.item(u)));
5491
5491
  }
5492
5492
  }
5493
5493
  }
5494
5494
  for (var x = 0; x < this.view.j.count; x++) {
5495
5495
  var y = this.view.j._inner[x].c;
5496
- NativeUI.q(this.view.j._inner[x].d, y.l.f(this.cp));
5497
- NativeUI.y(this.view.j._inner[x].d, y.m.f(this.cq));
5496
+ NativeUI.r(this.view.j._inner[x].d, y.l.f(this.cp));
5497
+ NativeUI.aa(this.view.j._inner[x].d, y.m.f(this.cq));
5498
5498
  }
5499
5499
  }
5500
5500
  var z = this.view.r;
5501
5501
  if (this.cp != null) {
5502
- NativeUI.q(z, this.cp);
5502
+ NativeUI.r(z, this.cp);
5503
5503
  }
5504
5504
  if (this.cq != null) {
5505
- NativeUI.y(z, this.cq);
5505
+ NativeUI.aa(z, this.cq);
5506
5506
  }
5507
5507
  if (!isNaN_(this.ad)) {
5508
- NativeUI.ab(z, this.ad);
5508
+ NativeUI.ad(z, this.ad);
5509
5509
  }
5510
5510
  }
5511
5511
  if (this.k != null) {
5512
5512
  this.view.ah(this.k);
5513
5513
  }
5514
5514
  if (this.cr != null) {
5515
- NativeUI.p(this.view.r, this.cr);
5515
+ NativeUI.q(this.view.r, this.cr);
5516
5516
  }
5517
5517
  };
5518
5518
  Object.defineProperty(XIcon.prototype, "i", {
@@ -6034,15 +6034,15 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6034
6034
  XIcon.prototype.e = function () {
6035
6035
  var a = new IconVisualModelExport();
6036
6036
  var b = this.view.r;
6037
- a.a = AppearanceHelper.a(NativeUI.aj(b));
6038
- a.c = AppearanceHelper.a(NativeUI.aj(b));
6039
- a.b = AppearanceHelper.a(NativeUI.ak(b));
6037
+ a.a = AppearanceHelper.a(NativeUI.al(b));
6038
+ a.c = AppearanceHelper.a(NativeUI.al(b));
6039
+ a.b = AppearanceHelper.a(NativeUI.am(b));
6040
6040
  a.d = this.ad;
6041
6041
  var c = this.view.a();
6042
6042
  a.h = c[0];
6043
6043
  a.f = c[1];
6044
6044
  a.e = NativeUI.d(b);
6045
- a.i = NativeUI.j(b);
6045
+ a.i = NativeUI.k(b);
6046
6046
  a.svgPath = this.svgPath;
6047
6047
  if (this.k != null) {
6048
6048
  var d = this.k;
@@ -9113,8 +9113,8 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
9113
9113
  m.e = n[0] - d;
9114
9114
  m.d = n[1] - e;
9115
9115
  m.c = NativeUI.d(k._inner[l].parent());
9116
- m.f = NativeUI.j(k._inner[l].parent());
9117
- m.b = AppearanceHelper.a(NativeUI.aj(k._inner[l]));
9116
+ m.f = NativeUI.k(k._inner[l].parent());
9117
+ m.b = AppearanceHelper.a(NativeUI.al(k._inner[l]));
9118
9118
  m.g = k._inner[l].getText();
9119
9119
  a.k.add(m);
9120
9120
  }
@@ -9126,9 +9126,9 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
9126
9126
  q.e = r[0] - d;
9127
9127
  q.d = r[1] - e;
9128
9128
  q.c = NativeUI.d(o._inner[p].parent());
9129
- q.f = NativeUI.j(o._inner[p].parent());
9130
- q.b = AppearanceHelper.a(NativeUI.aj(o._inner[p]));
9131
- q.a = AppearanceHelper.a(NativeUI.ai(o._inner[p]));
9129
+ q.f = NativeUI.k(o._inner[p].parent());
9130
+ q.b = AppearanceHelper.a(NativeUI.al(o._inner[p]));
9131
+ q.a = AppearanceHelper.a(NativeUI.ak(o._inner[p]));
9132
9132
  q.g = o._inner[p].getText();
9133
9133
  a.l.add(q);
9134
9134
  }
@@ -9206,6 +9206,9 @@ var IgxSelectedValueChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
9206
9206
  this._implementation = this.createImplementation();
9207
9207
  this._implementation.externalObject = this;
9208
9208
  this.onImplementationCreated();
9209
+ if (this._initializeAdapters) {
9210
+ this._initializeAdapters();
9211
+ }
9209
9212
  }
9210
9213
  IgxSelectedValueChangedEventArgs.prototype.createImplementation = function () {
9211
9214
  return new SelectedValueChangedEventArgs();
@@ -10250,6 +10253,9 @@ var IgxButtonClickEventArgs = /** @class */ /*@__PURE__*/ (function () {
10250
10253
  this._implementation = this.createImplementation();
10251
10254
  this._implementation.externalObject = this;
10252
10255
  this.onImplementationCreated();
10256
+ if (this._initializeAdapters) {
10257
+ this._initializeAdapters();
10258
+ }
10253
10259
  }
10254
10260
  IgxButtonClickEventArgs.prototype.createImplementation = function () {
10255
10261
  return new ButtonClickEventArgs();
@@ -15213,7 +15219,7 @@ var InputGroupView = /** @class */ /*@__PURE__*/ (function (_super) {
15213
15219
  g.setStyleProperty("height", "2px");
15214
15220
  g.setStyleProperty("display", "block");
15215
15221
  g.setStyleProperty("pointer-events", "none");
15216
- NativeUI.ad(g, ((function () {
15222
+ NativeUI.af(g, ((function () {
15217
15223
  var $ret = new ScaleTransform();
15218
15224
  $ret.l = 0.5;
15219
15225
  $ret.m = 1;
@@ -15434,7 +15440,7 @@ var SuffixView = /** @class */ /*@__PURE__*/ (function (_super) {
15434
15440
  $ret.m = 1;
15435
15441
  return $ret;
15436
15442
  })()));
15437
- NativeUI.ad(this.g.rootWrapper, a);
15443
+ NativeUI.af(this.g.rootWrapper, a);
15438
15444
  this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
15439
15445
  };
15440
15446
  SuffixView.prototype.f = function () {
@@ -15562,7 +15568,7 @@ var PrefixView = /** @class */ /*@__PURE__*/ (function (_super) {
15562
15568
  $ret.m = 1;
15563
15569
  return $ret;
15564
15570
  })()));
15565
- NativeUI.ad(this.g.rootWrapper, a);
15571
+ NativeUI.af(this.g.rootWrapper, a);
15566
15572
  this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
15567
15573
  };
15568
15574
  PrefixView.prototype.f = function () {
@@ -15704,7 +15710,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
15704
15710
  c.setStyleProperty("overflow", "hidden");
15705
15711
  c.setStyleProperty("height", "1.125rem");
15706
15712
  c.setStyleProperty("backface-visibility", "hidden");
15707
- NativeUI.p(this.k.rootWrapper, this.c.cz);
15713
+ NativeUI.q(this.k.rootWrapper, this.c.cz);
15708
15714
  c.setStyleProperty("outline-style", "none");
15709
15715
  c.setStyleProperty("box-shadow", "none");
15710
15716
  c.setStyleProperty("font-family", "Verdana");
@@ -15731,7 +15737,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
15731
15737
  $ret.m = 1;
15732
15738
  return $ret;
15733
15739
  })()));
15734
- NativeUI.ad(this.k.rootWrapper, a);
15740
+ NativeUI.af(this.k.rootWrapper, a);
15735
15741
  this.l.setStyleProperty("height", "1.125rem");
15736
15742
  this.k.rootWrapper.setStyleProperty("position", "absolute");
15737
15743
  this.k.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
@@ -15866,7 +15872,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
15866
15872
  }
15867
15873
  };
15868
15874
  LabelView.prototype.ad = function (a) {
15869
- NativeUI.p(this.l, a);
15875
+ NativeUI.q(this.l, a);
15870
15876
  };
15871
15877
  LabelView.$t = markType(LabelView, 'LabelView');
15872
15878
  return LabelView;
@@ -15963,7 +15969,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
15963
15969
  c.setStyleProperty("background-attachment", "initial");
15964
15970
  c.setStyleProperty("background-origin", "initial");
15965
15971
  c.setStyleProperty("background-color", "transparent");
15966
- NativeUI.p(c, this.b.d4);
15972
+ NativeUI.q(c, this.b.d4);
15967
15973
  c.setStyleProperty("outline-style", "none");
15968
15974
  c.setStyleProperty("box-shadow", "none");
15969
15975
  c.setStyleProperty("border-top", "0.1875rem solid transparent");
@@ -16091,7 +16097,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
16091
16097
  $ret.m = 1;
16092
16098
  return $ret;
16093
16099
  })()));
16094
- NativeUI.ad(this.l.rootWrapper, b);
16100
+ NativeUI.af(this.l.rootWrapper, b);
16095
16101
  this.l.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
16096
16102
  };
16097
16103
  InputView.prototype.k = function () {
@@ -17227,7 +17233,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
17227
17233
  this.jv();
17228
17234
  break;
17229
17235
  case "IsDisabled":
17230
- NativeUI.t(this.view.v, !this.disabled);
17236
+ NativeUI.u(this.view.v, !this.disabled);
17231
17237
  break;
17232
17238
  }
17233
17239
  };
@@ -17414,44 +17420,44 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
17414
17420
  var e = this.v != null && this.v.playState == 1;
17415
17421
  var f = this.w != null && this.w.playState == 1;
17416
17422
  var g = this.u != null && this.u.playState == 1;
17417
- NativeUI.n(a, this.ko);
17418
- NativeUI.n(b, this.ko);
17419
- NativeUI.l(a, this.l5);
17420
- NativeUI.x(a, this.oe);
17423
+ NativeUI.o(a, this.ko);
17424
+ NativeUI.o(b, this.ko);
17425
+ NativeUI.m(a, this.l5);
17426
+ NativeUI.z(a, this.oe);
17421
17427
  if (this.ao) {
17422
17428
  if (!g) {
17423
- NativeUI.m(b, this.l7);
17424
- NativeUI.o(b, new Thickness(0, this.ch));
17429
+ NativeUI.n(b, this.l7);
17430
+ NativeUI.p(b, new Thickness(0, this.ch));
17425
17431
  }
17426
17432
  if (!f) {
17427
- NativeUI.l(c, this.l8);
17433
+ NativeUI.m(c, this.l8);
17428
17434
  }
17429
17435
  }
17430
17436
  else {
17431
17437
  if (!f) {
17432
17438
  if (this.ap) {
17433
- NativeUI.l(c, this.l9);
17434
- NativeUI.w(c, this.ck);
17435
- NativeUI.s(c, this.cl);
17439
+ NativeUI.m(c, this.l9);
17440
+ NativeUI.y(c, this.ck);
17441
+ NativeUI.t(c, this.cl);
17436
17442
  }
17437
17443
  else {
17438
- NativeUI.l(c, this.ma);
17439
- NativeUI.w(c, this.cm);
17440
- NativeUI.s(c, this.cp);
17444
+ NativeUI.m(c, this.ma);
17445
+ NativeUI.y(c, this.cm);
17446
+ NativeUI.t(c, this.cp);
17441
17447
  }
17442
17448
  }
17443
17449
  if (!g) {
17444
- NativeUI.m(b, this.l6);
17445
- NativeUI.o(b, new Thickness(0, this.cg));
17450
+ NativeUI.n(b, this.l6);
17451
+ NativeUI.p(b, new Thickness(0, this.cg));
17446
17452
  }
17447
17453
  if (!f) {
17448
- NativeUI.l(a, this.l5);
17454
+ NativeUI.m(a, this.l5);
17449
17455
  }
17450
17456
  }
17451
17457
  if (!e) {
17452
- NativeUI.l(d, this.mb);
17453
- NativeUI.s(d, this.co);
17454
- NativeUI.w(d, this.cn);
17458
+ NativeUI.m(d, this.mb);
17459
+ NativeUI.t(d, this.co);
17460
+ NativeUI.y(d, this.cn);
17455
17461
  }
17456
17462
  };
17457
17463
  Object.defineProperty(XInputGroup.prototype, "a", {
@@ -20683,7 +20689,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
20683
20689
  a.c = this.p;
20684
20690
  a.e = this.t;
20685
20691
  a.d = this.s;
20686
- a.a = AppearanceHelper.a(NativeUI.aj(b));
20692
+ a.a = AppearanceHelper.a(NativeUI.al(b));
20687
20693
  a.b = this.l;
20688
20694
  a.i = this.an;
20689
20695
  a.g = this.al;
@@ -21033,7 +21039,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
21033
21039
  if (this.ad != null) {
21034
21040
  this.view.bb(this.ad);
21035
21041
  }
21036
- NativeUI.p(this.view.q, this.d4);
21042
+ NativeUI.q(this.view.q, this.d4);
21037
21043
  this.view.a6();
21038
21044
  };
21039
21045
  Object.defineProperty(XInput.prototype, "d4", {
@@ -21478,7 +21484,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
21478
21484
  a.j = this.ce;
21479
21485
  a.m = this.ci;
21480
21486
  a.d = this.au;
21481
- a.a = AppearanceHelper.a(NativeUI.aj(b));
21487
+ a.a = AppearanceHelper.a(NativeUI.al(b));
21482
21488
  a.i = this.b8;
21483
21489
  a.l = this.cg;
21484
21490
  a.e = this.aw;
@@ -23427,14 +23433,14 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
23427
23433
  this.ai = false;
23428
23434
  };
23429
23435
  DatePicker.prototype.cc = function (a) {
23430
- if (this.u.ao) {
23436
+ if (this.u.av) {
23431
23437
  this.ah = true;
23432
23438
  this.cg();
23433
23439
  }
23434
23440
  };
23435
23441
  DatePicker.prototype.cn = function () {
23436
23442
  if (this.ah == false) {
23437
- if (this.u.ao) {
23443
+ if (this.u.av) {
23438
23444
  this.cg();
23439
23445
  }
23440
23446
  else {
@@ -23476,7 +23482,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
23476
23482
  DatePicker.prototype.cg = function () {
23477
23483
  var _this = this;
23478
23484
  if (this.u != null) {
23479
- window.setTimeout(function () { return _this.u.bj(); }, 0);
23485
+ window.setTimeout(function () { return _this.u.bx(); }, 0);
23480
23486
  }
23481
23487
  if (this.c != null) {
23482
23488
  this.c.cy();
@@ -23492,7 +23498,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
23492
23498
  if (this.o != null) {
23493
23499
  this.o.focus(a);
23494
23500
  }
23495
- if (!this.u.ao && this.as == true) {
23501
+ if (!this.u.av && this.as == true) {
23496
23502
  if (this.ah == false) {
23497
23503
  if (this.aq == false) {
23498
23504
  this.c0();
@@ -23546,7 +23552,7 @@ var DatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
23546
23552
  var a = new DatePickerVisualModelExport();
23547
23553
  a.e = this.y;
23548
23554
  a.d = this.w;
23549
- a.c = this.u.ay();
23555
+ a.c = this.u.a9();
23550
23556
  a.b = this.q.fe();
23551
23557
  a.a = this.c.bj();
23552
23558
  if (this.ad != null) {
@@ -23618,6 +23624,9 @@ var IgxGotFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
23618
23624
  this._implementation = this.createImplementation();
23619
23625
  this._implementation.externalObject = this;
23620
23626
  this.onImplementationCreated();
23627
+ if (this._initializeAdapters) {
23628
+ this._initializeAdapters();
23629
+ }
23621
23630
  }
23622
23631
  IgxGotFocusEventArgs.prototype.createImplementation = function () {
23623
23632
  return new GotFocusEventArgs();
@@ -23647,6 +23656,9 @@ var IgxLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
23647
23656
  this._implementation = this.createImplementation();
23648
23657
  this._implementation.externalObject = this;
23649
23658
  this.onImplementationCreated();
23659
+ if (this._initializeAdapters) {
23660
+ this._initializeAdapters();
23661
+ }
23650
23662
  }
23651
23663
  IgxLostFocusEventArgs.prototype.createImplementation = function () {
23652
23664
  return new LostFocusEventArgs();
@@ -23676,6 +23688,9 @@ var IgxInputChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
23676
23688
  this._implementation = this.createImplementation();
23677
23689
  this._implementation.externalObject = this;
23678
23690
  this.onImplementationCreated();
23691
+ if (this._initializeAdapters) {
23692
+ this._initializeAdapters();
23693
+ }
23679
23694
  }
23680
23695
  IgxInputChangeEventArgs.prototype.createImplementation = function () {
23681
23696
  return new InputChangeEventArgs();
@@ -24437,6 +24452,9 @@ var IgxXInputGroupItemComponent = /** @class */ /*@__PURE__*/ (function () {
24437
24452
  this._implementation = this.createImplementation();
24438
24453
  this._implementation.externalObject = this;
24439
24454
  this.onImplementationCreated();
24455
+ if (this._initializeAdapters) {
24456
+ this._initializeAdapters();
24457
+ }
24440
24458
  }
24441
24459
  IgxXInputGroupItemComponent.prototype.createImplementation = function () {
24442
24460
  return null;
@@ -29451,17 +29469,17 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
29451
29469
  if (a == null) {
29452
29470
  return;
29453
29471
  }
29454
- NativeUI.n(a, new CornerRadius(0, this.ao));
29472
+ NativeUI.o(a, new CornerRadius(0, this.ao));
29455
29473
  if (!isNaN_(this.an)) {
29456
- NativeUI.o(a, new Thickness(0, this.an));
29474
+ NativeUI.p(a, new Thickness(0, this.an));
29457
29475
  }
29458
29476
  if (this.checked) {
29459
- NativeUI.l(a, this.c8);
29460
- NativeUI.m(a, this.c9);
29477
+ NativeUI.m(a, this.c8);
29478
+ NativeUI.n(a, this.c9);
29461
29479
  }
29462
29480
  else {
29463
- NativeUI.l(a, this.db);
29464
- NativeUI.m(a, this.dc);
29481
+ NativeUI.m(a, this.db);
29482
+ NativeUI.n(a, this.dc);
29465
29483
  }
29466
29484
  };
29467
29485
  XCheckbox.prototype.cw = function () {
@@ -29469,8 +29487,8 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
29469
29487
  if (a == null) {
29470
29488
  return;
29471
29489
  }
29472
- NativeUI.y(a, this.da);
29473
- NativeUI.ab(a, this.ap);
29490
+ NativeUI.aa(a, this.da);
29491
+ NativeUI.ad(a, this.ap);
29474
29492
  };
29475
29493
  Object.defineProperty(XCheckbox.prototype, "dl", {
29476
29494
  get: function () {
@@ -30025,7 +30043,7 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
30025
30043
  this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.dc, 0.1));
30026
30044
  }
30027
30045
  if (!this.indeterminate) {
30028
- NativeUI.ad(this.view.t, null);
30046
+ NativeUI.af(this.view.t, null);
30029
30047
  }
30030
30048
  if (this.z || this.indeterminate || a) {
30031
30049
  var d = this.view.s;
@@ -30042,23 +30060,23 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
30042
30060
  $ret.j = -_this.view.k();
30043
30061
  return $ret;
30044
30062
  })()));
30045
- NativeUI.l(d, this.c8);
30046
- NativeUI.m(d, this.c9);
30047
- NativeUI.w(e, 1);
30048
- NativeUI.aa(e, 41);
30049
- NativeUI.ad(e, f);
30063
+ NativeUI.m(d, this.c8);
30064
+ NativeUI.n(d, this.c9);
30065
+ NativeUI.y(e, 1);
30066
+ NativeUI.ac(e, 41);
30067
+ NativeUI.af(e, f);
30050
30068
  }
30051
30069
  else if (b) {
30052
- NativeUI.l(d, this.c8);
30053
- NativeUI.m(d, this.c9);
30054
- NativeUI.w(e, 1);
30055
- NativeUI.aa(e, 0);
30070
+ NativeUI.m(d, this.c8);
30071
+ NativeUI.n(d, this.c9);
30072
+ NativeUI.y(e, 1);
30073
+ NativeUI.ac(e, 0);
30056
30074
  }
30057
30075
  else {
30058
- NativeUI.l(d, this.db);
30059
- NativeUI.m(d, this.dc);
30060
- NativeUI.w(e, 0);
30061
- NativeUI.aa(e, 24);
30076
+ NativeUI.m(d, this.db);
30077
+ NativeUI.n(d, this.dc);
30078
+ NativeUI.y(e, 0);
30079
+ NativeUI.ac(e, 24);
30062
30080
  }
30063
30081
  if (this.o.playState == 1) {
30064
30082
  this.o.cancel();
@@ -30224,6 +30242,9 @@ var IgxCheckboxChangeEventArgs = /** @class */ /*@__PURE__*/ (function () {
30224
30242
  this._implementation = this.createImplementation();
30225
30243
  this._implementation.externalObject = this;
30226
30244
  this.onImplementationCreated();
30245
+ if (this._initializeAdapters) {
30246
+ this._initializeAdapters();
30247
+ }
30227
30248
  }
30228
30249
  IgxCheckboxChangeEventArgs.prototype.createImplementation = function () {
30229
30250
  return new CheckboxChangeEventArgs();
@@ -32929,6 +32950,9 @@ var IgxButtonGroupSelectionChangedEventArgs = /** @class */ /*@__PURE__*/ (funct
32929
32950
  this._implementation = this.createImplementation();
32930
32951
  this._implementation.externalObject = this;
32931
32952
  this.onImplementationCreated();
32953
+ if (this._initializeAdapters) {
32954
+ this._initializeAdapters();
32955
+ }
32932
32956
  }
32933
32957
  IgxButtonGroupSelectionChangedEventArgs.prototype.createImplementation = function () {
32934
32958
  return new ButtonGroupSelectionChangedEventArgs();
@@ -35557,25 +35581,26 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
35557
35581
  XPopupBridge.prototype.getValue = function (a, b) {
35558
35582
  var c = a;
35559
35583
  switch (b) {
35560
- case 22: return c.ao;
35561
- case 25: return c.ag;
35562
- case 26: return c.av;
35563
- case 17: return c.aq;
35564
- case 23: return c.b9;
35565
- case 35: switch (c.n) {
35584
+ case 22: return c.av;
35585
+ case 25: return c.al;
35586
+ case 26: return c.a6;
35587
+ case 17: return c.ay;
35588
+ case 23: return c.cn;
35589
+ case 35: switch (c.o) {
35566
35590
  case 1: return enumGetBox(NativeUIPopupAnimationType_$type, 1);
35567
35591
  default: return enumGetBox(NativeUIPopupAnimationType_$type, 0);
35568
35592
  }
35569
- case 36: return c.al;
35570
- case 37: return c.ak;
35571
- case 40: return c.ax;
35572
- case 41: return c.am;
35573
- case 43: switch (c.q) {
35574
- case 0: return enumGetBox(NativeUIPopupPointerPosition_$type, 0);
35575
- default: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
35593
+ case 36: return c.ar;
35594
+ case 37: return c.aq;
35595
+ case 40: return c.a8;
35596
+ case 41: return c.as;
35597
+ case 43: switch (c.t) {
35598
+ case 1: return enumGetBox(NativeUIPopupPointerPosition_$type, 1);
35599
+ default: return enumGetBox(NativeUIPopupPointerPosition_$type, 2);
35576
35600
  }
35577
- case 42: return c.cd;
35578
- case 39: return c.ai;
35601
+ case 42: return c.cr;
35602
+ case 39: return c.an;
35603
+ case 61: return c.a1;
35579
35604
  }
35580
35605
  return _super.prototype.getValue.call(this, a, b);
35581
35606
  };
@@ -35583,54 +35608,57 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
35583
35608
  var d = a;
35584
35609
  switch (b) {
35585
35610
  case 25:
35586
- d.ag = c;
35611
+ d.al = c;
35587
35612
  break;
35588
35613
  case 26:
35589
- d.av = typeGetValue(c);
35614
+ d.a6 = typeGetValue(c);
35590
35615
  break;
35591
35616
  case 17:
35592
- d.aq = c;
35617
+ d.ay = c;
35593
35618
  break;
35594
35619
  case 23:
35595
- d.b9 = c;
35620
+ d.cn = c;
35596
35621
  break;
35597
35622
  case 35:
35598
35623
  switch (EnumUtil.getEnumValue(NativeUIPopupAnimationType_$type, c)) {
35599
35624
  case 1:
35600
- d.n = 1;
35625
+ d.o = 1;
35601
35626
  break;
35602
35627
  default:
35603
- d.n = 0;
35628
+ d.o = 0;
35604
35629
  break;
35605
35630
  }
35606
35631
  break;
35607
35632
  case 36:
35608
- d.al = c;
35633
+ d.ar = c;
35609
35634
  break;
35610
35635
  case 37:
35611
- d.ak = c;
35636
+ d.aq = c;
35612
35637
  break;
35613
35638
  case 40:
35614
- d.ax = typeGetValue(c);
35639
+ d.a8 = typeGetValue(c);
35615
35640
  break;
35616
35641
  case 41:
35617
- d.am = c;
35642
+ d.as = c;
35618
35643
  break;
35619
35644
  case 42:
35620
- d.cd = c;
35645
+ d.cr = c;
35621
35646
  break;
35622
35647
  case 43:
35623
35648
  switch (EnumUtil.getEnumValue(NativeUIPopupPointerPosition_$type, c)) {
35624
- case 0:
35625
- d.q = 0;
35626
- break;
35627
35649
  case 1:
35628
- d.q = 1;
35650
+ d.t = 1;
35651
+ break;
35652
+ case 2:
35653
+ d.t = 2;
35629
35654
  break;
35630
35655
  }
35631
35656
  break;
35632
35657
  case 39:
35633
- d.ai = c;
35658
+ d.an = c;
35659
+ break;
35660
+ case 61:
35661
+ d.a1 = c;
35634
35662
  break;
35635
35663
  }
35636
35664
  _super.prototype.setValue.call(this, a, b, c);
@@ -35639,19 +35667,21 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
35639
35667
  a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
35640
35668
  };
35641
35669
  XPopupBridge.prototype.close = function (a) {
35642
- a.bj();
35670
+ a.bx();
35643
35671
  };
35644
35672
  XPopupBridge.prototype.notifyContentSizeChanged = function (a) {
35645
- a.bm();
35673
+ a.b0();
35646
35674
  };
35647
35675
  XPopupBridge.prototype.notifyExclusionRectChanged = function (a, b) {
35648
- a.bn(b);
35676
+ a.b1(b);
35649
35677
  };
35650
35678
  XPopupBridge.prototype.v = function (a) {
35651
35679
  switch (a) {
35652
35680
  case 0: return 0;
35653
35681
  case 1: return 1;
35654
35682
  case 2: return 2;
35683
+ case 3: return 3;
35684
+ case 4: return 4;
35655
35685
  default: return 0;
35656
35686
  }
35657
35687
  };