igniteui-webcomponents-inputs 7.1.0-alpha.1 → 7.1.0-alpha.2
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 +636 -467
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonView_combined.js +21 -21
- package/esm2015/lib/CalendarView_combined.js +3 -3
- package/esm2015/lib/CheckboxView_combined.js +23 -23
- package/esm2015/lib/IconView_combined.js +163 -163
- package/esm2015/lib/InputGroupView_combined.js +31 -31
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/MultiSliderView_combined.js +10 -10
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +38 -38
- package/esm2015/lib/RippleView_combined.js +1 -1
- package/esm2015/lib/XButtonBridge.js +18 -18
- package/esm2015/lib/XButtonGroupBridge.js +6 -6
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +4 -3
- package/esm2015/lib/XIconBridge.js +23 -23
- package/esm2015/lib/XIconButtonBridge.js +5 -5
- package/esm2015/lib/XInputBridge.js +18 -18
- package/esm2015/lib/XPopupBridge.js +23 -23
- package/esm2015/lib/igc-multi-slider-thumb-collection.js +7 -7
- package/esm2015/lib/igc-multi-slider-thumb-component.js +271 -0
- package/esm2015/lib/igc-multi-slider-thumb-module.js +16 -0
- package/esm2015/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm2015/lib/igc-multi-slider-track-thumb-range.js +5 -15
- package/esm2015/lib/igc-x-icon-component.js +10 -10
- package/esm2015/public_api.js +2 -1
- package/esm5/lib/ButtonView_combined.js +21 -21
- package/esm5/lib/CalendarView_combined.js +3 -3
- package/esm5/lib/CheckboxView_combined.js +23 -23
- package/esm5/lib/IconView_combined.js +158 -158
- package/esm5/lib/InputGroupView_combined.js +31 -31
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/MultiSliderView_combined.js +10 -10
- package/esm5/lib/NativeUIXInputsFactory_combined.js +38 -38
- package/esm5/lib/RippleView_combined.js +1 -1
- package/esm5/lib/XButtonBridge.js +18 -18
- package/esm5/lib/XButtonGroupBridge.js +6 -6
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +4 -3
- package/esm5/lib/XIconBridge.js +23 -23
- package/esm5/lib/XIconButtonBridge.js +5 -5
- package/esm5/lib/XInputBridge.js +18 -18
- package/esm5/lib/XPopupBridge.js +23 -23
- package/esm5/lib/igc-multi-slider-thumb-collection.js +7 -7
- package/esm5/lib/igc-multi-slider-thumb-component.js +300 -0
- package/esm5/lib/igc-multi-slider-thumb-module.js +20 -0
- package/esm5/lib/igc-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm5/lib/igc-multi-slider-track-thumb-range.js +5 -15
- package/esm5/lib/igc-x-icon-component.js +10 -10
- package/esm5/public_api.js +2 -1
- package/fesm2015/igniteui-webcomponents-inputs.js +692 -534
- package/fesm5/igniteui-webcomponents-inputs.js +635 -467
- package/lib/IconView_combined.d.ts +33 -34
- package/lib/MultiSliderView_combined.d.ts +1 -1
- package/lib/igc-multi-slider-thumb-collection.d.ts +4 -4
- package/lib/igc-multi-slider-thumb-component.d.ts +53 -0
- package/lib/igc-multi-slider-thumb-module.d.ts +3 -0
- package/lib/igc-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
- package/lib/igc-multi-slider-track-thumb-range.d.ts +5 -5
- package/package.json +2 -2
- package/public_api.d.ts +2 -1
- package/esm2015/lib/igc-multi-slider-thumb.js +0 -109
- package/esm5/lib/igc-multi-slider-thumb.js +0 -132
- package/lib/igc-multi-slider-thumb.d.ts +0 -27
|
@@ -119,7 +119,7 @@ let IconView = /*@__PURE__*/ (() => {
|
|
|
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.ak)));
|
|
122
|
-
this.d.
|
|
122
|
+
this.d.c8();
|
|
123
123
|
}
|
|
124
124
|
ay(a) {
|
|
125
125
|
this.z = null;
|
|
@@ -162,7 +162,7 @@ let IconView = /*@__PURE__*/ (() => {
|
|
|
162
162
|
let b = this.v.rootWrapper.getNativeElement();
|
|
163
163
|
b.innerHTML = a;
|
|
164
164
|
this.z = this.v.rootWrapper.getChildAt(0);
|
|
165
|
-
let c = this.z.getAttribute("
|
|
165
|
+
let c = this.z.getAttribute("viewBox");
|
|
166
166
|
if (c != null) {
|
|
167
167
|
let d = c.split(' ');
|
|
168
168
|
if (d.length == 1) {
|
|
@@ -173,11 +173,11 @@ let IconView = /*@__PURE__*/ (() => {
|
|
|
173
173
|
let f = parseFloat(d[1].trim());
|
|
174
174
|
let g = parseFloat(d[2].trim());
|
|
175
175
|
let h = parseFloat(d[3].trim());
|
|
176
|
-
this.d.
|
|
176
|
+
this.d.df(e, f, g, h);
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
179
|
else {
|
|
180
|
-
this.d.
|
|
180
|
+
this.d.df(NaN, NaN, NaN, NaN);
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
}
|
|
@@ -253,7 +253,7 @@ let IconView = /*@__PURE__*/ (() => {
|
|
|
253
253
|
this.v.rootWrapper.append(this.y);
|
|
254
254
|
}
|
|
255
255
|
else {
|
|
256
|
-
NativeUI.
|
|
256
|
+
NativeUI.t(a, b);
|
|
257
257
|
}
|
|
258
258
|
}
|
|
259
259
|
ar(a, b) {
|
|
@@ -262,7 +262,7 @@ let IconView = /*@__PURE__*/ (() => {
|
|
|
262
262
|
c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
|
|
263
263
|
}
|
|
264
264
|
else {
|
|
265
|
-
NativeUI.
|
|
265
|
+
NativeUI.ad(a, b);
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
268
|
ad(a) {
|
|
@@ -272,10 +272,10 @@ let IconView = /*@__PURE__*/ (() => {
|
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
ae(a) {
|
|
275
|
-
this.d.
|
|
275
|
+
this.d.c5();
|
|
276
276
|
}
|
|
277
277
|
af(a) {
|
|
278
|
-
this.d.
|
|
278
|
+
this.d.c6();
|
|
279
279
|
}
|
|
280
280
|
aj() {
|
|
281
281
|
this.j = true;
|
|
@@ -446,18 +446,18 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
446
446
|
this.dp = null;
|
|
447
447
|
this.dq = null;
|
|
448
448
|
this.dr = null;
|
|
449
|
-
this.
|
|
450
|
-
this.bj = null;
|
|
451
|
-
this.bm = null;
|
|
449
|
+
this.bf = null;
|
|
452
450
|
this.bl = null;
|
|
451
|
+
this.bo = null;
|
|
452
|
+
this.bn = null;
|
|
453
453
|
this.a = null;
|
|
454
|
-
this.de = null;
|
|
455
454
|
this.bd = null;
|
|
455
|
+
this.be = null;
|
|
456
456
|
this.n = null;
|
|
457
|
-
this.
|
|
457
|
+
this.bm = "ig-icon-" + XIcon.bc++;
|
|
458
458
|
this.ba = 0;
|
|
459
459
|
this.p = false;
|
|
460
|
-
this.
|
|
460
|
+
this.bk = null;
|
|
461
461
|
this.r = false;
|
|
462
462
|
this.q = false;
|
|
463
463
|
this.af = 1;
|
|
@@ -491,13 +491,13 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
491
491
|
destroy() {
|
|
492
492
|
this.provideContainer(null);
|
|
493
493
|
}
|
|
494
|
-
|
|
494
|
+
c7(a, b, c) {
|
|
495
495
|
if (this.propertyChanged != null) {
|
|
496
496
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
497
497
|
}
|
|
498
|
-
this.
|
|
498
|
+
this.da(a, b, c);
|
|
499
499
|
}
|
|
500
|
-
|
|
500
|
+
da(a, b, c) {
|
|
501
501
|
switch (a) {
|
|
502
502
|
case "Fill":
|
|
503
503
|
case "Stroke":
|
|
@@ -506,51 +506,51 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
506
506
|
case "HoverStroke":
|
|
507
507
|
case "HoverStrokeThickness":
|
|
508
508
|
case "IsHover":
|
|
509
|
-
this.
|
|
509
|
+
this.de();
|
|
510
510
|
break;
|
|
511
511
|
case "FillColors":
|
|
512
512
|
case "StrokeColors":
|
|
513
513
|
case "ActualFill":
|
|
514
514
|
case "ActualStroke":
|
|
515
515
|
case "ActualStrokeWidth":
|
|
516
|
-
this.
|
|
516
|
+
this.dc();
|
|
517
517
|
break;
|
|
518
518
|
case "SVG":
|
|
519
|
-
this.
|
|
519
|
+
this.bo = null;
|
|
520
520
|
this.a = null;
|
|
521
|
-
this.
|
|
521
|
+
this.dc();
|
|
522
522
|
break;
|
|
523
523
|
case "SVGPath":
|
|
524
|
-
this.
|
|
524
|
+
this.bn = null;
|
|
525
525
|
this.a = null;
|
|
526
|
-
this.
|
|
526
|
+
this.dc();
|
|
527
527
|
break;
|
|
528
528
|
case "SVGPaths":
|
|
529
|
-
this.
|
|
530
|
-
this.
|
|
531
|
-
this.
|
|
529
|
+
this.bn = null;
|
|
530
|
+
this.bo = null;
|
|
531
|
+
this.dc();
|
|
532
532
|
break;
|
|
533
533
|
case "DataURL":
|
|
534
|
-
this.
|
|
535
|
-
this.
|
|
534
|
+
this.bn = null;
|
|
535
|
+
this.bo = null;
|
|
536
536
|
this.a = null;
|
|
537
|
-
this.
|
|
537
|
+
this.dc();
|
|
538
538
|
break;
|
|
539
539
|
case "Source":
|
|
540
|
-
this.
|
|
541
|
-
this.
|
|
540
|
+
this.bn = null;
|
|
541
|
+
this.bo = null;
|
|
542
542
|
this.a = null;
|
|
543
|
-
this.
|
|
543
|
+
this.dc();
|
|
544
544
|
break;
|
|
545
545
|
case "DataTemplate":
|
|
546
546
|
case "DataTemplateContext":
|
|
547
|
-
this.
|
|
548
|
-
this.
|
|
547
|
+
this.bn = null;
|
|
548
|
+
this.bo = null;
|
|
549
549
|
this.a = null;
|
|
550
|
-
this.
|
|
550
|
+
this.dc();
|
|
551
551
|
break;
|
|
552
552
|
case "Opacity":
|
|
553
|
-
this.
|
|
553
|
+
this.dd();
|
|
554
554
|
break;
|
|
555
555
|
case "ViewBoxLeft":
|
|
556
556
|
this.as = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
|
|
@@ -576,7 +576,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
576
576
|
break;
|
|
577
577
|
}
|
|
578
578
|
}
|
|
579
|
-
|
|
579
|
+
de() {
|
|
580
580
|
let a = this.fill != null ? this.fill : XIcon.dx;
|
|
581
581
|
let b = this.ea != null ? this.ea : XIcon.d1;
|
|
582
582
|
let c = !isNaN_(this.a4) ? this.a4 : XIcon.aw;
|
|
@@ -597,19 +597,19 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
597
597
|
get t() {
|
|
598
598
|
return this.svgPath != null && !this.view.m;
|
|
599
599
|
}
|
|
600
|
-
|
|
601
|
-
NativeUI.
|
|
600
|
+
dd() {
|
|
601
|
+
NativeUI.ab(this.view.aa, this.a3);
|
|
602
602
|
}
|
|
603
|
-
|
|
603
|
+
c1() {
|
|
604
604
|
this.view.ag();
|
|
605
605
|
}
|
|
606
|
-
|
|
606
|
+
dc() {
|
|
607
607
|
let a = this.view.aa;
|
|
608
608
|
if (this.t) {
|
|
609
609
|
let b = this.view.ab;
|
|
610
|
-
NativeUI.
|
|
611
|
-
NativeUI.
|
|
612
|
-
NativeUI.
|
|
610
|
+
NativeUI.t(b, this.du);
|
|
611
|
+
NativeUI.ad(b, this.dv);
|
|
612
|
+
NativeUI.ag(b, this.aq);
|
|
613
613
|
}
|
|
614
614
|
else {
|
|
615
615
|
let c = this.j();
|
|
@@ -618,8 +618,8 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
618
618
|
this.view.ai();
|
|
619
619
|
}
|
|
620
620
|
let d = false;
|
|
621
|
-
if (this.
|
|
622
|
-
this.view.as(this.
|
|
621
|
+
if (this.bg != null) {
|
|
622
|
+
this.view.as(this.bg, this.bh);
|
|
623
623
|
}
|
|
624
624
|
else if (this.svgPath != null) {
|
|
625
625
|
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -634,9 +634,9 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
634
634
|
this.view.az(this.b);
|
|
635
635
|
let e = this.view.c;
|
|
636
636
|
if (e != null && e.length > 0) {
|
|
637
|
-
let f = NativeUI.
|
|
638
|
-
let g = NativeUI.
|
|
639
|
-
this.
|
|
637
|
+
let f = NativeUI.t;
|
|
638
|
+
let g = NativeUI.ad;
|
|
639
|
+
this.c9();
|
|
640
640
|
f = runOn(this.view, this.view.aq);
|
|
641
641
|
g = runOn(this.view, this.view.ar);
|
|
642
642
|
for (let h = 0; h < e.length; h++) {
|
|
@@ -647,10 +647,10 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
647
647
|
g(e[h], this.dv);
|
|
648
648
|
}
|
|
649
649
|
if (!isNaN_(this.aq)) {
|
|
650
|
-
NativeUI.
|
|
650
|
+
NativeUI.ag(e[h], this.aq);
|
|
651
651
|
}
|
|
652
652
|
if (this.dw != null) {
|
|
653
|
-
NativeUI.
|
|
653
|
+
NativeUI.r(e[h], this.dw);
|
|
654
654
|
}
|
|
655
655
|
if (this.e != null && this.e.count == e.length) {
|
|
656
656
|
f(e[h], this.e.item(h));
|
|
@@ -669,30 +669,30 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
669
669
|
this.view.ax(this.svg);
|
|
670
670
|
d = true;
|
|
671
671
|
}
|
|
672
|
-
else if (this.
|
|
673
|
-
this.view.at(this.
|
|
672
|
+
else if (this.b2 != null) {
|
|
673
|
+
this.view.at(this.b2);
|
|
674
674
|
}
|
|
675
|
-
else if (this.
|
|
676
|
-
this.view.aw(this.
|
|
675
|
+
else if (this.bj != null) {
|
|
676
|
+
this.view.aw(this.bj);
|
|
677
677
|
}
|
|
678
678
|
else {
|
|
679
679
|
}
|
|
680
680
|
if (d) {
|
|
681
681
|
for (let i = 0; i < this.view.r.count; i++) {
|
|
682
682
|
let j = this.view.r._inner[i].c;
|
|
683
|
-
NativeUI.
|
|
683
|
+
NativeUI.t(this.view.r._inner[i].d, j.l.f(this.d6));
|
|
684
684
|
}
|
|
685
685
|
for (let k = 0; k < this.view.s.count; k++) {
|
|
686
686
|
let l = this.view.s._inner[k].c;
|
|
687
|
-
NativeUI.
|
|
687
|
+
NativeUI.ad(this.view.s._inner[k].d, l.m.f(this.d7));
|
|
688
688
|
}
|
|
689
689
|
for (let m = 0; m < this.view.t.count; m++) {
|
|
690
690
|
let n = this.view.t._inner[m].c;
|
|
691
|
-
NativeUI.
|
|
691
|
+
NativeUI.t(this.view.t._inner[m].d, n.l.f(this.d8));
|
|
692
692
|
}
|
|
693
693
|
for (let o = 0; o < this.view.u.count; o++) {
|
|
694
694
|
let p = this.view.u._inner[o].c;
|
|
695
|
-
NativeUI.
|
|
695
|
+
NativeUI.ad(this.view.u._inner[o].d, p.m.f(this.d9));
|
|
696
696
|
}
|
|
697
697
|
for (let q = 0; q < this.view.e.o.count; q++) {
|
|
698
698
|
let r = this.view.e.o._inner[q];
|
|
@@ -701,7 +701,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
701
701
|
if (t < this.e.count) {
|
|
702
702
|
for (let u = 0; u < this.view.e.q._inner[q].count; u++) {
|
|
703
703
|
let v = this.view.e.q._inner[q]._inner[u].c;
|
|
704
|
-
NativeUI.
|
|
704
|
+
NativeUI.t(this.view.e.q._inner[q]._inner[u].d, v.l.f(this.e.item(t)));
|
|
705
705
|
}
|
|
706
706
|
}
|
|
707
707
|
}
|
|
@@ -712,35 +712,35 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
712
712
|
if (z < this.f.count) {
|
|
713
713
|
for (let aa = 0; aa < this.view.f.q._inner[w].count; aa++) {
|
|
714
714
|
let ab = this.view.f.q._inner[w]._inner[aa].c;
|
|
715
|
-
NativeUI.
|
|
715
|
+
NativeUI.ad(this.view.f.q._inner[w]._inner[aa].d, ab.m.f(this.f.item(z)));
|
|
716
716
|
}
|
|
717
717
|
}
|
|
718
718
|
}
|
|
719
719
|
for (let ac = 0; ac < this.view.q.count; ac++) {
|
|
720
720
|
let ad = this.view.q._inner[ac].c;
|
|
721
|
-
NativeUI.
|
|
722
|
-
NativeUI.
|
|
721
|
+
NativeUI.t(this.view.q._inner[ac].d, ad.l.f(this.du));
|
|
722
|
+
NativeUI.ad(this.view.q._inner[ac].d, ad.m.f(this.dv));
|
|
723
723
|
}
|
|
724
724
|
}
|
|
725
725
|
let ae = this.view.aa;
|
|
726
726
|
if (this.du != null) {
|
|
727
|
-
NativeUI.
|
|
727
|
+
NativeUI.t(ae, this.du);
|
|
728
728
|
}
|
|
729
729
|
if (this.dv != null) {
|
|
730
|
-
NativeUI.
|
|
730
|
+
NativeUI.ad(ae, this.dv);
|
|
731
731
|
}
|
|
732
732
|
if (!isNaN_(this.aq)) {
|
|
733
|
-
NativeUI.
|
|
733
|
+
NativeUI.ag(ae, this.aq);
|
|
734
734
|
}
|
|
735
735
|
}
|
|
736
736
|
if (this.o != null) {
|
|
737
737
|
this.view.a0(this.o);
|
|
738
738
|
}
|
|
739
739
|
if (this.dw != null) {
|
|
740
|
-
NativeUI.
|
|
740
|
+
NativeUI.r(this.view.aa, this.dw);
|
|
741
741
|
}
|
|
742
742
|
}
|
|
743
|
-
|
|
743
|
+
c9() {
|
|
744
744
|
if (this.du != null) {
|
|
745
745
|
this.view.ap(this.du, "fill");
|
|
746
746
|
}
|
|
@@ -769,10 +769,10 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
769
769
|
else if (this.svg != null) {
|
|
770
770
|
a = 0;
|
|
771
771
|
}
|
|
772
|
-
else if (this.
|
|
772
|
+
else if (this.b2 != null) {
|
|
773
773
|
a = 3;
|
|
774
774
|
}
|
|
775
|
-
else if (this.
|
|
775
|
+
else if (this.bj != null) {
|
|
776
776
|
a = 4;
|
|
777
777
|
}
|
|
778
778
|
return a;
|
|
@@ -784,7 +784,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
784
784
|
let b = this.l;
|
|
785
785
|
this.l = a;
|
|
786
786
|
if (b != this.l) {
|
|
787
|
-
this.
|
|
787
|
+
this.c7("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
get du() {
|
|
@@ -794,7 +794,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
794
794
|
let b = this.dg;
|
|
795
795
|
this.dg = a;
|
|
796
796
|
if (b != this.dg) {
|
|
797
|
-
this.
|
|
797
|
+
this.c7("ActualFill", b, a);
|
|
798
798
|
}
|
|
799
799
|
}
|
|
800
800
|
get dv() {
|
|
@@ -804,7 +804,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
804
804
|
let b = this.dh;
|
|
805
805
|
this.dh = a;
|
|
806
806
|
if (b != this.dh) {
|
|
807
|
-
this.
|
|
807
|
+
this.c7("ActualStroke", b, a);
|
|
808
808
|
}
|
|
809
809
|
}
|
|
810
810
|
get dw() {
|
|
@@ -814,7 +814,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
814
814
|
let b = this.di;
|
|
815
815
|
this.di = a;
|
|
816
816
|
if (b != this.di) {
|
|
817
|
-
this.
|
|
817
|
+
this.c7("ActualTextColor", b, a);
|
|
818
818
|
}
|
|
819
819
|
}
|
|
820
820
|
get aq() {
|
|
@@ -824,7 +824,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
824
824
|
let b = this.y;
|
|
825
825
|
this.y = a;
|
|
826
826
|
if (b != this.y) {
|
|
827
|
-
this.
|
|
827
|
+
this.c7("ActualStrokeWidth", b, a);
|
|
828
828
|
}
|
|
829
829
|
}
|
|
830
830
|
get fill() {
|
|
@@ -834,7 +834,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
834
834
|
let b = this.dj;
|
|
835
835
|
this.dj = a;
|
|
836
836
|
if (b != this.dj) {
|
|
837
|
-
this.
|
|
837
|
+
this.c7("Fill", b, a);
|
|
838
838
|
}
|
|
839
839
|
}
|
|
840
840
|
get ea() {
|
|
@@ -844,7 +844,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
844
844
|
let b = this.ds;
|
|
845
845
|
this.ds = a;
|
|
846
846
|
if (b != this.ds) {
|
|
847
|
-
this.
|
|
847
|
+
this.c7("Stroke", b, a);
|
|
848
848
|
}
|
|
849
849
|
}
|
|
850
850
|
get a4() {
|
|
@@ -854,7 +854,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
854
854
|
let b = this.ak;
|
|
855
855
|
this.ak = a;
|
|
856
856
|
if (b != this.ak) {
|
|
857
|
-
this.
|
|
857
|
+
this.c7("StrokeWidth", b, a);
|
|
858
858
|
}
|
|
859
859
|
}
|
|
860
860
|
get eb() {
|
|
@@ -864,7 +864,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
864
864
|
let b = this.dt;
|
|
865
865
|
this.dt = a;
|
|
866
866
|
if (b != this.dt) {
|
|
867
|
-
this.
|
|
867
|
+
this.c7("TextColor", b, a);
|
|
868
868
|
}
|
|
869
869
|
}
|
|
870
870
|
get d3() {
|
|
@@ -874,7 +874,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
874
874
|
let b = this.dk;
|
|
875
875
|
this.dk = a;
|
|
876
876
|
if (b != this.dk) {
|
|
877
|
-
this.
|
|
877
|
+
this.c7("HoverFill", b, a);
|
|
878
878
|
}
|
|
879
879
|
}
|
|
880
880
|
get d4() {
|
|
@@ -884,7 +884,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
884
884
|
let b = this.dl;
|
|
885
885
|
this.dl = a;
|
|
886
886
|
if (b != this.dl) {
|
|
887
|
-
this.
|
|
887
|
+
this.c7("HoverStroke", b, a);
|
|
888
888
|
}
|
|
889
889
|
}
|
|
890
890
|
get a2() {
|
|
@@ -894,7 +894,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
894
894
|
let b = this.ae;
|
|
895
895
|
this.ae = a;
|
|
896
896
|
if (b != this.ae) {
|
|
897
|
-
this.
|
|
897
|
+
this.c7("HoverStrokeThickness", b, a);
|
|
898
898
|
}
|
|
899
899
|
}
|
|
900
900
|
get d5() {
|
|
@@ -904,7 +904,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
904
904
|
let b = this.dm;
|
|
905
905
|
this.dm = a;
|
|
906
906
|
if (b != this.dm) {
|
|
907
|
-
this.
|
|
907
|
+
this.c7("HoverTextColor", b, a);
|
|
908
908
|
}
|
|
909
909
|
}
|
|
910
910
|
get e() {
|
|
@@ -914,7 +914,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
914
914
|
let b = this.c;
|
|
915
915
|
this.c = a;
|
|
916
916
|
if (b != this.c) {
|
|
917
|
-
this.
|
|
917
|
+
this.c7("FillColors", b, this.c);
|
|
918
918
|
}
|
|
919
919
|
}
|
|
920
920
|
get f() {
|
|
@@ -924,7 +924,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
924
924
|
let b = this.d;
|
|
925
925
|
this.d = a;
|
|
926
926
|
if (b != this.d) {
|
|
927
|
-
this.
|
|
927
|
+
this.c7("StrokeColors", b, this.d);
|
|
928
928
|
}
|
|
929
929
|
}
|
|
930
930
|
get d6() {
|
|
@@ -934,7 +934,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
934
934
|
let b = this.dn;
|
|
935
935
|
this.dn = a;
|
|
936
936
|
if (b != this.dn) {
|
|
937
|
-
this.
|
|
937
|
+
this.c7("PrimaryFillColor", b, this.dn);
|
|
938
938
|
}
|
|
939
939
|
}
|
|
940
940
|
get d7() {
|
|
@@ -944,7 +944,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
944
944
|
let b = this.dp;
|
|
945
945
|
this.dp = a;
|
|
946
946
|
if (b != this.dp) {
|
|
947
|
-
this.
|
|
947
|
+
this.c7("PrimaryStrokeColor", b, this.dp);
|
|
948
948
|
}
|
|
949
949
|
}
|
|
950
950
|
get d8() {
|
|
@@ -954,7 +954,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
954
954
|
let b = this.dq;
|
|
955
955
|
this.dq = a;
|
|
956
956
|
if (b != this.dq) {
|
|
957
|
-
this.
|
|
957
|
+
this.c7("SecondaryFillColor", b, this.dq);
|
|
958
958
|
}
|
|
959
959
|
}
|
|
960
960
|
get d9() {
|
|
@@ -964,47 +964,47 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
964
964
|
let b = this.dr;
|
|
965
965
|
this.dr = a;
|
|
966
966
|
if (b != this.dr) {
|
|
967
|
-
this.
|
|
967
|
+
this.c7("SecondaryStrokeColor", b, this.dr);
|
|
968
968
|
}
|
|
969
969
|
}
|
|
970
|
-
get
|
|
971
|
-
return this.
|
|
970
|
+
get bj() {
|
|
971
|
+
return this.bf;
|
|
972
972
|
}
|
|
973
|
-
set
|
|
974
|
-
let b = this.
|
|
975
|
-
this.
|
|
976
|
-
if (b != this.
|
|
977
|
-
this.
|
|
973
|
+
set bj(a) {
|
|
974
|
+
let b = this.bf;
|
|
975
|
+
this.bf = a;
|
|
976
|
+
if (b != this.bf) {
|
|
977
|
+
this.c7("Source", b, a);
|
|
978
978
|
}
|
|
979
979
|
}
|
|
980
|
-
get
|
|
981
|
-
return this.
|
|
980
|
+
get b2() {
|
|
981
|
+
return this.bl;
|
|
982
982
|
}
|
|
983
|
-
set
|
|
984
|
-
let b = this.
|
|
985
|
-
this.
|
|
986
|
-
if (b != this.
|
|
987
|
-
this.
|
|
983
|
+
set b2(a) {
|
|
984
|
+
let b = this.bl;
|
|
985
|
+
this.bl = a;
|
|
986
|
+
if (b != this.bl) {
|
|
987
|
+
this.c7("DataURL", b, a);
|
|
988
988
|
}
|
|
989
989
|
}
|
|
990
990
|
get svgPath() {
|
|
991
|
-
return this.
|
|
991
|
+
return this.bo;
|
|
992
992
|
}
|
|
993
993
|
set svgPath(a) {
|
|
994
|
-
let b = this.
|
|
995
|
-
this.
|
|
996
|
-
if (b != this.
|
|
997
|
-
this.
|
|
994
|
+
let b = this.bo;
|
|
995
|
+
this.bo = a;
|
|
996
|
+
if (b != this.bo) {
|
|
997
|
+
this.c7("SVGPath", b, a);
|
|
998
998
|
}
|
|
999
999
|
}
|
|
1000
1000
|
get svg() {
|
|
1001
|
-
return this.
|
|
1001
|
+
return this.bn;
|
|
1002
1002
|
}
|
|
1003
1003
|
set svg(a) {
|
|
1004
|
-
let b = this.
|
|
1005
|
-
this.
|
|
1006
|
-
if (b != this.
|
|
1007
|
-
this.
|
|
1004
|
+
let b = this.bn;
|
|
1005
|
+
this.bn = a;
|
|
1006
|
+
if (b != this.bn) {
|
|
1007
|
+
this.c7("SVG", b, this.bn);
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
1010
1010
|
get b() {
|
|
@@ -1014,33 +1014,33 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1014
1014
|
let b = this.a;
|
|
1015
1015
|
this.a = a;
|
|
1016
1016
|
if (b != this.a) {
|
|
1017
|
-
this.
|
|
1018
|
-
}
|
|
1019
|
-
}
|
|
1020
|
-
get df() {
|
|
1021
|
-
return this.de;
|
|
1022
|
-
}
|
|
1023
|
-
set df(a) {
|
|
1024
|
-
let b = this.de;
|
|
1025
|
-
this.de = a;
|
|
1026
|
-
if (b != this.de) {
|
|
1027
|
-
this.c5("DataTemplate", b, this.de);
|
|
1017
|
+
this.c7("SVGPaths", b, this.a);
|
|
1028
1018
|
}
|
|
1029
1019
|
}
|
|
1030
|
-
get
|
|
1020
|
+
get bg() {
|
|
1031
1021
|
return this.bd;
|
|
1032
1022
|
}
|
|
1033
|
-
set
|
|
1023
|
+
set bg(a) {
|
|
1034
1024
|
let b = this.bd;
|
|
1035
1025
|
this.bd = a;
|
|
1036
1026
|
if (b != this.bd) {
|
|
1037
|
-
this.
|
|
1027
|
+
this.c7("DataTemplate", b, this.bd);
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
1030
|
+
get bh() {
|
|
1031
|
+
return this.be;
|
|
1032
|
+
}
|
|
1033
|
+
set bh(a) {
|
|
1034
|
+
let b = this.be;
|
|
1035
|
+
this.be = a;
|
|
1036
|
+
if (b != this.be) {
|
|
1037
|
+
this.c7("DataTemplateContext", b, this.be);
|
|
1038
1038
|
}
|
|
1039
1039
|
}
|
|
1040
|
-
|
|
1040
|
+
c5() {
|
|
1041
1041
|
this.v = true;
|
|
1042
1042
|
}
|
|
1043
|
-
|
|
1043
|
+
c6() {
|
|
1044
1044
|
this.v = false;
|
|
1045
1045
|
}
|
|
1046
1046
|
get o() {
|
|
@@ -1050,17 +1050,17 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1050
1050
|
let b = this.n;
|
|
1051
1051
|
this.n = a;
|
|
1052
1052
|
if (b != this.n) {
|
|
1053
|
-
this.
|
|
1053
|
+
this.c7("TextStyle", b, a);
|
|
1054
1054
|
}
|
|
1055
1055
|
}
|
|
1056
|
-
get
|
|
1057
|
-
return this.
|
|
1056
|
+
get cc() {
|
|
1057
|
+
return this.bm;
|
|
1058
1058
|
}
|
|
1059
|
-
set
|
|
1060
|
-
let b = this.
|
|
1061
|
-
this.
|
|
1062
|
-
if (b != this.
|
|
1063
|
-
this.
|
|
1059
|
+
set cc(a) {
|
|
1060
|
+
let b = this.bm;
|
|
1061
|
+
this.bm = a;
|
|
1062
|
+
if (b != this.bm) {
|
|
1063
|
+
this.c7("Id", b, a);
|
|
1064
1064
|
}
|
|
1065
1065
|
}
|
|
1066
1066
|
get s() {
|
|
@@ -1074,17 +1074,17 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1074
1074
|
this.ba = a;
|
|
1075
1075
|
this.p = true;
|
|
1076
1076
|
if (b != this.ba) {
|
|
1077
|
-
this.
|
|
1077
|
+
this.c7("TabIndex", b, a);
|
|
1078
1078
|
}
|
|
1079
1079
|
}
|
|
1080
|
-
get
|
|
1081
|
-
return this.
|
|
1080
|
+
get bx() {
|
|
1081
|
+
return this.bk;
|
|
1082
1082
|
}
|
|
1083
|
-
set
|
|
1084
|
-
let b = this.
|
|
1085
|
-
this.
|
|
1086
|
-
if (b != this.
|
|
1087
|
-
this.
|
|
1083
|
+
set bx(a) {
|
|
1084
|
+
let b = this.bk;
|
|
1085
|
+
this.bk = a;
|
|
1086
|
+
if (b != this.bk) {
|
|
1087
|
+
this.c7("AriaLabel", b, a);
|
|
1088
1088
|
}
|
|
1089
1089
|
}
|
|
1090
1090
|
get v() {
|
|
@@ -1094,7 +1094,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1094
1094
|
let b = this.r;
|
|
1095
1095
|
this.r = a;
|
|
1096
1096
|
if (b != this.r) {
|
|
1097
|
-
this.
|
|
1097
|
+
this.c7("IsHover", b, a);
|
|
1098
1098
|
}
|
|
1099
1099
|
}
|
|
1100
1100
|
get disabled() {
|
|
@@ -1104,7 +1104,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1104
1104
|
let b = this.q;
|
|
1105
1105
|
this.q = a;
|
|
1106
1106
|
if (b != this.q) {
|
|
1107
|
-
this.
|
|
1107
|
+
this.c7("IsDisabled", b, a);
|
|
1108
1108
|
}
|
|
1109
1109
|
}
|
|
1110
1110
|
get a3() {
|
|
@@ -1114,7 +1114,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1114
1114
|
let b = this.af;
|
|
1115
1115
|
this.af = a;
|
|
1116
1116
|
if (b != this.af) {
|
|
1117
|
-
this.
|
|
1117
|
+
this.c7("Opacity", b, this.af);
|
|
1118
1118
|
}
|
|
1119
1119
|
}
|
|
1120
1120
|
get as() {
|
|
@@ -1124,7 +1124,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1124
1124
|
let b = this.aa;
|
|
1125
1125
|
this.aa = a;
|
|
1126
1126
|
if (b != this.aa) {
|
|
1127
|
-
this.
|
|
1127
|
+
this.c7("ActualViewBoxLeft", b, this.aa);
|
|
1128
1128
|
}
|
|
1129
1129
|
}
|
|
1130
1130
|
get a6() {
|
|
@@ -1134,7 +1134,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1134
1134
|
let b = this.am;
|
|
1135
1135
|
this.am = a;
|
|
1136
1136
|
if (b != this.am) {
|
|
1137
|
-
this.
|
|
1137
|
+
this.c7("ViewBoxLeft", b, this.am);
|
|
1138
1138
|
}
|
|
1139
1139
|
}
|
|
1140
1140
|
get at() {
|
|
@@ -1144,7 +1144,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1144
1144
|
let b = this.ab;
|
|
1145
1145
|
this.ab = a;
|
|
1146
1146
|
if (b != this.ab) {
|
|
1147
|
-
this.
|
|
1147
|
+
this.c7("ActualViewBoxTop", b, this.ab);
|
|
1148
1148
|
}
|
|
1149
1149
|
}
|
|
1150
1150
|
get a7() {
|
|
@@ -1154,7 +1154,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1154
1154
|
let b = this.an;
|
|
1155
1155
|
this.an = a;
|
|
1156
1156
|
if (b != this.an) {
|
|
1157
|
-
this.
|
|
1157
|
+
this.c7("ViewBoxTop", b, this.an);
|
|
1158
1158
|
}
|
|
1159
1159
|
}
|
|
1160
1160
|
get au() {
|
|
@@ -1164,7 +1164,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1164
1164
|
let b = this.ac;
|
|
1165
1165
|
this.ac = a;
|
|
1166
1166
|
if (b != this.ac) {
|
|
1167
|
-
this.
|
|
1167
|
+
this.c7("ActualViewBoxWidth", b, this.ac);
|
|
1168
1168
|
}
|
|
1169
1169
|
}
|
|
1170
1170
|
get a8() {
|
|
@@ -1174,7 +1174,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1174
1174
|
let b = this.ao;
|
|
1175
1175
|
this.ao = a;
|
|
1176
1176
|
if (b != this.ao) {
|
|
1177
|
-
this.
|
|
1177
|
+
this.c7("ViewBoxWidth", b, this.ao);
|
|
1178
1178
|
}
|
|
1179
1179
|
}
|
|
1180
1180
|
get ar() {
|
|
@@ -1184,7 +1184,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1184
1184
|
let b = this.z;
|
|
1185
1185
|
this.z = a;
|
|
1186
1186
|
if (b != this.z) {
|
|
1187
|
-
this.
|
|
1187
|
+
this.c7("ActualViewBoxHeight", b, this.z);
|
|
1188
1188
|
}
|
|
1189
1189
|
}
|
|
1190
1190
|
get a5() {
|
|
@@ -1194,7 +1194,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1194
1194
|
let b = this.al;
|
|
1195
1195
|
this.al = a;
|
|
1196
1196
|
if (b != this.al) {
|
|
1197
|
-
this.
|
|
1197
|
+
this.c7("ViewBoxHeight", b, this.al);
|
|
1198
1198
|
}
|
|
1199
1199
|
}
|
|
1200
1200
|
get a9() {
|
|
@@ -1204,7 +1204,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1204
1204
|
let b = this.ap;
|
|
1205
1205
|
this.ap = a;
|
|
1206
1206
|
if (b != this.ap) {
|
|
1207
|
-
this.
|
|
1207
|
+
this.c7("Width", b, this.ap);
|
|
1208
1208
|
}
|
|
1209
1209
|
}
|
|
1210
1210
|
get a1() {
|
|
@@ -1214,10 +1214,10 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1214
1214
|
let b = this.ad;
|
|
1215
1215
|
this.ad = a;
|
|
1216
1216
|
if (b != this.ad) {
|
|
1217
|
-
this.
|
|
1217
|
+
this.c7("Height", b, this.ad);
|
|
1218
1218
|
}
|
|
1219
1219
|
}
|
|
1220
|
-
|
|
1220
|
+
c8() {
|
|
1221
1221
|
}
|
|
1222
1222
|
onDetachedFromUI() {
|
|
1223
1223
|
this.view.am();
|
|
@@ -1239,10 +1239,10 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1239
1239
|
w() {
|
|
1240
1240
|
return this.view.l();
|
|
1241
1241
|
}
|
|
1242
|
-
|
|
1242
|
+
bi() {
|
|
1243
1243
|
return this.g();
|
|
1244
1244
|
}
|
|
1245
|
-
|
|
1245
|
+
b4() {
|
|
1246
1246
|
let a = this.g();
|
|
1247
1247
|
return a.l();
|
|
1248
1248
|
}
|
|
@@ -1257,7 +1257,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1257
1257
|
a.a = this.view.a();
|
|
1258
1258
|
a.svg = this.svg;
|
|
1259
1259
|
a.svgPath = this.svgPath;
|
|
1260
|
-
a.k = this.
|
|
1260
|
+
a.k = this.b2;
|
|
1261
1261
|
if (this.o != null) {
|
|
1262
1262
|
let d = this.o;
|
|
1263
1263
|
if (this.view != null && d.q == null) {
|
|
@@ -1291,7 +1291,7 @@ let XIcon = /*@__PURE__*/ (() => {
|
|
|
1291
1291
|
provideContainer(a) {
|
|
1292
1292
|
this.view.al(a);
|
|
1293
1293
|
}
|
|
1294
|
-
|
|
1294
|
+
df(a, b, c, d) {
|
|
1295
1295
|
this.ah = a;
|
|
1296
1296
|
this.ai = b;
|
|
1297
1297
|
this.aj = c;
|