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.
Files changed (57) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +3805 -3574
  2. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +74 -74
  4. package/esm2015/lib/ButtonView_combined.js +1890 -1834
  5. package/esm2015/lib/CalendarView_combined.js +322 -308
  6. package/esm2015/lib/CheckboxView_combined.js +25 -25
  7. package/esm2015/lib/DatePickerView_combined.js +6 -6
  8. package/esm2015/lib/IconViewType.js +11 -0
  9. package/esm2015/lib/IconView_combined.js +529 -451
  10. package/esm2015/lib/InputGroupView_combined.js +433 -404
  11. package/esm2015/lib/MultiSliderBridge.js +14 -14
  12. package/esm2015/lib/NativeUIXInputsFactory_combined.js +43 -43
  13. package/esm2015/lib/RippleView_combined.js +2 -2
  14. package/esm2015/lib/XButtonBridge.js +39 -35
  15. package/esm2015/lib/XButtonGroupBridge.js +2 -2
  16. package/esm2015/lib/XCheckboxBridge.js +8 -8
  17. package/esm2015/lib/XComponentBridge.js +1 -1
  18. package/esm2015/lib/XIconBridge.js +25 -23
  19. package/esm2015/lib/XInputBridge.js +22 -22
  20. package/esm2015/lib/XPopupBridge.js +15 -5
  21. package/esm2015/lib/igx-x-button-component.js +396 -385
  22. package/esm2015/lib/igx-x-icon-component.js +63 -63
  23. package/esm2015/lib/igx-x-label-component.js +40 -40
  24. package/esm2015/public_api.js +1 -0
  25. package/esm5/lib/ButtonGroupView_combined.js +74 -74
  26. package/esm5/lib/ButtonView_combined.js +1756 -1696
  27. package/esm5/lib/CalendarView_combined.js +322 -308
  28. package/esm5/lib/CheckboxView_combined.js +25 -25
  29. package/esm5/lib/DatePickerView_combined.js +6 -6
  30. package/esm5/lib/IconViewType.js +11 -0
  31. package/esm5/lib/IconView_combined.js +515 -429
  32. package/esm5/lib/InputGroupView_combined.js +426 -397
  33. package/esm5/lib/MultiSliderBridge.js +14 -14
  34. package/esm5/lib/NativeUIXInputsFactory_combined.js +43 -43
  35. package/esm5/lib/RippleView_combined.js +2 -2
  36. package/esm5/lib/XButtonBridge.js +39 -35
  37. package/esm5/lib/XButtonGroupBridge.js +2 -2
  38. package/esm5/lib/XCheckboxBridge.js +8 -8
  39. package/esm5/lib/XComponentBridge.js +1 -1
  40. package/esm5/lib/XIconBridge.js +25 -23
  41. package/esm5/lib/XInputBridge.js +22 -22
  42. package/esm5/lib/XPopupBridge.js +15 -5
  43. package/esm5/lib/igx-x-button-component.js +400 -385
  44. package/esm5/lib/igx-x-icon-component.js +63 -63
  45. package/esm5/lib/igx-x-label-component.js +40 -40
  46. package/esm5/public_api.js +1 -0
  47. package/fesm2015/igniteui-angular-inputs.js +3962 -3748
  48. package/fesm5/igniteui-angular-inputs.js +3806 -3576
  49. package/lib/ButtonView_combined.d.ts +513 -504
  50. package/lib/CalendarView_combined.d.ts +38 -35
  51. package/lib/IconViewType.d.ts +16 -0
  52. package/lib/IconView_combined.d.ts +139 -125
  53. package/lib/InputGroupView_combined.d.ts +103 -100
  54. package/lib/XPopupBridge.d.ts +1 -0
  55. package/lib/igx-x-button-component.d.ts +7 -1
  56. package/package.json +2 -2
  57. package/public_api.d.ts +1 -0
@@ -23,6 +23,7 @@ import { LineVisualData } from "igniteui-angular-core";
23
23
  import { RectangleVisualData } from "igniteui-angular-core";
24
24
  import { EllipseVisualData } from "igniteui-angular-core";
25
25
  import { DoubleCollection } from "igniteui-angular-core";
26
+ import { LegendItemHelper } from "igniteui-angular-core";
26
27
  import { isNaN_ } from "igniteui-angular-core";
27
28
  import { IIcon_$type } from "igniteui-angular-core";
28
29
  import { BaseControlTheme_$type } from "igniteui-angular-core";
