igniteui-webcomponents-inputs 6.0.1 → 6.0.2-beta.1

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.
@@ -51,11 +51,12 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  _this.u = null;
52
52
  _this.e = null;
53
53
  _this.f = null;
54
- _this.ab = null;
54
+ _this.ac = null;
55
55
  _this.n = new Dictionary$2(Brush.$, String_$type, 0);
56
56
  _this.j = true;
57
57
  _this.y = null;
58
58
  _this.x = null;
59
+ _this.z = null;
59
60
  _this.w = null;
60
61
  _this.p = new List$1(DomWrapper_$type, 0);
61
62
  _this.q = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
@@ -67,19 +68,19 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
67
68
  _this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
68
69
  return _this;
69
70
  }
70
- IconView.prototype.am = function () {
71
+ IconView.prototype.an = function () {
71
72
  };
72
73
  IconView.prototype.l = function () {
73
74
  return true;
74
75
  };
75
- Object.defineProperty(IconView.prototype, "z", {
76
+ Object.defineProperty(IconView.prototype, "aa", {
76
77
  get: function () {
77
78
  return this.y;
78
79
  },
79
80
  enumerable: false,
80
81
  configurable: true
81
82
  });
82
- Object.defineProperty(IconView.prototype, "aa", {
83
+ Object.defineProperty(IconView.prototype, "ab", {
83
84
  get: function () {
84
85
  return null;
85
86
  },
@@ -100,7 +101,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
100
101
  enumerable: false,
101
102
  configurable: true
102
103
  });
103
- IconView.prototype.ak = function (a) {
104
+ IconView.prototype.al = function (a) {
104
105
  var e_1, _a;
105
106
  if (a == null) {
106
107
  try {
@@ -137,7 +138,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
137
138
  this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
138
139
  this.v.rootWrapper.setStyleProperty("align-items", "center");
139
140
  this.v.rootWrapper.setStyleProperty("justify-content", "center");
140
- this.au();
141
+ this.av();
141
142
  var c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
142
143
  c.setStyleProperty("position", "absolute");
143
144
  c.setStyleProperty("top", "0");
@@ -150,14 +151,15 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
150
151
  d.setStyleProperty("width", "100%");
151
152
  d.setStyleProperty("object-fit", "contain");
152
153
  this.x = d;
153
- this.a0();
154
+ this.a1();
154
155
  this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
155
156
  this.y.append(this.w);
156
157
  this.v.append(this.y);
157
- this.o.add(c.listen("click", runOn(this, this.aj)));
158
- this.d.cm();
158
+ this.o.add(c.listen("click", runOn(this, this.ak)));
159
+ this.d.c6();
159
160
  };
160
- IconView.prototype.ax = function (a) {
161
+ IconView.prototype.ay = function (a) {
162
+ this.z = null;
161
163
  this.n.clear();
162
164
  this.v.rootWrapper.removeChildren();
163
165
  this.v.rootWrapper.append(this.y);
@@ -172,7 +174,8 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
172
174
  this.p.add(b);
173
175
  }
174
176
  };
175
- IconView.prototype.ay = function (a) {
177
+ IconView.prototype.az = function (a) {
178
+ this.z = null;
176
179
  this.n.clear();
177
180
  this.v.rootWrapper.removeChildren();
178
181
  this.v.rootWrapper.append(this.y);
@@ -189,46 +192,69 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
189
192
  }
190
193
  }
191
194
  };
192
- IconView.prototype.aw = function (a) {
195
+ IconView.prototype.ax = function (a) {
196
+ this.z = null;
193
197
  this.v.rootWrapper.removeChildren();
194
198
  if (a != null) {
195
199
  var b = this.v.rootWrapper.getNativeElement();
196
200
  b.innerHTML = a;
201
+ this.z = this.v.rootWrapper.getChildAt(0);
202
+ var c = this.z.getAttribute("viewbox");
203
+ if (c != null) {
204
+ var d = c.split(' ');
205
+ if (d.length == 1) {
206
+ d = c.split(',');
207
+ }
208
+ if (d.length == 4) {
209
+ var e = parseFloat(d[0].trim());
210
+ var f = parseFloat(d[1].trim());
211
+ var g = parseFloat(d[2].trim());
212
+ var h = parseFloat(d[3].trim());
213
+ this.d.dd(e, f, g, h);
214
+ }
215
+ }
216
+ else {
217
+ this.d.dd(NaN, NaN, NaN, NaN);
218
+ }
197
219
  }
198
220
  };
199
- IconView.prototype.as = function (a) {
200
- if (this.ab != a) {
201
- this.ab = a;
221
+ IconView.prototype.at = function (a) {
222
+ this.z = null;
223
+ if (this.ac != a) {
224
+ this.ac = a;
202
225
  this.v.rootWrapper.removeChildren();
203
226
  this.v.rootWrapper.append(this.x);
204
227
  this.x.setAttribute("src", a);
205
228
  }
206
229
  };
207
- IconView.prototype.av = function (a) {
230
+ IconView.prototype.aw = function (a) {
208
231
  if (typeof a === 'string') {
209
- this.as(typeCast(String_$type, a));
232
+ this.at(typeCast(String_$type, a));
210
233
  }
211
234
  };
212
- IconView.prototype.ah = function () {
235
+ IconView.prototype.ai = function () {
213
236
  if (this.d.k != 3 && this.d.k != 4) {
214
- this.ab = null;
237
+ this.ac = null;
215
238
  }
216
239
  };
217
240
  IconView.prototype.k = function () {
218
241
  return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
219
242
  };
220
- IconView.prototype.au = function () {
221
- this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.at) ? "1.5rem" : this.d.at + "px");
222
- this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.al) ? "1.5rem" : this.d.al + "px");
243
+ IconView.prototype.av = function () {
244
+ this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.a9) ? "1.5rem" : this.d.a9 + "px");
245
+ this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.a1) ? "1.5rem" : this.d.a1 + "px");
223
246
  };
224
- IconView.prototype.a0 = function () {
225
- var a = isNaN_(this.d.aq) ? 0 : this.d.aq;
226
- var b = isNaN_(this.d.ar) ? 0 : this.d.ar;
227
- var c = isNaN_(this.d.as) ? 24 : this.d.as;
228
- var d = isNaN_(this.d.ap) ? 24 : this.d.ap;
247
+ IconView.prototype.a1 = function () {
248
+ var a = this.d.as;
249
+ var b = this.d.at;
250
+ var c = this.d.au;
251
+ var d = this.d.ar;
229
252
  this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
253
+ if (this.z != null) {
254
+ this.z.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
255
+ }
230
256
  };
231
- IconView.prototype.ao = function (a, b) {
257
+ IconView.prototype.ap = function (a, b) {
232
258
  var c = a.color;
233
259
  if (!this.n.containsKey(a)) {
234
260
  if (a.isGradient) {
@@ -256,7 +282,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
256
282
  }
257
283
  }
258
284
  };
259
- IconView.prototype.ap = function (a, b) {
285
+ IconView.prototype.aq = function (a, b) {
260
286
  var c = a;
261
287
  if (this.n.containsKey(b)) {
262
288
  c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
@@ -267,7 +293,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
267
293
  NativeUI.r(a, b);
268
294
  }
269
295
  };
270
- IconView.prototype.aq = function (a, b) {
296
+ IconView.prototype.ar = function (a, b) {
271
297
  var c = a;
272
298
  if (this.n.containsKey(b)) {
273
299
  c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
@@ -276,24 +302,24 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
276
302
  NativeUI.aa(a, b);
277
303
  }
278
304
  };
279
- IconView.prototype.ac = function (a) {
305
+ IconView.prototype.ad = function (a) {
280
306
  };
281
- IconView.prototype.an = function () {
307
+ IconView.prototype.ao = function () {
282
308
  if (this.l()) {
283
309
  }
284
310
  };
285
- IconView.prototype.ad = function (a) {
286
- this.d.cj();
287
- };
288
311
  IconView.prototype.ae = function (a) {
289
- this.d.ck();
312
+ this.d.c3();
290
313
  };
291
- IconView.prototype.ai = function () {
314
+ IconView.prototype.af = function (a) {
315
+ this.d.c4();
316
+ };
317
+ IconView.prototype.aj = function () {
292
318
  this.j = true;
293
- this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ad)));
294
- this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.ae)));
319
+ this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ae)));
320
+ this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.af)));
295
321
  };
