igniteui-webcomponents-inputs 5.3.0 → 5.4.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 (36) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +701 -629
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonView_combined.js +2 -0
  4. package/esm2015/lib/DatePickerView_combined.js +2 -2
  5. package/esm2015/lib/IconView_combined.js +336 -288
  6. package/esm2015/lib/InputGroupView_combined.js +216 -209
  7. package/esm2015/lib/MultiSliderBridge.js +14 -14
  8. package/esm2015/lib/NativeUIXInputsFactory_combined.js +7 -7
  9. package/esm2015/lib/XButtonBridge.js +2 -2
  10. package/esm2015/lib/XButtonGroupBridge.js +2 -2
  11. package/esm2015/lib/XComponentBridge.js +1 -1
  12. package/esm2015/lib/XIconBridge.js +5 -5
  13. package/esm2015/lib/XInputBridge.js +22 -22
  14. package/esm2015/lib/XPopupBridge.js +11 -3
  15. package/esm2015/lib/igc-x-icon-component.js +46 -46
  16. package/esm2015/lib/igc-x-label-component.js +51 -51
  17. package/esm5/lib/ButtonView_combined.js +2 -0
  18. package/esm5/lib/DatePickerView_combined.js +2 -2
  19. package/esm5/lib/IconView_combined.js +328 -272
  20. package/esm5/lib/InputGroupView_combined.js +209 -202
  21. package/esm5/lib/MultiSliderBridge.js +14 -14
  22. package/esm5/lib/NativeUIXInputsFactory_combined.js +7 -7
  23. package/esm5/lib/XButtonBridge.js +2 -2
  24. package/esm5/lib/XButtonGroupBridge.js +2 -2
  25. package/esm5/lib/XComponentBridge.js +1 -1
  26. package/esm5/lib/XIconBridge.js +5 -5
  27. package/esm5/lib/XInputBridge.js +22 -22
  28. package/esm5/lib/XPopupBridge.js +11 -3
  29. package/esm5/lib/igc-x-icon-component.js +46 -46
  30. package/esm5/lib/igc-x-label-component.js +51 -51
  31. package/fesm2015/igniteui-webcomponents-inputs.js +717 -653
  32. package/fesm5/igniteui-webcomponents-inputs.js +702 -630
  33. package/lib/IconView_combined.d.ts +94 -84
  34. package/lib/InputGroupView_combined.d.ts +75 -74
  35. package/lib/XPopupBridge.d.ts +1 -0
  36. package/package.json +2 -2
@@ -24,6 +24,7 @@ import { LineVisualData } from "igniteui-webcomponents-core";
24
24
  import { RectangleVisualData } from "igniteui-webcomponents-core";
25
25
  import { EllipseVisualData } from "igniteui-webcomponents-core";
26
26
  import { DoubleCollection } from "igniteui-webcomponents-core";
27
+ import { LegendItemHelper } from "igniteui-webcomponents-core";
27
28
  import { isNaN_ } from "igniteui-webcomponents-core";
28
29
  import { IIcon_$type } from "igniteui-webcomponents-core";
29
30
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
@@ -66,7 +67,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
66
67
  _this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
67
68
  return _this;
68
69
  }
69
- IconView.prototype.al = function () {
70
+ IconView.prototype.am = function () {
70
71
  };
71
72
  IconView.prototype.l = function () {
72
73
  return true;
@@ -99,7 +100,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
99
100
  enumerable: false,
100
101
  configurable: true
101
102
  });
