igniteui-webcomponents-inputs 5.0.3-beta.0 → 5.1.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.
- package/bundles/igniteui-webcomponents-inputs.umd.js +317 -271
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/IconView_combined.js +264 -239
- package/esm2015/lib/XIconBridge.js +6 -2
- package/esm2015/lib/XPopupBridge.js +1 -1
- package/esm2015/lib/igc-x-icon-component.js +53 -44
- package/esm5/lib/IconView_combined.js +253 -224
- package/esm5/lib/XIconBridge.js +6 -2
- package/esm5/lib/XPopupBridge.js +1 -1
- package/esm5/lib/igc-x-icon-component.js +57 -44
- package/fesm2015/igniteui-webcomponents-inputs.js +325 -287
- package/fesm5/igniteui-webcomponents-inputs.js +318 -272
- package/lib/IconView_combined.d.ts +68 -64
- package/lib/igc-x-icon-component.d.ts +5 -0
- package/package.json +2 -2
|
@@ -149,14 +149,14 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
149
149
|
d.setStyleProperty("width", "100%");
|
|
150
150
|
d.setStyleProperty("object-fit", "contain");
|
|
151
151
|
this.x = d;
|
|
152
|
-
this.
|
|
152
|
+
this.ax();
|
|
153
153
|
this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
|
|
154
154
|
this.y.append(this.w);
|
|
155
155
|
this.v.append(this.y);
|
|
156
156
|
this.o.add(c.listen("click", runOn(this, this.ah)));
|
|
157
|
-
this.d.
|
|
157
|
+
this.d.cf();
|
|
158
158
|
};
|
|
159
|
-
IconView.prototype.
|
|
159
|
+
IconView.prototype.au = function (a) {
|
|
160
160
|
this.n.clear();
|
|
161
161
|
this.v.rootWrapper.removeChildren();
|
|
162
162
|
this.v.rootWrapper.append(this.y);
|
|
@@ -171,7 +171,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
171
171
|
this.p.add(b);
|
|
172
172
|
}
|
|
173
173
|
};
|
|
174
|
-
IconView.prototype.
|
|
174
|
+
IconView.prototype.av = function (a) {
|
|
175
175
|
this.n.clear();
|
|
176
176
|
this.v.rootWrapper.removeChildren();
|
|
177
177
|
this.v.rootWrapper.append(this.y);
|
|
@@ -188,7 +188,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
};
|
|
191
|
-
IconView.prototype.
|
|
191
|
+
IconView.prototype.at = function (a) {
|
|
192
192
|
this.v.rootWrapper.removeChildren();
|
|
193
193
|
if (a != null) {
|
|
194
194
|
var b = this.v.rootWrapper.getNativeElement();
|
|
@@ -203,6 +203,11 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
203
203
|
this.x.setAttribute("src", a);
|
|
204
204
|
}
|
|
205
205
|
};
|
|
206
|
+
IconView.prototype.as = function (a) {
|
|
207
|
+
if (typeof a === 'string') {
|
|
208
|
+
this.ap(typeCast(String_$type, a));
|
|
209
|
+
}
|
|
210
|
+
};
|
|
206
211
|
IconView.prototype.k = function () {
|
|
207
212
|
return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
|
|
208
213
|
};
|
|
@@ -210,7 +215,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
210
215
|
this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.aq) ? "1.5rem" : this.d.aq + "px");
|
|
211
216
|
this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.ai) ? "1.5rem" : this.d.ai + "px");
|
|
212
217
|
};
|
|
213
|
-
IconView.prototype.
|
|
218
|
+
IconView.prototype.ax = function () {
|
|
214
219
|
var a = isNaN_(this.d.an) ? 0 : this.d.an;
|
|
215
220
|
var b = isNaN_(this.d.ao) ? 0 : this.d.ao;
|
|
216
221
|
var c = isNaN_(this.d.ap) ? 24 : this.d.ap;
|
|
@@ -272,10 +277,10 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
272
277
|
}
|
|
273
278
|
};
|
|
274
279
|
IconView.prototype.ad = function (a) {
|
|
275
|
-
this.d.
|
|
280
|
+
this.d.cc();
|
|
276
281
|
};
|
|
277
282
|
IconView.prototype.ae = function (a) {
|
|
278
|
-
this.d.
|
|
283
|
+
this.d.cd();
|
|
279
284
|
};
|
|
280
285
|
IconView.prototype.ag = function () {
|
|
281
286
|
this.j = true;
|
|
@@ -306,7 +311,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
306
311
|
}
|
|
307
312
|
this.o.clear();
|
|
308
313
|
};
|
|
309
|
-
IconView.prototype.
|
|
314
|
+
IconView.prototype.aw = function (a) {
|
|
310
315
|
if (a != null) {
|
|
311
316
|
this.v.rootWrapper.setStyleProperty("font", a.fontString);
|
|
312
317
|
}
|
|
@@ -321,7 +326,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
321
326
|
return c;
|
|
322
327
|
};
|
|
323
328
|
IconView.prototype.ah = function (a) {
|
|
324
|
-
this.d.
|
|
329
|
+
this.d.ca();
|
|
325
330
|
};
|
|
326
331
|
IconView.prototype.a = function () {
|
|
327
332
|
var a = new List$1(PrimitiveVisualData.$, 0);
|
|
@@ -430,33 +435,34 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
430
435
|
var _this = _super.call(this) || this;
|
|
431
436
|
_this._view = null;
|
|
432
437
|
_this.j = 0;
|
|
433
|
-
_this.
|
|
434
|
-
_this.
|
|
435
|
-
_this.
|
|
438
|
+
_this.cm = XIcon.c2;
|
|
439
|
+
_this.cn = XIcon.c6;
|
|
440
|
+
_this.co = XIcon.c7;
|
|
436
441
|
_this.v = XIcon.ah;
|
|
437
|
-
_this.
|
|
438
|
-
_this.
|
|
442
|
+
_this.cp = XIcon.c2;
|
|
443
|
+
_this.cx = XIcon.c6;
|
|
439
444
|
_this.z = XIcon.ah;
|
|
440
|
-
_this.
|
|
441
|
-
_this.
|
|
442
|
-
_this.
|
|
445
|
+
_this.cy = XIcon.c7;
|
|
446
|
+
_this.cq = XIcon.c3;
|
|
447
|
+
_this.cr = XIcon.c4;
|
|
443
448
|
_this.x = XIcon.ag;
|
|
444
|
-
_this.
|
|
449
|
+
_this.cs = null;
|
|
445
450
|
_this.c = null;
|
|
446
451
|
_this.d = null;
|
|
447
|
-
_this.cq = null;
|
|
448
|
-
_this.cr = null;
|
|
449
|
-
_this.cs = null;
|
|
450
452
|
_this.ct = null;
|
|
451
|
-
_this.
|
|
452
|
-
_this.
|
|
453
|
+
_this.cu = null;
|
|
454
|
+
_this.cv = null;
|
|
455
|
+
_this.cw = null;
|
|
456
|
+
_this.au = null;
|
|
453
457
|
_this.ay = null;
|
|
458
|
+
_this.a1 = null;
|
|
459
|
+
_this.a0 = null;
|
|
454
460
|
_this.a = null;
|
|
455
461
|
_this.l = null;
|
|
456
|
-
_this.
|
|
462
|
+
_this.az = "ig-icon-" + XIcon.at++;
|
|
457
463
|
_this.ar = 0;
|
|
458
464
|
_this.n = false;
|
|
459
|
-
_this.
|
|
465
|
+
_this.ax = null;
|
|
460
466
|
_this.p = false;
|
|
461
467
|
_this.o = false;
|
|
462
468
|
_this.y = 1;
|
|
@@ -487,13 +493,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
487
493
|
XIcon.prototype.destroy = function () {
|
|
488
494
|
this.provideContainer(null);
|
|
489
495
|
};
|
|
490
|
-
XIcon.prototype.
|
|
496
|
+
XIcon.prototype.ce = function (a, b, c) {
|
|
491
497
|
if (this.propertyChanged != null) {
|
|
492
498
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
493
499
|
}
|
|
494
|
-
this.
|
|
500
|
+
this.ch(a, b, c);
|
|
495
501
|
};
|
|
496
|
-
XIcon.prototype.
|
|
502
|
+
XIcon.prototype.ch = function (a, b, c) {
|
|
497
503
|
switch (a) {
|
|
498
504
|
case "Fill":
|
|
499
505
|
case "Stroke":
|
|
@@ -502,44 +508,50 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
502
508
|
case "HoverStroke":
|
|
503
509
|
case "HoverStrokeThickness":
|
|
504
510
|
case "IsHover":
|
|
505
|
-
this.
|
|
511
|
+
this.cl();
|
|
506
512
|
break;
|
|
507
513
|
case "FillColors":
|
|
508
514
|
case "StrokeColors":
|
|
509
515
|
case "ActualFill":
|
|
510
516
|
case "ActualStroke":
|
|
511
517
|
case "ActualStrokeWidth":
|
|
512
|
-
this.
|
|
518
|
+
this.cj();
|
|
513
519
|
break;
|
|
514
520
|
case "SVG":
|
|
515
|
-
this.
|
|
521
|
+
this.a1 = null;
|
|
516
522
|
this.a = null;
|
|
517
|
-
this.
|
|
523
|
+
this.cj();
|
|
518
524
|
break;
|
|
519
525
|
case "SVGPath":
|
|
520
|
-
this.
|
|
526
|
+
this.a0 = null;
|
|
521
527
|
this.a = null;
|
|
522
|
-
this.
|
|
528
|
+
this.cj();
|
|
523
529
|
break;
|
|
524
530
|
case "SVGPaths":
|
|
525
|
-
this.
|
|
526
|
-
this.
|
|
527
|
-
this.
|
|
531
|
+
this.a0 = null;
|
|
532
|
+
this.a1 = null;
|
|
533
|
+
this.cj();
|
|
528
534
|
break;
|
|
529
535
|
case "DataURL":
|
|
530
|
-
this.
|
|
531
|
-
this.
|
|
536
|
+
this.a0 = null;
|
|
537
|
+
this.a1 = null;
|
|
532
538
|
this.a = null;
|
|
533
|
-
this.
|
|
539
|
+
this.cj();
|
|
540
|
+
break;
|
|
541
|
+
case "Source":
|
|
542
|
+
this.a0 = null;
|
|
543
|
+
this.a1 = null;
|
|
544
|
+
this.a = null;
|
|
545
|
+
this.cj();
|
|
534
546
|
break;
|
|
535
547
|
case "Opacity":
|
|
536
|
-
this.
|
|
548
|
+
this.ck();
|
|
537
549
|
break;
|
|
538
550
|
case "ViewBoxLeft":
|
|
539
551
|
case "ViewBoxTop":
|
|
540
552
|
case "ViewBoxWidth":
|
|
541
553
|
case "ViewBoxHeight":
|
|
542
|
-
this.view.
|
|
554
|
+
this.view.ax();
|
|
543
555
|
break;
|
|
544
556
|
case "Width":
|
|
545
557
|
case "Height":
|
|
@@ -547,22 +559,22 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
547
559
|
break;
|
|
548
560
|
}
|
|
549
561
|
};
|
|
550
|
-
XIcon.prototype.
|
|
551
|
-
var a = this.fill != null ? this.fill : XIcon.
|
|
552
|
-
var b = this.
|
|
562
|
+
XIcon.prototype.cl = function () {
|
|
563
|
+
var a = this.fill != null ? this.fill : XIcon.c2;
|
|
564
|
+
var b = this.df != null ? this.df : XIcon.c6;
|
|
553
565
|
var c = !isNaN_(this.al) ? this.al : XIcon.ah;
|
|
554
|
-
var d = this.
|
|
566
|
+
var d = this.dg != null ? this.dg : XIcon.c7;
|
|
555
567
|
if (this.t) {
|
|
556
|
-
this.
|
|
557
|
-
this.
|
|
568
|
+
this.cz = this.c8 != null ? this.c8 : a;
|
|
569
|
+
this.c0 = this.c9 != null ? this.c9 : b;
|
|
558
570
|
this.af = !isNaN_(this.aj) ? this.aj : c;
|
|
559
|
-
this.
|
|
571
|
+
this.c1 = this.da != null ? this.da : d;
|
|
560
572
|
}
|
|
561
573
|
else {
|
|
562
|
-
this.
|
|
563
|
-
this.
|
|
574
|
+
this.cz = a;
|
|
575
|
+
this.c0 = b;
|
|
564
576
|
this.af = c;
|
|
565
|
-
this.
|
|
577
|
+
this.c1 = d;
|
|
566
578
|
}
|
|
567
579
|
};
|
|
568
580
|
Object.defineProperty(XIcon.prototype, "r", {
|
|
@@ -572,49 +584,49 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
572
584
|
enumerable: false,
|
|
573
585
|
configurable: true
|
|
574
586
|
});
|
|
575
|
-
XIcon.prototype.
|
|
587
|
+
XIcon.prototype.ck = function () {
|
|
576
588
|
NativeUI.y(this.view.z, this.ak);
|
|
577
589
|
};
|
|
578
|
-
XIcon.prototype.
|
|
590
|
+
XIcon.prototype.cj = function () {
|
|
579
591
|
var a = this.view.z;
|
|
580
592
|
if (this.r) {
|
|
581
593
|
var b = this.view.aa;
|
|
582
|
-
NativeUI.r(b, this.
|
|
583
|
-
NativeUI.aa(b, this.
|
|
594
|
+
NativeUI.r(b, this.cz);
|
|
595
|
+
NativeUI.aa(b, this.c0);
|
|
584
596
|
NativeUI.ad(b, this.af);
|
|
585
597
|
}
|
|
586
598
|
else {
|
|
587
599
|
var c = false;
|
|
588
600
|
if (this.svgPath != null) {
|
|
589
601
|
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
590
|
-
this.view.
|
|
602
|
+
this.view.at(this.svgPath);
|
|
591
603
|
c = true;
|
|
592
604
|
}
|
|
593
605
|
else {
|
|
594
|
-
this.view.
|
|
606
|
+
this.view.au(this.svgPath);
|
|
595
607
|
}
|
|
596
608
|
}
|
|
597
609
|
else if (this.b != null) {
|
|
598
|
-
this.view.
|
|
610
|
+
this.view.av(this.b);
|
|
599
611
|
var d = this.view.c;
|
|
600
612
|
if (d != null && d.length > 0) {
|
|
601
613
|
var e = NativeUI.r;
|
|
602
614
|
var f = NativeUI.aa;
|
|
603
|
-
this.
|
|
615
|
+
this.cg();
|
|
604
616
|
e = runOn(this.view, this.view.an);
|
|
605
617
|
f = runOn(this.view, this.view.ao);
|
|
606
618
|
for (var g = 0; g < d.length; g++) {
|
|
607
|
-
if (this.
|
|
608
|
-
e(d[g], this.
|
|
619
|
+
if (this.cz != null) {
|
|
620
|
+
e(d[g], this.cz);
|
|
609
621
|
}
|
|
610
|
-
if (this.
|
|
611
|
-
f(d[g], this.
|
|
622
|
+
if (this.c0 != null) {
|
|
623
|
+
f(d[g], this.c0);
|
|
612
624
|
}
|
|
613
625
|
if (!isNaN_(this.af)) {
|
|
614
626
|
NativeUI.ad(d[g], this.af);
|
|
615
627
|
}
|
|
616
|
-
if (this.
|
|
617
|
-
NativeUI.q(d[g], this.
|
|
628
|
+
if (this.c1 != null) {
|
|
629
|
+
NativeUI.q(d[g], this.c1);
|
|
618
630
|
}
|
|
619
631
|
if (this.e != null && this.e.count == d.length) {
|
|
620
632
|
e(d[g], this.e.item(g));
|
|
@@ -625,33 +637,36 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
625
637
|
}
|
|
626
638
|
}
|
|
627
639
|
if (this.m != null) {
|
|
628
|
-
this.view.
|
|
640
|
+
this.view.aw(this.m);
|
|
629
641
|
}
|
|
630
642
|
return;
|
|
631
643
|
}
|
|
632
644
|
else if (this.svg != null) {
|
|
633
|
-
this.view.
|
|
645
|
+
this.view.at(this.svg);
|
|
634
646
|
c = true;
|
|
635
647
|
}
|
|
636
|
-
else if (this.
|
|
637
|
-
this.view.ap(this.
|
|
648
|
+
else if (this.a9 != null) {
|
|
649
|
+
this.view.ap(this.a9);
|
|
650
|
+
}
|
|
651
|
+
else if (this.aw != null) {
|
|
652
|
+
this.view.as(this.aw);
|
|
638
653
|
}
|
|
639
654
|
if (c) {
|
|
640
655
|
for (var h = 0; h < this.view.r.count; h++) {
|
|
641
656
|
var i = this.view.r._inner[h].c;
|
|
642
|
-
NativeUI.r(this.view.r._inner[h].d, i.l.f(this.
|
|
657
|
+
NativeUI.r(this.view.r._inner[h].d, i.l.f(this.db));
|
|
643
658
|
}
|
|
644
659
|
for (var j = 0; j < this.view.s.count; j++) {
|
|
645
660
|
var k = this.view.s._inner[j].c;
|
|
646
|
-
NativeUI.aa(this.view.s._inner[j].d, k.m.f(this.
|
|
661
|
+
NativeUI.aa(this.view.s._inner[j].d, k.m.f(this.dc));
|
|
647
662
|
}
|
|
648
663
|
for (var l = 0; l < this.view.t.count; l++) {
|
|
649
664
|
var m = this.view.t._inner[l].c;
|
|
650
|
-
NativeUI.r(this.view.t._inner[l].d, m.l.f(this.
|
|
665
|
+
NativeUI.r(this.view.t._inner[l].d, m.l.f(this.dd));
|
|
651
666
|
}
|
|
652
667
|
for (var n = 0; n < this.view.u.count; n++) {
|
|
653
668
|
var o = this.view.u._inner[n].c;
|
|
654
|
-
NativeUI.aa(this.view.u._inner[n].d, o.m.f(this.
|
|
669
|
+
NativeUI.aa(this.view.u._inner[n].d, o.m.f(this.de));
|
|
655
670
|
}
|
|
656
671
|
for (var p = 0; p < this.view.e.o.count; p++) {
|
|
657
672
|
var q = this.view.e.o._inner[p];
|
|
@@ -677,35 +692,35 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
677
692
|
}
|
|
678
693
|
for (var ab = 0; ab < this.view.q.count; ab++) {
|
|
679
694
|
var ac = this.view.q._inner[ab].c;
|
|
680
|
-
NativeUI.r(this.view.q._inner[ab].d, ac.l.f(this.
|
|
681
|
-
NativeUI.aa(this.view.q._inner[ab].d, ac.m.f(this.
|
|
695
|
+
NativeUI.r(this.view.q._inner[ab].d, ac.l.f(this.cz));
|
|
696
|
+
NativeUI.aa(this.view.q._inner[ab].d, ac.m.f(this.c0));
|
|
682
697
|
}
|
|
683
698
|
}
|
|
684
699
|
var ad = this.view.z;
|
|
685
|
-
if (this.
|
|
686
|
-
NativeUI.r(ad, this.
|
|
700
|
+
if (this.cz != null) {
|
|
701
|
+
NativeUI.r(ad, this.cz);
|
|
687
702
|
}
|
|
688
|
-
if (this.
|
|
689
|
-
NativeUI.aa(ad, this.
|
|
703
|
+
if (this.c0 != null) {
|
|
704
|
+
NativeUI.aa(ad, this.c0);
|
|
690
705
|
}
|
|
691
706
|
if (!isNaN_(this.af)) {
|
|
692
707
|
NativeUI.ad(ad, this.af);
|
|
693
708
|
}
|
|
694
709
|
}
|
|
695
710
|
if (this.m != null) {
|
|
696
|
-
this.view.
|
|
711
|
+
this.view.aw(this.m);
|
|
697
712
|
}
|
|
698
|
-
if (this.
|
|
699
|
-
NativeUI.q(this.view.z, this.
|
|
713
|
+
if (this.c1 != null) {
|
|
714
|
+
NativeUI.q(this.view.z, this.c1);
|
|
700
715
|
}
|
|
701
716
|
};
|
|
702
|
-
XIcon.prototype.
|
|
717
|
+
XIcon.prototype.cg = function () {
|
|
703
718
|
var e_3, _a, e_4, _b;
|
|
704
|
-
if (this.
|
|
705
|
-
this.view.am(this.
|
|
719
|
+
if (this.cz != null) {
|
|
720
|
+
this.view.am(this.cz, "fill");
|
|
706
721
|
}
|
|
707
|
-
if (this.
|
|
708
|
-
this.view.am(this.
|
|
722
|
+
if (this.c0 != null) {
|
|
723
|
+
this.view.am(this.c0, "stroke");
|
|
709
724
|
}
|
|
710
725
|
if (this.e != null) {
|
|
711
726
|
try {
|
|
@@ -758,49 +773,49 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
758
773
|
var b = this.j;
|
|
759
774
|
this.j = a;
|
|
760
775
|
if (b != this.j) {
|
|
761
|
-
this.
|
|
776
|
+
this.ce("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
762
777
|
}
|
|
763
778
|
},
|
|
764
779
|
enumerable: false,
|
|
765
780
|
configurable: true
|
|
766
781
|
});
|
|
767
|
-
Object.defineProperty(XIcon.prototype, "
|
|
782
|
+
Object.defineProperty(XIcon.prototype, "cz", {
|
|
768
783
|
get: function () {
|
|
769
|
-
return this.
|
|
784
|
+
return this.cm;
|
|
770
785
|
},
|
|
771
786
|
set: function (a) {
|
|
772
|
-
var b = this.
|
|
773
|
-
this.
|
|
774
|
-
if (b != this.
|
|
775
|
-
this.
|
|
787
|
+
var b = this.cm;
|
|
788
|
+
this.cm = a;
|
|
789
|
+
if (b != this.cm) {
|
|
790
|
+
this.ce("ActualFill", b, a);
|
|
776
791
|
}
|
|
777
792
|
},
|
|
778
793
|
enumerable: false,
|
|
779
794
|
configurable: true
|
|
780
795
|
});
|
|
781
|
-
Object.defineProperty(XIcon.prototype, "
|
|
796
|
+
Object.defineProperty(XIcon.prototype, "c0", {
|
|
782
797
|
get: function () {
|
|
783
|
-
return this.
|
|
798
|
+
return this.cn;
|
|
784
799
|
},
|
|
785
800
|
set: function (a) {
|
|
786
|
-
var b = this.
|
|
787
|
-
this.
|
|
788
|
-
if (b != this.
|
|
789
|
-
this.
|
|
801
|
+
var b = this.cn;
|
|
802
|
+
this.cn = a;
|
|
803
|
+
if (b != this.cn) {
|
|
804
|
+
this.ce("ActualStroke", b, a);
|
|
790
805
|
}
|
|
791
806
|
},
|
|
792
807
|
enumerable: false,
|
|
793
808
|
configurable: true
|
|
794
809
|
});
|
|
795
|
-
Object.defineProperty(XIcon.prototype, "
|
|
810
|
+
Object.defineProperty(XIcon.prototype, "c1", {
|
|
796
811
|
get: function () {
|
|
797
|
-
return this.
|
|
812
|
+
return this.co;
|
|
798
813
|
},
|
|
799
814
|
set: function (a) {
|
|
800
|
-
var b = this.
|
|
801
|
-
this.
|
|
802
|
-
if (b != this.
|
|
803
|
-
this.
|
|
815
|
+
var b = this.co;
|
|
816
|
+
this.co = a;
|
|
817
|
+
if (b != this.co) {
|
|
818
|
+
this.ce("ActualTextColor", b, a);
|
|
804
819
|
}
|
|
805
820
|
},
|
|
806
821
|
enumerable: false,
|
|
@@ -814,7 +829,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
814
829
|
var b = this.v;
|
|
815
830
|
this.v = a;
|
|
816
831
|
if (b != this.v) {
|
|
817
|
-
this.
|
|
832
|
+
this.ce("ActualStrokeWidth", b, a);
|
|
818
833
|
}
|
|
819
834
|
},
|
|
820
835
|
enumerable: false,
|
|
@@ -822,27 +837,27 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
822
837
|
});
|
|
823
838
|
Object.defineProperty(XIcon.prototype, "fill", {
|
|
824
839
|
get: function () {
|
|
825
|
-
return this.
|
|
840
|
+
return this.cp;
|
|
826
841
|
},
|
|
827
842
|
set: function (a) {
|
|
828
|
-
var b = this.
|
|
829
|
-
this.
|
|
830
|
-
if (b != this.
|
|
831
|
-
this.
|
|
843
|
+
var b = this.cp;
|
|
844
|
+
this.cp = a;
|
|
845
|
+
if (b != this.cp) {
|
|
846
|
+
this.ce("Fill", b, a);
|
|
832
847
|
}
|
|
833
848
|
},
|
|
834
849
|
enumerable: false,
|
|
835
850
|
configurable: true
|
|
836
851
|
});
|
|
837
|
-
Object.defineProperty(XIcon.prototype, "
|
|
852
|
+
Object.defineProperty(XIcon.prototype, "df", {
|
|
838
853
|
get: function () {
|
|
839
|
-
return this.
|
|
854
|
+
return this.cx;
|
|
840
855
|
},
|
|
841
856
|
set: function (a) {
|
|
842
|
-
var b = this.
|
|
843
|
-
this.
|
|
844
|
-
if (b != this.
|
|
845
|
-
this.
|
|
857
|
+
var b = this.cx;
|
|
858
|
+
this.cx = a;
|
|
859
|
+
if (b != this.cx) {
|
|
860
|
+
this.ce("Stroke", b, a);
|
|
846
861
|
}
|
|
847
862
|
},
|
|
848
863
|
enumerable: false,
|
|
@@ -856,49 +871,49 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
856
871
|
var b = this.z;
|
|
857
872
|
this.z = a;
|
|
858
873
|
if (b != this.z) {
|
|
859
|
-
this.
|
|
874
|
+
this.ce("StrokeWidth", b, a);
|
|
860
875
|
}
|
|
861
876
|
},
|
|
862
877
|
enumerable: false,
|
|
863
878
|
configurable: true
|
|
864
879
|
});
|
|
865
|
-
Object.defineProperty(XIcon.prototype, "
|
|
880
|
+
Object.defineProperty(XIcon.prototype, "dg", {
|
|
866
881
|
get: function () {
|
|
867
|
-
return this.
|
|
882
|
+
return this.cy;
|
|
868
883
|
},
|
|
869
884
|
set: function (a) {
|
|
870
|
-
var b = this.
|
|
871
|
-
this.
|
|
872
|
-
if (b != this.
|
|
873
|
-
this.
|
|
885
|
+
var b = this.cy;
|
|
886
|
+
this.cy = a;
|
|
887
|
+
if (b != this.cy) {
|
|
888
|
+
this.ce("TextColor", b, a);
|
|
874
889
|
}
|
|
875
890
|
},
|
|
876
891
|
enumerable: false,
|
|
877
892
|
configurable: true
|
|
878
893
|
});
|
|
879
|
-
Object.defineProperty(XIcon.prototype, "
|
|
894
|
+
Object.defineProperty(XIcon.prototype, "c8", {
|
|
880
895
|
get: function () {
|
|
881
|
-
return this.
|
|
896
|
+
return this.cq;
|
|
882
897
|
},
|
|
883
898
|
set: function (a) {
|
|
884
|
-
var b = this.
|
|
885
|
-
this.
|
|
886
|
-
if (b != this.
|
|
887
|
-
this.
|
|
899
|
+
var b = this.cq;
|
|
900
|
+
this.cq = a;
|
|
901
|
+
if (b != this.cq) {
|
|
902
|
+
this.ce("HoverFill", b, a);
|
|
888
903
|
}
|
|
889
904
|
},
|
|
890
905
|
enumerable: false,
|
|
891
906
|
configurable: true
|
|
892
907
|
});
|
|
893
|
-
Object.defineProperty(XIcon.prototype, "
|
|
908
|
+
Object.defineProperty(XIcon.prototype, "c9", {
|
|
894
909
|
get: function () {
|
|
895
|
-
return this.
|
|
910
|
+
return this.cr;
|
|
896
911
|
},
|
|
897
912
|
set: function (a) {
|
|
898
|
-
var b = this.
|
|
899
|
-
this.
|
|
900
|
-
if (b != this.
|
|
901
|
-
this.
|
|
913
|
+
var b = this.cr;
|
|
914
|
+
this.cr = a;
|
|
915
|
+
if (b != this.cr) {
|
|
916
|
+
this.ce("HoverStroke", b, a);
|
|
902
917
|
}
|
|
903
918
|
},
|
|
904
919
|
enumerable: false,
|
|
@@ -912,21 +927,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
912
927
|
var b = this.x;
|
|
913
928
|
this.x = a;
|
|
914
929
|
if (b != this.x) {
|
|
915
|
-
this.
|
|
930
|
+
this.ce("HoverStrokeThickness", b, a);
|
|
916
931
|
}
|
|
917
932
|
},
|
|
918
933
|
enumerable: false,
|
|
919
934
|
configurable: true
|
|
920
935
|
});
|
|
921
|
-
Object.defineProperty(XIcon.prototype, "
|
|
936
|
+
Object.defineProperty(XIcon.prototype, "da", {
|
|
922
937
|
get: function () {
|
|
923
|
-
return this.
|
|
938
|
+
return this.cs;
|
|
924
939
|
},
|
|
925
940
|
set: function (a) {
|
|
926
|
-
var b = this.
|
|
927
|
-
this.
|
|
928
|
-
if (b != this.
|
|
929
|
-
this.
|
|
941
|
+
var b = this.cs;
|
|
942
|
+
this.cs = a;
|
|
943
|
+
if (b != this.cs) {
|
|
944
|
+
this.ce("HoverTextColor", b, a);
|
|
930
945
|
}
|
|
931
946
|
},
|
|
932
947
|
enumerable: false,
|
|
@@ -940,7 +955,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
940
955
|
var b = this.c;
|
|
941
956
|
this.c = a;
|
|
942
957
|
if (b != this.c) {
|
|
943
|
-
this.
|
|
958
|
+
this.ce("FillColors", b, this.c);
|
|
944
959
|
}
|
|
945
960
|
},
|
|
946
961
|
enumerable: false,
|
|
@@ -954,77 +969,91 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
954
969
|
var b = this.d;
|
|
955
970
|
this.d = a;
|
|
956
971
|
if (b != this.d) {
|
|
957
|
-
this.
|
|
972
|
+
this.ce("StrokeColors", b, this.d);
|
|
958
973
|
}
|
|
959
974
|
},
|
|
960
975
|
enumerable: false,
|
|
961
976
|
configurable: true
|
|
962
977
|
});
|
|
963
|
-
Object.defineProperty(XIcon.prototype, "
|
|
978
|
+
Object.defineProperty(XIcon.prototype, "db", {
|
|
964
979
|
get: function () {
|
|
965
|
-
return this.
|
|
980
|
+
return this.ct;
|
|
966
981
|
},
|
|
967
982
|
set: function (a) {
|
|
968
|
-
var b = this.
|
|
969
|
-
this.
|
|
970
|
-
if (b != this.
|
|
971
|
-
this.
|
|
983
|
+
var b = this.ct;
|
|
984
|
+
this.ct = a;
|
|
985
|
+
if (b != this.ct) {
|
|
986
|
+
this.ce("PrimaryFillColor", b, this.ct);
|
|
972
987
|
}
|
|
973
988
|
},
|
|
974
989
|
enumerable: false,
|
|
975
990
|
configurable: true
|
|
976
991
|
});
|
|
977
|
-
Object.defineProperty(XIcon.prototype, "
|
|
992
|
+
Object.defineProperty(XIcon.prototype, "dc", {
|
|
978
993
|
get: function () {
|
|
979
|
-
return this.
|
|
994
|
+
return this.cu;
|
|
980
995
|
},
|
|
981
996
|
set: function (a) {
|
|
982
|
-
var b = this.
|
|
983
|
-
this.
|
|
984
|
-
if (b != this.
|
|
985
|
-
this.
|
|
997
|
+
var b = this.cu;
|
|
998
|
+
this.cu = a;
|
|
999
|
+
if (b != this.cu) {
|
|
1000
|
+
this.ce("PrimaryStrokeColor", b, this.cu);
|
|
986
1001
|
}
|
|
987
1002
|
},
|
|
988
1003
|
enumerable: false,
|
|
989
1004
|
configurable: true
|
|
990
1005
|
});
|
|
991
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1006
|
+
Object.defineProperty(XIcon.prototype, "dd", {
|
|
992
1007
|
get: function () {
|
|
993
|
-
return this.
|
|
1008
|
+
return this.cv;
|
|
994
1009
|
},
|
|
995
1010
|
set: function (a) {
|
|
996
|
-
var b = this.
|
|
997
|
-
this.
|
|
998
|
-
if (b != this.
|
|
999
|
-
this.
|
|
1011
|
+
var b = this.cv;
|
|
1012
|
+
this.cv = a;
|
|
1013
|
+
if (b != this.cv) {
|
|
1014
|
+
this.ce("SecondaryFillColor", b, this.cv);
|
|
1000
1015
|
}
|
|
1001
1016
|
},
|
|
1002
1017
|
enumerable: false,
|
|
1003
1018
|
configurable: true
|
|
1004
1019
|
});
|
|
1005
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1020
|
+
Object.defineProperty(XIcon.prototype, "de", {
|
|
1006
1021
|
get: function () {
|
|
1007
|
-
return this.
|
|
1022
|
+
return this.cw;
|
|
1008
1023
|
},
|
|
1009
1024
|
set: function (a) {
|
|
1010
|
-
var b = this.
|
|
1011
|
-
this.
|
|
1012
|
-
if (b != this.
|
|
1013
|
-
this.
|
|
1025
|
+
var b = this.cw;
|
|
1026
|
+
this.cw = a;
|
|
1027
|
+
if (b != this.cw) {
|
|
1028
|
+
this.ce("SecondaryStrokeColor", b, this.cw);
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
enumerable: false,
|
|
1032
|
+
configurable: true
|
|
1033
|
+
});
|
|
1034
|
+
Object.defineProperty(XIcon.prototype, "aw", {
|
|
1035
|
+
get: function () {
|
|
1036
|
+
return this.au;
|
|
1037
|
+
},
|
|
1038
|
+
set: function (a) {
|
|
1039
|
+
var b = this.au;
|
|
1040
|
+
this.au = a;
|
|
1041
|
+
if (b != this.au) {
|
|
1042
|
+
this.ce("Source", b, a);
|
|
1014
1043
|
}
|
|
1015
1044
|
},
|
|
1016
1045
|
enumerable: false,
|
|
1017
1046
|
configurable: true
|
|
1018
1047
|
});
|
|
1019
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1048
|
+
Object.defineProperty(XIcon.prototype, "a9", {
|
|
1020
1049
|
get: function () {
|
|
1021
|
-
return this.
|
|
1050
|
+
return this.ay;
|
|
1022
1051
|
},
|
|
1023
1052
|
set: function (a) {
|
|
1024
|
-
var b = this.
|
|
1025
|
-
this.
|
|
1026
|
-
if (b != this.
|
|
1027
|
-
this.
|
|
1053
|
+
var b = this.ay;
|
|
1054
|
+
this.ay = a;
|
|
1055
|
+
if (b != this.ay) {
|
|
1056
|
+
this.ce("DataURL", b, a);
|
|
1028
1057
|
}
|
|
1029
1058
|
},
|
|
1030
1059
|
enumerable: false,
|
|
@@ -1032,13 +1061,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1032
1061
|
});
|
|
1033
1062
|
Object.defineProperty(XIcon.prototype, "svgPath", {
|
|
1034
1063
|
get: function () {
|
|
1035
|
-
return this.
|
|
1064
|
+
return this.a1;
|
|
1036
1065
|
},
|
|
1037
1066
|
set: function (a) {
|
|
1038
|
-
var b = this.
|
|
1039
|
-
this.
|
|
1040
|
-
if (b != this.
|
|
1041
|
-
this.
|
|
1067
|
+
var b = this.a1;
|
|
1068
|
+
this.a1 = a;
|
|
1069
|
+
if (b != this.a1) {
|
|
1070
|
+
this.ce("SVGPath", b, a);
|
|
1042
1071
|
}
|
|
1043
1072
|
},
|
|
1044
1073
|
enumerable: false,
|
|
@@ -1046,13 +1075,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1046
1075
|
});
|
|
1047
1076
|
Object.defineProperty(XIcon.prototype, "svg", {
|
|
1048
1077
|
get: function () {
|
|
1049
|
-
return this.
|
|
1078
|
+
return this.a0;
|
|
1050
1079
|
},
|
|
1051
1080
|
set: function (a) {
|
|
1052
|
-
var b = this.
|
|
1053
|
-
this.
|
|
1054
|
-
if (b != this.
|
|
1055
|
-
this.
|
|
1081
|
+
var b = this.a0;
|
|
1082
|
+
this.a0 = a;
|
|
1083
|
+
if (b != this.a0) {
|
|
1084
|
+
this.ce("SVG", b, this.a0);
|
|
1056
1085
|
}
|
|
1057
1086
|
},
|
|
1058
1087
|
enumerable: false,
|
|
@@ -1066,16 +1095,16 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1066
1095
|
var b = this.a;
|
|
1067
1096
|
this.a = a;
|
|
1068
1097
|
if (b != this.a) {
|
|
1069
|
-
this.
|
|
1098
|
+
this.ce("SVGPaths", b, this.a);
|
|
1070
1099
|
}
|
|
1071
1100
|
},
|
|
1072
1101
|
enumerable: false,
|
|
1073
1102
|
configurable: true
|
|
1074
1103
|
});
|
|
1075
|
-
XIcon.prototype.
|
|
1104
|
+
XIcon.prototype.cc = function () {
|
|
1076
1105
|
this.t = true;
|
|
1077
1106
|
};
|
|
1078
|
-
XIcon.prototype.
|
|
1107
|
+
XIcon.prototype.cd = function () {
|
|
1079
1108
|
this.t = false;
|
|
1080
1109
|
};
|
|
1081
1110
|
Object.defineProperty(XIcon.prototype, "m", {
|
|
@@ -1086,21 +1115,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1086
1115
|
var b = this.l;
|
|
1087
1116
|
this.l = a;
|
|
1088
1117
|
if (b != this.l) {
|
|
1089
|
-
this.
|
|
1118
|
+
this.ce("TextStyle", b, a);
|
|
1090
1119
|
}
|
|
1091
1120
|
},
|
|
1092
1121
|
enumerable: false,
|
|
1093
1122
|
configurable: true
|
|
1094
1123
|
});
|
|
1095
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1124
|
+
Object.defineProperty(XIcon.prototype, "bj", {
|
|
1096
1125
|
get: function () {
|
|
1097
|
-
return this.
|
|
1126
|
+
return this.az;
|
|
1098
1127
|
},
|
|
1099
1128
|
set: function (a) {
|
|
1100
|
-
var b = this.
|
|
1101
|
-
this.
|
|
1102
|
-
if (b != this.
|
|
1103
|
-
this.
|
|
1129
|
+
var b = this.az;
|
|
1130
|
+
this.az = a;
|
|
1131
|
+
if (b != this.az) {
|
|
1132
|
+
this.ce("Id", b, a);
|
|
1104
1133
|
}
|
|
1105
1134
|
},
|
|
1106
1135
|
enumerable: false,
|
|
@@ -1122,21 +1151,21 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1122
1151
|
this.ar = a;
|
|
1123
1152
|
this.n = true;
|
|
1124
1153
|
if (b != this.ar) {
|
|
1125
|
-
this.
|
|
1154
|
+
this.ce("TabIndex", b, a);
|
|
1126
1155
|
}
|
|
1127
1156
|
},
|
|
1128
1157
|
enumerable: false,
|
|
1129
1158
|
configurable: true
|
|
1130
1159
|
});
|
|
1131
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1160
|
+
Object.defineProperty(XIcon.prototype, "a6", {
|
|
1132
1161
|
get: function () {
|
|
1133
|
-
return this.
|
|
1162
|
+
return this.ax;
|
|
1134
1163
|
},
|
|
1135
1164
|
set: function (a) {
|
|
1136
|
-
var b = this.
|
|
1137
|
-
this.
|
|
1138
|
-
if (b != this.
|
|
1139
|
-
this.
|
|
1165
|
+
var b = this.ax;
|
|
1166
|
+
this.ax = a;
|
|
1167
|
+
if (b != this.ax) {
|
|
1168
|
+
this.ce("AriaLabel", b, a);
|
|
1140
1169
|
}
|
|
1141
1170
|
},
|
|
1142
1171
|
enumerable: false,
|
|
@@ -1150,7 +1179,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1150
1179
|
var b = this.p;
|
|
1151
1180
|
this.p = a;
|
|
1152
1181
|
if (b != this.p) {
|
|
1153
|
-
this.
|
|
1182
|
+
this.ce("IsHover", b, a);
|
|
1154
1183
|
}
|
|
1155
1184
|
},
|
|
1156
1185
|
enumerable: false,
|
|
@@ -1164,7 +1193,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1164
1193
|
var b = this.o;
|
|
1165
1194
|
this.o = a;
|
|
1166
1195
|
if (b != this.o) {
|
|
1167
|
-
this.
|
|
1196
|
+
this.ce("IsDisabled", b, a);
|
|
1168
1197
|
}
|
|
1169
1198
|
},
|
|
1170
1199
|
enumerable: false,
|
|
@@ -1178,7 +1207,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1178
1207
|
var b = this.y;
|
|
1179
1208
|
this.y = a;
|
|
1180
1209
|
if (b != this.y) {
|
|
1181
|
-
this.
|
|
1210
|
+
this.ce("Opacity", b, this.y);
|
|
1182
1211
|
}
|
|
1183
1212
|
},
|
|
1184
1213
|
enumerable: false,
|
|
@@ -1192,7 +1221,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1192
1221
|
var b = this.ab;
|
|
1193
1222
|
this.ab = a;
|
|
1194
1223
|
if (b != this.ab) {
|
|
1195
|
-
this.
|
|
1224
|
+
this.ce("ViewBoxLeft", b, this.ab);
|
|
1196
1225
|
}
|
|
1197
1226
|
},
|
|
1198
1227
|
enumerable: false,
|
|
@@ -1206,7 +1235,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1206
1235
|
var b = this.ac;
|
|
1207
1236
|
this.ac = a;
|
|
1208
1237
|
if (b != this.ac) {
|
|
1209
|
-
this.
|
|
1238
|
+
this.ce("ViewBoxTop", b, this.ac);
|
|
1210
1239
|
}
|
|
1211
1240
|
},
|
|
1212
1241
|
enumerable: false,
|
|
@@ -1220,7 +1249,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1220
1249
|
var b = this.ad;
|
|
1221
1250
|
this.ad = a;
|
|
1222
1251
|
if (b != this.ad) {
|
|
1223
|
-
this.
|
|
1252
|
+
this.ce("ViewBoxWidth", b, this.ad);
|
|
1224
1253
|
}
|
|
1225
1254
|
},
|
|
1226
1255
|
enumerable: false,
|
|
@@ -1234,7 +1263,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1234
1263
|
var b = this.aa;
|
|
1235
1264
|
this.aa = a;
|
|
1236
1265
|
if (b != this.aa) {
|
|
1237
|
-
this.
|
|
1266
|
+
this.ce("ViewBoxHeight", b, this.aa);
|
|
1238
1267
|
}
|
|
1239
1268
|
},
|
|
1240
1269
|
enumerable: false,
|
|
@@ -1248,7 +1277,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1248
1277
|
var b = this.ae;
|
|
1249
1278
|
this.ae = a;
|
|
1250
1279
|
if (b != this.ae) {
|
|
1251
|
-
this.
|
|
1280
|
+
this.ce("Width", b, this.ae);
|
|
1252
1281
|
}
|
|
1253
1282
|
},
|
|
1254
1283
|
enumerable: false,
|
|
@@ -1262,13 +1291,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1262
1291
|
var b = this.w;
|
|
1263
1292
|
this.w = a;
|
|
1264
1293
|
if (b != this.w) {
|
|
1265
|
-
this.
|
|
1294
|
+
this.ce("Height", b, this.w);
|
|
1266
1295
|
}
|
|
1267
1296
|
},
|
|
1268
1297
|
enumerable: false,
|
|
1269
1298
|
configurable: true
|
|
1270
1299
|
});
|
|
1271
|
-
XIcon.prototype.
|
|
1300
|
+
XIcon.prototype.cf = function () {
|
|
1272
1301
|
};
|
|
1273
1302
|
XIcon.prototype.onDetachedFromUI = function () {
|
|
1274
1303
|
this.view.aj();
|
|
@@ -1276,7 +1305,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1276
1305
|
XIcon.prototype.onAttachedToUI = function () {
|
|
1277
1306
|
this.view.ag();
|
|
1278
1307
|
};
|
|
1279
|
-
XIcon.prototype.
|
|
1308
|
+
XIcon.prototype.ca = function () {
|
|
1280
1309
|
if (this.disabled) {
|
|
1281
1310
|
return;
|
|
1282
1311
|
}
|
|
@@ -1287,10 +1316,10 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1287
1316
|
XIcon.prototype.u = function () {
|
|
1288
1317
|
return this.view.l();
|
|
1289
1318
|
};
|
|
1290
|
-
XIcon.prototype.
|
|
1319
|
+
XIcon.prototype.av = function () {
|
|
1291
1320
|
return this.g();
|
|
1292
1321
|
};
|
|
1293
|
-
XIcon.prototype.
|
|
1322
|
+
XIcon.prototype.bb = function () {
|
|
1294
1323
|
var a = this.g();
|
|
1295
1324
|
return a.l();
|
|
1296
1325
|
};
|
|
@@ -1304,7 +1333,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1304
1333
|
a.a = this.view.a();
|
|
1305
1334
|
a.svg = this.svg;
|
|
1306
1335
|
a.svgPath = this.svgPath;
|
|
1307
|
-
a.k = this.
|
|
1336
|
+
a.k = this.a9;
|
|
1308
1337
|
if (this.m != null) {
|
|
1309
1338
|
var c = this.m;
|
|
1310
1339
|
if (this.view != null && c.q == null) {
|
|
@@ -1339,12 +1368,12 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1339
1368
|
this.view.ai(a);
|
|
1340
1369
|
};
|
|
1341
1370
|
XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
|
|
1342
|
-
XIcon.cz = null;
|
|
1343
|
-
XIcon.c4 = null;
|
|
1344
|
-
XIcon.c3 = null;
|
|
1345
|
-
XIcon.c0 = null;
|
|
1346
|
-
XIcon.c1 = null;
|
|
1347
1371
|
XIcon.c2 = null;
|
|
1372
|
+
XIcon.c7 = null;
|
|
1373
|
+
XIcon.c6 = null;
|
|
1374
|
+
XIcon.c3 = null;
|
|
1375
|
+
XIcon.c4 = null;
|
|
1376
|
+
XIcon.c5 = null;
|
|
1348
1377
|
XIcon.ah = NaN;
|
|
1349
1378
|
XIcon.ag = NaN;
|
|
1350
1379
|
XIcon.at = 0;
|