igniteui-webcomponents-inputs 5.2.0 → 5.2.1-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 (48) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +3252 -3096
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +26 -26
  4. package/esm2015/lib/ButtonView_combined.js +1716 -1662
  5. package/esm2015/lib/CalendarView_combined.js +312 -298
  6. package/esm2015/lib/IconViewType.js +11 -0
  7. package/esm2015/lib/IconView_combined.js +462 -432
  8. package/esm2015/lib/InputGroupView_combined.js +115 -93
  9. package/esm2015/lib/MultiSliderBridge.js +14 -14
  10. package/esm2015/lib/NativeUIXInputsFactory_combined.js +4 -4
  11. package/esm2015/lib/XButtonBridge.js +39 -35
  12. package/esm2015/lib/XButtonGroupBridge.js +2 -2
  13. package/esm2015/lib/XCheckboxBridge.js +8 -8
  14. package/esm2015/lib/XComponentBridge.js +1 -1
  15. package/esm2015/lib/XIconBridge.js +25 -23
  16. package/esm2015/lib/XInputBridge.js +16 -16
  17. package/esm2015/lib/XPopupBridge.js +3 -3
  18. package/esm2015/lib/igc-x-button-component.js +555 -545
  19. package/esm2015/lib/igc-x-icon-component.js +89 -89
  20. package/esm2015/public_api.js +1 -0
  21. package/esm5/lib/ButtonGroupView_combined.js +26 -26
  22. package/esm5/lib/ButtonView_combined.js +1583 -1525
  23. package/esm5/lib/CalendarView_combined.js +312 -298
  24. package/esm5/lib/IconViewType.js +11 -0
  25. package/esm5/lib/IconView_combined.js +449 -419
  26. package/esm5/lib/InputGroupView_combined.js +115 -93
  27. package/esm5/lib/MultiSliderBridge.js +14 -14
  28. package/esm5/lib/NativeUIXInputsFactory_combined.js +4 -4
  29. package/esm5/lib/XButtonBridge.js +39 -35
  30. package/esm5/lib/XButtonGroupBridge.js +2 -2
  31. package/esm5/lib/XCheckboxBridge.js +8 -8
  32. package/esm5/lib/XComponentBridge.js +1 -1
  33. package/esm5/lib/XIconBridge.js +25 -23
  34. package/esm5/lib/XInputBridge.js +16 -16
  35. package/esm5/lib/XPopupBridge.js +3 -3
  36. package/esm5/lib/igc-x-button-component.js +559 -545
  37. package/esm5/lib/igc-x-icon-component.js +89 -89
  38. package/esm5/public_api.js +1 -0
  39. package/fesm2015/igniteui-webcomponents-inputs.js +3399 -3252
  40. package/fesm5/igniteui-webcomponents-inputs.js +3253 -3098
  41. package/lib/ButtonView_combined.d.ts +513 -504
  42. package/lib/CalendarView_combined.d.ts +38 -35
  43. package/lib/IconViewType.d.ts +16 -0
  44. package/lib/IconView_combined.d.ts +115 -111
  45. package/lib/InputGroupView_combined.d.ts +28 -26
  46. package/lib/igc-x-button-component.d.ts +5 -0
  47. package/package.json +2 -2
  48. package/public_api.d.ts +1 -0
@@ -18,9 +18,9 @@ import { stringReplace, stringIsNullOrEmpty } from "igniteui-webcomponents-core"
18
18
  import { TransformGroup } from "igniteui-webcomponents-core";
19
19
  import { TranslateTransform } from "igniteui-webcomponents-core";
20
20
  import { SuffixShiftType_$type } from "./SuffixShiftType";
21
+ import { isNaN_ } from "igniteui-webcomponents-core";
21
22
  import { PrefixShiftType_$type } from "./PrefixShiftType";
22
23
  import { LabelShiftType_$type } from "./LabelShiftType";
23
- import { isNaN_ } from "igniteui-webcomponents-core";
24
24
  import { HorizontalAlignment_$type } from "igniteui-webcomponents-core";
25
25
  import { MouseButtonEventArgs } from "igniteui-webcomponents-core";
26
26
  import { KeyEventArgs } from "igniteui-webcomponents-core";