296
- IconView.prototype.al = function () {
322
+ IconView.prototype.am = function () {
297
323
  var e_2, _a;
298
324
  this.j = false;
299
325
  try {
@@ -317,7 +343,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
317
343
  }
318
344
  this.o.clear();
319
345
  };
320
- IconView.prototype.az = function (a) {
346
+ IconView.prototype.a0 = function (a) {
321
347
  if (a != null) {
322
348
  this.v.rootWrapper.setStyleProperty("font", a.fontString);
323
349
  }
@@ -331,7 +357,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
331
357
  c[1] = b;
332
358
  return c;
333
359
  };
334
- IconView.prototype.aj = function (a) {
360
+ IconView.prototype.ak = function (a) {
335
361
  if (this.d.x()) {
336
362
  a.stopPropagation();
337
363
  a.preventDefault();
@@ -342,7 +368,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
342
368
  var b = this.v.rootWrapper.getNativeElement();
343
369
  return a.toArray();
344
370
  };
345
- IconView.prototype.ag = function (a, b) {
371
+ IconView.prototype.ah = function (a, b) {
346
372
  for (var c = 0; c < b.e.count; c++) {
347
373
  var d = b.e._inner[c];
348
374
  var e = this.h(d);
@@ -350,7 +376,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
350
376
  a.add(e);
351
377
  }
352
378
  else {
353
- this.ag(a, d);
379
+ this.ah(a, d);
354
380
  }
355
381
  }
356
382
  };
@@ -363,7 +389,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
363
389
  $ret.an = a.w;
364
390
  return $ret;
365
391
  })());
366
- this.at(c, a);
392
+ this.au(c, a);
367
393
  b = new PathVisualData(1, "path1", c);
368
394
  break;
369
395
  case 3:
@@ -373,7 +399,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
373
399
  e.ao = d.x;
374
400
  e.ap = d.y;
375
401
  e.aq = d.z;
376
- this.at(e, a);
402
+ this.au(e, a);
377
403
  b = new LineVisualData(1, "line1", e);
378
404
  break;
379
405
  case 4:
@@ -383,7 +409,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
383
409
  g.height = f.w;
384
410
  g.ap = f.x;
385
411
  g.aq = f.y;
386
- this.at(g, a);
412
+ this.au(g, a);
387
413
  b = new RectangleVisualData(1, "rect1", g);
388
414
  break;
389
415
  case 5:
@@ -392,13 +418,13 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
392
418
  var i = new Ellipse();
393
419
  i.width = h.y * 2;
394
420
  i.height = h.z * 2;
395
- this.at(i, a);
421
+ this.au(i, a);
396
422
  b = new EllipseVisualData(1, "ellipse1", i);
397
423
  break;
398
424
  }
399
425
  return b;
400
426
  };
401
- IconView.prototype.at = function (a, b) {
427
+ IconView.prototype.au = function (a, b) {
402
428
  var c = b;
403
429
  a.ad = b.t;
404
430
  a.j = c.h;
@@ -431,14 +457,14 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
431
457
  }
432
458
  return null;
433
459
  };
