igniteui-webcomponents-inputs 4.7.2 → 4.8.1-alpha.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 +1123 -821
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonView_combined.js +22 -22
- package/esm2015/lib/CalendarView_combined.js +14 -14
- package/esm2015/lib/CheckboxView_combined.js +73 -67
- package/esm2015/lib/DatePickerView_combined.js +14 -14
- package/esm2015/lib/IconView_combined.js +659 -472
- package/esm2015/lib/IconVisualModelExport.js +13 -11
- package/esm2015/lib/InputGroupView_combined.js +29 -29
- package/esm2015/lib/NativeUIXInputsFactory.js +1 -1
- package/esm2015/lib/XButtonBridge.js +7 -0
- package/esm2015/lib/XIconBridge.js +55 -31
- package/esm2015/lib/XIconButtonBridge.js +1 -1
- package/esm2015/lib/igc-x-icon-component.js +113 -91
- package/esm5/lib/ButtonView_combined.js +22 -22
- package/esm5/lib/CalendarView_combined.js +14 -14
- package/esm5/lib/CheckboxView_combined.js +77 -67
- package/esm5/lib/DatePickerView_combined.js +14 -14
- package/esm5/lib/IconView_combined.js +678 -446
- package/esm5/lib/IconVisualModelExport.js +13 -11
- package/esm5/lib/InputGroupView_combined.js +29 -29
- package/esm5/lib/NativeUIXInputsFactory.js +1 -1
- package/esm5/lib/XButtonBridge.js +7 -0
- package/esm5/lib/XIconBridge.js +55 -31
- package/esm5/lib/XIconButtonBridge.js +1 -1
- package/esm5/lib/igc-x-icon-component.js +121 -91
- package/fesm2015/igniteui-webcomponents-inputs.js +995 -750
- package/fesm5/igniteui-webcomponents-inputs.js +1124 -822
- package/lib/CheckboxView_combined.d.ts +17 -16
- package/lib/IconView_combined.d.ts +155 -136
- package/lib/IconVisualModelExport.d.ts +4 -3
- package/lib/XIconBridge.d.ts +3 -0
- package/lib/igc-x-icon-component.d.ts +10 -0
- package/package.json +2 -2
|
@@ -2201,7 +2201,6 @@
|
|
|
2201
2201
|
case "DisabledTextColor":
|
|
2202
2202
|
case "DisabledElevation":
|
|
2203
2203
|
case "HoverBackgroundColor":
|
|
2204
|
-
case "TextStyle":
|
|
2205
2204
|
case "FocusTextColor":
|
|
2206
2205
|
case "TextColor":
|
|
2207
2206
|
case "HoverTextColor":
|
|
@@ -2307,6 +2306,7 @@
|
|
|
2307
2306
|
this.ap = this.disabled || this.at;
|
|
2308
2307
|
this.ki();
|
|
2309
2308
|
break;
|
|
2309
|
+
case "TextStyle":
|
|
2310
2310
|
case "DisableHover":
|
|
2311
2311
|
this.kh();
|
|
2312
2312
|
break;
|
|
@@ -4997,30 +4997,30 @@
|
|
|
4997
4997
|
c.l = this.disabled;
|
|
4998
4998
|
if (this.aa != null) {
|
|
4999
4999
|
var g = this.aa;
|
|
5000
|
-
if (this.view != null && g.
|
|
5000
|
+
if (this.view != null && g.q == null) {
|
|
5001
5001
|
var h = this.view.k;
|
|
5002
5002
|
var i = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(h, g.fontString);
|
|
5003
|
-
g.p = i.p;
|
|
5004
|
-
g.e = i.e;
|
|
5005
5003
|
g.q = i.q;
|
|
5006
|
-
g.
|
|
5004
|
+
g.f = i.f;
|
|
5005
|
+
g.r = i.r;
|
|
5007
5006
|
g.t = i.t;
|
|
5008
5007
|
g.u = i.u;
|
|
5008
|
+
g.v = i.v;
|
|
5009
5009
|
}
|
|
5010
|
-
if (g.
|
|
5011
|
-
c.ac = g.
|
|
5010
|
+
if (g.q != null) {
|
|
5011
|
+
c.ac = g.q;
|
|
5012
5012
|
}
|
|
5013
|
-
if (!igniteuiWebcomponentsCore.isNaN_(g.
|
|
5014
|
-
c.r = g.
|
|
5013
|
+
if (!igniteuiWebcomponentsCore.isNaN_(g.f)) {
|
|
5014
|
+
c.r = g.f;
|
|
5015
5015
|
}
|
|
5016
|
-
if (g.
|
|
5017
|
-
c.ag = g.
|
|
5016
|
+
if (g.v != null) {
|
|
5017
|
+
c.ag = g.v;
|
|
5018
5018
|
}
|
|
5019
|
-
if (g.
|
|
5020
|
-
c.ae = g.
|
|
5019
|
+
if (g.t != null) {
|
|
5020
|
+
c.ae = g.t;
|
|
5021
5021
|
}
|
|
5022
|
-
if (g.
|
|
5023
|
-
c.ad = g.
|
|
5022
|
+
if (g.r != null) {
|
|
5023
|
+
c.ad = g.t;
|
|
5024
5024
|
}
|
|
5025
5025
|
}
|
|
5026
5026
|
return c;
|
|
@@ -5051,7 +5051,7 @@
|
|
|
5051
5051
|
$ret.addItem("HoverElevation", 4);
|
|
5052
5052
|
$ret.addItem("FocusElevation", 8);
|
|
5053
5053
|
$ret.addItem("BorderColor", igniteuiWebcomponentsCore.BrushUtil.h(138, 0, 0, 0));
|
|
5054
|
-
$ret.addItem("RippleColor", igniteuiWebcomponentsCore.BrushUtil.h(
|
|
5054
|
+
$ret.addItem("RippleColor", igniteuiWebcomponentsCore.BrushUtil.h(138, 0, 0, 0));
|
|
5055
5055
|
$ret.addItem("CornerRadius", new igniteuiWebcomponentsCore.CornerRadius(0, 4));
|
|
5056
5056
|
$ret.addItem("BorderWidth", NaN);
|
|
5057
5057
|
$ret.addItem("BackgroundColor", igniteuiWebcomponentsCore.BrushUtil.h(255, 228, 28, 119));
|
|
@@ -5072,11 +5072,11 @@
|
|
|
5072
5072
|
$ret.addItem("HoverElevation", 0);
|
|
5073
5073
|
$ret.addItem("FocusElevation", 0);
|
|
5074
5074
|
$ret.addItem("BorderColor", igniteuiWebcomponentsCore.BrushUtil.h(138, 0, 0, 0));
|
|
5075
|
-
$ret.addItem("RippleColor",
|
|
5075
|
+
$ret.addItem("RippleColor", igniteuiWebcomponentsCore.BrushUtil.h(138, 0, 0, 0));
|
|
5076
5076
|
$ret.addItem("CornerRadius", new igniteuiWebcomponentsCore.CornerRadius(0, 4));
|
|
5077
5077
|
$ret.addItem("BorderWidth", NaN);
|
|
5078
5078
|
$ret.addItem("BackgroundColor", igniteuiWebcomponentsCore.BrushUtil.h(0, 0, 0, 0));
|
|
5079
|
-
$ret.addItem("TextColor", igniteuiWebcomponentsCore.BrushUtil.h(255,
|
|
5079
|
+
$ret.addItem("TextColor", igniteuiWebcomponentsCore.BrushUtil.h(255, 228, 28, 119));
|
|
5080
5080
|
$ret.addItem("HoverTextColor", igniteuiWebcomponentsCore.BrushUtil.h(255, 228, 28, 119));
|
|
5081
5081
|
$ret.addItem("HoverBackgroundColor", igniteuiWebcomponentsCore.BrushUtil.h(13, 228, 28, 119));
|
|
5082
5082
|
$ret.addItem("FocusBackgroundColor", igniteuiWebcomponentsCore.BrushUtil.h(30, 228, 28, 119));
|
|
@@ -5092,8 +5092,8 @@
|
|
|
5092
5092
|
$ret.addItem("RestingElevation", 0);
|
|
5093
5093
|
$ret.addItem("HoverElevation", 0);
|
|
5094
5094
|
$ret.addItem("FocusElevation", 0);
|
|
5095
|
-
$ret.addItem("BorderColor", igniteuiWebcomponentsCore.BrushUtil.h(
|
|
5096
|
-
$ret.addItem("RippleColor", igniteuiWebcomponentsCore.BrushUtil.h(
|
|
5095
|
+
$ret.addItem("BorderColor", igniteuiWebcomponentsCore.BrushUtil.h(255, 228, 28, 119));
|
|
5096
|
+
$ret.addItem("RippleColor", igniteuiWebcomponentsCore.BrushUtil.h(138, 0, 0, 0));
|
|
5097
5097
|
$ret.addItem("CornerRadius", new igniteuiWebcomponentsCore.CornerRadius(0, 4));
|
|
5098
5098
|
$ret.addItem("BorderWidth", 1);
|
|
5099
5099
|
$ret.addItem("BackgroundColor", igniteuiWebcomponentsCore.BrushUtil.h(0, 0, 0, 0));
|
|
@@ -5114,7 +5114,7 @@
|
|
|
5114
5114
|
$ret.addItem("HoverElevation", 0);
|
|
5115
5115
|
$ret.addItem("FocusElevation", 0);
|
|
5116
5116
|
$ret.addItem("BorderColor", igniteuiWebcomponentsCore.BrushUtil.h(138, 0, 0, 0));
|
|
5117
|
-
$ret.addItem("RippleColor",
|
|
5117
|
+
$ret.addItem("RippleColor", igniteuiWebcomponentsCore.BrushUtil.h(138, 0, 0, 0));
|
|
5118
5118
|
$ret.addItem("CornerRadius", new igniteuiWebcomponentsCore.CornerRadius(0, 28));
|
|
5119
5119
|
$ret.addItem("BorderWidth", NaN);
|
|
5120
5120
|
$ret.addItem("BackgroundColor", igniteuiWebcomponentsCore.BrushUtil.h(0, 0, 0, 0));
|
|
@@ -5135,7 +5135,7 @@
|
|
|
5135
5135
|
$ret.addItem("HoverElevation", 12);
|
|
5136
5136
|
$ret.addItem("FocusElevation", 12);
|
|
5137
5137
|
$ret.addItem("BorderColor", igniteuiWebcomponentsCore.BrushUtil.h(138, 0, 0, 0));
|
|
5138
|
-
$ret.addItem("RippleColor", igniteuiWebcomponentsCore.BrushUtil.h(
|
|
5138
|
+
$ret.addItem("RippleColor", igniteuiWebcomponentsCore.BrushUtil.h(138, 0, 0, 0));
|
|
5139
5139
|
$ret.addItem("CornerRadius", new igniteuiWebcomponentsCore.CornerRadius(0, 28));
|
|
5140
5140
|
$ret.addItem("BorderWidth", NaN);
|
|
5141
5141
|
$ret.addItem("BackgroundColor", igniteuiWebcomponentsCore.BrushUtil.h(255, 228, 28, 119));
|
|
@@ -8399,12 +8399,13 @@
|
|
|
8399
8399
|
_this.b = null;
|
|
8400
8400
|
_this.d = 0;
|
|
8401
8401
|
_this._svgPath = null;
|
|
8402
|
-
_this.
|
|
8402
|
+
_this.j = null;
|
|
8403
8403
|
_this.o = null;
|
|
8404
8404
|
_this.p = null;
|
|
8405
|
+
_this.q = null;
|
|
8405
8406
|
_this.g = 0;
|
|
8406
|
-
_this.l = null;
|
|
8407
8407
|
_this.m = null;
|
|
8408
|
+
_this.n = null;
|
|
8408
8409
|
return _this;
|
|
8409
8410
|
}
|
|
8410
8411
|
Object.defineProperty(IconVisualModelExport.prototype, "svgPath", {
|
|
@@ -8417,7 +8418,7 @@
|
|
|
8417
8418
|
enumerable: false,
|
|
8418
8419
|
configurable: true
|
|
8419
8420
|
});
|
|
8420
|
-
IconVisualModelExport.prototype.
|
|
8421
|
+
IconVisualModelExport.prototype.k = function () {
|
|
8421
8422
|
var a = new igniteuiWebcomponentsCore.StringBuilder(0);
|
|
8422
8423
|
a.l("{");
|
|
8423
8424
|
a.l("actualFill : " + this.a.serialize() + ", ");
|
|
@@ -8429,20 +8430,21 @@
|
|
|
8429
8430
|
a.l("height : " + this.e + ", ");
|
|
8430
8431
|
a.l("width : " + this.i + ", ");
|
|
8431
8432
|
a.l("svgPath : '" + this.svgPath + "', ");
|
|
8432
|
-
|
|
8433
|
-
a.l("textStyleFontStyle : \"" + this.n + "\", ");
|
|
8434
|
-
}
|
|
8433
|
+
a.l("dataURL : '" + this.j + "', ");
|
|
8435
8434
|
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.o)) {
|
|
8436
|
-
a.l("
|
|
8435
|
+
a.l("textStyleFontStyle : \"" + this.o + "\", ");
|
|
8437
8436
|
}
|
|
8438
8437
|
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.p)) {
|
|
8439
|
-
a.l("
|
|
8438
|
+
a.l("textStyleFontVariant : \"" + this.p + "\", ");
|
|
8440
8439
|
}
|
|
8441
|
-
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.
|
|
8442
|
-
a.l("
|
|
8440
|
+
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.q)) {
|
|
8441
|
+
a.l("textStyleFontWeight : \"" + this.q + "\", ");
|
|
8443
8442
|
}
|
|
8444
8443
|
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.m)) {
|
|
8445
|
-
a.l("
|
|
8444
|
+
a.l("textStyleFontFamily : \"" + this.m + "\", ");
|
|
8445
|
+
}
|
|
8446
|
+
if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(this.n)) {
|
|
8447
|
+
a.l("textStyleFontStretch : \"" + this.n + "\", ");
|
|
8446
8448
|
}
|
|
8447
8449
|
if (!igniteuiWebcomponentsCore.isNaN_(this.g)) {
|
|
8448
8450
|
a.l("textStyleFontSize : " + this.g + ", ");
|
|
@@ -8467,62 +8469,74 @@
|
|
|
8467
8469
|
tslib.__extends(IconView, _super);
|
|
8468
8470
|
function IconView() {
|
|
8469
8471
|
var _this = _super.call(this) || this;
|
|
8470
|
-
_this.b = null;
|
|
8471
|
-
_this.o = null;
|
|
8472
|
-
_this.e = null;
|
|
8473
|
-
_this.i = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Delegate_$type, 0);
|
|
8474
|
-
_this.j = null;
|
|
8475
|
-
_this.k = null;
|
|
8476
|
-
_this.l = null;
|
|
8477
|
-
_this.m = null;
|
|
8478
|
-
_this.n = null;
|
|
8479
|
-
_this.c = null;
|
|
8480
8472
|
_this.d = null;
|
|
8481
|
-
_this.u = null;
|
|
8482
8473
|
_this.t = null;
|
|
8483
|
-
_this.
|
|
8474
|
+
_this.g = null;
|
|
8475
|
+
_this.m = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Delegate_$type, 0);
|
|
8476
|
+
_this.o = null;
|
|
8484
8477
|
_this.p = null;
|
|
8485
8478
|
_this.q = null;
|
|
8486
|
-
_this.
|
|
8487
|
-
_this.
|
|
8488
|
-
_this.
|
|
8489
|
-
_this.
|
|
8490
|
-
_this.
|
|
8491
|
-
_this.
|
|
8492
|
-
_this.
|
|
8479
|
+
_this.r = null;
|
|
8480
|
+
_this.s = null;
|
|
8481
|
+
_this.e = null;
|
|
8482
|
+
_this.f = null;
|
|
8483
|
+
_this.ab = null;
|
|
8484
|
+
_this.a = null;
|
|
8485
|
+
_this.aa = null;
|
|
8486
|
+
_this.z = null;
|
|
8487
|
+
_this.l = new igniteuiWebcomponentsCore.Dictionary$2(igniteuiWebcomponentsCore.Brush.$, igniteuiWebcomponentsCore.String_$type, 0);
|
|
8488
|
+
_this.h = true;
|
|
8489
|
+
_this.w = null;
|
|
8490
|
+
_this.v = null;
|
|
8491
|
+
_this.u = null;
|
|
8492
|
+
_this.n = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.DomWrapper_$type, 0);
|
|
8493
|
+
_this.o = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
|
|
8494
|
+
_this.p = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
|
|
8495
|
+
_this.q = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
|
|
8496
|
+
_this.r = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
|
|
8497
|
+
_this.s = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$), 0);
|
|
8498
|
+
_this.e = new igniteuiWebcomponentsCore.FastIterationDictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$)), 0);
|
|
8499
|
+
_this.f = new igniteuiWebcomponentsCore.FastIterationDictionary$2(igniteuiWebcomponentsCore.String_$type, igniteuiWebcomponentsCore.List$1.$.specialize(igniteuiWebcomponentsCore.Tuple$2.$.specialize(igniteuiWebcomponentsCore.SVGNode.$, igniteuiWebcomponentsCore.Base.$)), 0);
|
|
8493
8500
|
return _this;
|
|
8494
8501
|
}
|
|
8495
|
-
IconView.prototype.
|
|
8502
|
+
IconView.prototype.aj = function () {
|
|
8496
8503
|
};
|
|
8497
|
-
IconView.prototype.
|
|
8504
|
+
IconView.prototype.j = function () {
|
|
8498
8505
|
return true;
|
|
8499
8506
|
};
|
|
8500
|
-
Object.defineProperty(IconView.prototype, "
|
|
8507
|
+
Object.defineProperty(IconView.prototype, "x", {
|
|
8501
8508
|
get: function () {
|
|
8502
|
-
return this.
|
|
8509
|
+
return this.w;
|
|
8503
8510
|
},
|
|
8504
8511
|
enumerable: false,
|
|
8505
8512
|
configurable: true
|
|
8506
8513
|
});
|
|
8507
|
-
Object.defineProperty(IconView.prototype, "
|
|
8514
|
+
Object.defineProperty(IconView.prototype, "y", {
|
|
8508
8515
|
get: function () {
|
|
8509
8516
|
return null;
|
|
8510
8517
|
},
|
|
8511
8518
|
enumerable: false,
|
|
8512
8519
|
configurable: true
|
|
8513
8520
|
});
|
|
8514
|
-
Object.defineProperty(IconView.prototype, "
|
|
8521
|
+
Object.defineProperty(IconView.prototype, "c", {
|
|
8522
|
+
get: function () {
|
|
8523
|
+
return this.n.toArray();
|
|
8524
|
+
},
|
|
8525
|
+
enumerable: false,
|
|
8526
|
+
configurable: true
|
|
8527
|
+
});
|
|
8528
|
+
Object.defineProperty(IconView.prototype, "k", {
|
|
8515
8529
|
get: function () {
|
|
8516
8530
|
return true;
|
|
8517
8531
|
},
|
|
8518
8532
|
enumerable: false,
|
|
8519
8533
|
configurable: true
|
|
8520
8534
|
});
|
|
8521
|
-
IconView.prototype.
|
|
8535
|
+
IconView.prototype.ah = function (a) {
|
|
8522
8536
|
var e_1, _a;
|
|
8523
8537
|
if (a == null) {
|
|
8524
8538
|
try {
|
|
8525
|
-
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.
|
|
8539
|
+
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.m)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
8526
8540
|
var b = _c.value;
|
|
8527
8541
|
b();
|
|
8528
8542
|
}
|
|
@@ -8540,84 +8554,177 @@
|
|
|
8540
8554
|
throw e_1.error;
|
|
8541
8555
|
}
|
|
8542
8556
|
}
|
|
8543
|
-
this.
|
|
8544
|
-
if (this.
|
|
8545
|
-
this.
|
|
8557
|
+
this.m.clear();
|
|
8558
|
+
if (this.w != null) {
|
|
8559
|
+
this.w.unlistenAll();
|
|
8560
|
+
}
|
|
8561
|
+
if (this.v != null) {
|
|
8562
|
+
this.v.unlistenAll();
|
|
8546
8563
|
}
|
|
8547
8564
|
}
|
|
8548
|
-
this.
|
|
8565
|
+
this.t = a;
|
|
8549
8566
|
a.rootWrapper.setStyleProperty("position", "relative");
|
|
8550
|
-
this.
|
|
8551
|
-
this.
|
|
8552
|
-
this.
|
|
8553
|
-
this.
|
|
8554
|
-
this.
|
|
8555
|
-
|
|
8567
|
+
this.t.rootWrapper.setStyleProperty("display", "flex");
|
|
8568
|
+
this.t.rootWrapper.setStyleProperty("flex-direction", "row");
|
|
8569
|
+
this.t.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
|
|
8570
|
+
this.t.rootWrapper.setStyleProperty("align-items", "center");
|
|
8571
|
+
this.t.rootWrapper.setStyleProperty("justify-content", "center");
|
|
8572
|
+
this.ap();
|
|
8573
|
+
var c = this.t.createElementNS("svg", "http://www.w3.org/2000/svg");
|
|
8556
8574
|
c.setStyleProperty("position", "absolute");
|
|
8557
8575
|
c.setStyleProperty("top", "0");
|
|
8558
8576
|
c.setStyleProperty("left", "0");
|
|
8559
8577
|
c.setStyleProperty("right", "0");
|
|
8560
8578
|
c.setStyleProperty("bottom", "0");
|
|
8561
|
-
this.
|
|
8562
|
-
this.
|
|
8563
|
-
|
|
8564
|
-
d.
|
|
8565
|
-
|
|
8566
|
-
|
|
8567
|
-
|
|
8568
|
-
|
|
8569
|
-
this.
|
|
8570
|
-
this.
|
|
8571
|
-
this.
|
|
8572
|
-
this.
|
|
8573
|
-
};
|
|
8574
|
-
IconView.prototype.
|
|
8575
|
-
|
|
8576
|
-
|
|
8577
|
-
this.
|
|
8578
|
-
this.
|
|
8579
|
-
|
|
8580
|
-
|
|
8579
|
+
this.w = c;
|
|
8580
|
+
var d = this.t.createElement("img");
|
|
8581
|
+
d.setStyleProperty("height", "100%");
|
|
8582
|
+
d.setStyleProperty("width", "100%");
|
|
8583
|
+
d.setStyleProperty("object-fit", "contain");
|
|
8584
|
+
this.v = d;
|
|
8585
|
+
this.au();
|
|
8586
|
+
this.u = a.createElementNS("defs", "http://www.w3.org/2000/svg");
|
|
8587
|
+
this.w.append(this.u);
|
|
8588
|
+
this.t.append(this.w);
|
|
8589
|
+
this.m.add(c.listen("click", igniteuiWebcomponentsCore.runOn(this, this.ag)));
|
|
8590
|
+
this.d.cc();
|
|
8591
|
+
};
|
|
8592
|
+
IconView.prototype.ar = function (a) {
|
|
8593
|
+
this.l.clear();
|
|
8594
|
+
if (this.ab != a) {
|
|
8595
|
+
this.ab = a;
|
|
8596
|
+
this.t.rootWrapper.removeChildren();
|
|
8597
|
+
this.t.rootWrapper.append(this.w);
|
|
8598
|
+
this.w.removeChildren();
|
|
8599
|
+
this.u.removeChildren();
|
|
8600
|
+
this.n.clear();
|
|
8601
|
+
var b = this.t.createElementNS("path", "http://www.w3.org/2000/svg");
|
|
8602
|
+
b.setAttribute("d", this.ab);
|
|
8603
|
+
this.w.append(this.u);
|
|
8604
|
+
this.w.append(b);
|
|
8605
|
+
this.n.add(b);
|
|
8606
|
+
}
|
|
8607
|
+
};
|
|
8608
|
+
IconView.prototype.as = function (a) {
|
|
8609
|
+
this.l.clear();
|
|
8610
|
+
if (this.a != a) {
|
|
8611
|
+
this.a = a;
|
|
8612
|
+
this.t.rootWrapper.removeChildren();
|
|
8613
|
+
this.t.rootWrapper.append(this.w);
|
|
8614
|
+
this.w.removeChildren();
|
|
8615
|
+
this.u.removeChildren();
|
|
8616
|
+
this.n.clear();
|
|
8617
|
+
if (this.a != null && this.a.length > 0) {
|
|
8618
|
+
this.w.append(this.u);
|
|
8619
|
+
for (var b = 0; b < this.a.length; b++) {
|
|
8620
|
+
var c = this.t.createElementNS("path", "http://www.w3.org/2000/svg");
|
|
8621
|
+
c.setAttribute("d", this.a[b]);
|
|
8622
|
+
this.w.append(c);
|
|
8623
|
+
this.n.add(c);
|
|
8624
|
+
}
|
|
8581
8625
|
}
|
|
8582
8626
|
}
|
|
8583
8627
|
};
|
|
8584
|
-
IconView.prototype.
|
|
8585
|
-
if (this.
|
|
8586
|
-
this.
|
|
8587
|
-
this.
|
|
8588
|
-
var b = this.
|
|
8589
|
-
b.innerHTML = this.
|
|
8628
|
+
IconView.prototype.aq = function (a) {
|
|
8629
|
+
if (this.aa != a) {
|
|
8630
|
+
this.aa = a;
|
|
8631
|
+
this.t.rootWrapper.removeChildren();
|
|
8632
|
+
var b = this.t.rootWrapper.getNativeElement();
|
|
8633
|
+
b.innerHTML = this.aa;
|
|
8590
8634
|
}
|
|
8591
8635
|
};
|
|
8592
|
-
IconView.prototype.
|
|
8593
|
-
|
|
8594
|
-
|
|
8636
|
+
IconView.prototype.ao = function (a) {
|
|
8637
|
+
if (this.z != a) {
|
|
8638
|
+
this.z = a;
|
|
8639
|
+
this.t.rootWrapper.removeChildren();
|
|
8640
|
+
this.t.rootWrapper.append(this.v);
|
|
8641
|
+
this.v.setAttribute("src", a);
|
|
8642
|
+
}
|
|
8643
|
+
};
|
|
8644
|
+
IconView.prototype.i = function () {
|
|
8645
|
+
return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
|
|
8646
|
+
};
|
|
8647
|
+
IconView.prototype.ap = function () {
|
|
8648
|
+
this.t.rootWrapper.setStyleProperty("width", igniteuiWebcomponentsCore.isNaN_(this.d.aq) ? "1.5rem" : this.d.aq + "px");
|
|
8649
|
+
this.t.rootWrapper.setStyleProperty("height", igniteuiWebcomponentsCore.isNaN_(this.d.ai) ? "1.5rem" : this.d.ai + "px");
|
|
8650
|
+
};
|
|
8651
|
+
IconView.prototype.au = function () {
|
|
8652
|
+
var a = igniteuiWebcomponentsCore.isNaN_(this.d.an) ? 0 : this.d.an;
|
|
8653
|
+
var b = igniteuiWebcomponentsCore.isNaN_(this.d.ao) ? 0 : this.d.ao;
|
|
8654
|
+
var c = igniteuiWebcomponentsCore.isNaN_(this.d.ap) ? 24 : this.d.ap;
|
|
8655
|
+
var d = igniteuiWebcomponentsCore.isNaN_(this.d.am) ? 24 : this.d.am;
|
|
8656
|
+
this.w.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
|
|
8657
|
+
};
|
|
8658
|
+
IconView.prototype.al = function (a, b) {
|
|
8659
|
+
var c = a.color;
|
|
8660
|
+
if (!this.l.containsKey(a)) {
|
|
8661
|
+
if (a.isGradient) {
|
|
8662
|
+
var d = this.u.getChildCount();
|
|
8663
|
+
var e = a;
|
|
8664
|
+
var f = this.t.createElementNS("linearGradient", "http://www.w3.org/2000/svg");
|
|
8665
|
+
var g = "ig_gradient_" + b + "_" + d;
|
|
8666
|
+
f.setAttribute("id", g);
|
|
8667
|
+
f.setAttribute("x1", e.startX.toString());
|
|
8668
|
+
f.setAttribute("x2", e.endX.toString());
|
|
8669
|
+
f.setAttribute("y1", e.startY.toString());
|
|
8670
|
+
f.setAttribute("y2", e.endY.toString());
|
|
8671
|
+
var j = e.gradientStops;
|
|
8672
|
+
for (var i = 0; i < j.length; i++) {
|
|
8673
|
+
var h = j[i];
|
|
8674
|
+
var k = this.t.createElementNS("stop", "http://www.w3.org/2000/svg");
|
|
8675
|
+
k.setAttribute("offset", h.offset * 100 + "%");
|
|
8676
|
+
k.setAttribute("stop-color", h._fill);
|
|
8677
|
+
f.append(k);
|
|
8678
|
+
}
|
|
8679
|
+
this.u.append(f);
|
|
8680
|
+
this.l.addItem(a, g);
|
|
8681
|
+
}
|
|
8682
|
+
else if (a.isRadialGradient) {
|
|
8683
|
+
}
|
|
8684
|
+
}
|
|
8685
|
+
};
|
|
8686
|
+
IconView.prototype.am = function (a, b) {
|
|
8687
|
+
var c = a;
|
|
8688
|
+
if (this.l.containsKey(b)) {
|
|
8689
|
+
c.setAttribute("fill", "url(#" + this.l.item(b) + ")");
|
|
8690
|
+
this.t.rootWrapper.removeChildren();
|
|
8691
|
+
this.t.rootWrapper.append(this.w);
|
|
8692
|
+
}
|
|
8693
|
+
else {
|
|
8694
|
+
igniteuiWebcomponentsCore.NativeUI.r(a, b);
|
|
8695
|
+
}
|
|
8595
8696
|
};
|
|
8596
|
-
IconView.prototype.
|
|
8597
|
-
|
|
8697
|
+
IconView.prototype.an = function (a, b) {
|
|
8698
|
+
var c = a;
|
|
8699
|
+
if (this.l.containsKey(b)) {
|
|
8700
|
+
c.setAttribute("stroke", "url('#" + this.l.item(b) + "')");
|
|
8701
|
+
}
|
|
8702
|
+
else {
|
|
8703
|
+
igniteuiWebcomponentsCore.NativeUI.aa(a, b);
|
|
8704
|
+
}
|
|
8598
8705
|
};
|
|
8599
|
-
IconView.prototype.
|
|
8706
|
+
IconView.prototype.ac = function (a) {
|
|
8600
8707
|
};
|
|
8601
|
-
IconView.prototype.
|
|
8602
|
-
if (this.
|
|
8708
|
+
IconView.prototype.ak = function () {
|
|
8709
|
+
if (this.j()) {
|
|
8603
8710
|
}
|
|
8604
8711
|
};
|
|
8605
|
-
IconView.prototype.
|
|
8606
|
-
this.
|
|
8712
|
+
IconView.prototype.ad = function (a) {
|
|
8713
|
+
this.d.b9();
|
|
8607
8714
|
};
|
|
8608
|
-
IconView.prototype.
|
|
8609
|
-
this.
|
|
8715
|
+
IconView.prototype.ae = function (a) {
|
|
8716
|
+
this.d.ca();
|
|
8610
8717
|
};
|
|
8611
|
-
IconView.prototype.
|
|
8612
|
-
this.
|
|
8613
|
-
this.
|
|
8614
|
-
this.
|
|
8718
|
+
IconView.prototype.af = function () {
|
|
8719
|
+
this.h = true;
|
|
8720
|
+
this.m.add(this.t.rootWrapper.listen("mouseenter", igniteuiWebcomponentsCore.runOn(this, this.ad)));
|
|
8721
|
+
this.m.add(this.t.rootWrapper.listen("mouseleave", igniteuiWebcomponentsCore.runOn(this, this.ae)));
|
|
8615
8722
|
};
|
|
8616
|
-
IconView.prototype.
|
|
8723
|
+
IconView.prototype.ai = function () {
|
|
8617
8724
|
var e_2, _a;
|
|
8618
|
-
this.
|
|
8725
|
+
this.h = false;
|
|
8619
8726
|
try {
|
|
8620
|
-
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.
|
|
8727
|
+
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.m)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
8621
8728
|
var a = _c.value;
|
|
8622
8729
|
a();
|
|
8623
8730
|
}
|
|
@@ -8635,15 +8742,15 @@
|
|
|
8635
8742
|
throw e_2.error;
|
|
8636
8743
|
}
|
|
8637
8744
|
}
|
|
8638
|
-
this.
|
|
8745
|
+
this.m.clear();
|
|
8639
8746
|
};
|
|
8640
|
-
IconView.prototype.
|
|
8747
|
+
IconView.prototype.at = function (a) {
|
|
8641
8748
|
if (a != null) {
|
|
8642
|
-
this.
|
|
8749
|
+
this.t.rootWrapper.setStyleProperty("font", a.fontString);
|
|
8643
8750
|
}
|
|
8644
8751
|
};
|
|
8645
|
-
IconView.prototype.
|
|
8646
|
-
var rect_ = this.
|
|
8752
|
+
IconView.prototype.b = function () {
|
|
8753
|
+
var rect_ = this.t.rootWrapper.getNativeElement().getBoundingClientRect();
|
|
8647
8754
|
var a = (rect_.top);
|
|
8648
8755
|
var b = (rect_.left);
|
|
8649
8756
|
var c = new Array(2);
|
|
@@ -8651,8 +8758,8 @@
|
|
|
8651
8758
|
c[1] = b;
|
|
8652
8759
|
return c;
|
|
8653
8760
|
};
|
|
8654
|
-
IconView.prototype.
|
|
8655
|
-
this.
|
|
8761
|
+
IconView.prototype.ag = function (a) {
|
|
8762
|
+
this.d.b7();
|
|
8656
8763
|
};
|
|
8657
8764
|
IconView.$t = igniteuiWebcomponentsCore.markType(IconView, 'IconView');
|
|
8658
8765
|
return IconView;
|
|
@@ -8665,47 +8772,49 @@
|
|
|
8665
8772
|
function XIcon() {
|
|
8666
8773
|
var _this = _super.call(this) || this;
|
|
8667
8774
|
_this._view = null;
|
|
8668
|
-
_this.
|
|
8669
|
-
_this.
|
|
8670
|
-
_this.
|
|
8671
|
-
_this.
|
|
8672
|
-
_this.
|
|
8673
|
-
_this.
|
|
8674
|
-
_this.
|
|
8675
|
-
_this.
|
|
8676
|
-
_this.
|
|
8677
|
-
_this.
|
|
8678
|
-
_this.
|
|
8679
|
-
_this.
|
|
8680
|
-
_this.
|
|
8681
|
-
_this.
|
|
8682
|
-
_this.
|
|
8683
|
-
_this.
|
|
8684
|
-
_this.
|
|
8685
|
-
_this.
|
|
8686
|
-
_this.
|
|
8775
|
+
_this.j = 0;
|
|
8776
|
+
_this.cj = XIcon.cz;
|
|
8777
|
+
_this.ck = XIcon.c3;
|
|
8778
|
+
_this.cl = XIcon.c4;
|
|
8779
|
+
_this.v = XIcon.ah;
|
|
8780
|
+
_this.cm = XIcon.cz;
|
|
8781
|
+
_this.cu = XIcon.c3;
|
|
8782
|
+
_this.z = XIcon.ah;
|
|
8783
|
+
_this.cv = XIcon.c4;
|
|
8784
|
+
_this.cn = XIcon.c0;
|
|
8785
|
+
_this.co = XIcon.c1;
|
|
8786
|
+
_this.x = XIcon.ag;
|
|
8787
|
+
_this.cp = null;
|
|
8788
|
+
_this.c = null;
|
|
8789
|
+
_this.d = null;
|
|
8790
|
+
_this.cq = null;
|
|
8791
|
+
_this.cr = null;
|
|
8792
|
+
_this.cs = null;
|
|
8793
|
+
_this.ct = null;
|
|
8687
8794
|
_this.aw = null;
|
|
8688
|
-
_this.
|
|
8689
|
-
_this.
|
|
8690
|
-
_this.
|
|
8691
|
-
_this.
|
|
8692
|
-
_this.
|
|
8693
|
-
_this.
|
|
8795
|
+
_this.az = null;
|
|
8796
|
+
_this.ay = null;
|
|
8797
|
+
_this.a = null;
|
|
8798
|
+
_this.l = null;
|
|
8799
|
+
_this.ax = "ig-icon-" + XIcon.at++;
|
|
8800
|
+
_this.ar = 0;
|
|
8694
8801
|
_this.n = false;
|
|
8695
|
-
_this.
|
|
8696
|
-
_this.
|
|
8697
|
-
_this.
|
|
8698
|
-
_this.
|
|
8802
|
+
_this.av = null;
|
|
8803
|
+
_this.p = false;
|
|
8804
|
+
_this.o = false;
|
|
8805
|
+
_this.y = 1;
|
|
8699
8806
|
_this.ab = NaN;
|
|
8700
|
-
_this.y = NaN;
|
|
8701
8807
|
_this.ac = NaN;
|
|
8702
|
-
_this.
|
|
8808
|
+
_this.ad = NaN;
|
|
8809
|
+
_this.aa = NaN;
|
|
8810
|
+
_this.ae = NaN;
|
|
8811
|
+
_this.w = NaN;
|
|
8703
8812
|
_this.clicked = null;
|
|
8704
8813
|
_this.propertyChanged = null;
|
|
8705
8814
|
var a = new IconView();
|
|
8706
|
-
a.
|
|
8815
|
+
a.d = _this;
|
|
8707
8816
|
_this.view = a;
|
|
8708
|
-
_this.view.
|
|
8817
|
+
_this.view.aj();
|
|
8709
8818
|
return _this;
|
|
8710
8819
|
}
|
|
8711
8820
|
Object.defineProperty(XIcon.prototype, "view", {
|
|
@@ -8721,13 +8830,13 @@
|
|
|
8721
8830
|
XIcon.prototype.destroy = function () {
|
|
8722
8831
|
this.provideContainer(null);
|
|
8723
8832
|
};
|
|
8724
|
-
XIcon.prototype.
|
|
8833
|
+
XIcon.prototype.cb = function (a, b, c) {
|
|
8725
8834
|
if (this.propertyChanged != null) {
|
|
8726
8835
|
this.propertyChanged(this, new igniteuiWebcomponentsCore.PropertyChangedEventArgs(a));
|
|
8727
8836
|
}
|
|
8728
|
-
this.
|
|
8837
|
+
this.ce(a, b, c);
|
|
8729
8838
|
};
|
|
8730
|
-
XIcon.prototype.
|
|
8839
|
+
XIcon.prototype.ce = function (a, b, c) {
|
|
8731
8840
|
switch (a) {
|
|
8732
8841
|
case "Fill":
|
|
8733
8842
|
case "Stroke":
|
|
@@ -8736,355 +8845,252 @@
|
|
|
8736
8845
|
case "HoverStroke":
|
|
8737
8846
|
case "HoverStrokeThickness":
|
|
8738
8847
|
case "IsHover":
|
|
8739
|
-
this.
|
|
8848
|
+
this.ci();
|
|
8740
8849
|
break;
|
|
8850
|
+
case "FillColors":
|
|
8851
|
+
case "StrokeColors":
|
|
8741
8852
|
case "ActualFill":
|
|
8742
8853
|
case "ActualStroke":
|
|
8743
8854
|
case "ActualStrokeWidth":
|
|
8744
8855
|
case "SVGPath":
|
|
8856
|
+
case "SVGPaths":
|
|
8745
8857
|
case "SVG":
|
|
8746
|
-
|
|
8858
|
+
case "DataURL":
|
|
8859
|
+
this.cg();
|
|
8747
8860
|
break;
|
|
8748
8861
|
case "Opacity":
|
|
8749
|
-
this.
|
|
8862
|
+
this.ch();
|
|
8750
8863
|
break;
|
|
8751
8864
|
case "ViewBoxLeft":
|
|
8752
8865
|
case "ViewBoxTop":
|
|
8753
8866
|
case "ViewBoxWidth":
|
|
8754
8867
|
case "ViewBoxHeight":
|
|
8755
|
-
this.view.
|
|
8868
|
+
this.view.au();
|
|
8756
8869
|
break;
|
|
8757
8870
|
case "Width":
|
|
8758
8871
|
case "Height":
|
|
8759
|
-
this.view.
|
|
8872
|
+
this.view.ap();
|
|
8760
8873
|
break;
|
|
8761
8874
|
}
|
|
8762
8875
|
};
|
|
8763
|
-
XIcon.prototype.
|
|
8764
|
-
var a = this.fill != null ? this.fill : XIcon.
|
|
8765
|
-
var b = this.
|
|
8766
|
-
var c = !igniteuiWebcomponentsCore.isNaN_(this.
|
|
8767
|
-
var d = this.
|
|
8768
|
-
if (this.
|
|
8769
|
-
this.
|
|
8770
|
-
this.
|
|
8771
|
-
this.
|
|
8772
|
-
this.
|
|
8876
|
+
XIcon.prototype.ci = function () {
|
|
8877
|
+
var a = this.fill != null ? this.fill : XIcon.cz;
|
|
8878
|
+
var b = this.dc != null ? this.dc : XIcon.c3;
|
|
8879
|
+
var c = !igniteuiWebcomponentsCore.isNaN_(this.al) ? this.al : XIcon.ah;
|
|
8880
|
+
var d = this.dd != null ? this.dd : XIcon.c4;
|
|
8881
|
+
if (this.t) {
|
|
8882
|
+
this.cw = this.c5 != null ? this.c5 : a;
|
|
8883
|
+
this.cx = this.c6 != null ? this.c6 : b;
|
|
8884
|
+
this.af = !igniteuiWebcomponentsCore.isNaN_(this.aj) ? this.aj : c;
|
|
8885
|
+
this.cy = this.c7 != null ? this.c7 : d;
|
|
8773
8886
|
}
|
|
8774
8887
|
else {
|
|
8775
|
-
this.
|
|
8776
|
-
this.
|
|
8777
|
-
this.
|
|
8778
|
-
this.
|
|
8888
|
+
this.cw = a;
|
|
8889
|
+
this.cx = b;
|
|
8890
|
+
this.af = c;
|
|
8891
|
+
this.cy = d;
|
|
8779
8892
|
}
|
|
8780
8893
|
};
|
|
8781
|
-
Object.defineProperty(XIcon.prototype, "
|
|
8894
|
+
Object.defineProperty(XIcon.prototype, "r", {
|
|
8782
8895
|
get: function () {
|
|
8783
|
-
return this.svgPath != null && !this.view.
|
|
8896
|
+
return this.svgPath != null && !this.view.k;
|
|
8784
8897
|
},
|
|
8785
8898
|
enumerable: false,
|
|
8786
8899
|
configurable: true
|
|
8787
8900
|
});
|
|
8788
|
-
XIcon.prototype.
|
|
8789
|
-
igniteuiWebcomponentsCore.NativeUI.y(this.view.
|
|
8901
|
+
XIcon.prototype.ch = function () {
|
|
8902
|
+
igniteuiWebcomponentsCore.NativeUI.y(this.view.x, this.ak);
|
|
8790
8903
|
};
|
|
8791
|
-
XIcon.prototype.
|
|
8792
|
-
var a = this.view.
|
|
8793
|
-
if (this.
|
|
8794
|
-
var b = this.view.
|
|
8795
|
-
igniteuiWebcomponentsCore.NativeUI.r(b, this.
|
|
8796
|
-
igniteuiWebcomponentsCore.NativeUI.aa(b, this.
|
|
8797
|
-
igniteuiWebcomponentsCore.NativeUI.ad(b, this.
|
|
8904
|
+
XIcon.prototype.cg = function () {
|
|
8905
|
+
var a = this.view.x;
|
|
8906
|
+
if (this.r) {
|
|
8907
|
+
var b = this.view.y;
|
|
8908
|
+
igniteuiWebcomponentsCore.NativeUI.r(b, this.cw);
|
|
8909
|
+
igniteuiWebcomponentsCore.NativeUI.aa(b, this.cx);
|
|
8910
|
+
igniteuiWebcomponentsCore.NativeUI.ad(b, this.af);
|
|
8798
8911
|
}
|
|
8799
8912
|
else {
|
|
8800
8913
|
var c = false;
|
|
8801
8914
|
if (this.svgPath != null) {
|
|
8802
8915
|
if (igniteuiWebcomponentsCore.stringStartsWith(igniteuiWebcomponentsCore.trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
8803
|
-
this.view.
|
|
8916
|
+
this.view.aq(this.svgPath);
|
|
8804
8917
|
c = true;
|
|
8805
8918
|
}
|
|
8806
8919
|
else {
|
|
8807
|
-
this.view.
|
|
8920
|
+
this.view.ar(this.svgPath);
|
|
8921
|
+
}
|
|
8922
|
+
}
|
|
8923
|
+
else if (this.b != null) {
|
|
8924
|
+
this.view.as(this.b);
|
|
8925
|
+
var d = this.view.c;
|
|
8926
|
+
if (d != null && d.length > 0) {
|
|
8927
|
+
var e = igniteuiWebcomponentsCore.NativeUI.r;
|
|
8928
|
+
var f = igniteuiWebcomponentsCore.NativeUI.aa;
|
|
8929
|
+
this.cd();
|
|
8930
|
+
e = igniteuiWebcomponentsCore.runOn(this.view, this.view.am);
|
|
8931
|
+
f = igniteuiWebcomponentsCore.runOn(this.view, this.view.an);
|
|
8932
|
+
for (var g = 0; g < d.length; g++) {
|
|
8933
|
+
if (this.cw != null) {
|
|
8934
|
+
e(d[g], this.cw);
|
|
8935
|
+
}
|
|
8936
|
+
if (this.cx != null) {
|
|
8937
|
+
f(d[g], this.cx);
|
|
8938
|
+
}
|
|
8939
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.af)) {
|
|
8940
|
+
igniteuiWebcomponentsCore.NativeUI.ad(d[g], this.af);
|
|
8941
|
+
}
|
|
8942
|
+
if (this.cy != null) {
|
|
8943
|
+
igniteuiWebcomponentsCore.NativeUI.q(d[g], this.cy);
|
|
8944
|
+
}
|
|
8945
|
+
if (this.e != null && this.e.count == d.length) {
|
|
8946
|
+
e(d[g], this.e.item(g));
|
|
8947
|
+
}
|
|
8948
|
+
if (this.f != null && this.f.count == d.length) {
|
|
8949
|
+
f(d[g], this.f.item(g));
|
|
8950
|
+
}
|
|
8951
|
+
}
|
|
8952
|
+
}
|
|
8953
|
+
if (this.m != null) {
|
|
8954
|
+
this.view.at(this.m);
|
|
8808
8955
|
}
|
|
8956
|
+
return;
|
|
8809
8957
|
}
|
|
8810
8958
|
else if (this.svg != null) {
|
|
8811
|
-
this.view.
|
|
8959
|
+
this.view.aq(this.svg);
|
|
8812
8960
|
c = true;
|
|
8813
8961
|
}
|
|
8962
|
+
else if (this.a7 != null) {
|
|
8963
|
+
this.view.ao(this.a7);
|
|
8964
|
+
}
|
|
8814
8965
|
if (c) {
|
|
8815
|
-
for (var
|
|
8816
|
-
var
|
|
8817
|
-
igniteuiWebcomponentsCore.NativeUI.r(this.view.
|
|
8818
|
-
}
|
|
8819
|
-
for (var
|
|
8820
|
-
var
|
|
8821
|
-
igniteuiWebcomponentsCore.NativeUI.aa(this.view.
|
|
8822
|
-
}
|
|
8823
|
-
for (var
|
|
8824
|
-
var
|
|
8825
|
-
igniteuiWebcomponentsCore.NativeUI.r(this.view.
|
|
8826
|
-
}
|
|
8827
|
-
for (var
|
|
8828
|
-
var
|
|
8829
|
-
igniteuiWebcomponentsCore.NativeUI.aa(this.view.
|
|
8830
|
-
}
|
|
8831
|
-
for (var
|
|
8832
|
-
var
|
|
8833
|
-
var
|
|
8834
|
-
var
|
|
8835
|
-
if (
|
|
8836
|
-
for (var
|
|
8837
|
-
var
|
|
8838
|
-
igniteuiWebcomponentsCore.NativeUI.r(this.view.
|
|
8966
|
+
for (var h = 0; h < this.view.p.count; h++) {
|
|
8967
|
+
var i = this.view.p._inner[h].c;
|
|
8968
|
+
igniteuiWebcomponentsCore.NativeUI.r(this.view.p._inner[h].d, i.l.f(this.c8));
|
|
8969
|
+
}
|
|
8970
|
+
for (var j = 0; j < this.view.q.count; j++) {
|
|
8971
|
+
var k = this.view.q._inner[j].c;
|
|
8972
|
+
igniteuiWebcomponentsCore.NativeUI.aa(this.view.q._inner[j].d, k.m.f(this.c9));
|
|
8973
|
+
}
|
|
8974
|
+
for (var l = 0; l < this.view.r.count; l++) {
|
|
8975
|
+
var m = this.view.r._inner[l].c;
|
|
8976
|
+
igniteuiWebcomponentsCore.NativeUI.r(this.view.r._inner[l].d, m.l.f(this.da));
|
|
8977
|
+
}
|
|
8978
|
+
for (var n = 0; n < this.view.s.count; n++) {
|
|
8979
|
+
var o = this.view.s._inner[n].c;
|
|
8980
|
+
igniteuiWebcomponentsCore.NativeUI.aa(this.view.s._inner[n].d, o.m.f(this.db));
|
|
8981
|
+
}
|
|
8982
|
+
for (var p = 0; p < this.view.e.o.count; p++) {
|
|
8983
|
+
var q = this.view.e.o._inner[p];
|
|
8984
|
+
var r = q.split('-');
|
|
8985
|
+
var s = parseInt(r[r.length - 1]);
|
|
8986
|
+
if (s < this.e.count) {
|
|
8987
|
+
for (var t = 0; t < this.view.e.q._inner[p].count; t++) {
|
|
8988
|
+
var u = this.view.e.q._inner[p]._inner[t].c;
|
|
8989
|
+
igniteuiWebcomponentsCore.NativeUI.r(this.view.e.q._inner[p]._inner[t].d, u.l.f(this.e.item(s)));
|
|
8839
8990
|
}
|
|
8840
8991
|
}
|
|
8841
8992
|
}
|
|
8842
|
-
for (var
|
|
8843
|
-
var
|
|
8844
|
-
var
|
|
8845
|
-
var
|
|
8846
|
-
if (
|
|
8847
|
-
for (var
|
|
8848
|
-
var
|
|
8849
|
-
igniteuiWebcomponentsCore.NativeUI.aa(this.view.
|
|
8993
|
+
for (var v = 0; v < this.view.f.o.count; v++) {
|
|
8994
|
+
var w = this.view.f.o._inner[v];
|
|
8995
|
+
var x = w.split('-');
|
|
8996
|
+
var y = parseInt(x[x.length - 1]);
|
|
8997
|
+
if (y < this.f.count) {
|
|
8998
|
+
for (var z = 0; z < this.view.f.q._inner[v].count; z++) {
|
|
8999
|
+
var aa = this.view.f.q._inner[v]._inner[z].c;
|
|
9000
|
+
igniteuiWebcomponentsCore.NativeUI.aa(this.view.f.q._inner[v]._inner[z].d, aa.m.f(this.f.item(y)));
|
|
8850
9001
|
}
|
|
8851
9002
|
}
|
|
8852
9003
|
}
|
|
8853
|
-
for (var
|
|
8854
|
-
var
|
|
8855
|
-
igniteuiWebcomponentsCore.NativeUI.r(this.view.
|
|
8856
|
-
igniteuiWebcomponentsCore.NativeUI.aa(this.view.
|
|
9004
|
+
for (var ab = 0; ab < this.view.o.count; ab++) {
|
|
9005
|
+
var ac = this.view.o._inner[ab].c;
|
|
9006
|
+
igniteuiWebcomponentsCore.NativeUI.r(this.view.o._inner[ab].d, ac.l.f(this.cw));
|
|
9007
|
+
igniteuiWebcomponentsCore.NativeUI.aa(this.view.o._inner[ab].d, ac.m.f(this.cx));
|
|
8857
9008
|
}
|
|
8858
9009
|
}
|
|
8859
|
-
var
|
|
8860
|
-
if (this.
|
|
8861
|
-
igniteuiWebcomponentsCore.NativeUI.r(
|
|
9010
|
+
var ad = this.view.x;
|
|
9011
|
+
if (this.cw != null) {
|
|
9012
|
+
igniteuiWebcomponentsCore.NativeUI.r(ad, this.cw);
|
|
8862
9013
|
}
|
|
8863
|
-
if (this.
|
|
8864
|
-
igniteuiWebcomponentsCore.NativeUI.aa(
|
|
9014
|
+
if (this.cx != null) {
|
|
9015
|
+
igniteuiWebcomponentsCore.NativeUI.aa(ad, this.cx);
|
|
8865
9016
|
}
|
|
8866
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
8867
|
-
igniteuiWebcomponentsCore.NativeUI.ad(
|
|
9017
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.af)) {
|
|
9018
|
+
igniteuiWebcomponentsCore.NativeUI.ad(ad, this.af);
|
|
8868
9019
|
}
|
|
8869
9020
|
}
|
|
8870
|
-
if (this.
|
|
8871
|
-
this.view.
|
|
9021
|
+
if (this.m != null) {
|
|
9022
|
+
this.view.at(this.m);
|
|
8872
9023
|
}
|
|
8873
|
-
if (this.
|
|
8874
|
-
igniteuiWebcomponentsCore.NativeUI.q(this.view.
|
|
9024
|
+
if (this.cy != null) {
|
|
9025
|
+
igniteuiWebcomponentsCore.NativeUI.q(this.view.x, this.cy);
|
|
8875
9026
|
}
|
|
8876
9027
|
};
|
|
8877
|
-
|
|
8878
|
-
|
|
8879
|
-
|
|
8880
|
-
|
|
8881
|
-
|
|
8882
|
-
|
|
8883
|
-
this.
|
|
8884
|
-
|
|
8885
|
-
|
|
8886
|
-
|
|
8887
|
-
|
|
8888
|
-
|
|
8889
|
-
|
|
8890
|
-
|
|
8891
|
-
Object.defineProperty(XIcon.prototype, "cp", {
|
|
8892
|
-
get: function () {
|
|
8893
|
-
return this.cc;
|
|
8894
|
-
},
|
|
8895
|
-
set: function (a) {
|
|
8896
|
-
var b = this.cc;
|
|
8897
|
-
this.cc = a;
|
|
8898
|
-
if (b != this.cc) {
|
|
8899
|
-
this.b5("ActualFill", b, a);
|
|
8900
|
-
}
|
|
8901
|
-
},
|
|
8902
|
-
enumerable: false,
|
|
8903
|
-
configurable: true
|
|
8904
|
-
});
|
|
8905
|
-
Object.defineProperty(XIcon.prototype, "cq", {
|
|
8906
|
-
get: function () {
|
|
8907
|
-
return this.cd;
|
|
8908
|
-
},
|
|
8909
|
-
set: function (a) {
|
|
8910
|
-
var b = this.cd;
|
|
8911
|
-
this.cd = a;
|
|
8912
|
-
if (b != this.cd) {
|
|
8913
|
-
this.b5("ActualStroke", b, a);
|
|
8914
|
-
}
|
|
8915
|
-
},
|
|
8916
|
-
enumerable: false,
|
|
8917
|
-
configurable: true
|
|
8918
|
-
});
|
|
8919
|
-
Object.defineProperty(XIcon.prototype, "cr", {
|
|
8920
|
-
get: function () {
|
|
8921
|
-
return this.ce;
|
|
8922
|
-
},
|
|
8923
|
-
set: function (a) {
|
|
8924
|
-
var b = this.ce;
|
|
8925
|
-
this.ce = a;
|
|
8926
|
-
if (b != this.ce) {
|
|
8927
|
-
this.b5("ActualTextColor", b, a);
|
|
8928
|
-
}
|
|
8929
|
-
},
|
|
8930
|
-
enumerable: false,
|
|
8931
|
-
configurable: true
|
|
8932
|
-
});
|
|
8933
|
-
Object.defineProperty(XIcon.prototype, "ad", {
|
|
8934
|
-
get: function () {
|
|
8935
|
-
return this.t;
|
|
8936
|
-
},
|
|
8937
|
-
set: function (a) {
|
|
8938
|
-
var b = this.t;
|
|
8939
|
-
this.t = a;
|
|
8940
|
-
if (b != this.t) {
|
|
8941
|
-
this.b5("ActualStrokeWidth", b, a);
|
|
8942
|
-
}
|
|
8943
|
-
},
|
|
8944
|
-
enumerable: false,
|
|
8945
|
-
configurable: true
|
|
8946
|
-
});
|
|
8947
|
-
Object.defineProperty(XIcon.prototype, "fill", {
|
|
8948
|
-
get: function () {
|
|
8949
|
-
return this.cf;
|
|
8950
|
-
},
|
|
8951
|
-
set: function (a) {
|
|
8952
|
-
var b = this.cf;
|
|
8953
|
-
this.cf = a;
|
|
8954
|
-
if (b != this.cf) {
|
|
8955
|
-
this.b5("Fill", b, a);
|
|
8956
|
-
}
|
|
8957
|
-
},
|
|
8958
|
-
enumerable: false,
|
|
8959
|
-
configurable: true
|
|
8960
|
-
});
|
|
8961
|
-
Object.defineProperty(XIcon.prototype, "c5", {
|
|
8962
|
-
get: function () {
|
|
8963
|
-
return this.cn;
|
|
8964
|
-
},
|
|
8965
|
-
set: function (a) {
|
|
8966
|
-
var b = this.cn;
|
|
8967
|
-
this.cn = a;
|
|
8968
|
-
if (b != this.cn) {
|
|
8969
|
-
this.b5("Stroke", b, a);
|
|
8970
|
-
}
|
|
8971
|
-
},
|
|
8972
|
-
enumerable: false,
|
|
8973
|
-
configurable: true
|
|
8974
|
-
});
|
|
8975
|
-
Object.defineProperty(XIcon.prototype, "aj", {
|
|
8976
|
-
get: function () {
|
|
8977
|
-
return this.x;
|
|
8978
|
-
},
|
|
8979
|
-
set: function (a) {
|
|
8980
|
-
var b = this.x;
|
|
8981
|
-
this.x = a;
|
|
8982
|
-
if (b != this.x) {
|
|
8983
|
-
this.b5("StrokeWidth", b, a);
|
|
8984
|
-
}
|
|
8985
|
-
},
|
|
8986
|
-
enumerable: false,
|
|
8987
|
-
configurable: true
|
|
8988
|
-
});
|
|
8989
|
-
Object.defineProperty(XIcon.prototype, "c6", {
|
|
8990
|
-
get: function () {
|
|
8991
|
-
return this.co;
|
|
8992
|
-
},
|
|
8993
|
-
set: function (a) {
|
|
8994
|
-
var b = this.co;
|
|
8995
|
-
this.co = a;
|
|
8996
|
-
if (b != this.co) {
|
|
8997
|
-
this.b5("TextColor", b, a);
|
|
9028
|
+
XIcon.prototype.cd = function () {
|
|
9029
|
+
var e_3, _a, e_4, _b;
|
|
9030
|
+
if (this.cw != null) {
|
|
9031
|
+
this.view.al(this.cw, "fill");
|
|
9032
|
+
}
|
|
9033
|
+
if (this.cx != null) {
|
|
9034
|
+
this.view.al(this.cx, "stroke");
|
|
9035
|
+
}
|
|
9036
|
+
if (this.e != null) {
|
|
9037
|
+
try {
|
|
9038
|
+
for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.e)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
9039
|
+
var a = _d.value;
|
|
9040
|
+
this.view.al(a, "fills");
|
|
9041
|
+
}
|
|
8998
9042
|
}
|
|
8999
|
-
|
|
9000
|
-
|
|
9001
|
-
configurable: true
|
|
9002
|
-
});
|
|
9003
|
-
Object.defineProperty(XIcon.prototype, "cy", {
|
|
9004
|
-
get: function () {
|
|
9005
|
-
return this.cg;
|
|
9006
|
-
},
|
|
9007
|
-
set: function (a) {
|
|
9008
|
-
var b = this.cg;
|
|
9009
|
-
this.cg = a;
|
|
9010
|
-
if (b != this.cg) {
|
|
9011
|
-
this.b5("HoverFill", b, a);
|
|
9043
|
+
catch (e_3_1) {
|
|
9044
|
+
e_3 = { error: e_3_1 };
|
|
9012
9045
|
}
|
|
9013
|
-
|
|
9014
|
-
|
|
9015
|
-
|
|
9016
|
-
|
|
9017
|
-
|
|
9018
|
-
|
|
9019
|
-
|
|
9020
|
-
|
|
9021
|
-
|
|
9022
|
-
var b = this.ch;
|
|
9023
|
-
this.ch = a;
|
|
9024
|
-
if (b != this.ch) {
|
|
9025
|
-
this.b5("HoverStroke", b, a);
|
|
9046
|
+
finally {
|
|
9047
|
+
try {
|
|
9048
|
+
if (_d && !_d.done && (_a = _c.return))
|
|
9049
|
+
_a.call(_c);
|
|
9050
|
+
}
|
|
9051
|
+
finally {
|
|
9052
|
+
if (e_3)
|
|
9053
|
+
throw e_3.error;
|
|
9054
|
+
}
|
|
9026
9055
|
}
|
|
9027
|
-
}
|
|
9028
|
-
|
|
9029
|
-
|
|
9030
|
-
|
|
9031
|
-
|
|
9032
|
-
|
|
9033
|
-
|
|
9034
|
-
},
|
|
9035
|
-
set: function (a) {
|
|
9036
|
-
var b = this.v;
|
|
9037
|
-
this.v = a;
|
|
9038
|
-
if (b != this.v) {
|
|
9039
|
-
this.b5("HoverStrokeThickness", b, a);
|
|
9056
|
+
}
|
|
9057
|
+
if (this.f != null) {
|
|
9058
|
+
try {
|
|
9059
|
+
for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.f)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
9060
|
+
var b = _f.value;
|
|
9061
|
+
this.view.al(b, "strokes");
|
|
9062
|
+
}
|
|
9040
9063
|
}
|
|
9041
|
-
|
|
9042
|
-
|
|
9043
|
-
configurable: true
|
|
9044
|
-
});
|
|
9045
|
-
Object.defineProperty(XIcon.prototype, "c0", {
|
|
9046
|
-
get: function () {
|
|
9047
|
-
return this.ci;
|
|
9048
|
-
},
|
|
9049
|
-
set: function (a) {
|
|
9050
|
-
var b = this.ci;
|
|
9051
|
-
this.ci = a;
|
|
9052
|
-
if (b != this.ci) {
|
|
9053
|
-
this.b5("HoverTextColor", b, a);
|
|
9064
|
+
catch (e_4_1) {
|
|
9065
|
+
e_4 = { error: e_4_1 };
|
|
9054
9066
|
}
|
|
9055
|
-
|
|
9056
|
-
|
|
9057
|
-
|
|
9058
|
-
|
|
9059
|
-
|
|
9060
|
-
|
|
9061
|
-
|
|
9062
|
-
|
|
9063
|
-
|
|
9064
|
-
var b = this.a;
|
|
9065
|
-
this.a = a;
|
|
9066
|
-
if (b != this.a) {
|
|
9067
|
-
this.b5("FillColors", b, this.a);
|
|
9067
|
+
finally {
|
|
9068
|
+
try {
|
|
9069
|
+
if (_f && !_f.done && (_b = _e.return))
|
|
9070
|
+
_b.call(_e);
|
|
9071
|
+
}
|
|
9072
|
+
finally {
|
|
9073
|
+
if (e_4)
|
|
9074
|
+
throw e_4.error;
|
|
9075
|
+
}
|
|
9068
9076
|
}
|
|
9069
|
-
}
|
|
9070
|
-
|
|
9071
|
-
|
|
9072
|
-
});
|
|
9073
|
-
Object.defineProperty(XIcon.prototype, "d", {
|
|
9077
|
+
}
|
|
9078
|
+
};
|
|
9079
|
+
Object.defineProperty(XIcon.prototype, "k", {
|
|
9074
9080
|
get: function () {
|
|
9075
|
-
return this.
|
|
9081
|
+
return this.j;
|
|
9076
9082
|
},
|
|
9077
9083
|
set: function (a) {
|
|
9078
|
-
var b = this.
|
|
9079
|
-
this.
|
|
9080
|
-
if (b != this.
|
|
9081
|
-
this.
|
|
9084
|
+
var b = this.j;
|
|
9085
|
+
this.j = a;
|
|
9086
|
+
if (b != this.j) {
|
|
9087
|
+
this.cb("BaseTheme", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, a));
|
|
9082
9088
|
}
|
|
9083
9089
|
},
|
|
9084
9090
|
enumerable: false,
|
|
9085
9091
|
configurable: true
|
|
9086
9092
|
});
|
|
9087
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9093
|
+
Object.defineProperty(XIcon.prototype, "cw", {
|
|
9088
9094
|
get: function () {
|
|
9089
9095
|
return this.cj;
|
|
9090
9096
|
},
|
|
@@ -9092,13 +9098,13 @@
|
|
|
9092
9098
|
var b = this.cj;
|
|
9093
9099
|
this.cj = a;
|
|
9094
9100
|
if (b != this.cj) {
|
|
9095
|
-
this.
|
|
9101
|
+
this.cb("ActualFill", b, a);
|
|
9096
9102
|
}
|
|
9097
9103
|
},
|
|
9098
9104
|
enumerable: false,
|
|
9099
9105
|
configurable: true
|
|
9100
9106
|
});
|
|
9101
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9107
|
+
Object.defineProperty(XIcon.prototype, "cx", {
|
|
9102
9108
|
get: function () {
|
|
9103
9109
|
return this.ck;
|
|
9104
9110
|
},
|
|
@@ -9106,13 +9112,13 @@
|
|
|
9106
9112
|
var b = this.ck;
|
|
9107
9113
|
this.ck = a;
|
|
9108
9114
|
if (b != this.ck) {
|
|
9109
|
-
this.
|
|
9115
|
+
this.cb("ActualStroke", b, a);
|
|
9110
9116
|
}
|
|
9111
9117
|
},
|
|
9112
9118
|
enumerable: false,
|
|
9113
9119
|
configurable: true
|
|
9114
9120
|
});
|
|
9115
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9121
|
+
Object.defineProperty(XIcon.prototype, "cy", {
|
|
9116
9122
|
get: function () {
|
|
9117
9123
|
return this.cl;
|
|
9118
9124
|
},
|
|
@@ -9120,13 +9126,27 @@
|
|
|
9120
9126
|
var b = this.cl;
|
|
9121
9127
|
this.cl = a;
|
|
9122
9128
|
if (b != this.cl) {
|
|
9123
|
-
this.
|
|
9129
|
+
this.cb("ActualTextColor", b, a);
|
|
9124
9130
|
}
|
|
9125
9131
|
},
|
|
9126
9132
|
enumerable: false,
|
|
9127
9133
|
configurable: true
|
|
9128
9134
|
});
|
|
9129
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9135
|
+
Object.defineProperty(XIcon.prototype, "af", {
|
|
9136
|
+
get: function () {
|
|
9137
|
+
return this.v;
|
|
9138
|
+
},
|
|
9139
|
+
set: function (a) {
|
|
9140
|
+
var b = this.v;
|
|
9141
|
+
this.v = a;
|
|
9142
|
+
if (b != this.v) {
|
|
9143
|
+
this.cb("ActualStrokeWidth", b, a);
|
|
9144
|
+
}
|
|
9145
|
+
},
|
|
9146
|
+
enumerable: false,
|
|
9147
|
+
configurable: true
|
|
9148
|
+
});
|
|
9149
|
+
Object.defineProperty(XIcon.prototype, "fill", {
|
|
9130
9150
|
get: function () {
|
|
9131
9151
|
return this.cm;
|
|
9132
9152
|
},
|
|
@@ -9134,189 +9154,343 @@
|
|
|
9134
9154
|
var b = this.cm;
|
|
9135
9155
|
this.cm = a;
|
|
9136
9156
|
if (b != this.cm) {
|
|
9137
|
-
this.
|
|
9157
|
+
this.cb("Fill", b, a);
|
|
9138
9158
|
}
|
|
9139
9159
|
},
|
|
9140
9160
|
enumerable: false,
|
|
9141
9161
|
configurable: true
|
|
9142
9162
|
});
|
|
9143
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9163
|
+
Object.defineProperty(XIcon.prototype, "dc", {
|
|
9144
9164
|
get: function () {
|
|
9145
|
-
return this.
|
|
9165
|
+
return this.cu;
|
|
9146
9166
|
},
|
|
9147
9167
|
set: function (a) {
|
|
9148
|
-
var b = this.
|
|
9149
|
-
this.
|
|
9150
|
-
if (b != this.
|
|
9151
|
-
this.
|
|
9168
|
+
var b = this.cu;
|
|
9169
|
+
this.cu = a;
|
|
9170
|
+
if (b != this.cu) {
|
|
9171
|
+
this.cb("Stroke", b, a);
|
|
9152
9172
|
}
|
|
9153
9173
|
},
|
|
9154
9174
|
enumerable: false,
|
|
9155
9175
|
configurable: true
|
|
9156
9176
|
});
|
|
9157
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9177
|
+
Object.defineProperty(XIcon.prototype, "al", {
|
|
9158
9178
|
get: function () {
|
|
9159
|
-
return this.
|
|
9179
|
+
return this.z;
|
|
9160
9180
|
},
|
|
9161
9181
|
set: function (a) {
|
|
9162
|
-
var b = this.
|
|
9163
|
-
this.
|
|
9164
|
-
if (b != this.
|
|
9165
|
-
this.
|
|
9182
|
+
var b = this.z;
|
|
9183
|
+
this.z = a;
|
|
9184
|
+
if (b != this.z) {
|
|
9185
|
+
this.cb("StrokeWidth", b, a);
|
|
9166
9186
|
}
|
|
9167
9187
|
},
|
|
9168
9188
|
enumerable: false,
|
|
9169
9189
|
configurable: true
|
|
9170
9190
|
});
|
|
9171
|
-
XIcon.prototype
|
|
9172
|
-
this.r = true;
|
|
9173
|
-
};
|
|
9174
|
-
XIcon.prototype.b4 = function () {
|
|
9175
|
-
this.r = false;
|
|
9176
|
-
};
|
|
9177
|
-
Object.defineProperty(XIcon.prototype, "k", {
|
|
9191
|
+
Object.defineProperty(XIcon.prototype, "dd", {
|
|
9178
9192
|
get: function () {
|
|
9179
|
-
return this.
|
|
9193
|
+
return this.cv;
|
|
9180
9194
|
},
|
|
9181
9195
|
set: function (a) {
|
|
9182
|
-
var b = this.
|
|
9183
|
-
this.
|
|
9184
|
-
if (b != this.
|
|
9185
|
-
this.
|
|
9196
|
+
var b = this.cv;
|
|
9197
|
+
this.cv = a;
|
|
9198
|
+
if (b != this.cv) {
|
|
9199
|
+
this.cb("TextColor", b, a);
|
|
9186
9200
|
}
|
|
9187
9201
|
},
|
|
9188
9202
|
enumerable: false,
|
|
9189
9203
|
configurable: true
|
|
9190
9204
|
});
|
|
9191
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9205
|
+
Object.defineProperty(XIcon.prototype, "c5", {
|
|
9192
9206
|
get: function () {
|
|
9193
|
-
return this.
|
|
9207
|
+
return this.cn;
|
|
9194
9208
|
},
|
|
9195
9209
|
set: function (a) {
|
|
9196
|
-
var b = this.
|
|
9197
|
-
this.
|
|
9198
|
-
if (b != this.
|
|
9199
|
-
this.
|
|
9210
|
+
var b = this.cn;
|
|
9211
|
+
this.cn = a;
|
|
9212
|
+
if (b != this.cn) {
|
|
9213
|
+
this.cb("HoverFill", b, a);
|
|
9200
9214
|
}
|
|
9201
9215
|
},
|
|
9202
9216
|
enumerable: false,
|
|
9203
9217
|
configurable: true
|
|
9204
9218
|
});
|
|
9205
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9219
|
+
Object.defineProperty(XIcon.prototype, "c6", {
|
|
9206
9220
|
get: function () {
|
|
9207
|
-
return this.
|
|
9221
|
+
return this.co;
|
|
9222
|
+
},
|
|
9223
|
+
set: function (a) {
|
|
9224
|
+
var b = this.co;
|
|
9225
|
+
this.co = a;
|
|
9226
|
+
if (b != this.co) {
|
|
9227
|
+
this.cb("HoverStroke", b, a);
|
|
9228
|
+
}
|
|
9208
9229
|
},
|
|
9209
9230
|
enumerable: false,
|
|
9210
9231
|
configurable: true
|
|
9211
9232
|
});
|
|
9212
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9233
|
+
Object.defineProperty(XIcon.prototype, "aj", {
|
|
9213
9234
|
get: function () {
|
|
9214
|
-
return this.
|
|
9235
|
+
return this.x;
|
|
9215
9236
|
},
|
|
9216
9237
|
set: function (a) {
|
|
9217
|
-
var b = this.
|
|
9218
|
-
this.
|
|
9219
|
-
this.
|
|
9220
|
-
|
|
9221
|
-
this.b5("TabIndex", b, a);
|
|
9238
|
+
var b = this.x;
|
|
9239
|
+
this.x = a;
|
|
9240
|
+
if (b != this.x) {
|
|
9241
|
+
this.cb("HoverStrokeThickness", b, a);
|
|
9222
9242
|
}
|
|
9223
9243
|
},
|
|
9224
9244
|
enumerable: false,
|
|
9225
9245
|
configurable: true
|
|
9226
9246
|
});
|
|
9227
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9247
|
+
Object.defineProperty(XIcon.prototype, "c7", {
|
|
9228
9248
|
get: function () {
|
|
9229
|
-
return this.
|
|
9249
|
+
return this.cp;
|
|
9230
9250
|
},
|
|
9231
9251
|
set: function (a) {
|
|
9232
|
-
var b = this.
|
|
9233
|
-
this.
|
|
9234
|
-
if (b != this.
|
|
9235
|
-
this.
|
|
9252
|
+
var b = this.cp;
|
|
9253
|
+
this.cp = a;
|
|
9254
|
+
if (b != this.cp) {
|
|
9255
|
+
this.cb("HoverTextColor", b, a);
|
|
9236
9256
|
}
|
|
9237
9257
|
},
|
|
9238
9258
|
enumerable: false,
|
|
9239
9259
|
configurable: true
|
|
9240
9260
|
});
|
|
9241
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9261
|
+
Object.defineProperty(XIcon.prototype, "e", {
|
|
9242
9262
|
get: function () {
|
|
9243
|
-
return this.
|
|
9263
|
+
return this.c;
|
|
9244
9264
|
},
|
|
9245
9265
|
set: function (a) {
|
|
9246
|
-
var b = this.
|
|
9247
|
-
this.
|
|
9248
|
-
if (b != this.
|
|
9249
|
-
this.
|
|
9266
|
+
var b = this.c;
|
|
9267
|
+
this.c = a;
|
|
9268
|
+
if (b != this.c) {
|
|
9269
|
+
this.cb("FillColors", b, this.c);
|
|
9250
9270
|
}
|
|
9251
9271
|
},
|
|
9252
9272
|
enumerable: false,
|
|
9253
9273
|
configurable: true
|
|
9254
9274
|
});
|
|
9255
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9275
|
+
Object.defineProperty(XIcon.prototype, "f", {
|
|
9256
9276
|
get: function () {
|
|
9257
|
-
return this.
|
|
9277
|
+
return this.d;
|
|
9258
9278
|
},
|
|
9259
9279
|
set: function (a) {
|
|
9260
|
-
var b = this.
|
|
9261
|
-
this.
|
|
9262
|
-
if (b != this.
|
|
9263
|
-
this.
|
|
9280
|
+
var b = this.d;
|
|
9281
|
+
this.d = a;
|
|
9282
|
+
if (b != this.d) {
|
|
9283
|
+
this.cb("StrokeColors", b, this.d);
|
|
9264
9284
|
}
|
|
9265
9285
|
},
|
|
9266
9286
|
enumerable: false,
|
|
9267
9287
|
configurable: true
|
|
9268
9288
|
});
|
|
9269
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9289
|
+
Object.defineProperty(XIcon.prototype, "c8", {
|
|
9270
9290
|
get: function () {
|
|
9271
|
-
return this.
|
|
9291
|
+
return this.cq;
|
|
9272
9292
|
},
|
|
9273
9293
|
set: function (a) {
|
|
9274
|
-
var b = this.
|
|
9275
|
-
this.
|
|
9276
|
-
if (b != this.
|
|
9277
|
-
this.
|
|
9294
|
+
var b = this.cq;
|
|
9295
|
+
this.cq = a;
|
|
9296
|
+
if (b != this.cq) {
|
|
9297
|
+
this.cb("PrimaryFillColor", b, this.cq);
|
|
9278
9298
|
}
|
|
9279
9299
|
},
|
|
9280
9300
|
enumerable: false,
|
|
9281
9301
|
configurable: true
|
|
9282
9302
|
});
|
|
9283
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9303
|
+
Object.defineProperty(XIcon.prototype, "c9", {
|
|
9284
9304
|
get: function () {
|
|
9285
|
-
return this.
|
|
9305
|
+
return this.cr;
|
|
9286
9306
|
},
|
|
9287
9307
|
set: function (a) {
|
|
9288
|
-
var b = this.
|
|
9289
|
-
this.
|
|
9290
|
-
if (b != this.
|
|
9291
|
-
this.
|
|
9308
|
+
var b = this.cr;
|
|
9309
|
+
this.cr = a;
|
|
9310
|
+
if (b != this.cr) {
|
|
9311
|
+
this.cb("PrimaryStrokeColor", b, this.cr);
|
|
9292
9312
|
}
|
|
9293
9313
|
},
|
|
9294
9314
|
enumerable: false,
|
|
9295
9315
|
configurable: true
|
|
9296
9316
|
});
|
|
9297
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9317
|
+
Object.defineProperty(XIcon.prototype, "da", {
|
|
9298
9318
|
get: function () {
|
|
9299
|
-
return this.
|
|
9319
|
+
return this.cs;
|
|
9300
9320
|
},
|
|
9301
9321
|
set: function (a) {
|
|
9302
|
-
var b = this.
|
|
9303
|
-
this.
|
|
9304
|
-
if (b != this.
|
|
9305
|
-
this.
|
|
9322
|
+
var b = this.cs;
|
|
9323
|
+
this.cs = a;
|
|
9324
|
+
if (b != this.cs) {
|
|
9325
|
+
this.cb("SecondaryFillColor", b, this.cs);
|
|
9306
9326
|
}
|
|
9307
9327
|
},
|
|
9308
9328
|
enumerable: false,
|
|
9309
9329
|
configurable: true
|
|
9310
9330
|
});
|
|
9311
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9331
|
+
Object.defineProperty(XIcon.prototype, "db", {
|
|
9312
9332
|
get: function () {
|
|
9313
|
-
return this.
|
|
9333
|
+
return this.ct;
|
|
9314
9334
|
},
|
|
9315
9335
|
set: function (a) {
|
|
9316
|
-
var b = this.
|
|
9317
|
-
this.
|
|
9318
|
-
if (b != this.
|
|
9319
|
-
this.
|
|
9336
|
+
var b = this.ct;
|
|
9337
|
+
this.ct = a;
|
|
9338
|
+
if (b != this.ct) {
|
|
9339
|
+
this.cb("SecondaryStrokeColor", b, this.ct);
|
|
9340
|
+
}
|
|
9341
|
+
},
|
|
9342
|
+
enumerable: false,
|
|
9343
|
+
configurable: true
|
|
9344
|
+
});
|
|
9345
|
+
Object.defineProperty(XIcon.prototype, "a7", {
|
|
9346
|
+
get: function () {
|
|
9347
|
+
return this.aw;
|
|
9348
|
+
},
|
|
9349
|
+
set: function (a) {
|
|
9350
|
+
var b = this.aw;
|
|
9351
|
+
this.aw = a;
|
|
9352
|
+
if (b != this.aw) {
|
|
9353
|
+
this.cb("DataURL", b, a);
|
|
9354
|
+
}
|
|
9355
|
+
},
|
|
9356
|
+
enumerable: false,
|
|
9357
|
+
configurable: true
|
|
9358
|
+
});
|
|
9359
|
+
Object.defineProperty(XIcon.prototype, "svgPath", {
|
|
9360
|
+
get: function () {
|
|
9361
|
+
return this.az;
|
|
9362
|
+
},
|
|
9363
|
+
set: function (a) {
|
|
9364
|
+
var b = this.az;
|
|
9365
|
+
this.az = a;
|
|
9366
|
+
if (b != this.az) {
|
|
9367
|
+
this.cb("SVGPath", b, a);
|
|
9368
|
+
}
|
|
9369
|
+
},
|
|
9370
|
+
enumerable: false,
|
|
9371
|
+
configurable: true
|
|
9372
|
+
});
|
|
9373
|
+
Object.defineProperty(XIcon.prototype, "svg", {
|
|
9374
|
+
get: function () {
|
|
9375
|
+
return this.ay;
|
|
9376
|
+
},
|
|
9377
|
+
set: function (a) {
|
|
9378
|
+
var b = this.ay;
|
|
9379
|
+
this.ay = a;
|
|
9380
|
+
if (b != this.ay) {
|
|
9381
|
+
this.cb("SVG", b, this.ay);
|
|
9382
|
+
}
|
|
9383
|
+
},
|
|
9384
|
+
enumerable: false,
|
|
9385
|
+
configurable: true
|
|
9386
|
+
});
|
|
9387
|
+
Object.defineProperty(XIcon.prototype, "b", {
|
|
9388
|
+
get: function () {
|
|
9389
|
+
return this.a;
|
|
9390
|
+
},
|
|
9391
|
+
set: function (a) {
|
|
9392
|
+
var b = this.a;
|
|
9393
|
+
this.a = a;
|
|
9394
|
+
if (b != this.a) {
|
|
9395
|
+
this.cb("SVGPaths", b, this.a);
|
|
9396
|
+
}
|
|
9397
|
+
},
|
|
9398
|
+
enumerable: false,
|
|
9399
|
+
configurable: true
|
|
9400
|
+
});
|
|
9401
|
+
XIcon.prototype.b9 = function () {
|
|
9402
|
+
this.t = true;
|
|
9403
|
+
};
|
|
9404
|
+
XIcon.prototype.ca = function () {
|
|
9405
|
+
this.t = false;
|
|
9406
|
+
};
|
|
9407
|
+
Object.defineProperty(XIcon.prototype, "m", {
|
|
9408
|
+
get: function () {
|
|
9409
|
+
return this.l;
|
|
9410
|
+
},
|
|
9411
|
+
set: function (a) {
|
|
9412
|
+
var b = this.l;
|
|
9413
|
+
this.l = a;
|
|
9414
|
+
if (b != this.l) {
|
|
9415
|
+
this.cb("TextStyle", b, a);
|
|
9416
|
+
}
|
|
9417
|
+
},
|
|
9418
|
+
enumerable: false,
|
|
9419
|
+
configurable: true
|
|
9420
|
+
});
|
|
9421
|
+
Object.defineProperty(XIcon.prototype, "bh", {
|
|
9422
|
+
get: function () {
|
|
9423
|
+
return this.ax;
|
|
9424
|
+
},
|
|
9425
|
+
set: function (a) {
|
|
9426
|
+
var b = this.ax;
|
|
9427
|
+
this.ax = a;
|
|
9428
|
+
if (b != this.ax) {
|
|
9429
|
+
this.cb("Id", b, a);
|
|
9430
|
+
}
|
|
9431
|
+
},
|
|
9432
|
+
enumerable: false,
|
|
9433
|
+
configurable: true
|
|
9434
|
+
});
|
|
9435
|
+
Object.defineProperty(XIcon.prototype, "q", {
|
|
9436
|
+
get: function () {
|
|
9437
|
+
return this.n;
|
|
9438
|
+
},
|
|
9439
|
+
enumerable: false,
|
|
9440
|
+
configurable: true
|
|
9441
|
+
});
|
|
9442
|
+
Object.defineProperty(XIcon.prototype, "as", {
|
|
9443
|
+
get: function () {
|
|
9444
|
+
return this.ar;
|
|
9445
|
+
},
|
|
9446
|
+
set: function (a) {
|
|
9447
|
+
var b = this.ar;
|
|
9448
|
+
this.ar = a;
|
|
9449
|
+
this.n = true;
|
|
9450
|
+
if (b != this.ar) {
|
|
9451
|
+
this.cb("TabIndex", b, a);
|
|
9452
|
+
}
|
|
9453
|
+
},
|
|
9454
|
+
enumerable: false,
|
|
9455
|
+
configurable: true
|
|
9456
|
+
});
|
|
9457
|
+
Object.defineProperty(XIcon.prototype, "a4", {
|
|
9458
|
+
get: function () {
|
|
9459
|
+
return this.av;
|
|
9460
|
+
},
|
|
9461
|
+
set: function (a) {
|
|
9462
|
+
var b = this.av;
|
|
9463
|
+
this.av = a;
|
|
9464
|
+
if (b != this.av) {
|
|
9465
|
+
this.cb("AriaLabel", b, a);
|
|
9466
|
+
}
|
|
9467
|
+
},
|
|
9468
|
+
enumerable: false,
|
|
9469
|
+
configurable: true
|
|
9470
|
+
});
|
|
9471
|
+
Object.defineProperty(XIcon.prototype, "t", {
|
|
9472
|
+
get: function () {
|
|
9473
|
+
return this.p;
|
|
9474
|
+
},
|
|
9475
|
+
set: function (a) {
|
|
9476
|
+
var b = this.p;
|
|
9477
|
+
this.p = a;
|
|
9478
|
+
if (b != this.p) {
|
|
9479
|
+
this.cb("IsHover", b, a);
|
|
9480
|
+
}
|
|
9481
|
+
},
|
|
9482
|
+
enumerable: false,
|
|
9483
|
+
configurable: true
|
|
9484
|
+
});
|
|
9485
|
+
Object.defineProperty(XIcon.prototype, "disabled", {
|
|
9486
|
+
get: function () {
|
|
9487
|
+
return this.o;
|
|
9488
|
+
},
|
|
9489
|
+
set: function (a) {
|
|
9490
|
+
var b = this.o;
|
|
9491
|
+
this.o = a;
|
|
9492
|
+
if (b != this.o) {
|
|
9493
|
+
this.cb("IsDisabled", b, a);
|
|
9320
9494
|
}
|
|
9321
9495
|
},
|
|
9322
9496
|
enumerable: false,
|
|
@@ -9330,7 +9504,21 @@
|
|
|
9330
9504
|
var b = this.y;
|
|
9331
9505
|
this.y = a;
|
|
9332
9506
|
if (b != this.y) {
|
|
9333
|
-
this.
|
|
9507
|
+
this.cb("Opacity", b, this.y);
|
|
9508
|
+
}
|
|
9509
|
+
},
|
|
9510
|
+
enumerable: false,
|
|
9511
|
+
configurable: true
|
|
9512
|
+
});
|
|
9513
|
+
Object.defineProperty(XIcon.prototype, "an", {
|
|
9514
|
+
get: function () {
|
|
9515
|
+
return this.ab;
|
|
9516
|
+
},
|
|
9517
|
+
set: function (a) {
|
|
9518
|
+
var b = this.ab;
|
|
9519
|
+
this.ab = a;
|
|
9520
|
+
if (b != this.ab) {
|
|
9521
|
+
this.cb("ViewBoxLeft", b, this.ab);
|
|
9334
9522
|
}
|
|
9335
9523
|
},
|
|
9336
9524
|
enumerable: false,
|
|
@@ -9344,35 +9532,77 @@
|
|
|
9344
9532
|
var b = this.ac;
|
|
9345
9533
|
this.ac = a;
|
|
9346
9534
|
if (b != this.ac) {
|
|
9347
|
-
this.
|
|
9535
|
+
this.cb("ViewBoxTop", b, this.ac);
|
|
9348
9536
|
}
|
|
9349
9537
|
},
|
|
9350
9538
|
enumerable: false,
|
|
9351
9539
|
configurable: true
|
|
9352
9540
|
});
|
|
9353
|
-
Object.defineProperty(XIcon.prototype, "
|
|
9541
|
+
Object.defineProperty(XIcon.prototype, "ap", {
|
|
9354
9542
|
get: function () {
|
|
9355
|
-
return this.
|
|
9543
|
+
return this.ad;
|
|
9356
9544
|
},
|
|
9357
9545
|
set: function (a) {
|
|
9358
|
-
var b = this.
|
|
9359
|
-
this.
|
|
9360
|
-
if (b != this.
|
|
9361
|
-
this.
|
|
9546
|
+
var b = this.ad;
|
|
9547
|
+
this.ad = a;
|
|
9548
|
+
if (b != this.ad) {
|
|
9549
|
+
this.cb("ViewBoxWidth", b, this.ad);
|
|
9550
|
+
}
|
|
9551
|
+
},
|
|
9552
|
+
enumerable: false,
|
|
9553
|
+
configurable: true
|
|
9554
|
+
});
|
|
9555
|
+
Object.defineProperty(XIcon.prototype, "am", {
|
|
9556
|
+
get: function () {
|
|
9557
|
+
return this.aa;
|
|
9558
|
+
},
|
|
9559
|
+
set: function (a) {
|
|
9560
|
+
var b = this.aa;
|
|
9561
|
+
this.aa = a;
|
|
9562
|
+
if (b != this.aa) {
|
|
9563
|
+
this.cb("ViewBoxHeight", b, this.aa);
|
|
9362
9564
|
}
|
|
9363
9565
|
},
|
|
9364
9566
|
enumerable: false,
|
|
9365
9567
|
configurable: true
|
|
9366
9568
|
});
|
|
9367
|
-
XIcon.prototype
|
|
9569
|
+
Object.defineProperty(XIcon.prototype, "aq", {
|
|
9570
|
+
get: function () {
|
|
9571
|
+
return this.ae;
|
|
9572
|
+
},
|
|
9573
|
+
set: function (a) {
|
|
9574
|
+
var b = this.ae;
|
|
9575
|
+
this.ae = a;
|
|
9576
|
+
if (b != this.ae) {
|
|
9577
|
+
this.cb("Width", b, this.ae);
|
|
9578
|
+
}
|
|
9579
|
+
},
|
|
9580
|
+
enumerable: false,
|
|
9581
|
+
configurable: true
|
|
9582
|
+
});
|
|
9583
|
+
Object.defineProperty(XIcon.prototype, "ai", {
|
|
9584
|
+
get: function () {
|
|
9585
|
+
return this.w;
|
|
9586
|
+
},
|
|
9587
|
+
set: function (a) {
|
|
9588
|
+
var b = this.w;
|
|
9589
|
+
this.w = a;
|
|
9590
|
+
if (b != this.w) {
|
|
9591
|
+
this.cb("Height", b, this.w);
|
|
9592
|
+
}
|
|
9593
|
+
},
|
|
9594
|
+
enumerable: false,
|
|
9595
|
+
configurable: true
|
|
9596
|
+
});
|
|
9597
|
+
XIcon.prototype.cc = function () {
|
|
9368
9598
|
};
|
|
9369
9599
|
XIcon.prototype.onDetachedFromUI = function () {
|
|
9370
|
-
this.view.
|
|
9600
|
+
this.view.ai();
|
|
9371
9601
|
};
|
|
9372
9602
|
XIcon.prototype.onAttachedToUI = function () {
|
|
9373
|
-
this.view.
|
|
9603
|
+
this.view.af();
|
|
9374
9604
|
};
|
|
9375
|
-
XIcon.prototype.
|
|
9605
|
+
XIcon.prototype.b7 = function () {
|
|
9376
9606
|
if (this.disabled) {
|
|
9377
9607
|
return;
|
|
9378
9608
|
}
|
|
@@ -9380,72 +9610,73 @@
|
|
|
9380
9610
|
this.clicked(this, new IconClickedEventArgs());
|
|
9381
9611
|
}
|
|
9382
9612
|
};
|
|
9383
|
-
XIcon.prototype.
|
|
9384
|
-
return this.view.
|
|
9613
|
+
XIcon.prototype.u = function () {
|
|
9614
|
+
return this.view.j();
|
|
9385
9615
|
};
|
|
9386
|
-
XIcon.prototype.
|
|
9387
|
-
return this.
|
|
9616
|
+
XIcon.prototype.au = function () {
|
|
9617
|
+
return this.g();
|
|
9388
9618
|
};
|
|
9389
|
-
XIcon.prototype.
|
|
9390
|
-
var a = this.
|
|
9391
|
-
return a.
|
|
9619
|
+
XIcon.prototype.a9 = function () {
|
|
9620
|
+
var a = this.g();
|
|
9621
|
+
return a.k();
|
|
9392
9622
|
};
|
|
9393
|
-
XIcon.prototype.
|
|
9623
|
+
XIcon.prototype.g = function () {
|
|
9394
9624
|
var a = new IconVisualModelExport();
|
|
9395
|
-
var b = this.view.
|
|
9625
|
+
var b = this.view.x;
|
|
9396
9626
|
a.a = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.al(b));
|
|
9397
9627
|
a.c = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.al(b));
|
|
9398
9628
|
a.b = igniteuiWebcomponentsCore.AppearanceHelper.a(igniteuiWebcomponentsCore.NativeUI.am(b));
|
|
9399
|
-
a.d = this.
|
|
9400
|
-
var c = this.view.
|
|
9629
|
+
a.d = this.af;
|
|
9630
|
+
var c = this.view.b();
|
|
9401
9631
|
a.h = c[0];
|
|
9402
9632
|
a.f = c[1];
|
|
9403
9633
|
a.e = igniteuiWebcomponentsCore.NativeUI.d(b);
|
|
9404
9634
|
a.i = igniteuiWebcomponentsCore.NativeUI.k(b);
|
|
9405
9635
|
a.svgPath = this.svgPath;
|
|
9406
|
-
|
|
9407
|
-
|
|
9408
|
-
|
|
9409
|
-
|
|
9636
|
+
a.j = this.a7;
|
|
9637
|
+
if (this.m != null) {
|
|
9638
|
+
var d = this.m;
|
|
9639
|
+
if (this.view != null && d.q == null) {
|
|
9640
|
+
var e = this.view.t;
|
|
9410
9641
|
var f = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(e, d.fontString);
|
|
9411
|
-
d.p = f.p;
|
|
9412
|
-
d.e = f.e;
|
|
9413
9642
|
d.q = f.q;
|
|
9414
|
-
d.
|
|
9643
|
+
d.f = f.f;
|
|
9644
|
+
d.r = f.r;
|
|
9415
9645
|
d.t = f.t;
|
|
9416
9646
|
d.u = f.u;
|
|
9647
|
+
d.v = f.v;
|
|
9417
9648
|
}
|
|
9418
|
-
if (d.
|
|
9419
|
-
a.
|
|
9649
|
+
if (d.q != null) {
|
|
9650
|
+
a.m = d.q;
|
|
9420
9651
|
}
|
|
9421
|
-
if (!igniteuiWebcomponentsCore.isNaN_(d.
|
|
9422
|
-
a.g = d.
|
|
9652
|
+
if (!igniteuiWebcomponentsCore.isNaN_(d.f)) {
|
|
9653
|
+
a.g = d.f;
|
|
9423
9654
|
}
|
|
9424
|
-
if (d.
|
|
9425
|
-
a.
|
|
9655
|
+
if (d.v != null) {
|
|
9656
|
+
a.q = d.v;
|
|
9426
9657
|
}
|
|
9427
|
-
if (d.
|
|
9428
|
-
a.
|
|
9658
|
+
if (d.t != null) {
|
|
9659
|
+
a.o = d.t;
|
|
9429
9660
|
}
|
|
9430
|
-
if (d.
|
|
9431
|
-
a.
|
|
9661
|
+
if (d.r != null) {
|
|
9662
|
+
a.n = d.t;
|
|
9432
9663
|
}
|
|
9433
9664
|
}
|
|
9434
9665
|
return a;
|
|
9435
9666
|
};
|
|
9436
9667
|
XIcon.prototype.provideContainer = function (a) {
|
|
9437
|
-
this.view.
|
|
9668
|
+
this.view.ah(a);
|
|
9438
9669
|
};
|
|
9439
9670
|
XIcon.$t = igniteuiWebcomponentsCore.markType(XIcon, 'XIcon', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type, igniteuiWebcomponentsCore.IIcon_$type]);
|
|
9440
|
-
XIcon.
|
|
9441
|
-
XIcon.
|
|
9442
|
-
XIcon.
|
|
9443
|
-
XIcon.
|
|
9444
|
-
XIcon.
|
|
9445
|
-
XIcon.
|
|
9446
|
-
XIcon.
|
|
9447
|
-
XIcon.
|
|
9448
|
-
XIcon.
|
|
9671
|
+
XIcon.cz = null;
|
|
9672
|
+
XIcon.c4 = null;
|
|
9673
|
+
XIcon.c3 = null;
|
|
9674
|
+
XIcon.c0 = null;
|
|
9675
|
+
XIcon.c1 = null;
|
|
9676
|
+
XIcon.c2 = null;
|
|
9677
|
+
XIcon.ah = NaN;
|
|
9678
|
+
XIcon.ag = NaN;
|
|
9679
|
+
XIcon.at = 0;
|
|
9449
9680
|
return XIcon;
|
|
9450
9681
|
}(igniteuiWebcomponentsCore.Base));
|
|
9451
9682
|
|
|
@@ -9663,11 +9894,11 @@
|
|
|
9663
9894
|
* Gets or sets the base built in theme to use for the button.
|
|
9664
9895
|
*/
|
|
9665
9896
|
get: function () {
|
|
9666
|
-
return this.i.
|
|
9897
|
+
return this.i.k;
|
|
9667
9898
|
},
|
|
9668
9899
|
set: function (v) {
|
|
9669
|
-
this.i.
|
|
9670
|
-
this._a("baseTheme", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.i.
|
|
9900
|
+
this.i.k = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.BaseControlTheme_$type, v);
|
|
9901
|
+
this._a("baseTheme", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.BaseControlTheme_$type, this.i.k));
|
|
9671
9902
|
},
|
|
9672
9903
|
enumerable: false,
|
|
9673
9904
|
configurable: true
|
|
@@ -9677,11 +9908,11 @@
|
|
|
9677
9908
|
* Gets the fill color currently used by the icon.
|
|
9678
9909
|
*/
|
|
9679
9910
|
get: function () {
|
|
9680
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
9911
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.cw);
|
|
9681
9912
|
},
|
|
9682
9913
|
set: function (v) {
|
|
9683
|
-
this.i.
|
|
9684
|
-
this._a("actualFill", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
9914
|
+
this.i.cw = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
9915
|
+
this._a("actualFill", igniteuiWebcomponentsCore.brushToString(this.i.cw));
|
|
9685
9916
|
},
|
|
9686
9917
|
enumerable: false,
|
|
9687
9918
|
configurable: true
|
|
@@ -9691,11 +9922,11 @@
|
|
|
9691
9922
|
* Gets the stroke color currently used by the icon.
|
|
9692
9923
|
*/
|
|
9693
9924
|
get: function () {
|
|
9694
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
9925
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.cx);
|
|
9695
9926
|
},
|
|
9696
9927
|
set: function (v) {
|
|
9697
|
-
this.i.
|
|
9698
|
-
this._a("actualStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
9928
|
+
this.i.cx = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
9929
|
+
this._a("actualStroke", igniteuiWebcomponentsCore.brushToString(this.i.cx));
|
|
9699
9930
|
},
|
|
9700
9931
|
enumerable: false,
|
|
9701
9932
|
configurable: true
|
|
@@ -9705,11 +9936,11 @@
|
|
|
9705
9936
|
* Gets the text color currently used by the icon.
|
|
9706
9937
|
*/
|
|
9707
9938
|
get: function () {
|
|
9708
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
9939
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.cy);
|
|
9709
9940
|
},
|
|
9710
9941
|
set: function (v) {
|
|
9711
|
-
this.i.
|
|
9712
|
-
this._a("actualTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
9942
|
+
this.i.cy = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
9943
|
+
this._a("actualTextColor", igniteuiWebcomponentsCore.brushToString(this.i.cy));
|
|
9713
9944
|
},
|
|
9714
9945
|
enumerable: false,
|
|
9715
9946
|
configurable: true
|
|
@@ -9719,11 +9950,11 @@
|
|
|
9719
9950
|
* Gets the stroke width currently used by the icon.
|
|
9720
9951
|
*/
|
|
9721
9952
|
get: function () {
|
|
9722
|
-
return this.i.
|
|
9953
|
+
return this.i.af;
|
|
9723
9954
|
},
|
|
9724
9955
|
set: function (v) {
|
|
9725
|
-
this.i.
|
|
9726
|
-
this._a("actualStrokeWidth", this.i.
|
|
9956
|
+
this.i.af = +v;
|
|
9957
|
+
this._a("actualStrokeWidth", this.i.af);
|
|
9727
9958
|
},
|
|
9728
9959
|
enumerable: false,
|
|
9729
9960
|
configurable: true
|
|
@@ -9747,11 +9978,11 @@
|
|
|
9747
9978
|
* Gets or sets the stroke color to use for the icon.
|
|
9748
9979
|
*/
|
|
9749
9980
|
get: function () {
|
|
9750
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
9981
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dc);
|
|
9751
9982
|
},
|
|
9752
9983
|
set: function (v) {
|
|
9753
|
-
this.i.
|
|
9754
|
-
this._a("stroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
9984
|
+
this.i.dc = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
9985
|
+
this._a("stroke", igniteuiWebcomponentsCore.brushToString(this.i.dc));
|
|
9755
9986
|
},
|
|
9756
9987
|
enumerable: false,
|
|
9757
9988
|
configurable: true
|
|
@@ -9761,11 +9992,11 @@
|
|
|
9761
9992
|
* Gets or sets the stroke thickness to use for the icon.
|
|
9762
9993
|
*/
|
|
9763
9994
|
get: function () {
|
|
9764
|
-
return this.i.
|
|
9995
|
+
return this.i.al;
|
|
9765
9996
|
},
|
|
9766
9997
|
set: function (v) {
|
|
9767
|
-
this.i.
|
|
9768
|
-
this._a("strokeWidth", this.i.
|
|
9998
|
+
this.i.al = +v;
|
|
9999
|
+
this._a("strokeWidth", this.i.al);
|
|
9769
10000
|
},
|
|
9770
10001
|
enumerable: false,
|
|
9771
10002
|
configurable: true
|
|
@@ -9775,11 +10006,11 @@
|
|
|
9775
10006
|
* Gets or sets the text color to use for the icon.
|
|
9776
10007
|
*/
|
|
9777
10008
|
get: function () {
|
|
9778
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10009
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.dd);
|
|
9779
10010
|
},
|
|
9780
10011
|
set: function (v) {
|
|
9781
|
-
this.i.
|
|
9782
|
-
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10012
|
+
this.i.dd = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10013
|
+
this._a("textColor", igniteuiWebcomponentsCore.brushToString(this.i.dd));
|
|
9783
10014
|
},
|
|
9784
10015
|
enumerable: false,
|
|
9785
10016
|
configurable: true
|
|
@@ -9789,11 +10020,11 @@
|
|
|
9789
10020
|
* Gets or sets the fill color to use when the icon is hovered.
|
|
9790
10021
|
*/
|
|
9791
10022
|
get: function () {
|
|
9792
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10023
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c5);
|
|
9793
10024
|
},
|
|
9794
10025
|
set: function (v) {
|
|
9795
|
-
this.i.
|
|
9796
|
-
this._a("hoverFill", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10026
|
+
this.i.c5 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10027
|
+
this._a("hoverFill", igniteuiWebcomponentsCore.brushToString(this.i.c5));
|
|
9797
10028
|
},
|
|
9798
10029
|
enumerable: false,
|
|
9799
10030
|
configurable: true
|
|
@@ -9803,11 +10034,11 @@
|
|
|
9803
10034
|
* Gets or sets the stroke color to use when the icon is hovered.
|
|
9804
10035
|
*/
|
|
9805
10036
|
get: function () {
|
|
9806
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10037
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c6);
|
|
9807
10038
|
},
|
|
9808
10039
|
set: function (v) {
|
|
9809
|
-
this.i.
|
|
9810
|
-
this._a("hoverStroke", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10040
|
+
this.i.c6 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10041
|
+
this._a("hoverStroke", igniteuiWebcomponentsCore.brushToString(this.i.c6));
|
|
9811
10042
|
},
|
|
9812
10043
|
enumerable: false,
|
|
9813
10044
|
configurable: true
|
|
@@ -9817,11 +10048,11 @@
|
|
|
9817
10048
|
* Gets or sets the stroke thickness to use when the icon is hovered.
|
|
9818
10049
|
*/
|
|
9819
10050
|
get: function () {
|
|
9820
|
-
return this.i.
|
|
10051
|
+
return this.i.aj;
|
|
9821
10052
|
},
|
|
9822
10053
|
set: function (v) {
|
|
9823
|
-
this.i.
|
|
9824
|
-
this._a("hoverStrokeThickness", this.i.
|
|
10054
|
+
this.i.aj = +v;
|
|
10055
|
+
this._a("hoverStrokeThickness", this.i.aj);
|
|
9825
10056
|
},
|
|
9826
10057
|
enumerable: false,
|
|
9827
10058
|
configurable: true
|
|
@@ -9831,11 +10062,11 @@
|
|
|
9831
10062
|
* Gets or sets the text color to use when the icon is hovered.
|
|
9832
10063
|
*/
|
|
9833
10064
|
get: function () {
|
|
9834
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10065
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c7);
|
|
9835
10066
|
},
|
|
9836
10067
|
set: function (v) {
|
|
9837
|
-
this.i.
|
|
9838
|
-
this._a("hoverTextColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10068
|
+
this.i.c7 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10069
|
+
this._a("hoverTextColor", igniteuiWebcomponentsCore.brushToString(this.i.c7));
|
|
9839
10070
|
},
|
|
9840
10071
|
enumerable: false,
|
|
9841
10072
|
configurable: true
|
|
@@ -9848,11 +10079,11 @@
|
|
|
9848
10079
|
* class where # is a number from 0 to count - 1.
|
|
9849
10080
|
*/
|
|
9850
10081
|
get: function () {
|
|
9851
|
-
return igniteuiWebcomponentsCore.fromBrushCollection(this.i.
|
|
10082
|
+
return igniteuiWebcomponentsCore.fromBrushCollection(this.i.e);
|
|
9852
10083
|
},
|
|
9853
10084
|
set: function (v) {
|
|
9854
|
-
this.i.
|
|
9855
|
-
this._a("fillColors", igniteuiWebcomponentsCore.brushCollectionToString(this.i.
|
|
10085
|
+
this.i.e = igniteuiWebcomponentsCore.toBrushCollection(v);
|
|
10086
|
+
this._a("fillColors", igniteuiWebcomponentsCore.brushCollectionToString(this.i.e));
|
|
9856
10087
|
},
|
|
9857
10088
|
enumerable: false,
|
|
9858
10089
|
configurable: true
|
|
@@ -9865,11 +10096,11 @@
|
|
|
9865
10096
|
* class where # is a number from 0 to count - 1.
|
|
9866
10097
|
*/
|
|
9867
10098
|
get: function () {
|
|
9868
|
-
return igniteuiWebcomponentsCore.fromBrushCollection(this.i.
|
|
10099
|
+
return igniteuiWebcomponentsCore.fromBrushCollection(this.i.f);
|
|
9869
10100
|
},
|
|
9870
10101
|
set: function (v) {
|
|
9871
|
-
this.i.
|
|
9872
|
-
this._a("strokeColors", igniteuiWebcomponentsCore.brushCollectionToString(this.i.
|
|
10102
|
+
this.i.f = igniteuiWebcomponentsCore.toBrushCollection(v);
|
|
10103
|
+
this._a("strokeColors", igniteuiWebcomponentsCore.brushCollectionToString(this.i.f));
|
|
9873
10104
|
},
|
|
9874
10105
|
enumerable: false,
|
|
9875
10106
|
configurable: true
|
|
@@ -9883,11 +10114,11 @@
|
|
|
9883
10114
|
* class.
|
|
9884
10115
|
*/
|
|
9885
10116
|
get: function () {
|
|
9886
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10117
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c8);
|
|
9887
10118
|
},
|
|
9888
10119
|
set: function (v) {
|
|
9889
|
-
this.i.
|
|
9890
|
-
this._a("primaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10120
|
+
this.i.c8 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10121
|
+
this._a("primaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.c8));
|
|
9891
10122
|
},
|
|
9892
10123
|
enumerable: false,
|
|
9893
10124
|
configurable: true
|
|
@@ -9901,11 +10132,11 @@
|
|
|
9901
10132
|
* class.
|
|
9902
10133
|
*/
|
|
9903
10134
|
get: function () {
|
|
9904
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10135
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.c9);
|
|
9905
10136
|
},
|
|
9906
10137
|
set: function (v) {
|
|
9907
|
-
this.i.
|
|
9908
|
-
this._a("primaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10138
|
+
this.i.c9 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10139
|
+
this._a("primaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.c9));
|
|
9909
10140
|
},
|
|
9910
10141
|
enumerable: false,
|
|
9911
10142
|
configurable: true
|
|
@@ -9919,11 +10150,11 @@
|
|
|
9919
10150
|
* class.
|
|
9920
10151
|
*/
|
|
9921
10152
|
get: function () {
|
|
9922
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10153
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.da);
|
|
9923
10154
|
},
|
|
9924
10155
|
set: function (v) {
|
|
9925
|
-
this.i.
|
|
9926
|
-
this._a("secondaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10156
|
+
this.i.da = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10157
|
+
this._a("secondaryFillColor", igniteuiWebcomponentsCore.brushToString(this.i.da));
|
|
9927
10158
|
},
|
|
9928
10159
|
enumerable: false,
|
|
9929
10160
|
configurable: true
|
|
@@ -9937,11 +10168,24 @@
|
|
|
9937
10168
|
* class.
|
|
9938
10169
|
*/
|
|
9939
10170
|
get: function () {
|
|
9940
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10171
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.db);
|
|
9941
10172
|
},
|
|
9942
10173
|
set: function (v) {
|
|
9943
|
-
this.i.
|
|
9944
|
-
this._a("secondaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
10174
|
+
this.i.db = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
10175
|
+
this._a("secondaryStrokeColor", igniteuiWebcomponentsCore.brushToString(this.i.db));
|
|
10176
|
+
},
|
|
10177
|
+
enumerable: false,
|
|
10178
|
+
configurable: true
|
|
10179
|
+
});
|
|
10180
|
+
Object.defineProperty(IgcXIconComponent.prototype, "dataURL", {
|
|
10181
|
+
/**
|
|
10182
|
+
* Gets or sets data url for the icon to use.
|
|
10183
|
+
*/
|
|
10184
|
+
get: function () {
|
|
10185
|
+
return this.i.a7;
|
|
10186
|
+
},
|
|
10187
|
+
set: function (v) {
|
|
10188
|
+
this.i.a7 = v;
|
|
9945
10189
|
},
|
|
9946
10190
|
enumerable: false,
|
|
9947
10191
|
configurable: true
|
|
@@ -9972,21 +10216,38 @@
|
|
|
9972
10216
|
enumerable: false,
|
|
9973
10217
|
configurable: true
|
|
9974
10218
|
});
|
|
10219
|
+
Object.defineProperty(IgcXIconComponent.prototype, "sVGPaths", {
|
|
10220
|
+
/**
|
|
10221
|
+
* Gets or sets an array of path data for the icon to use.
|
|
10222
|
+
*/
|
|
10223
|
+
get: function () {
|
|
10224
|
+
return this.i.b;
|
|
10225
|
+
},
|
|
10226
|
+
set: function (v) {
|
|
10227
|
+
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
10228
|
+
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
10229
|
+
v = v.split(re);
|
|
10230
|
+
}
|
|
10231
|
+
this.i.b = v;
|
|
10232
|
+
},
|
|
10233
|
+
enumerable: false,
|
|
10234
|
+
configurable: true
|
|
10235
|
+
});
|
|
9975
10236
|
Object.defineProperty(IgcXIconComponent.prototype, "textStyle", {
|
|
9976
10237
|
/**
|
|
9977
10238
|
* Gets or sets the use for the button.
|
|
9978
10239
|
*/
|
|
9979
10240
|
get: function () {
|
|
9980
|
-
if (this.i.
|
|
10241
|
+
if (this.i.m == null) {
|
|
9981
10242
|
return null;
|
|
9982
10243
|
}
|
|
9983
|
-
return this.i.
|
|
10244
|
+
return this.i.m.fontString;
|
|
9984
10245
|
},
|
|
9985
10246
|
set: function (v) {
|
|
9986
10247
|
var fi = new igniteuiWebcomponentsCore.FontInfo();
|
|
9987
10248
|
fi.fontString = v;
|
|
9988
|
-
this.i.
|
|
9989
|
-
this._a("textStyle", this.i.
|
|
10249
|
+
this.i.m = fi;
|
|
10250
|
+
this._a("textStyle", this.i.m != null ? this.i.m.fontString : "");
|
|
9990
10251
|
},
|
|
9991
10252
|
enumerable: false,
|
|
9992
10253
|
configurable: true
|
|
@@ -9996,10 +10257,10 @@
|
|
|
9996
10257
|
* Gets or sets the id to use for the checkbox.
|
|
9997
10258
|
*/
|
|
9998
10259
|
get: function () {
|
|
9999
|
-
return this.i.
|
|
10260
|
+
return this.i.bh;
|
|
10000
10261
|
},
|
|
10001
10262
|
set: function (v) {
|
|
10002
|
-
this.i.
|
|
10263
|
+
this.i.bh = v;
|
|
10003
10264
|
},
|
|
10004
10265
|
enumerable: false,
|
|
10005
10266
|
configurable: true
|
|
@@ -10009,11 +10270,11 @@
|
|
|
10009
10270
|
* Gets or sets TabIndex to use for the checkbox.
|
|
10010
10271
|
*/
|
|
10011
10272
|
get: function () {
|
|
10012
|
-
return this.i.
|
|
10273
|
+
return this.i.as;
|
|
10013
10274
|
},
|
|
10014
10275
|
set: function (v) {
|
|
10015
|
-
this.i.
|
|
10016
|
-
this._a("tabIndex", this.i.
|
|
10276
|
+
this.i.as = +v;
|
|
10277
|
+
this._a("tabIndex", this.i.as);
|
|
10017
10278
|
},
|
|
10018
10279
|
enumerable: false,
|
|
10019
10280
|
configurable: true
|
|
@@ -10023,10 +10284,10 @@
|
|
|
10023
10284
|
* Gets or sets the value of the aria-label attribute.
|
|
10024
10285
|
*/
|
|
10025
10286
|
get: function () {
|
|
10026
|
-
return this.i.
|
|
10287
|
+
return this.i.a4;
|
|
10027
10288
|
},
|
|
10028
10289
|
set: function (v) {
|
|
10029
|
-
this.i.
|
|
10290
|
+
this.i.a4 = v;
|
|
10030
10291
|
},
|
|
10031
10292
|
enumerable: false,
|
|
10032
10293
|
configurable: true
|
|
@@ -10036,11 +10297,11 @@
|
|
|
10036
10297
|
* Gets or sets whether the icon is hovered.
|
|
10037
10298
|
*/
|
|
10038
10299
|
get: function () {
|
|
10039
|
-
return this.i.
|
|
10300
|
+
return this.i.t;
|
|
10040
10301
|
},
|
|
10041
10302
|
set: function (v) {
|
|
10042
|
-
this.i.
|
|
10043
|
-
this._a("isHover", this.i.
|
|
10303
|
+
this.i.t = igniteuiWebcomponentsCore.ensureBool(v);
|
|
10304
|
+
this._a("isHover", this.i.t);
|
|
10044
10305
|
},
|
|
10045
10306
|
enumerable: false,
|
|
10046
10307
|
configurable: true
|
|
@@ -10061,11 +10322,11 @@
|
|
|
10061
10322
|
});
|
|
10062
10323
|
Object.defineProperty(IgcXIconComponent.prototype, "opacity", {
|
|
10063
10324
|
get: function () {
|
|
10064
|
-
return this.i.
|
|
10325
|
+
return this.i.ak;
|
|
10065
10326
|
},
|
|
10066
10327
|
set: function (v) {
|
|
10067
|
-
this.i.
|
|
10068
|
-
this._a("opacity", this.i.
|
|
10328
|
+
this.i.ak = +v;
|
|
10329
|
+
this._a("opacity", this.i.ak);
|
|
10069
10330
|
},
|
|
10070
10331
|
enumerable: false,
|
|
10071
10332
|
configurable: true
|
|
@@ -10075,11 +10336,11 @@
|
|
|
10075
10336
|
* Gets or sets the viewbox left for the svg icon.
|
|
10076
10337
|
*/
|
|
10077
10338
|
get: function () {
|
|
10078
|
-
return this.i.
|
|
10339
|
+
return this.i.an;
|
|
10079
10340
|
},
|
|
10080
10341
|
set: function (v) {
|
|
10081
|
-
this.i.
|
|
10082
|
-
this._a("viewBoxLeft", this.i.
|
|
10342
|
+
this.i.an = +v;
|
|
10343
|
+
this._a("viewBoxLeft", this.i.an);
|
|
10083
10344
|
},
|
|
10084
10345
|
enumerable: false,
|
|
10085
10346
|
configurable: true
|
|
@@ -10089,11 +10350,11 @@
|
|
|
10089
10350
|
* Gets or sets the viewbox top for the svg icon.
|
|
10090
10351
|
*/
|
|
10091
10352
|
get: function () {
|
|
10092
|
-
return this.i.
|
|
10353
|
+
return this.i.ao;
|
|
10093
10354
|
},
|
|
10094
10355
|
set: function (v) {
|
|
10095
|
-
this.i.
|
|
10096
|
-
this._a("viewBoxTop", this.i.
|
|
10356
|
+
this.i.ao = +v;
|
|
10357
|
+
this._a("viewBoxTop", this.i.ao);
|
|
10097
10358
|
},
|
|
10098
10359
|
enumerable: false,
|
|
10099
10360
|
configurable: true
|
|
@@ -10103,11 +10364,11 @@
|
|
|
10103
10364
|
* Gets or sets the viewbox width for the svg icon.
|
|
10104
10365
|
*/
|
|
10105
10366
|
get: function () {
|
|
10106
|
-
return this.i.
|
|
10367
|
+
return this.i.ap;
|
|
10107
10368
|
},
|
|
10108
10369
|
set: function (v) {
|
|
10109
|
-
this.i.
|
|
10110
|
-
this._a("viewBoxWidth", this.i.
|
|
10370
|
+
this.i.ap = +v;
|
|
10371
|
+
this._a("viewBoxWidth", this.i.ap);
|
|
10111
10372
|
},
|
|
10112
10373
|
enumerable: false,
|
|
10113
10374
|
configurable: true
|
|
@@ -10117,11 +10378,11 @@
|
|
|
10117
10378
|
* Gets or sets the viewbox height for the svg icon.
|
|
10118
10379
|
*/
|
|
10119
10380
|
get: function () {
|
|
10120
|
-
return this.i.
|
|
10381
|
+
return this.i.am;
|
|
10121
10382
|
},
|
|
10122
10383
|
set: function (v) {
|
|
10123
|
-
this.i.
|
|
10124
|
-
this._a("viewBoxHeight", this.i.
|
|
10384
|
+
this.i.am = +v;
|
|
10385
|
+
this._a("viewBoxHeight", this.i.am);
|
|
10125
10386
|
},
|
|
10126
10387
|
enumerable: false,
|
|
10127
10388
|
configurable: true
|
|
@@ -10131,11 +10392,11 @@
|
|
|
10131
10392
|
* Gets or sets the width of the icon.
|
|
10132
10393
|
*/
|
|
10133
10394
|
get: function () {
|
|
10134
|
-
return this.i.
|
|
10395
|
+
return this.i.aq;
|
|
10135
10396
|
},
|
|
10136
10397
|
set: function (v) {
|
|
10137
|
-
this.i.
|
|
10138
|
-
this._a("width", this.i.
|
|
10398
|
+
this.i.aq = +v;
|
|
10399
|
+
this._a("width", this.i.aq);
|
|
10139
10400
|
},
|
|
10140
10401
|
enumerable: false,
|
|
10141
10402
|
configurable: true
|
|
@@ -10145,11 +10406,11 @@
|
|
|
10145
10406
|
* Gets or sets the height of the icon.
|
|
10146
10407
|
*/
|
|
10147
10408
|
get: function () {
|
|
10148
|
-
return this.i.
|
|
10409
|
+
return this.i.ai;
|
|
10149
10410
|
},
|
|
10150
10411
|
set: function (v) {
|
|
10151
|
-
this.i.
|
|
10152
|
-
this._a("height", this.i.
|
|
10412
|
+
this.i.ai = +v;
|
|
10413
|
+
this._a("height", this.i.ai);
|
|
10153
10414
|
},
|
|
10154
10415
|
enumerable: false,
|
|
10155
10416
|
configurable: true
|
|
@@ -10230,7 +10491,7 @@
|
|
|
10230
10491
|
|
|
10231
10492
|
*/
|
|
10232
10493
|
IgcXIconComponent.prototype.exportVisualModel = function () {
|
|
10233
|
-
var iv = this.i.
|
|
10494
|
+
var iv = this.i.au();
|
|
10234
10495
|
return (iv);
|
|
10235
10496
|
};
|
|
10236
10497
|
/**
|
|
@@ -10238,7 +10499,7 @@
|
|
|
10238
10499
|
|
|
10239
10500
|
*/
|
|
10240
10501
|
IgcXIconComponent.prototype.exportSerializedVisualModel = function () {
|
|
10241
|
-
var iv = this.i.
|
|
10502
|
+
var iv = this.i.a9();
|
|
10242
10503
|
return (iv);
|
|
10243
10504
|
};
|
|
10244
10505
|
IgcXIconComponent._observedAttributesIgcXIconComponent = null;
|
|
@@ -13395,30 +13656,30 @@
|
|
|
13395
13656
|
}
|
|
13396
13657
|
if (this.v != null) {
|
|
13397
13658
|
var w = this.v;
|
|
13398
|
-
if (this.h != null && w.
|
|
13659
|
+
if (this.h != null && w.q == null) {
|
|
13399
13660
|
var x = this.h.m;
|
|
13400
13661
|
var y = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(x, w.fontString);
|
|
13401
|
-
w.p = y.p;
|
|
13402
|
-
w.e = y.e;
|
|
13403
13662
|
w.q = y.q;
|
|
13404
|
-
w.
|
|
13663
|
+
w.f = y.f;
|
|
13664
|
+
w.r = y.r;
|
|
13405
13665
|
w.t = y.t;
|
|
13406
13666
|
w.u = y.u;
|
|
13667
|
+
w.v = y.v;
|
|
13407
13668
|
}
|
|
13408
|
-
if (w.
|
|
13409
|
-
a.p = w.
|
|
13669
|
+
if (w.q != null) {
|
|
13670
|
+
a.p = w.q;
|
|
13410
13671
|
}
|
|
13411
|
-
if (!igniteuiWebcomponentsCore.isNaN_(w.
|
|
13412
|
-
a.m = w.
|
|
13672
|
+
if (!igniteuiWebcomponentsCore.isNaN_(w.f)) {
|
|
13673
|
+
a.m = w.f;
|
|
13413
13674
|
}
|
|
13414
|
-
if (w.
|
|
13415
|
-
a.t = w.
|
|
13675
|
+
if (w.v != null) {
|
|
13676
|
+
a.t = w.v;
|
|
13416
13677
|
}
|
|
13417
|
-
if (w.
|
|
13418
|
-
a.r = w.
|
|
13678
|
+
if (w.t != null) {
|
|
13679
|
+
a.r = w.t;
|
|
13419
13680
|
}
|
|
13420
|
-
if (w.
|
|
13421
|
-
a.q = w.
|
|
13681
|
+
if (w.r != null) {
|
|
13682
|
+
a.q = w.t;
|
|
13422
13683
|
}
|
|
13423
13684
|
}
|
|
13424
13685
|
return a;
|
|
@@ -20588,30 +20849,30 @@
|
|
|
20588
20849
|
a.p = this.e;
|
|
20589
20850
|
if (this.w != null) {
|
|
20590
20851
|
var c = this.w;
|
|
20591
|
-
if (this.view != null && c.
|
|
20852
|
+
if (this.view != null && c.q == null) {
|
|
20592
20853
|
var d = this.view.k;
|
|
20593
20854
|
var e = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(d, c.fontString);
|
|
20594
|
-
c.p = e.p;
|
|
20595
|
-
c.e = e.e;
|
|
20596
20855
|
c.q = e.q;
|
|
20597
|
-
c.
|
|
20856
|
+
c.f = e.f;
|
|
20857
|
+
c.r = e.r;
|
|
20598
20858
|
c.t = e.t;
|
|
20599
20859
|
c.u = e.u;
|
|
20860
|
+
c.v = e.v;
|
|
20600
20861
|
}
|
|
20601
|
-
if (c.
|
|
20602
|
-
a.s = c.
|
|
20862
|
+
if (c.q != null) {
|
|
20863
|
+
a.s = c.q;
|
|
20603
20864
|
}
|
|
20604
|
-
if (!igniteuiWebcomponentsCore.isNaN_(c.
|
|
20605
|
-
a.k = c.
|
|
20865
|
+
if (!igniteuiWebcomponentsCore.isNaN_(c.f)) {
|
|
20866
|
+
a.k = c.f;
|
|
20606
20867
|
}
|
|
20607
|
-
if (c.
|
|
20608
|
-
a.w = c.
|
|
20868
|
+
if (c.v != null) {
|
|
20869
|
+
a.w = c.v;
|
|
20609
20870
|
}
|
|
20610
|
-
if (c.
|
|
20611
|
-
a.u = c.
|
|
20871
|
+
if (c.t != null) {
|
|
20872
|
+
a.u = c.t;
|
|
20612
20873
|
}
|
|
20613
|
-
if (c.
|
|
20614
|
-
a.t = c.
|
|
20874
|
+
if (c.r != null) {
|
|
20875
|
+
a.t = c.t;
|
|
20615
20876
|
}
|
|
20616
20877
|
}
|
|
20617
20878
|
return a;
|
|
@@ -20703,7 +20964,7 @@
|
|
|
20703
20964
|
_this.view = a;
|
|
20704
20965
|
_this.view.as();
|
|
20705
20966
|
XInput.ae = new igniteuiWebcomponentsCore.FontInfo();
|
|
20706
|
-
XInput.ae.
|
|
20967
|
+
XInput.ae.q = "Verdana";
|
|
20707
20968
|
return _this;
|
|
20708
20969
|
}
|
|
20709
20970
|
Object.defineProperty(XInput.prototype, "view", {
|
|
@@ -21376,30 +21637,30 @@
|
|
|
21376
21637
|
a.k = this.e;
|
|
21377
21638
|
if (this.ad != null) {
|
|
21378
21639
|
var c = this.ad;
|
|
21379
|
-
if (this.view != null && c.
|
|
21640
|
+
if (this.view != null && c.q == null) {
|
|
21380
21641
|
var d = this.view.l;
|
|
21381
21642
|
var e = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(d, c.fontString);
|
|
21382
|
-
c.p = e.p;
|
|
21383
|
-
c.e = e.e;
|
|
21384
21643
|
c.q = e.q;
|
|
21385
|
-
c.
|
|
21644
|
+
c.f = e.f;
|
|
21645
|
+
c.r = e.r;
|
|
21386
21646
|
c.t = e.t;
|
|
21387
21647
|
c.u = e.u;
|
|
21648
|
+
c.v = e.v;
|
|
21388
21649
|
}
|
|
21389
|
-
if (c.
|
|
21390
|
-
a.o = c.
|
|
21650
|
+
if (c.q != null) {
|
|
21651
|
+
a.o = c.q;
|
|
21391
21652
|
}
|
|
21392
|
-
if (!igniteuiWebcomponentsCore.isNaN_(c.
|
|
21393
|
-
a.g = c.
|
|
21653
|
+
if (!igniteuiWebcomponentsCore.isNaN_(c.f)) {
|
|
21654
|
+
a.g = c.f;
|
|
21394
21655
|
}
|
|
21395
|
-
if (c.
|
|
21396
|
-
a.s = c.
|
|
21656
|
+
if (c.v != null) {
|
|
21657
|
+
a.s = c.v;
|
|
21397
21658
|
}
|
|
21398
|
-
if (c.
|
|
21399
|
-
a.q = c.
|
|
21659
|
+
if (c.t != null) {
|
|
21660
|
+
a.q = c.t;
|
|
21400
21661
|
}
|
|
21401
|
-
if (c.
|
|
21402
|
-
a.p = c.
|
|
21662
|
+
if (c.r != null) {
|
|
21663
|
+
a.p = c.t;
|
|
21403
21664
|
}
|
|
21404
21665
|
}
|
|
21405
21666
|
return a;
|
|
@@ -27882,30 +28143,30 @@
|
|
|
27882
28143
|
a.a = this.c.bj();
|
|
27883
28144
|
if (this.ad != null) {
|
|
27884
28145
|
var b = this.ad;
|
|
27885
|
-
if (this.h != null && b.
|
|
28146
|
+
if (this.h != null && b.q == null) {
|
|
27886
28147
|
var c = this.h.d;
|
|
27887
28148
|
var d = igniteuiWebcomponentsCore.FontUtil.getFontInfoFromString(c, b.fontString);
|
|
27888
|
-
b.p = d.p;
|
|
27889
|
-
b.e = d.e;
|
|
27890
28149
|
b.q = d.q;
|
|
27891
|
-
b.
|
|
28150
|
+
b.f = d.f;
|
|
28151
|
+
b.r = d.r;
|
|
27892
28152
|
b.t = d.t;
|
|
27893
28153
|
b.u = d.u;
|
|
28154
|
+
b.v = d.v;
|
|
27894
28155
|
}
|
|
27895
|
-
if (b.
|
|
27896
|
-
a.h = b.
|
|
28156
|
+
if (b.q != null) {
|
|
28157
|
+
a.h = b.q;
|
|
27897
28158
|
}
|
|
27898
|
-
if (!igniteuiWebcomponentsCore.isNaN_(b.
|
|
27899
|
-
a.f = b.
|
|
28159
|
+
if (!igniteuiWebcomponentsCore.isNaN_(b.f)) {
|
|
28160
|
+
a.f = b.f;
|
|
27900
28161
|
}
|
|
27901
|
-
if (b.
|
|
27902
|
-
a.l = b.
|
|
28162
|
+
if (b.v != null) {
|
|
28163
|
+
a.l = b.v;
|
|
27903
28164
|
}
|
|
27904
|
-
if (b.
|
|
27905
|
-
a.j = b.
|
|
28165
|
+
if (b.t != null) {
|
|
28166
|
+
a.j = b.t;
|
|
27906
28167
|
}
|
|
27907
|
-
if (b.
|
|
27908
|
-
a.i = b.
|
|
28168
|
+
if (b.r != null) {
|
|
28169
|
+
a.i = b.t;
|
|
27909
28170
|
}
|
|
27910
28171
|
}
|
|
27911
28172
|
return a;
|
|
@@ -28999,12 +29260,12 @@
|
|
|
28999
29260
|
_this.p = null;
|
|
29000
29261
|
return _this;
|
|
29001
29262
|
}
|
|
29002
|
-
CheckboxView.prototype.
|
|
29263
|
+
CheckboxView.prototype.af = function () {
|
|
29003
29264
|
};
|
|
29004
29265
|
CheckboxView.prototype.i = function () {
|
|
29005
29266
|
return true;
|
|
29006
29267
|
};
|
|
29007
|
-
CheckboxView.prototype.
|
|
29268
|
+
CheckboxView.prototype.ad = function (a) {
|
|
29008
29269
|
var e_1, _a;
|
|
29009
29270
|
if (a == null) {
|
|
29010
29271
|
try {
|
|
@@ -29051,11 +29312,11 @@
|
|
|
29051
29312
|
this.r.setStyleProperty("appearance", "none");
|
|
29052
29313
|
this.r.setAttribute("type", "checkbox");
|
|
29053
29314
|
this.r.setAttribute("id", this.c.b1);
|
|
29054
|
-
this.
|
|
29055
|
-
this.j.add(c.listen("change", igniteuiWebcomponentsCore.runOn(this, this.
|
|
29056
|
-
this.j.add(c.listen("click", igniteuiWebcomponentsCore.runOn(this, this.
|
|
29057
|
-
this.j.add(c.listen("focus", igniteuiWebcomponentsCore.runOn(this, this.
|
|
29058
|
-
this.j.add(c.listen("blur", igniteuiWebcomponentsCore.runOn(this, this.
|
|
29315
|
+
this.aj();
|
|
29316
|
+
this.j.add(c.listen("change", igniteuiWebcomponentsCore.runOn(this, this.x)));
|
|
29317
|
+
this.j.add(c.listen("click", igniteuiWebcomponentsCore.runOn(this, this.y)));
|
|
29318
|
+
this.j.add(c.listen("focus", igniteuiWebcomponentsCore.runOn(this, this.z)));
|
|
29319
|
+
this.j.add(c.listen("blur", igniteuiWebcomponentsCore.runOn(this, this.w)));
|
|
29059
29320
|
this.l.append(c);
|
|
29060
29321
|
var d = this.l.createElement("div");
|
|
29061
29322
|
d.addClass("ig-checkbox-box");
|
|
@@ -29139,16 +29400,16 @@
|
|
|
29139
29400
|
l.setStyleProperty("cursor", "pointer");
|
|
29140
29401
|
l.setStyleProperty("role", "label");
|
|
29141
29402
|
this.p = l;
|
|
29142
|
-
this.j.add(l.listen("click", igniteuiWebcomponentsCore.runOn(this, this.
|
|
29403
|
+
this.j.add(l.listen("click", igniteuiWebcomponentsCore.runOn(this, this.v)));
|
|
29143
29404
|
this.l.append(l);
|
|
29144
29405
|
this.l.getPortal(l, "ChildContent", function (m) {
|
|
29145
29406
|
}, true);
|
|
29146
29407
|
this.c.cp();
|
|
29147
29408
|
};
|
|
29148
|
-
CheckboxView.prototype.
|
|
29409
|
+
CheckboxView.prototype.v = function (a) {
|
|
29149
29410
|
this.c.toggle();
|
|
29150
29411
|
};
|
|
29151
|
-
CheckboxView.prototype.
|
|
29412
|
+
CheckboxView.prototype.aj = function () {
|
|
29152
29413
|
if (this.i()) {
|
|
29153
29414
|
var a = this.c.b1;
|
|
29154
29415
|
this.r.setAttribute("name", this.c.ca);
|
|
@@ -29170,26 +29431,26 @@
|
|
|
29170
29431
|
this.r.setAttribute("aria-label", this.c.bm);
|
|
29171
29432
|
}
|
|
29172
29433
|
};
|
|
29173
|
-
CheckboxView.prototype.
|
|
29434
|
+
CheckboxView.prototype.al = function () {
|
|
29174
29435
|
return new igniteuiWebcomponentsCore.Size(1, this.q.width(), this.q.height());
|
|
29175
29436
|
};
|
|
29176
|
-
CheckboxView.prototype.
|
|
29437
|
+
CheckboxView.prototype.ai = function () {
|
|
29177
29438
|
this.n.setAttribute("d", this.c.bf);
|
|
29178
29439
|
};
|
|
29179
|
-
CheckboxView.prototype.
|
|
29440
|
+
CheckboxView.prototype.ag = function () {
|
|
29180
29441
|
if (this.i()) {
|
|
29181
29442
|
var a = this.c.b1;
|
|
29182
29443
|
this.r.setAttribute("id", a);
|
|
29183
29444
|
this.q.setAttribute("for", a);
|
|
29184
29445
|
}
|
|
29185
29446
|
};
|
|
29186
|
-
CheckboxView.prototype.
|
|
29447
|
+
CheckboxView.prototype.w = function (a) {
|
|
29187
29448
|
this.c.focused = false;
|
|
29188
29449
|
};
|
|
29189
|
-
CheckboxView.prototype.
|
|
29450
|
+
CheckboxView.prototype.z = function (a) {
|
|
29190
29451
|
this.c.focused = true;
|
|
29191
29452
|
};
|
|
29192
|
-
CheckboxView.prototype.
|
|
29453
|
+
CheckboxView.prototype.y = function (a) {
|
|
29193
29454
|
a.stopPropagation();
|
|
29194
29455
|
if (this.h()) {
|
|
29195
29456
|
var native_ = this.r.getNativeElement();
|
|
@@ -29200,10 +29461,10 @@
|
|
|
29200
29461
|
CheckboxView.prototype.h = function () {
|
|
29201
29462
|
return false;
|
|
29202
29463
|
};
|
|
29203
|
-
CheckboxView.prototype.
|
|
29464
|
+
CheckboxView.prototype.x = function (a) {
|
|
29204
29465
|
a.stopPropagation();
|
|
29205
29466
|
};
|
|
29206
|
-
CheckboxView.prototype.
|
|
29467
|
+
CheckboxView.prototype.aa = function () {
|
|
29207
29468
|
if (igniteuiWebcomponentsCore.KeyFrameAnimationFactory.h == null) {
|
|
29208
29469
|
igniteuiWebcomponentsCore.KeyFrameAnimationFactory.h = this.l;
|
|
29209
29470
|
}
|
|
@@ -29214,8 +29475,15 @@
|
|
|
29214
29475
|
CheckboxView.prototype.b = function (a) {
|
|
29215
29476
|
return new igniteuiWebcomponentsCore.AnimationKeyFrameEffect(0, this.o, 0, null, a);
|
|
29216
29477
|
};
|
|
29217
|
-
CheckboxView.prototype.
|
|
29478
|
+
CheckboxView.prototype.ab = function (a) {
|
|
29218
29479
|
};
|
|
29480
|
+
Object.defineProperty(CheckboxView.prototype, "t", {
|
|
29481
|
+
get: function () {
|
|
29482
|
+
return this.q;
|
|
29483
|
+
},
|
|
29484
|
+
enumerable: false,
|
|
29485
|
+
configurable: true
|
|
29486
|
+
});
|
|
29219
29487
|
Object.defineProperty(CheckboxView.prototype, "s", {
|
|
29220
29488
|
get: function () {
|
|
29221
29489
|
return this.q;
|
|
@@ -29230,22 +29498,22 @@
|
|
|
29230
29498
|
enumerable: false,
|
|
29231
29499
|
configurable: true
|
|
29232
29500
|
});
|
|
29233
|
-
Object.defineProperty(CheckboxView.prototype, "
|
|
29501
|
+
Object.defineProperty(CheckboxView.prototype, "u", {
|
|
29234
29502
|
get: function () {
|
|
29235
29503
|
return this.o;
|
|
29236
29504
|
},
|
|
29237
29505
|
enumerable: false,
|
|
29238
29506
|
configurable: true
|
|
29239
29507
|
});
|
|
29240
|
-
CheckboxView.prototype.
|
|
29508
|
+
CheckboxView.prototype.ac = function () {
|
|
29241
29509
|
this.g = true;
|
|
29242
|
-
this.j.add(this.r.listen("change", igniteuiWebcomponentsCore.runOn(this, this.
|
|
29243
|
-
this.j.add(this.r.listen("click", igniteuiWebcomponentsCore.runOn(this, this.
|
|
29244
|
-
this.j.add(this.r.listen("focus", igniteuiWebcomponentsCore.runOn(this, this.
|
|
29245
|
-
this.j.add(this.r.listen("blur", igniteuiWebcomponentsCore.runOn(this, this.
|
|
29246
|
-
this.j.add(this.p.listen("click", igniteuiWebcomponentsCore.runOn(this, this.
|
|
29510
|
+
this.j.add(this.r.listen("change", igniteuiWebcomponentsCore.runOn(this, this.x)));
|
|
29511
|
+
this.j.add(this.r.listen("click", igniteuiWebcomponentsCore.runOn(this, this.y)));
|
|
29512
|
+
this.j.add(this.r.listen("focus", igniteuiWebcomponentsCore.runOn(this, this.z)));
|
|
29513
|
+
this.j.add(this.r.listen("blur", igniteuiWebcomponentsCore.runOn(this, this.w)));
|
|
29514
|
+
this.j.add(this.p.listen("click", igniteuiWebcomponentsCore.runOn(this, this.v)));
|
|
29247
29515
|
};
|
|
29248
|
-
CheckboxView.prototype.
|
|
29516
|
+
CheckboxView.prototype.ae = function () {
|
|
29249
29517
|
var e_2, _a;
|
|
29250
29518
|
this.g = false;
|
|
29251
29519
|
try {
|
|
@@ -29269,14 +29537,14 @@
|
|
|
29269
29537
|
}
|
|
29270
29538
|
this.j.clear();
|
|
29271
29539
|
};
|
|
29272
|
-
CheckboxView.prototype.
|
|
29540
|
+
CheckboxView.prototype.ah = function () {
|
|
29273
29541
|
var model_ = this.c;
|
|
29274
29542
|
if (model_.externalObject && model_.externalObject.refreshDefaults) {
|
|
29275
29543
|
model_.externalObject.refreshDefaults();
|
|
29276
29544
|
}
|
|
29277
29545
|
;
|
|
29278
29546
|
};
|
|
29279
|
-
CheckboxView.prototype.
|
|
29547
|
+
CheckboxView.prototype.ak = function (a, b) {
|
|
29280
29548
|
this.d.ax = a;
|
|
29281
29549
|
this.d.aw = b;
|
|
29282
29550
|
};
|
|
@@ -29351,7 +29619,7 @@
|
|
|
29351
29619
|
var a = new CheckboxView();
|
|
29352
29620
|
a.c = _this;
|
|
29353
29621
|
_this.view = a;
|
|
29354
|
-
_this.view.
|
|
29622
|
+
_this.view.af();
|
|
29355
29623
|
return _this;
|
|
29356
29624
|
}
|
|
29357
29625
|
Object.defineProperty(XCheckbox.prototype, "view", {
|
|
@@ -29455,7 +29723,7 @@
|
|
|
29455
29723
|
this.ct();
|
|
29456
29724
|
break;
|
|
29457
29725
|
case "ActualCheckPath":
|
|
29458
|
-
this.view.
|
|
29726
|
+
this.view.ai();
|
|
29459
29727
|
break;
|
|
29460
29728
|
case "IsChecked":
|
|
29461
29729
|
if (!this.s) {
|
|
@@ -29478,30 +29746,32 @@
|
|
|
29478
29746
|
this.view.e.i = this.y;
|
|
29479
29747
|
break;
|
|
29480
29748
|
case "InputId":
|
|
29481
|
-
this.view.
|
|
29749
|
+
this.view.ag();
|
|
29482
29750
|
break;
|
|
29483
29751
|
}
|
|
29484
29752
|
};
|
|
29485
29753
|
XCheckbox.prototype.ct = function () {
|
|
29486
|
-
var a = this.view.
|
|
29487
|
-
|
|
29754
|
+
var a = this.view.t;
|
|
29755
|
+
var b = this.view.s;
|
|
29756
|
+
if (a == null || b == null) {
|
|
29488
29757
|
return;
|
|
29489
29758
|
}
|
|
29490
29759
|
igniteuiWebcomponentsCore.NativeUI.o(a, new igniteuiWebcomponentsCore.CornerRadius(0, this.ao));
|
|
29760
|
+
igniteuiWebcomponentsCore.NativeUI.o(b, new igniteuiWebcomponentsCore.CornerRadius(0, this.ao));
|
|
29491
29761
|
if (!igniteuiWebcomponentsCore.isNaN_(this.an)) {
|
|
29492
|
-
igniteuiWebcomponentsCore.NativeUI.p(
|
|
29762
|
+
igniteuiWebcomponentsCore.NativeUI.p(b, new igniteuiWebcomponentsCore.Thickness(0, this.an));
|
|
29493
29763
|
}
|
|
29494
29764
|
if (this.checked) {
|
|
29495
29765
|
igniteuiWebcomponentsCore.NativeUI.m(a, this.c8);
|
|
29496
|
-
igniteuiWebcomponentsCore.NativeUI.n(
|
|
29766
|
+
igniteuiWebcomponentsCore.NativeUI.n(b, this.c9);
|
|
29497
29767
|
}
|
|
29498
29768
|
else {
|
|
29499
29769
|
igniteuiWebcomponentsCore.NativeUI.m(a, this.db);
|
|
29500
|
-
igniteuiWebcomponentsCore.NativeUI.n(
|
|
29770
|
+
igniteuiWebcomponentsCore.NativeUI.n(b, this.dc);
|
|
29501
29771
|
}
|
|
29502
29772
|
};
|
|
29503
29773
|
XCheckbox.prototype.cw = function () {
|
|
29504
|
-
var a = this.view.
|
|
29774
|
+
var a = this.view.u;
|
|
29505
29775
|
if (a == null) {
|
|
29506
29776
|
return;
|
|
29507
29777
|
}
|
|
@@ -29992,10 +30262,10 @@
|
|
|
29992
30262
|
XCheckbox.prototype.cp = function () {
|
|
29993
30263
|
this.ck();
|
|
29994
30264
|
if (this.checked) {
|
|
29995
|
-
this.view.
|
|
30265
|
+
this.view.ak(igniteuiWebcomponentsCore.BrushUtil.q(this.c8, 0.6), igniteuiWebcomponentsCore.BrushUtil.q(this.c8, 0.1));
|
|
29996
30266
|
}
|
|
29997
30267
|
else {
|
|
29998
|
-
this.view.
|
|
30268
|
+
this.view.ak(igniteuiWebcomponentsCore.BrushUtil.q(this.c8, 0.6), igniteuiWebcomponentsCore.BrushUtil.q(this.dc, 0.1));
|
|
29999
30269
|
}
|
|
30000
30270
|
};
|
|
30001
30271
|
Object.defineProperty(XCheckbox.prototype, "a", {
|
|
@@ -30009,12 +30279,12 @@
|
|
|
30009
30279
|
configurable: true
|
|
30010
30280
|
});
|
|
30011
30281
|
XCheckbox.prototype.ck = function () {
|
|
30012
|
-
this.view.
|
|
30282
|
+
this.view.aa();
|
|
30013
30283
|
var a = false;
|
|
30014
30284
|
if (this.o == null) {
|
|
30015
30285
|
if (!a) {
|
|
30016
30286
|
a = true;
|
|
30017
|
-
this.view.
|
|
30287
|
+
this.view.ah();
|
|
30018
30288
|
}
|
|
30019
30289
|
this.o = igniteuiWebcomponentsCore.KeyFrameAnimationFactory.f.c(this.view.a(this.a).m(new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(2, this.db), new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(3, this.dc)).m(new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(2, this.c8), new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(3, this.c9)));
|
|
30020
30290
|
this.p = igniteuiWebcomponentsCore.KeyFrameAnimationFactory.f.c(this.view.b(this.a).m(new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(19, 24), new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(1, 0)).m(new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(19, 0), new igniteuiWebcomponentsCore.AnimationKeyFrameProperty(1, 1)));
|
|
@@ -30055,46 +30325,47 @@
|
|
|
30055
30325
|
c = -1;
|
|
30056
30326
|
}
|
|
30057
30327
|
if (b) {
|
|
30058
|
-
this.view.
|
|
30328
|
+
this.view.ak(igniteuiWebcomponentsCore.BrushUtil.q(this.c8, 0.6), igniteuiWebcomponentsCore.BrushUtil.q(this.c8, 0.1));
|
|
30059
30329
|
}
|
|
30060
30330
|
else {
|
|
30061
|
-
this.view.
|
|
30331
|
+
this.view.ak(igniteuiWebcomponentsCore.BrushUtil.q(this.c8, 0.6), igniteuiWebcomponentsCore.BrushUtil.q(this.dc, 0.1));
|
|
30062
30332
|
}
|
|
30063
30333
|
if (!this.indeterminate) {
|
|
30064
|
-
igniteuiWebcomponentsCore.NativeUI.af(this.view.
|
|
30334
|
+
igniteuiWebcomponentsCore.NativeUI.af(this.view.u, null);
|
|
30065
30335
|
}
|
|
30066
30336
|
if (this.z || this.indeterminate || a) {
|
|
30067
|
-
var d = this.view.
|
|
30068
|
-
var e = this.view.
|
|
30337
|
+
var d = this.view.t;
|
|
30338
|
+
var e = this.view.s;
|
|
30339
|
+
var f = this.view.u;
|
|
30069
30340
|
if (this.indeterminate) {
|
|
30070
|
-
var
|
|
30071
|
-
|
|
30341
|
+
var g = new igniteuiWebcomponentsCore.TransformGroup();
|
|
30342
|
+
g.j.add(((function () {
|
|
30072
30343
|
var $ret = new igniteuiWebcomponentsCore.RotateTransform();
|
|
30073
30344
|
$ret.j = 45;
|
|
30074
30345
|
return $ret;
|
|
30075
30346
|
})()));
|
|
30076
|
-
|
|
30347
|
+
g.j.add(((function () {
|
|
30077
30348
|
var $ret = new igniteuiWebcomponentsCore.TranslateTransform();
|
|
30078
30349
|
$ret.j = -_this.view.k();
|
|
30079
30350
|
return $ret;
|
|
30080
30351
|
})()));
|
|
30081
30352
|
igniteuiWebcomponentsCore.NativeUI.m(d, this.c8);
|
|
30082
|
-
igniteuiWebcomponentsCore.NativeUI.n(
|
|
30083
|
-
igniteuiWebcomponentsCore.NativeUI.y(
|
|
30084
|
-
igniteuiWebcomponentsCore.NativeUI.ac(
|
|
30085
|
-
igniteuiWebcomponentsCore.NativeUI.af(
|
|
30353
|
+
igniteuiWebcomponentsCore.NativeUI.n(e, this.c9);
|
|
30354
|
+
igniteuiWebcomponentsCore.NativeUI.y(f, 1);
|
|
30355
|
+
igniteuiWebcomponentsCore.NativeUI.ac(f, 41);
|
|
30356
|
+
igniteuiWebcomponentsCore.NativeUI.af(f, g);
|
|
30086
30357
|
}
|
|
30087
30358
|
else if (b) {
|
|
30088
30359
|
igniteuiWebcomponentsCore.NativeUI.m(d, this.c8);
|
|
30089
|
-
igniteuiWebcomponentsCore.NativeUI.n(
|
|
30090
|
-
igniteuiWebcomponentsCore.NativeUI.y(
|
|
30091
|
-
igniteuiWebcomponentsCore.NativeUI.ac(
|
|
30360
|
+
igniteuiWebcomponentsCore.NativeUI.n(e, this.c9);
|
|
30361
|
+
igniteuiWebcomponentsCore.NativeUI.y(f, 1);
|
|
30362
|
+
igniteuiWebcomponentsCore.NativeUI.ac(f, 0);
|
|
30092
30363
|
}
|
|
30093
30364
|
else {
|
|
30094
30365
|
igniteuiWebcomponentsCore.NativeUI.m(d, this.db);
|
|
30095
|
-
igniteuiWebcomponentsCore.NativeUI.n(
|
|
30096
|
-
igniteuiWebcomponentsCore.NativeUI.y(
|
|
30097
|
-
igniteuiWebcomponentsCore.NativeUI.ac(
|
|
30366
|
+
igniteuiWebcomponentsCore.NativeUI.n(e, this.dc);
|
|
30367
|
+
igniteuiWebcomponentsCore.NativeUI.y(f, 0);
|
|
30368
|
+
igniteuiWebcomponentsCore.NativeUI.ac(f, 24);
|
|
30098
30369
|
}
|
|
30099
30370
|
if (this.o.playState == 1) {
|
|
30100
30371
|
this.o.cancel();
|
|
@@ -30106,13 +30377,13 @@
|
|
|
30106
30377
|
}
|
|
30107
30378
|
if ((c > 0 && this.o.playbackRate < 0) || (c < 0 && this.o.playbackRate > 0)) {
|
|
30108
30379
|
this.o.reverse();
|
|
30109
|
-
this.o.finished.f(function (
|
|
30380
|
+
this.o.finished.f(function (h) {
|
|
30110
30381
|
if (_this.o != null) {
|
|
30111
30382
|
_this.o.commitStyles();
|
|
30112
30383
|
}
|
|
30113
30384
|
});
|
|
30114
30385
|
this.p.reverse();
|
|
30115
|
-
this.p.finished.f(function (
|
|
30386
|
+
this.p.finished.f(function (h) {
|
|
30116
30387
|
if (_this.p != null) {
|
|
30117
30388
|
_this.p.commitStyles();
|
|
30118
30389
|
}
|
|
@@ -30120,13 +30391,13 @@
|
|
|
30120
30391
|
}
|
|
30121
30392
|
else {
|
|
30122
30393
|
this.o.play();
|
|
30123
|
-
this.o.finished.f(function (
|
|
30394
|
+
this.o.finished.f(function (h) {
|
|
30124
30395
|
if (_this.o != null) {
|
|
30125
30396
|
_this.o.commitStyles();
|
|
30126
30397
|
}
|
|
30127
30398
|
});
|
|
30128
30399
|
this.p.play();
|
|
30129
|
-
this.p.finished.f(function (
|
|
30400
|
+
this.p.finished.f(function (h) {
|
|
30130
30401
|
if (_this.p != null) {
|
|
30131
30402
|
_this.p.commitStyles();
|
|
30132
30403
|
}
|
|
@@ -30134,10 +30405,10 @@
|
|
|
30134
30405
|
}
|
|
30135
30406
|
};
|
|
30136
30407
|
XCheckbox.prototype.onDetachedFromUI = function () {
|
|
30137
|
-
this.view.
|
|
30408
|
+
this.view.ae();
|
|
30138
30409
|
};
|
|
30139
30410
|
XCheckbox.prototype.onAttachedToUI = function () {
|
|
30140
|
-
this.view.
|
|
30411
|
+
this.view.ac();
|
|
30141
30412
|
};
|
|
30142
30413
|
XCheckbox.prototype.onContentReady = function () {
|
|
30143
30414
|
if (this.indeterminate) {
|
|
@@ -30177,7 +30448,7 @@
|
|
|
30177
30448
|
return a;
|
|
30178
30449
|
};
|
|
30179
30450
|
XCheckbox.prototype.provideContainer = function (a) {
|
|
30180
|
-
this.view.
|
|
30451
|
+
this.view.ad(a);
|
|
30181
30452
|
};
|
|
30182
30453
|
XCheckbox.$t = igniteuiWebcomponentsCore.markType(XCheckbox, 'XCheckbox', igniteuiWebcomponentsCore.Base.$, [igniteuiWebcomponentsCore.INotifyPropertyChanged_$type]);
|
|
30183
30454
|
XCheckbox.g = ThemeResolver.a(((function () {
|
|
@@ -35266,6 +35537,12 @@
|
|
|
35266
35537
|
case 58:
|
|
35267
35538
|
d.aq = c;
|
|
35268
35539
|
break;
|
|
35540
|
+
case 17:
|
|
35541
|
+
d.kt = c;
|
|
35542
|
+
break;
|
|
35543
|
+
case 11:
|
|
35544
|
+
d.aa = c;
|
|
35545
|
+
break;
|
|
35269
35546
|
}
|
|
35270
35547
|
};
|
|
35271
35548
|
XButtonBridge.prototype.getValue = function (a, b) {
|
|
@@ -35300,6 +35577,7 @@
|
|
|
35300
35577
|
case 57: return c.av;
|
|
35301
35578
|
case 56: return c.as;
|
|
35302
35579
|
case 58: return c.aq;
|
|
35580
|
+
case 17: return c.kt;
|
|
35303
35581
|
}
|
|
35304
35582
|
return null;
|
|
35305
35583
|
};
|
|
@@ -35452,13 +35730,16 @@
|
|
|
35452
35730
|
switch (b) {
|
|
35453
35731
|
case 16: return this.v;
|
|
35454
35732
|
case 15: return this.u;
|
|
35455
|
-
case 18: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, c.
|
|
35456
|
-
case 44: return c.
|
|
35457
|
-
case 45: return c.
|
|
35458
|
-
case 46: return c.
|
|
35459
|
-
case 47: return c.
|
|
35460
|
-
case 48: return c.
|
|
35461
|
-
case 49: return c.
|
|
35733
|
+
case 18: return igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.BaseControlTheme_$type, c.k);
|
|
35734
|
+
case 44: return c.an;
|
|
35735
|
+
case 45: return c.ao;
|
|
35736
|
+
case 46: return c.ap;
|
|
35737
|
+
case 47: return c.am;
|
|
35738
|
+
case 48: return c.aq;
|
|
35739
|
+
case 49: return c.ai;
|
|
35740
|
+
case 62: return c.e;
|
|
35741
|
+
case 63: return c.f;
|
|
35742
|
+
case 64: return c.al;
|
|
35462
35743
|
}
|
|
35463
35744
|
return _super.prototype.getValue.call(this, a, b);
|
|
35464
35745
|
};
|
|
@@ -35469,51 +35750,72 @@
|
|
|
35469
35750
|
case 15:
|
|
35470
35751
|
{
|
|
35471
35752
|
this.u = c;
|
|
35472
|
-
|
|
35473
|
-
if (e != null) {
|
|
35474
|
-
if (igniteuiWebcomponentsCore.stringStartsWith(igniteuiWebcomponentsCore.trimStart(e, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
35475
|
-
d.svg = e;
|
|
35476
|
-
}
|
|
35477
|
-
else {
|
|
35478
|
-
d.svgPath = e;
|
|
35479
|
-
}
|
|
35480
|
-
}
|
|
35753
|
+
this.w(d);
|
|
35481
35754
|
}
|
|
35482
35755
|
break;
|
|
35483
35756
|
case 16:
|
|
35484
35757
|
{
|
|
35485
35758
|
this.v = c;
|
|
35486
|
-
|
|
35487
|
-
if (f != null) {
|
|
35488
|
-
if (igniteuiWebcomponentsCore.stringStartsWith(igniteuiWebcomponentsCore.trimStart(f, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
35489
|
-
d.svg = f;
|
|
35490
|
-
}
|
|
35491
|
-
else {
|
|
35492
|
-
d.svgPath = f;
|
|
35493
|
-
}
|
|
35494
|
-
}
|
|
35759
|
+
this.w(d);
|
|
35495
35760
|
}
|
|
35496
35761
|
break;
|
|
35497
35762
|
case 44:
|
|
35498
|
-
d.
|
|
35763
|
+
d.an = c;
|
|
35499
35764
|
break;
|
|
35500
35765
|
case 45:
|
|
35501
|
-
d.
|
|
35766
|
+
d.ao = c;
|
|
35502
35767
|
break;
|
|
35503
35768
|
case 46:
|
|
35504
|
-
d.
|
|
35769
|
+
d.ap = c;
|
|
35505
35770
|
break;
|
|
35506
35771
|
case 47:
|
|
35507
|
-
d.
|
|
35772
|
+
d.am = c;
|
|
35508
35773
|
break;
|
|
35509
35774
|
case 48:
|
|
35510
|
-
d.
|
|
35775
|
+
d.aq = c;
|
|
35511
35776
|
break;
|
|
35512
35777
|
case 49:
|
|
35513
|
-
d.
|
|
35778
|
+
d.ai = c;
|
|
35779
|
+
break;
|
|
35780
|
+
case 62:
|
|
35781
|
+
d.e = c;
|
|
35782
|
+
break;
|
|
35783
|
+
case 63:
|
|
35784
|
+
d.f = c;
|
|
35785
|
+
break;
|
|
35786
|
+
case 64:
|
|
35787
|
+
d.al = c;
|
|
35514
35788
|
break;
|
|
35515
35789
|
}
|
|
35516
35790
|
};
|
|
35791
|
+
XIconBridge.prototype.getTargetForProperty = function (a, b) {
|
|
35792
|
+
switch (a) {
|
|
35793
|
+
case 24: return b;
|
|
35794
|
+
}
|
|
35795
|
+
return _super.prototype.getTargetForProperty.call(this, a, b);
|
|
35796
|
+
};
|
|
35797
|
+
XIconBridge.prototype.w = function (a) {
|
|
35798
|
+
var b = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
35799
|
+
if (b != null) {
|
|
35800
|
+
if (igniteuiWebcomponentsCore.stringStartsWith(igniteuiWebcomponentsCore.trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
35801
|
+
a.svg = b;
|
|
35802
|
+
}
|
|
35803
|
+
else {
|
|
35804
|
+
a.svgPath = b;
|
|
35805
|
+
}
|
|
35806
|
+
return;
|
|
35807
|
+
}
|
|
35808
|
+
var c = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getSvgPathsString(this.u, this.v);
|
|
35809
|
+
if (c != null) {
|
|
35810
|
+
a.b = c;
|
|
35811
|
+
return;
|
|
35812
|
+
}
|
|
35813
|
+
var d = igniteuiWebcomponentsCore.SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
35814
|
+
if (d != null) {
|
|
35815
|
+
a.a7 = d;
|
|
35816
|
+
return;
|
|
35817
|
+
}
|
|
35818
|
+
};
|
|
35517
35819
|
XIconBridge.$t = igniteuiWebcomponentsCore.markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
35518
35820
|
return XIconBridge;
|
|
35519
35821
|
}(XComponentBridge));
|
|
@@ -35943,7 +36245,7 @@
|
|
|
35943
36245
|
var o = new igniteuiWebcomponentsCore.NativeUIButton();
|
|
35944
36246
|
o.al = j;
|
|
35945
36247
|
o.d = n;
|
|
35946
|
-
o.
|
|
36248
|
+
o.bk = i;
|
|
35947
36249
|
b(o);
|
|
35948
36250
|
};
|
|
35949
36251
|
NativeUIXInputsFactory.prototype.f = function (a, b) {
|
|
@@ -36010,7 +36312,7 @@
|
|
|
36010
36312
|
switch (a) {
|
|
36011
36313
|
case 16:
|
|
36012
36314
|
case 15:
|
|
36013
|
-
case 17: return this.al.t.view.
|
|
36315
|
+
case 17: return this.al.t.view.t;
|
|
36014
36316
|
}
|
|
36015
36317
|
return _super.prototype.getTargetForProperty.call(this, a, b);
|
|
36016
36318
|
};
|