102
- IconView.prototype.aj = function (a) {
103
+ IconView.prototype.ak = function (a) {
103
104
  var e_1, _a;
104
105
  if (a == null) {
105
106
  try {
@@ -136,7 +137,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
136
137
  this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
137
138
  this.v.rootWrapper.setStyleProperty("align-items", "center");
138
139
  this.v.rootWrapper.setStyleProperty("justify-content", "center");
139
- this.as();
140
+ this.au();
140
141
  var c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
141
142
  c.setStyleProperty("position", "absolute");
142
143
  c.setStyleProperty("top", "0");
@@ -149,14 +150,14 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
149
150
  d.setStyleProperty("width", "100%");
150
151
  d.setStyleProperty("object-fit", "contain");
151
152
  this.x = d;
152
- this.ay();
153
+ this.a0();
153
154
  this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
154
155
  this.y.append(this.w);
155
156
  this.v.append(this.y);
156
- this.o.add(c.listen("click", runOn(this, this.ai)));
157
- this.d.ch();
157
+ this.o.add(c.listen("click", runOn(this, this.aj)));
158
+ this.d.cm();
158
159
  };
159
- IconView.prototype.av = function (a) {
160
+ IconView.prototype.ax = function (a) {
160
161
  this.n.clear();
161
162
  this.v.rootWrapper.removeChildren();
162
163
  this.v.rootWrapper.append(this.y);
@@ -171,7 +172,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
171
172
  this.p.add(b);
172
173
  }
173
174
  };
174
- IconView.prototype.aw = function (a) {
175
+ IconView.prototype.ay = function (a) {
175
176
  this.n.clear();
176
177
  this.v.rootWrapper.removeChildren();
177
178
  this.v.rootWrapper.append(this.y);
@@ -188,14 +189,14 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
188
189
  }
189
190
  }
190
191
  };
191
- IconView.prototype.au = function (a) {
192
+ IconView.prototype.aw = function (a) {
192
193
  this.v.rootWrapper.removeChildren();
193
194
  if (a != null) {
194
195
  var b = this.v.rootWrapper.getNativeElement();
195
196
  b.innerHTML = a;
196
197
  }
197
198
  };
198
- IconView.prototype.aq = function (a) {
199
+ IconView.prototype.as = function (a) {
199
200
  if (this.ab != a) {
200
201
  this.ab = a;
201
202
  this.v.rootWrapper.removeChildren();
@@ -203,12 +204,12 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
203
204
  this.x.setAttribute("src", a);
204
205
  }
205
206
  };
206
- IconView.prototype.at = function (a) {
207
+ IconView.prototype.av = function (a) {
207
208
  if (typeof a === 'string') {
208
- this.aq(typeCast(String_$type, a));
209
+ this.as(typeCast(String_$type, a));
209
210
  }
210
211
  };
211
- IconView.prototype.ag = function () {
212
+ IconView.prototype.ah = function () {
212
213
  if (this.d.k != 3 && this.d.k != 4) {
213
214
  this.ab = null;
214
215
  }
@@ -216,18 +217,18 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
216
217
  IconView.prototype.k = function () {
217
218
  return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
218
219
  };
219
- IconView.prototype.as = function () {
220
+ IconView.prototype.au = function () {
220
221
  this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.at) ? "1.5rem" : this.d.at + "px");
221
222
  this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.al) ? "1.5rem" : this.d.al + "px");
222
223
  };
223
- IconView.prototype.ay = function () {
224
+ IconView.prototype.a0 = function () {
224
225
  var a = isNaN_(this.d.aq) ? 0 : this.d.aq;
225
226
  var b = isNaN_(this.d.ar) ? 0 : this.d.ar;
226
227
  var c = isNaN_(this.d.as) ? 24 : this.d.as;
227
228
  var d = isNaN_(this.d.ap) ? 24 : this.d.ap;
228
229
  this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
229
230
  };
230
- IconView.prototype.an = function (a, b) {
231
+ IconView.prototype.ao = function (a, b) {
231
232
  var c = a.color;
232
233
  if (!this.n.containsKey(a)) {
233
234
  if (a.isGradient) {
@@ -255,7 +256,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
255
256
  }
256
257
  }
257
258
  };
258
- IconView.prototype.ao = function (a, b) {
259
+ IconView.prototype.ap = function (a, b) {
259
260
  var c = a;
260
261
  if (this.n.containsKey(b)) {
261
262
  c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
@@ -266,7 +267,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
266
267
  NativeUI.r(a, b);
267
268
  }
268
269
  };
269
- IconView.prototype.ap = function (a, b) {
270
+ IconView.prototype.aq = function (a, b) {
270
271
  var c = a;
271
272
  if (this.n.containsKey(b)) {
272
273
  c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
@@ -277,22 +278,22 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
277
278
  };
278
279
  IconView.prototype.ac = function (a) {
279
280
  };
280
- IconView.prototype.am = function () {
281
+ IconView.prototype.an = function () {
281
282
  if (this.l()) {
282
283
  }
283
284
  };
284
285
  IconView.prototype.ad = function (a) {
285
- this.d.ce();
286
+ this.d.cj();
286
287
  };
287
288
  IconView.prototype.ae = function (a) {
288
- this.d.cf();
289
+ this.d.ck();
289
290
  };
290
- IconView.prototype.ah = function () {
291
+ IconView.prototype.ai = function () {
291
292
  this.j = true;
292
293
  this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ad)));
293
294
  this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.ae)));
294
295
  };
295
- IconView.prototype.ak = function () {
296
+ IconView.prototype.al = function () {
296
297
  var e_2, _a;
297
298
  this.j = false;
298
299
  try {
@@ -316,7 +317,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
316
317
  }
317
318
  this.o.clear();
318
319
  };
319
- IconView.prototype.ax = function (a) {
320
+ IconView.prototype.az = function (a) {
320
321
  if (a != null) {
321
322
  this.v.rootWrapper.setStyleProperty("font", a.fontString);
322
323
  }
@@ -330,7 +331,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
330
331
  c[1] = b;
331
332
  return c;
332
333
  };
333
- IconView.prototype.ai = function (a) {
334
+ IconView.prototype.aj = function (a) {
334
335
  if (this.d.x()) {
335
336
  a.stopPropagation();
336
337
  a.preventDefault();
@@ -341,7 +342,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
341
342
  var b = this.v.rootWrapper.getNativeElement();
342
343
  return a.toArray();
343
344
  };
344
- IconView.prototype.af = function (a, b) {
345
+ IconView.prototype.ag = function (a, b) {
345
346
  for (var c = 0; c < b.e.count; c++) {
346
347
  var d = b.e._inner[c];
347
348
  var e = this.h(d);
@@ -349,7 +350,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
349
350
  a.add(e);
350
351
  }
351
352
  else {
352
- this.af(a, d);
353
+ this.ag(a, d);
353
354
  }
354
355
  }
355
356
  };
@@ -362,7 +363,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
362
363
  $ret.an = a.w;
363
364
  return $ret;
364
365
  })());
365
- this.ar(c, a);
366
+ this.at(c, a);
366
367
  b = new PathVisualData(1, "path1", c);
367
368
  break;
368
369
  case 3:
@@ -372,7 +373,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
372
373
  e.ao = d.x;
373
374
  e.ap = d.y;
374
375
  e.aq = d.z;
375
- this.ar(e, a);
376
+ this.at(e, a);
376
377
  b = new LineVisualData(1, "line1", e);
377
378
  break;
378
379
  case 4:
@@ -382,7 +383,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
382
383
  g.height = f.w;
383
384
  g.ap = f.x;
384
385
  g.aq = f.y;
385
- this.ar(g, a);
386
+ this.at(g, a);
386
387
  b = new RectangleVisualData(1, "rect1", g);
387
388
  break;
388
389
  case 5:
@@ -391,13 +392,13 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
391
392
  var i = new Ellipse();
392
393
  i.width = h.y * 2;
393
394
  i.height = h.z * 2;
394
- this.ar(i, a);
395
+ this.at(i, a);
395
396
  b = new EllipseVisualData(1, "ellipse1", i);
396
397
  break;
397
398
  }
398
399
  return b;
399
400
  };
400
- IconView.prototype.ar = function (a, b) {
401
+ IconView.prototype.at = function (a, b) {
401
402
  var c = b;
402
403
  a.ad = b.t;
403
404
  a.j = c.h;
@@ -430,6 +431,16 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
430
431
  }
431
432
  return null;
432
433
  };
434
+ IconView.prototype.ar = function (a, b) {
435
+ this.v.rootWrapper.removeChildren();
436
+ if (a == null) {
437
+ return;
438
+ }
439
+ LegendItemHelper.c(this.v, 0, 0, 24, 24, b, null, a, null);
440
+ };
441
+ IconView.prototype.af = function () {
442
+ this.v.rootWrapper.removeChildren();
443
+ };
433
444
  IconView.$t = markType(IconView, 'IconView');
434
445
  return IconView;
435
446
  }(Base));
@@ -444,34 +455,36 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
444
455
  _this._view = null;
445
456
  _this.k = 0;
446
457
  _this.l = 0;
447
- _this.co = XIcon.c4;
448
- _this.cp = XIcon.c8;
449
- _this.cq = XIcon.c9;
458
+ _this.cv = XIcon.db;
459
+ _this.cw = XIcon.df;
460
+ _this.cx = XIcon.dg;
450
461
  _this.y = XIcon.ak;
451
- _this.cr = XIcon.c4;
452
- _this.cz = XIcon.c8;
462
+ _this.cy = XIcon.db;
463
+ _this.c6 = XIcon.df;
453
464
  _this.ac = XIcon.ak;
454
- _this.c0 = XIcon.c9;
455
- _this.cs = XIcon.c5;
456
- _this.ct = XIcon.c6;
465
+ _this.c7 = XIcon.dg;
466
+ _this.cz = XIcon.dc;
467
+ _this.c0 = XIcon.dd;
457
468
  _this.aa = XIcon.aj;
458
- _this.cu = null;
469
+ _this.c1 = null;
459
470
  _this.c = null;
460
471
  _this.d = null;
461
- _this.cv = null;
462
- _this.cw = null;
463
- _this.cx = null;
464
- _this.cy = null;
465
- _this.ax = null;
466
- _this.a1 = null;
467
- _this.a4 = null;
472
+ _this.c2 = null;
473
+ _this.c3 = null;
474
+ _this.c4 = null;
475
+ _this.c5 = null;
476
+ _this.ay = null;
468
477
  _this.a3 = null;
478
+ _this.a6 = null;
479
+ _this.a5 = null;
469
480
  _this.a = null;
481
+ _this.ct = null;
482
+ _this.ax = null;
470
483
  _this.n = null;
471
- _this.a2 = "ig-icon-" + XIcon.aw++;
484
+ _this.a4 = "ig-icon-" + XIcon.aw++;
472
485
  _this.au = 0;
473
486
  _this.p = false;
474
- _this.a0 = null;
487
+ _this.a2 = null;
475
488
  _this.r = false;
476
489
  _this.q = false;
477
490
  _this.ab = 1;
@@ -486,7 +499,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
486
499
  var a = new IconView();
487
500
  a.d = _this;
488
501
  _this.view = a;
489
- _this.view.al();
502
+ _this.view.am();
490
503
  return _this;
491
504
  }
492
505
  Object.defineProperty(XIcon.prototype, "view", {
@@ -502,13 +515,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
502
515
  XIcon.prototype.destroy = function () {
503
516
  this.provideContainer(null);
504
517
  };
505
- XIcon.prototype.cg = function (a, b, c) {
518
+ XIcon.prototype.cl = function (a, b, c) {
506
519
  if (this.propertyChanged != null) {
507
520
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
508
521
  }
509
- this.cj(a, b, c);
522
+ this.co(a, b, c);
510
523
  };
511
- XIcon.prototype.cj = function (a, b, c) {
524
+ XIcon.prototype.co = function (a, b, c) {
512
525
  switch (a) {
513
526
  case "Fill":
514
527
  case "Stroke":
@@ -517,73 +530,80 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
517
530
  case "HoverStroke":
518
531
  case "HoverStrokeThickness":
519
532
  case "IsHover":
520
- this.cn();
533
+ this.cs();
521
534
  break;
522
535
  case "FillColors":
523
536
  case "StrokeColors":
524
537
  case "ActualFill":
525
538
  case "ActualStroke":
526
539
  case "ActualStrokeWidth":
527
- this.cl();
540
+ this.cq();
528
541
  break;
529
542
  case "SVG":
530
- this.a4 = null;
543
+ this.a6 = null;
531
544
  this.a = null;
532
- this.cl();
545
+ this.cq();
533
546
  break;
534
547
  case "SVGPath":
535
- this.a3 = null;
548
+ this.a5 = null;
536
549
  this.a = null;
537
- this.cl();
550
+ this.cq();
538
551
  break;
539
552
  case "SVGPaths":
540
- this.a3 = null;
541
- this.a4 = null;
542
- this.cl();
553
+ this.a5 = null;
554
+ this.a6 = null;
555
+ this.cq();
543
556
  break;
544
557
  case "DataURL":
545
- this.a3 = null;
546
- this.a4 = null;
558
+ this.a5 = null;
559
+ this.a6 = null;
547
560
  this.a = null;
548
- this.cl();
561
+ this.cq();
549
562
  break;
550
563
  case "Source":
551
- this.a3 = null;
552
- this.a4 = null;
564
+ this.a5 = null;
565
+ this.a6 = null;
566
+ this.a = null;
567
+ this.cq();
568
+ break;
569
+ case "DataTemplate":
570
+ case "DataTemplateContext":
571
+ this.a5 = null;
572
+ this.a6 = null;
553
573
  this.a = null;
554
- this.cl();
574
+ this.cq();
555
575
  break;
556
576
  case "Opacity":
557
- this.cm();
577
+ this.cr();
558
578
  break;
559
579
  case "ViewBoxLeft":
560
580
  case "ViewBoxTop":
561
581
  case "ViewBoxWidth":
562
582
  case "ViewBoxHeight":
563
- this.view.ay();
583
+ this.view.a0();
564
584
  break;
565
585
  case "Width":
566
586
  case "Height":
567
- this.view.as();
587
+ this.view.au();
568
588
  break;
569
589
  }
570
590
  };
571
- XIcon.prototype.cn = function () {
572
- var a = this.fill != null ? this.fill : XIcon.c4;
573
- var b = this.dh != null ? this.dh : XIcon.c8;
591
+ XIcon.prototype.cs = function () {
592
+ var a = this.fill != null ? this.fill : XIcon.db;
593
+ var b = this.dp != null ? this.dp : XIcon.df;
574
594
  var c = !isNaN_(this.ao) ? this.ao : XIcon.ak;
575
- var d = this.di != null ? this.di : XIcon.c9;
595
+ var d = this.dq != null ? this.dq : XIcon.dg;
576
596
  if (this.v) {
577
- this.c1 = this.da != null ? this.da : a;
578
- this.c2 = this.db != null ? this.db : b;
597
+ this.c8 = this.dh != null ? this.dh : a;
598
+ this.c9 = this.di != null ? this.di : b;
579
599
  this.ai = !isNaN_(this.am) ? this.am : c;
580
- this.c3 = this.dc != null ? this.dc : d;
600
+ this.da = this.dj != null ? this.dj : d;
581
601
  }
582
602
  else {
583
- this.c1 = a;
584
- this.c2 = b;
603
+ this.c8 = a;
604
+ this.c9 = b;
585
605
  this.ai = c;
586
- this.c3 = d;
606
+ this.da = d;
587
607
  }
588
608
  };
589
609
  Object.defineProperty(XIcon.prototype, "t", {
@@ -593,54 +613,60 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
593
613
  enumerable: false,
594
614
  configurable: true
595
615
  });
596
- XIcon.prototype.cm = function () {
616
+ XIcon.prototype.cr = function () {
597
617
  NativeUI.y(this.view.z, this.an);
598
618
  };
599
- XIcon.prototype.cl = function () {
619
+ XIcon.prototype.cf = function () {
620
+ this.view.af();
621
+ };
622
+ XIcon.prototype.cq = function () {
600
623
  var a = this.view.z;
601
624
  if (this.t) {
602
625
  var b = this.view.aa;
603
- NativeUI.r(b, this.c1);
604
- NativeUI.aa(b, this.c2);
626
+ NativeUI.r(b, this.c8);
627
+ NativeUI.aa(b, this.c9);
605
628
  NativeUI.ad(b, this.ai);
606
629
  }
607
630
  else {
608
631
  var c = this.j();
609
632
  if (c != this.k) {
610
633
  this.k = c;
611
- this.view.ag();
634
+ this.view.ah();
612
635
  }
613
636
  var d = false;
614
- if (this.svgPath != null) {
637
+ if (this.cu != null) {
638
+ this.view.ar(this.cu, this.az);
639
+ }
640
+ else if (this.svgPath != null) {
615
641
  if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
616
- this.view.au(this.svgPath);
642
+ this.view.aw(this.svgPath);
617
643
  d = true;
618
644
  }
619
645
  else {
620
- this.view.av(this.svgPath);
646
+ this.view.ax(this.svgPath);
621
647
  }
622
648
  }
623
649
  else if (this.b != null) {
624
- this.view.aw(this.b);
650
+ this.view.ay(this.b);
625
651
  var e = this.view.c;
626
652
  if (e != null && e.length > 0) {
627
653
  var f = NativeUI.r;
628
654
  var g = NativeUI.aa;
629
- this.ci();
630
- f = runOn(this.view, this.view.ao);
631
- g = runOn(this.view, this.view.ap);
655
+ this.cn();
656
+ f = runOn(this.view, this.view.ap);
657
+ g = runOn(this.view, this.view.aq);
632
658
  for (var h = 0; h < e.length; h++) {
633
- if (this.c1 != null) {
634
- f(e[h], this.c1);
659
+ if (this.c8 != null) {
660
+ f(e[h], this.c8);
635
661
  }
636
- if (this.c2 != null) {
637
- g(e[h], this.c2);
662
+ if (this.c9 != null) {
663
+ g(e[h], this.c9);
638
664
  }
639
665
  if (!isNaN_(this.ai)) {
640
666
  NativeUI.ad(e[h], this.ai);
641
667
  }
642
- if (this.c3 != null) {
643
- NativeUI.q(e[h], this.c3);
668
+ if (this.da != null) {
669
+ NativeUI.q(e[h], this.da);
644
670
  }
645
671
  if (this.e != null && this.e.count == e.length) {
646
672
  f(e[h], this.e.item(h));
@@ -651,36 +677,38 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
651
677
  }
652
678
  }
653
679
  if (this.o != null) {
654
- this.view.ax(this.o);
680
+ this.view.az(this.o);
655
681
  }
656
682
  return;
657
683
  }
658
684
  else if (this.svg != null) {
659
- this.view.au(this.svg);
685
+ this.view.aw(this.svg);
660
686
  d = true;
661
687
  }
662
- else if (this.bc != null) {
663
- this.view.aq(this.bc);
688
+ else if (this.bg != null) {
689
+ this.view.as(this.bg);
690
+ }
691
+ else if (this.a1 != null) {
692
+ this.view.av(this.a1);
664
693
  }
665
- else if (this.az != null) {
666
- this.view.at(this.az);
694
+ else {
667
695
  }
668
696
  if (d) {
669
697
  for (var i = 0; i < this.view.r.count; i++) {
670
698
  var j = this.view.r._inner[i].c;
671
- NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dd));
699
+ NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dk));
672
700
  }
673
701
  for (var k = 0; k < this.view.s.count; k++) {
674
702
  var l = this.view.s._inner[k].c;
675
- NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.de));
703
+ NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.dl));
676
704
  }
677
705
  for (var m = 0; m < this.view.t.count; m++) {
678
706
  var n = this.view.t._inner[m].c;
679
- NativeUI.r(this.view.t._inner[m].d, n.l.f(this.df));
707
+ NativeUI.r(this.view.t._inner[m].d, n.l.f(this.dm));
680
708
  }
681
709
  for (var o = 0; o < this.view.u.count; o++) {
682
710
  var p = this.view.u._inner[o].c;
683
- NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dg));
711
+ NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dn));
684
712
  }
685
713
  for (var q = 0; q < this.view.e.o.count; q++) {
686
714
  var r = this.view.e.o._inner[q];
@@ -706,41 +734,41 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
706
734
  }
707
735
  for (var ac = 0; ac < this.view.q.count; ac++) {
708
736
  var ad = this.view.q._inner[ac].c;
709
- NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.c1));
710
- NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.c2));
737
+ NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.c8));
738
+ NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.c9));
711
739
  }
