igniteui-angular-inputs 20.0.1-beta.0 → 20.0.2-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.
@@ -5236,11 +5236,12 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5236
5236
  _this.u = null;
5237
5237
  _this.e = null;
5238
5238
  _this.f = null;
5239
- _this.ab = null;
5239
+ _this.ac = null;
5240
5240
  _this.n = new Dictionary$2(Brush.$, String_$type, 0);
5241
5241
  _this.j = true;
5242
5242
  _this.y = null;
5243
5243
  _this.x = null;
5244
+ _this.z = null;
5244
5245
  _this.w = null;
5245
5246
  _this.p = new List$1(DomWrapper_$type, 0);
5246
5247
  _this.q = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
@@ -5252,19 +5253,19 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5252
5253
  _this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
5253
5254
  return _this;
5254
5255
  }
5255
- IconView.prototype.am = function () {
5256
+ IconView.prototype.an = function () {
5256
5257
  };
5257
5258
  IconView.prototype.l = function () {
5258
5259
  return true;
5259
5260
  };
5260
- Object.defineProperty(IconView.prototype, "z", {
5261
+ Object.defineProperty(IconView.prototype, "aa", {
5261
5262
  get: function () {
5262
5263
  return this.y;
5263
5264
  },
5264
5265
  enumerable: false,
5265
5266
  configurable: true
5266
5267
  });
5267
- Object.defineProperty(IconView.prototype, "aa", {
5268
+ Object.defineProperty(IconView.prototype, "ab", {
5268
5269
  get: function () {
5269
5270
  return null;
5270
5271
  },
@@ -5285,7 +5286,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5285
5286
  enumerable: false,
5286
5287
  configurable: true
5287
5288
  });
5288
- IconView.prototype.ak = function (a) {
5289
+ IconView.prototype.al = function (a) {
5289
5290
  var e_1, _a;
5290
5291
  if (a == null) {
5291
5292
  try {
@@ -5322,7 +5323,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5322
5323
  this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
5323
5324
  this.v.rootWrapper.setStyleProperty("align-items", "center");
5324
5325
  this.v.rootWrapper.setStyleProperty("justify-content", "center");
5325
- this.au();
5326
+ this.av();
5326
5327
  var c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
5327
5328
  c.setStyleProperty("position", "absolute");
5328
5329
  c.setStyleProperty("top", "0");
@@ -5335,14 +5336,15 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5335
5336
  d.setStyleProperty("width", "100%");
5336
5337
  d.setStyleProperty("object-fit", "contain");
5337
5338
  this.x = d;
5338
- this.a0();
5339
+ this.a1();
5339
5340
  this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
5340
5341
  this.y.append(this.w);
5341
5342
  this.v.append(this.y);
5342
- this.o.add(c.listen("click", runOn(this, this.aj)));
5343
- this.d.cm();
5343
+ this.o.add(c.listen("click", runOn(this, this.ak)));
5344
+ this.d.c6();
5344
5345
  };
5345
- IconView.prototype.ax = function (a) {
5346
+ IconView.prototype.ay = function (a) {
5347
+ this.z = null;
5346
5348
  this.n.clear();
5347
5349
  this.v.rootWrapper.removeChildren();
5348
5350
  this.v.rootWrapper.append(this.y);
@@ -5357,7 +5359,8 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5357
5359
  this.p.add(b);
5358
5360
  }
5359
5361
  };
5360
- IconView.prototype.ay = function (a) {
5362
+ IconView.prototype.az = function (a) {
5363
+ this.z = null;
5361
5364
  this.n.clear();
5362
5365
  this.v.rootWrapper.removeChildren();
5363
5366
  this.v.rootWrapper.append(this.y);
@@ -5374,46 +5377,69 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5374
5377
  }
5375
5378
  }
5376
5379
  };
5377
- IconView.prototype.aw = function (a) {
5380
+ IconView.prototype.ax = function (a) {
5381
+ this.z = null;
5378
5382
  this.v.rootWrapper.removeChildren();
5379
5383
  if (a != null) {
5380
5384
  var b = this.v.rootWrapper.getNativeElement();
5381
5385
  b.innerHTML = a;
5386
+ this.z = this.v.rootWrapper.getChildAt(0);
5387
+ var c = this.z.getAttribute("viewbox");
5388
+ if (c != null) {
5389
+ var d = c.split(' ');
5390
+ if (d.length == 1) {
5391
+ d = c.split(',');
5392
+ }
5393
+ if (d.length == 4) {
5394
+ var e = parseFloat(d[0].trim());
5395
+ var f = parseFloat(d[1].trim());
5396
+ var g = parseFloat(d[2].trim());
5397
+ var h = parseFloat(d[3].trim());
5398
+ this.d.dd(e, f, g, h);
5399
+ }
5400
+ }
5401
+ else {
5402
+ this.d.dd(NaN, NaN, NaN, NaN);
5403
+ }
5382
5404
  }
5383
5405
  };
5384
- IconView.prototype.as = function (a) {
5385
- if (this.ab != a) {
5386
- this.ab = a;
5406
+ IconView.prototype.at = function (a) {
5407
+ this.z = null;
5408
+ if (this.ac != a) {
5409
+ this.ac = a;
5387
5410
  this.v.rootWrapper.removeChildren();
5388
5411
  this.v.rootWrapper.append(this.x);
5389
5412
  this.x.setAttribute("src", a);
5390
5413
  }
5391
5414
  };
5392
- IconView.prototype.av = function (a) {
5415
+ IconView.prototype.aw = function (a) {
5393
5416
  if (typeof a === 'string') {
5394
- this.as(typeCast(String_$type, a));
5417
+ this.at(typeCast(String_$type, a));
5395
5418
  }
5396
5419
  };
5397
- IconView.prototype.ah = function () {
5420
+ IconView.prototype.ai = function () {
5398
5421
  if (this.d.k != 3 && this.d.k != 4) {
5399
- this.ab = null;
5422
+ this.ac = null;
5400
5423
  }
5401
5424
  };
5402
5425
  IconView.prototype.k = function () {
5403
5426
  return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
5404
5427
  };
5405
- IconView.prototype.au = function () {
5406
- this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.at) ? "1.5rem" : this.d.at + "px");
5407
- this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.al) ? "1.5rem" : this.d.al + "px");
5428
+ IconView.prototype.av = function () {
5429
+ this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.a9) ? "1.5rem" : this.d.a9 + "px");
5430
+ this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.a1) ? "1.5rem" : this.d.a1 + "px");
5408
5431
  };
5409
- IconView.prototype.a0 = function () {
5410
- var a = isNaN_(this.d.aq) ? 0 : this.d.aq;
5411
- var b = isNaN_(this.d.ar) ? 0 : this.d.ar;
5412
- var c = isNaN_(this.d.as) ? 24 : this.d.as;
5413
- var d = isNaN_(this.d.ap) ? 24 : this.d.ap;
5432
+ IconView.prototype.a1 = function () {
5433
+ var a = this.d.as;
5434
+ var b = this.d.at;
5435
+ var c = this.d.au;
5436
+ var d = this.d.ar;
5414
5437
  this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
5438
+ if (this.z != null) {
5439
+ this.z.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
5440
+ }
5415
5441
  };
5416
- IconView.prototype.ao = function (a, b) {
5442
+ IconView.prototype.ap = function (a, b) {
5417
5443
  var c = a.color;
5418
5444
  if (!this.n.containsKey(a)) {
5419
5445
  if (a.isGradient) {
@@ -5441,7 +5467,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5441
5467
  }
5442
5468
  }
5443
5469
  };
5444
- IconView.prototype.ap = function (a, b) {
5470
+ IconView.prototype.aq = function (a, b) {
5445
5471
  var c = a;
5446
5472
  if (this.n.containsKey(b)) {
5447
5473
  c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
@@ -5452,7 +5478,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5452
5478
  NativeUI.r(a, b);
5453
5479
  }
5454
5480
  };
5455
- IconView.prototype.aq = function (a, b) {
5481
+ IconView.prototype.ar = function (a, b) {
5456
5482
  var c = a;
5457
5483
  if (this.n.containsKey(b)) {
5458
5484
  c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
@@ -5461,24 +5487,24 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5461
5487
  NativeUI.aa(a, b);
5462
5488
  }
5463
5489
  };
5464
- IconView.prototype.ac = function (a) {
5490
+ IconView.prototype.ad = function (a) {
5465
5491
  };
5466
- IconView.prototype.an = function () {
5492
+ IconView.prototype.ao = function () {
5467
5493
  if (this.l()) {
5468
5494
  }
5469
5495
  };
5470
- IconView.prototype.ad = function (a) {
5471
- this.d.cj();
5472
- };
5473
5496
  IconView.prototype.ae = function (a) {
5474
- this.d.ck();
5497
+ this.d.c3();
5475
5498
  };
5476
- IconView.prototype.ai = function () {
5499
+ IconView.prototype.af = function (a) {
5500
+ this.d.c4();
5501
+ };
5502
+ IconView.prototype.aj = function () {
5477
5503
  this.j = true;
5478
- this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ad)));
5479
- this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.ae)));
5504
+ this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ae)));
5505
+ this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.af)));
5480
5506
  };
5481
- IconView.prototype.al = function () {
5507
+ IconView.prototype.am = function () {
5482
5508
  var e_2, _a;
5483
5509
  this.j = false;
5484
5510
  try {
@@ -5502,7 +5528,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5502
5528
  }
5503
5529
  this.o.clear();
5504
5530
  };
5505
- IconView.prototype.az = function (a) {
5531
+ IconView.prototype.a0 = function (a) {
5506
5532
  if (a != null) {
5507
5533
  this.v.rootWrapper.setStyleProperty("font", a.fontString);
5508
5534
  }
@@ -5516,7 +5542,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5516
5542
  c[1] = b;
5517
5543
  return c;
5518
5544
  };
5519
- IconView.prototype.aj = function (a) {
5545
+ IconView.prototype.ak = function (a) {
5520
5546
  if (this.d.x()) {
5521
5547
  a.stopPropagation();
5522
5548
  a.preventDefault();
@@ -5527,7 +5553,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5527
5553
  var b = this.v.rootWrapper.getNativeElement();
5528
5554
  return a.toArray();
5529
5555
  };
5530
- IconView.prototype.ag = function (a, b) {
5556
+ IconView.prototype.ah = function (a, b) {
5531
5557
  for (var c = 0; c < b.e.count; c++) {
5532
5558
  var d = b.e._inner[c];
5533
5559
  var e = this.h(d);
@@ -5535,7 +5561,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5535
5561
  a.add(e);
5536
5562
  }
5537
5563
  else {
5538
- this.ag(a, d);
5564
+ this.ah(a, d);
5539
5565
  }
5540
5566
  }
5541
5567
  };
@@ -5548,7 +5574,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5548
5574
  $ret.an = a.w;
5549
5575
  return $ret;
5550
5576
  })());
5551
- this.at(c, a);
5577
+ this.au(c, a);
5552
5578
  b = new PathVisualData(1, "path1", c);
5553
5579
  break;
5554
5580
  case 3:
@@ -5558,7 +5584,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5558
5584
  e.ao = d.x;
5559
5585
  e.ap = d.y;
5560
5586
  e.aq = d.z;
5561
- this.at(e, a);
5587
+ this.au(e, a);
5562
5588
  b = new LineVisualData(1, "line1", e);
5563
5589
  break;
5564
5590
  case 4:
@@ -5568,7 +5594,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5568
5594
  g.height = f.w;
5569
5595
  g.ap = f.x;
5570
5596
  g.aq = f.y;
5571
- this.at(g, a);
5597
+ this.au(g, a);
5572
5598
  b = new RectangleVisualData(1, "rect1", g);
5573
5599
  break;
5574
5600
  case 5:
@@ -5577,13 +5603,13 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5577
5603
  var i = new Ellipse();
5578
5604
  i.width = h.y * 2;
5579
5605
  i.height = h.z * 2;
5580
- this.at(i, a);
5606
+ this.au(i, a);
5581
5607
  b = new EllipseVisualData(1, "ellipse1", i);
5582
5608
  break;
5583
5609
  }