434
- IconView.prototype.ar = function (a, b) {
460
+ IconView.prototype.as = function (a, b) {
435
461
  this.v.rootWrapper.removeChildren();
436
462
  if (a == null) {
437
463
  return;
438
464
  }
439
465
  LegendItemHelper.c(this.v, 0, 0, 24, 24, b, null, a, null);
440
466
  };
441
- IconView.prototype.af = function () {
467
+ IconView.prototype.ag = function () {
442
468
  this.v.rootWrapper.removeChildren();
443
469
  };
444
470
  IconView.$t = markType(IconView, 'IconView');
@@ -455,51 +481,59 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
455
481
  _this._view = null;
456
482
  _this.k = 0;
457
483
  _this.l = 0;
458
- _this.cv = XIcon.db;
459
- _this.cw = XIcon.df;
460
- _this.cx = XIcon.dg;
461
- _this.y = XIcon.ak;
462
- _this.cy = XIcon.db;
463
- _this.c6 = XIcon.df;
464
- _this.ac = XIcon.ak;
465
- _this.c7 = XIcon.dg;
466
- _this.cz = XIcon.dc;
467
- _this.c0 = XIcon.dd;
468
- _this.aa = XIcon.aj;
469
- _this.c1 = null;
484
+ _this.dg = XIcon.dx;
485
+ _this.dh = XIcon.d1;
486
+ _this.di = XIcon.d2;
487
+ _this.y = XIcon.aw;
488
+ _this.dj = XIcon.dx;
489
+ _this.ds = XIcon.d1;
490
+ _this.ak = XIcon.aw;
491
+ _this.dt = XIcon.d2;
492
+ _this.dk = XIcon.dy;
493
+ _this.dl = XIcon.dz;
494
+ _this.ae = XIcon.av;
495
+ _this.dm = null;
470
496
  _this.c = null;
471
497
  _this.d = null;
472
- _this.c2 = null;
473
- _this.c3 = null;
474
- _this.c4 = null;
475
- _this.c5 = null;
476
- _this.ay = null;
477
- _this.a3 = null;
478
- _this.a6 = null;
479
- _this.a5 = null;
498
+ _this.dn = null;
499
+ _this.dp = null;
500
+ _this.dq = null;
501
+ _this.dr = null;
502
+ _this.be = null;
503
+ _this.bj = null;
504
+ _this.bm = null;
505
+ _this.bl = null;
480
506
  _this.a = null;
481
- _this.ct = null;
482
- _this.ax = null;
507
+ _this.de = null;
508
+ _this.bd = null;
483
509
  _this.n = null;
484
- _this.a4 = "ig-icon-" + XIcon.aw++;
485
- _this.au = 0;
510
+ _this.bk = "ig-icon-" + XIcon.bc++;
511
+ _this.ba = 0;
486
512
  _this.p = false;
487
- _this.a2 = null;
513
+ _this.bi = null;
488
514
  _this.r = false;
489
515
  _this.q = false;
490
- _this.ab = 1;
491
- _this.ae = NaN;
492
- _this.af = NaN;
493
- _this.ag = NaN;
516
+ _this.af = 1;
517
+ _this.aa = 0;
518
+ _this.am = NaN;
519
+ _this.ab = 0;
520
+ _this.an = NaN;
521
+ _this.ac = 24;
522
+ _this.ao = NaN;
523
+ _this.z = 24;
524
+ _this.al = NaN;
525
+ _this.ap = NaN;
494
526
  _this.ad = NaN;
495
- _this.ah = NaN;
496
- _this.z = NaN;
497
527
  _this.clicked = null;
498
528
  _this.propertyChanged = null;
529
+ _this.ah = NaN;
530
+ _this.ai = NaN;
531
+ _this.aj = NaN;
532
+ _this.ag = NaN;
499
533
  var a = new IconView();
500
534
  a.d = _this;
501
535
  _this.view = a;
502
- _this.view.am();
536
+ _this.view.an();
503
537
  return _this;
504
538
  }
505
539
  Object.defineProperty(XIcon.prototype, "view", {
@@ -515,13 +549,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
515
549
  XIcon.prototype.destroy = function () {
516
550
  this.provideContainer(null);
517
551
  };
518
- XIcon.prototype.cl = function (a, b, c) {
552
+ XIcon.prototype.c5 = function (a, b, c) {
519
553
  if (this.propertyChanged != null) {
520
554
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
521
555
  }
522
- this.co(a, b, c);
556
+ this.c8(a, b, c);
523
557
  };
524
- XIcon.prototype.co = function (a, b, c) {
558
+ XIcon.prototype.c8 = function (a, b, c) {
525
559
  switch (a) {
526
560
  case "Fill":
527
561
  case "Stroke":
@@ -530,80 +564,92 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
530
564
  case "HoverStroke":
531
565
  case "HoverStrokeThickness":
532
566
  case "IsHover":
533
- this.cs();
567
+ this.dc();
534
568
  break;
535
569
  case "FillColors":
536
570
  case "StrokeColors":
537
571
  case "ActualFill":
538
572
  case "ActualStroke":
539
573
  case "ActualStrokeWidth":
540
- this.cq();
574
+ this.da();
541
575
  break;
542
576
  case "SVG":
543
- this.a6 = null;
577
+ this.bm = null;
544
578
  this.a = null;
545
- this.cq();
579
+ this.da();
546
580
  break;
547
581
  case "SVGPath":
548
- this.a5 = null;
582
+ this.bl = null;
549
583
  this.a = null;
550
- this.cq();
584
+ this.da();
551
585
  break;
552
586
  case "SVGPaths":
553
- this.a5 = null;
554
- this.a6 = null;
555
- this.cq();
587
+ this.bl = null;
588
+ this.bm = null;
589
+ this.da();
556
590
  break;
557
591
  case "DataURL":
558
- this.a5 = null;
559
- this.a6 = null;
592
+ this.bl = null;
593
+ this.bm = null;
560
594
  this.a = null;
561
- this.cq();
595
+ this.da();
562
596
  break;
563
597
  case "Source":
564
- this.a5 = null;
565
- this.a6 = null;
598
+ this.bl = null;
599
+ this.bm = null;
566
600
  this.a = null;
567
- this.cq();
601
+ this.da();
568
602
  break;
569
603
  case "DataTemplate":
570
604
  case "DataTemplateContext":
571
- this.a5 = null;
572
- this.a6 = null;
605
+ this.bl = null;
606
+ this.bm = null;
573
607
  this.a = null;
574
- this.cq();
608
+ this.da();
575
609
  break;
576
610
  case "Opacity":
577
- this.cr();
611
+ this.db();
578
612
  break;
579
613
  case "ViewBoxLeft":
614
+ this.as = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
615
+ break;
580
616
  case "ViewBoxTop":
617
+ this.at = !isNaN_(this.a7) ? this.a7 : !isNaN_(this.ai) ? this.ai : 0;
618
+ break;
581
619
  case "ViewBoxWidth":
620
+ this.au = !isNaN_(this.a8) ? this.a8 : !isNaN_(this.aj) ? this.aj : 24;
621
+ break;
582
622
  case "ViewBoxHeight":
583
- this.view.a0();
623
+ this.ar = !isNaN_(this.a5) ? this.a5 : !isNaN_(this.ag) ? this.ag : 24;
624
+ break;
625
+ case "ActualViewBoxLeft":
626
+ case "ActualViewBoxTop":
627
+ case "ActualViewBoxWidth":
628
+ case "ActualViewBoxHeight":
629
+ this.view.a1();
584
630
  break;
585
631
  case "Width":
586
632
  case "Height":
587
- this.view.au();
633
+ this.view.av();
588
634
  break;
589
635
  }
590
636
  };
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;
594
- var c = !isNaN_(this.ao) ? this.ao : XIcon.ak;
595
- var d = this.dq != null ? this.dq : XIcon.dg;
637
+ XIcon.prototype.dc = function () {
638
+ var a = this.fill != null ? this.fill : XIcon.dx;
639
+ var b = this.ea != null ? this.ea : XIcon.d1;
640
+ var c = !isNaN_(this.a4) ? this.a4 : XIcon.aw;
641
+ var d = this.eb != null ? this.eb : XIcon.d2;
596
642
  if (this.v) {
597
- this.c8 = this.dh != null ? this.dh : a;
598
- this.c9 = this.di != null ? this.di : b;
599
- this.ai = !isNaN_(this.am) ? this.am : c;
600
- this.da = this.dj != null ? this.dj : d;
643
+ this.du = this.d3 != null ? this.d3 : a;
644
+ this.dv = this.d4 != null ? this.d4 : b;
645
+ this.aq = !isNaN_(this.a2) ? this.a2 : c;
646
+ this.dw = this.d5 != null ? this.d5 : d;
601
647
  }
602
648
  else {
603
- this.c8 = a;
604
- this.c9 = b;
605
- this.ai = c;
606
- this.da = d;
649
+ this.du = a;
650
+ this.dv = b;
651
+ this.aq = c;
652
+ this.dw = d;
607
653
  }
608
654
  };
609
655
  Object.defineProperty(XIcon.prototype, "t", {
@@ -613,60 +659,60 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
613
659
  enumerable: false,
614
660
  configurable: true
615
661
  });
616
- XIcon.prototype.cr = function () {
617
- NativeUI.y(this.view.z, this.an);
662
+ XIcon.prototype.db = function () {
663
+ NativeUI.y(this.view.aa, this.a3);
618
664
  };
619
- XIcon.prototype.cf = function () {
620
- this.view.af();
665
+ XIcon.prototype.cz = function () {
666
+ this.view.ag();
621
667
  };
622
- XIcon.prototype.cq = function () {
623
- var a = this.view.z;
668
+ XIcon.prototype.da = function () {
669
+ var a = this.view.aa;
624
670
  if (this.t) {
625
- var b = this.view.aa;
626
- NativeUI.r(b, this.c8);
627
- NativeUI.aa(b, this.c9);
628
- NativeUI.ad(b, this.ai);
671
+ var b = this.view.ab;
672
+ NativeUI.r(b, this.du);
673
+ NativeUI.aa(b, this.dv);
674
+ NativeUI.ad(b, this.aq);
629
675
  }
630
676
  else {
631
677
  var c = this.j();
632
678
  if (c != this.k) {
633
679
  this.k = c;
634
- this.view.ah();
680
+ this.view.ai();
635
681
  }
636
682
  var d = false;
637
- if (this.cu != null) {
638
- this.view.ar(this.cu, this.az);
683
+ if (this.df != null) {
684
+ this.view.as(this.df, this.bf);
639
685
  }
640
686
  else if (this.svgPath != null) {
641
687
  if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
642
- this.view.aw(this.svgPath);
688
+ this.view.ax(this.svgPath);
643
689
  d = true;
644
690
  }
645
691
  else {
646
- this.view.ax(this.svgPath);
692
+ this.view.ay(this.svgPath);
647
693
  }
648
694
  }
649
695
  else if (this.b != null) {
650
- this.view.ay(this.b);
696
+ this.view.az(this.b);
651
697
  var e = this.view.c;
652
698
  if (e != null && e.length > 0) {
653
699
  var f = NativeUI.r;
654
700
  var g = NativeUI.aa;
655
- this.cn();
656
- f = runOn(this.view, this.view.ap);
657
- g = runOn(this.view, this.view.aq);
701
+ this.c7();
702
+ f = runOn(this.view, this.view.aq);
703
+ g = runOn(this.view, this.view.ar);
658
704
  for (var h = 0; h < e.length; h++) {
659
- if (this.c8 != null) {
660
- f(e[h], this.c8);
705
+ if (this.du != null) {
706
+ f(e[h], this.du);
661
707
  }
662
- if (this.c9 != null) {
663
- g(e[h], this.c9);
708
+ if (this.dv != null) {
709
+ g(e[h], this.dv);
664
710
  }
665
- if (!isNaN_(this.ai)) {
666
- NativeUI.ad(e[h], this.ai);
711
+ if (!isNaN_(this.aq)) {
712
+ NativeUI.ad(e[h], this.aq);
667
713
  }
668
- if (this.da != null) {
669
- NativeUI.q(e[h], this.da);
714
+ if (this.dw != null) {
715
+ NativeUI.q(e[h], this.dw);
670
716
  }
671
717
  if (this.e != null && this.e.count == e.length) {
672
718
  f(e[h], this.e.item(h));
@@ -677,38 +723,38 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
677
723
  }
678
724
  }
679
725
  if (this.o != null) {
680
- this.view.az(this.o);
726
+ this.view.a0(this.o);
681
727
  }
682
728
  return;
683
729
  }
684
730
  else if (this.svg != null) {
685
- this.view.aw(this.svg);
731
+ this.view.ax(this.svg);
686
732
  d = true;
687
733
  }
688
- else if (this.bg != null) {
689
- this.view.as(this.bg);
734
+ else if (this.b0 != null) {
735
+ this.view.at(this.b0);
690
736
  }
691
- else if (this.a1 != null) {
692
- this.view.av(this.a1);
737
+ else if (this.bh != null) {
738
+ this.view.aw(this.bh);
693
739
  }
694
740
  else {
695
741
  }
696
742
  if (d) {
697
743
  for (var i = 0; i < this.view.r.count; i++) {
698
744
  var j = this.view.r._inner[i].c;
699
- NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dk));
745
+ NativeUI.r(this.view.r._inner[i].d, j.l.f(this.d6));
700
746
  }
701
747
  for (var k = 0; k < this.view.s.count; k++) {
702
748
  var l = this.view.s._inner[k].c;
703
- NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.dl));
749
+ NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.d7));
704
750
  }
705
751
  for (var m = 0; m < this.view.t.count; m++) {
706
752
  var n = this.view.t._inner[m].c;
707
- NativeUI.r(this.view.t._inner[m].d, n.l.f(this.dm));
753
+ NativeUI.r(this.view.t._inner[m].d, n.l.f(this.d8));
708
754
  }
709
755
  for (var o = 0; o < this.view.u.count; o++) {
710
756
  var p = this.view.u._inner[o].c;
711
- NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dn));
757
+ NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.d9));
712
758
  }
713
759
  for (var q = 0; q < this.view.e.o.count; q++) {
714
760
  var r = this.view.e.o._inner[q];
@@ -734,41 +780,41 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
734
780
  }
735
781
  for (var ac = 0; ac < this.view.q.count; ac++) {
736
782
  var ad = this.view.q._inner[ac].c;
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));
783
+ NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.du));
784
+ NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.dv));
739
785
  }
740
786
  }
741
- var ae = this.view.z;
742
- if (this.c8 != null) {
743
- NativeUI.r(ae, this.c8);
787
+ var ae = this.view.aa;
788
+ if (this.du != null) {
789
+ NativeUI.r(ae, this.du);
744
790
  }
745
- if (this.c9 != null) {
746
- NativeUI.aa(ae, this.c9);
791
+ if (this.dv != null) {
792
+ NativeUI.aa(ae, this.dv);
747
793
  }
748
- if (!isNaN_(this.ai)) {
749
- NativeUI.ad(ae, this.ai);
794
+ if (!isNaN_(this.aq)) {
795
+ NativeUI.ad(ae, this.aq);
750
796
  }
751
797
  }
752
798
  if (this.o != null) {
753
- this.view.az(this.o);
799
+ this.view.a0(this.o);
754
800
  }
755
- if (this.da != null) {
756
- NativeUI.q(this.view.z, this.da);
801
+ if (this.dw != null) {
802
+ NativeUI.q(this.view.aa, this.dw);
757
803
  }
758
804
  };
759
- XIcon.prototype.cn = function () {
805
+ XIcon.prototype.c7 = function () {
760
806
  var e_3, _a, e_4, _b;
761
- if (this.c8 != null) {
762
- this.view.ao(this.c8, "fill");
807
+ if (this.du != null) {
808
+ this.view.ap(this.du, "fill");
763
809
  }
764
- if (this.c9 != null) {
765
- this.view.ao(this.c9, "stroke");
810
+ if (this.dv != null) {
811
+ this.view.ap(this.dv, "stroke");
766
812
  }
767
813
  if (this.e != null) {
768
814
  try {
769
815
  for (var _c = __values(fromEnum(this.e)), _d = _c.next(); !_d.done; _d = _c.next()) {
770
816
  var a = _d.value;
771
- this.view.ao(a, "fills");
817
+ this.view.ap(a, "fills");
772
818
  }
773
819
  }
774
820
  catch (e_3_1) {
@@ -789,7 +835,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
789
835
  try {
790
836
  for (var _e = __values(fromEnum(this.f)), _f = _e.next(); !_f.done; _f = _e.next()) {
791
837
  var b = _f.value;
792
- this.view.ao(b, "strokes");
838
+ this.view.ap(b, "strokes");
793
839
  }
794
840
  }
795
841
  catch (e_4_1) {
@@ -818,10 +864,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
818
864
  else if (this.svg != null) {
819
865
  a = 0;
820
866
  }
821
- else if (this.bg != null) {
867
+ else if (this.b0 != null) {
822
868
  a = 3;
823
869
  }
824
- else if (this.a1 != null) {
870
+ else if (this.bh != null) {
825
871
  a = 4;
826
872
  }
827
873
  return a;
@@ -834,55 +880,55 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
834
880
  var b = this.l;
835
881
  this.l = a;
836
882
  if (b != this.l) {
837
- this.cl("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
883
+ this.c5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
838
884
  }
839
885
  },
840
886
  enumerable: false,
841
887
  configurable: true
842
888
  });
843
- Object.defineProperty(XIcon.prototype, "c8", {
889
+ Object.defineProperty(XIcon.prototype, "du", {
844
890
  get: function () {
845
- return this.cv;
891
+ return this.dg;
846
892
  },
847
893
  set: function (a) {
848
- var b = this.cv;
849
- this.cv = a;
850
- if (b != this.cv) {
851
- this.cl("ActualFill", b, a);
894
+ var b = this.dg;
895
+ this.dg = a;
896
+ if (b != this.dg) {
897
+ this.c5("ActualFill", b, a);
852
898
  }
853
899
  },
854
900
  enumerable: false,
855
901
  configurable: true
856
902
  });
857
- Object.defineProperty(XIcon.prototype, "c9", {
903
+ Object.defineProperty(XIcon.prototype, "dv", {
858
904
  get: function () {
859
- return this.cw;
905
+ return this.dh;
860
906
  },
861
907
  set: function (a) {
862
- var b = this.cw;
863
- this.cw = a;
864
- if (b != this.cw) {
865
- this.cl("ActualStroke", b, a);
908
+ var b = this.dh;
909
+ this.dh = a;
910
+ if (b != this.dh) {
911
+ this.c5("ActualStroke", b, a);
866
912
  }
867
913
  },
868
914
  enumerable: false,
869
915
  configurable: true
870
916
  });
871
- Object.defineProperty(XIcon.prototype, "da", {
917
+ Object.defineProperty(XIcon.prototype, "dw", {
872
918
  get: function () {
873
- return this.cx;
919
+ return this.di;
874
920
  },
875
921
  set: function (a) {
876
- var b = this.cx;
877
- this.cx = a;
878
- if (b != this.cx) {
879
- this.cl("ActualTextColor", b, a);
922
+ var b = this.di;
923
+ this.di = a;
924
+ if (b != this.di) {
925
+ this.c5("ActualTextColor", b, a);
880
926
  }
881
927
  },
882
928
  enumerable: false,
883
929
  configurable: true
884
930
  });
885
- Object.defineProperty(XIcon.prototype, "ai", {
931
+ Object.defineProperty(XIcon.prototype, "aq", {
886
932
  get: function () {
887
933
  return this.y;
888
934
  },
@@ -890,7 +936,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
890
936
  var b = this.y;
891
937
  this.y = a;
892
938
  if (b != this.y) {
893
- this.cl("ActualStrokeWidth", b, a);
939
+ this.c5("ActualStrokeWidth", b, a);
894
940
  }
895
941
  },
896
942
  enumerable: false,
@@ -898,111 +944,111 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
898
944
  });
899
945
  Object.defineProperty(XIcon.prototype, "fill", {
900
946
  get: function () {
901
- return this.cy;
947
+ return this.dj;
902
948
  },
903
949
  set: function (a) {
904
- var b = this.cy;
905
- this.cy = a;
906
- if (b != this.cy) {
907
- this.cl("Fill", b, a);
950
+ var b = this.dj;
951
+ this.dj = a;
952
+ if (b != this.dj) {
953
+ this.c5("Fill", b, a);
908
954
  }
909
955
  },
910
956
  enumerable: false,
911
957
  configurable: true
912
958
  });
913
- Object.defineProperty(XIcon.prototype, "dp", {
959
+ Object.defineProperty(XIcon.prototype, "ea", {
914
960
  get: function () {
915
- return this.c6;
961
+ return this.ds;
916
962
  },
917
963
  set: function (a) {
918
- var b = this.c6;
919
- this.c6 = a;
920
- if (b != this.c6) {
921
- this.cl("Stroke", b, a);
964
+ var b = this.ds;
965
+ this.ds = a;
966
+ if (b != this.ds) {
967
+ this.c5("Stroke", b, a);
922
968
  }
923
969
  },
924
970
  enumerable: false,
925
971
  configurable: true
926
972
  });
927
- Object.defineProperty(XIcon.prototype, "ao", {
973
+ Object.defineProperty(XIcon.prototype, "a4", {
928
974
  get: function () {
929
- return this.ac;
975
+ return this.ak;
930
976
  },
931
977
  set: function (a) {
932
- var b = this.ac;
933
- this.ac = a;
934
- if (b != this.ac) {
935
- this.cl("StrokeWidth", b, a);
978
+ var b = this.ak;
979
+ this.ak = a;
980
+ if (b != this.ak) {
981
+ this.c5("StrokeWidth", b, a);
936
982
  }
937
983
  },
938
984
  enumerable: false,
939
985
  configurable: true
940
986
  });
941
- Object.defineProperty(XIcon.prototype, "dq", {
987
+ Object.defineProperty(XIcon.prototype, "eb", {
942
988
  get: function () {
943
- return this.c7;
989
+ return this.dt;
944
990
  },
945
991
  set: function (a) {
946
- var b = this.c7;
947
- this.c7 = a;
948
- if (b != this.c7) {
949
- this.cl("TextColor", b, a);
992
+ var b = this.dt;
993
+ this.dt = a;
994
+ if (b != this.dt) {
995
+ this.c5("TextColor", b, a);
950
996
  }
951
997
  },
952
998
  enumerable: false,
953
999
  configurable: true
954
1000
  });
955
- Object.defineProperty(XIcon.prototype, "dh", {
1001
+ Object.defineProperty(XIcon.prototype, "d3", {
956
1002
  get: function () {
957
- return this.cz;
1003
+ return this.dk;
958
1004
  },
959
1005
  set: function (a) {
960
- var b = this.cz;
961
- this.cz = a;
962
- if (b != this.cz) {
963
- this.cl("HoverFill", b, a);
1006
+ var b = this.dk;
1007
+ this.dk = a;
1008
+ if (b != this.dk) {
1009
+ this.c5("HoverFill", b, a);
964
1010
  }
965
1011
  },
966
1012
  enumerable: false,
967
1013
  configurable: true
968
1014
  });
969
- Object.defineProperty(XIcon.prototype, "di", {
1015
+ Object.defineProperty(XIcon.prototype, "d4", {
970
1016
  get: function () {
971
- return this.c0;
1017
+ return this.dl;
972
1018
  },
973
1019
  set: function (a) {
974
- var b = this.c0;
975
- this.c0 = a;
976
- if (b != this.c0) {
977
- this.cl("HoverStroke", b, a);
1020
+ var b = this.dl;
1021
+ this.dl = a;
1022
+ if (b != this.dl) {
1023
+ this.c5("HoverStroke", b, a);
978
1024
  }
979
1025
  },
980
1026
  enumerable: false,
981
1027
  configurable: true
982
1028
  });
983
- Object.defineProperty(XIcon.prototype, "am", {
1029
+ Object.defineProperty(XIcon.prototype, "a2", {
984
1030
  get: function () {
985
- return this.aa;
1031
+ return this.ae;
986
1032
  },
987
1033
  set: function (a) {
988
- var b = this.aa;
989
- this.aa = a;
990
- if (b != this.aa) {
991
- this.cl("HoverStrokeThickness", b, a);
1034
+ var b = this.ae;
1035
+ this.ae = a;
1036
+ if (b != this.ae) {
1037
+ this.c5("HoverStrokeThickness", b, a);
992
1038
  }
993
1039
  },
994
1040
  enumerable: false,
995
1041
  configurable: true
996
1042
  });
997
- Object.defineProperty(XIcon.prototype, "dj", {
1043
+ Object.defineProperty(XIcon.prototype, "d5", {
998
1044
  get: function () {
999
- return this.c1;
1045
+ return this.dm;
1000
1046
  },
1001
1047
  set: function (a) {
1002
- var b = this.c1;
1003
- this.c1 = a;
1004
- if (b != this.c1) {
1005
- this.cl("HoverTextColor", b, a);
1048
+ var b = this.dm;
1049
+ this.dm = a;
1050
+ if (b != this.dm) {
1051
+ this.c5("HoverTextColor", b, a);
1006
1052
  }
1007
1053
  },
1008
1054
  enumerable: false,
@@ -1016,7 +1062,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1016
1062
  var b = this.c;
1017
1063
  this.c = a;
1018
1064
  if (b != this.c) {
1019
- this.cl("FillColors", b, this.c);
1065
+ this.c5("FillColors", b, this.c);
1020
1066
  }
1021
1067
  },
1022
1068
  enumerable: false,
@@ -1030,91 +1076,91 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1030
1076
  var b = this.d;
1031
1077
  this.d = a;
1032
1078
  if (b != this.d) {
1033
- this.cl("StrokeColors", b, this.d);
1079
+ this.c5("StrokeColors", b, this.d);
1034
1080
  }
1035
1081
  },
1036
1082
  enumerable: false,
1037
1083
  configurable: true
1038
1084
  });
1039
- Object.defineProperty(XIcon.prototype, "dk", {
1085
+ Object.defineProperty(XIcon.prototype, "d6", {
1040
1086
  get: function () {
1041
- return this.c2;
1087
+ return this.dn;
1042
1088
  },
1043
1089
  set: function (a) {
1044
- var b = this.c2;
1045
- this.c2 = a;
1046
- if (b != this.c2) {
1047
- this.cl("PrimaryFillColor", b, this.c2);
1090
+ var b = this.dn;
1091
+ this.dn = a;
1092
+ if (b != this.dn) {
1093
+ this.c5("PrimaryFillColor", b, this.dn);
1048
1094
  }
1049
1095
  },
1050
1096
  enumerable: false,
1051
1097
  configurable: true
1052
1098
  });
1053
- Object.defineProperty(XIcon.prototype, "dl", {
1099
+ Object.defineProperty(XIcon.prototype, "d7", {
1054
1100
  get: function () {
1055
- return this.c3;
1101
+ return this.dp;
1056
1102
  },
1057
1103
  set: function (a) {
1058
- var b = this.c3;
1059
- this.c3 = a;
1060
- if (b != this.c3) {
1061
- this.cl("PrimaryStrokeColor", b, this.c3);
1104
+ var b = this.dp;
1105
+ this.dp = a;
1106
+ if (b != this.dp) {
1107
+ this.c5("PrimaryStrokeColor", b, this.dp);
1062
1108
  }
1063
1109
  },
1064
1110
  enumerable: false,
1065
1111
  configurable: true
1066
1112
  });
1067
- Object.defineProperty(XIcon.prototype, "dm", {
1113
+ Object.defineProperty(XIcon.prototype, "d8", {
1068
1114
  get: function () {
1069
- return this.c4;
1115
+ return this.dq;
1070
1116
  },
1071
1117
  set: function (a) {
1072
- var b = this.c4;
1073
- this.c4 = a;
1074
- if (b != this.c4) {
1075
- this.cl("SecondaryFillColor", b, this.c4);
1118
+ var b = this.dq;
1119
+ this.dq = a;
1120
+ if (b != this.dq) {
1121
+ this.c5("SecondaryFillColor", b, this.dq);
1076
1122
  }
1077
1123
  },
1078
1124
  enumerable: false,
1079
1125
  configurable: true
1080
1126
  });
1081
- Object.defineProperty(XIcon.prototype, "dn", {
1127
+ Object.defineProperty(XIcon.prototype, "d9", {
1082
1128
  get: function () {
1083
- return this.c5;
1129
+ return this.dr;
1084
1130
  },
1085
1131
  set: function (a) {
1086
- var b = this.c5;
1087
- this.c5 = a;
1088
- if (b != this.c5) {
1089
- this.cl("SecondaryStrokeColor", b, this.c5);
1132
+ var b = this.dr;
1133
+ this.dr = a;
1134
+ if (b != this.dr) {
1135
+ this.c5("SecondaryStrokeColor", b, this.dr);
1090
1136
  }
1091
1137
  },
1092
1138
  enumerable: false,
1093
1139
  configurable: true
1094
1140
  });
1095
- Object.defineProperty(XIcon.prototype, "a1", {
1141
+ Object.defineProperty(XIcon.prototype, "bh", {
1096
1142
  get: function () {
1097
- return this.ay;
1143
+ return this.be;
1098
1144
  },
1099
1145
  set: function (a) {
1100
- var b = this.ay;
1101
- this.ay = a;
1102
- if (b != this.ay) {
1103
- this.cl("Source", b, a);
1146
+ var b = this.be;
1147
+ this.be = a;
1148
+ if (b != this.be) {
1149
+ this.c5("Source", b, a);
1104
1150
  }
1105
1151
  },
1106
1152
  enumerable: false,
1107
1153
  configurable: true
1108
1154
  });
1109
- Object.defineProperty(XIcon.prototype, "bg", {
1155
+ Object.defineProperty(XIcon.prototype, "b0", {
1110
1156
  get: function () {
1111
- return this.a3;
1157
+ return this.bj;
1112
1158
  },
1113
1159
  set: function (a) {
1114
- var b = this.a3;
1115
- this.a3 = a;
1116
- if (b != this.a3) {
1117
- this.cl("DataURL", b, a);
1160
+ var b = this.bj;
1161
+ this.bj = a;
1162
+ if (b != this.bj) {
1163
+ this.c5("DataURL", b, a);
1118
1164
  }
1119
1165
  },
1120
1166
  enumerable: false,
@@ -1122,13 +1168,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1122
1168
  });
1123
1169
  Object.defineProperty(XIcon.prototype, "svgPath", {
1124
1170
  get: function () {
1125
- return this.a6;
1171
+ return this.bm;
1126
1172
  },
1127
1173
  set: function (a) {
1128
- var b = this.a6;
1129
- this.a6 = a;
1130
- if (b != this.a6) {
1131
- this.cl("SVGPath", b, a);
1174
+ var b = this.bm;
1175
+ this.bm = a;
1176
+ if (b != this.bm) {
1177
+ this.c5("SVGPath", b, a);
1132
1178
  }
1133
1179
  },
1134
1180
  enumerable: false,
@@ -1136,13 +1182,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1136
1182
  });
1137
1183
  Object.defineProperty(XIcon.prototype, "svg", {
1138
1184
  get: function () {
1139
- return this.a5;
1185
+ return this.bl;
1140
1186
  },
1141
1187
  set: function (a) {
1142
- var b = this.a5;
1143
- this.a5 = a;
1144
- if (b != this.a5) {
1145
- this.cl("SVG", b, this.a5);
1188
+ var b = this.bl;
1189
+ this.bl = a;
1190
+ if (b != this.bl) {
1191
+ this.c5("SVG", b, this.bl);
1146
1192
  }
1147
1193
  },
1148
1194
  enumerable: false,
@@ -1156,44 +1202,44 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1156
1202
  var b = this.a;
1157
1203
  this.a = a;
1158
1204
  if (b != this.a) {
1159
- this.cl("SVGPaths", b, this.a);
1205
+ this.c5("SVGPaths", b, this.a);
1160
1206
  }
1161
1207
  },
1162
1208
  enumerable: false,
1163
1209
  configurable: true
1164
1210
  });
1165
- Object.defineProperty(XIcon.prototype, "cu", {
1211
+ Object.defineProperty(XIcon.prototype, "df", {
1166
1212
  get: function () {
1167
- return this.ct;
1213
+ return this.de;
1168
1214
  },
1169
1215
  set: function (a) {
1170
- var b = this.ct;
1171
- this.ct = a;
1172
- if (b != this.ct) {
1173
- this.cl("DataTemplate", b, this.ct);
1216
+ var b = this.de;
1217
+ this.de = a;
1218
+ if (b != this.de) {
1219
+ this.c5("DataTemplate", b, this.de);
1174
1220
  }
1175
1221
  },
1176
1222
  enumerable: false,
1177
1223
  configurable: true
1178
1224
  });
1179
- Object.defineProperty(XIcon.prototype, "az", {
1225
+ Object.defineProperty(XIcon.prototype, "bf", {
1180
1226
  get: function () {
1181
- return this.ax;
1227
+ return this.bd;
1182
1228
  },
1183
1229
  set: function (a) {
1184
- var b = this.ax;
1185
- this.ax = a;
1186
- if (b != this.ax) {
1187
- this.cl("DataTemplateContext", b, this.ax);
1230
+ var b = this.bd;
1231
+ this.bd = a;
1232
+ if (b != this.bd) {
1233
+ this.c5("DataTemplateContext", b, this.bd);
1188
1234
  }
1189
1235
  },
1190
1236
  enumerable: false,
1191
1237
  configurable: true
1192
1238
  });
1193
- XIcon.prototype.cj = function () {
1239
+ XIcon.prototype.c3 = function () {
1194
1240
  this.v = true;
1195
1241
  };
1196
- XIcon.prototype.ck = function () {
1242
+ XIcon.prototype.c4 = function () {
1197
1243
  this.v = false;
1198
1244
  };
1199
1245
  Object.defineProperty(XIcon.prototype, "o", {
@@ -1204,21 +1250,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1204
1250
  var b = this.n;
1205
1251
  this.n = a;
1206
1252
  if (b != this.n) {
1207
- this.cl("TextStyle", b, a);
1253
+ this.c5("TextStyle", b, a);
1208
1254
  }
1209
1255
  },
1210
1256
  enumerable: false,
1211
1257
  configurable: true
1212
1258
  });
1213
- Object.defineProperty(XIcon.prototype, "bq", {
1259
+ Object.defineProperty(XIcon.prototype, "ca", {
1214
1260
  get: function () {
1215
- return this.a4;
1261
+ return this.bk;
1216
1262
  },
1217
1263
  set: function (a) {
1218
- var b = this.a4;
1219
- this.a4 = a;
1220
- if (b != this.a4) {
1221
- this.cl("Id", b, a);
1264
+ var b = this.bk;
1265
+ this.bk = a;
1266
+ if (b != this.bk) {
1267
+ this.c5("Id", b, a);
1222
1268
  }
1223
1269
  },
1224
1270
  enumerable: false,
@@ -1231,30 +1277,30 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1231
1277
  enumerable: false,
1232
1278
  configurable: true
1233
1279
  });
1234
- Object.defineProperty(XIcon.prototype, "av", {
1280
+ Object.defineProperty(XIcon.prototype, "bb", {
1235
1281
  get: function () {
1236
- return this.au;
1282
+ return this.ba;
1237
1283
  },
1238
1284
  set: function (a) {
1239
- var b = this.au;
1240
- this.au = a;
1285
+ var b = this.ba;
1286
+ this.ba = a;
1241
1287
  this.p = true;
1242
- if (b != this.au) {
1243
- this.cl("TabIndex", b, a);
1288
+ if (b != this.ba) {
1289
+ this.c5("TabIndex", b, a);
1244
1290
  }
1245
1291
  },
1246
1292
  enumerable: false,
1247
1293
  configurable: true
1248
1294
  });
1249
- Object.defineProperty(XIcon.prototype, "bb", {
1295
+ Object.defineProperty(XIcon.prototype, "bv", {
1250
1296
  get: function () {
1251
- return this.a2;
1297
+ return this.bi;
1252
1298
  },
1253
1299
  set: function (a) {
1254
- var b = this.a2;
1255
- this.a2 = a;
1256
- if (b != this.a2) {
1257
- this.cl("AriaLabel", b, a);
1300
+ var b = this.bi;
1301
+ this.bi = a;
1302
+ if (b != this.bi) {
1303
+ this.c5("AriaLabel", b, a);
1258
1304
  }
1259
1305
  },
1260
1306
  enumerable: false,
@@ -1268,7 +1314,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1268
1314
  var b = this.r;
1269
1315
  this.r = a;
1270
1316
  if (b != this.r) {
1271
- this.cl("IsHover", b, a);
1317
+ this.c5("IsHover", b, a);
1272
1318
  }
1273
1319
  },
1274
1320
  enumerable: false,
@@ -1282,97 +1328,111 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1282
1328
  var b = this.q;
1283
1329
  this.q = a;
1284
1330
  if (b != this.q) {
1285
- this.cl("IsDisabled", b, a);
1331
+ this.c5("IsDisabled", b, a);
1286
1332
  }
1287
1333
  },
1288
1334
  enumerable: false,
1289
1335
  configurable: true
1290
1336
  });
1291
- Object.defineProperty(XIcon.prototype, "an", {
1337
+ Object.defineProperty(XIcon.prototype, "a3", {
1292
1338
  get: function () {
1293
- return this.ab;
1339
+ return this.af;
1294
1340
  },
1295
1341
  set: function (a) {
1296
- var b = this.ab;
1297
- this.ab = a;
1298
- if (b != this.ab) {
1299
- this.cl("Opacity", b, this.ab);
1342
+ var b = this.af;
1343
+ this.af = a;
1344
+ if (b != this.af) {
1345
+ this.c5("Opacity", b, this.af);
1300
1346
  }
1301
1347
  },
1302
1348
  enumerable: false,
1303
1349
  configurable: true
1304
1350
  });
1305
- Object.defineProperty(XIcon.prototype, "aq", {
1351
+ Object.defineProperty(XIcon.prototype, "as", {
1306
1352
  get: function () {
1307
- return this.ae;
1353
+ return this.aa;
1308
1354
  },
1309
1355
  set: function (a) {
1310
- var b = this.ae;
1311
- this.ae = a;
1312
- if (b != this.ae) {
1313
- this.cl("ViewBoxLeft", b, this.ae);
1356
+ var b = this.aa;
1357
+ this.aa = a;
1358
+ if (b != this.aa) {
1359
+ this.c5("ActualViewBoxLeft", b, this.aa);
1314
1360
  }
1315
1361
  },
1316
1362
  enumerable: false,
1317
1363
  configurable: true
1318
1364
  });
1319
- Object.defineProperty(XIcon.prototype, "ar", {
1365
+ Object.defineProperty(XIcon.prototype, "a6", {
1320
1366
  get: function () {
1321
- return this.af;
1367
+ return this.am;
1322
1368
  },
1323
1369
  set: function (a) {
1324
- var b = this.af;
1325
- this.af = a;
1326
- if (b != this.af) {
1327
- this.cl("ViewBoxTop", b, this.af);
1370
+ var b = this.am;
1371
+ this.am = a;
1372
+ if (b != this.am) {
1373
+ this.c5("ViewBoxLeft", b, this.am);
1328
1374
  }
1329
1375
  },
1330
1376
  enumerable: false,
1331
1377
  configurable: true
1332
1378
  });
1333
- Object.defineProperty(XIcon.prototype, "as", {
1379
+ Object.defineProperty(XIcon.prototype, "at", {
1334
1380
  get: function () {
1335
- return this.ag;
1381
+ return this.ab;
1336
1382
  },
1337
1383
  set: function (a) {
1338
- var b = this.ag;
1339
- this.ag = a;
1340
- if (b != this.ag) {
1341
- this.cl("ViewBoxWidth", b, this.ag);
1384
+ var b = this.ab;
1385
+ this.ab = a;
1386
+ if (b != this.ab) {
1387
+ this.c5("ActualViewBoxTop", b, this.ab);
1342
1388
  }
1343
1389
  },
1344
1390
  enumerable: false,
1345
1391
  configurable: true
1346
1392
  });
1347
- Object.defineProperty(XIcon.prototype, "ap", {
1393
+ Object.defineProperty(XIcon.prototype, "a7", {
1348
1394
  get: function () {
1349
- return this.ad;
1395
+ return this.an;
1350
1396
  },
1351
1397
  set: function (a) {
1352
- var b = this.ad;
1353
- this.ad = a;
1354
- if (b != this.ad) {
1355
- this.cl("ViewBoxHeight", b, this.ad);
1398
+ var b = this.an;
1399
+ this.an = a;
1400
+ if (b != this.an) {
1401
+ this.c5("ViewBoxTop", b, this.an);
1356
1402
  }
1357
1403
  },
1358
1404
  enumerable: false,
1359
1405
  configurable: true
1360
1406
  });
1361
- Object.defineProperty(XIcon.prototype, "at", {
1407
+ Object.defineProperty(XIcon.prototype, "au", {
1362
1408
  get: function () {
1363
- return this.ah;
1409
+ return this.ac;
1364
1410
  },
1365
1411
  set: function (a) {
1366
- var b = this.ah;
1367
- this.ah = a;
1368
- if (b != this.ah) {
1369
- this.cl("Width", b, this.ah);
1412
+ var b = this.ac;
1413
+ this.ac = a;
1414
+ if (b != this.ac) {
1415
+ this.c5("ActualViewBoxWidth", b, this.ac);
1370
1416
  }
1371
1417
  },
1372
1418
  enumerable: false,
1373
1419
  configurable: true
1374
1420
  });
1375
- Object.defineProperty(XIcon.prototype, "al", {
1421
+ Object.defineProperty(XIcon.prototype, "a8", {
1422
+ get: function () {
1423
+ return this.ao;
1424
+ },
1425
+ set: function (a) {
1426
+ var b = this.ao;
1427
+ this.ao = a;
1428
+ if (b != this.ao) {
1429
+ this.c5("ViewBoxWidth", b, this.ao);
1430
+ }
1431
+ },
1432
+ enumerable: false,
1433
+ configurable: true
1434
+ });
1435
+ Object.defineProperty(XIcon.prototype, "ar", {
1376
1436
  get: function () {
1377
1437
  return this.z;
1378
1438
  },
@@ -1380,19 +1440,61 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1380
1440
  var b = this.z;
1381
1441
  this.z = a;
1382
1442
  if (b != this.z) {
1383
- this.cl("Height", b, this.z);
1443
+ this.c5("ActualViewBoxHeight", b, this.z);
1444
+ }
1445
+ },
1446
+ enumerable: false,
1447
+ configurable: true
1448
+ });
1449
+ Object.defineProperty(XIcon.prototype, "a5", {
1450
+ get: function () {
1451
+ return this.al;
1452
+ },
1453
+ set: function (a) {
1454
+ var b = this.al;
1455
+ this.al = a;
1456
+ if (b != this.al) {
1457
+ this.c5("ViewBoxHeight", b, this.al);
1458
+ }
1459
+ },
1460
+ enumerable: false,
1461
+ configurable: true
1462
+ });
1463
+ Object.defineProperty(XIcon.prototype, "a9", {
1464
+ get: function () {
1465
+ return this.ap;
1466
+ },
1467
+ set: function (a) {
1468
+ var b = this.ap;
1469
+ this.ap = a;
1470
+ if (b != this.ap) {
1471
+ this.c5("Width", b, this.ap);
1384
1472
  }
1385
1473
  },
1386
1474
  enumerable: false,
1387
1475
  configurable: true
1388
1476
  });
1389
- XIcon.prototype.cm = function () {
1477
+ Object.defineProperty(XIcon.prototype, "a1", {
1478
+ get: function () {
1479
+ return this.ad;
1480
+ },
1481
+ set: function (a) {
1482
+ var b = this.ad;
1483
+ this.ad = a;
1484
+ if (b != this.ad) {
1485
+ this.c5("Height", b, this.ad);
1486
+ }
1487
+ },
1488
+ enumerable: false,
1489
+ configurable: true
1490
+ });
1491
+ XIcon.prototype.c6 = function () {
1390
1492
  };
1391
1493
  XIcon.prototype.onDetachedFromUI = function () {
1392
- this.view.al();
1494
+ this.view.am();
1393
1495
  };
1394
1496
  XIcon.prototype.onAttachedToUI = function () {
1395
- this.view.ai();
1497
+ this.view.aj();
1396
1498
  };
1397
1499
  XIcon.prototype.x = function () {
1398
1500
  if (this.disabled) {
@@ -1408,10 +1510,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1408
1510
  XIcon.prototype.w = function () {
1409
1511
  return this.view.l();
1410
1512
  };
1411
- XIcon.prototype.a0 = function () {
1513
+ XIcon.prototype.bg = function () {
1412
1514
  return this.g();
1413
1515
  };
1414
- XIcon.prototype.bi = function () {
1516
+ XIcon.prototype.b2 = function () {
1415
1517
  var a = this.g();
1416
1518
  return a.l();
1417
1519
  };
@@ -1420,12 +1522,12 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1420
1522
  var b = this.view.b();
1421
1523
  a.i = b[0];
1422
1524
  a.g = b[1];
1423
- a.f = NativeUI.d(this.view.z);
1424
- a.j = NativeUI.k(this.view.z);
1525
+ a.f = NativeUI.d(this.view.aa);
1526
+ a.j = NativeUI.k(this.view.aa);
1425
1527
  a.a = this.view.a();
1426
1528
  a.svg = this.svg;
1427
1529
  a.svgPath = this.svgPath;
1428
- a.k = this.bg;
1530
+ a.k = this.b0;
1429
1531
  if (this.o != null) {
1430
1532
  var c = this.o;
1431
1533
  if (this.view != null && c.q == null) {
@@ -1457,18 +1559,29 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1457
1559
  return a;
1458
1560
  };
1459
1561
  XIcon.prototype.provideContainer = function (a) {
1460
- this.view.ak(a);
1562
+ this.view.al(a);
1563
+ };
1564
+ XIcon.prototype.dd = function (a, b, c, d) {
1565
+ this.ah = a;
1566
+ this.ai = b;
1567
+ this.aj = c;
1568
+ this.ag = d;
1569
+ this.aa = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
1570
+ this.ab = !isNaN_(this.a7) ? this.a7 : !isNaN_(this.ai) ? this.ai : 0;
1571
+ this.ac = !isNaN_(this.a8) ? this.a8 : !isNaN_(this.aj) ? this.aj : 24;
1572
+ this.z = !isNaN_(this.a5) ? this.a5 : !isNaN_(this.ag) ? this.ag : 24;
1573
+ this.view.a1();
1461
1574
  };
1462
1575
  XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
1463
- XIcon.db = null;
1464
- XIcon.dg = null;
1465
- XIcon.df = null;
1466
- XIcon.dc = null;
1467
- XIcon.dd = null;
1468
- XIcon.de = null;
1469
- XIcon.ak = NaN;
1470
- XIcon.aj = NaN;
1471
- XIcon.aw = 0;
1576
+ XIcon.dx = null;
1577
+ XIcon.d2 = null;
1578
+ XIcon.d1 = null;
1579
+ XIcon.dy = null;
1580
+ XIcon.dz = null;
1581
+ XIcon.d0 = null;
1582
+ XIcon.aw = NaN;
1583
+ XIcon.av = NaN;
1584
+ XIcon.bc = 0;
1472
1585
  return XIcon;
1473
1586
  }(Base));
1474
1587
  export { XIcon };