igniteui-webcomponents-inputs 6.0.1 → 6.0.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-inputs.umd.js +658 -489
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/IconView_combined.js +510 -413
- package/esm2015/lib/MultiSliderView_combined.js +2 -2
- package/esm2015/lib/XIconBridge.js +19 -19
- package/esm2015/lib/XInputBridge.js +2 -2
- package/esm2015/lib/XPopupBridge.js +1 -1
- package/esm2015/lib/igc-x-icon-component.js +119 -79
- package/esm5/lib/IconView_combined.js +499 -386
- package/esm5/lib/MultiSliderView_combined.js +2 -2
- package/esm5/lib/XIconBridge.js +19 -19
- package/esm5/lib/XInputBridge.js +2 -2
- package/esm5/lib/XPopupBridge.js +1 -1
- package/esm5/lib/igc-x-icon-component.js +135 -79
- package/fesm2015/igniteui-webcomponents-inputs.js +654 -517
- package/fesm5/igniteui-webcomponents-inputs.js +658 -489
- package/lib/IconView_combined.d.ts +145 -127
- package/lib/igc-x-icon-component.d.ts +20 -0
- package/package.json +2 -2
|
@@ -50,11 +50,12 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
50
50
|
this.u = null;
|
|
51
51
|
this.e = null;
|
|
52
52
|
this.f = null;
|
|
53
|
-
this.
|
|
53
|
+
this.ac = null;
|
|
54
54
|
this.n = new Dictionary$2(Brush.$, String_$type, 0);
|
|
55
55
|
this.j = true;
|
|
56
56
|
this.y = null;
|
|
57
57
|
this.x = null;
|
|
58
|
+
this.z = null;
|
|
58
59
|
this.w = null;
|
|
59
60
|
this.p = new List$1(DomWrapper_$type, 0);
|
|
60
61
|
this.q = new List$1(Tuple$2.$.specialize(SVGNode.$, Base.$), 0);
|
|
@@ -65,15 +66,15 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
65
66
|
this.e = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
|
|
66
67
|
this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
|
|
67
68
|
}
|
|
68
|
-
|
|
69
|
+
an() {
|
|
69
70
|
}
|
|
70
71
|
l() {
|
|
71
72
|
return true;
|
|
72
73
|
}
|
|
73
|
-
get
|
|
74
|
+
get aa() {
|
|
74
75
|
return this.y;
|
|
75
76
|
}
|
|
76
|
-
get
|
|
77
|
+
get ab() {
|
|
77
78
|
return null;
|
|
78
79
|
}
|
|
79
80
|
get c() {
|
|
@@ -82,7 +83,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
82
83
|
get m() {
|
|
83
84
|
return true;
|
|
84
85
|
}
|
|
85
|
-
|
|
86
|
+
al(a) {
|
|
86
87
|
if (a == null) {
|
|
87
88
|
for (let b of fromEnum(this.o)) {
|
|
88
89
|
b();
|
|
@@ -102,7 +103,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
102
103
|
this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
|
|
103
104
|
this.v.rootWrapper.setStyleProperty("align-items", "center");
|
|
104
105
|
this.v.rootWrapper.setStyleProperty("justify-content", "center");
|
|
105
|
-
this.
|
|
106
|
+
this.av();
|
|
106
107
|
let c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
|
|
107
108
|
c.setStyleProperty("position", "absolute");
|
|
108
109
|
c.setStyleProperty("top", "0");
|
|
@@ -115,14 +116,15 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
115
116
|
d.setStyleProperty("width", "100%");
|
|
116
117
|
d.setStyleProperty("object-fit", "contain");
|
|
117
118
|
this.x = d;
|
|
118
|
-
this.
|
|
119
|
+
this.a1();
|
|
119
120
|
this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
|
|
120
121
|
this.y.append(this.w);
|
|
121
122
|
this.v.append(this.y);
|
|
122
|
-
this.o.add(c.listen("click", runOn(this, this.
|
|
123
|
-
this.d.
|
|
123
|
+
this.o.add(c.listen("click", runOn(this, this.ak)));
|
|
124
|
+
this.d.c6();
|
|
124
125
|
}
|
|
125
|
-
|
|
126
|
+
ay(a) {
|
|
127
|
+
this.z = null;
|
|
126
128
|
this.n.clear();
|
|
127
129
|
this.v.rootWrapper.removeChildren();
|
|
128
130
|
this.v.rootWrapper.append(this.y);
|
|
@@ -137,7 +139,8 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
137
139
|
this.p.add(b);
|
|
138
140
|
}
|
|
139
141
|
}
|
|
140
|
-
|
|
142
|
+
az(a) {
|
|
143
|
+
this.z = null;
|
|
141
144
|
this.n.clear();
|
|
142
145
|
this.v.rootWrapper.removeChildren();
|
|
143
146
|
this.v.rootWrapper.append(this.y);
|
|
@@ -154,46 +157,69 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
154
157
|
}
|
|
155
158
|
}
|
|
156
159
|
}
|
|
157
|
-
|
|
160
|
+
ax(a) {
|
|
161
|
+
this.z = null;
|
|
158
162
|
this.v.rootWrapper.removeChildren();
|
|
159
163
|
if (a != null) {
|
|
160
164
|
let b = this.v.rootWrapper.getNativeElement();
|
|
161
165
|
b.innerHTML = a;
|
|
166
|
+
this.z = this.v.rootWrapper.getChildAt(0);
|
|
167
|
+
let c = this.z.getAttribute("viewbox");
|
|
168
|
+
if (c != null) {
|
|
169
|
+
let d = c.split(' ');
|
|
170
|
+
if (d.length == 1) {
|
|
171
|
+
d = c.split(',');
|
|
172
|
+
}
|
|
173
|
+
if (d.length == 4) {
|
|
174
|
+
let e = parseFloat(d[0].trim());
|
|
175
|
+
let f = parseFloat(d[1].trim());
|
|
176
|
+
let g = parseFloat(d[2].trim());
|
|
177
|
+
let h = parseFloat(d[3].trim());
|
|
178
|
+
this.d.dd(e, f, g, h);
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
else {
|
|
182
|
+
this.d.dd(NaN, NaN, NaN, NaN);
|
|
183
|
+
}
|
|
162
184
|
}
|
|
163
185
|
}
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
186
|
+
at(a) {
|
|
187
|
+
this.z = null;
|
|
188
|
+
if (this.ac != a) {
|
|
189
|
+
this.ac = a;
|
|
167
190
|
this.v.rootWrapper.removeChildren();
|
|
168
191
|
this.v.rootWrapper.append(this.x);
|
|
169
192
|
this.x.setAttribute("src", a);
|
|
170
193
|
}
|
|
171
194
|
}
|
|
172
|
-
|
|
195
|
+
aw(a) {
|
|
173
196
|
if (typeof a === 'string') {
|
|
174
|
-
this.
|
|
197
|
+
this.at(typeCast(String_$type, a));
|
|
175
198
|
}
|
|
176
199
|
}
|
|
177
|
-
|
|
200
|
+
ai() {
|
|
178
201
|
if (this.d.k != 3 && this.d.k != 4) {
|
|
179
|
-
this.
|
|
202
|
+
this.ac = null;
|
|
180
203
|
}
|
|
181
204
|
}
|
|
182
205
|
k() {
|
|
183
206
|
return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
|
|
184
207
|
}
|
|
185
|
-
|
|
186
|
-
this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.
|
|
187
|
-
this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.
|
|
208
|
+
av() {
|
|
209
|
+
this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.a9) ? "1.5rem" : this.d.a9 + "px");
|
|
210
|
+
this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.a1) ? "1.5rem" : this.d.a1 + "px");
|
|
188
211
|
}
|
|
189
|
-
|
|
190
|
-
let a =
|
|
191
|
-
let b =
|
|
192
|
-
let c =
|
|
193
|
-
let d =
|
|
212
|
+
a1() {
|
|
213
|
+
let a = this.d.as;
|
|
214
|
+
let b = this.d.at;
|
|
215
|
+
let c = this.d.au;
|
|
216
|
+
let d = this.d.ar;
|
|
194
217
|
this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
|
|
218
|
+
if (this.z != null) {
|
|
219
|
+
this.z.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
|
|
220
|
+
}
|
|
195
221
|
}
|
|
196
|
-
|
|
222
|
+
ap(a, b) {
|
|
197
223
|
let c = a.color;
|
|
198
224
|
if (!this.n.containsKey(a)) {
|
|
199
225
|
if (a.isGradient) {
|
|
@@ -221,7 +247,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
221
247
|
}
|
|
222
248
|
}
|
|
223
249
|
}
|
|
224
|
-
|
|
250
|
+
aq(a, b) {
|
|
225
251
|
let c = a;
|
|
226
252
|
if (this.n.containsKey(b)) {
|
|
227
253
|
c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
|
|
@@ -232,7 +258,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
232
258
|
NativeUI.r(a, b);
|
|
233
259
|
}
|
|
234
260
|
}
|
|
235
|
-
|
|
261
|
+
ar(a, b) {
|
|
236
262
|
let c = a;
|
|
237
263
|
if (this.n.containsKey(b)) {
|
|
238
264
|
c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
|
|
@@ -241,31 +267,31 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
241
267
|
NativeUI.aa(a, b);
|
|
242
268
|
}
|
|
243
269
|
}
|
|
244
|
-
|
|
270
|
+
ad(a) {
|
|
245
271
|
}
|
|
246
|
-
|
|
272
|
+
ao() {
|
|
247
273
|
if (this.l()) {
|
|
248
274
|
}
|
|
249
275
|
}
|
|
250
|
-
ad(a) {
|
|
251
|
-
this.d.cj();
|
|
252
|
-
}
|
|
253
276
|
ae(a) {
|
|
254
|
-
this.d.
|
|
277
|
+
this.d.c3();
|
|
255
278
|
}
|
|
256
|
-
|
|
279
|
+
af(a) {
|
|
280
|
+
this.d.c4();
|
|
281
|
+
}
|
|
282
|
+
aj() {
|
|
257
283
|
this.j = true;
|
|
258
|
-
this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.
|
|
259
|
-
this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.
|
|
284
|
+
this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ae)));
|
|
285
|
+
this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.af)));
|
|
260
286
|
}
|
|
261
|
-
|
|
287
|
+
am() {
|
|
262
288
|
this.j = false;
|
|
263
289
|
for (let a of fromEnum(this.o)) {
|
|
264
290
|
a();
|
|
265
291
|
}
|
|
266
292
|
this.o.clear();
|
|
267
293
|
}
|
|
268
|
-
|
|
294
|
+
a0(a) {
|
|
269
295
|
if (a != null) {
|
|
270
296
|
this.v.rootWrapper.setStyleProperty("font", a.fontString);
|
|
271
297
|
}
|
|
@@ -279,7 +305,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
279
305
|
c[1] = b;
|
|
280
306
|
return c;
|
|
281
307
|
}
|
|
282
|
-
|
|
308
|
+
ak(a) {
|
|
283
309
|
if (this.d.x()) {
|
|
284
310
|
a.stopPropagation();
|
|
285
311
|
a.preventDefault();
|
|
@@ -290,7 +316,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
290
316
|
let b = this.v.rootWrapper.getNativeElement();
|
|
291
317
|
return a.toArray();
|
|
292
318
|
}
|
|
293
|
-
|
|
319
|
+
ah(a, b) {
|
|
294
320
|
for (let c = 0; c < b.e.count; c++) {
|
|
295
321
|
let d = b.e._inner[c];
|
|
296
322
|
let e = this.h(d);
|
|
@@ -298,7 +324,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
298
324
|
a.add(e);
|
|
299
325
|
}
|
|
300
326
|
else {
|
|
301
|
-
this.
|
|
327
|
+
this.ah(a, d);
|
|
302
328
|
}
|
|
303
329
|
}
|
|
304
330
|
}
|
|
@@ -311,7 +337,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
311
337
|
$ret.an = a.w;
|
|
312
338
|
return $ret;
|
|
313
339
|
})());
|
|
314
|
-
this.
|
|
340
|
+
this.au(c, a);
|
|
315
341
|
b = new PathVisualData(1, "path1", c);
|
|
316
342
|
break;
|
|
317
343
|
case 3:
|
|
@@ -321,7 +347,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
321
347
|
e.ao = d.x;
|
|
322
348
|
e.ap = d.y;
|
|
323
349
|
e.aq = d.z;
|
|
324
|
-
this.
|
|
350
|
+
this.au(e, a);
|
|
325
351
|
b = new LineVisualData(1, "line1", e);
|
|
326
352
|
break;
|
|
327
353
|
case 4:
|
|
@@ -331,7 +357,7 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
331
357
|
g.height = f.w;
|
|
332
358
|
g.ap = f.x;
|
|
333
359
|
g.aq = f.y;
|
|
334
|
-
this.
|
|
360
|
+
this.au(g, a);
|
|
335
361
|
b = new RectangleVisualData(1, "rect1", g);
|
|
336
362
|
break;
|
|
337
363
|
case 5:
|
|
@@ -340,13 +366,13 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
340
366
|
let i = new Ellipse();
|
|
341
367
|
i.width = h.y * 2;
|
|
342
368
|
i.height = h.z * 2;
|
|
343
|
-
this.
|
|
369
|
+
this.au(i, a);
|
|
344
370
|
b = new EllipseVisualData(1, "ellipse1", i);
|
|
345
371
|
break;
|
|
346
372
|
}
|
|
347
373
|
return b;
|
|
348
374
|
}
|
|
349
|
-
|
|
375
|
+
au(a, b) {
|
|
350
376
|
let c = b;
|
|
351
377
|
a.ad = b.t;
|
|
352
378
|
a.j = c.h;
|
|
@@ -379,14 +405,14 @@ export let IconView = /*@__PURE__*/ (() => {
|
|
|
379
405
|
}
|
|
380
406
|
return null;
|
|
381
407
|
}
|
|
382
|
-
|
|
408
|
+
as(a, b) {
|
|
383
409
|
this.v.rootWrapper.removeChildren();
|
|
384
410
|
if (a == null) {
|
|
385
411
|
return;
|
|
386
412
|
}
|
|
387
413
|
LegendItemHelper.c(this.v, 0, 0, 24, 24, b, null, a, null);
|
|
388
414
|
}
|
|
389
|
-
|
|
415
|
+
ag() {
|
|
390
416
|
this.v.rootWrapper.removeChildren();
|
|
391
417
|
}
|
|
392
418
|
}
|
|
@@ -403,51 +429,59 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
403
429
|
this._view = null;
|
|
404
430
|
this.k = 0;
|
|
405
431
|
this.l = 0;
|
|
406
|
-
this.
|
|
407
|
-
this.
|
|
408
|
-
this.
|
|
409
|
-
this.y = XIcon.
|
|
410
|
-
this.
|
|
411
|
-
this.
|
|
412
|
-
this.
|
|
413
|
-
this.
|
|
414
|
-
this.
|
|
415
|
-
this.
|
|
416
|
-
this.
|
|
417
|
-
this.
|
|
432
|
+
this.dg = XIcon.dx;
|
|
433
|
+
this.dh = XIcon.d1;
|
|
434
|
+
this.di = XIcon.d2;
|
|
435
|
+
this.y = XIcon.aw;
|
|
436
|
+
this.dj = XIcon.dx;
|
|
437
|
+
this.ds = XIcon.d1;
|
|
438
|
+
this.ak = XIcon.aw;
|
|
439
|
+
this.dt = XIcon.d2;
|
|
440
|
+
this.dk = XIcon.dy;
|
|
441
|
+
this.dl = XIcon.dz;
|
|
442
|
+
this.ae = XIcon.av;
|
|
443
|
+
this.dm = null;
|
|
418
444
|
this.c = null;
|
|
419
445
|
this.d = null;
|
|
420
|
-
this.
|
|
421
|
-
this.
|
|
422
|
-
this.
|
|
423
|
-
this.
|
|
424
|
-
this.
|
|
425
|
-
this.
|
|
426
|
-
this.
|
|
427
|
-
this.
|
|
446
|
+
this.dn = null;
|
|
447
|
+
this.dp = null;
|
|
448
|
+
this.dq = null;
|
|
449
|
+
this.dr = null;
|
|
450
|
+
this.be = null;
|
|
451
|
+
this.bj = null;
|
|
452
|
+
this.bm = null;
|
|
453
|
+
this.bl = null;
|
|
428
454
|
this.a = null;
|
|
429
|
-
this.
|
|
430
|
-
this.
|
|
455
|
+
this.de = null;
|
|
456
|
+
this.bd = null;
|
|
431
457
|
this.n = null;
|
|
432
|
-
this.
|
|
433
|
-
this.
|
|
458
|
+
this.bk = "ig-icon-" + XIcon.bc++;
|
|
459
|
+
this.ba = 0;
|
|
434
460
|
this.p = false;
|
|
435
|
-
this.
|
|
461
|
+
this.bi = null;
|
|
436
462
|
this.r = false;
|
|
437
463
|
this.q = false;
|
|
438
|
-
this.
|
|
439
|
-
this.
|
|
440
|
-
this.
|
|
441
|
-
this.
|
|
464
|
+
this.af = 1;
|
|
465
|
+
this.aa = 0;
|
|
466
|
+
this.am = NaN;
|
|
467
|
+
this.ab = 0;
|
|
468
|
+
this.an = NaN;
|
|
469
|
+
this.ac = 24;
|
|
470
|
+
this.ao = NaN;
|
|
471
|
+
this.z = 24;
|
|
472
|
+
this.al = NaN;
|
|
473
|
+
this.ap = NaN;
|
|
442
474
|
this.ad = NaN;
|
|
443
|
-
this.ah = NaN;
|
|
444
|
-
this.z = NaN;
|
|
445
475
|
this.clicked = null;
|
|
446
476
|
this.propertyChanged = null;
|
|
477
|
+
this.ah = NaN;
|
|
478
|
+
this.ai = NaN;
|
|
479
|
+
this.aj = NaN;
|
|
480
|
+
this.ag = NaN;
|
|
447
481
|
let a = new IconView();
|
|
448
482
|
a.d = this;
|
|
449
483
|
this.view = a;
|
|
450
|
-
this.view.
|
|
484
|
+
this.view.an();
|
|
451
485
|
}
|
|
452
486
|
get view() {
|
|
453
487
|
return this._view;
|
|
@@ -458,13 +492,13 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
458
492
|
destroy() {
|
|
459
493
|
this.provideContainer(null);
|
|
460
494
|
}
|
|
461
|
-
|
|
495
|
+
c5(a, b, c) {
|
|
462
496
|
if (this.propertyChanged != null) {
|
|
463
497
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
464
498
|
}
|
|
465
|
-
this.
|
|
499
|
+
this.c8(a, b, c);
|
|
466
500
|
}
|
|
467
|
-
|
|
501
|
+
c8(a, b, c) {
|
|
468
502
|
switch (a) {
|
|
469
503
|
case "Fill":
|
|
470
504
|
case "Stroke":
|
|
@@ -473,139 +507,151 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
473
507
|
case "HoverStroke":
|
|
474
508
|
case "HoverStrokeThickness":
|
|
475
509
|
case "IsHover":
|
|
476
|
-
this.
|
|
510
|
+
this.dc();
|
|
477
511
|
break;
|
|
478
512
|
case "FillColors":
|
|
479
513
|
case "StrokeColors":
|
|
480
514
|
case "ActualFill":
|
|
481
515
|
case "ActualStroke":
|
|
482
516
|
case "ActualStrokeWidth":
|
|
483
|
-
this.
|
|
517
|
+
this.da();
|
|
484
518
|
break;
|
|
485
519
|
case "SVG":
|
|
486
|
-
this.
|
|
520
|
+
this.bm = null;
|
|
487
521
|
this.a = null;
|
|
488
|
-
this.
|
|
522
|
+
this.da();
|
|
489
523
|
break;
|
|
490
524
|
case "SVGPath":
|
|
491
|
-
this.
|
|
525
|
+
this.bl = null;
|
|
492
526
|
this.a = null;
|
|
493
|
-
this.
|
|
527
|
+
this.da();
|
|
494
528
|
break;
|
|
495
529
|
case "SVGPaths":
|
|
496
|
-
this.
|
|
497
|
-
this.
|
|
498
|
-
this.
|
|
530
|
+
this.bl = null;
|
|
531
|
+
this.bm = null;
|
|
532
|
+
this.da();
|
|
499
533
|
break;
|
|
500
534
|
case "DataURL":
|
|
501
|
-
this.
|
|
502
|
-
this.
|
|
535
|
+
this.bl = null;
|
|
536
|
+
this.bm = null;
|
|
503
537
|
this.a = null;
|
|
504
|
-
this.
|
|
538
|
+
this.da();
|
|
505
539
|
break;
|
|
506
540
|
case "Source":
|
|
507
|
-
this.
|
|
508
|
-
this.
|
|
541
|
+
this.bl = null;
|
|
542
|
+
this.bm = null;
|
|
509
543
|
this.a = null;
|
|
510
|
-
this.
|
|
544
|
+
this.da();
|
|
511
545
|
break;
|
|
512
546
|
case "DataTemplate":
|
|
513
547
|
case "DataTemplateContext":
|
|
514
|
-
this.
|
|
515
|
-
this.
|
|
548
|
+
this.bl = null;
|
|
549
|
+
this.bm = null;
|
|
516
550
|
this.a = null;
|
|
517
|
-
this.
|
|
551
|
+
this.da();
|
|
518
552
|
break;
|
|
519
553
|
case "Opacity":
|
|
520
|
-
this.
|
|
554
|
+
this.db();
|
|
521
555
|
break;
|
|
522
556
|
case "ViewBoxLeft":
|
|
557
|
+
this.as = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
|
|
558
|
+
break;
|
|
523
559
|
case "ViewBoxTop":
|
|
560
|
+
this.at = !isNaN_(this.a7) ? this.a7 : !isNaN_(this.ai) ? this.ai : 0;
|
|
561
|
+
break;
|
|
524
562
|
case "ViewBoxWidth":
|
|
563
|
+
this.au = !isNaN_(this.a8) ? this.a8 : !isNaN_(this.aj) ? this.aj : 24;
|
|
564
|
+
break;
|
|
525
565
|
case "ViewBoxHeight":
|
|
526
|
-
this.
|
|
566
|
+
this.ar = !isNaN_(this.a5) ? this.a5 : !isNaN_(this.ag) ? this.ag : 24;
|
|
567
|
+
break;
|
|
568
|
+
case "ActualViewBoxLeft":
|
|
569
|
+
case "ActualViewBoxTop":
|
|
570
|
+
case "ActualViewBoxWidth":
|
|
571
|
+
case "ActualViewBoxHeight":
|
|
572
|
+
this.view.a1();
|
|
527
573
|
break;
|
|
528
574
|
case "Width":
|
|
529
575
|
case "Height":
|
|
530
|
-
this.view.
|
|
576
|
+
this.view.av();
|
|
531
577
|
break;
|
|
532
578
|
}
|
|
533
579
|
}
|
|
534
|
-
|
|
535
|
-
let a = this.fill != null ? this.fill : XIcon.
|
|
536
|
-
let b = this.
|
|
537
|
-
let c = !isNaN_(this.
|
|
538
|
-
let d = this.
|
|
580
|
+
dc() {
|
|
581
|
+
let a = this.fill != null ? this.fill : XIcon.dx;
|
|
582
|
+
let b = this.ea != null ? this.ea : XIcon.d1;
|
|
583
|
+
let c = !isNaN_(this.a4) ? this.a4 : XIcon.aw;
|
|
584
|
+
let d = this.eb != null ? this.eb : XIcon.d2;
|
|
539
585
|
if (this.v) {
|
|
540
|
-
this.
|
|
541
|
-
this.
|
|
542
|
-
this.
|
|
543
|
-
this.
|
|
586
|
+
this.du = this.d3 != null ? this.d3 : a;
|
|
587
|
+
this.dv = this.d4 != null ? this.d4 : b;
|
|
588
|
+
this.aq = !isNaN_(this.a2) ? this.a2 : c;
|
|
589
|
+
this.dw = this.d5 != null ? this.d5 : d;
|
|
544
590
|
}
|
|
545
591
|
else {
|
|
546
|
-
this.
|
|
547
|
-
this.
|
|
548
|
-
this.
|
|
549
|
-
this.
|
|
592
|
+
this.du = a;
|
|
593
|
+
this.dv = b;
|
|
594
|
+
this.aq = c;
|
|
595
|
+
this.dw = d;
|
|
550
596
|
}
|
|
551
597
|
}
|
|
552
598
|
get t() {
|
|
553
599
|
return this.svgPath != null && !this.view.m;
|
|
554
600
|
}
|
|
555
|
-
|
|
556
|
-
NativeUI.y(this.view.
|
|
601
|
+
db() {
|
|
602
|
+
NativeUI.y(this.view.aa, this.a3);
|
|
557
603
|
}
|
|
558
|
-
|
|
559
|
-
this.view.
|
|
604
|
+
cz() {
|
|
605
|
+
this.view.ag();
|
|
560
606
|
}
|
|
561
|
-
|
|
562
|
-
let a = this.view.
|
|
607
|
+
da() {
|
|
608
|
+
let a = this.view.aa;
|
|
563
609
|
if (this.t) {
|
|
564
|
-
let b = this.view.
|
|
565
|
-
NativeUI.r(b, this.
|
|
566
|
-
NativeUI.aa(b, this.
|
|
567
|
-
NativeUI.ad(b, this.
|
|
610
|
+
let b = this.view.ab;
|
|
611
|
+
NativeUI.r(b, this.du);
|
|
612
|
+
NativeUI.aa(b, this.dv);
|
|
613
|
+
NativeUI.ad(b, this.aq);
|
|
568
614
|
}
|
|
569
615
|
else {
|
|
570
616
|
let c = this.j();
|
|
571
617
|
if (c != this.k) {
|
|
572
618
|
this.k = c;
|
|
573
|
-
this.view.
|
|
619
|
+
this.view.ai();
|
|
574
620
|
}
|
|
575
621
|
let d = false;
|
|
576
|
-
if (this.
|
|
577
|
-
this.view.
|
|
622
|
+
if (this.df != null) {
|
|
623
|
+
this.view.as(this.df, this.bf);
|
|
578
624
|
}
|
|
579
625
|
else if (this.svgPath != null) {
|
|
580
626
|
if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
581
|
-
this.view.
|
|
627
|
+
this.view.ax(this.svgPath);
|
|
582
628
|
d = true;
|
|
583
629
|
}
|
|
584
630
|
else {
|
|
585
|
-
this.view.
|
|
631
|
+
this.view.ay(this.svgPath);
|
|
586
632
|
}
|
|
587
633
|
}
|
|
588
634
|
else if (this.b != null) {
|
|
589
|
-
this.view.
|
|
635
|
+
this.view.az(this.b);
|
|
590
636
|
let e = this.view.c;
|
|
591
637
|
if (e != null && e.length > 0) {
|
|
592
638
|
let f = NativeUI.r;
|
|
593
639
|
let g = NativeUI.aa;
|
|
594
|
-
this.
|
|
595
|
-
f = runOn(this.view, this.view.
|
|
596
|
-
g = runOn(this.view, this.view.
|
|
640
|
+
this.c7();
|
|
641
|
+
f = runOn(this.view, this.view.aq);
|
|
642
|
+
g = runOn(this.view, this.view.ar);
|
|
597
643
|
for (let h = 0; h < e.length; h++) {
|
|
598
|
-
if (this.
|
|
599
|
-
f(e[h], this.
|
|
644
|
+
if (this.du != null) {
|
|
645
|
+
f(e[h], this.du);
|
|
600
646
|
}
|
|
601
|
-
if (this.
|
|
602
|
-
g(e[h], this.
|
|
647
|
+
if (this.dv != null) {
|
|
648
|
+
g(e[h], this.dv);
|
|
603
649
|
}
|
|
604
|
-
if (!isNaN_(this.
|
|
605
|
-
NativeUI.ad(e[h], this.
|
|
650
|
+
if (!isNaN_(this.aq)) {
|
|
651
|
+
NativeUI.ad(e[h], this.aq);
|
|
606
652
|
}
|
|
607
|
-
if (this.
|
|
608
|
-
NativeUI.q(e[h], this.
|
|
653
|
+
if (this.dw != null) {
|
|
654
|
+
NativeUI.q(e[h], this.dw);
|
|
609
655
|
}
|
|
610
656
|
if (this.e != null && this.e.count == e.length) {
|
|
611
657
|
f(e[h], this.e.item(h));
|
|
@@ -616,38 +662,38 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
616
662
|
}
|
|
617
663
|
}
|
|
618
664
|
if (this.o != null) {
|
|
619
|
-
this.view.
|
|
665
|
+
this.view.a0(this.o);
|
|
620
666
|
}
|
|
621
667
|
return;
|
|
622
668
|
}
|
|
623
669
|
else if (this.svg != null) {
|
|
624
|
-
this.view.
|
|
670
|
+
this.view.ax(this.svg);
|
|
625
671
|
d = true;
|
|
626
672
|
}
|
|
627
|
-
else if (this.
|
|
628
|
-
this.view.
|
|
673
|
+
else if (this.b0 != null) {
|
|
674
|
+
this.view.at(this.b0);
|
|
629
675
|
}
|
|
630
|
-
else if (this.
|
|
631
|
-
this.view.
|
|
676
|
+
else if (this.bh != null) {
|
|
677
|
+
this.view.aw(this.bh);
|
|
632
678
|
}
|
|
633
679
|
else {
|
|
634
680
|
}
|
|
635
681
|
if (d) {
|
|
636
682
|
for (let i = 0; i < this.view.r.count; i++) {
|
|
637
683
|
let j = this.view.r._inner[i].c;
|
|
638
|
-
NativeUI.r(this.view.r._inner[i].d, j.l.f(this.
|
|
684
|
+
NativeUI.r(this.view.r._inner[i].d, j.l.f(this.d6));
|
|
639
685
|
}
|
|
640
686
|
for (let k = 0; k < this.view.s.count; k++) {
|
|
641
687
|
let l = this.view.s._inner[k].c;
|
|
642
|
-
NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.
|
|
688
|
+
NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.d7));
|
|
643
689
|
}
|
|
644
690
|
for (let m = 0; m < this.view.t.count; m++) {
|
|
645
691
|
let n = this.view.t._inner[m].c;
|
|
646
|
-
NativeUI.r(this.view.t._inner[m].d, n.l.f(this.
|
|
692
|
+
NativeUI.r(this.view.t._inner[m].d, n.l.f(this.d8));
|
|
647
693
|
}
|
|
648
694
|
for (let o = 0; o < this.view.u.count; o++) {
|
|
649
695
|
let p = this.view.u._inner[o].c;
|
|
650
|
-
NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.
|
|
696
|
+
NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.d9));
|
|
651
697
|
}
|
|
652
698
|
for (let q = 0; q < this.view.e.o.count; q++) {
|
|
653
699
|
let r = this.view.e.o._inner[q];
|
|
@@ -673,43 +719,43 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
673
719
|
}
|
|
674
720
|
for (let ac = 0; ac < this.view.q.count; ac++) {
|
|
675
721
|
let ad = this.view.q._inner[ac].c;
|
|
676
|
-
NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.
|
|
677
|
-
NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.
|
|
722
|
+
NativeUI.r(this.view.q._inner[ac].d, ad.l.f(this.du));
|
|
723
|
+
NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.dv));
|
|
678
724
|
}
|
|
679
725
|
}
|
|
680
|
-
let ae = this.view.
|
|
681
|
-
if (this.
|
|
682
|
-
NativeUI.r(ae, this.
|
|
726
|
+
let ae = this.view.aa;
|
|
727
|
+
if (this.du != null) {
|
|
728
|
+
NativeUI.r(ae, this.du);
|
|
683
729
|
}
|
|
684
|
-
if (this.
|
|
685
|
-
NativeUI.aa(ae, this.
|
|
730
|
+
if (this.dv != null) {
|
|
731
|
+
NativeUI.aa(ae, this.dv);
|
|
686
732
|
}
|
|
687
|
-
if (!isNaN_(this.
|
|
688
|
-
NativeUI.ad(ae, this.
|
|
733
|
+
if (!isNaN_(this.aq)) {
|
|
734
|
+
NativeUI.ad(ae, this.aq);
|
|
689
735
|
}
|
|
690
736
|
}
|
|
691
737
|
if (this.o != null) {
|
|
692
|
-
this.view.
|
|
738
|
+
this.view.a0(this.o);
|
|
693
739
|
}
|
|
694
|
-
if (this.
|
|
695
|
-
NativeUI.q(this.view.
|
|
740
|
+
if (this.dw != null) {
|
|
741
|
+
NativeUI.q(this.view.aa, this.dw);
|
|
696
742
|
}
|
|
697
743
|
}
|
|
698
|
-
|
|
699
|
-
if (this.
|
|
700
|
-
this.view.
|
|
744
|
+
c7() {
|
|
745
|
+
if (this.du != null) {
|
|
746
|
+
this.view.ap(this.du, "fill");
|
|
701
747
|
}
|
|
702
|
-
if (this.
|
|
703
|
-
this.view.
|
|
748
|
+
if (this.dv != null) {
|
|
749
|
+
this.view.ap(this.dv, "stroke");
|
|
704
750
|
}
|
|
705
751
|
if (this.e != null) {
|
|
706
752
|
for (let a of fromEnum(this.e)) {
|
|
707
|
-
this.view.
|
|
753
|
+
this.view.ap(a, "fills");
|
|
708
754
|
}
|
|
709
755
|
}
|
|
710
756
|
if (this.f != null) {
|
|
711
757
|
for (let b of fromEnum(this.f)) {
|
|
712
|
-
this.view.
|
|
758
|
+
this.view.ap(b, "strokes");
|
|
713
759
|
}
|
|
714
760
|
}
|
|
715
761
|
}
|
|
@@ -724,10 +770,10 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
724
770
|
else if (this.svg != null) {
|
|
725
771
|
a = 0;
|
|
726
772
|
}
|
|
727
|
-
else if (this.
|
|
773
|
+
else if (this.b0 != null) {
|
|
728
774
|
a = 3;
|
|
729
775
|
}
|
|
730
|
-
else if (this.
|
|
776
|
+
else if (this.bh != null) {
|
|
731
777
|
a = 4;
|
|
732
778
|
}
|
|
733
779
|
return a;
|
|
@@ -739,127 +785,127 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
739
785
|
let b = this.l;
|
|
740
786
|
this.l = a;
|
|
741
787
|
if (b != this.l) {
|
|
742
|
-
this.
|
|
788
|
+
this.c5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
743
789
|
}
|
|
744
790
|
}
|
|
745
|
-
get
|
|
746
|
-
return this.
|
|
791
|
+
get du() {
|
|
792
|
+
return this.dg;
|
|
747
793
|
}
|
|
748
|
-
set
|
|
749
|
-
let b = this.
|
|
750
|
-
this.
|
|
751
|
-
if (b != this.
|
|
752
|
-
this.
|
|
794
|
+
set du(a) {
|
|
795
|
+
let b = this.dg;
|
|
796
|
+
this.dg = a;
|
|
797
|
+
if (b != this.dg) {
|
|
798
|
+
this.c5("ActualFill", b, a);
|
|
753
799
|
}
|
|
754
800
|
}
|
|
755
|
-
get
|
|
756
|
-
return this.
|
|
801
|
+
get dv() {
|
|
802
|
+
return this.dh;
|
|
757
803
|
}
|
|
758
|
-
set
|
|
759
|
-
let b = this.
|
|
760
|
-
this.
|
|
761
|
-
if (b != this.
|
|
762
|
-
this.
|
|
804
|
+
set dv(a) {
|
|
805
|
+
let b = this.dh;
|
|
806
|
+
this.dh = a;
|
|
807
|
+
if (b != this.dh) {
|
|
808
|
+
this.c5("ActualStroke", b, a);
|
|
763
809
|
}
|
|
764
810
|
}
|
|
765
|
-
get
|
|
766
|
-
return this.
|
|
811
|
+
get dw() {
|
|
812
|
+
return this.di;
|
|
767
813
|
}
|
|
768
|
-
set
|
|
769
|
-
let b = this.
|
|
770
|
-
this.
|
|
771
|
-
if (b != this.
|
|
772
|
-
this.
|
|
814
|
+
set dw(a) {
|
|
815
|
+
let b = this.di;
|
|
816
|
+
this.di = a;
|
|
817
|
+
if (b != this.di) {
|
|
818
|
+
this.c5("ActualTextColor", b, a);
|
|
773
819
|
}
|
|
774
820
|
}
|
|
775
|
-
get
|
|
821
|
+
get aq() {
|
|
776
822
|
return this.y;
|
|
777
823
|
}
|
|
778
|
-
set
|
|
824
|
+
set aq(a) {
|
|
779
825
|
let b = this.y;
|
|
780
826
|
this.y = a;
|
|
781
827
|
if (b != this.y) {
|
|
782
|
-
this.
|
|
828
|
+
this.c5("ActualStrokeWidth", b, a);
|
|
783
829
|
}
|
|
784
830
|
}
|
|
785
831
|
get fill() {
|
|
786
|
-
return this.
|
|
832
|
+
return this.dj;
|
|
787
833
|
}
|
|
788
834
|
set fill(a) {
|
|
789
|
-
let b = this.
|
|
790
|
-
this.
|
|
791
|
-
if (b != this.
|
|
792
|
-
this.
|
|
835
|
+
let b = this.dj;
|
|
836
|
+
this.dj = a;
|
|
837
|
+
if (b != this.dj) {
|
|
838
|
+
this.c5("Fill", b, a);
|
|
793
839
|
}
|
|
794
840
|
}
|
|
795
|
-
get
|
|
796
|
-
return this.
|
|
841
|
+
get ea() {
|
|
842
|
+
return this.ds;
|
|
797
843
|
}
|
|
798
|
-
set
|
|
799
|
-
let b = this.
|
|
800
|
-
this.
|
|
801
|
-
if (b != this.
|
|
802
|
-
this.
|
|
844
|
+
set ea(a) {
|
|
845
|
+
let b = this.ds;
|
|
846
|
+
this.ds = a;
|
|
847
|
+
if (b != this.ds) {
|
|
848
|
+
this.c5("Stroke", b, a);
|
|
803
849
|
}
|
|
804
850
|
}
|
|
805
|
-
get
|
|
806
|
-
return this.
|
|
851
|
+
get a4() {
|
|
852
|
+
return this.ak;
|
|
807
853
|
}
|
|
808
|
-
set
|
|
809
|
-
let b = this.
|
|
810
|
-
this.
|
|
811
|
-
if (b != this.
|
|
812
|
-
this.
|
|
854
|
+
set a4(a) {
|
|
855
|
+
let b = this.ak;
|
|
856
|
+
this.ak = a;
|
|
857
|
+
if (b != this.ak) {
|
|
858
|
+
this.c5("StrokeWidth", b, a);
|
|
813
859
|
}
|
|
814
860
|
}
|
|
815
|
-
get
|
|
816
|
-
return this.
|
|
861
|
+
get eb() {
|
|
862
|
+
return this.dt;
|
|
817
863
|
}
|
|
818
|
-
set
|
|
819
|
-
let b = this.
|
|
820
|
-
this.
|
|
821
|
-
if (b != this.
|
|
822
|
-
this.
|
|
864
|
+
set eb(a) {
|
|
865
|
+
let b = this.dt;
|
|
866
|
+
this.dt = a;
|
|
867
|
+
if (b != this.dt) {
|
|
868
|
+
this.c5("TextColor", b, a);
|
|
823
869
|
}
|
|
824
870
|
}
|
|
825
|
-
get
|
|
826
|
-
return this.
|
|
871
|
+
get d3() {
|
|
872
|
+
return this.dk;
|
|
827
873
|
}
|
|
828
|
-
set
|
|
829
|
-
let b = this.
|
|
830
|
-
this.
|
|
831
|
-
if (b != this.
|
|
832
|
-
this.
|
|
874
|
+
set d3(a) {
|
|
875
|
+
let b = this.dk;
|
|
876
|
+
this.dk = a;
|
|
877
|
+
if (b != this.dk) {
|
|
878
|
+
this.c5("HoverFill", b, a);
|
|
833
879
|
}
|
|
834
880
|
}
|
|
835
|
-
get
|
|
836
|
-
return this.
|
|
881
|
+
get d4() {
|
|
882
|
+
return this.dl;
|
|
837
883
|
}
|
|
838
|
-
set
|
|
839
|
-
let b = this.
|
|
840
|
-
this.
|
|
841
|
-
if (b != this.
|
|
842
|
-
this.
|
|
884
|
+
set d4(a) {
|
|
885
|
+
let b = this.dl;
|
|
886
|
+
this.dl = a;
|
|
887
|
+
if (b != this.dl) {
|
|
888
|
+
this.c5("HoverStroke", b, a);
|
|
843
889
|
}
|
|
844
890
|
}
|
|
845
|
-
get
|
|
846
|
-
return this.
|
|
891
|
+
get a2() {
|
|
892
|
+
return this.ae;
|
|
847
893
|
}
|
|
848
|
-
set
|
|
849
|
-
let b = this.
|
|
850
|
-
this.
|
|
851
|
-
if (b != this.
|
|
852
|
-
this.
|
|
894
|
+
set a2(a) {
|
|
895
|
+
let b = this.ae;
|
|
896
|
+
this.ae = a;
|
|
897
|
+
if (b != this.ae) {
|
|
898
|
+
this.c5("HoverStrokeThickness", b, a);
|
|
853
899
|
}
|
|
854
900
|
}
|
|
855
|
-
get
|
|
856
|
-
return this.
|
|
901
|
+
get d5() {
|
|
902
|
+
return this.dm;
|
|
857
903
|
}
|
|
858
|
-
set
|
|
859
|
-
let b = this.
|
|
860
|
-
this.
|
|
861
|
-
if (b != this.
|
|
862
|
-
this.
|
|
904
|
+
set d5(a) {
|
|
905
|
+
let b = this.dm;
|
|
906
|
+
this.dm = a;
|
|
907
|
+
if (b != this.dm) {
|
|
908
|
+
this.c5("HoverTextColor", b, a);
|
|
863
909
|
}
|
|
864
910
|
}
|
|
865
911
|
get e() {
|
|
@@ -869,7 +915,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
869
915
|
let b = this.c;
|
|
870
916
|
this.c = a;
|
|
871
917
|
if (b != this.c) {
|
|
872
|
-
this.
|
|
918
|
+
this.c5("FillColors", b, this.c);
|
|
873
919
|
}
|
|
874
920
|
}
|
|
875
921
|
get f() {
|
|
@@ -879,87 +925,87 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
879
925
|
let b = this.d;
|
|
880
926
|
this.d = a;
|
|
881
927
|
if (b != this.d) {
|
|
882
|
-
this.
|
|
928
|
+
this.c5("StrokeColors", b, this.d);
|
|
883
929
|
}
|
|
884
930
|
}
|
|
885
|
-
get
|
|
886
|
-
return this.
|
|
931
|
+
get d6() {
|
|
932
|
+
return this.dn;
|
|
887
933
|
}
|
|
888
|
-
set
|
|
889
|
-
let b = this.
|
|
890
|
-
this.
|
|
891
|
-
if (b != this.
|
|
892
|
-
this.
|
|
934
|
+
set d6(a) {
|
|
935
|
+
let b = this.dn;
|
|
936
|
+
this.dn = a;
|
|
937
|
+
if (b != this.dn) {
|
|
938
|
+
this.c5("PrimaryFillColor", b, this.dn);
|
|
893
939
|
}
|
|
894
940
|
}
|
|
895
|
-
get
|
|
896
|
-
return this.
|
|
941
|
+
get d7() {
|
|
942
|
+
return this.dp;
|
|
897
943
|
}
|
|
898
|
-
set
|
|
899
|
-
let b = this.
|
|
900
|
-
this.
|
|
901
|
-
if (b != this.
|
|
902
|
-
this.
|
|
944
|
+
set d7(a) {
|
|
945
|
+
let b = this.dp;
|
|
946
|
+
this.dp = a;
|
|
947
|
+
if (b != this.dp) {
|
|
948
|
+
this.c5("PrimaryStrokeColor", b, this.dp);
|
|
903
949
|
}
|
|
904
950
|
}
|
|
905
|
-
get
|
|
906
|
-
return this.
|
|
951
|
+
get d8() {
|
|
952
|
+
return this.dq;
|
|
907
953
|
}
|
|
908
|
-
set
|
|
909
|
-
let b = this.
|
|
910
|
-
this.
|
|
911
|
-
if (b != this.
|
|
912
|
-
this.
|
|
954
|
+
set d8(a) {
|
|
955
|
+
let b = this.dq;
|
|
956
|
+
this.dq = a;
|
|
957
|
+
if (b != this.dq) {
|
|
958
|
+
this.c5("SecondaryFillColor", b, this.dq);
|
|
913
959
|
}
|
|
914
960
|
}
|
|
915
|
-
get
|
|
916
|
-
return this.
|
|
961
|
+
get d9() {
|
|
962
|
+
return this.dr;
|
|
917
963
|
}
|
|
918
|
-
set
|
|
919
|
-
let b = this.
|
|
920
|
-
this.
|
|
921
|
-
if (b != this.
|
|
922
|
-
this.
|
|
964
|
+
set d9(a) {
|
|
965
|
+
let b = this.dr;
|
|
966
|
+
this.dr = a;
|
|
967
|
+
if (b != this.dr) {
|
|
968
|
+
this.c5("SecondaryStrokeColor", b, this.dr);
|
|
923
969
|
}
|
|
924
970
|
}
|
|
925
|
-
get
|
|
926
|
-
return this.
|
|
971
|
+
get bh() {
|
|
972
|
+
return this.be;
|
|
927
973
|
}
|
|
928
|
-
set
|
|
929
|
-
let b = this.
|
|
930
|
-
this.
|
|
931
|
-
if (b != this.
|
|
932
|
-
this.
|
|
974
|
+
set bh(a) {
|
|
975
|
+
let b = this.be;
|
|
976
|
+
this.be = a;
|
|
977
|
+
if (b != this.be) {
|
|
978
|
+
this.c5("Source", b, a);
|
|
933
979
|
}
|
|
934
980
|
}
|
|
935
|
-
get
|
|
936
|
-
return this.
|
|
981
|
+
get b0() {
|
|
982
|
+
return this.bj;
|
|
937
983
|
}
|
|
938
|
-
set
|
|
939
|
-
let b = this.
|
|
940
|
-
this.
|
|
941
|
-
if (b != this.
|
|
942
|
-
this.
|
|
984
|
+
set b0(a) {
|
|
985
|
+
let b = this.bj;
|
|
986
|
+
this.bj = a;
|
|
987
|
+
if (b != this.bj) {
|
|
988
|
+
this.c5("DataURL", b, a);
|
|
943
989
|
}
|
|
944
990
|
}
|
|
945
991
|
get svgPath() {
|
|
946
|
-
return this.
|
|
992
|
+
return this.bm;
|
|
947
993
|
}
|
|
948
994
|
set svgPath(a) {
|
|
949
|
-
let b = this.
|
|
950
|
-
this.
|
|
951
|
-
if (b != this.
|
|
952
|
-
this.
|
|
995
|
+
let b = this.bm;
|
|
996
|
+
this.bm = a;
|
|
997
|
+
if (b != this.bm) {
|
|
998
|
+
this.c5("SVGPath", b, a);
|
|
953
999
|
}
|
|
954
1000
|
}
|
|
955
1001
|
get svg() {
|
|
956
|
-
return this.
|
|
1002
|
+
return this.bl;
|
|
957
1003
|
}
|
|
958
1004
|
set svg(a) {
|
|
959
|
-
let b = this.
|
|
960
|
-
this.
|
|
961
|
-
if (b != this.
|
|
962
|
-
this.
|
|
1005
|
+
let b = this.bl;
|
|
1006
|
+
this.bl = a;
|
|
1007
|
+
if (b != this.bl) {
|
|
1008
|
+
this.c5("SVG", b, this.bl);
|
|
963
1009
|
}
|
|
964
1010
|
}
|
|
965
1011
|
get b() {
|
|
@@ -969,33 +1015,33 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
969
1015
|
let b = this.a;
|
|
970
1016
|
this.a = a;
|
|
971
1017
|
if (b != this.a) {
|
|
972
|
-
this.
|
|
1018
|
+
this.c5("SVGPaths", b, this.a);
|
|
973
1019
|
}
|
|
974
1020
|
}
|
|
975
|
-
get
|
|
976
|
-
return this.
|
|
1021
|
+
get df() {
|
|
1022
|
+
return this.de;
|
|
977
1023
|
}
|
|
978
|
-
set
|
|
979
|
-
let b = this.
|
|
980
|
-
this.
|
|
981
|
-
if (b != this.
|
|
982
|
-
this.
|
|
1024
|
+
set df(a) {
|
|
1025
|
+
let b = this.de;
|
|
1026
|
+
this.de = a;
|
|
1027
|
+
if (b != this.de) {
|
|
1028
|
+
this.c5("DataTemplate", b, this.de);
|
|
983
1029
|
}
|
|
984
1030
|
}
|
|
985
|
-
get
|
|
986
|
-
return this.
|
|
1031
|
+
get bf() {
|
|
1032
|
+
return this.bd;
|
|
987
1033
|
}
|
|
988
|
-
set
|
|
989
|
-
let b = this.
|
|
990
|
-
this.
|
|
991
|
-
if (b != this.
|
|
992
|
-
this.
|
|
1034
|
+
set bf(a) {
|
|
1035
|
+
let b = this.bd;
|
|
1036
|
+
this.bd = a;
|
|
1037
|
+
if (b != this.bd) {
|
|
1038
|
+
this.c5("DataTemplateContext", b, this.bd);
|
|
993
1039
|
}
|
|
994
1040
|
}
|
|
995
|
-
|
|
1041
|
+
c3() {
|
|
996
1042
|
this.v = true;
|
|
997
1043
|
}
|
|
998
|
-
|
|
1044
|
+
c4() {
|
|
999
1045
|
this.v = false;
|
|
1000
1046
|
}
|
|
1001
1047
|
get o() {
|
|
@@ -1005,41 +1051,41 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1005
1051
|
let b = this.n;
|
|
1006
1052
|
this.n = a;
|
|
1007
1053
|
if (b != this.n) {
|
|
1008
|
-
this.
|
|
1054
|
+
this.c5("TextStyle", b, a);
|
|
1009
1055
|
}
|
|
1010
1056
|
}
|
|
1011
|
-
get
|
|
1012
|
-
return this.
|
|
1057
|
+
get ca() {
|
|
1058
|
+
return this.bk;
|
|
1013
1059
|
}
|
|
1014
|
-
set
|
|
1015
|
-
let b = this.
|
|
1016
|
-
this.
|
|
1017
|
-
if (b != this.
|
|
1018
|
-
this.
|
|
1060
|
+
set ca(a) {
|
|
1061
|
+
let b = this.bk;
|
|
1062
|
+
this.bk = a;
|
|
1063
|
+
if (b != this.bk) {
|
|
1064
|
+
this.c5("Id", b, a);
|
|
1019
1065
|
}
|
|
1020
1066
|
}
|
|
1021
1067
|
get s() {
|
|
1022
1068
|
return this.p;
|
|
1023
1069
|
}
|
|
1024
|
-
get
|
|
1025
|
-
return this.
|
|
1070
|
+
get bb() {
|
|
1071
|
+
return this.ba;
|
|
1026
1072
|
}
|
|
1027
|
-
set
|
|
1028
|
-
let b = this.
|
|
1029
|
-
this.
|
|
1073
|
+
set bb(a) {
|
|
1074
|
+
let b = this.ba;
|
|
1075
|
+
this.ba = a;
|
|
1030
1076
|
this.p = true;
|
|
1031
|
-
if (b != this.
|
|
1032
|
-
this.
|
|
1077
|
+
if (b != this.ba) {
|
|
1078
|
+
this.c5("TabIndex", b, a);
|
|
1033
1079
|
}
|
|
1034
1080
|
}
|
|
1035
|
-
get
|
|
1036
|
-
return this.
|
|
1081
|
+
get bv() {
|
|
1082
|
+
return this.bi;
|
|
1037
1083
|
}
|
|
1038
|
-
set
|
|
1039
|
-
let b = this.
|
|
1040
|
-
this.
|
|
1041
|
-
if (b != this.
|
|
1042
|
-
this.
|
|
1084
|
+
set bv(a) {
|
|
1085
|
+
let b = this.bi;
|
|
1086
|
+
this.bi = a;
|
|
1087
|
+
if (b != this.bi) {
|
|
1088
|
+
this.c5("AriaLabel", b, a);
|
|
1043
1089
|
}
|
|
1044
1090
|
}
|
|
1045
1091
|
get v() {
|
|
@@ -1049,7 +1095,7 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1049
1095
|
let b = this.r;
|
|
1050
1096
|
this.r = a;
|
|
1051
1097
|
if (b != this.r) {
|
|
1052
|
-
this.
|
|
1098
|
+
this.c5("IsHover", b, a);
|
|
1053
1099
|
}
|
|
1054
1100
|
}
|
|
1055
1101
|
get disabled() {
|
|
@@ -1059,86 +1105,126 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1059
1105
|
let b = this.q;
|
|
1060
1106
|
this.q = a;
|
|
1061
1107
|
if (b != this.q) {
|
|
1062
|
-
this.
|
|
1108
|
+
this.c5("IsDisabled", b, a);
|
|
1063
1109
|
}
|
|
1064
1110
|
}
|
|
1065
|
-
get
|
|
1066
|
-
return this.ab;
|
|
1067
|
-
}
|
|
1068
|
-
set an(a) {
|
|
1069
|
-
let b = this.ab;
|
|
1070
|
-
this.ab = a;
|
|
1071
|
-
if (b != this.ab) {
|
|
1072
|
-
this.cl("Opacity", b, this.ab);
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1075
|
-
get aq() {
|
|
1076
|
-
return this.ae;
|
|
1077
|
-
}
|
|
1078
|
-
set aq(a) {
|
|
1079
|
-
let b = this.ae;
|
|
1080
|
-
this.ae = a;
|
|
1081
|
-
if (b != this.ae) {
|
|
1082
|
-
this.cl("ViewBoxLeft", b, this.ae);
|
|
1083
|
-
}
|
|
1084
|
-
}
|
|
1085
|
-
get ar() {
|
|
1111
|
+
get a3() {
|
|
1086
1112
|
return this.af;
|
|
1087
1113
|
}
|
|
1088
|
-
set
|
|
1114
|
+
set a3(a) {
|
|
1089
1115
|
let b = this.af;
|
|
1090
1116
|
this.af = a;
|
|
1091
1117
|
if (b != this.af) {
|
|
1092
|
-
this.
|
|
1118
|
+
this.c5("Opacity", b, this.af);
|
|
1093
1119
|
}
|
|
1094
1120
|
}
|
|
1095
1121
|
get as() {
|
|
1096
|
-
return this.
|
|
1122
|
+
return this.aa;
|
|
1097
1123
|
}
|
|
1098
1124
|
set as(a) {
|
|
1099
|
-
let b = this.
|
|
1100
|
-
this.
|
|
1101
|
-
if (b != this.
|
|
1102
|
-
this.
|
|
1125
|
+
let b = this.aa;
|
|
1126
|
+
this.aa = a;
|
|
1127
|
+
if (b != this.aa) {
|
|
1128
|
+
this.c5("ActualViewBoxLeft", b, this.aa);
|
|
1103
1129
|
}
|
|
1104
1130
|
}
|
|
1105
|
-
get
|
|
1106
|
-
return this.
|
|
1131
|
+
get a6() {
|
|
1132
|
+
return this.am;
|
|
1107
1133
|
}
|
|
1108
|
-
set
|
|
1109
|
-
let b = this.
|
|
1110
|
-
this.
|
|
1111
|
-
if (b != this.
|
|
1112
|
-
this.
|
|
1134
|
+
set a6(a) {
|
|
1135
|
+
let b = this.am;
|
|
1136
|
+
this.am = a;
|
|
1137
|
+
if (b != this.am) {
|
|
1138
|
+
this.c5("ViewBoxLeft", b, this.am);
|
|
1113
1139
|
}
|
|
1114
1140
|
}
|
|
1115
1141
|
get at() {
|
|
1116
|
-
return this.
|
|
1142
|
+
return this.ab;
|
|
1117
1143
|
}
|
|
1118
1144
|
set at(a) {
|
|
1119
|
-
let b = this.
|
|
1120
|
-
this.
|
|
1121
|
-
if (b != this.
|
|
1122
|
-
this.
|
|
1145
|
+
let b = this.ab;
|
|
1146
|
+
this.ab = a;
|
|
1147
|
+
if (b != this.ab) {
|
|
1148
|
+
this.c5("ActualViewBoxTop", b, this.ab);
|
|
1149
|
+
}
|
|
1150
|
+
}
|
|
1151
|
+
get a7() {
|
|
1152
|
+
return this.an;
|
|
1153
|
+
}
|
|
1154
|
+
set a7(a) {
|
|
1155
|
+
let b = this.an;
|
|
1156
|
+
this.an = a;
|
|
1157
|
+
if (b != this.an) {
|
|
1158
|
+
this.c5("ViewBoxTop", b, this.an);
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
get au() {
|
|
1162
|
+
return this.ac;
|
|
1163
|
+
}
|
|
1164
|
+
set au(a) {
|
|
1165
|
+
let b = this.ac;
|
|
1166
|
+
this.ac = a;
|
|
1167
|
+
if (b != this.ac) {
|
|
1168
|
+
this.c5("ActualViewBoxWidth", b, this.ac);
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
get a8() {
|
|
1172
|
+
return this.ao;
|
|
1173
|
+
}
|
|
1174
|
+
set a8(a) {
|
|
1175
|
+
let b = this.ao;
|
|
1176
|
+
this.ao = a;
|
|
1177
|
+
if (b != this.ao) {
|
|
1178
|
+
this.c5("ViewBoxWidth", b, this.ao);
|
|
1123
1179
|
}
|
|
1124
1180
|
}
|
|
1125
|
-
get
|
|
1181
|
+
get ar() {
|
|
1126
1182
|
return this.z;
|
|
1127
1183
|
}
|
|
1128
|
-
set
|
|
1184
|
+
set ar(a) {
|
|
1129
1185
|
let b = this.z;
|
|
1130
1186
|
this.z = a;
|
|
1131
1187
|
if (b != this.z) {
|
|
1132
|
-
this.
|
|
1188
|
+
this.c5("ActualViewBoxHeight", b, this.z);
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
get a5() {
|
|
1192
|
+
return this.al;
|
|
1193
|
+
}
|
|
1194
|
+
set a5(a) {
|
|
1195
|
+
let b = this.al;
|
|
1196
|
+
this.al = a;
|
|
1197
|
+
if (b != this.al) {
|
|
1198
|
+
this.c5("ViewBoxHeight", b, this.al);
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
get a9() {
|
|
1202
|
+
return this.ap;
|
|
1203
|
+
}
|
|
1204
|
+
set a9(a) {
|
|
1205
|
+
let b = this.ap;
|
|
1206
|
+
this.ap = a;
|
|
1207
|
+
if (b != this.ap) {
|
|
1208
|
+
this.c5("Width", b, this.ap);
|
|
1209
|
+
}
|
|
1210
|
+
}
|
|
1211
|
+
get a1() {
|
|
1212
|
+
return this.ad;
|
|
1213
|
+
}
|
|
1214
|
+
set a1(a) {
|
|
1215
|
+
let b = this.ad;
|
|
1216
|
+
this.ad = a;
|
|
1217
|
+
if (b != this.ad) {
|
|
1218
|
+
this.c5("Height", b, this.ad);
|
|
1133
1219
|
}
|
|
1134
1220
|
}
|
|
1135
|
-
|
|
1221
|
+
c6() {
|
|
1136
1222
|
}
|
|
1137
1223
|
onDetachedFromUI() {
|
|
1138
|
-
this.view.
|
|
1224
|
+
this.view.am();
|
|
1139
1225
|
}
|
|
1140
1226
|
onAttachedToUI() {
|
|
1141
|
-
this.view.
|
|
1227
|
+
this.view.aj();
|
|
1142
1228
|
}
|
|
1143
1229
|
x() {
|
|
1144
1230
|
if (this.disabled) {
|
|
@@ -1154,10 +1240,10 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1154
1240
|
w() {
|
|
1155
1241
|
return this.view.l();
|
|
1156
1242
|
}
|
|
1157
|
-
|
|
1243
|
+
bg() {
|
|
1158
1244
|
return this.g();
|
|
1159
1245
|
}
|
|
1160
|
-
|
|
1246
|
+
b2() {
|
|
1161
1247
|
let a = this.g();
|
|
1162
1248
|
return a.l();
|
|
1163
1249
|
}
|
|
@@ -1166,12 +1252,12 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1166
1252
|
let b = this.view.b();
|
|
1167
1253
|
a.i = b[0];
|
|
1168
1254
|
a.g = b[1];
|
|
1169
|
-
a.f = NativeUI.d(this.view.
|
|
1170
|
-
a.j = NativeUI.k(this.view.
|
|
1255
|
+
a.f = NativeUI.d(this.view.aa);
|
|
1256
|
+
a.j = NativeUI.k(this.view.aa);
|
|
1171
1257
|
a.a = this.view.a();
|
|
1172
1258
|
a.svg = this.svg;
|
|
1173
1259
|
a.svgPath = this.svgPath;
|
|
1174
|
-
a.k = this.
|
|
1260
|
+
a.k = this.b0;
|
|
1175
1261
|
if (this.o != null) {
|
|
1176
1262
|
let c = this.o;
|
|
1177
1263
|
if (this.view != null && c.q == null) {
|
|
@@ -1203,18 +1289,29 @@ export let XIcon = /*@__PURE__*/ (() => {
|
|
|
1203
1289
|
return a;
|
|
1204
1290
|
}
|
|
1205
1291
|
provideContainer(a) {
|
|
1206
|
-
this.view.
|
|
1292
|
+
this.view.al(a);
|
|
1293
|
+
}
|
|
1294
|
+
dd(a, b, c, d) {
|
|
1295
|
+
this.ah = a;
|
|
1296
|
+
this.ai = b;
|
|
1297
|
+
this.aj = c;
|
|
1298
|
+
this.ag = d;
|
|
1299
|
+
this.aa = !isNaN_(this.a6) ? this.a6 : !isNaN_(this.ah) ? this.ah : 0;
|
|
1300
|
+
this.ab = !isNaN_(this.a7) ? this.a7 : !isNaN_(this.ai) ? this.ai : 0;
|
|
1301
|
+
this.ac = !isNaN_(this.a8) ? this.a8 : !isNaN_(this.aj) ? this.aj : 24;
|
|
1302
|
+
this.z = !isNaN_(this.a5) ? this.a5 : !isNaN_(this.ag) ? this.ag : 24;
|
|
1303
|
+
this.view.a1();
|
|
1207
1304
|
}
|
|
1208
1305
|
}
|
|
1209
1306
|
XIcon.$t = /*@__PURE__*/ markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
|
|
1210
|
-
XIcon.
|
|
1211
|
-
XIcon.
|
|
1212
|
-
XIcon.
|
|
1213
|
-
XIcon.
|
|
1214
|
-
XIcon.
|
|
1215
|
-
XIcon.
|
|
1216
|
-
XIcon.
|
|
1217
|
-
XIcon.
|
|
1218
|
-
XIcon.
|
|
1307
|
+
XIcon.dx = null;
|
|
1308
|
+
XIcon.d2 = null;
|
|
1309
|
+
XIcon.d1 = null;
|
|
1310
|
+
XIcon.dy = null;
|
|
1311
|
+
XIcon.dz = null;
|
|
1312
|
+
XIcon.d0 = null;
|
|
1313
|
+
XIcon.aw = NaN;
|
|
1314
|
+
XIcon.av = NaN;
|
|
1315
|
+
XIcon.bc = 0;
|
|
1219
1316
|
return XIcon;
|
|
1220
1317
|
})();
|