igniteui-webcomponents-inputs 5.0.2 → 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
|
@@ -114,14 +114,14 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
114
114
|
d.setStyleProperty("width", "100%");
|
|
115
115
|
d.setStyleProperty("object-fit", "contain");
|
|
116
116
|
this.x = d;
|
|
117
|
-
this.
|
|
117
|
+
this.ax();
|
|
118
118
|
this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
|
|
119
119
|
this.y.append(this.w);
|
|
120
120
|
this.v.append(this.y);
|
|
121
121
|
this.o.add(c.listen("click", runOn(this, this.ah)));
|
|
122
|
-
this.d.
|
|
122
|
+
this.d.cf();
|
|
123
123
|
}
|
|
124
|
-
|
|
124
|
+
au(a) {
|
|
125
125
|
this.n.clear();
|
|
126
126
|
this.v.rootWrapper.removeChildren();
|
|
127
127
|
this.v.rootWrapper.append(this.y);
|
|
@@ -136,7 +136,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
136
136
|
this.p.add(b);
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
|
-
|
|
139
|
+
av(a) {
|
|
140
140
|
this.n.clear();
|
|
141
141
|
this.v.rootWrapper.removeChildren();
|
|
142
142
|
this.v.rootWrapper.append(this.y);
|
|
@@ -153,7 +153,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
|
|
156
|
+
at(a) {
|
|
157
157
|
this.v.rootWrapper.removeChildren();
|
|
158
158
|
if (a != null) {
|
|
159
159
|
let b = this.v.rootWrapper.getNativeElement();
|
|
@@ -168,6 +168,11 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
168
168
|
this.x.setAttribute("src", a);
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
|
+
as(a) {
|
|
172
|
+
if (typeof a === 'string') {
|
|
173
|
+
this.ap(typeCast(String_$type, a));
|
|
174
|
+
}
|
|
175
|
+
}
|
|
171
176
|
k() {
|
|
172
177
|
return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
|
|
173
178
|
}
|
|
@@ -175,7 +180,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
175
180
|
this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.aq) ? "1.5rem" : this.d.aq + "px");
|
|
176
181
|
this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.ai) ? "1.5rem" : this.d.ai + "px");
|
|
177
182
|
}
|
|
178
|
-
|
|
183
|
+
ax() {
|
|
179
184
|
let a = isNaN_(this.d.an) ? 0 : this.d.an;
|
|
180
185
|
let b = isNaN_(this.d.ao) ? 0 : this.d.ao;
|
|
181
186
|
let c = isNaN_(this.d.ap) ? 24 : this.d.ap;
|
|
@@ -237,10 +242,10 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
237
242
|
}
|
|
238
243
|
}
|
|
239
244
|
ad(a) {
|
|
240
|
-
this.d.
|
|
245
|
+
this.d.cc();
|
|
241
246
|
}
|
|
242
247
|
ae(a) {
|
|
243
|
-
this.d.
|
|
248
|
+
this.d.cd();
|
|
244
249
|
}
|
|
245
250
|
ag() {
|
|
246
251
|
this.j = true;
|
|
@@ -254,7 +259,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
254
259
|
}
|
|
255
260
|
this.o.clear();
|
|
256
261
|
}
|
|
257
|
-
|
|
262
|
+
aw(a) {
|
|
258
263
|
if (a != null) {
|
|
259
264
|
this.v.rootWrapper.setStyleProperty("font", a.fontString);
|
|
260
265
|
}
|
|
@@ -269,7 +274,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
269
274
|
return c;
|
|
270
275
|
}
|
|
271
276
|
ah(a) {
|
|
272
|
-
this.d.
|
|
277
|
+
this.d.ca();
|
|
273
278
|
}
|
|
274
279
|
a() {
|
|
275
280
|
let a = new List$1(PrimitiveVisualData.$, 0);
|
|
@@ -378,33 +383,34 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
378
383
|
super();
|
|
379
384
|
this._view = null;
|
|
380
385
|
this.j = 0;
|
|
381
|
-
this.
|
|
382
|
-
this.
|
|
383
|
-
this.
|
|
386
|
+
this.cm = XIcon.c2;
|
|
387
|
+
this.cn = XIcon.c6;
|
|
388
|
+
this.co = XIcon.c7;
|
|
384
389
|
this.v = XIcon.ah;
|
|
385
|
-
this.
|
|
386
|
-
this.
|
|
390
|
+
this.cp = XIcon.c2;
|
|
391
|
+
this.cx = XIcon.c6;
|
|
387
392
|
this.z = XIcon.ah;
|
|
388
|
-
this.
|
|
389
|
-
this.
|
|
390
|
-
this.
|
|
393
|
+
this.cy = XIcon.c7;
|
|
394
|
+
this.cq = XIcon.c3;
|
|
395
|
+
this.cr = XIcon.c4;
|
|
391
396
|
this.x = XIcon.ag;
|
|
392
|
-
this.
|
|
397
|
+
this.cs = null;
|
|
393
398
|
this.c = null;
|
|
394
399
|
this.d = null;
|
|
395
|
-
this.cq = null;
|
|
396
|
-
this.cr = null;
|
|
397
|
-
this.cs = null;
|
|
398
400
|
this.ct = null;
|
|
399
|
-
this.
|
|
400
|
-
this.
|
|
401
|
+
this.cu = null;
|
|
402
|
+
this.cv = null;
|
|
403
|
+
this.cw = null;
|
|
404
|
+
this.au = null;
|
|
401
405
|
this.ay = null;
|
|
406
|
+
this.a1 = null;
|
|
407
|
+
this.a0 = null;
|
|
402
408
|
this.a = null;
|
|
403
409
|
this.l = null;
|
|
404
|
-
this.
|
|
410
|
+
this.az = "ig-icon-" + XIcon.at++;
|
|
405
411
|
this.ar = 0;
|
|
406
412
|
this.n = false;
|
|
407
|
-
this.
|
|
413
|
+
this.ax = null;
|
|
408
414
|
this.p = false;
|
|
409
415
|
this.o = false;
|
|
410
416
|
this.y = 1;
|
|
@@ -430,13 +436,13 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
430
436
|
destroy() {
|
|
431
437
|
this.provideContainer(null);
|
|
432
438
|
}
|
|
433
|
-
|
|
439
|
+
ce(a, b, c) {
|
|
434
440
|
if (this.propertyChanged != null) {
|
|
435
441
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
436
442
|
}
|
|
437
|
-
this.
|
|
443
|
+
this.ch(a, b, c);
|
|
438
444
|
}
|
|
439
|
-
|
|
445
|
+
ch(a, b, c) {
|
|
440
446
|
switch (a) {
|
|
441
447
|
case "Fill":
|
|
442
448
|
case "Stroke":
|
|
@@ -445,44 +451,50 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
445
451
|
case "HoverStroke":
|
|
446
452
|
case "HoverStrokeThickness":
|
|
447
453
|
case "IsHover":
|
|
448
|
-
this.
|
|
454
|
+
this.cl();
|
|
449
455
|
break;
|
|
450
456
|
case "FillColors":
|
|
451
457
|
case "StrokeColors":
|
|
452
458
|
case "ActualFill":
|
|
453
459
|
case "ActualStroke":
|
|
454
460
|
case "ActualStrokeWidth":
|
|
455
|
-
this.
|
|
461
|
+
this.cj();
|
|
456
462
|
break;
|
|
457
463
|
case "SVG":
|
|
458
|
-
this.
|
|
464
|
+
this.a1 = null;
|
|
459
465
|
this.a = null;
|
|
460
|
-
this.
|
|
466
|
+
this.cj();
|
|
461
467
|
break;
|
|
462
468
|
case "SVGPath":
|
|
463
|
-
this.
|
|
469
|
+
this.a0 = null;
|
|
464
470
|
this.a = null;
|
|
465
|
-
this.
|
|
471
|
+
this.cj();
|
|
466
472
|
break;
|
|
467
473
|
case "SVGPaths":
|
|
468
|
-
this.
|
|
469
|
-
this.
|
|
470
|
-
this.
|
|
474
|
+
this.a0 = null;
|
|
475
|
+
this.a1 = null;
|
|
476
|
+
this.cj();
|
|
471
477
|
break;
|
|
472
478
|
case "DataURL":
|
|
473
|
-
this.
|
|
474
|
-
this.
|
|
479
|
+
this.a0 = null;
|
|
480
|
+
this.a1 = null;
|
|
475
481
|
this.a = null;
|
|
476
|
-
this.
|
|
482
|
+
this.cj();
|
|
483
|
+
break;
|
|
484
|
+
case "Source":
|
|
485
|
+
this.a0 = null;
|
|
486
|
+
this.a1 = null;
|
|
487
|
+
this.a = null;
|
|
488
|
+
this.cj();
|
|
477
489
|
break;
|
|
478
490
|
case "Opacity":
|
|
479
|
-
this.
|
|
491
|
+
this.ck();
|
|
480
492
|
break;
|
|
481
493
|
case "ViewBoxLeft":
|
|
482
494
|
case "ViewBoxTop":
|
|
483
495
|
case "ViewBoxWidth":
|
|
484
496
|
case "ViewBoxHeight":
|
|
485
|
-
this.view.
|
|
497
|
+
this.view.ax();
|
|
486
498
|
break;
|
|
487
499
|
case "Width":
|
|
488
500
|
case "Height":
|
|
@@ -490,70 +502,70 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
490
502
|
break;
|
|
491
503
|
}
|
|
492
504
|
}
|
|
493
|
-
|
|
494
|
-
let a = this.fill != null ? this.fill : XIcon.
|
|
495
|
-
let b = this.
|
|
505
|
+
cl() {
|
|
506
|
+
let a = this.fill != null ? this.fill : XIcon.c2;
|
|
507
|
+
let b = this.df != null ? this.df : XIcon.c6;
|
|
496
508
|
let c = !isNaN_(this.al) ? this.al : XIcon.ah;
|
|
497
|
-
let d = this.
|
|
509
|
+
let d = this.dg != null ? this.dg : XIcon.c7;
|
|
498
510
|
if (this.t) {
|
|
499
|
-
this.
|
|
500
|
-
this.
|
|
511
|
+
this.cz = this.c8 != null ? this.c8 : a;
|
|
512
|
+
this.c0 = this.c9 != null ? this.c9 : b;
|
|
501
513
|
this.af = !isNaN_(this.aj) ? this.aj : c;
|
|
502
|
-
this.
|
|
514
|
+
this.c1 = this.da != null ? this.da : d;
|
|
503
515
|
}
|
|
504
516
|
else {
|
|
505
|
-
this.
|
|
506
|
-
this.
|
|
517
|
+
this.cz = a;
|
|
518
|
+
this.c0 = b;
|
|
507
519
|
this.af = c;
|
|
508
|
-
this.
|
|
520
|
+
this.c1 = d;
|
|
509
521
|
}
|
|
510
522
|
}
|
|
511
523
|
get r() {
|
|
512
524
|
return this.svgPath != null && !this.view.m;
|
|
513
525
|
}
|
|
514
|
-
|
|
526
|
+
ck() {
|
|
515
527
|
NativeUI.y(this.view.z, this.ak);
|
|
516
528
|
}
|
|
517
|
-
|
|
529
|
+
cj() {
|
|
518
530
|
let a = this.view.z;
|
|
519
531
|
if (this.r) {
|
|
520
532
|
let b = this.view.aa;
|
|
521
|
-
NativeUI.r(b, this.
|
|
522
|
-
NativeUI.aa(b, this.
|
|
533
|
+
NativeUI.r(b, this.cz);
|
|
534
|
+
NativeUI.aa(b, this.c0);
|
|
523
535
|
NativeUI.ad(b, this.af);
|
|
524
536
|
}
|
|
525
537
|
else {
|
|
526
538
|
let c = false;
|
|
527
539
|
if (this.svgPath != null) {
|
|
528
540
|
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
529
|
-
this.view.
|
|
541
|
+
this.view.at(this.svgPath);
|
|
530
542
|
c = true;
|
|
531
543
|
}
|
|
532
544
|
else {
|
|
533
|
-
this.view.
|
|
545
|
+
this.view.au(this.svgPath);
|
|
534
546
|
}
|
|
535
547
|
}
|
|
536
548
|
else if (this.b != null) {
|
|
537
|
-
this.view.
|
|
549
|
+
this.view.av(this.b);
|
|
538
550
|
let d = this.view.c;
|
|
539
551
|
if (d != null && d.length > 0) {
|
|
540
552
|
let e = NativeUI.r;
|
|
541
553
|
let f = NativeUI.aa;
|
|
542
|
-
this.
|
|
554
|
+
this.cg();
|
|
543
555
|
e = runOn(this.view, this.view.an);
|
|
544
556
|
f = runOn(this.view, this.view.ao);
|
|
545
557
|
for (let g = 0; g < d.length; g++) {
|
|
546
|
-
if (this.
|
|
547
|
-
e(d[g], this.
|
|
558
|
+
if (this.cz != null) {
|
|
559
|
+
e(d[g], this.cz);
|
|
548
560
|
}
|
|
549
|
-
if (this.
|
|
550
|
-
f(d[g], this.
|
|
561
|
+
if (this.c0 != null) {
|
|
562
|
+
f(d[g], this.c0);
|
|
551
563
|
}
|
|
552
564
|
if (!isNaN_(this.af)) {
|
|
553
565
|
NativeUI.ad(d[g], this.af);
|
|
554
566
|
}
|
|
555
|
-
if (this.
|
|
556
|
-
NativeUI.q(d[g], this.
|
|
567
|
+
if (this.c1 != null) {
|
|
568
|
+
NativeUI.q(d[g], this.c1);
|
|
557
569
|
}
|
|
558
570
|
if (this.e != null && this.e.count == d.length) {
|
|
559
571
|
e(d[g], this.e.item(g));
|
|
@@ -564,33 +576,36 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
564
576
|
}
|
|
565
577
|
}
|
|
566
578
|
if (this.m != null) {
|
|
567
|
-
this.view.
|
|
579
|
+
this.view.aw(this.m);
|
|
568
580
|
}
|
|
569
581
|
return;
|
|
570
582
|
}
|
|
571
583
|
else if (this.svg != null) {
|
|
572
|
-
this.view.
|
|
584
|
+
this.view.at(this.svg);
|
|
573
585
|
c = true;
|
|
574
586
|
}
|
|
575
|
-
else if (this.
|
|
576
|
-
this.view.ap(this.
|
|
587
|
+
else if (this.a9 != null) {
|
|
588
|
+
this.view.ap(this.a9);
|
|
589
|
+
}
|
|
590
|
+
else if (this.aw != null) {
|
|
591
|
+
this.view.as(this.aw);
|
|
577
592
|
}
|
|
578
593
|
if (c) {
|
|
579
594
|
for (let h = 0; h < this.view.r.count; h++) {
|
|
580
595
|
let i = this.view.r._inner[h].c;
|
|
581
|
-
NativeUI.r(this.view.r._inner[h].d, i.l.f(this.
|
|
596
|
+
NativeUI.r(this.view.r._inner[h].d, i.l.f(this.db));
|
|
582
597
|
}
|
|
583
598
|
for (let j = 0; j < this.view.s.count; j++) {
|
|
584
599
|
let k = this.view.s._inner[j].c;
|
|
585
|
-
NativeUI.aa(this.view.s._inner[j].d, k.m.f(this.
|
|
600
|
+
NativeUI.aa(this.view.s._inner[j].d, k.m.f(this.dc));
|
|
586
601
|
}
|
|
587
602
|
for (let l = 0; l < this.view.t.count; l++) {
|
|
588
603
|
let m = this.view.t._inner[l].c;
|
|
589
|
-
NativeUI.r(this.view.t._inner[l].d, m.l.f(this.
|
|
604
|
+
NativeUI.r(this.view.t._inner[l].d, m.l.f(this.dd));
|
|
590
605
|
}
|
|
591
606
|
for (let n = 0; n < this.view.u.count; n++) {
|
|
592
607
|
let o = this.view.u._inner[n].c;
|
|
593
|
-
NativeUI.aa(this.view.u._inner[n].d, o.m.f(this.
|
|
608
|
+
NativeUI.aa(this.view.u._inner[n].d, o.m.f(this.de));
|
|
594
609
|
}
|
|
595
610
|
for (let p = 0; p < this.view.e.o.count; p++) {
|
|
596
611
|
let q = this.view.e.o._inner[p];
|
|
@@ -616,34 +631,34 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
616
631
|
}
|
|
617
632
|
for (let ab = 0; ab < this.view.q.count; ab++) {
|
|
618
633
|
let ac = this.view.q._inner[ab].c;
|
|
619
|
-
NativeUI.r(this.view.q._inner[ab].d, ac.l.f(this.
|
|
620
|
-
NativeUI.aa(this.view.q._inner[ab].d, ac.m.f(this.
|
|
634
|
+
NativeUI.r(this.view.q._inner[ab].d, ac.l.f(this.cz));
|
|
635
|
+
NativeUI.aa(this.view.q._inner[ab].d, ac.m.f(this.c0));
|
|
621
636
|
}
|
|
622
637
|
}
|
|
623
638
|
let ad = this.view.z;
|
|
624
|
-
if (this.
|
|
625
|
-
NativeUI.r(ad, this.
|
|
639
|
+
if (this.cz != null) {
|
|
640
|
+
NativeUI.r(ad, this.cz);
|
|
626
641
|
}
|
|
627
|
-
if (this.
|
|
628
|
-
NativeUI.aa(ad, this.
|
|
642
|
+
if (this.c0 != null) {
|
|
643
|
+
NativeUI.aa(ad, this.c0);
|
|
629
644
|
}
|
|
630
645
|
if (!isNaN_(this.af)) {
|
|
631
646
|
NativeUI.ad(ad, this.af);
|
|
632
647
|
}
|
|
633
648
|
}
|
|
634
649
|
if (this.m != null) {
|
|
635
|
-
this.view.
|
|
650
|
+
this.view.aw(this.m);
|
|
636
651
|
}
|
|
637
|
-
if (this.
|
|
638
|
-
NativeUI.q(this.view.z, this.
|
|
652
|
+
if (this.c1 != null) {
|
|
653
|
+
NativeUI.q(this.view.z, this.c1);
|
|
639
654
|
}
|
|
640
655
|
}
|
|
641
|
-
|
|
642
|
-
if (this.
|
|
643
|
-
this.view.am(this.
|
|
656
|
+
cg() {
|
|
657
|
+
if (this.cz != null) {
|
|
658
|
+
this.view.am(this.cz, "fill");
|
|
644
659
|
}
|
|
645
|
-
if (this.
|
|
646
|
-
this.view.am(this.
|
|
660
|
+
if (this.c0 != null) {
|
|
661
|
+
this.view.am(this.c0, "stroke");
|
|
647
662
|
}
|
|
648
663
|
if (this.e != null) {
|
|
649
664
|
for (let a of fromEnum(this.e)) {
|
|
@@ -663,37 +678,37 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
663
678
|
let b = this.j;
|
|
664
679
|
this.j = a;
|
|
665
680
|
if (b != this.j) {
|
|
666
|
-
this.
|
|
681
|
+
this.ce("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
667
682
|
}
|
|
668
683
|
}
|
|
669
|
-
get
|
|
670
|
-
return this.
|
|
684
|
+
get cz() {
|
|
685
|
+
return this.cm;
|
|
671
686
|
}
|
|
672
|
-
set
|
|
673
|
-
let b = this.
|
|
674
|
-
this.
|
|
675
|
-
if (b != this.
|
|
676
|
-
this.
|
|
687
|
+
set cz(a) {
|
|
688
|
+
let b = this.cm;
|
|
689
|
+
this.cm = a;
|
|
690
|
+
if (b != this.cm) {
|
|
691
|
+
this.ce("ActualFill", b, a);
|
|
677
692
|
}
|
|
678
693
|
}
|
|
679
|
-
get
|
|
680
|
-
return this.
|
|
694
|
+
get c0() {
|
|
695
|
+
return this.cn;
|
|
681
696
|
}
|
|
682
|
-
set
|
|
683
|
-
let b = this.
|
|
684
|
-
this.
|
|
685
|
-
if (b != this.
|
|
686
|
-
this.
|
|
697
|
+
set c0(a) {
|
|
698
|
+
let b = this.cn;
|
|
699
|
+
this.cn = a;
|
|
700
|
+
if (b != this.cn) {
|
|
701
|
+
this.ce("ActualStroke", b, a);
|
|
687
702
|
}
|
|
688
703
|
}
|
|
689
|
-
get
|
|
690
|
-
return this.
|
|
704
|
+
get c1() {
|
|
705
|
+
return this.co;
|
|
691
706
|
}
|
|
692
|
-
set
|
|
693
|
-
let b = this.
|
|
694
|
-
this.
|
|
695
|
-
if (b != this.
|
|
696
|
-
this.
|
|
707
|
+
set c1(a) {
|
|
708
|
+
let b = this.co;
|
|
709
|
+
this.co = a;
|
|
710
|
+
if (b != this.co) {
|
|
711
|
+
this.ce("ActualTextColor", b, a);
|
|
697
712
|
}
|
|
698
713
|
}
|
|
699
714
|
get af() {
|
|
@@ -703,27 +718,27 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
703
718
|
let b = this.v;
|
|
704
719
|
this.v = a;
|
|
705
720
|
if (b != this.v) {
|
|
706
|
-
this.
|
|
721
|
+
this.ce("ActualStrokeWidth", b, a);
|
|
707
722
|
}
|
|
708
723
|
}
|
|
709
724
|
get fill() {
|
|
710
|
-
return this.
|
|
725
|
+
return this.cp;
|
|
711
726
|
}
|
|
712
727
|
set fill(a) {
|
|
713
|
-
let b = this.
|
|
714
|
-
this.
|
|
715
|
-
if (b != this.
|
|
716
|
-
this.
|
|
728
|
+
let b = this.cp;
|
|
729
|
+
this.cp = a;
|
|
730
|
+
if (b != this.cp) {
|
|
731
|
+
this.ce("Fill", b, a);
|
|
717
732
|
}
|
|
718
733
|
}
|
|
719
|
-
get
|
|
720
|
-
return this.
|
|
734
|
+
get df() {
|
|
735
|
+
return this.cx;
|
|
721
736
|
}
|
|
722
|
-
set
|
|
723
|
-
let b = this.
|
|
724
|
-
this.
|
|
725
|
-
if (b != this.
|
|
726
|
-
this.
|
|
737
|
+
set df(a) {
|
|
738
|
+
let b = this.cx;
|
|
739
|
+
this.cx = a;
|
|
740
|
+
if (b != this.cx) {
|
|
741
|
+
this.ce("Stroke", b, a);
|
|
727
742
|
}
|
|
728
743
|
}
|
|
729
744
|
get al() {
|
|
@@ -733,37 +748,37 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
733
748
|
let b = this.z;
|
|
734
749
|
this.z = a;
|
|
735
750
|
if (b != this.z) {
|
|
736
|
-
this.
|
|
751
|
+
this.ce("StrokeWidth", b, a);
|
|
737
752
|
}
|
|
738
753
|
}
|
|
739
|
-
get
|
|
740
|
-
return this.
|
|
754
|
+
get dg() {
|
|
755
|
+
return this.cy;
|
|
741
756
|
}
|
|
742
|
-
set
|
|
743
|
-
let b = this.
|
|
744
|
-
this.
|
|
745
|
-
if (b != this.
|
|
746
|
-
this.
|
|
757
|
+
set dg(a) {
|
|
758
|
+
let b = this.cy;
|
|
759
|
+
this.cy = a;
|
|
760
|
+
if (b != this.cy) {
|
|
761
|
+
this.ce("TextColor", b, a);
|
|
747
762
|
}
|
|
748
763
|
}
|
|
749
|
-
get
|
|
750
|
-
return this.
|
|
764
|
+
get c8() {
|
|
765
|
+
return this.cq;
|
|
751
766
|
}
|
|
752
|
-
set
|
|
753
|
-
let b = this.
|
|
754
|
-
this.
|
|
755
|
-
if (b != this.
|
|
756
|
-
this.
|
|
767
|
+
set c8(a) {
|
|
768
|
+
let b = this.cq;
|
|
769
|
+
this.cq = a;
|
|
770
|
+
if (b != this.cq) {
|
|
771
|
+
this.ce("HoverFill", b, a);
|
|
757
772
|
}
|
|
758
773
|
}
|
|
759
|
-
get
|
|
760
|
-
return this.
|
|
774
|
+
get c9() {
|
|
775
|
+
return this.cr;
|
|
761
776
|
}
|
|
762
|
-
set
|
|
763
|
-
let b = this.
|
|
764
|
-
this.
|
|
765
|
-
if (b != this.
|
|
766
|
-
this.
|
|
777
|
+
set c9(a) {
|
|
778
|
+
let b = this.cr;
|
|
779
|
+
this.cr = a;
|
|
780
|
+
if (b != this.cr) {
|
|
781
|
+
this.ce("HoverStroke", b, a);
|
|
767
782
|
}
|
|
768
783
|
}
|
|
769
784
|
get aj() {
|
|
@@ -773,17 +788,17 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
773
788
|
let b = this.x;
|
|
774
789
|
this.x = a;
|
|
775
790
|
if (b != this.x) {
|
|
776
|
-
this.
|
|
791
|
+
this.ce("HoverStrokeThickness", b, a);
|
|
777
792
|
}
|
|
778
793
|
}
|
|
779
|
-
get
|
|
780
|
-
return this.
|
|
794
|
+
get da() {
|
|
795
|
+
return this.cs;
|
|
781
796
|
}
|
|
782
|
-
set
|
|
783
|
-
let b = this.
|
|
784
|
-
this.
|
|
785
|
-
if (b != this.
|
|
786
|
-
this.
|
|
797
|
+
set da(a) {
|
|
798
|
+
let b = this.cs;
|
|
799
|
+
this.cs = a;
|
|
800
|
+
if (b != this.cs) {
|
|
801
|
+
this.ce("HoverTextColor", b, a);
|
|
787
802
|
}
|
|
788
803
|
}
|
|
789
804
|
get e() {
|
|
@@ -793,7 +808,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
793
808
|
let b = this.c;
|
|
794
809
|
this.c = a;
|
|
795
810
|
if (b != this.c) {
|
|
796
|
-
this.
|
|
811
|
+
this.ce("FillColors", b, this.c);
|
|
797
812
|
}
|
|
798
813
|
}
|
|
799
814
|
get f() {
|
|
@@ -803,77 +818,87 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
803
818
|
let b = this.d;
|
|
804
819
|
this.d = a;
|
|
805
820
|
if (b != this.d) {
|
|
806
|
-
this.
|
|
821
|
+
this.ce("StrokeColors", b, this.d);
|
|
807
822
|
}
|
|
808
823
|
}
|
|
809
|
-
get
|
|
810
|
-
return this.
|
|
824
|
+
get db() {
|
|
825
|
+
return this.ct;
|
|
811
826
|
}
|
|
812
|
-
set
|
|
813
|
-
let b = this.
|
|
814
|
-
this.
|
|
815
|
-
if (b != this.
|
|
816
|
-
this.
|
|
827
|
+
set db(a) {
|
|
828
|
+
let b = this.ct;
|
|
829
|
+
this.ct = a;
|
|
830
|
+
if (b != this.ct) {
|
|
831
|
+
this.ce("PrimaryFillColor", b, this.ct);
|
|
817
832
|
}
|
|
818
833
|
}
|
|
819
|
-
get
|
|
820
|
-
return this.
|
|
834
|
+
get dc() {
|
|
835
|
+
return this.cu;
|
|
821
836
|
}
|
|
822
|
-
set
|
|
823
|
-
let b = this.
|
|
824
|
-
this.
|
|
825
|
-
if (b != this.
|
|
826
|
-
this.
|
|
837
|
+
set dc(a) {
|
|
838
|
+
let b = this.cu;
|
|
839
|
+
this.cu = a;
|
|
840
|
+
if (b != this.cu) {
|
|
841
|
+
this.ce("PrimaryStrokeColor", b, this.cu);
|
|
827
842
|
}
|
|
828
843
|
}
|
|
829
|
-
get
|
|
830
|
-
return this.
|
|
844
|
+
get dd() {
|
|
845
|
+
return this.cv;
|
|
831
846
|
}
|
|
832
|
-
set
|
|
833
|
-
let b = this.
|
|
834
|
-
this.
|
|
835
|
-
if (b != this.
|
|
836
|
-
this.
|
|
847
|
+
set dd(a) {
|
|
848
|
+
let b = this.cv;
|
|
849
|
+
this.cv = a;
|
|
850
|
+
if (b != this.cv) {
|
|
851
|
+
this.ce("SecondaryFillColor", b, this.cv);
|
|
837
852
|
}
|
|
838
853
|
}
|
|
839
|
-
get
|
|
840
|
-
return this.
|
|
854
|
+
get de() {
|
|
855
|
+
return this.cw;
|
|
841
856
|
}
|
|
842
|
-
set
|
|
843
|
-
let b = this.
|
|
844
|
-
this.
|
|
845
|
-
if (b != this.
|
|
846
|
-
this.
|
|
857
|
+
set de(a) {
|
|
858
|
+
let b = this.cw;
|
|
859
|
+
this.cw = a;
|
|
860
|
+
if (b != this.cw) {
|
|
861
|
+
this.ce("SecondaryStrokeColor", b, this.cw);
|
|
847
862
|
}
|
|
848
863
|
}
|
|
849
|
-
get
|
|
850
|
-
return this.
|
|
864
|
+
get aw() {
|
|
865
|
+
return this.au;
|
|
851
866
|
}
|
|
852
|
-
set
|
|
853
|
-
let b = this.
|
|
854
|
-
this.
|
|
855
|
-
if (b != this.
|
|
856
|
-
this.
|
|
867
|
+
set aw(a) {
|
|
868
|
+
let b = this.au;
|
|
869
|
+
this.au = a;
|
|
870
|
+
if (b != this.au) {
|
|
871
|
+
this.ce("Source", b, a);
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
get a9() {
|
|
875
|
+
return this.ay;
|
|
876
|
+
}
|
|
877
|
+
set a9(a) {
|
|
878
|
+
let b = this.ay;
|
|
879
|
+
this.ay = a;
|
|
880
|
+
if (b != this.ay) {
|
|
881
|
+
this.ce("DataURL", b, a);
|
|
857
882
|
}
|
|
858
883
|
}
|
|
859
884
|
get svgPath() {
|
|
860
|
-
return this.
|
|
885
|
+
return this.a1;
|
|
861
886
|
}
|
|
862
887
|
set svgPath(a) {
|
|
863
|
-
let b = this.
|
|
864
|
-
this.
|
|
865
|
-
if (b != this.
|
|
866
|
-
this.
|
|
888
|
+
let b = this.a1;
|
|
889
|
+
this.a1 = a;
|
|
890
|
+
if (b != this.a1) {
|
|
891
|
+
this.ce("SVGPath", b, a);
|
|
867
892
|
}
|
|
868
893
|
}
|
|
869
894
|
get svg() {
|
|
870
|
-
return this.
|
|
895
|
+
return this.a0;
|
|
871
896
|
}
|
|
872
897
|
set svg(a) {
|
|
873
|
-
let b = this.
|
|
874
|
-
this.
|
|
875
|
-
if (b != this.
|
|
876
|
-
this.
|
|
898
|
+
let b = this.a0;
|
|
899
|
+
this.a0 = a;
|
|
900
|
+
if (b != this.a0) {
|
|
901
|
+
this.ce("SVG", b, this.a0);
|
|
877
902
|
}
|
|
878
903
|
}
|
|
879
904
|
get b() {
|
|
@@ -883,13 +908,13 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
883
908
|
let b = this.a;
|
|
884
909
|
this.a = a;
|
|
885
910
|
if (b != this.a) {
|
|
886
|
-
this.
|
|
911
|
+
this.ce("SVGPaths", b, this.a);
|
|
887
912
|
}
|
|
888
913
|
}
|
|
889
|
-
|
|
914
|
+
cc() {
|
|
890
915
|
this.t = true;
|
|
891
916
|
}
|
|
892
|
-
|
|
917
|
+
cd() {
|
|
893
918
|
this.t = false;
|
|
894
919
|
}
|
|
895
920
|
get m() {
|
|
@@ -899,17 +924,17 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
899
924
|
let b = this.l;
|
|
900
925
|
this.l = a;
|
|
901
926
|
if (b != this.l) {
|
|
902
|
-
this.
|
|
927
|
+
this.ce("TextStyle", b, a);
|
|
903
928
|
}
|
|
904
929
|
}
|
|
905
|
-
get
|
|
906
|
-
return this.
|
|
930
|
+
get bj() {
|
|
931
|
+
return this.az;
|
|
907
932
|
}
|
|
908
|
-
set
|
|
909
|
-
let b = this.
|
|
910
|
-
this.
|
|
911
|
-
if (b != this.
|
|
912
|
-
this.
|
|
933
|
+
set bj(a) {
|
|
934
|
+
let b = this.az;
|
|
935
|
+
this.az = a;
|
|
936
|
+
if (b != this.az) {
|
|
937
|
+
this.ce("Id", b, a);
|
|
913
938
|
}
|
|
914
939
|
}
|
|
915
940
|
get q() {
|
|
@@ -923,17 +948,17 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
923
948
|
this.ar = a;
|
|
924
949
|
this.n = true;
|
|
925
950
|
if (b != this.ar) {
|
|
926
|
-
this.
|
|
951
|
+
this.ce("TabIndex", b, a);
|
|
927
952
|
}
|
|
928
953
|
}
|
|
929
|
-
get
|
|
930
|
-
return this.
|
|
954
|
+
get a6() {
|
|
955
|
+
return this.ax;
|
|
931
956
|
}
|
|
932
|
-
set
|
|
933
|
-
let b = this.
|
|
934
|
-
this.
|
|
935
|
-
if (b != this.
|
|
936
|
-
this.
|
|
957
|
+
set a6(a) {
|
|
958
|
+
let b = this.ax;
|
|
959
|
+
this.ax = a;
|
|
960
|
+
if (b != this.ax) {
|
|
961
|
+
this.ce("AriaLabel", b, a);
|
|
937
962
|
}
|
|
938
963
|
}
|
|
939
964
|
get t() {
|
|
@@ -943,7 +968,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
943
968
|
let b = this.p;
|
|
944
969
|
this.p = a;
|
|
945
970
|
if (b != this.p) {
|
|
946
|
-
this.
|
|
971
|
+
this.ce("IsHover", b, a);
|
|
947
972
|
}
|
|
948
973
|
}
|
|
949
974
|
get disabled() {
|
|
@@ -953,7 +978,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
953
978
|
let b = this.o;
|
|
954
979
|
this.o = a;
|
|
955
980
|
if (b != this.o) {
|
|
956
|
-
this.
|
|
981
|
+
this.ce("IsDisabled", b, a);
|
|
957
982
|
}
|
|
958
983
|
}
|
|
959
984
|
get ak() {
|
|
@@ -963,7 +988,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
963
988
|
let b = this.y;
|
|
964
989
|
this.y = a;
|
|
965
990
|
if (b != this.y) {
|
|
966
|
-
this.
|
|
991
|
+
this.ce("Opacity", b, this.y);
|
|
967
992
|
}
|
|
968
993
|
}
|
|
969
994
|
get an() {
|
|
@@ -973,7 +998,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
973
998
|
let b = this.ab;
|
|
974
999
|
this.ab = a;
|
|
975
1000
|
if (b != this.ab) {
|
|
976
|
-
this.
|
|
1001
|
+
this.ce("ViewBoxLeft", b, this.ab);
|
|
977
1002
|
}
|
|
978
1003
|
}
|
|
979
1004
|
get ao() {
|
|
@@ -983,7 +1008,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
983
1008
|
let b = this.ac;
|
|
984
1009
|
this.ac = a;
|
|
985
1010
|
if (b != this.ac) {
|
|
986
|
-
this.
|
|
1011
|
+
this.ce("ViewBoxTop", b, this.ac);
|
|
987
1012
|
}
|
|
988
1013
|
}
|
|
989
1014
|
get ap() {
|
|
@@ -993,7 +1018,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
993
1018
|
let b = this.ad;
|
|
994
1019
|
this.ad = a;
|
|
995
1020
|
if (b != this.ad) {
|
|
996
|
-
this.
|
|
1021
|
+
this.ce("ViewBoxWidth", b, this.ad);
|
|
997
1022
|
}
|
|
998
1023
|
}
|
|
999
1024
|
get am() {
|
|
@@ -1003,7 +1028,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1003
1028
|
let b = this.aa;
|
|
1004
1029
|
this.aa = a;
|
|
1005
1030
|
if (b != this.aa) {
|
|
1006
|
-
this.
|
|
1031
|
+
this.ce("ViewBoxHeight", b, this.aa);
|
|
1007
1032
|
}
|
|
1008
1033
|
}
|
|
1009
1034
|
get aq() {
|
|
@@ -1013,7 +1038,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1013
1038
|
let b = this.ae;
|
|
1014
1039
|
this.ae = a;
|
|
1015
1040
|
if (b != this.ae) {
|
|
1016
|
-
this.
|
|
1041
|
+
this.ce("Width", b, this.ae);
|
|
1017
1042
|
}
|
|
1018
1043
|
}
|
|
1019
1044
|
get ai() {
|
|
@@ -1023,10 +1048,10 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1023
1048
|
let b = this.w;
|
|
1024
1049
|
this.w = a;
|
|
1025
1050
|
if (b != this.w) {
|
|
1026
|
-
this.
|
|
1051
|
+
this.ce("Height", b, this.w);
|
|
1027
1052
|
}
|
|
1028
1053
|
}
|
|
1029
|
-
|
|
1054
|
+
cf() {
|
|
1030
1055
|
}
|
|
1031
1056
|
onDetachedFromUI() {
|
|
1032
1057
|
this.view.aj();
|
|
@@ -1034,7 +1059,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1034
1059
|
onAttachedToUI() {
|
|
1035
1060
|
this.view.ag();
|
|
1036
1061
|
}
|
|
1037
|
-
|
|
1062
|
+
ca() {
|
|
1038
1063
|
if (this.disabled) {
|
|
1039
1064
|
return;
|
|
1040
1065
|
}
|
|
@@ -1045,10 +1070,10 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1045
1070
|
u() {
|
|
1046
1071
|
return this.view.l();
|
|
1047
1072
|
}
|
|
1048
|
-
|
|
1073
|
+
av() {
|
|
1049
1074
|
return this.g();
|
|
1050
1075
|
}
|
|
1051
|
-
|
|
1076
|
+
bb() {
|
|
1052
1077
|
let a = this.g();
|
|
1053
1078
|
return a.l();
|
|
1054
1079
|
}
|
|
@@ -1062,7 +1087,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1062
1087
|
a.a = this.view.a();
|
|
1063
1088
|
a.svg = this.svg;
|
|
1064
1089
|
a.svgPath = this.svgPath;
|
|
1065
|
-
a.k = this.
|
|
1090
|
+
a.k = this.a9;
|
|
1066
1091
|
if (this.m != null) {
|
|
1067
1092
|
let c = this.m;
|
|
1068
1093
|
if (this.view != null && c.q == null) {
|
|
@@ -1098,12 +1123,12 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1098
1123
|
}
|
|
1099
1124
|
}
|
|
1100
1125
|
XIcon.$t = /*@__PURE__*/ markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
|
|
1101
|
-
XIcon.cz = null;
|
|
1102
|
-
XIcon.c4 = null;
|
|
1103
|
-
XIcon.c3 = null;
|
|
1104
|
-
XIcon.c0 = null;
|
|
1105
|
-
XIcon.c1 = null;
|
|
1106
1126
|
XIcon.c2 = null;
|
|
1127
|
+
XIcon.c7 = null;
|
|
1128
|
+
XIcon.c6 = null;
|
|
1129
|
+
XIcon.c3 = null;
|
|
1130
|
+
XIcon.c4 = null;
|
|
1131
|
+
XIcon.c5 = null;
|
|
1107
1132
|
XIcon.ah = NaN;
|
|
1108
1133
|
XIcon.ag = NaN;
|
|
1109
1134
|
XIcon.at = 0;
|