@@ -64,7 +65,7 @@ export let IconView = /*@__PURE__*/ (() => {
64
65
  this.e = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
65
66
  this.f = new FastIterationDictionary$2(String_$type, List$1.$.specialize(Tuple$2.$.specialize(SVGNode.$, Base.$)), 0);
66
67
  }
67
- ak() {
68
+ am() {
68
69
  }
69
70
  l() {
70
71
  return true;
@@ -81,7 +82,7 @@ export let IconView = /*@__PURE__*/ (() => {
81
82
  get m() {
82
83
  return true;
83
84
  }
84
- ai(a) {
85
+ ak(a) {
85
86
  if (a == null) {
86
87
  for (let b of fromEnum(this.o)) {
87
88
  b();
@@ -101,7 +102,7 @@ export let IconView = /*@__PURE__*/ (() => {
101
102
  this.v.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
102
103
  this.v.rootWrapper.setStyleProperty("align-items", "center");
103
104
  this.v.rootWrapper.setStyleProperty("justify-content", "center");
104
- this.ar();
105
+ this.au();
105
106
  let c = this.v.createElementNS("svg", "http://www.w3.org/2000/svg");
106
107
  c.setStyleProperty("position", "absolute");
107
108
  c.setStyleProperty("top", "0");
@@ -114,14 +115,14 @@ export let IconView = /*@__PURE__*/ (() => {
114
115
  d.setStyleProperty("width", "100%");
115
116
  d.setStyleProperty("object-fit", "contain");
116
117
  this.x = d;
117
- this.ax();
118
+ this.a0();
118
119
  this.w = a.createElementNS("defs", "http://www.w3.org/2000/svg");
119
120
  this.y.append(this.w);
120
121
  this.v.append(this.y);
121
- this.o.add(c.listen("click", runOn(this, this.ah)));
122
- this.d.cf();
122
+ this.o.add(c.listen("click", runOn(this, this.aj)));
123
+ this.d.cm();
123
124
  }
124
- au(a) {
125
+ ax(a) {
125
126
  this.n.clear();
126
127
  this.v.rootWrapper.removeChildren();
127
128
  this.v.rootWrapper.append(this.y);
@@ -136,7 +137,7 @@ export let IconView = /*@__PURE__*/ (() => {
136
137
  this.p.add(b);
137
138
  }
138
139
  }
139
- av(a) {
140
+ ay(a) {
140
141
  this.n.clear();
141
142
  this.v.rootWrapper.removeChildren();
142
143
  this.v.rootWrapper.append(this.y);
@@ -153,14 +154,14 @@ export let IconView = /*@__PURE__*/ (() => {
153
154
  }
154
155
  }
155
156
  }
156
- at(a) {
157
+ aw(a) {
157
158
  this.v.rootWrapper.removeChildren();
158
159
  if (a != null) {
159
160
  let b = this.v.rootWrapper.getNativeElement();
160
161
  b.innerHTML = a;
161
162
  }
162
163
  }
163
- ap(a) {
164
+ as(a) {
164
165
  if (this.ab != a) {
165
166
  this.ab = a;
166
167
  this.v.rootWrapper.removeChildren();
@@ -168,26 +169,31 @@ export let IconView = /*@__PURE__*/ (() => {
168
169
  this.x.setAttribute("src", a);
169
170
  }
170
171
  }
171
- as(a) {
172
+ av(a) {
172
173
  if (typeof a === 'string') {
173
- this.ap(typeCast(String_$type, a));
174
+ this.as(typeCast(String_$type, a));
175
+ }
176
+ }
177
+ ah() {
178
+ if (this.d.k != 3 && this.d.k != 4) {
179
+ this.ab = null;
174
180
  }
175
181
  }
176
182
  k() {
177
183
  return this.d.svgPath != null || this.d.svg != null || this.d.b != null;
178
184
  }
179
- ar() {
180
- this.v.rootWrapper.setStyleProperty("width", isNaN_(this.d.ar) ? "1.5rem" : this.d.ar + "px");
181
- this.v.rootWrapper.setStyleProperty("height", isNaN_(this.d.aj) ? "1.5rem" : this.d.aj + "px");
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");
182
188
  }
183
- ax() {
184
- let a = isNaN_(this.d.ao) ? 0 : this.d.ao;
185
- let b = isNaN_(this.d.ap) ? 0 : this.d.ap;
186
- let c = isNaN_(this.d.aq) ? 24 : this.d.aq;
187
- let d = isNaN_(this.d.an) ? 24 : this.d.an;
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;
188
194
  this.y.setAttribute("viewBox", a + " " + b + " " + c + " " + d);
189
195
  }
190
- am(a, b) {
196
+ ao(a, b) {
191
197
  let c = a.color;
192
198
  if (!this.n.containsKey(a)) {
193
199
  if (a.isGradient) {
@@ -215,7 +221,7 @@ export let IconView = /*@__PURE__*/ (() => {
215
221
  }
216
222
  }
217
223
  }
218
- an(a, b) {
224
+ ap(a, b) {
219
225
  let c = a;
220
226
  if (this.n.containsKey(b)) {
221
227
  c.setAttribute("fill", "url(#" + this.n.item(b) + ")");
@@ -226,7 +232,7 @@ export let IconView = /*@__PURE__*/ (() => {
226
232
  NativeUI.r(a, b);
227
233
  }
228
234
  }
229
- ao(a, b) {
235
+ aq(a, b) {
230
236
  let c = a;
231
237
  if (this.n.containsKey(b)) {
232
238
  c.setAttribute("stroke", "url('#" + this.n.item(b) + "')");
@@ -237,29 +243,29 @@ export let IconView = /*@__PURE__*/ (() => {
237
243
  }
238
244
  ac(a) {
239
245
  }
240
- al() {
246
+ an() {
241
247
  if (this.l()) {
242
248
  }
243
249
  }
244
250
  ad(a) {
245
- this.d.cc();
251
+ this.d.cj();
246
252
  }
247
253
  ae(a) {
248
- this.d.cd();
254
+ this.d.ck();
249
255
  }
250
- ag() {
256
+ ai() {
251
257
  this.j = true;
252
258
  this.o.add(this.v.rootWrapper.listen("mouseenter", runOn(this, this.ad)));
253
259
  this.o.add(this.v.rootWrapper.listen("mouseleave", runOn(this, this.ae)));
254
260
  }
255
- aj() {
261
+ al() {
256
262
  this.j = false;
257
263
  for (let a of fromEnum(this.o)) {
258
264
  a();
259
265
  }
260
266
  this.o.clear();
261
267
  }
262
- aw(a) {
268
+ az(a) {
263
269
  if (a != null) {
264
270
  this.v.rootWrapper.setStyleProperty("font", a.fontString);
265
271
  }
@@ -273,8 +279,8 @@ export let IconView = /*@__PURE__*/ (() => {
273
279
  c[1] = b;
274
280
  return c;
275
281
  }
276
- ah(a) {
277
- if (this.d.v()) {
282
+ aj(a) {
283
+ if (this.d.x()) {
278
284
  a.stopPropagation();
279
285
  a.preventDefault();
280
286
  }
@@ -284,7 +290,7 @@ export let IconView = /*@__PURE__*/ (() => {
284
290
  let b = this.v.rootWrapper.getNativeElement();
285
291
  return a.toArray();
286
292
  }
287
- af(a, b) {
293
+ ag(a, b) {
288
294
  for (let c = 0; c < b.e.count; c++) {
289
295
  let d = b.e._inner[c];
290
296
  let e = this.h(d);
@@ -292,7 +298,7 @@ export let IconView = /*@__PURE__*/ (() => {
292
298
  a.add(e);
293
299
  }
294
300
  else {
295
- this.af(a, d);
301
+ this.ag(a, d);
296
302
  }
297
303
  }
298
304
  }
@@ -305,7 +311,7 @@ export let IconView = /*@__PURE__*/ (() => {
305
311
  $ret.an = a.w;
306
312
  return $ret;
307
313
  })());
308
- this.aq(c, a);
314
+ this.at(c, a);
309
315
  b = new PathVisualData(1, "path1", c);
310
316
  break;
311
317
  case 3:
@@ -315,7 +321,7 @@ export let IconView = /*@__PURE__*/ (() => {
315
321
  e.ao = d.x;
316
322
  e.ap = d.y;
317
323
  e.aq = d.z;
318
- this.aq(e, a);
324
+ this.at(e, a);
319
325
  b = new LineVisualData(1, "line1", e);
320
326
  break;
321
327
  case 4:
@@ -325,7 +331,7 @@ export let IconView = /*@__PURE__*/ (() => {
325
331
  g.height = f.w;
326
332
  g.ap = f.x;
327
333
  g.aq = f.y;
328
- this.aq(g, a);
334
+ this.at(g, a);
329
335
  b = new RectangleVisualData(1, "rect1", g);
330
336
  break;
331
337
  case 5:
@@ -334,13 +340,13 @@ export let IconView = /*@__PURE__*/ (() => {
334
340
  let i = new Ellipse();
335
341
  i.width = h.y * 2;
336
342
  i.height = h.z * 2;
337
- this.aq(i, a);
343
+ this.at(i, a);
338
344
  b = new EllipseVisualData(1, "ellipse1", i);
339
345
  break;
340
346
  }
341
347
  return b;
342
348
  }
343
- aq(a, b) {
349
+ at(a, b) {
344
350
  let c = b;
345
351
  a.ad = b.t;
346
352
  a.j = c.h;
@@ -373,6 +379,16 @@ export let IconView = /*@__PURE__*/ (() => {
373
379
  }
374
380
  return null;
375
381
  }
382
+ ar(a, b) {
383
+ this.v.rootWrapper.removeChildren();
384
+ if (a == null) {
385
+ return;
386
+ }
387
+ LegendItemHelper.c(this.v, 0, 0, 24, 24, b, null, a, null);
388
+ }
389
+ af() {
390
+ this.v.rootWrapper.removeChildren();
391
+ }
376
392
  }
377
393
  IconView.$t = markType(IconView, 'IconView');
378
394
  return IconView;
@@ -385,50 +401,53 @@ export let XIcon = /*@__PURE__*/ (() => {
385
401
  constructor() {
386
402
  super();
387
403
  this._view = null;
388
- this.j = 0;
389
- this.cm = XIcon.c2;
390
- this.cn = XIcon.c6;
391
- this.co = XIcon.c7;
392
- this.w = XIcon.ai;
393
- this.cp = XIcon.c2;
394
- this.cx = XIcon.c6;
395
- this.aa = XIcon.ai;
396
- this.cy = XIcon.c7;
397
- this.cq = XIcon.c3;
398
- this.cr = XIcon.c4;
399
- this.y = XIcon.ah;
400
- this.cs = null;
404
+ this.k = 0;
405
+ 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;
401
418
  this.c = null;
402
419
  this.d = null;
403
- this.ct = null;
404
- this.cu = null;
405
- this.cv = null;
406
- this.cw = null;
407
- this.av = null;
408
- this.az = null;
409
- this.a2 = null;
410
- this.a1 = null;
411
- this.a = null;
412
- this.l = null;
413
- this.a0 = "ig-icon-" + XIcon.au++;
414
- this.as = 0;
415
- this.n = false;
420
+ this.c2 = null;
421
+ this.c3 = null;
422
+ this.c4 = null;
423
+ this.c5 = null;
416
424
  this.ay = null;
425
+ this.a3 = null;
426
+ this.a6 = null;
427
+ this.a5 = null;
428
+ this.a = null;
429
+ this.ct = null;
430
+ this.ax = null;
431
+ this.n = null;
432
+ this.a4 = "ig-icon-" + XIcon.aw++;
433
+ this.au = 0;
417
434
  this.p = false;
418
- this.o = false;
419
- this.z = 1;
420
- this.ac = NaN;
421
- this.ad = NaN;
435
+ this.a2 = null;
436
+ this.r = false;
437
+ this.q = false;
438
+ this.ab = 1;
422
439
  this.ae = NaN;
423
- this.ab = NaN;
424
440
  this.af = NaN;
425
- this.x = NaN;
441
+ this.ag = NaN;
442
+ this.ad = NaN;
443
+ this.ah = NaN;
444
+ this.z = NaN;
426
445
  this.clicked = null;
427
446
  this.propertyChanged = null;
428
447
  let a = new IconView();
429
448
  a.d = this;
430
449
  this.view = a;
431
- this.view.ak();
450
+ this.view.am();
432
451
  }
433
452
  get view() {
434
453
  return this._view;
@@ -439,13 +458,13 @@ export let XIcon = /*@__PURE__*/ (() => {
439
458
  destroy() {
440
459
  this.provideContainer(null);
441
460
  }
442
- ce(a, b, c) {
461
+ cl(a, b, c) {
443
462
  if (this.propertyChanged != null) {
444
463
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
445
464
  }
446
- this.ch(a, b, c);
465
+ this.co(a, b, c);
447
466
  }
448
- ch(a, b, c) {
467
+ co(a, b, c) {
449
468
  switch (a) {
450
469
  case "Fill":
451
470
  case "Stroke":
@@ -454,354 +473,393 @@ export let XIcon = /*@__PURE__*/ (() => {
454
473
  case "HoverStroke":
455
474
  case "HoverStrokeThickness":
456
475
  case "IsHover":
457
- this.cl();
476
+ this.cs();
458
477
  break;
459
478
  case "FillColors":
460
479
  case "StrokeColors":
461
480
  case "ActualFill":
462
481
  case "ActualStroke":
463
482
  case "ActualStrokeWidth":
464
- this.cj();
483
+ this.cq();
465
484
  break;
466
485
  case "SVG":
467
- this.a2 = null;
486
+ this.a6 = null;
468
487
  this.a = null;
469
- this.cj();
488
+ this.cq();
470
489
  break;
471
490
  case "SVGPath":
472
- this.a1 = null;
491
+ this.a5 = null;
473
492
  this.a = null;
474
- this.cj();
493
+ this.cq();
475
494
  break;
476
495
  case "SVGPaths":
477
- this.a1 = null;
478
- this.a2 = null;
479
- this.cj();
496
+ this.a5 = null;
497
+ this.a6 = null;
498
+ this.cq();
480
499
  break;
481
500
  case "DataURL":
482
- this.a1 = null;
483
- this.a2 = null;
501
+ this.a5 = null;
502
+ this.a6 = null;
484
503
  this.a = null;
485
- this.cj();
504
+ this.cq();
486
505
  break;
487
506
  case "Source":
488
- this.a1 = null;
489
- this.a2 = null;
507
+ this.a5 = null;
508
+ this.a6 = null;
490
509
  this.a = null;
491
- this.cj();
510
+ this.cq();
511
+ break;
512
+ case "DataTemplate":
513
+ case "DataTemplateContext":
514
+ this.a5 = null;
515
+ this.a6 = null;
516
+ this.a = null;
517
+ this.cq();
492
518
  break;
493
519
  case "Opacity":
494
- this.ck();
520
+ this.cr();
495
521
  break;
496
522
  case "ViewBoxLeft":
497
523
  case "ViewBoxTop":
498
524
  case "ViewBoxWidth":
499
525
  case "ViewBoxHeight":
500
- this.view.ax();
526
+ this.view.a0();
501
527
  break;
502
528
  case "Width":
503
529
  case "Height":
504
- this.view.ar();
530
+ this.view.au();
505
531
  break;
506
532
  }
507
533
  }
508
- cl() {
509
- let a = this.fill != null ? this.fill : XIcon.c2;
510
- let b = this.df != null ? this.df : XIcon.c6;
511
- let c = !isNaN_(this.am) ? this.am : XIcon.ai;
512
- let d = this.dg != null ? this.dg : XIcon.c7;
513
- if (this.t) {
514
- this.cz = this.c8 != null ? this.c8 : a;
515
- this.c0 = this.c9 != null ? this.c9 : b;
516
- this.ag = !isNaN_(this.ak) ? this.ak : c;
517
- this.c1 = this.da != null ? this.da : d;
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;
539
+ 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;
518
544
  }
519
545
  else {
520
- this.cz = a;
521
- this.c0 = b;
522
- this.ag = c;
523
- this.c1 = d;
546
+ this.c8 = a;
547
+ this.c9 = b;
548
+ this.ai = c;
549
+ this.da = d;
524
550
  }
525
551
  }
526
- get r() {
552
+ get t() {
527
553
  return this.svgPath != null && !this.view.m;
528
554
  }
529
- ck() {
530
- NativeUI.y(this.view.z, this.al);
555
+ cr() {
556
+ NativeUI.y(this.view.z, this.an);
531
557
  }
532
- cj() {
558
+ cf() {
559
+ this.view.af();
560
+ }
561
+ cq() {
533
562
  let a = this.view.z;
534
- if (this.r) {
563
+ if (this.t) {
535
564
  let b = this.view.aa;
536
- NativeUI.r(b, this.cz);
537
- NativeUI.aa(b, this.c0);
538
- NativeUI.ad(b, this.ag);
565
+ NativeUI.r(b, this.c8);
566
+ NativeUI.aa(b, this.c9);
567
+ NativeUI.ad(b, this.ai);
539
568
  }
540
569
  else {
541
- let c = false;
542
- if (this.svgPath != null) {
570
+ let c = this.j();
571
+ if (c != this.k) {
572
+ this.k = c;
573
+ this.view.ah();
574
+ }
575
+ let d = false;
576
+ if (this.cu != null) {
577
+ this.view.ar(this.cu, this.az);
578
+ }
579
+ else if (this.svgPath != null) {
543
580
  if (stringStartsWith(trimStart(this.svgPath, ' ', '\n', '\r', '\t'), "<svg")) {
544
- this.view.at(this.svgPath);
545
- c = true;
581
+ this.view.aw(this.svgPath);
582
+ d = true;
546
583
  }
547
584
  else {
548
- this.view.au(this.svgPath);
585
+ this.view.ax(this.svgPath);
549
586
  }
550
587
  }
551
588
  else if (this.b != null) {
552
- this.view.av(this.b);
553
- let d = this.view.c;
554
- if (d != null && d.length > 0) {
555
- let e = NativeUI.r;
556
- let f = NativeUI.aa;
557
- this.cg();
558
- e = runOn(this.view, this.view.an);
559
- f = runOn(this.view, this.view.ao);
560
- for (let g = 0; g < d.length; g++) {
561
- if (this.cz != null) {
562
- e(d[g], this.cz);
589
+ this.view.ay(this.b);
590
+ let e = this.view.c;
591
+ if (e != null && e.length > 0) {
592
+ let f = NativeUI.r;
593
+ let g = NativeUI.aa;
594
+ this.cn();
595
+ f = runOn(this.view, this.view.ap);
596
+ g = runOn(this.view, this.view.aq);
597
+ for (let h = 0; h < e.length; h++) {
598
+ if (this.c8 != null) {
599
+ f(e[h], this.c8);
563
600
  }
564
- if (this.c0 != null) {
565
- f(d[g], this.c0);
601
+ if (this.c9 != null) {
602
+ g(e[h], this.c9);
566
603
  }
567
- if (!isNaN_(this.ag)) {
568
- NativeUI.ad(d[g], this.ag);
604
+ if (!isNaN_(this.ai)) {
605
+ NativeUI.ad(e[h], this.ai);
569
606
  }
570
- if (this.c1 != null) {
571
- NativeUI.q(d[g], this.c1);
607
+ if (this.da != null) {
608
+ NativeUI.q(e[h], this.da);
572
609
  }
573
- if (this.e != null && this.e.count == d.length) {
574
- e(d[g], this.e.item(g));
610
+ if (this.e != null && this.e.count == e.length) {
611
+ f(e[h], this.e.item(h));
575
612
  }
576
- if (this.f != null && this.f.count == d.length) {
577
- f(d[g], this.f.item(g));
613
+ if (this.f != null && this.f.count == e.length) {
614
+ g(e[h], this.f.item(h));
578
615
  }
579
616
  }
580
617
  }
581
- if (this.m != null) {
582
- this.view.aw(this.m);
618
+ if (this.o != null) {
619
+ this.view.az(this.o);
583
620
  }
584
621
  return;
585
622
  }
586
623
  else if (this.svg != null) {
587
- this.view.at(this.svg);
588
- c = true;
624
+ this.view.aw(this.svg);
625
+ d = true;
589
626
  }
590
- else if (this.ba != null) {
591
- this.view.ap(this.ba);
627
+ else if (this.bg != null) {
628
+ this.view.as(this.bg);
592
629
  }
593
- else if (this.ax != null) {
594
- this.view.as(this.ax);
630
+ else if (this.a1 != null) {
631
+ this.view.av(this.a1);
595
632
  }
596
- if (c) {
597
- for (let h = 0; h < this.view.r.count; h++) {
598
- let i = this.view.r._inner[h].c;
599
- NativeUI.r(this.view.r._inner[h].d, i.l.f(this.db));
633
+ else {
634
+ }
635
+ if (d) {
636
+ for (let i = 0; i < this.view.r.count; i++) {
637
+ let j = this.view.r._inner[i].c;
638
+ NativeUI.r(this.view.r._inner[i].d, j.l.f(this.dk));
600
639
  }
601
- for (let j = 0; j < this.view.s.count; j++) {
602
- let k = this.view.s._inner[j].c;
603
- NativeUI.aa(this.view.s._inner[j].d, k.m.f(this.dc));
640
+ for (let k = 0; k < this.view.s.count; k++) {
641
+ let l = this.view.s._inner[k].c;
642
+ NativeUI.aa(this.view.s._inner[k].d, l.m.f(this.dl));
604
643
  }
605
- for (let l = 0; l < this.view.t.count; l++) {
606
- let m = this.view.t._inner[l].c;
607
- NativeUI.r(this.view.t._inner[l].d, m.l.f(this.dd));
644
+ for (let m = 0; m < this.view.t.count; m++) {
645
+ let n = this.view.t._inner[m].c;
646
+ NativeUI.r(this.view.t._inner[m].d, n.l.f(this.dm));
608
647
  }
609
- for (let n = 0; n < this.view.u.count; n++) {
610
- let o = this.view.u._inner[n].c;
611
- NativeUI.aa(this.view.u._inner[n].d, o.m.f(this.de));
648
+ for (let o = 0; o < this.view.u.count; o++) {
649
+ let p = this.view.u._inner[o].c;
650
+ NativeUI.aa(this.view.u._inner[o].d, p.m.f(this.dn));
612
651
  }
613
- for (let p = 0; p < this.view.e.o.count; p++) {
614
- let q = this.view.e.o._inner[p];
615
- let r = q.split('-');
616
- let s = parseInt(r[r.length - 1]);
617
- if (s < this.e.count) {
618
- for (let t = 0; t < this.view.e.q._inner[p].count; t++) {
619
- let u = this.view.e.q._inner[p]._inner[t].c;
620
- NativeUI.r(this.view.e.q._inner[p]._inner[t].d, u.l.f(this.e.item(s)));
652
+ for (let q = 0; q < this.view.e.o.count; q++) {
653
+ let r = this.view.e.o._inner[q];
654
+ let s = r.split('-');
655
+ let t = parseInt(s[s.length - 1]);
656
+ if (t < this.e.count) {
657
+ for (let u = 0; u < this.view.e.q._inner[q].count; u++) {
658
+ let v = this.view.e.q._inner[q]._inner[u].c;
659
+ NativeUI.r(this.view.e.q._inner[q]._inner[u].d, v.l.f(this.e.item(t)));
621
660
  }
622
661
  }
623
662
  }
624
- for (let v = 0; v < this.view.f.o.count; v++) {
625
- let w = this.view.f.o._inner[v];
626
- let x = w.split('-');
627
- let y = parseInt(x[x.length - 1]);
628
- if (y < this.f.count) {
629
- for (let z = 0; z < this.view.f.q._inner[v].count; z++) {
630
- let aa = this.view.f.q._inner[v]._inner[z].c;
631
- NativeUI.aa(this.view.f.q._inner[v]._inner[z].d, aa.m.f(this.f.item(y)));
663
+ for (let w = 0; w < this.view.f.o.count; w++) {
664
+ let x = this.view.f.o._inner[w];
665
+ let y = x.split('-');
666
+ let z = parseInt(y[y.length - 1]);
667
+ if (z < this.f.count) {
668
+ for (let aa = 0; aa < this.view.f.q._inner[w].count; aa++) {
669
+ let ab = this.view.f.q._inner[w]._inner[aa].c;
670
+ NativeUI.aa(this.view.f.q._inner[w]._inner[aa].d, ab.m.f(this.f.item(z)));
632
671
  }
633
672
  }
634
673
  }
635
- for (let ab = 0; ab < this.view.q.count; ab++) {
636
- let ac = this.view.q._inner[ab].c;
637
- NativeUI.r(this.view.q._inner[ab].d, ac.l.f(this.cz));
638
- NativeUI.aa(this.view.q._inner[ab].d, ac.m.f(this.c0));
674
+ for (let ac = 0; ac < this.view.q.count; ac++) {
675
+ 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));
639
678
  }
640
679
  }
641
- let ad = this.view.z;
642
- if (this.cz != null) {
643
- NativeUI.r(ad, this.cz);
680
+ let ae = this.view.z;
681
+ if (this.c8 != null) {
682
+ NativeUI.r(ae, this.c8);
644
683
  }
645
- if (this.c0 != null) {
646
- NativeUI.aa(ad, this.c0);
684
+ if (this.c9 != null) {
685
+ NativeUI.aa(ae, this.c9);
647
686
  }
648
- if (!isNaN_(this.ag)) {
649
- NativeUI.ad(ad, this.ag);
687
+ if (!isNaN_(this.ai)) {
688
+ NativeUI.ad(ae, this.ai);
650
689
  }
651
690
  }
652
- if (this.m != null) {
653
- this.view.aw(this.m);
691
+ if (this.o != null) {
692
+ this.view.az(this.o);
654
693
  }
655
- if (this.c1 != null) {
656
- NativeUI.q(this.view.z, this.c1);
694
+ if (this.da != null) {
695
+ NativeUI.q(this.view.z, this.da);
657
696
  }
658
697
  }
659
- cg() {
660
- if (this.cz != null) {
661
- this.view.am(this.cz, "fill");
698
+ cn() {
699
+ if (this.c8 != null) {
700
+ this.view.ao(this.c8, "fill");
662
701
  }
663
- if (this.c0 != null) {
664
- this.view.am(this.c0, "stroke");
702
+ if (this.c9 != null) {
703
+ this.view.ao(this.c9, "stroke");
665
704
  }
666
705
  if (this.e != null) {
667
706
  for (let a of fromEnum(this.e)) {
668
- this.view.am(a, "fills");
707
+ this.view.ao(a, "fills");
669
708
  }
670
709
  }
671
710
  if (this.f != null) {
672
711
  for (let b of fromEnum(this.f)) {
673
- this.view.am(b, "strokes");
712
+ this.view.ao(b, "strokes");
674
713
  }
675
714
  }
676
715
  }
677
- get k() {
678
- return this.j;
679
- }
680
- set k(a) {
681
- let b = this.j;
682
- this.j = a;
683
- if (b != this.j) {
684
- this.ce("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
716
+ j() {
717
+ let a = 5;
718
+ if (this.svgPath != null) {
719
+ a = 1;
685
720
  }
686
- }
687
- get cz() {
688
- return this.cm;
689
- }
690
- set cz(a) {
691
- let b = this.cm;
692
- this.cm = a;
693
- if (b != this.cm) {
694
- this.ce("ActualFill", b, a);
721
+ else if (this.b != null && this.b.length > 0) {
722
+ a = 2;
695
723
  }
696
- }
697
- get c0() {
698
- return this.cn;
699
- }
700
- set c0(a) {
701
- let b = this.cn;
702
- this.cn = a;
703
- if (b != this.cn) {
704
- this.ce("ActualStroke", b, a);
724
+ else if (this.svg != null) {
725
+ a = 0;
705
726
  }
727
+ else if (this.bg != null) {
728
+ a = 3;
729
+ }
730
+ else if (this.a1 != null) {
731
+ a = 4;
732
+ }
733
+ return a;
706
734
  }
707
- get c1() {
708
- return this.co;
735
+ get m() {
736
+ return this.l;
709
737
  }
710
- set c1(a) {
711
- let b = this.co;
712
- this.co = a;
713
- if (b != this.co) {
714
- this.ce("ActualTextColor", b, a);
738
+ set m(a) {
739
+ let b = this.l;
740
+ this.l = a;
741
+ if (b != this.l) {
742
+ this.cl("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
715
743
  }
716
744
  }
717
- get ag() {
718
- return this.w;
745
+ get c8() {
746
+ return this.cv;
719
747
  }
720
- set ag(a) {
721
- let b = this.w;
722
- this.w = a;
723
- if (b != this.w) {
724
- this.ce("ActualStrokeWidth", b, a);
748
+ set c8(a) {
749
+ let b = this.cv;
750
+ this.cv = a;
751
+ if (b != this.cv) {
752
+ this.cl("ActualFill", b, a);
725
753
  }
726
754
  }
727
- get fill() {
728
- return this.cp;
755
+ get c9() {
756
+ return this.cw;
729
757
  }
730
- set fill(a) {
731
- let b = this.cp;
732
- this.cp = a;
733
- if (b != this.cp) {
734
- this.ce("Fill", b, a);
758
+ set c9(a) {
759
+ let b = this.cw;
760
+ this.cw = a;
761
+ if (b != this.cw) {
762
+ this.cl("ActualStroke", b, a);
735
763
  }
736
764
  }
737
- get df() {
765
+ get da() {
738
766
  return this.cx;
739
767
  }
740
- set df(a) {
768
+ set da(a) {
741
769
  let b = this.cx;
742
770
  this.cx = a;
743
771
  if (b != this.cx) {
744
- this.ce("Stroke", b, a);
772
+ this.cl("ActualTextColor", b, a);
745
773
  }
746
774
  }
747
- get am() {
748
- return this.aa;
775
+ get ai() {
776
+ return this.y;
749
777
  }
750
- set am(a) {
751
- let b = this.aa;
752
- this.aa = a;
753
- if (b != this.aa) {
754
- this.ce("StrokeWidth", b, a);
778
+ set ai(a) {
779
+ let b = this.y;
780
+ this.y = a;
781
+ if (b != this.y) {
782
+ this.cl("ActualStrokeWidth", b, a);
755
783
  }
756
784
  }
757
- get dg() {
785
+ get fill() {
758
786
  return this.cy;
759
787
  }
760
- set dg(a) {
788
+ set fill(a) {
761
789
  let b = this.cy;
762
790
  this.cy = a;
763
791
  if (b != this.cy) {
764
- this.ce("TextColor", b, a);
792
+ this.cl("Fill", b, a);
765
793
  }
766
794
  }
767
- get c8() {
768
- return this.cq;
795
+ get dp() {
796
+ return this.c6;
769
797
  }
770
- set c8(a) {
771
- let b = this.cq;
772
- this.cq = a;
773
- if (b != this.cq) {
774
- this.ce("HoverFill", b, a);
798
+ set dp(a) {
799
+ let b = this.c6;
800
+ this.c6 = a;
801
+ if (b != this.c6) {
802
+ this.cl("Stroke", b, a);
775
803
  }
776
804
  }
777
- get c9() {
778
- return this.cr;
805
+ get ao() {
806
+ return this.ac;
779
807
  }
780
- set c9(a) {
781
- let b = this.cr;
782
- this.cr = a;
783
- if (b != this.cr) {
784
- this.ce("HoverStroke", b, a);
808
+ set ao(a) {
809
+ let b = this.ac;
810
+ this.ac = a;
811
+ if (b != this.ac) {
812
+ this.cl("StrokeWidth", b, a);
785
813
  }
786
814
  }
787
- get ak() {
788
- return this.y;
815
+ get dq() {
816
+ return this.c7;
789
817
  }
790
- set ak(a) {
791
- let b = this.y;
792
- this.y = a;
793
- if (b != this.y) {
794
- this.ce("HoverStrokeThickness", b, a);
818
+ set dq(a) {
819
+ let b = this.c7;
820
+ this.c7 = a;
821
+ if (b != this.c7) {
822
+ this.cl("TextColor", b, a);
795
823
  }
796
824
  }
797
- get da() {
798
- return this.cs;
825
+ get dh() {
826
+ return this.cz;
799
827
  }
800
- set da(a) {
801
- let b = this.cs;
802
- this.cs = a;
803
- if (b != this.cs) {
804
- this.ce("HoverTextColor", b, a);
828
+ set dh(a) {
829
+ let b = this.cz;
830
+ this.cz = a;
831
+ if (b != this.cz) {
832
+ this.cl("HoverFill", b, a);
833
+ }
834
+ }
835
+ get di() {
836
+ return this.c0;
837
+ }
838
+ set di(a) {
839
+ let b = this.c0;
840
+ this.c0 = a;
841
+ if (b != this.c0) {
842
+ this.cl("HoverStroke", b, a);
843
+ }
844
+ }
845
+ get am() {
846
+ return this.aa;
847
+ }
848
+ set am(a) {
849
+ let b = this.aa;
850
+ this.aa = a;
851
+ if (b != this.aa) {
852
+ this.cl("HoverStrokeThickness", b, a);
853
+ }
854
+ }
855
+ get dj() {
856
+ return this.c1;
857
+ }
858
+ set dj(a) {
859
+ let b = this.c1;
860
+ this.c1 = a;
861
+ if (b != this.c1) {
862
+ this.cl("HoverTextColor", b, a);
805
863
  }
806
864
  }
807
865
  get e() {
@@ -811,7 +869,7 @@ export let XIcon = /*@__PURE__*/ (() => {
811
869
  let b = this.c;
812
870
  this.c = a;
813
871
  if (b != this.c) {
814
- this.ce("FillColors", b, this.c);
872
+ this.cl("FillColors", b, this.c);
815
873
  }
816
874
  }
817
875
  get f() {
@@ -821,87 +879,87 @@ export let XIcon = /*@__PURE__*/ (() => {
821
879
  let b = this.d;
822
880
  this.d = a;
823
881
  if (b != this.d) {
824
- this.ce("StrokeColors", b, this.d);
882
+ this.cl("StrokeColors", b, this.d);
825
883
  }
826
884
  }
827
- get db() {
828
- return this.ct;
885
+ get dk() {
886
+ return this.c2;
829
887
  }
830
- set db(a) {
831
- let b = this.ct;
832
- this.ct = a;
833
- if (b != this.ct) {
834
- this.ce("PrimaryFillColor", b, this.ct);
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);
835
893
  }
836
894
  }
837
- get dc() {
838
- return this.cu;
895
+ get dl() {
896
+ return this.c3;
839
897
  }
840
- set dc(a) {
841
- let b = this.cu;
842
- this.cu = a;
843
- if (b != this.cu) {
844
- this.ce("PrimaryStrokeColor", b, this.cu);
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);
845
903
  }
846
904
  }
847
- get dd() {
848
- return this.cv;
905
+ get dm() {
906
+ return this.c4;
849
907
  }
850
- set dd(a) {
851
- let b = this.cv;
852
- this.cv = a;
853
- if (b != this.cv) {
854
- this.ce("SecondaryFillColor", b, this.cv);
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);
855
913
  }
856
914
  }
857
- get de() {
858
- return this.cw;
915
+ get dn() {
916
+ return this.c5;
859
917
  }
860
- set de(a) {
861
- let b = this.cw;
862
- this.cw = a;
863
- if (b != this.cw) {
864
- this.ce("SecondaryStrokeColor", b, this.cw);
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);
865
923
  }
866
924
  }
867
- get ax() {
868
- return this.av;
925
+ get a1() {
926
+ return this.ay;
869
927
  }
870
- set ax(a) {
871
- let b = this.av;
872
- this.av = a;
873
- if (b != this.av) {
874
- this.ce("Source", b, a);
928
+ set a1(a) {
929
+ let b = this.ay;
930
+ this.ay = a;
931
+ if (b != this.ay) {
932
+ this.cl("Source", b, a);
875
933
  }
876
934
  }
877
- get ba() {
878
- return this.az;
935
+ get bg() {
936
+ return this.a3;
879
937
  }
880
- set ba(a) {
881
- let b = this.az;
882
- this.az = a;
883
- if (b != this.az) {
884
- this.ce("DataURL", b, a);
938
+ set bg(a) {
939
+ let b = this.a3;
940
+ this.a3 = a;
941
+ if (b != this.a3) {
942
+ this.cl("DataURL", b, a);
885
943
  }
886
944
  }
887
945
  get svgPath() {
888
- return this.a2;
946
+ return this.a6;
889
947
  }
890
948
  set svgPath(a) {
891
- let b = this.a2;
892
- this.a2 = a;
893
- if (b != this.a2) {
894
- this.ce("SVGPath", b, a);
949
+ let b = this.a6;
950
+ this.a6 = a;
951
+ if (b != this.a6) {
952
+ this.cl("SVGPath", b, a);
895
953
  }
896
954
  }
897
955
  get svg() {
898
- return this.a1;
956
+ return this.a5;
899
957
  }
900
958
  set svg(a) {
901
- let b = this.a1;
902
- this.a1 = a;
903
- if (b != this.a1) {
904
- this.ce("SVG", b, this.a1);
959
+ let b = this.a5;
960
+ this.a5 = a;
961
+ if (b != this.a5) {
962
+ this.cl("SVG", b, this.a5);
905
963
  }
906
964
  }
907
965
  get b() {
@@ -911,107 +969,107 @@ export let XIcon = /*@__PURE__*/ (() => {
911
969
  let b = this.a;
912
970
  this.a = a;
913
971
  if (b != this.a) {
914
- this.ce("SVGPaths", b, this.a);
972
+ this.cl("SVGPaths", b, this.a);
915
973
  }
916
974
  }
917
- cc() {
918
- this.t = true;
975
+ get cu() {
976
+ return this.ct;
919
977
  }
920
- cd() {
921
- this.t = false;
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);
983
+ }
922
984
  }
923
- get m() {
924
- return this.l;
985
+ get az() {
986
+ return this.ax;
925
987
  }
926
- set m(a) {
927
- let b = this.l;
928
- this.l = a;
929
- if (b != this.l) {
930
- this.ce("TextStyle", b, a);
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);
931
993
  }
932
994
  }
933
- get bk() {
934
- return this.a0;
995
+ cj() {
996
+ this.v = true;
935
997
  }
936
- set bk(a) {
937
- let b = this.a0;
938
- this.a0 = a;
939
- if (b != this.a0) {
940
- this.ce("Id", b, a);
941
- }
998
+ ck() {
999
+ this.v = false;
942
1000
  }
943
- get q() {
1001
+ get o() {
944
1002
  return this.n;
945
1003
  }
946
- get at() {
947
- return this.as;
948
- }
949
- set at(a) {
950
- let b = this.as;
951
- this.as = a;
952
- this.n = true;
953
- if (b != this.as) {
954
- this.ce("TabIndex", b, a);
1004
+ set o(a) {
1005
+ let b = this.n;
1006
+ this.n = a;
1007
+ if (b != this.n) {
1008
+ this.cl("TextStyle", b, a);
955
1009
  }
956
1010
  }
957
- get a7() {
958
- return this.ay;
1011
+ get bq() {
1012
+ return this.a4;
959
1013
  }
960
- set a7(a) {
961
- let b = this.ay;
962
- this.ay = a;
963
- if (b != this.ay) {
964
- this.ce("AriaLabel", b, a);
1014
+ set bq(a) {
1015
+ let b = this.a4;
1016
+ this.a4 = a;
1017
+ if (b != this.a4) {
1018
+ this.cl("Id", b, a);
965
1019
  }
966
1020
  }
967
- get t() {
1021
+ get s() {
968
1022
  return this.p;
969
1023
  }
970
- set t(a) {
971
- let b = this.p;
972
- this.p = a;
973
- if (b != this.p) {
974
- this.ce("IsHover", b, a);
1024
+ get av() {
1025
+ return this.au;
1026
+ }
1027
+ set av(a) {
1028
+ let b = this.au;
1029
+ this.au = a;
1030
+ this.p = true;
1031
+ if (b != this.au) {
1032
+ this.cl("TabIndex", b, a);
975
1033
  }
976
1034
  }
977
- get disabled() {
978
- return this.o;
1035
+ get bb() {
1036
+ return this.a2;
979
1037
  }
980
- set disabled(a) {
981
- let b = this.o;
982
- this.o = a;
983
- if (b != this.o) {
984
- this.ce("IsDisabled", b, a);
1038
+ set bb(a) {
1039
+ let b = this.a2;
1040
+ this.a2 = a;
1041
+ if (b != this.a2) {
1042
+ this.cl("AriaLabel", b, a);
985
1043
  }
986
1044
  }
987
- get al() {
988
- return this.z;
1045
+ get v() {
1046
+ return this.r;
989
1047
  }
990
- set al(a) {
991
- let b = this.z;
992
- this.z = a;
993
- if (b != this.z) {
994
- this.ce("Opacity", b, this.z);
1048
+ set v(a) {
1049
+ let b = this.r;
1050
+ this.r = a;
1051
+ if (b != this.r) {
1052
+ this.cl("IsHover", b, a);
995
1053
  }
996
1054
  }
997
- get ao() {
998
- return this.ac;
1055
+ get disabled() {
1056
+ return this.q;
999
1057
  }
1000
- set ao(a) {
1001
- let b = this.ac;
1002
- this.ac = a;
1003
- if (b != this.ac) {
1004
- this.ce("ViewBoxLeft", b, this.ac);
1058
+ set disabled(a) {
1059
+ let b = this.q;
1060
+ this.q = a;
1061
+ if (b != this.q) {
1062
+ this.cl("IsDisabled", b, a);
1005
1063
  }
1006
1064
  }
1007
- get ap() {
1008
- return this.ad;
1065
+ get an() {
1066
+ return this.ab;
1009
1067
  }
1010
- set ap(a) {
1011
- let b = this.ad;
1012
- this.ad = a;
1013
- if (b != this.ad) {
1014
- this.ce("ViewBoxTop", b, this.ad);
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);
1015
1073
  }
1016
1074
  }
1017
1075
  get aq() {
@@ -1021,17 +1079,7 @@ export let XIcon = /*@__PURE__*/ (() => {
1021
1079
  let b = this.ae;
1022
1080
  this.ae = a;
1023
1081
  if (b != this.ae) {
1024
- this.ce("ViewBoxWidth", b, this.ae);
1025
- }
1026
- }
1027
- get an() {
1028
- return this.ab;
1029
- }
1030
- set an(a) {
1031
- let b = this.ab;
1032
- this.ab = a;
1033
- if (b != this.ab) {
1034
- this.ce("ViewBoxHeight", b, this.ab);
1082
+ this.cl("ViewBoxLeft", b, this.ae);
1035
1083
  }
1036
1084
  }
1037
1085
  get ar() {
@@ -1041,28 +1089,58 @@ export let XIcon = /*@__PURE__*/ (() => {
1041
1089
  let b = this.af;
1042
1090
  this.af = a;
1043
1091
  if (b != this.af) {
1044
- this.ce("Width", b, this.af);
1092
+ this.cl("ViewBoxTop", b, this.af);
1045
1093
  }
1046
1094
  }
1047
- get aj() {
1048
- return this.x;
1095
+ get as() {
1096
+ return this.ag;
1049
1097
  }
1050
- set aj(a) {
1051
- let b = this.x;
1052
- this.x = a;
1053
- if (b != this.x) {
1054
- this.ce("Height", b, this.x);
1098
+ set as(a) {
1099
+ let b = this.ag;
1100
+ this.ag = a;
1101
+ if (b != this.ag) {
1102
+ this.cl("ViewBoxWidth", b, this.ag);
1055
1103
  }
1056
1104
  }
1057
- cf() {
1105
+ get ap() {
1106
+ return this.ad;
1107
+ }
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);
1113
+ }
1114
+ }
1115
+ get at() {
1116
+ return this.ah;
1117
+ }
1118
+ set at(a) {
1119
+ let b = this.ah;
1120
+ this.ah = a;
1121
+ if (b != this.ah) {
1122
+ this.cl("Width", b, this.ah);
1123
+ }
1124
+ }
1125
+ get al() {
1126
+ return this.z;
1127
+ }
1128
+ set al(a) {
1129
+ let b = this.z;
1130
+ this.z = a;
1131
+ if (b != this.z) {
1132
+ this.cl("Height", b, this.z);
1133
+ }
1134
+ }
1135
+ cm() {
1058
1136
  }
1059
1137
  onDetachedFromUI() {
1060
- this.view.aj();
1138
+ this.view.al();
1061
1139
  }
1062
1140
  onAttachedToUI() {
1063
- this.view.ag();
1141
+ this.view.ai();
1064
1142
  }
1065
- v() {
1143
+ x() {
1066
1144
  if (this.disabled) {
1067
1145
  return false;
1068
1146
  }
@@ -1073,13 +1151,13 @@ export let XIcon = /*@__PURE__*/ (() => {
1073
1151
  }
1074
1152
  return false;
1075
1153
  }
1076
- u() {
1154
+ w() {
1077
1155
  return this.view.l();
1078
1156
  }
1079
- aw() {
1157
+ a0() {
1080
1158
  return this.g();
1081
1159
  }
1082
- bc() {
1160
+ bi() {
1083
1161
  let a = this.g();
1084
1162
  return a.l();
1085
1163
  }
@@ -1093,9 +1171,9 @@ export let XIcon = /*@__PURE__*/ (() => {
1093
1171
  a.a = this.view.a();
1094
1172
  a.svg = this.svg;
1095
1173
  a.svgPath = this.svgPath;
1096
- a.k = this.ba;
1097
- if (this.m != null) {
1098
- let c = this.m;
1174
+ a.k = this.bg;
1175
+ if (this.o != null) {
1176
+ let c = this.o;
1099
1177
  if (this.view != null && c.q == null) {
1100
1178
  let d = this.view.v;
1101
1179
  let e = FontUtil.getFontInfoFromString(d, c.fontString);
@@ -1125,18 +1203,18 @@ export let XIcon = /*@__PURE__*/ (() => {
1125
1203
  return a;
1126
1204
  }
1127
1205
  provideContainer(a) {
1128
- this.view.ai(a);
1206
+ this.view.ak(a);
1129
1207
  }
1130
1208
  }
1131
1209
  XIcon.$t = markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
1132
- XIcon.c2 = null;
1133
- XIcon.c7 = null;
1134
- XIcon.c6 = null;
1135
- XIcon.c3 = null;
1136
- XIcon.c4 = null;
1137
- XIcon.c5 = null;
1138
- XIcon.ai = NaN;
1139
- XIcon.ah = NaN;
1140
- XIcon.au = 0;
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;
1141
1219
  return XIcon;
1142
1220
  })();