5584
5610
  return b;
5585
5611
  };
5586
- IconView.prototype.at = function (a, b) {
5612
+ IconView.prototype.au = function (a, b) {
5587
5613
  var c = b;
5588
5614
  a.ad = b.t;
5589
5615
  a.j = c.h;
@@ -5616,14 +5642,14 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
5616
5642
  }
5617
5643
  return null;
5618
5644
  };
5619
- IconView.prototype.ar = function (a, b) {
5645
+ IconView.prototype.as = function (a, b) {
5620
5646
  this.v.rootWrapper.removeChildren();
5621
5647
  if (a == null) {
5622
5648
  return;
5623
5649
  }
5624
5650
  LegendItemHelper.c(this.v, 0, 0, 24, 24, b, null, a, null);
5625
5651
  };
5626
- IconView.prototype.af = function () {
5652
+ IconView.prototype.ag = function () {
5627
5653
  this.v.rootWrapper.removeChildren();
5628
5654
  };
5629
5655
  IconView.$t = markType(IconView, 'IconView');
@@ -5639,51 +5665,59 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5639
5665
  _this._view = null;
5640
5666
  _this.k = 0;
5641
5667
  _this.l = 0;
5642
- _this.cv = XIcon.db;
5643
- _this.cw = XIcon.df;
5644
- _this.cx = XIcon.dg;
5645
- _this.y = XIcon.ak;
5646
- _this.cy = XIcon.db;
5647
- _this.c6 = XIcon.df;
5648
- _this.ac = XIcon.ak;
5649
- _this.c7 = XIcon.dg;
5650
- _this.cz = XIcon.dc;
5651
- _this.c0 = XIcon.dd;
5652
- _this.aa = XIcon.aj;
5653
- _this.c1 = null;
5668
+ _this.dg = XIcon.dx;
5669
+ _this.dh = XIcon.d1;
5670
+ _this.di = XIcon.d2;
5671
+ _this.y = XIcon.aw;
5672
+ _this.dj = XIcon.dx;
5673
+ _this.ds = XIcon.d1;
5674
+ _this.ak = XIcon.aw;
5675
+ _this.dt = XIcon.d2;
5676
+ _this.dk = XIcon.dy;
5677
+ _this.dl = XIcon.dz;
5678
+ _this.ae = XIcon.av;
5679
+ _this.dm = null;
5654
5680
  _this.c = null;
5655
5681
  _this.d = null;
5656
- _this.c2 = null;
5657
- _this.c3 = null;
5658
- _this.c4 = null;
5659
- _this.c5 = null;
5660
- _this.ay = null;
5661
- _this.a3 = null;
5662
- _this.a6 = null;
5663
- _this.a5 = null;
5682
+ _this.dn = null;
5683
+ _this.dp = null;
5684
+ _this.dq = null;
5685
+ _this.dr = null;
5686
+ _this.be = null;
5687
+ _this.bj = null;
5688
+ _this.bm = null;
5689
+ _this.bl = null;
5664
5690
  _this.a = null;
5665
- _this.ct = null;
5666
- _this.ax = null;
5691
+ _this.de = null;
5692
+ _this.bd = null;
5667
5693
  _this.n = null;
5668
- _this.a4 = "ig-icon-" + XIcon.aw++;
5669
- _this.au = 0;
5694
+ _this.bk = "ig-icon-" + XIcon.bc++;
5695
+ _this.ba = 0;
5670
5696
  _this.p = false;
5671
- _this.a2 = null;
5697
+ _this.bi = null;
5672
5698
  _this.r = false;
5673
5699
  _this.q = false;
5674
- _this.ab = 1;
5675
- _this.ae = NaN;
5676
- _this.af = NaN;
5677
- _this.ag = NaN;
5700
+ _this.af = 1;
5701
+ _this.aa = 0;
5702
+ _this.am = NaN;
5703
+ _this.ab = 0;
5704
+ _this.an = NaN;
5705
+ _this.ac = 24;
5706
+ _this.ao = NaN;
5707
+ _this.z = 24;
5708
+ _this.al = NaN;
5709
+ _this.ap = NaN;
5678
5710
  _this.ad = NaN;
5679
- _this.ah = NaN;
5680
- _this.z = NaN;
5681
5711
  _this.clicked = null;
5682
5712
  _this.propertyChanged = null;
5713
+ _this.ah = NaN;
5714
+ _this.ai = NaN;
5715
+ _this.aj = NaN;
5716
+ _this.ag = NaN;
5683
5717
  var a = new IconView();
5684
5718
  a.d = _this;
5685
5719
  _this.view = a;
5686
- _this.view.am();
5720
+ _this.view.an();
5687
5721
  return _this;
5688
5722
  }
5689
5723
  Object.defineProperty(XIcon.prototype, "view", {
@@ -5699,13 +5733,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5699
5733
  XIcon.prototype.destroy = function () {
5700
5734
  this.provideContainer(null);
5701
5735
  };
5702
- XIcon.prototype.cl = function (a, b, c) {
5736
+ XIcon.prototype.c5 = function (a, b, c) {
5703
5737
  if (this.propertyChanged != null) {
5704
5738
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
5705
5739
  }
5706
- this.co(a, b, c);
5740
+ this.c8(a, b, c);
5707
5741
  };
5708
- XIcon.prototype.co = function (a, b, c) {
5742
+ XIcon.prototype.c8 = function (a, b, c) {
5709
5743
  switch (a) {
5710
5744
  case "Fill":
5711
5745
  case "Stroke":
@@ -5714,80 +5748,92 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5714
5748
  case "HoverStroke":
5715
5749
  case "HoverStrokeThickness":
5716
5750
  case "IsHover":
5717
- this.cs();
5751
+ this.dc();
5718
5752
  break;
5719
5753
  case "FillColors":
5720
5754
  case "StrokeColors":
5721
5755
  case "ActualFill":
5722
5756
  case "ActualStroke":
5723
5757
  case "ActualStrokeWidth":
5724
- this.cq();
5758
+ this.da();
5725
5759
  break;
5726
5760
  case "SVG":
5727
- this.a6 = null;
5761
+ this.bm = null;
5728
5762
  this.a = null;
5729
- this.cq();
5763
+ this.da();
5730
5764
  break;
5731
5765
  case "SVGPath":
5732
- this.a5 = null;
5766
+ this.bl = null;
5733
5767
  this.a = null;
5734
- this.cq();
5768
+ this.da();
5735
5769
  break;
5736
5770
  case "SVGPaths":
5737
- this.a5 = null;
5738
- this.a6 = null;
5739
- this.cq();
5771
+ this.bl = null;
5772
+ this.bm = null;
5773
+ this.da();
5740
5774
  break;
5741
5775
  case "DataURL":
5742
- this.a5 = null;
5743
- this.a6 = null;
5776
+ this.bl = null;
5777
+ this.bm = null;
5744
5778
  this.a = null;
5745
- this.cq();
5779
+ this.da();
5746
5780
  break;
5747
5781
  case "Source":
5748
- this.a5 = null;
5749
- this.a6 = null;
5782
+ this.bl = null;
5783
+ this.bm = null;
5750
5784
  this.a = null;
5751
- this.cq();
5785
+ this.da();
5752
5786
  break;
5753
5787
  case "DataTemplate":
5754
5788
  case "DataTemplateContext":
5755
- this.a5 = null;
5756
- this.a6 = null;
5789
+ this.bl = null;
5790
+ this.bm = null;
5757
5791
  this.a = null;
5758
- this.cq();
5792
+ this.da();
5759
5793
  break;
5760
5794
  case "Opacity":
5761
- this.cr();
5795
+ this.db();
5762
5796
  break;
5763
5797
  case "ViewBoxLeft":
5798
+ this.as = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
5799
+ break;
5764
5800
  case "ViewBoxTop":
5801
+ this.at = !isNaN_(this.a7) ? this.a7 : !isNaN_(this.ai) ? this.ai : 0;
5802
+ break;
5765
5803
  case "ViewBoxWidth":
5804
+ this.au = !isNaN_(this.a8) ? this.a8 : !isNaN_(this.aj) ? this.aj : 24;
5805
+ break;
5766
5806
  case "ViewBoxHeight":
5767
- this.view.a0();
5807
+ this.ar = !isNaN_(this.a5) ? this.a5 : !isNaN_(this.ag) ? this.ag : 24;
5808
+ break;
5809
+ case "ActualViewBoxLeft":
5810
+ case "ActualViewBoxTop":
5811
+ case "ActualViewBoxWidth":
5812
+ case "ActualViewBoxHeight":
5813
+ this.view.a1();
5768
5814
  break;
5769
5815
  case "Width":
5770
5816
  case "Height":
5771
- this.view.au();
5817
+ this.view.av();
5772
5818
  break;
5773
5819
  }
5774
5820
  };
5775
- XIcon.prototype.cs = function () {
5776
- var a = this.fill != null ? this.fill : XIcon.db;
5777
- var b = this.dp != null ? this.dp : XIcon.df;
5778
- var c = !isNaN_(this.ao) ? this.ao : XIcon.ak;
5779
- var d = this.dq != null ? this.dq : XIcon.dg;
5821
+ XIcon.prototype.dc = function () {
5822
+ var a = this.fill != null ? this.fill : XIcon.dx;
5823
+ var b = this.ea != null ? this.ea : XIcon.d1;
5824
+ var c = !isNaN_(this.a4) ? this.a4 : XIcon.aw;
5825
+ var d = this.eb != null ? this.eb : XIcon.d2;
5780
5826
  if (this.v) {
5781
- this.c8 = this.dh != null ? this.dh : a;
5782
- this.c9 = this.di != null ? this.di : b;
5783
- this.ai = !isNaN_(this.am) ? this.am : c;
5784
- this.da = this.dj != null ? this.dj : d;
5827
+ this.du = this.d3 != null ? this.d3 : a;
5828
+ this.dv = this.d4 != null ? this.d4 : b;
5829
+ this.aq = !isNaN_(this.a2) ? this.a2 : c;
5830
+ this.dw = this.d5 != null ? this.d5 : d;
5785
5831
  }
5786
5832
  else {
5787
- this.c8 = a;
5788
- this.c9 = b;
5789
- this.ai = c;
5790
- this.da = d;
5833
+ this.du = a;
5834
+ this.dv = b;
5835
+ this.aq = c;
5836
+ this.dw = d;
5791
5837
  }
5792
5838
  };
5793
5839
  Object.defineProperty(XIcon.prototype, "t", {
@@ -5797,60 +5843,60 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5797
5843
  enumerable: false,
5798
5844
  configurable: true
5799
5845
  });
5800
- XIcon.prototype.cr = function () {
5801
- NativeUI.y(this.view.z, this.an);
5846
+ XIcon.prototype.db = function () {
5847
+ NativeUI.y(this.view.aa, this.a3);
5802
5848
  };
5803
- XIcon.prototype.cf = function () {
5804
- this.view.af();
5849
+ XIcon.prototype.cz = function () {
5850
+ this.view.ag();
5805
5851
  };
5806
- XIcon.prototype.cq = function () {
5807
- var a = this.view.z;
5852
+ XIcon.prototype.da = function () {
5853
+ var a = this.view.aa;
5808
5854
  if (this.t) {
5809
- var b = this.view.aa;
5810
- NativeUI.r(b, this.c8);
5811
- NativeUI.aa(b, this.c9);
5812
- NativeUI.ad(b, this.ai);
5855
+ var b = this.view.ab;
5856
+ NativeUI.r(b, this.du);
5857
+ NativeUI.aa(b, this.dv);
5858
+ NativeUI.ad(b, this.aq);
5813
5859
  }
5814
5860
  else {
5815
5861
  var c = this.j();
5816
5862
  if (c != this.k) {
5817
5863
  this.k = c;
5818
- this.view.ah();
5864
+ this.view.ai();
5819
5865
  }
5820
5866
  var d = false;
5821
- if (this.cu != null) {
5822
- this.view.ar(this.cu, this.az);
5867
+ if (this.df != null) {
5868
+ this.view.as(this.df, this.bf);
5823
5869
  }
5824
5870
  else if (this.svgPath != null) {
5825
5871
  if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
5826
- this.view.aw(this.svgPath);
5872
+ this.view.ax(this.svgPath);
5827
5873
  d = true;
5828
5874
  }
5829
5875
  else {
5830
- this.view.ax(this.svgPath);
5876
+ this.view.ay(this.svgPath);
5831
5877
  }
5832
5878
  }
5833
5879
  else if (this.b != null) {
5834
- this.view.ay(this.b);
5880
+ this.view.az(this.b);
5835
5881
  var e = this.view.c;
5836
5882
  if (e != null && e.length > 0) {
5837
5883
  var f = NativeUI.r;
5838
5884
  var g = NativeUI.aa;
5839
- this.cn();
5840
- f = runOn(this.view, this.view.ap);
5841
- g = runOn(this.view, this.view.aq);
5885
+ this.c7();
5886
+ f = runOn(this.view, this.view.aq);
5887
+ g = runOn(this.view, this.view.ar);
5842
5888
  for (var h = 0; h < e.length; h++) {
5843
- if (this.c8 != null) {
5844
- f(e[h], this.c8);
5889
+ if (this.du != null) {
5890
+ f(e[h], this.du);
5845
5891
  }
5846
- if (this.c9 != null) {
5847
- g(e[h], this.c9);
5892
+ if (this.dv != null) {
5893
+ g(e[h], this.dv);
5848
5894
  }
5849
- if (!isNaN_(this.ai)) {
5850
- NativeUI.ad(e[h], this.ai);
5895
+ if (!isNaN_(this.aq)) {
5896
+ NativeUI.ad(e[h], this.aq);
5851
5897
  }
5852
- if (this.da != null) {
5853
- NativeUI.q(e[h], this.da);
5898
+ if (this.dw != null) {
5899
+ NativeUI.q(e[h], this.dw);
5854
5900
  }
5855
5901
  if (this.e != null && this.e.count == e.length) {
5856
5902
  f(e[h], this.e.item(h));
@@ -5861,38 +5907,38 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5861
5907
  }
5862
5908
  }
5863
5909
  if (this.o != null) {
5864
- this.view.az(this.o);
5910
+ this.view.a0(this.o);
5865
5911
  }
5866
5912
  return;
5867
5913
  }
5868
5914
  else if (this.svg != null) {
5869
- this.view.aw(this.svg);
5915
+ this.view.ax(this.svg);
5870
5916
  d = true;
5871
5917
  }
5872
- else if (this.bg != null) {
5873
- this.view.as(this.bg);
5918
+ else if (this.b0 != null) {
5919
+ this.view.at(this.b0);
5874
5920
  }
5875
- else if (this.a1 != null) {
5876
- this.view.av(this.a1);
5921
+ else if (this.bh != null) {
5922
+ this.view.aw(this.bh);
5877
5923
  }
5878
5924
  else {
5879
5925
  }
5880
5926
  if (d) {
5881
5927
  for (var i = 0; i < this.view.r.count; i++) {
5882
5928
  var j = this.view.r._inner[i].c;
5883
- NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dk));
5929
+ NativeUI.r(this.view.r._inner[i].d, j.l.f(this.d6));
5884
5930
  }
5885
5931
  for (var k = 0; k < this.view.s.count; k++) {
5886
5932
  var l = this.view.s._inner[k].c;
5887
- NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.dl));
5933
+ NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.d7));
5888
5934
  }
5889
5935
  for (var m = 0; m < this.view.t.count; m++) {
5890
5936
  var n = this.view.t._inner[m].c;
5891
- NativeUI.r(this.view.t._inner[m].d, n.l.f(this.dm));
5937
+ NativeUI.r(this.view.t._inner[m].d, n.l.f(this.d8));
5892
5938
  }
5893
5939
  for (var o = 0; o < this.view.u.count; o++) {
5894
5940
  var p = this.view.u._inner[o].c;
5895
- NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dn));
5941
+ NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.d9));
5896
5942
  }
5897
5943
  for (var q = 0; q < this.view.e.o.count; q++) {
5898
5944
  var r = this.view.e.o._inner[q];
@@ -5918,41 +5964,41 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5918
5964
  }
5919
5965
  for (var ac = 0; ac < this.view.q.count; ac++) {
5920
5966
  var ad = this.view.q._inner[ac].c;
5921
- NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.c8));
5922
- NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.c9));
5967
+ NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.du));
5968
+ NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.dv));
5923
5969
  }
5924
5970
  }
