igniteui-webcomponents-inputs 5.2.0 → 5.3.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 +3254 -3096
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +26 -26
- package/esm2015/lib/ButtonView_combined.js +1716 -1662
- package/esm2015/lib/CalendarView_combined.js +312 -298
- package/esm2015/lib/IconViewType.js +11 -0
- package/esm2015/lib/IconView_combined.js +462 -432
- package/esm2015/lib/InputGroupView_combined.js +115 -93
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +4 -4
- package/esm2015/lib/XButtonBridge.js +39 -35
- package/esm2015/lib/XButtonGroupBridge.js +2 -2
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +1 -1
- package/esm2015/lib/XIconBridge.js +25 -23
- package/esm2015/lib/XInputBridge.js +16 -16
- package/esm2015/lib/XPopupBridge.js +5 -3
- package/esm2015/lib/igc-x-button-component.js +555 -545
- package/esm2015/lib/igc-x-icon-component.js +89 -89
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/ButtonGroupView_combined.js +26 -26
- package/esm5/lib/ButtonView_combined.js +1583 -1525
- package/esm5/lib/CalendarView_combined.js +312 -298
- package/esm5/lib/IconViewType.js +11 -0
- package/esm5/lib/IconView_combined.js +449 -419
- package/esm5/lib/InputGroupView_combined.js +115 -93
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/NativeUIXInputsFactory_combined.js +4 -4
- package/esm5/lib/XButtonBridge.js +39 -35
- package/esm5/lib/XButtonGroupBridge.js +2 -2
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +1 -1
- package/esm5/lib/XIconBridge.js +25 -23
- package/esm5/lib/XInputBridge.js +16 -16
- package/esm5/lib/XPopupBridge.js +5 -3
- package/esm5/lib/igc-x-button-component.js +559 -545
- package/esm5/lib/igc-x-icon-component.js +89 -89
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-inputs.js +3401 -3252
- package/fesm5/igniteui-webcomponents-inputs.js +3255 -3098
- package/lib/ButtonView_combined.d.ts +513 -504
- package/lib/CalendarView_combined.d.ts +38 -35
- package/lib/IconViewType.d.ts +16 -0
- package/lib/IconView_combined.d.ts +115 -111
- package/lib/InputGroupView_combined.d.ts +28 -26
- package/lib/igc-x-button-component.d.ts +5 -0
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -66,7 +66,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66
66
|
_this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
|
|
67
67
|
return _this;
|
|
68
68
|
}
|
|
69
|
-
IconView.prototype.
|
|
69
|
+
IconView.prototype.al = function () {
|
|
70
70
|
};
|
|
71
71
|
IconView.prototype.l = function () {
|
|
72
72
|
return true;
|
|
@@ -99,7 +99,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
101
101
|
});
|
|
102
|
-
IconView.prototype.
|
|
102
|
+
IconView.prototype.aj = function (a) {
|
|
103
103
|
var e_1, _a;
|
|
104
104
|
if (a == null) {
|
|
105
105
|
try {
|
|
@@ -136,7 +136,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
136
136
|
this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
|
|
137
137
|
this.v.rootWrapper.setStyleProperty("align-items", "center");
|
|
138
138
|
this.v.rootWrapper.setStyleProperty("justify-content", "center");
|
|
139
|
-
this.
|
|
139
|
+
this.as();
|
|
140
140
|
var c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
|
|
141
141
|
c.setStyleProperty("position", "absolute");
|
|
142
142
|
c.setStyleProperty("top", "0");
|
|
@@ -149,14 +149,14 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
149
149
|
d.setStyleProperty("width", "100%");
|
|
150
150
|
d.setStyleProperty("object-fit", "contain");
|
|
151
151
|
this.x = d;
|
|
152
|
-
this.
|
|
152
|
+
this.ay();
|
|
153
153
|
this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
|
|
154
154
|
this.y.append(this.w);
|
|
155
155
|
this.v.append(this.y);
|
|
156
|
-
this.o.add(c.listen("click", runOn(this, this.
|
|
157
|
-
this.d.
|
|
156
|
+
this.o.add(c.listen("click", runOn(this, this.ai)));
|
|
157
|
+
this.d.ch();
|
|
158
158
|
};
|
|
159
|
-
IconView.prototype.
|
|
159
|
+
IconView.prototype.av = function (a) {
|
|
160
160
|
this.n.clear();
|
|
161
161
|
this.v.rootWrapper.removeChildren();
|
|
162
162
|
this.v.rootWrapper.append(this.y);
|
|
@@ -171,7 +171,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
171
171
|
this.p.add(b);
|
|
172
172
|
}
|
|
173
173
|
};
|
|
174
|
-
IconView.prototype.
|
|
174
|
+
IconView.prototype.aw = function (a) {
|
|
175
175
|
this.n.clear();
|
|
176
176
|
this.v.rootWrapper.removeChildren();
|
|
177
177
|
this.v.rootWrapper.append(this.y);
|
|
@@ -188,14 +188,14 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
};
|
|
191
|
-
IconView.prototype.
|
|
191
|
+
IconView.prototype.au = function (a) {
|
|
192
192
|
this.v.rootWrapper.removeChildren();
|
|
193
193
|
if (a != null) {
|
|
194
194
|
var b = this.v.rootWrapper.getNativeElement();
|
|
195
195
|
b.innerHTML = a;
|
|
196
196
|
}
|
|
197
197
|
};
|
|
198
|
-
IconView.prototype.
|
|
198
|
+
IconView.prototype.aq = function (a) {
|
|
199
199
|
if (this.ab != a) {
|
|
200
200
|
this.ab = a;
|
|
201
201
|
this.v.rootWrapper.removeChildren();
|
|
@@ -203,26 +203,31 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
203
203
|
this.x.setAttribute("src", a);
|
|
204
204
|
}
|
|
205
205
|
};
|
|
206
|
-
IconView.prototype.
|
|
206
|
+
IconView.prototype.at = function (a) {
|
|
207
207
|
if (typeof a === 'string') {
|
|
208
|
-
this.
|
|
208
|
+
this.aq(typeCast(String_$type, a));
|
|
209
|
+
}
|
|
210
|
+
};
|
|
211
|
+
IconView.prototype.ag = function () {
|
|
212
|
+
if (this.d.k != 3 && this.d.k != 4) {
|
|
213
|
+
this.ab = null;
|
|
209
214
|
}
|
|
210
215
|
};
|
|
211
216
|
IconView.prototype.k = function () {
|
|
212
217
|
return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
|
|
213
218
|
};
|
|
214
|
-
IconView.prototype.
|
|
215
|
-
this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.
|
|
216
|
-
this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.
|
|
219
|
+
IconView.prototype.as = function () {
|
|
220
|
+
this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.at) ? "1.5rem" : this.d.at + "px");
|
|
221
|
+
this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.al) ? "1.5rem" : this.d.al + "px");
|
|
217
222
|
};
|
|
218
|
-
IconView.prototype.
|
|
219
|
-
var a = isNaN_(this.d.
|
|
220
|
-
var b = isNaN_(this.d.
|
|
221
|
-
var c = isNaN_(this.d.
|
|
222
|
-
var d = isNaN_(this.d.
|
|
223
|
+
IconView.prototype.ay = function () {
|
|
224
|
+
var a = isNaN_(this.d.aq) ? 0 : this.d.aq;
|
|
225
|
+
var b = isNaN_(this.d.ar) ? 0 : this.d.ar;
|
|
226
|
+
var c = isNaN_(this.d.as) ? 24 : this.d.as;
|
|
227
|
+
var d = isNaN_(this.d.ap) ? 24 : this.d.ap;
|
|
223
228
|
this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
|
|
224
229
|
};
|
|
225
|
-
IconView.prototype.
|
|
230
|
+
IconView.prototype.an = function (a, b) {
|
|
226
231
|
var c = a.color;
|
|
227
232
|
if (!this.n.containsKey(a)) {
|
|
228
233
|
if (a.isGradient) {
|
|
@@ -250,7 +255,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
250
255
|
}
|
|
251
256
|
}
|
|
252
257
|
};
|
|
253
|
-
IconView.prototype.
|
|
258
|
+
IconView.prototype.ao = function (a, b) {
|
|
254
259
|
var c = a;
|
|
255
260
|
if (this.n.containsKey(b)) {
|
|
256
261
|
c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
|
|
@@ -261,7 +266,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
261
266
|
NativeUI.r(a, b);
|
|
262
267
|
}
|
|
263
268
|
};
|
|
264
|
-
IconView.prototype.
|
|
269
|
+
IconView.prototype.ap = function (a, b) {
|
|
265
270
|
var c = a;
|
|
266
271
|
if (this.n.containsKey(b)) {
|
|
267
272
|
c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
|
|
@@ -272,22 +277,22 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
272
277
|
};
|
|
273
278
|
IconView.prototype.ac = function (a) {
|
|
274
279
|
};
|
|
275
|
-
IconView.prototype.
|
|
280
|
+
IconView.prototype.am = function () {
|
|
276
281
|
if (this.l()) {
|
|
277
282
|
}
|
|
278
283
|
};
|
|
279
284
|
IconView.prototype.ad = function (a) {
|
|
280
|
-
this.d.
|
|
285
|
+
this.d.ce();
|
|
281
286
|
};
|
|
282
287
|
IconView.prototype.ae = function (a) {
|
|
283
|
-
this.d.
|
|
288
|
+
this.d.cf();
|
|
284
289
|
};
|
|
285
|
-
IconView.prototype.
|
|
290
|
+
IconView.prototype.ah = function () {
|
|
286
291
|
this.j = true;
|
|
287
292
|
this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ad)));
|
|
288
293
|
this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.ae)));
|
|
289
294
|
};
|
|
290
|
-
IconView.prototype.
|
|
295
|
+
IconView.prototype.ak = function () {
|
|
291
296
|
var e_2, _a;
|
|
292
297
|
this.j = false;
|
|
293
298
|
try {
|
|
@@ -311,7 +316,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
311
316
|
}
|
|
312
317
|
this.o.clear();
|
|
313
318
|
};
|
|
314
|
-
IconView.prototype.
|
|
319
|
+
IconView.prototype.ax = function (a) {
|
|
315
320
|
if (a != null) {
|
|
316
321
|
this.v.rootWrapper.setStyleProperty("font", a.fontString);
|
|
317
322
|
}
|
|
@@ -325,8 +330,8 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
325
330
|
c[1] = b;
|
|
326
331
|
return c;
|
|
327
332
|
};
|
|
328
|
-
IconView.prototype.
|
|
329
|
-
if (this.d.
|
|
333
|
+
IconView.prototype.ai = function (a) {
|
|
334
|
+
if (this.d.x()) {
|
|
330
335
|
a.stopPropagation();
|
|
331
336
|
a.preventDefault();
|
|
332
337
|
}
|
|
@@ -357,7 +362,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
357
362
|
$ret.an = a.w;
|
|
358
363
|
return $ret;
|
|
359
364
|
})());
|
|
360
|
-
this.
|
|
365
|
+
this.ar(c, a);
|
|
361
366
|
b = new PathVisualData(1, "path1", c);
|
|
362
367
|
break;
|
|
363
368
|
case 3:
|
|
@@ -367,7 +372,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
367
372
|
e.ao = d.x;
|
|
368
373
|
e.ap = d.y;
|
|
369
374
|
e.aq = d.z;
|
|
370
|
-
this.
|
|
375
|
+
this.ar(e, a);
|
|
371
376
|
b = new LineVisualData(1, "line1", e);
|
|
372
377
|
break;
|
|
373
378
|
case 4:
|
|
@@ -377,7 +382,7 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
377
382
|
g.height = f.w;
|
|
378
383
|
g.ap = f.x;
|
|
379
384
|
g.aq = f.y;
|
|
380
|
-
this.
|
|
385
|
+
this.ar(g, a);
|
|
381
386
|
b = new RectangleVisualData(1, "rect1", g);
|
|
382
387
|
break;
|
|
383
388
|
case 5:
|
|
@@ -386,13 +391,13 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
386
391
|
var i = new Ellipse();
|
|
387
392
|
i.width = h.y * 2;
|
|
388
393
|
i.height = h.z * 2;
|
|
389
|
-
this.
|
|
394
|
+
this.ar(i, a);
|
|
390
395
|
b = new EllipseVisualData(1, "ellipse1", i);
|
|
391
396
|
break;
|
|
392
397
|
}
|
|
393
398
|
return b;
|
|
394
399
|
};
|
|
395
|
-
IconView.prototype.
|
|
400
|
+
IconView.prototype.ar = function (a, b) {
|
|
396
401
|
var c = b;
|
|
397
402
|
a.ad = b.t;
|
|
398
403
|
a.j = c.h;
|
|
@@ -437,50 +442,51 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
437
442
|
function XIcon() {
|
|
438
443
|
var _this = _super.call(this) || this;
|
|
439
444
|
_this._view = null;
|
|
440
|
-
_this.
|
|
441
|
-
_this.
|
|
442
|
-
_this.
|
|
443
|
-
_this.
|
|
444
|
-
_this.
|
|
445
|
-
_this.
|
|
446
|
-
_this.cx = XIcon.c6;
|
|
447
|
-
_this.aa = XIcon.ai;
|
|
448
|
-
_this.cy = XIcon.c7;
|
|
449
|
-
_this.cq = XIcon.c3;
|
|
445
|
+
_this.k = 0;
|
|
446
|
+
_this.l = 0;
|
|
447
|
+
_this.co = XIcon.c4;
|
|
448
|
+
_this.cp = XIcon.c8;
|
|
449
|
+
_this.cq = XIcon.c9;
|
|
450
|
+
_this.y = XIcon.ak;
|
|
450
451
|
_this.cr = XIcon.c4;
|
|
451
|
-
_this.
|
|
452
|
-
_this.
|
|
452
|
+
_this.cz = XIcon.c8;
|
|
453
|
+
_this.ac = XIcon.ak;
|
|
454
|
+
_this.c0 = XIcon.c9;
|
|
455
|
+
_this.cs = XIcon.c5;
|
|
456
|
+
_this.ct = XIcon.c6;
|
|
457
|
+
_this.aa = XIcon.aj;
|
|
458
|
+
_this.cu = null;
|
|
453
459
|
_this.c = null;
|
|
454
460
|
_this.d = null;
|
|
455
|
-
_this.ct = null;
|
|
456
|
-
_this.cu = null;
|
|
457
461
|
_this.cv = null;
|
|
458
462
|
_this.cw = null;
|
|
459
|
-
_this.
|
|
460
|
-
_this.
|
|
461
|
-
_this.
|
|
463
|
+
_this.cx = null;
|
|
464
|
+
_this.cy = null;
|
|
465
|
+
_this.ax = null;
|
|
462
466
|
_this.a1 = null;
|
|
467
|
+
_this.a4 = null;
|
|
468
|
+
_this.a3 = null;
|
|
463
469
|
_this.a = null;
|
|
464
|
-
_this.
|
|
465
|
-
_this.
|
|
466
|
-
_this.
|
|
467
|
-
_this.n = false;
|
|
468
|
-
_this.ay = null;
|
|
470
|
+
_this.n = null;
|
|
471
|
+
_this.a2 = "ig-icon-" + XIcon.aw++;
|
|
472
|
+
_this.au = 0;
|
|
469
473
|
_this.p = false;
|
|
470
|
-
_this.
|
|
471
|
-
_this.
|
|
472
|
-
_this.
|
|
473
|
-
_this.
|
|
474
|
+
_this.a0 = null;
|
|
475
|
+
_this.r = false;
|
|
476
|
+
_this.q = false;
|
|
477
|
+
_this.ab = 1;
|
|
474
478
|
_this.ae = NaN;
|
|
475
|
-
_this.ab = NaN;
|
|
476
479
|
_this.af = NaN;
|
|
477
|
-
_this.
|
|
480
|
+
_this.ag = NaN;
|
|
481
|
+
_this.ad = NaN;
|
|
482
|
+
_this.ah = NaN;
|
|
483
|
+
_this.z = NaN;
|
|
478
484
|
_this.clicked = null;
|
|
479
485
|
_this.propertyChanged = null;
|
|
480
486
|
var a = new IconView();
|
|
481
487
|
a.d = _this;
|
|
482
488
|
_this.view = a;
|
|
483
|
-
_this.view.
|
|
489
|
+
_this.view.al();
|
|
484
490
|
return _this;
|
|
485
491
|
}
|
|
486
492
|
Object.defineProperty(XIcon.prototype, "view", {
|
|
@@ -496,13 +502,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
496
502
|
XIcon.prototype.destroy = function () {
|
|
497
503
|
this.provideContainer(null);
|
|
498
504
|
};
|
|
499
|
-
XIcon.prototype.
|
|
505
|
+
XIcon.prototype.cg = function (a, b, c) {
|
|
500
506
|
if (this.propertyChanged != null) {
|
|
501
507
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
502
508
|
}
|
|
503
|
-
this.
|
|
509
|
+
this.cj(a, b, c);
|
|
504
510
|
};
|
|
505
|
-
XIcon.prototype.
|
|
511
|
+
XIcon.prototype.cj = function (a, b, c) {
|
|
506
512
|
switch (a) {
|
|
507
513
|
case "Fill":
|
|
508
514
|
case "Stroke":
|
|
@@ -511,225 +517,230 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
511
517
|
case "HoverStroke":
|
|
512
518
|
case "HoverStrokeThickness":
|
|
513
519
|
case "IsHover":
|
|
514
|
-
this.
|
|
520
|
+
this.cn();
|
|
515
521
|
break;
|
|
516
522
|
case "FillColors":
|
|
517
523
|
case "StrokeColors":
|
|
518
524
|
case "ActualFill":
|
|
519
525
|
case "ActualStroke":
|
|
520
526
|
case "ActualStrokeWidth":
|
|
521
|
-
this.
|
|
527
|
+
this.cl();
|
|
522
528
|
break;
|
|
523
529
|
case "SVG":
|
|
524
|
-
this.
|
|
530
|
+
this.a4 = null;
|
|
525
531
|
this.a = null;
|
|
526
|
-
this.
|
|
532
|
+
this.cl();
|
|
527
533
|
break;
|
|
528
534
|
case "SVGPath":
|
|
529
|
-
this.
|
|
535
|
+
this.a3 = null;
|
|
530
536
|
this.a = null;
|
|
531
|
-
this.
|
|
537
|
+
this.cl();
|
|
532
538
|
break;
|
|
533
539
|
case "SVGPaths":
|
|
534
|
-
this.
|
|
535
|
-
this.
|
|
536
|
-
this.
|
|
540
|
+
this.a3 = null;
|
|
541
|
+
this.a4 = null;
|
|
542
|
+
this.cl();
|
|
537
543
|
break;
|
|
538
544
|
case "DataURL":
|
|
539
|
-
this.
|
|
540
|
-
this.
|
|
545
|
+
this.a3 = null;
|
|
546
|
+
this.a4 = null;
|
|
541
547
|
this.a = null;
|
|
542
|
-
this.
|
|
548
|
+
this.cl();
|
|
543
549
|
break;
|
|
544
550
|
case "Source":
|
|
545
|
-
this.
|
|
546
|
-
this.
|
|
551
|
+
this.a3 = null;
|
|
552
|
+
this.a4 = null;
|
|
547
553
|
this.a = null;
|
|
548
|
-
this.
|
|
554
|
+
this.cl();
|
|
549
555
|
break;
|
|
550
556
|
case "Opacity":
|
|
551
|
-
this.
|
|
557
|
+
this.cm();
|
|
552
558
|
break;
|
|
553
559
|
case "ViewBoxLeft":
|
|
554
560
|
case "ViewBoxTop":
|
|
555
561
|
case "ViewBoxWidth":
|
|
556
562
|
case "ViewBoxHeight":
|
|
557
|
-
this.view.
|
|
563
|
+
this.view.ay();
|
|
558
564
|
break;
|
|
559
565
|
case "Width":
|
|
560
566
|
case "Height":
|
|
561
|
-
this.view.
|
|
567
|
+
this.view.as();
|
|
562
568
|
break;
|
|
563
569
|
}
|
|
564
570
|
};
|
|
565
|
-
XIcon.prototype.
|
|
566
|
-
var a = this.fill != null ? this.fill : XIcon.
|
|
567
|
-
var b = this.
|
|
568
|
-
var c = !isNaN_(this.
|
|
569
|
-
var d = this.
|
|
570
|
-
if (this.
|
|
571
|
-
this.
|
|
572
|
-
this.
|
|
573
|
-
this.
|
|
574
|
-
this.
|
|
571
|
+
XIcon.prototype.cn = function () {
|
|
572
|
+
var a = this.fill != null ? this.fill : XIcon.c4;
|
|
573
|
+
var b = this.dh != null ? this.dh : XIcon.c8;
|
|
574
|
+
var c = !isNaN_(this.ao) ? this.ao : XIcon.ak;
|
|
575
|
+
var d = this.di != null ? this.di : XIcon.c9;
|
|
576
|
+
if (this.v) {
|
|
577
|
+
this.c1 = this.da != null ? this.da : a;
|
|
578
|
+
this.c2 = this.db != null ? this.db : b;
|
|
579
|
+
this.ai = !isNaN_(this.am) ? this.am : c;
|
|
580
|
+
this.c3 = this.dc != null ? this.dc : d;
|
|
575
581
|
}
|
|
576
582
|
else {
|
|
577
|
-
this.
|
|
578
|
-
this.
|
|
579
|
-
this.
|
|
580
|
-
this.
|
|
583
|
+
this.c1 = a;
|
|
584
|
+
this.c2 = b;
|
|
585
|
+
this.ai = c;
|
|
586
|
+
this.c3 = d;
|
|
581
587
|
}
|
|
582
588
|
};
|
|
583
|
-
Object.defineProperty(XIcon.prototype, "
|
|
589
|
+
Object.defineProperty(XIcon.prototype, "t", {
|
|
584
590
|
get: function () {
|
|
585
591
|
return this.svgPath != null && !this.view.m;
|
|
586
592
|
},
|
|
587
593
|
enumerable: false,
|
|
588
594
|
configurable: true
|
|
589
595
|
});
|
|
590
|
-
XIcon.prototype.
|
|
591
|
-
NativeUI.y(this.view.z, this.
|
|
596
|
+
XIcon.prototype.cm = function () {
|
|
597
|
+
NativeUI.y(this.view.z, this.an);
|
|
592
598
|
};
|
|
593
|
-
XIcon.prototype.
|
|
599
|
+
XIcon.prototype.cl = function () {
|
|
594
600
|
var a = this.view.z;
|
|
595
|
-
if (this.
|
|
601
|
+
if (this.t) {
|
|
596
602
|
var b = this.view.aa;
|
|
597
|
-
NativeUI.r(b, this.
|
|
598
|
-
NativeUI.aa(b, this.
|
|
599
|
-
NativeUI.ad(b, this.
|
|
603
|
+
NativeUI.r(b, this.c1);
|
|
604
|
+
NativeUI.aa(b, this.c2);
|
|
605
|
+
NativeUI.ad(b, this.ai);
|
|
600
606
|
}
|
|
601
607
|
else {
|
|
602
|
-
var c =
|
|
608
|
+
var c = this.j();
|
|
609
|
+
if (c != this.k) {
|
|
610
|
+
this.k = c;
|
|
611
|
+
this.view.ag();
|
|
612
|
+
}
|
|
613
|
+
var d = false;
|
|
603
614
|
if (this.svgPath != null) {
|
|
604
615
|
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
605
|
-
this.view.
|
|
606
|
-
|
|
616
|
+
this.view.au(this.svgPath);
|
|
617
|
+
d = true;
|
|
607
618
|
}
|
|
608
619
|
else {
|
|
609
|
-
this.view.
|
|
620
|
+
this.view.av(this.svgPath);
|
|
610
621
|
}
|
|
611
622
|
}
|
|
612
623
|
else if (this.b != null) {
|
|
613
|
-
this.view.
|
|
614
|
-
var
|
|
615
|
-
if (
|
|
616
|
-
var
|
|
617
|
-
var
|
|
618
|
-
this.
|
|
619
|
-
e = runOn(this.view, this.view.an);
|
|
624
|
+
this.view.aw(this.b);
|
|
625
|
+
var e = this.view.c;
|
|
626
|
+
if (e != null && e.length > 0) {
|
|
627
|
+
var f = NativeUI.r;
|
|
628
|
+
var g = NativeUI.aa;
|
|
629
|
+
this.ci();
|
|
620
630
|
f = runOn(this.view, this.view.ao);
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
631
|
+
g = runOn(this.view, this.view.ap);
|
|
632
|
+
for (var h = 0; h < e.length; h++) {
|
|
633
|
+
if (this.c1 != null) {
|
|
634
|
+
f(e[h], this.c1);
|
|
624
635
|
}
|
|
625
|
-
if (this.
|
|
626
|
-
|
|
636
|
+
if (this.c2 != null) {
|
|
637
|
+
g(e[h], this.c2);
|
|
627
638
|
}
|
|
628
|
-
if (!isNaN_(this.
|
|
629
|
-
NativeUI.ad(
|
|
639
|
+
if (!isNaN_(this.ai)) {
|
|
640
|
+
NativeUI.ad(e[h], this.ai);
|
|
630
641
|
}
|
|
631
|
-
if (this.
|
|
632
|
-
NativeUI.q(
|
|
642
|
+
if (this.c3 != null) {
|
|
643
|
+
NativeUI.q(e[h], this.c3);
|
|
633
644
|
}
|
|
634
|
-
if (this.e != null && this.e.count ==
|
|
635
|
-
e
|
|
645
|
+
if (this.e != null && this.e.count == e.length) {
|
|
646
|
+
f(e[h], this.e.item(h));
|
|
636
647
|
}
|
|
637
|
-
if (this.f != null && this.f.count ==
|
|
638
|
-
|
|
648
|
+
if (this.f != null && this.f.count == e.length) {
|
|
649
|
+
g(e[h], this.f.item(h));
|
|
639
650
|
}
|
|
640
651
|
}
|
|
641
652
|
}
|
|
642
|
-
if (this.
|
|
643
|
-
this.view.
|
|
653
|
+
if (this.o != null) {
|
|
654
|
+
this.view.ax(this.o);
|
|
644
655
|
}
|
|
645
656
|
return;
|
|
646
657
|
}
|
|
647
658
|
else if (this.svg != null) {
|
|
648
|
-
this.view.
|
|
649
|
-
|
|
659
|
+
this.view.au(this.svg);
|
|
660
|
+
d = true;
|
|
650
661
|
}
|
|
651
|
-
else if (this.
|
|
652
|
-
this.view.
|
|
662
|
+
else if (this.bc != null) {
|
|
663
|
+
this.view.aq(this.bc);
|
|
653
664
|
}
|
|
654
|
-
else if (this.
|
|
655
|
-
this.view.
|
|
665
|
+
else if (this.az != null) {
|
|
666
|
+
this.view.at(this.az);
|
|
656
667
|
}
|
|
657
|
-
if (
|
|
658
|
-
for (var
|
|
659
|
-
var
|
|
660
|
-
NativeUI.r(this.view.r._inner[
|
|
668
|
+
if (d) {
|
|
669
|
+
for (var i = 0; i < this.view.r.count; i++) {
|
|
670
|
+
var j = this.view.r._inner[i].c;
|
|
671
|
+
NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dd));
|
|
661
672
|
}
|
|
662
|
-
for (var
|
|
663
|
-
var
|
|
664
|
-
NativeUI.aa(this.view.s._inner[
|
|
673
|
+
for (var k = 0; k < this.view.s.count; k++) {
|
|
674
|
+
var l = this.view.s._inner[k].c;
|
|
675
|
+
NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.de));
|
|
665
676
|
}
|
|
666
|
-
for (var
|
|
667
|
-
var
|
|
668
|
-
NativeUI.r(this.view.t._inner[
|
|
677
|
+
for (var m = 0; m < this.view.t.count; m++) {
|
|
678
|
+
var n = this.view.t._inner[m].c;
|
|
679
|
+
NativeUI.r(this.view.t._inner[m].d, n.l.f(this.df));
|
|
669
680
|
}
|
|
670
|
-
for (var
|
|
671
|
-
var
|
|
672
|
-
NativeUI.aa(this.view.u._inner[
|
|
681
|
+
for (var o = 0; o < this.view.u.count; o++) {
|
|
682
|
+
var p = this.view.u._inner[o].c;
|
|
683
|
+
NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dg));
|
|
673
684
|
}
|
|
674
|
-
for (var
|
|
675
|
-
var
|
|
676
|
-
var
|
|
677
|
-
var
|
|
678
|
-
if (
|
|
679
|
-
for (var
|
|
680
|
-
var
|
|
681
|
-
NativeUI.r(this.view.e.q._inner[
|
|
685
|
+
for (var q = 0; q < this.view.e.o.count; q++) {
|
|
686
|
+
var r = this.view.e.o._inner[q];
|
|
687
|
+
var s = r.split('-');
|
|
688
|
+
var t = parseInt(s[s.length - 1]);
|
|
689
|
+
if (t < this.e.count) {
|
|
690
|
+
for (var u = 0; u < this.view.e.q._inner[q].count; u++) {
|
|
691
|
+
var v = this.view.e.q._inner[q]._inner[u].c;
|
|
692
|
+
NativeUI.r(this.view.e.q._inner[q]._inner[u].d, v.l.f(this.e.item(t)));
|
|
682
693
|
}
|
|
683
694
|
}
|
|
684
695
|
}
|
|
685
|
-
for (var
|
|
686
|
-
var
|
|
687
|
-
var
|
|
688
|
-
var
|
|
689
|
-
if (
|
|
690
|
-
for (var
|
|
691
|
-
var
|
|
692
|
-
NativeUI.aa(this.view.f.q._inner[
|
|
696
|
+
for (var w = 0; w < this.view.f.o.count; w++) {
|
|
697
|
+
var x = this.view.f.o._inner[w];
|
|
698
|
+
var y = x.split('-');
|
|
699
|
+
var z = parseInt(y[y.length - 1]);
|
|
700
|
+
if (z < this.f.count) {
|
|
701
|
+
for (var aa = 0; aa < this.view.f.q._inner[w].count; aa++) {
|
|
702
|
+
var ab = this.view.f.q._inner[w]._inner[aa].c;
|
|
703
|
+
NativeUI.aa(this.view.f.q._inner[w]._inner[aa].d, ab.m.f(this.f.item(z)));
|
|
693
704
|
}
|
|
694
705
|
}
|
|
695
706
|
}
|
|
696
|
-
for (var
|
|
697
|
-
var
|
|
698
|
-
NativeUI.r(this.view.q._inner[
|
|
699
|
-
NativeUI.aa(this.view.q._inner[
|
|
707
|
+
for (var ac = 0; ac < this.view.q.count; ac++) {
|
|
708
|
+
var ad = this.view.q._inner[ac].c;
|
|
709
|
+
NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.c1));
|
|
710
|
+
NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.c2));
|
|
700
711
|
}
|
|
701
712
|
}
|
|
702
|
-
var
|
|
703
|
-
if (this.
|
|
704
|
-
NativeUI.r(
|
|
713
|
+
var ae = this.view.z;
|
|
714
|
+
if (this.c1 != null) {
|
|
715
|
+
NativeUI.r(ae, this.c1);
|
|
705
716
|
}
|
|
706
|
-
if (this.
|
|
707
|
-
NativeUI.aa(
|
|
717
|
+
if (this.c2 != null) {
|
|
718
|
+
NativeUI.aa(ae, this.c2);
|
|
708
719
|
}
|
|
709
|
-
if (!isNaN_(this.
|
|
710
|
-
NativeUI.ad(
|
|
720
|
+
if (!isNaN_(this.ai)) {
|
|
721
|
+
NativeUI.ad(ae, this.ai);
|
|
711
722
|
}
|
|
712
723
|
}
|
|
713
|
-
if (this.
|
|
714
|
-
this.view.
|
|
724
|
+
if (this.o != null) {
|
|
725
|
+
this.view.ax(this.o);
|
|
715
726
|
}
|
|
716
|
-
if (this.
|
|
717
|
-
NativeUI.q(this.view.z, this.
|
|
727
|
+
if (this.c3 != null) {
|
|
728
|
+
NativeUI.q(this.view.z, this.c3);
|
|
718
729
|
}
|
|
719
730
|
};
|
|
720
|
-
XIcon.prototype.
|
|
731
|
+
XIcon.prototype.ci = function () {
|
|
721
732
|
var e_3, _a, e_4, _b;
|
|
722
|
-
if (this.
|
|
723
|
-
this.view.
|
|
733
|
+
if (this.c1 != null) {
|
|
734
|
+
this.view.an(this.c1, "fill");
|
|
724
735
|
}
|
|
725
|
-
if (this.
|
|
726
|
-
this.view.
|
|
736
|
+
if (this.c2 != null) {
|
|
737
|
+
this.view.an(this.c2, "stroke");
|
|
727
738
|
}
|
|
728
739
|
if (this.e != null) {
|
|
729
740
|
try {
|
|
730
741
|
for (var _c = __values(fromEnum(this.e)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
731
742
|
var a = _d.value;
|
|
732
|
-
this.view.
|
|
743
|
+
this.view.an(a, "fills");
|
|
733
744
|
}
|
|
734
745
|
}
|
|
735
746
|
catch (e_3_1) {
|
|
@@ -750,7 +761,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
750
761
|
try {
|
|
751
762
|
for (var _e = __values(fromEnum(this.f)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
752
763
|
var b = _f.value;
|
|
753
|
-
this.view.
|
|
764
|
+
this.view.an(b, "strokes");
|
|
754
765
|
}
|
|
755
766
|
}
|
|
756
767
|
catch (e_4_1) {
|
|
@@ -768,71 +779,90 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
768
779
|
}
|
|
769
780
|
}
|
|
770
781
|
};
|
|
771
|
-
|
|
782
|
+
XIcon.prototype.j = function () {
|
|
783
|
+
var a = 5;
|
|
784
|
+
if (this.svgPath != null) {
|
|
785
|
+
a = 1;
|
|
786
|
+
}
|
|
787
|
+
else if (this.b != null && this.b.length > 0) {
|
|
788
|
+
a = 2;
|
|
789
|
+
}
|
|
790
|
+
else if (this.svg != null) {
|
|
791
|
+
a = 0;
|
|
792
|
+
}
|
|
793
|
+
else if (this.bc != null) {
|
|
794
|
+
a = 3;
|
|
795
|
+
}
|
|
796
|
+
else if (this.az != null) {
|
|
797
|
+
a = 4;
|
|
798
|
+
}
|
|
799
|
+
return a;
|
|
800
|
+
};
|
|
801
|
+
Object.defineProperty(XIcon.prototype, "m", {
|
|
772
802
|
get: function () {
|
|
773
|
-
return this.
|
|
803
|
+
return this.l;
|
|
774
804
|
},
|
|
775
805
|
set: function (a) {
|
|
776
|
-
var b = this.
|
|
777
|
-
this.
|
|
778
|
-
if (b != this.
|
|
779
|
-
this.
|
|
806
|
+
var b = this.l;
|
|
807
|
+
this.l = a;
|
|
808
|
+
if (b != this.l) {
|
|
809
|
+
this.cg("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
780
810
|
}
|
|
781
811
|
},
|
|
782
812
|
enumerable: false,
|
|
783
813
|
configurable: true
|
|
784
814
|
});
|
|
785
|
-
Object.defineProperty(XIcon.prototype, "
|
|
815
|
+
Object.defineProperty(XIcon.prototype, "c1", {
|
|
786
816
|
get: function () {
|
|
787
|
-
return this.
|
|
817
|
+
return this.co;
|
|
788
818
|
},
|
|
789
819
|
set: function (a) {
|
|
790
|
-
var b = this.
|
|
791
|
-
this.
|
|
792
|
-
if (b != this.
|
|
793
|
-
this.
|
|
820
|
+
var b = this.co;
|
|
821
|
+
this.co = a;
|
|
822
|
+
if (b != this.co) {
|
|
823
|
+
this.cg("ActualFill", b, a);
|
|
794
824
|
}
|
|
795
825
|
},
|
|
796
826
|
enumerable: false,
|
|
797
827
|
configurable: true
|
|
798
828
|
});
|
|
799
|
-
Object.defineProperty(XIcon.prototype, "
|
|
829
|
+
Object.defineProperty(XIcon.prototype, "c2", {
|
|
800
830
|
get: function () {
|
|
801
|
-
return this.
|
|
831
|
+
return this.cp;
|
|
802
832
|
},
|
|
803
833
|
set: function (a) {
|
|
804
|
-
var b = this.
|
|
805
|
-
this.
|
|
806
|
-
if (b != this.
|
|
807
|
-
this.
|
|
834
|
+
var b = this.cp;
|
|
835
|
+
this.cp = a;
|
|
836
|
+
if (b != this.cp) {
|
|
837
|
+
this.cg("ActualStroke", b, a);
|
|
808
838
|
}
|
|
809
839
|
},
|
|
810
840
|
enumerable: false,
|
|
811
841
|
configurable: true
|
|
812
842
|
});
|
|
813
|
-
Object.defineProperty(XIcon.prototype, "
|
|
843
|
+
Object.defineProperty(XIcon.prototype, "c3", {
|
|
814
844
|
get: function () {
|
|
815
|
-
return this.
|
|
845
|
+
return this.cq;
|
|
816
846
|
},
|
|
817
847
|
set: function (a) {
|
|
818
|
-
var b = this.
|
|
819
|
-
this.
|
|
820
|
-
if (b != this.
|
|
821
|
-
this.
|
|
848
|
+
var b = this.cq;
|
|
849
|
+
this.cq = a;
|
|
850
|
+
if (b != this.cq) {
|
|
851
|
+
this.cg("ActualTextColor", b, a);
|
|
822
852
|
}
|
|
823
853
|
},
|
|
824
854
|
enumerable: false,
|
|
825
855
|
configurable: true
|
|
826
856
|
});
|
|
827
|
-
Object.defineProperty(XIcon.prototype, "
|
|
857
|
+
Object.defineProperty(XIcon.prototype, "ai", {
|
|
828
858
|
get: function () {
|
|
829
|
-
return this.
|
|
859
|
+
return this.y;
|
|
830
860
|
},
|
|
831
861
|
set: function (a) {
|
|
832
|
-
var b = this.
|
|
833
|
-
this.
|
|
834
|
-
if (b != this.
|
|
835
|
-
this.
|
|
862
|
+
var b = this.y;
|
|
863
|
+
this.y = a;
|
|
864
|
+
if (b != this.y) {
|
|
865
|
+
this.cg("ActualStrokeWidth", b, a);
|
|
836
866
|
}
|
|
837
867
|
},
|
|
838
868
|
enumerable: false,
|
|
@@ -840,111 +870,111 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
840
870
|
});
|
|
841
871
|
Object.defineProperty(XIcon.prototype, "fill", {
|
|
842
872
|
get: function () {
|
|
843
|
-
return this.
|
|
873
|
+
return this.cr;
|
|
844
874
|
},
|
|
845
875
|
set: function (a) {
|
|
846
|
-
var b = this.
|
|
847
|
-
this.
|
|
848
|
-
if (b != this.
|
|
849
|
-
this.
|
|
876
|
+
var b = this.cr;
|
|
877
|
+
this.cr = a;
|
|
878
|
+
if (b != this.cr) {
|
|
879
|
+
this.cg("Fill", b, a);
|
|
850
880
|
}
|
|
851
881
|
},
|
|
852
882
|
enumerable: false,
|
|
853
883
|
configurable: true
|
|
854
884
|
});
|
|
855
|
-
Object.defineProperty(XIcon.prototype, "
|
|
885
|
+
Object.defineProperty(XIcon.prototype, "dh", {
|
|
856
886
|
get: function () {
|
|
857
|
-
return this.
|
|
887
|
+
return this.cz;
|
|
858
888
|
},
|
|
859
889
|
set: function (a) {
|
|
860
|
-
var b = this.
|
|
861
|
-
this.
|
|
862
|
-
if (b != this.
|
|
863
|
-
this.
|
|
890
|
+
var b = this.cz;
|
|
891
|
+
this.cz = a;
|
|
892
|
+
if (b != this.cz) {
|
|
893
|
+
this.cg("Stroke", b, a);
|
|
864
894
|
}
|
|
865
895
|
},
|
|
866
896
|
enumerable: false,
|
|
867
897
|
configurable: true
|
|
868
898
|
});
|
|
869
|
-
Object.defineProperty(XIcon.prototype, "
|
|
899
|
+
Object.defineProperty(XIcon.prototype, "ao", {
|
|
870
900
|
get: function () {
|
|
871
|
-
return this.
|
|
901
|
+
return this.ac;
|
|
872
902
|
},
|
|
873
903
|
set: function (a) {
|
|
874
|
-
var b = this.
|
|
875
|
-
this.
|
|
876
|
-
if (b != this.
|
|
877
|
-
this.
|
|
904
|
+
var b = this.ac;
|
|
905
|
+
this.ac = a;
|
|
906
|
+
if (b != this.ac) {
|
|
907
|
+
this.cg("StrokeWidth", b, a);
|
|
878
908
|
}
|
|
879
909
|
},
|
|
880
910
|
enumerable: false,
|
|
881
911
|
configurable: true
|
|
882
912
|
});
|
|
883
|
-
Object.defineProperty(XIcon.prototype, "
|
|
913
|
+
Object.defineProperty(XIcon.prototype, "di", {
|
|
884
914
|
get: function () {
|
|
885
|
-
return this.
|
|
915
|
+
return this.c0;
|
|
886
916
|
},
|
|
887
917
|
set: function (a) {
|
|
888
|
-
var b = this.
|
|
889
|
-
this.
|
|
890
|
-
if (b != this.
|
|
891
|
-
this.
|
|
918
|
+
var b = this.c0;
|
|
919
|
+
this.c0 = a;
|
|
920
|
+
if (b != this.c0) {
|
|
921
|
+
this.cg("TextColor", b, a);
|
|
892
922
|
}
|
|
893
923
|
},
|
|
894
924
|
enumerable: false,
|
|
895
925
|
configurable: true
|
|
896
926
|
});
|
|
897
|
-
Object.defineProperty(XIcon.prototype, "
|
|
927
|
+
Object.defineProperty(XIcon.prototype, "da", {
|
|
898
928
|
get: function () {
|
|
899
|
-
return this.
|
|
929
|
+
return this.cs;
|
|
900
930
|
},
|
|
901
931
|
set: function (a) {
|
|
902
|
-
var b = this.
|
|
903
|
-
this.
|
|
904
|
-
if (b != this.
|
|
905
|
-
this.
|
|
932
|
+
var b = this.cs;
|
|
933
|
+
this.cs = a;
|
|
934
|
+
if (b != this.cs) {
|
|
935
|
+
this.cg("HoverFill", b, a);
|
|
906
936
|
}
|
|
907
937
|
},
|
|
908
938
|
enumerable: false,
|
|
909
939
|
configurable: true
|
|
910
940
|
});
|
|
911
|
-
Object.defineProperty(XIcon.prototype, "
|
|
941
|
+
Object.defineProperty(XIcon.prototype, "db", {
|
|
912
942
|
get: function () {
|
|
913
|
-
return this.
|
|
943
|
+
return this.ct;
|
|
914
944
|
},
|
|
915
945
|
set: function (a) {
|
|
916
|
-
var b = this.
|
|
917
|
-
this.
|
|
918
|
-
if (b != this.
|
|
919
|
-
this.
|
|
946
|
+
var b = this.ct;
|
|
947
|
+
this.ct = a;
|
|
948
|
+
if (b != this.ct) {
|
|
949
|
+
this.cg("HoverStroke", b, a);
|
|
920
950
|
}
|
|
921
951
|
},
|
|
922
952
|
enumerable: false,
|
|
923
953
|
configurable: true
|
|
924
954
|
});
|
|
925
|
-
Object.defineProperty(XIcon.prototype, "
|
|
955
|
+
Object.defineProperty(XIcon.prototype, "am", {
|
|
926
956
|
get: function () {
|
|
927
|
-
return this.
|
|
957
|
+
return this.aa;
|
|
928
958
|
},
|
|
929
959
|
set: function (a) {
|
|
930
|
-
var b = this.
|
|
931
|
-
this.
|
|
932
|
-
if (b != this.
|
|
933
|
-
this.
|
|
960
|
+
var b = this.aa;
|
|
961
|
+
this.aa = a;
|
|
962
|
+
if (b != this.aa) {
|
|
963
|
+
this.cg("HoverStrokeThickness", b, a);
|
|
934
964
|
}
|
|
935
965
|
},
|
|
936
966
|
enumerable: false,
|
|
937
967
|
configurable: true
|
|
938
968
|
});
|
|
939
|
-
Object.defineProperty(XIcon.prototype, "
|
|
969
|
+
Object.defineProperty(XIcon.prototype, "dc", {
|
|
940
970
|
get: function () {
|
|
941
|
-
return this.
|
|
971
|
+
return this.cu;
|
|
942
972
|
},
|
|
943
973
|
set: function (a) {
|
|
944
|
-
var b = this.
|
|
945
|
-
this.
|
|
946
|
-
if (b != this.
|
|
947
|
-
this.
|
|
974
|
+
var b = this.cu;
|
|
975
|
+
this.cu = a;
|
|
976
|
+
if (b != this.cu) {
|
|
977
|
+
this.cg("HoverTextColor", b, a);
|
|
948
978
|
}
|
|
949
979
|
},
|
|
950
980
|
enumerable: false,
|
|
@@ -958,7 +988,7 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
958
988
|
var b = this.c;
|
|
959
989
|
this.c = a;
|
|
960
990
|
if (b != this.c) {
|
|
961
|
-
this.
|
|
991
|
+
this.cg("FillColors", b, this.c);
|
|
962
992
|
}
|
|
963
993
|
},
|
|
964
994
|
enumerable: false,
|
|
@@ -972,91 +1002,91 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
972
1002
|
var b = this.d;
|
|
973
1003
|
this.d = a;
|
|
974
1004
|
if (b != this.d) {
|
|
975
|
-
this.
|
|
1005
|
+
this.cg("StrokeColors", b, this.d);
|
|
976
1006
|
}
|
|
977
1007
|
},
|
|
978
1008
|
enumerable: false,
|
|
979
1009
|
configurable: true
|
|
980
1010
|
});
|
|
981
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1011
|
+
Object.defineProperty(XIcon.prototype, "dd", {
|
|
982
1012
|
get: function () {
|
|
983
|
-
return this.
|
|
1013
|
+
return this.cv;
|
|
984
1014
|
},
|
|
985
1015
|
set: function (a) {
|
|
986
|
-
var b = this.
|
|
987
|
-
this.
|
|
988
|
-
if (b != this.
|
|
989
|
-
this.
|
|
1016
|
+
var b = this.cv;
|
|
1017
|
+
this.cv = a;
|
|
1018
|
+
if (b != this.cv) {
|
|
1019
|
+
this.cg("PrimaryFillColor", b, this.cv);
|
|
990
1020
|
}
|
|
991
1021
|
},
|
|
992
1022
|
enumerable: false,
|
|
993
1023
|
configurable: true
|
|
994
1024
|
});
|
|
995
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1025
|
+
Object.defineProperty(XIcon.prototype, "de", {
|
|
996
1026
|
get: function () {
|
|
997
|
-
return this.
|
|
1027
|
+
return this.cw;
|
|
998
1028
|
},
|
|
999
1029
|
set: function (a) {
|
|
1000
|
-
var b = this.
|
|
1001
|
-
this.
|
|
1002
|
-
if (b != this.
|
|
1003
|
-
this.
|
|
1030
|
+
var b = this.cw;
|
|
1031
|
+
this.cw = a;
|
|
1032
|
+
if (b != this.cw) {
|
|
1033
|
+
this.cg("PrimaryStrokeColor", b, this.cw);
|
|
1004
1034
|
}
|
|
1005
1035
|
},
|
|
1006
1036
|
enumerable: false,
|
|
1007
1037
|
configurable: true
|
|
1008
1038
|
});
|
|
1009
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1039
|
+
Object.defineProperty(XIcon.prototype, "df", {
|
|
1010
1040
|
get: function () {
|
|
1011
|
-
return this.
|
|
1041
|
+
return this.cx;
|
|
1012
1042
|
},
|
|
1013
1043
|
set: function (a) {
|
|
1014
|
-
var b = this.
|
|
1015
|
-
this.
|
|
1016
|
-
if (b != this.
|
|
1017
|
-
this.
|
|
1044
|
+
var b = this.cx;
|
|
1045
|
+
this.cx = a;
|
|
1046
|
+
if (b != this.cx) {
|
|
1047
|
+
this.cg("SecondaryFillColor", b, this.cx);
|
|
1018
1048
|
}
|
|
1019
1049
|
},
|
|
1020
1050
|
enumerable: false,
|
|
1021
1051
|
configurable: true
|
|
1022
1052
|
});
|
|
1023
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1053
|
+
Object.defineProperty(XIcon.prototype, "dg", {
|
|
1024
1054
|
get: function () {
|
|
1025
|
-
return this.
|
|
1055
|
+
return this.cy;
|
|
1026
1056
|
},
|
|
1027
1057
|
set: function (a) {
|
|
1028
|
-
var b = this.
|
|
1029
|
-
this.
|
|
1030
|
-
if (b != this.
|
|
1031
|
-
this.
|
|
1058
|
+
var b = this.cy;
|
|
1059
|
+
this.cy = a;
|
|
1060
|
+
if (b != this.cy) {
|
|
1061
|
+
this.cg("SecondaryStrokeColor", b, this.cy);
|
|
1032
1062
|
}
|
|
1033
1063
|
},
|
|
1034
1064
|
enumerable: false,
|
|
1035
1065
|
configurable: true
|
|
1036
1066
|
});
|
|
1037
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1067
|
+
Object.defineProperty(XIcon.prototype, "az", {
|
|
1038
1068
|
get: function () {
|
|
1039
|
-
return this.
|
|
1069
|
+
return this.ax;
|
|
1040
1070
|
},
|
|
1041
1071
|
set: function (a) {
|
|
1042
|
-
var b = this.
|
|
1043
|
-
this.
|
|
1044
|
-
if (b != this.
|
|
1045
|
-
this.
|
|
1072
|
+
var b = this.ax;
|
|
1073
|
+
this.ax = a;
|
|
1074
|
+
if (b != this.ax) {
|
|
1075
|
+
this.cg("Source", b, a);
|
|
1046
1076
|
}
|
|
1047
1077
|
},
|
|
1048
1078
|
enumerable: false,
|
|
1049
1079
|
configurable: true
|
|
1050
1080
|
});
|
|
1051
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1081
|
+
Object.defineProperty(XIcon.prototype, "bc", {
|
|
1052
1082
|
get: function () {
|
|
1053
|
-
return this.
|
|
1083
|
+
return this.a1;
|
|
1054
1084
|
},
|
|
1055
1085
|
set: function (a) {
|
|
1056
|
-
var b = this.
|
|
1057
|
-
this.
|
|
1058
|
-
if (b != this.
|
|
1059
|
-
this.
|
|
1086
|
+
var b = this.a1;
|
|
1087
|
+
this.a1 = a;
|
|
1088
|
+
if (b != this.a1) {
|
|
1089
|
+
this.cg("DataURL", b, a);
|
|
1060
1090
|
}
|
|
1061
1091
|
},
|
|
1062
1092
|
enumerable: false,
|
|
@@ -1064,13 +1094,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1064
1094
|
});
|
|
1065
1095
|
Object.defineProperty(XIcon.prototype, "svgPath", {
|
|
1066
1096
|
get: function () {
|
|
1067
|
-
return this.
|
|
1097
|
+
return this.a4;
|
|
1068
1098
|
},
|
|
1069
1099
|
set: function (a) {
|
|
1070
|
-
var b = this.
|
|
1071
|
-
this.
|
|
1072
|
-
if (b != this.
|
|
1073
|
-
this.
|
|
1100
|
+
var b = this.a4;
|
|
1101
|
+
this.a4 = a;
|
|
1102
|
+
if (b != this.a4) {
|
|
1103
|
+
this.cg("SVGPath", b, a);
|
|
1074
1104
|
}
|
|
1075
1105
|
},
|
|
1076
1106
|
enumerable: false,
|
|
@@ -1078,13 +1108,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1078
1108
|
});
|
|
1079
1109
|
Object.defineProperty(XIcon.prototype, "svg", {
|
|
1080
1110
|
get: function () {
|
|
1081
|
-
return this.
|
|
1111
|
+
return this.a3;
|
|
1082
1112
|
},
|
|
1083
1113
|
set: function (a) {
|
|
1084
|
-
var b = this.
|
|
1085
|
-
this.
|
|
1086
|
-
if (b != this.
|
|
1087
|
-
this.
|
|
1114
|
+
var b = this.a3;
|
|
1115
|
+
this.a3 = a;
|
|
1116
|
+
if (b != this.a3) {
|
|
1117
|
+
this.cg("SVG", b, this.a3);
|
|
1088
1118
|
}
|
|
1089
1119
|
},
|
|
1090
1120
|
enumerable: false,
|
|
@@ -1098,91 +1128,91 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1098
1128
|
var b = this.a;
|
|
1099
1129
|
this.a = a;
|
|
1100
1130
|
if (b != this.a) {
|
|
1101
|
-
this.
|
|
1131
|
+
this.cg("SVGPaths", b, this.a);
|
|
1102
1132
|
}
|
|
1103
1133
|
},
|
|
1104
1134
|
enumerable: false,
|
|
1105
1135
|
configurable: true
|
|
1106
1136
|
});
|
|
1107
|
-
XIcon.prototype.
|
|
1108
|
-
this.
|
|
1137
|
+
XIcon.prototype.ce = function () {
|
|
1138
|
+
this.v = true;
|
|
1109
1139
|
};
|
|
1110
|
-
XIcon.prototype.
|
|
1111
|
-
this.
|
|
1140
|
+
XIcon.prototype.cf = function () {
|
|
1141
|
+
this.v = false;
|
|
1112
1142
|
};
|
|
1113
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1143
|
+
Object.defineProperty(XIcon.prototype, "o", {
|
|
1114
1144
|
get: function () {
|
|
1115
|
-
return this.
|
|
1145
|
+
return this.n;
|
|
1116
1146
|
},
|
|
1117
1147
|
set: function (a) {
|
|
1118
|
-
var b = this.
|
|
1119
|
-
this.
|
|
1120
|
-
if (b != this.
|
|
1121
|
-
this.
|
|
1148
|
+
var b = this.n;
|
|
1149
|
+
this.n = a;
|
|
1150
|
+
if (b != this.n) {
|
|
1151
|
+
this.cg("TextStyle", b, a);
|
|
1122
1152
|
}
|
|
1123
1153
|
},
|
|
1124
1154
|
enumerable: false,
|
|
1125
1155
|
configurable: true
|
|
1126
1156
|
});
|
|
1127
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1157
|
+
Object.defineProperty(XIcon.prototype, "bm", {
|
|
1128
1158
|
get: function () {
|
|
1129
|
-
return this.
|
|
1159
|
+
return this.a2;
|
|
1130
1160
|
},
|
|
1131
1161
|
set: function (a) {
|
|
1132
|
-
var b = this.
|
|
1133
|
-
this.
|
|
1134
|
-
if (b != this.
|
|
1135
|
-
this.
|
|
1162
|
+
var b = this.a2;
|
|
1163
|
+
this.a2 = a;
|
|
1164
|
+
if (b != this.a2) {
|
|
1165
|
+
this.cg("Id", b, a);
|
|
1136
1166
|
}
|
|
1137
1167
|
},
|
|
1138
1168
|
enumerable: false,
|
|
1139
1169
|
configurable: true
|
|
1140
1170
|
});
|
|
1141
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1171
|
+
Object.defineProperty(XIcon.prototype, "s", {
|
|
1142
1172
|
get: function () {
|
|
1143
|
-
return this.
|
|
1173
|
+
return this.p;
|
|
1144
1174
|
},
|
|
1145
1175
|
enumerable: false,
|
|
1146
1176
|
configurable: true
|
|
1147
1177
|
});
|
|
1148
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1178
|
+
Object.defineProperty(XIcon.prototype, "av", {
|
|
1149
1179
|
get: function () {
|
|
1150
|
-
return this.
|
|
1180
|
+
return this.au;
|
|
1151
1181
|
},
|
|
1152
1182
|
set: function (a) {
|
|
1153
|
-
var b = this.
|
|
1154
|
-
this.
|
|
1155
|
-
this.
|
|
1156
|
-
if (b != this.
|
|
1157
|
-
this.
|
|
1183
|
+
var b = this.au;
|
|
1184
|
+
this.au = a;
|
|
1185
|
+
this.p = true;
|
|
1186
|
+
if (b != this.au) {
|
|
1187
|
+
this.cg("TabIndex", b, a);
|
|
1158
1188
|
}
|
|
1159
1189
|
},
|
|
1160
1190
|
enumerable: false,
|
|
1161
1191
|
configurable: true
|
|
1162
1192
|
});
|
|
1163
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1193
|
+
Object.defineProperty(XIcon.prototype, "a9", {
|
|
1164
1194
|
get: function () {
|
|
1165
|
-
return this.
|
|
1195
|
+
return this.a0;
|
|
1166
1196
|
},
|
|
1167
1197
|
set: function (a) {
|
|
1168
|
-
var b = this.
|
|
1169
|
-
this.
|
|
1170
|
-
if (b != this.
|
|
1171
|
-
this.
|
|
1198
|
+
var b = this.a0;
|
|
1199
|
+
this.a0 = a;
|
|
1200
|
+
if (b != this.a0) {
|
|
1201
|
+
this.cg("AriaLabel", b, a);
|
|
1172
1202
|
}
|
|
1173
1203
|
},
|
|
1174
1204
|
enumerable: false,
|
|
1175
1205
|
configurable: true
|
|
1176
1206
|
});
|
|
1177
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1207
|
+
Object.defineProperty(XIcon.prototype, "v", {
|
|
1178
1208
|
get: function () {
|
|
1179
|
-
return this.
|
|
1209
|
+
return this.r;
|
|
1180
1210
|
},
|
|
1181
1211
|
set: function (a) {
|
|
1182
|
-
var b = this.
|
|
1183
|
-
this.
|
|
1184
|
-
if (b != this.
|
|
1185
|
-
this.
|
|
1212
|
+
var b = this.r;
|
|
1213
|
+
this.r = a;
|
|
1214
|
+
if (b != this.r) {
|
|
1215
|
+
this.cg("IsHover", b, a);
|
|
1186
1216
|
}
|
|
1187
1217
|
},
|
|
1188
1218
|
enumerable: false,
|
|
@@ -1190,125 +1220,125 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1190
1220
|
});
|
|
1191
1221
|
Object.defineProperty(XIcon.prototype, "disabled", {
|
|
1192
1222
|
get: function () {
|
|
1193
|
-
return this.
|
|
1223
|
+
return this.q;
|
|
1194
1224
|
},
|
|
1195
1225
|
set: function (a) {
|
|
1196
|
-
var b = this.
|
|
1197
|
-
this.
|
|
1198
|
-
if (b != this.
|
|
1199
|
-
this.
|
|
1226
|
+
var b = this.q;
|
|
1227
|
+
this.q = a;
|
|
1228
|
+
if (b != this.q) {
|
|
1229
|
+
this.cg("IsDisabled", b, a);
|
|
1200
1230
|
}
|
|
1201
1231
|
},
|
|
1202
1232
|
enumerable: false,
|
|
1203
1233
|
configurable: true
|
|
1204
1234
|
});
|
|
1205
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1235
|
+
Object.defineProperty(XIcon.prototype, "an", {
|
|
1206
1236
|
get: function () {
|
|
1207
|
-
return this.
|
|
1237
|
+
return this.ab;
|
|
1208
1238
|
},
|
|
1209
1239
|
set: function (a) {
|
|
1210
|
-
var b = this.
|
|
1211
|
-
this.
|
|
1212
|
-
if (b != this.
|
|
1213
|
-
this.
|
|
1240
|
+
var b = this.ab;
|
|
1241
|
+
this.ab = a;
|
|
1242
|
+
if (b != this.ab) {
|
|
1243
|
+
this.cg("Opacity", b, this.ab);
|
|
1214
1244
|
}
|
|
1215
1245
|
},
|
|
1216
1246
|
enumerable: false,
|
|
1217
1247
|
configurable: true
|
|
1218
1248
|
});
|
|
1219
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1249
|
+
Object.defineProperty(XIcon.prototype, "aq", {
|
|
1220
1250
|
get: function () {
|
|
1221
|
-
return this.
|
|
1251
|
+
return this.ae;
|
|
1222
1252
|
},
|
|
1223
1253
|
set: function (a) {
|
|
1224
|
-
var b = this.
|
|
1225
|
-
this.
|
|
1226
|
-
if (b != this.
|
|
1227
|
-
this.
|
|
1254
|
+
var b = this.ae;
|
|
1255
|
+
this.ae = a;
|
|
1256
|
+
if (b != this.ae) {
|
|
1257
|
+
this.cg("ViewBoxLeft", b, this.ae);
|
|
1228
1258
|
}
|
|
1229
1259
|
},
|
|
1230
1260
|
enumerable: false,
|
|
1231
1261
|
configurable: true
|
|
1232
1262
|
});
|
|
1233
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1263
|
+
Object.defineProperty(XIcon.prototype, "ar", {
|
|
1234
1264
|
get: function () {
|
|
1235
|
-
return this.
|
|
1265
|
+
return this.af;
|
|
1236
1266
|
},
|
|
1237
1267
|
set: function (a) {
|
|
1238
|
-
var b = this.
|
|
1239
|
-
this.
|
|
1240
|
-
if (b != this.
|
|
1241
|
-
this.
|
|
1268
|
+
var b = this.af;
|
|
1269
|
+
this.af = a;
|
|
1270
|
+
if (b != this.af) {
|
|
1271
|
+
this.cg("ViewBoxTop", b, this.af);
|
|
1242
1272
|
}
|
|
1243
1273
|
},
|
|
1244
1274
|
enumerable: false,
|
|
1245
1275
|
configurable: true
|
|
1246
1276
|
});
|
|
1247
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1277
|
+
Object.defineProperty(XIcon.prototype, "as", {
|
|
1248
1278
|
get: function () {
|
|
1249
|
-
return this.
|
|
1279
|
+
return this.ag;
|
|
1250
1280
|
},
|
|
1251
1281
|
set: function (a) {
|
|
1252
|
-
var b = this.
|
|
1253
|
-
this.
|
|
1254
|
-
if (b != this.
|
|
1255
|
-
this.
|
|
1282
|
+
var b = this.ag;
|
|
1283
|
+
this.ag = a;
|
|
1284
|
+
if (b != this.ag) {
|
|
1285
|
+
this.cg("ViewBoxWidth", b, this.ag);
|
|
1256
1286
|
}
|
|
1257
1287
|
},
|
|
1258
1288
|
enumerable: false,
|
|
1259
1289
|
configurable: true
|
|
1260
1290
|
});
|
|
1261
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1291
|
+
Object.defineProperty(XIcon.prototype, "ap", {
|
|
1262
1292
|
get: function () {
|
|
1263
|
-
return this.
|
|
1293
|
+
return this.ad;
|
|
1264
1294
|
},
|
|
1265
1295
|
set: function (a) {
|
|
1266
|
-
var b = this.
|
|
1267
|
-
this.
|
|
1268
|
-
if (b != this.
|
|
1269
|
-
this.
|
|
1296
|
+
var b = this.ad;
|
|
1297
|
+
this.ad = a;
|
|
1298
|
+
if (b != this.ad) {
|
|
1299
|
+
this.cg("ViewBoxHeight", b, this.ad);
|
|
1270
1300
|
}
|
|
1271
1301
|
},
|
|
1272
1302
|
enumerable: false,
|
|
1273
1303
|
configurable: true
|
|
1274
1304
|
});
|
|
1275
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1305
|
+
Object.defineProperty(XIcon.prototype, "at", {
|
|
1276
1306
|
get: function () {
|
|
1277
|
-
return this.
|
|
1307
|
+
return this.ah;
|
|
1278
1308
|
},
|
|
1279
1309
|
set: function (a) {
|
|
1280
|
-
var b = this.
|
|
1281
|
-
this.
|
|
1282
|
-
if (b != this.
|
|
1283
|
-
this.
|
|
1310
|
+
var b = this.ah;
|
|
1311
|
+
this.ah = a;
|
|
1312
|
+
if (b != this.ah) {
|
|
1313
|
+
this.cg("Width", b, this.ah);
|
|
1284
1314
|
}
|
|
1285
1315
|
},
|
|
1286
1316
|
enumerable: false,
|
|
1287
1317
|
configurable: true
|
|
1288
1318
|
});
|
|
1289
|
-
Object.defineProperty(XIcon.prototype, "
|
|
1319
|
+
Object.defineProperty(XIcon.prototype, "al", {
|
|
1290
1320
|
get: function () {
|
|
1291
|
-
return this.
|
|
1321
|
+
return this.z;
|
|
1292
1322
|
},
|
|
1293
1323
|
set: function (a) {
|
|
1294
|
-
var b = this.
|
|
1295
|
-
this.
|
|
1296
|
-
if (b != this.
|
|
1297
|
-
this.
|
|
1324
|
+
var b = this.z;
|
|
1325
|
+
this.z = a;
|
|
1326
|
+
if (b != this.z) {
|
|
1327
|
+
this.cg("Height", b, this.z);
|
|
1298
1328
|
}
|
|
1299
1329
|
},
|
|
1300
1330
|
enumerable: false,
|
|
1301
1331
|
configurable: true
|
|
1302
1332
|
});
|
|
1303
|
-
XIcon.prototype.
|
|
1333
|
+
XIcon.prototype.ch = function () {
|
|
1304
1334
|
};
|
|
1305
1335
|
XIcon.prototype.onDetachedFromUI = function () {
|
|
1306
|
-
this.view.
|
|
1336
|
+
this.view.ak();
|
|
1307
1337
|
};
|
|
1308
1338
|
XIcon.prototype.onAttachedToUI = function () {
|
|
1309
|
-
this.view.
|
|
1339
|
+
this.view.ah();
|
|
1310
1340
|
};
|
|
1311
|
-
XIcon.prototype.
|
|
1341
|
+
XIcon.prototype.x = function () {
|
|
1312
1342
|
if (this.disabled) {
|
|
1313
1343
|
return false;
|
|
1314
1344
|
}
|
|
@@ -1319,13 +1349,13 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1319
1349
|
}
|
|
1320
1350
|
return false;
|
|
1321
1351
|
};
|
|
1322
|
-
XIcon.prototype.
|
|
1352
|
+
XIcon.prototype.w = function () {
|
|
1323
1353
|
return this.view.l();
|
|
1324
1354
|
};
|
|
1325
|
-
XIcon.prototype.
|
|
1355
|
+
XIcon.prototype.ay = function () {
|
|
1326
1356
|
return this.g();
|
|
1327
1357
|
};
|
|
1328
|
-
XIcon.prototype.
|
|
1358
|
+
XIcon.prototype.be = function () {
|
|
1329
1359
|
var a = this.g();
|
|
1330
1360
|
return a.l();
|
|
1331
1361
|
};
|
|
@@ -1339,9 +1369,9 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1339
1369
|
a.a = this.view.a();
|
|
1340
1370
|
a.svg = this.svg;
|
|
1341
1371
|
a.svgPath = this.svgPath;
|
|
1342
|
-
a.k = this.
|
|
1343
|
-
if (this.
|
|
1344
|
-
var c = this.
|
|
1372
|
+
a.k = this.bc;
|
|
1373
|
+
if (this.o != null) {
|
|
1374
|
+
var c = this.o;
|
|
1345
1375
|
if (this.view != null && c.q == null) {
|
|
1346
1376
|
var d = this.view.v;
|
|
1347
1377
|
var e = FontUtil.getFontInfoFromString(d, c.fontString);
|
|
@@ -1371,18 +1401,18 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1371
1401
|
return a;
|
|
1372
1402
|
};
|
|
1373
1403
|
XIcon.prototype.provideContainer = function (a) {
|
|
1374
|
-
this.view.
|
|
1404
|
+
this.view.aj(a);
|
|
1375
1405
|
};
|
|
1376
1406
|
XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
|
|
1377
|
-
XIcon.c2 = null;
|
|
1378
|
-
XIcon.c7 = null;
|
|
1379
|
-
XIcon.c6 = null;
|
|
1380
|
-
XIcon.c3 = null;
|
|
1381
1407
|
XIcon.c4 = null;
|
|
1408
|
+
XIcon.c9 = null;
|
|
1409
|
+
XIcon.c8 = null;
|
|
1382
1410
|
XIcon.c5 = null;
|
|
1383
|
-
XIcon.
|
|
1384
|
-
XIcon.
|
|
1385
|
-
XIcon.
|
|
1411
|
+
XIcon.c6 = null;
|
|
1412
|
+
XIcon.c7 = null;
|
|
1413
|
+
XIcon.ak = NaN;
|
|
1414
|
+
XIcon.aj = NaN;
|
|
1415
|
+
XIcon.aw = 0;
|
|
1386
1416
|
return XIcon;
|
|
1387
1417
|
}(Base));
|
|
1388
1418
|
export { XIcon };
|