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.
@@ -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.ab = null;
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
- am() {
69
+ an() {
69
70
  }
70
71
  l() {
71
72
  return true;
72
73
  }
73
- get z() {
74
+ get aa() {
74
75
  return this.y;
75
76
  }
76
- get aa() {
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
- ak(a) {
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.au();
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.a0();
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.aj)));
123
- this.d.cm();
123
+ this.o.add(c.listen("click", runOn(this, this.ak)));
124
+ this.d.c6();
124
125
  }
125
- ax(a) {
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
- ay(a) {
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
- aw(a) {
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
- as(a) {
165
- if (this.ab != a) {
166
- this.ab = a;
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
- av(a) {
195
+ aw(a) {
173
196
  if (typeof a === 'string') {
174
- this.as(typeCast(String_$type, a));
197
+ this.at(typeCast(String_$type, a));
175
198
  }
176
199
  }
177
- ah() {
200
+ ai() {
178
201
  if (this.d.k != 3 && this.d.k != 4) {
179
- this.ab = null;
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
- au() {
186
- this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.at) ? "1.5rem" : this.d.at + "px");
187
- this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.al) ? "1.5rem" : this.d.al + "px");
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
- a0() {
190
- let a = isNaN_(this.d.aq) ? 0 : this.d.aq;
191
- let b = isNaN_(this.d.ar) ? 0 : this.d.ar;
192
- let c = isNaN_(this.d.as) ? 24 : this.d.as;
193
- let d = isNaN_(this.d.ap) ? 24 : this.d.ap;
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
- ao(a, b) {
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
- ap(a, b) {
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
- aq(a, b) {
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
- ac(a) {
270
+ ad(a) {
245
271
  }
246
- an() {
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.ck();
277
+ this.d.c3();
255
278
  }
256
- ai() {
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.ad)));
259
- this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.ae)));
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
- al() {
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
- az(a) {
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
- aj(a) {
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
- ag(a, b) {
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.ag(a, d);
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.at(c, a);
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.at(e, a);
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.at(g, a);
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.at(i, a);
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
- at(a, b) {
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
- ar(a, b) {
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
- af() {
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.cv = XIcon.db;
407
- this.cw = XIcon.df;
408
- this.cx = XIcon.dg;
409
- this.y = XIcon.ak;
410
- this.cy = XIcon.db;
411
- this.c6 = XIcon.df;
412
- this.ac = XIcon.ak;
413
- this.c7 = XIcon.dg;
414
- this.cz = XIcon.dc;
415
- this.c0 = XIcon.dd;
416
- this.aa = XIcon.aj;
417
- this.c1 = null;
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.c2 = null;
421
- this.c3 = null;
422
- this.c4 = null;
423
- this.c5 = null;
424
- this.ay = null;
425
- this.a3 = null;
426
- this.a6 = null;
427
- this.a5 = null;
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.ct = null;
430
- this.ax = null;
455
+ this.de = null;
456
+ this.bd = null;
431
457
  this.n = null;
432
- this.a4 = "ig-icon-" + XIcon.aw++;
433
- this.au = 0;
458
+ this.bk = "ig-icon-" + XIcon.bc++;
459
+ this.ba = 0;
434
460
  this.p = false;
435
- this.a2 = null;
461
+ this.bi = null;
436
462
  this.r = false;
437
463
  this.q = false;
438
- this.ab = 1;
439
- this.ae = NaN;
440
- this.af = NaN;
441
- this.ag = NaN;
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.am();
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
- cl(a, b, c) {
495
+ c5(a, b, c) {
462
496
  if (this.propertyChanged != null) {
463
497
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
464
498
  }
465
- this.co(a, b, c);
499
+ this.c8(a, b, c);
466
500
  }
467
- co(a, b, c) {
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.cs();
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.cq();
517
+ this.da();
484
518
  break;
485
519
  case "SVG":
486
- this.a6 = null;
520
+ this.bm = null;
487
521
  this.a = null;
488
- this.cq();
522
+ this.da();
489
523
  break;
490
524
  case "SVGPath":
491
- this.a5 = null;
525
+ this.bl = null;
492
526
  this.a = null;
493
- this.cq();
527
+ this.da();
494
528
  break;
495
529
  case "SVGPaths":
496
- this.a5 = null;
497
- this.a6 = null;
498
- this.cq();
530
+ this.bl = null;
531
+ this.bm = null;
532
+ this.da();
499
533
  break;
500
534
  case "DataURL":
501
- this.a5 = null;
502
- this.a6 = null;
535
+ this.bl = null;
536
+ this.bm = null;
503
537
  this.a = null;
504
- this.cq();
538
+ this.da();
505
539
  break;
506
540
  case "Source":
507
- this.a5 = null;
508
- this.a6 = null;
541
+ this.bl = null;
542
+ this.bm = null;
509
543
  this.a = null;
510
- this.cq();
544
+ this.da();
511
545
  break;
512
546
  case "DataTemplate":
513
547
  case "DataTemplateContext":
514
- this.a5 = null;
515
- this.a6 = null;
548
+ this.bl = null;
549
+ this.bm = null;
516
550
  this.a = null;
517
- this.cq();
551
+ this.da();
518
552
  break;
519
553
  case "Opacity":
520
- this.cr();
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.view.a0();
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.au();
576
+ this.view.av();
531
577
  break;
532
578
  }
533
579
  }
534
- cs() {
535
- let a = this.fill != null ? this.fill : XIcon.db;
536
- let b = this.dp != null ? this.dp : XIcon.df;
537
- let c = !isNaN_(this.ao) ? this.ao : XIcon.ak;
538
- let d = this.dq != null ? this.dq : XIcon.dg;
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.c8 = this.dh != null ? this.dh : a;
541
- this.c9 = this.di != null ? this.di : b;
542
- this.ai = !isNaN_(this.am) ? this.am : c;
543
- this.da = this.dj != null ? this.dj : d;
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.c8 = a;
547
- this.c9 = b;
548
- this.ai = c;
549
- this.da = d;
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
- cr() {
556
- NativeUI.y(this.view.z, this.an);
601
+ db() {
602
+ NativeUI.y(this.view.aa, this.a3);
557
603
  }
558
- cf() {
559
- this.view.af();
604
+ cz() {
605
+ this.view.ag();
560
606
  }
561
- cq() {
562
- let a = this.view.z;
607
+ da() {
608
+ let a = this.view.aa;
563
609
  if (this.t) {
564
- let b = this.view.aa;
565
- NativeUI.r(b, this.c8);
566
- NativeUI.aa(b, this.c9);
567
- NativeUI.ad(b, this.ai);
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.ah();
619
+ this.view.ai();
574
620
  }
575
621
  let d = false;
576
- if (this.cu != null) {
577
- this.view.ar(this.cu, this.az);
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.aw(this.svgPath);
627
+ this.view.ax(this.svgPath);
582
628
  d = true;
583
629
  }
584
630
  else {
585
- this.view.ax(this.svgPath);
631
+ this.view.ay(this.svgPath);
586
632
  }
587
633
  }
588
634
  else if (this.b != null) {
589
- this.view.ay(this.b);
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.cn();
595
- f = runOn(this.view, this.view.ap);
596
- g = runOn(this.view, this.view.aq);
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.c8 != null) {
599
- f(e[h], this.c8);
644
+ if (this.du != null) {
645
+ f(e[h], this.du);
600
646
  }
601
- if (this.c9 != null) {
602
- g(e[h], this.c9);
647
+ if (this.dv != null) {
648
+ g(e[h], this.dv);
603
649
  }
604
- if (!isNaN_(this.ai)) {
605
- NativeUI.ad(e[h], this.ai);
650
+ if (!isNaN_(this.aq)) {
651
+ NativeUI.ad(e[h], this.aq);
606
652
  }
607
- if (this.da != null) {
608
- NativeUI.q(e[h], this.da);
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.az(this.o);
665
+ this.view.a0(this.o);
620
666
  }
621
667
  return;
622
668
  }
623
669
  else if (this.svg != null) {
624
- this.view.aw(this.svg);
670
+ this.view.ax(this.svg);
625
671
  d = true;
626
672
  }
627
- else if (this.bg != null) {
628
- this.view.as(this.bg);
673
+ else if (this.b0 != null) {
674
+ this.view.at(this.b0);
629
675
  }
630
- else if (this.a1 != null) {
631
- this.view.av(this.a1);
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.dk));
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.dl));
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.dm));
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.dn));
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.c8));
677
- NativeUI.aa(this.view.q._inner[ac].d, ad.m.f(this.c9));
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.z;
681
- if (this.c8 != null) {
682
- NativeUI.r(ae, this.c8);
726
+ let ae = this.view.aa;
727
+ if (this.du != null) {
728
+ NativeUI.r(ae, this.du);
683
729
  }
684
- if (this.c9 != null) {
685
- NativeUI.aa(ae, this.c9);
730
+ if (this.dv != null) {
731
+ NativeUI.aa(ae, this.dv);
686
732
  }
687
- if (!isNaN_(this.ai)) {
688
- NativeUI.ad(ae, this.ai);
733
+ if (!isNaN_(this.aq)) {
734
+ NativeUI.ad(ae, this.aq);
689
735
  }
690
736
  }
691
737
  if (this.o != null) {
692
- this.view.az(this.o);
738
+ this.view.a0(this.o);
693
739
  }
694
- if (this.da != null) {
695
- NativeUI.q(this.view.z, this.da);
740
+ if (this.dw != null) {
741
+ NativeUI.q(this.view.aa, this.dw);
696
742
  }
697
743
  }
698
- cn() {
699
- if (this.c8 != null) {
700
- this.view.ao(this.c8, "fill");
744
+ c7() {
745
+ if (this.du != null) {
746
+ this.view.ap(this.du, "fill");
701
747
  }
702
- if (this.c9 != null) {
703
- this.view.ao(this.c9, "stroke");
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.ao(a, "fills");
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.ao(b, "strokes");
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.bg != null) {
773
+ else if (this.b0 != null) {
728
774
  a = 3;
729
775
  }
730
- else if (this.a1 != null) {
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.cl("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
788
+ this.c5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
743
789
  }
744
790
  }
745
- get c8() {
746
- return this.cv;
791
+ get du() {
792
+ return this.dg;
747
793
  }
748
- set c8(a) {
749
- let b = this.cv;
750
- this.cv = a;
751
- if (b != this.cv) {
752
- this.cl("ActualFill", b, a);
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 c9() {
756
- return this.cw;
801
+ get dv() {
802
+ return this.dh;
757
803
  }
758
- set c9(a) {
759
- let b = this.cw;
760
- this.cw = a;
761
- if (b != this.cw) {
762
- this.cl("ActualStroke", b, a);
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 da() {
766
- return this.cx;
811
+ get dw() {
812
+ return this.di;
767
813
  }
768
- set da(a) {
769
- let b = this.cx;
770
- this.cx = a;
771
- if (b != this.cx) {
772
- this.cl("ActualTextColor", b, a);
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 ai() {
821
+ get aq() {
776
822
  return this.y;
777
823
  }
778
- set ai(a) {
824
+ set aq(a) {
779
825
  let b = this.y;
780
826
  this.y = a;
781
827
  if (b != this.y) {
782
- this.cl("ActualStrokeWidth", b, a);
828
+ this.c5("ActualStrokeWidth", b, a);
783
829
  }
784
830
  }
785
831
  get fill() {
786
- return this.cy;
832
+ return this.dj;
787
833
  }
788
834
  set fill(a) {
789
- let b = this.cy;
790
- this.cy = a;
791
- if (b != this.cy) {
792
- this.cl("Fill", b, a);
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 dp() {
796
- return this.c6;
841
+ get ea() {
842
+ return this.ds;
797
843
  }
798
- set dp(a) {
799
- let b = this.c6;
800
- this.c6 = a;
801
- if (b != this.c6) {
802
- this.cl("Stroke", b, a);
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 ao() {
806
- return this.ac;
851
+ get a4() {
852
+ return this.ak;
807
853
  }
808
- set ao(a) {
809
- let b = this.ac;
810
- this.ac = a;
811
- if (b != this.ac) {
812
- this.cl("StrokeWidth", b, a);
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 dq() {
816
- return this.c7;
861
+ get eb() {
862
+ return this.dt;
817
863
  }
818
- set dq(a) {
819
- let b = this.c7;
820
- this.c7 = a;
821
- if (b != this.c7) {
822
- this.cl("TextColor", b, a);
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 dh() {
826
- return this.cz;
871
+ get d3() {
872
+ return this.dk;
827
873
  }
828
- set dh(a) {
829
- let b = this.cz;
830
- this.cz = a;
831
- if (b != this.cz) {
832
- this.cl("HoverFill", b, a);
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 di() {
836
- return this.c0;
881
+ get d4() {
882
+ return this.dl;
837
883
  }
838
- set di(a) {
839
- let b = this.c0;
840
- this.c0 = a;
841
- if (b != this.c0) {
842
- this.cl("HoverStroke", b, a);
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 am() {
846
- return this.aa;
891
+ get a2() {
892
+ return this.ae;
847
893
  }
848
- set am(a) {
849
- let b = this.aa;
850
- this.aa = a;
851
- if (b != this.aa) {
852
- this.cl("HoverStrokeThickness", b, a);
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 dj() {
856
- return this.c1;
901
+ get d5() {
902
+ return this.dm;
857
903
  }
858
- set dj(a) {
859
- let b = this.c1;
860
- this.c1 = a;
861
- if (b != this.c1) {
862
- this.cl("HoverTextColor", b, a);
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.cl("FillColors", b, this.c);
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.cl("StrokeColors", b, this.d);
928
+ this.c5("StrokeColors", b, this.d);
883
929
  }
884
930
  }
885
- get dk() {
886
- return this.c2;
931
+ get d6() {
932
+ return this.dn;
887
933
  }
888
- set dk(a) {
889
- let b = this.c2;
890
- this.c2 = a;
891
- if (b != this.c2) {
892
- this.cl("PrimaryFillColor", b, this.c2);
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 dl() {
896
- return this.c3;
941
+ get d7() {
942
+ return this.dp;
897
943
  }
898
- set dl(a) {
899
- let b = this.c3;
900
- this.c3 = a;
901
- if (b != this.c3) {
902
- this.cl("PrimaryStrokeColor", b, this.c3);
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 dm() {
906
- return this.c4;
951
+ get d8() {
952
+ return this.dq;
907
953
  }
908
- set dm(a) {
909
- let b = this.c4;
910
- this.c4 = a;
911
- if (b != this.c4) {
912
- this.cl("SecondaryFillColor", b, this.c4);
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 dn() {
916
- return this.c5;
961
+ get d9() {
962
+ return this.dr;
917
963
  }
918
- set dn(a) {
919
- let b = this.c5;
920
- this.c5 = a;
921
- if (b != this.c5) {
922
- this.cl("SecondaryStrokeColor", b, this.c5);
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 a1() {
926
- return this.ay;
971
+ get bh() {
972
+ return this.be;
927
973
  }
928
- set a1(a) {
929
- let b = this.ay;
930
- this.ay = a;
931
- if (b != this.ay) {
932
- this.cl("Source", b, a);
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 bg() {
936
- return this.a3;
981
+ get b0() {
982
+ return this.bj;
937
983
  }
938
- set bg(a) {
939
- let b = this.a3;
940
- this.a3 = a;
941
- if (b != this.a3) {
942
- this.cl("DataURL", b, a);
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.a6;
992
+ return this.bm;
947
993
  }
948
994
  set svgPath(a) {
949
- let b = this.a6;
950
- this.a6 = a;
951
- if (b != this.a6) {
952
- this.cl("SVGPath", b, a);
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.a5;
1002
+ return this.bl;
957
1003
  }
958
1004
  set svg(a) {
959
- let b = this.a5;
960
- this.a5 = a;
961
- if (b != this.a5) {
962
- this.cl("SVG", b, this.a5);
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.cl("SVGPaths", b, this.a);
1018
+ this.c5("SVGPaths", b, this.a);
973
1019
  }
974
1020
  }
975
- get cu() {
976
- return this.ct;
1021
+ get df() {
1022
+ return this.de;
977
1023
  }
978
- set cu(a) {
979
- let b = this.ct;
980
- this.ct = a;
981
- if (b != this.ct) {
982
- this.cl("DataTemplate", b, this.ct);
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 az() {
986
- return this.ax;
1031
+ get bf() {
1032
+ return this.bd;
987
1033
  }
988
- set az(a) {
989
- let b = this.ax;
990
- this.ax = a;
991
- if (b != this.ax) {
992
- this.cl("DataTemplateContext", b, this.ax);
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
- cj() {
1041
+ c3() {
996
1042
  this.v = true;
997
1043
  }
998
- ck() {
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.cl("TextStyle", b, a);
1054
+ this.c5("TextStyle", b, a);
1009
1055
  }
1010
1056
  }
1011
- get bq() {
1012
- return this.a4;
1057
+ get ca() {
1058
+ return this.bk;
1013
1059
  }
1014
- set bq(a) {
1015
- let b = this.a4;
1016
- this.a4 = a;
1017
- if (b != this.a4) {
1018
- this.cl("Id", b, a);
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 av() {
1025
- return this.au;
1070
+ get bb() {
1071
+ return this.ba;
1026
1072
  }
1027
- set av(a) {
1028
- let b = this.au;
1029
- this.au = a;
1073
+ set bb(a) {
1074
+ let b = this.ba;
1075
+ this.ba = a;
1030
1076
  this.p = true;
1031
- if (b != this.au) {
1032
- this.cl("TabIndex", b, a);
1077
+ if (b != this.ba) {
1078
+ this.c5("TabIndex", b, a);
1033
1079
  }
1034
1080
  }
1035
- get bb() {
1036
- return this.a2;
1081
+ get bv() {
1082
+ return this.bi;
1037
1083
  }
1038
- set bb(a) {
1039
- let b = this.a2;
1040
- this.a2 = a;
1041
- if (b != this.a2) {
1042
- this.cl("AriaLabel", b, a);
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.cl("IsHover", b, a);
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.cl("IsDisabled", b, a);
1108
+ this.c5("IsDisabled", b, a);
1063
1109
  }
1064
1110
  }
1065
- get an() {
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 ar(a) {
1114
+ set a3(a) {
1089
1115
  let b = this.af;
1090
1116
  this.af = a;
1091
1117
  if (b != this.af) {
1092
- this.cl("ViewBoxTop", b, this.af);
1118
+ this.c5("Opacity", b, this.af);
1093
1119
  }
1094
1120
  }
1095
1121
  get as() {
1096
- return this.ag;
1122
+ return this.aa;
1097
1123
  }
1098
1124
  set as(a) {
1099
- let b = this.ag;
1100
- this.ag = a;
1101
- if (b != this.ag) {
1102
- this.cl("ViewBoxWidth", b, this.ag);
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 ap() {
1106
- return this.ad;
1131
+ get a6() {
1132
+ return this.am;
1107
1133
  }
1108
- set ap(a) {
1109
- let b = this.ad;
1110
- this.ad = a;
1111
- if (b != this.ad) {
1112
- this.cl("ViewBoxHeight", b, this.ad);
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.ah;
1142
+ return this.ab;
1117
1143
  }
1118
1144
  set at(a) {
1119
- let b = this.ah;
1120
- this.ah = a;
1121
- if (b != this.ah) {
1122
- this.cl("Width", b, this.ah);
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 al() {
1181
+ get ar() {
1126
1182
  return this.z;
1127
1183
  }
1128
- set al(a) {
1184
+ set ar(a) {
1129
1185
  let b = this.z;
1130
1186
  this.z = a;
1131
1187
  if (b != this.z) {
1132
- this.cl("Height", b, this.z);
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
- cm() {
1221
+ c6() {
1136
1222
  }
1137
1223
  onDetachedFromUI() {
1138
- this.view.al();
1224
+ this.view.am();
1139
1225
  }
1140
1226
  onAttachedToUI() {
1141
- this.view.ai();
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
- a0() {
1243
+ bg() {
1158
1244
  return this.g();
1159
1245
  }
1160
- bi() {
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.z);
1170
- a.j = NativeUI.k(this.view.z);
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.bg;
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.ak(a);
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.db = null;
1211
- XIcon.dg = null;
1212
- XIcon.df = null;
1213
- XIcon.dc = null;
1214
- XIcon.dd = null;
1215
- XIcon.de = null;
1216
- XIcon.ak = NaN;
1217
- XIcon.aj = NaN;
1218
- XIcon.aw = 0;
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
  })();