@@ -336,30 +336,31 @@ var SuffixView = /** @class */ /*@__PURE__*/ (function (_super) {
336
336
  function SuffixView() {
337
337
  var _this = _super.call(this) || this;
338
338
  _this.a = null;
339
- _this.g = null;
339
+ _this.h = null;
340
340
  _this.b = null;
341
- _this.e = new List$1(Delegate_$type, 0);
341
+ _this.f = new List$1(Delegate_$type, 0);
342
+ _this.d = false;
342
343
  _this.c = true;
343
- _this.h = null;
344
+ _this.i = null;
344
345
  return _this;
345
346
  }
346
- SuffixView.prototype.o = function () {
347
+ SuffixView.prototype.p = function () {
347
348
  };
348
- SuffixView.prototype.d = function () {
349
+ SuffixView.prototype.e = function () {
349
350
  return true;
350
351
  };
351
- Object.defineProperty(SuffixView.prototype, "r", {
352
+ Object.defineProperty(SuffixView.prototype, "s", {
352
353
  get: function () {
353
354
  return null;
354
355
  },
355
356
  enumerable: false,
356
357
  configurable: true
357
358
  });
358
- SuffixView.prototype.m = function (a) {
359
+ SuffixView.prototype.n = function (a) {
359
360
  var e_3, _a;
360
361
  if (a == null) {
361
362
  try {
362
- for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
363
+ for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
363
364
  var b = _c.value;
364
365
  b();
365
366
  }
@@ -377,60 +378,70 @@ var SuffixView = /** @class */ /*@__PURE__*/ (function (_super) {
377
378
  throw e_3.error;
378
379
  }
379
380
  }
380
- this.e.clear();
381
+ this.f.clear();
381
382
  }
382
- this.g = a;
383
- this.g.rootWrapper.setStyleProperty("display", "inline-block");
384
- var c = this.g.createElement("div");
383
+ this.h = a;
384
+ this.h.rootWrapper.setStyleProperty("display", "inline-block");
385
+ var c = this.h.createElement("div");
385
386
  c.addClass("ig-suffix-content");
386
- this.g.append(c);
387
+ this.h.append(c);
387
388
  c.setStyleProperty("cursor", "pointer");
388
- this.h = c;
389
- this.g.getPortal(c, "ChildContent", function (d) {
389
+ this.i = c;
390
+ this.h.getPortal(c, "ChildContent", function (d) {
390
391
  }, true);
391
392
  this.a.am();
392
393
  };
393
- SuffixView.prototype.q = function () {
394
+ SuffixView.prototype.r = function () {
394
395
  var _this = this;
395
- var a = new TransformGroup();
396
- a.j.add(((function () {
396
+ var a = this.g();
397
+ if (isNaN_(a) || a == 0) {
398
+ if (!this.d) {
399
+ this.d = true;
400
+ this.h.setTimeout(function () {
401
+ _this.d = false;
402
+ _this.r();
403
+ }, 100);
404
+ }
405
+ }
406
+ var b = new TransformGroup();
407
+ b.j.add(((function () {
397
408
  var $ret = new TranslateTransform();
398
- $ret.k = _this.a.k == 2 ? (_this.f() * -0.25) : 0;
409
+ $ret.k = _this.a.k == 2 ? (_this.g() * -0.25) : 0;
399
410
  return $ret;
400
411
  })()));
401
- a.j.add(((function () {
412
+ b.j.add(((function () {
402
413
  var $ret = new ScaleTransform();
403
414
  $ret.l = 1;
404
415
  $ret.m = 1;
405
416
  return $ret;
406
417
  })()));
407
- NativeUI.af(this.g.rootWrapper, a);
408
- this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
418
+ NativeUI.af(this.h.rootWrapper, b);
419
+ this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
409
420
  };
410
- SuffixView.prototype.f = function () {
411
- var a = this.g.rootWrapper.getStyleProperty("height");
421
+ SuffixView.prototype.g = function () {
422
+ var a = this.h.rootWrapper.getStyleProperty("height");
412
423
  return parseFloat(stringReplace(a, "px", ""));
413
424
  };
414
- SuffixView.prototype.p = function () {
415
- if (this.d()) {
425
+ SuffixView.prototype.q = function () {
426
+ if (this.e()) {
416
427
  }
417
428
  };
418
- SuffixView.prototype.i = function (a) {
429
+ SuffixView.prototype.j = function (a) {
419
430
  this.a.aj();
420
431
  };
421
- SuffixView.prototype.j = function (a) {
432
+ SuffixView.prototype.k = function (a) {
422
433
  this.a.ak();
423
434
  };
424
- SuffixView.prototype.l = function () {
435
+ SuffixView.prototype.m = function () {
425
436
  this.c = true;
426
- this.e.add(this.g.rootWrapper.listen("mouseenter", runOn(this, this.i)));
427
- this.e.add(this.g.rootWrapper.listen("mouseleave", runOn(this, this.j)));
437
+ this.f.add(this.h.rootWrapper.listen("mouseenter", runOn(this, this.j)));
438
+ this.f.add(this.h.rootWrapper.listen("mouseleave", runOn(this, this.k)));
428
439
  };
429
- SuffixView.prototype.n = function () {
440
+ SuffixView.prototype.o = function () {
430
441
  var e_4, _a;
431
442
  this.c = false;
432
443
  try {
433
- for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
444
+ for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
434
445
  var a = _c.value;
435
446
  a();
436
447
  }
@@ -448,10 +459,10 @@ var SuffixView = /** @class */ /*@__PURE__*/ (function (_super) {
448
459
  throw e_4.error;
449
460
  }
450
461
  }
451
- this.e.clear();
462
+ this.f.clear();
452
463
  };
453
- SuffixView.prototype.k = function (a) {
454
- this.h.append(a);
464
+ SuffixView.prototype.l = function (a) {
465
+ this.i.append(a);
455
466
  };
456
467
  SuffixView.$t = markType(SuffixView, 'SuffixView');
457
468
  return SuffixView;
@@ -465,30 +476,31 @@ var PrefixView = /** @class */ /*@__PURE__*/ (function (_super) {
465
476
  function PrefixView() {
466
477
  var _this = _super.call(this) || this;
467
478
  _this.a = null;
468
- _this.g = null;
479
+ _this.h = null;
469
480
  _this.b = null;
470
- _this.e = new List$1(Delegate_$type, 0);
481
+ _this.f = new List$1(Delegate_$type, 0);
482
+ _this.d = false;
471
483
  _this.c = true;
472
- _this.h = null;
484
+ _this.i = null;
473
485
  return _this;
474
486
  }
475
- PrefixView.prototype.o = function () {
487
+ PrefixView.prototype.p = function () {
476
488
  };
477
- PrefixView.prototype.d = function () {
489
+ PrefixView.prototype.e = function () {
478
490
  return true;
479
491
  };
480
- Object.defineProperty(PrefixView.prototype, "r", {
492
+ Object.defineProperty(PrefixView.prototype, "s", {
481
493
  get: function () {
482
494
  return null;
483
495
  },
484
496
  enumerable: false,
485
497
  configurable: true
486
498
  });
487
- PrefixView.prototype.m = function (a) {
499
+ PrefixView.prototype.n = function (a) {
488
500
  var e_5, _a;
489
501
  if (a == null) {
490
502
  try {
491
- for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
503
+ for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
492
504
  var b = _c.value;
493
505
  b();
494
506
  }
@@ -506,60 +518,70 @@ var PrefixView = /** @class */ /*@__PURE__*/ (function (_super) {
506
518
  throw e_5.error;
507
519
  }
508
520
  }
509
- this.e.clear();
521
+ this.f.clear();
510
522
  }
511
- this.g = a;
512
- this.g.rootWrapper.setStyleProperty("display", "inline-block");
513
- var c = this.g.createElement("div");
523
+ this.h = a;
524
+ this.h.rootWrapper.setStyleProperty("display", "inline-block");
525
+ var c = this.h.createElement("div");
514
526
  c.addClass("ig-prefix-content");
515
- this.g.append(c);
527
+ this.h.append(c);
516
528
  c.setStyleProperty("cursor", "pointer");
517
- this.h = c;
518
- this.g.getPortal(c, "ChildContent", function (d) {
529
+ this.i = c;
530
+ this.h.getPortal(c, "ChildContent", function (d) {
519
531
  }, true);
520
532
  this.a.am();
521
533
  };
522
- PrefixView.prototype.q = function () {
534
+ PrefixView.prototype.r = function () {
523
535
  var _this = this;
524
- var a = new TransformGroup();
525
- a.j.add(((function () {
536
+ var a = this.g();
537
+ if (isNaN_(a) || a == 0) {
538
+ if (!this.d) {
539
+ this.d = true;
540
+ this.h.setTimeout(function () {
541
+ _this.d = false;
542
+ _this.r();
543
+ }, 100);
544
+ }
545
+ }
546
+ var b = new TransformGroup();
547
+ b.j.add(((function () {
526
548
  var $ret = new TranslateTransform();
527
- $ret.k = _this.a.k == 2 ? (_this.f() * -0.25) : 0;
549
+ $ret.k = _this.a.k == 2 ? (_this.g() * -0.25) : 0;
528
550
  return $ret;
529
551
  })()));
530
- a.j.add(((function () {
552
+ b.j.add(((function () {
531
553
  var $ret = new ScaleTransform();
532
554
  $ret.l = 1;
533
555
  $ret.m = 1;
534
556
  return $ret;
535
557
  })()));
536
- NativeUI.af(this.g.rootWrapper, a);
537
- this.g.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
558
+ NativeUI.af(this.h.rootWrapper, b);
559
+ this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
538
560
  };
539
- PrefixView.prototype.f = function () {
540
- var a = this.g.rootWrapper.getStyleProperty("height");
561
+ PrefixView.prototype.g = function () {
562
+ var a = this.h.rootWrapper.getStyleProperty("height");
541
563
  return parseFloat(stringReplace(a, "px", ""));
542
564
  };
543
- PrefixView.prototype.p = function () {
544
- if (this.d()) {
565
+ PrefixView.prototype.q = function () {
566
+ if (this.e()) {
545
567
  }
546
568
  };
547
- PrefixView.prototype.i = function (a) {
569
+ PrefixView.prototype.j = function (a) {
548
570
  this.a.aj();
549
571
  };
550
- PrefixView.prototype.j = function (a) {
572
+ PrefixView.prototype.k = function (a) {
551
573
  this.a.ak();
552
574
  };
553
- PrefixView.prototype.l = function () {
575
+ PrefixView.prototype.m = function () {
554
576
  this.c = true;
555
- this.e.add(this.g.rootWrapper.listen("mouseenter", runOn(this, this.i)));
556
- this.e.add(this.g.rootWrapper.listen("mouseleave", runOn(this, this.j)));
577
+ this.f.add(this.h.rootWrapper.listen("mouseenter", runOn(this, this.j)));
578
+ this.f.add(this.h.rootWrapper.listen("mouseleave", runOn(this, this.k)));
557
579
  };
558
- PrefixView.prototype.n = function () {
580
+ PrefixView.prototype.o = function () {
559
581
  var e_6, _a;
560
582
  this.c = false;
561
583
  try {
562
- for (var _b = __values(fromEnum(this.e)), _c = _b.next(); !_c.done; _c = _b.next()) {
584
+ for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
563
585
  var a = _c.value;
564
586
  a();
565
587
  }
@@ -577,10 +599,10 @@ var PrefixView = /** @class */ /*@__PURE__*/ (function (_super) {
577
599
  throw e_6.error;
578
600
  }
579
601
  }
580
- this.e.clear();
602
+ this.f.clear();
581
603
  };
582
- PrefixView.prototype.k = function (a) {
583
- this.h.append(a);
604
+ PrefixView.prototype.l = function (a) {
605
+ this.i.append(a);
584
606
  };
585
607
  PrefixView.$t = markType(PrefixView, 'PrefixView');
586
608
  return PrefixView;
@@ -1408,7 +1430,7 @@ var XSuffix = /** @class */ /*@__PURE__*/ (function (_super) {
1408
1430
  var a = new SuffixView();
1409
1431
  a.a = _this;
1410
1432
  _this.view = a;
1411
- _this.view.o();
1433
+ _this.view.p();
1412
1434
  return _this;
1413
1435
  }
1414
1436
  Object.defineProperty(XSuffix.prototype, "view", {
@@ -1450,10 +1472,10 @@ var XSuffix = /** @class */ /*@__PURE__*/ (function (_super) {
1450
1472
  }
1451
1473
  };
1452
1474
  XSuffix.prototype.al = function () {
1453
- this.view.q();
1475
+ this.view.r();
1454
1476
  };
1455
1477
  XSuffix.prototype.ai = function () {
1456
- this.view.q();
1478
+ this.view.r();
1457
1479
  };
1458
1480
  XSuffix.prototype.ap = function () {
1459
1481
  };
@@ -1524,13 +1546,13 @@ var XSuffix = /** @class */ /*@__PURE__*/ (function (_super) {
1524
1546
  XSuffix.prototype.am = function () {
1525
1547
  };
1526
1548
  XSuffix.prototype.onDetachedFromUI = function () {
1527
- this.view.n();
1549
+ this.view.o();
1528
1550
  };
1529
1551
  XSuffix.prototype.onAttachedToUI = function () {
1530
- this.view.l();
1552
+ this.view.m();
1531
1553
  };
1532
1554
  XSuffix.prototype.r = function () {
1533
- return this.view.d();
1555
+ return this.view.e();
1534
1556
  };
1535
1557
  XSuffix.prototype.t = function () {
1536
1558
  return this.i();
@@ -1548,10 +1570,10 @@ var XSuffix = /** @class */ /*@__PURE__*/ (function (_super) {
1548
1570
  return a;
1549
1571
  };
1550
1572
  XSuffix.prototype.appendContentChild = function (a) {
1551
- this.view.k(a);
1573
+ this.view.l(a);
1552
1574
  };
1553
1575
  XSuffix.prototype.provideContainer = function (a) {
1554
- this.view.m(a);
1576
+ this.view.n(a);
1555
1577
  };
1556
1578
  XSuffix.$t = markType(XSuffix, 'XSuffix', XInputGroupItem.$);
1557
1579
  XSuffix.s = 0;
@@ -1575,7 +1597,7 @@ var XPrefix = /** @class */ /*@__PURE__*/ (function (_super) {
1575
1597
  var a = new PrefixView();
1576
1598
  a.a = _this;
1577
1599
  _this.view = a;
1578
- _this.view.o();
1600
+ _this.view.p();
1579
1601
  return _this;
1580
1602
  }
1581
1603
  Object.defineProperty(XPrefix.prototype, "view", {
@@ -1617,10 +1639,10 @@ var XPrefix = /** @class */ /*@__PURE__*/ (function (_super) {
1617
1639
  }
1618
1640
  };
1619
1641
  XPrefix.prototype.al = function () {
1620
- this.view.q();
1642
+ this.view.r();
1621
1643
  };
1622
1644
  XPrefix.prototype.ai = function () {
1623
- this.view.q();
1645
+ this.view.r();
1624
1646
  };
1625
1647
  XPrefix.prototype.ap = function () {
1626
1648
  };
@@ -1691,13 +1713,13 @@ var XPrefix = /** @class */ /*@__PURE__*/ (function (_super) {
1691
1713
  XPrefix.prototype.am = function () {
1692
1714
  };
1693
1715
  XPrefix.prototype.onDetachedFromUI = function () {
1694
- this.view.n();
1716
+ this.view.o();
1695
1717
  };
1696
1718
  XPrefix.prototype.onAttachedToUI = function () {
1697
- this.view.l();
1719
+ this.view.m();
1698
1720
  };
1699
1721
  XPrefix.prototype.r = function () {
1700
- return this.view.d();
1722
+ return this.view.e();
1701
1723
  };
1702
1724
  XPrefix.prototype.t = function () {
1703
1725
  return this.i();
@@ -1715,10 +1737,10 @@ var XPrefix = /** @class */ /*@__PURE__*/ (function (_super) {
1715
1737
  return a;
1716
1738
  };
1717
1739
  XPrefix.prototype.appendContentChild = function (a) {
1718
- this.view.k(a);
1740
+ this.view.l(a);
1719
1741
  };
1720
1742
  XPrefix.prototype.provideContainer = function (a) {
1721
- this.view.m(a);
1743
+ this.view.n(a);
1722
1744
  };
1723
1745
  XPrefix.$t = markType(XPrefix, 'XPrefix', XInputGroupItem.$);
1724
1746
  XPrefix.s = 0;
@@ -2512,8 +2534,8 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
2512
2534
  XInputGroup.prototype.onChildrenMutated = function () {
2513
2535
  this.jr(function (a) { return a.view.a8(); });
2514
2536
  this.js(function (a) { return a.view.aj(); });
2515
- this.jt(function (a) { return a.view.q(); });
2516
- this.ju(function (a) { return a.view.q(); });
2537
+ this.jt(function (a) { return a.view.r(); });
2538
+ this.ju(function (a) { return a.view.r(); });
2517
2539
  };
2518
2540
  XInputGroup.prototype.jp = function () {
2519
2541
  this.view.af();
@@ -4446,8 +4468,8 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
4446
4468
  XInputGroup.prototype.ensureShift = function () {
4447
4469
  this.jr(function (a) { return a.view.a8(); });
4448
4470
  this.js(function (a) { return a.view.aj(); });
4449
- this.jt(function (a) { return a.view.q(); });
4450
- this.ju(function (a) { return a.view.q(); });
4471
+ this.jt(function (a) { return a.view.r(); });
4472
+ this.ju(function (a) { return a.view.r(); });
4451
4473
  };
4452
4474
  XInputGroup.prototype.aq = function () {
4453
4475
  return this.view.g();
@@ -70,15 +70,15 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
70
70
  switch (b) {
71
71
  case 12: return a.bg;
72
72
  case 13: return a.bf;
73
- case 94: return a.bv;
74
- case 95: return a.bf;
73
+ case 95: return a.bv;
74
+ case 96: return a.bf;
75
75
  case 14: return a.bl;
76
76
  case 2: return a.thumbs._inner[0].s;
77
- case 89: return a.b0;
78
- case 90: return a.ek;
79
- case 91: return a.es;
80
- case 93: return a.eu;
81
- case 92: return a.et;
77
+ case 90: return a.b0;
78
+ case 91: return a.ek;
79
+ case 92: return a.es;
80
+ case 94: return a.eu;
81
+ case 93: return a.et;
82
82
  case 30:
83
83
  var c = a.e;
84
84
  switch (c) {
@@ -118,10 +118,10 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
118
118
  case 13:
119
119
  a.bf = c;
120
120
  break;
121
- case 94:
121
+ case 95:
122
122
  a.bv = c;
123
123
  break;
124
- case 95:
124
+ case 96:
125
125
  a.bu = c;
126
126
  break;
127
127
  case 14:
@@ -130,19 +130,19 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
130
130
  case 2:
131
131
  a.thumbs._inner[0].s = c;
132
132
  break;
133
- case 89:
133
+ case 90:
134
134
  a.b0 = c;
135
135
  break;
136
- case 90:
136
+ case 91:
137
137
  a.ek = c;
138
138
  break;
139
- case 91:
139
+ case 92:
140
140
  a.es = c;
141
141
  break;
142
- case 93:
142
+ case 94:
143
143
  a.eu = c;
144
144
  break;
145
- case 92:
145
+ case 93:
146
146
  a.et = c;
147
147
  break;
148
148
  case 30:
@@ -159,7 +159,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
159
159
  var e = c.getSubRenderer(d);
160
160
  var f = new XButton();
161
161
  f.provideContainer(e);
162
- f.ff = "none";
162
+ f.fj = "none";
163
163
  var g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
164
164
  var h = new XButtonBridge(f);
165
165
  var i = new NativeUIButton();
@@ -237,7 +237,7 @@ var NativeUIXInputsFactory = /** @class */ /*@__PURE__*/ (function (_super) {
237
237
  var l = new XButton();
238
238
  l.provideContainer(k);
239
239
  l.e = 4;
240
- l.ff = "none";
240
+ l.fj = "none";
241
241
  var m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
242
242
  var n = new XButtonBridge(l);
243
243
  var o = new NativeUIButton();
@@ -1761,9 +1761,9 @@ var ColorEditorPanel = /** @class */ /*@__PURE__*/ (function (_super) {
1761
1761
  g.bw = BrushUtil.h(0, 0, 0, 0);
1762
1762
  g.bh = new Thickness(1, 0, 5, 5, 0);
1763
1763
  f.bh = new Thickness(1, 0, 5, 5, 0);
1764
- l.by = "Ok";
1764
+ l.bz = "Ok";
1765
1765
  l.c = _this.f;
1766
- m.by = "Cancel";
1766
+ m.bz = "Cancel";
1767
1767
  m.c = _this.f;
1768
1768
  i.bh = new Thickness(1, 5, 0, 5, 2);
1769
1769
  h.bh = new Thickness(1, 5, 0, 5, 2);
@@ -183,43 +183,46 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
183
183
  }
184
184
  break;
185
185
  case 4:
186
- d.at = c;
186
+ d.aw = c;
187
187
  break;
188
188
  case 32:
189
189
  d.disabled = c;
190
190
  break;
191
191
  case 5:
192
- d.ar = c;
192
+ d.au = c;
193
193
  break;
194
194
  case 6:
195
- d.az = !c;
195
+ d.a2 = !c;
196
196
  break;
197
197
  case 24:
198
- d.p9 = c;
198
+ d.qg = c;
199
199
  break;
200
200
  case 55:
201
- d.bi = c.left;
202
- d.bk = c.top;
203
- d.bj = c.right;
204
- d.bh = c.bottom;
201
+ d.bm = c.left;
202
+ d.bo = c.top;
203
+ d.bn = c.right;
204
+ d.bl = c.bottom;
205
205
  break;
206
206
  case 57:
207
- d.av = c;
207
+ d.ay = c;
208
208
  break;
209
209
  case 56:
210
- d.as = c;
210
+ d.av = c;
211
211
  break;
212
212
  case 58:
213
- d.aq = c;
213
+ d.at = c;
214
214
  break;
215
215
  case 17:
216
- d.ku = c;
216
+ d.k1 = c;
217
217
  break;
218
218
  case 11:
219
219
  d.aa = c;
220
220
  break;
221
- case 85:
222
- d.bu = c;
221
+ case 86:
222
+ d.by = c;
223
+ break;
224
+ case 59:
225
+ d.a5 = c;
223
226
  break;
224
227
  }
225
228
  };
@@ -247,38 +250,39 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
247
250
  case 0: return enumGetBox(NativeUIButtonDisplayType_$type, 0);
248
251
  }
249
252
  return enumGetBox(NativeUIButtonDisplayType_$type, 0);
250
- case 4: return c.at;
253
+ case 4: return c.aw;
251
254
  case 32: return c.disabled;
252
- case 5: return c.ar;
253
- case 6: return !c.az;
254
- case 24: return c.p9;
255
- case 55: return new Thickness(1, c.bi, c.bk, c.bj, c.bh);
256
- case 57: return c.av;
257
- case 56: return c.as;
258
- case 58: return c.aq;
259
- case 17: return c.ku;
260
- case 85: return c.bu;
255
+ case 5: return c.au;
256
+ case 6: return !c.a2;
257
+ case 24: return c.qg;
258
+ case 55: return new Thickness(1, c.bm, c.bo, c.bn, c.bl);
259
+ case 57: return c.ay;
260
+ case 56: return c.av;
261
+ case 58: return c.at;
262
+ case 17: return c.k1;
263
+ case 86: return c.by;
264
+ case 59: return c.a5;
261
265
  }
262
266
  return null;
263
267
  };
264
268
  XButtonBridge.prototype.setHorizontalContentAlignment = function (a, b) {
265
269
  switch (b) {
266
270
  case 1:
267
- this.t.k7 = 1;
271
+ this.t.le = 1;
268
272
  break;
269
273
  case 0:
270
- this.t.k7 = 0;
274
+ this.t.le = 0;
271
275
  break;
272
276
  case 2:
273
- this.t.k7 = 2;
277
+ this.t.le = 2;
274
278
  break;
275
279
  case 3:
276
- this.t.k7 = 3;
280
+ this.t.le = 3;
277
281
  break;
278
282
  }
279
283
  };
280
284
  XButtonBridge.prototype.getHorizontalContentAlignment = function (a) {
281
- switch (this.t.k7) {
285
+ switch (this.t.le) {
282
286
  case 1: return 1;
283
287
  case 0: return 0;
284
288
  case 2: return 2;
@@ -288,21 +292,21 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
288
292
  XButtonBridge.prototype.setVerticalContentAlignment = function (a, b) {
289
293
  switch (b) {
290
294
  case 2:
291
- this.t.rb = 2;
295
+ this.t.ri = 2;
292
296
  break;
293
297
  case 1:
294
- this.t.rb = 1;
298
+ this.t.ri = 1;
295
299
  break;
296
300
  case 3:
297
- this.t.rb = 3;
301
+ this.t.ri = 3;
298
302
  break;
299
303
  case 0:
300
- this.t.rb = 0;
304
+ this.t.ri = 0;
301
305
  break;
302
306
  }
303
307
  };
304
308
  XButtonBridge.prototype.getVerticalContentAlignment = function (a) {
305
- switch (this.t.rb) {
309
+ switch (this.t.ri) {
306
310
  case 2: return 2;
307
311
  case 1: return 1;
308
312
  case 0: return 0;
@@ -310,7 +314,7 @@ var XButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
310
314
  }
311
315
  };
312
316
  XButtonBridge.prototype.exportVisualData = function (a) {
313
- return a.d7();
317
+ return a.eb();
314
318
  };
315
319
  XButtonBridge.$t = markType(XButtonBridge, 'XButtonBridge', XComponentBridge.$);
316
320
  return XButtonBridge;