712
740
  }
713
741
  var ae = this.view.z;
714
- if (this.c1 != null) {
715
- NativeUI.r(ae, this.c1);
742
+ if (this.c8 != null) {
743
+ NativeUI.r(ae, this.c8);
716
744
  }
717
- if (this.c2 != null) {
718
- NativeUI.aa(ae, this.c2);
745
+ if (this.c9 != null) {
746
+ NativeUI.aa(ae, this.c9);
719
747
  }
720
748
  if (!isNaN_(this.ai)) {
721
749
  NativeUI.ad(ae, this.ai);
722
750
  }
723
751
  }
724
752
  if (this.o != null) {
725
- this.view.ax(this.o);
753
+ this.view.az(this.o);
726
754
  }
727
- if (this.c3 != null) {
728
- NativeUI.q(this.view.z, this.c3);
755
+ if (this.da != null) {
756
+ NativeUI.q(this.view.z, this.da);
729
757
  }
730
758
  };
731
- XIcon.prototype.ci = function () {
759
+ XIcon.prototype.cn = function () {
732
760
  var e_3, _a, e_4, _b;
733
- if (this.c1 != null) {
734
- this.view.an(this.c1, "fill");
761
+ if (this.c8 != null) {
762
+ this.view.ao(this.c8, "fill");
735
763
  }
736
- if (this.c2 != null) {
737
- this.view.an(this.c2, "stroke");
764
+ if (this.c9 != null) {
765
+ this.view.ao(this.c9, "stroke");
738
766
  }
739
767
  if (this.e != null) {
740
768
  try {
741
769
  for (var _c = __values(fromEnum(this.e)), _d = _c.next(); !_d.done; _d = _c.next()) {
742
770
  var a = _d.value;
743
- this.view.an(a, "fills");
771
+ this.view.ao(a, "fills");
744
772
  }
745
773
  }
746
774
  catch (e_3_1) {
@@ -761,7 +789,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
761
789
  try {
762
790
  for (var _e = __values(fromEnum(this.f)), _f = _e.next(); !_f.done; _f = _e.next()) {
763
791
  var b = _f.value;
764
- this.view.an(b, "strokes");
792
+ this.view.ao(b, "strokes");
765
793
  }
766
794
  }
767
795
  catch (e_4_1) {
@@ -790,10 +818,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
790
818
  else if (this.svg != null) {
791
819
  a = 0;
792
820
  }
793
- else if (this.bc != null) {
821
+ else if (this.bg != null) {
794
822
  a = 3;
795
823
  }
796
- else if (this.az != null) {
824
+ else if (this.a1 != null) {
797
825
  a = 4;
798
826
  }
799
827
  return a;
@@ -806,49 +834,49 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
806
834
  var b = this.l;
807
835
  this.l = a;
808
836
  if (b != this.l) {
809
- this.cg("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
837
+ this.cl("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
810
838
  }
811
839
  },
812
840
  enumerable: false,
813
841
  configurable: true
814
842
  });
815
- Object.defineProperty(XIcon.prototype, "c1", {
843
+ Object.defineProperty(XIcon.prototype, "c8", {
816
844
  get: function () {
817
- return this.co;
845
+ return this.cv;
818
846
  },
819
847
  set: function (a) {
820
- var b = this.co;
821
- this.co = a;
822
- if (b != this.co) {
823
- this.cg("ActualFill", b, a);
848
+ var b = this.cv;
849
+ this.cv = a;
850
+ if (b != this.cv) {
851
+ this.cl("ActualFill", b, a);
824
852
  }
825
853
  },
826
854
  enumerable: false,
827
855
  configurable: true
828
856
  });
829
- Object.defineProperty(XIcon.prototype, "c2", {
857
+ Object.defineProperty(XIcon.prototype, "c9", {
830
858
  get: function () {
831
- return this.cp;
859
+ return this.cw;
832
860
  },
833
861
  set: function (a) {
834
- var b = this.cp;
835
- this.cp = a;
836
- if (b != this.cp) {
837
- this.cg("ActualStroke", b, a);
862
+ var b = this.cw;
863
+ this.cw = a;
864
+ if (b != this.cw) {
865
+ this.cl("ActualStroke", b, a);
838
866
  }
839
867
  },
840
868
  enumerable: false,
841
869
  configurable: true
842
870
  });
843
- Object.defineProperty(XIcon.prototype, "c3", {
871
+ Object.defineProperty(XIcon.prototype, "da", {
844
872
  get: function () {
845
- return this.cq;
873
+ return this.cx;
846
874
  },
847
875
  set: function (a) {
848
- var b = this.cq;
849
- this.cq = a;
850
- if (b != this.cq) {
851
- this.cg("ActualTextColor", b, a);
876
+ var b = this.cx;
877
+ this.cx = a;
878
+ if (b != this.cx) {
879
+ this.cl("ActualTextColor", b, a);
852
880
  }
853
881
  },
854
882
  enumerable: false,
@@ -862,7 +890,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
862
890
  var b = this.y;
863
891
  this.y = a;
864
892
  if (b != this.y) {
865
- this.cg("ActualStrokeWidth", b, a);
893
+ this.cl("ActualStrokeWidth", b, a);
866
894
  }
867
895
  },
868
896
  enumerable: false,
@@ -870,27 +898,27 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
870
898
  });
871
899
  Object.defineProperty(XIcon.prototype, "fill", {
872
900
  get: function () {
873
- return this.cr;
901
+ return this.cy;
874
902
  },
875
903
  set: function (a) {
876
- var b = this.cr;
877
- this.cr = a;
878
- if (b != this.cr) {
879
- this.cg("Fill", b, a);
904
+ var b = this.cy;
905
+ this.cy = a;
906
+ if (b != this.cy) {
907
+ this.cl("Fill", b, a);
880
908
  }
881
909
  },
882
910
  enumerable: false,
883
911
  configurable: true
884
912
  });
885
- Object.defineProperty(XIcon.prototype, "dh", {
913
+ Object.defineProperty(XIcon.prototype, "dp", {
886
914
  get: function () {
887
- return this.cz;
915
+ return this.c6;
888
916
  },
889
917
  set: function (a) {
890
- var b = this.cz;
891
- this.cz = a;
892
- if (b != this.cz) {
893
- this.cg("Stroke", b, a);
918
+ var b = this.c6;
919
+ this.c6 = a;
920
+ if (b != this.c6) {
921
+ this.cl("Stroke", b, a);
894
922
  }
895
923
  },
896
924
  enumerable: false,
@@ -904,49 +932,49 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
904
932
  var b = this.ac;
905
933
  this.ac = a;
906
934
  if (b != this.ac) {
907
- this.cg("StrokeWidth", b, a);
935
+ this.cl("StrokeWidth", b, a);
908
936
  }
909
937
  },
910
938
  enumerable: false,
911
939
  configurable: true
912
940
  });
913
- Object.defineProperty(XIcon.prototype, "di", {
941
+ Object.defineProperty(XIcon.prototype, "dq", {
914
942
  get: function () {
915
- return this.c0;
943
+ return this.c7;
916
944
  },
917
945
  set: function (a) {
918
- var b = this.c0;
919
- this.c0 = a;
920
- if (b != this.c0) {
921
- this.cg("TextColor", b, a);
946
+ var b = this.c7;
947
+ this.c7 = a;
948
+ if (b != this.c7) {
949
+ this.cl("TextColor", b, a);
922
950
  }
923
951
  },
924
952
  enumerable: false,
925
953
  configurable: true
926
954
  });
927
- Object.defineProperty(XIcon.prototype, "da", {
955
+ Object.defineProperty(XIcon.prototype, "dh", {
928
956
  get: function () {
929
- return this.cs;
957
+ return this.cz;
930
958
  },
931
959
  set: function (a) {
932
- var b = this.cs;
933
- this.cs = a;
934
- if (b != this.cs) {
935
- this.cg("HoverFill", b, a);
960
+ var b = this.cz;
961
+ this.cz = a;
962
+ if (b != this.cz) {
963
+ this.cl("HoverFill", b, a);
936
964
  }
937
965
  },
938
966
  enumerable: false,
939
967
  configurable: true
940
968
  });
941
- Object.defineProperty(XIcon.prototype, "db", {
969
+ Object.defineProperty(XIcon.prototype, "di", {
942
970
  get: function () {
943
- return this.ct;
971
+ return this.c0;
944
972
  },
945
973
  set: function (a) {
946
- var b = this.ct;
947
- this.ct = a;
948
- if (b != this.ct) {
949
- this.cg("HoverStroke", b, a);
974
+ var b = this.c0;
975
+ this.c0 = a;
976
+ if (b != this.c0) {
977
+ this.cl("HoverStroke", b, a);
950
978
  }
951
979
  },
952
980
  enumerable: false,
@@ -960,21 +988,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
960
988
  var b = this.aa;
961
989
  this.aa = a;
962
990
  if (b != this.aa) {
963
- this.cg("HoverStrokeThickness", b, a);
991
+ this.cl("HoverStrokeThickness", b, a);
964
992
  }
965
993
  },
966
994
  enumerable: false,
967
995
  configurable: true
968
996
  });
969
- Object.defineProperty(XIcon.prototype, "dc", {
997
+ Object.defineProperty(XIcon.prototype, "dj", {
970
998
  get: function () {
971
- return this.cu;
999
+ return this.c1;
972
1000
  },
973
1001
  set: function (a) {
974
- var b = this.cu;
975
- this.cu = a;
976
- if (b != this.cu) {
977
- this.cg("HoverTextColor", b, a);
1002
+ var b = this.c1;
1003
+ this.c1 = a;
1004
+ if (b != this.c1) {
1005
+ this.cl("HoverTextColor", b, a);
978
1006
  }
979
1007
  },
980
1008
  enumerable: false,
@@ -988,7 +1016,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
988
1016
  var b = this.c;
989
1017
  this.c = a;
990
1018
  if (b != this.c) {
991
- this.cg("FillColors", b, this.c);
1019
+ this.cl("FillColors", b, this.c);
992
1020
  }
993
1021
  },
994
1022
  enumerable: false,
@@ -1002,91 +1030,91 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1002
1030
  var b = this.d;
1003
1031
  this.d = a;
1004
1032
  if (b != this.d) {
1005
- this.cg("StrokeColors", b, this.d);
1033
+ this.cl("StrokeColors", b, this.d);
1006
1034
  }
1007
1035
  },
1008
1036
  enumerable: false,
1009
1037
  configurable: true
1010
1038
  });
1011
- Object.defineProperty(XIcon.prototype, "dd", {
1039
+ Object.defineProperty(XIcon.prototype, "dk", {
1012
1040
  get: function () {
1013
- return this.cv;
1041
+ return this.c2;
1014
1042
  },
1015
1043
  set: function (a) {
1016
- var b = this.cv;
1017
- this.cv = a;
1018
- if (b != this.cv) {
1019
- this.cg("PrimaryFillColor", b, this.cv);
1044
+ var b = this.c2;
1045
+ this.c2 = a;
1046
+ if (b != this.c2) {
1047
+ this.cl("PrimaryFillColor", b, this.c2);
1020
1048
  }
1021
1049
  },
1022
1050
  enumerable: false,
1023
1051
  configurable: true
1024
1052
  });
1025
- Object.defineProperty(XIcon.prototype, "de", {
1053
+ Object.defineProperty(XIcon.prototype, "dl", {
1026
1054
  get: function () {
1027
- return this.cw;
1055
+ return this.c3;
1028
1056
  },
1029
1057
  set: function (a) {
1030
- var b = this.cw;
1031
- this.cw = a;
1032
- if (b != this.cw) {
1033
- this.cg("PrimaryStrokeColor", b, this.cw);
1058
+ var b = this.c3;
1059
+ this.c3 = a;
1060
+ if (b != this.c3) {
1061
+ this.cl("PrimaryStrokeColor", b, this.c3);
1034
1062
  }
1035
1063
  },
1036
1064
  enumerable: false,
1037
1065
  configurable: true
1038
1066
  });
1039
- Object.defineProperty(XIcon.prototype, "df", {
1067
+ Object.defineProperty(XIcon.prototype, "dm", {
1040
1068
  get: function () {
1041
- return this.cx;
1069
+ return this.c4;
1042
1070
  },
1043
1071
  set: function (a) {
1044
- var b = this.cx;
1045
- this.cx = a;
1046
- if (b != this.cx) {
1047
- this.cg("SecondaryFillColor", b, this.cx);
1072
+ var b = this.c4;
1073
+ this.c4 = a;
1074
+ if (b != this.c4) {
1075
+ this.cl("SecondaryFillColor", b, this.c4);
1048
1076
  }
1049
1077
  },
1050
1078
  enumerable: false,
1051
1079
  configurable: true
1052
1080
  });
1053
- Object.defineProperty(XIcon.prototype, "dg", {
1081
+ Object.defineProperty(XIcon.prototype, "dn", {
1054
1082
  get: function () {
1055
- return this.cy;
1083
+ return this.c5;
1056
1084
  },
1057
1085
  set: function (a) {
1058
- var b = this.cy;
1059
- this.cy = a;
1060
- if (b != this.cy) {
1061
- this.cg("SecondaryStrokeColor", b, this.cy);
1086
+ var b = this.c5;
1087
+ this.c5 = a;
1088
+ if (b != this.c5) {
1089
+ this.cl("SecondaryStrokeColor", b, this.c5);
1062
1090
  }
1063
1091
  },
1064
1092
  enumerable: false,
1065
1093
  configurable: true
1066
1094
  });
1067
- Object.defineProperty(XIcon.prototype, "az", {
1095
+ Object.defineProperty(XIcon.prototype, "a1", {
1068
1096
  get: function () {
1069
- return this.ax;
1097
+ return this.ay;
1070
1098
  },
1071
1099
  set: function (a) {
1072
- var b = this.ax;
1073
- this.ax = a;
1074
- if (b != this.ax) {
1075
- this.cg("Source", b, a);
1100
+ var b = this.ay;
1101
+ this.ay = a;
1102
+ if (b != this.ay) {
1103
+ this.cl("Source", b, a);
1076
1104
  }
1077
1105
  },
1078
1106
  enumerable: false,
1079
1107
  configurable: true
1080
1108
  });
1081
- Object.defineProperty(XIcon.prototype, "bc", {
1109
+ Object.defineProperty(XIcon.prototype, "bg", {
1082
1110
  get: function () {
1083
- return this.a1;
1111
+ return this.a3;
1084
1112
  },
1085
1113
  set: function (a) {
1086
- var b = this.a1;
1087
- this.a1 = a;
1088
- if (b != this.a1) {
1089
- this.cg("DataURL", b, a);
1114
+ var b = this.a3;
1115
+ this.a3 = a;
1116
+ if (b != this.a3) {
1117
+ this.cl("DataURL", b, a);
1090
1118
  }
1091
1119
  },
1092
1120
  enumerable: false,
@@ -1094,13 +1122,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1094
1122
  });
1095
1123
  Object.defineProperty(XIcon.prototype, "svgPath", {
1096
1124
  get: function () {
1097
- return this.a4;
1125
+ return this.a6;
1098
1126
  },
1099
1127
  set: function (a) {
1100
- var b = this.a4;
1101
- this.a4 = a;
1102
- if (b != this.a4) {
1103
- this.cg("SVGPath", b, a);
1128
+ var b = this.a6;
1129
+ this.a6 = a;
1130
+ if (b != this.a6) {
1131
+ this.cl("SVGPath", b, a);
1104
1132
  }
1105
1133
  },
1106
1134
  enumerable: false,
@@ -1108,13 +1136,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1108
1136
  });
1109
1137
  Object.defineProperty(XIcon.prototype, "svg", {
1110
1138
  get: function () {
1111
- return this.a3;
1139
+ return this.a5;
1112
1140
  },
1113
1141
  set: function (a) {
1114
- var b = this.a3;
1115
- this.a3 = a;
1116
- if (b != this.a3) {
1117
- this.cg("SVG", b, this.a3);
1142
+ var b = this.a5;
1143
+ this.a5 = a;
1144
+ if (b != this.a5) {
1145
+ this.cl("SVG", b, this.a5);
1118
1146
  }
1119
1147
  },
1120
1148
  enumerable: false,
@@ -1128,16 +1156,44 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1128
1156
  var b = this.a;
1129
1157
  this.a = a;
1130
1158
  if (b != this.a) {
1131
- this.cg("SVGPaths", b, this.a);
1159
+ this.cl("SVGPaths", b, this.a);
1132
1160
  }
1133
1161
  },
1134
1162
  enumerable: false,
1135
1163
  configurable: true
1136
1164
  });
1137
- XIcon.prototype.ce = function () {
1165
+ Object.defineProperty(XIcon.prototype, "cu", {
1166
+ get: function () {
1167
+ return this.ct;
1168
+ },
1169
+ set: function (a) {
1170
+ var b = this.ct;
1171
+ this.ct = a;
1172
+ if (b != this.ct) {
1173
+ this.cl("DataTemplate", b, this.ct);
1174
+ }
1175
+ },
1176
+ enumerable: false,
1177
+ configurable: true
1178
+ });
1179
+ Object.defineProperty(XIcon.prototype, "az", {
1180
+ get: function () {
1181
+ return this.ax;
1182
+ },
1183
+ set: function (a) {
1184
+ var b = this.ax;
1185
+ this.ax = a;
1186
+ if (b != this.ax) {
1187
+ this.cl("DataTemplateContext", b, this.ax);
1188
+ }
1189
+ },
1190
+ enumerable: false,
1191
+ configurable: true
1192
+ });
1193
+ XIcon.prototype.cj = function () {
1138
1194
  this.v = true;
1139
1195
  };
1140
- XIcon.prototype.cf = function () {
1196
+ XIcon.prototype.ck = function () {
1141
1197
  this.v = false;
1142
1198
  };
1143
1199
  Object.defineProperty(XIcon.prototype, "o", {
@@ -1148,21 +1204,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1148
1204
  var b = this.n;
1149
1205
  this.n = a;
1150
1206
  if (b != this.n) {
1151
- this.cg("TextStyle", b, a);
1207
+ this.cl("TextStyle", b, a);
1152
1208
  }
1153
1209
  },
1154
1210
  enumerable: false,
1155
1211
  configurable: true
1156
1212
  });
1157
- Object.defineProperty(XIcon.prototype, "bm", {
1213
+ Object.defineProperty(XIcon.prototype, "bq", {
1158
1214
  get: function () {
1159
- return this.a2;
1215
+ return this.a4;
1160
1216
  },
1161
1217
  set: function (a) {
1162
- var b = this.a2;
1163
- this.a2 = a;
1164
- if (b != this.a2) {
1165
- this.cg("Id", b, a);
1218
+ var b = this.a4;
1219
+ this.a4 = a;
1220
+ if (b != this.a4) {
1221
+ this.cl("Id", b, a);
1166
1222
  }
1167
1223
  },
1168
1224
  enumerable: false,
@@ -1184,21 +1240,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1184
1240
  this.au = a;
1185
1241
  this.p = true;
1186
1242
  if (b != this.au) {
1187
- this.cg("TabIndex", b, a);
1243
+ this.cl("TabIndex", b, a);
1188
1244
  }
1189
1245
  },
1190
1246
  enumerable: false,
1191
1247
  configurable: true
1192
1248
  });
1193
- Object.defineProperty(XIcon.prototype, "a9", {
1249
+ Object.defineProperty(XIcon.prototype, "bb", {
1194
1250
  get: function () {
1195
- return this.a0;
1251
+ return this.a2;
1196
1252
  },
1197
1253
  set: function (a) {
1198
- var b = this.a0;
1199
- this.a0 = a;
1200
- if (b != this.a0) {
1201
- this.cg("AriaLabel", b, a);
1254
+ var b = this.a2;
1255
+ this.a2 = a;
1256
+ if (b != this.a2) {
1257
+ this.cl("AriaLabel", b, a);
1202
1258
  }
1203
1259
  },
1204
1260
  enumerable: false,
@@ -1212,7 +1268,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1212
1268
  var b = this.r;
1213
1269
  this.r = a;
1214
1270
  if (b != this.r) {
1215
- this.cg("IsHover", b, a);
1271
+ this.cl("IsHover", b, a);
1216
1272
  }
1217
1273
  },
1218
1274
  enumerable: false,
@@ -1226,7 +1282,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1226
1282
  var b = this.q;
1227
1283
  this.q = a;
1228
1284
  if (b != this.q) {
1229
- this.cg("IsDisabled", b, a);
1285
+ this.cl("IsDisabled", b, a);
1230
1286
  }
1231
1287
  },
1232
1288
  enumerable: false,
@@ -1240,7 +1296,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1240
1296
  var b = this.ab;
1241
1297
  this.ab = a;
1242
1298
  if (b != this.ab) {
1243
- this.cg("Opacity", b, this.ab);
1299
+ this.cl("Opacity", b, this.ab);
1244
1300
  }
1245
1301
  },
1246
1302
  enumerable: false,
@@ -1254,7 +1310,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1254
1310
  var b = this.ae;
1255
1311
  this.ae = a;
1256
1312
  if (b != this.ae) {
1257
- this.cg("ViewBoxLeft", b, this.ae);
1313
+ this.cl("ViewBoxLeft", b, this.ae);
1258
1314
  }
1259
1315
  },
1260
1316
  enumerable: false,
@@ -1268,7 +1324,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1268
1324
  var b = this.af;
1269
1325
  this.af = a;
1270
1326
  if (b != this.af) {
1271
- this.cg("ViewBoxTop", b, this.af);
1327
+ this.cl("ViewBoxTop", b, this.af);
1272
1328
  }
1273
1329
  },
1274
1330
  enumerable: false,
@@ -1282,7 +1338,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1282
1338
  var b = this.ag;
1283
1339
  this.ag = a;
1284
1340
  if (b != this.ag) {
1285
- this.cg("ViewBoxWidth", b, this.ag);
1341
+ this.cl("ViewBoxWidth", b, this.ag);
1286
1342
  }
1287
1343
  },
1288
1344
  enumerable: false,
@@ -1296,7 +1352,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1296
1352
  var b = this.ad;
1297
1353
  this.ad = a;
1298
1354
  if (b != this.ad) {
1299
- this.cg("ViewBoxHeight", b, this.ad);
1355
+ this.cl("ViewBoxHeight", b, this.ad);
1300
1356
  }
1301
1357
  },
1302
1358
  enumerable: false,
@@ -1310,7 +1366,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1310
1366
  var b = this.ah;
1311
1367
  this.ah = a;
1312
1368
  if (b != this.ah) {
1313
- this.cg("Width", b, this.ah);
1369
+ this.cl("Width", b, this.ah);
1314
1370
  }
1315
1371
  },
1316
1372
  enumerable: false,
@@ -1324,19 +1380,19 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1324
1380
  var b = this.z;
1325
1381
  this.z = a;
1326
1382
  if (b != this.z) {
1327
- this.cg("Height", b, this.z);
1383
+ this.cl("Height", b, this.z);
1328
1384
  }
1329
1385
  },
1330
1386
  enumerable: false,
1331
1387
  configurable: true
1332
1388
  });
1333
- XIcon.prototype.ch = function () {
1389
+ XIcon.prototype.cm = function () {
1334
1390
  };
1335
1391
  XIcon.prototype.onDetachedFromUI = function () {
1336
- this.view.ak();
1392
+ this.view.al();
1337
1393
  };
1338
1394
  XIcon.prototype.onAttachedToUI = function () {
1339
- this.view.ah();
1395
+ this.view.ai();
1340
1396
  };
1341
1397
  XIcon.prototype.x = function () {
1342
1398
  if (this.disabled) {
@@ -1352,10 +1408,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1352
1408
  XIcon.prototype.w = function () {
1353
1409
  return this.view.l();
1354
1410
  };
1355
- XIcon.prototype.ay = function () {
1411
+ XIcon.prototype.a0 = function () {
1356
1412
  return this.g();
1357
1413
  };
1358
- XIcon.prototype.be = function () {
1414
+ XIcon.prototype.bi = function () {
1359
1415
  var a = this.g();
1360
1416
  return a.l();
1361
1417
  };
@@ -1369,7 +1425,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1369
1425
  a.a = this.view.a();
1370
1426
  a.svg = this.svg;
1371
1427
  a.svgPath = this.svgPath;
1372
- a.k = this.bc;
1428
+ a.k = this.bg;
1373
1429
  if (this.o != null) {
1374
1430
  var c = this.o;
1375
1431
  if (this.view != null && c.q == null) {
@@ -1401,15 +1457,15 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1401
1457
  return a;
1402
1458
  };
1403
1459
  XIcon.prototype.provideContainer = function (a) {
1404
- this.view.aj(a);
1460
+ this.view.ak(a);
1405
1461
  };
1406
1462
  XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
1407
- XIcon.c4 = null;
1408
- XIcon.c9 = null;
1409
- XIcon.c8 = null;
1410
- XIcon.c5 = null;
1411
- XIcon.c6 = null;
1412
- XIcon.c7 = null;
1463
+ XIcon.db = null;
1464
+ XIcon.dg = null;
1465
+ XIcon.df = null;
1466
+ XIcon.dc = null;
1467
+ XIcon.dd = null;
1468
+ XIcon.de = null;
1413
1469
  XIcon.ak = NaN;
1414
1470
  XIcon.aj = NaN;
1415
1471
  XIcon.aw = 0;