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