igniteui-webcomponents-inputs 6.0.1 → 6.0.2-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-webcomponents-inputs.umd.js +658 -489
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/IconView_combined.js +510 -413
- package/esm2015/lib/MultiSliderView_combined.js +2 -2
- package/esm2015/lib/XIconBridge.js +19 -19
- package/esm2015/lib/XInputBridge.js +2 -2
- package/esm2015/lib/XPopupBridge.js +1 -1
- package/esm2015/lib/igc-x-icon-component.js +119 -79
- package/esm5/lib/IconView_combined.js +499 -386
- package/esm5/lib/MultiSliderView_combined.js +2 -2
- package/esm5/lib/XIconBridge.js +19 -19
- package/esm5/lib/XInputBridge.js +2 -2
- package/esm5/lib/XPopupBridge.js +1 -1
- package/esm5/lib/igc-x-icon-component.js +135 -79
- package/fesm2015/igniteui-webcomponents-inputs.js +654 -517
- package/fesm5/igniteui-webcomponents-inputs.js +658 -489
- package/lib/IconView_combined.d.ts +145 -127
- package/lib/igc-x-icon-component.d.ts +20 -0
- package/package.json +2 -2
|
@@ -8609,11 +8609,12 @@
|
|
|
8609
8609
|
_this.u = null;
|
|
8610
8610
|
_this.e = null;
|
|
8611
8611
|
_this.f = null;
|
|
8612
|
-
_this.
|
|
8612
|
+
_this.ac = null;
|
|
8613
8613
|
_this.n = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.Brush.$, igniteuiWebcomponentsCore.String_$type, 0);
|
|
8614
8614
|
_this.j = true;
|
|
8615
8615
|
_this.y = null;
|
|
8616
8616
|
_this.x = null;
|
|
8617
|
+
_this.z = null;
|
|
8617
8618
|
_this.w = null;
|
|
8618
8619
|
_this.p = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DomWrapper_$type, 0);
|
|
8619
8620
|
_this.q = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
|
|
@@ -8625,19 +8626,19 @@
|
|
|
8625
8626
|
_this.f = new igniteuiWebcomponentsCore.FastIterationDictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$)), 0);
|
|
8626
8627
|
return _this;
|
|
8627
8628
|
}
|
|
8628
|
-
IconView.prototype.
|
|
8629
|
+
IconView.prototype.an = function () {
|
|
8629
8630
|
};
|
|
8630
8631
|
IconView.prototype.l = function () {
|
|
8631
8632
|
return true;
|
|
8632
8633
|
};
|
|
8633
|
-
Object.defineProperty(IconView.prototype, "
|
|
8634
|
+
Object.defineProperty(IconView.prototype, "aa", {
|
|
8634
8635
|
get: function () {
|
|
8635
8636
|
return this.y;
|
|
8636
8637
|
},
|
|
8637
8638
|
enumerable: false,
|
|
8638
8639
|
configurable: true
|
|
8639
8640
|
});
|
|
8640
|
-
Object.defineProperty(IconView.prototype, "
|
|
8641
|
+
Object.defineProperty(IconView.prototype, "ab", {
|
|
8641
8642
|
get: function () {
|
|
8642
8643
|
return null;
|
|
8643
8644
|
},
|
|
@@ -8658,7 +8659,7 @@
|
|
|
8658
8659
|
enumerable: false,
|
|
8659
8660
|
configurable: true
|
|
8660
8661
|
});
|
|
8661
|
-
IconView.prototype.
|
|
8662
|
+
IconView.prototype.al = function (a) {
|
|
8662
8663
|
var e_1, _a;
|
|
8663
8664
|
if (a == null) {
|
|
8664
8665
|
try {
|
|
@@ -8695,7 +8696,7 @@
|
|
|
8695
8696
|
this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
|
|
8696
8697
|
this.v.rootWrapper.setStyleProperty("align-items", "center");
|
|
8697
8698
|
this.v.rootWrapper.setStyleProperty("justify-content", "center");
|
|
8698
|
-
this.
|
|
8699
|
+
this.av();
|
|
8699
8700
|
var c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
|
|
8700
8701
|
c.setStyleProperty("position", "absolute");
|
|
8701
8702
|
c.setStyleProperty("top", "0");
|
|
@@ -8708,14 +8709,15 @@
|
|
|
8708
8709
|
d.setStyleProperty("width", "100%");
|
|
8709
8710
|
d.setStyleProperty("object-fit", "contain");
|
|
8710
8711
|
this.x = d;
|
|
8711
|
-
this.
|
|
8712
|
+
this.a1();
|
|
8712
8713
|
this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
|
|
8713
8714
|
this.y.append(this.w);
|
|
8714
8715
|
this.v.append(this.y);
|
|
8715
|
-
this.o.add(c.listen("click", igniteuiWebcomponentsCore.runOn(this, this.
|
|
8716
|
-
this.d.
|
|
8716
|
+
this.o.add(c.listen("click", igniteuiWebcomponentsCore.runOn(this, this.ak)));
|
|
8717
|
+
this.d.c6();
|
|
8717
8718
|
};
|
|
8718
|
-
IconView.prototype.
|
|
8719
|
+
IconView.prototype.ay = function (a) {
|
|
8720
|
+
this.z = null;
|
|
8719
8721
|
this.n.clear();
|
|
8720
8722
|
this.v.rootWrapper.removeChildren();
|
|
8721
8723
|
this.v.rootWrapper.append(this.y);
|
|
@@ -8730,7 +8732,8 @@
|
|
|
8730
8732
|
this.p.add(b);
|
|
8731
8733
|
}
|
|
8732
8734
|
};
|
|
8733
|
-
IconView.prototype.
|
|
8735
|
+
IconView.prototype.az = function (a) {
|
|
8736
|
+
this.z = null;
|
|
8734
8737
|
this.n.clear();
|
|
8735
8738
|
this.v.rootWrapper.removeChildren();
|
|
8736
8739
|
this.v.rootWrapper.append(this.y);
|
|
@@ -8747,46 +8750,69 @@
|
|
|
8747
8750
|
}
|
|
8748
8751
|
}
|
|
8749
8752
|
};
|
|
8750
|
-
IconView.prototype.
|
|
8753
|
+
IconView.prototype.ax = function (a) {
|
|
8754
|
+
this.z = null;
|
|
8751
8755
|
this.v.rootWrapper.removeChildren();
|
|
8752
8756
|
if (a != null) {
|
|
8753
8757
|
var b = this.v.rootWrapper.getNativeElement();
|
|
8754
8758
|
b.innerHTML = a;
|
|
8759
|
+
this.z = this.v.rootWrapper.getChildAt(0);
|
|
8760
|
+
var c = this.z.getAttribute("viewbox");
|
|
8761
|
+
if (c != null) {
|
|
8762
|
+
var d = c.split(' ');
|
|
8763
|
+
if (d.length == 1) {
|
|
8764
|
+
d = c.split(',');
|
|
8765
|
+
}
|
|
8766
|
+
if (d.length == 4) {
|
|
8767
|
+
var e = parseFloat(d[0].trim());
|
|
8768
|
+
var f = parseFloat(d[1].trim());
|
|
8769
|
+
var g = parseFloat(d[2].trim());
|
|
8770
|
+
var h = parseFloat(d[3].trim());
|
|
8771
|
+
this.d.dd(e, f, g, h);
|
|
8772
|
+
}
|
|
8773
|
+
}
|
|
8774
|
+
else {
|
|
8775
|
+
this.d.dd(NaN, NaN, NaN, NaN);
|
|
8776
|
+
}
|
|
8755
8777
|
}
|
|
8756
8778
|
};
|
|
8757
|
-
IconView.prototype.
|
|
8758
|
-
|
|
8759
|
-
|
|
8779
|
+
IconView.prototype.at = function (a) {
|
|
8780
|
+
this.z = null;
|
|
8781
|
+
if (this.ac != a) {
|
|
8782
|
+
this.ac = a;
|
|
8760
8783
|
this.v.rootWrapper.removeChildren();
|
|
8761
8784
|
this.v.rootWrapper.append(this.x);
|
|
8762
8785
|
this.x.setAttribute("src", a);
|
|
8763
8786
|
}
|
|
8764
8787
|
};
|
|
8765
|
-
IconView.prototype.
|
|
8788
|
+
IconView.prototype.aw = function (a) {
|
|
8766
8789
|
if (typeof a === 'string') {
|
|
8767
|
-
this.
|
|
8790
|
+
this.at(igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.String_$type, a));
|
|
8768
8791
|
}
|
|
8769
8792
|
};
|
|
8770
|
-
IconView.prototype.
|
|
8793
|
+
IconView.prototype.ai = function () {
|
|
8771
8794
|
if (this.d.k != 3 && this.d.k != 4) {
|
|
8772
|
-
this.
|
|
8795
|
+
this.ac = null;
|
|
8773
8796
|
}
|
|
8774
8797
|
};
|
|
8775
8798
|
IconView.prototype.k = function () {
|
|
8776
8799
|
return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
|
|
8777
8800
|
};
|
|
8778
|
-
IconView.prototype.
|
|
8779
|
-
this.v.rootWrapper.setStyleProperty("width", igniteuiWebcomponentsCore.isNaN_(this.d.
|
|
8780
|
-
this.v.rootWrapper.setStyleProperty("height", igniteuiWebcomponentsCore.isNaN_(this.d.
|
|
8801
|
+
IconView.prototype.av = function () {
|
|
8802
|
+
this.v.rootWrapper.setStyleProperty("width", igniteuiWebcomponentsCore.isNaN_(this.d.a9) ? "1.5rem" : this.d.a9 + "px");
|
|
8803
|
+
this.v.rootWrapper.setStyleProperty("height", igniteuiWebcomponentsCore.isNaN_(this.d.a1) ? "1.5rem" : this.d.a1 + "px");
|
|
8781
8804
|
};
|
|
8782
|
-
IconView.prototype.
|
|
8783
|
-
var a =
|
|
8784
|
-
var b =
|
|
8785
|
-
var c =
|
|
8786
|
-
var d =
|
|
8805
|
+
IconView.prototype.a1 = function () {
|
|
8806
|
+
var a = this.d.as;
|
|
8807
|
+
var b = this.d.at;
|
|
8808
|
+
var c = this.d.au;
|
|
8809
|
+
var d = this.d.ar;
|
|
8787
8810
|
this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
|
|
8811
|
+
if (this.z != null) {
|
|
8812
|
+
this.z.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
|
|
8813
|
+
}
|
|
8788
8814
|
};
|
|
8789
|
-
IconView.prototype.
|
|
8815
|
+
IconView.prototype.ap = function (a, b) {
|
|
8790
8816
|
var c = a.color;
|
|
8791
8817
|
if (!this.n.containsKey(a)) {
|
|
8792
8818
|
if (a.isGradient) {
|
|
@@ -8814,7 +8840,7 @@
|
|
|
8814
8840
|
}
|
|
8815
8841
|
}
|
|
8816
8842
|
};
|
|
8817
|
-
IconView.prototype.
|
|
8843
|
+
IconView.prototype.aq = function (a, b) {
|
|
8818
8844
|
var c = a;
|
|
8819
8845
|
if (this.n.containsKey(b)) {
|
|
8820
8846
|
c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
|
|
@@ -8825,7 +8851,7 @@
|
|
|
8825
8851
|
igniteuiWebcomponentsCore.NativeUI.r(a, b);
|
|
8826
8852
|
}
|
|
8827
8853
|
};
|
|
8828
|
-
IconView.prototype.
|
|
8854
|
+
IconView.prototype.ar = function (a, b) {
|
|
8829
8855
|
var c = a;
|
|
8830
8856
|
if (this.n.containsKey(b)) {
|
|
8831
8857
|
c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
|
|
@@ -8834,24 +8860,24 @@
|
|
|
8834
8860
|
igniteuiWebcomponentsCore.NativeUI.aa(a, b);
|
|
8835
8861
|
}
|
|
8836
8862
|
};
|
|
8837
|
-
IconView.prototype.
|
|
8863
|
+
IconView.prototype.ad = function (a) {
|
|
8838
8864
|
};
|
|
8839
|
-
IconView.prototype.
|
|
8865
|
+
IconView.prototype.ao = function () {
|
|
8840
8866
|
if (this.l()) {
|
|
8841
8867
|
}
|
|
8842
8868
|
};
|
|
8843
|
-
IconView.prototype.ad = function (a) {
|
|
8844
|
-
this.d.cj();
|
|
8845
|
-
};
|
|
8846
8869
|
IconView.prototype.ae = function (a) {
|
|
8847
|
-
this.d.
|
|
8870
|
+
this.d.c3();
|
|
8848
8871
|
};
|
|
8849
|
-
IconView.prototype.
|
|
8872
|
+
IconView.prototype.af = function (a) {
|
|
8873
|
+
this.d.c4();
|
|
8874
|
+
};
|
|
8875
|
+
IconView.prototype.aj = function () {
|
|
8850
8876
|
this.j = true;
|
|
8851
|
-
this.o.add(this.v.rootWrapper.listen("mouseenter", igniteuiWebcomponentsCore.runOn(this, this.
|
|
8852
|
-
this.o.add(this.v.rootWrapper.listen("mouseleave", igniteuiWebcomponentsCore.runOn(this, this.
|
|
8877
|
+
this.o.add(this.v.rootWrapper.listen("mouseenter", igniteuiWebcomponentsCore.runOn(this, this.ae)));
|
|
8878
|
+
this.o.add(this.v.rootWrapper.listen("mouseleave", igniteuiWebcomponentsCore.runOn(this, this.af)));
|
|
8853
8879
|
};
|
|
8854
|
-
IconView.prototype.
|
|
8880
|
+
IconView.prototype.am = function () {
|
|
8855
8881
|
var e_2, _a;
|
|
8856
8882
|
this.j = false;
|
|
8857
8883
|
try {
|
|
@@ -8875,7 +8901,7 @@
|
|
|
8875
8901
|
}
|
|
8876
8902
|
this.o.clear();
|
|
8877
8903
|
};
|
|
8878
|
-
IconView.prototype.
|
|
8904
|
+
IconView.prototype.a0 = function (a) {
|
|
8879
8905
|
if (a != null) {
|
|
8880
8906
|
this.v.rootWrapper.setStyleProperty("font", a.fontString);
|
|
8881
8907
|
}
|
|
@@ -8889,7 +8915,7 @@
|
|
|
8889
8915
|
c[1] = b;
|
|
8890
8916
|
return c;
|
|
8891
8917
|
};
|
|
8892
|
-
IconView.prototype.
|
|
8918
|
+
IconView.prototype.ak = function (a) {
|
|
8893
8919
|
if (this.d.x()) {
|
|
8894
8920
|
a.stopPropagation();
|
|
8895
8921
|
a.preventDefault();
|
|
@@ -8900,7 +8926,7 @@
|
|
|
8900
8926
|
var b = this.v.rootWrapper.getNativeElement();
|
|
8901
8927
|
return a.toArray();
|
|
8902
8928
|
};
|
|
8903
|
-
IconView.prototype.
|
|
8929
|
+
IconView.prototype.ah = function (a, b) {
|
|
8904
8930
|
for (var c = 0; c < b.e.count; c++) {
|
|
8905
8931
|
var d = b.e._inner[c];
|
|
8906
8932
|
var e = this.h(d);
|
|
@@ -8908,7 +8934,7 @@
|
|
|
8908
8934
|
a.add(e);
|
|
8909
8935
|
}
|
|
8910
8936
|
else {
|
|
8911
|
-
this.
|
|
8937
|
+
this.ah(a, d);
|
|
8912
8938
|
}
|
|
8913
8939
|
}
|
|
8914
8940
|
};
|
|
@@ -8921,7 +8947,7 @@
|
|
|
8921
8947
|
$ret.an = a.w;
|
|
8922
8948
|
return $ret;
|
|
8923
8949
|
})());
|
|
8924
|
-
this.
|
|
8950
|
+
this.au(c, a);
|
|
8925
8951
|
b = new igniteuiWebcomponentsCore.PathVisualData(1, "path1", c);
|
|
8926
8952
|
break;
|
|
8927
8953
|
case 3:
|
|
@@ -8931,7 +8957,7 @@
|
|
|
8931
8957
|
e.ao = d.x;
|
|
8932
8958
|
e.ap = d.y;
|
|
8933
8959
|
e.aq = d.z;
|
|
8934
|
-
this.
|
|
8960
|
+
this.au(e, a);
|
|
8935
8961
|
b = new igniteuiWebcomponentsCore.LineVisualData(1, "line1", e);
|
|
8936
8962
|
break;
|
|
8937
8963
|
case 4:
|
|
@@ -8941,7 +8967,7 @@
|
|
|
8941
8967
|
g.height = f.w;
|
|
8942
8968
|
g.ap = f.x;
|
|
8943
8969
|
g.aq = f.y;
|
|
8944
|
-
this.
|
|
8970
|
+
this.au(g, a);
|
|
8945
8971
|
b = new igniteuiWebcomponentsCore.RectangleVisualData(1, "rect1", g);
|
|
8946
8972
|
break;
|
|
8947
8973
|
case 5:
|
|
@@ -8950,13 +8976,13 @@
|
|
|
8950
8976
|
var i = new igniteuiWebcomponentsCore.Ellipse();
|
|
8951
8977
|
i.width = h.y * 2;
|
|
8952
8978
|
i.height = h.z * 2;
|
|
8953
|
-
this.
|
|
8979
|
+
this.au(i, a);
|
|
8954
8980
|
b = new igniteuiWebcomponentsCore.EllipseVisualData(1, "ellipse1", i);
|
|
8955
8981
|
break;
|
|
8956
8982
|
}
|
|
8957
8983
|
return b;
|
|
8958
8984
|
};
|
|
8959
|
-
IconView.prototype.
|
|
8985
|
+
IconView.prototype.au = function (a, b) {
|
|
8960
8986
|
var c = b;
|
|
8961
8987
|
a.ad = b.t;
|
|
8962
8988
|
a.j = c.h;
|
|
@@ -8989,14 +9015,14 @@
|
|
|
8989
9015
|
}
|
|
8990
9016
|
return null;
|
|
8991
9017
|
};
|
|
8992
|
-
IconView.prototype.
|
|
9018
|
+
IconView.prototype.as = function (a, b) {
|
|
8993
9019
|
this.v.rootWrapper.removeChildren();
|
|
8994
9020
|
if (a == null) {
|
|
8995
9021
|
return;
|
|
8996
9022
|
}
|
|
8997
9023
|
igniteuiWebcomponentsCore.LegendItemHelper.c(this.v, 0, 0, 24, 24, b, null, a, null);
|
|
8998
9024
|
};
|
|
8999
|
-
IconView.prototype.
|
|
9025
|
+
IconView.prototype.ag = function () {
|
|
9000
9026
|
this.v.rootWrapper.removeChildren();
|
|
9001
9027
|
};
|
|
9002
9028
|
IconView.$t = igniteuiWebcomponentsCore.markType(IconView, 'IconView');
|
|
@@ -9012,51 +9038,59 @@
|
|
|
9012
9038
|
_this._view = null;
|
|
9013
9039
|
_this.k = 0;
|
|
9014
9040
|
_this.l = 0;
|
|
9015
|
-
_this.
|
|
9016
|
-
_this.
|
|
9017
|
-
_this.
|
|
9018
|
-
_this.y = XIcon.
|
|
9019
|
-
_this.
|
|
9020
|
-
_this.
|
|
9021
|
-
_this.
|
|
9022
|
-
_this.
|
|
9023
|
-
_this.
|
|
9024
|
-
_this.
|
|
9025
|
-
_this.
|
|
9026
|
-
_this.
|
|
9041
|
+
_this.dg = XIcon.dx;
|
|
9042
|
+
_this.dh = XIcon.d1;
|
|
9043
|
+
_this.di = XIcon.d2;
|
|
9044
|
+
_this.y = XIcon.aw;
|
|
9045
|
+
_this.dj = XIcon.dx;
|
|
9046
|
+
_this.ds = XIcon.d1;
|
|
9047
|
+
_this.ak = XIcon.aw;
|
|
9048
|
+
_this.dt = XIcon.d2;
|
|
9049
|
+
_this.dk = XIcon.dy;
|
|
9050
|
+
_this.dl = XIcon.dz;
|
|
9051
|
+
_this.ae = XIcon.av;
|
|
9052
|
+
_this.dm = null;
|
|
9027
9053
|
_this.c = null;
|
|
9028
9054
|
_this.d = null;
|
|
9029
|
-
_this.
|
|
9030
|
-
_this.
|
|
9031
|
-
_this.
|
|
9032
|
-
_this.
|
|
9033
|
-
_this.
|
|
9034
|
-
_this.
|
|
9035
|
-
_this.
|
|
9036
|
-
_this.
|
|
9055
|
+
_this.dn = null;
|
|
9056
|
+
_this.dp = null;
|
|
9057
|
+
_this.dq = null;
|
|
9058
|
+
_this.dr = null;
|
|
9059
|
+
_this.be = null;
|
|
9060
|
+
_this.bj = null;
|
|
9061
|
+
_this.bm = null;
|
|
9062
|
+
_this.bl = null;
|
|
9037
9063
|
_this.a = null;
|
|
9038
|
-
_this.
|
|
9039
|
-
_this.
|
|
9064
|
+
_this.de = null;
|
|
9065
|
+
_this.bd = null;
|
|
9040
9066
|
_this.n = null;
|
|
9041
|
-
_this.
|
|
9042
|
-
_this.
|
|
9067
|
+
_this.bk = "ig-icon-" + XIcon.bc++;
|
|
9068
|
+
_this.ba = 0;
|
|
9043
9069
|
_this.p = false;
|
|
9044
|
-
_this.
|
|
9070
|
+
_this.bi = null;
|
|
9045
9071
|
_this.r = false;
|
|
9046
9072
|
_this.q = false;
|
|
9047
|
-
_this.
|
|
9048
|
-
_this.
|
|
9049
|
-
_this.
|
|
9050
|
-
_this.
|
|
9073
|
+
_this.af = 1;
|
|
9074
|
+
_this.aa = 0;
|
|
9075
|
+
_this.am = NaN;
|
|
9076
|
+
_this.ab = 0;
|
|
9077
|
+
_this.an = NaN;
|
|
9078
|
+
_this.ac = 24;
|
|
9079
|
+
_this.ao = NaN;
|
|
9080
|
+
_this.z = 24;
|
|
9081
|
+
_this.al = NaN;
|
|
9082
|
+
_this.ap = NaN;
|
|
9051
9083
|
_this.ad = NaN;
|
|
9052
|
-
_this.ah = NaN;
|
|
9053
|
-
_this.z = NaN;
|
|
9054
9084
|
_this.clicked = null;
|
|
9055
9085
|
_this.propertyChanged = null;
|
|
9086
|
+
_this.ah = NaN;
|
|
9087
|
+
_this.ai = NaN;
|
|
9088
|
+
_this.aj = NaN;
|
|
9089
|
+
_this.ag = NaN;
|
|
9056
9090
|
var a = new IconView();
|
|
9057
9091
|
a.d = _this;
|
|
9058
9092
|
_this.view = a;
|
|
9059
|
-
_this.view.
|
|
9093
|
+
_this.view.an();
|
|
9060
9094
|
return _this;
|
|
9061
9095
|
}
|
|
9062
9096
|
Object.defineProperty(XIcon.prototype, "view", {
|
|
@@ -9072,13 +9106,13 @@
|
|
|
9072
9106
|
XIcon.prototype.destroy = function () {
|
|
9073
9107
|
this.provideContainer(null);
|
|
9074
9108
|
};
|
|
9075
|
-
XIcon.prototype.
|
|
9109
|
+
XIcon.prototype.c5 = function (a, b, c) {
|
|
9076
9110
|
if (this.propertyChanged != null) {
|
|
9077
9111
|
this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
|
|
9078
9112
|
}
|
|
9079
|
-
this.
|
|
9113
|
+
this.c8(a, b, c);
|
|
9080
9114
|
};
|
|
9081
|
-
XIcon.prototype.
|
|
9115
|
+
XIcon.prototype.c8 = function (a, b, c) {
|
|
9082
9116
|
switch (a) {
|
|
9083
9117
|
case "Fill":
|
|
9084
9118
|
case "Stroke":
|
|
@@ -9087,80 +9121,92 @@
|
|
|
9087
9121
|
case "HoverStroke":
|
|
9088
9122
|
case "HoverStrokeThickness":
|
|
9089
9123
|
case "IsHover":
|
|
9090
|
-
this.
|
|
9124
|
+
this.dc();
|
|
9091
9125
|
break;
|
|
9092
9126
|
case "FillColors":
|
|
9093
9127
|
case "StrokeColors":
|
|
9094
9128
|
case "ActualFill":
|
|
9095
9129
|
case "ActualStroke":
|
|
9096
9130
|
case "ActualStrokeWidth":
|
|
9097
|
-
this.
|
|
9131
|
+
this.da();
|
|
9098
9132
|
break;
|
|
9099
9133
|
case "SVG":
|
|
9100
|
-
this.
|
|
9134
|
+
this.bm = null;
|
|
9101
9135
|
this.a = null;
|
|
9102
|
-
this.
|
|
9136
|
+
this.da();
|
|
9103
9137
|
break;
|
|
9104
9138
|
case "SVGPath":
|
|
9105
|
-
this.
|
|
9139
|
+
this.bl = null;
|
|
9106
9140
|
this.a = null;
|
|
9107
|
-
this.
|
|
9141
|
+
this.da();
|
|
9108
9142
|
break;
|
|
9109
9143
|
case "SVGPaths":
|
|
9110
|
-
this.
|
|
9111
|
-
this.
|
|
9112
|
-
this.
|
|
9144
|
+
this.bl = null;
|
|
9145
|
+
this.bm = null;
|
|
9146
|
+
this.da();
|
|
9113
9147
|
break;
|
|
9114
9148
|
case "DataURL":
|
|
9115
|
-
this.
|
|
9116
|
-
this.
|
|
9149
|
+
this.bl = null;
|
|
9150
|
+
this.bm = null;
|
|
9117
9151
|
this.a = null;
|
|
9118
|
-
this.
|
|
9152
|
+
this.da();
|
|
9119
9153
|
break;
|
|
9120
9154
|
case "Source":
|
|
9121
|
-
this.
|
|
9122
|
-
this.
|
|
9155
|
+
this.bl = null;
|
|
9156
|
+
this.bm = null;
|
|
9123
9157
|
this.a = null;
|
|
9124
|
-
this.
|
|
9158
|
+
this.da();
|
|
9125
9159
|
break;
|
|
9126
9160
|
case "DataTemplate":
|
|
9127
9161
|
case "DataTemplateContext":
|
|
9128
|
-
this.
|
|
9129
|
-
this.
|
|
9162
|
+
this.bl = null;
|
|
9163
|
+
this.bm = null;
|
|
9130
9164
|
this.a = null;
|
|
9131
|
-
this.
|
|
9165
|
+
this.da();
|
|
9132
9166
|
break;
|
|
9133
9167
|
case "Opacity":
|
|
9134
|
-
this.
|
|
9168
|
+
this.db();
|
|
9135
9169
|
break;
|
|
9136
9170
|
case "ViewBoxLeft":
|
|
9171
|
+
this.as = !igniteuiWebcomponentsCore.isNaN_(this.a6) ? this.a6 : !igniteuiWebcomponentsCore.isNaN_(this.ah) ? this.ah : 0;
|
|
9172
|
+
break;
|
|
9137
9173
|
case "ViewBoxTop":
|
|
9174
|
+
this.at = !igniteuiWebcomponentsCore.isNaN_(this.a7) ? this.a7 : !igniteuiWebcomponentsCore.isNaN_(this.ai) ? this.ai : 0;
|
|
9175
|
+
break;
|
|
9138
9176
|
case "ViewBoxWidth":
|
|
9177
|
+
this.au = !igniteuiWebcomponentsCore.isNaN_(this.a8) ? this.a8 : !igniteuiWebcomponentsCore.isNaN_(this.aj) ? this.aj : 24;
|
|
9178
|
+
break;
|
|
9139
9179
|
case "ViewBoxHeight":
|
|
9140
|
-
this.
|
|
9180
|
+
this.ar = !igniteuiWebcomponentsCore.isNaN_(this.a5) ? this.a5 : !igniteuiWebcomponentsCore.isNaN_(this.ag) ? this.ag : 24;
|
|
9181
|
+
break;
|
|
9182
|
+
case "ActualViewBoxLeft":
|
|
9183
|
+
case "ActualViewBoxTop":
|
|
9184
|
+
case "ActualViewBoxWidth":
|
|
9185
|
+
case "ActualViewBoxHeight":
|
|
9186
|
+
this.view.a1();
|
|
9141
9187
|
break;
|
|
9142
9188
|
case "Width":
|
|
9143
9189
|
case "Height":
|
|
9144
|
-
this.view.
|
|
9190
|
+
this.view.av();
|
|
9145
9191
|
break;
|
|
9146
9192
|
}
|
|
9147
9193
|
};
|
|
9148
|
-
XIcon.prototype.
|
|
9149
|
-
var a = this.fill != null ? this.fill : XIcon.
|
|
9150
|
-
var b = this.
|
|
9151
|
-
var c = !igniteuiWebcomponentsCore.isNaN_(this.
|
|
9152
|
-
var d = this.
|
|
9194
|
+
XIcon.prototype.dc = function () {
|
|
9195
|
+
var a = this.fill != null ? this.fill : XIcon.dx;
|
|
9196
|
+
var b = this.ea != null ? this.ea : XIcon.d1;
|
|
9197
|
+
var c = !igniteuiWebcomponentsCore.isNaN_(this.a4) ? this.a4 : XIcon.aw;
|
|
9198
|
+
var d = this.eb != null ? this.eb : XIcon.d2;
|
|
9153
9199
|
if (this.v) {
|
|
9154
|
-
this.
|
|
9155
|
-
this.
|
|
9156
|
-
this.
|
|
9157
|
-
this.
|
|
9200
|
+
this.du = this.d3 != null ? this.d3 : a;
|
|
9201
|
+
this.dv = this.d4 != null ? this.d4 : b;
|
|
9202
|
+
this.aq = !igniteuiWebcomponentsCore.isNaN_(this.a2) ? this.a2 : c;
|
|
9203
|
+
this.dw = this.d5 != null ? this.d5 : d;
|
|
9158
9204
|
}
|
|
9159
9205
|
else {
|
|
9160
|
-
this.
|
|
9161
|
-
this.
|
|
9162
|
-
this.
|
|
9163
|
-
this.
|
|
9206
|
+
this.du = a;
|
|
9207
|
+
this.dv = b;
|
|
9208
|
+
this.aq = c;
|
|
9209
|
+
this.dw = d;
|
|
9164
9210
|
}
|
|
9165
9211
|
};
|
|
9166
9212
|
Object.defineProperty(XIcon.prototype, "t", {
|
|
@@ -9170,60 +9216,60 @@
|
|
|
9170
9216
|
enumerable: false,
|
|
9171
9217
|
configurable: true
|
|
9172
9218
|
});
|
|
9173
|
-
XIcon.prototype.
|
|
9174
|
-
igniteuiWebcomponentsCore.NativeUI.y(this.view.
|
|
9219
|
+
XIcon.prototype.db = function () {
|
|
9220
|
+
igniteuiWebcomponentsCore.NativeUI.y(this.view.aa, this.a3);
|
|
9175
9221
|
};
|
|
9176
|
-
XIcon.prototype.
|
|
9177
|
-
this.view.
|
|
9222
|
+
XIcon.prototype.cz = function () {
|
|
9223
|
+
this.view.ag();
|
|
9178
9224
|
};
|
|
9179
|
-
XIcon.prototype.
|
|
9180
|
-
var a = this.view.
|
|
9225
|
+
XIcon.prototype.da = function () {
|
|
9226
|
+
var a = this.view.aa;
|
|
9181
9227
|
if (this.t) {
|
|
9182
|
-
var b = this.view.
|
|
9183
|
-
igniteuiWebcomponentsCore.NativeUI.r(b, this.
|
|
9184
|
-
igniteuiWebcomponentsCore.NativeUI.aa(b, this.
|
|
9185
|
-
igniteuiWebcomponentsCore.NativeUI.ad(b, this.
|
|
9228
|
+
var b = this.view.ab;
|
|
9229
|
+
igniteuiWebcomponentsCore.NativeUI.r(b, this.du);
|
|
9230
|
+
igniteuiWebcomponentsCore.NativeUI.aa(b, this.dv);
|
|
9231
|
+
igniteuiWebcomponentsCore.NativeUI.ad(b, this.aq);
|
|
9186
9232
|
}
|
|
9187
9233
|
else {
|
|
9188
9234
|
var c = this.j();
|
|
9189
9235
|
if (c != this.k) {
|
|
9190
9236
|
this.k = c;
|
|
9191
|
-
this.view.
|
|
9237
|
+
this.view.ai();
|
|
9192
9238
|
}
|
|
9193
9239
|
var d = false;
|
|
9194
|
-
if (this.
|
|
9195
|
-
this.view.
|
|
9240
|
+
if (this.df != null) {
|
|
9241
|
+
this.view.as(this.df, this.bf);
|
|
9196
9242
|
}
|
|
9197
9243
|
else if (this.svgPath != null) {
|
|
9198
9244
|
if (igniteuiWebcomponentsCore.stringStartsWith(igniteuiWebcomponentsCore.trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
9199
|
-
this.view.
|
|
9245
|
+
this.view.ax(this.svgPath);
|
|
9200
9246
|
d = true;
|
|
9201
9247
|
}
|
|
9202
9248
|
else {
|
|
9203
|
-
this.view.
|
|
9249
|
+
this.view.ay(this.svgPath);
|
|
9204
9250
|
}
|
|
9205
9251
|
}
|
|
9206
9252
|
else if (this.b != null) {
|
|
9207
|
-
this.view.
|
|
9253
|
+
this.view.az(this.b);
|
|
9208
9254
|
var e = this.view.c;
|
|
9209
9255
|
if (e != null && e.length > 0) {
|
|
9210
9256
|
var f = igniteuiWebcomponentsCore.NativeUI.r;
|
|
9211
9257
|
var g = igniteuiWebcomponentsCore.NativeUI.aa;
|
|
9212
|
-
this.
|
|
9213
|
-
f = igniteuiWebcomponentsCore.runOn(this.view, this.view.
|
|
9214
|
-
g = igniteuiWebcomponentsCore.runOn(this.view, this.view.
|
|
9258
|
+
this.c7();
|
|
9259
|
+
f = igniteuiWebcomponentsCore.runOn(this.view, this.view.aq);
|
|
9260
|
+
g = igniteuiWebcomponentsCore.runOn(this.view, this.view.ar);
|
|
9215
9261
|
for (var h = 0; h < e.length; h++) {
|
|
9216
|
-
if (this.
|
|
9217
|
-
f(e[h], this.
|
|
9262
|
+
if (this.du != null) {
|
|
9263
|
+
f(e[h], this.du);
|
|
9218
9264
|
}
|
|
9219
|
-
if (this.
|
|
9220
|
-
g(e[h], this.
|
|
9265
|
+
if (this.dv != null) {
|
|
9266
|
+
g(e[h], this.dv);
|
|
9221
9267
|
}
|
|
9222
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
9223
|
-
igniteuiWebcomponentsCore.NativeUI.ad(e[h], this.
|
|
9268
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.aq)) {
|
|
9269
|
+
igniteuiWebcomponentsCore.NativeUI.ad(e[h], this.aq);
|
|
9224
9270
|
}
|
|
9225
|
-
if (this.
|
|
9226
|
-
igniteuiWebcomponentsCore.NativeUI.q(e[h], this.
|
|
9271
|
+
if (this.dw != null) {
|
|
9272
|
+
igniteuiWebcomponentsCore.NativeUI.q(e[h], this.dw);
|
|
9227
9273
|
}
|
|
9228
9274
|
if (this.e != null && this.e.count == e.length) {
|
|
9229
9275
|
f(e[h], this.e.item(h));
|
|
@@ -9234,38 +9280,38 @@
|
|
|
9234
9280
|
}
|
|
9235
9281
|
}
|
|
9236
9282
|
if (this.o != null) {
|
|
9237
|
-
this.view.
|
|
9283
|
+
this.view.a0(this.o);
|
|
9238
9284
|
}
|
|
9239
9285
|
return;
|
|
9240
9286
|
}
|
|
9241
9287
|
else if (this.svg != null) {
|
|
9242
|
-
this.view.
|
|
9288
|
+
this.view.ax(this.svg);
|
|
9243
9289
|
d = true;
|
|
9244
9290
|
}
|
|
9245
|
-
else if (this.
|
|
9246
|
-
this.view.
|
|
9291
|
+
else if (this.b0 != null) {
|
|
9292
|
+
this.view.at(this.b0);
|
|
9247
9293
|
}
|
|
9248
|
-
else if (this.
|
|
9249
|
-
this.view.
|
|
9294
|
+
else if (this.bh != null) {
|
|
9295
|
+
this.view.aw(this.bh);
|
|
9250
9296
|
}
|
|
9251
9297
|
else {
|
|
9252
9298
|
}
|
|
9253
9299
|
if (d) {
|
|
9254
9300
|
for (var i = 0; i < this.view.r.count; i++) {
|
|
9255
9301
|
var j = this.view.r._inner[i].c;
|
|
9256
|
-
igniteuiWebcomponentsCore.NativeUI.r(this.view.r._inner[i].d, j.l.f(this.
|
|
9302
|
+
igniteuiWebcomponentsCore.NativeUI.r(this.view.r._inner[i].d, j.l.f(this.d6));
|
|
9257
9303
|
}
|
|
9258
9304
|
for (var k = 0; k < this.view.s.count; k++) {
|
|
9259
9305
|
var l = this.view.s._inner[k].c;
|
|
9260
|
-
igniteuiWebcomponentsCore.NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.
|
|
9306
|
+
igniteuiWebcomponentsCore.NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.d7));
|
|
9261
9307
|
}
|
|
9262
9308
|
for (var m = 0; m < this.view.t.count; m++) {
|
|
9263
9309
|
var n = this.view.t._inner[m].c;
|
|
9264
|
-
igniteuiWebcomponentsCore.NativeUI.r(this.view.t._inner[m].d, n.l.f(this.
|
|
9310
|
+
igniteuiWebcomponentsCore.NativeUI.r(this.view.t._inner[m].d, n.l.f(this.d8));
|
|
9265
9311
|
}
|
|
9266
9312
|
for (var o = 0; o < this.view.u.count; o++) {
|
|
9267
9313
|
var p = this.view.u._inner[o].c;
|
|
9268
|
-
igniteuiWebcomponentsCore.NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.
|
|
9314
|
+
igniteuiWebcomponentsCore.NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.d9));
|
|
9269
9315
|
}
|
|
9270
9316
|
for (var q = 0; q < this.view.e.o.count; q++) {
|
|
9271
9317
|
var r = this.view.e.o._inner[q];
|
|
@@ -9291,41 +9337,41 @@
|
|
|
9291
9337
|
}
|
|
9292
9338
|
for (var ac = 0; ac < this.view.q.count; ac++) {
|
|
9293
9339
|
var ad = this.view.q._inner[ac].c;
|
|
9294
|
-
igniteuiWebcomponentsCore.NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.
|
|
9295
|
-
igniteuiWebcomponentsCore.NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.
|
|
9340
|
+
igniteuiWebcomponentsCore.NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.du));
|
|
9341
|
+
igniteuiWebcomponentsCore.NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.dv));
|
|
9296
9342
|
}
|
|
9297
9343
|
}
|
|
9298
|
-
var ae = this.view.
|
|
9299
|
-
if (this.
|
|
9300
|
-
igniteuiWebcomponentsCore.NativeUI.r(ae, this.
|
|
9344
|
+
var ae = this.view.aa;
|
|
9345
|
+
if (this.du != null) {
|
|
9346
|
+
igniteuiWebcomponentsCore.NativeUI.r(ae, this.du);
|
|
9301
9347
|
}
|
|
9302
|
-
if (this.
|
|
9303
|
-
igniteuiWebcomponentsCore.NativeUI.aa(ae, this.
|
|
9348
|
+
if (this.dv != null) {
|
|
9349
|
+
igniteuiWebcomponentsCore.NativeUI.aa(ae, this.dv);
|
|
9304
9350
|
}
|
|
9305
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
9306
|
-
igniteuiWebcomponentsCore.NativeUI.ad(ae, this.
|
|
9351
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.aq)) {
|
|
9352
|
+
igniteuiWebcomponentsCore.NativeUI.ad(ae, this.aq);
|
|
9307
9353
|
}
|
|
9308
9354
|
}
|
|
9309
9355
|
if (this.o != null) {
|
|
9310
|
-
this.view.
|
|
9356
|
+
this.view.a0(this.o);
|
|
9311
9357
|
}
|
|
9312
|
-
if (this.
|
|
9313
|
-
igniteuiWebcomponentsCore.NativeUI.q(this.view.
|
|
9358
|
+
if (this.dw != null) {
|
|
9359
|
+
igniteuiWebcomponentsCore.NativeUI.q(this.view.aa, this.dw);
|
|
9314
9360
|
}
|
|
9315
9361
|
};
|
|
9316
|
-
XIcon.prototype.
|
|
9362
|
+
XIcon.prototype.c7 = function () {
|
|
9317
9363
|
var e_3, _a, e_4, _b;
|
|
9318
|
-
if (this.
|
|
9319
|
-
this.view.
|
|
9364
|
+
if (this.du != null) {
|
|
9365
|
+
this.view.ap(this.du, "fill");
|
|
9320
9366
|
}
|
|
9321
|
-
if (this.
|
|
9322
|
-
this.view.
|
|
9367
|
+
if (this.dv != null) {
|
|
9368
|
+
this.view.ap(this.dv, "stroke");
|
|
9323
9369
|
}
|
|
9324
9370
|
if (this.e != null) {
|
|
9325
9371
|
try {
|
|
9326
9372
|
for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.e)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
9327
9373
|
var a = _d.value;
|
|
9328
|
-
this.view.
|
|
9374
|
+
this.view.ap(a, "fills");
|
|
9329
9375
|
}
|
|
9330
9376
|
}
|
|
9331
9377
|
catch (e_3_1) {
|
|
@@ -9346,7 +9392,7 @@
|
|
|
9346
9392
|
try {
|
|
9347
9393
|
for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.f)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
9348
9394
|
var b = _f.value;
|
|
9349
|
-
this.view.
|
|
9395
|
+
this.view.ap(b, "strokes");
|
|
9350
9396
|
}
|
|
9351
9397
|
}
|
|
9352
9398
|
catch (e_4_1) {
|
|
@@ -9375,10 +9421,10 @@
|
|
|
9375
9421
|
else if (this.svg != null) {
|
|
9376
9422
|
a = 0;
|
|
9377
9423
|
}
|
|
9378
|
-
else if (this.
|
|
9424
|
+
else if (this.b0 != null) {
|
|
9379
9425
|
a = 3;
|
|
9380
9426
|
}
|
|
9381
|
-
else if (this.
|
|
9427
|
+
else if (this.bh != null) {
|
|
9382
9428
|
a = 4;
|
|
9383
9429
|
}
|
|
9384
9430
|
return a;
|
|
@@ -9391,55 +9437,55 @@
|
|
|
9391
9437
|
var b = this.l;
|
|
9392
9438
|
this.l = a;
|
|
9393
9439
|
if (b != this.l) {
|
|
9394
|
-
this.
|
|
9440
|
+
this.c5("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, a));
|
|
9395
9441
|
}
|
|
9396
9442
|
},
|
|
9397
9443
|
enumerable: false,
|
|
9398
9444
|
configurable: true
|
|
9399
9445
|
});
|
|
9400
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9446
|
+
Object.defineProperty(XIcon.prototype, "du", {
|
|
9401
9447
|
get: function () {
|
|
9402
|
-
return this.
|
|
9448
|
+
return this.dg;
|
|
9403
9449
|
},
|
|
9404
9450
|
set: function (a) {
|
|
9405
|
-
var b = this.
|
|
9406
|
-
this.
|
|
9407
|
-
if (b != this.
|
|
9408
|
-
this.
|
|
9451
|
+
var b = this.dg;
|
|
9452
|
+
this.dg = a;
|
|
9453
|
+
if (b != this.dg) {
|
|
9454
|
+
this.c5("ActualFill", b, a);
|
|
9409
9455
|
}
|
|
9410
9456
|
},
|
|
9411
9457
|
enumerable: false,
|
|
9412
9458
|
configurable: true
|
|
9413
9459
|
});
|
|
9414
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9460
|
+
Object.defineProperty(XIcon.prototype, "dv", {
|
|
9415
9461
|
get: function () {
|
|
9416
|
-
return this.
|
|
9462
|
+
return this.dh;
|
|
9417
9463
|
},
|
|
9418
9464
|
set: function (a) {
|
|
9419
|
-
var b = this.
|
|
9420
|
-
this.
|
|
9421
|
-
if (b != this.
|
|
9422
|
-
this.
|
|
9465
|
+
var b = this.dh;
|
|
9466
|
+
this.dh = a;
|
|
9467
|
+
if (b != this.dh) {
|
|
9468
|
+
this.c5("ActualStroke", b, a);
|
|
9423
9469
|
}
|
|
9424
9470
|
},
|
|
9425
9471
|
enumerable: false,
|
|
9426
9472
|
configurable: true
|
|
9427
9473
|
});
|
|
9428
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9474
|
+
Object.defineProperty(XIcon.prototype, "dw", {
|
|
9429
9475
|
get: function () {
|
|
9430
|
-
return this.
|
|
9476
|
+
return this.di;
|
|
9431
9477
|
},
|
|
9432
9478
|
set: function (a) {
|
|
9433
|
-
var b = this.
|
|
9434
|
-
this.
|
|
9435
|
-
if (b != this.
|
|
9436
|
-
this.
|
|
9479
|
+
var b = this.di;
|
|
9480
|
+
this.di = a;
|
|
9481
|
+
if (b != this.di) {
|
|
9482
|
+
this.c5("ActualTextColor", b, a);
|
|
9437
9483
|
}
|
|
9438
9484
|
},
|
|
9439
9485
|
enumerable: false,
|
|
9440
9486
|
configurable: true
|
|
9441
9487
|
});
|
|
9442
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9488
|
+
Object.defineProperty(XIcon.prototype, "aq", {
|
|
9443
9489
|
get: function () {
|
|
9444
9490
|
return this.y;
|
|
9445
9491
|
},
|
|
@@ -9447,7 +9493,7 @@
|
|
|
9447
9493
|
var b = this.y;
|
|
9448
9494
|
this.y = a;
|
|
9449
9495
|
if (b != this.y) {
|
|
9450
|
-
this.
|
|
9496
|
+
this.c5("ActualStrokeWidth", b, a);
|
|
9451
9497
|
}
|
|
9452
9498
|
},
|
|
9453
9499
|
enumerable: false,
|
|
@@ -9455,111 +9501,111 @@
|
|
|
9455
9501
|
});
|
|
9456
9502
|
Object.defineProperty(XIcon.prototype, "fill", {
|
|
9457
9503
|
get: function () {
|
|
9458
|
-
return this.
|
|
9504
|
+
return this.dj;
|
|
9459
9505
|
},
|
|
9460
9506
|
set: function (a) {
|
|
9461
|
-
var b = this.
|
|
9462
|
-
this.
|
|
9463
|
-
if (b != this.
|
|
9464
|
-
this.
|
|
9507
|
+
var b = this.dj;
|
|
9508
|
+
this.dj = a;
|
|
9509
|
+
if (b != this.dj) {
|
|
9510
|
+
this.c5("Fill", b, a);
|
|
9465
9511
|
}
|
|
9466
9512
|
},
|
|
9467
9513
|
enumerable: false,
|
|
9468
9514
|
configurable: true
|
|
9469
9515
|
});
|
|
9470
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9516
|
+
Object.defineProperty(XIcon.prototype, "ea", {
|
|
9471
9517
|
get: function () {
|
|
9472
|
-
return this.
|
|
9518
|
+
return this.ds;
|
|
9473
9519
|
},
|
|
9474
9520
|
set: function (a) {
|
|
9475
|
-
var b = this.
|
|
9476
|
-
this.
|
|
9477
|
-
if (b != this.
|
|
9478
|
-
this.
|
|
9521
|
+
var b = this.ds;
|
|
9522
|
+
this.ds = a;
|
|
9523
|
+
if (b != this.ds) {
|
|
9524
|
+
this.c5("Stroke", b, a);
|
|
9479
9525
|
}
|
|
9480
9526
|
},
|
|
9481
9527
|
enumerable: false,
|
|
9482
9528
|
configurable: true
|
|
9483
9529
|
});
|
|
9484
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9530
|
+
Object.defineProperty(XIcon.prototype, "a4", {
|
|
9485
9531
|
get: function () {
|
|
9486
|
-
return this.
|
|
9532
|
+
return this.ak;
|
|
9487
9533
|
},
|
|
9488
9534
|
set: function (a) {
|
|
9489
|
-
var b = this.
|
|
9490
|
-
this.
|
|
9491
|
-
if (b != this.
|
|
9492
|
-
this.
|
|
9535
|
+
var b = this.ak;
|
|
9536
|
+
this.ak = a;
|
|
9537
|
+
if (b != this.ak) {
|
|
9538
|
+
this.c5("StrokeWidth", b, a);
|
|
9493
9539
|
}
|
|
9494
9540
|
},
|
|
9495
9541
|
enumerable: false,
|
|
9496
9542
|
configurable: true
|
|
9497
9543
|
});
|
|
9498
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9544
|
+
Object.defineProperty(XIcon.prototype, "eb", {
|
|
9499
9545
|
get: function () {
|
|
9500
|
-
return this.
|
|
9546
|
+
return this.dt;
|
|
9501
9547
|
},
|
|
9502
9548
|
set: function (a) {
|
|
9503
|
-
var b = this.
|
|
9504
|
-
this.
|
|
9505
|
-
if (b != this.
|
|
9506
|
-
this.
|
|
9549
|
+
var b = this.dt;
|
|
9550
|
+
this.dt = a;
|
|
9551
|
+
if (b != this.dt) {
|
|
9552
|
+
this.c5("TextColor", b, a);
|
|
9507
9553
|
}
|
|
9508
9554
|
},
|
|
9509
9555
|
enumerable: false,
|
|
9510
9556
|
configurable: true
|
|
9511
9557
|
});
|
|
9512
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9558
|
+
Object.defineProperty(XIcon.prototype, "d3", {
|
|
9513
9559
|
get: function () {
|
|
9514
|
-
return this.
|
|
9560
|
+
return this.dk;
|
|
9515
9561
|
},
|
|
9516
9562
|
set: function (a) {
|
|
9517
|
-
var b = this.
|
|
9518
|
-
this.
|
|
9519
|
-
if (b != this.
|
|
9520
|
-
this.
|
|
9563
|
+
var b = this.dk;
|
|
9564
|
+
this.dk = a;
|
|
9565
|
+
if (b != this.dk) {
|
|
9566
|
+
this.c5("HoverFill", b, a);
|
|
9521
9567
|
}
|
|
9522
9568
|
},
|
|
9523
9569
|
enumerable: false,
|
|
9524
9570
|
configurable: true
|
|
9525
9571
|
});
|
|
9526
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9572
|
+
Object.defineProperty(XIcon.prototype, "d4", {
|
|
9527
9573
|
get: function () {
|
|
9528
|
-
return this.
|
|
9574
|
+
return this.dl;
|
|
9529
9575
|
},
|
|
9530
9576
|
set: function (a) {
|
|
9531
|
-
var b = this.
|
|
9532
|
-
this.
|
|
9533
|
-
if (b != this.
|
|
9534
|
-
this.
|
|
9577
|
+
var b = this.dl;
|
|
9578
|
+
this.dl = a;
|
|
9579
|
+
if (b != this.dl) {
|
|
9580
|
+
this.c5("HoverStroke", b, a);
|
|
9535
9581
|
}
|
|
9536
9582
|
},
|
|
9537
9583
|
enumerable: false,
|
|
9538
9584
|
configurable: true
|
|
9539
9585
|
});
|
|
9540
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9586
|
+
Object.defineProperty(XIcon.prototype, "a2", {
|
|
9541
9587
|
get: function () {
|
|
9542
|
-
return this.
|
|
9588
|
+
return this.ae;
|
|
9543
9589
|
},
|
|
9544
9590
|
set: function (a) {
|
|
9545
|
-
var b = this.
|
|
9546
|
-
this.
|
|
9547
|
-
if (b != this.
|
|
9548
|
-
this.
|
|
9591
|
+
var b = this.ae;
|
|
9592
|
+
this.ae = a;
|
|
9593
|
+
if (b != this.ae) {
|
|
9594
|
+
this.c5("HoverStrokeThickness", b, a);
|
|
9549
9595
|
}
|
|
9550
9596
|
},
|
|
9551
9597
|
enumerable: false,
|
|
9552
9598
|
configurable: true
|
|
9553
9599
|
});
|
|
9554
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9600
|
+
Object.defineProperty(XIcon.prototype, "d5", {
|
|
9555
9601
|
get: function () {
|
|
9556
|
-
return this.
|
|
9602
|
+
return this.dm;
|
|
9557
9603
|
},
|
|
9558
9604
|
set: function (a) {
|
|
9559
|
-
var b = this.
|
|
9560
|
-
this.
|
|
9561
|
-
if (b != this.
|
|
9562
|
-
this.
|
|
9605
|
+
var b = this.dm;
|
|
9606
|
+
this.dm = a;
|
|
9607
|
+
if (b != this.dm) {
|
|
9608
|
+
this.c5("HoverTextColor", b, a);
|
|
9563
9609
|
}
|
|
9564
9610
|
},
|
|
9565
9611
|
enumerable: false,
|
|
@@ -9573,7 +9619,7 @@
|
|
|
9573
9619
|
var b = this.c;
|
|
9574
9620
|
this.c = a;
|
|
9575
9621
|
if (b != this.c) {
|
|
9576
|
-
this.
|
|
9622
|
+
this.c5("FillColors", b, this.c);
|
|
9577
9623
|
}
|
|
9578
9624
|
},
|
|
9579
9625
|
enumerable: false,
|
|
@@ -9587,91 +9633,91 @@
|
|
|
9587
9633
|
var b = this.d;
|
|
9588
9634
|
this.d = a;
|
|
9589
9635
|
if (b != this.d) {
|
|
9590
|
-
this.
|
|
9636
|
+
this.c5("StrokeColors", b, this.d);
|
|
9591
9637
|
}
|
|
9592
9638
|
},
|
|
9593
9639
|
enumerable: false,
|
|
9594
9640
|
configurable: true
|
|
9595
9641
|
});
|
|
9596
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9642
|
+
Object.defineProperty(XIcon.prototype, "d6", {
|
|
9597
9643
|
get: function () {
|
|
9598
|
-
return this.
|
|
9644
|
+
return this.dn;
|
|
9599
9645
|
},
|
|
9600
9646
|
set: function (a) {
|
|
9601
|
-
var b = this.
|
|
9602
|
-
this.
|
|
9603
|
-
if (b != this.
|
|
9604
|
-
this.
|
|
9647
|
+
var b = this.dn;
|
|
9648
|
+
this.dn = a;
|
|
9649
|
+
if (b != this.dn) {
|
|
9650
|
+
this.c5("PrimaryFillColor", b, this.dn);
|
|
9605
9651
|
}
|
|
9606
9652
|
},
|
|
9607
9653
|
enumerable: false,
|
|
9608
9654
|
configurable: true
|
|
9609
9655
|
});
|
|
9610
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9656
|
+
Object.defineProperty(XIcon.prototype, "d7", {
|
|
9611
9657
|
get: function () {
|
|
9612
|
-
return this.
|
|
9658
|
+
return this.dp;
|
|
9613
9659
|
},
|
|
9614
9660
|
set: function (a) {
|
|
9615
|
-
var b = this.
|
|
9616
|
-
this.
|
|
9617
|
-
if (b != this.
|
|
9618
|
-
this.
|
|
9661
|
+
var b = this.dp;
|
|
9662
|
+
this.dp = a;
|
|
9663
|
+
if (b != this.dp) {
|
|
9664
|
+
this.c5("PrimaryStrokeColor", b, this.dp);
|
|
9619
9665
|
}
|
|
9620
9666
|
},
|
|
9621
9667
|
enumerable: false,
|
|
9622
9668
|
configurable: true
|
|
9623
9669
|
});
|
|
9624
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9670
|
+
Object.defineProperty(XIcon.prototype, "d8", {
|
|
9625
9671
|
get: function () {
|
|
9626
|
-
return this.
|
|
9672
|
+
return this.dq;
|
|
9627
9673
|
},
|
|
9628
9674
|
set: function (a) {
|
|
9629
|
-
var b = this.
|
|
9630
|
-
this.
|
|
9631
|
-
if (b != this.
|
|
9632
|
-
this.
|
|
9675
|
+
var b = this.dq;
|
|
9676
|
+
this.dq = a;
|
|
9677
|
+
if (b != this.dq) {
|
|
9678
|
+
this.c5("SecondaryFillColor", b, this.dq);
|
|
9633
9679
|
}
|
|
9634
9680
|
},
|
|
9635
9681
|
enumerable: false,
|
|
9636
9682
|
configurable: true
|
|
9637
9683
|
});
|
|
9638
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9684
|
+
Object.defineProperty(XIcon.prototype, "d9", {
|
|
9639
9685
|
get: function () {
|
|
9640
|
-
return this.
|
|
9686
|
+
return this.dr;
|
|
9641
9687
|
},
|
|
9642
9688
|
set: function (a) {
|
|
9643
|
-
var b = this.
|
|
9644
|
-
this.
|
|
9645
|
-
if (b != this.
|
|
9646
|
-
this.
|
|
9689
|
+
var b = this.dr;
|
|
9690
|
+
this.dr = a;
|
|
9691
|
+
if (b != this.dr) {
|
|
9692
|
+
this.c5("SecondaryStrokeColor", b, this.dr);
|
|
9647
9693
|
}
|
|
9648
9694
|
},
|
|
9649
9695
|
enumerable: false,
|
|
9650
9696
|
configurable: true
|
|
9651
9697
|
});
|
|
9652
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9698
|
+
Object.defineProperty(XIcon.prototype, "bh", {
|
|
9653
9699
|
get: function () {
|
|
9654
|
-
return this.
|
|
9700
|
+
return this.be;
|
|
9655
9701
|
},
|
|
9656
9702
|
set: function (a) {
|
|
9657
|
-
var b = this.
|
|
9658
|
-
this.
|
|
9659
|
-
if (b != this.
|
|
9660
|
-
this.
|
|
9703
|
+
var b = this.be;
|
|
9704
|
+
this.be = a;
|
|
9705
|
+
if (b != this.be) {
|
|
9706
|
+
this.c5("Source", b, a);
|
|
9661
9707
|
}
|
|
9662
9708
|
},
|
|
9663
9709
|
enumerable: false,
|
|
9664
9710
|
configurable: true
|
|
9665
9711
|
});
|
|
9666
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9712
|
+
Object.defineProperty(XIcon.prototype, "b0", {
|
|
9667
9713
|
get: function () {
|
|
9668
|
-
return this.
|
|
9714
|
+
return this.bj;
|
|
9669
9715
|
},
|
|
9670
9716
|
set: function (a) {
|
|
9671
|
-
var b = this.
|
|
9672
|
-
this.
|
|
9673
|
-
if (b != this.
|
|
9674
|
-
this.
|
|
9717
|
+
var b = this.bj;
|
|
9718
|
+
this.bj = a;
|
|
9719
|
+
if (b != this.bj) {
|
|
9720
|
+
this.c5("DataURL", b, a);
|
|
9675
9721
|
}
|
|
9676
9722
|
},
|
|
9677
9723
|
enumerable: false,
|
|
@@ -9679,13 +9725,13 @@
|
|
|
9679
9725
|
});
|
|
9680
9726
|
Object.defineProperty(XIcon.prototype, "svgPath", {
|
|
9681
9727
|
get: function () {
|
|
9682
|
-
return this.
|
|
9728
|
+
return this.bm;
|
|
9683
9729
|
},
|
|
9684
9730
|
set: function (a) {
|
|
9685
|
-
var b = this.
|
|
9686
|
-
this.
|
|
9687
|
-
if (b != this.
|
|
9688
|
-
this.
|
|
9731
|
+
var b = this.bm;
|
|
9732
|
+
this.bm = a;
|
|
9733
|
+
if (b != this.bm) {
|
|
9734
|
+
this.c5("SVGPath", b, a);
|
|
9689
9735
|
}
|
|
9690
9736
|
},
|
|
9691
9737
|
enumerable: false,
|
|
@@ -9693,13 +9739,13 @@
|
|
|
9693
9739
|
});
|
|
9694
9740
|
Object.defineProperty(XIcon.prototype, "svg", {
|
|
9695
9741
|
get: function () {
|
|
9696
|
-
return this.
|
|
9742
|
+
return this.bl;
|
|
9697
9743
|
},
|
|
9698
9744
|
set: function (a) {
|
|
9699
|
-
var b = this.
|
|
9700
|
-
this.
|
|
9701
|
-
if (b != this.
|
|
9702
|
-
this.
|
|
9745
|
+
var b = this.bl;
|
|
9746
|
+
this.bl = a;
|
|
9747
|
+
if (b != this.bl) {
|
|
9748
|
+
this.c5("SVG", b, this.bl);
|
|
9703
9749
|
}
|
|
9704
9750
|
},
|
|
9705
9751
|
enumerable: false,
|
|
@@ -9713,44 +9759,44 @@
|
|
|
9713
9759
|
var b = this.a;
|
|
9714
9760
|
this.a = a;
|
|
9715
9761
|
if (b != this.a) {
|
|
9716
|
-
this.
|
|
9762
|
+
this.c5("SVGPaths", b, this.a);
|
|
9717
9763
|
}
|
|
9718
9764
|
},
|
|
9719
9765
|
enumerable: false,
|
|
9720
9766
|
configurable: true
|
|
9721
9767
|
});
|
|
9722
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9768
|
+
Object.defineProperty(XIcon.prototype, "df", {
|
|
9723
9769
|
get: function () {
|
|
9724
|
-
return this.
|
|
9770
|
+
return this.de;
|
|
9725
9771
|
},
|
|
9726
9772
|
set: function (a) {
|
|
9727
|
-
var b = this.
|
|
9728
|
-
this.
|
|
9729
|
-
if (b != this.
|
|
9730
|
-
this.
|
|
9773
|
+
var b = this.de;
|
|
9774
|
+
this.de = a;
|
|
9775
|
+
if (b != this.de) {
|
|
9776
|
+
this.c5("DataTemplate", b, this.de);
|
|
9731
9777
|
}
|
|
9732
9778
|
},
|
|
9733
9779
|
enumerable: false,
|
|
9734
9780
|
configurable: true
|
|
9735
9781
|
});
|
|
9736
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9782
|
+
Object.defineProperty(XIcon.prototype, "bf", {
|
|
9737
9783
|
get: function () {
|
|
9738
|
-
return this.
|
|
9784
|
+
return this.bd;
|
|
9739
9785
|
},
|
|
9740
9786
|
set: function (a) {
|
|
9741
|
-
var b = this.
|
|
9742
|
-
this.
|
|
9743
|
-
if (b != this.
|
|
9744
|
-
this.
|
|
9787
|
+
var b = this.bd;
|
|
9788
|
+
this.bd = a;
|
|
9789
|
+
if (b != this.bd) {
|
|
9790
|
+
this.c5("DataTemplateContext", b, this.bd);
|
|
9745
9791
|
}
|
|
9746
9792
|
},
|
|
9747
9793
|
enumerable: false,
|
|
9748
9794
|
configurable: true
|
|
9749
9795
|
});
|
|
9750
|
-
XIcon.prototype.
|
|
9796
|
+
XIcon.prototype.c3 = function () {
|
|
9751
9797
|
this.v = true;
|
|
9752
9798
|
};
|
|
9753
|
-
XIcon.prototype.
|
|
9799
|
+
XIcon.prototype.c4 = function () {
|
|
9754
9800
|
this.v = false;
|
|
9755
9801
|
};
|
|
9756
9802
|
Object.defineProperty(XIcon.prototype, "o", {
|
|
@@ -9761,21 +9807,21 @@
|
|
|
9761
9807
|
var b = this.n;
|
|
9762
9808
|
this.n = a;
|
|
9763
9809
|
if (b != this.n) {
|
|
9764
|
-
this.
|
|
9810
|
+
this.c5("TextStyle", b, a);
|
|
9765
9811
|
}
|
|
9766
9812
|
},
|
|
9767
9813
|
enumerable: false,
|
|
9768
9814
|
configurable: true
|
|
9769
9815
|
});
|
|
9770
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9816
|
+
Object.defineProperty(XIcon.prototype, "ca", {
|
|
9771
9817
|
get: function () {
|
|
9772
|
-
return this.
|
|
9818
|
+
return this.bk;
|
|
9773
9819
|
},
|
|
9774
9820
|
set: function (a) {
|
|
9775
|
-
var b = this.
|
|
9776
|
-
this.
|
|
9777
|
-
if (b != this.
|
|
9778
|
-
this.
|
|
9821
|
+
var b = this.bk;
|
|
9822
|
+
this.bk = a;
|
|
9823
|
+
if (b != this.bk) {
|
|
9824
|
+
this.c5("Id", b, a);
|
|
9779
9825
|
}
|
|
9780
9826
|
},
|
|
9781
9827
|
enumerable: false,
|
|
@@ -9788,30 +9834,30 @@
|
|
|
9788
9834
|
enumerable: false,
|
|
9789
9835
|
configurable: true
|
|
9790
9836
|
});
|
|
9791
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9837
|
+
Object.defineProperty(XIcon.prototype, "bb", {
|
|
9792
9838
|
get: function () {
|
|
9793
|
-
return this.
|
|
9839
|
+
return this.ba;
|
|
9794
9840
|
},
|
|
9795
9841
|
set: function (a) {
|
|
9796
|
-
var b = this.
|
|
9797
|
-
this.
|
|
9842
|
+
var b = this.ba;
|
|
9843
|
+
this.ba = a;
|
|
9798
9844
|
this.p = true;
|
|
9799
|
-
if (b != this.
|
|
9800
|
-
this.
|
|
9845
|
+
if (b != this.ba) {
|
|
9846
|
+
this.c5("TabIndex", b, a);
|
|
9801
9847
|
}
|
|
9802
9848
|
},
|
|
9803
9849
|
enumerable: false,
|
|
9804
9850
|
configurable: true
|
|
9805
9851
|
});
|
|
9806
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9852
|
+
Object.defineProperty(XIcon.prototype, "bv", {
|
|
9807
9853
|
get: function () {
|
|
9808
|
-
return this.
|
|
9854
|
+
return this.bi;
|
|
9809
9855
|
},
|
|
9810
9856
|
set: function (a) {
|
|
9811
|
-
var b = this.
|
|
9812
|
-
this.
|
|
9813
|
-
if (b != this.
|
|
9814
|
-
this.
|
|
9857
|
+
var b = this.bi;
|
|
9858
|
+
this.bi = a;
|
|
9859
|
+
if (b != this.bi) {
|
|
9860
|
+
this.c5("AriaLabel", b, a);
|
|
9815
9861
|
}
|
|
9816
9862
|
},
|
|
9817
9863
|
enumerable: false,
|
|
@@ -9825,7 +9871,7 @@
|
|
|
9825
9871
|
var b = this.r;
|
|
9826
9872
|
this.r = a;
|
|
9827
9873
|
if (b != this.r) {
|
|
9828
|
-
this.
|
|
9874
|
+
this.c5("IsHover", b, a);
|
|
9829
9875
|
}
|
|
9830
9876
|
},
|
|
9831
9877
|
enumerable: false,
|
|
@@ -9839,97 +9885,111 @@
|
|
|
9839
9885
|
var b = this.q;
|
|
9840
9886
|
this.q = a;
|
|
9841
9887
|
if (b != this.q) {
|
|
9842
|
-
this.
|
|
9888
|
+
this.c5("IsDisabled", b, a);
|
|
9843
9889
|
}
|
|
9844
9890
|
},
|
|
9845
9891
|
enumerable: false,
|
|
9846
9892
|
configurable: true
|
|
9847
9893
|
});
|
|
9848
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9894
|
+
Object.defineProperty(XIcon.prototype, "a3", {
|
|
9849
9895
|
get: function () {
|
|
9850
|
-
return this.
|
|
9896
|
+
return this.af;
|
|
9851
9897
|
},
|
|
9852
9898
|
set: function (a) {
|
|
9853
|
-
var b = this.
|
|
9854
|
-
this.
|
|
9855
|
-
if (b != this.
|
|
9856
|
-
this.
|
|
9899
|
+
var b = this.af;
|
|
9900
|
+
this.af = a;
|
|
9901
|
+
if (b != this.af) {
|
|
9902
|
+
this.c5("Opacity", b, this.af);
|
|
9857
9903
|
}
|
|
9858
9904
|
},
|
|
9859
9905
|
enumerable: false,
|
|
9860
9906
|
configurable: true
|
|
9861
9907
|
});
|
|
9862
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9908
|
+
Object.defineProperty(XIcon.prototype, "as", {
|
|
9863
9909
|
get: function () {
|
|
9864
|
-
return this.
|
|
9910
|
+
return this.aa;
|
|
9865
9911
|
},
|
|
9866
9912
|
set: function (a) {
|
|
9867
|
-
var b = this.
|
|
9868
|
-
this.
|
|
9869
|
-
if (b != this.
|
|
9870
|
-
this.
|
|
9913
|
+
var b = this.aa;
|
|
9914
|
+
this.aa = a;
|
|
9915
|
+
if (b != this.aa) {
|
|
9916
|
+
this.c5("ActualViewBoxLeft", b, this.aa);
|
|
9871
9917
|
}
|
|
9872
9918
|
},
|
|
9873
9919
|
enumerable: false,
|
|
9874
9920
|
configurable: true
|
|
9875
9921
|
});
|
|
9876
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9922
|
+
Object.defineProperty(XIcon.prototype, "a6", {
|
|
9877
9923
|
get: function () {
|
|
9878
|
-
return this.
|
|
9924
|
+
return this.am;
|
|
9879
9925
|
},
|
|
9880
9926
|
set: function (a) {
|
|
9881
|
-
var b = this.
|
|
9882
|
-
this.
|
|
9883
|
-
if (b != this.
|
|
9884
|
-
this.
|
|
9927
|
+
var b = this.am;
|
|
9928
|
+
this.am = a;
|
|
9929
|
+
if (b != this.am) {
|
|
9930
|
+
this.c5("ViewBoxLeft", b, this.am);
|
|
9885
9931
|
}
|
|
9886
9932
|
},
|
|
9887
9933
|
enumerable: false,
|
|
9888
9934
|
configurable: true
|
|
9889
9935
|
});
|
|
9890
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9936
|
+
Object.defineProperty(XIcon.prototype, "at", {
|
|
9891
9937
|
get: function () {
|
|
9892
|
-
return this.
|
|
9938
|
+
return this.ab;
|
|
9893
9939
|
},
|
|
9894
9940
|
set: function (a) {
|
|
9895
|
-
var b = this.
|
|
9896
|
-
this.
|
|
9897
|
-
if (b != this.
|
|
9898
|
-
this.
|
|
9941
|
+
var b = this.ab;
|
|
9942
|
+
this.ab = a;
|
|
9943
|
+
if (b != this.ab) {
|
|
9944
|
+
this.c5("ActualViewBoxTop", b, this.ab);
|
|
9899
9945
|
}
|
|
9900
9946
|
},
|
|
9901
9947
|
enumerable: false,
|
|
9902
9948
|
configurable: true
|
|
9903
9949
|
});
|
|
9904
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9950
|
+
Object.defineProperty(XIcon.prototype, "a7", {
|
|
9905
9951
|
get: function () {
|
|
9906
|
-
return this.
|
|
9952
|
+
return this.an;
|
|
9907
9953
|
},
|
|
9908
9954
|
set: function (a) {
|
|
9909
|
-
var b = this.
|
|
9910
|
-
this.
|
|
9911
|
-
if (b != this.
|
|
9912
|
-
this.
|
|
9955
|
+
var b = this.an;
|
|
9956
|
+
this.an = a;
|
|
9957
|
+
if (b != this.an) {
|
|
9958
|
+
this.c5("ViewBoxTop", b, this.an);
|
|
9913
9959
|
}
|
|
9914
9960
|
},
|
|
9915
9961
|
enumerable: false,
|
|
9916
9962
|
configurable: true
|
|
9917
9963
|
});
|
|
9918
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9964
|
+
Object.defineProperty(XIcon.prototype, "au", {
|
|
9919
9965
|
get: function () {
|
|
9920
|
-
return this.
|
|
9966
|
+
return this.ac;
|
|
9921
9967
|
},
|
|
9922
9968
|
set: function (a) {
|
|
9923
|
-
var b = this.
|
|
9924
|
-
this.
|
|
9925
|
-
if (b != this.
|
|
9926
|
-
this.
|
|
9969
|
+
var b = this.ac;
|
|
9970
|
+
this.ac = a;
|
|
9971
|
+
if (b != this.ac) {
|
|
9972
|
+
this.c5("ActualViewBoxWidth", b, this.ac);
|
|
9927
9973
|
}
|
|
9928
9974
|
},
|
|
9929
9975
|
enumerable: false,
|
|
9930
9976
|
configurable: true
|
|
9931
9977
|
});
|
|
9932
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9978
|
+
Object.defineProperty(XIcon.prototype, "a8", {
|
|
9979
|
+
get: function () {
|
|
9980
|
+
return this.ao;
|
|
9981
|
+
},
|
|
9982
|
+
set: function (a) {
|
|
9983
|
+
var b = this.ao;
|
|
9984
|
+
this.ao = a;
|
|
9985
|
+
if (b != this.ao) {
|
|
9986
|
+
this.c5("ViewBoxWidth", b, this.ao);
|
|
9987
|
+
}
|
|
9988
|
+
},
|
|
9989
|
+
enumerable: false,
|
|
9990
|
+
configurable: true
|
|
9991
|
+
});
|
|
9992
|
+
Object.defineProperty(XIcon.prototype, "ar", {
|
|
9933
9993
|
get: function () {
|
|
9934
9994
|
return this.z;
|
|
9935
9995
|
},
|
|
@@ -9937,19 +9997,61 @@
|
|
|
9937
9997
|
var b = this.z;
|
|
9938
9998
|
this.z = a;
|
|
9939
9999
|
if (b != this.z) {
|
|
9940
|
-
this.
|
|
10000
|
+
this.c5("ActualViewBoxHeight", b, this.z);
|
|
10001
|
+
}
|
|
10002
|
+
},
|
|
10003
|
+
enumerable: false,
|
|
10004
|
+
configurable: true
|
|
10005
|
+
});
|
|
10006
|
+
Object.defineProperty(XIcon.prototype, "a5", {
|
|
10007
|
+
get: function () {
|
|
10008
|
+
return this.al;
|
|
10009
|
+
},
|
|
10010
|
+
set: function (a) {
|
|
10011
|
+
var b = this.al;
|
|
10012
|
+
this.al = a;
|
|
10013
|
+
if (b != this.al) {
|
|
10014
|
+
this.c5("ViewBoxHeight", b, this.al);
|
|
10015
|
+
}
|
|
10016
|
+
},
|
|
10017
|
+
enumerable: false,
|
|
10018
|
+
configurable: true
|
|
10019
|
+
});
|
|
10020
|
+
Object.defineProperty(XIcon.prototype, "a9", {
|
|
10021
|
+
get: function () {
|
|
10022
|
+
return this.ap;
|
|
10023
|
+
},
|
|
10024
|
+
set: function (a) {
|
|
10025
|
+
var b = this.ap;
|
|
10026
|
+
this.ap = a;
|
|
10027
|
+
if (b != this.ap) {
|
|
10028
|
+
this.c5("Width", b, this.ap);
|
|
9941
10029
|
}
|
|
9942
10030
|
},
|
|
9943
10031
|
enumerable: false,
|
|
9944
10032
|
configurable: true
|
|
9945
10033
|
});
|
|
9946
|
-
XIcon.prototype
|
|
10034
|
+
Object.defineProperty(XIcon.prototype, "a1", {
|
|
10035
|
+
get: function () {
|
|
10036
|
+
return this.ad;
|
|
10037
|
+
},
|
|
10038
|
+
set: function (a) {
|
|
10039
|
+
var b = this.ad;
|
|
10040
|
+
this.ad = a;
|
|
10041
|
+
if (b != this.ad) {
|
|
10042
|
+
this.c5("Height", b, this.ad);
|
|
10043
|
+
}
|
|
10044
|
+
},
|
|
10045
|
+
enumerable: false,
|
|
10046
|
+
configurable: true
|
|
10047
|
+
});
|
|
10048
|
+
XIcon.prototype.c6 = function () {
|
|
9947
10049
|
};
|
|
9948
10050
|
XIcon.prototype.onDetachedFromUI = function () {
|
|
9949
|
-
this.view.
|
|
10051
|
+
this.view.am();
|
|
9950
10052
|
};
|
|
9951
10053
|
XIcon.prototype.onAttachedToUI = function () {
|
|
9952
|
-
this.view.
|
|
10054
|
+
this.view.aj();
|
|
9953
10055
|
};
|
|
9954
10056
|
XIcon.prototype.x = function () {
|
|
9955
10057
|
if (this.disabled) {
|
|
@@ -9965,10 +10067,10 @@
|
|
|
9965
10067
|
XIcon.prototype.w = function () {
|
|
9966
10068
|
return this.view.l();
|
|
9967
10069
|
};
|
|
9968
|
-
XIcon.prototype.
|
|
10070
|
+
XIcon.prototype.bg = function () {
|
|
9969
10071
|
return this.g();
|
|
9970
10072
|
};
|
|
9971
|
-
XIcon.prototype.
|
|
10073
|
+
XIcon.prototype.b2 = function () {
|
|
9972
10074
|
var a = this.g();
|
|
9973
10075
|
return a.l();
|
|
9974
10076
|
};
|
|
@@ -9977,12 +10079,12 @@
|
|
|
9977
10079
|
var b = this.view.b();
|
|
9978
10080
|
a.i = b[0];
|
|
9979
10081
|
a.g = b[1];
|
|
9980
|
-
a.f = igniteuiWebcomponentsCore.NativeUI.d(this.view.
|
|
9981
|
-
a.j = igniteuiWebcomponentsCore.NativeUI.k(this.view.
|
|
10082
|
+
a.f = igniteuiWebcomponentsCore.NativeUI.d(this.view.aa);
|
|
10083
|
+
a.j = igniteuiWebcomponentsCore.NativeUI.k(this.view.aa);
|
|
9982
10084
|
a.a = this.view.a();
|
|
9983
10085
|
a.svg = this.svg;
|
|
9984
10086
|
a.svgPath = this.svgPath;
|
|
9985
|
-
a.k = this.
|
|
10087
|
+
a.k = this.b0;
|
|
9986
10088
|
if (this.o != null) {
|
|
9987
10089
|
var c = this.o;
|
|
9988
10090
|
if (this.view != null && c.q == null) {
|
|
@@ -10014,18 +10116,29 @@
|
|
|
10014
10116
|
return a;
|
|
10015
10117
|
};
|
|
10016
10118
|
XIcon.prototype.provideContainer = function (a) {
|
|
10017
|
-
this.view.
|
|
10119
|
+
this.view.al(a);
|
|
10120
|
+
};
|
|
10121
|
+
XIcon.prototype.dd = function (a, b, c, d) {
|
|
10122
|
+
this.ah = a;
|
|
10123
|
+
this.ai = b;
|
|
10124
|
+
this.aj = c;
|
|
10125
|
+
this.ag = d;
|
|
10126
|
+
this.aa = !igniteuiWebcomponentsCore.isNaN_(this.a6) ? this.a6 : !igniteuiWebcomponentsCore.isNaN_(this.ah) ? this.ah : 0;
|
|
10127
|
+
this.ab = !igniteuiWebcomponentsCore.isNaN_(this.a7) ? this.a7 : !igniteuiWebcomponentsCore.isNaN_(this.ai) ? this.ai : 0;
|
|
10128
|
+
this.ac = !igniteuiWebcomponentsCore.isNaN_(this.a8) ? this.a8 : !igniteuiWebcomponentsCore.isNaN_(this.aj) ? this.aj : 24;
|
|
10129
|
+
this.z = !igniteuiWebcomponentsCore.isNaN_(this.a5) ? this.a5 : !igniteuiWebcomponentsCore.isNaN_(this.ag) ? this.ag : 24;
|
|
10130
|
+
this.view.a1();
|
|
10018
10131
|
};
|
|
10019
10132
|
XIcon.$t = igniteuiWebcomponentsCore.markType(XIcon, 'XIcon', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type, igniteuiWebcomponentsCore.IIcon_$type]);
|
|
10020
|
-
XIcon.
|
|
10021
|
-
XIcon.
|
|
10022
|
-
XIcon.
|
|
10023
|
-
XIcon.
|
|
10024
|
-
XIcon.
|
|
10025
|
-
XIcon.
|
|
10026
|
-
XIcon.
|
|
10027
|
-
XIcon.
|
|
10028
|
-
XIcon.
|
|
10133
|
+
XIcon.dx = null;
|
|
10134
|
+
XIcon.d2 = null;
|
|
10135
|
+
XIcon.d1 = null;
|
|
10136
|
+
XIcon.dy = null;
|
|
10137
|
+
XIcon.dz = null;
|
|
10138
|
+
XIcon.d0 = null;
|
|
10139
|
+
XIcon.aw = NaN;
|
|
10140
|
+
XIcon.av = NaN;
|
|
10141
|
+
XIcon.bc = 0;
|
|
10029
10142
|
return XIcon;
|
|
10030
10143
|
}(igniteuiWebcomponentsCore.Base));
|
|
10031
10144
|
|
|
@@ -10257,11 +10370,11 @@
|
|
|
10257
10370
|
* Gets the fill color currently used by the icon.
|
|
10258
10371
|
*/
|
|
10259
10372
|
get: function () {
|
|
10260
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10373
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.du);
|
|
10261
10374
|
},
|
|
10262
10375
|
set: function (v) {
|
|
10263
|
-
this.i.
|
|
10264
|
-
this._a("actualFill", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10376
|
+
this.i.du = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10377
|
+
this._a("actualFill", igniteuiWebcomponentsCore.brushToString(this.i.du));
|
|
10265
10378
|
},
|
|
10266
10379
|
enumerable: false,
|
|
10267
10380
|
configurable: true
|
|
@@ -10271,11 +10384,11 @@
|
|
|
10271
10384
|
* Gets the stroke color currently used by the icon.
|
|
10272
10385
|
*/
|
|
10273
10386
|
get: function () {
|
|
10274
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10387
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dv);
|
|
10275
10388
|
},
|
|
10276
10389
|
set: function (v) {
|
|
10277
|
-
this.i.
|
|
10278
|
-
this._a("actualStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10390
|
+
this.i.dv = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10391
|
+
this._a("actualStroke", igniteuiWebcomponentsCore.brushToString(this.i.dv));
|
|
10279
10392
|
},
|
|
10280
10393
|
enumerable: false,
|
|
10281
10394
|
configurable: true
|
|
@@ -10285,11 +10398,11 @@
|
|
|
10285
10398
|
* Gets the text color currently used by the icon.
|
|
10286
10399
|
*/
|
|
10287
10400
|
get: function () {
|
|
10288
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10401
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dw);
|
|
10289
10402
|
},
|
|
10290
10403
|
set: function (v) {
|
|
10291
|
-
this.i.
|
|
10292
|
-
this._a("actualTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10404
|
+
this.i.dw = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10405
|
+
this._a("actualTextColor", igniteuiWebcomponentsCore.brushToString(this.i.dw));
|
|
10293
10406
|
},
|
|
10294
10407
|
enumerable: false,
|
|
10295
10408
|
configurable: true
|
|
@@ -10299,11 +10412,11 @@
|
|
|
10299
10412
|
* Gets the stroke width currently used by the icon.
|
|
10300
10413
|
*/
|
|
10301
10414
|
get: function () {
|
|
10302
|
-
return this.i.
|
|
10415
|
+
return this.i.aq;
|
|
10303
10416
|
},
|
|
10304
10417
|
set: function (v) {
|
|
10305
|
-
this.i.
|
|
10306
|
-
this._a("actualStrokeWidth", this.i.
|
|
10418
|
+
this.i.aq = +v;
|
|
10419
|
+
this._a("actualStrokeWidth", this.i.aq);
|
|
10307
10420
|
},
|
|
10308
10421
|
enumerable: false,
|
|
10309
10422
|
configurable: true
|
|
@@ -10327,11 +10440,11 @@
|
|
|
10327
10440
|
* Gets or sets the stroke color to use for the icon.
|
|
10328
10441
|
*/
|
|
10329
10442
|
get: function () {
|
|
10330
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10443
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.ea);
|
|
10331
10444
|
},
|
|
10332
10445
|
set: function (v) {
|
|
10333
|
-
this.i.
|
|
10334
|
-
this._a("stroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10446
|
+
this.i.ea = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10447
|
+
this._a("stroke", igniteuiWebcomponentsCore.brushToString(this.i.ea));
|
|
10335
10448
|
},
|
|
10336
10449
|
enumerable: false,
|
|
10337
10450
|
configurable: true
|
|
@@ -10341,11 +10454,11 @@
|
|
|
10341
10454
|
* Gets or sets the stroke thickness to use for the icon.
|
|
10342
10455
|
*/
|
|
10343
10456
|
get: function () {
|
|
10344
|
-
return this.i.
|
|
10457
|
+
return this.i.a4;
|
|
10345
10458
|
},
|
|
10346
10459
|
set: function (v) {
|
|
10347
|
-
this.i.
|
|
10348
|
-
this._a("strokeWidth", this.i.
|
|
10460
|
+
this.i.a4 = +v;
|
|
10461
|
+
this._a("strokeWidth", this.i.a4);
|
|
10349
10462
|
},
|
|
10350
10463
|
enumerable: false,
|
|
10351
10464
|
configurable: true
|
|
@@ -10355,11 +10468,11 @@
|
|
|
10355
10468
|
* Gets or sets the text color to use for the icon.
|
|
10356
10469
|
*/
|
|
10357
10470
|
get: function () {
|
|
10358
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10471
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.eb);
|
|
10359
10472
|
},
|
|
10360
10473
|
set: function (v) {
|
|
10361
|
-
this.i.
|
|
10362
|
-
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10474
|
+
this.i.eb = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10475
|
+
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.eb));
|
|
10363
10476
|
},
|
|
10364
10477
|
enumerable: false,
|
|
10365
10478
|
configurable: true
|
|
@@ -10369,11 +10482,11 @@
|
|
|
10369
10482
|
* Gets or sets the fill color to use when the icon is hovered.
|
|
10370
10483
|
*/
|
|
10371
10484
|
get: function () {
|
|
10372
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10485
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d3);
|
|
10373
10486
|
},
|
|
10374
10487
|
set: function (v) {
|
|
10375
|
-
this.i.
|
|
10376
|
-
this._a("hoverFill", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10488
|
+
this.i.d3 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10489
|
+
this._a("hoverFill", igniteuiWebcomponentsCore.brushToString(this.i.d3));
|
|
10377
10490
|
},
|
|
10378
10491
|
enumerable: false,
|
|
10379
10492
|
configurable: true
|
|
@@ -10383,11 +10496,11 @@
|
|
|
10383
10496
|
* Gets or sets the stroke color to use when the icon is hovered.
|
|
10384
10497
|
*/
|
|
10385
10498
|
get: function () {
|
|
10386
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10499
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d4);
|
|
10387
10500
|
},
|
|
10388
10501
|
set: function (v) {
|
|
10389
|
-
this.i.
|
|
10390
|
-
this._a("hoverStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10502
|
+
this.i.d4 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10503
|
+
this._a("hoverStroke", igniteuiWebcomponentsCore.brushToString(this.i.d4));
|
|
10391
10504
|
},
|
|
10392
10505
|
enumerable: false,
|
|
10393
10506
|
configurable: true
|
|
@@ -10397,11 +10510,11 @@
|
|
|
10397
10510
|
* Gets or sets the stroke thickness to use when the icon is hovered.
|
|
10398
10511
|
*/
|
|
10399
10512
|
get: function () {
|
|
10400
|
-
return this.i.
|
|
10513
|
+
return this.i.a2;
|
|
10401
10514
|
},
|
|
10402
10515
|
set: function (v) {
|
|
10403
|
-
this.i.
|
|
10404
|
-
this._a("hoverStrokeThickness", this.i.
|
|
10516
|
+
this.i.a2 = +v;
|
|
10517
|
+
this._a("hoverStrokeThickness", this.i.a2);
|
|
10405
10518
|
},
|
|
10406
10519
|
enumerable: false,
|
|
10407
10520
|
configurable: true
|
|
@@ -10411,11 +10524,11 @@
|
|
|
10411
10524
|
* Gets or sets the text color to use when the icon is hovered.
|
|
10412
10525
|
*/
|
|
10413
10526
|
get: function () {
|
|
10414
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10527
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d5);
|
|
10415
10528
|
},
|
|
10416
10529
|
set: function (v) {
|
|
10417
|
-
this.i.
|
|
10418
|
-
this._a("hoverTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10530
|
+
this.i.d5 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10531
|
+
this._a("hoverTextColor", igniteuiWebcomponentsCore.brushToString(this.i.d5));
|
|
10419
10532
|
},
|
|
10420
10533
|
enumerable: false,
|
|
10421
10534
|
configurable: true
|
|
@@ -10463,11 +10576,11 @@
|
|
|
10463
10576
|
* class.
|
|
10464
10577
|
*/
|
|
10465
10578
|
get: function () {
|
|
10466
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10579
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d6);
|
|
10467
10580
|
},
|
|
10468
10581
|
set: function (v) {
|
|
10469
|
-
this.i.
|
|
10470
|
-
this._a("primaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10582
|
+
this.i.d6 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10583
|
+
this._a("primaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.d6));
|
|
10471
10584
|
},
|
|
10472
10585
|
enumerable: false,
|
|
10473
10586
|
configurable: true
|
|
@@ -10481,11 +10594,11 @@
|
|
|
10481
10594
|
* class.
|
|
10482
10595
|
*/
|
|
10483
10596
|
get: function () {
|
|
10484
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10597
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d7);
|
|
10485
10598
|
},
|
|
10486
10599
|
set: function (v) {
|
|
10487
|
-
this.i.
|
|
10488
|
-
this._a("primaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10600
|
+
this.i.d7 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10601
|
+
this._a("primaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.d7));
|
|
10489
10602
|
},
|
|
10490
10603
|
enumerable: false,
|
|
10491
10604
|
configurable: true
|
|
@@ -10499,11 +10612,11 @@
|
|
|
10499
10612
|
* class.
|
|
10500
10613
|
*/
|
|
10501
10614
|
get: function () {
|
|
10502
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10615
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d8);
|
|
10503
10616
|
},
|
|
10504
10617
|
set: function (v) {
|
|
10505
|
-
this.i.
|
|
10506
|
-
this._a("secondaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10618
|
+
this.i.d8 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10619
|
+
this._a("secondaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.d8));
|
|
10507
10620
|
},
|
|
10508
10621
|
enumerable: false,
|
|
10509
10622
|
configurable: true
|
|
@@ -10517,11 +10630,11 @@
|
|
|
10517
10630
|
* class.
|
|
10518
10631
|
*/
|
|
10519
10632
|
get: function () {
|
|
10520
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10633
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.d9);
|
|
10521
10634
|
},
|
|
10522
10635
|
set: function (v) {
|
|
10523
|
-
this.i.
|
|
10524
|
-
this._a("secondaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10636
|
+
this.i.d9 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10637
|
+
this._a("secondaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.d9));
|
|
10525
10638
|
},
|
|
10526
10639
|
enumerable: false,
|
|
10527
10640
|
configurable: true
|
|
@@ -10531,10 +10644,10 @@
|
|
|
10531
10644
|
* Gets or sets the image source for the icon. Used if none of the other icon types are not used.
|
|
10532
10645
|
*/
|
|
10533
10646
|
get: function () {
|
|
10534
|
-
return this.i.
|
|
10647
|
+
return this.i.bh;
|
|
10535
10648
|
},
|
|
10536
10649
|
set: function (v) {
|
|
10537
|
-
this.i.
|
|
10650
|
+
this.i.bh = v;
|
|
10538
10651
|
},
|
|
10539
10652
|
enumerable: false,
|
|
10540
10653
|
configurable: true
|
|
@@ -10544,10 +10657,10 @@
|
|
|
10544
10657
|
* Gets or sets data url for the icon to use.
|
|
10545
10658
|
*/
|
|
10546
10659
|
get: function () {
|
|
10547
|
-
return this.i.
|
|
10660
|
+
return this.i.b0;
|
|
10548
10661
|
},
|
|
10549
10662
|
set: function (v) {
|
|
10550
|
-
this.i.
|
|
10663
|
+
this.i.b0 = v;
|
|
10551
10664
|
},
|
|
10552
10665
|
enumerable: false,
|
|
10553
10666
|
configurable: true
|
|
@@ -10619,10 +10732,10 @@
|
|
|
10619
10732
|
* Gets or sets the id to use for the checkbox.
|
|
10620
10733
|
*/
|
|
10621
10734
|
get: function () {
|
|
10622
|
-
return this.i.
|
|
10735
|
+
return this.i.ca;
|
|
10623
10736
|
},
|
|
10624
10737
|
set: function (v) {
|
|
10625
|
-
this.i.
|
|
10738
|
+
this.i.ca = v;
|
|
10626
10739
|
},
|
|
10627
10740
|
enumerable: false,
|
|
10628
10741
|
configurable: true
|
|
@@ -10632,11 +10745,11 @@
|
|
|
10632
10745
|
* Gets or sets TabIndex to use for the checkbox.
|
|
10633
10746
|
*/
|
|
10634
10747
|
get: function () {
|
|
10635
|
-
return this.i.
|
|
10748
|
+
return this.i.bb;
|
|
10636
10749
|
},
|
|
10637
10750
|
set: function (v) {
|
|
10638
|
-
this.i.
|
|
10639
|
-
this._a("tabIndex", this.i.
|
|
10751
|
+
this.i.bb = +v;
|
|
10752
|
+
this._a("tabIndex", this.i.bb);
|
|
10640
10753
|
},
|
|
10641
10754
|
enumerable: false,
|
|
10642
10755
|
configurable: true
|
|
@@ -10646,10 +10759,10 @@
|
|
|
10646
10759
|
* Gets or sets the value of the aria-label attribute.
|
|
10647
10760
|
*/
|
|
10648
10761
|
get: function () {
|
|
10649
|
-
return this.i.
|
|
10762
|
+
return this.i.bv;
|
|
10650
10763
|
},
|
|
10651
10764
|
set: function (v) {
|
|
10652
|
-
this.i.
|
|
10765
|
+
this.i.bv = v;
|
|
10653
10766
|
},
|
|
10654
10767
|
enumerable: false,
|
|
10655
10768
|
configurable: true
|
|
@@ -10684,11 +10797,25 @@
|
|
|
10684
10797
|
});
|
|
10685
10798
|
Object.defineProperty(IgcXIconComponent.prototype, "opacity", {
|
|
10686
10799
|
get: function () {
|
|
10687
|
-
return this.i.
|
|
10800
|
+
return this.i.a3;
|
|
10688
10801
|
},
|
|
10689
10802
|
set: function (v) {
|
|
10690
|
-
this.i.
|
|
10691
|
-
this._a("opacity", this.i.
|
|
10803
|
+
this.i.a3 = +v;
|
|
10804
|
+
this._a("opacity", this.i.a3);
|
|
10805
|
+
},
|
|
10806
|
+
enumerable: false,
|
|
10807
|
+
configurable: true
|
|
10808
|
+
});
|
|
10809
|
+
Object.defineProperty(IgcXIconComponent.prototype, "actualViewBoxLeft", {
|
|
10810
|
+
/**
|
|
10811
|
+
* Gets the actual viewbox left for the svg icon.
|
|
10812
|
+
*/
|
|
10813
|
+
get: function () {
|
|
10814
|
+
return this.i.as;
|
|
10815
|
+
},
|
|
10816
|
+
set: function (v) {
|
|
10817
|
+
this.i.as = +v;
|
|
10818
|
+
this._a("actualViewBoxLeft", this.i.as);
|
|
10692
10819
|
},
|
|
10693
10820
|
enumerable: false,
|
|
10694
10821
|
configurable: true
|
|
@@ -10698,11 +10825,25 @@
|
|
|
10698
10825
|
* Gets or sets the viewbox left for the svg icon.
|
|
10699
10826
|
*/
|
|
10700
10827
|
get: function () {
|
|
10701
|
-
return this.i.
|
|
10828
|
+
return this.i.a6;
|
|
10702
10829
|
},
|
|
10703
10830
|
set: function (v) {
|
|
10704
|
-
this.i.
|
|
10705
|
-
this._a("viewBoxLeft", this.i.
|
|
10831
|
+
this.i.a6 = +v;
|
|
10832
|
+
this._a("viewBoxLeft", this.i.a6);
|
|
10833
|
+
},
|
|
10834
|
+
enumerable: false,
|
|
10835
|
+
configurable: true
|
|
10836
|
+
});
|
|
10837
|
+
Object.defineProperty(IgcXIconComponent.prototype, "actualViewBoxTop", {
|
|
10838
|
+
/**
|
|
10839
|
+
* Gets the actual viewbox top for the svg icon.
|
|
10840
|
+
*/
|
|
10841
|
+
get: function () {
|
|
10842
|
+
return this.i.at;
|
|
10843
|
+
},
|
|
10844
|
+
set: function (v) {
|
|
10845
|
+
this.i.at = +v;
|
|
10846
|
+
this._a("actualViewBoxTop", this.i.at);
|
|
10706
10847
|
},
|
|
10707
10848
|
enumerable: false,
|
|
10708
10849
|
configurable: true
|
|
@@ -10712,11 +10853,25 @@
|
|
|
10712
10853
|
* Gets or sets the viewbox top for the svg icon.
|
|
10713
10854
|
*/
|
|
10714
10855
|
get: function () {
|
|
10715
|
-
return this.i.
|
|
10856
|
+
return this.i.a7;
|
|
10716
10857
|
},
|
|
10717
10858
|
set: function (v) {
|
|
10718
|
-
this.i.
|
|
10719
|
-
this._a("viewBoxTop", this.i.
|
|
10859
|
+
this.i.a7 = +v;
|
|
10860
|
+
this._a("viewBoxTop", this.i.a7);
|
|
10861
|
+
},
|
|
10862
|
+
enumerable: false,
|
|
10863
|
+
configurable: true
|
|
10864
|
+
});
|
|
10865
|
+
Object.defineProperty(IgcXIconComponent.prototype, "actualViewBoxWidth", {
|
|
10866
|
+
/**
|
|
10867
|
+
* Gets the actual viewbox width for the svg icon.
|
|
10868
|
+
*/
|
|
10869
|
+
get: function () {
|
|
10870
|
+
return this.i.au;
|
|
10871
|
+
},
|
|
10872
|
+
set: function (v) {
|
|
10873
|
+
this.i.au = +v;
|
|
10874
|
+
this._a("actualViewBoxWidth", this.i.au);
|
|
10720
10875
|
},
|
|
10721
10876
|
enumerable: false,
|
|
10722
10877
|
configurable: true
|
|
@@ -10726,11 +10881,25 @@
|
|
|
10726
10881
|
* Gets or sets the viewbox width for the svg icon.
|
|
10727
10882
|
*/
|
|
10728
10883
|
get: function () {
|
|
10729
|
-
return this.i.
|
|
10884
|
+
return this.i.a8;
|
|
10730
10885
|
},
|
|
10731
10886
|
set: function (v) {
|
|
10732
|
-
this.i.
|
|
10733
|
-
this._a("viewBoxWidth", this.i.
|
|
10887
|
+
this.i.a8 = +v;
|
|
10888
|
+
this._a("viewBoxWidth", this.i.a8);
|
|
10889
|
+
},
|
|
10890
|
+
enumerable: false,
|
|
10891
|
+
configurable: true
|
|
10892
|
+
});
|
|
10893
|
+
Object.defineProperty(IgcXIconComponent.prototype, "actualViewBoxHeight", {
|
|
10894
|
+
/**
|
|
10895
|
+
* Gets the actual viewbox height for the svg icon.
|
|
10896
|
+
*/
|
|
10897
|
+
get: function () {
|
|
10898
|
+
return this.i.ar;
|
|
10899
|
+
},
|
|
10900
|
+
set: function (v) {
|
|
10901
|
+
this.i.ar = +v;
|
|
10902
|
+
this._a("actualViewBoxHeight", this.i.ar);
|
|
10734
10903
|
},
|
|
10735
10904
|
enumerable: false,
|
|
10736
10905
|
configurable: true
|
|
@@ -10740,11 +10909,11 @@
|
|
|
10740
10909
|
* Gets or sets the viewbox height for the svg icon.
|
|
10741
10910
|
*/
|
|
10742
10911
|
get: function () {
|
|
10743
|
-
return this.i.
|
|
10912
|
+
return this.i.a5;
|
|
10744
10913
|
},
|
|
10745
10914
|
set: function (v) {
|
|
10746
|
-
this.i.
|
|
10747
|
-
this._a("viewBoxHeight", this.i.
|
|
10915
|
+
this.i.a5 = +v;
|
|
10916
|
+
this._a("viewBoxHeight", this.i.a5);
|
|
10748
10917
|
},
|
|
10749
10918
|
enumerable: false,
|
|
10750
10919
|
configurable: true
|
|
@@ -10754,11 +10923,11 @@
|
|
|
10754
10923
|
* Gets or sets the width of the icon.
|
|
10755
10924
|
*/
|
|
10756
10925
|
get: function () {
|
|
10757
|
-
return this.i.
|
|
10926
|
+
return this.i.a9;
|
|
10758
10927
|
},
|
|
10759
10928
|
set: function (v) {
|
|
10760
|
-
this.i.
|
|
10761
|
-
this._a("width", this.i.
|
|
10929
|
+
this.i.a9 = +v;
|
|
10930
|
+
this._a("width", this.i.a9);
|
|
10762
10931
|
},
|
|
10763
10932
|
enumerable: false,
|
|
10764
10933
|
configurable: true
|
|
@@ -10768,11 +10937,11 @@
|
|
|
10768
10937
|
* Gets or sets the height of the icon.
|
|
10769
10938
|
*/
|
|
10770
10939
|
get: function () {
|
|
10771
|
-
return this.i.
|
|
10940
|
+
return this.i.a1;
|
|
10772
10941
|
},
|
|
10773
10942
|
set: function (v) {
|
|
10774
|
-
this.i.
|
|
10775
|
-
this._a("height", this.i.
|
|
10943
|
+
this.i.a1 = +v;
|
|
10944
|
+
this._a("height", this.i.a1);
|
|
10776
10945
|
},
|
|
10777
10946
|
enumerable: false,
|
|
10778
10947
|
configurable: true
|
|
@@ -10853,7 +11022,7 @@
|
|
|
10853
11022
|
|
|
10854
11023
|
*/
|
|
10855
11024
|
IgcXIconComponent.prototype.exportVisualModel = function () {
|
|
10856
|
-
var iv = this.i.
|
|
11025
|
+
var iv = this.i.bg();
|
|
10857
11026
|
return (iv);
|
|
10858
11027
|
};
|
|
10859
11028
|
/**
|
|
@@ -10861,7 +11030,7 @@
|
|
|
10861
11030
|
|
|
10862
11031
|
*/
|
|
10863
11032
|
IgcXIconComponent.prototype.exportSerializedVisualModel = function () {
|
|
10864
|
-
var iv = this.i.
|
|
11033
|
+
var iv = this.i.b2();
|
|
10865
11034
|
return (iv);
|
|
10866
11035
|
};
|
|
10867
11036
|
IgcXIconComponent._observedAttributesIgcXIconComponent = null;
|
|
@@ -29950,7 +30119,7 @@
|
|
|
29950
30119
|
return this.u.fill;
|
|
29951
30120
|
case 102:
|
|
29952
30121
|
this.ao(a);
|
|
29953
|
-
return this.u.
|
|
30122
|
+
return this.u.ea;
|
|
29954
30123
|
case 2: return d.cq;
|
|
29955
30124
|
case 1:
|
|
29956
30125
|
switch (c.t) {
|
|
@@ -30014,7 +30183,7 @@
|
|
|
30014
30183
|
break;
|
|
30015
30184
|
case 102:
|
|
30016
30185
|
this.ao(a);
|
|
30017
|
-
this.u.
|
|
30186
|
+
this.u.ea = c;
|
|
30018
30187
|
break;
|
|
30019
30188
|
case 2:
|
|
30020
30189
|
e.cq = c == null ? null : c.toString();
|
|
@@ -31784,7 +31953,7 @@
|
|
|
31784
31953
|
this.v = i;
|
|
31785
31954
|
var j = this.u.get2DCanvasContext(this.v);
|
|
31786
31955
|
this.l = new igniteuiWebcomponentsCore.RenderingContext(new igniteuiWebcomponentsCore.CanvasViewRenderer(), j);
|
|
31787
|
-
this.l.
|
|
31956
|
+
this.l.ae(this.j);
|
|
31788
31957
|
this.ab();
|
|
31789
31958
|
this.a = new igniteuiWebcomponentsCore.CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
|
|
31790
31959
|
this.a.bl = this.g.e0;
|
|
@@ -31859,7 +32028,7 @@
|
|
|
31859
32028
|
this.i = c;
|
|
31860
32029
|
this.j = this.i;
|
|
31861
32030
|
this.s = igniteuiWebcomponentsCore.FontUtil.getCurrentFontHeight(this.u, this.j);
|
|
31862
|
-
this.l.
|
|
32031
|
+
this.l.ae(this.i);
|
|
31863
32032
|
this.g.trackDirty();
|
|
31864
32033
|
}
|
|
31865
32034
|
};
|
|
@@ -37216,15 +37385,15 @@
|
|
|
37216
37385
|
case 16: return this.v;
|
|
37217
37386
|
case 15: return this.u;
|
|
37218
37387
|
case 18: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, c.m);
|
|
37219
|
-
case 44: return c.
|
|
37220
|
-
case 45: return c.
|
|
37221
|
-
case 46: return c.
|
|
37222
|
-
case 47: return c.
|
|
37223
|
-
case 48: return c.
|
|
37224
|
-
case 49: return c.
|
|
37388
|
+
case 44: return c.a6;
|
|
37389
|
+
case 45: return c.a7;
|
|
37390
|
+
case 46: return c.a8;
|
|
37391
|
+
case 47: return c.a5;
|
|
37392
|
+
case 48: return c.a9;
|
|
37393
|
+
case 49: return c.a1;
|
|
37225
37394
|
case 63: return c.e;
|
|
37226
37395
|
case 64: return c.f;
|
|
37227
|
-
case 65: return c.
|
|
37396
|
+
case 65: return c.a4;
|
|
37228
37397
|
}
|
|
37229
37398
|
return _super.prototype.getValue.call(this, a, b);
|
|
37230
37399
|
};
|
|
@@ -37245,22 +37414,22 @@
|
|
|
37245
37414
|
}
|
|
37246
37415
|
break;
|
|
37247
37416
|
case 44:
|
|
37248
|
-
d.
|
|
37417
|
+
d.a6 = c;
|
|
37249
37418
|
break;
|
|
37250
37419
|
case 45:
|
|
37251
|
-
d.
|
|
37420
|
+
d.a7 = c;
|
|
37252
37421
|
break;
|
|
37253
37422
|
case 46:
|
|
37254
|
-
d.
|
|
37423
|
+
d.a8 = c;
|
|
37255
37424
|
break;
|
|
37256
37425
|
case 47:
|
|
37257
|
-
d.
|
|
37426
|
+
d.a5 = c;
|
|
37258
37427
|
break;
|
|
37259
37428
|
case 48:
|
|
37260
|
-
d.
|
|
37429
|
+
d.a9 = c;
|
|
37261
37430
|
break;
|
|
37262
37431
|
case 49:
|
|
37263
|
-
d.
|
|
37432
|
+
d.a1 = c;
|
|
37264
37433
|
break;
|
|
37265
37434
|
case 63:
|
|
37266
37435
|
d.e = c;
|
|
@@ -37269,7 +37438,7 @@
|
|
|
37269
37438
|
d.f = c;
|
|
37270
37439
|
break;
|
|
37271
37440
|
case 65:
|
|
37272
|
-
d.
|
|
37441
|
+
d.a4 = c;
|
|
37273
37442
|
break;
|
|
37274
37443
|
}
|
|
37275
37444
|
};
|
|
@@ -37283,8 +37452,8 @@
|
|
|
37283
37452
|
a.svg = null;
|
|
37284
37453
|
a.svgPath = null;
|
|
37285
37454
|
a.b = null;
|
|
37286
|
-
a.
|
|
37287
|
-
a.
|
|
37455
|
+
a.b0 = null;
|
|
37456
|
+
a.bh = null;
|
|
37288
37457
|
var b = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
37289
37458
|
if (b != null) {
|
|
37290
37459
|
if (igniteuiWebcomponentsCore.stringStartsWith(igniteuiWebcomponentsCore.trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -37302,16 +37471,16 @@
|
|
|
37302
37471
|
}
|
|
37303
37472
|
var d = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
37304
37473
|
if (d != null) {
|
|
37305
|
-
a.
|
|
37474
|
+
a.b0 = d;
|
|
37306
37475
|
return;
|
|
37307
37476
|
}
|
|
37308
37477
|
var e = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getIconSource(this.u, this.v);
|
|
37309
37478
|
if (e != null) {
|
|
37310
|
-
a.
|
|
37479
|
+
a.bh = e;
|
|
37311
37480
|
}
|
|
37312
37481
|
};
|
|
37313
37482
|
XIconBridge.prototype.exportVisualData = function (a) {
|
|
37314
|
-
return a.
|
|
37483
|
+
return a.bg();
|
|
37315
37484
|
};
|
|
37316
37485
|
XIconBridge.$t = igniteuiWebcomponentsCore.markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
37317
37486
|
return XIconBridge;
|
|
@@ -37599,7 +37768,7 @@
|
|
|
37599
37768
|
}
|
|
37600
37769
|
};
|
|
37601
37770
|
XPopupBridge.prototype.exportVisualData = function (a) {
|
|
37602
|
-
return a.
|
|
37771
|
+
return a.bg();
|
|
37603
37772
|
};
|
|
37604
37773
|
XPopupBridge.prototype.addChild = function (a, b) {
|
|
37605
37774
|
this.ae.add(b);
|