igniteui-angular-inputs 16.1.1 → 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 (39) hide show
  1. package/License +6 -6
  2. package/README.md +6 -7
  3. package/bundles/igniteui-angular-inputs.umd.js +164 -134
  4. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  5. package/esm2015/lib/ButtonView_combined.js +16 -16
  6. package/esm2015/lib/CalendarView_combined.js +5 -5
  7. package/esm2015/lib/CheckboxView_combined.js +22 -22
  8. package/esm2015/lib/DatePickerView_combined.js +5 -5
  9. package/esm2015/lib/IconView_combined.js +20 -20
  10. package/esm2015/lib/InputGroupView_combined.js +31 -31
  11. package/esm2015/lib/RippleView_combined.js +1 -1
  12. package/esm2015/lib/XPopupBridge.js +40 -34
  13. package/esm2015/lib/igx-button-click-event-args.js +3 -0
  14. package/esm2015/lib/igx-button-group-selection-changed-event-args.js +3 -0
  15. package/esm2015/lib/igx-checkbox-change-event-args.js +3 -0
  16. package/esm2015/lib/igx-got-focus-event-args.js +3 -0
  17. package/esm2015/lib/igx-input-change-event-args.js +3 -0
  18. package/esm2015/lib/igx-lost-focus-event-args.js +3 -0
  19. package/esm2015/lib/igx-selected-value-changed-event-args.js +3 -0
  20. package/esm2015/lib/igx-x-input-group-item-component.js +3 -0
  21. package/esm5/lib/ButtonView_combined.js +16 -16
  22. package/esm5/lib/CalendarView_combined.js +5 -5
  23. package/esm5/lib/CheckboxView_combined.js +22 -22
  24. package/esm5/lib/DatePickerView_combined.js +5 -5
  25. package/esm5/lib/IconView_combined.js +20 -20
  26. package/esm5/lib/InputGroupView_combined.js +31 -31
  27. package/esm5/lib/RippleView_combined.js +1 -1
  28. package/esm5/lib/XPopupBridge.js +40 -34
  29. package/esm5/lib/igx-button-click-event-args.js +3 -0
  30. package/esm5/lib/igx-button-group-selection-changed-event-args.js +3 -0
  31. package/esm5/lib/igx-checkbox-change-event-args.js +3 -0
  32. package/esm5/lib/igx-got-focus-event-args.js +3 -0
  33. package/esm5/lib/igx-input-change-event-args.js +3 -0
  34. package/esm5/lib/igx-lost-focus-event-args.js +3 -0
  35. package/esm5/lib/igx-selected-value-changed-event-args.js +3 -0
  36. package/esm5/lib/igx-x-input-group-item-component.js +3 -0
  37. package/fesm2015/igniteui-angular-inputs.js +164 -134
  38. package/fesm5/igniteui-angular-inputs.js +164 -134
  39. package/package.json +5 -5
