igniteui-webcomponents-inputs 4.0.3 → 4.2.2

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 (51) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +2781 -2143
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +17 -17
  4. package/esm2015/lib/ButtonView_combined.js +945 -939
  5. package/esm2015/lib/CalendarView_combined.js +80 -80
  6. package/esm2015/lib/DatePickerView_combined.js +82 -64
  7. package/esm2015/lib/IconView_combined.js +250 -238
  8. package/esm2015/lib/InputGroupView_combined.js +368 -357
  9. package/esm2015/lib/NativeUIXInputsFactory.js +143 -0
  10. package/esm2015/lib/XButtonBridge.js +101 -0
  11. package/esm2015/lib/XCheckboxBridge.js +69 -0
  12. package/esm2015/lib/XComponentBridge.js +34 -0
  13. package/esm2015/lib/XIconButtonBridge.js +65 -0
  14. package/esm2015/lib/XInputBridge.js +162 -0
  15. package/esm2015/lib/igc-x-button-component.js +366 -366
  16. package/esm2015/lib/igc-x-icon-component.js +74 -63
  17. package/esm2015/lib/igc-x-input-component.js +65 -54
  18. package/esm2015/public_api.js +6 -0
  19. package/esm5/lib/ButtonGroupView_combined.js +17 -17
  20. package/esm5/lib/ButtonView_combined.js +941 -935
  21. package/esm5/lib/CalendarView_combined.js +80 -80
  22. package/esm5/lib/DatePickerView_combined.js +82 -64
  23. package/esm5/lib/IconView_combined.js +240 -224
  24. package/esm5/lib/InputGroupView_combined.js +353 -338
  25. package/esm5/lib/NativeUIXInputsFactory.js +153 -0
  26. package/esm5/lib/XButtonBridge.js +103 -0
  27. package/esm5/lib/XCheckboxBridge.js +71 -0
  28. package/esm5/lib/XComponentBridge.js +36 -0
  29. package/esm5/lib/XIconButtonBridge.js +67 -0
  30. package/esm5/lib/XInputBridge.js +164 -0
  31. package/esm5/lib/igc-x-button-component.js +366 -366
  32. package/esm5/lib/igc-x-icon-component.js +79 -64
  33. package/esm5/lib/igc-x-input-component.js +70 -55
  34. package/esm5/public_api.js +6 -0
  35. package/fesm2015/igniteui-webcomponents-inputs.js +2785 -2178
  36. package/fesm5/igniteui-webcomponents-inputs.js +2772 -2141
  37. package/lib/ButtonView_combined.d.ts +262 -260
  38. package/lib/DatePickerView_combined.d.ts +22 -21
  39. package/lib/DatePickerVisualModelExport.d.ts +1 -1
  40. package/lib/IconView_combined.d.ts +59 -56
  41. package/lib/InputGroupView_combined.d.ts +91 -89
  42. package/lib/NativeUIXInputsFactory.d.ts +22 -0
  43. package/lib/XButtonBridge.d.ts +21 -0
  44. package/lib/XCheckboxBridge.d.ts +19 -0
  45. package/lib/XComponentBridge.d.ts +17 -0
  46. package/lib/XIconButtonBridge.d.ts +16 -0
  47. package/lib/XInputBridge.d.ts +24 -0
  48. package/lib/igc-x-icon-component.d.ts +6 -1
  49. package/lib/igc-x-input-component.d.ts +6 -1
  50. package/package.json +2 -2
  51. package/public_api.d.ts +6 -0
@@ -4,9 +4,10 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
7
+ import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox } from "igniteui-webcomponents-core";
8
8
  import { List$1 } from "igniteui-webcomponents-core";
9
9
  import { IIcon_$type } from "igniteui-webcomponents-core";
10
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
10
11
  import { NativeUI } from "igniteui-webcomponents-core";
11
12
  import { IconClickedEventArgs } from "./IconClickedEventArgs";