5925
- var ae = this.view.z;
5926
- if (this.c8 != null) {
5927
- NativeUI.r(ae, this.c8);
5971
+ var ae = this.view.aa;
5972
+ if (this.du != null) {
5973
+ NativeUI.r(ae, this.du);
5928
5974
  }
5929
- if (this.c9 != null) {
5930
- NativeUI.aa(ae, this.c9);
5975
+ if (this.dv != null) {
5976
+ NativeUI.aa(ae, this.dv);
5931
5977
  }
5932
- if (!isNaN_(this.ai)) {
5933
- NativeUI.ad(ae, this.ai);
5978
+ if (!isNaN_(this.aq)) {
5979
+ NativeUI.ad(ae, this.aq);
5934
5980
  }
5935
5981
  }
5936
5982
  if (this.o != null) {
5937
- this.view.az(this.o);
5983
+ this.view.a0(this.o);
5938
5984
  }
5939
- if (this.da != null) {
5940
- NativeUI.q(this.view.z, this.da);
5985
+ if (this.dw != null) {
5986
+ NativeUI.q(this.view.aa, this.dw);
5941
5987
  }
5942
5988
  };
5943
- XIcon.prototype.cn = function () {
5989
+ XIcon.prototype.c7 = function () {
5944
5990
  var e_3, _a, e_4, _b;
5945
- if (this.c8 != null) {
5946
- this.view.ao(this.c8, "fill");
5991
+ if (this.du != null) {
5992
+ this.view.ap(this.du, "fill");
5947
5993
  }
5948
- if (this.c9 != null) {
5949
- this.view.ao(this.c9, "stroke");
5994
+ if (this.dv != null) {
5995
+ this.view.ap(this.dv, "stroke");
5950
5996
  }
5951
5997
  if (this.e != null) {
5952
5998
  try {
5953
5999
  for (var _c = __values(fromEnum(this.e)), _d = _c.next(); !_d.done; _d = _c.next()) {
5954
6000
  var a = _d.value;
5955
- this.view.ao(a, "fills");
6001
+ this.view.ap(a, "fills");
5956
6002
  }
5957
6003
  }
5958
6004
  catch (e_3_1) {
@@ -5973,7 +6019,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
5973
6019
  try {
5974
6020
  for (var _e = __values(fromEnum(this.f)), _f = _e.next(); !_f.done; _f = _e.next()) {
5975
6021
  var b = _f.value;
5976
- this.view.ao(b, "strokes");
6022
+ this.view.ap(b, "strokes");
5977
6023
  }
5978
6024
  }
5979
6025
  catch (e_4_1) {
@@ -6002,10 +6048,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6002
6048
  else if (this.svg != null) {
6003
6049
  a = 0;
6004
6050
  }
6005
- else if (this.bg != null) {
6051
+ else if (this.b0 != null) {
6006
6052
  a = 3;
6007
6053
  }
6008
- else if (this.a1 != null) {
6054
+ else if (this.bh != null) {
6009
6055
  a = 4;
6010
6056
  }
6011
6057
  return a;
@@ -6018,55 +6064,55 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6018
6064
  var b = this.l;
6019
6065
  this.l = a;
6020
6066
  if (b != this.l) {
6021
- this.cl("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
6067
+ this.c5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
6022
6068
  }
6023
6069
  },
6024
6070
  enumerable: false,
6025
6071
  configurable: true
6026
6072
  });
6027
- Object.defineProperty(XIcon.prototype, "c8", {
6073
+ Object.defineProperty(XIcon.prototype, "du", {
6028
6074
  get: function () {
6029
- return this.cv;
6075
+ return this.dg;
6030
6076
  },
6031
6077
  set: function (a) {
6032
- var b = this.cv;
6033
- this.cv = a;
6034
- if (b != this.cv) {
6035
- this.cl("ActualFill", b, a);
6078
+ var b = this.dg;
6079
+ this.dg = a;
6080
+ if (b != this.dg) {
6081
+ this.c5("ActualFill", b, a);
6036
6082
  }
6037
6083
  },
6038
6084
  enumerable: false,
6039
6085
  configurable: true
6040
6086
  });
6041
- Object.defineProperty(XIcon.prototype, "c9", {
6087
+ Object.defineProperty(XIcon.prototype, "dv", {
6042
6088
  get: function () {
6043
- return this.cw;
6089
+ return this.dh;
6044
6090
  },
6045
6091
  set: function (a) {
6046
- var b = this.cw;
6047
- this.cw = a;
6048
- if (b != this.cw) {
6049
- this.cl("ActualStroke", b, a);
6092
+ var b = this.dh;
6093
+ this.dh = a;
6094
+ if (b != this.dh) {
6095
+ this.c5("ActualStroke", b, a);
6050
6096
  }
6051
6097
  },
6052
6098
  enumerable: false,
6053
6099
  configurable: true
6054
6100
  });
6055
- Object.defineProperty(XIcon.prototype, "da", {
6101
+ Object.defineProperty(XIcon.prototype, "dw", {
6056
6102
  get: function () {
6057
- return this.cx;
6103
+ return this.di;
6058
6104
  },
6059
6105
  set: function (a) {
6060
- var b = this.cx;
6061
- this.cx = a;
6062
- if (b != this.cx) {
6063
- this.cl("ActualTextColor", b, a);
6106
+ var b = this.di;
6107
+ this.di = a;
6108
+ if (b != this.di) {
6109
+ this.c5("ActualTextColor", b, a);
6064
6110
  }
6065
6111
  },
6066
6112
  enumerable: false,
6067
6113
  configurable: true
6068
6114
  });
6069
- Object.defineProperty(XIcon.prototype, "ai", {
6115
+ Object.defineProperty(XIcon.prototype, "aq", {
6070
6116
  get: function () {
6071
6117
  return this.y;
6072
6118
  },
@@ -6074,7 +6120,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6074
6120
  var b = this.y;
6075
6121
  this.y = a;
6076
6122
  if (b != this.y) {
6077
- this.cl("ActualStrokeWidth", b, a);
6123
+ this.c5("ActualStrokeWidth", b, a);
6078
6124
  }
6079
6125
  },
6080
6126
  enumerable: false,
@@ -6082,111 +6128,111 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6082
6128
  });
6083
6129
  Object.defineProperty(XIcon.prototype, "fill", {
6084
6130
  get: function () {
6085
- return this.cy;
6131
+ return this.dj;
6086
6132
  },
6087
6133
  set: function (a) {
6088
- var b = this.cy;
6089
- this.cy = a;
6090
- if (b != this.cy) {
6091
- this.cl("Fill", b, a);
6134
+ var b = this.dj;
6135
+ this.dj = a;
6136
+ if (b != this.dj) {
6137
+ this.c5("Fill", b, a);
6092
6138
  }
6093
6139
  },
6094
6140
  enumerable: false,
6095
6141
  configurable: true
6096
6142
  });
6097
- Object.defineProperty(XIcon.prototype, "dp", {
6143
+ Object.defineProperty(XIcon.prototype, "ea", {
6098
6144
  get: function () {
6099
- return this.c6;
6145
+ return this.ds;
6100
6146
  },
6101
6147
  set: function (a) {
6102
- var b = this.c6;
6103
- this.c6 = a;
6104
- if (b != this.c6) {
6105
- this.cl("Stroke", b, a);
6148
+ var b = this.ds;
6149
+ this.ds = a;
6150
+ if (b != this.ds) {
6151
+ this.c5("Stroke", b, a);
6106
6152
  }
6107
6153
  },
6108
6154
  enumerable: false,
6109
6155
  configurable: true
6110
6156
  });
6111
- Object.defineProperty(XIcon.prototype, "ao", {
6157
+ Object.defineProperty(XIcon.prototype, "a4", {
6112
6158
  get: function () {
6113
- return this.ac;
6159
+ return this.ak;
6114
6160
  },
6115
6161
  set: function (a) {
6116
- var b = this.ac;
6117
- this.ac = a;
6118
- if (b != this.ac) {
6119
- this.cl("StrokeWidth", b, a);
6162
+ var b = this.ak;
6163
+ this.ak = a;
6164
+ if (b != this.ak) {
6165
+ this.c5("StrokeWidth", b, a);
6120
6166
  }
6121
6167
  },
6122
6168
  enumerable: false,
6123
6169
  configurable: true
6124
6170
  });
6125
- Object.defineProperty(XIcon.prototype, "dq", {
6171
+ Object.defineProperty(XIcon.prototype, "eb", {
6126
6172
  get: function () {
6127
- return this.c7;
6173
+ return this.dt;
6128
6174
  },
6129
6175
  set: function (a) {
6130
- var b = this.c7;
6131
- this.c7 = a;
6132
- if (b != this.c7) {
6133
- this.cl("TextColor", b, a);
6176
+ var b = this.dt;
6177
+ this.dt = a;
6178
+ if (b != this.dt) {
6179
+ this.c5("TextColor", b, a);
6134
6180
  }
6135
6181
  },
6136
6182
  enumerable: false,
6137
6183
  configurable: true
6138
6184
  });
6139
- Object.defineProperty(XIcon.prototype, "dh", {
6185
+ Object.defineProperty(XIcon.prototype, "d3", {
6140
6186
  get: function () {
6141
- return this.cz;
6187
+ return this.dk;
6142
6188
  },
6143
6189
  set: function (a) {
6144
- var b = this.cz;
6145
- this.cz = a;
6146
- if (b != this.cz) {
6147
- this.cl("HoverFill", b, a);
6190
+ var b = this.dk;
6191
+ this.dk = a;
6192
+ if (b != this.dk) {
6193
+ this.c5("HoverFill", b, a);
6148
6194
  }
6149
6195
  },
6150
6196
  enumerable: false,
6151
6197
  configurable: true
6152
6198
  });
6153
- Object.defineProperty(XIcon.prototype, "di", {
6199
+ Object.defineProperty(XIcon.prototype, "d4", {
6154
6200
  get: function () {
6155
- return this.c0;
6201
+ return this.dl;
6156
6202
  },
6157
6203
  set: function (a) {
6158
- var b = this.c0;
6159
- this.c0 = a;
6160
- if (b != this.c0) {
6161
- this.cl("HoverStroke", b, a);
6204
+ var b = this.dl;
6205
+ this.dl = a;
6206
+ if (b != this.dl) {
6207
+ this.c5("HoverStroke", b, a);
6162
6208
  }
6163
6209
  },
6164
6210
  enumerable: false,
6165
6211
  configurable: true
6166
6212
  });
6167
- Object.defineProperty(XIcon.prototype, "am", {
6213
+ Object.defineProperty(XIcon.prototype, "a2", {
6168
6214
  get: function () {
6169
- return this.aa;
6215
+ return this.ae;
6170
6216
  },
6171
6217
  set: function (a) {
6172
- var b = this.aa;
6173
- this.aa = a;
6174
- if (b != this.aa) {
6175
- this.cl("HoverStrokeThickness", b, a);
6218
+ var b = this.ae;
6219
+ this.ae = a;
6220
+ if (b != this.ae) {
6221
+ this.c5("HoverStrokeThickness", b, a);
6176
6222
  }
6177
6223
  },
6178
6224
  enumerable: false,
6179
6225
  configurable: true
6180
6226
  });
6181
- Object.defineProperty(XIcon.prototype, "dj", {
6227
+ Object.defineProperty(XIcon.prototype, "d5", {
6182
6228
  get: function () {
6183
- return this.c1;
6229
+ return this.dm;
6184
6230
  },
6185
6231
  set: function (a) {
6186
- var b = this.c1;
6187
- this.c1 = a;
6188
- if (b != this.c1) {
6189
- this.cl("HoverTextColor", b, a);
6232
+ var b = this.dm;
6233
+ this.dm = a;
6234
+ if (b != this.dm) {
6235
+ this.c5("HoverTextColor", b, a);
6190
6236
  }
6191
6237
  },
6192
6238
  enumerable: false,
@@ -6200,7 +6246,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6200
6246
  var b = this.c;
6201
6247
  this.c = a;
6202
6248
  if (b != this.c) {
6203
- this.cl("FillColors", b, this.c);
6249
+ this.c5("FillColors", b, this.c);
6204
6250
  }
6205
6251
  },
6206
6252
  enumerable: false,
@@ -6214,91 +6260,91 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6214
6260
  var b = this.d;
6215
6261
  this.d = a;
6216
6262
  if (b != this.d) {
6217
- this.cl("StrokeColors", b, this.d);
6263
+ this.c5("StrokeColors", b, this.d);
6218
6264
  }
6219
6265
  },
6220
6266
  enumerable: false,
6221
6267
  configurable: true
6222
6268
  });
6223
- Object.defineProperty(XIcon.prototype, "dk", {
6269
+ Object.defineProperty(XIcon.prototype, "d6", {
6224
6270
  get: function () {
6225
- return this.c2;
6271
+ return this.dn;
6226
6272
  },
6227
6273
  set: function (a) {
6228
- var b = this.c2;
6229
- this.c2 = a;
6230
- if (b != this.c2) {
6231
- this.cl("PrimaryFillColor", b, this.c2);
6274
+ var b = this.dn;
6275
+ this.dn = a;
6276
+ if (b != this.dn) {
6277
+ this.c5("PrimaryFillColor", b, this.dn);
6232
6278
  }
6233
6279
  },
6234
6280
  enumerable: false,
6235
6281
  configurable: true
6236
6282
  });
6237
- Object.defineProperty(XIcon.prototype, "dl", {
6283
+ Object.defineProperty(XIcon.prototype, "d7", {
6238
6284
  get: function () {
6239
- return this.c3;
6285
+ return this.dp;
6240
6286
  },
6241
6287
  set: function (a) {
6242
- var b = this.c3;
6243
- this.c3 = a;
6244
- if (b != this.c3) {
6245
- this.cl("PrimaryStrokeColor", b, this.c3);
6288
+ var b = this.dp;
6289
+ this.dp = a;
6290
+ if (b != this.dp) {
6291
+ this.c5("PrimaryStrokeColor", b, this.dp);
6246
6292
  }
6247
6293
  },
6248
6294
  enumerable: false,
6249
6295
  configurable: true
6250
6296
  });
6251
- Object.defineProperty(XIcon.prototype, "dm", {
6297
+ Object.defineProperty(XIcon.prototype, "d8", {
6252
6298
  get: function () {
6253
- return this.c4;
6299
+ return this.dq;
6254
6300
  },
6255
6301
  set: function (a) {
6256
- var b = this.c4;
6257
- this.c4 = a;
6258
- if (b != this.c4) {
6259
- this.cl("SecondaryFillColor", b, this.c4);
6302
+ var b = this.dq;
6303
+ this.dq = a;
6304
+ if (b != this.dq) {
6305
+ this.c5("SecondaryFillColor", b, this.dq);
6260
6306
  }
6261
6307
  },
6262
6308
  enumerable: false,
6263
6309
  configurable: true
6264
6310
  });
6265
- Object.defineProperty(XIcon.prototype, "dn", {
6311
+ Object.defineProperty(XIcon.prototype, "d9", {
6266
6312
  get: function () {
6267
- return this.c5;
6313
+ return this.dr;
6268
6314
  },
6269
6315
  set: function (a) {
6270
- var b = this.c5;
6271
- this.c5 = a;
6272
- if (b != this.c5) {
6273
- this.cl("SecondaryStrokeColor", b, this.c5);
6316
+ var b = this.dr;
6317
+ this.dr = a;
6318
+ if (b != this.dr) {
6319
+ this.c5("SecondaryStrokeColor", b, this.dr);
6274
6320
  }
6275
6321
  },
6276
6322
  enumerable: false,
6277
6323
  configurable: true
6278
6324
  });
6279
- Object.defineProperty(XIcon.prototype, "a1", {
6325
+ Object.defineProperty(XIcon.prototype, "bh", {
6280
6326
  get: function () {
6281
- return this.ay;
6327
+ return this.be;
6282
6328
  },
6283
6329
  set: function (a) {
6284
- var b = this.ay;
6285
- this.ay = a;
6286
- if (b != this.ay) {
6287
- this.cl("Source", b, a);
6330
+ var b = this.be;
6331
+ this.be = a;
6332
+ if (b != this.be) {
6333
+ this.c5("Source", b, a);
6288
6334
  }
6289
6335
  },
6290
6336
  enumerable: false,
6291
6337
  configurable: true
6292
6338
  });
6293
- Object.defineProperty(XIcon.prototype, "bg", {
6339
+ Object.defineProperty(XIcon.prototype, "b0", {
6294
6340
  get: function () {
6295
- return this.a3;
6341
+ return this.bj;
6296
6342
  },
6297
6343
  set: function (a) {
6298
- var b = this.a3;
6299
- this.a3 = a;
6300
- if (b != this.a3) {
6301
- this.cl("DataURL", b, a);
6344
+ var b = this.bj;
6345
+ this.bj = a;
6346
+ if (b != this.bj) {
6347
+ this.c5("DataURL", b, a);
6302
6348
  }
6303
6349
  },
6304
6350
  enumerable: false,
@@ -6306,13 +6352,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6306
6352
  });
6307
6353
  Object.defineProperty(XIcon.prototype, "svgPath", {
6308
6354
  get: function () {
6309
- return this.a6;
6355
+ return this.bm;
6310
6356
  },
6311
6357
  set: function (a) {
6312
- var b = this.a6;
6313
- this.a6 = a;
6314
- if (b != this.a6) {
6315
- this.cl("SVGPath", b, a);
6358
+ var b = this.bm;
6359
+ this.bm = a;
6360
+ if (b != this.bm) {
6361
+ this.c5("SVGPath", b, a);
6316
6362
  }
6317
6363
  },
6318
6364
  enumerable: false,
@@ -6320,13 +6366,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6320
6366
  });
6321
6367
  Object.defineProperty(XIcon.prototype, "svg", {
6322
6368
  get: function () {
6323
- return this.a5;
6369
+ return this.bl;
6324
6370
  },
6325
6371
  set: function (a) {
6326
- var b = this.a5;
6327
- this.a5 = a;
6328
- if (b != this.a5) {
6329
- this.cl("SVG", b, this.a5);
6372
+ var b = this.bl;
6373
+ this.bl = a;
6374
+ if (b != this.bl) {
6375
+ this.c5("SVG", b, this.bl);
6330
6376
  }
6331
6377
  },
6332
6378
  enumerable: false,
@@ -6340,44 +6386,44 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6340
6386
  var b = this.a;
6341
6387
  this.a = a;
6342
6388
  if (b != this.a) {
6343
- this.cl("SVGPaths", b, this.a);
6389
+ this.c5("SVGPaths", b, this.a);
6344
6390
  }
6345
6391
  },
6346
6392
  enumerable: false,
6347
6393
  configurable: true
6348
6394
  });
6349
- Object.defineProperty(XIcon.prototype, "cu", {
6395
+ Object.defineProperty(XIcon.prototype, "df", {
6350
6396
  get: function () {
6351
- return this.ct;
6397
+ return this.de;
6352
6398
  },
6353
6399
  set: function (a) {
6354
- var b = this.ct;
6355
- this.ct = a;
6356
- if (b != this.ct) {
6357
- this.cl("DataTemplate", b, this.ct);
6400
+ var b = this.de;
6401
+ this.de = a;
6402
+ if (b != this.de) {
6403
+ this.c5("DataTemplate", b, this.de);
6358
6404
  }
6359
6405
  },
6360
6406
  enumerable: false,
6361
6407
  configurable: true
6362
6408
  });
6363
- Object.defineProperty(XIcon.prototype, "az", {
6409
+ Object.defineProperty(XIcon.prototype, "bf", {
6364
6410
  get: function () {
6365
- return this.ax;
6411
+ return this.bd;
6366
6412
  },
6367
6413
  set: function (a) {
6368
- var b = this.ax;
6369
- this.ax = a;
6370
- if (b != this.ax) {
6371
- this.cl("DataTemplateContext", b, this.ax);
6414
+ var b = this.bd;
6415
+ this.bd = a;
6416
+ if (b != this.bd) {
6417
+ this.c5("DataTemplateContext", b, this.bd);
6372
6418
  }
6373
6419
  },
6374
6420
  enumerable: false,
6375
6421
  configurable: true
6376
6422
  });
6377
- XIcon.prototype.cj = function () {
6423
+ XIcon.prototype.c3 = function () {
6378
6424
  this.v = true;
6379
6425
  };
6380
- XIcon.prototype.ck = function () {
6426
+ XIcon.prototype.c4 = function () {
6381
6427
  this.v = false;
6382
6428
  };
6383
6429
  Object.defineProperty(XIcon.prototype, "o", {
@@ -6388,21 +6434,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6388
6434
  var b = this.n;
6389
6435
  this.n = a;
6390
6436
  if (b != this.n) {
6391
- this.cl("TextStyle", b, a);
6437
+ this.c5("TextStyle", b, a);
6392
6438
  }
6393
6439
  },
6394
6440
  enumerable: false,
6395
6441
  configurable: true
6396
6442
  });
6397
- Object.defineProperty(XIcon.prototype, "bq", {
6443
+ Object.defineProperty(XIcon.prototype, "ca", {
6398
6444
  get: function () {
6399
- return this.a4;
6445
+ return this.bk;
6400
6446
  },
6401
6447
  set: function (a) {
6402
- var b = this.a4;
6403
- this.a4 = a;
6404
- if (b != this.a4) {
6405
- this.cl("Id", b, a);
6448
+ var b = this.bk;
6449
+ this.bk = a;
6450
+ if (b != this.bk) {
6451
+ this.c5("Id", b, a);
6406
6452
  }
6407
6453
  },
6408
6454
  enumerable: false,
@@ -6415,30 +6461,30 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6415
6461
  enumerable: false,
6416
6462
  configurable: true
6417
6463
  });
6418
- Object.defineProperty(XIcon.prototype, "av", {
6464
+ Object.defineProperty(XIcon.prototype, "bb", {
6419
6465
  get: function () {
6420
- return this.au;
6466
+ return this.ba;
6421
6467
  },
6422
6468
  set: function (a) {
6423
- var b = this.au;
6424
- this.au = a;
6469
+ var b = this.ba;
6470
+ this.ba = a;
6425
6471
  this.p = true;
6426
- if (b != this.au) {
6427
- this.cl("TabIndex", b, a);
6472
+ if (b != this.ba) {
6473
+ this.c5("TabIndex", b, a);
6428
6474
  }
6429
6475
  },
6430
6476
  enumerable: false,
6431
6477
  configurable: true
6432
6478
  });
6433
- Object.defineProperty(XIcon.prototype, "bb", {
6479
+ Object.defineProperty(XIcon.prototype, "bv", {
6434
6480
  get: function () {
6435
- return this.a2;
6481
+ return this.bi;
6436
6482
  },
6437
6483
  set: function (a) {
6438
- var b = this.a2;
6439
- this.a2 = a;
6440
- if (b != this.a2) {
6441
- this.cl("AriaLabel", b, a);
6484
+ var b = this.bi;
6485
+ this.bi = a;
6486
+ if (b != this.bi) {
6487
+ this.c5("AriaLabel", b, a);
6442
6488
  }
6443
6489
  },
6444
6490
  enumerable: false,
@@ -6452,7 +6498,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6452
6498
  var b = this.r;
6453
6499
  this.r = a;
6454
6500
  if (b != this.r) {
6455
- this.cl("IsHover", b, a);
6501
+ this.c5("IsHover", b, a);
6456
6502
  }
6457
6503
  },
6458
6504
  enumerable: false,
@@ -6466,97 +6512,111 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6466
6512
  var b = this.q;
6467
6513
  this.q = a;
6468
6514
  if (b != this.q) {
6469
- this.cl("IsDisabled", b, a);
6515
+ this.c5("IsDisabled", b, a);
6470
6516
  }
6471
6517
  },
6472
6518
  enumerable: false,
6473
6519
  configurable: true
6474
6520
  });
6475
- Object.defineProperty(XIcon.prototype, "an", {
6521
+ Object.defineProperty(XIcon.prototype, "a3", {
6476
6522
  get: function () {
6477
- return this.ab;
6523
+ return this.af;
6478
6524
  },
6479
6525
  set: function (a) {
6480
- var b = this.ab;
6481
- this.ab = a;
6482
- if (b != this.ab) {
6483
- this.cl("Opacity", b, this.ab);
6526
+ var b = this.af;
6527
+ this.af = a;
6528
+ if (b != this.af) {
6529
+ this.c5("Opacity", b, this.af);
6484
6530
  }
6485
6531
  },
6486
6532
  enumerable: false,
6487
6533
  configurable: true
6488
6534
  });
6489
- Object.defineProperty(XIcon.prototype, "aq", {
6535
+ Object.defineProperty(XIcon.prototype, "as", {
6490
6536
  get: function () {
6491
- return this.ae;
6537
+ return this.aa;
6492
6538
  },
6493
6539
  set: function (a) {
6494
- var b = this.ae;
6495
- this.ae = a;
6496
- if (b != this.ae) {
6497
- this.cl("ViewBoxLeft", b, this.ae);
6540
+ var b = this.aa;
6541
+ this.aa = a;
6542
+ if (b != this.aa) {
6543
+ this.c5("ActualViewBoxLeft", b, this.aa);
6498
6544
  }
6499
6545
  },
6500
6546
  enumerable: false,
6501
6547
  configurable: true
6502
6548
  });
6503
- Object.defineProperty(XIcon.prototype, "ar", {
6549
+ Object.defineProperty(XIcon.prototype, "a6", {
6504
6550
  get: function () {
6505
- return this.af;
6551
+ return this.am;
6506
6552
  },
6507
6553
  set: function (a) {
6508
- var b = this.af;
6509
- this.af = a;
6510
- if (b != this.af) {
6511
- this.cl("ViewBoxTop", b, this.af);
6554
+ var b = this.am;
6555
+ this.am = a;
6556
+ if (b != this.am) {
6557
+ this.c5("ViewBoxLeft", b, this.am);
6512
6558
  }
6513
6559
  },
6514
6560
  enumerable: false,
6515
6561
  configurable: true
6516
6562
  });
6517
- Object.defineProperty(XIcon.prototype, "as", {
6563
+ Object.defineProperty(XIcon.prototype, "at", {
6518
6564
  get: function () {
6519
- return this.ag;
6565
+ return this.ab;
6520
6566
  },
6521
6567
  set: function (a) {
6522
- var b = this.ag;
6523
- this.ag = a;
6524
- if (b != this.ag) {
6525
- this.cl("ViewBoxWidth", b, this.ag);
6568
+ var b = this.ab;
6569
+ this.ab = a;
6570
+ if (b != this.ab) {
6571
+ this.c5("ActualViewBoxTop", b, this.ab);
6526
6572
  }
6527
6573
  },
6528
6574
  enumerable: false,
6529
6575
  configurable: true
6530
6576
  });
6531
- Object.defineProperty(XIcon.prototype, "ap", {
6577
+ Object.defineProperty(XIcon.prototype, "a7", {
6532
6578
  get: function () {
6533
- return this.ad;
6579
+ return this.an;
6534
6580
  },
6535
6581
  set: function (a) {
6536
- var b = this.ad;
6537
- this.ad = a;
6538
- if (b != this.ad) {
6539
- this.cl("ViewBoxHeight", b, this.ad);
6582
+ var b = this.an;
6583
+ this.an = a;
6584
+ if (b != this.an) {
6585
+ this.c5("ViewBoxTop", b, this.an);
6540
6586
  }
6541
6587
  },
6542
6588
  enumerable: false,
6543
6589
  configurable: true
6544
6590
  });
6545
- Object.defineProperty(XIcon.prototype, "at", {
6591
+ Object.defineProperty(XIcon.prototype, "au", {
6546
6592
  get: function () {
6547
- return this.ah;
6593
+ return this.ac;
6548
6594
  },
6549
6595
  set: function (a) {
6550
- var b = this.ah;
6551
- this.ah = a;
6552
- if (b != this.ah) {
6553
- this.cl("Width", b, this.ah);
6596
+ var b = this.ac;
6597
+ this.ac = a;
6598
+ if (b != this.ac) {
6599
+ this.c5("ActualViewBoxWidth", b, this.ac);
6554
6600
  }
6555
6601
  },
6556
6602
  enumerable: false,
6557
6603
  configurable: true
6558
6604
  });
6559
- Object.defineProperty(XIcon.prototype, "al", {
6605
+ Object.defineProperty(XIcon.prototype, "a8", {
6606
+ get: function () {
6607
+ return this.ao;
6608
+ },
6609
+ set: function (a) {
6610
+ var b = this.ao;
6611
+ this.ao = a;
6612
+ if (b != this.ao) {
6613
+ this.c5("ViewBoxWidth", b, this.ao);
6614
+ }
6615
+ },
6616
+ enumerable: false,
6617
+ configurable: true
6618
+ });
6619
+ Object.defineProperty(XIcon.prototype, "ar", {
6560
6620
  get: function () {
6561
6621
  return this.z;
6562
6622
  },
@@ -6564,19 +6624,61 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6564
6624
  var b = this.z;
6565
6625
  this.z = a;
6566
6626
  if (b != this.z) {
6567
- this.cl("Height", b, this.z);
6627
+ this.c5("ActualViewBoxHeight", b, this.z);
6628
+ }
6629
+ },
6630
+ enumerable: false,
6631
+ configurable: true
6632
+ });
6633
+ Object.defineProperty(XIcon.prototype, "a5", {
6634
+ get: function () {
6635
+ return this.al;
6636
+ },
6637
+ set: function (a) {
6638
+ var b = this.al;
6639
+ this.al = a;
6640
+ if (b != this.al) {
6641
+ this.c5("ViewBoxHeight", b, this.al);
6642
+ }
6643
+ },
6644
+ enumerable: false,
6645
+ configurable: true
6646
+ });
6647
+ Object.defineProperty(XIcon.prototype, "a9", {
6648
+ get: function () {
6649
+ return this.ap;
6650
+ },
6651
+ set: function (a) {
6652
+ var b = this.ap;
6653
+ this.ap = a;
6654
+ if (b != this.ap) {
6655
+ this.c5("Width", b, this.ap);
6568
6656
  }
6569
6657
  },
6570
6658
  enumerable: false,
6571
6659
  configurable: true
6572
6660
  });
6573
- XIcon.prototype.cm = function () {
6661
+ Object.defineProperty(XIcon.prototype, "a1", {
6662
+ get: function () {
6663
+ return this.ad;
6664
+ },
6665
+ set: function (a) {
6666
+ var b = this.ad;
6667
+ this.ad = a;
6668
+ if (b != this.ad) {
6669
+ this.c5("Height", b, this.ad);
6670
+ }
6671
+ },
6672
+ enumerable: false,
6673
+ configurable: true
6674
+ });
6675
+ XIcon.prototype.c6 = function () {
6574
6676
  };
6575
6677
  XIcon.prototype.onDetachedFromUI = function () {
6576
- this.view.al();
6678
+ this.view.am();
6577
6679
  };
6578
6680
  XIcon.prototype.onAttachedToUI = function () {
6579
- this.view.ai();
6681
+ this.view.aj();
6580
6682
  };
6581
6683
  XIcon.prototype.x = function () {
6582
6684
  if (this.disabled) {
@@ -6592,10 +6694,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6592
6694
  XIcon.prototype.w = function () {
6593
6695
  return this.view.l();
6594
6696
  };
6595
- XIcon.prototype.a0 = function () {
6697
+ XIcon.prototype.bg = function () {
6596
6698
  return this.g();
6597
6699
  };
6598
- XIcon.prototype.bi = function () {
6700
+ XIcon.prototype.b2 = function () {
6599
6701
  var a = this.g();
6600
6702
  return a.l();
6601
6703
  };
@@ -6604,12 +6706,12 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6604
6706
  var b = this.view.b();
6605
6707
  a.i = b[0];
6606
6708
  a.g = b[1];
6607
- a.f = NativeUI.d(this.view.z);
6608
- a.j = NativeUI.k(this.view.z);
6709
+ a.f = NativeUI.d(this.view.aa);
6710
+ a.j = NativeUI.k(this.view.aa);
6609
6711
  a.a = this.view.a();
6610
6712
  a.svg = this.svg;
6611
6713
  a.svgPath = this.svgPath;
6612
- a.k = this.bg;
6714
+ a.k = this.b0;
6613
6715
  if (this.o != null) {
6614
6716
  var c = this.o;
6615
6717
  if (this.view != null && c.q == null) {
@@ -6641,18 +6743,29 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
6641
6743
  return a;
6642
6744
  };
6643
6745
  XIcon.prototype.provideContainer = function (a) {
6644
- this.view.ak(a);
6746
+ this.view.al(a);
6747
+ };
6748
+ XIcon.prototype.dd = function (a, b, c, d) {
6749
+ this.ah = a;
6750
+ this.ai = b;
6751
+ this.aj = c;
6752
+ this.ag = d;
6753
+ this.aa = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
6754
+ this.ab = !isNaN_(this.a7) ? this.a7 : !isNaN_(this.ai) ? this.ai : 0;
6755
+ this.ac = !isNaN_(this.a8) ? this.a8 : !isNaN_(this.aj) ? this.aj : 24;
6756
+ this.z = !isNaN_(this.a5) ? this.a5 : !isNaN_(this.ag) ? this.ag : 24;
6757
+ this.view.a1();
6645
6758
  };
6646
6759
  XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
6647
- XIcon.db = null;
6648
- XIcon.dg = null;
6649
- XIcon.df = null;
6650
- XIcon.dc = null;
6651
- XIcon.dd = null;
6652
- XIcon.de = null;
6653
- XIcon.ak = NaN;
6654
- XIcon.aj = NaN;
6655
- XIcon.aw = 0;
6760
+ XIcon.dx = null;
6761
+ XIcon.d2 = null;
6762
+ XIcon.d1 = null;
6763
+ XIcon.dy = null;
6764
+ XIcon.dz = null;
6765
+ XIcon.d0 = null;
6766
+ XIcon.aw = NaN;
6767
+ XIcon.av = NaN;
6768
+ XIcon.bc = 0;
6656
6769
  return XIcon;
6657
6770
  }(Base));
6658
6771
 
@@ -14044,10 +14157,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14044
14157
  * Gets the fill color currently used by the icon.
14045
14158
  */
14046
14159
  get: function () {
14047
- return brushToString(this.i.c8);
14160
+ return brushToString(this.i.du);
14048
14161
  },
14049
14162
  set: function (v) {
14050
- this.i.c8 = stringToBrush(v);
14163
+ this.i.du = stringToBrush(v);
14051
14164
  },
14052
14165
  enumerable: false,
14053
14166
  configurable: true
@@ -14057,10 +14170,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14057
14170
  * Gets the stroke color currently used by the icon.
14058
14171
  */
14059
14172
  get: function () {
14060
- return brushToString(this.i.c9);
14173
+ return brushToString(this.i.dv);
14061
14174
  },
14062
14175
  set: function (v) {
14063
- this.i.c9 = stringToBrush(v);
14176
+ this.i.dv = stringToBrush(v);
14064
14177
  },
14065
14178
  enumerable: false,
14066
14179
  configurable: true
@@ -14070,10 +14183,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14070
14183
  * Gets the text color currently used by the icon.
14071
14184
  */
14072
14185
  get: function () {
14073
- return brushToString(this.i.da);
14186
+ return brushToString(this.i.dw);
14074
14187
  },
14075
14188
  set: function (v) {
14076
- this.i.da = stringToBrush(v);
14189
+ this.i.dw = stringToBrush(v);
14077
14190
  },
14078
14191
  enumerable: false,
14079
14192
  configurable: true
@@ -14083,10 +14196,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14083
14196
  * Gets the stroke width currently used by the icon.
14084
14197
  */
14085
14198
  get: function () {
14086
- return this.i.ai;
14199
+ return this.i.aq;
14087
14200
  },
14088
14201
  set: function (v) {
14089
- this.i.ai = +v;
14202
+ this.i.aq = +v;
14090
14203
  },
14091
14204
  enumerable: false,
14092
14205
  configurable: true
@@ -14109,10 +14222,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14109
14222
  * Gets or sets the stroke color to use for the icon.
14110
14223
  */
14111
14224
  get: function () {
14112
- return brushToString(this.i.dp);
14225
+ return brushToString(this.i.ea);
14113
14226
  },
14114
14227
  set: function (v) {
14115
- this.i.dp = stringToBrush(v);
14228
+ this.i.ea = stringToBrush(v);
14116
14229
  },
14117
14230
  enumerable: false,
14118
14231
  configurable: true
@@ -14122,10 +14235,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14122
14235
  * Gets or sets the stroke thickness to use for the icon.
14123
14236
  */
14124
14237
  get: function () {
14125
- return this.i.ao;
14238
+ return this.i.a4;
14126
14239
  },
14127
14240
  set: function (v) {
14128
- this.i.ao = +v;
14241
+ this.i.a4 = +v;
14129
14242
  },
14130
14243
  enumerable: false,
14131
14244
  configurable: true
@@ -14135,10 +14248,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14135
14248
  * Gets or sets the text color to use for the icon.
14136
14249
  */
14137
14250
  get: function () {
14138
- return brushToString(this.i.dq);
14251
+ return brushToString(this.i.eb);
14139
14252
  },
14140
14253
  set: function (v) {
14141
- this.i.dq = stringToBrush(v);
14254
+ this.i.eb = stringToBrush(v);
14142
14255
  },
14143
14256
  enumerable: false,
14144
14257
  configurable: true
@@ -14148,10 +14261,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14148
14261
  * Gets or sets the fill color to use when the icon is hovered.
14149
14262
  */
14150
14263
  get: function () {
14151
- return brushToString(this.i.dh);
14264
+ return brushToString(this.i.d3);
14152
14265
  },
14153
14266
  set: function (v) {
14154
- this.i.dh = stringToBrush(v);
14267
+ this.i.d3 = stringToBrush(v);
14155
14268
  },
14156
14269
  enumerable: false,
14157
14270
  configurable: true
@@ -14161,10 +14274,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14161
14274
  * Gets or sets the stroke color to use when the icon is hovered.
14162
14275
  */
14163
14276
  get: function () {
14164
- return brushToString(this.i.di);
14277
+ return brushToString(this.i.d4);
14165
14278
  },
14166
14279
  set: function (v) {
14167
- this.i.di = stringToBrush(v);
14280
+ this.i.d4 = stringToBrush(v);
14168
14281
  },
14169
14282
  enumerable: false,
14170
14283
  configurable: true
@@ -14174,10 +14287,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14174
14287
  * Gets or sets the stroke thickness to use when the icon is hovered.
14175
14288
  */
14176
14289
  get: function () {
14177
- return this.i.am;
14290
+ return this.i.a2;
14178
14291
  },
14179
14292
  set: function (v) {
14180
- this.i.am = +v;
14293
+ this.i.a2 = +v;
14181
14294
  },
14182
14295
  enumerable: false,
14183
14296
  configurable: true
@@ -14187,10 +14300,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14187
14300
  * Gets or sets the text color to use when the icon is hovered.
14188
14301
  */
14189
14302
  get: function () {
14190
- return brushToString(this.i.dj);
14303
+ return brushToString(this.i.d5);
14191
14304
  },
14192
14305
  set: function (v) {
14193
- this.i.dj = stringToBrush(v);
14306
+ this.i.d5 = stringToBrush(v);
14194
14307
  },
14195
14308
  enumerable: false,
14196
14309
  configurable: true
@@ -14236,10 +14349,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14236
14349
  * class.
14237
14350
  */
14238
14351
  get: function () {
14239
- return brushToString(this.i.dk);
14352
+ return brushToString(this.i.d6);
14240
14353
  },
14241
14354
  set: function (v) {
14242
- this.i.dk = stringToBrush(v);
14355
+ this.i.d6 = stringToBrush(v);
14243
14356
  },
14244
14357
  enumerable: false,
14245
14358
  configurable: true
@@ -14253,10 +14366,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14253
14366
  * class.
14254
14367
  */
14255
14368
  get: function () {
14256
- return brushToString(this.i.dl);
14369
+ return brushToString(this.i.d7);
14257
14370
  },
14258
14371
  set: function (v) {
14259
- this.i.dl = stringToBrush(v);
14372
+ this.i.d7 = stringToBrush(v);
14260
14373
  },
14261
14374
  enumerable: false,
14262
14375
  configurable: true
@@ -14270,10 +14383,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14270
14383
  * class.
14271
14384
  */
14272
14385
  get: function () {
14273
- return brushToString(this.i.dm);
14386
+ return brushToString(this.i.d8);
14274
14387
  },
14275
14388
  set: function (v) {
14276
- this.i.dm = stringToBrush(v);
14389
+ this.i.d8 = stringToBrush(v);
14277
14390
  },
14278
14391
  enumerable: false,
14279
14392
  configurable: true
@@ -14287,10 +14400,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14287
14400
  * class.
14288
14401
  */
14289
14402
  get: function () {
14290
- return brushToString(this.i.dn);
14403
+ return brushToString(this.i.d9);
14291
14404
  },
14292
14405
  set: function (v) {
14293
- this.i.dn = stringToBrush(v);
14406
+ this.i.d9 = stringToBrush(v);
14294
14407
  },
14295
14408
  enumerable: false,
14296
14409
  configurable: true
@@ -14300,10 +14413,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14300
14413
  * Gets or sets the image source for the icon. Used if none of the other icon types are not used.
14301
14414
  */
14302
14415
  get: function () {
14303
- return this.i.a1;
14416
+ return this.i.bh;
14304
14417
  },
14305
14418
  set: function (v) {
14306
- this.i.a1 = v;
14419
+ this.i.bh = v;
14307
14420
  },
14308
14421
  enumerable: false,
14309
14422
  configurable: true
@@ -14313,10 +14426,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14313
14426
  * Gets or sets data url for the icon to use.
14314
14427
  */
14315
14428
  get: function () {
14316
- return this.i.bg;
14429
+ return this.i.b0;
14317
14430
  },
14318
14431
  set: function (v) {
14319
- this.i.bg = v;
14432
+ this.i.b0 = v;
14320
14433
  },
14321
14434
  enumerable: false,
14322
14435
  configurable: true
@@ -14387,10 +14500,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14387
14500
  * Gets or sets the id to use for the checkbox.
14388
14501
  */
14389
14502
  get: function () {
14390
- return this.i.bq;
14503
+ return this.i.ca;
14391
14504
  },
14392
14505
  set: function (v) {
14393
- this.i.bq = v;
14506
+ this.i.ca = v;
14394
14507
  },
14395
14508
  enumerable: false,
14396
14509
  configurable: true
@@ -14400,10 +14513,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14400
14513
  * Gets or sets TabIndex to use for the checkbox.
14401
14514
  */
14402
14515
  get: function () {
14403
- return this.i.av;
14516
+ return this.i.bb;
14404
14517
  },
14405
14518
  set: function (v) {
14406
- this.i.av = +v;
14519
+ this.i.bb = +v;
14407
14520
  },
14408
14521
  enumerable: false,
14409
14522
  configurable: true
@@ -14413,10 +14526,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14413
14526
  * Gets or sets the value of the aria-label attribute.
14414
14527
  */
14415
14528
  get: function () {
14416
- return this.i.bb;
14529
+ return this.i.bv;
14417
14530
  },
14418
14531
  set: function (v) {
14419
- this.i.bb = v;
14532
+ this.i.bv = v;
14420
14533
  },
14421
14534
  enumerable: false,
14422
14535
  configurable: true
@@ -14449,10 +14562,23 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14449
14562
  });
14450
14563
  Object.defineProperty(IgxXIconComponent.prototype, "opacity", {
14451
14564
  get: function () {
14452
- return this.i.an;
14565
+ return this.i.a3;
14453
14566
  },
14454
14567
  set: function (v) {
14455
- this.i.an = +v;
14568
+ this.i.a3 = +v;
14569
+ },
14570
+ enumerable: false,
14571
+ configurable: true
14572
+ });
14573
+ Object.defineProperty(IgxXIconComponent.prototype, "actualViewBoxLeft", {
14574
+ /**
14575
+ * Gets the actual viewbox left for the svg icon.
14576
+ */
14577
+ get: function () {
14578
+ return this.i.as;
14579
+ },
14580
+ set: function (v) {
14581
+ this.i.as = +v;
14456
14582
  },
14457
14583
  enumerable: false,
14458
14584
  configurable: true
@@ -14462,10 +14588,23 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14462
14588
  * Gets or sets the viewbox left for the svg icon.
14463
14589
  */
14464
14590
  get: function () {
14465
- return this.i.aq;
14591
+ return this.i.a6;
14466
14592
  },
14467
14593
  set: function (v) {
14468
- this.i.aq = +v;
14594
+ this.i.a6 = +v;
14595
+ },
14596
+ enumerable: false,
14597
+ configurable: true
14598
+ });
14599
+ Object.defineProperty(IgxXIconComponent.prototype, "actualViewBoxTop", {
14600
+ /**
14601
+ * Gets the actual viewbox top for the svg icon.
14602
+ */
14603
+ get: function () {
14604
+ return this.i.at;
14605
+ },
14606
+ set: function (v) {
14607
+ this.i.at = +v;
14469
14608
  },
14470
14609
  enumerable: false,
14471
14610
  configurable: true
@@ -14475,10 +14614,23 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14475
14614
  * Gets or sets the viewbox top for the svg icon.
14476
14615
  */
14477
14616
  get: function () {
14478
- return this.i.ar;
14617
+ return this.i.a7;
14479
14618
  },
14480
14619
  set: function (v) {
14481
- this.i.ar = +v;
14620
+ this.i.a7 = +v;
14621
+ },
14622
+ enumerable: false,
14623
+ configurable: true
14624
+ });
14625
+ Object.defineProperty(IgxXIconComponent.prototype, "actualViewBoxWidth", {
14626
+ /**
14627
+ * Gets the actual viewbox width for the svg icon.
14628
+ */
14629
+ get: function () {
14630
+ return this.i.au;
14631
+ },
14632
+ set: function (v) {
14633
+ this.i.au = +v;
14482
14634
  },
14483
14635
  enumerable: false,
14484
14636
  configurable: true
@@ -14488,10 +14640,23 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14488
14640
  * Gets or sets the viewbox width for the svg icon.
14489
14641
  */
14490
14642
  get: function () {
14491
- return this.i.as;
14643
+ return this.i.a8;
14492
14644
  },
14493
14645
  set: function (v) {
14494
- this.i.as = +v;
14646
+ this.i.a8 = +v;
14647
+ },
14648
+ enumerable: false,
14649
+ configurable: true
14650
+ });
14651
+ Object.defineProperty(IgxXIconComponent.prototype, "actualViewBoxHeight", {
14652
+ /**
14653
+ * Gets the actual viewbox height for the svg icon.
14654
+ */
14655
+ get: function () {
14656
+ return this.i.ar;
14657
+ },
14658
+ set: function (v) {
14659
+ this.i.ar = +v;
14495
14660
  },
14496
14661
  enumerable: false,
14497
14662
  configurable: true
@@ -14501,10 +14666,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14501
14666
  * Gets or sets the viewbox height for the svg icon.
14502
14667
  */
14503
14668
  get: function () {
14504
- return this.i.ap;
14669
+ return this.i.a5;
14505
14670
  },
14506
14671
  set: function (v) {
14507
- this.i.ap = +v;
14672
+ this.i.a5 = +v;
14508
14673
  },
14509
14674
  enumerable: false,
14510
14675
  configurable: true
@@ -14514,10 +14679,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14514
14679
  * Gets or sets the width of the icon.
14515
14680
  */
14516
14681
  get: function () {
14517
- return this.i.at;
14682
+ return this.i.a9;
14518
14683
  },
14519
14684
  set: function (v) {
14520
- this.i.at = +v;
14685
+ this.i.a9 = +v;
14521
14686
  },
14522
14687
  enumerable: false,
14523
14688
  configurable: true
@@ -14527,10 +14692,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14527
14692
  * Gets or sets the height of the icon.
14528
14693
  */
14529
14694
  get: function () {
14530
- return this.i.al;
14695
+ return this.i.a1;
14531
14696
  },
14532
14697
  set: function (v) {
14533
- this.i.al = +v;
14698
+ this.i.a1 = +v;
14534
14699
  },
14535
14700
  enumerable: false,
14536
14701
  configurable: true
@@ -14611,7 +14776,7 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14611
14776
 
14612
14777
  */
14613
14778
  IgxXIconComponent.prototype.exportVisualModel = function () {
14614
- var iv = this.i.a0();
14779
+ var iv = this.i.bg();
14615
14780
  return (iv);
14616
14781
  };
14617
14782
  /**
@@ -14619,7 +14784,7 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14619
14784
 
14620
14785
  */
14621
14786
  IgxXIconComponent.prototype.exportSerializedVisualModel = function () {
14622
- var iv = this.i.bi();
14787
+ var iv = this.i.b2();
14623
14788
  return (iv);
14624
14789
  };
14625
14790
  IgxXIconComponent.prototype._runInZone = function (act) {
@@ -14631,7 +14796,7 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14631
14796
  }
14632
14797
  };
14633
14798
  IgxXIconComponent.ɵfac = ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXIconComponent, deps: [{ token: Renderer2 }, { token: ViewContainerRef }, { token: NgZone }, { token: Injector }, { token: ComponentFactoryResolver }], target: ɵɵFactoryTarget.Component });
14634
- IgxXIconComponent.ɵcmp = ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXIconComponent, selector: "igx-x-icon", inputs: { baseTheme: "baseTheme", actualFill: "actualFill", actualStroke: "actualStroke", actualTextColor: "actualTextColor", actualStrokeWidth: "actualStrokeWidth", fill: "fill", stroke: "stroke", strokeWidth: "strokeWidth", textColor: "textColor", hoverFill: "hoverFill", hoverStroke: "hoverStroke", hoverStrokeThickness: "hoverStrokeThickness", hoverTextColor: "hoverTextColor", fillColors: "fillColors", strokeColors: "strokeColors", primaryFillColor: "primaryFillColor", primaryStrokeColor: "primaryStrokeColor", secondaryFillColor: "secondaryFillColor", secondaryStrokeColor: "secondaryStrokeColor", source: "source", dataURL: "dataURL", svgPath: "svgPath", svg: "svg", sVGPaths: "sVGPaths", textStyle: "textStyle", id: "id", tabIndex: ["tabindex", "tabIndex"], ariaLabel: ["aria-label", "ariaLabel"], isHover: "isHover", disabled: "disabled", opacity: "opacity", viewBoxLeft: "viewBoxLeft", viewBoxTop: "viewBoxTop", viewBoxWidth: "viewBoxWidth", viewBoxHeight: "viewBoxHeight", width: "width", height: "height" }, host: { properties: { "attr.id": "this.id" }, classAttribute: "ig-x-icon igx-x-icon" }, providers: [], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "_childTemplateRef", first: true, predicate: ["childContent"], descendants: true, read: TemplateRef }], ngImport: i0, template: "<ng-template #childContent><ng-content></ng-content></ng-template>\n<ng-container #dynamicContent></ng-container>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n vertical-align: middle; \n\t\t}\n\t"], changeDetection: ChangeDetectionStrategy.OnPush });
14799
+ IgxXIconComponent.ɵcmp = ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXIconComponent, selector: "igx-x-icon", inputs: { baseTheme: "baseTheme", actualFill: "actualFill", actualStroke: "actualStroke", actualTextColor: "actualTextColor", actualStrokeWidth: "actualStrokeWidth", fill: "fill", stroke: "stroke", strokeWidth: "strokeWidth", textColor: "textColor", hoverFill: "hoverFill", hoverStroke: "hoverStroke", hoverStrokeThickness: "hoverStrokeThickness", hoverTextColor: "hoverTextColor", fillColors: "fillColors", strokeColors: "strokeColors", primaryFillColor: "primaryFillColor", primaryStrokeColor: "primaryStrokeColor", secondaryFillColor: "secondaryFillColor", secondaryStrokeColor: "secondaryStrokeColor", source: "source", dataURL: "dataURL", svgPath: "svgPath", svg: "svg", sVGPaths: "sVGPaths", textStyle: "textStyle", id: "id", tabIndex: ["tabindex", "tabIndex"], ariaLabel: ["aria-label", "ariaLabel"], isHover: "isHover", disabled: "disabled", opacity: "opacity", actualViewBoxLeft: "actualViewBoxLeft", viewBoxLeft: "viewBoxLeft", actualViewBoxTop: "actualViewBoxTop", viewBoxTop: "viewBoxTop", actualViewBoxWidth: "actualViewBoxWidth", viewBoxWidth: "viewBoxWidth", actualViewBoxHeight: "actualViewBoxHeight", viewBoxHeight: "viewBoxHeight", width: "width", height: "height" }, host: { properties: { "attr.id": "this.id" }, classAttribute: "ig-x-icon igx-x-icon" }, providers: [], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "_childTemplateRef", first: true, predicate: ["childContent"], descendants: true, read: TemplateRef }], ngImport: i0, template: "<ng-template #childContent><ng-content></ng-content></ng-template>\n<ng-container #dynamicContent></ng-container>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n vertical-align: middle; \n\t\t}\n\t"], changeDetection: ChangeDetectionStrategy.OnPush });
14635
14800
  return IgxXIconComponent;
14636
14801
  }());
14637
14802
  ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXIconComponent, decorators: [{
@@ -14717,12 +14882,20 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
14717
14882
  type: Input
14718
14883
  }], opacity: [{
14719
14884
  type: Input
14885
+ }], actualViewBoxLeft: [{
14886
+ type: Input
14720
14887
  }], viewBoxLeft: [{
14721
14888
  type: Input
14889
+ }], actualViewBoxTop: [{
14890
+ type: Input
14722
14891
  }], viewBoxTop: [{
14723
14892
  type: Input
14893
+ }], actualViewBoxWidth: [{
14894
+ type: Input
14724
14895
  }], viewBoxWidth: [{
14725
14896
  type: Input
14897
+ }], actualViewBoxHeight: [{
14898
+ type: Input
14726
14899
  }], viewBoxHeight: [{
14727
14900
  type: Input
14728
14901
  }], width: [{
@@ -30131,7 +30304,7 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
30131
30304
  return this.u.fill;
30132
30305
  case 102:
30133
30306
  this.ao(a);
30134
- return this.u.dp;
30307
+ return this.u.ea;
30135
30308
  case 2: return d.cq;
30136
30309
  case 1:
30137
30310
  switch (c.t) {
@@ -30195,7 +30368,7 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
30195
30368
  break;
30196
30369
  case 102:
30197
30370
  this.ao(a);
30198
- this.u.dp = c;
30371
+ this.u.ea = c;
30199
30372
  break;
30200
30373
  case 2:
30201
30374
  e.cq = c == null ? null : c.toString();
@@ -31965,7 +32138,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
31965
32138
  this.v = i;
31966
32139
  var j = this.u.get2DCanvasContext(this.v);
31967
32140
  this.l = new RenderingContext(new CanvasViewRenderer(), j);
31968
- this.l.ad(this.j);
32141
+ this.l.ae(this.j);
31969
32142
  this.ab();
31970
32143
  this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
31971
32144
  this.a.bl = this.g.e0;
@@ -32040,7 +32213,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
32040
32213
  this.i = c;
32041
32214
  this.j = this.i;
32042
32215
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
32043
- this.l.ad(this.i);
32216
+ this.l.ae(this.i);
32044
32217
  this.g.trackDirty();
32045
32218
  }
32046
32219
  };
@@ -37397,15 +37570,15 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
37397
37570
  case 16: return this.v;
37398
37571
  case 15: return this.u;
37399
37572
  case 18: return enumGetBox(BaseControlTheme_$type, c.m);
37400
- case 44: return c.aq;
37401
- case 45: return c.ar;
37402
- case 46: return c.as;
37403
- case 47: return c.ap;
37404
- case 48: return c.at;
37405
- case 49: return c.al;
37573
+ case 44: return c.a6;
37574
+ case 45: return c.a7;
37575
+ case 46: return c.a8;
37576
+ case 47: return c.a5;
37577
+ case 48: return c.a9;
37578
+ case 49: return c.a1;
37406
37579
  case 63: return c.e;
37407
37580
  case 64: return c.f;
37408
- case 65: return c.ao;
37581
+ case 65: return c.a4;
37409
37582
  }
37410
37583
  return _super.prototype.getValue.call(this, a, b);
37411
37584
  };
@@ -37426,22 +37599,22 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
37426
37599
  }
37427
37600
  break;
37428
37601
  case 44:
37429
- d.aq = c;
37602
+ d.a6 = c;
37430
37603
  break;
37431
37604
  case 45:
37432
- d.ar = c;
37605
+ d.a7 = c;
37433
37606
  break;
37434
37607
  case 46:
37435
- d.as = c;
37608
+ d.a8 = c;
37436
37609
  break;
37437
37610
  case 47:
37438
- d.ap = c;
37611
+ d.a5 = c;
37439
37612
  break;
37440
37613
  case 48:
37441
- d.at = c;
37614
+ d.a9 = c;
37442
37615
  break;
37443
37616
  case 49:
37444
- d.al = c;
37617
+ d.a1 = c;
37445
37618
  break;
37446
37619
  case 63:
37447
37620
  d.e = c;
@@ -37450,7 +37623,7 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
37450
37623
  d.f = c;
37451
37624
  break;
37452
37625
  case 65:
37453
- d.ao = c;
37626
+ d.a4 = c;
37454
37627
  break;
37455
37628
  }
37456
37629
  };
@@ -37464,8 +37637,8 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
37464
37637
  a.svg = null;
37465
37638
  a.svgPath = null;
37466
37639
  a.b = null;
37467
- a.bg = null;
37468
- a.a1 = null;
37640
+ a.b0 = null;
37641
+ a.bh = null;
37469
37642
  var b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
37470
37643
  if (b != null) {
37471
37644
  if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
@@ -37483,16 +37656,16 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
37483
37656
  }
37484
37657
  var d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
37485
37658
  if (d != null) {
37486
- a.bg = d;
37659
+ a.b0 = d;
37487
37660
  return;
37488
37661
  }
37489
37662
  var e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
37490
37663
  if (e != null) {
37491
- a.a1 = e;
37664
+ a.bh = e;
37492
37665
  }
37493
37666
  };
37494
37667
  XIconBridge.prototype.exportVisualData = function (a) {
37495
- return a.a0();
37668
+ return a.bg();
37496
37669
  };
37497
37670
  XIconBridge.$t = markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
37498
37671
  return XIconBridge;
@@ -37780,7 +37953,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
37780
37953
  }
37781
37954
  };
37782
37955
  XPopupBridge.prototype.exportVisualData = function (a) {
37783
- return a.a0();
37956
+ return a.bg();
37784
37957
  };
37785
37958
  XPopupBridge.prototype.addChild = function (a, b) {
37786
37959
  this.ae.add(b);