@@ -92,7 +92,7 @@ export let ButtonView = /*@__PURE__*/ (() => {
92
92
  this.n.setStyleProperty("white-space", "no-wrap");
93
93
  this.n.setStyleProperty("color", "#000");
94
94
  this.n.setStyleProperty("background", this.b.nf._fill);
95
- NativeUI.n(this.n, this.b.kr);
95
+ NativeUI.o(this.n, this.b.kr);
96
96
  this.n.setAttribute("id", this.b.hu);
97
97
  this.av();
98
98
  this.h.add(c.listen("change", runOn(this, this.x)));
@@ -1080,10 +1080,10 @@ export let XButton = /*@__PURE__*/ (() => {
1080
1080
  if (a == null) {
1081
1081
  return;
1082
1082
  }
1083
- NativeUI.n(a, this.kr);
1084
- NativeUI.m(a, this.ng);
1083
+ NativeUI.o(a, this.kr);
1084
+ NativeUI.n(a, this.ng);
1085
1085
  if (!isNaN_(this.bf)) {
1086
- NativeUI.o(a, new Thickness(0, this.bf));
1086
+ NativeUI.p(a, new Thickness(0, this.bf));
1087
1087
  }
1088
1088
  if (this.disabled) {
1089
1089
  this.view.ax(this.cq, this.u);
@@ -1100,17 +1100,17 @@ export let XButton = /*@__PURE__*/ (() => {
1100
1100
  }
1101
1101
  }
1102
1102
  if (this.disabled) {
1103
- NativeUI.l(a, this.nh);
1103
+ NativeUI.m(a, this.nh);
1104
1104
  }
1105
1105
  else if (this.focused && this.az) {
1106
- NativeUI.l(a, this.nk);
1106
+ NativeUI.m(a, this.nk);
1107
1107
  }
1108
1108
  else {
1109
1109
  if (this.a0 && !this.ar) {
1110
- NativeUI.l(a, this.nm);
1110
+ NativeUI.m(a, this.nm);
1111
1111
  }
1112
1112
  else {
1113
- NativeUI.l(a, this.nf);
1113
+ NativeUI.m(a, this.nf);
1114
1114
  }
1115
1115
  }
1116
1116
  this.view.aw(this.np, BrushUtil.g(0, 0, 0, 0));
@@ -1118,21 +1118,21 @@ export let XButton = /*@__PURE__*/ (() => {
1118
1118
  this.view.az(this.aa);
1119
1119
  }
1120
1120
  if (this.disabled) {
1121
- NativeUI.p(this.view.s, this.nj);
1122
1121
  NativeUI.q(this.view.s, this.nj);
1122
+ NativeUI.r(this.view.s, this.nj);
1123
1123
  }
1124
1124
  else if (this.focused && this.az) {
1125
- NativeUI.p(this.view.s, this.nl);
1126
1125
  NativeUI.q(this.view.s, this.nl);
1126
+ NativeUI.r(this.view.s, this.nl);
1127
1127
  }
1128
1128
  else {
1129
1129
  if (this.a0 && !this.ar) {
1130
- NativeUI.p(this.view.s, this.nn);
1131
1130
  NativeUI.q(this.view.s, this.nn);
1131
+ NativeUI.r(this.view.s, this.nn);
1132
1132
  }
1133
1133
  else {
1134
- NativeUI.p(this.view.s, this.nq);
1135
1134
  NativeUI.q(this.view.s, this.nq);
1135
+ NativeUI.r(this.view.s, this.nq);
1136
1136
  }
1137
1137
  }
1138
1138
  }
@@ -2870,19 +2870,19 @@ export let XButton = /*@__PURE__*/ (() => {
2870
2870
  c.s = f[0];
2871
2871
  c.q = f[1];
2872
2872
  c.p = NativeUI.d(a);
2873
- c.t = NativeUI.j(a);
2873
+ c.t = NativeUI.k(a);
2874
2874
  c.h = this.n;
2875
2875
  c.i = this.q;
2876
- c.c = AppearanceHelper.a(NativeUI.ai(a));
2876
+ c.c = AppearanceHelper.a(NativeUI.ak(a));
2877
2877
  c.g = AppearanceHelper.a(this.nr);
2878
2878
  c.d = AppearanceHelper.a(this.no);
2879
2879
  c.a = AppearanceHelper.a(this.ne);
2880
2880
  c.u = this.ct;
2881
2881
  c.e = AppearanceHelper.a(this.np);
2882
2882
  c.ah = this.kr;
2883
- c.b = AppearanceHelper.a(NativeUI.ah(a));
2883
+ c.b = AppearanceHelper.a(NativeUI.aj(a));
2884
2884
  c.j = this.u;
2885
- c.f = AppearanceHelper.a(NativeUI.aj(b));
2885
+ c.f = AppearanceHelper.a(NativeUI.al(b));
2886
2886
  c.o = this.bf;
2887
2887
  c.x = this.fw;
2888
2888
  c.y = this.g0;
@@ -2708,8 +2708,8 @@ export let XCalendar = /*@__PURE__*/ (() => {
2708
2708
  m.e = n[0] - d;
2709
2709
  m.d = n[1] - e;
2710
2710
  m.c = NativeUI.d(k._inner[l].parent());
2711
- m.f = NativeUI.j(k._inner[l].parent());
2712
- m.b = AppearanceHelper.a(NativeUI.aj(k._inner[l]));
2711
+ m.f = NativeUI.k(k._inner[l].parent());
2712
+ m.b = AppearanceHelper.a(NativeUI.al(k._inner[l]));
2713
2713
  m.g = k._inner[l].getText();
2714
2714
  a.k.add(m);
2715
2715
  }
@@ -2721,9 +2721,9 @@ export let XCalendar = /*@__PURE__*/ (() => {
2721
2721
  q.e = r[0] - d;
2722
2722
  q.d = r[1] - e;
2723
2723
  q.c = NativeUI.d(o._inner[p].parent());
2724
- q.f = NativeUI.j(o._inner[p].parent());
2725
- q.b = AppearanceHelper.a(NativeUI.aj(o._inner[p]));
2726
- q.a = AppearanceHelper.a(NativeUI.ai(o._inner[p]));
2724
+ q.f = NativeUI.k(o._inner[p].parent());
2725
+ q.b = AppearanceHelper.a(NativeUI.al(o._inner[p]));
2726
+ q.a = AppearanceHelper.a(NativeUI.ak(o._inner[p]));
2727
2727
  q.g = o._inner[p].getText();
2728
2728
  a.l.add(q);
2729
2729
  }
@@ -483,17 +483,17 @@ export let XCheckbox = /*@__PURE__*/ (() => {
483
483
  if (a == null) {
484
484
  return;
485
485
  }
486
- NativeUI.n(a, new CornerRadius(0, this.ao));
486
+ NativeUI.o(a, new CornerRadius(0, this.ao));
487
487
  if (!isNaN_(this.an)) {
488
- NativeUI.o(a, new Thickness(0, this.an));
488
+ NativeUI.p(a, new Thickness(0, this.an));
489
489
  }
490
490
  if (this.checked) {
491
- NativeUI.l(a, this.c8);
492
- NativeUI.m(a, this.c9);
491
+ NativeUI.m(a, this.c8);
492
+ NativeUI.n(a, this.c9);
493
493
  }
494
494
  else {
495
- NativeUI.l(a, this.db);
496
- NativeUI.m(a, this.dc);
495
+ NativeUI.m(a, this.db);
496
+ NativeUI.n(a, this.dc);
497
497
  }
498
498
  }
499
499
  cw() {
@@ -501,8 +501,8 @@ export let XCheckbox = /*@__PURE__*/ (() => {
501
501
  if (a == null) {
502
502
  return;
503
503
  }
504
- NativeUI.y(a, this.da);
505
- NativeUI.ab(a, this.ap);
504
+ NativeUI.aa(a, this.da);
505
+ NativeUI.ad(a, this.ap);
506
506
  }
507
507
  get dl() {
508
508
  return this.c6;
@@ -916,7 +916,7 @@ export let XCheckbox = /*@__PURE__*/ (() => {
916
916
  this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.dc, 0.1));
917
917
  }
918
918
  if (!this.indeterminate) {
919
- NativeUI.ad(this.view.t, null);
919
+ NativeUI.af(this.view.t, null);
920
920
  }
921
921
  if (this.z || this.indeterminate || a) {
922
922
  let d = this.view.s;
@@ -933,23 +933,23 @@ export let XCheckbox = /*@__PURE__*/ (() => {
933
933
  $ret.j = -this.view.k();
934
934
  return $ret;
935
935
  })()));
936
- NativeUI.l(d, this.c8);
937
- NativeUI.m(d, this.c9);
938
- NativeUI.w(e, 1);
939
- NativeUI.aa(e, 41);
940
- NativeUI.ad(e, f);
936
+ NativeUI.m(d, this.c8);
937
+ NativeUI.n(d, this.c9);
938
+ NativeUI.y(e, 1);
939
+ NativeUI.ac(e, 41);
940
+ NativeUI.af(e, f);
941
941
  }
942
942
  else if (b) {
943
- NativeUI.l(d, this.c8);
944
- NativeUI.m(d, this.c9);
945
- NativeUI.w(e, 1);
946
- NativeUI.aa(e, 0);
943
+ NativeUI.m(d, this.c8);
944
+ NativeUI.n(d, this.c9);
945
+ NativeUI.y(e, 1);
946
+ NativeUI.ac(e, 0);
947
947
  }
948
948
  else {
949
- NativeUI.l(d, this.db);
950
- NativeUI.m(d, this.dc);
951
- NativeUI.w(e, 0);
952
- NativeUI.aa(e, 24);
949
+ NativeUI.m(d, this.db);
950
+ NativeUI.n(d, this.dc);
951
+ NativeUI.y(e, 0);
952
+ NativeUI.ac(e, 24);
953
953
  }
954
954
  if (this.o.playState == 1) {
955
955
  this.o.cancel();
@@ -1402,14 +1402,14 @@ export let DatePicker = /*@__PURE__*/ (() => {
1402
1402
  this.ai = false;
1403
1403
  }
1404
1404
  cc(a) {
1405
- if (this.u.ao) {
1405
+ if (this.u.av) {
1406
1406
  this.ah = true;
1407
1407
  this.cg();
1408
1408
  }
1409
1409
  }
1410
1410
  cn() {
1411
1411
  if (this.ah == false) {
1412
- if (this.u.ao) {
1412
+ if (this.u.av) {
1413
1413
  this.cg();
1414
1414
  }
1415
1415
  else {
@@ -1450,7 +1450,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
1450
1450
  }
1451
1451
  cg() {
1452
1452
  if (this.u != null) {
1453
- window.setTimeout(() => this.u.bj(), 0);
1453
+ window.setTimeout(() => this.u.bx(), 0);
1454
1454
  }
1455
1455
  if (this.c != null) {
1456
1456
  this.c.cy();
@@ -1462,7 +1462,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
1462
1462
  if (this.o != null) {
1463
1463
  this.o.focus(a);
1464
1464
  }
1465
- if (!this.u.ao && this.as == true) {
1465
+ if (!this.u.av && this.as == true) {
1466
1466
  if (this.ah == false) {
1467
1467
  if (this.aq == false) {
1468
1468
  this.c0();
@@ -1516,7 +1516,7 @@ export let DatePicker = /*@__PURE__*/ (() => {
1516
1516
  let a = new DatePickerVisualModelExport();
1517
1517
  a.e = this.y;
1518
1518
  a.d = this.w;
1519
- a.c = this.u.ay();
1519
+ a.c = this.u.a9();
1520
1520
  a.b = this.q.fe();
1521
1521
  a.a = this.c.bj();
1522
1522
  if (this.ad != null) {
@@ -290,15 +290,15 @@ export let XIcon = /*@__PURE__*/ (() => {
290
290
  return this.svgPath != null && !this.view.h;
291
291
  }
292
292
  ca() {
293
- NativeUI.w(this.view.r, this.ai);
293
+ NativeUI.y(this.view.r, this.ai);
294
294
  }
295
295
  b9() {
296
296
  let a = this.view.r;
297
297
  if (this.p) {
298
298
  let b = this.view.s;
299
- NativeUI.q(b, this.cp);
300
- NativeUI.y(b, this.cq);
301
- NativeUI.ab(b, this.ad);
299
+ NativeUI.r(b, this.cp);
300
+ NativeUI.aa(b, this.cq);
301
+ NativeUI.ad(b, this.ad);
302
302
  }
303
303
  else {
304
304
  let c = false;
@@ -318,19 +318,19 @@ export let XIcon = /*@__PURE__*/ (() => {
318
318
  if (c) {
319
319
  for (let d = 0; d < this.view.k.count; d++) {
320
320
  let e = this.view.k._inner[d].c;
321
- NativeUI.q(this.view.k._inner[d].d, e.l.f(this.c1));
321
+ NativeUI.r(this.view.k._inner[d].d, e.l.f(this.c1));
322
322
  }
323
323
  for (let f = 0; f < this.view.l.count; f++) {
324
324
  let g = this.view.l._inner[f].c;
325
- NativeUI.y(this.view.l._inner[f].d, g.m.f(this.c2));
325
+ NativeUI.aa(this.view.l._inner[f].d, g.m.f(this.c2));
326
326
  }
327
327
  for (let h = 0; h < this.view.m.count; h++) {
328
328
  let i = this.view.m._inner[h].c;
329
- NativeUI.q(this.view.m._inner[h].d, i.l.f(this.c3));
329
+ NativeUI.r(this.view.m._inner[h].d, i.l.f(this.c3));
330
330
  }
331
331
  for (let j = 0; j < this.view.n.count; j++) {
332
332
  let k = this.view.n._inner[j].c;
333
- NativeUI.y(this.view.n._inner[j].d, k.m.f(this.c4));
333
+ NativeUI.aa(this.view.n._inner[j].d, k.m.f(this.c4));
334
334
  }
335
335
  for (let l = 0; l < this.view.c.o.count; l++) {
336
336
  let m = this.view.c.o._inner[l];
@@ -339,7 +339,7 @@ export let XIcon = /*@__PURE__*/ (() => {
339
339
  if (o < this.c.count) {
340
340
  for (let p = 0; p < this.view.c.q._inner[l].count; p++) {
341
341
  let q = this.view.c.q._inner[l]._inner[p].c;
342
- NativeUI.q(this.view.c.q._inner[l]._inner[p].d, q.l.f(this.c.item(o)));
342
+ NativeUI.r(this.view.c.q._inner[l]._inner[p].d, q.l.f(this.c.item(o)));
343
343
  }
344
344
  }
345
345
  }
@@ -350,32 +350,32 @@ export let XIcon = /*@__PURE__*/ (() => {
350
350
  if (u < this.d.count) {
351
351
  for (let v = 0; v < this.view.d.q._inner[r].count; v++) {
352
352
  let w = this.view.d.q._inner[r]._inner[v].c;
353
- NativeUI.y(this.view.d.q._inner[r]._inner[v].d, w.m.f(this.d.item(u)));
353
+ NativeUI.aa(this.view.d.q._inner[r]._inner[v].d, w.m.f(this.d.item(u)));
354
354
  }
355
355
  }
356
356
  }
357
357
  for (let x = 0; x < this.view.j.count; x++) {
358
358
  let y = this.view.j._inner[x].c;
359
- NativeUI.q(this.view.j._inner[x].d, y.l.f(this.cp));
360
- NativeUI.y(this.view.j._inner[x].d, y.m.f(this.cq));
359
+ NativeUI.r(this.view.j._inner[x].d, y.l.f(this.cp));
360
+ NativeUI.aa(this.view.j._inner[x].d, y.m.f(this.cq));
361
361
  }
362
362
  }
363
363
  let z = this.view.r;
364
364
  if (this.cp != null) {
365
- NativeUI.q(z, this.cp);
365
+ NativeUI.r(z, this.cp);
366
366
  }
367
367
  if (this.cq != null) {
368
- NativeUI.y(z, this.cq);
368
+ NativeUI.aa(z, this.cq);
369
369
  }
370
370
  if (!isNaN_(this.ad)) {
371
- NativeUI.ab(z, this.ad);
371
+ NativeUI.ad(z, this.ad);
372
372
  }
373
373
  }
374
374
  if (this.k != null) {
375
375
  this.view.ah(this.k);
376
376
  }
377
377
  if (this.cr != null) {
378
- NativeUI.p(this.view.r, this.cr);
378
+ NativeUI.q(this.view.r, this.cr);
379
379
  }
380
380
  }
381
381
  get i() {
@@ -757,15 +757,15 @@ export let XIcon = /*@__PURE__*/ (() => {
757
757
  e() {
758
758
  let a = new IconVisualModelExport();
759
759
  let b = this.view.r;
760
- a.a = AppearanceHelper.a(NativeUI.aj(b));
761
- a.c = AppearanceHelper.a(NativeUI.aj(b));
762
- a.b = AppearanceHelper.a(NativeUI.ak(b));
760
+ a.a = AppearanceHelper.a(NativeUI.al(b));
761
+ a.c = AppearanceHelper.a(NativeUI.al(b));
762
+ a.b = AppearanceHelper.a(NativeUI.am(b));
763
763
  a.d = this.ad;
764
764
  let c = this.view.a();
765
765
  a.h = c[0];
766
766
  a.f = c[1];
767
767
  a.e = NativeUI.d(b);
768
- a.i = NativeUI.j(b);
768
+ a.i = NativeUI.k(b);
769
769
  a.svgPath = this.svgPath;
770
770
  if (this.k != null) {
771
771
  let d = this.k;
@@ -147,7 +147,7 @@ export let InputGroupView = /*@__PURE__*/ (() => {
147
147
  g.setStyleProperty("height", "2px");
148
148
  g.setStyleProperty("display", "block");
149
149
  g.setStyleProperty("pointer-events", "none");
150
- NativeUI.ad(g, ((() => {
150
+ NativeUI.af(g, ((() => {
151
151
  let $ret = new ScaleTransform();
152
152
  $ret.l = 0.5;
153
153
  $ret.m = 1;
@@ -309,7 +309,7 @@ export let SuffixView = /*@__PURE__*/ (() => {
309
309
  $ret.m = 1;
310
310
  return $ret;
311
311
  })()));
312
- NativeUI.ad(this.g.rootWrapper, a);
312
+ NativeUI.af(this.g.rootWrapper, a);
313
313
  this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
314
314
  }
315
315
  f() {
@@ -398,7 +398,7 @@ export let PrefixView = /*@__PURE__*/ (() => {
398
398
  $ret.m = 1;
399
399
  return $ret;
400
400
  })()));
401
- NativeUI.ad(this.g.rootWrapper, a);
401
+ NativeUI.af(this.g.rootWrapper, a);
402
402
  this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
403
403
  }
404
404
  f() {
@@ -494,7 +494,7 @@ export let LabelView = /*@__PURE__*/ (() => {
494
494
  c.setStyleProperty("overflow", "hidden");
495
495
  c.setStyleProperty("height", "1.125rem");
496
496
  c.setStyleProperty("backface-visibility", "hidden");
497
- NativeUI.p(this.k.rootWrapper, this.c.cz);
497
+ NativeUI.q(this.k.rootWrapper, this.c.cz);
498
498
  c.setStyleProperty("outline-style", "none");
499
499
  c.setStyleProperty("box-shadow", "none");
500
500
  c.setStyleProperty("font-family", "Verdana");
@@ -520,7 +520,7 @@ export let LabelView = /*@__PURE__*/ (() => {
520
520
  $ret.m = 1;
521
521
  return $ret;
522
522
  })()));
523
- NativeUI.ad(this.k.rootWrapper, a);
523
+ NativeUI.af(this.k.rootWrapper, a);
524
524
  this.l.setStyleProperty("height", "1.125rem");
525
525
  this.k.rootWrapper.setStyleProperty("position", "absolute");
526
526
  this.k.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
@@ -638,7 +638,7 @@ export let LabelView = /*@__PURE__*/ (() => {
638
638
  }
639
639
  }
640
640
  ad(a) {
641
- NativeUI.p(this.l, a);
641
+ NativeUI.q(this.l, a);
642
642
  }
643
643
  }
644
644
  LabelView.$t = markType(LabelView, 'LabelView');
@@ -706,7 +706,7 @@ export let InputView = /*@__PURE__*/ (() => {
706
706
  c.setStyleProperty("background-attachment", "initial");
707
707
  c.setStyleProperty("background-origin", "initial");
708
708
  c.setStyleProperty("background-color", "transparent");
709
- NativeUI.p(c, this.b.d4);
709
+ NativeUI.q(c, this.b.d4);
710
710
  c.setStyleProperty("outline-style", "none");
711
711
  c.setStyleProperty("box-shadow", "none");
712
712
  c.setStyleProperty("border-top", "0.1875rem solid transparent");
@@ -833,7 +833,7 @@ export let InputView = /*@__PURE__*/ (() => {
833
833
  $ret.m = 1;
834
834
  return $ret;
835
835
  })()));
836
- NativeUI.ad(this.l.rootWrapper, b);
836
+ NativeUI.af(this.l.rootWrapper, b);
837
837
  this.l.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
838
838
  }
839
839
  k() {
@@ -1842,7 +1842,7 @@ export let XInputGroup = /*@__PURE__*/ (() => {
1842
1842
  this.jv();
1843
1843
  break;
1844
1844
  case "IsDisabled":
1845
- NativeUI.t(this.view.v, !this.disabled);
1845
+ NativeUI.u(this.view.v, !this.disabled);
1846
1846
  break;
1847
1847
  }
1848
1848
  }
@@ -2025,44 +2025,44 @@ export let XInputGroup = /*@__PURE__*/ (() => {
2025
2025
  let e = this.v != null && this.v.playState == 1;
2026
2026
  let f = this.w != null && this.w.playState == 1;
2027
2027
  let g = this.u != null && this.u.playState == 1;
2028
- NativeUI.n(a, this.ko);
2029
- NativeUI.n(b, this.ko);
2030
- NativeUI.l(a, this.l5);
2031
- NativeUI.x(a, this.oe);
2028
+ NativeUI.o(a, this.ko);
2029
+ NativeUI.o(b, this.ko);
2030
+ NativeUI.m(a, this.l5);
2031
+ NativeUI.z(a, this.oe);
2032
2032
  if (this.ao) {
2033
2033
  if (!g) {
2034
- NativeUI.m(b, this.l7);
2035
- NativeUI.o(b, new Thickness(0, this.ch));
2034
+ NativeUI.n(b, this.l7);
2035
+ NativeUI.p(b, new Thickness(0, this.ch));
2036
2036
  }
2037
2037
  if (!f) {
2038
- NativeUI.l(c, this.l8);
2038
+ NativeUI.m(c, this.l8);
2039
2039
  }
2040
2040
  }
2041
2041
  else {
2042
2042
  if (!f) {
2043
2043
  if (this.ap) {
2044
- NativeUI.l(c, this.l9);
2045
- NativeUI.w(c, this.ck);
2046
- NativeUI.s(c, this.cl);
2044
+ NativeUI.m(c, this.l9);
2045
+ NativeUI.y(c, this.ck);
2046
+ NativeUI.t(c, this.cl);
2047
2047
  }
2048
2048
  else {
2049
- NativeUI.l(c, this.ma);
2050
- NativeUI.w(c, this.cm);
2051
- NativeUI.s(c, this.cp);
2049
+ NativeUI.m(c, this.ma);
2050
+ NativeUI.y(c, this.cm);
2051
+ NativeUI.t(c, this.cp);
2052
2052
  }
2053
2053
  }
2054
2054
  if (!g) {
2055
- NativeUI.m(b, this.l6);
2056
- NativeUI.o(b, new Thickness(0, this.cg));
2055
+ NativeUI.n(b, this.l6);
2056
+ NativeUI.p(b, new Thickness(0, this.cg));
2057
2057
  }
2058
2058
  if (!f) {
2059
- NativeUI.l(a, this.l5);
2059
+ NativeUI.m(a, this.l5);
2060
2060
  }
2061
2061
  }
2062
2062
  if (!e) {
2063
- NativeUI.l(d, this.mb);
2064
- NativeUI.s(d, this.co);
2065
- NativeUI.w(d, this.cn);
2063
+ NativeUI.m(d, this.mb);
2064
+ NativeUI.t(d, this.co);
2065
+ NativeUI.y(d, this.cn);
2066
2066
  }
2067
2067
  }
2068
2068
  get a() {
@@ -4655,7 +4655,7 @@ export let XLabel = /*@__PURE__*/ (() => {
4655
4655
  a.c = this.p;
4656
4656
  a.e = this.t;
4657
4657
  a.d = this.s;
4658
- a.a = AppearanceHelper.a(NativeUI.aj(b));
4658
+ a.a = AppearanceHelper.a(NativeUI.al(b));
4659
4659
  a.b = this.l;
4660
4660
  a.i = this.an;
4661
4661
  a.g = this.al;
@@ -4969,7 +4969,7 @@ export let XInput = /*@__PURE__*/ (() => {
4969
4969
  if (this.ad != null) {
4970
4970
  this.view.bb(this.ad);
4971
4971
  }
4972
- NativeUI.p(this.view.q, this.d4);
4972
+ NativeUI.q(this.view.q, this.d4);
4973
4973
  this.view.a6();
4974
4974
  }
4975
4975
  get d4() {
@@ -5336,7 +5336,7 @@ export let XInput = /*@__PURE__*/ (() => {
5336
5336
  a.j = this.ce;
5337
5337
  a.m = this.ci;
5338
5338
  a.d = this.au;
5339
- a.a = AppearanceHelper.a(NativeUI.aj(b));
5339
+ a.a = AppearanceHelper.a(NativeUI.al(b));
5340
5340
  a.i = this.b8;
5341
5341
  a.l = this.cg;
5342
5342
  a.e = this.aw;
@@ -104,7 +104,7 @@ export let RippleView = /*@__PURE__*/ (() => {
104
104
  d.setStyleProperty("pointer-events", "none");
105
105
  d.setStyleProperty("border-radius", c + "px");
106
106
  d.setStyleProperty("opacity", ".5");
107
- NativeUI.ad(d, ((() => {
107
+ NativeUI.af(d, ((() => {
108
108
  let $ret = new ScaleTransform();
109
109
  $ret.l = 0.3;
110
110
  $ret.m = 0.3;