12
13
  import { IconVisualModelExport } from "./IconVisualModelExport";
@@ -77,7 +78,7 @@ export let IconView = /*@__PURE__*/ (() => {
77
78
  this.j = d;
78
79
  this.h.append(this.i);
79
80
  this.g.add(c.listen("click", runOn(this, this.r)));
80
- this.b.bd();
81
+ this.b.bg();
81
82
  }
82
83
  x(a) {
83
84
  if (this.m != a) {
@@ -98,10 +99,10 @@ export let IconView = /*@__PURE__*/ (() => {
98
99
  }
99
100
  }
100
101
  o(a) {
101
- this.b.ba();
102
+ this.b.bd();
102
103
  }
103
104
  p(a) {
104
- this.b.bb();
105
+ this.b.be();
105
106
  }
106
107
  q() {
107
108
  this.d = true;
@@ -130,7 +131,7 @@ export let IconView = /*@__PURE__*/ (() => {
130
131
  return c;
131
132
  }
132
133
  r(a) {
133
- this.b.a8();
134
+ this.b.bb();
134
135
  }
135
136
  }
136
137
  IconView.$t = /*@__PURE__*/ markType(IconView, 'IconView');
@@ -144,30 +145,31 @@ export let XIcon = /*@__PURE__*/ (() => {
144
145
  constructor() {
145
146
  super();
146
147
  this._view = null;
147
- this.bj = XIcon.bz;
148
- this.bn = XIcon.b3;
149
- this.bk = XIcon.b0;
150
- this.bl = XIcon.b1;
148
+ this.d = 0;
151
149
  this.bm = XIcon.b2;
152
- this.n = XIcon.u;
153
- this.o = XIcon.v;
154
- this.bo = XIcon.bz;
155
- this.bt = XIcon.b3;
156
- this.af = null;
157
- this.bp = XIcon.b0;
158
- this.bq = XIcon.b1;
159
- this.bs = XIcon.b2;
160
- this.p = XIcon.u;
161
- this.r = XIcon.v;
162
- this.d = null;
163
- this.br = null;
164
- this.ae = "ig-icon-" + XIcon.ab++;
165
- this.z = 0;
166
- this.f = false;
167
- this.ad = null;
150
+ this.bq = XIcon.b6;
151
+ this.bn = XIcon.b3;
152
+ this.bo = XIcon.b4;
153
+ this.bp = XIcon.b5;
154
+ this.p = XIcon.w;
155
+ this.q = XIcon.x;
156
+ this.br = XIcon.b2;
157
+ this.bw = XIcon.b6;
158
+ this.ah = null;
159
+ this.bs = XIcon.b3;
160
+ this.bt = XIcon.b4;
161
+ this.bv = XIcon.b5;
162
+ this.r = XIcon.w;
163
+ this.t = XIcon.x;
164
+ this.f = null;
165
+ this.bu = null;
166
+ this.ag = "ig-icon-" + XIcon.ad++;
167
+ this.ab = 0;
168
168
  this.h = false;
169
- this.g = false;
170
- this.q = 1;
169
+ this.af = null;
170
+ this.j = false;
171
+ this.i = false;
172
+ this.s = 1;
171
173
  this.clicked = null;
172
174
  this.propertyChanged = null;
173
175
  let a = new IconView();
@@ -184,13 +186,13 @@ export let XIcon = /*@__PURE__*/ (() => {
184
186
  destroy() {
185
187
  this.provideContainer(null);
186
188
  }
187
- bc(a, b, c) {
189
+ bf(a, b, c) {
188
190
  if (this.propertyChanged != null) {
189
191
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
190
192
  }
191
- this.be(a, b, c);
193
+ this.bh(a, b, c);
192
194
  }
193
- be(a, b, c) {
195
+ bh(a, b, c) {
194
196
  switch (a) {
195
197
  case "Fill":
196
198
  case "Stroke":
@@ -198,7 +200,7 @@ export let XIcon = /*@__PURE__*/ (() => {
198
200
  case "HoverFill":
199
201
  case "HoverStroke":
200
202
  case "HoverStrokeThickness":
201
- this.bi();
203
+ this.bl();
202
204
  break;
203
205
  case "ActualFill":
204
206
  case "ActualStroke":
@@ -207,41 +209,41 @@ export let XIcon = /*@__PURE__*/ (() => {
207
209
  case "ActualStrokeThickness":
208
210
  case "ActualHoverStrokeThickness":
209
211
  case "SVGPath":
210
- this.bg();
212
+ this.bj();
211
213
  break;
212
214
  case "Opacity":
213
- this.bh();
215
+ this.bk();
214
216
  break;
215
217
  }
216
218
  }
217
- bi() {
218
- this.bu = this.fill != null ? this.fill : XIcon.bz;
219
- this.bv = this.b4 != null ? this.b4 : XIcon.b0;
220
- this.bx = this.b7 != null ? this.b7 : XIcon.b2;
221
- this.bw = this.b5 != null ? this.b5 : XIcon.b1;
222
- this.t = !isNaN_(this.y) ? this.y : XIcon.v;
223
- this.s = !isNaN_(this.w) ? this.w : XIcon.u;
224
- this.by = this.b8 != null ? this.b8 : XIcon.b3;
219
+ bl() {
220
+ this.bx = this.fill != null ? this.fill : XIcon.b2;
221
+ this.by = this.b7 != null ? this.b7 : XIcon.b3;
222
+ this.b0 = this.ca != null ? this.ca : XIcon.b5;
223
+ this.bz = this.b8 != null ? this.b8 : XIcon.b4;
224
+ this.v = !isNaN_(this.aa) ? this.aa : XIcon.x;
225
+ this.u = !isNaN_(this.y) ? this.y : XIcon.w;
226
+ this.b1 = this.cb != null ? this.cb : XIcon.b6;
225
227
  }
226
- get j() {
228
+ get l() {
227
229
  return this.svgPath != null && !this.view.f;
228
230
  }
229
- bh() {
230
- NativeUI.u(this.view.k, this.x);
231
+ bk() {
232
+ NativeUI.u(this.view.k, this.z);
231
233
  }
232
- bg() {
234
+ bj() {
233
235
  let a = this.view.k;
234
- if (this.j) {
236
+ if (this.l) {
235
237
  let b = this.view.l;
236
- if (this.l) {
237
- NativeUI.p(b, this.bv);
238
- NativeUI.w(b, this.bw);
239
- NativeUI.z(b, this.s);
238
+ if (this.n) {
239
+ NativeUI.p(b, this.by);
240
+ NativeUI.w(b, this.bz);
241
+ NativeUI.z(b, this.u);
240
242
  }
241
243
  else {
242
- NativeUI.p(b, this.bu);
243
- NativeUI.w(b, this.bx);
244
- NativeUI.z(b, this.t);
244
+ NativeUI.p(b, this.bx);
245
+ NativeUI.w(b, this.b0);
246
+ NativeUI.z(b, this.v);
245
247
  }
246
248
  }
247
249
  else {
@@ -249,74 +251,44 @@ export let XIcon = /*@__PURE__*/ (() => {
249
251
  this.view.x(this.svgPath);
250
252
  }
251
253
  let c = this.view.k;
252
- if (this.l) {
253
- if (this.bv != null) {
254
- NativeUI.p(c, this.bv);
254
+ if (this.n) {
255
+ if (this.by != null) {
256
+ NativeUI.p(c, this.by);
255
257
  }
256
- if (this.bw != null) {
257
- NativeUI.w(c, this.bw);
258
+ if (this.bz != null) {
259
+ NativeUI.w(c, this.bz);
258
260
  }
259
- if (!isNaN_(this.s)) {
260
- NativeUI.z(c, this.s);
261
+ if (!isNaN_(this.u)) {
262
+ NativeUI.z(c, this.u);
261
263
  }
262
264
  }
263
265
  else {
264
- if (this.bu != null) {
265
- NativeUI.p(c, this.bu);
266
- }
267
266
  if (this.bx != null) {
268
- NativeUI.w(c, this.bx);
267
+ NativeUI.p(c, this.bx);
268
+ }
269
+ if (this.b0 != null) {
270
+ NativeUI.w(c, this.b0);
269
271
  }
270
- if (!isNaN_(this.t)) {
271
- NativeUI.z(c, this.t);
272
+ if (!isNaN_(this.v)) {
273
+ NativeUI.z(c, this.v);
272
274
  }
273
275
  }
274
276
  }
275
- if (this.e != null) {
276
- this.view.y(this.e);
277
- }
278
- if (this.by != null) {
279
- NativeUI.o(this.view.k, this.by);
280
- }
281
- }
282
- get bu() {
283
- return this.bj;
284
- }
285
- set bu(a) {
286
- let b = this.bj;
287
- this.bj = a;
288
- if (b != this.bj) {
289
- this.bc("ActualFill", b, a);
290
- }
291
- }
292
- get by() {
293
- return this.bn;
294
- }
295
- set by(a) {
296
- let b = this.bn;
297
- this.bn = a;
298
- if (b != this.bn) {
299
- this.bc("ActualTextColor", b, a);
277
+ if (this.g != null) {
278
+ this.view.y(this.g);
300
279
  }
301
- }
302
- get bv() {
303
- return this.bk;
304
- }
305
- set bv(a) {
306
- let b = this.bk;
307
- this.bk = a;
308
- if (b != this.bk) {
309
- this.bc("ActualHoverFill", b, a);
280
+ if (this.b1 != null) {
281
+ NativeUI.o(this.view.k, this.b1);
310
282
  }
311
283
  }
312
- get bw() {
313
- return this.bl;
284
+ get e() {
285
+ return this.d;
314
286
  }
315
- set bw(a) {
316
- let b = this.bl;
317
- this.bl = a;
318
- if (b != this.bl) {
319
- this.bc("ActualHoverStroke", b, a);
287
+ set e(a) {
288
+ let b = this.d;
289
+ this.d = a;
290
+ if (b != this.d) {
291
+ this.bf("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
320
292
  }
321
293
  }
322
294
  get bx() {
@@ -326,77 +298,97 @@ export let XIcon = /*@__PURE__*/ (() => {
326
298
  let b = this.bm;
327
299
  this.bm = a;
328
300
  if (b != this.bm) {
329
- this.bc("ActualStroke", b, a);
301
+ this.bf("ActualFill", b, a);
330
302
  }
331
303
  }
332
- get s() {
333
- return this.n;
304
+ get b1() {
305
+ return this.bq;
334
306
  }
335
- set s(a) {
336
- let b = this.n;
337
- this.n = a;
338
- if (b != this.n) {
339
- this.bc("ActualHoverStrokeThickness", b, a);
307
+ set b1(a) {
308
+ let b = this.bq;
309
+ this.bq = a;
310
+ if (b != this.bq) {
311
+ this.bf("ActualTextColor", b, a);
340
312
  }
341
313
  }
342
- get t() {
343
- return this.o;
314
+ get by() {
315
+ return this.bn;
344
316
  }
345
- set t(a) {
346
- let b = this.o;
347
- this.o = a;
348
- if (b != this.o) {
349
- this.bc("ActualStrokeThickness", b, a);
317
+ set by(a) {
318
+ let b = this.bn;
319
+ this.bn = a;
320
+ if (b != this.bn) {
321
+ this.bf("ActualHoverFill", b, a);
350
322
  }
351
323
  }
352
- get fill() {
324
+ get bz() {
353
325
  return this.bo;
354
326
  }
355
- set fill(a) {
327
+ set bz(a) {
356
328
  let b = this.bo;
357
329
  this.bo = a;
358
330
  if (b != this.bo) {
359
- this.bc("Fill", b, a);
331
+ this.bf("ActualHoverStroke", b, a);
360
332
  }
361
333
  }
362
- get b8() {
363
- return this.bt;
334
+ get b0() {
335
+ return this.bp;
364
336
  }
365
- set b8(a) {
366
- let b = this.bt;
367
- this.bt = a;
368
- if (b != this.bt) {
369
- this.bc("TextColor", b, a);
337
+ set b0(a) {
338
+ let b = this.bp;
339
+ this.bp = a;
340
+ if (b != this.bp) {
341
+ this.bf("ActualStroke", b, a);
370
342
  }
371
343
  }
372
- get svgPath() {
373
- return this.af;
344
+ get u() {
345
+ return this.p;
374
346
  }
375
- set svgPath(a) {
376
- let b = this.af;
377
- this.af = a;
378
- if (b != this.af) {
379
- this.bc("SVGPath", b, a);
347
+ set u(a) {
348
+ let b = this.p;
349
+ this.p = a;
350
+ if (b != this.p) {
351
+ this.bf("ActualHoverStrokeThickness", b, a);
380
352
  }
381
353
  }
382
- get b4() {
383
- return this.bp;
354
+ get v() {
355
+ return this.q;
384
356
  }
385
- set b4(a) {
386
- let b = this.bp;
387
- this.bp = a;
388
- if (b != this.bp) {
389
- this.bc("HoverFill", b, a);
357
+ set v(a) {
358
+ let b = this.q;
359
+ this.q = a;
360
+ if (b != this.q) {
361
+ this.bf("ActualStrokeThickness", b, a);
390
362
  }
391
363
  }
392
- get b5() {
393
- return this.bq;
364
+ get fill() {
365
+ return this.br;
394
366
  }
395
- set b5(a) {
396
- let b = this.bq;
397
- this.bq = a;
398
- if (b != this.bq) {
399
- this.bc("HoverStroke", b, a);
367
+ set fill(a) {
368
+ let b = this.br;
369
+ this.br = a;
370
+ if (b != this.br) {
371
+ this.bf("Fill", b, a);
372
+ }
373
+ }
374
+ get cb() {
375
+ return this.bw;
376
+ }
377
+ set cb(a) {
378
+ let b = this.bw;
379
+ this.bw = a;
380
+ if (b != this.bw) {
381
+ this.bf("TextColor", b, a);
382
+ }
383
+ }
384
+ get svgPath() {
385
+ return this.ah;
386
+ }
387
+ set svgPath(a) {
388
+ let b = this.ah;
389
+ this.ah = a;
390
+ if (b != this.ah) {
391
+ this.bf("SVGPath", b, a);
400
392
  }
401
393
  }
402
394
  get b7() {
@@ -406,17 +398,27 @@ export let XIcon = /*@__PURE__*/ (() => {
406
398
  let b = this.bs;
407
399
  this.bs = a;
408
400
  if (b != this.bs) {
409
- this.bc("Stroke", b, a);
401
+ this.bf("HoverFill", b, a);
410
402
  }
411
403
  }
412
- get w() {
413
- return this.p;
404
+ get b8() {
405
+ return this.bt;
414
406
  }
415
- set w(a) {
416
- let b = this.p;
417
- this.p = a;
418
- if (b != this.p) {
419
- this.bc("HoverStrokeThickness", b, a);
407
+ set b8(a) {
408
+ let b = this.bt;
409
+ this.bt = a;
410
+ if (b != this.bt) {
411
+ this.bf("HoverStroke", b, a);
412
+ }
413
+ }
414
+ get ca() {
415
+ return this.bv;
416
+ }
417
+ set ca(a) {
418
+ let b = this.bv;
419
+ this.bv = a;
420
+ if (b != this.bv) {
421
+ this.bf("Stroke", b, a);
420
422
  }
421
423
  }
422
424
  get y() {
@@ -426,100 +428,110 @@ export let XIcon = /*@__PURE__*/ (() => {
426
428
  let b = this.r;
427
429
  this.r = a;
428
430
  if (b != this.r) {
429
- this.bc("StrokeThickness", b, a);
431
+ this.bf("HoverStrokeThickness", b, a);
430
432
  }
431
433
  }
432
- ba() {
433
- this.l = true;
434
+ get aa() {
435
+ return this.t;
434
436
  }
435
- bb() {
436
- this.l = false;
437
+ set aa(a) {
438
+ let b = this.t;
439
+ this.t = a;
440
+ if (b != this.t) {
441
+ this.bf("StrokeThickness", b, a);
442
+ }
437
443
  }
438
- get e() {
439
- return this.d;
444
+ bd() {
445
+ this.n = true;
440
446
  }
441
- set e(a) {
442
- let b = this.d;
443
- this.d = a;
444
- if (b != this.d) {
445
- this.bc("TextStyle", b, a);
447
+ be() {
448
+ this.n = false;
449
+ }
450
+ get g() {
451
+ return this.f;
452
+ }
453
+ set g(a) {
454
+ let b = this.f;
455
+ this.f = a;
456
+ if (b != this.f) {
457
+ this.bf("TextStyle", b, a);
446
458
  }
447
459
  }
448
- get b6() {
449
- return this.br;
460
+ get b9() {
461
+ return this.bu;
450
462
  }
451
- set b6(a) {
452
- let b = this.br;
453
- this.br = a;
454
- if (b != this.br) {
455
- this.bc("HoverTextColor", b, a);
463
+ set b9(a) {
464
+ let b = this.bu;
465
+ this.bu = a;
466
+ if (b != this.bu) {
467
+ this.bf("HoverTextColor", b, a);
456
468
  }
457
469
  }
458
- get av() {
459
- return this.ae;
470
+ get ay() {
471
+ return this.ag;
460
472
  }
461
- set av(a) {
462
- let b = this.ae;
463
- this.ae = a;
464
- if (b != this.ae) {
465
- this.bc("Id", b, a);
473
+ set ay(a) {
474
+ let b = this.ag;
475
+ this.ag = a;
476
+ if (b != this.ag) {
477
+ this.bf("Id", b, a);
466
478
  }
467
479
  }
468
- get i() {
469
- return this.f;
480
+ get k() {
481
+ return this.h;
470
482
  }
471
- get aa() {
472
- return this.z;
483
+ get ac() {
484
+ return this.ab;
473
485
  }
474
- set aa(a) {
475
- let b = this.z;
476
- this.z = a;
477
- this.f = true;
478
- if (b != this.z) {
479
- this.bc("TabIndex", b, a);
486
+ set ac(a) {
487
+ let b = this.ab;
488
+ this.ab = a;
489
+ this.h = true;
490
+ if (b != this.ab) {
491
+ this.bf("TabIndex", b, a);
480
492
  }
481
493
  }
482
- get an() {
483
- return this.ad;
494
+ get ap() {
495
+ return this.af;
484
496
  }
485
- set an(a) {
486
- let b = this.ad;
487
- this.ad = a;
488
- if (b != this.ad) {
489
- this.bc("AriaLabel", b, a);
497
+ set ap(a) {
498
+ let b = this.af;
499
+ this.af = a;
500
+ if (b != this.af) {
501
+ this.bf("AriaLabel", b, a);
490
502
  }
491
503
  }
492
- get l() {
493
- return this.h;
504
+ get n() {
505
+ return this.j;
494
506
  }
495
- set l(a) {
496
- let b = this.h;
497
- this.h = a;
498
- if (b != this.h) {
499
- this.bc("IsHover", b, a);
507
+ set n(a) {
508
+ let b = this.j;
509
+ this.j = a;
510
+ if (b != this.j) {
511
+ this.bf("IsHover", b, a);
500
512
  }
501
513
  }
502
514
  get disabled() {
503
- return this.g;
515
+ return this.i;
504
516
  }
505
517
  set disabled(a) {
506
- let b = this.g;
507
- this.g = a;
508
- if (b != this.g) {
509
- this.bc("IsDisabled", b, a);
518
+ let b = this.i;
519
+ this.i = a;
520
+ if (b != this.i) {
521
+ this.bf("IsDisabled", b, a);
510
522
  }
511
523
  }
512
- get x() {
513
- return this.q;
524
+ get z() {
525
+ return this.s;
514
526
  }
515
- set x(a) {
516
- let b = this.q;
517
- this.q = a;
518
- if (b != this.q) {
519
- this.bc("Opacity", b, this.q);
527
+ set z(a) {
528
+ let b = this.s;
529
+ this.s = a;
530
+ if (b != this.s) {
531
+ this.bf("Opacity", b, this.s);
520
532
  }
521
533
  }
522
- bd() {
534
+ bg() {
523
535
  }
524
536
  onDetachedFromUI() {
525
537
  this.view.t();
@@ -527,7 +539,7 @@ export let XIcon = /*@__PURE__*/ (() => {
527
539
  onAttachedToUI() {
528
540
  this.view.q();
529
541
  }
530
- a8() {
542
+ bb() {
531
543
  if (this.disabled) {
532
544
  return;
533
545
  }
@@ -535,13 +547,13 @@ export let XIcon = /*@__PURE__*/ (() => {
535
547
  this.clicked(this, new IconClickedEventArgs());
536
548
  }
537
549
  }
538
- m() {
550
+ o() {
539
551
  return this.view.e();
540
552
  }
541
- ac() {
553
+ ae() {
542
554
  return this.a();
543
555
  }
544
- ap() {
556
+ as() {
545
557
  let a = this.a();
546
558
  return a.j();
547
559
  }
@@ -551,15 +563,15 @@ export let XIcon = /*@__PURE__*/ (() => {
551
563
  a.a = AppearanceHelper.a(NativeUI.ah(b));
552
564
  a.c = AppearanceHelper.a(NativeUI.ah(b));
553
565
  a.b = AppearanceHelper.a(NativeUI.ai(b));
554
- a.d = this.t;
566
+ a.d = this.v;
555
567
  let c = this.view.a();
556
568
  a.h = c[0];
557
569
  a.f = c[1];
558
570
  a.e = NativeUI.c(b);
559
571
  a.i = NativeUI.i(b);
560
572
  a.svgPath = this.svgPath;
561
- if (this.e != null) {
562
- let d = this.e;
573
+ if (this.g != null) {
574
+ let d = this.g;
563
575
  if (this.view != null && d.n == null) {
564
576
  let e = this.view.h;
565
577
  let f = FontUtil.getFontInfoFromString(e, d.fontString);
@@ -593,13 +605,13 @@ export let XIcon = /*@__PURE__*/ (() => {
593
605
  }
594
606
  }
595
607
  XIcon.$t = /*@__PURE__*/ markType(XIcon, 'XIcon', Base.$, [INotifyPropertyChanged_$type, IIcon_$type]);
596
- XIcon.bz = null;
597
- XIcon.b3 = null;
598
608
  XIcon.b2 = null;
599
- XIcon.b0 = null;
600
- XIcon.b1 = null;
601
- XIcon.v = 0;
602
- XIcon.u = 0;
603
- XIcon.ab = 0;
609
+ XIcon.b6 = null;
610
+ XIcon.b5 = null;
611
+ XIcon.b3 = null;
612
+ XIcon.b4 = null;
613
+ XIcon.x = 0;
614
+ XIcon.w = 0;
615
+ XIcon.ad = 0;
604
616
  return XIcon;
605
617
  })();