igniteui-webcomponents-inputs 5.0.2 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-inputs.umd.js +317 -271
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/IconView_combined.js +264 -239
- package/esm2015/lib/XIconBridge.js +6 -2
- package/esm2015/lib/XPopupBridge.js +1 -1
- package/esm2015/lib/igc-x-icon-component.js +53 -44
- package/esm5/lib/IconView_combined.js +253 -224
- package/esm5/lib/XIconBridge.js +6 -2
- package/esm5/lib/XPopupBridge.js +1 -1
- package/esm5/lib/igc-x-icon-component.js +57 -44
- package/fesm2015/igniteui-webcomponents-inputs.js +325 -287
- package/fesm5/igniteui-webcomponents-inputs.js +318 -272
- package/lib/IconView_combined.d.ts +68 -64
- package/lib/igc-x-icon-component.d.ts +5 -0
- package/package.json +2 -2
|
@@ -8592,14 +8592,14 @@
|
|
|
8592
8592
|
d.setStyleProperty("width", "100%");
|
|
8593
8593
|
d.setStyleProperty("object-fit", "contain");
|
|
8594
8594
|
this.x = d;
|
|
8595
|
-
this.
|
|
8595
|
+
this.ax();
|
|
8596
8596
|
this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
|
|
8597
8597
|
this.y.append(this.w);
|
|
8598
8598
|
this.v.append(this.y);
|
|
8599
8599
|
this.o.add(c.listen("click", igniteuiWebcomponentsCore.runOn(this, this.ah)));
|
|
8600
|
-
this.d.
|
|
8600
|
+
this.d.cf();
|
|
8601
8601
|
};
|
|
8602
|
-
IconView.prototype.
|
|
8602
|
+
IconView.prototype.au = function (a) {
|
|
8603
8603
|
this.n.clear();
|
|
8604
8604
|
this.v.rootWrapper.removeChildren();
|
|
8605
8605
|
this.v.rootWrapper.append(this.y);
|
|
@@ -8614,7 +8614,7 @@
|
|
|
8614
8614
|
this.p.add(b);
|
|
8615
8615
|
}
|
|
8616
8616
|
};
|
|
8617
|
-
IconView.prototype.
|
|
8617
|
+
IconView.prototype.av = function (a) {
|
|
8618
8618
|
this.n.clear();
|
|
8619
8619
|
this.v.rootWrapper.removeChildren();
|
|
8620
8620
|
this.v.rootWrapper.append(this.y);
|
|
@@ -8631,7 +8631,7 @@
|
|
|
8631
8631
|
}
|
|
8632
8632
|
}
|
|
8633
8633
|
};
|
|
8634
|
-
IconView.prototype.
|
|
8634
|
+
IconView.prototype.at = function (a) {
|
|
8635
8635
|
this.v.rootWrapper.removeChildren();
|
|
8636
8636
|
if (a != null) {
|
|
8637
8637
|
var b = this.v.rootWrapper.getNativeElement();
|
|
@@ -8646,6 +8646,11 @@
|
|
|
8646
8646
|
this.x.setAttribute("src", a);
|
|
8647
8647
|
}
|
|
8648
8648
|
};
|
|
8649
|
+
IconView.prototype.as = function (a) {
|
|
8650
|
+
if (typeof a === 'string') {
|
|
8651
|
+
this.ap(igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.String_$type, a));
|
|
8652
|
+
}
|
|
8653
|
+
};
|
|
8649
8654
|
IconView.prototype.k = function () {
|
|
8650
8655
|
return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
|
|
8651
8656
|
};
|
|
@@ -8653,7 +8658,7 @@
|
|
|
8653
8658
|
this.v.rootWrapper.setStyleProperty("width", igniteuiWebcomponentsCore.isNaN_(this.d.aq) ? "1.5rem" : this.d.aq + "px");
|
|
8654
8659
|
this.v.rootWrapper.setStyleProperty("height", igniteuiWebcomponentsCore.isNaN_(this.d.ai) ? "1.5rem" : this.d.ai + "px");
|
|
8655
8660
|
};
|
|
8656
|
-
IconView.prototype.
|
|
8661
|
+
IconView.prototype.ax = function () {
|
|
8657
8662
|
var a = igniteuiWebcomponentsCore.isNaN_(this.d.an) ? 0 : this.d.an;
|
|
8658
8663
|
var b = igniteuiWebcomponentsCore.isNaN_(this.d.ao) ? 0 : this.d.ao;
|
|
8659
8664
|
var c = igniteuiWebcomponentsCore.isNaN_(this.d.ap) ? 24 : this.d.ap;
|
|
@@ -8715,10 +8720,10 @@
|
|
|
8715
8720
|
}
|
|
8716
8721
|
};
|
|
8717
8722
|
IconView.prototype.ad = function (a) {
|
|
8718
|
-
this.d.
|
|
8723
|
+
this.d.cc();
|
|
8719
8724
|
};
|
|
8720
8725
|
IconView.prototype.ae = function (a) {
|
|
8721
|
-
this.d.
|
|
8726
|
+
this.d.cd();
|
|
8722
8727
|
};
|
|
8723
8728
|
IconView.prototype.ag = function () {
|
|
8724
8729
|
this.j = true;
|
|
@@ -8749,7 +8754,7 @@
|
|
|
8749
8754
|
}
|
|
8750
8755
|
this.o.clear();
|
|
8751
8756
|
};
|
|
8752
|
-
IconView.prototype.
|
|
8757
|
+
IconView.prototype.aw = function (a) {
|
|
8753
8758
|
if (a != null) {
|
|
8754
8759
|
this.v.rootWrapper.setStyleProperty("font", a.fontString);
|
|
8755
8760
|
}
|
|
@@ -8764,7 +8769,7 @@
|
|
|
8764
8769
|
return c;
|
|
8765
8770
|
};
|
|
8766
8771
|
IconView.prototype.ah = function (a) {
|
|
8767
|
-
this.d.
|
|
8772
|
+
this.d.ca();
|
|
8768
8773
|
};
|
|
8769
8774
|
IconView.prototype.a = function () {
|
|
8770
8775
|
var a = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.PrimitiveVisualData.$, 0);
|
|
@@ -8872,33 +8877,34 @@
|
|
|
8872
8877
|
var _this = _super.call(this) || this;
|
|
8873
8878
|
_this._view = null;
|
|
8874
8879
|
_this.j = 0;
|
|
8875
|
-
_this.
|
|
8876
|
-
_this.
|
|
8877
|
-
_this.
|
|
8880
|
+
_this.cm = XIcon.c2;
|
|
8881
|
+
_this.cn = XIcon.c6;
|
|
8882
|
+
_this.co = XIcon.c7;
|
|
8878
8883
|
_this.v = XIcon.ah;
|
|
8879
|
-
_this.
|
|
8880
|
-
_this.
|
|
8884
|
+
_this.cp = XIcon.c2;
|
|
8885
|
+
_this.cx = XIcon.c6;
|
|
8881
8886
|
_this.z = XIcon.ah;
|
|
8882
|
-
_this.
|
|
8883
|
-
_this.
|
|
8884
|
-
_this.
|
|
8887
|
+
_this.cy = XIcon.c7;
|
|
8888
|
+
_this.cq = XIcon.c3;
|
|
8889
|
+
_this.cr = XIcon.c4;
|
|
8885
8890
|
_this.x = XIcon.ag;
|
|
8886
|
-
_this.
|
|
8891
|
+
_this.cs = null;
|
|
8887
8892
|
_this.c = null;
|
|
8888
8893
|
_this.d = null;
|
|
8889
|
-
_this.cq = null;
|
|
8890
|
-
_this.cr = null;
|
|
8891
|
-
_this.cs = null;
|
|
8892
8894
|
_this.ct = null;
|
|
8893
|
-
_this.
|
|
8894
|
-
_this.
|
|
8895
|
+
_this.cu = null;
|
|
8896
|
+
_this.cv = null;
|
|
8897
|
+
_this.cw = null;
|
|
8898
|
+
_this.au = null;
|
|
8895
8899
|
_this.ay = null;
|
|
8900
|
+
_this.a1 = null;
|
|
8901
|
+
_this.a0 = null;
|
|
8896
8902
|
_this.a = null;
|
|
8897
8903
|
_this.l = null;
|
|
8898
|
-
_this.
|
|
8904
|
+
_this.az = "ig-icon-" + XIcon.at++;
|
|
8899
8905
|
_this.ar = 0;
|
|
8900
8906
|
_this.n = false;
|
|
8901
|
-
_this.
|
|
8907
|
+
_this.ax = null;
|
|
8902
8908
|
_this.p = false;
|
|
8903
8909
|
_this.o = false;
|
|
8904
8910
|
_this.y = 1;
|
|
@@ -8929,13 +8935,13 @@
|
|
|
8929
8935
|
XIcon.prototype.destroy = function () {
|
|
8930
8936
|
this.provideContainer(null);
|
|
8931
8937
|
};
|
|
8932
|
-
XIcon.prototype.
|
|
8938
|
+
XIcon.prototype.ce = function (a, b, c) {
|
|
8933
8939
|
if (this.propertyChanged != null) {
|
|
8934
8940
|
this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
|
|
8935
8941
|
}
|
|
8936
|
-
this.
|
|
8942
|
+
this.ch(a, b, c);
|
|
8937
8943
|
};
|
|
8938
|
-
XIcon.prototype.
|
|
8944
|
+
XIcon.prototype.ch = function (a, b, c) {
|
|
8939
8945
|
switch (a) {
|
|
8940
8946
|
case "Fill":
|
|
8941
8947
|
case "Stroke":
|
|
@@ -8944,44 +8950,50 @@
|
|
|
8944
8950
|
case "HoverStroke":
|
|
8945
8951
|
case "HoverStrokeThickness":
|
|
8946
8952
|
case "IsHover":
|
|
8947
|
-
this.
|
|
8953
|
+
this.cl();
|
|
8948
8954
|
break;
|
|
8949
8955
|
case "FillColors":
|
|
8950
8956
|
case "StrokeColors":
|
|
8951
8957
|
case "ActualFill":
|
|
8952
8958
|
case "ActualStroke":
|
|
8953
8959
|
case "ActualStrokeWidth":
|
|
8954
|
-
this.
|
|
8960
|
+
this.cj();
|
|
8955
8961
|
break;
|
|
8956
8962
|
case "SVG":
|
|
8957
|
-
this.
|
|
8963
|
+
this.a1 = null;
|
|
8958
8964
|
this.a = null;
|
|
8959
|
-
this.
|
|
8965
|
+
this.cj();
|
|
8960
8966
|
break;
|
|
8961
8967
|
case "SVGPath":
|
|
8962
|
-
this.
|
|
8968
|
+
this.a0 = null;
|
|
8963
8969
|
this.a = null;
|
|
8964
|
-
this.
|
|
8970
|
+
this.cj();
|
|
8965
8971
|
break;
|
|
8966
8972
|
case "SVGPaths":
|
|
8967
|
-
this.
|
|
8968
|
-
this.
|
|
8969
|
-
this.
|
|
8973
|
+
this.a0 = null;
|
|
8974
|
+
this.a1 = null;
|
|
8975
|
+
this.cj();
|
|
8970
8976
|
break;
|
|
8971
8977
|
case "DataURL":
|
|
8972
|
-
this.
|
|
8973
|
-
this.
|
|
8978
|
+
this.a0 = null;
|
|
8979
|
+
this.a1 = null;
|
|
8974
8980
|
this.a = null;
|
|
8975
|
-
this.
|
|
8981
|
+
this.cj();
|
|
8982
|
+
break;
|
|
8983
|
+
case "Source":
|
|
8984
|
+
this.a0 = null;
|
|
8985
|
+
this.a1 = null;
|
|
8986
|
+
this.a = null;
|
|
8987
|
+
this.cj();
|
|
8976
8988
|
break;
|
|
8977
8989
|
case "Opacity":
|
|
8978
|
-
this.
|
|
8990
|
+
this.ck();
|
|
8979
8991
|
break;
|
|
8980
8992
|
case "ViewBoxLeft":
|
|
8981
8993
|
case "ViewBoxTop":
|
|
8982
8994
|
case "ViewBoxWidth":
|
|
8983
8995
|
case "ViewBoxHeight":
|
|
8984
|
-
this.view.
|
|
8996
|
+
this.view.ax();
|
|
8985
8997
|
break;
|
|
8986
8998
|
case "Width":
|
|
8987
8999
|
case "Height":
|
|
@@ -8989,22 +9001,22 @@
|
|
|
8989
9001
|
break;
|
|
8990
9002
|
}
|
|
8991
9003
|
};
|
|
8992
|
-
XIcon.prototype.
|
|
8993
|
-
var a = this.fill != null ? this.fill : XIcon.
|
|
8994
|
-
var b = this.
|
|
9004
|
+
XIcon.prototype.cl = function () {
|
|
9005
|
+
var a = this.fill != null ? this.fill : XIcon.c2;
|
|
9006
|
+
var b = this.df != null ? this.df : XIcon.c6;
|
|
8995
9007
|
var c = !igniteuiWebcomponentsCore.isNaN_(this.al) ? this.al : XIcon.ah;
|
|
8996
|
-
var d = this.
|
|
9008
|
+
var d = this.dg != null ? this.dg : XIcon.c7;
|
|
8997
9009
|
if (this.t) {
|
|
8998
|
-
this.
|
|
8999
|
-
this.
|
|
9010
|
+
this.cz = this.c8 != null ? this.c8 : a;
|
|
9011
|
+
this.c0 = this.c9 != null ? this.c9 : b;
|
|
9000
9012
|
this.af = !igniteuiWebcomponentsCore.isNaN_(this.aj) ? this.aj : c;
|
|
9001
|
-
this.
|
|
9013
|
+
this.c1 = this.da != null ? this.da : d;
|
|
9002
9014
|
}
|
|
9003
9015
|
else {
|
|
9004
|
-
this.
|
|
9005
|
-
this.
|
|
9016
|
+
this.cz = a;
|
|
9017
|
+
this.c0 = b;
|
|
9006
9018
|
this.af = c;
|
|
9007
|
-
this.
|
|
9019
|
+
this.c1 = d;
|
|
9008
9020
|
}
|
|
9009
9021
|
};
|
|
9010
9022
|
Object.defineProperty(XIcon.prototype, "r", {
|
|
@@ -9014,49 +9026,49 @@
|
|
|
9014
9026
|
enumerable: false,
|
|
9015
9027
|
configurable: true
|
|
9016
9028
|
});
|
|
9017
|
-
XIcon.prototype.
|
|
9029
|
+
XIcon.prototype.ck = function () {
|
|
9018
9030
|
igniteuiWebcomponentsCore.NativeUI.y(this.view.z, this.ak);
|
|
9019
9031
|
};
|
|
9020
|
-
XIcon.prototype.
|
|
9032
|
+
XIcon.prototype.cj = function () {
|
|
9021
9033
|
var a = this.view.z;
|
|
9022
9034
|
if (this.r) {
|
|
9023
9035
|
var b = this.view.aa;
|
|
9024
|
-
igniteuiWebcomponentsCore.NativeUI.r(b, this.
|
|
9025
|
-
igniteuiWebcomponentsCore.NativeUI.aa(b, this.
|
|
9036
|
+
igniteuiWebcomponentsCore.NativeUI.r(b, this.cz);
|
|
9037
|
+
igniteuiWebcomponentsCore.NativeUI.aa(b, this.c0);
|
|
9026
9038
|
igniteuiWebcomponentsCore.NativeUI.ad(b, this.af);
|
|
9027
9039
|
}
|
|
9028
9040
|
else {
|
|
9029
9041
|
var c = false;
|
|
9030
9042
|
if (this.svgPath != null) {
|
|
9031
9043
|
if (igniteuiWebcomponentsCore.stringStartsWith(igniteuiWebcomponentsCore.trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
9032
|
-
this.view.
|
|
9044
|
+
this.view.at(this.svgPath);
|
|
9033
9045
|
c = true;
|
|
9034
9046
|
}
|
|
9035
9047
|
else {
|
|
9036
|
-
this.view.
|
|
9048
|
+
this.view.au(this.svgPath);
|
|
9037
9049
|
}
|
|
9038
9050
|
}
|
|
9039
9051
|
else if (this.b != null) {
|
|
9040
|
-
this.view.
|
|
9052
|
+
this.view.av(this.b);
|
|
9041
9053
|
var d = this.view.c;
|
|
9042
9054
|
if (d != null && d.length > 0) {
|
|
9043
9055
|
var e = igniteuiWebcomponentsCore.NativeUI.r;
|
|
9044
9056
|
var f = igniteuiWebcomponentsCore.NativeUI.aa;
|
|
9045
|
-
this.
|
|
9057
|
+
this.cg();
|
|
9046
9058
|
e = igniteuiWebcomponentsCore.runOn(this.view, this.view.an);
|
|
9047
9059
|
f = igniteuiWebcomponentsCore.runOn(this.view, this.view.ao);
|
|
9048
9060
|
for (var g = 0; g < d.length; g++) {
|
|
9049
|
-
if (this.
|
|
9050
|
-
e(d[g], this.
|
|
9061
|
+
if (this.cz != null) {
|
|
9062
|
+
e(d[g], this.cz);
|
|
9051
9063
|
}
|
|
9052
|
-
if (this.
|
|
9053
|
-
f(d[g], this.
|
|
9064
|
+
if (this.c0 != null) {
|
|
9065
|
+
f(d[g], this.c0);
|
|
9054
9066
|
}
|
|
9055
9067
|
if (!igniteuiWebcomponentsCore.isNaN_(this.af)) {
|
|
9056
9068
|
igniteuiWebcomponentsCore.NativeUI.ad(d[g], this.af);
|
|
9057
9069
|
}
|
|
9058
|
-
if (this.
|
|
9059
|
-
igniteuiWebcomponentsCore.NativeUI.q(d[g], this.
|
|
9070
|
+
if (this.c1 != null) {
|
|
9071
|
+
igniteuiWebcomponentsCore.NativeUI.q(d[g], this.c1);
|
|
9060
9072
|
}
|
|
9061
9073
|
if (this.e != null && this.e.count == d.length) {
|
|
9062
9074
|
e(d[g], this.e.item(g));
|
|
@@ -9067,33 +9079,36 @@
|
|
|
9067
9079
|
}
|
|
9068
9080
|
}
|
|
9069
9081
|
if (this.m != null) {
|
|
9070
|
-
this.view.
|
|
9082
|
+
this.view.aw(this.m);
|
|
9071
9083
|
}
|
|
9072
9084
|
return;
|
|
9073
9085
|
}
|
|
9074
9086
|
else if (this.svg != null) {
|
|
9075
|
-
this.view.
|
|
9087
|
+
this.view.at(this.svg);
|
|
9076
9088
|
c = true;
|
|
9077
9089
|
}
|
|
9078
|
-
else if (this.
|
|
9079
|
-
this.view.ap(this.
|
|
9090
|
+
else if (this.a9 != null) {
|
|
9091
|
+
this.view.ap(this.a9);
|
|
9092
|
+
}
|
|
9093
|
+
else if (this.aw != null) {
|
|
9094
|
+
this.view.as(this.aw);
|
|
9080
9095
|
}
|
|
9081
9096
|
if (c) {
|
|
9082
9097
|
for (var h = 0; h < this.view.r.count; h++) {
|
|
9083
9098
|
var i = this.view.r._inner[h].c;
|
|
9084
|
-
igniteuiWebcomponentsCore.NativeUI.r(this.view.r._inner[h].d, i.l.f(this.
|
|
9099
|
+
igniteuiWebcomponentsCore.NativeUI.r(this.view.r._inner[h].d, i.l.f(this.db));
|
|
9085
9100
|
}
|
|
9086
9101
|
for (var j = 0; j < this.view.s.count; j++) {
|
|
9087
9102
|
var k = this.view.s._inner[j].c;
|
|
9088
|
-
igniteuiWebcomponentsCore.NativeUI.aa(this.view.s._inner[j].d, k.m.f(this.
|
|
9103
|
+
igniteuiWebcomponentsCore.NativeUI.aa(this.view.s._inner[j].d, k.m.f(this.dc));
|
|
9089
9104
|
}
|
|
9090
9105
|
for (var l = 0; l < this.view.t.count; l++) {
|
|
9091
9106
|
var m = this.view.t._inner[l].c;
|
|
9092
|
-
igniteuiWebcomponentsCore.NativeUI.r(this.view.t._inner[l].d, m.l.f(this.
|
|
9107
|
+
igniteuiWebcomponentsCore.NativeUI.r(this.view.t._inner[l].d, m.l.f(this.dd));
|
|
9093
9108
|
}
|
|
9094
9109
|
for (var n = 0; n < this.view.u.count; n++) {
|
|
9095
9110
|
var o = this.view.u._inner[n].c;
|
|
9096
|
-
igniteuiWebcomponentsCore.NativeUI.aa(this.view.u._inner[n].d, o.m.f(this.
|
|
9111
|
+
igniteuiWebcomponentsCore.NativeUI.aa(this.view.u._inner[n].d, o.m.f(this.de));
|
|
9097
9112
|
}
|
|
9098
9113
|
for (var p = 0; p < this.view.e.o.count; p++) {
|
|
9099
9114
|
var q = this.view.e.o._inner[p];
|
|
@@ -9119,35 +9134,35 @@
|
|
|
9119
9134
|
}
|
|
9120
9135
|
for (var ab = 0; ab < this.view.q.count; ab++) {
|
|
9121
9136
|
var ac = this.view.q._inner[ab].c;
|
|
9122
|
-
igniteuiWebcomponentsCore.NativeUI.r(this.view.q._inner[ab].d, ac.l.f(this.
|
|
9123
|
-
igniteuiWebcomponentsCore.NativeUI.aa(this.view.q._inner[ab].d, ac.m.f(this.
|
|
9137
|
+
igniteuiWebcomponentsCore.NativeUI.r(this.view.q._inner[ab].d, ac.l.f(this.cz));
|
|
9138
|
+
igniteuiWebcomponentsCore.NativeUI.aa(this.view.q._inner[ab].d, ac.m.f(this.c0));
|
|
9124
9139
|
}
|
|
9125
9140
|
}
|
|
9126
9141
|
var ad = this.view.z;
|
|
9127
|
-
if (this.
|
|
9128
|
-
igniteuiWebcomponentsCore.NativeUI.r(ad, this.
|
|
9142
|
+
if (this.cz != null) {
|
|
9143
|
+
igniteuiWebcomponentsCore.NativeUI.r(ad, this.cz);
|
|
9129
9144
|
}
|
|
9130
|
-
if (this.
|
|
9131
|
-
igniteuiWebcomponentsCore.NativeUI.aa(ad, this.
|
|
9145
|
+
if (this.c0 != null) {
|
|
9146
|
+
igniteuiWebcomponentsCore.NativeUI.aa(ad, this.c0);
|
|
9132
9147
|
}
|
|
9133
9148
|
if (!igniteuiWebcomponentsCore.isNaN_(this.af)) {
|
|
9134
9149
|
igniteuiWebcomponentsCore.NativeUI.ad(ad, this.af);
|
|
9135
9150
|
}
|
|
9136
9151
|
}
|
|
9137
9152
|
if (this.m != null) {
|
|
9138
|
-
this.view.
|
|
9153
|
+
this.view.aw(this.m);
|
|
9139
9154
|
}
|
|
9140
|
-
if (this.
|
|
9141
|
-
igniteuiWebcomponentsCore.NativeUI.q(this.view.z, this.
|
|
9155
|
+
if (this.c1 != null) {
|
|
9156
|
+
igniteuiWebcomponentsCore.NativeUI.q(this.view.z, this.c1);
|
|
9142
9157
|
}
|
|
9143
9158
|
};
|
|
9144
|
-
XIcon.prototype.
|
|
9159
|
+
XIcon.prototype.cg = function () {
|
|
9145
9160
|
var e_3, _a, e_4, _b;
|
|
9146
|
-
if (this.
|
|
9147
|
-
this.view.am(this.
|
|
9161
|
+
if (this.cz != null) {
|
|
9162
|
+
this.view.am(this.cz, "fill");
|
|
9148
9163
|
}
|
|
9149
|
-
if (this.
|
|
9150
|
-
this.view.am(this.
|
|
9164
|
+
if (this.c0 != null) {
|
|
9165
|
+
this.view.am(this.c0, "stroke");
|
|
9151
9166
|
}
|
|
9152
9167
|
if (this.e != null) {
|
|
9153
9168
|
try {
|
|
@@ -9200,49 +9215,49 @@
|
|
|
9200
9215
|
var b = this.j;
|
|
9201
9216
|
this.j = a;
|
|
9202
9217
|
if (b != this.j) {
|
|
9203
|
-
this.
|
|
9218
|
+
this.ce("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, a));
|
|
9204
9219
|
}
|
|
9205
9220
|
},
|
|
9206
9221
|
enumerable: false,
|
|
9207
9222
|
configurable: true
|
|
9208
9223
|
});
|
|
9209
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9224
|
+
Object.defineProperty(XIcon.prototype, "cz", {
|
|
9210
9225
|
get: function () {
|
|
9211
|
-
return this.
|
|
9226
|
+
return this.cm;
|
|
9212
9227
|
},
|
|
9213
9228
|
set: function (a) {
|
|
9214
|
-
var b = this.
|
|
9215
|
-
this.
|
|
9216
|
-
if (b != this.
|
|
9217
|
-
this.
|
|
9229
|
+
var b = this.cm;
|
|
9230
|
+
this.cm = a;
|
|
9231
|
+
if (b != this.cm) {
|
|
9232
|
+
this.ce("ActualFill", b, a);
|
|
9218
9233
|
}
|
|
9219
9234
|
},
|
|
9220
9235
|
enumerable: false,
|
|
9221
9236
|
configurable: true
|
|
9222
9237
|
});
|
|
9223
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9238
|
+
Object.defineProperty(XIcon.prototype, "c0", {
|
|
9224
9239
|
get: function () {
|
|
9225
|
-
return this.
|
|
9240
|
+
return this.cn;
|
|
9226
9241
|
},
|
|
9227
9242
|
set: function (a) {
|
|
9228
|
-
var b = this.
|
|
9229
|
-
this.
|
|
9230
|
-
if (b != this.
|
|
9231
|
-
this.
|
|
9243
|
+
var b = this.cn;
|
|
9244
|
+
this.cn = a;
|
|
9245
|
+
if (b != this.cn) {
|
|
9246
|
+
this.ce("ActualStroke", b, a);
|
|
9232
9247
|
}
|
|
9233
9248
|
},
|
|
9234
9249
|
enumerable: false,
|
|
9235
9250
|
configurable: true
|
|
9236
9251
|
});
|
|
9237
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9252
|
+
Object.defineProperty(XIcon.prototype, "c1", {
|
|
9238
9253
|
get: function () {
|
|
9239
|
-
return this.
|
|
9254
|
+
return this.co;
|
|
9240
9255
|
},
|
|
9241
9256
|
set: function (a) {
|
|
9242
|
-
var b = this.
|
|
9243
|
-
this.
|
|
9244
|
-
if (b != this.
|
|
9245
|
-
this.
|
|
9257
|
+
var b = this.co;
|
|
9258
|
+
this.co = a;
|
|
9259
|
+
if (b != this.co) {
|
|
9260
|
+
this.ce("ActualTextColor", b, a);
|
|
9246
9261
|
}
|
|
9247
9262
|
},
|
|
9248
9263
|
enumerable: false,
|
|
@@ -9256,7 +9271,7 @@
|
|
|
9256
9271
|
var b = this.v;
|
|
9257
9272
|
this.v = a;
|
|
9258
9273
|
if (b != this.v) {
|
|
9259
|
-
this.
|
|
9274
|
+
this.ce("ActualStrokeWidth", b, a);
|
|
9260
9275
|
}
|
|
9261
9276
|
},
|
|
9262
9277
|
enumerable: false,
|
|
@@ -9264,27 +9279,27 @@
|
|
|
9264
9279
|
});
|
|
9265
9280
|
Object.defineProperty(XIcon.prototype, "fill", {
|
|
9266
9281
|
get: function () {
|
|
9267
|
-
return this.
|
|
9282
|
+
return this.cp;
|
|
9268
9283
|
},
|
|
9269
9284
|
set: function (a) {
|
|
9270
|
-
var b = this.
|
|
9271
|
-
this.
|
|
9272
|
-
if (b != this.
|
|
9273
|
-
this.
|
|
9285
|
+
var b = this.cp;
|
|
9286
|
+
this.cp = a;
|
|
9287
|
+
if (b != this.cp) {
|
|
9288
|
+
this.ce("Fill", b, a);
|
|
9274
9289
|
}
|
|
9275
9290
|
},
|
|
9276
9291
|
enumerable: false,
|
|
9277
9292
|
configurable: true
|
|
9278
9293
|
});
|
|
9279
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9294
|
+
Object.defineProperty(XIcon.prototype, "df", {
|
|
9280
9295
|
get: function () {
|
|
9281
|
-
return this.
|
|
9296
|
+
return this.cx;
|
|
9282
9297
|
},
|
|
9283
9298
|
set: function (a) {
|
|
9284
|
-
var b = this.
|
|
9285
|
-
this.
|
|
9286
|
-
if (b != this.
|
|
9287
|
-
this.
|
|
9299
|
+
var b = this.cx;
|
|
9300
|
+
this.cx = a;
|
|
9301
|
+
if (b != this.cx) {
|
|
9302
|
+
this.ce("Stroke", b, a);
|
|
9288
9303
|
}
|
|
9289
9304
|
},
|
|
9290
9305
|
enumerable: false,
|
|
@@ -9298,49 +9313,49 @@
|
|
|
9298
9313
|
var b = this.z;
|
|
9299
9314
|
this.z = a;
|
|
9300
9315
|
if (b != this.z) {
|
|
9301
|
-
this.
|
|
9316
|
+
this.ce("StrokeWidth", b, a);
|
|
9302
9317
|
}
|
|
9303
9318
|
},
|
|
9304
9319
|
enumerable: false,
|
|
9305
9320
|
configurable: true
|
|
9306
9321
|
});
|
|
9307
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9322
|
+
Object.defineProperty(XIcon.prototype, "dg", {
|
|
9308
9323
|
get: function () {
|
|
9309
|
-
return this.
|
|
9324
|
+
return this.cy;
|
|
9310
9325
|
},
|
|
9311
9326
|
set: function (a) {
|
|
9312
|
-
var b = this.
|
|
9313
|
-
this.
|
|
9314
|
-
if (b != this.
|
|
9315
|
-
this.
|
|
9327
|
+
var b = this.cy;
|
|
9328
|
+
this.cy = a;
|
|
9329
|
+
if (b != this.cy) {
|
|
9330
|
+
this.ce("TextColor", b, a);
|
|
9316
9331
|
}
|
|
9317
9332
|
},
|
|
9318
9333
|
enumerable: false,
|
|
9319
9334
|
configurable: true
|
|
9320
9335
|
});
|
|
9321
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9336
|
+
Object.defineProperty(XIcon.prototype, "c8", {
|
|
9322
9337
|
get: function () {
|
|
9323
|
-
return this.
|
|
9338
|
+
return this.cq;
|
|
9324
9339
|
},
|
|
9325
9340
|
set: function (a) {
|
|
9326
|
-
var b = this.
|
|
9327
|
-
this.
|
|
9328
|
-
if (b != this.
|
|
9329
|
-
this.
|
|
9341
|
+
var b = this.cq;
|
|
9342
|
+
this.cq = a;
|
|
9343
|
+
if (b != this.cq) {
|
|
9344
|
+
this.ce("HoverFill", b, a);
|
|
9330
9345
|
}
|
|
9331
9346
|
},
|
|
9332
9347
|
enumerable: false,
|
|
9333
9348
|
configurable: true
|
|
9334
9349
|
});
|
|
9335
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9350
|
+
Object.defineProperty(XIcon.prototype, "c9", {
|
|
9336
9351
|
get: function () {
|
|
9337
|
-
return this.
|
|
9352
|
+
return this.cr;
|
|
9338
9353
|
},
|
|
9339
9354
|
set: function (a) {
|
|
9340
|
-
var b = this.
|
|
9341
|
-
this.
|
|
9342
|
-
if (b != this.
|
|
9343
|
-
this.
|
|
9355
|
+
var b = this.cr;
|
|
9356
|
+
this.cr = a;
|
|
9357
|
+
if (b != this.cr) {
|
|
9358
|
+
this.ce("HoverStroke", b, a);
|
|
9344
9359
|
}
|
|
9345
9360
|
},
|
|
9346
9361
|
enumerable: false,
|
|
@@ -9354,21 +9369,21 @@
|
|
|
9354
9369
|
var b = this.x;
|
|
9355
9370
|
this.x = a;
|
|
9356
9371
|
if (b != this.x) {
|
|
9357
|
-
this.
|
|
9372
|
+
this.ce("HoverStrokeThickness", b, a);
|
|
9358
9373
|
}
|
|
9359
9374
|
},
|
|
9360
9375
|
enumerable: false,
|
|
9361
9376
|
configurable: true
|
|
9362
9377
|
});
|
|
9363
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9378
|
+
Object.defineProperty(XIcon.prototype, "da", {
|
|
9364
9379
|
get: function () {
|
|
9365
|
-
return this.
|
|
9380
|
+
return this.cs;
|
|
9366
9381
|
},
|
|
9367
9382
|
set: function (a) {
|
|
9368
|
-
var b = this.
|
|
9369
|
-
this.
|
|
9370
|
-
if (b != this.
|
|
9371
|
-
this.
|
|
9383
|
+
var b = this.cs;
|
|
9384
|
+
this.cs = a;
|
|
9385
|
+
if (b != this.cs) {
|
|
9386
|
+
this.ce("HoverTextColor", b, a);
|
|
9372
9387
|
}
|
|
9373
9388
|
},
|
|
9374
9389
|
enumerable: false,
|
|
@@ -9382,7 +9397,7 @@
|
|
|
9382
9397
|
var b = this.c;
|
|
9383
9398
|
this.c = a;
|
|
9384
9399
|
if (b != this.c) {
|
|
9385
|
-
this.
|
|
9400
|
+
this.ce("FillColors", b, this.c);
|
|
9386
9401
|
}
|
|
9387
9402
|
},
|
|
9388
9403
|
enumerable: false,
|
|
@@ -9396,77 +9411,91 @@
|
|
|
9396
9411
|
var b = this.d;
|
|
9397
9412
|
this.d = a;
|
|
9398
9413
|
if (b != this.d) {
|
|
9399
|
-
this.
|
|
9414
|
+
this.ce("StrokeColors", b, this.d);
|
|
9400
9415
|
}
|
|
9401
9416
|
},
|
|
9402
9417
|
enumerable: false,
|
|
9403
9418
|
configurable: true
|
|
9404
9419
|
});
|
|
9405
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9420
|
+
Object.defineProperty(XIcon.prototype, "db", {
|
|
9406
9421
|
get: function () {
|
|
9407
|
-
return this.
|
|
9422
|
+
return this.ct;
|
|
9408
9423
|
},
|
|
9409
9424
|
set: function (a) {
|
|
9410
|
-
var b = this.
|
|
9411
|
-
this.
|
|
9412
|
-
if (b != this.
|
|
9413
|
-
this.
|
|
9425
|
+
var b = this.ct;
|
|
9426
|
+
this.ct = a;
|
|
9427
|
+
if (b != this.ct) {
|
|
9428
|
+
this.ce("PrimaryFillColor", b, this.ct);
|
|
9414
9429
|
}
|
|
9415
9430
|
},
|
|
9416
9431
|
enumerable: false,
|
|
9417
9432
|
configurable: true
|
|
9418
9433
|
});
|
|
9419
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9434
|
+
Object.defineProperty(XIcon.prototype, "dc", {
|
|
9420
9435
|
get: function () {
|
|
9421
|
-
return this.
|
|
9436
|
+
return this.cu;
|
|
9422
9437
|
},
|
|
9423
9438
|
set: function (a) {
|
|
9424
|
-
var b = this.
|
|
9425
|
-
this.
|
|
9426
|
-
if (b != this.
|
|
9427
|
-
this.
|
|
9439
|
+
var b = this.cu;
|
|
9440
|
+
this.cu = a;
|
|
9441
|
+
if (b != this.cu) {
|
|
9442
|
+
this.ce("PrimaryStrokeColor", b, this.cu);
|
|
9428
9443
|
}
|
|
9429
9444
|
},
|
|
9430
9445
|
enumerable: false,
|
|
9431
9446
|
configurable: true
|
|
9432
9447
|
});
|
|
9433
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9448
|
+
Object.defineProperty(XIcon.prototype, "dd", {
|
|
9434
9449
|
get: function () {
|
|
9435
|
-
return this.
|
|
9450
|
+
return this.cv;
|
|
9436
9451
|
},
|
|
9437
9452
|
set: function (a) {
|
|
9438
|
-
var b = this.
|
|
9439
|
-
this.
|
|
9440
|
-
if (b != this.
|
|
9441
|
-
this.
|
|
9453
|
+
var b = this.cv;
|
|
9454
|
+
this.cv = a;
|
|
9455
|
+
if (b != this.cv) {
|
|
9456
|
+
this.ce("SecondaryFillColor", b, this.cv);
|
|
9442
9457
|
}
|
|
9443
9458
|
},
|
|
9444
9459
|
enumerable: false,
|
|
9445
9460
|
configurable: true
|
|
9446
9461
|
});
|
|
9447
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9462
|
+
Object.defineProperty(XIcon.prototype, "de", {
|
|
9448
9463
|
get: function () {
|
|
9449
|
-
return this.
|
|
9464
|
+
return this.cw;
|
|
9450
9465
|
},
|
|
9451
9466
|
set: function (a) {
|
|
9452
|
-
var b = this.
|
|
9453
|
-
this.
|
|
9454
|
-
if (b != this.
|
|
9455
|
-
this.
|
|
9467
|
+
var b = this.cw;
|
|
9468
|
+
this.cw = a;
|
|
9469
|
+
if (b != this.cw) {
|
|
9470
|
+
this.ce("SecondaryStrokeColor", b, this.cw);
|
|
9456
9471
|
}
|
|
9457
9472
|
},
|
|
9458
9473
|
enumerable: false,
|
|
9459
9474
|
configurable: true
|
|
9460
9475
|
});
|
|
9461
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9476
|
+
Object.defineProperty(XIcon.prototype, "aw", {
|
|
9462
9477
|
get: function () {
|
|
9463
|
-
return this.
|
|
9478
|
+
return this.au;
|
|
9464
9479
|
},
|
|
9465
9480
|
set: function (a) {
|
|
9466
|
-
var b = this.
|
|
9467
|
-
this.
|
|
9468
|
-
if (b != this.
|
|
9469
|
-
this.
|
|
9481
|
+
var b = this.au;
|
|
9482
|
+
this.au = a;
|
|
9483
|
+
if (b != this.au) {
|
|
9484
|
+
this.ce("Source", b, a);
|
|
9485
|
+
}
|
|
9486
|
+
},
|
|
9487
|
+
enumerable: false,
|
|
9488
|
+
configurable: true
|
|
9489
|
+
});
|
|
9490
|
+
Object.defineProperty(XIcon.prototype, "a9", {
|
|
9491
|
+
get: function () {
|
|
9492
|
+
return this.ay;
|
|
9493
|
+
},
|
|
9494
|
+
set: function (a) {
|
|
9495
|
+
var b = this.ay;
|
|
9496
|
+
this.ay = a;
|
|
9497
|
+
if (b != this.ay) {
|
|
9498
|
+
this.ce("DataURL", b, a);
|
|
9470
9499
|
}
|
|
9471
9500
|
},
|
|
9472
9501
|
enumerable: false,
|
|
@@ -9474,13 +9503,13 @@
|
|
|
9474
9503
|
});
|
|
9475
9504
|
Object.defineProperty(XIcon.prototype, "svgPath", {
|
|
9476
9505
|
get: function () {
|
|
9477
|
-
return this.
|
|
9506
|
+
return this.a1;
|
|
9478
9507
|
},
|
|
9479
9508
|
set: function (a) {
|
|
9480
|
-
var b = this.
|
|
9481
|
-
this.
|
|
9482
|
-
if (b != this.
|
|
9483
|
-
this.
|
|
9509
|
+
var b = this.a1;
|
|
9510
|
+
this.a1 = a;
|
|
9511
|
+
if (b != this.a1) {
|
|
9512
|
+
this.ce("SVGPath", b, a);
|
|
9484
9513
|
}
|
|
9485
9514
|
},
|
|
9486
9515
|
enumerable: false,
|
|
@@ -9488,13 +9517,13 @@
|
|
|
9488
9517
|
});
|
|
9489
9518
|
Object.defineProperty(XIcon.prototype, "svg", {
|
|
9490
9519
|
get: function () {
|
|
9491
|
-
return this.
|
|
9520
|
+
return this.a0;
|
|
9492
9521
|
},
|
|
9493
9522
|
set: function (a) {
|
|
9494
|
-
var b = this.
|
|
9495
|
-
this.
|
|
9496
|
-
if (b != this.
|
|
9497
|
-
this.
|
|
9523
|
+
var b = this.a0;
|
|
9524
|
+
this.a0 = a;
|
|
9525
|
+
if (b != this.a0) {
|
|
9526
|
+
this.ce("SVG", b, this.a0);
|
|
9498
9527
|
}
|
|
9499
9528
|
},
|
|
9500
9529
|
enumerable: false,
|
|
@@ -9508,16 +9537,16 @@
|
|
|
9508
9537
|
var b = this.a;
|
|
9509
9538
|
this.a = a;
|
|
9510
9539
|
if (b != this.a) {
|
|
9511
|
-
this.
|
|
9540
|
+
this.ce("SVGPaths", b, this.a);
|
|
9512
9541
|
}
|
|
9513
9542
|
},
|
|
9514
9543
|
enumerable: false,
|
|
9515
9544
|
configurable: true
|
|
9516
9545
|
});
|
|
9517
|
-
XIcon.prototype.
|
|
9546
|
+
XIcon.prototype.cc = function () {
|
|
9518
9547
|
this.t = true;
|
|
9519
9548
|
};
|
|
9520
|
-
XIcon.prototype.
|
|
9549
|
+
XIcon.prototype.cd = function () {
|
|
9521
9550
|
this.t = false;
|
|
9522
9551
|
};
|
|
9523
9552
|
Object.defineProperty(XIcon.prototype, "m", {
|
|
@@ -9528,21 +9557,21 @@
|
|
|
9528
9557
|
var b = this.l;
|
|
9529
9558
|
this.l = a;
|
|
9530
9559
|
if (b != this.l) {
|
|
9531
|
-
this.
|
|
9560
|
+
this.ce("TextStyle", b, a);
|
|
9532
9561
|
}
|
|
9533
9562
|
},
|
|
9534
9563
|
enumerable: false,
|
|
9535
9564
|
configurable: true
|
|
9536
9565
|
});
|
|
9537
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9566
|
+
Object.defineProperty(XIcon.prototype, "bj", {
|
|
9538
9567
|
get: function () {
|
|
9539
|
-
return this.
|
|
9568
|
+
return this.az;
|
|
9540
9569
|
},
|
|
9541
9570
|
set: function (a) {
|
|
9542
|
-
var b = this.
|
|
9543
|
-
this.
|
|
9544
|
-
if (b != this.
|
|
9545
|
-
this.
|
|
9571
|
+
var b = this.az;
|
|
9572
|
+
this.az = a;
|
|
9573
|
+
if (b != this.az) {
|
|
9574
|
+
this.ce("Id", b, a);
|
|
9546
9575
|
}
|
|
9547
9576
|
},
|
|
9548
9577
|
enumerable: false,
|
|
@@ -9564,21 +9593,21 @@
|
|
|
9564
9593
|
this.ar = a;
|
|
9565
9594
|
this.n = true;
|
|
9566
9595
|
if (b != this.ar) {
|
|
9567
|
-
this.
|
|
9596
|
+
this.ce("TabIndex", b, a);
|
|
9568
9597
|
}
|
|
9569
9598
|
},
|
|
9570
9599
|
enumerable: false,
|
|
9571
9600
|
configurable: true
|
|
9572
9601
|
});
|
|
9573
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9602
|
+
Object.defineProperty(XIcon.prototype, "a6", {
|
|
9574
9603
|
get: function () {
|
|
9575
|
-
return this.
|
|
9604
|
+
return this.ax;
|
|
9576
9605
|
},
|
|
9577
9606
|
set: function (a) {
|
|
9578
|
-
var b = this.
|
|
9579
|
-
this.
|
|
9580
|
-
if (b != this.
|
|
9581
|
-
this.
|
|
9607
|
+
var b = this.ax;
|
|
9608
|
+
this.ax = a;
|
|
9609
|
+
if (b != this.ax) {
|
|
9610
|
+
this.ce("AriaLabel", b, a);
|
|
9582
9611
|
}
|
|
9583
9612
|
},
|
|
9584
9613
|
enumerable: false,
|
|
@@ -9592,7 +9621,7 @@
|
|
|
9592
9621
|
var b = this.p;
|
|
9593
9622
|
this.p = a;
|
|
9594
9623
|
if (b != this.p) {
|
|
9595
|
-
this.
|
|
9624
|
+
this.ce("IsHover", b, a);
|
|
9596
9625
|
}
|
|
9597
9626
|
},
|
|
9598
9627
|
enumerable: false,
|
|
@@ -9606,7 +9635,7 @@
|
|
|
9606
9635
|
var b = this.o;
|
|
9607
9636
|
this.o = a;
|
|
9608
9637
|
if (b != this.o) {
|
|
9609
|
-
this.
|
|
9638
|
+
this.ce("IsDisabled", b, a);
|
|
9610
9639
|
}
|
|
9611
9640
|
},
|
|
9612
9641
|
enumerable: false,
|
|
@@ -9620,7 +9649,7 @@
|
|
|
9620
9649
|
var b = this.y;
|
|
9621
9650
|
this.y = a;
|
|
9622
9651
|
if (b != this.y) {
|
|
9623
|
-
this.
|
|
9652
|
+
this.ce("Opacity", b, this.y);
|
|
9624
9653
|
}
|
|
9625
9654
|
},
|
|
9626
9655
|
enumerable: false,
|
|
@@ -9634,7 +9663,7 @@
|
|
|
9634
9663
|
var b = this.ab;
|
|
9635
9664
|
this.ab = a;
|
|
9636
9665
|
if (b != this.ab) {
|
|
9637
|
-
this.
|
|
9666
|
+
this.ce("ViewBoxLeft", b, this.ab);
|
|
9638
9667
|
}
|
|
9639
9668
|
},
|
|
9640
9669
|
enumerable: false,
|
|
@@ -9648,7 +9677,7 @@
|
|
|
9648
9677
|
var b = this.ac;
|
|
9649
9678
|
this.ac = a;
|
|
9650
9679
|
if (b != this.ac) {
|
|
9651
|
-
this.
|
|
9680
|
+
this.ce("ViewBoxTop", b, this.ac);
|
|
9652
9681
|
}
|
|
9653
9682
|
},
|
|
9654
9683
|
enumerable: false,
|
|
@@ -9662,7 +9691,7 @@
|
|
|
9662
9691
|
var b = this.ad;
|
|
9663
9692
|
this.ad = a;
|
|
9664
9693
|
if (b != this.ad) {
|
|
9665
|
-
this.
|
|
9694
|
+
this.ce("ViewBoxWidth", b, this.ad);
|
|
9666
9695
|
}
|
|
9667
9696
|
},
|
|
9668
9697
|
enumerable: false,
|
|
@@ -9676,7 +9705,7 @@
|
|
|
9676
9705
|
var b = this.aa;
|
|
9677
9706
|
this.aa = a;
|
|
9678
9707
|
if (b != this.aa) {
|
|
9679
|
-
this.
|
|
9708
|
+
this.ce("ViewBoxHeight", b, this.aa);
|
|
9680
9709
|
}
|
|
9681
9710
|
},
|
|
9682
9711
|
enumerable: false,
|
|
@@ -9690,7 +9719,7 @@
|
|
|
9690
9719
|
var b = this.ae;
|
|
9691
9720
|
this.ae = a;
|
|
9692
9721
|
if (b != this.ae) {
|
|
9693
|
-
this.
|
|
9722
|
+
this.ce("Width", b, this.ae);
|
|
9694
9723
|
}
|
|
9695
9724
|
},
|
|
9696
9725
|
enumerable: false,
|
|
@@ -9704,13 +9733,13 @@
|
|
|
9704
9733
|
var b = this.w;
|
|
9705
9734
|
this.w = a;
|
|
9706
9735
|
if (b != this.w) {
|
|
9707
|
-
this.
|
|
9736
|
+
this.ce("Height", b, this.w);
|
|
9708
9737
|
}
|
|
9709
9738
|
},
|
|
9710
9739
|
enumerable: false,
|
|
9711
9740
|
configurable: true
|
|
9712
9741
|
});
|
|
9713
|
-
XIcon.prototype.
|
|
9742
|
+
XIcon.prototype.cf = function () {
|
|
9714
9743
|
};
|
|
9715
9744
|
XIcon.prototype.onDetachedFromUI = function () {
|
|
9716
9745
|
this.view.aj();
|
|
@@ -9718,7 +9747,7 @@
|
|
|
9718
9747
|
XIcon.prototype.onAttachedToUI = function () {
|
|
9719
9748
|
this.view.ag();
|
|
9720
9749
|
};
|
|
9721
|
-
XIcon.prototype.
|
|
9750
|
+
XIcon.prototype.ca = function () {
|
|
9722
9751
|
if (this.disabled) {
|
|
9723
9752
|
return;
|
|
9724
9753
|
}
|
|
@@ -9729,10 +9758,10 @@
|
|
|
9729
9758
|
XIcon.prototype.u = function () {
|
|
9730
9759
|
return this.view.l();
|
|
9731
9760
|
};
|
|
9732
|
-
XIcon.prototype.
|
|
9761
|
+
XIcon.prototype.av = function () {
|
|
9733
9762
|
return this.g();
|
|
9734
9763
|
};
|
|
9735
|
-
XIcon.prototype.
|
|
9764
|
+
XIcon.prototype.bb = function () {
|
|
9736
9765
|
var a = this.g();
|
|
9737
9766
|
return a.l();
|
|
9738
9767
|
};
|
|
@@ -9746,7 +9775,7 @@
|
|
|
9746
9775
|
a.a = this.view.a();
|
|
9747
9776
|
a.svg = this.svg;
|
|
9748
9777
|
a.svgPath = this.svgPath;
|
|
9749
|
-
a.k = this.
|
|
9778
|
+
a.k = this.a9;
|
|
9750
9779
|
if (this.m != null) {
|
|
9751
9780
|
var c = this.m;
|
|
9752
9781
|
if (this.view != null && c.q == null) {
|
|
@@ -9781,12 +9810,12 @@
|
|
|
9781
9810
|
this.view.ai(a);
|
|
9782
9811
|
};
|
|
9783
9812
|
XIcon.$t = igniteuiWebcomponentsCore.markType(XIcon, 'XIcon', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type, igniteuiWebcomponentsCore.IIcon_$type]);
|
|
9784
|
-
XIcon.cz = null;
|
|
9785
|
-
XIcon.c4 = null;
|
|
9786
|
-
XIcon.c3 = null;
|
|
9787
|
-
XIcon.c0 = null;
|
|
9788
|
-
XIcon.c1 = null;
|
|
9789
9813
|
XIcon.c2 = null;
|
|
9814
|
+
XIcon.c7 = null;
|
|
9815
|
+
XIcon.c6 = null;
|
|
9816
|
+
XIcon.c3 = null;
|
|
9817
|
+
XIcon.c4 = null;
|
|
9818
|
+
XIcon.c5 = null;
|
|
9790
9819
|
XIcon.ah = NaN;
|
|
9791
9820
|
XIcon.ag = NaN;
|
|
9792
9821
|
XIcon.at = 0;
|
|
@@ -10021,11 +10050,11 @@
|
|
|
10021
10050
|
* Gets the fill color currently used by the icon.
|
|
10022
10051
|
*/
|
|
10023
10052
|
get: function () {
|
|
10024
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10053
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.cz);
|
|
10025
10054
|
},
|
|
10026
10055
|
set: function (v) {
|
|
10027
|
-
this.i.
|
|
10028
|
-
this._a("actualFill", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10056
|
+
this.i.cz = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10057
|
+
this._a("actualFill", igniteuiWebcomponentsCore.brushToString(this.i.cz));
|
|
10029
10058
|
},
|
|
10030
10059
|
enumerable: false,
|
|
10031
10060
|
configurable: true
|
|
@@ -10035,11 +10064,11 @@
|
|
|
10035
10064
|
* Gets the stroke color currently used by the icon.
|
|
10036
10065
|
*/
|
|
10037
10066
|
get: function () {
|
|
10038
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10067
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c0);
|
|
10039
10068
|
},
|
|
10040
10069
|
set: function (v) {
|
|
10041
|
-
this.i.
|
|
10042
|
-
this._a("actualStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10070
|
+
this.i.c0 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10071
|
+
this._a("actualStroke", igniteuiWebcomponentsCore.brushToString(this.i.c0));
|
|
10043
10072
|
},
|
|
10044
10073
|
enumerable: false,
|
|
10045
10074
|
configurable: true
|
|
@@ -10049,11 +10078,11 @@
|
|
|
10049
10078
|
* Gets the text color currently used by the icon.
|
|
10050
10079
|
*/
|
|
10051
10080
|
get: function () {
|
|
10052
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10081
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c1);
|
|
10053
10082
|
},
|
|
10054
10083
|
set: function (v) {
|
|
10055
|
-
this.i.
|
|
10056
|
-
this._a("actualTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10084
|
+
this.i.c1 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10085
|
+
this._a("actualTextColor", igniteuiWebcomponentsCore.brushToString(this.i.c1));
|
|
10057
10086
|
},
|
|
10058
10087
|
enumerable: false,
|
|
10059
10088
|
configurable: true
|
|
@@ -10091,11 +10120,11 @@
|
|
|
10091
10120
|
* Gets or sets the stroke color to use for the icon.
|
|
10092
10121
|
*/
|
|
10093
10122
|
get: function () {
|
|
10094
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10123
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.df);
|
|
10095
10124
|
},
|
|
10096
10125
|
set: function (v) {
|
|
10097
|
-
this.i.
|
|
10098
|
-
this._a("stroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10126
|
+
this.i.df = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10127
|
+
this._a("stroke", igniteuiWebcomponentsCore.brushToString(this.i.df));
|
|
10099
10128
|
},
|
|
10100
10129
|
enumerable: false,
|
|
10101
10130
|
configurable: true
|
|
@@ -10119,11 +10148,11 @@
|
|
|
10119
10148
|
* Gets or sets the text color to use for the icon.
|
|
10120
10149
|
*/
|
|
10121
10150
|
get: function () {
|
|
10122
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10151
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dg);
|
|
10123
10152
|
},
|
|
10124
10153
|
set: function (v) {
|
|
10125
|
-
this.i.
|
|
10126
|
-
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10154
|
+
this.i.dg = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10155
|
+
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.dg));
|
|
10127
10156
|
},
|
|
10128
10157
|
enumerable: false,
|
|
10129
10158
|
configurable: true
|
|
@@ -10133,11 +10162,11 @@
|
|
|
10133
10162
|
* Gets or sets the fill color to use when the icon is hovered.
|
|
10134
10163
|
*/
|
|
10135
10164
|
get: function () {
|
|
10136
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10165
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c8);
|
|
10137
10166
|
},
|
|
10138
10167
|
set: function (v) {
|
|
10139
|
-
this.i.
|
|
10140
|
-
this._a("hoverFill", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10168
|
+
this.i.c8 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10169
|
+
this._a("hoverFill", igniteuiWebcomponentsCore.brushToString(this.i.c8));
|
|
10141
10170
|
},
|
|
10142
10171
|
enumerable: false,
|
|
10143
10172
|
configurable: true
|
|
@@ -10147,11 +10176,11 @@
|
|
|
10147
10176
|
* Gets or sets the stroke color to use when the icon is hovered.
|
|
10148
10177
|
*/
|
|
10149
10178
|
get: function () {
|
|
10150
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10179
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c9);
|
|
10151
10180
|
},
|
|
10152
10181
|
set: function (v) {
|
|
10153
|
-
this.i.
|
|
10154
|
-
this._a("hoverStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10182
|
+
this.i.c9 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10183
|
+
this._a("hoverStroke", igniteuiWebcomponentsCore.brushToString(this.i.c9));
|
|
10155
10184
|
},
|
|
10156
10185
|
enumerable: false,
|
|
10157
10186
|
configurable: true
|
|
@@ -10175,11 +10204,11 @@
|
|
|
10175
10204
|
* Gets or sets the text color to use when the icon is hovered.
|
|
10176
10205
|
*/
|
|
10177
10206
|
get: function () {
|
|
10178
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10207
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.da);
|
|
10179
10208
|
},
|
|
10180
10209
|
set: function (v) {
|
|
10181
|
-
this.i.
|
|
10182
|
-
this._a("hoverTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10210
|
+
this.i.da = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10211
|
+
this._a("hoverTextColor", igniteuiWebcomponentsCore.brushToString(this.i.da));
|
|
10183
10212
|
},
|
|
10184
10213
|
enumerable: false,
|
|
10185
10214
|
configurable: true
|
|
@@ -10227,11 +10256,11 @@
|
|
|
10227
10256
|
* class.
|
|
10228
10257
|
*/
|
|
10229
10258
|
get: function () {
|
|
10230
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10259
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.db);
|
|
10231
10260
|
},
|
|
10232
10261
|
set: function (v) {
|
|
10233
|
-
this.i.
|
|
10234
|
-
this._a("primaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10262
|
+
this.i.db = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10263
|
+
this._a("primaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.db));
|
|
10235
10264
|
},
|
|
10236
10265
|
enumerable: false,
|
|
10237
10266
|
configurable: true
|
|
@@ -10245,11 +10274,11 @@
|
|
|
10245
10274
|
* class.
|
|
10246
10275
|
*/
|
|
10247
10276
|
get: function () {
|
|
10248
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10277
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dc);
|
|
10249
10278
|
},
|
|
10250
10279
|
set: function (v) {
|
|
10251
|
-
this.i.
|
|
10252
|
-
this._a("primaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10280
|
+
this.i.dc = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10281
|
+
this._a("primaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.dc));
|
|
10253
10282
|
},
|
|
10254
10283
|
enumerable: false,
|
|
10255
10284
|
configurable: true
|
|
@@ -10263,11 +10292,11 @@
|
|
|
10263
10292
|
* class.
|
|
10264
10293
|
*/
|
|
10265
10294
|
get: function () {
|
|
10266
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10295
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dd);
|
|
10267
10296
|
},
|
|
10268
10297
|
set: function (v) {
|
|
10269
|
-
this.i.
|
|
10270
|
-
this._a("secondaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10298
|
+
this.i.dd = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10299
|
+
this._a("secondaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.dd));
|
|
10271
10300
|
},
|
|
10272
10301
|
enumerable: false,
|
|
10273
10302
|
configurable: true
|
|
@@ -10281,11 +10310,24 @@
|
|
|
10281
10310
|
* class.
|
|
10282
10311
|
*/
|
|
10283
10312
|
get: function () {
|
|
10284
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10313
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.de);
|
|
10285
10314
|
},
|
|
10286
10315
|
set: function (v) {
|
|
10287
|
-
this.i.
|
|
10288
|
-
this._a("secondaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10316
|
+
this.i.de = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10317
|
+
this._a("secondaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.de));
|
|
10318
|
+
},
|
|
10319
|
+
enumerable: false,
|
|
10320
|
+
configurable: true
|
|
10321
|
+
});
|
|
10322
|
+
Object.defineProperty(IgcXIconComponent.prototype, "source", {
|
|
10323
|
+
/**
|
|
10324
|
+
* Gets or sets the image source for the icon. Used if none of the other icon types are not used.
|
|
10325
|
+
*/
|
|
10326
|
+
get: function () {
|
|
10327
|
+
return this.i.aw;
|
|
10328
|
+
},
|
|
10329
|
+
set: function (v) {
|
|
10330
|
+
this.i.aw = v;
|
|
10289
10331
|
},
|
|
10290
10332
|
enumerable: false,
|
|
10291
10333
|
configurable: true
|
|
@@ -10295,10 +10337,10 @@
|
|
|
10295
10337
|
* Gets or sets data url for the icon to use.
|
|
10296
10338
|
*/
|
|
10297
10339
|
get: function () {
|
|
10298
|
-
return this.i.
|
|
10340
|
+
return this.i.a9;
|
|
10299
10341
|
},
|
|
10300
10342
|
set: function (v) {
|
|
10301
|
-
this.i.
|
|
10343
|
+
this.i.a9 = v;
|
|
10302
10344
|
},
|
|
10303
10345
|
enumerable: false,
|
|
10304
10346
|
configurable: true
|
|
@@ -10370,10 +10412,10 @@
|
|
|
10370
10412
|
* Gets or sets the id to use for the checkbox.
|
|
10371
10413
|
*/
|
|
10372
10414
|
get: function () {
|
|
10373
|
-
return this.i.
|
|
10415
|
+
return this.i.bj;
|
|
10374
10416
|
},
|
|
10375
10417
|
set: function (v) {
|
|
10376
|
-
this.i.
|
|
10418
|
+
this.i.bj = v;
|
|
10377
10419
|
},
|
|
10378
10420
|
enumerable: false,
|
|
10379
10421
|
configurable: true
|
|
@@ -10397,10 +10439,10 @@
|
|
|
10397
10439
|
* Gets or sets the value of the aria-label attribute.
|
|
10398
10440
|
*/
|
|
10399
10441
|
get: function () {
|
|
10400
|
-
return this.i.
|
|
10442
|
+
return this.i.a6;
|
|
10401
10443
|
},
|
|
10402
10444
|
set: function (v) {
|
|
10403
|
-
this.i.
|
|
10445
|
+
this.i.a6 = v;
|
|
10404
10446
|
},
|
|
10405
10447
|
enumerable: false,
|
|
10406
10448
|
configurable: true
|
|
@@ -10604,7 +10646,7 @@
|
|
|
10604
10646
|
|
|
10605
10647
|
*/
|
|
10606
10648
|
IgcXIconComponent.prototype.exportVisualModel = function () {
|
|
10607
|
-
var iv = this.i.
|
|
10649
|
+
var iv = this.i.av();
|
|
10608
10650
|
return (iv);
|
|
10609
10651
|
};
|
|
10610
10652
|
/**
|
|
@@ -10612,7 +10654,7 @@
|
|
|
10612
10654
|
|
|
10613
10655
|
*/
|
|
10614
10656
|
IgcXIconComponent.prototype.exportSerializedVisualModel = function () {
|
|
10615
|
-
var iv = this.i.
|
|
10657
|
+
var iv = this.i.bb();
|
|
10616
10658
|
return (iv);
|
|
10617
10659
|
};
|
|
10618
10660
|
IgcXIconComponent._observedAttributesIgcXIconComponent = null;
|
|
@@ -35962,12 +36004,16 @@
|
|
|
35962
36004
|
}
|
|
35963
36005
|
var d = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
35964
36006
|
if (d != null) {
|
|
35965
|
-
a.
|
|
36007
|
+
a.a9 = d;
|
|
35966
36008
|
return;
|
|
35967
36009
|
}
|
|
36010
|
+
var e = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getIconSource(this.u, this.v);
|
|
36011
|
+
if (e != null) {
|
|
36012
|
+
a.aw = e;
|
|
36013
|
+
}
|
|
35968
36014
|
};
|
|
35969
36015
|
XIconBridge.prototype.exportVisualData = function (a) {
|
|
35970
|
-
return a.
|
|
36016
|
+
return a.av();
|
|
35971
36017
|
};
|
|
35972
36018
|
XIconBridge.$t = igniteuiWebcomponentsCore.markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
35973
36019
|
return XIconBridge;
|
|
@@ -36227,7 +36273,7 @@
|
|
|
36227
36273
|
}
|
|
36228
36274
|
};
|
|
36229
36275
|
XPopupBridge.prototype.exportVisualData = function (a) {
|
|
36230
|
-
return a.
|
|
36276
|
+
return a.av();
|
|
36231
36277
|
};
|
|
36232
36278
|
XPopupBridge.prototype.addChild = function (a, b) {
|
|
36233
36279
|
this.ac.add(b);
|