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