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