igniteui-angular-inputs 21.0.1-beta.0 → 21.1.0-beta.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-angular-inputs.umd.js +931 -765
- package/bundles/igniteui-angular-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 +17 -17
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +241 -222
- package/esm2015/lib/RippleView_combined.js +1 -1
- package/esm2015/lib/XButtonBridge.js +20 -20
- package/esm2015/lib/XButtonGroupBridge.js +8 -8
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +4 -2
- 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 +28 -28
- package/esm2015/lib/igx-color-editor-component.js +3 -0
- package/esm2015/lib/igx-multi-slider-thumb-collection.js +7 -7
- package/esm2015/lib/igx-multi-slider-thumb-component.js +209 -0
- package/esm2015/lib/igx-multi-slider-thumb-dynamic-module.js +34 -0
- package/esm2015/lib/igx-multi-slider-thumb-module.js +27 -0
- package/esm2015/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm2015/lib/igx-multi-slider-track-thumb-range.js +5 -15
- package/esm2015/lib/igx-x-icon-component.js +10 -10
- package/esm2015/public_api.js +3 -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 +17 -17
- package/esm5/lib/NativeUIXInputsFactory_combined.js +251 -224
- package/esm5/lib/RippleView_combined.js +1 -1
- package/esm5/lib/XButtonBridge.js +20 -20
- package/esm5/lib/XButtonGroupBridge.js +8 -8
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +4 -2
- 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 +28 -28
- package/esm5/lib/igx-color-editor-component.js +3 -0
- package/esm5/lib/igx-multi-slider-thumb-collection.js +7 -7
- package/esm5/lib/igx-multi-slider-thumb-component.js +233 -0
- package/esm5/lib/igx-multi-slider-thumb-dynamic-module.js +33 -0
- package/esm5/lib/igx-multi-slider-thumb-module.js +28 -0
- package/esm5/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
- package/esm5/lib/igx-multi-slider-track-thumb-range.js +5 -15
- package/esm5/lib/igx-x-icon-component.js +10 -10
- package/esm5/public_api.js +3 -1
- package/fesm2015/igniteui-angular-inputs.js +906 -749
- package/fesm5/igniteui-angular-inputs.js +929 -765
- package/lib/IconView_combined.d.ts +33 -34
- package/lib/MultiSliderView_combined.d.ts +1 -1
- package/lib/NativeUIXInputsFactory_combined.d.ts +18 -13
- package/lib/igx-multi-slider-thumb-collection.d.ts +4 -4
- package/lib/igx-multi-slider-thumb-component.d.ts +47 -0
- package/lib/igx-multi-slider-thumb-dynamic-module.d.ts +9 -0
- package/lib/igx-multi-slider-thumb-module.d.ts +8 -0
- package/lib/igx-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
- package/lib/igx-multi-slider-track-thumb-range.d.ts +5 -5
- package/package.json +2 -2
- package/public_api.d.ts +3 -1
- package/esm2015/lib/igx-multi-slider-thumb.js +0 -111
- package/esm5/lib/igx-multi-slider-thumb.js +0 -134
- package/lib/igx-multi-slider-thumb.d.ts +0 -33
|
@@ -122,7 +122,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
122
122
|
this.y.append(this.w);
|
|
123
123
|
this.v.append(this.y);
|
|
124
124
|
this.o.add(c.listen("click", runOn(this, this.ak)));
|
|
125
|
-
this.d.
|
|
125
|
+
this.d.c8();
|
|
126
126
|
}
|
|
127
127
|
ay(a) {
|
|
128
128
|
this.z = null;
|
|
@@ -165,7 +165,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
165
165
|
let b = this.v.rootWrapper.getNativeElement();
|
|
166
166
|
b.innerHTML = a;
|
|
167
167
|
this.z = this.v.rootWrapper.getChildAt(0);
|
|
168
|
-
let c = this.z.getAttribute("
|
|
168
|
+
let c = this.z.getAttribute("viewBox");
|
|
169
169
|
if (c != null) {
|
|
170
170
|
let d = c.split(' ');
|
|
171
171
|
if (d.length == 1) {
|
|
@@ -176,11 +176,11 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
176
176
|
let f = parseFloat(d[1].trim());
|
|
177
177
|
let g = parseFloat(d[2].trim());
|
|
178
178
|
let h = parseFloat(d[3].trim());
|
|
179
|
-
this.d.
|
|
179
|
+
this.d.df(e, f, g, h);
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
else {
|
|
183
|
-
this.d.
|
|
183
|
+
this.d.df(NaN, NaN, NaN, NaN);
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
}
|
|
@@ -256,7 +256,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
256
256
|
this.v.rootWrapper.append(this.y);
|
|
257
257
|
}
|
|
258
258
|
else {
|
|
259
|
-
NativeUI.
|
|
259
|
+
NativeUI.t(a, b);
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
ar(a, b) {
|
|
@@ -265,7 +265,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
265
265
|
c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
|
|
266
266
|
}
|
|
267
267
|
else {
|
|
268
|
-
NativeUI.
|
|
268
|
+
NativeUI.ad(a, b);
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
271
|
ad(a) {
|
|
@@ -275,10 +275,10 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
277
|
ae(a) {
|
|
278
|
-
this.d.
|
|
278
|
+
this.d.c5();
|
|
279
279
|
}
|
|
280
280
|
af(a) {
|
|
281
|
-
this.d.
|
|
281
|
+
this.d.c6();
|
|
282
282
|
}
|
|
283
283
|
aj() {
|
|
284
284
|
this.j = true;
|
|
@@ -451,18 +451,18 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
451
451
|
this.dp = null;
|
|
452
452
|
this.dq = null;
|
|
453
453
|
this.dr = null;
|
|
454
|
-
this.
|
|
455
|
-
this.bj = null;
|
|
456
|
-
this.bm = null;
|
|
454
|
+
this.bf = null;
|
|
457
455
|
this.bl = null;
|
|
456
|
+
this.bo = null;
|
|
457
|
+
this.bn = null;
|
|
458
458
|
this.a = null;
|
|
459
|
-
this.de = null;
|
|
460
459
|
this.bd = null;
|
|
460
|
+
this.be = null;
|
|
461
461
|
this.n = null;
|
|
462
|
-
this.
|
|
462
|
+
this.bm = "ig-icon-" + XIcon.bc++;
|
|
463
463
|
this.ba = 0;
|
|
464
464
|
this.p = false;
|
|
465
|
-
this.
|
|
465
|
+
this.bk = null;
|
|
466
466
|
this.r = false;
|
|
467
467
|
this.q = false;
|
|
468
468
|
this.af = 1;
|
|
@@ -496,13 +496,13 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
496
496
|
destroy() {
|
|
497
497
|
this.provideContainer(null);
|
|
498
498
|
}
|
|
499
|
-
|
|
499
|
+
c7(a, b, c) {
|
|
500
500
|
if (this.propertyChanged != null) {
|
|
501
501
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
502
502
|
}
|
|
503
|
-
this.
|
|
503
|
+
this.da(a, b, c);
|
|
504
504
|
}
|
|
505
|
-
|
|
505
|
+
da(a, b, c) {
|
|
506
506
|
switch (a) {
|
|
507
507
|
case "Fill":
|
|
508
508
|
case "Stroke":
|
|
@@ -511,51 +511,51 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
511
511
|
case "HoverStroke":
|
|
512
512
|
case "HoverStrokeThickness":
|
|
513
513
|
case "IsHover":
|
|
514
|
-
this.
|
|
514
|
+
this.de();
|
|
515
515
|
break;
|
|
516
516
|
case "FillColors":
|
|
517
517
|
case "StrokeColors":
|
|
518
518
|
case "ActualFill":
|
|
519
519
|
case "ActualStroke":
|
|
520
520
|
case "ActualStrokeWidth":
|
|
521
|
-
this.
|
|
521
|
+
this.dc();
|
|
522
522
|
break;
|
|
523
523
|
case "SVG":
|
|
524
|
-
this.
|
|
524
|
+
this.bo = null;
|
|
525
525
|
this.a = null;
|
|
526
|
-
this.
|
|
526
|
+
this.dc();
|
|
527
527
|
break;
|
|
528
528
|
case "SVGPath":
|
|
529
|
-
this.
|
|
529
|
+
this.bn = null;
|
|
530
530
|
this.a = null;
|
|
531
|
-
this.
|
|
531
|
+
this.dc();
|
|
532
532
|
break;
|
|
533
533
|
case "SVGPaths":
|
|
534
|
-
this.
|
|
535
|
-
this.
|
|
536
|
-
this.
|
|
534
|
+
this.bn = null;
|
|
535
|
+
this.bo = null;
|
|
536
|
+
this.dc();
|
|
537
537
|
break;
|
|
538
538
|
case "DataURL":
|
|
539
|
-
this.
|
|
540
|
-
this.
|
|
539
|
+
this.bn = null;
|
|
540
|
+
this.bo = null;
|
|
541
541
|
this.a = null;
|
|
542
|
-
this.
|
|
542
|
+
this.dc();
|
|
543
543
|
break;
|
|
544
544
|
case "Source":
|
|
545
|
-
this.
|
|
546
|
-
this.
|
|
545
|
+
this.bn = null;
|
|
546
|
+
this.bo = null;
|
|
547
547
|
this.a = null;
|
|
548
|
-
this.
|
|
548
|
+
this.dc();
|
|
549
549
|
break;
|
|
550
550
|
case "DataTemplate":
|
|
551
551
|
case "DataTemplateContext":
|
|
552
|
-
this.
|
|
553
|
-
this.
|
|
552
|
+
this.bn = null;
|
|
553
|
+
this.bo = null;
|
|
554
554
|
this.a = null;
|
|
555
|
-
this.
|
|
555
|
+
this.dc();
|
|
556
556
|
break;
|
|
557
557
|
case "Opacity":
|
|
558
|
-
this.
|
|
558
|
+
this.dd();
|
|
559
559
|
break;
|
|
560
560
|
case "ViewBoxLeft":
|
|
561
561
|
this.as = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
|
|
@@ -581,7 +581,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
581
581
|
break;
|
|
582
582
|
}
|
|
583
583
|
}
|
|
584
|
-
|
|
584
|
+
de() {
|
|
585
585
|
let a = this.fill != null ? this.fill : XIcon.dx;
|
|
586
586
|
let b = this.ea != null ? this.ea : XIcon.d1;
|
|
587
587
|
let c = !isNaN_(this.a4) ? this.a4 : XIcon.aw;
|
|
@@ -602,19 +602,19 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
602
602
|
get t() {
|
|
603
603
|
return this.svgPath != null && !this.view.m;
|
|
604
604
|
}
|
|
605
|
-
|
|
606
|
-
NativeUI.
|
|
605
|
+
dd() {
|
|
606
|
+
NativeUI.ab(this.view.aa, this.a3);
|
|
607
607
|
}
|
|
608
|
-
|
|
608
|
+
c1() {
|
|
609
609
|
this.view.ag();
|
|
610
610
|
}
|
|
611
|
-
|
|
611
|
+
dc() {
|
|
612
612
|
let a = this.view.aa;
|
|
613
613
|
if (this.t) {
|
|
614
614
|
let b = this.view.ab;
|
|
615
|
-
NativeUI.
|
|
616
|
-
NativeUI.
|
|
617
|
-
NativeUI.
|
|
615
|
+
NativeUI.t(b, this.du);
|
|
616
|
+
NativeUI.ad(b, this.dv);
|
|
617
|
+
NativeUI.ag(b, this.aq);
|
|
618
618
|
}
|
|
619
619
|
else {
|
|
620
620
|
let c = this.j();
|
|
@@ -623,8 +623,8 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
623
623
|
this.view.ai();
|
|
624
624
|
}
|
|
625
625
|
let d = false;
|
|
626
|
-
if (this.
|
|
627
|
-
this.view.as(this.
|
|
626
|
+
if (this.bg != null) {
|
|
627
|
+
this.view.as(this.bg, this.bh);
|
|
628
628
|
}
|
|
629
629
|
else if (this.svgPath != null) {
|
|
630
630
|
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -639,9 +639,9 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
639
639
|
this.view.az(this.b);
|
|
640
640
|
let e = this.view.c;
|
|
641
641
|
if (e != null && e.length > 0) {
|
|
642
|
-
let f = NativeUI.
|
|
643
|
-
let g = NativeUI.
|
|
644
|
-
this.
|
|
642
|
+
let f = NativeUI.t;
|
|
643
|
+
let g = NativeUI.ad;
|
|
644
|
+
this.c9();
|
|
645
645
|
f = runOn(this.view, this.view.aq);
|
|
646
646
|
g = runOn(this.view, this.view.ar);
|
|
647
647
|
for (let h = 0; h < e.length; h++) {
|
|
@@ -652,10 +652,10 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
652
652
|
g(e[h], this.dv);
|
|
653
653
|
}
|
|
654
654
|
if (!isNaN_(this.aq)) {
|
|
655
|
-
NativeUI.
|
|
655
|
+
NativeUI.ag(e[h], this.aq);
|
|
656
656
|
}
|
|
657
657
|
if (this.dw != null) {
|
|
658
|
-
NativeUI.
|
|
658
|
+
NativeUI.r(e[h], this.dw);
|
|
659
659
|
}
|
|
660
660
|
if (this.e != null && this.e.count == e.length) {
|
|
661
661
|
f(e[h], this.e.item(h));
|
|
@@ -674,30 +674,30 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
674
674
|
this.view.ax(this.svg);
|
|
675
675
|
d = true;
|
|
676
676
|
}
|
|
677
|
-
else if (this.
|
|
678
|
-
this.view.at(this.
|
|
677
|
+
else if (this.b2 != null) {
|
|
678
|
+
this.view.at(this.b2);
|
|
679
679
|
}
|
|
680
|
-
else if (this.
|
|
681
|
-
this.view.aw(this.
|
|
680
|
+
else if (this.bj != null) {
|
|
681
|
+
this.view.aw(this.bj);
|
|
682
682
|
}
|
|
683
683
|
else {
|
|
684
684
|
}
|
|
685
685
|
if (d) {
|
|
686
686
|
for (let i = 0; i < this.view.r.count; i++) {
|
|
687
687
|
let j = this.view.r._inner[i].c;
|
|
688
|
-
NativeUI.
|
|
688
|
+
NativeUI.t(this.view.r._inner[i].d, j.l.f(this.d6));
|
|
689
689
|
}
|
|
690
690
|
for (let k = 0; k < this.view.s.count; k++) {
|
|
691
691
|
let l = this.view.s._inner[k].c;
|
|
692
|
-
NativeUI.
|
|
692
|
+
NativeUI.ad(this.view.s._inner[k].d, l.m.f(this.d7));
|
|
693
693
|
}
|
|
694
694
|
for (let m = 0; m < this.view.t.count; m++) {
|
|
695
695
|
let n = this.view.t._inner[m].c;
|
|
696
|
-
NativeUI.
|
|
696
|
+
NativeUI.t(this.view.t._inner[m].d, n.l.f(this.d8));
|
|
697
697
|
}
|
|
698
698
|
for (let o = 0; o < this.view.u.count; o++) {
|
|
699
699
|
let p = this.view.u._inner[o].c;
|
|
700
|
-
NativeUI.
|
|
700
|
+
NativeUI.ad(this.view.u._inner[o].d, p.m.f(this.d9));
|
|
701
701
|
}
|
|
702
702
|
for (let q = 0; q < this.view.e.o.count; q++) {
|
|
703
703
|
let r = this.view.e.o._inner[q];
|
|
@@ -706,7 +706,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
706
706
|
if (t < this.e.count) {
|
|
707
707
|
for (let u = 0; u < this.view.e.q._inner[q].count; u++) {
|
|
708
708
|
let v = this.view.e.q._inner[q]._inner[u].c;
|
|
709
|
-
NativeUI.
|
|
709
|
+
NativeUI.t(this.view.e.q._inner[q]._inner[u].d, v.l.f(this.e.item(t)));
|
|
710
710
|
}
|
|
711
711
|
}
|
|
712
712
|
}
|
|
@@ -717,35 +717,35 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
717
717
|
if (z < this.f.count) {
|
|
718
718
|
for (let aa = 0; aa < this.view.f.q._inner[w].count; aa++) {
|
|
719
719
|
let ab = this.view.f.q._inner[w]._inner[aa].c;
|
|
720
|
-
NativeUI.
|
|
720
|
+
NativeUI.ad(this.view.f.q._inner[w]._inner[aa].d, ab.m.f(this.f.item(z)));
|
|
721
721
|
}
|
|
722
722
|
}
|
|
723
723
|
}
|
|
724
724
|
for (let ac = 0; ac < this.view.q.count; ac++) {
|
|
725
725
|
let ad = this.view.q._inner[ac].c;
|
|
726
|
-
NativeUI.
|
|
727
|
-
NativeUI.
|
|
726
|
+
NativeUI.t(this.view.q._inner[ac].d, ad.l.f(this.du));
|
|
727
|
+
NativeUI.ad(this.view.q._inner[ac].d, ad.m.f(this.dv));
|
|
728
728
|
}
|
|
729
729
|
}
|
|
730
730
|
let ae = this.view.aa;
|
|
731
731
|
if (this.du != null) {
|
|
732
|
-
NativeUI.
|
|
732
|
+
NativeUI.t(ae, this.du);
|
|
733
733
|
}
|
|
734
734
|
if (this.dv != null) {
|
|
735
|
-
NativeUI.
|
|
735
|
+
NativeUI.ad(ae, this.dv);
|
|
736
736
|
}
|
|
737
737
|
if (!isNaN_(this.aq)) {
|
|
738
|
-
NativeUI.
|
|
738
|
+
NativeUI.ag(ae, this.aq);
|
|
739
739
|
}
|
|
740
740
|
}
|
|
741
741
|
if (this.o != null) {
|
|
742
742
|
this.view.a0(this.o);
|
|
743
743
|
}
|
|
744
744
|
if (this.dw != null) {
|
|
745
|
-
NativeUI.
|
|
745
|
+
NativeUI.r(this.view.aa, this.dw);
|
|
746
746
|
}
|
|
747
747
|
}
|
|
748
|
-
|
|
748
|
+
c9() {
|
|
749
749
|
if (this.du != null) {
|
|
750
750
|
this.view.ap(this.du, "fill");
|
|
751
751
|
}
|
|
@@ -774,10 +774,10 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
774
774
|
else if (this.svg != null) {
|
|
775
775
|
a = 0;
|
|
776
776
|
}
|
|
777
|
-
else if (this.
|
|
777
|
+
else if (this.b2 != null) {
|
|
778
778
|
a = 3;
|
|
779
779
|
}
|
|
780
|
-
else if (this.
|
|
780
|
+
else if (this.bj != null) {
|
|
781
781
|
a = 4;
|
|
782
782
|
}
|
|
783
783
|
return a;
|
|
@@ -789,7 +789,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
789
789
|
let b = this.l;
|
|
790
790
|
this.l = a;
|
|
791
791
|
if (b != this.l) {
|
|
792
|
-
this.
|
|
792
|
+
this.c7("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
793
793
|
}
|
|
794
794
|
}
|
|
795
795
|
get du() {
|
|
@@ -799,7 +799,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
799
799
|
let b = this.dg;
|
|
800
800
|
this.dg = a;
|
|
801
801
|
if (b != this.dg) {
|
|
802
|
-
this.
|
|
802
|
+
this.c7("ActualFill", b, a);
|
|
803
803
|
}
|
|
804
804
|
}
|
|
805
805
|
get dv() {
|
|
@@ -809,7 +809,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
809
809
|
let b = this.dh;
|
|
810
810
|
this.dh = a;
|
|
811
811
|
if (b != this.dh) {
|
|
812
|
-
this.
|
|
812
|
+
this.c7("ActualStroke", b, a);
|
|
813
813
|
}
|
|
814
814
|
}
|
|
815
815
|
get dw() {
|
|
@@ -819,7 +819,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
819
819
|
let b = this.di;
|
|
820
820
|
this.di = a;
|
|
821
821
|
if (b != this.di) {
|
|
822
|
-
this.
|
|
822
|
+
this.c7("ActualTextColor", b, a);
|
|
823
823
|
}
|
|
824
824
|
}
|
|
825
825
|
get aq() {
|
|
@@ -829,7 +829,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
829
829
|
let b = this.y;
|
|
830
830
|
this.y = a;
|
|
831
831
|
if (b != this.y) {
|
|
832
|
-
this.
|
|
832
|
+
this.c7("ActualStrokeWidth", b, a);
|
|
833
833
|
}
|
|
834
834
|
}
|
|
835
835
|
get fill() {
|
|
@@ -839,7 +839,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
839
839
|
let b = this.dj;
|
|
840
840
|
this.dj = a;
|
|
841
841
|
if (b != this.dj) {
|
|
842
|
-
this.
|
|
842
|
+
this.c7("Fill", b, a);
|
|
843
843
|
}
|
|
844
844
|
}
|
|
845
845
|
get ea() {
|
|
@@ -849,7 +849,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
849
849
|
let b = this.ds;
|
|
850
850
|
this.ds = a;
|
|
851
851
|
if (b != this.ds) {
|
|
852
|
-
this.
|
|
852
|
+
this.c7("Stroke", b, a);
|
|
853
853
|
}
|
|
854
854
|
}
|
|
855
855
|
get a4() {
|
|
@@ -859,7 +859,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
859
859
|
let b = this.ak;
|
|
860
860
|
this.ak = a;
|
|
861
861
|
if (b != this.ak) {
|
|
862
|
-
this.
|
|
862
|
+
this.c7("StrokeWidth", b, a);
|
|
863
863
|
}
|
|
864
864
|
}
|
|
865
865
|
get eb() {
|
|
@@ -869,7 +869,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
869
869
|
let b = this.dt;
|
|
870
870
|
this.dt = a;
|
|
871
871
|
if (b != this.dt) {
|
|
872
|
-
this.
|
|
872
|
+
this.c7("TextColor", b, a);
|
|
873
873
|
}
|
|
874
874
|
}
|
|
875
875
|
get d3() {
|
|
@@ -879,7 +879,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
879
879
|
let b = this.dk;
|
|
880
880
|
this.dk = a;
|
|
881
881
|
if (b != this.dk) {
|
|
882
|
-
this.
|
|
882
|
+
this.c7("HoverFill", b, a);
|
|
883
883
|
}
|
|
884
884
|
}
|
|
885
885
|
get d4() {
|
|
@@ -889,7 +889,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
889
889
|
let b = this.dl;
|
|
890
890
|
this.dl = a;
|
|
891
891
|
if (b != this.dl) {
|
|
892
|
-
this.
|
|
892
|
+
this.c7("HoverStroke", b, a);
|
|
893
893
|
}
|
|
894
894
|
}
|
|
895
895
|
get a2() {
|
|
@@ -899,7 +899,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
899
899
|
let b = this.ae;
|
|
900
900
|
this.ae = a;
|
|
901
901
|
if (b != this.ae) {
|
|
902
|
-
this.
|
|
902
|
+
this.c7("HoverStrokeThickness", b, a);
|
|
903
903
|
}
|
|
904
904
|
}
|
|
905
905
|
get d5() {
|
|
@@ -909,7 +909,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
909
909
|
let b = this.dm;
|
|
910
910
|
this.dm = a;
|
|
911
911
|
if (b != this.dm) {
|
|
912
|
-
this.
|
|
912
|
+
this.c7("HoverTextColor", b, a);
|
|
913
913
|
}
|
|
914
914
|
}
|
|
915
915
|
get e() {
|
|
@@ -919,7 +919,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
919
919
|
let b = this.c;
|
|
920
920
|
this.c = a;
|
|
921
921
|
if (b != this.c) {
|
|
922
|
-
this.
|
|
922
|
+
this.c7("FillColors", b, this.c);
|
|
923
923
|
}
|
|
924
924
|
}
|
|
925
925
|
get f() {
|
|
@@ -929,7 +929,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
929
929
|
let b = this.d;
|
|
930
930
|
this.d = a;
|
|
931
931
|
if (b != this.d) {
|
|
932
|
-
this.
|
|
932
|
+
this.c7("StrokeColors", b, this.d);
|
|
933
933
|
}
|
|
934
934
|
}
|
|
935
935
|
get d6() {
|
|
@@ -939,7 +939,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
939
939
|
let b = this.dn;
|
|
940
940
|
this.dn = a;
|
|
941
941
|
if (b != this.dn) {
|
|
942
|
-
this.
|
|
942
|
+
this.c7("PrimaryFillColor", b, this.dn);
|
|
943
943
|
}
|
|
944
944
|
}
|
|
945
945
|
get d7() {
|
|
@@ -949,7 +949,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
949
949
|
let b = this.dp;
|
|
950
950
|
this.dp = a;
|
|
951
951
|
if (b != this.dp) {
|
|
952
|
-
this.
|
|
952
|
+
this.c7("PrimaryStrokeColor", b, this.dp);
|
|
953
953
|
}
|
|
954
954
|
}
|
|
955
955
|
get d8() {
|
|
@@ -959,7 +959,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
959
959
|
let b = this.dq;
|
|
960
960
|
this.dq = a;
|
|
961
961
|
if (b != this.dq) {
|
|
962
|
-
this.
|
|
962
|
+
this.c7("SecondaryFillColor", b, this.dq);
|
|
963
963
|
}
|
|
964
964
|
}
|
|
965
965
|
get d9() {
|
|
@@ -969,47 +969,47 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
969
969
|
let b = this.dr;
|
|
970
970
|
this.dr = a;
|
|
971
971
|
if (b != this.dr) {
|
|
972
|
-
this.
|
|
972
|
+
this.c7("SecondaryStrokeColor", b, this.dr);
|
|
973
973
|
}
|
|
974
974
|
}
|
|
975
|
-
get
|
|
976
|
-
return this.
|
|
975
|
+
get bj() {
|
|
976
|
+
return this.bf;
|
|
977
977
|
}
|
|
978
|
-
set
|
|
979
|
-
let b = this.
|
|
980
|
-
this.
|
|
981
|
-
if (b != this.
|
|
982
|
-
this.
|
|
978
|
+
set bj(a) {
|
|
979
|
+
let b = this.bf;
|
|
980
|
+
this.bf = a;
|
|
981
|
+
if (b != this.bf) {
|
|
982
|
+
this.c7("Source", b, a);
|
|
983
983
|
}
|
|
984
984
|
}
|
|
985
|
-
get
|
|
986
|
-
return this.
|
|
985
|
+
get b2() {
|
|
986
|
+
return this.bl;
|
|
987
987
|
}
|
|
988
|
-
set
|
|
989
|
-
let b = this.
|
|
990
|
-
this.
|
|
991
|
-
if (b != this.
|
|
992
|
-
this.
|
|
988
|
+
set b2(a) {
|
|
989
|
+
let b = this.bl;
|
|
990
|
+
this.bl = a;
|
|
991
|
+
if (b != this.bl) {
|
|
992
|
+
this.c7("DataURL", b, a);
|
|
993
993
|
}
|
|
994
994
|
}
|
|
995
995
|
get svgPath() {
|
|
996
|
-
return this.
|
|
996
|
+
return this.bo;
|
|
997
997
|
}
|
|
998
998
|
set svgPath(a) {
|
|
999
|
-
let b = this.
|
|
1000
|
-
this.
|
|
1001
|
-
if (b != this.
|
|
1002
|
-
this.
|
|
999
|
+
let b = this.bo;
|
|
1000
|
+
this.bo = a;
|
|
1001
|
+
if (b != this.bo) {
|
|
1002
|
+
this.c7("SVGPath", b, a);
|
|
1003
1003
|
}
|
|
1004
1004
|
}
|
|
1005
1005
|
get svg() {
|
|
1006
|
-
return this.
|
|
1006
|
+
return this.bn;
|
|
1007
1007
|
}
|
|
1008
1008
|
set svg(a) {
|
|
1009
|
-
let b = this.
|
|
1010
|
-
this.
|
|
1011
|
-
if (b != this.
|
|
1012
|
-
this.
|
|
1009
|
+
let b = this.bn;
|
|
1010
|
+
this.bn = a;
|
|
1011
|
+
if (b != this.bn) {
|
|
1012
|
+
this.c7("SVG", b, this.bn);
|
|
1013
1013
|
}
|
|
1014
1014
|
}
|
|
1015
1015
|
get b() {
|
|
@@ -1019,33 +1019,33 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1019
1019
|
let b = this.a;
|
|
1020
1020
|
this.a = a;
|
|
1021
1021
|
if (b != this.a) {
|
|
1022
|
-
this.
|
|
1023
|
-
}
|
|
1024
|
-
}
|
|
1025
|
-
get df() {
|
|
1026
|
-
return this.de;
|
|
1027
|
-
}
|
|
1028
|
-
set df(a) {
|
|
1029
|
-
let b = this.de;
|
|
1030
|
-
this.de = a;
|
|
1031
|
-
if (b != this.de) {
|
|
1032
|
-
this.c5("DataTemplate", b, this.de);
|
|
1022
|
+
this.c7("SVGPaths", b, this.a);
|
|
1033
1023
|
}
|
|
1034
1024
|
}
|
|
1035
|
-
get
|
|
1025
|
+
get bg() {
|
|
1036
1026
|
return this.bd;
|
|
1037
1027
|
}
|
|
1038
|
-
set
|
|
1028
|
+
set bg(a) {
|
|
1039
1029
|
let b = this.bd;
|
|
1040
1030
|
this.bd = a;
|
|
1041
1031
|
if (b != this.bd) {
|
|
1042
|
-
this.
|
|
1032
|
+
this.c7("DataTemplate", b, this.bd);
|
|
1033
|
+
}
|
|
1034
|
+
}
|
|
1035
|
+
get bh() {
|
|
1036
|
+
return this.be;
|
|
1037
|
+
}
|
|
1038
|
+
set bh(a) {
|
|
1039
|
+
let b = this.be;
|
|
1040
|
+
this.be = a;
|
|
1041
|
+
if (b != this.be) {
|
|
1042
|
+
this.c7("DataTemplateContext", b, this.be);
|
|
1043
1043
|
}
|
|
1044
1044
|
}
|
|
1045
|
-
|
|
1045
|
+
c5() {
|
|
1046
1046
|
this.v = true;
|
|
1047
1047
|
}
|
|
1048
|
-
|
|
1048
|
+
c6() {
|
|
1049
1049
|
this.v = false;
|
|
1050
1050
|
}
|
|
1051
1051
|
get o() {
|
|
@@ -1055,17 +1055,17 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1055
1055
|
let b = this.n;
|
|
1056
1056
|
this.n = a;
|
|
1057
1057
|
if (b != this.n) {
|
|
1058
|
-
this.
|
|
1058
|
+
this.c7("TextStyle", b, a);
|
|
1059
1059
|
}
|
|
1060
1060
|
}
|
|
1061
|
-
get
|
|
1062
|
-
return this.
|
|
1061
|
+
get cc() {
|
|
1062
|
+
return this.bm;
|
|
1063
1063
|
}
|
|
1064
|
-
set
|
|
1065
|
-
let b = this.
|
|
1066
|
-
this.
|
|
1067
|
-
if (b != this.
|
|
1068
|
-
this.
|
|
1064
|
+
set cc(a) {
|
|
1065
|
+
let b = this.bm;
|
|
1066
|
+
this.bm = a;
|
|
1067
|
+
if (b != this.bm) {
|
|
1068
|
+
this.c7("Id", b, a);
|
|
1069
1069
|
}
|
|
1070
1070
|
}
|
|
1071
1071
|
get s() {
|
|
@@ -1079,17 +1079,17 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1079
1079
|
this.ba = a;
|
|
1080
1080
|
this.p = true;
|
|
1081
1081
|
if (b != this.ba) {
|
|
1082
|
-
this.
|
|
1082
|
+
this.c7("TabIndex", b, a);
|
|
1083
1083
|
}
|
|
1084
1084
|
}
|
|
1085
|
-
get
|
|
1086
|
-
return this.
|
|
1085
|
+
get bx() {
|
|
1086
|
+
return this.bk;
|
|
1087
1087
|
}
|
|
1088
|
-
set
|
|
1089
|
-
let b = this.
|
|
1090
|
-
this.
|
|
1091
|
-
if (b != this.
|
|
1092
|
-
this.
|
|
1088
|
+
set bx(a) {
|
|
1089
|
+
let b = this.bk;
|
|
1090
|
+
this.bk = a;
|
|
1091
|
+
if (b != this.bk) {
|
|
1092
|
+
this.c7("AriaLabel", b, a);
|
|
1093
1093
|
}
|
|
1094
1094
|
}
|
|
1095
1095
|
get v() {
|
|
@@ -1099,7 +1099,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1099
1099
|
let b = this.r;
|
|
1100
1100
|
this.r = a;
|
|
1101
1101
|
if (b != this.r) {
|
|
1102
|
-
this.
|
|
1102
|
+
this.c7("IsHover", b, a);
|
|
1103
1103
|
}
|
|
1104
1104
|
}
|
|
1105
1105
|
get disabled() {
|
|
@@ -1109,7 +1109,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1109
1109
|
let b = this.q;
|
|
1110
1110
|
this.q = a;
|
|
1111
1111
|
if (b != this.q) {
|
|
1112
|
-
this.
|
|
1112
|
+
this.c7("IsDisabled", b, a);
|
|
1113
1113
|
}
|
|
1114
1114
|
}
|
|
1115
1115
|
get a3() {
|
|
@@ -1119,7 +1119,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1119
1119
|
let b = this.af;
|
|
1120
1120
|
this.af = a;
|
|
1121
1121
|
if (b != this.af) {
|
|
1122
|
-
this.
|
|
1122
|
+
this.c7("Opacity", b, this.af);
|
|
1123
1123
|
}
|
|
1124
1124
|
}
|
|
1125
1125
|
get as() {
|
|
@@ -1129,7 +1129,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1129
1129
|
let b = this.aa;
|
|
1130
1130
|
this.aa = a;
|
|
1131
1131
|
if (b != this.aa) {
|
|
1132
|
-
this.
|
|
1132
|
+
this.c7("ActualViewBoxLeft", b, this.aa);
|
|
1133
1133
|
}
|
|
1134
1134
|
}
|
|
1135
1135
|
get a6() {
|
|
@@ -1139,7 +1139,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1139
1139
|
let b = this.am;
|
|
1140
1140
|
this.am = a;
|
|
1141
1141
|
if (b != this.am) {
|
|
1142
|
-
this.
|
|
1142
|
+
this.c7("ViewBoxLeft", b, this.am);
|
|
1143
1143
|
}
|
|
1144
1144
|
}
|
|
1145
1145
|
get at() {
|
|
@@ -1149,7 +1149,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1149
1149
|
let b = this.ab;
|
|
1150
1150
|
this.ab = a;
|
|
1151
1151
|
if (b != this.ab) {
|
|
1152
|
-
this.
|
|
1152
|
+
this.c7("ActualViewBoxTop", b, this.ab);
|
|
1153
1153
|
}
|
|
1154
1154
|
}
|
|
1155
1155
|
get a7() {
|
|
@@ -1159,7 +1159,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1159
1159
|
let b = this.an;
|
|
1160
1160
|
this.an = a;
|
|
1161
1161
|
if (b != this.an) {
|
|
1162
|
-
this.
|
|
1162
|
+
this.c7("ViewBoxTop", b, this.an);
|
|
1163
1163
|
}
|
|
1164
1164
|
}
|
|
1165
1165
|
get au() {
|
|
@@ -1169,7 +1169,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1169
1169
|
let b = this.ac;
|
|
1170
1170
|
this.ac = a;
|
|
1171
1171
|
if (b != this.ac) {
|
|
1172
|
-
this.
|
|
1172
|
+
this.c7("ActualViewBoxWidth", b, this.ac);
|
|
1173
1173
|
}
|
|
1174
1174
|
}
|
|
1175
1175
|
get a8() {
|
|
@@ -1179,7 +1179,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1179
1179
|
let b = this.ao;
|
|
1180
1180
|
this.ao = a;
|
|
1181
1181
|
if (b != this.ao) {
|
|
1182
|
-
this.
|
|
1182
|
+
this.c7("ViewBoxWidth", b, this.ao);
|
|
1183
1183
|
}
|
|
1184
1184
|
}
|
|
1185
1185
|
get ar() {
|
|
@@ -1189,7 +1189,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1189
1189
|
let b = this.z;
|
|
1190
1190
|
this.z = a;
|
|
1191
1191
|
if (b != this.z) {
|
|
1192
|
-
this.
|
|
1192
|
+
this.c7("ActualViewBoxHeight", b, this.z);
|
|
1193
1193
|
}
|
|
1194
1194
|
}
|
|
1195
1195
|
get a5() {
|
|
@@ -1199,7 +1199,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1199
1199
|
let b = this.al;
|
|
1200
1200
|
this.al = a;
|
|
1201
1201
|
if (b != this.al) {
|
|
1202
|
-
this.
|
|
1202
|
+
this.c7("ViewBoxHeight", b, this.al);
|
|
1203
1203
|
}
|
|
1204
1204
|
}
|
|
1205
1205
|
get a9() {
|
|
@@ -1209,7 +1209,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1209
1209
|
let b = this.ap;
|
|
1210
1210
|
this.ap = a;
|
|
1211
1211
|
if (b != this.ap) {
|
|
1212
|
-
this.
|
|
1212
|
+
this.c7("Width", b, this.ap);
|
|
1213
1213
|
}
|
|
1214
1214
|
}
|
|
1215
1215
|
get a1() {
|
|
@@ -1219,10 +1219,10 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1219
1219
|
let b = this.ad;
|
|
1220
1220
|
this.ad = a;
|
|
1221
1221
|
if (b != this.ad) {
|
|
1222
|
-
this.
|
|
1222
|
+
this.c7("Height", b, this.ad);
|
|
1223
1223
|
}
|
|
1224
1224
|
}
|
|
1225
|
-
|
|
1225
|
+
c8() {
|
|
1226
1226
|
}
|
|
1227
1227
|
onDetachedFromUI() {
|
|
1228
1228
|
this.view.am();
|
|
@@ -1244,10 +1244,10 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1244
1244
|
w() {
|
|
1245
1245
|
return this.view.l();
|
|
1246
1246
|
}
|
|
1247
|
-
|
|
1247
|
+
bi() {
|
|
1248
1248
|
return this.g();
|
|
1249
1249
|
}
|
|
1250
|
-
|
|
1250
|
+
b4() {
|
|
1251
1251
|
let a = this.g();
|
|
1252
1252
|
return a.l();
|
|
1253
1253
|
}
|
|
@@ -1262,7 +1262,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1262
1262
|
a.a = this.view.a();
|
|
1263
1263
|
a.svg = this.svg;
|
|
1264
1264
|
a.svgPath = this.svgPath;
|
|
1265
|
-
a.k = this.
|
|
1265
|
+
a.k = this.b2;
|
|
1266
1266
|
if (this.o != null) {
|
|
1267
1267
|
let d = this.o;
|
|
1268
1268
|
if (this.view != null && d.q == null) {
|
|
@@ -1296,7 +1296,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1296
1296
|
provideContainer(a) {
|
|
1297
1297
|
this.view.al(a);
|
|
1298
1298
|
}
|
|
1299
|
-
|
|
1299
|
+
df(a, b, c, d) {
|
|
1300
1300
|
this.ah = a;
|
|
1301
1301
|
this.ai = b;
|
|
1302
1302
|
this.aj = c;
|